From 845c830ee7527b4ee7136f20eb4aa7235fdd9191 Mon Sep 17 00:00:00 2001 From: AnnieYuan21 Date: Wed, 7 Feb 2024 14:14:43 -0800 Subject: [PATCH 1/4] Updates to step 2_process_data --- 2_process_data/README.md | 7 +- 2_process_data/conf/docker.config | 3 +- 2_process_data/conf/user.config | 2 +- 2_process_data/nextflow_environment.yml | 203 ++++++++++++++++++++++++ 4 files changed, 208 insertions(+), 7 deletions(-) create mode 100644 2_process_data/nextflow_environment.yml diff --git a/2_process_data/README.md b/2_process_data/README.md index ffffcc4a..9860e6de 100644 --- a/2_process_data/README.md +++ b/2_process_data/README.md @@ -2,10 +2,8 @@ Nextflow pipeline to download and process microbial RNA-seq data from NCBI SRA ## Setup -1. Install [Nextflow](https://www.nextflow.io/) - 1. Check that Java 8 or later is installed using: `java -version` - 1. Download nextflow to your current directory: `curl -s https://get.nextflow.io | bash` - 1. Test installation by running: `./nextflow run hello` +1. Create the environment with all the requirements with the `nextflow_environment.yaml` file: + 1. `conda env create -f nextflow_environment.yaml --name nextflow` 1. Install [Docker](https://docs.docker.com/get-docker/) 1. Prepare the metadata file for your dataset. Use the [download metadata script](../0_download_metadata) to get all metadata for a specified organism. To append local data, you can add new rows to the tsv file and fill out the following columns: 1. `Experiment`: For public data, this is your SRX ID. For local data, data should be named with a standardized ID (e.g. ecoli_0001) @@ -14,6 +12,7 @@ Nextflow pipeline to download and process microbial RNA-seq data from NCBI SRA 1. `Run`: One or more SRR numbers referring to individual lanes from a sequencer. This field is empty for local data. 1. `R1`: For local data, the complete path to the R1 file. If files are stored on AWS S3, filenames should look like `s3://.fastq.gz`. `R1` and `R2` columns are empty for public SRA data. 1. `R2`: Same as R1. This will be empty for SINGLE end sequences. + 1. Convert the tab separated metadata file (.tsv) to a .txt file 1. Download your sequence files: 1. Download FASTA and GFF3 files for your genome and plasmids (if relevant) from NCBI. 1. Put these in a folder named `sequence_files`, and make sure that this folder only contains files for one organism. diff --git a/2_process_data/conf/docker.config b/2_process_data/conf/docker.config index 2c84f8e7..615c5dc5 100644 --- a/2_process_data/conf/docker.config +++ b/2_process_data/conf/docker.config @@ -4,9 +4,8 @@ docker { } process { - withLabel: fastq { - container = "avsastry/fasterq-dump:1.2" + container = "ayyuan/fasterq-dump:1.0" } withLabel: trim_galore { diff --git a/2_process_data/conf/user.config b/2_process_data/conf/user.config index 82e7b8ac..b90f44a8 100644 --- a/2_process_data/conf/user.config +++ b/2_process_data/conf/user.config @@ -5,5 +5,5 @@ params.organism = "" // Example: "Escherichia_coli" params.force = false // Defaults for organism directory and metadata file -params.metadata = "" // Must be a tab-separated values (tsv) file +params.metadata = "" // Must be a tab-separated values file in .txt format params.sequence_dir = "" // Must contain a genome.gff3 and genome.fasta file diff --git a/2_process_data/nextflow_environment.yml b/2_process_data/nextflow_environment.yml new file mode 100644 index 00000000..9a160a83 --- /dev/null +++ b/2_process_data/nextflow_environment.yml @@ -0,0 +1,203 @@ +name: nextflow +channels: + - bioconda + - conda-forge + - defaults +dependencies: + - _libgcc_mutex=0.1=main + - _openmp_mutex=4.5=1_gnu + - anyio=3.5.0=py39h06a4308_0 + - argon2-cffi=21.3.0=pyhd3eb1b0_0 + - argon2-cffi-bindings=21.2.0=py39h7f8727e_0 + - asttokens=2.0.5=pyhd3eb1b0_0 + - attrs=21.4.0=pyhd3eb1b0_0 + - babel=2.9.1=pyhd3eb1b0_0 + - backcall=0.2.0=pyhd3eb1b0_0 + - beautifulsoup4=4.11.1=py39h06a4308_0 + - blas=1.0=mkl + - blast=2.5.0=hc0b0e79_3 + - bleach=4.1.0=pyhd3eb1b0_0 + - boost=1.73.0=py39h06a4308_11 + - bottleneck=1.3.4=py39hce1f21e_0 + - brotli=1.0.9=he6710b0_2 + - brotlipy=0.7.0=py39h27cfd23_1003 + - bzip2=1.0.8=h7b6447c_0 + - c-ares=1.18.1=h7f8727e_0 + - ca-certificates=2022.4.26=h06a4308_0 + - certifi=2021.10.8=py39h06a4308_2 + - cffi=1.15.0=py39hd667e15_1 + - charset-normalizer=2.0.4=pyhd3eb1b0_0 + - conda=4.12.0=py39h06a4308_0 + - conda-package-handling=1.8.1=py39h7f8727e_0 + - cryptography=37.0.1=py39h9ce1e76_0 + - curl=7.82.0=h7f8727e_0 + - cycler=0.11.0=pyhd3eb1b0_0 + - dbus=1.13.18=hb2f20db_0 + - debugpy=1.5.1=py39h295c915_0 + - decorator=5.1.1=pyhd3eb1b0_0 + - defusedxml=0.7.1=pyhd3eb1b0_0 + - entrypoints=0.4=py39h06a4308_0 + - executing=0.8.3=pyhd3eb1b0_0 + - expat=2.4.4=h295c915_0 + - fontconfig=2.13.1=h6c09931_0 + - fonttools=4.25.0=pyhd3eb1b0_0 + - freetype=2.11.0=h70c0345_0 + - gettext=0.21.0=hf68c758_0 + - giflib=5.2.1=h7b6447c_0 + - git=2.34.1=pl5262hc120c5b_0 + - glib=2.69.1=h4ff587b_1 + - greenlet=1.1.1=py39h295c915_0 + - gst-plugins-base=1.14.0=h8213a91_2 + - gstreamer=1.14.0=h28cd5cc_2 + - icu=58.2=he6710b0_3 + - idna=3.3=pyhd3eb1b0_0 + - intel-openmp=2021.4.0=h06a4308_3561 + - ipykernel=6.9.1=py39h06a4308_0 + - ipython=8.3.0=py39h06a4308_0 + - ipython_genutils=0.2.0=pyhd3eb1b0_1 + - ipywidgets=7.6.5=pyhd3eb1b0_1 + - jedi=0.18.1=py39h06a4308_1 + - jinja2=3.0.3=pyhd3eb1b0_0 + - joblib=1.1.0=pyhd3eb1b0_0 + - jpeg=9e=h7f8727e_0 + - json5=0.9.6=pyhd3eb1b0_0 + - jsonschema=4.4.0=py39h06a4308_0 + - jupyter=1.0.0=py39h06a4308_7 + - jupyter_client=7.2.2=py39h06a4308_0 + - jupyter_console=6.4.3=pyhd3eb1b0_0 + - jupyter_contrib_core=0.3.3=py_2 + - jupyter_contrib_nbextensions=0.5.1=pyhd8ed1ab_2 + - jupyter_core=4.10.0=py39h06a4308_0 + - jupyter_highlight_selected_word=0.2.0=py39hf3d152e_1005 + - jupyter_latex_envs=1.4.6=pyhd8ed1ab_1002 + - jupyter_nbextensions_configurator=0.4.1=py39hf3d152e_2 + - jupyter_server=1.13.5=pyhd3eb1b0_0 + - jupyterlab=3.3.2=pyhd3eb1b0_0 + - jupyterlab_pygments=0.1.2=py_0 + - jupyterlab_server=2.12.0=py39h06a4308_0 + - jupyterlab_widgets=1.0.0=pyhd3eb1b0_1 + - kiwisolver=1.3.2=py39h295c915_0 + - krb5=1.19.2=hac12032_0 + - lcms2=2.12=h3be6417_0 + - ld_impl_linux-64=2.35.1=h7274673_9 + - libboost=1.73.0=h3ff78a5_11 + - libcurl=7.82.0=h0b77cf5_0 + - libedit=3.1.20210910=h7f8727e_0 + - libev=4.33=h7f8727e_1 + - libffi=3.3=he6710b0_2 + - libgcc-ng=9.3.0=h5101ec6_17 + - libgfortran-ng=7.5.0=ha8ba4b0_17 + - libgfortran4=7.5.0=ha8ba4b0_17 + - libgomp=9.3.0=h5101ec6_17 + - libnghttp2=1.46.0=hce63b2e_0 + - libpng=1.6.37=hbc83047_0 + - libsodium=1.0.18=h7b6447c_0 + - libssh2=1.10.0=h8f2d780_0 + - libstdcxx-ng=9.3.0=hd4cf53a_17 + - libtiff=4.2.0=h85742a9_0 + - libuuid=1.0.3=h7f8727e_2 + - libwebp=1.2.2=h55f646e_0 + - libwebp-base=1.2.2=h7f8727e_0 + - libxcb=1.14=h7b6447c_0 + - libxml2=2.9.12=h74e7548_1 + - libxslt=1.1.34=hc22bd24_0 + - lxml=4.8.0=py39h1f438cf_0 + - lz4-c=1.9.3=h295c915_1 + - markupsafe=2.0.1=py39h27cfd23_0 + - matplotlib=3.5.1=py39h06a4308_1 + - matplotlib-base=3.5.1=py39ha18d171_1 + - matplotlib-inline=0.1.2=pyhd3eb1b0_2 + - mistune=0.8.4=py39h27cfd23_1000 + - mkl=2021.4.0=h06a4308_640 + - mkl-service=2.4.0=py39h7f8727e_0 + - mkl_fft=1.3.1=py39hd3c417c_0 + - mkl_random=1.2.2=py39h51133e4_0 + - munkres=1.1.4=py_0 + - nbclassic=0.3.5=pyhd3eb1b0_0 + - nbclient=0.5.13=py39h06a4308_0 + - nbconvert=6.4.4=py39h06a4308_0 + - nbformat=5.3.0=py39h06a4308_0 + - ncurses=6.3=h7f8727e_2 + - nest-asyncio=1.5.5=py39h06a4308_0 + - notebook=6.4.11=py39h06a4308_0 + - numexpr=2.8.1=py39h6abb31d_0 + - numpy=1.21.5=py39he7a7128_2 + - numpy-base=1.21.5=py39hf524024_2 + - openssl=1.1.1o=h7f8727e_0 + - packaging=21.3=pyhd3eb1b0_0 + - pandas=1.4.2=py39h295c915_0 + - pandocfilters=1.5.0=pyhd3eb1b0_0 + - parso=0.8.3=pyhd3eb1b0_0 + - pcre=8.45=h295c915_0 + - pcre2=10.37=he7ceb23_1 + - perl=5.26.2=h14c3975_0 + - pexpect=4.8.0=pyhd3eb1b0_3 + - pickleshare=0.7.5=pyhd3eb1b0_1003 + - pillow=9.0.1=py39h22f2fdc_0 + - pip=21.2.4=py39h06a4308_0 + - prometheus_client=0.13.1=pyhd3eb1b0_0 + - prompt-toolkit=3.0.20=pyhd3eb1b0_0 + - prompt_toolkit=3.0.20=hd3eb1b0_0 + - ptyprocess=0.7.0=pyhd3eb1b0_2 + - pure_eval=0.2.2=pyhd3eb1b0_0 + - py-boost=1.73.0=py39ha9443f7_11 + - pycosat=0.6.3=py39h27cfd23_0 + - pycparser=2.21=pyhd3eb1b0_0 + - pygments=2.11.2=pyhd3eb1b0_0 + - pyopenssl=22.0.0=pyhd3eb1b0_0 + - pyparsing=3.0.4=pyhd3eb1b0_0 + - pyqt=5.9.2=py39h2531618_6 + - pyrsistent=0.18.0=py39heee7806_0 + - pysocks=1.7.1=py39h06a4308_0 + - python=3.9.12=h12debd9_0 + - python-dateutil=2.8.2=pyhd3eb1b0_0 + - python-fastjsonschema=2.15.1=pyhd3eb1b0_0 + - python_abi=3.9=2_cp39 + - pytz=2021.3=pyhd3eb1b0_0 + - pyyaml=6.0=py39h7f8727e_1 + - pyzmq=22.3.0=py39h295c915_2 + - qt=5.9.7=h5867ecd_1 + - qtconsole=5.3.0=pyhd3eb1b0_0 + - qtpy=2.0.1=pyhd3eb1b0_0 + - readline=8.1.2=h7f8727e_1 + - requests=2.27.1=pyhd3eb1b0_0 + - ruamel_yaml=0.15.100=py39h27cfd23_0 + - scikit-learn=1.0.2=py39h51133e4_1 + - scipy=1.7.3=py39hc147768_0 + - seaborn=0.11.2=pyhd3eb1b0_0 + - send2trash=1.8.0=pyhd3eb1b0_1 + - setuptools=61.2.0=py39h06a4308_0 + - sip=4.19.13=py39h295c915_0 + - six=1.16.0=pyhd3eb1b0_1 + - sniffio=1.2.0=py39h06a4308_1 + - soupsieve=2.3.1=pyhd3eb1b0_0 + - sqlalchemy=1.4.32=py39h7f8727e_0 + - sqlite=3.38.3=hc218d9a_0 + - stack_data=0.2.0=pyhd3eb1b0_0 + - terminado=0.13.1=py39h06a4308_0 + - testpath=0.5.0=pyhd3eb1b0_0 + - threadpoolctl=2.2.0=pyh0d69192_0 + - tk=8.6.11=h1ccaba5_1 + - tornado=6.1=py39h27cfd23_0 + - tqdm=4.64.0=py39h06a4308_0 + - traitlets=5.1.1=pyhd3eb1b0_0 + - typing-extensions=4.1.1=hd3eb1b0_0 + - typing_extensions=4.1.1=pyh06a4308_0 + - tzdata=2022a=hda174b7_0 + - urllib3=1.26.9=py39h06a4308_0 + - wcwidth=0.2.5=pyhd3eb1b0_0 + - webencodings=0.5.1=py39h06a4308_1 + - websocket-client=0.58.0=py39h06a4308_4 + - wheel=0.37.1=pyhd3eb1b0_0 + - widgetsnbextension=3.5.2=py39h06a4308_0 + - xz=5.2.5=h7f8727e_1 + - yaml=0.2.5=h7b6447c_0 + - zeromq=4.3.4=h2531618_0 + - zlib=1.2.12=h7f8727e_2 + - zstd=1.4.9=haebb681_0 + - pip: + - bio==1.3.8 + - biopython==1.79 + - biothings-client==0.2.6 + - mygene==3.2.2 +prefix: /home/annie/anaconda3/envs/nextflow From c7a10c6f2d9b65cd14373ad66b86b4828eca3207 Mon Sep 17 00:00:00 2001 From: AnnieYuan21 Date: Wed, 7 Feb 2024 14:27:43 -0800 Subject: [PATCH 2/4] Added a note for the skip column in part2 QC --- 3_quality_control/expression_QC_part2.ipynb | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/3_quality_control/expression_QC_part2.ipynb b/3_quality_control/expression_QC_part2.ipynb index 4a15cb42..b4f050aa 100644 --- a/3_quality_control/expression_QC_part2.ipynb +++ b/3_quality_control/expression_QC_part2.ipynb @@ -1,5 +1,15 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": { + "toc": true + }, + "source": [ + "

Table of Contents

\n", + "" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -594,7 +604,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "After curation, some samples either did not have enough replicates or metadata to warrant inclusion in this database." + "After curation, some samples either did not have enough replicates or metadata to warrant inclusion in this database. Add a `skip` column to the metadata to exclude these samples." ] }, { @@ -1458,7 +1468,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -1472,7 +1482,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.2" + "version": "3.7.16" }, "toc": { "base_numbering": 1, From 8c1804dd97a498c29327cf31c1e5c7fdc4ae1fa0 Mon Sep 17 00:00:00 2001 From: AnnieYuan21 Date: Wed, 7 Feb 2024 16:35:07 -0800 Subject: [PATCH 3/4] Update step5 create_gene_table notebook and related annotation files --- .../1_create_the_gene_table.ipynb | 980 +- 5_characterize_iModulons/test.txt | 4305 +++ data/external/GO_annotations.txt | 9661 +++--- data/external/GO_annotations_curated.csv | 8313 +++-- data/external/biocyc_annotations.txt | 8932 +++--- data/external/eggNOG_annotations.txt | 7944 +++-- data/external/kegg_mapping.csv | 26257 +++++++++++----- data/external/ncbi_protein.txt | 4325 +++ data/external/uniprot_mapping.tsv | 4222 +++ data/processed_data/gene_info.csv | 8618 ++--- 10 files changed, 54092 insertions(+), 29465 deletions(-) create mode 100644 5_characterize_iModulons/test.txt create mode 100644 data/external/ncbi_protein.txt create mode 100644 data/external/uniprot_mapping.tsv diff --git a/5_characterize_iModulons/1_create_the_gene_table.ipynb b/5_characterize_iModulons/1_create_the_gene_table.ipynb index c63982f1..50567761 100644 --- a/5_characterize_iModulons/1_create_the_gene_table.ipynb +++ b/5_characterize_iModulons/1_create_the_gene_table.ipynb @@ -1,5 +1,15 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": { + "toc": true + }, + "source": [ + "

Table of Contents

\n", + "" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -210,7 +220,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -443,7 +453,7 @@ "[5 rows x 265 columns]" ] }, - "execution_count": 5, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } @@ -463,7 +473,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 5, "metadata": {}, "outputs": [ { @@ -519,7 +529,7 @@ "Index: []" ] }, - "execution_count": 6, + "execution_count": 5, "metadata": {}, "output_type": "execute_result" } @@ -552,7 +562,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 6, "metadata": {}, "outputs": [], "source": [ @@ -568,7 +578,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 7, "metadata": {}, "outputs": [], "source": [ @@ -592,7 +602,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 8, "metadata": {}, "outputs": [ { @@ -605,7 +615,7 @@ " SeqRecord(seq=Seq('TTGTATATTCATTTAGGTGATGACTTTGTGGTTTCAACACGAGATATTGTCGGC...TAG'), id='BSU_00050', name='AL009126.3', description='remB', dbxrefs=[])]" ] }, - "execution_count": 10, + "execution_count": 8, "metadata": {}, "output_type": "execute_result" } @@ -623,7 +633,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 9, "metadata": { "scrolled": true }, @@ -634,7 +644,7 @@ "4325" ] }, - "execution_count": 11, + "execution_count": 9, "metadata": {}, "output_type": "execute_result" } @@ -673,7 +683,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 10, "metadata": {}, "outputs": [], "source": [ @@ -682,7 +692,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 11, "metadata": {}, "outputs": [ { @@ -709,24 +719,23 @@ " seed eggNOG ortholog\n", " seed ortholog evalue\n", " seed ortholog score\n", - " Predicted taxonomic group\n", - " Predicted protein name\n", - " Gene Ontology terms\n", + " eggNOG OGs\n", + " max_annot_lvl\n", + " COG\n", + " Description\n", + " Preferred_name\n", + " GOs\n", " EC number\n", - " KEGG_orth\n", + " KEGG_ko\n", " KEGG_pathway\n", " KEGG_module\n", - " ...\n", + " KEGG_reaction\n", " KEGG_rclass\n", " BRITE\n", " KEGG_TC\n", " CAZy\n", " BiGG Reaction\n", - " tax_scope\n", - " eggNOG OGs\n", - " bestOG_deprecated\n", - " COG\n", - " eggNOG free text description\n", + " PFAMs\n", " \n", " \n", " locus_tag\n", @@ -750,231 +759,213 @@ " \n", " \n", " \n", - " \n", " \n", " \n", " \n", " \n", " BSU_00010\n", " 224308.BSU00010\n", - " 1.300000e-251\n", - " 875.2\n", - " Bacillus\n", + " 0.000000e+00\n", + " 877.0\n", + " COG0593@1|root,COG0593@2|Bacteria,1TPV7@1239|F...\n", + " 2|Bacteria\n", + " L\n", + " it binds specifically double-stranded DNA at a...\n", " dnaA\n", " GO:0003674,GO:0003676,GO:0003677,GO:0003688,GO...\n", - " NaN\n", + " -\n", " ko:K02313\n", " ko02020,ko04112,map02020,map04112\n", - " NaN\n", - " ...\n", - " NaN\n", + " -\n", + " -\n", + " -\n", " ko00000,ko00001,ko03032,ko03036\n", - " NaN\n", - " NaN\n", - " NaN\n", - " Bacillus\n", - " 1TPV7@1239,1ZBKI@1386,4H9MW@91061,COG0593@1,CO...\n", - " NA|NA|NA\n", - " L\n", - " it binds specifically double-stranded DNA at a...\n", + " -\n", + " -\n", + " -\n", + " Bac_DnaA,Bac_DnaA_C,DnaA_N\n", " \n", " \n", " BSU_00020\n", " 224308.BSU00020\n", - " 1.000000e-204\n", - " 719.2\n", - " Bacillus\n", + " 1.710000e-263\n", + " 723.0\n", + " COG0592@1|root,COG0592@2|Bacteria,1TQ7J@1239|F...\n", + " 2|Bacteria\n", + " L\n", + " Confers DNA tethering and processivity to DNA ...\n", " dnaN\n", - " NaN\n", + " -\n", " 2.7.7.7\n", " ko:K02338\n", " ko00230,ko00240,ko01100,ko03030,ko03430,ko0344...\n", " M00260\n", - " ...\n", + " R00375,R00376,R00377,R00378\n", " RC02795\n", " ko00000,ko00001,ko00002,ko01000,ko03032,ko03400\n", - " NaN\n", - " NaN\n", - " NaN\n", - " Bacillus\n", - " 1TQ7J@1239,1ZAVV@1386,4H9TF@91061,COG0592@1,CO...\n", - " NA|NA|NA\n", - " L\n", - " Confers DNA tethering and processivity to DNA ...\n", + " -\n", + " -\n", + " -\n", + " DNA_pol3_beta,DNA_pol3_beta_2,DNA_pol3_beta_3\n", " \n", " \n", " BSU_00030\n", " 224308.BSU00030\n", - " 4.000000e-33\n", - " 146.7\n", - " Bacillus\n", - " yaaA\n", - " NaN\n", - " NaN\n", - " NaN\n", - " NaN\n", - " NaN\n", - " ...\n", - " NaN\n", - " NaN\n", - " NaN\n", - " NaN\n", - " NaN\n", - " Bacillus\n", - " 1VEJ2@1239,1ZIXZ@1386,4HNMC@91061,COG2501@1,CO...\n", - " NA|NA|NA\n", + " 2.240000e-45\n", + " 146.0\n", + " COG2501@1|root,COG2501@2|Bacteria,1VEJ2@1239|F...\n", + " 2|Bacteria\n", " S\n", " S4 domain\n", + " yaaA\n", + " GO:0003674,GO:0003676,GO:0003723,GO:0005488,GO...\n", + " -\n", + " ko:K14761\n", + " -\n", + " -\n", + " -\n", + " -\n", + " ko00000,ko03009\n", + " -\n", + " -\n", + " -\n", + " S4_2\n", " \n", " \n", " BSU_00040\n", " 224308.BSU00040\n", - " 2.400000e-206\n", - " 724.5\n", - " Bacillus\n", + " 1.300000e-263\n", + " 722.0\n", + " COG1195@1|root,COG1195@2|Bacteria,1TP9U@1239|F...\n", + " 2|Bacteria\n", + " L\n", + " it is required for DNA replication and normal ...\n", " recF\n", " GO:0000731,GO:0005575,GO:0005622,GO:0005623,GO...\n", - " NaN\n", + " -\n", " ko:K03629\n", " ko03440,map03440\n", - " NaN\n", - " ...\n", - " NaN\n", + " -\n", + " -\n", + " -\n", " ko00000,ko00001,ko03400\n", - " NaN\n", - " NaN\n", - " NaN\n", - " Bacillus\n", - " 1TP9U@1239,1ZC8V@1386,4HA0W@91061,COG1195@1,CO...\n", - " NA|NA|NA\n", - " L\n", - " it is required for DNA replication and normal ...\n", + " -\n", + " -\n", + " -\n", + " SMC_N\n", " \n", " \n", " BSU_00050\n", " 224308.BSU00050\n", - " 4.000000e-37\n", - " 160.2\n", - " Bacillus\n", - " yaaB\n", - " NaN\n", - " NaN\n", - " NaN\n", - " NaN\n", - " NaN\n", - " ...\n", - " NaN\n", - " NaN\n", - " NaN\n", - " NaN\n", - " NaN\n", - " Bacillus\n", - " 1VEZV@1239,1ZIZ5@1386,2E36Q@1,32Y6E@2,4HQTK@91061\n", - " NA|NA|NA\n", + " 2.520000e-51\n", + " 162.0\n", + " 2E36Q@1|root,32Y6E@2|Bacteria,1VEZV@1239|Firmi...\n", + " 2|Bacteria\n", " S\n", " Domain of unknown function (DUF370)\n", + " yaaB\n", + " -\n", + " -\n", + " -\n", + " -\n", + " -\n", + " -\n", + " -\n", + " -\n", + " -\n", + " -\n", + " -\n", + " DUF370\n", " \n", " \n", "\n", - "

5 rows × 21 columns

\n", "" ], "text/plain": [ " seed eggNOG ortholog seed ortholog evalue seed ortholog score \\\n", "locus_tag \n", - "BSU_00010 224308.BSU00010 1.300000e-251 875.2 \n", - "BSU_00020 224308.BSU00020 1.000000e-204 719.2 \n", - "BSU_00030 224308.BSU00030 4.000000e-33 146.7 \n", - "BSU_00040 224308.BSU00040 2.400000e-206 724.5 \n", - "BSU_00050 224308.BSU00050 4.000000e-37 160.2 \n", + "BSU_00010 224308.BSU00010 0.000000e+00 877.0 \n", + "BSU_00020 224308.BSU00020 1.710000e-263 723.0 \n", + "BSU_00030 224308.BSU00030 2.240000e-45 146.0 \n", + "BSU_00040 224308.BSU00040 1.300000e-263 722.0 \n", + "BSU_00050 224308.BSU00050 2.520000e-51 162.0 \n", "\n", - " Predicted taxonomic group Predicted protein name \\\n", - "locus_tag \n", - "BSU_00010 Bacillus dnaA \n", - "BSU_00020 Bacillus dnaN \n", - "BSU_00030 Bacillus yaaA \n", - "BSU_00040 Bacillus recF \n", - "BSU_00050 Bacillus yaaB \n", + " eggNOG OGs max_annot_lvl \\\n", + "locus_tag \n", + "BSU_00010 COG0593@1|root,COG0593@2|Bacteria,1TPV7@1239|F... 2|Bacteria \n", + "BSU_00020 COG0592@1|root,COG0592@2|Bacteria,1TQ7J@1239|F... 2|Bacteria \n", + "BSU_00030 COG2501@1|root,COG2501@2|Bacteria,1VEJ2@1239|F... 2|Bacteria \n", + "BSU_00040 COG1195@1|root,COG1195@2|Bacteria,1TP9U@1239|F... 2|Bacteria \n", + "BSU_00050 2E36Q@1|root,32Y6E@2|Bacteria,1VEZV@1239|Firmi... 2|Bacteria \n", "\n", - " Gene Ontology terms EC number \\\n", - "locus_tag \n", - "BSU_00010 GO:0003674,GO:0003676,GO:0003677,GO:0003688,GO... NaN \n", - "BSU_00020 NaN 2.7.7.7 \n", - "BSU_00030 NaN NaN \n", - "BSU_00040 GO:0000731,GO:0005575,GO:0005622,GO:0005623,GO... NaN \n", - "BSU_00050 NaN NaN \n", + " COG Description \\\n", + "locus_tag \n", + "BSU_00010 L it binds specifically double-stranded DNA at a... \n", + "BSU_00020 L Confers DNA tethering and processivity to DNA ... \n", + "BSU_00030 S S4 domain \n", + "BSU_00040 L it is required for DNA replication and normal ... \n", + "BSU_00050 S Domain of unknown function (DUF370) \n", "\n", - " KEGG_orth KEGG_pathway \\\n", - "locus_tag \n", - "BSU_00010 ko:K02313 ko02020,ko04112,map02020,map04112 \n", - "BSU_00020 ko:K02338 ko00230,ko00240,ko01100,ko03030,ko03430,ko0344... \n", - "BSU_00030 NaN NaN \n", - "BSU_00040 ko:K03629 ko03440,map03440 \n", - "BSU_00050 NaN NaN \n", - "\n", - " KEGG_module ... KEGG_rclass \\\n", - "locus_tag ... \n", - "BSU_00010 NaN ... NaN \n", - "BSU_00020 M00260 ... RC02795 \n", - "BSU_00030 NaN ... NaN \n", - "BSU_00040 NaN ... NaN \n", - "BSU_00050 NaN ... NaN \n", - "\n", - " BRITE KEGG_TC CAZy \\\n", - "locus_tag \n", - "BSU_00010 ko00000,ko00001,ko03032,ko03036 NaN NaN \n", - "BSU_00020 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 NaN NaN \n", - "BSU_00030 NaN NaN NaN \n", - "BSU_00040 ko00000,ko00001,ko03400 NaN NaN \n", - "BSU_00050 NaN NaN NaN \n", + " Preferred_name GOs \\\n", + "locus_tag \n", + "BSU_00010 dnaA GO:0003674,GO:0003676,GO:0003677,GO:0003688,GO... \n", + "BSU_00020 dnaN - \n", + "BSU_00030 yaaA GO:0003674,GO:0003676,GO:0003723,GO:0005488,GO... \n", + "BSU_00040 recF GO:0000731,GO:0005575,GO:0005622,GO:0005623,GO... \n", + "BSU_00050 yaaB - \n", "\n", - " BiGG Reaction tax_scope \\\n", - "locus_tag \n", - "BSU_00010 NaN Bacillus \n", - "BSU_00020 NaN Bacillus \n", - "BSU_00030 NaN Bacillus \n", - "BSU_00040 NaN Bacillus \n", - "BSU_00050 NaN Bacillus \n", + " EC number KEGG_ko \\\n", + "locus_tag \n", + "BSU_00010 - ko:K02313 \n", + "BSU_00020 2.7.7.7 ko:K02338 \n", + "BSU_00030 - ko:K14761 \n", + "BSU_00040 - ko:K03629 \n", + "BSU_00050 - - \n", "\n", - " eggNOG OGs \\\n", - "locus_tag \n", - "BSU_00010 1TPV7@1239,1ZBKI@1386,4H9MW@91061,COG0593@1,CO... \n", - "BSU_00020 1TQ7J@1239,1ZAVV@1386,4H9TF@91061,COG0592@1,CO... \n", - "BSU_00030 1VEJ2@1239,1ZIXZ@1386,4HNMC@91061,COG2501@1,CO... \n", - "BSU_00040 1TP9U@1239,1ZC8V@1386,4HA0W@91061,COG1195@1,CO... \n", - "BSU_00050 1VEZV@1239,1ZIZ5@1386,2E36Q@1,32Y6E@2,4HQTK@91061 \n", + " KEGG_pathway KEGG_module \\\n", + "locus_tag \n", + "BSU_00010 ko02020,ko04112,map02020,map04112 - \n", + "BSU_00020 ko00230,ko00240,ko01100,ko03030,ko03430,ko0344... M00260 \n", + "BSU_00030 - - \n", + "BSU_00040 ko03440,map03440 - \n", + "BSU_00050 - - \n", "\n", - " bestOG_deprecated COG \\\n", - "locus_tag \n", - "BSU_00010 NA|NA|NA L \n", - "BSU_00020 NA|NA|NA L \n", - "BSU_00030 NA|NA|NA S \n", - "BSU_00040 NA|NA|NA L \n", - "BSU_00050 NA|NA|NA S \n", + " KEGG_reaction KEGG_rclass \\\n", + "locus_tag \n", + "BSU_00010 - - \n", + "BSU_00020 R00375,R00376,R00377,R00378 RC02795 \n", + "BSU_00030 - - \n", + "BSU_00040 - - \n", + "BSU_00050 - - \n", "\n", - " eggNOG free text description \n", - "locus_tag \n", - "BSU_00010 it binds specifically double-stranded DNA at a... \n", - "BSU_00020 Confers DNA tethering and processivity to DNA ... \n", - "BSU_00030 S4 domain \n", - "BSU_00040 it is required for DNA replication and normal ... \n", - "BSU_00050 Domain of unknown function (DUF370) \n", + " BRITE KEGG_TC CAZy \\\n", + "locus_tag \n", + "BSU_00010 ko00000,ko00001,ko03032,ko03036 - - \n", + "BSU_00020 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 - - \n", + "BSU_00030 ko00000,ko03009 - - \n", + "BSU_00040 ko00000,ko00001,ko03400 - - \n", + "BSU_00050 - - - \n", "\n", - "[5 rows x 21 columns]" + " BiGG Reaction PFAMs \n", + "locus_tag \n", + "BSU_00010 - Bac_DnaA,Bac_DnaA_C,DnaA_N \n", + "BSU_00020 - DNA_pol3_beta,DNA_pol3_beta_2,DNA_pol3_beta_3 \n", + "BSU_00030 - S4_2 \n", + "BSU_00040 - SMC_N \n", + "BSU_00050 - DUF370 " ] }, - "execution_count": 13, + "execution_count": 11, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "DF_eggnog = pd.read_csv(eggnog_file,sep='\\t',skiprows=4,header=None)\n", + "DF_eggnog = pd.read_csv(eggnog_file,sep='\\t',skiprows=5,header=None)\n", "eggnog_cols = ['query_name','seed eggNOG ortholog','seed ortholog evalue','seed ortholog score',\n", - " 'Predicted taxonomic group','Predicted protein name','Gene Ontology terms',\n", - " 'EC number','KEGG_orth','KEGG_pathway','KEGG_module','KEGG_reaction',\n", - " 'KEGG_rclass','BRITE','KEGG_TC','CAZy','BiGG Reaction','tax_scope',\n", - " 'eggNOG OGs','bestOG_deprecated','COG','eggNOG free text description']\n", + " 'eggNOG OGs','max_annot_lvl','COG','Description','Preferred_name','GOs',\n", + " 'EC number','KEGG_ko','KEGG_pathway','KEGG_module','KEGG_reaction','KEGG_rclass',\n", + " 'BRITE','KEGG_TC','CAZy','BiGG Reaction','PFAMs']\n", "\n", "DF_eggnog.columns = eggnog_cols\n", "\n", @@ -997,7 +988,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 12, "metadata": { "scrolled": true }, @@ -1030,31 +1021,31 @@ " \n", " \n", " \n", - " 2553\n", + " 2\n", " BSU_00010\n", " KEGG_pathway\n", " map02020\n", " \n", " \n", - " 2554\n", + " 3\n", " BSU_00010\n", " KEGG_pathway\n", " map04112\n", " \n", " \n", - " 2561\n", + " 10\n", " BSU_00020\n", " KEGG_pathway\n", " map00230\n", " \n", " \n", - " 2562\n", + " 11\n", " BSU_00020\n", " KEGG_pathway\n", " map00240\n", " \n", " \n", - " 2563\n", + " 12\n", " BSU_00020\n", " KEGG_pathway\n", " map01100\n", @@ -1064,21 +1055,21 @@ "" ], "text/plain": [ - " gene_id database kegg_id\n", - "2553 BSU_00010 KEGG_pathway map02020\n", - "2554 BSU_00010 KEGG_pathway map04112\n", - "2561 BSU_00020 KEGG_pathway map00230\n", - "2562 BSU_00020 KEGG_pathway map00240\n", - "2563 BSU_00020 KEGG_pathway map01100" + " gene_id database kegg_id\n", + "2 BSU_00010 KEGG_pathway map02020\n", + "3 BSU_00010 KEGG_pathway map04112\n", + "10 BSU_00020 KEGG_pathway map00230\n", + "11 BSU_00020 KEGG_pathway map00240\n", + "12 BSU_00020 KEGG_pathway map01100" ] }, - "execution_count": 14, + "execution_count": 12, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "DF_kegg = DF_eggnog[['KEGG_orth','KEGG_pathway','KEGG_module','KEGG_reaction']]\n", + "DF_kegg = DF_eggnog[['KEGG_pathway','KEGG_module','KEGG_reaction']]\n", "\n", "# Melt dataframe\n", "DF_kegg = DF_kegg.reset_index().melt(id_vars='locus_tag') \n", @@ -1109,7 +1100,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 13, "metadata": {}, "outputs": [], "source": [ @@ -1125,7 +1116,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 14, "metadata": {}, "outputs": [], "source": [ @@ -1139,19 +1130,37 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Uniprot ID mapping" + "## Uniprot ID mapping\n", + "Save the NCBI protein ID to a file for uniprot mapping" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": {}, + "outputs": [], + "source": [ + "with open(os.path.join('..','data','external','ncbi_protein.txt'), \"w\") as file:\n", + " for item in DF_annot.ncbi_protein.fillna('').values:\n", + " file.write(str(item)+\"\\n\")\n", + " file.close()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "The ``uniprot_id_mapping`` function is a python wrapper for the [Uniprot ID mapping tool](https://www.uniprot.org/uploadlists/). Use ``input_id=P_REFSEQ_AC`` if the FASTA/GFF files are from RefSeq, and ``input_id=EMBL`` if the files are from Genbank." + "Map the NCBI protein IDs to Uniprot IDs\n", + "1. Go to https://www.uniprot.org/id-mapping/.\n", + "1. Upload the `uniprot_mapping.txt` file from the `external` folder\n", + "1. For **\"From database\"**, choose **Sequence database --> EMBL-GenBank-DDBJ_CDS** if the FASTA/GFF files are from Genbank, choose **Sequence database --> RefSeq Nucleotide** if the files are from RefSeq. If hits are low, feel free to try out other databases \n", + "1. Once the mapping completes, download the annotations file by clicking Download on the results page. Choose **\"Download all\"**, **\"Format TSV\"** \n", + "1. Save the annotation file to the `external` folder, rename to `uniprot_mapping.tsv`" ] }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 16, "metadata": {}, "outputs": [ { @@ -1181,57 +1190,58 @@ " \n", " \n", " \n", - " 341\n", - " SOX90541.1\n", - " A0A2K4Z9F2\n", + " 0\n", + " CAB11777.1\n", + " P05648\n", " \n", " \n", - " 442\n", - " SOX90542.1\n", - " A0A2K4Z9F4\n", + " 1\n", + " CAB11778.1\n", + " P05649\n", " \n", " \n", - " 279\n", - " SOX90540.1\n", - " A0A2K4Z9F5\n", + " 2\n", + " CAB11779.1\n", + " P05650\n", " \n", " \n", - " 497\n", - " SOX90545.1\n", - " A0A2K4Z9F9\n", + " 3\n", + " CAB11780.1\n", + " P05651\n", " \n", " \n", - " 179\n", - " SOX90537.1\n", - " A0A2K4Z9G0\n", + " 4\n", + " CAB11781.2\n", + " P37525\n", " \n", " \n", "\n", "" ], "text/plain": [ - " ncbi_protein uniprot\n", - "341 SOX90541.1 A0A2K4Z9F2\n", - "442 SOX90542.1 A0A2K4Z9F4\n", - "279 SOX90540.1 A0A2K4Z9F5\n", - "497 SOX90545.1 A0A2K4Z9F9\n", - "179 SOX90537.1 A0A2K4Z9G0" + " ncbi_protein uniprot\n", + "0 CAB11777.1 P05648\n", + "1 CAB11778.1 P05649\n", + "2 CAB11779.1 P05650\n", + "3 CAB11780.1 P05651\n", + "4 CAB11781.2 P37525" ] }, - "execution_count": 17, + "execution_count": 16, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "mapping_uniprot = uniprot_id_mapping(DF_annot.ncbi_protein.fillna(''),input_id='EMBL',output_id='ACC',\n", - " input_name='ncbi_protein',output_name='uniprot')\n", + "mapping_uniprot = pd.read_csv(os.path.join('..','data','external','uniprot_mapping.tsv'),sep = '\\t')\n", + "mapping_uniprot = mapping_uniprot.rename(columns = {'From':'ncbi_protein','Entry':'uniprot'})[['ncbi_protein','uniprot']]\n", + "mapping_uniprot = mapping_uniprot.drop_duplicates('ncbi_protein')\n", "mapping_uniprot.head()" ] }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 17, "metadata": {}, "outputs": [ { @@ -1376,7 +1386,7 @@ "BSU_00050 P37525 " ] }, - "execution_count": 18, + "execution_count": 17, "metadata": {}, "output_type": "execute_result" } @@ -1416,7 +1426,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 18, "metadata": {}, "outputs": [ { @@ -1482,13 +1492,13 @@ " \n", " \n", " BSU_00030\n", - " yaaA\n", + " rlbA\n", " 3206.0\n", " 3421.0\n", " RNA binding protein involved in ribosome matur...\n", - " gyrB // remB // recF // yaaA\n", - " gyrB // remB // recF // yaaA\n", - " gyrB;recF;remB;yaaA\n", + " gyrB // remB // recF // rlbA\n", + " gyrB // remB // recF // rlbA\n", + " gyrB;recF;remB;rlbA\n", " \n", " \n", " BSU_00040\n", @@ -1496,9 +1506,9 @@ " 3437.0\n", " 4549.0\n", " RecA filament-DNA complex stabilisation, ssDNA...\n", - " gyrB // remB // recF // yaaA\n", - " gyrB // remB // recF // yaaA\n", - " gyrB;recF;remB;yaaA\n", + " gyrB // remB // recF // rlbA\n", + " gyrB // remB // recF // rlbA\n", + " gyrB;recF;remB;rlbA\n", " \n", " \n", " BSU_00050\n", @@ -1506,9 +1516,9 @@ " 4567.0\n", " 4812.0\n", " regulator of extracellular matrix formation\n", - " gyrB // remB // recF // yaaA\n", - " gyrB // remB // recF // yaaA\n", - " gyrB;recF;remB;yaaA\n", + " gyrB // remB // recF // rlbA\n", + " gyrB // remB // recF // rlbA\n", + " gyrB;recF;remB;rlbA\n", " \n", " \n", "\n", @@ -1519,7 +1529,7 @@ "locus_tag \n", "BSU_00010 dnaA 410.0 1750.0 \n", "BSU_00020 dnaN 1939.0 3075.0 \n", - "BSU_00030 yaaA 3206.0 3421.0 \n", + "BSU_00030 rlbA 3206.0 3421.0 \n", "BSU_00040 recF 3437.0 4549.0 \n", "BSU_00050 remB 4567.0 4812.0 \n", "\n", @@ -1535,20 +1545,20 @@ "locus_tag \n", "BSU_00010 dnaN // dnaA dnaN // dnaA \n", "BSU_00020 dnaN // dnaA dnaN // dnaA \n", - "BSU_00030 gyrB // remB // recF // yaaA gyrB // remB // recF // yaaA \n", - "BSU_00040 gyrB // remB // recF // yaaA gyrB // remB // recF // yaaA \n", - "BSU_00050 gyrB // remB // recF // yaaA gyrB // remB // recF // yaaA \n", + "BSU_00030 gyrB // remB // recF // rlbA gyrB // remB // recF // rlbA \n", + "BSU_00040 gyrB // remB // recF // rlbA gyrB // remB // recF // rlbA \n", + "BSU_00050 gyrB // remB // recF // rlbA gyrB // remB // recF // rlbA \n", "\n", " operon_list \n", "locus_tag \n", "BSU_00010 dnaA;dnaN \n", "BSU_00020 dnaA;dnaN \n", - "BSU_00030 gyrB;recF;remB;yaaA \n", - "BSU_00040 gyrB;recF;remB;yaaA \n", - "BSU_00050 gyrB;recF;remB;yaaA " + "BSU_00030 gyrB;recF;remB;rlbA \n", + "BSU_00040 gyrB;recF;remB;rlbA \n", + "BSU_00050 gyrB;recF;remB;rlbA " ] }, - "execution_count": 20, + "execution_count": 18, "metadata": {}, "output_type": "execute_result" } @@ -1595,7 +1605,7 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": 19, "metadata": {}, "outputs": [ { @@ -1665,13 +1675,13 @@ " \n", " \n", " BSU_00030\n", - " yaaA\n", + " rlbA\n", " 3206.0\n", " 3421.0\n", " RNA binding protein involved in ribosome matur...\n", - " gyrB // remB // recF // yaaA\n", - " gyrB // remB // recF // yaaA\n", - " gyrB;recF;remB;yaaA\n", + " gyrB // remB // recF // rlbA\n", + " gyrB // remB // recF // rlbA\n", + " gyrB;recF;remB;rlbA\n", " Op1\n", " \n", " \n", @@ -1680,9 +1690,9 @@ " 3437.0\n", " 4549.0\n", " RecA filament-DNA complex stabilisation, ssDNA...\n", - " gyrB // remB // recF // yaaA\n", - " gyrB // remB // recF // yaaA\n", - " gyrB;recF;remB;yaaA\n", + " gyrB // remB // recF // rlbA\n", + " gyrB // remB // recF // rlbA\n", + " gyrB;recF;remB;rlbA\n", " Op1\n", " \n", " \n", @@ -1691,9 +1701,9 @@ " 4567.0\n", " 4812.0\n", " regulator of extracellular matrix formation\n", - " gyrB // remB // recF // yaaA\n", - " gyrB // remB // recF // yaaA\n", - " gyrB;recF;remB;yaaA\n", + " gyrB // remB // recF // rlbA\n", + " gyrB // remB // recF // rlbA\n", + " gyrB;recF;remB;rlbA\n", " Op1\n", " \n", " \n", @@ -1705,7 +1715,7 @@ "locus_tag \n", "BSU_00010 dnaA 410.0 1750.0 \n", "BSU_00020 dnaN 1939.0 3075.0 \n", - "BSU_00030 yaaA 3206.0 3421.0 \n", + "BSU_00030 rlbA 3206.0 3421.0 \n", "BSU_00040 recF 3437.0 4549.0 \n", "BSU_00050 remB 4567.0 4812.0 \n", "\n", @@ -1721,20 +1731,20 @@ "locus_tag \n", "BSU_00010 dnaN // dnaA dnaN // dnaA \n", "BSU_00020 dnaN // dnaA dnaN // dnaA \n", - "BSU_00030 gyrB // remB // recF // yaaA gyrB // remB // recF // yaaA \n", - "BSU_00040 gyrB // remB // recF // yaaA gyrB // remB // recF // yaaA \n", - "BSU_00050 gyrB // remB // recF // yaaA gyrB // remB // recF // yaaA \n", + "BSU_00030 gyrB // remB // recF // rlbA gyrB // remB // recF // rlbA \n", + "BSU_00040 gyrB // remB // recF // rlbA gyrB // remB // recF // rlbA \n", + "BSU_00050 gyrB // remB // recF // rlbA gyrB // remB // recF // rlbA \n", "\n", " operon_list operon \n", "locus_tag \n", "BSU_00010 dnaA;dnaN Op0 \n", "BSU_00020 dnaA;dnaN Op0 \n", - "BSU_00030 gyrB;recF;remB;yaaA Op1 \n", - "BSU_00040 gyrB;recF;remB;yaaA Op1 \n", - "BSU_00050 gyrB;recF;remB;yaaA Op1 " + "BSU_00030 gyrB;recF;remB;rlbA Op1 \n", + "BSU_00040 gyrB;recF;remB;rlbA Op1 \n", + "BSU_00050 gyrB;recF;remB;rlbA Op1 " ] }, - "execution_count": 21, + "execution_count": 19, "metadata": {}, "output_type": "execute_result" } @@ -1761,7 +1771,7 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": 20, "metadata": {}, "outputs": [], "source": [ @@ -1784,7 +1794,275 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 21, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
accessionstartendstrandgene_nameold_locus_taggene_productncbi_proteinCOGuniprotoperon
locus_tag
BSU_00010AL009126.34101750+dnaABSU00010chromosomal replication initiator informationa...CAB11777.1LP05648Op0
BSU_00020AL009126.319393075+dnaNBSU00020DNA polymerase III (beta subunit)CAB11778.1LP05649Op0
BSU_00030AL009126.332063421+rlbABSU00030RNA binding protein involved in ribosome matur...CAB11779.1SP05650Op1
BSU_00040AL009126.334374549+recFBSU00040RecA filament-DNA complex stabilisation%2C ssD...CAB11780.1LP05651Op1
BSU_00050AL009126.345674812+remBBSU00050regulator of extracellular matrix formationCAB11781.2SP37525Op1
....................................
BSU_41020AL009126.342115104212889-mnmEBSU41020tRNA modification GTPase and tRNA-U34 5-formyl...CAB16139.1SP25811Op1584
BSU_41030AL009126.342132004213826-jagBSU41030SpoIIIJ-associated RNA/ssDNA-binding proteinCAB16140.1SQ01620Op1585
BSU_41040AL009126.342138234214608-oxaAABSU41040Sec-independent factor for membrane protein in...CAB16141.1UQ01625Op1585
BSU_41050AL009126.342147534215103-rnpABSU41050protein component of ribonuclease P (RNase P) ...CAB16142.1JP25814Op5
BSU_41060AL009126.342152554215389-rpmHBSU41060ribosomal protein L34CAB16143.1JP05647Op1586
\n", + "

4325 rows × 11 columns

\n", + "
" + ], + "text/plain": [ + " accession start end strand gene_name old_locus_tag \\\n", + "locus_tag \n", + "BSU_00010 AL009126.3 410 1750 + dnaA BSU00010 \n", + "BSU_00020 AL009126.3 1939 3075 + dnaN BSU00020 \n", + "BSU_00030 AL009126.3 3206 3421 + rlbA BSU00030 \n", + "BSU_00040 AL009126.3 3437 4549 + recF BSU00040 \n", + "BSU_00050 AL009126.3 4567 4812 + remB BSU00050 \n", + "... ... ... ... ... ... ... \n", + "BSU_41020 AL009126.3 4211510 4212889 - mnmE BSU41020 \n", + "BSU_41030 AL009126.3 4213200 4213826 - jag BSU41030 \n", + "BSU_41040 AL009126.3 4213823 4214608 - oxaAA BSU41040 \n", + "BSU_41050 AL009126.3 4214753 4215103 - rnpA BSU41050 \n", + "BSU_41060 AL009126.3 4215255 4215389 - rpmH BSU41060 \n", + "\n", + " gene_product ncbi_protein COG \\\n", + "locus_tag \n", + "BSU_00010 chromosomal replication initiator informationa... CAB11777.1 L \n", + "BSU_00020 DNA polymerase III (beta subunit) CAB11778.1 L \n", + "BSU_00030 RNA binding protein involved in ribosome matur... CAB11779.1 S \n", + "BSU_00040 RecA filament-DNA complex stabilisation%2C ssD... CAB11780.1 L \n", + "BSU_00050 regulator of extracellular matrix formation CAB11781.2 S \n", + "... ... ... .. \n", + "BSU_41020 tRNA modification GTPase and tRNA-U34 5-formyl... CAB16139.1 S \n", + "BSU_41030 SpoIIIJ-associated RNA/ssDNA-binding protein CAB16140.1 S \n", + "BSU_41040 Sec-independent factor for membrane protein in... CAB16141.1 U \n", + "BSU_41050 protein component of ribonuclease P (RNase P) ... CAB16142.1 J \n", + "BSU_41060 ribosomal protein L34 CAB16143.1 J \n", + "\n", + " uniprot operon \n", + "locus_tag \n", + "BSU_00010 P05648 Op0 \n", + "BSU_00020 P05649 Op0 \n", + "BSU_00030 P05650 Op1 \n", + "BSU_00040 P05651 Op1 \n", + "BSU_00050 P37525 Op1 \n", + "... ... ... \n", + "BSU_41020 P25811 Op1584 \n", + "BSU_41030 Q01620 Op1585 \n", + "BSU_41040 Q01625 Op1585 \n", + "BSU_41050 P25814 Op5 \n", + "BSU_41060 P05647 Op1586 \n", + "\n", + "[4325 rows x 11 columns]" + ] + }, + "execution_count": 21, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "DF_annot" + ] + }, + { + "cell_type": "code", + "execution_count": 22, "metadata": {}, "outputs": [], "source": [ @@ -1798,7 +2076,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": 23, "metadata": {}, "outputs": [ { @@ -1943,7 +2221,7 @@ "BSU_00050 Op1 " ] }, - "execution_count": 24, + "execution_count": 23, "metadata": {}, "output_type": "execute_result" } @@ -1968,7 +2246,7 @@ }, { "cell_type": "code", - "execution_count": 25, + "execution_count": 24, "metadata": {}, "outputs": [], "source": [ @@ -1980,14 +2258,14 @@ }, { "cell_type": "code", - "execution_count": 26, + "execution_count": 25, "metadata": {}, "outputs": [ { "data": { - "image/png": "iVBORw0KGgoAAAANSUhEUgAAAaIAAAFdCAYAAABBz2mjAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjQuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8rg+JYAAAACXBIWXMAAAsTAAALEwEAmpwYAABP70lEQVR4nO3deXxM1//48ddkQ0I2Ykli38WugiAILbXVnuIjlpQSxFJLQ1FVUikNYknsO0FC0RRfokr7UVRpVe2EiF0kxJJtfn/4ZT6mSTTa3Hunyfv5ePTx+eTeM3PfE5N5zzn3nPfR6fV6PUIIIYRGzLQOQAghRP4miUgIIYSmJBEJIYTQlCQiIYQQmpJEJIQQQlOSiIQQQmjKQusA/o0aNWqEi4uL1mEIIcS/ys2bN/npp58yHZdE9De4uLgQGRmpdRhCCPGv0q1btyyPy9CcEEIITUkiEkIIoSlJREIIITQliUgIIYSmJBEJIYTQlCQiIYQQmpJEJIQQQlOSiIQQQmhKElEe9jwlTdPHmxJT+F3klecwhRhy6znE/2j5vpDKCnlYQUtzyn38zd9+/LUvOuRiNNoyhd/FP43BVOIwhRhyKw7xP1q+L6RHJIQQQlOSiIQQQmhKEpECZPxbCCFyTu4RKUDGv//neUoaBS3NNX8OIUyV/I1IIhIKk6QsxOvJ34gMzQkhhNCYJCIhhBCakkQkhBBCUyaViHx9falatSrBwcFGxxMSEpg8eTKNGjWibt26DBgwgPPnz2d6/IsXL5g9ezbNmjWjdu3aeHt7c/z48Uzt0tPTCQsLw8vLi1q1atG5c2f27t2r2OsSQgiRPZNJRLt3784yuej1eoYOHcrhw4eZMmUKCxYsIDU1FR8fH27fvm3UdtKkSWzduhV/f3/CwsJwcnLC19eXP/74w6jd/PnzCQkJoW/fvixbtoy6desyatQoDh06pOhrFEIIkZlJJKKEhAQCAwP5+OOPM507cOAAJ0+eJCgoiI4dO+Lp6cmSJUvQ6/UsX77c0O7cuXPs3r2bgIAAevXqRZMmTZg3bx6lSpVi/vz5hnYPHjxgxYoVDBkyBF9fXxo3bsxnn31Go0aNmDNnjiqvVwghxP+YRCKaM2cOlStXpmPHjpnORUdHU7x4cRo3bmw4VqRIEVq1asWBAwcMxw4cOIClpSXt27c3HLOwsKBDhw4cOXKE5ORkAA4fPkxKSgqdO3c2uk7nzp25cOECN27cyO2XJ4QQ4jU0T0QnTpxgx44dTJ06Ncvzly5dokqVKpmOV6pUibi4OJKSkgztXFxcKFSoUKZ2KSkpxMTEGNpZWVlRtmxZo3aVK1cG4PLly//4NQkhhMg5TRNRcnIy06ZNY9CgQVSoUCHLNgkJCdja2mY6bm9vD0BiYqKhnZ2dXbbtEhISjJ5Pp9MZtct47KNHj/7OSxFCCPE3aVpZYfny5Tx//pxhw4ZpGUaOhIeHEx4eDkB8fLzG0QghRN6hWY8oLi6O0NBQRo0aRXJyMomJiYbeTcbPaWlp2NraGo6/KqPnktFbsrW1NfR6smqX0ePJeD69Xm/ULuOxGT2oP/P29iYyMpLIyEgcHBze+PUKIYTImmaJ6MaNG7x48YLx48fTsGFDw38AK1eupGHDhly4cIFKlSpx8eLFTI+/fPkyzs7O2NjYAC/vBd28eZNnz55lamdpaWm4J1S5cmWSk5O5fv26UbtLly4BULFixVx/rUIIIbKnWSKqXr06a9euzfQfvJzBtnbtWsqUKUPr1q25c+cOx44dMzz2yZMnHDx4EC8vL8MxLy8vUlJS2LNnj+FYamoqUVFRNGvWDCsrKwCaN2+OpaUlu3btMopn586dVKlShdKlSyv5soUQQvyJZveIbG1tadSoUZbnnJ2dDee8vLyoV68e48ePZ8KECdja2rJ06VL0ej0ffPCB4TE1atSgffv2zJo1i9TUVFxdXdm0aROxsbFG64OKFi3KgAEDCAsLw8bGhho1ahAVFcXRo0dZsmSJsi9aCCFEJia/DYSZmRmhoaHMnj2b6dOn8+LFC+rWrcvatWspVaqUUdvAwECCg4OZN28eiYmJVKtWjeXLl+Pm5mbUbsyYMVhbW7N27Vru3btH+fLlmTdvHq1atVLzpQkhhMAEE1FWZX7s7e0JDAz8y8cWLFiQgIAAAgICXtvO3NwcPz8//Pz8/nacQgghcofmC1qFEELkb5KIhBBCaEoSkRBCCE1JIhJCCKEpSURCCCE0JYlICCGEpiQRCSHyrecpaZo+XrxkcuuIhBBCLQUtzSn38Td/+/HXvuiQi9HkX9IjEkIIoSlJREIIITQliUgIIYSmJBEJIYTQlCQiIYQQmpJEJIQQQlOSiIQQQmhKEpEQQghNSSISQgihKUlEQgghNCWJSAghhKYkEQkhhNCUJCIhhBCakkQkhBBCU5KIhBBCaEoSkRBCCE1JIhJCCKGpXElEycnJufE0Qggh8qEcJ6JDhw4REhJidGzDhg3Ur1+funXr8tFHH5GSkpLrAQohhMjbcpyIVqxYwZUrVww/X758mVmzZlG8eHE8PDyIiopiw4YNigQphBAi78pxIrpy5Qo1a9Y0/BwVFUWBAgXYtm0by5cvp3379uzYsUOJGIUQQuRhOU5ECQkJODg4GH7+8ccfady4MYULFwbA3d2d2NjY3I9QCCFEnpbjROTg4EBcXBwAT5484bfffuOtt94ynE9NTSUtLS33IxRCCJGnWeS0Yd26ddm8eTOVKlXi+++/Jy0tDU9PT8P5mJgYihcvrkiQQggh8q4c94j8/f1JT09n9OjRREZG0qVLFypVqgSAXq9n//791K9fX7FAhRBC5E057hFVqlSJqKgoTp48SZEiRWjYsKHhXGJiIv3796dRo0aKBCmEECLvynEiArC3t8fLyyvTcTs7O/r3759rQQkhhMg/3riywvHjxwkODuaTTz7h8uXLACQlJXH8+HESExPf6LkOHz6Mj48PTZs2pWbNmnh6ejJq1CguXbpk1O7WrVv4+/vToEED6tevz4gRIwwTJ16VkJDA5MmTadSoEXXr1mXAgAGcP38+U7sXL14we/ZsmjVrRu3atfH29ub48eNvFLsQQojckeNElJaWxujRo/Hx8SEsLIyIiAju3r0LgIWFBcOHD2fjxo1vdPGEhATc3NyYMmUKK1euZOzYsVy6dIlevXpx8+ZNAJ49e0b//v25cuUKs2fPJigoiJiYGHx8fHj69KnhufR6PUOHDuXw4cNMmTKFBQsWkJqaio+PD7dv3za67qRJk9i6dSv+/v6EhYXh5OSEr68vf/zxxxvFL4QQ4p/LcSJatmwZ+/bt4+OPPyYqKgq9Xm84V6BAAdq0acOhQ4fe6OIdO3Zk4sSJtGvXDnd3d7p06UJISAhJSUns3bsXgC1btnDjxg0WLVpEmzZtaNOmDYsXLyYuLo7w8HDDcx04cICTJ08SFBREx44d8fT0ZMmSJej1epYvX25od+7cOXbv3k1AQAC9evWiSZMmzJs3j1KlSjF//vw3il8IIcQ/l+NEtGPHDt577z369+9vtLA1Q8WKFblx48Y/Dsje3h4Ac3NzAKKjo6lTpw5ly5Y1tCldujT169fnwIEDhmPR0dEUL16cxo0bG44VKVKEVq1aGbU7cOAAlpaWtG/f3nDMwsKCDh06cOTIESngKoQQKstxIrp58yb16tXL9rytrS0JCQl/K4i0tDSSk5O5du0a06ZNw8nJiY4dOwJw6dIlqlSpkukxlSpVMrqX9Lp2cXFxJCUlGdq5uLhQqFChTO1SUlKIiYn5W69BCCHE35PjWXM2NjY8evQo2/MxMTE4Ojr+rSB69uzJ77//DkDZsmVZs2YNRYsWBV7eR7K1tc30GDs7O6PJEQkJCbi4uGRql9HDSkxMxMbGhoSEBOzs7LJt93eTqRBCiL8nxz2iBg0asGvXLqN7QxkSEhKIiIj42+uIvvzyS7Zs2cLcuXMpXLgwAwcONLm6deHh4XTr1o1u3boRHx+vdThCCJFn5DgRDR06lGvXruHj48N3330HwPnz59m8eTNdu3bl2bNnDBky5G8FUbFiRerUqUPHjh1ZvXo1T58+ZenSpcDLIb+spoX/uaeUXbuMXlxG2+yGEDPaZdVbAvD29iYyMpLIyMgs75EJIYT4e3KciGrVqkVISAhXr14lICAAgNmzZ/Ppp5/y4sULFi5caCj580/Y2tpSpkwZrl+/Dry8d3Px4sVM7S5fvmx0vde1c3Z2xsbGxtDu5s2bPHv2LFM7S0tLo0kRQgghlPdGC1pbtmxJdHQ0S5YsYdy4cYwdO5aQkBD2799Ps2bNciWg+/fvc/XqVcqUKQOAl5cXp0+fNpqRFxsby8mTJ42qPLRu3Zo7d+5w7Ngxw7EnT55w8OBBo3ZeXl6kpKSwZ88ew7HU1FSioqJo1qwZVlZWufI6hBBC5MwblfgBsLKyolWrVrRq1eofX3z48OHUqFGDqlWrUrhwYa5du8bq1asxNzdn4MCBAPTq1YsNGzbg5+fHqFGj0Ol0zJ8/n5IlS+Lt7W14Li8vL+rVq8f48eOZMGECtra2LF26FL1ezwcffGBoV6NGDdq3b8+sWbNITU3F1dWVTZs2ERsby5w5c/7xaxJCCPFm3jgR5aY6deqwZ88eVq1aRUpKCiVLlqRRo0YMGTIEV1dXAKytrVmzZg2BgYFMmDABvV5PkyZNmDRpkmG4DcDMzIzQ0FBmz57N9OnTefHiBXXr1mXt2rWUKlXK6LqBgYEEBwczb948EhMTqVatGsuXL8fNzU3V1y+EEOINElHr1q3/so1Op2P//v05vviQIUNyNMHB2dmZkJCQv2xnb29PYGDgX7YrWLAgAQEBhntdQgghtJPjROTs7JzpWFpaGrGxsdy9e5eyZcvKxnhCCCHeWI4T0bp167I9t3v3br744gumT5+eK0EJIYTIP954G4isdOzYkTZt2jB79uzceDohhBD5SK4kIoDq1avLnj5CCCHeWK4loj/++AMzs1x7OiGEEPlEju8RZdfbSUhI4Mcff2Tr1q28/fbbuRaYEEKI/CHHiahfv37odLpMxzOKoHp4eDBlypTci0wIIUS+kONElNX6HJ1Oh52dHeXKlaN8+fK5GpgQQoj8IceJqGvXrkrGIYQQIp+S2QVCCCE0lW2PaMeOHX/rCbt06fI3QxFCCJEfZZuIPv74Y3Q6XZY7smZHp9NJIhJCCPFGsk1Ea9euVTMOIYQQ+VS2icjd3V3NOIQQQuRTMllBCCGEpt54Y7z79+9z5swZEhISsrx/JPeIhBBCvIkcJ6L09HSmT5/Otm3bSE9Pz7adJCIhhBBvIseJaMWKFYSHh9O5c2eaNm3KxIkTGTduHDY2NqxZs4YiRYowduxYJWMVQgiRB+X4HtGOHTto3rw5QUFBeHp6AuDm5kbv3r2JjIwkPj6e33//XbFAhRBC5E05TkQ3btygefPmLx/0/7d7SE1NBcDa2ppu3bqxdetWBUIUQgiRl+U4ERUsWBALi5cjedbW1uh0Oh48eGA47+TkxO3bt3M/QiGEEHlajhORs7MzN27cAMDS0pIyZcpw+PBhw/kff/yRokWL5n6EQggh8rQcT1Zo3Lgx//d//8fEiRMBeO+991iwYAF3794F4MSJEwwaNEiZKIUQQuRZOU5EgwYNomnTpiQnJ2NlZcWHH37Iw4cP2blzJ2ZmZvTq1Qt/f38lYxVCCJEHvTYRvfvuu3Tv3p0uXbpQvHhxihcvbjhnbm7OJ598wieffKJ4kEIIIfKu194jun37NnPmzKFly5b4+fkRHR392sWsQgghxJt6bY/ohx9+ICoqisjISKKjozl48CBFixalS5cudOvWjQoVKqgVpxBCiDzqtT0ia2trevTowcaNG9m7dy+DBw/G3Nyc5cuX06FDB/r06UNERARPnz5VK14hhBB5TI6nb5ctW5axY8fy3XffsXTpUt555x3OnDnD5MmTadasGZMnT+bnn39WMlYhhBB50BtX39bpdHh6euLp6UlCQgK7d+8mIiKCiIgItm/fztmzZ5WIUwghRB71j/Yjev78OU+ePCEpKQngjbYVF0IIIeBv9IhSUlLYv38/ERER/Pe//yUtLQ1HR0cGDhxIjx49lIhRCCFEHpbjRPT7778TGRnJ7t27SUxMxMzMjGbNmtGjRw9atWplqEMnhBBCvInXZo/4+Hh27txJZGQkFy5cQK/XU6ZMGQYNGkTXrl2NFrgKIYQQf8drE1Hz5s1JS0ujQIECdO7cme7du+Pu7q5WbEIIIfKB1yaiqlWr0rNnTzp27EjhwoVz9cJ79uzhm2++4cyZMzx48IBSpUrxzjvv8OGHHxpdKyEhgaCgIPbv38+LFy+oW7cuAQEBVK1a1ej5Xrx4wbx589i1axeJiYlUr16dcePG0bBhQ6N26enpLFu2jPDwcO7du0f58uUZPnw4bdu2zdXXJ4QQImdeO2suIiKC999/P9eTEMDKlSsxMzNjzJgxLF++nN69e7Np0yYGDRpkKCOk1+sZOnQohw8fZsqUKSxYsIDU1FR8fHwy7X00adIktm7dir+/P2FhYTg5OeHr68sff/xh1G7+/PmEhITQt29fli1bRt26dRk1ahSHDh3K9dcohBDir2k2wyA0NBRHR0fDz+7u7tjb2zNx4kR++uknmjRpwoEDBzh58iRr1qyhcePGANSrV4/WrVuzfPlyQ8HVc+fOsXv3bmbNmkX37t0BaNiwIR06dGD+/PmEhoYC8ODBA1asWMGQIUPw9fUFXm5vERMTw5w5c2jRooWavwIhhBD8w3VE/8SrSShDrVq1ALhz5w4A0dHRFC9e3JCEAIoUKUKrVq04cOCA4diBAwewtLSkffv2hmMWFhZ06NCBI0eOkJycDMDhw4dJSUmhc+fORtft3LkzFy5cMGz8J4QQQj2aJaKsHDt2DICKFSsCcOnSJapUqZKpXaVKlYiLizMspL106RIuLi4UKlQoU7uUlBRiYmIM7aysrChbtqxRu8qVKwNw+fLl3H1BQggh/pLJJKI7d+6wYMECPDw8DD2jhIQEbG1tM7W1t7cHIDEx0dDOzs4u23YJCQlGz6fT6YzaZTz20aNHufFShBBCvIFsE9HChQu5cOGC4ee4uDieP3+uSBBJSUkMGzYMc3NzAgMDFbnGPxUeHk63bt3o1q0b8fHxWocjhBB5xmsT0fnz5w0/t27dmv/7v//L9QCeP3/O0KFDiY2NZcWKFZQsWdJwztbW1tDreVVGzyWjt2Rra2vo9WTVLqPHk/F8f66Jl/HYjB5UVry9vYmMjCQyMhIHB4ccvz4hhBCvl20i+nMSUKKgaUpKCv7+/pw5c4alS5dmWhtUqVIlLl68mOlxly9fxtnZGRsbG0O7mzdv8uzZs0ztLC0tDfeEKleuTHJyMtevXzdqd+nSJeB/96aEEEKoJ9vp29WrV2fFihWkpqYaehQnTpwgLS3ttU/YpUuXHF04PT2dcePGcfToUcLCwqhbt26mNq1btyYyMpJjx44ZKjo8efKEgwcP0rFjR0M7Ly8vQkJC2LNnD127dgUgNTWVqKgomjVrhpWVFfCyUoSlpSW7du1ixIgRhsfv3LmTKlWqULp06RzFLoQQIvdkm4gCAgIYMWKE4Z6NTqcjPDyc8PDwbJ9Mp9PlOBFNnz6dPXv2MHToUAoVKsSpU6cM50qWLEnJkiXx8vKiXr16jB8/ngkTJmBra8vSpUvR6/V88MEHhvY1atSgffv2zJo1i9TUVFxdXdm0aROxsbHMmTPH0K5o0aIMGDCAsLAwbGxsqFGjBlFRURw9epQlS5bkKG4hhBC5K9tEVK1aNfbu3cuNGze4d+8e/fr1Y+jQoXh4eOTKhQ8fPgy8XNiaseA0w4gRIxg5ciRmZmaEhoYye/Zspk+fbijxs3btWkqVKmX0mMDAQIKDg5k3bx6JiYlUq1aN5cuX4+bmZtRuzJgxWFtbs3btWkOJn3nz5tGqVatceV1CCCHezGsrK5ibm1OuXDnKlStHw4YNadSoUa4VPY2Ojs5RO3t7+xzNpCtYsCABAQEEBAS8tp25uTl+fn74+fnl6PpCCCGUleMSP+vWrVMyDiGEEPnUG9WaS09PZ/v27fzf//0fsbGxALi6uvLOO+/QpUsXzMxMZn2sEEKIf4kcJ6Lnz58zePBgTpw4gU6nw8nJCYDvv/+eQ4cOsWPHDpYtW0aBAgUUC1YIIUTek+MuzJIlSzh+/DgDBw7kv//9L4cOHeLQoUMcPXqUQYMGcezYMZl5JoQQ4o3lOBFFRUXx7rvvMmHCBKO6bra2towfP553332Xb775RpEghRBC5F05TkS3b99+7Yy5hg0bZtqsTgghhPgrOU5Etra2mUrjvOr69etZVsoWQgghXifHicjDw4MNGzYYFqK+6siRI2zatIlmzZrlanBCCCHyvhzPmhs9ejRHjhxhyJAhVK9e3bCZ3MWLF/njjz9wcHDA399fsUCFEELkTTlORC4uLkRERDB37lwOHjzI2bNnAbCxsaFDhw6MHTsWZ2dnxQIVQgiRN73RglZnZ2fmzp2LXq/n4cOHADg6Omba8VQIIYTIqTdKRBl0Oh1FixbN7ViEEELkQ1KTRwghhKYkEQkhhNCUJCIhhBCakkQkhBBCU5KIhBBCaEoSkRBCCE3lOBE9efIEHx8fw0JWIYQQIjfkOBGlpKRw7NgxEhISAHj69CkBAQFcvnxZseCEEELkfa9NRP7+/qxevZrTp0+TnJxsdO7Fixfs2LGDu3fvKhqgEEKIvO21lRWePXvGokWLePz4MRYWFuh0Or799lusra1xdXVFr9erFacQQog86rWJaNmyZej1es6fP88PP/zAl19+ya5du9iyZQvW1tbodDq+++477OzsqF69utScE0II8cb+8h6RTqejWrVqdOvWDYDFixfz9ddfM3jwYPR6PRs2bKB79+64u7vz4YcfKh6wEEKIvOW1PSJfX18aNGhAgwYNKF26NPAyMVWtWhUnJyfmz59PWFgYtra2HD9+nBMnTqgStBBCiLzjtYnIysqKdevWsWDBAszNzdHpdGzfvh2AChUqAGBubk6tWrWoVasWgwYNUj5iIYQQecprE9GSJUsAuHbtGj/88AMzZszg4MGDfP311xQoUACdTse+ffsoWLAgNWvWxMLib+0qIYQQIh/L0TqicuXK0b59ewDmz5/Pt99+y/Dhw9Hr9Wzfvp3333+fhg0bMmDAACVjFUIIkQf9rRI/5cuXp2fPnsDLyQvffPMN48ePx9HRMVeDE0IIkffleCytQIECdO3aleLFi2c6V7FiRSpWrEifPn1yNTghhBB5X44TkbW1NYGBgYafX5eYhBBCiJz627ML/pyYhBBCiL9DtoEQQgihKUlEQgghNCWJSAghhKY0TUS3b99mxowZeHt7U6dOHapWrUpsbGymdi9evGD27Nk0a9aM2rVr4+3tzfHjxzO1S09PJywsDC8vL2rVqkXnzp3Zu3dvltfesmUL7dq1o2bNmrRt25ZNmzbl+usTQgjx1zRNRDExMXz77bfY2try1ltvZdtu0qRJbN26FX9/f8LCwnBycsLX15c//vjDqN38+fMJCQmhb9++LFu2jLp16zJq1CgOHTpk1G7Lli1MnTqVtm3bsnz5ctq1a8f06dPZuHGjIq9TCCFE9jStydOwYUN+/PFHALZu3cqRI0cytTl37hy7d+9m1qxZdO/e3fC4Dh06MH/+fEJDQwF48OABK1asYMiQIfj6+gLQuHFjYmJimDNnDi1atAAgNTWV4OBg3nvvPcaMGWNod/fuXebPn0/Pnj2xtLRU/LULIYR4SdMekZnZX1/+wIEDWFpaGkoMAVhYWNChQweOHDli2Dn28OHDpKSk0LlzZ6PHd+7cmQsXLnDjxg0ATp06xcOHDzO1e++993j06BE///zzP31ZQggh3oDJT1a4dOkSLi4uFCpUyOh4pUqVSElJISYmxtDOysqKsmXLGrWrXLkyAJcvXwbg4sWLRsezayeEEEIdJp+IEhISsLOzy3Tc3t7ecD7jf21tbTPtEpvx2EePHhm1//Nz/rmdEEIIdci+DTkUHh5OeHg4APHx8RpHI4QQeYfJ94hsbW0NvZhXZfRcMnoytra2JCYmotfrjdplPDajB2Vra2t0PLt2f+bt7U1kZCSRkZE4ODj8rdcihBAiM5NPRJUqVeLmzZs8e/bM6Pjly5extLQ03BOqXLkyycnJXL9+3ajdpUuXgJcVwjPavXo8u3ZCCCHUYfKJyMvLi5SUFPbs2WM4lpqaSlRUFM2aNcPKygqA5s2bY2lpya5du4wev3PnTqpUqULp0qUBqFu3Lg4ODlm2s7e3p379+gq/IiGEEK/S/B5RRoI5c+YMAN9//z2Ojo44Ojri7u5OjRo1aN++PbNmzSI1NRVXV1c2bdpEbGwsc+bMMTxP0aJFGTBgAGFhYdjY2FCjRg2ioqI4evSoYctzAEtLS0aNGsX06dMpXrw4Hh4eHD16lIiICKZMmWJIbEIIIdSheSIaNWqU0c/Tp08HwN3dnXXr1gEQGBhIcHAw8+bNIzExkWrVqrF8+XLc3NyMHjtmzBisra1Zu3Yt9+7do3z58sybN49WrVoZtevduzc6nY5Vq1axYsUKnJ2dmTJlCn379lXwlQohhMiK5ono/Pnzf9mmYMGCBAQEEBAQ8Np25ubm+Pn54efn95fP+f777/P+++/nOE4hhBDKMPl7REIIIfI2SURCCCE0JYlICCGEpiQRCSGE0JQkIiGEEJqSRCSEEEJTkoiEEEJoShKREEIITUkiEkIIoSlJREIIITQliUgIIYSmJBEJIYTQlCQiIYQQmpJEJIQQQlOSiIQQQmhKEpEQQghNSSISQgihKUlEQgghNCWJSAghhKYkEQkhhNCUJCIhhBCakkQkhBBCU5KIhBBCaEoSkRBCCE1JIhJCCKEpSURCCCE0JYlICCGEpiQRCSGE0JQkIiGEEJqSRCSEEEJTkoiEEEJoShKREEIITUkiEkIIoSlJREIIITQliUgIIYSm8m0iunXrFv7+/jRo0ID69eszYsQI4uLitA5LCCHynXyZiJ49e0b//v25cuUKs2fPJigoiJiYGHx8fHj69KnW4QkhRL5ioXUAWtiyZQs3btxgz549lC1bFoCqVavStm1bwsPDGThwoMYRCiFE/pEve0TR0dHUqVPHkIQASpcuTf369Tlw4ICGkQkhRP6TLxPRpUuXqFKlSqbjlSpV4tKlSxpEJIQQ+Ve+TEQJCQnY2tpmOm5nZ0diYqIGEQkhRP6l0+v1eq2DUFvNmjUZMGAA48aNMzoeHBzMsmXLOHv2bKbHhIeHEx4eDsDVq1cpX778P4ohPj4eBweHf/Qc/5QpxGAqcUgMphWHKcRgKnGYQgy5FcfNmzf56aefMp/Q50NNmjTRT5kyJdPxadOm6Rs1aqRKDF27dlXlOqYeg15vGnFIDP9jCnGYQgx6vWnEYQox6PXKxpEvh+YqVarExYsXMx2/fPkylSpV0iAiIYTIv/JlIvLy8uL06dPcuHHDcCw2NpaTJ0/i5eWlYWRCCJH/5MtE1KtXL1xcXPDz82P//v0cOHAAPz8/SpYsibe3tyoxqHUdU48BTCMOieF/TCEOU4gBTCMOU4gBlI0jX05WAIiLiyMwMJAffvgBvV5PkyZNmDRpEq6urlqHJoQQ+Uq+TURCCCFMQ74cmhNCCGE6JBEJIYTQlCQiFSUlJXHz5k1SUlK0DkUzcXFx2f53+/Ztnjx5ongM1atX59dff83y3JkzZ6hevbriMWjpdf8GWf2ntNatW3Pu3Lksz124cIHWrVsrHoMpOX78OElJSVmeS0pK4vjx4ypHpLx8WX1bbQcPHmTBggWcO3cOnU7H1q1bcXNzY/LkyTRu3JhOnTqpFsv27dvZvXs3t27d4sWLF0bndDod+/fvV/T6Xl5e6HS617YpXbo0H3zwAb169VIkhtfdFk1PT//L+P6JnLz+VylRhPdNY/jjjz9yPYZX3bx5k+Tk5CzPvXjxQtFkmJaWxr59+yhVqhR169YFXr4/Jk6caNSucOHCTJkyRdH3RgYfHx/Cw8OpXbt2pnNXr17Fx8dH8X8TUPezQhKRwvbv38/IkSNp0qQJ48aN48svvzScc3V1ZceOHaolokWLFhESEkLlypWpXr06VlZWqlz3VdOnTycsLIwiRYrwzjvvUKxYMe7du8e+fft48uQJvXv35sSJE0ybNg0LCwu6deuWa9dOT083JKH09HTS09ONzj9//pzvv/9e0XIq7u7uRh9m//3vf7l//z7169enWLFi3L9/n5MnT+Lk5ETjxo0ViWHWrFmGGJKTk1myZAmFCxemXbt2hhi+/fZbkpKS8PPzUySGnDpz5kyWdSFzy+7du5k8eTLbtm0zHEtPT2fnzp04OTlhaWkJwIMHD2jQoAEdOnRQLJYMr/uilJycjLm5ueIxqP1ZIYlIYQsXLqRbt27MnDmT1NRUo0RUuXJlNm7cqFosERER+Pj4MGnSJNWu+WfXrl2jZs2aLFiwwOj4iBEjGDlyJPfv3ycsLIzx48ezdu3aXEtECxcuZNGiRcDLb3O9e/fOtm2fPn1y5ZpZ+eKLLwz/Pzw8nNOnT7N//35KlixpOH7r1i0++OAD6tWrp0gMr/5OZ86cSY0aNVi0aJFRghw+fDh+fn6KVaNfvXo1q1evBl7+ewwbNszwoZ/h+fPnJCQk0L59e0ViAPj2229p27Yt1apVy3QuNDQUNzc3AGbPns2uXbsUS0SxsbFGC+x/++23TMNzL168ICIiglKlSikSw6vU/qyQRKSwy5cvM378eIBM3Xo7OzsePXqkWizx8fG0atVKtetlZefOnQQGBmZ5rkePHgQEBBAQEEC7du3Yt29frl3X3d0dePltc9GiRfTo0cPowx/AysqKihUrqvY7WrFiBWPGjMkUR6lSpRg+fDjBwcGKDU9m+OabbwgMDMz03tTpdLz//vsEBAQo8mHk6upKkyZNgJdDQDVr1sTR0dGojaWlJZUqVaJnz565fv0MZ86cISAg4C/bNWzYkN27dysWx44dO1i4cCE6nQ6dTsfnn39u1DPS6XTo9XosLCyYOnWqYnFkUPuzQhKRwgoXLkx8fHyW527evJnpj09J7u7unD9/3vABoIWkpKRsfx/x8fGGrdoLFy6MmVnuzaVxd3c3JKPExEQ++OADSpQokWvP/3fcvn2bAgUKZHnOysqKO3fuKB7D06dPs/33ePjwIc+ePVPkum3atKFNmzaGn/38/ChdurQi13qdR48eZXofmJubM3bsWKMvCLa2ttn+nnJD165dcXd3R6/X079/f6ZOnZqp7qWVlRXlypXD3t5esTgyqP1ZIYlIYR4eHoSFheHp6YmNjQ3w8ttNcnIy69evx9PTU7VYJk2axIgRI7C3t8fT0zPLN3RufvhnpWHDhgQHB1OxYkVq1qxpOP7bb78RHBxMo0aNAIiJicHZ2TnXr5+amsqGDRto0qSJ5omoUqVKrFixgqZNmxolpOfPn7NixQpVCvC6u7vz1VdfUaFCBaOb47/++ivBwcGG5K2k6dOnk5qamuW5p0+fYmlpmWnYLrdYW1vz+PHjTMeHDBli9PPjx4+xtrZWJAYAFxcXXFxcAFi7di01atSgcOHCil3vr6j9WSGVFRQWGxtLz5490el0tGjRgh07dtC2bVvOnz/P48ePiYiIUO0DMWMcPLuZPzqdLsu9mHLTjRs3GDhwIDdv3qRUqVIULVqUBw8ecOvWLVxdXVm5ciWlS5dm9erVWFpa0rdv31yPoXnz5nz++ee0aNEi15/7Tfz3v/9lyJAhFC5cmBYtWhh+F4cOHeLx48csW7ZM8W+kf/XvsWrVKsXLXk2cOJHU1FTmzp2b6dy4ceOwtLTMdjj3n+rbty81atRg8uTJr203c+ZMfv/9d1Xv6V64cIHjx4/z6NEj7O3tcXd3p3LlyqpcW+3PCklEKrh9+zYLFizgyJEjPHz4EHt7e5o3b46/v78qNx4zhISE/OX00xEjRigeR0pKCpGRkZw+fZp79+7h5ORE3bp16dq1q2LffF/15ZdfEhMTw8KFCxW/1l+5fPkyixcvzvS7GDZsGBUrVlQlhpSUFLZv386pU6cMMdSrV48uXbqo8u/RsmVLJkyYkOWkhKioKL788ksOHjyoyLU3btxIUFAQ69ato1atWlm2+fXXX+nfvz/jx49XdCJLhtTUVD7++GO++eabTPeJOnbsyBdffKH4zDm1PyskEYl8Z+PGjYSFhVGsWDFat26Nk5NTpj+6Hj16aBRd/lOrVi2WLVuW5XT1o0ePMnjwYH777TdFrp2amkq/fv04e/Ys77//Pi1btjR8Obx16xYHDx4kPDyc6tWrs379eiwslL+bMW/ePJYvX87w4cPp3LkzTk5O3Lt3j507d7Jo0SKGDBmCv7+/4nGoSRJRPpWUlERiYiK2traGe1f5RVZTdV+l0+lUWTAoXmrZsiWDBg3Cx8cn07m1a9eybNkyDh8+rNj1k5KSmDFjBrt27cq0tkyn09GpUyemTJmi2j0bLy8vunXrlmWPY+HChURGRhIdHa1KLKDOZ4VMVlDB999/z549e7h9+3aWK5TXr1+vWiyHDx8mODiYc+fOodfr0el01KhRgzFjxtC0aVNVYjhy5AibNm3i6tWrmlR3UKJawd917Nix165eX7NmjaLXT05OZunSpYYY/lzhQI37hi1btmTx4sW4u7sbfUk4f/48oaGhRrPrlGBjY8MXX3zBmDFj+OmnnwyzFUuWLIm7u7vqk1ru3r1L/fr1szxXv359QkNDVYlDzc8KSUQKW7ZsGXPnzsXR0ZEyZcqoMuaencOHD/Phhx9SpkwZ/Pz8DFUNoqKiGDJkCEuXLlU8GR06dIihQ4fi4eHBlStXaN68Oc+fP+fkyZM4Ozvz1ltvKXp9wDA7SWubN2/m008/xc7OjvLly2d6b6gxWBEUFMTGjRvx9PTknXfe0aTahr+/Pz/++CPdu3enVq1alChRgjt37vDbb7/h6urK6NGjVYmjRIkSdO7cWZVrvU7x4sU5efIkHh4emc6dPHmS4sWLKx6D2p8VMjSnsJYtW9KiRQumTp2qSmmO1/H29sbW1pawsDCjqZfp6el8+OGHPH78mM2bNyseQ61atQgICMDNzY2IiAjc3Ny4evUqvr6+jBs3TtGV9Kakbdu21KpVi1mzZmmSAODlDMI+ffowbNgwTa6fITExkVWrVvHjjz/y6NEjHBwcaNq0KQMGDKBIkSKKXz+j5tzRo0e5ffs28LJH1KRJE95++21V/3aDg4NZsWIFw4YNM7pHFBUVRUhICIMHD2bUqFGKxqD2Z4X0iBT25MkT2rVrp3kSAjh37hzz58/PNP/fzMyMPn36qPLN88qVK/j7+2NmZoZOpyMtLQ2A8uXLM3LkSJYsWaJKInrd8CCoM3x3584dPv30U82SELxcp5NR7FNLtra2jBo1SvEP2KxcuHABf39/rl27hpmZmWGR+eHDhwkPD6dcuXLMmzfvL+8t5paRI0cSGxtLSEiI0cxOvV5Phw4dGD58uOIxqP1ZIYlIYc2aNeP06dOaVjPIYGVlle02C0lJSap8IJqZmWFubo5Op8PR0ZG4uDjDQsrixYtz/fp1xWMwheFBADc3N27cuKHpe6NVq1acOHHCJN6fWrhz5w4DBgygcOHCBAcH07JlSwoVKgTAs2fPOHjwIMHBwQwcOJAdO3aocr/IwsKCuXPnMnToUI4fP05CQgJ2dnY0bNhQtXVEan9WSCJS2NSpUxk+fDg6nY6mTZtiZ2eXqY1apU3c3d2ZP38+derUMbpmXFwcISEhhqoGSipfvjw3b94EoGbNmqxZs4b69etjYWHBypUrVbl/s3jxYvr27WsYHhw9erTR8GDz5s0VjwHgk08+Ydy4cZQvX56GDRuqcs0/69evHxMmTDAsuM5qBb3S78+sZsu9SslJG6GhodjY2LB169ZMf5uFChWiffv2eHh40KtXL0JDQ5k2bZoicWRITk6mWbNmBAYG0rp1a9USz5+p/VkhiUgFNjY2BAcHM2/evCzPqzVVeNy4cfTu3Zt3332XOnXq4OTkxP379zl16hS2traMGzdO8Rg6derE5cuXgZdDEAMHDjRUODA3N2fOnDmKx2Aqw4NDhw7lyZMn+Pj4ULBgwUwfhDqdTrGFnBm8vb0B4+rkf6b0+zOr29SPHj3i6tWrODo6Uq5cOcWundE7zuoLYgZ7e3t8fX0JCwtTLI4MVlZWmJubZ1uDUC0fffQRffr0Ue2zQhKRwgICAvjll18YMGAAFSpU0HTWXPny5dm5cyerVq3ixIkTnD17Fjs7O3x8fBgwYIAqs3FeLdlTs2ZNdu3axeHDh3n27BkeHh6q1FczheFBgCZNmqiy0drrvLo3kVbWrVuX5fHr168zfPhwhg4dqti17927R4UKFf6yXcWKFbl3755icbyqTZs27N27l2bNmqlyvaxUqFBB1c8KSUQK++mnn5g6dWqubvD2TxQvXjzT7pNqiouLM9pwrGTJkoYy/6mpqcTFxSlS7PRVpjA8CMZ7E2nFVN6XWSlTpgyDBw8mKCiIHTt2KHINW1tb7t69+5ft7t69q8rsPQBPT08+//xz/P39ad26dZYf+kre00tOTmbOnDl07NhRtc8KSUQKc3R0pGjRolqHYTJat26d7TbI586do2fPnooPBZnC8GCGs2fPsnjxYo4fP87jx48N28h/9dVXvPXWW6pWZzdFjo6OXLt2TbHnb9CgAZs3b37tUKxer2fz5s00aNBAsTheNXLkSAD27dtntCdXxp5ESlf+sLKyIjw8nLfffluxa/yZJCKF9evXj02bNtG8eXPFt1jIio+PD9OmTaNixYqa3hTO8Lpla6mpqar8jkxheBDgxIkTDBw4kNKlS9OxY0c2bNhgOKfT6di8ebMqiejBgwfs3r0720oXs2bNUjyGrMTHx7Nq1SpFJ0t88MEH9O7dm9GjRzNlypRMXxrv37/PjBkzOHnypGqVt9euXavKdV6nevXqXLhwQbVJNJKIFJaQkMCFCxdo3749TZs2xdbW1ui8TqdTtIDhqx/8f7V2Wam1zYmJiSQkJBh+vnPnjtG2yPByD57t27dTrFgxRWJ4lSkMDwLMnTuXZs2asXjxYtLS0owSkZubG19//bXiMVy5coX333+f1NRUnj17hoODAwkJCaSlpWFnZ6dKfTUvL69M96lSUlJ48OABQKZt5XNT7dq1mTlzJlOnTmX//v3UrFnTMDR78+ZNzpw5g06nY8aMGVn24pWgxh5Qf+Xjjz9m7NixODs707JlS8XvI0plBYVJgc2XM7IytkF+Hb1ez8iRIxVfsFe9evVshwfPnDmjyvAgQJ06dQgJCcHT05O0tDSjShPHjx/H19eXX3/9VdEYhg4dSkpKCosWLaJu3bpERERQtWpVduzYQUhICGFhYYov5Pz4448zvTesrKxwcXGhXbt2lClTRtHrw8uEvGbNmkyVFRo3boyPj49qW3K86smTJ1y4cIE7d+5QokQJqlSpolrh1RYtWvD48WOePXuGhYUFjo6ORv9GuT2jU3pECjt37pzWIWiuTZs2uLi4oNfrmTRpEsOGDcv04WJlZUXFihVVWb1uCsODAAUKFOD58+dZnrt3754qN8fPnDljVN0hPT0dCwsLevTowcOHD5k5c2a2s9pyi5aTNtLT0/nuu+9wdXVl+vTpWbY5f/480dHReHl5qRbXwoULWbVqFU+fPjW8X21sbPD19cXPz0/x66s9o1MSUT6yf/9+EhIS6N69O/By6GHs2LFcuHCB5s2bExgYqEiZ92rVqhnt+NiyZUscHBxy9NgdO3bQqlWr167zyAlTGx6El5WU16xZQ+vWrQ3HMv74t23bluX+PLktKSkJe3t7zMzMKFKkCPHx8YZztWrVYsmSJYrHoKWdO3cyffp0du7cmW0bGxsbPvroI2bMmEHHjh0Vj2nBggUsXryYnj170r59e4oVK8b9+/f55ptvCAkJIS0tzTChQSlqfzmQRJSPLFmyhHbt2hl+/uKLL7h9+zbe3t58/fXXLFy4UPHpml27ds1x27S0NAICAti2bds/TkRr1641DA++7r5cxvCgGkaPHk3v3r157733aNu2LTqdju3btxMYGMjvv//Otm3bFI/B1dXVsD6mfPny7NmzxzBB4rvvvlOsV/Ymu+PqdDrFhmt37txJt27dXjshwtXVle7du7N9+3ZVEtGWLVsYOHCg0d9i5cqVadKkCUWKFCE8PFy196haJBGpIDw83FBg88/7vYB6lRVu3LhB1apVgZff/g8dOsTs2bN59913qVixImFhYZquMcpKbt3CNLXhQXjZU1y/fj1BQUGEhoai1+vZsGEDDRo0YP369TlaaPlPeXh48OOPP/Luu+8yYMAAxo4dy88//4yFhQVXrlxRbDHpnxNRxtTkP8voISqViH7//Xf+85///GU7Dw8Pdu3apUgMf/bkyZNsy0w1b96cTZs2qRKHmksLJBEpbMeOHcyYMYOuXbty7tw5unfvTmpqKtHR0Tg6OtKpUyfVYnnx4gUFCxYE4JdffiEtLc2wert8+fI5Wtj3b/Xq8GBaWhqtW7c2VFmGl5WWL168SPny5VWNy83NjTVr1vDixQsePXqEra2toeimGj766CPDl6P27dtTsGBBoqKieP78OT4+PvTq1UuR67567/TSpUsMGzaMXr160aFDB8NQ1O7du9m6dauiG8ElJSVlmsmaFVtbW5KSkhSL41W1a9fmt99+y3I/ot9++02V2XuvLi3o1KmT0eadSiwtkESksDVr1vDhhx/i5+fH1q1b6dOnD25ubiQkJNCvX78si0wqxcXFhZ9//hl3d3cOHDiAm5ubYejlwYMHqq0c19qRI0c4fvw4QUFBAGzatMlwo9rCwoKlS5dm+SGgpAIFCqi+E2haWhpXrlwxWrnv5eWl6k15gM8++4yePXsyePBgwzFnZ2eGDBmCXq/ns88+U2x9m4ODA3FxcX/Z7tatWzm+r/lPffLJJ4wYMQJzc3PatWtnSMzffvstERERLF682GhLcyUm1/x5acGriUiJpQXqr7DMZ65du8Zbb72FmZkZZmZmpKSkAGBnZ8fQoUNVXbzm7e3NwoUL6datGxs3bqRHjx6Gc6dOndJkiqoWfv31V0MlBYAVK1bQs2dPTpw4wTvvvJPnb9Bn0Ol0dO/eXfGtwP/Kr7/+Ss2aNbM8V6tWLU6fPq3YtRs0aJCj8kHbt29XrbJC586duX79OnPnzuXtt9+mXr16vP3223z11Vdcv36dTp064ebmhpubW7a/t3/q7Nmz9O7d23BP9VUODg48fPgwV68nPSKFFSxY0FCWo1ixYty4ccOwEZmNjY2qw2H9+/fHwcGB06dP4+PjQ5cuXQznkpKSTLruWG568OCBofcRExNDbGwsffv2pXDhwnTr1o2PPvpI4wjVYWZmRsmSJXn27JmmcRQuXJgffvghy17okSNHFF07079/f/r06cOsWbMYN25cpn12UlJSCAoK4ujRo6pVVsjYNkZLai8tkESksCpVqhATE4OHhwdvvfUWYWFhuLq6Ym5uTkhIiCo3pF/VuXNnOnfunOn4Z599pmocOaXEH2ThwoV59OgRAMeOHcPBwcFw/8jc3DzLCSV5lbe3N2vWrKFFixaa7RTbvXt3li5dytOnTzMNRW3ZsoUPP/xQsWvXq1ePiRMnMnv2bHbt2kXTpk2NKitkbF0+ceJE1XayNYUZcWovLZBEpDBvb2/DepVRo0YxcOBA+vTpA7zsEWW3B4wSrl69yuPHjw03O58/f86iRYu4ePEizZo1y9HsIbUpUfijXr16LF26FHNzc8OHcIaYmBjV79VoKSkpievXr9OmTRuaN2+Ok5NTphX0Spaggpd/Fxl1Djdv3gy8/HcvVKgQH374oeIfzAMGDMDNzY1ly5axf/9+Q0+gYMGCuLu7M2TIENV27TUVai8tkBI/Knv69CmnTp3i2bNn1KtXz2jmltIGDRpEtWrVmDBhAgCBgYFs2LCBKlWqcP78eSZNmmRUEFQtly5d4vLly9StW1eVJHDt2jWGDBnC9evXKV26NKtWrcLV1RV4WSTWxcWFwMBAxeMwBaZUgioxMZHz589z7949ihcvTtWqVVWfQJOenm5Y1Gtvb4+5ubkq1124cCE9e/akRIkSf7nGSsl1Va/6/fffCQoK4sSJE6SlpWFmZkaDBg0ICAigRo0auXotSUT5iIeHB5999hlt2rQhPT2dJk2aMGzYMAYMGMDChQvZt2/fa1eY54bPPvuM1NRUw1Dgvn37GDNmDGlpaRQuXJiVK1eqVlwyPj4+00yo8+fP4+TkpOoXBCGqVavGli1bqF27tkl9OQBUWVogQ3MquXfvHrdu3cpUZh9QrdT648ePDdPFz549S2JiIm3btgVeVvxdsWKF4jF8//33jBgxwvBzSEgILVu2xN/fn9mzZ7No0SJVtmQGspyOm7HgN7/4cyXyV6WmpnL37l1VKpHfvXuXVatWcezYMRISErCzs6NRo0YMHDgQJycnxa+vtVfXVZlafcoCBQpgaWmp6Po2SUQKu3PnDuPHj+f48eOZzqmxydWrihUrxvXr13nrrbf44YcfKFOmDKVKlQJeDhlaWCj/drh3757hZvDt27e5ePEiM2fOpGrVqvTr14/JkycrHoP4H1PYqPDq1av07duXxMRE6tWrR9myZbl37x5r167l66+/ZsOGDZQrV07RGERmx44dY8GCBfz666+kpKRgaWlJnTp18Pf3z/Uvz5KIFDZt2jQuXLjA+PHjqVKlimYzk+DlYsWvvvqKixcvEhkZyfvvv284d+HCBUU3IMtQsGBBnj59Crx8oxcuXNiwFsLa2lq11eviJVOoRD5nzhwKFy7Mli1bDPfq4OWstUGDBjFnzpw3qk2Xlzx48CDLURSle6nffvstY8eOpVy5cvj6+lKsWDHu3bvH3r176d+/P1999ZVR3cp/ShKRwn7++WcmT55stGZHKx999BEvXrzgyJEjeHl5GU2LjY6OpmnTporH4ObmxoYNGyhVqhQbN27Ew8PD8GEXGxubL4ZhtGZqlch/+uknpk+fbpSE4GUlkJEjR2a7PUNe9eTJE2bOnElUVFS2SwmU7qUuWLCAFi1asHjxYqMvI/7+/gwbNoz58+dLIvo3KVCgQKbth7VibW3N559/nuW5jGmzShs9ejSDBw/mvffew9bWlk8//dRwbv/+/apNVMjPTK0SeUpKSrbbj9jY2BiqkeQX06dPZ9++ffTo0UOzUZTY2Fg+/vjjTD1iMzMz+vTpk+vvC0lECuvVqxdff/11ttV0tfDw4UNOnz7No0ePaNWqFfb29rx48QJLS0vFh2Jq167NwYMHuXLlCuXKlTNaNe/t7U3ZsmUVvb4wvUrk1atXZ926dXh6ehq9//R6PRs3blStGrqpOHz4MBMmTNBkKUWGcuXKGe1N9aqHDx/m+t+pJCKFlShRgq+//pr+/fvj6emZ5b46r9Z8U5JerycoKIj169eTkpKCTqdj27Zt2Nvb4+fnR/369VVZn2BtbZ1ljayWLVsqfm1hepXI/fz8GDp0KO+++y7t27fHycmJ+/fvs2fPHmJiYlSbRWlK1K4C/2ejR49m5syZVKhQwWiU4vTp04SEhDBlypRcvZ6sI1KYKa0JCA0NZfHixfj5+eHh4UGvXr2IiIjAzc2N9evX8/XXX7N161ZFY8hJgUlTuJ+WX4waNYoCBQpoXon8+++/Z968efzxxx+G2aRubm6MGjXKpEYT1DBjxgx0Oh2ffPKJZjH06dOH69ev8+DBA0qVKkXRokV58OABt27domjRokY9Ip1OZ1Sd+++QHpHCDhw4oHUIBlu3bmX48OF8+OGHpKWlGZ0rU6YM169fVzyGjz/+OMvjr5aVkUSknl9//ZVx48YZfs6oRD5x4kSmTp3KkiVLFE1EKSkpHDp0iKpVqxIZGcmzZ89ITExUfV8mU9K0aVNmzZpFUlISLVq0yHIUpUmTJorGYG5uTvny5Y16Zi4uLoalF7lNEpHC3uQfTq/Xs2jRIry9vRWZPXbnzh3q1KmT5TlLS0tVqjBnlZgfPXrEwYMH2b17N19++aXiMYj/0boSuaWlJaNHj2b58uWULl2aQoUK5dsElMHPzw94OWFg+/bthuMZu9iqMYqybt06RZ//zyQRmZD09HQWLVpEq1atFElEJUqU4OLFi1lWzj1//nym6bNKyCoxu7i44ObmBsDq1auZO3eu4nGIl0yhEnnp0qVzfX+bf7M1a9Zovg0EZF/tYtCgQbk+rV8SkYlR8pZdu3btWLRoETVq1DCUtNfpdFy9epWVK1cqti10TjVo0IBVq1ZpGkN+YwqVyD/44AOWLFlC48aNpcYf0KhRI61D4OrVq/Tp04fHjx+rUu1CElE+MnLkSH755Rf+85//GFZmjxo1ilu3blGvXj2GDBmiaXynT5/G2tpa0xjym/HjxzNkyBCGDRtG6dKljeoARkVFUa9ePcVjOHr0KAkJCbRu3Zo6depkuRXF7NmzFY/DVPj4+Lz2fMaWGUqaM2cORYoUYevWrapUu5BElI8ULFiQdevWsWvXLo4cOULZsmUNU7c7deqkSq25rN68KSkpXLx4kUOHDmm6diI/KleuHPv27cuyEvnkyZNVqXTx888/Y2FhgYODA9evX880acYUhqnUlNWoyKNHj7h69SqOjo6q1N1Tu9qFJKJ8xtzcnC5dumg2My2rRGRlZYWzszNDhw5VdDdOkT0tK5FHR0ercp1/i+wmCly/fp3hw4czdOhQxWNQu9qFJKJ85NSpU8TFxdG+fftM57799lucnZ2znVWXW0ytxL0Q/xZlypRh8ODBBAUF5Wg93j+hdrULSUT5yNy5c7Mt33758mU2bdrE2rVrVY5KiJcVHnbs2MGpU6e4c+cOJUqUoF69erz33nuq7ZL6b+Do6Mi1a9cUv47a1S6Ur/Euckyn0+Hs7KxYkcPz589n2+OpXbs258+fV+S6r4qIiCAkJCTLcyEhIUbrJkT+cPPmTTp06MDkyZM5fPgwDx484PDhw0yaNImOHTty8+ZNrUM0CfHx8axatUqV7Vo8PT0JDQ3FxsaG0NBQPvvsM5YsWYK1tTWhoaE0a9YsV68nPSKV5KTQqJmZmaLj5S9evMh2enh6eroqC1rXrl2bbW09R0dH1qxZQ9euXRWPQ5iOGTNm8OTJEzZu3Ej9+vUNx3/++WdGjRrFjBkzCA0N1TBCdXl5eWWaoJGSksKDBw+Al1s0qMHT0xNPT09Vql1IIlKYqRQaBahYsSLR0dFZFheNjo5WpdDi9evXqVSpUpbnKlasqEqZIWFajh49yrRp04ySELxcVzZ27FhmzJihUWTacHd3z5SIrKyscHFxoV27dpkqpStNjWoXkogUFhYWxoYNGxg+fLih0GiGVq1a8fXXX6uWiN5//32mTp2KjY0NvXr1omTJkty5c4fw8HC2bdvGtGnTFI/B3Nz8teXlRf5jbW2d7ULWokWLUrBgQZUj0tYXX3yhdQiqk0SkMFMoNJqhV69eXL16lTVr1rB69WrDcZ1OR//+/fH29lY8htq1a7N58+YsZ+5t3ryZWrVqKR6DMC2dO3dm8+bNRlUdMmzevFmK4OYDkogUZgqFRl81ceJEevfuzY8//sijR49wcHDAw8NDlRugAEOHDmXgwIH07NmTnj17UqJECe7cucPWrVs5e/YsK1euVCUOYTrKlCnDnj176NSpE++8845hy4G9e/eSlJSEp6cn27ZtM7RXa/8uoR7Zj0hhrVu3ZsCAAfTr14+0tDTc3NwMewCtXr2aLVu2EBUVpXWYqtq/fz+zZs0iLi7OcMzFxYVJkybRunVrDSMTWniTNSlq7t8l1CM9IoWZUqHRiIgI4uListxvPiQkBFdXV1VmrLVp04Y2bdpw5coVQ69M6x0phXZMac8uoQ3pESns+fPnDBo0iF9++QVnZ2du3rxJ6dKlDYVGV6xYodi6oT9777336NGjB/369ct0bsOGDWzdulXxFdtC/BNK79kltCE9IoWZQqHRDKYydfr8+fMsWrSIY8eOGdYnNGrUCD8/P9Xqm4l/J6X37BLakESkAq0Ljb4ah9ZTp3/99Vf69etHwYIF8fLyolixYty/f5/o6GgOHTrE+vXrqVmzpiqxiH8nGcTJeyQR5SOmMHX6q6++onLlyqxevZrChQsbjj958oSBAwfy1Vdfycw5IfIZSUQKS05OZunSpezevZtbt25l2npZp9Nx9uxZVWIxhanTp0+fJigoyCgJwcstqwcPHszEiRMVj0EIYVokESksKCiIjRs34unpyTvvvKPaxISsuLu7M3/+fGbNmsXUqVMNx11cXFiwYIFJbFGc3zZBE0JIIlLc3r17GTlyJMOGDdM6FED7qdN16tQhNDSUJk2aGPWKnj59yrJlywxT3IUQ+YckIoU9ffrUJD9cK1SooMl1x44dS79+/fDy8qJly5aGfU4OHTrE8+fPZT8kIfIhSUQKa9WqFSdOnKBJkyZah2Jw7tw5rly5kul+FaD4zL7atWsTHh7O4sWLOXLkCAkJCdjZ2cn0bZEjSu/ZJbQhC1oVdvr0aSZMmECnTp1o0aIF9vb2mdqoVectMTGRIUOGcPr0aeB/02BfvS8j5VOEVnKyZ5fImyQRKezVOlrZ3YhX68P/008/5ejRo8ycOZO+ffuycOFCihQpQkREBKdOneKrr76SNTxCddnt2eXm5oavr6+qe3YJbcjQnMJmzZplMjPBjhw5wogRIwz3rEqWLEnNmjVp1KgR06ZNY+3atQQFBeX6dQMCAnLcVqfTMWvWrFyPQZguU9qzS2hDEpHCunXrpnUIBvfu3cPV1RVzc3MKFChAUlKS4dw777zD2LFjFbnuTz/9lOO2ppK0hXpMac8uoQ1JRCpJT0/n0qVLPHr0iJo1a2Jtba16DMWKFePx48cAODs7c+rUKcPaoZiYGMWuGx0drdhzi38/U9uzS6hP7gCqYMOGDTRt2pTOnTvTv39/rl69CoCfn5+q05UbNGjAqVOngJeVuBcuXMjUqVOZPn06X375Jc2aNVMtlpxIT0/Hx8eHa9euaR2KUFCJEiW4ePFilufOnz+Pq6uryhEJtUkiUtiWLVuYOXMmbdq0Yd68eUYFG9966y327dunWiwjRoygefPmAPj6+tK3b1++++47vvnmG7y8vPjkk09UiyUn9Ho9x44dMxpCFHlPxp5dP//8s+HYq3t2ZVUbUeQtMmtOYe+++y5eXl6MHz8+0w6t3333HZMnT+aHH37QOkyT9Offl8ibTGnPLqENuUeksNjY2GyHvAoVKkRiYqLKEQlhWkxpzy6hDfkXVpiDgwM3b97M8tzVq1cpUaKEyhEJYXpMZc8uoQ25R6Swli1bsnjxYm7cuGE4ptPpePjwIatXr6ZNmzYaRieEENqTHpHCRo8ezU8//UTHjh2pXbs2Op2Ozz//nCtXrlC0aFFZqCfyPVPas0toQxKRwhwdHYmIiGDNmjUcOXKEMmXKkJaWxn/+8x8GDBiQaYM4IfIbU9qzS2hDZs0Jk6XX65k0aRIjR47E2dlZ63CEQpo3b06fPn1MZs8uoT7pESnMx8cn23NmZmYUKVIENzc3evToQbFixVSMzPTpdDoCAwO1DkMozFT37BLqkUSkML1ez7Vr1wx13ooVK8b9+/eJjY3FycmJYsWKcejQIVavXs369eupVKmS1iHnumrVqr1RDTnZiiJ/McU9u4S6JBEpbODAgcyaNSvToswzZ84wevRohg8fTs2aNRk0aBDBwcEsWrRIw2iVMXz4cEMi0uv1RERE8Pz5c1q1amVIzAcPHqRgwYL06NFD42iF2vr168eECRPQ6XSa79kltCH3iBTWuXNnBg0alOX6iB07drBixQp27dpFREQEQUFBb1Sp+t8oY2fWFStWUKhQIcPxp0+f4uvri6enp9wryGdMac8uoQ3pESns2rVrODo6ZnnOwcHBUPW6TJkyPH36VM3QNBEeHs7UqVONkhCAtbU1vr6+zJgxQxJRPmNKe3YJbUgiUpiLiwtbt27F09Mz07ktW7bg4uICQHx8fJZDEnlNfHw8KSkpWZ5LTk7m0aNH6gYkNGdKe3YJbUgiUtjw4cMZP348nTp1om3btjg6OvLw4UP27t3LxYsXmTt3LgA//vhjtnuy5CU1a9YkJCSEevXqGZU3unPnDgsXLqRWrVoaRie0ZAp7dgltyD0iFfzwww+EhIRw5swZUlNTsbCwoGbNmvj7++Ph4QHAixcvMDMzw9LSUuNolXX27Fn69+/P8+fPqVu3LkWLFuXBgwecOnWKQoUKsWbNGqpXr651mEJlGzZsYOHChcTHx6PT6di2bRtubm74+fnRuHHj1y6DEP9+kohUlJ6eTnx8PA4ODpiZ5d8yf/Hx8axevZpTp05x7949nJycqFu3LgMGDMDBwUHr8ITKtmzZwqeffkr37t1p2rQpo0ePNswyXblyJdHR0axfv17rMIWCZGhORWZmZhQtWlTrMDTn4ODAmDFjtA5DmIhVq1YxcOBAw55dr6pQoQIrVqzQKDKhlvz7tVwIYRJkzy4hPSKhuDcZ39fpdKxZs0bBaISpkT27hPSIhOL0en2O/0tPT9c6XKEy2bNLyGQFIYSmHj58SO/evbl9+za1a9fmxIkT1KtXz7Bn1+bNmylSpIjWYQoFSSISqrt79y6rVq3i2LFjJCQkYGdnR6NGjRg0aJBUIM+nnjx5Ytiz6+HDh9jb29O8eXPZsyufkEQkVHX16lX69OnD48ePqVevHk5OTty7d49ffvkFOzs7NmzYQLly5bQOUwihIklEQlXDhw/n4sWLrFy5EldXV8PxmzdvMmjQICpXrszChQs1jFCoTfbsEjJZQajqp59+YtSoUUZJCF7W5Bs5cmSerz4uMtPr9Vy9epVjx44RFxdHcnIycXFxHDt2jMuXLxMbG8vixYvp2LEjly5d0jpcoQBJREJVKSkp2NjYZHnOxsYm24KoIu8aOHAgBQoUICIigv3797N582b279/Ptm3bKFCgAMOHD2ffvn04OjoSHBysdbhCAZKIhKqqV6/OunXrMk3T1uv1bNy40WhvGpE/zJs3jxEjRhhtHAkvC+SOGDGC+fPnU7JkSXx9fTlx4oRGUQolyYJWoSo/Pz+GDh3Ku+++S/v27XFycuL+/fvs2bOHmJgYwsLCtA5RqEz27BKSiISqPD09CQ0NZd68eYSGhqLX69HpdLi5uREaGpptqReRd8meXUISkVCdp6cnnp6ePHv2jMTERGxtbTPt2CryD9mzS8j0bSGE5mTPrvxNEpEQwmTInl35kyQiIYQQmpKvHEIIITQliUgIIYSmJBEJIYTQlCQiIYQQmpJEJIQQQlP/D07CCfJ+Rz/JAAAAAElFTkSuQmCC\n", + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAmMAAAInCAYAAADUAV4HAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjUuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/NK7nSAAAACXBIWXMAAA9hAAAPYQGoP6dpAACJgklEQVR4nOzdd1RUx/8+8GepUkQEFUFRaYLGEjFqLLGCJRorGmuMJRpbFEvspvlRE2PX2Hs0NsSKYhd7xS5KkSIoRQRZerm/P/yxX1YWXBD27i7P65yco/fO7L6XKD7MzJ2RCIIggIiIiIhEoSN2AURERERlGcMYERERkYgYxoiIiIhExDBGREREJCKGMSIiIiIRMYwRERERiYhhjIiIiEhEDGNEREREItITuwD6uJycHMTExMDExAQSiUTscoiIiEgJgiAgOTkZVapUgY5OweNfDGMaICYmBm3atBG7DCIiIiqGixcvomrVqgXeZxjTACYmJgDe/880NTUVuRoiIiJShlQqRZs2bWT/jheEYUwD5E5NmpqaMowRERFpmI8tMeICfiIiIiIRMYwRERERiYhhjIiIiEhEDGNEREREImIYIyIiIhIRwxgRERGRiBjGiIiIiETEMEZEREQkIoYxIiIiIhExjBERERGJiGGMiIiISEQMY0REREQiYhgjIiIiEhHDGBEREZGIGMZIrWXnCFrxHtpAW/5flPZ7aMNn4HuQptLUv996pfKqRCVEV0eCiXv8ERQjLZXXd6xiihX9G5XKa2sbbfl/UZqfQxs+A8DPQZpLU/9+M4yR2guKkeJx1DuxyyBoz/8Lbfgc2vAZAO35HKQ+NPHPFKcpiYiIiETEMEZEREQkIoYxIiIiIhExjGkpPqVERESkGbiAX0vxKSX1kZ0jQFdHovHvQUREpYNhTItp4hMl2ojBmIiICsMwRqQCDMZEpM44gi8uhjEiIqIyjiP44mIYIyIiIo7gi4hPUxIRERGJiGGMiIiISEQMY0REREQiYhgjIiIiEhHDGBEREZGIGMaIiIiIRMQwRkRERCQijQ5jy5Ytg7OzM5ydnfHPP/8U2M7f3x9jxozBl19+iQYNGuDrr7/GmjVrkJ6eXujrBwcHY8qUKWjVqhXq168PNzc3/Pnnn3j3rvB9WKKjozF37ly0adMG9erVQ9u2bTFv3jxER0cX63MSERGR9tLYMBYcHIzNmzd/tN2RI0cwaNAgnDt3DgYGBnBwcEB4eDhWrlyJQYMGITU1VWG/69evo3fv3jh27Biys7Ph5OSEuLg4bNmyBb1790ZcXJzCfkFBQejevTv27duH5ORk1K5dG1KpFHv37kX37t0RHBz8SZ+biIiItItGhjFBEDBv3jzo6+vjyy+/LLDdy5cvMXv2bGRnZ2PatGm4ePEivL294evrCzs7Ozx8+BCLFy/O108qlcLT0xNpaWkYMmQI/Pz8cPDgQZw/fx6urq6IiIjA7Nmz8/XLzs7GxIkTkZCQgE6dOuHSpUs4ePAg/Pz80LFjRyQkJMDT0xM5OTkl+vUgIiIizaWRYezAgQO4ffs2xo4dC2tr6wLbbd68GRkZGWjVqhVGjhwJieT9AaXVqlXDggULAAD79u3LN8q1Z88exMfHw8HBATNnzoS+vj4AoGLFiliyZAn09PRw4cIFPH78WK7fqVOnEBQUBHNzcyxYsABGRkYAAGNjYyxcuBDm5uZ49uwZzp49W2JfCyIiItJsGhfG4uPj8ffff8PR0RHff/99ge0EQcDp06cBAH369Ml339XVFfb29sjMzMwXjnL79erVC7q6unL3bGxs0Lx5cwCAr6+vwn5dunSBqamp3D1TU1N07twZAHDy5MmPfUwiIiIqIzQujC1YsAAJCQn45ZdfZCNWikRFRSE2NhYA0LhxY4VtXF1dAQD379+XXcvKypKNeOXeV6YfANy7d69Y/YiIiKjs0qgwdu3aNRw9ehTdu3dH06ZNC20bFhYGADAwMECVKlUUtrG1tZVrCwCRkZHIzMyUu69Mv4yMDLx69Uqpfnnfg4iIiMo2PbELUFZ6ejp++eUXlC9fHtOnT/9o+8TERACAmZmZbK3Yh8zMzABAbquK3H4AUKFChUL75W0rlUplC/Nz738o9/VycnIglUpRsWJFhe0yMjKQkZEh99pERESknTQmjP3zzz8ICwvDvHnzUKlSpY+2z91DrLCpTAMDAwBAWlqa7FreEFRQ39x+efcpy/vr3PsF9fuw/YfWr1+P1atXF3ifiIiItIdGhLHcPcU+++wzDBgwQKk+hoaGAFDodGBu8CpXrpzsWt7AlJmZKXsdRf3y3sv767yBTlG/D9t/aPTo0Rg2bJjs91KpFG3atCmwPREREWkujQhjv/76K7Kzs/Hrr79CR0e5ZW65U4Lv3r2DIAgKpypzpyfzTivmnZpMTExUuN4st1/etqamptDR0UFOTk6BO/TnTmvq6Ojke9oyLwMDgwJH14iIiEi7aEQYe/r0KSQSCcaMGZPvXlJSEgBg48aN2LVrF6pWrQovLy/UrFkTwPvRqJiYGFhZWeXrGxERAQCytsD7Pcj09fWRmZmJiIgIhWFMUT8DAwNYW1sjMjISERERaNSoUYH9ct+DiIg0W3aOAF0dxeuSNek9SFwaEcaA97vbF3QEEQCkpKQgJSVFNv1nY2ODypUrIzY2Fnfu3MHXX3+dr8/du3cBAA0bNpRd09PTQ926dXH//n3cvXtX4bYYivrl/j4yMhJ3795F9+7dle5HRESaSVdHgol7/BEUUzoPWjlWMcWK/vl/uCftohFh7Pbt2wXemzFjBry9vTFx4kSMHTtWdl0ikcDNzQ3//fcfvLy88oWxu3fvIiQkBPr6+mjfvr3cPXd3d9y/fx/e3t4YPny43MavUVFRuHbtGgCgY8eO+fr5+PjgxIkTmDp1qtxUpFQqlW322qlTpyJ+BYiISF0FxUjxOErx8hQiZWjUPmNFNWLECOjr6+Py5cvYtGkTBEEA8H6fr1mzZgEAPDw8ULlyZbl+AwYMQMWKFREcHIyFCxfKHgJ4+/YtpkyZgqysLLRu3Rr16tWT69epUyfY29sjISEBs2bNkh1CnpKSglmzZiEhIQG1a9eGm5tbaX90IiIi0hAaMTJWXLa2tpg/fz5mzpyJxYsXY8eOHbC0tERgYCAyMzPx2Wef4eeff87Xz9TUFMuWLcPo0aOxc+dOHD9+HNbW1ggJCUFqaqrc2ZZ56erqYsWKFRg8eDB8fX1x9epV1KhRA+Hh4UhKSoK5uTmWLVum9EMIREREpP20PhX07NkTu3btQrt27ZCeno6goCBUr14dEyZMwH///QdjY2OF/Zo3bw4vLy907doVEokEz58/h6WlJYYNGwZvb+98o2m5ateujcOHD6Nv374wNjbG8+fPYWxsjH79+uHw4cNwdHQszY9LREREGkbjR8YWLVqERYsWFdrG1dUV69atK/JrOzk5YenSpUXuZ21tjfnz5xe5HxEREZU9Wj8yRkRERKTOGMaIiIiIRMQwRkRERCQihjEiIiIiETGMEREREYmIYYyIiIhIRAxjRERERCJiGCMiIiISEcMYERERkYgYxoiIiIhExDBGREREJCKGMSIiIiIRMYwRERERiYhhjIiIiEhEDGNEREREImIYIyIiIhIRwxgRERGRiBjGiIiIiETEMEZEREQkIoYxIiIiIhExjBERERGJiGGMiIiISEQMY0REREQiYhgjIiIiEhHDGBEREZGIGMaIiIiIRMQwRkRERCQihjEiIiIiETGMEREREYmIYYyIiIhIRAxjRERERCJiGCMiIiISEcMYERERkYgYxoiIiIhExDBGREREJCKGMSIiIiIRMYwRERERiYhhjIiIiEhEDGNEREREImIYIyIiIhIRwxgRERGRiBjGiIiIiETEMEZEREQkIoYxIiIiIhExjBERERGJiGGMiIiISEQMY0REREQiYhgjIiIiEhHDGBEREZGIGMaIiIiIRMQwRkRERCQihjEiIiIiETGMEREREYmIYYyIiIhIRAxjRERERCJiGCMiIiISEcMYERERkYgYxoiIiIhExDBGREREJCKGMSIiIiIRMYwRERERiUivtF74/PnzuHLlCnR1ddGmTRu0aNGitN6KiIiISGMVe2Ts1KlT6NChA+bNm5fv3sKFCzF27Fjs2rULO3bswIgRI/Dnn39+UqFERERE2qjYI2Pnzp1DVFQUvvjiC7nrjx8/xvbt2wEANjY20NfXR1hYGLZt24a2bduiWbNmxXq/M2fOwM/PD48ePUJMTAwSEhJQrlw5ODo6okuXLhgwYAAMDAwU9vX398eGDRvg7++PlJQUVK9eHV27dsXIkSNhaGhY4HsGBwfjn3/+wY0bN5CYmAgrKyu4u7tjzJgxMDMzK7BfdHQ0Vq9eDT8/P7x58waVKlVC69atMW7cOFhZWRXr8xMREZF2KvbI2MOHDwEAzZs3l7vu5eUFAHB3d8eZM2fg6+uLQYMGQRAE7Nu3r9iFbt68GXv37kVgYCAMDQ3h7OwMY2Nj+Pv7Y8GCBejfvz/evXuXr9+RI0cwaNAgnDt3DgYGBnBwcEB4eDhWrlyJQYMGITU1VeH7Xb9+Hb1798axY8eQnZ0NJycnxMXFYcuWLejduzfi4uIU9gsKCkL37t2xb98+JCcno3bt2pBKpdi7dy+6d++O4ODgYn8NiIiISPsUO4zFx8dDV1cXlStXlrt+5coVSCQS/PDDD9DRef/yo0ePBgDcu3ev2IX27dsXO3bswN27d3H27Fl4eXnBz88Pe/fuRdWqVfH48WMsW7ZMrs/Lly8xe/ZsZGdnY9q0abh48SK8vb3h6+sLOzs7PHz4EIsXL873XlKpFJ6enkhLS8OQIUPg5+eHgwcP4vz583B1dUVERARmz56dr192djYmTpyIhIQEdOrUCZcuXcLBgwfh5+eHjh07IiEhAZ6ensjJySn214GIiIi0S7HDWFJSEkxMTOSuvX37FmFhYTAzM0ODBg1k16tUqQIjIyPExsYWu9DevXujWbNm0NfXl7v++eefY8aMGQDeT2XmtXnzZmRkZKBVq1YYOXIkJBIJAKBatWpYsGABAGDfvn35Rrn27NmD+Ph4ODg4YObMmbL3rFixIpYsWQI9PT1cuHABjx8/lut36tQpBAUFwdzcHAsWLICRkREAwNjYGAsXLoS5uTmePXuGs2fPFvvrQERERNql2GHM2NgYSUlJyMzMlF27c+cOgPcB6UP6+vrQ1dUt7tsVyt7eHgCQlpYmuyYIAk6fPg0A6NOnT74+rq6usLe3R2ZmZr5wlNuvV69e+Wq2sbGRTc36+voq7NelSxeYmprK3TM1NUXnzp0BACdPnizaByQiIiKtVewwZm9vD0EQcPHiRdm1EydOQCKRoHHjxnJtU1NTkZSUlG9Ks6TkTn/WrVtXdi0qKko2EvdhPblcXV0BAPfv35ddy8rKko145d5Xpl/eOoraj4iIiMquYj9N6e7ujnv37mHOnDkICQlBbGwsfHx8oKOjgy5dusi1ffjwIQRBQPXq1T+54FzZ2dmIjY3F2bNnsWTJEhgbG2PKlCmy+2FhYQAAAwMDVKlSReFr2NrayrUFgMjISNloX+59ZfplZGTg1atXSvXLfY8Pp1yJiIio7Cl2GBs8eDCOHDmCZ8+eYdmyZRAEQXb9wzBy6tQpSCSSfNtgFMe2bduwcOFCuWtubm6YOHEiateuLbuWmJgIADAzM5OtFftQ7vYUeZ/CzO0HABUqVCi0X962UqlUtjC/oG0vcl8vJycHUqkUFStWVNguIyMDGRkZcq9NRERE2qnYYczQ0BC7d+/G9u3bce/ePZQvXx7t2rVDt27d5NplZGTg1q1bsLa2RqtWrT65YCsrK7i6uiIrKwtRUVGIi4vDjRs3cPz4cTg4OMjWeKWnpwNAoaNPufuS5V1rljcEFdQ3t1/ue3z464L2O8t7PW/7D61fvx6rV68u8D4RERFpj086DsnExARjx44ttI2BgQEOHz78KW8jp0uXLnLToPfv38e8efOwbt06JCQk4LfffgMA2WaueR8w+FBu8CpXrpxcvbkyMzMVbgqb2y/vvby/zhvoFPX7sP2HRo8ejWHDhsl+L5VK0aZNmwLbExERkebS+IPCGzZsiA0bNsDAwAD79u1DZGQkgP+bEnz37p1sCvVDudOTeacV805N5p2GVNQvb1tTU1PZvmqKNp/N+3o6Ojr5nrbMy8DAAKampnL/ERERkXYqkTCWk5ODBw8e4OTJkzh06FBJvGSRWFlZoU6dOsjJyUFAQAAAoGbNmgDej0bFxMQo7BcRESHXFni/B1nu9GTufWX6GRgYwNraWql+ed+DiIiIyrZPDmM7d+5Eq1at8O2338LT0xMzZ86Uu5+YmIhu3bqhc+fOSEhI+NS3K1BWVhaA909ZAu/3A8vdSiN3/7MP3b17F8D70bVcenp6si0ycu8r0y/v74vaj4iIiMquTwpjv//+OxYsWID4+HiYmJgofGqxQoUK+OyzzxAWFoYLFy58ytsV6OXLl3j27BkAwMXFBQAgkUjg5uYG4P/Oy8zr7t27CAkJgb6+Ptq3by93z93dHQDg7e0tC3e5oqKicO3aNQBAx44dFfY7ceJEvicgpVKpbLPXTp06Ff1DEhERkVYqdhi7dOkSdu/eDWNjY6xevRq3b9+GhYWFwrbdunWDIAg4d+5csd7r0aNHWLlypcLpPz8/P/zwww/IyspCmzZtUKNGDdm9ESNGQF9fH5cvX8amTZtka8ciIyMxa9YsAICHh0e+zWgHDBiAihUrIjg4GAsXLpQ9BPD27VtMmTIFWVlZaN26NerVqyfXr1OnTrC3t0dCQgJmzZolO4Q8JSUFs2bNQkJCAmrXri0LiURERETFfppyz549kEgk+Omnnz4aLho1agQAePr0abHeKzk5GWvWrMGaNWtQuXJlWFlZITMzE69evZItlq9fvz4WLVok18/W1hbz58/HzJkzsXjxYuzYsQOWlpYIDAxEZmYmPvvsM/z888/53s/U1BTLli3D6NGjsXPnThw/fhzW1tYICQlBamqq3NmWeenq6mLFihUYPHgwfH19cfXqVdSoUQPh4eFISkqCubk5li1bJlvoT0RERFTsVJB7pI+icx8/lPtEYHEPCndxccHs2bPRvn17GBkZISQkBCEhITA0NETr1q2xcOFC7NmzR+HIXM+ePbFr1y60a9cO6enpCAoKQvXq1TFhwgT8999/MDY2VviezZs3h5eXF7p27QqJRILnz5/D0tISw4YNg7e3d4FHO9WuXRuHDx9G3759YWxsjOfPn8PY2Bj9+vXD4cOH4ejoWKyvAREREWmnYo+MJSQkoHz58kpvu6Cjo5Nv/ZWyKlSogO+++w7fffddsfq7urpi3bp1Re7n5OSEpUuXFrmftbU15s+fX+R+REREVPYUe2TM1NQUUqm00E1Vc8XHx+Pdu3cFHv9DREREVFYVO4w5OTlBEAQ8fPjwo22PHDkCAPjss8+K+3ZEREREWqnYYczd3R2CIGD16tWyA7IVuXv3LlasWAGJRCJ3jBERERERfUIY69+/P2rWrIlr165h5MiR8PPzk4Wy+Ph4XLt2DXPnzsV3332H1NRUuLi45DtEnIiIiKisK/YCfgMDA6xfvx7Dhw/H1atXZRuhAkDLli1lvxYEATVq1MDq1au5pQMRERHRBz4pHdWqVQuHDx/GsGHDYGZmBkEQ5P4zMTHB0KFDsX//flSrVq2kaiYiIiLSGsUeGctVvnx5TJ8+HdOnT0dQUBBiYmKQnZ2NypUrw8nJCbq6uiVRJxEREZFW+uQwlpejoyM3NSUiIiIqAi7iIiIiIhIRwxgRERGRiIo9TVmnTp0i95FIJHjy5Elx35KIiIhI6xQ7jAmCUJJ1EBEREZVJxQ5jO3bsKPR+UlISHjx4gH379kEQBMybNw+VKlUq7tsRERERaaVih7GmTZt+tE2HDh3w3Xff4bvvvsOqVavg5eVV3LcjIiIi0kqlvoDf0tIS8+bNw4sXL7B+/frSfjsiIiIijaKSpymbNm0KQ0ND+Pr6quLtiIiIiDSGSsKYRCKBjo4OXr16pYq3IyIiItIYKgljjx49QmpqKsqVK6eKtyMiIiLSGKUexh48eICff/4ZEokErq6upf12RERERBql2E9Tfvfdd4Xez8jIwKtXrxATEwNBEKCvr48xY8YU9+2IiIiItFKxw9jNmzeVbmtjY4Pff/8dDRo0KO7bEREREWmlYoex8ePHF3pfV1cXZmZmcHFxgaurKyQSSXHfioiIiEhrlVoYIyIiIqKPU8nTlERERESkGMMYERERkYgYxoiIiIhEpNSasTp16pTIm0kkEjx58qREXouIiIhIGygVxgRBKO06iIiIiMokpcLYjh07SrsOIiIiojJJqTDWtGnT0q6DiIiIqEziAn4iIiIiETGMEREREYmo2Dvwf0gQBCQmJiI1NbXQBf82NjYl9ZZEREREGu+Tw9j58+exc+dO+Pv7Iy0trdC23NqCiIiISN4nhbG//voLW7duVXrrC26RQURERCSv2GvG/Pz8sGXLFujq6mL69Ok4fvw4AMDCwgKnT5/G7t27MX78eFSoUAEVK1bEunXrcPbs2RIrnIiIiEgbFDuM7d27FxKJBGPHjsWwYcPg4ODw/gV1dGBrawtXV1eMHz8ehw8fRvny5TF79mwYGBiUWOFERERE2qDYYezBgwcAgH79+hXarmrVqpg7dy7evHmDjRs3FvftiIiIiLRSscNYQkICypUrh0qVKsmu6erqIjU1NV/bli1bwtDQEBcvXizu2xERERFppWKHMVNTU4XXUlJSkJKSIv8mOjrQ1dVFdHR0cd+OiIiISCsVO4xZWVkhLS0NiYmJsmt2dnYAgLt378q1DQ0NRUpKCnR1dYv7dkRERERaqdhhrF69egCA58+fy661aNECgiBg6dKliI2NBQDEx8dj7ty5kEgksj5ERERE9F6xw1j79u0hCAKOHTsmuzZo0CCYmZnh6dOnaNeuHb766iu0atUKt2/fBgCMGDHi0ysmIiIi0iLFDmMtW7bEwoUL8dVXX8muWVpaYv369bC2tkZWVhZiY2ORk5ODcuXK4ZdffkHr1q1LpGgiIiIibaH0Dvxjx45F37590aZNG+jo6MDQ0BC9evXK165Ro0Y4ffo0/P398fr1a5QvXx6NGzdWuOCfiIiIqKxTOoydO3cO58+fh6WlJXr16oXevXvLFux/SFdXF1988UWJFUlERESkrZSeprS1tYUgCIiLi8OmTZvw9ddfY9CgQfD29la4txgRERERfZzSYez06dPYuXMnevbsiXLlykEQBNy5cwezZs1Cq1atMG/ePNy7d68USyUiIiLSPkVawN+kSRMsWrQIly9fxh9//IFGjRpBEAQkJydj//79GDBgALp27Ypt27YhPj6+tGomIiIi0hrFeprSxMQEffv2xX///YcTJ05gxIgRqFSpEgRBQHBwMP7880+0bt0aP/30Ey5evAhBEEq6biIiIiKtUOytLXLZ2dlh2rRpuHjxItatWwc3Nzfo6uoiKysLp0+fxo8//og2bdpg2bJlCA8PL4maiYiIiLTGJ4cx2Qvp6KBt27ZYvXo1Ll26hBkzZsDR0RGCICAmJgYbNmxA586dS+rtiIiIiLRCiYWxvCpWrIjvv/8ehw8fxvjx46GjowNBEDhdSURERPQBpfcZK4rQ0FAcPHgQhw4dkp1RCQCGhoal8XZEREREGqvEwlhqaip8fHzg5eUFf39/AJCNhNWpUwceHh745ptvSurtiIiIiLTCJ4ex27dvw8vLC76+vkhNTZUFMDMzM3Tr1g0eHh6oW7fuJxdKREREpI2KFcaio6Nx6NAhHDx4UPaEpCAIkEgkaNasGTw8PNCpUycYGBiUaLFERERE2kbpMJaZmYmzZ8/i4MGDuHLlCnJycmSjYFWrVkXPnj3Rp08f2NrallqxRERERNpG6TD21VdfITExEcD7UTA9PT20b98eHh4e+OqrryCRSEqtSCIiIiJtpXQYS0hIAAA4OjrCw8MD3bt3h4WFRWnVRURERFQmKB3G+vbtCw8PDzRs2LA06yEiIiIqU5QOY3/88Udp1kFERERUJpXKDvxEREREpByGMSIiIiIRlcpxSCVNEATcuXMHZ8+exZ07dxASEoK0tDSYm5ujUaNGGDRoEL788ssC+/v7+2PDhg3w9/dHSkoKqlevjq5du2LkyJGFHtEUHByMf/75Bzdu3EBiYiKsrKzg7u6OMWPGwMzMrMB+0dHRWL16Nfz8/PDmzRtUqlQJrVu3xrhx42BlZfVJXwsiIiLSLhoxMnb9+nUMGjQIW7ZswcOHD2FpaQknJyckJyfj1KlTGDp0KJYvX66w75EjRzBo0CCcO3cOBgYGcHBwQHh4OFauXIlBgwYhNTW1wPfs3bs3jh07huzsbDg5OSEuLg5btmxB7969ERcXp7BfUFAQunfvjn379iE5ORm1a9eGVCrF3r170b17dwQHB5fUl4WIiIi0gEaEMUEQULNmTfzyyy+4fv06fH194e3tjRs3bmD06NEAgLVr1+L8+fNy/V6+fInZs2cjOzsb06ZNw8WLF+Ht7Q1fX1/Y2dnh4cOHWLx4cb73k0ql8PT0RFpaGoYMGQI/Pz8cPHgQ58+fh6urKyIiIjB79ux8/bKzszFx4kQkJCSgU6dOuHTpEg4ePAg/Pz907NgRCQkJ8PT0RE5OTul8oYiIiEjjaEQYa9CgAXx8fDBw4EBUqFBBdt3AwACTJ09G69atAQD79u2T67d582ZkZGSgVatWGDlypGxj2mrVqmHBggWyPh+Ocu3Zswfx8fFwcHDAzJkzoa+vDwCoWLEilixZAj09PVy4cAGPHz+W63fq1CkEBQXB3NwcCxYsgJGREQDA2NgYCxcuhLm5OZ49e4azZ8+W4FeHiIiINJlSYWzHjh3Yv39/addSIFNTU+jpFby8rWXLlgCA0NBQ2TVBEHD69GkAQJ8+ffL1cXV1hb29veyYp7xy+/Xq1Qu6urpy92xsbNC8eXMAgK+vr8J+Xbp0gampab7P0LlzZwDAyZMnC/wsREREVLYoFcYWLFiAlStXyl3r0KED+vXrVypFFVV6ejoAoFy5crJrUVFRiI2NBQA0btxYYT9XV1cAwP3792XXsrKyZCNeufeV6QcA9+7dK1Y/IiIiKruUfpoy91DwXJGRkbIQJCZBEGQjTXlDUFhYGID3U5lVqlRR2Df3UPPctsD7z5WZmSl3X5l+GRkZePXqlVL9ct8jd/qTiIiIyi6lwpiJiQkSEhKQnZ2db9pObPv27cOTJ0+gr6+PoUOHyq7nHmpuZmZW4CHmudtTvHv3Ll8/AHLr0xT1y9tWKpXKFuYXtO1F7uvl5ORAKpWiYsWKCttlZGQgIyND7rWJiIhIOykVxpycnHD//n389ddf6Nu3L4yNjQG8DxWvXr3KN2pWGBsbm+JVqsDjx4/xv//9DwAwadIk1KhRQ3Yvd9SusNEnAwMDAEBaWprsWt4QVFDf3H55Rwbz/jr3fkH9Pmz/ofXr12P16tUF3iciIiLtoVQY69u3L+7du4cdO3Zgx44dsutv375F+/btlX4ziUSCJ0+eFL1KBSIiIjB69Gikp6ejW7duGDFihNz93M1cc6ccFckNXnnXmuUNTJmZmQo3hc3tl/de3l/nDXSK+n3Y/kOjR4/GsGHDZL+XSqVo06ZNge2JiIhIcykVxvr06YPExERs2bJFbhuIooyIFad9QWJjYzF8+HDExsaibdu2WLRoUb6pyNwpwXfv3kEQBIVTlbnTk3mnFfNOTSYmJipcb5bbL29bU1NT6OjoICcnR27aM6/caU0dHZ18T1vmZWBgUODoGhEREWkXpRfwDx8+HMOHD0d8fDxSU1PRoUMHWFhYqHzLi4SEBAwfPhzh4eFo2rQpVqxYoXA6sWbNmgDej0bFxMQoPIYoIiJCri3wfg8yfX19ZGZmIiIiQmEYU9TPwMAA1tbWiIyMREREBBo1alRgv9z3ICIiIiry2ZQWFhayX+vo6KBatWolWlBhkpOTMWrUKDx//hz169fH2rVr5aYY87KxsUHlypURGxuLO3fu4Ouvv87X5u7duwCAhg0byq7p6emhbt26uH//Pu7evatwWwxF/XJ/HxkZibt376J79+5K9yMiIqKyq9g78O/YsQOrVq0qyVoKlZGRgbFjx+L+/ftwcnLCpk2bCp3qk0gkcHNzAwB4eXnlu3/37l2EhIRAX18/37o3d3d3AIC3tzeys7Pl7kVFReHatWsAgI4dOyrsd+LEiXxPQEqlUtkWHJ06dfro5yUiIqKyodhhrGnTpgqn4kpDdnY2PD09cf36ddSoUQNbtmyBubn5R/uNGDEC+vr6uHz5MjZt2iRbsxYZGYlZs2YBADw8PFC5cmW5fgMGDEDFihURHByMhQsXyh4CePv2LaZMmYKsrCy0bt0a9erVk+vXqVMn2NvbIyEhAbNmzZIdQp6SkoJZs2YhISEBtWvXloVEIiIioiJPUyoSFxcHX19fPHr0CG/evIFEIoGFhQXq1auHTp06oVKlSp/0+idOnMCZM2cAvJ8anThxosJ2lStXljspwNbWFvPnz8fMmTOxePFi7NixA5aWlggMDERmZiY+++wz/Pzzz/lex9TUFMuWLcPo0aOxc+dOHD9+HNbW1ggJCUFqaqrc2ZZ56erqYsWKFRg8eDB8fX1x9epV1KhRA+Hh4UhKSoK5uTmWLVsGHR2NOBKUiIiIVOCTwlh2djZWrFiBrVu3IisrC8D/PTEpkUhw6NAhLFq0CMOHD8dPP/1U7A1j824JERoaKncGZV6K1q/17NkTNWrUwIYNG+Dv74+goCBUr14d3bp1ww8//FDgFhPNmzeHl5cX1q5di+vXr+P58+ewsrKCu7s7xowZU+CGsLVr18bhw4exZs0a+Pn54fnz57CwsECXLl0wbtw4VK1atehfACIiItJanxTGfv75Z/j4+EAQBBgYGKBevXqysPH69Ws8evQIGRkZ2LBhA6KiorB48eJivU/v3r3Ru3fvYtfp6uqKdevWFbmfk5MTli5dWuR+1tbWmD9/fpH7ERERUdlT7DB25swZHD9+HAAwbNgwjBkzJt8xQElJSVi7di22bNmCY8eOoXPnzujQocOnVUxERESkRYq9eOnAgQOQSCT48ccfMX36dIXnMZYvXx4///wzfvzxRwiCoPI9yYiIiIjUXbHD2MOHD6Gjo5PvGCJFRowYAR0dHTx8+LC4b0dERESklYodxhITE2Fqaory5ct/tG358uVRvnx52XFARERERPRescNYhQoVIJVK821uqkhSUhKSkpIKfAKRiIiIqKwqdhirX78+cnJysG3bto+23bZtG3JycvJtkkpERERU1hU7jPXu3RuCIOCff/7B8uXLkZycnK+NVCrFsmXL8M8//0AikaBv376fVCwRERGRtin21hYdO3ZEly5dcOLECaxfvx7btm1D/fr1UaVKFUgkEtk+Y+np6RAEAV9//TWPASIiIiL6wCdt+vrXX3+hatWq2LlzJ9LS0nDr1i1IJBIA/7cTv56eHoYMGYLJkyd/erVEREREWuaTwpi+vj6mT5+O77//HqdOnZKdTQkAlpaWqFevHjp27AgrK6sSKZaIiIhI25TIQeFWVlYYMmRISbwUERERUZlS7AX8RERERPTpGMaIiIiIRMQwRkRERCQihjEiIiIiETGMEREREYmIYYyIiIhIRAxjRERERCJiGCMiIiISEcMYERERkYgYxoiIiIhE9ElhrH379qhbt25J1UJERERU5nzyyJggCPmuLViwALNmzfrUlyYiIiLSekqHsRMnTiAuLk6ptj4+PvD29i52UURERERlhZ6yDT09PSGRSFCrVi00bdoUTZo0QWZmZmnWRkRERKT1lA5jvXv3xq1bt/DixQu8ePEC+/btgyAIkEgkmDdvHpo0aYKmTZvCysqqNOslIiIi0ipKh7EFCxYAAF69eoUbN27g+vXr8PHxQWZmJvbt24f9+/cDAGxtbZGYmAgAiI6OZjgjIiIiKoTSYSyXtbU1evbsiZ49e+LmzZt49eoVFi5ciJs3b+L27dsIDw+XtW3bti1sbW3x5ZdfolmzZmjWrBkqVapUoh+AiIiISJMVOYwp0qtXL/Tq1QvA+9Gw7t274927d6hevTrCw8MRHh6O/fv3QyKR4MmTJyXxlkRERERaQekw1rdvXzRr1gxNmjTBF198ARMTE4XtrKysoK+vDwA4ffo0oqOjcf36ddy4cQO3b98umaqJiIiItITSYezhw4d49OgRNm/eDF1dXdSpUwdv374FAEilUpiamirsZ2VlhR49eqBHjx4lUzERERGRFlE6jB06dAg3b97ErVu3cOvWLTx8+FB2r1mzZnB2dkazZs3QtGlTZGVllUqxRERERNpG6TDm4uICFxcXfPfddwCAZ8+eYdiwYXj79i3MzMzw5MkTPHnyBNu2bZNtefH3339/dFqTiIiIqCwr9gJ+Z2dnlCtXDgBw7do1PH/+HDdv3sT169dx4cIFZGdnY9OmTXLTms2aNcPUqVNLrHgiIiIiTffJZ1Pmql27NgYPHozVq1fD3NwcAPDLL7/A3d0dZmZmePjwITZv3lxSb0dERESkFUpka4uCDBgwAAMGDADwflrzxo0bpfl2RERERBrnk8JYw4YNUa1aNaXaOjs7w9nZ+VPejoiIiEjrfFIYW7ZsmcLrgiB8yssSERERlRmlMk3p5eWF7Ozs0nhpIiIiIq1SKmGsatWqpfGyRERERFqnxJ6mJCIiIqKiYxgjIiIiEhHDGBEREZGIGMaIiIiIRMQwRkRERCQihjEiIiIiETGMEREREYmIYYyIiIhIRAxjRERERCJiGCMiIiISEcMYERERkYgYxoiIiIhExDBGREREJCKGMSIiIiIRMYwRERERiYhhjIiIiEhEDGNEREREImIYIyIiIhIRwxgRERGRiBjGiIiIiETEMEZEREQkIoYxIiIiIhExjBERERGJSE/sApQVERGBa9eu4cGDB3jw4AGCgoKQnZ2NiRMnYuzYsYX29ff3x4YNG+Dv74+UlBRUr14dXbt2xciRI2FoaFhgv+DgYPzzzz+4ceMGEhMTYWVlBXd3d4wZMwZmZmYF9ouOjsbq1avh5+eHN2/eoFKlSmjdujXGjRsHKyurYn8NiIiISPtoTBjbsWMHduzYUeR+R44cwYwZM5CdnQ0rKytYW1sjMDAQK1euxPnz57Fz504YGRnl63f9+nWMHj0aaWlpsLCwgJOTE0JCQrBlyxacPn0ae/bsQaVKlfL1CwoKwqBBg5CQkIDy5cujdu3aCA8Px969e+Hr64vdu3fDwcGhWF8DIiIi0j4aM01ZsWJFtGvXDj/99BM2btyITp06fbTPy5cvMXv2bGRnZ2PatGm4ePEivL294evrCzs7Ozx8+BCLFy/O108qlcLT0xNpaWkYMmQI/Pz8cPDgQZw/fx6urq6IiIjA7Nmz8/XLHalLSEhAp06dcOnSJRw8eBB+fn7o2LEjEhIS4OnpiZycnBL5mhAREZHm05gwNnbsWKxbtw7jxo1D69atYWxs/NE+mzdvRkZGBlq1aoWRI0dCIpEAAKpVq4YFCxYAAPbt24e4uDi5fnv27EF8fDwcHBwwc+ZM6OvrA3gfCJcsWQI9PT1cuHABjx8/lut36tQpBAUFwdzcHAsWLJCNuBkbG2PhwoUwNzfHs2fPcPbs2U/+ehAREZF20JgwVlSCIOD06dMAgD59+uS77+rqCnt7e2RmZuYLR7n9evXqBV1dXbl7NjY2aN68OQDA19dXYb8uXbrA1NRU7p6pqSk6d+4MADh58mRxPxYRERFpGa0NY1FRUYiNjQUANG7cWGEbV1dXAMD9+/dl17KysmQjXrn3lekHAPfu3StWPyIiIiq7tDaMhYWFAQAMDAxQpUoVhW1sbW3l2gJAZGQkMjMz5e4r0y8jIwOvXr1Sql/e9yAiIqKyTWOepiyqxMREAICZmZlsrdiHcrenePfuXb5+AFChQoVC++VtK5VKZQvzC9r2Ivf1cnJyIJVKUbFiRYXtMjIykJGRIffaREREpJ20Noylp6cDgGzxvSIGBgYAgLS0NNm1vCGooL65/XLf48Nf594vqN+H7T+0fv16rF69usD7REREpD20NozlbuZa2HRgbvAqV66c7FrewJSZmalwU9jcfnnv5f113kCnqN+H7T80evRoDBs2TPZ7qVSKNm3aFNieiIiINJfWhrHcKcF3795BEASFU5W505N5pxXzTk0mJiYqXG+W2y9vW1NTU+jo6CAnJ0du2jOv3GlNHR2dfE9b5mVgYFDg6BoRERFpF61dwF+zZk0A70ejYmJiFLaJiIiQawu834Msd3oy974y/QwMDGBtba1Uv7zvQURERGWb1oYxGxsbVK5cGQBw584dhW3u3r0LAGjYsKHsmp6eHurWrSt3X5l+eX9f1H5ERERUdmltGJNIJHBzcwMAeHl55bt/9+5dhISEQF9fH+3bt5e75+7uDgDw9vZGdna23L2oqChcu3YNANCxY0eF/U6cOJHvCUipVCrb7FWZo5yIiIiobNDaMAYAI0aMgL6+Pi5fvoxNmzZBEAQA7/f5mjVrFgDAw8NDNoKWa8CAAahYsSKCg4OxcOFC2UMAb9++xZQpU5CVlYXWrVujXr16cv06deoEe3t7JCQkYNasWUhNTQUApKSkYNasWUhISEDt2rVlIZGIiIhIYxbw37lzB2PHjpX9PiUlBQCwYcMGbN++XXb90KFDsrVbtra2mD9/PmbOnInFixdjx44dsLS0RGBgIDIzM/HZZ5/h559/zvdepqamWLZsGUaPHo2dO3fi+PHjsLa2RkhICFJTU+XOtsxLV1cXK1aswODBg+Hr64urV6+iRo0aCA8PR1JSEszNzbFs2TLo6Gh1BiYiIqIi0JhUkJWVhYSEBNl/udtEpKamyl3/cFqxZ8+e2LVrF9q1a4f09HQEBQWhevXqmDBhAv77778CDxxv3rw5vLy80LVrV0gkEjx//hyWlpYYNmwYvL29842m5apduzYOHz6Mvn37wtjYGM+fP4exsTH69euHw4cPw9HRsWS/MERERKTRNGZkrFmzZnj27Fmx+rq6umLdunVF7ufk5ISlS5cWuZ+1tTXmz59f5H5ERERU9mjMyBgRERGRNmIYIyIiIhIRwxgRERGRiBjGiIiIiETEMEZEREQkIoYxIiIiIhExjBERERGJiGGMiIiISEQMY0REREQiYhgjIiIiEhHDGBEREZGIGMaIiIiIRMQwRkRERCQihjEiIiIiETGMEREREYmIYYyIiIhIRAxjRERERCJiGCMiIiISEcMYERERkYgYxoiIiIhExDBGREREJCKGMSIiIiIRMYwRERERiYhhjIiIiEhEDGNEREREImIYIyIiIhIRwxgRERGRiBjGiIiIiETEMEZEREQkIoYxIiIiIhExjBERERGJiGGMiIiISEQMY0REREQiYhgjIiIiEhHDGBEREZGIGMaIiIiIRMQwRkRERCQihjEiIiIiETGMEREREYmIYYyIiIhIRAxjRERERCJiGCMiIiISEcMYERERkYgYxoiIiIhExDBGREREJCKGMSIiIiIRMYwRERERiYhhjIiIiEhEDGNEREREImIYIyIiIhIRwxgRERGRiBjGiIiIiETEMEZEREQkIoYxIiIiIhExjBERERGJiGGMiIiISEQMY0REREQiYhgjIiIiEhHDGBEREZGIGMaIiIiIRMQwRkRERCQihjEiIiIiETGMEREREYmIYYyIiIhIRHpiF6CtLl68iK1bt+LJkyfIyMiAnZ0devfujUGDBkFHhxmYiIiI3mMqKAUbNmzAqFGjcO3aNZiZmaFGjRoICAjA/PnzMW7cOOTk5IhdIhEREakJhrES5u/vj6VLl0JHRwdLlizBmTNncOTIEXh7e6NSpUo4d+4ctm7dKnaZREREpCYYxkrY2rVrIQgC+vbti27dusmuu7i4YMaMGQDej5xlZmaKVSIRERGpEYaxEiSVSnH16lUAgIeHR777nTt3hqmpKRISEnDjxg1Vl0dERERqiGGsBD158gSZmZkwNDRE3bp1893X19dH/fr1AQD3799XdXlERESkhvg0ZQkKCwsDAFhbW0NPT/GX1tbWFteuXZO1VSQjIwMZGRmy3yclJQF4P/JWFLXMdJCToV+kPkV57aLW8ynvpemfQxs+Q+578XMU/rqa/hlyX5ufo2jvo+mfIfe9+DkKf92ifobc9oIgFNpOInysBSlt06ZNWLx4MRo2bIh9+/YpbLN48WJs2rQJ7dq1w7p16xS2WbVqFVavXl2apRIREZGKXLx4EVWrVi3wPkfGSlB6ejqA99ORBTEwMAAApKWlFdhm9OjRGDZsmOz3OTk5SExMhLm5OSQSSQlVK08qlaJNmza4ePEiTE1NS+U9Sps2fAZAOz6HNnwGgJ9DnWjDZwC043Now2cAVPM5BEFAcnIyqlSpUmg7hrESZGhoCACFPimZO/1Yrly5AtsYGBjIQlsuMzOzEqjw40xNTTX6LxegHZ8B0I7PoQ2fAeDnUCfa8BkA7fgc2vAZgNL/HOXLl/9oGy7gL0EVKlQAACQmJhbY5t27dwBUF66IiIhIvTGMlaCaNWsCAF69eoWsrCyFbSIiIuTaEhERUdnGMFaC6tatC319faSnp+PJkyf57mdmZuLhw4cAgIYNG6q6vEIZGBhg/Pjx+aZHNYk2fAZAOz6HNnwGgJ9DnWjDZwC043Now2cA1Otz8GnKEvbDDz/Az88P3377LX7//Xe5e0ePHsXUqVNhbm6OS5cuqcUfACIiIhIXR8ZK2I8//giJRIL9+/fj2LFjsusBAQFYtGgRAGDkyJEMYkRERASAI2OlYu3atVi+fDmA95u8GhsbIzAwEDk5OWjbti3++ecf6OrqilskERERqQWGsVJy/vx5bNu2DY8fP0ZWVhZq1qyJ3r17Y/DgwQxiREREJMMwRkRERCQirhkjIiIiEhHDGBEREZGIGMaI6JOsXr0aBw8eVKrtoUOHsHr16lKuiDQd/0xRWcMwVsbl5OQgPj4eUVFRYpdCGmr16tXw8vJSqq2XlxfWrFlTyhWRpuOfKfVSp04dDB48WKm2Q4YMQd26dUu5Iu3Dg8LLqIsXL2Lbtm3w9/dHeno6JBKJ3KkBa9euRVBQEGbPng0LCwsRKy1YQkICtmzZAj8/P0RERCAlJaXAth9+PnVx69Ytpdvq6OjAxMQE1apVU+rgWXUkCAIkEonYZeC777775NeQSCTYvn17CVRTPIcOHSqR1+nZs2eJvI5Y1OXPlDIK+3/WrFkzWFtbq66YIhAEAUV51k9dnwvMzMzEwYMH5f7NKKhWiUSCM2fOqKw2hrEy6K+//sLWrVshCAL09fWhp6eX7yzNypUrY+XKlWjatCm+/fZbkSotWEREBAYNGoTY2Fil/uKr6zeHIUOGFOsfEkdHR/Tv3x8DBw7UmH+IACAqKgomJiZil4GbN28WeC/366noz0zee2J/3WfMmPFJNeR+Bk0PY+ryZyrXqFGjcOPGDYwdOxajR4+Wu1fY/7NWrVph48aNqiixVKWmpkJPT/2iRXx8PIYOHYqgoCCl/j1Q9d9v9fuKUany9fXFli1bYGVlhd9//x2tWrXCkCFD4O/vL9fO3d0dc+fOxblz59QyjP3999+IiYmBs7MzJk2ahPr168PS0lL0fyCLqkmTJgAAf39/ZGVloVy5cqhZsyZMTEyQnJyMsLAwpKWlQV9fH59//jlSU1MRFhaGwMBAzJ8/H5cvX8aaNWugo6O6FQcBAQEICAiQu/bmzZtCf+pPS0vDrVu3EBUVhaZNm5ZyhR+3Y8cOhdfv3LmDNWvWoEKFCujTpw/s7e1RqVIlvHnzBiEhIfDy8kJiYiLGjRsHV1dXFVctr2fPngr/vGdkZMDX1xdZWVmwsrJCrVq1ZJ/hxYsXiI6Ohr6+Pjp27Kg2J4Fow58pAHj8+DH8/Pzg5OSEH374QWGb8uXL47PPPpO79uLFC1y+fBlPnz5FnTp1VFFqqQgJCUFgYCCsrKzELiWfJUuWIDAwEFWrVsXIkSNRv359WFhYqPR7Z2EYxsqYXbt2QSKRYMWKFfj8888LbFehQgVUr14doaGhKqutKK5fvw5DQ0Ns2bIFlpaWYpdTbNu2bcNPP/0EY2NjzJw5E127dpX7BzIjIwM+Pj5YuHAhzMzMsG3bNujo6MDX1xe//vorLly4AC8vL/Tt21dlNZ85cwarV6+WCwJhYWGYOXNmof1yR2J//PHH0i7xoxT94/3o0SOsW7cOnTp1wsKFCxUGlXHjxmHmzJlYu3Yt/vvvP1WUWqDc49XySklJweDBg2FpaYm5c+eiQ4cOcv+fBEHA2bNn8b///Q+hoaH4999/VVlygbThzxQA+Pj4QCKRYMSIEQX+I+/k5IStW7fKXTt58iQmTZqEY8eOqUUY2759e74fWB49eoQOHToU2Cc9PR1v3rwBgELbieXChQvQ09PD9u3bUbNmTbHLyYdhrIx5+vQprK2tCw1iuSwsLPD8+fPSL6oY0tPTYW9vr9FBDAA2b96Mc+fO4d9//0Xjxo3z3TcwMEDPnj1ha2uLQYMGYePGjfjxxx/RuXNnGBsbY9SoUTh06JBKw5iLiwt69eol+723tzcsLS3x1VdfFdinXLlysLW1hbu7O2xtbVVRZpGtXr0aenp6mD9/foEjRgYGBpg/fz4uXLiAlStXYt26dSqusnCrVq1CQEAAvL294ezsnO++RCKBm5sbqlevjl69emHVqlX4+eefRahUnrb8mbpz5w50dXXh5uZWpH5ubm4wMjLCnTt3SqmyoklKSkJkZKTs9xKJBOnp6XLXFDExMUHnzp0xadKkUq6w6JKSkmBnZ6eWQQxgGCtzMjIylF78nZqaqjZDuB+yt7dHYmKi2GV8Mm9vb9SqVUthEMurcePGsLOzw6FDh2SjAK1bt0blypURGBioilJl3Nzc5P6x8fb2Rs2aNbFw4UKV1lHS/P39YWdnByMjo0LbGRkZwc7OLt/Uvjrw9fWFg4ODwiCWl4uLCxwdHeHr66sWYUxb/kyFhoaiWrVqMDU1LVI/PT09VK5cGWFhYaVUWdEMHTpUFo4FQYCbmxvq168vO3P5QxKJBOXKlVPbh70AoGbNmsjMzBS7jAIxjJUxVatWRXh4ODIzM6Gvr19gu6SkJISEhMDJyUmF1Slv6NChmD59Oi5fvoxWrVqJXU6xRUZGwtHRUam2RkZGCA4OlrtWtWrVfGttVO3s2bN48+YNcnJy1Da8KyMjIwMxMTFKtY2JiUFGRkYpV1R0cXFxSgcBiUSC2NjYUq6oeM6ePQtDQ0OxyygyqVRa6MjL0qVLUbFiRYX3zM3N1WaLofLly8v90N6rVy/Y2dmhWrVqIlb1aTw8PLBo0SI8evQI9erVE7ucfDT3OycVy1dffYW0tDRs27at0HZr1qxBdnY22rZtq5K6iqpHjx4YNWoUPD09sX37dkilUrFLKpYKFSogMDDwoyEgJiYGz58/h5mZmdz1uLg4VKhQoTRL/KgOHTpg7NixotZQEpydnREbG/vRtWB79uyRPTyibipXroygoKB8of1DwcHBCAwMROXKlVVUWdFUq1YNlSpVEruMIjM2Ni70e9HXX3+N5s2bK7wnlUphbGxcWqV9koULF2LUqFFil/FJvvvuO3Tt2hXjxo1T6ZYVyuLIWBnzww8/4NChQ1i2bBni4+Ph4eEhu5eTk4Pnz59j+/bt8Pb2hoWFRYnsx1QacheIpqamYtGiRVi0aBEqVqxY4BSTqveMUVa7du2wb98+jB8/HsuXL4eNjU2+Nq9evcKkSZOQnZ2N9u3by64nJCTg9evXaNiwoSpLzqd8+fKwsbHR6FExABgxYgQmTJiAP/74A7du3UL//v3h4OAACwsLxMfHIyQkBHv27MGJEydki7TVzddff42NGzdi9OjR+OWXXxSuubp8+TJ+++03AEDXrl1VXaJSzp49iwULFmDQoEEYPnx4ge22bNmCXbt2Yd68eWjTpo0KK1TMysoKoaGhSEtLQ7ly5ZTul5KSgvDwcNjZ2ZVidSUjJSUFd+/eRWhoKJKTk2FiYoJatWrB1dVVbcMk8H42BXj/lO6ECRNgZmaGGjVqFPpvhir3EWQYK2OsrKzwzz//YMKECdi2bZvcCFnu49aCIKBChQpYvXp1gUPqYlO0kDQ+Pr7A9uq65cWkSZNw6dIlPHjwAJ06dULTpk3h7OwMExMTpKSk4NmzZ7hx4wYyMzNhY2ODiRMnyvoeOHAAgiCIPk1bu3ZttVnr8inc3d0xZcoULF++HCdOnMCJEyfytREEATo6OvD09IS7u7sIVRZu7NixuH79Oh4+fIhRo0bBxsYG9vb2skD54sULREZGQhAE1KtXD2PGjBG7ZIUOHz6MqKioj36NO3TogL/++guHDh1SizD2xRdfICgoCCdPnizS/m0nTpxAVlYWvvjii9Ir7hNlZGRg1apV2LVrF1JTU/PdNzIywpAhQzBu3Di12TIlrw/3FkxMTMTDhw8LbK/qfzMkgrruhkmlKiYmBlu2bMHp06flgk2VKlXQsWNH/PDDD2q5V0yujz3Vo4i6rneIjo7GvHnzcPHiRQDItxUBALRt2xa//fab3P+TN2/eIC0tDZaWlkX6Kbyk+fr6YuLEiZg/f77cSKumevr0KbZs2YKrV6/KHtUHAEtLS7Ro0QLff/99vn2i1ElqaiqWL1+Offv2FfiPZt++fTFp0iS1Hclwc3NDWloaLl++/NG2rVq1gpGREU6fPq2Cygr34MED9OvXD1ZWVti3b59S30Nfv34NDw8PvHnzBnv37kWDBg1UUGnRZGdnY9SoUbh69SoEQUDVqlVlT7Pn7sH3+vVrSCQStGjRAhs2bICurq7YZcspbKPngqhy/zqGMUJKSgqSkpJgYmJS5KeAqOS8ePECV69eRWhoKFJTU2FkZIRatWqhZcuWqFWrltjlFWrjxo1YtWoV+vfvjx49esDBwUHUgFhSkpKSkJKSAmNjY407gio5ORm3b99GaGio7DPkPrmr7n/PGzRoAGdnZ+zfv/+jbT08PBAUFIR79+6VfmFKmDJlCo4fP46qVatizpw5+fZ6yyUIAk6fPo3//e9/iImJQZcuXbB06VIRKv64Xbt24Y8//kClSpUwZ84cdOrUKd8Pjb6+vvjf//6HuLg4zJ07FwMHDhSxYs3DMEZEn6Som1Sq6zmhpD6aNWsGU1NTnD179qNtO3TogKSkpGKNfJSGtLQ0DB8+HHfv3oVEIkGlSpXQqFEjVKtWDUZGRkhNTUVkZCTu3r2LN2/eQBAEfP7559i2bZva/gDTr18/PHz4EAcOHCh0VPjx48fo06cPGjRogH379qmwQs3HNWOk8SIiImQjSnkXlLZo0UJtNoPUZkX9eY4//9HH1K5dG7dv38bDhw9Rv379Ats9fPgQkZGRH92nT5XKlSuHHTt2YNWqVdi5cydiY2Nx6tQphcsPjI2NMXjwYEyYMKHQrYbEFhwcDAcHh49Oz3/22WdwdHREUFCQiiorHnV8CIFhrIy6dOkSLl26pNTJ9ap8oqQoEhMT8dtvv+HkyZOy+vMe4CyRSNClSxfMmzdP9O0flJWeno7ExMR8B7fnpeiJSzGJvc9ZSbt8+TL8/Pw0+u+GIAh49uwZIiIikJycXGhbdTwo/JtvvsGtW7cwdepUbNq0SeEPVREREZg6dSokEgm6desmQpUF09PTg6enJ0aOHImLFy/C398f0dHRsn/4rays8Pnnn6NNmzb5tqtRRzk5OUof/q2np6e2P3Cp80MInKYsY6RSKcaOHYtbt24pfXL906dPVVBZ0aSlpWHAgAEICAiQDfM7OTnJFpQGBgbi3r17kEgkqFOnDv777z+13UQyIyMDGzduxNGjRz/6VCKn+EpPamoqxo8fj6tXrwL4+Aieuv7dOHr0KP7++2+lN7BVx8+QnZ2NwYMHw9/fH4aGhnB3d0fDhg1Rvnx5JCUl4d69ezh79izS0tLQqFEj/Pvvv2q3YFybdO/eHcHBwfD19UX16tULbBcREYHOnTvDwcEBR44cUWGFH6fuDyFwZKyMWbx4MW7evIkKFSrg22+/RZ06dWBhYaG2Wz8UZNu2bXj69Cns7e3x559/KpzKePjwIWbMmIGnT59i+/btarlpYWpqKgYPHownT55AT08P+vr6yMjIgJWVFeLi4pCdnQ3g/ZmImrgJpiZZsWIFrly5AlNTU/Tt2xf169eHhYWFRu2fduLECUybNg0AUKlSJbi4uMDS0lKjPgMA6OrqYv369Zg5cybOnj2LY8eO4fjx47L7uUHZ3d0d//vf/xjESlnnzp2xcuVKjB07Fn/99RdcXFzytQkICMDPP/+MnJwcdOnSRYQqC7dnzx5cuXJFqYcQrl69ir1796r0IQSOjJUxLVq0wLt37+Dt7a22Rx0po0ePHrL9fApbFxYeHo4uXbrA0dERhw8fVmGFylm7di1WrFiBzp07488//8SwYcPg7++Pp0+fIjs7G4GBgdi4cSNOnDiBMWPGYMKECWKXrLXatm0r24FfHbcXUEbv3r3x9OlT/PDDD/jpp5+UnlpSZw8fPsTZs2cREhICqVQKExMTODo6ws3NTa23GAHez0T4+fnlm6asUqUKGjVqhDZt2qj9k63A+x8a+/Xrh8DAQEgkEjRu3BgODg6yUaXg4GDcuXMHgiDA2dkZe/fuVbuHEdT9IQTN/5tKRZKamgo7OzuNDmLA+5Dl5OT00QX6NWrUgJOTk9puSurr6ws9PT3MnTs33zSqrq4uXFxcsGTJEjg7O2PZsmWwt7dX213TDx06hKNHj+LZs2dISEiQjep9SF2nWuPj41GzZk2NDWLA+4XWFhYWmDx5stillJj69esXuohfHWVlZWHVqlX4999/kZKSAkB+2lsikWDXrl2yBfzjx49X6wX8RkZG2L59O3799VecPn0at2/fxu3btyGRSGSfSyKRoGPHjvj111/VLogB6v8QAsNYGWNnZ6ex5zjmpaOjU+gi97yysrLUdho2LCwM1atXh6WlJYD/2/A1KytLblRj5MiR2Lp1K3bu3Kl2YSw7Oxvjxo3DxYsXlVqHqK6D8VWrVtX46S4jIyNYW1uLXUaZJpVKMXz4cDx8+BCCIEBPTw/29vayo3dSU1MRHh6OkJAQJCcnY8OGDbhy5Qq2bdum1qNkFhYWWLlyJcLCwnDlypV8+9e1atUKNWrUELvMAqn7QwgMY2XMoEGDMHv2bNy4cQPNmjUTu5xis7Ozw+PHjxEQEKBw/UKup0+fIigoSK1/ss67mWjuY9Vv376VO8RZR0cH1apVU8tHxnfv3o0LFy6gSZMmWLBgAaZPnw5/f388evQIr169QkBAADZt2oSAgADMmTNHbXfp/+abb7B27VqEh4er9T8qhWnatCmuXr2KjIwMtTySpiyYOHEiHjx4AGNjY/z444/o27evwmPl3r59i/3792PdunV4/PgxJk6ciM2bN4tQ8cetXr0aEokEP/zwA2rWrImaNWuKXVKR2draIjAwEC9fvvzoQwiBgYFwcHBQYXWAZq3qpE/Wp08f2b42O3fu/Ohj7+qqR48eEAQBo0ePxrlz5xS2OXv2LMaMGQOJRIIePXqouELl5C7Uz5U77Xr//n25dpmZmYiIiChw6k9MR48eha6uLhYuXCg3bayrq4vq1avDzc0Ne/bsgYeHB+bNm4crV66IWG3BRo8ejcaNG2PcuHFqOY2qjEmTJiEnJweLFy8Wu5RPUqdOnSL9V7duXbFLBvD+e07uIvF9+/Zh1KhRBZ7vW7FiRYwaNQp79+6FhYUFrl69qtQmt2JYu3YtfHx8NDrgd+7cGdnZ2Rg7dmyB2/EEBARg3LhxojyEwJGxMujnn3/G69evsWDBAixYsAAWFhYFzvFLJBKcOXNGxRV+3IABA3DmzBncuHED48aNg7W1db7HlF+9egVBEPDll19iwIABYpesUJ06dXD69GnZ8UctW7bE7t27sWzZMjg5OaFmzZrIyMjAggULkJiYCFdXV7FLzickJATVqlWT/bSZO9WanZ0tN+33888/49ChQ9i8eTNatmwpSq2F+eWXX1C1alX4+/vDw8MDLi4usqklRSQSCRYsWKDiKgv35s0bTJgwAUuWLMGdO3fQu3dv2NraFrqRZZMmTVRYoXI0dSPhI0eOQCKRYM6cOXB0dFSqj5OTE+bMmQNPT08cOXIEHTp0KOUqi07s829LwrBhw3DixAk8f/4cvXr1+uhDCMOGDVNpfXyasoyJi4vDsGHDEBQUpNH7jAHvN0hdvnw59uzZU+AGfv3798ekSZPUdo+xY8eOYerUqVixYgU6deoEQRAwYMAA2R5pFSpUgFQqRXZ2NiQSCTZu3Kh2QaZhw4ZwdnaWPXk0YsQIXL16FVeuXIGFhYVcWw8PD0RERODGjRtilFooFxcXuQXJH6OOfzc+/AwfWyuprg9TFCY1NRVhYWHYv38/Dh48iBkzZuDbb78VuywA75/ITU1NxbVr14q0nUh2djZatGgBIyMjXLhwofQKLKYZM2bgxIkTuHz5ssad0ZpXfHy87CGEvH9H8v7a3d0dv/76a77vXaWNI2NlzN9//43AwEDUrFkTI0aMgIuLi0buMwYAhoaGmD59OsaNG4c7d+5o5IHI7u7u2LVrl2zRdW7gWrBgAU6ePImEhAQA7396njx5stoFMeD9VOubN29kv889ISAgIAAtWrSQa/v69WuFwVkdLFy4UOwSPpk6jnKVNCMjI7i4uGDu3LmoV68eZs2ahapVq6JNmzZil4b4+HjUrl27yPu65U7pBwYGllJln2b8+PE4d+4cZs6cib///ltjR8nU+SEEjoyVMS1btoRUKsWpU6dgZWUldjlUiOzsbMTHx6NcuXJq/dPo2LFjcfnyZdy5cwf6+vqy0b7PP/8cGzdulNWeu6da3bp1cfDgQZGrJm3x1VdfoUaNGti1a5fYpaBZs2aoXLkyjh07VuS+3bp1Q2xsrFqOGh86dAghISHYvHkzLCws0KlTJ9jb2xc6/a1ux2zlfQhBHde+cWSsjElJSYG9vT2DmAbQ1dWVe6JSXbVr1w7nzp3D1atX0aZNG3Ts2BG1atXCvXv30Lp1a9jb2yM+Pl521Mjw4cPFLvmjXr16hdu3byM6OhppaWkYP3687F5mZiYEQVDLb+hlUeXKldVmurh69ep49uwZ3r59W+DCfUXi4+Px4sULODs7l2J1xTdjxgzZdF5sbKxSwVfdwtjatWtRq1YtjBs3TuxSFGIYK2OcnZ0RHR0tdhlFEhUVBeD93i9VqlSRu1YU6nbANvB+AX/jxo3x77//frTtkCFDcOfOHbVb49O5c2cYGhrKploNDAywdetWTJ8+HTdv3sTjx48BABUqVMBPP/2kdoc65xUfH4/ff/8dp06dkls7ljeMzZw5E8ePH8f+/ftRr149Mcqk/y8lJQUvXrxQm/3hWrdujcePH2PNmjWYM2eO0v3WrFmDnJwctZhqVaRnz54auZQlL3V/CIFhrIwZMWIEJkyYAB8fH3z99ddil6OU9u3bQyKRwN7eXnY+Xe41ZanrQmVBEIr0JJg6riooX748unfvLnfN2toaO3bsQExMDKKiolCuXDk4Ojqq9fE8UqkUQ4YMQXBwMKytrdG8eXNcvXo13w8vffv2xbFjx3D69Gm1DmM5OTkIDQ1FYmJioRska+o6s+DgYCxcuBBpaWn46quvxC4HwPsfmHbs2IFdu3bB3NwcY8eOLXT9WE5ODtasWYNdu3bBxMQEQ4YMUWG1ylu0aJHYJXyyFi1a4MSJE0hKSlLLZR/q+52RSoW7uzvmzJmDOXPm4MGDB+jTpw9q1Kihtk8bAv83opV3yk4dR7lKW2pqqlqHGUWqVKkiG81Ud5s2bUJwcDA6duyIv/76C+XKlcPAgQPzhbEmTZqgXLlyarm2B3g/uvf333/jxIkTSEtLK7Stuv6QUtj2DoIg4O3bt0hLS4MgCDA2Nlab458sLCzwxx9/YOrUqVizZg1OnjyJfv36oWnTprItRlJSUhAREYGbN29i//79CAoKgkQiwR9//KHyJ/jKEnV/CEGzvrPTJ6tTp47s19u3b8f27dsLba8O36wVbepa0Eav2iokJASBgYFqudavQ4cOaNCgAZYtW/bRtpMnT8aDBw/Ucu86X19fGBgY4H//+1+h36h1dHRQo0aNYk2Vl7a3b9+ib9++iIqKQtWqVZGUlITk5GQ0atQIr1+/RnR0NLKzs1GuXDm1PpUiMjLyo23Kly+PVq1aYcKECbC3t1dBVcr5+uuvoaOjg3nz5iEoKKjQp3QFQUD58uXx+++/q3yT0U+VnJwsO/jcxMRE7HI+6vbt2+jfvz82b94Md3d3tXsIgWGsjNHUzRS1xfbt27Fjxw65a48ePSp0JCA9PV22dYQ6bggZGRmJqlWrKtU2NjZWqX9oxRAZGYlatWopNYVhZGSEFy9eqKCqotm0aRMiIyMxePBgzJkzBwMHDoS/vz92794NAEhISMCWLVuwZcsWVKtWTW2nnwrbiV4ikcDIyKhIC+RVrXPnzvjiiy+wc+dOnDx5EmFhYfna1KxZE507d8bgwYM14kEdAHj27Bm2bduGS5cuyW1nY2lpia+++gpDhw4t9Hg6Man7QwgMY2VMQcdAkGokJSXJhRGJRIL09PSPBhQTExN07twZkyZNKuUKS1dGRobaLLb+kKGhodLHg8XGxqrlupPz58+jXLlyBf45MTc3x+TJk2Fvb4+ZM2eifv36GDRokGqLVEK1atXELuGTVapUCZ6envD09MTbt28RHR0tG0mysrJS6zCpyLZt2/D3338jOzs73w/pcXFx8Pb2xtGjRzFlyhSV716vDHV/CIFhjDSSVCrFy5cvUbFixXxTd6dOncK+ffsQExODzz77DBMnTlR65Ka0DR06FL169QLwftTRzc0N9evXx/LlyxW2l0gkKFeunFasJYmPj0dQUBAqVaokdikKOTo64sGDB4iMjCw0DDx9+hRRUVFqs2g8r6ioKFSrVk222XHu4vHMzEzo6+vL2vXs2RNLly6Fl5eXWoYxTRYYGIjw8HBYWlri888/B/D+HMqCwpe/vz/i4+NRs2ZNpY9QUrUzZ87IRlE7duyIAQMGyI4Sio+PR3BwMHbv3o3Tp0/jr7/+Qo0aNdRuFF9dR4FzMYyRRtq6dSv++ecf/PHHH/Dw8JBd9/b2xqxZs2Q/uT1//hzXr1/H0aNH1WI3/vLly8uNqPTq1Qt2dnYaNRLg7e0Nb29vuWvPnz/Hd999V2Cf9PR0BAUFISUlBZ06dSrtEoule/fu8Pf3x7x587B69WqFZ1ImJiZi9uzZkEgkarePEvB++5e8691y1/LExcXJth7JVblyZbWcatVkqampGD58ON6+fZtvOUJBBEHAxIkTUaVKFZw8eVIt96/btGmT7MzND8N75cqVUblyZXz55ZfYtWsX/vjjD2zatEntwpi6YxgjjXTlyhXo6urmW/S6atUqAMCoUaPQsGFD7NixAzdv3sTu3bsxatQoMUot1KcewTNw4EDcu3dPpQ9ZREZG4ubNm7LfSyQSJCUlyV0ryJdffompU6eWZnnF1q9fPxw/fhxXrlzBN998g86dO8vWxRw4cACBgYE4cuQI3r59i5YtW6Jr164iV5xf1apVERsbK/t9rVq14Ofnh9u3b+Obb76RXU9JSUFYWJhaTNvkfaiouNThQSPg/VmzsbGx6N+/P1xdXZXq4+rqir59+2LPnj04fvy4bORcnTx79gyVK1f+6CjqoEGDsH79eo1YDhMdHY3o6Gikp6erxfYuDGNl1KFDh3D06FE8e/YMCQkJyM7OVthOXb7JfSgyMhJVqlSRe4rn8ePHiIqKwpdffil71N3V1RWtW7eGr6+vWoaxkqDqhyx69eqFpk2byt576NChqF27doGbXEokEhgaGqJ69epqPd2qq6uLdevWYd68efDx8cHmzZtlX9u5c+fKft2lSxf873//E7PUAtWvXx9HjhzBu3fvYGZmhnbt2mH79u3466+/ZNNmb968waJFi5CcnJzv7FAxlMSfX3V50Ojs2bOQSCRF3i9s6NCh+O+//+Dr66uWYczAwEDpJ7mrVKmC9PT0Uq6o+Hbv3o1t27YhIiICQP5/4xYtWoR79+5h6dKlKt1CiWGsjMnOzsa4ceNw8eJFpb6Bqcs3uQ8lJCTk+4n61q1bkEgkcHNzk12rWLEiatWqpZbbEGiqatWqyU2rNmnSBM7OzrKApslMTU2xdOlSjB49GqdPn8bz588hlUphbGwMBwcHuLu7q/VGrx06dIC3tzfOnTuHnj174ssvv0SHDh1w9uxZjBgxQtYu9zgndXggpKBRlM2bN2PZsmVo3bo1Bg4cmG+N0q5du+Dn54fJkyerzRFbT548QeXKleHg4FCkfrVq1YKVlZXaHOv0oYYNG+LOnTtIS0srdNuX1NRUvHjxAl988YUKq1OOIAjw9PSEr68vgPffx96+fYuUlBS5dg0aNMC2bdtw6tQpfP/99yotkMqQHTt2CM7OzsLgwYOF8PBwYcCAAYKLi4uQlZUlRERECKdPnxa+/fZboWHDhsL+/fvFLrdAjRo1Ejp27Ch3bezYsYKLi4vw9OlTueseHh5Cw4YNVVid6uT+/1NXSUlJwvHjx4WtW7cKN27cELscrZednS28fv1aSEpKkl3LyMgQVq1aJXTq1EmoV6+e8MUXXwijR48WHj16JGKlhTt+/Ljg4uIibN26tdB227ZtE1xcXAQfHx/VFPYR9erVEzw8PIrV18PDQ6hfv34JV1Qy7t+/L9SrV0+YMmWKkJ6errBNRkaGMHXqVKFevXrCgwcPVFzhx+3bt09wdnYWunXrJgQEBAiCoPj7Z3JyslC3bl3h+++/V2l9HBkrY44ePQpdXV0sXLgQ1atXl13X1dVF9erVUb16dbi5uWH+/PmYN28erK2t0bJlSxErVsze3h6PHz/GixcvYGdnh8TERFy9ehXm5ub59rmJiYlR6+kxTefj44ONGzdi4MCB6Nu3r+x6cHAwRowYIbeDfY8ePdT+qSZNpqOjk286SV9fH+PHj5c7X1Pdbdu2DZUqVfroyMTQoUOxceNGbN26VS02TTU0NPzoqQcFSUtLk3viVZ2kp6djzJgx+Oeff3D9+nX06dMn30jlgQMHkJCQgHHjxiEtLQ23bt3K9zpirs06cOAAdHR0sHz58kJHLo2NjWFrayubxlQVhrEyJiQkBNWqVZMFsdwFvNnZ2XL7P/388884dOgQNm/erJZh7JtvvsGjR48wYsQIdOrUCdeuXUNaWhr69esn1y4yMhLR0dFq+Rm0hY+PDwICAvJNTSxYsACvX79GjRo1ULt2bVy7dg2HDx9Gly5d1PZAZE23evVqSCQS/PDDD2r5VJ6yAgMDld7mwdraGkFBQaVckXIqV66MiIgIZGRkFOnrn5GRgYiIiHxPvKqLIUOGyDZMjYuLw4YNG/K1Ef7/kpaVK1cqfA2x1x8HBgbC1tZWqSnkChUqqPwhBIaxMiYzMxPm5uay3+fO/ycmJsqNHhkYGKBWrVp4/PixqktUyuDBg3Hnzh2cOnUKW7duBfB+XcOHP/0fPnwYANRiobK2CggIQIUKFWBnZye7FhMTg6tXr8LGxgZHjx6FoaEhbt26hSFDhmDXrl0MY6Vk7dq1qFWrFsaNGyd2KZ9EX18foaGhSE9PL/Tc3PT0dLx48UJtzmz94osvcODAAZw8eRLdu3dXul/uOaLquNYK0NzD5PMS/v86SWVIpVKV/zCjHn+CSWWsrKzkjrHIfVokICAgX2B5/fo1UlNTVVqfsnR1dbFy5Uo8fvwYYWFhqFq1Kho1apTvUX1bW1vMnDkTnTt3FqlS7RcfH49atWrJXbtx4wYEQUC3bt1k/5g2adIENjY2CA4OFqHKssHS0lLtDkAujsaNG+PChQv49ddfMX/+fIWnNmRnZ+O3336DVCpF+/btRagyv169emH//v34+++/0aRJE6VGuqKiorB48WK13bsOAHbu3Cl2CZ+sevXqCAsLk52CUJDY2Fi8ePECDRo0UGF1gI5K341E5+joiNjYWGRmZgIAmjVrBkEQsHLlSiQlJcnarV27FnFxcWq7I3Suzz77DF9//TVcXV0V7pn0zTffYOjQoWp5wLa2yMzMzLc1yu3btyGRSNCsWTO565UqVZLbB4tKVosWLRAUFCT3d1kTTZo0CYaGhjh06BA6dOiA1atXw8fHB9evX4ePjw9Wr14NNzc3eHt7w9DQED/99JPYJQN4v5VO586dERMTg759++LEiRPIyclR2DYnJwc+Pj7o168f3rx5g44dO6Jx48YqrrjsaN++PTIyMgqcRs21aNEi2ekoqsSRsTKmXbt2OHfuHK5evYo2bdqgY8eOqFWrFu7du4fWrVvD3t4e8fHxeP36NSQSido8Ml5UcXFxiImJgZ2dncKd1KnkWFlZITw8HKmpqbKv9aVLl6Crq5tv48vk5GS1PNNRW4wfPx7nzp3DzJkz8ffff2vsKJmzszM2btyIqVOn4vXr11izZk2+NoIgwMrKCn/99ZdaHU69aNEiREdHw9/fH5MnT4aFhQVcXV1RvXp1GBkZITU1FS9fvoS/vz/evHkDQRDw+eef88GWUjZ8+HB4e3tjx44dePXqFTw8PGT7oUVEROD58+fYuXMnrl+/DltbWwwcOFCl9UkEQU03kqJSkZSUhPPnz8PFxQW1a9cGALx69QrTp0+X20G9QoUK+Omnn9T23Lr79+/Dx8cHzZs3R9u2bWXXpVIppk2bhgsXLgAAjIyMMHv2bPTp00ecQkvZwIED4e/vL+r+RPPmzcP+/fvRq1cvfP/99/D19cWaNWvQqlUrbNq0SdYud02Ms7MzvLy8RKtXmx06dAghISHYvHkzLCws0KlTJ9jb28PY2LjAPuo6NQa837fq+PHjuHz5MkJDQ5GSkgJjY2PUqlULLVu2RLdu3dTyh62srCysWrUK//77r+zw+bwj97n/7BobG2PIkCEYP3682jxJmbsno56eHqpUqSJ3rShUuWGqsgIDAzF27FhEREQonEkRBAG2trZYv3497O3tVVobwxjJxMTEICoqCuXKlYOjo6PaLIpVZM6cOfDy8sKOHTvkFpfOmzcP+/btg46ODsqXL4/ExETo6OjA29sbzs7OIlZcOry8vPDq1StRty2IiopC7969kZiYCOD9NzQ9PT3s3r1bbt2Fj48PJk+ejKFDh2LmzJlilavVXFxcZE+9AVDquCN13WhUG0ilUly4cAH+/v6Ijo6WrVeysrJCo0aN0KZNG7UbKc79M2Rvb4/jx4/LXVOW2E9OFiY1NRUHDhxQuKlzx44d8e233xb6w0tpUd9/bUnlqlSpIvtJSN3dvXsXRkZGckEsOTkZhw8fhomJCfbt2wcHBwfs2LEDCxYswNatWzVuGiAqKgrHjh1DTEwMPvvsM/To0QM6OvLLPNVhxM/GxgZeXl7YsmULwsLCYG1tjUGDBuWbOrp58yZcXFx4gHAp6tmzp1qcN0nvmZqaolu3bujWrZvYpSgtd0SrcuXK+a5pAyMjIwwZMqTIR1aVNo6MkUZq1qwZKlWqJPvJDQAuXLiAH3/8EX379sUff/wB4P0i2ZYtW8Lc3BwnTpwQq9wC7d69G8uXL8f48ePx3Xffya7fu3cPI0aMQEpKCgRBgEQiwZdffonNmzfnC2RE2iwiIgJXr15FaGiobGSpVq1aaNGiBWxtbcUuj6hEcGSsjJJKpbh+/TpevnyJ5OTkAs+glEgkarlnUXJystwJAgBw584dSCQSuS06dHR0UK1aNbXdTuHcuXOQSqXo2LGj3PXcg5xdXV1Rv359nDhxAtevX8fx48fxzTffiFQtkeokJibit99+w8mTJ2Xfn3J/MAHef2/q0qUL5s2bhwoVKohZKmmYlJQU3L17N1/Ad3V1FWWKEmAYK5PWr1+PtWvXyp4kAfIfCJ677kRdw5i5uTmioqLkvjlfvXoVAPIdWJ2VlaU2i2M/FBISAgsLC1StWlV2LSIiAvfu3YODgwN27doFiUSCPn36oHv37ti/fz/DGBWoQ4cOaNCgAZYtW/bRtpMnT8aDBw9w5swZFVRWNGlpafj+++8REBAge9rQyckJlpaWePPmDQIDA3Hv3j34+PjgxYsX+O+//wrdHJYIeL9J8MqVK/Hff/8p3EPTyMgIAwYMwIQJE1T+JDLDWBmza9cu2TfqunXron79+rC0tNS4qa+GDRvi3Llz2LdvH7799ltcvXoVjx8/Rp06dWBpaSlrJwgCwsLC1HbNw9u3b/M9tXPjxg0AwNdffy0LmrVr10bNmjURHh6u8hpJc0RGRsoF+8LExsYiMjKylCsqnm3btuHp06ewt7fHn3/+ifr16+dr8/DhQ8yYMQNPnz7F9u3bMWrUKBEqLZsSExNlSygKom7fc3MD/v379yEIAmxsbGBnZycL+C9evEBUVBS2bNmC27dvY/v27SoNZAxjZcx///0HiUSCX375Bf379xe7nGIbNmwYzp8/j19//RVLly5FUlISJBIJhg0bJtfu1q1bSE1NVfjNXB1kZ2cjIyND7lrudOuHI3xinJdG2isjI0Phzvbq4MSJE9DV1cX69esLXBdWv359rF27Fl26dMHx48cZxkrZixcvsHr1aly6dOmjmwqr49OUa9euxb1792BtbY158+ahXbt2+dqcP38ef/zxBx48eIC1a9fC09NTZfUxjJUx4eHhqFKlikYHMeD9GXArV67EihUrEBYWBltbWwwdOjTfeXB79uwBALU9KLxatWoICwvDu3fvYGZmhuzsbFy6dAmGhob4/PPP5domJiZybQyViPj4eAQFBaFSpUpil6JQeHg4nJycPrpAv0aNGnByckJYWJiKKiubnj59isGDB8tGwwwNDWFhYaFRT+4eP34cOjo62LhxY4Eny7Rr1w62trb45ptvcOzYMYYxKj1mZmZq+w24qNzc3D56ZMXvv/+O3377rdCzyMTUtm1bbN26FVOmTMHAgQNx+vRpxMXFoVOnTnLr3JKSkhAREaHy89JIvXl7e8Pb21vu2vPnz+WezP1Qeno6goKCkJKSgk6dOpV2icWio6ODrKwspdpmZWVpVCjQREuXLkVycjKaN2+OmTNnyjYM1yQxMTFwdHT86BF/jo6OcHJyQmhoqGoK+/8YxsqYr776CidOnIBUKoWpqanY5ZQ6df+Mo0ePxpkzZ3Dp0iVcvnwZgiCgfPnymDhxolw7X19f5OTk5Dvrkcq2yMhIuZMzJBIJkpKS5K4V5Msvv8TUqVNLs7xis7Ozw+PHjxEQEFDoUUdPnz5FUFCQ2i5D0Bb+/v4wNjbGmjVrRHva8FNVqlSp0DVueQmCoPJBC4axMsbT0xOXLl3C3LlzsXDhQo09uy6vO3fu4NatW4iOjkZ6ejoWLFggu/fy5UtkZmbCzs5OxAoLZm5uDm9vb+zfvx+hoaGwtrZG7969822+GxERgQ4dOuTbAoPKtl69esnWFgqCgKFDh6J27dqYM2eOwvYSiQSGhoaoXr06LCwsVFlqkfTo0QOPHj3C6NGj8csvv6B9+/b52pw9exZ//PEHJBIJevToIUKVZUdOTg7s7Ow0NogBgLu7O3bu3Innz58XOrL3/PlzBAUFYejQoSqsjpu+ljmHDh3Cy5cvsW7dOlSsWBHdunWDra2tRp5dFxYWhqlTp+LRo0cA/m8PorzHu/z666/Yu3cvdu7ciS+++EKsUolUYsiQIXB2di4wjGmKrKwsjBgxAjdu3IBEIoG1tTXs7e1lT76FhITg1atXEARBthmyuj6MoA0GDRqEiIgI+Pn5iV1KsSUnJ2PIkCGIj4/H3LlzFZ4Ecu7cOcyfPx/m5ub4999/VRo+GcbKGG05uy4uLg69evVCbGws6tevj7Zt2+LIkSMIDw+Xq/fBgwfo168fhgwZgtmzZ4tYMZG4pFIp/Pz8EBMTg7p16+Z7WlfdpKenY/ny5dizZ0+Be0L1798fkyZN4h5jpezixYv48ccfsXDhQrX94fxjZs6ciYyMDPj6+iI7OxtWVlaws7ODhYUF3r59ixcvXuD169fQ1dVFp06dYGBgkO81JBKJ3MxLSWIYK2NmzJhR5MWuCxcuLKVqim/+/Pn4999/MWjQIMyZMwcSiQQDBw6Ev79/vvDYuHFj2NnZ4cCBAyJVW7CoqKgi91G3/XtIffj4+GDjxo0YOHAg+vbtK7seHByMESNGIDo6WnatR48eGnFeq1QqxZ07dxAaGoqUlBQYGxujVq1aaNy4sdqvCdUme/bswZ9//om+ffvCw8MDNWrU0KhlLh8ORBTHhzMvJYlhjDSSm5sb3rx5gxs3bsh+gikojPXs2RNxcXG4fPmyGKUWKvcbhLLUcf8eUh/jx4/H2bNn4ePjI7dOcsSIEbhy5Qpq1KiB2rVr49q1a0hJScG6devQpk0bEStWbObMmdDV1cW8efMUjlCQatWpU6dI7dXx+9SHTx0XV69evUrkdT7EBfxUJOvXr0doaKjoo2XR0dFwdHRU6hu1gYEBEhMTVVBV0RU2ypWamoq3b98CAPT09PIt6if6UEBAACpUqCAXxGJiYnD16lXY2Njg6NGjMDQ0xK1btzBkyBDs2rVLLcPY0aNHlf77TaWvqGM26jjGU1ohqqQwjFGRXLx4Ef7+/qKHMWNjY8THxyvVNioqCubm5qVbUDGdO3eu0PtSqRT79u3DP//8g2+++UalmxCS5omPj0etWrXkrt24cQOCIKBbt26ytVVNmjSBjY0NgoODRajy4/iDh3rRxpM/Xrx4ke+gcDGfumcYI41Ut25dXL9+Hc+ePYOzs3OB7W7evIm4uDi4u7ursLqSY2pqiuHDh8PR0RGjR4+GnZ2dxi6gpdKXmZmJ7OxsuWu3b9+GRCLJt0ddpUqV1PYf2bZt22Lfvn2IiYlhMKMStWfPHmzcuFHhel0bGxuMHj0a/fr1U3ldmnU6NNH/5+HhAUEQMGvWLMTExChsEx4ejlmzZkEikcgtZtZErVu3ho2NDXbs2CF2KaTGrKysEB4eLvf04aVLl6CrqwtXV1e5tsnJyShfvryqS1TK+PHjUaVKFUyaNAlxcXFil0NaYubMmfjtt98QGRkJfX191KhRA40aNUKNGjWgr6+PyMhI/PLLL5g5c6bKa+PIGGmkrl274tSpU/D19UXXrl3RqlUrvHr1CgCwYsUKBAYG4uLFi8jMzESPHj3QunVrkSv+dGZmZnjx4oXYZZAaa9GiBfbv348//vgD33//PXx9fREVFYVWrVrByMhI1i4tLQ1hYWGFjiqLaffu3Wjbti327t2LDh06oHnz5nBwcJD7DHlJJBKMGzdOxVWWHdqwgP/o0aPw9vaGkZERxo8fj/79+8sdk5ecnIw9e/ZgzZo1OHToEFq2bIlu3bqprD4+TUlFUtATi2LIysrCihUrsH37dmRkZMiu5z6+rK+vj6FDh8LT01PjN4R88+YN2rVrByMjI9y4cUPsckhNRUVFoXfv3rIHVgRBgJ6eHnbv3i13rqmPjw8mT56MoUOHijIK8DHKbkOQ26Y0txwgFHokVUHUbQp8yJAhuH37NjZu3IhWrVoV2O7y5csYOXIkmjZtqtKZCI6MkcbS09PDlClTMGzYMPj5+eHZs2eQSqUwNjaGo6Mj2rRpo/HrTeLj4/Hw4UOsWLECmZmZCneNJsplY2MDLy8vbNmyBWFhYbC2tsagQYPy/WN68+ZNuLi4qO2fp/Hjx4tdAuVRWLBKTU1FWFgY9u/fj4MHD2LGjBn49ttvVVidcp49ewZbW9tCgxgAtGrVCjVr1lR5uOfIGBWJOo2MaQNlh/9zD67ds2cPqlevXspVEREVnbe3N2bNmqWW+9c1bNgQjo6O8PLy+mjb3r17Izg4GPfv31dBZe9xAT+RiARBKPS/cuXKwcnJCSNHjsSRI0cYxIhIbfXq1QuVKlXChg0bxC4lH2trawQGBn50S6T4+HgEBQXB2tpaRZW9x2lK0ki3bt3CqlWr8PXXX6N///4Ftvvvv/9w4sQJTJw4EY0bN1ZhhcpRt3UVROooLS0N4eHhsj2hNO0onrKkcuXKajlz0r59e2zZsgWenp5YtmwZLCws8rV58+YNPD09RVkSwjBGGmn//v24desWZs2aVWi7Ro0a4bfffoOXl5dahjEiKtjFixexadMm+Pv7y+2fpqOjA1dXV4wcOVLtpsPKspSUFLx48UItH5gaNWoUfHx8cPPmTbRr1w6dO3eGg4MDLC0t8ebNGwQHB+PkyZNIT0+HtbU1fvjhB5XWxzBGRVKpUiWVD98qcv/+fVSoUOGjT/m4uLjA3Nwcd+/eVVFlRFQS/ve//+Hff/+VPVFpYGAACwsLxMfHIyMjA7du3cLt27cxaNAgzJkzR+RqKTg4GAsXLkRaWhq++uorscvJx9zcHNu3b8fkyZPx+PFjHD58WO5c4Nw/Z/Xr18eSJUtUfmoLw1gZFx0djejoaKSnp6NJkyYfbb9y5UoVVPVx0dHRcHBwUKpttWrVEBISUsoVFY+2TLcSlSQvLy/s3LkTenp6GDJkCAYOHAhbW1vZ/YiICOzevRv//vsvdu3aBRcXF3h4eIhYsXYrbMpOEAS8ffsWaWlpEAQBxsbGmDx5sgqrU17NmjXh5eWFa9eu4fLlywgNDUVKSgqMjY1Rq1YttGrVCs2bNxelNoaxMmr37t3Ytm0bIiIiAOTfpG/RokW4d+8eli5dWuhh1mLR19dHcnKyUm2Tk5Oho6Oez6pwupUov3///RcSiQRLly5Fx44d8923tbXF9OnT4erqigkTJmD37t0MY6UoMjLyo23Kly+PVq1aYcKECbC3t1dBVcXXvHlz0UJXQRjGyhhBEODp6QlfX18A70eN3r59i5SUFLl2DRo0wLZt23Dq1Cl8//33IlRaOHt7ezx48AAvXrwo9HDX3MNgP/vsMxVWpzxOtxLlFxISAhsbG4VBLC93d3dUq1ZNbQ881xZnz54t8J5EIoGRkREqVqyowoq0j3oOF1CpOXDgAE6ePAlHR0ccOnQIZ86cUXgkStu2baGrq4uLFy+KUOXHdezYEYIgYPr06Xj37p3CNu/evcOMGTMgkUjQuXNnFVeonOjoaFSrVk2pttWqVUN0dHQpV0QkPhMTE6XX7Jibm8PU1LR0CyrjqlWrVuB/NjY2DGIlgCNjZcyBAwego6OD5cuXF7rmytjYGLa2trJpTHUzaNAgeHl54eHDh/j666/Rp08fNGzYEGZmZnj37h3u378PLy8vxMXFwd7eHkOGDBG7ZIW0ZbqVqCQ1bdoU58+fR0JCQqGh7O3btwgKCkL79u1VVxxRKWAYK2MCAwNha2ur1OL3ChUqqO0+WOXKlcPmzZsxbtw4PHnyROEmg4IgoF69eli1apXa7kmkLdOtRCVp0qRJuHLlCjw9PbFkyRKFe0LFx8djypQpMDQ0xKRJk1RfJFEJYhgrYwRBgIGBgVJtpVKp0m3FYG1tjQMHDuDUqVM4e/YsgoODZZtCOjo6ws3NDW5ubmo9mtSxY0fcv38f06dPx6ZNm2BmZpavjSZMtxKVpHv37mHgwIHYvHkz2rVrB3d3d9meUPHx8QgODsapU6eQnZ2NESNGwN/fH/7+/vlep2fPnqovnqgYeDZlGfPNN98gLCwM165dg4mJCQDF503GxsaiTZs2aNCgAfbs2SNWuVovLS0NvXv3xosXL2BpafnR6daDBw+q7SgfUUlxcXGBRCJB3n+eFO0J9eH1D6njTvBEinBkrIxp37491q9fj5UrV2LmzJkFtlu0aBEEQYCbm5sKqyt7tGW6lagk9ezZs9CQRaRtODJWxiQmJuKbb75BbGws3N3d4eHhgRUrVuDJkyc4deoUnj9/jp07d+L69euwtbXF4cOHYWxsLHbZ+YSFheHo0aOoV68e2rZtW2C7Cxcu4NGjR+jRo4fcppHqJicnR6OnW4mIqPgYxsqgwMBAjB07FhEREQp/+hQEAba2tli/fr3abt73559/Ytu2bVi3bl2hZ9NdvHgRP/74I0aOHIkpU6aosEIiEsuGDRsQGhqKBQsWiF0KkVIYxsqo1NRUHDhwAKdPn8bz588hlUphbGwMBwcHdOzYEd9++61ajojl+uabb/Dy5UuFi3bzEgQBrq6uqFmzJg4dOqSa4ohIVIrWwRKpM64ZK6OMjIwwZMgQtd1/62NevXql1LSjRCKBra0tXr16pYKqPk1ERASuXr2K0NBQ2TRlrVq10KJFC7WeYiUiok/DMEYaKTs7W+k1VDo6OkhLSyvlioovMTERv/32G06ePCl7SkwQBNkUskQiQZcuXTBv3jxUqFBBzFKJiKgUMIyRRrKxsUFwcDDevXuncG+uXO/evUNQUJDSRw6pWlpaGr7//nsEBARAEAR8/vnncHJygqWlJd68eYPAwEDcu3cPPj4+ePHiBf777z8YGhqKXTYREZUghrEyKDMzEwcPHoSfnx8iIiKQkpKCgpYOSiQSnDlzRsUVflyrVq2wfft2LFy4EAsXLiyw3Z9//ons7Gx89dVXKqxOedu2bcPTp09hb2+PP//8E/Xr18/X5uHDh5gxYwaePn2K7du3Y9SoUSJUSkREpYUL+MuY+Ph4DB06FEFBQQUGsLwkEolaLoKNjo5G165dkZycjBYtWmDEiBFo0KABTE1NIZVKcf/+fWzZsgVXr16FiYkJjh07hqpVq4pddj49evRAUFAQTp48Wei6sPDwcHTp0gWOjo44fPiwCisk0jxcwE+ahiNjZcySJUsQGBiIqlWrYuTIkahfvz4sLCw0bg8rKysrrFq1Cj/99BOuXLmCq1ev5msjCALKly+PlStXqmUQA96HLCcnp48u0K9RowacnJwQFhamosqIiEhVGMbKmAsXLkBPTw/bt29HzZo1xS7nkzRv3hxHjhzBhg0bcO7cOURHR8vuVa1aFW5ubhgxYgSsra1FrLJwOjo6yMrKUqptVlYWdyUnItJCDGNlTFJSEuzs7DQ+iOWytrbGL7/8gl9++QXJycmQSqUwMTGBqamp2KUpxc7ODo8fP0ZAQABcXFwKbPf06VMEBQUpXFNGRESaTbPmpuiT1axZE5mZmWKXUSpMTExgZWWlMUEMeL9mTBAEjB49GufOnVPY5uzZsxgzZgwkEgl69Oih4gqJiKi0cWSsjPHw8MCiRYvw6NEj1KtXT+xyPllKSgrOnz+PgIAAJCYmFhg0JRKJWh6NMmDAAJw5cwY3btzAuHHjYG1tDXt7e9nWFiEhIXj16hUEQcCXX36JAQMGiF0ykdqrVKmSWi9PIPoQn6YsYwRBwLRp03Dr1i3MnTsXbm5uYpdUbMePH8evv/4KqVQqu5b7xznv2qrcDVTV9cmq9PR0LF++HHv27EFqamq++0ZGRujfvz8mTZrEPcaoTIqOjkZ0dDTS09PRpEkTscshKnEMY2XMd999BwC4e/cusrOzYWZmhho1asDIyEhhe4lEgu3bt6uyRKX4+/tj8ODBMDQ0xNChQ+Hj44Pw8HD8/vvveP36NQICAnD+/HkYGBhgzJgxqFKlCnr16iV22YWSSqW4c+cOQkNDkZKSAmNjY9SqVQuNGzfWqKlXopKye/dubNu2DREREQDefz968uSJ7P6iRYtw7949LF26FDY2NmKVSfTJGMbKmMIWiSuiriNKEyZMwJkzZ7BmzRq0b99e4b5CwcHBmDRpEhITE3Hw4EFUqlRJxIqJSFmCIMDT0xO+vr4AgGrVquHt27dISUmR+zvu4+ODyZMnY8aMGfj+++9Fqpbo03HNWBmzY8cOsUsoEf7+/qhYsSLat29fYBsHBwesXLkSX3/9NVauXInff/9dhRUSUXEdOHAAJ0+ehJOTE/7++284OzvLfuDKq23bttDV1cXFixcZxkijMYyVMU2bNhW7hBKRkJAAZ2dn2e/19fUBQDa9l8vOzg6Ojo64dOmSymv8UFRUVIm8DqdjSNsdOHAAOjo6WL58ORwcHApsZ2xsDFtbW9k0JpGmYhgjjWRubo709HTZ7ytWrAjg/Y72H07F5uTkIC4uTqX1KdK+fftP3rT1wzUzRNooMDAQtra2hQaxXBUqVEBAQIAKqiIqPQxjZdidO3dw69Yt2VNKebd+ePnyJTIzM2FnZydihQWrXr06Xrx4Ift93bp1cfLkSRw9elQujAUEBCA0NFQt1otxRItIOYIgwMDAQKm2UqlU6bZE6ophrAwKCwvD1KlT8ejRIwD/t/VD3jC2adMm7N27Fzt37sQXX3whVqkFatGiBe7fv4/AwEA4OTnhm2++wZo1a7BlyxZER0ejUaNGiIuLw+7du5GTk4OOHTuKXXKBm7oSkbzq1asjLCwMycnJMDExKbBdbGwsXrx4gQYNGqiwOqKSxx34y5i4uDgMHjwYDx8+RL169TB+/HiFRyP17t0bgiDInmZSN126dMGXX34pGx2ztrbGr7/+Cl1dXRw7dgzz58/HunXrkJiYiIYNG2LSpEniFlxKAgICcOvWLbHLICpR7du3R0ZGBlauXFlou0WLFkEQBI3eL5EI4MhYmbNu3TrExsZi0KBBmDNnDiQSCa5cuYLw8HC5dg0aNICJiUm+p5fUhZOTE7Zu3Sp3rVevXvjiiy9w4sQJvHz5EuXKlUPjxo3h5uYGXV1dkSotXb///jvu3bvHdWSkVYYPHw5vb2/s2LEDr169goeHh2yNaEREBJ4/f46dO3fi+vXrsLW1xcCBA0WumOjTMIyVMRcuXICRkRGmT5/+0cXktra2eP36tYoqKxm2trYYNWqU2GWoFLcKJG1ToUIFbN68GWPHjsWpU6dw+vRp2b3cJQeCIMDW1hbr16+Xe4KaSBMxjJUx0dHRcHR0VGrBq4GBARITE1VQFRGRPCcnJxw5cgQHDhzA6dOn8fz5c0ilUhgbG8PBwQEdO3bEt99+yyBGWoFhrIwxNjZGfHy8Um2joqJgbm5eugURERXAyMgIQ4YMwZAhQ8QuhahUcQF/GVO3bl3ExMTg2bNnhba7efMm4uLi8Pnnn6umMCIiojKKYayM8fDwgCAImDVrFmJiYhS2CQ8Px6xZsyCRSNC3b18VV0hERFS2cJqyjOnatStOnToFX19fdO3aFa1atcKrV68AACtWrEBgYCAuXryIzMxM9OjRA61btxa5YiIqizIzM3Hw4EH4+fkhIiICKSkpBT6sIpFIcObMGRVXSFRyGMbKoCVLlqBGjRrYvn07Tpw4Ibu+bt06CIIAfX19jBw5Ep6eniJWSURlVXx8PIYOHYqgoCClnhb+1GPGiMTGMFYG6enpYcqUKRg2bBj8/Pzw7Nkz2VNKjo6OaNOmDapUqSJ2mURURi1ZsgSBgYGoWrUqRo4cifr168PCwgI6OlxZQ9qJYawMs7CwQM+ePcUug4hIzoULF6Cnp4ft27crPCGESNswjJUxUVFRSrfV1dWFiYkJTE1NS7Ei+hTc8JW0UVJSEuzs7BjEqMxgGCtj2rdvX+T1FWZmZmjUqBEGDBiANm3alFJlVBzz5s1DUlKS2GUQlaiaNWsiMzNT7DKIVIYT8GWMjY0NrK2toaurC0EQIAgCTExMUKVKFZiYmMiu6erqwtraGubm5khMTMSFCxfw448/4rfffhP7I1AederUQdOmTcUug6hEeXh4ICwsDI8ePRK7FCKVkAic5yhz/ve//2Hv3r0YNWoUevfuDRsbG9m9V69ewcvLCxs3bkS/fv0we/ZsJCQkwMvLCytXrkRGRgaWLVuGzp07i/gJNFOdOnU++TUkEgkPBSetJwgCpk2bhlu3bmHu3Llwc3MTuySiUsUwVsbs2bMHv/32G1auXAl3d/cC2505cwYTJkzAvHnzMGDAAADA4cOHMX36dLRs2RKbN29WVclaw8XFpUReJyAgoEReh0hdfffddwCAu3fvIjs7G2ZmZqhRowaMjIwUtpdIJNi+fbsqSyQqUQxjZUzPnj2RlJSEs2fPfrRthw4dYGpqisOHD8uuffnllwCA69evl1qNZc3mzZuxbNkytG7dGgMHDoSDgwMsLS0RHx+P4OBg7Nq1C35+fpg8eTKGDx8udrlEpa6oP7hIJBI8ffq0lKohKn1cwF/GhIaGwtHRUam2FStWRFBQkNw1W1tbftMrQT4+Pvj7778xffp0fP/993L3qlatiqpVq6Jly5bYvn07Fi1aBGtra3Tp0kWcYolUZMeOHWKXQKRSHBkrY5o3b460tDT4+fmhfPnyBbZLSkpC69atUa5cOVy7dk123d3dHVKpVO4aFV+/fv3w6tUrXLp06aNtW7VqBRsbG+zbt08FlRERkarwacoypnnz5khNTcW0adMglUoVtklJScG0adOQlpaGFi1ayF2PioqCtbW1qsrVerm7jCvD2to630glERFpPk5TljGenp64fPkyLl68CHd3d7i7u8PZ2RkmJiZISUnBs2fPcPr0acTHx6NChQqYNGmSrO+xY8eQnZ2Nli1bivcBtIy+vj5CQ0ORnp4OQ0PDAtulp6fjxYsX0NPjX1kqW+7cuYNbt24hOjoa6enpWLBggezey5cvkZmZCTs7OxErJPp0nKYsgwICAjBt2jQEBgYCkD9kN/ePg7OzM/766y84OzvL7j1//hwJCQlwdHSEhYWFaovWUmPGjMGFCxfQs2dPzJ8/H7q6uvnaZGdnY+7cuTh48CDat2+Pf/75R4RKiVQrLCwMU6dOle01JghCvoX6v/76K/bu3YudO3fiiy++EKtUok/GMFZGCYKAK1eu4MqVKwgLC0NqaiqMjIxQq1YttGzZEi1atCjyTv1UdM+ePcO3336L9PR0WFlZwcPDA/b29rCwsEB8fDxCQkLg5eWF169fw8DAAHv37i2xLTKI1FVcXBx69eqF2NhY1K9fH23btsWRI0cQHh4uF8YePHiAfv36YciQIZg9e7aIFRN9GoYxIpHdunULU6dORXR0tMIALAgCrKys8Ndff6FZs2YiVEikWvPnz8e///6LQYMGYc6cOZBIJBg4cCD8/f3zPc3duHFj2NnZ4cCBAyJVS/TpuACFSGRNmjTByZMncfz4cVy+fBmhoaFISUmBsbGxbKSyW7duBW54SaRtLly4ACMjI0yfPv2jI/S2trZ4/fq1iiojKh0MY0RqwMjICB4eHvDw8BC7FCLRRUdHw9HREQYGBh9ta2BggMTERBVURVR6uLUFERGpFWNjY8THxyvVNioqCubm5qVbEFEpYxgjIiK1UrduXcTExODZs2eFtrt58ybi4uLw+eefq6YwolLCaUoiFck9/PhT8EBkKgs8PDxw7do1zJo1C2vXrkWVKlXytQkPD8esWbMgkUjQt29fEaokKjkMY0QqcvPmzU9+DW43QmVB165dcerUKfj6+qJr165o1aoVXr16BQBYsWIFAgMDcfHiRWRmZqJHjx5o3bq1yBUTfRpubUGkIiURxgCgadOmJfI6ROosKysLK1aswPbt25GRkSG7LpFIIAgC9PX1MXToUHh6eircLJlIkzCMERGR2oqPj4efnx+ePXsGqVQKY2NjODo6ok2bNgqnL4k0EcMYkRp58eIFQkNDkZycDBMTE9SqVYvn7hERaTmuGSNSA3v27MHGjRsRFRWV756NjQ1Gjx6Nfv36iVAZkeop+ntQEF1dXZiYmMDU1LQUKyIqXRwZIxLZzJkzcejQIQiCAAMDA1hbW8PS0hJv3rzBq1evkJGRAYlEgp49e2LhwoVil0tU6lxcXIr8sIqZmRkaNWqEAQMGoE2bNqVUGVHpYBgjEtHRo0cxbdo0GBkZYfz48ejfvz9MTExk95OTk7Fnzx6sWbMGqampWLx4Mbp16yZixUSlr3379gCAmJgYZGVlAQBMTU1hYmKC5ORkSKVSAICenh6qVKmC1NRUvH37FsD7Bf79+/fHL7/8Ik7xRMXATV+JRLRv3z5IJBKsWrUKI0aMkAtiAGBiYoIRI0Zg5cqVEAQB+/btE6lSItU5d+4cOnToAB0dHYwfPx7nzp3D7du3cfHiRdy+fRvnz5/H+PHjoauriw4dOuDatWu4fv06pk2bBgMDA+zZswcnT54U+2MQKY1rxohE9OzZM9ja2qJVq1aFtmvVqhVq1qyJp0+fqqgyIvHs2bMH//77L1auXAl3d/d8962trTF+/Hi4uLhgwoQJsLe3x4ABAzBixAhUqlQJ06dPx/79+9G5c2cRqicqOo6MEYkoPT0d5cuXV6qtiYmJ3H5LRNpqz549sLGxURjE8nJzc4ONjQ327Nkju9ajRw+Ym5vj8ePHpV0mUYlhGCMSkbW1NQIDAz96KHJ8fDyCgoJgbW2tosqIxBMaGoqKFSsq1bZixYoICwuTu2ZraytbV0akCRjGiETUvn17ZGRkwNPTs8BA9ubNG0yaNAmZmZno0KGDiiskUj0jIyMEBwcjKSmp0HZJSUkIDg6GkZGR3PWEhASlR5yJ1AHXjBGJaNSoUfDx8cHNmzfRrl07dO7cGQ4ODrKtLYKDg3Hy5Emkp6fD2toaP/zwg9glE5W65s2bw8fHB9OmTcPff/+tcA+xlJQUTJs2DWlpabKnL3OvR0VFwdnZWZUlE30Sbm1BJLKwsDBMnjxZtsYl7/5KuX8969evjyVLlqBGjRqi1EikShEREejTp8//a+f+TSQEwjCMv6m7gbK5YCBYg7qppViBbGoB1mIHpoot+CfRBkQQNHSDiw4uuLtgx+D5VfBN9szAN9q2TY7jKEkSBUGg+/2ufd/V972qqtKyLLJtW2VZynVdSV8bynmeK01TZVlm+CTA7xBjwEW0bau6rjVNk/Z91+12k+d5ej6fCsPQ9HjAR3Vdp9frpXEcJf18SQmCQEVRfHsFG4ZB67rK9309Ho/PDg38EzEGALik8zzVNI2aptE8zzqOQ5ZlyfM8xXGsKIr+/FM/cEXEGAAAgEFsUwIAABhEjAEAABhEjAEAABhEjAEAABhEjAEAABhEjAEAABhEjAEAABhEjAEAABj0BuFFQnb9mFAWAAAAAElFTkSuQmCC\n", "text/plain": [ - "
" + "
" ] }, "metadata": {}, @@ -2017,7 +2295,7 @@ }, { "cell_type": "code", - "execution_count": 27, + "execution_count": 26, "metadata": { "code_folding": [] }, @@ -2038,14 +2316,14 @@ }, { "cell_type": "code", - "execution_count": 28, + "execution_count": 27, "metadata": {}, "outputs": [ { "data": { - "image/png": "iVBORw0KGgoAAAANSUhEUgAAAswAAADnCAYAAAAKJQDGAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjQuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8rg+JYAAAACXBIWXMAAAsTAAALEwEAmpwYAAD68klEQVR4nOzdd1gU19fA8e/usktHQAV77x3F3ntF1FhjLInGqDExxq4/U4wlltiIxviqsbcoithirLGiIvaGiHRQmpRtbHn/IExEiqgYTHI/z5M8sjsz987sspy9c+65MrPZbEYQBEEQBEEQhGzJC7oDgiAIgiAIgvAuEwGzIAiCIAiCIORCBMyCIAiCIAiCkAsRMAuCIAiCIAhCLkTALAiCIAiCIAi5EAGzIAiCIAiCIORCBMyCIAiCIAiCkAsRMAuCIAiCIAhCLkTALAiCIAiCIAi5EAGzIAiCIAiCIORCBMyCIAiCIAiCkAsRMAuCIAiCIAhCLkTALAiCIAiCIAi5EAGzIAiCIAiCIORCBMyCIAiCIAiCkAsRMAuCIAiCIAhCLkTALAiCIAiCIAi5EAGzIAiCIAiCIORCBMyCIAiCIAiCkAsRMAuCIAiCIAhCLkTALAiCIAiCIAi5EAGz8M6qWrUq33//vfTzunXr8PLyeqVjnD59mj59+tCtWzd69eqV6Xg7d+6kS5cudOnShb59+3LlyhXpOYPBwJIlS+jUqROenp54enry008/vflJvYakpCS2bt36ytvFxMTw+eefv82uCYIgCMJ/ggiYhXeWSqXi6NGjxMfHv9b+Dx484LvvvmPRokUcOnSIPXv2UKZMGQBOnjzJzp072bZtG0eOHOHbb79l0qRJPH36FIBly5bx5MkTfH198fHxYevWrRgMhnw7t1eRlJTE9u3bX3k7V1dXVqxY8Ta7JgiCIAj/CTKz2Wwu6E4IQnbc3NwYPXo0arWaCRMmsG7dOtRqNZ999hnh4eHMmDGDhIQEnJ2dmT9/PiVKlMi0/5QpU2jUqBF9+/bNcuz333+fzz77jKZNm0qPLVu2DIBPPvmENm3acPz4cezs7F7az6+//pqbN2+i0+no3LmzNKrbrl07evXqxcmTJzEYDCxbtoyKFSvi5eVFZGQk4eHhREZGMmzYMIYOHQrAL7/8wp49ewDo27cvw4cPZ8KECRw/fpzy5cvTrFkzxo0bx9ixY0lKSsJgMDB+/Hg6dOiQZbvBgwczevRoDhw4gE6n45tvvuHWrVsoFAqmTZtGkyZN8Pb25sSJE2g0GsLCwujQoQNTpkx5rddLEARBEP6tLAq6A4KQm8GDB9OzZ09GjhyZ6fE5c+bQu3dvevfuze7du5kzZw6rVq3KtE1gYCAfffRRtsd9+PAhtWrVyvRYrVq12LdvHyEhIRQvXjxPwTLAhAkTcHR0xGg0Mnz4cO7du0e1atUAcHJyYu/evWzdupX169czd+5cAIKDg9m0aRMpKSl07dqVQYMGcf/+fby9vdm1axdms5n+/fvTqFEjJk6cSGBgID4+PkB6usjKlSuxs7MjPj6eAQMG0L59+yzbhYeHS33MSNXw9fUlKCiIESNG8NtvvwFw9+5d9u3bh0qlokuXLgwZMoTixYvn6dwFQRAE4b9ApGQI7zQ7Ozs8PT3ZtGlTpscDAgLo0aMHAJ6envj7+7+1PuzZswdPT09at25NVFRUlucPHz5M79696dWrF4GBgQQFBUnPderUCUgPxiMiIqTHW7dujUqlwtnZGWdnZ+Li4vD396dDhw7Y2Nhga2tLx44dM+VVZzCbzSxZsgQPDw8+/PBDYmJiiI2NzfUc/P396dmzJwAVK1akRIkSBAcHA9C0aVPs7e2xtLSkYsWKmfopCIIgCIIImIV/gGHDhrFnzx40Gs0r7VepUiVu3bqV7XMVK1bM8tzt27epVKkSZcuWJSoqipSUFADee+89fHx8sLe3x2g0ZtonLCyM9evXs2HDBnx9fWnTpg06nU56XqlUAiCXyzPtq1KppH8rFIpXyo/29fUlPj4eb29vfHx8KFKkSKY2X9WLfXnxHAVBEAThv04EzMI7z9HRkS5durB7927pMTc3Nw4ePAikB5Du7u5Z9hsxYgQ///yzNJJqMpmkSXEjR45k8eLFJCQkAOlpCXv37uX999/H2tqa9957j++++04KRI1GI2lpaVnaSE1NxdraGnt7e2JjY/njjz9e+zzd3d05duwYGo0GtVrNsWPHcHd3x9bWltTUVGm75ORkChcujFKp5OLFi9KI8IvbvXhsX19fID0dJCoqigoVKrx2X1+bQQvaZ6BLAZMBdMmQGgvPwiEuCKJvQdgleHQa7h2CG7vg2la44wvBf0BkAKQ8wajXoEszYjCZSNUZSNKkodEXzKRMQRAE4d9P5DAL/wgfffRRppJps2bNYvr06axbt06a9PeiatWqMWPGDCZOnIhGo0Emk9GmTRsA2rdvT0xMDAMHDkQmk2Fra8uiRYtwcXEB0vOSly9fTo8ePbC1tcXKyopevXpJzz/fRo0aNejatSvFihWjfv36r32ONWvWpE+fPvTr1w9In/RXo0YNAOrXr0+PHj1o2bIlH3/8MWPGjMHDw4NatWpJga+Tk1Om7QYPHiwd+/333+ebb77Bw8MDhULB/PnzM40s5yuzOT0gxgwqG9AmQcJjiLkNT25D3MP04DgxBEyvMZrd7HPuVx9Pt5UnsFLKKWJnSQlHayq72FGrZCFqlSxEucI2WFoo0BqMKOUyrFXio04QBEF4faJKhiAIb06XAnJF+ohx0Al4+Ds8uQvxjyDt1VJpXsbccTZnir7P0PWXct3OyUZJZVd7qrjY4V7emZaVi2CtVABgIwJoQRAE4RWIvxqCILy6NA2YjWAyweOzcP8QBJ+GxNC337adK/Gp+pdulqBO41JwPJeC49nil96vMs42tKhUhM61itGwnBMmkxmlhRxLC8Xb7rUgCILwDyYCZkEQ8kafCnILiPCHO/sh+FT6KPLfzbYosVGvN8kxNF7NtkuhbLsUilwGNUsUokXlIrxXvyQlHW1QyGWoLMTUDkEQBCEzETALgpAzgw7MpvQc5Mtr4dYe0CQUaJfMNoWJSdK+8XFMZrgZ8YybEc/46VQQFYva0s+9NAPcS6NUyLBRWSCXy/Khx4IgCMI/nchhFgQhK11yeqDsvxH8f0nPRX5HmD+/zmdH4jlwI2tN7Pwgk0GTCoX5oHEZ2ld3xWAyY2cpxhYEQRD+y8RfAUEQ0hkNYEqDmFtw3gvuHUwv/fausXIgMuHtLa5iNsOFoDguBMVho1LQrXZxvuhQGUcblQicBUEQ/qPEp78g/NeZjGDUwaM/4NhX8PR+Qfcodyo7QhPUf0tTar2R3f7h7LkaTsfqrkzpUo3ihaywFYGzIAjCf4r41BeE/yqTKX0hkTA/OPq/9JHld52FJcgVxKa8vEpGfjKb4eidGI7eiaFFpSJM7VKVii52WFkoRJ6zIAjCf4AImAXhv8ZshjQ1RN2AozMg4mpB9yjvrJ3SJyIWoLMPYzn7YywNyjoxuXNV6pQqJOo6C4Ig/MuJT3lB+C/Rp0LsAzgyDUIvFnRvXp21E0Zj1iXKC4J/SAID11ykeaXCLOpbF0cbpQicBUEQ/qVEwVFB+C/Qq+FZBOx4H9a0+WcGywDWThgMr7Gc9lt07mEcrRed5McTD1HrDaQZTQXdJUEQBCGfiYBZEP7t0tRwdSN41YdHpwq6N2/G2hmd4d0LSNOMZladCqLd4tP88eApav07WF1EEARBeG3i/qEg/Fvp1aCOg1+Hpa/O929g7UTqu5GRka3oJC0jNl6hWcX0NA0nW5GmIQiC8G8gRpgF4d8mY1Lf5XXwY4N/T7AMYO1Egu7dr0pxPiiONotP8uuVcDHaLAiC8C8ghj4E4d9EnwqpT+HX4RAZUNC9yXdm26LEad69lIzspBnNfL3/NqfuP2XFoHpYKRUoFWKMQhAE4Z9IfHoLwr+FXg2X18KPDf+VwTIAdq7Ep/69NZjf1Mn7T+iw5DS3I5PEaLMgCMI/lAiYBeGfzmxOH1n2/hh+/wqM/6yA8pXYufA0WVvQvXhlMUk6+qw6x5o/HqHR50+Vj+rVq+Pp6Sn9Fx4eni/HBTh27BgPHz6Ufl6+fDnnz5/Pt+O/imnTpnHkyJECaVsQBCGDSMkQhH8yYxpon8HmXhB9s6B789aZrZ2JSS7YhUtel8kMy44Fcu5hLGuGuGNnZfFGKRpWVlb4+PjkYw//cuzYMdq0aUOlSpUAGD9+/FtpRxAE4Z9CjDALwj+VXg1P78GqJv+JYBlAZu1IdOI/b4T5eZcfJ9Bl+R9EJmrQpeVvTel27doRHx8PwM2bNxkyZAgAXl5eTJ8+nSFDhtC+fXs2bdok7bNv3z48PDzo2bMnkydP5urVq5w4cYKFCxfi6elJaGhoplHeCxcu0KtXLzw8PJg+fTp6vV5qe8WKFfTu3RsPDw+CgoKy9M/b25vZs2dLP3/yySf4+fkB4ObmxtKlS+nZsyf9+/cnNjY2y/7Lli1j2rRpGI3GHNtLTExk7NixeHh40L9/f+7duweAh4cHSUlJmM1mGjduzL59+wCYMmUK586dw9vbm3HjxjFixAg6derEwoUL3+i1EATh30UEzILwT6RPhcCjsLZ9+iS//worB8IT1QXdizcWk6Sjx4qz3IlKeu0UDa1WK6VjfPrppy/dPjg4mHXr1vHrr7+ycuVK0tLSCAwM5KeffmLjxo3s37+fmTNnUr9+fdq1a8eUKVPw8fGhTJky0jF0Oh3Tpk1j6dKl+Pr6YjQa2bZtm/S8k5MTe/fuZeDAgaxfv/6VzketVlO3bl3279+Pu7s7u3btyvT8ggULiI+PZ/78+SgUihzb8/LyokaNGvj6+jJhwgSmTp0KpAfkV69eJTAwkFKlSnHlyhUArl27hpubGwB3795l2bJl+Pr6cvjwYaKiol7pHARB+PcSAbMg/NPo1XBmSXp9ZcM/Mz3htalsCY3TFHQv8kWyzsCAny/yR+DrLXSSkZLh4+PDypUrX7p969atUalUODs74+zsTFxcHBcvXqRLly44OzsD4OjomOsxgoODKVWqFOXLlwegd+/eUuAJ0KlTJwBq1apFRETEK52PUqmkbdu22e6/atUqUlJSmD17NjLZX2UFs2vP398fT09PAJo2bUpiYiIpKSm4u7tz+fJlLl++zKBBg3jw4AExMTE4ODhgY2MjbW9vb4+lpSUVK1Z85XMQBOHfSwTMgvBPolfDnhFwZnFB9+TvZ2EFMjnx6n/PpEa90cToLf7suBSWLxU0FAoFZrMZSB8Nfp5Kpcq0ncGQ/xU7lEolAHK5HKMx68i5QqHAZPqrLODzfVQqlVIw/OL+tWvX5vbt2yQmJr5Se89r2LAh/v7++Pv707hxY5ydnTly5Aju7u7SNi9eo5cdUxCE/w4RMAvCP4VeDdsHwv1DBd2TgmHtBIZ/T7CcwWyG2QfusOTogzeuoFGyZElu3boFwNGjR1+6fZMmTThy5AgJCQkAUkBqa2tLampqlu3Lly9PREQEISEhAPj4+NCwYcNX6t+9e/cwmUxERUVx48aNPO3XsmVLPv74Yz755BNSUlJy3dbd3Z39+/cD4Ofnh5OTE3Z2dhQvXpyEhAQeP35M6dKlqV+/PuvXr88UMAuCIOREBMyC8E+QESwHny7onhQcayeMhnd4Xew3tPZsMDP23nyjoHncuHHMmzePPn36SHm+ualcuTKjR49myJAh9OzZk++//x6Abt26sW7dOnr16kVoaKi0vaWlJfPnz2f8+PF4eHggk8kYNGhQnvvXoEEDSpYsSbdu3ZgzZw41a9bM875du3alX79+jBkzBq0254mf48aN4/bt23h4ePDDDz9I5wRQp04dKZ3E3d2dmJgYGjRokOc+CILw3yUzZ9y/EwThnaRJU2N9aAoEbC7orhSsss3R9t1CtbkXCronb9X7jcowq0d1rFWi6qcgCMK7QowwC8I7TGPQcCbiLOou88ClRkF3p2DZOKM1/DOWxX4T2y6FsvjofbEqoCAIwjtEBMyC8I7SGrRMOzONiacnsuneNjQjf4cSbgXdrYJj7UTqvzcjI5N1Zx/zf2ceiaBZEAThHSECZkF4B2nSNCy6vIgToScAWHltJT/fXItm+EEo06SAe1dArJ1I+A9V0Vv6eyC+1yNR60TQLAiCUNBEwCwI7xhNmoZ9D/ex60HmhRvW3VrH8mteaIZ4Q/k2BdK3gmS2LUqc+t+fkvG86d438QuOf+PqGYIgCMKbEQGzILxDtAYt159e5/vL32f7/Na7W1l4eTGa97dDlS5/c+8KmJ0rcan/vrJyuTGZYfQWf8IT1BiM/60vC4IgCO8SETALwjvCYDIQo47h85OfYzLnHBztDtzNdxfnoO23AWr2/vs6WNBsixKb8h/KyfiTzmDiww2X0aaJgFkQBKGgiIBZEN4RWoOWkUdHojG8fOln30e+zDz3P7S9f4K6ea+D+49mU5gnSf+9gBkgPEHDZ9sD0IhJgIIgCAVCBMyC8A7QGDRM+WMK0anRed7naMhRJv8xBU2PpdDgw7fYu3eElSORz17+ZeLf6uT9J2y8ECIqZwiCIBQAETALQgHTpGnYG7iXMxFnXnnfU2Gn+OLUF2i6zIMmY/O/c+8SK3vC4/+7ATPAwiP3uBedTJrIZxYEQfhbiYBZEAqQ0WQkIiWCRVcWvfYxzkeeZ+zxT9G0nwUtJ+Vj794xKjvCEtQF3YsCZTLDxxuvkKIVo8yCIAh/p78lYD527BhVq1YlKCjolffdvn07+/bty/9OvWa74eHh9OjRI9vHfX19/4aevZmkpCS2bt361o7v5pb/C2vcvXuX06dPv3Q7b29vZs+e/UrHzuhvTEwMn3/++Wv1701ojVo+O/EZBtObBUBXYq7w8e+jSG31JbSblU+9e4dYWIFMRoL6P7JySS7iUvWM3HQFbZooNScIgvB3+VsC5gMHDtCgQQMOHjz4yvsOGjSIXr165X+n8rndiIgIDhw4kO1zBsO7MRpkMBhISkpi+/btBd2VV5LXgPlNuLq6smLFirfaxovUaWq+v/Q94Snh+XK860+v89FvH5HSZDTmTnPz5ZjvDBtnzIb/5oS/7PiHJLDbPxyNCJoFQRD+FhZvu4HU1FT8/f3ZtGkTo0ePlkbx/Pz88PLywt7engcPHtC1a1eqVKnCpk2b0Ol0rFy5kjJlyuDl5YWNjQ0jRoxgyJAh1KlTBz8/P5KTk5k7dy7u7u7odDq++eYbbt26hUKhYNq0aTRp0iRLP8aOHUtSUhIGg4Hx48fToUMHAPbt28e6deuQyWRUrVqVRYsWZWr31q1bzJgxA4DmzZtne54//PADQUFBeHp60rt3bxwcHDh69ChqtRqTycTPP/+cbfvh4eF8/PHHNGjQgICAAFxdXVm1ahVWVlZs2rSJHTt2oFAoqFSpEkuXLsXLy4vQ0FBCQ0NJSEhg5MiR9O/fH7PZzMKFCzlz5gwymYwxY8bQrVs3/Pz8WL58OQ4ODgQHB1OjRg1CQ0Px9PSkWbNmTJ06NdN5jB07lujoaHQ6HUOHDmXAgAFA+kjs0KFDOXnyJFZWVqxatYoiRYoQFhbGpEmTUKvVtGvXLttrEx4ezsiRI6lXrx4BAQHUqlWL9957jxUrVhAfH8/ixYupU6cOarWa7777jsDAQAwGA+PGjaNVq1asWLECrVaLv78/n3zyCaVKlWLu3LnodDqsrKyYN28eFSpUACAqKoohQ4YQExNDz549GTduHAC//PILe/bsAaBv374MHz48Sx9Hjx7NgQMHCAwMZPr06aSlpWEymfDy8sLCwiJP55BXRpORBwkP2PdwX573yYs7cXcYdmQYG7r8gq3SBvnBCfl6/AJj7YTpHfni+a6Yf+gu3WoXx1qpKOiuCIIg/Ou99YD5+PHjtGzZkvLly+Pk5MStW7eoVasWAPfu3ePQoUM4OjrSvn17+vXrx+7du9m4cSObN29m5syZWY5nNBrZvXs3p0+f5scff2TDhg1SioGvry9BQUGMGDGC3377DUtLS2k/S0tLVq5ciZ2dHfHx8QwYMID27dvz8OFDfvrpJ7Zv346zszOJiYlZ2pw+fTpfffUVDRs2ZMGCBdme58SJE1m/fj0///wzkJ4ecOfOHfbv34+joyMGgyHb9gFCQkJYsmQJc+bMYfz48fz22294enqyZs0aTpw4gUqlIikpSWrr/v377Nq1C7VaTe/evWndujXXrl3j3r17+Pj4kJCQQN++fXF3dwfgzp07+Pr6Urp0acLDwwkMDMTHxyfb85g3bx6Ojo5otVr69u1Lp06dcHJyQq1WU7duXSZMmMDChQvZtWsXY8eOZe7cudJofG6pHqGhoSxfvpx58+bRt29ffH192b59O8ePH2f16tWsWrWK1atX06RJE+bPn09SUhL9+vWjWbNmfP7559y6dYuvvvoKgJSUFLZu3YqFhQXnz5+XvkgA3Lx5E19fX6ytrenbty+tW7dGJpPh7e3Nrl27MJvN9O/fn0aNGlGjRo1s+7pjxw6GDh1Kz5490ev1mEwmYmNj83QOeaU36Zl+Znqet38VDxIe8MGhIWzquhE7lQ2KvZ+8lXb+VtZOGIxiNPV5qXojU3ZfZ8UgN2xUb/2jXBAE4T/trX/KHjx4kKFDhwLQrVs3Dh48KAXMtWvXxsXFBYAyZcpIo7dVqlTBz88v2+N17NgRgJo1axIREQGAv78/H3zwAQAVK1akRIkSBAcHU61aNWk/s9nMkiVLuHz5MnK5nJiYGGJjY7l48SJdunTB2dkZAEdHx0ztJSUlkZycTMOGDQHw9PTkzJm8VTNo3ry5dLyc2gcoVaoU1atXz3JeVatWZdKkSbRv314aDQdo3749VlZWWFlZ0bhxY27evIm/vz/du3dHoVBQpEgRGjZsyM2bN7Gzs6N27dqULl06T33evHkzv//+O5A+WhsSEoKTkxNKpZK2bdsCUKtWLc6dOwdAQECAFKx6enqyePHibI9bqlQpqlatCkClSpVo2rSpNKKfcb5nz57lxIkTrF+/HgCdTkdUVFSWYyUnJzN16lRCQkKQyWSkpf2V19qsWTOcnJyA9PeKv78/MpmMDh06YGNjIz1+5cqVHAPmevXqsXr1aqKjo+nUqRPlypXL8znkhTpNzerrq/MtFSM7j549YtDB99nSdQuF+m1E8euwt9bW38LaGa3BXNC9eOccu/uES8HxNK9UBKVCzOEWBEF4W95qwJyYmMjFixd58OABMpkMo9GITCZjypQpAKhUKmlbuVwu/SyXyzHmMJqUl22y4+vrS3x8PN7e3iiVStq1a4dO93ZzIq2trfPU/vPXQaFQSI+vWbOGy5cvc/LkSVavXi1NKpTJZK/Uj4xA8WX8/Pw4f/48O3fuxNramiFDhkh9USqVUrsvXvu89Cen1zrjfZFhxYoVUnpFhuvXr2f6efny5TRu3JiVK1cSHh4ufSHLri+veq0APDw8qFu3LqdOnWLUqFF8++23lC5dOs/nkBuz2Uy0OppNdza9cr9eVVhyGIMODmJLty04vf8rFtv6vfU23xprJ1L0ImDOztQ9Nzg5sY0ImAVBEN6it/oJm5FacPLkSU6cOMHp06cpVaoUV65cydd23N3dpWAyODiYqKioLEFXcnIyhQsXRqlUcvHiRWlEsEmTJhw5coSEhASALCkZDg4O2NvbS33OqRKGra0tqampOfYxp/ZzYjKZiIqKokmTJkyaNInk5GTU6vSSWsePH0en05GQkMClS5eoXbs27u7uHD58GKPRSHx8PFeuXMk2pza3fiYnJ1OoUCGsra0JCgri2rVrufYR0nObMyZz7t+//6Xb56ZFixZs2bIFszk9MLpz5062fU5OTsbV1RWAvXv3ZjrGuXPnSExMRKvVcuzYMerXr4+7uzvHjh1Do9GgVqs5duyYlK6SnbCwMEqXLs3QoUNp37499+/ff6Pzep7WqGXW2VkYzX9PekFkaiQDDw7kaYnapA1796u45MjaiQQx5y9bMUk6Fhy5R6pO5HgLgiC8LW81YD5w4ECmVAKATp065VhN4nW9//77mM1mPDw8mDBhAvPnz880Ggjpo4a3bt3Cw8MDHx8fKaCuXLkyo0ePZsiQIfTs2ZPvv/8+y/Hnz5/P7Nmz8fT0lIK5F1WtWhW5XE7Pnj3ZsGFDludzaj8nRqORyZMn4+HhQe/evRk6dCgODg5SWxkT8saOHYurqysdO3akSpUqeHp6MmzYMCZPnkzRokWzHNfJyYn69evTo0ePLPnYrVq1wmAw0LVrV3744Qfq1auXax8BZs6cybZt2/Dw8CAmJual2+dm7NixGAwGevbsSffu3Vm+fDkAjRs35uHDh3h6enLo0CFGjhzJkiVL6NWrV5YKJHXq1OGzzz6jZ8+edO7cmdq1a1OzZk369OlDv3796N+/P3379s0xHQPg8OHD9OjRA09PTx48eJBvVVrSjGlcjLzIjdgb+XK8vHqifsKgg4OIKVIB/Yjf/9a284vZtihxGrFYR042XQwh6pm2oLshCILwryUz5xQBCu+k56t3CP8sWoMWz32eRKZGFkj7jpaObOq6iZLqZFQ/tyyQPrwu83tr8dY3ZeKv11++8X9U6ypFWTW4PraWYgKgIAhCfhNJb4LwN9AZdex7uK/AgmWARF0igw8O5rGlFbqxF0H2D/r1tylKbIrIycjN6QdP//MrIQqCILwtYoRZEP4GmjQNnfZ0IlGXWNBdwcbChvWd11NRZonVysbwhqsM/h3Mn5zluyty1p97XNBdeae1qFSEn4c0EKPMgiAI+ewfNMQkCP9MOqOOHfd3vBPBMoDaoObD3z7kriEZ7edX05edftdZO4oc3Tw4+zCWkLicJx8LgiAIr0cEzILwlpnNZjbe3ljQ3chEY9Aw8uhIbmhi0Hx+FVR2Bd2l3FnaE56gKehe/CPMOXhXVMwQBEHIZyJgFoS3KM2UxpHgI8Rp4wq6K1noTXo+OfYJ/knBaD73ByvHgu5SzlS2hMaLkdO8OB8Ux6NYca0EQRDykwiYBeEtMpqM/Hzz54LuRo4MJgOfnfiM83G30Xx2BWwKF3SXslJaAzKeacSoaV7NE6PMgiAI+UoEzILwlhhNRi5GXSQ8+e0tgZ0fDGYDX57+kpMxl1F/dgXsixd0lzKzdsJsFBUyXsWFR3E806S9fENBEAQhT0TALAhvidaoZe3NtQXdjTwxmU1MOzON38JPox57AQqVKegu/cXaGZNBjJa+qvXnglHrxXUTBEHIDyJgFoS3JEmXxPWn/5yFNsyY+er8V+wPOYJ6zFkoXLmgu5TO2ok049+zlPi/yR7/cBQyWUF3QxAE4V9BBMyC8BZo0jRsvbu1oLvxWub6zWPnQ280o06CS82C7g5YO6FLE+XiX1WCOo0zgbGYTOLaCYIgvCkRMAvCWyCXy9kftL+gu/HalvgvYcPdLWhGHoUS9Qu2MzbOJIuA+bWsPxeMOk2MzguCILwpETALQj4zm834RfmRoEso6K68kVXXV7H6xv+hGX4AyjQruI5YO5Eg1ix5LRcexaHRi4BZEAThTYmAWRDyWWpaKjvu7SjobuSL9bfXsyxgBZohe6Bi2wLpg9mmKHFaU4G0/U9nNsOmC4/RilFmQRCENyICZkHIZxZyCy5GXSzobuSbbfe2seDyQjQDt0GVLn9/B+yLEZei//vb/ZfY4/9ulzUUBEH4JxABsyDks4tRF0kz/btq4O4J3MN3F+eg6bcBavb+exu3LUJssqjD/Loin2mJTRHXTxAE4U2IgFkQ8lGKPoUDjw4UdDfeCt9Hvvzv3P/Q9v4J6g76+xq2KcyTZJHE/CaO3IrGYBJpLYIgCK9LBMyCkI9UChVnI84WdDfemqMhR5l0ejKaHkuh4Yi/p1GrQkQkaP6etv6lfr8TIyb/CYIgvAERMAtCProde5vUtNSC7sZbdTr8NONPjUfTaS40Hff2G7R0ICJRBMxvwj8kAQu5+LgXBEF4XeITVBDyidag5beQ3wq6G3+LC5EXGHt8LJp2M6HlpLfbmKUtofHqt9vGv5zBZObio7iC7oYgCMI/lgiYBSGfGM1GLkdfLuhu/G2uxFzh499HkdrqS2g36+00orQBs5kkreHtHP8/5ODNKFJ14joKgiC8DhEwC0I+sTYq2NzqZzZ32sBHtT7C2cq5oLv01l1/ep2PfvuIlCafYO40L/8bsHbCbBAl5fLD6ftPsVDICrobgiAI/0giYBaEfKK9d4/YL6dSar8/o227cLL371z2PMXOLlsZW3csJWxLFHQX34o7cXcYdmQ4yQ2GYOqxLH8PbuOMyfjvKtFXUJ6m6HimEddSEAThdVgUdAcE4d/AnJZGyqnTpJ4/T+r58zxduhSZSoV13boUbdSIYa1b8YnHR6TpNIRqozgTc4G9D/fyOOlxQXc9XzxIeMAHhz9gU9dN2CutUez9JH8ObO1EmkGUQ8svdyKTcKlqVdDdEARB+MeRmc1mc0F3QhD+6YzJyYSPG4fa71LOGymVWNWogW2jRti2boV1rVoY03REaJ9wPvYyPg99uBN/5+/r9FtQ2r40W7puplDwORS7hrz5AWt4ktBhCW4L/d78WAKftqnIFx2roFSIm4uCIAivQgTMgpAPzGlp3G/cBLP6Fao5yOVYVauGdUN37Fq3wrpuPcxmEzHap1yMD8A3yBf/J/5vr9NvSXHb4mztthWniGtYbO37Zgdr8CFhjf5Hy6UiYM4PrasUxet9NxyslAXdFUEQhH8UETALQj7Qh4cT1KHjmx1EJkNVsSK2DRti26olNg0agIWCWHUsl57d4NCjQ5yN/GcsiuJi48KWrlso8vQhyo09Xv9ALb7kepVP8VwlAub8UMROxblp7bC0UBR0VwRBEP5RRA6zIOQD/ePHb34Qsxn9w4foHz4kYft2AJRly2Lj7k6rVi3p2nAushbWJKjjuJp8hyOPj3A85Dgm3r0c3yfqJww6OIjNXTfhOuIYqnUdXus4ZtuixKnFCnX5JTZFjy7NJAJmQRCEVyQCZkHIB/rgx2/luGkhITwLCeHZnj0AWJQogU2DBjRu2YK2jaeiaDqPpJR4rqXe52jI7/z2+Df0pnejDFucNo5Bh95nc5dNlBh9BsvVLV/9IPauxKeKyg756UFMMu7l/v0lDwVBEPKTCJgF4Q2ZdDr0oSF/S1uGyEiSIiNJ8vUFwKJoUawbNKBu82Y0a/Ypcxp/Q0pKPLfUQRwPO8GBRwdQGwpulbxnumcMPvQBG7r8QtlPL2K5qhmYX2FE3KYoT2O1b6+D/0GXH8dTv4wTcrmoySwIgpBXImAWhDdk1utJi4wqkLYNT5+SfOQIyUeOAKBwdMS6fn2qNWtGgxZDmNlgKprURO5pQjgRcQqfhz480z/7W/uYnJbMkMNDWd95HRXHXcFqVRMw5nEU3MaZmCTd2+3gf0xwrBpNmhFbS/HxLwiCkFdi0p8gvCFjcjKhw4ajvfPulYST29lh7eaGbZMm2LZqgapsOXTqJB5qwjkVfYa9gXt5qnn6t/TFSmHFmo5rqG5ZGKsfG4Lh5SPH5gm3Ge0TzW93Yv6GHv43tK3qwvKB9XCwFpUyBEEQ8koEzILwhkw6HQ9bt8GYmFjQXXkpmZUV1nXr/hlAt8SycmXSNKkEayOkxVTCksPeWvsquYpVHVZRx7YU1j82An1Krtubp4XS/efr3IlKfmt9+q+pWcKB7R83EQGzIAjCKxABsyC8IbNez706dQu6G69FplRiVbs2No0aYdemFVbVa2DQaQjTxnDuqR/7Hu4jMDEwX9u0kFuwvO1yGjpWwfrHxqBNzHFb81dx1Jl9nGStIV/78F/mYm/J6cltsVaJShmCIAh5JQJmQXhDaTExPGzdpqC7kT8UCqxq1MCmYcP0xVTq1MFoTCNK84QLcf74BPlwM/bmmzcjU7C49WKaF6mL9aqmkJpNWojKFvPUEMrPPPrG7Ql/sZDLuD+nKwox6U8QBCHPRMAsCG9Ife0aIQMHFXQ33g65HMvKlbFp6I5t69bYuLlhlsFTTSwXEwI48OgAl6JzWQ48t0PL5MxrMY+2xZti81MLSIrIvEGhUpjGXqLC16fe/DyETG592xk7MelPEAQhz8QnpiC8IX1oaEF34e0xmdDdv4/u/n0StmwFQFW+PDaNGtK+ZUs8mvyATKkiXh3L5eRbHA4+zKmwU3k7tNnE9DPT+abZN3QZex6bn1tDwuO/NrB2xmQUNZjfhkS1XgTMgiAIr0B8YgrCGzLEPCnoLvyt9MHB6IODSdy5CwBlqVLYNHSnectWdGz0NYpmi0hMjSMg5R5HHh/hWOgxDKbsc5DNmPn6/NdoG2npPfoPrNe0h7g/c6atnUgzvHurGP4bxKboKOVkU9DdEARB+MeQF3QHhHdbQkICnp6eeHp60rx5c1q2bCn9rNcXzIpyAwcOfOk2q1evfuV9Xpe5gK7DuyItPJxne/cR+eWXPGzRkqDOXdDMX0qDq0nMrToR//4XOdvjKKvaraRPpT5Yya2yHGP+pflsf7AHzaiT4For/UFrJzQiYH4rkjR5n0RZrVo13N3dqVWrFg0aNODDDz8kODiYAwcOULVqVTZv3ixtO3v2bLy9vaWfDQYDTZo0YfHixfnaf4Dw8HB8/1zAB+DmzZvMmTPnjY/r7e1NTEwMx48fZ82aNW98vA0bNqDRaN7oGNOmTePIn7XW85O3tzezZ88GwMvLi3Xr1gGwfPlyzp8/D8CVK1eoWbMm3bt3JyYmhs8///y124qJ+as85MyZM3n48OFL93ubn92C8CrECLOQKycnJ3x8fID0D1QbGxtGjBghPW8wGLCw+HveRhlt7dix46Xb/vzzz4wePVr6OS/7vA6zyQQGUcHheYaYGJIOHCTpwEEAFM7O2Lg3oFbz5jRqNpKvG84kNSWBu5pgjoefZP/D/aQYUlh6dSlao5YPR/yG9YaeYONMisjIeCsMxrx9ETGbzchkMiZOnMigQYOYOnUqtra2xMXFAaBUKtm0aRMDBgxApVJl2f/cuXOULVuWI0eOMHHiRGSy15tomN3nTEREBAcOHMDDwwOA2rVrU7t27dc6/vP27t1L5cqVad++Pe3bt8/0nNFoRKF4teoimzZtomfPnlhbW+d5n7/zczU748ePl/69f/9+7O3t2bx5M87OzqxYseK1jplxXV1dXQGYO3dunvZ7W5/dgvCqRMAsvLJp06ahUqm4e/cu9evXp3v37sydOxedToeVlRXz5s2jQoUKeHt7c+LECTQaDWFhYXTo0IEpU6ZgNBqZOXMmt27dQiaT8d577zF8+HBCQkL4+uuviY+PR6FQsHz5cqKioli+fDkODg4EBwfz22+/4ebmRkBAAH5+fqxYsQJbW1tCQkJo3Lgx33zzDUuWLEGr1eLp6UmlSpX44YcfpH3MZjMLFy7kzJkzyGQyxowZQ7du3fDz8+PHH3/EycmJBw8eULNmTRYvXvzyP/AmE2aDiOpyY4yPJ/no7yQf/R0AuYMDNg3qU7FJU+q0HMDU+hPRpiRxXxvCqYg/2HpvB4M/9MX63hHitaKSw9uQZsrbXO+LFy8CMGhQ+qTWevXqcf/+fdzd3Tlw4AAWFhaYTCbatm1LkyZNcHBwAKBdu3Z07dqVX3/9lZ49e3L+/Hk6duyIlZUVrVu3ZvLkyQC4ubnh4OCARqMhLS2NwoULY29vT1JSEnXr1kWhUPDw4UOioqIoXLgwkZGRFC5cmJIlS/Ls2TPCwsLo3r07MpkMrVZLfHw8a9eu5dy5c1y8eJG7d++i1+upVasWW7em5+BnfPYAWFlZodVqSUxMxGQyoVKpePLkCZMmTUKn09GqVSvOnj2LjY0NcXFxODg4EBkZyWeffcaoUaOIi4ujY8eOuLi4UKxYMcLCwjAYDDg4ONC/f3/MZjNPnjzB09OT1NRUSpUqxcOHD/H398fa2pohQ4YQGxtLoUKFuH//PvXq1SMlJQU3NzcSEhI4evQoCoUChUJB9erVs7w+vXv35unTpyQnJ2M2m1mwYAEHDx7k6tWrODg4ULJkScLCwihWrBjx8fEAVKlShdu3b2Nvb4/ZbCYkJIS7d+9SvHhxatasCcCECRMICgoiISGBhIQETCYTX3/9NS4uLhw5coRz585hNBoZOHAgkZGRWFlZIZfLqV69On5+fpjNZooWLUr9+vVxdXVl3759hIeHM3z4cEqWLMmuXbto0aIFrVq14vHjxzx9+hQrKyvi4uJQKBS8//77TJgwATc3N/R6PRUrVsTKyopmzZpx/PhxZDIZrVq1YtKkSWzatIkdO3agUCioVKkSS5cufd1fC0HIlQiYhdcSExMjfUilpKSwdetWLCwsOH/+PEuXLsXLywuAu3fvsm/fPlQqFV26dGHIkCHExcURExPDgQMHAEhKSgJg0qRJjBo1io4dO6LT6TCZTERFRXHnzh18fX0pXbp0ln7cuHGDQ4cOUaJECUaOHMnRo0eZNGkSW7dulUbGn3f06FHu3buHj48PCQkJ9O3bF3d3dwDu3LnDwYMHcXFxYdCgQfj7+0vP5chsxmw0vsml/M8xJSWRcvIUKSdPwXyQ29pgXa8epZs0YXTLrlhWqIBJq8NQzYO6FkqC53fDDGCGF8M8c3YPku1DL+xvzrqdOft9zebMj5qf+8fz22Z+/LntXzyu2Zx1P/NfPXq+btFfz5mz2TZr37Lr//N9yJDXRUsCAwMxmdJHo41GIxcuXKBv377S8zqdjkWLFjF27FhCQkIoVqyY9JydnR0qlYqhQ4eyf/9+OnbsyLfffstHH33EsWPH6NChA2q1mlKlStGyZUsSEhKIjo5Gq9WycuVKRowYgaurK+vXr8fGxobx48cTEhKCg4MDLVq04Mcff6RJkyZYW1tTr149qlevzrp166hcuTK+vr48ePAABwcH1q9fj6enJ/v27aNq1arSZ8+tW7dYsGABu3fvpkWLFuzfv58iRYowaNAgZsyYQWBgID4+PhiNRlQqFQ0bNmTZsmX079+fLVu2MGrUKE6ePInBYODQoUOsXbuW5cuXs3DhQpo2bcqIESMwm80UKlSIkSNHsmPHDgoVKgTAxx9/zJYtWwDQarUcPHiQcePGce7cOa5evUq9evWwtrbG29sbOzs7unTpwvbt2/H39880wmttbY2HhwdTp07lm2++YcqUKRw/fpxTp07xzTff8H//9388ffqUIUOG4Ovri1wup3v37qxduxYrKyuGDx+Op6cnU6ZMoXfv3lLAfO/ePapWrcqyZcsYPnw4Fy5c4Ntvv+XRo0f8+uuvQPrIb2BgIMeOHSMoKIgxY8YwY8YMVCoVY8aMYfLkyezcuZOyZcty7NgxhgwZglarpVOnTlhZpadlhYWF0atXL7y8vDCZTBw8eJDJkyezY8cOhg8fjlqtxtLSkv379/PZZ5+xb98+Dh8+jLW1NYl/LhS1Zs0aTpw4gUqlkv6WvKmMAZa3YebMmXz44YdUqlTplfd9035t2LCBAQMGvNLdjoLg7e1N8+bNpbsR7woRMAuvpUuXLtKtyeTkZKZOnUpISAgymYy0tL9GXJs2bYq9vT0AFStWJCIigsqVKxMWFsZ3331H69atadGiBSkpKcTExNCxY0cALC0tpWPUrl0722AZoE6dOtJz3bt3x9/fny5duuTYb39/f7p3745CoaBIkSI0bNiQmzdvYmdnR506daQ/+NWqVSMiIuKlAbPZbAaTyLN9E6ZUNWkxT5ApVZgVKtLSQGFpiUyukEb4ZdL/XiRGoP8Onp6exMTEULFiRZo3by49bmlpSf369dFqtahUKlJTU6XnChUqROPGjbl37x7NmjXj7NmzyGQyPDw8uHz5Mh06dECpVFKoUCG6d+/OpUuXqFWrFjt37qRYsWIkJSUxaNAgLCws+N///sfp06cxm80EBQXRsWNHfvjhByB9FHzhwoUEBAQgk8mwt7cnPDwcg8FAbGwsn3/+OWazmQcPHtChQwfps8fd3Z2oqCi+++47XFxc+Pbbb2nXrl2mu0qPHj3CbDZTqlQpOnTogFwul4I1o9HI9evXsba2Ri6Xc/PmTerUqYNCoeDChQvUqFGDuXPn0q5dO/bu3YtSqZRGsitUqCC1Ubx4ceRyOQ4ODphMJhQKBUajkdTUVL788ksA5HI5arU6SzqEwWDgxo0b9OjRA41Gg0KhwMXFBQsLC5ycnEhJSeHmzZuUKFGC+Ph4EhMTqVChgvRFyN3dHQsLC+zs7GjXrp103Li4OOmzr1ixYtjY2Ej/lsvl3LlzhwMHDlCjRg2KFClCUFAQdevWpVixYhw6dIjQ0FAmTpyIyWTCbDazadMmAgMDMZvNODo68vHHHwPQv39/nJycqFWrlnQtPD098fLyIjo6GqVSKf2d0ev1FC9eXAr2HB0dAahatSqTJk2iffv2dOjQ4XXf4n+bvKaivCmz2YzZbEYu/2uqWm7pQa+TbvQ2GI3GLOk77woRMAuv5flfuOXLl9O4cWNWrlxJeHg4Q4cOlZ57Pq8x4w9BoUKF8PHx4ezZs+zYsYPDhw8zc+bMHNvK+LDOzospE6+bI5lTX19GJpOBQvwavSpVpUo49u2LdfOWKEqURK60ICb4GQalBc4WJuQyJSazHkOaDMwKwIxcpgAZGExG5HI5CoUMo1GL2WxCJrdAIbdEJvvrj4PZbEJv1JNmMmAwmzGZQS63QC5TYCFToJTLUMhk6ExmNEYjqUYTyUYjSQYjz9KMJBiMxOkNJBiMpBiMJBlNJBvSn08yGNP/bTSRYjBSkF+Z5H/+ZyEHOXIsZCCTgQUyZDJZ+s+AQi5DgQw5MKdyKdoXcXjpsStXrgyAj48Pf/zxBxMmTKBPnz7odDocHR2RyWRs2rSJtLQ0AgICsLW1xcPDg8jISNatW0dUVBSnT59Go9FgNBrp0KEDJUqUkEYyFQoF9+/fZ9asWWg0Gvr06QPA1q1b0ev1bN++nYsXL1K7dm3s7e3R6XSZvpBDeiA1d+5cunXrBsAnn3xCQkICtWvXJjw8nE2bNjF06FAePHjAhx9+iFKpJC0tDV9fX9zc3Ni1axeurq48fvwYhULB7du3MRqN3Lx5k/j4eMxmM+fOnaNjx460a9cOs9mMTqfjyJEjPHz4kOTkZHr27ElCQgIlSpQgIiKCzZs3o9VquXXrFklJSURERFCiRAm6dOlCcHAwp06dAiAtLY2wsDA8PDyIjo6WRvMhPV3kl19+YcyYMVSqVImePXvSo0cPDhw4IKW73blzBysrK/r370+NGjWYMWMGv/76K0uXLuXZs2d4eXmRmJiITCbL8fMsMTGRvn37Eh4ejkKhkPK2b9y4Qd++fQkJCUGv10t9s7KyYsSIESQlJUkDDN7e3gQFBdG/f3/u3r1Lhw4dCAkJkUbzV6xYwdq1a7l37x5XrlzB09MTo9HIyZMncXBwQCaTodPp6N+/P9HR0SQmJpKYmIhSqUSr1bJo0SL8/f3R6XRcuXIl00DGmjVruHz5MidPnmT16tX4+vry+eefEx0djU6nY+jQoQwYMABIH6EdOnQoJ0+exMrKilWrVlGkSBHCwsKYNGkSarU60xeH5y1evJjixYszePBgIPOcnrVr13L48GH0ej0dO3bk888/R61W88UXX0iv69ixY+nWrRtDhgxhypQp1K5dmz/++IOlS5diNBpxcnJi48aNWeYK9ejRg9WrV1OqVCmpL6mpqYwdO5akpCQMBgPjx4+nQ4cOhIeHM2LECOrWrcvt27dZs2YNJUuWBNKD5SdPnjBs2DAcHR3ZvHkzbm5uDBgwgPPnz/PVV19x8eJFTp48iU6nw83NjdmzZyOTyRgyZAh16tTBz8+P5ORk5s6di7u7O4GBgUyfPp20tDRMJhNeXl5YWFgwcuRIatasyZ07d6hcuTILFizA2tqaCxcusGDBAoxGI7Vq1eLbb79FpVJJKVznz59n+PDh3Lp1i0mTJmFlZcXOnTulOxIFTVTJEN5YcnKy9E1w7969L90+449Q586d+eKLL7hz5w52dnYUK1aMY8eOAel/BPMys/zGjRuEhYVhMpk4fPgwDRo0AMDCwiLLH1YAd3d3Dh8+jNFoJD4+nitXrlCnTp1XOd3MFApkyrzd3v4vU1WqhMu0aZT1PUgF/2uU8d6HpqkHV68b2bfsOtu+uYiNgwKHwiA3K0gPQU0YUWKWm5CbTJgAmVwOJhMKmRyzzoxCYYOFhR1Ggxy9/q/XOy0tDa1Wi0GnRmHUYSuX4WRpg60sDbkuBHXiH0SGrycw8DuCH/yP6IczSQr+H4rIRbgmbKCm7iBt5RcZaPeAsUVimVzSwHflrFhepTAbapZkn1sFTjeqys3mNQlvU5eQ1nW416IW/k2rc7phVXzrV2JL7fJ4VS/NN5VKML6sKyNKFqGfqxOdizjQzNGOWnbWlLFS4WShQPEGA+UmwABoTaA2mUgymnhmMBFnMBKbZiBabyBKbyBcm0aIVk+wVo8x+6SVLJo0aQLAzp07sbS0xGg08uTJE77++mvi4uIwmUwMHToUV1dXaaQU0ke3EhISuHbtGocOHaJIkSLMmDGDxo0b8/jxY+kLt16vx8XFhWbNmtG3b18SExORy+VER0djYWHBhx9+SFRUFFqtlvr165OWlobRaOTYsWNYWlqSmppKxYoVCQwMlNo1GAy4uLhw//59KUg0Go0MGzaMtWvXsnnzZq5evUq/fv2kHOdu3bpRunRpFi1ahMlkIj4+ntq1a+Ps7IyzszOtWrVC+efveeHChVEqlXTv3p1ixYphYWHBvn37KF++PDdu3KBYsWJ8/vnntG/fHh8fH4oXL45CoeC7777jyy+/RCaTYTAYMJlMPHjwAIVCga+vL+3bt5euX8ZI34ABAxg6dChBQUFER0dnem3u3r0rBVaHDx/m6NH0FTF/+uknxo4di5OTExEREbi4uBAbG4tOp6Ny5co8evSIKlWq4Obmhr+/Pw8ePKB///44ODgwbNgwihUrhoODAxcuXGD79u3UrFkTg8HAb7/9xrNnz0hKSsLGxgY7OzsqVaqE4c9JzykpKfz444/Y29tz69YtGjVqhIODA5aWlvzwww84ODigUqmoV68ePj4+0jkWL16ce/fucefOHb788ksqVKiAra0tu3btks7VaDQyePBgVCoVy5cvB5BG66OiomjSpAmTJk0iOTkZtVrNvHnz8Pb2Zs+ePWzevJmEhAQA1Go1devWZf/+/bi7u0ttzJ07l0GDBuHr64uLi0u2vwvdunXj8OHD0s+HDx+mW7dunD17lpCQEHbv3o2Pjw+3b9/m8uXLnDlzBhcXF/bv38+BAwdo2bJlpuPFx8cza9YsVqxYwf79+6XzygtLS0tWrlzJ3r172bhxIwsWLCBjDbqQkBDef/99Dh48KAXLAEOHDsXFxYWNGzdKlW3UajV16tSRrscHH3zAnj17OHDgAFqtlpMnT2Z6DXbv3s2MGTP48ccfgfS0nKFDh+Lj48OePXukL1DBwcG8//77HD58GFtbW7Zt24ZOp2PatGksXboUX19fjEYj27Ztk47v6OjI3r178fT0pFatWixevBgfH593JlgGMcIs5IORI0cybdo0fvrpJ1q3bv3S7Z88ecL06dOlEYuM244LFy7kq6++Yvny5SiVyjx9gNSuXZvvvvtOmvSXkdLRv39/evbsSY0aNaRbtwAdO3YkICAAT09PZDIZkydPpmjRojx69Oh1Th2ZXI4sm+oA/3WqypVx7Pse1s3+HEG2SB9Bvnstjohd14kLT5Hyaht2L0e9jiV4cOEMxSpUwcJKgczZEpnMApVCjsysRK80oJTJwGREhgUyhRy9Lg253ojS0hIlFiAHY7IeozotPWnXAhS2NihVShITEomIfERqaioymQyl0oFChdpQ2NkGa2sVKpUKhcIGk0mHTv8UrSYctTqIxGf+aLURaLXhaLURGAzJ2ZytHJXKBUtLVywtXbBUFcVZVZhiSmeUykJYWBdCbl8IFA6Y5TagsEIuUyGXWaCQK7CQyVHJZRjMZrQmE6kGEynG9BHsZ4b0ke74NCPxaQaSDEZSDKb0Ue4/t0kf7U5/TJ/HhVut5HkbK8m4Y3P+/HnpjyTA7du3KVGiRKYgrnr16tIXXkgPtlUqFS4uLnTu3JnFixej0+mwtrbG1taWlJQUzGYzzs7OWFpasnv3biA9jevcuXMYDAY2bNiAhYUFx48fx9bWFqPRiEwm49ixY7i6ukrBtU6nY8aMGSQkJFClShWKFClCq1atOHz4MB988AERERHs27ePefPmER0dTVpaGt9++61UiWLTpk04OzvTu3dvOnfuzIIFC9DpdGS3EO7EiRP58MMP6dWrF5UqVSItLY06deogk8mwsrJi0aJFUhoHpH8Wff/994wePZpq1apRtWpV7ty5w8CBA0lLS8v2trPJZEImkxEdHc3//vc/AO7fv59pm6ZNm3Lr1i127txJUlISKSkpmEwmGjZsiI2NDTKZjKZNm6LX6ylWrBjffPMNNjY2dO7cma+//hp7e3sqVqzIw4cPmTt3LuXKlePZs2dYWVlhb29PZGQk9evXl27rR0REoFKpsLGxoXnz5tjZ2WE0GunZsydPnz7F0tISFxcX+vXrx+rVq9myZYvUj9DQUGlk/tq1a2i1Wuk87Ozs8PT05JdffmHOnDm0bt2a1NRU7t69K23TsWNHnj59SokSJbh69Sqenp60bt2azz77jMmTJ0vvpaFDh+Lg4ICXlxe//54+yTgqKoqQkBCcnJxQKpW0bdsWgFq1anHu3DkAAgICpHk3np6e2ZZBrFGjhjT/JiEhAQcHB4oXL86mTZs4d+4cvXr1AtKD0MePH+Pu7s6CBQtYtGgRbdu2zZLed+3aNdzd3aWUwowUk7wwm80sWbKEy5cvI5fLiYmJITY2FoASJUpQr169PB1HoVDQuXNn6Wc/Pz/Wrl0rTYStXLmyNOKe8be1Zs2aRESkr8par149Vq9eTXR0NJ06daJcuXJA+pegjMGrnj17snnzZpo3b06pUqUoX748kD5hdevWrQwfPhxAukP0LhMBs5Bnn332WbaPu7m58dtvv0k/T5gwAYA+ffpIt1ghvdRbhuxGosuVK8emTZsyPVa6dGkaN26c6bHnJz3Y2dllOm6GyZMnSzPxn99HJpMxdepUpk6dmmn7xo0bZ2rnq6++yuZMsyd/Lt/6v+pVAuQMDkWs6DGuJiorE/sWzqZ68zY4OhYjLSaV8KRIKlYqT6rRiCHNjKMiDZ3chMlsRmkyoQuNhEJF0GplRD2Mw7GYEht7K9TaZ5gxYmPniKVKie5RIkkPE7GwkFOpRHFkFa2Q2VmgtFRJt8pDQ0OJiooiJiaGQoUKUbJkSVxcXChSpCmOhTpgWyI9oLawsE5P89A/RaONRK1+hEYdjEYbjlYbiVYbRnLy9de/hsrCWFoWQ6VyQWVZFAdVEYoonVEqHbGwdEBh64DZohDI7UBuh0z+YtAtx2wmPejOSDH5M+hONBiJ1xuIS0sPtMta5/1Lno2NDcuXL8fPz4/169dLv2+RkZF4enpK23333XesXLlS+veqVauA9ImBBw4c4LfffqN48eJ4eXmh0+kApNG8nj17SmlZ33//PaNGjcq2/m7GpKfw8HBGjx7Npk2b8PHxISAggG+++QaA4cOH06dPHxo3boy/vz9btmwhMDCQZcuW4ePjI1WnGDduHI0bN851ItXzt88h/Ut91apVuXfvHpBeDWTbtm24ubmxefNmli5dyq+//sqZM2ekShxDhgzh6NGj0nGev459+vRh0aJF0nl///33QHq5vvbt2+Pq6ioNKGScs/R+UanYt28fkJ6G8tFHH/H+++/z+++/S5+9mzZt4vHjxxw6dCjX1zg0NJRTp06xZcsWWrRoQZ8+fXjy5AkTJ07MtN2JEydo1aoV169fZ/ny5ZQrV47p06dLaQSQ/vm/Y8cO/vjjj0xzUeCvNAYrKyuuXLkiBaljx47l8OHD0kTw0NBQxo8fT0BAAEOGDJEmjTdq1Ii+fftmmtC9ffv2TG34+flx/vx5du7cKb3WGe83pVIpfQmUy+WZ0lTyks7XpUsXfvvtN2JjY6UAz2w25/h+9fb25vTp0yxbtowmTZowbty4l7ahUCgypeZk9P15vr6+xMfH4+3tjVKppF27dtJ2uaUwvsjS0lIa6dfpdHz77bfs2bMny+8p/JWy+Px18/DwoG7dupw6dYpRo0bx7bffUrp06ddKlXzXJyKCCJgF4Y3JbW0Lugt/O1WVKji+9x7WzVrkOUB+XmPPCtRpW4y7Z09yetM6qjVvTc0W7Xiy8jpOY2vx8KQfZcsWQW+ScUejoJaVJYWURnTaJILSEihs74B9fAxGf3+KdfMg8amOywceUrF+UYpXdECjTib44hWsbO0o2bgGNo6OGBN1aG7Fob0bR9pTNVbVnClfuSgV65cFewUqK0tSU1KJjIokJCSEBw8eSFUbMjg5OVGyZElcXV0pUqQejo4tKVbsr4BaJpOh18eh1Uai1gSjVj9Cq4lAo41Aq41Ar39KDjU80KfFoU+LA26/9utiYeGApWWx9NFulQu2qsI4Kp2ppHTCwrIQFrYOmBUOWCuL5ul4T58+RafT0aFDBxQKBUlJSQQHB0ujRBlsbW1JTU3F2dkZNzc34K8AL+O2q5OTE6mpqfz222907txZSsPKuF2u1+sxGo20aNGC5cuX4+Hhga2tLTExMVhYWFC4cGGpvWvXrkmjXCVLlmT79u2YTCZiYmK4ceNGlvNITk6mUKFCWFtbExQUxLVr1/J0/hnnlUGv13P+/Hl69OgBpOeSLliwALVaTWhoKNWrV6do0azXNjw8HB8fnyx1ops1a8bWrVulLwvPnj2jUKFCyGQy5s2bx/jx41mzZg2jRo3Kcszff/+d3r17U7t2bS5cuEC/fv2oXbs28+bN49mzZ9ja2nL06FGqVKkCpH+JuXr1Knv37mX79u1YW1vTq1cvwsLCKF26NEOHDiUqKor79+/TokULBgwYQOvWrXF3dycxMZHU1FQKFSrEkSNH6N27Nz4+PlSvXp1OnTpl6VuLFi3YvHkzI0eOBNLTR6pXry7dWXiRvb09Dg4OUn6yj48PDRs2lJ7/6quvmD17dqYUg5iYGKZMmcLGjRszHet1Xms3NzcOHjyIp6cn+/fvz3G7bt26MWvWLBISEqS0hpzerwaDAUdHRzw9PXFwcJCqi2SoV68e3377rXT9ExMTcXR0pGTJklKO++3btwkPD8/Sj+TkZCk16OLFi9LvwovCw8MJCAiQapUrFAoWLFjAggUL8PPzy/SFYevWreh0uiy/p7nJ6Lubmxt79+7l/v37lC5dmsjISAICAnBzc+PAgQM0aNCA8uXLExERQUhICGXLls3yGj/vxd+7d4UImIV/rBdHhQuKsnSpl2/0D/emAXKGQi7WeIyricIiDe/5XxNx7zbFKlWhw4djiN96D6uqjqg1agwGQ3rwaNBwIbEI9UpaExCZjJt1AmWt7LmS9AiNOZV23boR/fUsbJs1o9WAHkQEJvLr99cpVc2JOm2b4VDYmoj7dzix6WfsCheherPWFG1UHbmFAu3DRLS34tAeDMaUmgYWcqyrO1OqshNla5eA5haorC3RqDVERaff1o2KiuLRo0fS6OGL7OzsKFWqFMWKFaNIkWo4OTWiaBFLLK1UKC2skMmUpKXFo9VGodGEkKoOktI9NJpw9PonmM2vX6bQYEjCYEgiNfVBrtu1aH4BLLLP1cxgNpsZN24ccrmcY8eOSXXP4+LisgTM/fv3Z+TIkdnmfzo4ONCvXz969OhBkSJFMgWNGWlYM2bMkNKwWrRoQVBQkDRiZ2Njw6JFizIFzM9r0KABJUuWpFu3blSsWFGaUPi8Vq1asWPHDrp27Ur58uXzfMu6d+/efP3119Lko7S0tEwB8/jx41m7dq2UzvGqK/qNGTOG2bNn06NHD+RyOePGjZMCUIVCwZIlSxgzZgy2trZ5SndzdXXlk08+oV+/fhQqVIgKFSpIVYri4uKkPOyMutqQnovr4+ODhYUFRYoU4ZNPPsHR0ZHvvvuO7777DpPJhFKp5KuvvqJBgwb89NNPLF26lJs3b3Lt2rVsA+aZM2cye/ZsPDw8MBqNuLu7M3v2bNq2bcvnn3/O8ePHmTVrVqZ9FixYwNdff41Go6F06dLMnz8/13N98uRJpsVdMhZ7eZ3XeubMmUyaNIm1a9fmOOkP0ifBpqam4uLiIr3Xc3q/hoSEsHDhQuRyORYWFtIdkAzOzs7Mnj2bzz77DJPJROHChfnll1/o3LkzPj4+dO/enTp16khpDs/z8PBgzJgxeHh4UKtWrUxVV56/Hi8u7jN06FC2bNnCkCFDaNSoUaaR7I8++ohnz55l+3uakxffO7169SIlJYXy5cuzdetWZsyYQaVKlRg0aBCWlpbMnz+f8ePHS5P+nn8fPu/F37t3JY9ZZs4uSUsQhDzThYTwqHPOpez+iVRVq+L4Xp/0FIviJZFbKIgJfsbjm3FEPEjIc4D8vGbvVaRWS1dunvydM9s2YNDrsLKzZ9SKX0g9E0XKqXAKT3HjxIXTODo6Ur26DI0mjBuqzihlkBaloVU5G2yu/IS24Yecib3GibCTzGkwi+RDh3m6fAXF5n+PTaPGPLgcw8V9QchkMpr0qkDZWg7IFXDr5O/cOHYYlbUNbl08KFezPjaFCmGI16C+FYv2bjxpESl/DQLLwbKyE1bVnLEoZQeOCpTWluj1eqKjowkJCSEyMpKoqKhsR85eZGVlJQXULi4uODoWwsHBEktLFUqlFQqFJWlpz9DqotBoQlGrg9Bowv5M+QhHq43CbH7zhXLatL6FQpH7LdALFy7w448/Sgt+vCi7ygCQNW0i4zb789asWYOvr6+0AEX//v0ZP368lKr1+PFjJkyYwN69e7lx4wbz5s1DrVajUqnYsGEDt2/fltIa1Go13333HYGBgRgMBsaNG5dtebEX25w0aRJ3796VgrQyZcowb948ChUqlG1VgDp16tCpUye0Wq0UmAYFBREaGkpYWBglSpTgyy+/lHKpnZ2dmT9/PiVKlMh2ldQXpaamMmfOHOnL2Lhx4+jcuTNnz57Fy8sLvV4vBZK2traZ0kXatWvH7t27cXZ2JjU1FVtbWwwGA++99x5xcXEUK1aMZ8+e0bBhQ+bNmyf1p02bNkydOlXKHw8PD2fMmDH4+vpKx69Ro0a2C01NmzaNNm3a0KVLl1yrH/Tq1UuqV71s2TIqVqyY6/suu9cpu9fj3r17PH78mPDwcNRqNSaTiR9//JEZM2YQFhaGtbU1s2fPplq1anh5eREeHk5YWBhRUVFMnz6da9euSRPzVq9ejVKpzPE8Fi9ezIkTJ1AoFLRo0YKpU6cSHh6e7Ws9bdo0LC0tuXv3LnFxccybN499+/Zx7do16tatK6Xd5PS6Pm/IkCFUrVqVy5cvYzQamTdvHnXq1OHGjRs5LhZ29OhR6Xro9XqCgoIoVaoUvXv3pnr16qxfv55Zs2YxYMAA5HI5zs7OzJo1iwsXLkjv0Vf5vXB3d8+UZjR37lz27dtHtWrViIyMZNiwYVLlrJUrV7J//36cnZ2lhXJy+51414gRZkF4Q8psbsH+0+QUIN8JiCVyxzXiIl49QM7gVNyGHp/WBDT8OmcmUYF/TV4aOv9H0h4lk3IqHIviNljYWXLjxg169uyJVnuHxGeXqVbOk4HXH3HavSrjtweweuDnWG/qScv3d5KapqbrwV5s77CBsvXrE/bJaJDLKbt0OZXnNOP68TDO7AzkxCYjZWs54969DXU7diMhKoKrh3w4vu4nzGao07ELNZq1oXDTmsjlcrSBCWhuxqENTEB3P/0/iRxU5QtRtJozxSvUx1y/EUobFUajkZiYGEJDQ4mIiCAqKopnz55luhZarZaHDx/y8OHDbK+VUqmkZMmSFC9enKJFXXF2rkYxVyusrVVYWFhiYWGNwZCCTheDRhNGqvohWk3Ynykf6bnUJpM222NnkMlUyOUvz2EODAzMdrQWyFQZwGw2M2bMGC5fvpzjLdbnnT59mhMnTrBr1y6pprGjoyN2dnbSrXtvb2/69OmDXq9nwoQJLF26lDp16pCSkpJltGn16tU0adKE+fPnk5SURL9+/WjWrFmmXM7s2gSYMmUKs2bNolGjRixfvpwff/xRSo/IqApw+vRpfvzxRzZs2MDnn3/OrVu3pDkOXl5eBAUFsW3bNqysrBg9ejS9e/emd+/e7N69mzlz5ki53C+zatUq7Ozs8PX1BdLTM+Lj4/npp5/45ZdfsLGxYc2aNfzyyy+55sL++OOPnD9/HrVaTWxsLMeOHcPe3p6hQ4dmuXYVK1aUStuVLl2aQ4cO0bVr10zb3L17N9uFpjJkVD/YsGED5cuXZ8qUKWzbtk2azOXk5MTevXvZunUr69evz7UOcU6vE2T/emQEiPv375dGxWvUqMGqVau4cOECU6dOlfKdQ0ND2bRpE0FBQQwYMIAVK1YwZcoUPv30U06fPk3Lli2zPQ9PT09+//13jhw5gkwmk85/zpw5Ob7WSUlJ7Ny5k+PHjzNmzBi2b99O5cqV6du3L3fv3sXV1TXPr6tWq8XHx4fLly8zY8YMDhw4QIUKFXJcLOzOnTvS9Xhx3oGfnx8ApUqVYuDAgZm+xF24cEFq81V/L16k1+tZt24dKSkpdO3alUGDBnH37l3ptUpLS6NPnz45fr68q0TALAhvSKZSIbe1wZSqLuiu5Fl2AXL0o/wJkJ/XckBlqjdz4frvhzi7YxPG50r99fvfPCxNVjzZmT7hyqF7eW7fuY1Op8Pe3haNNpz4+LNUrqYiTKsnRKOjegkHDt+Lp2uPZVj/3JouY86Sok+h7f4uLGm5mHb79hI1YwahfXph3aABNb9fRO02zbi4/xF3/ogk5FY8FhZy3LuXo/nAEbQfMZZAv/NcO3qQqwf3AVC8SjXcOvegXGc3nPtXIe2p+q/c56hUMIE+6Bn6oMzBsLK0PU41CuNStjYNatfHwib99veTJ08yBdEJCQnZVl+A9HJ4jx8/5vHjx9k+r1AoKF68OMWLF8fFxQXnwh0oUsQGGxslSqUlCoU1JpMWne4JGm046tQgNJqQPycmRqDVRqJUFsJo1GFhkffJQS86d+5ctpUB8hIwX7hwgT59+mRZgKJfv37s2bOH6dOnc+jQIX799VeCg4MpWrSoVPrRzs4uy/HOnj3LiRMnWL9+PZAewEVFRWUaycyuzeTkZJKTk2nUqBGQfht4/Pjx0j7ZVQXITrt27aRA9MVqCxkT+vLiwoULLFmyRPq5UKFCnDx5kocPH0q3rtPS0l6aYpAxofnYsWMcPXpUSmXp1q1btu+rrl27cvjwYUaNGsXhw4ezLC1dunTpLAtNPS84ODjX6gcZKRu1atWSKlfkdg2ye29Azq9H8+bNpe38/f2l69+0aVMSExOlOz8ZpQGrVKmC0WikVatWQPpS4eHh4TmexwcffIClpSUzZsygbdu2tGnTBsj9tW7bti0ymYyqVatSpEgRqlatCkClSpWIiIggOjo6z69r9+7dAWjYsCEpKSkkJSWRmpqa42Jhz1+P1/GmvxcODg6MHj0alUollWWMi4vj6tWrtG/fHktLSywtLaVqJf8kImAWhDdk0mpRliiJ7s9asO8iy2rVcOzTB6tmLd5qgJyhcClbuo+pgdGQys5vphLzKPOIastBwylZoToxy66CIb0EnEUZOy6uvwiAnZ0l0TEx6PVPSTOZKGWlYkFIDEualaPxvOO0mdYc61p9sP65DX1H/0FyWjJfnplEjwo9+G7+PGybNyfmuzk87tgO+27daDzzKxp0LsvZXwMJuvqUiz6PuOjziMKl7GjqWYv3ZjRGp04l4Igvt08f55BXelkplY0NdTt2o1qTVhRpUQsZcrQP4tMD6MAEzNq/8o3TwpJJC8tcds6iuA32NQrjVr4a9arXQWGjRC6XExsbmymIjo2NzTGIfp7RaCQ8PDzbiUCQPhvdxcVFqvRRuHALnJ07YWOjQqlMH6EGE0aj/qVtVa5cOVP1m+flVhngdXXu3JmVK1fSpEkTatasiZOTE0+ePMnTvitWrMg2j/NNZFcVIDtvc3a/2WymefPmmQLp/NatWzfGjx9Px44dkclkWXJms1to6mX5xc/LyJt+2XV8mZxej7xe/+f3z61axossLCzYvXs3Fy5c4MiRI2zZsiVLNaec2pLJZJkWxJLL5RgMBuRyeZ5f1+wqTuS2WNjbrjaRl9+LFxcBy6jV/U8nFi4RhDdlNqN8bvb2u8CyWjVcZ8yg7IFDVPC/Tumdu0lt2B3/gDT2Lb3G/31xmv3Lr3HjeDixr5GPnJs2g6vw3uR63D37Gxu+HJ0lWK7cuBnu3XoT+8stTMnpgZtD+7IkJiRIdX0tLZV/VpQAnSGVqrZWHIp9RhrQqYYrw7fegtbTQK7Aen1XPqwxjKE1hnLg0QG6HeyNqVMLyu31RlmqFMmHDhHcvAnqdStp+35lBn3ViBKVHQGIC0/hwMqbrP3yIgG/x1Onw3uMWvkL782YTYX6DUnTarnss5vN0z9n2fA+/LpoFmHq+9h0LUmJ/zXB5bN62LcphbJY9qO1hig1ycfDiFt7m/gFATz9+hJxy65hfU1LnUKV6NK6EyNHjGDmzJmMHTsWDw8P6tWrJ9UYflVms5mYmBiuXr3KkSNH2Lp1KytX/h+LFq1k3rwlzJ49l99/P4XJ9PKUjICAAG7evEnLli3x9PTk+vXr0kptLVq0YM+ePdJM9piYGOLi4vLUx2bNmuHt7S1NkMu47W5paUmLFi345ptvpHKUsbGx3L17V6p8kZKSkuWPb4sWLdiyZYv0hePOnTt5avP5ygxArrP2M2TM3vfz8+Pq1atZns+otgDppb+cnZ1Zt25dpm22bNnCli1bsu3jzz//LE0ovHDhAidOnODq1avs37+fq1evolarCQ4OzrWPGerUqcPly5dJSEggLS2NI0eOkJKSIh0/Q5kyZZDL5YwaNUoaVXxedgtNPe/56gfw8uvo5+fHrl27mDJlCgDTpk3jyJEj0jXI7r2RFzNnzqRSpUpSlQs/Pz+cnJyyvSvxvPDwcCIiInI8j9TUVJKTk2ndujUzZsyQ6mG/+Fq/WGc5N/Xq1ePq1atSW7m9rhklAffs2SMt/Z7XxcJyqzaR03PPnj0jLi7ulX4vsnPs2LFMqWf169eXVhFMTU2VKoE8//rnhZ+fH5988gkAx48fZ82aNa/ct9clRpgF4Q3JlEqUJUsUaB8sq1XD8b33sGrWAotiJZD9OYJ8+88R5NjnJ7K9JS5l7ek6ujpp2iR2fDWZJ4+zLgbjVLwk3T+dQoJ3IGnhf02SUzYowvHjf41mWlgo0en+HF3UR1DV1pHf45LY+TSBsW0r0XX5mfTUjH4bkf3cEutNvRg3zIeUtBS8A71p49OZZa2W0sZnH1HTppP8++/ErV1L3Pr1uM6cSY+x/YgJTebMzkDiI9P/aNw6HcGt0xHYFFLRtFdFOo+ZmD5R8MRRrh87QmJ0JOG3bxJ++yYAlrb2uHXuTtXGLSnSpg6YQHsvHs3tOHSBiZj12Y++GOK0pJwOJ+X0X4/JHVRY1ypCjYplqd6iCnJbJUqVkoSEhEy1op88efLGozXW1tbSqF9OAgICOH36NIcOHWLRokXcvHmTKVOmULZsWWbMmEG5cuVeqZLF81q1asW9e/d47733UCqVtG7dWqo17OHhwe+//y7d9rewsKBGjRrMmTMHrVYrLRf9vLFjxzJv3jx69uyJ0WikdOnSWWqz59Tmq1ZmaNy4MWvWrOHLL7+kadOmlC1bNtPzs2bNYvr06axbtw5nZ+csq7sBPHr0iPr162d5fMyYMdJt9p49ezJu3DjmzJnDhQsXmDJlCmazGScnJ7744ossVUqy4+Liwrhx4xg4cCD29vZUr14925q+kD7KvHDhQj744IMsz+W00FSGV6l+AHDp0iXCwsKyrXyQ23vjZebOnUtiYiIzZszAw8MDa2traYJdbiIiIrC1tc32PPr160dKSgpjx46Vrt20adOArK/1q4y6Z2z/5ZdfotenDxrk9LpaWlri6elJQkKClLaR18XCqlatilwup2fPnvTp04fq1atLz+VWsaRYsWIsXLgwz78X2Tl27JiUvgLpX+DatWtHz549KVy4MFWqVJEquLyu9u3bS0u5/x1ElQxByAdxmzbzZN68v629nALkxzdjibifSFzk2w+Qn9d+WDUq1i/MFV9vLnrvwJTNrToLlRWjV25Efy2BZ4f+Gk1RVShEoWFVWbRokRQMzpo1lfPnW6NPi6N6tQVctWjPyNshqORwt2ktBvx8gTtRSdya0RLr84uQnV8BFduiHbidWee/4sjj9BELz4qefFN/Osn7fYmeOw/+zPWT29hQbOFCbFu1Ifj6U857B5GSkDWYKFenMA26lqFwCRsSIsPxP+TDA79zGLIJPMrWcaNux26UrlIbSzsb9FEpaG7Gor2XgOHJq+e3y20ssKpVGKtKTsiK5bzgSsbKdXk1ePBgKleunOs2R48exdvbm9WrV2d57tatW3z//feo1WqcnJyYP38+Li4uhISE8PXXXxMfH49CoWD58uWULl2ahQsXcubMGWQyGWPGjKFbt274+fnx448/4uTkxIMHD6hZsyaLFy9m/fr13L59mzt37mBtbU2DBg0ICwvj559/znNlgBIlStCpUyepUsbEiRPp2rVrpsoZfn5+eHl5YW9vz4MHD+jatStVqlRh06ZN6HQ6Vq5cSZkyZYiPj+frr78mMjISgBkzZuDq6pqlwkBSUhI//fQTaWlpODo6snjxYooUKYKXlxehoaGEhoaSkJDAyJEjOX78OCtWrGDZsmVZrsvzlUUyJmxlV9GgQoUKWfrVoEEDLl26JE2qk8lkbNmyJdMIa3h4OCNHjqRmzZrcuXOHypUrs2DBAmmBj4yqGwcOHODnn3/GbDbTunVrJk+ejNFozFIto127djlWN8muQoalpSUDBgxArVbj4uLC3Llz2b17N3Z2dty6dYunT58yefJkunRJrzqUXSUWtVrNF198QXR0NCaTibFjx9KtW7eXVvXITnh4eJZru3v3blQqFXfv3qV+/fp07949x/fdiRMn0Gg0hIWF0aFDB6ZMmZLtdRo+fHiOFS8ygvzsKnts376dIkWKUKlSJa5evZqpQktOK+OlpqYyduxYkpKSMBgMjB8/ng4dOhAeHs7HH39MgwYNCAgIwNXVlVWrVmFlZcWtW7eYMWMGkJ4DfebMmTxVt5k0aRK7du2SSi6WLVuWhQsXcvfuXUaPHo2dnR329vZ4eXlx8eJFtm3bhslkolSpUkRFRTFnzhw2b96MSqXi1q1bpKamMm3aNNq2bYtOp+Obb77h1q1bKBQKpk2bRpMmTTJNZPT29pYm4R4+fJiVK1cil8uxt7dn69ateHt7c+zYMTQaDSEhIXz00UekpaXh4+ODSqVizZo1r5TvLUaYBSEfWFbM3/zJLMfPaQTZP5aI+9f+9gA5Q7GKhejycVW0KQlsm/klsWEhOW47dP5yzDF6nh3OfOvRvktZAgICpGBZqVQil6vQp8UDkPjsKtXLpk980ZvgYlIqo1tVZNz2AD7cepsdH06H+wch6CRW3qP47r01qA1q/gj/A58gH65EX2Fbl18o36AB4aNHkxYRiUmtJnLcOCxcXSm+bDmDv23CrT8iuHLoMTr1XyO4j2/E8fhGHBYqOe7dytFi0Eg6jBzLg4vnuXb0ANEP/6p3HHIjgJAb6RMYbRwcqde5B1Ubt8ClfV3MaSY0d+PR3olD9zARc9pf9U9zYlIbUF+KQX0p5q8HreRYVy9M+SpFqVi/DNhboLKyJCUlhcjISCmIjoqKynE0MbuFNV7UvHlzVq5cSefOnWnatCndunWjUaNGpKWlSdUAnJ2dOXToEEuXLmX+/PlMmjSJUaNG0bFjR3Q6HSaTiaNHj3Lv3j18fHxISEigb9++0q3rO3fucPDgQVxcXBg0aBAffPABz54949mzZ2zevJmyZcvyxRdfSH3Ka2WAS5cusWHDBjp06EBycjIBAQEsWLAgyzneu3ePQ4cO4ejoSPv27enXrx+7d+9m48aNbN68mZkzZzJ37lyGDRuGu7s7kZGRjBgxgsOHD2epMPDs2TN27dqFTCbj119/Ze3atdJI5P3799m1axdqtZrevXuza9cuTp06leN1eVF2FQ0mTpyYbb/Wr18v1UtOTU3NstIepE/Smzt3Lg0aNGD69Ols27YtU2mvmJgYFi9ejLe3Nw4ODnz00UccO3aMYsWKZamW4eDgkG11kwzZVch48Vx2797NkydP2LZtG48ePWLMmDF06dIlx0os8fHxuLi4SLfik5Mzzxt4WVWPl13b3bt3ExMTw44dO1AoFKSkpOT4vrt79y779u2TViIcMmSItHx2du1nV/HCy8srx8oeGo2Gr7/+mgYNGmQKDnNjaWnJypUrsbOzIz4+ngEDBkijsCEhISxZsoQ5c+Ywfvx4fvvtNzw9PZk+fTpfffUVDRs2zPZ3BXKuYNKxY0f69+8PwNKlS9m9ezdDhgyhXbt2UtlBSF+cxs/Pj4cPH+Lv74+bm5tUJSMiIoLdu3cTGhrK0KFDpQV9ID3dJSgoiBEjRuQ4pwLSq8ysW7cOV1fXTNc8MDCQvXv3Sl+6Jk2axL59+6Ryfzl9mcqOCJgFIR8oS+Xv4iWW1f8MkJtmBMhyoh8lFXiALJFDxw9rUL6OI377fuXSvl8xm3IOAnt8MQ17G2di/i8gc7+t5FgUt+HSvkvSQ0WLFsVgSCFjw/j4P2hY1RLZn4/8LzCCk+5VKWyrwi84niP34unSbyOyn1vB3f1YHbBncY8fGHd8HJeiLxGRGkFrn054tV5Oy/37iZw8hZQTJwAwxMQQNmggljVqUGXxEmrMa8aVQ4+5cSIco+Gv8zHoTVzc94iL+x5RpLQdTXrVpu/MJuhSU7h6xJc7f5xAk/RX1Qx1UiLnf93C+V/Tc1UrNmhM7fadKdWrBoVtq6OPSP5r9Dn2FRa70JrQBDxFE/D0r8f+XHCldBUnytUume2CK5GRkURHR/9ZgeTlt0FtbW3x9vbmypUr+Pn5MWHCBCZOnEitWrV48OABH374IQAmk4miRYuSkpJCTEyMNIM+I1Dz9/ene/fuKBQKihQpQsOGDbl58yZ2dnbUqVOHYsWKAVCtWjXq169PlSpVmDNnjjTxrGfPnuzatQtID4zyUhmgUaNGfPvtt8THx0urlT2/wEWG2rVrS4tPlClThubNmwPpVRMyym+dP38+Ux5mSkpKtnmf0dHRTJgwgadPn6LX6yn13OdB+/btsbKywsrKisaNG3Pz5s0cr0tGNYWXyalf9evX5/vvv8fDw4NOnTplqesLULx4cRo0aCBd382bN2cKmG/evEmjRo1wdnYG0tNkLl++zNixY7OtlpFddZMMea2Q0aFDB+RyOZUqVSI2NhbIuRKLu7s7CxYsYNGiRbRt2zbLF42XVfXIiy5dukhLRuf2vmvatKn0+1SxYkUiIiKoXLlyju1nV/Eit8oeI0aMkF6rvDKbzSxZsoTLly8jl8uJiYmRrmmpUqWktIyMKhdJSUkkJydLecqenp6cOXMmy3FzqmCSsex8cnIyqampOV7vwMBAoqKiMJlM2NraZlrkqGvXrsjlcsqVK0fp0qV59OgR/v7+UopQxYoVKVGiRK75+25ubkybNo2uXbtKn0OQnkaVcZfF3t5eWpimSpUqUj56XomAWRDygbJ4cbCwgNfML33nA+TnlKjsSOeRVUhNfMqW6d8QH5F9xYYMDXr0prJbE2JWBGDWZU7VcOxcnujoaOLj46XHXFxc0Ov/+lmni8JgMlHSUkm4Lo1grZ5QjZ7BTcqw4vhDPt1xPT01o8mnyC54wbWtWFs58GN7L0Ye/ZgbsekTxj47PZ4+lfowa/FCkvb6EPP991KKhu7OHUK6dcG2TRvcZs/BrWMZzu1+yINL0VkmRMaGpXDAKz2PuXabUtTt2JcWA4YQducmAUd8eXz9apYvD0H+fgT5pwdhtk7O1O/Sk8oNm+HSsSxmnTF99Pl2HNpHz8Dw8tHnTAwmNDdj0dyM/euxPxdcKVbNmVLVGkJjJUprFYY0AwaDQQoGcqNQKKTVNKtUqcK+ffuoWbMmlStXZufOnZm2zcuiLS96cSb9yyoovEplgIwljg8ePJhj/uWL1Quym/1vMpnYtWtXtiO1z5szZw7Dhw+nffv2UrpJhherHOSHnPo1atQoWrduzenTpxk0aBBr167NslBIdlUX8iKnahnZVTfJkNcKGc+/Fhlyq8Ti7e3N6dOnWbZsGU2aNMlUv/hNq3pA5vdTbu+77N7DubX/qtf+dSpe+Pr6Eh8fj7e3N0qlknbt2kl3m17sb053oV7FtGnTWLVqFdWqVcPb25tLly698nav+5583uzZs7l+/TqnTp3ivffeY8+ePUDW3/M3qdoiqmQIQj4w6/VYVauW5+0tq1fD9X8zKXvwMBWvXqf0jl9Jrd8V/yt6vJcEsOaLP9KrWJwIJ+5vmLCXJ3LoPKomPcbV4MqBX9k8dfxLg+VSNWvTasBw4jbfwRifdUENi9pOnDt3LtNjzs7O6PSZy4npDGqq2P41SWhhSDQfNS+PhVyGyQQfbbsNbWdA4T+Dg4s/YX12KWs6/kxVp79G7bwfetPj8HvIurej/J7dWJTIPFkz9dQpHrdqQeKS+bTsU5bB3zahTA3nHM/v5qlwtn3jz+avLqHTlqDr2EmM/b+ttBz8IY6uxbPdJzUhnjPbN7D+y1EsHdqLQ+uW8tQyEoe+FSj5dVOKjKqNbZPiKJzfYDlYE+juJ/DMJ4i4H28QN9ef6K8uoPd7ijIP4ySPHj3KVLP37t27lChRgvLlyxMfH09AQHrqSVpaGoGBgdjZ2VGsWDGOHTsGpC9coNFocHd35/DhwxiNRuLj47ly5YpUUzk7FSpUkPKzAakKAZDnygAAffr0YePGjUB67dvX1aJFCzZv3iz9fPfuXSBrhYHn+7Zv375Mxzh+/Dg6nY6EhAQuXbpE7dq1X/m6vNheTv0KDQ2latWqjBo1itq1a2c7IhcZGSm9fgcOHMgygplRXSM+Ph6j0cjBgwdp2LBhjtUysqtukpvcKjc8L6dKLDExMVhbW+Pp6cmIESOyVO3IqZ85VSd5WX9e5X2XW/vwV8WLK1euYG9vj729Pe7u7nmq7PFiP2/cuCFVGnmxv4ULF0apVHLx4sVca4hDet1ke3t7qSpGxsI5L8qpgklqaipFixYlLS0t074v9jen7QCOHDmCyWSSVs0sX7487u7u0nbBwcFERUXlWjoyNDSUunXrMn78eJycnKSKS/lJjDALQj6QKZVY16+P9s9lbV9kWaN6eh3kpi2wKF4CmUJOdNAzbl+JI+JBAHGRqe9GUJyDUtWd6PhhFZJjo9g8dRYJUZEv3cfWyZn3Jn/Ls8PB6F5Y5APAqmZhTHIzDx48yPS4k5MTOu0LK+Hpo6hia8eJ+PR8xQOxz5hfsSSdaxbj4M0oLj6K57f7CXTuuwHZmtZgNsHphdioHPily3oGH/yA4KT04CEiJYJWPh1Z2caL5vt9iJw8mZSTpzI1l7h9B4nbd1D0yy/pPHIY8dEa/tjxgKehmfMlM6gT9RzfkB60lK9bhAZd2+HWuQfxEWFcPbyfBxfPYdBnP5rz4OJZHlw8C4B94aLU79aTyo2b4tqtPCZNGtrb8WjuxKELfgbGN3iTmEBhr0Ru+fLR5W7dumFlZYXBYJBq827YsAGVSsWKFSuYM2cOycnJGI1Ghg0bRuXKlVm4cCHDhw9nwoQJ2Nvbs3PnTjp27EhAQACenp7IZDImT55M0aJFefQoawUVSA++Zs+ezahRo6RJfxl/dPNaGQCgSJEiVKhQIdslsvPK29sbS0tLbt26hYeHB0ajEXd3d2bPnp2lwsC4ceMYP348hQoVonHjxpnqZFetWlWqcjBx4kRcXV1zvC451dd+sb2ZM2cye/bsLP3auHEjfn5+yGQyKleuLC3O8bzy5cuzdetWZsyYQaVKlbJUtHBxcZFypDMm/XXo0IF79+7lWC3jxeomucmtOsPzWrRokW0llpCQEBYuXIhcLsfCwoJvvvkm0345VfXIqTrJy/rzKu+73NqH9Pd3r169MBgMzPtzkvi4cePyVNkjo0KLp6cnn3zyCXK5PNtKIx4eHowZMwYPDw9q1aqVp/rk8+fPZ8aMGchkMik16UU5VTAZP348/fr1w9nZmbp160q/r926dWPWrFls3ryZFStW5LgdpKcJ9e3bl9TUVL799lssLS15//33+eabb/Dw8EChUDB//vxs70RkWLhwISEhIZjNZpo0aUK1atWkL5L5RVTJEIR8kvLHH4SNSq8PmVOA/PhmHBEPEt75ADmDXA5dRteiVBUHzu7YxNUjvuSlaLNcbsHoVRsxBmlI3J39gi6Fv6jLpfsBnDx5MtPjw4cPx2TeT3DwcumxGtV/4KK8NWPu/DWp8KuKxWljYUW3FWelvt6a0RLrcwuQXfjrlrjJYwXPavZk4IGBRKZmDvT7Vu7LTLfJJP26h5iFC7NPqVGpKD53DraduhJ+L4Gzvz4kKQ95xxYqOQ17lKeyuxNWtioeXDjLtaOHiA568NJ9M06oWrOW1GrTieLlqqC0UqELSUJzIxbt/QSMz179dmqxqQ2xcHr5yLWbm5s0ChkXF8fEiROpX78+n3/+ea77ZVRqyEvKx9uk0Wjw8PBg7969r126Kq+TrARYt24dycnJmSZpvms++eQTvLy8cg263qbnq5DkhwULFuDp6Um1V7izKbwZETALQj4xajToImP+0QHy88rWLkz7oZVIjA7n4IqFPHsS8/Kd/jT4uyU4WRfn6U/XwZT1xOV2SopObcCKFSuyzHIfN24UT2NXEhm5Q3qsZIn3kZeeQatLf03SUMnhbpNa9P/5Arcj02dFN63ozLZhdZGtbg7xf41iGvttIL58cwYcGMhTzXMT5oDS9qXZ1v4XrKISCBszFkNUVLbnJHdyosSSpVg3cOe+XzQXfR6hTclbObeiZexp0qs8ruVt0SYnEZAxUTA55xn8LyrkWpwGXXtS0a0xdoULY0pJQ3M7Fu2deHQhSS8dfZZZW1BiZmNkFi/PxHs+YAYICwujb9++XLx4EZPJxOLFi7l06RJ6vZ7BgwczcOBARo8ezenTp6lSpQqffPIJTZo0ybb0mZeXF5GRkYSHhxMZGcmwYcMYOnRojuXCcipj97xp06ZhaWnJ3bt3iYiIwGw2U7JkSVJSUqhbt640anf27Fm8vLzQ6/VSfVlbW1tu3LjBvHnzUKvVqFQqNmzYwNGjR7MtGwbw9ddfc/PmTXQ6HZ07d5a+SGRXSq1ixYr5Vv5q06ZNUvWGSpUqZVnGuiB8+umnhIaGsnHjRmmioJBVfgfMwt9PpGQIQj4xypTcDYTAbe9+ikVu5BZyuo2pSfGKdvyx9Reu/344T6PKGdp/NIaixcsRs9Q/22AZoFD38oQ8DskSLANYWSnR6zLnMMfFn6NB5cwTnPQm8EtWM7p1RT7bnh7cXQj6MzWj38a/UjMAxa/DcfrAm81dNzPw4EASdYnSccKSw2i9rxMr23jR1Hc/kRMnkXL6NC8yJSQQ/uFwVBUqUH7JMqrMbUrA72EEHA3BoM99ot7T0GR8V9wAOdRpXYq6nfrRYuBQwm7f4OoRX0KuB2A2536MZzFRnNjwMyc2/IxcbkH1Vm2o1aoDru9XQWGpRBf8LL3yxv0ETElZl762LO+A2WDKU8D8otKlS2M0GomLi+P48ePY29uzZ88e9Ho9AwcOpHnz5qxevRo3NzepJFZOpc8gPSdx06ZNpKSk0LVrVwYNGsSZM2eylAvLrYzdi5KSkti5cyfHjx9nypQpzJkzh8qVK9O3b1/u3r2Lq6srP/30E7/88gs2NjasWbOGX375hVGjRjFhwgSWLl1KnTp1SElJkW51Z1c2rHjx4kyYMAFHR0eMRiPDhw/n3r170khfdqXUnvcm5a/WrFnDiRMnUKlUuZZL+zutXLmyoLvwj/B8zrnwzyQCZkHIJzKZjOQ4LXERL5/Q8q6q4FaEtoMrERf+mA0Tp5Ac+/TlOz2nRuv21GnTmSerrmNS51wxRFG1EOd3Z19TU6lUotNnblerDcGMmeKWSqJ0f43q/u9hOCcaVMXZVkV8anqQOHb7NW7PaIlVk7GZUjMstvTBZcTvbOqykfcPDSYl7a/KDiZMjDn1Kf2r9GfGsiUk7vyVJ4sXZ5uioX/0iJBePbFu1Ija8xdSt21zLuwL4s65KMw5fEF4riFunAznxslwbB1VNO1dka6fTkYmN3Pz+BFuHP+NZzEvn6xiMhm4feoYt0+lT7IrXKoMbl09qNCyIY49K2JM0qO5HYf2Thz60CQwgVUVJ2SqN0+VOHfuHPfv35dqoiYnJxMSEkLp0qUzbZdbSbbWrVujUqlwdnbG2dmZuLg4qlSpkqVc2IMHD7ItY5edtm3bIpPJqFq1KkWKFJFKtFWqVImIiAiio6N5+PChlLOblpZGvXr1CA4OpmjRotKku+cnXGVXNqx48eIcPnyYXbt2YTAYePr0KUFBQVLA/LJSam9S/qpq1apMmjSJ9u3bv1F+tiAIr04EzIKQT5SWCsrXLcrtMy+fEPeusVDK6f5pLVzK2XJq41punsi5QHxOXMpXpPOIz4jfeR9DTM4r29k0ciXNmJZjTU2FQpVlhBlAY9BQxcYqU8D8SKMnTKNncOMyeJ1ID85MJhix/Q5bh82E+4cypWYo13WkxJizrO+8nmFHhqExZM5F3vVgF5eiL7Gl9zrKNWpI+JixGGKyT0XRXLrE4/ZtcPDsSZOpM3HvWo4/dj0g+Fpsttu/KDVRz7Ff/pwoWK8IDbp2wK1LT+LCQ7l6yIfASxdynCj4orjwUI79X/pIn9zCglptO1KzRTuK1q+KQqVEF5SIqowDMvnrlTgLCwtDoVBQuHBhzGYz//vf/7Jd9vl5uZVke7G8lcFgoHz58lnKhXXs2DHbMnbZyTimTCbLUkrKYDAgl8tp3rw5S5YsybRfbrVYsysbFhYWxvr169m9ezeFChVi2rRpmcpzvaxs1ZuUv1qzZg2XL1/m5MmTrF69Gl9f32xrTAuCkP9EWTlByEclKju+dlBSUCq5uzDs+0aYjVH8MmH0awXLljZ2DJy1gOQ/wtHeic91W+tWJbhw4QLZTZ9QKBQoFJbo07IJOvVRmUrLZVgUGiOVmMtwPiiOY/cTMPfbAC/U9LRc3YryKPm5w2pU8qwTgB4nPabVvo5cs4unwgFfbF8SGCb57Ce4WWPUG1fT4YMqDJjZkGIVC+W6z4uCr8Wye34A66deIOqRilaDP2Hs2q10HvMFrhVzX8b6RSaDgRu/H2b715NZMaIvW/73BeHJ9zErXi9HKGN56MGDByOTyWjRogXbt2+XFnAIDg5Grc76BSmn0mc5ya5cWE5l7F5HvXr1uHr1KiEh6RNH1Wo1wcHBlC9fnqdPn3LjRnq97pSUFGnVyeykpqZibW2Nvb09sbGx/PHHH6/Uj9ctf2UymYiKiqJJkyZMmjSJ5OTkbK+7IAhvh/hqKgj5yGQyU7KqI+F3Ewq6Ky9lYSXH49PaFCllw/H1P3HnjxOvfayh36/A8DiF5ONhubdZ2AqLQpaZJpQ9r2jRohiMaszmrCNzevU96tpnLXm0/2kicyuUoFNNVw7d/Cv4+CQjNaPxWGQXn8uzNJuwWtWU6p9fxaudF58e/xSDOXOAZMLEqJNjGFh1INOWLyNxx06e/PAD5FLoPu7nn4lbtw7XWbPo+VlvooOTOLMrkISovAc1Bq2J83uCOL8nCJdy9jTuWY/+s5qjTnpGwJED3D3zahMFAZ6GBBN25xbl6uZ9xTCtVounp6e0yImnp6eUFtGvXz8iIiLo06cPZrMZJycnVq1aleUYOZU+y8mDBw+ylAvLrYzdq3J2dmb+/Pl8+eWX6PXp6TtffPEF5cuXZ+nSpcyZMwetVouVlRW//PJLjsepVq0aNWrUoGvXrhQrVizbUmW5ed3yV0ajkcmTJ5OSkoLZbGbo0KE4ODi8UtuCILw+USVDEPKRyWQm8EoMx9bfefnGBahqk2K06FeO6If3ObJqCamJrx/gvzdtNiVLVOXJj9cwp+U+cc15WA2CTdGZls99Xu3atenatSEXLrbN8lypUsMwlZhE28tZy7J9U7E4LRRW9PA6m+nx5hULs2VYnSxVMwBQ2qAZH8DZuJtMPDURcw6zNCsUqsDmtmtRhj9JT9F4kjVd5EVyOzuKL1qEdbOWPAp4woV9QaQmZp2IlydyqNu2FLVauWLnZE3orRsEHNlPyI1rL50omOGD+ctwrfDyBTyePn3KvHnzuHnzJg4ODhQuXJgZM2ZQvnz5HPfJqKgRHh7O6NGjOXDgQJ5PLS+OHTtGuXLlpAVIli9fTsOGDWnWrFmmygMff/wxP/zwA5C++MLgwYPztR+CIPy3iZQMQchHcrmMCnWLIle8m2kZKmsL3ptSj5b9y3Js7Y/smTfrjYLlZv0GU7pqbWLX3XppsIwcFOXtuHDhQo6bFC5cGJ0u+5zh+PgzlLXOfoni74OjKF/UlhrFM4+4nQuK4/iDRMx9f8mSmkGaGusfG9OiqBuzm+c88vno2SNa7uvATYdnVDjoi22L7Av7P8+UkkLEmDE87taZkjZxDJ7dlGZ9KqKyeo1Jdya4fjycrV/7s/Xry6QZStLtsymM+b8ttBg0jEIurrnublPIkcKly7y0GbPZzLhx42jUqBHHjh3D29ubiRMnEhcX9+p9zkfHjh3LNHlw/PjxNGvWLMt2//d//4eDgwNJSUls37797+yiIAj/ASJgFoR8ZjKZKV393atHWqNFcYbObUhqwkPWjR/F/fOvlnv5oooNGtO4Z3/ifrmNMZsyZi+ya1WKlNSUHFczgz9X+dNlXwdZrX6EDHBRZc0k05rgclIqn7TOuqrVJ9sC0BaqgLnxmKwH1SZivaoZnUq2ZnqjaTn2y4SJESc+YdHdVZT0WkHRiRMhD4tzGCIiCOvfj/DBg6haRc6w+c2p1740covX+0KVkqDj2Pq7rJ98idPbQyhfvwPDf/iJwXOXUK1FGyyUWXOyqzRpjsn48pHoixcvYmFhkWnlt2rVquHu7g7A2rVree+99/Dw8GDFihV57rOfnx8ffPABY8aMoX379ixevJj9+/fTt29fPDw8pGWww8PDGTp0KB4eHgwbNozIyEiuXr3KiRMnWLhwIZ6enoSGhjJt2jSOHDmSpZ127doRHx/PDz/8QGhoKJ6enixYsIApU6ZIS3ZDerm7538WBEHICxEwC0I+U1kpqN68eEF3Q2JlY0HfaW407V2G335ayr6Fs9EkZV2q+lUUci2Ox+fTSNz3EH1Y9stFv8iyiQvnz5/PdRsHB3s02pzzoLUGbbYT/wD+9zCCzjWL4WSjzPS40QQjt92Bdv8D52yWiU2JwWZNG3pX8GBcvXG59m/r3a30/W0wlv09KbdjOxYu2Zc4y9LvmzcJ6dKJmElf0KBNEYbNbUblhq7wBjcigq4+5dd5Aaybcp7oECtaf/AJY9duo9Po8ZnSL+q074IqmyV0XxQYGEjNmjWzfe7s2bOEhISwe/dufHx8uH37NpcvX85zX+/du8e3337L4cOH8fHx4fHjx+zevZu+fftKEwPnzJlD79698fX1xcPDgzlz5lC/fn3atWvHlClT8PHxoUyZl4+UT5w4kTJlyuDj48PUqVPp27cv3t7eQHoJvICAANq0aZPnvguCIIAImAUh38lkMsrWLIxCWfC/XrXblOKDuQ1JenKX9eM/JvBS7gFrXlioVAyZsxS1/xPUV1+ezwugLGmHwkbJzZs3c93Ozs4qx5QMAHNaDFVtsg/+Hmr0hGv1vN84a1CVnprxDPN767OmZgAkPMZ6bUeGVh/M8JrDc+3jw2cPabW/E7ed1VQ4cADbbNIDcpJy/DjBLZuR9ONiWvcrz+BvGlOqulOe98+OQWvi3K8P2Tj9Mj7LbuJYzI3+X81nxIq1NO37Po7FSrzR8SG99vK5c+fo1asX/9/eeYdFcXV//LNLR0FABHvsFTvYYsVOFRWsqIktGhNjDWLsvcVC1BR7iUoARVQ0GmssqMREsYtEERVUQHrZ3fn9wbsTyi4siNH3/c3neXwed2fmzr13htkz555zvh4eHjx69Ii///5b5+ObNGmCjY0NhoaGVK9enY8/zglrqVevHjExMQBcv34dFxcXANzd3QkPD3/rfgO0bt2ax48fEx8fz+HDh+nVq5dUik1CQqLYvP9fdAmJ/0FUSoEaTcq/t/ObmBngNasFrV0qEeq3kkOrlxS7uoI2hi1ai/BSwZvDj4re+T+YOdfg5s2bYnUCbRgb65OpoQazmuy0uzQxM9G6ffWTWEZ1qIWehtJ+n/18nQyL2gitP9N88Mu7mOzsy4Rmn+FZz7PQfipUCj45OZrV976nygY/KkyZDHLdH6cJu3bzqHUrlEf96TO2Mf2mtcS6WtmiDyyC2L+TObTuBj9NvUTE+WSa93JHpqMbu27duty6dUvjNkEQGDt2LMHBwQQHB3PixAk8PQufo9zkrzGs/qytVnFp4+7uzqFDhwgKCqJ///7v/HwSEhL/e0gGs4TEO8DQRJ8WPT96L+du3r0awxY48Do6gs1fjiYy/Eqpte00cRrlzG14vfO27tLf+nL0q5bh8uXLRe5qaGhAVpZ2g/nNm7+wK6vdYD4Ql4hKBj0aFUyEU6hg7L470G0OWGqp+vD0KiY/D2GG/TScajoV2d9dt3fh+eswjAb146O9P6OvRYVOG3HLVxDZrg2m9y/Sb1pLeo+1w6x80eETRaKCm6eeoqdvhL5RwbhmTbRt25asrKw8IiF3797l2rVrdOjQgcDAQFGpLzY2ttSTAVu0aMGRI0eAnCoX6tjpMmXKiOfVBU379+vXjx07dgCI1TYkJCQkioNkMEtIvCOsKpfBqlKZf+18puUMGTS7JS162hCydilH1i0nsxiGRlE07+1CfYcOvNp8EyFTd69guR7Vef36NS9fFi2zradnWKiHOT7+PDW0VMpQE/gqkYldNRtF5x+84tQDLVUz1ESdwThwNPPazaNLtS5F9vlB4gM6BffgrnUmtY4cxrRt2yKPyUNGBs+mTCWqe1dslU8YMrcNnQbXw7iMQdHHFkKNZtZah6gJmUzGd999x8WLF+nevTvOzs58++23WFtb06FDB1xcXBg0aBCurq58+eWXxTJidWH27NkEBQXh6upKcHAws2bNAsDJyYktW7bQt29fMUGwMCwtLWnZsiUuLi4sX74cAGtra2rVqkW/fv1Ktc8SEhL/fyiyDnNJ6nLmR12nU1dy19YsCY6OjgQEBGBlpXulgu3btzNw4EBMTLR7r/ITFBTExx9/jK1t4WWd3jf565iWJn5+fpiamjJq1KhSbVfX61Hca527v7nrub4LlEoV98NiObWzaFGCt6VV749o2bsKD8Iucmrb92Sll64CWJUGjfCatZTXO2+T+TCxWMeWn9WKI8ePEhERUeh+MpmMOXO+4fSZxghCttb9Pu78gFaXbvE6W7PRbiyHW+3sGLDpIneeF0xI1JdDxKyOGJ1bjCzse+0dajaIdJe1fHn6Sy4/L9o7DjCy0Ui+shtP/PYdvPL7Lkenu5gY1q1LpdVrMPjoI8KPP+avE9EoiirZpwEvXwcqVDcr9nH/i6Snp+Pq6sqBAwcwM5PmREJCovgU6mF+27qcgiCgKsEPxrugqL7s3LmT9PT0YrV54MAB4rSIGPwbcXm6oFAoCtQx/W+gJNejuGir51pa6OnJqWtv89aewsIoa2nE4LmtaNK1PMGrFnJs47elbiyblrNgwNcLSfr1cbGNZaO6FsgN5DopmVlbW6NUZhRqLAOkF1IpA3JKzF1LSmVcp9oatytUMKao0AyAv/Zh8uts1nddR7MKzYrsP8D229vxOuGNyVAvPtqzG73yxY9jz3rwgMduLjz7bCzNHcwYsbQ9DTtUKpbkus1HZljYmhb73P+LXLx4EScnJ4YNGyYZyxISEiWmUIO5sLqcqampjBgxAg8PD1xdXcW6lk+fPqVXr17MmDEDFxcXnj/Pqam6ZMkSnJ2dGTFiBPHx8QDcuXMHLy8vXF1d+fzzz3nz5p9SV8eOHWPAgAH06tWLa9euATB06NA8P7yDBw/m7t27JCQk8Omnn+Ls7MysWbNQO8019WXu3Ln069cPZ2dnsZbozp07iYuLY8SIEXh7ewM5ZZQGDhyIh4eHxuXHY8eOERERwbRp03B3dycjIwNHR0dWrlyJh4cHx44dw9/fn/79++Pm5sYXX3whGoA+Pj4sWrSIQYMG0a1bN7GmaFxcHEOHDsXd3R0XFxdx3C1atCjW/Hl7e7N48WL69evHTz/9VKCOaW5OnTqFp6cnffv2ZeTIkbx69QrI8cTOnDkTb29vunXrxs6dO8VjNm3aRK9evRg8eDBRUVEa7x0fHx/mzp2Ll5cX3bp1IywsjJkzZ9KnTx98fP6pd6tpnjVdD03XTc3mzZtxdXVlwIABPH78WLz2+Wu6auqjeu5XrVqFk5MTrq6u4jKurmMoiqZdq+q8b3FwcKnB4LmtiLkTxpYvx/Dk5l+lfxK5nBFL/ci8l0jK7zHFPrxsr+qE//GHTi+QNjY2ZGcXLaIiZL+knpZKGWq+iYyht11FLEw1v6zkhGYkIQzQUjVDzdWfMDm7ih96/EBDq4ZF9g3gfsJ9OgX34J6NklpHj2DaprVOx+Un7dIlorp2Jn7JfD52qcawBW2p0dRap2MdnGuiZ1C0gd2wYUPxefPll18W+yX16dOnhISEaN0eFBREbKz2qielhboGsybat2/P6dOnycjIyPP9oEGDSr0f2mpElyZ+fn5s2bIFyFE9VJdqvHbtGs7Ozri7uxMbG8uXX35ZovbzX7NZs2Z9cA6Xou47NSWZh+3bt79zZ82Hjre3d5EVjdQEBQUVKnn/v0ShBnNhdTmNjIzYsGEDBw4cYMeOHSxfvlw0VB8/fsyQIUM4cuQIVapUIS0tDTs7O44cOYKDgwPfffcdADNmzGDatGmEhIRQr1498XvI8dAGBATg6+srfp+7nmZUVBSZmZk0aNCADRs20LJlS44cOUKPHj3yGEf5+zJ58mSCgoI4dOgQV69e5e7duwwfPhwbGxt27NjBrl27iI+PZ9OmTWzbto0DBw5gZ2fHtm3b8oy/d+/e2NnZsWrVKoKDgzH+T51TCwsLDhw4gLOzMz169CAwMJBDhw5Rq1YtAgICxOPj4uL4+eef+eGHH0Q518OHD9OhQwcxE71BgwYAJZq/7OxsgoKCGD9+fKF1TFu1aoW/vz8HDx7E2dmZzZs3i9uioqLYsmULv/zyCxs2bCA7O5uIiAiOHj3KwYMH+emnnwr9o0pKSmL//v3MnDmT8ePHM3LkSI4cOcL9+/e5c+eO1nnOfz0AjddNjZmZGSEhIQwbNowlS5YAmmu6aiMhIYETJ05w5MgRQkJCGD/+H4GLosZQFPqGejTrVq1US8yZWxszdL49jT624MDy+fz6w3qyM97NA37QnOXoZ+iTEPCg+Acb66Nva8qVK7olHZYvX57MrKLjnBVpd2lqVrj39EFaFk/TsxjaWnvd3nF7/iDTog5C63GFn/D31ZQJ+4ktvbZQq5yGOs4ayFZlM/zkJ3z3cBtVv/8e6y++KFYVjdy8CQriUVsHMvduoceI+nj52mNb01zr/uVsTKjawBK5DuczNjYmODiYw4cPY2BgwL59+4rVt5iYmEKlsD+kVbgffvghz+fijvVDJPcq2aFDh8RKJra2tsUSl8lN/mu2ePHi95IoWdiqcFH3nZqSzENJVjcVCkWx9n9b/u3zfUi8z7GXuBilIAh8++23XL16FblcTmxsrOidrFy5Ms2bNxf3lcvlODnlZJy7u7szceJEkpOTSU5OpnXrHO+Lh4cHkyZNEo/p0aMHAI0bNxbrdPbu3ZuNGzcyY8YMAgMDxQSOq1evisZily5dKFeunNhO/r6Ehobi7++PQqHg5cuXREZGioapmr/++ouHDx+KnvXs7Ow8bRSGepyQ88Kxdu1akpOTSU1NpUOHDuK27t27I5fLqVOnjjhvTZo0wdfXF4VCQffu3WnYsGGJ5y93PwrjxYsXTJ48mZcvX5KVlUXVqv94Qzt37oyhoSFWVlZYWVnx+vVrrl27Rvfu3cXYYkdHR61td+3aFZlMRv369bG2tqZ+/fpATpZ6TEwML1680HmeC7tu6tqtzs7OLF26FMip6ern5yfO2cqVK7X208zMDCMjI3x9fenatWseUYOixqC+RoUhk4Fdpyr89Zt2QQ5dadu3Fk27VOTWuVOc3b0FRWbmW7epjS7Dx1CxWm1i1/wBSl1LYvyDhVMNnsXEkJiYqNP+lpaWZGYUXAnIT1LyDewqdChyvzXRsSzsWJPvzz1CqSrYf4UKxu27w3bvuXD/GCT8rb2xk3MpY1yOHb13MPjIYJ6maFcrzM2WiC1ciLnAdu/vqd62LTFffIFSiye0KF5t2MCrH36g4rx5uE9y59nDRH7/5SGJsXlDcByca5RImt3e3p579+6RmJiIr68v0dHRmJiYsGDBAho0aMCVK1dYvHgxkBNvvnv3blavXk1kZCTu7u54eHgwcuRIsb3cq3DGxsbs378fJycn+vTpw8WLFxk9ejSpqans37+f7OxsPvroI1asWIGJiQk+Pj6ULVuWiIgIXr58yfTp0+nduzdxcXFMnjyZlJQUlEol8+bNE6tpqJkwYQIvXrwgMzOT4cOHM3DgQFatWkVGRgbu7u7UqVOH1atXi7k1giCwYsUKzp8/j0wmY/z48Tg5OREWFsZ3332HpaUl9+/fp3HjxqxatUpMjjx9+jSZmZm0aNGCBQsWICtkpcLb25uGDRty7do10tPTWb58OT/++CP379+nT58+TJ48GYBt27YRGBgI5DiI1PO5adMmDh48iJWVFZUqVRIdWT4+PnTp0oXk5GSOHTvG77//zrlz55g8eTKfffYZhw8fRqlUsmrVKnF8Xl5eeHt7axzD8ePHC1yzMWPGiDlFhw8f5ocffkAQBDp37sz06dOBnFXQ4cOHc/r0aYyNjdm4cSPW1tpXQ4KCgjhx4gQpKSnExsbi5ubGxIkTefr0KaNGjaJZs2bcunWLH3/8kd27dxe4NvnvO29vb1atWsWVK1fIyspi6NChDBo0iKdPn4rzEBQUxKlTp0hPTyc6Opru3bszY8aMPP3KvbppYWHBrl278uRgHTt2jDNnzrBs2TJ8fHwwNDTkzp07tGzZkjdv3mi8Z7XdX5MnT8bd3V38vVFfyx49emgcS1hYGOvWrcPc3JyoqCiOHz+udX613Z/e3t40bdqUsLAwkpOTWbx4Mfb29mRkZDBz5kzu3r1LrVq1CqzGqLlx4wZLliwhLS0NQ0NDtm/fDuQ4AEeNGlVgXufOncvNmzfJzMykV69eorff0dGR3r17c/78eYyMjFi9ejUfffQR8fHxzJ07V3R6+vr60qpVK/z8/Hjy5AnR0dFUrlyZKVOm4OvrS0JCAlZWVixdupTKlStrfW5Azkp0aGgoWVlZ9OjRgy+//JK0tDS++uorXrx4gUqlYsKECYXaToUazHXr1tV6UUJCQoiPjycoKAgDAwMcHR3J/M+Pt6lp4d6fwh4sajTV6TQxMaF9+/b89ttvhIaGit7mwsjdl+joaLZu3UpAQADlypXDx8dH7HNuBEHg448/5ttvvy2y/fzkTlLz8fFh48aNNGjQgKCgoDyettx1SdU4ODiwe/duzp49i4+PD5988gl9+/YtsJ8u86dr8uKiRYsYOXKkGHKQ20udu496enrFfrNTHy+TyQrUYVUoFMjlcp3mWdfrVlL09fUJCAjg0qVLHDt2jN27d4shKEWNQRcMjPVp7VKTOxeekZVRMq+aha0pLhMbI5dnErBkNs/uvdtEwgYdOtOihwsvN/2FKrXwmGJt6De24ELwAZ33Nzc3Jz2jaG90fPwFGnw0ucj9AuMSmV+zMt0b2nL81guN+5x98IozDxPp0n8rsi3doJAcaPnhrzAzNmdXn10MPDKQuDTdRFvuJtylU3BPtnb7kcZHjxDzxZekFUMlLw8KBS+++Qb5ihVUXrWagbPa8eBaLJcPPiItKQtzaxNqt7BBrlc8b7ZCoeDcuXN07NgRPz8/GjVqxMaNG7l06RJff/01wcHBbN26lTlz5tCqVStSU1MxMjJi6tSpbN26tYD3FnIcHHv27CmQwK1ehYOc1R0vLy8A1qxZQ0BAgBiGpV6Fe/ToEePHj6d3797iKtz48eNRKpUaPYFLlizBwsKCjIwMBgwYQM+ePZk2bRp79uwhODi4wP6//vord+/eJTg4mISEBAYMGCAa4bdv3+bIkSPY2NgwePBgwsPDsbe3Z9iwYUycmKMKOX36dE6fPl2o8wDAwMCAoKAgduzYwYQJEwgKCsLCwoLu3bszcuRIYmJiCAoKwt/fH0EQ8PLyonXr1qhUKnFVT6lU4uHhUWDl19PTk/DwcLp06ULv3r3zyM/v37+fmJgYDh48iL6+vvgCq2kM2q4Z5IQ3rFq1iqCgIMzNzfn00085efIk3bt3Jy0tjWbNmjF58mRWrFiBv78/EyZMKHQ+bt68SUhICCYmJgwYMIDOnTtjaWnJ48ePWb58Oc2bN+f48eMar03++27//v2YmZkRGBhIVlYWgwYN4uOPPy7wW3nnzh0OHjyIoaEhvXv3xtvbm0qV/lFlHT58ONu3b2fHjh06JZLHxsayb98+9PT08PHx0XjParu/nJycCA0NpUuXLmRlZXHp0iXmzZtHQECAxrFAzv0YEhJCtWrVCu1XYfenevX+7NmzfPfdd2zfvp29e/dibGxMaGgod+/e1VhNJisri8mTJ7NmzRqaNm1KSkqKuLKubV4nT56MhYUFSqWSkSNHcvfuXdHRpV4ZPnjwIEuWLOGHH35g8eLFjBgxAnt7e549e8aoUaMIDQ0FIDIykp9//hljY2M+++wzPDw88PDwICAggEWLFrFx40ZA83Mjt1KpIAiMHz+eq1evEh8fj42NDT/++COQowRaGIU+VQury5mcnEz58uUxMDDg8uXLohdYEyqVSjS8Q0JCaNWqFWZmZpibm4txusHBwTg4OBTaWch5MCxatIgmTZqInmQHBwcxnuns2bN5YqFzk5qaiomJCWZmZrx69Ypz586J23LX7mzevDl//PGHGA+blpamMVa3qPqgqampVKhQgezsbJ3irWJiYrC2tsbLywtPT09RROBt56+wfiYnJ4tVPg4ePFhkHx0cHDh58iQZGRmkpKRw+vTpIo/RRmHznLvPhV03QPyDOnr0KC1atAC013TVRGpqKsnJyXTu3BlfX1/u3btX4jFpQ6Yno5VTjRId28GzDl6+LYi8dpqtk8a+c2O5fLWP6DN2Mgn+98h+XrLSYSbNrFGi4sED3UM5zMyMyczUbNjmJjn5JkZyOZb6ekXue+B1Ip931Zz8p2bM7utkWtZFcBhbZHt6AZ9i8fQPdvfZhZWx7lV4slRZDDsxkg2PdlD1x++xnjCh8NjpIlAlJfF07BiinPtQ3TyRYQvb0bZvLToOrIusGN5ltde1f//+VK5cmQEDBhAeHo67uzsA7dq1IzExkZSUFFq2bMmyZcvYuXMnycnJJVbLy78KN2TIEFxdXQkJCclzv2hbhQsKCsLPz4/79+9TtmxBsZddu3bh5uaGl5cXz58/F58v2ggPD8fZ2Rk9PT2sra1xcHAQQ82aNm1KxYoVkcvlNGjQQPydCwsLw9PTE1dXVy5fvqxTjK/aYKlXrx5169YVlQ+rVavGixcvCA8Pp3v37piamlKmTBl69OjBtWvX8qzqlS1btkjDPD+XLl1i4MCB4vWysLAo0Rhu3rxJ69atsbKyQl9fH1dXV1Ee3cDAgK5duwJgZ2dXqD2gpn379lhaWmJsbEyPHj1EZcfcq8KFXZvcXLhwgeDgYNzd3fH09CQxMVHjdW/Xrp24oli7dm2d+lkYvXv3Rk/vn+eQpntW2xg6depEWFgYWVlZnDt3Dnt7e4yNjQsdS5MmTYo0lqHwa6tp9f7q1au4ubkBOXlq6pXU3ERFRVGhQgWaNm0KQNmyZcV7Stu8hoaG4uHhQd++fXnw4AGRkZFie7lXhv/8808gJ0F34cKFuLu7M378eFJSUkQ7wNHRUTTQC1MF1XQNtCmV1qtXj4sXL7Jy5UquXbtWZFJwoU889dLTkiVL+OmnnzAyMqJKlSr4+vri6urK+PHjcXV1xc7Ojlq1tMf2mZqacuPGDTZt2oSVlRVr164FYPny5cydO5f09HSqVasmLqcXhp2dHWXLls3zBvT5558zdepUnJ2dadGiBZUra5aCbdCgAY0aNaJPnz5UrFiRli1bitu8vLwYPXo0NjY27Nq1i6VLlzJlyhRRmeyrr74qUErPw8ODuXPniktX+Zk0aRKenp5YWVnRrFmzIuuWXrlyhS1btqCvr4+pqamYfPa28+fk5MTs2bPZtWsX69evzxPHPHHiRCZNmkS5cuVo06ZNHs+EJho3boyTkxPu7u5YWVmVuPQfIC6laJrn/NdD23UDePPmDa6urhgaGore6tmzZzNz5ky2bNkinkcbqampTJgwQfRaFyehT1cMDPVo0qUqN05Fk5pYuNqdmvKVy+D0eSMEZRr+C2by4uH9Uu9XfgyNjRkybxUpF56RHlFyYQpTx6pcvnKFIqpW5sHExIAXOiaIpSsyqVvGmCtvCv+bWvzoGbfb2dGgohl3X2j2HvwTmjEPHhwvPDQD0P/ZE+tPQtnRewdDjgwhObtwr0RuNt/czKVnl9g6ciOm7dsR88WXKBOKTnTUhiI6micD+mPcojmNv12HnmU59IrhXVbHMOvC2LFj6dy5M2fPnmXw4MF58h3UzJw5k9u3b2NjY8NPP/2ksZ13uQoXFhbGxYsX2b9/PyYmJnh7e7/ValT+VTalUklmZibz588nMDCQSpUq4efnp9M5cq+alnS1qrQo6Ri0YWBgIHpzdVVvzO/9VX8uaoVaE4Ig8M0339CxY8c83+f/PdN0PYtD/jnKv5Kr6Z7VhpGREa1bt+b8+fOEhoaKL5LaxhIWFqbT3BR1bd+FyqameS3JyrBKpcLf3x8jo4K19nVdNdd0DdRKpZoSfYOCgjh79ixr166lbdu2omdeE0W6CGxtbVm3bp3GbZqMRKBAML62GswNGzbE39+/wPfqRC/IMapOnTolfo6NjUUQhDzxwJaWlmzdurVAO1ZWVgX6smzZMo198fb2FpcCIeeNSR1Lpo1evXrRq1cv8XPufgIMGTKEIUOGFDgufx/U86NeYtDEzJkzC3yny/xBTmLf0aNHNbbbvXt3unfvXuD7L774Is/n3PM4fvz4PIlxmsg9xqpVq+Y5Pvc2bfOc/3pou27qOVfH0qmpUqVKnsoeanKPK3ebuRMyizsGXZHLZbTzqM3JbUV7iDsNrkuDtjb8efwIF/bvRPkv/aAOX/YdyqfpJJ0o3CtXGHJzQ/StjPO89euCgYEBWZlFJ/0BqLJfUc+0aIM5QwXXktMY16kWk/21VxE5++AVZyLf6BSaAWCwrQ+Vx51nW++teIcOJ12he5LQrde36Bjcgx3dN9Pg6BGeTvyC9GLOVX4yrv+JEPccfVvdqmgUhr29PYcOHeLzzz8nLCwMS0tLypYty5MnT6hfvz7169cnIiKCqKgoKlasmMcRkP/FtLircEXVtI+JiaFixYp4eXmRlZXFrVu38hjMycnJlCtXDhMTEyIjI0XPFeSEXmVnZ2NgkLdyir29Pfv378fDw4M3b95w7do1ZsyYwaNHmqXf1T/6lpaWpKamcvz48Ty/AyXF3t4eHx8fxo4diyAInDx5khUrViAIAj4+PowbNw6FQsHp06cZOHCgzu22b9+e/fv306ZNGzEkQ50QqmkM2q5Z06ZNWbx4MfHx8ZQrV44jR44wbNiwQs994sQJbty4wdSpUwtsu3DhAomJiRgbG3Py5EkxYTv/nGi6NrGxsXn62KFDB/bu3Uvbtm0xMDAgKiqqxPoI6vGrQzKsra2JjIykZs2anDx5kjJliidGpW0MkOPM+uWXX4iIiBD/doozlhEjRrBixYo820tyfzo4OHD48GHatWvH/fv3Na6y1qxZk5cvX3Ljxo0CIRma0LQyrM65ghzv89ixY/OsDHfo0IFdu3YxevRoICfUQ1OekHoFuW/fvkWuIKvbXbduHa6urpQpU4bY2Fj09fVRKBRYWFjg7u6Oubk5v/zyS6HtlDjp731w8OBB1qxZg4+Pj04Z4BISHxJ6+nJqt7Ah/NhjEp5rrpVcoXpZnD5riCI7hX1zZxAXFalxv3dB32mzMTUwJ27Pdd1lrzVQzqUmjx49IiUlpVjH6esbklmILHZulGn3sCurW23kbx7G8GvLesw/fJvENO3x2GN2/ZEjaOIwBtmVH4ts1/DHztT4PIyfevzEp8c/JUul28oB5IRoDP51OOOajmP85p94/cOPvP7hhyINdW2U7dIFo7p1kZXCc3HixIniKqKJiYn4crhjxw7CwsKQyWTUrVuXTp06IZPJkMvluLm50a9fvzxJf/DvrcKp6dSpE/v27aNPnz7UrFkzTxKxl5cXbm5uNGrUSKxMBDlL1NevX8fd3R2ZTMb06dOpUKGCVoPZ3NwcT09PXFxcsLa2fqtVttw0btyYfv364enpCeQk/TVq1AjgrVb1PD09+fvvv3Fzc0NfXx8vLy+GDRumdQzarpmNjQ1Tp05lxIgRYtKfJmdLbp48eaIxbAZyDPAvvvhCTPpr0qRJAY+wtmtjYWGR574bPnw4MTEx9OvXD0EQsLS0FGNai0v+1c2pU6cybtw4rKyssLOzIy2teHXutY0B4OOPP2bGjBl069ZN9Ix6enrqNBaVSsWTJ0/yFDmAkt2fgwcPFkum1q5dW2N1NENDQ9asWcOiRYvIyMjA2Ni4QPWw3BS2og+aV4ZnzZrFggULcHV1RalUYm9vr7FkXXFWkCHHYI6MjBQ9zKampqxcuZLHjx+zYsUK5HI5+vr6zJs3r9B2ilT6k5CQKD1UKhXPHrwheE3BVZeu3vWpa1+e8KPBXPplLyrlv7dM28ZjIO3dBxO77g+UiW+XUFlhrgN79+/j77//LtZxc+fO5sxZO1Q6GJ41PprIG+sxOP2hW33YC/b1CbzwmI1nCn8B6VK/AtuG2iHb2BYSdfCyy/XJ+PI6f6bFMP7kBBRC8a+ZXXk7tnTeiHDnATFfTkKpY1URNTJDQ2qf+BWDD1xxVOL/H9OmTcPX17dAAl1QUBARERHMmTPnPfXsv5/79+8TGBiocfX5Q6ckaswfApKbVkLiX0Qul2Nbw5xaLSqI39nWMGPEstZUrCmwd/Z0Luzb9a8ayzWataR9vyG82n7rrY3lMu0rkZGZWWxj2dLSEpUqSydjGSAh8QK1ihAvyc2a6FhGdaiJXhFqeWfuveRs5JuiBU3UqBQYb2hDM7MarO6yGrms+I/UiNcRdD7Yk8fVjakVegST/yxP6or155+jZ6a9LrOExPti1apV/3VG0X8L9erV+680lv+bkQxmCYl/GQMjPboOa4CRqT7dP2mI++Sm/PVrMDumfc7Lx5qVE98V5hVs6DtlNokhkWQ9Tnrr9ow/rsjFSxeLfZytrS1ZWbonv7158xdl9OSY61ApAyAgNhHkMro3tCly39G7/iDTsh6C/WjdOpOdhsmGtrQr34TFH2sXyCmMDFUGA48P5afH+6m2dQvlx43VyWA3rFULq+HeyE11S4iRkPgQ6Nevn+Rd/n/MqVOn/itfpCSDWULiPaBvKMd7kT3lK2exx3cylwP3ovqXlc/k+vp4L15H+p8vSbv69vLF+ram6Jsb8ddfxZfotra2JivrVTGOUJGqyKKuacFsam0ceP2GCV2KVixTqGC8/13osQAsPtKt8YxETDa2w7Hyx8xqM0vnPuVn418b8T41CrPRI6m+bSt6/ykBphG5nCrfrkZWjMx8CQkJCYmSIRnMEhLvAX0DPeR6cs7t3sbrp0/eSx+GLfwWWYKKxEOlk1ho7lSTO3fuaFWJKgxLS0syM58X6xhV9mvqldE9LGPJo+fUtS1LfdvCa20CnL73knPFCc0ASH2J6fedca/Zhy9bfKlzv/Jz89VNOh3syZMaZah19AgmWtQvrUaOwLB6dWR6hXvZ69evn6eqy5YtW0QVzOLi4+PDsWPHSnRsUFAQsbnKBs6aNUtj7d+goCCNiT7auHPnDmfPni1Rn/5Nnj59qlM9/pK2ra5LW5qEhYXxxx9/FLmfn58fW7Zs0bnd3P29efMmixaVbGVGQuLfRDKYJSTeEwZGxvSZOAUj0+KVKSoNen32FZblq/Bqx21QlUKDctCvUZbLly+X6PAclb/iSYer0h/QuKzuoQhpKhV/pKQxtpP2mvG5GbXrD7Is6yG0+lT3Tr15gsnmHgxrMJhRdqN0Py4fGaoMvI4PYUv0L1TbtpXyo/K2ZVizBhW++AK5DnVZDQ0N+fXXX4kvoSR3aXHgwAHi4v6pgrJ48WLq1Cna418UhRnM/3Z9Y20oFApiYmIKlDn90Lly5YrWsrClRZMmTfjmm2/e6TkkJEqD/6qychIS/2sYGBnTa/xXHFq9+F87Z9MefWjUvgtx3/2JkF46BoVZ12q8SXrDs2fPSnS8ubkJb94Uz8OclHSTZlaF19/Mz6wHMRxvWY8Fh2/zJr1wyW+FCj7zv8fWoQvh4QlI1HEl4OU9TLa7MO6TI6RkpbD/vuZ69brw3Z/f8XvM7/z4mR+mH7cnZvIUhLQ0qm7apHMohr6+PgMHDmTHjh1MnpxXUtzHx0eUU4ac+qZqA+nHH38kJCQEmUxGp06dmDZtWp5jIyIiWLZsGWlpaVhaWrJ06VJsbGy4c+eOKKhUvXp1lixZwqVLl4iIiGDatGliubIxY8aIEsyBgYH8+OOPmJmZ0aBBA7HEVnx8PHPnzhXvK19fX1q1aiX2ISsri/Xr15ORkUF4eDjjxo0jMjKSJ0+eEB0dTeXKlZkyZQozZswQZbRnz55Ny5YtCQsL47vvvsPS0pL79+/TuHFjVq1ahUwmY9WqVZw6dQo9PT06dOjA119/jY+PD4aGhkRERJCamoqPjw9du3YlMzOTefPmERERIUokt23blqCgIH799VfS0tJQqVRkZWURGRmJu7s7Hh4eeUrwqcWTkpKSUCgUTJo0ie7du/P06VPGjBlDq1atuH79Ora2tmzcuBFjY2MiIiLw9fUFEKWT8xMWFoafnx9mZmbcv3+fPn36UK9ePXbu3ElmZiYbNmygevXqGufZ1taWffv2IZfLOXToELNnzyYpKYlNmzaRnZ2NhYUFq1atwto6p/b33bt3GThwIAkJCYwePRovLy8EQWDFihWcP38emUzG+PHj8yg9qvuolrm+cuUKixfnPAtlMhm7d+/m1q1bOo1BQuJdIxnMEhLvEX1DQz5q2oLmvVz48/i79z5VrFOfbsPHEb/7LoqXuottFIVh6wqcOXOyxMebmBgQ91I30RI1CYmXqF31s2Idcy8tk2cZWQxyqMYP5zTX2c3N6XtxnHtUlU79tyLbUnjN2Tw8u47JnoFMG+pPmiKNkEclX4r/8+WfdDrUg93dtlP76BHS//wTA1vbIkMxcjN06FDc3NxEQYCiOHv2LKdOncLf3x8TExMS85W6y87OZtGiRWzcuBErKyuOHj3KmjVrWLp0KTNmzGD27Nm0bt2adevW8d133zFr1iz27NkjGsi5iYuLw8/Pj6CgIMqWLcvw4cPF+sOLFy9mxIgR2Nvb8+zZM0aNGkVoaKh4rKGhIV9++WWeEmV+fn5ERkby888/Y2xsTHp6Otu2bcPIyIi///6bKVOmEBQUBMDt27c5cuQINjY2DB48mPDwcGrXrs2JEyc4duwYMpmMpKR/kmFjYmIICAjgyZMnDB8+nPbt27Nnzx4AQkJCiIyMZNSoURw/flxs/9ChQ1hYWOQxDPNjZGTEhg0bKFu2LPHx8QwcOJBu3boB8PjxY7799lsWLVrEpEmTOH78OO7u7sycOZM5c+bg4OBQoB51bu7evcvRo0exsLCgW7dueHp6EhAQwI4dO9i1axezZs3SOs+DBg3C1NSUUf9Z4Xjz5g3+/v7IZDJ++eUXNm/eLCqj3rt3D39/f9LS0vDw8KBz5878+eef3L17l+DgYBISEhgwYEChIhNbt25lzpw5tGrVitTUVFHxTZcxSEi8aySDWULiPWNobEynoZ/w4uF9XkS+O/lrYzNzvGYtIem3aDLul1yOOT+GH5mhZ2JAREREidvIUfkrXuJhYmI4Zvp6lNGTk6rUPa5kbXQcczrV4qfzj1DpUIV+zO4/uen7MYb2o5Bd0z1Ok7/PY/zLJ8z23E6qIpVTT04VfYwWMhQZDDg+iHVd19GxbWvkOsrEqilbtizu7u7s3LmzUHUuNZcuXaJfv36iHK1FvuTDqKgo7t+/zyeffALk1BevUKECycnJJCcni4peHh4eTJo0qdBz3bhxg9atW4tZ805OTmJZwosXL+aJc05JSSE1NbVItTVHR0dxnAqFggULFnD37l3kcnmekodNmzalYsWKQI7QQkxMDM2bN8fIyAhfX1+6du1Kly5dxP379OmDXC6nRo0aVKtWjUePHhEeHi4q3tWuXZvKlSsTFZVT7ebjjz8uMHeaEASBb7/9lqtXryKXy4mNjeXVq5wk2KpVq4pqZ40bNyYmJoakpCSSk5NxcHAAwN3dnfPnz2tsu0mTJtjY5FSHqV69uuiNrlevHmFhYYD2ec7PixcvmDx5Mi9fviQrK4uqVauK27p164axsTHGxsa0adOGmzdvEh4ejrOzM3p6elhbW+Pg4MDNmzepX7++xr62bNmSZcuW4erqSs+ePcXrrMsYJCTeNZLBLCHxAWBgZISHz1y2TxlPevLbl3crgEzGiKV+ZD9MIuXs06L3LwZmTh/x119/kZ1deIhDYejrG5CZVTwPMyhI+0+ljD+TdfeW+8cmMLdmJbo1tOXE7aKN9CyFivH777GluKEZAPePYXLoC5a5+zHp9CQuPbuk+7H5qGFeg7aV2mJgUHTcsiZGjBhBv3796Nevn/idnp4eKlXOy4ZKpdL5GgqCQN26dQuo9yUnJ5eob9pQqVT4+/uLnkZdMcn1QrF9+3asra0JDg5GpVLRtGlTcZthrrAWPT09lEol+vr6BAQEcOnSJY4dO8bu3bvZuXMnkBMmkJv8nwvrR2GEhIQQHx9PUFAQBgYGODo6ihLH+fuo/l5Xch8vl8vFz3K5HOV/KvPoOs+LFi1i5MiRdOvWTQxpUVPUXOjC2LFj6dy5M2fPnmXw4MFs3rxZ5zFISLxrpKQ/CYkPBCMTU9ymzUJWAvGLovD6ZgmGCiPi/e+VbsOGcvQrlX1rL4+engmZmbrJYudGqUigfpni1yAOfv2Gz7vqnnB26l4cv0clIfQvhodZzc1fMAmdybou62hhUzxREjUm+iZs6r4JYz3dq4Lkx8LCgt69exMQECB+V6VKFW7dugXk1EZVG8zt27cnKChIjPvNH5JRs2ZN4uPjxXjn7OxsHjx4gJmZGebm5ly7dg2A4OBg0QtapkwZjV7Lpk2bcvXqVRISEsjOzs5ThaNDhw7s2rVL/Hznzp0Cx2trV01ycjIVKlRALpcTHBxcpIGVmppKcnIynTt3xtfXl3v3/vmbOXbsmChJHB0dTc2aNbG3txerX0RFRfH8+XNq1SqYWFpYP5OTkylfvjwGBgZcvnyZmJiYQvtobm6OmZmZOM9vW31D2zzn73NycjK2/1GUPHjwYJ42fvvtNzIzM0lISODKlSs0adIEe3t7QkNDUSqVxMfHc+3atTwvLPl58uQJ9evXZ+zYsTRp0kT01EtIfAhIBrOExAeCnoEBNjVq03HIiFJtt+PQkVSuWZ9XWyNAoUMMQjEo16sGcS/jxOXjErVRrhyCoEClKn5MtSr9IY3KFt+IXBT5nHq2ZalrU1bnY0bt+pOs8g0Q7ItRNUNN+DZMzizj++6baGTVqFiHymVy1nZdi7WJNXL52z2yP/30UxIS/gnH8fLy4urVq7i5uXH9+nVM/1N1o1OnTjg6OtK/f3/c3d3ZunVrnnYMDQ1Zv349q1atws3Njb59+4rG8/Lly1mxYgWurq7cuXOHzz//HMgJz5g7dy7u7u55Sg/a2NgwceJEBg0axODBg6ldu7a4bdasWURERODq6oqTkxN79+4tMKY2bdrw8OFD3N3dOXr0aIHtQ4YM4cCBA7i5ufHo0SNxjNpITU1l3LhxuLq6MmTIEDFGF6BSpUoMGDCAMWPGMH/+fIyMjBgyZAiCIODq6srkyZNZunRpHo+omvr16yOXy3Fzc2P79u15trm6uorjDA4O1mhw52fp0qUsWLAAd3d3BOHt/q61zXPXrl05ceIE7u7uXLt2jYkTJzJp0iT69etXINSkfv36DB8+nIEDBzJhwgRsbW3p0aMH9erVw93dnREjRjB9+nQqVKigoQc57NixAxcXF1xdXdHX16dTp05vNS4JidJEJrztX5qEhESpkp2ZwentP3Hz1PG3bqte2w44fz6dlz/cIDsmpRR6lxfrWa04FHqY27dvl7iNunXr0r9/Ny5c1JzpXxi1ak0j1mIYfa8Xv5Z0YNNaPI96w7SAGzof49jAhi1DGiHb0AbeFK8MXk4Ds0lpO45hod5EJurW52/afoNbLTdMDCQ1v/dJ/ooiEhIS/7+QPMwSEh8YBkbGdB05lhrNWr5VO1ZVquE8YRoJAfffibFs3NAKDOTcvXv3rdopvsrfPyQkXKKOacnCFGZFPsO5WWXMTXRP5Th1N44LUcklC80AOLUQ0z/3s6P3dqqZVSty9+GNhuNay1UyliUkJCTeM5LBLCHxAWJgZITrFF8q1q5XouP1DY0ZOn81KZefk36j5OEShVGmRzWuXr0qJo2VFCsrKzKLWSFDzZs3Vymnr4dpCUIV7qZm8CIji8EOxavh+umu62RZNyyeoEku5EenUvbuMXb12Ymtqa3W/ZxqOvFFiy8wLWGSn0TpsmzZMsm7LCHx/xjJYJaQ+EAxNDZmwDeLsKpStCcyP8OXrkf5PIOkY3+XfscAuak++hVMuHr16lu3Va5cuWKr/KlRqbJIU2ZT27R4VRTUrH36ktEdayEvRoJ/lkLF57/cg16LoFzxrw2A3oFxlHtyld1OuylvXL7A9o8rf8z89vMx1i95kp+EhISEROlR6gbzy5cvmTx5Mt27d6dfv36MGTOmyEzXFi1yMsdz68uXFo6OjqIkrPo8akaPHs2LFy9K9Xza8PPzY8uWEi7jvgXZ2dl4eHj8K+d612MMCwtj3LhxGreNGTMmj8DAh8SsWbPy1DgtDobGxgyavxzLSpV1PsZ1si9lTSyJ330X3lGGQjnnmkRHR5fKnJuZmZCZUTKFQABl9hvqlSmZYbn/RTx6+jIcG9gU67iTd+K4+HcyQv/NJTovgP7eQZR/+ZCdfXZgbmgufm9va8+aLmt0MpZL8rz9b2H79u1ilY4PmaCgIGJjS7ZCUhQ+Pj55qoaUFt9//71O++X/zSyK3P19m+eehMSHSKkazIIgMHHiRFq3bs3JkycJCgpi6tSpvH79ujRPUypkZGSQmJgoFq3/EFAoSkemODfh4eG0bPl2sbD/Dfz000+Ym5sXveN7YPHixdSpo3sJs9zI5HKMypRlyKJvKV/toyL3t3frR53mrXm1+SZC1rurT6rXsBwXL14slbZMTQ3JzCp+STk1QkbJKmWoOfQ6iQnFKDGn5pOd18myboTQ6pMSn9tguzMVUxLY3nsbpvqmtK3Ulo3dN+oUs/zf9LwtCTt37tRqMH8otXeVSiUHDhwgLq7k9+/7QJPaYGnzNs89CYkPkVIVLrl8+TL6+voMHjxY/K5Bgwbi/zdv3kxoaChZWVn06NGDL7/8Uqd258+fT4cOHejWrRuff/455ubmLF26lICAAKKjo5k8eTITJkzgxYsXZGZmiqVtCiMsLExUo3J0dMTZ2Zlz586hp6fHwoUL+fbbb3n8+DGjRo0Sx6Op/0+fPmX06NE0b96c69evY2dnR//+/Vm/fj3x8fGsWrVKrDt59+5dBg4cSEJCAqNHj8bLy4uwsDDWrVuHubk5UVFRHD9+XOtYWrRowfDhwzl9+jTGxsZs3LgRa2tr4uPjmTt3Ls+e5XjpfH19adWqFQDnz58XS/MEBweza9cusrOzadasGXPnzkVPT09ju0ZGRri5ufHbb78hl8tJS0ujT58+nDx5kufPnzN//nwSEhIwNjZm4cKFeUpBQU4dz7lz55Kenk716tVZsmQJ5cqVw9vbm/r163P16lWUSiVLliyhadOmpKWlsXDhQh48eIBCoWDixIl0715QijglJYWxY8fy+PFj2rRpw7x585DL5Tg6OhIQEICVlRXbtm0jMDAQgAEDBjBy5EgANmzYwKFDh7CysqJSpUo0btyYUaNG8eTJE43j8fHxoWzZskRERPDy5UumT58uxjBquhfS0tL46quvePHiBSqVigkTJuDk5IS3tzczZsygUaNGYvkmmUxG//79xb4Vhlwux6hMGQYvWIn/gpnERWmurlC9SXM6eo7g1bZbKBOKJ25QHExa2qBQKYmMLH5lCk0YGuqTlVlc0ZJ/SE6OoLl5k6J31MLCyGfcbNeIOjZleRine3JklkLFxF/u8ePgxTmCJm9KJghj+GNnqn8exs9Oe6hsVgUTfd0S/Ap73gqCwIoVKzh//jwymYzx48fj5OQEaH+OjRkzhlatWnH9+nVsbW3ZuHEjb968YezYsWL79+/f5+TJk3h7e3P8+HEMDAxISUnBzc2N48eP8+mnn9KwYUOuXbtGeno6y5cv58cff+T+/fv06dOHyZMnA9qfRWp27txJXFwcI0aMwMLCgl27dtGiRQsGDhzIxYsXmTNnDpcvX+b06dNkZmbSokULFixYgEwmw9vbm6ZNmxIWFkZycjKLFy/G3t6eBw8eMHPmTLKzs1GpVPj5+aGvr8/o0aNp3Lgxt2/fpm7duixfvhwTExMuXbrE8uXLUSqV2NnZMX/+fAwNDXF0dKRPnz5cvHiRkSNHEhERwbRp0zA2Nmb//v15lBT9/f3Zv38/2dnZfPTRR6xYsQITExOtzxZBEFi4cCEXLlygUqVKGBgYaLz23t7eJZ7nNWvWkJGRgbu7O3Xq1GH16tWF/n4uWbKECxcuYG1tzZo1a7CystL6fM/fx8Kee7qOQULiQ6FUPcwPHjygcePGGrf9/vvvPH78mICAAIKDg7l165bO8Y/29vZigfbY2Fjxhzo8PFzUpV+yZAlBQUEEBgaya9euPLVGNXH+/Hk6duwofq5UqRLBwcHY29vj4+PDunXr8Pf3x8/Pr8j+P3nyhE8++YTQ0FCioqIICQlh7969zJgxI8/S171799ixYwf79u1jw4YN4jLe7du3mTVrFsePHy90LGlpaTRr1oxDhw5hb2+Pv78/kPMmP2LECAIDA/Hz8+Obb74Rz6l+MYiMjCQ0NJS9e/cSHByMXC4Xi91ratfMzIwGDRpw5coVAM6cOUOHDh0wMDBg9uzZzJ49m6CgIL7++mvmz59fYH5nzJjBtGnTCAkJoV69enkUoTIyMggODmbu3Ln4+voCOUuEbdu2JSAggJ07d7Jy5UrS0tIKtHvjxg1mz57N0aNHiY6O5tdff82zPSIigqCgIPGH6pdffuH27dvcuHGDX3/9lUOHDvHTTz/lkXEubDxxcXH8/PPP/PDDD6xevbrQe+H8+fPY2Nhw6NAhDh8+nOf+gpyXiNjYWA4fPkxISEgexbWikMlkGJmaMnDuMirXb1hge1mr8vSbOoc3R6PIinqjc7slwbRrZS5fvvzWtV/V6OsbkplV8iXtxIQw6pQwhhkgVaXiz5R0xnYsuvZtfk7ciePi3yUUNMmF0dlVVC9bVWdjGQp/3v7666/cvXuX4OBgtm3bxooVK4iLiyv0Ofb48WOGDh3KkSNHMDMz4/jx49ja2hIcHExwcDBeXl707NmTKlWq0KZNG86ePQvAkSNH6Nmzp2jcGRgYEBQUxKBBg5gwYQJz5szh8OHDHDhwgISEhEKfRWqGDx+OjY0NO3bsEAU10tLSaNq0qficGjZsGIGBgRw+fJiMjAxOnz4tHq9UKgkICMDX11d89uzbt4/hw4cTHBxMYGCguLoYFRXFkCFDCA0NpUyZMvz8889kZmbi4+PDmjVrCAkJQalU8vPPP4vtW1hYcODAAdzd3bGzs2PVqlUEBwcXkB3v0aMHgYGBHDp0iFq1auURjdH0bDlx4gRRUVEcPXqU5cuXi7WtNVHSeVYb98HBweJ5C/vNsbOz48iRIzg4OIhzWdjzPT+FPfeKGoOExIfEvyaNfeHCBS5cuEDfvn2BnD/Ev//+W1SBKgx7e3t27NjBw4cPqVOnDm/evCEuLo7r168za9YsAHbt2sWJEycAeP78OY8fP8bS0lJrm3/88QczZswQP3fr1g3I0aZPS0ujbNkcQQNDQ0OSkpK09r9SpUpUrVqV+vXrA1CnTh3atWuHTCajfv36eRSbunXrhrGxMcbGxrRp04abN29iZmZGkyZNqFbtn+QhbWMxMDCga9euANjZ2XHhwgUALl68mCdWLCUlhdTUVFJSUihXrpzoLYmIiGDAgAFAjtFavnxOspG2dp2cnDh69Cht27blyJEjDBkyhNTUVK5fv86kSZPE82VlZeWZ2+TkZJKTk0UPvoeHR579nZ2dAXBwcCAlJYWkpCR+//13Tp06JQokZGZm8vz58wKe66ZNm4pz5ezsTHh4eJ7M9fDwcLp37y6KE/To0YNr166hUqno1q0bRkZGGBkZieMtajzdu3dHLpdTp04dUZxD271gb2/P8uXLWblyJV27dhVf5tRUq1aN6OhoFi5cSOfOnenQoQPFxdDEhAG+Czm4aiFPbv4FgFyuz/Al60mPiCf18vNit1kc5JbGGFgY88cff5Ram3p6xmS+hYc5IfEyjQ0MMJbLyFCVzIj/5mEMR1rUZdGR2yRlFC806pOdfxLh2wGDliOR/bG9+Cd3GAM9FmBgUHoJfuHh4Tg7O6Onp4e1tTUODg7cvHmTa9euFfoca9gw52WscePGeZ5d4eHh+Pv7i0bjgAED2Lx5M927dycoKIiFCxeK+zo6OgI5z9K6detiY5MTH16tWjVevHhBeHi41mdRYejp6dGrVy/xc1hYGJs3bxbD6+rWrSueu0ePHgXG0bx5c77//ntevHhBz549qVGjBpDjLFGvyLm5ubFr1y4+/vhjqlatSs2aNYGcZ9iePXvEFSG1t74oHjx4wNq1a0lOTiY1NTXP37ymZ8vVq1fF62Zra0vbtm21tl2a86ztN0cul4tjdXd3Z+LEiUU+3/NT2HOvqDEU9hsuIfFvU6oGc926dUUvaX4EQWDs2LEMGjSo2O3a2tqSlJTE+fPnsbe3582bN4SGhmJqakrZsjmyvBcvXmT//v2YmJjg7e1NZqb2Jeno6GgqVqyYR41J7R3JrVOv/qxQKLT2/+nTp1p17mUyWZ5YO5lMcyp+buWpwsZiYGAgtiGXy8W2VSoV/v7+GBnl9bIdPXpU9HIKgoCHhwdTp04tcH5t7To6OrJmzRoSExO5desWbdu2JT09HXNzc4KDgzWORRfyz4P68/r164tUuNJ2bEkRBKHQ8WhS7CrsXg4KCuLs2bOsXbuWtm3bMnHiRHFbuXLlCA4O5vfff2ffvn2EhoaydOnSYvfZwNiYvtPncHr7j9w8dZwhC1YiT5bx+sC7T7Ap51KDBw8favT+l4ScF1MBpbLkdaJVqgzSldnUMjHidmpG0Qdo4HZqBrEZWXg5VGPz+eIlzWUpVEwMuMsPg5ZA5EndQzNkMug2F1qPA8Pil44r7HmrDV2fY3p6euJzJy4ujlmzZrFp0ybKlCkDQKtWrZg/fz5hYWEolUrq1fun/KG6ncKepdqeRYVhZGQkhm1kZmYyf/58AgMDqVSpEn5+fnme+bn7oH6eubq60qxZM86cOcPYsWOZP38+1apVK9EzxcREt5UAHx8fNm7cSIMGDQgKChJX7HL3saSU1jwX5/ezJM/bwp57RY1BQuJDolRDMtq2bUtWVhb79+8Xv7t79y7Xrl2jQ4cOBAYGirr0sbGxxUpOad68OTt27MDBwQF7e3u2bt0qevCSk5NFT2pkZCR//vlnoW2dO3euwHJ5Ubxt/wF+++03MjMzSUhI4MqVKzRpUjDusrhjUfdNvWwJOUtgkDfspF27dhw/flzsc2JiYh4PkibKlCmDnZ0dixcvpkuXLujp6VG2bFmqVq1KaGgokPMDnF+4wszMDHNzczGMJjg4OM9Kglq+9tq1a5iZmWFmZkaHDh3YvXu3uMyvTTnuxo0bREdHo1KpCA0NFT1Dauzt7Tl58iTp6emkpaVx8uRJ7O3tadmypRjvmJqaypkzZwB0Gk9+tN0LsbGxmJiY4O7uzqhRowqMIT4+HkEQ6NWrF1999dVbqeMZGBnRdcQYhq9Yj7VtdV5vvwUl9K4WB/3a5ly6dKnU2rO1tSU7O/Gt28l+i0oZatbFvGRsp+KVmFPz6+04Lj1ORuinY9UMwzIwJABajy2RsQyFP2/t7e0JDQ1FqVQSHx/PtWvXaNq0abGfY9nZ2UyaNIlp06aJ3lY1ffv2ZerUqcUKLQLdn0VlypQR+5kftUFnaWlJamqqTi8O0dHRVKtWjeHDh9OtWzfu3bsHwLNnz8TQh8OHD9OqVStq1qxJTEwMjx8/Bgo+w3TtZ2pqKhUqVCA7O7tA2IkmHBwcxOsWFxdHWFhYkcdoo7B51tfXJzs7Gyj8N0elUolzGxISQqtWrYp8vuenNJ97EhLvk1L1MMtkMr777juWLFnCTz/9hJGREVWqVMHX15caNWoQGRkpejZMTU1ZuXKlTktxkOPR+P333/noo4+oXLkyb968EQ3mTp06sW/fPvr06UPNmjVp3rx5oW2dP38+T5yvLnTo0EFj/+XFEEyoX78+w4cPJyEhgQkTJmBra8vff/+dZ5/ijgVyyvcsWLAAV1dXlEol9vb2zJ07lydPnoghDXXq1OGrr77i008/RaVSYWBgwJw5c6hSpUqhbTs5OTFp0qQ8BvnKlSuZN28emzZtQqFQ4OTklCe5E2D58uViUki1atXyeFKNjIzo27cvCoWCJUuWADBhwgSWLFmCm5sbKpWKqlWraszkbtKkCQsXLhST/tRLr2oaN25Mv3798PT0BHKWjhs1agTkeMzd3NwoX7489erVw8zMTOfx5EbbvfD48WNWrFiBXC5HX1+fefPm5TkuLi6OmTNnikIfU6ZM0T7xOmBgbIyVTTUUL9MR/gVjuWzHKqSlp/HkyZNSa7N8+fJkZZVCVYfMKBqW+YiDJJa4ib3P45n9UUW61Lfh1N3iVz0YueP6f0IzRiD7Y4f2HS0+guHBYFYJ3iIMo7DnrTp5z93dHZlMxvTp06lQoQIVKlQo1nPs+vXrRERE4OfnJ+Zz/Pjjj9ja2uLq6sratWuLXQpU12eRl5cXo0ePxsbGJs/zB8Dc3BxPT09cXFywtrbW6HzIT2hoKMHBwejr62Ntbc24ceNISUmhZs2a7NmzB19fX+rUqcPgwYMxMjJi6dKlTJo0SUz6y51cmRsPDw/mzp2rMelv0qRJeHp6YmVlRbNmzbQa1mp69OjB5cuXcXJyonLlyjo9/7VR2Dx7eXnh5uZGo0aNWLp0qdbfHFNTU27cuMGmTZuwsrJi7dq1QOHP9/yU9nNPQuJ9IRNKK3Pnv4SsrCwGDRpEUFDQ++7KO+XatWscOnSIBQsWvO+u5EGdOa3LD1xpk5qaSpkyZUhPT2fo0KEsXLhQa9LUfxOCQoUyNZtXWyJQxJVOqIQmys9owalLZ0tFrERNnz59qF07nb9ujHqrdurW+Yaosv0Z+Nejt2pneb2q2Cn06L+pZCXzejay5YdBDZFtaK05NKNuTxiwFfRNQO9fSyF5Jxw7dozffvuNlStXvu+ulJinT5/y2Wefcfjw4ffdFQkJiQ+c/+4ndgkwNDT8nzeWISc0IX/S2f935syZw8OHD8nMzMTDw+N/wlgGkOnL0TMzxGZic96ERpF6qfQT//QrlUHfzIgbN26UarvlypUjI+PBW7eTkBhGPZuhb93OwofPuNmuMbUrlCXyZfHjqn+9Hculx1Vp1+8nZNv6/LNBJgfHOdCmZPHKHxoLFy7k3Llz/Pjjj++7KxISEhL/Cv/vPMwSEv/LqDKVZD1NJn7vXVQp2aXWrtXoxtxPecLBgwdLrU2AMWM+JS19L0+evJ3hJZeXoWOnv6h17gZZb/lIO9CsNk8iE/g68GaJjjfWl3PDtwMGJ32R/bETLGuA104oXycndllCQkJC4r+OUpfGlpCQeH/IjfQw+sicilPtMW5oVTqN6oN+9bKlmuynpkwZQ7LeQuVPjUqVSppSQa23qMesZnZkDG7NqmBmVLIFuAyFii8C7kHvZfDxVzD+Itg01tlY3rRpE87Ozri6uuLu7s5ff+WUD3xXUsOa5I+TkpLYs2dPqZ+rKLy9vbl5s/gvKvn7Gxsbq7Mw1vugNCWv161bV2qqmxISEtqRDGYJif8xZPpy5Cb6WA1ugKVnPWRGekUfVAjm3T4iISFBFNopTQwNDcjMLB1ZYYUiiXqmb1/LOCIlg9jMbLwcqhW9sxZuPU/iTRYIHaflGMo6xitfv36dM2fOcODAAUJCQti2bZsosPFvSg0nJSWxd+9ejds+xHJf+ftra2vL+vXr32OP/j0mTZpE+/bt33c3JCT+5/l/F8MsIfH/BbmhHiZNrTFpaEXCwYek33hVonYMWllz8mTpeMPyo69vQFYpGcxCxt80KFuFQyXXQBH5LiaOGZ1qsfVCFMWJ8JDLYFSHmkzuUQ9DPTkyveL5JF6+fImlpaVYk9bK6p9VgtwJs7/88gubN28WFTkNDQ2ZM2eOVsnl1NRUJkyYQFJSEgqFgkmTJmmUnlezevVqnjx5gru7O+3bt6dLly6sW7cOc3NzoqKiOH78uFY55RYtWjB8+HBOnz6NsbExGzduxNramtDQUDZs2IBcLsfMzIw9e/aQkZHBzJkzuXv3LrVq1SIj45862i1atBDLvR07dowzZ86wbNkyXr16xdy5c4mOjgZg3rx57Nq1K09/hw4dKibzZWZmMm/ePCIiItDT08PHx4e2bdsSFBTEqVOnSE9PJzo6mu7du+cRs1Lj6OiIs7Mz586dQ09Pj4ULF/Ltt9/y+PFjRo0aJVbP0CQ5DnDw4EG2bNkiilmpkySvXbvG9u3bdbpO2qTLjY2N8fHxoUuXLvTu3ZtVq1Zx6tQp9PT06NChA19//TU+Pj4YGRlx584dXr9+zZIlSzh48CB//vknzZo1Y9myZSiVSo3y1RISEv8gGcwSEv/DyA30wEAPy/71KNu+MgmBD1C8TNf5eMNa5ZAb6b2z2qn6+kZklkJIBkBayi2amZWOB3b383h8P6pIl3o2nL6nW/9afWTJsn5NqGxhgqlhyR6tH3/8MRs2bKBXr160a9cOJycnUVFNTWxsLJs2bSIoKIgyZcowYsSIPGUQ1ZLLjx49Yvz48fTu3RsjIyM2bNhA2bJliY+PZ+DAgXTr1k2rEMXUqVN58OCBKOgTFhbG7du3CQkJEZU2lyxZgoWFBRkZGQwYMICePXtiaWlJWloazZo1Y/LkyaxYsQJ/f38mTJjAxo0b2bJliyhEBbB3716MjY0JDQ3l7t27OtV0XrRoEQ4ODmzYsAGlUklaWlqB/j59+k+FEnWoRkhICJGRkYwaNUqsLXznzh0OHjyIoaEhvXv3xtvbm0qVKhU4Z6VKlQgODmbJkiX4+Piwd+9esrKycHFxYfDgwXkkxwVBYPz48Vy9ehULCws2bdrE3r17sbKyIjExsUTXCXKky7/99lsWLVrEpEmTOH78OO7u7mJ7CQkJnDhxgmPHjiGTycQ5hhwP/P79+/ntt98YP348e/fupW7dugwYMIA7d+6gVCpF+Wr1/hISEnmRDGYJif8HyI30MKxujs2XLUgLj+PNsSiEDGWRx5n1/ojr16+/k2X4HLU0OQpF6fw4JyZepX6FgaXSFsCRhCQ+71q7SIO5upUp890b06amVYkNZTVlypQhKCiIa9euERYWxuTJkwuIg9y8eRMHBwcsLCwA6N27d5567poklwVB4Ntvv+Xq1avI5XJiY2N59eoVFSpU0LlvTZo0EY1l0C6nbGBgIErP29nZceHCBSDHY+zj40OfPn3E+ulXr17F29sbgAYNGlC/fv0i+3H58mVWrFgB5CgSmpmZ8ebNG637h4eHM2zYMABq165N5cqViYrKUXNs166dWI+9du3axMTEaDSY1UZrvXr1SEtL+49CZU7VpaSkJC5cuKBRcjwjI4PevXuLKwXqawbFu05AodLlkCMYZWRkhK+vL127dqVLly7itq5du4oebmtra3Ge69SpQ0xMDA4ODlrlqyUkJHKQDGYJif8nyOQyZHI9TFvZYNrChuTzT0k5H4OQqcVwNpajX8mUKwevaN7+ltja2paasQwQn/A7DQwN0ZeBohRq/yx4+IwbbRtTu0IZIl8WFJyoUNaIKT3r0bdFFQzkMvSLGX6hDT09Pdq0aUObNm2oV68eBw8eLJaanibJ5ZCQEOLj4wkKCsLAwABHR0et8sfaMDX9pxxeYXLKBgYGouc6tzT1ggUL+Ouvvzhz5gz9+/cnMDBQ53MXt6+6kl8OXN3X/BgYGACFy1BrkhzPL7ii7dxqCrtO2qTL1ejr6xMQEMClS5c4duwYu3fvZufOnXmOlclkGvtfmHy1hIREDlLSn4TE/zPkBnrIjfQw61SVSr5tMOteXWNioEWvmrx48YL4+Ph30o8KFSqUjsrff1AokshQKqhh8vaVMgCSlSr+SkljTMdaeb4vZ2LAN84NOTejK/1aVsHEQK/UjOVHjx7l8RbfuXOHypUr59mnSZMmXL16lTdv3qBQKPj111+LHktyMuXLl8fAwIDLly9rlKLOTWFyz+r2tMkpa+PJkyc0a9aMSZMmYWlpyYsXL3BwcBDDAO7fvy/KVQNYW1sTGRmJSqXi5MmT4vft2rXj559/BkCpVJKcnFxof+3t7UVZ6qioKJ4/f06tWrU07ltStEmOt23blmPHjpGQkACQJyRDE8W9TrlJTU0lOTmZzp074+vrm2cui0KSr5aQKBrJw1wCGjZsSL169cTPzs7OjB079j32qPQJCwtj69atGuWpi+LkyZPUqFFDzOhft24dDg4O7z2T+23G9D4ZNGgQ+/btK/V25YY5RrJZp6qYdaxK8u8xpPweg5CeE36h38SSC4eDS/28aiwtLcnMLN3KG9mKFOqZGvMwrXQ8knMinxHcvA6Lj9zBoowBn3WqTb+WVZHJwNjg7aqPaCItLY1FixaRlJSEnp4eH330UQG1TltbW8aNG4enpyflypWjVq1aYliBNlxdXRk/fjyurq7Y2dkVaTBaWlrSsmVLXFxc6NixY57lfYBOnTpplVPWxooVK3j8+DGCINC2bVsaNGhAzZo1mTlz5n8UH2vnEROaOnUq48aNw8rKCjs7O9LSclQsZ82axezZswkMDEQulzNv3jxatGiRp79Dh/4jYjNkyBDmzZuHq6srenp6LF26VKN3923o0KGDRsnxunXr8tlnn+Ht7Y1cLqdRo0YsW7ZMazvFvU65UScMqj3PPj4+Oh8ryVdLSBSNJFxSAnJnb5cWCoUCff13//6i63nexrjMnbX9IfEhG8z/1vUvDFWWEpkM0m68JPtFGoZdK7Jq1SrxR7S08fLyoly5G9y9N6vU2mzRMpAt8basflx6hnh464ZkpGVTxcIEuUyGof77X5hTy7wrFAomTpxI//79xbhgCQkJCYnS5/0/+f+HcHR0ZP369Xh4eODq6kpkZCSQ4zWaOXMmAwYMoG/fvuLyYlBQEJ999hnDhw9n5MiRpKenM2nSJJycnPj888/x9PTk5s2bBAQEsHjxYvE8/v7+LFmypMD5W7RowZIlS3B2dmbEiBHiUrq3tzeLFy+mX79+7Ny5k0uXLtG3b19cXV2ZOXMmWVlZAJw7d47evXvj4eEhJvMA+Pn5sWXLFvGzi4uLmIV+8OBBXF1dcXNzY/r06fzxxx+cOnWKFStW4O7uzpMnT/IU6dd2bm1zl5unT58yZMgQPDw88PDw4I8//gByDGFvb2++/PJLevfuzdSpU1G/B2obU26USiXLly/HxcUFV1dXMe6wOH1VqVQ4OjrmyS7v2bMnr169Ij4+ni+++IL+/fvTv39/wsPDxXmdPn06gwYNYsaMGTx48IABAwbg7u6Oq6uruDSvFpYQBCFPP48ePVrk+IuD3FAPmYEeps1tMO/5EUqlEjs7u3dmyJuZlSE9I7pU20xLvU0z87eXnrbQ12Ns1QqEt2uEhZE+Na3LYGygp7OxrEkMZO/evUUqJf72229a5aZzt/ndd9/h7u6Ok5MTqamphZaI+1D4/vvv31nbjo6OpR469PTpUzGUozDCwsIYN25csdrO3d/8cc8SEhIfJpLBXAIyMjJwd3cX/6kNF8hZyjxw4ACDBg1i69atQM4PRdu2bQkICGDnzp2sXLlSXF68ffs269evZ/fu3fz888+UK1eOo0ePMmnSJG7dugVAnz59OH36NNnZOVLHQUFB9O/fv0C/0tLSsLOz48iRIzg4OPDdd9+J27KzswkKCmLo0KH4+PiwZs0aQkJCUCqV/Pzzz2RmZjJ79my+//57goKCePmy6GK2Dx48YNOmTezYsYNDhw4xa9YsWrZsiaOjIzNmzCA4OJjq1auL+2dmZmo8d2Fzl5vy5cuzbds2Dhw4wJo1a1i0aJG47fbt2/j6+nL06FGePn1KeHi4zmPav38/MTExHDx4kJCQEFxdXYvdV7lcjqOjo2iU//XXX1SuXBlra2sWL17MiBEjCAwMxM/Pj2+++UZsJzIyku3bt/Ptt9+yb98+hg8fTnBwMIGBgaJghZpff/2Vu3fvEhwczLZt21ixYgVxcXFax19SZHpy5AY51QecnZ2ZMWMGHh4e1K5dG7m89B4ZZcoYkpVZCkWTc5GYeJUGZUomXmIgk9HFyoyfGtfgz/aN8alVkSrGhpTR10OupfxacRg8eLBYRUEb3bp10ym86+uvvyY4OJitW7eSkJCgsTzchyIwIggCKpXqg1zZKYyYmBgxvvpd8i7CrSQkJEofKYa5BBgbG4v1PvPTs2dPIKecktp4+v333zl16pRoBGZmZvL8+XMgp+6qutRQeHg4w4cPB3LKF6lL/5QpU4a2bdty5swZatWqRXZ2tsbyS3K5HCcnJwDc3d2ZOHGiuE39fVRUFFWrVqVmzZoAeHh4sGfPHtq0aUPVqlWpUaMGAG5ubvj7+xc6D5cvX9ZaMkkT2s6tLpCvae5yo1AoWLBgAXfv3kUul+dJjmratKloYDZo0ICYmBjKlCmj05guXbrEoEGDRE+qhYUFd+/eLXZfnZyc2LBhA/379+fIkSPinF+8eDGPpHFKSoqYHOTo6IixcY6B17x5c77//ntevHhBz549xX6rCQ8Px9nZGT09PaytrXFwcODmzZuULVtW4/jt7e0Luxw6YWSUk0DXpEkT6tevj1wu5969e9y4cYNHjx5prSqgC8bGBqVWg1nN69fnqd/QAD0ZKHVwspfRk9PNypx+FS3pbGlGtiBQVk9eKgZyfvz8/DA1NWXUqFF4e3tTv359rl69ilKpZMmSJTRt2pSgoCAiIiKYM2cO0dHRTJs2jbS0NBwdHTW2+W8JjAQFBXHixAlSUlKIjY3Fzc1NfL5s27ZNrHgxYMAARo4cydOnTxk1ahTNmjXj1q1bNG3aVHQ01KlTh9WrV+cZx9y5c7l58yaZmZn06tVLFP1wdHSkb9++nD59GoVCwdq1a6lduzYJCQlMnTqV2NhYmjdvrnVFpUWLFgwaNIhz585RoUIFpkyZwsqVK3n27Bm+vr5069YNpVLJqlWruHLlCllZWQwdOpRBgwaxevVqIiMjcXd3x8PDQxQ2SU/PqWM+e/ZsWrZsCeT8TY8dO5bHjx/Tpk0b5s2bh1wu5/Dhw/zwww8IgkDnzp2ZPn26xj5ev36duLg4Jk+eTEpKCkqlknnz5mFvb6/TGCQkJN49ksFcyuQuP5TbmFi/fn2BBI6//vrrP7Voi8bT05Pvv/+eWrVq6VxiKrfXSdfzaEJPTy9PHOu7KvGkbe7UbN++HWtra4KDg1GpVDRt2lTcpmt5qHfZ1xYtWvDkyRPi4+M5efIk48ePB0ClUuHv7y8an7nJfV1cXV1p1qwZZ86cYezYscyfP5927drp1J93PX65XC4a9o0bN6Zu3brI5XIeP37MvXv3iIqK4vXr4lW8KE2VPzUKRQKZKhXVjQ2JSs8qsF0GNClrQpfyZvSxLkejsiZkqQTM9HMS+Er+V1J8MjIyCA4O5urVq/j6+hbwZi5evFj0SqvFN/LzbwmMQE7955CQEExMTBgwYACdO3dGJpMRFBSEv78/giDg5eVF69atMTc35/HjxyxfvlxMCDx27JhWR8PkyZOxsLBAqVQycuRI7t69K4qxqFdz9uzZw9atW1m8eDEbNmygZcuWTJw4kTNnzhAQEKCx3bS0NNq2bcvXX3/N559/ztq1a9m6dSuRkZF8/fXXdOvWjYCAAMzMzAgMDCQrK4tBgwbx8ccfM3Xq1Dw5D+np6Wzbtg0jIyP+/vtvpkyZQlBQEAA3btzg6NGjVK5cmdGjR/Prr7/SokULVq1aRVBQEObm5nz66aecPHlSa/jM4cOH6dChA+PHj0epVIqGuS5jkJCQePdIIRn/Ah06dGD37t2iF0RbyZ6WLVsSGhoKwMOHD7l//764rVmzZrx48YLDhw/j4uKi8XiVSiUqWIWEhNCqVasC+9SsWZOYmBgeP34MQHBwMA4ODtSqVYuYmBiePHkCwJEjR8RjqlSpIvb51q1bYvyytpJJ2ko8aTu3riQnJ1OhQgXkcjnBwcFFGoWFjSk37du3Z//+/eISdmJiYon6KpPJ6N69O0uXLqV27dpYWloCOdc/dz3WO3fuaDw+OjqaatWqMXz4cLp161agLJS9vT2hoaEolUri4+O5du1anpeGfwu18WxoaEjdunXp2bMn48aN4+uvv2bIkCG0bt2aKlWqFFmJQE+v9FT+cpOlSKHef8IyLPT1+NiiLGOqVmB305o87NiEoBZ1mPpRRVqYl8FILheN5X8bZ2dnABwcHEhJSSmgrnb9+nVxn9yKbkWhSWDEzc0NLy8vUWAEKCAwoi5hphYY8ff3z/M31r59eywtLTE2NqZHjx6Eh4cTHh5O9+7dMTU1pUyZMvTo0YNr164BULlyZZ2qZwCEhobi4eFB3759efDgQZ4chtyrOeo+Xr16VZyTLl26UK5cOY3tGhgY0KlTJyBn1c7BwQEDAwPq1asntnXhwgWCg4Nxd3fH09OTxMREcY5yo1Ao+Oabb3B1dWXSpEl5+ti0aVOqVauGnp4ezs7OhIeHc/PmTVq3bo2VlRX6+vq4urpy9epVrXPQpEkTgoKC8PPz4/79+6I4ii5jkJCQePdIHuYSoF5aVNOxY0emTZumdf8JEyawZMkS3NzcUKlUVK1aVWM835AhQ/Dx8cHJyYlatWpRp06dPOWi+vTpw507d7T+OJiamnLjxg02bdqElZUVa9euLbCPkZERS5cuZdKkSWJS1+DBgzE0NGTBggWMHTsWExMTWrVqJRq9vXr1Ijg4GGdnZ5o2bSqGCmgrmeTk5MTs2bPZtWsX69evL/LcujJkyBC++OILDh48SMeOHfMIKWjCyMhI65hy4+npyd9//42bmxv6+vp4eXkxbNiwEvXVycmJAQMG5CkdNWvWLBYsWICrqytKpRJ7e/sCpcIgx2gIDg5GX18fa2vrAolEPXr04Pr167i7uyOTyZg+fToVKlTg0aNHRfbrXZLbMK5Xrx41a9ZEqVRiYGBAeno6L1++JCYmhhcvXvDq1SuSkpJQKBTI5fpkZyeUUh9sMDWtgYnJRxiRzaI6VVnTQE5ZPTnpKhVGMjnGpVQrubTIH3esKQ5Zm3R1YbwrgRFd+qutH4URHR3N1q1bCQgIoFy5cvj4+ORZxSpq5akw8o9Rfa/mbksQBL755hs6duyY59iwsLA8nwtb4Sru3GjCwcGB3bt3c/bsWXx8fPjkk0/o27evTmOQkJD4FxAkPhgUCoWQkZEhCIIgPH78WOjatauQmZkpbh87dqxw8eJFrcc3b978nfdRQqIkKJVKIT09XUhPTxeys7MFhUIhKJXZQkrKQyEh4aoQGxsqPHmyXXjwcKVw794C4f79xcL9B0uFBw+XCw8frhIiI78V/n78kxDz7BchLu6EEB8fJiQl3RbS02MEpTJTUCjShKysN4JCkSqoVMr3PVyNf4vr168XNm/eLAiCIAwbNkyYPXu2IAiCcPXqVcHFxUUQBEEIDAwU5s+fLwiCIIwbN044ePCgIAiCsGfPHo1txsfHC126dBE/X758WRg7dqz4+cSJE8K4ceMEQRCEhw8fCnZ2dsLly5cL9DE0NFT4+uuvBUHIefao6devn3D79m0hMDBQ+Pjjj4WEhAQhPT1dcHFxEW7cuCFEREQILi4uQlpampCamio4OzsLt27dEqKjowVnZ+c8fbW3txeysrIKjOHOnTuCq6uroFQqhZcvXwrt2rUTAgMDBUEQhK5duwqvX78WBEEQbty4IQwbNkwQBEFYuHChsGHDBkEQBOHMmTNCvXr1xP1yk3uMuec/97Z9+/YJ48ePF/v26NEjITU1Vbh586YwdOhQcf/FixcLW7ZsEQRBEAICAoR69eqJc96kSRPhyZMnglKpFD799FPh2LFjQmxsrNClSxfh9evXgkKhEEaMGCGcOHGiwLjU/Xj69KmgUCgEQRCEXbt2CYsWLdJ5DBISEu8eycP8AZGens7w4cNFqdW5c+diaGhIUlISnp6e1K9fX+eYVgmJD4ncMdC5KVOmdp7PgqBApVL+x6OW8y/n//IivXZ6ev9mBHLhpKeni8voAJ988kmBfYyMjOjbty8KhUJjmchZs2Yxbdo0Nm/erDXp798SGLlz5w5Nmzbliy++EJP+mjRpAkC/fv3w9PQEcpL+GjVqJIZt5cbLyws3NzcaNWqUJ+mvQYMGNGrUiD59+lCxYkUxka4wPv/8c6ZOnYqzszMtWrQooIZYHDw9PYmJiaFfv34IgoClpSUbN24Uk1zd3Nzo169foStcTZo0YeHChWLSX48ePZDL5UydOpURI0aISX+Flf+7cuUKW7ZsQV9fH1NTU5YvX17iMUlISJQ+knCJhISExH9Qq3gqlUqqVq3KihUrMDc3L3Y7uUVyfvvtNyIjI/OUi/P29mbGjBmi0amN77//ns8++0z8/K5UH4sid/WO0iR35ZDcxMbGsnjx4jwhXcVh+/btDBw4UEyqHTNmDKtXry7RtSxNtI33XfG28yghIfEPH1ZQ338BmgQJPgTGjBlTIGlIG4WJIxSHpKQkrdn7HxqSaMI/SKIJ2lGXjDx8+DDlypUrlftb19rKmsif6/CujeUPpXazra3tWxl5O3fuFKtMAPz000/v3VjWldK8Btrm8UO5zhIS/01IIRnvCaVSiZ5e6WXn//TTTzrv261bt1IpRZSUlMTevXsZOnRogW0fgtQz5CT0CILADz/8kMdT96GjFk1wdXV9p+eRRBO007x5c7FSyZMnT5g/fz4JCQkYGxuzcOFCateujY+PD4aGhkRERJCamoqPj49YeUJNbu/sq1evmDt3Lm/evGHWrFnMmzePli1baqyVvGrVqgK1i9U1ewVBYMWKFZw/fx6ZTMb48eNxcnIiLCyM7777DktLS+7fv0/jxo1ZtWpVoeEs6jHcuXOHli1bMnTo0AJj7devH506deLzzz8nOjpHnVHdd211mEePHk3z5s25fv06dnZ29O/fn/Xr1xMfH8+qVavEpLm7d+8ycOBAEhISGD16NF5eXjx9+pTPPvuMw4cPExQUxKlTp0hPTyc6Olqshwya6zfv3LmTuLg4RowYgYWFBbt27cLR0ZGAgACsrKy09nfMmDG0atWK69evY2try8aNGwuEEZ06dYpNmzaRnZ2NhYUFq1atwtraGj8/P549e8bTp0959uwZI0aMEGvqb9q0iYMHD2JlZUWlSpVo3Lhxia5BYffb06dPNdaIzj+Pv/76K2lpaahUKnbv3l28PwgJif/vvLfo6f9S1EkWly9fFoYNGyZ88cUXQq9evYQpU6YIKpVKEARBuHjxouDu7i64uLgIPj4+YuJe165dhRUrVgh9+/YVDh8+LJw5c0bo1auX4OHhISxcuFBM1vnrr78ELy8vwd3dXRg4cKAQGRkpCEJOQtDnn38ufPrpp0KPHj2E5cuXi/3KnURy4MABwcXFRXB1dRWmTZtWYAy5E4uio6MFb29vwcXFRRg+fLgQExMjCIIgfP3118LChQuFgQMHCo6OjkJoaGiBdr766iuhSZMmgpubm7Bs2TLh8uXLwuDBg4Vx48YJPXv2FARBEMaPHy94eHgITk5Owr59+/LM47fffiu4uroKnp6ewsuXLwVBEISjR48Kzs7OgqurqzBkyBCxv5999pkwbNgwoUePHoKfn5/YztatWwVnZ2fB2dlZ2LZtmzimnj17CtOnTxecnJwEHx8foUGDBoKbm5swZcqUAuOYM2eO2Md169blmdN169YJffv2FVxcXISHDx8KgpCTaPXJJ58ITk5Ogq+vr5jYo+leWbZsmeDk5CSMGDFC+Ouvv4Rhw4YJjo6OwsmTJwVByEn0XLZsmdCvXz/BxcVF2Lt3ryAIguDp6Sm0bNlScHNzE7Zt2yZER0cLgwcPFvr27Sv07dtXCA8PFwQh5z4cMmSIMGbMGKFnz57C7NmzBaUyJ+ktJCREcHFxEZydnYUVK1ZovFfU93NsbKwwZMgQwc3NTXB2dhauXr2q8xj+l1DPh0KhEL744gvh7NmzgiAIwvDhw4WoqChBEAThzz//FLy9vQVByPk7+fTTTwWlUilERUUJHTt2FDIyMvIk3+X+e5s0aZJ4nyoUCiEpKUkQBEFISEgQBEEQ0tPTBWdnZyE+Pj5Pf/L379ixY8LIkSMFhUIhvHz5UujcubMQGxsrXL58WWjZsqXw/PlzQalUCl5eXuK11MbXX38tjB07Vkw40zZWTX2/efOm4OLiIqSmpgopKSmCk5OTmPTXsGFD4e7du4JSqRQ8PDwEHx8fQaVSCSdOnBDGjx8vCEJOEpurq6uQnp4uvH79WujUqZPw4sWLPEmDgYGBgqOjo5CUlCRkZGQIXbp0EZ49e5Zn3hQKhTBs2DDhzp07giDkvcdzfy6qv7dv3xYEQRC+/PJLMeEyN4mJieJz3t/fX1i6dKk4joEDBwqZmZnC69evhdatWwtZWVni+dLS0oTk5GShe/fueZL2insNtN1vaWlpYsJ4VFSU4OHhIQiCUGAeO3bsKM6ZhIRE8Xj/LsD/Ym7fvs2RI0ewsbFh8ODBhIeH06RJE3x8fNi+fTs1a9ZkxowZ/Pzzz6JCnIWFBQcOHCAzM5OePXuye/duqlWrxpQpU8R2a9WqxZ49e9DX1+fixYusWbMGPz8/IKeG78GDBzE0NKR37954e3tTqVIl8Vi1XPXevXuxsrISayNrY9GiRXh4eODh4UFAQACLFi1i48aNAMTFxfHzzz/z6NEjxo8fT+/evfMcK4kmSKIJ/6ZoQkJCgvh39OrVK+Ryuagy+csvvxRZ91kX1B7dR48eUa1aNT7++GNSU1O5fv06kyZNEvfLysoiKCiI9PR0+vTpg1wu56effsLa2rrQMn+XL19mxYoVQI7AjLps5K5du0TFSHWtZHUd79wIgsCXX35JxYoVqVSpEosXL2bOnDlvrfrYu3dv9PT0tI5VW99z12EGxDrMjo6OqFQqUZG0Tp06tGvXDplMRv369fPUD+7WrRv79u1j4MCBtGnThps3b4p/f2ratWsnzlXt2rWJiYmhUqVKhIaG4u/vj0Kh4OXLl0RGRtKgQQOSk5M1jrOw/latWpWGDRsCOeI8mmocv3jxgsmTJ/Py5UuysrKoWrWquK1z584YGhpiZWWFlZUVr1+/5tq1a3Tv3l2MpXZ0dOT3338HKBDHnJSUxIkTJ+jYsWOea5CRkZEn5Et9v9WoUYNq1arx6NEjqlatqlUFNTe5lWVLAylGWuL/E5LB/BZo+mEqW7ZsoZLKarlk9Q+y2rB0dnYWZZuTk5P5+uuvefz4MTKZjOzsbPGc2n441BRXrvr69euiMe7u7s7KlSvFbd27d0cul1OnTh1evXql05xoEk3QZAjkF024cOEC8I9oQp8+fejRo4fYjlo0ARBFE9RCIZp+/IormqDpRxc0S2BfvXqV7777DiieaIKhoaFG0YR79+6JgjPJyck8fvxYrD2rpihZ8Nz3UXh4OPr6+qJoAiCKJmgzmJs0aYKvry8KhYLu3buLhoMuY/i3sLS0FF96NCVPlUYYkDqGedq0ady6dYs9e/bQr18/zM3NC7xweXt7Y2pqKoY7LF68mKFDhxa7Bm9htZJzo1AokMlkrF+/XmNVDTUlUX1UG3SCIGgc69uSu36wTCbL0yeZTMbOnTtxc3PTeKxKpdI4psLqN2szmAsj99+cnp6exmuwaNEiRo4cSbdu3cTwFzX5+1jcOGH1vVvUNdBU87mwGtG5eRvFV028bay5hMR/E5LB/Ba8zQ9TYaxbt442bdqwYcMGnj59KsbClfScJaUkHjtJNOEfJNGEd0/+2E9nZ2cWL15MZmYmxsbGLFmyhFq1ammNg1UqlcyaNYuIiIg8L6f6+vr079+fbdu2kZiYSEpKCp07d6ZTp07Mnz+fbdu2icdcvXqVPn36MGLECJ4+fUrNmjXZtGkTV69excXFhUqVKokvNElJSYwbN47Xr19jZGTEypUrSU5Oply5cpiYmBAZGcmff/4pjk+lUjF27FgyMjJQqVSoVCpcXFz48ssvWb9+PVWrVmXQoEHcuHEDa2trsaycOk43Li6OxMRE+vXrx7Jly7hy5QoKhQKVSsWECRNwcnIiLi6OFStWsGHDBuzs7KhcuTKhoaGsXLkSJycnTpw4QZkyZWjUqBFubm4oFAo++eQT3NzcaNy4MWPGjOHUqVMoFApSU1PFFSpNpKWl4evry+PHj3FxcaFWrVpcv36d+Ph4hg0bRnR0NFOnTqVnz54YGxvj5uZG586dOXjwIBMnTsTKyoqkpCSWLFnC8uXLRTGkv/76i8ePH2NqasqjR48QBIGhQ4fSqFEjJk+eTGxsLJCjljlu3DiUSiWfffYZ27dvx9HREX9/fxITE4mIiGDZsmU8efIEQ0NDBg4ciI2Njdj/5ORknjx5gqenp1h6T+1M+P3333n48CFPnz4lKiqKoKAgunXrho+PD3K5nEOHDhEbGys6UzRx8eJFfvzxR5KSkli1ahXTpk3j8uXL+Pn5sWfPHrKysli9ejXbtm1DT0+Ply9fUrNmTV6+fMnly5c5d+6cuFqm9konJSUxYMAAXr58SdmyZcX8mRYtWjB8+HBOnz6NsbExGzduxNramvj4eObOncuzZ88A8PX1pVWrVly5coXFixcDOc+Y3bt3k5iYKMZIP3jwgJkzZ5KdnY1KpcLPz08UuZKQ+F9AqpJRyugqqVyzZk2io6PFeqVHjx4VtyUnJ2NrawvAgQMHinV+bXLV2mjRooUoGR0SElLk0m1utElgqynMENDGkydPaNasGZMmTcLS0pIXL14AOZ7YxMREMjIyOHnyJC1btsTe3p6TJ0+Snp5OWloaJ0+e1Np/fX39PJ56NampqZiYmGBmZsarV684d+5ckX10cHAQK1icPXuWN2/eFHmMNjp06MDevXvFvkVFRZGWllZgbguTBb9x4wbR0dGoVCpCQ0Np1aoVTZs25erVq8THx6NUKjly5Eih0t4xMTFYW1vj5eWFp6cnt27dKvGY/m1iY2PZt28fM2fOFMOZDh48yJdffsmaNWvE/e7cucPatWsJCQkhNDSU58+fc+fOHWJjYzl8+DAhISF5PNRVq1alfv36WFtbExISQp06dTh27Bhdu3YlPT0dOzs7HBwccHFxYdiwYdy7d4+xY8eSmJjI/v37adasGQcPHuTp06diopxSqSQlJQVBEHj69ClbtmyhU6dOKBQK+vTpw+rVq/OsjLRu3Zrff/8dCwuLPElaPXr0oGLFipw7d040IM+fP8+jR49ITk4WQ5V69erF1atXuX37NleuXMHW1pZDhw5x+PBhOnbsSGZmJuHh4YwcOZKQkBCUSiXt27cnICCA2NhYDhw4gKurK/b29jx//pzq1atjYGDA4sWLefjwIc2bNxcNUJVKRXp6urg6oYnz589Tvnx5PvroIw4fPkz16tXFUI3MzExmz56Nra0tGRkZGBsbc+jQIa0GpnoV6OTJk9jY2ODo6Ejt2rWZNm0aBgYGqFQq4uLySq83btwYOzs7fvnlF7y8vKhQoQLm5uZ8//33WFhYsGjRItavX8+IESNo1KhRnvsHYOLEiezcuROFQkH//v2xsrJi8+bN4vaoqCi2bNlC9erV2blzJ/Xq1aNVq1b88MMPWFlZ0aVLF/GZpomYmBgCAgL48ccf2bFjB66ursycOVM0yu/cuUOlSpUwNDQkISEBExMTjIyMSEtLIzU1FT09PcqXLy+29+TJE1JSUti7dy+TJk1CJpOJzy51WNyhQ4ewt7cXVzgXL17MiBEjCAwMxM/Pj2+++QaArVu3MmfOHIKDg9mzZ0+BhMh9+/YxfPhwgoODCQwMFFdfJST+V5A8zKWMrvLPxsbGzJ07l9GjR2NqaoqdnZ24bfTo0fj4+LBp0yY6d+5crPNrk6vWxuzZs5k5cyZbtmzBysqKpUuX6nwuSTRBEk34EFDH30Lxw5nq1q1LdHQ0CxcupHPnzvzxxx952v7+++85fvw4U6ZMEY24oUOHMnbsWHEVoH379ixYsABvb2/s7e25efMmHTt2FON9P/30Ux4+fAjkrDr4+/sjk8k4evQoFy5cwNDQMI/RlZs+ffpgbW0t/l0eOXKEzz77DJlMhpOTE1ZWVuJ5Hj9+LFaLSExMxNTUlIULF7J27VquXbuGkZER9+7dY+XKlXTt2hV7e3vu3r2LnZ2duIqlDiHbsmULjo6O7N27F1tbWwICAkhLS2PRokVATihS7dq1EQSBuLg4ZDIZhoaGpKen8+rVK6pWrZpnNU39DIqKimL58uX06dOHa9euMW3aNACuXbvGL7/8IoYQ6enpcerUKSDnbzx36IOvr684ZkNDQwICAgp4Mg0MDMQwJ7XXX922g4MDjRs35osvvsDb2xsnJyeqVq3KmjVrGDRokCgyo1KpqFChQp52u3fvTrVq1Vi+fLkYi/zgwQO2bNmCn58f+vr6GBoaEhoaSp8+fXj9+jU1atRgzJgxYkyypmfssmXL8PHxwd7eHrlcTtu2bWnatCnffPMNSUlJbN26FYDXr18zbNgwsTJR586dSUlJ4cGDB+zbt09cyWjdujWQE/pnamrKgAEDAMjOzhZf3rSFxV28eFG8XwFSUlJITU2lZcuWLFu2DFdXV3r27EmZMmXyjKF58+Z8//33vHjxgp49e0reZYn/OSSDuZhcv34dgDZt2tCmTRvx+9wF/du1a8fBgwcLHKv+AVDTpk0bjh07hiAIzJ8/XzQCW7RoIT7sIScpDXJ+OPr16yd+n7tGa+621Ul82sjdTpUqVdi5c2eBffIb2epx5ye38akek5rCDIHc7fXu3VtMKMz9w5ibihUralzq/eSTTwqoqFWtWpXDhw/n+W769OlMnz5dY9vaXihyz2mTJk3YtWsXkPOioP4BK4zcY/ziiy80bpPL5UyZMiVP0qea/Ncld11m9VjatGmjtVawi4sLLi4uBb7PPS51P7TdM7qM4X2T2zArbjhTuXLlCA4O5vfff2ffvn2EhobmMWgyMzOZP38+gYGBVKpUCT8/P42xrbqiLRRJ1/HlpzjhOHv37iUxMZGzZ8+ydu1a2rZtW+hLlLq/6r7mnj+5XI5CoSAkJIT4+HiCgoIwMDDA0dGx0PmpWbMmQUFBefowceLEAvsZGRnlKbupp6eH8B+NreLOv76+PiqVSvyc//jc8dt169Zl//79hbb3LuOYSyO8KjeCIODh4cHUqVMLbNN2L6pUKvz9/TEyMsqz/9ixY+ncuTNnz55l8ODBbN68Oc8+rq6uNGvWjDNnzjB27Fjmz58vKdNK/E8hhWS8R3755Rfc3d1xdnYmOTmZgQMHvu8uSUj8V1PccKb4+HgEQaBXr1589dVX3L59O892tXFlaWlJampqnhfZMmXK8MknnxSoHlPccBiAEydOFHj51IXihCrFxsZiYmKCu7s7o0aN4vbt2zqHkGkjOTmZ8uXLY2BgwOXLl4tMBNXUByg6vKtKlSpEREQA8Ouvv4rft2/fPs8Lozo8KncIVvny5Xn9+jUJCQlkZWVx5swZjeeoWbMm8fHx4otgdnY2Dx480Dhm9T2myTGSHwcHB06ePElGRgYpKSmcPn1a677Hjh1DpVLx5MkToqOjC4SjuLm5iWF2YWFhWFpaUrZsWVq2bEloaCiQE0utnod27dpx/PhxXr9+DeSE6BV1jTp06CA6ByAnDARywjvq16/P2LFjadKkCVFRUXmOi46Oplq1agwfPpxu3bqJNcwlJP5XkDzM75GRI0eK1TMktJPfsy4hoY3ihjPFxcUxc+ZM0QOZ39Nvbm6Op6cnLi4uWFtb55Gy9vDwYO7cuRgbG+fxStrY2BQrHAZyjJGyZcsWZ6gAxQpVOn/+PCtWrEAul6Ovr8+8efN0DiHThqurK+PHj8fV1RU7Oztq1apV6P73798v0AfICZkaPXo0NjY2eYw1NRMnTmTWrFniCoKa8ePHs2DBAlxcXJDL5UycOJGePXsWCMH6/PPP8fT0xNbWVmsfDQ0NWb9+PYsWLSI5ORmlUsmIESOoW7dugb5MmjSJcuXK0aZNG40hYLlp3LgxTk5OuLu7Y2VlVagceqVKlRgwYACpqanMnz+/gJd34sSJ+Pr64urqiomJibg6NnHiRKZMmcKhQ4do3rw5FSpUoGzZslhZWfHVV1/x6aefolKpMDAwYM6cOVSpUkVrH2bNmsWCBQtwdXVFqVRib2/PggUL2LFjB2FhYchkMurWrUunTp3yxIiHhoYSHByMvr4+1tbWxVYglZD40JEJ6nUuCQkJCYn3wrRp0/D19RXjbCUkikNWVpb4EnL9+nXmzZtX6qUBJST+vyMZzBISEhISEv/F/P3333z11VeiF3nu3LlaazFLSEiUDMlglpCQkJCQkJCQkCgEKelPQkJCQkJCQkJCohAkg1lCQkJCQkJCQkKiECSDWUJCQkJCQkJCQqIQJINZQkJCQkJCQkJCohAkg1lCQkJCQkJCQkKiECSDWUJCQkJCQkJCQqIQJINZQkJCQkJCQkJCohAkg1lCQkJCQkJCQkKiECSDWUJCQkJCQkJCQqIQJINZQkJCQkJCQkJCohAkg1lCQkJCQkJCQkKiECSDWUJCQkJCQkJCQqIQJINZQkJCQkJCQkJCohD+D/9McjvIy/lXAAAAAElFTkSuQmCC\n", + "image/png": "iVBORw0KGgoAAAANSUhEUgAABBwAAAGFCAYAAABeyuApAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjUuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/NK7nSAAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOzdd3xN9xvA8c9d2ZIgEWLP2ARB7KLVKi1t0dZoUVq1qrRmjWpR2hqhgxot1fZnpdRo7VV775GITGTIHned3x+R20SCIHETnvfr5SU594znnHtyzz3P+X6fr0pRFAUhhBBCCCGEEEKIPKS2dgBCCCGEEEIIIYR4+kjCQQghhBBCCCGEEHlOEg5CCCGEEEIIIYTIc5JwEEIIIYQQQgghRJ6ThIMQQgghhBBCCCHynCQchBBCCCGEEEIIkeck4SCEEEIIIYQQQog8JwkHIYQQQgghhBBC5DlJOAghhBBCCCGEECLPScJBCCGEEEIIIYQQeU4SDkIIIYQQQgghhMhzknAQQgghhBBCCCFEnpOEgxBCCCGEEEIIIfKcJByEEEIIIYQQQgiR5yThIIQQQgghhBBCiDwnCQchhBBCCCGEEELkOUk4CCGEEEIIIYQQIs9JwkEIIYQQQgghhBB5ThIOQgghhBBCCCGEyHOScBBCCCGEEEIIIUSek4SDEEIIIYQQQggh8pwkHIQQQgghhBBCCJHnJOEghBBCCCGEEEKIPCcJByGEEEIIIYQQQuQ5STgIIYQQQgghhBAiz0nCQQghhBBCCCGEEHlOEg5CCCGEEEIIIYTIc5JwEEIIIYQQQgghRJ6ThIMQQgghhBBCCCHynCQchBBCCCGEEEIIkeck4SCEEEIIIYQQQog8JwkHIYQQQgghhBBC5DlJOAghhBBCCCGEECLPScJBCCGEEEIIIYQQeU4SDkIIIYQQQgghhMhzknAQQogCzs/Pj1dffdXaYQghhBBCCPFQJOEgxFNuzJgxeHl5sXDhwizTt23bhpeX12OvX6/Xs2jRIl555RXq1atHkyZNePPNN1mzZg0Gg8EyX0REBOPGjaNFixbUrl2b5557ji+++ILbt29nW+f169cZO3Ysbdq0oXbt2rRs2ZJ33nmH9evXYzQaHzvm/BYaGoqXlxcXLlx46GW9vLzYtm1blmn9+vVj2bJleRSdEEIIIYQQT4bW2gEIIfKfra0tixYtokePHri4uOTZevV6Pf379+fSpUsMHz6cBg0a4OTkxMmTJ1myZAk1a9akRo0ahISE0KNHDypUqMC3335LmTJluHLlCrNmzWLv3r388ccfuLq6AnD69GneffddqlatysSJE6lUqRLJyclcvXqV33//nWrVqlG9evU824fCwNHREUdHR2uHIYQQQgghxEORFg5CPAOaNWuGm5sbP/74433n+/vvv3n55ZepXbs2bdu2ZcmSJfed/+eff+bo0aMsW7aMnj17UqNGDcqWLUvnzp353//+R/ny5QGYMmUKOp2OJUuW0LhxYzw9PWndujVLly7l5s2bzJ49GwBFURgzZgwVKlTgt99+o23btlSoUIGaNWvyyiuvsHLlyvu2ytizZw9vvfUWjRo1okmTJrz//vsEBwdbXs9oefDPP//Qu3dv6tWrxyuvvMKJEycs86xdu5ZGjRqxd+9eXnrpJby9venfvz+3bt2yzGM2m5k/fz6tWrWidu3avPrqq+zZs8fyert27QDo0qULXl5e9O7dG0hPpvTt25cmTZrQsGFDevXqxblz5yzLtW3bFoDBgwfj5eVl+f3uLhUP2n5u9lMIIYQQQoj8JgkHIZ4BarWajz/+mBUrVnDjxo0c5zl79iwfffQRHTt2ZMOGDQwZMoS5c+eydu3ae653w4YNNGvWjJo1a2Z7TafT4eDgQGxsLPv27ePtt9/Gzs4uyzzu7u507tyZzZs3oygKFy5cICAggP79+6NW5/zxpFKp7hlPSkoKffv2ZfXq1SxbtgyVSsXgwYMxm81Z5ps9ezb9+/fH39+fChUqMHLkyCxdNVJTU1myZAkzZ85kxYoVRERE8NVXX1le/+WXX1i6dCmjR49m/fr1tGjRgg8//JCgoCAAVq1aBcCyZcvYt28ffn5+ACQlJdGlSxdWrlxpScgMHDiQxMREAFavXg3A9OnT2bdvn+X3uz1o+7ndTyGEEEIIIfKTJByEeEY8//zz1KhRg3nz5uX4+tKlS/H19WXw4MFUrFiR1157jZ49e7J48eJ7rvP69etUrFjxvtu9fv06iqJQuXLlHF+vXLkycXFxxMTEWG6YM68zOjoab29vy79ff/31ntvq0KEDL7zwAhUqVKBGjRpMmzaNy5cvc/Xq1Szz9evXjzZt2lCxYkWGDRtGWFgY169ft7xuMBiYMmUKderUoVatWvTs2ZODBw9aXl+8eDEDBgzg5ZdfplKlSnzyySdUr16dn3/+GYBixYoB4Orqiru7u6W7iK+vL6+++iqVK1emcuXKfP7556SkpHDkyJEsyzk7O+Pu7m75/W4P2n5u91MIIYQQQoj8JAkHIZ4ho0aNwt/fP9sNOEBgYCANGjTIMq1BgwZcv34dk8mU4/oURblvi4PcUBQFyNpyIfPPrq6u+Pv74+/vT5EiRbIUorxbcHAwI0eOpF27djRo0MDStSEiIiLLfJm7Zbi7uwMQExNjmWZvb0+5cuUsv5coUYLo6GgAEhMTuXXrVo7HKiAg4L77Gh0dzcSJE+nQoQMNGzakUaNGJCcnEx4eft/lMnuY7T9oP4UQQgghhMhPknAQ4hni4+NDixYt+Pbbb7O9lnHj/zAqVKhAYGDgfecpV64cKpUqxyQHpCc6XFxcKFq0qKXmQ+Z1ajQaypcvT/ny5dFq71/n9oMPPiA2NpYvvviCVatW8b///Q8gW5JCp9NZfs5IbmTudnH3dlQqVbbjc3eiJTfJlzFjxnDu3DnGjRvH77//jr+/P66urvdNotxLbrb/oP0UQgghhBAiP0nCQYhnzMiRI9m5cyfHjx/PMr1y5crZph0/fpwKFSqg0WhyXFenTp34999/OX/+fLbXjEYjycnJFC1alObNm7Ny5UpSU1OzzBMZGcmGDRt46aWXUKlU1KxZk0qVKrF48eKHvjG+ffs2AQEBDBo0CF9fX0tXjbzm5OREiRIlOHbsWJbpJ06csHQbybjRv7tlyNGjR+nduzetW7ematWq2NjYZBsWVKfT3bNFSW63L4QQQgghREEgCQchnjFeXl507tyZFStWZJner18/Dhw4wIIFC7h27Rrr1q3j119/pV+/fvdc17vvvkuDBg149913+fXXX7l48SIhISFs2rSJ7t27W+oFfPbZZ5YhNI8cOUJERAR79uyhX79+eHh4MGLECCD9Kfz06dO5du0ab731Ftu3bycoKIirV6/y22+/ERMTc8/kh4uLC66urvzxxx9cv36dAwcOMGPGjDw6aln179+fRYsWsWnTJgIDA/n666+5ePEiffr0AaB48eLY2dmxd+9eoqKiSEhIAKB8+fKsX7+egIAATp06xahRo7IV0ixdujQHDhwgMjLyngmTB21fCCGEEEKIguD+7ZOFEE+l4cOHs3nz5izTatWqxZw5c5g3bx7ff/897u7uDBs2jNdee+2e67GxsWHp0qUsW7aM33//na+++gp7e3sqVapE7969qVq1KpDe9WLNmjXMnz+fESNGEBsbi5ubG+3bt2fw4MGWoooA9evXZ+3atfz44498/vnnREVFYW9vT/Xq1Rk7diyvv/56jrGo1Wpmz57NF198QadOnahYsSITJkywDEmZl/r06UNiYiIzZswgJiaGypUr891331GhQgUgvUvGhAkTWLBgAfPmzaNRo0YsX76cadOm8dlnn9GlSxc8PT0ZMWIEM2fOzLLu0aNHM2PGDFatWoWHhwc7dux46O0/lcxmUO6MsKHWgiqP8+UmI2DGpNKgUeec1BJCCCGEEA9HpTxKx20hhBAiL5kMoFKlJxMypMVDUhQkRkLijfSfkyIhOSr955TbYEgBkx6MaWBKA6M+0//69PVpbUBrBxob0NqCxjb9f60t2BYBh+JgXwwa9EbvXJ4j1+PwdLXDzcmWInb/1cFQFAWjWUGrVj12sVQhhBBCiGeBtHAQQgjx5JgMoNb810Ih8RZEB0D0FYgJzPTvGugT82ababmbTfF6iZsqT3r+dMgyzVarpoSzLSWd7ajg5kiNks7U9Ez/53wnGWE0m0EBrUZ6KQohhBBCZCYJByGEEPnDpAe1Lr3lgskAkRch7BiEn4SIk+m/G1KsHeV/HN2JS8k6Ykia0UxITAohMSkcCcpa4LNEEVtqlHKmeskiVC/lTJ3SzlRwc0SrTk88GExmaQ0hhBBCiGeaJByEEELkDZMBNHe6INy6CNf3pycWIk7BrfPprxdkjm7EROtzPfuthDRuJUSy+3KkZZpOo6KyuxPVSzpTvVQR6pd1pWH5oug0agwmMzppBSGEEEKIZ4gkHIQQQjyazAmG6EAI3AHX9kDQPkiOtm5sD0utQWXnwq2E0MdajcGkcPFGAhdvJMDJ9Gn2Og1NKhWjdTV32lUvQbnijpgVBbOiWFpDCCGEEEI8jSThIIQQIvcykgyJt+Dy33BtNwTthYQb1o7s8TgUByAiLu+7eKQYTOy6FMmuS5FM2XCeMkXtaVXVndZe7rSs6oaDjRajyYxGul8IIYQQ4ikjCQchhBD3piigmNJHe7h9Hc6tg4sb0msxPE2DHDm4ARB2OznfNxV6O4WVh4NZeTgYrVqFdzlXWlVzp231EtTydAHSC1FK6wchhBBCFHaScBBCCJGVooBiTh9N4tb5O0mGv+DWBWtHln8c3QEIis7/hENmRrPCkaDbHAm6zTf/XKaYow2tq7nzRsMy+FYujqKAWoW0fBBCCCFEoSQJByGEEOkyukvcvgbHl8PZNRB73dpRPRmO6S0cAm7l0VCcjygmSc+6E2GsOxGGp4sdrzcsw1uNy+Hpai9FJ4UQQghR6EjCQQghnmVmU3pLhrREOP07nFyZ3l3iWePohmI2EZmY+1Eq8lt4XCp+O64yf+dVmlQsRrdGZelUtxQ2GjVmBTRqafUghBBCiIJNEg5CCPEsMhlBo4XQI3B0MZxfD8ZUa0dlPY7umE0ma0eRI0WBg4ExHAyMYdKf53i5binealyW+mWLYjSZ0UqrByGEEEIUUJJwEEKIZ4nZBGYjnFgOh36AqCvWjqhgcHTHYDJbO4oHSkwz8seREP44EkJld0e6NSxLN58yFHe0xWQ2o5FCk0IIIYQoQFSK8jSVGRdCCJFNRreJpCg4+B0cXQIpt60dVYGivLmSmDLtaPjFdmuH8tA0ahUv1PTgo/bV8CpZBJNZke4WQgghhCgQpIWDEEI8rTK6TURdhv1z04tAmgpOjYICxcmDhNSC2aXiQUxmhc1nb7D57A3a1yjBiPbVqFXaRYbWFEIIIYTVScJBCCGeNhmJhuADsGcWXNtt7YgKPqcSxCUYrB3FY9t24RbbLtyiTTV3RjxfjXplXaXOgxBCCCGsRhIOQgjxtDAbQa2F8OOwfQoE7bN2RIWHQ3GiIqw7JGZe2nU5kl2XI2lepTgj2lejUYVikngQQgghxBMnCQchhCjsMmo03DwP2yfD1cJXh8CqNDaobBy5FR9l7Ujy3P6r0ey/eoAmFYsx4vlqNK1UXBIPQgghhHhiJOEghBCFldkMajVEX4FtU+DSJmtHVDg5ugEQEf/0Dgt66FoMby48SMPyRfmofVVaVnWXxIMQQggh8p0kHIQQojAymyA5Cv4eD2dXgww49Ogc3QEIiUmxciD579j12/RefJiG5YsyrWsdqnk4AaBSyagWQgghhMh78mhDCCEKE5Mh/d++2TDPG86skmTD47rTwiEo6ump4fAgx67fpuO8vUz96zypBjNGk9naIQkhhBDiKSQJByGEKAzMd4ZsDNgOCxrDjqmgT7JuTE8Lh/SEQ0Dks3U8TWaFJfuDaPP1Tracu2GZJoQQQgiRVyThIIQQBZ1ihrgQWPE6rOwBMYHWjujp4uiOYjYSn2q0diRWcTM+jSErT9B78SHCY1MwS4sZIYQQQuQRSTgIIURBZTKCSQ/bp8J8H7i6zdoRPZ0c3TGbTNaOwur2Xomi/be7mbPtMgajdLMQQgghxOOThIMQQhREigI3TsP3zWHft+mJB5E/HIuTZpSn+gBpRjPztl+l3be7+TcgGgCzdLMQQgghxCOShIMQQhQkGa0atk6En9pB1GVrR/TUUxxLkGSwdhQFS3BMMn2WHOaDFceITtJLbQchhBBCPBJJOAghREGhKHDjFHzfDP6dl167QeS/IiWJT3s26zc8yJazN2gzayerjoYASH0HIYQQQjwUSTgIIYS1ZWnV0B6irlg7omeLozuxydJl5V6S9CbGrD3DsN9OkCZDaAohhBDiIUjCQQghrMlsgtjr8GNradVgLfbFiEpIs3YUBd76U+F0nLeXgMgkqesghBBCiFyRhIMQQlhDRtP0M6vgx5Zw67x143lW6RxQ6ey4KQmHXLkWlcQr8/ex8nAwIAUlhRBCCHF/knAQQognLaMLhf+HsO590CdZO6Jnl6M7AOGxKVYOpPBIM5qZ4H+Wwb8eJ9Voki4WQgghhLgnSTgIIcSTlNGFYmFrOPmrtaMRjsWB9FEZxMPZeCaCl+bu5fLNRGnpIIQQQogcScJBCCGepDOr73ShuGDtSARYWjhci5JWJo/ienQyXRbsZ/nB64CMYpGhbdu2LFu2zNph5EphilUIIUThIwkHIYTIb2ZzejHIzZ/CuoHShaIguZNwCJKEwyPTm8xMWn+OQSuOkaJ/sl0sxowZg5eXV7Z/169ffyLbX7t2LY0aNco2ffXq1fTo0eOJxCCEEEIUZFprByCEEE81kxFMafC/PnB1m7WjEXdzdEcxGUgxSB2Cx7X57A3Ohsex7N3GlHdzQKt+Ms80WrZsyfTp07NMK1as2BPZ9r1Ye/tCCCFEQSEtHIQQIr+YjJB4E35qJ8mGgsqhOEaTydpRPDVCYlLo+v1+ToXEYXpCdR1sbGxwd3fP8k+j0TBmzBg+/PDDLPN++eWX9O7d2/J77969+eKLL5g5cyaNGzemefPm+Pn5ZVkmPj6ezz77jGbNmlGnTh06derEzp07OXToEGPHjiUhIcHSsiJj2bu7KYSHhzNo0CC8vb1p0KABw4cPJyoqyvK6n58fr776Kv7+/rRt25aGDRsyYsQIEhMT77nfGctktmzZMtq2bWv5PeMYLF68mBYtWtCkSROmTJmCwWC453rXrFlDw4YN2b9/f66P0f32LyEhgRo1anD27FkAFEWhcePGvP7665bl//rrL1q0aAFAaGgoXl5e/PPPP/Tu3Zt69erxyiuvcOLEiXvGLIQQouCShIMQQuQHswkiTsDCVlKvoSBzdCfNaO0gni7xKUbeXnSQHRdvFoqaDuvWrcPBwYH//e9/fPLJJyxYsMBys202mxkwYAAnTpxg1qxZbNq0iZEjR6JWq/H29mbcuHE4OTmxb98+9u3bR79+/bKtX1EUBg8eTFxcHMuXL2fp0qWEhIQwYsSILPMFBwezfft2fvjhB3788UeOHDnCokWLHnv/Dh06RHBwMD///DMzZsxg3bp1rFu3Lsd5Fy9ezMyZM1m8eDHNmzfP1TF60P4VKVKEGjVqcPjwYQAuXbpk+T8joXL48GF8fHyyxDJ79mz69++Pv78/FSpUYOTIkRiN8scqhBCFjSQchBAiP5xZDctehqSoB88rrEZx8iDRUPBvigubNKOZD1Yc5/fDwfm+rV27duHt7W35N2zYsIda3svLiyFDhlChQgW6dOlC7dq1OXDgAAD//vsvp0+fxs/Pj+bNm1O2bFmee+45WrdujY2NDUWKFEGlUllaVjg6OmZb/7///sulS5f45ptvqF27NvXq1WPmzJkcPnyY06dPW+ZTFIXp06dTrVo1GjVqxCuvvGKJ43G4uLgwceJEKleubIk9p/V+8803LF26lF9++YX69es/1DF60P41btzYknA4dOgQTZs2pVq1ahw7dswyrXHjxlm22a9fP9q0aUPFihUZNmwYYWFhT6w2hxBCiLwjNRyEECKv7f4Kdk6zdhQiN5xKEJ8qT03zg8msMG7dWW4lpPFR+2r5tp0mTZowefJky+/29vYPtbyXl1eW393d3YmOjgbgwoULlCxZkooVKz5yfAEBAZQsWZJSpUpZplWpUgVnZ2cCAwOpW7cuAKVLl8bJyckyT4kSJSxxPI4qVaqg0Wgsv7u7u3P58uUs8yxdupSUlBTWrFlD2bJls63jfscoN/vXuHFjVq9ejdls5siRI/j6+uLp6cnhw4epWbMmQUFB2RIOmbfp7p5e3DUmJobKlSs/4pEQQghhDdLCQQgh8kJG0/G/x0myoTBxdOd2kt7aUTzV5my7wvh1ZzCbFcz5UNfB3t6e8uXLW/6VKFECAJVKhXJXl46cmuRrtVmfvWRezs7O7rHjUxQFlUqV4/T7xZHTPJnlxf5laNSoESaTic2bN+e4rfutIzf75+PjQ1JSEufOnePo0aM0btwYHx8fjhw5wqFDhyhevHi2RIJOp8uyPUjv4iKEEKJwkYSDEEI8LsUMKLB+KBxYYO1oxMOwL0pkYpq1o3jq/XoomEG/HsdkVp5YMclixYoRGRmZZdqFCw9XT8XLy4sbN25w7dq1HF/X6XSYHlB0tEqVKkRERBAREWGZdvXqVRISEh7raX2xYsWIiorKcmP/sPuXoU6dOvz000/88MMP/PTTTw+1bG72L6OOw6+//opKpaJKlSo0atSI8+fPs3Pnzmz1G4QQQjw9JOEghBCPw2xOTzis7g/Hf7F2NOJh2Lmg0ui4GZdq7UieCX+fu0HPxYdINZgwmvL/SXXTpk05e/Ys/v7+BAUFMW/ePK5cufJQ62jcuDGNGjVi2LBh7N+/n5CQEHbv3s2ePXuA9G4QycnJHDhwgJiYGFJSUrKto1mzZnh5eTFq1CjOnTvH6dOn+fTTT2ncuDF16tR55P1r0qQJMTExLFq0iODgYH799Vf27t37yOvz9vZm0aJFLFiwIMsIGw+S2/1r3Lgx69evx8fHB5VKhYuLC1WqVGHz5s3ZulMIIYR4ekjCQQghHpXZBGYD/PYWnFtr7WjEw3IoDkBYbPabRJE/Dl+L4bXv/iU22ZDvSYeWLVvy4YcfMmvWLN544w2SkpLo0qXLQ6/Hz8+P2rVr8/HHH/Pyyy/z9ddfW5r2N2jQgDfffJOPPvoIX1/fHFsHqFQqFixYgLOzM7169eLdd9+lbNmyzJ49+7H2r3LlykyaNImVK1fy6quvcvr06RxHyXgYDRs2ZOHChcydO5dffsldAjW3+9ekSRNMJhNNmjSxTPPx8cFkMknCQQghnmIq5X4dBIUQQuTMbASTHn7tBkH7rB2NeBRlm0D/f3jv5yNsu3DL2tE8U0q72vPbwKZ4utih1cizDyGEEOJpJVd5IYR4WGYTmAzwSxdJNhRmjumV7wOjkqwcyLMnLDaFHj8eICpR/0S6VwghhBDCOiThIIQQD8NsSm/d8Gs3CDlk7WjE43B0Q1EUgqMl4WANEXGp9Fh4gLiU/O9eIYQQQgjrkISDEELkklkxo6jUEHIEgh69OJsoIBzdUEwGjHKvazXXo5N5a9FBkvUmjDLkoRBCCPHUkYSDEELkQka5mz2he6BiC3j7DytHJB6bo7vc5BYAl28m0vOnQ+iNZkzyfgghhBBPFUk4CCFELqhUKib9O4khO4aw8PRCqPYivLvJ2mGJx+HgRqrB2kEIgDNhcbyz5DAmM5illrUQQgjx1JCEgxBC5MKsI7Pwv+oPgN8JP2Yfmw0VmsPA3dYNTDwyxcmDBL3c3BYUR4JuM2TlcZC3RAghhHhqSMJBCCHuQ1EUlpxdwi/ns45Jv+TsEr44+AV41kcZfATUWitFKB5ZEQ/ipYlDgfLP+Zt89udZa4chhBBCiDwiCQchhLgHk9nErtBdzDk2J8fX/7j0B+P2jkNxq4J56HHQ2j3ZAMXjcXAjJklv7SjEXX49FIzfjivWDkMIIYQQeUASDkIIkQOj2ci1+GuM3jMa5T5tvDcEbmDkrpGYXUpjHn4KbJ2fYJTikalUYOdKZEKatSMROfjmn8usPhaC2Sz9K4QQQojCTBIOQghxF5PZRKIhkQ+3fUiKMeWB828L3saQ7UMwOhTDNPwkOLjlf5Di8dgXRaVWExH34PdXWMeYNWfYfzVKRhIRQgghCjFJOAghRCaKomDGzJDtQ4hIisj1cvvD9/P+1vfR2zhgGnYcXMrmY5TisTm6AxB2WxIOBZXRrDD4t+Pcik+TpIMQQghRSEnCQQghMlGpVEzaP4lTkaceetmjN4/S7+9+pKg1GAcfhOJV8yFCkSfutEK5HpNs5UDE/cSnGPlgxTFkpEwhhBCicJKEgxBC3KEoCkvOLGFD4IZHXsfZqLP02dyHBLMB4wd7oVTdPIxQ5Jk7LRwCIxOtHIh4kNOhcXy+4by1wxBCCCHEI5CEgxBCkF63YW/YXuaemPvY67oSe4Xem3sTY0jA2H8blGuWBxGKPOXohqKYCYtNtXYkIheWH7zOxtPhmKSIpBBCCFGoSMJBCPHMM5lNRKdGM3bvWMxK3vQVvx5/nV6benEzJQrjO39ClfZ5sl6RRxzdUUxGa0chHsLoNWcIi03BaJJ6DkIIIURhIQkHIcQzT6VSMWr3KOL18Xm63oikCHpt7kVIYhjGt36HWl3zdP3iMTi6YZAb10IlMc3IwF+OYlbSuz8JIYQQouCThIMQ4pmmKArfnfyOE7dO5Mv6o1Ki6L25N1dir2J6/Sdo0CdftiMekqM7yQZrByEe1sUbCYz3P4NKpbJ2KEIIIYTIBUk4CCGeWUazkRO3TrDozKJ83U5cWhx9/+7L6agzmDrNAd8h+bo98WCKkwcJemnhUBitOhrK6mMhUs9BCCGEKAQk4SCEeCaZFTMpxhQ+3fNpntVtuJ8kQxID/xnI4RuHMb/wObQZk+/bFPfhVIK4ZL21oxCPaIL/Wa5FJUk9ByGEEKKAk4SDEOKZpFapGb9vPDeTbz6xbaaaUhm8fTC7QnZjbj0aOkx/YtsWd3FwIzpJEg6FVarBzPvLj2I0K5ilnoMQQghRYD1TCYfevXvz5ZdfWjuMB/Ly8mLbtm33fD00NBQvLy8uXLjwBKMS91JYzqsMa9eupVGjRo+9nsznaWE7J82Kmd8u/sbOkJ1PfNsGs4GPd33MxsCNKE0HwasLnngMzzy1FpWdM5EJadaORDyGgMgkPl19GrXUcxBCCCEKrAKbcDh+/Dg1atSgf//+ebZOPz8/hg8fnmfryy/79u2jVatWj7WOtm3bsmzZsrwJqIB7UILmaeXn58err75q7TAAKFWqFPv27aNq1arWDuWBTGYTwfHBfH3ka+vFoJgYv288qy6vAu9e0P0Xq8XyTHIoDkBEXIqVAxGPa/2pcLZfuCldK4QQQogCqsAmHNasWUOvXr04fvw44eHhebJOV1dXnJyc8mRd+cnd3R0bG5t8347JZMJsLrxf0vR6aQ5dUGg0Gtzd3dFqtdYO5YE0ag0T9k9Ab7bu+aOgMPXgVJaeXQo1X4Xe66wazzPF0Q2AkNuScHgafOZ/FqMUkBRCCCEKpAKZcEhOTmbz5s289dZbtGnThrVr12Z5/dChQ3h5ebF37166dOlC3bp16dOnD9HR0ezevZuXXnqJBg0a8PHHH5OS8t8Xyrubvrdt25YffviBsWPH4u3tTZs2bfjjjz+ybOvSpUv06dOHunXr0qRJEz777DOSkpLuGbvJZGLcuHG0bduWunXr0qFDB37++eds861evZqXX36Z2rVr06JFCz7//HPLa3c/sT99+jRdunShTp06vPbaaw9stt67d2/CwsKYPn06Xl5eeHl5Af81pd+5cycdO3akTp06hIWFcfr0afr27UuTJk1o2LAhvXr14ty5c1nW6eXlxapVqxg8eDD16tXjhRdeYPv27ZbX4+LiGDlyJE2bNqVu3bq88MILrFmzBvivuf3GjRt58803qVOnDi+//DKHDh3Kso3Dhw/zxhtvWI7J119/jdFozLJfn3/+OdOnT6dJkyb069ePtm3bAjB48GC8vLwsv+dk1qxZdOjQgXr16tGuXTvmzJmDwfDfuHgZLQb8/f1p27YtDRs2ZMSIESQmJlrmSU5O5tNPP8Xb25sWLVqwZMmS+74Xmde7evVq2rRpg7e3N5MmTcJkMrFo0SKaN2+Or68v33//fZblEhIS+Oyzz/D19aVBgwb06dOHixcvWt7L+fPnc/HiRct7nPF3snTpUjp37kz9+vVp3bo1kydPzvGc3bZtGx06dKBOnTr07duXiIiILK+vXLmS9u3bU7t2bTp06IC/v/899/HuLhW5OR82bdrE22+/Td26dXn99de5du0ap0+f5rXXXsPb25v+/fsTExPzwOP7MExmE39c/INTkafydL2P49tj3zL/xHyo3Bb6b7V2OM8GR3cAgqLu/VkuCo/wuFS+/ucSitRyEEIIIQqcAplw2LRpExUrVqRSpUq88sorrF27NscvEvPnz+ezzz7j999/58aNG3z00Uf88ssvfPPNNyxcuJD9+/ezfPny+25r6dKl1K5dG39/f95++20mT55MQEAAACkpKbz33nu4uLiwevVq5syZw7///svUqVPvuT6z2UzJkiWZM2cOGzduZPDgwcyePZtNmzZZ5lm5ciWff/453bt3Z8OGDXz33XeUK1cux/UlJyfz/vvvU7FiRdauXcvQoUP56quv7rtPfn5+lCxZkmHDhrFv3z727dtneS01NZUff/yRL774gr/++ovixYuTlJREly5dWLlyJf/73/8oX748AwcOzHKjnXG8X3rpJdavX0+rVq0YNWoUsbGxAMydO5eAgAAWLVrEpk2bmDx5MkWLFs2y/MyZM+nbty/+/v54e3szaNAgbt++DcDNmzcZOHAgderU4c8//2Ty5MmsXr062034unXr0Gg0/Pbbb0yZMoXVq1cDMH36dPbt22f5PSeOjo5Mnz6djRs3Mn78eFatWpWt20lwcDDbt2/nhx9+4Mcff+TIkSMsWvTfkIkzZ87k0KFDzJ8/n8WLF3P48GHOnj173/cjY7179uzhp59+4ptvvmHNmjUMHDiQmzdvsnz5ckaNGsWcOXM4efIkAIqiMHDgQCIjI1m4cCFr166lVq1avPPOO8TGxtKxY0f69etH1apVLe9xx44dAVCpVIwfP54NGzYwY8YMDh48yKxZs7LEk5qayvfff8+MGTP47bffSExMZMSIEZbXt27dyrRp0+jbty8bNmzgzTffZNy4cRw8ePCB+wq5Ox/8/PwYNGgQ69atQ6vVMnLkSGbNmsX48eP59ddfCQkJYe7cubnaXm6YFTOxabHMOT4nz9aZV348/SNfHf4KyjZGGfQvqArkR/PT404Lh2uScHhqLN0fxOWbidK1QgghhChgCmT759WrV/PKK68A0LJlS5KTkzlw4ADNmjXLMt9HH31Ew4YNAXjjjTf45ptv2LZtG2XLlgWgQ4cOHDp0iIEDB95zW61ataJnz54ADBgwgGXLlnH48GEqV67Mhg0bSEtL46uvvsLBwQGAiRMn8sEHHzBq1Cjc3NyyrU+n0zFs2DDL72XLluXEiRNs2bLFckP4/fff07dvX9555x3LfHXr1s0xvg0bNmA2m5k2bRr29vZUrVqVGzduMHny5Hvuk6urKxqNBkdHR9zd3bO8ZjAYmDx5MtWrV7dM8/X1zTLP559/jo+PD0eOHOG5556zTO/atSudOnUC4OOPP2bFihWcPn2aVq1aER4eTo0aNahTpw4AZcqUyRZXz5496dChAwCTJ09m7969rF69mgEDBrBy5UpKlizJxIkTUalUVK5cmZs3b/L1118zePBg1Or0G7Dy5cvz6aefZlu3s7Nztn2924cffmj5uUyZMgQGBrJp0yYGDBhgma4oCtOnT7d0vXnllVc4cOAAI0aMICkpidWrVzNz5kyaN28OwIwZM2jduvV9t5ux3mnTpuHk5ESVKlVo0qQJ165dY9GiRajVaipVqsSiRYs4fPgw9evX5+DBg1y+fJkDBw5YuteMHj2abdu28ffff9OjRw8cHBwsXRkye/fddy0/ly1bluHDhzN58uQs54zBYGDixInUq1fPsh8dO3bk9OnT1K1bl8WLF9O1a1fL30bFihU5efIkS5YsoWnTpg/c39ycD/369aNly5YA9OnTh48//phly5Zl+Zu+u3XT41Cr1Hx+8HMSDYkPntkKVlxYQbIxmUm+k2DIMVTfNQGTdBvKFw5uKGYTUYlyfJ8WJrPC6DWnWfthswfPLIQQQognpsAlHAIDAzlz5gzz588HQKvV0rFjR9asWZMt4ZDRVQCgePHi2NvbW5INAG5ubpw5c+a+28u8DpVKhZubG9HR0QAEBATg5eVlSTYANGjQALPZzLVr13JMOAD89ttvrFq1ivDwcNLS0jAYDJYb/OjoaG7dupXtJv9eMmKwt7e3TPP29s7VsjnR6XRZ9jkjprlz53Lo0CGioqIwm82kpKRkq52ReTkHBwccHR0tTd7feusthg0bxvnz52nevDnt27enQYMGWZbPHLdWq6V27doEBgZa9tPb2xtVpmrjDRs2JDk5mRs3buDp6QlA7dq1H3nft2zZws8//0xwcDDJyckYjcZsNT1Kly6dZVqJEiUs50NISAgGg4H69etbXnd1daVixYoP3Pbd63Vzc0Oj0VgSKRnTMrZ17tw5kpOTadKkSZb1pKamEhwcfN9tHTx4kB9//JGrV6+SmJiIyWQiLS2N5ORky7mccfwzVK5cGWdnZwICAqhbty6BgYH06NEjy3obNGjAL7/krrhhbs6Hu/9+c5qWV10qjGYje0L3sCN4R56sL7+svbKWZEMyM1rOQDXsJOr5jcCQbO2wnj6O7phNxgfPJwqVkyGx/HrwOm83KY9GLSNXCCGEEAVBgUs4rF69GqPRmGWUBkVR0Gq1xMXF4eLiYpmeuUCdSqXKVrBOpVI9sChiTstkdN9QFCXLDfDd8+Vk06ZNTJ8+ndGjR+Pt7Y2joyOLFy/m1Kn0PuO2trb3jedued0n1c7OLlvsY8aMISYmhnHjxuHp6YmNjQ09evTIUt8A0pMVmWU+vq1bt2bnzp3s2rWLf//9l3fffZeePXsyevToXMWV035mTMscb+bEy8M4efIkH3/8MUOHDqVFixYUKVKEjRs3snTp0izz5VT0MPP58KhyOs/ud76azWbc3d1z7BJUpEiRe24nLCyMgQMH8uabbzJ8+HBcXFw4duwY48ePz1IPI2N7d8s87e7X7/f3cLfcnA+Zz6eM9d79N50XRU0VRcFgNjDt0LTHXteTsCVoCynGFGa3mQ0fnUY9vzGk5G0ti2eeozt6k/T3fxrN3HKJjnVKUdTRRobLFEIIIQqAAtVR2Gg08ueffzJmzBj8/f0t//788088PT3ZsGHDE42nSpUqXLx4keTk/54wHj9+HLVaTYUKFXJc5tixY3h7e9OzZ09q1qxJ+fLlszyRdnJyonTp0hw4cCDXMVy6dInU1FTLtIx+/vej0+lyfbN29OhRevfuTevWralatSo2NjaW2goPo1ixYrz22mt8/fXXjBs3LlsBzsxxG41Gzp07R6VKlYD0/Txx4kSWm/rjx4/j6OiIh4fHfber0+kwmUz3nef48eN4enoyaNAg6tSpQ4UKFR569JNy5cqh0+my7EdcXBxBQUEPtZ7cqFWrFlFRUWg0GsqXL5/lX7FixYCc3+OzZ89iMpkYM2YM9evXp2LFity6dSvb+o1GY5baE4GBgcTHx1vej0qVKnHs2LEsy5w4cYLKlSvneh8edD48KSqVim+PfsvN5JtW2f6j2B26m0HbBmGwdcY07AQUKWXtkJ4qiqM7yYYHzycKn4Q0I5PWn5NkgxBCCFFAFKiEw65du4iLi+ONN96gWrVqWf69+OKL9y0ImB86d+6MjY0NY8aM4fLlyxw8eJCpU6fy6quv3rM7Rbly5Th79ix79+7l2rVrzJkzJ1u3jqFDh7J06VJ++eUXgoKCOHfu3D2LW3bq1MlSBPDq1avs3r07VyMjlC5dmiNHjnDz5s0HNksvX74869evJyAggFOnTjFq1Cjs7OweuI3M5s6dy7Zt27h+/TpXrlxh165d2W5OV65cydatWwkICODzzz8nLi6O119/HYC3336bGzduMHXqVAICAti2bRt+fn707ds3S7eDe+3rgQMHiIyMJC4uLsd5ypUrR0REBBs3biQ4OJhffvkly0ggueHo6Mjrr7/OrFmzOHDgAJcvX2bMmDG5fur/MJo1a0b9+vUZPHgwe/fuJTQ0lOPHjzN79mzL+VS6dGlCQ0O5cOECMTEx6PV6ypUrh9FoZPny5YSEhODv78/vv/+ebf06nY6pU6dy6tQpzp07x7hx46hfv76llsh7773HunXr+O233wgKCmLp0qVs3bqVfv365Sr+3JwPT4LRbORc1Dn+uGSdZMfjOHTjEP3/6U+qVodpyBEoWsHaIT09ingQn3b/JKUovP46HcGey5FSQFIIIYQoAApUwmH16tU0a9YsxybjL7zwAhcuXMg2XGN+sre3Z/HixcTGxvLGG28wfPhwfH19+eyzz+65zFtvvcULL7zAiBEj6N69O7Gxsbz99ttZ5unatSvjxo1j5cqVdOrUiffff5/r16/nuD5HR0d++OEHrl69SpcuXZg9ezajRo16YOzDhg0jLCyM9u3bP7BexLRp04iLi6NLly58+umn9O7d29KnPrd0Oh3ffvstr7zyCr169UKtVvPtt99mmWfkyJEsWrSIV199laNHj/Ldd99ZntZ7eHiwcOFCTp8+zauvvsrkyZN54403GDRo0AO3PXr0aP7991/atGlD165dc5ynffv2vPPOO3z++ee8+uqrnDhxIlfrvtunn35Ko0aNGDRoEH379qVhw4aPVVfiXlQqFQsXLsTHx4dx48bx4osv8vHHHxMWFmZJdnXo0IGWLVvSp08ffH19+euvv6hRowZjx45l0aJFdOrUiQ0bNvDxxx9nW7+dnR0DBgxg5MiR9OjRA1tb2yzvV/v27Rk3bhyLFy+mU6dO/P7770ybNi1bTYl7yc358CRo1VqmH56OQuFsPn8q8hR9t/QlETPGDw9AiRrWDunp4FiC2GQpGPk0G+9/BnPh/LMXQgghnioqRQauFvksNDSUdu3a4e/vT40acsMkngyj2cj24O2M2v3gBF1BV8mlEks6LMFF54h2WScIPWLtkAo1ZVwE2wMSeO/no9YOReSjD9tUZlQHL+leIYQQQlhRgWrhIIQQeUVBYfax2dYOI08ExgXSa1MvotJiMb67ESq2sXZIhZfWFpWNA7fiUx88ryjUFu0NJDw2BbM0dRBCCCGsRhIOQoinjslsYsX5FYQlhlk7lDwTmhhKz009CUu+gbHXaqj+srVDKpwc0rskhcdKwuFpZzApzN56GbUMkSmEEEJYjSQcRL4rU6YMly5dku4U4olJNaXy05mfrB1GnruVfIs+m/sQGH8NY/dfoO6b1g6p8HF0ByAkJvkBM4qngf/JcEJvJ0srByGEEMJKJOEghHiqmBUzi04vIl4fb+1Q8kVMagx9t/TlYswFTF0WgM971g6pcHFMb+EQFJ1k5UDEk2AySysHIYQQwpok4SCEeGqYFTOxabGsvLjS2qHkq3h9PP3+7s/xWycwvTQTWoy0dkiFx52EQ2CUJByeFdLKQQghhLAeSTgIIZ4aKlR8d/I7Uowp1g4l36UYU/hg6wfsD9+Pud0EaD/Z2iEVDo7uKCYjCalGa0cinhBp5SCEEEJYjyQchBBPBUVRiEmNYe2VtdYO5YnRm/UM3zGcrUFbMTcfDi9/a+2QCj5Hd0xmk7WjEE+YtHIQQgghrEMSDkKIp4KCwtJzSzGYDdYO5YkyKkY+3fspf179E3z6w2tPX7HMPOVQHL1RbjqfNdLKQQghhLAOSTgIIZ4KKcYUVl9ebe0wrMKsmJn07ySWn18OdbvB239YO6QCS3EsQeKzlZMSd0grByGEEOLJk4SDEKLQM5lN/HbxN5IMz24hQAWFmUdm8uOpH6Hai9B3k7VDKpiKlCRe6jc8k6SVgxBCCPHkScJBCFHomRUzK86vsHYYBcL8k/OZfWw2lG8OA3dbO5yCx8md2GS9taMQViKtHIQQQognSxIOQohCzWg24n/Vn+jUaGuHUmAsObuELw5+AZ71UQYfAbXW2iEVHPbFiEpMs3YUwkqklYMQQgjxZEnCQQhRqKlVapadW2btMAqcPy79wbi941DcqmAedgK0dtYOyfpsHFFpbbkRLwmHZ5n/yXDCY1NQFGnlIIQQQuQ3STgIIQoto9nI9uvbCU4ItnYoBdKGwA2M3DUSs7Mn5uGnwNbZ2iFZl6M7AOGxyVYORFiTyazw66FgpFeFEEIIkf8k4SCEKLS0ai1Lzi2xdhgF2rbgbQzZPgSjQzFMw09abrqfSQ7FAQiJSbFyIMLaVh8LQTpVCCGEEPlPEg5CiELJrJi5cvsKZ6POWjuUAm9/+H7e3/o+ehsHTEOPgUtZa4dkHXeSLdcin93RTES6m/Fp7L4cidFktnYoQgghxFNNEg5CiEJr1eVV1g6h0Dh68yj9/u5HilqDcfBBKF7V2iE9eXcSDoHRknAQ8NvhYLQa+RokhBBC5Ce50gohCiWT2cTGwI3WDqNQORt1lj6b+5BgNmD8YC+UqmftkJ4sR3cUkwG9UZ5qC9hx8RYxSTJEqhBCCJGfJOEghCh0jGYjW4O3Eq+Pt3Yohc6V2Cv03tybGEMCxv5boVwza4f05DgWx2gyWTsKUUAYzQp/HAmWbhVCCCFEPpKEgxCi0NGqtay5vMbaYRRa1+Ov02tTL26mRGF850+o+ry1Q3oyHN1JNVo7CFGQ/HEkRLpVCCGEEPlIrrJCiEJFURQikiI4cuOItUMp1CKSIui1uRfBCaEY3/wNanW1dkj5TnH0IFEvYyGK/wRFJ3MkKAaTWVo5CCGEEPlBEg5CiELFrJhZfXk1CnLj+LiiUqLos6UPV2KvYnz9J2jQx9oh5a8iJYiXJg7iLisPBaNRy9chIYQQIj/IFVYIUaioVCr+vPqntcN4asSlxdH3776ciTqDqdMc8B1i7ZDyj6M7t5OlSKDIavPZCJLSJBElhBBC5AdJOAghCg2T2cTBiIPcTL5p7VCeKkmGJAb+M5DDNw5jfuFzaDPW2iHlDztXbiWkWTsKUcCkGsysOR4qxSOFEEKIfCAJByFEoaFWqfkn6B9rh/FUSjWlMnj7YHaG7MLc+lPoMMPaIeUtOxdUGh0341OsHYkogKR4pBBCCJE/5OoqhCg0FBR2heyydhhPLYPZwMhdI9kYuBGl6Qfw6gJrh5R3HN0ACLudauVAREF0LjyeoKgka4chhBBCPHUk4SCEKBTMipkzkWeITo22dihPNZNiYvy+8ay6vAq8e0H3X6wdUt5wdAfgenSylQMRBdW2CzcxSLcKIYQQIk9JwkEIUWj8c126UzwJCgpTD05lydklUPNV6O1v7ZAe352Ew7WoRCsHIgqqnZduoZNuFUIIIUSekiurEKJQUKvU7AjZYe0wnimzj83G74QfVH4O+m+zdjiPx8ENRVEIvi0tHETOjly7TarBZO0whBBCiKeKJByEEAWeoigExAYQmhBq7VCeOQtPL+Srw19BWR+UQf+CqpBeNhzdUEwGzNJiXtyD3mRm39UoTGbF2qEIIYQQT41C+s1RCPEsMSkmGZ3CilZcWMGkfyehlKiBecgx0NhYO6SH5+guwx6KB9p58RYqlbWjEEIIIZ4eknAQQhR4WrVWulNY2doraxm9ZzRK0fKYh50EG0drh/RwHN1IMVo7CFHQ7boUiVoyDkIIIUSekYSDEKLAu5V8i4sxF60dxjNvS9AWhu8cjsmpBObhp8C+mLVDyjXFyYMEvbRwEPcXFptCYKQUFhVCCCHyiiQchBAFmtFsZF/YPmuHIe7YHbqbQdsGYbB1xjTsBBQpZe2QcsfJg/gUg7WjEIXAtgu3ZHhMIYQQIo9IwkEIUaBp1VoORxy2dhgik0M3DtH/n/6kanUYhxyBohWsHdKDOboRnaS3dhSiENglw2MKIYQQeUauqEKIAu/wDUk4FDSnIk/Rd0tfkjBj/PAAlKhp7ZDuTaUGWxciE9KsHYkoBI4G3SZFL8NjCiGEEHlBEg5CiALNaDYysO5AahWvZe1QxF0uxFygz+Y+xBlTMA7cCWV8rB1SzuyLolKruRGXau1IRCGQPjxmJEYZQ1UIIYR4bJJwEEIUWIrBgDpVz5vV3+T3Tr9z4q0j/NX1Lyb7TqZBiQbWDk8AgXGB9NrUi6i0WIzvboSKbawdUnaO7gCE3E6xciCisNhx8ZaMViGEEELkAZWiKIq1gxBCiHsJ++RTkvbtw8GnEQ6NGuHg64tt5cqo1GpM+jQi0iI5fvM4f137iwPhB6wd7jOrhEMJlnRYQmlHT7Sr3oWLf1k7pP9UaAHvbqTnooPsD4i2djSiEChf3IHdnzxn7TCEEEKIQk8SDkKIAu1qu3YYwsKzTFM7O+PQsCEOPo1w9PXF1ssrPQFh0HMrLYqTkafYdG0Tu0J2WSXmZ1Uxu2IsemERlVwqof1zMJz63dohpavVFbotw3fadiLipVuFeDCVCs5N6YCDjdbaoQghhBCFmiQchBAFljEqiistWj5wPrWjI/YNGqQnIJo2xa5WLVQaDWaDgSh9DKciT/N30N9svb4VM9IvOz8V0RXhx+d/pGbxGmg2j4Eji6wdEjQegPLiTCqO22ztSEQhsmZQMxqUc0UlXSuEEEKIRyapeyFEgaSYTCQfO5arec1JSSTt3UvS3r1EAip7e+zr18fRxwenJk1oX7cNz1d4HrPRSEzabc7GnOOfoH/4O+hv9GYZKjEvJRgS6P9Pfxa0XUCDl75CY+sM+76xblCO7ihmo3VjEIXOmbA46pZ2QaeVhIMQQgjxqCThIIQomBSF1PPnH23RlBSSDxwg+UB6TQeVjQ329erh4OODQ5PGtKrvS5uybfjS93Ni9XGcv32Rbde38de1v0g1SpP7x5ViTOGDbR8w+7nZtGg3AbWdM2ybZL2AHNwwGKVli3g458Lj0Gok2SCEEEI8DulSIYQosEI+GETirl15v2KdDvvate4kIJrg0KABant7FJOJeH08F25fYlfILv68+ieJxsS83/4zQqvSMqPlDJ6v8Dzqo8tg4wjrBNJ9OTHlXqDBF9uts31RKNXydGbjsAd36RJCCCHEvUnCQQhRYF1p8xzGGzfyf0MaDXY1auDQ2AeHxo1x8PFB4+iIYjaRmJbIpbgr7Andg/9Vf26n3c7/eJ4iapWayb6T6Vq1K5xZBWvee+IxKP23EuxQi9azdj3xbYvCy0aj5vzUDmjVMoK4EEII8agk4SCEKJBMiYlcbuRjnY2r1dhWq5beAqJxYxybNEbj7IxiNpOsT+JqfCB7Qvew7uo6IlMirRNjIaJCxSc+n9C7Zm+4vAVW9nii21eGneRMclFemb//iW5XFH5bR7SiqkcRa4chhBBCFFqScBBCFDiKopBy7BjXe/W2dijpVCpsKlfG0ccnvRVE06ZoixZFURRS05IISAxif9h+1l1ZR1hSmLWjLbCG1B/C+/Xeh+v/wtKXnth2lbEh7ApKpe/SI09sm+Lp8E23erxa3xOtRlo5CCGEEI9CikYKIQoeo/GRC0bmC0VBf/Uq+qtXuf3bbwDYVKiQ3gLCx4fqvk2pXe99BtYdiF6fwrXEYP6N+Jd1V9YRFB9k3dgLkPkn55NkSOLjRh/DwN2wsHX+b1SjQ2XrzK342PzflnjqnI+Ip4t3aWuHIYQQQhRaknAQQhQ8Wi2ply5bO4r70gcFoQ8KInbVKgB0pUunt37w8aGyry/Va/ejX+1+6NNSuJ4cysGIg/hf9efy7YK9X/lt6bmlJBuTmdB0AsrgI6i+94X8HLLSoTgAEbEy+oh4eOfC49CoZaQKIYQQ4lFJwkEIUeCoVCrSLl20dhgPxRAWRty6MOLW+QOgLVkSh0aNcGjsQ3lfX6rW7E3vmr0xpKUSkhrOkYgj/BnwJ2eizlg3cCv449IfJBuS+aLFFyjDTqCe7wP5NRypgxsAobeT82f94ql2PiLe2iEIIYQQhZrUcBBCFEgXvRugpKRYO4w8o3FzS09A+Pjg2MwX24oVATDq0whPvcnRm0fZELCBozePWjnSJ6d9ufbMaj0LdVJUetIhLR9u7io9B338eeP7fzl6XUYYEQ/v4Nh2lHSxs3YYQgghRKEkCQchRIFjio/ncuMm1g4jX2lcXS0JCAffpthWqYJKrcZk0HMjNZLjt46zMXAj+8Of7pEVmns2Z17beWjSEtAsaAJJeTzqR51u8PpPNPh8KzHJ+rxdt3gmLOrTiHbVS6CWrhVCCCHEQ5MuFUKIAscQHm7tEPKdKTaWhG3bSNi2DQC1szMODRrg4NOI4r6+dPLqSOfKnTEb9NxKi+Zk5Ck2X9vMrpBdmDFbN/g8tD98PwO3DuT79t9jM/QYmu+bQ1xI3m3A0Q3FbJJkg3hk4bEpmBQFNZJwEEIIIR6WJByEEAWKYjajDw62dhhPnDk+nsRdu0jctQsAtaMD9t7eOPj44NK0KR1qtefFii9iNhqITrvN6agzbAnawrbgbRjzs+jiE3Ds5jH6bunLTy/8hN3gQ2h/bA3RV/Jm5Y7umE2F+/gI64pMTLN2CEIIIUShJQkHIUTBYjI9Ey0cHsSclEzSvv0k7dtPJKCys8O+fn0cfBrh2KQJbeu1ol35dpiNRm7rYzkbfY6t17ey+dpm9ObC9zT/XPQ5+mzuw+IOiynywV60SzpAxKnHX7GjO3qT9BwUjy4yIQ2tdKcQQgghHonUcBBCFCiKycTNGV9xe/lya4dSoKlsbLCrWxeHRo1wbNoEe29v1La2KCYjcfp4zsdcZFvwNjYEbiA1v0aAyAflncuzpMMSitm4oP2lCwT/+1jrU976nWjP52j05fa8CVA8c9pWL8GSd32sHYYQQghRKEnCQQhR4IQOGWqpbSBySafDvlYtHHwa4dC4MQ6NGqG2t0cxmUjQJ3Ax9jI7QnawIWAD8fqCPdRfKcdSLOmwhJIOJdD+3hOu/PPI61IG7CTIthrPfb07DyMUz5I6pV3YMLSFtcMQQgghCiVJOAghCpxrr71O6vnz1g6jcNNosKtRPX0UjMaNcfDxQePkhGI2k6RP4HJcALtDdrPu6jpupxW84SLd7N1Y/MJiyhUpi3bt+3BuzSOtRxlxjhNxjrz23eO1lBDPrpLOdhwc187aYQghhBCFkiQchBAFzuWmvphiY60dxtNFpcK2WjUcGqcnIBwbN0bj4oJiNpOiT+Jq/DX2hu1lzZU1RKbk8dCUj8jF1oVFzy+iWtGqaP4aAcd/eeh1KOMj2Ho5noHLj+VDhOJZoNOouPJlR2uHIYQQQhRKknAQQhQoitHExdq1rR3GM8GmcuU7LSB8cGzaFG2xYiiKQmpaEoGJ1/k3/F/WXFlDWGKY1WJ01DnyffvvqetWF83WiXBgfu4X1trBhJusOHidCf5n8y9I8dQ7PekFnO111g5DCCGEKHQk4SCEKFBM8QlcbtzY2mE8k3Tly+Po45OehPBtiq5ECRRFQa9PISgphAMRB1h3ZR2BcYFPNC47jR3z2s6jSanGqPd8DTun5W5BlzIw4hyztlxkwa6A/A1SPNV2jGxNJXcna4chhBBCFDoyLKYQokAxJyVaO4RnluH6dWKvXyd29WoAdKU905MPPj5UbOqLV613ebfWu+jTUghOCeNQxCH8r/hz8fbFfI0r1ZTK4O2DmdV6Fs+1+gS1jTP8PebBCzq6AxB8Ozlf4xNPvxvxqZJwEEIIIR6BJByEEAWKKSHB2iGIOwxh4cSF/Umc/58AaD080kfB8PGhXNOmVKnRk541emLQpxKaEsGRG0dYH7CeU5Gn8j4Ws4GRu0YytflUOjX9AJWdM/z54f0XcnQDICgqKc/jEc+Wm/FpGM1mtGq1tUMRQgghChVJOAghChRTXJy1QxD3YLx5k/i/NhL/10YANMWL49CoEQ6NffD09aW7V3e6e3XHqE8jPPUmx24e46/Avzh843CebN+kmBi/bzwpxhS6e/cE2yLwv973XsAhPeEQGCkJB/F4IhPSMJsByTcIIYQQD0USDkKIAkMxmzHHSsKhsDBFR5Pw998k/P03ABpXV+wbNsTBx4cSvk3pUvVVulbtismg52ZqJMdvnWDTtU3sDdv7yNtUUJh6cCqJhkT61e4Hvf1heZecZ3Z0RzEZSdKbHnl7QkB6wkEaNwghhBAPTxIOQoiCw2zGlChdKgorU2wsidu3k7h9OwDqIkVwaNAABx8fijZtyss1XqJT5U6YDQZupUVzOuo0W4K2sP36dsyYH2pbs4/NJsmQxFDvofDeNvipffaZHN0xmSTZIB5fbLJeulMIIYQQj0CunkIUUn5+frz66quPvZ5Dhw7h5eVFfHx8HkT1eBRFwSw1HJ4a5oQEEnfv5tbXXxP0xhtc8mlMcP/+xCxejPPVGzxfpi3ftvmWEz2PsuON7cx9bi4vV3wZrTp3ufCFpxfy1eGvoIwPyqB/QXXXJc2xOGkmGYhJPD7DEzyPvLy82LZt2xPbXn4ZM2YMH374gDoreSSvrofWYu3rcNu2bVm2bJnl98znYGhoKF5eXly4cMHy+rFjx/Dx8aF69ep8+OGHTyz+Rz2nnuS5KITITobFFM8ULy+v+77etWtXZsyY8YSieTxJSUno9XqKFi2a62V69+5N9erVGT9+vGWaXq8nLi4ONzc3VCpVfoSaa4rBQNTCRUT5+Vk1DvFkqOzssK9XN30kjCZNsK9XD7WNDWajkVh9HGdjzrHt+jY2B24m1Zx6z/W8VvU1JvlOgpgg1N81AZMeAKXnam55tKTJtO1PapfEU6pz3VL4vd3gsdYxZswY1q1bl2Wavb09DRs25L333sPX1xf47zr1xx9/UL9+fcu8X375JRcvXmT58uVZ1nHjxg3at29PmTJl2LJly2PF+ChCQ0Np164d/v7+1KhRwzI9ISEBRVFwdnbOl+36+fmxbds2/vzzz0e6Hj6stm3b0qdPH9599908X/ehQ4fo06cPR44cybfjdT9375uXlxcLFiygffv2mEwmYmJiKFq0KFptejK4W7du3L59m/LlyzN79mzs7Ozy9HtEXp9T+X0uCiHuT7pUiGfKvn37LD9v2rSJefPmZfmCZmdnl2V+g8GATqd7YvHlhqIomEwmHB0dcXR0fOz12djY4O7ungeR5Q1Fn2btEMQToqSmknzoMMmHDsP8Bah0Ouzq1MHBxwfHpk1o0aAJrcq0YkrTScTp4zl/+wI7gnewIWADycb/hrpce2UtyYZkZrScgXn4KdTzfUCfCEVKEp9isOIeiqeF0fz4z2aSkpKwsbHB09OTvn37otVq+fbbb4mOjmbKlClZrkVarZavv/6aFStWPHC9a9as4YUXXuD48eMcO3aMhg0bPnasd9Pr9djY2DzUMkWKFMnzOO7lftfDgnYdf5RjaU0ajSbbd4Tg4GAqVaqEra2t5Sb+SXyPeNRz6kmei0KI7CThIJ4pmS+IRYoUQaVSWaaFhobSokULZs+ezW+//cbJkyeZPHkybdu2ZerUqRw9epS4uDjKlSvH+++/T6dOnSzr6t27N15eXtjY2LB69Wp0Oh1vvvkmQ4cOtczj5+fHmjVriIqKwtXVlRdffJEJEyYA6V9A5syZw8aNG4mOjsbT05MBAwbQrVs3y5OPn376idmzZ3P58mV++uknjhw5Ynm6A+lPz+Lj46lZsya//voraWlpdOrUiQkTJmBjY8OYMWM4fPgwhw8f5pdffgFg+/bthIWFZXuy8vfffzNv3jyuX79OiRIl6NWrF/369bPsS9u2benevTvXr19ny5YtuLi4MGjQIHr06PF4b5BKRXopePEsUgwGUo4fJ+X4caJ//BG0Wuxq1cKhUSMcmzSmaaNGNPNsxnifsSTqE7kYd5mdITv58+qfbAnaQooxhdltZsPwk6jnNwZHd25HScJBPD5THiQcTp06hUqlYt26dTg4OABw9epV1q1bx9atW7PM6+Pjw8GDB6lduzaenp6MHj3a8trd14Rz584xatQoPDw8+Oyzz7h9+zaJiYnUrl2bsWPHUrdu3SzLVatWjcjISEvzd0dHR1q0aMHFixe5efMmbdq04fjx43Tv3p3g4GA2b96Mg4MDBoPBUhNFr9fj4eFBr169+OqrrwDo0qULACVLlgTg5s2b2NnZMX78eLp160bv3r3x8PDgxIkThIaGolKpqFq1Kj///DPFihUDYMuWLSxYsIDr169jb2+Pp6cnKpWKwMBAy5Nzk8mESqUiNTW91VNGi5CSJUuye/duvLy8qF+/PqGhocTFxaHT6VAUBaPRyIkTJyzJh9WrVzN+/HhsbW1xc3NjxIgRTJs2DRsbG2JiYnBwcMDHx4f58+fTu3dvwsLCmD59OtOnTwfAyckJZ2dnbGxs+PtO4dyMeFxdXWnUqBH79u1Do9FQuXJl2rdvz/Lly7GxsWHSpEl8/vnnhIeHo1KpLAmI8PDwez6F9/LywtvbmwsXLpCamopOp+Ott96iV69eTJgwgTNnzmBnZ0eNGjVo0aIFS5cuxWAwUKVKFW7cuMHNmzcpXbo0vXv3Zt++ffz777+4ubnRq1cvIiMjmTlzJv/73/+ytICE/1obvPLKK2zfvp2kpPRRf44fPw7A2rVruXbtGgsXLmT//v24uaWPDnTs2DEGDx5MXFwcTk5OuLi4YGdnx3vvvcfMmTO5ffs2arUaR0dHvL29GT9+PEFBQXz//feWdWecU40bN2b58uUMHTqUf/75h9mzZ7NixQrOnj2Lk5MTRqPRktAzmUz4+Pgwa9Ysrly5Qp8+fWjevDmnT5/GYDBQo0YNvvjiC3bs2MGqVauIiIjAzc2NHj16MGjQIPR6PTNmzOCff/4hLi4Od3d3evTowfvvv5/j+yKEeDCp4SDEXb7++mt69+7Npk2baNGiBXq9nlq1avHjjz/y119/0b17dz799FNOnTqVZbmML5H/+9//+OSTT1iwYAH79+8H0r9ELVu2jClTpvDPP//w3XffUa1aNcuyn376KZs2bWLChAls3ryZKVOmZHtaM2vWLEaOHMmmTZvu2TXkwIEDBAQE8Msvv/Dtt9+ydetWFixYAMD48ePx9vame/fu7Nu3j3379lGqVKls6zh79iwfffQRHTt2ZMOGDQwZMoS5c+eydu3aLPMtXbqU2rVr4+/vz9tvv83kyZMJCAh4+AN+F8UkCQdxh9FI6qlTxCxeTMjA97nUyIdrr7/OrZmz4N9jNHCqwac+n7Kvx14O9thP/9r92R68HcW+GKZhJ8ChGFGJ0mJGPL7HbeEQGxvLzZs3KVOmjCXZEBISwt69e9FqtdluMs+ePUvz5s0pU6YMrVq1YtSoUaSlZT2XZ82axUsvvUSxYsV47bXXiIyMJDAwkMmTJ7Nu3TrKly/Pe++9R2xsbJblwsLCSE5O5sUXX8TDwwM3Nze2bNlChw4dLDeNSUlJLF68mKpVq/LJJ58wZMgQpk2bRkpKCh4eHpQpU4YPP/yQuXPnWvrGL1u2jLZt26IoChMmTOD555+nevXqlmuZXq9nw4YNeHh4sGjRIoYOHcrly5fp27cvALdu3WLkyJG8/vrrbNq0iaVLlxIQEECDBg0s15+GDRuyZMkSfvvtN1q2bEmFChXYt28fffv2zXIML1y4QEJCAh06dGDBggV069YNg8GQpUtLRuJ9+fLl+Pn5sXDhQmJiYqhcuTL+/v78/PPP1K5dG0h/YFCyZEm6du3KZ599xooVK/jf//6Hi4sLISEhJCYmZjnG8fHxvPTSS6xfvx4PDw9Onz7NhQsXWLp0KVOnTrXciLdv357hw4dja2sLwLBhw9Dr9fc8jy5fvsygQYNYtmwZ1apVY/ny5QwePJiBAweyZs0aID2xFBwczM8//0yPHj04evQo9evXZ8OGDbz55ptMnTqVK1eu8PPPPzN37lzmzp2L0WjknXfeYcqUKXz99dc5bnvbtm18+eWXrFixAq1Wi42NDS1btqRjx440btwYgD179liO/zvvvENcXBxTpkxh5cqVVKxYkbCwMLZv386AAQMYOnQozs7OPP/886hUKgYPHkxycjJ9+/Zl3rx5ANSvX5/KlSszd+7cLLH4+fkxaNAgOnToQFxcHC4uLtSoUYNGjRqh0+kICgrKssz58+epWrUqa9asQaPR0LdvX3766Sc+/PBDNm3axNdff21JlCxfvpwdO3YwZ84ctmzZwsyZMylduvQ93xMhxINJCwch7vLOO+/wwgsvZJnWv39/y8+9e/dm7969bNmyhXr16lmme3l5MWTIEAAqVKjAihUrOHDgAM2bN7dk0Js1a4ZOp8PT09Py1OnatWts3ryZpUuX0qxZMwDKli2bLa5hw4bRvHnz+8ZuY2PDtGnTsLe3p2rVqgwbNoyZM2cyfPhwihQpgk6nw87O7r5NH5cuXYqvry+DBw8GoGLFily9epXFixfz2muvWeZr1aoVPXv2BGDAgAEsW7aMw4cPU7ly5fvG+ECKJBzEPZjNpJ47T+q588T8/DOoVNhWrYpDYx8cfHyo27QpGg9vFLMZbIqgqFS8VLsk16Z3tFrID7xNVe776z0WUe45c47LKzlNV7LOn+M8d17KNNP94stNRSgl2w93v55DpA9Yb877rNz/9VysP/MadJrHez4THBwMpH/ee3t7YzKZLAmEsWPHZpu/Tp06zJo1i/bt21OtWjVSUlKIiorKMs+wYcPYvHkznTt3xt7eni1btlCyZEni4+OpUqUKU6dOZf/+/axevZr33nvPslyZMmUwGo188803LFq0iG+++YYePXrwzz//8NFHH9GhQwf8/f1p2bJllmvfyJEjadasGV9//TW+vr7UrVuXnj17snHjRiC9y8iOHTss17Lt27djMpno2DH97+/WrVs4OzuzcuVKIP0a8s8//3Dx4kWuXbtGcnIyRqOR559/ntKlSxMbG0taWhovvPACxYoVIzk5mYEDB9KoUSMA6tWrR2RkJO7u7jg6OqLONIpImTJlSE1NZebMmWg0Gm7cuIFWq+XAgQN0796dgIAALl26ZFkPYKlP0KpVK8t1rHr16gC4urqi0WioXr06vXr1smznueee49KlSxw5coTnnnvOMt3R0dHSCrJWrVoEBgbyyiuvULVqVTZs2ICrqytOTk7MmzcPlUpFQkICixYt4saNGxw+fJgWLVrkeB716dOHDz74AICJEyfSo0cPy40/QJUqVThy5AgTJ05Eo9Fw+PBhypQpg9lspmLFigDMmDEDd3d3vL292bdvH3q9HrPZjIeHBz4+PowYMYIBAwZk2/Ybb7zBSy+9BKR3P9VoNNjY2GBnZ2dpobFhwwZee+01fvrpJzw8PFCpVHTr1g2VSkXdunU5cuQI06dPx8nJCYDExESOHj3KDz/8gK+vL5UqVaJatWqEhoYCMGLECN555x2ioqIsrWAA+vXrR8OGDS0tK3/99VeWLVtGo0aNaNu2LZUqVeLQoUOWc69mzZrY2dlRpUoV+vTpw7Bhw5g0aRJdu3YFoFy5cpbzKiIigvLly9OwYUNUKpUkG4TIA5JwEOIuGU80MphMJhYuXMimTZu4desWer0evV6Pvb19lvnubnXg7u5OdHQ0AC+++CI///wz7du3p2XLlrRu3ZrnnnsOrVbLhQsX0Gg0+Pj43DeuOnXqPDB2Ly+vLHF5e3uTnJxMREREri+agYGBtGvXLsu0Bg0a8Msvv2AymdBoNNn2V6VS4ebmZtnfR6ZS5e6uRQgARSHt8mUMt26h0tmgLVYc2zp1UNvYoKjSz0trF0J94NYfKTzr7pN4eBn1uatWrYqfnx8pKSmsXr2aa9euZbmBzVCiRAmKFStGv379+OGHH3B0dLR0IchQoUIFtm7dysqVKwkODsZgMPDKK6+wZs0aunXrhk6no27dutlanjk4OFCxYkVUKhXFixfH3t6eVq1asWbNGkwmE25ubpjNZsu1MDg4mLlz5/L3339jMBho3bo1AGfOnGHx4sWWa8K1a9fuey1LSkoiPj6e6tWrW65TGUmX4OBgWrRoga+vL507d6ZFixa0aNGCTp060b9/f5o3b07dunXp16+fZb6Mpv05KVq0KI6OjpbYIP3zIOMade3aNdRqNeZMXfgCAwOzXD8jIyP59NNPOXHihKUVSmRkJK1ateLWrVsoioJWq8VsNrNz584sCYeM5EXGzxqNhvj4ePz8/Pj1118pUaIE169fp0GD9EKkRqPRcjw+/PBDTp8+neN+RUVF8dprrxEeHk5KSgpAlvMio6VESkoKTk5OBAYGUqtWLct+BwQEoFaruXXrluV3T0/PLKNLeHt7Z9lmRuuNu6/5OX2nOHToEDdv3uTChQukpKTQs2fPLJ/BpUuXxsnJyXJO7d27l/j4eMt3jlOnTvHjjz9y7NgxAEs3hoiIiCytQqdNm0adOnUwGAw0aNCAX3/9FS8vL8s5HxMTQ0xMjGV+FxcXy7mWcdzu1VK0a9eu9OvXjxdffJGWLVvSpk2beyaA8sK9CmQ+SZmLhOaFnAqUi2ebJByEuEtGc9cMS5YsYdmyZYwbN85yQz9t2jQMhqx9wzN/wYD0C3LGl8xSpUqxZcsW9u/fz4EDB5gyZQqLFy9m+fLl2QpV3svdCY6H8TA3XbkduOZ++/vIFAVkrHvxAOrixSn6xus4tWmDTZWqaBwdUalVmExm1Or0JINiVtJzV4oZBVChsjw9Tz9XTXcSEv/dkCiKggkwKwoqQK1SobnH345ZUUg0mUk0mogzmogzGEkwmUkwmok3mkg0mUg0mtP/N5lIMJpJMplIMpkxKgoalQq1SoWa9L6NGrUKNSo0qju/q1SoVaBGhQrQqtP/12RMu/O65k6cakifX6VCcychoVGlpybS152+nGWdqvRtqDLPl2m96oz9z3j9zs+o7l5XxnG6kwZRgfbO+tV3jrtaddf/d2LNOMaq9NWm/57DsmSaT22Z985ymZb9bxtYcjLqOz+o70zL+P2/Zf5L36hUgKKyvJZpNahVKnQqFZqMgB5S+fLlgfRuFBk/T5gwgd69ezN//nw++uijLPNn3Cj7+flRpEgRDAZDts/X3bt3k5aWRvfu3S2vLVy4EEVRuHr1KlWqVEFRlGyf/5l/V6lUOX6Ww3/XnA8++IBSpUpRqlQpgoOD+eSTT/jyyy+zXQNzUwjR2dkZNzc3fvjhBwAmTZqEk5MTPj4+aDQali5dyvHjx9m/fz/Lly8nKiqKuXPncuXKFXbu3IlGo8HDw4PNmzdz5syZLDe9AQEBlqEdNRpNlv3KaP1wv2uUnZ1dlpv3ZcuWERkZib+/P0WKFKFbt26sWrWK1NRUPv/8cypWrMg///zDihUrLO/p3ccw8++ZkxuKolCrVi1L94X9+/czZcoUfvvtN4oXL37PGP39/Rk7dize3t4kJCTQp08fS12NzDJvK6drc0Z8OR2Px0nSVq1aFX9/fxRFISYmJkurSPjve0PGOdWxY0e2b9/OkiVL6NSpE/Pnz6dKlSp8/PHHfPLJJ9jb25OamprtXPvuu+8sP2e8txnrzjjn7z4GGTKSMuZ71IuqVasW27dvZ8+ePfz777989NFHNGvWzNLN42m0b98+XFxcrB3GAxWE5MyTYu2Ra/KaJByEeIBjx47Rrl07yxjfZrOZoKCgh+46YGdnR7t27WjXrh1vv/02L730EpcvX6ZatWqYzWaOHDli6VLxqC5dukRqaqoliXHy5EkcHBwsRbx0Ot09L7IZKleubCnYlOH48eNUqFAhy9Oi/KJS5/82ROGiLVEClzfewKl1K2wqV0Hj6JBeNC7RQNClGMIuh+FZxZVK3sVRqbT/feEE1IoCqvQvpCpUKIr5zk+aLF9K1Wp1+s0X6c36FcVE+i129i/fZrMRszkNO7MeW5WR4joz6DSgtgOVPSq1Bo1Kfc9kRZrZTMKdRMVtg4log5E4g4nbRuOd5IWJ2DuvxxoMlvnijCYM0gLIKtoVK8Kv9R69u5irq6vlhjY5OdmS2B4yZAgDBgygU6dOVKlSJcdlX3rpJVatWkVaWlqWz+D169fTr18/OnfujNFo5K233mL48OHs27ePNWvW8PHHH3P27FneeeedbOu8uwbRqVOnKF++fLbP+Nu3bxMQEMDnn3/Ob7/9RnBwMMnJyVnm8fDwIDw8nLJly973Wubg4EB0dDQ6nc5yg+7g4ICTk5PleKhUKho2bEjDhg0ZPHgwzz33HNevX+f999/n/fffp0ePHqjVan7//XfatGlDXFzcgw49kN7iwWAwYDQaLd0L7r4Wli9fPstxCQkJoVatWlSoUAFIv37Gx8dbaiFB+vcDs9mcpTvHg9ja2pKYmEhMTAzFixfHycmJ1atXA+ldIu53c1GxYkVLV8aMbgf3U6lSJW7dumUZLrRSpUqYzWZKlChh2V54eHiWY3HixIks68jo/pDRBQXSb+rDwsKy1YF69dVX+eOPP1Cr1Tg5OeVYJyrzOXX27Fl0Op3lfbxx4wbffPONpVvpvRJErq6ulCtXDp1OlyUug8HA2bNnadCgAZcvX85xWU9PTyD9e829WuM4OTnRsWNHOnbsSIcOHSy1UFxdXXOcv7ArSCOVwX+jsd2dDM2twjYSzN3uTrA9DSThIMQDlCtXjn/++Yfjx4/j4uLC0qVLiYqKeqiEw9q1azGZTNSrVw97e3v+/PNP7Ozs8PT0pGjRonTt2pVx48YxYcIEvLy8CA8PJzo62tL/MLf0ej3jx49n0KBBhIWF4efnR69evSxfhkqXLs2pU6cIDQ3FwcEhx4tnv379eOONN1iwYAEdO3bk5MmT/Prrr0yaNOmhYnkkigKP2VdaFH7aUqVw7fYGTq1aoatYGY2DHSqViuR4PYEXYgi/HELY5VhibyZTvLQjnYbUxamoPTERYRT18ER15ym0BjCaVWgxo6jU6SOgqNR3nviZ7zSoUWcrVJr+HVeDSpX1XDSZTHeeJprQaG2w0f5X2NVsTiM1NZzk5GukpISQkhKM3nAbxZzeVFqnc8HWtgQ6GzdsdMXQ6VwooXWmlM4JjZ1DerJC7YRKdf9kRarJTIIpI1lhJFp/52djetIizngnWWEwZkpaSLLicd3r/XgYxYoVIyIigm7dujFs2DB++uknKlSogFar5eWXX8bNzY0333zTMn/btm0B+N///gek39w2btzYUkDx4sWL3L59m6VLl3LhwgVat25teQp76NAhNm7cSHJyMm+88UaWOAIDA4mNjaVmzZoUL16ctLQ0VqxYwejRo9mxYwd//PEHBoOB7777joSEBFxdXfnjjz946aWX+Ouvv1iyZAmQntCG9CboixcvZt26dajVasaMGcPEiRNJSkri2rVreHl5cenSJTw8PLh16xbh4eGcPn2aokWLEhISQnBwMDt27ECv11OsWDGGDx+Oj48PO3bsIDIykhkzZnDz5k02btzIrVu3sLGxYd++fcTFxWEwGLhw4QKrVq3CYDBYRpA4dOgQ7dq1Y+3atUybNo3JkycD6TeZhw8f5tixY5Yn//Xr16dixYqWRMrevXtZvHixpduBv78/Xbt2JSIiAkVROH78OF5eXrRu3dpSV+Ovv/6iXbt27N27F0jvhtC4cWP0ej22trZZbpxdXV25fv06Dg4O9OzZk/DwcEvLisGDB3Pu3DlL0t/Pz49t27ZZCmtevnyZXr16MXbsWMt5oCgKI0eOZPv27ZauGe+//z61a9fmvffeY+jQoZQtW5agoCB2794NpHcXOXXqFC4uLtjY2KDX6/H39+e7776zdK/4+++/szSxX7lypeW7TGpqao43g2vXriUoKMjy++TJk3nzzTcZMGCAJeHUrl07bGxsLImJmzdvWroVabVaVq5cyeDBg1GpVJaCpxk1pTLqa7399tucOHGCt956i99//x2Al19+mcjIyCyjfmTYuHEjNWrUYPDgwZbClt9//z0eHh40aNCAmJgYrly5Qrdu3Vi2bBnu7u5Ur14dtVrNli1bcHd3JzY2lrFjx3Lq1ClSUlKoVKmSpa5JhtyM4HX69GkmTpxIQEAAVatWZdCgQdmOY2bffPMNhw4dsnwOZOjcuTPPP/88w4YNA9KHx/3pp58IDQ21jEaSkZx60Mgbd3epuHHjBl999RX79+9Hr9dTqVIlJk2aRL169SwjomVuZfLll19y8eJFli9fnuM+/Pnnn/z8889cu3YNBwcHmjZtyrhx4yytee41GlvTpk2zrCej683do5dkxFSvXj3LSDA7duzI9XaXLVvGrFmzCAgIoEaNGkybNo1KlSoB6Z+zX375JWfPnkWlUlGhQgWmTJlCnTp1LJ8vM2bMYNasWYSHh9OoUSOmTZuWJdm2cuVKlixZwo0bNyhdujSDBg2y7EPG8Z88eTJ79uzhwIEDljo6gCUp1rVrV2bMmHHfc6Ugk4SDEA/w4YcfEhoaSv/+/bG3t6d79+60b9+ehISEXK/D2dmZhQsXMmPGDMxmM9WqVeOHH36wPHWYPHky3377LZMnTyY2NhZPT89HGoLJ19eX8uXL07NnT/R6PS+//HKWoTn79evHmDFjePnll0lNTWX79u3Z1lGrVi3mzJnDvHnz+P7773F3d2fYsGHZmkbmF5VGPpaeNbpy5XB94w2cWjRHW6ESGntbVCoVSXFpBJy9TdjlIMIvxxIXmZJlued6V6d6Uw/SkpPYsXQ5rXv2xZSgR+2kQ30ncaXVZLRuADQaMBpBrb2TbEi/iTQrZjR3Bm1SzIql9oPZYEJJNaUXVLRRobZJL5JmNpuJiYkhMjLS0pxZp9Ph7OxMkSI+uLg0Q6vVZemuYTDEkpISQnLyNZKSr5KSEkJqSggpqcGkpt4AsiY9tFpn7OzKYmdXCjvbktjYlkCnK46Nrig6nSseWmdK2ziitndEUdmhUjuhvpOsUN/j5jglI1lhuJOsMJiIM6YnJjKSErEGY6akRUYCw4jxGc9V2D5iV4rMtFotRYsWpUmTJnz11VeEh4dz5swZ3NzcSE1NZcCAAVm+UK5evRpfX1+mT5/O5MmTs41SYW9vzw8//GBJKHfs2BGj0cjx48cxGAwkJCTg5uZGkSJFgP/6+hsMBtq3b4+dnR1btmzBaDTy7rvv4unpyYgRI2jSpAm7d+/mpZdeYt26dbRu3ZqzZ8+yZcsW4L/uHjt27ADg+eefp1SpUsyaNcvy9zB58mSioqIsQ1BCepeLqlWrWq6ner0eRVEsifyQkBAmTZrE6NGj0el0eHh4ULVqVS5dusTSpUvR6XTY29tz/PhxJk6cSJ8+fQgMDKRPnz7Ex8ejVqsZMmQI8+bNs9RGyNjvFStW4O3tzblz5xg4cCDVq1fnpZdeYtOmTRiNRoKCgtBoNDg5OXH16lVu376NVqulePHirFmzBjs7Ozp27MjQoUMtx/HatWuMHDmS4cOHExAQwKuvvmpJEpnNZr777jvc3d0ZP358llaDOp2O+fPnM3HiRC5evJjeXenOMTUajdm6NAQHB1uu1TVr1uTo0aO8+eabvPjiiwBER0dz4sQJvv/+e+bNm8fx48e5ePEitWvXpn379vj4+HDy5Ek6depE6dKlmTBhAvv27aNXr164ubkxZMgQZs+ezYULFyhVqhTjxo1j9OjRliKNGcmSYsWKkZiYiEbzX+uwjCexGcmn1q1bU7ZsWY4cOcLzzz/PxYsXLSOEABQvXpyVK1dy/PhxFixYQEhICGq1mpkzZ/LJJ5/g6urKnj172Lp1K+7u7kRGRqIoiqUQ9+eff57l2IwaNYpTp04RGxtLVFQUNWrUwMfHh19++SVbN9TAwEDee+89Xn/9dQYNGoTBYGDOnDlERUXh7u5uSfY5ODiwaNEirl+/jlqtpk6dOixcuJDU1FRat27NRx99hK2tLevWreODDz5gy5YtllYTkF54e9iwYXzwwQf8/fffTJ48mUaNGlG5cmWSk5N5//33adq0KbNmzSI0NJQvv/yS++ncuTMLFy4kODiYcuXKAXDlyhUuX75sSTD+73//Y968eUycOJEaNWpw4cIFPvvsMxwcHOjatWuWkTdKlSpFREQEN27cyHF7SUlJ9OrVCw8PD8s5fO7cuQe2jr0fg8HA8OHDqVSpEtHR0UyfPp0xY8awaNGiLPPNmjWL0aNHU7ZsWcvnVmarVq2yJIWqVKmS5fPlwIEDODk5sXTpUss5m9vtzp49mzFjxlCsWDEmTZrEuHHjLImsUaNGUaNGDSZPnoxGo+HChQtZtpuamsr333/PjBkz0Ol0TJkyhREjRliW37p1K9OmTWPs2LE0a9aMXbt2MW7cOEqWLJkloeLn58fHH3/MuHHjUKvVtGvXjqFDh7JlyxacnJxy3f26oJJv9uKZ9dprr2W5iS5TpkyWpnkZXF1ds2Ryc5JTVjfzMu3bt79vMR5bW1vGjh2bY7XyJk2a5BjX0KFDsyQTMgwbNsyS8b5bxYoV+eOPP7JMy2m/O3ToQIcOHe4Zb8YXzcz+/PPPe87/MNR31dAQTx+bypVwff11HJs1Q1u+Ilr79D61ibdTuXbqNuGXbxN2OZaE6NQcly9Z2YWOH9TGvogt5/fsYO9vP9PnKz9UZhX68ETsqhcjJSUFW1starUOo8mMVmUGtRbVnSJvao0as8GAolKjUmmIu5WM1laDfREd6jstG8yKCY2DFpVGjSlRT8q5SMz69GkuJR1xrVQFjY0WlUqFyWQiMjKSixcvER4eTnh4OJDeqihj6EEXF09cXCrh7q5FrbbJ1I/aSFraTZKTg0hJCb7zL4SU1FBiY49gNOau2XgGrdYVe7sy2Np5YmfngY1NCWx0xdHZFEWndaWk1pkyto6oHRxQ1HaoVLpcJSvijZlaVhj+6/5x++4WFZZkRfo001OQrLDLg9oyDRs2JD4+nokTJzJx4kR69+6NyWSyjNoA6U/KmzZtyqhRoyzTnJ2dsxQR9PPzQ6fTsWPHjiyV+zt16mQZGQEgJiYGX19frl69SrVq1bhx4waOjo54eXnh6enJ+PHj+eabbyzz9+zZk4EDB2ZJdv/555/MmjWLffv2AelP4qZOnUr79u0t/akBunXrhkajYdq0aZYnyJA+lGLG0+mM4Se3bduW4/WiSpUqtGrVCh8fH7755htLEUYvLy/eeecdxo0bd9/j27ZtWxwdHbNcz9auXYvBYGDy5MmWEScymz17NpDeeqlhw4akpKQwf/58fH19+fDDD3F2drY0N2/VqhXNmzfH2dk525PGr7/+mvbt2/PHH3+wc+dOduzYYWlBuGLFCst8fn5+QPr3Cr1ez6effpplJJCMJ6aZKYrC9OnTLcvOnDmTo0ePMmvWLCZNmkTTpk359NNP8fX1xdfXl4SEBMuoFfDf8J+Z9e7dO8vvN2/e5MqVKyxbtgyVSpXl6WtoaChOTk5s3749S8uB559/3vK9ZufOnXTu3JlPPvmEvn370qVLFyZMmGCZt23bttSoUcMyTHf58uU5cOAAzZo1syQRXnnlFY4ePUrv3r05efIktra2tG3blj59+vDuu+9ajl/mY2Rra4taraZ79+5MnTo1y/6kpKRYvj95eXnRr18/y9/HiRMnaNCgAZ9//jmtWrXKciy6d+9u6TJzt8zn0IgRI9i2bRs7duzIUvj1fiN4bdiwAbPZnGU0sRs3blha4OSkWrVqeHl5sWHDBsvf0oYNG6hTp45l5JHvvvuOMWPGWFqAlC1blqtXr/LHH39YWufkduSNv/76i5iYGFavXm05h++uUfKwMreyKlu2LOPHj6dbt24kJSVlGQL+QaOxZXzeubq6ZusG4uDgwBdffJHlHM3tdkeMGGEZ2nXgwIEMHDiQtLQ0bG1tCQ8Pp3///pZWzRldrDIYDAYmTpxoGe1mxowZdOzYkdOnT1O3bl0WL15M165dLedExYoVOXnyJEuWLMmScOjUqVOWeDO6TBUvXlxqOAghRF5SAHURJ2uHIfKYrZdXeoLBtymasuXR2qV/IYiPSiHwWDRhV2IJv3ybxNtp912PWg0vvFebivWKkxwXy5rp0wg6eYw+M/2wcypC1E9nKPpODa5evUq5cqWJTziDq0sD4kwmitvo0odcVRTUag1BcUGUdyqLMTwcU3w8RarXwKg3c3pHKK4eDpT2ckFnY0NCTBRJMTHo7O1xrVMSjY0OxWgmNSCW1AMRpF2LQ1faCXuvYhQv7Yxb3XqWL3VGo5EbN24QFhbGqVOnCAsLIzo6GkVRsLGxoXTp0paERNGiRSlSpDbu7g3QanWo1f9dno3GJFJTw0hODiQlNdSSkEhNDSElJQxF0Wc5TkZjLAmJsSQknn3o90qrLYa9fWnsbEtha1cKGxt3bGyKo9MVxUbrSildEcraOqUnBlV2oLa5k6xQ3TNZkXynaGas0ZilZkVGciI2U7IivX7FnWRGAUpW2GvUmBXlnvv4qO43utH9eHp6Zkk2wH+jSZw8eZLbt29bnvJlVPi/cOECNWvWvGdRwHPnznHmzBlLQUfAMnxnSkrKYxUuvpfo6Gjmzp3LoUOHiIqKwmw2k5KSYknYZbh79KiHodPpsh3n6Ohoxo0bx/nz50lMTLTsp6urq2V4xEeRcYzv19c/IiKCvn378tFHH1lupO8nY2SHDCVKlLCcI6GhoRgMBssw2wBFihSx3Ijm1v1GZjh37hzJyck0adIkyzKpqamW4V4vXLjAyy+/zMaNGzl48CCfffZZtm3c/R6eO3eO69evs2HDBss0RVEwm82EhobmuttqYGBgli4L8N/IWpllPgccHBxwdHTMMpLFgyQnJzN//nx27drFrVu3LF1L7j5X7zeCV0BAQI6jiT1I586dWbNmDYMHD0ZRFP766y9LbZaYmBgiIiIYP358luNuNBotrQQeZuSN3JzDD+v8+fP4+flx8eJFYmNjs3w2Za5dk5vR2O6lWrVq2brS5Ha7md+zjERGdHQ0np6e9O3blwkTJvDnn3/SrFkzXnzxRUtLE0hvuZb53K5cuTLOzs4EBARQt27dXJ+fj/MZVxhIwkEIUWCo1Go0RQp/JvdZZ1e7Ni5du+LYtAmaMmXR2qZ/CYiLTCb0cGR6guHKbZJi9Q9Y03/K1y7G8/1qYutgw4m//2Lvyp8xpKbw8rBPcC9fkdtrr6ApbofWVsfhw4epVKkbt28fpIizN9uj4+lWshhxKUZc7DSQEEE553KsuryarhVfwbZ4cSK/+QaXrl2o164KibfT2PHLJewctdRrX44SlYqBohBw7DBRIddxL1+BMl61cK1WGZVKheFmEinno0ncH4Y+JAG1oxb7Wu7YVXOlZCk3SnqXtHxZNxgMhIeHExYWRnh4OOfOnbM8Pc7MxcWFcuXKUapUKdzc3HB1dcXRqQXFimnRaGws9SUUxYxeH01KSjDJKUGkZmodkZISjF4f+VDvndEYQ0JCDAkJZx5qOQAbXXFs7cpgb1cKG9uS2GZKVtjqXCmtLUK5jJYVKntUat0DkxVJJhMJd7p8xBiMxNxJVGR09fivK8h/LSoykhmP3gA4OweNOr0IaR6uEx59tJ+cbv4zKv9/8cUXlChRArPZTKdOnSzN2R/UJNdsNjN06FDLU9LMMir7349arc4W+4OKn40ZM4aYmBjGjRuHp6cnNjY29OjRI9tyd48e9TDs7OyyJVnGjBnD9evX0Wq1mEwm7O3tMZvNvP3221maSz/Kth6kaNGilChRgo0bN/LGG29kSSbkJKdaCRnHOeP/u/fvYUeMut/IDGazGXd39xxbcmbc0NrZ2TF//nyMRiOjRo2y9H/P7O5z1mw28+abb2ZrbQHkWGzyfnLa/7un3f2+3j2SxYPMnDmTffv2MXr0aMqVK4ednR3Dhg17qBHLHnUkr86dO/PNN99w7tw5UlNTuXHjBi+//DLw32gbU6dOtTxlz5DR3ephRt540Dmc02dURu2QnCQnJ9OvXz+aN2/OrFmzKFq0KBEREfTv3z/bsXucpObdyz7MdjO/ZxnnTcZxHTp0KJ06dWL37t3s2bOHefPmMXv2bJ5//vlsy2R292hAmeV0fj7OZ1xhIAkHIZ4ShbmYTAaVRoP6KWg69qyx866Pa5euODT2QetZBo1t+he72JvJhBy4RfiVWMKvxJIcn/sEQwatVs1Lg+tQxqso8ZG3WPfVbMIungOg0Suv4dWsFQn7w0g6fAOPTxoRGxtLYGAgarWWtNRwjKY0UswKUXojMfGp2GvtsEmJBZOB16q+xoR9ExjR4CM8Pv2E6KVLiZw9h5JTptDhvdrcuh7PjmUXSIxNo9lrlalQtxFVG/uSGBPN8S3ruXbqOF5NW1ClUVOcW5XB+blymFMMpFyIIfVCDDH/u4ySlt6nXe1qg0MdN2yrFKW0hwdlPEuj0aVfgjOekoWFhVkSEXFxcZw5c4YzZ7Lf+KvVajw9PSlTpgweHh4UK1YMZ+dKFC9WA51Oh1r93xfr9GKWEXeKWQaTkhqSqX5EKCZT0kO/J/eiN0SjN0STkHDqwTPfxcbGHTvb0tjZe2JrUxIbW7f0biC6otjpXCmjdaK8vRNqRwdQ28OdbiDaO/U2cpJoNJFg+i9Zcdsy+kd6oiL2rhYVGcmL+BySFUU0GsyKcmfszCdHp9PlOOzh3TJX/s94Qn/06NEs83h5ebFq1Sq2b9+e49PLmjVrcu3atUduPl20aFGSkpKyjMJx8eLF+y5z9OhRJk2aROvWrYH0J4+3b99+pO3nZhSmu7eb0XUgIiKCNm3aPPbQgBnH+H4jGtjZ2fHjjz8ycOBA+vfvz+LFix+YdLiXsmXLotPpOH36tOUmPTExkevXr99zBIZ7udfIDLVq1SIqKgqNRkOZMmVyXLZatWp4eHhYhvnMjZo1a3LlypX7nm+5eU8rVarEsWPHsnQDOXHixEOPJPYgx44do2vXrpYbzaSkJMLCwh5qHVWqVGH9+vXZRhN7kJIlS+Lj48OGDRtITU3F19cXNzc3ANzc3PDw8CAkJIRXXnnlnuvI7cgbDzqHixUrxpUrV7JMu7uuQWaBgYHcvn2bUaNGWc7Rs2cfvvUd/Jc0ys1nYl5ut2LFilSsWJF3332Xjz/+mDVr1ljOA6PRyNmzZy2tjAIDA4mPj7ck3R71/HyYfS0MJOEghChQNE/psFNPE3sfH1y6dMHRpxGakp5obNIvJTHhSYTuv3GnBUMsqYmPN7RTtcYetOlZDY1Ow5H1azi4+jeMhvSkRfl63rR6813SrsQStzEQrbs9mqK2HN62Fzc3N1QqNWlpN1GM0VR3dOGX8GhGVizJdzuvMqiNF+rdX0Gj/kxpNoX+//Tn3Vrv0u6dd7D39ibo9dcp8mIH3D4awWufNCTw5C3+XRvA34vO4eVbkoYdytP0tTfxff0tgk4fZ/fyxQSdOk7NVs9Rs3V7PGpVwrGBB4pZIS0ojtTz0aReiCFxbziJe/9rfqt1t8e+thu2lV0oV6I05cuVR6NNLx6XnJxMaGholtYQSUnpyYGMJsf3GhbPwcHB0jrC3d2dokWL4uTUCBcX3xyKWcalF7NMuZYpEZE+ykZa2g0U5cl82dHrI9HrI4lPOPnQy9rYeGBv74mtrSe2tiWxsXHD1qY4Wl1R7LUuFNEWoaK9IypHBxS1AyqV9r7JCrOikHynZkWsMT1Z4WlrnSHWSpcuzYEDB2jQoAE2Njb3vCF2cXGxjCbh7u5OeHh4lvoMkF7F/4cffmDw4MF8/PHHlChRgvPnz1OiRAm8vb0ZPHiwpZXEiy++iFqt5tKlS1y6dIkRI0Y8MNaMUZi+/fZbevfuzenTpy0jKdxL+fLlWb9+PXXq1CExMZGZM2c+cnG00qVLc+TIEV5++WV0Ol22Lif5td3MHnSMMzg4OPDjjz8yYMAABgwYwE8//ZSlT3luOTk50aVLF2bOnImLiwvFixfHz8/PUvg2t+41MoOzszPNmjWjfv36DB48mFGjRlGxYkVu3brF7t27ad++PXXq1GHIkCG8++67lCtXjpdffhmj0ciePXsYMGDAPbc5YMAAevTowZQpU+jevTv29vYEBATw77//WroG5OY9fe+99/joo4+oWbMmvr6+7Ny5k61bt7J06dKHPp73U65cObZu3Urbtm1RqVTMmTPnoQspdurUidmzZ2cZTSxj1JcH6dy5M35+fhgMhmz1voYOHcoXX3yBk5MTrVq1Qq/Xc/bsWeLj4+nbt+9939+7Pegcbtq0KYsXL8bf35/69euzfv16rly5Qs2aNXOM29PTE51Ox/Lly3nrrbe4fPnyA+ui3Uvx4sWxs7Nj7969lCxZEltb2xyLS+bVdlNTU5k5cyYdOnSgTJky3LhxgzNnzmRpBabT6Zg6dSoTJkxAq9UydepU6tevb0lAPOr5Wbp0aVQqFbt27aJ169bY2to+0mdEQSEJByFEgaJxzvniIazHsXlznDt3xqFhQzQlS6LRaVEUheiwJEL3hhN+OZbwq7GkJd27WeXDsHHQ0nlIPTwqFiE6JJjN383m1rUAy+vOJUrQddREjDGpRP96Aczg2rkyZrOZEydOUK1aNQDS0m6SkhJCNScPXj9xlSFlS1DC2ZaTIXHUbzkS9dKOaHuu5of2P9Bncx/2he3jM59xVFr/J6EfjeBKo0Z4jB9P+e7dqVDXnbO7QjmyMYhLB27g4GyD72uVqVSvLhXrNyI5LpbT2/9m8/yvibt1k1LVqtPgpc6Uq1Ufl46VcO1UGWN0Cinnokm9GENaUDzGyBQSdoaQsDPEsm/aUo7pLSEqulDJszyVK1e2VLBPTEgkJDTEkoSIiIggJSXryB2Qnqy4ePHiPZ8uu7u7U7ZsWUqWLHmnmGUpXJwr4e6WXmQzazHLW/8Vs0y9013jzj+jMTZP3u/HpdffRK+/CZx4yCXV2NiUwN6+NLa2d0YDsXHHxqYYOl1RHLQuOOuKUMneEY3ODU2+dKq4v9GjRzNjxgxWrVqFh4cHXbt25bfffrP0M848RN3s2bP54osv6NSpExUrVmTChAlZmqvb2NiwZMkSvvrqKwYOHIjJZKJy5cqWIY9btmzJDz/8wIIFC/jpp5/QarVUqlSJbt263TfG9evXU6NGDVxdXZk1axYzZ87kf//7H82aNWPo0KE59ufPMG3aND777DO6dOliGSVj5syZj3Sshg0bxsSJE2nfvj16vT7HYst5sd29e/fy5ZdfMn78+GyvPegYZ+bo6MiiRYvo378/AwcOzFY5P7PMwxbGxcURFhbGhQsXqFGjBmPGjGHSpEl88MEHODk58d577xEREZGlG4yfnx/ff/89n376qaVuROZ13mtkhowm+QsXLqRVq1Z89NFHpKWl4ebmRqNGjSxP2Zs0acLcuXP57rvvWLhwISaTiapVq9434VC9enWWL1/OnDlzePvtt4H0FhuZhwPPzXvavn17xo0bx+LFi/nyyy8pXbo006ZNy1Zz4sCBA4wZMyZby58Mbdu2pWvXrjkW4wYYO3Ys48aN480336Ro0aIMGDDAkgTOLUdHR3744QdL65oqVaowatSoe24zsxdffJGpU6ei0WiyFSHv1q0bdnZ2LF68mFmzZuHg4EC1atUsdR4e9P5mlpvPiQ8//JBZs2aRlpbG66+/TpcuXbh8+XKOcRcrVowZM2bw7bffsnz5cmrVqsXo0aMfOBxoTrRaLRMmTGDBggXMmTPHkgS613afe+45fvnll0ferlqtJjY2ltGjRxMVFUXRokWpXLkyv//+O5988gmQ3mJpwIABjBw5khs3btCwYcMshV9ze37ezcPDg6FDh/LNN98wduxYunTpUqhbMquUR+1QJIQQ+cB4+zZXfJs9eEaRbxxbt8alcyfsGzRA4+6BRqdBMStEhSYSejGGsCuxRFyNQ5+SNwmGzGq3KUPz1yqiUqv4d9WvHN2wFnOmJoVaGxve/+5nbLT23PQ7gSkmFbRQanIzTp0+xfr162nXrh0tW7Zk797GlK/wIeXKvkv1vWdYULM8LV2ceP7b3Wwf0RzNzVOoVvXDOPgg8eY0em7siVatZXmHn3GxcyVynh/RP/6I2smJ0l9/jUOLFpiMZo5sDOL0jlBMxvSnW1UalqBRxwoULWmPWqMh+OwpTm3dzNUjBzGbjDg4u+LdsTNVGzenqEcp1FoN5jQTqRdjSL0QTerl25iT730sbcoXwb6WGzYVnNEUt0Ntp7UM+xkbG5ulJURERAR6/cN3XbFsK1MxyxIlSlCsWDGKFCmCvb1N9mKWpmRSU0LTu2uk3mkdYRnqMwyz+dHjKGjq1VtM8WKtH+qp8d0iIyP54Ycf2LVrFzdv3qR48eLUqFGDd955B19f31yt4+5RHjInHKzh7lEECqJDhw7Rp08fjhw5kifV3nv37k316tVzTDjkl8zJgYzRQfz9/alRo0a2eZOTk2nVqhWjR4+2JIvGjBnD33//zfDhwy3vVWRkJC4uLtkK7d1LTEwM9vb2uepn/zDzPikZo1vklHBITU2lcePGLFy4MMvIAcL67vW+3X2OZf4byZCUlIRer7cMQZ8XUlNTSUpKonjx4vc9p0RW0sJBCFGgqAtxk7FCSa3GqV1bXDp2xN7bG7WbOxqtBrNJITIkgdDtoYRfuU1EQByG1PxrXu/gYkPnYfVwK12E8CsX+fv7/7N33lFRXV0ffmboHQSkiUhRUDqCCHZRsUdRo0axB03sHVGjxhq7Yu8lxtiwxBiNXVDsvVIsSBGlg3Rmvj8IE0Y6amLeb561XMu597R777nDnH32/u2VJMWUDBnoN38FSmrqJGx5UGhsADS96iAnL8eNGzeAwlhykSif3LwkUlNugukgLFWVmBUezaVG9fG2M2TuH2HM6eoG1u2R39wKzeGX2Oa9jX4n+tHqkBcb22zEbewYVBs2JHbyZF4PH46CmRm1Vq3Eo5s1Dq1NCQ2KIOxGPBG33hJx6y3KqvI07m6JVcP6dBnvSHZGBg/P/8n9s6e4/OtuLv+6G4RCbDybYd/aG6N69VB11EcsEpP7Op3sx4lkPUki/22m1DXnvkon91V6sWcGSpbaKDfQRbW2JjaW1jRo0EAi2peUlCRlhHjz5k25ol5SfeXm8uLFC168eFHq+dLELNXVm5QQsyxsK4HMzFdkZb2S0o/Iynr9l5jlf2e/Q1FB96OMDdHR0fTt2xdNTU0mT56MtbU1+fn5hISEMGfOHE6ePPkJRyujOuTm5lZ68f0l8fjxY54/f46DgwPp6emS1JNFKUsBrl+/XsL1/MO0ghVRXojKx5T9Erh+/TqNGzcuYWz4r86J/xXKE52tzBxTU1P75GEIysrKnyT86v8bMoODDBkyviiEiooIFBURf8QurYxyEArR8G6HZoeOKDs6Iqer+5eBQcTbV+lEn35NTFgy8c/TyMv5Z+L33TrVwaV9bcTiAs5t38CdU79DKc53ncdORa+2GUmHwsh5nio5rtrIQLK7D6CpqUleXiIgJik5FLFYTF1VZX59k0RUdi6DPOvQ5KdzfONWm3ptf0SwthHyO7qgP/h3trTbgu8fvgz9cyhD7YYyxmMk5kePED1qNNkPHvCiW3fUPD0xXLiQtkNscW5bm+AD4cSGpZCdmc+FPc+4sOcZZva6NOpijnOHr3Dt4kPM08fcO32C8GtXeBpykachFwHQr2NBw45fYebgjKZ3HbQ6mJOfkvOX8SGx8Do/zA0pgpzwFHLCU/4+Jg/K9WqgXF8XDVMNbK0bYG9vj1AoRCQSkZCQIGWEKErrVlUqI2ZZlOqzMH+4BTVq1EdeXgE5ueJilrmFYpZZL8jKLC5mGfXJxSw/BUpKNT+q/pw5cxAIBBw4cEBKjbxu3br06NFD8jk9PZ3Fixdz5swZcnJysLOzIyAgABsbm2r3fevWLVasWMGDBw9QVFTEwcGB5cuXc/78eRYuXEhwcLDUomr06NGoqKhIQgzOnj3L2rVrCQ8PR1VVFTc3N9asWVNqX9UZ/5s3b/jpp5+4fPkyubm5WFhYMGvWLIni/i+//MK2bdt48+YNJiYmfPfdd1ICbNbW1sybN48LFy4QEhKCgYEBU6dOxcvLi+joaAYMGAAgEVHs3r07ixYtwtfXl7p166KgoMCRI0eoW7cuP//8M9evX2fx4sU8ffoUbW1tunXrxrhx40rNFlFZKrrGc+fOsWbNGsLDw6lZsybdu3dnxIgRle5z27ZtvHjxAgUFBWxtbVm3bh0BAQFcuXIFPT09xo0bx8qVK6XqFN8R7t27N25ubkyaNElyPikpiWbNmrF161YaN25cwpslMDCQQ4cOkZCQgLa2Nu3bt2fGjBlASc+X2NhY5s6dy9WrVxEIBDRr1oyZM2dKQjKKPHcGDx7M6tWrSU1NpXnz5sydO7dKgpppaWksWbKEs2fPkp6ejpmZGRMnTqRVq1aSMsHBwSxYsIA3b97g4uLCwoULad68Oc2bN5d4DDk6OrJ7924UFRU5d+4cz549Y/78+dy9excVFRXatWuHv7+/ZDFbVM/BwYFdu3aRm5vLoEGDGDFiBMuWLePQoUOSrBY9e/aUjKWidq9du8aSJUuIiIhAXl4eKysrli1bhomJCVC5d2POnDmcP3+eq1evYmxszIIFC6hRowYzZszgwYMHWFtbs2TJEqlUj1Wdj0XX36BBA/bs2UNOTg6dO3dmxowZku+WS5cusX79esLDw5GTk8PJyYnp06dL+i3y3FmxYgV79+7l7t27zJ49m4CAAMm1AIwaNYrRo0dLzbHWrVsDMHLkSKBQ/+DcuXMlPMJEIhHr1q1j//79JCUlYWlpycSJE2nevLnUGAIDA9m9ezf379/HzMyMOXPmSDRYPvRqyMnJ4auvvip37mZkZDBr1izOnj0rCXs6e/bsP+4p9W8iMzjIkCHji0Pe0JC8v/J7y/hI5OXR7NAezQ4dULZ3QK5GDYRyQgryRcS/TCPmRhQx4SnEP08lP+9TJhKsGK2aKnQZ7YiWviqvHtzlz42rSXv3ttSyjb7qST2PpqSHxJB5I15yXKmuNvJqilw7dU1yTF1dnezswvmTn59CnqiAumqF8cyrouJZYVObFvX08d12jdCpLRF2XYNgV1fkf+1H7T6/sLHtBoacGsrWh1u5FneNrW02UWfvL8QvWEjyL7/w/soVIlu0QLtvH/QnTqL7BBdePkjgyqEIkt8Ueie8epDIqweJKCrL497VnHqNLOk4ehK5wzJ5eOEMD86eIuH1K969fM7JdSsAUFRVxdm7M9YezdF1q4W6pzGivAJywpILM188TUJUlhBnPmQ/TiL7cbG88opCVOrXQNmmBjomGtSwtcfZ2RmBQEBBQQFv374lOjpaIkqZkJBQZRG04lRGzNLU1BRjY+NiYpYuaGk2LlPMMivrL/2IYqk+c3Li/jExyyIUFKrvkpuSkkJwcDDjx48vNfVZkZu/WCzGz88PLS0tNm3ahIaGBvv27WPgwIGcOnWqzKwH5fHkyRMGDRpEjx49mDFjBnJycly7do2CggLat2/PvHnzOHv2LB06dAAKF5nnz59ny5YtAFy4cIHRo0czYsQIlixZQl5eHhcuXCi1r+qM//379/Tv3x8DAwPWrVuHvr4+jx49kszD06dPs2DBAqZNm4anpycXLlwgICAAQ0NDqd3oNWvWMHnyZKZMmcLu3buZNGkS58+fx8jIiMDAQEaPHs3JkydRV1eX2p08fPgwffv2Ze/evYjFYuLj4/Hz86N79+789NNPvHjxghkzZqCkpFSpOPvSqOgag4ODmTx5MjNmzMDV1ZWoqCiJ7sWoUaMqbL9BgwYlxDm//fZb3rx5w86dO1FQUGDevHkkJiaW2UaXLl3YunUrEydOlHjynDhxAl1dXRo1alSi/MmTJ9mxYwfLly+nbt26JCQklKkZIxaLGTlyJCoqKuzevZuCggLmzJnD+PHjpVJtRkVFcfbsWTZs2EBaWhrjxo1j8+bNlRIshcLvnyJdhaIFdEREhJROQXZ2Ntu2bWPx4sUIhUImT57MTz/9JCWwGhoairq6Otu3b0csFpOVlcWwYcNwcnLi4MGDJCYmMmPGDObOnSsVU3/16lUMDQ35+eefuX37NtOnT+fOnTu4ubmxf/9+Tpw4wezZs2nSpAlGRkYVtpufn8/IkSPp1asXy5cvJy8vj/v370ueT2XfjXXr1uHv74+/vz9Lly5l4sSJmJqa4ufnh7GxMQEBAfz444+Sd7668zE0NBQlJSV27dpFTEwM06ZNQ0dHR/L8srKyGDx4MPXq1SMrK4tVq1YxcuRIjh49KvWMli5dir+/PwsWLEBOTo6AgABWr14t8QIr7Tv04MGDeHh4sHDhQpo1aybRPfqQXbt2sX37dn788Ufq16/PoUOH+P777zl+/Dh16tSRlFuxYgVTp07FzMyMFStWMHHiRP78888SBhcfHx+J8Gd5c3fRokXcuXOH9evXo6ury+rVq3n06NFHGZL/a8gMDjJkyPjiUDA2lhkcqouyMlodO6Lh3Q5lOzvktHUQygnJzxMR/zyV6NCXxIanEP8iTaJB8G/QpJcV9i2Myc/L5eS6FTy6eLbMsuZODWnaewDZYcmknngudU6rgzlZWVk8evRIckxZWYn09L/TlYkK0qirWrjI2BuXxFxLEwZ61GHwjhusOPucSd4twKkf3N2D/NFR1O+2jtWtVvP92e95mPiQFodas6v9Lur/MBMV14a8mTkT0ftMUvb+SsreX6k5zR/Tvt/Q5wd3HofEcP23F2SlFxoGcrPzCd4fTvD+cGrZ6ODe1QLHth1x6dCVN5Hh3Dt9gmdXgsnLySY3M5Nrh/dz7fB+AKzcPHBo2x6TuvXRaVDo0p8bk0HW40SynySSF1uBF0CuiKx7CWTdS/j7mLI8qna6KFvroGesjb6jPq6urggEAvLy8njz5o1Ues6kpKRq547/kMzMTEnWg9IoLmapq6uLlpYhmprm6OnJIxQqFhOzLCgUs8x6SVbmq2KhGlFkZ0eTl1e9tIplIS+vhVBYfbfqqKgoxGKxJE1aWVy9epWwsDBCQ0Mlu4JTp07lzJkznDp1it69e1e57y1btmBnZ8fs2bMlx+rWrSv5f+fOnQkKCpIYHH777TcMDQ0lgmYbNmygY8eOjBkzRlKnrB/J1Rn/8ePHSUpK4uDBgxKDRPE0iVu3bqV79+7069cPKExPd/fuXbZt2ya1qOrevTudO3cGYMKECfz888/cv3+f5s2bSzJ7FHrcSGs4mJmZMWXKFMnnFStWYGhoyA8//IBAIMDS0pL4+HiWLl3KyJEjSxXZq4iKrnHDhg0SIwcUCieOHTuWJUuWVMrg8CEvXrzg0qVL7N+/X+JBMX/+fCkxxg/p2LEjCxcu5NatW5K0qsePH6dz586lXnNcXBx6enp4enqioKCAsbGxRJX/Q65cucKzZ884e/asJD3h4sWL6dSpE/fv35fUE4vFLFy4ULIr3LVrV0JDQyttcLhy5Qr379/nxIkTmJubA4X3sjh5eXnMmTNHsqver1+/EvonqqqqzJs3TzKH9+/fT05ODj/99JNksfvDDz8wYsQIJk2aJPHS0NbWZsaMGQiFQiwsLNiyZQvZ2dmMGDECgOHDh7N582Zu375Np06d+O2338ptV15envT0dFq1aiUZb/FUipV9N3x8fCTPvigzyPfff0+zZs0AGDBggFTWi+rOR0VFRRYsWICKigp169ZlzJgxLF68mLFjxyIUCvH29pYqv2DBAjw8PIiIiJAIPQMMHDhQKguEhoYGAoGg3BCgovAKTU3Ncstt3bqVb7/9lk6dOgEwefJkrl27xs6dO6WEXYcMGULLli2BQuHSTp068erVqzJTWZY3dzMyMjhy5AhLly6VaPUUGUb+PyEzOMiQIeOLQiwWo2Bs/G8P47+DigraXTqj0bYtSrZ2yGlp/WVgKCAuIpWYkBfEhKXw9mUaog9d8/8FdGup02WUA2rayoRfD+XMlrVkpqaUWV6rpgFfTZxBflI2Sb88hWI2EqG6PPIGqly7clkqPEBRUY6cnL+9IHKzY7FR+3uRdTwhha+t9amlo8Ka8xH0cjWhdoefEEScgfu/Iqdag0be8/ip+U9MujiJ7Pxsvj7+NZNcJzHAuz/KtrZEjxxFbkQEAG8XLiJh1WqMlyymQctWWDc24tYfL7l35rWU10j002Sin95CXlGIW2dzbDxq0274GFoPGs7j4PPcP3tSKhtHxI1QIm6EAqBjZIJLp6+wcHZDs7UpWm3NKMjI/TvrRUQK4sp4qGTnk3kznsybf98foboCKg56KFvpYGSkj1FDI8kP1tzcXEkYRpERIiWl7Of1Mbx79453796Vek5BQYFatWphbGyMgYHBX2KWDdDXdyohZllQkElWVsxfqT6j/kr1GS0xSFRVzFJJyeCjrqvIYFORBsSjR4/IzMwsoV6enZ1NVDUNsE+ePKF9+/Zlnv/666/p2bMn8fHxGBgYEBQURPfu3SVjffLkSYVZKj5m/E+ePKFBgwZlem88f/68hKHCxcWFXbt2SR0rcreGwgWjmpoaSUlJVISdnZ3U58jISIkXUBENGzYkMzOTN2/eYFyNv00VXeOjR4948OABGzZskBwrKCggJyeHrKysKgsvRkZGIi8vL3VtlpaW5Qpm1qhRA09PT44dO4arqyuvX7/mzp07Uoaq4rRv356dO3fSpk0bmjVrRosWLWjVqlWpLveRkZEYGhpKjA0AVlZWaGpqSrQnoNANvnj4RM2aNcv1yviQJ0+eYGhoKDE2lIaKiopU6EBpfdSrV08qxCgyMhJra2upnXUXFxdEIhEvXryQGBysrKykjDN6enpSxj05OTm0tbUl/VXUrpubGz4+PgwdOpQmTZrg4eFBhw4dqFmzMLyrOu+Grq6u5BqLH8vJySEjIwN1dfVqz0dra2upc87OzmRmZhIXF4eJiQlRUVGsWrWKu3fvkpycLPlejIuLkxrPh+/kpyIjI4O3b9/i4uIiddzFxaWEd07xe1ZkwCgKwSiN8uZudHQ0eXl5UgY5DQ2Ncufp/yIyg4MMGTK+LPLzUfgrPlFGSYSqqmh2745mGy+U6jdAqKmJUCggL6eAuIgUoi88JzY8hXev0hGJ/n0DQ3FaD7DB2t2A7PcZHFu2nPDrV8otL6+oSP8FqxAUCEjY/gjxB5oSWp0sEAgFJRSihUIFKYPD+/cRmBjaoigQkCsWMycihp41dejvbsaik0/x3XqDCxObQucVCH79Bq6uQ6iqi1ezCfzg8QOzr8wGYOnNpYTGhrKqxQrMDx0kbvoM0o4fB0CUmUn0yFHIm5pSa8Vy3LvY4tCyFqFHInl29Y2UJEV+rojQoEhCgyIxtNSicTcL7Fq2xbFtB969esG90yd4EnKR3Ky/xSOT42I4u2UdZ/+6L45tO2LTtCX6zmaouxshzheRHZlSGFbxNImC1JxKPxdRRh7vr8Tx/krc3/dQRwlVez2UrbSpZWCIaa1ayP21mMjOzpbSg4iNjSU9Pb2s5j8JeXl5FYpZmpqaYmRkhL6+Ptra2qipeVJDp3kpYpaJZGa9IivzpbR3RFY0Oblv+VDMUlnJiI/BzMwMgUBAZGRkiXR2xRGJROjr60u5mRdRVq75iqhI3KxBgwbY2Nhw5MgRmjZtSlhYmNRCoyriaNUZf2Xa/9BQIxaLSxxTUFCQ+iwQCCoVHvTh4qk0b57KGozKoqJrFIlEjB49WmpXt4jiqS2rSlXH26VLF+bPn8/MmTM5fvw4devWLdObxcjIiJMnT3L58mVCQ0OZM2cOW7duZffu3SWeRWnPq+h4cUozVlTFu6oyc+nDPgQCQYk+SpsTZd3L4sdLa7u0Y0XzsjLtLly4EF9fX4KDg/njjz9YuXIl27dvx8nJqUT/ZbVZ/HkUnSvtWNG4PvV8LGp/xIgRGBkZMW/ePGrWrIlIJKJz584lhCFLC5n4lFT3npX3fVLe3C3r++P/W5JImcFBhgwZXxYCAQomMg+HIoSammh174aGlxeK1jbIaWggFArIzc4nOjyFmLAIYp6lkBCdgfgLMzAUYVxXi/bD7VBRV+LhhTNc3LWF7PcZFdbrv2AlSqqqvCuWkaI4Sra6hIWFkZr6t4CkhoYGQqEcObl/GxzS0u9iZNSNOiqKhGXmkJwv4lFmNn3da7PiTBhRSZlsuRyFX/NO0KAbPD4C5+YiVNOlR8PBpGSnsPL2SgAux17G61Bb9nb6BdOlS1B1bUj8goUSkdP816952bMXKm6uGP+0GK+BDXBqU5uQg+FEPynp6v8mMpUjy+4glBfSsH1tbJsa4zX0e1oO+JanVy5x/8xJ4sKld1/yc3O59fsRbv1+BAAzByec2nWmlo0d2vUsEQisyHvz/q/QiyRyo9OrnBBClJxDxqUYMi79HZoib6CKip0uShba1DEwxbyOOXLyhbGy79+/L2GEyMzMLKv5T05qaiqpqak8fPiwxDmhUIihoSG1atWShGtoapqjo2NDTYXC7BpFFIpZvvnLO+IV2VnRqKpaIBaLpIwWVUFbW5umTZuyZ88efH19S/ygTktLQ1NTE1tbWxISEpCTk6NWrVrV6utDrK2tCQ0NlQqJ+JCePXuyc+dO4uPj8fT0lNqJrlevHqGhoVLClmVRnfFbW1tz4MABUlJSSvUAsLCw4NatW1JCeHfu3Clzp7E0ihYPlRFJtbKy4tSpU1KLkNu3b6OmpoaBQfU8XSq6xgYNGvDixQupMIuPwcLCgvz8fB4+fCjZVX3+/DlpaWnl1mvTpg2zZs0iODiY48eP89VXX5VbXllZGS8vL7y8vPjmm2/o0KEDYWFh2NraSpWzsrIiLi6OuLg4ydyKiIggPT29Ss+xIqytrXnz5g0vXrz4pLvHVlZWHDlyhMzMTMm7e/v2bYRCoVTc/+dqt0GDBjRo0IDhw4fTu3dvjh8/jpOT0yd5N0qjuvPx2bNnZGdnSww/d+/eRVVVFUNDQ5KTk4mMjOTHH3+UhOxUNpWkgoJCpd7disqpq6tTs2ZNbt26JRGQhcJ7VlY40KfA1NQUBQUF7t+/L5n/GRkZvHr1Smoc/+vIDA4yZMj4ohDIy6P4iX5s/xcR6uig7eODRquWKNazQU5dDYFQQG5WPtFhyUQ/e0NseAqJ0RmlJXL4ohAKwdvPnjr2NXifkszBVfN4df9Opep2Ge+Prmltkg6Gkfui5A9lNU8j5BXluXbtmtRxQ0NDAHKy/96tT0oqDEuoq6ZMWGbhzv/8yFj2O1nRycGIoNsxLDjxlK8cjajZeQWCFxchKxl+Gwcqugy1H0pabhrbHm4DIDU3lY6HOzG/yXy69OqFiqMj0aNGkRcTK+kz68ZNIlu3RqtnD2pO9eersc5EPU7k8sEIkkrRXhDli7hx/CU3jr9Ev7Y6Ht2tsGnSEruWbUiKiebu6RM8uXSuVEPNq/t3eXX/LgAauvo07NwNy4buaLWohWbr2ogy8wpFJ58kkR2eXMJTpLLkx2eSHp9J+tnXkmMKJuqo2OuhVEcTSxNzrKysJIJdaWlpUqKUcXFxZGeXNBx9bkQiEbGxscTGxpZ6vkjMssg7okaNGqirO6Ol2Qh5eUUEAjkKCnKlDBNVZdasWfTt25devXoxZswYrK2tKSgo4PLly+zdu5c//vgDT09PnJycGDlyJJMmTcLc3Jy3b99y8eJF2rRpg729fZX79fPzo0uXLsyePZs+ffqgoKDAtWvXaN++vSTuuWvXrixevJj9+/dLMlMUMWrUKAYNGkTt2rXp1KkT+fn5XLp0iW+//bZEX9UZf6dOndiwYQMjR45kwoQJ1KxZk8ePH1OzZk2cnZ0ZNmwY48aNo0GDBnh4eHD+/HlOnz7N9u3bK30PTExMEAgEXLhwgRYtWqCkpFRmqrxvvvmGnTt3MnfuXPr168eLFy8IDAxk8ODB1dJvqMw1jhw5UrL72759e4RCoUTrpLL6BcWxsLCgWbNmEgFCOTk5FixYUKEHgKqqKq1bt2bVqlVERkZKNDFKIygoiIKCAhwdHVFRUeHo0aMoKyuXGnLi6emJtbU1kyZNIiAggIKCAmbPnk2jRo2qNafLolGjRri6ujJmzBj8/f2pXbs2z58/RyAQSLIQVIcuXbqwevVq/P39GTVqFElJScydO5evvvpKEk7xOdp9/fo1+/fvp3Xr1tSsWZMXL17w8uVLiSHoU7wbpVHd+Zibm8v06dP57rvviImJITAwkP79+yMUCtHS0kJbW5t9+/ahr69PbGyslFBneZiYmJCZmUloaKgkbKO0sA4TExNCQ0NxcXFBUVFRot1SnKFDhxIYGEjt2rWxsbEhKCiIp0+fsnTp0srfoCqirq5Ot27dWLx4MVpaWujq6hIYGIhAIPioVMv/NWQGBxkyZHxxKHwg9PS/jJy+Hto+PVBv2QLFuvWQU1NFIBCQ/T6PV8+SiQmLJTY8mcTY91Xepf43qeOgR5vBNigqK3Dn5G+E7N1FXk7lFpuNuvWirnsT0oOjpbQGiqPevBZJSUklXOyL4luzi4VUZGZGkC8SYaWqDBR6Q1xKziAxJ49BnnUIul24iz9w+03+GO2JuP0iBIeHF1be7wuDTjC+4XhSc1I5FH5I0u70y9MJiQlhgcdczI8eJXbSZDI+UPBPPXiI1IOH0J80ERPfgfSZ0YgnoXFcO/aczNTStQTeRWVwbNVdEIJLWzPsWhjTasAwWvQfQtjVEO6fPUX045JpKQHSE99xYedmLuzcjFAoj51XW2ybt6amnSVqDQ0QF4jIeZFG9pNEsp4kleo5UhXyYjLIi5E2giiaa6FiWwNlMy3q1bHCxsZGslhLTk6WMkK8efOG3H85BW5FYpb9+/evUPCxIkxNTQkKCmLDhg389NNPvH37lho1amBrayuJkxcIBGzatImVK1cSEBBAcnIyenp6uLq6VnthY25uzrZt21i+fDm9evVCWVkZBwcHqcWkuro67dq1kxgGiuPu7s6qVatYt24dmzZtQl1dvcxdueqMX1FRkW3btvHTTz/h5+dHQUEBlpaWEgG3Nm3aEBAQwNatW5k/fz4mJiYsWLCghE5EeRgYGDB69GiWLVvGtGnT6Natm1R2gQ/Lbtq0SWKA0dbWpmfPnnz33Xdlth8YGMjhw4c5d+5cta6xWbNmbNiwgbVr17Jlyxbk5eWxsLCotHZGaSxcuJAZM2bQv39/9PT0GDt2LKtXr66wXteuXfHz88PNza1cvQpNTU02bdrEokWLEIlE1KtXjw0bNqCjUzKbi0AgYO3atcydO5f+/ftLpcWsCkFBQUybNq3M9xQKn8VPP/3EhAkTyMrKkqTF/BhUVFQk869nz55S6Ss/Z7sqKio8f/6cw4cPk5KSQs2aNenXrx99+vQBPs27URrVnY8eHh6YmZnRr18/cnNz6dSpkySzi1AoZMWKFcybN4/OnTtjbm7OjBkz8PX1rXA8Li4u9OnTh3HjxpGSkiJJi/khU6dOZdGiRRw4cAADA4NS38cBAwaQkZHBokWLJJoM69at+yhPlcrg7+/PrFmzGDFihCQtZlxc3EeFTP3XEIj/vwWRyJAh44tHXFDAUwdHqIQb3X8NeQMDtHv2RL1FcxQsrJBTU0EgEJCVkUvM02RiwlOIDUshKa6CDARfKPKKQjp974BJPW1S3r7h5LoVxD57Uun65s6udJ/8A9kRKSTueFSqkUXeSBWDMS6cPHmyhIdDly5daNiwIecv1JcSB2za7B7HEnMZ/eRv8Tp/c0PG1TGkc2AwD2MKvSgW+djTp1Ft2NMTwk9LyopHXEZs0IApF6dw6tUpqT6N1YzZ02E3emo1Sdi4kXerA0ufuyoqmCxcgHqbdojEYm6fiuLu6SjyKuFxoGOoimcPK2pZayGvqEBK/BvunT7Bo4tnyUpLrbA+gLF1fVzad6G2nSPK6poIhALyE7LIepRI1tMkcl+lSolyfjKEoFRXB5X6uijW1kCoo4hQSR6hUIhIJCIpKUnKCBEfH09+fv5nGEj1GDlyZLnK5/8LDB48GEtLS2bMmCF13N/fn7S0tBJK/v8fKeteFC0QyzJiFOfatWsMGDCAGzduoKmpSVBQEAsWLKi0e/mnwtramrVr15apKRIdHY2XlxdHjhyhfv36/+jYyiIwMJDr169LaYT8E+P09fXFxsaG6dOnf5b2/xf4r3xPBAYGcubMGY4ePfqvjiMzM5PmzZszdepUiSGndevWDBgwgEGDBlW73Q+v70t6LjIPBxkyZHxxCOTkUDA0JC8mpuLCXzjyJiZo9+yBevPmKJhbIKeijEAgIDMtl+ePk4gJiyI2PIWU+H8u3v1zYd3YkBZ96yKnIMe1Iwe4GvQrBR8IQpWHloFRYUaKxL8yUpRhDtfubEl+fj53794teU5bm7y8tBKZCPJz31JfzVDq2LKXb/iuVk18G9dh6qH7APgHPcC7gT7aXdcgWOMKOYViiIKNzRCPucOi5otIP5vOldi/BS9j38fS6qAXa1uvpdm336Li4kLM+AkUJCRI9UdWFjHjxiNvZITJiuW4dXTEvoUJV48+58mVuHI1OJLfZPL72sIxOrSuhWPrWjT7ZhDN+g4k4uZV7p85yasHdykvzib22ROJ8UdVUxuXjl2p6+6JdhMjNFrUQpSdT/bTpMLwi7BkxFmfaNEvgpxnyeQ8K6ZhIQ8qNroo2dRAy1QDbRtbHB0dJaJq7969kzJCvH37tlIigJ8agUBQ6q5tVUhMTGTVqlVcunSJhIQEtLS0sLGxYdSoUTg7O3+ikVaPlJQULl++zNWrV6u84/xf5VMvIK9fv86ePXuqVbdjx460aNFC8vlLWRAZGRkREhLy0XP/U7Jnz55PqvlQWQIDA0sVBawuFRl7/lf4Eo1W/wSlPd/Hjx9LMrKkp6ezdu1aALy8vD7rWKZPn/7FiFPKDA4yZMj4IlGytv5PGhwUzMzQ7tUT9SZNkK9jjpyyEgKBgPcpOUTcTyI2LIXY8BRS32X920P9ZCirytN5jCM1zTRJiHrJH2uX8+5V6dkEykJeURnfBSsQ5IlJ2P6wbJ0BeSEKZhrcuXuHnJySmRg0NDTIzX1b4nhm1kssdepIHcsTQ2haBt2dTVhw4gmpWYXGkWG773BwuDviNrMR/P6XO65YhHCtO4y7z+pWqxn651Duvbsn1d7IcyPpa9OXqS6TsTh2lOgxY8kqZecyPy6OV336ouzshPGSJbTqb4NTG1NCDoQT9ajiVH73z0Vz/1w0mnrKePawwtypEfXcm5Ce+I57Z07y6PwZMpLLTyeXmZZCyK+7CPl1FwiF1G/SAvtW7TC0qYuqU03EIjG5UWlk/ZX1Iv/tJzaI5UPWw0SyHhYbp6IQFVtdlK1rUMNEA107B1xcXBAIBBQUFBAfHy9lhEhISPjsP6a0tLQ+erExevRo8vPzWbRoEaampiQmJhIaGioldvpv4ePjQ2pqKpMmTfrosJGyyMvLK5G54H+JskIpKoOysnKVMoH8U8jJyX1xXj0tW7asUPjyc1BWOtPPyX/9nfm3w+S+RLZt28aLFy9QUFDA1taWPXv2SHR0PhfVzW70OaieAo4MGTJkfEbE+fkol5GO60tD0cqKmlOnYH70CHXv3MXq1En0hg0jz8Cc8DvJnNv1hF3Tr7DD/zJndzzhyZW4/yljg0PrWgxc5IFeLVWCf9nBz9PGVdnYANB/4QoUVVRJ2PmYguSyUzpqeZshJy/H9evXSz2voqJCVnZJQ1VG+iNU5IQYKUn/iPshPAZ5oYCeDf8WKr31KpnfH8YjcBsGZk3+LpyfjXBNI+TzstjYZgP1dOrxIXuf7qXXid5kqggx27mDGkOHlnkt2Xfu8rxNW2KmTkVDpYAuo534arwzerXUy6xTnLSEbE5ufMimscGc2/2E/HxVPHt+g9+67XSb8gMWLm4IKiN0JxLxJPg8+3+cxuqBPdntP47HwefJ1ypAq30dDCc0xHCqG1pdLFCy0ga5zyR0lSsi6847kn99RvyyW7yZdZW4uVdJCgoj50kyNZV0cHFyoXv37owcOZKAgACGDBmCt7c3dnZ2n+XH28cuutLS0rh16xaTJk2icePGmJiY4ODgwPDhw2nZsqWkXHp6OjNnzsTDwwMXFxcGDBhQIjf82bNn8fHxwd7eHnd3d0aNGiU5l5qaypQpU3Bzc8PR0ZFhw4bx8uVLyfmgoCBcXV0JDg6mQ4cOODs7M3ToUH799Vdu3brF0KFDKSgoYOHChbi6uuLu7s7ixYtLGHQuXbpE3759JWWGDx9OVNTfYUrR0dFYW1tz4sQJfH19sbe3Z//+/bi4FIZAFefcuXM4OTmRkVF6xhpfX1/mzp3L/PnzcXNzw9PTk3379pGZmcm0adNwdnamTZs2XLx4UapeREQE3377Lc7Oznh6ejJ58mSSkgoNef7+/ly/fp1du3ZhbW2NtbU10dHRFBQUEBAQQOvWrXFwcMDb25udO3eWOq41a9ZIntMPP/wgtbjKzc1l3rx5eHh4YG9vT9++fbl//36p7RR/LkX/X7NmDU+fPpWMLSgoCKh4fjx9+hRfX1+cnZ1xcXHBx8eHBw9K13kp4u3btwwbNgwHBwdat27NH3/8ITlX9ByfPPk7HO769ev07NkTOzs7mjZtytKlS6VCn06ePEmXLl1wcHDA3d2dQYMGkZmZyY0bN7C1teXdu3dS/S9atIh+/fpJ3YcP5+fbt4XG4yKdjLNnz0ruTfFwutevX+Pr64ujoyNdu3blzh1pceLbt2/Tr18/HBwcaNGiBfPmzZPKorNnzx7atWuHvb09np6eUlldfH19mT9/fqXKVkTr1q2BwjAta2tryefAwEC++uorDh48iJeXF/b29ojF4kq/b3/++WeZ1x8TE8OIESNwc3PDycmJTp06Sd6Za9euYW1tzYULF+jatSv29vb06tWrhE7GqVOn6NSpE3Z2drRu3Zpt27ZJnb9+/Tp2dnb4+/vTsGFDZs6cKdm979atG9bW1pXSayji6NGj+Pj44OzsTJMmTZg4cSKJiX8bp4vGHRoaio+PD46OjvTp04fnz59LtbNp0yY8PT1xdnYmICCg1E2KDwkPD8fPzw8XFxecnZ355ptvJPf8/v37DB48GHd3dxo2bEj//v159OiRpG5Zz1ddXR0DAwNUVFTIy8sjLS1N6nqKeP/+PRMnTsTZ2ZmmTZuWSDEcGxvLd999J3nPx44dS8KHnpTF8Pf35/vvv5d8LusdLV52w4YNeHp64urqypo1a8jPz+enn36iUaNGNG/enIMHD1Z4D0tDZnCQIUPGl4dAgNIXanBQqm+DwfQALI7/Rt2797A8/hu6gweTq1ubZ7cSOb3tETunXWZXwBXO7XrC09A3pCf+88r8nxs1bUX6/NCIZl/X4+2LCHZOGsWNY4cQVUN3o8vEAHRrmZIcFE7uq/J3sFQa1iQqKkryQ/RDlJTkpTJUFJGcUmigsFKVFmkKy8whOieXwU3qUFwwesyvd8jIykHcbT0oFFPEzk5Bbr0nSsDmdpuppVEyo0p4SjitDnpxN+E+BpMnUWv9OoTl7DSkHT1GuLs779atw8hMja+nu+E1sD5q2pUXlHpyOY5fZl1j1/RQwm++w9TWie5TZzF8/U48e/VDQ6/yC+e3LyI4uW45G0YMYO3QvoTs201y+hvUGhmiP8we41ke1OhfH9WGBgjVP+8unCgzn8zr8ST9/IQ3S27y5odQYhdcI+W3SPIj0jDWrImbqxs9e/ZkzJgxTJs2jYEDB+Ll5UX9+vVLVSqvCkX54quLqqoqqqqqnDlzpsxdP7FYjJ+fH+/evWPTpk0EBQVha2vLwIEDSUlJAeDChQuMHj2ali1bcuTIEXbu3ImdnZ2kDX9/fx4+fMj69evZt2+fpM3iOe6zs7PZtm0bixcv5ueffyYuLo6ffvpJcn7btm0cOnSI+fPn88svv5Camsrp03/rmABkZWUxePBgDh48yI4dOxAIBIwcObLEPVq6dCm+vr6cOHGCNm3a0KlTJ8niuYigoCC8vb1RVy/bwHb48GF0dHQ4cOAA/fv3Z/bs2YwdOxZnZ2cOHz5M06ZNmTJlCllZhUbct2/f0r9/f+rXr8/BgwfZsmULiYmJjBs3Dih0MXZ2dubrr78mJCSEkJAQjIyMEIlEGBoasnLlSn7//XdGjhzJihUrOHHihNR4QkNDiYyMZNeuXSxfvpzTp09L3KMBFi9ezKlTp1i0aBGHDx/GzMyMYcOGSZ5jeXTs2JEhQ4ZQt25dydg6duxYqfkxadIkDA0NOXjwIEFBQXz77bcV7pCvWrUKb29vjh49SteuXZk4cSKRkZGllo2Pj8fPzw97e3uOHj3K7NmzOXjwIOvXr5fc94kTJ9KjRw9OnDjBrl27aNu2LWKxGDc3N2rVqiUVJpKfn8+xY8fw8fGRHCtvfg4ZMoQOHTrQrFkzyb0pHo60YsUKhg4dypEjR6hTpw4TJ06UGEOePXvG0KFDadu2LceOHWPFihXcunWLuXPnAvDgwQPmz5/PmDFjOHnyJFu2bJEYgT6kKmVLo2ixtnDhQkJCQqQWb1FRUfzxxx8EBgZy5MgRoPLvW3nX/+OPP5Kbm8vPP//Mb7/9xqRJk0qk5l28eDFTp07l4MGD6Orq8t1330m+Ox4+fMi4cePo2LEjv/32G6NGjWLVqlUl3uetW7dSt25dgoKC+P777zlw4AAAO3bsICQkhMDAwErfp7y8PMaOHcuxY8dYu3Yt0dHRpYp0rlixAn9/fw4dOoScnBwBAQGScydOnGD16tWMHz+eQ4cOoa+vzy+//FJuv/Hx8fTv3x8lJSV27txJUFAQPXr0kNzL9+/f061bN3755Rf279+PmZkZfn5+EqNpWc83MzOTFi1asH37dsn31ogRI0pkTtq6davE0Dh8+HAWLlzI5cuXgcK/EyNHjiQ1NZXdu3ezfft2Xr9+XelMNuW9o0VcvXqVt2/f8vPPP+Pv709gYCDDhw9HS0uL/fv306dPH2bPnk1cXMnfWBUhC6mQIUPGF4dATg4VO9uKC/4DKNvbo+XTHTV3d+RNaiGnVJgaL+VtJtHX3xEblkJMeHKZGQf+F3HrXIeG3rURiQo4s3Ud907/Ua52QHm4d+9NXTcP0i++JvNW6UaEIpQb1EBeVbGEUGRx5OTkyMl5U+J4aupNRGIxdVWVCU6W3lENjHrLEmtTmlnpcSm8cLdAJIKRv9xlx2BXaDkNTv/wd4W0GOQ3t0bT7xLb2m2j34l+vMuS3r3LFeUy4OQAvnP8jhHN/LA4eoToUaPJfvy4zLEnrA4kYcNGjOfPp16HDtR1M+DO6Shun3pFXnblDDnvU3I5va1wx6VeIwMatq+De/evadyjD68e3OX+6T+IvHWt0oahnMwMrgXt41rQPgDqunvi4NUe47o26NjqAoWZKrIeJ5L9JIm8f0DsVJSWS8blWDIu//1jTU5XGRV7PZQttTE1MKa2qSlyf4VCZGVlSYVixMbGlrmr/iFFWU+qi7y8PIsWLWLmzJn8+uuvNGjQgEaNGtGxY0ds/jKqXr16lbCwMEJDQ1FULPx+mTp1KmfOnOHUqVP07t2bDRs20LFjR6nd1KL6L1++5Ny5c+zduxcXFxegcMHfsmVLzpw5Q4cOHYDCH/Fz5syhdu3aAPTr109KTGznzp34+fnh7e0NwJw5cwgJCZG6nqJzRSxYsAAPDw8iIiKoV+9vj5+BAwfSrl07yedevXrRp08f4uPjMTAwICkpiQsXLpTYKf0QGxsbyQ7d8OHD2bx5Mzo6Onz99ddA4U7i3r17efbsGU5OTuzduxdbW1smTJggNcYWLVrw4sULzM3NUVBQQFlZWcp7RU5OTurempqacufOHU6ePEnHjh0lxxUVFVmwYAEqKirUrVuXMWPGsHjxYsaOHUt2dja//vorCxculOgyzJ07l8uXL3Pw4EGGDRtW7rUqKyujqqpaIpwhNDS0wvkRGxvL0KFDJRoHlVHdb9++vUSwbty4cVy5coXdu3dLsqYU55dffsHQ0JAffvgBgUCApaUl8fHxLF26lJEjR/Lu3Tvy8/Np27YtJiYmQGEsexE9e/YkKChIcg8uXLhAVlaWZG5C+fNTTU0NZWVlcnNzS/U6GjJkiMRjaMyYMXTq1IlXr15haWnJ1q1b6dKli0SMr06dOkyfPh1fX1/J4klFRYWWLVuirq6OiYkJDRo0KPWeVaVsaRR5YWlqapa4jry8PJYsWSLlqVXZ962864+NjcXb21vyPExLyQI2atQomjQp9OZbtGgRLVq04PTp03Ts2JHt27fj4eHByJEjgcLMNxEREWzdulXKYNS4cWOGFvPoi46OBgpDUqrqKdazZ0/J/01NTZk+fTq9evXi/fv3Uiltx48fT6NGjYDCFMB+fn7k5OSgpKTErl276NGjh2SOjx8/ntDQ0HK9HPbs2YO6ujrLly+XGOzMzc0l5z08PKTK//jjj7i5uXHjxg1atWpV5vO1sbGRfF8XjeXMmTOcO3eO/v37S467uLjg5+cn6ff27dvs2LGDJk2acOXKFZ49e8bZs2cxMjICCg1FnTp14v79+zg4OJR7Tyt6R6HwWc2YMQOhUIiFhQVbtmwhOzubESNGAH9/B9++fZtOnTqV29+HyAwOMmTI+CJRMDZGoKqKOPOfFVNUcXFGq1s3VBs1Qt7YBDnFwj86yW/eEx36ltjwQg2GzLT/PwaGIrQNVOky2hFNPRVe3rvNn5sCSU94V3HFMjB3caNJr35kP0sm9eTLCstrtavD+/fvS7iaFyEvL49QqEBOTslUmiJRLnmi3BIeDgC7YxOZbWHMQM86EoMDwMXwBC6GJ9LCczSCR0cg9vbfld49Q35nZ/QHn2Cr91b6n+hPWm5J74z199ZzLe4aG1qvo86+X3nz41xS/tr5KZXcXGInT0Z+yRJMVizHxdsFu+Z/CUuGxCIqR1jyQ8KuxxN2PR4VDQU8ulti4WRLHQdnstLTeHD2FA/O/UlKfNV2KsKvXSH8WqFgpo6RCQ07d8PC2RVNr9potatDQXouWY8SyX6aRHZECuT/M0KPBYnZZFyIJuNCtOSYvJEqqrZ6KFloYW5YGwsLC+Tk5ADIyMgoYYQo2iUvjrGxsSSlZ3Xx9vamZcuW3Lx5kzt37hASEsKWLVuYN28ePj4+PHr0iMzMzBLp7LKzsyWuvE+ePCkzLV1kZCTy8vI4OjpKjuno6GBubi61Y62ioiJZzEGhMaXIrTc9PZ13795J7RrLy8tjZ2cntQMWFRXFqlWruHv3LsnJyZJzcXFxUgug4t4XAA4ODlhZWXH06FH8/Pw4duwYRkZGZabYLKL4D2I5OTm0tbWl+ilKt1l0HY8ePeLatWulinFGRUVJLR4+ZO/evRw4cIDY2FhycnLIy8uTWiQUjUdF5W+PJ2dnZzIzM4mLiyM9PZ28vDyJ0QdAQUEBBweHMj0HKkNl5sfgwYOZMWMGR48exdPTk/bt20s969L48B45OTlJhVAUJzIyEmdnZwTF3MAaNmxIZmYmb968wcbGBg8PD7p06ULTpk1p2rQp3t7eEg8jHx8fybxxcnLi0KFDdOjQQWqnvbz5WRHF50nRQq8o7eGjR4949eoVv/32m6SMWCxGJBIRHR2Np6cnxsbGtGnThmbNmtGsWTPatm0r9ZyLqErZqmJsbFwiLKyy71t51z9gwABmz55NSEgInp6etGvXrsS8dnJykvxfW1sbc3NzSXjC8+fPS4gburi4sGvXLgoKCiTfqR++8x/D48ePCQwM5OnTp6SkpEhdt5WVVbnXnZiYiLGxMZGRkZIUosWvs7wNiydPnuDq6lqmd1CRAPC1a9dISEhAJBKRlZVVwlPhQzIzM1mzZg0XLlzg7du3FBQUkJ2dXaJe8edQ9LkotCsyMhJDQ0OJsQHAysoKTU1NiSBleVT0jha1V/zvnZ6eHnXr1pV8LvoOrux7WRyZwUGGDBlfLMr16pFVSiaCT4mKuzvaX32FqqsrcoZGyCnKIxaLSY7L5HXIm0KRx4gUsjMqn23hf5FmX9fFtrkR+Tk5nFizjCfB5z+qPR0jE76aML3CjBRFCDUVkaupwo1LlygoY3fewMAAgUBQqsEBQJyXjHWx3ZHinEhIpYdNTWrpqBCd/PfC02/3Le7PbI1S9/UINjSFgmLzIPoG8nv7Ytr3Vza23cCQU0PJyi+5aL399jatDnrxc8efsZr7IyquDXkzazbi7LJDbfLfvuVVv/4o29lhvGwpLfrWw7mNKSEHI3h5v+yYzdLISs/j3K6nnNsF5k56NOpkjmsXHxp168Xrxw+4f/oPwm+EVimjCEByXAxnNhe6k8srKuPUrgM2TVqg51IH9cZGiPNFZEekkP240ABR8A8b6fLjMkmLi5I6pmCqgYqdLkp1tLAytaBu3bqSH8ypqalSRoh3796hq6v7ScaipKREkyZNaNKkCaNGjWL69OkEBgbi4+ODSCRCX1+/RLwu/C36VZ6wYFnCmWKxWGqB+KH4pUAgqLLo5ogRIzAyMmLevHmScJPOnTtLhW4AJVy2odDL4eeff8bPz49Dhw7h4+MjNb7SKG3MxY8V1S+6DpFIRKtWrZg0aVKJtsrbZT1x4gQLFy5k6tSpODs7o6amxtatW7l3716ZdT4cV2n/LxpbRddZHpWZH6NHj6Zz585cvHiRS5cusXr1alasWEHbtm2r1FdZ4yxtnhQdEwgEyMnJsX37dm7fvs3ly5fZvXs3K1asYP/+/ZiamqKrq0urVq0ICgrC1NSUS5cusWvXLqn2PmZ+Fl8gFl1DUdiBSCSiT58+pWoIGBkZoaioyOHDh7l+/TohISGsXr2aNWvWcPDgQTQ1NaXKq6urV7psVSnNaFHZ96286+/VqxdNmzblwoULXL58mU2bNjF16tRKaypU9hl8CqMLFC7OhwwZQpMmTViyZAk6OjrExcUxdOjQEtdd2nfBx4TAVSTg6u/vT1JSEgEBARgbG6OoqEjv3r1LjOtDFi9eTEhICFOnTqV27dooKyszZsyYCuuB9Hdcae9nZZ9PRe8oVPx9W3SsOvdYZnCQIUPGF4lYJELJ2vqTGxzUmjZBs0sXVBu6ImdggJyCPGKRmMTYDKIvxUo8GHIyP1FKwP84+rU16DTSHjUtZcKuhnB22wYyU1M+qk15RWX6zVsORRkpcit279fuUqigf+vWrTLLGBgYAJQaUgGQnR2NtZpjqedmR8TQ3UCbvo1qs+TU34JZufkiJh58yJpvnKHpeLi4WLpixBnkj3xP/e7rWd1qNd+f/Z48UckfEe/z39P9WHemu0+nd+deqNjZET1qFLkvXpZ32WQ/fMhz7/ZodGiPwaxZdPregdjwFEIOhPMuKr3cuqXx4m4CL+4moKgqT+OvLKjrWo9OY+3JyXzPw/OnuX/2FEkxr6vcbn5uNjePH+bm8cMAmDm64NSuE7VsbNG2tkIgEJD35j1ZjxLJepJIXkxGhUamz0He63TyXkvfN0VLLVQa6KJipom1eV3q16//0V4NFWFlZcWZM2cAsLW1JSEhATk5OWrVKqkJAlCvXj1CQ0Pp0aNHqW3l5+dz7949ye56cnIyL1++rHQaQQ0NDfT19bl7967E6yA/P59Hjx5JXMaTk5OJjIzkxx9/lMSt3ywlC0tZdO3alSVLlrBr1y4iIiLo3r17petWFltbW06dOoWJiUmZ2UUUFBRK/GC+desWzs7OEhFDQEqcr4hnz56RnZ0tWZjcvXsXVVVVDA0N0dbWRkFBgVu3bmFsbAwUusk/fPiQgQMHVmr8pY2tMvMDCl2wzc3NGTRoEBMmTODQoUPlGhzu3r1Lt27dJJ/v3btXZvpCKysrTp06JbXouX37NmpqapLvXYFAQMOGDWnYsCEjR46kVatWnDlzhsGDBwOFbvITJkzAwMAAU1NTGjZsWKl7UkRp96YyNGjQgPDwcMzMzMosIy8vj6enJ56enowaNQo3NzeuXr0qFRZUnbJlXUdZRvPifOz7VhwjIyP69u1L3759WbZsGfv375cyONy9e1cyZ1NTU3n58qUka42lpSW3b9+Wau/27dvUqVNHYqwtjSIjSGWutTjPnz8nOTmZSZMmSXbzHz58WKU2oHDcpc3x8rC2tubw4cNlZgm5efMms2bNkoRMxcXFkZycLFWmtOd769YtunfvLnkf379/T0wpWdg+HN+9e/ckz8HKyoq4uDji4uIk9yUiIoL09PRKf89X9I5+TmQGBxkyZHyZFBR8kkwVai1botWlCyrOzsjp10ROQQ6RSExidAbR52OICUshLiKF3ErGyP+/QQheA+pTz60m2e8zOLp0GRE3Qj9J076LVqKoosK7TQ/KzUhRHCVrHZ48eUJ6etmL7CL36uwyPBzSM55iqu2KupyQjALpH66J+QU8fZ9NP/farDoTTm6x878/eMOgVym4Np+K4Mlv8PYDt+MH+5FT06WR93wWN1/MxIsTEYlL/2E8/9p8QmJCWN5sKeZBQcROCyD9A/X+Usf+x0nS/ziJ7ogRGIwYwdcBboRdf8PVo8+rJUqam5nPpb1hXNobhmmDGrh3NcfJuzMNO3UjNuwp906fIOzqZfJzK/d8PuTVvdu8ulf4I1VTvyYNO3XDwqURWi1roelVm4LMPLIfJ5L1JImc8JRKGZ0+F7mRqeRGFktRKQSlejXQbFkLxdqaCITV351OTk5m7Nix9OjRA2tra9TU1Hj48CFbtmyRuCl7enri5OTEyJEjmTRpEubm5rx9+5aLFy/Spk0b7O3tGTVqFIMGDaJ27dp06tSJ/Px8Ll26xLfffkudOnXw8vJi5syZzJkzB3V1dZYuXYqBgUGV8rwPGDCAzZs3U6dOHSwsLNixY4dUGkItLS20tbXZt28f+vr6xMbGsmzZskq3r6WlRdu2bVm8eDFNmjTB0NCw8jeyknzzzTfs37+fCRMmMGzYMHR0dHj16hW///478+bNQ05ODhMTE+7du0d0dDSqqqpoa2tTu3Ztjhw5QnBwsETg8MGDByUW+Lm5uUyfPp3vvvuOmJgYAgMD6d+/P0KhEFVVVfr27cvixYvR0tLC2NhYEgNdPCa9PExMTIiOjubJkycYGBigrq5e4fyoW7cuixcvxtvbm1q1avHmzRsePHhQ4QL45MmT2NnZ0bBhQ3777Tfu378vlY3hw/u6c+dO5s6dS79+/Xjx4gWBgYEMHjwYoVDIvXv3CA0NpUmTJujq6nLv3j2SkpKkUq02a9YMDQ0N1q9fX6XMDsXvTUhICM+fP0dbW7vSKf++/fZbevfuzZw5c/j6669RUVEhMjKSK1euMHPmTM6fP8/r169xc3NDU1OTixcvIhKJSg2/qUrZ8q4jNDQUFxcXFBUVyxS2/dj3rYj58+fTvHlz6tSpQ1paGlevXi2xQF23bh06Ojro6uqyYsUKdHR0aNOmDVCoD9GzZ0/Wrl1Lx44duXv3Lnv27GHWrFnl9qurq4uysjLBwcEYGhqipKRUqWdmbGyMgoICu3fvpm/fvoSFhUlpzVSWAQMGMHXqVKk5Hh4eXqqGRRH9+vVj9+7dTJgwAT8/PzQ0NLh79y4ODg5YWFhgZmbGsWPHsLe3JyMjg8WLF5fwiijt+dauXZvTp0/TunVrBAIBK1euLNV4dvv2bTZv3kybNm24cuUKJ0+eZOPGjUDh3wlra2smTZpEQEAABQUFzJ49m0aNGmFvb1/h/ajMO/o5kRkcZMiQ8UUiUFBA5YN4tgoRCtFo44Vmx44oOzkjp6eHnLwcogIx76LSiD77mtiwFOIiU8nLkRkYysLEWof2fg1QVlPiwbk/ufjzVnLefxoxwK6TplPDpBZJ+59VmJGiCPVmJsgpypeZCrMIbW1tRKJc8vNTSj2fmnob01r9sVJV4m56ydCH+c/j2OtoSQd7Q47elY6tHLTtBndntEK+23oEm1vDhwaFq+sRqurSutlEZnnMYtaVsn+MXYy+SNvD3vza8RdqrVxB0i5n4pcshUq4VyZu2EDitm0YzZmDZZcuWLrU5N7Z19w6+YrcrOp55bx+nMTrx0nIKwtx72KBdSNzOoycgNeQ73h86Sz3z56qVqrTItLeveX8jk2c37EJobw89q3a0aB5a2raW6Dmaoi4QETOi1SyHyeR9TSJgqR/OauLCHKeJpHvoIeiqQZQfYODmpoajo6O7Ny5k6ioKPLz8zE0NKRXr14SIS6BQMCmTZtYuXIlAQEBJCcno6enh6urq8SI5u7uzqpVq1i3bh2bNm1CXV1dSv9g4cKFzJ8/nxEjRpCXl4erqyubNm2qMFNBcYYMGcK7d+/w9/dHKBTSo0cP2rZtKzHyCYVCVqxYwbx58+jcuTPm5ubMmDGjSunuevbsyfHjx0v11PgUGBgYsHfvXpYuXcrQoUPJzc3F2NiYZs2aSbxWhgwZgr+/P506dSI7O5uzZ8/St29fnj59yvjx4xEIBHTq1IlvvvmGS5cuSbXv4eGBmZkZ/fr1Izc3l06dOjF69GjJ+UmTJiEWi5kyZQrv37/Hzs6OLVu2VDpbire3N6dPn2bAgAGkpaWxcOFCfHx8yp0fQqGQlJQUpk6dSkJCAjo6OrRr167CRf3o0aM5ceIEc+bMQV9fn6VLl0rFx394Xzdt2sTixYvZv38/2tra9OzZk++++w4oDDW4ceMGO3fuJCMjA2NjY/z9/SU7wVA4f7p3787GjRuldp0ry9dff83169fp0aMHmZmZ7Nq1SyJ+Vx42Njbs3r2blStX8s033wCFQoRFYqAaGhqcPn2aNWvWkJOTg5mZGcuWLZOKXS+iorJBQUFMmzatRFrJ4kydOpVFixZx4MABDAwMOHfuXKnlPsX7BoUhBj/++CNv3rxBXV2dZs2aMW3aNKkyEydOZP78+bx8+RIbGxvWr18vESi1tbVl5cqVrF69mvXr16Ovr8+YMWOkBCNLQ15enhkzZrB27VpWr16Nq6sru3fv5tq1awwYMICzZ8+W6rFTo0YNFi1axPLly9m9eze2trZMnTpVMtcqS8eOHYmKimLp0qXk5OTg7e1N3759SwjhFkdHR4edO3eyZMkSfH19EQqF1K9fX+KNs2DBAmbOnEm3bt0wNjZm/PjxLF4s7fVY2vOdNm0aAQEB9OnTBx0dHb799lvel/KbavDgwTx69Ii1a9eipqbG1KlTadasGVD4d2Lt2rXMnTuX/v37IxAIaNasGTNnzqzU/ajMO/o5EYirGsAnQ4YMGf8Q4oICnrk1Kls4Ul4ejXbt0OzQARVHB+Rq6CGUFyIqEPH2ZTrRz5KJCU/mTWQq+bn/jHjdfxmhENoPt8fMXpf3SYmc3LCSqAeVi2GuDB49+uLR6xvSL0aTVgmRyCIMp7mRkpfBmjVryi03bNgw9PQEXL7SvNTzigq6NGt2nVGPX3EwPrnUMo+b2BIVn0G3tVdKnOvjZspCH3sEf06H0LWl1AY6rwDXIWx7uI0Vt1aUf2HAkuZL8DZrR/bDR0SPGUP+m9LDQUpDqKtLreXLUHFrRF52Ptd/e8HDSzGICj7+z7pxXS0af2VJzTrqyMnLE/8iknunT/D08iXysksaa6pLrfq2OLfvgmkDB5TVNRAIBeS9yyT7USJZT5PIjUqDf+nVNZzihnyN8mN6ZVSNY8eOMX/+fIKDgyULGhn/f5gxYwYJCQls2LDh3x7KZyEwMJDr16+XqrfxJVK0+L9x48ZHa1BUlqCgIDZs2MDvv/9eJYOojP82Mg8HGTJkfLEI5ORQcXQkM/QvV35FRTQ7tEezfXuU7e2R06mBUE5IQb6I+BdpRF9/RWxYMm9epFGQJzMwVAVzJz28BtqgqKzA7RNHCdm3m/xy0kdVFcuG7nj06Ev20yTSTr2sdD2FWurIaSpx9fczFZZVU1MjO7tsNfjcvERyCwqoq1b2IvKXuCRGmRlga6zJo1hpD4xfb7zGt7EZDbxmIXj2ByQ9L9nA8fGgqscQuyGk5qSy7WH5af8mX5pMiGUIs91/wOLYUWImTOB9yOXyL/QvRImJRA0chJKNDcbLl9H067o4eply+VAEz+9UP3sIQGx4KkFLbyOUF+LWqQ71PU1o++0oWg3y40nwBR6cPcWbyLCP6gMg+skjop8UpvFU1dahYYevsGrUGO2mxmi0NEWUnU/20ySyniSRHZaMuJpeHFVFqKbwRRgbAgMDOXPmDEePHgUKRcvS0tKq5WL8OWjdujUDBgyQpBy0trZm7dq1tGnThujoaLy8vDhy5Ah16tQhOjqaTZs20adPH5mx4f8Z6enpPHjwgN9+++2Lmbufg5CQEKZPn/5vD+OLJjg4mPHjx8uMDf/PkBkcZMiQ8cUizs+nxgBfdAcPQsnWDjltbYRyQvLzRLx5nkrMlZfEhKXw9mUaBf9Q+r3/NeSVhXT+3hFjKy2S38RxaN0K4sJLTztZXXSMTOgyfhr5CVkk7X1WJbFA7c4W5OXlcf/+/QrLKisrkppafnoqcUE6dUtJjVnE4pdx+NXSx7exGf5BD0qc9916nRsBLRB2XYNgZycozUlwvy8MOs74huNJy0njYPjBcsd0NPIot9/e5uf2uzHdtImEdetIWLceKimQlvP0KS86dkLdywvDH3+kw3B73jxPJeRAOPEvKhe2UhaifBHXjj7n2tHn1KyjgUd3Sxo098LBy5uE16+4d/oPngSfJyfz40NuMlOSCd67g+C9O0AopEHTlti3aouBTT1UnWoiFonJfZVG1l9ZL/LffTpPiw9RMv/43b53796xYcMGLly4QHx8PLq6utSvX5+BAweWyOf+pRMUFMSCBQtKiNYdPHiwTHV6IyMjQkJC0NHRYf369axfv56CggK2bNnyTwxZxhfE999/z/379+nduzdNmjT5t4fz2di3b9+/PYQvnhUrKvb8k/G/h8zgIEOGjC8XoRCNVq3Izy0gLjKVmOAXxIQXGhg+hdv4/3fqexjRrI8VcvJCrgbt49rhfRTkf9odZAUlZfrNXw65YhK2P6qaOKCiEHlTdW7evElubsUpFRUU5MtMiVlEbk4cNmplC3zliuBq6nu6u5iw4MQT0rKl70dSZi4/nYogoFMTcBkIt3aU3tCOzjAihJkeM0nPS+fUy1Pljut1+mtaHWjNhrYbaDxyJCouLsROnERBcumhH6WRcfYsEWfPUmPYUPRHjqLnVFcibr0l9HAkaQkfvzh/+zKdoyvuIhSCS3szbJuZ0HqQHy19h/L0SjAPzp4k5tnjj+4HAJGIx5fO8fhSYXyzgbkVzh27UsfeGa0O5mh3siA/OZusR4XGh5wXqfAJvxMUzbUQF4gQyFUvW0V0dDR9+/ZFU1OTyZMnY21tTX5+PiEhIcyZM4eTlRAK/S9Qo0aNMs/JyclJUlGOHj2aRo0aMWDAgFJTZsr43+a/EmLw/w13d/dy9SZkyPhUfN68TzJkyJDxEQiEQkQiMdumhHBs1V1unXzFm8hUmbHhI1FWl6fXNFdaDbAhOe41u/3HcuXAnk9ubADwXbQaRWUVEnc+oiClaiEaWh3MkZOT48aNG5UqLycnX2ZKzCLeZ0ZQW1kJ+XJ0AH+IiEFBTkjPhqWnoNsU/ILnb9MRey8ATeOyG9rYHJKjWNRsEU2MK97VEyHC77Qfy28tR7WRGxbHjqLi7FRhvQ9J2rKVMDc3kvfvx9xBl35z3GnS0wol1U+zxyASwc0Tr9g57Qr75t0gOiwNa49m9PlxMUNWbqRhp26oaHzaeOD4FxGcXLucDSN8WTu0L5f37yElIx41d0P0h9ljPMuDGv1sUHWpiVDt4111levqVNvYADBnzhwEAgEHDhygffv2mJubU7duXQYPHsz+/fsl5dLT05k5cyYeHh64uLgwYMAAnj6tvodRUFAQrq6unD9/Hm9vbxwdHRkzZgyZmZkcPnyY1q1b4+bmxty5c6VSt6WmpjJlyhTc3NxwdHRk2LBhvHz5EiiM8542bRrp6elYW1tjbW1NYGAgUBhSsWPHjlLHEh0djbW1NU+ePCE6OpoBAwYA4ObmhrW1Nf7+/hw5cgR3d/cSBsXRo0czZcqUat8HGTJkyJDx5SAzOMiQIeOLRigUYFDnnxEz+v+AYxtTBi7wRNdYhUt7tvPztHEkRL38LH19NXkmOsbGJB8MJzeq7HSWZaHipM+LFy9ISEiosKyOjg4CgVyFHg5paQ+QFwqorVx2WMXT99nEZucyqIk5gjIME77briMWKiLuvKrszsQihOvcEWYmsqr1Khz1HSu8DoAdj3bQ94/+5GgoYfbzz+j8tVCrEvn5vPlhFhHNmpIZGopDq1oMmO+JUxtThOVZW6pIYux7jgfeY+O4YEIOhiOnUIPm/YcwfMMuOo2dQm07R8q8idUkJzODq4f2snPSSFb0/4rfViwi6ul95C3V0elVD6MZ7tQc6YRGK1MUjNSq3L5QTQGFmtXfhU9JSSE4OJh+/fqVuptfJM4mFovx8/Pj3bt3bNq0iaCgIGxtbRk4cCApKSnV7j87O5vdu3ezYsUKtmzZwrVr1xg9ejQXL16UZBrYt28fp0797XXj7+/Pw4cPWb9+Pfv27ZOMLS8vD2dnZwICAlBXVyckJISQkBCGDBlSpTEZGRlJjBQnT56UxLq3b9+egoICzp49KymblJTE+fPnK1TBlyFDhgwZ/w1kIRUyZMj4ohEViKhlrUP008q7lssoibqOEl3GOFHDSI2Yp485uX4lKW/K1zv4GDx7fYNlw0aknY8i887bKtdXcdRDXkWhwlSYRRgYGACQXYGHQ3JyoQBpXTUlnmeV7XGxNuotC61N8bTU5XJEYonzMSnZrLv0klGt24F9T3hQhk5DfjbCNY2QH3uPjW02MODkQMKSKxZbfJz0mJYHvNjeYTt2AdNQdW1I3LQARFVMTypKSeH1sGEoWllhsnw5nj2scGhtypWgCCJuVv25lN0R3DvzmntnXqNVUwVPHyssG3pg49mc1Hfx3D/9Bw8vnCEzNeXT9fkXYVdDCLtamOqshokpDTt+hbmzK5ptaqPlXYeCtBxJ6EV2ZCpUoPeiZFG5FIZlERUVhVgsrjC/+dWrVwkLCyM0NFQiojh16lTOnDnDqVOn6N27d7X6z8vLY/bs2dSuXRsoTLV47NgxLl++jJqaGlZWVri7u3P16lU6duzIy5cvOXfuHHv37sXFxQWApUuX0rJlS86cOUOHDh3Q0NBAIBBIQiSqipycnCQ1pK6urpQifufOnQkKCqJDhw4A/PbbbxgaGuLu7l6tvmTIkCFDxpeFzOAgQ4aMLxqBUIBpgxpcPVpKRgAZlaJRVwtc2tZCVJDP6c1ruX/2ZOlih58ISzcPGvv0IftJEml/vqpWG5peZqSnp1c6vrRoIVRRSEVGxmPyxSLqqipzirIFFbfHJjLTwpiBnnVKNTgALP0zDB9nY4w6LkPw/AK8L8MTIzsFufWeKI+6zpZ2W+h3oh+v019XeE3Zomz6/t6XcS7jGNJ6IMpHDhM9ciQ5YeEV1v2Q3IgIXnTtilqzZhgtmI/3MDuc26YRciCcuIjUKrdXHqlvs/hjQ6Hgpl1zYxzb1KZJnwE06e1L5K3r3D97klf37iAWf3qh16SY15zeXJg+VV5RGaf2HbHxbIGeqxnqHsaI80VkhyeT/SSJrKdJiNJKaoMo1dX+KP2Gomzjggo8Ox49ekRmZmaJhXV2djZRUVHV6htARUVFYmwA0NPTw8TEBDU1NaljSUlJAERGRiIvL4+j498eODo6OpibmxMZWXbWl0/F119/Tc+ePYmPj8fAwICgoCC6d+9e4f2TIUOGDBn/DWQGBxkyZHzRCAQC9E01UFSRJ/cfSon3v4KOoSqdRzuiqavCi7s3Ob1pDemJFYcnfAw1TEzpOnYq+W+zSPr1aZUyUhQh1FFCTk+Z6+fPI6pkpoYaNWogFovIza04HWRBfjZW5WSqKOJkYirdbAww0lImLjW71DK+225welxT6LAEwcHBZTeWFoPcplZojLjENu9t9DvRj7eZlfMwWHl7JVdir7C2ZSB1DhzgzaxZpB45Wqm6H/I+OJiIZs3RGeCL3rjx+ExqyPO777gSFEHq20+f9eHhpVgeXopFXUcJzx5W1HFwpW4jDzKSErl/9iQPz5/+bHMyPzebm8eCuHksCABzp4Y4tutILWs7tG2s0BEIyI3LIPtRIllPk8iLyQAxqDTQ/Sj9BjMzMwQCAZGRkbRp06bMciKRCH19/VIF9TQ0NKrdv7y89E87gUBQ6rGid0tchvFRLBb/I4v+Bg0aYGNjw5EjR2jatClhYWFs2LDhs/crQ4YMGTL+GWQGBxkyZHzxCIQCatno8PxOxYtJGYU071uPBk2MyMvJ4vfApTwNufDZ+1RUVuabucsQSzJSVG8HW6ezJWKxmNu3b1e6jra2Nnn5qYjFFRulCvLeYaNWsWv47MhYutbU5hv32iz7s/QwiMh37/n5WjQDPH3gwQF4dqLsBhPCkN/RBb3BJ9jSbgu+f/iSmlM574Lrb67jFdSWPR1+ps6iRag0dCV+7lzElcjeURrJu3aT/PMeDKYHYPZ1b+o4NObhxWhu/P6S7Iy8arVZHhnJOfy55REA1h6GuLQzo7FPHzx69OXFvdvcP/MHz2/fQFxJA1N1eHH3Fi/u3gJAq6YBDTt2w6JhIzRbmaLZxoyC93nkPE9FTl3xo/rR1tamadOm7NmzB19f3xI6DmlpaWhqamJra0tCQgJycnLUqlW6QOk/gZWVFfn5+dy7d08SUpGcnMzLly+xtLQEQEFBQUpksjooKBSKeZbWTs+ePdm5cyfx8fF4enpiZGT0UX3JkCFDhowvB5lopAwZMr54RAUirBrW/LeH8Z+gZh0NBi/2xL5FLcKvX2bbuOH/iLEBoP+i1SgqKZO44xEFqVXLSCFBCIr1tHj06BHvq6BXoK6uXqFgZBFZWa8q5eHwNjefsMwc+ruboSBX9k7vD8cekZiehbjLalCuIP4/+gbye/tiql6LDW02oCKvUqkxA6TlptHlaFeCwoPQ9ulOnQP7UTA1rXT9EohExM+dR4SHB++DL2HX3IQB8z1w8TZDTuHz/Tx4FvqGvXOusXNaKM+ux2Ni40C3yTMZsWEXTXr7oqlv8Nn6LiL1bTzndmxky+ihrBzgw9mt64mPfY6SjTai/I9bWAPMmjULkUhEr169OHXqFC9fviQyMpJdu3ZJtBk8PT1xcnJi5MiRBAcHEx0dze3bt1mxYgUPHjz46DFUljp16uDl5cXMmTO5efMmT58+ZfLkyRgYGODl5QWAiYkJmZmZhIaGkpSURFZW1b1hTExMEAgEXLhwgaSkJKn3u2vXrsTHx7N//3569Ojxya5NhgwZMmT8+8gMDjJkyPjiEcoJMXfUQ/4zLoL+8wih7RBbekx2QSzK4sjiH/l91WKy0j5tfH5ZdJv6AzpGxiQdDCP3ddUzUhSh3sIUOQX5SqfCLEJFRYXsrJhKlU1Pf4y6vBz6ihU7+S18HouOmiId7MrfcR204xao6iBuN6/iAUScQf7I99SvYUNg60AUhFVL4zjryiwmBk9GztwM8yOHUf9rUVhdRBkZRA8fwfOOHSl4Hk7jryzwnetBvUYG8Bk96jPTcjm74wlbxodwctMDMjPkafRVT75ds5VeM+dTr3EThHKf3xFTlJ/P3T9/Z++MiSS8fomgHONSZTE1NSUoKAh3d3d++uknOnfuzODBgwkNDWX27NlAYVjDpk2bcHNzIyAggPbt2zNhwgRiYmLQ09P76DFUhYULF2Jra8uIESPo3bs3YrGYTZs2SbwSXFxc6NOnD+PGjcPDw4MtW7ZUuQ8DAwNGjx7NsmXL8PT0ZO7cuZJz6urqtGvXDjU1tXLDUGTIkCFDxn8Pgbis4D0ZMmTI+MI4uekBkbdlYRUfUstGB+9vbVFWU+T+2ZNc3L2N3KzMf6z/Jr374969N+nnX1dbJLIIw+mNSMxMYf369VWqFxAwlbdvD/EsbFaFZXVrtMTJaSs+dyK4kpJRYfknTex4HpdOj/VXyi23orcj3Z1rwc6u8OJixYNuNBxRh0WcjzrPxIsTKRBXbWfdQNWAXzrsoaa6AYlbt/J2xUrI/3idE1UPD4wWLULRoCYJr9MJORBOTFjKR7dbGZRV5Wnc3RLLhvooqyqSnZHOg3N/8uDcnyTHVc6gVF3UdGowYsOuz9qHjLIZPHgwlpaWzJgx498eigwZMmTI+ITItgtlyJDxn0BUIMLK9fO7Wv+XEMoL6TTSgS5jHMnNTGH/jwGc3rTmHzU21HX3xL1bb7IfJ5J2+uOMDYp1NJBTV+TatWtVrisvL1/pkIrklKuIxOJKhVUA/PomkYZmOtgYli/kN/HAPdIysxF3WwcKquWWBeD6RoSXltKqditmeVRsKPmQ+Mx4vA614VzUOWoMHozZrp3I16xe2sLiZIaGEtmiBXGzZqOtI6TbBBc6jXRAx7AS1/SRZGfmc2HPM7ZOCOH42nukJYpx6fgVQ1ZupM+cxdRv2hJ5hY/TWCgLy4buZQooyvh8pKSk8Pvvv3P16lW++eabf3s4MmTIkCHjEyMzOMiQIeM/gVBOSB17PRSU5P7toXwRWLroM3SpJ2a2Nbh94ijbJ3zH60f3/9Ex6NaqTefRU8iPzyTp12fVykhRHK2OFuTm5lY5fl1RURGhUKHSBgeRKJs8UR5WqsqVKv/TizhyC0T4NjaroF0Y/vNd0DACr5mVapvz8xHe3E73ut2Z6DqxcnU+YOz5scy9Og8lezvMjx5F1b1Rtdr5kJR9+wh3dSVxx05MrbXo84M7Lb6ph4pG1UJAqsurB4kcWHiTLZNCuHfuNbq1LOk4ehIjNv1Mq0F+6JmW/zyqik2TFjKDw7+Aj48PP/zwA5MmTcLCwuLfHo4MGTJkyPjEyAwOMmTI+M8gryDEzF733x7Gv4q8spDuE53xHmZLRmI8v8ycxMXdW8nPraZIYzVRVFGh79yliHNEJOx4iDjvI7MLKMsjb6LG7du3ycurWpYEQ0NDAHJy3lS6jjg/BWu1yhkcskVwI+09PRrWQkOpfE2B0OeJnHn6DrH7CKjlVrnB/D4BHh9lkO0ghtoNrVydDzgQfgCf33vxXhlqb9+O7nA/+EQpDd8uWkRE48a8P3eOBk2M8Z3vScMOdf4xTZX8bBEh+8PZOukyR1bcIflNHo5tOzJw6Vr6zV+OXcu2yCtVzlulLFS1tKll0wCh8Mv4WbRv3z5atGiBjY0NO3bs+LeH81k5d+4ct27dYujQys19f39/vv/++888KggMDOSrr7767P3IkCFDxv86Mg0HGTJk/GcQFYh4+SCRPzb8cwruXxL1mxjR7Gsr5OSFXA36lWuHDyAq+PiY/eowdNVmtPQMeLfx/keJRBah7WOFeiMjVq9eTVJSUpXqurm50alTJ65e9eZ9ZkSl6rg2PEiWsh1OVx5VqrydujJ/uloz57fH7Lzystyy8kK4/0MbVN6/RrDOAwoqmbpy4G9g3pwfQ3/kQNiBytUp0bc8m9tupqFBQ95fCiZmyhREqZ9OOFTe1JRaK5aj3MCWrIw8Qg9H8OzqG/7pXxLy8kLcuphj42GAioYS+Tk5PA4+z/2zJ3n7IrLK7Tl5d6b1ID8E1TQ4+Pv7c/jw4b/GJo+WlhbW1tZ06tQJHx+fKhkyMjIyaNy4Mf7+/rRr1w4NDQ1UVCqfzeR/HX9/f9LS0li3bt1n7ef9+/fk5uaio6PzWfuRIUOGjP91vgxTvgwZMmRUAqGcEDM7XRSU/3+FVahoKPB1gBut+tuQGP2SXVPHEHpw779mbOjuPxttQyOSDnxcRoriKDvoERERUWVjA4CubqHXS3YVPBzSM55hqKSAaiUXgg8zsonLzmWQZ50Ky+aLYOy++6BjAS2mVHpM7OwCcfeZ0XgG3nW8K19Pqu98Bp8azJq7a1Bt4onF0SMo29lWq61S23/9mpc9e/Fq4ADkMxLwGtiAPjMbUav+P7soy88XEXo4ku1TrhC05DZvX2dh17ItvotWMWBxIA5tOqBYhUW6bfPWHz2mZs2aERISwrlz59i8eTPu7u7Mnz+f4cOHk18FMc/Y2Fjy8vJo0aIFNWvWlBkb/iXU1NRkxgYZMmTI+ATIDA4yZMj4TyEnL8Tc4Z9NGfdv4uxdmwELPNAxUuLi7q38Mn0iia8/TpzxY2jaZwDmTg1JOxtF1r1PkzFExaUm8soKXL9+vVr1tbW1KSjIoqCg4owTRaSl3QHAopLCkQAbohMw11PDw7LisJ7TT94S+iIJcdPxYGhf6T7Y1AKSX/FTs59oYtyk8vU+bOb+JvqfGkCetjp19u5Fu0+fardVGlk3bhLZ2ovYgOloqsNXY53pMsaRGsZqn7SfyvDmeSpHlt1h0/gQrh9/jqqWEW2Gfc93m/bgPWIsRnVtyq2vVdMAQ6t61fZuKEJRURF9fX0MDAwkKSbXrVvHpUuXJN4PAOnp6cycORMPDw9cXFwYMGAAT58+BSAoKIguXboA0KZNG6ytrYmOjgYKQw98fHywt7fHy8uLNWvWSBkyrK2tOXDgACNHjsTR0ZF27dpx9uxZyfnU1FQmTpxI48aNcXBwoF27dhw6dEhyPj4+nnHjxuHm5oa7uzvfffedpO/SuHbtGtbW1gQHB9OtWzccHBwYMGAAiYmJXLx4kQ4dOuDi4sKECRPIysqS1BOLxWzevBkvLy8cHBzo2rUrJ0+elGo7PDwcPz8/XFxccHZ25ptvviEqKkqqzNatW2natCnu7u7MmTNHKhTr6NGj+Pj44OzsTJMmTZg4cSKJiYklxh4aGoqPjw+Ojo706dOH58+fS8p8GFJx7do1evbsiZOTE66urvTp04eYmBipsgcPHqRly5Y4Ozsza9YsCgoK2Lx5M02aNMHDw6NE9p3AwEBatmyJnZ0dTZs2Zd68SqTVlSFDhoz/GDKDgwwZMv5TFGarqPlvD+Ozo6GrzDez3fHsbkVc+BN2TPyeW78fQSz+SK2Ej6Be46Y0+qoXWY8SSTvz6Yweml61SU1NJTw8vHr1NTXJya2a8SMpqTDFZWUzVQBsjn5HZn4BAz0qJ1Y4bOcNcvNFiLutB2ElvXLEIoTrGiN4/45VrVfhpO9U6fF9yIOEB7Q41IpnaZEYzZ6F8dIlCFQ/baaJ1KAgwhu5kbBpMyaWmvSZ0YhWvjaoan2eTBLlIcoXceP4S3b4X2Hf/BvERqZj07QV38xbyuDlG3Du0BVlNfUS9eo3a4WooGopSSuLh4cHNjY2/Pnnn0DhYtvPz493796xadMmgoKCsLW1ZeDAgaSkpNCxY0eJZsOBAwcICQnByMiI4OBgJk+ejK+vLydOnODHH38kKCiIDRs2SPW3Zs0aOnTowLFjx2jevDmTJk0iJSUFgFWrVhEZGcnmzZs5ceIEs2fPluzgZ2VlMWDAAFRVVfn555/55ZdfUFVVZdiwYeTmlh8StGbNGmbOnMmvv/7KmzdvGDduHLt27WLZsmVs2rSJy5cvs3v3bkn5lStXEhQUxOzZs/n9998ZNGgQkydPlhgc4+Pj6d+/P0pKSuzcuZOgoCB69OghZVy5du0aUVFR7Ny5k0WLFnH48GEpo05eXh5jx47l2LFjrF27lujoaPz9/UuMfcWKFfj7+3Po0CHk5OQICAgo9Rrz8/MZOXIkbm5uHDt2jH379tG7d28ExXRSoqKiuHTpElu2bGHZsmUcOnQIPz8/4uPj2b17N5MmTWLlypXcvXsXgJMnT7Jjxw7mzJnDn3/+ybp166hXr16591qGDBky/ouUr34lQ4YMGV8YQjkhtW11UVSRJzfr3wkp+Nw07maBU5taFOTn8efGQB6cO/VvDwldUzM6jZ5M3pv3JO/7+IwURcjrKiOno8T1syHVzhCgpqZGTvaTKtXJyYklT1RAvUoKRxZxOjGNzg0MMdRU5k1adrllM3NFTDvymGW9HMBzDISsqFwn+dkI17ojP/YuG9puYMAfAwhLDqvSOIvIzs+m1/FeTHGbQv8OfVG2syP6+5HkFtvJ/RS8W76cd+vXY7JwATZt2lGvkQF3TkVx53QUeTmfZzFfHonRGfy26h4IwbltbexbmNBqwDBa9B9MWOhl7p89SfSThyAQ4ODl/dHeDeVhYWHBs2fPALh69SphYWGEhoaiqFholJk6dSpnzpzh1KlT9O7dG21tbQBq1KiBvn5hmtMNGzbg5+dH9+7dATA1NWXs2LEsWbKEUaNGSfrq3r07nTt3BmDChAn8/PPP3L9/n+bNmxMbG0v9+vWxty/0uKlVq5ak3u+//45AIGD+/PmSRfTChQtxc3Pj+vXrNG3atMzrGzduHA0bNgSgZ8+eLFu2jDNnzmBqagqAt7c3165dw8/Pj8zMTLZv387OnTtxdnaWXMutW7fYt28fjRo1Ys+ePairq7N8+XIUFAozopibm0v1qaWlxQ8//ICcnByWlpa0aNGC0NBQvv76a8k4ijA1NWX69On06tWL9+/fo6b2txfO+PHjadSoMKuLn58ffn5+5OTkoPSBCGlGRgbp6em0atWK2rVrA2BpaSlVRiwWs2DBAtTV1bGyssLd3Z0XL16wefNmhEIhFhYWbN68mevXr+Pk5ERcXBx6enp4enqioKCAsbExDg4OZd5nGTJkyPivIjM4yJAh4z+HUCigrmtNHgXH/ttD+aToGKnSZbQjGjVUiLx9nTOb1pKRnFhxxc+Moqoq3/y4FHF2AYk7Hn18RopiaHW1RCwWc+fOnWq3oaSkQHJyXJXrifLfV8nDAWBWRAyd9LXo28iUFWcq9sgIuh3DAI86OLYKQPDkN0isnKgl2SnIrfNAefRNtrTbQr8T/Xid/rpKYy3O4huLuRJzhVUtlmMedIi46dNJ+/1EtdsrlawsYsaNR97AAJNVK3Ht6IhdCxOuHn3OkytxiEX/gka1iELDx6kodAxV8exhRV33JtRv1pKU+Dhe3b+Lhq7+Zx2CWCyWLOIfPXpEZmYm7u7uUmWys7NLhAwU59GjRzx48EDKo6GgoICcnByysrIkOg/W1taS86qqqqipqUl0Ufr27cuYMWN4/PgxTZo0oU2bNri4uEjaj4qKknwuIicnp9xxfdinrq4uKioqEmMDgJ6eniTVbUREBDk5OQwZMkSqjby8POrXrw/AkydPcHV1lRgbSsPKygo5ub+9hvT19QkL+9so9/jxYwIDA3n69CkpKSkSY2ZcXBxWVlaljr3IuJOYmIixsbFUf9ra2vj4+DB06FBJeESHDh2oWfNvbzsTExPU1f/2oNHT00NOTk5KMFRPT08S2tG+fXt27txJmzZtaNasGS1atKBVq1bIy8t+msuQIeN/C9m3mgwZMv57iMGhten/lMGh5TfW2DQxJC8rk+OrFvPsyqV/e0gSfBetRkFRibcb7lGQVsmMC5VBCIqWWjx48IDMzMxqN6OgIFellJhF5OXGUV+tcuERRbzJzSciM4f+jc1Ycz6CvIKKF9GDtl/j5rRWyHVbh2CbN5VO6ZAeh9zGlmiMCGab9zb6nejH28y3VRpvcUJiQ2gT5M0vHX+h1rJlqDRsyNuFixBXMQ1pReTHx/OqT1+UnZ0wXryEVv1tcGpjyuWDEbx6+O8Z0JLfZPL72vsA2LeqhVPrWth7eVOQn4/cZ1zkRUZGSrwJRCIR+vr6UiEGRWhoaJTZhkgkYvTo0bRr167EueK78R8u0gUCASJRoYGwRYsWnD9/ngsXLnDlyhUGDRpEv379mDp1KiKRCFtbW5YuXVqi/Ro1apR7fcUXyAKBoMSCufgYihb+GzduxMDAQKpckceHsnLFXkel9VHUdmZmJkOGDKFJkyYsWbIEHR0d4uLiGDp0aImUux+OHZCM9UMWLlyIr68vwcHB/PHHH6xcuZLt27fj5ORU5pjKuxdGRkacPHmSy5cvExoaypw5c9i6dSu7d+8u19giQ4YMGf81ZBoOMmTI+M8hEAqoYaSGkZXWvz2Uj8bQQovBS5pg29yEsNBgto0b/kUZG3wC5qBtYEjS/mfkRVdelLEyaHrVRk5ertpikVD4A14oVCAnJ77Kdd9nvsBMRbHKfwh/ehGHrroS7RoYVqp8SmY+c/8IR2DqDm7DqtZZYjjyOzqjp1yDre22oqX0cXM+OSeZDoc7cDzyODp9+mD2617kP9jN/VRk37nL87ZtiZk8GQ2VAjqPcuSr8c7omZbUUfineXA+moOLb4GYz2psCA0NJSwsTGIosLW1JSEhATk5OczMzKT+lbewb9CgAS9evChRx8zMrEopN2vUqIGPjw9Lly4lICCAffv2Scb16tUrdHV1S7RfniGkqlhaWqKoqEhsbGyJfoyMjIBCr4ObN2+WMA5UlufPn5OcnMykSZNwdXXF0tJSSjDyY2jQoAHDhw/n119/pV69ehw/fvyj2lNWVsbLy4sZM2awa9cu7ty5I+WpIUOGDBn/C8gMDjJkyPhPIioQYd+yVsUFv1SE0G6YLd0nOiHKf0/QotmcCFxKVnravz0yCc2+GYS5Y0PSzrwi637CJ29f1d2I2NhYYmOr76mip6eHQCCslsEhPf0BikIhpspVEzj8IyGNlNz8SqXILGLnlZc8e5OGuO1c0DKtuEJxYm4i/0sfaqmbsLHNRlTlP174cVrINKaFBKBQzwqLo0dQa978o9ssi7TfjhPu7s67deswMlPj6wA3vAbVR12nauEsn5r6nsZQTPTvY8nNzeXdu3fEx8fz6NEjNmzYwPfff0+rVq3o1q0bAJ6enjg5OTFy5EiCg4OJjo7m9u3brFixQhJ2UBojR47k6NGjBAYGEh4eTmRkJCdOnGDFikrqglAoGnnmzBlevXpFeHg4Fy5ckOgQdOnSBR0dHb777jtu3rzJ69evuX79OvPmzePNm6p7D5WFuro6Q4YMYeHChRw+fJioqCgeP37Mnj17JKKP/fr1IyMjgwkTJvDgwQNevnzJkSNHpDJIlIexsTEKCgrs3r2b169fc/bsWdatW/dR4379+jXLli3jzp07xMTEEBISwsuXL7GwsKh2m0FBQRw4cICwsDBev37N0aNHUVZWLhHOIUOGDBn/dWQhFTJkyPhPIpQTYulcE1XNcDI/pZv/P4Bpgxq0G9YAZVVF7p4+QfCe7eQWSxv3JWDt2Ry3Lj3IfPCOtLPlx3BXByUrbeTVFbl2+tpHtVMUQ52dU3UNh+Skq2AJddWUeZVdtTl0ID6Jb81rUs9AnbD4ynl+DNh2nStTWiDsGohgd7eqDTbyLPJHvsOm+wYCWwcy4swI8kQfFwrx+4vfufv2Lns67Kb2po0krN/Au8BAKMOl/GNJWB1IwoaNGM+fT90OHajrasCd01HcPvWKvOx/VlhSIAD7liaf0t5AcHAwTZs2RV5eHk1NTWxsbJgxYwbdu3eXeCEIBAI2bdrEypUrCQgIIDk5GT09PVxdXdHTKzvdb7NmzdiwYQNr165ly5YtyMvLY2FhQa9evSo9PgUFBZYvX05MTAzKyso0bNiQ5cuXA6CiosLPP//M0qVLGTVqFO/fv8fAwAAPDw8pXYJPwbhx49DV1WXjxo1ER0ejoaFBgwYNGDFiBAA6Ojrs3LmTJUuW4Ovri1AopH79+hJhyoqoUaMGixYtYvny5ezevRtbW1umTp3Kd999V+0xq6io8Pz5cw4fPkxKSgo1a9akX79+9PmIdLOampps2rSJRYsWIRKJqFevHhs2bJBkDpEhQ4aM/xUE4urKgn8G/P39SUtL+yhL9LVr1xgwYAA3btxAU1Pzk43tc7Ur479BYGAgZ86c4ejRo//2UCpFdHQ0Xl5eHDlyRCLEVR18fX2xsbFh+vTpALRu3ZoBAwYwaNCgTzTSj0MkEnPj+Atunnj5bw+lUsjLC2n/nT2m9XVIT3jLyXUrC5XyvzB0Tc0YsGg1+W+zeLf+3icViSyi5mhnCmrIsWzZMql0d1WlZcuWtGzZkuAQD3Jzq6pvIKRlqzDmRsay4XXV0mqqCoU8bWrHr9ej+OHoo0rXG9PaigntrOHId3D3lyqOF2g0nIL2C7nw+gITL06kQPzxC3UhQtZ4raGpSVMyr98gZsIECj6RC3pZyOnrUWvFCpRdGpKblc+1Y895HByL6B8SljSz06XzKMd/pC8ZMmTIkCHj/zNVDql49+4dc+fOxcvLCzs7O1q0aMGIESMIDQ39HOP7n8Ta2pozZ858dDv+/v58//33n2BEXz6+vr7Mnz//3x7GP861a9ewtrYmLe3LcLM/ePAgvXv3/reHIUEoFODQuhZy8l9+dJiVa00GL21C7fo63Dp+mB0TR36RxgYlVfXCjBRZBSR84owURQhV5ZE3VOXWrVsfZWyAwt1MsbiA3NzqhHyIyC/Ixkq1aqkxATJFIm6nZ9KroSnqSpV3Flx9LoKoxAzEHRaDes2KK3zI9Y3IBS+lVe1WzPacXfX6pSBCxPdnv+enGz+h4uKMxbGjqFRyN7m6FLxL4FV/X159/TWChFia96nHN7PdMXcse5f/U+Lcrjaigs/jySFDhgwZMmTI+Jsq/UqPjo7Gx8eHq1evMnnyZH777Te2bNmCu7s7c+bMqfYgCgoKylQF/q/wJV9DdYWXvgT+y2P/X6RGjRqS9GtfCirqitRrZFBxwX8JRWV5fCa50G6oLekJceyZPoFLe7aTn5vzbw+tVHx/WoWCohIJOx4h+kyhKlqdLBAIBdy8efPj29LSIi8vGaje968oLwEbtaobHKAwRaaSgpBuziZVque77QZieWXEnZZXq1/OL0B4YxvdrLoxyXVS9doohT1P9tDrjz5kqcpjtmsnNYYM/mRtl0X2w4c8925PzLjxqCrk0vE7B7pPcqGm2acTKvwQ/doamNTTQSj35RsqZciQIUOGjP86VfprO2fOHAQCAQcOHKB9+/aYm5tTt25dBg8ezP79+yXltm/fTpcuXXBycqJFixbMnj2b9+/fS84HBQXh6urK+fPn6dixI/b29sTExEjOr1mzBg8PD1xcXPjhhx/Izf37R29ubi7z5s3Dw8MDe3t7+vbty/3790uM9dGjR/j4+ODo6EifPn0kYkPR0dHY2NiUEGfavXs3rVq1kqRVunjxIt7e3jg4OODr6ys1vvKu4f79+wwePBh3d3caNmxI//79efTob3fb1q1bA4UCUNbW1pLPAOfOncPHxwd7e3u8vLxYs2ZNmbt/gYGBHD58mLNnz2JtbY21tTXXrl0jOjoaa2trTpw4ga+vL/b29hw7dozk5GQmTJhA8+bNcXR0pEuXLiXUlX19fZk3bx6LFy+mUaNGNGnShMDAwBL9tmzZEjs7O5o2bcq8efOkrm3t2rVMnDgRZ2dnmjZtWiL1V2xsLN999x3Ozs64uLgwduxYEhISpNr/6quvOHjwIF5eXtjb2zN16lSuX7/Orl27JNcaHR1d6n05evQoPj4+ODs706RJEyZOnCilTl3kMRAaGlrq/Chi06ZNeHp64uzsTEBAADk55S8Oi9oNDg6mW7duODg4MGDAABITE7l48SIdOnTAxcWFCRMmkFUsVl8sFrN582a8vLxwcHCga9eunDx5EiicqwMGDADAzc0Na2tr/P39Abh06RJ9+/bF1dUVd3d3hg8fXmqu9OfPn9OnTx/s7e3p1KkT165Jx8tfv36dnj17Sp7n0qVLy91xbt26NTt27JB8rmg+rFu3jilTpuDs7EyrVq04c+YMSUlJkjnQpUuXcoXSKoNYJMa5Xe2PauNzYdvcmEGLPTAw1+DK/j3smjKG+OcR//awyqTH9Llo1TQgad8z8mI+bUaK4ijb6RIeHk5KSspHt6Wurk52dvVF7bKyXlNXtXrihffSs4jPyWNIkzpVqvcqMZNtV14jqN8FGnxVrb45MREeHWGg7UCG2Vcx80U5hCWH0fJga+4nPsRgyhRqrV2D8BNmKSiL9FOniPDw4O2KlRiYqNBrmhtthzRAQ7d6xqDykHk3yJAhQ4YMGf8clTY4pKSkEBwcTL9+/VBVLamQXVzXQCAQMH36dH777TcWLVrE1atXWbJkiVT57OxsNm7cyLx58zh+/Di6urpAYQqpyMhIdu3axfLlyzl9+jRr166V1Fu8eDGnTp1i0aJFHD58GDMzM4YNG1bih+uKFSvw9/fn0KFDyMnJERAQAECtWrXw9PQkKChIqnxQUBDdu3dHIBAQFxfHqFGjaN68OUeOHKFXr14sW7asxDWXdg3v37+nW7du/PLLL+zfvx8zMzP8/PzIyCj88X7w4EGgMJ9zSEiI5HNwcDCTJ0/G19eXEydO8OOPPxIUFMSGDRtKfR5DhgyhQ4cONGvWjJCQEEJCQnB2dpacX7p0qaStpk2bkpubi62tLRs3buT48eN8/fXXTJkyhXv37km1e/jwYVRVVdm/fz+TJ09m7dq1XL58GYCTJ0+yY8cO5syZw59//sm6deuoV6+eVP2tW7dibW1NUFAQw4cPZ+HChZL6YrGYkSNHkpqayu7du9m+fTuvX79m/PjxUm1ERUXxxx9/EBgYyJEjR5gxYwbOzs58/fXXkmstSp/1IXl5eYwdO5Zjx46xdu1aoqOjJYv04pQ1PwBOnDjB6tWrGT9+PIcOHUJfX59ffqlcrPWaNWuYOXMmv/76K2/evGHcuHHs2rWLZcuWsWnTJi5fvixlhFm5ciVBQUHMnj2b33//nUGDBjF58mSuX7+OkZGRxOBz8uRJQkJCJFoKWVlZDB48mIMHD7Jjxw4EAgEjR44s4WWzePFiBg8ezJEjR3B2dua7774jOTkZgPj4ePz8/LC3t+fo0aPMnj2bgwcPsn79+kpda2Xmw86dO3FxceHw4cO0aNGCKVOmMGXKFLp27UpQUBC1a9dm6tSpfIyUjEAoQMdQjdoNys8V/0+iqqlI7xlutOhrTWLUC3ZOHsXVoF8RFXxc+MDnpHm/wdRxcCb19CuyHnz6jBRFqLkbIqckX8L4VV1UVJTIzo6puGAZpKc/QUtBnhoKctWqvzH6HRb66ribV23+zfv9CW9TMxF3Xgkq1RSJOzAQXlxkrMtYetWrvHhgReSKcun/R3823tuIWosWmB85jJKNzSdrvzwSN24kzM2VlKDDWLro0+/Hxnj4WKKo8mk0rjV0lbFyqSnzbpAhQ4YMGTL+ISr9FzcqKgqxWFypFECDBg2icePGmJqa4uHhwdixY/njjz+kyuTl5TF79mxcXFywsLCQGDEUFRVZsGABdevWpWXLlowZM4Zdu3YhEonIzMzk119/ZcqUKbRo0QIrKyvmzp2LkpKSZOFexPjx42nUqBFWVlb4+flx584dyS51z549+f333yWeE0+fPuXJkyf4+PgAsHfvXkxNTQkICMDCwoKuXbvSvXv3EtdZ2jV4eHjw1VdfYWlpiaWlJT/++CNZWVncuHEDQJJnW1NTE319fcnnDRs24OfnR/fu3TE1NaVJkyaMHTuWX3/9tdR7rKamhrKyMoqKiujr66Ovr4+i4t+p3QYOHEi7du0wNTXFwMAAAwMDhg4dSv369TE1NcXX15emTZtKdtOLsLa2ZtSoUdSpU4du3bphZ2cn0eeIi4tDBuHWkQAAw41JREFUT08PT09PjI2NcXBw4Ouvv5aq7+Ligp+fH+bm5vj6+uLt7S3ZEb9y5QrPnj1j2bJl2NnZ4ejoyOLFi7l+/bqUl0peXh5LliyhQYMG2NjYoKGhgYKCAsrKypJrlZMrfXHQs2dPWrRogampKU5OTkyfPp1Lly5JedhUND927dpFjx496NWrFxYWFowfPx4rK6tS+/uQcePG0bBhQxo0aEDPnj25fv06s2fPpkGDBri6uuLt7S1ZaGVmZrJ9+3YWLFhAs2bNMDU1xcfHh65du7Jv3z7k5OTQ0tICQFdXF319fUk+dG9vb9q1a0edOnWoX78+CxYsICwsjIgI6d3zfv364e3tjaWlJbNnz0ZDQ0Pyrvzyyy8YGhryww8/YGlpSZs2bRg9ejTbtm2rVHhQZeZD8+bN6dOnD3Xq1GHkyJG8f/8ee3t7OnTogLm5Od9++y2RkZFSXi7VQVQg+mK8HFzam+E7vzHaNZU4v3Mzv8yYRFLM6397WOVi06QFrp19yLz/jvTPkJGiOOota5GcnFzpFHcVoaAgT05O9T0cUlILv5uro+MAsOH1O7LyCxhYhRSZRQzYcROUNBF7L6xW3wDs7Apx95jReAbt67SvfjulsObuGoae+RaRnjbmB/aj1aPHJ22/TPLziQsIIKJFC7Jv3sDJy5QB8z1xaF0LodzHpZVwblf7owycMkrnU2lTfap2qsKXppVU/B4Uea0+efJEcv7WrVt06dIFW1tbvv/++39s/P+fdMMq4kNvTxlfLh/7fhR5tMv4OCq9ZVD0B1pQiRxSV69eZePGjURERJCRkUFBQQE5OTlkZmZKDAsKCgpYW1uXqGttbS0VI+7s7ExmZiZxcXGkp6eTl5eHi4uL5LyCggIODg5ERkaWaKcIfX19ABITEzE2NqZNmzbMnTuX06dP06lTJw4ePIi7uzu1atUCIDIyEkdHR6lrdXJyKjHW0q4hMTGRVatWce3aNRISEhCJRGRlZVWYZ/7Ro0c8ePBAyqOh6L5lZWVVOW7ezs5O6nNBQQGbNm3ixIkTvH37ltzcXHJzc0u0++H16OvrS0IS2rdvz86dO2nTpg3NmjWjRYsWtGrVCnn5v6fRh/fJycmJnTt3AoX31dDQUMo7wcrKCk1NTZ4/f46DgwNQmEO7yBBTVR4/fkxgYCBPnz4lJSVFMm/j4uKkjAblzY/IyMgSqa6cnJwqtSNbvF1dXV1UVFQwNTWVHNPT05OEEERERJCTk8OQIUOk2sjLy6sws0RUVBSrVq3i7t27JCcnS11ncS+D4l4v8vLy2NnZSRZ6kZGRODs7S83zhg0bkpmZyZs3byrMBV6Z+VD8fhSlfCs+viLPpsTERMlzqA5COSG1bGpQ00yDt6/Sq93Ox6Cpp0yXMY5o11Qj6tF9/tywitS38f/KWKqCfu06dPh+Anlx70naH/ZZ+5I3UEVeS5lrf178ZIs+ObmPNDikhCIWi7FSVeJ66vuKK5TCmaQ0OtoaUFNDibfpldfmeBqXzoHbcXzt1hceHoSIai60NrWE0bdY1GwR7/PeExwTXL12SuFm/E1aHWzDzx1/xnL+PFRdG/Jmzo+Is7M/WR9lIUpMJGrgIJRsbDBetpSmveri6GXK5YMRPL9TtawiAKpaijRoavxR3g3+/v4cPnwYKPxONTQ0pF27dowePbpU78+qUJXsQh9mEPqvUVbmp5CQEImhXQYYGRkREhIilSpz0aJF2NjYsHnzZlRVVVFWViYkJESyIfGxlDUPp0+f/j9nrKtu5q2DBw9+tJ7Vl5b1S4aMz0mlDQ5mZmYIBAIiIyNp06ZNmeViYmLw8/OjT58+jB07Fi0tLW7dusX06dOlYsOVlZUrZbwoonjZD+uJxeISx4oveorOFe3aKioq8tVXXxEUFETbtm05fvy4lEt9Zb9QS7sGf39/kpKSCAgIwNjYGEVFRXr37l2h+KFIJGL06NG0a9euxDklparHF3/4w2fbtm3s2LGDgIAAiVFnwYIFJcZV/L5B4b0ruh9GRkacPHmSy5cvExoaypw5c9i6dSu7d+9GQUGhzLEU3aPSnlPR8eJU90s8MzOTIUOG0KRJE5YsWYKOjg5xcXEMHTq03Ov8cH58DB+2W9r9LOqn6Lo3btyIgYG06GFxb5XSGDFiBEZGRsybN4+aNWsiEono3LlzlUQ2S5vnVTEsVmY+lHafi8+V4nPjYxEViPDwseLoijsf3VZV8fCxxLG1CQX/x955h0VxfX/43V06KKBip6OrAiIIogii2Av2ggWMYsMeK/ZeoiYWbLFhj7GAlZhEjYXYlWgkahRRUFFU7Ehdfn/w2w1LXWQBk++8z8OjzNy598zMZXfm3HM+JzWVn9et5NbpX0vchs9BW88AnywVKUgr3rx2ow5WpMvS+eOPP9TSn56eHmKxBsnJn+/YSUv7QIosjRqfGeEAMPPeE9pVMMKngSmrThZOo2PSgZu0qmOCYafViIKcIeUztDMyZIjXNkQ25ibLmy1n8C+DiYhX39/Bh7QPdD7cmRkNZ9CjYzd07e15PHIUKQ8fqm2M/Ei+c4fo9h0waN6cynPn0naoPc+i3xK+9x7Po1VftXJsaYaIokVIAHh4eLBo0SLS0tK4evUq06dPJzExsUji2cVBRkYG6enpOb6HvmSK4nj+LyKRSHJck5iYGHx8fKhcubJiW0lcN3U5NEqClJSUAp+jisLnLooVB8V9rkUlNTU133cEgc/nS7/3WVHZzW9kZIS7uzu7du0iMTExx355qMqtW7dIT08nMDCQevXqYWlpSXy86rXR7969S1KWlZM//vgDPT09KleujJmZGZqamly7dk2xPzU1lVu3bmFtba3yGAA9evTg/Pnz7N69m7S0NKUXfRsbmxzaBtl/z4urV6/i6+uLp6cnNWrUQEtLS5EzL0dTU5P0dOXa6XXq1CE6Ohpzc/McP2Jx7rdJU1NT5Zfka9eu0bx5czp16kStWrUwNTXl4Wc8LOro6NC8eXOmT5/O9u3biYiI4O+//1kVze26ydNwbGxsiIuLIy4uTrH//v37vH//vsD7p8q5PnjwgNevXzNhwgScnZ2xtrZWEoxUFWtr6xwvRKre/8KOo6WlxdOnT3Pcc3kUiPxDOut8ef36NVFRUQQEBNCoUSOsra15+/ZtrmNkPY+0tDQiIyOV7kdERITSy/7169fR19fP4QDJi4LmQ0kiloipLjWmeu3PzIf/DMpX06f/okY4tTLn4R/X2PL10H+NswHAb8kqNDW1eBl8C9n74qlIoUADNC3LcuPGDaXP+KIg/zspisMBICPtLTU/s1IFQFxKGlGfkvBraIGGuPAvtIO2Xwf9imS0mP3ZNpCWjHi1CxopiaxrsY6axjULPqaQzLs4j7FnxiE2q45lyAHKtM7pIC9OPpw8yf3GjXm+dBkmlbXpPtmZ1kPsKFuhYCe1joEmdp5FT8kAFKmMVapUwdvbG29vb06ePAkULGz99u1bxo8fT8OGDalbty6tWrXiwIEDADRv3hyAzp07I5VK8fX1zXX8wMDAXIWUs4oXywWor169SkxMDAEBAQoh5G7dunH+/HmlPr28vFi/fj1TpkzB0dGRpk2b8uOPPyr2p6SkMHfuXNzd3bG3t8fLy4vvv/8+z2u0dOlSWrdujYODA82bN2fFihUKh3hISAirV6/mzp07CvvlulrZUyru3r2Ln58fdevWxdXVlRkzZiilSMrD/Ddv3oy7u7uialpW53tBYtKqIJVK2bNnD0OHDsXBwYG2bdsSERHBo0eP8PX1pV69evTq1SuHePPu3btp0aIFdnZ2tG7dmoMHDyrtf/jwIX379sXe3p527dopNK/kZE2pkP//zZs3isWjkJCQXEPGr127Rr9+/XBwcMDFxQV/f3/Fc0JBotN5zcPsKRUFzXVVRboLwtfXl7lz5zJ37lyFzcuXL1d6dpGLVAcGBlK/fn1mzJgBwM8//0z79u2xs7PDy8uLLVu2KPX75MkTFi1apJiHcq5fv07fvn2pW7cunp6ezJ8/X+ndJ3tKhVQqZd++fYwYMQIHBwdatWql+EzI65xyG1sunJ6VrVu3KgnMy+/D999/j7u7O23atFHMjV9++QVfX18cHBzo2LEjERHKjuf8rse3336bIy0WwNvbm1WrVil+P3DgAG3btsXe3p42bdqwa9cuxb68hOtVoSDRfVDtOhck+p8b7969Y8aMGbi5uWFvb0+HDh347bfflNqcO3eOtm3b4ujoiL+/v9K7raq27969m0GDBlG3bl28vLxyyA08f/6csWPH4uLigqurKwEBAUoi+bnde1DP52RKSgpLlizBw8ODevXq0aNHD6XI7idPnjBs2DBcXFyoV68e7du358yZMwVeWzmFiiucNWsWMpmMHj168PPPP/Pw4UOFwGOvXr0AMDMzIy0tjR07dhAbG8vBgwfz1CHIjZSUFKZNm8b9+/c5c+YMQUFB9OvXD7FYjJ6eHr1792bJkiWcPXuW+/fvM2PGDJKSkujevXthTgVra2scHBxYtmwZ7du3R0fnn4dNHx8fYmJiWLRoEQ8ePODIkSOKEMqCMDc35/Dhw0RFRXHjxg0mTJig1DdAtWrVuHDhAi9evFB8AYwYMYJDhw4RFBTEvXv3iIqKIiwsjOXLl+c5VrVq1bh79y4PHjwgISEh39VtMzMzzp8/z/Xr14mKimLmzJmFzpsPCQlh3759/P3338TGxnLo0CF0dHSUQu+vX7/Oxo0biY6OZteuXRw/flxRacHNzQ2pVMqECROIjIzk5s2bTJo0iQYNGmBvb5/v2NWqVePGjRs8fvyYhISEXJ0PVatWRVNTUzH3Tp48ydq1awt1jgB+fn4cOHCA/fv3Ex0dzapVq7h3716h+ykIAwMDBg4cyKJFiwgNDSUmJoa//vqLXbt2KeZbtWrVEIlEnD59moSEBD5+/IihoSFGRkb8+OOPPHr0iAsXLrB48eJcx9i9eze//vorUVFRzJ07l7dv39Lt//Ow+/Tpw7Nnz5g3bx5RUVGcOHGCoKAgBgwYkKeTKyuqzIeSRpaeQeNuNVDDImaBNPOtRc+pzkg0UjmyfBEHl87j4+uE4h9YTXSfvoCyJhVJ2HOX1Kefl0pQGAxbWiDRkCj0bNSBfFUvqQgpFQDJyU8/uzSmnCUPnlGhjDYt6hS+ROvVR6/5KTIeUYPBYO72+UYkv0OythHasgw2tdqEWRn165qcij1Fq9C2PJe9ofrKlVQMnAwlvIKesHkzf7u48HrvXizty9F3jiuNe9igrZ+3HY6tzNTibMgNHR0dxfdvQcLWK1euJCoqio0bNxIWFsbs2bMV4fL79u0DMl8wwsPDc1SJkjNt2rR8hZSXLl3K+PHjCQsLQyqVkpiYiKenJ8HBwYSGhuLu7s6wYcNypHoGBwdjZ2fHwYMH6dOnD7Nnz1akq+7YsYNTp06xYsUKjh8/zpIlS6hWLe9ysPr6+ixatIhjx44xbdo09u3bp3hBa9euHQMHDqRGjRoK+9u1a5ejj0+fPjFo0CAMDQ3Zv38/K1as4Pz588ybN0+p3aVLl4iJiWHbtm2K6571mU1VMemCWLt2LZ06deLgwYNYWVkxfvx4Zs6cyZAhQxROo7lz5yra//rrryxcuJABAwZw5MgRfHx8mDp1KhcvXgT+iWwVi8Xs3buXOXPmsGzZsjzHl6dXGBgYMHXq1Dyv2+3bt/nqq6+wsbHhxx9/ZPfu3TRr1kyxcFGQ6LSq87CoIu6FITQ0FIlEwt69e5k2bRrbtm1T2Cln8+bN1KhRg5CQEIYPH86tW7cYO3Ys7dq148iRI4wcOZKVK1cqnFtBQUFUrlyZ0aNHK+YhZL68+fv707JlSw4fPszy5cu5du1ajnmXndWrV9O2bVsOHz5MkyZNmDBhQp6VmPIaW1XkAvvBwcFKqdjLly/H39+fgwcPYmFhwfjx4xXR5QVdD29vb27cuKHkfLp37x5///033t7eAOzdu5fly5fz9ddfExYWxrhx41i1alWOd6TswvWqUJDovpz8rrOqov9ZkclkDB48mIiICJYuXUpYWBjjx49Xeg5OSkpiy5YtLFmyhJ07dxIXF8c333xTaNtXrlxJ69atOXToEB07dmT8+PGKz9hPnz7h5+eHnp4eO3fuZPfu3ejp6TFo0CClao3Z7726PienTJnC9evXWb58OYcPH6ZNmzYMGjRIsTg9d+5cUlJS2LlzJ0eOHGHChAmFSiMslMPB1NSUkJAQXF1d+eabb+jQoQMDBgzgwoULzJ49G4DatWszZcoUNm7cSIcOHThy5Ajjxo1TeYxGjRphbm5O3759GTt2LM2aNWPUqFGK/RMmTKB169ZMmjSJLl268OjRIzZt2vRZOX/du3cnNTVV8QImp2rVqgQFBfHbb7/RqVMn9uzZk6OSQl4sXLiQt2/f0rlzZyZNmoSvr68iT13O5MmTOX/+PE2bNlWIUXp4eLB+/Xp+//13unfvTs+ePQkODs73C71nz55YWlrSrVs3GjVqxPXr1/NsO3z4cOrUqYO/vz++vr5UqFAh39SY3Chbtiz79u2jd+/edOzYkYsXL7J+/Xql3MIBAwYQGRlJly5dWLt2LZMnT8bDwwPIDJ9fs2YNZcuWpV+/fnz11VeYmprm61SRM3DgQCQSCe3bt6dRo0a5amKUK1eOxYsXc/z4cdq1a8fGjRuZPHlyoc4RMh+GRowYwbJly+jatStPnz6ld+/ehe5HFcaOHcuIESP4/vvvadeuHf7+/pw6dUqhJ1KpUiVGjRrFt99+i5ubG/PmzUMsFrN8+XIiIyPp0KEDixYtYtKkSbn2P378eDZu3EinTp24evUqa9euVYQCVqpUiQ0bNnDz5k06derE7Nmz6d69OwEBASrZrsp8KGnEEhEVqhtgU79isY1R2dqQgUsbU6dxVW7/foYtY4fy98XfCz7wC8LT1x9zewfe/vKQT7eKryJFVnSdKxEbG8uzZ0VzDmRF/tla1AiHjx/+poq2JtqfEZ0g5+jLt7xNSeOrzxCPBBj5w3U+fEomo/M60CiC8+N9HBobmlJGosOW1luoqKf+v4WXSS9pdaA1vzz8hXJ+fljs2omGilFRaiMtjWczZ3Hfw4PEC+ep27Q6fvPdqNfCFLGG8n00MNbGwcsUcRHub17cvHmTI0eO0KhRI5WErZ8+fUrt2rWxt7dXVM2Sr17KP5uNjIwwMTHByMgo1zELElIePXo0jRs3xszMDGNjY2rVqoWPjw9SqRQLCwu+/vprTE1NOXXqlFK/TZo0oW/fvpibmzN48GCMjY25fPkykPkgb25uTv369alWrRrOzs506NAhz+syfPhwnJycqF69Ol5eXgwYMECxmqejo4Oenp4iXcDExCTHwgzAkSNHSE5O5ptvvqFmzZo0atSImTNncujQIaUFE0NDQ4X4cbNmzfD09FSIXYPqYtIF0bVrV9q1a6cQPH7y5Ane3t54eHhgbW2Nn5+f4npB5gtwly5d6Nu3L5aWlgwYMICWLVsqVpXPnz9PVFQUS5cupXbt2ri4uOT7rCm/XiKRiDJlyuR53TZt2oSdnR2zZ8+mVq1a1KhRg379+inmV0Gi06rMQ3WJuKtKlSpVlITc+/Xrl0O0sWHDhvj7+ysiRYODg2nUqBEjRozA0tKSrl270rdvXzZv3qw4P4lEgr6+vmIeQuZ98/b25quvvsLCwgInJyemTZvGwYMH87W7S5cudOjQAXNzc0UJ9KwRH1nJa2xV0dPTY/78+dSoUUNJF2vgwIE0bdoUS0tLRo8ezZMnT3j06BFAgdejZs2aSKVSjhw5oujvyJEj2NvbY2lpCaCIIpGL0rdq1Yr+/fsrRUNBTuF6VShIdF9OftdZVdH/rJw/f56bN28SFBRE48aNMTU1VXyOyElNTWXOnDnY29tja2tL3759FY7Dwtjepk0bevTogaWlJWPHjsXOzk5Rue7YsWOIRCIWLFiAVCrF2tqaRYsWERcXp/S5kv3eq+NzMiYmhmPHjrFy5UqcnZ0xMzPD39+f+vXrKxxST58+xcnJCalUqrhGLi4uKt1bKISGg5yKFSsyc+ZMZs6cmWebr776KocISufOnRX/79q1q6IiRFayrtKOHj061761tbWZPn0606dPz3W/q6srd+/eVdpWu3btHNsAXrx4Qc2aNRVihVlp1qwZzZo1U9qW1TGR1znUqVNH4emWIw95kePl5aUUHiXHw8ND8XKuCuXKlVMKh5KT27kaGRkVuNqftVyjnKzHtGjRokAnhYGBAStWrMhzf9WqVfMtuzhq1CglB5McS0vLHB9oudGhQ4ccD0FZr4eq82PYsGEMGzZMadvEiRPzHDe3fnObI9nPTyQS4efnp4gCyY0RI0YwYsQIpW1ubm6EhYUpbcs6fvXq1RW/5/dQ2KBBgxwPB1nJPieyPqAWNB+yP8xmtzG7neoiQ5ZBoy7WPIh4gSxdfQJXYjG0GmSHpUN5Et++4cCihTz841rBB35h1HL3pH67ziTeiOf9qZKpnqFdqxwa+lpc+kk9pTDlGBkZkZb2AZnsU5H6effuBlWrdsdSV5s7Hz8/3WP/89f4W5lgbWJA1IvCaTHIZDByzw2C+ztD0ylwYtZn28Gre2gEt6e8/3E2t9qM70++vEl+8/n95cH4M+PpatOVmQ2mYXX4EE++HsfHbKH6xY3szRtiBw1Gy8aGat99h1s3Gxy8TPk95D73r2aGvDbwtqQQklEFcvr0aRwdHUlLSyMtLY3mzZszY8YMYmJiChS27t27N6NHj+avv/6icePGtGjRQql9dq5evcrgwYMVv8+ZM4eOHTvma1/2iMHExERWr17N6dOniY+PJz09naSkpByO+6wh5SKRiAoVKihSD7p06cLAgQNp06YNHh4eNG3aNN+Vy+PHj7Nt2zZiYmJITEwkLS0NAwODfO3OTlRUFFKpVGkVzcnJCZlMRnR0tEKI2MbGRsnhYmJiopTap6qYdEFkF4WGnCLIycnJfPjwAQMDAx48eKCI/s1q//bt2xXnV6VKFSUthqxCz5/L7du3czx3ZkVV0en8UGWuy8lPpFtVchNyDw4OJj09XXHvs4ulP3jwQJEeIkd+/bMel53IyEgePXqk9OKdkZGBTCbj8ePHeaYAZz1PPT099PX1SUgonqjHmjVr5pq7n9u1TkhIwNraWqXr4e3tzYEDBxgxYgQZGRkcPXqU/v37K/qJi4tj2rRpipQVyEzXza7vkf1eqIKqovv5XWdVRf+zcvv2bSpXrqxwquSGrq4uZmb/RAxWrFhRKS1LVduz/33Xq1dPUYEmMjKSmJiYHN8HycnJSlEn2e+9Oj4nIyMjycjIyPG5kZKSonA4+vn5MXv2bMLDw3Fzc6NVq1bUKkS57H+PkpAa+fjxI1FRUezcuZMxY8aUtjkCAgJqRCQWUaacDnXcq3LrTMG5e6pgbleOlgProK2nRcTPRzm3exupSUV7yS0NTCysaBswjtSnH0jYp/40obwwbG1BYmKiUmk3dVCmTBmSU1TXCMqLVwmZESo19XSK5HBY9CAO36rl8W1kzuzDkQUfkI3Td19w7v4rPBqPRvTXQXhaBOHHp9fQ2O1D9T4/8n3L7xlwfACJaTn1l4pKyP0Qrj2/xs622zHdtJGXq9fwct06KGE1+5T794nu2BF9Dw+qLFxA60F2OLZ8x5+nn1CrYRVEaoxucHV1Zfbs2WhoaFCxYkWF1s6LF5mVM/ITtvb09OS3337j9OnTnD9/nq+++oq+ffvmGY0nT3GQkz1iMjeyCy8vWbKE8PBwJk+ejJmZGTo6OowePbpQotG2tracPHmSs2fPcv78ecaOHYubm5tSbrecP/74g3HjxjFq1Cjc3d0pU6YMx44dIzg4uEDbs5KX0LTcNlXsLoyYdEHkJnic27asKZ/5zYXcxJILI6aeF7lFPWRFHaLTcooq4q5Oss/7zxWjlslk+Pj45KqhkjV1KTvZhRGzioSrSta5Kyer4L6cvMTV85uPqlwPb29vvv32WyIjI0lKSuLZs2e0b99eqZ958+bh4OCgdFz2NNzPqdijquh+ftf5c+55QX8vkP9nTGFsz42s98nW1jbXtKqsIqW5zfOifk5mZGQgkUgUaU9Zkd/LHj164O7uzunTp/n999/ZsGEDkydPzlNrKDufXxvqX8y8efPo06cPLi4uOdIpBAQE/hu4eluhqZ37CoaqaGiI8R7jQLvhdfn0PoE9syZzasv6f6WzQcegDL1nLyEjMZ2X24q/IoUcsYEmGpV0uXLlSg6x3KKip6dHclL+JYdVISnpEakyGTb6ha8IlJUPMhkR7xPp6VwdPa3Pm3tDtl8lOSWVjM7rQVJEZe+ok2gcDEBqXJPVXqvREhePmvWj949ous+Ly8+uUGHUSEw3bUSSRzpAcfPx3DnuezTh2YIFlKugQfP+tdVeyk9XVxdzc3OqVaum9PCrqrB1uXLl6Nq1K8uWLWPq1KmK6L3cRIJ1dHSUBIXlUQKFFY3u0qULLVu2RCqVUqFCBZWE1LJjYGBAu3btmD9/PsuXL+fnn3/ONUf9+vXrVK1alYCAAOzt7bGwsMix0qeK/TY2Nty5c0dJrO/69euIxWIsLCxUslldYtKfg5WVldJcAIiIiFDMBbmQ9vPnz5X2FxW5UGNuqCI6nds8zI46RdxVITdBcnNz8zyjFCBTqy17qvH169exsLBQHJfbPKxTpw737t3LVcRdnRUBchu7XLlyvHz5UukzS12OelWuR+XKlXFxceHIkSOKVDH5CnmFChWoVCkzNTL7dcla/v1zUUV0vyA+R/RfKpXy7NkzoqOjC22zHFVtz02QXi7kbmtry6NHjyhfvnyO65tfhRh1fE7Wrl2b9PR0EhIScoydNd2nSpUq9O7dm9WrVzNgwAD27t2rUv/wP+pwWLx4Mbdu3WLFihX5flgJFI5Tp04J9YQFvghEIhHaeho4NP/8L8EaLhUZsKwx1aXGXDl8gG3jh/PkTuFXrb8UfL9ZhYaGFi+33kL2vvArWZ+LkXfml2n2B291oK2tQVJSXMENVUCWnohNEUpjypl7/ym6mhK6OOatv5MfSWkyJoZEgklNaDy2yPbw5z4kx6fgVMmJpZ5LkYiK5zsvPSOdQb8OYsW1Fei5NsDyyGF0sq2ClSSvd+zk6f+nZoolJfOoo4qw9cqVKzlx4gSPHj3i3r17nD59WvGCVr58eXR0dDh37hwvX77k/fv3eY6lipCyHDMzM3799Vdu377NnTt3GD9+fKFXXrdu3cqxY8eIiooiOjqa48ePY2JiQtmyZXMdLy4ujmPHjhETE8P27duVKk/I7X/8+DG3b98mISFBSRRNjre3N1paWgQGBvL3339z8eJF5s2bR6dOnRQvQQWhLjHpz2HQoEGEhobyww8/8PDhQ4KDg/n1118ZOHAgkJkaaWlpyeTJk7lz5w5Xr15VSdOqIIYMGcKff/7J7NmzuXPnDlFRUezevZuEhASVRKdVmYfqFHFXhbi4OIWQ+9GjR9m5c2e+qaiQqWdw4cIF1qxZQ3R0NKGhoezatUtx/SFzHl65coXnz58rwvIHDx7MH3/8wZw5c7h9+zYPHz7k5MmTBYpGFpbcxnZ1dSUhIYGNGzcSExPDrl27OHfunFrGU+V6QObf3bFjxzh+/HiO9K1Ro0axYcMGtm3bRnR0NHfv3uXAgQOFjl7KDVVE9wvic0T/GzRogLOzM6NHj+b3338nNjaWM2fOcPbsWbXbfvz4cSVB+ps3b9KvXz8g87obGxsTEBDA1atXiY2N5fLly8yfPz9f7St1fE5aWlri7e3NpEmT+OWXX4iNjeXmzZts2LBBUYliwYIFnDt3jtjYWCIjI7l48WKhnIv/kw4HAQGB/z4isQinNuboGBRulVhLT4Nuk+rTcmAd3sY/YdfUrwn/YRtpqcVcNrIY6TFzIWUrmPBqz50SqUiRFa3a5bh7965SyTZ1oaGhUWTBSDlpKc+pXcRKFQDX3ifyPDn1s8UjAY7ciOPaozdkeAaCieo5knlyeQOSM0toatqUOW5zEBVjGZctkVvoc9yXlDI6WOzaiXG/vsU2Vr5IJFSaOoUMNUfVFERBwtaampp89913CuE7sVjMd999B2TO5+nTp/Pjjz/i4eGhVIIwO6oIKcuZMmUKZcuWxcfHh2HDhuHh4YGtrW2hzktPT4+NGzfSvXt3unfvzpMnT9iwYUOuFY1atGhB//79mTt3Lp06dSIiIiKHGHHr1q3x8PDAz8+PRo0acfTo0Rz96OrqsnnzZt68eUP37t0ZM2YMjRo1UsofLwh1iUl/Di1atGDq1Kls3ryZDh06sGfPHhYuXIirqyuQGYa+evVqUlJS6N69O9OmTVNZoDw/LC0t2bJlC3fu3KFHjx74+Phw8uRJNDQ0VBKdVnUeqkPEXV5GMWv5vdzo3LkzSUlJ9OjRg7lz59KvX78c+hjZsbW1ZcWKFYSFhSlKO44ePVpJW0surNiiRQsaNWoEQK1atdixYwePHj2iT58+dOnShZUrVxZa2LEgchvb2tqaWbNmsXv3bjp16sTNmzdzOAQ+F1WuB2Tqzr1584akpKQcOl09evRg/vz5hIaG4u3tja+vL6GhoQqh8/zIWv42N1QR3S+IzxX9DwoKws7OjnHjxtG+fXuWLVtWKKesqraPGjWKsLAwOnbsyMGDB1m2bJlCR0ZXV5edO3dStWpVRo4cSbt27Zg6dSrJycn56t+o43MSYNGiRXTu3JnFixfTtm1bhg8fzs2bNxUaMzKZjLlz59KuXTsGDRqEpaUls2aprjUlylB3rKGAgIDAF4JMlsGfvz0mXEW9Arum1Wnc1RKRWMT5fbu4eiQEWQm/sKibpn6Dqd++E2+PP+T96ZIRiZRj0LgqRt7WitUQdSIWi5kxYzp3787kydMfityfvf16ypZrjuXZmxT1S3GEqQkzbKrRfd15rj4qXEionDI6Glyf2gyNF7cQbWoOGWpIgWm3DBoMZnvkdpZeXVr0/vJBR6zD1rZbsa1gy7vjx4mbNg3ZR/VrSOSFUa9eVJ49Sy058QICAsXDpUuXGDlyJCdOnMjTUeHr60utWrWYNm1aCVsnoC4eP35M69atOXbsmMph/v81pFIpa9asKXSFwP8KQoSDgIDAfxaxWIR902oYV85fwEjPUIteM1zw9KlJ/KMotk8cyeWD+/71zoY6TbxwatuRjxHxJe5sADDwqMarV6/U7myATJVokUistgiH9+8j0ZGIqaZdRN0EYF3sC5LS0ulfhCiH90lpzDp6F6o6guuwgg9QhbAJEBmKn60fg+0HF9y+CCTJkvA55kPwrWDKtGyBZUgI2jVqFOuYcsRlylBxXNFXigUEBIqXc+fOMXTo0M8qbS/w7+HcuXP07Nnzf9bZIPA/WqVCQEDgf4tmvrUIWXad3JaunduZU7+tORkZ6ZwKXk/Ez8dKXGG/OKhoaUProWNIffqB1wf+LvgANaNZVR+JoTaXfspZHlUdyGt7JyXnndtYGF6/zgzptdHX4XFy0TQuZMCp1+9pa1cZEwNtXnwoXM15Obsvx9CvoRm1W8xGdPcneK0Gx82+r0DXmNFOo3mb8pa9d1UXffocvrv2HReeXiDIcwUW+/cRN2Mm7w4fLtYxTUaNRGxgIEQ3CAh84UyYMKG0TRAoAXr37l3aJgiUMkKEg4CAwH8asURMFWsjarspl7Mqa6JDv3kNce1ozZM7t9g6LoCI40f/E84GHYMy+MxaTEZiGi+3RkJayZ+Tkbc1aWlpBSpEfy5yMSR1RTi8fXud9IwMbPSKVqlCzqz7TxCJRPRqUDT1br8tl5EhIqPTarXYBcD2TvD0D6a7TqOtZVv19ZsHF+Iu0DykFY+TnlFtyTdUnjMHkRrV3rOiU7cuxv36IRIEoQUE/hPs2LFDSKcQ+Ndz9+7d/9l0ChAcDgICAv8DZGRk4N6jBnplM19yGvewoc+sBugYwPG1y9k/fzrvXsSXspVqQizGb0kQGhqavAyORPah5CpSKNASo2FmQEREBMnJn7e6XxDGxsbIZGmkpiaoqcc00tKTqaGGShUAsUmpPPiUjF9DcyTiz19pf/khhaW/RiGycAen/mqxDYCNzSAhmkXui/Co5qG+fvPgbcpb2h/sQOi9UIy6d8Ni3140VRAaKxQaGlRduAAKWYFBQEBAQEBAoPgQHA4CAgL/eUQiERqaYpr3r03/xW7Ua27Gg2uX2TJmCJFnTpa2eWql54wFlClfgVc/3CU1rmQrUsgxbJ1Z1/vKlSvFN4ahIampr8g1T+YzkaUmIFVDpQo53z58RsWyOrSoXbFI/aw/84DoFx/IaLMIylZVj3EZMkRrGyL6+IIVzVbgVNFJPf0WwMzzM5l4bjISS3MsD4Zi0KyZ2vou7z8QLSsrRBpCtqiAgICAgMCXguBwEBAQ+J9ALBFTTWqIRJLK4W8Xcvi7hSS+fVPaZqmVZl8NwbSOPW9/iibpr1elZoeuU0UePXrEixcvim0MfX19kpLi1NpnUlIsNdXocDgY/4Z3qWn0b2RR5L76bb5EhliLjA4rityXgvQUxKtdkKR8YF2LddQqp4YSnCrw86OfaX+oIwl8xHTdWkzGjYMipkBoWVhgMnIkolzKNAoICAgICAiUHsI3s4CAwP8MIrEYWXo6MZHFoytQmth6tsCxtTcfrz/n/ZnHpWaHrl15NHQ1C6yrXlR0dLRJSnqi1j4/fLhLOU0NDDXUl/8fEv8GN5sKWFXQL1I/T94ksf7cI0Q1W4NdNzVZByS/Q7KmIVoyGRtbbsSsjJn6+s6HuMQ4vA604LeY3yg/yB/z7dvQ+Nw692IxVb9ZDIJIpICAgICAwBeH4HAQEBD4n0EsFqNbpgzN+g8pbVPUSiUrG1oNGUXK4/e8DrlXqraUbWnOhw8fuHPnTrGOo6UlIVlNFSrkvHmbmQJirSbhSIAFUU9JTZfRr6F5kfta8vNd4l5/JKP9t6BXXg3W/T8fnqOxoQkGEm22tN5CJb1K6uu7AEb/NpoFlxeiXdcey8OH0GvgUug+yvX3Q6duXSGVQkBAQEBA4AtEcDgICAj8TyGWSLD1bI6lo3Npm6IWdMqUpdesxcg+pvFq+1+lUpFCjthIC4mJLleuXEFWzMJ9Eomm2ipUyElIOA+gNuFIgPfpMm58+EQvF1N0NYseOeEXfBW0ypDRdokarMvCqyg0gttSXtuITa02YaRtpN7+8+HHuz/S/VgvEnVEmG3dSvlBg1SOVtCytKTiuHH/mhKYUqmUEydOFPs4gYGBDB8+PN82vr6+LFiwoNhtEVAPXl5ebN26tbTNUJmgoCA6depUpD4eP36MVCrl9u3bAFy6dAmpVMq7d+/UYaKAgEAJITgcBAQE/ueQyWS0HjYWbf2ihbmXOmIxft8EIZFo8ir4VulUpMiCUQdrAK5du1as45QtWxaRSKJ2h0Na2htS0tOoocYIB4C5UU/R05LQqV7RBR/vxX9g5+UniOy7Q802arAuC08j0PihF9UNqrGh5Qb0NPTU238+3H97H8/9zYh48QcVJ4zHdP06xGXL5n+QRELVpUuKnEoRGBiIVCplw4YNSttPnDiBVCotUt/FTfYXMjnTpk1j8eLFxT5+STlQSpu8rvP/Aqo4r0oKR0dHwsPDKVOmTGmbIiAgUAgEh4OAgMD/HPLUitbDxpa2KUWi18xFGJQrR8LuO6Q+SyxdY8SgLTXir7/+4sOHD8U6VOXKlQHUnlIBIEt/p9YIB4DLbz8Sn5zKV40t1NLfjEO3SHj/iYyOQaBjqJY+FUT9hkbIUGoa12BN8zVoibXU238+pMnS6H+8P2si1qDXuDFWhw6iY2ebZ/vygwejY2urllQKbW1tNm7cyNu3b4vc15dAmTJlKFuQw6aESE0tXUdoUUlJSSltEwT+Hy0tLUxMTP41EU0CAgKZCA4HAQGB/0nEEgk1GjTCqV3RQj5LC68Bw6he25a3Pz0k6XZCaZuDgUd1JJoaXL58udjHMvl/ccEkNUc4AKQkx1HLQL0OB4Dgpy+pVbksTmbGaulvwLZroFeOjJZz1dKfEpEHkPw0GceKjiz1XIpEpD4RTVVYf3M9fr98RVq5Mlj88ANGvXrmaKPr7IzJ6FFqe/Fwc3OjQoUKfP/993m2yS1EfOvWrXh5eSlt279/P+3bt8fOzg53d3fmzs37Hj1//pyxY8fi4uKCq6srAQEBPH78j+irTCZj9erVNGnSBDs7Ozp16sTZs2cV+5s3bw5A586dkUql+Pr6AjlXpRMTE5k0aRKOjo64u7uzZcuWHLakpKSwZMkSPDw8qFevHj169MhX/FV+3iNGjEAqlSp+l1+n/fv307x5c+zt7cnIyODs2bP07t0bZ2dnXF1dGTp0KDExMYr+5FEEv/zyC76+vjg4ONCxY0ciIiIUbZ48ecKwYcNwcXGhXr16tG/fnjNnzgD/hNufPn2ajh07Ym9vT48ePbh7966S3T///LPi/nh5eeW4Fl5eXqxdu5bAwEDq16/PjBkz8rzO2UlPT2fq1Kl4eXlRt25dWrduzbZt25TayO/N5s2bcXd3x9XVlTlz5ig5Zl69esWwYcOoW7cuXl5eHD58OM/7kL3f9evX4+bmhrOzM6tXryYtLY1vvvmGBg0a0KRJE/bv3690XH5zMCgoiNDQUE6ePIlUKkUqlSrmxNKlS2ndujUODg40b96cFStW5Opc2rNnD56enjg4ODB69GildIiC5nd2sqdUqDIfzp07R+fOnalbty5+fn68evWKM2fO0LZtW5ycnBg3bhyfPn0q8PoKCAh8PoLDQUBA4H8az34DqVqzZMoBqgvbpi2o16o9H68/58PZ0qtIkRWDxlWJj49XeoEoLsqXzxRMTElRv8Mh8eN9qutooanmFbRVj+JJSkvHr1HRxSMBbjx+y+EbzxHV/wosm6ilTyWubEJyZglNTZsyx20OIkp2RfHGixs03d+ce++jqTJnDlWXLEGkqwuAxNiY6iuWQ4b69ErEYjHjxo1j586dPHv2+ZEzu3fvZu7cufTs2ZMjR46wdu1azMxyr/zx6dMn/Pz80NPTY+fOnezevRs9PT0GDRqkWFXfvn07wcHBTJ48mcOHD+Pu7s7w4cN5+PAhAPv27QMyHR/h4eEEBQXlOtaSJUu4dOkSq1evZvPmzVy+fJlbt24ptZkyZQrXr19n+fLlHD58mDZt2jBo0CDFWNmRv7guWrSI8PBwpRfZmJgYfvrpJ4KCgjh48KDifAcMGMD+/fvZunUrIpGIESNG5NB7Wb58Of7+/hw8eBALCwvGjx9PWloaAHPnziUlJYWdO3dy5MgRJkyYgJ6ecurPkiVLmDx5Mvv376d8+fIEBAQoXoRv3brF2LFjadeuHUeOHGHkyJGsXLmSkJAQpT42b95MjRo1CAkJYfjw4SpfZ5lMRuXKlVmxYgXHjh1jxIgRLF++nLCwMKV2ly5dIiYmhm3btrF48WJCQ0MJDQ1V7A8MDOTJkyds27aNVatWsXv3bl69KrjU8cWLF4mPj2fnzp0EBgYSFBTE0KFDMTQ0ZO/evfj4+DB79mzi4uIU9yS/OThw4EDatm2Lh4cH4eHhhIeH4+joCGSWJl60aBHHjh1j2rRp7Nu3L4fGhHwerF+/nk2bNnHnzh3mzJmj2F/Q/C4IVebD6tWrmTFjBnv27OHZs2eMHTuW7du38+2337JhwwZ+//13duzYodJ4AgICn4fgcBAQEPifx3vcVHTLfBnhxwVR2aYmrQaPIiX2Pa8PlG5FCjlaZmWQlNEq9lKYcgwNDUlNfYtMpv5Q57fvbiARibDQVW8qgQw48+YD7etWoby+evr+et8fvE9MIqPzWtAsBr2FM4sRX9lER+uOTHSZqP7+CyAxLZFuR7qx+/ZuyrZvh+WB/WhZW1N12VIkRkaIJOqNvGjZsiW1a9dm1apVn93HunXrGDBgAP3798fS0pK6devy1Vdf5dr22LFjiEQiFixYgFQqxdramkWLFhEXF6eIFNq8eTODBw+mffv2WFlZMXHiRGrVqqVYNS9XrhwARkZGmJiYYGRklGOcjx8/sn//fiZPnkzjxo2RSqUsXrxY6UU/JiaGY8eOsXLlSpydnTEzM8Pf35/69evneBmXIx+7bNmymJiYKH6HzDSKpUuXUqdOHWrVqoVIJKJ169a0atUKCwsLateuzcKFC/n777+5f/++Ur8DBw6kadOmWFpaMnr0aJ48ecKjR48AePr0KU5OTkilUkxNTWnWrBkuLsqVTUaOHKl0nq9eveLXX38FIDg4mEaNGjFixAgsLS3p2rUrffv2ZfPmzUp9NGzYEH9/f8zNzTE3N1fpOgNoamoyevRo6tati6mpKR07dqRLly4cP35cqZ2hoSEzZ87E2tqaZs2a4enpyYULFwCIjo7m7NmzzJ8/H0dHR+zs7FiwYAFJSUm5jpkVIyMjpk+fjpWVFd27d8fS0pKkpCSGDRuGhYUFQ4cORVNTk+vXrwMFz0F9fX10dHQUqQwmJiZoaWV+fg0fPhwnJyeqV6+Ol5cXAwYM4KefflKyJzk5mW+++YbatWvj4uLC9OnTCQsL48WLF0DB87sgVJkPY8eOpX79+tSpU4fu3btz+fJlZs+eTZ06dXB2dqZ169Yl9t0lIPC/ilBDSkBA4H8asUSCXllD2o2eyIGFM9W6aqpudMsY0nPGon8qUqR/GbYatrciJSWFmzdvlsh4ZcqUITk5vlj6fp2lUsW9xGS19j3z3hNauNaml4spa09HFbk/mQyG7vqDXf4u4DUNfp6mBiuzETYRkV4FfO18eZP8hg03NxR8jJpZdHkRvz/5neVNlmF1+JDaHQ1ZmTBhAv3792fgwIGFPvbVq1fEx8fTqFEjldpHRkYSExODk5OT0vbk5GRiYmL48OED8fHxOfY7OTkVquxsbGwsqamp1KtXT7HNyMgIS0tLJVsyMjJo00ZZiDQlJSXPl+v8qFq1qpIDAjKdGitXruSPP/7g9evXZPz/Z21cXBw1a9ZUtMsq1ClPn0pISMDa2ho/Pz9mz55NeHg4bm5utGrVilq1lCPUcjvPBw8eAPDgwQNFeoQcJycntm/fTnp6OpL/n1t2dnaFPmc5P/zwA/v27ePp06ckJyeTmpqaw0YbGxvFWPLz/PvvvwGIiopCQ0NDyQZra2uVNDlsbGwQi/9ZS6xQoQI1atRQ/C6RSDAyMlJESxQ0B/Pj+PHjbNu2jZiYGBITE0lLS8PAwECpTZUqVRSaO5Ap+iiTyYiOjkZXV7fI81uV+ZB1PpUvXx5dXV1MTU0V2ypUqMCff/6p0ngCAgKfh+BwEBAQ+J9HLJFgbl+Phl16cTFkT2mbkztiMX5LViERaxC/5Q9kH78QITYdMRrV9bly5UqJicPp6uqSlPxXsfT9MfEeaTIZNvra8FK9fT9KSuFhUjJ+jSxYfyYKmRr8ReejXnHy7kuaNxyOKDIUHl8teqfZ2T8A9IwZ5TiKt8lv+fHuj+ofowDOPjnLlAvTWeaxtFjHcXFxwd3dne+++46uXbsq7ROJRIqXZDnyUH/IFJ4sDDKZDFtbW5YtW5ZjX9aX9ew6FRkZGYXSrshuc15tJBIJBw4cUHoRBnKEqKuC7v+nv2Rl2LBhVKlShfnz51OxYkVkMhkdOnTI8bmhqamp+L/8POXRGD169MDd3Z3Tp0/z+++/s2HDBiZPnpynpkJ2VLkWedmvCmFhYSxatIjJkyfj6OiIvr4+mzdv5saNG0rtNLIJneY2tz5HnyS3fnPbJr+eqs7B7Pzxxx+MGzeOUaNG4e7uTpkyZTh27BjBwcH52ic/p6znVpT5rcp8yHr+BV0PAQGB4kFIqRAQEBAg86HDrWdfzOwcStuUXPGZvRh943Ik/HCHtOelXJEiC0ZtrJBIJFy5cqXExtTW1iA5Sf0VKuSkyz6pvVKFnO8ePqOyoQ5etSqqrc/hu66TlJxKRuf1ICmmqhLbO8PTP5jmOo12lu2KZ4x8qKJfhVmNZiGj+KN6xo8fz2+//aYIO5dTrlw5Xr58qfRimLVMooGBAdWqVVOExheEra0tjx49onz58orQfflPmTJlMDAwoGLFijnKzEZERGBtnVmCVv5ynp6enuc4ZmZmaGpq8scffyi2vX37VilPvnbt2qSnp5OQkJDDFnmUQW5oamrmO7ac169fExUVRUBAAI0aNcLa2vqzK4JUqVKF3r17s3r1agYMGMDevXuV9ud2nlZWVkBmpED2+3r9+nUsLCxyOFqyosp1hsySwI6OjvTt25c6depgbm5eaF0bKysr0tLSlDQ2Hjx4oCS2qC4KmoOQee7ZX8ivX79O1apVCQgIwN7eHgsLC54+fZqj/7i4OJ4//0drJyIiArFYjIWFhUrzWxUKmg8CAgKlj+BwEBAQEPh/MjJkdBg7GX3jvFd2SoPm/gFUk9bhbVj0F1GRIis69Srw4MEDlQTN1IVEolEsJTHlpKfEU0u/eBwOB56/4X1qGv3dLNTWZ0qajDF7/4Ry1tBkgtr6zcHGZpDwgIXuC/Go5lF842RDS6zFKq9V6GnoIREXf8UMqVSKt7c3O3fuVNru6upKQkICGzduJCYmhl27dnHu3DmlNqNGjSI4OJjt27fz8OFDIiMj8xSk8/b2xtjYmICAAK5evUpsbCyXL19m/vz5CuFKf39/Nm7cSFhYGA8ePGDZsmXcuXMHPz8/IDNEXEdHh3PnzvHy5Uvev3+fYxx9fX26devG0qVLuXDhAn///TeBgYFKq8iWlpZ4e3szadIkfvnlF2JjY7l58yYbNmxQqP7nhtzB8uLFi3wdCIaGhhgZGfHjjz/y6NEjLly4wOLFi/NsnxcLFizg3LlzxMbGEhkZycWLF3O8nK5du1bpPI2NjWnRogWQqQ9x4cIF1qxZQ3R0NKGhoezatavAFBpVrjNkOndu3brFuXPniI6OZsWKFYUO17eyssLDw4Pp06dz48YNbt26xfTp09HRUf9nkipzsFq1aty9e5cHDx6QkJBAamoqZmZmxMXFcezYMWJiYti+fTsnTpzI0b+2tjaBgYHcuXOHq1evMn/+fNq2batwYhU0vwtClfkgICBQ+ggOBwEBAYH/RyyWoK2nj/fXgYglX0bGmb1XaxxatOPj1Wd8OPektM1RQreeCRo6miUquKWhoYFYrEFyMZTElJOY+BBrvcKFxxeGQy/e4FHDBIvy6hN6/OWv51x6+JoMj/FQ6fPzz/MlQ4ZobUNEH+NZ0WwFThWdCj5GDcxoNIMaxjXQEJfc3+SYMWNyhLhbW1sza9Ysdu/eTadOnbh582aOF9UuXbowdepUdu/eTYcOHRg6dKhC8DA7urq67Ny5k6pVqzJy5EjatWvH1KlTSU5OVuTC+/n5MWDAABYvXkzHjh05d+4ca9euxcLCAsj8e5g+fTo//vgjHh4eSqUwszJp0iScnZ0JCAhgwIAB1K9fP4dOwaJFi+jcuTOLFy+mbdu2DB8+nJs3byrl4Gdn8uTJnD9/nqZNm9KlS5c824nFYpYvX05kZCQdOnRg0aJFTJo0Kc/2eSGTyZg7dy7t2rVj0KBBWFpaMmvWLKU248ePZ8GCBXTt2pUXL16wbt06hdChra0tK1asICwsDG9vb1atWsXo0aNzpM9kR9Xr3Lt3b1q1asXXX39Nz549efPmDX369Cn0eS5atIgqVarQr18/Ro0aRc+ePRXVedSJKnOwZ8+eWFpa0q1bNxo1asT169dp0aIF/fv3Z+7cuXTq1ImIiAgCAgJy9G9mZkbLli0ZPHgwAwcOpGbNmkr3q6D5XRCqzAcBAYHSR5ShakKbgICAwP8IGTIZkWdO8fP6FaVqR5WatfCZ9Q2pTz7yYsPNL0YkUk6l8fX5pJ3G8uXLVc6NLirVq1dn0KBB/PHHQF4l5L3yWhSsrMZhaTGCer9H8ixF/boUZSViIhvbsfX8QxYcu13wASqipyXmj+nN0Xx1B9HGpiArONT9s9AuS/rYGyRr6ND/eH/uJKguYFhYekl7Mb3h9GLrX+C/w6VLl/Dz8+PKlSsqCSwKCAgICJQMQoSDgICAQDZEYjF2zVrg2qVnqdmgV9aIntMXIPvwZVWkkCMpr4OkvA6XL18uMWcDQMWKmdoHSclxxTbG69eZJQlt9IsnyuFduow/P36it4sZOprq+xpOTJEx9eBfUNkOGo1UW785SH6HZE1DtGTpbGq1CfOy5sUyjGd1T6a6Ti3R+SUgICAgICCgXgSHg4CAgEAeuPv4Ucu9ackP/P8VKcQiDV4G3/pyKlJkwaiDFRkZGTkE2IqbChUqABRrSsXbt5eRZWQUm3AkwNz7T9HXluDtUFWt/e6//oSbj9+R0WwalC/GXOYPz9HY4Im+WIvNrTZTSa+SWru3q2DHt02/BT5PrV9AQEBAQEDgy0BwOAgICAjkQUZGBm0CxlK9djHlxOdB7znfoGdkTMKu219URQoFYtCyMeTWrVskJpasfcbGxshkKaSlfZ7CvSrIZCmkpqdiU4w6DhfffuRlShoD3CzV3nf/4EukZ4jI6LQWivNl/VUUGsFtKa9txObWmzHSNlJLt6ZlTFnfYj0aIg3EIuExRUA1XF1duXv3rpBOISAgIPCFIXyTCwgICOSBSCRCJBbRZfIsKpgWT9h4dloMHkHVmrV5eyyapLuvS2TMwlKmmSkSTQ0uX75c4mOXLVuWlJQXxT5ORtprpMVUqUJO8JOX1KlalnqmRmrt901iGguP30Nk1hCc/dXadw6eRqCxuyfV9KuyoeUG9DX1i9SdsbYxG1tuRF9Tv0QqUggICAgICAgUL4LDQUBAQCAfxGIJGlpa9JixgLImFYt1rLot2lDXqw0frzzjQ/iXVZEiK/oNqxAXF8eTJyVvo76+PklJxaffICcp6XGxOxxWPXpOUpoMv0bqd2Zt+f0h956/J6PVPDA0VXv/Sjw4jUbIYGoa12C112q0xFqf1Y2ehh7rW66nkn6lEq1IISAgICAgIFB8CA4HAQEBgQIQSyToGJShx4wF6JYpnnDdqjVr03zgcFJi3vH64P1iGUMdaFkZIjHQKtFSmFnR0dEiKelpsY/z4eNdTLQ00ZcU39dkGhD+9j3eDlUx1tNUe/++my8jE2mS4b1S7X3nIDIUyU+TcKzoyLdNv0UiKlx0gpZYizXN1yA1lgrOBgEBAQEBgf8QgsNBQEBAQAXEEgllK1Sk29S5aGqrd+Vbz8iYHtMXIHuf8kVWpMiKUVtLkpOTuXXrVqmMr6EhITn5WbGP8/bNNYBi1XEAmHnvCWKRiJ7O6o9CePYuiVW/RSOyaQ4OPmrvPwdXNiM5s5gm1Zswx20OIlTTj9AQabCs6TIcKzkKaRQCAgICAgL/MQSHg8AXg5eXF1u3bi3WMR4/foxUKuX27dvFOk5xcenSJaRSKe/evSttU0qcoKAgOnXqVKo2iCUSTMwt6T5tHlq6uurpU6yB3+JViEUSXm6JRJaYppZ+iwOxngaSqnpcu3aNtLTSsVMi0SjWChVyEl7/DoBNMVaqAHjwKYWYpGT6u1kgLgZ9x5Un7xGb8JGMtkvBoHhTggA4swTx5Y10tO7IRJeJBTYXIWJe43l4VvcsdFSEgICAgICAwJeP4HBQE4GBgUil0hw//v7FLNglkCeBgYEMHz5caVuVKlUIDw+nRo0apWSVwOcycODAYndIqYJYIqGyTU16zFyItn7RBPIAfOZ+g56hEQk7b5MW/wVWpMhC2XaWiMVirl69WirjGxsbIxKVTIRDSsoLUmTp1CjmCAeAFY/iqWqki2fN4nEI+G2+TIamLhntlhVL/zn4aRKiWwfwrePL0LpD820a2CCQ9lbthWoUAv9Z/o0LHb6+vixYsKBIfYSEhODs7Kz4/UtYNBAQECgdhG94NeLh4UF4eLjSz3fffVesY6akpBRr/4XlS7MnOxKJBBMTEzQ0hBzhL4n09HRkMlm+bfT19TE2Ni4hi/JHLJFQ0dyKXrMWo2NQ5rP7aTlkFFVqSHl77AFJf3+ZFSmyomNfnvv37/P6denYWrlyZQCSSiDCASAj7T01ijnCAeDHZwl8SE3jK7fiqYQS/SqR4AuPEdXpBLW9i2WMHBzwh6jfGOk4kt61eufYLULEjIYz6FO7DyI1lO588eIF8+bNo3nz5tjZ2eHp6cmwYcO4cOFCkfv+L/K/FC2X/cX3f4mSiBxVlS9l0UBAQKDkERwOakRLSwsTExOlH0NDQ8V+qVTKvn37GDFiBA4ODrRq1YqTJ08q9XH//n0GDx6Mo6Mjbm5uTJw4kYSEBMV+X19f5s6dy6JFi3B1dWXgwIEAnDx5klatWlG3bl18fX0JDQ1VPEwkJibi5OTE8ePHlcY6deoU9erV48OHD7mej3ysuXPn4uzsjKurK8uXLycj45/8ci8vL9auXUtgYCD169dnxowZAPz888+0b98eOzs7vLy82LJli1Lfr169YtiwYdStWxcvLy8OHz6stD+3FYF3794hlUqVxOru3bvHkCFDcHJywtHRkT59+hATE0NQUBChoaGcPHlSEW1y6dKlXPu9fPky3bt3x87ODnd3d5YtW6YULu7r68v8+fNZsmQJDRo0oHHjxgQFBeV6zeTcvHmTAQMG4OrqSv369enXrx+RkZFKbVSZD2fOnKF169aK+6pKVYB3794xY8YM3NzcsLe3p0OHDvz222+K/QXdGy8vL9avX8+UKVNwdHSkadOm/Pjjj4r9vXr1Ytky5ZXShIQEbG1tuXjxIpDpeFqyZAkeHh7Uq1ePHj16KN03+QPgb7/9Rrt27bC3t+fJkydcunSJ7t27U69ePZydnfHx8VGcc/bVEZlMxurVq2nSpAl2dnZ06tSJs2fPKvbL7/Uvv/yCr68vDg4OdOzYkYiIiAKvoSqIJRLKVzfDZ8436JY1LPiAbDi0bId9s1Z8uBzHh9+LXwSxqOi5VEJDW7PUxCIBTExMAEokwgEgJeUZtQ2K3+EAcPjFWzxqmmBWTq9Y+p939C9evE0ko8NK0C0hx92OzvA0gqmuU2lv2V6xWSKSsMB9AT1q9lDLMI8fP6Zr165cvHiRiRMncuTIETZt2oSrqytz5sxRyxj/q3zpiwgFkZqaWtomCPw/X9KigYCAQMkiOBxKmNWrV9O2bVsOHz5MkyZNmDBhAm/evAEgPj6efv36Ubt2bfbv38+mTZt49eoVY8eOVeojNDQUiUTCDz/8wJw5c3j8+DFjxoyhefPmHDx4EB8fH5YvX65or6enR/v27QkJCVHqJyQkhNatW2NgYJCnvfKx9u7dy7Rp09i2bRv79u1TarN582Zq1KhBSEgIw4cP59atW4wdO5Z27dpx5MgRRo4cycqVK5XGDwwM5MmTJ2zbto1Vq1axe/duXr16Vahr+fz5c/r164e2tjbbtm0jJCSEbt26kZaWxsCBA2nbtq1S1Imjo2OufQwZMgR7e3sOHTrE7Nmz2b9/P+vWrctxHfT09Ni7dy8TJ05kzZo1/P7773na9vHjRzp37szu3bvZu3cv5ubmDBkyJIdzJ7/5EBcXx8iRI2nSpAkHDx6kR48efPvtt/leE5lMxuDBg4mIiGDp0qWEhYUxfvx4xOLMP3VV7g1AcHAwdnZ2HDx4kD59+jB79myioqIA8Pb25tixY0qOp7CwMMqXL0+DBg0AmDJlCtevX2f58uUcPnyYNm3aMGjQIB4+fKg4Jikpie+//5758+dz9OhRjIyMGDFiBC4uLhw+fJgff/yRXr165bn6uX37doKDg5k8eTKHDx/G3d2d4cOHK40BsHz5cvz9/Tl48CAWFhaMHz9ebfoDYokE4yrV6D13KfrG5VQ+rqq0Ds0HDCPl0TveHIpSiy3FTZlmprx580YxD0qDcuXKkZEhIyXlRYmMl/gxCjMdbSTFoK2QnXlRT0iXZdDX1azYxui/9SroGJLRqmih0oViQ1MyXt5ngccCmlRvgoZYg6WeS2lv1V4tkQ0Ac+bMQSQSsW/fPtq0aYOlpSU1atRgwIAB7N27V9Hu6dOnBAQE4OjoiJOTE2PGjOHly5dKfZ06dYquXbtib29P8+bNWb16tdLnRUGO4rzSKy9dusTq1avx9s4ZYdK1a1dWrlypOH748OGsX78eNzc3nJ2dFTZ88803NGjQgCZNmrB//36lPp4/f87YsWNxcXHB1dWVgIAAHj9+nOv1evz4MX5+fgC4uLgglUoJDAwE8l7UCA4Oxtvbm3r16uHp6cns2bP5+PGjok+5E/ncuXO0bdsWR0dH/P39iY+PV7RRxaG8Z88ePD09cXBwYPTo0UoRGKo6mcPCwvD19cXe3p7Dhw8zZcoU3r9/r7gXeS0YxMTEEBAQgJubG46OjnTr1o3z588rtSnIIQ+ZCw6dO3fG3t6erl27qpRKIV+8mTRpEo6OjjRr1owTJ06QkJCgmLPe3t78+eefSsddv36dvn37UrduXTw9PZk/fz6JiYmKe/nkyRMWLVqkOHeA169fM27cOJo0aYKDgwPe3t4cPXo0h03p6en5Lji9ffuWSZMm4eLigoODQ47v+OxkXzRQZT7s37+fpk2b4ujoyKxZs0hPT2fjxo00btyYRo0a5XhWExAQ+DIRHA5q5PTp0zg6Oir9rFmzRqlNly5d6NChA+bm5owbN45Pnz5x8+ZNAH744QdsbW0ZN24c1tbW1KlTh4ULF3Lp0iWio6MVfZibmzNp0iSsrKywtrZmz549WFpaMnnyZKysrGjfvj1dunRRGrdHjx6Eh4fz/HlmKHJCQgKnT5+mW7du+Z5TlSpVmDp1KlZWVnTs2JF+/frlCIlr2LAh/v7+mJubY25uTnBwMI0aNWLEiBFYWlrStWtX+vbty+bNmwGIjo7m7NmzzJ8/H0dHR+zs7FiwYAFJSUmFut67du3CwMCA7777Dnt7eywtLenWrRtWVlbo6+ujo6OjFHWipZWzNvzu3bupXLkyM2fOxNramhYtWjBq1Ci2bNmiFOIvlUoZOXIkFhYWdO7cGTs7u3xDdRs1akSnTp2wtrbG2tqauXPn8unTJ65cuaLUrqD5YGpqqnT9s9/X7Jw/f56bN28SFBRE48aNMTU1pVmzZnh6egIUeG/kNGnShL59+2Jubs7gwYMxNjbm8uXLALRr1474+HiuXbumaH/06FE6dOiAWCwmJiaGY8eOsXLlSpydnTEzM8Pf35/69esrOTZSU1OZPXs2Tk5OWFlZkZ6ezvv372nWrBlmZmZYW1vTpUsXqlatmuu5bt68mcGDB9O+fXusrKyYOHEitWrVYtu2bUrtBg4cSNOmTbG0tGT06NE8efKER48e5XsdC4NYIsGwYiV6z11KmfIVCmyvb2xMj2nzSX+XwqsdX3ZFCjkaJrpIjLS5dOmS0gNnSWNoaEhq2lsyMkpGsPLdu5toiEWY6eT87FA3r9NkRH5MoncDM7Q1iuer+a+49+yLiEPk2BesmxfLGLkhWtcI0fvnLG+6nC2tttDcrLnaNBvevHnDuXPn6Nu3L3p6OaNDypbNLGObkZHBiBEjePv2LTt27CA4OJjY2Fi+/vprRdtz584xceJEfH19CQsLY+7cuYSEhLB+/XqlPvNzFE+bNk0prdLPz4/y5ctjZWVF9+7duX//vuIzHuDOnTv89ddfdO3aVbHt4sWLxMfHs3PnTgIDAwkKCmLo0KEYGhqyd+9efHx8mD17NnFxcQB8+vQJPz8/9PT02LlzJ7t370ZPT49BgwblGqFQpUoVxUv38ePHCQ8PZ9q0aYr92Rc1AEQiEdOmTePIkSMsXryYixcvsnTpUqV+k5KS2LJlC0uWLGHnzp3ExcXxzTffAJCWllagQzkmJoaffvqJ9evXs2nTJu7cuaMUoaKqk3nZsmWKe9ioUSOmTp2KgYGB4p7InSjZSUxMxNPTk+DgYEJDQ3F3d2fYsGE8faocgZafQz4xMZGhQ4diaWlJSEgIo0aNUlyDgti2bRtOTk6Ehobi6enJpEmTmDRpEh07diQkJAQzMzMmT56s+Ay+e/cu/v7+tGzZksOHD7N8+XKuXbvGvHnzgMyX9sqVKzN69GjFuUNm1IqtrS3ff/89R48epWfPnkyaNIkbN24o2VPQglNgYCC3bt1i3bp1/Pjjj2RkZDBkyBCVokpUnQ9nz55l06ZNfPvttxw4cIAhQ4bw/PlzduzYwYQJE1ixYgV//PGHStdXQECg9BAcDmrE1dWVgwcPKv307dtXqY3cwwyZkQf6+vqKlInIyEguXbqk5LBo27YtkPnBK8fOzk6pz+jo6Bzb6tatm+N3GxsbDh06BMDhw4epUqUKLi4u+Z6Tg4OD0hdAvXr1ePToEenp6Xna8+DBA5ycnJS2OTk5KY6LiopCQ0ND6Thra2vFg6Gq3L59G2dnZzQ1P79+fVRUFI6OjkrnWL9+fRITE3n27J+w7az3DTJDu/OLyHj16hUzZ86kdevW1K9fH2dnZxITE3M8uOQ3H6KionK9/vlx+/ZtKleujKWlZa77C7o3udklEomoUKGC4nzLlSuHm5ubIg0mNjaWiIgIOnbsCGTO44yMDNq0aaM0l69cuaI0jzU1NZXGMTIyomvXrvj7+zNs2DC2bdumtDqWlQ8fPhAfH5/ruWRfgc86hjwkP2uakjoQSySUKV+e3nOXUtakUt7txBr4Lg5CjISXW2590RUpsmLkbY1MJiv1BzsDAwOSk0omnQLg9etMp2JJ6DgAzI96QlldTbwdcneyqYNJ+2/y9mMSGZ1Wg1be0W1qJT0F8aYWSBDhUNFBrQKRMTExZGRkYGVllW+78+fPc/fuXb799lvs7OxwcHBgyZIlXL58WeEAWL9+PUOGDKFLly6YmprSuHFjxowZw549e5T6ys9RXKZMGYWTOyIigj179rBq1SpMTEyoXLky7u7uSo7XkJAQXFxcMDX9pyyqkZER06dPVzgpLC0tSUpKYtiwYVhYWDB06FA0NTW5fv06AMeOHUMkErFgwQKkUinW1tYsWrSIuLg4haM4KxKJRJHuWb58eUxMTChT5h8tmuyLGgBfffUVDRs2xNTUlEaNGjFmzBh++uknpX5TU1OZM2cO9vb22Nra0rdvX0Wa3YcPHwp0KCcnJ/PNN99Qu3ZtXFxcmD59OmFhYbx4kRnRpKqTuX///rRq1QpTU1OqVq1KmTJlEIlEivuin4fYb61atfDx8UEqlWJhYcHXX3+Nqakpp06dUmqXn0P+yJEjyGQyFi5cSI0aNWjWrJnK4uFNmjTBx8cHCwsLRowYwcePH7G3t6dt27ZYWloyePBgoqKiFFE5mzdvxtvbm6+++goLCwucnJyYNm0aBw8eJDk5GSMjIyQSCfr6+opzB6hUqRL+/v7Url0bU1NTfH19cXd3z5F2m9+C08OHDzl16hTz58/H2dmZWrVqsWzZMp4/f86JEycKPFdV5kNGRgYLFy7ExsYGLy8vXF1diY6OVtjUrVs3LC0tc53jAgICXxaCcp4a0dXVxdw8f9Gv7C/HIpFIsZIuk8lo1qwZEyZMyHGc/ItCPk5WMjIycoSm5rYK2aNHD3bu3MmQIUM4cOAAXbt2VUtIa272qEJ+Y8tTALL2lT0MXken6C8Budkq35bVvuwikyKRKN/zDAwMJCEhgalTp1K1alW0tLTo1atXDs9/fvPhc1aSC7omqvZZ0Pl6e3uzYMECZsyYwdGjR6lRowa1atVSjCGRSDhw4AASiXKZu6wrkDo6OjnmwKJFi/D19eXcuXP89NNPrFixguDg4DwdLbnN++zbsl5j+b6CBCo/B7FEAz1jY3rPW8q+uVNJeJoznLn3vCXolTXk5dZI0l58UrsNxYIGaFqV5cbNG3z6VLo26+npkphYsI6Junj/IZI0mYwa+jr88qr4xfXC33zkZXIqX7lZsP9a7uHw6mDQjuvsHeIKzWfCT5OKbRwFZSqDbwgSkQjUXI0it8/r3IiKiqJy5cpUqVJFsc3GxoayZcvy4MED6tatS2RkJH/++adSREN6ejrJycl8+vRJ8V2Xn6NYzl9//cXkyZOZOXOmkmBhz549mTp1KlOmTEEsFnPkyBEmT56sdKyNjY3iOxCgQoUKSpWVJBIJRkZGCidwZGQkMTExORywycnJSk5eVcm+iACZURfff/899+/f58OHD4rrkpiYqPhc19XVxczsn5SgihUrKmzM6lCWh8O3bduWihX/qcxSpUoVhTAsgKOjIzKZjOjoaHR1dfN0Mt+5c6dA+1UhMTGR1atXc/r0aeLj40lPTycpKSnfhYLsDvmoqCikUqnSc1Fu6Zy5kbXfChUyo+Vq1qyp2Fa+fHkgc0HDxMSEyMhIHj16xJEjRxRtMjIykMlkPH78WOEsyk56ejobNmwgLCyM+Ph4UlJSSElJyfEsl9uCR3BwsNLCkYODg2K/sbExlpaWKqXdqTIfqlWrppTyW6FCBSQSSY6/jcKm4woICJQ8gsPhC8LW1paff/6ZatWqFaqKgpWVFWfOnFHaduvWrRztOnbsyNKlS9m+fTv3798vMDwfyBFid+PGDczNzXO8SGbF2tpasfIi5/r161hYWCCRSLCysiItLY1bt24pIjEePHiglKtZrlxmPrx8ZQPIkQcplUoJDQ0lNTU11ygHTU3NAl8sbWxs+Pnnn5VeVK9fv46+vj6VKuW9Ul0QV69eZdasWYpUhri4uEIr+9vY2ORYKch+P7IjlUp59uwZ0dHRuUY5FHRvVKVFixbMmjWLc+fOcfToUaW8zNq1a5Oenk5CQsJnKYPXqVOHOnXqMHToUHr16sXRo0dzOBwMDAyoWLEi165dU4rSiYiIyBHdU5JIJBrolTWkz8LvOLR0HrGR/+Tbtho6hso2NXlzOIrkf0FFCjllm1sg0ZDkSAcqDbS0JLx+XXIRDgDpsiRsSqA0ppztT18xzrIydasbcvPx22IZ48rD1xyPjKet61CIDIGYi8UyDgAVaoDfYdCvCGL1P3KYm5sjEomIioqiRYsWebbLzRkp3y5HJpMxatQoWrVqlaOdtvY/cyA/RzFkfm8FBATQrVs3evRQFsZs1qwZWlpa/Prrr2hpaZGSkkLr1q2V2uTm8M1tW9bFCltb2xxivvDPd2lhyP7i+eTJE4YMGYKPjw9jxozB0NCQa9euMW3aNKWFgIIc1Z/rUM5631RxMueWWqMKS5YsITw8nMmTJ2NmZoaOjg6jR4/OsVCQ33kWJeUsa7/yc8rNYS4fQyaT4ePjg6+vb46+sjrWsrNlyxa2bt3K1KlTFc6RhQsXFkpgM6/zzOvvLDcKmg+F/TsQEBD4chFSKtRISkoKL168UPopTOh2nz59ePv2LePGjePmzZvExsYSHh7OlClTlMLds9OrVy+io6NZunQp0dHRhIWFERoaCih/ORsaGtKyZUuWLFlC48aNlVYS8iIuLo5Fixbx4MEDjh49ys6dOxViU3kxcOBALly4wJo1a4iOjiY0NJRdu3Yp8iatrKzw8PBg+vTp3Lhxg1u3bjF9+nSl1XkdHR3q1avHhg0buH//PleuXGHFihVK4/Tt25cPHz4wbtw4/vzzTx4+fMjBgwd58OABkOkdv3v3Lg8ePCAhISHXL9M+ffrw7Nkz5s2bR1RUFCdOnCAoKIgBAwYoedELi7m5OYcPHyYqKoobN24wYcKEQkdk+Pj4EBMTo7j+R44cUdzXvGjQoAHOzs6MHj2a33//ndjYWM6cOaMQ1iro3qiKnp4eXl5erFy5kqioKDp06KDYZ2lpibe3N5MmTeKXX34hNjaWmzdvsmHDhhyOsazExsby7bffEhERwZMnTwgPD+fhw4d5hkr7+/uzceNGwsLCePDgAcuWLePOnTsFzs/iRiyRoKmtQ/dp87FtmvkCVK91e+yatuDDpTg+nP/yK1JkRa9BJZ48eaLIFy9NJBINkkuoJKac9JSX1NIvmZQKgO8ePiM5TYZvw+IpkSln1A/X+ZiUREbn9aBRTOdXrT74n8h0NkiKZ33DyMgId3d3du3apRDLy4rckW1jY0NcXJzSPL5//z7v379XrATXqVOH6OhohR5R1h9Vvw+Sk5MZPnw4VlZWTJkyJcd+DQ0NOnfuTEhICCEhIbRv3z7HC35hsbW15dGjR5QvXz6H3VlTJbIif5HN79lCzq1bt0hPTycwMJB69ephaWmZZ7pbQcidyXv27KFmzZpKYoVxcXEKnSnIdCCLxWIsLCyUnMxZiYiIyHMlX46mpqZK53nt2jW6dOlCy5YtkUqlVKhQQaXKUFmxsbHh7t27SppUxZWKVqdOHe7du5frfJVrVuW28HLt2jWaN29Op06dqFWrFqamprmKPea34GRjY0NaWppSm9evX/Pw4cMC70f2c8hrPggICPx3EBwOauTcuXO4u7sr/fTp00fl4ytVqsQPP/yATCbD39+fDh06sGDBAsqUKZPvw46pqSkrV67k119/pWPHjvzwww8MGzYMIIdQYvfu3UlNTS1QLFJO586dSUpKokePHsydO5d+/frRq1evfI+xtbVlxYoVhIWF4e3tzapVqxg9erSSKNaiRYuoUqUK/fr1Y9SoUfTs2VMRLihn4cKFpKWl0a1bNxYsWJCjWoexsTHbtm0jMTERX19funbtyr59+xQPUj179lQISTZq1CjHyj5kXvMNGzZw8+ZNOnXqxOzZs+nevTsBAQEqXZ+8WLhwIW/fvqVz585MmjQJX1/fHOdXEFWrViUoKIjffvtNod6dVeAsL4KCgrCzs2PcuHG0b9+eZcuWKR44VLk3qtKxY0fu3LmDs7NzDmHHRYsW0blzZxYvXkzbtm0ZPnw4N2/ezNfJpaury4MHDxg1ahStW7dm5syZ9O3bFx8fn1zb+/n5MWDAABYvXkzHjh05d+4ca9euxcLCotDnom7EYjEisZg2AWNpM3wsXv2H/qsqUsjRrmmEhr5WqZbCVNiirY1YrFniDodPnx6VmIYDQBrw+9sPdKpXDSO9z9enKXAcGYz84U8wMgPPyQUfUFjqdIKvwkDboNicDXJmzZqFTCajR48e/Pzzzzx8+JCoqCi2b9+u+L5yc3NDKpUyYcIEIiMjuXnzJpMmTaJBgwbY29sDMGLECA4dOkRQUBD37t0jKiqKsLAwpapPBTFz5kzi4uKYPn06CQkJisWHrOKNPXr04OLFi5w9e1bl7+L88Pb2xtjYmICAAK5evUpsbCyXL19m/vz5SlpEWalWrRoikYjTp0+TkJCgVHEiO2ZmZqSlpbFjxw5iY2M5ePBgDl2LglDFoaytrU1gYCB37tzh6tWrzJ8/n7Zt2ypSSj/XyVytWjUSExO5cOECCQkJeaaGmZmZ8euvv3L79m3u3LnD+PHjC7163qFDB4XA5v379zlz5kyO0tPqYvDgwfzxxx/MmTOH27dv8/DhQ06ePKkQjYTMc79y5QrPnz9XLICZmZlx/vx5rl+/TlRUFDNnzsxRrQXyX3CysLCgefPmzJgxg6tXr3Lnzh0mTpxIpUqVaN68YEHawi4wCAgI/LsRUirUxOLFi1m8eHG+be7evZtj29WrV5V+t7CwYPXq1Xn2sWPHjly3N2/eXOlDft26dVSuXFkpDBQyQz2NjIxU+kKAzNWYadOm5VnLPLuYkpzWrVvnCBPNiomJCd9//73Sts6dOyv9bm1tnaPcVPZrWKtWrRwVFuSUK1cu1y/67H00aNAgR4mxrOR2zdeuXZtne8j02h84cEBpW5s2bfK1A3LOh2bNmtGsWTOlbQU9oBoZGbFo0aI89xd0b3K7p3Kx0ax4enrmeg6QuaoyevRoRo8enev+rl275nByVKhQIUdVl6yMGjWKUaNGKX4Xi8WMHDmSkSNH5tq+evXqOewrW7ZsnjarG3l0UR0PL8iAhD13QfblV6TIimEbSz59+kRkZGRpm6JwViUnl2xKxfsPf1G+vAcVNDV4mVoyIp8z7z3mbIPa9KhvysZzD4ptnN/uxnPufgIejccg+usgxOWfsqUSIjE0mwZNJoBMBkWIFFMVU1NTRTWJb775hvj4eMqVK4etrS2zZ8/ONEskYs2aNcybN49+/fohEonw8PBgxowZin48PDxYv349a9asYdOmTWhoaGBlZZUjLSI/rly5wosXL2jXrp3S9u3bt+Pq6gpkfs87Ojry5s0bpRz4z0VXV5edO3eybNkyRo4cycePH6lUqRKNGjXKs+x1pUqVGDVqFN9++y1TpkxROIhzo3bt2kyZMoWNGzfy3Xff4ezszLhx43JoTxRk44MHDwgNDeXNmzdUrFgxh0PZzMyMli1bMnjwYN6+fYunpyezZs1S7Pfz8+PDhw8sXryYhIQErK2tVXIyOzk54ePjw9ixY3nz5g0jR45U+i6RM2XKFKZOnYqPjw/GxsYMHjw4X0dMbujr67N+/XpmzZpF586dsbGxYcKECbmOV1Rq1arFjh07WLFihWJxy9TUVGnujR49mpkzZ9KiRQtSUlK4e/cuw4cP5/Hjx/j7+6Orq0vPnj1p0aIF79+/V+o/64KTRCLJseC0aNEiFixYwLBhw0hNTcXZ2ZkNGzaoJOStynwQEBD47yDKKM0aZwJqY9euXdjb22NsbMy1a9eYP38+ffv2VayIf/r0icePH/P111/TvHlzlVbKfX19qVWrllK5LAEBgcKTIcsg7UUiL7dGkv46ubTNUQmxgQaVp7gS/nt4no7FksTFxYX27dtz4WIrEhNLLlKkQnkvHBw20iXiHhfeFO7loyhcdK2NZrIM9yWnKM5vaR0NMTdmNEfrzX1E33uArAhOFR1D6L4FrL3ULg75X0JexcfHx4cBAwaUtjlfBEFBQZw4cSJX57aAgICAwL8b4YngP8KjR48YPnw47dq1Y926dQwYMEDJo75p0yY6d+5M+fLlGTJkSClaKiDwv4dILEKjgi6VRjuhbWVY2uaohGF7K0RiUY6c6dJCrtpe0ikVCa8vIsvIwKYE0yoAgmKeU81YF88aJgU3LgJJaTImhtyCirWg8djP78hECkPPglVTwdmQD69evSI4OJj4+PjPSmUTEBAQEBD4tyFEOAgICAiUEBn/n1Lx5ugDPn7h4pFV5jbi3oP7hc7VLi569+6NjY0Zp898Xsm7ouDueYetT18z637J3rP77vZcjnrFwK3FXyHkQIAbTtUNEK1vDC8KmXZk2xU6rwGxVrHrNfzbkUqlGBsbM23aNLy9vUvbnC8GIcJBQEBA4L+LsAwhICAgUEKIxCJEYhHGHa0p378OYv3iEwUsCvpuVZBoaXD58uXSNkVBmTJlSE55UXDDYiAj7Q3SEqxUIefYyzc0lZpQ3bhoVQxUYUDwZdJkGWR0Xqd6hIJEC9othR7BINERnA0qcPfuXS5evCg4G7IxatQowdkgICAg8B9FcDgICAgIlAI6NctR6WsntG2MStuUHBg0qU5CQoKixOyXgL6+PslJpRMVkpz0pFQcDnPuP0Umy6Cvq1mxj/UuKY3ZR+9CVSdooELanZE5DDoBzoMyfy8BcUgBAQEBAQGBfx/CE4KAgIBAKSCSiBDraWIyyB7D9pYgEZW2SQBoVNFDw1D7iyiFmRVtbU2SkuJKZewPH/+mirYWuuKSvUcJaen8lZhEH1dztDWK/+t616UYbse9I6PFHDC2yLuhtC0E/A4VbQVHg4CAgICAgEC+CE8KAgICAqWE6P9fYA0aV6PSKEc0TIo/dL4gjDpYk5aWxh9//FHapiihqSkhObl0HA5v314HwKqEhSMBFkTFYairSTv7KiUynt+Wy8hEEjI6BuXcqWUAHZZD7z2gqS+kUAgICAgICAgUiOBwEBAQEChlRGIRGiZ6VBrjhL5rybxY5oqGGE3zMty4cYPk5C+nfKdIJEIs1izxChVyXr8+D4CNnnaJj33m9XteJafylZtFiYz38kMKy05EIbJsAo6+/+ywbAIjL4NT/8zfhcgGAQEBAQEBARUQnhgEBAQEvgBEEhFIRBh3sckUlNQr+dVjw9bmSDQkX5RYJGSWxBSJxCSVksMhKekJqbJ0apZChAPArmcJOJgaYVu1bImMt+50FNEvPpDRZjGUt84Uhux/BAwqg1hSIjZIpVJOnDhRImNlxcvLi61bt5b4uOqkJM7h8ePHSKVSbt++XazjlBYlNf/+C/NNQEBAoCAEh4OAgIDAF4JIlJlioVOzHJXGO6PrYFKi4+vWr0hMTAzx8fElOm5BVK5cGYDk5GelZoMs/WOpRDgALHsYR3KaDL9G5iU2pu+Wy2RoaJMx4jI4+2duVJOz4dWrV8ycOZOmTZtiZ2dH48aN8ff3JyIiQtEmPDycJk2aqGU8dRIYGMjw4cNL24wSJbdzrlKlCuHh4dSoUaOUrPpvsH//fnr16lXaZggICAgUK0ICpoCAgMAXhkgiQqyrQfnetUhyrsTr0PukJyQV65g6dcqhoaf1xYlFQmaEA1BqKRUAqcnPqW1QvVTGTpHBxXcf6exYjQVht3n3Ka1YxzPW0+TrljURSzSRyWSI1Jw+MWrUKNLS0li8eDGmpqa8evWKCxcu8PbtW0UbE5OSdbapm9TUVDQ1v8yyt+pAIpH86+/Rl0C5cuVK2wQBAQGBYkeIcBAQEBD4ApELSmpbGVJ5XH3KNDUt1koWhq0s+Pjx4xcZIm1sbExGRjopKS9LzYbExAdY6GqX2pfmzHuP0RSL6VHftFjH6eZUjdMTm9GpXlUAxGp2Nrx7945r164xYcIEGjZsSLVq1ahbty5Dhw6ladOminbZQ9qvX79Op06dsLe3p2vXrpw4cUIppP/SpUtIpVIuXLhA165dcXBwwMfHR6m0a0xMDAEBAbi5ueHo6Ei3bt04f/68yrYHBQURGhrKyZMnkUqlSKVSLl26pEgvCAsLw9fXF3t7ew4fPszr168ZN24cTZo0wcHBAW9vb44eParUp6+vL/Pnz2fJkiU0aNCAxo0bExQUlGNceTSIu7s78+fPV+x79eoVw4YNo27dunh5eXH48GGlY3NLfXj37p3Cdjn37t1jyJAhODk54ejoSJ8+fYiJiSnwnLP2e/nyZbp3766wc9myZaSl/eMcU+VcsyOPrli/fj1ubm44OzuzevVq0tLS+Oabb2jQoAFNmjRh//79Ssc9f/6csWPH4uLigqurKwEBATx+/Fipzf79+2nfvr3C3rlz5yrtf/36NSNGjMDBwYFWrVpx8uRJxb709HSmTp2Kl5cXdevWpXXr1mzbti1X2zdv3oy7uzuurq7MmTOH1NRURZvsKRX53WsvLy/Wrl3LpEmTcHR0pFmzZpw4cYKEhAQCAgJwdHTE29ubP//8U3HMkydPGDZsGC4uLtSrV4/27dtz5syZfK+5gICAgLoRHA4CAgICXzAiiRiRhpiyrc2p9HV9tG2M1D6GuKwWkoq6XLlyBZlMpvb+i4qhoSGpqa+B0rPt3fs/0RKLqa6jVSrj301M5nFyCl+5WSAqBr+TRXk99gxpyLc961FGRwONYhKF1NPTQ09PjxMnTpCSkqLSMR8+fCAgIICaNWsSGhrKmDFjWLp0aa5tly9fTmBgIAcOHEAikTB16lTFvsTERDw9PQkODiY0NBR3d3eGDRvG06dPVbJj4MCBtG3bFg8PD8LDwwkPD8fR0VGxf9myZfj6+hIWFoa7uzspKSnY2try/fffc/ToUXr27MmkSZO4ceOGUr+hoaHo6emxd+9eJk6cyJo1a/j9998BOH78OFu3bmXOnDn88ssvrF27lpo1ayqODQwM5MmTJ2zbto1Vq1axe/duXr16pdL5yHn+/Dn9+vVDW1ubbdu2ERISQrdu3UhLSyvwnLP2MWTIEOzt7Tl06BCzZ89m//79rFu3TuVzzYuLFy8SHx/Pzp07CQwMJCgoiKFDh2JoaMjevXvx8fFh9uzZxMVlVrH59OkTfn5+6OnpsXPnTnbv3o2enh6DBg1SzLndu3czd+5cevbsyZEjR1i7di1mZmZK465evZq2bdty+PBhmjRpwoQJE3jz5g0AMpmMypUrs2LFCo4dO8aIESNYvnw5YWFhSn1cunSJmJgYtm3bxuLFiwkNDSU0NDTX8yzoXgNs27YNJycnQkND8fT0ZNKkSUyaNImOHTsSEhKCmZkZkydPJiMjA4C5c+eSkpLCzp07OXLkCBMmTEBPTy/f6y0gICCgboSUCgEBAYF/ASKRCI1yOpgMsudT5EveHH1A+mv1VJIw8rYC4Nq1a2rpT90YGBiQlKTaS2Fx8ebNRQBq6GkTk6Tai7K6WR0TzxKpKe42FTh3Tz3RHmV1NAhoas0gDyvkfgxxcXg0/h8NDQ0WL17MjBkz2LNnD3Xq1KFBgwa0a9eOWrVq5XrMkSNHAJg/fz7a2trY2NgQHx/P9OnTc7T9+uuvadCgAQBDhgxhyJAhJCcno62tTa1atZTG+Prrrzlx4gSnTp2iX79+Bdqur6+Pjo4OKSkpuaYT9O/fn1atWilt8/f3V/zf19eXc+fOcfz4cRwcHBTbpVIpI0eOBMDCwoKdO3dy4cIFGjduTFxcHBUqVMDNzQ1NTU2qVq1K3bp1AYiOjubs2bPs3btX0d+CBQto165dgeeSlV27dmFgYMB3332nSAOxtLRU7M/vnOXs3r2bypUrM3PmTEQiEdbW1jx//pxly5YxYsQIRaRMfueaF0ZGRkyfPh2xWIyVlRWbNm0iKSmJYcOGATB06FA2btzI9evXad++PceOHUMkErFgwQKFLs6iRYtwcXHh8uXLuLu7s27dOgYMGED//v0V48ivq5wuXbrQoUMHAMaNG8fOnTu5efMmTZo0QVNTk9GjRyvampqaEhERwfHjx5Wuv6GhITNnzkQikWBtbY2npycXLlygZ8+eOc4zv3stp0mTJvj4+AAwYsQIfvjhB+zt7Wnbti0AgwcPplevXrx8+RITExOePn1K69atkUqlCjsFBAQEShrB4SAgICDwL0GeZqFTqxyVpeV4fzqW92cek5FatJV/bakxt2/f5v379+owU+3o6mrz4cOTUrXh7dsbpGdkYKOvw8mE0rlO25++YpZVVfo3siiyw0FLIqZfQzPGtqiJvrYGEnHxORmy07p1a5o2bcrVq1eJiIggPDycTZs2MX/+fLp27ZqjfXR0NFKpFG3tf0Q77e3tc+1b/mIF/+hAvHr1iqpVq5KYmMjq1as5ffo08fHxpKenk5SUpHKEQ0HY2dkp/Z6ens6GDRsICwsjPj6elJQUUlJS0NXVzdNmud3yKIU2bdqwbds2WrRogYeHB56enjRr1gwNDQ2ioqLQ0NBQGtfa2pqyZQtXzeT27ds4OzsXSXMiKioKR0dHxQs+QP369UlMTOTZs2dUrZqZopPfueaFjY2NUmpPhQoVlMQqJRIJRkZGin4iIyOJiYnByclJqZ/k5GRiYmJ49eoV8fHxNGrUKN9xs9qqp6eHvr4+CQkJim0//PAD+/bt4+nTpyQnJ5OamprDaWZjY4NE8o/YqomJCX///Xeu4+V3r3OzSa5tkzUKonz58kDmnDcxMcHPz4/Zs2cTHh6Om5sbrVq1ytOxJyAgIFBcCA4HAQEBgX8ZIknmw3cZLzMM3Kry7lQsHy/FfZbjwcCjGhItjS+uFGZWNDU1SlUwMhMZaenJpVapQs7xV2/pUqsiVQ11ePq28EKiIhF0sK/ClHa1qWKo8//bSs7ZIEdbW5vGjRvTuHFjRo4cybRp0wgKCsrV4ZCRkaGyjVlfzuTHyNOElixZQnh4OJMnT8bMzAwdHR1Gjx6tlFNfFLKHqm/ZsoWtW7cydepUpFIpurq6LFy4MMd4WW2W2y0Pia9SpQrHjx/n999/58KFC8yZM4fNmzezY8eOHOeZG/IXdXl/gJKuAmRGMBSVrP1n35bVvvzONS9yOya3bfL7LJPJsLW1ZdmyZTn6KleunMpzKbsDJusYYWFhLFq0iMmTJ+Po6Ii+vj6bN2/OkS5TmPPN717Lbcltfme1U75NPkaPHj1wd3fn9OnT/P7772zYsIHJkyfj6+ur0jUQEBAQUAeChoOAgIDAvxSRWIRIVwPD9pZUntwAfbeqoFG4l0cD96q8fPmSR48eFZOVRUci0SjVkphyZKkvqaVf9JezojDr/lNkZNDHtfAlMpvUqMCRke4E9XGiUlkdRCJRqTgbcsPGxobExMRc91lZWXH37l0lzYeswniqcu3aNbp06ULLli2RSqVUqFCBJ08KFzmjqampss7JtWvXaN68OZ06daJWrVqYmpry8OHDQtuto6ND8+bNmT59Otu3byciIoK///4bKysr0tLSuHXrlqLtgwcPePfuneJ3eRWEFy9eKLZlF4aVSqVcvXo1T8eLKudsY2NDRESE0sv09evX0dfXp1KlSqqfrBqwtbXl0aNHlC9fHnNzc6WfMmXKYGBgQLVq1bhw4cJnj3Ht2jUcHR3p27cvderUwdzcnJiYmCLbnte9LgpVqlShd+/erF69mgEDBrB3794i2ykgICBQGASHg4CAgMC/GPlLo1hfAyNvK6pMaoC+a2WVKlpoVi+DpKw2Fy9eLAFLPw89PT3E4i8hwgE+fYqhhl7pOhxepqZx92MS/RqaoSVR7Svczbo8ocPd2O7vSq0qZQBKNIUiK69fv8bPz49Dhw5x584dYmNj+emnn9i0aRPNmzfP9Rhvb28yMjKYMWMGUVFRnDt3ji1btgCFi84wMzPj119/5fbt29y5c4fx48cXWiS1WrVq3L17lwcPHpCQkJBvdISZmRnnz5/n+vXrREVFMXPmTF6+LFwqTEhICPv27ePvv/8mNjaWQ4cOoaOjQ9WqVbGyssLDw4Pp06dz48YNbt26xfTp05UiFnR0dKhXrx4bNmzg/v37XLlyhRUrViiN0bdvXz58+MC4ceP4888/efjwIQcPHlRU+FDlnPv06cOzZ8+YN28eUVFRnDhxgqCgIAYMGKD2SicF4e3tjbGxMQEBAVy9epXY2FguX77M/PnzefYs03E5atQogoOD2b59Ow8fPiQyMlIpaqQgzMzMuHXrFufOnSM6OpoVK1Z8lhMsK/nd689lwYIFnDt3jtjYWCIjI7l48SLW1tZFslNAQECgsAgpFQICAgL/AeQvXuIymhh1tqGMlxnvTjwi8Vo8yHIP4TXqYElqaio3b94sSVMLRZUqVQC+CIfDhw93MCvnRjlNCQmp6aVmx4IHcex2sKaNXWUO38hbf8DVshwTWktxsShHWnrmi3VxVZ9QFX19fRwcHNi2bRsxMTGkpaVRuXJlevTooRABzI6BgQHr1q1j9uzZdOrUiZo1azJixAjGjx+PlpbqVUOmTJnC1KlT8fHxwdjYmMGDB/Px48dC2d+zZ08uX75Mt27dSExMZPv27VSrVi3XtsOHD+fx48f4+/ujq6tLz549adGiRaG0UsqWLcuGDRtYvHgxMpmMmjVrsn79eoyNjYFMMcTp06fTr18/KlSowJgxY1i1apVSHwsXLmTq1Kl069YNS0tLJk6cyMCBAxX7jY2N2bZtG0uXLsXX1xexWEzt2rWpX7++yudcqVIlNmzYwJIlS9i7dy9GRkZ0796dgIAAlc9VXejq6rJz506WLVvGyJEj+fjxI5UqVaJRo0YYGBgAmYKQycnJbN26lSVLlmBkZESbNm1UHqN3797cuXOHr7/+GpFIRPv27enTpw9nz579bLsLutefg0wmY+7cuTx79gwDAwM8PDyYMmXKZ/cnICAg8DmIMgpKnhNQC0FBQZw4cYJDhw4BmaWs3r17x9q1a0tk/JCQEBYuXMjVq1dztedL599m75dE9ntfWly6dAk/Pz+uXLmSp6jZl2KrulHl3NVNhiwDkVhE2uukTMfDHy8gPcvHvZaYKrMacvXqVX766acSselzaNiwIW3atOH8heZ8+vSwVG0xqdCaunXX4n39HlfeFu5FVd385WbLo+cf6LL2vNJ2kQg8a5gwrKk1Da3Kk5YuQ0PFSIh/E4cPH2bq1KlcvXpVLRoEAgICAgICAsWDEOGgAi9evGD9+vWcPn2a58+fU758eWrXrk3//v0LVDn+txEUFMSDBw9Yvnx5aZvyr8XLy4vZs2fTpEmT0jblX0e7du3w9PQsbTPUjqOjI+Hh4ZQpU6bExpRXtJAYalOuhxTDtpZ8OP+Uj5eeIfuYimFbSyQSCVeuXCkxmz4Huer6l6Dh8PrNeTIyMrDR0y51h8PuZwmMNK9EnSpl+SvuHXpaEro5VWeQhyXm5fX/iWj4jzgbDh48SPXq1alUqRJ3795l2bJltGnTRnA2CAgICAgIfOEIDocCePz4Mb1796Zs2bJMnDgRqVRKWloa4eHhzJkzh+PHj5e2iWrl1KlTSnXD/82kpKQUKtxWHdy5c4c3b97QsGHDEh33v4KOjs5/8gVCS0sr3xr2xYnC8WCgRdkW5pRtbkZiRDzaduWJjo4udE55SWNkZERa2gdkssJXZFA3aWnvSZWlUbOUdRwAljyMY0h1E0Y0s+HJm0/0dTVDV0sC/x/E8l9xNMh58eIFq1at4sWLF5iYmNCmTRu+/vrr0jZLQEBAQEBAoAD+W08kxcCcOXMQiUTs27ePNm3aYGlpSY0aNXIo/b5//54ZM2bQqFEjnJyc8PPz486dO581ZkZGBg0bNuTnn39WbOvUqZNSNEVERAS2traK/NPg4GC8vb2pV68enp6ezJ49u9C5qXFxcdy7d0+xMi+VStmzZw9Dhw7FwcGBtm3bEhERwaNHj/D19aVevXr06tUrhzLzqVOn6Nq1K/b29jRv3pzVq1crleH63H4B9uzZg6enJw4ODowePVpJjTswMJDhw4fz/fff4+7ursjHPHToEF27dsXR0ZHGjRszfvx4pbrfly5dQiqVcuHCBbp27YqDgwM+Pj4KwSxVzwvg5MmTuLu7Kxwd169fp2/fvtStWxdPT0/mz5+vpMTu5eXF+vXrmTJlCo6OjjRt2pQff/xRsb9Xr145SnslJCRga2urEPpLSUlhyZIleHh4UK9ePXr06MGlS5fyus0A7N69mxYtWmBnZ0fr1q05ePCg0n6pVMru3bsZNGgQdevWxcvLK0fY/fPnzxk7diwuLi64uroSEBDA48eP8x1Xfk06duyIvb09PXr04O7du4p9ISEhODs7F8rWqKgoevfujb29Pe3ateP8+fNIpVJOnDihsq3yubN582bc3d1xdXVlzpw5SuJoBV3nJ0+eMGzYMFxcXKhXrx7t27fnzJkzwD9zTD5f82tbnIjEIkQSMXqOFRFrSShTpgwODg45Srd9SZQpU4bklPjSNkOBLP0dNfRLtzSmGPA0Lsv79HTa163CwMYW6GtrIBaJEJeSGGRxM3jwYE6dOsWff/7JqVOnmDp1Krq6uqVtloCAgICAgEABCA6HfHjz5g3nzp2jb9++OeprA4pc7IyMDIYMGcKLFy/YsGEDISEh2Nra0r9/f968eVPocUUiES4uLly+fBmAt2/fEhUVRVpaGvfv3wfg8uXL2Nraoq+vrzhm2rRpHDlyhMWLF3Px4kWWLl1aqHFPnTqFs7OzUo752rVr6dSpEwcPHsTKyorx48czc+ZMhgwZwoEDBwCYO3euov25c+eYOHEivr6+hIWFMXfuXEJCQli/fr3SWIXtFyAmJoaffvqJ9evXs2nTJu7cucOcOXOU2ly4cIGoqCiCg4MVY6ampjJmzBgOHz7MmjVrePz4MYGBgTnOf/ny5QQGBnLgwAEkEglTp04t9HmdOnVKobR+9+5d/P39admyJYcPH2b58uVcu3aNefPmKR0THByMnZ0dBw8epE+fPsyePZuoqCggU2372LFjSqXGwsLCKF++PA0aNAAyhdCuX7/O8uXLOXz4MG3atGHQoEF5ll/79ddfWbhwIQMGDODIkSP4+PgwderUHJUKVq5cSevWrTl06BAdO3Zk/PjxCrs+ffqEn58fenp67Ny5k927d6Onp8egQYOUStflxpIlS5g8eTL79++nfPnyBAQE5Kn0XpCtMpmMESNGoKury759+5g7d26OdCBVbb106RIxMTFs27aNxYsXExoaSmhoqGJ/Qdd57ty5pKSksHPnTo4cOcKECRNy/dwobNviQCQRIxaLKVeuHF26dGHixIm0adOGChUqlJgNqqKnp0dSUt7CiCVNStJTaumXzotuNW1NxppX4rqbLTvqWmH4/46i/1o0g4CAgICAgMB/B+EpJR9iYmLIyMjAysoq33YXL17k77//ZtWqVdjb22NhYcHkyZMpW7asUpRCYWjQoIHC4XDlyhWkUikNGzZUrKhevnxZ8cIJ8NVXX9GwYUNMTU1p1KgRY8aMKbQQ3MmTJ3OUJevatSvt2rXD0tKSwYMH8+TJE7y9vfHw8MDa2ho/Pz+FnQDr169nyJAhdOnSBVNTUxo3bsyYMWPYs2dPkfoFSE5O5ptvvqF27dq4uLgwffp0wsLClOqL6+npMX/+fGrUqEHNmjUB6N69O56enpiamlKvXj2mTZvG2bNnc0SAfP311zRo0AAbGxuGDBlCREQEycnJKp/X8+fPuXv3rkKDYPPmzXh7e/PVV19hYWGBk5MT06ZN4+DBg4p+AZo0aULfvn0xNzdn8ODBGBsbK869Xbt2xMfHc+3aNUX7o0eP0qFDB8RiMTExMRw7doyVK1fi7OyMmZkZ/v7+1K9fn5CQkFzv8+bNm+nSpQt9+/bF0tKSAQMG0LJlS0WZOTlt2rShR48eWFpaMnbsWOzs7BRlw44dO4ZIJGLBggVIpVKsra1ZtGgRcXFxOe5bdkaOHEnjxo2RSqUsXryYV69e8euvv36WreHh4cTGxvLNN99Qq1YtnJ2dc4RZq2qroaEhM2fOxNrammbNmuHp6amo067KdX769ClOTk5IpVJMTU1p1qwZLi4uuZ5XYdoWJ/Jyddra2ri4uDBy5EgCAgJwd3cvkjK6OtHW1iA5Ka60zVDw8eM9qmprol1CkQQVNDUYUK0CR5xqcM3NlomWlamk9f+OhlKIZsgePVQQ2aN7ciO3yCaB0qOw97i0kUeoFYXs81SYkwICAgLq48uNo/0CkK8qF1TnOzIyksTERFxdXZW2JyUl5ZoWoAoNGjRgwYIFJCQkcOXKFRo0aEDVqlW5cuUKvXr14vr16/j5+SnaX7x4ke+//5779+/z4cMH0tPTSU5OJjExUaWV0w8fPnD58uUcq+9SqVTxf7l4m/xFXr4tOTmZDx8+YGBgQGRkJH/++afSyr/clk+fPilCYAvbL2SWx6tcubKijaOjIzKZjOjoaEV+fM2aNXPoNvz1118EBQUp9BXk9zUuLg4bG5tcz1Xe36tXr6hatapK53Xy5EkcHR0xMjICMufFo0ePOHLkiOKYjIwMZDIZjx8/VtTCzjquSCSiQoUKipSPcuXK4ebmxuHDh3F2diY2NpaIiAhmz56tGCMjIyNHOa+UlBSFHdl58OABvXr1Utrm5OTE9u3blbY5Ojoq/V6vXj1u376tGDcmJgYnJyelNsnJyQXO+Xr16in+b2RkhKWlZY70FVVtjY6OpnLlykr6CHXr1lVqr6qtNjY2SCQSxe8mJib8/fffij4Kus5+fn7Mnj2b8PBw3NzcaNWqFbVq1cr1vArTtqSQn3vFihXx8vKiRYsWPHv2jD///JPIyMjPitZSBxoaGl+EYKSct28jqFKlK5a62tz5WDy6EmUkYtqZGNGtkjGNjQ0QoZBmQFLA91FRKaiCUnh4OIaGhir3pw7B1MePH9O8eXMOHjxI7dq1P7uffwOlUdHmS8HX15datWoxbdq00jblPytgLCAgIFAaCA6HfDA3N0ckEhEVFUWLFi3ybCeTyTAxMVGs/mblcx+yatasiZGREVeuXOHKlSuMHj2aypUrs379ev7880+Sk5MVNbKfPHnCkCFD8PHxYcyYMRgaGnLt2jWmTZuWQ2MgL86ePYu1tXWO2tqampqK/8sdL7ltk8lkin9HjRpFq1atcoyhrf1P3nNh+80NeZusDqHsOb2JiYkMHDiQxo0bs3TpUoyNjYmLi8Pf3z9HGH/WPPbPOa+s6RTyY3x8fPD19c1xTJUqVXIdVz521hQKb29vFixYwIwZMzh69Cg1atRQvJxmZGQgkUgUaSBZyc/RlN2JlpGRUaBjLetxMpkMW1vbHPoSkOkkUSf52aqK3aramt99UOU69+jRA3d3d06fPs3vv//Ohg0bmDx5cq73vzBtSxqRSKS4ppUqVaJixYq0bNmSuLg4/vzzT/76668Scz5IJBLEYk2Sk5+XyHiqkPA6swxlDT31OhwMNSQ0LVeGzhWNaF6+LJoiETKK38FQWAorflqSgqmlIRSsTvJKLRMoef6rAsYCAgICpYGQUpEPRkZGuLu7s2vXLiWhPzny0DtbW1tevnyJRCLB3Nxc6edzX77kOg4nT57k77//xtnZWVEhY8+ePdSpU0ex8n/r1i3S09MJDAykXr16WFpaEh9fOJG1kydP4uXl9Vm2ZqVOnTpER0fnuA7m5uaK8O3PJS4ujufP/3nxiIiIQCwWY2FhkecxDx484PXr10yYMAFnZ2esra2VBCNVpaDz+vjxI5cuXVJyONSpU4d79+7lekxhHopbtGhBSkoK586d4+jRo3Ts2FGxr3bt2qSnp5OQkJBjjLwe8q2srJRSNCDzWsojLuT88ccfSr/fuHFDkV5ka2vLo0ePKF++fI5xC3KyZe337du3PHz4MM+0pYJstbKyIi4uTqnSwp9//qnUvii2ylH1OlepUoXevXuzevXqHMKy2SlM29JCJBIp/m4rV65MixYtGDt2LEOGDMHT05Pq1asX+e86PypWrIhIJCLpC4pw+PTpIakyGTZqqFRRS1+HkWYVOeJkw1/udnxva0HL8oZoicWIRKIvztkAyuH2jx8/RiqVcuzYMXx8fLC3t6d9+/ZKYqq5pVSEhITQtGlTHBwcGDFiRIEOLPnnaufOnZFKpQrHXHEKBd+5cwdfX18cHR1xcnKia9euis8Webj9iRMnaN26Nfb29gwYMIC4OOXUH1XEeX/44QcCAgKoV68e06dPV0Quuri4IJVKc9UbAnj9+jXjxo2jSZMmODg44O3tzdGjR5Xa+Pr6Mn/+fJYsWUKDBg1o3LgxQUFBSm0ePnxI3759FaK7v//+e773Qt7vvHnzWLBgAS4uLri5ufHjjz+SmJioEEBu0aJFDiHc+/fvM3jwYBwdHXFzc2PixIkkJCQAmffy8uXLbN++HalUilQq5fHjx6SnpzN16lS8vLyoW7curVu3Ztu2bbnatXr1aoVw98yZM5U0elJSUpg/fz6NGjXC3t6e3r17c/PmzTzPMXtKhSrz4bfffqN169YKUevExERCQ0Px8vLCxcWFefPmkZ6eXuD1FRAQEPivITgcCmDWrFnIZDJ69OjBzz//zMOHD4mKimL79u2KUG83Nzfq1avHiBEjOHfuHI8fP1aIy2V/+SkMDRo04OjRo0ilUgwMDBCJRDg7O3PkyBEl/QYzMzPS0tLYsWMHsbGxHDx4MIdmQn6kpaVx9uzZHPoNn8OIESM4dOgQQUFB3Lt3j6ioKMLCwnII+X0O2traBAYGcufOHa5evcr8+fNp27ZtvqtnVatWRVNTU3FtTp48mWeocH4UdF7nzp3DwsICU1NTxTGDBw/mjz/+YM6cOdy+fZuHDx9y8uTJHGkrBaGnp4eXlxcrV64kKiqKDh06KPZZWlri7e3NpEmT+OWXX4iNjeXmzZts2LAhz6oHgwYNIjQ0lB9++IGHDx8SHBzMr7/+ysCBA5XaHT9+nP379xMdHc2qVau4efMm/fr1AzKjLoyNjQkICODq1avExsZy+fJl5s+fz7Nn+b8crl27lgsXLvD3338TGBiIsbFxnhFEBdnauHFjTE1NmTx5Mnfu3OHatWs55lpRbC3MdV6wYAHnzp0jNjaWyMhILl68mMOJI6cwbb8UsjofqlSpgqenJ4MGDWLy5Mn4+Pjg4uKidtHJSpUqAXxREQ4AsvREbPQKX6nCREuDbpWMCaptxq3GtpxuUIspVlWoX1Zf4VwoDV2GorJkyRIGDBjAwYMHcXR0JCAggNevX+fa9saNG0ydOpU+ffpw8OBBXF1dWbduXb7979u3D4CtW7cSHh6u9NJcXELBEyZMoHLlyuzfv5+QkBAGDx6sFIWXlJTEunXrWLx4MT/88AMfPnxQ0o9RVZw3KCiI5s2bc+TIEUaPHq04t+PHjxMeHp5nekFKSgq2trZ8//33HD16lJ49ezJp0iRu3Lih1C40NBQ9PT327t3LxIkTWbNmjcKpII/cE4vF7N27lzlz5uQaCZYboaGhGBsbs2/fPvr168fs2bMZM2YMjo6OhIaG4u7uzqRJk/j06RMA8fHx9OvXj9q1a7N//342bdrEq1evGDt2LADTpk3D0dGRnj17Eh4eTnh4OFWqVEEmk1G5cmVWrFjBsWPHGDFiBMuXLycsLEzJHvk82L59O9999x2//vora9asUexfsmQJP//8s0IQ2NzcnEGDBqkcraXKfNixYwfLly9n06ZNXLp0iVGjRnHmzBk2bNjAkiVL+PHHHz9b10tAQEDg34yQUlEApqamimoE33zzDfHx8ZQrVw5bW1tFHr1IJGLDhg2sWLGCqVOn8vr1aypUqICzs3ORHsBdXV1JT09Xci64uLhw4sQJpW21a9dmypQpbNy4ke+++w5nZ2fGjRvH5MmTVRrnypUr6OnpYWdn99m2yvHw8GD9+vWsWbOGTZs2oaGhgZWVFT169Chy32ZmZrRs2ZLBgwfz9u1bPD09mTVrVr7HlCtXjsWLF/Pdd9+xY8cObG1tmTx5MgEBAYUau6Dzyi1CpFatWuzYsYMVK1bQp08fIHM+tWvXrlBjA3Ts2JEhQ4bg4uJC1apVlfYtWrRI8eAbHx+PkZGRojxqbrRo0YKpU6eyefNmFixYQLVq1Vi4cGEODZJRo0YRFhbGnDlzMDExYdmyZQrNC11dXXbu3MmyZcsYOXIkHz9+pFKlSjRq1EgReZMX48ePZ8GCBTx8+JBatWqxbt26PCM+CrJVIpGwZs0apk+fTvfu3TE1NWXSpEkMGzZMkepSFFsLc51lMhlz587l2bNnGBj8X3t3HldT/v8B/HVblJBsEwoTuVfas0RKVGQXMpWRfaeyTUUxTCkyw1cxE6EM82UoxEgy1rJPZGkULWSJ7CJp+/z+6HfP95671C0ZZub9fDx6cJZ7zufzOefee87nfs773RB2dnZYtGiR3G3VZN3PkeRjFxoaGhAKhRCJRBAIBCgqKkJubi7u3r2Lu3fvoqCggPeIUE2I47t8bh0OZSWPYdSwdZXrqAsE6NxQE120G8BKWws9dBpCX7PyPC+tYFD//46Fz3EUQ019/fXXcHZ2BgAsW7YMycnJiI2NxdSpU2XW/fnnn2Fra4tp06YBqOzMu3LlCpKTkxVuXzxSUEdHR6aDWRwoWPIzxNXVlft/mzZtEBAQgNGjR+Pt27dcZifgf4GCAWDatGmYNm0a3r9/Dw0NDTx8+BCTJ0/mOgKlR9KVlpZi6dKlMDc3BwCsXLkSgwYNwrVr12BmZsYLeCuuZ1paGrZu3YoePXpw2xkyZAivvOJ0vc2aNasyhoOuri4mT57MTXt6eiI5ORmJiYlcmYDKURRz5szh6rBjxw6cO3cOvXr1wtmzZ5GdnY3jx49z8ZHmzZsn97hJ69SpExeocfr06YiKikKTJk3w1VdfAajspN+5cycyMzNhYWGBnTt3wtjYGPPnz+e2ERISAnt7e+Tm5sLAwADq6urQ1NTkHWNVVVV4e3tz023atMGVK1eQmJjI+y6tV68eQkJCUL9+fXTs2BHe3t4ICwuDj48PiouLsWvXLoSGhnKf10FBQThz5gxiY2MxZcqUauurzPmwbNkytG3bFgDg7OyMAwcO4MyZM2jQoAEMDQ1hbW2N8+fP1+oagBBC/s6ow0EJX3zxBZYuXYqlS5cqXKdhw4YIDAxEYGCg3OVeXl7w8vLipleuXFntfoVCITIzM3nzJkyYgAkTJsisK2++i4sL9/+RI0di5MiRcstz7Ngx9O3bV2ab0vvW19eXmWdtbS0zz87ODnZ2dgrrVZvtSpZXfPMuTVGbDhkyhDcqQLoM8upgZGSkdL3Ky8tx+vRpREVFySwzMzOTyf4g6fjx4zLz4uPjZebZ29vLlEdMXV0d3t7evIsySdLHHqhsQ0XtKKarq1tl2Vu0aIFVq1ZVuQ1Jku0s73yrbVk7dOiAnTt3ctPiRzDatWundFnlnTvSvyxW185LlixRuH3pc6yqdf+OJB+r0NLSgpGREYyMjKCiooLS0lI8fvwYjx49wuPHj7k/yUwtijRt2hQVFWUoLX3+MYtfY0VFuWjf1IAL5igAoK9ZD+aN6qOLdgN0b9wApo3qo56KCioYQwXjj1xQ/xuOYqiKZIBZNTU1mJiYKAwEKy8mkoWFRZUdDlX5WIGCJ06ciMDAQMTHx8PGxgYDBgzgbiYl6ynWoUMHaGtrIzs7G2ZmZkoH561tR395eTk2bdqEhIQEFBQUoKSkBCUlJTJxjCTrKK6n+PGS7OxsucGYlSG5XVVVVejo6PACP4t/bBHvKz09HRcuXJC7/by8PBgYGCjc186dO7Fnzx48fPgQ79+/R2lpqUyQXZFIxKu7paUlioqKkJ+fj8LCQpSWlvICB6urq8PMzIxL9Vyd6s6H+vXr86abN28OPT09XgdX8+bNuUdICCHk34Q6HAg6duzIyxxAaubly5cYP348TE1NP3VR/pWOHj0KLS0ttGvXDnl5eVixYgWsrKx4F3/kryXZAaGurg59fX20atUKKv8fmwCojIGTn5/P64h4+fIl7xlnbW1tlJQ+w/9yNHxaAkE91K/fBuXl76CpqoIfO7dDBy0NdNTSRH3VyjqXVjCoCf4X7FRFIMA/rH/hg9R2tIsiHytQsJeXF4YMGYJTp07h9OnTCA8Px9q1a9GvXz+Z10iSnKdMcF5lskjJs3XrVsTExGDx4sXczXZISEiVdRSXSTIYblXlr4q87cprT/E+Kioq0LdvXyxcuFBmW1U9FpmQkIDQ0FD4+fnB0tISDRo0wJYtW2QeHVGkpsdDkerOh+raQzyvqkDYhBDyT0UdDkTmVxhSM82aNfvgHOCk9t6+fYvVq1cjPz8fTZo0gY2NjdKPE5G/jnR2D21tbTRs2JCXjpQxhqKiIrx69QovXryovBFhz6H7xRC8LylASckTvH//BOXlb+q0bAKBKtTVm6Jeveb//9fi//9thnr1mkNDQxda9b+EhoYuBILKjoWS8nIMadEY6lJBM/9poxeUkZaWhm7dugGojAmUnp7OPUogzdDQUOZmsbqbR/Gz8soE3JMMFCzOBnTjxo1qXyePgYEBDAwMMGHCBMyfPx9xcXHcDWZZWRlu3LjBpeHNycnB69evuQC44oC3kiMN5QXnlaZsXVNTU+Ho6Ijhw4cDqLyhv3PnTo1iwRgaGnLBmMXxUq5cuaL062vC2NgYR44cgZ6ensyNuJi6urrMDXlqaiosLS1555O81MuZmZkoLi7mMkukpaVBS0sLLVu2hI6ODtTV1ZGamso9klhaWoobN25g/PjxStehqvOBEEKIYtThQAiRoejxjc+Ri4sL76Ke/H1IZ7gQCARo0KABGjRowA3zFgh0YWKyTua15eXFqKh4j4qKYpSXv0N5eRH/r6IYAqhAIFD9359KPaiqakFVpT5UVetDRUUTamoNoabWiOtIEKtgZQCrgECgAoFA9quynlQHyj9JYWEhbt68yZvXuHFjmfgxYv/973/x5Zdfon379ti2bRtevXqFUaNGyV3X09MT7u7uiIqKgpOTE86cOVPt4xTNmjWDpqYmkpOT0bJlS2hoaCjMMCMZKNjDwwO3bt2qcaDg4uJihIWFwdnZGfr6+nj06BGuX7/OS4usrq6OoKAgBAYGQk1NDUFBQbCwsOA6IKZMmYK5c+eic+fO6NmzJ06cOIGjR48iOjq6yn3r6elBIBDg5MmTsLe3h4aGBm9Yvljbtm2RlJSEy5cvo3HjxoiOjsbTp09r1OFgY2MDAwMD+Pn5wd/fH2/evKmTAM/yjBkzBrt378b8+fMxZcoUNGnSBHfv3sWhQ4cQHBwMVVVV6Onp4erVq7h//z60tLSgo6ODtm3bYv/+/UhOToa+vj7i4+Nx/fp16Ovr87ZfUlKCgIAAzJw5Ew8ePEBERATGjh0LFRUVaGlpwcPDA2FhYdx5vHnzZhQXF/PiZyiizPlACCFEMepwIIQQ8tmpLt2mqqomVFU1ATSWWcZYBYAKVEZXqBxxIN2hUO3+BWril/7rXLx4UaYTb8SIEQrj5CxYsABRUVH4888/0bZtW/z4448KU0JbWFggODgYERERXBrDmTNnVtkpoKamhsDAQGzYsAHh4eHo2rUrtm/fLnfduggUrKKigpcvX8LPzw9Pnz5FkyZN0L9/f178Fk1NTUydOhULFizAo0eP0KVLF4SEhHDLlQ3OK01XVxdeXl744YcfsGjRIri4uMht91mzZuH+/fuYPHky6tevj6+++gpOTk4oLCysUT3Xr1+PgIAAuLq6Qk9PD4GBgUoFUawpXV1d7Ny5E99//z0mT56MkpIStG7dGnZ2dtx7fdKkSfD398fgwYNRXFyMY8eOwcPDAxkZGZg3bx4EAgEGDx6MMWPG4PTp07zt9+zZE+3atcPXX3+NkpISDB48mBc3a+HChWCMwdfXF2/fvoWJiQk2b96Mxo1lPz+kKXM+EEIIUUzA6vqBSkIIIYT8492/fx+Ojo7Yv38/jIyMPnVx/jJ79+5FSEgI/vjjj09dFEIIIeSzV7OffAghhBDyj3DhwgWIRCK8fv0aQOWNdNeuXT/6fj09PbFixYqPvp+/M+ljI89fdbwAwN/f/28dq+hzP+dEIhF+//33T10MQgj5KKjDgfxjfOgFhYODA2JiYuquQOSTUuaC/XNTF+dgREQEF0gO+PvfKPwb+fv7QyQSQSQSoXPnzujTpw++/fZbvHr16qPud9CgQThy5EidbU/RezAiIgI+Pj51tp9/q7o+XkDlqBWRSCQTwyMgIECpdN6kdlJSUtC7d+9PXQxCCPkoKIbDv5S/vz9ev35d42Ban7OIiAiF0a+VERsbK5Nira79m4biRkRE4Pfff0d8fPynLspfTiQSYcOGDXBycvrURUFAQECdpyIkH5+dnR1CQ0NRXl6OrKwsLF68GIWFhVizZs1H26empiYX5V8Z+vr6tQowq6OjU+PXfAwlJSWoV69ejV83cuRIjBw58iOUqGZqerw+hKIgnf9UpaWlXMaQv0JVqUGBv748hBBSl2iEA/lopPOBf2w6Ojpo2LBhrV/ftGnTj97hoKySkpJPXYRaY4yhrKzsUxeD/L9GjRpBW1v7UxeD1FC9evXQokULtGzZEra2thg0aBDOnDnDWycuLg4DBw6EqakpBgwYgF9++YVbJv6l+tChQ3B3d4epqSkGDx6MCxcuKNynvCH6x44dw8iRI2Fqagpra2vMmTOHWxYfH4+RI0fC0tISvXr1woIFC/Ds2TNu/+PGjQMAdOvWDSKRCP7+/gBkR6O9evUKvr6+6NatG8zNzTFlyhTcuXNHplzJyckYOHAgLC0tMXnyZBQUFNSoTR0cHPDjjz/C398fXbp0wZIlSwAAly9fxtdffw0zMzPY29sjODgYRUVF3OtKSkoQFhYGe3t7mJiYoH///tizZw+3/OLFi3B1dYWJiQlsbW3x/fff8z4DPT09ERQUhBUrVqBbt26wsbHBr7/+iqKiIixatAiWlpZwcnLCqVOnZMp8+fJlDBs2DKamphg9ejSvg0f6eIlHN+3fvx8ODg7o0qUL5s2bhzdv/pdG9vTp0/Dw8EDXrl1hbW2N6dOn89JMOjo6AqjM/iMSieDp6QlAdqRUSUkJgoOD0bNnT5iamsLDwwPXrl3jlotHt5w7dw4jR46Eubk53N3dkZOTU+UxWr16NZydnWFubg5HR0f85z//4V1LKFPHoqIi+Pr6wtLSEra2tti6dWuV+5TcbmxsLBwdHWFqagrGGAoLC7FkyRL07NkTVlZWGDduHDIyMmRet2vXLtjb28Pc3Bze3t68UT3Xrl3DxIkTYW1tjS5dumDs2LFIT0/n7V/ykQrxezchIQGenp4wNTXFgQMHqq0DIYR8rqjDgQCovCAKDg5GWFgYunfvjl69eiEiIoK3zsOHDzFz5kxYWlrCysoKPj4+ePr0Kbdc0Rd2dnY2PDw8YGpqikGDBuHs2bMyzyvWxUWG9EVsdReJ0qSHsytb36rKJOnChQtYtGgRCgsLueHS4jZWdCFcF+2SmJiIoUOHwszMDNbW1pgwYQJ3MS2+iBRHi7eyssLSpUt5HR7KXlgmJydzNybx8fFYv349MjIyuLru3btXbrsoezG2Z88ezJ49G+bm5ujfvz+OHTvGW+fUqVNwdnaGmZkZPD098eDBA7n7k97url27MH36dJibm2PgwIG4cuUK7t69C09PT1hYWMDNzU0m7/vx48e5ujo6OmL9+vXcDYaDgwMAYPbs2RCJRNx0Xl4eZs6cCRsbG1haWmLUqFE4e/asTJnevn2LBQsWcBfL0tH4qzsvpUnfKChzPkRGRsLGxgZdu3bl6rZq1Sp0794dvXv3RmxsbLVtS+rOvXv3kJyczBvBtXv3bqxduxbz5s1DQkIC5s+fj/DwcOzbt4/32rCwMEycOBH79++HpaUlZs6ciRcvXii135MnT8LLywt9+vTB/v37sW3bNpiYmHDLS0tL4ePjgwMHDmDDhg24f/8+16nQqlUr7vMtMTERKSkpCAgIkLsff39/3LhxAz/99BN+/fVXMMYwbdo03mddcXExtm7dirCwMOzYsQP5+flYtWqVcg0oYcuWLejYsSP27t2LWbNmITMzE5MnT0a/fv1w4MABrF27FqmpqQgKCuJe4+vri4SEBAQGBuLw4cNYvnw5l6ry8ePHmDZtGve5t2zZMsTGxuKnn37i7Xffvn1o0qQJ9uzZg7Fjx2LZsmXw8fGBpaUl9u3bB1tbW/j6+uLdu3e814WFhcHPzw+xsbFo1qwZZs6cWWVnfl5eHo4dO4bIyEhs3LgRly5dQlRUFLf83bt3mDhxImJjYxETEwOBQIDZs2ejoqICALjvyJiYGKSkpMhcB0iW68iRI1i5ciX27duHdu3aYcqUKXj58iVvvbVr18Lf3x9xcXFQVVXF4sWLqzw+DRo0QGhoKA4dOoSAgADs2bNH5jGz6uoYFhaGCxcuYP369diyZQsuXryIGzduVLlf8XYPHz6MiIgI7N+/HwAwbdo0PHnyBJs2bcLevXthbGyM8ePH8+opfl1kZCQ2b96MjIwMLF++nFv+9u1buLi44L///S92796Ndu3aYdq0aQqvFcS+//57eHp6IiEhAba2ttWWnxBCPluM/Cv5+fmxmTNnctNjx45lVlZWLCIiguXm5rJ9+/YxkUjEUlJSGGOMVVRUMBcXF+bh4cGuX7/O0tLS2IgRI9jYsWO5bYSHhzMLCws2adIklp6ezm7evMnKysqYs7MzmzhxIrt58ya7dOkSc3V1ZUKhkB09epR77YYNG1hqaiq7d+8eO3bsGLOxsWGbNm2S2facOXNYZmYmu3TpEuvVqxdbs2YNrw7BwcHctI+PD7O3t2dJSUksLy+PnT17lh06dEhhm/Tt25dFR0fXuL5VlUnS+/fvWUxMDLOysmIFBQWsoKCAvXnzhtu3lZUV27x5M7tz5w67c+dOnbTL48ePWefOnVl0dDS7d+8ey8jIYDt27OD26+fnxywsLNjcuXPZrVu32IkTJ1iPHj14dQgKCmK2trbs5MmT7Pbt28zPz49169aNvXjxgjHG2Pnz55lQKGRDhw5lKSkp7O7du+zRo0ds5cqVbPDgwVxd3717J7ddzp49y/bv38+ysrJYVlYWW7x4MbOxsWGFhYXcOkKhkPXu3ZsdPHiQ3blzhwUFBTELCwuuDA8fPmQmJiYsODiYZWdns/j4eGZjY8OEQiF79eqVwmMuFAqZnZ0dO3ToEMvJyWGzZs1iffv2ZePGjWOnT59mWVlZ7KuvvmKTJ0/mXnP69GlmZWXF9u7dy/Ly8lhKSgrr27cvi4iIYIwx9uzZMyYUCllcXBwrKChgz549Y4wxdvPmTbZz506WkZHBcnNz2Zo1a5ipqSl78OABt+2+ffsyS0tLtnHjRpaTk8N+/vlnZmRkVOP34bBhw7hpyfe6MueDpaUlW758OcvOzmZ79uxhQqGQTZo0if30008sNzeXbdiwgRkbG7OHDx8qbFfyYfz8/JiRkRGzsLBgpqamTCgUMqFQyH0+McaYvb09O3jwIO91GzZsYG5ubowxxu7du8eEQiHbuHEjt7y0tJT17t2b+wwRv3fF75G4uDjWpUsXbn03Nze2YMECpct99epVJhQKufNJevtikp/Vubm5TCgUstTUVG758+fPmZmZGUtISODKJRQK2d27d7l1duzYwWxsbJQuG2OV769Zs2bx5n3zzTdsyZIlvHmXLl1inTp1YsXFxSwnJ4cJhUJ25swZudtcs2YNc3Z2ZhUVFbyyWVhYsPLycq6+Hh4e3PKysjJmYWHBvvnmG25eQUEBEwqF7MqVK4yx/7Wd5HfWixcvmJmZGTdP+niFh4czc3Nz3mfnqlWr2OjRoxW2ifjzKjMzkzH2v/Pmzz//5K0n+Tny9u1bZmxszA4cOMAtLykpYba2tiwqKopX/rNnz3LrnDx5kgmFQlZcXKywPNKioqLYiBEjlK7jmzdvmLGxsdx2k7w+kBYeHs6MjY25z2vGKr+brKys2Pv373nrOjk5sV27dnGvMzIyYvn5+dzyU6dOsU6dOrGCggK5+yorK2OWlpbs+PHj3DzJayLxMYiJiVHcMIQQ8jdCMRwIRyQSccNlv/zyS+zYsQPnzp1Dr169cPbsWWRmZuLYsWNo1aoVgMpfEQYPHoxr167BzMwMQOUvXqtXr+ZysJ8+fRr37t3D9u3buWcU582bh4kTJ/L2LfkLrL6+PnJycpCQkICpU6dy8xljCA0N5R6bGDZsGM6dO4d58+bJ1CU3NxeHDx9GdHQ0bGxsAABt2rRRui2UrW9NylSvXj00atQIAoFA7vOaPXr0wOTJk+u0XZ48eYKysjL069cPenp6ACqPs3S5QkJCUL9+fXTs2BHe3t4ICwuDj48PiouLsWvXLoSGhsLe3h4AEBQUhDNnziA2NpaXr93b2xu9evXiprW0tKCqqlrts6k9e/bkTX/33Xfo1q0bLl26hL59+3LzR4wYgSFDhgAA5s+fjx07duDatWvo3bs3du7ciTZt2mDx4sUQCARo3749bt26xfvVS5GRI0di0KBBAICpU6fCzc0Ns2bNgp2dHQBg3LhxWLRoEbd+ZGQkpk2bhhEjRgCoPK98fHywevVqzJkzhzv3tbW1eXXv1KkTOnXqxE3PmzcPv//+O44fP46xY8dy862srDBt2jQAgIGBAS5fvoyYmJgavQ8VUeZ80NHRQWBgIFRUVNC+fXts3rwZxcXFmDFjBgBg+vTpiIqKwuXLlzF48OBq25cox8HBAePGjcOECRMAANbW1li2bBnevXuH2NhY5ObmcufJ8+fPkZ+fj4CAAG40FACUlZWhrKwMMTExXPwQS0tLbrmamhpMTEyqHdYudvPmTYwePVrh8j///BMRERHIyMjAy5cvuVgh+fn5MDQ05AIPFhYWQltbm4thI5lCMzs7G2pqajA3N+fmNWnSBAYGBsjOzubm1a9fH23btuWmv/jiC+7xjZqQHKEBAOnp6bh79y4OHjzIzWOMoaKiAvfv30dmZiZUVVXRrVs3udvLzs6GpaUlLl68iHHjxuHSpUvo0qULioqK8OjRI7Ru3RoA/32mqqoKHR0dCIVCbl7z5s0BQKZOFhYW3P91dHRgYGBQ5fHT09PjPVoo3U55eXlYt24d0tLS8OLFC94xkyxPVfLy8lBaWgorKytunrq6OszMzHjHDODXW/x5+OzZM65dpCUmJmLbtm3Iy8tDUVERysrKZB6VrKqOCQkJKC0thaGhIbdc3G6SZZIXY6d169Zo2rQpl+51/PjxKCoqgrW1NW+94uJi3qi3Vq1aoWXLlty0paUlKioqkJubixYtWuDZs2dYt24dLly4gKdPn6KiogLv3r3Dw4cP5baBmPS5Whc+p/hChJB/D+pwIBzpGw/xFyVQeVHVsmVL7iYHAAwNDaGtrY2cnBzuRkf8hS2Wm5uLli1b8m685N0UfehFhrSbN29WeZFYHWXrW5MyVUfexcWHtkunTp3Qs2dPDB06FLa2trC1tYWzszMaN27MrS8SiXixKywtLVFUVIT8/HwUFhYqfWFpampaq3orezEmeX5qaWmhQYMGeP78OYDK42Vubg6BQMCtI3mhXhXJ7TZr1gwAeBfezZo1w/v37/HmzRs0bNgQ6enpuH79OiIjI7l1ysvL8f79e7x7905hHJCioiKsX78eJ0+eREFBAcrLy1FcXCxTT+lyW1hYYNu2bVw9lTkvFVHmfDA0NISKyv+etmvevDk6duzITYtvlmp7nn9q0p9z0kaMGPFZROOvX78+2rVrBwAIDAyEp6cn1q9fj7lz53LD3wFwQ7/FCgsL0aFDhzo5PlUFJCwqKsKkSZPQq1cvrF69Gk2aNEF+fj4mT57MDfkXnzdVxdZhCgKaMsZ472fpgMACgaBWwVCl358VFRVwd3fnYhVIatWqFe7evVvl9uSVQTyvuvJLzhPHTqhNnSTJC5wsuc0ZM2agfv36uH//Pnbv3g0tLS0MGTKkVjGXJOsn3o/0PMnyiJdJnr+S0tLSMH/+fHh5ecHW1haNGjXCoUOHEB0drXCbkvuW/Lc2xOdGq1atkJKSgri4OLRo0ULmsTag6iCa4nqK//X398fz58+xePFitG7dGvXq1YObm1u1ba6lpVXbqiiUkpLC+7wnhJC/AnU4EE5VF3TyLiTE8yVJX8wpep2kurjIkPahkbuVrW9NylQd6bari3ZRVVVFdHQ0Ll++jDNnzmD79u1Yu3Ytdu/eXe2ID8n6K3NhWduAm8pejElH6BYIBNyF64dcZEpuV1wnefPE+6qoqICXlxf69+8vsy0NDQ2F+wkLC0NKSgr8/PzQtm1baGpqwtvbW6kLfXEZlD0vFVHmfKjuxkg8T9FNw+cuJSWF+39CQgLCw8ORmJjIzZP+7PhcosPPmTMHU6dOhYeHB3R1daGtrY3i4mKuU0KRtLQ0ruO1rKwM6enp+Prrr5Xap1AoxLlz5zBq1CiZZTk5OXjx4gUWLlzIdYBJPidfWlrKfSZUda4YGhqirKwMV69e5To2X7x4gTt37qBDhw5KlfNDdO7cGbdv31bYjkKhEBUVFbh06RI3Wk6SoaEhjhw5wktFe/nyZTRo0AC6urofXL60tDRuNMDz589x584dtG/fvlbbevHiBbKzsxEQEIAbN27AwMAAt27d4q0jPtfLy8sVbqdt27ZQV1dHamoqWrRoAXV1dZSWluLGjRsYP358rcoGVLZb69atMXPmTG5edaMApInb/Pr161zH8atXr3Dnzh2lf4AQj8wzNTXF06dPoaqqCn19fYXr5+fn4/Hjx9y+r1y5AhUVFXz55ZcAgD/++APffvstN0owPz9f6Tgqda26EYeEEPIxUNBIohRDQ0Pk5+cjPz+fm5eVlcX9mqZI+/btkZ+fzwtqd/36dd46khcZpqam+PLLL2t8kSFN8iKxNmpb3+qoq6tXeSEnqa7aRSAQoEuXLvD29sb+/fuhrq7OC9iZmZmJ4uJibjotLQ1aWlpo2bIl78JSTHxhWV07qKurK3VT+scff8DT0xP29vbo2LEj6tWrV+OLMUNDQ1y9epU3T3q6rnTu3Bm5ublo166dzJ94ZIC845yamooRI0agX79+EIlEaN68udzAlvLqIb7BqIvzsrrz4Z+uRYsW3J/kI04tWrTA+/fv0bVrV5no8C9evMD8+fPRu3dvmJubY+jQofjtt99421Um8G5ERAT69OnDZTMIDg5WWM68vDwMHToUFhYWsLe3x+HDh9G+fXts3LgRFy5cwOvXr1FSUsIFZf32228RFxeHbt268YLsbd++Ha6urjA3N4e5uTkKCgp4jyoBwJgxY7B//36sWrUKhYWFXODZOXPm4NChQwgPD0d2djYyMzO5x5Rat24NdXV1bN++Hffu3YNIJOKCOLq5ueGnn37C48ePAQCHDx/G8+fP8f79ewCVN7779u2Dqakpli9fjl69emHJkiX4448/kJGRgbFjx6KsrAwLFiyAs7MzLl++LNOOgYGBACDTjtVlvLh27Rq6du2KEydOwNnZGUlJSbh48SKWLFmCDRs2oHfv3rCwsMCwYcNQXl4OfX19jBgxAvPmzYOTkxPMzc3RrVs3eHh44NmzZxgzZgwePXrE/Qp+6tQpREREYOLEibyRQtLHPz8/H0ePHuXOHfFngTjYrNiCBQvw008/wdHRET179kSjRo3wyy+/8AIkA5WP30m+j8VBk9evX48HDx6gf//+SEpKgra2Nvfabt268TqfHBwccOjQIWhqaiI5ORlPnz7FkCFDeOexSCRCfHw8dHV1sXDhQvj7+yMrKwtTpkzB06dPsXbtWjg6OsoEL5UmL1iwQCBAfn4+Dh06hLy8PC7Lyrt377hgwdKPk5w6dQqRkZF48OABPD09uZE94eHhOHfuHG7dugV/f3+ZjtqCggJMmTIFZmZmcHBwwO3bt7ll4iwRTZo0gYWFBWbPno3Nmzdj2LBh6Ny5MywtLeHn58cFCtbQ0MA333yDqVOnwtTUFNOnT4dIJML8+fOxYsUKtGvXDgcOHEBGRgYWLlyIfv36AagMzCmZNebcuXPo2rUrd93i7u4uNxtLVdlpSkpK8N1338HW1hampqZwcHDAxo0becdPfJ5Uty4hhNQV6nAgSrGxsYFIJMLChQuRnp6Oa9euwdfXF927d69yKH2vXr3Qpk0b+Pn5ISMjA6mpqVi7di1vnbZt2/IuMn7++ecPvgESXyQuXrwYv//+O+7du4cLFy4gISHho9a3Onp6eigqKsK5c+fw/PlzmYjkkuqiXa5evYrIyEhcv34dDx8+RFJSEp4/f877haykpAQBAQHIysriLpbHjh0LFRUVaGlpwcPDA2FhYTh9+jSysrKwZMkSFBcXw9XVtdq63r9/Hzdv3sTz588VpvoUX4xlZ2fj6tWrWLhwYY1HqLi7uyMvLw+hoaHIycnBwYMHq73gra3Zs2cjPj4eERERuH37NrKzs5GQkMA7r/X09HDu3Dk8efIEr169AlB5PI8ePYqbN28iIyMDCxYskNshc/nyZURFRSE3Nxe//PILEhMTufSCH3peKnM+ENno8CUlJTA2NsbGjRvx22+/4auvvoKvr69M59C+ffugpaWF3bt345tvvsGGDRu4VJaJiYmIiYnB8uXLkZSUhB9//LHaZ+YDAgJw8OBBrFy5EufPn4eOjg52796NVq1aYfHixdDQ0EDHjh2hrq6OhIQE7Nu3T2Y0ipqaGnJyclBWVgZdXV3o6+vzIugDlTdYx44dw/jx46GlpcVF/be2tsa6detw/PhxDB8+HOPHj+cy1DRt2hQrV65EYmIiFwNF/B5ft24dRo0axT1et379etjY2ODAgQMoLi7GgwcPYGtri507d+LNmzd4/fo1jI2NMWPGDLi6uiI7OxvTp0/Hb7/9Bnd3d8TGxnIdeOJ2dHd3BwCuHcXZcnx8fJTKeCEe3bN161ZoaWkhKSkJGzZswKtXr9C0aVPcvn0bR44cAQAsW7YMxsbGeP36NcrLy6GlpYUnT57A398furq62LRpE3cjHBoaCldXV96v9ABw9+5d3vFv1qwZ92tzREQEFwMgJCSENwpHIBAgMjISjx49glAoRHh4uExHhjzizBr9+/eHrq4uli9fjkaNGmHNmjXcvgwMDGQ6xVRUVBAYGIhff/0VdnZ2uH//vsy2IyIiMGXKFLi4uCA5ORnDhw/HxYsXMWPGDBw+fBjfffcdkpOTqyyfvMwNmzdvxpgxY/Ddd99xI0bU1NSgpqaGAwcOoHfv3khKSuLOhfz8fMyZMwcdOnTAF198gdGjR+OHH34AAC4jy8SJE9GlSxeZRxbXrVsHZ2dnxMfHY9iwYUhKSpL5jhIIBNi0aROMjY2xevVq3L59G02bNoWxsTFOnDjBZSJp27YtSktLkZKSAsYYunfvDl1dXS7bUkhICF69eoURI0YgKSkJM2fOhK6uLoyMjGQ6xIqLi7F7924AwIoVK2SysVSXnWb79u04fvw4/vOf/yAxMRFhYWFcvB5pNVmXEEI+yF8QmJJ8huRlqZCO4Dxz5kzm5+fHTT948IDNmDGDWVhYMEtLS+bt7c2ePHnCLZeOji+WlZXF3N3dmbGxMRswYAA7fvw4EwqF7PTp09w6q1atYt27d+cyJkRHR8tE35bednR0NOvbt6/COhQXF7OQkBDWq1cvZmxszPr168diY2MVtolklora1le6TPIsXbqUde/enQmFQhYeHi5333XVLllZWWzSpEmsR48ezMTEhPXv359t376dW1d8Hqxbt47bT0BAAC8qd3FxMQsKCmLW1tbMxMSEubu7s6tXr3LLFUWif//+PfPy8mJdu3blsjbIk56ezkaOHMmV7/DhwzLtIZ3VhDHGunTpwtvm8ePHWb9+/ZiJiQkbM2YMi42NVSpLheR25UVol1e/06dPMzc3N2ZmZsasrKyYq6sr+/XXX7nlx44dY/369WOdO3fmjsW9e/eYp6cnMzMzY/b29mzHjh0y56w424WPjw8zNzdnNjY2MpHKa3peSr7XlT0fJMn7bFB0vv7dSEf5r0l0+KlTp7KVK1dy09KZCBhjbNSoUWz16tWMMca2bt3K+vfvz0pKSuRur7o2TUhIYN27d1dYduntiOvSqVMnXkaR27dvM6FQyL2Ha5PZQB6hUMhWrFjBmycvC4ZQKGRpaWncOllZWbzyuLm5scDAQN52vL292dSpUxljitsxLi6O9enTp1YZL5YsWcLMzc257BqMMTZp0iSZ7BWSlM3IIVab4y8u682bN3nzq/u+ri6zhqKyyivDsGHDuO8pxuQf5zFjxrDIyEjevP3797NevXrJ3b88ijI3rF27lpt++/YtE4lE7NSpU4wxxn744Qc2cOBAXoaQ1atXK/W5v3TpUt680aNHs2+//ZYxJvs9UFUmknXr1rEhQ4YwY2NjdvjwYW7569evmbm5OXec7t69y0QiEXv06BFvv+PHj2c//PADY0y5bCzVZacJCgpi48aN45VVuu7i77zq1iWEkLpCMRz+paSDoskLivTjjz/yplu3bi2TW1ySl5cXvLy8ZOZ36NABO3fu5KbFw/Mln5n19fWFr68v73XiaO2Ktj1hwgTeOtJ10NDQwKJFi3gZBqpy/Phx3nRt6itdJnmWL18u8wuj9L7FPrRdOnTogC1btlRZHqAyw4S3t7fcZRoaGggMDOSGMEuztrZGZmamzPx69eohPDy82n137twZcXFxvHkDBgzgTcvb/h9//MGb7tu3r8xQcXnPnle1XX19fZl58upnZ2fHZbGQx8HBAQ4ODjLb/vnnn3nzpJ+lV3QeSKrpeSn5Xq/ufJAXLFHeZ4My5fw7k/41tLy8HJs2bUJCQgIKCgpQUlKCkpISmbglVQXeHTBgALZt2wYnJyfY2dnB3t4effv2lRuDBQDOnz+PjRs3IisrC2/evOECkxYVFdUomFyzZs3+suC3ykTVF2fKEOvQoQO0tbWRnZ0NMzMz5OTkwM3NjfcaKysr7r2jqB2Tk5MxaNAgxMTE1DjjRfPmzaGnp4cGDRrw5omD0gLVZ+SoTk2Pv5i6unq1gU6lfWjQ5OrIy/RR00C6nzpYsGT2FvHrxFlVpIkzkUjuR5yJ5M2bNygtLUVpaSkvaG+jRo14mTHS09PBGJP5bispKYGOjg43XVU2lqqy04iDWI4YMQKTJk3CgAEDYGdnhz59+sDW1lZuvWqyLiGEfAjqcCAf3dGjR6GlpYV27dohLy8PK1asgJWVFe9LlRBCPhfSN/Rbt25FTEwMFi9ezGV1CQkJkQn4WVXg3VatWiExMRFnzpzBuXPnsHz5cmzZsgXbt2+XCUr54MEDTJs2De7u7vDx8UHjxo2RmpqKgIAA7rlxZf2VwW+V7QiRVyZlg9RW1Y6nTp3ixa+Q93qg5oFRlcnIUZ2aHH9JmpqaMu0hL0OH5HlR26DJ8o6LvPNN+jjXJpDupw4WLI+iANfy9iM5j8nJSiJvHVVVVcTFxUFVVZW3nmR7VvUZIq53UFAQr1MNAPeYjbGxMY4dO4bTp0/j7NmzmDt3LmxsbOR2/tdkXUII+RAUw4F8dG/fvsXy5csxcOBA+Pv7w9TUVGb0BCGEfK5SU1Ph6OiI4cOHo1OnTmjTpg3vuWtlaWpqwtHREYGBgfj5559x5coVmSwBQGW2h/Lycvj7+8PCwgIGBgYygeOqC0Crr6+PrVu34tmzZ3Ue/PZDlJWV8bJZ5OTk4PXr11wckfbt2/OC1AKVUf8ly6uoHSUzXojVRcYLyYwcXbt2rXXa0aqOv7JBdoHK+BlPnjzhpsvLy3lBD6sLmqwoE0XTpk1559mbN2/kxnCQpkwgXWmfOlhwWlqazOsUxbIxNDTElStXeB0I4kwk/v7+iIuLg7q6OhffBKhsO8mUqkZGRigvL8fz589l2kjZzBHNmzeHrq4u7t27J7MNyaxTDRs2xKBBgxAcHIy1a9fiyJEjePnypdxt1mRdQgipLRrhQD46FxcXuLi4fOpiEDnkDaEnhPC1bdsWSUlJuHz5Mho3bozo6Gg8ffq0Rjexe/fuRXl5OczNzVG/fn3Ex8dDU1OTS3kovb+ysjJs374dDg4OSE1Nxa5du3jrSAagFY+6kB66LhlkdPHixSgvL8eyZcs+OPjth1BXV0dQUBACAwOhpqaGoKAgWFhYcMPRp0yZgrlz56Jz587o2bMnTpw4gaNHj3LpgKtqxyZNmsDR0RFLlizB8uXL0bBhQ3z//ffQ1dWFo6NjrcssmZHDw8MDt27dqnGneXXHX09PD5cuXcLgwYOhrq7OBdyUp0ePHli5ciVOnjyJNm3aYNu2bXj9+jW3XDJocmBgIEQiER4+fIhnz55h0KBB0NPTg0AgwMmTJ2Fvbw8NDQ00aNAAPXr0wL59++Dg4ABtbW2sW7dOqQCVs2fPxowZM9CqVSsMGDAAKioqyMzMRGZmJubNmyf3NeJgwaampnjz5g3CwsJqFSx469atCA0NhZubG9LT05UOFpyYmAgTExN06dIFBw8exLVr12Qyf4iNGTMG27ZtQ1BQEL7++mvk5ubyMpE0bNgQLi4uCAsLQ+PGjdGsWTNERERAIBBwox4MDAwwdOhQ+Pr6wt/fH0ZGRnjx4gXOnz8PkUjEpcysjpeXF4KDg9GwYUP07t0bJSUluHHjBl6/fo2JEyciJiYGLVq0QKdOnaCiooLExES0aNEC2traMtuqybqEEPIhaIQDIYQQUoVZs2ahc+fOmDx5Mjw9PdG8eXM4OTnVaBva2trYs2cPPDw8MGzYMJw/fx6RkZFo0qSJzLpGRkZYtGgRoqKiMGTIEBw8eBDz58/nrWNlZQV3d3fMnTsXPXv2xObNm2W2IxAIsGHDBmhra2Ps2LGYMGEC2rRpI5MpqDp79+6tcRwBRTQ1NTF16lQsWLAAbm5u0NDQwJo1a7jlTk5OWLx4MbZs2YIhQ4Zg165dCAkJgbW1NYDq2zE0NJTLeOHm5gbGGDZt2lTlYwvVkc7IERUVBT8/vxpto7pye3t748GDB3ByckLPnj2r3NaoUaPg4uICPz8/eHp6Ql9fn2sfsWXLlsHZ2RnLli3DwIEDsWTJEi4rkq6uLry8vPDDDz/AxsYGQUFBAIDp06eja9eumD59OqZNmwYnJyelHn20s7NDZGQkzpw5A1dXV3z11VeIjo6uMuOBOHODi4sLfH194enpiWbNmlW7L0mtW7dGREQETpw4geHDh2PXrl0KOzikeXl5ISEhAcOGDcP+/fvx/fffK4zFIc5Ecu3aNQwfPhzLli2TyUQiHo00Y8YMTJw4EVZWVujQoQPvkZLQ0FC4uLhg5cqVGDhwIGbNmoVr165xWUOUMXr0aAQHB2Pfvn0YOnQoPD09sW/fPujr6wOofDwjKioKrq6ucHV1xYMHD7Bp0ya5HUc1WZcQQj6EgNX1Q3CEEEII+ceIiIjAxYsX5QYQJYTIKioqQu/eveHn54fRo0d/6uIQQsgnRY9UEEIIIUShlJQUBAQEfOpiEPLZ+vPPP7nML4WFhdiwYQMAfNCjPIQQ8k9BHQ6EEEIIUejXX3/91EUg5LO3detW5ObmQl1dHcbGxvjll1+qjMVBCCH/FvRIBSGEEEIIIYQQQuocRYYhhBBCCCGEEEJInaMOB0IIIYQQQgghhNQ56nAghBBCCCGEEEJInaMOB0IIIYQQQgghhNQ56nAghBBCCCGEEEJInaMOB0IIIYQQQgghhNQ56nAghBBCCCGEEEJInaMOB0IIIYQQQgghhNQ56nAghBBCCCGEEEJInaMOB0IIIYQQQgghhNQ56nAghBBCCCGEEEJInaMOB0IIIYQQQgghhNQ56nAghBBCCCGEEEJInaMOB0IIIYQQQgghhNQ56nAghBBCCCGEEEJInaMOB0IIIYQQQgghhNQ56nAghBBCCCGEEEJInaMOB0IIIYQQQgghhNQ56nAghBBCCCGEEEJInaMOB0IIIYQQQgghhNQ56nAghBBCCCGEEEJInaMOB0IIIYQQQgghhNQ56nAghBBCCCGEEEJInaMOB0IIIYQQQgghhNS5/wMiaMyZIrvCugAAAABJRU5ErkJggg==\n", "text/plain": [ - "
" + "
" ] }, "metadata": {}, @@ -2055,6 +2333,7 @@ "source": [ "# Fill missing COGs with X\n", "DF_annot['COG'].fillna('X',inplace=True)\n", + "DF_annot['COG'] = DF_annot['COG'].str.replace('-', 'X')\n", "\n", "# Change single letter COG annotation to full description\n", "DF_annot['COG'] = DF_annot.COG.apply(cog2str)\n", @@ -2072,7 +2351,7 @@ }, { "cell_type": "code", - "execution_count": 29, + "execution_count": 28, "metadata": {}, "outputs": [], "source": [ @@ -2101,7 +2380,7 @@ }, { "cell_type": "code", - "execution_count": 31, + "execution_count": 29, "metadata": {}, "outputs": [], "source": [ @@ -2110,7 +2389,7 @@ }, { "cell_type": "code", - "execution_count": 32, + "execution_count": 30, "metadata": {}, "outputs": [ { @@ -2141,43 +2420,43 @@ " \n", " \n", " 0\n", - " flhA\n", - " plasma membrane\n", + " arsR\n", + " regulation of DNA-templated transcription\n", " \n", " \n", " 1\n", - " flhA\n", - " bacterial-type flagellum assembly\n", + " arsB\n", + " arsenite transmembrane transporter activity\n", " \n", " \n", " 2\n", - " glpP\n", - " transcription antitermination factor activity,...\n", + " arsB\n", + " antimonite transmembrane transporter activity\n", " \n", " \n", " 3\n", - " rpsK\n", - " translation\n", + " arsB\n", + " antiporter activity\n", " \n", " \n", " 4\n", - " rpsK\n", - " small ribosomal subunit rRNA binding\n", + " arsB\n", + " plasma membrane\n", " \n", " \n", "\n", "" ], "text/plain": [ - " gene_name gene_ontology\n", - "0 flhA plasma membrane\n", - "1 flhA bacterial-type flagellum assembly\n", - "2 glpP transcription antitermination factor activity,...\n", - "3 rpsK translation\n", - "4 rpsK small ribosomal subunit rRNA binding" + " gene_name gene_ontology\n", + "0 arsR regulation of DNA-templated transcription\n", + "1 arsB arsenite transmembrane transporter activity\n", + "2 arsB antimonite transmembrane transporter activity\n", + "3 arsB antiporter activity\n", + "4 arsB plasma membrane" ] }, - "execution_count": 32, + "execution_count": 30, "metadata": {}, "output_type": "execute_result" } @@ -2197,7 +2476,7 @@ }, { "cell_type": "code", - "execution_count": 33, + "execution_count": 31, "metadata": {}, "outputs": [], "source": [ @@ -2206,7 +2485,7 @@ }, { "cell_type": "code", - "execution_count": 34, + "execution_count": 32, "metadata": {}, "outputs": [], "source": [ @@ -2215,7 +2494,7 @@ }, { "cell_type": "code", - "execution_count": 35, + "execution_count": 33, "metadata": {}, "outputs": [ { @@ -2247,48 +2526,48 @@ " \n", " \n", " 0\n", - " flhA\n", - " plasma membrane\n", - " BSU_16390\n", + " arsR\n", + " regulation of DNA-templated transcription\n", + " BSU_25810\n", " \n", " \n", " 1\n", - " flhA\n", - " bacterial-type flagellum assembly\n", - " BSU_16390\n", + " arsB\n", + " arsenite transmembrane transporter activity\n", + " BSU_25790\n", " \n", " \n", " 2\n", - " glpP\n", - " transcription antitermination factor activity,...\n", - " BSU_09270\n", + " arsB\n", + " antimonite transmembrane transporter activity\n", + " BSU_25790\n", " \n", " \n", " 3\n", - " rpsK\n", - " translation\n", - " BSU_01420\n", + " arsB\n", + " antiporter activity\n", + " BSU_25790\n", " \n", " \n", " 4\n", - " rpsK\n", - " small ribosomal subunit rRNA binding\n", - " BSU_01420\n", + " arsB\n", + " plasma membrane\n", + " BSU_25790\n", " \n", " \n", "\n", "" ], "text/plain": [ - " gene_name gene_ontology gene_id\n", - "0 flhA plasma membrane BSU_16390\n", - "1 flhA bacterial-type flagellum assembly BSU_16390\n", - "2 glpP transcription antitermination factor activity,... BSU_09270\n", - "3 rpsK translation BSU_01420\n", - "4 rpsK small ribosomal subunit rRNA binding BSU_01420" + " gene_name gene_ontology gene_id\n", + "0 arsR regulation of DNA-templated transcription BSU_25810\n", + "1 arsB arsenite transmembrane transporter activity BSU_25790\n", + "2 arsB antimonite transmembrane transporter activity BSU_25790\n", + "3 arsB antiporter activity BSU_25790\n", + "4 arsB plasma membrane BSU_25790" ] }, - "execution_count": 35, + "execution_count": 33, "metadata": {}, "output_type": "execute_result" } @@ -2306,7 +2585,7 @@ }, { "cell_type": "code", - "execution_count": 36, + "execution_count": 34, "metadata": {}, "outputs": [], "source": [ @@ -2315,7 +2594,7 @@ }, { "cell_type": "code", - "execution_count": 37, + "execution_count": 35, "metadata": {}, "outputs": [ { @@ -2347,48 +2626,48 @@ " \n", " \n", " 0\n", - " flhA\n", - " plasma membrane\n", - " BSU_16390\n", + " arsR\n", + " regulation of DNA-templated transcription\n", + " BSU_25810\n", " \n", " \n", " 1\n", - " flhA\n", - " bacterial-type flagellum assembly\n", - " BSU_16390\n", + " arsB\n", + " arsenite transmembrane transporter activity\n", + " BSU_25790\n", " \n", " \n", " 2\n", - " glpP\n", - " transcription antitermination factor activity,...\n", - " BSU_09270\n", + " arsB\n", + " antimonite transmembrane transporter activity\n", + " BSU_25790\n", " \n", " \n", " 3\n", - " rpsK\n", - " translation\n", - " BSU_01420\n", + " arsB\n", + " antiporter activity\n", + " BSU_25790\n", " \n", " \n", " 4\n", - " rpsK\n", - " small ribosomal subunit rRNA binding\n", - " BSU_01420\n", + " arsB\n", + " plasma membrane\n", + " BSU_25790\n", " \n", " \n", "\n", "" ], "text/plain": [ - " gene_name gene_ontology gene_id\n", - "0 flhA plasma membrane BSU_16390\n", - "1 flhA bacterial-type flagellum assembly BSU_16390\n", - "2 glpP transcription antitermination factor activity,... BSU_09270\n", - "3 rpsK translation BSU_01420\n", - "4 rpsK small ribosomal subunit rRNA binding BSU_01420" + " gene_name gene_ontology gene_id\n", + "0 arsR regulation of DNA-templated transcription BSU_25810\n", + "1 arsB arsenite transmembrane transporter activity BSU_25790\n", + "2 arsB antimonite transmembrane transporter activity BSU_25790\n", + "3 arsB antiporter activity BSU_25790\n", + "4 arsB plasma membrane BSU_25790" ] }, - "execution_count": 37, + "execution_count": 35, "metadata": {}, "output_type": "execute_result" } @@ -2406,24 +2685,17 @@ }, { "cell_type": "code", - "execution_count": 38, + "execution_count": 36, "metadata": {}, "outputs": [], "source": [ "DF_GO[['gene_id','gene_name','gene_ontology']].to_csv(os.path.join('..','data','external','GO_annotations_curated.csv'))" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -2437,7 +2709,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.2" + "version": "3.7.16" }, "toc": { "base_numbering": 1, diff --git a/5_characterize_iModulons/test.txt b/5_characterize_iModulons/test.txt new file mode 100644 index 00000000..56fcda55 --- /dev/null +++ b/5_characterize_iModulons/test.txt @@ -0,0 +1,4305 @@ +AAC73112.1 +AAC73113.1 +AAC73114.1 +AAC73115.1 +AAC73116.1 +AAC73117.1 +AAC73118.1 +AAC73119.1 +AAC73120.1 +AAC73121.1 +AAC73122.1 +AYC08161.1 +AAC73124.1 +AAC73125.1 +AAC73126.1 +AAC73127.1 +AAC73129.1 +AAT48122.1 +AAC73130.1 +AAC73131.1 +AAC73132.1 +AAC73133.1 +AAC73134.1 +AAC73135.1 +AAC73136.1 +AAC73137.1 +AAC73138.1 +AAC73139.1 +AAC73140.1 +AAC73141.1 +AAC73142.1 +AAC73143.1 +AAC73144.1 +AAC73145.2 +AAC73146.2 +AAC73147.2 +AAC73148.2 +AAC73149.1 +AAC73150.1 +AAC73151.1 +AAC73152.2 +AAC73153.1 +AAC73154.1 +AAC73155.1 +AAC73156.1 +AAC73157.1 +AAC73158.1 +AAC73159.1 +AAC73160.1 +AAC73161.1 +AAC73162.1 +AAC73163.1 +AAC73164.1 +AAC73165.1 +AAC73166.1 +AYC08162.1 +AYC08163.1 +AAC73169.1 +AAC73170.1 +AAC73171.1 +AAC73172.1 +AAC73173.1 +AAC73174.1 +AAC73175.1 +AAC73176.1 +AAC73177.1 +AAC73178.1 +AAC73179.1 +AAC73180.1 +ACO59989.1 +AAT48123.1 +AAC73182.1 +AAC73183.1 +AAC73184.2 +AAC73185.1 +AAC73186.1 +AAC73187.2 +AYC08164.1 +AAC73188.2 +AAC73189.1 +AAC73191.1 +AAC73192.1 +AAC73193.1 +AAC73194.1 +AAC73195.1 +AAC73196.1 +AAC73197.1 +AAC73198.1 +AAC73199.1 +AAC73200.1 +AAC73201.1 +AAC73202.1 +AAC73203.1 +AAC73204.1 +AAC73205.1 +AAC73206.1 +AAC73207.1 +AAC73208.2 +AAC73209.1 +AAC73210.1 +AAC73212.1 +AAC73213.1 +AAC73214.1 +AYC08165.1 +AAC73215.1 +AAC73217.1 +AAC73218.1 +AAC73219.1 +AAC73220.1 +AAC73221.1 +AAC73222.1 +AAC73223.1 +AAC73224.1 +AAC73225.1 +AAC73226.1 +AAC73227.1 +AAC73228.1 +AAC73229.1 +AAC73230.2 +AAC73231.1 +AAC73232.1 +AAC73233.2 +AAC73234.1 +AAC73235.1 +AAC73236.2 +AAC73237.1 +AAC73238.1 +AAC73239.1 +AAC73240.1 +AAC73241.1 +AAC73242.1 +AAC73243.1 +AAC73244.1 +AAC73245.1 +AAC73246.1 +AAC73247.1 +AAC73248.1 +AAC73249.2 +AAC73250.1 +AAC73251.1 +AAC73252.1 +AAC73253.1 +AAC73254.2 +AAC73255.3 +AAC73256.1 +AAC73257.1 +AAC73258.2 +AAC73259.2 +AAC73260.1 +AAC73261.1 +AAC73262.1 +AAC73263.1 +AAC73264.1 +AAC73265.1 +QNV50518.1 +AAC73266.1 +AYC08166.1 +AAC73267.1 +AAC73268.1 +AAC73269.1 +AAC73270.1 +AAC73271.1 +AAC73272.1 +AAC73273.2 +AAC73274.1 +AAC73275.2 +AAC73277.1 +AAC73278.1 +AAC73279.1 +AAC73280.1 +AAC73281.1 +AAC73282.1 +AAC73283.1 +AAC73284.1 +AAC73285.1 +AAC73286.2 +AAC73287.1 +AAC73288.1 +AAC73289.1 +AAC73290.1 +AAC73291.1 +AAC73292.1 +AAC73293.1 +AAC73294.1 +AAC73295.1 +AAC73296.1 +AAC73297.1 +AAC73298.2 +AAC73299.1 +AAC73300.2 +AAT48124.1 +AAC73301.1 +AAC73302.1 +AAC73303.1 +AAC73304.2 +AAC73305.1 +AAC73306.1 +AAC73307.1 +AAC73308.1 +AAC73309.1 +AAC73310.1 +AAC73311.1 +AAC73312.1 +AAC73313.1 +AAC73314.1 +AAC73315.1 +AAC73316.1 +AAC73317.1 +UMR55111.1 +AAC73318.2 +AAC73319.1 +AAC73320.1 +AAC73321.1 +ABP93434.1 +AAC73323.1 +AAC73324.1 +AAC73325.2 +AAC73326.1 +AAC73327.1 +AAC73328.1 +AAC73329.1 +AAC73330.1 +AAC73331.1 +AAC73332.1 +AAC73335.1 +AAC73336.1 +AAC73337.1 +AAC73338.1 +AAC73341.1 +AAC73342.1 +AAC73343.1 +gnl|b0240|CDS%3D250 +AYC08167.1 +AYC08168.1 +AAC73345.1 +AAC73346.1 +AAC73347.1 +AAC73348.1 +AAC73349.1 +ABD18634.1 +AAC73350.1 +AAC73351.1 +AAC73352.1 +AAC73353.1 +AAC73354.2 +AAC73355.2 +AAC73356.2 +AAC73357.1 +gnl|b4587|CDS%3D271 +AAC73359.1 +AYC08169.1 +AAC73362.2 +AAC73363.2 +AAC73364.1 +AAC73365.2 +AAC73367.1 +AAC73368.1 +AYC08170.1 +AAC73370.1 +AAC73371.2 +AAC73372.1 +AAC73373.1 +AAC73374.1 +AAC73375.1 +AAC73376.1 +QNV50519.1 +AYC08171.1 +AAC73377.1 +AAC73378.1 +AYC08172.1 +AAC73380.1 +AAC73381.1 +AAC73382.1 +AYC08173.1 +AAC73383.1 +AAC73384.1 +AYC08174.1 +AAC73386.1 +AAC73387.1 +AAC73388.1 +AAC73389.1 +AAC73390.1 +AAC73391.1 +AAC73392.2 +AAC73393.1 +AAC73394.1 +AAC73395.1 +AAC73396.1 +AAC73397.1 +AAC73398.1 +ABD18636.1 +AAC73399.1 +ACO59990.1 +AAC73401.2 +AAC73402.1 +AAC73404.2 +AAC73406.2 +AAC73407.2 +AAC73408.1 +AAC73409.1 +AAC73410.1 +AAC73411.2 +AAC73413.1 +AAC73414.1 +AAC73415.1 +AAC73416.1 +AAC73417.1 +AYC08175.1 +AAC73418.1 +AAC73419.1 +AAC73420.1 +AAC73421.1 +AAC73422.1 +AAC73423.1 +AAC73424.1 +AYC08176.2 +AAC73426.1 +AAC73427.1 +AAC73428.1 +AAC73429.1 +AAC73430.2 +AAC73431.1 +AAC73432.1 +AAC73433.1 +AAC73434.1 +AAC73436.1 +AAC73437.1 +AAC73438.1 +AAC73439.1 +AAC73440.1 +AAC73441.3 +AAC73442.1 +AAC73443.1 +AAC73444.1 +AAC73445.1 +AAC73446.1 +AAC73447.1 +AAC73448.1 +AAC73449.2 +AAC73450.1 +AAC73451.1 +AAC73452.3 +AAC73453.2 +AAC73454.1 +AAC73455.1 +AAC73456.2 +AAC73457.2 +AAC73458.1 +AAC73459.1 +AAC73460.2 +AAC73461.1 +gnl|b4579|CDS%3D382 +AAC73463.2 +AAC73464.1 +AAC73466.1 +AYC08177.1 +AAC73467.2 +AAC73468.2 +AAC73469.1 +AAC73470.1 +AAC73471.1 +AAC73472.2 +gnl|b4580|CDS%3D393 +QNV50520.1 +AAC73475.1 +AAC73476.2 +AAC73478.2 +AAC73479.1 +AAC73480.1 +AAC73481.1 +AAC73482.1 +AAC73483.2 +AAC73484.1 +AAC73485.1 +AAC73486.2 +AAC73487.2 +AAC73488.1 +AAC73489.1 +AAC73490.2 +AAC73491.1 +AAC73492.1 +AAC73493.1 +AAC73494.1 +AYC08178.1 +AAC73496.1 +AAC73497.2 +AAC73499.1 +AAC73500.1 +AAC73501.1 +AAC73502.1 +AAC73503.1 +AAC73504.1 +AAC73505.1 +AAC73506.2 +AAC73507.1 +AAC73508.1 +AAC73509.1 +AAC73510.1 +AAC73511.1 +AAC73512.1 +AAC73513.1 +AAC73514.1 +AAC73515.2 +AAC73516.1 +AAC73517.1 +AAC73518.1 +AAC73519.1 +AAC73520.1 +AAC73521.1 +AAC73522.2 +AAC73523.1 +AAC73524.1 +AAC73525.1 +AAC73526.1 +AAC73527.2 +AAC73528.1 +AAC73529.2 +AAC73530.2 +AAC73531.1 +AAC73532.1 +AAC73533.1 +AAC73534.1 +AAC73535.1 +AAC73536.1 +AAC73537.2 +AAC73538.2 +AAC73539.1 +AAC73540.1 +AAC73541.1 +AAC73542.1 +AAC73543.1 +AAC73544.1 +AAC73545.1 +AAC73546.1 +AAC73547.1 +AAC73548.1 +AAC73549.2 +AAC73550.2 +AAC73551.1 +AAC73552.1 +AAC73553.1 +AAC73554.1 +AAC73555.1 +AAC73556.1 +AAC73557.1 +AAC73558.1 +AAC73559.2 +AAC73560.2 +AAC73561.1 +AAC73562.1 +AAC73563.1 +AAC73564.1 +AAC73565.1 +AAC73566.1 +AAC73567.1 +AAC73568.1 +AAC73569.1 +AAC73570.1 +AAC73571.1 +AAC73572.1 +AAC73573.1 +AAC73574.1 +AAC73575.1 +AAC73576.1 +AAC73577.1 +AAC73578.1 +AAC73579.1 +AAC73580.1 +AAC73581.1 +AAC73582.1 +AAC73583.1 +AAC73584.1 +AAC73585.2 +AAC73586.1 +AAC73587.1 +AAC73588.1 +AAC73589.1 +AAC73590.2 +AAC73591.1 +AAC73592.1 +AAC73593.2 +AAC73594.2 +AAC73595.1 +AAC73596.1 +AAC73597.1 +AAC73598.1 +AAC73599.1 +AAC73600.1 +AYC08181.1 +AAC73605.1 +AAC73606.1 +AAC73607.1 +AAC73608.1 +AAC73609.1 +AAC73610.1 +AAC73611.1 +AAC73613.2 +AAC73614.1 +AAC73615.2 +AAC73616.1 +AAC73617.1 +AAC73618.1 +AAC73619.1 +AAC73620.1 +ABD18638.2 +AAC73622.1 +AAC73623.1 +AAC73624.1 +AAC73625.1 +AAC73626.1 +AAC73627.1 +AAC73628.1 +AAC73629.1 +AAC73630.2 +AAC73631.1 +AAC73632.2 +AAC73633.1 +AAC73634.1 +AAC73635.2 +AAC73636.1 +AAC73637.1 +AAC73638.1 +gnl|b0542|CDS%3D564 +AAC73641.2 +AAC73642.1 +AAC73644.1 +AYC08182.1 +AAC73645.1 +AAC73646.1 +AAC73647.1 +ABP93435.1 +AAC73648.1 +AAC73649.1 +AAC73650.1 +AAC73651.1 +ABD18639.1 +AAC73652.1 +gnl|b0553|CDS%3D579 +AAC73653.2 +AAC73655.1 +AAC73656.1 +AAC73657.1 +ABD18640.1 +AAC73658.1 +AAC73659.2 +AAC73660.1 +ABP93436.1 +AAC73661.1 +AYC08183.1 +AYC08184.1 +AAC73665.1 +AAC73666.1 +AAC73667.1 +AAC73668.1 +AAC73669.1 +AAC73670.1 +AAC73671.1 +AAC73672.1 +AAC73673.1 +AAC73674.1 +AAC73675.1 +AAC73676.1 +AAC73677.1 +AAC73678.1 +AAC73679.1 +AAC73680.1 +AAC73681.1 +AAC73682.1 +AAT48125.1 +AAC73683.1 +AAC73684.2 +AAC73685.1 +AAC73686.2 +ABD18641.1 +AAC73687.1 +AAC73688.1 +AAC73689.1 +AAC73690.1 +AAC73691.1 +AAC73692.1 +AAC73693.1 +AAC73694.1 +AAC73695.1 +AAC73696.1 +AAC73697.1 +AAC73698.1 +AAC73699.1 +ABD18642.1 +AAC73700.1 +AAC73701.1 +AAC73702.1 +AAC73703.1 +AAC73704.1 +AAC73705.2 +AAC73706.1 +AAC73707.2 +AAC73708.1 +AAC73709.1 +AYC08185.1 +AAC73711.1 +AAC73712.1 +AAC73713.1 +AAC73714.1 +AAC73715.1 +AAC73716.1 +AAC73717.2 +AAC73718.1 +AAC73719.2 +AAC73720.1 +AAC73721.1 +AAC73722.1 +AAC73723.1 +AAC73724.1 +AAC73725.1 +AAC73728.1 +AAC73729.1 +AAC73730.2 +AAC73731.2 +AAC73732.1 +AAC73733.1 +AAC73734.1 +AAC73735.1 +AAC73736.1 +AAC73737.1 +AAC73738.2 +AAC73739.1 +AAC73740.1 +AAC73741.1 +AAC73742.1 +AAC73743.1 +AAC73744.1 +AAC73745.2 +AAC73746.1 +AAC73747.1 +AAC73748.1 +AAC73749.1 +AAC73750.1 +AAC73751.1 +AAC73752.1 +AAC73753.1 +AAC73754.1 +AAC73755.1 +AAC73756.1 +AAC73757.2 +AAC73758.1 +AAC73759.1 +AAC73760.1 +AAC73761.2 +AAC73762.1 +AAC73763.1 +AAC73768.1 +AAC73769.1 +AAC73770.1 +AAC73771.1 +AAC73772.1 +AAC73773.1 +AAC73774.1 +AAC73775.1 +AAC73776.1 +AAC73777.1 +ABV59574.1 +AAC73778.1 +AAC73779.2 +AAC73780.1 +AAC73781.1 +AAC73782.1 +AAC73783.1 +AAC73786.1 +AAC73787.1 +QNV50557.1 +AAC73788.1 +AAC73789.1 +AAC73790.1 +AAC73791.1 +AAC73792.1 +ABD18643.1 +AAC73793.1 +AAC73794.1 +AAC73796.1 +AAC73798.1 +AYC08186.1 +AAC73800.1 +AAC73801.1 +AAC73802.1 +AAC73803.1 +AAC73804.1 +AAC73805.1 +AAC73806.1 +AAC73807.1 +AAC73808.1 +AAC73809.2 +AAC73810.2 +AAC73811.1 +AAC73812.2 +AAC73813.1 +AAC73814.1 +QNV50521.1 +AYC08187.1 +AAC73815.1 +AAC73816.1 +AAC73817.1 +AAC73818.1 +AAC73820.1 +AAC73821.1 +AAC73822.1 +AAC73823.1 +AAC73824.1 +AAC73825.1 +AAC73826.1 +AAC73827.2 +AAC73828.1 +ABD18645.1 +AAC73829.1 +AAC73830.1 +AAC73831.1 +AAC73832.1 +AAC73833.1 +AAC73834.1 +AAC73835.1 +AAC73836.1 +AAC73837.1 +AAC73838.1 +AAC73839.1 +AAC73840.1 +AAC73841.1 +AAC73842.1 +AAC73843.1 +AAC73844.1 +AAC73845.1 +AAC73846.1 +AAC73847.1 +AAC73848.1 +AAC73849.1 +AAC73850.1 +AAC73851.1 +AAC73852.1 +AAC73853.1 +AAC73854.1 +AAC73855.2 +AAC73856.1 +AAC73857.1 +AAC73858.2 +AAC73859.1 +AAC73860.1 +AAC73861.1 +AAC73862.1 +AAC73863.1 +AAC73864.1 +AAC73865.1 +AAC73866.1 +AAC73867.1 +AAC73868.1 +AAC73869.1 +AAC73870.1 +AAC73871.1 +AAC73872.1 +AAC73873.1 +AAC73874.1 +AAC73875.1 +AAC73876.1 +AAC73877.1 +AAC73878.1 +AAC73879.1 +AAC73880.1 +AAC73881.2 +AAC73882.1 +AAC73883.2 +AAC73884.1 +AAC73885.1 +AAC73886.1 +AAC73887.1 +AAC73888.1 +QNV50522.1 +AAC73889.1 +AAC73890.1 +AAC73891.2 +AAC73892.1 +AAC73893.2 +AAC73894.2 +AAC73895.2 +AAC73896.1 +AAC73897.1 +AAC73898.1 +AAC73899.1 +AAC73900.1 +AYC08188.1 +AAC73901.1 +AAC73902.1 +AHA50631.1 +AAC73904.1 +AAC73905.1 +AAC73906.1 +AAC73907.1 +AAC73908.1 +AAC73909.1 +AAC73910.1 +AAC73911.2 +AAC73912.2 +AAC73913.1 +AAC73914.1 +AAC73915.1 +AAC73916.2 +AAC73917.1 +AAC73918.1 +AAC73919.1 +AAC73920.1 +AAC73921.1 +AAC73922.1 +AAC73923.1 +AAC73924.1 +AAC73925.2 +AAC73926.1 +AAC73927.1 +AAC73928.1 +AAC73929.1 +AAC73930.1 +AAC73931.2 +AAC73932.1 +AAC73933.1 +AAC73934.1 +AAC73935.1 +AAC73936.1 +AAC73937.1 +AAC73938.1 +AAC73939.1 +AAC73940.1 +AAC73941.1 +AAC73942.2 +AAC73943.1 +AAC73944.1 +AAC73945.1 +AAC73946.1 +AAC73947.1 +AAC73948.1 +AAC73949.1 +AAC73950.1 +AAC73951.1 +AAC73952.1 +AAC73953.1 +AAC73954.1 +AAC73955.2 +AAC73956.2 +AAC73957.1 +AAC73958.1 +AAC73959.1 +AAC73960.2 +AAC73961.2 +AAC73962.1 +AAC73963.1 +AAC73964.1 +AAC73965.2 +AAC73966.1 +AAC73967.1 +QNV50523.1 +AAC73968.1 +AAC73969.1 +AAC73970.1 +AAC73971.1 +AAC73972.1 +AAC73973.1 +AAC73974.1 +AAC73975.1 +AAC73976.1 +AAC73977.2 +AAC73978.1 +AAC73979.1 +AAC73980.2 +AAC73981.1 +AAC73982.1 +AAC73983.1 +AAC73984.1 +AAC73985.2 +AAC73986.1 +AAC73987.1 +AAC73988.1 +AAC73989.1 +AAC73990.1 +AAC73991.2 +AAC73992.1 +AAC73993.1 +AAC73994.1 +AAC73995.2 +AAC73996.1 +AAC73997.1 +AAC73998.1 +AAC73999.2 +AAC74000.1 +AAC74001.1 +AAC74002.1 +AAC74003.1 +AAC74004.1 +AAC74005.1 +AAC74006.1 +AAC74007.1 +AAC74008.1 +AAC74009.2 +AAC74010.1 +AAC74011.1 +AAC74012.1 +AAC74013.1 +AAC74014.1 +AAC74015.1 +AAC74016.1 +AAC74017.1 +AAC74018.1 +AAC74019.1 +AAC74020.2 +AAC74021.1 +AAC74022.2 +AAC74023.1 +AAC74024.2 +AAC74025.1 +AAC74026.1 +AAC74027.1 +AAC74028.1 +AAC74029.2 +AAC74030.2 +AAC74031.1 +AAC74032.2 +AAC74033.1 +AAC74034.1 +AAC74035.1 +AAC74036.1 +AAC74037.1 +AAC74038.2 +AAC74039.1 +AAC74040.1 +AAC74041.1 +AAC74042.1 +AAC74043.1 +AAC74044.1 +AAC74045.1 +AAC74046.2 +AAC74047.1 +AAC74048.1 +AAC74049.2 +AAC74050.1 +AAC74051.2 +AAC74052.2 +AAC74053.2 +AAC74054.1 +AAC74055.2 +AAC74056.1 +AAC74057.1 +AAC74058.1 +AAC74059.1 +AAC74060.1 +AAC74061.1 +AAC74062.1 +AAC74063.1 +AAC74064.1 +ABP93439.1 +AAC74065.1 +AAC74066.1 +AAC74067.2 +AAC74068.1 +AAC74069.1 +AAC74070.1 +AAC74071.1 +AAC74072.2 +ABD18646.1 +AAC74073.1 +AAC74074.1 +AAC74075.1 +AYC08189.1 +AAC74076.1 +ABD18647.1 +AAC74077.1 +AAC74078.2 +AAC74079.1 +AAC74080.1 +AAC74081.1 +AAC74082.1 +AAC74083.1 +AAC74084.1 +AAC74085.1 +AAC74086.1 +AAC74087.1 +AAC74088.1 +AAC74089.1 +AAC74090.2 +AAC74091.2 +AAC74092.2 +AAC74093.1 +AAC74094.1 +AAC74095.1 +AAC74096.2 +AAC74097.1 +AAC74098.1 +AAC74099.1 +AYC08190.2 +AAC74100.1 +AAC74103.1 +AAC74104.1 +AAC74105.1 +AAC74106.1 +AAC74107.1 +AAC74108.1 +AAC74109.1 +AAC74110.1 +AAC74111.1 +AAC74112.2 +AAC74114.1 +AAC74117.2 +AAC74118.1 +AAC74119.1 +AAC74120.2 +AAC74121.1 +AAC74122.1 +AAC74123.1 +AAC74124.1 +AAC74125.1 +AAC74126.1 +AAC74127.1 +AAC74128.1 +AAC74129.1 +AAC74130.2 +AAC74131.1 +AAC74132.1 +AAC74133.1 +AAC74134.1 +AAC74135.2 +AAC74137.1 +AAC74138.1 +AAC74139.1 +AAC74140.1 +AAC74141.1 +AAC74142.1 +AAC74143.1 +AAC74144.1 +AAC74145.1 +AAC74146.1 +AAC74147.1 +AAC74148.1 +AAC74149.2 +AAC74150.1 +AAC74151.1 +AAC74152.1 +AAC74153.1 +AAC74154.1 +AAC74155.1 +AAC74156.1 +AAC74157.1 +AAC74158.1 +AAC74159.1 +AAC74160.1 +AAC74161.1 +AAC74162.1 +AAC74163.1 +AAC74164.1 +AAC74165.1 +AAC74166.1 +AAC74167.1 +AAC74168.1 +AAC74169.2 +AAC74170.1 +AAC74171.2 +AAC74172.1 +AAC74173.1 +AAC74174.2 +AAC74175.1 +AAC74176.1 +AAC74177.1 +AAC74178.1 +AAC74179.1 +AAC74180.1 +AAC74181.1 +AAC74182.1 +AAC74183.1 +AAC74184.1 +AAC74185.1 +AAC74186.1 +AAC74187.1 +AAC74188.1 +AAC74189.1 +AAC74190.1 +AAC74191.1 +AAC74192.2 +AAC74193.1 +AAC74194.1 +AAC74195.2 +AAC74196.1 +AAC74197.1 +AAC74198.1 +AAC74199.1 +AAC74200.1 +AAC74201.2 +AAC74202.1 +AAC74203.1 +AAC74204.3 +AAC74205.1 +AAC74206.2 +AAC74207.1 +AAC74208.1 +AAC74209.1 +AAC74210.1 +AAC74211.1 +AAC74212.2 +AAC74213.1 +AAC74214.1 +AAC74215.1 +AAC74216.1 +AAC74217.2 +AAC74218.1 +AAC74219.2 +AAC74220.1 +AAC74221.1 +AAC74222.1 +AAC74223.1 +AAC74224.1 +AAC74225.1 +AYC08191.1 +AAC74227.2 +AAC74228.2 +AAC74229.1 +AAC74230.2 +AAC74231.2 +AAC74232.1 +AYC08192.1 +AAC74234.1 +AYC08193.1 +AAC74237.1 +AAC74238.1 +AAC74239.1 +AAC74240.1 +AAC74242.1 +AAC74243.1 +AAC74244.1 +AYC08194.1 +AYC08195.1 +AAC74245.1 +AAC74246.1 +AAC74247.1 +AAC74248.1 +AAC74249.1 +AAC74250.1 +AAC74251.1 +AAC74252.2 +ABD18651.1 +AAC74255.2 +AAC74256.5 +ABP93440.1 +ABP93441.1 +AAC74258.1 +AAC74259.1 +AAC74260.1 +AAC74261.1 +AAC74262.1 +UMR55112.1 +AAC74263.3 +AAC74264.1 +AAC74265.3 +AAC74266.2 +AAC74267.1 +AAC74268.1 +AAC74269.1 +AAC74270.1 +AAC74271.1 +AAC74272.1 +AAC74273.1 +AAC74274.1 +AYC08196.1 +AAC74275.2 +AAC74276.1 +AAC74277.2 +AAC74278.1 +AAC74279.1 +AAC74280.1 +AAC74281.1 +AAC74282.4 +AAC74283.1 +AAC74284.2 +AAC74285.2 +AAC74286.1 +AAC74287.1 +AAC74288.1 +AAC74289.1 +AAC74290.2 +AAC74291.1 +AAC74292.1 +AAC74293.1 +AAC74294.1 +AAC74295.1 +AAC74296.1 +AAC74297.1 +AAC74298.1 +AAC74299.1 +AAT48126.1 +AAT48127.1 +AAT48128.1 +AAC74300.1 +AAC74301.1 +AAC74302.2 +AAC74303.1 +AAC74304.2 +AAC74305.1 +AAC74306.1 +AAC74307.1 +AAC74308.1 +AAC74309.1 +AAC74310.1 +AAC74311.1 +AYC08197.1 +AAC74313.2 +AAC74314.1 +AAC74315.1 +AAC74316.2 +AAC74317.1 +AAC74318.1 +AAC74319.1 +AAC74320.1 +AAC74323.1 +QNV50524.1 +AAC74324.1 +AAC76530.2 +AAC74325.1 +AAC74326.1 +AAC74327.1 +AAT48129.1 +AAC74329.1 +AAC74330.2 +AAC74331.1 +ABP93442.1 +AAC74332.1 +AAC74333.2 +AAC74334.1 +AAC74335.1 +AAC74336.1 +AAC74337.1 +AAC74338.1 +AAC74339.1 +AAC74340.1 +AAC74341.2 +AAC74342.1 +AAC74343.1 +AAC74344.3 +AAC74345.1 +AAC74346.1 +AAC74347.1 +AAC74348.1 +AAC74349.2 +AAC74350.1 +AAC74351.1 +AAC74352.1 +AAC74353.1 +AAC74354.1 +AAC74355.1 +AAC74356.1 +AAC74357.1 +ABD18655.3 +ABD18656.2 +AYC08199.1 +AAC74358.1 +AAC74359.1 +AAC74360.1 +AAC74361.1 +AAC74362.1 +AAC74363.1 +AAC74364.2 +AAC74365.1 +AAC74366.1 +ABP93443.1 +QNV50525.1 +AAC74367.1 +ACO59991.1 +AAC74368.1 +AAC74369.2 +AAC74370.1 +AAC74371.1 +AAC74372.1 +AAC74373.1 +AAC74374.1 +AAC74375.1 +AAC74376.1 +AAC74377.1 +AAC74378.2 +AYC08200.1 +AAC74379.2 +AAC74380.2 +AAC74381.1 +AAC74382.1 +AAC74383.1 +AAC74384.1 +AAC74385.2 +AAC74386.1 +AAC74387.1 +AAC74388.1 +AAC74389.1 +AAC74390.1 +AAC74391.2 +AAC74392.1 +AAC74393.1 +AAC74394.1 +AAC74395.1 +AAC74396.2 +AAC74397.1 +AAC74398.1 +AAC74399.1 +AAC74401.1 +AAC74402.1 +AAC74403.1 +AAC74404.1 +AAC74405.1 +AAC74406.1 +AAC74407.2 +AAC74408.2 +AYC08201.1 +AYC08202.1 +AAC74409.2 +AAC74410.1 +AAC74411.2 +AAC74412.1 +AYC08198.2 +AAC74414.1 +AAC74415.1 +AAC74416.1 +AAC74417.1 +AAC74418.2 +AAC74419.1 +AAC74420.2 +AAC74421.1 +AAC74422.1 +AAC74423.2 +QNV50526.1 +AAC74424.1 +AYC08203.1 +AAC74425.1 +AAC74426.1 +AAC74427.1 +AAC74428.2 +AAC74429.1 +AAC74430.1 +AAC74431.1 +AAC74432.1 +AAC74433.1 +ABD18659.1 +AAC74434.2 +AAC74435.2 +AAC74436.2 +AAC74437.2 +AAC74438.1 +AAC74439.1 +AAC74440.1 +AAC74441.1 +AAC74442.1 +AYC08204.1 +ABD18660.1 +AAC74445.1 +AAC74447.1 +AYC08205.1 +AYC08206.1 +gnl|b4570|CDS%3D1452 +AAC74452.1 +AAC74454.2 +AAC74455.1 +AAC74456.1 +AAC74457.2 +AYC08207.1 +AAC74458.2 +AAC74459.1 +AAC74460.1 +ABD18661.1 +AAC74461.1 +AAC74462.1 +AAC74463.1 +AAC74464.1 +AAC74465.2 +AAC74466.1 +AAC74467.2 +AAC74468.1 +AAC74469.1 +AAC74470.1 +AAC74471.1 +AAC74472.1 +AAC74473.4 +AAC74474.1 +AAC74475.1 +AAC74476.1 +AAC74477.1 +AAC74478.1 +AAC74479.1 +AAC74480.1 +AAC74481.1 +AAC74482.1 +ACO59992.1 +gnl|b4492|CDS%3D1488 +AAC74484.1 +AAC74485.2 +AAC74486.1 +AAC74488.1 +AAC74489.2 +AAC74490.2 +AAC74491.1 +AAC74492.1 +AAC74493.1 +AAC74494.1 +AAC74495.2 +AAC74496.1 +AAC74497.1 +AAC74500.2 +AAC74501.1 +QNV50527.1 +AAT48130.1 +AAC74502.1 +AAC74503.1 +AAC74504.2 +AAC74505.1 +AAC74506.3 +AAC74508.2 +AAC74509.1 +AAC74510.1 +AAC74511.1 +AAC74512.1 +AAC74513.1 +AAC74514.3 +AAC74515.2 +AAC74516.1 +AAC74517.2 +AAC74518.1 +AAC74519.2 +AAC74520.2 +AAC74521.1 +AAC74522.1 +AAC74523.1 +AAC74524.1 +AAC74525.1 +AAC74526.1 +ABP93444.1 +AAC74527.2 +AAC74528.1 +AAC74529.1 +AAC74530.1 +AAC74531.4 +AAC74532.2 +AAC74533.1 +AAC74534.1 +AAC74535.2 +AAC74536.1 +AAC74537.1 +AAC74539.1 +AYC08208.1 +AAC74542.1 +AAC74543.1 +AAC74544.2 +AAC74545.1 +AAC74546.1 +AAC74547.1 +AAC74548.1 +AAC74549.1 +AAC74550.1 +AAD13433.1 +AYC08209.1 +AYC08210.1 +AAD13437.3 +AAD13438.1 +AAD13439.1 +AAD13440.1 +AAD13441.2 +AAC74551.2 +AAC74552.2 +AAC74553.1 +AAC74554.2 +AAC74555.1 +AAC74556.1 +AAC74557.1 +AAC74558.1 +AAC74559.1 +AAC74560.1 +AAC74561.1 +AAC74562.2 +AAC74563.3 +AYC08211.1 +AAC74564.1 +AAC74565.1 +AAC74566.1 +AAC74567.1 +AAC74568.1 +AAC74569.1 +AYC08212.1 +AAC74570.2 +AAC74571.2 +AAC74572.1 +AAC74573.1 +AAC74574.1 +AAC74575.1 +AAC74576.1 +AAC74577.1 +AYC08213.1 +AAC74580.1 +AAC74581.1 +AAC74584.1 +AAC74585.1 +AAC74586.1 +AAC74587.1 +AAC74588.1 +AAC74589.1 +AAC74590.1 +AAC74591.1 +AAC74592.1 +AAC74593.2 +AAT48131.1 +AAC74595.1 +AAC74596.1 +AAC74597.1 +AAC74598.2 +AAC74599.1 +AAC74600.1 +AAC74601.1 +AAC74602.1 +AAC74603.2 +AAC74604.2 +AAC74605.1 +AAC74606.2 +AAC74607.1 +ABP93445.1 +QNV50528.1 +AAC74608.1 +AAC74609.1 +AAC74610.1 +AAC74611.1 +AAC74612.1 +AAC74613.1 +AAC74614.1 +AAC74615.1 +AYC08214.1 +AYC08215.1 +AAC74617.2 +AAC74618.1 +AAC74619.1 +AAC74620.1 +AYC08216.1 +ABD18667.1 +AAC74622.2 +AAC74623.2 +AAC74624.2 +AYC08217.1 +AYC08218.1 +AAC74625.1 +AAC74626.1 +ACO59993.1 +AAC74627.1 +AAC74628.1 +AAC74629.2 +QNV50529.1 +AAC74630.1 +AAC74631.1 +AYC08219.1 +AAC74632.2 +AAC74633.4 +AAC74634.1 +AAC74635.1 +AAC74636.1 +AAC74637.1 +AAC74638.1 +AAC74639.1 +AYC08220.1 +AYC08221.1 +AAC74642.1 +AAC74643.1 +AAC74644.1 +AAC74645.2 +AAC74646.1 +AAC74647.1 +AAC74648.1 +AYC08222.1 +AAC74652.1 +AAC74653.1 +AAC74654.1 +AAC74655.1 +AAC74656.1 +AAC74657.2 +AAC74658.2 +AAC74659.1 +AAC74660.4 +AAC74661.1 +AAC74662.1 +AAC74663.2 +AAC74664.2 +AAC74665.2 +AAC74666.1 +AAC74667.1 +AAC74668.1 +AAC74669.2 +ABP93446.1 +AAC74670.1 +AAC74671.1 +AAC74672.1 +QNV50530.1 +AAC74673.1 +AAC74674.1 +AAC74675.1 +AAC74676.1 +AAC74677.1 +AAC74678.1 +AAC74679.1 +AAC74680.2 +AAC74681.1 +AAC74682.1 +AAC74683.1 +AAC74684.1 +AAC74685.1 +AAC74686.1 +AAC74687.2 +AAC74688.1 +AAC74689.1 +AAC74690.1 +AAC74691.1 +AAC74692.1 +AAC74693.1 +AAC74694.1 +AAC74695.1 +AAC74696.2 +AAT48132.1 +AAC74697.1 +AAC74698.2 +AAC74699.1 +AAC74700.1 +AAC74701.1 +AAC74702.1 +AAC74703.1 +AAC74704.1 +AAC74705.1 +AAC74706.1 +AAC74707.1 +AAC74708.1 +AAC74709.1 +AAC74710.1 +AAC74711.2 +AAC74712.1 +AAT48133.1 +AAC74714.2 +AAC74715.1 +AAC74716.2 +AAC74717.1 +AAC74718.1 +AAT48134.1 +AAC74720.2 +AAC74721.3 +AAC74722.1 +AAC74723.1 +AAC74724.1 +AAC74725.1 +AAC74726.1 +AAC74727.1 +AAC74728.1 +AAC74729.1 +ABP93447.1 +AAC74730.1 +AAC74731.1 +AAT48135.1 +AAC74733.1 +AAC74734.1 +AAT48136.1 +AAC74736.1 +AAC74737.1 +AAC74738.1 +AAC74739.1 +AAC74740.1 +AAC74741.4 +AAC74742.1 +AAC74743.1 +AAC74744.1 +AAC74745.1 +UMR55113.1 +AAC74746.1 +AAC74747.1 +AAC74748.1 +AAC74749.1 +AAC74750.1 +AAC74751.1 +AAC74752.1 +AAC74753.2 +AAC74754.1 +AAC74755.2 +AAC74756.1 +AAC74757.1 +AAC74758.1 +AAC74759.2 +AAC74760.1 +AAC74761.4 +AAC74762.1 +AAC74763.1 +AAC74764.1 +AAC74765.2 +AAC74766.1 +AAC74767.1 +AAC74768.1 +AAC74769.1 +AAC74770.1 +AAC74771.3 +AAC74772.1 +AAC74773.1 +AAC74774.1 +AAC74775.1 +AAC74776.1 +AAC74777.1 +AAC74778.1 +AAC74779.1 +AAC74780.1 +AAC74781.1 +AAC74782.1 +AAC74783.1 +AAC74784.1 +AAC74785.1 +AAC74786.1 +AAC74787.1 +AAC74788.1 +AAC74789.1 +ABD18671.2 +AAC74792.1 +AAC74793.1 +AAC74794.1 +AAC74795.1 +AAC74796.1 +AAC74797.1 +AAC74798.4 +AAC74799.1 +AAC74800.2 +AAC74801.2 +AAT48137.1 +AAC74803.1 +AAC74804.1 +AAC74805.1 +AAC74806.1 +AAC74807.1 +AAC74808.1 +AAC74809.1 +AAC74810.1 +AAC74811.1 +AAC74812.2 +AAC74813.1 +AAC74814.1 +AAC74815.1 +AAC74816.1 +AAC74817.1 +AAC74818.1 +AAC74819.1 +AAC74820.2 +AAC74821.2 +AAC74822.1 +AAC74823.1 +AAC74824.2 +AAC74825.2 +AAC74826.1 +AAC74827.2 +AAC74828.2 +AAC74829.1 +AAC74830.1 +AAC74831.1 +AAC74832.2 +AAC74833.1 +AAC74834.1 +AAC74835.1 +AAC74836.1 +AAC74837.1 +AAC74838.2 +AAC74839.1 +AAC74840.1 +AAC74841.1 +AAC74842.2 +AAC74843.1 +AAC74844.1 +AAC74845.1 +AAC74846.1 +AAC74847.2 +AAC74848.1 +AAC74849.1 +AAC74850.2 +AAC74851.1 +AAC74852.1 +AAC74853.1 +AAC74854.1 +AAC74855.1 +AAC74856.2 +AAC74857.1 +AAC74858.2 +AAC74859.1 +AAC74860.1 +AAC74861.1 +AAC74862.2 +AAC74863.1 +AAC74864.2 +ACO59994.1 +ACO59995.1 +AAC74865.1 +AAC74866.1 +AAC74867.1 +AAC74868.1 +AAC74869.2 +AAC74870.1 +AAC74871.1 +AAC74872.1 +AAC74873.1 +AAC74874.1 +AAC74875.1 +AAC74876.1 +AAC74877.1 +AAC74878.1 +AAC74879.2 +AAC74880.2 +AAC74881.1 +AAC74882.1 +AAC74883.1 +AAC74884.1 +AAC74885.2 +AAC74886.1 +AYC08223.2 +AAC74887.1 +AAC74888.1 +AAC74889.2 +AAC74890.1 +AAC74891.2 +AAC74892.1 +AAC74893.1 +AAC74894.1 +AAC74895.1 +AAC74896.1 +ABD18672.1 +AAC74897.1 +AAC74898.2 +AAC74899.1 +AAC74900.1 +AAC74901.2 +AAC74902.2 +AAC74903.1 +AAC74904.2 +AAC74905.2 +AAC74906.2 +AAC74907.2 +AAC74908.2 +AAC74909.1 +AAC74910.1 +AAC74911.1 +AAC74912.1 +AAC74913.1 +AAC74914.1 +AAC74915.1 +AAC74916.1 +AAC74917.2 +AAC74918.1 +AAC74919.1 +AAC74920.1 +AAC74921.1 +AAC74922.1 +AAC74923.1 +AAC74924.1 +AAC74925.1 +AAC74926.2 +AAC74927.2 +AAC74928.1 +AAC74929.1 +AAC74930.1 +AAC74931.1 +ACO59996.1 +AAC74932.2 +AAC74933.1 +AAC74934.1 +AAC74935.1 +AAC74936.1 +AAC74937.2 +AAC74938.1 +AAC74939.2 +AAC74940.1 +AAC74941.1 +AAC74942.2 +AAC74943.1 +AAC74944.2 +AAC74945.2 +AAC74946.1 +QNV50531.1 +AAC74947.2 +AAC74948.1 +AAC74949.1 +AAC74950.1 +AAC74951.1 +AAC74952.1 +AAC74953.1 +AAC74954.1 +AAC74955.1 +AAC74956.1 +AAC74957.1 +AAC74958.2 +AAC74959.1 +AAC74960.1 +AAC74961.1 +AAC74962.2 +AAC74963.1 +AAC74964.1 +AAC74965.1 +AAC74966.1 +AAC74967.1 +AAT48138.2 +AAC74970.1 +AAC74971.1 +AAC74972.1 +AAC74973.2 +ACO59997.1 +AAC74974.1 +AAC74975.1 +AAC74976.1 +AAC74977.1 +AAC74978.1 +AAC74979.1 +AAC74980.2 +AAC74981.1 +AYC08224.1 +AAC74982.1 +AAC74983.1 +AAC74984.1 +AAC74985.1 +AAC74986.2 +AAC74987.1 +AAC74988.2 +AAC74989.1 +AAC74990.1 +AAC74991.1 +AAC74992.1 +AAC74993.1 +AAC74994.1 +AAC74995.1 +AAC74996.1 +AAC74997.1 +AAT48139.1 +AAC74999.1 +AAC75004.1 +AAC75005.1 +AAC75006.1 +AAC75007.2 +AAC75008.1 +AAC75009.1 +AAC75010.1 +AAC75011.1 +AAC75012.1 +AAC75013.1 +AAC75014.2 +AAC75015.1 +AAC75016.1 +AAC75017.1 +AAC75018.1 +AAC75019.1 +AAC75020.2 +AAC75021.1 +AAC75022.2 +AAC75023.1 +AAC75024.1 +AAC75025.1 +AAC75026.1 +AAC75027.1 +AAC75028.1 +AAC75029.3 +AAC75033.1 +AAC75034.1 +AAC75035.2 +AAC75036.1 +AAC75037.1 +AAC75038.1 +AAC75039.1 +AAC75040.2 +AAC75041.2 +AAC75042.4 +AAC75045.1 +AAC75046.1 +AAC75047.1 +AAC75048.3 +AAC75049.1 +AAC75050.1 +AAC75051.1 +AAC75052.1 +AAC75053.1 +AAC75054.1 +AAC75055.2 +gnl|b4582|CDS%3D2117 +AAC75057.1 +AAT48140.2 +AAT48141.1 +AAC75062.2 +AAC75063.1 +AAC75064.1 +AAC75065.1 +AAC75066.1 +AYC08225.1 +AYC08226.1 +AAC75068.2 +UMR55114.1 +AAC75069.1 +AAC75070.1 +AAC75071.2 +AAC75072.1 +AAC75073.1 +AAC75074.1 +AAC75075.2 +ACO59998.1 +AAC75076.2 +AAC75077.1 +ABD18681.1 +AAC75078.2 +AAC75079.1 +AAC75080.1 +AAC75081.1 +AAC75082.1 +AAC75083.2 +AAC75084.1 +AAC75085.2 +AAC75086.1 +AAC75087.1 +AAC75088.2 +AAC75089.1 +AAC75090.1 +gnl|b4571|CDS%3D2157 +AAC74413.2 +AAC75093.1 +AAC75094.1 +AAC75095.1 +AAC75096.1 +AAC75097.1 +AAC75098.1 +AAC75099.1 +AAC75100.1 +AAC75101.1 +AAC75102.1 +AAC75103.1 +AAC75104.1 +AAC75105.1 +AAC75106.1 +AAC75107.1 +AAC75108.1 +AAC75109.1 +AAC75110.1 +AAC75111.1 +AAC75112.2 +AAC75113.1 +AAC75114.1 +AAC75115.1 +AAC75116.1 +AAC75117.1 +AAC75118.1 +AAC75119.1 +AAC75120.1 +AAC75121.2 +AAC75122.1 +AAC75123.1 +AAC75124.2 +AAC75125.1 +AAC75126.1 +AAC75127.2 +AAC75128.1 +AAC75129.1 +AAC75130.2 +AAC75131.1 +AAC75132.1 +AAC75133.1 +AAC75134.1 +ACO59999.1 +ACO60000.1 +AAC75135.2 +AAC75136.1 +AAC75137.1 +AAC75138.1 +AAC75139.1 +AAC75140.1 +AAC75141.2 +AAC75142.1 +AAC75143.1 +AAC75146.2 +AAC75147.1 +gnl|b4498|CDS%3D2218 +AAC75149.2 +AAC75150.1 +AAC75152.1 +AAC75154.1 +AAC75155.1 +AAC75156.1 +AAC75157.2 +AAC75158.2 +AAC75159.1 +AAC75160.1 +AAC75161.1 +AAC75162.1 +AAC75163.2 +AAC75164.1 +AAC75165.1 +AAC75166.1 +AAC75167.1 +AAC75168.2 +AAC75169.1 +AAC75170.1 +AAC75171.1 +AAC75172.1 +AAC75173.1 +AAC75174.2 +AAC75175.1 +AYC08227.1 +AAC75179.1 +ABD18687.1 +AAC75180.2 +AAC75181.1 +AAC75182.1 +AYC08228.1 +AAC75184.2 +AAC75185.1 +AAC75186.2 +AAC75187.1 +AAC75188.1 +ABD18688.1 +AAC75189.1 +AAC75190.1 +AAC75191.1 +AAC75192.1 +AAC75193.1 +AAC75194.1 +AAC75195.2 +AAC75196.2 +AAC75197.2 +AAC75198.1 +ACO60001.1 +AAC75201.1 +AAC75202.1 +AAC75203.1 +AAC75204.1 +AAC75205.1 +AAC75206.1 +AAC75207.1 +AAC75208.2 +AAC75209.1 +AAC75210.1 +AAC75211.1 +AAC75212.1 +AAC75213.1 +AAC75214.1 +AAC75215.1 +AAC75216.1 +AAC75217.1 +AAC75218.1 +AAC75219.1 +AAC75220.1 +AAC75221.1 +AAC75222.1 +AAC75223.1 +AAC75224.1 +AAC75225.1 +AAC75226.1 +AAC75227.1 +AAC75228.1 +AAC75229.1 +AAC75230.1 +AAC75231.1 +ABD18689.1 +AAC75232.2 +AAC75233.1 +AAC75234.1 +AAC75235.2 +AAC75236.1 +AAC75237.1 +AAC75238.2 +AAC75239.1 +AAC75240.1 +AAC75241.1 +AAC75242.1 +AAC75243.1 +AAC75244.1 +AAC75245.1 +AAC75246.1 +AAC75247.1 +AAC75248.1 +AAC75249.1 +gnl|b2190|CDS%3D2322 +AAC75091.2 +AAC75253.1 +AAC75254.1 +AAC75255.1 +AAC75256.1 +AAC75257.1 +AAC75258.1 +AAC75259.1 +AAC75260.1 +AAC75261.2 +AAC75262.1 +AAC75263.2 +AAC75264.1 +AAC75265.1 +AAC75266.1 +AAC75267.1 +AAC75268.1 +AYC08229.1 +AAC75269.1 +AAC75270.1 +AAC75271.1 +AAC75272.1 +AAC75273.1 +AAC75274.1 +AAC75275.1 +AAC75276.1 +AAC75277.1 +AAC75278.2 +AAC75279.1 +AAC75280.1 +AAC75281.1 +AAC75282.1 +AAC75283.1 +AAC75284.1 +AAC75285.1 +AAC75286.1 +AAC75289.2 +AAC75290.2 +AAC75291.1 +AAC75292.1 +AAC75293.1 +AYC08230.1 +AAC75294.1 +QNV50532.1 +AAC75295.1 +AAC75296.1 +AAC75297.1 +AAC75299.1 +AAC75300.1 +AAC75301.1 +AAC75302.1 +AAC75303.1 +AAC75304.1 +AAC75305.1 +AAC75306.2 +AAC75307.2 +AAC75308.1 +AAC75309.1 +AAC75310.2 +AAC75311.1 +AAC75312.1 +AAC75313.4 +AAC75314.1 +AAC75315.1 +AAC75316.1 +AAC75317.1 +ABD18693.1 +AAC75318.2 +AAC75319.2 +AAC75320.1 +AAC75321.1 +AAC75322.1 +AAC75323.1 +AAC75324.1 +AAC75325.2 +AAC75326.1 +AAC75327.1 +AAC75328.2 +AAC75329.1 +AAC75330.1 +AAC75331.2 +AAC75332.1 +AAC75333.1 +AAC75334.2 +AAC75335.2 +AAC75336.2 +AAC75337.1 +AAC75338.1 +AAC75339.1 +AAC75340.1 +AAC75341.1 +AAC75342.1 +AAC75343.2 +AAC75344.1 +AAC75345.1 +AAC75346.2 +AAC75347.1 +AAC75348.1 +AAC75349.1 +AAC75350.1 +AAC75351.1 +AAC75352.1 +AAC75353.2 +AAC75354.2 +AAC75355.1 +AAC75356.1 +AAC75357.1 +AAC75358.2 +AAC75359.1 +AAC75360.1 +AAC75361.1 +AAC75362.1 +AAC75363.1 +AAC75364.1 +AAC75365.1 +AAC75366.1 +AAC75367.1 +AAC75368.1 +AAC75369.1 +AAC75370.1 +AAC75371.1 +AAC75372.1 +AAC75373.1 +AAC75374.2 +AAC75375.1 +AAC75376.1 +AAC75377.1 +AAC75378.1 +AAC75379.1 +AAC75380.1 +AAC75381.1 +AAC75382.1 +AAC75383.1 +AAC75384.2 +AAC75385.1 +AAC75386.1 +AAC75387.1 +AAC75388.1 +AAC75389.1 +AAC75390.2 +AAC75391.1 +AAC75392.2 +AAC75393.1 +AAC75394.1 +AAC75395.1 +AAC75396.1 +AAC75399.1 +AAC75400.1 +AAC75401.1 +AAC75402.1 +AAC75403.2 +AAC75404.2 +AAC75405.1 +AAC75406.1 +AAC75407.1 +AAC75408.1 +AAC75409.1 +AAC75410.1 +AAC75411.1 +QNV50533.1 +AAC75413.1 +AYC08231.1 +AAC75416.1 +AYC08232.1 +AAC75418.2 +AAC75419.1 +AAC75420.2 +AAC75421.1 +AAC75422.1 +AYC08233.1 +ABD18695.1 +AAC75423.1 +AAC75424.1 +AAC75425.1 +AAC75426.1 +AAC75427.1 +QNV50534.1 +AAC75428.1 +AAC75429.1 +AAC75430.2 +AAC75431.1 +AAC75432.1 +AAC75433.1 +AAC75434.1 +AAC75435.1 +AAC75436.1 +AAC75437.2 +ACO60002.1 +AAC75438.1 +AAC75439.1 +AAC75440.1 +AAC75441.1 +AAC75442.1 +AAC75443.1 +AAC75444.1 +AAC75445.1 +AAC75446.1 +AAC75447.1 +AAC75448.1 +AAC75449.1 +AAC75451.1 +UMR55115.1 +AAC75452.1 +AAC75453.2 +AAC75454.2 +AAC75455.2 +AAC75456.3 +AAC75457.1 +AAC75458.1 +AAC75459.1 +AAC75460.1 +AAC75461.1 +AAC75462.1 +AAC75463.1 +ABD18696.1 +AAC75464.1 +AAC75465.1 +AAC75466.1 +AAC75467.1 +AAC75468.1 +AAC75469.1 +AAC75470.1 +AAC75471.1 +AAC75472.1 +AAC75473.1 +AAC75474.1 +AAC75475.1 +AAC75476.2 +AAC75477.1 +AAC75478.1 +AAC75479.2 +AAC75480.1 +AAC75481.1 +AAC75482.1 +AAC75483.2 +AAC75484.2 +AAC75485.1 +AAC75486.2 +AAC75487.2 +AAC75488.1 +AAC75489.1 +AAC75490.1 +AAC75491.2 +AAC75492.1 +AAC75493.1 +AAC75494.2 +AAC75495.2 +AAC75496.1 +AAC75497.1 +AAC75498.2 +AAC75499.1 +AAC75500.1 +AAC75501.2 +AAC75502.1 +AAC75503.2 +AAC75504.1 +AAC75505.1 +AAC75506.2 +AAC75507.1 +AAC75508.1 +AAC75509.1 +AAC75510.2 +AAC75511.1 +AAC75512.1 +AAC75513.1 +AAC75514.1 +AAC75515.2 +AAC75516.1 +AAC75517.1 +AAC75518.1 +AAC75519.1 +AAC75520.1 +AAC75521.1 +AAC75522.1 +AAC75523.1 +ABP93450.1 +AAC75524.1 +AAC75525.1 +ABD18697.1 +AAC75526.2 +AAC75527.1 +AAC75528.1 +AAC75529.1 +AAC75530.2 +AAC75531.1 +AAC75532.2 +AAC75533.1 +AAC75534.2 +AAC75535.1 +AAC75536.2 +AAC75537.1 +AAC75538.1 +AAC75539.1 +AAC75540.1 +AAC75541.1 +AAC75542.1 +AAC75543.2 +AAC75544.2 +AAC75545.1 +AAC75546.1 +AAC75547.1 +AAC75548.1 +AAC75549.2 +AAC75550.1 +AAC75551.2 +AAC75552.1 +AAC75553.1 +AAC75554.1 +AAC75555.1 +AAC75556.1 +AAC75557.1 +AAC75558.1 +AAC75559.1 +AAC75560.1 +AAC75561.1 +AAC75562.1 +AAC75563.2 +AAC75564.2 +AAC75565.1 +AAC75566.1 +AAC75567.1 +AAC75568.1 +AAC75569.1 +AAC75570.1 +AAC75571.1 +AAC75572.1 +AAC75573.1 +AAC75574.2 +UMR55116.1 +AAC75575.2 +AAC75576.2 +AAC75577.1 +AAC75578.1 +AAC75579.1 +AAC75580.1 +AAC75581.1 +AAC75582.1 +AAT48142.1 +AAC75584.1 +AAC75585.1 +AAC75586.1 +AAC75587.2 +AAC75588.2 +AAC75589.1 +AAC75590.1 +AGW80435.1 +AAC75591.1 +AAC75592.1 +AAC75593.1 +AAC75594.1 +AAC75595.1 +AAC75596.2 +AAC75597.1 +AAC75598.2 +AAC75599.1 +AAC75600.1 +AAC75601.1 +AAC75602.2 +AAC75603.2 +AAC75604.1 +AAC75605.1 +AAC75606.1 +AAC75607.1 +AAC75608.1 +AAC75609.2 +AAT48143.1 +AAC75611.2 +AAC75612.2 +AAC75613.2 +AAC75614.2 +AAC75615.1 +ACO60003.1 +AAC75616.1 +AAC75617.1 +AAC75618.1 +AAC75619.1 +AAC75620.1 +AAC75621.1 +AAC75622.1 +AAC75623.1 +AAC75624.1 +AAC75625.1 +AAC75626.1 +AYC08234.1 +AAC75627.1 +AAC75628.2 +AAC75629.1 +AAC75630.2 +AAC75631.1 +AAC75632.1 +AAC75633.1 +AAC75634.1 +AAC75635.1 +AAC75636.2 +AAC75637.1 +QNV50535.1 +AAC75638.2 +AAC75639.2 +AAC75640.1 +QNV50536.1 +AAC75641.1 +AAC75642.1 +AAC75643.1 +AAC75644.1 +AAC75646.1 +AAC75647.1 +AAC75648.1 +AAC75649.1 +AAC75650.1 +AAC75651.2 +AAC75652.1 +AAC75653.1 +AAC75654.1 +AAC75655.1 +AAC75656.1 +AAC75657.2 +AAC75658.1 +AAC75659.1 +AAC75660.2 +AAT48144.3 +AAC75663.1 +AAC75664.1 +AAT48145.1 +AAC75666.2 +AAC75667.2 +AAC75668.1 +AAC75669.1 +AAC75670.1 +AAC75671.1 +AAC75672.1 +AAC75673.1 +AAC75674.1 +AAC75675.1 +AAC75676.1 +AAC75677.1 +AAC75678.1 +AAC75679.2 +AAT48146.1 +AAC75681.1 +AAC75682.1 +AAC75683.2 +AAC75684.2 +AAC75685.1 +AYC08235.1 +AAC75690.1 +AAC75691.1 +AAC75692.1 +ABD18698.1 +AAC75693.1 +AAC75694.1 +AAC75695.2 +AYC08236.1 +AYC08237.1 +AAC75706.2 +AAC75707.2 +AAC75708.1 +AAC75709.1 +AAC75710.1 +AAC75711.2 +AAC75712.1 +AAC75713.1 +AAC75714.1 +AAC75715.1 +AAC75716.1 +AAC75717.1 +AAC75718.1 +AAC75719.2 +AAC75720.1 +AAC75721.1 +AAC75722.1 +AAC75723.1 +AAC75724.1 +AAC75725.1 +AAC75726.1 +AAC75729.1 +AAC75730.1 +AAC75731.1 +AAC75732.1 +AAC75733.1 +AAC75734.1 +AAC75735.1 +AAC75736.1 +AAC75737.1 +AAC75738.1 +AAC75739.1 +AAC75740.1 +AAC75741.1 +AAC75742.1 +AAC75743.1 +AAT48148.1 +AAT48149.1 +AAC75746.1 +AAC75747.1 +AAC75748.1 +AAC75749.1 +AAC75750.2 +AAC75751.2 +AAC75752.1 +AAC75753.1 +AAC75754.1 +AAC75755.1 +AAC75756.2 +AAT48150.1 +AAC75758.1 +AAC75759.1 +AAC75760.1 +AAC75761.1 +AAC75762.1 +AAC75763.1 +AAC75764.1 +AAC75765.1 +AAC75766.1 +AAC75767.1 +AAC75768.1 +AAC75769.1 +AAC75770.1 +AAC75771.1 +AAC75772.2 +AAC75773.1 +AAC75774.1 +AAC75775.1 +AAC75776.1 +AAC75777.2 +AAC75778.1 +AAC75779.1 +AAC75780.1 +AAC75781.1 +AAC75782.1 +AAC75783.1 +AAC75784.1 +AAC75785.1 +AAC75786.1 +AAC75787.1 +AAC75788.1 +AAC75789.1 +AAC75790.1 +AAC75791.1 +AAC75792.1 +AAC75793.1 +AAC75794.1 +AAC75795.1 +AAC75796.2 +AAC75797.1 +AAC75798.1 +AAC75799.2 +AAC75800.1 +AAC75801.1 +AAC75802.1 +AAC75803.1 +AAC75804.1 +AAC75805.1 +AAC75806.1 +AAC75807.1 +AAC75808.2 +AAC75809.2 +AAC75810.1 +AAC75811.2 +AAC75812.2 +AAC75813.2 +AAT48151.1 +AAC75816.2 +AAC75817.1 +AAC75818.1 +AAC75819.1 +ACO60004.1 +AAC75820.2 +AAC75821.1 +AAC75822.1 +AAC75823.1 +AAC75824.1 +AAC75825.1 +AAC75826.1 +AAC75827.1 +AAC75828.1 +AAC75829.1 +AAC75830.1 +AAC75831.1 +AAC75832.1 +AAC75833.1 +AAC75834.1 +AAC75835.1 +AAC75836.1 +AAC75837.1 +AAC75838.1 +AAC75839.1 +AAC75840.2 +AAC75841.2 +AAC75842.1 +AAC75843.1 +AAC75844.1 +AAC75845.2 +AAC75846.1 +AAC75847.1 +AAC75848.1 +AAC75849.1 +AAC75850.1 +AAC75851.2 +AAC75852.1 +AAC75853.1 +AAC75854.1 +AAC75855.1 +AAC75856.2 +AAC75857.1 +AAC75858.1 +AAC75859.1 +AAC75860.1 +AAC75861.1 +AAC75862.1 +AAC75863.2 +AAC75864.1 +AAC75865.1 +AAC75866.1 +AAC75867.1 +AAC75868.1 +AAC75869.1 +AYC08238.1 +AAC75870.1 +AAC75871.1 +AAC75872.1 +AAC75873.1 +AAC75874.1 +AAC75875.1 +AAC75876.1 +AAC75877.1 +AAC75878.1 +AAC75879.1 +AAC75880.1 +AAC75881.1 +AAC75882.1 +AAC75883.2 +AAC75884.1 +AAC75885.2 +AAC75886.1 +AAC75887.2 +ACO60005.1 +AAC75888.2 +AAC75890.1 +AAC75891.1 +AAC75892.1 +AAC75899.1 +AAC75900.3 +AYC08239.1 +AAC75903.2 +AAC75904.1 +AAC75905.1 +AAC75906.1 +AAC75907.1 +AAT48152.1 +AAC75909.1 +AAC75910.1 +AAC75911.2 +AAC75912.1 +AAC75913.1 +AAC75914.2 +AAC75915.1 +AAC75916.1 +AAC75917.2 +AAC75918.1 +AAC75919.1 +AAC75920.2 +AAC75921.1 +AAT48153.1 +AAC75924.2 +AAC75925.2 +AAC75926.2 +ACO60006.1 +AYC08240.1 +AAC75927.1 +AAC75928.1 +AAC75929.1 +AAC75930.1 +AAC75931.1 +AAC75932.1 +AAC75933.1 +AAC75934.1 +AAC75935.1 +AAC75936.1 +AAC75937.1 +AAC75938.1 +AAC75939.1 +AAC75940.1 +AAC75941.1 +AAC75942.1 +AAC75943.1 +AYC08241.1 +AAC75944.1 +AAC75945.1 +AAC75946.1 +AAC75947.2 +AAC75948.1 +AAC75949.1 +ACO60007.1 +AAC75950.1 +AAC75951.1 +AAC75953.1 +AAC75954.1 +AAC75955.1 +AAC75956.2 +AAC75957.1 +AAC75958.2 +AAC75959.1 +AAC75960.1 +AAC75961.1 +AAC75962.1 +AAC75963.1 +AAC75964.1 +AAC75965.1 +AAC75966.1 +AAC75967.1 +AAT48154.1 +AAC75970.1 +AAC75971.1 +AAT48155.1 +AAC75973.2 +AAC75974.1 +AAC75975.1 +AAC75976.2 +QNV50537.1 +AAC75977.1 +AYC08242.1 +AAC75979.1 +AAC75980.1 +AAC75981.1 +AAC75982.1 +AAC75983.2 +AAC75984.1 +AAC75985.2 +AAC75986.1 +AAC75987.2 +AAC75988.1 +AAC75989.1 +AAC75990.2 +AAC75991.1 +AAC75992.1 +AAC75993.1 +AAC75994.1 +AAC75995.1 +AAC75996.2 +AAC75997.1 +AAC75998.1 +AAC75999.1 +AAC76000.2 +AAC76001.2 +AAC76002.2 +QNV50538.1 +AAC76003.1 +AAC76004.1 +QNV50515.1 +QNV50539.1 +QNV50516.1 +AAC76007.1 +AAC76008.2 +AAT48156.1 +AAC76011.1 +AAC76012.1 +AAC76013.1 +AAT48157.1 +AAT48158.1 +AAC76015.1 +AAC76016.1 +AYC08243.1 +AAC75252.2 +AAT48159.1 +AAC76020.1 +AAC76021.1 +AAC76022.1 +AAC76023.1 +AAC76024.1 +AAC76025.2 +AAC76026.1 +AAC76027.1 +AAC76028.1 +AAC76029.1 +AAC76030.1 +AAC76031.1 +AAC76032.1 +AAC76033.1 +AAC76034.1 +AYC08244.1 +AAC76037.1 +AAC76038.1 +AAC76039.1 +AAC76041.1 +AAC76042.1 +AAC76044.1 +AAC76045.1 +AAC76046.2 +AAC76047.1 +AAC76048.2 +AAT48160.1 +AAC76050.1 +AAT48161.1 +AAC76053.1 +AAC76054.1 +AAC76055.1 +AAC76056.1 +AAC76057.1 +AAC76058.1 +AAT48162.1 +AAC76060.1 +AAC76061.1 +AAC76062.1 +AAC76063.1 +AAC76064.1 +AAC76065.1 +AAC76066.1 +AAC76067.1 +AAC76068.1 +AAC76069.1 +AAC76070.1 +AAC76071.2 +AAC76073.3 +AAC76074.1 +AAC76075.3 +AAC76076.1 +AYC08246.1 +AAC76077.1 +AAC76078.2 +AAC76079.1 +gnl|b3046|CDS%3D3203 +AAC76080.3 +AAC76081.1 +AAC76083.2 +AAC76084.1 +AAC76085.1 +AAC76086.1 +AAC76087.1 +ACO60008.1 +ACO60009.1 +AAC76088.1 +AAC76089.1 +AAC76090.1 +AAC76091.1 +AAC76092.1 +AAC76093.1 +AAC76094.2 +AAC76095.1 +AAC76096.1 +AAC76097.1 +AAC76098.1 +AAC76099.1 +AAC76100.1 +AAC76101.1 +AAC76102.1 +AAC76103.1 +AAC76104.1 +AAC76105.1 +AAC76106.1 +AAC76107.1 +AAC76108.3 +AAC76109.1 +AAC76110.1 +AAT48164.1 +AAC76112.1 +AAT48165.1 +AAC76114.1 +AAC76115.1 +AAC76116.1 +AAC76117.1 +AAC76118.1 +AAC76119.2 +AAC76120.2 +AAC76121.1 +AAC76122.2 +AAT48166.1 +AAC76124.1 +AAC76125.1 +AAC76126.1 +AAC76127.1 +AAC76128.2 +AAC76129.2 +QNV50540.1 +AAC76130.1 +AAC76131.1 +AAC76132.2 +AAC76133.1 +AAC76134.1 +AAC76135.1 +AAC76136.2 +AAC76137.1 +AAC76138.1 +AAC76139.1 +AAC76140.1 +AAC76141.1 +AAC76142.2 +AAT48167.1 +AAT48168.3 +AAT48169.1 +AAC76148.2 +AAT48170.1 +AAC76150.2 +AAC76151.1 +AAC76152.1 +AAC76153.1 +AAC76154.2 +AAC76155.2 +AAC76156.1 +AAC76158.2 +AAC76159.3 +AAC76160.1 +AAC76161.1 +AAC76162.1 +AAC76163.1 +AAC76164.1 +AAC76165.1 +AAC76166.1 +AAC76167.2 +AAC76170.1 +AAC76171.1 +AAC76172.1 +AAC76173.1 +AAC76174.1 +AAC76175.1 +AAC76176.1 +AAC76177.1 +AAC76178.1 +AAC76179.1 +AAC76180.1 +AAC76181.1 +AAC76182.1 +AAC76183.1 +AAC76184.1 +AAC76185.1 +AAC76186.2 +AAC76187.2 +AAC76188.1 +AAC76189.1 +AAC76190.1 +AAC76191.1 +AAC76192.1 +AAC76193.2 +AAC76194.1 +AAC76195.1 +AAC76196.2 +ACO60010.1 +AAC76197.1 +AAC76198.2 +AAC76199.1 +AAC76200.1 +AAC76201.1 +AAC76202.1 +AAC76203.1 +AAC76204.4 +AAC76205.1 +AAC76206.2 +AAC76207.1 +AAC76208.1 +AAC76209.2 +AAC76210.1 +AAC76211.1 +AAC76212.1 +AAC76213.2 +AAC76214.1 +AAC76215.1 +AAC76216.1 +AAC76217.1 +AAC76218.1 +AAC76219.1 +AAC76220.1 +AAC76221.1 +AAC76222.2 +AAC76223.2 +AAC76224.1 +AAC76225.1 +AAC76226.1 +AAC76227.1 +AAC76228.1 +AAC76229.1 +AAC76230.1 +AAC76231.1 +AAC76232.1 +AAC76233.1 +AAC76234.1 +AAC76235.1 +AAC76236.1 +AAC76237.1 +AAC76238.1 +AAC76239.1 +AAC76240.1 +AAC76241.2 +AAT48172.1 +AAC76243.1 +AAC76244.2 +AAC76245.1 +AAC76246.1 +AAC76247.1 +AAC76248.1 +gnl|b4569|CDS%3D3381 +AAC76018.2 +AAC76251.1 +AAC76252.1 +AAC76253.1 +AAC76254.2 +AAC76255.1 +AAC76256.2 +AAC76257.1 +AAC76258.1 +AAC76259.1 +AAC76260.1 +AAC76261.1 +AAC76262.1 +AAC76263.1 +AAC76264.1 +AAC76265.2 +AAC76266.1 +AAC76267.1 +AAC76268.1 +AAC76269.1 +AAC76270.2 +AAC76271.1 +AAC76272.1 +AAC76273.1 +AAC76274.2 +AAC76275.1 +AAC76276.1 +AAT48173.1 +AAC76279.2 +AAC76280.1 +AAC76281.1 +AAC76282.1 +AAC76283.2 +AAC76284.1 +AAC76285.1 +AAC76287.1 +AAC76288.1 +AAC76289.1 +AAC76290.2 +AAC76291.1 +AAC76292.1 +AAC76293.1 +AAC76294.2 +AAC76295.1 +AAC76296.1 +AAC76297.1 +AAC76298.1 +AAC76299.1 +AAT48174.1 +AAC76302.2 +AAC76303.1 +AAC76304.2 +AAC76305.1 +AAC76306.1 +AAC76307.1 +AAT48175.1 +AAC76309.1 +AAT48176.1 +AAC76312.1 +AAC76313.1 +AAC76314.1 +AAC76315.1 +AAC76316.1 +ABD18700.1 +AAC76317.1 +AAC76318.1 +AAC76319.1 +AAC76320.1 +AAC76321.1 +AAC76322.1 +AAC76323.1 +AAC76324.1 +AAC76325.1 +AAC76326.1 +AAC76327.1 +AAC76328.1 +AAC76329.1 +AAC76330.1 +AAC76331.1 +AAC76332.1 +AAC76333.1 +AAC76334.1 +AAC76335.1 +AAC76336.1 +AAC76337.1 +AAC76338.1 +AAC76339.1 +AAC76340.1 +AAC76341.1 +AAC76342.1 +AAC76343.1 +AAC76344.1 +AAC76345.1 +AAC76346.1 +AAC76347.1 +AAC76348.1 +AAC76349.1 +AAC76350.2 +AAC76351.1 +AAC76352.1 +AAC76353.1 +AAC76354.1 +AAC76355.2 +AAC76356.1 +AAC76357.1 +AAC76358.2 +AAC76359.2 +AAC76360.1 +AAC76361.1 +AAC76362.1 +AAC76363.1 +AAC76364.1 +AAC76365.1 +AAC76366.1 +AAC76367.1 +AAC76368.1 +AAC76369.1 +AAC76370.1 +AAC76371.2 +AAC76372.1 +AAC76373.1 +AAC76374.1 +ABD18701.1 +AAC76375.1 +AAC76376.1 +AAC76377.1 +AAC76378.1 +AAC76379.1 +AAC76380.1 +AAC76381.1 +AAC76382.1 +AAC76383.2 +AAC76384.1 +UMR55117.1 +AAC76385.1 +AAC76386.1 +AAC76387.1 +AAC76388.1 +AAC76389.1 +AAC76390.1 +AAC76391.1 +AAC76392.2 +AAC76393.1 +AAC76394.1 +AAC76395.2 +AAC76396.2 +AAT48177.1 +AAC76399.1 +AAC76400.2 +AAC76401.1 +AAC76402.1 +AAC76403.2 +AAC76404.1 +AAC76405.1 +AAC76406.1 +AAC76407.2 +AAT48178.1 +AAC76409.1 +AAC76410.1 +AAC76411.1 +AAC76412.1 +AAC76413.1 +AAC76414.1 +AAC76415.2 +AAC76416.1 +AAC76417.2 +AAC76418.1 +AAC76419.1 +AAC76420.2 +AAC76421.2 +AAC76422.1 +AAC76423.1 +AAC76424.2 +AAC76425.1 +AAC76426.2 +AAC76427.1 +AAC76428.1 +AAC76429.1 +AAC76430.1 +AAC76431.2 +AAC76432.2 +AAC76433.1 +AAC76434.1 +AAC76435.1 +AAC76436.1 +AAC76437.1 +AAC76438.2 +AAC76439.1 +AAT48179.1 +AAC76441.1 +AAT48180.1 +AAC76443.1 +AAT48181.1 +AAC76446.1 +AAC76447.1 +AAT48182.1 +AAC76450.1 +AAC76451.1 +AYC08247.1 +AAC76453.1 +AAC76454.1 +AAC76455.1 +AAC76456.1 +AAC76457.1 +QNV50541.1 +QNV50542.1 +AAC76458.1 +AAC76459.1 +AAT48183.1 +AAC76462.2 +AAT48184.1 +AAC76464.1 +AAC76465.1 +AAC76466.1 +AAC76467.1 +gnl|b3443|CDS%3D3609 +AAC76469.1 +AAC76470.1 +AYC08248.1 +AAC76471.1 +AAC76472.1 +AAC76473.1 +AAC76474.1 +AAC76475.2 +AAC76476.1 +AAC76477.1 +AAC76478.1 +AAC76479.2 +AAC76480.1 +AAC76481.1 +AAC76482.1 +AAC76483.1 +AAC76484.1 +AAT48185.1 +AAC76486.1 +AAC76487.1 +AAC76488.1 +AAC76489.1 +AAC76490.1 +AAC76491.1 +AAC76492.1 +AAC76493.1 +AAC76494.1 +AAC76495.1 +AAC76496.1 +AAC76497.2 +AAC76498.2 +AAC76499.2 +AAC76500.1 +AAC76501.1 +AAC76502.1 +AAC76503.1 +AAC76504.1 +AAC76505.1 +AAC76506.1 +AAT48186.1 +AAC76508.2 +AAC76509.1 +AAC76510.4 +AAT48187.1 +AAC76512.1 +QNV50543.1 +AAC76513.1 +AAC76516.4 +AAC76517.1 +AAC76518.1 +AAC76519.1 +AAC76520.1 +QNV50544.1 +QNV50545.1 +AAC76521.1 +AAC76522.1 +AAC76523.1 +AAC76524.1 +AAC76525.1 +ABP93453.2 +AAC76526.1 +AAC76527.2 +AAC76528.1 +gnl|b3504|CDS%3D3677 +AAC76250.2 +AAC76531.2 +AAC76532.1 +AAC76533.1 +AAC76534.2 +AAC76535.1 +AAC76536.1 +AAC76537.1 +AAC76538.1 +AAC76539.1 +AAC76540.1 +AAC76541.1 +AAC76542.1 +AAC76543.1 +AAC76544.1 +AAC76545.1 +AAC76546.2 +AAC76547.1 +AAC76548.1 +AAC76549.2 +AAC76550.2 +AAC76551.2 +AAC76552.1 +AAC76553.1 +AAC76554.4 +AAT48188.4 +AAC76556.1 +AAC76557.1 +AAC76558.2 +AAC76560.1 +AAC76561.1 +AAC76562.2 +AAC76563.1 +AAT48189.1 +AAC76564.1 +AAC76565.1 +AAC76566.1 +AAC76567.1 +AAC76568.1 +AAC76569.1 +AAC76570.2 +AAC76571.1 +AAC76572.2 +AAC76573.1 +AAC76574.1 +AAC76575.3 +AAT48190.1 +AAC76577.2 +AAC76578.2 +AAC76579.1 +AAC76580.1 +QNV50546.1 +AAT48191.1 +AAC76581.1 +AAC76582.1 +AAC76583.1 +AAC76584.1 +ABD18703.1 +AAC76585.1 +AAC76586.2 +AAC76587.2 +AAC76588.1 +AAC76589.1 +AAC76590.1 +AAC76591.1 +AAC76592.1 +AAC76593.1 +AAT48192.1 +QNV50547.1 +AAC76595.1 +AAT48193.1 +AAC76597.1 +AAC76598.1 +AAC76599.1 +AAC76600.1 +AAC76601.1 +AAT48194.1 +AAC76603.1 +AAC76604.1 +AAC76605.1 +AAC76606.2 +AAC76607.1 +AAC76608.1 +AAC76609.1 +AAC76610.1 +AAC76611.1 +AAC76612.2 +AAT48195.1 +AAC76614.1 +AAC76615.1 +AAC76616.1 +AAC76617.1 +AAC76618.1 +AAC76620.1 +AYC08249.1 +AAC76621.1 +AAC76622.1 +AAC76623.1 +AAC76624.1 +AAC76625.1 +ABD18704.1 +AAC76626.1 +AAC76627.1 +AAC76628.1 +AAC76629.1 +AAC76630.1 +AAC76631.1 +AAC76632.1 +AAC76633.1 +AAC76634.1 +AAC76635.1 +AAC76636.1 +AAC76637.2 +AAC76638.2 +AAC76639.1 +AAC76640.1 +AAC76641.1 +AAC76642.2 +AAC76643.1 +AAC76644.1 +AAC76645.1 +AAC76646.1 +QNV50549.1 +QNV50550.1 +AAC76647.1 +AAC76648.1 +AAC76649.1 +AAC76650.1 +AAC76651.1 +AAC76652.2 +AAC76653.1 +AAC76654.1 +AAC76655.1 +AAC76656.1 +AAC76657.1 +AAC76658.1 +AAC76659.1 +AAC76660.1 +AAC76661.1 +AAC76662.2 +AAC76663.2 +AAC76664.2 +AAC76665.2 +AAC76666.1 +AYC08250.1 +AAC76668.1 +AAC76669.2 +AAC76670.2 +AAC76671.2 +AAC76672.1 +AAC76673.1 +AAC76674.1 +AAC76675.1 +AAC76676.1 +AAC76677.1 +AAC76678.1 +AAC76679.1 +AAC76680.1 +AAC76681.2 +AAC76682.1 +AAC76683.1 +QNV50551.1 +AAC76684.1 +ABD18705.1 +AAC76685.2 +AAC76686.2 +AAC76687.2 +AAC76688.1 +AAC76689.1 +AAC76690.2 +AAC76691.2 +AAC76692.1 +AAC76693.1 +AAC76694.1 +AAC76695.1 +ABP93456.1 +QNV50552.1 +AAC76696.2 +AAC76697.1 +AAC76698.1 +AAC76699.1 +AAC76700.1 +AAC76701.1 +AAC76702.1 +AAC76703.2 +AYC08252.1 +AYC08253.1 +AAC76707.1 +AAC76708.2 +AAC76709.2 +AAC76710.1 +AAC76711.2 +AAC76712.3 +AAC76713.2 +AAC76714.2 +AAT48197.1 +AAT48198.1 +AAC76716.1 +AAT48199.1 +AAT48200.1 +AAC76720.1 +AAC76721.2 +AAT48201.1 +AAC76723.1 +AAC76724.1 +AAC76725.1 +AYC08254.1 +AAC76726.1 +AAC76727.1 +ABD18707.1 +AAC76728.1 +AAC76729.1 +AAC76730.1 +AAC76731.2 +AAC76732.1 +AAC76733.1 +AAC76734.1 +AAC76735.2 +AAC76736.1 +AAC76737.1 +AAC76738.1 +AAC76739.1 +AAC76740.1 +AAT48202.1 +AAC76742.3 +AAC76743.1 +AAC76744.1 +AAC76745.1 +AAC76746.1 +AAC76747.1 +AAC76748.1 +AAC76749.1 +AAC76750.1 +AAC76751.1 +AAC76752.1 +AAC76753.1 +AAC76754.1 +AAC76755.1 +AAC76756.1 +AAC76757.1 +AAC76758.1 +AAC76759.1 +AAC76760.1 +AAC76761.1 +AAC76762.2 +AAC76763.1 +AAC76764.1 +AAC76765.1 +AAC76766.1 +AAC76767.1 +AAT48203.1 +AAC76769.2 +AAT48204.1 +AAC76771.2 +AAC76772.1 +AAC76773.1 +AAC76774.1 +AAC76775.1 +AAC76776.1 +AAC76777.1 +AAT48205.1 +AAT48206.1 +AAC77485.1 +AAC77486.2 +AAC77487.1 +ACO60011.1 +AAC77489.1 +AAT48207.1 +AAT48208.1 +AAC77492.1 +AAC77493.1 +AAC76779.1 +AAC76780.1 +AAT48209.1 +AAT48210.1 +AAC76785.1 +AAC76786.2 +AYC08255.1 +AAC76788.1 +AAC76789.1 +AAC76790.2 +AAT48211.1 +AAT48212.1 +AAT48213.1 +AAC76794.1 +AAT48214.2 +AAC76796.1 +AAC76797.1 +AAT48215.1 +AAC76800.1 +AAC76801.1 +AAT48216.1 +AAT48217.1 +AAC76804.1 +AAC76805.1 +AAC76806.1 +AAC76807.1 +AAT48218.1 +AAC76809.1 +AAC76810.1 +AYC08256.1 +ABD18710.1 +AAC76812.2 +AAC76813.1 +AAC76814.1 +AAC76815.1 +AAC76816.1 +AAT48219.1 +QNV50553.1 +AAC76819.1 +AAC76820.1 +AAC76821.2 +AAT48220.1 +AAC76823.2 +AAC76824.1 +AAT48221.1 +AAT48222.1 +AAT48223.1 +AAT48224.1 +AAT48225.1 +AAC76830.1 +AAC76831.1 +AAC76832.1 +AAT48226.1 +AAC76834.1 +AAC76835.1 +AAT48227.1 +AAC76837.1 +AAC76838.1 +AAC76839.2 +AAT48228.1 +AAC76842.1 +AAT48229.1 +AAC76845.1 +AAC76846.1 +AAC76847.1 +AAT48230.1 +AAC76849.1 +AAC76850.1 +AAC76851.2 +AAT48231.1 +AAC76853.1 +AAC76854.2 +AAC76855.1 +AAC76856.1 +AAC76857.1 +AAC76858.1 +AAC76859.2 +AAC76860.1 +AAC76861.1 +AAC76862.3 +AAC76863.1 +AAC76864.2 +ACO60012.1 +AAC76865.1 +AAC76866.1 +AAC76867.1 +AAT48232.1 +AAC76869.1 +AAC76870.1 +AAC76871.1 +AAC76872.1 +AAT48233.1 +AAC76874.2 +AAC76875.1 +AAC76876.1 +AAD13442.2 +AAD13443.1 +AAD13444.1 +AAD13445.2 +AAD13446.2 +AAD13447.2 +AAD13448.1 +AAD13449.1 +AAD13450.1 +AAD13451.4 +AAD13452.2 +AAD13453.1 +AAD13454.1 +AAD13455.1 +AAD13456.1 +AAC76877.1 +AAC76878.1 +AAC76879.1 +AAC76880.1 +AAC76881.2 +AAC76882.1 +AAC76883.1 +AAC76884.1 +AAT48234.1 +AAC76886.1 +AAC76887.1 +AAC76888.2 +AAC76889.1 +AAC76890.1 +AAC76891.2 +AAC76892.2 +AAC76893.1 +AAC76894.1 +AAT48235.1 +AAC76897.1 +AAC76898.1 +AAC76899.1 +AAC76900.1 +AAC76901.1 +AAC76902.1 +AAC76903.1 +AAC76904.1 +AAC76905.1 +AAC76906.1 +AAC76907.1 +AAC76908.1 +AAC76909.1 +AAC76910.1 +AAC76911.1 +AAC76912.1 +AAC76913.1 +AAC76914.1 +AAC76915.1 +AAC76916.1 +AAC76917.1 +AAC76918.1 +AAC76919.1 +AAC76920.1 +AAC76921.1 +AAC76922.1 +AAC76923.1 +AAC76924.1 +AAC76925.2 +AAC76926.1 +AAC76927.2 +AAC76928.1 +AAT48236.1 +AAC76931.1 +AAC76932.1 +AAC76933.1 +AAC76934.1 +AAC76935.1 +AAC76936.1 +AAC76937.1 +AAC76938.1 +AAC76939.1 +AAC76940.1 +AAC76941.3 +AAC76942.1 +AAC76943.1 +AAC76944.2 +AAC76945.3 +AAC76946.1 +AAC76947.1 +AAC76948.1 +AAC76949.2 +AAC76950.1 +AAC76951.1 +AAC76952.1 +AAC76954.1 +AAC76955.1 +AAC76956.1 +AAC76957.1 +AAC76958.1 +AAC76959.1 +AAC76960.1 +AAC76961.1 +AAC76962.1 +AAC76963.1 +AAC76964.1 +AAC76965.2 +AAT48237.1 +AAC76966.2 +AAC76967.1 +AAC76968.1 +AAC76969.1 +AAT48238.1 +AAC76971.1 +AAC76972.2 +AAC76973.1 +AAC76974.1 +AAC76975.1 +AAC76976.2 +AAC76977.1 +AAC76978.1 +AAC76979.1 +AAC76980.1 +AAC76981.1 +AAC76982.1 +AAC76983.1 +AAC76984.1 +AAC76985.1 +AAC76986.1 +AAC76987.1 +AAC76988.2 +AAC76989.1 +AAC76990.1 +AAC76991.1 +AAC76992.1 +AAC76993.1 +AAC76994.1 +AAC76995.1 +AAC76996.1 +AAC76997.2 +AAC76998.1 +AAC76999.1 +ABP93457.1 +AAC77000.1 +AAC77001.1 +AAC77002.1 +AAC77003.1 +AAC77004.1 +AAC77005.1 +AAC77006.1 +AAC77007.1 +AAC77009.2 +AAC77010.1 +AAC77011.2 +AAC77012.1 +AAC77013.1 +AAC77014.1 +AAC77015.1 +AAC77016.2 +AAC77017.1 +AAC77018.1 +AAC77019.3 +AAC77020.2 +AAC77021.1 +AAC77022.1 +AAC77023.1 +AAC77024.1 +ABP93458.1 +AAC77025.1 +AAC77026.1 +AAC77027.1 +AAC77028.1 +AAC77029.1 +AAC77030.2 +AAC77031.1 +AAC77032.1 +AAC77033.1 +AAC77034.1 +AAC77035.1 +AAC77036.1 +AAC77037.1 +AAC77038.1 +AAC77039.1 +UMR55118.1 +AAC77040.1 +AAC77041.2 +AAC77042.1 +AAC77043.1 +AAD13457.1 +AAD13458.1 +AAD13459.1 +AAD13460.1 +AAD13461.1 +AAD13462.1 +AAD13463.1 +AAD13464.2 +AAD13465.1 +ABP93459.1 +AAC77044.2 +AAC77045.1 +AAC77046.1 +AAC77047.1 +AAC77048.1 +AAC77049.1 +AAC77050.2 +AAC77051.1 +AAT48239.1 +AAC77053.1 +AAC77054.1 +AAC77055.1 +AAC77056.1 +AAC77057.1 +AAT48240.1 +AAC77059.1 +AAC77060.1 +AAC77061.1 +AAC77062.1 +AAC77063.1 +AAC77066.1 +AAC77067.1 +AAC77068.1 +AAC77069.1 +AAC77070.1 +AAC77071.2 +AAC77072.1 +AEN84234.1 +AAC77073.1 +AAC77074.1 +AAC77075.2 +AAC77076.1 +AAC77077.1 +AAC77078.2 +AAC77079.1 +AAC77080.1 +AAC77081.2 +AAC77082.1 +AAC77083.1 +AAC77084.1 +AAC77085.1 +AAC77086.1 +AAC77087.1 +AAC77088.1 +AAC77089.1 +ABD18711.1 +AAC77090.1 +AAC77091.1 +AAC77092.1 +AAC77093.1 +AAC77094.1 +AAC77095.2 +AAC77096.1 +AAC77097.1 +AAC77098.1 +AAC77099.2 +AAC77100.2 +AAC77101.1 +AAC77102.1 +AAC77103.1 +AAC77104.2 +AAC77105.1 +AAC77106.1 +AAC77107.1 +AAT48241.1 +AAT48242.1 +AAC77108.2 +AAC77109.1 +AAC77110.1 +AAC77111.1 +AAC77112.1 +AAC77113.1 +AAC77114.1 +AAC77115.2 +AAC77116.2 +AAC77117.1 +AAC77118.1 +AAC77119.1 +AAC77120.1 +AAC77121.2 +AAC77122.2 +ACO60013.1 +AAC77123.1 +AAC77124.1 +AAC77125.1 +AAC77126.1 +AAC77127.1 +AAC77128.1 +AAC77129.1 +AAC77130.1 +AAC77131.1 +AAC77132.1 +AAC77133.1 +AAC77134.1 +AAC77135.1 +AAC77136.2 +AAC77137.1 +AAC77138.1 +AAC77139.1 +AAC77140.1 +AAC77141.1 +AAC77142.1 +AAC77143.1 +AAC77144.2 +AAC77145.2 +AAC77146.2 +AAC77147.1 +AAC77148.1 +AAC77149.2 +AAC77150.2 +AAC77151.1 +AAC77152.1 +AAC77153.1 +AAC77154.1 +AAC77155.1 +AAC77156.1 +AAC77157.5 +AAC77158.1 +AAC77159.1 +AAC77160.1 +AAC77161.1 +AAC77163.2 +AAC77164.2 +AAC77165.1 +AAC77166.1 +AAC77167.2 +AAC77168.1 +AAC77169.2 +AAC77170.1 +AAC77171.1 +AAT48243.1 +AAC77173.1 +AAC77174.2 +AAC77175.1 +AAC77176.1 +AAC77177.1 +AAC77178.1 +AAC77179.1 +AAC77181.2 +AAC77182.1 +AAC77183.1 +AAC77184.1 +AAT48244.1 +AAC77187.3 +AAC77188.2 +AAC77189.1 +AAC77190.1 +AAC77191.1 +AAC77192.1 +AAC77194.1 +AAC77195.1 +AAC77196.1 +AAC77197.1 +AAC77198.1 +ADO17949.1 +AAC77199.1 +AAC77200.2 +AAC77201.1 +AAC77202.1 +AAC77203.1 +AAC77205.1 +AAC77206.1 +AAC77208.2 +AAC77209.2 +AAC77210.2 +AAC77211.1 +AAC77212.1 +AAT48245.1 +AAT48246.1 +AAC77215.1 +AAC77216.1 +AAC77217.1 +UMR55119.1 +QNV50554.1 +AAC77218.1 +AAC77219.2 +AAC77220.1 +AAC77221.1 +AAC77222.1 +AAC77223.1 +AAC77224.1 +AAC77225.1 +AAC77226.2 +AAC77228.2 +AAC77229.1 +AAC77233.1 +AAC77234.1 +AAC77235.2 +AAC77236.2 +ABV59575.1 +gnl|b4623|CDS%3D4503 +AAC77240.1 +AAC77243.1 +AAC77244.1 +AAC77245.1 +AAC77246.2 +AAC77247.1 +AAC77248.1 +AAC77249.1 +QNV50555.1 +AAC77250.1 +AAC77251.2 +AAC77252.1 +AAC77253.1 +AAC77254.2 +AAC77255.1 +AAC77256.1 +AAC77257.1 +AAC77258.1 +AAC77259.1 +AAC77260.1 +ABD18717.1 +AAC77261.2 +AAC77262.1 +AAC77263.1 +ABD18718.1 +QNV50556.1 +AAC77265.1 +AAC77266.2 +AAC77267.2 +AAC77268.1 +AAC77269.1 +AAC77270.1 +AAC77271.2 +AAC77272.1 +AAC77273.1 +AAC77274.1 +AAC77275.1 +AAC77276.1 +AAC77277.1 +AAC77278.1 +AAC77279.1 +AAC77280.1 +AAC77281.1 +AYC08258.1 +AYC08259.1 +AYC08260.1 +AAC77282.2 +AAC77283.1 +AAC77284.1 +AAC77285.1 +AAC77286.2 +AAC77287.2 +AAC77288.1 +AAC77289.3 +AYC08261.1 +AAC77290.2 +AAC77291.2 +AAC77292.1 +AAC77293.1 +UMR55120.1 +AAC77296.1 +AAC77297.1 +AYC08262.1 +AAC77301.1 +AAC77302.2 +AAC77303.2 +AAC77304.1 +AAC77305.1 +AAC77306.2 +AAC77307.1 +AAC77308.2 +AAC77309.1 +AAC77310.2 +AAC77311.1 +AAC77312.1 +AAT48248.1 +AAC77314.4 +AAC77315.2 +AAC77316.2 +AAC77317.1 +AAC77318.1 +AAC77319.2 +AAC77320.2 +AAC77321.1 +AAC77322.4 +AAC77323.1 +ABD18719.1 +AAC77324.1 +AAC77325.1 +AAC77326.1 +AAC77327.1 +AAC77328.1 +AAC77329.1 +ABD18720.2 +AAC77330.1 +AAC77331.2 +AAC77332.1 +AAC77333.1 +AAC77334.1 +AAC77335.1 +AAC77336.1 +AAC77337.1 +AAC77338.1 +AAC77339.1 +AAC77340.1 +AAC77341.1 +AAC77342.1 +AAC77343.2 +AAC77344.1 +AAC77345.2 +AAC77346.1 +AAC77347.2 +AAC77348.1 +AAC77349.1 +AAC77350.1 +AAC77351.1 +AAC77352.1 +AAC77353.1 +AAC77354.1 +AAC77355.1 +UMR55121.1 +AAC77356.1 diff --git a/data/external/GO_annotations.txt b/data/external/GO_annotations.txt index 4aa9c344..23a32855 100644 --- a/data/external/GO_annotations.txt +++ b/data/external/GO_annotations.txt @@ -1,3295 +1,3475 @@ -UniProtKB P35620 flhA GO:0005886 PMID:21873635 IBA PANTHER:PTN000765807|UniProtKB:P76298 C Flagellar biosynthesis protein FlhA UniProtKB:P35620|PTN001249243 protein NCBITaxon:224308 20190829 GO_Central plasma membrane -UniProtKB P35620 flhA GO:0044780 PMID:21873635 IBA PANTHER:PTN000765808|UniProtKB:P76298|UniProtKB:P35620 P Flagellar biosynthesis protein FlhA UniProtKB:P35620|PTN001249243 protein NCBITaxon:224308 20200809 GO_Central bacterial-type flagellum assembly -UniProtKB P30300 glpP GO:0001072 PMID:21873635 IBA PANTHER:PTN002183880|UniProtKB:P30300 F Glycerol uptake operon antiterminator regulatory protein UniProtKB:P30300|PTN002183896 protein NCBITaxon:224308 20180110 GO_Central transcription antitermination factor activity, RNA binding -UniProtKB P04969 rpsK GO:0006412 PMID:21873635 IBA PANTHER:PTN000204884|UniProtKB:P62263 P 30S ribosomal protein S11 UniProtKB:P04969|PTN000205041 protein NCBITaxon:224308 20170228 GO_Central translation -UniProtKB P04969 rpsK GO:0070181 PMID:21873635 IBA PANTHER:PTN000204884|SGD:S000003727|UniProtKB:P0A7R9 F 30S ribosomal protein S11 UniProtKB:P04969|PTN000205041 protein NCBITaxon:224308 20170228 GO_Central small ribosomal subunit rRNA binding -UniProtKB P04969 rpsK GO:0000028 PMID:21873635 IBA PANTHER:PTN000204884|SGD:S000000627|SGD:S000003727|RGD:62025|UniProtKB:P62263 P 30S ribosomal protein S11 UniProtKB:P04969|PTN000205041 protein NCBITaxon:224308 20170228 GO_Central ribosomal small subunit assembly -UniProtKB P04969 rpsK GO:0048027 PMID:21873635 IBA PANTHER:PTN000204884|UniProtKB:P62263 F 30S ribosomal protein S11 UniProtKB:P04969|PTN000205041 protein NCBITaxon:224308 20170228 GO_Central mRNA 5'-UTR binding -UniProtKB P04969 rpsK GO:0003735 PMID:21873635 IBA PANTHER:PTN000204884|UniProtKB:P0A7R9|SGD:S000005250|RGD:62025 F 30S ribosomal protein S11 UniProtKB:P04969|PTN000205041 protein NCBITaxon:224308 20210128 GO_Central structural constituent of ribosome -UniProtKB P04969 rpsK GO:0000462 PMID:21873635 IBA PANTHER:PTN000204884|SGD:S000003727|SGD:S000000627 P 30S ribosomal protein S11 UniProtKB:P04969|PTN000205041 protein NCBITaxon:224308 20170228 GO_Central maturation of SSU-rRNA from tricistronic rRNA transcript (SSU-rRNA, 5.8S rRNA, LSU-rRNA) -UniProtKB P04969 rpsK GO:0022627 PMID:21873635 IBA PANTHER:PTN000205040|UniProtKB:P0A7R9 C 30S ribosomal protein S11 UniProtKB:P04969|PTN000205041 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit -UniProtKB Q08352 ald GO:0006524 PMID:21873635 IBA PANTHER:PTN000017798|UniProtKB:P9WQB1 P Alanine dehydrogenase UniProtKB:Q08352|PTN000017799 protein NCBITaxon:224308 20170228 GO_Central alanine catabolic process -UniProtKB Q08352 ald GO:0000286 PMID:21873635 IBA PANTHER:PTN000017798|UniProtKB:Q08352|UniProtKB:P9WQB1 F Alanine dehydrogenase UniProtKB:Q08352|PTN000017799 protein NCBITaxon:224308 20170228 GO_Central alanine dehydrogenase activity -UniProtKB Q08792 ycxD GO:0008483 PMID:21873635 IBA PANTHER:PTN000203534|UniProtKB:P09053|SGD:S000003170|UniProtKB:Q8N5Z0|SGD:S000001179|UniProtKB:A0A1D8PG20|UniProtKB:A7XRY8|UniProtKB:A0A1D8PMC5|RGD:2948 F Uncharacterized HTH-type transcriptional regulator YcxD UniProtKB:Q08792|PTN000203607 protein NCBITaxon:224308 20181029 GO_Central transaminase activity -UniProtKB Q08792 ycxD GO:1901605 PMID:21873635 IBA PANTHER:PTN000203534|UniProtKB:P09053|UniProtKB:Q8N5Z0|SGD:S000003170|UniProtKB:A0A1D8PMC5|SGD:S000001179|UniProtKB:A0A1D8PG20 P Uncharacterized HTH-type transcriptional regulator YcxD UniProtKB:Q08792|PTN000203607 protein NCBITaxon:224308 20201206 GO_Central alpha-amino acid metabolic process -UniProtKB Q08787 srfAC GO:0031177 PMID:21873635 IBA PANTHER:PTN002378821|UniProtKB:P11454 F Surfactin synthase subunit 3 UniProtKB:Q08787|PTN000645286 protein NCBITaxon:224308 20171018 GO_Central phosphopantetheine binding -UniProtKB Q08787 srfAC GO:0005737 PMID:21873635 IBA PANTHER:PTN002378821|UniProtKB:P11454 C Surfactin synthase subunit 3 UniProtKB:Q08787|PTN000645286 protein NCBITaxon:224308 20181121 GO_Central cytoplasm -UniProtKB Q08787 srfAC GO:0043041 PMID:21873635 IBA PANTHER:PTN002378821|UniProtKB:P11454 P Surfactin synthase subunit 3 UniProtKB:Q08787|PTN000645286 protein NCBITaxon:224308 20171018 GO_Central amino acid activation for nonribosomal peptide biosynthetic process -UniProtKB Q08787 srfAC GO:0005829 PMID:21873635 IBA PANTHER:PTN002378851|UniProtKB:P11454 C Surfactin synthase subunit 3 UniProtKB:Q08787|PTN000645286 protein NCBITaxon:224308 20171018 GO_Central cytosol -UniProtKB Q08787 srfAC GO:0044550 PMID:21873635 IBA PANTHER:PTN002378821|UniProtKB:Q9KTV9|UniProtKB:P11454|UniProtKB:Q9I181|PomBase:SPAC23G3.02c P Surfactin synthase subunit 3 UniProtKB:Q08787|PTN000645286 protein NCBITaxon:224308 20181121 GO_Central secondary metabolite biosynthetic process -UniProtKB P30949 hemL GO:0006779 PMID:21873635 IBA PANTHER:PTN000241365|UniProtKB:P23893 P Glutamate-1-semialdehyde 2,1-aminomutase UniProtKB:P30949|PTN000241388 protein NCBITaxon:224308 20170228 GO_Central porphyrin-containing compound biosynthetic process -UniProtKB P32732 truB GO:1990481 PMID:21873635 IBA PANTHER:PTN000349172|UniProtKB:Q8WWH5|SGD:S000005236 P tRNA pseudouridine synthase B UniProtKB:P32732|PTN000349223 protein NCBITaxon:224308 20200808 GO_Central mRNA pseudouridine synthesis -UniProtKB P32732 truB GO:0006400 PMID:21873635 IBA PANTHER:PTN000349172|SGD:S000005236|UniProtKB:P60340 P tRNA pseudouridine synthase B UniProtKB:P32732|PTN000349223 protein NCBITaxon:224308 20170228 GO_Central tRNA modification -UniProtKB P32732 truB GO:0009982 PMID:21873635 IBA PANTHER:PTN000349172|UniProtKB:P60340|SGD:S000005236|UniProtKB:Q8WWH5 F tRNA pseudouridine synthase B UniProtKB:P32732|PTN000349223 protein NCBITaxon:224308 20170228 GO_Central pseudouridine synthase activity -UniProtKB P32731 rbfA GO:0005829 PMID:21873635 IBA PANTHER:PTN002127916|UniProtKB:P0A7G2 C Ribosome-binding factor A UniProtKB:P32731|PTN002127941 protein NCBITaxon:224308 20180110 GO_Central cytosol -UniProtKB P32731 rbfA GO:0042254 PMID:21873635 IBA PANTHER:PTN002127897|UniProtKB:P0A7G2|TAIR:locus:2139529 P Ribosome-binding factor A UniProtKB:P32731|PTN002127941 protein NCBITaxon:224308 20200809 GO_Central ribosome biogenesis -UniProtKB P32731 rbfA GO:0043024 PMID:21873635 IBA PANTHER:PTN002127897|UniProtKB:P0A7G2 F Ribosome-binding factor A UniProtKB:P32731|PTN002127941 protein NCBITaxon:224308 20180110 GO_Central ribosomal small subunit binding -UniProtKB P32727 nusA GO:0031564 PMID:21873635 IBA PANTHER:PTN000505391|UniProtKB:P0AFF6|UniProtKB:P9WIV3 P Transcription termination/antitermination protein NusA UniProtKB:P32727|PTN000505394 protein NCBITaxon:224308 20170228 GO_Central transcription antitermination -UniProtKB P32727 nusA GO:0005829 PMID:21873635 IBA PANTHER:PTN000505391|UniProtKB:P0AFF6 C Transcription termination/antitermination protein NusA UniProtKB:P32727|PTN000505394 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P32726 rimP GO:0000028 PMID:21873635 IBA PANTHER:PTN002140370|UniProtKB:P0A8A8 P Ribosome maturation factor RimP UniProtKB:P32726|PTN002140394 protein NCBITaxon:224308 20170228 GO_Central ribosomal small subunit assembly -UniProtKB P32726 rimP GO:0005829 PMID:21873635 IBA PANTHER:PTN002140370|UniProtKB:P0A8A8 C Ribosome maturation factor RimP UniProtKB:P32726|PTN002140394 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P32726 rimP GO:0006412 PMID:21873635 IBA PANTHER:PTN002140370|UniProtKB:P0A8A8 P Ribosome maturation factor RimP UniProtKB:P32726|PTN002140394 protein NCBITaxon:224308 20170228 GO_Central translation -UniProtKB P71060 epsK GO:0005886 PMID:21873635 IBA PANTHER:PTN001250140|UniProtKB:P37746|UniProtKB:Q46841|UniProtKB:P0AAA7 C Uncharacterized membrane protein EpsK UniProtKB:P71060|PTN002016062 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P31103 ndk GO:0006220 PMID:21873635 IBA PANTHER:PTN000143097|UniProtKB:Q59636 P Nucleoside diphosphate kinase UniProtKB:P31103|PTN000143098 protein NCBITaxon:224308 20170228 GO_Central pyrimidine nucleotide metabolic process -UniProtKB P31103 ndk GO:0004550 PMID:21873635 IBA PANTHER:PTN000887110|RGD:619877|SGD:S000001550|dictyBase:DDB_G0273069|UniProtKB:P39207|TAIR:locus:2161922|FB:FBgn0000150|ZFIN:ZDB-GENE-000210-32|RGD:70497|PomBase:SPAC806.07|UniProtKB:P22392|CGD:CAL0000191707|UniProtKB:P15531|UniProtKB:P0A763|UniProtKB:Q8ID43|UniProtKB:Q59636|UniProtKB:B4FK49|ZFIN:ZDB-GENE-000210-33 F Nucleoside diphosphate kinase UniProtKB:P31103|PTN000143098 protein NCBITaxon:224308 20200807 GO_Central nucleoside diphosphate kinase activity -UniProtKB P31103 ndk GO:0006163 PMID:21873635 IBA PANTHER:PTN000143097|UniProtKB:Q59636 P Nucleoside diphosphate kinase UniProtKB:P31103|PTN000143098 protein NCBITaxon:224308 20170228 GO_Central purine nucleotide metabolic process -UniProtKB P31102 aroB GO:0009073 PMID:21873635 IBA PANTHER:PTN000472619|UniProtKB:P9WPX9 P 3-dehydroquinate synthase UniProtKB:P31102|PTN000472620 protein NCBITaxon:224308 20170228 GO_Central aromatic amino acid family biosynthetic process -UniProtKB P31102 aroB GO:0003856 PMID:21873635 IBA PANTHER:PTN000472585|UniProtKB:P07639|UniProtKB:P9WPX9 F 3-dehydroquinate synthase UniProtKB:P31102|PTN000472620 protein NCBITaxon:224308 20170228 GO_Central 3-dehydroquinate synthase activity -UniProtKB P31114 hepT GO:0004659 PMID:21873635 IBA PANTHER:PTN000243362|UniProtKB:P56966|PomBase:SPBPJ4664.01|TAIR:locus:2062315|UniProtKB:P9WKH1|UniProtKB:Q75HZ9|UniProtKB:Q653T6|UniProtKB:O96130|SGD:S000005990|MGI:MGI:1341724|PomBase:SPAC19G12.12|UniProtKB:O95749|UniProtKB:P0AD57 F Heptaprenyl diphosphate synthase component 2 UniProtKB:P31114|PTN000243488 protein NCBITaxon:224308 20200929 GO_Central prenyltransferase activity -UniProtKB P31114 hepT GO:0008299 PMID:21873635 IBA PANTHER:PTN000243362|UniProtKB:Q9RUJ1|MGI:MGI:1918615|SGD:S000005990|MGI:MGI:1889278|UniProtKB:P0AD57|PomBase:SPBPJ4664.01|UniProtKB:P9WKH1|UniProtKB:Q86YH6|UniProtKB:Q5T2R2|FB:FBgn0051005|UniProtKB:Q97W92 P Heptaprenyl diphosphate synthase component 2 UniProtKB:P31114|PTN000243488 protein NCBITaxon:224308 20200304 GO_Central isoprenoid biosynthetic process -UniProtKB P31113 menG GO:0008168 PMID:21873635 IBA PANTHER:PTN001602504|WB:WBGene00018811|UniProtKB:P9WIN3|UniProtKB:P36999 F Demethylmenaquinone methyltransferase UniProtKB:P31113|PTN000011053 protein NCBITaxon:224308 20200810 GO_Central methyltransferase activity -UniProtKB P31104 aroC GO:0004107 PMID:21873635 IBA PANTHER:PTN000472417|SGD:S000003116|UniProtKB:P9WPY1|UniProtKB:P12008|UniProtKB:C6KT66 F Chorismate synthase UniProtKB:P31104|PTN000472441 protein NCBITaxon:224308 20170228 GO_Central chorismate synthase activity -UniProtKB P31104 aroC GO:0009073 PMID:21873635 IBA PANTHER:PTN000472417|SGD:S000003116 P Chorismate synthase UniProtKB:P31104|PTN000472441 protein NCBITaxon:224308 20170228 GO_Central aromatic amino acid family biosynthetic process -UniProtKB P31104 aroC GO:0009423 PMID:21873635 IBA PANTHER:PTN000472417|UniProtKB:P12008|UniProtKB:C6KT66 P Chorismate synthase UniProtKB:P31104|PTN000472441 protein NCBITaxon:224308 20170228 GO_Central chorismate biosynthetic process -UniProtKB P31104 aroC GO:0005829 PMID:21873635 IBA PANTHER:PTN000472417|UniProtKB:C6KT66|UniProtKB:P12008 C Chorismate synthase UniProtKB:P31104|PTN000472441 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P31104 aroC GO:0010181 PMID:21873635 IBA PANTHER:PTN000472417|UniProtKB:P56122|UniProtKB:P12008|UniProtKB:C6KT66|UniProtKB:P9WPY1 F Chorismate synthase UniProtKB:P31104|PTN000472441 protein NCBITaxon:224308 20170228 GO_Central FMN binding -UniProtKB P71049 slrR GO:0006355 PMID:21873635 IBA PANTHER:PTN005321183|UniProtKB:P06533|UniProtKB:P9WMI1|UniProtKB:P77626 P HTH-type transcriptional regulator SlrR UniProtKB:P71049|PTN001305465 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB P71049 slrR GO:0003700 PMID:21873635 IBA PANTHER:PTN005321183|UniProtKB:P77626 F HTH-type transcriptional regulator SlrR UniProtKB:P71049|PTN001305465 protein NCBITaxon:224308 20190807 GO_Central DNA-binding transcription factor activity -UniProtKB Q797S1 ybbF GO:0034219 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P77272 P Putative PTS system EIIBC component YbbF UniProtKB:Q797S1|PTN001249426 protein NCBITaxon:224308 20170228 GO_Central carbohydrate transmembrane transport -UniProtKB Q797S1 ybbF GO:0005886 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P36672|UniProtKB:P24241|UniProtKB:P08722|UniProtKB:P77272 C Putative PTS system EIIBC component YbbF UniProtKB:Q797S1|PTN001249426 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB Q797S1 ybbF GO:0009401 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P36672|UniProtKB:P77272 P Putative PTS system EIIBC component YbbF UniProtKB:Q797S1|PTN001249426 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB Q797S1 ybbF GO:0090588 PMID:21873635 IBA PANTHER:PTN001249425|UniProtKB:P77272 F Putative PTS system EIIBC component YbbF UniProtKB:Q797S1|PTN001249426 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-N-acetylmuramate phosphotransferase system transporter activity -UniProtKB Q797S1 ybbF GO:0090563 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P77272|UniProtKB:P36672 F Putative PTS system EIIBC component YbbF UniProtKB:Q797S1|PTN001249426 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-sugar phosphotransferase activity -UniProtKB Q797A7 mtrA GO:0006865 PMID:21873635 IBA PANTHER:PTN001718573|MGI:MGI:99828|MGI:MGI:88117|FB:FBgn0037203|MGI:MGI:1100521|UniProtKB:Q8WY07|RGD:68387|UniProtKB:P30825|TAIR:locus:2127398|RGD:3716|TAIR:locus:2044682|UniProtKB:B3TP03|TAIR:locus:2175488|RGD:68342|UniProtKB:P52569 P Methylthioribose transporter UniProtKB:Q797A7|PTN000208497 protein NCBITaxon:224308 20201206 GO_Central amino acid transport -UniProtKB Q797A7 mtrA GO:0015171 PMID:21873635 IBA PANTHER:PTN001718573|TAIR:locus:2127398|RGD:3716|RGD:68387|UniProtKB:P30825|MGI:MGI:99828|MGI:MGI:1100521|UniProtKB:Q8WY07|MGI:MGI:88117|FB:FBgn0037203|RGD:68342|UniProtKB:P52569|TAIR:locus:2044682|TAIR:locus:2175488|UniProtKB:B3TP03 F Methylthioribose transporter UniProtKB:Q797A7|PTN000208497 protein NCBITaxon:224308 20200810 GO_Central amino acid transmembrane transporter activity -UniProtKB Q796Y8 ygaF GO:0008379 PMID:21873635 IBA PANTHER:PTN002449977|UniProtKB:P0AE52|SGD:S000001272|PomBase:SPBC1773.02c|UniProtKB:P30048|FB:FBgn0038519 F Peroxiredoxin Bcp UniProtKB:Q796Y8|PTN000074179 protein NCBITaxon:224308 20181029 GO_Central thioredoxin peroxidase activity -UniProtKB Q796Y8 ygaF GO:0045454 PMID:21873635 IBA PANTHER:PTN002449977|SGD:S000001272|UniProtKB:P9WG65|FB:FBgn0038519 P Peroxiredoxin Bcp UniProtKB:Q796Y8|PTN000074179 protein NCBITaxon:224308 20181029 GO_Central cell redox homeostasis -UniProtKB Q796Y8 ygaF GO:0034599 PMID:21873635 IBA PANTHER:PTN002449977|UniProtKB:P30048|SGD:S000001272 P Peroxiredoxin Bcp UniProtKB:Q796Y8|PTN000074179 protein NCBITaxon:224308 20181029 GO_Central cellular response to oxidative stress -UniProtKB Q796Y8 ygaF GO:0005737 PMID:21873635 IBA PANTHER:PTN002449977|RGD:620040|UniProtKB:P0AE52|UniProtKB:P30048|FB:FBgn0038519|UniProtKB:Q9LU86 C Peroxiredoxin Bcp UniProtKB:Q796Y8|PTN000074179 protein NCBITaxon:224308 20200809 GO_Central cytoplasm -UniProtKB Q796V8 hemZ GO:0005737 PMID:21873635 IBA PANTHER:PTN000358281|UniProtKB:P32131 C Oxygen-independent coproporphyrinogen-III oxidase-like protein HemZ UniProtKB:Q796V8|PTN000358314 protein NCBITaxon:224308 20200304 GO_Central cytoplasm -UniProtKB Q796V8 hemZ GO:0051539 PMID:21873635 IBA PANTHER:PTN000358281|UniProtKB:P32131|UniProtKB:P52062|UniProtKB:P73245|UniProtKB:P74132 F Oxygen-independent coproporphyrinogen-III oxidase-like protein HemZ UniProtKB:Q796V8|PTN000358314 protein NCBITaxon:224308 20200304 GO_Central 4 iron, 4 sulfur cluster binding -UniProtKB Q796V8 hemZ GO:0006779 PMID:21873635 IBA PANTHER:PTN000358281|UniProtKB:P73245|UniProtKB:P32131|UniProtKB:P54304|UniProtKB:P74132|UniProtKB:P0A1E1 P Oxygen-independent coproporphyrinogen-III oxidase-like protein HemZ UniProtKB:Q796V8|PTN000358314 protein NCBITaxon:224308 20200304 GO_Central porphyrin-containing compound biosynthetic process -UniProtKB Q796Q6 yisV GO:0008483 PMID:21873635 IBA PANTHER:PTN000203534|UniProtKB:P09053|SGD:S000003170|UniProtKB:Q8N5Z0|SGD:S000001179|UniProtKB:A0A1D8PG20|UniProtKB:A7XRY8|UniProtKB:A0A1D8PMC5|RGD:2948 F Uncharacterized HTH-type transcriptional regulator YisV UniProtKB:Q796Q6|PTN000203111 protein NCBITaxon:224308 20181029 GO_Central transaminase activity -UniProtKB Q796Q6 yisV GO:1901605 PMID:21873635 IBA PANTHER:PTN000203534|UniProtKB:P09053|UniProtKB:Q8N5Z0|SGD:S000003170|UniProtKB:A0A1D8PMC5|SGD:S000001179|UniProtKB:A0A1D8PG20 P Uncharacterized HTH-type transcriptional regulator YisV UniProtKB:Q796Q6|PTN000203111 protein NCBITaxon:224308 20201206 GO_Central alpha-amino acid metabolic process -UniProtKB Q796P5 yitY GO:0016491 PMID:21873635 IBA PANTHER:PTN000356385|TAIR:locus:2044340|TAIR:locus:2044330|TAIR:locus:2050349|TAIR:locus:2164615|TAIR:locus:2144251|UniProtKB:Q4ADV8|TAIR:locus:2062714 F Uncharacterized FAD-linked oxidoreductase YitY UniProtKB:Q796P5|PTN000356499 protein NCBITaxon:224308 20200618 GO_Central oxidoreductase activity -UniProtKB Q796K9 ykwB GO:0016747 PMID:21873635 IBA PANTHER:PTN001895304|UniProtKB:I6YG32|UniProtKB:P9WJM7|UniProtKB:P46854|UniProtKB:P0A944 F Uncharacterized N-acetyltransferase YkwB UniProtKB:Q796K9|PTN002462088 protein NCBITaxon:224308 20200810 GO_Central transferase activity, transferring acyl groups other than amino-acyl groups -UniProtKB Q796K8 pbpH GO:0071972 PMID:21873635 IBA PANTHER:PTN000771407|UniProtKB:P0AD65 F Penicillin-binding protein H UniProtKB:Q796K8|PTN001256037 protein NCBITaxon:224308 20170828 GO_Central peptidoglycan L,D-transpeptidase activity -UniProtKB Q796K8 pbpH GO:0071555 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD65 P Penicillin-binding protein H UniProtKB:Q796K8|PTN001256037 protein NCBITaxon:224308 20170828 GO_Central cell wall organization -UniProtKB Q796K8 pbpH GO:0008658 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD68|UniProtKB:P0AD65 F Penicillin-binding protein H UniProtKB:Q796K8|PTN001256037 protein NCBITaxon:224308 20170828 GO_Central penicillin binding -UniProtKB Q796K8 pbpH GO:0005887 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD65|UniProtKB:P0AD68 C Penicillin-binding protein H UniProtKB:Q796K8|PTN001256037 protein NCBITaxon:224308 20170828 GO_Central integral component of plasma membrane -UniProtKB Q795Y4 yrhE GO:0051539 PMID:21873635 IBA PANTHER:PTN000177493|UniProtKB:P33937|UniProtKB:P33602|UniProtKB:P07658 F Putative formate dehydrogenase YrhE UniProtKB:Q795Y4|PTN000177464 protein NCBITaxon:224308 20180323 GO_Central 4 iron, 4 sulfur cluster binding -UniProtKB Q795J3 epsN GO:0000271 PMID:21873635 IBA PANTHER:PTN001250039|UniProtKB:Q9HZ76|UniProtKB:P27833 P Putative pyridoxal phosphate-dependent aminotransferase EpsN UniProtKB:Q795J3|PTN000242726 protein NCBITaxon:224308 20200809 GO_Central polysaccharide biosynthetic process -UniProtKB Q795J3 epsN GO:0030170 PMID:21873635 IBA PANTHER:PTN001250039|UniProtKB:P27833|UniProtKB:O07566|UniProtKB:P77690 F Putative pyridoxal phosphate-dependent aminotransferase EpsN UniProtKB:Q795J3|PTN000242726 protein NCBITaxon:224308 20170601 GO_Central pyridoxal phosphate binding -UniProtKB Q795J3 epsN GO:0008483 PMID:21873635 IBA PANTHER:PTN001250039|UniProtKB:P27833|UniProtKB:P77690|UniProtKB:O07566|UniProtKB:Q9HZ76 F Putative pyridoxal phosphate-dependent aminotransferase EpsN UniProtKB:Q795J3|PTN000242726 protein NCBITaxon:224308 20170601 GO_Central transaminase activity -UniProtKB P42921 rplD GO:0003735 PMID:21873635 IBA PANTHER:PTN000078778|SGD:S000004487 F 50S ribosomal protein L4 UniProtKB:P42921|PTN000078849 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome -UniProtKB Q05873 valS GO:0005829 PMID:21873635 IBA PANTHER:PTN000236067|UniProtKB:P07118|TAIR:locus:2204543|UniProtKB:P26640 C Valine--tRNA ligase UniProtKB:Q05873|PTN000236192 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB Q05873 valS GO:0004832 PMID:21873635 IBA PANTHER:PTN000236067|UniProtKB:P26640|RGD:3950|PomBase:SPAC4A8.08c|SGD:S000003326|PomBase:SPBC1709.02c|UniProtKB:P07118 F Valine--tRNA ligase UniProtKB:Q05873|PTN000236192 protein NCBITaxon:224308 20170228 GO_Central valine-tRNA ligase activity -UniProtKB Q05873 valS GO:0006438 PMID:21873635 IBA PANTHER:PTN000236067|PomBase:SPAC4A8.08c|UniProtKB:P07118|SGD:S000003326|PomBase:SPBC1709.02c P Valine--tRNA ligase UniProtKB:Q05873|PTN000236192 protein NCBITaxon:224308 20170228 GO_Central valyl-tRNA aminoacylation -UniProtKB Q05865 folC GO:0008841 PMID:21873635 IBA PANTHER:PTN000123998|TAIR:locus:2177916|SGD:S000004719|UniProtKB:P08192 F Dihydrofolate synthase/folylpolyglutamate synthase UniProtKB:Q05865|PTN000124090 protein NCBITaxon:224308 20200807 GO_Central dihydrofolate synthase activity -UniProtKB Q05865 folC GO:0009396 PMID:21873635 IBA PANTHER:PTN000123998|UniProtKB:P08192|TAIR:locus:2078936|TAIR:locus:2153639|SGD:S000004719|UniProtKB:Q05932 P Dihydrofolate synthase/folylpolyglutamate synthase UniProtKB:Q05865|PTN000124090 protein NCBITaxon:224308 20201023 GO_Central folic acid-containing compound biosynthetic process -UniProtKB Q05865 folC GO:0004326 PMID:21873635 IBA PANTHER:PTN000123998|TAIR:locus:2100048|TAIR:locus:2153639|TAIR:locus:2078936|UniProtKB:P08192|SGD:S000005767|RGD:1587713|UniProtKB:Q05932 F Dihydrofolate synthase/folylpolyglutamate synthase UniProtKB:Q05865|PTN000124090 protein NCBITaxon:224308 20201023 GO_Central tetrahydrofolylpolyglutamate synthase activity -UniProtKB Q05865 folC GO:0005737 PMID:21873635 IBA PANTHER:PTN000123998|TAIR:locus:2177916|UniProtKB:Q05932|TAIR:locus:2078936|TAIR:locus:2153639|TAIR:locus:2100048|UniProtKB:P08192|SGD:S000005767 C Dihydrofolate synthase/folylpolyglutamate synthase UniProtKB:Q05865|PTN000124090 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB Q79F14 estB GO:0016042 PMID:21873635 IBA PANTHER:PTN001278927|WB:WBGene00011321 P Extracellular esterase EstB UniProtKB:Q79F14|PTN001278978 protein NCBITaxon:224308 20190213 GO_Central lipid catabolic process -UniProtKB Q79F14 estB GO:0016298 PMID:21873635 IBA PANTHER:PTN001278927|UniProtKB:P37957|WB:WBGene00011321 F Extracellular esterase EstB UniProtKB:Q79F14|PTN001278978 protein NCBITaxon:224308 20190213 GO_Central lipase activity -UniProtKB Q07429 nrgA GO:0005887 PMID:21873635 IBA PANTHER:PTN000198228|UniProtKB:P69681 C Ammonium transporter UniProtKB:Q07429|PTN000198278 protein NCBITaxon:224308 20181029 GO_Central integral component of plasma membrane -UniProtKB Q07429 nrgA GO:0008519 PMID:21873635 IBA PANTHER:PTN000198228|SGD:S000003353|SGD:S000005086|TAIR:locus:2042917|SGD:S000006342|dictyBase:DDB_G0277503|CGD:CAL0000174646|UniProtKB:A0A1D8PJF2|PomBase:SPAC664.14|UniProtKB:P69681|PomBase:SPCPB1C11.01|UniProtKB:G7L1W7|PomBase:SPAC2E1P3.02c F Ammonium transporter UniProtKB:Q07429|PTN000198278 protein NCBITaxon:224308 20200810 GO_Central ammonium transmembrane transporter activity -UniProtKB Q07429 nrgA GO:0019740 PMID:21873635 IBA PANTHER:PTN000198228|SGD:S000003353|SGD:S000005086|SGD:S000006342 P Ammonium transporter UniProtKB:Q07429|PTN000198278 protein NCBITaxon:224308 20181029 GO_Central nitrogen utilization -UniProtKB Q07428 nrgB GO:0006808 PMID:21873635 IBA PANTHER:PTN004739388|UniProtKB:P0AC55|UniProtKB:P0A9Z1 P Nitrogen regulatory PII-like protein UniProtKB:Q07428|PTN001248323 protein NCBITaxon:224308 20190822 GO_Central regulation of nitrogen utilization -UniProtKB Q07428 nrgB GO:0030234 PMID:21873635 IBA PANTHER:PTN004739388|TAIR:locus:2141355|UniProtKB:P0A9Z1 F Nitrogen regulatory PII-like protein UniProtKB:Q07428|PTN001248323 protein NCBITaxon:224308 20190822 GO_Central enzyme regulator activity -UniProtKB Q07428 nrgB GO:0005524 PMID:21873635 IBA PANTHER:PTN004739388|UniProtKB:P9WN31|UniProtKB:P0A9Z1|TAIR:locus:2141355 F Nitrogen regulatory PII-like protein UniProtKB:Q07428|PTN001248323 protein NCBITaxon:224308 20190822 GO_Central ATP binding -UniProtKB Q07428 nrgB GO:0005829 PMID:21873635 IBA PANTHER:PTN004739388|TAIR:locus:2141355|UniProtKB:P0A9Z1 C Nitrogen regulatory PII-like protein UniProtKB:Q07428|PTN001248323 protein NCBITaxon:224308 20190822 GO_Central cytosol -UniProtKB P40398 yhxD GO:0016616 PMID:21873635 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:P0AG84|UniProtKB:Q8N4T8|UniProtKB:Q92506|UniProtKB:O54438|UniProtKB:P0AEK2|UniProtKB:P05707|UniProtKB:P37769|UniProtKB:Q8I2S7|UniProtKB:P9WGT1|UniProtKB:A0A1D8PPB1|SGD:S000001538 F Uncharacterized oxidoreductase YhxD UniProtKB:P40398|PTN001215575 protein NCBITaxon:224308 20190227 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB P40399 rsbU GO:0016791 PMID:21873635 IBA PANTHER:PTN001464335|UniProtKB:P9WLZ7 F Phosphoserine phosphatase RsbU UniProtKB:P40399|PTN001842621 protein NCBITaxon:224308 20170602 GO_Central phosphatase activity -UniProtKB P40924 pgk GO:0006094 PMID:21873635 IBA PANTHER:PTN000150497|SGD:S000000605|RGD:619878 P Phosphoglycerate kinase UniProtKB:P40924|PTN000150606 protein NCBITaxon:224308 20180411 GO_Central gluconeogenesis -UniProtKB P40924 pgk GO:0004618 PMID:21873635 IBA PANTHER:PTN000150497|RGD:619878|TAIR:locus:2087750|MGI:MGI:97563|SGD:S000000605|UniProtKB:P11977|MGI:MGI:97555|UniProtKB:P00558|UniProtKB:P0A799 F Phosphoglycerate kinase UniProtKB:P40924|PTN000150606 protein NCBITaxon:224308 20200807 GO_Central phosphoglycerate kinase activity -UniProtKB P40924 pgk GO:0043531 PMID:21873635 IBA PANTHER:PTN000150497|RGD:619878 F Phosphoglycerate kinase UniProtKB:P40924|PTN000150606 protein NCBITaxon:224308 20180411 GO_Central ADP binding -UniProtKB P40924 pgk GO:0006096 PMID:21873635 IBA PANTHER:PTN000150497|TAIR:locus:2206410|MGI:MGI:97555|UniProtKB:P0A799|UniProtKB:P00558|RGD:619878|MGI:MGI:97563|TAIR:locus:2205215|SGD:S000000605 P Phosphoglycerate kinase UniProtKB:P40924|PTN000150606 protein NCBITaxon:224308 20180411 GO_Central glycolytic process -UniProtKB P40924 pgk GO:0005524 PMID:21873635 IBA PANTHER:PTN000150497|UniProtKB:F7D1R1|RGD:619878 F Phosphoglycerate kinase UniProtKB:P40924|PTN000150606 protein NCBITaxon:224308 20201205 GO_Central ATP binding -UniProtKB P40924 pgk GO:0005829 PMID:21873635 IBA PANTHER:PTN000150497|UniProtKB:P0A799|TAIR:locus:2087750|TAIR:locus:2206410|RGD:619878 C Phosphoglycerate kinase UniProtKB:P40924|PTN000150606 protein NCBITaxon:224308 20180411 GO_Central cytosol -UniProtKB Q07876 rsmH GO:0071424 PMID:21873635 IBA PANTHER:PTN000137471|UniProtKB:P60390 F Ribosomal RNA small subunit methyltransferase H UniProtKB:Q07876|PTN000137520 protein NCBITaxon:224308 20170228 GO_Central rRNA (cytosine-N4-)-methyltransferase activity -UniProtKB Q07876 rsmH GO:0005737 PMID:21873635 IBA PANTHER:PTN000137519|UniProtKB:P60390 C Ribosomal RNA small subunit methyltransferase H UniProtKB:Q07876|PTN000137520 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB Q07876 rsmH GO:0070475 PMID:21873635 IBA PANTHER:PTN000137471|UniProtKB:P60390 P Ribosomal RNA small subunit methyltransferase H UniProtKB:Q07876|PTN000137520 protein NCBITaxon:224308 20170228 GO_Central rRNA base methylation -UniProtKB Q07835 yxxF GO:0016021 PMID:21873635 IBA PANTHER:PTN001114862|UniProtKB:P27844 C Uncharacterized transporter YxxF UniProtKB:Q07835|PTN001115075 protein NCBITaxon:224308 20170620 GO_Central integral component of membrane -UniProtKB P68729 argB GO:0003991 PMID:21873635 IBA PANTHER:PTN000597373|TAIR:locus:2103528|UniProtKB:P0A6C8|SGD:S000000871 F Acetylglutamate kinase UniProtKB:P68729|PTN000786047 protein NCBITaxon:224308 20170228 GO_Central acetylglutamate kinase activity -UniProtKB P68729 argB GO:0006526 PMID:21873635 IBA PANTHER:PTN000597373|UniProtKB:A0A1D8PEI6|PomBase:SPBC725.14|UniProtKB:P0A6C8|PomBase:SPAC4G9.09c P Acetylglutamate kinase UniProtKB:P68729|PTN000786047 protein NCBITaxon:224308 20170228 GO_Central arginine biosynthetic process -UniProtKB P68729 argB GO:0034618 PMID:21873635 IBA PANTHER:PTN000597373|ZFIN:ZDB-GENE-121219-2|TAIR:locus:2103528 F Acetylglutamate kinase UniProtKB:P68729|PTN000786047 protein NCBITaxon:224308 20200809 GO_Central arginine binding -UniProtKB Q45068 alsT GO:0005886 PMID:21873635 IBA PANTHER:PTN000768371|UniProtKB:P30143 C Amino-acid carrier protein AlsT UniProtKB:Q45068|PTN000768373 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB Q45066 parC GO:0006265 PMID:21873635 IBA PANTHER:PTN001607041|UniProtKB:P0AFI2|UniProtKB:Q8I0X3|UniProtKB:P0AES4|UniProtKB:P9WG47|UniProtKB:Q9HUK1 P DNA topoisomerase 4 subunit A UniProtKB:Q45066|PTN000018857 protein NCBITaxon:224308 20170421 GO_Central DNA topological change -UniProtKB Q45066 parC GO:0005737 PMID:21873635 IBA PANTHER:PTN000018855|UniProtKB:P0AFI2|TAIR:locus:2075765|UniProtKB:P0AES4 C DNA topoisomerase 4 subunit A UniProtKB:Q45066|PTN000018857 protein NCBITaxon:224308 20201206 GO_Central cytoplasm -UniProtKB Q45066 parC GO:0005524 PMID:21873635 IBA PANTHER:PTN001607041|UniProtKB:Q8I0X3|UniProtKB:P9WG47 F DNA topoisomerase 4 subunit A UniProtKB:Q45066|PTN000018857 protein NCBITaxon:224308 20170421 GO_Central ATP binding -UniProtKB Q45066 parC GO:0009330 PMID:21873635 IBA PANTHER:PTN001607041|UniProtKB:Q9HUK1|UniProtKB:P0AFI2|UniProtKB:O67108 C DNA topoisomerase 4 subunit A UniProtKB:Q45066|PTN000018857 protein NCBITaxon:224308 20170421 GO_Central DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) complex -UniProtKB Q45066 parC GO:0003677 PMID:21873635 IBA PANTHER:PTN001607041|UniProtKB:P0AFI2|UniProtKB:P0AES4 F DNA topoisomerase 4 subunit A UniProtKB:Q45066|PTN000018857 protein NCBITaxon:224308 20170421 GO_Central DNA binding -UniProtKB Q45066 parC contributes_to GO:0003918 PMID:21873635 IBA PANTHER:PTN001607041|UniProtKB:P0AFI2|UniProtKB:O67108 F DNA topoisomerase 4 subunit A UniProtKB:Q45066|PTN000018857 protein NCBITaxon:224308 20170421 GO_Central DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) activity -UniProtKB Q45057 yneB GO:0000150 PMID:21873635 IBA PANTHER:PTN001576764|UniProtKB:P03014|UniProtKB:O06604 F Resolvase homolog YneB UniProtKB:Q45057|PTN001576774 protein NCBITaxon:224308 20200809 GO_Central recombinase activity -UniProtKB Q45057 yneB GO:0006310 PMID:21873635 IBA PANTHER:PTN001576764|UniProtKB:P03014 P Resolvase homolog YneB UniProtKB:Q45057|PTN001576774 protein NCBITaxon:224308 20200930 GO_Central DNA recombination -UniProtKB P32437 yvyE GO:0006446 PMID:21873635 IBA PANTHER:PTN000418654|MGI:MGI:1098233 P IMPACT family member YvyE UniProtKB:P32437|PTN000418720 protein NCBITaxon:224308 20201205 GO_Central regulation of translational initiation -UniProtKB P32398 yhgD GO:0003700 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:P0ACS9 F Uncharacterized HTH-type transcriptional regulator YhgD UniProtKB:P32398|PTN004738589 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB P32398 yhgD GO:0000976 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P32265|UniProtKB:Q9HZJ9|UniProtKB:Q9KR96|UniProtKB:Q9HXS0|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HY46 F Uncharacterized HTH-type transcriptional regulator YhgD UniProtKB:P32398|PTN004738589 protein NCBITaxon:224308 20190822 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P32398 yhgD GO:0006355 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:G3XCU9|UniProtKB:P0ACT6|UniProtKB:P75952|UniProtKB:P9WMC1|UniProtKB:P9WMB9|UniProtKB:P32265|UniProtKB:Q9HXS0|UniProtKB:Q9HZJ9|UniProtKB:P0ACS9|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:Q9HY46|UniProtKB:Q9HXW2|UniProtKB:Q9HZW2|UniProtKB:P39334|UniProtKB:P0ACU0 P Uncharacterized HTH-type transcriptional regulator YhgD UniProtKB:P32398|PTN004738589 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P32397 hemY GO:0016491 PMID:21873635 IBA PANTHER:PTN002451970|UniProtKB:P50336|RGD:1310543|TAIR:locus:2133397|TAIR:locus:2129515|SGD:S000000816|MGI:MGI:104968 F Protoporphyrinogen oxidase UniProtKB:P32397|PTN000077970 protein NCBITaxon:224308 20181011 GO_Central oxidoreductase activity -UniProtKB P32396 hemH GO:0006783 PMID:21873635 IBA PANTHER:PTN000121751|UniProtKB:O04921|UniProtKB:Q8ID58|UniProtKB:P22830|SGD:S000005702|UniProtKB:P23871|UniProtKB:P9WNE3|RGD:1307556|MGI:MGI:95513|TAIR:locus:2180642 P Ferrochelatase UniProtKB:P32396|PTN000121811 protein NCBITaxon:224308 20170228 GO_Central heme biosynthetic process -UniProtKB P32396 hemH GO:0004325 PMID:21873635 IBA PANTHER:PTN000121751|TAIR:locus:2180642|ZFIN:ZDB-GENE-000928-1|MGI:MGI:95513|RGD:1307556|UniProtKB:P23871|FB:FBgn0266268|SGD:S000005702|UniProtKB:Q8ID58|UniProtKB:P22830|UniProtKB:O04921 F Ferrochelatase UniProtKB:P32396|PTN000121811 protein NCBITaxon:224308 20170228 GO_Central ferrochelatase activity -UniProtKB P32395 hemE GO:0004853 PMID:21873635 IBA PANTHER:PTN000472929|MGI:MGI:98916|UniProtKB:P29680|SGD:S000002454|RGD:3946|UniProtKB:P06132|ZFIN:ZDB-GENE-000208-18 F Uroporphyrinogen decarboxylase UniProtKB:P32395|PTN000472930 protein NCBITaxon:224308 20200808 GO_Central uroporphyrinogen decarboxylase activity -UniProtKB P32395 hemE GO:0006783 PMID:21873635 IBA PANTHER:PTN000472929|UniProtKB:P29680|SGD:S000002454|MGI:MGI:98916 P Uroporphyrinogen decarboxylase UniProtKB:P32395|PTN000472930 protein NCBITaxon:224308 20200808 GO_Central heme biosynthetic process -UniProtKB P32395 hemE GO:0005829 PMID:21873635 IBA PANTHER:PTN000472929|RGD:3946|UniProtKB:P06132|MGI:MGI:98916|UniProtKB:P29680 C Uroporphyrinogen decarboxylase UniProtKB:P32395|PTN000472930 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P32081 cspB GO:0001072 PMID:21873635 IBA PANTHER:PTN002610534|UniProtKB:P0A972|UniProtKB:P0A9Y6|UniProtKB:P0A9X9 F Cold shock protein CspB UniProtKB:P32081|PTN000166643 protein NCBITaxon:224308 20200807 GO_Central transcription antitermination factor activity, RNA binding -UniProtKB P32081 cspB GO:0003676 PMID:21873635 IBA PANTHER:PTN000166442|RGD:621056|MGI:MGI:2137670|UniProtKB:Q57UC8|UniProtKB:P0A968|UniProtKB:P36995|UniProtKB:P67809|MGI:MGI:1096372|UniProtKB:P0A9Y6|RGD:61843|UniProtKB:P0A972|ZFIN:ZDB-GENE-000629-3|MGI:MGI:99146|UniProtKB:P0A9X9 F Cold shock protein CspB UniProtKB:P32081|PTN000166643 protein NCBITaxon:224308 20201023 GO_Central nucleic acid binding -UniProtKB P32081 cspB GO:0005829 PMID:21873635 IBA PANTHER:PTN002610534|UniProtKB:P0A978|UniProtKB:P0A9Y6|UniProtKB:P0A972|UniProtKB:P0A9X9|UniProtKB:P0A986|UniProtKB:P36995 C Cold shock protein CspB UniProtKB:P32081|PTN000166643 protein NCBITaxon:224308 20200123 GO_Central cytosol -UniProtKB P32081 cspB GO:0060567 PMID:21873635 IBA PANTHER:PTN002610534|UniProtKB:P0A9X9|UniProtKB:P0A972|UniProtKB:P0A9Y6 P Cold shock protein CspB UniProtKB:P32081|PTN000166643 protein NCBITaxon:224308 20200123 GO_Central negative regulation of DNA-templated transcription, termination -UniProtKB P32081 cspB GO:0003723 PMID:21873635 IBA PANTHER:PTN002610534|UniProtKB:P0A972|UniProtKB:P0A9Y6|UniProtKB:P0A9X9|UniProtKB:P36995 F Cold shock protein CspB UniProtKB:P32081|PTN000166643 protein NCBITaxon:224308 20200123 GO_Central RNA binding -UniProtKB P32081 cspB GO:0010468 PMID:21873635 IBA PANTHER:PTN000166442|ZFIN:ZDB-GENE-000629-3|MGI:MGI:99146|UniProtKB:P0A9X9|MGI:MGI:1096372|UniProtKB:P0A9Y6|UniProtKB:P0A972|RGD:61843|UniProtKB:P67809|MGI:MGI:2137670|RGD:621056|UniProtKB:P0A357 P Cold shock protein CspB UniProtKB:P32081|PTN000166643 protein NCBITaxon:224308 20201023 GO_Central regulation of gene expression -UniProtKB Q45614 walK GO:0007234 PMID:21873635 IBA PANTHER:PTN002450928|SGD:S000003996|UniProtKB:Q5AVI3 P Sensor histidine kinase WalK UniProtKB:Q45614|PTN000703754 protein NCBITaxon:224308 20200810 GO_Central osmosensory signaling via phosphorelay pathway -UniProtKB Q45614 walK GO:0030295 PMID:21873635 IBA PANTHER:PTN002450928|PomBase:SPBC887.10|SGD:S000003996 F Sensor histidine kinase WalK UniProtKB:Q45614|PTN000703754 protein NCBITaxon:224308 20201206 GO_Central protein kinase activator activity -UniProtKB Q45614 walK GO:0000156 PMID:21873635 IBA PANTHER:PTN002450928|PomBase:SPBC887.10|SGD:S000003996 F Sensor histidine kinase WalK UniProtKB:Q45614|PTN000703754 protein NCBITaxon:224308 20180620 GO_Central phosphorelay response regulator activity -UniProtKB Q45600 yydB GO:0006281 PMID:21873635 IBA PANTHER:PTN001251198|UniProtKB:P0AG76 P Uncharacterized metallophosphoesterase-like protein YydB UniProtKB:Q45600|PTN002017607 protein NCBITaxon:224308 20200414 GO_Central DNA repair -UniProtKB Q45600 yydB GO:0006274 PMID:21873635 IBA PANTHER:PTN000768677|UniProtKB:P0AG76 P Uncharacterized metallophosphoesterase-like protein YydB UniProtKB:Q45600|PTN002017607 protein NCBITaxon:224308 20200414 GO_Central DNA replication termination -UniProtKB Q45600 yydB GO:0003677 PMID:21873635 IBA PANTHER:PTN001251198|UniProtKB:Q9X1X0 F Uncharacterized metallophosphoesterase-like protein YydB UniProtKB:Q45600|PTN002017607 protein NCBITaxon:224308 20200414 GO_Central DNA binding -UniProtKB Q45600 yydB GO:0004529 PMID:21873635 IBA PANTHER:PTN001251198|UniProtKB:P0AG76 F Uncharacterized metallophosphoesterase-like protein YydB UniProtKB:Q45600|PTN002017607 protein NCBITaxon:224308 20200414 GO_Central exodeoxyribonuclease activity -UniProtKB Q45593 yydI GO:0043190 PMID:21873635 IBA PANTHER:PTN000656738|UniProtKB:Q05596 C Probable peptide export ATP-binding protein YydI UniProtKB:Q45593|PTN000657020 protein NCBITaxon:224308 20170601 GO_Central ATP-binding cassette (ABC) transporter complex -UniProtKB Q45593 yydI GO:0042626 PMID:21873635 IBA PANTHER:PTN000656738|UniProtKB:Q9I183 F Probable peptide export ATP-binding protein YydI UniProtKB:Q45593|PTN000657020 protein NCBITaxon:224308 20170601 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB Q45593 yydI GO:0005524 PMID:21873635 IBA PANTHER:PTN000656738|UniProtKB:Q9X1Z1|UniProtKB:Q9WY65 F Probable peptide export ATP-binding protein YydI UniProtKB:Q45593|PTN000657020 protein NCBITaxon:224308 20170601 GO_Central ATP binding -UniProtKB Q45591 yydK GO:0045892 PMID:21873635 IBA PANTHER:PTN000746727|UniProtKB:P13669 P Uncharacterized HTH-type transcriptional regulator YydK UniProtKB:Q45591|PTN000203766 protein NCBITaxon:224308 20180118 GO_Central negative regulation of transcription, DNA-templated -UniProtKB Q45589 cdaA GO:0004016 PMID:21873635 IBA PANTHER:PTN002149835|UniProtKB:O31854|UniProtKB:Q8Y5E4|UniProtKB:Q45589 F Cyclic di-AMP synthase CdaA UniProtKB:Q45589|PTN002149866 protein NCBITaxon:224308 20171208 GO_Central adenylate cyclase activity -UniProtKB Q45583 ybbJ GO:0016747 PMID:21873635 IBA PANTHER:PTN001895304|UniProtKB:I6YG32|UniProtKB:P9WJM7|UniProtKB:P46854|UniProtKB:P0A944 F Uncharacterized N-acetyltransferase YbbJ UniProtKB:Q45583|PTN008114025 protein NCBITaxon:224308 20200810 GO_Central transferase activity, transferring acyl groups other than amino-acyl groups -UniProtKB Q45582 murQ GO:0009254 PMID:21873635 IBA PANTHER:PTN000009547|UniProtKB:P76535 P N-acetylmuramic acid 6-phosphate etherase UniProtKB:Q45582|PTN000009548 protein NCBITaxon:224308 20171019 GO_Central peptidoglycan turnover -UniProtKB Q45582 murQ GO:0016835 PMID:21873635 IBA PANTHER:PTN000009547|UniProtKB:P76535 F N-acetylmuramic acid 6-phosphate etherase UniProtKB:Q45582|PTN000009548 protein NCBITaxon:224308 20171019 GO_Central carbon-oxygen lyase activity -UniProtKB Q45582 murQ GO:0016803 PMID:21873635 IBA PANTHER:PTN000009547|UniProtKB:P76535 F N-acetylmuramic acid 6-phosphate etherase UniProtKB:Q45582|PTN000009548 protein NCBITaxon:224308 20171019 GO_Central ether hydrolase activity -UniProtKB Q45582 murQ GO:0046348 PMID:21873635 IBA PANTHER:PTN000009547|UniProtKB:P76535 P N-acetylmuramic acid 6-phosphate etherase UniProtKB:Q45582|PTN000009548 protein NCBITaxon:224308 20171019 GO_Central amino sugar catabolic process -UniProtKB Q45581 ybbH GO:0003700 PMID:21873635 IBA PANTHER:PTN000775527|UniProtKB:P46118|UniProtKB:P77245|UniProtKB:Q8EE97 F Uncharacterized HTH-type transcriptional regulator YbbH UniProtKB:Q45581|PTN000101416 protein NCBITaxon:224308 20170228 GO_Central DNA-binding transcription factor activity -UniProtKB Q45581 ybbH GO:0006355 PMID:21873635 IBA PANTHER:PTN000775527|UniProtKB:Q8EE97|UniProtKB:P0ACS7|UniProtKB:P77245 P Uncharacterized HTH-type transcriptional regulator YbbH UniProtKB:Q45581|PTN000101416 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB Q45539 csbB GO:0005886 PMID:21873635 IBA PANTHER:PTN000092551|UniProtKB:P77757|UniProtKB:P77293 C Putative glycosyltransferase CsbB UniProtKB:Q45539|PTN000092584 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB Q45499 suhB GO:0008934 PMID:21873635 IBA PANTHER:PTN000465134|SGD:S000002695|UniProtKB:O14732|UniProtKB:P29218|RGD:69254|UniProtKB:P9WKI9|TAIR:locus:2075392|TAIR:locus:2029524|UniProtKB:P0ADG4|SGD:S000001088 F Inositol-1-monophosphatase UniProtKB:Q45499|PTN000465366 protein NCBITaxon:224308 20170228 GO_Central inositol monophosphate 1-phosphatase activity -UniProtKB Q45499 suhB GO:0007165 PMID:21873635 IBA PANTHER:PTN000465134|dictyBase:DDB_G0281239|UniProtKB:P29218 P Inositol-1-monophosphatase UniProtKB:Q45499|PTN000465366 protein NCBITaxon:224308 20201205 GO_Central signal transduction -UniProtKB Q45499 suhB GO:0046855 PMID:21873635 IBA PANTHER:PTN000465134|UniProtKB:P0ADG4|SGD:S000001088|UniProtKB:O14732|UniProtKB:P20456|RGD:69254|UniProtKB:P29218|SGD:S000002695 P Inositol-1-monophosphatase UniProtKB:Q45499|PTN000465366 protein NCBITaxon:224308 20170228 GO_Central inositol phosphate dephosphorylation -UniProtKB Q45499 suhB GO:0006020 PMID:21873635 IBA PANTHER:PTN000465134|TAIR:locus:2075392 P Inositol-1-monophosphatase UniProtKB:Q45499|PTN000465366 protein NCBITaxon:224308 20170228 GO_Central inositol metabolic process -UniProtKB Q45495 defB GO:0031365 PMID:21873635 IBA PANTHER:PTN002235180|UniProtKB:P0A6K3|UniProtKB:Q9HBH1 P Peptide deformylase 2 UniProtKB:Q45495|PTN000048676 protein NCBITaxon:224308 20200205 GO_Central N-terminal protein amino acid modification -UniProtKB Q45495 defB GO:0018206 PMID:21873635 IBA PANTHER:PTN000048655|UniProtKB:Q9HBH1 P Peptide deformylase 2 UniProtKB:Q45495|PTN000048676 protein NCBITaxon:224308 20170228 GO_Central peptidyl-methionine modification -UniProtKB Q45495 defB GO:0043686 PMID:21873635 IBA PANTHER:PTN002235180|TAIR:locus:2037733|UniProtKB:P0A6K3 P Peptide deformylase 2 UniProtKB:Q45495|PTN000048676 protein NCBITaxon:224308 20200205 GO_Central co-translational protein modification -UniProtKB Q45495 defB GO:0042586 PMID:21873635 IBA PANTHER:PTN002235180|UniProtKB:P0A6K3|UniProtKB:P9WIJ3|TAIR:locus:2037733|UniProtKB:Q9HBH1 F Peptide deformylase 2 UniProtKB:Q45495|PTN000048676 protein NCBITaxon:224308 20200205 GO_Central peptide deformylase activity -UniProtKB Q45494 ykrA GO:0000287 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F Putative phosphatase YkrA UniProtKB:Q45494|PTN000000096 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding -UniProtKB Q45494 ykrA GO:0016791 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F Putative phosphatase YkrA UniProtKB:Q45494|PTN000000096 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity -UniProtKB Q45494 ykrA GO:0005829 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C Putative phosphatase YkrA UniProtKB:Q45494|PTN000000096 protein NCBITaxon:224308 20200129 GO_Central cytosol -UniProtKB Q45480 ylyB GO:0000455 PMID:21873635 IBA PANTHER:PTN001311753|UniProtKB:P33643|UniProtKB:P0AA37|UniProtKB:P0AA39 P Uncharacterized RNA pseudouridine synthase YlyB UniProtKB:Q45480|PTN000046870 protein NCBITaxon:224308 20200808 GO_Central enzyme-directed rRNA pseudouridine synthesis -UniProtKB Q45480 ylyB GO:0009982 PMID:21873635 IBA PANTHER:PTN001311753|UniProtKB:P0AA41|UniProtKB:P0AA39|UniProtKB:P0AA37|SGD:S000005427|SGD:S000002194|UniProtKB:P33643|SGD:S000003401 F Uncharacterized RNA pseudouridine synthase YlyB UniProtKB:Q45480|PTN000046870 protein NCBITaxon:224308 20170228 GO_Central pseudouridine synthase activity -UniProtKB Q45477 ileS GO:0004822 PMID:21873635 IBA PANTHER:PTN000235772|UniProtKB:P00956 F Isoleucine--tRNA ligase UniProtKB:Q45477|PTN000235990 protein NCBITaxon:224308 20170228 GO_Central isoleucine-tRNA ligase activity -UniProtKB Q45477 ileS GO:0006428 PMID:21873635 IBA PANTHER:PTN000235772|UniProtKB:P00956 P Isoleucine--tRNA ligase UniProtKB:Q45477|PTN000235990 protein NCBITaxon:224308 20170228 GO_Central isoleucyl-tRNA aminoacylation -UniProtKB Q45477 ileS GO:0005829 PMID:21873635 IBA PANTHER:PTN000235772|UniProtKB:P00956 C Isoleucine--tRNA ligase UniProtKB:Q45477|PTN000235990 protein NCBITaxon:224308 20210102 GO_Central cytosol -UniProtKB Q45462 opuBC GO:0031460 PMID:21873635 IBA PANTHER:PTN001249439|UniProtKB:P33359|UniProtKB:P33361 P Choline-binding protein UniProtKB:Q45462|PTN002014667 protein NCBITaxon:224308 20190829 GO_Central glycine betaine transport -UniProtKB P33189 yhxA GO:0004015 PMID:21873635 IBA PANTHER:PTN000241343|UniProtKB:P9WQ81|SGD:S000005341|TAIR:locus:2174532|UniProtKB:P12995 F Uncharacterized aminotransferase YhxA UniProtKB:P33189|PTN000241429 protein NCBITaxon:224308 20170228 GO_Central adenosylmethionine-8-amino-7-oxononanoate transaminase activity -UniProtKB P33189 yhxA GO:0009102 PMID:21873635 IBA PANTHER:PTN000241343|UniProtKB:Q5AYI6|UniProtKB:P12995|SGD:S000005341|TAIR:locus:2174532|UniProtKB:P9WQ81 P Uncharacterized aminotransferase YhxA UniProtKB:P33189|PTN000241429 protein NCBITaxon:224308 20200809 GO_Central biotin biosynthetic process -UniProtKB P33166 tuf GO:0006414 PMID:21873635 IBA PANTHER:PTN001500717|SGD:S000005713|MGI:MGI:1860138|UniProtKB:P49411|PomBase:SPBC9B6.04c|MGI:MGI:2137092|UniProtKB:P49410|WB:WBGene00008133|FB:FBgn0034627 P Elongation factor Tu UniProtKB:P33166|PTN000562125 protein NCBITaxon:224308 20201001 GO_Central translational elongation -UniProtKB P33166 tuf GO:0003746 PMID:21873635 IBA PANTHER:PTN001500717|SGD:S000005713|UniProtKB:P49411|UniProtKB:P49410|MGI:MGI:2137092 F Elongation factor Tu UniProtKB:P33166|PTN000562125 protein NCBITaxon:224308 20170228 GO_Central translation elongation factor activity -UniProtKB P12425 glnA GO:0006542 PMID:21873635 IBA PANTHER:PTN000464978|UniProtKB:P12425 P Glutamine synthetase UniProtKB:P12425|PTN000464979 protein NCBITaxon:224308 20170502 GO_Central glutamine biosynthetic process -UniProtKB P33911 csrA GO:0045947 PMID:21873635 IBA PANTHER:PTN002169029|UniProtKB:P69913 P Translational regulator CsrA UniProtKB:P33911|PTN002169036 protein NCBITaxon:224308 20180315 GO_Central negative regulation of translational initiation -UniProtKB P33911 csrA GO:0048027 PMID:21873635 IBA PANTHER:PTN002169029|UniProtKB:P69913 F Translational regulator CsrA UniProtKB:P33911|PTN002169036 protein NCBITaxon:224308 20180315 GO_Central mRNA 5'-UTR binding -UniProtKB P33911 csrA GO:0005829 PMID:21873635 IBA PANTHER:PTN002169029|UniProtKB:P69913 C Translational regulator CsrA UniProtKB:P33911|PTN002169036 protein NCBITaxon:224308 20180315 GO_Central cytosol -UniProtKB P09122 dnaX GO:0006261 PMID:21873635 IBA PANTHER:PTN000186208|SGD:S000005454|PomBase:SPAC27E2.10c|PomBase:SPAC23D3.02|SGD:S000005234|UniProtKB:P28631|SGD:S000003829|PomBase:SPBC83.14c|SGD:S000000291|PomBase:SPAC1687.03c P DNA polymerase III subunit gamma/tau UniProtKB:P09122|PTN000186512 protein NCBITaxon:224308 20200807 GO_Central DNA-dependent DNA replication -UniProtKB P27643 spoVK GO:0016887 PMID:21873635 IBA PANTHER:PTN001417704|UniProtKB:P9WPH9 F Stage V sporulation protein K UniProtKB:P27643|PTN001012185 protein NCBITaxon:224308 20181121 GO_Central ATPase activity -UniProtKB P27620 tagA GO:0016758 PMID:21873635 IBA PANTHER:PTN002148896|UniProtKB:P27836 F N-acetylglucosaminyldiphosphoundecaprenol N-acetyl-beta-D-mannosaminyltransferase UniProtKB:P27620|PTN002148921 protein NCBITaxon:224308 20171208 GO_Central transferase activity, transferring hexosyl groups -UniProtKB P13484 tagE GO:0016757 PMID:21873635 IBA PANTHER:PTN000749410|UniProtKB:Q9HTC0|UniProtKB:P9WMZ5|UniProtKB:P9WMY7|UniProtKB:Q8DPV9|UniProtKB:P9WMZ3|UniProtKB:P25740 F Poly(glycerol-phosphate) alpha-glucosyltransferase UniProtKB:P13484|PTN004365368 protein NCBITaxon:224308 20200808 GO_Central transferase activity, transferring glycosyl groups -UniProtKB P13242 pyrG GO:0006241 PMID:21873635 IBA PANTHER:PTN000167473|UniProtKB:P0A7E5|SGD:S000003864|SGD:S000000135|FB:FBgn0266452|UniProtKB:P17812 P CTP synthase UniProtKB:P13242|PTN000167584 protein NCBITaxon:224308 20180918 GO_Central CTP biosynthetic process -UniProtKB P13242 pyrG GO:0003883 PMID:21873635 IBA PANTHER:PTN000167473|UniProtKB:P0A7E5|SGD:S000000135|SGD:S000003864|UniProtKB:P17812 F CTP synthase UniProtKB:P13242|PTN000167584 protein NCBITaxon:224308 20180918 GO_Central CTP synthase activity -UniProtKB P13242 pyrG GO:0019856 PMID:21873635 IBA PANTHER:PTN000167473|SGD:S000000135 P CTP synthase UniProtKB:P13242|PTN000167584 protein NCBITaxon:224308 20180918 GO_Central pyrimidine nucleobase biosynthetic process -UniProtKB P13242 pyrG GO:0042802 PMID:21873635 IBA PANTHER:PTN000167473|UniProtKB:Q9NRF8|UniProtKB:P17812|UniProtKB:P0A7E5 F CTP synthase UniProtKB:P13242|PTN000167584 protein NCBITaxon:224308 20180918 GO_Central identical protein binding -UniProtKB P13242 pyrG GO:0005829 PMID:21873635 IBA PANTHER:PTN000167583|UniProtKB:P0A7E5 C CTP synthase UniProtKB:P13242|PTN000167584 protein NCBITaxon:224308 20180918 GO_Central cytosol -UniProtKB P25052 tenA GO:0005829 PMID:21873635 IBA PANTHER:PTN000719820|SGD:S000000613|TAIR:locus:2145816 C Aminopyrimidine aminohydrolase UniProtKB:P25052|PTN000719829 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P25144 ccpA GO:0006355 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:Q8P5C9|UniProtKB:P18811|UniProtKB:P06846|UniProtKB:P0ACP1|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P03024|UniProtKB:Q8EBJ8|UniProtKB:P25144|UniProtKB:P0ACP5|UniProtKB:G3XD97|UniProtKB:P0ACN7|UniProtKB:P25748|UniProtKB:Q2G295|UniProtKB:P0ACI3 P Catabolite control protein A UniProtKB:P25144|PTN000765116 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P25144 ccpA GO:0003700 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P36673|UniProtKB:P18811|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:Q8EBJ8 F Catabolite control protein A UniProtKB:P25144|PTN000765116 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB P25144 ccpA GO:0000976 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7|UniProtKB:P0ACP1|UniProtKB:P25144|UniProtKB:P03023|UniProtKB:P0ACQ0 F Catabolite control protein A UniProtKB:P25144|PTN000765116 protein NCBITaxon:224308 20200930 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P14951 uvrC GO:0009380 PMID:21873635 IBA PANTHER:PTN000778007|UniProtKB:P0A8G0 C UvrABC system protein C UniProtKB:P14951|PTN001254688 protein NCBITaxon:224308 20170228 GO_Central excinuclease repair complex -UniProtKB P14951 uvrC GO:0006974 PMID:21873635 IBA PANTHER:PTN000778007|UniProtKB:P76213 P UvrABC system protein C UniProtKB:P14951|PTN001254688 protein NCBITaxon:224308 20200809 GO_Central cellular response to DNA damage stimulus -UniProtKB P14949 trxA GO:0015035 PMID:21873635 IBA PANTHER:PTN000047179|UniProtKB:P0AGG4|UniProtKB:P0AA25|UniProtKB:P9WG67 F Thioredoxin UniProtKB:P14949|PTN000047556 protein NCBITaxon:224308 20170228 GO_Central protein disulfide oxidoreductase activity -UniProtKB P14949 trxA GO:0016671 PMID:21873635 IBA PANTHER:PTN000047179|UniProtKB:Q9ZP20|UniProtKB:Q7XKD0|TAIR:locus:2030051|TAIR:locus:2194661 F Thioredoxin UniProtKB:P14949|PTN000047556 protein NCBITaxon:224308 20170228 GO_Central oxidoreductase activity, acting on a sulfur group of donors, disulfide as acceptor -UniProtKB P14949 trxA GO:0047134 PMID:21873635 IBA PANTHER:PTN000047179|UniProtKB:P0AGG4 F Thioredoxin UniProtKB:P14949|PTN000047556 protein NCBITaxon:224308 20170228 GO_Central protein-disulfide reductase activity -UniProtKB P14949 trxA GO:0005829 PMID:21873635 IBA PANTHER:PTN000047549|UniProtKB:P0AA25 C Thioredoxin UniProtKB:P14949|PTN000047556 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P14949 trxA GO:0005737 PMID:21873635 IBA PANTHER:PTN000047179|TAIR:locus:2030051|TAIR:locus:2194661|TAIR:locus:2128756|UniProtKB:P0AGG4|UniProtKB:Q8IDP4|UniProtKB:P0AA25|UniProtKB:Q580L8|UniProtKB:Q9ZP20|TAIR:locus:2011932|TAIR:locus:2020813|TAIR:locus:2090126 C Thioredoxin UniProtKB:P14949|PTN000047556 protein NCBITaxon:224308 20200810 GO_Central cytoplasm -UniProtKB P14949 trxA GO:0045454 PMID:21873635 IBA PANTHER:PTN000047179|UniProtKB:P0AA25|UniProtKB:P9WG67 P Thioredoxin UniProtKB:P14949|PTN000047556 protein NCBITaxon:224308 20170228 GO_Central cell redox homeostasis -UniProtKB P14577 rplP GO:0022625 PMID:21873635 IBA PANTHER:PTN000259518|UniProtKB:P0ADY7 C 50S ribosomal protein L16 UniProtKB:P14577|PTN000259519 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P14577 rplP GO:0003735 PMID:21873635 IBA PANTHER:PTN000259456|SGD:S000000134|UniProtKB:P0ADY7 F 50S ribosomal protein L16 UniProtKB:P14577|PTN000259519 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome -UniProtKB P14577 rplP GO:0019843 PMID:21873635 IBA PANTHER:PTN000259456|UniProtKB:P0ADY7 F 50S ribosomal protein L16 UniProtKB:P14577|PTN000259519 protein NCBITaxon:224308 20170228 GO_Central rRNA binding -UniProtKB P20964 obg GO:0003924 PMID:21873635 IBA PANTHER:PTN000193646|UniProtKB:Q9H4K7|UniProtKB:P42641|UniProtKB:P9WMT1|TAIR:locus:2182998 F GTPase Obg UniProtKB:P20964|PTN000193967 protein NCBITaxon:224308 20201103 GO_Central GTPase activity -UniProtKB P20964 obg GO:0005525 PMID:21873635 IBA PANTHER:PTN000193646|UniProtKB:P42641 F GTPase Obg UniProtKB:P20964|PTN000193967 protein NCBITaxon:224308 20201103 GO_Central GTP binding -UniProtKB P14205 yuxO GO:0061522 PMID:21873635 IBA PANTHER:PTN001752084|UniProtKB:P77781 F Putative esterase ComA2 UniProtKB:P14205|PTN000276102 protein NCBITaxon:224308 20170502 GO_Central 1,4-dihydroxy-2-naphthoyl-CoA thioesterase activity -UniProtKB P14205 yuxO GO:0005829 PMID:21873635 IBA PANTHER:PTN001752084|UniProtKB:P0A8Y8|UniProtKB:P0ADP2 C Putative esterase ComA2 UniProtKB:P14205|PTN000276102 protein NCBITaxon:224308 20170502 GO_Central cytosol -UniProtKB P14194 ctc GO:0008097 PMID:21873635 IBA PANTHER:PTN002116473|UniProtKB:P68919 F General stress protein CTC UniProtKB:P14194|PTN002116547 protein NCBITaxon:224308 20170228 GO_Central 5S rRNA binding -UniProtKB P14194 ctc GO:0022625 PMID:21873635 IBA PANTHER:PTN002116473|UniProtKB:P68919 C General stress protein CTC UniProtKB:P14194|PTN002116547 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P14194 ctc GO:0006412 PMID:21873635 IBA PANTHER:PTN002116473|UniProtKB:P68919 P General stress protein CTC UniProtKB:P14194|PTN002116547 protein NCBITaxon:224308 20170228 GO_Central translation -UniProtKB P14193 prs GO:0006015 PMID:21873635 IBA PANTHER:PTN000025022|SGD:S000000901|SGD:S000000164|UniProtKB:P9WKE3|SGD:S000001003|RGD:61955|SGD:S000005422|UniProtKB:P0A717|RGD:3415|SGD:S000001664 P Ribose-phosphate pyrophosphokinase UniProtKB:P14193|PTN000025260 protein NCBITaxon:224308 20180222 GO_Central 5-phosphoribose 1-diphosphate biosynthetic process -UniProtKB P14193 prs GO:0004749 PMID:21873635 IBA PANTHER:PTN000025022|UniProtKB:P9WKE3|RGD:3415|CGD:CAL0000176742|RGD:61955|SGD:S000005422|UniProtKB:P0A717|UniProtKB:P60891 F Ribose-phosphate pyrophosphokinase UniProtKB:P14193|PTN000025260 protein NCBITaxon:224308 20200807 GO_Central ribose phosphate diphosphokinase activity -UniProtKB P14193 prs GO:0002189 PMID:21873635 IBA PANTHER:PTN000025022|SGD:S000001664|RGD:3415|RGD:620206|SGD:S000005422|RGD:620207|RGD:61955|SGD:S000001003|SGD:S000000164|SGD:S000000901 C Ribose-phosphate pyrophosphokinase UniProtKB:P14193|PTN000025260 protein NCBITaxon:224308 20180222 GO_Central ribose phosphate diphosphokinase complex -UniProtKB P14193 prs GO:0006164 PMID:21873635 IBA PANTHER:PTN000025022|RGD:3415|RGD:61955|UniProtKB:P60891 P Ribose-phosphate pyrophosphokinase UniProtKB:P14193|PTN000025260 protein NCBITaxon:224308 20200807 GO_Central purine nucleotide biosynthetic process -UniProtKB P14193 prs GO:0005737 PMID:21873635 IBA PANTHER:PTN000025022|UniProtKB:P0A717|SGD:S000001664|TAIR:locus:2045590|TAIR:locus:2042351 C Ribose-phosphate pyrophosphokinase UniProtKB:P14193|PTN000025260 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB P13792 phoP GO:0001216 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P21866|UniProtKB:P23836|UniProtKB:Q8EHJ3 F Alkaline phosphatase synthesis transcriptional regulatory protein PhoP UniProtKB:P13792|PTN000724231 protein NCBITaxon:224308 20170829 GO_Central DNA-binding transcription activator activity -UniProtKB P13792 phoP GO:0005829 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P69228|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P0AE88 C Alkaline phosphatase synthesis transcriptional regulatory protein PhoP UniProtKB:P13792|PTN000724231 protein NCBITaxon:224308 20170829 GO_Central cytosol -UniProtKB P13792 phoP GO:0032993 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EHJ3|UniProtKB:Q8EE50 C Alkaline phosphatase synthesis transcriptional regulatory protein PhoP UniProtKB:P13792|PTN000724231 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex -UniProtKB P13792 phoP GO:0000976 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P21866|UniProtKB:P69228|UniProtKB:P08368|UniProtKB:Q8EE50|UniProtKB:Q8EHJ3|UniProtKB:Q04803|UniProtKB:P23836|UniProtKB:P0A9Q1|UniProtKB:O24973 F Alkaline phosphatase synthesis transcriptional regulatory protein PhoP UniProtKB:P13792|PTN000724231 protein NCBITaxon:224308 20200810 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P13792 phoP GO:0000156 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P30843|UniProtKB:P0A9Q1|UniProtKB:O07776|UniProtKB:P38684|UniProtKB:Q9I2U3|UniProtKB:P0AA16 F Alkaline phosphatase synthesis transcriptional regulatory protein PhoP UniProtKB:P13792|PTN000724231 protein NCBITaxon:224308 20170829 GO_Central phosphorelay response regulator activity -UniProtKB P13714 ldh GO:0004459 PMID:21873635 IBA PANTHER:PTN000166436|MGI:MGI:96759|RGD:2996|MGI:MGI:96763|RGD:2997|MGI:MGI:96764 F L-lactate dehydrogenase UniProtKB:P13714|PTN000166437 protein NCBITaxon:224308 20200206 GO_Central L-lactate dehydrogenase activity -UniProtKB P96576 ydaC GO:0008168 PMID:21873635 IBA PANTHER:PTN001602504|WB:WBGene00018811|UniProtKB:P9WIN3|UniProtKB:P36999 F Uncharacterized methyltransferase YdaC UniProtKB:P96576|PTN002451706 protein NCBITaxon:224308 20200810 GO_Central methyltransferase activity -UniProtKB P96610 ydbO GO:0008324 PMID:21873635 IBA PANTHER:PTN000169311|TAIR:locus:2039697|TAIR:locus:2095873|UniProtKB:P69380 F Uncharacterized transporter YdbO UniProtKB:P96610|PTN000169395 protein NCBITaxon:224308 20181004 GO_Central cation transmembrane transporter activity -UniProtKB P96610 ydbO GO:0016020 PMID:21873635 IBA PANTHER:PTN000169311|UniProtKB:Q9SAJ7|TAIR:locus:2095873|UniProtKB:P69380 C Uncharacterized transporter YdbO UniProtKB:P96610|PTN000169395 protein NCBITaxon:224308 20181004 GO_Central membrane -UniProtKB P12048 purH GO:0004643 PMID:21873635 IBA PANTHER:PTN000190296|SGD:S000004727|PomBase:SPCPB16A4.03c|RGD:70879|SGD:S000004018|UniProtKB:P15639 F Bifunctional purine biosynthesis protein PurH UniProtKB:P12048|PTN000190364 protein NCBITaxon:224308 20190208 GO_Central phosphoribosylaminoimidazolecarboxamide formyltransferase activity -UniProtKB P12048 purH GO:0006189 PMID:21873635 IBA PANTHER:PTN000190296|SGD:S000004727|PomBase:SPCPB16A4.03c|RGD:70879|SGD:S000004018 P Bifunctional purine biosynthesis protein PurH UniProtKB:P12048|PTN000190364 protein NCBITaxon:224308 20190208 GO_Central 'de novo' IMP biosynthetic process -UniProtKB P12048 purH GO:0005829 PMID:21873635 IBA PANTHER:PTN000190296|SGD:S000004727|UniProtKB:P31939|SGD:S000004018|UniProtKB:P15639 C Bifunctional purine biosynthesis protein PurH UniProtKB:P12048|PTN000190364 protein NCBITaxon:224308 20190208 GO_Central cytosol -UniProtKB P12048 purH GO:0003937 PMID:21873635 IBA PANTHER:PTN000190296|PomBase:SPCPB16A4.03c|RGD:70879|SGD:S000004727|UniProtKB:P15639|SGD:S000004018 F Bifunctional purine biosynthesis protein PurH UniProtKB:P12048|PTN000190364 protein NCBITaxon:224308 20190208 GO_Central IMP cyclohydrolase activity -UniProtKB P12047 purB GO:0044208 PMID:21873635 IBA PANTHER:PTN000154581|PomBase:SPBC14F5.09c P Adenylosuccinate lyase UniProtKB:P12047|PTN000154659 protein NCBITaxon:224308 20170228 GO_Central 'de novo' AMP biosynthetic process -UniProtKB P12047 purB GO:0004018 PMID:21873635 IBA PANTHER:PTN000154581|PomBase:SPBC14F5.09c|RGD:1307617|SGD:S000004351|UniProtKB:P12047 F Adenylosuccinate lyase UniProtKB:P12047|PTN000154659 protein NCBITaxon:224308 20200210 GO_Central N6-(1,2-dicarboxyethyl)AMP AMP-lyase (fumarate-forming) activity -UniProtKB P12047 purB GO:0005829 PMID:21873635 IBA PANTHER:PTN000154581|RGD:1307617|UniProtKB:P30566 C Adenylosuccinate lyase UniProtKB:P12047|PTN000154659 protein NCBITaxon:224308 20200210 GO_Central cytosol -UniProtKB P12047 purB GO:0070626 PMID:21873635 IBA PANTHER:PTN000154581|RGD:1307617|PomBase:SPBC14F5.09c F Adenylosuccinate lyase UniProtKB:P12047|PTN000154659 protein NCBITaxon:224308 20170228 GO_Central (S)-2-(5-amino-1-(5-phospho-D-ribosyl)imidazole-4-carboxamido)succinate AMP-lyase (fumarate-forming) activity -UniProtKB P12046 purC GO:0005829 PMID:21873635 IBA PANTHER:PTN000176641|UniProtKB:P0A7D7 C Phosphoribosylaminoimidazole-succinocarboxamide synthase UniProtKB:P12046|PTN000176692 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P12043 purM GO:0006164 PMID:21873635 IBA PANTHER:PTN000055158|PomBase:SPBC405.01|TAIR:locus:2097203 P Phosphoribosylformylglycinamidine cyclo-ligase UniProtKB:P12043|PTN001314982 protein NCBITaxon:224308 20200807 GO_Central purine nucleotide biosynthetic process -UniProtKB P12043 purM GO:0005829 PMID:21873635 IBA PANTHER:PTN000055158|UniProtKB:P08178 C Phosphoribosylformylglycinamidine cyclo-ligase UniProtKB:P12043|PTN001314982 protein NCBITaxon:224308 20180316 GO_Central cytosol -UniProtKB P12043 purM GO:0046084 PMID:21873635 IBA PANTHER:PTN000055158|UniProtKB:A0A1D8PE67 P Phosphoribosylformylglycinamidine cyclo-ligase UniProtKB:P12043|PTN001314982 protein NCBITaxon:224308 20180316 GO_Central adenine biosynthetic process -UniProtKB P12043 purM GO:0004637 PMID:21873635 IBA PANTHER:PTN000055158|PomBase:SPBC405.01|FB:FBgn0000053|RGD:1308717 F Phosphoribosylformylglycinamidine cyclo-ligase UniProtKB:P12043|PTN001314982 protein NCBITaxon:224308 20180316 GO_Central phosphoribosylamine-glycine ligase activity -UniProtKB P12043 purM GO:0004641 PMID:21873635 IBA PANTHER:PTN000055158|PomBase:SPBC405.01|TAIR:locus:2097203|FB:FBgn0000053|UniProtKB:P08178|RGD:1308717 F Phosphoribosylformylglycinamidine cyclo-ligase UniProtKB:P12043|PTN001314982 protein NCBITaxon:224308 20180316 GO_Central phosphoribosylformylglycinamidine cyclo-ligase activity -UniProtKB P12040 purN GO:0005829 PMID:21873635 IBA PANTHER:PTN000055315|UniProtKB:P08179 C Phosphoribosylglycinamide formyltransferase UniProtKB:P12040|PTN000055312 protein NCBITaxon:224308 20170421 GO_Central cytosol -UniProtKB P12040 purN GO:0006189 PMID:21873635 IBA PANTHER:PTN000055290|SGD:S000002816 P Phosphoribosylglycinamide formyltransferase UniProtKB:P12040|PTN000055312 protein NCBITaxon:224308 20170421 GO_Central 'de novo' IMP biosynthetic process -UniProtKB P12040 purN GO:0005737 PMID:21873635 IBA PANTHER:PTN000055290|UniProtKB:P08179|TAIR:locus:2029554 C Phosphoribosylglycinamide formyltransferase UniProtKB:P12040|PTN000055312 protein NCBITaxon:224308 20200810 GO_Central cytoplasm -UniProtKB P12040 purN GO:0004644 PMID:21873635 IBA PANTHER:PTN000055290|UniProtKB:P08179|TAIR:locus:2029554|SGD:S000002816 F Phosphoribosylglycinamide formyltransferase UniProtKB:P12040|PTN000055312 protein NCBITaxon:224308 20170421 GO_Central phosphoribosylglycinamide formyltransferase activity -UniProtKB P12013 gntZ GO:0050661 PMID:21873635 IBA PANTHER:PTN000211910|RGD:1583832|PomBase:SPBC660.16 F 6-phosphogluconate dehydrogenase, NAD(+)-dependent, decarboxylating UniProtKB:P12013|PTN000212015 protein NCBITaxon:224308 20190221 GO_Central NADP binding -UniProtKB P12013 gntZ GO:0009051 PMID:21873635 IBA PANTHER:PTN000211910|PomBase:SPBC660.16|TAIR:locus:2024542|RGD:1583832|SGD:S000001226|TAIR:locus:2160422|UniProtKB:P52209|SGD:S000003488 P 6-phosphogluconate dehydrogenase, NAD(+)-dependent, decarboxylating UniProtKB:P12013|PTN000212015 protein NCBITaxon:224308 20190221 GO_Central pentose-phosphate shunt, oxidative branch -UniProtKB P12013 gntZ GO:0005829 PMID:21873635 IBA PANTHER:PTN000211910|UniProtKB:P00350|TAIR:locus:2160422|UniProtKB:A0A1D8PFS4|TAIR:locus:2074577|TAIR:locus:2024542 C 6-phosphogluconate dehydrogenase, NAD(+)-dependent, decarboxylating UniProtKB:P12013|PTN000212015 protein NCBITaxon:224308 20190221 GO_Central cytosol -UniProtKB P12013 gntZ GO:0004616 PMID:21873635 IBA PANTHER:PTN000211910|MGI:MGI:97553|PomBase:SPBC660.16|TAIR:locus:2074577|RGD:1583832|SGD:S000003488|UniProtKB:P00350|SGD:S000001226 F 6-phosphogluconate dehydrogenase, NAD(+)-dependent, decarboxylating UniProtKB:P12013|PTN000212015 protein NCBITaxon:224308 20190221 GO_Central phosphogluconate dehydrogenase (decarboxylating) activity -UniProtKB P12013 gntZ GO:0046177 PMID:21873635 IBA PANTHER:PTN000211910|PomBase:SPBC660.16|UniProtKB:P00350 P 6-phosphogluconate dehydrogenase, NAD(+)-dependent, decarboxylating UniProtKB:P12013|PTN000212015 protein NCBITaxon:224308 20190221 GO_Central D-gluconate catabolic process -UniProtKB P12012 gntP GO:0035429 PMID:21873635 IBA PANTHER:PTN000769107|UniProtKB:P0AC94|UniProtKB:P39835|UniProtKB:P0AC96 P Gluconate permease UniProtKB:P12012|PTN000769110 protein NCBITaxon:224308 20201025 GO_Central gluconate transmembrane transport -UniProtKB P12012 gntP GO:0005887 PMID:21873635 IBA PANTHER:PTN000769104|UniProtKB:P0AC96|UniProtKB:P0AC94|UniProtKB:P08555 C Gluconate permease UniProtKB:P12012|PTN000769110 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P12012 gntP GO:0015128 PMID:21873635 IBA PANTHER:PTN000769107|UniProtKB:P0AC94|UniProtKB:P0AC96|UniProtKB:P39835|UniProtKB:P39344 F Gluconate permease UniProtKB:P12012|PTN000769110 protein NCBITaxon:224308 20200809 GO_Central gluconate transmembrane transporter activity -UniProtKB P12310 gdh GO:0016616 PMID:21873635 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:P0AG84|UniProtKB:Q8N4T8|UniProtKB:Q92506|UniProtKB:O54438|UniProtKB:P0AEK2|UniProtKB:P05707|UniProtKB:P37769|UniProtKB:Q8I2S7|UniProtKB:P9WGT1|UniProtKB:A0A1D8PPB1|SGD:S000001538 F Glucose 1-dehydrogenase UniProtKB:P12310|PTN001215593 protein NCBITaxon:224308 20190227 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB P23445 fliI GO:0045261 PMID:21873635 IBA PANTHER:PTN000389695|UniProtKB:P0ABB4|RGD:621368|PomBase:SPAC222.12c|TAIR:locus:505006590|TAIR:locus:504956338|SGD:S000003882 C Flagellum-specific ATP synthase UniProtKB:P23445|PTN000390098 protein NCBITaxon:224308 20190213 GO_Central proton-transporting ATP synthase complex, catalytic core F(1) -UniProtKB P23445 fliI contributes_to GO:0016887 PMID:21873635 IBA PANTHER:PTN000389695|SGD:S000003882|RGD:621368 F Flagellum-specific ATP synthase UniProtKB:P23445|PTN000390098 protein NCBITaxon:224308 20200808 GO_Central ATPase activity -UniProtKB P23449 fliH GO:0005829 PMID:21873635 IBA PANTHER:PTN002439699|UniProtKB:P31068 C Probable flagellar assembly protein FliH UniProtKB:P23449|PTN002168979 protein NCBITaxon:224308 20180315 GO_Central cytosol -UniProtKB P23477 addB GO:0000725 PMID:21873635 IBA PANTHER:PTN000116141|PomBase:SPAC4H3.05|UniProtKB:F1ND48|PomBase:SPBC336.01 P ATP-dependent helicase/deoxyribonuclease subunit B UniProtKB:P23477|PTN004227338 protein NCBITaxon:224308 20181129 GO_Central recombinational repair -UniProtKB P23477 addB GO:0033202 PMID:21873635 IBA PANTHER:PTN000116196|UniProtKB:P03018|UniProtKB:P9WMQ1 C ATP-dependent helicase/deoxyribonuclease subunit B UniProtKB:P23477|PTN004227338 protein NCBITaxon:224308 20180308 GO_Central DNA helicase complex -UniProtKB P23477 addB GO:0005829 PMID:21873635 IBA PANTHER:PTN000869814|UniProtKB:P03018|UniProtKB:P15038 C ATP-dependent helicase/deoxyribonuclease subunit B UniProtKB:P23477|PTN004227338 protein NCBITaxon:224308 20181129 GO_Central cytosol -UniProtKB P23477 addB GO:0043138 PMID:21873635 IBA PANTHER:PTN000116141|UniProtKB:P9WMQ1|TAIR:locus:2117303|SGD:S000005455|UniProtKB:Q8NFZ0|UniProtKB:P15038|PomBase:SPBC336.01|UniProtKB:A0A1D8PUB1|SGD:S000003628|UniProtKB:Q8I3W6 F ATP-dependent helicase/deoxyribonuclease subunit B UniProtKB:P23477|PTN004227338 protein NCBITaxon:224308 20180308 GO_Central 3'-5' DNA helicase activity -UniProtKB P23478 addA GO:0033202 PMID:21873635 IBA PANTHER:PTN000116196|UniProtKB:P03018|UniProtKB:P9WMQ1 C ATP-dependent helicase/nuclease subunit A UniProtKB:P23478|PTN000116198 protein NCBITaxon:224308 20180308 GO_Central DNA helicase complex -UniProtKB P23478 addA GO:0005829 PMID:21873635 IBA PANTHER:PTN000869814|UniProtKB:P03018|UniProtKB:P15038 C ATP-dependent helicase/nuclease subunit A UniProtKB:P23478|PTN000116198 protein NCBITaxon:224308 20181129 GO_Central cytosol -UniProtKB P23478 addA GO:0000725 PMID:21873635 IBA PANTHER:PTN000116141|PomBase:SPAC4H3.05|UniProtKB:F1ND48|PomBase:SPBC336.01 P ATP-dependent helicase/nuclease subunit A UniProtKB:P23478|PTN000116198 protein NCBITaxon:224308 20181129 GO_Central recombinational repair -UniProtKB P23478 addA GO:0043138 PMID:21873635 IBA PANTHER:PTN000116141|UniProtKB:P9WMQ1|TAIR:locus:2117303|SGD:S000005455|UniProtKB:Q8NFZ0|UniProtKB:P15038|PomBase:SPBC336.01|UniProtKB:A0A1D8PUB1|SGD:S000003628|UniProtKB:Q8I3W6 F ATP-dependent helicase/nuclease subunit A UniProtKB:P23478|PTN000116198 protein NCBITaxon:224308 20180308 GO_Central 3'-5' DNA helicase activity -UniProtKB P12879 rpsH GO:0022627 PMID:21873635 IBA PANTHER:PTN000204723|UniProtKB:P0A7W7|SGD:S000003726|TAIR:locus:2052025|TAIR:locus:2075231|RGD:619939|UniProtKB:O80646|TAIR:locus:2026525|UniProtKB:P62244|SGD:S000004359|TAIR:locus:2118319 C 30S ribosomal protein S8 UniProtKB:P12879|PTN000204868 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit -UniProtKB P12879 rpsH GO:0003735 PMID:21873635 IBA PANTHER:PTN000204723|SGD:S000004359|SGD:S000004767|SGD:S000003726|UniProtKB:P0A7W7 F 30S ribosomal protein S8 UniProtKB:P12879|PTN000204868 protein NCBITaxon:224308 20200807 GO_Central structural constituent of ribosome -UniProtKB P12878 rpsN1 GO:0015935 PMID:21873635 IBA PANTHER:PTN000457003|UniProtKB:P0AG59|UniProtKB:O60783|SGD:S000006370 C 30S ribosomal protein S14 UniProtKB:P12878|PTN000457073 protein NCBITaxon:224308 20200808 GO_Central small ribosomal subunit -UniProtKB P12878 rpsN1 GO:0003735 PMID:21873635 IBA PANTHER:PTN000457003|UniProtKB:P0AG59|SGD:S000006370 F 30S ribosomal protein S14 UniProtKB:P12878|PTN000457073 protein NCBITaxon:224308 20200808 GO_Central structural constituent of ribosome -UniProtKB P12878 rpsN1 GO:0006412 PMID:21873635 IBA PANTHER:PTN000457003|UniProtKB:O60783 P 30S ribosomal protein S14 UniProtKB:P12878|PTN000457073 protein NCBITaxon:224308 20170228 GO_Central translation -UniProtKB P12877 rplE GO:0003723 PMID:21873635 IBA PANTHER:PTN000242048|TAIR:locus:2099024|UniProtKB:P62913|TAIR:locus:2052432|UniProtKB:P62399|TAIR:locus:2124978 F 50S ribosomal protein L5 UniProtKB:P12877|PTN000242171 protein NCBITaxon:224308 20200808 GO_Central RNA binding -UniProtKB P12877 rplE GO:0003735 PMID:21873635 IBA PANTHER:PTN000242048|UniProtKB:P62913|SGD:S000002645 F 50S ribosomal protein L5 UniProtKB:P12877|PTN000242171 protein NCBITaxon:224308 20210101 GO_Central structural constituent of ribosome -UniProtKB P12877 rplE GO:0022625 PMID:21873635 IBA PANTHER:PTN000242048|UniProtKB:P62399|SGD:S000006306|SGD:S000003317|TAIR:locus:2052432|RGD:1308681|UniProtKB:P62913|TAIR:locus:2099024 C 50S ribosomal protein L5 UniProtKB:P12877|PTN000242171 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P12875 rplN GO:0070180 PMID:21873635 IBA PANTHER:PTN000205184|UniProtKB:P0ADY3 F 50S ribosomal protein L14 UniProtKB:P12875|PTN000205309 protein NCBITaxon:224308 20170228 GO_Central large ribosomal subunit rRNA binding -UniProtKB P12875 rplN GO:0022625 PMID:21873635 IBA PANTHER:PTN000205184|TAIR:locus:2018309|RGD:62067|UniProtKB:P0ADY3|SGD:S000000183|SGD:S000000919 C 50S ribosomal protein L14 UniProtKB:P12875|PTN000205309 protein NCBITaxon:224308 20200808 GO_Central cytosolic large ribosomal subunit -UniProtKB P12875 rplN GO:0003735 PMID:21873635 IBA PANTHER:PTN000205184|SGD:S000001653 F 50S ribosomal protein L14 UniProtKB:P12875|PTN000205309 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome -UniProtKB P12874 rpsQ GO:0003735 PMID:21873635 IBA PANTHER:PTN000078534|SGD:S000004800|SGD:S000002432|UniProtKB:P0AG63|SGD:S000000252 F 30S ribosomal protein S17 UniProtKB:P12874|PTN000078655 protein NCBITaxon:224308 20201231 GO_Central structural constituent of ribosome -UniProtKB P12874 rpsQ GO:0022627 PMID:21873635 IBA PANTHER:PTN000078534|TAIR:locus:2126639|SGD:S000002432|UniProtKB:P62280|UniProtKB:P0AG63|SGD:S000000252|TAIR:locus:2101278|RGD:621026 C 30S ribosomal protein S17 UniProtKB:P12874|PTN000078655 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit -UniProtKB P12873 rpmC GO:0022625 PMID:21873635 IBA PANTHER:PTN000099513|UniProtKB:P0A7M6 C 50S ribosomal protein L29 UniProtKB:P12873|PTN000099534 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P54953 yxeN GO:0006865 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P0AEQ6|UniProtKB:Q9I487|UniProtKB:P0AFT2|UniProtKB:Q9I404|UniProtKB:Q9I403 P Probable amino-acid permease protein YxeN UniProtKB:P54953|PTN000770162 protein NCBITaxon:224308 20200809 GO_Central amino acid transport -UniProtKB P54953 yxeN GO:0005886 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P45768|UniProtKB:P0AER5|UniProtKB:P45767|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P0AE30 C Probable amino-acid permease protein YxeN UniProtKB:P54953|PTN000770162 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P54983 amhX GO:0016787 PMID:21873635 IBA PANTHER:PTN000791457|TAIR:locus:2017607|TAIR:locus:2164976|TAIR:locus:2823614|UniProtKB:O34916|TAIR:locus:2075382 F Amidohydrolase AmhX UniProtKB:P54983|PTN000110856 protein NCBITaxon:224308 20190524 GO_Central hydrolase activity -UniProtKB P54955 yxeP GO:0016787 PMID:21873635 IBA PANTHER:PTN000791457|TAIR:locus:2017607|TAIR:locus:2164976|TAIR:locus:2823614|UniProtKB:O34916|TAIR:locus:2075382 F Uncharacterized hydrolase YxeP UniProtKB:P54955|PTN000110858 protein NCBITaxon:224308 20190524 GO_Central hydrolase activity -UniProtKB P54947 yxeH GO:0005829 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C Putative phosphatase YxeH UniProtKB:P54947|PTN000000098 protein NCBITaxon:224308 20200129 GO_Central cytosol -UniProtKB P54947 yxeH GO:0000287 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F Putative phosphatase YxeH UniProtKB:P54947|PTN000000098 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding -UniProtKB P54947 yxeH GO:0016791 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F Putative phosphatase YxeH UniProtKB:P54947|PTN000000098 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity -UniProtKB P54941 yxeB GO:0030288 PMID:21873635 IBA PANTHER:PTN001254050|UniProtKB:P0AEL6|UniProtKB:P07822 C Iron(3+)-hydroxamate-binding protein YxeB UniProtKB:P54941|PTN001254054 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space -UniProtKB P54155 msrB GO:0005737 PMID:21873635 IBA PANTHER:PTN000019160|UniProtKB:Q0DC89|TAIR:locus:2024817|UniProtKB:Q8IXL7|MGI:MGI:1923717|UniProtKB:P0A746 C Peptide methionine sulfoxide reductase MsrB UniProtKB:P54155|PTN000019289 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB P54155 msrB GO:0033743 PMID:21873635 IBA PANTHER:PTN000019160|UniProtKB:P0A746|UniProtKB:Q8INK9|UniProtKB:Q8IXL7|MGI:MGI:1923717|TAIR:locus:2024817|UniProtKB:Q0DC89 F Peptide methionine sulfoxide reductase MsrB UniProtKB:P54155|PTN000019289 protein NCBITaxon:224308 20200807 GO_Central peptide-methionine (R)-S-oxide reductase activity -UniProtKB P54435 yrkH GO:0050313 PMID:21873635 IBA PANTHER:PTN002454072|UniProtKB:O95571|TAIR:locus:2024922 F Uncharacterized protein YrkH UniProtKB:P54435|PTN000232662 protein NCBITaxon:224308 20170509 GO_Central sulfur dioxygenase activity -UniProtKB P54435 yrkH GO:0070813 PMID:21873635 IBA PANTHER:PTN002454072|UniProtKB:O95571 P Uncharacterized protein YrkH UniProtKB:P54435|PTN000232662 protein NCBITaxon:224308 20170509 GO_Central hydrogen sulfide metabolic process -UniProtKB P54435 yrkH GO:0016788 PMID:21873635 IBA PANTHER:PTN002454072|TAIR:locus:2024922 F Uncharacterized protein YrkH UniProtKB:P54435|PTN000232662 protein NCBITaxon:224308 20170509 GO_Central hydrolase activity, acting on ester bonds -UniProtKB P54435 yrkH GO:0006749 PMID:21873635 IBA PANTHER:PTN002454072|UniProtKB:O95571 P Uncharacterized protein YrkH UniProtKB:P54435|PTN000232662 protein NCBITaxon:224308 20170509 GO_Central glutathione metabolic process -UniProtKB P54445 psiE GO:0005886 PMID:21873635 IBA PANTHER:PTN002208674|UniProtKB:P0A7C8 C Protein PsiE homolog UniProtKB:P54445|PTN002208678 protein NCBITaxon:224308 20170901 GO_Central plasma membrane -UniProtKB P54450 cwlH GO:0009254 PMID:21873635 IBA PANTHER:PTN001252273|UniProtKB:P13016 P N-acetylmuramoyl-L-alanine amidase CwlH UniProtKB:P54450|PTN001472701 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan turnover -UniProtKB P54450 cwlH GO:0009253 PMID:21873635 IBA PANTHER:PTN001252273|UniProtKB:P75820 P N-acetylmuramoyl-L-alanine amidase CwlH UniProtKB:P54450|PTN001472701 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan catabolic process -UniProtKB P54450 cwlH GO:0008745 PMID:21873635 IBA PANTHER:PTN001252273|UniProtKB:P75820|UniProtKB:Q9I5D1|UniProtKB:Q9HT86|UniProtKB:G3XCW9 F N-acetylmuramoyl-L-alanine amidase CwlH UniProtKB:P54450|PTN001472701 protein NCBITaxon:224308 20170228 GO_Central N-acetylmuramoyl-L-alanine amidase activity -UniProtKB P54452 yqeG GO:0016791 PMID:21873635 IBA PANTHER:PTN002711682|UniProtKB:Q96GD0|FB:FBgn0024995|RGD:1307773|SGD:S000002395|MGI:MGI:1914328|CGD:CAL0000178325|PomBase:SPBC15D4.15|UniProtKB:O33194|UniProtKB:A6NDG6|MGI:MGI:1919282|UniProtKB:F1MW60|UniProtKB:Q0VD18|UniProtKB:P0AF24|UniProtKB:A0A2K3DU55|FB:FBgn0030347|SGD:S000001142 F Uncharacterized protein YqeG UniProtKB:P54452|PTN000445920 protein NCBITaxon:224308 20210101 GO_Central phosphatase activity -UniProtKB P54471 trmK GO:0016429 PMID:21873635 IBA PANTHER:PTN002213021|UniProtKB:P54471 F tRNA (adenine(22)-N(1))-methyltransferase UniProtKB:P54471|PTN002213032 protein NCBITaxon:224308 20170831 GO_Central tRNA (adenine-N1-)-methyltransferase activity -UniProtKB P54551 yqjN GO:0006526 PMID:21873635 IBA PANTHER:PTN000865743|UniProtKB:P23908 P Uncharacterized protein YqjN UniProtKB:P54551|PTN000110597 protein NCBITaxon:224308 20170228 GO_Central arginine biosynthetic process -UniProtKB P54551 yqjN GO:0008777 PMID:21873635 IBA PANTHER:PTN000865743|UniProtKB:P23908 F Uncharacterized protein YqjN UniProtKB:P54551|PTN000110597 protein NCBITaxon:224308 20170228 GO_Central acetylornithine deacetylase activity -UniProtKB P53555 bioK GO:0004015 PMID:21873635 IBA PANTHER:PTN000241343|UniProtKB:P9WQ81|SGD:S000005341|TAIR:locus:2174532|UniProtKB:P12995 F L-Lysine--8-amino-7-oxononanoate transaminase UniProtKB:P53555|PTN000241354 protein NCBITaxon:224308 20170228 GO_Central adenosylmethionine-8-amino-7-oxononanoate transaminase activity -UniProtKB P53555 bioK GO:0009102 PMID:21873635 IBA PANTHER:PTN000241343|UniProtKB:Q5AYI6|UniProtKB:P12995|SGD:S000005341|TAIR:locus:2174532|UniProtKB:P9WQ81 P L-Lysine--8-amino-7-oxononanoate transaminase UniProtKB:P53555|PTN000241354 protein NCBITaxon:224308 20200809 GO_Central biotin biosynthetic process -UniProtKB P53558 bioD GO:0005829 PMID:21873635 IBA PANTHER:PTN000482092|UniProtKB:P13000 C ATP-dependent dethiobiotin synthetase BioD UniProtKB:P53558|PTN000482097 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P53558 bioD GO:0004141 PMID:21873635 IBA PANTHER:PTN000482092|SGD:S000005340|UniProtKB:P9WPQ5|UniProtKB:P13000 F ATP-dependent dethiobiotin synthetase BioD UniProtKB:P53558|PTN000482097 protein NCBITaxon:224308 20170228 GO_Central dethiobiotin synthase activity -UniProtKB P53558 bioD GO:0009102 PMID:21873635 IBA PANTHER:PTN000482092|UniProtKB:P13000|UniProtKB:P9WPQ5|SGD:S000005340 P ATP-dependent dethiobiotin synthetase BioD UniProtKB:P53558|PTN000482097 protein NCBITaxon:224308 20170228 GO_Central biotin biosynthetic process -UniProtKB P51785 ilvD GO:0005829 PMID:21873635 IBA PANTHER:PTN000470254|UniProtKB:P05791 C Dihydroxy-acid dehydratase UniProtKB:P51785|PTN000470259 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P51785 ilvD GO:0016836 PMID:21873635 IBA PANTHER:PTN000470254|UniProtKB:P39358|UniProtKB:P0ADF6|UniProtKB:P77596|UniProtKB:P05791 F Dihydroxy-acid dehydratase UniProtKB:P51785|PTN000470259 protein NCBITaxon:224308 20170228 GO_Central hydro-lyase activity -UniProtKB P51831 fabG GO:0030497 PMID:21873635 IBA PANTHER:PTN001211919|UniProtKB:P71079|UniProtKB:P0A2C9|UniProtKB:P0AEK2 P 3-oxoacyl-[acyl-carrier-protein] reductase FabG UniProtKB:P51831|PTN001212888 protein NCBITaxon:224308 20190227 GO_Central fatty acid elongation -UniProtKB P51831 fabG GO:0016616 PMID:21873635 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:P0AG84|UniProtKB:Q8N4T8|UniProtKB:Q92506|UniProtKB:O54438|UniProtKB:P0AEK2|UniProtKB:P05707|UniProtKB:P37769|UniProtKB:Q8I2S7|UniProtKB:P9WGT1|UniProtKB:A0A1D8PPB1|SGD:S000001538 F 3-oxoacyl-[acyl-carrier-protein] reductase FabG UniProtKB:P51831|PTN001212888 protein NCBITaxon:224308 20190227 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB P51835 ftsY GO:0003924 PMID:21873635 IBA PANTHER:PTN000169915|UniProtKB:P10121 F Signal recognition particle receptor FtsY UniProtKB:P51835|PTN000169996 protein NCBITaxon:224308 20170713 GO_Central GTPase activity -UniProtKB P51835 ftsY GO:0006605 PMID:21873635 IBA PANTHER:PTN000169915|UniProtKB:P10121|UniProtKB:O80842|SGD:S000002700 P Signal recognition particle receptor FtsY UniProtKB:P51835|PTN000169996 protein NCBITaxon:224308 20181029 GO_Central protein targeting -UniProtKB P51835 ftsY GO:0005047 PMID:21873635 IBA PANTHER:PTN000169915|SGD:S000002700 F Signal recognition particle receptor FtsY UniProtKB:P51835|PTN000169996 protein NCBITaxon:224308 20170713 GO_Central signal recognition particle binding -UniProtKB P51835 ftsY GO:0016020 PMID:21873635 IBA PANTHER:PTN000169915|UniProtKB:P08240|UniProtKB:P10121|FB:FBgn0010391|SGD:S000002700 C Signal recognition particle receptor FtsY UniProtKB:P51835|PTN000169996 protein NCBITaxon:224308 20200810 GO_Central membrane -UniProtKB P51835 ftsY GO:0005886 PMID:21873635 IBA PANTHER:PTN001695963|UniProtKB:P10121 C Signal recognition particle receptor FtsY UniProtKB:P51835|PTN000169996 protein NCBITaxon:224308 20181029 GO_Central plasma membrane -UniProtKB P0CI77 proH GO:0055129 PMID:21873635 IBA PANTHER:PTN000182176|UniProtKB:P0A9L8|UniProtKB:Q53H96 P Pyrroline-5-carboxylate reductase 1 UniProtKB:P0CI77|PTN000182337 protein NCBITaxon:224308 20190212 GO_Central L-proline biosynthetic process -UniProtKB P0CI77 proH GO:0004735 PMID:21873635 IBA PANTHER:PTN000182176|UniProtKB:P32322|UniProtKB:Q53H96|UniProtKB:P9WHU7|SGD:S000000825|TAIR:locus:2185435|UniProtKB:P0A9L8 F Pyrroline-5-carboxylate reductase 1 UniProtKB:P0CI77|PTN000182337 protein NCBITaxon:224308 20190212 GO_Central pyrroline-5-carboxylate reductase activity -UniProtKB C0H3Q8 yuzN GO:0006355 PMID:21873635 IBA PANTHER:PTN002108422|UniProtKB:P37309 P Uncharacterized HTH-type transcriptional regulator YuzN UniProtKB:C0H3Q8|PTN002108447 protein NCBITaxon:224308 20170228 GO_Central regulation of transcription, DNA-templated -UniProtKB C0H3Q8 yuzN GO:0000976 PMID:21873635 IBA PANTHER:PTN002108422|UniProtKB:Q9HW47 F Uncharacterized HTH-type transcriptional regulator YuzN UniProtKB:C0H3Q8|PTN002108447 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB Q9JMQ2 ppaX GO:0006281 PMID:21873635 IBA PANTHER:PTN001052204|UniProtKB:P32662 P Pyrophosphatase PpaX UniProtKB:Q9JMQ2|PTN000431482 protein NCBITaxon:224308 20170228 GO_Central DNA repair -UniProtKB Q9JMQ2 ppaX GO:0016311 PMID:21873635 IBA PANTHER:PTN001052204|UniProtKB:P32662|UniProtKB:P64636 P Pyrophosphatase PpaX UniProtKB:Q9JMQ2|PTN000431482 protein NCBITaxon:224308 20170228 GO_Central dephosphorylation -UniProtKB Q9JMQ2 ppaX GO:0005829 PMID:21873635 IBA PANTHER:PTN001291474|UniProtKB:P32662 C Pyrophosphatase PpaX UniProtKB:Q9JMQ2|PTN000431482 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB Q9JMQ2 ppaX GO:0008967 PMID:21873635 IBA PANTHER:PTN001052204|UniProtKB:P32662 F Pyrophosphatase PpaX UniProtKB:Q9JMQ2|PTN000431482 protein NCBITaxon:224308 20170228 GO_Central phosphoglycolate phosphatase activity -UniProtKB Q9JMQ1 exuR GO:0003700 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P36673|UniProtKB:P18811|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:Q8EBJ8 F Probable HTH-type transcriptional repressor ExuR UniProtKB:Q9JMQ1|PTN000765395 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB Q9JMQ1 exuR GO:0000976 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7|UniProtKB:P0ACP1|UniProtKB:P25144|UniProtKB:P03023|UniProtKB:P0ACQ0 F Probable HTH-type transcriptional repressor ExuR UniProtKB:Q9JMQ1|PTN000765395 protein NCBITaxon:224308 20200930 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB Q9JMQ1 exuR GO:0006355 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:Q8P5C9|UniProtKB:P18811|UniProtKB:P06846|UniProtKB:P0ACP1|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P03024|UniProtKB:Q8EBJ8|UniProtKB:P25144|UniProtKB:P0ACP5|UniProtKB:G3XD97|UniProtKB:P0ACN7|UniProtKB:P25748|UniProtKB:Q2G295|UniProtKB:P0ACI3 P Probable HTH-type transcriptional repressor ExuR UniProtKB:Q9JMQ1|PTN000765395 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P94549 fadB GO:0004300 PMID:21873635 IBA PANTHER:PTN000941828|UniProtKB:Q13825|UniProtKB:P76082|UniProtKB:P30084|RGD:69330|MGI:MGI:1338011 F Probable enoyl-CoA hydratase UniProtKB:P94549|PTN000235224 protein NCBITaxon:224308 20170228 GO_Central enoyl-CoA hydratase activity -UniProtKB P94549 fadB GO:0006635 PMID:21873635 IBA PANTHER:PTN000941828|RGD:61892|MGI:MGI:94871|UniProtKB:P30084|RGD:69330 P Probable enoyl-CoA hydratase UniProtKB:P94549|PTN000235224 protein NCBITaxon:224308 20170228 GO_Central fatty acid beta-oxidation -UniProtKB O34328 gmk GO:0005829 PMID:21873635 IBA PANTHER:PTN000563396|MGI:MGI:95871|UniProtKB:P60546|RGD:1309638 C Guanylate kinase UniProtKB:O34328|PTN000563471 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O34328 gmk GO:0004385 PMID:21873635 IBA PANTHER:PTN000563396|UniProtKB:Q16774|UniProtKB:P60546|RGD:1309638|UniProtKB:Q8I2M1|SGD:S000002862|MGI:MGI:95871|UniProtKB:P9WKE9|TAIR:locus:2054356|UniProtKB:P46195 F Guanylate kinase UniProtKB:O34328|PTN000563471 protein NCBITaxon:224308 20170228 GO_Central guanylate kinase activity -UniProtKB P10944 hutH GO:0006548 PMID:21873635 IBA PANTHER:PTN000796665|UniProtKB:Q9HU85 P Histidine ammonia-lyase UniProtKB:P10944|PTN000796666 protein NCBITaxon:224308 20180112 GO_Central histidine catabolic process -UniProtKB P10944 hutH GO:0004397 PMID:21873635 IBA PANTHER:PTN000796665|UniProtKB:Q9HU85 F Histidine ammonia-lyase UniProtKB:P10944|PTN000796666 protein NCBITaxon:224308 20180112 GO_Central histidine ammonia-lyase activity -UniProtKB P10944 hutH GO:0016841 PMID:21873635 IBA PANTHER:PTN000796617|RGD:68363|UniProtKB:P42357|TAIR:locus:2057981|UniProtKB:Q9HU85|UniProtKB:Q8VXG7|MGI:MGI:96010 F Histidine ammonia-lyase UniProtKB:P10944|PTN000796666 protein NCBITaxon:224308 20180112 GO_Central ammonia-lyase activity -UniProtKB P10727 spoIIAA GO:0043856 PMID:21873635 IBA PANTHER:PTN002127014|UniProtKB:P9WGE1|UniProtKB:P9WGE3 F Anti-sigma F factor antagonist UniProtKB:P10727|PTN002127074 protein NCBITaxon:224308 20170413 GO_Central anti-sigma factor antagonist activity -UniProtKB P10726 sigD GO:0006355 PMID:21873635 IBA PANTHER:PTN001251781|UniProtKB:P9WGI3|UniProtKB:P06574 P RNA polymerase sigma-D factor UniProtKB:P10726|PTN000769569 protein NCBITaxon:224308 20170228 GO_Central regulation of transcription, DNA-templated -UniProtKB P10725 alr1 GO:0030632 PMID:21873635 IBA PANTHER:PTN001253738|UniProtKB:P9WQA9 P Alanine racemase 1 UniProtKB:P10725|PTN001253741 protein NCBITaxon:224308 20200623 GO_Central D-alanine biosynthetic process -UniProtKB P10725 alr1 GO:0008784 PMID:21873635 IBA PANTHER:PTN000775508|UniProtKB:P9WQA9|UniProtKB:Q9HUN4|UniProtKB:P29012|UniProtKB:Q9HTQ2|PomBase:SPCC965.08c F Alanine racemase 1 UniProtKB:P10725|PTN001253741 protein NCBITaxon:224308 20200809 GO_Central alanine racemase activity -UniProtKB P10725 alr1 GO:0030170 PMID:21873635 IBA PANTHER:PTN000775508|UniProtKB:P9WQA9 F Alanine racemase 1 UniProtKB:P10725|PTN001253741 protein NCBITaxon:224308 20190116 GO_Central pyridoxal phosphate binding -UniProtKB P10725 alr1 GO:0009252 PMID:21873635 IBA PANTHER:PTN007826070|UniProtKB:P9WQA9 P Alanine racemase 1 UniProtKB:P10725|PTN001253741 protein NCBITaxon:224308 20200611 GO_Central peptidoglycan biosynthetic process -UniProtKB P10725 alr1 GO:0005829 PMID:21873635 IBA PANTHER:PTN000775508|UniProtKB:P29012 C Alanine racemase 1 UniProtKB:P10725|PTN001253741 protein NCBITaxon:224308 20200611 GO_Central cytosol -UniProtKB P17922 pheT GO:0009328 PMID:21873635 IBA PANTHER:PTN000101805|UniProtKB:P07395|SGD:S000004050|UniProtKB:Q9NSD9 C Phenylalanine--tRNA ligase beta subunit UniProtKB:P17922|PTN000101916 protein NCBITaxon:224308 20170228 GO_Central phenylalanine-tRNA ligase complex -UniProtKB P17922 pheT GO:0006432 PMID:21873635 IBA PANTHER:PTN000101805|UniProtKB:P07395|FB:FBgn0039175|SGD:S000004050|UniProtKB:Q9NSD9 P Phenylalanine--tRNA ligase beta subunit UniProtKB:P17922|PTN000101916 protein NCBITaxon:224308 20170228 GO_Central phenylalanyl-tRNA aminoacylation -UniProtKB P17921 pheS GO:0004826 PMID:21873635 IBA PANTHER:PTN000165932|FB:FBgn0030007|SGD:S000006251|UniProtKB:Q9Y285|UniProtKB:C6KSN5|UniProtKB:O95363 F Phenylalanine--tRNA ligase alpha subunit UniProtKB:P17921|PTN000166101 protein NCBITaxon:224308 20170228 GO_Central phenylalanine-tRNA ligase activity -UniProtKB P17921 pheS GO:0005737 PMID:21873635 IBA PANTHER:PTN000165932|UniProtKB:P08312|TAIR:locus:2136328|SGD:S000001872|TAIR:locus:2085455|UniProtKB:C6KSN5|SGD:S000006251|UniProtKB:Q8I5A1|RGD:1309416|RGD:1310314|UniProtKB:Q9Y285 C Phenylalanine--tRNA ligase alpha subunit UniProtKB:P17921|PTN000166101 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB P17921 pheS GO:0006432 PMID:21873635 IBA PANTHER:PTN000165932|UniProtKB:O95363|UniProtKB:C6KSN5|UniProtKB:Q9Y285|SGD:S000001872|UniProtKB:P08312|FB:FBgn0030007|SGD:S000006251 P Phenylalanine--tRNA ligase alpha subunit UniProtKB:P17921|PTN000166101 protein NCBITaxon:224308 20170228 GO_Central phenylalanyl-tRNA aminoacylation -UniProtKB P17903 rsbV GO:0043856 PMID:21873635 IBA PANTHER:PTN002127014|UniProtKB:P9WGE1|UniProtKB:P9WGE3 F Anti-sigma-B factor antagonist UniProtKB:P17903|PTN002127053 protein NCBITaxon:224308 20170413 GO_Central anti-sigma factor antagonist activity -UniProtKB P17894 recN GO:0009314 PMID:21873635 IBA PANTHER:PTN000114910|UniProtKB:P05824 P DNA repair protein RecN UniProtKB:P17894|PTN000114917 protein NCBITaxon:224308 20200807 GO_Central response to radiation -UniProtKB P17894 recN GO:0009432 PMID:21873635 IBA PANTHER:PTN000114910|UniProtKB:P05824|UniProtKB:P44496 P DNA repair protein RecN UniProtKB:P17894|PTN000114917 protein NCBITaxon:224308 20181001 GO_Central SOS response -UniProtKB P17894 recN GO:0000724 PMID:21873635 IBA PANTHER:PTN000114910|UniProtKB:P05824 P DNA repair protein RecN UniProtKB:P17894|PTN000114917 protein NCBITaxon:224308 20180308 GO_Central double-strand break repair via homologous recombination -UniProtKB P17889 infB GO:0003743 PMID:21873635 IBA PANTHER:PTN000562019|UniProtKB:P0A705 F Translation initiation factor IF-2 UniProtKB:P17889|PTN000562020 protein NCBITaxon:224308 20170228 GO_Central translation initiation factor activity -UniProtKB P17889 infB GO:0006413 PMID:21873635 IBA PANTHER:PTN000562019|UniProtKB:Q9HV55|UniProtKB:P0A705 P Translation initiation factor IF-2 UniProtKB:P17889|PTN000562020 protein NCBITaxon:224308 20201001 GO_Central translational initiation -UniProtKB P17869 sigH GO:0006355 PMID:21873635 IBA PANTHER:PTN001251781|UniProtKB:P9WGI3|UniProtKB:P06574 P RNA polymerase sigma-H factor UniProtKB:P17869|PTN001251825 protein NCBITaxon:224308 20170228 GO_Central regulation of transcription, DNA-templated -UniProtKB P17867 cisA GO:0000150 PMID:21873635 IBA PANTHER:PTN001576764|UniProtKB:P03014|UniProtKB:O06604 F Putative DNA recombinase UniProtKB:P17867|PTN001252666 protein NCBITaxon:224308 20200809 GO_Central recombinase activity -UniProtKB P17867 cisA GO:0006310 PMID:21873635 IBA PANTHER:PTN001576764|UniProtKB:P03014 P Putative DNA recombinase UniProtKB:P17867|PTN001252666 protein NCBITaxon:224308 20200930 GO_Central DNA recombination -UniProtKB P17865 ftsZ GO:0051301 PMID:21873635 IBA PANTHER:PTN000768275|UniProtKB:P45500|UniProtKB:P73456|UniProtKB:P0A9A6|UniProtKB:P47466|UniProtKB:P17865 P Cell division protein FtsZ UniProtKB:P17865|PTN001250984 protein NCBITaxon:224308 20200809 GO_Central cell division -UniProtKB P17865 ftsZ GO:0005525 PMID:21873635 IBA PANTHER:PTN000768275|UniProtKB:P0A9A6 F Cell division protein FtsZ UniProtKB:P17865|PTN001250984 protein NCBITaxon:224308 20170228 GO_Central GTP binding -UniProtKB P17865 ftsZ GO:0003924 PMID:21873635 IBA PANTHER:PTN000768275|UniProtKB:P9WN95|TAIR:locus:2161610|UniProtKB:P17865|TAIR:locus:2049455|UniProtKB:P0A9A6 F Cell division protein FtsZ UniProtKB:P17865|PTN001250984 protein NCBITaxon:224308 20170228 GO_Central GTPase activity -UniProtKB P17865 ftsZ GO:0032153 PMID:21873635 IBA PANTHER:PTN000768275|UniProtKB:P45500|UniProtKB:P0A9A6 C Cell division protein FtsZ UniProtKB:P17865|PTN001250984 protein NCBITaxon:224308 20170228 GO_Central cell division site -UniProtKB P17865 ftsZ GO:0005737 PMID:21873635 IBA PANTHER:PTN000768275|UniProtKB:P0A9A6|dictyBase:DDB_G0269224|TAIR:locus:2083258|TAIR:locus:2049455|dictyBase:DDB_G0277721|TAIR:locus:2161610 C Cell division protein FtsZ UniProtKB:P17865|PTN001250984 protein NCBITaxon:224308 20200809 GO_Central cytoplasm -UniProtKB P17620 ribBA GO:0003935 PMID:21873635 IBA PANTHER:PTN000481639|UniProtKB:P0A7I7 F Riboflavin biosynthesis protein RibBA UniProtKB:P17620|PTN000481640 protein NCBITaxon:224308 20181004 GO_Central GTP cyclohydrolase II activity -UniProtKB P17620 ribBA GO:0005829 PMID:21873635 IBA PANTHER:PTN000481609|UniProtKB:P0A7J0|SGD:S000002895 C Riboflavin biosynthesis protein RibBA UniProtKB:P17620|PTN000481640 protein NCBITaxon:224308 20181004 GO_Central cytosol -UniProtKB P17620 ribBA GO:0009231 PMID:21873635 IBA PANTHER:PTN000481609|TAIR:locus:2173373|UniProtKB:Q5A3V6|SGD:S000000129|UniProtKB:P0A7J0|UniProtKB:Q5BFL0|UniProtKB:P0A7I7|SGD:S000002895 P Riboflavin biosynthesis protein RibBA UniProtKB:P17620|PTN000481640 protein NCBITaxon:224308 20200808 GO_Central riboflavin biosynthetic process -UniProtKB P17618 ribD GO:0008835 PMID:21873635 IBA PANTHER:PTN002254009|TAIR:locus:2133074|UniProtKB:P25539 F Riboflavin biosynthesis protein RibD UniProtKB:P17618|PTN000118316 protein NCBITaxon:224308 20200807 GO_Central diaminohydroxyphosphoribosylaminopyrimidine deaminase activity -UniProtKB Q01625 misCA GO:0051205 PMID:21873635 IBA PANTHER:PTN000276804|SGD:S000003294|UniProtKB:P25714|TAIR:locus:2100172|UniProtKB:Q8N8Q8|SGD:S000000956|PomBase:SPCC1442.15c P Membrane protein insertase MisCA UniProtKB:Q01625|PTN000276933 protein NCBITaxon:224308 20200808 GO_Central protein insertion into membrane -UniProtKB Q01625 misCA GO:0032977 PMID:21873635 IBA PANTHER:PTN000276804|SGD:S000003294|UniProtKB:P25714|UniProtKB:Q8N8Q8|PomBase:SPCC1442.15c|SGD:S000000956 F Membrane protein insertase MisCA UniProtKB:Q01625|PTN000276933 protein NCBITaxon:224308 20181116 GO_Central membrane insertase activity -UniProtKB Q01625 misCA GO:0005887 PMID:21873635 IBA PANTHER:PTN000276930|UniProtKB:P25714 C Membrane protein insertase MisCA UniProtKB:Q01625|PTN000276933 protein NCBITaxon:224308 20181116 GO_Central integral component of plasma membrane -UniProtKB O07920 azlB GO:0005829 PMID:21873635 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 C Transcriptional regulator AzlB UniProtKB:O07920|PTN001249028 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O07920 azlB GO:0043565 PMID:21873635 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 F Transcriptional regulator AzlB UniProtKB:O07920|PTN001249028 protein NCBITaxon:224308 20200809 GO_Central sequence-specific DNA binding -UniProtKB O07920 azlB GO:0043200 PMID:21873635 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 P Transcriptional regulator AzlB UniProtKB:O07920|PTN001249028 protein NCBITaxon:224308 20170228 GO_Central response to amino acid -UniProtKB O07906 yraN GO:0000976 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:G3XCU6|UniProtKB:Q9I1R1|UniProtKB:Q9HZ15|UniProtKB:P39376 F Uncharacterized HTH-type transcriptional regulator YraN UniProtKB:O07906|PTN001248393 protein NCBITaxon:224308 20190829 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O07906 yraN GO:0006355 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:P67662|UniProtKB:P67660|UniProtKB:P0A9F9|UniProtKB:P39376|UniProtKB:G3XCU6 P Uncharacterized HTH-type transcriptional regulator YraN UniProtKB:O07906|PTN001248393 protein NCBITaxon:224308 20190829 GO_Central regulation of transcription, DNA-templated -UniProtKB O07635 ylaK GO:0005829 PMID:21873635 IBA PANTHER:PTN001253161|UniProtKB:P0A9K3 C Uncharacterized protein YlaK UniProtKB:O07635|PTN001253163 protein NCBITaxon:224308 20190116 GO_Central cytosol -UniProtKB O07635 ylaK GO:0005524 PMID:21873635 IBA PANTHER:PTN001253161|UniProtKB:P0A9K1 F Uncharacterized protein YlaK UniProtKB:O07635|PTN001253163 protein NCBITaxon:224308 20190116 GO_Central ATP binding -UniProtKB O07631 typA GO:1990904 PMID:21873635 IBA PANTHER:PTN000562745|SGD:S000001656|RGD:61979|FB:FBgn0039566|MGI:MGI:95288|UniProtKB:P13639|PomBase:SPBC215.12|UniProtKB:Q15029 C GTP-binding protein TypA/BipA homolog UniProtKB:O07631|PTN000563257 protein NCBITaxon:224308 20200810 GO_Central ribonucleoprotein complex -UniProtKB O07631 typA GO:0005829 PMID:21873635 IBA PANTHER:PTN000562745|UniProtKB:P32132|UniProtKB:Q15029|UniProtKB:P13639|TAIR:locus:2205235|RGD:61979|TAIR:locus:2094548 C GTP-binding protein TypA/BipA homolog UniProtKB:O07631|PTN000563257 protein NCBITaxon:224308 20181011 GO_Central cytosol -UniProtKB O07631 typA GO:0006412 PMID:21873635 IBA PANTHER:PTN000563256|UniProtKB:P32132 P GTP-binding protein TypA/BipA homolog UniProtKB:O07631|PTN000563257 protein NCBITaxon:224308 20181011 GO_Central translation -UniProtKB O07631 typA GO:0003924 PMID:21873635 IBA PANTHER:PTN000562745|MGI:MGI:95288|SGD:S000001656|SGD:S000002793|UniProtKB:Q7Z2Z2|CGD:CAL0000189676|SGD:S000005107 F GTP-binding protein TypA/BipA homolog UniProtKB:O07631|PTN000563257 protein NCBITaxon:224308 20181011 GO_Central GTPase activity -UniProtKB O07622 yhfW GO:0016491 PMID:21873635 IBA PANTHER:PTN000354057|UniProtKB:Q9HTQ0|RGD:621125|UniProtKB:Q5JFG7|UniProtKB:O31616|UniProtKB:Q9HTE8|UniProtKB:Q9UI17|RGD:620453|UniProtKB:Q9HVF1|UniProtKB:Q9HU99|UniProtKB:P37906|UniProtKB:P33940|UniProtKB:P0A6J5 F Putative Rieske 2Fe-2S iron-sulfur protein YhfW UniProtKB:O07622|PTN000354583 protein NCBITaxon:224308 20200930 GO_Central oxidoreductase activity -UniProtKB O07622 yhfW GO:0005737 PMID:21873635 IBA PANTHER:PTN000354057|RGD:621125|UniProtKB:Q96CU9|UniProtKB:Q5JFG7|UniProtKB:Q9UI17|MGI:MGI:2183102|RGD:620453|SGD:S000001051|UniProtKB:P33940|TAIR:locus:2206051 C Putative Rieske 2Fe-2S iron-sulfur protein YhfW UniProtKB:O07622|PTN000354583 protein NCBITaxon:224308 20200808 GO_Central cytoplasm -UniProtKB O07618 yhfS GO:0006635 PMID:21873635 IBA PANTHER:PTN001823071|RGD:67379|SGD:S000001422|UniProtKB:P21151|UniProtKB:P09110 P Putative acetyl-CoA C-acetyltransferase YhfS UniProtKB:O07618|PTN000432459 protein NCBITaxon:224308 20170616 GO_Central fatty acid beta-oxidation -UniProtKB O07618 yhfS GO:0003988 PMID:21873635 IBA PANTHER:PTN001823071|UniProtKB:P21151|RGD:67379|SGD:S000001422|TAIR:locus:2046565 F Putative acetyl-CoA C-acetyltransferase YhfS UniProtKB:O07618|PTN000432459 protein NCBITaxon:224308 20170616 GO_Central acetyl-CoA C-acyltransferase activity -UniProtKB O07618 yhfS GO:0010124 PMID:21873635 IBA PANTHER:PTN001823071|UniProtKB:P0C7L2 P Putative acetyl-CoA C-acetyltransferase YhfS UniProtKB:O07618|PTN000432459 protein NCBITaxon:224308 20170228 GO_Central phenylacetate catabolic process -UniProtKB O07617 phoE GO:0005737 PMID:21873635 IBA PANTHER:PTN001126135|TAIR:locus:2827577|UniProtKB:W5EP13|TAIR:locus:2162449|TAIR:locus:2179381|TAIR:locus:2016640 C Uncharacterized phosphatase PhoE UniProtKB:O07617|PTN000546980 protein NCBITaxon:224308 20200810 GO_Central cytoplasm -UniProtKB O07617 phoE GO:0016868 PMID:21873635 IBA PANTHER:PTN001126135|UniProtKB:Q79FW5 F Uncharacterized phosphatase PhoE UniProtKB:O07617|PTN000546980 protein NCBITaxon:224308 20170616 GO_Central intramolecular transferase activity, phosphotransferases -UniProtKB O07608 lplJ GO:0005737 PMID:21873635 IBA PANTHER:PTN000285676|UniProtKB:P32099|UniProtKB:Q8IEG9|SGD:S000003582 C Lipoate-protein ligase LplJ UniProtKB:O07608|PTN000285730 protein NCBITaxon:224308 20200710 GO_Central cytoplasm -UniProtKB O07608 lplJ GO:0009249 PMID:21873635 IBA PANTHER:PTN000285676|SGD:S000003582|UniProtKB:O07608|UniProtKB:Q8IEG9|UniProtKB:P32099 P Lipoate-protein ligase LplJ UniProtKB:O07608|PTN000285730 protein NCBITaxon:224308 20200710 GO_Central protein lipoylation -UniProtKB O07608 lplJ GO:0016979 PMID:21873635 IBA PANTHER:PTN007581200|UniProtKB:O07608 F Lipoate-protein ligase LplJ UniProtKB:O07608|PTN000285730 protein NCBITaxon:224308 20210120 GO_Central lipoate-protein ligase activity -UniProtKB O07608 lplJ GO:0017118 PMID:21873635 IBA PANTHER:PTN000285676|UniProtKB:P32099|UniProtKB:O07608 F Lipoate-protein ligase LplJ UniProtKB:O07608|PTN000285730 protein NCBITaxon:224308 20200710 GO_Central lipoyltransferase activity -UniProtKB O07605 gltT GO:0022857 PMID:21873635 IBA PANTHER:PTN001735301|UniProtKB:P0A830|UniProtKB:P77529|UniProtKB:P0AGE4 F Proton/sodium-glutamate symport protein UniProtKB:O07605|PTN000238533 protein NCBITaxon:224308 20190111 GO_Central transmembrane transporter activity -UniProtKB O07605 gltT GO:0005886 PMID:21873635 IBA PANTHER:PTN001735301|UniProtKB:P0AGE4|UniProtKB:P21345|UniProtKB:P77529|UniProtKB:P0A830 C Proton/sodium-glutamate symport protein UniProtKB:O07605|PTN000238533 protein NCBITaxon:224308 20200809 GO_Central plasma membrane -UniProtKB O07605 gltT GO:0006835 PMID:21873635 IBA PANTHER:PTN000238530|UniProtKB:P21345 P Proton/sodium-glutamate symport protein UniProtKB:O07605|PTN000238533 protein NCBITaxon:224308 20170608 GO_Central dicarboxylic acid transport -UniProtKB O07605 gltT GO:0016020 PMID:21873635 IBA PANTHER:PTN000943442|UniProtKB:P0AGE4|UniProtKB:P21345|UniProtKB:P0A830|UniProtKB:P77529 C Proton/sodium-glutamate symport protein UniProtKB:O07605|PTN000238533 protein NCBITaxon:224308 20200809 GO_Central membrane -UniProtKB O07600 fabHB GO:0033818 PMID:21873635 IBA PANTHER:PTN002147059|UniProtKB:Q7KWI9 F 3-oxoacyl-[acyl-carrier-protein] synthase 3 protein 2 UniProtKB:O07600|PTN002147089 protein NCBITaxon:224308 20170228 GO_Central beta-ketoacyl-acyl-carrier-protein synthase III activity -UniProtKB O07600 fabHB GO:0006631 PMID:21873635 IBA PANTHER:PTN002147059|UniProtKB:Q7KWI9 P 3-oxoacyl-[acyl-carrier-protein] synthase 3 protein 2 UniProtKB:O07600|PTN002147089 protein NCBITaxon:224308 20170228 GO_Central fatty acid metabolic process -UniProtKB O07598 yhaA GO:0016787 PMID:21873635 IBA PANTHER:PTN000791457|TAIR:locus:2017607|TAIR:locus:2164976|TAIR:locus:2823614|UniProtKB:O34916|TAIR:locus:2075382 F Putative amidohydrolase YhaA UniProtKB:O07598|PTN001285824 protein NCBITaxon:224308 20190524 GO_Central hydrolase activity -UniProtKB O07591 crcB2 GO:1903425 PMID:21873635 IBA PANTHER:PTN002001071|SGD:S000005917|TAIR:locus:505006314|PomBase:SPBPB8B6.06c|UniProtKB:P37002|PomBase:SPAC977.11|SGD:S000006200 F Putative fluoride ion transporter CrcB 2 UniProtKB:O07591|PTN002001177 protein NCBITaxon:224308 20170228 GO_Central fluoride transmembrane transporter activity -UniProtKB O07591 crcB2 GO:1903424 PMID:21873635 IBA PANTHER:PTN002001071|UniProtKB:P37002|PomBase:SPBPB8B6.06c|TAIR:locus:505006314|SGD:S000005917|PomBase:SPAC977.11|SGD:S000006200 P Putative fluoride ion transporter CrcB 2 UniProtKB:O07591|PTN002001177 protein NCBITaxon:224308 20200930 GO_Central fluoride transmembrane transport -UniProtKB O07591 crcB2 GO:0005887 PMID:21873635 IBA PANTHER:PTN002001071|UniProtKB:P37002 C Putative fluoride ion transporter CrcB 2 UniProtKB:O07591|PTN002001177 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB O07590 crcB1 GO:0005887 PMID:21873635 IBA PANTHER:PTN002001071|UniProtKB:P37002 C Putative fluoride ion transporter CrcB 1 UniProtKB:O07590|PTN002001176 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB O07590 crcB1 GO:1903424 PMID:21873635 IBA PANTHER:PTN002001071|UniProtKB:P37002|PomBase:SPBPB8B6.06c|TAIR:locus:505006314|SGD:S000005917|PomBase:SPAC977.11|SGD:S000006200 P Putative fluoride ion transporter CrcB 1 UniProtKB:O07590|PTN002001176 protein NCBITaxon:224308 20200930 GO_Central fluoride transmembrane transport -UniProtKB O07590 crcB1 GO:1903425 PMID:21873635 IBA PANTHER:PTN002001071|SGD:S000005917|TAIR:locus:505006314|PomBase:SPBPB8B6.06c|UniProtKB:P37002|PomBase:SPAC977.11|SGD:S000006200 F Putative fluoride ion transporter CrcB 1 UniProtKB:O07590|PTN002001176 protein NCBITaxon:224308 20170228 GO_Central fluoride transmembrane transporter activity -UniProtKB O07573 nsrR GO:0003700 PMID:21873635 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 F HTH-type transcriptional regulator NsrR UniProtKB:O07573|PTN002113875 protein NCBITaxon:224308 20170420 GO_Central DNA-binding transcription factor activity -UniProtKB O07573 nsrR GO:0005829 PMID:21873635 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 C HTH-type transcriptional regulator NsrR UniProtKB:O07573|PTN002113875 protein NCBITaxon:224308 20170420 GO_Central cytosol -UniProtKB O07573 nsrR GO:0006355 PMID:21873635 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8|UniProtKB:P0AF63 P HTH-type transcriptional regulator NsrR UniProtKB:O07573|PTN002113875 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB O07567 ntdR GO:0006355 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:Q8P5C9|UniProtKB:P18811|UniProtKB:P06846|UniProtKB:P0ACP1|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P03024|UniProtKB:Q8EBJ8|UniProtKB:P25144|UniProtKB:P0ACP5|UniProtKB:G3XD97|UniProtKB:P0ACN7|UniProtKB:P25748|UniProtKB:Q2G295|UniProtKB:P0ACI3 P NTD biosynthesis operon regulator NtdR UniProtKB:O07567|PTN000765122 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB O07567 ntdR GO:0000976 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7|UniProtKB:P0ACP1|UniProtKB:P25144|UniProtKB:P03023|UniProtKB:P0ACQ0 F NTD biosynthesis operon regulator NtdR UniProtKB:O07567|PTN000765122 protein NCBITaxon:224308 20200930 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O07567 ntdR GO:0003700 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P36673|UniProtKB:P18811|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:Q8EBJ8 F NTD biosynthesis operon regulator NtdR UniProtKB:O07567|PTN000765122 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB O07566 ntdA GO:0000271 PMID:21873635 IBA PANTHER:PTN001250039|UniProtKB:Q9HZ76|UniProtKB:P27833 P 3-oxo-glucose-6-phosphate:glutamate aminotransferase UniProtKB:O07566|PTN000203292 protein NCBITaxon:224308 20200809 GO_Central polysaccharide biosynthetic process -UniProtKB O07566 ntdA GO:0008483 PMID:21873635 IBA PANTHER:PTN001250039|UniProtKB:P27833|UniProtKB:P77690|UniProtKB:O07566|UniProtKB:Q9HZ76 F 3-oxo-glucose-6-phosphate:glutamate aminotransferase UniProtKB:O07566|PTN000203292 protein NCBITaxon:224308 20170601 GO_Central transaminase activity -UniProtKB O07566 ntdA GO:0030170 PMID:21873635 IBA PANTHER:PTN001250039|UniProtKB:P27833|UniProtKB:O07566|UniProtKB:P77690 F 3-oxo-glucose-6-phosphate:glutamate aminotransferase UniProtKB:O07566|PTN000203292 protein NCBITaxon:224308 20170601 GO_Central pyridoxal phosphate binding -UniProtKB O07565 ntdB GO:0000287 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F Kanosamine-6-phosphate phosphatase UniProtKB:O07565|PTN007416230 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding -UniProtKB O07565 ntdB GO:0016791 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F Kanosamine-6-phosphate phosphatase UniProtKB:O07565|PTN007416230 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity -UniProtKB O07565 ntdB GO:0005829 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C Kanosamine-6-phosphate phosphatase UniProtKB:O07565|PTN007416230 protein NCBITaxon:224308 20200129 GO_Central cytosol -UniProtKB O07563 glcP GO:0016020 PMID:21873635 IBA PANTHER:PTN000606970|UniProtKB:P76198|UniProtKB:P76197|UniProtKB:P75810 C Glucose/mannose transporter GlcP UniProtKB:O07563|PTN001161813 protein NCBITaxon:224308 20181018 GO_Central membrane -UniProtKB O07560 sipV GO:0006465 PMID:21873635 IBA PANTHER:PTN002458947|UniProtKB:P00803|TAIR:locus:2064337 P Signal peptidase I V UniProtKB:O07560|PTN000272839 protein NCBITaxon:224308 20170502 GO_Central signal peptide processing -UniProtKB O07560 sipV GO:0004252 PMID:21873635 IBA PANTHER:PTN002458947|UniProtKB:P00803 F Signal peptidase I V UniProtKB:O07560|PTN000272839 protein NCBITaxon:224308 20170502 GO_Central serine-type endopeptidase activity -UniProtKB O07560 sipV GO:0005887 PMID:21873635 IBA PANTHER:PTN000272836|UniProtKB:P00803 C Signal peptidase I V UniProtKB:O07560|PTN000272839 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB O07550 yheI GO:0055085 PMID:21873635 IBA PANTHER:PTN000657189|PomBase:SPCC663.03|MGI:MGI:97570|UniProtKB:Q03519|UniProtKB:P29018|UniProtKB:Q9FNU2|WB:WBGene00001815|UniProtKB:O53645|WB:WBGene00001811|RGD:619930|UniProtKB:O95342|UniProtKB:Q2M3G0|UniProtKB:Q9NUT2|UniProtKB:P08183|PomBase:SPCC737.09c|UniProtKB:Q03518|PomBase:SPBC25B2.02c P Probable multidrug resistance ABC transporter ATP-binding/permease protein YheI UniProtKB:O07550|PTN000657689 protein NCBITaxon:224308 20210102 GO_Central transmembrane transport -UniProtKB O07550 yheI GO:0042626 PMID:21873635 IBA PANTHER:PTN000657189|ZFIN:ZDB-GENE-080204-52|FB:FBgn0004513|UniProtKB:P29018|TAIR:locus:2041434|MGI:MGI:98483|PomBase:SPCC663.03|UniProtKB:Q03519|UniProtKB:Q9NP78|UniProtKB:Q9NP58|MGI:MGI:97570|UniProtKB:P21439|UniProtKB:P08183|PomBase:SPCC737.09c|SGD:S000004916|PomBase:SPBC25B2.02c|UniProtKB:Q03518|UniProtKB:A0A1D8PKI5|RGD:619930|UniProtKB:P60752|UniProtKB:O95342 F Probable multidrug resistance ABC transporter ATP-binding/permease protein YheI UniProtKB:O07550|PTN000657689 protein NCBITaxon:224308 20210102 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB O07549 yheH GO:0055085 PMID:21873635 IBA PANTHER:PTN000657189|PomBase:SPCC663.03|MGI:MGI:97570|UniProtKB:Q03519|UniProtKB:P29018|UniProtKB:Q9FNU2|WB:WBGene00001815|UniProtKB:O53645|WB:WBGene00001811|RGD:619930|UniProtKB:O95342|UniProtKB:Q2M3G0|UniProtKB:Q9NUT2|UniProtKB:P08183|PomBase:SPCC737.09c|UniProtKB:Q03518|PomBase:SPBC25B2.02c P Probable multidrug resistance ABC transporter ATP-binding/permease protein YheH UniProtKB:O07549|PTN000657698 protein NCBITaxon:224308 20210102 GO_Central transmembrane transport -UniProtKB O07549 yheH GO:0034040 PMID:21873635 IBA PANTHER:PTN000657720|UniProtKB:P60752 F Probable multidrug resistance ABC transporter ATP-binding/permease protein YheH UniProtKB:O07549|PTN000657698 protein NCBITaxon:224308 20170228 GO_Central ATPase-coupled lipid transmembrane transporter activity -UniProtKB O07549 yheH GO:0042626 PMID:21873635 IBA PANTHER:PTN000657189|ZFIN:ZDB-GENE-080204-52|FB:FBgn0004513|UniProtKB:P29018|TAIR:locus:2041434|MGI:MGI:98483|PomBase:SPCC663.03|UniProtKB:Q03519|UniProtKB:Q9NP78|UniProtKB:Q9NP58|MGI:MGI:97570|UniProtKB:P21439|UniProtKB:P08183|PomBase:SPCC737.09c|SGD:S000004916|PomBase:SPBC25B2.02c|UniProtKB:Q03518|UniProtKB:A0A1D8PKI5|RGD:619930|UniProtKB:P60752|UniProtKB:O95342 F Probable multidrug resistance ABC transporter ATP-binding/permease protein YheH UniProtKB:O07549|PTN000657698 protein NCBITaxon:224308 20210102 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB O07545 yheD GO:0042601 PMID:21873635 IBA PANTHER:PTN002445788|UniProtKB:O07545 C Endospore coat-associated protein YheD UniProtKB:O07545|PTN002212845 protein NCBITaxon:224308 20170831 GO_Central endospore-forming forespore -UniProtKB O07532 lytF GO:0008932 PMID:21873635 IBA PANTHER:PTN002330604|UniProtKB:P0AEZ7 F Peptidoglycan endopeptidase LytF UniProtKB:O07532|PTN000494719 protein NCBITaxon:224308 20171201 GO_Central lytic endotransglycosylase activity -UniProtKB O07522 yhaO GO:0004529 PMID:21873635 IBA PANTHER:PTN001251198|UniProtKB:P0AG76 F Uncharacterized metallophosphoesterase YhaO UniProtKB:O07522|PTN001251226 protein NCBITaxon:224308 20200414 GO_Central exodeoxyribonuclease activity -UniProtKB O07522 yhaO GO:0006281 PMID:21873635 IBA PANTHER:PTN001251198|UniProtKB:P0AG76 P Uncharacterized metallophosphoesterase YhaO UniProtKB:O07522|PTN001251226 protein NCBITaxon:224308 20200414 GO_Central DNA repair -UniProtKB O07522 yhaO GO:0003677 PMID:21873635 IBA PANTHER:PTN001251198|UniProtKB:Q9X1X0 F Uncharacterized metallophosphoesterase YhaO UniProtKB:O07522|PTN001251226 protein NCBITaxon:224308 20200414 GO_Central DNA binding -UniProtKB O07521 yhaM GO:0031125 PMID:21873635 IBA PANTHER:PTN002203448|UniProtKB:O07521 P 3'-5' exoribonuclease YhaM UniProtKB:O07521|PTN002203460 protein NCBITaxon:224308 20170901 GO_Central rRNA 3'-end processing -UniProtKB O07513 hit GO:0009117 PMID:21873635 IBA PANTHER:PTN002927789|SGD:S000002283 P Protein hit UniProtKB:O07513|PTN000557959 protein NCBITaxon:224308 20180419 GO_Central nucleotide metabolic process -UniProtKB O05519 ydiF GO:0005524 PMID:21873635 IBA PANTHER:PTN000442080|PomBase:SPAC3C7.08c|UniProtKB:Q8NE71|UniProtKB:P39115 F Uncharacterized ABC transporter ATP-binding protein YdiF UniProtKB:O05519|PTN000442315 protein NCBITaxon:224308 20200808 GO_Central ATP binding -UniProtKB O05515 tsaE GO:0002949 PMID:21873635 IBA PANTHER:PTN002128764|UniProtKB:O05515|UniProtKB:P0AF67 P tRNA threonylcarbamoyladenosine biosynthesis protein TsaE UniProtKB:O05515|PTN002128790 protein NCBITaxon:224308 20180110 GO_Central tRNA threonylcarbamoyladenosine modification -UniProtKB O05511 gmuF GO:0045892 PMID:21873635 IBA PANTHER:PTN001825872|UniProtKB:P52003|UniProtKB:P0ACR9 P Probable mannose-6-phosphate isomerase GmuF UniProtKB:O05511|PTN000437825 protein NCBITaxon:224308 20170413 GO_Central negative regulation of transcription, DNA-templated -UniProtKB O05511 gmuF GO:0000976 PMID:21873635 IBA PANTHER:PTN001825872|UniProtKB:P52003 F Probable mannose-6-phosphate isomerase GmuF UniProtKB:O05511|PTN000437825 protein NCBITaxon:224308 20170413 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O05510 gmuE GO:0045892 PMID:21873635 IBA PANTHER:PTN001825872|UniProtKB:P52003|UniProtKB:P0ACR9 P Putative fructokinase UniProtKB:O05510|PTN000437922 protein NCBITaxon:224308 20170413 GO_Central negative regulation of transcription, DNA-templated -UniProtKB O05510 gmuE GO:0000976 PMID:21873635 IBA PANTHER:PTN001825872|UniProtKB:P52003 F Putative fructokinase UniProtKB:O05510|PTN000437922 protein NCBITaxon:224308 20170413 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O05509 gmuR GO:0045892 PMID:21873635 IBA PANTHER:PTN000746727|UniProtKB:P13669 P HTH-type transcriptional regulator GmuR UniProtKB:O05509|PTN000203767 protein NCBITaxon:224308 20180118 GO_Central negative regulation of transcription, DNA-templated -UniProtKB O05508 gmuD GO:0008422 PMID:21873635 IBA PANTHER:PTN000039458|TAIR:locus:2083524|UniProtKB:O80689|TAIR:locus:2033928|TAIR:locus:2201492|UniProtKB:Q7XKV4|UniProtKB:Q8L7J2|TAIR:locus:2036873|UniProtKB:Q75I93|TAIR:locus:2018179|UniProtKB:Q75I94|TAIR:locus:2084319|TAIR:locus:2180597|TAIR:locus:2092767|UniProtKB:P49235|UniProtKB:Q9H227|TAIR:locus:2015338|UniProtKB:P11988|UniProtKB:A3BMZ5|TAIR:locus:2201502 F 6-phospho-beta-glucosidase GmuD UniProtKB:O05508|PTN000039759 protein NCBITaxon:224308 20170228 GO_Central beta-glucosidase activity -UniProtKB O05508 gmuD GO:0016052 PMID:21873635 IBA PANTHER:PTN000039749|UniProtKB:Q46829|UniProtKB:P24240 P 6-phospho-beta-glucosidase GmuD UniProtKB:O05508|PTN000039759 protein NCBITaxon:224308 20200807 GO_Central carbohydrate catabolic process -UniProtKB O05508 gmuD GO:0005829 PMID:21873635 IBA PANTHER:PTN000039749|UniProtKB:Q46829 C 6-phospho-beta-glucosidase GmuD UniProtKB:O05508|PTN000039759 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O05507 gmuC GO:0005886 PMID:21873635 IBA PANTHER:PTN002144764|UniProtKB:P17334 C PTS system oligo-beta-mannoside-specific EIIC component UniProtKB:O05507|PTN002144794 protein NCBITaxon:224308 20190829 GO_Central plasma membrane -UniProtKB O05507 gmuC GO:1901264 PMID:21873635 IBA PANTHER:PTN002144764|UniProtKB:P17334 P PTS system oligo-beta-mannoside-specific EIIC component UniProtKB:O05507|PTN002144794 protein NCBITaxon:224308 20190829 GO_Central carbohydrate derivative transport -UniProtKB O05496 ydhE GO:0043231 PMID:21873635 IBA PANTHER:PTN000230403|RGD:620895|UniProtKB:Q6NUS8|RGD:708541|RGD:3938|UniProtKB:Q9BY64 C Uncharacterized UDP-glucosyltransferase YdhE UniProtKB:O05496|PTN000231467 protein NCBITaxon:224308 20201207 GO_Central intracellular membrane-bounded organelle -UniProtKB O05496 ydhE GO:0008194 PMID:21873635 IBA PANTHER:PTN000230403|UniProtKB:O75795|ZFIN:ZDB-GENE-080220-7|MGI:MGI:2146055|ZFIN:ZDB-GENE-050419-23|UniProtKB:Q9BY64|UniProtKB:Q5A950|ZFIN:ZDB-GENE-080227-6|UniProtKB:Q6NUS8|UniProtKB:P06133|UniProtKB:O75310|UniProtKB:P16662|ZFIN:ZDB-GENE-081105-106|RGD:708541|RGD:628623|UniProtKB:P54855|UniProtKB:Q6UWM9|UniProtKB:Q3SY77|RGD:3936|RGD:3937|RGD:3938|MGI:MGI:2145969|ZFIN:ZDB-GENE-100406-4|RGD:620895|UniProtKB:Q9Y4X1 F Uncharacterized UDP-glucosyltransferase YdhE UniProtKB:O05496|PTN000231467 protein NCBITaxon:224308 20201207 GO_Central UDP-glycosyltransferase activity -UniProtKB O05413 yrpB GO:0018580 PMID:21873635 IBA PANTHER:PTN001284536|UniProtKB:Q9HWH9 F Probable nitronate monooxygenase UniProtKB:O05413|PTN000795204 protein NCBITaxon:224308 20180620 GO_Central nitronate monooxygenase activity -UniProtKB O05407 yraO GO:0098656 PMID:21873635 IBA PANTHER:PTN000031793|UniProtKB:Q13183|SGD:S000005296|SGD:S000000633|MGI:MGI:2149635|RGD:628786|UniProtKB:Q8WWT9|MGI:MGI:1276558 P Uncharacterized transporter YraO UniProtKB:O05407|PTN000032060 protein NCBITaxon:224308 20200807 GO_Central anion transmembrane transport -UniProtKB O05407 yraO GO:0016021 PMID:21873635 IBA PANTHER:PTN000031793|FB:FBgn0036816|RGD:628786 C Uncharacterized transporter YraO UniProtKB:O05407|PTN000032060 protein NCBITaxon:224308 20170228 GO_Central integral component of membrane -UniProtKB O05406 yrhP GO:0006865 PMID:21873635 IBA PANTHER:PTN002012870|UniProtKB:P0AG34|UniProtKB:P0AG38|UniProtKB:P38101|UniProtKB:P76249|UniProtKB:P11667 P Uncharacterized membrane protein YrhP UniProtKB:O05406|PTN002012929 protein NCBITaxon:224308 20200809 GO_Central amino acid transport -UniProtKB O05406 yrhP GO:0005887 PMID:21873635 IBA PANTHER:PTN002012870|UniProtKB:P38101 C Uncharacterized membrane protein YrhP UniProtKB:O05406|PTN002012929 protein NCBITaxon:224308 20190822 GO_Central integral component of plasma membrane -UniProtKB O05406 yrhP GO:0015171 PMID:21873635 IBA PANTHER:PTN002012870|UniProtKB:P11667|UniProtKB:P76249|UniProtKB:P0AG34|UniProtKB:P0AG38 F Uncharacterized membrane protein YrhP UniProtKB:O05406|PTN002012929 protein NCBITaxon:224308 20200809 GO_Central amino acid transmembrane transporter activity -UniProtKB O06994 malL GO:0004556 PMID:21873635 IBA PANTHER:PTN000040102|UniProtKB:Q8A1G3 F Oligo-1,6-glucosidase 1 UniProtKB:O06994|PTN000040268 protein NCBITaxon:224308 20180306 GO_Central alpha-amylase activity -UniProtKB O06994 malL GO:0009313 PMID:21873635 IBA PANTHER:PTN000040102|SGD:S000001434|UniProtKB:P28904|SGD:S000005517|SGD:S000003757|SGD:S000000503|SGD:S000003524|SGD:S000003752|SGD:S000003519|UniProtKB:A0A1D8PUB9 P Oligo-1,6-glucosidase 1 UniProtKB:O06994|PTN000040268 protein NCBITaxon:224308 20200807 GO_Central oligosaccharide catabolic process -UniProtKB O06991 mdxG GO:0042956 PMID:21873635 IBA PANTHER:PTN000789937|UniProtKB:P68183 P Maltodextrin transport system permease protein MdxG UniProtKB:O06991|PTN000789939 protein NCBITaxon:224308 20170228 GO_Central maltodextrin transport -UniProtKB O06991 mdxG GO:0015423 PMID:21873635 IBA PANTHER:PTN000789937|UniProtKB:P68183 F Maltodextrin transport system permease protein MdxG UniProtKB:O06991|PTN000789939 protein NCBITaxon:224308 20170228 GO_Central ABC-type maltose transporter activity -UniProtKB O06991 mdxG GO:0015768 PMID:21873635 IBA PANTHER:PTN000789937|UniProtKB:P68183 P Maltodextrin transport system permease protein MdxG UniProtKB:O06991|PTN000789939 protein NCBITaxon:224308 20170228 GO_Central maltose transport -UniProtKB O06990 mdxF GO:0015423 PMID:21873635 IBA PANTHER:PTN000789704|UniProtKB:P02916 F Maltodextrin transport system permease protein MdxF UniProtKB:O06990|PTN000789707 protein NCBITaxon:224308 20170228 GO_Central ABC-type maltose transporter activity -UniProtKB O06990 mdxF GO:1990060 PMID:21873635 IBA PANTHER:PTN000789704|UniProtKB:P02916 C Maltodextrin transport system permease protein MdxF UniProtKB:O06990|PTN000789707 protein NCBITaxon:224308 20170228 GO_Central maltose transport complex -UniProtKB O06990 mdxF GO:0042956 PMID:21873635 IBA PANTHER:PTN000789704|UniProtKB:P02916 P Maltodextrin transport system permease protein MdxF UniProtKB:O06990|PTN000789707 protein NCBITaxon:224308 20180413 GO_Central maltodextrin transport -UniProtKB O06980 yvcR GO:0055085 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7|UniProtKB:P33593|UniProtKB:P33916 P Uncharacterized ABC transporter ATP-binding protein YvcR UniProtKB:O06980|PTN000656663 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport -UniProtKB O06980 yvcR GO:0005886 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P75957|UniProtKB:O05779|UniProtKB:P0A9R7|UniProtKB:O34814|UniProtKB:P33916 C Uncharacterized ABC transporter ATP-binding protein YvcR UniProtKB:O06980|PTN000656663 protein NCBITaxon:224308 20190221 GO_Central plasma membrane -UniProtKB O06980 yvcR GO:0022857 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:Q9I2T7|UniProtKB:P9WQL7 F Uncharacterized ABC transporter ATP-binding protein YvcR UniProtKB:O06980|PTN000656663 protein NCBITaxon:224308 20190221 GO_Central transmembrane transporter activity -UniProtKB O06979 yvcQ GO:0000155 PMID:21873635 IBA PANTHER:PTN001976860|UniProtKB:Q9HT87|UniProtKB:Q9HYX0|UniProtKB:Q9I3B1 F Sensor histidine kinase YvcQ UniProtKB:O06979|PTN000703801 protein NCBITaxon:224308 20180504 GO_Central phosphorelay sensor kinase activity -UniProtKB O06979 yvcQ GO:0005887 PMID:21873635 IBA PANTHER:PTN001976860|UniProtKB:P39838|SGD:S000001409 C Sensor histidine kinase YvcQ UniProtKB:O06979|PTN000703801 protein NCBITaxon:224308 20180504 GO_Central integral component of plasma membrane -UniProtKB O06979 yvcQ GO:0009927 PMID:21873635 IBA PANTHER:PTN001976860|UniProtKB:P39838|SGD:S000001409 F Sensor histidine kinase YvcQ UniProtKB:O06979|PTN000703801 protein NCBITaxon:224308 20200810 GO_Central histidine phosphotransfer kinase activity -UniProtKB O06979 yvcQ GO:0046777 PMID:21873635 IBA PANTHER:PTN001976860|UniProtKB:P9WGK5|UniProtKB:P77510|SGD:S000001409 P Sensor histidine kinase YvcQ UniProtKB:O06979|PTN000703801 protein NCBITaxon:224308 20180504 GO_Central protein autophosphorylation -UniProtKB O06977 yvcN GO:0004060 PMID:21873635 IBA PANTHER:PTN000209367|RGD:70492|UniProtKB:P77567|MGI:MGI:109201|UniProtKB:P9WJI5|RGD:70490|UniProtKB:Q9HUY3|MGI:MGI:97279 F Uncharacterized acetyltransferase YvcN UniProtKB:O06977|PTN000209438 protein NCBITaxon:224308 20170502 GO_Central arylamine N-acetyltransferase activity -UniProtKB O06975 whiA GO:0043937 PMID:21873635 IBA PANTHER:PTN002203643|UniProtKB:Q9Z515 P Probable cell division protein WhiA UniProtKB:O06975|PTN002203657 protein NCBITaxon:224308 20170228 GO_Central regulation of sporulation -UniProtKB O06967 bmrA GO:0055085 PMID:21873635 IBA PANTHER:PTN000657189|PomBase:SPCC663.03|MGI:MGI:97570|UniProtKB:Q03519|UniProtKB:P29018|UniProtKB:Q9FNU2|WB:WBGene00001815|UniProtKB:O53645|WB:WBGene00001811|RGD:619930|UniProtKB:O95342|UniProtKB:Q2M3G0|UniProtKB:Q9NUT2|UniProtKB:P08183|PomBase:SPCC737.09c|UniProtKB:Q03518|PomBase:SPBC25B2.02c P Multidrug resistance ABC transporter ATP-binding/permease protein BmrA UniProtKB:O06967|PTN000657724 protein NCBITaxon:224308 20210102 GO_Central transmembrane transport -UniProtKB O06967 bmrA GO:0042626 PMID:21873635 IBA PANTHER:PTN000657189|ZFIN:ZDB-GENE-080204-52|FB:FBgn0004513|UniProtKB:P29018|TAIR:locus:2041434|MGI:MGI:98483|PomBase:SPCC663.03|UniProtKB:Q03519|UniProtKB:Q9NP78|UniProtKB:Q9NP58|MGI:MGI:97570|UniProtKB:P21439|UniProtKB:P08183|PomBase:SPCC737.09c|SGD:S000004916|PomBase:SPBC25B2.02c|UniProtKB:Q03518|UniProtKB:A0A1D8PKI5|RGD:619930|UniProtKB:P60752|UniProtKB:O95342 F Multidrug resistance ABC transporter ATP-binding/permease protein BmrA UniProtKB:O06967|PTN000657724 protein NCBITaxon:224308 20210102 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB O06967 bmrA GO:0034040 PMID:21873635 IBA PANTHER:PTN000657720|UniProtKB:P60752 F Multidrug resistance ABC transporter ATP-binding/permease protein BmrA UniProtKB:O06967|PTN000657724 protein NCBITaxon:224308 20170228 GO_Central ATPase-coupled lipid transmembrane transporter activity -UniProtKB O05394 mccB GO:0030170 PMID:21873635 IBA PANTHER:PTN000211590|UniProtKB:P32929|UniProtKB:P00935 F Cystathionine gamma-lyase UniProtKB:O05394|PTN000211712 protein NCBITaxon:224308 20170228 GO_Central pyridoxal phosphate binding -UniProtKB O05394 mccB GO:0019346 PMID:21873635 IBA PANTHER:PTN000211590|SGD:S000000010|UniProtKB:P32929|SGD:S000003152 P Cystathionine gamma-lyase UniProtKB:O05394|PTN000211712 protein NCBITaxon:224308 20170228 GO_Central transsulfuration -UniProtKB O05394 mccB GO:0004123 PMID:21873635 IBA PANTHER:PTN000211591|MGI:MGI:1339968|UniProtKB:P32929|SGD:S000000010|UniProtKB:O05394|UniProtKB:P9WGB7 F Cystathionine gamma-lyase UniProtKB:O05394|PTN000211712 protein NCBITaxon:224308 20170228 GO_Central cystathionine gamma-lyase activity -UniProtKB O05394 mccB GO:0019343 PMID:21873635 IBA PANTHER:PTN000211591|UniProtKB:P9WGB7|SGD:S000000010|UniProtKB:P32929 P Cystathionine gamma-lyase UniProtKB:O05394|PTN000211712 protein NCBITaxon:224308 20181107 GO_Central cysteine biosynthetic process via cystathionine -UniProtKB O05394 mccB GO:0003962 PMID:21873635 IBA PANTHER:PTN000211711|UniProtKB:P9WGB7|UniProtKB:P00935 F Cystathionine gamma-lyase UniProtKB:O05394|PTN000211712 protein NCBITaxon:224308 20181107 GO_Central cystathionine gamma-synthase activity -UniProtKB O05394 mccB GO:0016846 PMID:21873635 IBA PANTHER:PTN000211590|UniProtKB:P9WGB7|RGD:2443|UniProtKB:P32929|TAIR:locus:2080605|SGD:S000000010|SGD:S000003152|UniProtKB:Q5AXC9|MGI:MGI:1339968|TAIR:locus:2019449|UniProtKB:O05394 F Cystathionine gamma-lyase UniProtKB:O05394|PTN000211712 protein NCBITaxon:224308 20181107 GO_Central carbon-sulfur lyase activity -UniProtKB O05394 mccB GO:0005737 PMID:21873635 IBA PANTHER:PTN000211590|SGD:S000003152|SGD:S000001154|TAIR:locus:2080605|TAIR:locus:2019449 C Cystathionine gamma-lyase UniProtKB:O05394|PTN000211712 protein NCBITaxon:224308 20200808 GO_Central cytoplasm -UniProtKB O05393 mccA GO:0030170 PMID:21873635 IBA PANTHER:PTN000034104|UniProtKB:P9WP53|WB:WBGene00013866|UniProtKB:P9WG59|UniProtKB:Q79FV4|UniProtKB:P35520|TAIR:locus:2143754|UniProtKB:P0ABK5|UniProtKB:P9WP55 F O-acetylserine dependent cystathionine beta-synthase UniProtKB:O05393|PTN000034538 protein NCBITaxon:224308 20200807 GO_Central pyridoxal phosphate binding -UniProtKB O05393 mccA GO:0005737 PMID:21873635 IBA PANTHER:PTN000034104|TAIR:locus:2082837|TAIR:locus:2043964|UniProtKB:Q43725|UniProtKB:P0ABK5|TAIR:locus:2096454|UniProtKB:P35520|TAIR:locus:2130419|SGD:S000003387|WB:WBGene00013866|TAIR:locus:2123939 C O-acetylserine dependent cystathionine beta-synthase UniProtKB:O05393|PTN000034538 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB O05389 yrbE GO:0016491 PMID:21873635 IBA PANTHER:PTN002450404|UniProtKB:P40332|SGD:S000004932 F Uncharacterized oxidoreductase YrbE UniProtKB:O05389|PTN000504004 protein NCBITaxon:224308 20200809 GO_Central oxidoreductase activity -UniProtKB O05389 yrbE GO:0005737 PMID:21873635 IBA PANTHER:PTN002450404|TAIR:locus:2091926 C Uncharacterized oxidoreductase YrbE UniProtKB:O05389|PTN000504004 protein NCBITaxon:224308 20170601 GO_Central cytoplasm -UniProtKB O05389 yrbE GO:0006740 PMID:21873635 IBA PANTHER:PTN002450404|SGD:S000004932 P Uncharacterized oxidoreductase YrbE UniProtKB:O05389|PTN000504004 protein NCBITaxon:224308 20170601 GO_Central NADPH regeneration -UniProtKB O05267 yumB GO:0003955 PMID:21873635 IBA PANTHER:PTN000531058|UniProtKB:Q8GXR9|UniProtKB:P95160 F NADH dehydrogenase-like protein YumB UniProtKB:O05267|PTN002451772 protein NCBITaxon:224308 20170228 GO_Central NAD(P)H dehydrogenase (quinone) activity -UniProtKB O05267 yumB GO:0019646 PMID:21873635 IBA PANTHER:PTN000531058|UniProtKB:P95160 P NADH dehydrogenase-like protein YumB UniProtKB:O05267|PTN002451772 protein NCBITaxon:224308 20170228 GO_Central aerobic electron transport chain -UniProtKB O05262 rhaB GO:0019301 PMID:21873635 IBA PANTHER:PTN000023530|UniProtKB:P32171 P Rhamnulokinase UniProtKB:O05262|PTN000023531 protein NCBITaxon:224308 20170228 GO_Central rhamnose catabolic process -UniProtKB O05240 yugK GO:0005829 PMID:21873635 IBA PANTHER:PTN001691433|UniProtKB:Q46856 C Probable NADH-dependent butanol dehydrogenase 2 UniProtKB:O05240|PTN000161128 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O05240 yugK GO:0008106 PMID:21873635 IBA PANTHER:PTN001691433|UniProtKB:Q46856 F Probable NADH-dependent butanol dehydrogenase 2 UniProtKB:O05240|PTN000161128 protein NCBITaxon:224308 20170228 GO_Central alcohol dehydrogenase (NADP+) activity -UniProtKB O05240 yugK GO:0018455 PMID:21873635 IBA PANTHER:PTN001691433|UniProtKB:Q46856 F Probable NADH-dependent butanol dehydrogenase 2 UniProtKB:O05240|PTN000161128 protein NCBITaxon:224308 20170228 GO_Central alcohol dehydrogenase [NAD(P)+] activity -UniProtKB O05240 yugK GO:1990002 PMID:21873635 IBA PANTHER:PTN001691433|UniProtKB:Q46856 F Probable NADH-dependent butanol dehydrogenase 2 UniProtKB:O05240|PTN000161128 protein NCBITaxon:224308 20170228 GO_Central methylglyoxal reductase (NADPH-dependent, acetol producing) -UniProtKB O05227 mrpG GO:0015385 PMID:21873635 IBA PANTHER:PTN002162936|UniProtKB:Q9I4R5 F Na(+)/H(+) antiporter subunit G UniProtKB:O05227|PTN002162957 protein NCBITaxon:224308 20180315 GO_Central sodium:proton antiporter activity -UniProtKB O05224 ywrK GO:0016021 PMID:21873635 IBA PANTHER:PTN001616489|UniProtKB:P0AB93 C Putative arsenical pump membrane protein UniProtKB:O05224|PTN000032144 protein NCBITaxon:224308 20170602 GO_Central integral component of membrane -UniProtKB O05224 ywrK GO:0005887 PMID:21873635 IBA PANTHER:PTN000032142|UniProtKB:P0AB93 C Putative arsenical pump membrane protein UniProtKB:O05224|PTN000032144 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB O05217 ywrC GO:0005829 PMID:21873635 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 C Uncharacterized HTH-type transcriptional regulator YwrC UniProtKB:O05217|PTN001249027 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O05217 ywrC GO:0043200 PMID:21873635 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 P Uncharacterized HTH-type transcriptional regulator YwrC UniProtKB:O05217|PTN001249027 protein NCBITaxon:224308 20170228 GO_Central response to amino acid -UniProtKB O05217 ywrC GO:0043565 PMID:21873635 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 F Uncharacterized HTH-type transcriptional regulator YwrC UniProtKB:O05217|PTN001249027 protein NCBITaxon:224308 20200809 GO_Central sequence-specific DNA binding -UniProtKB O06746 yitK GO:0000166 PMID:21873635 IBA PANTHER:PTN000767160|UniProtKB:P0A8E7 F UPF0234 protein yitk UniProtKB:O06746|PTN000767161 protein NCBITaxon:224308 20190116 GO_Central nucleotide binding -UniProtKB O06746 yitK GO:0005829 PMID:21873635 IBA PANTHER:PTN000767160|UniProtKB:P0A8E7 C UPF0234 protein yitk UniProtKB:O06746|PTN000767161 protein NCBITaxon:224308 20190116 GO_Central cytosol -UniProtKB O06741 yitF GO:0016836 PMID:21873635 IBA PANTHER:PTN001789981|UniProtKB:P77215|UniProtKB:Q7L5Y1|UniProtKB:Q8ZL58|UniProtKB:Q8P3K2|UniProtKB:Q97U96 F Putative isomerase YitF UniProtKB:O06741|PTN000350970 protein NCBITaxon:224308 20200507 GO_Central hydro-lyase activity -UniProtKB O06741 yitF GO:0000287 PMID:21873635 IBA PANTHER:PTN001789981|UniProtKB:Q7L5Y1|UniProtKB:Q8P3K2|UniProtKB:Q97U96 F Putative isomerase YitF UniProtKB:O06741|PTN000350970 protein NCBITaxon:224308 20200507 GO_Central magnesium ion binding -UniProtKB O06741 yitF GO:0016052 PMID:21873635 IBA PANTHER:PTN001789981|UniProtKB:Q7L5Y1|UniProtKB:Q8P3K2|UniProtKB:Q97U96|UniProtKB:Q8ZL58 P Putative isomerase YitF UniProtKB:O06741|PTN000350970 protein NCBITaxon:224308 20200507 GO_Central carbohydrate catabolic process -UniProtKB O06738 comB GO:0050545 PMID:21873635 IBA PANTHER:PTN002203706|UniProtKB:Q58540 F Probable 2-phosphosulfolactate phosphatase UniProtKB:O06738|PTN002203721 protein NCBITaxon:224308 20170228 GO_Central sulfopyruvate decarboxylase activity -UniProtKB O06737 yitB GO:0004604 PMID:21873635 IBA PANTHER:PTN000591370|UniProtKB:P17854|SGD:S000006371|UniProtKB:P56859 F Probable phosphoadenosine phosphosulfate reductase UniProtKB:O06737|PTN000591449 protein NCBITaxon:224308 20200810 GO_Central phosphoadenylyl-sulfate reductase (thioredoxin) activity -UniProtKB O06737 yitB GO:0019379 PMID:21873635 IBA PANTHER:PTN000591370|SGD:S000006371|UniProtKB:P17854 P Probable phosphoadenosine phosphosulfate reductase UniProtKB:O06737|PTN000591449 protein NCBITaxon:224308 20180816 GO_Central sulfate assimilation, phosphoadenylyl sulfate reduction by phosphoadenylyl-sulfate reductase (thioredoxin) -UniProtKB O06730 yisU GO:1902023 PMID:21873635 IBA PANTHER:PTN000764317|UniProtKB:P11667 P Putative amino-acid transporter YisU UniProtKB:O06730|PTN001247915 protein NCBITaxon:224308 20170228 GO_Central L-arginine transport -UniProtKB O06730 yisU GO:0015171 PMID:21873635 IBA PANTHER:PTN002012870|UniProtKB:P11667|UniProtKB:P76249|UniProtKB:P0AG34|UniProtKB:P0AG38 F Putative amino-acid transporter YisU UniProtKB:O06730|PTN001247915 protein NCBITaxon:224308 20200809 GO_Central amino acid transmembrane transporter activity -UniProtKB O06730 yisU GO:0015181 PMID:21873635 IBA PANTHER:PTN000764317|UniProtKB:P11667 F Putative amino-acid transporter YisU UniProtKB:O06730|PTN001247915 protein NCBITaxon:224308 20170228 GO_Central arginine transmembrane transporter activity -UniProtKB O06730 yisU GO:0006865 PMID:21873635 IBA PANTHER:PTN002012870|UniProtKB:P0AG34|UniProtKB:P0AG38|UniProtKB:P38101|UniProtKB:P76249|UniProtKB:P11667 P Putative amino-acid transporter YisU UniProtKB:O06730|PTN001247915 protein NCBITaxon:224308 20200809 GO_Central amino acid transport -UniProtKB O06730 yisU GO:0005887 PMID:21873635 IBA PANTHER:PTN002012870|UniProtKB:P38101 C Putative amino-acid transporter YisU UniProtKB:O06730|PTN001247915 protein NCBITaxon:224308 20190822 GO_Central integral component of plasma membrane -UniProtKB O06724 yisK GO:0018773 PMID:21873635 IBA PANTHER:PTN000214041|UniProtKB:Q6P587 F Uncharacterized protein YisK UniProtKB:O06724|PTN000214268 protein NCBITaxon:224308 20190221 GO_Central acetylpyruvate hydrolase activity -UniProtKB P51833 rnc GO:0004525 PMID:21873635 IBA PANTHER:PTN000129453|UniProtKB:P0A7Y0|UniProtKB:Q9NRR4|SGD:S000004852|PomBase:SPBC119.11c|WB:WBGene00009163 F Ribonuclease 3 UniProtKB:P51833|PTN000129532 protein NCBITaxon:224308 20170228 GO_Central ribonuclease III activity -UniProtKB P51833 rnc GO:0006396 PMID:21873635 IBA PANTHER:PTN000129453|UniProtKB:Q9NRR4|UniProtKB:P0A7Y0|TAIR:locus:2024407|dictyBase:DDB_G0268410|SGD:S000004852|MGI:MGI:1261425|UniProtKB:A6YSL1|PomBase:SPBC119.11c|WB:WBGene00009163|FB:FBgn0026722|UniProtKB:A0A1D8PM62 P Ribonuclease 3 UniProtKB:P51833|PTN000129532 protein NCBITaxon:224308 20200807 GO_Central RNA processing -UniProtKB P51833 rnc GO:0003725 PMID:21873635 IBA PANTHER:PTN000129453|UniProtKB:Q0IQN6|TAIR:locus:2024407|PomBase:SPBC119.11c|UniProtKB:A6YSL1 F Ribonuclease 3 UniProtKB:P51833|PTN000129532 protein NCBITaxon:224308 20170228 GO_Central double-stranded RNA binding -UniProtKB P51777 cspD GO:0005829 PMID:21873635 IBA PANTHER:PTN002610534|UniProtKB:P0A978|UniProtKB:P0A9Y6|UniProtKB:P0A972|UniProtKB:P0A9X9|UniProtKB:P0A986|UniProtKB:P36995 C Cold shock protein CspD UniProtKB:P51777|PTN000166644 protein NCBITaxon:224308 20200123 GO_Central cytosol -UniProtKB P51777 cspD GO:0003723 PMID:21873635 IBA PANTHER:PTN002610534|UniProtKB:P0A972|UniProtKB:P0A9Y6|UniProtKB:P0A9X9|UniProtKB:P36995 F Cold shock protein CspD UniProtKB:P51777|PTN000166644 protein NCBITaxon:224308 20200123 GO_Central RNA binding -UniProtKB P51777 cspD GO:0010468 PMID:21873635 IBA PANTHER:PTN000166442|ZFIN:ZDB-GENE-000629-3|MGI:MGI:99146|UniProtKB:P0A9X9|MGI:MGI:1096372|UniProtKB:P0A9Y6|UniProtKB:P0A972|RGD:61843|UniProtKB:P67809|MGI:MGI:2137670|RGD:621056|UniProtKB:P0A357 P Cold shock protein CspD UniProtKB:P51777|PTN000166644 protein NCBITaxon:224308 20201023 GO_Central regulation of gene expression -UniProtKB P51777 cspD GO:0060567 PMID:21873635 IBA PANTHER:PTN002610534|UniProtKB:P0A9X9|UniProtKB:P0A972|UniProtKB:P0A9Y6 P Cold shock protein CspD UniProtKB:P51777|PTN000166644 protein NCBITaxon:224308 20200123 GO_Central negative regulation of DNA-templated transcription, termination -UniProtKB P51777 cspD GO:0001072 PMID:21873635 IBA PANTHER:PTN002610534|UniProtKB:P0A972|UniProtKB:P0A9Y6|UniProtKB:P0A9X9 F Cold shock protein CspD UniProtKB:P51777|PTN000166644 protein NCBITaxon:224308 20200807 GO_Central transcription antitermination factor activity, RNA binding -UniProtKB P51777 cspD GO:0003676 PMID:21873635 IBA PANTHER:PTN000166442|RGD:621056|MGI:MGI:2137670|UniProtKB:Q57UC8|UniProtKB:P0A968|UniProtKB:P36995|UniProtKB:P67809|MGI:MGI:1096372|UniProtKB:P0A9Y6|RGD:61843|UniProtKB:P0A972|ZFIN:ZDB-GENE-000629-3|MGI:MGI:99146|UniProtKB:P0A9X9 F Cold shock protein CspD UniProtKB:P51777|PTN000166644 protein NCBITaxon:224308 20201023 GO_Central nucleic acid binding -UniProtKB P20277 rplQ GO:0015934 PMID:21873635 IBA PANTHER:PTN000373768|UniProtKB:Q9NRX2|UniProtKB:P0AG44|SGD:S000003599 C 50S ribosomal protein L17 UniProtKB:P20277|PTN000373841 protein NCBITaxon:224308 20200808 GO_Central large ribosomal subunit -UniProtKB P20277 rplQ GO:0022625 PMID:21873635 IBA PANTHER:PTN000373840|UniProtKB:P0AG44 C 50S ribosomal protein L17 UniProtKB:P20277|PTN000373841 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P20277 rplQ GO:0003735 PMID:21873635 IBA PANTHER:PTN000373768|SGD:S000003599|UniProtKB:P0AG44 F 50S ribosomal protein L17 UniProtKB:P20277|PTN000373841 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome -UniProtKB P94464 rsmB GO:0009383 PMID:21873635 IBA PANTHER:PTN000516061|UniProtKB:P36929 F Probable ribosomal RNA small subunit methyltransferase B UniProtKB:P94464|PTN000516062 protein NCBITaxon:224308 20170228 GO_Central rRNA (cytosine-C5-)-methyltransferase activity -UniProtKB P94464 rsmB GO:0001510 PMID:21873635 IBA PANTHER:PTN000515868|UniProtKB:Q60343|UniProtKB:P76273|UniProtKB:Q96P11|SGD:S000004967|UniProtKB:Q8TEA1|UniProtKB:P36929|MGI:MGI:2140844|SGD:S000005005 P Probable ribosomal RNA small subunit methyltransferase B UniProtKB:P94464|PTN000516062 protein NCBITaxon:224308 20200808 GO_Central RNA methylation -UniProtKB P94464 rsmB GO:0070475 PMID:21873635 IBA PANTHER:PTN000516061|UniProtKB:P36929 P Probable ribosomal RNA small subunit methyltransferase B UniProtKB:P94464|PTN000516062 protein NCBITaxon:224308 20170228 GO_Central rRNA base methylation -UniProtKB P94464 rsmB GO:0005829 PMID:21873635 IBA PANTHER:PTN000516061|UniProtKB:P36929 C Probable ribosomal RNA small subunit methyltransferase B UniProtKB:P94464|PTN000516062 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P94488 ynaJ GO:0005887 PMID:21873635 IBA PANTHER:PTN000140373|MGI:MGI:3583946|UniProtKB:P02921|MGI:MGI:1923824|UniProtKB:A6NFX1 C Uncharacterized symporter YnaJ UniProtKB:P94488|PTN000140514 protein NCBITaxon:224308 20181024 GO_Central integral component of plasma membrane -UniProtKB P94488 ynaJ GO:0071702 PMID:21873635 IBA PANTHER:PTN000140373|UniProtKB:Q8NA29|MGI:MGI:1923824|UniProtKB:P02921|ZFIN:ZDB-GENE-041114-166|ZFIN:ZDB-GENE-040801-89|MGI:MGI:3583946|UniProtKB:A6NFX1 P Uncharacterized symporter YnaJ UniProtKB:P94488|PTN000140514 protein NCBITaxon:224308 20200807 GO_Central organic substance transport -UniProtKB P94488 ynaJ GO:0005215 PMID:21873635 IBA PANTHER:PTN000140373|MGI:MGI:3583946|UniProtKB:P02921|MGI:MGI:1923824|UniProtKB:Q8NA29|UniProtKB:A6NFX1|UniProtKB:P32136 F Uncharacterized symporter YnaJ UniProtKB:P94488|PTN000140514 protein NCBITaxon:224308 20200807 GO_Central transporter activity -UniProtKB P94556 racE GO:0047661 PMID:21873635 IBA PANTHER:PTN001465973|UniProtKB:P22634|UniProtKB:P9WPW9 F Glutamate racemase 1 UniProtKB:P94556|PTN000476342 protein NCBITaxon:224308 20170228 GO_Central amino-acid racemase activity -UniProtKB P94556 racE GO:0009252 PMID:21873635 IBA PANTHER:PTN001465973|UniProtKB:P9WPW9|UniProtKB:P22634 P Glutamate racemase 1 UniProtKB:P94556|PTN000476342 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan biosynthetic process -UniProtKB P94556 racE GO:0008881 PMID:21873635 IBA PANTHER:PTN000476349|UniProtKB:P22634|UniProtKB:P9WPW9 F Glutamate racemase 1 UniProtKB:P94556|PTN000476342 protein NCBITaxon:224308 20170228 GO_Central glutamate racemase activity -UniProtKB P94558 ysnA GO:0047429 PMID:21873635 IBA PANTHER:PTN000115987|SGD:S000003830|UniProtKB:P52061|MGI:MGI:96622|UniProtKB:Q57679 F dITP/XTP pyrophosphatase UniProtKB:P94558|PTN000116062 protein NCBITaxon:224308 20170228 GO_Central nucleoside-triphosphate diphosphatase activity -UniProtKB P94558 ysnA GO:0005737 PMID:21873635 IBA PANTHER:PTN000115987|UniProtKB:Q9BY32|UniProtKB:P52061 C dITP/XTP pyrophosphatase UniProtKB:P94558|PTN000116062 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB P94558 ysnA GO:0005829 PMID:21873635 IBA PANTHER:PTN000116061|UniProtKB:P52061 C dITP/XTP pyrophosphatase UniProtKB:P94558|PTN000116062 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P94558 ysnA GO:0009143 PMID:21873635 IBA PANTHER:PTN000115987|SGD:S000003830|UniProtKB:P52061|MGI:MGI:96622|UniProtKB:Q57679 P dITP/XTP pyrophosphatase UniProtKB:P94558|PTN000116062 protein NCBITaxon:224308 20200807 GO_Central nucleoside triphosphate catabolic process -UniProtKB P94574 ywoD GO:0055085 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P52600|SGD:S000000497|UniProtKB:P9WJY3|PomBase:SPBC3E7.06c|SGD:S000003456|PomBase:SPBC460.03|SGD:S000006402|SGD:S000000575|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|PomBase:SPBC12C2.13c|PomBase:SPBC4F6.09|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000000574|UniProtKB:P9WJX3 P Uncharacterized MFS-type transporter YwoD UniProtKB:P94574|PTN000606057 protein NCBITaxon:224308 20201206 GO_Central transmembrane transport -UniProtKB P94574 ywoD GO:0022857 PMID:21873635 IBA PANTHER:PTN000605491|SGD:S000001032|UniProtKB:P9WJX3|UniProtKB:Q8X1Z7|SGD:S000000574|UniProtKB:P0AEJ0|SGD:S000000791|CGD:CAL0000196424|PomBase:SPBC12C2.13c|SGD:S000000575|SGD:S000006402|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000001039|SGD:S000003456|SGD:S000000497|SGD:S000005518|PomBase:SPBC3E7.06c|UniProtKB:P9WJY3|SGD:S000004694 F Uncharacterized MFS-type transporter YwoD UniProtKB:P94574|PTN000606057 protein NCBITaxon:224308 20201206 GO_Central transmembrane transporter activity -UniProtKB P94574 ywoD GO:0005887 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P9WJY3|UniProtKB:Q6C8F0|SGD:S000006402 C Uncharacterized MFS-type transporter YwoD UniProtKB:P94574|PTN000606057 protein NCBITaxon:224308 20201206 GO_Central integral component of plasma membrane -UniProtKB P94585 mscL GO:0006811 PMID:21873635 IBA PANTHER:PTN001250283|UniProtKB:P0A742 P Large-conductance mechanosensitive channel UniProtKB:P94585|PTN001250299 protein NCBITaxon:224308 20170228 GO_Central ion transport -UniProtKB P94585 mscL GO:0016021 PMID:21873635 IBA PANTHER:PTN001250283|UniProtKB:P0A742 C Large-conductance mechanosensitive channel UniProtKB:P94585|PTN001250299 protein NCBITaxon:224308 20170228 GO_Central integral component of membrane -UniProtKB P94585 mscL GO:0009992 PMID:21873635 IBA PANTHER:PTN001250283|UniProtKB:P0A742 P Large-conductance mechanosensitive channel UniProtKB:P94585|PTN001250299 protein NCBITaxon:224308 20170228 GO_Central cellular water homeostasis -UniProtKB P94585 mscL GO:0008381 PMID:21873635 IBA PANTHER:PTN001250283|UniProtKB:P0A742|UniProtKB:P9WJN5 F Large-conductance mechanosensitive channel UniProtKB:P94585|PTN001250299 protein NCBITaxon:224308 20170228 GO_Central mechanosensitive ion channel activity -UniProtKB P15400 sacX GO:0005886 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P36672|UniProtKB:P24241|UniProtKB:P08722|UniProtKB:P77272 C Negative regulator of SacY activity UniProtKB:P15400|PTN000765867 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P15400 sacX GO:0090563 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P77272|UniProtKB:P36672 F Negative regulator of SacY activity UniProtKB:P15400|PTN000765867 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-sugar phosphotransferase activity -UniProtKB P15400 sacX GO:0009401 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P36672|UniProtKB:P77272 P Negative regulator of SacY activity UniProtKB:P15400|PTN000765867 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB P15400 sacX GO:0034219 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P77272 P Negative regulator of SacY activity UniProtKB:P15400|PTN000765867 protein NCBITaxon:224308 20170228 GO_Central carbohydrate transmembrane transport -UniProtKB P15400 sacX GO:0015771 PMID:21873635 IBA PANTHER:PTN000765865|UniProtKB:P36672 P Negative regulator of SacY activity UniProtKB:P15400|PTN000765867 protein NCBITaxon:224308 20170228 GO_Central trehalose transport -UniProtKB P15400 sacX GO:0090589 PMID:21873635 IBA PANTHER:PTN000765865|UniProtKB:P36672 F Negative regulator of SacY activity UniProtKB:P15400|PTN000765867 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-trehalose phosphotransferase system transporter activity -UniProtKB P15378 comC GO:0005886 PMID:21873635 IBA PANTHER:PTN000766410|UniProtKB:P25960|UniProtKB:Q46836|UniProtKB:P22610 C Type 4 prepilin-like proteins leader peptide-processing enzyme UniProtKB:P15378|PTN001253539 protein NCBITaxon:224308 20190116 GO_Central plasma membrane -UniProtKB P15378 comC GO:0006465 PMID:21873635 IBA PANTHER:PTN000766410|UniProtKB:P22610 P Type 4 prepilin-like proteins leader peptide-processing enzyme UniProtKB:P15378|PTN001253539 protein NCBITaxon:224308 20190116 GO_Central signal peptide processing -UniProtKB P15378 comC GO:0004190 PMID:21873635 IBA PANTHER:PTN000766410|UniProtKB:P22610 F Type 4 prepilin-like proteins leader peptide-processing enzyme UniProtKB:P15378|PTN001253539 protein NCBITaxon:224308 20190116 GO_Central aspartic-type endopeptidase activity -UniProtKB P15874 grpE GO:0051082 PMID:21873635 IBA PANTHER:PTN000478264|UniProtKB:Q9HAV7|MGI:MGI:1334416 F Protein GrpE UniProtKB:P15874|PTN000478386 protein NCBITaxon:224308 20170228 GO_Central unfolded protein binding -UniProtKB P15874 grpE GO:0000774 PMID:21873635 IBA PANTHER:PTN000478264|UniProtKB:P09372|SGD:S000005758 F Protein GrpE UniProtKB:P15874|PTN000478386 protein NCBITaxon:224308 20170228 GO_Central adenyl-nucleotide exchange factor activity -UniProtKB O08394 cypD GO:0010181 PMID:21873635 IBA PANTHER:PTN000453956|RGD:68335|UniProtKB:O08394|MGI:MGI:97361|UniProtKB:O08336|UniProtKB:P38038|UniProtKB:Q9UHB4|RGD:3184|UniProtKB:Q9UBK8 F Bifunctional cytochrome P450/NADPH--P450 reductase 1 UniProtKB:O08394|PTN000454125 protein NCBITaxon:224308 20170928 GO_Central FMN binding -UniProtKB O08394 cypD GO:0016709 PMID:21873635 IBA PANTHER:PTN000453763|FB:FBgn0011676|RGD:3186|MGI:MGI:97360|UniProtKB:P29474|MGI:MGI:97361|RGD:3184|UniProtKB:P29475|RGD:3185|UniProtKB:P35228|MGI:MGI:97362|UniProtKB:A0A3Q1LSD1 F Bifunctional cytochrome P450/NADPH--P450 reductase 1 UniProtKB:O08394|PTN000454125 protein NCBITaxon:224308 20200930 GO_Central oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, NAD(P)H as one donor, and incorporation of one atom of oxygen -UniProtKB O08394 cypD GO:0016491 PMID:21873635 IBA PANTHER:PTN000453956|TAIR:locus:2128951|UniProtKB:O08394|MGI:MGI:97744|UniProtKB:O08336|UniProtKB:A0A1D8PLR7|SGD:S000006252|PomBase:SPBC29A10.01|UniProtKB:Q9UBK8|TAIR:locus:2121894|RGD:3185|UniProtKB:C5YJG8|UniProtKB:Q653S9|UniProtKB:A0A3Q1LSD1|SGD:S000001926|FB:FBgn0011676|MGI:MGI:97360|UniProtKB:Q7X7K8|UniProtKB:Q9UHB4|UniProtKB:P16435|MGI:MGI:1891037|TAIR:locus:2076547|RGD:3186|RGD:68335|UniProtKB:P29474|MGI:MGI:97361|UniProtKB:Q0J705|RGD:3184|UniProtKB:P38038|UniProtKB:P35228|UniProtKB:P29475|MGI:MGI:97362|SGD:S000001084 F Bifunctional cytochrome P450/NADPH--P450 reductase 1 UniProtKB:O08394|PTN000454125 protein NCBITaxon:224308 20201205 GO_Central oxidoreductase activity -UniProtKB O08394 cypD GO:0005829 PMID:21873635 IBA PANTHER:PTN000453956|RGD:3185|UniProtKB:Q9UBK8|TAIR:locus:2121894|UniProtKB:P35228|RGD:3186|UniProtKB:Q9UHB4|RGD:3184 C Bifunctional cytochrome P450/NADPH--P450 reductase 1 UniProtKB:O08394|PTN000454125 protein NCBITaxon:224308 20210101 GO_Central cytosol -UniProtKB O08394 cypD GO:0050660 PMID:21873635 IBA PANTHER:PTN000453956|UniProtKB:P38038|RGD:3184|UniProtKB:Q9UHB4|UniProtKB:Q9UBK8|UniProtKB:O08394|RGD:68335|MGI:MGI:97361|UniProtKB:O08336 F Bifunctional cytochrome P450/NADPH--P450 reductase 1 UniProtKB:O08394|PTN000454125 protein NCBITaxon:224308 20170928 GO_Central flavin adenine dinucleotide binding -UniProtKB O08336 cypB GO:0050660 PMID:21873635 IBA PANTHER:PTN000453956|UniProtKB:P38038|RGD:3184|UniProtKB:Q9UHB4|UniProtKB:Q9UBK8|UniProtKB:O08394|RGD:68335|MGI:MGI:97361|UniProtKB:O08336 F Bifunctional cytochrome P450/NADPH--P450 reductase 2 UniProtKB:O08336|PTN000454124 protein NCBITaxon:224308 20170928 GO_Central flavin adenine dinucleotide binding -UniProtKB O08336 cypB GO:0016491 PMID:21873635 IBA PANTHER:PTN000453956|TAIR:locus:2128951|UniProtKB:O08394|MGI:MGI:97744|UniProtKB:O08336|UniProtKB:A0A1D8PLR7|SGD:S000006252|PomBase:SPBC29A10.01|UniProtKB:Q9UBK8|TAIR:locus:2121894|RGD:3185|UniProtKB:C5YJG8|UniProtKB:Q653S9|UniProtKB:A0A3Q1LSD1|SGD:S000001926|FB:FBgn0011676|MGI:MGI:97360|UniProtKB:Q7X7K8|UniProtKB:Q9UHB4|UniProtKB:P16435|MGI:MGI:1891037|TAIR:locus:2076547|RGD:3186|RGD:68335|UniProtKB:P29474|MGI:MGI:97361|UniProtKB:Q0J705|RGD:3184|UniProtKB:P38038|UniProtKB:P35228|UniProtKB:P29475|MGI:MGI:97362|SGD:S000001084 F Bifunctional cytochrome P450/NADPH--P450 reductase 2 UniProtKB:O08336|PTN000454124 protein NCBITaxon:224308 20201205 GO_Central oxidoreductase activity -UniProtKB O08336 cypB GO:0005829 PMID:21873635 IBA PANTHER:PTN000453956|RGD:3185|UniProtKB:Q9UBK8|TAIR:locus:2121894|UniProtKB:P35228|RGD:3186|UniProtKB:Q9UHB4|RGD:3184 C Bifunctional cytochrome P450/NADPH--P450 reductase 2 UniProtKB:O08336|PTN000454124 protein NCBITaxon:224308 20210101 GO_Central cytosol -UniProtKB O08336 cypB GO:0016709 PMID:21873635 IBA PANTHER:PTN000453763|FB:FBgn0011676|RGD:3186|MGI:MGI:97360|UniProtKB:P29474|MGI:MGI:97361|RGD:3184|UniProtKB:P29475|RGD:3185|UniProtKB:P35228|MGI:MGI:97362|UniProtKB:A0A3Q1LSD1 F Bifunctional cytochrome P450/NADPH--P450 reductase 2 UniProtKB:O08336|PTN000454124 protein NCBITaxon:224308 20200930 GO_Central oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, NAD(P)H as one donor, and incorporation of one atom of oxygen -UniProtKB O08336 cypB GO:0010181 PMID:21873635 IBA PANTHER:PTN000453956|RGD:68335|UniProtKB:O08394|MGI:MGI:97361|UniProtKB:O08336|UniProtKB:P38038|UniProtKB:Q9UHB4|RGD:3184|UniProtKB:Q9UBK8 F Bifunctional cytochrome P450/NADPH--P450 reductase 2 UniProtKB:O08336|PTN000454124 protein NCBITaxon:224308 20170928 GO_Central FMN binding -UniProtKB O08335 fatR GO:0000976 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P32265|UniProtKB:Q9HZJ9|UniProtKB:Q9KR96|UniProtKB:Q9HXS0|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HY46 F HTH-type transcriptional repressor FatR UniProtKB:O08335|PTN004738594 protein NCBITaxon:224308 20190822 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O08335 fatR GO:0003700 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:P0ACS9 F HTH-type transcriptional repressor FatR UniProtKB:O08335|PTN004738594 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB O08335 fatR GO:0006355 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:G3XCU9|UniProtKB:P0ACT6|UniProtKB:P75952|UniProtKB:P9WMC1|UniProtKB:P9WMB9|UniProtKB:P32265|UniProtKB:Q9HXS0|UniProtKB:Q9HZJ9|UniProtKB:P0ACS9|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:Q9HY46|UniProtKB:Q9HXW2|UniProtKB:Q9HZW2|UniProtKB:P39334|UniProtKB:P0ACU0 P HTH-type transcriptional repressor FatR UniProtKB:O08335|PTN004738594 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P16616 hemC GO:0005737 PMID:21873635 IBA PANTHER:PTN000168159|RGD:2801|UniProtKB:Q8I5V3|TAIR:locus:2150758|UniProtKB:P06983 C Porphobilinogen deaminase UniProtKB:P16616|PTN000168225 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB P16616 hemC GO:0004418 PMID:21873635 IBA PANTHER:PTN000168159|SGD:S000002364|RGD:2801|UniProtKB:P08397|TAIR:locus:2150758|CGD:CAL0000176208|UniProtKB:P06983 F Porphobilinogen deaminase UniProtKB:P16616|PTN000168225 protein NCBITaxon:224308 20200807 GO_Central hydroxymethylbilane synthase activity -UniProtKB P16616 hemC GO:0006783 PMID:21873635 IBA PANTHER:PTN000168159|CGD:CAL0000176208|UniProtKB:P06983|SGD:S000002364|UniProtKB:Q8I5V3 P Porphobilinogen deaminase UniProtKB:P16616|PTN000168225 protein NCBITaxon:224308 20170228 GO_Central heme biosynthetic process -UniProtKB P16440 ribE GO:0004746 PMID:21873635 IBA PANTHER:PTN000473531|TAIR:locus:2051394|PomBase:SPCC1450.13c|SGD:S000000460|UniProtKB:P0AFU8|UniProtKB:P9WK35 F Riboflavin synthase UniProtKB:P16440|PTN000473548 protein NCBITaxon:224308 20170228 GO_Central riboflavin synthase activity -UniProtKB P16440 ribE GO:0009231 PMID:21873635 IBA PANTHER:PTN000473531|UniProtKB:P9WK35|UniProtKB:P0AFU8|SGD:S000000460|PomBase:SPCC1450.13c|TAIR:locus:2051394 P Riboflavin synthase UniProtKB:P16440|PTN000473548 protein NCBITaxon:224308 20170228 GO_Central riboflavin biosynthetic process -UniProtKB P80865 sucD GO:0009361 PMID:21873635 IBA PANTHER:PTN000122012|UniProtKB:P0AGE9 C Succinate--CoA ligase [ADP-forming] subunit alpha UniProtKB:P80865|PTN000122087 protein NCBITaxon:224308 20200310 GO_Central succinate-CoA ligase complex (ADP-forming) -UniProtKB P80865 sucD GO:0006099 PMID:21873635 IBA PANTHER:PTN000122012|FB:FBgn0004888|RGD:619821 P Succinate--CoA ligase [ADP-forming] subunit alpha UniProtKB:P80865|PTN000122087 protein NCBITaxon:224308 20170228 GO_Central tricarboxylic acid cycle -UniProtKB P80865 sucD GO:0004775 PMID:21873635 IBA PANTHER:PTN000122012|UniProtKB:Q51567|SGD:S000005668|RGD:619821 F Succinate--CoA ligase [ADP-forming] subunit alpha UniProtKB:P80865|PTN000122087 protein NCBITaxon:224308 20170228 GO_Central succinate-CoA ligase (ADP-forming) activity -UniProtKB P80865 sucD GO:0004776 PMID:21873635 IBA PANTHER:PTN000122012|dictyBase:DDB_G0289325|RGD:619821 F Succinate--CoA ligase [ADP-forming] subunit alpha UniProtKB:P80865|PTN000122087 protein NCBITaxon:224308 20200310 GO_Central succinate-CoA ligase (GDP-forming) activity -UniProtKB P80865 sucD GO:0005829 PMID:21873635 IBA PANTHER:PTN000122086|UniProtKB:P77187 C Succinate--CoA ligase [ADP-forming] subunit alpha UniProtKB:P80865|PTN000122087 protein NCBITaxon:224308 20200310 GO_Central cytosol -UniProtKB P16336 secY GO:0008320 PMID:21873635 IBA PANTHER:PTN000097217|UniProtKB:P0AGA2|SGD:S000004370 F Protein translocase subunit SecY UniProtKB:P16336|PTN000097338 protein NCBITaxon:224308 20180302 GO_Central protein transmembrane transporter activity -UniProtKB P16336 secY GO:0005887 PMID:21873635 IBA PANTHER:PTN000097337|UniProtKB:P0AGA2 C Protein translocase subunit SecY UniProtKB:P16336|PTN000097338 protein NCBITaxon:224308 20180302 GO_Central integral component of plasma membrane -UniProtKB P16336 secY GO:0006616 PMID:21873635 IBA PANTHER:PTN000097217|SGD:S000004370|UniProtKB:P0AGA2 P Protein translocase subunit SecY UniProtKB:P16336|PTN000097338 protein NCBITaxon:224308 20180302 GO_Central SRP-dependent cotranslational protein targeting to membrane, translocation -UniProtKB P16336 secY GO:0005048 PMID:21873635 IBA PANTHER:PTN000097337|UniProtKB:P0AGA2 F Protein translocase subunit SecY UniProtKB:P16336|PTN000097338 protein NCBITaxon:224308 20180302 GO_Central signal sequence binding -UniProtKB P16336 secY GO:0031522 PMID:21873635 IBA PANTHER:PTN000097337|UniProtKB:P0AGA2 C Protein translocase subunit SecY UniProtKB:P16336|PTN000097338 protein NCBITaxon:224308 20180302 GO_Central cell envelope Sec protein transport complex -UniProtKB P16304 adk GO:0005829 PMID:21873635 IBA PANTHER:PTN000600096|UniProtKB:P69441|UniProtKB:P9WKF5 C Adenylate kinase UniProtKB:P16304|PTN000600097 protein NCBITaxon:224308 20200205 GO_Central cytosol -UniProtKB P16304 adk GO:0005737 PMID:21873635 IBA PANTHER:PTN000599576|UniProtKB:Q5TCS8|MGI:MGI:87979|UniProtKB:P00568|TAIR:locus:2167316|MGI:MGI:1860835|TAIR:locus:2101472|TAIR:locus:2182407|ZFIN:ZDB-GENE-041014-337|UniProtKB:P27144|RGD:2077|UniProtKB:P69441|TAIR:locus:2160942|TAIR:locus:1005716878|UniProtKB:Q8I1T1|RGD:619885|SGD:S000001507|UniProtKB:Q9Y6K8|UniProtKB:Q9UIJ7|SGD:S000002634|UniProtKB:P9WKF5|MGI:MGI:87977|RGD:2076|MGI:MGI:1916120|TAIR:locus:2177527|TAIR:locus:2049842|SGD:S000000972|UniProtKB:Q8IJV6 C Adenylate kinase UniProtKB:P16304|PTN000600097 protein NCBITaxon:224308 20200205 GO_Central cytoplasm -UniProtKB P16304 adk GO:0004550 PMID:21873635 IBA PANTHER:PTN000600096|UniProtKB:P69441|UniProtKB:P9WKF5 F Adenylate kinase UniProtKB:P16304|PTN000600097 protein NCBITaxon:224308 20200205 GO_Central nucleoside diphosphate kinase activity -UniProtKB P16304 adk GO:0004017 PMID:21873635 IBA PANTHER:PTN000599576|UniProtKB:Q5BGS1|UniProtKB:Q96MA6|FB:FBgn0283494|UniProtKB:Q8IJV6|UniProtKB:Q96M32|FB:FBgn0022709|SGD:S000002634|UniProtKB:P9WKF5|PomBase:SPAC4G9.03|FB:FBgn0042094|UniProtKB:Q5B2V8|TAIR:locus:2049842|RGD:2076|MGI:MGI:87977|UniProtKB:P54819|TAIR:locus:2160942|UniProtKB:P69441|RGD:2077|RGD:619885|SGD:S000001507|TAIR:locus:2182407 F Adenylate kinase UniProtKB:P16304|PTN000600097 protein NCBITaxon:224308 20200205 GO_Central adenylate kinase activity -UniProtKB P16304 adk GO:0009123 PMID:21873635 IBA PANTHER:PTN000600096|UniProtKB:P9WKF5 P Adenylate kinase UniProtKB:P16304|PTN000600097 protein NCBITaxon:224308 20200205 GO_Central nucleoside monophosphate metabolic process -UniProtKB P16304 adk GO:0009132 PMID:21873635 IBA PANTHER:PTN000600096|UniProtKB:P9WKF5|UniProtKB:P69441 P Adenylate kinase UniProtKB:P16304|PTN000600097 protein NCBITaxon:224308 20200205 GO_Central nucleoside diphosphate metabolic process -UniProtKB P18429 xynA GO:0045493 PMID:21873635 IBA PANTHER:PTN002238768|UniProtKB:P55333|UniProtKB:P55332 P Endo-1,4-beta-xylanase A UniProtKB:P18429|PTN001317557 protein NCBITaxon:224308 20171116 GO_Central xylan catabolic process -UniProtKB P18256 thrZ GO:0005829 PMID:21873635 IBA PANTHER:PTN001688769|UniProtKB:P0A8M3 C Threonine--tRNA ligase 2 UniProtKB:P18256|PTN000155220 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P18256 thrZ GO:0006435 PMID:21873635 IBA PANTHER:PTN000155083|UniProtKB:P0A8M3|UniProtKB:Q97VW8|MGI:MGI:106314|MGI:MGI:2444486|SGD:S000001677|UniProtKB:Q58597|UniProtKB:P26639|SGD:S000001340 P Threonine--tRNA ligase 2 UniProtKB:P18256|PTN000155220 protein NCBITaxon:224308 20170228 GO_Central threonyl-tRNA aminoacylation -UniProtKB P18256 thrZ GO:0004829 PMID:21873635 IBA PANTHER:PTN000155083|UniProtKB:Q9BW92|UniProtKB:A0A1D8PCV0|UniProtKB:P26639|SGD:S000001340|UniProtKB:P0A8M3|MGI:MGI:106314|UniProtKB:Q97VW8|MGI:MGI:2444486|SGD:S000001677|UniProtKB:Q58597 F Threonine--tRNA ligase 2 UniProtKB:P18256|PTN000155220 protein NCBITaxon:224308 20200807 GO_Central threonine-tRNA ligase activity -UniProtKB P18255 thrS GO:0006435 PMID:21873635 IBA PANTHER:PTN000155083|UniProtKB:P0A8M3|UniProtKB:Q97VW8|MGI:MGI:106314|MGI:MGI:2444486|SGD:S000001677|UniProtKB:Q58597|UniProtKB:P26639|SGD:S000001340 P Threonine--tRNA ligase 1 UniProtKB:P18255|PTN000155217 protein NCBITaxon:224308 20170228 GO_Central threonyl-tRNA aminoacylation -UniProtKB P18255 thrS GO:0005829 PMID:21873635 IBA PANTHER:PTN001688769|UniProtKB:P0A8M3 C Threonine--tRNA ligase 1 UniProtKB:P18255|PTN000155217 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P18255 thrS GO:0004829 PMID:21873635 IBA PANTHER:PTN000155083|UniProtKB:Q9BW92|UniProtKB:A0A1D8PCV0|UniProtKB:P26639|SGD:S000001340|UniProtKB:P0A8M3|MGI:MGI:106314|UniProtKB:Q97VW8|MGI:MGI:2444486|SGD:S000001677|UniProtKB:Q58597 F Threonine--tRNA ligase 1 UniProtKB:P18255|PTN000155217 protein NCBITaxon:224308 20200807 GO_Central threonine-tRNA ligase activity -UniProtKB P18186 argF GO:0019240 PMID:21873635 IBA PANTHER:PTN000150424|UniProtKB:P00480|RGD:3236 P Ornithine carbamoyltransferase UniProtKB:P18186|PTN000150483 protein NCBITaxon:224308 20181004 GO_Central citrulline biosynthetic process -UniProtKB P18186 argF GO:0004585 PMID:21873635 IBA PANTHER:PTN000150424|PomBase:SPAC4G9.10|SGD:S000003624|RGD:3236|UniProtKB:P08308|UniProtKB:P9WIT9|UniProtKB:P00480|UniProtKB:P04391|UniProtKB:P06960|UniProtKB:P11803|UniProtKB:Q9YHY9 F Ornithine carbamoyltransferase UniProtKB:P18186|PTN000150483 protein NCBITaxon:224308 20200810 GO_Central ornithine carbamoyltransferase activity -UniProtKB P18186 argF GO:0042450 PMID:21873635 IBA PANTHER:PTN000150424|PomBase:SPAC4G9.10 P Ornithine carbamoyltransferase UniProtKB:P18186|PTN000150483 protein NCBITaxon:224308 20170228 GO_Central arginine biosynthetic process via ornithine -UniProtKB P18185 carB GO:0005737 PMID:21873635 IBA PANTHER:PTN000150222|SGD:S000005829|UniProtKB:P0A786|TAIR:locus:2019302|UniProtKB:P00968|TAIR:locus:2089149|RGD:2395|UniProtKB:P0A6F1|UniProtKB:P31327|SGD:S000003666|MGI:MGI:891996|TAIR:locus:2092369|UniProtKB:P27708|SGD:S000003870|RGD:1588606 C Carbamoyl-phosphate synthase arginine-specific large chain UniProtKB:P18185|PTN000150330 protein NCBITaxon:224308 20181129 GO_Central cytoplasm -UniProtKB P18185 carB GO:0006807 PMID:21873635 IBA PANTHER:PTN000150222|FB:FBgn0003189|RGD:2395|UniProtKB:P38100|UniProtKB:P0A6F1|UniProtKB:P31327|TAIR:locus:2092369|UniProtKB:P27708|SGD:S000003870|PomBase:SPAC22G7.06c|ZFIN:ZDB-GENE-021030-4|SGD:S000005829|dictyBase:DDB_G0276335|ZFIN:ZDB-GENE-081105-17|UniProtKB:P00968|SGD:S000003666|PomBase:SPBC56F2.09c|WB:WBGene00004259|UniProtKB:O93937|PomBase:SPBC215.08c|RGD:1588606 P Carbamoyl-phosphate synthase arginine-specific large chain UniProtKB:P18185|PTN000150330 protein NCBITaxon:224308 20200807 GO_Central nitrogen compound metabolic process -UniProtKB P18185 carB GO:0006541 PMID:21873635 IBA PANTHER:PTN000150223|SGD:S000003666|dictyBase:DDB_G0276335|RGD:1588606|PomBase:SPAC22G7.06c|FB:FBgn0003189 P Carbamoyl-phosphate synthase arginine-specific large chain UniProtKB:P18185|PTN000150330 protein NCBITaxon:224308 20181129 GO_Central glutamine metabolic process -UniProtKB P18158 glpD GO:0046168 PMID:21873635 IBA PANTHER:PTN002485548|UniProtKB:P13035|UniProtKB:P0A9C0 P Aerobic glycerol-3-phosphate dehydrogenase UniProtKB:P18158|PTN000241008 protein NCBITaxon:224308 20180613 GO_Central glycerol-3-phosphate catabolic process -UniProtKB P18158 glpD GO:0004368 PMID:21873635 IBA PANTHER:PTN002485548|UniProtKB:P0A9C0|UniProtKB:P13035 F Aerobic glycerol-3-phosphate dehydrogenase UniProtKB:P18158|PTN000241008 protein NCBITaxon:224308 20180613 GO_Central glycerol-3-phosphate dehydrogenase (quinone) activity -UniProtKB P18157 glpK GO:0005829 PMID:21873635 IBA PANTHER:PTN000023392|MGI:MGI:106594|UniProtKB:P0A6F3|TAIR:locus:2168902|TAIR:locus:2198928 C Glycerol kinase UniProtKB:P18157|PTN000023544 protein NCBITaxon:224308 20190523 GO_Central cytosol -UniProtKB P19465 folE GO:0006729 PMID:21873635 IBA PANTHER:PTN000121833|dictyBase:DDB_G0288481|WB:WBGene00000298|UniProtKB:P30793|FB:FBgn0003162|UniProtKB:P50141 P GTP cyclohydrolase 1 UniProtKB:P19465|PTN000121909 protein NCBITaxon:224308 20200807 GO_Central tetrahydrobiopterin biosynthetic process -UniProtKB P19465 folE GO:0005525 PMID:21873635 IBA PANTHER:PTN000121833|UniProtKB:P0A6T5|RGD:61992|UniProtKB:P30793 F GTP cyclohydrolase 1 UniProtKB:P19465|PTN000121909 protein NCBITaxon:224308 20170228 GO_Central GTP binding -UniProtKB P19465 folE GO:0003934 PMID:21873635 IBA PANTHER:PTN000121833|dictyBase:DDB_G0288481|SGD:S000003499|TAIR:locus:2098525|FB:FBgn0003162|RGD:61992|WB:WBGene00000298|UniProtKB:P0A6T5|MGI:MGI:95675|UniProtKB:Q8I5H7 F GTP cyclohydrolase 1 UniProtKB:P19465|PTN000121909 protein NCBITaxon:224308 20200807 GO_Central GTP cyclohydrolase I activity -UniProtKB P19465 folE GO:0008270 PMID:21873635 IBA PANTHER:PTN000121833|UniProtKB:P0A6T5|UniProtKB:P30793|RGD:61992 F GTP cyclohydrolase 1 UniProtKB:P19465|PTN000121909 protein NCBITaxon:224308 20170228 GO_Central zinc ion binding -UniProtKB P19465 folE GO:0005737 PMID:21873635 IBA PANTHER:PTN000121833|UniProtKB:P50141|UniProtKB:P0A6T5|FB:FBgn0003162|UniProtKB:P30793|dictyBase:DDB_G0288481 C GTP cyclohydrolase 1 UniProtKB:P19465|PTN000121909 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB P19405 phoB GO:0004035 PMID:21873635 IBA PANTHER:PTN000174527|dictyBase:DDB_G0278495|PomBase:SPBC14F5.13c|RGD:621650|RGD:2100|UniProtKB:P10696|RGD:2099|SGD:S000002889|UniProtKB:Q92058|UniProtKB:Q29486|MGI:MGI:108009|UniProtKB:P00634|FB:FBgn0283479|UniProtKB:P05187|FB:FBgn0283480|UniProtKB:P09487|MGI:MGI:87983 F Alkaline phosphatase 3 UniProtKB:P19405|PTN000174685 protein NCBITaxon:224308 20200807 GO_Central alkaline phosphatase activity -UniProtKB P19405 phoB GO:0016311 PMID:21873635 IBA PANTHER:PTN000174527|RGD:2099|UniProtKB:Q29486|SGD:S000002889|UniProtKB:P00634 P Alkaline phosphatase 3 UniProtKB:P19405|PTN000174685 protein NCBITaxon:224308 20191022 GO_Central dephosphorylation -UniProtKB P19947 rpmD GO:0022625 PMID:21873635 IBA PANTHER:PTN001439435|UniProtKB:P0AG51 C 50S ribosomal protein L30 UniProtKB:P19947|PTN001439436 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P19946 rplO GO:0003735 PMID:21873635 IBA PANTHER:PTN000309575|SGD:S000005228 F 50S ribosomal protein L15 UniProtKB:P19946|PTN000309651 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome -UniProtKB P19946 rplO GO:0022625 PMID:21873635 IBA PANTHER:PTN000309650|UniProtKB:P02413 C 50S ribosomal protein L15 UniProtKB:P19946|PTN000309651 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P19669 tal GO:0005622 PMID:21873635 IBA PANTHER:PTN002242159|UniProtKB:P0A867|UniProtKB:P0A870|UniProtKB:Q57X22|SGD:S000004346|TAIR:locus:2202007|TAIR:locus:2181665|RGD:620674 C Transaldolase UniProtKB:P19669|PTN000074414 protein NCBITaxon:224308 20200807 GO_Central intracellular anatomical structure -UniProtKB P19582 hom GO:0009088 PMID:21873635 IBA PANTHER:PTN000752178|UniProtKB:P29365 P Homoserine dehydrogenase UniProtKB:P19582|PTN000487106 protein NCBITaxon:224308 20170228 GO_Central threonine biosynthetic process -UniProtKB P19582 hom GO:0004412 PMID:21873635 IBA PANTHER:PTN000752178|UniProtKB:P29365 F Homoserine dehydrogenase UniProtKB:P19582|PTN000487106 protein NCBITaxon:224308 20170228 GO_Central homoserine dehydrogenase activity -UniProtKB O06493 opuE GO:0035524 PMID:21873635 IBA PANTHER:PTN001371338|UniProtKB:Q9I5F5 P Osmoregulated proline transporter OpuE UniProtKB:O06493|PTN000213755 protein NCBITaxon:224308 20201002 GO_Central proline transmembrane transport -UniProtKB O06493 opuE GO:0005298 PMID:21873635 IBA PANTHER:PTN001371338|UniProtKB:P07117 F Osmoregulated proline transporter OpuE UniProtKB:O06493|PTN000213755 protein NCBITaxon:224308 20170228 GO_Central proline:sodium symporter activity -UniProtKB O06492 gatC GO:0050567 PMID:21873635 IBA PANTHER:PTN000385050|UniProtKB:O43716 F Glutamyl-tRNA(Gln) amidotransferase subunit C UniProtKB:O06492|PTN000385083 protein NCBITaxon:224308 20200313 GO_Central glutaminyl-tRNA synthase (glutamine-hydrolyzing) activity -UniProtKB O06492 gatC GO:0070681 PMID:21873635 IBA PANTHER:PTN000385050|UniProtKB:O43716 P Glutamyl-tRNA(Gln) amidotransferase subunit C UniProtKB:O06492|PTN000385083 protein NCBITaxon:224308 20200313 GO_Central glutaminyl-tRNAGln biosynthesis via transamidation -UniProtKB O07084 czcD GO:0071577 PMID:21873635 IBA PANTHER:PTN000169409|MGI:MGI:1345280|FB:FBgn0028516|UniProtKB:Q22541 P Cadmium, cobalt and zinc/H(+)-K(+) antiporter UniProtKB:O07084|PTN000169783 protein NCBITaxon:224308 20200929 GO_Central zinc ion transmembrane transport -UniProtKB O07084 czcD GO:0005886 PMID:21873635 IBA PANTHER:PTN000169409|FB:FBgn0051860|UniProtKB:Q8IWU4|FB:FBgn0028516|UniProtKB:P75757 C Cadmium, cobalt and zinc/H(+)-K(+) antiporter UniProtKB:O07084|PTN000169783 protein NCBITaxon:224308 20200316 GO_Central plasma membrane -UniProtKB O07084 czcD GO:0005385 PMID:21873635 IBA PANTHER:PTN000169409|FB:FBgn0028516|UniProtKB:Q8IWU4|TAIR:locus:2044382|RGD:3707|UniProtKB:P75757|RGD:619750 F Cadmium, cobalt and zinc/H(+)-K(+) antiporter UniProtKB:O07084|PTN000169783 protein NCBITaxon:224308 20200316 GO_Central zinc ion transmembrane transporter activity -UniProtKB O07020 lutA GO:0005829 PMID:21873635 IBA PANTHER:PTN000767924|UniProtKB:P77252 C Lactate utilization protein A UniProtKB:O07020|PTN000767925 protein NCBITaxon:224308 20170831 GO_Central cytosol -UniProtKB O07020 lutA GO:0004459 PMID:21873635 IBA PANTHER:PTN000767924|UniProtKB:P77252 F Lactate utilization protein A UniProtKB:O07020|PTN000767925 protein NCBITaxon:224308 20170831 GO_Central L-lactate dehydrogenase activity -UniProtKB O07016 yvfR GO:0005886 PMID:21873635 IBA PANTHER:PTN002516950|UniProtKB:P0A9V1 C Uncharacterized ABC transporter ATP-binding protein YvfR UniProtKB:O07016|PTN000655678 protein NCBITaxon:224308 20200810 GO_Central plasma membrane -UniProtKB O07011 ganQ GO:0015423 PMID:21873635 IBA PANTHER:PTN000789937|UniProtKB:P68183 F Putative arabinogalactan oligomer transport system permease protein GanQ UniProtKB:O07011|PTN000789940 protein NCBITaxon:224308 20170228 GO_Central ABC-type maltose transporter activity -UniProtKB O07011 ganQ GO:0015768 PMID:21873635 IBA PANTHER:PTN000789937|UniProtKB:P68183 P Putative arabinogalactan oligomer transport system permease protein GanQ UniProtKB:O07011|PTN000789940 protein NCBITaxon:224308 20170228 GO_Central maltose transport -UniProtKB O07011 ganQ GO:0042956 PMID:21873635 IBA PANTHER:PTN000789937|UniProtKB:P68183 P Putative arabinogalactan oligomer transport system permease protein GanQ UniProtKB:O07011|PTN000789940 protein NCBITaxon:224308 20170228 GO_Central maltodextrin transport -UniProtKB O07009 cycB GO:0042956 PMID:21873635 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 P Cyclodextrin-binding protein UniProtKB:O07009|PTN000789616 protein NCBITaxon:224308 20190829 GO_Central maltodextrin transport -UniProtKB O07009 cycB GO:0015768 PMID:21873635 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 P Cyclodextrin-binding protein UniProtKB:O07009|PTN000789616 protein NCBITaxon:224308 20190829 GO_Central maltose transport -UniProtKB O07009 cycB GO:1901982 PMID:21873635 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 F Cyclodextrin-binding protein UniProtKB:O07009|PTN000789616 protein NCBITaxon:224308 20190829 GO_Central maltose binding -UniProtKB O07009 cycB GO:0055052 PMID:21873635 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 C Cyclodextrin-binding protein UniProtKB:O07009|PTN000789616 protein NCBITaxon:224308 20190829 GO_Central ATP-binding cassette (ABC) transporter complex, substrate-binding subunit-containing -UniProtKB O07003 levB GO:0004575 PMID:21873635 IBA PANTHER:PTN000765847|PomBase:SPCC191.11 F Levanbiose-producing levanase UniProtKB:O07003|PTN000765876 protein NCBITaxon:224308 20170228 GO_Central sucrose alpha-glucosidase activity -UniProtKB O07003 levB GO:0005987 PMID:21873635 IBA PANTHER:PTN000765847|SGD:S000001424|PomBase:SPCC191.11 P Levanbiose-producing levanase UniProtKB:O07003|PTN000765876 protein NCBITaxon:224308 20170228 GO_Central sucrose catabolic process -UniProtKB O34512 yfmM GO:0005524 PMID:21873635 IBA PANTHER:PTN000442080|PomBase:SPAC3C7.08c|UniProtKB:Q8NE71|UniProtKB:P39115 F Uncharacterized ABC transporter ATP-binding protein YfmM UniProtKB:O34512|PTN000442314 protein NCBITaxon:224308 20200808 GO_Central ATP binding -UniProtKB O34504 yceB GO:0005829 PMID:21873635 IBA PANTHER:PTN001248648|UniProtKB:P0ADV5 C Uncharacterized protein YceB UniProtKB:O34504|PTN001248671 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O34502 yvkA GO:0022857 PMID:21873635 IBA PANTHER:PTN000605491|SGD:S000001032|UniProtKB:P9WJX3|UniProtKB:Q8X1Z7|SGD:S000000574|UniProtKB:P0AEJ0|SGD:S000000791|CGD:CAL0000196424|PomBase:SPBC12C2.13c|SGD:S000000575|SGD:S000006402|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000001039|SGD:S000003456|SGD:S000000497|SGD:S000005518|PomBase:SPBC3E7.06c|UniProtKB:P9WJY3|SGD:S000004694 F Uncharacterized MFS-type transporter YvkA UniProtKB:O34502|PTN000606058 protein NCBITaxon:224308 20201206 GO_Central transmembrane transporter activity -UniProtKB O34502 yvkA GO:0005887 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P9WJY3|UniProtKB:Q6C8F0|SGD:S000006402 C Uncharacterized MFS-type transporter YvkA UniProtKB:O34502|PTN000606058 protein NCBITaxon:224308 20201206 GO_Central integral component of plasma membrane -UniProtKB O34502 yvkA GO:0055085 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P52600|SGD:S000000497|UniProtKB:P9WJY3|PomBase:SPBC3E7.06c|SGD:S000003456|PomBase:SPBC460.03|SGD:S000006402|SGD:S000000575|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|PomBase:SPBC12C2.13c|PomBase:SPBC4F6.09|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000000574|UniProtKB:P9WJX3 P Uncharacterized MFS-type transporter YvkA UniProtKB:O34502|PTN000606058 protein NCBITaxon:224308 20201206 GO_Central transmembrane transport -UniProtKB O34499 pgl GO:0017057 PMID:21873635 IBA PANTHER:PTN001251230|UniProtKB:P52697 F 6-phosphogluconolactonase UniProtKB:O34499|PTN000768699 protein NCBITaxon:224308 20170228 GO_Central 6-phosphogluconolactonase activity -UniProtKB O34499 pgl GO:0005829 PMID:21873635 IBA PANTHER:PTN000768698|UniProtKB:P52697 C 6-phosphogluconolactonase UniProtKB:O34499|PTN000768699 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O34497 ykgA GO:0019546 PMID:21873635 IBA PANTHER:PTN000978201|UniProtKB:P13981 P Uncharacterized protein YkgA UniProtKB:O34497|PTN000296975 protein NCBITaxon:224308 20170601 GO_Central arginine deiminase pathway -UniProtKB O34497 ykgA GO:0016990 PMID:21873635 IBA PANTHER:PTN000978201|UniProtKB:P13981 F Uncharacterized protein YkgA UniProtKB:O34497|PTN000296975 protein NCBITaxon:224308 20170601 GO_Central arginine deiminase activity -UniProtKB O34482 ansZ GO:0004067 PMID:21873635 IBA PANTHER:PTN000194668|SGD:S000004148|SGD:S000002729|SGD:S000004147|SGD:S000004150|UniProtKB:P00805|SGD:S000004145 F L-asparaginase 2 UniProtKB:O34482|PTN000194688 protein NCBITaxon:224308 20170228 GO_Central asparaginase activity -UniProtKB O34482 ansZ GO:0006530 PMID:21873635 IBA PANTHER:PTN000194668|SGD:S000004145|SGD:S000004150|SGD:S000004147|SGD:S000002729|SGD:S000004148 P L-asparaginase 2 UniProtKB:O34482|PTN000194688 protein NCBITaxon:224308 20170228 GO_Central asparagine catabolic process -UniProtKB O34482 ansZ GO:0042597 PMID:21873635 IBA PANTHER:PTN000194668|SGD:S000004150|SGD:S000004147|SGD:S000004148|SGD:S000004145|UniProtKB:P00805 C L-asparaginase 2 UniProtKB:O34482|PTN000194688 protein NCBITaxon:224308 20181004 GO_Central periplasmic space -UniProtKB O34481 yrrC GO:0009338 PMID:21873635 IBA PANTHER:PTN000095219|UniProtKB:P04993 C ATP-dependent RecD-like DNA helicase UniProtKB:O34481|PTN000854631 protein NCBITaxon:224308 20190523 GO_Central exodeoxyribonuclease V complex -UniProtKB O34481 yrrC GO:0006310 PMID:21873635 IBA PANTHER:PTN000095219|UniProtKB:P04993 P ATP-dependent RecD-like DNA helicase UniProtKB:O34481|PTN000854631 protein NCBITaxon:224308 20190523 GO_Central DNA recombination -UniProtKB O34481 yrrC GO:0017116 PMID:21873635 IBA PANTHER:PTN000095219|UniProtKB:P04993 F ATP-dependent RecD-like DNA helicase UniProtKB:O34481|PTN000854631 protein NCBITaxon:224308 20190523 GO_Central single-stranded DNA helicase activity -UniProtKB O34481 yrrC GO:0043139 PMID:21873635 IBA PANTHER:PTN002465187|UniProtKB:P38935|SGD:S000001500|UniProtKB:Q9RT63 F ATP-dependent RecD-like DNA helicase UniProtKB:O34481|PTN000854631 protein NCBITaxon:224308 20200923 GO_Central 5'-3' DNA helicase activity -UniProtKB O34476 ytkP GO:0080146 PMID:21873635 IBA PANTHER:PTN000034535|UniProtKB:P0ABK5|UniProtKB:P16703 F Probable cysteine synthase UniProtKB:O34476|PTN000034537 protein NCBITaxon:224308 20200807 GO_Central L-cysteine desulfhydrase activity -UniProtKB O34476 ytkP GO:0030170 PMID:21873635 IBA PANTHER:PTN000034104|UniProtKB:P9WP53|WB:WBGene00013866|UniProtKB:P9WG59|UniProtKB:Q79FV4|UniProtKB:P35520|TAIR:locus:2143754|UniProtKB:P0ABK5|UniProtKB:P9WP55 F Probable cysteine synthase UniProtKB:O34476|PTN000034537 protein NCBITaxon:224308 20200807 GO_Central pyridoxal phosphate binding -UniProtKB O34476 ytkP GO:0005737 PMID:21873635 IBA PANTHER:PTN000034104|TAIR:locus:2082837|TAIR:locus:2043964|UniProtKB:Q43725|UniProtKB:P0ABK5|TAIR:locus:2096454|UniProtKB:P35520|TAIR:locus:2130419|SGD:S000003387|WB:WBGene00013866|TAIR:locus:2123939 C Probable cysteine synthase UniProtKB:O34476|PTN000034537 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB O34475 yfkO GO:0005829 PMID:21873635 IBA PANTHER:PTN001494612|UniProtKB:P38489 C Putative NAD(P)H nitroreductase YfkO UniProtKB:O34475|PTN000546641 protein NCBITaxon:224308 20170602 GO_Central cytosol -UniProtKB O34475 yfkO GO:0046256 PMID:21873635 IBA PANTHER:PTN001494612|UniProtKB:P38489 P Putative NAD(P)H nitroreductase YfkO UniProtKB:O34475|PTN000546641 protein NCBITaxon:224308 20170602 GO_Central 2,4,6-trinitrotoluene catabolic process -UniProtKB O34475 yfkO GO:0018545 PMID:21873635 IBA PANTHER:PTN001494612|UniProtKB:P38489 F Putative NAD(P)H nitroreductase YfkO UniProtKB:O34475|PTN000546641 protein NCBITaxon:224308 20170602 GO_Central NAD(P)H nitroreductase activity -UniProtKB O34475 yfkO GO:0016491 PMID:21873635 IBA PANTHER:PTN000546607|UniProtKB:P38489|UniProtKB:A0A287BQ51|MGI:MGI:1917587|UniProtKB:Q6PHW0 F Putative NAD(P)H nitroreductase YfkO UniProtKB:O34475|PTN000546641 protein NCBITaxon:224308 20210128 GO_Central oxidoreductase activity -UniProtKB O34472 yrrI GO:0055085 PMID:21873635 IBA PANTHER:PTN000496647|UniProtKB:P0AFS5 P Putative transport protein YrrI UniProtKB:O34472|PTN000496699 protein NCBITaxon:224308 20170228 GO_Central transmembrane transport -UniProtKB O34459 hisZ GO:0006427 PMID:21873635 IBA PANTHER:PTN000159104|UniProtKB:P60906 P ATP phosphoribosyltransferase regulatory subunit UniProtKB:O34459|PTN000159092 protein NCBITaxon:224308 20170228 GO_Central histidyl-tRNA aminoacylation -UniProtKB O34459 hisZ GO:0004821 PMID:21873635 IBA PANTHER:PTN000159104|UniProtKB:P60906 F ATP phosphoribosyltransferase regulatory subunit UniProtKB:O34459|PTN000159092 protein NCBITaxon:224308 20170228 GO_Central histidine-tRNA ligase activity -UniProtKB O34457 moaB GO:0005829 PMID:21873635 IBA PANTHER:PTN002456460|UniProtKB:P0AEZ9 C Molybdenum cofactor biosynthesis protein B UniProtKB:O34457|PTN000022868 protein NCBITaxon:224308 20170427 GO_Central cytosol -UniProtKB O34453 nos GO:0004517 PMID:21873635 IBA PANTHER:PTN002459248|UniProtKB:O34453|UniProtKB:Q9RR97 F Nitric oxide synthase oxygenase UniProtKB:O34453|PTN002459252 protein NCBITaxon:224308 20170228 GO_Central nitric-oxide synthase activity -UniProtKB O34453 nos GO:0006809 PMID:21873635 IBA PANTHER:PTN002459248|UniProtKB:O34453|UniProtKB:Q9RR97 P Nitric oxide synthase oxygenase UniProtKB:O34453|PTN002459252 protein NCBITaxon:224308 20170228 GO_Central nitric oxide biosynthetic process -UniProtKB O34451 yvrB GO:0005887 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P06609 C Uncharacterized ABC transporter permease protein YvrB UniProtKB:O34451|PTN000766034 protein NCBITaxon:224308 20190116 GO_Central integral component of plasma membrane -UniProtKB O34451 yvrB GO:0022857 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P06972|UniProtKB:P06609|UniProtKB:P23876|UniProtKB:P15029|UniProtKB:P15030 F Uncharacterized ABC transporter permease protein YvrB UniProtKB:O34451|PTN000766034 protein NCBITaxon:224308 20190116 GO_Central transmembrane transporter activity -UniProtKB O34451 yvrB GO:0033214 PMID:21873635 IBA PANTHER:PTN001253116|UniProtKB:P06972|UniProtKB:P15030|UniProtKB:P15029 P Uncharacterized ABC transporter permease protein YvrB UniProtKB:O34451|PTN000766034 protein NCBITaxon:224308 20201206 GO_Central siderophore-dependent iron import into cell -UniProtKB O34436 pit GO:0005887 PMID:21873635 IBA PANTHER:PTN000120970|UniProtKB:Q8IDS7 C Probable low-affinity inorganic phosphate transporter UniProtKB:O34436|PTN000121104 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB O34436 pit GO:0005315 PMID:21873635 IBA PANTHER:PTN000120970|UniProtKB:P43676|SGD:S000000500|UniProtKB:P0AFJ7 F Probable low-affinity inorganic phosphate transporter UniProtKB:O34436|PTN000121104 protein NCBITaxon:224308 20170228 GO_Central inorganic phosphate transmembrane transporter activity -UniProtKB O34436 pit GO:0035435 PMID:21873635 IBA PANTHER:PTN000120970|SGD:S000000500|UniProtKB:P43676|UniProtKB:P0AFJ7 P Probable low-affinity inorganic phosphate transporter UniProtKB:O34436|PTN000121104 protein NCBITaxon:224308 20170228 GO_Central phosphate ion transmembrane transport -UniProtKB O34427 citS GO:0000155 PMID:21873635 IBA PANTHER:PTN001976058|UniProtKB:P0AEC8 F Sensor protein CitS UniProtKB:O34427|PTN000724604 protein NCBITaxon:224308 20170427 GO_Central phosphorelay sensor kinase activity -UniProtKB O34425 gapB GO:0051287 PMID:21873635 IBA PANTHER:PTN001652504|UniProtKB:P0A9B6|UniProtKB:P9WN83|UniProtKB:P17721|UniProtKB:P09124 F Glyceraldehyde-3-phosphate dehydrogenase 2 UniProtKB:O34425|PTN000089738 protein NCBITaxon:224308 20170421 GO_Central NAD binding -UniProtKB O34425 gapB GO:0004365 PMID:21873635 IBA PANTHER:PTN001652504|UniProtKB:P09124|UniProtKB:P9WN83|UniProtKB:P47543|UniProtKB:P0A9B6 F Glyceraldehyde-3-phosphate dehydrogenase 2 UniProtKB:O34425|PTN000089738 protein NCBITaxon:224308 20170421 GO_Central glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity -UniProtKB O34425 gapB GO:0006006 PMID:21873635 IBA PANTHER:PTN001652504|UniProtKB:O34425|UniProtKB:P0A9B6 P Glyceraldehyde-3-phosphate dehydrogenase 2 UniProtKB:O34425|PTN000089738 protein NCBITaxon:224308 20170421 GO_Central glucose metabolic process -UniProtKB O34403 mutM GO:0006284 PMID:21873635 IBA PANTHER:PTN000542974|UniProtKB:P05523|MGI:MGI:2384588|UniProtKB:P9WNC3|UniProtKB:Q8TAT5|UniProtKB:Q96FI4 P Formamidopyrimidine-DNA glycosylase UniProtKB:O34403|PTN000543067 protein NCBITaxon:224308 20170620 GO_Central base-excision repair -UniProtKB O34403 mutM GO:0003906 PMID:21873635 IBA PANTHER:PTN000542974|UniProtKB:Q8TAT5|MGI:MGI:2384588|UniProtKB:P05523 F Formamidopyrimidine-DNA glycosylase UniProtKB:O34403|PTN000543067 protein NCBITaxon:224308 20170620 GO_Central DNA-(apurinic or apyrimidinic site) endonuclease activity -UniProtKB O34403 mutM GO:0006285 PMID:21873635 IBA PANTHER:PTN000543066|UniProtKB:P05523 P Formamidopyrimidine-DNA glycosylase UniProtKB:O34403|PTN000543067 protein NCBITaxon:224308 20170620 GO_Central base-excision repair, AP site formation -UniProtKB O34403 mutM GO:0034039 PMID:21873635 IBA PANTHER:PTN000543066|UniProtKB:P9WNC3 F Formamidopyrimidine-DNA glycosylase UniProtKB:O34403|PTN000543067 protein NCBITaxon:224308 20170620 GO_Central 8-oxo-7,8-dihydroguanine DNA N-glycosylase activity -UniProtKB O34403 mutM GO:0019104 PMID:21873635 IBA PANTHER:PTN000542974|UniProtKB:Q8TAT5|UniProtKB:A0A1D8PPQ0|MGI:MGI:2384588|UniProtKB:P05523|UniProtKB:P9WNC3|MGI:MGI:1920024|TAIR:locus:2035195 F Formamidopyrimidine-DNA glycosylase UniProtKB:O34403|PTN000543067 protein NCBITaxon:224308 20200809 GO_Central DNA N-glycosylase activity -UniProtKB P0CW82 ebrB GO:0022857 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69937|UniProtKB:P76474|UniProtKB:P9WGF1|UniProtKB:P69210|UniProtKB:P23895|UniProtKB:Q47377|UniProtKB:P69212 F Multidrug resistance protein EbrB UniProtKB:P0CW82|PTN001254641 protein NCBITaxon:224308 20200809 GO_Central transmembrane transporter activity -UniProtKB P0CW82 ebrB GO:0055085 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P69937|UniProtKB:P23895|UniProtKB:P69210|UniProtKB:P9WGF1 P Multidrug resistance protein EbrB UniProtKB:P0CW82|PTN001254641 protein NCBITaxon:224308 20201001 GO_Central transmembrane transport -UniProtKB P0CW82 ebrB GO:0005887 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69210 C Multidrug resistance protein EbrB UniProtKB:P0CW82|PTN001254641 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB O34391 xlyB GO:0008745 PMID:21873635 IBA PANTHER:PTN001252273|UniProtKB:P75820|UniProtKB:Q9I5D1|UniProtKB:Q9HT86|UniProtKB:G3XCW9 F N-acetylmuramoyl-L-alanine amidase XlyB UniProtKB:O34391|PTN004741570 protein NCBITaxon:224308 20170228 GO_Central N-acetylmuramoyl-L-alanine amidase activity -UniProtKB O34391 xlyB GO:0009254 PMID:21873635 IBA PANTHER:PTN001252273|UniProtKB:P13016 P N-acetylmuramoyl-L-alanine amidase XlyB UniProtKB:O34391|PTN004741570 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan turnover -UniProtKB O34391 xlyB GO:0009253 PMID:21873635 IBA PANTHER:PTN001252273|UniProtKB:P75820 P N-acetylmuramoyl-L-alanine amidase XlyB UniProtKB:O34391|PTN004741570 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan catabolic process -UniProtKB O34389 malS GO:0006108 PMID:21873635 IBA PANTHER:PTN000601050|TAIR:locus:2180547|TAIR:locus:2017854|TAIR:locus:2127038|UniProtKB:P48163|UniProtKB:Q16798|TAIR:locus:2052045|PomBase:SPCC794.12c|FB:FBgn0002719|TAIR:locus:2181980|TAIR:locus:2054085 P Probable NAD-dependent malic enzyme 3 UniProtKB:O34389|PTN000601201 protein NCBITaxon:224308 20170228 GO_Central malate metabolic process -UniProtKB O34389 malS GO:0005829 PMID:21873635 IBA PANTHER:PTN002361249|UniProtKB:P26616 C Probable NAD-dependent malic enzyme 3 UniProtKB:O34389|PTN000601201 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O34389 malS GO:0006090 PMID:21873635 IBA PANTHER:PTN000601050|UniProtKB:Q16798|SGD:S000001512|PomBase:SPCC794.12c P Probable NAD-dependent malic enzyme 3 UniProtKB:O34389|PTN000601201 protein NCBITaxon:224308 20170228 GO_Central pyruvate metabolic process -UniProtKB O34389 malS GO:0004470 PMID:21873635 IBA PANTHER:PTN000601050|PomBase:SPCC794.12c|FB:FBgn0002719|TAIR:locus:2052045|TAIR:locus:2054085|TAIR:locus:2181980|UniProtKB:P48163|TAIR:locus:2127038|UniProtKB:P26616|UniProtKB:Q16798|TAIR:locus:2017854|SGD:S000001512|MGI:MGI:97043|RGD:3074|TAIR:locus:2180547|UniProtKB:P23368 F Probable NAD-dependent malic enzyme 3 UniProtKB:O34389|PTN000601201 protein NCBITaxon:224308 20170228 GO_Central malic enzyme activity -UniProtKB O34381 pksA GO:0000976 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P32265|UniProtKB:Q9HZJ9|UniProtKB:Q9KR96|UniProtKB:Q9HXS0|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HY46 F HTH-type transcriptional regulator PksA UniProtKB:O34381|PTN007823456 protein NCBITaxon:224308 20190822 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O34381 pksA GO:0003700 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:P0ACS9 F HTH-type transcriptional regulator PksA UniProtKB:O34381|PTN007823456 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB O34381 pksA GO:0006355 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:G3XCU9|UniProtKB:P0ACT6|UniProtKB:P75952|UniProtKB:P9WMC1|UniProtKB:P9WMB9|UniProtKB:P32265|UniProtKB:Q9HXS0|UniProtKB:Q9HZJ9|UniProtKB:P0ACS9|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:Q9HY46|UniProtKB:Q9HXW2|UniProtKB:Q9HZW2|UniProtKB:P39334|UniProtKB:P0ACU0 P HTH-type transcriptional regulator PksA UniProtKB:O34381|PTN007823456 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB O34376 yobR GO:0017189 PMID:21873635 IBA PANTHER:PTN002462111|UniProtKB:P0A944 P Uncharacterized N-acetyltransferase YobR UniProtKB:O34376|PTN000558538 protein NCBITaxon:224308 20170502 GO_Central N-terminal peptidyl-alanine acetylation -UniProtKB O34376 yobR GO:0016747 PMID:21873635 IBA PANTHER:PTN001895304|UniProtKB:I6YG32|UniProtKB:P9WJM7|UniProtKB:P46854|UniProtKB:P0A944 F Uncharacterized N-acetyltransferase YobR UniProtKB:O34376|PTN000558538 protein NCBITaxon:224308 20200810 GO_Central transferase activity, transferring acyl groups other than amino-acyl groups -UniProtKB O34376 yobR GO:0008999 PMID:21873635 IBA PANTHER:PTN002462111|UniProtKB:P0A944 F Uncharacterized N-acetyltransferase YobR UniProtKB:O34376|PTN000558538 protein NCBITaxon:224308 20170502 GO_Central ribosomal-protein-alanine N-acetyltransferase activity -UniProtKB O34374 yjiB GO:0006707 PMID:21873635 IBA PANTHER:PTN001209364|UniProtKB:P9WPL5|UniProtKB:P9WPP1 P Putative cytochrome P450 YjiB UniProtKB:O34374|PTN001209365 protein NCBITaxon:224308 20170228 GO_Central cholesterol catabolic process -UniProtKB O34374 yjiB GO:0036199 PMID:21873635 IBA PANTHER:PTN001209364|UniProtKB:P9WPL5|UniProtKB:P9WPP1|UniProtKB:P9WPP3 F Putative cytochrome P450 YjiB UniProtKB:O34374|PTN001209365 protein NCBITaxon:224308 20170228 GO_Central cholest-4-en-3-one 26-monooxygenase activity -UniProtKB O34374 yjiB GO:0008395 PMID:21873635 IBA PANTHER:PTN001209364|UniProtKB:P9WPP3|UniProtKB:P9WPL5|UniProtKB:P9WPP1 F Putative cytochrome P450 YjiB UniProtKB:O34374|PTN001209365 protein NCBITaxon:224308 20170228 GO_Central steroid hydroxylase activity -UniProtKB O34368 gutA GO:0005215 PMID:21873635 IBA PANTHER:PTN000140373|MGI:MGI:3583946|UniProtKB:P02921|MGI:MGI:1923824|UniProtKB:Q8NA29|UniProtKB:A6NFX1|UniProtKB:P32136 F Probable glucitol transport protein GutA UniProtKB:O34368|PTN000140513 protein NCBITaxon:224308 20200807 GO_Central transporter activity -UniProtKB O34368 gutA GO:0005887 PMID:21873635 IBA PANTHER:PTN000140373|MGI:MGI:3583946|UniProtKB:P02921|MGI:MGI:1923824|UniProtKB:A6NFX1 C Probable glucitol transport protein GutA UniProtKB:O34368|PTN000140513 protein NCBITaxon:224308 20181024 GO_Central integral component of plasma membrane -UniProtKB O34368 gutA GO:0071702 PMID:21873635 IBA PANTHER:PTN000140373|UniProtKB:Q8NA29|MGI:MGI:1923824|UniProtKB:P02921|ZFIN:ZDB-GENE-041114-166|ZFIN:ZDB-GENE-040801-89|MGI:MGI:3583946|UniProtKB:A6NFX1 P Probable glucitol transport protein GutA UniProtKB:O34368|PTN000140513 protein NCBITaxon:224308 20200807 GO_Central organic substance transport -UniProtKB O34364 ycdG GO:0004556 PMID:21873635 IBA PANTHER:PTN000040102|UniProtKB:Q8A1G3 F Probable oligo-1,6-glucosidase 2 UniProtKB:O34364|PTN000040267 protein NCBITaxon:224308 20180306 GO_Central alpha-amylase activity -UniProtKB O34364 ycdG GO:0009313 PMID:21873635 IBA PANTHER:PTN000040102|SGD:S000001434|UniProtKB:P28904|SGD:S000005517|SGD:S000003757|SGD:S000000503|SGD:S000003524|SGD:S000003752|SGD:S000003519|UniProtKB:A0A1D8PUB9 P Probable oligo-1,6-glucosidase 2 UniProtKB:O34364|PTN000040267 protein NCBITaxon:224308 20200807 GO_Central oligosaccharide catabolic process -UniProtKB O34363 yobN GO:0009063 PMID:21873635 IBA PANTHER:PTN000843494|MGI:MGI:2140628 P Putative L-amino-acid oxidase YobN UniProtKB:O34363|PTN000078312 protein NCBITaxon:224308 20171019 GO_Central cellular amino acid catabolic process -UniProtKB O34363 yobN GO:0016491 PMID:21873635 IBA PANTHER:PTN000743742|UniProtKB:Q7XR46|UniProtKB:Q6QHF9|MGI:MGI:109552|UniProtKB:Q8NB78|TAIR:locus:2134393|MGI:MGI:1916983|SGD:S000004622|TAIR:locus:2114789|UniProtKB:Q0J290|MGI:MGI:2145261|UniProtKB:Q0J954|UniProtKB:P60200|TAIR:locus:2053723|UniProtKB:O60341|TAIR:locus:2173219|UniProtKB:Q9NWM0|UniProtKB:Q5NAI7|TAIR:locus:2018571|TAIR:locus:2077670|UniProtKB:O64411|RGD:1306049|RGD:1561125|MGI:MGI:2445356|MGI:MGI:1196256|UniProtKB:Q7X809|MGI:MGI:2140628 F Putative L-amino-acid oxidase YobN UniProtKB:O34363|PTN000078312 protein NCBITaxon:224308 20200807 GO_Central oxidoreductase activity -UniProtKB O34363 yobN GO:0001716 PMID:21873635 IBA PANTHER:PTN000843494|MGI:MGI:2140628|MGI:MGI:109552 F Putative L-amino-acid oxidase YobN UniProtKB:O34363|PTN000078312 protein NCBITaxon:224308 20171019 GO_Central L-amino-acid oxidase activity -UniProtKB O34363 yobN GO:0046592 PMID:21873635 IBA PANTHER:PTN000077987|UniProtKB:Q6QHF9|SGD:S000004622|MGI:MGI:1916983|RGD:1561125|MGI:MGI:2445356|RGD:1306049|UniProtKB:Q9NWM0 F Putative L-amino-acid oxidase YobN UniProtKB:O34363|PTN000078312 protein NCBITaxon:224308 20200807 GO_Central polyamine oxidase activity -UniProtKB O34362 ykoD GO:0042626 PMID:21873635 IBA PANTHER:PTN000656738|UniProtKB:Q9I183 F Putative HMP/thiamine import ATP-binding protein YkoD UniProtKB:O34362|PTN000656734 protein NCBITaxon:224308 20170601 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB O34362 ykoD GO:0005524 PMID:21873635 IBA PANTHER:PTN000656738|UniProtKB:Q9X1Z1|UniProtKB:Q9WY65 F Putative HMP/thiamine import ATP-binding protein YkoD UniProtKB:O34362|PTN000656734 protein NCBITaxon:224308 20170601 GO_Central ATP binding -UniProtKB O34362 ykoD GO:0043190 PMID:21873635 IBA PANTHER:PTN000656738|UniProtKB:Q05596 C Putative HMP/thiamine import ATP-binding protein YkoD UniProtKB:O34362|PTN000656734 protein NCBITaxon:224308 20170601 GO_Central ATP-binding cassette (ABC) transporter complex -UniProtKB O34354 uxaB GO:0009026 PMID:21873635 IBA PANTHER:PTN004742661|UniProtKB:P0A6L7 F Altronate oxidoreductase UniProtKB:O34354|PTN000767606 protein NCBITaxon:224308 20170228 GO_Central tagaturonate reductase activity -UniProtKB O34354 uxaB GO:0019698 PMID:21873635 IBA PANTHER:PTN004742661|UniProtKB:P0A6L7 P Altronate oxidoreductase UniProtKB:O34354|PTN000767606 protein NCBITaxon:224308 20170228 GO_Central D-galacturonate catabolic process -UniProtKB O34354 uxaB GO:0019592 PMID:21873635 IBA PANTHER:PTN001253973|UniProtKB:P09424 P Altronate oxidoreductase UniProtKB:O34354|PTN000767606 protein NCBITaxon:224308 20170228 GO_Central mannitol catabolic process -UniProtKB O34354 uxaB GO:0008926 PMID:21873635 IBA PANTHER:PTN001253973|UniProtKB:P09424 F Altronate oxidoreductase UniProtKB:O34354|PTN000767606 protein NCBITaxon:224308 20170228 GO_Central mannitol-1-phosphate 5-dehydrogenase activity -UniProtKB O34354 uxaB GO:0005829 PMID:21873635 IBA PANTHER:PTN001253973|UniProtKB:P09424 C Altronate oxidoreductase UniProtKB:O34354|PTN000767606 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O34348 yfmC GO:0030288 PMID:21873635 IBA PANTHER:PTN001254050|UniProtKB:P0AEL6|UniProtKB:P07822 C Fe(3+)-citrate-binding protein YfmC UniProtKB:O34348|PTN000776222 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space -UniProtKB O34347 argG GO:0004055 PMID:21873635 IBA PANTHER:PTN000172504|SGD:S000005419|UniProtKB:Q5ZJ23|UniProtKB:P00966|PomBase:SPBC428.05c|RGD:2163 F Argininosuccinate synthase UniProtKB:O34347|PTN000172576 protein NCBITaxon:224308 20200807 GO_Central argininosuccinate synthase activity -UniProtKB O34347 argG GO:0005737 PMID:21873635 IBA PANTHER:PTN000172504|TAIR:locus:2126803|MGI:MGI:88090|UniProtKB:P0A6E4|SGD:S000005419|RGD:2163|UniProtKB:P00966 C Argininosuccinate synthase UniProtKB:O34347|PTN000172576 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB O34347 argG GO:0006526 PMID:21873635 IBA PANTHER:PTN000172504|PomBase:SPBC428.05c|RGD:2163|UniProtKB:P00966|SGD:S000005419|UniProtKB:A0A1D8PRR5 P Argininosuccinate synthase UniProtKB:O34347|PTN000172576 protein NCBITaxon:224308 20170228 GO_Central arginine biosynthetic process -UniProtKB O34347 argG GO:0000050 PMID:21873635 IBA PANTHER:PTN000172504|RGD:2163|UniProtKB:P00966 P Argininosuccinate synthase UniProtKB:O34347|PTN000172576 protein NCBITaxon:224308 20170228 GO_Central urea cycle -UniProtKB O34347 argG GO:0000053 PMID:21873635 IBA PANTHER:PTN000172504|UniProtKB:P00966|RGD:2163 P Argininosuccinate synthase UniProtKB:O34347|PTN000172576 protein NCBITaxon:224308 20170228 GO_Central argininosuccinate metabolic process -UniProtKB O34346 uxuA GO:0008198 PMID:21873635 IBA PANTHER:PTN001251885|UniProtKB:P24215 F Mannonate dehydratase UniProtKB:O34346|PTN000769601 protein NCBITaxon:224308 20170228 GO_Central ferrous iron binding -UniProtKB O34346 uxuA GO:0042840 PMID:21873635 IBA PANTHER:PTN001251885|UniProtKB:P24215 P Mannonate dehydratase UniProtKB:O34346|PTN000769601 protein NCBITaxon:224308 20170228 GO_Central D-glucuronate catabolic process -UniProtKB O34346 uxuA GO:0030145 PMID:21873635 IBA PANTHER:PTN001251885|UniProtKB:P24215 F Mannonate dehydratase UniProtKB:O34346|PTN000769601 protein NCBITaxon:224308 20170228 GO_Central manganese ion binding -UniProtKB O34346 uxuA GO:0008927 PMID:21873635 IBA PANTHER:PTN001251885|UniProtKB:P24215 F Mannonate dehydratase UniProtKB:O34346|PTN000769601 protein NCBITaxon:224308 20170228 GO_Central mannonate dehydratase activity -UniProtKB O34338 mntB GO:0043190 PMID:21873635 IBA PANTHER:PTN001198668|UniProtKB:P06611 C Manganese transport system ATP-binding protein MntB UniProtKB:O34338|PTN000655658 protein NCBITaxon:224308 20170511 GO_Central ATP-binding cassette (ABC) transporter complex -UniProtKB O34338 mntB GO:0042626 PMID:21873635 IBA PANTHER:PTN001198668|UniProtKB:P06611 F Manganese transport system ATP-binding protein MntB UniProtKB:O34338|PTN000655658 protein NCBITaxon:224308 20210102 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB O34325 ytrP GO:0052621 PMID:21873635 IBA PANTHER:PTN002895344|UniProtKB:Q9HXT9|UniProtKB:Q9I4M8|UniProtKB:P76330|UniProtKB:P77302|UniProtKB:Q9HYQ2|UniProtKB:Q9HW69|UniProtKB:P31129|UniProtKB:Q9HT84|UniProtKB:P0AAP1|UniProtKB:P46139|UniProtKB:Q9HZX6|UniProtKB:Q9HUW7|UniProtKB:P0AA89|UniProtKB:Q9HZ57 F Uncharacterized protein YtrP UniProtKB:O34325|PTN002895403 protein NCBITaxon:224308 20200810 GO_Central diguanylate cyclase activity -UniProtKB O34325 ytrP GO:0043709 PMID:21873635 IBA PANTHER:PTN002895351|UniProtKB:P31129 P Uncharacterized protein YtrP UniProtKB:O34325|PTN002895403 protein NCBITaxon:224308 20180209 GO_Central cell adhesion involved in single-species biofilm formation -UniProtKB O34325 ytrP GO:0005886 PMID:21873635 IBA PANTHER:PTN002895351|UniProtKB:P75801|UniProtKB:P76330|UniProtKB:P76147|UniProtKB:P46139|UniProtKB:P76237|UniProtKB:P76236 C Uncharacterized protein YtrP UniProtKB:O34325|PTN002895403 protein NCBITaxon:224308 20180209 GO_Central plasma membrane -UniProtKB O34325 ytrP GO:1902201 PMID:21873635 IBA PANTHER:PTN002895351|UniProtKB:P76330|UniProtKB:P76236|UniProtKB:P46139|UniProtKB:P76237 P Uncharacterized protein YtrP UniProtKB:O34325|PTN002895403 protein NCBITaxon:224308 20180209 GO_Central negative regulation of bacterial-type flagellum-dependent cell motility -UniProtKB O34324 acoL GO:0004148 PMID:21873635 IBA PANTHER:PTN000530299|UniProtKB:P0A9P0|TAIR:locus:2089030|UniProtKB:P9WHH9|RGD:735073|UniProtKB:Q8IAZ6|SGD:S000001876|UniProtKB:P09622|MGI:MGI:107450|UniProtKB:O81413 F Dihydrolipoyl dehydrogenase UniProtKB:O34324|PTN000530745 protein NCBITaxon:224308 20200219 GO_Central dihydrolipoyl dehydrogenase activity -UniProtKB O34324 acoL GO:0050660 PMID:21873635 IBA PANTHER:PTN000530299|UniProtKB:P9WHH9|UniProtKB:P27306|UniProtKB:P9WHH3|UniProtKB:P0A9P0|RGD:735073 F Dihydrolipoyl dehydrogenase UniProtKB:O34324|PTN000530745 protein NCBITaxon:224308 20200219 GO_Central flavin adenine dinucleotide binding -UniProtKB O34319 ykcC GO:0005886 PMID:21873635 IBA PANTHER:PTN000092551|UniProtKB:P77757|UniProtKB:P77293 C Uncharacterized glycosyltransferase YkcC UniProtKB:O34319|PTN000092563 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O34317 yodS GO:0008410 PMID:21873635 IBA PANTHER:PTN000344749|UniProtKB:Q29551|MGI:MGI:1914291|MGI:MGI:1891061|FB:FBgn0035298|RGD:1584008|UniProtKB:P55809|UniProtKB:P76459 F Probable coenzyme A transferase subunit alpha UniProtKB:O34317|PTN000344833 protein NCBITaxon:224308 20200506 GO_Central CoA-transferase activity -UniProtKB O34315 tcyL GO:0005886 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P45768|UniProtKB:P0AER5|UniProtKB:P45767|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P0AE30 C L-cystine transport system permease protein TcyL UniProtKB:O34315|PTN001255429 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O34315 tcyL GO:0006865 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P0AEQ6|UniProtKB:Q9I487|UniProtKB:P0AFT2|UniProtKB:Q9I404|UniProtKB:Q9I403 P L-cystine transport system permease protein TcyL UniProtKB:O34315|PTN001255429 protein NCBITaxon:224308 20200809 GO_Central amino acid transport -UniProtKB O34313 yfkN GO:0009166 PMID:21873635 IBA PANTHER:PTN000171519|UniProtKB:P07024|UniProtKB:P08331 P Trifunctional nucleotide phosphoesterase protein YfkN UniProtKB:O34313|PTN000171640 protein NCBITaxon:224308 20190208 GO_Central nucleotide catabolic process -UniProtKB O34313 yfkN GO:0030288 PMID:21873635 IBA PANTHER:PTN000171519|UniProtKB:P08331|UniProtKB:P07024 C Trifunctional nucleotide phosphoesterase protein YfkN UniProtKB:O34313|PTN000171640 protein NCBITaxon:224308 20190208 GO_Central outer membrane-bounded periplasmic space -UniProtKB O34308 ytkK GO:0016616 PMID:21873635 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:P0AG84|UniProtKB:Q8N4T8|UniProtKB:Q92506|UniProtKB:O54438|UniProtKB:P0AEK2|UniProtKB:P05707|UniProtKB:P37769|UniProtKB:Q8I2S7|UniProtKB:P9WGT1|UniProtKB:A0A1D8PPB1|SGD:S000001538 F Putative oxidoreductase YtkK UniProtKB:O34308|PTN001214723 protein NCBITaxon:224308 20190227 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB O34308 ytkK GO:0030497 PMID:21873635 IBA PANTHER:PTN001211919|UniProtKB:P71079|UniProtKB:P0A2C9|UniProtKB:P0AEK2 P Putative oxidoreductase YtkK UniProtKB:O34308|PTN001214723 protein NCBITaxon:224308 20190227 GO_Central fatty acid elongation -UniProtKB O34307 yvmA GO:0016021 PMID:21873635 IBA PANTHER:PTN001160522|CGD:CAL0000173998|UniProtKB:P0AEY8|SGD:S000001383|UniProtKB:P31442 C Uncharacterized MFS-type transporter YvmA UniProtKB:O34307|PTN000606776 protein NCBITaxon:224308 20210121 GO_Central integral component of membrane -UniProtKB O34307 yvmA GO:0042910 PMID:21873635 IBA PANTHER:PTN001160522|SGD:S000005009|CGD:CAL0000199735|SGD:S000001383|CGD:CAL0000173998 F Uncharacterized MFS-type transporter YvmA UniProtKB:O34307|PTN000606776 protein NCBITaxon:224308 20200809 GO_Central xenobiotic transmembrane transporter activity -UniProtKB O34307 yvmA GO:1990961 PMID:21873635 IBA PANTHER:PTN001160522|UniProtKB:P31442|UniProtKB:P39386|UniProtKB:P0AEY8|CGD:CAL0000173998|UniProtKB:P28246|SGD:S000000212|CGD:CAL0000199735 P Uncharacterized MFS-type transporter YvmA UniProtKB:O34307|PTN000606776 protein NCBITaxon:224308 20200814 GO_Central xenobiotic detoxification by transmembrane export across the plasma membrane -UniProtKB O34307 yvmA GO:0005886 PMID:21873635 IBA PANTHER:PTN000605893|UniProtKB:P31442|UniProtKB:P39386|UniProtKB:P37597|UniProtKB:P0AEY8|UniProtKB:P28246|UniProtKB:P31462 C Uncharacterized MFS-type transporter YvmA UniProtKB:O34307|PTN000606776 protein NCBITaxon:224308 20210121 GO_Central plasma membrane -UniProtKB O34899 yvqK GO:0008817 PMID:21873635 IBA PANTHER:PTN000259090|UniProtKB:E1B6Z7|UniProtKB:Q96EY8 F Corrinoid adenosyltransferase UniProtKB:O34899|PTN000259134 protein NCBITaxon:224308 20210128 GO_Central cob(I)yrinic acid a,c-diamide adenosyltransferase activity -UniProtKB O34897 ykuT GO:0008381 PMID:21873635 IBA PANTHER:PTN000766283|UniProtKB:P75783 F Uncharacterized MscS family protein YkuT UniProtKB:O34897|PTN001252642 protein NCBITaxon:224308 20170228 GO_Central mechanosensitive ion channel activity -UniProtKB O34897 ykuT GO:0071470 PMID:21873635 IBA PANTHER:PTN000766283|UniProtKB:P75783 P Uncharacterized MscS family protein YkuT UniProtKB:O34897|PTN001252642 protein NCBITaxon:224308 20170228 GO_Central cellular response to osmotic stress -UniProtKB O34896 uxuB GO:0016616 PMID:21873635 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:P0AG84|UniProtKB:Q8N4T8|UniProtKB:Q92506|UniProtKB:O54438|UniProtKB:P0AEK2|UniProtKB:P05707|UniProtKB:P37769|UniProtKB:Q8I2S7|UniProtKB:P9WGT1|UniProtKB:A0A1D8PPB1|SGD:S000001538 F Uncharacterized oxidoreductase UxuB UniProtKB:O34896|PTN001214394 protein NCBITaxon:224308 20190227 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB O34873 yngG GO:0004419 PMID:21873635 IBA PANTHER:PTN000031222|UniProtKB:Q9I2A0|UniProtKB:Q8TB92|RGD:620554|UniProtKB:P35914|UniProtKB:P35915|TAIR:locus:2039548 F Hydroxymethylglutaryl-CoA lyase YngG UniProtKB:O34873|PTN000031307 protein NCBITaxon:224308 20210129 GO_Central hydroxymethylglutaryl-CoA lyase activity -UniProtKB O34873 yngG GO:0006629 PMID:21873635 IBA PANTHER:PTN000031222|UniProtKB:Q9I2A0|UniProtKB:P35914 P Hydroxymethylglutaryl-CoA lyase YngG UniProtKB:O34873|PTN000031307 protein NCBITaxon:224308 20200809 GO_Central lipid metabolic process -UniProtKB O34873 yngG GO:0046951 PMID:21873635 IBA PANTHER:PTN000031222|UniProtKB:Q8TB92|RGD:620554|UniProtKB:P35914|UniProtKB:P35915 P Hydroxymethylglutaryl-CoA lyase YngG UniProtKB:O34873|PTN000031307 protein NCBITaxon:224308 20210102 GO_Central ketone body biosynthetic process -UniProtKB O34873 yngG GO:0006552 PMID:21873635 IBA PANTHER:PTN000031222|UniProtKB:Q9I2A0 P Hydroxymethylglutaryl-CoA lyase YngG UniProtKB:O34873|PTN000031307 protein NCBITaxon:224308 20170828 GO_Central leucine catabolic process -UniProtKB O34867 ylqH GO:0005886 PMID:21873635 IBA PANTHER:PTN000776203|UniProtKB:P76299 C Uncharacterized protein YlqH UniProtKB:O34867|PTN001254037 protein NCBITaxon:224308 20190116 GO_Central plasma membrane -UniProtKB O34859 ku GO:0003690 PMID:21873635 IBA PANTHER:PTN002222140|UniProtKB:P9WKD9 F Non-homologous end joining protein Ku UniProtKB:O34859|PTN001759080 protein NCBITaxon:224308 20170228 GO_Central double-stranded DNA binding -UniProtKB O34858 argH GO:0005829 PMID:21873635 IBA PANTHER:PTN000154674|SGD:S000001060 C Argininosuccinate lyase UniProtKB:O34858|PTN000154739 protein NCBITaxon:224308 20201116 GO_Central cytosol -UniProtKB O34858 argH GO:0004056 PMID:21873635 IBA PANTHER:PTN000154674|CGD:CAL0000190527|PomBase:SPBC1773.14|RGD:619974|UniProtKB:P11447|SGD:S000001060 F Argininosuccinate lyase UniProtKB:O34858|PTN000154739 protein NCBITaxon:224308 20200810 GO_Central argininosuccinate lyase activity -UniProtKB O34858 argH GO:0042450 PMID:21873635 IBA PANTHER:PTN000154674|SGD:S000001060 P Argininosuccinate lyase UniProtKB:O34858|PTN000154739 protein NCBITaxon:224308 20170228 GO_Central arginine biosynthetic process via ornithine -UniProtKB O34849 yerD GO:0016491 PMID:21873635 IBA PANTHER:PTN000234102|PomBase:SPAPB1E7.07|PomBase:SPBC3B8.01c|UniProtKB:P09831|TAIR:locus:2178461|RGD:621648|TAIR:locus:2127811|UniProtKB:P76440|SGD:S000002330|UniProtKB:P9WIQ3|SGD:S000002784|TAIR:locus:2146718|UniProtKB:Q74FU5 F Glutamate synthase large subunit-like protein YerD UniProtKB:O34849|PTN000234477 protein NCBITaxon:224308 20200808 GO_Central oxidoreductase activity -UniProtKB O34846 ytmO GO:0005829 PMID:21873635 IBA PANTHER:PTN001248648|UniProtKB:P0ADV5 C Uncharacterized protein YtmO UniProtKB:O34846|PTN000765066 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O34840 chaA GO:0070588 PMID:21873635 IBA PANTHER:PTN000771862|UniProtKB:P74072|UniProtKB:O34840 P Ca(2+)/H(+) antiporter ChaA UniProtKB:O34840|PTN000772395 protein NCBITaxon:224308 20200917 GO_Central calcium ion transmembrane transport -UniProtKB O34840 chaA GO:0015369 PMID:21873635 IBA PANTHER:PTN000771862|SGD:S000002286|TAIR:locus:2042852|TAIR:locus:2088130|UniProtKB:P74072|SGD:S000005265|UniProtKB:O34840|TAIR:locus:2149720 F Ca(2+)/H(+) antiporter ChaA UniProtKB:O34840|PTN000772395 protein NCBITaxon:224308 20170228 GO_Central calcium:proton antiporter activity -UniProtKB O34840 chaA GO:0006874 PMID:21873635 IBA PANTHER:PTN000771862|TAIR:locus:2074348|SGD:S000002286 P Ca(2+)/H(+) antiporter ChaA UniProtKB:O34840|PTN000772395 protein NCBITaxon:224308 20170228 GO_Central cellular calcium ion homeostasis -UniProtKB O34832 yfmE GO:0022857 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P06972|UniProtKB:P06609|UniProtKB:P23876|UniProtKB:P15029|UniProtKB:P15030 F Fe(3+)-citrate import system permease protein YfmE UniProtKB:O34832|PTN000766009 protein NCBITaxon:224308 20190116 GO_Central transmembrane transporter activity -UniProtKB O34832 yfmE GO:0005887 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P06609 C Fe(3+)-citrate import system permease protein YfmE UniProtKB:O34832|PTN000766009 protein NCBITaxon:224308 20190116 GO_Central integral component of plasma membrane -UniProtKB O34832 yfmE GO:0033214 PMID:21873635 IBA PANTHER:PTN001253116|UniProtKB:P06972|UniProtKB:P15030|UniProtKB:P15029 P Fe(3+)-citrate import system permease protein YfmE UniProtKB:O34832|PTN000766009 protein NCBITaxon:224308 20201206 GO_Central siderophore-dependent iron import into cell -UniProtKB O34829 msmR GO:0000976 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7|UniProtKB:P0ACP1|UniProtKB:P25144|UniProtKB:P03023|UniProtKB:P0ACQ0 F Uncharacterized HTH-type transcriptional regulator MsmR UniProtKB:O34829|PTN000765384 protein NCBITaxon:224308 20200930 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O34829 msmR GO:0006355 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:Q8P5C9|UniProtKB:P18811|UniProtKB:P06846|UniProtKB:P0ACP1|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P03024|UniProtKB:Q8EBJ8|UniProtKB:P25144|UniProtKB:P0ACP5|UniProtKB:G3XD97|UniProtKB:P0ACN7|UniProtKB:P25748|UniProtKB:Q2G295|UniProtKB:P0ACI3 P Uncharacterized HTH-type transcriptional regulator MsmR UniProtKB:O34829|PTN000765384 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB O34829 msmR GO:0003700 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P36673|UniProtKB:P18811|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:Q8EBJ8 F Uncharacterized HTH-type transcriptional regulator MsmR UniProtKB:O34829|PTN000765384 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB O34827 ykuM GO:0000976 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:G3XCU6|UniProtKB:Q9I1R1|UniProtKB:Q9HZ15|UniProtKB:P39376 F Uncharacterized HTH-type transcriptional regulator YkuM UniProtKB:O34827|PTN001248392 protein NCBITaxon:224308 20190829 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O34827 ykuM GO:0006355 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:P67662|UniProtKB:P67660|UniProtKB:P0A9F9|UniProtKB:P39376|UniProtKB:G3XCU6 P Uncharacterized HTH-type transcriptional regulator YkuM UniProtKB:O34827|PTN001248392 protein NCBITaxon:224308 20190829 GO_Central regulation of transcription, DNA-templated -UniProtKB O34825 pksC GO:0004314 PMID:21873635 IBA PANTHER:PTN002448244|UniProtKB:P9WNG5|SGD:S000005747|UniProtKB:P0AAI9|UniProtKB:Q8IVS2 F Polyketide biosynthesis malonyl CoA-acyl carrier protein transacylase PksC UniProtKB:O34825|PTN000104979 protein NCBITaxon:224308 20181220 GO_Central [acyl-carrier-protein] S-malonyltransferase activity -UniProtKB O34825 pksC GO:0006633 PMID:21873635 IBA PANTHER:PTN002448244|UniProtKB:G3XCZ6|UniProtKB:P0AAI9|UniProtKB:P9WNG5|UniProtKB:Q8IVS2 P Polyketide biosynthesis malonyl CoA-acyl carrier protein transacylase PksC UniProtKB:O34825|PTN000104979 protein NCBITaxon:224308 20181220 GO_Central fatty acid biosynthetic process -UniProtKB O34825 pksC GO:0005829 PMID:21873635 IBA PANTHER:PTN000104995|UniProtKB:P9WNG5|UniProtKB:P0AAI9 C Polyketide biosynthesis malonyl CoA-acyl carrier protein transacylase PksC UniProtKB:O34825|PTN000104979 protein NCBITaxon:224308 20181220 GO_Central cytosol -UniProtKB O34824 glmM GO:0008966 PMID:21873635 IBA PANTHER:PTN000501735|UniProtKB:P31120|UniProtKB:Q9HV50 F Phosphoglucosamine mutase UniProtKB:O34824|PTN000501736 protein NCBITaxon:224308 20170228 GO_Central phosphoglucosamine mutase activity -UniProtKB O34824 glmM GO:0005829 PMID:21873635 IBA PANTHER:PTN000501735|UniProtKB:P31120 C Phosphoglucosamine mutase UniProtKB:O34824|PTN000501736 protein NCBITaxon:224308 20170602 GO_Central cytosol -UniProtKB O34824 glmM GO:0006048 PMID:21873635 IBA PANTHER:PTN000501735|UniProtKB:P31120 P Phosphoglucosamine mutase UniProtKB:O34824|PTN000501736 protein NCBITaxon:224308 20170228 GO_Central UDP-N-acetylglucosamine biosynthetic process -UniProtKB O34824 glmM GO:0009252 PMID:21873635 IBA PANTHER:PTN000501735|UniProtKB:Q9HV50 P Phosphoglucosamine mutase UniProtKB:O34824|PTN000501736 protein NCBITaxon:224308 20170602 GO_Central peptidoglycan biosynthetic process -UniProtKB O34824 glmM GO:0004615 PMID:21873635 IBA PANTHER:PTN001096974|UniProtKB:Q9HV50 F Phosphoglucosamine mutase UniProtKB:O34824|PTN000501736 protein NCBITaxon:224308 20170228 GO_Central phosphomannomutase activity -UniProtKB O34817 yvoA GO:0045892 PMID:21873635 IBA PANTHER:PTN000746727|UniProtKB:P13669 P HTH-type transcriptional repressor YvoA UniProtKB:O34817|PTN000203678 protein NCBITaxon:224308 20180118 GO_Central negative regulation of transcription, DNA-templated -UniProtKB O34816 ykuD GO:0071972 PMID:21873635 IBA PANTHER:PTN001255072|UniProtKB:O53638|UniProtKB:P0AAX8|UniProtKB:P39176|UniProtKB:P22525|UniProtKB:P75954|UniProtKB:P76193 F Putative L,D-transpeptidase YkuD UniProtKB:O34816|PTN001255071 protein NCBITaxon:224308 20200809 GO_Central peptidoglycan L,D-transpeptidase activity -UniProtKB O34816 ykuD GO:0018104 PMID:21873635 IBA PANTHER:PTN001255072|UniProtKB:O53638|UniProtKB:P0AAX8|UniProtKB:P39176|UniProtKB:P75954 P Putative L,D-transpeptidase YkuD UniProtKB:O34816|PTN001255071 protein NCBITaxon:224308 20170511 GO_Central peptidoglycan-protein cross-linking -UniProtKB O34815 yoaD GO:0004617 PMID:21873635 IBA PANTHER:PTN000107912|UniProtKB:P9WNX3 F Putative 2-hydroxyacid dehydrogenase YoaD UniProtKB:O34815|PTN000108071 protein NCBITaxon:224308 20201209 GO_Central phosphoglycerate dehydrogenase activity -UniProtKB O34815 yoaD GO:0006564 PMID:21873635 IBA PANTHER:PTN000107912|UniProtKB:P9WNX3 P Putative 2-hydroxyacid dehydrogenase YoaD UniProtKB:O34815|PTN000108071 protein NCBITaxon:224308 20201209 GO_Central L-serine biosynthetic process -UniProtKB O34814 ftsE GO:0022857 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:Q9I2T7|UniProtKB:P9WQL7 F Cell division ATP-binding protein FtsE UniProtKB:O34814|PTN000656368 protein NCBITaxon:224308 20190221 GO_Central transmembrane transporter activity -UniProtKB O34814 ftsE GO:0005886 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P75957|UniProtKB:O05779|UniProtKB:P0A9R7|UniProtKB:O34814|UniProtKB:P33916 C Cell division ATP-binding protein FtsE UniProtKB:O34814|PTN000656368 protein NCBITaxon:224308 20190221 GO_Central plasma membrane -UniProtKB O34814 ftsE GO:0055085 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7|UniProtKB:P33593|UniProtKB:P33916 P Cell division ATP-binding protein FtsE UniProtKB:O34814|PTN000656368 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport -UniProtKB O34808 uxaC GO:0019698 PMID:21873635 IBA PANTHER:PTN004738951|UniProtKB:P0A8G3 P Uronate isomerase UniProtKB:O34808|PTN000763887 protein NCBITaxon:224308 20190822 GO_Central D-galacturonate catabolic process -UniProtKB O34808 uxaC GO:0042840 PMID:21873635 IBA PANTHER:PTN004738951|UniProtKB:P0A8G3 P Uronate isomerase UniProtKB:O34808|PTN000763887 protein NCBITaxon:224308 20190822 GO_Central D-glucuronate catabolic process -UniProtKB O34790 pcrB GO:0046474 PMID:21873635 IBA PANTHER:PTN002219408|UniProtKB:Q53726|UniProtKB:O34790|UniProtKB:Q8Y6C8 P Heptaprenylglyceryl phosphate synthase UniProtKB:O34790|PTN002219412 protein NCBITaxon:224308 20170228 GO_Central glycerophospholipid biosynthetic process -UniProtKB O34790 pcrB GO:0002094 PMID:21873635 IBA PANTHER:PTN002219408|UniProtKB:Q8Y6C8|UniProtKB:O34790|UniProtKB:Q53726 F Heptaprenylglyceryl phosphate synthase UniProtKB:O34790|PTN002219412 protein NCBITaxon:224308 20170228 GO_Central polyprenyltransferase activity -UniProtKB O34788 bdhA GO:0000721 PMID:21873635 IBA PANTHER:PTN001707533|UniProtKB:O34788 F (R,R)-butanediol dehydrogenase UniProtKB:O34788|PTN000191611 protein NCBITaxon:224308 20200207 GO_Central (R,R)-butanediol dehydrogenase activity -UniProtKB O34787 pksE GO:0005829 PMID:21873635 IBA PANTHER:PTN000104995|UniProtKB:P9WNG5|UniProtKB:P0AAI9 C Polyketide biosynthesis protein PksE UniProtKB:O34787|PTN000104978 protein NCBITaxon:224308 20181220 GO_Central cytosol -UniProtKB O34787 pksE GO:0006633 PMID:21873635 IBA PANTHER:PTN002448244|UniProtKB:G3XCZ6|UniProtKB:P0AAI9|UniProtKB:P9WNG5|UniProtKB:Q8IVS2 P Polyketide biosynthesis protein PksE UniProtKB:O34787|PTN000104978 protein NCBITaxon:224308 20181220 GO_Central fatty acid biosynthetic process -UniProtKB O34787 pksE GO:0004314 PMID:21873635 IBA PANTHER:PTN002448244|UniProtKB:P9WNG5|SGD:S000005747|UniProtKB:P0AAI9|UniProtKB:Q8IVS2 F Polyketide biosynthesis protein PksE UniProtKB:O34787|PTN000104978 protein NCBITaxon:224308 20181220 GO_Central [acyl-carrier-protein] S-malonyltransferase activity -UniProtKB O34779 prpC GO:0004724 PMID:21873635 IBA PANTHER:PTN000352745|RGD:628812|SGD:S000000891|RGD:620393 F Protein phosphatase PrpC UniProtKB:O34779|PTN000353753 protein NCBITaxon:224308 20201205 GO_Central magnesium-dependent protein serine/threonine phosphatase activity -UniProtKB O34779 prpC GO:0006470 PMID:21873635 IBA PANTHER:PTN000352745|MGI:MGI:106065|MGI:MGI:1919137|RGD:620393|UniProtKB:Q8IHY0|UniProtKB:P49593|RGD:628812|SGD:S000002164|CGD:CAL0000190127|SGD:S000002133|UniProtKB:Q9P0J1|CGD:CAL0000194436|UniProtKB:P9WHW5|UniProtKB:A0A1D8PRZ8|SGD:S000005616|RGD:631363|SGD:S000000329|MGI:MGI:2444096|UniProtKB:O15355|WB:WBGene00001412|dictyBase:DDB_G0276155|SGD:S000000152|UniProtKB:Q8WY54|RGD:620128|ZFIN:ZDB-GENE-051128-2|SGD:S000000891|UniProtKB:Q9LME4|MGI:MGI:1915155 P Protein phosphatase PrpC UniProtKB:O34779|PTN000353753 protein NCBITaxon:224308 20200930 GO_Central protein dephosphorylation -UniProtKB O34777 ohrR GO:0006355 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4|UniProtKB:P0A8W2|UniProtKB:Q8EI70|UniProtKB:P27245|UniProtKB:P11065 P Organic hydroperoxide resistance transcriptional regulator UniProtKB:O34777|PTN002109497 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB O34777 ohrR GO:0006950 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:P27245 P Organic hydroperoxide resistance transcriptional regulator UniProtKB:O34777|PTN002109497 protein NCBITaxon:224308 20170228 GO_Central response to stress -UniProtKB O34777 ohrR GO:0000976 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4 F Organic hydroperoxide resistance transcriptional regulator UniProtKB:O34777|PTN002109497 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O34755 ykoT GO:0005886 PMID:21873635 IBA PANTHER:PTN000092551|UniProtKB:P77757|UniProtKB:P77293 C Uncharacterized glycosyltransferase YkoT UniProtKB:O34755|PTN000092562 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O34748 recQ GO:0043590 PMID:21873635 IBA PANTHER:PTN000345099|UniProtKB:P15043|UniProtKB:O34748 C Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20180411 GO_Central bacterial nucleoid -UniProtKB O34748 recQ GO:0005694 PMID:21873635 IBA PANTHER:PTN000344873|MGI:MGI:1328362|UniProtKB:P15043|UniProtKB:P54132|PomBase:SPAC212.11|WB:WBGene00006944|UniProtKB:O94761|SGD:S000004802|PomBase:SPBCPT2R1.08c|PomBase:SPAC2G11.12|FB:FBgn0040290|MGI:MGI:109635|UniProtKB:Q14191 C Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20200930 GO_Central chromosome -UniProtKB O34748 recQ GO:0006310 PMID:21873635 IBA PANTHER:PTN000344873|TAIR:locus:2206031|UniProtKB:P15043|TAIR:locus:2197394|MGI:MGI:1328362|FB:FBgn0002906|PomBase:SPAC212.11|MGI:MGI:2156841|PomBase:SPBCPT2R1.08c|SGD:S000004802|TAIR:locus:2127998|PomBase:SPAC2G11.12|WB:WBGene00001865 P Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20201205 GO_Central DNA recombination -UniProtKB O34748 recQ GO:0030894 PMID:21873635 IBA PANTHER:PTN000345099|UniProtKB:P15043 C Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20180411 GO_Central replisome -UniProtKB O34748 recQ GO:0009378 PMID:21873635 IBA PANTHER:PTN000344873|TAIR:locus:2127998|UniProtKB:Q14191|TAIR:locus:2197555|UniProtKB:P54132 F Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20170228 GO_Central four-way junction helicase activity -UniProtKB O34748 recQ GO:0005737 PMID:21873635 IBA PANTHER:PTN000344873|UniProtKB:Q57TU4|MGI:MGI:1328362|UniProtKB:P15043|UniProtKB:O94762|UniProtKB:P54132|FB:FBgn0040290 C Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB O34748 recQ GO:0032508 PMID:21873635 IBA PANTHER:PTN000344873|FB:FBgn0002906|UniProtKB:Q8I2W7|TAIR:locus:2180255|UniProtKB:O94761|UniProtKB:P54132|UniProtKB:Q9I920|SGD:S000004802|TAIR:locus:2127998|UniProtKB:Q14191|FB:FBgn0040290|PomBase:SPAC2G11.12|TAIR:locus:2197555 P Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20200930 GO_Central DNA duplex unwinding -UniProtKB O34748 recQ GO:0043138 PMID:21873635 IBA PANTHER:PTN000344873|UniProtKB:O94761|WB:WBGene00006944|TAIR:locus:2180255|MGI:MGI:1328362|FB:FBgn0002906|TAIR:locus:2197394|UniProtKB:O34748|WB:WBGene00001865|FB:FBgn0040290|PomBase:SPAC2G11.12|UniProtKB:Q14191|TAIR:locus:2197555|TAIR:locus:2127998 F Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20170228 GO_Central 3'-5' DNA helicase activity -UniProtKB O34748 recQ GO:0006281 PMID:21873635 IBA PANTHER:PTN000344873|SGD:S000004802|FB:FBgn0040290|PomBase:SPAC2G11.12|UniProtKB:Q14191|WB:WBGene00001865|TAIR:locus:2197394|UniProtKB:P15043|MGI:MGI:1328362|FB:FBgn0027375|FB:FBgn0002906|TAIR:locus:2180255|UniProtKB:P54132|MGI:MGI:2156841|UniProtKB:O94762 P Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20201205 GO_Central DNA repair -UniProtKB O34727 hisF GO:0000107 PMID:21873635 IBA PANTHER:PTN000477998|UniProtKB:P60664|SGD:S000000452|TAIR:locus:2116422 F Imidazole glycerol phosphate synthase subunit HisF UniProtKB:O34727|PTN000478019 protein NCBITaxon:224308 20170228 GO_Central imidazoleglycerol-phosphate synthase activity -UniProtKB O34726 yflS GO:0005886 PMID:21873635 IBA PANTHER:PTN000032124|UniProtKB:P39414|UniProtKB:P75763 C Putative malate transporter YflS UniProtKB:O34726|PTN000032125 protein NCBITaxon:224308 20170421 GO_Central plasma membrane -UniProtKB O34726 yflS GO:0005215 PMID:21873635 IBA PANTHER:PTN000032104|TAIR:locus:2173358|UniProtKB:P0AE74|UniProtKB:P39414|TAIR:locus:2182270 F Putative malate transporter YflS UniProtKB:O34726|PTN000032125 protein NCBITaxon:224308 20200809 GO_Central transporter activity -UniProtKB O34724 yceJ GO:0016020 PMID:21873635 IBA PANTHER:PTN001161692|SGD:S000005905|SGD:S000004584 C Uncharacterized MFS-type transporter YceJ UniProtKB:O34724|PTN000606060 protein NCBITaxon:224308 20180620 GO_Central membrane -UniProtKB O34719 yvlC GO:0005886 PMID:21873635 IBA PANTHER:PTN002853864|UniProtKB:P0AFN2 C Uncharacterized membrane protein YvlC UniProtKB:O34719|PTN002141299 protein NCBITaxon:224308 20190829 GO_Central plasma membrane -UniProtKB O34708 yflA GO:0005886 PMID:21873635 IBA PANTHER:PTN000768371|UniProtKB:P30143 C Uncharacterized transporter YflA UniProtKB:O34708|PTN000768381 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O34705 ytpA GO:0016020 PMID:21873635 IBA PANTHER:PTN000177089|TAIR:locus:2043278|UniProtKB:Q57U43|TAIR:locus:2081710|TAIR:locus:2011511|UniProtKB:P07000|TAIR:locus:2150245|MGI:MGI:1346042|SGD:S000001577 C Phospholipase YtpA UniProtKB:O34705|PTN000177249 protein NCBITaxon:224308 20200807 GO_Central membrane -UniProtKB O34705 ytpA GO:0016298 PMID:21873635 IBA PANTHER:PTN000177089|TAIR:locus:2011511|UniProtKB:Q99685|TAIR:locus:2039677|RGD:71039|TAIR:locus:2206825|UniProtKB:P07000|SGD:S000005610|MGI:MGI:1346042|TAIR:locus:2150245|TAIR:locus:2043278|TAIR:locus:2147790|TAIR:locus:2039812|TAIR:locus:2197369|SGD:S000001577|UniProtKB:O07427|TAIR:locus:2039822|TAIR:locus:2100701|TAIR:locus:2014084 F Phospholipase YtpA UniProtKB:O34705|PTN000177249 protein NCBITaxon:224308 20200807 GO_Central lipase activity -UniProtKB O34703 yjoB GO:0016887 PMID:21873635 IBA PANTHER:PTN004603074|UniProtKB:O43933|UniProtKB:Q13608|UniProtKB:P46468|SGD:S000004389|UniProtKB:P9WQN5|UniProtKB:P55072|SGD:S000005273|WB:WBGene00010562|WB:WBGene00008053|MGI:MGI:99919|SGD:S000002284|WB:WBGene00007352|RGD:621595|SGD:S000001680 F Uncharacterized ATPase YjoB UniProtKB:O34703|PTN000554880 protein NCBITaxon:224308 20171103 GO_Central ATPase activity -UniProtKB O34701 yoaU GO:0043565 PMID:21873635 IBA PANTHER:PTN001576694|UniProtKB:Q9HU98 F Uncharacterized HTH-type transcriptional regulator YoaU UniProtKB:O34701|PTN001285655 protein NCBITaxon:224308 20170901 GO_Central sequence-specific DNA binding -UniProtKB O34701 yoaU GO:0010628 PMID:21873635 IBA PANTHER:PTN001576694|UniProtKB:P03030 P Uncharacterized HTH-type transcriptional regulator YoaU UniProtKB:O34701|PTN001285655 protein NCBITaxon:224308 20170901 GO_Central positive regulation of gene expression -UniProtKB O34697 bceA GO:0005886 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P75957|UniProtKB:O05779|UniProtKB:P0A9R7|UniProtKB:O34814|UniProtKB:P33916 C Bacitracin export ATP-binding protein BceA UniProtKB:O34697|PTN000656662 protein NCBITaxon:224308 20190221 GO_Central plasma membrane -UniProtKB O34697 bceA GO:0055085 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7|UniProtKB:P33593|UniProtKB:P33916 P Bacitracin export ATP-binding protein BceA UniProtKB:O34697|PTN000656662 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport -UniProtKB O34697 bceA GO:0022857 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:Q9I2T7|UniProtKB:P9WQL7 F Bacitracin export ATP-binding protein BceA UniProtKB:O34697|PTN000656662 protein NCBITaxon:224308 20190221 GO_Central transmembrane transporter activity -UniProtKB O34687 rpmF GO:0003735 PMID:21873635 IBA PANTHER:PTN001464364|SGD:S000000596 F 50S ribosomal protein L32 UniProtKB:O34687|PTN001464392 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome -UniProtKB O34685 yofA GO:0006355 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:P67662|UniProtKB:P67660|UniProtKB:P0A9F9|UniProtKB:P39376|UniProtKB:G3XCU6 P HTH-type transcriptional regulator YofA UniProtKB:O34685|PTN000764985 protein NCBITaxon:224308 20190829 GO_Central regulation of transcription, DNA-templated -UniProtKB O34685 yofA GO:0000976 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:G3XCU6|UniProtKB:Q9I1R1|UniProtKB:Q9HZ15|UniProtKB:P39376 F HTH-type transcriptional regulator YofA UniProtKB:O34685|PTN000764985 protein NCBITaxon:224308 20190829 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O34683 hisB GO:0000105 PMID:21873635 IBA PANTHER:PTN000566211|CGD:CAL0000187142|SGD:S000005728|UniProtKB:P06987|TAIR:locus:1005716545|UniProtKB:O23346 P Imidazoleglycerol-phosphate dehydratase UniProtKB:O34683|PTN000566234 protein NCBITaxon:224308 20200809 GO_Central histidine biosynthetic process -UniProtKB O34683 hisB GO:0004424 PMID:21873635 IBA PANTHER:PTN000566211|UniProtKB:P06987|CGD:CAL0000187142|SGD:S000005728|UniProtKB:O23346|TAIR:locus:1005716545 F Imidazoleglycerol-phosphate dehydratase UniProtKB:O34683|PTN000566234 protein NCBITaxon:224308 20200809 GO_Central imidazoleglycerol-phosphate dehydratase activity -UniProtKB O34674 murJ GO:0005886 PMID:21873635 IBA PANTHER:PTN001250140|UniProtKB:P37746|UniProtKB:Q46841|UniProtKB:P0AAA7 C Lipid II flippase MurJ UniProtKB:O34674|PTN001676545 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O34666 ctpA GO:0030288 PMID:21873635 IBA PANTHER:PTN001279639|UniProtKB:P23865 C Carboxy-terminal processing protease CtpA UniProtKB:O34666|PTN000462804 protein NCBITaxon:224308 20200809 GO_Central outer membrane-bounded periplasmic space -UniProtKB O34666 ctpA GO:0004175 PMID:21873635 IBA PANTHER:PTN000786001|UniProtKB:P23865 F Carboxy-terminal processing protease CtpA UniProtKB:O34666|PTN000462804 protein NCBITaxon:224308 20170228 GO_Central endopeptidase activity -UniProtKB O34666 ctpA GO:0007165 PMID:21873635 IBA PANTHER:PTN001279639|UniProtKB:Q9HU50|UniProtKB:O35002|UniProtKB:Q9HYY3 P Carboxy-terminal processing protease CtpA UniProtKB:O34666|PTN000462804 protein NCBITaxon:224308 20170228 GO_Central signal transduction -UniProtKB O34661 panE GO:0050661 PMID:21873635 IBA PANTHER:PTN002464833|UniProtKB:P0A9J4 F Probable 2-dehydropantoate 2-reductase UniProtKB:O34661|PTN000496373 protein NCBITaxon:224308 20180502 GO_Central NADP binding -UniProtKB O34661 panE GO:0005737 PMID:21873635 IBA PANTHER:PTN002464833|SGD:S000002605 C Probable 2-dehydropantoate 2-reductase UniProtKB:O34661|PTN000496373 protein NCBITaxon:224308 20200810 GO_Central cytoplasm -UniProtKB O34661 panE GO:0008677 PMID:21873635 IBA PANTHER:PTN002464833|UniProtKB:P0A9J4 F Probable 2-dehydropantoate 2-reductase UniProtKB:O34661|PTN000496373 protein NCBITaxon:224308 20170228 GO_Central 2-dehydropantoate 2-reductase activity -UniProtKB O34659 cdaR GO:0045762 PMID:21873635 IBA PANTHER:PTN002208475|UniProtKB:O34659 P CdaA regulatory protein CdaR UniProtKB:O34659|PTN002208486 protein NCBITaxon:224308 20170901 GO_Central positive regulation of adenylate cyclase activity -UniProtKB O34651 hisD GO:0000105 PMID:21873635 IBA PANTHER:PTN000479095|UniProtKB:A0A1D8PKY7|PomBase:SPBC1711.13|UniProtKB:P06988|SGD:S000000535 P Histidinol dehydrogenase UniProtKB:O34651|PTN000479120 protein NCBITaxon:224308 20170228 GO_Central histidine biosynthetic process -UniProtKB O34651 hisD GO:0004399 PMID:21873635 IBA PANTHER:PTN000479095|PomBase:SPBC1711.13|UniProtKB:A0A1D8PKY7|SGD:S000000535|UniProtKB:P06988 F Histidinol dehydrogenase UniProtKB:O34651|PTN000479120 protein NCBITaxon:224308 20170228 GO_Central histidinol dehydrogenase activity -UniProtKB O34651 hisD GO:0005737 PMID:21873635 IBA PANTHER:PTN000479095|TAIR:locus:2163946|UniProtKB:P06988 C Histidinol dehydrogenase UniProtKB:O34651|PTN000479120 protein NCBITaxon:224308 20200808 GO_Central cytoplasm -UniProtKB O34651 hisD GO:0005829 PMID:21873635 IBA PANTHER:PTN000479119|UniProtKB:P06988 C Histidinol dehydrogenase UniProtKB:O34651|PTN000479120 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O34649 ytlD GO:0006810 PMID:21873635 IBA PANTHER:PTN001248830|UniProtKB:O69722|UniProtKB:Q47539|UniProtKB:P75851|UniProtKB:O69723 P Uncharacterized ABC transporter permease protein YtlD UniProtKB:O34649|PTN001248893 protein NCBITaxon:224308 20190822 GO_Central transport -UniProtKB O34649 ytlD GO:0005886 PMID:21873635 IBA PANTHER:PTN001248830|UniProtKB:Q47539 C Uncharacterized ABC transporter permease protein YtlD UniProtKB:O34649|PTN001248893 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O34649 ytlD GO:0022857 PMID:21873635 IBA PANTHER:PTN001248830|UniProtKB:P75851|UniProtKB:Q47539 F Uncharacterized ABC transporter permease protein YtlD UniProtKB:O34649|PTN001248893 protein NCBITaxon:224308 20190822 GO_Central transmembrane transporter activity -UniProtKB O34647 yobD GO:0006355 PMID:21873635 IBA PANTHER:PTN005321183|UniProtKB:P06533|UniProtKB:P9WMI1|UniProtKB:P77626 P Uncharacterized HTH-type transcriptional regulator YobD UniProtKB:O34647|PTN008217658 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB O34647 yobD GO:0003700 PMID:21873635 IBA PANTHER:PTN005321183|UniProtKB:P77626 F Uncharacterized HTH-type transcriptional regulator YobD UniProtKB:O34647|PTN008217658 protein NCBITaxon:224308 20190807 GO_Central DNA-binding transcription factor activity -UniProtKB O34643 yvkB GO:0003700 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:P0ACS9 F Uncharacterized HTH-type transcriptional regulator YvkB UniProtKB:O34643|PTN004738593 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB O34643 yvkB GO:0000976 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P32265|UniProtKB:Q9HZJ9|UniProtKB:Q9KR96|UniProtKB:Q9HXS0|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HY46 F Uncharacterized HTH-type transcriptional regulator YvkB UniProtKB:O34643|PTN004738593 protein NCBITaxon:224308 20190822 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O34643 yvkB GO:0006355 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:G3XCU9|UniProtKB:P0ACT6|UniProtKB:P75952|UniProtKB:P9WMC1|UniProtKB:P9WMB9|UniProtKB:P32265|UniProtKB:Q9HXS0|UniProtKB:Q9HZJ9|UniProtKB:P0ACS9|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:Q9HY46|UniProtKB:Q9HXW2|UniProtKB:Q9HZW2|UniProtKB:P39334|UniProtKB:P0ACU0 P Uncharacterized HTH-type transcriptional regulator YvkB UniProtKB:O34643|PTN004738593 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB O34639 ytnI GO:0045454 PMID:21873635 IBA PANTHER:PTN001890091|UniProtKB:P0AC65 P Putative glutaredoxin YtnI UniProtKB:O34639|PTN002155665 protein NCBITaxon:224308 20200625 GO_Central cell redox homeostasis -UniProtKB O34639 ytnI GO:0009055 PMID:21873635 IBA PANTHER:PTN001890091|UniProtKB:P0AC65 F Putative glutaredoxin YtnI UniProtKB:O34639|PTN002155665 protein NCBITaxon:224308 20200625 GO_Central electron transfer activity -UniProtKB O34638 ykoH GO:0005886 PMID:21873635 IBA PANTHER:PTN001976770|UniProtKB:P30844|UniProtKB:P40719|UniProtKB:P23837|UniProtKB:P76339|UniProtKB:P77485 C Sensor histidine kinase YkoH UniProtKB:O34638|PTN000703638 protein NCBITaxon:224308 20171201 GO_Central plasma membrane -UniProtKB O34638 ykoH GO:0000160 PMID:21873635 IBA PANTHER:PTN001976770|UniProtKB:P23837|UniProtKB:Q9HV31 P Sensor histidine kinase YkoH UniProtKB:O34638|PTN000703638 protein NCBITaxon:224308 20201001 GO_Central phosphorelay signal transduction system -UniProtKB O34635 sdaAB GO:0003941 PMID:21873635 IBA PANTHER:PTN001249498|UniProtKB:P42630|UniProtKB:P30744|UniProtKB:P16095 F Probable L-serine dehydratase, beta chain UniProtKB:O34635|PTN000766169 protein NCBITaxon:224308 20170228 GO_Central L-serine ammonia-lyase activity -UniProtKB O34628 yvlB GO:0005886 PMID:21873635 IBA PANTHER:PTN002853864|UniProtKB:P0AFN2 C Uncharacterized protein YvlB UniProtKB:O34628|PTN002141307 protein NCBITaxon:224308 20190829 GO_Central plasma membrane -UniProtKB O34618 ytnA GO:0016021 PMID:21873635 IBA PANTHER:PTN001718863|SGD:S000001747|UniProtKB:P25737|SGD:S000000336 C Uncharacterized amino acid permease YtnA UniProtKB:O34618|PTN000209258 protein NCBITaxon:224308 20190319 GO_Central integral component of membrane -UniProtKB O34618 ytnA GO:0015171 PMID:21873635 IBA PANTHER:PTN001718863|SGD:S000005214|PomBase:SPAC869.11|UniProtKB:A0A1D8PPI5|SGD:S000003423|CGD:CAL0000201651|SGD:S000000273|SGD:S000000530|SGD:S000005380|SGD:S000000789|UniProtKB:A0A1D8PK89|UniProtKB:A0A1D8PMB1|SGD:S000002453|UniProtKB:A0A1D8PNP3|PomBase:SPCC965.11c|SGD:S000005875|SGD:S000001839|UniProtKB:A0A1D8PN88|CGD:CAL0000198089|UniProtKB:P25737|SGD:S000001747|CGD:CAL0000177621|SGD:S000005212|SGD:S000000272|UniProtKB:P18696|SGD:S000002916 F Uncharacterized amino acid permease YtnA UniProtKB:O34618|PTN000209258 protein NCBITaxon:224308 20201001 GO_Central amino acid transmembrane transporter activity -UniProtKB O34618 ytnA GO:0003333 PMID:21873635 IBA PANTHER:PTN001718863|UniProtKB:A0A1D8PN88|SGD:S000000530|CGD:CAL0000201651|UniProtKB:A0A1D8PNP3|PomBase:SPCC965.11c|PomBase:SPAC869.11|UniProtKB:A0A1D8PMB1|UniProtKB:A0A1D8PK89|SGD:S000002916|UniProtKB:A0A1D8PH27|CGD:CAL0000177621|CGD:CAL0000198089|UniProtKB:P25737 P Uncharacterized amino acid permease YtnA UniProtKB:O34618|PTN000209258 protein NCBITaxon:224308 20201001 GO_Central amino acid transmembrane transport -UniProtKB O34617 rlmN GO:0030488 PMID:21873635 IBA PANTHER:PTN000776889|UniProtKB:P36979 P Probable dual-specificity RNA methyltransferase RlmN UniProtKB:O34617|PTN000776880 protein NCBITaxon:224308 20170228 GO_Central tRNA methylation -UniProtKB O34617 rlmN GO:0070475 PMID:21873635 IBA PANTHER:PTN000776889|UniProtKB:P36979 P Probable dual-specificity RNA methyltransferase RlmN UniProtKB:O34617|PTN000776880 protein NCBITaxon:224308 20170228 GO_Central rRNA base methylation -UniProtKB O34610 znuB GO:0010043 PMID:21873635 IBA PANTHER:PTN000767170|UniProtKB:Q9HT72 P High-affinity zinc uptake system membrane protein ZnuB UniProtKB:O34610|PTN000767182 protein NCBITaxon:224308 20170228 GO_Central response to zinc ion -UniProtKB O34610 znuB GO:0005886 PMID:21873635 IBA PANTHER:PTN000767170|UniProtKB:P39832 C High-affinity zinc uptake system membrane protein ZnuB UniProtKB:O34610|PTN000767182 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O34607 sdaAA GO:0003941 PMID:21873635 IBA PANTHER:PTN001249498|UniProtKB:P42630|UniProtKB:P30744|UniProtKB:P16095 F Probable L-serine dehydratase, alpha chain UniProtKB:O34607|PTN000766172 protein NCBITaxon:224308 20170228 GO_Central L-serine ammonia-lyase activity -UniProtKB O34606 glnP GO:0006865 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P0AEQ6|UniProtKB:Q9I487|UniProtKB:P0AFT2|UniProtKB:Q9I404|UniProtKB:Q9I403 P Probable glutamine ABC transporter permease protein GlnP UniProtKB:O34606|PTN001255428 protein NCBITaxon:224308 20200809 GO_Central amino acid transport -UniProtKB O34606 glnP GO:0005886 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P45768|UniProtKB:P0AER5|UniProtKB:P45767|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P0AE30 C Probable glutamine ABC transporter permease protein GlnP UniProtKB:O34606|PTN001255428 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O34598 guaD GO:0006152 PMID:21873635 IBA PANTHER:PTN002544761|UniProtKB:Q94BU8 P Guanine deaminase UniProtKB:O34598|PTN000118385 protein NCBITaxon:224308 20181001 GO_Central purine nucleoside catabolic process -UniProtKB O34598 guaD GO:0047974 PMID:21873635 IBA PANTHER:PTN002544761|UniProtKB:Q94BU8 F Guanine deaminase UniProtKB:O34598|PTN000118385 protein NCBITaxon:224308 20181001 GO_Central guanosine deaminase activity -UniProtKB O34597 yfkL GO:0016020 PMID:21873635 IBA PANTHER:PTN000606970|UniProtKB:P76198|UniProtKB:P76197|UniProtKB:P75810 C Uncharacterized MFS-type transporter YfkL UniProtKB:O34597|PTN000607042 protein NCBITaxon:224308 20181018 GO_Central membrane -UniProtKB O34595 thiI GO:0000049 PMID:21873635 IBA PANTHER:PTN001804941|UniProtKB:P77718 F Probable tRNA sulfurtransferase UniProtKB:O34595|PTN001804964 protein NCBITaxon:224308 20170228 GO_Central tRNA binding -UniProtKB O34595 thiI GO:0052837 PMID:21873635 IBA PANTHER:PTN001804941|UniProtKB:Q9HU66 P Probable tRNA sulfurtransferase UniProtKB:O34595|PTN001804964 protein NCBITaxon:224308 20170228 GO_Central thiazole biosynthetic process -UniProtKB O34595 thiI GO:0002937 PMID:21873635 IBA PANTHER:PTN001804941|UniProtKB:P77718 P Probable tRNA sulfurtransferase UniProtKB:O34595|PTN001804964 protein NCBITaxon:224308 20170228 GO_Central tRNA 4-thiouridine biosynthesis -UniProtKB O34595 thiI GO:0005829 PMID:21873635 IBA PANTHER:PTN001804941|UniProtKB:P77718 C Probable tRNA sulfurtransferase UniProtKB:O34595|PTN001804964 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O34577 cysC GO:0004020 PMID:21873635 IBA PANTHER:PTN000114732|TAIR:locus:2046901|WB:WBGene00004091|TAIR:locus:2079379|UniProtKB:P9WNM5|TAIR:locus:2140005|MGI:MGI:1330587|SGD:S000001484|MGI:MGI:1330223|UniProtKB:O43252|TAIR:locus:2158626|UniProtKB:P0A6J1 F Probable adenylyl-sulfate kinase UniProtKB:O34577|PTN000114734 protein NCBITaxon:224308 20170228 GO_Central adenylylsulfate kinase activity -UniProtKB O34577 cysC GO:0000103 PMID:21873635 IBA PANTHER:PTN000114642|SGD:S000001484|TAIR:locus:2140005|UniProtKB:O43252|MGI:MGI:1330223|TAIR:locus:2046901|UniProtKB:Q92203 P Probable adenylyl-sulfate kinase UniProtKB:O34577|PTN000114734 protein NCBITaxon:224308 20170228 GO_Central sulfate assimilation -UniProtKB O34575 ykcB GO:0016763 PMID:21873635 IBA PANTHER:PTN002141805|UniProtKB:P76473 F Putative mannosyltransferase YkcB UniProtKB:O34575|PTN002141838 protein NCBITaxon:224308 20190829 GO_Central transferase activity, transferring pentosyl groups -UniProtKB O34575 ykcB GO:0005886 PMID:21873635 IBA PANTHER:PTN002141805|UniProtKB:P76473 C Putative mannosyltransferase YkcB UniProtKB:O34575|PTN002141838 protein NCBITaxon:224308 20190829 GO_Central plasma membrane -UniProtKB O34570 ytlP GO:0005829 PMID:21873635 IBA PANTHER:PTN001439959|RGD:1303071|UniProtKB:Q9P0M2 C RNA 2',3'-cyclic phosphodiesterase UniProtKB:O34570|PTN001814835 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O34570 ytlP GO:0034237 PMID:21873635 IBA PANTHER:PTN001439959|MGI:MGI:1859150|RGD:1303071 F RNA 2',3'-cyclic phosphodiesterase UniProtKB:O34570|PTN001814835 protein NCBITaxon:224308 20170228 GO_Central protein kinase A regulatory subunit binding -UniProtKB O34570 ytlP GO:0010738 PMID:21873635 IBA PANTHER:PTN001439959|RGD:1303071 P RNA 2',3'-cyclic phosphodiesterase UniProtKB:O34570|PTN001814835 protein NCBITaxon:224308 20170228 GO_Central regulation of protein kinase A signaling -UniProtKB O34569 yoaA GO:0005737 PMID:21873635 IBA PANTHER:PTN001272762|UniProtKB:P0A948 C Uncharacterized N-acetyltransferase YoaA UniProtKB:O34569|PTN001272811 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB O34569 yoaA GO:0008999 PMID:21873635 IBA PANTHER:PTN001272762|UniProtKB:P0A948 F Uncharacterized N-acetyltransferase YoaA UniProtKB:O34569|PTN001272811 protein NCBITaxon:224308 20170228 GO_Central ribosomal-protein-alanine N-acetyltransferase activity -UniProtKB O34565 hisH GO:0000107 PMID:21873635 IBA PANTHER:PTN000478058|UniProtKB:P60595 F Imidazole glycerol phosphate synthase subunit HisH UniProtKB:O34565|PTN000478063 protein NCBITaxon:224308 20170228 GO_Central imidazoleglycerol-phosphate synthase activity -UniProtKB O34564 ykuU GO:0045454 PMID:21873635 IBA PANTHER:PTN000073874|TAIR:locus:2164265|SGD:S000004490|FB:FBgn0040309|UniProtKB:P9WQB7|SGD:S000002861|MGI:MGI:1859815|TAIR:locus:2080707|PomBase:SPCC576.03c P Putative peroxiredoxin YkuU UniProtKB:O34564|PTN000074090 protein NCBITaxon:224308 20200807 GO_Central cell redox homeostasis -UniProtKB O34564 ykuU GO:0008379 PMID:21873635 IBA PANTHER:PTN000073874|UniProtKB:Q8I5Q6|SGD:S000002861|UniProtKB:Q8IL80|FB:FBgn0040309|UniProtKB:P0CU34|UniProtKB:Q06830|SGD:S000004490|CGD:CAL0000174369|UniProtKB:P32119|FB:FBgn0040308|WB:F09E5.15c|PomBase:SPCC576.03c F Putative peroxiredoxin YkuU UniProtKB:O34564|PTN000074090 protein NCBITaxon:224308 20200807 GO_Central thioredoxin peroxidase activity -UniProtKB O34564 ykuU GO:0006979 PMID:21873635 IBA PANTHER:PTN000073874|WB:F09E5.15c|UniProtKB:P0AE08|RGD:620039|UniProtKB:Q8I5Q6|UniProtKB:Q8IL80|UniProtKB:P0CU34|RGD:3838|UniProtKB:P32119|MGI:MGI:109486|FB:FBgn0040308|PomBase:SPCC576.03c|SGD:S000002861|FB:FBgn0040309|MGI:MGI:99523|SGD:S000004490|CGD:CAL0000174369 P Putative peroxiredoxin YkuU UniProtKB:O34564|PTN000074090 protein NCBITaxon:224308 20200807 GO_Central response to oxidative stress -UniProtKB O34564 ykuU GO:0042744 PMID:21873635 IBA PANTHER:PTN000073874|MGI:MGI:109486|CGD:CAL0000174369|UniProtKB:Q6ER94|UniProtKB:P0CU34|UniProtKB:Q06830|FB:FBgn0040309|PomBase:SPCC576.03c|WB:F09E5.15c|FB:FBgn0040308 P Putative peroxiredoxin YkuU UniProtKB:O34564|PTN000074090 protein NCBITaxon:224308 20180301 GO_Central hydrogen peroxide catabolic process -UniProtKB O34564 ykuU GO:0033554 PMID:21873635 IBA PANTHER:PTN000073874|UniProtKB:Q8IL80|SGD:S000002861|MGI:MGI:99523|UniProtKB:P0CU34|SGD:S000004490|CGD:CAL0000174369|UniProtKB:P32119|MGI:MGI:109486|FB:FBgn0040308|UniProtKB:P0AE08|PomBase:SPCC576.03c P Putative peroxiredoxin YkuU UniProtKB:O34564|PTN000074090 protein NCBITaxon:224308 20201023 GO_Central cellular response to stress -UniProtKB O34564 ykuU GO:0005829 PMID:21873635 IBA PANTHER:PTN000073874|RGD:3838|SGD:S000004490|FB:FBgn0040309|UniProtKB:Q8IL80|MGI:MGI:1859815|RGD:620039|UniProtKB:P0AE08|FB:FBgn0040308 C Putative peroxiredoxin YkuU UniProtKB:O34564|PTN000074090 protein NCBITaxon:224308 20200929 GO_Central cytosol -UniProtKB O34563 glnH GO:0030288 PMID:21873635 IBA PANTHER:PTN001247907|UniProtKB:P37902 C ABC transporter glutamine-binding protein GlnH UniProtKB:O34563|PTN000438642 protein NCBITaxon:224308 20200809 GO_Central outer membrane-bounded periplasmic space -UniProtKB O34557 rpe GO:0004750 PMID:21873635 IBA PANTHER:PTN000202667|UniProtKB:P0AG07|UniProtKB:Q96AT9|RGD:1564890|SGD:S000003657 F Ribulose-phosphate 3-epimerase UniProtKB:O34557|PTN000202747 protein NCBITaxon:224308 20170228 GO_Central ribulose-phosphate 3-epimerase activity -UniProtKB O34557 rpe GO:0046872 PMID:21873635 IBA PANTHER:PTN000202667|UniProtKB:P0AG07|UniProtKB:Q96AT9|UniProtKB:P32719 F Ribulose-phosphate 3-epimerase UniProtKB:O34557|PTN000202747 protein NCBITaxon:224308 20200807 GO_Central metal ion binding -UniProtKB O34557 rpe GO:0009052 PMID:21873635 IBA PANTHER:PTN000202667|UniProtKB:P0AG07|RGD:1564890 P Ribulose-phosphate 3-epimerase UniProtKB:O34557|PTN000202747 protein NCBITaxon:224308 20170228 GO_Central pentose-phosphate shunt, non-oxidative branch -UniProtKB O34557 rpe GO:0019323 PMID:21873635 IBA PANTHER:PTN000202667|UniProtKB:P0AG07 P Ribulose-phosphate 3-epimerase UniProtKB:O34557|PTN000202747 protein NCBITaxon:224308 20170228 GO_Central pentose catabolic process -UniProtKB O34557 rpe GO:0044262 PMID:21873635 IBA PANTHER:PTN000202667|UniProtKB:P32719 P Ribulose-phosphate 3-epimerase UniProtKB:O34557|PTN000202747 protein NCBITaxon:224308 20170228 GO_Central cellular carbohydrate metabolic process -UniProtKB O34557 rpe GO:0005829 PMID:21873635 IBA PANTHER:PTN000202667|UniProtKB:P0AG07|TAIR:locus:2038456 C Ribulose-phosphate 3-epimerase UniProtKB:O34557|PTN000202747 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O34553 ytsP GO:0005829 PMID:21873635 IBA PANTHER:PTN000470869|TAIR:locus:2116169|UniProtKB:P76270 C Protein YtsP UniProtKB:O34553|PTN000470954 protein NCBITaxon:224308 20170828 GO_Central cytosol -UniProtKB O34553 ytsP GO:0070191 PMID:21873635 IBA PANTHER:PTN000470869|SGD:S000001552 F Protein YtsP UniProtKB:O34553|PTN000470954 protein NCBITaxon:224308 20170828 GO_Central methionine-R-sulfoxide reductase activity -UniProtKB O34545 braB GO:0015820 PMID:21873635 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 P Branched-chain amino acid transport system carrier protein BraB UniProtKB:O34545|PTN000778734 protein NCBITaxon:224308 20170228 GO_Central leucine transport -UniProtKB O34545 braB GO:0005886 PMID:21873635 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 C Branched-chain amino acid transport system carrier protein BraB UniProtKB:O34545|PTN000778734 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O34545 braB GO:0005304 PMID:21873635 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 F Branched-chain amino acid transport system carrier protein BraB UniProtKB:O34545|PTN000778734 protein NCBITaxon:224308 20170228 GO_Central L-valine transmembrane transporter activity -UniProtKB O34545 braB GO:0015190 PMID:21873635 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 F Branched-chain amino acid transport system carrier protein BraB UniProtKB:O34545|PTN000778734 protein NCBITaxon:224308 20170228 GO_Central L-leucine transmembrane transporter activity -UniProtKB O34545 braB GO:0015818 PMID:21873635 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 P Branched-chain amino acid transport system carrier protein BraB UniProtKB:O34545|PTN000778734 protein NCBITaxon:224308 20170228 GO_Central isoleucine transport -UniProtKB O34545 braB GO:0015188 PMID:21873635 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 F Branched-chain amino acid transport system carrier protein BraB UniProtKB:O34545|PTN000778734 protein NCBITaxon:224308 20170228 GO_Central L-isoleucine transmembrane transporter activity -UniProtKB O34545 braB GO:0015829 PMID:21873635 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 P Branched-chain amino acid transport system carrier protein BraB UniProtKB:O34545|PTN000778734 protein NCBITaxon:224308 20170228 GO_Central valine transport -UniProtKB O34534 citT GO:0000156 PMID:21873635 IBA PANTHER:PTN001982310|UniProtKB:P0AEF4 F Transcriptional regulatory protein CitT UniProtKB:O34534|PTN000724598 protein NCBITaxon:224308 20171018 GO_Central phosphorelay response regulator activity -UniProtKB O34529 pfkA GO:0006002 PMID:21873635 IBA PANTHER:PTN000344216|UniProtKB:P17858|RGD:3311|RGD:68419|PomBase:SPBC16H5.02|UniProtKB:P08237|dictyBase:DDB_G0274111|RGD:61893|MGI:MGI:97547 P ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20180503 GO_Central fructose 6-phosphate metabolic process -UniProtKB O34529 pfkA GO:0061621 PMID:21873635 IBA PANTHER:PTN000344216|MGI:MGI:97548 P ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20180503 GO_Central canonical glycolysis -UniProtKB O34529 pfkA GO:0048029 PMID:21873635 IBA PANTHER:PTN000344216|UniProtKB:P08237|RGD:3311|UniProtKB:P17858 F ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20180503 GO_Central monosaccharide binding -UniProtKB O34529 pfkA GO:0070095 PMID:21873635 IBA PANTHER:PTN000344216|RGD:68419|RGD:61893|PomBase:SPBC16H5.02|RGD:3311|UniProtKB:P17858 F ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20180503 GO_Central fructose-6-phosphate binding -UniProtKB O34529 pfkA GO:0005524 PMID:21873635 IBA PANTHER:PTN000344216|UniProtKB:P17858|RGD:3311|PomBase:SPBC16H5.02|UniProtKB:P0A796|UniProtKB:P08237|RGD:68419|RGD:61893 F ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20180503 GO_Central ATP binding -UniProtKB O34529 pfkA GO:0030388 PMID:21873635 IBA PANTHER:PTN000344216|RGD:68419|RGD:61893|UniProtKB:P17858|RGD:3311|PomBase:SPBC16H5.02 P ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20180503 GO_Central fructose 1,6-bisphosphate metabolic process -UniProtKB O34529 pfkA GO:0003872 PMID:21873635 IBA PANTHER:PTN000344216|CGD:CAL0000190617|RGD:3311|CGD:CAL0000186427|RGD:68419|PomBase:SPBC16H5.02|UniProtKB:P0A796|UniProtKB:P08237|FB:FBgn0003071|MGI:MGI:97548|RGD:61893|dictyBase:DDB_G0274111 F ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20200808 GO_Central 6-phosphofructokinase activity -UniProtKB O34529 pfkA GO:0016208 PMID:21873635 IBA PANTHER:PTN000344216|RGD:68419 F ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20180503 GO_Central AMP binding -UniProtKB O34529 pfkA GO:0005945 PMID:21873635 IBA PANTHER:PTN000344216|SGD:S000004818|PomBase:SPBC16H5.02|UniProtKB:P08237|UniProtKB:P0A796|dictyBase:DDB_G0274111|UniProtKB:P17858|CGD:CAL0000186427|CGD:CAL0000190617|SGD:S000003472 C ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20200808 GO_Central 6-phosphofructokinase complex -UniProtKB O34529 pfkA GO:0042802 PMID:21873635 IBA PANTHER:PTN000344216|UniProtKB:P0A796|UniProtKB:P08237|MGI:MGI:97548|RGD:61893|UniProtKB:P17858|RGD:3311|UniProtKB:Q01813|RGD:68419 F ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20190106 GO_Central identical protein binding -UniProtKB O34527 cymR GO:0006355 PMID:21873635 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8|UniProtKB:P0AF63 P HTH-type transcriptional regulator CymR UniProtKB:O34527|PTN002113854 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB O34527 cymR GO:0003700 PMID:21873635 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 F HTH-type transcriptional regulator CymR UniProtKB:O34527|PTN002113854 protein NCBITaxon:224308 20170420 GO_Central DNA-binding transcription factor activity -UniProtKB O34527 cymR GO:0005829 PMID:21873635 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 C HTH-type transcriptional regulator CymR UniProtKB:O34527|PTN002113854 protein NCBITaxon:224308 20170420 GO_Central cytosol -UniProtKB O34526 alaS GO:0006419 PMID:21873635 IBA PANTHER:PTN000206950|MGI:MGI:2384560|SGD:S000005862|UniProtKB:Q5JTZ9|CGD:CAL0000182169|UniProtKB:P49588|UniProtKB:P00957|RGD:1304832 P Alanine--tRNA ligase UniProtKB:O34526|PTN000207064 protein NCBITaxon:224308 20170228 GO_Central alanyl-tRNA aminoacylation -UniProtKB O34526 alaS GO:0005524 PMID:21873635 IBA PANTHER:PTN000206950|RGD:1304832 F Alanine--tRNA ligase UniProtKB:O34526|PTN000207064 protein NCBITaxon:224308 20180508 GO_Central ATP binding -UniProtKB O34526 alaS GO:0002161 PMID:21873635 IBA PANTHER:PTN000206950|UniProtKB:P00957|UniProtKB:P49588|UniProtKB:Q57984|MGI:MGI:2384560 F Alanine--tRNA ligase UniProtKB:O34526|PTN000207064 protein NCBITaxon:224308 20190105 GO_Central aminoacyl-tRNA editing activity -UniProtKB O34526 alaS GO:0005829 PMID:21873635 IBA PANTHER:PTN000207063|UniProtKB:P00957 C Alanine--tRNA ligase UniProtKB:O34526|PTN000207064 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O34526 alaS GO:0004813 PMID:21873635 IBA PANTHER:PTN000206950|RGD:1304832|CGD:CAL0000182169|UniProtKB:P49588|UniProtKB:P00957|UniProtKB:Q5JTZ9|MGI:MGI:2384560|SGD:S000005862 F Alanine--tRNA ligase UniProtKB:O34526|PTN000207064 protein NCBITaxon:224308 20200808 GO_Central alanine-tRNA ligase activity -UniProtKB O34526 alaS GO:0006400 PMID:21873635 IBA PANTHER:PTN000206950|MGI:MGI:2384560 P Alanine--tRNA ligase UniProtKB:O34526|PTN000207064 protein NCBITaxon:224308 20170228 GO_Central tRNA modification -UniProtKB O34526 alaS GO:0016597 PMID:21873635 IBA PANTHER:PTN000206950|RGD:1304832 F Alanine--tRNA ligase UniProtKB:O34526|PTN000207064 protein NCBITaxon:224308 20170228 GO_Central amino acid binding -UniProtKB O34522 trmB GO:0043527 PMID:21873635 IBA PANTHER:PTN000602515|SGD:S000002360 C tRNA (guanine-N(7)-)-methyltransferase UniProtKB:O34522|PTN000602578 protein NCBITaxon:224308 20170228 GO_Central tRNA methyltransferase complex -UniProtKB O34522 trmB GO:0036265 PMID:21873635 IBA PANTHER:PTN000602515|SGD:S000002360|UniProtKB:P0A8I5 P tRNA (guanine-N(7)-)-methyltransferase UniProtKB:O34522|PTN000602578 protein NCBITaxon:224308 20170228 GO_Central RNA (guanine-N7)-methylation -UniProtKB O34522 trmB GO:0030488 PMID:21873635 IBA PANTHER:PTN000602515|UniProtKB:P0A8I5|SGD:S000002360 P tRNA (guanine-N(7)-)-methyltransferase UniProtKB:O34522|PTN000602578 protein NCBITaxon:224308 20170228 GO_Central tRNA methylation -UniProtKB O34522 trmB GO:0008176 PMID:21873635 IBA PANTHER:PTN000602515|UniProtKB:Q9UBP6|UniProtKB:P0A8I5 F tRNA (guanine-N(7)-)-methyltransferase UniProtKB:O34522|PTN000602578 protein NCBITaxon:224308 20170228 GO_Central tRNA (guanine-N7-)-methyltransferase activity -UniProtKB O34996 polA GO:0003887 PMID:21873635 IBA PANTHER:PTN000015249|UniProtKB:Q7Z5Q5|FB:FBgn0002905|UniProtKB:O75417|UniProtKB:P00582|MGI:MGI:2155399|UniProtKB:Q6Z4T5 F DNA polymerase I UniProtKB:O34996|PTN000015329 protein NCBITaxon:224308 20200807 GO_Central DNA-directed DNA polymerase activity -UniProtKB O34996 polA GO:0006261 PMID:21873635 IBA PANTHER:PTN000015249|TAIR:locus:2036361|FB:FBgn0002905|UniProtKB:Q84ND9|UniProtKB:P00582 P DNA polymerase I UniProtKB:O34996|PTN000015329 protein NCBITaxon:224308 20200807 GO_Central DNA-dependent DNA replication -UniProtKB O34996 polA GO:0006281 PMID:21873635 IBA PANTHER:PTN000015328|UniProtKB:P00582 P DNA polymerase I UniProtKB:O34996|PTN000015329 protein NCBITaxon:224308 20170228 GO_Central DNA repair -UniProtKB O34996 polA GO:0008409 PMID:21873635 IBA PANTHER:PTN000015249|UniProtKB:P00582 F DNA polymerase I UniProtKB:O34996|PTN000015329 protein NCBITaxon:224308 20170228 GO_Central 5'-3' exonuclease activity -UniProtKB O34996 polA GO:0005737 PMID:21873635 IBA PANTHER:PTN000015249|UniProtKB:Q6Z4T5|TAIR:locus:2036361|UniProtKB:P00582|UniProtKB:Q84ND9|UniProtKB:O75417 C DNA polymerase I UniProtKB:O34996|PTN000015329 protein NCBITaxon:224308 20201231 GO_Central cytoplasm -UniProtKB O34989 yvrG GO:0046777 PMID:21873635 IBA PANTHER:PTN001976860|UniProtKB:P9WGK5|UniProtKB:P77510|SGD:S000001409 P Sensor histidine kinase YvrG UniProtKB:O34989|PTN000703615 protein NCBITaxon:224308 20180504 GO_Central protein autophosphorylation -UniProtKB O34989 yvrG GO:0005887 PMID:21873635 IBA PANTHER:PTN001976860|UniProtKB:P39838|SGD:S000001409 C Sensor histidine kinase YvrG UniProtKB:O34989|PTN000703615 protein NCBITaxon:224308 20180504 GO_Central integral component of plasma membrane -UniProtKB O34989 yvrG GO:0009927 PMID:21873635 IBA PANTHER:PTN001976860|UniProtKB:P39838|SGD:S000001409 F Sensor histidine kinase YvrG UniProtKB:O34989|PTN000703615 protein NCBITaxon:224308 20200810 GO_Central histidine phosphotransfer kinase activity -UniProtKB O34989 yvrG GO:0000155 PMID:21873635 IBA PANTHER:PTN001976860|UniProtKB:Q9HT87|UniProtKB:Q9HYX0|UniProtKB:Q9I3B1 F Sensor histidine kinase YvrG UniProtKB:O34989|PTN000703615 protein NCBITaxon:224308 20180504 GO_Central phosphorelay sensor kinase activity -UniProtKB O34987 pbuG GO:0005886 PMID:21873635 IBA PANTHER:PTN000122196|UniProtKB:Q46817|UniProtKB:G5EB00|UniProtKB:P31466|UniProtKB:P31440|UniProtKB:P0AF52 C Guanine/hypoxanthine permease PbuG UniProtKB:O34987|PTN000122219 protein NCBITaxon:224308 20200810 GO_Central plasma membrane -UniProtKB O34987 pbuG GO:0005345 PMID:21873635 IBA PANTHER:PTN000122196|UniProtKB:G5EB00|UniProtKB:Q46817|TAIR:locus:2085517|UniProtKB:P31466|UniProtKB:P31440|UniProtKB:P0AF52|TAIR:locus:2157752 F Guanine/hypoxanthine permease PbuG UniProtKB:O34987|PTN000122219 protein NCBITaxon:224308 20170601 GO_Central purine nucleobase transmembrane transporter activity -UniProtKB O34980 ytnL GO:0016787 PMID:21873635 IBA PANTHER:PTN000791457|TAIR:locus:2017607|TAIR:locus:2164976|TAIR:locus:2823614|UniProtKB:O34916|TAIR:locus:2075382 F Uncharacterized hydrolase YtnL UniProtKB:O34980|PTN000791516 protein NCBITaxon:224308 20190524 GO_Central hydrolase activity -UniProtKB O34979 yvrO GO:0055085 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7|UniProtKB:P33593|UniProtKB:P33916 P Uncharacterized ABC transporter ATP-binding protein YvrO UniProtKB:O34979|PTN000656382 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport -UniProtKB O34979 yvrO GO:0005886 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P75957|UniProtKB:O05779|UniProtKB:P0A9R7|UniProtKB:O34814|UniProtKB:P33916 C Uncharacterized ABC transporter ATP-binding protein YvrO UniProtKB:O34979|PTN000656382 protein NCBITaxon:224308 20190221 GO_Central plasma membrane -UniProtKB O34979 yvrO GO:0022857 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:Q9I2T7|UniProtKB:P9WQL7 F Uncharacterized ABC transporter ATP-binding protein YvrO UniProtKB:O34979|PTN000656382 protein NCBITaxon:224308 20190221 GO_Central transmembrane transporter activity -UniProtKB O34978 pbuO GO:0005345 PMID:21873635 IBA PANTHER:PTN000122196|UniProtKB:G5EB00|UniProtKB:Q46817|TAIR:locus:2085517|UniProtKB:P31466|UniProtKB:P31440|UniProtKB:P0AF52|TAIR:locus:2157752 F Guanine/hypoxanthine permease PbuO UniProtKB:O34978|PTN000122218 protein NCBITaxon:224308 20170601 GO_Central purine nucleobase transmembrane transporter activity -UniProtKB O34978 pbuO GO:0005886 PMID:21873635 IBA PANTHER:PTN000122196|UniProtKB:Q46817|UniProtKB:G5EB00|UniProtKB:P31466|UniProtKB:P31440|UniProtKB:P0AF52 C Guanine/hypoxanthine permease PbuO UniProtKB:O34978|PTN000122218 protein NCBITaxon:224308 20200810 GO_Central plasma membrane -UniProtKB O34969 yfjR GO:0016616 PMID:21873635 IBA PANTHER:PTN001885233|UniProtKB:Q9LSV0|TAIR:locus:2007923 F Uncharacterized oxidoreductase YfjR UniProtKB:O34969|PTN000541461 protein NCBITaxon:224308 20210129 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB O34954 yodH GO:0008168 PMID:21873635 IBA PANTHER:PTN001602504|WB:WBGene00018811|UniProtKB:P9WIN3|UniProtKB:P36999 F Uncharacterized methyltransferase YodH UniProtKB:O34954|PTN000011302 protein NCBITaxon:224308 20200810 GO_Central methyltransferase activity -UniProtKB O34949 ykoM GO:0006950 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YkoM UniProtKB:O34949|PTN001825910 protein NCBITaxon:224308 20170228 GO_Central response to stress -UniProtKB O34949 ykoM GO:0000976 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4 F Uncharacterized HTH-type transcriptional regulator YkoM UniProtKB:O34949|PTN001825910 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O34949 ykoM GO:0006355 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4|UniProtKB:P0A8W2|UniProtKB:Q8EI70|UniProtKB:P27245|UniProtKB:P11065 P Uncharacterized HTH-type transcriptional regulator YkoM UniProtKB:O34949|PTN001825910 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB O34946 znuC GO:0043190 PMID:21873635 IBA PANTHER:PTN001198668|UniProtKB:P06611 C High-affinity zinc uptake system ATP-binding protein ZnuC UniProtKB:O34946|PTN000656655 protein NCBITaxon:224308 20170511 GO_Central ATP-binding cassette (ABC) transporter complex -UniProtKB O34946 znuC GO:0042626 PMID:21873635 IBA PANTHER:PTN001198668|UniProtKB:P06611 F High-affinity zinc uptake system ATP-binding protein ZnuC UniProtKB:O34946|PTN000656655 protein NCBITaxon:224308 20210102 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB O34942 recG GO:0006281 PMID:21873635 IBA PANTHER:PTN002773745|TAIR:locus:2049541|UniProtKB:Q9HTL3 P ATP-dependent DNA helicase RecG UniProtKB:O34942|PTN002773771 protein NCBITaxon:224308 20190430 GO_Central DNA repair -UniProtKB O34942 recG GO:0003678 PMID:21873635 IBA PANTHER:PTN002773745|UniProtKB:Q9HTL3|UniProtKB:P24230 F ATP-dependent DNA helicase RecG UniProtKB:O34942|PTN002773771 protein NCBITaxon:224308 20190430 GO_Central DNA helicase activity -UniProtKB O34940 yvrE GO:0005509 PMID:21873635 IBA PANTHER:PTN000097355|RGD:3560|UniProtKB:Q15493 F Putative sugar lactone lactonase YvrE UniProtKB:O34940|PTN000097434 protein NCBITaxon:224308 20170228 GO_Central calcium ion binding -UniProtKB O34940 yvrE GO:0004341 PMID:21873635 IBA PANTHER:PTN000097355|UniProtKB:Q15493|RGD:3560|MGI:MGI:108024 F Putative sugar lactone lactonase YvrE UniProtKB:O34940|PTN000097434 protein NCBITaxon:224308 20170228 GO_Central gluconolactonase activity -UniProtKB O34940 yvrE GO:0019853 PMID:21873635 IBA PANTHER:PTN000097355|MGI:MGI:108024 P Putative sugar lactone lactonase YvrE UniProtKB:O34940|PTN000097434 protein NCBITaxon:224308 20170228 GO_Central L-ascorbic acid biosynthetic process -UniProtKB O34929 yfkF GO:0005886 PMID:21873635 IBA PANTHER:PTN001922254|UniProtKB:P21503 C Uncharacterized MFS-type transporter YfkF UniProtKB:O34929|PTN000607046 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O34926 cypX GO:0008395 PMID:21873635 IBA PANTHER:PTN001209364|UniProtKB:P9WPP3|UniProtKB:P9WPL5|UniProtKB:P9WPP1 F Pulcherriminic acid synthase UniProtKB:O34926|PTN001209362 protein NCBITaxon:224308 20170228 GO_Central steroid hydroxylase activity -UniProtKB O34926 cypX GO:0036199 PMID:21873635 IBA PANTHER:PTN001209364|UniProtKB:P9WPL5|UniProtKB:P9WPP1|UniProtKB:P9WPP3 F Pulcherriminic acid synthase UniProtKB:O34926|PTN001209362 protein NCBITaxon:224308 20170228 GO_Central cholest-4-en-3-one 26-monooxygenase activity -UniProtKB O34926 cypX GO:0006707 PMID:21873635 IBA PANTHER:PTN001209364|UniProtKB:P9WPL5|UniProtKB:P9WPP1 P Pulcherriminic acid synthase UniProtKB:O34926|PTN001209362 protein NCBITaxon:224308 20170228 GO_Central cholesterol catabolic process -UniProtKB O34919 yosS GO:0006226 PMID:21873635 IBA PANTHER:PTN000133341|RGD:620849|UniProtKB:O34919|UniProtKB:P06968 P SPBc2 prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS UniProtKB:O34919|PTN000133421 protein NCBITaxon:224308 20200807 GO_Central dUMP biosynthetic process -UniProtKB O34919 yosS GO:0046081 PMID:21873635 IBA PANTHER:PTN000133341|SGD:S000000456|UniProtKB:P06968|UniProtKB:O34919|RGD:620849 P SPBc2 prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS UniProtKB:O34919|PTN000133421 protein NCBITaxon:224308 20200807 GO_Central dUTP catabolic process -UniProtKB O34919 yosS GO:0004170 PMID:21873635 IBA PANTHER:PTN000133341|RGD:620849|CGD:CAL0000195525|dictyBase:DDB_G0293374|UniProtKB:P06968|UniProtKB:O34919|UniProtKB:P9WNS5|SGD:S000000456|FB:FBgn0250837 F SPBc2 prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS UniProtKB:O34919|PTN000133421 protein NCBITaxon:224308 20200807 GO_Central dUTP diphosphatase activity -UniProtKB O34919 yosS GO:0000287 PMID:21873635 IBA PANTHER:PTN000133341|UniProtKB:P06968|dictyBase:DDB_G0293374|UniProtKB:O34919|TAIR:locus:2102817|UniProtKB:P9WNS5 F SPBc2 prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS UniProtKB:O34919|PTN000133421 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding -UniProtKB O34916 ykuR GO:0019877 PMID:21873635 IBA PANTHER:PTN001663873|UniProtKB:O34916 P N-acetyldiaminopimelate deacetylase UniProtKB:O34916|PTN000110857 protein NCBITaxon:224308 20190524 GO_Central diaminopimelate biosynthetic process -UniProtKB O34916 ykuR GO:0050118 PMID:21873635 IBA PANTHER:PTN001663873|UniProtKB:O34916 F N-acetyldiaminopimelate deacetylase UniProtKB:O34916|PTN000110857 protein NCBITaxon:224308 20190524 GO_Central N-acetyldiaminopimelate deacetylase activity -UniProtKB O34916 ykuR GO:0016787 PMID:21873635 IBA PANTHER:PTN000791457|TAIR:locus:2017607|TAIR:locus:2164976|TAIR:locus:2823614|UniProtKB:O34916|TAIR:locus:2075382 F N-acetyldiaminopimelate deacetylase UniProtKB:O34916|PTN000110857 protein NCBITaxon:224308 20190524 GO_Central hydrolase activity -UniProtKB O34909 yerA GO:0000034 PMID:21873635 IBA PANTHER:PTN002476570|UniProtKB:P31441 F Putative adenine deaminase YerA UniProtKB:O34909|PTN000122004 protein NCBITaxon:224308 20181220 GO_Central adenine deaminase activity -UniProtKB O34908 ykoX GO:0005886 PMID:21873635 IBA PANTHER:PTN001251531|UniProtKB:P33366|UniProtKB:P0ADR0 C Uncharacterized membrane protein YkoX UniProtKB:O34908|PTN001251536 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O34903 ykoG GO:0000976 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P21866|UniProtKB:P69228|UniProtKB:P08368|UniProtKB:Q8EE50|UniProtKB:Q8EHJ3|UniProtKB:Q04803|UniProtKB:P23836|UniProtKB:P0A9Q1|UniProtKB:O24973 F Uncharacterized transcriptional regulatory protein YkoG UniProtKB:O34903|PTN000703894 protein NCBITaxon:224308 20200810 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O34903 ykoG GO:0000156 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P30843|UniProtKB:P0A9Q1|UniProtKB:O07776|UniProtKB:P38684|UniProtKB:Q9I2U3|UniProtKB:P0AA16 F Uncharacterized transcriptional regulatory protein YkoG UniProtKB:O34903|PTN000703894 protein NCBITaxon:224308 20170829 GO_Central phosphorelay response regulator activity -UniProtKB O34903 ykoG GO:0001216 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P21866|UniProtKB:P23836|UniProtKB:Q8EHJ3 F Uncharacterized transcriptional regulatory protein YkoG UniProtKB:O34903|PTN000703894 protein NCBITaxon:224308 20170829 GO_Central DNA-binding transcription activator activity -UniProtKB O34903 ykoG GO:0032993 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EHJ3|UniProtKB:Q8EE50 C Uncharacterized transcriptional regulatory protein YkoG UniProtKB:O34903|PTN000703894 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex -UniProtKB O34903 ykoG GO:0005829 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P69228|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P0AE88 C Uncharacterized transcriptional regulatory protein YkoG UniProtKB:O34903|PTN000703894 protein NCBITaxon:224308 20170829 GO_Central cytosol -UniProtKB O35038 ytlI GO:0000986 PMID:21873635 IBA PANTHER:PTN000790637|UniProtKB:P0ACQ7 F HTH-type transcriptional regulator YtlI UniProtKB:O35038|PTN001285580 protein NCBITaxon:224308 20170228 GO_Central bacterial-type cis-regulatory region sequence-specific DNA binding -UniProtKB O35038 ytlI GO:0005829 PMID:21873635 IBA PANTHER:PTN000790637|UniProtKB:P0ACR7 C HTH-type transcriptional regulator YtlI UniProtKB:O35038|PTN001285580 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O35038 ytlI GO:0006355 PMID:21873635 IBA PANTHER:PTN000790637|UniProtKB:P77171|UniProtKB:P0ACQ7 P HTH-type transcriptional regulator YtlI UniProtKB:O35038|PTN001285580 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB O35033 coaBC GO:0004633 PMID:21873635 IBA PANTHER:PTN000372091|TAIR:locus:2087669|UniProtKB:P9WNZ1|UniProtKB:P0ABQ0|TAIR:locus:1006230763|UniProtKB:Q96CD2|UniProtKB:Q69K55 F Probable coenzyme A biosynthesis bifunctional protein CoaBC UniProtKB:O35033|PTN000372179 protein NCBITaxon:224308 20200508 GO_Central phosphopantothenoylcysteine decarboxylase activity -UniProtKB O35033 coaBC GO:0010181 PMID:21873635 IBA PANTHER:PTN000372091|UniProtKB:P0ABQ0|UniProtKB:Q69K55 F Probable coenzyme A biosynthesis bifunctional protein CoaBC UniProtKB:O35033|PTN000372179 protein NCBITaxon:224308 20200508 GO_Central FMN binding -UniProtKB O35033 coaBC GO:0015937 PMID:21873635 IBA PANTHER:PTN000372091|TAIR:locus:2087669|UniProtKB:P9WNZ1|SGD:S000001780|SGD:S000005580|UniProtKB:P0ABQ0|SGD:S000001571|UniProtKB:Q96CD2|TAIR:locus:1006230763 P Probable coenzyme A biosynthesis bifunctional protein CoaBC UniProtKB:O35033|PTN000372179 protein NCBITaxon:224308 20200508 GO_Central coenzyme A biosynthetic process -UniProtKB O35033 coaBC GO:0071513 PMID:21873635 IBA PANTHER:PTN000372091|SGD:S000001780|SGD:S000001571|SGD:S000005580 C Probable coenzyme A biosynthesis bifunctional protein CoaBC UniProtKB:O35033|PTN000372179 protein NCBITaxon:224308 20200508 GO_Central phosphopantothenoylcysteine decarboxylase complex -UniProtKB O35031 acyP GO:0003998 PMID:21873635 IBA PANTHER:PTN000003030|FB:FBgn0038363|FB:FBgn0025115|UniProtKB:P0AB65 F Acylphosphatase UniProtKB:O35031|PTN000003109 protein NCBITaxon:224308 20170228 GO_Central acylphosphatase activity -UniProtKB O35024 mntC GO:0010043 PMID:21873635 IBA PANTHER:PTN000767170|UniProtKB:Q9HT72 P Manganese transport system membrane protein MntC UniProtKB:O35024|PTN000767178 protein NCBITaxon:224308 20170228 GO_Central response to zinc ion -UniProtKB O35024 mntC GO:0005886 PMID:21873635 IBA PANTHER:PTN000767170|UniProtKB:P39832 C Manganese transport system membrane protein MntC UniProtKB:O35024|PTN000767178 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O35023 sodF GO:0030145 PMID:21873635 IBA PANTHER:PTN000150074|RGD:3732|UniProtKB:P04179|PomBase:SPAC1486.01 F Probable superoxide dismutase [Fe] UniProtKB:O35023|PTN000150146 protein NCBITaxon:224308 20181209 GO_Central manganese ion binding -UniProtKB O35023 sodF GO:0004784 PMID:21873635 IBA PANTHER:PTN000150074|WB:WBGene00004931|UniProtKB:A0A1D8PQH5|CGD:CAL0000191321|UniProtKB:P9WGE7|RGD:3732|MGI:MGI:98352|UniProtKB:P09233|PomBase:SPAC1486.01|WB:WBGene00004932|UniProtKB:P04179|SGD:S000001050|TAIR:locus:2085552 F Probable superoxide dismutase [Fe] UniProtKB:O35023|PTN000150146 protein NCBITaxon:224308 20200807 GO_Central superoxide dismutase activity -UniProtKB O35020 mnmA GO:0002143 PMID:21873635 IBA PANTHER:PTN000232426|UniProtKB:P25745|SGD:S000002191 P tRNA-specific 2-thiouridylase MnmA UniProtKB:O35020|PTN000232482 protein NCBITaxon:224308 20170228 GO_Central tRNA wobble position uridine thiolation -UniProtKB O35018 lmrB GO:0016020 PMID:21873635 IBA PANTHER:PTN001161692|SGD:S000005905|SGD:S000004584 C Lincomycin resistance protein LmrB UniProtKB:O35018|PTN000606387 protein NCBITaxon:224308 20180620 GO_Central membrane -UniProtKB O35016 yfkJ GO:0004725 PMID:21873635 IBA PANTHER:PTN000197212|SGD:S000006277|RGD:2020|UniProtKB:P0AAB2|UniProtKB:P0ACZ2|PomBase:SPAC1071.12c|FB:FBgn0040076|UniProtKB:P9WIA1 F Low molecular weight protein-tyrosine-phosphatase YfkJ UniProtKB:O35016|PTN000197335 protein NCBITaxon:224308 20181018 GO_Central protein tyrosine phosphatase activity -UniProtKB O35006 hisA GO:0005737 PMID:21873635 IBA PANTHER:PTN000478036|UniProtKB:P10371|TAIR:locus:2049470 C 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase UniProtKB:O35006|PTN000478043 protein NCBITaxon:224308 20200810 GO_Central cytoplasm -UniProtKB O35006 hisA GO:0000162 PMID:21873635 IBA PANTHER:PTN000478036|UniProtKB:P9WMM5 P 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase UniProtKB:O35006|PTN000478043 protein NCBITaxon:224308 20170228 GO_Central tryptophan biosynthetic process -UniProtKB O35006 hisA GO:0000105 PMID:21873635 IBA PANTHER:PTN000478036|UniProtKB:P9WMM5|TAIR:locus:2049470|UniProtKB:P10371|SGD:S000001282 P 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase UniProtKB:O35006|PTN000478043 protein NCBITaxon:224308 20170228 GO_Central histidine biosynthetic process -UniProtKB O35006 hisA GO:0003949 PMID:21873635 IBA PANTHER:PTN000478036|TAIR:locus:2049470|SGD:S000001282|UniProtKB:P10371 F 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase UniProtKB:O35006|PTN000478043 protein NCBITaxon:224308 20170228 GO_Central 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino]imidazole-4-carboxamide isomerase activity -UniProtKB O35005 ytrF GO:0022857 PMID:21873635 IBA PANTHER:PTN001254814|UniProtKB:Q9I190|UniProtKB:P75831 F ABC transporter permease YtrF UniProtKB:O35005|PTN001253562 protein NCBITaxon:224308 20200809 GO_Central transmembrane transporter activity -UniProtKB O35005 ytrF GO:0005886 PMID:21873635 IBA PANTHER:PTN001254814|UniProtKB:P75831 C ABC transporter permease YtrF UniProtKB:O35005|PTN001253562 protein NCBITaxon:224308 20200809 GO_Central plasma membrane -UniProtKB O35002 ctpB GO:0007165 PMID:21873635 IBA PANTHER:PTN001279639|UniProtKB:Q9HU50|UniProtKB:O35002|UniProtKB:Q9HYY3 P Carboxy-terminal processing protease CtpB UniProtKB:O35002|PTN000533674 protein NCBITaxon:224308 20170228 GO_Central signal transduction -UniProtKB O35002 ctpB GO:0030288 PMID:21873635 IBA PANTHER:PTN001279639|UniProtKB:P23865 C Carboxy-terminal processing protease CtpB UniProtKB:O35002|PTN000533674 protein NCBITaxon:224308 20200809 GO_Central outer membrane-bounded periplasmic space -UniProtKB O35002 ctpB GO:0004175 PMID:21873635 IBA PANTHER:PTN000786001|UniProtKB:P23865 F Carboxy-terminal processing protease CtpB UniProtKB:O35002|PTN000533674 protein NCBITaxon:224308 20170228 GO_Central endopeptidase activity -UniProtKB O35000 nagB GO:0019262 PMID:21873635 IBA PANTHER:PTN000138938|UniProtKB:P0A759 P Glucosamine-6-phosphate deaminase 1 UniProtKB:O35000|PTN000139025 protein NCBITaxon:224308 20170228 GO_Central N-acetylneuraminate catabolic process -UniProtKB O35000 nagB GO:0042802 PMID:21873635 IBA PANTHER:PTN000138938|UniProtKB:P0A759 F Glucosamine-6-phosphate deaminase 1 UniProtKB:O35000|PTN000139025 protein NCBITaxon:224308 20180503 GO_Central identical protein binding -UniProtKB O35000 nagB GO:0005737 PMID:21873635 IBA PANTHER:PTN000138938|MGI:MGI:1347054|UniProtKB:P0A759 C Glucosamine-6-phosphate deaminase 1 UniProtKB:O35000|PTN000139025 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB O35000 nagB GO:0006048 PMID:21873635 IBA PANTHER:PTN000138938|UniProtKB:P0A759 P Glucosamine-6-phosphate deaminase 1 UniProtKB:O35000|PTN000139025 protein NCBITaxon:224308 20170228 GO_Central UDP-N-acetylglucosamine biosynthetic process -UniProtKB O35000 nagB GO:0004342 PMID:21873635 IBA PANTHER:PTN000138938|UniProtKB:Q04802|UniProtKB:P0A759|UniProtKB:P46926 F Glucosamine-6-phosphate deaminase 1 UniProtKB:O35000|PTN000139025 protein NCBITaxon:224308 20170228 GO_Central glucosamine-6-phosphate deaminase activity -UniProtKB O35000 nagB GO:0006043 PMID:21873635 IBA PANTHER:PTN000138938|UniProtKB:Q04802|UniProtKB:P46926 P Glucosamine-6-phosphate deaminase 1 UniProtKB:O35000|PTN000139025 protein NCBITaxon:224308 20180503 GO_Central glucosamine catabolic process -UniProtKB O35000 nagB GO:0006046 PMID:21873635 IBA PANTHER:PTN000138938|UniProtKB:P0A759|UniProtKB:Q04802 P Glucosamine-6-phosphate deaminase 1 UniProtKB:O35000|PTN000139025 protein NCBITaxon:224308 20170228 GO_Central N-acetylglucosamine catabolic process -UniProtKB O35045 yjmD GO:0046294 PMID:21873635 IBA PANTHER:PTN000191653|SGD:S000002327|MGI:MGI:87929|UniProtKB:P25437 P Uncharacterized zinc-type alcohol dehydrogenase-like protein YjmD UniProtKB:O35045|PTN001707884 protein NCBITaxon:224308 20181004 GO_Central formaldehyde catabolic process -UniProtKB O35045 yjmD GO:0004024 PMID:21873635 IBA PANTHER:PTN000191653|UniProtKB:P00325|MGI:MGI:1349472|UniProtKB:P08319|UniProtKB:P25437|UniProtKB:P07327|UniProtKB:P40394 F Uncharacterized zinc-type alcohol dehydrogenase-like protein YjmD UniProtKB:O35045|PTN001707884 protein NCBITaxon:224308 20181004 GO_Central alcohol dehydrogenase activity, zinc-dependent -UniProtKB O35045 yjmD GO:0008270 PMID:21873635 IBA PANTHER:PTN000191653|UniProtKB:P11766|UniProtKB:P08319|RGD:621638|UniProtKB:P00325|UniProtKB:P25437 F Uncharacterized zinc-type alcohol dehydrogenase-like protein YjmD UniProtKB:O35045|PTN001707884 protein NCBITaxon:224308 20181004 GO_Central zinc ion binding -UniProtKB O35045 yjmD GO:0005829 PMID:21873635 IBA PANTHER:PTN000191653|UniProtKB:P00325|TAIR:locus:2009512|TAIR:locus:2025237|UniProtKB:P00326|UniProtKB:P07327|UniProtKB:P25437|UniProtKB:P08319|UniProtKB:P40394|RGD:2044 C Uncharacterized zinc-type alcohol dehydrogenase-like protein YjmD UniProtKB:O35045|PTN001707884 protein NCBITaxon:224308 20181004 GO_Central cytosol -UniProtKB O35045 yjmD GO:0051903 PMID:21873635 IBA PANTHER:PTN000191653|MGI:MGI:87929|UniProtKB:P25437|FB:FBgn0011768|SGD:S000002327 F Uncharacterized zinc-type alcohol dehydrogenase-like protein YjmD UniProtKB:O35045|PTN001707884 protein NCBITaxon:224308 20181004 GO_Central S-(hydroxymethyl)glutathione dehydrogenase activity -UniProtKB O35043 yfkC GO:0008381 PMID:21873635 IBA PANTHER:PTN000766283|UniProtKB:P75783 F Uncharacterized MscS family protein YfkC UniProtKB:O35043|PTN000765510 protein NCBITaxon:224308 20170228 GO_Central mechanosensitive ion channel activity -UniProtKB O35043 yfkC GO:0071470 PMID:21873635 IBA PANTHER:PTN000766283|UniProtKB:P75783 P Uncharacterized MscS family protein YfkC UniProtKB:O35043|PTN000765510 protein NCBITaxon:224308 20170228 GO_Central cellular response to osmotic stress -UniProtKB P81101 frr GO:0006412 PMID:21873635 IBA PANTHER:PTN000469808|TAIR:locus:2077254|PomBase:SPBC1709.09|SGD:S000001080|UniProtKB:O82853|UniProtKB:P0A805|UniProtKB:P9WGY1 P Ribosome-recycling factor UniProtKB:P81101|PTN000469868 protein NCBITaxon:224308 20200808 GO_Central translation -UniProtKB P81101 frr GO:0005737 PMID:21873635 IBA PANTHER:PTN000469867|UniProtKB:P0A805 C Ribosome-recycling factor UniProtKB:P81101|PTN000469868 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB P81101 frr GO:0043023 PMID:21873635 IBA PANTHER:PTN000469808|UniProtKB:P0A805 F Ribosome-recycling factor UniProtKB:P81101|PTN000469868 protein NCBITaxon:224308 20170228 GO_Central ribosomal large subunit binding -UniProtKB P81101 frr GO:0002184 PMID:21873635 IBA PANTHER:PTN000469867|UniProtKB:P0A805 P Ribosome-recycling factor UniProtKB:P81101|PTN000469868 protein NCBITaxon:224308 20170228 GO_Central cytoplasmic translational termination -UniProtKB P46915 cotSA GO:0016757 PMID:21873635 IBA PANTHER:PTN000749410|UniProtKB:Q9HTC0|UniProtKB:P9WMZ5|UniProtKB:P9WMY7|UniProtKB:Q8DPV9|UniProtKB:P9WMZ3|UniProtKB:P25740 F Spore coat protein SA UniProtKB:P46915|PTN000282676 protein NCBITaxon:224308 20200808 GO_Central transferase activity, transferring glycosyl groups -UniProtKB P80700 tsf GO:0006414 PMID:21873635 IBA PANTHER:PTN000201459|PomBase:SPBC800.07c P Elongation factor Ts UniProtKB:P80700|PTN000201517 protein NCBITaxon:224308 20200929 GO_Central translational elongation -UniProtKB P80700 tsf GO:0003746 PMID:21873635 IBA PANTHER:PTN000201459|PomBase:SPBC800.07c F Elongation factor Ts UniProtKB:P80700|PTN000201517 protein NCBITaxon:224308 20170228 GO_Central translation elongation factor activity -UniProtKB P80643 acpA GO:0005829 PMID:21873635 IBA PANTHER:PTN000466714|UniProtKB:P0A6A8 C Acyl carrier protein UniProtKB:P80643|PTN000466715 protein NCBITaxon:224308 20181129 GO_Central cytosol -UniProtKB P80643 acpA GO:0000035 PMID:21873635 IBA PANTHER:PTN000466551|UniProtKB:P0A6A8|UniProtKB:P9WQF3 F Acyl carrier protein UniProtKB:P80643|PTN000466715 protein NCBITaxon:224308 20170228 GO_Central acyl binding -UniProtKB P80643 acpA GO:0009245 PMID:21873635 IBA PANTHER:PTN000466714|UniProtKB:P0A6A8 P Acyl carrier protein UniProtKB:P80643|PTN000466715 protein NCBITaxon:224308 20181129 GO_Central lipid A biosynthetic process -UniProtKB P80643 acpA GO:0000036 PMID:21873635 IBA PANTHER:PTN000466551|TAIR:locus:2206300|UniProtKB:P9WQF3|UniProtKB:P11943|TAIR:locus:2168968|UniProtKB:P0A6A8|TAIR:locus:2042331 F Acyl carrier protein UniProtKB:P80643|PTN000466715 protein NCBITaxon:224308 20200808 GO_Central acyl carrier activity -UniProtKB P80885 pyk GO:0005737 PMID:21873635 IBA PANTHER:PTN000212670|TAIR:locus:2160599|UniProtKB:Q2RAK2|TAIR:locus:2161068|TAIR:locus:2044928|UniProtKB:P0AD61|RGD:3336|UniProtKB:P21599|SGD:S000000036|MGI:MGI:97591|TAIR:locus:2084583|MGI:MGI:97604|TAIR:locus:2033760|TAIR:locus:2078966|TAIR:locus:2159577|TAIR:locus:2085226|SGD:S000005874|TAIR:locus:2176912|FB:FBgn0267385|UniProtKB:P14618|UniProtKB:Q8IJ37 C Pyruvate kinase UniProtKB:P80885|PTN000212845 protein NCBITaxon:224308 20200808 GO_Central cytoplasm -UniProtKB P80885 pyk GO:0005829 PMID:21873635 IBA PANTHER:PTN000212844|UniProtKB:P0AD61|UniProtKB:P21599 C Pyruvate kinase UniProtKB:P80885|PTN000212845 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P80885 pyk GO:0006096 PMID:21873635 IBA PANTHER:PTN000212670|RGD:3336|UniProtKB:P21599|UniProtKB:Q2RAK2|UniProtKB:P0AD61|MGI:MGI:97591|RGD:3337|SGD:S000000036|PomBase:SPAC4H3.10c P Pyruvate kinase UniProtKB:P80885|PTN000212845 protein NCBITaxon:224308 20200929 GO_Central glycolytic process -UniProtKB P80885 pyk GO:0004743 PMID:21873635 IBA PANTHER:PTN000212670|UniProtKB:Q2RAK2|UniProtKB:P0AD61|UniProtKB:C6KTA4|RGD:3336|UniProtKB:P21599|SGD:S000000036|TAIR:locus:2084583|MGI:MGI:97591|RGD:3337|MGI:MGI:97604|TAIR:locus:2033760|UniProtKB:P22360|SGD:S000005874|TAIR:locus:2176912|UniProtKB:P14618|PomBase:SPAC4H3.10c F Pyruvate kinase UniProtKB:P80885|PTN000212845 protein NCBITaxon:224308 20200808 GO_Central pyruvate kinase activity -UniProtKB P80862 serC GO:0004648 PMID:21873635 IBA PANTHER:PTN000475655|TAIR:locus:2127963|UniProtKB:P23721|SGD:S000005710 F Phosphoserine aminotransferase UniProtKB:P80862|PTN000475656 protein NCBITaxon:224308 20170228 GO_Central O-phospho-L-serine:2-oxoglutarate aminotransferase activity -UniProtKB P80862 serC GO:0030170 PMID:21873635 IBA PANTHER:PTN000475655|UniProtKB:P23721|TAIR:locus:2127963 F Phosphoserine aminotransferase UniProtKB:P80862|PTN000475656 protein NCBITaxon:224308 20200218 GO_Central pyridoxal phosphate binding -UniProtKB P80862 serC GO:0005737 PMID:21873635 IBA PANTHER:PTN000475655|UniProtKB:P23721|UniProtKB:Q9Y617|TAIR:locus:2127963|TAIR:locus:2057259 C Phosphoserine aminotransferase UniProtKB:P80862|PTN000475656 protein NCBITaxon:224308 20200810 GO_Central cytoplasm -UniProtKB P80862 serC GO:0006564 PMID:21873635 IBA PANTHER:PTN000475655|SGD:S000005710|UniProtKB:P23721 P Phosphoserine aminotransferase UniProtKB:P80862|PTN000475656 protein NCBITaxon:224308 20170228 GO_Central L-serine biosynthetic process -UniProtKB P80860 pgi GO:0048029 PMID:21873635 IBA PANTHER:PTN000157839|RGD:2727 F Glucose-6-phosphate isomerase UniProtKB:P80860|PTN000157936 protein NCBITaxon:224308 20180413 GO_Central monosaccharide binding -UniProtKB P80860 pgi GO:0006096 PMID:21873635 IBA PANTHER:PTN000157839|UniProtKB:P9WN69|UniProtKB:P42863|UniProtKB:P42862|SGD:S000000400|UniProtKB:P0A6T1|MGI:MGI:95797 P Glucose-6-phosphate isomerase UniProtKB:P80860|PTN000157936 protein NCBITaxon:224308 20180413 GO_Central glycolytic process -UniProtKB P80860 pgi GO:0005829 PMID:21873635 IBA PANTHER:PTN000157839|UniProtKB:P42863|UniProtKB:P06744|RGD:2727|FB:FBgn0003074|TAIR:locus:2165462|UniProtKB:P0A6T1|UniProtKB:P42862|TAIR:locus:2121929 C Glucose-6-phosphate isomerase UniProtKB:P80860|PTN000157936 protein NCBITaxon:224308 20180413 GO_Central cytosol -UniProtKB P80860 pgi GO:0051156 PMID:21873635 IBA PANTHER:PTN000157839|UniProtKB:P06744|RGD:2727 P Glucose-6-phosphate isomerase UniProtKB:P80860|PTN000157936 protein NCBITaxon:224308 20180413 GO_Central glucose 6-phosphate metabolic process -UniProtKB P80860 pgi GO:0006094 PMID:21873635 IBA PANTHER:PTN000157839|UniProtKB:P42863|SGD:S000000400|UniProtKB:P42862 P Glucose-6-phosphate isomerase UniProtKB:P80860|PTN000157936 protein NCBITaxon:224308 20200807 GO_Central gluconeogenesis -UniProtKB P80860 pgi GO:0004347 PMID:21873635 IBA PANTHER:PTN000157839|UniProtKB:P42863|UniProtKB:P06744|MGI:MGI:95797|UniProtKB:Q59000|FB:FBgn0003074|RGD:2727|UniProtKB:P9WN69|UniProtKB:P0A6T1|SGD:S000000400|UniProtKB:P42862 F Glucose-6-phosphate isomerase UniProtKB:P80860|PTN000157936 protein NCBITaxon:224308 20200807 GO_Central glucose-6-phosphate isomerase activity -UniProtKB P80244 clpP GO:0051117 PMID:21873635 IBA PANTHER:PTN000043558|UniProtKB:P0A6G7 F ATP-dependent Clp protease proteolytic subunit UniProtKB:P80244|PTN000043637 protein NCBITaxon:224308 20180913 GO_Central ATPase binding -UniProtKB P80244 clpP GO:0009368 PMID:21873635 IBA PANTHER:PTN000043558|FB:FBgn0032229|TAIR:locus:2178282|TAIR:locus:2031070|TAIR:locus:2163538|TAIR:locus:2196120|UniProtKB:Q16740|TAIR:locus:2033344|TAIR:locus:2034625|UniProtKB:Q9SAA2 C ATP-dependent Clp protease proteolytic subunit UniProtKB:P80244|PTN000043637 protein NCBITaxon:224308 20180913 GO_Central endopeptidase Clp complex -UniProtKB P80244 clpP GO:0004252 PMID:21873635 IBA PANTHER:PTN000043558|WB:WBGene00014172|FB:FBgn0032229|UniProtKB:Q16740 F ATP-dependent Clp protease proteolytic subunit UniProtKB:P80244|PTN000043637 protein NCBITaxon:224308 20200807 GO_Central serine-type endopeptidase activity -UniProtKB P80244 clpP GO:0004176 PMID:21873635 IBA PANTHER:PTN000043558|UniProtKB:P80244|UniProtKB:P0A6G7 F ATP-dependent Clp protease proteolytic subunit UniProtKB:P80244|PTN000043637 protein NCBITaxon:224308 20180913 GO_Central ATP-dependent peptidase activity -UniProtKB P80244 clpP GO:0006515 PMID:21873635 IBA PANTHER:PTN000043558|UniProtKB:P0A6G7 P ATP-dependent Clp protease proteolytic subunit UniProtKB:P80244|PTN000043637 protein NCBITaxon:224308 20180913 GO_Central protein quality control for misfolded or incompletely synthesized proteins -UniProtKB P80240 greA GO:0006354 PMID:21873635 IBA PANTHER:PTN001252439|UniProtKB:P0A6W5 P Transcription elongation factor GreA UniProtKB:P80240|PTN001252440 protein NCBITaxon:224308 20171023 GO_Central DNA-templated transcription, elongation -UniProtKB P53557 bioB GO:0051537 PMID:21873635 IBA PANTHER:PTN000540961|UniProtKB:P12996 F Biotin synthase UniProtKB:P53557|PTN000540982 protein NCBITaxon:224308 20190308 GO_Central 2 iron, 2 sulfur cluster binding -UniProtKB P53557 bioB GO:0004076 PMID:21873635 IBA PANTHER:PTN000540961|PomBase:SPCC1235.02|TAIR:locus:2005497|UniProtKB:P12996|SGD:S000003518 F Biotin synthase UniProtKB:P53557|PTN000540982 protein NCBITaxon:224308 20190308 GO_Central biotin synthase activity -UniProtKB P53557 bioB GO:0009102 PMID:21873635 IBA PANTHER:PTN000540961|PomBase:SPCC1235.02|UniProtKB:P12996|SGD:S000003518 P Biotin synthase UniProtKB:P53557|PTN000540982 protein NCBITaxon:224308 20190308 GO_Central biotin biosynthetic process -UniProtKB P53556 bioF GO:0008710 PMID:21873635 IBA PANTHER:PTN000343971|UniProtKB:P9WQ87|UniProtKB:P12998 F 8-amino-7-oxononanoate synthase 2 UniProtKB:P53556|PTN000343973 protein NCBITaxon:224308 20200206 GO_Central 8-amino-7-oxononanoate synthase activity -UniProtKB P53556 bioF GO:0009102 PMID:21873635 IBA PANTHER:PTN000343971|UniProtKB:P9WQ87|UniProtKB:P12998 P 8-amino-7-oxononanoate synthase 2 UniProtKB:P53556|PTN000343973 protein NCBITaxon:224308 20200206 GO_Central biotin biosynthetic process -UniProtKB P26936 spoIVFA GO:0004222 PMID:21873635 IBA PANTHER:PTN002729049|UniProtKB:O33599|UniProtKB:P0AFS9 F Stage IV sporulation protein FA UniProtKB:P26936|PTN007699888 protein NCBITaxon:224308 20180411 GO_Central metalloendopeptidase activity -UniProtKB P26908 rplU GO:0003735 PMID:21873635 IBA PANTHER:PTN000482431|SGD:S000003632 F 50S ribosomal protein L21 UniProtKB:P26908|PTN000482488 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome -UniProtKB P26906 dppE GO:1904680 PMID:21873635 IBA PANTHER:PTN000767645|UniProtKB:P23847|UniProtKB:Q9I2T4|UniProtKB:P9WGU5|UniProtKB:Q9HTN7|UniProtKB:Q9I2T3|UniProtKB:Q9HVS1|UniProtKB:Q9HVR9|UniProtKB:Q9HVS5|UniProtKB:Q9HVS4 F Dipeptide-binding protein DppE UniProtKB:P26906|PTN001250606 protein NCBITaxon:224308 20210129 GO_Central peptide transmembrane transporter activity -UniProtKB P26906 dppE GO:0030288 PMID:21873635 IBA PANTHER:PTN000767645|UniProtKB:P33913|UniProtKB:P77348|UniProtKB:P23847|UniProtKB:P33590|UniProtKB:P75797|UniProtKB:P23843|UniProtKB:Q46863 C Dipeptide-binding protein DppE UniProtKB:P26906|PTN001250606 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space -UniProtKB P26906 dppE GO:0015833 PMID:21873635 IBA PANTHER:PTN000767645|UniProtKB:P33913|UniProtKB:P23843|UniProtKB:P75797|UniProtKB:Q9I2T4|UniProtKB:P23847|UniProtKB:P77348|UniProtKB:P9WGU5|UniProtKB:Q9I2T3 P Dipeptide-binding protein DppE UniProtKB:P26906|PTN001250606 protein NCBITaxon:224308 20200809 GO_Central peptide transport -UniProtKB P26905 dppD GO:0005886 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P75957|UniProtKB:O05779|UniProtKB:P0A9R7|UniProtKB:O34814|UniProtKB:P33916 C Dipeptide transport ATP-binding protein DppD UniProtKB:P26905|PTN000656072 protein NCBITaxon:224308 20190221 GO_Central plasma membrane -UniProtKB P26905 dppD GO:0055085 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7|UniProtKB:P33593|UniProtKB:P33916 P Dipeptide transport ATP-binding protein DppD UniProtKB:P26905|PTN000656072 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport -UniProtKB P26905 dppD GO:0022857 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:Q9I2T7|UniProtKB:P9WQL7 F Dipeptide transport ATP-binding protein DppD UniProtKB:P26905|PTN000656072 protein NCBITaxon:224308 20190221 GO_Central transmembrane transporter activity -UniProtKB P26901 katA GO:0042542 PMID:21873635 IBA PANTHER:PTN000157250|UniProtKB:Q0D9C4|UniProtKB:Q0E4K1|PomBase:SPCC757.07c|UniProtKB:Q10S82|TAIR:locus:2034428|UniProtKB:O13289|FB:FBgn0000261 P Vegetative catalase UniProtKB:P26901|PTN000157334 protein NCBITaxon:224308 20200807 GO_Central response to hydrogen peroxide -UniProtKB P26901 katA GO:0020037 PMID:21873635 IBA PANTHER:PTN000157250|UniProtKB:P04040 F Vegetative catalase UniProtKB:P26901|PTN000157334 protein NCBITaxon:224308 20170228 GO_Central heme binding -UniProtKB P26901 katA GO:0004096 PMID:21873635 IBA PANTHER:PTN000157250|MGI:MGI:88271|UniProtKB:P00432|dictyBase:DDB_G0274595|RGD:2279|SGD:S000002664|UniProtKB:P18122|UniProtKB:Q0E4K1|UniProtKB:O52762|UniProtKB:P12365|FB:FBgn0000261|UniProtKB:P17598|PomBase:SPCC757.07c|WB:WBGene00000830|UniProtKB:P18123|UniProtKB:Q10S82|UniProtKB:P30567|UniProtKB:Q0D9C4|UniProtKB:O13289|SGD:S000003320|UniProtKB:P04040|TAIR:locus:2131591|UniProtKB:Q59337|WB:WBGene00000831 F Vegetative catalase UniProtKB:P26901|PTN000157334 protein NCBITaxon:224308 20200807 GO_Central catalase activity -UniProtKB P26901 katA GO:0005737 PMID:21873635 IBA PANTHER:PTN000157250|MGI:MGI:88271|UniProtKB:Q0D9C4|RGD:2279|UniProtKB:P18123|UniProtKB:Q10S82|TAIR:locus:2034428|dictyBase:DDB_G0274595|TAIR:locus:2131591|UniProtKB:P04040|SGD:S000002664|TAIR:locus:2034357|WB:WBGene00000831|UniProtKB:Q0E4K1 C Vegetative catalase UniProtKB:P26901|PTN000157334 protein NCBITaxon:224308 20200929 GO_Central cytoplasm -UniProtKB P26901 katA GO:0042744 PMID:21873635 IBA PANTHER:PTN000157250|PomBase:SPCC757.07c|dictyBase:DDB_G0274595|TAIR:locus:2034428|RGD:2279|FB:FBgn0000261|MGI:MGI:88271|UniProtKB:P77872|UniProtKB:O13289|SGD:S000002664|TAIR:locus:2034357|UniProtKB:P04040 P Vegetative catalase UniProtKB:P26901|PTN000157334 protein NCBITaxon:224308 20200929 GO_Central hydrogen peroxide catabolic process -UniProtKB P26899 ansB GO:0006531 PMID:21873635 IBA PANTHER:PTN000154760|UniProtKB:P0AC38 P Aspartate ammonia-lyase UniProtKB:P26899|PTN000154761 protein NCBITaxon:224308 20170228 GO_Central aspartate metabolic process -UniProtKB P26899 ansB GO:0005829 PMID:21873635 IBA PANTHER:PTN000154760|UniProtKB:P0AC38 C Aspartate ammonia-lyase UniProtKB:P26899|PTN000154761 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P26899 ansB GO:0008797 PMID:21873635 IBA PANTHER:PTN000154760|UniProtKB:P0AC38|UniProtKB:P44324 F Aspartate ammonia-lyase UniProtKB:P26899|PTN000154761 protein NCBITaxon:224308 20170228 GO_Central aspartate ammonia-lyase activity -UniProtKB P20167 trpF GO:0004640 PMID:21873635 IBA PANTHER:PTN000523370|TAIR:locus:2169687|TAIR:locus:2026509|CGD:CAL0000186853|SGD:S000002414|TAIR:locus:2013588 F N-(5'-phosphoribosyl)anthranilate isomerase UniProtKB:P20167|PTN000523386 protein NCBITaxon:224308 20200810 GO_Central phosphoribosylanthranilate isomerase activity -UniProtKB P20167 trpF GO:0000162 PMID:21873635 IBA PANTHER:PTN000523370|TAIR:locus:2169687|CGD:CAL0000186853|TAIR:locus:2026509|SGD:S000002414 P N-(5'-phosphoribosyl)anthranilate isomerase UniProtKB:P20167|PTN000523386 protein NCBITaxon:224308 20170228 GO_Central tryptophan biosynthetic process -UniProtKB P20166 ptsG GO:0090563 PMID:21873635 IBA PANTHER:PTN002011274|UniProtKB:P69786|UniProtKB:P09323 F PTS system glucose-specific EIICBA component UniProtKB:P20166|PTN000768515 protein NCBITaxon:224308 20190822 GO_Central protein-phosphocysteine-sugar phosphotransferase activity -UniProtKB P20166 ptsG GO:0005887 PMID:21873635 IBA PANTHER:PTN002011274|UniProtKB:P69786 C PTS system glucose-specific EIICBA component UniProtKB:P20166|PTN000768515 protein NCBITaxon:224308 20190822 GO_Central integral component of plasma membrane -UniProtKB P20166 ptsG GO:0009401 PMID:21873635 IBA PANTHER:PTN002011274|UniProtKB:P09323|UniProtKB:P69786 P PTS system glucose-specific EIICBA component UniProtKB:P20166|PTN000768515 protein NCBITaxon:224308 20190822 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB P20692 tyrA GO:0006571 PMID:21873635 IBA PANTHER:PTN000482894|SGD:S000000370|PomBase:SPCC1494.04c|UniProtKB:P07023 P Prephenate dehydrogenase UniProtKB:P20692|PTN000482899 protein NCBITaxon:224308 20170228 GO_Central tyrosine biosynthetic process -UniProtKB P20692 tyrA GO:0070403 PMID:21873635 IBA PANTHER:PTN000482894|UniProtKB:O69721 F Prephenate dehydrogenase UniProtKB:P20692|PTN000482899 protein NCBITaxon:224308 20170228 GO_Central NAD+ binding -UniProtKB P20692 tyrA GO:0008977 PMID:21873635 IBA PANTHER:PTN000482894|UniProtKB:P07023|UniProtKB:O69721|PomBase:SPCC1494.04c|SGD:S000000370 F Prephenate dehydrogenase UniProtKB:P20692|PTN000482899 protein NCBITaxon:224308 20200808 GO_Central prephenate dehydrogenase (NAD+) activity -UniProtKB P20691 aroA GO:0009423 PMID:21873635 IBA PANTHER:PTN000472635|UniProtKB:P0A6D3|UniProtKB:P9WPY5|TAIR:locus:2050812|UniProtKB:P07547 P 3-phosphoshikimate 1-carboxyvinyltransferase UniProtKB:P20691|PTN000472648 protein NCBITaxon:224308 20200808 GO_Central chorismate biosynthetic process -UniProtKB P20691 aroA GO:0003866 PMID:21873635 IBA PANTHER:PTN000472635|UniProtKB:P0A6D3|UniProtKB:P07547|UniProtKB:P9WPY5|TAIR:locus:2050812|SGD:S000002534 F 3-phosphoshikimate 1-carboxyvinyltransferase UniProtKB:P20691|PTN000472648 protein NCBITaxon:224308 20200808 GO_Central 3-phosphoshikimate 1-carboxyvinyltransferase activity -UniProtKB P20668 gltC GO:0006355 PMID:21873635 IBA PANTHER:PTN001576272|UniProtKB:P23841|UniProtKB:Q47141|UniProtKB:P20668|UniProtKB:P0ACQ4|UniProtKB:Q9K1H8 P HTH-type transcriptional regulator GltC UniProtKB:P20668|PTN001285649 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P20668 gltC GO:0032993 PMID:21873635 IBA PANTHER:PTN001576272|UniProtKB:Q9K1H8 C HTH-type transcriptional regulator GltC UniProtKB:P20668|PTN001285649 protein NCBITaxon:224308 20200417 GO_Central protein-DNA complex -UniProtKB P20668 gltC GO:0000986 PMID:21873635 IBA PANTHER:PTN001576272|UniProtKB:P0ACQ4 F HTH-type transcriptional regulator GltC UniProtKB:P20668|PTN001285649 protein NCBITaxon:224308 20200417 GO_Central bacterial-type cis-regulatory region sequence-specific DNA binding -UniProtKB P20668 gltC GO:0003700 PMID:21873635 IBA PANTHER:PTN001576272|UniProtKB:P23841|UniProtKB:Q47141|UniProtKB:P20668|UniProtKB:P0ACQ4|UniProtKB:Q9K1H8 F HTH-type transcriptional regulator GltC UniProtKB:P20668|PTN001285649 protein NCBITaxon:224308 20200417 GO_Central DNA-binding transcription factor activity -UniProtKB P20458 infA GO:0005829 PMID:21873635 IBA PANTHER:PTN002120760|UniProtKB:P69222 C Translation initiation factor IF-1 UniProtKB:P20458|PTN002120818 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P20458 infA GO:0043022 PMID:21873635 IBA PANTHER:PTN002120760|UniProtKB:P69222|UniProtKB:Q8IKE7 F Translation initiation factor IF-1 UniProtKB:P20458|PTN002120818 protein NCBITaxon:224308 20170228 GO_Central ribosome binding -UniProtKB P94593 ywqA GO:0008094 PMID:21873635 IBA PANTHER:PTN000084207|SGD:S000005831|SGD:S000001388|FB:FBgn0011604|UniProtKB:P51532|SGD:S000005816|PomBase:SPAC25A8.01c|SGD:S000000017 F Uncharacterized ATP-dependent helicase YwqA UniProtKB:P94593|PTN002244794 protein NCBITaxon:224308 20201204 GO_Central DNA-dependent ATPase activity -UniProtKB P94593 ywqA GO:0003677 PMID:21873635 IBA PANTHER:PTN000084207|MGI:MGI:88192|UniProtKB:Q8RWY3|SGD:S000005831|SGD:S000006003|UniProtKB:P51532|UniProtKB:P51531|UniProtKB:Q9H4L7|SGD:S000000449|UniProtKB:O60264|TAIR:locus:2062999|PomBase:SPAC25A8.01c|SGD:S000000017|TAIR:locus:2150270|SGD:S000005816 F Uncharacterized ATP-dependent helicase YwqA UniProtKB:P94593|PTN002244794 protein NCBITaxon:224308 20200929 GO_Central DNA binding -UniProtKB P94592 ywpJ GO:0000287 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F Phosphatase YwpJ UniProtKB:P94592|PTN000000095 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding -UniProtKB P94592 ywpJ GO:0016791 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F Phosphatase YwpJ UniProtKB:P94592|PTN000000095 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity -UniProtKB P94592 ywpJ GO:0005829 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C Phosphatase YwpJ UniProtKB:P94592|PTN000000095 protein NCBITaxon:224308 20200129 GO_Central cytosol -UniProtKB P20429 rpoA GO:0005737 PMID:21873635 IBA PANTHER:PTN000780599|UniProtKB:Q8IEN9|TAIR:locus:504954697|UniProtKB:P0A7Z4 C DNA-directed RNA polymerase subunit alpha UniProtKB:P20429|PTN000780604 protein NCBITaxon:224308 20200809 GO_Central cytoplasm -UniProtKB P94578 ywoH GO:0045892 PMID:21873635 IBA PANTHER:PTN001825872|UniProtKB:P52003|UniProtKB:P0ACR9 P Uncharacterized HTH-type transcriptional regulator YwoH UniProtKB:P94578|PTN001451130 protein NCBITaxon:224308 20170413 GO_Central negative regulation of transcription, DNA-templated -UniProtKB P94578 ywoH GO:0000976 PMID:21873635 IBA PANTHER:PTN001825872|UniProtKB:P52003 F Uncharacterized HTH-type transcriptional regulator YwoH UniProtKB:P94578|PTN001451130 protein NCBITaxon:224308 20170413 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P94577 ywoG GO:0022857 PMID:21873635 IBA PANTHER:PTN000605491|SGD:S000001032|UniProtKB:P9WJX3|UniProtKB:Q8X1Z7|SGD:S000000574|UniProtKB:P0AEJ0|SGD:S000000791|CGD:CAL0000196424|PomBase:SPBC12C2.13c|SGD:S000000575|SGD:S000006402|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000001039|SGD:S000003456|SGD:S000000497|SGD:S000005518|PomBase:SPBC3E7.06c|UniProtKB:P9WJY3|SGD:S000004694 F Uncharacterized MFS-type transporter YwoG UniProtKB:P94577|PTN000605779 protein NCBITaxon:224308 20201206 GO_Central transmembrane transporter activity -UniProtKB P94577 ywoG GO:0005887 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P9WJY3|UniProtKB:Q6C8F0|SGD:S000006402 C Uncharacterized MFS-type transporter YwoG UniProtKB:P94577|PTN000605779 protein NCBITaxon:224308 20201206 GO_Central integral component of plasma membrane -UniProtKB P94577 ywoG GO:0055085 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P52600|SGD:S000000497|UniProtKB:P9WJY3|PomBase:SPBC3E7.06c|SGD:S000003456|PomBase:SPBC460.03|SGD:S000006402|SGD:S000000575|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|PomBase:SPBC12C2.13c|PomBase:SPBC4F6.09|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000000574|UniProtKB:P9WJX3 P Uncharacterized MFS-type transporter YwoG UniProtKB:P94577|PTN000605779 protein NCBITaxon:224308 20201206 GO_Central transmembrane transport -UniProtKB P94575 pucI GO:0005886 PMID:21873635 IBA PANTHER:PTN000770209|PomBase:SPAC1399.03|SGD:S000000225|SGD:S000004227|SGD:S000000138|UniProtKB:P75712 C Probable allantoin permease UniProtKB:P94575|PTN000770717 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P94575 pucI GO:0015205 PMID:21873635 IBA PANTHER:PTN000770209|TAIR:locus:505006580|SGD:S000000225|PomBase:SPAC1399.03 F Probable allantoin permease UniProtKB:P94575|PTN000770717 protein NCBITaxon:224308 20200809 GO_Central nucleobase transmembrane transporter activity -UniProtKB P94575 pucI GO:0015851 PMID:21873635 IBA PANTHER:PTN000770209|PomBase:SPAC1399.03|SGD:S000000225 P Probable allantoin permease UniProtKB:P94575|PTN000770717 protein NCBITaxon:224308 20201001 GO_Central nucleobase transport -UniProtKB P94565 leuA GO:0005829 PMID:21873635 IBA PANTHER:PTN000031378|UniProtKB:P09151 C 2-isopropylmalate synthase UniProtKB:P94565|PTN000031379 protein NCBITaxon:224308 20171103 GO_Central cytosol -UniProtKB P94565 leuA GO:0009098 PMID:21873635 IBA PANTHER:PTN000031336|UniProtKB:P09151|TAIR:locus:2031586|TAIR:locus:2014179 P 2-isopropylmalate synthase UniProtKB:P94565|PTN000031379 protein NCBITaxon:224308 20171103 GO_Central leucine biosynthetic process -UniProtKB P94565 leuA GO:0003852 PMID:21873635 IBA PANTHER:PTN000031336|TAIR:locus:2014179|UniProtKB:P09151|TAIR:locus:2031586 F 2-isopropylmalate synthase UniProtKB:P94565|PTN000031379 protein NCBITaxon:224308 20171103 GO_Central 2-isopropylmalate synthase activity -UniProtKB P94552 abf2 GO:0000272 PMID:21873635 IBA PANTHER:PTN002461583|UniProtKB:Q5BDV3 P Intracellular exo-alpha-L-arabinofuranosidase 2 UniProtKB:P94552|PTN001273365 protein NCBITaxon:224308 20170228 GO_Central polysaccharide catabolic process -UniProtKB P94551 etfA GO:0050660 PMID:21873635 IBA PANTHER:PTN000098342|UniProtKB:P13804 F Electron transfer flavoprotein subunit alpha UniProtKB:P94551|PTN000098024 protein NCBITaxon:224308 20200207 GO_Central flavin adenine dinucleotide binding -UniProtKB P94551 etfA GO:0033539 PMID:21873635 IBA PANTHER:PTN000098342|UniProtKB:P13804 P Electron transfer flavoprotein subunit alpha UniProtKB:P94551|PTN000098024 protein NCBITaxon:224308 20200207 GO_Central fatty acid beta-oxidation using acyl-CoA dehydrogenase -UniProtKB P94551 etfA GO:0009055 PMID:21873635 IBA PANTHER:PTN000098342|UniProtKB:P13804 F Electron transfer flavoprotein subunit alpha UniProtKB:P94551|PTN000098024 protein NCBITaxon:224308 20200207 GO_Central electron transfer activity -UniProtKB P94550 etfB GO:0009055 PMID:21873635 IBA PANTHER:PTN000480317|UniProtKB:P38117 F Electron transfer flavoprotein subunit beta UniProtKB:P94550|PTN000480387 protein NCBITaxon:224308 20170228 GO_Central electron transfer activity -UniProtKB P94548 fadR GO:0003700 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:P0ACS9 F Fatty acid metabolism regulator protein UniProtKB:P94548|PTN004738835 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB P94548 fadR GO:0006355 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:G3XCU9|UniProtKB:P0ACT6|UniProtKB:P75952|UniProtKB:P9WMC1|UniProtKB:P9WMB9|UniProtKB:P32265|UniProtKB:Q9HXS0|UniProtKB:Q9HZJ9|UniProtKB:P0ACS9|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:Q9HY46|UniProtKB:Q9HXW2|UniProtKB:Q9HZW2|UniProtKB:P39334|UniProtKB:P0ACU0 P Fatty acid metabolism regulator protein UniProtKB:P94548|PTN004738835 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P94548 fadR GO:0000976 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P32265|UniProtKB:Q9HZJ9|UniProtKB:Q9KR96|UniProtKB:Q9HXS0|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HY46 F Fatty acid metabolism regulator protein UniProtKB:P94548|PTN004738835 protein NCBITaxon:224308 20190822 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P94545 mutSB GO:0032300 PMID:21873635 IBA PANTHER:PTN002260779|SGD:S000001891|SGD:S000005450|MGI:MGI:1343961|UniProtKB:P43246|UniProtKB:P23909|SGD:S000000688|SGD:S000002504|UniProtKB:P20585|MGI:MGI:101816|UniProtKB:P52701|SGD:S000002313 C Endonuclease MutS2 UniProtKB:P94545|PTN000145495 protein NCBITaxon:224308 20201205 GO_Central mismatch repair complex -UniProtKB P94545 mutSB GO:0008094 PMID:21873635 IBA PANTHER:PTN002260779|SGD:S000001162 F Endonuclease MutS2 UniProtKB:P94545|PTN000145495 protein NCBITaxon:224308 20180524 GO_Central DNA-dependent ATPase activity -UniProtKB P94545 mutSB contributes_to GO:0030983 PMID:21873635 IBA PANTHER:PTN002260779|SGD:S000005450|UniProtKB:P43246|MGI:MGI:1343961|MGI:MGI:101816|SGD:S000002504|UniProtKB:P20585|SGD:S000000688|UniProtKB:P52701 F Endonuclease MutS2 UniProtKB:P94545|PTN000145495 protein NCBITaxon:224308 20200807 GO_Central mismatched DNA binding -UniProtKB P94544 polX GO:0003887 PMID:21873635 IBA PANTHER:PTN000138686|ZFIN:ZDB-GENE-040830-1|PomBase:SPAC2F7.06c|UniProtKB:Q9UGP5|MGI:MGI:1889000|UniProtKB:Q27958|UniProtKB:Q67VC8|UniProtKB:P06746|RGD:3363|SGD:S000000607 F DNA polymerase/3'-5' exonuclease PolX UniProtKB:P94544|PTN000138833 protein NCBITaxon:224308 20200807 GO_Central DNA-directed DNA polymerase activity -UniProtKB P94542 zapA GO:0030428 PMID:21873635 IBA PANTHER:PTN002168944|UniProtKB:P0ADS2 C Cell division protein ZapA UniProtKB:P94542|PTN002168953 protein NCBITaxon:224308 20180315 GO_Central cell septum -UniProtKB P94542 zapA GO:0005829 PMID:21873635 IBA PANTHER:PTN002168944|UniProtKB:P0ADS2 C Cell division protein ZapA UniProtKB:P94542|PTN002168953 protein NCBITaxon:224308 20180315 GO_Central cytosol -UniProtKB P94542 zapA GO:0032153 PMID:21873635 IBA PANTHER:PTN002168944|UniProtKB:P0ADS2 C Cell division protein ZapA UniProtKB:P94542|PTN002168953 protein NCBITaxon:224308 20180315 GO_Central cell division site -UniProtKB P94542 zapA GO:0000917 PMID:21873635 IBA PANTHER:PTN002168944|UniProtKB:P0ADS2 P Cell division protein ZapA UniProtKB:P94542|PTN002168953 protein NCBITaxon:224308 20180315 GO_Central division septum assembly -UniProtKB P94542 zapA GO:0000921 PMID:21873635 IBA PANTHER:PTN002168944|UniProtKB:P0ADS2 P Cell division protein ZapA UniProtKB:P94542|PTN002168953 protein NCBITaxon:224308 20180315 GO_Central septin ring assembly -UniProtKB P94542 zapA GO:0043093 PMID:21873635 IBA PANTHER:PTN002168944|UniProtKB:P0ADS2 P Cell division protein ZapA UniProtKB:P94542|PTN002168953 protein NCBITaxon:224308 20180315 GO_Central FtsZ-dependent cytokinesis -UniProtKB P94541 rnhC GO:0043137 PMID:21873635 IBA PANTHER:PTN000102672|SGD:S000005016 P Ribonuclease HIII UniProtKB:P94541|PTN000102754 protein NCBITaxon:224308 20170228 GO_Central DNA replication, removal of RNA primer -UniProtKB P94541 rnhC GO:0006298 PMID:21873635 IBA PANTHER:PTN000102672|UniProtKB:O75792|PomBase:SPAC4G9.02|UniProtKB:P10442|MGI:MGI:1916974 P Ribonuclease HIII UniProtKB:P94541|PTN000102754 protein NCBITaxon:224308 20200807 GO_Central mismatch repair -UniProtKB P94541 rnhC GO:0032299 PMID:21873635 IBA PANTHER:PTN000102672|UniProtKB:O75792|SGD:S000005016|MGI:MGI:1916974 C Ribonuclease HIII UniProtKB:P94541|PTN000102754 protein NCBITaxon:224308 20170228 GO_Central ribonuclease H2 complex -UniProtKB P94541 rnhC GO:0004523 PMID:21873635 IBA PANTHER:PTN000102672|UniProtKB:O75792|PomBase:SPAC4G9.02|SGD:S000005016|UniProtKB:P10442 F Ribonuclease HIII UniProtKB:P94541|PTN000102754 protein NCBITaxon:224308 20170228 GO_Central RNA-DNA hybrid ribonuclease activity -UniProtKB P94532 cstA GO:0031669 PMID:21873635 IBA PANTHER:PTN000767362|UniProtKB:P15078|UniProtKB:P39396 P Peptide transporter CstA UniProtKB:P94532|PTN001250177 protein NCBITaxon:224308 20170228 GO_Central cellular response to nutrient levels -UniProtKB P94532 cstA GO:0005887 PMID:21873635 IBA PANTHER:PTN000767362|UniProtKB:P39396 C Peptide transporter CstA UniProtKB:P94532|PTN001250177 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P94531 abfA GO:0000272 PMID:21873635 IBA PANTHER:PTN002461583|UniProtKB:Q5BDV3 P Intracellular exo-alpha-(1-5)-L-arabinofuranosidase 1 UniProtKB:P94531|PTN001273368 protein NCBITaxon:224308 20170228 GO_Central polysaccharide catabolic process -UniProtKB P94527 egsA GO:0003856 PMID:21873635 IBA PANTHER:PTN000472585|UniProtKB:P07639|UniProtKB:P9WPX9 F Glycerol-1-phosphate dehydrogenase [NAD(P)+] UniProtKB:P94527|PTN001078734 protein NCBITaxon:224308 20170228 GO_Central 3-dehydroquinate synthase activity -UniProtKB P94526 araL GO:0016791 PMID:21873635 IBA PANTHER:PTN002711682|UniProtKB:Q96GD0|FB:FBgn0024995|RGD:1307773|SGD:S000002395|MGI:MGI:1914328|CGD:CAL0000178325|PomBase:SPBC15D4.15|UniProtKB:O33194|UniProtKB:A6NDG6|MGI:MGI:1919282|UniProtKB:F1MW60|UniProtKB:Q0VD18|UniProtKB:P0AF24|UniProtKB:A0A2K3DU55|FB:FBgn0030347|SGD:S000001142 F Sugar-phosphatase AraL UniProtKB:P94526|PTN000445928 protein NCBITaxon:224308 20210101 GO_Central phosphatase activity -UniProtKB P94525 araD GO:0016832 PMID:21873635 IBA PANTHER:PTN000513089|UniProtKB:P32169|UniProtKB:Q58813|UniProtKB:P0AB87 F L-ribulose-5-phosphate 4-epimerase UniProtKB:P94525|PTN000513095 protein NCBITaxon:224308 20170228 GO_Central aldehyde-lyase activity -UniProtKB P94525 araD GO:0019323 PMID:21873635 IBA PANTHER:PTN000513089|UniProtKB:P37680|UniProtKB:P0AB87|UniProtKB:P08203 P L-ribulose-5-phosphate 4-epimerase UniProtKB:P94525|PTN000513095 protein NCBITaxon:224308 20200808 GO_Central pentose catabolic process -UniProtKB P94525 araD GO:0005829 PMID:21873635 IBA PANTHER:PTN000513089|UniProtKB:P08203 C L-ribulose-5-phosphate 4-epimerase UniProtKB:P94525|PTN000513095 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P94523 araA GO:0008733 PMID:21873635 IBA PANTHER:PTN002213175|UniProtKB:P08202 F L-arabinose isomerase UniProtKB:P94523|PTN002213180 protein NCBITaxon:224308 20170831 GO_Central L-arabinose isomerase activity -UniProtKB P94523 araA GO:0019569 PMID:21873635 IBA PANTHER:PTN002213175|UniProtKB:P08202 P L-arabinose isomerase UniProtKB:P94523|PTN002213180 protein NCBITaxon:224308 20170831 GO_Central L-arabinose catabolic process to xylulose 5-phosphate -UniProtKB P94523 araA GO:0005829 PMID:21873635 IBA PANTHER:PTN002213175|UniProtKB:P08202 C L-arabinose isomerase UniProtKB:P94523|PTN002213180 protein NCBITaxon:224308 20170831 GO_Central cytosol -UniProtKB P94515 lrgA GO:0005886 PMID:21873635 IBA PANTHER:PTN002142934|UniProtKB:P60632 C Antiholin-like protein LrgA UniProtKB:P94515|PTN002142921 protein NCBITaxon:224308 20190829 GO_Central plasma membrane -UniProtKB P94514 lytT GO:0001216 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P21866|UniProtKB:P23836|UniProtKB:Q8EHJ3 F Sensory transduction protein LytT UniProtKB:P94514|PTN001238302 protein NCBITaxon:224308 20170829 GO_Central DNA-binding transcription activator activity -UniProtKB P94514 lytT GO:0005829 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P69228|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P0AE88 C Sensory transduction protein LytT UniProtKB:P94514|PTN001238302 protein NCBITaxon:224308 20170829 GO_Central cytosol -UniProtKB P94514 lytT GO:0006355 PMID:21873635 IBA PANTHER:PTN001982367|UniProtKB:P0AFT5|UniProtKB:P0AE39 P Sensory transduction protein LytT UniProtKB:P94514|PTN001238302 protein NCBITaxon:224308 20170420 GO_Central regulation of transcription, DNA-templated -UniProtKB P94514 lytT GO:0000976 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P21866|UniProtKB:P69228|UniProtKB:P08368|UniProtKB:Q8EE50|UniProtKB:Q8EHJ3|UniProtKB:Q04803|UniProtKB:P23836|UniProtKB:P0A9Q1|UniProtKB:O24973 F Sensory transduction protein LytT UniProtKB:P94514|PTN001238302 protein NCBITaxon:224308 20200810 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P94514 lytT GO:0000156 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P30843|UniProtKB:P0A9Q1|UniProtKB:O07776|UniProtKB:P38684|UniProtKB:Q9I2U3|UniProtKB:P0AA16 F Sensory transduction protein LytT UniProtKB:P94514|PTN001238302 protein NCBITaxon:224308 20170829 GO_Central phosphorelay response regulator activity -UniProtKB P94514 lytT GO:0032993 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EHJ3|UniProtKB:Q8EE50 C Sensory transduction protein LytT UniProtKB:P94514|PTN001238302 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex -UniProtKB P94504 yvrH GO:0000976 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P21866|UniProtKB:P69228|UniProtKB:P08368|UniProtKB:Q8EE50|UniProtKB:Q8EHJ3|UniProtKB:Q04803|UniProtKB:P23836|UniProtKB:P0A9Q1|UniProtKB:O24973 F Transcriptional regulatory protein YvrH UniProtKB:P94504|PTN000724415 protein NCBITaxon:224308 20200810 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P94504 yvrH GO:0000156 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P30843|UniProtKB:P0A9Q1|UniProtKB:O07776|UniProtKB:P38684|UniProtKB:Q9I2U3|UniProtKB:P0AA16 F Transcriptional regulatory protein YvrH UniProtKB:P94504|PTN000724415 protein NCBITaxon:224308 20170829 GO_Central phosphorelay response regulator activity -UniProtKB P94504 yvrH GO:0005829 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P69228|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P0AE88 C Transcriptional regulatory protein YvrH UniProtKB:P94504|PTN000724415 protein NCBITaxon:224308 20170829 GO_Central cytosol -UniProtKB P94504 yvrH GO:0032993 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EHJ3|UniProtKB:Q8EE50 C Transcriptional regulatory protein YvrH UniProtKB:P94504|PTN000724415 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex -UniProtKB P94504 yvrH GO:0001216 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P21866|UniProtKB:P23836|UniProtKB:Q8EHJ3 F Transcriptional regulatory protein YvrH UniProtKB:P94504|PTN000724415 protein NCBITaxon:224308 20170829 GO_Central DNA-binding transcription activator activity -UniProtKB P94501 gltR GO:0006355 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:P67662|UniProtKB:P67660|UniProtKB:P0A9F9|UniProtKB:P39376|UniProtKB:G3XCU6 P HTH-type transcriptional regulator GltR UniProtKB:P94501|PTN001248412 protein NCBITaxon:224308 20190829 GO_Central regulation of transcription, DNA-templated -UniProtKB P94501 gltR GO:0000976 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:G3XCU6|UniProtKB:Q9I1R1|UniProtKB:Q9HZ15|UniProtKB:P39376 F HTH-type transcriptional regulator GltR UniProtKB:P94501|PTN001248412 protein NCBITaxon:224308 20190829 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P94499 brnQ GO:0005886 PMID:21873635 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 C Branched-chain amino acid transport system carrier protein BrnQ UniProtKB:P94499|PTN000778733 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P94499 brnQ GO:0015820 PMID:21873635 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 P Branched-chain amino acid transport system carrier protein BrnQ UniProtKB:P94499|PTN000778733 protein NCBITaxon:224308 20170228 GO_Central leucine transport -UniProtKB P94499 brnQ GO:0015190 PMID:21873635 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 F Branched-chain amino acid transport system carrier protein BrnQ UniProtKB:P94499|PTN000778733 protein NCBITaxon:224308 20170228 GO_Central L-leucine transmembrane transporter activity -UniProtKB P94499 brnQ GO:0005304 PMID:21873635 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 F Branched-chain amino acid transport system carrier protein BrnQ UniProtKB:P94499|PTN000778733 protein NCBITaxon:224308 20170228 GO_Central L-valine transmembrane transporter activity -UniProtKB P94499 brnQ GO:0015818 PMID:21873635 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 P Branched-chain amino acid transport system carrier protein BrnQ UniProtKB:P94499|PTN000778733 protein NCBITaxon:224308 20170228 GO_Central isoleucine transport -UniProtKB P94499 brnQ GO:0015188 PMID:21873635 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 F Branched-chain amino acid transport system carrier protein BrnQ UniProtKB:P94499|PTN000778733 protein NCBITaxon:224308 20170228 GO_Central L-isoleucine transmembrane transporter activity -UniProtKB P94499 brnQ GO:0015829 PMID:21873635 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 P Branched-chain amino acid transport system carrier protein BrnQ UniProtKB:P94499|PTN000778733 protein NCBITaxon:224308 20170228 GO_Central valine transport -UniProtKB P94498 cysH GO:0004604 PMID:21873635 IBA PANTHER:PTN000591370|UniProtKB:P17854|SGD:S000006371|UniProtKB:P56859 F Phosphoadenosine phosphosulfate reductase UniProtKB:P94498|PTN000591448 protein NCBITaxon:224308 20200810 GO_Central phosphoadenylyl-sulfate reductase (thioredoxin) activity -UniProtKB P94498 cysH GO:0019379 PMID:21873635 IBA PANTHER:PTN000591370|SGD:S000006371|UniProtKB:P17854 P Phosphoadenosine phosphosulfate reductase UniProtKB:P94498|PTN000591448 protein NCBITaxon:224308 20180816 GO_Central sulfate assimilation, phosphoadenylyl sulfate reduction by phosphoadenylyl-sulfate reductase (thioredoxin) -UniProtKB P94494 alr2 GO:0009252 PMID:21873635 IBA PANTHER:PTN007826070|UniProtKB:P9WQA9 P Alanine racemase 2 UniProtKB:P94494|PTN001253740 protein NCBITaxon:224308 20200611 GO_Central peptidoglycan biosynthetic process -UniProtKB P94494 alr2 GO:0008784 PMID:21873635 IBA PANTHER:PTN000775508|UniProtKB:P9WQA9|UniProtKB:Q9HUN4|UniProtKB:P29012|UniProtKB:Q9HTQ2|PomBase:SPCC965.08c F Alanine racemase 2 UniProtKB:P94494|PTN001253740 protein NCBITaxon:224308 20200809 GO_Central alanine racemase activity -UniProtKB P94494 alr2 GO:0005829 PMID:21873635 IBA PANTHER:PTN000775508|UniProtKB:P29012 C Alanine racemase 2 UniProtKB:P94494|PTN001253740 protein NCBITaxon:224308 20200611 GO_Central cytosol -UniProtKB P94494 alr2 GO:0030170 PMID:21873635 IBA PANTHER:PTN000775508|UniProtKB:P9WQA9 F Alanine racemase 2 UniProtKB:P94494|PTN001253740 protein NCBITaxon:224308 20190116 GO_Central pyridoxal phosphate binding -UniProtKB P94494 alr2 GO:0030632 PMID:21873635 IBA PANTHER:PTN001253738|UniProtKB:P9WQA9 P Alanine racemase 2 UniProtKB:P94494|PTN001253740 protein NCBITaxon:224308 20200623 GO_Central D-alanine biosynthetic process -UniProtKB P94492 yncB GO:0004518 PMID:21873635 IBA PANTHER:PTN000266556|TAIR:locus:2063058|UniProtKB:Q7KZF4|TAIR:locus:2078486|UniProtKB:Q8II01|UniProtKB:O32001|FB:FBgn0035121 F Endonuclease YncB UniProtKB:P94492|PTN000266654 protein NCBITaxon:224308 20200808 GO_Central nuclease activity -UniProtKB P94492 yncB GO:0005737 PMID:21873635 IBA PANTHER:PTN000266556|TAIR:locus:2183359|MGI:MGI:1929266|FB:FBgn0035121|TAIR:locus:2159218|UniProtKB:Q7KZF4|WB:WBGene00006626|ZFIN:ZDB-GENE-030131-3124|MGI:MGI:1924735 C Endonuclease YncB UniProtKB:P94492|PTN000266654 protein NCBITaxon:224308 20200808 GO_Central cytoplasm -UniProtKB P94478 hflX GO:0005737 PMID:21873635 IBA PANTHER:PTN000027640|TAIR:locus:2174458|UniProtKB:P25519 C GTPase HflX UniProtKB:P94478|PTN000027690 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB P94478 hflX GO:0043022 PMID:21873635 IBA PANTHER:PTN000027640|UniProtKB:P25519 F GTPase HflX UniProtKB:P94478|PTN000027690 protein NCBITaxon:224308 20170228 GO_Central ribosome binding -UniProtKB P94465 ribR GO:0006771 PMID:21873635 IBA PANTHER:PTN000507877|PomBase:SPCC18.16c P RNA-binding riboflavin kinase RibR UniProtKB:P94465|PTN000507949 protein NCBITaxon:224308 20170616 GO_Central riboflavin metabolic process -UniProtKB P94465 ribR GO:0008531 PMID:21873635 IBA PANTHER:PTN000507877|UniProtKB:P0AG40|PomBase:SPCC18.16c|TAIR:locus:2119647|SGD:S000002644 F RNA-binding riboflavin kinase RibR UniProtKB:P94465|PTN000507949 protein NCBITaxon:224308 20170616 GO_Central riboflavin kinase activity -UniProtKB P94465 ribR GO:0009398 PMID:21873635 IBA PANTHER:PTN000507877|PomBase:SPCC18.16c|SGD:S000002644 P RNA-binding riboflavin kinase RibR UniProtKB:P94465|PTN000507949 protein NCBITaxon:224308 20170616 GO_Central FMN biosynthetic process -UniProtKB P94463 fmt GO:0005829 PMID:21873635 IBA PANTHER:PTN000124171|UniProtKB:P23882 C Methionyl-tRNA formyltransferase UniProtKB:P94463|PTN000124172 protein NCBITaxon:224308 20180411 GO_Central cytosol -UniProtKB P94463 fmt GO:0071951 PMID:21873635 IBA PANTHER:PTN000124109|SGD:S000000109 P Methionyl-tRNA formyltransferase UniProtKB:P94463|PTN000124172 protein NCBITaxon:224308 20200929 GO_Central conversion of methionyl-tRNA to N-formyl-methionyl-tRNA -UniProtKB P94463 fmt GO:0004479 PMID:21873635 IBA PANTHER:PTN000124109|SGD:S000000109|UniProtKB:P23882 F Methionyl-tRNA formyltransferase UniProtKB:P94463|PTN000124172 protein NCBITaxon:224308 20170228 GO_Central methionyl-tRNA formyltransferase activity -UniProtKB P94462 defA GO:0042586 PMID:21873635 IBA PANTHER:PTN002235180|UniProtKB:P0A6K3|UniProtKB:P9WIJ3|TAIR:locus:2037733|UniProtKB:Q9HBH1 F Peptide deformylase 1 UniProtKB:P94462|PTN000048677 protein NCBITaxon:224308 20200205 GO_Central peptide deformylase activity -UniProtKB P94462 defA GO:0043686 PMID:21873635 IBA PANTHER:PTN002235180|TAIR:locus:2037733|UniProtKB:P0A6K3 P Peptide deformylase 1 UniProtKB:P94462|PTN000048677 protein NCBITaxon:224308 20200205 GO_Central co-translational protein modification -UniProtKB P94462 defA GO:0031365 PMID:21873635 IBA PANTHER:PTN002235180|UniProtKB:P0A6K3|UniProtKB:Q9HBH1 P Peptide deformylase 1 UniProtKB:P94462|PTN000048677 protein NCBITaxon:224308 20200205 GO_Central N-terminal protein amino acid modification -UniProtKB P94462 defA GO:0018206 PMID:21873635 IBA PANTHER:PTN000048655|UniProtKB:Q9HBH1 P Peptide deformylase 1 UniProtKB:P94462|PTN000048677 protein NCBITaxon:224308 20170228 GO_Central peptidyl-methionine modification -UniProtKB P94461 priA GO:0006268 PMID:21873635 IBA PANTHER:PTN000778679|UniProtKB:P17888 P Primosomal protein N' UniProtKB:P94461|PTN001255055 protein NCBITaxon:224308 20170228 GO_Central DNA unwinding involved in DNA replication -UniProtKB P94461 priA GO:0006302 PMID:21873635 IBA PANTHER:PTN000778679|UniProtKB:P17888 P Primosomal protein N' UniProtKB:P94461|PTN001255055 protein NCBITaxon:224308 20170228 GO_Central double-strand break repair -UniProtKB P94461 priA GO:0006270 PMID:21873635 IBA PANTHER:PTN000778679|UniProtKB:P17888 P Primosomal protein N' UniProtKB:P94461|PTN001255055 protein NCBITaxon:224308 20170228 GO_Central DNA replication initiation -UniProtKB P94461 priA GO:0006310 PMID:21873635 IBA PANTHER:PTN000778679|UniProtKB:P17888 P Primosomal protein N' UniProtKB:P94461|PTN001255055 protein NCBITaxon:224308 20170228 GO_Central DNA recombination -UniProtKB P94461 priA GO:0043138 PMID:21873635 IBA PANTHER:PTN000778679|UniProtKB:P17888 F Primosomal protein N' UniProtKB:P94461|PTN001255055 protein NCBITaxon:224308 20170228 GO_Central 3'-5' DNA helicase activity -UniProtKB P94447 yrbC GO:0005829 PMID:21873635 IBA PANTHER:PTN000283292|UniProtKB:P0A8A2|UniProtKB:P0A8A0 C Probable transcriptional regulatory protein YrbC UniProtKB:P94447|PTN000283297 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P94442 lnrN GO:0055085 PMID:21873635 IBA PANTHER:PTN000767896|UniProtKB:P0AFP9|UniProtKB:P0AFQ2 P Linearmycin resistance permease protein LnrN UniProtKB:P94442|PTN001250738 protein NCBITaxon:224308 20200414 GO_Central transmembrane transport -UniProtKB P94442 lnrN GO:0005886 PMID:21873635 IBA PANTHER:PTN000767896|UniProtKB:P0AGH1 C Linearmycin resistance permease protein LnrN UniProtKB:P94442|PTN001250738 protein NCBITaxon:224308 20200414 GO_Central plasma membrane -UniProtKB P94442 lnrN GO:0022857 PMID:21873635 IBA PANTHER:PTN000767896|UniProtKB:P0AFP9|UniProtKB:P0AFQ2 F Linearmycin resistance permease protein LnrN UniProtKB:P94442|PTN001250738 protein NCBITaxon:224308 20200414 GO_Central transmembrane transporter activity -UniProtKB P94441 lnrM GO:0055085 PMID:21873635 IBA PANTHER:PTN000767896|UniProtKB:P0AFP9|UniProtKB:P0AFQ2 P Linearmycin resistance permease protein LnrM UniProtKB:P94441|PTN001576016 protein NCBITaxon:224308 20200414 GO_Central transmembrane transport -UniProtKB P94441 lnrM GO:0022857 PMID:21873635 IBA PANTHER:PTN000767896|UniProtKB:P0AFP9|UniProtKB:P0AFQ2 F Linearmycin resistance permease protein LnrM UniProtKB:P94441|PTN001576016 protein NCBITaxon:224308 20200414 GO_Central transmembrane transporter activity -UniProtKB P94441 lnrM GO:0005886 PMID:21873635 IBA PANTHER:PTN000767896|UniProtKB:P0AGH1 C Linearmycin resistance permease protein LnrM UniProtKB:P94441|PTN001576016 protein NCBITaxon:224308 20200414 GO_Central plasma membrane -UniProtKB P94428 gabD GO:0004777 PMID:21873635 IBA PANTHER:PTN000192580|FB:FBgn0039349|UniProtKB:P51649|RGD:621422|UniProtKB:P25526|TAIR:locus:2206405 F Succinate-semialdehyde dehydrogenase [NADP(+)] UniProtKB:P94428|PTN000192655 protein NCBITaxon:224308 20170228 GO_Central succinate-semialdehyde dehydrogenase (NAD+) activity -UniProtKB P94427 gabT GO:0009450 PMID:21873635 IBA PANTHER:PTN000944876|SGD:S000003251|UniProtKB:P14010|PomBase:SPAC19D5.07|UniProtKB:P80147|UniProtKB:P22256|UniProtKB:F1MFB7 P Probable 4-aminobutyrate aminotransferase UniProtKB:P94427|PTN000241469 protein NCBITaxon:224308 20210102 GO_Central gamma-aminobutyric acid catabolic process -UniProtKB P94427 gabT GO:0003867 PMID:21873635 IBA PANTHER:PTN000944876|UniProtKB:P50457|RGD:620948|SGD:S000003251|PomBase:SPAC19D5.07|UniProtKB:P94427|UniProtKB:P22256 F Probable 4-aminobutyrate aminotransferase UniProtKB:P94427|PTN000241469 protein NCBITaxon:224308 20170228 GO_Central 4-aminobutyrate transaminase activity -UniProtKB P94427 gabT GO:0030170 PMID:21873635 IBA PANTHER:PTN000944876|UniProtKB:P80404|UniProtKB:P50457|UniProtKB:P22256|UniProtKB:P80147|PomBase:SPAC19D5.07 F Probable 4-aminobutyrate aminotransferase UniProtKB:P94427|PTN000241469 protein NCBITaxon:224308 20170420 GO_Central pyridoxal phosphate binding -UniProtKB P94427 gabT GO:0005829 PMID:21873635 IBA PANTHER:PTN000241468|UniProtKB:P22256 C Probable 4-aminobutyrate aminotransferase UniProtKB:P94427|PTN000241469 protein NCBITaxon:224308 20170420 GO_Central cytosol -UniProtKB P94425 ycnE GO:0003824 PMID:21873635 IBA PANTHER:PTN002118978|UniProtKB:P64461|UniProtKB:P0ADU2 F Putative monooxygenase YcnE UniProtKB:P94425|PTN002119029 protein NCBITaxon:224308 20200809 GO_Central catalytic activity -UniProtKB P94423 ycnC GO:0003700 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:P0ACS9 F Uncharacterized HTH-type transcriptional regulator YcnC UniProtKB:P94423|PTN001251043 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB P94423 ycnC GO:0000976 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P32265|UniProtKB:Q9HZJ9|UniProtKB:Q9KR96|UniProtKB:Q9HXS0|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HY46 F Uncharacterized HTH-type transcriptional regulator YcnC UniProtKB:P94423|PTN001251043 protein NCBITaxon:224308 20190822 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P94423 ycnC GO:0006355 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:G3XCU9|UniProtKB:P0ACT6|UniProtKB:P75952|UniProtKB:P9WMC1|UniProtKB:P9WMB9|UniProtKB:P32265|UniProtKB:Q9HXS0|UniProtKB:Q9HZJ9|UniProtKB:P0ACS9|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:Q9HY46|UniProtKB:Q9HXW2|UniProtKB:Q9HZW2|UniProtKB:P39334|UniProtKB:P0ACU0 P Uncharacterized HTH-type transcriptional regulator YcnC UniProtKB:P94423|PTN001251043 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P94422 ycnB GO:0016020 PMID:21873635 IBA PANTHER:PTN001161692|SGD:S000005905|SGD:S000004584 C Uncharacterized MFS-type transporter YcnB UniProtKB:P94422|PTN000606389 protein NCBITaxon:224308 20180620 GO_Central membrane -UniProtKB P94421 yclQ GO:0030288 PMID:21873635 IBA PANTHER:PTN001254050|UniProtKB:P0AEL6|UniProtKB:P07822 C Petrobactin-binding protein YclQ UniProtKB:P94421|PTN001254055 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space -UniProtKB P94419 yclO GO:0033214 PMID:21873635 IBA PANTHER:PTN001253116|UniProtKB:P06972|UniProtKB:P15030|UniProtKB:P15029 P Petrobactin import system permease protein YclO UniProtKB:P94419|PTN001253146 protein NCBITaxon:224308 20201206 GO_Central siderophore-dependent iron import into cell -UniProtKB P94419 yclO GO:0022857 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P06972|UniProtKB:P06609|UniProtKB:P23876|UniProtKB:P15029|UniProtKB:P15030 F Petrobactin import system permease protein YclO UniProtKB:P94419|PTN001253146 protein NCBITaxon:224308 20190116 GO_Central transmembrane transporter activity -UniProtKB P94419 yclO GO:0005887 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P06609 C Petrobactin import system permease protein YclO UniProtKB:P94419|PTN001253146 protein NCBITaxon:224308 20190116 GO_Central integral component of plasma membrane -UniProtKB P94418 yclN GO:0005887 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P06609 C Petrobactin import system permease protein YclN UniProtKB:P94418|PTN001253151 protein NCBITaxon:224308 20190116 GO_Central integral component of plasma membrane -UniProtKB P94418 yclN GO:0022857 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P06972|UniProtKB:P06609|UniProtKB:P23876|UniProtKB:P15029|UniProtKB:P15030 F Petrobactin import system permease protein YclN UniProtKB:P94418|PTN001253151 protein NCBITaxon:224308 20190116 GO_Central transmembrane transporter activity -UniProtKB P94418 yclN GO:0033214 PMID:21873635 IBA PANTHER:PTN001253116|UniProtKB:P06972|UniProtKB:P15030|UniProtKB:P15029 P Petrobactin import system permease protein YclN UniProtKB:P94418|PTN001253151 protein NCBITaxon:224308 20201206 GO_Central siderophore-dependent iron import into cell -UniProtKB P94417 yclM GO:0009089 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P08660|UniProtKB:P9WPX3|UniProtKB:P00562 P Aspartokinase 3 UniProtKB:P94417|PTN000487161 protein NCBITaxon:224308 20181004 GO_Central lysine biosynthetic process via diaminopimelate -UniProtKB P94417 yclM GO:0009090 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P00562|SGD:S000000854|UniProtKB:P08660 P Aspartokinase 3 UniProtKB:P94417|PTN000487161 protein NCBITaxon:224308 20181004 GO_Central homoserine biosynthetic process -UniProtKB P94417 yclM GO:0004072 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P00562|UniProtKB:P9WPX3|UniProtKB:P94417|TAIR:locus:2174708|TAIR:locus:2078638|UniProtKB:P08660|SGD:S000000854 F Aspartokinase 3 UniProtKB:P94417|PTN000487161 protein NCBITaxon:224308 20181004 GO_Central aspartate kinase activity -UniProtKB P94417 yclM GO:0005829 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P08660|UniProtKB:P00562 C Aspartokinase 3 UniProtKB:P94417|PTN000487161 protein NCBITaxon:224308 20181004 GO_Central cytosol -UniProtKB P94414 yclK GO:0007234 PMID:21873635 IBA PANTHER:PTN002450928|SGD:S000003996|UniProtKB:Q5AVI3 P Sensor histidine kinase YclK UniProtKB:P94414|PTN000703636 protein NCBITaxon:224308 20200810 GO_Central osmosensory signaling via phosphorelay pathway -UniProtKB P94414 yclK GO:0030295 PMID:21873635 IBA PANTHER:PTN002450928|PomBase:SPBC887.10|SGD:S000003996 F Sensor histidine kinase YclK UniProtKB:P94414|PTN000703636 protein NCBITaxon:224308 20201206 GO_Central protein kinase activator activity -UniProtKB P94414 yclK GO:0000156 PMID:21873635 IBA PANTHER:PTN002450928|PomBase:SPBC887.10|SGD:S000003996 F Sensor histidine kinase YclK UniProtKB:P94414|PTN000703636 protein NCBITaxon:224308 20180620 GO_Central phosphorelay response regulator activity -UniProtKB P94413 yclJ GO:0032993 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EHJ3|UniProtKB:Q8EE50 C Uncharacterized transcriptional regulatory protein YclJ UniProtKB:P94413|PTN001568165 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex -UniProtKB P94413 yclJ GO:0000156 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P30843|UniProtKB:P0A9Q1|UniProtKB:O07776|UniProtKB:P38684|UniProtKB:Q9I2U3|UniProtKB:P0AA16 F Uncharacterized transcriptional regulatory protein YclJ UniProtKB:P94413|PTN001568165 protein NCBITaxon:224308 20170829 GO_Central phosphorelay response regulator activity -UniProtKB P94413 yclJ GO:0005829 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P69228|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P0AE88 C Uncharacterized transcriptional regulatory protein YclJ UniProtKB:P94413|PTN001568165 protein NCBITaxon:224308 20170829 GO_Central cytosol -UniProtKB P94413 yclJ GO:0001216 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P21866|UniProtKB:P23836|UniProtKB:Q8EHJ3 F Uncharacterized transcriptional regulatory protein YclJ UniProtKB:P94413|PTN001568165 protein NCBITaxon:224308 20170829 GO_Central DNA-binding transcription activator activity -UniProtKB P94413 yclJ GO:0000976 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P21866|UniProtKB:P69228|UniProtKB:P08368|UniProtKB:Q8EE50|UniProtKB:Q8EHJ3|UniProtKB:Q04803|UniProtKB:P23836|UniProtKB:P0A9Q1|UniProtKB:O24973 F Uncharacterized transcriptional regulatory protein YclJ UniProtKB:P94413|PTN001568165 protein NCBITaxon:224308 20200810 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P94412 yclI GO:0022857 PMID:21873635 IBA PANTHER:PTN001254814|UniProtKB:Q9I190|UniProtKB:P75831 F Uncharacterized ABC transporter permease YclI UniProtKB:P94412|PTN001577006 protein NCBITaxon:224308 20200809 GO_Central transmembrane transporter activity -UniProtKB P94412 yclI GO:0005886 PMID:21873635 IBA PANTHER:PTN001254814|UniProtKB:P75831 C Uncharacterized ABC transporter permease YclI UniProtKB:P94412|PTN001577006 protein NCBITaxon:224308 20200809 GO_Central plasma membrane -UniProtKB P94411 yclH GO:0055085 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7|UniProtKB:P33593|UniProtKB:P33916 P Uncharacterized ABC transporter ATP-binding protein YclH UniProtKB:P94411|PTN000656381 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport -UniProtKB P94411 yclH GO:0022857 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:Q9I2T7|UniProtKB:P9WQL7 F Uncharacterized ABC transporter ATP-binding protein YclH UniProtKB:P94411|PTN000656381 protein NCBITaxon:224308 20190221 GO_Central transmembrane transporter activity -UniProtKB P94411 yclH GO:0005886 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P75957|UniProtKB:O05779|UniProtKB:P0A9R7|UniProtKB:O34814|UniProtKB:P33916 C Uncharacterized ABC transporter ATP-binding protein YclH UniProtKB:P94411|PTN000656381 protein NCBITaxon:224308 20190221 GO_Central plasma membrane -UniProtKB P94405 bsdC GO:0005829 PMID:21873635 IBA PANTHER:PTN000764659|UniProtKB:P0AAB4 C Phenolic acid decarboxylase UniProtKB:P94405|PTN000764660 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P94405 bsdC GO:0005737 PMID:21873635 IBA PANTHER:PTN000764648|UniProtKB:P0AAB4 C Phenolic acid decarboxylase UniProtKB:P94405|PTN000764660 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB P94405 bsdC GO:0016831 PMID:21873635 IBA PANTHER:PTN000764648|UniProtKB:P0AAB4|SGD:S000002947 F Phenolic acid decarboxylase UniProtKB:P94405|PTN000764660 protein NCBITaxon:224308 20170228 GO_Central carboxy-lyase activity -UniProtKB P94405 bsdC GO:0006744 PMID:21873635 IBA PANTHER:PTN000764659|UniProtKB:P0AAB4 P Phenolic acid decarboxylase UniProtKB:P94405|PTN000764660 protein NCBITaxon:224308 20170228 GO_Central ubiquinone biosynthetic process -UniProtKB P94405 bsdC GO:0008694 PMID:21873635 IBA PANTHER:PTN000764659|UniProtKB:P0AAB4 F Phenolic acid decarboxylase UniProtKB:P94405|PTN000764660 protein NCBITaxon:224308 20170228 GO_Central 3-octaprenyl-4-hydroxybenzoate carboxy-lyase activity -UniProtKB P94404 bsdB GO:0016831 PMID:21873635 IBA PANTHER:PTN000764671|SGD:S000002946 F Probable UbiX-like flavin prenyltransferase UniProtKB:P94404|PTN000764676 protein NCBITaxon:224308 20170228 GO_Central carboxy-lyase activity -UniProtKB P94403 bsdA GO:0000986 PMID:21873635 IBA PANTHER:PTN000790637|UniProtKB:P0ACQ7 F HTH-type transcriptional regulator BsdA UniProtKB:P94403|PTN001285585 protein NCBITaxon:224308 20170228 GO_Central bacterial-type cis-regulatory region sequence-specific DNA binding -UniProtKB P94403 bsdA GO:0005829 PMID:21873635 IBA PANTHER:PTN000790637|UniProtKB:P0ACR7 C HTH-type transcriptional regulator BsdA UniProtKB:P94403|PTN001285585 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P94403 bsdA GO:0006355 PMID:21873635 IBA PANTHER:PTN000790637|UniProtKB:P77171|UniProtKB:P0ACQ7 P HTH-type transcriptional regulator BsdA UniProtKB:P94403|PTN001285585 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P20282 rpsM GO:0005829 PMID:21873635 IBA PANTHER:PTN000093238|UniProtKB:P62269|RGD:3595|UniProtKB:P0A7S9|UniProtKB:P62272|TAIR:locus:2005541 C 30S ribosomal protein S13 UniProtKB:P20282|PTN000093365 protein NCBITaxon:224308 20200929 GO_Central cytosol -UniProtKB P20282 rpsM GO:0015935 PMID:21873635 IBA PANTHER:PTN000093238|UniProtKB:P62269|SGD:S000005025|UniProtKB:P0A7S9|RGD:3595|TAIR:locus:2005541|UniProtKB:P62272 C 30S ribosomal protein S13 UniProtKB:P20282|PTN000093365 protein NCBITaxon:224308 20200807 GO_Central small ribosomal subunit -UniProtKB P94392 putP GO:0005298 PMID:21873635 IBA PANTHER:PTN001371338|UniProtKB:P07117 F High-affinity proline transporter PutP UniProtKB:P94392|PTN000213756 protein NCBITaxon:224308 20170228 GO_Central proline:sodium symporter activity -UniProtKB P94392 putP GO:0035524 PMID:21873635 IBA PANTHER:PTN001371338|UniProtKB:Q9I5F5 P High-affinity proline transporter PutP UniProtKB:P94392|PTN000213756 protein NCBITaxon:224308 20201002 GO_Central proline transmembrane transport -UniProtKB P94391 putC GO:0009898 PMID:21873635 IBA PANTHER:PTN000193023|UniProtKB:P09546 C 1-pyrroline-5-carboxylate dehydrogenase 2 UniProtKB:P94391|PTN000192493 protein NCBITaxon:224308 20181029 GO_Central cytoplasmic side of plasma membrane -UniProtKB P94391 putC GO:0010133 PMID:21873635 IBA PANTHER:PTN000193023|UniProtKB:Q9I5F6|SGD:S000001079|UniProtKB:P09546|UniProtKB:P10503 P 1-pyrroline-5-carboxylate dehydrogenase 2 UniProtKB:P94391|PTN000192493 protein NCBITaxon:224308 20200809 GO_Central proline catabolic process to glutamate -UniProtKB P94391 putC GO:0003842 PMID:21873635 IBA PANTHER:PTN000193023|SGD:S000001079|UniProtKB:Q9I5F6|UniProtKB:P10503|UniProtKB:P09546 F 1-pyrroline-5-carboxylate dehydrogenase 2 UniProtKB:P94391|PTN000192493 protein NCBITaxon:224308 20200809 GO_Central 1-pyrroline-5-carboxylate dehydrogenase activity -UniProtKB P94388 cah GO:0005976 PMID:21873635 IBA PANTHER:PTN002219954|UniProtKB:Q9WXT2 P Cephalosporin-C deacetylase UniProtKB:P94388|PTN002447132 protein NCBITaxon:224308 20200809 GO_Central polysaccharide metabolic process -UniProtKB P94388 cah GO:0052689 PMID:21873635 IBA PANTHER:PTN002219954|UniProtKB:Q9WXT2 F Cephalosporin-C deacetylase UniProtKB:P94388|PTN002447132 protein NCBITaxon:224308 20170906 GO_Central carboxylic ester hydrolase activity -UniProtKB P94387 ycgK GO:0003700 PMID:21873635 IBA PANTHER:PTN001576272|UniProtKB:P23841|UniProtKB:Q47141|UniProtKB:P20668|UniProtKB:P0ACQ4|UniProtKB:Q9K1H8 F Uncharacterized HTH-type transcriptional regulator YcgK UniProtKB:P94387|PTN001285586 protein NCBITaxon:224308 20200417 GO_Central DNA-binding transcription factor activity -UniProtKB P94387 ycgK GO:0000986 PMID:21873635 IBA PANTHER:PTN001576272|UniProtKB:P0ACQ4 F Uncharacterized HTH-type transcriptional regulator YcgK UniProtKB:P94387|PTN001285586 protein NCBITaxon:224308 20200417 GO_Central bacterial-type cis-regulatory region sequence-specific DNA binding -UniProtKB P94387 ycgK GO:0006355 PMID:21873635 IBA PANTHER:PTN001576272|UniProtKB:P23841|UniProtKB:Q47141|UniProtKB:P20668|UniProtKB:P0ACQ4|UniProtKB:Q9K1H8 P Uncharacterized HTH-type transcriptional regulator YcgK UniProtKB:P94387|PTN001285586 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P94387 ycgK GO:0032993 PMID:21873635 IBA PANTHER:PTN001576272|UniProtKB:Q9K1H8 C Uncharacterized HTH-type transcriptional regulator YcgK UniProtKB:P94387|PTN001285586 protein NCBITaxon:224308 20200417 GO_Central protein-DNA complex -UniProtKB P94381 ycgF GO:1902023 PMID:21873635 IBA PANTHER:PTN000764317|UniProtKB:P11667 P Putative amino acid efflux protein YcgF UniProtKB:P94381|PTN001575019 protein NCBITaxon:224308 20170228 GO_Central L-arginine transport -UniProtKB P94381 ycgF GO:0015171 PMID:21873635 IBA PANTHER:PTN002012870|UniProtKB:P11667|UniProtKB:P76249|UniProtKB:P0AG34|UniProtKB:P0AG38 F Putative amino acid efflux protein YcgF UniProtKB:P94381|PTN001575019 protein NCBITaxon:224308 20200809 GO_Central amino acid transmembrane transporter activity -UniProtKB P94381 ycgF GO:0005887 PMID:21873635 IBA PANTHER:PTN002012870|UniProtKB:P38101 C Putative amino acid efflux protein YcgF UniProtKB:P94381|PTN001575019 protein NCBITaxon:224308 20190822 GO_Central integral component of plasma membrane -UniProtKB P94381 ycgF GO:0006865 PMID:21873635 IBA PANTHER:PTN002012870|UniProtKB:P0AG34|UniProtKB:P0AG38|UniProtKB:P38101|UniProtKB:P76249|UniProtKB:P11667 P Putative amino acid efflux protein YcgF UniProtKB:P94381|PTN001575019 protein NCBITaxon:224308 20200809 GO_Central amino acid transport -UniProtKB P94381 ycgF GO:0015181 PMID:21873635 IBA PANTHER:PTN000764317|UniProtKB:P11667 F Putative amino acid efflux protein YcgF UniProtKB:P94381|PTN001575019 protein NCBITaxon:224308 20170228 GO_Central arginine transmembrane transporter activity -UniProtKB P94378 yxlJ GO:0006284 PMID:21873635 IBA PANTHER:PTN000046480|MGI:MGI:97073 P Putative 3-methyladenine DNA glycosylase UniProtKB:P94378|PTN000046528 protein NCBITaxon:224308 20170228 GO_Central base-excision repair -UniProtKB P94378 yxlJ GO:0003905 PMID:21873635 IBA PANTHER:PTN000046480|TAIR:locus:2088639|MGI:MGI:97073 F Putative 3-methyladenine DNA glycosylase UniProtKB:P94378|PTN000046528 protein NCBITaxon:224308 20200807 GO_Central alkylbase DNA N-glycosylase activity -UniProtKB P94377 katX GO:0042542 PMID:21873635 IBA PANTHER:PTN000157250|UniProtKB:Q0D9C4|UniProtKB:Q0E4K1|PomBase:SPCC757.07c|UniProtKB:Q10S82|TAIR:locus:2034428|UniProtKB:O13289|FB:FBgn0000261 P Catalase X UniProtKB:P94377|PTN000157352 protein NCBITaxon:224308 20200807 GO_Central response to hydrogen peroxide -UniProtKB P94377 katX GO:0042744 PMID:21873635 IBA PANTHER:PTN000157250|PomBase:SPCC757.07c|dictyBase:DDB_G0274595|TAIR:locus:2034428|RGD:2279|FB:FBgn0000261|MGI:MGI:88271|UniProtKB:P77872|UniProtKB:O13289|SGD:S000002664|TAIR:locus:2034357|UniProtKB:P04040 P Catalase X UniProtKB:P94377|PTN000157352 protein NCBITaxon:224308 20200929 GO_Central hydrogen peroxide catabolic process -UniProtKB P94377 katX GO:0004096 PMID:21873635 IBA PANTHER:PTN000157250|MGI:MGI:88271|UniProtKB:P00432|dictyBase:DDB_G0274595|RGD:2279|SGD:S000002664|UniProtKB:P18122|UniProtKB:Q0E4K1|UniProtKB:O52762|UniProtKB:P12365|FB:FBgn0000261|UniProtKB:P17598|PomBase:SPCC757.07c|WB:WBGene00000830|UniProtKB:P18123|UniProtKB:Q10S82|UniProtKB:P30567|UniProtKB:Q0D9C4|UniProtKB:O13289|SGD:S000003320|UniProtKB:P04040|TAIR:locus:2131591|UniProtKB:Q59337|WB:WBGene00000831 F Catalase X UniProtKB:P94377|PTN000157352 protein NCBITaxon:224308 20200807 GO_Central catalase activity -UniProtKB P94377 katX GO:0005737 PMID:21873635 IBA PANTHER:PTN000157250|MGI:MGI:88271|UniProtKB:Q0D9C4|RGD:2279|UniProtKB:P18123|UniProtKB:Q10S82|TAIR:locus:2034428|dictyBase:DDB_G0274595|TAIR:locus:2131591|UniProtKB:P04040|SGD:S000002664|TAIR:locus:2034357|WB:WBGene00000831|UniProtKB:Q0E4K1 C Catalase X UniProtKB:P94377|PTN000157352 protein NCBITaxon:224308 20200929 GO_Central cytoplasm -UniProtKB P94377 katX GO:0020037 PMID:21873635 IBA PANTHER:PTN000157250|UniProtKB:P04040 F Catalase X UniProtKB:P94377|PTN000157352 protein NCBITaxon:224308 20170228 GO_Central heme binding -UniProtKB P94369 yxlA GO:0022857 PMID:21873635 IBA PANTHER:PTN001274047|SGD:S000000862|SGD:S000000858|UniProtKB:A0A1D8PJQ2|SGD:S000002958|UniProtKB:A0A1D8PIH2|SGD:S000003154 F Putative purine-cytosine permease YxlA UniProtKB:P94369|PTN001274048 protein NCBITaxon:224308 20200809 GO_Central transmembrane transporter activity -UniProtKB P94369 yxlA GO:0006810 PMID:21873635 IBA PANTHER:PTN001274047|UniProtKB:A0A1D8PIH2|SGD:S000003154|SGD:S000000862|SGD:S000000858|SGD:S000002958 P Putative purine-cytosine permease YxlA UniProtKB:P94369|PTN001274048 protein NCBITaxon:224308 20200917 GO_Central transport -UniProtKB P94369 yxlA GO:0005886 PMID:21873635 IBA PANTHER:PTN001274047|SGD:S000003154|SGD:S000000858 C Putative purine-cytosine permease YxlA UniProtKB:P94369|PTN001274048 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P94368 nnrD GO:0052855 PMID:21873635 IBA PANTHER:PTN000287613|UniProtKB:P31806 F ADP-dependent (S)-NAD(P)H-hydrate dehydratase UniProtKB:P94368|PTN000287614 protein NCBITaxon:224308 20191128 GO_Central ADP-dependent NAD(P)H-hydrate dehydratase activity -UniProtKB P94368 nnrD GO:0052857 PMID:21873635 IBA PANTHER:PTN000287613|UniProtKB:P31806 F ADP-dependent (S)-NAD(P)H-hydrate dehydratase UniProtKB:P94368|PTN000287614 protein NCBITaxon:224308 20191128 GO_Central NADPHX epimerase activity -UniProtKB P94368 nnrD GO:0052856 PMID:21873635 IBA PANTHER:PTN000287613|UniProtKB:P31806 F ADP-dependent (S)-NAD(P)H-hydrate dehydratase UniProtKB:P94368|PTN000287614 protein NCBITaxon:224308 20191128 GO_Central NADHX epimerase activity -UniProtKB P94368 nnrD GO:0110051 PMID:21873635 IBA PANTHER:PTN000287547|UniProtKB:P31806 P ADP-dependent (S)-NAD(P)H-hydrate dehydratase UniProtKB:P94368|PTN000287614 protein NCBITaxon:224308 20191128 GO_Central metabolite repair -UniProtKB P94367 cydD GO:0042626 PMID:21873635 IBA PANTHER:PTN000657929|UniProtKB:P23886 F ATP-binding/permease protein CydD UniProtKB:P94367|PTN000657961 protein NCBITaxon:224308 20170427 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB P94367 cydD GO:0005887 PMID:21873635 IBA PANTHER:PTN000657929|UniProtKB:P23886 C ATP-binding/permease protein CydD UniProtKB:P94367|PTN000657961 protein NCBITaxon:224308 20170427 GO_Central integral component of plasma membrane -UniProtKB P94366 cydC GO:0042626 PMID:21873635 IBA PANTHER:PTN000657189|ZFIN:ZDB-GENE-080204-52|FB:FBgn0004513|UniProtKB:P29018|TAIR:locus:2041434|MGI:MGI:98483|PomBase:SPCC663.03|UniProtKB:Q03519|UniProtKB:Q9NP78|UniProtKB:Q9NP58|MGI:MGI:97570|UniProtKB:P21439|UniProtKB:P08183|PomBase:SPCC737.09c|SGD:S000004916|PomBase:SPBC25B2.02c|UniProtKB:Q03518|UniProtKB:A0A1D8PKI5|RGD:619930|UniProtKB:P60752|UniProtKB:O95342 F ATP-binding/permease protein CydC UniProtKB:P94366|PTN000657686 protein NCBITaxon:224308 20210102 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB P94366 cydC GO:0055085 PMID:21873635 IBA PANTHER:PTN000657189|PomBase:SPCC663.03|MGI:MGI:97570|UniProtKB:Q03519|UniProtKB:P29018|UniProtKB:Q9FNU2|WB:WBGene00001815|UniProtKB:O53645|WB:WBGene00001811|RGD:619930|UniProtKB:O95342|UniProtKB:Q2M3G0|UniProtKB:Q9NUT2|UniProtKB:P08183|PomBase:SPCC737.09c|UniProtKB:Q03518|PomBase:SPBC25B2.02c P ATP-binding/permease protein CydC UniProtKB:P94366|PTN000657686 protein NCBITaxon:224308 20210102 GO_Central transmembrane transport -UniProtKB P94365 cydB GO:0019646 PMID:21873635 IBA PANTHER:PTN000769195|UniProtKB:P0ABK2|UniProtKB:P26458 P Cytochrome bd ubiquinol oxidase subunit 2 UniProtKB:P94365|PTN000769198 protein NCBITaxon:224308 20170228 GO_Central aerobic electron transport chain -UniProtKB P94365 cydB GO:0070069 PMID:21873635 IBA PANTHER:PTN000769195|UniProtKB:P0ABK2|UniProtKB:P26458 C Cytochrome bd ubiquinol oxidase subunit 2 UniProtKB:P94365|PTN000769198 protein NCBITaxon:224308 20170228 GO_Central cytochrome complex -UniProtKB P94365 cydB GO:0016682 PMID:21873635 IBA PANTHER:PTN000769195|UniProtKB:P0ABK2|UniProtKB:P26458 F Cytochrome bd ubiquinol oxidase subunit 2 UniProtKB:P94365|PTN000769198 protein NCBITaxon:224308 20170228 GO_Central oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor -UniProtKB P94365 cydB GO:0009055 PMID:21873635 IBA PANTHER:PTN000769195|UniProtKB:P0ABK2|UniProtKB:P26458 F Cytochrome bd ubiquinol oxidase subunit 2 UniProtKB:P94365|PTN000769198 protein NCBITaxon:224308 20170228 GO_Central electron transfer activity -UniProtKB P94364 cydA GO:0005886 PMID:21873635 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9|UniProtKB:P26459 C Cytochrome bd ubiquinol oxidase subunit 1 UniProtKB:P94364|PTN000769177 protein NCBITaxon:224308 20181018 GO_Central plasma membrane -UniProtKB P94364 cydA GO:0019646 PMID:21873635 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9|UniProtKB:P26459 P Cytochrome bd ubiquinol oxidase subunit 1 UniProtKB:P94364|PTN000769177 protein NCBITaxon:224308 20170228 GO_Central aerobic electron transport chain -UniProtKB P94364 cydA GO:0009055 PMID:21873635 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9|UniProtKB:P26459 F Cytochrome bd ubiquinol oxidase subunit 1 UniProtKB:P94364|PTN000769177 protein NCBITaxon:224308 20170228 GO_Central electron transfer activity -UniProtKB P94364 cydA GO:0070069 PMID:21873635 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9|UniProtKB:P26459 C Cytochrome bd ubiquinol oxidase subunit 1 UniProtKB:P94364|PTN000769177 protein NCBITaxon:224308 20170228 GO_Central cytochrome complex -UniProtKB P94364 cydA GO:0016682 PMID:21873635 IBA PANTHER:PTN000769172|UniProtKB:P26459 F Cytochrome bd ubiquinol oxidase subunit 1 UniProtKB:P94364|PTN000769177 protein NCBITaxon:224308 20170228 GO_Central oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor -UniProtKB P94364 cydA GO:0020037 PMID:21873635 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9 F Cytochrome bd ubiquinol oxidase subunit 1 UniProtKB:P94364|PTN000769177 protein NCBITaxon:224308 20181018 GO_Central heme binding -UniProtKB P94360 msmX GO:0055052 PMID:21873635 IBA PANTHER:PTN000655865|UniProtKB:P10907 C Maltodextrin import ATP-binding protein MsmX UniProtKB:P94360|PTN000655879 protein NCBITaxon:224308 20170420 GO_Central ATP-binding cassette (ABC) transporter complex, substrate-binding subunit-containing -UniProtKB P14802 yoxD GO:0016616 PMID:21873635 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:P0AG84|UniProtKB:Q8N4T8|UniProtKB:Q92506|UniProtKB:O54438|UniProtKB:P0AEK2|UniProtKB:P05707|UniProtKB:P37769|UniProtKB:Q8I2S7|UniProtKB:P9WGT1|UniProtKB:A0A1D8PPB1|SGD:S000001538 F Uncharacterized oxidoreductase YoxD UniProtKB:P14802|PTN000673938 protein NCBITaxon:224308 20190227 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB P21335 tadA GO:0052717 PMID:21873635 IBA PANTHER:PTN000118285|UniProtKB:P68398 F tRNA-specific adenosine deaminase UniProtKB:P21335|PTN000118286 protein NCBITaxon:224308 20201029 GO_Central tRNA-specific adenosine-34 deaminase activity -UniProtKB P21335 tadA GO:0002100 PMID:21873635 IBA PANTHER:PTN000118285|UniProtKB:P68398 P tRNA-specific adenosine deaminase UniProtKB:P21335|PTN000118286 protein NCBITaxon:224308 20201029 GO_Central tRNA wobble adenosine to inosine editing -UniProtKB P21203 pheA GO:0004664 PMID:21873635 IBA PANTHER:PTN000470965|UniProtKB:Q6Z3Y3|SGD:S000005260|UniProtKB:P0A9J8|UniProtKB:P9WIC3 F Prephenate dehydratase UniProtKB:P21203|PTN000471002 protein NCBITaxon:224308 20200808 GO_Central prephenate dehydratase activity -UniProtKB P21203 pheA GO:0005737 PMID:21873635 IBA PANTHER:PTN000470965|TAIR:locus:2162459|TAIR:locus:2101630|TAIR:locus:2199963|TAIR:locus:2027332|UniProtKB:Q6Z3Y3|TAIR:locus:2042021|TAIR:locus:2091127 C Prephenate dehydratase UniProtKB:P21203|PTN000471002 protein NCBITaxon:224308 20200808 GO_Central cytoplasm -UniProtKB P21203 pheA GO:0009094 PMID:21873635 IBA PANTHER:PTN000470965|TAIR:locus:2042021|UniProtKB:P9WIC3|SGD:S000005260|UniProtKB:P0A9J8|PomBase:SPBC30D10.16|UniProtKB:Q6Z3Y3 P Prephenate dehydratase UniProtKB:P21203|PTN000471002 protein NCBITaxon:224308 20170228 GO_Central L-phenylalanine biosynthetic process -UniProtKB P21656 trpS GO:0005829 PMID:21873635 IBA PANTHER:PTN000006532|UniProtKB:P00954 C Tryptophan--tRNA ligase UniProtKB:P21656|PTN000006533 protein NCBITaxon:224308 20170601 GO_Central cytosol -UniProtKB P21656 trpS GO:0006436 PMID:21873635 IBA PANTHER:PTN001600076|UniProtKB:P00954|SGD:S000002676 P Tryptophan--tRNA ligase UniProtKB:P21656|PTN000006533 protein NCBITaxon:224308 20170601 GO_Central tryptophanyl-tRNA aminoacylation -UniProtKB P21656 trpS GO:0004830 PMID:21873635 IBA PANTHER:PTN001600076|SGD:S000002676|UniProtKB:P00954 F Tryptophan--tRNA ligase UniProtKB:P21656|PTN000006533 protein NCBITaxon:224308 20170601 GO_Central tryptophan-tRNA ligase activity -UniProtKB P21477 rpsT GO:0015935 PMID:21873635 IBA PANTHER:PTN002122407|UniProtKB:P0A7U7 C 30S ribosomal protein S20 UniProtKB:P21477|PTN002122460 protein NCBITaxon:224308 20180110 GO_Central small ribosomal subunit -UniProtKB P21477 rpsT GO:0005829 PMID:21873635 IBA PANTHER:PTN002122411|UniProtKB:P0A7U7 C 30S ribosomal protein S20 UniProtKB:P21477|PTN002122460 protein NCBITaxon:224308 20200809 GO_Central cytosol -UniProtKB P21477 rpsT GO:0070181 PMID:21873635 IBA PANTHER:PTN002122407|UniProtKB:P0A7U7 F 30S ribosomal protein S20 UniProtKB:P21477|PTN002122460 protein NCBITaxon:224308 20180110 GO_Central small ribosomal subunit rRNA binding -UniProtKB P21476 rpsS GO:0022627 PMID:21873635 IBA PANTHER:PTN000222938|TAIR:locus:2161952|UniProtKB:P62841|TAIR:locus:2158382|TAIR:locus:2184772|TAIR:locus:2184847|TAIR:locus:2018324|RGD:62026|UniProtKB:C0H5C2|UniProtKB:P0A7U3|TAIR:locus:2184752 C 30S ribosomal protein S19 UniProtKB:P21476|PTN000223043 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit -UniProtKB P21476 rpsS GO:0000028 PMID:21873635 IBA PANTHER:PTN000222938|RGD:62026 P 30S ribosomal protein S19 UniProtKB:P21476|PTN000223043 protein NCBITaxon:224308 20170228 GO_Central ribosomal small subunit assembly -UniProtKB P21476 rpsS GO:0003735 PMID:21873635 IBA PANTHER:PTN000222938|SGD:S000005320|UniProtKB:P62841|UniProtKB:C0H5C2|RGD:62026 F 30S ribosomal protein S19 UniProtKB:P21476|PTN000223043 protein NCBITaxon:224308 20210101 GO_Central structural constituent of ribosome -UniProtKB P21475 rpsR GO:0003735 PMID:21873635 IBA PANTHER:PTN000336666|UniProtKB:P0A7T7|SGD:S000000852 F 30S ribosomal protein S18 UniProtKB:P21475|PTN000336730 protein NCBITaxon:224308 20200808 GO_Central structural constituent of ribosome -UniProtKB P21475 rpsR GO:0022627 PMID:21873635 IBA PANTHER:PTN000336729|UniProtKB:P0A7T7 C 30S ribosomal protein S18 UniProtKB:P21475|PTN000336730 protein NCBITaxon:224308 20180810 GO_Central cytosolic small ribosomal subunit -UniProtKB P21475 rpsR GO:0070181 PMID:21873635 IBA PANTHER:PTN000336666|UniProtKB:P0A7T7 F 30S ribosomal protein S18 UniProtKB:P21475|PTN000336730 protein NCBITaxon:224308 20180810 GO_Central small ribosomal subunit rRNA binding -UniProtKB P21474 rpsP GO:0015935 PMID:21873635 IBA PANTHER:PTN000308744|UniProtKB:P0A7T3|UniProtKB:Q9Y3D3|UniProtKB:P82915|SGD:S000005934 C 30S ribosomal protein S16 UniProtKB:P21474|PTN000308808 protein NCBITaxon:224308 20200808 GO_Central small ribosomal subunit -UniProtKB P21474 rpsP GO:0003735 PMID:21873635 IBA PANTHER:PTN000308744|SGD:S000005934|UniProtKB:P0A7T3 F 30S ribosomal protein S16 UniProtKB:P21474|PTN000308808 protein NCBITaxon:224308 20200808 GO_Central structural constituent of ribosome -UniProtKB P21473 rpsO GO:0022627 PMID:21873635 IBA PANTHER:PTN000594971|UniProtKB:P0ADZ4 C 30S ribosomal protein S15 UniProtKB:P21473|PTN000594972 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit -UniProtKB P21472 rpsL GO:0003735 PMID:21873635 IBA PANTHER:PTN000182999|SGD:S000005319|UniProtKB:P62266|SGD:S000006336|SGD:S000003350|UniProtKB:P0A7S3 F 30S ribosomal protein S12 UniProtKB:P21472|PTN000183161 protein NCBITaxon:224308 20200807 GO_Central structural constituent of ribosome -UniProtKB P21472 rpsL GO:0005840 PMID:21873635 IBA PANTHER:PTN000182999|UniProtKB:O15235|FB:FBgn0033912|UniProtKB:Q29RU1|TAIR:locus:2074954|UniProtKB:F2Z512|SGD:S000006336|SGD:S000003350|UniProtKB:P0A7S3|SGD:S000005319|RGD:621039|UniProtKB:P62266|TAIR:locus:2151301 C 30S ribosomal protein S12 UniProtKB:P21472|PTN000183161 protein NCBITaxon:224308 20210127 GO_Central ribosome -UniProtKB P21472 rpsL GO:0006412 PMID:21873635 IBA PANTHER:PTN000182999|UniProtKB:P0A7S3|UniProtKB:P62266 P 30S ribosomal protein S12 UniProtKB:P21472|PTN000183161 protein NCBITaxon:224308 20170228 GO_Central translation -UniProtKB P21471 rpsJ GO:0015935 PMID:21873635 IBA PANTHER:PTN000193512|SGD:S000002448|UniProtKB:P60866|SGD:S000001007|TAIR:locus:2099535|UniProtKB:A1XQU9|TAIR:locus:2075949|UniProtKB:P0A7R5|RGD:621037 C 30S ribosomal protein S10 UniProtKB:P21471|PTN000193629 protein NCBITaxon:224308 20200807 GO_Central small ribosomal subunit -UniProtKB P21471 rpsJ GO:0003735 PMID:21873635 IBA PANTHER:PTN000193512|SGD:S000002448 F 30S ribosomal protein S10 UniProtKB:P21471|PTN000193629 protein NCBITaxon:224308 20200807 GO_Central structural constituent of ribosome -UniProtKB P21470 rpsI GO:0003735 PMID:21873635 IBA PANTHER:PTN000490829|UniProtKB:P0A7X3|UniProtKB:P62249|SGD:S000000350 F 30S ribosomal protein S9 UniProtKB:P21470|PTN000490972 protein NCBITaxon:224308 20210101 GO_Central structural constituent of ribosome -UniProtKB P21470 rpsI GO:0022627 PMID:21873635 IBA PANTHER:PTN000490971|UniProtKB:P0A7X3 C 30S ribosomal protein S9 UniProtKB:P21470|PTN000490972 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit -UniProtKB P21470 rpsI GO:0003723 PMID:21873635 IBA PANTHER:PTN000490829|UniProtKB:Q57VV0|UniProtKB:P62249|TAIR:locus:2146273|TAIR:locus:2052120|TAIR:locus:2037222 F 30S ribosomal protein S9 UniProtKB:P21470|PTN000490972 protein NCBITaxon:224308 20170228 GO_Central RNA binding -UniProtKB P21470 rpsI GO:0015935 PMID:21873635 IBA PANTHER:PTN000490829|TAIR:locus:2037222|UniProtKB:P0A7X3|UniProtKB:P62249|TAIR:locus:2103035|TAIR:locus:2052120|SGD:S000000350|UniProtKB:Q58DQ5|RGD:621031|TAIR:locus:2146273 C 30S ribosomal protein S9 UniProtKB:P21470|PTN000490972 protein NCBITaxon:224308 20200808 GO_Central small ribosomal subunit -UniProtKB P21469 rpsG GO:0003735 PMID:21873635 IBA PANTHER:PTN000128889|SGD:S000003874|UniProtKB:P02359 F 30S ribosomal protein S7 UniProtKB:P21469|PTN000129030 protein NCBITaxon:224308 20201231 GO_Central structural constituent of ribosome -UniProtKB P21469 rpsG GO:0003729 PMID:21873635 IBA PANTHER:PTN000128889|TAIR:locus:2049862|TAIR:locus:2081546|UniProtKB:P46782|TAIR:locus:2828051|TAIR:locus:504954476|UniProtKB:P02359 F 30S ribosomal protein S7 UniProtKB:P21469|PTN000129030 protein NCBITaxon:224308 20170228 GO_Central mRNA binding -UniProtKB P21469 rpsG GO:0022627 PMID:21873635 IBA PANTHER:PTN000129029|UniProtKB:P02359 C 30S ribosomal protein S7 UniProtKB:P21469|PTN000129030 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit -UniProtKB P21469 rpsG GO:0019843 PMID:21873635 IBA PANTHER:PTN000128889|UniProtKB:P02359 F 30S ribosomal protein S7 UniProtKB:P21469|PTN000129030 protein NCBITaxon:224308 20170228 GO_Central rRNA binding -UniProtKB P21469 rpsG GO:0006412 PMID:21873635 IBA PANTHER:PTN000128889|UniProtKB:P46782 P 30S ribosomal protein S7 UniProtKB:P21469|PTN000129030 protein NCBITaxon:224308 20170228 GO_Central translation -UniProtKB P21469 rpsG GO:0000028 PMID:21873635 IBA PANTHER:PTN000128889|UniProtKB:P02359 P 30S ribosomal protein S7 UniProtKB:P21469|PTN000129030 protein NCBITaxon:224308 20170228 GO_Central ribosomal small subunit assembly -UniProtKB P21469 rpsG GO:0005840 PMID:21873635 IBA PANTHER:PTN000128889|SGD:S000003874|RGD:3601|UniProtKB:P02359|UniProtKB:P46782|TAIR:locus:2049862|TAIR:locus:2081546|UniProtKB:Q3T040|UniProtKB:Q9Y2R9|SGD:S000003884 C 30S ribosomal protein S7 UniProtKB:P21469|PTN000129030 protein NCBITaxon:224308 20200807 GO_Central ribosome -UniProtKB P21468 rpsF GO:0022627 PMID:21873635 IBA PANTHER:PTN001077242|UniProtKB:P02358 C 30S ribosomal protein S6 UniProtKB:P21468|PTN001464189 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit -UniProtKB P21468 rpsF GO:0003735 PMID:21873635 IBA PANTHER:PTN001077198|SGD:S000001486 F 30S ribosomal protein S6 UniProtKB:P21468|PTN001464189 protein NCBITaxon:224308 20200808 GO_Central structural constituent of ribosome -UniProtKB P21468 rpsF GO:0070181 PMID:21873635 IBA PANTHER:PTN001077198|UniProtKB:P02358 F 30S ribosomal protein S6 UniProtKB:P21468|PTN001464189 protein NCBITaxon:224308 20170228 GO_Central small ribosomal subunit rRNA binding -UniProtKB P21467 rpsE GO:0022627 PMID:21873635 IBA PANTHER:PTN000346706|SGD:S000003091|RGD:619887|TAIR:locus:2016585|UniProtKB:Q8IL02|TAIR:locus:2103539|TAIR:locus:2826968|UniProtKB:P0A7W1|TAIR:locus:2054406|UniProtKB:P15880 C 30S ribosomal protein S5 UniProtKB:P21467|PTN000346921 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit -UniProtKB P21467 rpsE GO:0006412 PMID:21873635 IBA PANTHER:PTN000346706|UniProtKB:P0A7W1|TAIR:locus:2057645|RGD:619887 P 30S ribosomal protein S5 UniProtKB:P21467|PTN000346921 protein NCBITaxon:224308 20200808 GO_Central translation -UniProtKB P21467 rpsE GO:0003735 PMID:21873635 IBA PANTHER:PTN000346706|UniProtKB:P0A7W1|SGD:S000000455|UniProtKB:Q8IL02|RGD:619887|SGD:S000003091 F 30S ribosomal protein S5 UniProtKB:P21467|PTN000346921 protein NCBITaxon:224308 20200808 GO_Central structural constituent of ribosome -UniProtKB P21466 rpsD GO:0015935 PMID:21873635 IBA PANTHER:PTN000216478|SGD:S000005081|TAIR:locus:2143196|UniProtKB:P0A7V8|SGD:S000000393|SGD:S000006002|UniProtKB:P46781|TAIR:locus:2150976|RGD:619889 C 30S ribosomal protein S4 UniProtKB:P21466|PTN000216653 protein NCBITaxon:224308 20200808 GO_Central small ribosomal subunit -UniProtKB P21466 rpsD GO:0019843 PMID:21873635 IBA PANTHER:PTN000216478|UniProtKB:P0A7V8|SGD:S000006002|RGD:619889 F 30S ribosomal protein S4 UniProtKB:P21466|PTN000216653 protein NCBITaxon:224308 20170228 GO_Central rRNA binding -UniProtKB P21466 rpsD GO:0045903 PMID:21873635 IBA PANTHER:PTN000216478|SGD:S000000393 P 30S ribosomal protein S4 UniProtKB:P21466|PTN000216653 protein NCBITaxon:224308 20170228 GO_Central positive regulation of translational fidelity -UniProtKB P21466 rpsD GO:0003735 PMID:21873635 IBA PANTHER:PTN000216478|SGD:S000000393|SGD:S000005081|UniProtKB:P0A7V8|SGD:S000006002 F 30S ribosomal protein S4 UniProtKB:P21466|PTN000216653 protein NCBITaxon:224308 20210101 GO_Central structural constituent of ribosome -UniProtKB P21465 rpsC GO:0003735 PMID:21873635 IBA PANTHER:PTN000205057|SGD:S000005122|UniProtKB:Q8IKH8|UniProtKB:P0A7V3 F 30S ribosomal protein S3 UniProtKB:P21465|PTN000205168 protein NCBITaxon:224308 20200808 GO_Central structural constituent of ribosome -UniProtKB P21465 rpsC GO:0022627 PMID:21873635 IBA PANTHER:PTN000205057|TAIR:locus:2065863|UniProtKB:Q8IKH8|UniProtKB:P23396|TAIR:locus:2084490|UniProtKB:Q0Z8U2|SGD:S000005122|TAIR:locus:2169518|RGD:619888|UniProtKB:P0A7V3 C 30S ribosomal protein S3 UniProtKB:P21465|PTN000205168 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit -UniProtKB P21464 rpsB GO:0003735 PMID:21873635 IBA PANTHER:PTN000283441|UniProtKB:P0A7V0|SGD:S000000996 F 30S ribosomal protein S2 UniProtKB:P21464|PTN000283500 protein NCBITaxon:224308 20200808 GO_Central structural constituent of ribosome -UniProtKB P21464 rpsB GO:0022627 PMID:21873635 IBA PANTHER:PTN000283499|UniProtKB:P0A7V0 C 30S ribosomal protein S2 UniProtKB:P21464|PTN000283500 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit -UniProtKB P22326 tyrS1 GO:0005829 PMID:21873635 IBA PANTHER:PTN000205414|UniProtKB:P0AGJ9 C Tyrosine--tRNA ligase 1 UniProtKB:P22326|PTN000205486 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P22326 tyrS1 GO:0004831 PMID:21873635 IBA PANTHER:PTN000205414|UniProtKB:P0AGJ9|SGD:S000006018|UniProtKB:Q5BCM1|UniProtKB:Q9Y2Z4|UniProtKB:Q8IIJ2 F Tyrosine--tRNA ligase 1 UniProtKB:P22326|PTN000205486 protein NCBITaxon:224308 20200808 GO_Central tyrosine-tRNA ligase activity -UniProtKB P22326 tyrS1 GO:0043039 PMID:21873635 IBA PANTHER:PTN000205414|UniProtKB:Q9Y2Z4|UniProtKB:P0AGJ9|SGD:S000006018 P Tyrosine--tRNA ligase 1 UniProtKB:P22326|PTN000205486 protein NCBITaxon:224308 20200808 GO_Central tRNA aminoacylation -UniProtKB P22250 gltX GO:0004818 PMID:21873635 IBA PANTHER:PTN000012469|UniProtKB:P04805|UniProtKB:Q8IDD3|UniProtKB:Q5JPH6 F Glutamate--tRNA ligase UniProtKB:P22250|PTN000012538 protein NCBITaxon:224308 20170228 GO_Central glutamate-tRNA ligase activity -UniProtKB P22250 gltX GO:0006424 PMID:21873635 IBA PANTHER:PTN000012469|UniProtKB:Q8IDD3|UniProtKB:P04805|UniProtKB:Q5JPH6 P Glutamate--tRNA ligase UniProtKB:P22250|PTN000012538 protein NCBITaxon:224308 20170228 GO_Central glutamyl-tRNA aminoacylation -UniProtKB P22250 gltX GO:0005829 PMID:21873635 IBA PANTHER:PTN000804412|UniProtKB:P04805 C Glutamate--tRNA ligase UniProtKB:P22250|PTN000012538 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P27876 tpiA GO:0046166 PMID:21873635 IBA PANTHER:PTN000474559|UniProtKB:P60174|TAIR:locus:2047072 P Triosephosphate isomerase UniProtKB:P27876|PTN000474645 protein NCBITaxon:224308 20200808 GO_Central glyceraldehyde-3-phosphate biosynthetic process -UniProtKB P27876 tpiA GO:0005829 PMID:21873635 IBA PANTHER:PTN000474559|UniProtKB:P0A858|TAIR:locus:2099906|RGD:3896|TAIR:locus:2047072 C Triosephosphate isomerase UniProtKB:P27876|PTN000474645 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P27876 tpiA GO:0004807 PMID:21873635 IBA PANTHER:PTN000474559|UniProtKB:Q7KQM0|SGD:S000002457|UniProtKB:P0A858|TAIR:locus:2099906|RGD:3896|FB:FBgn0086355|UniProtKB:P60174|UniProtKB:P9WG43|PomBase:SPCC24B10.21|TAIR:locus:2047072|MGI:MGI:98797 F Triosephosphate isomerase UniProtKB:P27876|PTN000474645 protein NCBITaxon:224308 20201025 GO_Central triose-phosphate isomerase activity -UniProtKB P27876 tpiA GO:0006094 PMID:21873635 IBA PANTHER:PTN000474559|UniProtKB:P0A858|UniProtKB:P9WG43 P Triosephosphate isomerase UniProtKB:P27876|PTN000474645 protein NCBITaxon:224308 20170228 GO_Central gluconeogenesis -UniProtKB P27876 tpiA GO:0006096 PMID:21873635 IBA PANTHER:PTN000474559|PomBase:SPCC24B10.21|FB:FBgn0086355|UniProtKB:P9WG43|UniProtKB:P0A858|SGD:S000002457 P Triosephosphate isomerase UniProtKB:P27876|PTN000474645 protein NCBITaxon:224308 20200808 GO_Central glycolytic process -UniProtKB P27876 tpiA GO:0019563 PMID:21873635 IBA PANTHER:PTN000474559|TAIR:locus:2047072 P Triosephosphate isomerase UniProtKB:P27876|PTN000474645 protein NCBITaxon:224308 20170228 GO_Central glycerol catabolic process -UniProtKB P21881 pdhA GO:0006086 PMID:21873635 IBA PANTHER:PTN000162184|RGD:620095|RGD:3286|SGD:S000000980|UniProtKB:P08559|MGI:MGI:97532 P Pyruvate dehydrogenase E1 component subunit alpha UniProtKB:P21881|PTN000162339 protein NCBITaxon:224308 20200929 GO_Central acetyl-CoA biosynthetic process from pyruvate -UniProtKB P21881 pdhA GO:0004739 PMID:21873635 IBA PANTHER:PTN000162184|SGD:S000000980|RGD:3286|UniProtKB:P29803|RGD:620095|UniProtKB:P08559 F Pyruvate dehydrogenase E1 component subunit alpha UniProtKB:P21881|PTN000162339 protein NCBITaxon:224308 20200807 GO_Central pyruvate dehydrogenase (acetyl-transferring) activity -UniProtKB P21880 pdhD GO:0050660 PMID:21873635 IBA PANTHER:PTN002453100|UniProtKB:P9WHH7 F Dihydrolipoyl dehydrogenase UniProtKB:P21880|PTN000530383 protein NCBITaxon:224308 20171208 GO_Central flavin adenine dinucleotide binding -UniProtKB P21880 pdhD GO:0003955 PMID:21873635 IBA PANTHER:PTN002453100|UniProtKB:P9WHH7 F Dihydrolipoyl dehydrogenase UniProtKB:P21880|PTN000530383 protein NCBITaxon:224308 20171208 GO_Central NAD(P)H dehydrogenase (quinone) activity -UniProtKB P21879 guaB GO:0006183 PMID:21873635 IBA PANTHER:PTN000226903|PomBase:SPBC2F12.14c P Inosine-5'-monophosphate dehydrogenase UniProtKB:P21879|PTN000227003 protein NCBITaxon:224308 20170228 GO_Central GTP biosynthetic process -UniProtKB P21879 guaB GO:0003938 PMID:21873635 IBA PANTHER:PTN000226903|PomBase:SPBC2F12.14c|MGI:MGI:96567|UniProtKB:P9WKI7|UniProtKB:P0ADG7|MGI:MGI:109367|CGD:CAL0000175344|RGD:735092 F Inosine-5'-monophosphate dehydrogenase UniProtKB:P21879|PTN000227003 protein NCBITaxon:224308 20200808 GO_Central IMP dehydrogenase activity -UniProtKB P25503 hutU GO:0016153 PMID:21873635 IBA PANTHER:PTN002639709|UniProtKB:Q96N76|UniProtKB:Q9HU83 F Urocanate hydratase UniProtKB:P25503|PTN000794316 protein NCBITaxon:224308 20190212 GO_Central urocanate hydratase activity -UniProtKB P25503 hutU GO:0006548 PMID:21873635 IBA PANTHER:PTN002639709|UniProtKB:Q9HU83|UniProtKB:Q96N76 P Urocanate hydratase UniProtKB:P25503|PTN000794316 protein NCBITaxon:224308 20190212 GO_Central histidine catabolic process -UniProtKB P25499 hrcA GO:0045892 PMID:21873635 IBA PANTHER:PTN002165771|UniProtKB:P9WMK3|UniProtKB:P25499 P Heat-inducible transcription repressor HrcA UniProtKB:P25499|PTN002165791 protein NCBITaxon:224308 20180316 GO_Central negative regulation of transcription, DNA-templated -UniProtKB P26382 levG GO:0009401 PMID:21873635 IBA PANTHER:PTN000789828|UniProtKB:P69805|UniProtKB:P69801 P Fructose permease IID component UniProtKB:P26382|PTN000789830 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB P26382 levG GO:0005887 PMID:21873635 IBA PANTHER:PTN000789828|UniProtKB:P69805|UniProtKB:P69801 C Fructose permease IID component UniProtKB:P26382|PTN000789830 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P26381 levF GO:0005887 PMID:21873635 IBA PANTHER:PTN000789828|UniProtKB:P69805|UniProtKB:P69801 C Fructose permease IIC component UniProtKB:P26381|PTN000789836 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P26381 levF GO:0009401 PMID:21873635 IBA PANTHER:PTN000789828|UniProtKB:P69805|UniProtKB:P69801 P Fructose permease IIC component UniProtKB:P26381|PTN000789836 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB P25996 pyrD GO:0005737 PMID:21873635 IBA PANTHER:PTN002466504|SGD:S000001699 C Dihydroorotate dehydrogenase B (NAD(+)), catalytic subunit UniProtKB:P25996|PTN000234172 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB P25996 pyrD GO:0004152 PMID:21873635 IBA PANTHER:PTN002466504|SGD:S000001699|dictyBase:DDB_G0276331 F Dihydroorotate dehydrogenase B (NAD(+)), catalytic subunit UniProtKB:P25996|PTN000234172 protein NCBITaxon:224308 20170228 GO_Central dihydroorotate dehydrogenase activity -UniProtKB P25996 pyrD GO:0006207 PMID:21873635 IBA PANTHER:PTN002466504|SGD:S000001699 P Dihydroorotate dehydrogenase B (NAD(+)), catalytic subunit UniProtKB:P25996|PTN000234172 protein NCBITaxon:224308 20170228 GO_Central 'de novo' pyrimidine nucleobase biosynthetic process -UniProtKB P25993 pyrAA GO:0005737 PMID:21873635 IBA PANTHER:PTN000150222|SGD:S000005829|UniProtKB:P0A786|TAIR:locus:2019302|UniProtKB:P00968|TAIR:locus:2089149|RGD:2395|UniProtKB:P0A6F1|UniProtKB:P31327|SGD:S000003666|MGI:MGI:891996|TAIR:locus:2092369|UniProtKB:P27708|SGD:S000003870|RGD:1588606 C Carbamoyl-phosphate synthase pyrimidine-specific small chain UniProtKB:P25993|PTN000150409 protein NCBITaxon:224308 20181129 GO_Central cytoplasm -UniProtKB P25993 pyrAA GO:0006526 PMID:21873635 IBA PANTHER:PTN000150382|SGD:S000005829|UniProtKB:P0A6F1|PomBase:SPBC56F2.09c P Carbamoyl-phosphate synthase pyrimidine-specific small chain UniProtKB:P25993|PTN000150409 protein NCBITaxon:224308 20170228 GO_Central arginine biosynthetic process -UniProtKB P25993 pyrAA GO:0005951 PMID:21873635 IBA PANTHER:PTN000150382|UniProtKB:P0A6F1|SGD:S000005829|TAIR:locus:2089149 C Carbamoyl-phosphate synthase pyrimidine-specific small chain UniProtKB:P25993|PTN000150409 protein NCBITaxon:224308 20170228 GO_Central carbamoyl-phosphate synthase complex -UniProtKB P25993 pyrAA GO:0006807 PMID:21873635 IBA PANTHER:PTN000150222|FB:FBgn0003189|RGD:2395|UniProtKB:P38100|UniProtKB:P0A6F1|UniProtKB:P31327|TAIR:locus:2092369|UniProtKB:P27708|SGD:S000003870|PomBase:SPAC22G7.06c|ZFIN:ZDB-GENE-021030-4|SGD:S000005829|dictyBase:DDB_G0276335|ZFIN:ZDB-GENE-081105-17|UniProtKB:P00968|SGD:S000003666|PomBase:SPBC56F2.09c|WB:WBGene00004259|UniProtKB:O93937|PomBase:SPBC215.08c|RGD:1588606 P Carbamoyl-phosphate synthase pyrimidine-specific small chain UniProtKB:P25993|PTN000150409 protein NCBITaxon:224308 20200807 GO_Central nitrogen compound metabolic process -UniProtKB P25972 pyrE GO:0006222 PMID:21873635 IBA PANTHER:PTN000444530|WB:WBGene00011559|WB:WBGene00020036|UniProtKB:P11172|RGD:1311908 P Orotate phosphoribosyltransferase UniProtKB:P25972|PTN000444600 protein NCBITaxon:224308 20190306 GO_Central UMP biosynthetic process -UniProtKB P25972 pyrE GO:0004588 PMID:21873635 IBA PANTHER:PTN000444530|dictyBase:DDB_G0280041|RGD:1311908|UniProtKB:P11172|WB:WBGene00011559|WB:WBGene00020036|FB:FBgn0003257|TAIR:locus:504955714 F Orotate phosphoribosyltransferase UniProtKB:P25972|PTN000444600 protein NCBITaxon:224308 20190306 GO_Central orotate phosphoribosyltransferase activity -UniProtKB P25972 pyrE GO:0019856 PMID:21873635 IBA PANTHER:PTN000444530|dictyBase:DDB_G0280041|WB:WBGene00011559 P Orotate phosphoribosyltransferase UniProtKB:P25972|PTN000444600 protein NCBITaxon:224308 20190306 GO_Central pyrimidine nucleobase biosynthetic process -UniProtKB P25971 pyrF GO:0004590 PMID:21873635 IBA PANTHER:PTN001280965|PomBase:SPCC330.05c|UniProtKB:P13649|UniProtKB:P08244|UniProtKB:P10652|SGD:S000000747 F Orotidine 5'-phosphate decarboxylase UniProtKB:P25971|PTN000781718 protein NCBITaxon:224308 20200809 GO_Central orotidine-5'-phosphate decarboxylase activity -UniProtKB P25971 pyrF GO:0005829 PMID:21873635 IBA PANTHER:PTN001280965|SGD:S000000747|UniProtKB:P08244 C Orotidine 5'-phosphate decarboxylase UniProtKB:P25971|PTN000781718 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P25971 pyrF GO:0006207 PMID:21873635 IBA PANTHER:PTN001280965|UniProtKB:P10652|UniProtKB:P08244|PomBase:SPCC330.05c|SGD:S000000747 P Orotidine 5'-phosphate decarboxylase UniProtKB:P25971|PTN000781718 protein NCBITaxon:224308 20200809 GO_Central 'de novo' pyrimidine nucleobase biosynthetic process -UniProtKB P25814 rnpA GO:0034414 PMID:21873635 IBA PANTHER:PTN002144900|UniProtKB:P25814 P Ribonuclease P protein component UniProtKB:P25814|PTN002144922 protein NCBITaxon:224308 20201001 GO_Central tRNA 3'-trailer cleavage, endonucleolytic -UniProtKB P25814 rnpA GO:0004526 PMID:21873635 IBA PANTHER:PTN002144900|UniProtKB:P25814 F Ribonuclease P protein component UniProtKB:P25814|PTN002144922 protein NCBITaxon:224308 20190307 GO_Central ribonuclease P activity -UniProtKB P25814 rnpA GO:0042781 PMID:21873635 IBA PANTHER:PTN002144900|UniProtKB:P25814 F Ribonuclease P protein component UniProtKB:P25814|PTN002144922 protein NCBITaxon:224308 20190307 GO_Central 3'-tRNA processing endoribonuclease activity -UniProtKB P25814 rnpA GO:0030677 PMID:21873635 IBA PANTHER:PTN002144900|UniProtKB:P25814 C Ribonuclease P protein component UniProtKB:P25814|PTN002144922 protein NCBITaxon:224308 20190307 GO_Central ribonuclease P complex -UniProtKB P25812 mnmG GO:0002098 PMID:21873635 IBA PANTHER:PTN000211371|SGD:S000003205|UniProtKB:P0A6U3|MGI:MGI:1915541 P tRNA uridine 5-carboxymethylaminomethyl modification enzyme MnmG UniProtKB:P25812|PTN000211439 protein NCBITaxon:224308 20170228 GO_Central tRNA wobble uridine modification -UniProtKB P25812 mnmG GO:0030488 PMID:21873635 IBA PANTHER:PTN000211371|UniProtKB:P0A6U3 P tRNA uridine 5-carboxymethylaminomethyl modification enzyme MnmG UniProtKB:P25812|PTN000211439 protein NCBITaxon:224308 20170228 GO_Central tRNA methylation -UniProtKB P25812 mnmG GO:0050660 PMID:21873635 IBA PANTHER:PTN000211371|UniProtKB:P0A6U3 F tRNA uridine 5-carboxymethylaminomethyl modification enzyme MnmG UniProtKB:P25812|PTN000211439 protein NCBITaxon:224308 20170228 GO_Central flavin adenine dinucleotide binding -UniProtKB P25812 mnmG GO:0005829 PMID:21873635 IBA PANTHER:PTN001720607|UniProtKB:P0A6U3 C tRNA uridine 5-carboxymethylaminomethyl modification enzyme MnmG UniProtKB:P25812|PTN000211439 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P23479 sbcD GO:0003677 PMID:21873635 IBA PANTHER:PTN001251198|UniProtKB:Q9X1X0 F Nuclease SbcCD subunit D UniProtKB:P23479|PTN001251205 protein NCBITaxon:224308 20200414 GO_Central DNA binding -UniProtKB P23479 sbcD GO:0006274 PMID:21873635 IBA PANTHER:PTN000768677|UniProtKB:P0AG76 P Nuclease SbcCD subunit D UniProtKB:P23479|PTN001251205 protein NCBITaxon:224308 20200414 GO_Central DNA replication termination -UniProtKB P23479 sbcD GO:0006281 PMID:21873635 IBA PANTHER:PTN001251198|UniProtKB:P0AG76 P Nuclease SbcCD subunit D UniProtKB:P23479|PTN001251205 protein NCBITaxon:224308 20200414 GO_Central DNA repair -UniProtKB P23479 sbcD GO:0004529 PMID:21873635 IBA PANTHER:PTN001251198|UniProtKB:P0AG76 F Nuclease SbcCD subunit D UniProtKB:P23479|PTN001251205 protein NCBITaxon:224308 20200414 GO_Central exodeoxyribonuclease activity -UniProtKB P23455 ylxG GO:0071978 PMID:21873635 IBA PANTHER:PTN000764839|UniProtKB:P23446|UniProtKB:P24501|UniProtKB:P24500|UniProtKB:P39752|UniProtKB:P23455 P FlaA locus uncharacterized protein YlxG UniProtKB:P23455|PTN001576716 protein NCBITaxon:224308 20200809 GO_Central bacterial-type flagellum-dependent swarming motility -UniProtKB P23455 ylxG GO:0009424 PMID:21873635 IBA PANTHER:PTN000764839|UniProtKB:P75937 C FlaA locus uncharacterized protein YlxG UniProtKB:P23455|PTN001576716 protein NCBITaxon:224308 20170228 GO_Central bacterial-type flagellum hook -UniProtKB P23453 fliM GO:0050918 PMID:21873635 IBA PANTHER:PTN002011757|UniProtKB:P23453 P Flagellar motor switch protein FliM UniProtKB:P23453|PTN000769005 protein NCBITaxon:224308 20170228 GO_Central positive chemotaxis -UniProtKB P23452 fliL GO:0009425 PMID:21873635 IBA PANTHER:PTN002170759|UniProtKB:P0ABX8 C Flagellar protein FliL UniProtKB:P23452|PTN002170765 protein NCBITaxon:224308 20180315 GO_Central bacterial-type flagellum basal body -UniProtKB P23452 fliL GO:0071978 PMID:21873635 IBA PANTHER:PTN002170759|UniProtKB:P0ABX8 P Flagellar protein FliL UniProtKB:P23452|PTN002170765 protein NCBITaxon:224308 20180315 GO_Central bacterial-type flagellum-dependent swarming motility -UniProtKB P12045 purK GO:0005829 PMID:21873635 IBA PANTHER:PTN000549225|UniProtKB:P09029 C N5-carboxyaminoimidazole ribonucleotide synthase UniProtKB:P12045|PTN000549226 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P23129 odhA GO:0045252 PMID:21873635 IBA PANTHER:PTN000568360|RGD:1561359|UniProtKB:Q02218|SGD:S000001387 C 2-oxoglutarate dehydrogenase E1 component UniProtKB:P23129|PTN000568361 protein NCBITaxon:224308 20170228 GO_Central oxoglutarate dehydrogenase complex -UniProtKB P23129 odhA GO:0006099 PMID:21873635 IBA PANTHER:PTN000568360|RGD:1561359|UniProtKB:P9WIS5 P 2-oxoglutarate dehydrogenase E1 component UniProtKB:P23129|PTN000568361 protein NCBITaxon:224308 20170228 GO_Central tricarboxylic acid cycle -UniProtKB P23129 odhA GO:0005829 PMID:21873635 IBA PANTHER:PTN000568360|UniProtKB:P0AFG3 C 2-oxoglutarate dehydrogenase E1 component UniProtKB:P23129|PTN000568361 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P23129 odhA GO:0004591 PMID:21873635 IBA PANTHER:PTN000568360|UniProtKB:Q02218|UniProtKB:P0AFG3|RGD:1561359 F 2-oxoglutarate dehydrogenase E1 component UniProtKB:P23129|PTN000568361 protein NCBITaxon:224308 20170228 GO_Central oxoglutarate dehydrogenase (succinyl-transferring) activity -UniProtKB P97247 ysmB GO:0045892 PMID:21873635 IBA PANTHER:PTN001825872|UniProtKB:P52003|UniProtKB:P0ACR9 P Uncharacterized HTH-type transcriptional regulator YsmB UniProtKB:P97247|PTN001825994 protein NCBITaxon:224308 20170413 GO_Central negative regulation of transcription, DNA-templated -UniProtKB P97247 ysmB GO:0000976 PMID:21873635 IBA PANTHER:PTN001825872|UniProtKB:P52003 F Uncharacterized HTH-type transcriptional regulator YsmB UniProtKB:P97247|PTN001825994 protein NCBITaxon:224308 20170413 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P23054 tetB GO:0022857 PMID:21873635 IBA PANTHER:PTN000605491|SGD:S000001032|UniProtKB:P9WJX3|UniProtKB:Q8X1Z7|SGD:S000000574|UniProtKB:P0AEJ0|SGD:S000000791|CGD:CAL0000196424|PomBase:SPBC12C2.13c|SGD:S000000575|SGD:S000006402|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000001039|SGD:S000003456|SGD:S000000497|SGD:S000005518|PomBase:SPBC3E7.06c|UniProtKB:P9WJY3|SGD:S000004694 F Tetracycline resistance protein UniProtKB:P23054|PTN000606467 protein NCBITaxon:224308 20201206 GO_Central transmembrane transporter activity -UniProtKB P23054 tetB GO:0055085 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P52600|SGD:S000000497|UniProtKB:P9WJY3|PomBase:SPBC3E7.06c|SGD:S000003456|PomBase:SPBC460.03|SGD:S000006402|SGD:S000000575|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|PomBase:SPBC12C2.13c|PomBase:SPBC4F6.09|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000000574|UniProtKB:P9WJX3 P Tetracycline resistance protein UniProtKB:P23054|PTN000606467 protein NCBITaxon:224308 20201206 GO_Central transmembrane transport -UniProtKB P23054 tetB GO:0005887 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P9WJY3|UniProtKB:Q6C8F0|SGD:S000006402 C Tetracycline resistance protein UniProtKB:P23054|PTN000606467 protein NCBITaxon:224308 20201206 GO_Central integral component of plasma membrane -UniProtKB P97030 queG GO:0052693 PMID:21873635 IBA PANTHER:PTN001246364|UniProtKB:P39288 F Epoxyqueuosine reductase UniProtKB:P97030|PTN000294607 protein NCBITaxon:224308 20170228 GO_Central epoxyqueuosine reductase activity -UniProtKB P97030 queG GO:0008616 PMID:21873635 IBA PANTHER:PTN001246364|UniProtKB:P39288 P Epoxyqueuosine reductase UniProtKB:P97030|PTN000294607 protein NCBITaxon:224308 20170228 GO_Central queuosine biosynthetic process -UniProtKB P23545 phoR GO:0005887 PMID:21873635 IBA PANTHER:PTN001976860|UniProtKB:P39838|SGD:S000001409 C Alkaline phosphatase synthesis sensor protein PhoR UniProtKB:P23545|PTN000704096 protein NCBITaxon:224308 20180504 GO_Central integral component of plasma membrane -UniProtKB P23545 phoR GO:0046777 PMID:21873635 IBA PANTHER:PTN001976860|UniProtKB:P9WGK5|UniProtKB:P77510|SGD:S000001409 P Alkaline phosphatase synthesis sensor protein PhoR UniProtKB:P23545|PTN000704096 protein NCBITaxon:224308 20180504 GO_Central protein autophosphorylation -UniProtKB P23545 phoR GO:0009927 PMID:21873635 IBA PANTHER:PTN001976860|UniProtKB:P39838|SGD:S000001409 F Alkaline phosphatase synthesis sensor protein PhoR UniProtKB:P23545|PTN000704096 protein NCBITaxon:224308 20200810 GO_Central histidine phosphotransfer kinase activity -UniProtKB P23545 phoR GO:0000155 PMID:21873635 IBA PANTHER:PTN001976860|UniProtKB:Q9HT87|UniProtKB:Q9HYX0|UniProtKB:Q9I3B1 F Alkaline phosphatase synthesis sensor protein PhoR UniProtKB:P23545|PTN000704096 protein NCBITaxon:224308 20180504 GO_Central phosphorelay sensor kinase activity -UniProtKB P23973 menF GO:0009697 PMID:21873635 IBA PANTHER:PTN001343061|UniProtKB:Q51508 P Isochorismate synthase MenF UniProtKB:P23973|PTN000132912 protein NCBITaxon:224308 20170228 GO_Central salicylic acid biosynthetic process -UniProtKB P23973 menF GO:0008909 PMID:21873635 IBA PANTHER:PTN001343061|UniProtKB:Q51508 F Isochorismate synthase MenF UniProtKB:P23973|PTN000132912 protein NCBITaxon:224308 20170228 GO_Central isochorismate synthase activity -UniProtKB P23971 menE GO:0016405 PMID:21873635 IBA PANTHER:PTN001186584|TAIR:locus:2015003|TAIR:locus:2094716|TAIR:locus:2015499|UniProtKB:Q96GR2|TAIR:locus:2176662|TAIR:locus:2117209|FB:FBgn0027601|UniProtKB:P31552|TAIR:locus:2017602|FB:FBgn0039156|UniProtKB:P37353|UniProtKB:Q5FVE4|TAIR:locus:2034392|TAIR:locus:2094771|UniProtKB:O53521|UniProtKB:Q4G176|TAIR:locus:2034403|MGI:MGI:3587728|FB:FBgn0027348 F 2-succinylbenzoate--CoA ligase UniProtKB:P23971|PTN001186825 protein NCBITaxon:224308 20200205 GO_Central CoA-ligase activity -UniProtKB P23966 menB GO:0005829 PMID:21873635 IBA PANTHER:PTN000235258|UniProtKB:P0ABU0 C 1,4-dihydroxy-2-naphthoyl-CoA synthase UniProtKB:P23966|PTN000235259 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P23966 menB GO:0009234 PMID:21873635 IBA PANTHER:PTN000235258|UniProtKB:P0ABU0 P 1,4-dihydroxy-2-naphthoyl-CoA synthase UniProtKB:P23966|PTN000235259 protein NCBITaxon:224308 20170228 GO_Central menaquinone biosynthetic process -UniProtKB P23966 menB GO:0008935 PMID:21873635 IBA PANTHER:PTN000235252|UniProtKB:P0ABU0|UniProtKB:P9WNP5|UniProtKB:P23966 F 1,4-dihydroxy-2-naphthoyl-CoA synthase UniProtKB:P23966|PTN000235259 protein NCBITaxon:224308 20170228 GO_Central 1,4-dihydroxy-2-naphthoyl-CoA synthase activity -UniProtKB P24281 yaaK GO:0003677 PMID:21873635 IBA PANTHER:PTN002125043|UniProtKB:P0A8B5 F Nucleoid-associated protein YaaK UniProtKB:P24281|PTN002125094 protein NCBITaxon:224308 20180110 GO_Central DNA binding -UniProtKB P24281 yaaK GO:0005829 PMID:21873635 IBA PANTHER:PTN002125071|UniProtKB:P0A8B5 C Nucleoid-associated protein YaaK UniProtKB:P24281|PTN002125094 protein NCBITaxon:224308 20180110 GO_Central cytosol -UniProtKB P24136 oppD GO:0055085 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7|UniProtKB:P33593|UniProtKB:P33916 P Oligopeptide transport ATP-binding protein OppD UniProtKB:P24136|PTN000656073 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport -UniProtKB P24136 oppD GO:0022857 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:Q9I2T7|UniProtKB:P9WQL7 F Oligopeptide transport ATP-binding protein OppD UniProtKB:P24136|PTN000656073 protein NCBITaxon:224308 20190221 GO_Central transmembrane transporter activity -UniProtKB P24136 oppD GO:0005886 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P75957|UniProtKB:O05779|UniProtKB:P0A9R7|UniProtKB:O34814|UniProtKB:P33916 C Oligopeptide transport ATP-binding protein OppD UniProtKB:P24136|PTN000656073 protein NCBITaxon:224308 20190221 GO_Central plasma membrane -UniProtKB C0SPA8 yobH GO:0003887 PMID:21873635 IBA PANTHER:PTN000117876|TAIR:locus:2031050|UniProtKB:P04152|UniProtKB:Q47155 F DNA repair protein homolog YobH UniProtKB:C0SPA8|PTN007485557 protein NCBITaxon:224308 20200807 GO_Central DNA-directed DNA polymerase activity -UniProtKB C0SPA8 yobH GO:0009432 PMID:21873635 IBA PANTHER:PTN000118165|UniProtKB:P04152|UniProtKB:Q47155|UniProtKB:Q74CQ6|UniProtKB:Q8Y5T0 P DNA repair protein homolog YobH UniProtKB:C0SPA8|PTN007485557 protein NCBITaxon:224308 20200807 GO_Central SOS response -UniProtKB C0SPA8 yobH GO:0042276 PMID:21873635 IBA PANTHER:PTN000117876|UniProtKB:Q47155|WB:WBGene00017696|UniProtKB:Q9UBT6 P DNA repair protein homolog YobH UniProtKB:C0SPA8|PTN007485557 protein NCBITaxon:224308 20200929 GO_Central error-prone translesion synthesis -UniProtKB P24500 flgB GO:0071978 PMID:21873635 IBA PANTHER:PTN000764839|UniProtKB:P23446|UniProtKB:P24501|UniProtKB:P24500|UniProtKB:P39752|UniProtKB:P23455 P Flagellar basal body rod protein FlgB UniProtKB:P24500|PTN001252426 protein NCBITaxon:224308 20200809 GO_Central bacterial-type flagellum-dependent swarming motility -UniProtKB P24500 flgB GO:0009424 PMID:21873635 IBA PANTHER:PTN000764839|UniProtKB:P75937 C Flagellar basal body rod protein FlgB UniProtKB:P24500|PTN001252426 protein NCBITaxon:224308 20170228 GO_Central bacterial-type flagellum hook -UniProtKB P24011 ctaC contributes_to GO:0004129 PMID:21873635 IBA PANTHER:PTN000527128|SGD:S000007281|UniProtKB:P00403 F Cytochrome c oxidase subunit 2 UniProtKB:P24011|PTN000527176 protein NCBITaxon:224308 20200809 GO_Central cytochrome-c oxidase activity -UniProtKB P24011 ctaC GO:0042773 PMID:21873635 IBA PANTHER:PTN000527128|SGD:S000007281|UniProtKB:Q81HT3|PomBase:SPMIT.11 P Cytochrome c oxidase subunit 2 UniProtKB:P24011|PTN000527176 protein NCBITaxon:224308 20200809 GO_Central ATP synthesis coupled electron transport -UniProtKB P24010 ctaD contributes_to GO:0004129 PMID:21873635 IBA PANTHER:PTN000046094|SGD:S000007260|MGI:MGI:102504|UniProtKB:P00395 F Cytochrome c oxidase subunit 1 UniProtKB:P24010|PTN001625176 protein NCBITaxon:224308 20200807 GO_Central cytochrome-c oxidase activity -UniProtKB P24010 ctaD GO:0022904 PMID:21873635 IBA PANTHER:PTN000046094|SGD:S000007260|FB:FBgn0013674|UniProtKB:P0ABI8 P Cytochrome c oxidase subunit 1 UniProtKB:P24010|PTN001625176 protein NCBITaxon:224308 20200807 GO_Central respiratory electron transport chain -UniProtKB P24010 ctaD GO:0009060 PMID:21873635 IBA PANTHER:PTN000046094|SGD:S000007260|FB:FBgn0013674|UniProtKB:P0ABI8 P Cytochrome c oxidase subunit 1 UniProtKB:P24010|PTN001625176 protein NCBITaxon:224308 20200807 GO_Central aerobic respiration -UniProtKB P24010 ctaD GO:0015990 PMID:21873635 IBA PANTHER:PTN000046094|UniProtKB:P0ABI8 P Cytochrome c oxidase subunit 1 UniProtKB:P24010|PTN001625176 protein NCBITaxon:224308 20170228 GO_Central electron transport coupled proton transport -UniProtKB P24009 ctaB2 GO:0045333 PMID:21873635 IBA PANTHER:PTN000114243|MGI:MGI:1917633|UniProtKB:Q12887 P Protoheme IX farnesyltransferase 2 UniProtKB:P24009|PTN000114316 protein NCBITaxon:224308 20170228 GO_Central cellular respiration -UniProtKB P24009 ctaB2 GO:0006783 PMID:21873635 IBA PANTHER:PTN000114243|MGI:MGI:1917633|UniProtKB:P0AEA5|SGD:S000006093|UniProtKB:Q12887 P Protoheme IX farnesyltransferase 2 UniProtKB:P24009|PTN000114316 protein NCBITaxon:224308 20170228 GO_Central heme biosynthetic process -UniProtKB P24009 ctaB2 GO:0004311 PMID:21873635 IBA PANTHER:PTN000114243|UniProtKB:Q12887|UniProtKB:P0AEA5 F Protoheme IX farnesyltransferase 2 UniProtKB:P24009|PTN000114316 protein NCBITaxon:224308 20170228 GO_Central farnesyltranstransferase activity -UniProtKB P11469 ysmA GO:0047617 PMID:21873635 IBA PANTHER:PTN001273712|UniProtKB:P77712|UniProtKB:Q55777 F Uncharacterized protein YsmA UniProtKB:P11469|PTN002067518 protein NCBITaxon:224308 20190502 GO_Central acyl-CoA hydrolase activity -UniProtKB P24808 cwlA GO:0009254 PMID:21873635 IBA PANTHER:PTN001252273|UniProtKB:P13016 P N-acetylmuramoyl-L-alanine amidase CwlA UniProtKB:P24808|PTN004741569 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan turnover -UniProtKB P24808 cwlA GO:0009253 PMID:21873635 IBA PANTHER:PTN001252273|UniProtKB:P75820 P N-acetylmuramoyl-L-alanine amidase CwlA UniProtKB:P24808|PTN004741569 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan catabolic process -UniProtKB P24808 cwlA GO:0008745 PMID:21873635 IBA PANTHER:PTN001252273|UniProtKB:P75820|UniProtKB:Q9I5D1|UniProtKB:Q9HT86|UniProtKB:G3XCW9 F N-acetylmuramoyl-L-alanine amidase CwlA UniProtKB:P24808|PTN004741569 protein NCBITaxon:224308 20170228 GO_Central N-acetylmuramoyl-L-alanine amidase activity -UniProtKB P25152 ywaD GO:0006508 PMID:21873635 IBA PANTHER:PTN000254534|UniProtKB:Q9HZQ8 P Aminopeptidase YwaD UniProtKB:P25152|PTN000254618 protein NCBITaxon:224308 20190225 GO_Central proteolysis -UniProtKB P25053 tenI GO:0009228 PMID:21873635 IBA PANTHER:PTN000466113|UniProtKB:P30137|SGD:S000006135 P Thiazole tautomerase UniProtKB:P25053|PTN000466119 protein NCBITaxon:224308 20170228 GO_Central thiamine biosynthetic process -UniProtKB P25053 tenI GO:0004789 PMID:21873635 IBA PANTHER:PTN000466113|UniProtKB:P30137|SGD:S000006135 F Thiazole tautomerase UniProtKB:P25053|PTN000466119 protein NCBITaxon:224308 20170228 GO_Central thiamine-phosphate diphosphorylase activity -UniProtKB P25053 tenI GO:0005737 PMID:21873635 IBA PANTHER:PTN000466113|SGD:S000006135 C Thiazole tautomerase UniProtKB:P25053|PTN000466119 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB P28823 folB GO:0005737 PMID:21873635 IBA PANTHER:PTN000468621|TAIR:locus:2166300|UniProtKB:P0AC19|TAIR:locus:2081496 C Dihydroneopterin aldolase UniProtKB:P28823|PTN000468634 protein NCBITaxon:224308 20171116 GO_Central cytoplasm -UniProtKB P28823 folB GO:0006760 PMID:21873635 IBA PANTHER:PTN000468621|UniProtKB:P0AC19 P Dihydroneopterin aldolase UniProtKB:P28823|PTN000468634 protein NCBITaxon:224308 20171116 GO_Central folic acid-containing compound metabolic process -UniProtKB P28823 folB GO:0004150 PMID:21873635 IBA PANTHER:PTN000468621|UniProtKB:P0AC16|TAIR:locus:2081496|TAIR:locus:2166300 F Dihydroneopterin aldolase UniProtKB:P28823|PTN000468634 protein NCBITaxon:224308 20171116 GO_Central dihydroneopterin aldolase activity -UniProtKB P28822 sul GO:0046654 PMID:21873635 IBA PANTHER:PTN000468650|SGD:S000005200|TAIR:locus:2026471|UniProtKB:P9WND1 P Dihydropteroate synthase UniProtKB:P28822|PTN000468681 protein NCBITaxon:224308 20170228 GO_Central tetrahydrofolate biosynthetic process -UniProtKB P28822 sul GO:0005829 PMID:21873635 IBA PANTHER:PTN000468680|UniProtKB:P0AC13 C Dihydropteroate synthase UniProtKB:P28822|PTN000468681 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P28822 sul GO:0004156 PMID:21873635 IBA PANTHER:PTN000468650|UniProtKB:Q9HV49|UniProtKB:P9WND1|TAIR:locus:2026471|SGD:S000005200|UniProtKB:P0AC13 F Dihydropteroate synthase UniProtKB:P28822|PTN000468681 protein NCBITaxon:224308 20170228 GO_Central dihydropteroate synthase activity -UniProtKB P28821 pabC GO:0005829 PMID:21873635 IBA PANTHER:PTN000214703|UniProtKB:P0AB80 C Aminodeoxychorismate lyase UniProtKB:P28821|PTN000214704 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P28821 pabC GO:0019752 PMID:21873635 IBA PANTHER:PTN000214662|TAIR:locus:2174433|UniProtKB:P0AB80|UniProtKB:P28305 P Aminodeoxychorismate lyase UniProtKB:P28821|PTN000214704 protein NCBITaxon:224308 20201206 GO_Central carboxylic acid metabolic process -UniProtKB P28820 pabB GO:0000162 PMID:21873635 IBA PANTHER:PTN002599563|SGD:S000000892|UniProtKB:P32068|UniProtKB:Q94GF1|UniProtKB:P00895|PomBase:SPCC1442.09|UniProtKB:Q9XJ29|UniProtKB:P9WFX3|UniProtKB:P20580 P Aminodeoxychorismate synthase component 1 UniProtKB:P28820|PTN002599787 protein NCBITaxon:224308 20200709 GO_Central tryptophan biosynthetic process -UniProtKB P28819 pabA GO:0000162 PMID:21873635 IBA PANTHER:PTN000230074|PomBase:SPBC1539.09c|UniProtKB:Q42565|UniProtKB:P06531|UniProtKB:P28819|UniProtKB:Q764B9|UniProtKB:P20576|UniProtKB:P00904|SGD:S000001694|UniProtKB:Q7XUS2 P Aminodeoxychorismate/anthranilate synthase component 2 UniProtKB:P28819|PTN000230101 protein NCBITaxon:224308 20170228 GO_Central tryptophan biosynthetic process -UniProtKB P28628 sipS GO:0005887 PMID:21873635 IBA PANTHER:PTN000272836|UniProtKB:P00803 C Signal peptidase I S UniProtKB:P28628|PTN000272838 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P28628 sipS GO:0004252 PMID:21873635 IBA PANTHER:PTN002458947|UniProtKB:P00803 F Signal peptidase I S UniProtKB:P28628|PTN000272838 protein NCBITaxon:224308 20170502 GO_Central serine-type endopeptidase activity -UniProtKB P28628 sipS GO:0006465 PMID:21873635 IBA PANTHER:PTN002458947|UniProtKB:P00803|TAIR:locus:2064337 P Signal peptidase I S UniProtKB:P28628|PTN000272838 protein NCBITaxon:224308 20170502 GO_Central signal peptide processing -UniProtKB P28619 rph GO:0016075 PMID:21873635 IBA PANTHER:PTN000237327|SGD:S000003427|SGD:S000003327|SGD:S000003390 P Ribonuclease PH UniProtKB:P28619|PTN000237501 protein NCBITaxon:224308 20170228 GO_Central rRNA catabolic process -UniProtKB P28618 pcp GO:0006508 PMID:21873635 IBA PANTHER:PTN000600628|RGD:1303133 P Pyrrolidone-carboxylate peptidase UniProtKB:P28618|PTN000600729 protein NCBITaxon:224308 20170228 GO_Central proteolysis -UniProtKB P28611 motA GO:0016021 PMID:21873635 IBA PANTHER:PTN001252377|UniProtKB:P09348 C Motility protein A UniProtKB:P28611|PTN001252379 protein NCBITaxon:224308 20200809 GO_Central integral component of membrane -UniProtKB P28611 motA GO:0071978 PMID:21873635 IBA PANTHER:PTN001252377|UniProtKB:Q9HUL1|UniProtKB:G3XD73 P Motility protein A UniProtKB:P28611|PTN001252379 protein NCBITaxon:224308 20170228 GO_Central bacterial-type flagellum-dependent swarming motility -UniProtKB P28611 motA GO:0005886 PMID:21873635 IBA PANTHER:PTN001252377|UniProtKB:P09348 C Motility protein A UniProtKB:P28611|PTN001252379 protein NCBITaxon:224308 20200809 GO_Central plasma membrane -UniProtKB P28599 groS GO:0051082 PMID:21873635 IBA PANTHER:PTN000080668|SGD:S000005546 F 10 kDa chaperonin UniProtKB:P28599|PTN000080784 protein NCBITaxon:224308 20170228 GO_Central unfolded protein binding -UniProtKB P28599 groS GO:0046872 PMID:21873635 IBA PANTHER:PTN000080668|TAIR:locus:2180454|UniProtKB:P9WPE5|TAIR:locus:2196189 F 10 kDa chaperonin UniProtKB:P28599|PTN000080784 protein NCBITaxon:224308 20200807 GO_Central metal ion binding -UniProtKB P28599 groS GO:0051085 PMID:21873635 IBA PANTHER:PTN000080668|UniProtKB:P0A6F9 P 10 kDa chaperonin UniProtKB:P28599|PTN000080784 protein NCBITaxon:224308 20170228 GO_Central chaperone cofactor-dependent protein refolding -UniProtKB P28599 groS GO:0051087 PMID:21873635 IBA PANTHER:PTN000080668|SGD:S000005546|UniProtKB:Q8IDZ8|UniProtKB:P61604 F 10 kDa chaperonin UniProtKB:P28599|PTN000080784 protein NCBITaxon:224308 20170228 GO_Central chaperone binding -UniProtKB P28598 groL GO:0042026 PMID:21873635 IBA PANTHER:PTN000143644|UniProtKB:P9WPE9|UniProtKB:P9WPE7 P 60 kDa chaperonin UniProtKB:P28598|PTN000143645 protein NCBITaxon:224308 20200206 GO_Central protein refolding -UniProtKB P28598 groL GO:0051085 PMID:21873635 IBA PANTHER:PTN000143644|UniProtKB:P0A6F5 P 60 kDa chaperonin UniProtKB:P28598|PTN000143645 protein NCBITaxon:224308 20200206 GO_Central chaperone cofactor-dependent protein refolding -UniProtKB P28598 groL GO:0009408 PMID:21873635 IBA PANTHER:PTN000143644|UniProtKB:P9WPE7|UniProtKB:P0A6F5|UniProtKB:P9WPE9 P 60 kDa chaperonin UniProtKB:P28598|PTN000143645 protein NCBITaxon:224308 20200206 GO_Central response to heat -UniProtKB P28598 groL GO:0051082 PMID:21873635 IBA PANTHER:PTN000143644|UniProtKB:P0A6F5 F 60 kDa chaperonin UniProtKB:P28598|PTN000143645 protein NCBITaxon:224308 20200206 GO_Central unfolded protein binding -UniProtKB P28598 groL GO:1990220 PMID:21873635 IBA PANTHER:PTN000143644|UniProtKB:P0A6F5 C 60 kDa chaperonin UniProtKB:P28598|PTN000143645 protein NCBITaxon:224308 20170228 GO_Central GroEL-GroES complex -UniProtKB P28598 groL GO:0006457 PMID:21873635 IBA PANTHER:PTN000143677|TAIR:locus:2193839|UniProtKB:P10809|UniProtKB:P0A6F5|TAIR:locus:2028751|UniProtKB:P9WPE9|SGD:S000004249|UniProtKB:P9WPE7 P 60 kDa chaperonin UniProtKB:P28598|PTN000143645 protein NCBITaxon:224308 20200206 GO_Central protein folding -UniProtKB P28598 groL GO:0005524 PMID:21873635 IBA PANTHER:PTN000143644|UniProtKB:P0A6F5 F 60 kDa chaperonin UniProtKB:P28598|PTN000143645 protein NCBITaxon:224308 20200206 GO_Central ATP binding -UniProtKB P28368 yvyD GO:0043022 PMID:21873635 IBA PANTHER:PTN002114317|UniProtKB:P0AFX0 F Ribosome hibernation promotion factor UniProtKB:P28368|PTN002114387 protein NCBITaxon:224308 20170228 GO_Central ribosome binding -UniProtKB P28368 yvyD GO:0043024 PMID:21873635 IBA PANTHER:PTN002114317|UniProtKB:P0AD49|UniProtKB:P0AFX0 F Ribosome hibernation promotion factor UniProtKB:P28368|PTN002114387 protein NCBITaxon:224308 20170228 GO_Central ribosomal small subunit binding -UniProtKB P28368 yvyD GO:0022627 PMID:21873635 IBA PANTHER:PTN002114317|UniProtKB:P0AD49 C Ribosome hibernation promotion factor UniProtKB:P28368|PTN002114387 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit -UniProtKB P28368 yvyD GO:0045900 PMID:21873635 IBA PANTHER:PTN002114317|UniProtKB:P0AD49 P Ribosome hibernation promotion factor UniProtKB:P28368|PTN002114387 protein NCBITaxon:224308 20170228 GO_Central negative regulation of translational elongation -UniProtKB P28366 secA GO:0031522 PMID:21873635 IBA PANTHER:PTN000770133|UniProtKB:P9WGP5|UniProtKB:P10408 C Protein translocase subunit SecA UniProtKB:P28366|PTN000770134 protein NCBITaxon:224308 20170228 GO_Central cell envelope Sec protein transport complex -UniProtKB P28366 secA GO:0015462 PMID:21873635 IBA PANTHER:PTN000770123|UniProtKB:P10408 F Protein translocase subunit SecA UniProtKB:P28366|PTN000770134 protein NCBITaxon:224308 20170228 GO_Central ABC-type protein transporter activity -UniProtKB P28366 secA GO:0005524 PMID:21873635 IBA PANTHER:PTN000770123|UniProtKB:P9WGP5 F Protein translocase subunit SecA UniProtKB:P28366|PTN000770134 protein NCBITaxon:224308 20170228 GO_Central ATP binding -UniProtKB P28366 secA GO:0043952 PMID:21873635 IBA PANTHER:PTN000770133|UniProtKB:P10408|UniProtKB:P9WGP3|UniProtKB:P9WGP5 P Protein translocase subunit SecA UniProtKB:P28366|PTN000770134 protein NCBITaxon:224308 20170228 GO_Central protein transport by the Sec complex -UniProtKB P28366 secA GO:0005829 PMID:21873635 IBA PANTHER:PTN000770133|UniProtKB:P10408 C Protein translocase subunit SecA UniProtKB:P28366|PTN000770134 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P28366 secA GO:0005887 PMID:21873635 IBA PANTHER:PTN000770133|UniProtKB:P10408 C Protein translocase subunit SecA UniProtKB:P28366|PTN000770134 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P28264 ftsA GO:0051301 PMID:21873635 IBA PANTHER:PTN000792922|UniProtKB:P0ABH0 P Cell division protein FtsA UniProtKB:P28264|PTN001286207 protein NCBITaxon:224308 20170228 GO_Central cell division -UniProtKB P28264 ftsA GO:0032153 PMID:21873635 IBA PANTHER:PTN000792922|UniProtKB:P0ABH0 C Cell division protein FtsA UniProtKB:P28264|PTN001286207 protein NCBITaxon:224308 20170228 GO_Central cell division site -UniProtKB P28264 ftsA GO:0009898 PMID:21873635 IBA PANTHER:PTN000792922|UniProtKB:P0ABH0 C Cell division protein FtsA UniProtKB:P28264|PTN001286207 protein NCBITaxon:224308 20170228 GO_Central cytoplasmic side of plasma membrane -UniProtKB P24141 oppA GO:1904680 PMID:21873635 IBA PANTHER:PTN000767645|UniProtKB:P23847|UniProtKB:Q9I2T4|UniProtKB:P9WGU5|UniProtKB:Q9HTN7|UniProtKB:Q9I2T3|UniProtKB:Q9HVS1|UniProtKB:Q9HVR9|UniProtKB:Q9HVS5|UniProtKB:Q9HVS4 F Oligopeptide-binding protein OppA UniProtKB:P24141|PTN000767676 protein NCBITaxon:224308 20210129 GO_Central peptide transmembrane transporter activity -UniProtKB P24141 oppA GO:0030288 PMID:21873635 IBA PANTHER:PTN000767645|UniProtKB:P33913|UniProtKB:P77348|UniProtKB:P23847|UniProtKB:P33590|UniProtKB:P75797|UniProtKB:P23843|UniProtKB:Q46863 C Oligopeptide-binding protein OppA UniProtKB:P24141|PTN000767676 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space -UniProtKB P24141 oppA GO:0015833 PMID:21873635 IBA PANTHER:PTN000767645|UniProtKB:P33913|UniProtKB:P23843|UniProtKB:P75797|UniProtKB:Q9I2T4|UniProtKB:P23847|UniProtKB:P77348|UniProtKB:P9WGU5|UniProtKB:Q9I2T3 P Oligopeptide-binding protein OppA UniProtKB:P24141|PTN000767676 protein NCBITaxon:224308 20200809 GO_Central peptide transport -UniProtKB P24501 flgC GO:0071978 PMID:21873635 IBA PANTHER:PTN000764839|UniProtKB:P23446|UniProtKB:P24501|UniProtKB:P24500|UniProtKB:P39752|UniProtKB:P23455 P Flagellar basal-body rod protein FlgC UniProtKB:P24501|PTN001252393 protein NCBITaxon:224308 20200809 GO_Central bacterial-type flagellum-dependent swarming motility -UniProtKB P24501 flgC GO:0009424 PMID:21873635 IBA PANTHER:PTN000764839|UniProtKB:P75937 C Flagellar basal-body rod protein FlgC UniProtKB:P24501|PTN001252393 protein NCBITaxon:224308 20170228 GO_Central bacterial-type flagellum hook -UniProtKB P80239 ahpC GO:0045454 PMID:21873635 IBA PANTHER:PTN000073874|TAIR:locus:2164265|SGD:S000004490|FB:FBgn0040309|UniProtKB:P9WQB7|SGD:S000002861|MGI:MGI:1859815|TAIR:locus:2080707|PomBase:SPCC576.03c P Alkyl hydroperoxide reductase C UniProtKB:P80239|PTN000074132 protein NCBITaxon:224308 20200807 GO_Central cell redox homeostasis -UniProtKB P80239 ahpC GO:0042744 PMID:21873635 IBA PANTHER:PTN000073874|MGI:MGI:109486|CGD:CAL0000174369|UniProtKB:Q6ER94|UniProtKB:P0CU34|UniProtKB:Q06830|FB:FBgn0040309|PomBase:SPCC576.03c|WB:F09E5.15c|FB:FBgn0040308 P Alkyl hydroperoxide reductase C UniProtKB:P80239|PTN000074132 protein NCBITaxon:224308 20180301 GO_Central hydrogen peroxide catabolic process -UniProtKB P80239 ahpC GO:0008379 PMID:21873635 IBA PANTHER:PTN000073874|UniProtKB:Q8I5Q6|SGD:S000002861|UniProtKB:Q8IL80|FB:FBgn0040309|UniProtKB:P0CU34|UniProtKB:Q06830|SGD:S000004490|CGD:CAL0000174369|UniProtKB:P32119|FB:FBgn0040308|WB:F09E5.15c|PomBase:SPCC576.03c F Alkyl hydroperoxide reductase C UniProtKB:P80239|PTN000074132 protein NCBITaxon:224308 20200807 GO_Central thioredoxin peroxidase activity -UniProtKB P80239 ahpC GO:0005829 PMID:21873635 IBA PANTHER:PTN000073874|RGD:3838|SGD:S000004490|FB:FBgn0040309|UniProtKB:Q8IL80|MGI:MGI:1859815|RGD:620039|UniProtKB:P0AE08|FB:FBgn0040308 C Alkyl hydroperoxide reductase C UniProtKB:P80239|PTN000074132 protein NCBITaxon:224308 20200929 GO_Central cytosol -UniProtKB P80239 ahpC GO:0033554 PMID:21873635 IBA PANTHER:PTN000073874|UniProtKB:Q8IL80|SGD:S000002861|MGI:MGI:99523|UniProtKB:P0CU34|SGD:S000004490|CGD:CAL0000174369|UniProtKB:P32119|MGI:MGI:109486|FB:FBgn0040308|UniProtKB:P0AE08|PomBase:SPCC576.03c P Alkyl hydroperoxide reductase C UniProtKB:P80239|PTN000074132 protein NCBITaxon:224308 20201023 GO_Central cellular response to stress -UniProtKB P80239 ahpC GO:0006979 PMID:21873635 IBA PANTHER:PTN000073874|WB:F09E5.15c|UniProtKB:P0AE08|RGD:620039|UniProtKB:Q8I5Q6|UniProtKB:Q8IL80|UniProtKB:P0CU34|RGD:3838|UniProtKB:P32119|MGI:MGI:109486|FB:FBgn0040308|PomBase:SPCC576.03c|SGD:S000002861|FB:FBgn0040309|MGI:MGI:99523|SGD:S000004490|CGD:CAL0000174369 P Alkyl hydroperoxide reductase C UniProtKB:P80239|PTN000074132 protein NCBITaxon:224308 20200807 GO_Central response to oxidative stress -UniProtKB P80698 tig GO:0043335 PMID:21873635 IBA PANTHER:PTN001254607|UniProtKB:P0A850 P Trigger factor UniProtKB:P80698|PTN000777989 protein NCBITaxon:224308 20171130 GO_Central protein unfolding -UniProtKB P80698 tig GO:0044183 PMID:21873635 IBA PANTHER:PTN001254607|UniProtKB:P0A850 F Trigger factor UniProtKB:P80698|PTN000777989 protein NCBITaxon:224308 20171130 GO_Central protein folding chaperone -UniProtKB P80698 tig GO:0003755 PMID:21873635 IBA PANTHER:PTN001254607|UniProtKB:P0A850|UniProtKB:P56420 F Trigger factor UniProtKB:P80698|PTN000777989 protein NCBITaxon:224308 20200809 GO_Central peptidyl-prolyl cis-trans isomerase activity -UniProtKB P80698 tig GO:0051083 PMID:21873635 IBA PANTHER:PTN001254607|UniProtKB:P0A850 P Trigger factor UniProtKB:P80698|PTN000777989 protein NCBITaxon:224308 20171130 GO_Central 'de novo' cotranslational protein folding -UniProtKB P80698 tig GO:0061077 PMID:21873635 IBA PANTHER:PTN001254607|UniProtKB:P0A850 P Trigger factor UniProtKB:P80698|PTN000777989 protein NCBITaxon:224308 20171130 GO_Central chaperone-mediated protein folding -UniProtKB P80698 tig GO:0043022 PMID:21873635 IBA PANTHER:PTN001254607|UniProtKB:P0A850 F Trigger factor UniProtKB:P80698|PTN000777989 protein NCBITaxon:224308 20171130 GO_Central ribosome binding -UniProtKB P80859 gndA GO:0050661 PMID:21873635 IBA PANTHER:PTN000211910|RGD:1583832|PomBase:SPBC660.16 F 6-phosphogluconate dehydrogenase, NADP(+)-dependent, decarboxylating UniProtKB:P80859|PTN000212016 protein NCBITaxon:224308 20190221 GO_Central NADP binding -UniProtKB P80859 gndA GO:0004616 PMID:21873635 IBA PANTHER:PTN000211910|MGI:MGI:97553|PomBase:SPBC660.16|TAIR:locus:2074577|RGD:1583832|SGD:S000003488|UniProtKB:P00350|SGD:S000001226 F 6-phosphogluconate dehydrogenase, NADP(+)-dependent, decarboxylating UniProtKB:P80859|PTN000212016 protein NCBITaxon:224308 20190221 GO_Central phosphogluconate dehydrogenase (decarboxylating) activity -UniProtKB P80859 gndA GO:0009051 PMID:21873635 IBA PANTHER:PTN000211910|PomBase:SPBC660.16|TAIR:locus:2024542|RGD:1583832|SGD:S000001226|TAIR:locus:2160422|UniProtKB:P52209|SGD:S000003488 P 6-phosphogluconate dehydrogenase, NADP(+)-dependent, decarboxylating UniProtKB:P80859|PTN000212016 protein NCBITaxon:224308 20190221 GO_Central pentose-phosphate shunt, oxidative branch -UniProtKB P80859 gndA GO:0046177 PMID:21873635 IBA PANTHER:PTN000211910|PomBase:SPBC660.16|UniProtKB:P00350 P 6-phosphogluconate dehydrogenase, NADP(+)-dependent, decarboxylating UniProtKB:P80859|PTN000212016 protein NCBITaxon:224308 20190221 GO_Central D-gluconate catabolic process -UniProtKB P80859 gndA GO:0005829 PMID:21873635 IBA PANTHER:PTN000211910|UniProtKB:P00350|TAIR:locus:2160422|UniProtKB:A0A1D8PFS4|TAIR:locus:2074577|TAIR:locus:2024542 C 6-phosphogluconate dehydrogenase, NADP(+)-dependent, decarboxylating UniProtKB:P80859|PTN000212016 protein NCBITaxon:224308 20190221 GO_Central cytosol -UniProtKB P80868 fusA GO:0032790 PMID:21873635 IBA PANTHER:PTN000754007|UniProtKB:Q969S9 P Elongation factor G UniProtKB:P80868|PTN000563115 protein NCBITaxon:224308 20200218 GO_Central ribosome disassembly -UniProtKB P80868 fusA GO:0005829 PMID:21873635 IBA PANTHER:PTN000563114|UniProtKB:P0A6M8 C Elongation factor G UniProtKB:P80868|PTN000563115 protein NCBITaxon:224308 20200218 GO_Central cytosol -UniProtKB P80869 ycdF GO:0016616 PMID:21873635 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:P0AG84|UniProtKB:Q8N4T8|UniProtKB:Q92506|UniProtKB:O54438|UniProtKB:P0AEK2|UniProtKB:P05707|UniProtKB:P37769|UniProtKB:Q8I2S7|UniProtKB:P9WGT1|UniProtKB:A0A1D8PPB1|SGD:S000001538 F Glucose 1-dehydrogenase 2 UniProtKB:P80869|PTN001212004 protein NCBITaxon:224308 20190227 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB P80870 yugI GO:0006412 PMID:21873635 IBA PANTHER:PTN000076677|UniProtKB:P0AG67 P General stress protein 13 UniProtKB:P80870|PTN000076714 protein NCBITaxon:224308 20171222 GO_Central translation -UniProtKB P80870 yugI GO:0003729 PMID:21873635 IBA PANTHER:PTN000076677|UniProtKB:P0AG67|TAIR:locus:2145860 F General stress protein 13 UniProtKB:P80870|PTN000076714 protein NCBITaxon:224308 20171222 GO_Central mRNA binding -UniProtKB P80870 yugI GO:0003735 PMID:21873635 IBA PANTHER:PTN000076677|UniProtKB:P0AG67 F General stress protein 13 UniProtKB:P80870|PTN000076714 protein NCBITaxon:224308 20171222 GO_Central structural constituent of ribosome -UniProtKB P80871 ywrO GO:0003955 PMID:21873635 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F General stress protein 14 UniProtKB:P80871|PTN000785314 protein NCBITaxon:224308 20180413 GO_Central NAD(P)H dehydrogenase (quinone) activity -UniProtKB P80871 ywrO GO:0032414 PMID:21873635 IBA PANTHER:PTN000785312|UniProtKB:P0A754 P General stress protein 14 UniProtKB:P80871|PTN000785314 protein NCBITaxon:224308 20170616 GO_Central positive regulation of ion transmembrane transporter activity -UniProtKB P80871 ywrO GO:0009055 PMID:21873635 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F General stress protein 14 UniProtKB:P80871|PTN000785314 protein NCBITaxon:224308 20180413 GO_Central electron transfer activity -UniProtKB P80871 ywrO GO:0010181 PMID:21873635 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F General stress protein 14 UniProtKB:P80871|PTN000785314 protein NCBITaxon:224308 20180413 GO_Central FMN binding -UniProtKB P80886 sucC GO:0042709 PMID:21873635 IBA PANTHER:PTN000212531|UniProtKB:P53593|UniProtKB:P0A836|RGD:1305008 C Succinate--CoA ligase [ADP-forming] subunit beta UniProtKB:P80886|PTN000212646 protein NCBITaxon:224308 20190221 GO_Central succinate-CoA ligase complex -UniProtKB P80886 sucC GO:0006104 PMID:21873635 IBA PANTHER:PTN000212531|RGD:1305008|SGD:S000003476|RGD:1309397 P Succinate--CoA ligase [ADP-forming] subunit beta UniProtKB:P80886|PTN000212646 protein NCBITaxon:224308 20190221 GO_Central succinyl-CoA metabolic process -UniProtKB P80886 sucC GO:0006099 PMID:21873635 IBA PANTHER:PTN000212531|RGD:1305008|UniProtKB:P0A836|RGD:1309397 P Succinate--CoA ligase [ADP-forming] subunit beta UniProtKB:P80886|PTN000212646 protein NCBITaxon:224308 20190221 GO_Central tricarboxylic acid cycle -UniProtKB P80886 sucC GO:0004775 PMID:21873635 IBA PANTHER:PTN000212531|RGD:1309397|UniProtKB:P53593|SGD:S000003476|UniProtKB:P0A836 F Succinate--CoA ligase [ADP-forming] subunit beta UniProtKB:P80886|PTN000212646 protein NCBITaxon:224308 20190221 GO_Central succinate-CoA ligase (ADP-forming) activity -UniProtKB P80886 sucC GO:0005829 PMID:21873635 IBA PANTHER:PTN000212645|UniProtKB:P0A836 C Succinate--CoA ligase [ADP-forming] subunit beta UniProtKB:P80886|PTN000212646 protein NCBITaxon:224308 20190221 GO_Central cytosol -UniProtKB P34959 qoxD GO:0005887 PMID:21873635 IBA PANTHER:PTN002198273|UniProtKB:P0ABJ6 C Quinol oxidase subunit 4 UniProtKB:P34959|PTN002198278 protein NCBITaxon:224308 20170921 GO_Central integral component of plasma membrane -UniProtKB P34959 qoxD GO:0009486 PMID:21873635 IBA PANTHER:PTN002198273|UniProtKB:P0ABJ6 F Quinol oxidase subunit 4 UniProtKB:P34959|PTN002198278 protein NCBITaxon:224308 20170921 GO_Central cytochrome bo3 ubiquinol oxidase activity -UniProtKB P34959 qoxD GO:0009319 PMID:21873635 IBA PANTHER:PTN002198273|UniProtKB:P0ABJ6 C Quinol oxidase subunit 4 UniProtKB:P34959|PTN002198278 protein NCBITaxon:224308 20170921 GO_Central cytochrome o ubiquinol oxidase complex -UniProtKB P34959 qoxD GO:0015990 PMID:21873635 IBA PANTHER:PTN002198273|UniProtKB:P0ABJ6 P Quinol oxidase subunit 4 UniProtKB:P34959|PTN002198278 protein NCBITaxon:224308 20170921 GO_Central electron transport coupled proton transport -UniProtKB P34959 qoxD GO:0009055 PMID:21873635 IBA PANTHER:PTN002198273|UniProtKB:P0ABJ6 F Quinol oxidase subunit 4 UniProtKB:P34959|PTN002198278 protein NCBITaxon:224308 20170921 GO_Central electron transfer activity -UniProtKB P34959 qoxD GO:0015453 PMID:21873635 IBA PANTHER:PTN002198273|UniProtKB:P0ABJ6 F Quinol oxidase subunit 4 UniProtKB:P34959|PTN002198278 protein NCBITaxon:224308 20170921 GO_Central oxidoreduction-driven active transmembrane transporter activity -UniProtKB P34959 qoxD GO:0019646 PMID:21873635 IBA PANTHER:PTN002198273|UniProtKB:P0ABJ6 P Quinol oxidase subunit 4 UniProtKB:P34959|PTN002198278 protein NCBITaxon:224308 20170921 GO_Central aerobic electron transport chain -UniProtKB P34959 qoxD GO:0015078 PMID:21873635 IBA PANTHER:PTN002198273|UniProtKB:P0ABJ6 F Quinol oxidase subunit 4 UniProtKB:P34959|PTN002198278 protein NCBITaxon:224308 20170921 GO_Central proton transmembrane transporter activity -UniProtKB P34958 qoxC GO:0009060 PMID:21873635 IBA PANTHER:PTN000150044|PomBase:SPMIT.04|UniProtKB:P0ABJ3|SGD:S000007283 P Quinol oxidase subunit 3 UniProtKB:P34958|PTN000150048 protein NCBITaxon:224308 20200807 GO_Central aerobic respiration -UniProtKB P34958 qoxC GO:0015453 PMID:21873635 IBA PANTHER:PTN000150044|UniProtKB:P0ABJ3 F Quinol oxidase subunit 3 UniProtKB:P34958|PTN000150048 protein NCBITaxon:224308 20170602 GO_Central oxidoreduction-driven active transmembrane transporter activity -UniProtKB P34958 qoxC GO:0009055 PMID:21873635 IBA PANTHER:PTN000150044|SGD:S000007283|PomBase:SPMIT.04|UniProtKB:P0ABJ3 F Quinol oxidase subunit 3 UniProtKB:P34958|PTN000150048 protein NCBITaxon:224308 20200929 GO_Central electron transfer activity -UniProtKB P34958 qoxC GO:0015990 PMID:21873635 IBA PANTHER:PTN000150045|UniProtKB:P0ABJ3 P Quinol oxidase subunit 3 UniProtKB:P34958|PTN000150048 protein NCBITaxon:224308 20170602 GO_Central electron transport coupled proton transport -UniProtKB P34958 qoxC GO:0009319 PMID:21873635 IBA PANTHER:PTN000150045|UniProtKB:P0ABJ3 C Quinol oxidase subunit 3 UniProtKB:P34958|PTN000150048 protein NCBITaxon:224308 20170602 GO_Central cytochrome o ubiquinol oxidase complex -UniProtKB P34958 qoxC GO:0005887 PMID:21873635 IBA PANTHER:PTN000150045|UniProtKB:P0ABJ3 C Quinol oxidase subunit 3 UniProtKB:P34958|PTN000150048 protein NCBITaxon:224308 20170602 GO_Central integral component of plasma membrane -UniProtKB P34958 qoxC GO:0019646 PMID:21873635 IBA PANTHER:PTN000150045|UniProtKB:P0ABJ3 P Quinol oxidase subunit 3 UniProtKB:P34958|PTN000150048 protein NCBITaxon:224308 20170602 GO_Central aerobic electron transport chain -UniProtKB P34958 qoxC GO:0009486 PMID:21873635 IBA PANTHER:PTN000150045|UniProtKB:P0ABJ3 F Quinol oxidase subunit 3 UniProtKB:P34958|PTN000150048 protein NCBITaxon:224308 20170602 GO_Central cytochrome bo3 ubiquinol oxidase activity -UniProtKB P34957 qoxA contributes_to GO:0004129 PMID:21873635 IBA PANTHER:PTN000527128|SGD:S000007281|UniProtKB:P00403 F Quinol oxidase subunit 2 UniProtKB:P34957|PTN000527177 protein NCBITaxon:224308 20200809 GO_Central cytochrome-c oxidase activity -UniProtKB P34957 qoxA GO:0042773 PMID:21873635 IBA PANTHER:PTN000527128|SGD:S000007281|UniProtKB:Q81HT3|PomBase:SPMIT.11 P Quinol oxidase subunit 2 UniProtKB:P34957|PTN000527177 protein NCBITaxon:224308 20200809 GO_Central ATP synthesis coupled electron transport -UniProtKB P34956 qoxB GO:0022904 PMID:21873635 IBA PANTHER:PTN000046094|SGD:S000007260|FB:FBgn0013674|UniProtKB:P0ABI8 P Quinol oxidase subunit 1 UniProtKB:P34956|PTN000046162 protein NCBITaxon:224308 20200807 GO_Central respiratory electron transport chain -UniProtKB P34956 qoxB contributes_to GO:0004129 PMID:21873635 IBA PANTHER:PTN000046094|SGD:S000007260|MGI:MGI:102504|UniProtKB:P00395 F Quinol oxidase subunit 1 UniProtKB:P34956|PTN000046162 protein NCBITaxon:224308 20200807 GO_Central cytochrome-c oxidase activity -UniProtKB P34956 qoxB GO:0009060 PMID:21873635 IBA PANTHER:PTN000046094|SGD:S000007260|FB:FBgn0013674|UniProtKB:P0ABI8 P Quinol oxidase subunit 1 UniProtKB:P34956|PTN000046162 protein NCBITaxon:224308 20200807 GO_Central aerobic respiration -UniProtKB P34956 qoxB GO:0015990 PMID:21873635 IBA PANTHER:PTN000046094|UniProtKB:P0ABI8 P Quinol oxidase subunit 1 UniProtKB:P34956|PTN000046162 protein NCBITaxon:224308 20170228 GO_Central electron transport coupled proton transport -UniProtKB P70948 yitV GO:0016298 PMID:21873635 IBA PANTHER:PTN000177089|TAIR:locus:2011511|UniProtKB:Q99685|TAIR:locus:2039677|RGD:71039|TAIR:locus:2206825|UniProtKB:P07000|SGD:S000005610|MGI:MGI:1346042|TAIR:locus:2150245|TAIR:locus:2043278|TAIR:locus:2147790|TAIR:locus:2039812|TAIR:locus:2197369|SGD:S000001577|UniProtKB:O07427|TAIR:locus:2039822|TAIR:locus:2100701|TAIR:locus:2014084 F Putative esterase YitV UniProtKB:P70948|PTN001319969 protein NCBITaxon:224308 20200807 GO_Central lipase activity -UniProtKB P70948 yitV GO:0016020 PMID:21873635 IBA PANTHER:PTN000177089|TAIR:locus:2043278|UniProtKB:Q57U43|TAIR:locus:2081710|TAIR:locus:2011511|UniProtKB:P07000|TAIR:locus:2150245|MGI:MGI:1346042|SGD:S000001577 C Putative esterase YitV UniProtKB:P70948|PTN001319969 protein NCBITaxon:224308 20200807 GO_Central membrane -UniProtKB P35538 flhB GO:0005886 PMID:21873635 IBA PANTHER:PTN000776203|UniProtKB:P76299 C Flagellar biosynthetic protein FlhB UniProtKB:P35538|PTN000776204 protein NCBITaxon:224308 20190116 GO_Central plasma membrane -UniProtKB P35537 fliR GO:0005886 PMID:21873635 IBA PANTHER:PTN001247730|UniProtKB:P33135 C Flagellar biosynthetic protein FliR UniProtKB:P35537|PTN001247731 protein NCBITaxon:224308 20190822 GO_Central plasma membrane -UniProtKB P35164 resE GO:0007234 PMID:21873635 IBA PANTHER:PTN002450928|SGD:S000003996|UniProtKB:Q5AVI3 P Sensor histidine kinase ResE UniProtKB:P35164|PTN000703967 protein NCBITaxon:224308 20200810 GO_Central osmosensory signaling via phosphorelay pathway -UniProtKB P35164 resE GO:0030295 PMID:21873635 IBA PANTHER:PTN002450928|PomBase:SPBC887.10|SGD:S000003996 F Sensor histidine kinase ResE UniProtKB:P35164|PTN000703967 protein NCBITaxon:224308 20201206 GO_Central protein kinase activator activity -UniProtKB P35164 resE GO:0000156 PMID:21873635 IBA PANTHER:PTN002450928|PomBase:SPBC887.10|SGD:S000003996 F Sensor histidine kinase ResE UniProtKB:P35164|PTN000703967 protein NCBITaxon:224308 20180620 GO_Central phosphorelay response regulator activity -UniProtKB P35163 resD GO:0032993 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EHJ3|UniProtKB:Q8EE50 C Transcriptional regulatory protein ResD UniProtKB:P35163|PTN000724515 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex -UniProtKB P35163 resD GO:0005829 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P69228|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P0AE88 C Transcriptional regulatory protein ResD UniProtKB:P35163|PTN000724515 protein NCBITaxon:224308 20170829 GO_Central cytosol -UniProtKB P35163 resD GO:0000156 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P30843|UniProtKB:P0A9Q1|UniProtKB:O07776|UniProtKB:P38684|UniProtKB:Q9I2U3|UniProtKB:P0AA16 F Transcriptional regulatory protein ResD UniProtKB:P35163|PTN000724515 protein NCBITaxon:224308 20170829 GO_Central phosphorelay response regulator activity -UniProtKB P35163 resD GO:0001216 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P21866|UniProtKB:P23836|UniProtKB:Q8EHJ3 F Transcriptional regulatory protein ResD UniProtKB:P35163|PTN000724515 protein NCBITaxon:224308 20170829 GO_Central DNA-binding transcription activator activity -UniProtKB P35163 resD GO:0000976 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P21866|UniProtKB:P69228|UniProtKB:P08368|UniProtKB:Q8EE50|UniProtKB:Q8EHJ3|UniProtKB:Q04803|UniProtKB:P23836|UniProtKB:P0A9Q1|UniProtKB:O24973 F Transcriptional regulatory protein ResD UniProtKB:P35163|PTN000724515 protein NCBITaxon:224308 20200810 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P35162 resC GO:0015886 PMID:21873635 IBA PANTHER:PTN001247822|UniProtKB:P0ABM1 P Cytochrome c biogenesis protein ResC UniProtKB:P35162|PTN001574995 protein NCBITaxon:224308 20170228 GO_Central heme transport -UniProtKB P35162 resC GO:0005886 PMID:21873635 IBA PANTHER:PTN001247822|UniProtKB:P0ABM1 C Cytochrome c biogenesis protein ResC UniProtKB:P35162|PTN001574995 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P35158 spmB GO:0005886 PMID:21873635 IBA PANTHER:PTN002184024|UniProtKB:P0AEH8 C Spore maturation protein B UniProtKB:P35158|PTN002184030 protein NCBITaxon:224308 20170901 GO_Central plasma membrane -UniProtKB P35146 aroD GO:0046279 PMID:21873635 IBA PANTHER:PTN000472499|UniProtKB:P58687|UniProtKB:P05194 P 3-dehydroquinate dehydratase UniProtKB:P35146|PTN000472502 protein NCBITaxon:224308 20170228 GO_Central 3,4-dihydroxybenzoate biosynthetic process -UniProtKB P35146 aroD GO:0003855 PMID:21873635 IBA PANTHER:PTN000472499|UniProtKB:P05194|UniProtKB:P58687 F 3-dehydroquinate dehydratase UniProtKB:P35146|PTN000472502 protein NCBITaxon:224308 20170228 GO_Central 3-dehydroquinate dehydratase activity -UniProtKB P71017 gbsB GO:0005829 PMID:21873635 IBA PANTHER:PTN002608693|UniProtKB:P0A9Q7|UniProtKB:P0A9S1 C Alcohol dehydrogenase UniProtKB:P71017|PTN002608708 protein NCBITaxon:224308 20180918 GO_Central cytosol -UniProtKB P71017 gbsB GO:0004022 PMID:21873635 IBA PANTHER:PTN002608572|SGD:S000003225|UniProtKB:P37686|UniProtKB:P0A9Q7|UniProtKB:Q9XDN0|UniProtKB:P76553|PomBase:SPAC5H10.06c F Alcohol dehydrogenase UniProtKB:P71017|PTN002608708 protein NCBITaxon:224308 20180918 GO_Central alcohol dehydrogenase (NAD+) activity -UniProtKB P71044 spoIIQ GO:0004222 PMID:21873635 IBA PANTHER:PTN002729049|UniProtKB:O33599|UniProtKB:P0AFS9 F Stage II sporulation protein Q UniProtKB:P71044|PTN002330624 protein NCBITaxon:224308 20180411 GO_Central metalloendopeptidase activity -UniProtKB P71047 ywgB GO:0005829 PMID:21873635 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 C Putative HTH-type transcriptional regulator YwgB UniProtKB:P71047|PTN002113920 protein NCBITaxon:224308 20170420 GO_Central cytosol -UniProtKB P71047 ywgB GO:0006355 PMID:21873635 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8|UniProtKB:P0AF63 P Putative HTH-type transcriptional regulator YwgB UniProtKB:P71047|PTN002113920 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB P71047 ywgB GO:0003700 PMID:21873635 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 F Putative HTH-type transcriptional regulator YwgB UniProtKB:P71047|PTN002113920 protein NCBITaxon:224308 20170420 GO_Central DNA-binding transcription factor activity -UniProtKB P46208 htpG GO:0006974 PMID:21873635 IBA PANTHER:PTN000163828|UniProtKB:P0A6Z3 P Chaperone protein HtpG UniProtKB:P46208|PTN000163834 protein NCBITaxon:224308 20180918 GO_Central cellular response to DNA damage stimulus -UniProtKB P46208 htpG GO:0009408 PMID:21873635 IBA PANTHER:PTN000163828|UniProtKB:P0A6Z3 P Chaperone protein HtpG UniProtKB:P46208|PTN000163834 protein NCBITaxon:224308 20180918 GO_Central response to heat -UniProtKB P46208 htpG GO:0006457 PMID:21873635 IBA PANTHER:PTN000163527|PomBase:SPAC926.04c|WB:WBGene00000915|MGI:MGI:96250|SGD:S000006161|UniProtKB:P0A6Z3|SGD:S000004798|MGI:MGI:96247|CGD:CAL0000201062 P Chaperone protein HtpG UniProtKB:P46208|PTN000163834 protein NCBITaxon:224308 20200929 GO_Central protein folding -UniProtKB P46208 htpG GO:0016887 PMID:21873635 IBA PANTHER:PTN000163828|UniProtKB:P0A6Z3 F Chaperone protein HtpG UniProtKB:P46208|PTN000163834 protein NCBITaxon:224308 20180918 GO_Central ATPase activity -UniProtKB P46208 htpG GO:0005829 PMID:21873635 IBA PANTHER:PTN000163828|UniProtKB:P0A6Z3 C Chaperone protein HtpG UniProtKB:P46208|PTN000163834 protein NCBITaxon:224308 20190321 GO_Central cytosol -UniProtKB P46208 htpG GO:0051082 PMID:21873635 IBA PANTHER:PTN000163527|FB:FBgn0001233|SGD:S000006161|PomBase:SPAC926.04c|SGD:S000004798 F Chaperone protein HtpG UniProtKB:P46208|PTN000163834 protein NCBITaxon:224308 20190111 GO_Central unfolded protein binding -UniProtKB P45949 arsR GO:0006355 PMID:21873635 IBA PANTHER:PTN002108422|UniProtKB:P37309 P Arsenical resistance operon repressor UniProtKB:P45949|PTN002108560 protein NCBITaxon:224308 20170228 GO_Central regulation of transcription, DNA-templated -UniProtKB P45949 arsR GO:0000976 PMID:21873635 IBA PANTHER:PTN002108422|UniProtKB:Q9HW47 F Arsenical resistance operon repressor UniProtKB:P45949|PTN002108560 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P45946 arsB GO:0015297 PMID:21873635 IBA PANTHER:PTN000040977|SGD:S000006405 F Arsenite resistance protein ArsB UniProtKB:P45946|PTN000040986 protein NCBITaxon:224308 20170228 GO_Central antiporter activity -UniProtKB P45946 arsB GO:0015104 PMID:21873635 IBA PANTHER:PTN000040977|SGD:S000006405 F Arsenite resistance protein ArsB UniProtKB:P45946|PTN000040986 protein NCBITaxon:224308 20170228 GO_Central antimonite transmembrane transporter activity -UniProtKB P45946 arsB GO:0015699 PMID:21873635 IBA PANTHER:PTN000040977|SGD:S000006405 P Arsenite resistance protein ArsB UniProtKB:P45946|PTN000040986 protein NCBITaxon:224308 20201001 GO_Central antimonite transport -UniProtKB P45946 arsB GO:0015105 PMID:21873635 IBA PANTHER:PTN000040977|SGD:S000006405 F Arsenite resistance protein ArsB UniProtKB:P45946|PTN000040986 protein NCBITaxon:224308 20170228 GO_Central arsenite transmembrane transporter activity -UniProtKB P45946 arsB GO:0005886 PMID:21873635 IBA PANTHER:PTN000040977|SGD:S000006405 C Arsenite resistance protein ArsB UniProtKB:P45946|PTN000040986 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P45946 arsB GO:0015700 PMID:21873635 IBA PANTHER:PTN000040977|SGD:S000006405 P Arsenite resistance protein ArsB UniProtKB:P45946|PTN000040986 protein NCBITaxon:224308 20201001 GO_Central arsenite transport -UniProtKB P45945 yqcK GO:0046686 PMID:21873635 IBA PANTHER:PTN002222394|UniProtKB:P9WIR5 P Uncharacterized protein YqcK UniProtKB:P45945|PTN002222400 protein NCBITaxon:224308 20170228 GO_Central response to cadmium ion -UniProtKB P45910 yqaM GO:0006271 PMID:21873635 IBA PANTHER:PTN001247366|UniProtKB:P0AEF0 P Uncharacterized protein YqaM UniProtKB:P45910|PTN000349980 protein NCBITaxon:224308 20170228 GO_Central DNA strand elongation involved in DNA replication -UniProtKB P45910 yqaM GO:0006260 PMID:21873635 IBA PANTHER:PTN001574578|UniProtKB:P03004|UniProtKB:P05648|UniProtKB:P0AEF0 P Uncharacterized protein YqaM UniProtKB:P45910|PTN000349980 protein NCBITaxon:224308 20200809 GO_Central DNA replication -UniProtKB P45868 maeA GO:0006090 PMID:21873635 IBA PANTHER:PTN000601050|UniProtKB:Q16798|SGD:S000001512|PomBase:SPCC794.12c P Probable NAD-dependent malic enzyme 2 UniProtKB:P45868|PTN000601200 protein NCBITaxon:224308 20170228 GO_Central pyruvate metabolic process -UniProtKB P45868 maeA GO:0005829 PMID:21873635 IBA PANTHER:PTN002361249|UniProtKB:P26616 C Probable NAD-dependent malic enzyme 2 UniProtKB:P45868|PTN000601200 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P45868 maeA GO:0006108 PMID:21873635 IBA PANTHER:PTN000601050|TAIR:locus:2180547|TAIR:locus:2017854|TAIR:locus:2127038|UniProtKB:P48163|UniProtKB:Q16798|TAIR:locus:2052045|PomBase:SPCC794.12c|FB:FBgn0002719|TAIR:locus:2181980|TAIR:locus:2054085 P Probable NAD-dependent malic enzyme 2 UniProtKB:P45868|PTN000601200 protein NCBITaxon:224308 20170228 GO_Central malate metabolic process -UniProtKB P45868 maeA GO:0004470 PMID:21873635 IBA PANTHER:PTN000601050|PomBase:SPCC794.12c|FB:FBgn0002719|TAIR:locus:2052045|TAIR:locus:2054085|TAIR:locus:2181980|UniProtKB:P48163|TAIR:locus:2127038|UniProtKB:P26616|UniProtKB:Q16798|TAIR:locus:2017854|SGD:S000001512|MGI:MGI:97043|RGD:3074|TAIR:locus:2180547|UniProtKB:P23368 F Probable NAD-dependent malic enzyme 2 UniProtKB:P45868|PTN000601200 protein NCBITaxon:224308 20170228 GO_Central malic enzyme activity -UniProtKB P45861 ywjA GO:0042626 PMID:21873635 IBA PANTHER:PTN000657189|ZFIN:ZDB-GENE-080204-52|FB:FBgn0004513|UniProtKB:P29018|TAIR:locus:2041434|MGI:MGI:98483|PomBase:SPCC663.03|UniProtKB:Q03519|UniProtKB:Q9NP78|UniProtKB:Q9NP58|MGI:MGI:97570|UniProtKB:P21439|UniProtKB:P08183|PomBase:SPCC737.09c|SGD:S000004916|PomBase:SPBC25B2.02c|UniProtKB:Q03518|UniProtKB:A0A1D8PKI5|RGD:619930|UniProtKB:P60752|UniProtKB:O95342 F Uncharacterized ABC transporter ATP-binding protein YwjA UniProtKB:P45861|PTN000657683 protein NCBITaxon:224308 20210102 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB P45861 ywjA GO:0034040 PMID:21873635 IBA PANTHER:PTN000657720|UniProtKB:P60752 F Uncharacterized ABC transporter ATP-binding protein YwjA UniProtKB:P45861|PTN000657683 protein NCBITaxon:224308 20170228 GO_Central ATPase-coupled lipid transmembrane transporter activity -UniProtKB P45861 ywjA GO:0055085 PMID:21873635 IBA PANTHER:PTN000657189|PomBase:SPCC663.03|MGI:MGI:97570|UniProtKB:Q03519|UniProtKB:P29018|UniProtKB:Q9FNU2|WB:WBGene00001815|UniProtKB:O53645|WB:WBGene00001811|RGD:619930|UniProtKB:O95342|UniProtKB:Q2M3G0|UniProtKB:Q9NUT2|UniProtKB:P08183|PomBase:SPCC737.09c|UniProtKB:Q03518|PomBase:SPBC25B2.02c P Uncharacterized ABC transporter ATP-binding protein YwjA UniProtKB:P45861|PTN000657683 protein NCBITaxon:224308 20210102 GO_Central transmembrane transport -UniProtKB P45858 mmgD GO:0005975 PMID:21873635 IBA PANTHER:PTN000201223|UniProtKB:O75390 P Citrate/2-methylcitrate synthase UniProtKB:P45858|PTN000201316 protein NCBITaxon:224308 20180508 GO_Central carbohydrate metabolic process -UniProtKB P45858 mmgD GO:0006099 PMID:21873635 IBA PANTHER:PTN000201223|PomBase:SPAC6C3.04|SGD:S000006205|RGD:620330|UniProtKB:Q9I5E3 P Citrate/2-methylcitrate synthase UniProtKB:P45858|PTN000201316 protein NCBITaxon:224308 20180508 GO_Central tricarboxylic acid cycle -UniProtKB P45858 mmgD GO:0004108 PMID:21873635 IBA PANTHER:PTN000201223|UniProtKB:O00098|dictyBase:DDB_G0267426|UniProtKB:P31660|RGD:620330|FB:FBgn0261955|SGD:S000000598|TAIR:locus:2050554|UniProtKB:Q9TEM3|UniProtKB:O75390|SGD:S000006205|SGD:S000005284|PomBase:SPAC6C3.04|TAIR:locus:2098989|TAIR:locus:2052379 F Citrate/2-methylcitrate synthase UniProtKB:P45858|PTN000201316 protein NCBITaxon:224308 20200807 GO_Central citrate (Si)-synthase activity -UniProtKB P45855 mmgA GO:0006635 PMID:21873635 IBA PANTHER:PTN000432120|RGD:620513|FB:FBgn0025352|UniProtKB:P76503|RGD:620482 P Acetyl-CoA acetyltransferase UniProtKB:P45855|PTN000432174 protein NCBITaxon:224308 20170228 GO_Central fatty acid beta-oxidation -UniProtKB P45855 mmgA GO:0003985 PMID:21873635 IBA PANTHER:PTN000432120|MGI:MGI:87870|UniProtKB:Q9BWD1|SGD:S000005949|TAIR:locus:2164778|TAIR:locus:2160887|UniProtKB:P42765|RGD:1359366|dictyBase:DDB_G0271544|UniProtKB:P76461|RGD:2016|UniProtKB:P24752 F Acetyl-CoA acetyltransferase UniProtKB:P45855|PTN000432174 protein NCBITaxon:224308 20200808 GO_Central acetyl-CoA C-acetyltransferase activity -UniProtKB O32292 yyzE GO:0016301 PMID:21873635 IBA PANTHER:PTN002553439|UniProtKB:P69783 F Putative phosphotransferase enzyme IIA component YyzE UniProtKB:O32292|PTN002553449 protein NCBITaxon:224308 20180202 GO_Central kinase activity -UniProtKB O32292 yyzE GO:0031234 PMID:21873635 IBA PANTHER:PTN002553439|UniProtKB:P69783 C Putative phosphotransferase enzyme IIA component YyzE UniProtKB:O32292|PTN002553449 protein NCBITaxon:224308 20180202 GO_Central extrinsic component of cytoplasmic side of plasma membrane -UniProtKB O32292 yyzE GO:0009401 PMID:21873635 IBA PANTHER:PTN002553439|UniProtKB:P69783 P Putative phosphotransferase enzyme IIA component YyzE UniProtKB:O32292|PTN002553449 protein NCBITaxon:224308 20180202 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB O32268 tuaG GO:0016757 PMID:21873635 IBA PANTHER:PTN000531320|UniProtKB:P26401|UniProtKB:Q9I4V9|UniProtKB:Q9ZB73|UniProtKB:P9WMX7|UniProtKB:O53585|UniProtKB:Q9HUG5|UniProtKB:P11290|UniProtKB:Q9I5M1|UniProtKB:P71239|UniProtKB:P77414 F Putative teichuronic acid biosynthesis glycosyltransferase TuaG UniProtKB:O32268|PTN000531324 protein NCBITaxon:224308 20200930 GO_Central transferase activity, transferring glycosyl groups -UniProtKB O32267 tuaH GO:0016757 PMID:21873635 IBA PANTHER:PTN000749410|UniProtKB:Q9HTC0|UniProtKB:P9WMZ5|UniProtKB:P9WMY7|UniProtKB:Q8DPV9|UniProtKB:P9WMZ3|UniProtKB:P25740 F Putative teichuronic acid biosynthesis glycosyltransferase TuaH UniProtKB:O32267|PTN001755069 protein NCBITaxon:224308 20200808 GO_Central transferase activity, transferring glycosyl groups -UniProtKB O32264 yvcT GO:0005829 PMID:21873635 IBA PANTHER:PTN000107947|RGD:1308851|UniProtKB:P37666|UniProtKB:P0A9T0|TAIR:locus:2017824|UniProtKB:P75913 C Probable 2-ketogluconate reductase UniProtKB:O32264|PTN000108033 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O32264 yvcT GO:0016618 PMID:21873635 IBA PANTHER:PTN000107947|RGD:1308851|UniProtKB:P75913|TAIR:locus:2017824|UniProtKB:Q9UBQ7|TAIR:locus:2034665 F Probable 2-ketogluconate reductase UniProtKB:O32264|PTN000108033 protein NCBITaxon:224308 20170228 GO_Central hydroxypyruvate reductase activity -UniProtKB O32264 yvcT GO:0030267 PMID:21873635 IBA PANTHER:PTN000107947|TAIR:locus:2034665|UniProtKB:P75913|TAIR:locus:2017824|UniProtKB:Q9UBQ7|RGD:1308851|UniProtKB:P37666 F Probable 2-ketogluconate reductase UniProtKB:O32264|PTN000108033 protein NCBITaxon:224308 20170228 GO_Central glyoxylate reductase (NADP+) activity -UniProtKB O32262 yvdS GO:0005887 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69210 C Uncharacterized membrane protein YvdS UniProtKB:O32262|PTN001254659 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB O32262 yvdS GO:0022857 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69937|UniProtKB:P76474|UniProtKB:P9WGF1|UniProtKB:P69210|UniProtKB:P23895|UniProtKB:Q47377|UniProtKB:P69212 F Uncharacterized membrane protein YvdS UniProtKB:O32262|PTN001254659 protein NCBITaxon:224308 20200809 GO_Central transmembrane transporter activity -UniProtKB O32262 yvdS GO:0055085 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P69937|UniProtKB:P23895|UniProtKB:P69210|UniProtKB:P9WGF1 P Uncharacterized membrane protein YvdS UniProtKB:O32262|PTN001254659 protein NCBITaxon:224308 20201001 GO_Central transmembrane transport -UniProtKB O32257 yvbW GO:0003333 PMID:21873635 IBA PANTHER:PTN001718863|UniProtKB:A0A1D8PN88|SGD:S000000530|CGD:CAL0000201651|UniProtKB:A0A1D8PNP3|PomBase:SPCC965.11c|PomBase:SPAC869.11|UniProtKB:A0A1D8PMB1|UniProtKB:A0A1D8PK89|SGD:S000002916|UniProtKB:A0A1D8PH27|CGD:CAL0000177621|CGD:CAL0000198089|UniProtKB:P25737 P Uncharacterized amino acid permease YvbW UniProtKB:O32257|PTN000209293 protein NCBITaxon:224308 20201001 GO_Central amino acid transmembrane transport -UniProtKB O32257 yvbW GO:0015171 PMID:21873635 IBA PANTHER:PTN001718863|SGD:S000005214|PomBase:SPAC869.11|UniProtKB:A0A1D8PPI5|SGD:S000003423|CGD:CAL0000201651|SGD:S000000273|SGD:S000000530|SGD:S000005380|SGD:S000000789|UniProtKB:A0A1D8PK89|UniProtKB:A0A1D8PMB1|SGD:S000002453|UniProtKB:A0A1D8PNP3|PomBase:SPCC965.11c|SGD:S000005875|SGD:S000001839|UniProtKB:A0A1D8PN88|CGD:CAL0000198089|UniProtKB:P25737|SGD:S000001747|CGD:CAL0000177621|SGD:S000005212|SGD:S000000272|UniProtKB:P18696|SGD:S000002916 F Uncharacterized amino acid permease YvbW UniProtKB:O32257|PTN000209293 protein NCBITaxon:224308 20201001 GO_Central amino acid transmembrane transporter activity -UniProtKB O32257 yvbW GO:0016021 PMID:21873635 IBA PANTHER:PTN001718863|SGD:S000001747|UniProtKB:P25737|SGD:S000000336 C Uncharacterized amino acid permease YvbW UniProtKB:O32257|PTN000209293 protein NCBITaxon:224308 20190319 GO_Central integral component of membrane -UniProtKB O32255 yvbU GO:0006355 PMID:21873635 IBA PANTHER:PTN000790637|UniProtKB:P77171|UniProtKB:P0ACQ7 P Uncharacterized HTH-type transcriptional regulator YvbU UniProtKB:O32255|PTN001285656 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB O32255 yvbU GO:0005829 PMID:21873635 IBA PANTHER:PTN000790637|UniProtKB:P0ACR7 C Uncharacterized HTH-type transcriptional regulator YvbU UniProtKB:O32255|PTN001285656 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O32255 yvbU GO:0000986 PMID:21873635 IBA PANTHER:PTN000790637|UniProtKB:P0ACQ7 F Uncharacterized HTH-type transcriptional regulator YvbU UniProtKB:O32255|PTN001285656 protein NCBITaxon:224308 20170228 GO_Central bacterial-type cis-regulatory region sequence-specific DNA binding -UniProtKB O32237 rghRB GO:0003700 PMID:21873635 IBA PANTHER:PTN005321183|UniProtKB:P77626 F Uncharacterized HTH-type transcriptional regulator RghRB UniProtKB:O32237|PTN008217656 protein NCBITaxon:224308 20190807 GO_Central DNA-binding transcription factor activity -UniProtKB O32237 rghRB GO:0006355 PMID:21873635 IBA PANTHER:PTN005321183|UniProtKB:P06533|UniProtKB:P9WMI1|UniProtKB:P77626 P Uncharacterized HTH-type transcriptional regulator RghRB UniProtKB:O32237|PTN008217656 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB O32236 rghR GO:0003700 PMID:21873635 IBA PANTHER:PTN005321183|UniProtKB:P77626 F HTH-type transcriptional repressor RghR UniProtKB:O32236|PTN008217657 protein NCBITaxon:224308 20190807 GO_Central DNA-binding transcription factor activity -UniProtKB O32236 rghR GO:0006355 PMID:21873635 IBA PANTHER:PTN005321183|UniProtKB:P06533|UniProtKB:P9WMI1|UniProtKB:P77626 P HTH-type transcriptional repressor RghR UniProtKB:O32236|PTN008217657 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB O32231 rnr GO:0005829 PMID:21873635 IBA PANTHER:PTN000599356|UniProtKB:P30850|UniProtKB:P21499 C Ribonuclease R UniProtKB:O32231|PTN000599357 protein NCBITaxon:224308 20181207 GO_Central cytosol -UniProtKB O32230 smpB GO:0003723 PMID:21873635 IBA PANTHER:PTN001250881|UniProtKB:P0A832 F SsrA-binding protein UniProtKB:O32230|PTN000768013 protein NCBITaxon:224308 20200414 GO_Central RNA binding -UniProtKB O32230 smpB GO:0005829 PMID:21873635 IBA PANTHER:PTN001250881|UniProtKB:P0A832 C SsrA-binding protein UniProtKB:O32230|PTN000768013 protein NCBITaxon:224308 20200414 GO_Central cytosol -UniProtKB O32230 smpB GO:0070930 PMID:21873635 IBA PANTHER:PTN001250881|UniProtKB:P0A832|UniProtKB:O32230 P SsrA-binding protein UniProtKB:O32230|PTN000768013 protein NCBITaxon:224308 20200414 GO_Central trans-translation-dependent protein tagging -UniProtKB O32228 yvaF GO:0006355 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:G3XCU9|UniProtKB:P0ACT6|UniProtKB:P75952|UniProtKB:P9WMC1|UniProtKB:P9WMB9|UniProtKB:P32265|UniProtKB:Q9HXS0|UniProtKB:Q9HZJ9|UniProtKB:P0ACS9|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:Q9HY46|UniProtKB:Q9HXW2|UniProtKB:Q9HZW2|UniProtKB:P39334|UniProtKB:P0ACU0 P Uncharacterized HTH-type transcriptional regulator YvaF UniProtKB:O32228|PTN004738834 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB O32228 yvaF GO:0000976 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P32265|UniProtKB:Q9HZJ9|UniProtKB:Q9KR96|UniProtKB:Q9HXS0|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HY46 F Uncharacterized HTH-type transcriptional regulator YvaF UniProtKB:O32228|PTN004738834 protein NCBITaxon:224308 20190822 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O32228 yvaF GO:0003700 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:P0ACS9 F Uncharacterized HTH-type transcriptional regulator YvaF UniProtKB:O32228|PTN004738834 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB O32225 yvaC GO:0005886 PMID:21873635 IBA PANTHER:PTN002021271|UniProtKB:P33011|UniProtKB:P45537|UniProtKB:P75870|UniProtKB:P76186|UniProtKB:P32715|UniProtKB:P46481 C Uncharacterized membrane protein YvaC UniProtKB:O32225|PTN002011949 protein NCBITaxon:224308 20170420 GO_Central plasma membrane -UniProtKB O32225 yvaC GO:0055085 PMID:21873635 IBA PANTHER:PTN002021271|UniProtKB:P32715 P Uncharacterized membrane protein YvaC UniProtKB:O32225|PTN002011949 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport -UniProtKB O32225 yvaC GO:0022857 PMID:21873635 IBA PANTHER:PTN002021271|UniProtKB:P32715 F Uncharacterized membrane protein YvaC UniProtKB:O32225|PTN002011949 protein NCBITaxon:224308 20190111 GO_Central transmembrane transporter activity -UniProtKB O32220 copA GO:0043682 PMID:21873635 IBA PANTHER:PTN000642961|MGI:MGI:99400|MGI:MGI:103297|UniProtKB:A0A1D8PEI4|UniProtKB:P35670 F Copper-exporting P-type ATPase UniProtKB:O32220|PTN000643096 protein NCBITaxon:224308 20200810 GO_Central P-type divalent copper transporter activity -UniProtKB O32219 cadA GO:0005385 PMID:21873635 IBA PANTHER:PTN000644029|TAIR:locus:2059083 F Cadmium, zinc and cobalt-transporting ATPase UniProtKB:O32219|PTN000644045 protein NCBITaxon:224308 20170228 GO_Central zinc ion transmembrane transporter activity -UniProtKB O32219 cadA GO:0015086 PMID:21873635 IBA PANTHER:PTN000644029|TAIR:locus:2059083|UniProtKB:P37617 F Cadmium, zinc and cobalt-transporting ATPase UniProtKB:O32219|PTN000644045 protein NCBITaxon:224308 20200810 GO_Central cadmium ion transmembrane transporter activity -UniProtKB O32216 yvgT GO:0005886 PMID:21873635 IBA PANTHER:PTN001253673|UniProtKB:P0AGM2|UniProtKB:P0AFP0 C UPF0126 membrane protein YvgT UniProtKB:O32216|PTN001253681 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O32215 helD GO:0043138 PMID:21873635 IBA PANTHER:PTN000116141|UniProtKB:P9WMQ1|TAIR:locus:2117303|SGD:S000005455|UniProtKB:Q8NFZ0|UniProtKB:P15038|PomBase:SPBC336.01|UniProtKB:A0A1D8PUB1|SGD:S000003628|UniProtKB:Q8I3W6 F DNA helicase IV UniProtKB:O32215|PTN000116240 protein NCBITaxon:224308 20180308 GO_Central 3'-5' DNA helicase activity -UniProtKB O32215 helD GO:0000725 PMID:21873635 IBA PANTHER:PTN000116141|PomBase:SPAC4H3.05|UniProtKB:F1ND48|PomBase:SPBC336.01 P DNA helicase IV UniProtKB:O32215|PTN000116240 protein NCBITaxon:224308 20181129 GO_Central recombinational repair -UniProtKB O32215 helD GO:0005829 PMID:21873635 IBA PANTHER:PTN000869814|UniProtKB:P03018|UniProtKB:P15038 C DNA helicase IV UniProtKB:O32215|PTN000116240 protein NCBITaxon:224308 20181129 GO_Central cytosol -UniProtKB O32214 cysJ GO:0016491 PMID:21873635 IBA PANTHER:PTN000453956|TAIR:locus:2128951|UniProtKB:O08394|MGI:MGI:97744|UniProtKB:O08336|UniProtKB:A0A1D8PLR7|SGD:S000006252|PomBase:SPBC29A10.01|UniProtKB:Q9UBK8|TAIR:locus:2121894|RGD:3185|UniProtKB:C5YJG8|UniProtKB:Q653S9|UniProtKB:A0A3Q1LSD1|SGD:S000001926|FB:FBgn0011676|MGI:MGI:97360|UniProtKB:Q7X7K8|UniProtKB:Q9UHB4|UniProtKB:P16435|MGI:MGI:1891037|TAIR:locus:2076547|RGD:3186|RGD:68335|UniProtKB:P29474|MGI:MGI:97361|UniProtKB:Q0J705|RGD:3184|UniProtKB:P38038|UniProtKB:P35228|UniProtKB:P29475|MGI:MGI:97362|SGD:S000001084 F Sulfite reductase [NADPH] flavoprotein alpha-component UniProtKB:O32214|PTN000454095 protein NCBITaxon:224308 20201205 GO_Central oxidoreductase activity -UniProtKB O32214 cysJ GO:0005829 PMID:21873635 IBA PANTHER:PTN000453956|RGD:3185|UniProtKB:Q9UBK8|TAIR:locus:2121894|UniProtKB:P35228|RGD:3186|UniProtKB:Q9UHB4|RGD:3184 C Sulfite reductase [NADPH] flavoprotein alpha-component UniProtKB:O32214|PTN000454095 protein NCBITaxon:224308 20210101 GO_Central cytosol -UniProtKB O32214 cysJ GO:0050660 PMID:21873635 IBA PANTHER:PTN000453956|UniProtKB:P38038|RGD:3184|UniProtKB:Q9UHB4|UniProtKB:Q9UBK8|UniProtKB:O08394|RGD:68335|MGI:MGI:97361|UniProtKB:O08336 F Sulfite reductase [NADPH] flavoprotein alpha-component UniProtKB:O32214|PTN000454095 protein NCBITaxon:224308 20170928 GO_Central flavin adenine dinucleotide binding -UniProtKB O32214 cysJ GO:0010181 PMID:21873635 IBA PANTHER:PTN000453956|RGD:68335|UniProtKB:O08394|MGI:MGI:97361|UniProtKB:O08336|UniProtKB:P38038|UniProtKB:Q9UHB4|RGD:3184|UniProtKB:Q9UBK8 F Sulfite reductase [NADPH] flavoprotein alpha-component UniProtKB:O32214|PTN000454095 protein NCBITaxon:224308 20170928 GO_Central FMN binding -UniProtKB O32213 cysI GO:0050311 PMID:21873635 IBA PANTHER:PTN001353165|UniProtKB:O23813|TAIR:locus:2184457 F Sulfite reductase [NADPH] hemoprotein beta-component UniProtKB:O32213|PTN000796612 protein NCBITaxon:224308 20200807 GO_Central sulfite reductase (ferredoxin) activity -UniProtKB O32213 cysI GO:0016002 PMID:21873635 IBA PANTHER:PTN001353165|SGD:S000003898|TAIR:locus:2184457 F Sulfite reductase [NADPH] hemoprotein beta-component UniProtKB:O32213|PTN000796612 protein NCBITaxon:224308 20210101 GO_Central sulfite reductase activity -UniProtKB O32213 cysI GO:0000103 PMID:21873635 IBA PANTHER:PTN001353165|SGD:S000003898|PomBase:SPAC10F6.01c P Sulfite reductase [NADPH] hemoprotein beta-component UniProtKB:O32213|PTN000796612 protein NCBITaxon:224308 20200810 GO_Central sulfate assimilation -UniProtKB O32213 cysI GO:0009337 PMID:21873635 IBA PANTHER:PTN001353165|SGD:S000003898|UniProtKB:P17846 C Sulfite reductase [NADPH] hemoprotein beta-component UniProtKB:O32213|PTN000796612 protein NCBITaxon:224308 20200213 GO_Central sulfite reductase complex (NADPH) -UniProtKB O32212 nhaK GO:0098719 PMID:21873635 IBA PANTHER:PTN000011605|ZFIN:ZDB-GENE-060503-640|UniProtKB:P19634|UniProtKB:P48764 P Sodium, potassium, lithium and rubidium/H(+) antiporter UniProtKB:O32212|PTN000012012 protein NCBITaxon:224308 20170228 GO_Central sodium ion import across plasma membrane -UniProtKB O32212 nhaK GO:0015385 PMID:21873635 IBA PANTHER:PTN000011605|RGD:620473|RGD:3718|UniProtKB:P19634|MGI:MGI:105075|UniProtKB:Q96T83|RGD:3720|WB:WBGene00003730|SGD:S000002864|TAIR:locus:2114810|ZFIN:ZDB-GENE-060503-640|MGI:MGI:105064|TAIR:locus:2173972|RGD:3719|MGI:MGI:102462|TAIR:locus:2181246|UniProtKB:P48764|MGI:MGI:1924281 F Sodium, potassium, lithium and rubidium/H(+) antiporter UniProtKB:O32212|PTN000012012 protein NCBITaxon:224308 20170228 GO_Central sodium:proton antiporter activity -UniProtKB O32212 nhaK GO:0005886 PMID:21873635 IBA PANTHER:PTN000011605|UniProtKB:Q96T83|RGD:3720|WB:WBGene00003730|WB:WBGene00003943|RGD:3718|TAIR:locus:2041100|UniProtKB:P19634|MGI:MGI:2443511|UniProtKB:P48764|TAIR:locus:2181246|UniProtKB:Q92581|UniProtKB:P32703|dictyBase:DDB_G0275711|MGI:MGI:105064|ZFIN:ZDB-GENE-060503-640|TAIR:locus:2173972|TAIR:locus:2006762|MGI:MGI:102462 C Sodium, potassium, lithium and rubidium/H(+) antiporter UniProtKB:O32212|PTN000012012 protein NCBITaxon:224308 20200807 GO_Central plasma membrane -UniProtKB O32212 nhaK GO:0051453 PMID:21873635 IBA PANTHER:PTN000011605|UniProtKB:P19634|RGD:3718|dictyBase:DDB_G0275711|UniProtKB:Q92581|SGD:S000002864|MGI:MGI:1924281|UniProtKB:Q96T83|FB:FBgn0040297 P Sodium, potassium, lithium and rubidium/H(+) antiporter UniProtKB:O32212|PTN000012012 protein NCBITaxon:224308 20200807 GO_Central regulation of intracellular pH -UniProtKB O32212 nhaK GO:0071805 PMID:21873635 IBA PANTHER:PTN000011605|SGD:S000002864|TAIR:locus:2041100 P Sodium, potassium, lithium and rubidium/H(+) antiporter UniProtKB:O32212|PTN000012012 protein NCBITaxon:224308 20170228 GO_Central potassium ion transmembrane transport -UniProtKB O32212 nhaK GO:0015386 PMID:21873635 IBA PANTHER:PTN000011605|SGD:S000002864|TAIR:locus:2114810|UniProtKB:Q96T83|MGI:MGI:1924281 F Sodium, potassium, lithium and rubidium/H(+) antiporter UniProtKB:O32212|PTN000012012 protein NCBITaxon:224308 20170228 GO_Central potassium:proton antiporter activity -UniProtKB O32209 yvgM GO:0005886 PMID:21873635 IBA PANTHER:PTN001249522|UniProtKB:P31549|UniProtKB:P0AF01 C Putative molybdenum transport system permease protein YvgM UniProtKB:O32209|PTN001249562 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O32208 yvgL GO:0030288 PMID:21873635 IBA PANTHER:PTN000771916|UniProtKB:P37329 C Putative ABC transporter substrate-binding lipoprotein YvgL UniProtKB:O32208|PTN000771921 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space -UniProtKB O32193 cssS GO:0000155 PMID:21873635 IBA PANTHER:PTN002557430|UniProtKB:P0AE82 F Sensor histidine kinase CssS UniProtKB:O32193|PTN002557431 protein NCBITaxon:224308 20171018 GO_Central phosphorelay sensor kinase activity -UniProtKB O32193 cssS GO:0005886 PMID:21873635 IBA PANTHER:PTN002557430|UniProtKB:P0AE82 C Sensor histidine kinase CssS UniProtKB:O32193|PTN002557431 protein NCBITaxon:224308 20201001 GO_Central plasma membrane -UniProtKB O32193 cssS GO:0016021 PMID:21873635 IBA PANTHER:PTN002557430|UniProtKB:P0AE82 C Sensor histidine kinase CssS UniProtKB:O32193|PTN002557431 protein NCBITaxon:224308 20171018 GO_Central integral component of membrane -UniProtKB O32186 yusT GO:0006355 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:P67662|UniProtKB:P67660|UniProtKB:P0A9F9|UniProtKB:P39376|UniProtKB:G3XCU6 P Uncharacterized HTH-type transcriptional regulator YusT UniProtKB:O32186|PTN000764986 protein NCBITaxon:224308 20190829 GO_Central regulation of transcription, DNA-templated -UniProtKB O32186 yusT GO:0000976 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:G3XCU6|UniProtKB:Q9I1R1|UniProtKB:Q9HZ15|UniProtKB:P39376 F Uncharacterized HTH-type transcriptional regulator YusT UniProtKB:O32186|PTN000764986 protein NCBITaxon:224308 20190829 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O32182 yusP GO:0055085 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P52600|SGD:S000000497|UniProtKB:P9WJY3|PomBase:SPBC3E7.06c|SGD:S000003456|PomBase:SPBC460.03|SGD:S000006402|SGD:S000000575|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|PomBase:SPBC12C2.13c|PomBase:SPBC4F6.09|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000000574|UniProtKB:P9WJX3 P Uncharacterized MFS-type transporter YusP UniProtKB:O32182|PTN000606059 protein NCBITaxon:224308 20201206 GO_Central transmembrane transport -UniProtKB O32182 yusP GO:0022857 PMID:21873635 IBA PANTHER:PTN000605491|SGD:S000001032|UniProtKB:P9WJX3|UniProtKB:Q8X1Z7|SGD:S000000574|UniProtKB:P0AEJ0|SGD:S000000791|CGD:CAL0000196424|PomBase:SPBC12C2.13c|SGD:S000000575|SGD:S000006402|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000001039|SGD:S000003456|SGD:S000000497|SGD:S000005518|PomBase:SPBC3E7.06c|UniProtKB:P9WJY3|SGD:S000004694 F Uncharacterized MFS-type transporter YusP UniProtKB:O32182|PTN000606059 protein NCBITaxon:224308 20201206 GO_Central transmembrane transporter activity -UniProtKB O32182 yusP GO:0005887 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P9WJY3|UniProtKB:Q6C8F0|SGD:S000006402 C Uncharacterized MFS-type transporter YusP UniProtKB:O32182|PTN000606059 protein NCBITaxon:224308 20201206 GO_Central integral component of plasma membrane -UniProtKB O32177 fadA GO:0003988 PMID:21873635 IBA PANTHER:PTN001823071|UniProtKB:P21151|RGD:67379|SGD:S000001422|TAIR:locus:2046565 F 3-ketoacyl-CoA thiolase UniProtKB:O32177|PTN000432460 protein NCBITaxon:224308 20170616 GO_Central acetyl-CoA C-acyltransferase activity -UniProtKB O32177 fadA GO:0010124 PMID:21873635 IBA PANTHER:PTN001823071|UniProtKB:P0C7L2 P 3-ketoacyl-CoA thiolase UniProtKB:O32177|PTN000432460 protein NCBITaxon:224308 20170228 GO_Central phenylacetate catabolic process -UniProtKB O32177 fadA GO:0006635 PMID:21873635 IBA PANTHER:PTN001823071|RGD:67379|SGD:S000001422|UniProtKB:P21151|UniProtKB:P09110 P 3-ketoacyl-CoA thiolase UniProtKB:O32177|PTN000432460 protein NCBITaxon:224308 20170616 GO_Central fatty acid beta-oxidation -UniProtKB O32175 yusI GO:0005829 PMID:21873635 IBA PANTHER:PTN001247286|UniProtKB:P76569 C Uncharacterized protein YusI UniProtKB:O32175|PTN007823194 protein NCBITaxon:224308 20190822 GO_Central cytosol -UniProtKB O32174 gcvH GO:0019464 PMID:21873635 IBA PANTHER:PTN000196817|RGD:619946|dictyBase:DDB_G0287773 P Glycine cleavage system H protein UniProtKB:O32174|PTN000196916 protein NCBITaxon:224308 20200918 GO_Central glycine decarboxylation via glycine cleavage system -UniProtKB O32174 gcvH GO:0005829 PMID:21873635 IBA PANTHER:PTN000196915|UniProtKB:P0A6T9 C Glycine cleavage system H protein UniProtKB:O32174|PTN000196916 protein NCBITaxon:224308 20200918 GO_Central cytosol -UniProtKB O32174 gcvH GO:0009249 PMID:21873635 IBA PANTHER:PTN000196817|UniProtKB:O32174|UniProtKB:P11183|UniProtKB:P23434|SGD:S000000042 P Glycine cleavage system H protein UniProtKB:O32174|PTN000196916 protein NCBITaxon:224308 20200918 GO_Central protein lipoylation -UniProtKB O32174 gcvH GO:0005737 PMID:21873635 IBA PANTHER:PTN000196817|UniProtKB:P0A6T9|SGD:S000000042|UniProtKB:P20821|TAIR:locus:2033802|UniProtKB:P11183|dictyBase:DDB_G0287773|RGD:619946|TAIR:locus:2063464|UniProtKB:Q8II35 C Glycine cleavage system H protein UniProtKB:O32174|PTN000196916 protein NCBITaxon:224308 20200918 GO_Central cytoplasm -UniProtKB O32172 yusF GO:0006364 PMID:21873635 IBA PANTHER:PTN002216481|UniProtKB:P37547 P Uncharacterized protein YusF UniProtKB:O32172|PTN002446452 protein NCBITaxon:224308 20170228 GO_Central rRNA processing -UniProtKB O32172 yusF GO:0043822 PMID:21873635 IBA PANTHER:PTN002216481|UniProtKB:P37547 F Uncharacterized protein YusF UniProtKB:O32172|PTN002446452 protein NCBITaxon:224308 20170228 GO_Central ribonuclease M5 activity -UniProtKB O32168 metP GO:0048473 PMID:21873635 IBA PANTHER:PTN000765164|UniProtKB:P31547 P Methionine import system permease protein MetP UniProtKB:O32168|PTN000765165 protein NCBITaxon:224308 20200930 GO_Central D-methionine transport -UniProtKB O32168 metP GO:0005886 PMID:21873635 IBA PANTHER:PTN000765163|UniProtKB:P0AEU3|UniProtKB:P31547 C Methionine import system permease protein MetP UniProtKB:O32168|PTN000765165 protein NCBITaxon:224308 20200809 GO_Central plasma membrane -UniProtKB O32168 metP GO:0006865 PMID:21873635 IBA PANTHER:PTN000765163|UniProtKB:Q9HU29|UniProtKB:P31547|UniProtKB:Q9HT69|UniProtKB:G3XCZ5 P Methionine import system permease protein MetP UniProtKB:O32168|PTN000765165 protein NCBITaxon:224308 20200809 GO_Central amino acid transport -UniProtKB O32166 yurZ GO:0016491 PMID:21873635 IBA PANTHER:PTN002142863|UniProtKB:P9WQB5 F Uncharacterized protein YurZ UniProtKB:O32166|PTN002142900 protein NCBITaxon:224308 20190829 GO_Central oxidoreductase activity -UniProtKB O32163 sufU GO:0051539 PMID:21873635 IBA PANTHER:PTN000009661|UniProtKB:P0ACD4 F Zinc-dependent sulfurtransferase SufU UniProtKB:O32163|PTN000009744 protein NCBITaxon:224308 20170228 GO_Central 4 iron, 4 sulfur cluster binding -UniProtKB O32163 sufU GO:0005737 PMID:21873635 IBA PANTHER:PTN000009661|SGD:S000005752|TAIR:locus:2136612|UniProtKB:Q9H1K1|UniProtKB:P0ACD4|TAIR:locus:2132090|SGD:S000006056|MGI:MGI:1913633|UniProtKB:Q8LR34|TAIR:locus:2102122|FB:FBgn0037637 C Zinc-dependent sulfurtransferase SufU UniProtKB:O32163|PTN000009744 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB O32163 sufU GO:0008198 PMID:21873635 IBA PANTHER:PTN000009661|SGD:S000006056|FB:FBgn0037637 F Zinc-dependent sulfurtransferase SufU UniProtKB:O32163|PTN000009744 protein NCBITaxon:224308 20170228 GO_Central ferrous iron binding -UniProtKB O32163 sufU GO:0006879 PMID:21873635 IBA PANTHER:PTN000009661|SGD:S000005752|SGD:S000006056 P Zinc-dependent sulfurtransferase SufU UniProtKB:O32163|PTN000009744 protein NCBITaxon:224308 20170228 GO_Central cellular iron ion homeostasis -UniProtKB O32163 sufU GO:0051537 PMID:21873635 IBA PANTHER:PTN000009661|UniProtKB:P0ACD4|PomBase:SPAC227.13c F Zinc-dependent sulfurtransferase SufU UniProtKB:O32163|PTN000009744 protein NCBITaxon:224308 20170228 GO_Central 2 iron, 2 sulfur cluster binding -UniProtKB O32161 yurT GO:0046491 PMID:21873635 IBA PANTHER:PTN000482927|UniProtKB:Q96PE7 P Uncharacterized protein YurT UniProtKB:O32161|PTN001849207 protein NCBITaxon:224308 20180504 GO_Central L-methylmalonyl-CoA metabolic process -UniProtKB O32161 yurT GO:0004493 PMID:21873635 IBA PANTHER:PTN000482927|UniProtKB:Q96PE7 F Uncharacterized protein YurT UniProtKB:O32161|PTN001849207 protein NCBITaxon:224308 20180504 GO_Central methylmalonyl-CoA epimerase activity -UniProtKB O32159 yurR GO:0005737 PMID:21873635 IBA PANTHER:PTN000354057|RGD:621125|UniProtKB:Q96CU9|UniProtKB:Q5JFG7|UniProtKB:Q9UI17|MGI:MGI:2183102|RGD:620453|SGD:S000001051|UniProtKB:P33940|TAIR:locus:2206051 C Uncharacterized oxidoreductase YurR UniProtKB:O32159|PTN000354634 protein NCBITaxon:224308 20200808 GO_Central cytoplasm -UniProtKB O32159 yurR GO:0016491 PMID:21873635 IBA PANTHER:PTN000354057|UniProtKB:Q9HTQ0|RGD:621125|UniProtKB:Q5JFG7|UniProtKB:O31616|UniProtKB:Q9HTE8|UniProtKB:Q9UI17|RGD:620453|UniProtKB:Q9HVF1|UniProtKB:Q9HU99|UniProtKB:P37906|UniProtKB:P33940|UniProtKB:P0A6J5 F Uncharacterized oxidoreductase YurR UniProtKB:O32159|PTN000354634 protein NCBITaxon:224308 20200930 GO_Central oxidoreductase activity -UniProtKB O32158 yurQ GO:0006974 PMID:21873635 IBA PANTHER:PTN000778007|UniProtKB:P76213 P Uncharacterized protein YurQ UniProtKB:O32158|PTN001254687 protein NCBITaxon:224308 20200809 GO_Central cellular response to DNA damage stimulus -UniProtKB O32158 yurQ GO:0009380 PMID:21873635 IBA PANTHER:PTN000778007|UniProtKB:P0A8G0 C Uncharacterized protein YurQ UniProtKB:O32158|PTN001254687 protein NCBITaxon:224308 20170228 GO_Central excinuclease repair complex -UniProtKB O32157 frlB GO:0005829 PMID:21873635 IBA PANTHER:PTN000101436|UniProtKB:P17169 C Fructosamine deglycase FrlB UniProtKB:O32157|PTN000101411 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O32157 frlB GO:0006487 PMID:21873635 IBA PANTHER:PTN000101302|CGD:CAL0000176261 P Fructosamine deglycase FrlB UniProtKB:O32157|PTN000101411 protein NCBITaxon:224308 20170228 GO_Central protein N-linked glycosylation -UniProtKB O32157 frlB GO:0006002 PMID:21873635 IBA PANTHER:PTN000101302|RGD:1549703 P Fructosamine deglycase FrlB UniProtKB:O32157|PTN000101411 protein NCBITaxon:224308 20170228 GO_Central fructose 6-phosphate metabolic process -UniProtKB O32157 frlB GO:0006047 PMID:21873635 IBA PANTHER:PTN000101302|UniProtKB:P17169|RGD:1549703 P Fructosamine deglycase FrlB UniProtKB:O32157|PTN000101411 protein NCBITaxon:224308 20170228 GO_Central UDP-N-acetylglucosamine metabolic process -UniProtKB O32157 frlB GO:0004360 PMID:21873635 IBA PANTHER:PTN000101302|TAIR:locus:2076146|SGD:S000001587|RGD:1549703|CGD:CAL0000176261|UniProtKB:P17169 F Fructosamine deglycase FrlB UniProtKB:O32157|PTN000101411 protein NCBITaxon:224308 20200807 GO_Central glutamine-fructose-6-phosphate transaminase (isomerizing) activity -UniProtKB O32151 yurJ GO:0055052 PMID:21873635 IBA PANTHER:PTN000655865|UniProtKB:P10907 C Uncharacterized ABC transporter ATP-binding protein YurJ UniProtKB:O32151|PTN000655878 protein NCBITaxon:224308 20170420 GO_Central ATP-binding cassette (ABC) transporter complex, substrate-binding subunit-containing -UniProtKB O32148 pucG GO:0005777 PMID:21873635 IBA PANTHER:PTN000475663|TAIR:locus:2041649|UniProtKB:P21549|RGD:2073 C (S)-ureidoglycine--glyoxylate transaminase UniProtKB:O32148|PTN000475581 protein NCBITaxon:224308 20170228 GO_Central peroxisome -UniProtKB O32148 pucG GO:0019265 PMID:21873635 IBA PANTHER:PTN000475663|RGD:2073|SGD:S000001864|UniProtKB:P21549 P (S)-ureidoglycine--glyoxylate transaminase UniProtKB:O32148|PTN000475581 protein NCBITaxon:224308 20170228 GO_Central glycine biosynthetic process, by transamination of glyoxylate -UniProtKB O32148 pucG GO:0004760 PMID:21873635 IBA PANTHER:PTN000475663|UniProtKB:Q9X1C0|TAIR:locus:2041649|RGD:2073 F (S)-ureidoglycine--glyoxylate transaminase UniProtKB:O32148|PTN000475581 protein NCBITaxon:224308 20170228 GO_Central serine-pyruvate transaminase activity -UniProtKB O32148 pucG GO:0008453 PMID:21873635 IBA PANTHER:PTN000475663|UniProtKB:P21549|TAIR:locus:2041649|MGI:MGI:1329033|SGD:S000001864|RGD:2073|UniProtKB:Q7PRG3|FB:FBgn0014031 F (S)-ureidoglycine--glyoxylate transaminase UniProtKB:O32148|PTN000475581 protein NCBITaxon:224308 20210101 GO_Central alanine-glyoxylate transaminase activity -UniProtKB O32142 pucM GO:0006144 PMID:21873635 IBA PANTHER:PTN000044586|MGI:MGI:1916142|ZFIN:ZDB-GENE-060825-253 P 5-hydroxyisourate hydrolase UniProtKB:O32142|PTN000044657 protein NCBITaxon:224308 20201231 GO_Central purine nucleobase metabolic process -UniProtKB O32141 pucL GO:0016831 PMID:21873635 IBA PANTHER:PTN000044713|MGI:MGI:3647519|ZFIN:ZDB-GENE-070112-472 F Uric acid degradation bifunctional protein PucL UniProtKB:O32141|PTN000044710 protein NCBITaxon:224308 20201206 GO_Central carboxy-lyase activity -UniProtKB O32140 pucK GO:0042907 PMID:21873635 IBA PANTHER:PTN002450094|UniProtKB:Q46821|UniProtKB:P0AGM9|UniProtKB:P67444|UniProtKB:Q07307 F Uric acid permease PucK UniProtKB:O32140|PTN000122439 protein NCBITaxon:224308 20200809 GO_Central xanthine transmembrane transporter activity -UniProtKB O32140 pucK GO:0042906 PMID:21873635 IBA PANTHER:PTN002450094|UniProtKB:P0AGM9|UniProtKB:Q46821|UniProtKB:Q07307|UniProtKB:P67444 P Uric acid permease PucK UniProtKB:O32140|PTN000122439 protein NCBITaxon:224308 20201001 GO_Central xanthine transport -UniProtKB O32140 pucK GO:0005887 PMID:21873635 IBA PANTHER:PTN002450094|UniProtKB:P67444|UniProtKB:Q46821|UniProtKB:P0AGM9 C Uric acid permease PucK UniProtKB:O32140|PTN000122439 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB O32139 pucJ GO:0042906 PMID:21873635 IBA PANTHER:PTN002450094|UniProtKB:P0AGM9|UniProtKB:Q46821|UniProtKB:Q07307|UniProtKB:P67444 P Uric acid permease PucJ UniProtKB:O32139|PTN000122437 protein NCBITaxon:224308 20201001 GO_Central xanthine transport -UniProtKB O32139 pucJ GO:0042907 PMID:21873635 IBA PANTHER:PTN002450094|UniProtKB:Q46821|UniProtKB:P0AGM9|UniProtKB:P67444|UniProtKB:Q07307 F Uric acid permease PucJ UniProtKB:O32139|PTN000122437 protein NCBITaxon:224308 20200809 GO_Central xanthine transmembrane transporter activity -UniProtKB O32139 pucJ GO:0005887 PMID:21873635 IBA PANTHER:PTN002450094|UniProtKB:P67444|UniProtKB:Q46821|UniProtKB:P0AGM9 C Uric acid permease PucJ UniProtKB:O32139|PTN000122437 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB O32137 allB GO:0005737 PMID:21873635 IBA PANTHER:PTN000909483|UniProtKB:P77671|TAIR:locus:505006432 C Allantoinase UniProtKB:O32137|PTN000182427 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB O32137 allB GO:0006145 PMID:21873635 IBA PANTHER:PTN000909483|TAIR:locus:505006432|UniProtKB:Q5B4C7 P Allantoinase UniProtKB:O32137|PTN000182427 protein NCBITaxon:224308 20170228 GO_Central purine nucleobase catabolic process -UniProtKB O32137 allB GO:0004038 PMID:21873635 IBA PANTHER:PTN000909483|UniProtKB:Q5B4C7|TAIR:locus:505006432|UniProtKB:P77671|SGD:S000001466 F Allantoinase UniProtKB:O32137|PTN000182427 protein NCBITaxon:224308 20200810 GO_Central allantoinase activity -UniProtKB O32125 yutF GO:0016791 PMID:21873635 IBA PANTHER:PTN002711682|UniProtKB:Q96GD0|FB:FBgn0024995|RGD:1307773|SGD:S000002395|MGI:MGI:1914328|CGD:CAL0000178325|PomBase:SPBC15D4.15|UniProtKB:O33194|UniProtKB:A6NDG6|MGI:MGI:1919282|UniProtKB:F1MW60|UniProtKB:Q0VD18|UniProtKB:P0AF24|UniProtKB:A0A2K3DU55|FB:FBgn0030347|SGD:S000001142 F Acid sugar phosphatase UniProtKB:O32125|PTN000445914 protein NCBITaxon:224308 20210101 GO_Central phosphatase activity -UniProtKB O32123 yutH GO:0042601 PMID:21873635 IBA PANTHER:PTN002216705|UniProtKB:O32123 C Endospore coat-associated protein YutH UniProtKB:O32123|PTN002216712 protein NCBITaxon:224308 20170906 GO_Central endospore-forming forespore -UniProtKB O32115 yutK GO:0015293 PMID:21873635 IBA PANTHER:PTN000063482|RGD:61840|MGI:MGI:2137361|RGD:621223|UniProtKB:O43868|UniProtKB:P0AFF2|UniProtKB:A0A1D8PHJ7 F Uncharacterized transporter YutK UniProtKB:O32115|PTN000063591 protein NCBITaxon:224308 20200807 GO_Central symporter activity -UniProtKB O32115 yutK GO:0005337 PMID:21873635 IBA PANTHER:PTN000063482|RGD:621223|RGD:61840|UniProtKB:A0A1D8PHJ7|UniProtKB:P0AFF2|UniProtKB:O00337|MGI:MGI:2137361|MGI:MGI:1913105|UniProtKB:O43868|UniProtKB:Q9HAS3 F Uncharacterized transporter YutK UniProtKB:O32115|PTN000063591 protein NCBITaxon:224308 20200807 GO_Central nucleoside transmembrane transporter activity -UniProtKB O32115 yutK GO:0005887 PMID:21873635 IBA PANTHER:PTN000063482|UniProtKB:P0AFF2 C Uncharacterized transporter YutK UniProtKB:O32115|PTN000063591 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB O32115 yutK GO:1901642 PMID:21873635 IBA PANTHER:PTN000063482|UniProtKB:P0AFF2|UniProtKB:O00337|MGI:MGI:2137361|UniProtKB:O43868|UniProtKB:Q9HAS3 P Uncharacterized transporter YutK UniProtKB:O32115|PTN000063591 protein NCBITaxon:224308 20200929 GO_Central nucleoside transmembrane transport -UniProtKB O32114 dapF GO:0009089 PMID:21873635 IBA PANTHER:PTN000784348|UniProtKB:P9WP19 P Diaminopimelate epimerase UniProtKB:O32114|PTN000784355 protein NCBITaxon:224308 20170228 GO_Central lysine biosynthetic process via diaminopimelate -UniProtKB O32114 dapF GO:0008837 PMID:21873635 IBA PANTHER:PTN000784348|TAIR:locus:2084011|UniProtKB:P9WP19|UniProtKB:P0A6K1 F Diaminopimelate epimerase UniProtKB:O32114|PTN000784355 protein NCBITaxon:224308 20170228 GO_Central diaminopimelate epimerase activity -UniProtKB O32114 dapF GO:0005829 PMID:21873635 IBA PANTHER:PTN000784348|UniProtKB:P0A6K1 C Diaminopimelate epimerase UniProtKB:O32114|PTN000784355 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O32113 sufA GO:0051537 PMID:21873635 IBA PANTHER:PTN001601055|UniProtKB:P74596|UniProtKB:P0AAC8|PomBase:SPCC645.03c|UniProtKB:P72731|UniProtKB:P77667 F Uncharacterized protein SufA UniProtKB:O32113|PTN000008128 protein NCBITaxon:224308 20171116 GO_Central 2 iron, 2 sulfur cluster binding -UniProtKB O32113 sufA GO:0097428 PMID:21873635 IBA PANTHER:PTN001601055|PomBase:SPCC645.03c|SGD:S000003950 P Uncharacterized protein SufA UniProtKB:O32113|PTN000008128 protein NCBITaxon:224308 20171116 GO_Central protein maturation by iron-sulfur cluster transfer -UniProtKB O32113 sufA GO:0016226 PMID:21873635 IBA PANTHER:PTN001601055|SGD:S000003950|UniProtKB:P77667|UniProtKB:P74596|UniProtKB:P0AAC8 P Uncharacterized protein SufA UniProtKB:O32113|PTN000008128 protein NCBITaxon:224308 20171116 GO_Central iron-sulfur cluster assembly -UniProtKB O32113 sufA GO:0005737 PMID:21873635 IBA PANTHER:PTN001601055|UniProtKB:P0AAC8|SGD:S000003950|PomBase:SPCC645.03c C Uncharacterized protein SufA UniProtKB:O32113|PTN000008128 protein NCBITaxon:224308 20200302 GO_Central cytoplasm -UniProtKB O32101 yueB GO:0005886 PMID:21873635 IBA PANTHER:PTN000767896|UniProtKB:P0AGH1 C ESX secretion system protein YueB UniProtKB:O32101|PTN002410766 protein NCBITaxon:224308 20200414 GO_Central plasma membrane -UniProtKB O32101 yueB GO:0055085 PMID:21873635 IBA PANTHER:PTN000767896|UniProtKB:P0AFP9|UniProtKB:P0AFQ2 P ESX secretion system protein YueB UniProtKB:O32101|PTN002410766 protein NCBITaxon:224308 20200414 GO_Central transmembrane transport -UniProtKB O32101 yueB GO:0022857 PMID:21873635 IBA PANTHER:PTN000767896|UniProtKB:P0AFP9|UniProtKB:P0AFQ2 F ESX secretion system protein YueB UniProtKB:O32101|PTN002410766 protein NCBITaxon:224308 20200414 GO_Central transmembrane transporter activity -UniProtKB O32099 yueD GO:0004757 PMID:21873635 IBA PANTHER:PTN002387926|RGD:3753|dictyBase:DDB_G0290009|FB:FBgn0014032 F Benzil reductase ((S)-benzoin forming) UniProtKB:O32099|PTN001215132 protein NCBITaxon:224308 20170620 GO_Central sepiapterin reductase activity -UniProtKB O32099 yueD GO:0006729 PMID:21873635 IBA PANTHER:PTN002387926|dictyBase:DDB_G0290009|RGD:3753 P Benzil reductase ((S)-benzoin forming) UniProtKB:O32099|PTN001215132 protein NCBITaxon:224308 20170620 GO_Central tetrahydrobiopterin biosynthetic process -UniProtKB O32095 yueF GO:0055085 PMID:21873635 IBA PANTHER:PTN000496647|UniProtKB:P0AFS5 P Putative transport protein YueF UniProtKB:O32095|PTN000496701 protein NCBITaxon:224308 20170228 GO_Central transmembrane transport -UniProtKB O32086 yubA GO:0055085 PMID:21873635 IBA PANTHER:PTN000496647|UniProtKB:P0AFS5 P Putative transport protein YubA UniProtKB:O32086|PTN000496702 protein NCBITaxon:224308 20170228 GO_Central transmembrane transport -UniProtKB O32085 cdoA GO:0008198 PMID:21873635 IBA PANTHER:PTN000985800|RGD:69262 F Cysteine dioxygenase UniProtKB:O32085|PTN000308743 protein NCBITaxon:224308 20190302 GO_Central ferrous iron binding -UniProtKB O32085 cdoA GO:0016702 PMID:21873635 IBA PANTHER:PTN000985800|RGD:69262 F Cysteine dioxygenase UniProtKB:O32085|PTN000308743 protein NCBITaxon:224308 20190302 GO_Central oxidoreductase activity, acting on single donors with incorporation of molecular oxygen, incorporation of two atoms of oxygen -UniProtKB O32084 yubD GO:0055085 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P52600|SGD:S000000497|UniProtKB:P9WJY3|PomBase:SPBC3E7.06c|SGD:S000003456|PomBase:SPBC460.03|SGD:S000006402|SGD:S000000575|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|PomBase:SPBC12C2.13c|PomBase:SPBC4F6.09|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000000574|UniProtKB:P9WJX3 P Uncharacterized MFS-type transporter YubD UniProtKB:O32084|PTN000606894 protein NCBITaxon:224308 20201206 GO_Central transmembrane transport -UniProtKB O32084 yubD GO:0005887 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P9WJY3|UniProtKB:Q6C8F0|SGD:S000006402 C Uncharacterized MFS-type transporter YubD UniProtKB:O32084|PTN000606894 protein NCBITaxon:224308 20201206 GO_Central integral component of plasma membrane -UniProtKB O32084 yubD GO:0022857 PMID:21873635 IBA PANTHER:PTN000605491|SGD:S000001032|UniProtKB:P9WJX3|UniProtKB:Q8X1Z7|SGD:S000000574|UniProtKB:P0AEJ0|SGD:S000000791|CGD:CAL0000196424|PomBase:SPBC12C2.13c|SGD:S000000575|SGD:S000006402|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000001039|SGD:S000003456|SGD:S000000497|SGD:S000005518|PomBase:SPBC3E7.06c|UniProtKB:P9WJY3|SGD:S000004694 F Uncharacterized MFS-type transporter YubD UniProtKB:O32084|PTN000606894 protein NCBITaxon:224308 20201206 GO_Central transmembrane transporter activity -UniProtKB O32082 yubF GO:0005887 PMID:21873635 IBA PANTHER:PTN002203380|UniProtKB:P11286 C Uncharacterized membrane protein YubF UniProtKB:O32082|PTN002203384 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB O32082 yubF GO:0006974 PMID:21873635 IBA PANTHER:PTN002203380|UniProtKB:P0ADJ8 P Uncharacterized membrane protein YubF UniProtKB:O32082|PTN002203384 protein NCBITaxon:224308 20170228 GO_Central cellular response to DNA damage stimulus -UniProtKB O32076 yuaG GO:0005886 PMID:21873635 IBA PANTHER:PTN000351686|UniProtKB:Q14254|TAIR:locus:2177729|RGD:70993|RGD:70991|UniProtKB:O75955|MGI:MGI:1100500|TAIR:locus:2146965|UniProtKB:P77306|TAIR:locus:2146975|MGI:MGI:103309 C Uncharacterized protein YuaG UniProtKB:O32076|PTN000351779 protein NCBITaxon:224308 20201205 GO_Central plasma membrane -UniProtKB O32076 yuaG GO:0072659 PMID:21873635 IBA PANTHER:PTN000351686|MGI:MGI:1100500|UniProtKB:Q14254|UniProtKB:O75955 P Uncharacterized protein YuaG UniProtKB:O32076|PTN000351779 protein NCBITaxon:224308 20200618 GO_Central protein localization to plasma membrane -UniProtKB O32075 yuaI GO:0016747 PMID:21873635 IBA PANTHER:PTN001895304|UniProtKB:I6YG32|UniProtKB:P9WJM7|UniProtKB:P46854|UniProtKB:P0A944 F Uncharacterized N-acetyltransferase YuaI UniProtKB:O32075|PTN001133717 protein NCBITaxon:224308 20200810 GO_Central transferase activity, transferring acyl groups other than amino-acyl groups -UniProtKB O32060 yrbD GO:0005886 PMID:21873635 IBA PANTHER:PTN000768371|UniProtKB:P30143 C Putative sodium/proton-dependent alanine carrier protein YrbD UniProtKB:O32060|PTN001251139 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O32054 queA GO:0002099 PMID:21873635 IBA PANTHER:PTN000767999|UniProtKB:P0A7F9 P S-adenosylmethionine:tRNA ribosyltransferase-isomerase UniProtKB:O32054|PTN000768000 protein NCBITaxon:224308 20170228 GO_Central tRNA wobble guanine modification -UniProtKB O32054 queA GO:0051075 PMID:21873635 IBA PANTHER:PTN000767999|UniProtKB:P0A7F9 F S-adenosylmethionine:tRNA ribosyltransferase-isomerase UniProtKB:O32054|PTN000768000 protein NCBITaxon:224308 20170228 GO_Central S-adenosylmethionine:tRNA ribosyltransferase-isomerase activity -UniProtKB O32054 queA GO:0008616 PMID:21873635 IBA PANTHER:PTN000767999|UniProtKB:P0A7F9 P S-adenosylmethionine:tRNA ribosyltransferase-isomerase UniProtKB:O32054|PTN000768000 protein NCBITaxon:224308 20170228 GO_Central queuosine biosynthetic process -UniProtKB O32053 tgt GO:0008616 PMID:21873635 IBA PANTHER:PTN000239043|UniProtKB:P0A847 P Queuine tRNA-ribosyltransferase UniProtKB:O32053|PTN000239160 protein NCBITaxon:224308 20170228 GO_Central queuosine biosynthetic process -UniProtKB O32053 tgt GO:0002099 PMID:21873635 IBA PANTHER:PTN000239043|UniProtKB:P0A847 P Queuine tRNA-ribosyltransferase UniProtKB:O32053|PTN000239160 protein NCBITaxon:224308 20180816 GO_Central tRNA wobble guanine modification -UniProtKB O32053 tgt GO:0005737 PMID:21873635 IBA PANTHER:PTN000239043|UniProtKB:Q8I507|UniProtKB:P0A847 C Queuine tRNA-ribosyltransferase UniProtKB:O32053|PTN000239160 protein NCBITaxon:224308 20200810 GO_Central cytoplasm -UniProtKB O32053 tgt GO:0005829 PMID:21873635 IBA PANTHER:PTN000239159|UniProtKB:P0A847 C Queuine tRNA-ribosyltransferase UniProtKB:O32053|PTN000239160 protein NCBITaxon:224308 20180816 GO_Central cytosol -UniProtKB O32052 yrbF GO:0005887 PMID:21873635 IBA PANTHER:PTN002141854|UniProtKB:P0ADZ7 C Sec translocon accessory complex subunit YrbF UniProtKB:O32052|PTN002141877 protein NCBITaxon:224308 20190829 GO_Central integral component of plasma membrane -UniProtKB O32047 secDF GO:0015031 PMID:21873635 IBA PANTHER:PTN000763987|UniProtKB:P0AG90 P Protein translocase subunit SecDF UniProtKB:O32047|PTN000763989 protein NCBITaxon:224308 20170228 GO_Central protein transport -UniProtKB O32039 hisS GO:0004821 PMID:21873635 IBA PANTHER:PTN000159104|UniProtKB:P60906 F Histidine--tRNA ligase UniProtKB:O32039|PTN000159123 protein NCBITaxon:224308 20170228 GO_Central histidine-tRNA ligase activity -UniProtKB O32039 hisS GO:0006427 PMID:21873635 IBA PANTHER:PTN000159104|UniProtKB:P60906 P Histidine--tRNA ligase UniProtKB:O32039|PTN000159123 protein NCBITaxon:224308 20170228 GO_Central histidyl-tRNA aminoacylation -UniProtKB O32037 tcdA GO:0061504 PMID:21873635 IBA PANTHER:PTN001333297|UniProtKB:Q46927|SGD:S000001510|SGD:S000001045 P tRNA threonylcarbamoyladenosine dehydratase UniProtKB:O32037|PTN000102665 protein NCBITaxon:224308 20170228 GO_Central cyclic threonylcarbamoyladenosine biosynthetic process -UniProtKB O32037 tcdA GO:0061503 PMID:21873635 IBA PANTHER:PTN001333297|UniProtKB:Q46927|SGD:S000001510|SGD:S000001045 F tRNA threonylcarbamoyladenosine dehydratase UniProtKB:O32037|PTN000102665 protein NCBITaxon:224308 20170228 GO_Central tRNA threonylcarbamoyladenosine dehydratase -UniProtKB O32036 yrrM GO:0008171 PMID:21873635 IBA PANTHER:PTN001629970|PomBase:SPBC119.03|UniProtKB:P21964|ZFIN:ZDB-GENE-050913-117|MGI:MGI:88470|PomBase:SPBPB21E7.04c|MGI:MGI:3769724|RGD:2379 F Putative O-methyltransferase YrrM UniProtKB:O32036|PTN000053553 protein NCBITaxon:224308 20170502 GO_Central O-methyltransferase activity -UniProtKB O32029 yrrT GO:0000179 PMID:21873635 IBA PANTHER:PTN000197843|UniProtKB:P06992|TAIR:locus:2155031|UniProtKB:Q9UNQ2|TAIR:locus:2061982|UniProtKB:Q8WVM0 F Uncharacterized methyltransferase YrrT UniProtKB:O32029|PTN000197983 protein NCBITaxon:224308 20170228 GO_Central rRNA (adenine-N6,N6-)-dimethyltransferase activity -UniProtKB O32029 yrrT GO:0031167 PMID:21873635 IBA PANTHER:PTN000197843|UniProtKB:P06992|UniProtKB:Q9UNQ2 P Uncharacterized methyltransferase YrrT UniProtKB:O32029|PTN000197983 protein NCBITaxon:224308 20200929 GO_Central rRNA methylation -UniProtKB O32029 yrrT GO:0005829 PMID:21873635 IBA PANTHER:PTN000197981|UniProtKB:P06992 C Uncharacterized methyltransferase YrrT UniProtKB:O32029|PTN000197983 protein NCBITaxon:224308 20200821 GO_Central cytosol -UniProtKB O32028 mtnN GO:0008930 PMID:21873635 IBA PANTHER:PTN002929873|UniProtKB:P0AF12 F 5'-methylthioadenosine/S-adenosylhomocysteine nucleosidase UniProtKB:O32028|PTN000477964 protein NCBITaxon:224308 20180816 GO_Central methylthioadenosine nucleosidase activity -UniProtKB O32028 mtnN GO:0005829 PMID:21873635 IBA PANTHER:PTN002929873|UniProtKB:P0AF12 C 5'-methylthioadenosine/S-adenosylhomocysteine nucleosidase UniProtKB:O32028|PTN000477964 protein NCBITaxon:224308 20180816 GO_Central cytosol -UniProtKB O32028 mtnN GO:0019284 PMID:21873635 IBA PANTHER:PTN002929873|UniProtKB:P0AF12 P 5'-methylthioadenosine/S-adenosylhomocysteine nucleosidase UniProtKB:O32028|PTN000477964 protein NCBITaxon:224308 20180816 GO_Central L-methionine salvage from S-adenosylmethionine -UniProtKB O32028 mtnN GO:0008782 PMID:21873635 IBA PANTHER:PTN002929873|UniProtKB:P0AF12 F 5'-methylthioadenosine/S-adenosylhomocysteine nucleosidase UniProtKB:O32028|PTN000477964 protein NCBITaxon:224308 20180816 GO_Central adenosylhomocysteine nucleosidase activity -UniProtKB O32006 yokA GO:0006310 PMID:21873635 IBA PANTHER:PTN001576764|UniProtKB:P03014 P Resolvase homolog YokA UniProtKB:O32006|PTN001576775 protein NCBITaxon:224308 20200930 GO_Central DNA recombination -UniProtKB O32006 yokA GO:0000150 PMID:21873635 IBA PANTHER:PTN001576764|UniProtKB:P03014|UniProtKB:O06604 F Resolvase homolog YokA UniProtKB:O32006|PTN001576775 protein NCBITaxon:224308 20200809 GO_Central recombinase activity -UniProtKB O32001 yokF GO:0004518 PMID:21873635 IBA PANTHER:PTN000266556|TAIR:locus:2063058|UniProtKB:Q7KZF4|TAIR:locus:2078486|UniProtKB:Q8II01|UniProtKB:O32001|FB:FBgn0035121 F SPBc2 prophage-derived endonuclease YokF UniProtKB:O32001|PTN000266655 protein NCBITaxon:224308 20200808 GO_Central nuclease activity -UniProtKB O32001 yokF GO:0005737 PMID:21873635 IBA PANTHER:PTN000266556|TAIR:locus:2183359|MGI:MGI:1929266|FB:FBgn0035121|TAIR:locus:2159218|UniProtKB:Q7KZF4|WB:WBGene00006626|ZFIN:ZDB-GENE-030131-3124|MGI:MGI:1924735 C SPBc2 prophage-derived endonuclease YokF UniProtKB:O32001|PTN000266655 protein NCBITaxon:224308 20200808 GO_Central cytoplasm -UniProtKB P49857 gdnD GO:0022857 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69937|UniProtKB:P76474|UniProtKB:P9WGF1|UniProtKB:P69210|UniProtKB:P23895|UniProtKB:Q47377|UniProtKB:P69212 F Probable guanidinium efflux system subunit GdnD UniProtKB:P49857|PTN001254660 protein NCBITaxon:224308 20200809 GO_Central transmembrane transporter activity -UniProtKB P49857 gdnD GO:0005887 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69210 C Probable guanidinium efflux system subunit GdnD UniProtKB:P49857|PTN001254660 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P49857 gdnD GO:0055085 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P69937|UniProtKB:P23895|UniProtKB:P69210|UniProtKB:P9WGF1 P Probable guanidinium efflux system subunit GdnD UniProtKB:P49857|PTN001254660 protein NCBITaxon:224308 20201001 GO_Central transmembrane transport -UniProtKB P49856 gdnC GO:0005887 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69210 C Probable guanidinium efflux system subunit GdnC UniProtKB:P49856|PTN001254662 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P49856 gdnC GO:0055085 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P69937|UniProtKB:P23895|UniProtKB:P69210|UniProtKB:P9WGF1 P Probable guanidinium efflux system subunit GdnC UniProtKB:P49856|PTN001254662 protein NCBITaxon:224308 20201001 GO_Central transmembrane transport -UniProtKB P49856 gdnC GO:0022857 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69937|UniProtKB:P76474|UniProtKB:P9WGF1|UniProtKB:P69210|UniProtKB:P23895|UniProtKB:Q47377|UniProtKB:P69212 F Probable guanidinium efflux system subunit GdnC UniProtKB:P49856|PTN001254662 protein NCBITaxon:224308 20200809 GO_Central transmembrane transporter activity -UniProtKB P49852 hmp GO:0005622 PMID:21873635 IBA PANTHER:PTN001116481|SGD:S000003466 C Flavohemoprotein UniProtKB:P49852|PTN000531899 protein NCBITaxon:224308 20200810 GO_Central intracellular anatomical structure -UniProtKB P49852 hmp GO:0071949 PMID:21873635 IBA PANTHER:PTN001116481|UniProtKB:P24232 F Flavohemoprotein UniProtKB:P49852|PTN000531899 protein NCBITaxon:224308 20170228 GO_Central FAD binding -UniProtKB P49852 hmp GO:0071500 PMID:21873635 IBA PANTHER:PTN001116481|PomBase:SPAC869.02c|CGD:CAL0000179202|dictyBase:DDB_G0292380|dictyBase:DDB_G0292378 P Flavohemoprotein UniProtKB:P49852|PTN000531899 protein NCBITaxon:224308 20170228 GO_Central cellular response to nitrosative stress -UniProtKB P49852 hmp GO:0046210 PMID:21873635 IBA PANTHER:PTN001116481|CGD:CAL0000179202 P Flavohemoprotein UniProtKB:P49852|PTN000531899 protein NCBITaxon:224308 20170228 GO_Central nitric oxide catabolic process -UniProtKB P49852 hmp GO:0008941 PMID:21873635 IBA PANTHER:PTN001116481|UniProtKB:P24232|CGD:CAL0000179202 F Flavohemoprotein UniProtKB:P49852|PTN000531899 protein NCBITaxon:224308 20170228 GO_Central nitric oxide dioxygenase activity -UniProtKB P49850 mutL GO:0032300 PMID:21873635 IBA PANTHER:PTN000008161|MGI:MGI:1353455|MGI:MGI:101938|SGD:S000004777|UniProtKB:P23367|MGI:MGI:104288|SGD:S000004025|SGD:S000005026|SGD:S000006085 C DNA mismatch repair protein MutL UniProtKB:P49850|PTN000008417 protein NCBITaxon:224308 20170228 GO_Central mismatch repair complex -UniProtKB P49850 mutL GO:0006298 PMID:21873635 IBA PANTHER:PTN000008161|MGI:MGI:1202302|SGD:S000005026|SGD:S000004025|TAIR:locus:2133274|SGD:S000006085|UniProtKB:P54278|MGI:MGI:104288|UniProtKB:P23367|PomBase:SPAC19G12.02c|UniProtKB:P40692|SGD:S000004777|MGI:MGI:1353455|MGI:MGI:101938 P DNA mismatch repair protein MutL UniProtKB:P49850|PTN000008417 protein NCBITaxon:224308 20170228 GO_Central mismatch repair -UniProtKB P49850 mutL GO:0016887 PMID:21873635 IBA PANTHER:PTN000008161|UniProtKB:P23367|SGD:S000005026|SGD:S000004777|UniProtKB:Q8IIJ0 F DNA mismatch repair protein MutL UniProtKB:P49850|PTN000008417 protein NCBITaxon:224308 20170228 GO_Central ATPase activity -UniProtKB P49849 mutS GO:0006298 PMID:21873635 IBA PANTHER:PTN000145505|UniProtKB:P52701|TAIR:locus:2130913|UniProtKB:P20585|UniProtKB:P23909|UniProtKB:P43246|MGI:MGI:1343961|SGD:S000001162|WB:WBGene00003418|SGD:S000005450|FB:FBgn0015546|PomBase:SPBC19G7.01c|MGI:MGI:101816|MGI:MGI:109519|SGD:S000002504|FB:FBgn0036486|PomBase:SPCC285.16c|SGD:S000000688|TAIR:locus:2095097|WB:WBGene00003422|TAIR:locus:2092404 P DNA mismatch repair protein MutS UniProtKB:P49849|PTN000145833 protein NCBITaxon:224308 20200807 GO_Central mismatch repair -UniProtKB P49849 mutS GO:0008094 PMID:21873635 IBA PANTHER:PTN002260779|SGD:S000001162 F DNA mismatch repair protein MutS UniProtKB:P49849|PTN000145833 protein NCBITaxon:224308 20180524 GO_Central DNA-dependent ATPase activity -UniProtKB P49849 mutS GO:0032300 PMID:21873635 IBA PANTHER:PTN002260779|SGD:S000001891|SGD:S000005450|MGI:MGI:1343961|UniProtKB:P43246|UniProtKB:P23909|SGD:S000000688|SGD:S000002504|UniProtKB:P20585|MGI:MGI:101816|UniProtKB:P52701|SGD:S000002313 C DNA mismatch repair protein MutS UniProtKB:P49849|PTN000145833 protein NCBITaxon:224308 20201205 GO_Central mismatch repair complex -UniProtKB P49849 mutS contributes_to GO:0030983 PMID:21873635 IBA PANTHER:PTN002260779|SGD:S000005450|UniProtKB:P43246|MGI:MGI:1343961|MGI:MGI:101816|SGD:S000002504|UniProtKB:P20585|SGD:S000000688|UniProtKB:P52701 F DNA mismatch repair protein MutS UniProtKB:P49849|PTN000145833 protein NCBITaxon:224308 20200807 GO_Central mismatched DNA binding -UniProtKB P49849 mutS GO:0032136 PMID:21873635 IBA PANTHER:PTN000145832|UniProtKB:P23909 F DNA mismatch repair protein MutS UniProtKB:P49849|PTN000145833 protein NCBITaxon:224308 20180410 GO_Central adenine/cytosine mispair binding -UniProtKB P49849 mutS GO:0005829 PMID:21873635 IBA PANTHER:PTN002260803|UniProtKB:P23909 C DNA mismatch repair protein MutS UniProtKB:P49849|PTN000145833 protein NCBITaxon:224308 20180917 GO_Central cytosol -UniProtKB P49814 mdh GO:0005737 PMID:21873635 IBA PANTHER:PTN000166149|TAIR:locus:2062240|UniProtKB:P40926|SGD:S000001568|SGD:S000005486|UniProtKB:P61889|TAIR:locus:2079177|TAIR:locus:2009605|SGD:S000002236|TAIR:locus:2086340|UniProtKB:C6KT25|UniProtKB:Q9ZP05|FB:FBgn0262559|RGD:619719 C Malate dehydrogenase UniProtKB:P49814|PTN000166265 protein NCBITaxon:224308 20200929 GO_Central cytoplasm -UniProtKB P49814 mdh GO:0030060 PMID:21873635 IBA PANTHER:PTN000166149|TAIR:locus:2086340|SGD:S000002236|UniProtKB:C6KT25|RGD:619719|UniProtKB:P40926|TAIR:locus:2079177|SGD:S000001568|SGD:S000005486|MGI:MGI:97050|TAIR:locus:2009605 F Malate dehydrogenase UniProtKB:P49814|PTN000166265 protein NCBITaxon:224308 20190116 GO_Central L-malate dehydrogenase activity -UniProtKB P49778 efp GO:0005737 PMID:21873635 IBA PANTHER:PTN000769376|UniProtKB:P0A6N8|TAIR:locus:2077888|UniProtKB:P0A6N4 C Elongation factor P UniProtKB:P49778|PTN001247394 protein NCBITaxon:224308 20200809 GO_Central cytoplasm -UniProtKB P49778 efp GO:0003746 PMID:21873635 IBA PANTHER:PTN000769376|UniProtKB:P0A6N4 F Elongation factor P UniProtKB:P49778|PTN001247394 protein NCBITaxon:224308 20170228 GO_Central translation elongation factor activity -UniProtKB P49937 fhuG GO:0005887 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P06609 C Iron(3+)-hydroxamate import system permease protein FhuG UniProtKB:P49937|PTN000766015 protein NCBITaxon:224308 20190116 GO_Central integral component of plasma membrane -UniProtKB P49937 fhuG GO:0022857 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P06972|UniProtKB:P06609|UniProtKB:P23876|UniProtKB:P15029|UniProtKB:P15030 F Iron(3+)-hydroxamate import system permease protein FhuG UniProtKB:P49937|PTN000766015 protein NCBITaxon:224308 20190116 GO_Central transmembrane transporter activity -UniProtKB P49937 fhuG GO:0033214 PMID:21873635 IBA PANTHER:PTN001253116|UniProtKB:P06972|UniProtKB:P15030|UniProtKB:P15029 P Iron(3+)-hydroxamate import system permease protein FhuG UniProtKB:P49937|PTN000766015 protein NCBITaxon:224308 20201206 GO_Central siderophore-dependent iron import into cell -UniProtKB P49936 fhuB GO:0033214 PMID:21873635 IBA PANTHER:PTN001253116|UniProtKB:P06972|UniProtKB:P15030|UniProtKB:P15029 P Iron(3+)-hydroxamate import system permease protein FhuB UniProtKB:P49936|PTN000765999 protein NCBITaxon:224308 20201206 GO_Central siderophore-dependent iron import into cell -UniProtKB P49936 fhuB GO:0022857 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P06972|UniProtKB:P06609|UniProtKB:P23876|UniProtKB:P15029|UniProtKB:P15030 F Iron(3+)-hydroxamate import system permease protein FhuB UniProtKB:P49936|PTN000765999 protein NCBITaxon:224308 20190116 GO_Central transmembrane transporter activity -UniProtKB P49936 fhuB GO:0005887 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P06609 C Iron(3+)-hydroxamate import system permease protein FhuB UniProtKB:P49936|PTN000765999 protein NCBITaxon:224308 20190116 GO_Central integral component of plasma membrane -UniProtKB Q02169 maf GO:0047429 PMID:21873635 IBA PANTHER:PTN000202055|UniProtKB:P25536|UniProtKB:P0A729 F dTTP/UTP pyrophosphatase UniProtKB:Q02169|PTN000202126 protein NCBITaxon:224308 20200212 GO_Central nucleoside-triphosphate diphosphatase activity -UniProtKB O06986 yvdD GO:0005829 PMID:21873635 IBA PANTHER:PTN000774712|TAIR:locus:2084051|TAIR:locus:2143029|TAIR:locus:2828223|TAIR:locus:2132821|UniProtKB:Q8L8B8|TAIR:locus:2164280|TAIR:locus:2039175 C LOG family protein YvdD UniProtKB:O06986|PTN000775227 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O06986 yvdD GO:0009691 PMID:21873635 IBA PANTHER:PTN000774712|UniProtKB:Q5ZC82|UniProtKB:O05306 P LOG family protein YvdD UniProtKB:O06986|PTN000775227 protein NCBITaxon:224308 20170228 GO_Central cytokinin biosynthetic process -UniProtKB O06986 yvdD GO:0016799 PMID:21873635 IBA PANTHER:PTN000774712|UniProtKB:O05306|UniProtKB:P48636 F LOG family protein YvdD UniProtKB:O06986|PTN000775227 protein NCBITaxon:224308 20170228 GO_Central hydrolase activity, hydrolyzing N-glycosyl compounds -UniProtKB P40411 feuC GO:0005887 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P06609 C Iron-uptake system permease protein FeuC UniProtKB:P40411|PTN001253142 protein NCBITaxon:224308 20190116 GO_Central integral component of plasma membrane -UniProtKB P40411 feuC GO:0033214 PMID:21873635 IBA PANTHER:PTN001253116|UniProtKB:P06972|UniProtKB:P15030|UniProtKB:P15029 P Iron-uptake system permease protein FeuC UniProtKB:P40411|PTN001253142 protein NCBITaxon:224308 20201206 GO_Central siderophore-dependent iron import into cell -UniProtKB P40411 feuC GO:0022857 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P06972|UniProtKB:P06609|UniProtKB:P23876|UniProtKB:P15029|UniProtKB:P15030 F Iron-uptake system permease protein FeuC UniProtKB:P40411|PTN001253142 protein NCBITaxon:224308 20190116 GO_Central transmembrane transporter activity -UniProtKB P40410 feuB GO:0005887 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P06609 C Iron-uptake system permease protein FeuB UniProtKB:P40410|PTN000766000 protein NCBITaxon:224308 20190116 GO_Central integral component of plasma membrane -UniProtKB P40410 feuB GO:0022857 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P06972|UniProtKB:P06609|UniProtKB:P23876|UniProtKB:P15029|UniProtKB:P15030 F Iron-uptake system permease protein FeuB UniProtKB:P40410|PTN000766000 protein NCBITaxon:224308 20190116 GO_Central transmembrane transporter activity -UniProtKB P40410 feuB GO:0033214 PMID:21873635 IBA PANTHER:PTN001253116|UniProtKB:P06972|UniProtKB:P15030|UniProtKB:P15029 P Iron-uptake system permease protein FeuB UniProtKB:P40410|PTN000766000 protein NCBITaxon:224308 20201206 GO_Central siderophore-dependent iron import into cell -UniProtKB P40409 feuA GO:0030288 PMID:21873635 IBA PANTHER:PTN001254050|UniProtKB:P0AEL6|UniProtKB:P07822 C Iron-uptake system-binding protein UniProtKB:P40409|PTN001254056 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space -UniProtKB P40406 nagZ GO:0009254 PMID:21873635 IBA PANTHER:PTN000766289|UniProtKB:P75949 P Beta-hexosaminidase UniProtKB:P40406|PTN000766305 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan turnover -UniProtKB P40402 ssuD GO:0008726 PMID:21873635 IBA PANTHER:PTN000768559|UniProtKB:P80645 F Alkanesulfonate monooxygenase UniProtKB:P40402|PTN000768560 protein NCBITaxon:224308 20170228 GO_Central alkanesulfonate monooxygenase activity -UniProtKB P40402 ssuD GO:0046306 PMID:21873635 IBA PANTHER:PTN000768559|UniProtKB:P80645 P Alkanesulfonate monooxygenase UniProtKB:P40402|PTN000768560 protein NCBITaxon:224308 20170228 GO_Central alkanesulfonate catabolic process -UniProtKB P40401 ssuC GO:0022857 PMID:21873635 IBA PANTHER:PTN001248830|UniProtKB:P75851|UniProtKB:Q47539 F Putative aliphatic sulfonates transport permease protein SsuC UniProtKB:P40401|PTN000765470 protein NCBITaxon:224308 20190822 GO_Central transmembrane transporter activity -UniProtKB P40401 ssuC GO:0042959 PMID:21873635 IBA PANTHER:PTN000765469|UniProtKB:Q47539|UniProtKB:P75851 F Putative aliphatic sulfonates transport permease protein SsuC UniProtKB:P40401|PTN000765470 protein NCBITaxon:224308 20170228 GO_Central alkanesulfonate transmembrane transporter activity -UniProtKB P40401 ssuC GO:0042918 PMID:21873635 IBA PANTHER:PTN000765469|UniProtKB:P75851|UniProtKB:Q47539 P Putative aliphatic sulfonates transport permease protein SsuC UniProtKB:P40401|PTN000765470 protein NCBITaxon:224308 20200930 GO_Central alkanesulfonate transport -UniProtKB P40401 ssuC GO:0006810 PMID:21873635 IBA PANTHER:PTN001248830|UniProtKB:O69722|UniProtKB:Q47539|UniProtKB:P75851|UniProtKB:O69723 P Putative aliphatic sulfonates transport permease protein SsuC UniProtKB:P40401|PTN000765470 protein NCBITaxon:224308 20190822 GO_Central transport -UniProtKB P40401 ssuC GO:0005886 PMID:21873635 IBA PANTHER:PTN001248830|UniProtKB:Q47539 C Putative aliphatic sulfonates transport permease protein SsuC UniProtKB:P40401|PTN000765470 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P40400 ssuA GO:0006810 PMID:21873635 IBA PANTHER:PTN001246788|UniProtKB:Q47537|UniProtKB:P75853 P Putative aliphatic sulfonates-binding protein UniProtKB:P40400|PTN001246792 protein NCBITaxon:224308 20190829 GO_Central transport -UniProtKB P40400 ssuA GO:0022857 PMID:21873635 IBA PANTHER:PTN001246788|UniProtKB:P75853 F Putative aliphatic sulfonates-binding protein UniProtKB:P40400|PTN001246792 protein NCBITaxon:224308 20190829 GO_Central transmembrane transporter activity -UniProtKB P40332 iolX GO:0006740 PMID:21873635 IBA PANTHER:PTN002450404|SGD:S000004932 P scyllo-inositol 2-dehydrogenase (NAD(+)) UniProtKB:P40332|PTN000504003 protein NCBITaxon:224308 20170601 GO_Central NADPH regeneration -UniProtKB P40332 iolX GO:0016491 PMID:21873635 IBA PANTHER:PTN002450404|UniProtKB:P40332|SGD:S000004932 F scyllo-inositol 2-dehydrogenase (NAD(+)) UniProtKB:P40332|PTN000504003 protein NCBITaxon:224308 20200809 GO_Central oxidoreductase activity -UniProtKB P40332 iolX GO:0005737 PMID:21873635 IBA PANTHER:PTN002450404|TAIR:locus:2091926 C scyllo-inositol 2-dehydrogenase (NAD(+)) UniProtKB:P40332|PTN000504003 protein NCBITaxon:224308 20170601 GO_Central cytoplasm -UniProtKB Q07868 pbpB GO:0008658 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD68|UniProtKB:P0AD65 F Penicillin-binding protein 2B UniProtKB:Q07868|PTN001256036 protein NCBITaxon:224308 20170828 GO_Central penicillin binding -UniProtKB Q07868 pbpB GO:0071555 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD65 P Penicillin-binding protein 2B UniProtKB:Q07868|PTN001256036 protein NCBITaxon:224308 20170828 GO_Central cell wall organization -UniProtKB Q07868 pbpB GO:0005887 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD65|UniProtKB:P0AD68 C Penicillin-binding protein 2B UniProtKB:Q07868|PTN001256036 protein NCBITaxon:224308 20170828 GO_Central integral component of plasma membrane -UniProtKB P40948 corA GO:0005887 PMID:21873635 IBA PANTHER:PTN000488652|UniProtKB:Q9WZ31|UniProtKB:P64423 C Magnesium transport protein CorA UniProtKB:P40948|PTN000488813 protein NCBITaxon:224308 20180816 GO_Central integral component of plasma membrane -UniProtKB P40948 corA GO:0000287 PMID:21873635 IBA PANTHER:PTN000488652|UniProtKB:O50455|UniProtKB:Q9WZ31 F Magnesium transport protein CorA UniProtKB:P40948|PTN000488813 protein NCBITaxon:224308 20180816 GO_Central magnesium ion binding -UniProtKB P40948 corA GO:0050897 PMID:21873635 IBA PANTHER:PTN000488652|UniProtKB:Q9WZ31|UniProtKB:O50455 F Magnesium transport protein CorA UniProtKB:P40948|PTN000488813 protein NCBITaxon:224308 20180816 GO_Central cobalt ion binding -UniProtKB P40948 corA GO:0015095 PMID:21873635 IBA PANTHER:PTN000488652|UniProtKB:Q9WZ31 F Magnesium transport protein CorA UniProtKB:P40948|PTN000488813 protein NCBITaxon:224308 20180816 GO_Central magnesium ion transmembrane transporter activity -UniProtKB P40948 corA GO:0015087 PMID:21873635 IBA PANTHER:PTN000488652|UniProtKB:Q9WZ31 F Magnesium transport protein CorA UniProtKB:P40948|PTN000488813 protein NCBITaxon:224308 20180816 GO_Central cobalt ion transmembrane transporter activity -UniProtKB P40830 pksG GO:0004421 PMID:21873635 IBA PANTHER:PTN000222418|RGD:70970|SGD:S000004595|MGI:MGI:101939|PomBase:SPAC4F8.14c|RGD:2804|TAIR:locus:2137015|UniProtKB:P54868 F Polyketide biosynthesis 3-hydroxy-3-methylglutaryl-ACP synthase PksG UniProtKB:P40830|PTN000222507 protein NCBITaxon:224308 20200810 GO_Central hydroxymethylglutaryl-CoA synthase activity -UniProtKB P40830 pksG GO:0006084 PMID:21873635 IBA PANTHER:PTN000222418|PomBase:SPAC4F8.14c|UniProtKB:P54868 P Polyketide biosynthesis 3-hydroxy-3-methylglutaryl-ACP synthase PksG UniProtKB:P40830|PTN000222507 protein NCBITaxon:224308 20170616 GO_Central acetyl-CoA metabolic process -UniProtKB P40830 pksG GO:0010142 PMID:21873635 IBA PANTHER:PTN000222418|PomBase:SPAC4F8.14c P Polyketide biosynthesis 3-hydroxy-3-methylglutaryl-ACP synthase PksG UniProtKB:P40830|PTN000222507 protein NCBITaxon:224308 20170616 GO_Central farnesyl diphosphate biosynthetic process, mevalonate pathway -UniProtKB P40804 pksF GO:0004315 PMID:21873635 IBA PANTHER:PTN000918584|UniProtKB:P0A953|TAIR:locus:2027252|UniProtKB:P9WQD9|UniProtKB:Q9NWU1|UniProtKB:P0AAI5|UniProtKB:P9WQD7 F Polyketide biosynthesis malonyl-ACP decarboxylase PksF UniProtKB:P40804|PTN002270958 protein NCBITaxon:224308 20181220 GO_Central 3-oxoacyl-[acyl-carrier-protein] synthase activity -UniProtKB P40804 pksF GO:0006633 PMID:21873635 IBA PANTHER:PTN000918584|UniProtKB:P9WQD9|UniProtKB:Q9NWU1|UniProtKB:P9WQD7|UniProtKB:P0A953|TAIR:locus:2027252|UniProtKB:Q9I3B2 P Polyketide biosynthesis malonyl-ACP decarboxylase PksF UniProtKB:P40804|PTN002270958 protein NCBITaxon:224308 20181220 GO_Central fatty acid biosynthetic process -UniProtKB P40804 pksF GO:0005829 PMID:21873635 IBA PANTHER:PTN000196483|UniProtKB:P0A953|UniProtKB:P9WQD9 C Polyketide biosynthesis malonyl-ACP decarboxylase PksF UniProtKB:P40804|PTN002270958 protein NCBITaxon:224308 20181220 GO_Central cytosol -UniProtKB P40802 pksI GO:0004300 PMID:21873635 IBA PANTHER:PTN000941828|UniProtKB:Q13825|UniProtKB:P76082|UniProtKB:P30084|RGD:69330|MGI:MGI:1338011 F Putative polyketide biosynthesis enoyl-CoA isomerase PksI UniProtKB:P40802|PTN000235223 protein NCBITaxon:224308 20170228 GO_Central enoyl-CoA hydratase activity -UniProtKB P40802 pksI GO:0006635 PMID:21873635 IBA PANTHER:PTN000941828|RGD:61892|MGI:MGI:94871|UniProtKB:P30084|RGD:69330 P Putative polyketide biosynthesis enoyl-CoA isomerase PksI UniProtKB:P40802|PTN000235223 protein NCBITaxon:224308 20170228 GO_Central fatty acid beta-oxidation -UniProtKB P40769 yhfN GO:0071586 PMID:21873635 IBA PANTHER:PTN000012712|SGD:S000003878|WB:WBGene00001405 P Uncharacterized metalloprotease YhfN UniProtKB:P40769|PTN000012783 protein NCBITaxon:224308 20170228 GO_Central CAAX-box protein processing -UniProtKB P40769 yhfN GO:0004222 PMID:21873635 IBA PANTHER:PTN000012712|MGI:MGI:1890508|SGD:S000003878|TAIR:locus:2092010|WB:WBGene00001405 F Uncharacterized metalloprotease YhfN UniProtKB:P40769|PTN000012783 protein NCBITaxon:224308 20170228 GO_Central metalloendopeptidase activity -UniProtKB P40766 ypmR GO:0004622 PMID:21873635 IBA PANTHER:PTN001251764|UniProtKB:P0ADA1|UniProtKB:Q9HZY8 F Uncharacterized protein YpmR UniProtKB:P40766|PTN002411398 protein NCBITaxon:224308 20170228 GO_Central lysophospholipase activity -UniProtKB P40750 pbpD GO:0008955 PMID:21873635 IBA PANTHER:PTN001283970|UniProtKB:P02918|UniProtKB:P76577|UniProtKB:P02919 F Penicillin-binding protein 4 UniProtKB:P40750|PTN001283980 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan glycosyltransferase activity -UniProtKB P40750 pbpD GO:0009252 PMID:21873635 IBA PANTHER:PTN001283970|UniProtKB:P76577|UniProtKB:P02918|UniProtKB:P02919 P Penicillin-binding protein 4 UniProtKB:P40750|PTN001283980 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan biosynthetic process -UniProtKB P40750 pbpD GO:0008658 PMID:21873635 IBA PANTHER:PTN001283969|UniProtKB:P02919|UniProtKB:P76577|UniProtKB:Q07806|UniProtKB:P71707|UniProtKB:P02918 F Penicillin-binding protein 4 UniProtKB:P40750|PTN001283980 protein NCBITaxon:224308 20170601 GO_Central penicillin binding -UniProtKB P40750 pbpD GO:0046677 PMID:21873635 IBA PANTHER:PTN001283969|UniProtKB:P02918|UniProtKB:P02919 P Penicillin-binding protein 4 UniProtKB:P40750|PTN001283980 protein NCBITaxon:224308 20170601 GO_Central response to antibiotic -UniProtKB P40742 ylxH GO:0005524 PMID:21873635 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3|UniProtKB:G3XD64 F Flagellum site-determining protein YlxH UniProtKB:P40742|PTN000344143 protein NCBITaxon:224308 20170602 GO_Central ATP binding -UniProtKB P40742 ylxH GO:0051782 PMID:21873635 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3 P Flagellum site-determining protein YlxH UniProtKB:P40742|PTN000344143 protein NCBITaxon:224308 20170602 GO_Central negative regulation of cell division -UniProtKB P40742 ylxH GO:0005829 PMID:21873635 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3 C Flagellum site-determining protein YlxH UniProtKB:P40742|PTN000344143 protein NCBITaxon:224308 20170602 GO_Central cytosol -UniProtKB P40742 ylxH GO:0016887 PMID:21873635 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3|TAIR:locus:2178717 F Flagellum site-determining protein YlxH UniProtKB:P40742|PTN000344143 protein NCBITaxon:224308 20170602 GO_Central ATPase activity -UniProtKB P40742 ylxH GO:0009898 PMID:21873635 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3 C Flagellum site-determining protein YlxH UniProtKB:P40742|PTN000344143 protein NCBITaxon:224308 20170602 GO_Central cytoplasmic side of plasma membrane -UniProtKB P40740 bglH GO:0016052 PMID:21873635 IBA PANTHER:PTN000039749|UniProtKB:Q46829|UniProtKB:P24240 P Aryl-phospho-beta-D-glucosidase BglH UniProtKB:P40740|PTN000039753 protein NCBITaxon:224308 20200807 GO_Central carbohydrate catabolic process -UniProtKB P40740 bglH GO:0005829 PMID:21873635 IBA PANTHER:PTN000039749|UniProtKB:Q46829 C Aryl-phospho-beta-D-glucosidase BglH UniProtKB:P40740|PTN000039753 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P40740 bglH GO:0008422 PMID:21873635 IBA PANTHER:PTN000039458|TAIR:locus:2083524|UniProtKB:O80689|TAIR:locus:2033928|TAIR:locus:2201492|UniProtKB:Q7XKV4|UniProtKB:Q8L7J2|TAIR:locus:2036873|UniProtKB:Q75I93|TAIR:locus:2018179|UniProtKB:Q75I94|TAIR:locus:2084319|TAIR:locus:2180597|TAIR:locus:2092767|UniProtKB:P49235|UniProtKB:Q9H227|TAIR:locus:2015338|UniProtKB:P11988|UniProtKB:A3BMZ5|TAIR:locus:2201502 F Aryl-phospho-beta-D-glucosidase BglH UniProtKB:P40740|PTN000039753 protein NCBITaxon:224308 20170228 GO_Central beta-glucosidase activity -UniProtKB P40739 bglP GO:0034219 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P77272 P PTS system beta-glucoside-specific EIIBCA component UniProtKB:P40739|PTN001249428 protein NCBITaxon:224308 20170228 GO_Central carbohydrate transmembrane transport -UniProtKB P40739 bglP GO:0090589 PMID:21873635 IBA PANTHER:PTN000765865|UniProtKB:P36672 F PTS system beta-glucoside-specific EIIBCA component UniProtKB:P40739|PTN001249428 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-trehalose phosphotransferase system transporter activity -UniProtKB P40739 bglP GO:0005886 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P36672|UniProtKB:P24241|UniProtKB:P08722|UniProtKB:P77272 C PTS system beta-glucoside-specific EIIBCA component UniProtKB:P40739|PTN001249428 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P40739 bglP GO:0090563 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P77272|UniProtKB:P36672 F PTS system beta-glucoside-specific EIIBCA component UniProtKB:P40739|PTN001249428 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-sugar phosphotransferase activity -UniProtKB P40739 bglP GO:0009401 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P36672|UniProtKB:P77272 P PTS system beta-glucoside-specific EIIBCA component UniProtKB:P40739|PTN001249428 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB P40739 bglP GO:0015771 PMID:21873635 IBA PANTHER:PTN000765865|UniProtKB:P36672 P PTS system beta-glucoside-specific EIIBCA component UniProtKB:P40739|PTN001249428 protein NCBITaxon:224308 20170228 GO_Central trehalose transport -UniProtKB P40735 ecfA GO:0005524 PMID:21873635 IBA PANTHER:PTN000656738|UniProtKB:Q9X1Z1|UniProtKB:Q9WY65 F Energy-coupling factor transporter ATP-binding protein EcfA1 UniProtKB:P40735|PTN000656735 protein NCBITaxon:224308 20170601 GO_Central ATP binding -UniProtKB P40735 ecfA GO:0042626 PMID:21873635 IBA PANTHER:PTN000656738|UniProtKB:Q9I183 F Energy-coupling factor transporter ATP-binding protein EcfA1 UniProtKB:P40735|PTN000656735 protein NCBITaxon:224308 20170601 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB P40735 ecfA GO:0043190 PMID:21873635 IBA PANTHER:PTN000656738|UniProtKB:Q05596 C Energy-coupling factor transporter ATP-binding protein EcfA1 UniProtKB:P40735|PTN000656735 protein NCBITaxon:224308 20170601 GO_Central ATP-binding cassette (ABC) transporter complex -UniProtKB O05228 mrpF GO:0015385 PMID:21873635 IBA PANTHER:PTN002162906|UniProtKB:Q9I4R6 F Na(+)/H(+) antiporter subunit F UniProtKB:O05228|PTN002162922 protein NCBITaxon:224308 20180316 GO_Central sodium:proton antiporter activity -UniProtKB O05242 yugT GO:0009313 PMID:21873635 IBA PANTHER:PTN000040102|SGD:S000001434|UniProtKB:P28904|SGD:S000005517|SGD:S000003757|SGD:S000000503|SGD:S000003524|SGD:S000003752|SGD:S000003519|UniProtKB:A0A1D8PUB9 P Probable oligo-1,6-glucosidase 3 UniProtKB:O05242|PTN000040269 protein NCBITaxon:224308 20200807 GO_Central oligosaccharide catabolic process -UniProtKB O05242 yugT GO:0004556 PMID:21873635 IBA PANTHER:PTN000040102|UniProtKB:Q8A1G3 F Probable oligo-1,6-glucosidase 3 UniProtKB:O05242|PTN000040269 protein NCBITaxon:224308 20180306 GO_Central alpha-amylase activity -UniProtKB O05250 malK GO:0000155 PMID:21873635 IBA PANTHER:PTN001976058|UniProtKB:P0AEC8 F Sensor histidine kinase MalK UniProtKB:O05250|PTN000704094 protein NCBITaxon:224308 20170427 GO_Central phosphorelay sensor kinase activity -UniProtKB O05400 yrhH GO:0008168 PMID:21873635 IBA PANTHER:PTN001602504|WB:WBGene00018811|UniProtKB:P9WIN3|UniProtKB:P36999 F Putative methyltransferase YrhH UniProtKB:O05400|PTN001297842 protein NCBITaxon:224308 20200810 GO_Central methyltransferase activity -UniProtKB O05402 yrhL GO:0033692 PMID:21873635 IBA PANTHER:PTN000546715|UniProtKB:Q9HTB2 P Putative peptidoglycan O-acetyltransferase YrhL UniProtKB:O05402|PTN000546842 protein NCBITaxon:224308 20170228 GO_Central cellular polysaccharide biosynthetic process -UniProtKB O05402 yrhL GO:0009103 PMID:21873635 IBA PANTHER:PTN000546841|UniProtKB:Q9HTB2 P Putative peptidoglycan O-acetyltransferase YrhL UniProtKB:O05402|PTN000546842 protein NCBITaxon:224308 20170228 GO_Central lipopolysaccharide biosynthetic process -UniProtKB O05402 yrhL GO:0016020 PMID:21873635 IBA PANTHER:PTN000546715|WB:WBGene00044617 C Putative peptidoglycan O-acetyltransferase YrhL UniProtKB:O05402|PTN000546842 protein NCBITaxon:224308 20170228 GO_Central membrane -UniProtKB O05408 yrpG GO:0005829 PMID:21873635 IBA PANTHER:PTN000199613|UniProtKB:P77735|UniProtKB:P76187 C Uncharacterized oxidoreductase YrpG UniProtKB:O05408|PTN000199612 protein NCBITaxon:224308 20170616 GO_Central cytosol -UniProtKB O05412 yrpC GO:0047661 PMID:21873635 IBA PANTHER:PTN001465973|UniProtKB:P22634|UniProtKB:P9WPW9 F Glutamate racemase 2 UniProtKB:O05412|PTN000476350 protein NCBITaxon:224308 20170228 GO_Central amino-acid racemase activity -UniProtKB O05412 yrpC GO:0009252 PMID:21873635 IBA PANTHER:PTN001465973|UniProtKB:P9WPW9|UniProtKB:P22634 P Glutamate racemase 2 UniProtKB:O05412|PTN000476350 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan biosynthetic process -UniProtKB P42982 bshA GO:0016757 PMID:21873635 IBA PANTHER:PTN000749410|UniProtKB:Q9HTC0|UniProtKB:P9WMZ5|UniProtKB:P9WMY7|UniProtKB:Q8DPV9|UniProtKB:P9WMZ3|UniProtKB:P25740 F N-acetyl-alpha-D-glucosaminyl L-malate synthase UniProtKB:P42982|PTN000282674 protein NCBITaxon:224308 20200808 GO_Central transferase activity, transferring glycosyl groups -UniProtKB P42981 bshB1 GO:0016811 PMID:21873635 IBA PANTHER:PTN000313004|UniProtKB:P9WJN3|UniProtKB:P9WJN1|SGD:S000004894 F N-acetyl-alpha-D-glucosaminyl L-malate deacetylase 1 UniProtKB:P42981|PTN000313085 protein NCBITaxon:224308 20201205 GO_Central hydrolase activity, acting on carbon-nitrogen (but not peptide) bonds, in linear amides -UniProtKB P42980 mgsA GO:0005829 PMID:21873635 IBA PANTHER:PTN000766713|UniProtKB:P0A731 C Methylglyoxal synthase UniProtKB:P42980|PTN001253608 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P42980 mgsA GO:0008929 PMID:21873635 IBA PANTHER:PTN000766713|UniProtKB:P0A731|UniProtKB:P42980 F Methylglyoxal synthase UniProtKB:P42980|PTN001253608 protein NCBITaxon:224308 20170228 GO_Central methylglyoxal synthase activity -UniProtKB P42980 mgsA GO:0019242 PMID:21873635 IBA PANTHER:PTN000766713|UniProtKB:P0A731 P Methylglyoxal synthase UniProtKB:P42980|PTN001253608 protein NCBITaxon:224308 20170228 GO_Central methylglyoxal biosynthetic process -UniProtKB P42976 dapB GO:0019877 PMID:21873635 IBA PANTHER:PTN000464618|UniProtKB:P04036|UniProtKB:P9WP23 P 4-hydroxy-tetrahydrodipicolinate reductase UniProtKB:P42976|PTN000464635 protein NCBITaxon:224308 20170228 GO_Central diaminopimelate biosynthetic process -UniProtKB P42976 dapB GO:0005829 PMID:21873635 IBA PANTHER:PTN000464634|UniProtKB:P04036 C 4-hydroxy-tetrahydrodipicolinate reductase UniProtKB:P42976|PTN000464635 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P42976 dapB GO:0008839 PMID:21873635 IBA PANTHER:PTN000464618|TAIR:locus:2051854|UniProtKB:P04036|UniProtKB:P9WP23|TAIR:locus:2080482 F 4-hydroxy-tetrahydrodipicolinate reductase UniProtKB:P42976|PTN000464635 protein NCBITaxon:224308 20170228 GO_Central 4-hydroxy-tetrahydrodipicolinate reductase -UniProtKB P42973 bglA GO:0005829 PMID:21873635 IBA PANTHER:PTN000039749|UniProtKB:Q46829 C Aryl-phospho-beta-D-glucosidase BglA UniProtKB:P42973|PTN000039760 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P42973 bglA GO:0016052 PMID:21873635 IBA PANTHER:PTN000039749|UniProtKB:Q46829|UniProtKB:P24240 P Aryl-phospho-beta-D-glucosidase BglA UniProtKB:P42973|PTN000039760 protein NCBITaxon:224308 20200807 GO_Central carbohydrate catabolic process -UniProtKB P42973 bglA GO:0008422 PMID:21873635 IBA PANTHER:PTN000039458|TAIR:locus:2083524|UniProtKB:O80689|TAIR:locus:2033928|TAIR:locus:2201492|UniProtKB:Q7XKV4|UniProtKB:Q8L7J2|TAIR:locus:2036873|UniProtKB:Q75I93|TAIR:locus:2018179|UniProtKB:Q75I94|TAIR:locus:2084319|TAIR:locus:2180597|TAIR:locus:2092767|UniProtKB:P49235|UniProtKB:Q9H227|TAIR:locus:2015338|UniProtKB:P11988|UniProtKB:A3BMZ5|TAIR:locus:2201502 F Aryl-phospho-beta-D-glucosidase BglA UniProtKB:P42973|PTN000039760 protein NCBITaxon:224308 20170228 GO_Central beta-glucosidase activity -UniProtKB P42972 ycsN GO:0005829 PMID:21873635 IBA PANTHER:PTN000199613|UniProtKB:P77735|UniProtKB:P76187 C Uncharacterized oxidoreductase YcsN UniProtKB:P42972|PTN000198905 protein NCBITaxon:224308 20170616 GO_Central cytosol -UniProtKB P42971 pbpC GO:0071972 PMID:21873635 IBA PANTHER:PTN000771407|UniProtKB:P0AD65 F Penicillin-binding protein 3 UniProtKB:P42971|PTN001256007 protein NCBITaxon:224308 20170828 GO_Central peptidoglycan L,D-transpeptidase activity -UniProtKB P42971 pbpC GO:0008658 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD68|UniProtKB:P0AD65 F Penicillin-binding protein 3 UniProtKB:P42971|PTN001256007 protein NCBITaxon:224308 20170828 GO_Central penicillin binding -UniProtKB P42971 pbpC GO:0071555 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD65 P Penicillin-binding protein 3 UniProtKB:P42971|PTN001256007 protein NCBITaxon:224308 20170828 GO_Central cell wall organization -UniProtKB P42971 pbpC GO:0005887 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD65|UniProtKB:P0AD68 C Penicillin-binding protein 3 UniProtKB:P42971|PTN001256007 protein NCBITaxon:224308 20170828 GO_Central integral component of plasma membrane -UniProtKB P42969 lipC GO:0004622 PMID:21873635 IBA PANTHER:PTN001251764|UniProtKB:P0ADA1|UniProtKB:Q9HZY8 F Spore germination lipase LipC UniProtKB:P42969|PTN002825256 protein NCBITaxon:224308 20170228 GO_Central lysophospholipase activity -UniProtKB P42968 kipR GO:0003700 PMID:21873635 IBA PANTHER:PTN001248570|UniProtKB:P76268|UniProtKB:P0ACN4 F HTH-type transcriptional regulator KipR UniProtKB:P42968|PTN001248572 protein NCBITaxon:224308 20170228 GO_Central DNA-binding transcription factor activity -UniProtKB P42968 kipR GO:0003677 PMID:21873635 IBA PANTHER:PTN001248570|UniProtKB:P37671|UniProtKB:P77300 F HTH-type transcriptional regulator KipR UniProtKB:P42968|PTN001248572 protein NCBITaxon:224308 20200809 GO_Central DNA binding -UniProtKB P42968 kipR GO:0045892 PMID:21873635 IBA PANTHER:PTN001248570|UniProtKB:P76268|UniProtKB:P0ACN4|UniProtKB:P37671|UniProtKB:P77300 P HTH-type transcriptional regulator KipR UniProtKB:P42968|PTN001248572 protein NCBITaxon:224308 20170228 GO_Central negative regulation of transcription, DNA-templated -UniProtKB P42964 ycsG GO:0005384 PMID:21873635 IBA PANTHER:PTN000194431|TAIR:locus:2036751|UniProtKB:P49281|UniProtKB:P0A769|RGD:3684|FB:FBgn0011672|TAIR:locus:2025677|MGI:MGI:1345275 F Uncharacterized membrane protein YcsG UniProtKB:P42964|PTN000194570 protein NCBITaxon:224308 20180915 GO_Central manganese ion transmembrane transporter activity -UniProtKB P42964 ycsG GO:0015086 PMID:21873635 IBA PANTHER:PTN000194431|UniProtKB:P51027|TAIR:locus:2025677|TAIR:locus:2200437|UniProtKB:P49281|RGD:3684|UniProtKB:P0A769 F Uncharacterized membrane protein YcsG UniProtKB:P42964|PTN000194570 protein NCBITaxon:224308 20180915 GO_Central cadmium ion transmembrane transporter activity -UniProtKB P42963 pxpA GO:0006807 PMID:21873635 IBA PANTHER:PTN000767720|UniProtKB:P38096 P 5-oxoprolinase subunit A UniProtKB:P42963|PTN001250695 protein NCBITaxon:224308 20200414 GO_Central nitrogen compound metabolic process -UniProtKB P42962 ycsE GO:0005829 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YcsE UniProtKB:P42962|PTN000796703 protein NCBITaxon:224308 20200129 GO_Central cytosol -UniProtKB P42962 ycsE GO:0016791 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YcsE UniProtKB:P42962|PTN000796703 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity -UniProtKB P42962 ycsE GO:0000287 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YcsE UniProtKB:P42962|PTN000796703 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding -UniProtKB P42959 sipU GO:0006465 PMID:21873635 IBA PANTHER:PTN002458947|UniProtKB:P00803|TAIR:locus:2064337 P Signal peptidase I U UniProtKB:P42959|PTN000272840 protein NCBITaxon:224308 20170502 GO_Central signal peptide processing -UniProtKB P42959 sipU GO:0004252 PMID:21873635 IBA PANTHER:PTN002458947|UniProtKB:P00803 F Signal peptidase I U UniProtKB:P42959|PTN000272840 protein NCBITaxon:224308 20170502 GO_Central serine-type endopeptidase activity -UniProtKB P42959 sipU GO:0005887 PMID:21873635 IBA PANTHER:PTN000272836|UniProtKB:P00803 C Signal peptidase I U UniProtKB:P42959|PTN000272840 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P42957 mtlD GO:0005829 PMID:21873635 IBA PANTHER:PTN001253973|UniProtKB:P09424 C Mannitol-1-phosphate 5-dehydrogenase UniProtKB:P42957|PTN001253974 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P42957 mtlD GO:0008926 PMID:21873635 IBA PANTHER:PTN001253973|UniProtKB:P09424 F Mannitol-1-phosphate 5-dehydrogenase UniProtKB:P42957|PTN001253974 protein NCBITaxon:224308 20170228 GO_Central mannitol-1-phosphate 5-dehydrogenase activity -UniProtKB P42957 mtlD GO:0019592 PMID:21873635 IBA PANTHER:PTN001253973|UniProtKB:P09424 P Mannitol-1-phosphate 5-dehydrogenase UniProtKB:P42957|PTN001253974 protein NCBITaxon:224308 20170228 GO_Central mannitol catabolic process -UniProtKB P42953 tagG GO:0015920 PMID:21873635 IBA PANTHER:PTN002019107|UniProtKB:Q9HTB8 P Teichoic acid translocation permease protein TagG UniProtKB:P42953|PTN002019119 protein NCBITaxon:224308 20170228 GO_Central lipopolysaccharide transport -UniProtKB P42924 rplW GO:0022625 PMID:21873635 IBA PANTHER:PTN000178698|SGD:S000005487|TAIR:locus:2039712|TAIR:locus:2100611|RGD:1304897|UniProtKB:Q8IE82|UniProtKB:P0ADZ0 C 50S ribosomal protein L23 UniProtKB:P42924|PTN000178880 protein NCBITaxon:224308 20200807 GO_Central cytosolic large ribosomal subunit -UniProtKB P42924 rplW GO:0003735 PMID:21873635 IBA PANTHER:PTN000178698|UniProtKB:Q8IE82|UniProtKB:P0ADZ0 F 50S ribosomal protein L23 UniProtKB:P42924|PTN000178880 protein NCBITaxon:224308 20200807 GO_Central structural constituent of ribosome -UniProtKB P42924 rplW GO:0000027 PMID:21873635 IBA PANTHER:PTN000178698|SGD:S000005487|UniProtKB:P0ADZ0 P 50S ribosomal protein L23 UniProtKB:P42924|PTN000178880 protein NCBITaxon:224308 20170228 GO_Central ribosomal large subunit assembly -UniProtKB P42923 rplJ GO:0003735 PMID:21873635 IBA PANTHER:PTN000169209|SGD:S000002361|UniProtKB:Q3MHY7 F 50S ribosomal protein L10 UniProtKB:P42923|PTN000169216 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome -UniProtKB P42923 rplJ GO:0015934 PMID:21873635 IBA PANTHER:PTN000169209|UniProtKB:Q7Z7H8|UniProtKB:P0A7J3|SGD:S000002361|UniProtKB:Q3MHY7 C 50S ribosomal protein L10 UniProtKB:P42923|PTN000169216 protein NCBITaxon:224308 20200807 GO_Central large ribosomal subunit -UniProtKB P42923 rplJ GO:0006412 PMID:21873635 IBA PANTHER:PTN000169209|UniProtKB:P0A7J3|UniProtKB:Q3MHY7 P 50S ribosomal protein L10 UniProtKB:P42923|PTN000169216 protein NCBITaxon:224308 20170228 GO_Central translation -UniProtKB P42923 rplJ GO:0022625 PMID:21873635 IBA PANTHER:PTN000169215|UniProtKB:P0A7J3 C 50S ribosomal protein L10 UniProtKB:P42923|PTN000169216 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P42920 rplC GO:0003735 PMID:21873635 IBA PANTHER:PTN000132422|UniProtKB:P60438|SGD:S000003452 F 50S ribosomal protein L3 UniProtKB:P42920|PTN000132498 protein NCBITaxon:224308 20181024 GO_Central structural constituent of ribosome -UniProtKB P42920 rplC GO:0022625 PMID:21873635 IBA PANTHER:PTN000132497|UniProtKB:P60438 C 50S ribosomal protein L3 UniProtKB:P42920|PTN000132498 protein NCBITaxon:224308 20181024 GO_Central cytosolic large ribosomal subunit -UniProtKB P42919 rplB GO:0002181 PMID:21873635 IBA PANTHER:PTN000343556|SGD:S000001280|UniProtKB:P62917|SGD:S000002104 P 50S ribosomal protein L2 UniProtKB:P42919|PTN000343717 protein NCBITaxon:224308 20170228 GO_Central cytoplasmic translation -UniProtKB P42919 rplB GO:0022625 PMID:21873635 IBA PANTHER:PTN000343716|UniProtKB:P60422 C 50S ribosomal protein L2 UniProtKB:P42919|PTN000343717 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P42919 rplB GO:0003723 PMID:21873635 IBA PANTHER:PTN000343556|TAIR:locus:2122189|TAIR:locus:2828126|TAIR:locus:504954483|RGD:619827|TAIR:locus:504954539|TAIR:locus:2060917 F 50S ribosomal protein L2 UniProtKB:P42919|PTN000343717 protein NCBITaxon:224308 20200808 GO_Central RNA binding -UniProtKB P42919 rplB GO:0003735 PMID:21873635 IBA PANTHER:PTN000343556|UniProtKB:P60422|UniProtKB:Q8I3T9|SGD:S000000776|SGD:S000001280 F 50S ribosomal protein L2 UniProtKB:P42919|PTN000343717 protein NCBITaxon:224308 20210101 GO_Central structural constituent of ribosome -UniProtKB O31875 nrdEB GO:0009263 PMID:21873635 IBA PANTHER:PTN000171388|SGD:S000000872|SGD:S000001328|UniProtKB:P00452|MGI:MGI:98180|UniProtKB:P39452|dictyBase:DDB_G0284071|UniProtKB:P9WH75|PomBase:SPAC1F7.05 P Ribonucleoside-diphosphate reductase NrdEB subunit alpha UniProtKB:O31875|PTN000171464 protein NCBITaxon:224308 20200807 GO_Central deoxyribonucleotide biosynthetic process -UniProtKB O31875 nrdEB GO:0004748 PMID:21873635 IBA PANTHER:PTN000171388|dictyBase:DDB_G0284071|UniProtKB:P9WH75|UniProtKB:P50620|PomBase:SPAC1F7.05 F Ribonucleoside-diphosphate reductase NrdEB subunit alpha UniProtKB:O31875|PTN000171464 protein NCBITaxon:224308 20200929 GO_Central ribonucleoside-diphosphate reductase activity, thioredoxin disulfide as acceptor -UniProtKB O31875 nrdEB GO:0005971 PMID:21873635 IBA PANTHER:PTN000171388|UniProtKB:Q9I4I1|PomBase:SPAC1F7.05|dictyBase:DDB_G0284071|UniProtKB:P9WH75|UniProtKB:P00452|MGI:MGI:98180|UniProtKB:P39452|SGD:S000000872 C Ribonucleoside-diphosphate reductase NrdEB subunit alpha UniProtKB:O31875|PTN000171464 protein NCBITaxon:224308 20200807 GO_Central ribonucleoside-diphosphate reductase complex -UniProtKB O31875 nrdEB GO:0005524 PMID:21873635 IBA PANTHER:PTN000171388|UniProtKB:P9WH75|UniProtKB:P00452 F Ribonucleoside-diphosphate reductase NrdEB subunit alpha UniProtKB:O31875|PTN000171464 protein NCBITaxon:224308 20200709 GO_Central ATP binding -UniProtKB O31862 yojA GO:0035429 PMID:21873635 IBA PANTHER:PTN000769107|UniProtKB:P0AC94|UniProtKB:P39835|UniProtKB:P0AC96 P Uncharacterized permease YojA UniProtKB:O31862|PTN000769109 protein NCBITaxon:224308 20201025 GO_Central gluconate transmembrane transport -UniProtKB O31862 yojA GO:0005887 PMID:21873635 IBA PANTHER:PTN000769104|UniProtKB:P0AC96|UniProtKB:P0AC94|UniProtKB:P08555 C Uncharacterized permease YojA UniProtKB:O31862|PTN000769109 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB O31862 yojA GO:0015128 PMID:21873635 IBA PANTHER:PTN000769107|UniProtKB:P0AC94|UniProtKB:P0AC96|UniProtKB:P39835|UniProtKB:P39344 F Uncharacterized permease YojA UniProtKB:O31862|PTN000769109 protein NCBITaxon:224308 20200809 GO_Central gluconate transmembrane transporter activity -UniProtKB O31859 yojE GO:0016021 PMID:21873635 IBA PANTHER:PTN001114862|UniProtKB:P27844 C Uncharacterized transporter YojE UniProtKB:O31859|PTN000769134 protein NCBITaxon:224308 20170620 GO_Central integral component of membrane -UniProtKB O31859 yojE GO:0005886 PMID:21873635 IBA PANTHER:PTN000769133|UniProtKB:P27844 C Uncharacterized transporter YojE UniProtKB:O31859|PTN000769134 protein NCBITaxon:224308 20170620 GO_Central plasma membrane -UniProtKB O31857 bshB2 GO:0016811 PMID:21873635 IBA PANTHER:PTN000313004|UniProtKB:P9WJN3|UniProtKB:P9WJN1|SGD:S000004894 F Probable N-acetyl-alpha-D-glucosaminyl L-malate deacetylase 2 UniProtKB:O31857|PTN000313070 protein NCBITaxon:224308 20201205 GO_Central hydrolase activity, acting on carbon-nitrogen (but not peptide) bonds, in linear amides -UniProtKB O31855 norM GO:0016020 PMID:21873635 IBA PANTHER:PTN000129144|TAIR:locus:2119941|UniProtKB:Q9I3Y3|TAIR:locus:2089955|UniProtKB:F4JTB3|TAIR:locus:2132619|TAIR:locus:2088822|TAIR:locus:2144421|UniProtKB:Q96FL8|UniProtKB:P37340|TAIR:locus:2077725|TAIR:locus:2050190|TAIR:locus:2010401|TAIR:locus:2173098|TAIR:locus:2156737|TAIR:locus:2026311|TAIR:locus:2015368 C Probable multidrug resistance protein NorM UniProtKB:O31855|PTN000129415 protein NCBITaxon:224308 20200807 GO_Central membrane -UniProtKB O31855 norM GO:0042910 PMID:21873635 IBA PANTHER:PTN000129414|UniProtKB:P37340 F Probable multidrug resistance protein NorM UniProtKB:O31855|PTN000129415 protein NCBITaxon:224308 20170228 GO_Central xenobiotic transmembrane transporter activity -UniProtKB O31855 norM GO:0046677 PMID:21873635 IBA PANTHER:PTN000129414|UniProtKB:P37340 P Probable multidrug resistance protein NorM UniProtKB:O31855|PTN000129415 protein NCBITaxon:224308 20170228 GO_Central response to antibiotic -UniProtKB O31855 norM GO:0022857 PMID:21873635 IBA PANTHER:PTN000129144|TAIR:locus:2173098|TAIR:locus:2016615|TAIR:locus:2050190|UniProtKB:Q96FL8|RGD:1311123|UniProtKB:P37340|TAIR:locus:2077725 F Probable multidrug resistance protein NorM UniProtKB:O31855|PTN000129415 protein NCBITaxon:224308 20200807 GO_Central transmembrane transporter activity -UniProtKB O31852 cwlS GO:0008932 PMID:21873635 IBA PANTHER:PTN002330604|UniProtKB:P0AEZ7 F D-gamma-glutamyl-meso-diaminopimelic acid endopeptidase CwlS UniProtKB:O31852|PTN000494717 protein NCBITaxon:224308 20171201 GO_Central lytic endotransglycosylase activity -UniProtKB O31851 yojM GO:0019430 PMID:21873635 IBA PANTHER:PTN000000113|RGD:3731|UniProtKB:P00442|FB:FBgn0033631|MGI:MGI:98351|WB:WBGene00004930|PomBase:SPAC22E12.04 P Superoxide dismutase-like protein YojM UniProtKB:O31851|PTN000000277 protein NCBITaxon:224308 20200929 GO_Central removal of superoxide radicals -UniProtKB O31851 yojM GO:0005507 PMID:21873635 IBA PANTHER:PTN000000113|UniProtKB:P00441|SGD:S000004641|CGD:CAL0000176166|TAIR:locus:2034740|CGD:CAL0000184565|WB:WBGene00004930|UniProtKB:P0AGD1|CGD:CAL0000188676|PomBase:SPAC22E12.04|UniProtKB:P00442|RGD:3731|UniProtKB:O14618|UniProtKB:E1JH26 F Superoxide dismutase-like protein YojM UniProtKB:O31851|PTN000000277 protein NCBITaxon:224308 20200807 GO_Central copper ion binding -UniProtKB O31851 yojM GO:0004784 PMID:21873635 IBA PANTHER:PTN000000113|UniProtKB:P00441|SGD:S000003865|FB:FBgn0033631|UniProtKB:P9WGE9|UniProtKB:P0AGD1|TAIR:locus:2025595|FB:FBgn0003462|UniProtKB:P00442|RGD:3733|TAIR:locus:2046168|MGI:MGI:98351|dictyBase:DDB_G0282993|MGI:MGI:103181|dictyBase:DDB_G0267420|WB:WBGene00004930|CGD:CAL0000184565|CGD:CAL0000188676|ZFIN:ZDB-GENE-990415-258|PomBase:SPAC821.10c|WB:WBGene00004933|RGD:3731|UniProtKB:A0A1D8PLJ3 F Superoxide dismutase-like protein YojM UniProtKB:O31851|PTN000000277 protein NCBITaxon:224308 20200807 GO_Central superoxide dismutase activity -UniProtKB O31841 yozK GO:0003887 PMID:21873635 IBA PANTHER:PTN000117876|TAIR:locus:2031050|UniProtKB:P04152|UniProtKB:Q47155 F DNA repair protein homolog YozK UniProtKB:O31841|PTN007485556 protein NCBITaxon:224308 20200807 GO_Central DNA-directed DNA polymerase activity -UniProtKB O31841 yozK GO:0042276 PMID:21873635 IBA PANTHER:PTN000117876|UniProtKB:Q47155|WB:WBGene00017696|UniProtKB:Q9UBT6 P DNA repair protein homolog YozK UniProtKB:O31841|PTN007485556 protein NCBITaxon:224308 20200929 GO_Central error-prone translesion synthesis -UniProtKB O31841 yozK GO:0009432 PMID:21873635 IBA PANTHER:PTN000118165|UniProtKB:P04152|UniProtKB:Q47155|UniProtKB:Q74CQ6|UniProtKB:Q8Y5T0 P DNA repair protein homolog YozK UniProtKB:O31841|PTN007485556 protein NCBITaxon:224308 20200807 GO_Central SOS response -UniProtKB O31827 ppsE GO:0043041 PMID:21873635 IBA PANTHER:PTN002378821|UniProtKB:P11454 P Plipastatin synthase subunit E UniProtKB:O31827|PTN000644467 protein NCBITaxon:224308 20171018 GO_Central amino acid activation for nonribosomal peptide biosynthetic process -UniProtKB O31827 ppsE GO:0044550 PMID:21873635 IBA PANTHER:PTN002378821|UniProtKB:Q9KTV9|UniProtKB:P11454|UniProtKB:Q9I181|PomBase:SPAC23G3.02c P Plipastatin synthase subunit E UniProtKB:O31827|PTN000644467 protein NCBITaxon:224308 20181121 GO_Central secondary metabolite biosynthetic process -UniProtKB O31827 ppsE GO:0031177 PMID:21873635 IBA PANTHER:PTN002378821|UniProtKB:P11454 F Plipastatin synthase subunit E UniProtKB:O31827|PTN000644467 protein NCBITaxon:224308 20171018 GO_Central phosphopantetheine binding -UniProtKB O31827 ppsE GO:0005829 PMID:21873635 IBA PANTHER:PTN002378851|UniProtKB:P11454 C Plipastatin synthase subunit E UniProtKB:O31827|PTN000644467 protein NCBITaxon:224308 20171018 GO_Central cytosol -UniProtKB O31827 ppsE GO:0005737 PMID:21873635 IBA PANTHER:PTN002378821|UniProtKB:P11454 C Plipastatin synthase subunit E UniProtKB:O31827|PTN000644467 protein NCBITaxon:224308 20181121 GO_Central cytoplasm -UniProtKB O31826 yngI GO:0031956 PMID:21873635 IBA PANTHER:PTN000644517|UniProtKB:Q96CM8 F Putative acyl-CoA synthetase YngI UniProtKB:O31826|PTN000644603 protein NCBITaxon:224308 20200212 GO_Central medium-chain fatty acid-CoA ligase activity -UniProtKB O31826 yngI GO:0006631 PMID:21873635 IBA PANTHER:PTN000644517|TAIR:locus:2093432|WB:WBGene00009221 P Putative acyl-CoA synthetase YngI UniProtKB:O31826|PTN000644603 protein NCBITaxon:224308 20200212 GO_Central fatty acid metabolic process -UniProtKB O31823 yngC GO:0005886 PMID:21873635 IBA PANTHER:PTN001251531|UniProtKB:P33366|UniProtKB:P0ADR0 C Uncharacterized membrane protein YngC UniProtKB:O31823|PTN000293564 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O31821 yngA GO:0005886 PMID:21873635 IBA PANTHER:PTN002445868|UniProtKB:P77682 C Uncharacterized membrane protein YngA UniProtKB:O31821|PTN002213122 protein NCBITaxon:224308 20170929 GO_Central plasma membrane -UniProtKB O31801 yncF GO:0004170 PMID:21873635 IBA PANTHER:PTN000133341|RGD:620849|CGD:CAL0000195525|dictyBase:DDB_G0293374|UniProtKB:P06968|UniProtKB:O34919|UniProtKB:P9WNS5|SGD:S000000456|FB:FBgn0250837 F Probable deoxyuridine 5'-triphosphate nucleotidohydrolase YncF UniProtKB:O31801|PTN000133422 protein NCBITaxon:224308 20200807 GO_Central dUTP diphosphatase activity -UniProtKB O31801 yncF GO:0006226 PMID:21873635 IBA PANTHER:PTN000133341|RGD:620849|UniProtKB:O34919|UniProtKB:P06968 P Probable deoxyuridine 5'-triphosphate nucleotidohydrolase YncF UniProtKB:O31801|PTN000133422 protein NCBITaxon:224308 20200807 GO_Central dUMP biosynthetic process -UniProtKB O31801 yncF GO:0046081 PMID:21873635 IBA PANTHER:PTN000133341|SGD:S000000456|UniProtKB:P06968|UniProtKB:O34919|RGD:620849 P Probable deoxyuridine 5'-triphosphate nucleotidohydrolase YncF UniProtKB:O31801|PTN000133422 protein NCBITaxon:224308 20200807 GO_Central dUTP catabolic process -UniProtKB O31801 yncF GO:0000287 PMID:21873635 IBA PANTHER:PTN000133341|UniProtKB:P06968|dictyBase:DDB_G0293374|UniProtKB:O34919|TAIR:locus:2102817|UniProtKB:P9WNS5 F Probable deoxyuridine 5'-triphosphate nucleotidohydrolase YncF UniProtKB:O31801|PTN000133422 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding -UniProtKB O31796 hfq GO:0005829 PMID:21873635 IBA PANTHER:PTN002164223|UniProtKB:P0A6X3 C RNA-binding protein Hfq UniProtKB:O31796|PTN002164233 protein NCBITaxon:224308 20180315 GO_Central cytosol -UniProtKB O31796 hfq GO:0043487 PMID:21873635 IBA PANTHER:PTN002164223|UniProtKB:Q9HUM0 P RNA-binding protein Hfq UniProtKB:O31796|PTN002164233 protein NCBITaxon:224308 20180315 GO_Central regulation of RNA stability -UniProtKB O31796 hfq GO:0045974 PMID:21873635 IBA PANTHER:PTN002164223|UniProtKB:P0A6X3|UniProtKB:Q9HUM0 P RNA-binding protein Hfq UniProtKB:O31796|PTN002164233 protein NCBITaxon:224308 20180315 GO_Central regulation of translation, ncRNA-mediated -UniProtKB O31796 hfq GO:0003723 PMID:21873635 IBA PANTHER:PTN002164223|UniProtKB:P0A6X3 F RNA-binding protein Hfq UniProtKB:O31796|PTN002164233 protein NCBITaxon:224308 20180315 GO_Central RNA binding -UniProtKB O31795 miaA GO:0052381 PMID:21873635 IBA PANTHER:PTN000119608|SGD:S000005800|UniProtKB:Q9H3H1|UniProtKB:P16384|TAIR:locus:2042103 F tRNA dimethylallyltransferase UniProtKB:O31795|PTN000119696 protein NCBITaxon:224308 20170228 GO_Central tRNA dimethylallyltransferase activity -UniProtKB O31795 miaA GO:0006400 PMID:21873635 IBA PANTHER:PTN000119608|UniProtKB:P16384|SGD:S000005800 P tRNA dimethylallyltransferase UniProtKB:O31795|PTN000119696 protein NCBITaxon:224308 20170228 GO_Central tRNA modification -UniProtKB O31788 aprX GO:0004252 PMID:21873635 IBA PANTHER:PTN002465698|TAIR:locus:2037895|UniProtKB:Q8NBP7|TAIR:locus:2155583|UniProtKB:Q5JIZ5|MGI:MGI:1927235|PomBase:SPAC1006.01|SGD:S000000786|TAIR:locus:2183224|RGD:70935|PomBase:SPAC4A8.04|TAIR:locus:2037935|UniProtKB:Q14703 F Serine protease AprX UniProtKB:O31788|PTN000083539 protein NCBITaxon:224308 20181004 GO_Central serine-type endopeptidase activity -UniProtKB O31778 miaB GO:0051539 PMID:21873635 IBA PANTHER:PTN000228775|UniProtKB:P0AEI1 F tRNA-2-methylthio-N(6)-dimethylallyladenosine synthase UniProtKB:O31778|PTN000228825 protein NCBITaxon:224308 20170228 GO_Central 4 iron, 4 sulfur cluster binding -UniProtKB O31778 miaB GO:0035596 PMID:21873635 IBA PANTHER:PTN000228775|UniProtKB:P0AEI1|UniProtKB:O31778|MGI:MGI:1914221 F tRNA-2-methylthio-N(6)-dimethylallyladenosine synthase UniProtKB:O31778|PTN000228825 protein NCBITaxon:224308 20170228 GO_Central methylthiotransferase activity -UniProtKB O31778 miaB GO:0035600 PMID:21873635 IBA PANTHER:PTN000228775|UniProtKB:O31778 P tRNA-2-methylthio-N(6)-dimethylallyladenosine synthase UniProtKB:O31778|PTN000228825 protein NCBITaxon:224308 20201001 GO_Central tRNA methylthiolation -UniProtKB O31778 miaB GO:0005829 PMID:21873635 IBA PANTHER:PTN000228824|UniProtKB:P0AEI1 C tRNA-2-methylthio-N(6)-dimethylallyladenosine synthase UniProtKB:O31778|PTN000228825 protein NCBITaxon:224308 20170427 GO_Central cytosol -UniProtKB O31778 miaB GO:0035597 PMID:21873635 IBA PANTHER:PTN000228824|UniProtKB:P0AEI1|UniProtKB:O31778|MGI:MGI:1914221 F tRNA-2-methylthio-N(6)-dimethylallyladenosine synthase UniProtKB:O31778|PTN000228825 protein NCBITaxon:224308 20200810 GO_Central N6-isopentenyladenosine methylthiotransferase activity -UniProtKB O31777 kbl GO:0009102 PMID:21873635 IBA PANTHER:PTN000343971|UniProtKB:P9WQ87|UniProtKB:P12998 P 8-amino-7-oxononanoate synthase 1 UniProtKB:O31777|PTN000343974 protein NCBITaxon:224308 20200206 GO_Central biotin biosynthetic process -UniProtKB O31777 kbl GO:0008710 PMID:21873635 IBA PANTHER:PTN000343971|UniProtKB:P9WQ87|UniProtKB:P12998 F 8-amino-7-oxononanoate synthase 1 UniProtKB:O31777|PTN000343974 protein NCBITaxon:224308 20200206 GO_Central 8-amino-7-oxononanoate synthase activity -UniProtKB O31775 ymdB GO:0004113 PMID:21873635 IBA PANTHER:PTN002190809|UniProtKB:O31775 F 2',3'-cyclic-nucleotide 2'-phosphodiesterase UniProtKB:O31775|PTN002190820 protein NCBITaxon:224308 20170921 GO_Central 2',3'-cyclic-nucleotide 3'-phosphodiesterase activity -UniProtKB O31767 ymfI GO:0016616 PMID:21873635 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:P0AG84|UniProtKB:Q8N4T8|UniProtKB:Q92506|UniProtKB:O54438|UniProtKB:P0AEK2|UniProtKB:P05707|UniProtKB:P37769|UniProtKB:Q8I2S7|UniProtKB:P9WGT1|UniProtKB:A0A1D8PPB1|SGD:S000001538 F Uncharacterized oxidoreductase YmfI UniProtKB:O31767|PTN001214414 protein NCBITaxon:224308 20190227 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB O31767 ymfI GO:0030497 PMID:21873635 IBA PANTHER:PTN001211919|UniProtKB:P71079|UniProtKB:P0A2C9|UniProtKB:P0AEK2 P Uncharacterized oxidoreductase YmfI UniProtKB:O31767|PTN001214414 protein NCBITaxon:224308 20190227 GO_Central fatty acid elongation -UniProtKB O31755 proS GO:0004827 PMID:21873635 IBA PANTHER:PTN000154976|UniProtKB:P16659 F Proline--tRNA ligase UniProtKB:O31755|PTN000155069 protein NCBITaxon:224308 20170228 GO_Central proline-tRNA ligase activity -UniProtKB O31755 proS GO:0005829 PMID:21873635 IBA PANTHER:PTN000155068|UniProtKB:P16659 C Proline--tRNA ligase UniProtKB:O31755|PTN000155069 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O31755 proS GO:0006433 PMID:21873635 IBA PANTHER:PTN000154976|UniProtKB:P16659 P Proline--tRNA ligase UniProtKB:O31755|PTN000155069 protein NCBITaxon:224308 20170228 GO_Central prolyl-tRNA aminoacylation -UniProtKB O31753 dxr GO:0030145 PMID:21873635 IBA PANTHER:PTN000776155|UniProtKB:P45568|UniProtKB:P9WNS1 F 1-deoxy-D-xylulose 5-phosphate reductoisomerase UniProtKB:O31753|PTN001253981 protein NCBITaxon:224308 20170228 GO_Central manganese ion binding -UniProtKB O31753 dxr GO:0030604 PMID:21873635 IBA PANTHER:PTN000776155|UniProtKB:Q9XFS9|UniProtKB:P9WNS1|UniProtKB:P45568 F 1-deoxy-D-xylulose 5-phosphate reductoisomerase UniProtKB:O31753|PTN001253981 protein NCBITaxon:224308 20170228 GO_Central 1-deoxy-D-xylulose-5-phosphate reductoisomerase activity -UniProtKB O31753 dxr GO:0070402 PMID:21873635 IBA PANTHER:PTN000776155|UniProtKB:P9WNS1 F 1-deoxy-D-xylulose 5-phosphate reductoisomerase UniProtKB:O31753|PTN001253981 protein NCBITaxon:224308 20170228 GO_Central NADPH binding -UniProtKB O31753 dxr GO:0051484 PMID:21873635 IBA PANTHER:PTN000776155|UniProtKB:P9WNS1 P 1-deoxy-D-xylulose 5-phosphate reductoisomerase UniProtKB:O31753|PTN001253981 protein NCBITaxon:224308 20170228 GO_Central isopentenyl diphosphate biosynthetic process, methylerythritol 4-phosphate pathway involved in terpenoid biosynthetic process -UniProtKB O31752 cdsA GO:0005886 PMID:21873635 IBA PANTHER:PTN000349517|UniProtKB:P0ABG1 C Phosphatidate cytidylyltransferase UniProtKB:O31752|PTN000349624 protein NCBITaxon:224308 20180816 GO_Central plasma membrane -UniProtKB O31752 cdsA GO:0016024 PMID:21873635 IBA PANTHER:PTN000349517|UniProtKB:P0ABG1 P Phosphatidate cytidylyltransferase UniProtKB:O31752|PTN000349624 protein NCBITaxon:224308 20170228 GO_Central CDP-diacylglycerol biosynthetic process -UniProtKB O31752 cdsA GO:0004605 PMID:21873635 IBA PANTHER:PTN000349517|UniProtKB:P0ABG1 F Phosphatidate cytidylyltransferase UniProtKB:O31752|PTN000349624 protein NCBITaxon:224308 20170228 GO_Central phosphatidate cytidylyltransferase activity -UniProtKB O31749 pyrH GO:0005829 PMID:21873635 IBA PANTHER:PTN000719927|UniProtKB:P0A7E9 C Uridylate kinase UniProtKB:O31749|PTN000773085 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O31749 pyrH GO:0033862 PMID:21873635 IBA PANTHER:PTN000719921|UniProtKB:P9WHK5|UniProtKB:P0A7E9 F Uridylate kinase UniProtKB:O31749|PTN000773085 protein NCBITaxon:224308 20170228 GO_Central UMP kinase activity -UniProtKB O31749 pyrH GO:0006225 PMID:21873635 IBA PANTHER:PTN000719921|UniProtKB:P9WHK5 P Uridylate kinase UniProtKB:O31749|PTN000773085 protein NCBITaxon:224308 20170228 GO_Central UDP biosynthetic process -UniProtKB O31741 trmD GO:0005829 PMID:21873635 IBA PANTHER:PTN000781817|UniProtKB:P0A873 C tRNA (guanine-N(1)-)-methyltransferase UniProtKB:O31741|PTN000781818 protein NCBITaxon:224308 20180816 GO_Central cytosol -UniProtKB O31741 trmD GO:0052906 PMID:21873635 IBA PANTHER:PTN000781817|UniProtKB:P0A873 F tRNA (guanine-N(1)-)-methyltransferase UniProtKB:O31741|PTN000781818 protein NCBITaxon:224308 20180816 GO_Central tRNA (guanine(37)-N(1))-methyltransferase activity -UniProtKB O31741 trmD GO:0002939 PMID:21873635 IBA PANTHER:PTN000781817|UniProtKB:P0A873 P tRNA (guanine-N(1)-)-methyltransferase UniProtKB:O31741|PTN000781818 protein NCBITaxon:224308 20180816 GO_Central tRNA N1-guanine methylation -UniProtKB O31727 ylmE GO:0005622 PMID:21873635 IBA PANTHER:PTN000015833|UniProtKB:O94903|UniProtKB:Q57VD5|UniProtKB:P67080 C Pyridoxal phosphate homeostasis protein UniProtKB:O31727|PTN000015896 protein NCBITaxon:224308 20200929 GO_Central intracellular anatomical structure -UniProtKB O31727 ylmE GO:0030170 PMID:21873635 IBA PANTHER:PTN000015833|SGD:S000000132|UniProtKB:P67080 F Pyridoxal phosphate homeostasis protein UniProtKB:O31727|PTN000015896 protein NCBITaxon:224308 20170228 GO_Central pyridoxal phosphate binding -UniProtKB O31726 ylmD GO:0005507 PMID:21873635 IBA PANTHER:PTN001255556|UniProtKB:P33644|UniProtKB:Q89ZI8 F Polyphenol oxidase UniProtKB:O31726|PTN000770200 protein NCBITaxon:224308 20170228 GO_Central copper ion binding -UniProtKB O31723 ylmA GO:0005524 PMID:21873635 IBA PANTHER:PTN000656738|UniProtKB:Q9X1Z1|UniProtKB:Q9WY65 F Uncharacterized ABC transporter ATP-binding protein YlmA UniProtKB:O31723|PTN000655851 protein NCBITaxon:224308 20170601 GO_Central ATP binding -UniProtKB O31723 ylmA GO:0043190 PMID:21873635 IBA PANTHER:PTN000656738|UniProtKB:Q05596 C Uncharacterized ABC transporter ATP-binding protein YlmA UniProtKB:O31723|PTN000655851 protein NCBITaxon:224308 20170601 GO_Central ATP-binding cassette (ABC) transporter complex -UniProtKB O31723 ylmA GO:0042626 PMID:21873635 IBA PANTHER:PTN000656738|UniProtKB:Q9I183 F Uncharacterized ABC transporter ATP-binding protein YlmA UniProtKB:O31723|PTN000655851 protein NCBITaxon:224308 20170601 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB O31717 ykpB GO:0005737 PMID:21873635 IBA PANTHER:PTN000496347|SGD:S000004044 C Uncharacterized oxidoreductase YkpB UniProtKB:O31717|PTN000496336 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB O31716 ykpA GO:0005524 PMID:21873635 IBA PANTHER:PTN000442080|PomBase:SPAC3C7.08c|UniProtKB:Q8NE71|UniProtKB:P39115 F Uncharacterized ABC transporter ATP-binding protein YkpA UniProtKB:O31716|PTN000442358 protein NCBITaxon:224308 20200808 GO_Central ATP binding -UniProtKB O31714 fruK GO:0008662 PMID:21873635 IBA PANTHER:PTN000062049|UniProtKB:P0AEW9 F 1-phosphofructokinase UniProtKB:O31714|PTN000062050 protein NCBITaxon:224308 20180816 GO_Central 1-phosphofructokinase activity -UniProtKB O31714 fruK GO:0008443 PMID:21873635 IBA PANTHER:PTN001317471|UniProtKB:P06999|UniProtKB:P0AEW9 F 1-phosphofructokinase UniProtKB:O31714|PTN000062050 protein NCBITaxon:224308 20180816 GO_Central phosphofructokinase activity -UniProtKB O31714 fruK GO:0005829 PMID:21873635 IBA PANTHER:PTN001317471|UniProtKB:P06999 C 1-phosphofructokinase UniProtKB:O31714|PTN000062050 protein NCBITaxon:224308 20180816 GO_Central cytosol -UniProtKB O31712 yknZ GO:0022857 PMID:21873635 IBA PANTHER:PTN001254814|UniProtKB:Q9I190|UniProtKB:P75831 F Uncharacterized ABC transporter permease YknZ UniProtKB:O31712|PTN000778086 protein NCBITaxon:224308 20200809 GO_Central transmembrane transporter activity -UniProtKB O31712 yknZ GO:0005886 PMID:21873635 IBA PANTHER:PTN001254814|UniProtKB:P75831 C Uncharacterized ABC transporter permease YknZ UniProtKB:O31712|PTN000778086 protein NCBITaxon:224308 20200809 GO_Central plasma membrane -UniProtKB O31711 yknY GO:0055085 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7|UniProtKB:P33593|UniProtKB:P33916 P Uncharacterized ABC transporter ATP-binding protein YknY UniProtKB:O31711|PTN000656322 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport -UniProtKB O31711 yknY GO:0005886 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P75957|UniProtKB:O05779|UniProtKB:P0A9R7|UniProtKB:O34814|UniProtKB:P33916 C Uncharacterized ABC transporter ATP-binding protein YknY UniProtKB:O31711|PTN000656322 protein NCBITaxon:224308 20190221 GO_Central plasma membrane -UniProtKB O31711 yknY GO:0022857 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:Q9I2T7|UniProtKB:P9WQL7 F Uncharacterized ABC transporter ATP-binding protein YknY UniProtKB:O31711|PTN000656322 protein NCBITaxon:224308 20190221 GO_Central transmembrane transporter activity -UniProtKB O31708 yknV GO:0042626 PMID:21873635 IBA PANTHER:PTN000657189|ZFIN:ZDB-GENE-080204-52|FB:FBgn0004513|UniProtKB:P29018|TAIR:locus:2041434|MGI:MGI:98483|PomBase:SPCC663.03|UniProtKB:Q03519|UniProtKB:Q9NP78|UniProtKB:Q9NP58|MGI:MGI:97570|UniProtKB:P21439|UniProtKB:P08183|PomBase:SPCC737.09c|SGD:S000004916|PomBase:SPBC25B2.02c|UniProtKB:Q03518|UniProtKB:A0A1D8PKI5|RGD:619930|UniProtKB:P60752|UniProtKB:O95342 F Uncharacterized ABC transporter ATP-binding protein YknV UniProtKB:O31708|PTN000657699 protein NCBITaxon:224308 20210102 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB O31708 yknV GO:0055085 PMID:21873635 IBA PANTHER:PTN000657189|PomBase:SPCC663.03|MGI:MGI:97570|UniProtKB:Q03519|UniProtKB:P29018|UniProtKB:Q9FNU2|WB:WBGene00001815|UniProtKB:O53645|WB:WBGene00001811|RGD:619930|UniProtKB:O95342|UniProtKB:Q2M3G0|UniProtKB:Q9NUT2|UniProtKB:P08183|PomBase:SPCC737.09c|UniProtKB:Q03518|PomBase:SPBC25B2.02c P Uncharacterized ABC transporter ATP-binding protein YknV UniProtKB:O31708|PTN000657699 protein NCBITaxon:224308 20210102 GO_Central transmembrane transport -UniProtKB O31707 yknU GO:0034040 PMID:21873635 IBA PANTHER:PTN000657720|UniProtKB:P60752 F Uncharacterized ABC transporter ATP-binding protein YknU UniProtKB:O31707|PTN000657682 protein NCBITaxon:224308 20170228 GO_Central ATPase-coupled lipid transmembrane transporter activity -UniProtKB O31707 yknU GO:0042626 PMID:21873635 IBA PANTHER:PTN000657189|ZFIN:ZDB-GENE-080204-52|FB:FBgn0004513|UniProtKB:P29018|TAIR:locus:2041434|MGI:MGI:98483|PomBase:SPCC663.03|UniProtKB:Q03519|UniProtKB:Q9NP78|UniProtKB:Q9NP58|MGI:MGI:97570|UniProtKB:P21439|UniProtKB:P08183|PomBase:SPCC737.09c|SGD:S000004916|PomBase:SPBC25B2.02c|UniProtKB:Q03518|UniProtKB:A0A1D8PKI5|RGD:619930|UniProtKB:P60752|UniProtKB:O95342 F Uncharacterized ABC transporter ATP-binding protein YknU UniProtKB:O31707|PTN000657682 protein NCBITaxon:224308 20210102 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB O31707 yknU GO:0055085 PMID:21873635 IBA PANTHER:PTN000657189|PomBase:SPCC663.03|MGI:MGI:97570|UniProtKB:Q03519|UniProtKB:P29018|UniProtKB:Q9FNU2|WB:WBGene00001815|UniProtKB:O53645|WB:WBGene00001811|RGD:619930|UniProtKB:O95342|UniProtKB:Q2M3G0|UniProtKB:Q9NUT2|UniProtKB:P08183|PomBase:SPCC737.09c|UniProtKB:Q03518|PomBase:SPBC25B2.02c P Uncharacterized ABC transporter ATP-binding protein YknU UniProtKB:O31707|PTN000657682 protein NCBITaxon:224308 20210102 GO_Central transmembrane transport -UniProtKB O31705 moaE GO:0005829 PMID:21873635 IBA PANTHER:PTN000600812|UniProtKB:Q9NS73|UniProtKB:O96007 C Molybdopterin synthase catalytic subunit UniProtKB:O31705|PTN000600963 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O31703 moeA GO:0032324 PMID:21873635 IBA PANTHER:PTN000022759|UniProtKB:Q9NQX3|FB:FBgn0000316 P Molybdopterin molybdenumtransferase UniProtKB:O31703|PTN000022813 protein NCBITaxon:224308 20200807 GO_Central molybdopterin cofactor biosynthetic process -UniProtKB O31703 moeA GO:0061599 PMID:21873635 IBA PANTHER:PTN000022760|UniProtKB:P12281|RGD:69194 F Molybdopterin molybdenumtransferase UniProtKB:O31703|PTN000022813 protein NCBITaxon:224308 20170228 GO_Central molybdopterin molybdotransferase activity -UniProtKB O31703 moeA GO:0006777 PMID:21873635 IBA PANTHER:PTN000022760|TAIR:locus:2147157|MGI:MGI:109602|RGD:69194|UniProtKB:P12281 P Molybdopterin molybdenumtransferase UniProtKB:O31703|PTN000022813 protein NCBITaxon:224308 20170228 GO_Central Mo-molybdopterin cofactor biosynthetic process -UniProtKB O31703 moeA GO:0005829 PMID:21873635 IBA PANTHER:PTN000022759|TAIR:locus:2147157|MGI:MGI:109602|UniProtKB:P12281 C Molybdopterin molybdenumtransferase UniProtKB:O31703|PTN000022813 protein NCBITaxon:224308 20200929 GO_Central cytosol -UniProtKB O31703 moeA GO:0018315 PMID:21873635 IBA PANTHER:PTN000022760|UniProtKB:P12281 P Molybdopterin molybdenumtransferase UniProtKB:O31703|PTN000022813 protein NCBITaxon:224308 20170228 GO_Central molybdenum incorporation into molybdenum-molybdopterin complex -UniProtKB O31703 moeA GO:0005737 PMID:21873635 IBA PANTHER:PTN000022760|TAIR:locus:2147157|WB:WBGene00003031|MGI:MGI:109602|RGD:69194|UniProtKB:P12281 C Molybdopterin molybdenumtransferase UniProtKB:O31703|PTN000022813 protein NCBITaxon:224308 20200929 GO_Central cytoplasm -UniProtKB O31703 moeA GO:0061598 PMID:21873635 IBA PANTHER:PTN000022760|RGD:69194 F Molybdopterin molybdenumtransferase UniProtKB:O31703|PTN000022813 protein NCBITaxon:224308 20170228 GO_Central molybdopterin adenylyltransferase activity -UniProtKB O31702 moeB GO:0005829 PMID:21873635 IBA PANTHER:PTN000102608|UniProtKB:P12282|UniProtKB:P30138 C Molybdopterin-synthase adenylyltransferase UniProtKB:O31702|PTN000102611 protein NCBITaxon:224308 20181024 GO_Central cytosol -UniProtKB O31702 moeB GO:0005737 PMID:21873635 IBA PANTHER:PTN000102040|TAIR:locus:2207220|TAIR:locus:2062571|MGI:MGI:1921494|dictyBase:DDB_G0271096|UniProtKB:O95396|FB:FBgn0032054|TAIR:locus:2164270|UniProtKB:Q8I5F9|UniProtKB:Q8IDZ6|TAIR:locus:2152375|FB:FBgn0029113|UniProtKB:O95352|SGD:S000006384|SGD:S000001214|UniProtKB:Q8ID54|PomBase:SPBC1604.21c|UniProtKB:P30138|UniProtKB:Q9GZZ9|WB:WBGene00004341|TAIR:locus:2207185|TAIR:locus:2050069|UniProtKB:P12282|SGD:S000001693|UniProtKB:P22314|UniProtKB:A0AVT1|RGD:619945|TAIR:locus:2060854 C Molybdopterin-synthase adenylyltransferase UniProtKB:O31702|PTN000102611 protein NCBITaxon:224308 20201231 GO_Central cytoplasm -UniProtKB O31702 moeB GO:0016779 PMID:21873635 IBA PANTHER:PTN000102608|UniProtKB:P30138|UniProtKB:P12282 F Molybdopterin-synthase adenylyltransferase UniProtKB:O31702|PTN000102611 protein NCBITaxon:224308 20200807 GO_Central nucleotidyltransferase activity -UniProtKB O31701 mobA GO:0016779 PMID:21873635 IBA PANTHER:PTN001452257|UniProtKB:Q58517|UniProtKB:P32173|UniProtKB:Q5JDA9|UniProtKB:O67379 F Probable molybdenum cofactor guanylyltransferase UniProtKB:O31701|PTN001827504 protein NCBITaxon:224308 20210122 GO_Central nucleotidyltransferase activity -UniProtKB O31690 ykvZ GO:0000976 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7|UniProtKB:P0ACP1|UniProtKB:P25144|UniProtKB:P03023|UniProtKB:P0ACQ0 F Uncharacterized HTH-type transcriptional regulator YkvZ UniProtKB:O31690|PTN000765120 protein NCBITaxon:224308 20200930 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O31690 ykvZ GO:0003700 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P36673|UniProtKB:P18811|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:Q8EBJ8 F Uncharacterized HTH-type transcriptional regulator YkvZ UniProtKB:O31690|PTN000765120 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB O31690 ykvZ GO:0006355 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:Q8P5C9|UniProtKB:P18811|UniProtKB:P06846|UniProtKB:P0ACP1|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P03024|UniProtKB:Q8EBJ8|UniProtKB:P25144|UniProtKB:P0ACP5|UniProtKB:G3XD97|UniProtKB:P0ACN7|UniProtKB:P25748|UniProtKB:Q2G295|UniProtKB:P0ACI3 P Uncharacterized HTH-type transcriptional regulator YkvZ UniProtKB:O31690|PTN000765120 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB O31680 ykvO GO:0050664 PMID:21873635 IBA PANTHER:PTN002453021|SGD:S000001475 F Uncharacterized oxidoreductase YkvO UniProtKB:O31680|PTN001215453 protein NCBITaxon:224308 20170601 GO_Central oxidoreductase activity, acting on NAD(P)H, oxygen as acceptor -UniProtKB O31680 ykvO GO:0005622 PMID:21873635 IBA PANTHER:PTN002453021|UniProtKB:Q5AVU0 C Uncharacterized oxidoreductase YkvO UniProtKB:O31680|PTN001215453 protein NCBITaxon:224308 20200810 GO_Central intracellular anatomical structure -UniProtKB O31675 queC GO:0008616 PMID:21873635 IBA PANTHER:PTN000903733|UniProtKB:P77756 P 7-cyano-7-deazaguanine synthase UniProtKB:O31675|PTN000903736 protein NCBITaxon:224308 20170228 GO_Central queuosine biosynthetic process -UniProtKB O31669 mtnD GO:0010309 PMID:21873635 IBA PANTHER:PTN000602608|TAIR:locus:505006465 F Acireductone dioxygenase UniProtKB:O31669|PTN000602688 protein NCBITaxon:224308 20170228 GO_Central acireductone dioxygenase [iron(II)-requiring] activity -UniProtKB O31669 mtnD GO:0006555 PMID:21873635 IBA PANTHER:PTN000602608|UniProtKB:Q9BV57|SGD:S000004611|FB:FBgn0052068 P Acireductone dioxygenase UniProtKB:O31669|PTN000602688 protein NCBITaxon:224308 20200809 GO_Central methionine metabolic process -UniProtKB O31668 mtnB GO:0046570 PMID:21873635 IBA PANTHER:PTN000067541|UniProtKB:Q96GX9|SGD:S000003785 F Methylthioribulose-1-phosphate dehydratase UniProtKB:O31668|PTN000067602 protein NCBITaxon:224308 20170420 GO_Central methylthioribulose 1-phosphate dehydratase activity -UniProtKB O31668 mtnB GO:0005737 PMID:21873635 IBA PANTHER:PTN000067541|TAIR:locus:2154664|UniProtKB:Q96GX9 C Methylthioribulose-1-phosphate dehydratase UniProtKB:O31668|PTN000067602 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB O31668 mtnB GO:0019509 PMID:21873635 IBA PANTHER:PTN000067541|UniProtKB:Q96GX9|SGD:S000003785 P Methylthioribulose-1-phosphate dehydratase UniProtKB:O31668|PTN000067602 protein NCBITaxon:224308 20170420 GO_Central L-methionine salvage from methylthioadenosine -UniProtKB O31648 yjdG GO:0008999 PMID:21873635 IBA PANTHER:PTN001272762|UniProtKB:P0A948 F Uncharacterized N-acetyltransferase YjdG UniProtKB:O31648|PTN001409386 protein NCBITaxon:224308 20170228 GO_Central ribosomal-protein-alanine N-acetyltransferase activity -UniProtKB O31648 yjdG GO:0005737 PMID:21873635 IBA PANTHER:PTN001272762|UniProtKB:P0A948 C Uncharacterized N-acetyltransferase YjdG UniProtKB:O31648|PTN001409386 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB O31646 manA GO:0000976 PMID:21873635 IBA PANTHER:PTN001825872|UniProtKB:P52003 F Mannose-6-phosphate isomerase ManA UniProtKB:O31646|PTN000437826 protein NCBITaxon:224308 20170413 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O31646 manA GO:0045892 PMID:21873635 IBA PANTHER:PTN001825872|UniProtKB:P52003|UniProtKB:P0ACR9 P Mannose-6-phosphate isomerase ManA UniProtKB:O31646|PTN000437826 protein NCBITaxon:224308 20170413 GO_Central negative regulation of transcription, DNA-templated -UniProtKB O31645 manP GO:0090563 PMID:21873635 IBA PANTHER:PTN002021020|UniProtKB:P20966|UniProtKB:P54745 F PTS system mannose-specific EIIBCA component UniProtKB:O31645|PTN001253672 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-sugar phosphotransferase activity -UniProtKB O31645 manP GO:0009401 PMID:21873635 IBA PANTHER:PTN002021020|UniProtKB:P20966|UniProtKB:P54745 P PTS system mannose-specific EIIBCA component UniProtKB:O31645|PTN001253672 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB O31645 manP GO:0005886 PMID:21873635 IBA PANTHER:PTN002021020|UniProtKB:P54745|UniProtKB:P77579|UniProtKB:P32672|UniProtKB:P20966|UniProtKB:P32154 C PTS system mannose-specific EIIBCA component UniProtKB:O31645|PTN001253672 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O31641 yjcS GO:0003824 PMID:21873635 IBA PANTHER:PTN002118978|UniProtKB:P64461|UniProtKB:P0ADU2 F Uncharacterized protein YjcS UniProtKB:O31641|PTN002433068 protein NCBITaxon:224308 20200809 GO_Central catalytic activity -UniProtKB O31633 yjcK GO:0005737 PMID:21873635 IBA PANTHER:PTN001272762|UniProtKB:P0A948 C Putative [ribosomal protein S5]-alanine N-acetyltransferase UniProtKB:O31633|PTN001272763 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB O31633 yjcK GO:0008999 PMID:21873635 IBA PANTHER:PTN001272762|UniProtKB:P0A948 F Putative [ribosomal protein S5]-alanine N-acetyltransferase UniProtKB:O31633|PTN001272763 protein NCBITaxon:224308 20170228 GO_Central ribosomal-protein-alanine N-acetyltransferase activity -UniProtKB O31632 metC GO:0016846 PMID:21873635 IBA PANTHER:PTN000211590|UniProtKB:P9WGB7|RGD:2443|UniProtKB:P32929|TAIR:locus:2080605|SGD:S000000010|SGD:S000003152|UniProtKB:Q5AXC9|MGI:MGI:1339968|TAIR:locus:2019449|UniProtKB:O05394 F Cystathionine beta-lyase MetC UniProtKB:O31632|PTN000211709 protein NCBITaxon:224308 20181107 GO_Central carbon-sulfur lyase activity -UniProtKB O31632 metC GO:0030170 PMID:21873635 IBA PANTHER:PTN000211590|UniProtKB:P32929|UniProtKB:P00935 F Cystathionine beta-lyase MetC UniProtKB:O31632|PTN000211709 protein NCBITaxon:224308 20170228 GO_Central pyridoxal phosphate binding -UniProtKB O31632 metC GO:0005737 PMID:21873635 IBA PANTHER:PTN000211590|SGD:S000003152|SGD:S000001154|TAIR:locus:2080605|TAIR:locus:2019449 C Cystathionine beta-lyase MetC UniProtKB:O31632|PTN000211709 protein NCBITaxon:224308 20200808 GO_Central cytoplasm -UniProtKB O31632 metC GO:0004123 PMID:21873635 IBA PANTHER:PTN000211591|MGI:MGI:1339968|UniProtKB:P32929|SGD:S000000010|UniProtKB:O05394|UniProtKB:P9WGB7 F Cystathionine beta-lyase MetC UniProtKB:O31632|PTN000211709 protein NCBITaxon:224308 20170228 GO_Central cystathionine gamma-lyase activity -UniProtKB O31632 metC GO:0019343 PMID:21873635 IBA PANTHER:PTN000211591|UniProtKB:P9WGB7|SGD:S000000010|UniProtKB:P32929 P Cystathionine beta-lyase MetC UniProtKB:O31632|PTN000211709 protein NCBITaxon:224308 20181107 GO_Central cysteine biosynthetic process via cystathionine -UniProtKB O31632 metC GO:0019346 PMID:21873635 IBA PANTHER:PTN000211590|SGD:S000000010|UniProtKB:P32929|SGD:S000003152 P Cystathionine beta-lyase MetC UniProtKB:O31632|PTN000211709 protein NCBITaxon:224308 20170228 GO_Central transsulfuration -UniProtKB O31628 yjcF GO:0008080 PMID:21873635 IBA PANTHER:PTN001000790|UniProtKB:Q5AHF9|MGI:MGI:1858963|SGD:S000001877|UniProtKB:Q5U9F2|RGD:1563144|TAIR:locus:2143226 F Uncharacterized N-acetyltransferase YjcF UniProtKB:O31628|PTN001000789 protein NCBITaxon:224308 20180412 GO_Central N-acetyltransferase activity -UniProtKB O31626 yjcD GO:0000725 PMID:21873635 IBA PANTHER:PTN000116141|PomBase:SPAC4H3.05|UniProtKB:F1ND48|PomBase:SPBC336.01 P Putative ATP-dependent DNA helicase YjcD UniProtKB:O31626|PTN000116199 protein NCBITaxon:224308 20181129 GO_Central recombinational repair -UniProtKB O31626 yjcD GO:0005829 PMID:21873635 IBA PANTHER:PTN000869814|UniProtKB:P03018|UniProtKB:P15038 C Putative ATP-dependent DNA helicase YjcD UniProtKB:O31626|PTN000116199 protein NCBITaxon:224308 20181129 GO_Central cytosol -UniProtKB O31626 yjcD GO:0033202 PMID:21873635 IBA PANTHER:PTN000116196|UniProtKB:P03018|UniProtKB:P9WMQ1 C Putative ATP-dependent DNA helicase YjcD UniProtKB:O31626|PTN000116199 protein NCBITaxon:224308 20180308 GO_Central DNA helicase complex -UniProtKB O31626 yjcD GO:0043138 PMID:21873635 IBA PANTHER:PTN000116141|UniProtKB:P9WMQ1|TAIR:locus:2117303|SGD:S000005455|UniProtKB:Q8NFZ0|UniProtKB:P15038|PomBase:SPBC336.01|UniProtKB:A0A1D8PUB1|SGD:S000003628|UniProtKB:Q8I3W6 F Putative ATP-dependent DNA helicase YjcD UniProtKB:O31626|PTN000116199 protein NCBITaxon:224308 20180308 GO_Central 3'-5' DNA helicase activity -UniProtKB O31620 thiD GO:0005829 PMID:21873635 IBA PANTHER:PTN000466159|SGD:S000005416|UniProtKB:P76422 C Hydroxymethylpyrimidine/phosphomethylpyrimidine kinase UniProtKB:O31620|PTN000466196 protein NCBITaxon:224308 20170421 GO_Central cytosol -UniProtKB O31620 thiD GO:0009228 PMID:21873635 IBA PANTHER:PTN000466159|TAIR:locus:2017734|UniProtKB:P76422|SGD:S000005416|SGD:S000006179 P Hydroxymethylpyrimidine/phosphomethylpyrimidine kinase UniProtKB:O31620|PTN000466196 protein NCBITaxon:224308 20200930 GO_Central thiamine biosynthetic process -UniProtKB O31620 thiD GO:0008902 PMID:21873635 IBA PANTHER:PTN000466159|SGD:S000006179|SGD:S000005416|UniProtKB:P76422|TAIR:locus:2017734 F Hydroxymethylpyrimidine/phosphomethylpyrimidine kinase UniProtKB:O31620|PTN000466196 protein NCBITaxon:224308 20170421 GO_Central hydroxymethylpyrimidine kinase activity -UniProtKB O31620 thiD GO:0008972 PMID:21873635 IBA PANTHER:PTN000466159|SGD:S000005416|SGD:S000006179|TAIR:locus:2017734 F Hydroxymethylpyrimidine/phosphomethylpyrimidine kinase UniProtKB:O31620|PTN000466196 protein NCBITaxon:224308 20170421 GO_Central phosphomethylpyrimidine kinase activity -UniProtKB O31619 thiF GO:0016779 PMID:21873635 IBA PANTHER:PTN000102608|UniProtKB:P30138|UniProtKB:P12282 F Sulfur carrier protein ThiS adenylyltransferase UniProtKB:O31619|PTN000102610 protein NCBITaxon:224308 20200807 GO_Central nucleotidyltransferase activity -UniProtKB O31619 thiF GO:0005737 PMID:21873635 IBA PANTHER:PTN000102040|TAIR:locus:2207220|TAIR:locus:2062571|MGI:MGI:1921494|dictyBase:DDB_G0271096|UniProtKB:O95396|FB:FBgn0032054|TAIR:locus:2164270|UniProtKB:Q8I5F9|UniProtKB:Q8IDZ6|TAIR:locus:2152375|FB:FBgn0029113|UniProtKB:O95352|SGD:S000006384|SGD:S000001214|UniProtKB:Q8ID54|PomBase:SPBC1604.21c|UniProtKB:P30138|UniProtKB:Q9GZZ9|WB:WBGene00004341|TAIR:locus:2207185|TAIR:locus:2050069|UniProtKB:P12282|SGD:S000001693|UniProtKB:P22314|UniProtKB:A0AVT1|RGD:619945|TAIR:locus:2060854 C Sulfur carrier protein ThiS adenylyltransferase UniProtKB:O31619|PTN000102610 protein NCBITaxon:224308 20201231 GO_Central cytoplasm -UniProtKB O31619 thiF GO:0005829 PMID:21873635 IBA PANTHER:PTN000102608|UniProtKB:P12282|UniProtKB:P30138 C Sulfur carrier protein ThiS adenylyltransferase UniProtKB:O31619|PTN000102610 protein NCBITaxon:224308 20181024 GO_Central cytosol -UniProtKB O31616 thiO GO:0005737 PMID:21873635 IBA PANTHER:PTN000354057|RGD:621125|UniProtKB:Q96CU9|UniProtKB:Q5JFG7|UniProtKB:Q9UI17|MGI:MGI:2183102|RGD:620453|SGD:S000001051|UniProtKB:P33940|TAIR:locus:2206051 C Glycine oxidase UniProtKB:O31616|PTN000354563 protein NCBITaxon:224308 20200808 GO_Central cytoplasm -UniProtKB O31616 thiO GO:0016491 PMID:21873635 IBA PANTHER:PTN000354057|UniProtKB:Q9HTQ0|RGD:621125|UniProtKB:Q5JFG7|UniProtKB:O31616|UniProtKB:Q9HTE8|UniProtKB:Q9UI17|RGD:620453|UniProtKB:Q9HVF1|UniProtKB:Q9HU99|UniProtKB:P37906|UniProtKB:P33940|UniProtKB:P0A6J5 F Glycine oxidase UniProtKB:O31616|PTN000354563 protein NCBITaxon:224308 20200930 GO_Central oxidoreductase activity -UniProtKB O31613 yjbO GO:0000455 PMID:21873635 IBA PANTHER:PTN001311753|UniProtKB:P33643|UniProtKB:P0AA37|UniProtKB:P0AA39 P Uncharacterized RNA pseudouridine synthase YjbO UniProtKB:O31613|PTN000046869 protein NCBITaxon:224308 20200808 GO_Central enzyme-directed rRNA pseudouridine synthesis -UniProtKB O31613 yjbO GO:0009982 PMID:21873635 IBA PANTHER:PTN001311753|UniProtKB:P0AA41|UniProtKB:P0AA39|UniProtKB:P0AA37|SGD:S000005427|SGD:S000002194|UniProtKB:P33643|SGD:S000003401 F Uncharacterized RNA pseudouridine synthase YjbO UniProtKB:O31613|PTN000046869 protein NCBITaxon:224308 20170228 GO_Central pseudouridine synthase activity -UniProtKB O31612 ppnKA GO:0006741 PMID:21873635 IBA PANTHER:PTN000463643|TAIR:locus:2202975|UniProtKB:Q8Y8D7|UniProtKB:P0A7B3|UniProtKB:P65774|RGD:1642420|SGD:S000003810|UniProtKB:P9WHV7|SGD:S000000767|SGD:S000006109|UniProtKB:Q58327|UniProtKB:O31612 P NAD kinase 1 UniProtKB:O31612|PTN000463772 protein NCBITaxon:224308 20190307 GO_Central NADP biosynthetic process -UniProtKB O31612 ppnKA GO:0003951 PMID:21873635 IBA PANTHER:PTN000463643|SGD:S000000767|UniProtKB:O31612|UniProtKB:Q58327|UniProtKB:P9WHV7|SGD:S000003810|UniProtKB:Q9C5W3|UniProtKB:P65774|UniProtKB:O95544|TAIR:locus:2202975|UniProtKB:Q56YN3|UniProtKB:P0A7B3|UniProtKB:Q8Y8D7 F NAD kinase 1 UniProtKB:O31612|PTN000463772 protein NCBITaxon:224308 20190307 GO_Central NAD+ kinase activity -UniProtKB O31607 yjbI GO:0008379 PMID:21873635 IBA PANTHER:PTN002449977|UniProtKB:P0AE52|SGD:S000001272|PomBase:SPBC1773.02c|UniProtKB:P30048|FB:FBgn0038519 F Group 2 truncated hemoglobin YjbI UniProtKB:O31607|PTN001321859 protein NCBITaxon:224308 20181029 GO_Central thioredoxin peroxidase activity -UniProtKB O31607 yjbI GO:0005737 PMID:21873635 IBA PANTHER:PTN002449977|RGD:620040|UniProtKB:P0AE52|UniProtKB:P30048|FB:FBgn0038519|UniProtKB:Q9LU86 C Group 2 truncated hemoglobin YjbI UniProtKB:O31607|PTN001321859 protein NCBITaxon:224308 20200809 GO_Central cytoplasm -UniProtKB O31607 yjbI GO:0045454 PMID:21873635 IBA PANTHER:PTN002449977|SGD:S000001272|UniProtKB:P9WG65|FB:FBgn0038519 P Group 2 truncated hemoglobin YjbI UniProtKB:O31607|PTN001321859 protein NCBITaxon:224308 20181029 GO_Central cell redox homeostasis -UniProtKB O31607 yjbI GO:0034599 PMID:21873635 IBA PANTHER:PTN002449977|UniProtKB:P30048|SGD:S000001272 P Group 2 truncated hemoglobin YjbI UniProtKB:O31607|PTN001321859 protein NCBITaxon:224308 20181029 GO_Central cellular response to oxidative stress -UniProtKB O31605 yjbG GO:0006508 PMID:21873635 IBA PANTHER:PTN000211184|SGD:S000000562|UniProtKB:P27298|RGD:621518|SGD:S000001617 P Oligoendopeptidase F homolog UniProtKB:O31605|PTN000928339 protein NCBITaxon:224308 20200929 GO_Central proteolysis -UniProtKB O31605 yjbG GO:0006518 PMID:21873635 IBA PANTHER:PTN000211184|MGI:MGI:1354165|UniProtKB:P27298 P Oligoendopeptidase F homolog UniProtKB:O31605|PTN000928339 protein NCBITaxon:224308 20170228 GO_Central peptide metabolic process -UniProtKB O31605 yjbG GO:0004222 PMID:21873635 IBA PANTHER:PTN000211184|RGD:621518|SGD:S000000562|SGD:S000001617|MGI:MGI:1354165 F Oligoendopeptidase F homolog UniProtKB:O31605|PTN000928339 protein NCBITaxon:224308 20170228 GO_Central metalloendopeptidase activity -UniProtKB O31603 yjbE GO:0005886 PMID:21873635 IBA PANTHER:PTN001574862|UniProtKB:P67127 C Uncharacterized membrane protein YjbE UniProtKB:O31603|PTN001574864 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O31602 spxA GO:0005829 PMID:21873635 IBA PANTHER:PTN001247286|UniProtKB:P76569 C Regulatory protein Spx UniProtKB:O31602|PTN001574570 protein NCBITaxon:224308 20190822 GO_Central cytosol -UniProtKB O31590 cspR GO:0002132 PMID:21873635 IBA PANTHER:PTN000247303|UniProtKB:P0AGJ7 P Putative tRNA (cytidine(34)-2'-O)-methyltransferase UniProtKB:O31590|PTN000247310 protein NCBITaxon:224308 20170228 GO_Central wobble position uridine ribose methylation -UniProtKB O31590 cspR GO:0002131 PMID:21873635 IBA PANTHER:PTN000247303|UniProtKB:P0AGJ7 P Putative tRNA (cytidine(34)-2'-O)-methyltransferase UniProtKB:O31590|PTN000247310 protein NCBITaxon:224308 20170228 GO_Central wobble position cytosine ribose methylation -UniProtKB O31587 rpsN2 GO:0015935 PMID:21873635 IBA PANTHER:PTN000457003|UniProtKB:P0AG59|UniProtKB:O60783|SGD:S000006370 C Alternate 30S ribosomal protein S14 UniProtKB:O31587|PTN000457066 protein NCBITaxon:224308 20200808 GO_Central small ribosomal subunit -UniProtKB O31587 rpsN2 GO:0003735 PMID:21873635 IBA PANTHER:PTN000457003|UniProtKB:P0AG59|SGD:S000006370 F Alternate 30S ribosomal protein S14 UniProtKB:O31587|PTN000457066 protein NCBITaxon:224308 20200808 GO_Central structural constituent of ribosome -UniProtKB O31587 rpsN2 GO:0006412 PMID:21873635 IBA PANTHER:PTN000457003|UniProtKB:O60783 P Alternate 30S ribosomal protein S14 UniProtKB:O31587|PTN000457066 protein NCBITaxon:224308 20170228 GO_Central translation -UniProtKB O31584 mutY GO:0034039 PMID:21873635 IBA PANTHER:PTN000040628|PomBase:SPAC26A3.02 F Adenine DNA glycosylase UniProtKB:O31584|PTN000040678 protein NCBITaxon:224308 20170502 GO_Central 8-oxo-7,8-dihydroguanine DNA N-glycosylase activity -UniProtKB O31584 mutY GO:0035485 PMID:21873635 IBA PANTHER:PTN000040628|PomBase:SPAC26A3.02 F Adenine DNA glycosylase UniProtKB:O31584|PTN000040678 protein NCBITaxon:224308 20170502 GO_Central adenine/guanine mispair binding -UniProtKB O31584 mutY GO:0006298 PMID:21873635 IBA PANTHER:PTN000040628|PomBase:SPAC26A3.02 P Adenine DNA glycosylase UniProtKB:O31584|PTN000040678 protein NCBITaxon:224308 20170502 GO_Central mismatch repair -UniProtKB O31584 mutY GO:0000701 PMID:21873635 IBA PANTHER:PTN000040628|UniProtKB:Q9UIF7|PomBase:SPAC26A3.02 F Adenine DNA glycosylase UniProtKB:O31584|PTN000040678 protein NCBITaxon:224308 20170502 GO_Central purine-specific mismatch base pair DNA N-glycosylase activity -UniProtKB O31584 mutY GO:0006284 PMID:21873635 IBA PANTHER:PTN000040628|PomBase:SPAC26A3.02 P Adenine DNA glycosylase UniProtKB:O31584|PTN000040678 protein NCBITaxon:224308 20200810 GO_Central base-excision repair -UniProtKB O31584 mutY GO:0032357 PMID:21873635 IBA PANTHER:PTN000040628|PomBase:SPAC26A3.02 F Adenine DNA glycosylase UniProtKB:O31584|PTN000040678 protein NCBITaxon:224308 20170502 GO_Central oxidized purine DNA binding -UniProtKB O31570 yfhB GO:0005737 PMID:21873635 IBA PANTHER:PTN002301077|UniProtKB:P30039|TAIR:locus:2140265 C Uncharacterized isomerase YfhB UniProtKB:O31570|PTN000349714 protein NCBITaxon:224308 20200527 GO_Central cytoplasm -UniProtKB O31570 yfhB GO:0016853 PMID:21873635 IBA PANTHER:PTN002301077|TAIR:locus:2140250 F Uncharacterized isomerase YfhB UniProtKB:O31570|PTN000349714 protein NCBITaxon:224308 20200527 GO_Central isomerase activity -UniProtKB O31569 yfhA GO:0033214 PMID:21873635 IBA PANTHER:PTN001253116|UniProtKB:P06972|UniProtKB:P15030|UniProtKB:P15029 P Probable siderophore transport system permease protein YfhA UniProtKB:O31569|PTN000766016 protein NCBITaxon:224308 20201206 GO_Central siderophore-dependent iron import into cell -UniProtKB O31569 yfhA GO:0005887 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P06609 C Probable siderophore transport system permease protein YfhA UniProtKB:O31569|PTN000766016 protein NCBITaxon:224308 20190116 GO_Central integral component of plasma membrane -UniProtKB O31569 yfhA GO:0022857 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P06972|UniProtKB:P06609|UniProtKB:P23876|UniProtKB:P15029|UniProtKB:P15030 F Probable siderophore transport system permease protein YfhA UniProtKB:O31569|PTN000766016 protein NCBITaxon:224308 20190116 GO_Central transmembrane transporter activity -UniProtKB O31568 yfiZ GO:0033214 PMID:21873635 IBA PANTHER:PTN001253116|UniProtKB:P06972|UniProtKB:P15030|UniProtKB:P15029 P Probable siderophore transport system permease protein YfiZ UniProtKB:O31568|PTN000766001 protein NCBITaxon:224308 20201206 GO_Central siderophore-dependent iron import into cell -UniProtKB O31568 yfiZ GO:0022857 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P06972|UniProtKB:P06609|UniProtKB:P23876|UniProtKB:P15029|UniProtKB:P15030 F Probable siderophore transport system permease protein YfiZ UniProtKB:O31568|PTN000766001 protein NCBITaxon:224308 20190116 GO_Central transmembrane transporter activity -UniProtKB O31568 yfiZ GO:0005887 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P06609 C Probable siderophore transport system permease protein YfiZ UniProtKB:O31568|PTN000766001 protein NCBITaxon:224308 20190116 GO_Central integral component of plasma membrane -UniProtKB O31564 yfiV GO:0000976 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4 F Uncharacterized HTH-type transcriptional regulator YfiV UniProtKB:O31564|PTN002431225 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O31564 yfiV GO:0006950 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YfiV UniProtKB:O31564|PTN002431225 protein NCBITaxon:224308 20170228 GO_Central response to stress -UniProtKB O31564 yfiV GO:0006355 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4|UniProtKB:P0A8W2|UniProtKB:Q8EI70|UniProtKB:P27245|UniProtKB:P11065 P Uncharacterized HTH-type transcriptional regulator YfiV UniProtKB:O31564|PTN002431225 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB O31545 yfjO GO:0070041 PMID:21873635 IBA PANTHER:PTN000115109|UniProtKB:P55135|UniProtKB:O31503 F Uncharacterized RNA methyltransferase YfjO UniProtKB:O31545|PTN000115111 protein NCBITaxon:224308 20180403 GO_Central rRNA (uridine-C5-)-methyltransferase activity -UniProtKB O31545 yfjO GO:0070475 PMID:21873635 IBA PANTHER:PTN000115109|UniProtKB:P55135|UniProtKB:P75817 P Uncharacterized RNA methyltransferase YfjO UniProtKB:O31545|PTN000115111 protein NCBITaxon:224308 20180403 GO_Central rRNA base methylation -UniProtKB O31544 yfjP GO:0032993 PMID:21873635 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c C Putative DNA-3-methyladenine glycosylase YfjP UniProtKB:O31544|PTN000028486 protein NCBITaxon:224308 20170228 GO_Central protein-DNA complex -UniProtKB O31544 yfjP GO:0008725 PMID:21873635 IBA PANTHER:PTN002452908|SGD:S000000944|PomBase:SPAPB24D3.04c F Putative DNA-3-methyladenine glycosylase YfjP UniProtKB:O31544|PTN000028486 protein NCBITaxon:224308 20170228 GO_Central DNA-3-methyladenine glycosylase activity -UniProtKB O31544 yfjP GO:0043916 PMID:21873635 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c F Putative DNA-3-methyladenine glycosylase YfjP UniProtKB:O31544|PTN000028486 protein NCBITaxon:224308 20170228 GO_Central DNA-7-methylguanine glycosylase activity -UniProtKB O31544 yfjP GO:0006307 PMID:21873635 IBA PANTHER:PTN002452908|SGD:S000000944|PomBase:SPAPB24D3.04c|UniProtKB:P9WJW3|UniProtKB:P04395 P Putative DNA-3-methyladenine glycosylase YfjP UniProtKB:O31544|PTN000028486 protein NCBITaxon:224308 20170228 GO_Central DNA dealkylation involved in DNA repair -UniProtKB O31544 yfjP GO:0005737 PMID:21873635 IBA PANTHER:PTN001614559|UniProtKB:P04395 C Putative DNA-3-methyladenine glycosylase YfjP UniProtKB:O31544|PTN000028486 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB O31544 yfjP GO:0032131 PMID:21873635 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c F Putative DNA-3-methyladenine glycosylase YfjP UniProtKB:O31544|PTN000028486 protein NCBITaxon:224308 20170228 GO_Central alkylated DNA binding -UniProtKB O31544 yfjP GO:0006285 PMID:21873635 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c|SGD:S000000944|PomBase:SPBC23G7.11 P Putative DNA-3-methyladenine glycosylase YfjP UniProtKB:O31544|PTN000028486 protein NCBITaxon:224308 20170228 GO_Central base-excision repair, AP site formation -UniProtKB O31543 yfjQ GO:0015087 PMID:21873635 IBA PANTHER:PTN000488652|UniProtKB:Q9WZ31 F Putative metal ion transporter YfjQ UniProtKB:O31543|PTN000488814 protein NCBITaxon:224308 20180816 GO_Central cobalt ion transmembrane transporter activity -UniProtKB O31543 yfjQ GO:0005887 PMID:21873635 IBA PANTHER:PTN000488652|UniProtKB:Q9WZ31|UniProtKB:P64423 C Putative metal ion transporter YfjQ UniProtKB:O31543|PTN000488814 protein NCBITaxon:224308 20180816 GO_Central integral component of plasma membrane -UniProtKB O31543 yfjQ GO:0000287 PMID:21873635 IBA PANTHER:PTN000488652|UniProtKB:O50455|UniProtKB:Q9WZ31 F Putative metal ion transporter YfjQ UniProtKB:O31543|PTN000488814 protein NCBITaxon:224308 20180816 GO_Central magnesium ion binding -UniProtKB O31543 yfjQ GO:0050897 PMID:21873635 IBA PANTHER:PTN000488652|UniProtKB:Q9WZ31|UniProtKB:O50455 F Putative metal ion transporter YfjQ UniProtKB:O31543|PTN000488814 protein NCBITaxon:224308 20180816 GO_Central cobalt ion binding -UniProtKB O31543 yfjQ GO:0015095 PMID:21873635 IBA PANTHER:PTN000488652|UniProtKB:Q9WZ31 F Putative metal ion transporter YfjQ UniProtKB:O31543|PTN000488814 protein NCBITaxon:224308 20180816 GO_Central magnesium ion transmembrane transporter activity -UniProtKB O31535 yetH GO:0004493 PMID:21873635 IBA PANTHER:PTN000482927|UniProtKB:Q96PE7 F Uncharacterized protein YetH UniProtKB:O31535|PTN001849206 protein NCBITaxon:224308 20180504 GO_Central methylmalonyl-CoA epimerase activity -UniProtKB O31535 yetH GO:0046491 PMID:21873635 IBA PANTHER:PTN000482927|UniProtKB:Q96PE7 P Uncharacterized protein YetH UniProtKB:O31535|PTN001849206 protein NCBITaxon:224308 20180504 GO_Central L-methylmalonyl-CoA metabolic process -UniProtKB O31513 yesJ GO:0008080 PMID:21873635 IBA PANTHER:PTN000057452|UniProtKB:Q96F10|SGD:S000000792|SGD:S000006397|TAIR:locus:2064930|ZFIN:ZDB-GENE-050913-41|UniProtKB:P21673|ZFIN:ZDB-GENE-040704-4|RGD:1586174|ZFIN:ZDB-GENE-041001-39 F Uncharacterized N-acetyltransferase YesJ UniProtKB:O31513|PTN001499090 protein NCBITaxon:224308 20210127 GO_Central N-acetyltransferase activity -UniProtKB O31509 yeeI GO:0005829 PMID:21873635 IBA PANTHER:PTN000283292|UniProtKB:P0A8A2|UniProtKB:P0A8A0 C Probable transcriptional regulatory protein YeeI UniProtKB:O31509|PTN000283294 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O31503 rlmCD GO:0070475 PMID:21873635 IBA PANTHER:PTN000115109|UniProtKB:P55135|UniProtKB:P75817 P 23S rRNA (uracil-C(5))-methyltransferase RlmCD UniProtKB:O31503|PTN000115112 protein NCBITaxon:224308 20180403 GO_Central rRNA base methylation -UniProtKB O31503 rlmCD GO:0070041 PMID:21873635 IBA PANTHER:PTN000115109|UniProtKB:P55135|UniProtKB:O31503 F 23S rRNA (uracil-C(5))-methyltransferase RlmCD UniProtKB:O31503|PTN000115112 protein NCBITaxon:224308 20180403 GO_Central rRNA (uridine-C5-)-methyltransferase activity -UniProtKB O31501 swrC GO:0042910 PMID:21873635 IBA PANTHER:PTN004918764|UniProtKB:P37637|UniProtKB:Q9HW27|UniProtKB:Q9I0Y8|UniProtKB:G3XCW2|UniProtKB:Q9HWH4|UniProtKB:P31224|UniProtKB:Q9HVI9 F Swarming motility protein SwrC UniProtKB:O31501|PTN000786547 protein NCBITaxon:224308 20200814 GO_Central xenobiotic transmembrane transporter activity -UniProtKB O31501 swrC GO:0005886 PMID:21873635 IBA PANTHER:PTN004918764|UniProtKB:P76399|UniProtKB:P24177|UniProtKB:P37637|UniProtKB:P38054|UniProtKB:P31224|UniProtKB:P76398 C Swarming motility protein SwrC UniProtKB:O31501|PTN000786547 protein NCBITaxon:224308 20200814 GO_Central plasma membrane -UniProtKB O31498 ligA GO:0006288 PMID:21873635 IBA PANTHER:PTN000121726|UniProtKB:P15042 P DNA ligase UniProtKB:O31498|PTN000121727 protein NCBITaxon:224308 20170228 GO_Central base-excision repair, DNA ligation -UniProtKB O31498 ligA GO:0005829 PMID:21873635 IBA PANTHER:PTN000121726|UniProtKB:P15042 C DNA ligase UniProtKB:O31498|PTN000121727 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O31498 ligA GO:0003911 PMID:21873635 IBA PANTHER:PTN000121726|UniProtKB:P15042|UniProtKB:P25772|UniProtKB:P9WNV1 F DNA ligase UniProtKB:O31498|PTN000121727 protein NCBITaxon:224308 20170228 GO_Central DNA ligase (NAD+) activity -UniProtKB O31489 ydcI GO:0003735 PMID:21873635 IBA PANTHER:PTN000076677|UniProtKB:P0AG67 F Uncharacterized protein YdcI UniProtKB:O31489|PTN000076716 protein NCBITaxon:224308 20171222 GO_Central structural constituent of ribosome -UniProtKB O31489 ydcI GO:0003729 PMID:21873635 IBA PANTHER:PTN000076677|UniProtKB:P0AG67|TAIR:locus:2145860 F Uncharacterized protein YdcI UniProtKB:O31489|PTN000076716 protein NCBITaxon:224308 20171222 GO_Central mRNA binding -UniProtKB O31489 ydcI GO:0006412 PMID:21873635 IBA PANTHER:PTN000076677|UniProtKB:P0AG67 P Uncharacterized protein YdcI UniProtKB:O31489|PTN000076716 protein NCBITaxon:224308 20171222 GO_Central translation -UniProtKB O31488 ydaN GO:0005886 PMID:21873635 IBA PANTHER:PTN002216304|UniProtKB:P37652 C Uncharacterized protein YdaN UniProtKB:O31488|PTN002216311 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O31480 yczG GO:0006355 PMID:21873635 IBA PANTHER:PTN002108422|UniProtKB:P37309 P Uncharacterized HTH-type transcriptional regulator YczG UniProtKB:O31480|PTN002108524 protein NCBITaxon:224308 20170228 GO_Central regulation of transcription, DNA-templated -UniProtKB O31480 yczG GO:0000976 PMID:21873635 IBA PANTHER:PTN002108422|UniProtKB:Q9HW47 F Uncharacterized HTH-type transcriptional regulator YczG UniProtKB:O31480|PTN002108524 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O31472 ycgE GO:0006950 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YcgE UniProtKB:O31472|PTN001451152 protein NCBITaxon:224308 20170228 GO_Central response to stress -UniProtKB O31472 ycgE GO:0006355 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4|UniProtKB:P0A8W2|UniProtKB:Q8EI70|UniProtKB:P27245|UniProtKB:P11065 P Uncharacterized HTH-type transcriptional regulator YcgE UniProtKB:O31472|PTN001451152 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB O31472 ycgE GO:0000976 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4 F Uncharacterized HTH-type transcriptional regulator YcgE UniProtKB:O31472|PTN001451152 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O31465 glsA1 GO:0006543 PMID:21873635 IBA PANTHER:PTN000283994|UniProtKB:P0A6W0|UniProtKB:O94925|MGI:MGI:95752 P Glutaminase 1 UniProtKB:O31465|PTN000284079 protein NCBITaxon:224308 20170228 GO_Central glutamine catabolic process -UniProtKB O31465 glsA1 GO:0006537 PMID:21873635 IBA PANTHER:PTN000283994|MGI:MGI:95752|UniProtKB:O94925 P Glutaminase 1 UniProtKB:O31465|PTN000284079 protein NCBITaxon:224308 20170228 GO_Central glutamate biosynthetic process -UniProtKB O31465 glsA1 GO:0004359 PMID:21873635 IBA PANTHER:PTN000283994|MGI:MGI:95752|UniProtKB:O94925|UniProtKB:P0A6W0|UniProtKB:P77454 F Glutaminase 1 UniProtKB:O31465|PTN000284079 protein NCBITaxon:224308 20170228 GO_Central glutaminase activity -UniProtKB O31463 ybgG GO:0008898 PMID:21873635 IBA PANTHER:PTN001843930|TAIR:locus:2077234|UniProtKB:Q47690|TAIR:locus:2092120 F Homocysteine S-methyltransferase YbgG UniProtKB:O31463|PTN000472792 protein NCBITaxon:224308 20181004 GO_Central S-adenosylmethionine-homocysteine S-methyltransferase activity -UniProtKB O31463 ybgG GO:0033528 PMID:21873635 IBA PANTHER:PTN001843930|TAIR:locus:2077234 P Homocysteine S-methyltransferase YbgG UniProtKB:O31463|PTN000472792 protein NCBITaxon:224308 20181004 GO_Central S-methylmethionine cycle -UniProtKB O31463 ybgG GO:0009086 PMID:21873635 IBA PANTHER:PTN001843930|TAIR:locus:2077234|TAIR:locus:2092120 P Homocysteine S-methyltransferase YbgG UniProtKB:O31463|PTN000472792 protein NCBITaxon:224308 20181004 GO_Central methionine biosynthetic process -UniProtKB O31462 ybgF GO:0003333 PMID:21873635 IBA PANTHER:PTN001718863|UniProtKB:A0A1D8PN88|SGD:S000000530|CGD:CAL0000201651|UniProtKB:A0A1D8PNP3|PomBase:SPCC965.11c|PomBase:SPAC869.11|UniProtKB:A0A1D8PMB1|UniProtKB:A0A1D8PK89|SGD:S000002916|UniProtKB:A0A1D8PH27|CGD:CAL0000177621|CGD:CAL0000198089|UniProtKB:P25737 P Uncharacterized amino acid permease YbgF UniProtKB:O31462|PTN000209272 protein NCBITaxon:224308 20201001 GO_Central amino acid transmembrane transport -UniProtKB O31462 ybgF GO:0016021 PMID:21873635 IBA PANTHER:PTN001718863|SGD:S000001747|UniProtKB:P25737|SGD:S000000336 C Uncharacterized amino acid permease YbgF UniProtKB:O31462|PTN000209272 protein NCBITaxon:224308 20190319 GO_Central integral component of membrane -UniProtKB O31462 ybgF GO:0015171 PMID:21873635 IBA PANTHER:PTN001718863|SGD:S000005214|PomBase:SPAC869.11|UniProtKB:A0A1D8PPI5|SGD:S000003423|CGD:CAL0000201651|SGD:S000000273|SGD:S000000530|SGD:S000005380|SGD:S000000789|UniProtKB:A0A1D8PK89|UniProtKB:A0A1D8PMB1|SGD:S000002453|UniProtKB:A0A1D8PNP3|PomBase:SPCC965.11c|SGD:S000005875|SGD:S000001839|UniProtKB:A0A1D8PN88|CGD:CAL0000198089|UniProtKB:P25737|SGD:S000001747|CGD:CAL0000177621|SGD:S000005212|SGD:S000000272|UniProtKB:P18696|SGD:S000002916 F Uncharacterized amino acid permease YbgF UniProtKB:O31462|PTN000209272 protein NCBITaxon:224308 20201001 GO_Central amino acid transmembrane transporter activity -UniProtKB O31459 ybgA GO:0045892 PMID:21873635 IBA PANTHER:PTN000746727|UniProtKB:P13669 P Uncharacterized HTH-type transcriptional regulator YbgA UniProtKB:O31459|PTN002465859 protein NCBITaxon:224308 20180118 GO_Central negative regulation of transcription, DNA-templated -UniProtKB O31458 gamA GO:0006043 PMID:21873635 IBA PANTHER:PTN000138938|UniProtKB:Q04802|UniProtKB:P46926 P Probable glucosamine-6-phosphate deaminase 2 UniProtKB:O31458|PTN000139026 protein NCBITaxon:224308 20180503 GO_Central glucosamine catabolic process -UniProtKB O31458 gamA GO:0042802 PMID:21873635 IBA PANTHER:PTN000138938|UniProtKB:P0A759 F Probable glucosamine-6-phosphate deaminase 2 UniProtKB:O31458|PTN000139026 protein NCBITaxon:224308 20180503 GO_Central identical protein binding -UniProtKB O31458 gamA GO:0006046 PMID:21873635 IBA PANTHER:PTN000138938|UniProtKB:P0A759|UniProtKB:Q04802 P Probable glucosamine-6-phosphate deaminase 2 UniProtKB:O31458|PTN000139026 protein NCBITaxon:224308 20170228 GO_Central N-acetylglucosamine catabolic process -UniProtKB O31458 gamA GO:0005737 PMID:21873635 IBA PANTHER:PTN000138938|MGI:MGI:1347054|UniProtKB:P0A759 C Probable glucosamine-6-phosphate deaminase 2 UniProtKB:O31458|PTN000139026 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB O31458 gamA GO:0006048 PMID:21873635 IBA PANTHER:PTN000138938|UniProtKB:P0A759 P Probable glucosamine-6-phosphate deaminase 2 UniProtKB:O31458|PTN000139026 protein NCBITaxon:224308 20170228 GO_Central UDP-N-acetylglucosamine biosynthetic process -UniProtKB O31458 gamA GO:0004342 PMID:21873635 IBA PANTHER:PTN000138938|UniProtKB:Q04802|UniProtKB:P0A759|UniProtKB:P46926 F Probable glucosamine-6-phosphate deaminase 2 UniProtKB:O31458|PTN000139026 protein NCBITaxon:224308 20170228 GO_Central glucosamine-6-phosphate deaminase activity -UniProtKB O31458 gamA GO:0019262 PMID:21873635 IBA PANTHER:PTN000138938|UniProtKB:P0A759 P Probable glucosamine-6-phosphate deaminase 2 UniProtKB:O31458|PTN000139026 protein NCBITaxon:224308 20170228 GO_Central N-acetylneuraminate catabolic process -UniProtKB O31453 ybfM GO:0005886 PMID:21873635 IBA PANTHER:PTN001251531|UniProtKB:P33366|UniProtKB:P0ADR0 C Uncharacterized membrane protein YbfM UniProtKB:O31453|PTN001251535 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O31443 ybfA GO:0008080 PMID:21873635 IBA PANTHER:PTN000358947|UniProtKB:Q9UHE5|MGI:MGI:2136449|RGD:1305719|MGI:MGI:2447776|UniProtKB:Q8N9F0|UniProtKB:Q9UHF3|MGI:MGI:3782661 F Putative HTH-type DNA-binding domain-containing acetyltransferase YbfA UniProtKB:O31443|PTN000558535 protein NCBITaxon:224308 20200305 GO_Central N-acetyltransferase activity -UniProtKB O31417 yazB GO:0003700 PMID:21873635 IBA PANTHER:PTN005321183|UniProtKB:P77626 F Uncharacterized HTH-type transcriptional regulator YazB UniProtKB:O31417|PTN008217659 protein NCBITaxon:224308 20190807 GO_Central DNA-binding transcription factor activity -UniProtKB O31417 yazB GO:0006355 PMID:21873635 IBA PANTHER:PTN005321183|UniProtKB:P06533|UniProtKB:P9WMI1|UniProtKB:P77626 P Uncharacterized HTH-type transcriptional regulator YazB UniProtKB:O31417|PTN008217659 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB P45744 dhbC GO:0008909 PMID:21873635 IBA PANTHER:PTN001343061|UniProtKB:Q51508 F Isochorismate synthase DhbC UniProtKB:P45744|PTN000132908 protein NCBITaxon:224308 20170228 GO_Central isochorismate synthase activity -UniProtKB P45744 dhbC GO:0009697 PMID:21873635 IBA PANTHER:PTN001343061|UniProtKB:Q51508 P Isochorismate synthase DhbC UniProtKB:P45744|PTN000132908 protein NCBITaxon:224308 20170228 GO_Central salicylic acid biosynthetic process -UniProtKB P45740 thiC GO:0009228 PMID:21873635 IBA PANTHER:PTN000777484|UniProtKB:P30136 P Phosphomethylpyrimidine synthase UniProtKB:P45740|PTN001254532 protein NCBITaxon:224308 20170228 GO_Central thiamine biosynthetic process -UniProtKB P45740 thiC GO:0005829 PMID:21873635 IBA PANTHER:PTN000777484|UniProtKB:P30136 C Phosphomethylpyrimidine synthase UniProtKB:P45740|PTN001254532 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P45694 tkt GO:0005829 PMID:21873635 IBA PANTHER:PTN000179149|UniProtKB:P33570|dictyBase:DDB_G0272618|UniProtKB:P27302 C Transketolase UniProtKB:P45694|PTN000179203 protein NCBITaxon:224308 20201001 GO_Central cytosol -UniProtKB P45694 tkt GO:0006098 PMID:21873635 IBA PANTHER:PTN000179149|UniProtKB:P33570|UniProtKB:P27302|SGD:S000006278|SGD:S000000321 P Transketolase UniProtKB:P45694|PTN000179203 protein NCBITaxon:224308 20170828 GO_Central pentose-phosphate shunt -UniProtKB P45694 tkt GO:0004802 PMID:21873635 IBA PANTHER:PTN000179149|UniProtKB:P27302|UniProtKB:C6KSV3|SGD:S000006278|UniProtKB:P33570|UniProtKB:Q7SIC9 F Transketolase UniProtKB:P45694|PTN000179203 protein NCBITaxon:224308 20170828 GO_Central transketolase activity -UniProtKB O31404 acoA GO:0004739 PMID:21873635 IBA PANTHER:PTN000162184|SGD:S000000980|RGD:3286|UniProtKB:P29803|RGD:620095|UniProtKB:P08559 F Acetoin:2,6-dichlorophenolindophenol oxidoreductase subunit alpha UniProtKB:O31404|PTN000162371 protein NCBITaxon:224308 20200807 GO_Central pyruvate dehydrogenase (acetyl-transferring) activity -UniProtKB O31404 acoA GO:0006086 PMID:21873635 IBA PANTHER:PTN000162184|RGD:620095|RGD:3286|SGD:S000000980|UniProtKB:P08559|MGI:MGI:97532 P Acetoin:2,6-dichlorophenolindophenol oxidoreductase subunit alpha UniProtKB:O31404|PTN000162371 protein NCBITaxon:224308 20200929 GO_Central acetyl-CoA biosynthetic process from pyruvate -UniProtKB O31982 blyA GO:0009253 PMID:21873635 IBA PANTHER:PTN001252273|UniProtKB:P75820 P N-acetylmuramoyl-L-alanine amidase BlyA UniProtKB:O31982|PTN004741572 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan catabolic process -UniProtKB O31982 blyA GO:0009254 PMID:21873635 IBA PANTHER:PTN001252273|UniProtKB:P13016 P N-acetylmuramoyl-L-alanine amidase BlyA UniProtKB:O31982|PTN004741572 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan turnover -UniProtKB O31982 blyA GO:0008745 PMID:21873635 IBA PANTHER:PTN001252273|UniProtKB:P75820|UniProtKB:Q9I5D1|UniProtKB:Q9HT86|UniProtKB:G3XCW9 F N-acetylmuramoyl-L-alanine amidase BlyA UniProtKB:O31982|PTN004741572 protein NCBITaxon:224308 20170228 GO_Central N-acetylmuramoyl-L-alanine amidase activity -UniProtKB O31976 yomI GO:0004222 PMID:21873635 IBA PANTHER:PTN002729049|UniProtKB:O33599|UniProtKB:P0AFS9 F SPBc2 prophage-derived uncharacterized transglycosylase YomI UniProtKB:O31976|PTN000494720 protein NCBITaxon:224308 20180411 GO_Central metalloendopeptidase activity -UniProtKB O31905 yorI GO:0005829 PMID:21873635 IBA PANTHER:PTN001248911|UniProtKB:P0ACB0 C SPBc2 prophage-derived uncharacterized protein YorI UniProtKB:O31905|PTN002409944 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O31905 yorI GO:0003678 PMID:21873635 IBA PANTHER:PTN001248911|UniProtKB:P0ACB0 F SPBc2 prophage-derived uncharacterized protein YorI UniProtKB:O31905|PTN002409944 protein NCBITaxon:224308 20170228 GO_Central DNA helicase activity -UniProtKB O31905 yorI GO:0006268 PMID:21873635 IBA PANTHER:PTN001248911|UniProtKB:P0ACB0 P SPBc2 prophage-derived uncharacterized protein YorI UniProtKB:O31905|PTN002409944 protein NCBITaxon:224308 20170228 GO_Central DNA unwinding involved in DNA replication -UniProtKB O30509 gatB GO:0070681 PMID:21873635 IBA PANTHER:PTN000183793|UniProtKB:O75879|SGD:S000000176 P Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B UniProtKB:O30509|PTN000183865 protein NCBITaxon:224308 20170228 GO_Central glutaminyl-tRNAGln biosynthesis via transamidation -UniProtKB O30509 gatB GO:0050567 PMID:21873635 IBA PANTHER:PTN000183793|UniProtKB:O75879|SGD:S000000176 F Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B UniProtKB:O30509|PTN000183865 protein NCBITaxon:224308 20170228 GO_Central glutaminyl-tRNA synthase (glutamine-hydrolyzing) activity -UniProtKB P42086 pbuX GO:0005887 PMID:21873635 IBA PANTHER:PTN002450094|UniProtKB:P67444|UniProtKB:Q46821|UniProtKB:P0AGM9 C Xanthine permease UniProtKB:P42086|PTN000122438 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P42086 pbuX GO:0042907 PMID:21873635 IBA PANTHER:PTN002450094|UniProtKB:Q46821|UniProtKB:P0AGM9|UniProtKB:P67444|UniProtKB:Q07307 F Xanthine permease UniProtKB:P42086|PTN000122438 protein NCBITaxon:224308 20200809 GO_Central xanthine transmembrane transporter activity -UniProtKB P42086 pbuX GO:0042906 PMID:21873635 IBA PANTHER:PTN002450094|UniProtKB:P0AGM9|UniProtKB:Q46821|UniProtKB:Q07307|UniProtKB:P67444 P Xanthine permease UniProtKB:P42086|PTN000122438 protein NCBITaxon:224308 20201001 GO_Central xanthine transport -UniProtKB P42084 hutI GO:0050480 PMID:21873635 IBA PANTHER:PTN000505272|UniProtKB:Q9HU91 F Imidazolonepropionase UniProtKB:P42084|PTN000505311 protein NCBITaxon:224308 20190227 GO_Central imidazolonepropionase activity -UniProtKB P42084 hutI GO:0006548 PMID:21873635 IBA PANTHER:PTN000505272|UniProtKB:Q9HU91 P Imidazolonepropionase UniProtKB:P42084|PTN000505311 protein NCBITaxon:224308 20190227 GO_Central histidine catabolic process -UniProtKB P42068 hutG GO:0008783 PMID:21873635 IBA PANTHER:PTN000144486|UniProtKB:P60651|TAIR:locus:2138718|UniProtKB:Q5JI38|TAIR:locus:2138743|CGD:CAL0000194495 F Formimidoylglutamase UniProtKB:P42068|PTN000144568 protein NCBITaxon:224308 20200929 GO_Central agmatinase activity -UniProtKB P42068 hutG GO:0033389 PMID:21873635 IBA PANTHER:PTN000144486|TAIR:locus:2138743|TAIR:locus:2138718 P Formimidoylglutamase UniProtKB:P42068|PTN000144568 protein NCBITaxon:224308 20190524 GO_Central putrescine biosynthetic process from arginine, using agmatinase -UniProtKB P42061 appA GO:0030288 PMID:21873635 IBA PANTHER:PTN000767645|UniProtKB:P33913|UniProtKB:P77348|UniProtKB:P23847|UniProtKB:P33590|UniProtKB:P75797|UniProtKB:P23843|UniProtKB:Q46863 C Oligopeptide-binding protein AppA UniProtKB:P42061|PTN002016652 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space -UniProtKB P42061 appA GO:0015833 PMID:21873635 IBA PANTHER:PTN000767645|UniProtKB:P33913|UniProtKB:P23843|UniProtKB:P75797|UniProtKB:Q9I2T4|UniProtKB:P23847|UniProtKB:P77348|UniProtKB:P9WGU5|UniProtKB:Q9I2T3 P Oligopeptide-binding protein AppA UniProtKB:P42061|PTN002016652 protein NCBITaxon:224308 20200809 GO_Central peptide transport -UniProtKB P42061 appA GO:1904680 PMID:21873635 IBA PANTHER:PTN000767645|UniProtKB:P23847|UniProtKB:Q9I2T4|UniProtKB:P9WGU5|UniProtKB:Q9HTN7|UniProtKB:Q9I2T3|UniProtKB:Q9HVS1|UniProtKB:Q9HVR9|UniProtKB:Q9HVS5|UniProtKB:Q9HVS4 F Oligopeptide-binding protein AppA UniProtKB:P42061|PTN002016652 protein NCBITaxon:224308 20210129 GO_Central peptide transmembrane transporter activity -UniProtKB P42060 rplV GO:0015934 PMID:21873635 IBA PANTHER:PTN000337444|SGD:S000005121|UniProtKB:P61175|UniProtKB:Q9NWU5 C 50S ribosomal protein L22 UniProtKB:P42060|PTN000337499 protein NCBITaxon:224308 20180810 GO_Central large ribosomal subunit -UniProtKB P42060 rplV GO:0003735 PMID:21873635 IBA PANTHER:PTN000337444|SGD:S000005121 F 50S ribosomal protein L22 UniProtKB:P42060|PTN000337499 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome -UniProtKB P42060 rplV GO:0042255 PMID:21873635 IBA PANTHER:PTN000337444|UniProtKB:P61175 P 50S ribosomal protein L22 UniProtKB:P42060|PTN000337499 protein NCBITaxon:224308 20180810 GO_Central ribosome assembly -UniProtKB P42060 rplV GO:0022625 PMID:21873635 IBA PANTHER:PTN000337498|UniProtKB:P61175 C 50S ribosomal protein L22 UniProtKB:P42060|PTN000337499 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P42437 nasF GO:0004851 PMID:21873635 IBA PANTHER:PTN000472945|TAIR:locus:2164506|UniProtKB:P0AEA8|SGD:S000001777 F Uroporphyrinogen-III C-methyltransferase UniProtKB:P42437|PTN000472993 protein NCBITaxon:224308 20170228 GO_Central uroporphyrin-III C-methyltransferase activity -UniProtKB P42437 nasF GO:0019354 PMID:21873635 IBA PANTHER:PTN000472945|SGD:S000001777|UniProtKB:P0AEA8|TAIR:locus:2164506 P Uroporphyrinogen-III C-methyltransferase UniProtKB:P42437|PTN000472993 protein NCBITaxon:224308 20170228 GO_Central siroheme biosynthetic process -UniProtKB P42423 yxdL GO:0022857 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:Q9I2T7|UniProtKB:P9WQL7 F ABC transporter ATP-binding protein YxdL UniProtKB:P42423|PTN000656664 protein NCBITaxon:224308 20190221 GO_Central transmembrane transporter activity -UniProtKB P42423 yxdL GO:0055085 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7|UniProtKB:P33593|UniProtKB:P33916 P ABC transporter ATP-binding protein YxdL UniProtKB:P42423|PTN000656664 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport -UniProtKB P42423 yxdL GO:0005886 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P75957|UniProtKB:O05779|UniProtKB:P0A9R7|UniProtKB:O34814|UniProtKB:P33916 C ABC transporter ATP-binding protein YxdL UniProtKB:P42423|PTN000656664 protein NCBITaxon:224308 20190221 GO_Central plasma membrane -UniProtKB P42421 yxdJ GO:0001216 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P21866|UniProtKB:P23836|UniProtKB:Q8EHJ3 F Transcriptional regulatory protein YxdJ UniProtKB:P42421|PTN000724416 protein NCBITaxon:224308 20170829 GO_Central DNA-binding transcription activator activity -UniProtKB P42421 yxdJ GO:0000976 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P21866|UniProtKB:P69228|UniProtKB:P08368|UniProtKB:Q8EE50|UniProtKB:Q8EHJ3|UniProtKB:Q04803|UniProtKB:P23836|UniProtKB:P0A9Q1|UniProtKB:O24973 F Transcriptional regulatory protein YxdJ UniProtKB:P42421|PTN000724416 protein NCBITaxon:224308 20200810 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P42421 yxdJ GO:0000156 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P30843|UniProtKB:P0A9Q1|UniProtKB:O07776|UniProtKB:P38684|UniProtKB:Q9I2U3|UniProtKB:P0AA16 F Transcriptional regulatory protein YxdJ UniProtKB:P42421|PTN000724416 protein NCBITaxon:224308 20170829 GO_Central phosphorelay response regulator activity -UniProtKB P42421 yxdJ GO:0005829 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P69228|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P0AE88 C Transcriptional regulatory protein YxdJ UniProtKB:P42421|PTN000724416 protein NCBITaxon:224308 20170829 GO_Central cytosol -UniProtKB P42421 yxdJ GO:0032993 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EHJ3|UniProtKB:Q8EE50 C Transcriptional regulatory protein YxdJ UniProtKB:P42421|PTN000724416 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex -UniProtKB P42415 iolD GO:0050660 PMID:21873635 IBA PANTHER:PTN000438682|UniProtKB:P0AEP7|SGD:S000004714 F 3D-(3,5/4)-trihydroxycyclohexane-1,2-dione hydrolase UniProtKB:P42415|PTN000438879 protein NCBITaxon:224308 20200220 GO_Central flavin adenine dinucleotide binding -UniProtKB P42415 iolD GO:0009097 PMID:21873635 IBA PANTHER:PTN000438758|UniProtKB:P08142|UniProtKB:P9WG41|UniProtKB:A0A1D8PJF9|PomBase:SPBP35G2.07|UniProtKB:P00893 P 3D-(3,5/4)-trihydroxycyclohexane-1,2-dione hydrolase UniProtKB:P42415|PTN000438879 protein NCBITaxon:224308 20200220 GO_Central isoleucine biosynthetic process -UniProtKB P42415 iolD GO:0009099 PMID:21873635 IBA PANTHER:PTN000438758|UniProtKB:P08142|UniProtKB:P9WG41|UniProtKB:A0A1D8PJF9|PomBase:SPBP35G2.07|UniProtKB:P00893|TAIR:locus:2114525 P 3D-(3,5/4)-trihydroxycyclohexane-1,2-dione hydrolase UniProtKB:P42415|PTN000438879 protein NCBITaxon:224308 20200220 GO_Central valine biosynthetic process -UniProtKB P42415 iolD GO:0003984 PMID:21873635 IBA PANTHER:PTN000438682|TAIR:locus:2114525|UniProtKB:P00893|SGD:S000004714|PomBase:SPBP35G2.07|UniProtKB:P08142|UniProtKB:P9WG41|UniProtKB:P9WG39 F 3D-(3,5/4)-trihydroxycyclohexane-1,2-dione hydrolase UniProtKB:P42415|PTN000438879 protein NCBITaxon:224308 20200220 GO_Central acetolactate synthase activity -UniProtKB P42415 iolD GO:0005948 PMID:21873635 IBA PANTHER:PTN000438758|UniProtKB:P08142|SGD:S000004714 C 3D-(3,5/4)-trihydroxycyclohexane-1,2-dione hydrolase UniProtKB:P42415|PTN000438879 protein NCBITaxon:224308 20200220 GO_Central acetolactate synthase complex -UniProtKB P42412 iolA GO:0018478 PMID:21873635 IBA PANTHER:PTN000192513|RGD:621556 F Malonate-semialdehyde dehydrogenase UniProtKB:P42412|PTN000192570 protein NCBITaxon:224308 20170228 GO_Central malonate-semialdehyde dehydrogenase (acetylating) activity -UniProtKB P42412 iolA GO:0006574 PMID:21873635 IBA PANTHER:PTN000192513|UniProtKB:Q02252|RGD:621556 P Malonate-semialdehyde dehydrogenase UniProtKB:P42412|PTN000192570 protein NCBITaxon:224308 20170601 GO_Central valine catabolic process -UniProtKB P42412 iolA GO:0006210 PMID:21873635 IBA PANTHER:PTN000192513|UniProtKB:Q02252|RGD:621556 P Malonate-semialdehyde dehydrogenase UniProtKB:P42412|PTN000192570 protein NCBITaxon:224308 20170601 GO_Central thymine catabolic process -UniProtKB P42412 iolA GO:0004491 PMID:21873635 IBA PANTHER:PTN000192513|RGD:621556|UniProtKB:Q02252|UniProtKB:Q07536 F Malonate-semialdehyde dehydrogenase UniProtKB:P42412|PTN000192570 protein NCBITaxon:224308 20200810 GO_Central methylmalonate-semialdehyde dehydrogenase (acylating) activity -UniProtKB P42405 hxlA GO:0004590 PMID:21873635 IBA PANTHER:PTN001280965|PomBase:SPCC330.05c|UniProtKB:P13649|UniProtKB:P08244|UniProtKB:P10652|SGD:S000000747 F 3-hexulose-6-phosphate synthase UniProtKB:P42405|PTN000444625 protein NCBITaxon:224308 20200809 GO_Central orotidine-5'-phosphate decarboxylase activity -UniProtKB P42405 hxlA GO:0005829 PMID:21873635 IBA PANTHER:PTN001280965|SGD:S000000747|UniProtKB:P08244 C 3-hexulose-6-phosphate synthase UniProtKB:P42405|PTN000444625 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P42405 hxlA GO:0006207 PMID:21873635 IBA PANTHER:PTN001280965|UniProtKB:P10652|UniProtKB:P08244|PomBase:SPCC330.05c|SGD:S000000747 P 3-hexulose-6-phosphate synthase UniProtKB:P42405|PTN000444625 protein NCBITaxon:224308 20200809 GO_Central 'de novo' pyrimidine nucleobase biosynthetic process -UniProtKB P42403 bglC GO:0016052 PMID:21873635 IBA PANTHER:PTN000039749|UniProtKB:Q46829|UniProtKB:P24240 P Aryl-phospho-beta-D-glucosidase BglC UniProtKB:P42403|PTN000039752 protein NCBITaxon:224308 20200807 GO_Central carbohydrate catabolic process -UniProtKB P42403 bglC GO:0008422 PMID:21873635 IBA PANTHER:PTN000039458|TAIR:locus:2083524|UniProtKB:O80689|TAIR:locus:2033928|TAIR:locus:2201492|UniProtKB:Q7XKV4|UniProtKB:Q8L7J2|TAIR:locus:2036873|UniProtKB:Q75I93|TAIR:locus:2018179|UniProtKB:Q75I94|TAIR:locus:2084319|TAIR:locus:2180597|TAIR:locus:2092767|UniProtKB:P49235|UniProtKB:Q9H227|TAIR:locus:2015338|UniProtKB:P11988|UniProtKB:A3BMZ5|TAIR:locus:2201502 F Aryl-phospho-beta-D-glucosidase BglC UniProtKB:P42403|PTN000039752 protein NCBITaxon:224308 20170228 GO_Central beta-glucosidase activity -UniProtKB P42403 bglC GO:0005829 PMID:21873635 IBA PANTHER:PTN000039749|UniProtKB:Q46829 C Aryl-phospho-beta-D-glucosidase BglC UniProtKB:P42403|PTN000039752 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P42399 yckA GO:0005886 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P45768|UniProtKB:P0AER5|UniProtKB:P45767|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P0AE30 C Probable amino-acid ABC transporter permease protein YckA UniProtKB:P42399|PTN000770163 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P42399 yckA GO:0006865 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P0AEQ6|UniProtKB:Q9I487|UniProtKB:P0AFT2|UniProtKB:Q9I404|UniProtKB:Q9I403 P Probable amino-acid ABC transporter permease protein YckA UniProtKB:P42399|PTN000770163 protein NCBITaxon:224308 20200809 GO_Central amino acid transport -UniProtKB P42317 yxjF GO:0016616 PMID:21873635 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:P0AG84|UniProtKB:Q8N4T8|UniProtKB:Q92506|UniProtKB:O54438|UniProtKB:P0AEK2|UniProtKB:P05707|UniProtKB:P37769|UniProtKB:Q8I2S7|UniProtKB:P9WGT1|UniProtKB:A0A1D8PPB1|SGD:S000001538 F Uncharacterized oxidoreductase YxjF UniProtKB:P42317|PTN001215232 protein NCBITaxon:224308 20190227 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB P42316 scoB GO:0008410 PMID:21873635 IBA PANTHER:PTN000344749|UniProtKB:Q29551|MGI:MGI:1914291|MGI:MGI:1891061|FB:FBgn0035298|RGD:1584008|UniProtKB:P55809|UniProtKB:P76459 F Probable succinyl-CoA:3-ketoacid coenzyme A transferase subunit B UniProtKB:P42316|PTN004433483 protein NCBITaxon:224308 20200506 GO_Central CoA-transferase activity -UniProtKB P42316 scoB GO:0008775 PMID:21873635 IBA PANTHER:PTN000344837|UniProtKB:P76459 F Probable succinyl-CoA:3-ketoacid coenzyme A transferase subunit B UniProtKB:P42316|PTN004433483 protein NCBITaxon:224308 20200506 GO_Central acetate CoA-transferase activity -UniProtKB P42315 scoA GO:0008410 PMID:21873635 IBA PANTHER:PTN000344749|UniProtKB:Q29551|MGI:MGI:1914291|MGI:MGI:1891061|FB:FBgn0035298|RGD:1584008|UniProtKB:P55809|UniProtKB:P76459 F Probable succinyl-CoA:3-ketoacid coenzyme A transferase subunit A UniProtKB:P42315|PTN000344841 protein NCBITaxon:224308 20200506 GO_Central CoA-transferase activity -UniProtKB P42315 scoA GO:0008775 PMID:21873635 IBA PANTHER:PTN000344837|UniProtKB:P76459 F Probable succinyl-CoA:3-ketoacid coenzyme A transferase subunit A UniProtKB:P42315|PTN000344841 protein NCBITaxon:224308 20200506 GO_Central acetate CoA-transferase activity -UniProtKB P42314 yxjC GO:0005887 PMID:21873635 IBA PANTHER:PTN000769104|UniProtKB:P0AC96|UniProtKB:P0AC94|UniProtKB:P08555 C Uncharacterized transporter YxjC UniProtKB:P42314|PTN002018169 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P42312 nupG GO:1901642 PMID:21873635 IBA PANTHER:PTN000063482|UniProtKB:P0AFF2|UniProtKB:O00337|MGI:MGI:2137361|UniProtKB:O43868|UniProtKB:Q9HAS3 P Purine nucleoside transport protein NupG UniProtKB:P42312|PTN000063587 protein NCBITaxon:224308 20200929 GO_Central nucleoside transmembrane transport -UniProtKB P42312 nupG GO:0005887 PMID:21873635 IBA PANTHER:PTN000063482|UniProtKB:P0AFF2 C Purine nucleoside transport protein NupG UniProtKB:P42312|PTN000063587 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P42312 nupG GO:0015293 PMID:21873635 IBA PANTHER:PTN000063482|RGD:61840|MGI:MGI:2137361|RGD:621223|UniProtKB:O43868|UniProtKB:P0AFF2|UniProtKB:A0A1D8PHJ7 F Purine nucleoside transport protein NupG UniProtKB:P42312|PTN000063587 protein NCBITaxon:224308 20200807 GO_Central symporter activity -UniProtKB P42312 nupG GO:0005337 PMID:21873635 IBA PANTHER:PTN000063482|RGD:621223|RGD:61840|UniProtKB:A0A1D8PHJ7|UniProtKB:P0AFF2|UniProtKB:O00337|MGI:MGI:2137361|MGI:MGI:1913105|UniProtKB:O43868|UniProtKB:Q9HAS3 F Purine nucleoside transport protein NupG UniProtKB:P42312|PTN000063587 protein NCBITaxon:224308 20200807 GO_Central nucleoside transmembrane transporter activity -UniProtKB P42308 citN GO:0098656 PMID:21873635 IBA PANTHER:PTN000031793|UniProtKB:Q13183|SGD:S000005296|SGD:S000000633|MGI:MGI:2149635|RGD:628786|UniProtKB:Q8WWT9|MGI:MGI:1276558 P Citrate transporter UniProtKB:P42308|PTN000032056 protein NCBITaxon:224308 20200807 GO_Central anion transmembrane transport -UniProtKB P42308 citN GO:0016021 PMID:21873635 IBA PANTHER:PTN000031793|FB:FBgn0036816|RGD:628786 C Citrate transporter UniProtKB:P42308|PTN000032056 protein NCBITaxon:224308 20170228 GO_Central integral component of membrane -UniProtKB P42305 dbpA GO:0033592 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:Q55804|UniProtKB:P0A9P6 F ATP-dependent RNA helicase DbpA UniProtKB:P42305|PTN002777982 protein NCBITaxon:224308 20190430 GO_Central RNA strand annealing activity -UniProtKB P42305 dbpA colocalizes_with GO:0005840 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:P96614 C ATP-dependent RNA helicase DbpA UniProtKB:P42305|PTN002777982 protein NCBITaxon:224308 20190430 GO_Central ribosome -UniProtKB P42305 dbpA GO:0005829 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6 C ATP-dependent RNA helicase DbpA UniProtKB:P42305|PTN002777982 protein NCBITaxon:224308 20190430 GO_Central cytosol -UniProtKB P42305 dbpA GO:0003724 PMID:21873635 IBA PANTHER:PTN002776767|UniProtKB:P0A9P6|UniProtKB:Q55804|UniProtKB:P96614 F ATP-dependent RNA helicase DbpA UniProtKB:P42305|PTN002777982 protein NCBITaxon:224308 20190430 GO_Central RNA helicase activity -UniProtKB P42305 dbpA GO:0000027 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6 P ATP-dependent RNA helicase DbpA UniProtKB:P42305|PTN002777982 protein NCBITaxon:224308 20190430 GO_Central ribosomal large subunit assembly -UniProtKB P42305 dbpA GO:0003723 PMID:21873635 IBA PANTHER:PTN002776767|TAIR:locus:2010306|UniProtKB:P0A9P6|UniProtKB:Q55804|UniProtKB:P96614 F ATP-dependent RNA helicase DbpA UniProtKB:P42305|PTN002777982 protein NCBITaxon:224308 20190430 GO_Central RNA binding -UniProtKB P42304 yxiM GO:0052689 PMID:21873635 IBA PANTHER:PTN001263292|UniProtKB:Q5B7U0|TAIR:locus:2094652|UniProtKB:Q5BAA2|TAIR:locus:2196805|TAIR:locus:2162102|TAIR:locus:2183334 F Uncharacterized esterase YxiM UniProtKB:P42304|PTN002416831 protein NCBITaxon:224308 20200809 GO_Central carboxylic ester hydrolase activity -UniProtKB P42304 yxiM GO:0009279 PMID:21873635 IBA PANTHER:PTN001263373|UniProtKB:P46130 C Uncharacterized esterase YxiM UniProtKB:P42304|PTN002416831 protein NCBITaxon:224308 20171130 GO_Central cell outer membrane -UniProtKB P42252 tatC1 GO:0065002 PMID:21873635 IBA PANTHER:PTN000769484|UniProtKB:P69423 P Sec-independent protein translocase protein TatCd UniProtKB:P42252|PTN001251699 protein NCBITaxon:224308 20170228 GO_Central intracellular protein transmembrane transport -UniProtKB P42252 tatC1 GO:0009977 PMID:21873635 IBA PANTHER:PTN000769484|UniProtKB:P69423 F Sec-independent protein translocase protein TatCd UniProtKB:P42252|PTN001251699 protein NCBITaxon:224308 20170228 GO_Central proton motive force dependent protein transmembrane transporter activity -UniProtKB P42252 tatC1 GO:0033281 PMID:21873635 IBA PANTHER:PTN000769484|UniProtKB:P69423|UniProtKB:Q9HUB3|TAIR:locus:2045750 C Sec-independent protein translocase protein TatCd UniProtKB:P42252|PTN001251699 protein NCBITaxon:224308 20170228 GO_Central TAT protein transport complex -UniProtKB P42252 tatC1 GO:0043953 PMID:21873635 IBA PANTHER:PTN000769484|UniProtKB:P69423 P Sec-independent protein translocase protein TatCd UniProtKB:P42252|PTN001251699 protein NCBITaxon:224308 20170228 GO_Central protein transport by the Tat complex -UniProtKB P42245 ycbM GO:0000156 PMID:21873635 IBA PANTHER:PTN002450928|PomBase:SPBC887.10|SGD:S000003996 F Sensor histidine kinase YcbM UniProtKB:P42245|PTN000724403 protein NCBITaxon:224308 20180620 GO_Central phosphorelay response regulator activity -UniProtKB P42245 ycbM GO:0007234 PMID:21873635 IBA PANTHER:PTN002450928|SGD:S000003996|UniProtKB:Q5AVI3 P Sensor histidine kinase YcbM UniProtKB:P42245|PTN000724403 protein NCBITaxon:224308 20200810 GO_Central osmosensory signaling via phosphorelay pathway -UniProtKB P42245 ycbM GO:0030295 PMID:21873635 IBA PANTHER:PTN002450928|PomBase:SPBC887.10|SGD:S000003996 F Sensor histidine kinase YcbM UniProtKB:P42245|PTN000724403 protein NCBITaxon:224308 20201206 GO_Central protein kinase activator activity -UniProtKB P42244 ycbL GO:0005829 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P69228|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P0AE88 C Uncharacterized transcriptional regulatory protein YcbL UniProtKB:P42244|PTN000704176 protein NCBITaxon:224308 20170829 GO_Central cytosol -UniProtKB P42244 ycbL GO:0001216 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P21866|UniProtKB:P23836|UniProtKB:Q8EHJ3 F Uncharacterized transcriptional regulatory protein YcbL UniProtKB:P42244|PTN000704176 protein NCBITaxon:224308 20170829 GO_Central DNA-binding transcription activator activity -UniProtKB P42244 ycbL GO:0032993 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EHJ3|UniProtKB:Q8EE50 C Uncharacterized transcriptional regulatory protein YcbL UniProtKB:P42244|PTN000704176 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex -UniProtKB P42244 ycbL GO:0000156 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P30843|UniProtKB:P0A9Q1|UniProtKB:O07776|UniProtKB:P38684|UniProtKB:Q9I2U3|UniProtKB:P0AA16 F Uncharacterized transcriptional regulatory protein YcbL UniProtKB:P42244|PTN000704176 protein NCBITaxon:224308 20170829 GO_Central phosphorelay response regulator activity -UniProtKB P42244 ycbL GO:0000976 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P21866|UniProtKB:P69228|UniProtKB:P08368|UniProtKB:Q8EE50|UniProtKB:Q8EHJ3|UniProtKB:Q04803|UniProtKB:P23836|UniProtKB:P0A9Q1|UniProtKB:O24973 F Uncharacterized transcriptional regulatory protein YcbL UniProtKB:P42244|PTN000704176 protein NCBITaxon:224308 20200810 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P42243 ycbK GO:0016021 PMID:21873635 IBA PANTHER:PTN001114862|UniProtKB:P27844 C Uncharacterized transporter YcbK UniProtKB:P42243|PTN000977203 protein NCBITaxon:224308 20170620 GO_Central integral component of membrane -UniProtKB P42240 garD GO:0019698 PMID:21873635 IBA PANTHER:PTN000776259|UniProtKB:P42604 P Probable galactarate dehydratase (L-threo-forming) UniProtKB:P42240|PTN001254196 protein NCBITaxon:224308 20170228 GO_Central D-galacturonate catabolic process -UniProtKB P42240 garD GO:0046392 PMID:21873635 IBA PANTHER:PTN000776262|UniProtKB:P39829 P Probable galactarate dehydratase (L-threo-forming) UniProtKB:P42240|PTN001254196 protein NCBITaxon:224308 20170228 GO_Central galactarate catabolic process -UniProtKB P42240 garD GO:0008867 PMID:21873635 IBA PANTHER:PTN000776262|UniProtKB:P39829 F Probable galactarate dehydratase (L-threo-forming) UniProtKB:P42240|PTN001254196 protein NCBITaxon:224308 20170228 GO_Central galactarate dehydratase activity -UniProtKB P42234 katE GO:0005829 PMID:21873635 IBA PANTHER:PTN000157357|dictyBase:DDB_G0269108 C Catalase-2 UniProtKB:P42234|PTN000157368 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P42234 katE GO:0020037 PMID:21873635 IBA PANTHER:PTN000157357|UniProtKB:Q9C168|UniProtKB:P21179 F Catalase-2 UniProtKB:P42234|PTN000157368 protein NCBITaxon:224308 20170228 GO_Central heme binding -UniProtKB P42234 katE GO:0006979 PMID:21873635 IBA PANTHER:PTN000157357|UniProtKB:P21179|UniProtKB:P55305|dictyBase:DDB_G0269108|UniProtKB:P78619 P Catalase-2 UniProtKB:P42234|PTN000157368 protein NCBITaxon:224308 20200809 GO_Central response to oxidative stress -UniProtKB P42234 katE GO:0004096 PMID:21873635 IBA PANTHER:PTN000157357|UniProtKB:P21179|UniProtKB:Q9C168|UniProtKB:P55305|UniProtKB:P78619|dictyBase:DDB_G0269108 F Catalase-2 UniProtKB:P42234|PTN000157368 protein NCBITaxon:224308 20200809 GO_Central catalase activity -UniProtKB P42234 katE GO:0042744 PMID:21873635 IBA PANTHER:PTN000157357|dictyBase:DDB_G0269108|UniProtKB:P78619|UniProtKB:P21179 P Catalase-2 UniProtKB:P42234|PTN000157368 protein NCBITaxon:224308 20170228 GO_Central hydrogen peroxide catabolic process -UniProtKB P42200 tcyB GO:0005886 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P45768|UniProtKB:P0AER5|UniProtKB:P45767|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P0AE30 C L-cystine transport system permease protein TcyB UniProtKB:P42200|PTN000770164 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P42200 tcyB GO:0006865 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P0AEQ6|UniProtKB:Q9I487|UniProtKB:P0AFT2|UniProtKB:Q9I404|UniProtKB:Q9I403 P L-cystine transport system permease protein TcyB UniProtKB:P42200|PTN000770164 protein NCBITaxon:224308 20200809 GO_Central amino acid transport -UniProtKB P42182 era GO:0019843 PMID:21873635 IBA PANTHER:PTN000182760|UniProtKB:P06616|UniProtKB:O75616 F GTPase Era UniProtKB:P42182|PTN000182824 protein NCBITaxon:224308 20170228 GO_Central rRNA binding -UniProtKB P42182 era GO:0000028 PMID:21873635 IBA PANTHER:PTN000182760|UniProtKB:O75616 P GTPase Era UniProtKB:P42182|PTN000182824 protein NCBITaxon:224308 20170228 GO_Central ribosomal small subunit assembly -UniProtKB P42182 era GO:0043024 PMID:21873635 IBA PANTHER:PTN000182760|UniProtKB:O75616|UniProtKB:P06616 F GTPase Era UniProtKB:P42182|PTN000182824 protein NCBITaxon:224308 20170228 GO_Central ribosomal small subunit binding -UniProtKB P42182 era GO:0005829 PMID:21873635 IBA PANTHER:PTN000182823|UniProtKB:P06616 C GTPase Era UniProtKB:P42182|PTN000182824 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P42178 narJ GO:0016530 PMID:21873635 IBA PANTHER:PTN001255164|UniProtKB:P0AF26 F Probable nitrate reductase molybdenum cofactor assembly chaperone NarJ UniProtKB:P42178|PTN001255179 protein NCBITaxon:224308 20170228 GO_Central metallochaperone activity -UniProtKB P42178 narJ GO:0042128 PMID:21873635 IBA PANTHER:PTN001255164|UniProtKB:P0AF26 P Probable nitrate reductase molybdenum cofactor assembly chaperone NarJ UniProtKB:P42178|PTN001255179 protein NCBITaxon:224308 20170228 GO_Central nitrate assimilation -UniProtKB P42178 narJ GO:0051131 PMID:21873635 IBA PANTHER:PTN001255164|UniProtKB:P0AF26 P Probable nitrate reductase molybdenum cofactor assembly chaperone NarJ UniProtKB:P42178|PTN001255179 protein NCBITaxon:224308 20170228 GO_Central chaperone-mediated protein complex assembly -UniProtKB P42177 narI GO:0009055 PMID:21873635 IBA PANTHER:PTN002023632|UniProtKB:P11350 F Nitrate reductase gamma chain UniProtKB:P42177|PTN001255168 protein NCBITaxon:224308 20170228 GO_Central electron transfer activity -UniProtKB P42177 narI GO:0019645 PMID:21873635 IBA PANTHER:PTN002023632|UniProtKB:P0AF32 P Nitrate reductase gamma chain UniProtKB:P42177|PTN001255168 protein NCBITaxon:224308 20170228 GO_Central anaerobic electron transport chain -UniProtKB P42177 narI GO:0020037 PMID:21873635 IBA PANTHER:PTN002023632|UniProtKB:P11350 F Nitrate reductase gamma chain UniProtKB:P42177|PTN001255168 protein NCBITaxon:224308 20170228 GO_Central heme binding -UniProtKB P42177 narI GO:0008940 PMID:21873635 IBA PANTHER:PTN002023632|UniProtKB:P0AF32|UniProtKB:P11350 F Nitrate reductase gamma chain UniProtKB:P42177|PTN001255168 protein NCBITaxon:224308 20170228 GO_Central nitrate reductase activity -UniProtKB P42176 narH GO:0016020 PMID:21873635 IBA PANTHER:PTN000941277|UniProtKB:P11349 C Nitrate reductase beta chain UniProtKB:P42176|PTN000234517 protein NCBITaxon:224308 20200810 GO_Central membrane -UniProtKB P42176 narH GO:0009061 PMID:21873635 IBA PANTHER:PTN000941277|UniProtKB:P11349|UniProtKB:P19318 P Nitrate reductase beta chain UniProtKB:P42176|PTN000234517 protein NCBITaxon:224308 20170228 GO_Central anaerobic respiration -UniProtKB P42176 narH GO:0009055 PMID:21873635 IBA PANTHER:PTN000941277|UniProtKB:P11349 F Nitrate reductase beta chain UniProtKB:P42176|PTN000234517 protein NCBITaxon:224308 20170228 GO_Central electron transfer activity -UniProtKB P42175 narG GO:0009061 PMID:21873635 IBA PANTHER:PTN000177381|UniProtKB:P09152|UniProtKB:P19319 P Nitrate reductase alpha chain UniProtKB:P42175|PTN000177382 protein NCBITaxon:224308 20170228 GO_Central anaerobic respiration -UniProtKB P42175 narG GO:0016020 PMID:21873635 IBA PANTHER:PTN000177381|UniProtKB:P09152 C Nitrate reductase alpha chain UniProtKB:P42175|PTN000177382 protein NCBITaxon:224308 20200810 GO_Central membrane -UniProtKB P42103 yxaD GO:0006355 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4|UniProtKB:P0A8W2|UniProtKB:Q8EI70|UniProtKB:P27245|UniProtKB:P11065 P Uncharacterized HTH-type transcriptional regulator YxaD UniProtKB:P42103|PTN002109532 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB P42103 yxaD GO:0006950 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YxaD UniProtKB:P42103|PTN002109532 protein NCBITaxon:224308 20170228 GO_Central response to stress -UniProtKB P42103 yxaD GO:0000976 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4 F Uncharacterized HTH-type transcriptional regulator YxaD UniProtKB:P42103|PTN002109532 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P42095 recO GO:0006302 PMID:21873635 IBA PANTHER:PTN002144859|UniProtKB:Q9RW50|UniProtKB:P42095 P DNA repair protein RecO UniProtKB:P42095|PTN002144882 protein NCBITaxon:224308 20190829 GO_Central double-strand break repair -UniProtKB P42095 recO GO:0043590 PMID:21873635 IBA PANTHER:PTN002144859|UniProtKB:P42095 C DNA repair protein RecO UniProtKB:P42095|PTN002144882 protein NCBITaxon:224308 20190829 GO_Central bacterial nucleoid -UniProtKB P42087 hutM GO:0015171 PMID:21873635 IBA PANTHER:PTN001718863|SGD:S000005214|PomBase:SPAC869.11|UniProtKB:A0A1D8PPI5|SGD:S000003423|CGD:CAL0000201651|SGD:S000000273|SGD:S000000530|SGD:S000005380|SGD:S000000789|UniProtKB:A0A1D8PK89|UniProtKB:A0A1D8PMB1|SGD:S000002453|UniProtKB:A0A1D8PNP3|PomBase:SPCC965.11c|SGD:S000005875|SGD:S000001839|UniProtKB:A0A1D8PN88|CGD:CAL0000198089|UniProtKB:P25737|SGD:S000001747|CGD:CAL0000177621|SGD:S000005212|SGD:S000000272|UniProtKB:P18696|SGD:S000002916 F Putative histidine permease UniProtKB:P42087|PTN000209271 protein NCBITaxon:224308 20201001 GO_Central amino acid transmembrane transporter activity -UniProtKB P42087 hutM GO:0016021 PMID:21873635 IBA PANTHER:PTN001718863|SGD:S000001747|UniProtKB:P25737|SGD:S000000336 C Putative histidine permease UniProtKB:P42087|PTN000209271 protein NCBITaxon:224308 20190319 GO_Central integral component of membrane -UniProtKB P42087 hutM GO:0003333 PMID:21873635 IBA PANTHER:PTN001718863|UniProtKB:A0A1D8PN88|SGD:S000000530|CGD:CAL0000201651|UniProtKB:A0A1D8PNP3|PomBase:SPCC965.11c|PomBase:SPAC869.11|UniProtKB:A0A1D8PMB1|UniProtKB:A0A1D8PK89|SGD:S000002916|UniProtKB:A0A1D8PH27|CGD:CAL0000177621|CGD:CAL0000198089|UniProtKB:P25737 P Putative histidine permease UniProtKB:P42087|PTN000209271 protein NCBITaxon:224308 20201001 GO_Central amino acid transmembrane transport -UniProtKB Q06750 cysE GO:0009001 PMID:21873635 IBA PANTHER:PTN000602332|TAIR:locus:2164996|TAIR:locus:2127978|TAIR:locus:2057254|UniProtKB:P0A9D4|UniProtKB:Q06750|TAIR:locus:2012085|TAIR:locus:2089974 F Serine acetyltransferase UniProtKB:Q06750|PTN000602352 protein NCBITaxon:224308 20170228 GO_Central serine O-acetyltransferase activity -UniProtKB Q06750 cysE GO:0005829 PMID:21873635 IBA PANTHER:PTN000602332|UniProtKB:P0A9D4|TAIR:locus:2164996|TAIR:locus:2057254|TAIR:locus:2127978 C Serine acetyltransferase UniProtKB:Q06750|PTN000602352 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB Q06756 ispF GO:0008685 PMID:21873635 IBA PANTHER:PTN000781796|UniProtKB:P9WKG5|TAIR:locus:2024618|UniProtKB:P62617 F 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase UniProtKB:Q06756|PTN000781801 protein NCBITaxon:224308 20170228 GO_Central 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase activity -UniProtKB P11065 hpr GO:0000976 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4 F HTH-type transcriptional regulator Hpr UniProtKB:P11065|PTN002431213 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P11065 hpr GO:0006950 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:P27245 P HTH-type transcriptional regulator Hpr UniProtKB:P11065|PTN002431213 protein NCBITaxon:224308 20170228 GO_Central response to stress -UniProtKB P11065 hpr GO:0006355 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4|UniProtKB:P0A8W2|UniProtKB:Q8EI70|UniProtKB:P27245|UniProtKB:P11065 P HTH-type transcriptional regulator Hpr UniProtKB:P11065|PTN002431213 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB P11045 dfrA GO:0005829 PMID:21873635 IBA PANTHER:PTN000167378|UniProtKB:P0ABQ4 C Dihydrofolate reductase UniProtKB:P11045|PTN000167379 protein NCBITaxon:224308 20170613 GO_Central cytosol -UniProtKB P11045 dfrA GO:0046654 PMID:21873635 IBA PANTHER:PTN000167322|UniProtKB:P00374|UniProtKB:P9WNX1|UniProtKB:P0ABQ4|RGD:2500 P Dihydrofolate reductase UniProtKB:P11045|PTN000167379 protein NCBITaxon:224308 20170613 GO_Central tetrahydrofolate biosynthetic process -UniProtKB P11045 dfrA GO:0004146 PMID:21873635 IBA PANTHER:PTN000167322|UniProtKB:P9WNX1|RGD:2500|PomBase:SPCC1223.08c|UniProtKB:P00374|CGD:CAL0000177250|MGI:MGI:94890|FB:FBgn0004087|dictyBase:DDB_G0286755|UniProtKB:Q86XF0|UniProtKB:P0ABQ4|ZFIN:ZDB-GENE-010406-5 F Dihydrofolate reductase UniProtKB:P11045|PTN000167379 protein NCBITaxon:224308 20200810 GO_Central dihydrofolate reductase activity -UniProtKB P11045 dfrA GO:0046655 PMID:21873635 IBA PANTHER:PTN000167322|RGD:2500|UniProtKB:P0ABQ4|ZFIN:ZDB-GENE-010406-5 P Dihydrofolate reductase UniProtKB:P11045|PTN000167379 protein NCBITaxon:224308 20170613 GO_Central folic acid metabolic process -UniProtKB P11045 dfrA GO:0050661 PMID:21873635 IBA PANTHER:PTN000167322|UniProtKB:P00374|UniProtKB:P9WNX1|RGD:2500|UniProtKB:P0ABQ4 F Dihydrofolate reductase UniProtKB:P11045|PTN000167379 protein NCBITaxon:224308 20170613 GO_Central NADP binding -UniProtKB P11045 dfrA GO:0046452 PMID:21873635 IBA PANTHER:PTN000167322|UniProtKB:P00374|RGD:2500 P Dihydrofolate reductase UniProtKB:P11045|PTN000167379 protein NCBITaxon:224308 20170613 GO_Central dihydrofolate metabolic process -UniProtKB P11044 thyA2 GO:0005829 PMID:21873635 IBA PANTHER:PTN000167391|TAIR:locus:2042649|UniProtKB:P0A884 C Thymidylate synthase 2 UniProtKB:P11044|PTN000167465 protein NCBITaxon:224308 20190116 GO_Central cytosol -UniProtKB P11044 thyA2 GO:0004799 PMID:21873635 IBA PANTHER:PTN000167391|ZFIN:ZDB-GENE-040426-59|PomBase:SPAC15E1.04|UniProtKB:P0CI79|UniProtKB:P0A884|RGD:3921|UniProtKB:P04818|SGD:S000005600|UniProtKB:P9WFR9|WB:WBGene00022455 F Thymidylate synthase 2 UniProtKB:P11044|PTN000167465 protein NCBITaxon:224308 20200807 GO_Central thymidylate synthase activity -UniProtKB P11044 thyA2 GO:0006231 PMID:21873635 IBA PANTHER:PTN000167391|RGD:3921|WB:WBGene00022455|UniProtKB:P9WFR9|UniProtKB:P04818|SGD:S000005600|ZFIN:ZDB-GENE-040426-59|PomBase:SPAC15E1.04|UniProtKB:P0A884 P Thymidylate synthase 2 UniProtKB:P11044|PTN000167465 protein NCBITaxon:224308 20190116 GO_Central dTMP biosynthetic process -UniProtKB P11998 ribH GO:0009231 PMID:21873635 IBA PANTHER:PTN000471873|SGD:S000005503|PomBase:SPBC409.13|TAIR:locus:2051739 P 6,7-dimethyl-8-ribityllumazine synthase UniProtKB:P11998|PTN000471892 protein NCBITaxon:224308 20170228 GO_Central riboflavin biosynthetic process -UniProtKB P11998 ribH GO:0005622 PMID:21873635 IBA PANTHER:PTN000471873|SGD:S000005503|UniProtKB:P61714|TAIR:locus:2051739 C 6,7-dimethyl-8-ribityllumazine synthase UniProtKB:P11998|PTN000471892 protein NCBITaxon:224308 20200808 GO_Central intracellular anatomical structure -UniProtKB P11998 ribH GO:0000906 PMID:21873635 IBA PANTHER:PTN000471873|SGD:S000005503|UniProtKB:A0A1D8PDK6|PomBase:SPBC409.13|TAIR:locus:2051739|UniProtKB:P61714 F 6,7-dimethyl-8-ribityllumazine synthase UniProtKB:P11998|PTN000471892 protein NCBITaxon:224308 20170228 GO_Central 6,7-dimethyl-8-ribityllumazine synthase activity -UniProtKB P11998 ribH GO:0005829 PMID:21873635 IBA PANTHER:PTN000471891|UniProtKB:P61714 C 6,7-dimethyl-8-ribityllumazine synthase UniProtKB:P11998|PTN000471892 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P24012 ctaE GO:0015990 PMID:21873635 IBA PANTHER:PTN000150045|UniProtKB:P0ABJ3 P Cytochrome c oxidase subunit 3 UniProtKB:P24012|PTN000150047 protein NCBITaxon:224308 20170602 GO_Central electron transport coupled proton transport -UniProtKB P24012 ctaE GO:0019646 PMID:21873635 IBA PANTHER:PTN000150045|UniProtKB:P0ABJ3 P Cytochrome c oxidase subunit 3 UniProtKB:P24012|PTN000150047 protein NCBITaxon:224308 20170602 GO_Central aerobic electron transport chain -UniProtKB P24012 ctaE GO:0005887 PMID:21873635 IBA PANTHER:PTN000150045|UniProtKB:P0ABJ3 C Cytochrome c oxidase subunit 3 UniProtKB:P24012|PTN000150047 protein NCBITaxon:224308 20170602 GO_Central integral component of plasma membrane -UniProtKB P24012 ctaE GO:0015453 PMID:21873635 IBA PANTHER:PTN000150044|UniProtKB:P0ABJ3 F Cytochrome c oxidase subunit 3 UniProtKB:P24012|PTN000150047 protein NCBITaxon:224308 20170602 GO_Central oxidoreduction-driven active transmembrane transporter activity -UniProtKB P24012 ctaE GO:0009060 PMID:21873635 IBA PANTHER:PTN000150044|PomBase:SPMIT.04|UniProtKB:P0ABJ3|SGD:S000007283 P Cytochrome c oxidase subunit 3 UniProtKB:P24012|PTN000150047 protein NCBITaxon:224308 20200807 GO_Central aerobic respiration -UniProtKB P24012 ctaE GO:0009055 PMID:21873635 IBA PANTHER:PTN000150044|SGD:S000007283|PomBase:SPMIT.04|UniProtKB:P0ABJ3 F Cytochrome c oxidase subunit 3 UniProtKB:P24012|PTN000150047 protein NCBITaxon:224308 20200929 GO_Central electron transfer activity -UniProtKB P24012 ctaE GO:0009486 PMID:21873635 IBA PANTHER:PTN000150045|UniProtKB:P0ABJ3 F Cytochrome c oxidase subunit 3 UniProtKB:P24012|PTN000150047 protein NCBITaxon:224308 20170602 GO_Central cytochrome bo3 ubiquinol oxidase activity -UniProtKB P24012 ctaE GO:0009319 PMID:21873635 IBA PANTHER:PTN000150045|UniProtKB:P0ABJ3 C Cytochrome c oxidase subunit 3 UniProtKB:P24012|PTN000150047 protein NCBITaxon:224308 20170602 GO_Central cytochrome o ubiquinol oxidase complex -UniProtKB C0SPB6 ssbB GO:0003697 PMID:21873635 IBA PANTHER:PTN000033807|UniProtKB:P9WGD5|UniProtKB:P0AGE0|PomBase:SPAC2F3.04c|FB:FBgn0010438|TAIR:locus:2136083|TAIR:locus:2015353|UniProtKB:Q8I415|TAIR:locus:2086889|UniProtKB:Q8GWJ4|TAIR:locus:2119767|SGD:S000007222|UniProtKB:Q04837 F Single-stranded DNA-binding protein B UniProtKB:C0SPB6|PTN000033864 protein NCBITaxon:224308 20180301 GO_Central single-stranded DNA binding -UniProtKB C0SPB6 ssbB GO:0009295 PMID:21873635 IBA PANTHER:PTN000033807|TAIR:locus:2119767|SGD:S000007222|UniProtKB:Q04837|FB:FBgn0010438 C Single-stranded DNA-binding protein B UniProtKB:C0SPB6|PTN000033864 protein NCBITaxon:224308 20200807 GO_Central nucleoid -UniProtKB C0SPB6 ssbB GO:0051096 PMID:21873635 IBA PANTHER:PTN000033807|UniProtKB:Q04837 P Single-stranded DNA-binding protein B UniProtKB:C0SPB6|PTN000033864 protein NCBITaxon:224308 20180301 GO_Central positive regulation of helicase activity -UniProtKB C0SPB0 ytcI GO:0006633 PMID:21873635 IBA PANTHER:PTN001944787|MGI:MGI:2152200|MGI:MGI:99538 P Uncharacterized acyl--CoA ligase YtcI UniProtKB:C0SPB0|PTN000644730 protein NCBITaxon:224308 20170228 GO_Central fatty acid biosynthetic process -UniProtKB C0SPB0 ytcI GO:0004321 PMID:21873635 IBA PANTHER:PTN001944787|RGD:727928 F Uncharacterized acyl--CoA ligase YtcI UniProtKB:C0SPB0|PTN000644730 protein NCBITaxon:224308 20170228 GO_Central fatty-acyl-CoA synthase activity -UniProtKB C0SPB0 ytcI GO:0015645 PMID:21873635 IBA PANTHER:PTN001944787|UniProtKB:Q08AH1|UniProtKB:F1MPP7|RGD:727928|MGI:MGI:2152200|MGI:MGI:99538 F Uncharacterized acyl--CoA ligase YtcI UniProtKB:C0SPB0|PTN000644730 protein NCBITaxon:224308 20210129 GO_Central fatty acid ligase activity -UniProtKB C0SPB0 ytcI GO:0006637 PMID:21873635 IBA PANTHER:PTN001944787|UniProtKB:Q08AH3|RGD:727928 P Uncharacterized acyl--CoA ligase YtcI UniProtKB:C0SPB0|PTN000644730 protein NCBITaxon:224308 20200810 GO_Central acyl-CoA metabolic process -UniProtKB C0SPA5 adhA GO:0016616 PMID:21873635 IBA PANTHER:PTN001708008|UniProtKB:P39451|TAIR:locus:2005527|UniProtKB:P27250|TAIR:locus:2005528|UniProtKB:B5AMJ6|UniProtKB:O24562|UniProtKB:P75691|SGD:S000000702|SGD:S000004937|UniProtKB:Q0JA75|TAIR:locus:2124311|TAIR:locus:2052516|TAIR:locus:2052494|UniProtKB:I1IPY7|UniProtKB:Q6ZHS4|TAIR:locus:2090704|TAIR:locus:2136278|UniProtKB:I1HY48 F Probable formaldehyde dehydrogenase AdhA UniProtKB:C0SPA5|PTN000191304 protein NCBITaxon:224308 20181220 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB C0SP99 yciB GO:0071972 PMID:21873635 IBA PANTHER:PTN001255072|UniProtKB:O53638|UniProtKB:P0AAX8|UniProtKB:P39176|UniProtKB:P22525|UniProtKB:P75954|UniProtKB:P76193 F Putative L,D-transpeptidase YciB UniProtKB:C0SP99|PTN001577446 protein NCBITaxon:224308 20200809 GO_Central peptidoglycan L,D-transpeptidase activity -UniProtKB C0SP99 yciB GO:0018104 PMID:21873635 IBA PANTHER:PTN001255072|UniProtKB:O53638|UniProtKB:P0AAX8|UniProtKB:P39176|UniProtKB:P75954 P Putative L,D-transpeptidase YciB UniProtKB:C0SP99|PTN001577446 protein NCBITaxon:224308 20170511 GO_Central peptidoglycan-protein cross-linking -UniProtKB C0SP95 ycnJ GO:0005886 PMID:21873635 IBA PANTHER:PTN002165654|UniProtKB:P76278 C Copper transport protein YcnJ UniProtKB:C0SP95|PTN002165674 protein NCBITaxon:224308 20180315 GO_Central plasma membrane -UniProtKB C0SP94 yhfQ GO:0030288 PMID:21873635 IBA PANTHER:PTN001254050|UniProtKB:P0AEL6|UniProtKB:P07822 C Putative ABC transporter substrate-binding lipoprotein YhfQ UniProtKB:C0SP94|PTN000776220 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space -UniProtKB C0SP90 ythA GO:0020037 PMID:21873635 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9 F Putative cytochrome bd menaquinol oxidase subunit I UniProtKB:C0SP90|PTN000769176 protein NCBITaxon:224308 20181018 GO_Central heme binding -UniProtKB C0SP90 ythA GO:0005886 PMID:21873635 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9|UniProtKB:P26459 C Putative cytochrome bd menaquinol oxidase subunit I UniProtKB:C0SP90|PTN000769176 protein NCBITaxon:224308 20181018 GO_Central plasma membrane -UniProtKB C0SP90 ythA GO:0019646 PMID:21873635 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9|UniProtKB:P26459 P Putative cytochrome bd menaquinol oxidase subunit I UniProtKB:C0SP90|PTN000769176 protein NCBITaxon:224308 20170228 GO_Central aerobic electron transport chain -UniProtKB C0SP90 ythA GO:0070069 PMID:21873635 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9|UniProtKB:P26459 C Putative cytochrome bd menaquinol oxidase subunit I UniProtKB:C0SP90|PTN000769176 protein NCBITaxon:224308 20170228 GO_Central cytochrome complex -UniProtKB C0SP90 ythA GO:0009055 PMID:21873635 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9|UniProtKB:P26459 F Putative cytochrome bd menaquinol oxidase subunit I UniProtKB:C0SP90|PTN000769176 protein NCBITaxon:224308 20170228 GO_Central electron transfer activity -UniProtKB C0SP90 ythA GO:0016682 PMID:21873635 IBA PANTHER:PTN000769172|UniProtKB:P26459 F Putative cytochrome bd menaquinol oxidase subunit I UniProtKB:C0SP90|PTN000769176 protein NCBITaxon:224308 20170228 GO_Central oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor -UniProtKB C0SP84 ytlA GO:0006810 PMID:21873635 IBA PANTHER:PTN001246788|UniProtKB:Q47537|UniProtKB:P75853 P Putative binding protein YtlA UniProtKB:C0SP84|PTN001574371 protein NCBITaxon:224308 20190829 GO_Central transport -UniProtKB C0SP84 ytlA GO:0022857 PMID:21873635 IBA PANTHER:PTN001246788|UniProtKB:P75853 F Putative binding protein YtlA UniProtKB:C0SP84|PTN001574371 protein NCBITaxon:224308 20190829 GO_Central transmembrane transporter activity -UniProtKB C0SP82 yoaE GO:0009055 PMID:21873635 IBA PANTHER:PTN000177395|UniProtKB:P18775|UniProtKB:P33225 F Probable oxidoreductase YoaE UniProtKB:C0SP82|PTN000177372 protein NCBITaxon:224308 20170228 GO_Central electron transfer activity -UniProtKB C0SP82 yoaE GO:0009061 PMID:21873635 IBA PANTHER:PTN000177395|UniProtKB:P18775|UniProtKB:P46923|UniProtKB:P33225 P Probable oxidoreductase YoaE UniProtKB:C0SP82|PTN000177372 protein NCBITaxon:224308 20170228 GO_Central anaerobic respiration -UniProtKB C0SP82 yoaE GO:0030288 PMID:21873635 IBA PANTHER:PTN000177395|UniProtKB:P33225|UniProtKB:P46923 C Probable oxidoreductase YoaE UniProtKB:C0SP82|PTN000177372 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space -UniProtKB C0SP82 yoaE GO:0030151 PMID:21873635 IBA PANTHER:PTN000177395|UniProtKB:P20099 F Probable oxidoreductase YoaE UniProtKB:C0SP82|PTN000177372 protein NCBITaxon:224308 20170228 GO_Central molybdenum ion binding -UniProtKB C0SP78 mneP GO:0016020 PMID:21873635 IBA PANTHER:PTN000169311|UniProtKB:Q9SAJ7|TAIR:locus:2095873|UniProtKB:P69380 C Manganese efflux system protein MneP UniProtKB:C0SP78|PTN000169396 protein NCBITaxon:224308 20181004 GO_Central membrane -UniProtKB C0SP78 mneP GO:0008324 PMID:21873635 IBA PANTHER:PTN000169311|TAIR:locus:2039697|TAIR:locus:2095873|UniProtKB:P69380 F Manganese efflux system protein MneP UniProtKB:C0SP78|PTN000169396 protein NCBITaxon:224308 20181004 GO_Central cation transmembrane transporter activity -UniProtKB Q08788 srfAD GO:0008610 PMID:21873635 IBA PANTHER:PTN000160660|UniProtKB:P9WQD5|RGD:621115|UniProtKB:Q9NV23 P Surfactin synthase thioesterase subunit UniProtKB:Q08788|PTN000160692 protein NCBITaxon:224308 20200807 GO_Central lipid biosynthetic process -UniProtKB P50866 clpX GO:0051301 PMID:21873635 IBA PANTHER:PTN000137358|UniProtKB:P9WPB9|UniProtKB:P0A6H1 P ATP-dependent Clp protease ATP-binding subunit ClpX UniProtKB:P50866|PTN000137359 protein NCBITaxon:224308 20170228 GO_Central cell division -UniProtKB P50866 clpX GO:0030163 PMID:21873635 IBA PANTHER:PTN000137292|UniProtKB:O76031|UniProtKB:P50866|UniProtKB:P0A6H1|UniProtKB:A0A0B4LID7 P ATP-dependent Clp protease ATP-binding subunit ClpX UniProtKB:P50866|PTN000137359 protein NCBITaxon:224308 20200810 GO_Central protein catabolic process -UniProtKB P50866 clpX GO:0016887 PMID:21873635 IBA PANTHER:PTN000137292|UniProtKB:O76031|SGD:S000000431|UniProtKB:P0A6H1|MGI:MGI:1346017 F ATP-dependent Clp protease ATP-binding subunit ClpX UniProtKB:P50866|PTN000137359 protein NCBITaxon:224308 20201002 GO_Central ATPase activity -UniProtKB P50866 clpX GO:0005524 PMID:21873635 IBA PANTHER:PTN000137292|MGI:MGI:1346017|UniProtKB:P0A6H1|SGD:S000000431 F ATP-dependent Clp protease ATP-binding subunit ClpX UniProtKB:P50866|PTN000137359 protein NCBITaxon:224308 20170228 GO_Central ATP binding -UniProtKB P50866 clpX GO:0006508 PMID:21873635 IBA PANTHER:PTN000137292|UniProtKB:O76031|UniProtKB:A0A0B4LID7 P ATP-dependent Clp protease ATP-binding subunit ClpX UniProtKB:P50866|PTN000137359 protein NCBITaxon:224308 20170228 GO_Central proteolysis -UniProtKB P50849 pnp GO:0005829 PMID:21873635 IBA PANTHER:PTN000134193|UniProtKB:P05055|UniProtKB:Q8TCS8 C Polyribonucleotide nucleotidyltransferase UniProtKB:P50849|PTN000134234 protein NCBITaxon:224308 20170428 GO_Central cytosol -UniProtKB P50849 pnp GO:0006401 PMID:21873635 IBA PANTHER:PTN000134193|UniProtKB:Q8TCS8|MGI:MGI:1918951|TAIR:locus:2222662|TAIR:locus:2079429 P Polyribonucleotide nucleotidyltransferase UniProtKB:P50849|PTN000134234 protein NCBITaxon:224308 20200807 GO_Central RNA catabolic process -UniProtKB P50849 pnp GO:0004654 PMID:21873635 IBA PANTHER:PTN000134193|RGD:1307987|UniProtKB:Q8TCS8|TAIR:locus:2222662|TAIR:locus:2079429|UniProtKB:P05055 F Polyribonucleotide nucleotidyltransferase UniProtKB:P50849|PTN000134234 protein NCBITaxon:224308 20170428 GO_Central polyribonucleotide nucleotidyltransferase activity -UniProtKB P50849 pnp GO:0000175 PMID:21873635 IBA PANTHER:PTN000134193|UniProtKB:P05055|UniProtKB:Q8TCS8|TAIR:locus:2222662|TAIR:locus:2079429 F Polyribonucleotide nucleotidyltransferase UniProtKB:P50849|PTN000134234 protein NCBITaxon:224308 20170428 GO_Central 3'-5'-exoribonuclease activity -UniProtKB P50844 kdgR GO:0006355 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:Q8P5C9|UniProtKB:P18811|UniProtKB:P06846|UniProtKB:P0ACP1|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P03024|UniProtKB:Q8EBJ8|UniProtKB:P25144|UniProtKB:P0ACP5|UniProtKB:G3XD97|UniProtKB:P0ACN7|UniProtKB:P25748|UniProtKB:Q2G295|UniProtKB:P0ACI3 P HTH-type transcriptional regulator KdgR UniProtKB:P50844|PTN000765387 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P50844 kdgR GO:0000976 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7|UniProtKB:P0ACP1|UniProtKB:P25144|UniProtKB:P03023|UniProtKB:P0ACQ0 F HTH-type transcriptional regulator KdgR UniProtKB:P50844|PTN000765387 protein NCBITaxon:224308 20200930 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P50844 kdgR GO:0003700 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P36673|UniProtKB:P18811|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:Q8EBJ8 F HTH-type transcriptional regulator KdgR UniProtKB:P50844|PTN000765387 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB P50843 kduI GO:0042840 PMID:21873635 IBA PANTHER:PTN002213139|UniProtKB:Q46938 P 4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase UniProtKB:P50843|PTN002213143 protein NCBITaxon:224308 20170831 GO_Central D-glucuronate catabolic process -UniProtKB P50843 kduI GO:0019698 PMID:21873635 IBA PANTHER:PTN002213139|UniProtKB:Q46938 P 4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase UniProtKB:P50843|PTN002213143 protein NCBITaxon:224308 20170831 GO_Central D-galacturonate catabolic process -UniProtKB P50843 kduI GO:0008697 PMID:21873635 IBA PANTHER:PTN002213139|UniProtKB:Q46938 F 4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase UniProtKB:P50843|PTN002213143 protein NCBITaxon:224308 20170831 GO_Central 4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase activity -UniProtKB P50843 kduI GO:0046872 PMID:21873635 IBA PANTHER:PTN002213139|UniProtKB:Q46938 F 4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase UniProtKB:P50843|PTN002213143 protein NCBITaxon:224308 20170831 GO_Central metal ion binding -UniProtKB P50842 kduD GO:0016616 PMID:21873635 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:P0AG84|UniProtKB:Q8N4T8|UniProtKB:Q92506|UniProtKB:O54438|UniProtKB:P0AEK2|UniProtKB:P05707|UniProtKB:P37769|UniProtKB:Q8I2S7|UniProtKB:P9WGT1|UniProtKB:A0A1D8PPB1|SGD:S000001538 F 2-dehydro-3-deoxy-D-gluconate 5-dehydrogenase UniProtKB:P50842|PTN001213111 protein NCBITaxon:224308 20190227 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB P50840 ypsC GO:0008990 PMID:21873635 IBA PANTHER:PTN000430875|UniProtKB:P75864 F Putative RNA methyltransferase YpsC UniProtKB:P50840|PTN000430876 protein NCBITaxon:224308 20170228 GO_Central rRNA (guanine-N2-)-methyltransferase activity -UniProtKB P50840 ypsC GO:0070043 PMID:21873635 IBA PANTHER:PTN000430875|UniProtKB:P75864 F Putative RNA methyltransferase YpsC UniProtKB:P50840|PTN000430876 protein NCBITaxon:224308 20170228 GO_Central rRNA (guanine-N7-)-methyltransferase activity -UniProtKB P50831 ypvA GO:0003678 PMID:21873635 IBA PANTHER:PTN000158192|SGD:S000000973|UniProtKB:P27296|MGI:MGI:2139369|UniProtKB:Q8I2H7|UniProtKB:Q96FC9|SGD:S000005929|UniProtKB:P18074|UniProtKB:Q9NZ71|UniProtKB:A0A1D8PQH0 F Probable ATP-dependent helicase YpvA UniProtKB:P50831|PTN000158445 protein NCBITaxon:224308 20180220 GO_Central DNA helicase activity -UniProtKB P50830 yprA GO:0006289 PMID:21873635 IBA PANTHER:PTN002773592|PomBase:SPAC23A1.19c|SGD:S000002699 P Uncharacterized ATP-dependent helicase YprA UniProtKB:P50830|PTN002773652 protein NCBITaxon:224308 20190430 GO_Central nucleotide-excision repair -UniProtKB P50830 yprA GO:0043138 PMID:21873635 IBA PANTHER:PTN002773592|SGD:S000002699|PomBase:SPAC23A1.19c F Uncharacterized ATP-dependent helicase YprA UniProtKB:P50830|PTN002773652 protein NCBITaxon:224308 20190430 GO_Central 3'-5' DNA helicase activity -UniProtKB P50829 ypqE GO:0016301 PMID:21873635 IBA PANTHER:PTN002553439|UniProtKB:P69783 F Putative phosphotransferase enzyme IIA component YpqE UniProtKB:P50829|PTN002553450 protein NCBITaxon:224308 20180202 GO_Central kinase activity -UniProtKB P50829 ypqE GO:0009401 PMID:21873635 IBA PANTHER:PTN002553439|UniProtKB:P69783 P Putative phosphotransferase enzyme IIA component YpqE UniProtKB:P50829|PTN002553450 protein NCBITaxon:224308 20180202 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB P50829 ypqE GO:0031234 PMID:21873635 IBA PANTHER:PTN002553439|UniProtKB:P69783 C Putative phosphotransferase enzyme IIA component YpqE UniProtKB:P50829|PTN002553450 protein NCBITaxon:224308 20180202 GO_Central extrinsic component of cytoplasmic side of plasma membrane -UniProtKB P50743 der GO:0000027 PMID:21873635 IBA PANTHER:PTN000182950|UniProtKB:P0A6P5 P GTPase Der UniProtKB:P50743|PTN000182951 protein NCBITaxon:224308 20170228 GO_Central ribosomal large subunit assembly -UniProtKB P50743 der GO:0043022 PMID:21873635 IBA PANTHER:PTN000182950|UniProtKB:P0A6P5 F GTPase Der UniProtKB:P50743|PTN000182951 protein NCBITaxon:224308 20170228 GO_Central ribosome binding -UniProtKB P50733 ypbG GO:0009245 PMID:21873635 IBA PANTHER:PTN000769845|UniProtKB:O84467 P Uncharacterized protein YpbG UniProtKB:P50733|PTN001262829 protein NCBITaxon:224308 20171130 GO_Central lipid A biosynthetic process -UniProtKB P50733 ypbG GO:0008758 PMID:21873635 IBA PANTHER:PTN000769845|UniProtKB:O84467 F Uncharacterized protein YpbG UniProtKB:P50733|PTN001262829 protein NCBITaxon:224308 20171130 GO_Central UDP-2,3-diacylglucosamine hydrolase activity -UniProtKB P50729 recS GO:0030894 PMID:21873635 IBA PANTHER:PTN000345099|UniProtKB:P15043 C Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20180411 GO_Central replisome -UniProtKB P50729 recS GO:0006281 PMID:21873635 IBA PANTHER:PTN000344873|SGD:S000004802|FB:FBgn0040290|PomBase:SPAC2G11.12|UniProtKB:Q14191|WB:WBGene00001865|TAIR:locus:2197394|UniProtKB:P15043|MGI:MGI:1328362|FB:FBgn0027375|FB:FBgn0002906|TAIR:locus:2180255|UniProtKB:P54132|MGI:MGI:2156841|UniProtKB:O94762 P Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20201205 GO_Central DNA repair -UniProtKB P50729 recS GO:0009378 PMID:21873635 IBA PANTHER:PTN000344873|TAIR:locus:2127998|UniProtKB:Q14191|TAIR:locus:2197555|UniProtKB:P54132 F Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20170228 GO_Central four-way junction helicase activity -UniProtKB P50729 recS GO:0032508 PMID:21873635 IBA PANTHER:PTN000344873|FB:FBgn0002906|UniProtKB:Q8I2W7|TAIR:locus:2180255|UniProtKB:O94761|UniProtKB:P54132|UniProtKB:Q9I920|SGD:S000004802|TAIR:locus:2127998|UniProtKB:Q14191|FB:FBgn0040290|PomBase:SPAC2G11.12|TAIR:locus:2197555 P Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20200930 GO_Central DNA duplex unwinding -UniProtKB P50729 recS GO:0005694 PMID:21873635 IBA PANTHER:PTN000344873|MGI:MGI:1328362|UniProtKB:P15043|UniProtKB:P54132|PomBase:SPAC212.11|WB:WBGene00006944|UniProtKB:O94761|SGD:S000004802|PomBase:SPBCPT2R1.08c|PomBase:SPAC2G11.12|FB:FBgn0040290|MGI:MGI:109635|UniProtKB:Q14191 C Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20200930 GO_Central chromosome -UniProtKB P50729 recS GO:0006310 PMID:21873635 IBA PANTHER:PTN000344873|TAIR:locus:2206031|UniProtKB:P15043|TAIR:locus:2197394|MGI:MGI:1328362|FB:FBgn0002906|PomBase:SPAC212.11|MGI:MGI:2156841|PomBase:SPBCPT2R1.08c|SGD:S000004802|TAIR:locus:2127998|PomBase:SPAC2G11.12|WB:WBGene00001865 P Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20201205 GO_Central DNA recombination -UniProtKB P50729 recS GO:0005737 PMID:21873635 IBA PANTHER:PTN000344873|UniProtKB:Q57TU4|MGI:MGI:1328362|UniProtKB:P15043|UniProtKB:O94762|UniProtKB:P54132|FB:FBgn0040290 C Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB P50729 recS GO:0043590 PMID:21873635 IBA PANTHER:PTN000345099|UniProtKB:P15043|UniProtKB:O34748 C Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20180411 GO_Central bacterial nucleoid -UniProtKB P50729 recS GO:0043138 PMID:21873635 IBA PANTHER:PTN000344873|UniProtKB:O94761|WB:WBGene00006944|TAIR:locus:2180255|MGI:MGI:1328362|FB:FBgn0002906|TAIR:locus:2197394|UniProtKB:O34748|WB:WBGene00001865|FB:FBgn0040290|PomBase:SPAC2G11.12|UniProtKB:Q14191|TAIR:locus:2197555|TAIR:locus:2127998 F Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20170228 GO_Central 3'-5' DNA helicase activity -UniProtKB P50726 fmnP GO:0032218 PMID:21873635 IBA PANTHER:PTN002212855|UniProtKB:Q9X1G6 P Riboflavin transporter FmnP UniProtKB:P50726|PTN002212866 protein NCBITaxon:224308 20201001 GO_Central riboflavin transport -UniProtKB P50726 fmnP GO:0032217 PMID:21873635 IBA PANTHER:PTN002212855|UniProtKB:Q9X1G6 F Riboflavin transporter FmnP UniProtKB:P50726|PTN002212866 protein NCBITaxon:224308 20170228 GO_Central riboflavin transmembrane transporter activity -UniProtKB P50726 fmnP GO:0005886 PMID:21873635 IBA PANTHER:PTN002212855|UniProtKB:Q9X1G6 C Riboflavin transporter FmnP UniProtKB:P50726|PTN002212866 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P50620 nrdE GO:0009263 PMID:21873635 IBA PANTHER:PTN000171388|SGD:S000000872|SGD:S000001328|UniProtKB:P00452|MGI:MGI:98180|UniProtKB:P39452|dictyBase:DDB_G0284071|UniProtKB:P9WH75|PomBase:SPAC1F7.05 P Ribonucleoside-diphosphate reductase subunit alpha UniProtKB:P50620|PTN000171463 protein NCBITaxon:224308 20200807 GO_Central deoxyribonucleotide biosynthetic process -UniProtKB P50620 nrdE GO:0004748 PMID:21873635 IBA PANTHER:PTN000171388|dictyBase:DDB_G0284071|UniProtKB:P9WH75|UniProtKB:P50620|PomBase:SPAC1F7.05 F Ribonucleoside-diphosphate reductase subunit alpha UniProtKB:P50620|PTN000171463 protein NCBITaxon:224308 20200929 GO_Central ribonucleoside-diphosphate reductase activity, thioredoxin disulfide as acceptor -UniProtKB P50620 nrdE GO:0005971 PMID:21873635 IBA PANTHER:PTN000171388|UniProtKB:Q9I4I1|PomBase:SPAC1F7.05|dictyBase:DDB_G0284071|UniProtKB:P9WH75|UniProtKB:P00452|MGI:MGI:98180|UniProtKB:P39452|SGD:S000000872 C Ribonucleoside-diphosphate reductase subunit alpha UniProtKB:P50620|PTN000171463 protein NCBITaxon:224308 20200807 GO_Central ribonucleoside-diphosphate reductase complex -UniProtKB P50620 nrdE GO:0005524 PMID:21873635 IBA PANTHER:PTN000171388|UniProtKB:P9WH75|UniProtKB:P00452 F Ribonucleoside-diphosphate reductase subunit alpha UniProtKB:P50620|PTN000171463 protein NCBITaxon:224308 20200709 GO_Central ATP binding -UniProtKB P52998 panC GO:0005829 PMID:21873635 IBA PANTHER:PTN000480630|UniProtKB:P31663|UniProtKB:P0A6I0 C Pantothenate synthetase UniProtKB:P52998|PTN000480649 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P52998 panC GO:0015940 PMID:21873635 IBA PANTHER:PTN000480612|UniProtKB:P9WIL5|SGD:S000001407|PomBase:SPAC5H10.08c|TAIR:locus:2156564|UniProtKB:P31663 P Pantothenate synthetase UniProtKB:P52998|PTN000480649 protein NCBITaxon:224308 20200808 GO_Central pantothenate biosynthetic process -UniProtKB P52998 panC GO:0004592 PMID:21873635 IBA PANTHER:PTN000480612|UniProtKB:P31663|SGD:S000001407|UniProtKB:P9WIL5|TAIR:locus:2156564 F Pantothenate synthetase UniProtKB:P52998|PTN000480649 protein NCBITaxon:224308 20170228 GO_Central pantoate-beta-alanine ligase activity -UniProtKB P52996 panB GO:0003864 PMID:21873635 IBA PANTHER:PTN000466854|TAIR:locus:2062969|UniProtKB:P9WIL7|UniProtKB:P31057|TAIR:locus:2082847|SGD:S000000380 F 3-methyl-2-oxobutanoate hydroxymethyltransferase UniProtKB:P52996|PTN000466877 protein NCBITaxon:224308 20170420 GO_Central 3-methyl-2-oxobutanoate hydroxymethyltransferase activity -UniProtKB P52996 panB GO:0000287 PMID:21873635 IBA PANTHER:PTN000466854|UniProtKB:P9WIL7|UniProtKB:P31057 F 3-methyl-2-oxobutanoate hydroxymethyltransferase UniProtKB:P52996|PTN000466877 protein NCBITaxon:224308 20170420 GO_Central magnesium ion binding -UniProtKB P52996 panB GO:0005737 PMID:21873635 IBA PANTHER:PTN000466876|UniProtKB:P31057 C 3-methyl-2-oxobutanoate hydroxymethyltransferase UniProtKB:P52996|PTN000466877 protein NCBITaxon:224308 20170420 GO_Central cytoplasm -UniProtKB P52996 panB GO:0015940 PMID:21873635 IBA PANTHER:PTN000466854|SGD:S000000380|TAIR:locus:2082847|UniProtKB:P31057|UniProtKB:P9WIL7|TAIR:locus:2062969 P 3-methyl-2-oxobutanoate hydroxymethyltransferase UniProtKB:P52996|PTN000466877 protein NCBITaxon:224308 20170420 GO_Central pantothenate biosynthetic process -UniProtKB P39793 ponA GO:0005515 PMID:17427287 IPI UniProtKB:Q01466 F Penicillin-binding protein 1A/1B BSU22320 protein NCBITaxon:224308 20120708 UniProt protein binding -UniProtKB P39792 recU GO:0006281 PMID:9642195 IMP P Holliday junction resolvase RecU prfA|yppB|BSU22310 protein NCBITaxon:224308 20110925 CACAO DNA repair -UniProtKB P39779 codY GO:0005515 PMID:22512862 IPI UniProtKB:P20429 F GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P39779 codY GO:0005515 PMID:22512862 IPI UniProtKB:P25144 F GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P39779 codY GO:0006355 PMID:19542274 IMP P GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20111105 CACAO regulation of transcription, DNA-templated -UniProtKB P39779 codY GO:0001217 PMID:15228537 IPI RefSeq:NC_000964.3 F GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P39779 codY GO:0001217 PMID:18083814 IPI RefSeq:NC_000964.3 F GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P39779 codY GO:0001217 PMID:21699902 IPI RefSeq:NC_000964.3 F GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P39779 codY GO:0032993 PMID:15228537 IPI RefSeq:NC_000964.3 C GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P39779 codY GO:0032993 PMID:18083814 IPI RefSeq:NC_000964.3 C GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P39779 codY GO:0032993 PMID:21699902 IPI RefSeq:NC_000964.3 C GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P39779 codY GO:0000976 PMID:15228537 IPI RefSeq:NC_000964.3 F GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P39779 codY GO:0000976 PMID:18083814 IPI RefSeq:NC_000964.3 F GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P39779 codY GO:0000976 PMID:21699902 IPI RefSeq:NC_000964.3 F GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P39779 codY GO:0001217 PMID:18083814 IMP F GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P39779 codY GO:0001217 PMID:21699902 IMP F GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P39779 codY GO:0032993 PMID:18083814 IMP C GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P39779 codY GO:0032993 PMID:21699902 IMP C GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P39779 codY GO:0000976 PMID:18083814 IMP F GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P39779 codY GO:0000976 PMID:21699902 IMP F GTP-sensing transcriptional pleiotropic repressor CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P39773 gpmI GO:0046537 PMID:9830105 IDA F 2,3-bisphosphoglycerate-independent phosphoglycerate mutase pgm|BSU33910 protein NCBITaxon:224308 20150515 UniProt 2,3-bisphosphoglycerate-independent phosphoglycerate mutase activity -UniProtKB P39773 gpmI GO:0043937 PMID:9830105 IDA P 2,3-bisphosphoglycerate-independent phosphoglycerate mutase pgm|BSU33910 protein NCBITaxon:224308 20150515 UniProt regulation of sporulation -UniProtKB P39773 gpmI GO:0030145 PMID:9830105 IDA F 2,3-bisphosphoglycerate-independent phosphoglycerate mutase pgm|BSU33910 protein NCBITaxon:224308 20150515 UniProt manganese ion binding -UniProtKB P39752 flhO GO:0071978 PMID:22730131 IMP P Flagellar hook-basal body complex protein FlhO yvyA|BSU36400 protein NCBITaxon:224308 20130331 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P39751 mbl GO:0005515 PMID:20133608 IPI UniProtKB:P33166 F Cell shape-determining protein Mbl BSU36410 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P39740 fliT GO:0005515 PMID:20534509 IPI UniProtKB:P39738 F Flagellar protein FliT BSU35320 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P39738 fliD GO:0005515 PMID:20534509 IPI UniProtKB:P39740 F Flagellar hook-associated protein 2 mrgB|BSU35340 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P12425 glnA GO:0090295 PMID:11719184 IDA P Glutamine synthetase BSU17460 protein NCBITaxon:224308 20170123 CAFA nitrogen catabolite repression of transcription -UniProtKB P12425 glnA GO:0008134 PMID:11719184 IPI UniProtKB:Q45666 F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20170123 CAFA transcription factor binding -UniProtKB P12425 glnA GO:0070406 PMID:11719184 IDA F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20170123 CAFA glutamine binding -UniProtKB P12425 glnA GO:0043562 PMID:11719184 IDA P Glutamine synthetase BSU17460 protein NCBITaxon:224308 20170123 CAFA cellular response to nitrogen levels -UniProtKB P12425 glnA GO:0045892 PMID:11719184 IDA P Glutamine synthetase BSU17460 protein NCBITaxon:224308 20170123 CAFA negative regulation of transcription, DNA-templated -UniProtKB P12425 glnA GO:1904797 PMID:11719184 IDA P Glutamine synthetase BSU17460 protein NCBITaxon:224308 20170123 CAFA negative regulation of core promoter binding -UniProtKB P12425 glnA GO:0005515 PMID:18195355 IPI UniProtKB:P37582 F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P12425 glnA GO:0005515 PMID:18331450 IPI UniProtKB:P37582 F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P12425 glnA GO:0005515 PMID:21435182 IPI UniProtKB:Q45666 F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P12425 glnA GO:0005515 PMID:23535029 IPI UniProtKB:Q45666 F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P12425 glnA GO:0006542 PMID:8093698 IMP P Glutamine synthetase BSU17460 protein NCBITaxon:224308 20111106 CACAO glutamine biosynthetic process -UniProtKB P39648 lipL GO:0009249 PMID:21338420 IMP P Octanoyl-[GcvH]:protein N-octanoyltransferase ywfL|BSU37640|ipa-90d protein NCBITaxon:224308 20110523 UniProt protein lipoylation -UniProtKB P39648 lipL GO:0009107 PMID:21338420 IMP P Octanoyl-[GcvH]:protein N-octanoyltransferase ywfL|BSU37640|ipa-90d protein NCBITaxon:224308 20110523 UniProt lipoate biosynthetic process -UniProtKB P39648 lipL GO:0009249 PMID:21338421 IDA P Octanoyl-[GcvH]:protein N-octanoyltransferase ywfL|BSU37640|ipa-90d protein NCBITaxon:224308 20110523 UniProt protein lipoylation -UniProtKB P39648 lipL GO:0009107 PMID:21338421 IDA P Octanoyl-[GcvH]:protein N-octanoyltransferase ywfL|BSU37640|ipa-90d protein NCBITaxon:224308 20110523 UniProt lipoate biosynthetic process -UniProtKB P39648 lipL GO:0016415 PMID:21338421 IDA F Octanoyl-[GcvH]:protein N-octanoyltransferase ywfL|BSU37640|ipa-90d protein NCBITaxon:224308 20110523 UniProt octanoyltransferase activity -UniProtKB P39644 bacG GO:0016628 PMID:22765234 IDA F NADPH-dependent reductase BacG ywfH|BSU37680|ipa-86r protein NCBITaxon:224308 20160414 UniProt oxidoreductase activity, acting on the CH-CH group of donors, NAD or NADP as acceptor -UniProtKB P39644 bacG GO:0016628 PMID:23519407 IDA F NADPH-dependent reductase BacG ywfH|BSU37680|ipa-86r protein NCBITaxon:224308 20160414 UniProt oxidoreductase activity, acting on the CH-CH group of donors, NAD or NADP as acceptor -UniProtKB P39644 bacG GO:0017000 PMID:22765234 IDA P NADPH-dependent reductase BacG ywfH|BSU37680|ipa-86r protein NCBITaxon:224308 20160414 UniProt antibiotic biosynthetic process -UniProtKB P39644 bacG GO:0050661 PMID:23519407 IDA F NADPH-dependent reductase BacG ywfH|BSU37680|ipa-86r protein NCBITaxon:224308 20160414 UniProt NADP binding -UniProtKB P39643 bacF GO:0017000 PMID:22765234 IDA P Transaminase BacF ywfG|BSU37690|ipa-85d protein NCBITaxon:224308 20160414 UniProt antibiotic biosynthetic process -UniProtKB P39643 bacF GO:0008483 PMID:22765234 IDA F Transaminase BacF ywfG|BSU37690|ipa-85d protein NCBITaxon:224308 20160414 UniProt transaminase activity -UniProtKB P39643 bacF GO:0017000 PMID:20052993 IDA P Transaminase BacF ywfG|BSU37690|ipa-85d protein NCBITaxon:224308 20160414 UniProt antibiotic biosynthetic process -UniProtKB P39643 bacF GO:0008483 PMID:20052993 IDA F Transaminase BacF ywfG|BSU37690|ipa-85d protein NCBITaxon:224308 20160414 UniProt transaminase activity -UniProtKB P39639 bacB GO:0050897 PMID:20445239 IDA F H2HPP isomerase ywfC|BSU37730|ipa-81d protein NCBITaxon:224308 20160414 UniProt cobalt ion binding -UniProtKB P39639 bacB GO:0050897 PMID:19776011 IDA F H2HPP isomerase ywfC|BSU37730|ipa-81d protein NCBITaxon:224308 20160414 UniProt cobalt ion binding -UniProtKB P39639 bacB GO:0016863 PMID:22483065 IDA F H2HPP isomerase ywfC|BSU37730|ipa-81d protein NCBITaxon:224308 20160414 UniProt intramolecular oxidoreductase activity, transposing C=C bonds -UniProtKB P39639 bacB GO:0016863 PMID:19776011 IDA F H2HPP isomerase ywfC|BSU37730|ipa-81d protein NCBITaxon:224308 20160414 UniProt intramolecular oxidoreductase activity, transposing C=C bonds -UniProtKB P39639 bacB GO:0005506 PMID:19776011 IDA F H2HPP isomerase ywfC|BSU37730|ipa-81d protein NCBITaxon:224308 20160414 UniProt iron ion binding -UniProtKB P39639 bacB GO:0005506 PMID:20445239 IDA F H2HPP isomerase ywfC|BSU37730|ipa-81d protein NCBITaxon:224308 20160414 UniProt iron ion binding -UniProtKB P39639 bacB GO:0017000 PMID:22765234 IDA P H2HPP isomerase ywfC|BSU37730|ipa-81d protein NCBITaxon:224308 20160414 UniProt antibiotic biosynthetic process -UniProtKB P39638 bacA GO:0017000 PMID:22765234 IDA P Prephenate decarboxylase ywfB|BSU37740|ipa-80d protein NCBITaxon:224308 20160414 UniProt antibiotic biosynthetic process -UniProtKB P39638 bacA GO:0016831 PMID:22483065 IDA F Prephenate decarboxylase ywfB|BSU37740|ipa-80d protein NCBITaxon:224308 20160414 UniProt carboxy-lyase activity -UniProtKB P39638 bacA GO:0016831 PMID:20052993 IDA F Prephenate decarboxylase ywfB|BSU37740|ipa-80d protein NCBITaxon:224308 20160414 UniProt carboxy-lyase activity -UniProtKB P39633 rocG GO:0005515 PMID:17994626 IPI UniProtKB:P20668 F Catabolic NAD-specific glutamate dehydrogenase RocG gudA|yweB|BSU37790|ipa-75d protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P39633 rocG GO:0055114 PMID:9829940 IMP P Catabolic NAD-specific glutamate dehydrogenase RocG gudA|yweB|BSU37790|ipa-75d protein NCBITaxon:224308 20120515 UniProt obsolete oxidation-reduction process -UniProtKB P39633 rocG GO:0006520 PMID:18326565 IMP P Catabolic NAD-specific glutamate dehydrogenase RocG gudA|yweB|BSU37790|ipa-75d protein NCBITaxon:224308 20120515 UniProt cellular amino acid metabolic process -UniProtKB P39633 rocG GO:0004352 PMID:9829940 IDA F Catabolic NAD-specific glutamate dehydrogenase RocG gudA|yweB|BSU37790|ipa-75d protein NCBITaxon:224308 20120515 UniProt glutamate dehydrogenase (NAD+) activity -UniProtKB P39620 gerQ GO:0031160 PMID:19933362 IDA C Spore coat protein GerQ ywdL|BSU37920|ipa-62r protein NCBITaxon:224308 20120827 UniProt spore wall -UniProtKB P39620 gerQ GO:0031160 PMID:16936016 IDA C Spore coat protein GerQ ywdL|BSU37920|ipa-62r protein NCBITaxon:224308 20120827 UniProt spore wall -UniProtKB P39620 gerQ GO:0018153 PMID:16936016 IMP P Spore coat protein GerQ ywdL|BSU37920|ipa-62r protein NCBITaxon:224308 20120827 UniProt isopeptide cross-linking via N6-(L-isoglutamyl)-L-lysine -UniProtKB P39603 ywcE GO:0009847 PMID:16159778 IMP P Spore morphogenesis and germination protein YwcE BSU38130|ipa-41r protein NCBITaxon:224308 20111118 CACAO spore germination -UniProtKB P37869 eno GO:0005515 PMID:21803996 IPI UniProtKB:O31774 F Enolase BSU33900 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37957 estA GO:0004806 PMID:8396026 IDA F Lipase EstA lip|lipA|BSU02700 protein NCBITaxon:224308 20110924 CACAO triglyceride lipase activity -UniProtKB P37968 spoIIP GO:0005515 PMID:17376078 IPI UniProtKB:P07372 F Stage II sporulation protein P BSU25530 protein NCBITaxon:224308 20130715 UniProt protein binding -UniProtKB P68577 sunA GO:0005576 PMID:21196935 IDA C SPbeta prophage-derived bacteriocin sublancin-168 yolG|BSU21480 protein NCBITaxon:224308 20110201 UniProt extracellular region -UniProtKB P68577 sunA GO:0050830 PMID:21196935 IDA P SPbeta prophage-derived bacteriocin sublancin-168 yolG|BSU21480 protein NCBITaxon:224308 20110201 UniProt defense response to Gram-positive bacterium -UniProtKB P24072 cheY GO:0071978 PMID:25313396 IMP P Chemotaxis protein CheY cheB|BSU16330 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB Q03224 glpX GO:0030388 PMID:19270101 IMP P Fructose-1,6-bisphosphatase class 2 ywjI|BSU37090 protein NCBITaxon:224308 20101202 UniProt fructose 1,6-bisphosphate metabolic process -UniProtKB Q03224 glpX GO:0006094 PMID:19270101 IMP P Fructose-1,6-bisphosphatase class 2 ywjI|BSU37090 protein NCBITaxon:224308 20101202 UniProt gluconeogenesis -UniProtKB Q03224 glpX GO:0042132 PMID:19270101 IMP F Fructose-1,6-bisphosphatase class 2 ywjI|BSU37090 protein NCBITaxon:224308 20101202 UniProt fructose 1,6-bisphosphate 1-phosphatase activity -UniProtKB P37599 cheV GO:0006935 PMID:8169224 IGI UniProtKB:P39802 P Chemotaxis protein CheV BSU14010 protein NCBITaxon:224308 20141123 CACAO chemotaxis -UniProtKB O31851 yojM GO:0042802 PMID:15897454 IMP F Superoxide dismutase-like protein YojM BSU19400 protein NCBITaxon:224308 20191023 CAFA identical protein binding -UniProtKB O31851 yojM GO:0008270 PMID:15897454 IMP F Superoxide dismutase-like protein YojM BSU19400 protein NCBITaxon:224308 20161012 CAFA zinc ion binding -UniProtKB O31606 spxH GO:0005515 PMID:19074380 IPI UniProtKB:O31602 F ClpXP adapter protein SpxH yjbH|BSU11550 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31606 spxH GO:0005515 PMID:21378193 IPI UniProtKB:O31602 F ClpXP adapter protein SpxH yjbH|BSU11550 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31606 spxH GO:0005515 PMID:21378193 IPI UniProtKB:O32302 F ClpXP adapter protein SpxH yjbH|BSU11550 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31677 queE GO:0016840 PMID:23194065 IDA F 7-carboxy-7-deazaguanine synthase ykvL|BSU13740 protein NCBITaxon:224308 20151109 UniProt carbon-nitrogen lyase activity -UniProtKB O31677 queE GO:0000287 PMID:23194065 IDA F 7-carboxy-7-deazaguanine synthase ykvL|BSU13740 protein NCBITaxon:224308 20151109 UniProt magnesium ion binding -UniProtKB O31677 queE GO:0042803 PMID:23194065 IDA F 7-carboxy-7-deazaguanine synthase ykvL|BSU13740 protein NCBITaxon:224308 20151109 UniProt protein homodimerization activity -UniProtKB O31677 queE GO:1904047 PMID:23194065 IDA F 7-carboxy-7-deazaguanine synthase ykvL|BSU13740 protein NCBITaxon:224308 20151109 UniProt S-adenosyl-L-methionine binding -UniProtKB O31677 queE GO:0051539 PMID:23194065 IDA F 7-carboxy-7-deazaguanine synthase ykvL|BSU13740 protein NCBITaxon:224308 20151109 UniProt 4 iron, 4 sulfur cluster binding -UniProtKB O31710 yknX GO:0042802 PMID:22707703 IPI UniProtKB:O31710 F Putative efflux system component YknX BSU14350 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB O31778 miaB GO:0035600 PMID:20472640 IMP P tRNA-2-methylthio-N(6)-dimethylallyladenosine synthase ymcB|BSU17010 protein NCBITaxon:224308 20120215 UniProt tRNA methylthiolation -UniProtKB O31778 miaB GO:0035597 PMID:20472640 IMP F tRNA-2-methylthio-N(6)-dimethylallyladenosine synthase ymcB|BSU17010 protein NCBITaxon:224308 20120215 UniProt N6-isopentenyladenosine methylthiotransferase activity -UniProtKB P37554 spoVT GO:0042802 PMID:19000822 IPI UniProtKB:P37554 F Stage V sporulation protein T yabL|BSU00560 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P71051 yveL GO:0005515 PMID:25278935 IPI UniProtKB:P96715 F Putative tyrosine-protein kinase YveL BSU34360 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P71051 yveL GO:0005515 PMID:25374563 IPI UniProtKB:P96715 F Putative tyrosine-protein kinase YveL BSU34360 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P71052 epsC GO:1900192 PMID:21278284 IMP P Probable polysaccharide biosynthesis protein EpsC yveM|BSU34350 protein NCBITaxon:224308 20141007 CACAO positive regulation of single-species biofilm formation -UniProtKB P71079 fabL GO:0004318 PMID:11007778 IDA F Enoyl-[acyl-carrier-protein] reductase [NADPH] FabL yfhR|ygaA|BSU08650 protein NCBITaxon:224308 20110715 UniProt enoyl-[acyl-carrier-protein] reductase (NADH) activity -UniProtKB P71079 fabL GO:0030497 PMID:11007778 IDA P Enoyl-[acyl-carrier-protein] reductase [NADPH] FabL yfhR|ygaA|BSU08650 protein NCBITaxon:224308 20110715 UniProt fatty acid elongation -UniProtKB P71079 fabL GO:0050661 PMID:21185310 IDA F Enoyl-[acyl-carrier-protein] reductase [NADPH] FabL yfhR|ygaA|BSU08650 protein NCBITaxon:224308 20110915 UniProt NADP binding -UniProtKB O07621 hemAT GO:0005575 GO_REF:0000015 ND C Heme-based aerotactic transducer HemAT yhfV|BSU10380 protein NCBITaxon:224308 20061026 UniProt cellular_component -UniProtKB O07621 hemAT GO:0009454 PMID:10676961 IDA P Heme-based aerotactic transducer HemAT yhfV|BSU10380 protein NCBITaxon:224308 20020423 UniProt aerotaxis -UniProtKB O07621 hemAT GO:0007165 PMID:10676961 IDA P Heme-based aerotactic transducer HemAT yhfV|BSU10380 protein NCBITaxon:224308 20020423 UniProt signal transduction -UniProtKB O07621 hemAT GO:0020037 PMID:10676961 IDA F Heme-based aerotactic transducer HemAT yhfV|BSU10380 protein NCBITaxon:224308 20020423 UniProt heme binding -UniProtKB O07608 lplJ GO:0009249 PMID:21338420 IDA P Lipoate-protein ligase LplJ yhfJ|BSU10250 protein NCBITaxon:224308 20110512 UniProt protein lipoylation -UniProtKB O07608 lplJ GO:0017118 PMID:21338420 IDA F Lipoate-protein ligase LplJ yhfJ|BSU10250 protein NCBITaxon:224308 20110512 UniProt lipoyltransferase activity -UniProtKB O07608 lplJ GO:0016979 PMID:21338420 IDA F Lipoate-protein ligase LplJ yhfJ|BSU10250 protein NCBITaxon:224308 20110512 UniProt lipoate-protein ligase activity -UniProtKB P53554 bioI GO:0009102 PMID:11368323 IDA P Biotin biosynthesis cytochrome P450 CYP107H|BSU30190 protein NCBITaxon:224308 20110819 UniProt biotin biosynthetic process -UniProtKB O07597 dat GO:0047810 GO_REF:0000024 ISS UniProtKB:P19938 F D-alanine aminotransferase yheM|BSU09670 protein NCBITaxon:224308 20060420 UniProt D-alanine:2-oxoglutarate aminotransferase activity -UniProtKB O07597 dat GO:0030170 GO_REF:0000024 ISS UniProtKB:P19938 F D-alanine aminotransferase yheM|BSU09670 protein NCBITaxon:224308 20060420 UniProt pyridoxal phosphate binding -UniProtKB O07597 dat GO:0046437 GO_REF:0000024 ISS UniProtKB:P19938 P D-alanine aminotransferase yheM|BSU09670 protein NCBITaxon:224308 20060420 UniProt D-amino acid biosynthetic process -UniProtKB O07597 dat GO:0019478 GO_REF:0000024 ISS UniProtKB:P19938 P D-alanine aminotransferase yheM|BSU09670 protein NCBITaxon:224308 20060420 UniProt D-amino acid catabolic process -UniProtKB O07581 yhdL GO:0005515 PMID:14993308 IPI UniProtKB:O07580 F Probable anti-sigma-M factor YhdL BSU09510 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O07566 ntdA GO:0030170 PMID:24097983 IDA F 3-oxo-glucose-6-phosphate:glutamate aminotransferase yhjL|BSU10550 protein NCBITaxon:224308 20131209 UniProt pyridoxal phosphate binding -UniProtKB O07566 ntdA GO:0008483 PMID:23586652 IDA F 3-oxo-glucose-6-phosphate:glutamate aminotransferase yhjL|BSU10550 protein NCBITaxon:224308 20131209 UniProt transaminase activity -UniProtKB O07566 ntdA GO:0017000 PMID:23586652 IDA P 3-oxo-glucose-6-phosphate:glutamate aminotransferase yhjL|BSU10550 protein NCBITaxon:224308 20131209 UniProt antibiotic biosynthetic process -UniProtKB O07565 ntdB GO:0016791 PMID:23586652 IDA F Kanosamine-6-phosphate phosphatase yhjK|BSU10540 protein NCBITaxon:224308 20131209 UniProt phosphatase activity -UniProtKB O07565 ntdB GO:0017000 PMID:23586652 IDA P Kanosamine-6-phosphate phosphatase yhjK|BSU10540 protein NCBITaxon:224308 20131209 UniProt antibiotic biosynthetic process -UniProtKB O07529 azr GO:0042802 PMID:19682074 IPI UniProtKB:O07529 F FMN-dependent NADPH-azoreductase yhdA|BSU09340 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB O07523 yhaP GO:0005515 PMID:21630458 IPI UniProtKB:O31501 F Uncharacterized protein YhaP BSU09900 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O07521 yhaM GO:0031125 PMID:19880604 IMP P 3'-5' exoribonuclease YhaM BSU09930 protein NCBITaxon:224308 20120120 UniProt rRNA 3'-end processing -UniProtKB P06628 spo0F GO:0005515 PMID:19040634 IPI UniProtKB:P16497 F Sporulation initiation phosphotransferase F BSU37130 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P06628 spo0F GO:0005515 PMID:21346797 IPI UniProtKB:O34327 F Sporulation initiation phosphotransferase F BSU37130 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P06628 spo0F GO:0005515 PMID:21346797 IPI UniProtKB:P16497 F Sporulation initiation phosphotransferase F BSU37130 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P06628 spo0F GO:0005515 PMID:21346797 IPI UniProtKB:Q59HN8 F Sporulation initiation phosphotransferase F BSU37130 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P06628 spo0F GO:0005515 PMID:23526881 IPI UniProtKB:O34327 F Sporulation initiation phosphotransferase F BSU37130 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P06574 sigB GO:0043620 PMID:8012595 IMP P RNA polymerase sigma-B factor rpoF|BSU04730 protein NCBITaxon:224308 20111105 CACAO regulation of DNA-templated transcription in response to stress -UniProtKB P06567 dnaI GO:0005515 PMID:16796675 IPI UniProtKB:P37469 F Primosomal protein DnaI ytxA|BSU28980 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P06567 dnaI GO:0005515 PMID:19192185 IPI UniProtKB:P37469 F Primosomal protein DnaI ytxA|BSU28980 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P06567 dnaI GO:0005515 PMID:21630458 IPI UniProtKB:P37469 F Primosomal protein DnaI ytxA|BSU28980 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q796K8 pbpH GO:0005515 PMID:17427287 IPI UniProtKB:Q01466 F Penicillin-binding protein H ykuA|BSU13980 protein NCBITaxon:224308 20120708 UniProt protein binding -UniProtKB P06534 spo0A GO:0045881 PMID:18573177 IGI UniProtKB:O34814 P Stage 0 sporulation protein A spo0C|spo0G|BSU24220 protein NCBITaxon:224308 20090921 UniProt positive regulation of sporulation resulting in formation of a cellular spore -UniProtKB P06534 spo0A GO:0008356 PMID:18573177 IGI UniProtKB:O34814 P Stage 0 sporulation protein A spo0C|spo0G|BSU24220 protein NCBITaxon:224308 20090921 UniProt asymmetric cell division -UniProtKB P06534 spo0A GO:0090529 PMID:18573177 IGI UniProtKB:O34814 P Stage 0 sporulation protein A spo0C|spo0G|BSU24220 protein NCBITaxon:224308 20170515 UniProt cell septum assembly -UniProtKB P06534 spo0A GO:0090606 PMID:11572999 IMP P Stage 0 sporulation protein A spo0C|spo0G|BSU24220 protein NCBITaxon:224308 20121118 CACAO single-species surface biofilm formation -UniProtKB P06534 spo0A GO:0045893 PMID:18978066 IMP P Stage 0 sporulation protein A spo0C|spo0G|BSU24220 protein NCBITaxon:224308 20180320 CACAO positive regulation of transcription, DNA-templated -UniProtKB P06533 sinR GO:0010629 PMID:15661000 IMP P HTH-type transcriptional regulator SinR flaD|sin|BSU24610 protein NCBITaxon:224308 20111115 CACAO negative regulation of gene expression -UniProtKB P06533 sinR GO:0045892 PMID:18978066 IMP P HTH-type transcriptional regulator SinR flaD|sin|BSU24610 protein NCBITaxon:224308 20180320 CACAO negative regulation of transcription, DNA-templated -UniProtKB O34351 yvmC GO:0016755 PMID:19430487 IDA F Cyclo(L-leucyl-L-leucyl) synthase BSU35070 protein NCBITaxon:224308 20130617 UniProt transferase activity, transferring amino-acyl groups -UniProtKB O34351 yvmC GO:0046148 PMID:19430487 IDA P Cyclo(L-leucyl-L-leucyl) synthase BSU35070 protein NCBITaxon:224308 20130617 UniProt pigment biosynthetic process -UniProtKB O34344 sdpC GO:0001906 PMID:20805502 IDA P Sporulation delaying protein C yvaY|BSU33770 protein NCBITaxon:224308 20151023 UniProt cell killing -UniProtKB O34327 rapJ GO:0005515 PMID:21346797 IPI UniProtKB:P06628 F Response regulator aspartate phosphatase J ycdE|BSU02820 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34327 rapJ GO:0005515 PMID:23526881 IPI UniProtKB:P06628 F Response regulator aspartate phosphatase J ycdE|BSU02820 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34327 rapJ GO:0005515 PMID:23526881 IPI UniProtKB:P94416 F Response regulator aspartate phosphatase J ycdE|BSU02820 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P80244 clpP GO:0042802 PMID:20305655 IPI UniProtKB:P80244 F ATP-dependent Clp protease proteolytic subunit yvdN|BSU34540 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P80244 clpP GO:0004176 PMID:14763982 IMP F ATP-dependent Clp protease proteolytic subunit yvdN|BSU34540 protein NCBITaxon:224308 20111019 CACAO ATP-dependent peptidase activity -UniProtKB P42954 tagH GO:0005515 PMID:18156271 IPI UniProtKB:P42953 F Teichoic acids export ATP-binding protein TagH BSU35700 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P42954 tagH GO:0005515 PMID:18156271 IPI UniProtKB:Q01467 F Teichoic acids export ATP-binding protein TagH BSU35700 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P42980 mgsA GO:0008929 PMID:21992469 IDA F Methylglyoxal synthase ypjF|BSU22480 protein NCBITaxon:224308 20120414 CACAO methylglyoxal synthase activity -UniProtKB P33166 tuf GO:0005515 PMID:19192185 IPI UniProtKB:Q01465 F Elongation factor Tu tufA|BSU01130 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P33166 tuf GO:0005515 PMID:20133608 IPI UniProtKB:P39751 F Elongation factor Tu tufA|BSU01130 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P33166 tuf GO:0005515 PMID:20133608 IPI UniProtKB:Q01465 F Elongation factor Tu tufA|BSU01130 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P05651 recF GO:0006302 PMID:15186413 IMP P DNA replication and repair protein RecF BSU00040 protein NCBITaxon:224308 20090528 UniProt double-strand break repair -UniProtKB P05651 recF GO:0043590 PMID:15186413 IDA C DNA replication and repair protein RecF BSU00040 protein NCBITaxon:224308 20090528 UniProt bacterial nucleoid -UniProtKB P45920 yqbD GO:0005515 PMID:21630458 IPI UniProtKB:O31501 F Uncharacterized protein YqbD BSU26150 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P45920 yqbD GO:0005515 PMID:21630458 IPI UniProtKB:P96706 F Uncharacterized protein YqbD BSU26150 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P54576 mcpC GO:0050918 PMID:23038252 IDA P Methyl-accepting chemotaxis protein McpC prg71|BSU13950 protein NCBITaxon:224308 20140406 CACAO positive chemotaxis -UniProtKB P54576 mcpC GO:0050918 PMID:9353924 IMP P Methyl-accepting chemotaxis protein McpC prg71|BSU13950 protein NCBITaxon:224308 20141121 CACAO positive chemotaxis -UniProtKB P54574 fur GO:0045892 PMID:9701813 IMP P Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20111106 CACAO negative regulation of transcription, DNA-templated -UniProtKB P54574 fur GO:0001217 PMID:12354229 IPI RefSeq:NC_000964.3 F Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P54574 fur GO:0001217 PMID:14563870 IPI RefSeq:NC_000964.3 F Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P54574 fur GO:0032993 PMID:12354229 IPI RefSeq:NC_000964.3 C Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P54574 fur GO:0032993 PMID:14563870 IPI RefSeq:NC_000964.3 C Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P54574 fur GO:0000976 PMID:12354229 IPI RefSeq:NC_000964.3 F Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P54574 fur GO:0000976 PMID:14563870 IPI RefSeq:NC_000964.3 F Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P54574 fur GO:0045892 PMID:10400588 IDA P Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF negative regulation of transcription, DNA-templated -UniProtKB P54574 fur GO:0045892 PMID:16672620 IDA P Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF negative regulation of transcription, DNA-templated -UniProtKB P54574 fur GO:0045892 PMID:21873409 EXP P Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF negative regulation of transcription, DNA-templated -UniProtKB P54571 mleN GO:0015385 PMID:10903309 IDA F Malate-2H(+)/Na(+)-lactate antiporter yqkI|BSU23560 protein NCBITaxon:224308 20151103 CACAO sodium:proton antiporter activity -UniProtKB P54548 rnz GO:0042802 PMID:16518398 IPI UniProtKB:P54548 F Ribonuclease Z yqjK|BSU23840 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P54548 rnz GO:0042802 PMID:22940585 IPI UniProtKB:P54548 F Ribonuclease Z yqjK|BSU23840 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB Q06797 rplA GO:0005515 PMID:17981968 IPI UniProtKB:P38424 F 50S ribosomal protein L1 BSU01030 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q06750 cysE GO:0019344 PMID:17056751 IMP P Serine acetyltransferase cysA|BSU00930 protein NCBITaxon:224308 20170124 CAFA cysteine biosynthetic process -UniProtKB Q06750 cysE GO:0009087 PMID:17056751 IMP P Serine acetyltransferase cysA|BSU00930 protein NCBITaxon:224308 20170124 CAFA methionine catabolic process -UniProtKB Q06750 cysE GO:0009001 PMID:18974048 IDA F Serine acetyltransferase cysA|BSU00930 protein NCBITaxon:224308 20170124 CAFA serine O-acetyltransferase activity -UniProtKB P54495 glcK GO:0004340 PMID:9620975 IMP F Glucokinase yqgR|BSU24850 protein NCBITaxon:224308 20130408 CACAO glucokinase activity -UniProtKB P54479 zur GO:0001217 PMID:12426338 IPI RefSeq:NC_000964.3 F Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P54479 zur GO:0001217 PMID:9811636 IPI RefSeq:NC_000964.3 F Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P54479 zur GO:0032993 PMID:12426338 IPI RefSeq:NC_000964.3 C Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P54479 zur GO:0032993 PMID:9811636 IPI RefSeq:NC_000964.3 C Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P54479 zur GO:0000976 PMID:12426338 IPI RefSeq:NC_000964.3 F Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P54479 zur GO:0000976 PMID:9811636 IPI RefSeq:NC_000964.3 F Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P54479 zur GO:0001217 PMID:18344368 IMP F Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P54479 zur GO:0032993 PMID:18344368 IMP C Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P54479 zur GO:0045892 PMID:12426338 IEP P Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF negative regulation of transcription, DNA-templated -UniProtKB P54479 zur GO:0045892 PMID:19648245 EXP P Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF negative regulation of transcription, DNA-templated -UniProtKB P54479 zur GO:0000976 PMID:18344368 IMP F Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P54479 zur GO:0045892 PMID:19648245 IEP P Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF negative regulation of transcription, DNA-templated -UniProtKB P54475 cshB GO:0003723 GO_REF:0000024 ISS UniProtKB:P96614 F DEAD-box ATP-dependent RNA helicase CshB yqfR|BSU25140 protein NCBITaxon:224308 20090306 UniProt RNA binding -UniProtKB P54475 cshB GO:0003724 GO_REF:0000024 ISS UniProtKB:P96614 F DEAD-box ATP-dependent RNA helicase CshB yqfR|BSU25140 protein NCBITaxon:224308 20090306 UniProt RNA helicase activity -UniProtKB P54475 cshB GO:0009409 PMID:16352840 IGI UniProtKB:P96614 P DEAD-box ATP-dependent RNA helicase CshB yqfR|BSU25140 protein NCBITaxon:224308 20090306 UniProt response to cold -UniProtKB P54475 cshB GO:0005524 GO_REF:0000024 ISS UniProtKB:P96614 F DEAD-box ATP-dependent RNA helicase CshB yqfR|BSU25140 protein NCBITaxon:224308 20090306 UniProt ATP binding -UniProtKB P54475 cshB GO:0043590 PMID:16352840 IDA C DEAD-box ATP-dependent RNA helicase CshB yqfR|BSU25140 protein NCBITaxon:224308 20090306 UniProt bacterial nucleoid -UniProtKB P54462 mtaB GO:0035600 PMID:20472640 IMP P Threonylcarbamoyladenosine tRNA methylthiotransferase MtaB tmtB|yqeV|BSU25430 protein NCBITaxon:224308 20120215 UniProt tRNA methylthiolation -UniProtKB P54462 mtaB GO:0035598 PMID:20472640 IMP F Threonylcarbamoyladenosine tRNA methylthiotransferase MtaB tmtB|yqeV|BSU25430 protein NCBITaxon:224308 20120215 UniProt N6-threonylcarbomyladenosine methylthiotransferase activity -UniProtKB P54453 yqeH GO:0032297 PMID:12427945 IDA P Uncharacterized protein YqeH BSU25670 protein NCBITaxon:224308 20120401 CACAO negative regulation of DNA-dependent DNA replication initiation -UniProtKB O32179 fadM GO:0006562 GO_REF:0000024 ISS UniProtKB:Q72IB8 P Proline dehydrogenase 1 yusM|BSU32850 protein NCBITaxon:224308 20160527 UniProt proline catabolic process -UniProtKB O32179 fadM GO:0071949 GO_REF:0000024 ISS UniProtKB:Q72IB8 F Proline dehydrogenase 1 yusM|BSU32850 protein NCBITaxon:224308 20160527 UniProt FAD binding -UniProtKB O32179 fadM GO:0004657 GO_REF:0000024 ISS UniProtKB:Q72IB8 F Proline dehydrogenase 1 yusM|BSU32850 protein NCBITaxon:224308 20160527 UniProt proline dehydrogenase activity -UniProtKB Q59HN8 rapH GO:0005515 PMID:21346797 IPI UniProtKB:P06628 F Response regulator aspartate phosphatase H yeeH|yzqA|BSU06830 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P94542 zapA GO:0005515 PMID:16796675 IPI UniProtKB:P17865 F Cell division protein ZapA yshA|BSU28610 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P94542 zapA GO:0005515 PMID:21630458 IPI UniProtKB:P17865 F Cell division protein ZapA yshA|BSU28610 protein NCBITaxon:224308 20201128 IntAct protein binding +UniProtKB P45949 arsR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002108422|UniProtKB:P37309 P Arsenical resistance operon repressor UniProtKB:P45949|PTN002108560 protein NCBITaxon:224308 20170228 GO_Central regulation of DNA-templated transcription +UniProtKB P45946 arsB GO:0015105 GO_REF:0000033 IBA PANTHER:PTN000040977|SGD:S000006405 F Arsenite resistance protein ArsB UniProtKB:P45946|PTN000040986 protein NCBITaxon:224308 20170228 GO_Central arsenite transmembrane transporter activity +UniProtKB P45946 arsB GO:0015104 GO_REF:0000033 IBA PANTHER:PTN000040977|SGD:S000006405 F Arsenite resistance protein ArsB UniProtKB:P45946|PTN000040986 protein NCBITaxon:224308 20170228 GO_Central antimonite transmembrane transporter activity +UniProtKB P45946 arsB GO:0015297 GO_REF:0000033 IBA PANTHER:PTN000040977|SGD:S000006405 F Arsenite resistance protein ArsB UniProtKB:P45946|PTN000040986 protein NCBITaxon:224308 20170228 GO_Central antiporter activity +UniProtKB P45946 arsB GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000040977|SGD:S000006405 C Arsenite resistance protein ArsB UniProtKB:P45946|PTN000040986 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P45946 arsB GO:0015700 GO_REF:0000033 IBA PANTHER:PTN000040977|SGD:S000006405 P Arsenite resistance protein ArsB UniProtKB:P45946|PTN000040986 protein NCBITaxon:224308 20201001 GO_Central arsenite transport +UniProtKB P45946 arsB GO:0015699 GO_REF:0000033 IBA PANTHER:PTN000040977|SGD:S000006405 P Arsenite resistance protein ArsB UniProtKB:P45946|PTN000040986 protein NCBITaxon:224308 20201001 GO_Central antimonite transport +UniProtKB P45945 yqcK GO:0046686 GO_REF:0000033 IBA PANTHER:PTN002222394|UniProtKB:P9WIR5 P Uncharacterized protein YqcK UniProtKB:P45945|PTN002222400 protein NCBITaxon:224308 20170228 GO_Central response to cadmium ion +UniProtKB P45910 yqaM GO:0006260 GO_REF:0000033 IBA PANTHER:PTN001574578|UniProtKB:P03004|UniProtKB:P0AEF0|UniProtKB:P05648 P Uncharacterized protein YqaM UniProtKB:P45910|PTN000349980 protein NCBITaxon:224308 20230603 GO_Central DNA replication +UniProtKB P45868 maeA GO:0004470 GO_REF:0000033 IBA PANTHER:PTN000601050|MGI:MGI:2147351|UniProtKB:Q16798|TAIR:locus:2054085|TAIR:locus:2127038|FB:FBgn0002719|UniProtKB:P48163|SGD:S000001512|MGI:MGI:97043|UniProtKB:P23368|TAIR:locus:2181980|PomBase:SPCC794.12c|MGI:MGI:1916679|UniProtKB:P26616|TAIR:locus:2052045|TAIR:locus:2180547|RGD:3074|TAIR:locus:2017854 F Probable NAD-dependent malic enzyme 2 UniProtKB:P45868|PTN000601200 protein NCBITaxon:224308 20230111 GO_Central malic enzyme activity +UniProtKB P45868 maeA GO:0006090 GO_REF:0000033 IBA PANTHER:PTN000601050|UniProtKB:Q16798|MGI:MGI:2147351|PomBase:SPCC794.12c|SGD:S000001512|MGI:MGI:1916679 P Probable NAD-dependent malic enzyme 2 UniProtKB:P45868|PTN000601200 protein NCBITaxon:224308 20230111 GO_Central pyruvate metabolic process +UniProtKB P45868 maeA GO:0006108 GO_REF:0000033 IBA PANTHER:PTN000601050|TAIR:locus:2052045|TAIR:locus:2180547|FB:FBgn0002719|UniProtKB:P48163|TAIR:locus:2017854|UniProtKB:Q16798|TAIR:locus:2181980|PomBase:SPCC794.12c|TAIR:locus:2054085|TAIR:locus:2127038 P Probable NAD-dependent malic enzyme 2 UniProtKB:P45868|PTN000601200 protein NCBITaxon:224308 20170228 GO_Central malate metabolic process +UniProtKB P45867 acdA GO:0003995 GO_REF:0000033 IBA PANTHER:PTN000744030|UniProtKB:Q9I296|UniProtKB:C8VQF1|TAIR:locus:2078302|RGD:2014|RGD:620514|UniProtKB:Q9H845|RGD:2013|UniProtKB:P16219|UniProtKB:P45954|RGD:2936|UniProtKB:Q9FS87|UniProtKB:Q9FS88|UniProtKB:Q3ZBF6|UniProtKB:P26440|UniProtKB:P49748 F Acyl-CoA dehydrogenase UniProtKB:P45867|PTN000097907 protein NCBITaxon:224308 20231109 GO_Central acyl-CoA dehydrogenase activity +UniProtKB P45861 ywjA GO:0034040 GO_REF:0000033 IBA PANTHER:PTN000657720|UniProtKB:P60752 F Uncharacterized ABC transporter ATP-binding protein YwjA UniProtKB:P45861|PTN000657683 protein NCBITaxon:224308 20170228 GO_Central ATPase-coupled lipid transmembrane transporter activity +UniProtKB P45861 ywjA GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000657189|TAIR:locus:2097978|MGI:MGI:97570|UniProtKB:O53645|UniProtKB:Q9NP58|UniProtKB:Q03518|PomBase:SPCC663.03|UniProtKB:Q9FNU2|UniProtKB:Q03519|UniProtKB:O75027|WB:WBGene00001811|UniProtKB:Q2M3G0|PomBase:SPCC737.09c|TAIR:locus:2057961|PomBase:SPBC25B2.02c|UniProtKB:P29018|RGD:619930|TAIR:locus:2041434|SGD:S000004916|UniProtKB:Q9NUT2|UniProtKB:P08183|WB:WBGene00001815|UniProtKB:O95342 P Uncharacterized ABC transporter ATP-binding protein YwjA UniProtKB:P45861|PTN000657683 protein NCBITaxon:224308 20231109 GO_Central transmembrane transport +UniProtKB P45858 mmgD GO:0006099 GO_REF:0000033 IBA PANTHER:PTN000201223|SGD:S000006205|UniProtKB:Q9I5E3|RGD:620330|PomBase:SPAC6C3.04 P Citrate/2-methylcitrate synthase UniProtKB:P45858|PTN000201316 protein NCBITaxon:224308 20180508 GO_Central tricarboxylic acid cycle +UniProtKB P45858 mmgD GO:0005975 GO_REF:0000033 IBA PANTHER:PTN000201223|UniProtKB:O75390 P Citrate/2-methylcitrate synthase UniProtKB:P45858|PTN000201316 protein NCBITaxon:224308 20180508 GO_Central carbohydrate metabolic process +UniProtKB P45858 mmgD GO:0004108 GO_REF:0000033 IBA PANTHER:PTN000201223|SGD:S000000598|FB:FBgn0261955|TAIR:locus:2050554|TAIR:locus:2098989|dictyBase:DDB_G0267426|SGD:S000005284|TAIR:locus:2052379|PomBase:SPAC6C3.04|MGI:MGI:88529|SGD:S000006205|UniProtKB:O75390|RGD:620330|UniProtKB:O00098|UniProtKB:P31660|UniProtKB:Q9TEM3 F Citrate/2-methylcitrate synthase UniProtKB:P45858|PTN000201316 protein NCBITaxon:224308 20230110 GO_Central citrate (Si)-synthase activity +UniProtKB P45857 mmgC GO:0005737 GO_REF:0000033 IBA PANTHER:PTN002535634|RGD:1306270|UniProtKB:Q709F0|UniProtKB:P11310|FB:FBgn0035811|RGD:2012|MGI:MGI:87867|FB:FBgn0086712|MGI:MGI:87866|RGD:2011|UniProtKB:Q47146 C Acyl-CoA dehydrogenase UniProtKB:P45857|PTN000097910 protein NCBITaxon:224308 20230604 GO_Central cytoplasm +UniProtKB P45857 mmgC GO:0003995 GO_REF:0000033 IBA PANTHER:PTN002535634|UniProtKB:Q709F0|RGD:2012|TAIR:locus:2083328|UniProtKB:P11310|FB:FBgn0035811|UniProtKB:P9WQG3|MGI:MGI:87867|UniProtKB:Q47146|RGD:2011|MGI:MGI:87866 F Acyl-CoA dehydrogenase UniProtKB:P45857|PTN000097910 protein NCBITaxon:224308 20220309 GO_Central acyl-CoA dehydrogenase activity +UniProtKB P45857 mmgC GO:0033539 GO_REF:0000033 IBA PANTHER:PTN002535634|UniProtKB:P11310|RGD:2012|UniProtKB:Q709F0|RGD:2011|UniProtKB:Q47146|MGI:MGI:87866|MGI:MGI:87867 P Acyl-CoA dehydrogenase UniProtKB:P45857|PTN000097910 protein NCBITaxon:224308 20220309 GO_Central fatty acid beta-oxidation using acyl-CoA dehydrogenase +UniProtKB P45856 mmgB GO:0016491 GO_REF:0000033 IBA PANTHER:PTN002455225|UniProtKB:Q9Y2S2|UniProtKB:P76083|FB:FBgn0286508|UniProtKB:P9WNP7 F Probable 3-hydroxybutyryl-CoA dehydrogenase UniProtKB:P45856|PTN000592980 protein NCBITaxon:224308 20220311 GO_Central oxidoreductase activity +UniProtKB P45744 dhbC GO:0009697 GO_REF:0000033 IBA PANTHER:PTN001343061|UniProtKB:Q51508 P Isochorismate synthase DhbC UniProtKB:P45744|PTN000132908 protein NCBITaxon:224308 20170228 GO_Central salicylic acid biosynthetic process +UniProtKB P45744 dhbC GO:0008909 GO_REF:0000033 IBA PANTHER:PTN001343061|UniProtKB:Q51508 F Isochorismate synthase DhbC UniProtKB:P45744|PTN000132908 protein NCBITaxon:224308 20170228 GO_Central isochorismate synthase activity +UniProtKB P45740 thiC GO:0009228 GO_REF:0000033 IBA PANTHER:PTN000777484|UniProtKB:Q9L9I7|UniProtKB:P30136 P Phosphomethylpyrimidine synthase UniProtKB:P45740|PTN001254532 protein NCBITaxon:224308 20210905 GO_Central thiamine biosynthetic process +UniProtKB P45740 thiC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000777484|UniProtKB:P30136 C Phosphomethylpyrimidine synthase UniProtKB:P45740|PTN001254532 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P45694 tkt GO:0006098 GO_REF:0000033 IBA PANTHER:PTN000179149|PomBase:SPBC2G5.05|UniProtKB:P27302|SGD:S000006278|SGD:S000000321 P Transketolase UniProtKB:P45694|PTN000179203 protein NCBITaxon:224308 20230407 GO_Central pentose-phosphate shunt +UniProtKB P45694 tkt GO:0004802 GO_REF:0000033 IBA PANTHER:PTN000179149|UniProtKB:C6KSV3|UniProtKB:P33570|PomBase:SPBC2G5.05|UniProtKB:P27302|UniProtKB:Q7SIC9|SGD:S000006278|TAIR:locus:2101871 F Transketolase UniProtKB:P45694|PTN000179203 protein NCBITaxon:224308 20230112 GO_Central transketolase activity +UniProtKB P45694 tkt GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000179149|UniProtKB:P33570|UniProtKB:P27302|dictyBase:DDB_G0272618 C Transketolase UniProtKB:P45694|PTN000179203 protein NCBITaxon:224308 20201001 GO_Central cytosol +UniProtKB P49857 gdnD GO:0055085 GO_REF:0000033 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P23895|UniProtKB:P9WGF1|UniProtKB:P69210|UniProtKB:P69937 P Probable guanidinium efflux system subunit GdnD UniProtKB:P49857|PTN001254660 protein NCBITaxon:224308 20201001 GO_Central transmembrane transport +UniProtKB P49857 gdnD GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P76474|UniProtKB:P23895|UniProtKB:P9WGF1|UniProtKB:Q47377|UniProtKB:P69210 F Probable guanidinium efflux system subunit GdnD UniProtKB:P49857|PTN001254660 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB P49856 gdnC GO:0055085 GO_REF:0000033 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P23895|UniProtKB:P9WGF1|UniProtKB:P69210|UniProtKB:P69937 P Probable guanidinium efflux system subunit GdnC UniProtKB:P49856|PTN001254662 protein NCBITaxon:224308 20201001 GO_Central transmembrane transport +UniProtKB P49856 gdnC GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P76474|UniProtKB:P23895|UniProtKB:P9WGF1|UniProtKB:Q47377|UniProtKB:P69210 F Probable guanidinium efflux system subunit GdnC UniProtKB:P49856|PTN001254662 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB P49852 hmp GO:0005622 GO_REF:0000033 IBA PANTHER:PTN001116481|SGD:S000003466 C Flavohemoprotein UniProtKB:P49852|PTN000531899 protein NCBITaxon:224308 20200810 GO_Central intracellular anatomical structure +UniProtKB P49852 hmp GO:0071500 GO_REF:0000033 IBA PANTHER:PTN001116481|PomBase:SPAC869.02c|UniProtKB:Q5AX11|dictyBase:DDB_G0292380|CGD:CAL0000179202|dictyBase:DDB_G0292378 P Flavohemoprotein UniProtKB:P49852|PTN000531899 protein NCBITaxon:224308 20231109 GO_Central cellular response to nitrosative stress +UniProtKB P49852 hmp GO:0071949 GO_REF:0000033 IBA PANTHER:PTN001116481|UniProtKB:P24232 F Flavohemoprotein UniProtKB:P49852|PTN000531899 protein NCBITaxon:224308 20170228 GO_Central FAD binding +UniProtKB P49852 hmp GO:0008941 GO_REF:0000033 IBA PANTHER:PTN001116481|UniProtKB:P24232|CGD:CAL0000179202 F Flavohemoprotein UniProtKB:P49852|PTN000531899 protein NCBITaxon:224308 20170228 GO_Central nitric oxide dioxygenase NAD(P)H activity +UniProtKB P49852 hmp GO:0046210 GO_REF:0000033 IBA PANTHER:PTN001116481|CGD:CAL0000179202 P Flavohemoprotein UniProtKB:P49852|PTN000531899 protein NCBITaxon:224308 20170228 GO_Central nitric oxide catabolic process +UniProtKB P49849 mutS GO:0030983 GO_REF:0000033 IBA PANTHER:PTN000145832|UniProtKB:P23909 F DNA mismatch repair protein MutS UniProtKB:P49849|PTN000145833 protein NCBITaxon:224308 20210924 GO_Central mismatched DNA binding +UniProtKB P49849 mutS GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002260803|UniProtKB:P23909 C DNA mismatch repair protein MutS UniProtKB:P49849|PTN000145833 protein NCBITaxon:224308 20180917 GO_Central cytosol +UniProtKB P49849 mutS GO:0006298 GO_REF:0000033 IBA PANTHER:PTN000145832|UniProtKB:P23909 P DNA mismatch repair protein MutS UniProtKB:P49849|PTN000145833 protein NCBITaxon:224308 20210924 GO_Central mismatch repair +UniProtKB P49814 mdh GO:0030060 GO_REF:0000033 IBA PANTHER:PTN000166149|TAIR:locus:2079177|SGD:S000002236|RGD:619719|TAIR:locus:2009605|SGD:S000001568|TAIR:locus:2086340|MGI:MGI:97050|SGD:S000005486|UniProtKB:C6KT25|UniProtKB:P40926|WB:WBGene00003162 F Malate dehydrogenase UniProtKB:P49814|PTN000166265 protein NCBITaxon:224308 20230110 GO_Central L-malate dehydrogenase activity +UniProtKB P49814 mdh GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000166149|UniProtKB:P40926|SGD:S000005486|TAIR:locus:2062240|FB:FBgn0262559|MGI:MGI:97050|UniProtKB:C6KT25|RGD:619719|UniProtKB:P61889|UniProtKB:Q9ZP05|SGD:S000002236|TAIR:locus:2009605|SGD:S000001568|TAIR:locus:2079177 C Malate dehydrogenase UniProtKB:P49814|PTN000166265 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB P49786 accB GO:0003989 GO_REF:0000033 IBA PANTHER:PTN000568190|UniProtKB:P0ABD8|TAIR:locus:2171307 F Biotin carboxyl carrier protein of acetyl-CoA carboxylase UniProtKB:P49786|PTN000429723 protein NCBITaxon:224308 20220223 GO_Central acetyl-CoA carboxylase activity +UniProtKB P49786 accB GO:0006633 GO_REF:0000033 IBA PANTHER:PTN000568190|UniProtKB:P0ABD8 P Biotin carboxyl carrier protein of acetyl-CoA carboxylase UniProtKB:P49786|PTN000429723 protein NCBITaxon:224308 20220223 GO_Central fatty acid biosynthetic process +UniProtKB P49778 efp GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000769376|UniProtKB:P0A6N8|UniProtKB:P0A6N4 C Elongation factor P UniProtKB:P49778|PTN001247394 protein NCBITaxon:224308 20200809 GO_Central cytoplasm +UniProtKB P49778 efp GO:0003746 GO_REF:0000033 IBA PANTHER:PTN000769376|UniProtKB:P0A6N4 F Elongation factor P UniProtKB:P49778|PTN001247394 protein NCBITaxon:224308 20170228 GO_Central translation elongation factor activity +UniProtKB P49937 fhuG GO:0033214 GO_REF:0000033 IBA PANTHER:PTN001253116|UniProtKB:P15029|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876 P Iron(3+)-hydroxamate import system permease protein FhuG UniProtKB:P49937|PTN000766015 protein NCBITaxon:224308 20230406 GO_Central siderophore-dependent iron import into cell +UniProtKB P49937 fhuG GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876|UniProtKB:P06609|UniProtKB:P15029 F Iron(3+)-hydroxamate import system permease protein FhuG UniProtKB:P49937|PTN000766015 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB P49936 fhuB GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876|UniProtKB:P06609|UniProtKB:P15029 F Iron(3+)-hydroxamate import system permease protein FhuB UniProtKB:P49936|PTN000765999 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB P49936 fhuB GO:0033214 GO_REF:0000033 IBA PANTHER:PTN001253116|UniProtKB:P15029|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876 P Iron(3+)-hydroxamate import system permease protein FhuB UniProtKB:P49936|PTN000765999 protein NCBITaxon:224308 20230406 GO_Central siderophore-dependent iron import into cell +UniProtKB O34598 guaD GO:0047974 GO_REF:0000033 IBA PANTHER:PTN002544761|UniProtKB:Q94BU8 F Guanine deaminase UniProtKB:O34598|PTN000118385 protein NCBITaxon:224308 20181001 GO_Central guanosine deaminase activity +UniProtKB O34598 guaD GO:0006152 GO_REF:0000033 IBA PANTHER:PTN002544761|UniProtKB:Q94BU8 P Guanine deaminase UniProtKB:O34598|PTN000118385 protein NCBITaxon:224308 20181001 GO_Central purine nucleoside catabolic process +UniProtKB O34597 yfkL GO:0016020 GO_REF:0000033 IBA PANTHER:PTN000606970|UniProtKB:P76198|UniProtKB:P76197|UniProtKB:P75810 C Uncharacterized MFS-type transporter YfkL UniProtKB:O34597|PTN000607042 protein NCBITaxon:224308 20181018 GO_Central membrane +UniProtKB O34595 thiI GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001804941|UniProtKB:P77718 C Probable tRNA sulfurtransferase UniProtKB:O34595|PTN001804964 protein NCBITaxon:224308 20230407 GO_Central cytosol +UniProtKB O34595 thiI GO:0002937 GO_REF:0000033 IBA PANTHER:PTN001804941|UniProtKB:P77718 P Probable tRNA sulfurtransferase UniProtKB:O34595|PTN001804964 protein NCBITaxon:224308 20170228 GO_Central tRNA 4-thiouridine biosynthesis +UniProtKB O34595 thiI GO:0052837 GO_REF:0000033 IBA PANTHER:PTN001804941|UniProtKB:Q9HU66 P Probable tRNA sulfurtransferase UniProtKB:O34595|PTN001804964 protein NCBITaxon:224308 20170228 GO_Central thiazole biosynthetic process +UniProtKB O34577 cysC GO:0004020 GO_REF:0000033 IBA PANTHER:PTN000114732|MGI:MGI:1330223|MGI:MGI:1330587|TAIR:locus:2158626|UniProtKB:P9WNM5|UniProtKB:O43252|SGD:S000001484|TAIR:locus:2046901|TAIR:locus:2079379|UniProtKB:P0A6J1|TAIR:locus:2140005 F Probable adenylyl-sulfate kinase UniProtKB:O34577|PTN000114734 protein NCBITaxon:224308 20231108 GO_Central adenylylsulfate kinase activity +UniProtKB O34575 ykcB GO:0016763 GO_REF:0000033 IBA PANTHER:PTN002141805|UniProtKB:P76473 F Putative mannosyltransferase YkcB UniProtKB:O34575|PTN002141838 protein NCBITaxon:224308 20190829 GO_Central pentosyltransferase activity +UniProtKB O34575 ykcB GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002141805|UniProtKB:P76473 C Putative mannosyltransferase YkcB UniProtKB:O34575|PTN002141838 protein NCBITaxon:224308 20190829 GO_Central plasma membrane +UniProtKB O34575 ykcB GO:0009103 GO_REF:0000033 IBA PANTHER:PTN002141825|UniProtKB:P76473 P Putative mannosyltransferase YkcB UniProtKB:O34575|PTN002141838 protein NCBITaxon:224308 20190829 GO_Central lipopolysaccharide biosynthetic process +UniProtKB O34575 ykcB GO:0010041 GO_REF:0000033 IBA PANTHER:PTN002141825|UniProtKB:P76473 P Putative mannosyltransferase YkcB UniProtKB:O34575|PTN002141838 protein NCBITaxon:224308 20190829 GO_Central response to iron(III) ion +UniProtKB O34570 ytlP GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001439959|UniProtKB:Q9P0M2 C RNA 2',3'-cyclic phosphodiesterase UniProtKB:O34570|PTN001814835 protein NCBITaxon:224308 20230603 GO_Central cytosol +UniProtKB O34570 ytlP GO:0010738 GO_REF:0000033 IBA PANTHER:PTN001439959|RGD:1303071 P RNA 2',3'-cyclic phosphodiesterase UniProtKB:O34570|PTN001814835 protein NCBITaxon:224308 20170228 GO_Central regulation of protein kinase A signaling +UniProtKB O34570 ytlP GO:0034237 GO_REF:0000033 IBA PANTHER:PTN001439959|MGI:MGI:1859150|RGD:1303071 F RNA 2',3'-cyclic phosphodiesterase UniProtKB:O34570|PTN001814835 protein NCBITaxon:224308 20170228 GO_Central protein kinase A regulatory subunit binding +UniProtKB O34565 hisH GO:0000107 GO_REF:0000033 IBA PANTHER:PTN000478058|UniProtKB:P60595 F Imidazole glycerol phosphate synthase subunit HisH UniProtKB:O34565|PTN000478063 protein NCBITaxon:224308 20170228 GO_Central imidazoleglycerol-phosphate synthase activity +UniProtKB O34564 ykuU GO:0033554 GO_REF:0000033 IBA PANTHER:PTN000073874|UniProtKB:D6XKT6|SGD:S000004490|UniProtKB:P0AE08|MGI:MGI:99523|SGD:S000002861|CGD:CAL0000174369|FB:FBgn0040308|UniProtKB:P32119|WB:WBGene00006434|UniProtKB:P30048|PomBase:SPCC576.03c|MGI:MGI:109486|UniProtKB:P0CU34|UniProtKB:Q8IL80 P Putative peroxiredoxin YkuU UniProtKB:O34564|PTN000074090 protein NCBITaxon:224308 20230109 GO_Central cellular response to stress +UniProtKB O34564 ykuU GO:0008379 GO_REF:0000033 IBA PANTHER:PTN000073874|WB:WBGene00006434|UniProtKB:P32119|UniProtKB:Q8IL80|UniProtKB:Q8I5Q6|UniProtKB:P0CU34|CGD:CAL0000174369|SGD:S000002861|PomBase:SPCC576.03c|SGD:S000004490|UniProtKB:Q06830|UniProtKB:P30048 F Putative peroxiredoxin YkuU UniProtKB:O34564|PTN000074090 protein NCBITaxon:224308 20230109 GO_Central thioredoxin peroxidase activity +UniProtKB O34564 ykuU GO:0042744 GO_REF:0000033 IBA PANTHER:PTN000073874|FB:FBgn0040309|WB:WBGene00006434|FB:FBgn0040308|UniProtKB:P0AE08|FB:FBgn0038519|CGD:CAL0000174369|UniProtKB:Q6ER94|UniProtKB:P0CU34|PomBase:SPCC576.03c|UniProtKB:Q06830|MGI:MGI:109486|UniProtKB:P30048 P Putative peroxiredoxin YkuU UniProtKB:O34564|PTN000074090 protein NCBITaxon:224308 20230405 GO_Central hydrogen peroxide catabolic process +UniProtKB O34564 ykuU GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000073874|MGI:MGI:1859815|SGD:S000004490|UniProtKB:P0AE08|UniProtKB:P30048|FB:FBgn0040309|UniProtKB:Q8IL80|FB:FBgn0040308 C Putative peroxiredoxin YkuU UniProtKB:O34564|PTN000074090 protein NCBITaxon:224308 20230602 GO_Central cytosol +UniProtKB O34564 ykuU GO:0006979 GO_REF:0000033 IBA PANTHER:PTN000073874|RGD:620039|RGD:3838|UniProtKB:Q8IL80|UniProtKB:Q8I5Q6|UniProtKB:P0CU34|MGI:MGI:109486|PomBase:SPCC576.03c|UniProtKB:P30048|FB:FBgn0040309|WB:WBGene00006434|UniProtKB:P32119|FB:FBgn0040308|CGD:CAL0000174369|MGI:MGI:1859815|SGD:S000002861|MGI:MGI:99523|UniProtKB:P0AE08|SGD:S000004490|MGI:MGI:88034 P Putative peroxiredoxin YkuU UniProtKB:O34564|PTN000074090 protein NCBITaxon:224308 20230109 GO_Central response to oxidative stress +UniProtKB O34564 ykuU GO:0045454 GO_REF:0000033 IBA PANTHER:PTN000073874|UniProtKB:P9WQB7|FB:FBgn0040309|TAIR:locus:2080707|PomBase:SPCC576.03c|SGD:S000004490|TAIR:locus:2164265|FB:FBgn0038519|MGI:MGI:1859815|SGD:S000002861 P Putative peroxiredoxin YkuU UniProtKB:O34564|PTN000074090 protein NCBITaxon:224308 20221006 GO_Central cell redox homeostasis +UniProtKB O34563 glnH GO:0030288 GO_REF:0000033 IBA PANTHER:PTN001247907|UniProtKB:P37902 C ABC transporter glutamine-binding protein GlnH UniProtKB:O34563|PTN000438642 protein NCBITaxon:224308 20200809 GO_Central outer membrane-bounded periplasmic space +UniProtKB O34557 rpe GO:0046872 GO_REF:0000033 IBA PANTHER:PTN000202667|UniProtKB:P0AG07|UniProtKB:Q96AT9|UniProtKB:P32719 F Ribulose-phosphate 3-epimerase UniProtKB:O34557|PTN000202747 protein NCBITaxon:224308 20200807 GO_Central metal ion binding +UniProtKB O34557 rpe GO:0009052 GO_REF:0000033 IBA PANTHER:PTN000202667|RGD:1564890|PomBase:SPAC31G5.05c P Ribulose-phosphate 3-epimerase UniProtKB:O34557|PTN000202747 protein NCBITaxon:224308 20230405 GO_Central pentose-phosphate shunt, non-oxidative branch +UniProtKB O34557 rpe GO:0004750 GO_REF:0000033 IBA PANTHER:PTN000202667|RGD:1564890|UniProtKB:Q96AT9|MGI:MGI:1913896|SGD:S000003657|UniProtKB:P0AG07|PomBase:SPAC31G5.05c F Ribulose-phosphate 3-epimerase UniProtKB:O34557|PTN000202747 protein NCBITaxon:224308 20220922 GO_Central D-ribulose-phosphate 3-epimerase activity +UniProtKB O34557 rpe GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000202667|UniProtKB:P0AG07|MGI:MGI:1913896 C Ribulose-phosphate 3-epimerase UniProtKB:O34557|PTN000202747 protein NCBITaxon:224308 20220922 GO_Central cytosol +UniProtKB O34545 braB GO:0015820 GO_REF:0000033 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 P Branched-chain amino acid transport system carrier protein BraB UniProtKB:O34545|PTN000778734 protein NCBITaxon:224308 20170228 GO_Central leucine transport +UniProtKB O34545 braB GO:0015190 GO_REF:0000033 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 F Branched-chain amino acid transport system carrier protein BraB UniProtKB:O34545|PTN000778734 protein NCBITaxon:224308 20170228 GO_Central L-leucine transmembrane transporter activity +UniProtKB O34545 braB GO:0015829 GO_REF:0000033 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 P Branched-chain amino acid transport system carrier protein BraB UniProtKB:O34545|PTN000778734 protein NCBITaxon:224308 20170228 GO_Central valine transport +UniProtKB O34545 braB GO:0015188 GO_REF:0000033 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 F Branched-chain amino acid transport system carrier protein BraB UniProtKB:O34545|PTN000778734 protein NCBITaxon:224308 20170228 GO_Central L-isoleucine transmembrane transporter activity +UniProtKB O34545 braB GO:0005304 GO_REF:0000033 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 F Branched-chain amino acid transport system carrier protein BraB UniProtKB:O34545|PTN000778734 protein NCBITaxon:224308 20170228 GO_Central L-valine transmembrane transporter activity +UniProtKB O34545 braB GO:0015818 GO_REF:0000033 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 P Branched-chain amino acid transport system carrier protein BraB UniProtKB:O34545|PTN000778734 protein NCBITaxon:224308 20170228 GO_Central isoleucine transport +UniProtKB O34545 braB GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 C Branched-chain amino acid transport system carrier protein BraB UniProtKB:O34545|PTN000778734 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O34534 citT GO:0000156 GO_REF:0000033 IBA PANTHER:PTN001982310|UniProtKB:P0AEF4 F Transcriptional regulatory protein CitT UniProtKB:O34534|PTN000724598 protein NCBITaxon:224308 20171018 GO_Central phosphorelay response regulator activity +UniProtKB O34529 pfkA GO:0005945 GO_REF:0000033 IBA PANTHER:PTN000344216|SGD:S000004818|SGD:S000003472|UniProtKB:P08237|PomBase:SPBC16H5.02|UniProtKB:P0A796|CGD:CAL0000190617|CGD:CAL0000186427|UniProtKB:P17858|dictyBase:DDB_G0274111 C ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20200808 GO_Central 6-phosphofructokinase complex +UniProtKB O34529 pfkA GO:0006002 GO_REF:0000033 IBA PANTHER:PTN000344216|RGD:61893|RGD:3311|UniProtKB:P17858|dictyBase:DDB_G0274111|MGI:MGI:97547|UniProtKB:P08237|RGD:68419|PomBase:SPBC16H5.02 P ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20180503 GO_Central fructose 6-phosphate metabolic process +UniProtKB O34529 pfkA GO:0042802 GO_REF:0000033 IBA PANTHER:PTN000344216|RGD:68419|UniProtKB:P08237|UniProtKB:P0A796|UniProtKB:P17858|UniProtKB:Q01813|RGD:61893|RGD:3311|MGI:MGI:97548 F ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20190106 GO_Central identical protein binding +UniProtKB O34529 pfkA GO:0070095 GO_REF:0000033 IBA PANTHER:PTN000344216|RGD:68419|UniProtKB:P17858|PomBase:SPBC16H5.02|RGD:61893|RGD:3311 F ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20180503 GO_Central fructose-6-phosphate binding +UniProtKB O34529 pfkA GO:0003872 GO_REF:0000033 IBA PANTHER:PTN000344216|MGI:MGI:97547|FB:FBgn0003071|UniProtKB:P0A796|UniProtKB:P08237|PomBase:SPBC16H5.02|RGD:68419|RGD:3311|MGI:MGI:97548|CGD:CAL0000190617|RGD:61893|dictyBase:DDB_G0274111|CGD:CAL0000186427 F ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20230110 GO_Central 6-phosphofructokinase activity +UniProtKB O34529 pfkA GO:0048029 GO_REF:0000033 IBA PANTHER:PTN000344216|UniProtKB:P17858|UniProtKB:P08237|RGD:3311 F ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20180503 GO_Central monosaccharide binding +UniProtKB O34529 pfkA GO:0016208 GO_REF:0000033 IBA PANTHER:PTN000344216|RGD:68419 F ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20180503 GO_Central AMP binding +UniProtKB O34529 pfkA GO:0061621 GO_REF:0000033 IBA PANTHER:PTN000344216|MGI:MGI:97548 P ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20180503 GO_Central canonical glycolysis +UniProtKB O34529 pfkA GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000344216|RGD:68419|PomBase:SPBC16H5.02|UniProtKB:P08237|UniProtKB:P0A796|UniProtKB:P17858|RGD:61893|RGD:3311 F ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20180503 GO_Central ATP binding +UniProtKB O34529 pfkA GO:0030388 GO_REF:0000033 IBA PANTHER:PTN000344216|RGD:61893|RGD:3311|RGD:68419|PomBase:SPBC16H5.02|UniProtKB:P17858 P ATP-dependent 6-phosphofructokinase UniProtKB:O34529|PTN000344378 protein NCBITaxon:224308 20180503 GO_Central fructose 1,6-bisphosphate metabolic process +UniProtKB O34527 cymR GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 C HTH-type transcriptional regulator CymR UniProtKB:O34527|PTN002113854 protein NCBITaxon:224308 20170420 GO_Central cytosol +UniProtKB O34527 cymR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 F HTH-type transcriptional regulator CymR UniProtKB:O34527|PTN002113854 protein NCBITaxon:224308 20170420 GO_Central DNA-binding transcription factor activity +UniProtKB O34527 cymR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8|UniProtKB:P0AF63 P HTH-type transcriptional regulator CymR UniProtKB:O34527|PTN002113854 protein NCBITaxon:224308 20201001 GO_Central regulation of DNA-templated transcription +UniProtKB O34526 alaS GO:0002161 GO_REF:0000033 IBA PANTHER:PTN000206950|MGI:MGI:2384560|UniProtKB:P00957|UniProtKB:Q57984|UniProtKB:P49588 F Alanine--tRNA ligase UniProtKB:O34526|PTN000207064 protein NCBITaxon:224308 20190105 GO_Central aminoacyl-tRNA editing activity +UniProtKB O34526 alaS GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000207063|UniProtKB:P00957 C Alanine--tRNA ligase UniProtKB:O34526|PTN000207064 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O34526 alaS GO:0006419 GO_REF:0000033 IBA PANTHER:PTN000206950|UniProtKB:P49588|CGD:CAL0000182169|UniProtKB:P00957|MGI:MGI:2384560|SGD:S000005862|RGD:1304832|UniProtKB:Q5JTZ9 P Alanine--tRNA ligase UniProtKB:O34526|PTN000207064 protein NCBITaxon:224308 20170228 GO_Central alanyl-tRNA aminoacylation +UniProtKB O34526 alaS GO:0004813 GO_REF:0000033 IBA PANTHER:PTN000206950|SGD:S000005862|MGI:MGI:2384560|RGD:1304832|UniProtKB:P49588|CGD:CAL0000182169|UniProtKB:P00957|UniProtKB:Q5JTZ9 F Alanine--tRNA ligase UniProtKB:O34526|PTN000207064 protein NCBITaxon:224308 20200808 GO_Central alanine-tRNA ligase activity +UniProtKB O34522 trmB GO:0043527 GO_REF:0000033 IBA PANTHER:PTN000602515|SGD:S000002360|UniProtKB:Q9UBP6 C tRNA (guanine-N(7)-)-methyltransferase UniProtKB:O34522|PTN000602578 protein NCBITaxon:224308 20230406 GO_Central tRNA methyltransferase complex +UniProtKB O34522 trmB GO:0036265 GO_REF:0000033 IBA PANTHER:PTN000602515|SGD:S000002360|UniProtKB:Q9UBP6|UniProtKB:P0A8I5 P tRNA (guanine-N(7)-)-methyltransferase UniProtKB:O34522|PTN000602578 protein NCBITaxon:224308 20231109 GO_Central RNA (guanine-N7)-methylation +UniProtKB O34522 trmB GO:0008176 GO_REF:0000033 IBA PANTHER:PTN000602515|UniProtKB:Q9UBP6|SGD:S000002360|UniProtKB:P0A8I5 F tRNA (guanine-N(7)-)-methyltransferase UniProtKB:O34522|PTN000602578 protein NCBITaxon:224308 20230111 GO_Central tRNA (guanine(46)-N7)-methyltransferase activity +UniProtKB O34522 trmB GO:0030488 GO_REF:0000033 IBA PANTHER:PTN000602515|SGD:S000002360|UniProtKB:Q9UBP6|UniProtKB:P0A8I5 P tRNA (guanine-N(7)-)-methyltransferase UniProtKB:O34522|PTN000602578 protein NCBITaxon:224308 20230406 GO_Central tRNA methylation +UniProtKB O34521 nagP GO:0015764 GO_REF:0000033 IBA PANTHER:PTN000768523|UniProtKB:P09323|UniProtKB:Q9HXN4 P PTS system N-acetylglucosamine-specific EIICB component UniProtKB:O34521|PTN000768524 protein NCBITaxon:224308 20190822 GO_Central N-acetylglucosamine transport +UniProtKB O34521 nagP GO:0090563 GO_REF:0000033 IBA PANTHER:PTN002011274|UniProtKB:P09323|UniProtKB:P69786 F PTS system N-acetylglucosamine-specific EIICB component UniProtKB:O34521|PTN000768524 protein NCBITaxon:224308 20230406 GO_Central protein-phosphocysteine-sugar phosphotransferase activity +UniProtKB O34521 nagP GO:0009401 GO_REF:0000033 IBA PANTHER:PTN002011274|UniProtKB:P09323|UniProtKB:P69786 P PTS system N-acetylglucosamine-specific EIICB component UniProtKB:O34521|PTN000768524 protein NCBITaxon:224308 20190822 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB O34520 hisG GO:0000105 GO_REF:0000033 IBA PANTHER:PTN000483902|UniProtKB:P9WMN1|UniProtKB:P60757|TAIR:locus:505006113|TAIR:locus:2196287|SGD:S000000857|CGD:CAL0000180598 P ATP phosphoribosyltransferase UniProtKB:O34520|PTN000483923 protein NCBITaxon:224308 20200808 GO_Central histidine biosynthetic process +UniProtKB O34520 hisG GO:0003879 GO_REF:0000033 IBA PANTHER:PTN000483902|UniProtKB:P9WMN1|TAIR:locus:505006113|UniProtKB:P60757|TAIR:locus:2196287|CGD:CAL0000180598|SGD:S000000857 F ATP phosphoribosyltransferase UniProtKB:O34520|PTN000483923 protein NCBITaxon:224308 20200808 GO_Central ATP phosphoribosyltransferase activity +UniProtKB O34512 yfmM GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000442080|PomBase:SPAC3C7.08c|UniProtKB:P39115|UniProtKB:Q8NE71 F Uncharacterized ABC transporter ATP-binding protein YfmM UniProtKB:O34512|PTN000442314 protein NCBITaxon:224308 20200808 GO_Central ATP binding +UniProtKB O34504 yceB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001248648|UniProtKB:P0ADV5 C Uncharacterized protein YceB UniProtKB:O34504|PTN001248671 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O34502 yvkA GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|UniProtKB:E9R876|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|UniProtKB:Q8X1Z7|PomBase:SPBC3E7.06c|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|SGD:S000001039|SGD:S000005518|SGD:S000001032|SGD:S000003456|SGD:S000004694|CGD:CAL0000196424|SGD:S000000791 F Uncharacterized MFS-type transporter YvkA UniProtKB:O34502|PTN000606058 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB O34502 yvkA GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|UniProtKB:P52600|PomBase:SPBC460.03|PomBase:SPBC3E7.06c|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000003456|SGD:S000001813 P Uncharacterized MFS-type transporter YvkA UniProtKB:O34502|PTN000606058 protein NCBITaxon:224308 20220924 GO_Central transmembrane transport +UniProtKB O34500 mntD GO:0010043 GO_REF:0000033 IBA PANTHER:PTN000767170|UniProtKB:Q9HT72 P Manganese transport system membrane protein MntD UniProtKB:O34500|PTN000767175 protein NCBITaxon:224308 20170228 GO_Central response to zinc ion +UniProtKB O34500 mntD GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000767170|UniProtKB:P39832 C Manganese transport system membrane protein MntD UniProtKB:O34500|PTN000767175 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O34499 pgl GO:0017057 GO_REF:0000033 IBA PANTHER:PTN001251230|UniProtKB:P52697 F 6-phosphogluconolactonase UniProtKB:O34499|PTN000768699 protein NCBITaxon:224308 20170228 GO_Central 6-phosphogluconolactonase activity +UniProtKB O34499 pgl GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000768698|UniProtKB:P52697 C 6-phosphogluconolactonase UniProtKB:O34499|PTN000768699 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O34497 ykgA GO:0016990 GO_REF:0000033 IBA PANTHER:PTN005338738|UniProtKB:P13981 F Uncharacterized protein YkgA UniProtKB:O34497|PTN000296975 protein NCBITaxon:224308 20221214 GO_Central arginine deiminase activity +UniProtKB O34497 ykgA GO:0019546 GO_REF:0000033 IBA PANTHER:PTN005338738|UniProtKB:P13981 P Uncharacterized protein YkgA UniProtKB:O34497|PTN000296975 protein NCBITaxon:224308 20221214 GO_Central arginine deiminase pathway +UniProtKB O34482 ansZ GO:0042597 GO_REF:0000033 IBA PANTHER:PTN000194668|SGD:S000004150|UniProtKB:P00805|SGD:S000004145|SGD:S000004148|SGD:S000004147 C L-asparaginase 2 UniProtKB:O34482|PTN000194688 protein NCBITaxon:224308 20181004 GO_Central periplasmic space +UniProtKB O34482 ansZ GO:0004067 GO_REF:0000033 IBA PANTHER:PTN000194668|SGD:S000004148|SGD:S000004147|SGD:S000004145|SGD:S000002729|UniProtKB:P00805|SGD:S000004150 F L-asparaginase 2 UniProtKB:O34482|PTN000194688 protein NCBITaxon:224308 20170228 GO_Central asparaginase activity +UniProtKB O34482 ansZ GO:0006530 GO_REF:0000033 IBA PANTHER:PTN000194668|SGD:S000002729|SGD:S000004145|SGD:S000004150|SGD:S000004148|SGD:S000004147 P L-asparaginase 2 UniProtKB:O34482|PTN000194688 protein NCBITaxon:224308 20170228 GO_Central asparagine catabolic process +UniProtKB O34481 yrrC GO:0006310 GO_REF:0000033 IBA PANTHER:PTN000095219|UniProtKB:P04993 P ATP-dependent RecD-like DNA helicase UniProtKB:O34481|PTN000854631 protein NCBITaxon:224308 20230407 GO_Central DNA recombination +UniProtKB O34481 yrrC GO:0009338 GO_REF:0000033 IBA PANTHER:PTN000095219|UniProtKB:P04993 C ATP-dependent RecD-like DNA helicase UniProtKB:O34481|PTN000854631 protein NCBITaxon:224308 20190523 GO_Central exodeoxyribonuclease V complex +UniProtKB O34481 yrrC GO:0017116 GO_REF:0000033 IBA PANTHER:PTN000095219|UniProtKB:P04993 F ATP-dependent RecD-like DNA helicase UniProtKB:O34481|PTN000854631 protein NCBITaxon:224308 20190523 GO_Central single-stranded DNA helicase activity +UniProtKB O34476 ytkP GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000034104|TAIR:locus:2096454|WB:WBGene00013866|UniProtKB:P35520|UniProtKB:P0ABK5|SGD:S000003387|TAIR:locus:2082837 C Probable cysteine synthase UniProtKB:O34476|PTN000034537 protein NCBITaxon:224308 20210903 GO_Central cytoplasm +UniProtKB O34476 ytkP GO:0004124 GO_REF:0000033 IBA PANTHER:PTN000034466|UniProtKB:Q43725|TAIR:locus:2143814|TAIR:locus:2082837|UniProtKB:P9WP55|PomBase:SPBC36.04|TAIR:locus:2043964|WB:WBGene00013866|UniProtKB:P0ABK5|TAIR:locus:2096454|TAIR:locus:2143754|TAIR:locus:2130419|WB:WBGene00019962|UniProtKB:P37887|UniProtKB:Q76MX2|TAIR:locus:2114804|WB:WBGene00007653|WB:WBGene00010759 F Probable cysteine synthase UniProtKB:O34476|PTN000034537 protein NCBITaxon:224308 20221006 GO_Central cysteine synthase activity +UniProtKB O34476 ytkP GO:0080146 GO_REF:0000033 IBA PANTHER:PTN000034535|UniProtKB:P0ABK5 F Probable cysteine synthase UniProtKB:O34476|PTN000034537 protein NCBITaxon:224308 20200807 GO_Central L-cysteine desulfhydrase activity +UniProtKB O34476 ytkP GO:0006535 GO_REF:0000033 IBA PANTHER:PTN000034466|WB:WBGene00010759|UniProtKB:P0ABK5|WB:WBGene00007653|UniProtKB:P37887|WB:WBGene00019962|PomBase:SPBC36.04|UniProtKB:P9WP55|SGD:S000003387 P Probable cysteine synthase UniProtKB:O34476|PTN000034537 protein NCBITaxon:224308 20170228 GO_Central cysteine biosynthetic process from serine +UniProtKB O34475 yfkO GO:0005829 GO_REF:0000033 IBA PANTHER:PTN008587956|UniProtKB:P38489 C Putative NAD(P)H nitroreductase YfkO UniProtKB:O34475|PTN000546641 protein NCBITaxon:224308 20170602 GO_Central cytosol +UniProtKB O34475 yfkO GO:0046256 GO_REF:0000033 IBA PANTHER:PTN008587956|UniProtKB:P38489 P Putative NAD(P)H nitroreductase YfkO UniProtKB:O34475|PTN000546641 protein NCBITaxon:224308 20170602 GO_Central 2,4,6-trinitrotoluene catabolic process +UniProtKB O34475 yfkO GO:0046857 GO_REF:0000033 IBA PANTHER:PTN008587956|UniProtKB:P38489 F Putative NAD(P)H nitroreductase YfkO UniProtKB:O34475|PTN000546641 protein NCBITaxon:224308 20170602 GO_Central oxidoreductase activity, acting on other nitrogenous compounds as donors, with NAD or NADP as acceptor +UniProtKB O34472 yrrI GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000496647|UniProtKB:P0AFS5 P Putative transport protein YrrI UniProtKB:O34472|PTN000496699 protein NCBITaxon:224308 20170228 GO_Central transmembrane transport +UniProtKB O34459 hisZ GO:0004821 GO_REF:0000033 IBA PANTHER:PTN000159104|UniProtKB:P60906 F ATP phosphoribosyltransferase regulatory subunit UniProtKB:O34459|PTN000159092 protein NCBITaxon:224308 20170228 GO_Central histidine-tRNA ligase activity +UniProtKB O34459 hisZ GO:0006427 GO_REF:0000033 IBA PANTHER:PTN000159104|UniProtKB:P60906 P ATP phosphoribosyltransferase regulatory subunit UniProtKB:O34459|PTN000159092 protein NCBITaxon:224308 20170228 GO_Central histidyl-tRNA aminoacylation +UniProtKB O34457 moaB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002456460|UniProtKB:P0AEZ9 C Molybdenum cofactor biosynthesis protein B UniProtKB:O34457|PTN000022868 protein NCBITaxon:224308 20170427 GO_Central cytosol +UniProtKB O34453 nos GO:0004517 GO_REF:0000033 IBA PANTHER:PTN002459248|UniProtKB:Q9RR97|UniProtKB:O34453 F Nitric oxide synthase oxygenase UniProtKB:O34453|PTN002459252 protein NCBITaxon:224308 20170228 GO_Central nitric-oxide synthase activity +UniProtKB O34453 nos GO:0006809 GO_REF:0000033 IBA PANTHER:PTN002459248|UniProtKB:Q9RR97|UniProtKB:O34453 P Nitric oxide synthase oxygenase UniProtKB:O34453|PTN002459252 protein NCBITaxon:224308 20170228 GO_Central nitric oxide biosynthetic process +UniProtKB O34452 yrrB GO:0046813 GO_REF:0000033 IBA PANTHER:PTN001893470|UniProtKB:P31600 P TPR repeat-containing protein YrrB UniProtKB:O34452|PTN008689734 protein NCBITaxon:224308 20211208 GO_Central receptor-mediated virion attachment to host cell +UniProtKB O34452 yrrB GO:0009279 GO_REF:0000033 IBA PANTHER:PTN001893470|UniProtKB:P31600 C TPR repeat-containing protein YrrB UniProtKB:O34452|PTN008689734 protein NCBITaxon:224308 20211208 GO_Central cell outer membrane +UniProtKB O34450 nagA GO:0006046 GO_REF:0000033 IBA PANTHER:PTN000121925|CGD:CAL0000190825|UniProtKB:O34450|UniProtKB:P0AF18 P N-acetylglucosamine-6-phosphate deacetylase UniProtKB:O34450|PTN000121984 protein NCBITaxon:224308 20200807 GO_Central N-acetylglucosamine catabolic process +UniProtKB O34450 nagA GO:0008448 GO_REF:0000033 IBA PANTHER:PTN000121925|CGD:CAL0000190825|UniProtKB:O34450|UniProtKB:P0AF18|UniProtKB:Q9Y303 F N-acetylglucosamine-6-phosphate deacetylase UniProtKB:O34450|PTN000121984 protein NCBITaxon:224308 20200807 GO_Central N-acetylglucosamine-6-phosphate deacetylase activity +UniProtKB O34996 polA GO:0006302 GO_REF:0000033 IBA PANTHER:PTN000015249|FB:FBgn0002905|UniProtKB:Q84ND9|UniProtKB:O75417|MGI:MGI:2155399|UniProtKB:Q7Z5Q5 P DNA polymerase I UniProtKB:O34996|PTN000015329 protein NCBITaxon:224308 20210217 GO_Central double-strand break repair +UniProtKB O34996 polA GO:0003887 GO_REF:0000033 IBA PANTHER:PTN000015249|FB:FBgn0002905|UniProtKB:Q6Z4T5|UniProtKB:P00582|UniProtKB:Q7Z5Q5|MGI:MGI:2155399|UniProtKB:O75417 F DNA polymerase I UniProtKB:O34996|PTN000015329 protein NCBITaxon:224308 20200807 GO_Central DNA-directed DNA polymerase activity +UniProtKB O34989 yvrG GO:0046777 GO_REF:0000033 IBA PANTHER:PTN001976860|UniProtKB:P9WGK5 P Sensor histidine kinase YvrG UniProtKB:O34989|PTN000703615 protein NCBITaxon:224308 20231109 GO_Central protein autophosphorylation +UniProtKB O34989 yvrG GO:0009927 GO_REF:0000033 IBA PANTHER:PTN001976860|SGD:S000001409|UniProtKB:P39838 F Sensor histidine kinase YvrG UniProtKB:O34989|PTN000703615 protein NCBITaxon:224308 20200810 GO_Central histidine phosphotransfer kinase activity +UniProtKB O34989 yvrG GO:0000155 GO_REF:0000033 IBA PANTHER:PTN001976860|UniProtKB:Q9I3B1|UniProtKB:Q9HYX0 F Sensor histidine kinase YvrG UniProtKB:O34989|PTN000703615 protein NCBITaxon:224308 20180504 GO_Central phosphorelay sensor kinase activity +UniProtKB O34987 pbuG GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000122196|UniProtKB:G5EB00|UniProtKB:P31440|UniProtKB:Q46817|UniProtKB:P0AF52|UniProtKB:P31466 C Guanine/hypoxanthine permease PbuG UniProtKB:O34987|PTN000122219 protein NCBITaxon:224308 20230112 GO_Central plasma membrane +UniProtKB O34987 pbuG GO:0005345 GO_REF:0000033 IBA PANTHER:PTN000122196|UniProtKB:Q46817|TAIR:locus:2157752|TAIR:locus:2085517|UniProtKB:G5EB00|UniProtKB:P31440|UniProtKB:P0AF52|UniProtKB:P31466 F Guanine/hypoxanthine permease PbuG UniProtKB:O34987|PTN000122219 protein NCBITaxon:224308 20230407 GO_Central purine nucleobase transmembrane transporter activity +UniProtKB O34980 ytnL GO:0016787 GO_REF:0000033 IBA PANTHER:PTN000791457|TAIR:locus:2017607|TAIR:locus:2164976|UniProtKB:O34916|TAIR:locus:2823614|TAIR:locus:2075382 F Uncharacterized hydrolase YtnL UniProtKB:O34980|PTN000791516 protein NCBITaxon:224308 20190524 GO_Central hydrolase activity +UniProtKB O34979 yvrO GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P0A9R7|UniProtKB:P75957|UniProtKB:P33916|UniProtKB:O34814|UniProtKB:O05779 C Uncharacterized ABC transporter ATP-binding protein YvrO UniProtKB:O34979|PTN000656382 protein NCBITaxon:224308 20231109 GO_Central plasma membrane +UniProtKB O34979 yvrO GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P33593|UniProtKB:P33916|UniProtKB:P9WQL7 P Uncharacterized ABC transporter ATP-binding protein YvrO UniProtKB:O34979|PTN000656382 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport +UniProtKB O34979 yvrO GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7 F Uncharacterized ABC transporter ATP-binding protein YvrO UniProtKB:O34979|PTN000656382 protein NCBITaxon:224308 20210531 GO_Central transmembrane transporter activity +UniProtKB O34978 pbuO GO:0005345 GO_REF:0000033 IBA PANTHER:PTN000122196|UniProtKB:Q46817|TAIR:locus:2157752|TAIR:locus:2085517|UniProtKB:G5EB00|UniProtKB:P31440|UniProtKB:P0AF52|UniProtKB:P31466 F Guanine/hypoxanthine permease PbuO UniProtKB:O34978|PTN000122218 protein NCBITaxon:224308 20230407 GO_Central purine nucleobase transmembrane transporter activity +UniProtKB O34978 pbuO GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000122196|UniProtKB:G5EB00|UniProtKB:P31440|UniProtKB:Q46817|UniProtKB:P0AF52|UniProtKB:P31466 C Guanine/hypoxanthine permease PbuO UniProtKB:O34978|PTN000122218 protein NCBITaxon:224308 20230112 GO_Central plasma membrane +UniProtKB O34970 yttP GO:0006355 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9HXW2|UniProtKB:P0ACT6|UniProtKB:P0ACU0|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:Q9HZJ9|UniProtKB:P75952|UniProtKB:P39334|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HVJ0|UniProtKB:P95251|UniProtKB:P9WMB9|UniProtKB:Q9HZW2|UniProtKB:P9WMC1|UniProtKB:Q9HY46|UniProtKB:Q9HXS0|UniProtKB:P32265 P Probable HTH-type transcriptional regulator YttP UniProtKB:O34970|PTN007823452 protein NCBITaxon:224308 20221008 GO_Central regulation of DNA-templated transcription +UniProtKB O34970 yttP GO:0003700 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P0ACU2|UniProtKB:P0ACS9|UniProtKB:P95251 F Probable HTH-type transcriptional regulator YttP UniProtKB:O34970|PTN007823452 protein NCBITaxon:224308 20211112 GO_Central DNA-binding transcription factor activity +UniProtKB O34970 yttP GO:0000976 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9KR96|UniProtKB:P32265|UniProtKB:Q9HXS0 F Probable HTH-type transcriptional regulator YttP UniProtKB:O34970|PTN007823452 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB O34969 yfjR GO:0016616 GO_REF:0000033 IBA PANTHER:PTN001885233|TAIR:locus:2094518|TAIR:locus:2007923 F Uncharacterized oxidoreductase YfjR UniProtKB:O34969|PTN000541461 protein NCBITaxon:224308 20231109 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB O34961 yjmB GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000140373|UniProtKB:P31435|MGI:MGI:3583946|UniProtKB:Q8NA29|UniProtKB:A6NFX1|UniProtKB:P32136|UniProtKB:P75683|UniProtKB:P32137|MGI:MGI:1923824|UniProtKB:P0CE44|UniProtKB:P02921 C Uncharacterized symporter YjmB UniProtKB:O34961|PTN000792843 protein NCBITaxon:224308 20230831 GO_Central plasma membrane +UniProtKB O34961 yjmB GO:0071702 GO_REF:0000033 IBA PANTHER:PTN000140373|UniProtKB:A6NFX1|UniProtKB:Q8NA29|ZFIN:ZDB-GENE-040801-89|MGI:MGI:3583946|ZFIN:ZDB-GENE-041114-166|UniProtKB:Q6NUT3|MGI:MGI:1923824|UniProtKB:P02921 P Uncharacterized symporter YjmB UniProtKB:O34961|PTN000792843 protein NCBITaxon:224308 20210529 GO_Central organic substance transport +UniProtKB O34961 yjmB GO:0005215 GO_REF:0000033 IBA PANTHER:PTN000140373|UniProtKB:A6NFX1|MGI:MGI:3583946|UniProtKB:Q8NA29|UniProtKB:P32136|MGI:MGI:1923824|UniProtKB:Q6NUT3|UniProtKB:P02921 F Uncharacterized symporter YjmB UniProtKB:O34961|PTN000792843 protein NCBITaxon:224308 20210529 GO_Central transporter activity +UniProtKB O34954 yodH GO:0008168 GO_REF:0000033 IBA PANTHER:PTN008676703|UniProtKB:Q9H8H3|UniProtKB:P9WIN3|UniProtKB:P36999|UniProtKB:Q9HW23 F Uncharacterized methyltransferase YodH UniProtKB:O34954|PTN000011302 protein NCBITaxon:224308 20230604 GO_Central methyltransferase activity +UniProtKB O34949 ykoM GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YkoM UniProtKB:O34949|PTN001825910 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB O34949 ykoM GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P Uncharacterized HTH-type transcriptional regulator YkoM UniProtKB:O34949|PTN001825910 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB O34947 yoaZ GO:0005737 GO_REF:0000033 IBA PANTHER:PTN005163920|TAIR:locus:2086295|WB:WBGene00016789|SGD:S000002941|UniProtKB:Q584T6|TAIR:locus:2009650|UniProtKB:Q46948|TAIR:locus:2124246|PomBase:SPCC757.03c|PomBase:SPAC22E12.03c|dictyBase:DDB_G0285969|UniProtKB:Q99497|WB:WBGene00015184|FB:FBgn0039802|FB:FBgn0033885|UniProtKB:C6KTB1|PomBase:SPAC5H10.02c|MGI:MGI:2135637|SGD:S000006201|RGD:621808|UniProtKB:P31658 C Uncharacterized protease YoaZ UniProtKB:O34947|PTN002459768 protein NCBITaxon:224308 20230604 GO_Central cytoplasm +UniProtKB O34946 znuC GO:0042626 GO_REF:0000033 IBA PANTHER:PTN001198668|UniProtKB:P06611 F High-affinity zinc uptake system ATP-binding protein ZnuC UniProtKB:O34946|PTN000656655 protein NCBITaxon:224308 20231109 GO_Central ATPase-coupled transmembrane transporter activity +UniProtKB O34946 znuC GO:0043190 GO_REF:0000033 IBA PANTHER:PTN001198668|UniProtKB:P06611 C High-affinity zinc uptake system ATP-binding protein ZnuC UniProtKB:O34946|PTN000656655 protein NCBITaxon:224308 20231109 GO_Central ATP-binding cassette (ABC) transporter complex +UniProtKB O34933 yfmD GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876|UniProtKB:P06609|UniProtKB:P15029 F Fe(3+)-citrate import system permease protein YfmD UniProtKB:O34933|PTN000765998 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB O34933 yfmD GO:0033214 GO_REF:0000033 IBA PANTHER:PTN001253116|UniProtKB:P15029|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876 P Fe(3+)-citrate import system permease protein YfmD UniProtKB:O34933|PTN000765998 protein NCBITaxon:224308 20230406 GO_Central siderophore-dependent iron import into cell +UniProtKB O34925 deoD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000477856|MGI:MGI:1097668|MGI:MGI:1923904|UniProtKB:P0ABP8|UniProtKB:P0AE12|UniProtKB:P12758 C Purine nucleoside phosphorylase DeoD-type UniProtKB:O34925|PTN000477992 protein NCBITaxon:224308 20210623 GO_Central cytosol +UniProtKB O34925 deoD GO:0004731 GO_REF:0000033 IBA PANTHER:PTN000477991|UniProtKB:P0ABP8 F Purine nucleoside phosphorylase DeoD-type UniProtKB:O34925|PTN000477992 protein NCBITaxon:224308 20210623 GO_Central purine-nucleoside phosphorylase activity +UniProtKB O34925 deoD GO:0006152 GO_REF:0000033 IBA PANTHER:PTN000477991|UniProtKB:P0ABP8 P Purine nucleoside phosphorylase DeoD-type UniProtKB:O34925|PTN000477992 protein NCBITaxon:224308 20210623 GO_Central purine nucleoside catabolic process +UniProtKB O34919 yosS GO:0000287 GO_REF:0000033 IBA PANTHER:PTN000133341|dictyBase:DDB_G0293374|UniProtKB:P06968|TAIR:locus:2102817|UniProtKB:O34919|UniProtKB:P9WNS5 F SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS UniProtKB:O34919|PTN000133421 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding +UniProtKB O34919 yosS GO:0006226 GO_REF:0000033 IBA PANTHER:PTN000133341|RGD:620849|UniProtKB:P06968|UniProtKB:O34919 P SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS UniProtKB:O34919|PTN000133421 protein NCBITaxon:224308 20200807 GO_Central dUMP biosynthetic process +UniProtKB O34919 yosS GO:0004170 GO_REF:0000033 IBA PANTHER:PTN000133341|UniProtKB:O34919|UniProtKB:P9WNS5|CGD:CAL0000195525|UniProtKB:P06968|RGD:620849|UniProtKB:P33316|FB:FBgn0250837|dictyBase:DDB_G0293374|SGD:S000000456 F SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS UniProtKB:O34919|PTN000133421 protein NCBITaxon:224308 20211215 GO_Central dUTP diphosphatase activity +UniProtKB O34919 yosS GO:0046081 GO_REF:0000033 IBA PANTHER:PTN000133341|SGD:S000000456|RGD:620849|UniProtKB:P06968|UniProtKB:O34919 P SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS UniProtKB:O34919|PTN000133421 protein NCBITaxon:224308 20200807 GO_Central dUTP catabolic process +UniProtKB O34908 ykoX GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001251531|UniProtKB:P33366 C Uncharacterized membrane protein YkoX UniProtKB:O34908|PTN001251536 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O34899 yvqK GO:0008817 GO_REF:0000033 IBA PANTHER:PTN000259090|UniProtKB:Q96EY8|UniProtKB:Q58D49 F Corrinoid adenosyltransferase UniProtKB:O34899|PTN000259134 protein NCBITaxon:224308 20221007 GO_Central corrinoid adenosyltransferase activity +UniProtKB O34896 uxuB GO:0016616 GO_REF:0000033 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:Q8N4T8|UniProtKB:P0AEK2|UniProtKB:O54438|SGD:S000001538|UniProtKB:P0AG84|UniProtKB:Q8I2S7|TAIR:locus:2024021|UniProtKB:P9WGT1|CGD:CAL0000174204|UniProtKB:P37769|UniProtKB:Q92506|UniProtKB:P05707 F Uncharacterized oxidoreductase UxuB UniProtKB:O34896|PTN001214394 protein NCBITaxon:224308 20230111 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB O34878 opuCB GO:0031460 GO_REF:0000033 IBA PANTHER:PTN001249439|UniProtKB:O69722|UniProtKB:O69723|UniProtKB:P33361 P Glycine betaine/carnitine/choline transport system permease protein OpuCB UniProtKB:O34878|PTN001249442 protein NCBITaxon:224308 20221008 GO_Central glycine betaine transport +UniProtKB O34873 yngG GO:0046951 GO_REF:0000033 IBA PANTHER:PTN000031222|UniProtKB:P35914|RGD:620554|UniProtKB:Q8TB92|UniProtKB:P35915 P Hydroxymethylglutaryl-CoA lyase YngG UniProtKB:O34873|PTN000031307 protein NCBITaxon:224308 20230604 GO_Central ketone body biosynthetic process +UniProtKB O34873 yngG GO:0006552 GO_REF:0000033 IBA PANTHER:PTN000031222|UniProtKB:Q5B2F7|UniProtKB:Q9I2A0 P Hydroxymethylglutaryl-CoA lyase YngG UniProtKB:O34873|PTN000031307 protein NCBITaxon:224308 20220925 GO_Central leucine catabolic process +UniProtKB O34873 yngG GO:0004419 GO_REF:0000033 IBA PANTHER:PTN000031222|UniProtKB:Q8TB92|UniProtKB:P35915|RGD:620554|TAIR:locus:2039548|UniProtKB:P35914|UniProtKB:Q9I2A0 F Hydroxymethylglutaryl-CoA lyase YngG UniProtKB:O34873|PTN000031307 protein NCBITaxon:224308 20231109 GO_Central hydroxymethylglutaryl-CoA lyase activity +UniProtKB O34870 ykuE GO:0009245 GO_REF:0000033 IBA PANTHER:PTN000769845|UniProtKB:O84467 P Uncharacterized metallophosphoesterase YkuE UniProtKB:O34870|PTN001262830 protein NCBITaxon:224308 20171130 GO_Central lipid A biosynthetic process +UniProtKB O34870 ykuE GO:0008758 GO_REF:0000033 IBA PANTHER:PTN000769845|UniProtKB:O84467 F Uncharacterized metallophosphoesterase YkuE UniProtKB:O34870|PTN001262830 protein NCBITaxon:224308 20171130 GO_Central UDP-2,3-diacylglucosamine hydrolase activity +UniProtKB O34859 ku GO:0003690 GO_REF:0000033 IBA PANTHER:PTN002222140|UniProtKB:P9WKD9 F Non-homologous end joining protein Ku UniProtKB:O34859|PTN001759080 protein NCBITaxon:224308 20170228 GO_Central double-stranded DNA binding +UniProtKB O34858 argH GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000154674|SGD:S000001060 C Argininosuccinate lyase UniProtKB:O34858|PTN000154739 protein NCBITaxon:224308 20201116 GO_Central cytosol +UniProtKB O34858 argH GO:0004056 GO_REF:0000033 IBA PANTHER:PTN000154674|SGD:S000001060|RGD:619974|PomBase:SPBC1773.14|UniProtKB:P04424|CGD:CAL0000190527|UniProtKB:P11447 F Argininosuccinate lyase UniProtKB:O34858|PTN000154739 protein NCBITaxon:224308 20220416 GO_Central argininosuccinate lyase activity +UniProtKB O34858 argH GO:0042450 GO_REF:0000033 IBA PANTHER:PTN000154674|SGD:S000001060 P Argininosuccinate lyase UniProtKB:O34858|PTN000154739 protein NCBITaxon:224308 20170228 GO_Central arginine biosynthetic process via ornithine +UniProtKB O34846 ytmO GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001248648|UniProtKB:P0ADV5 C Uncharacterized protein YtmO UniProtKB:O34846|PTN000765066 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O34840 chaA GO:0006874 GO_REF:0000033 IBA PANTHER:PTN000771862|SGD:S000002286|TAIR:locus:2074348 P Ca(2+)/H(+) antiporter ChaA UniProtKB:O34840|PTN000772395 protein NCBITaxon:224308 20170228 GO_Central intracellular calcium ion homeostasis +UniProtKB O34840 chaA GO:0015369 GO_REF:0000033 IBA PANTHER:PTN000771862|SGD:S000002286|TAIR:locus:2042852|SGD:S000005265|TAIR:locus:2149720|TAIR:locus:2088130|UniProtKB:P74072|UniProtKB:O34840 F Ca(2+)/H(+) antiporter ChaA UniProtKB:O34840|PTN000772395 protein NCBITaxon:224308 20170228 GO_Central calcium:proton antiporter activity +UniProtKB O34840 chaA GO:0070588 GO_REF:0000033 IBA PANTHER:PTN000771862|UniProtKB:O34840|UniProtKB:P74072 P Ca(2+)/H(+) antiporter ChaA UniProtKB:O34840|PTN000772395 protein NCBITaxon:224308 20200917 GO_Central calcium ion transmembrane transport +UniProtKB O34832 yfmE GO:0033214 GO_REF:0000033 IBA PANTHER:PTN001253116|UniProtKB:P15029|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876 P Fe(3+)-citrate import system permease protein YfmE UniProtKB:O34832|PTN000766009 protein NCBITaxon:224308 20230406 GO_Central siderophore-dependent iron import into cell +UniProtKB O34832 yfmE GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876|UniProtKB:P06609|UniProtKB:P15029 F Fe(3+)-citrate import system permease protein YfmE UniProtKB:O34832|PTN000766009 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB O34829 melR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:P18811|UniProtKB:P36673|UniProtKB:P24242|UniProtKB:P0ACP7|UniProtKB:Q8EBJ8|UniProtKB:P0ACQ0 F HTH-type transcriptional repressor MelR UniProtKB:O34829|PTN000765384 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity +UniProtKB O34829 melR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P03024|UniProtKB:P0ACI3|UniProtKB:P03023|UniProtKB:P77615|UniProtKB:P0ACN7|UniProtKB:P36673|UniProtKB:P0ACP5|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:Q2G295|UniProtKB:P06846|UniProtKB:P0ACQ0|UniProtKB:Q8EBJ8|UniProtKB:P0ACP7|UniProtKB:P25748|UniProtKB:G3XD97|UniProtKB:Q8P5C9|UniProtKB:P24242 P HTH-type transcriptional repressor MelR UniProtKB:O34829|PTN000765384 protein NCBITaxon:224308 20230603 GO_Central regulation of DNA-templated transcription +UniProtKB O34829 melR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P77615|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7 F HTH-type transcriptional repressor MelR UniProtKB:O34829|PTN000765384 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB O34827 ykuM GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:P39376 F Uncharacterized HTH-type transcriptional regulator YkuM UniProtKB:O34827|PTN001248392 protein NCBITaxon:224308 20210531 GO_Central transcription cis-regulatory region binding +UniProtKB O34827 ykuM GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:G3XCU6|UniProtKB:P67662|UniProtKB:P0A9F9|UniProtKB:P67660|UniProtKB:P39376|UniProtKB:P72131 P Uncharacterized HTH-type transcriptional regulator YkuM UniProtKB:O34827|PTN001248392 protein NCBITaxon:224308 20190829 GO_Central regulation of DNA-templated transcription +UniProtKB O34825 pksC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000104976|UniProtKB:P0AAI9 C Polyketide biosynthesis malonyl CoA-acyl carrier protein transacylase PksC UniProtKB:O34825|PTN000104979 protein NCBITaxon:224308 20220925 GO_Central cytosol +UniProtKB O34825 pksC GO:0004314 GO_REF:0000033 IBA PANTHER:PTN002448244|UniProtKB:P0AAI9|UniProtKB:P9WNG5|SGD:S000005747|UniProtKB:Q8IVS2|TAIR:locus:2060884 F Polyketide biosynthesis malonyl CoA-acyl carrier protein transacylase PksC UniProtKB:O34825|PTN000104979 protein NCBITaxon:224308 20211112 GO_Central [acyl-carrier-protein] S-malonyltransferase activity +UniProtKB O34825 pksC GO:0006633 GO_REF:0000033 IBA PANTHER:PTN002448244|UniProtKB:P0AAI9|UniProtKB:P9WNG5|TAIR:locus:2060884|UniProtKB:G3XCZ6|UniProtKB:Q8IVS2 P Polyketide biosynthesis malonyl CoA-acyl carrier protein transacylase PksC UniProtKB:O34825|PTN000104979 protein NCBITaxon:224308 20211112 GO_Central fatty acid biosynthetic process +UniProtKB O34824 glmM GO:0008966 GO_REF:0000033 IBA PANTHER:PTN000501735|UniProtKB:Q9HV50|UniProtKB:P31120 F Phosphoglucosamine mutase UniProtKB:O34824|PTN000501736 protein NCBITaxon:224308 20170228 GO_Central phosphoglucosamine mutase activity +UniProtKB O34824 glmM GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000501735|UniProtKB:P31120 C Phosphoglucosamine mutase UniProtKB:O34824|PTN000501736 protein NCBITaxon:224308 20170602 GO_Central cytosol +UniProtKB O34824 glmM GO:0006048 GO_REF:0000033 IBA PANTHER:PTN000501735|UniProtKB:P31120 P Phosphoglucosamine mutase UniProtKB:O34824|PTN000501736 protein NCBITaxon:224308 20170228 GO_Central UDP-N-acetylglucosamine biosynthetic process +UniProtKB O34824 glmM GO:0004615 GO_REF:0000033 IBA PANTHER:PTN001096974|UniProtKB:Q9HV50 F Phosphoglucosamine mutase UniProtKB:O34824|PTN000501736 protein NCBITaxon:224308 20170228 GO_Central phosphomannomutase activity +UniProtKB O34824 glmM GO:0009252 GO_REF:0000033 IBA PANTHER:PTN000501735|UniProtKB:P31120|UniProtKB:Q9HV50 P Phosphoglucosamine mutase UniProtKB:O34824|PTN000501736 protein NCBITaxon:224308 20230604 GO_Central peptidoglycan biosynthetic process +UniProtKB O34817 nagR GO:0045892 GO_REF:0000033 IBA PANTHER:PTN000746727|UniProtKB:P13669 P HTH-type transcriptional repressor NagR UniProtKB:O34817|PTN000203678 protein NCBITaxon:224308 20180118 GO_Central negative regulation of DNA-templated transcription +UniProtKB O34816 ykuD GO:0071972 GO_REF:0000033 IBA PANTHER:PTN001255072|UniProtKB:P0AAX8|UniProtKB:P39176|UniProtKB:P75954|UniProtKB:O53638|UniProtKB:P76193 F Putative L,D-transpeptidase YkuD UniProtKB:O34816|PTN001255071 protein NCBITaxon:224308 20200809 GO_Central peptidoglycan L,D-transpeptidase activity +UniProtKB O34816 ykuD GO:0018104 GO_REF:0000033 IBA PANTHER:PTN001255072|UniProtKB:O53638|UniProtKB:P39176|UniProtKB:P75954|UniProtKB:P0AAX8 P Putative L,D-transpeptidase YkuD UniProtKB:O34816|PTN001255071 protein NCBITaxon:224308 20170511 GO_Central peptidoglycan-protein cross-linking +UniProtKB O34814 ftsE GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P0A9R7|UniProtKB:P75957|UniProtKB:P33916|UniProtKB:O34814|UniProtKB:O05779 C Cell division ATP-binding protein FtsE UniProtKB:O34814|PTN000656368 protein NCBITaxon:224308 20231109 GO_Central plasma membrane +UniProtKB O34814 ftsE GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P33593|UniProtKB:P33916|UniProtKB:P9WQL7 P Cell division ATP-binding protein FtsE UniProtKB:O34814|PTN000656368 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport +UniProtKB O34814 ftsE GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7 F Cell division ATP-binding protein FtsE UniProtKB:O34814|PTN000656368 protein NCBITaxon:224308 20210531 GO_Central transmembrane transporter activity +UniProtKB O34813 sirC GO:0019354 GO_REF:0000033 IBA PANTHER:PTN002175599|SGD:S000000417 P Precorrin-2 dehydrogenase UniProtKB:O34813|PTN001078751 protein NCBITaxon:224308 20210407 GO_Central siroheme biosynthetic process +UniProtKB O34813 sirC GO:0043115 GO_REF:0000033 IBA PANTHER:PTN002175599|SGD:S000000417 F Precorrin-2 dehydrogenase UniProtKB:O34813|PTN001078751 protein NCBITaxon:224308 20210407 GO_Central precorrin-2 dehydrogenase activity +UniProtKB O34808 uxaC GO:0042840 GO_REF:0000033 IBA PANTHER:PTN004738951|UniProtKB:P0A8G3 P Uronate isomerase UniProtKB:O34808|PTN000763887 protein NCBITaxon:224308 20190822 GO_Central D-glucuronate catabolic process +UniProtKB O34808 uxaC GO:0019698 GO_REF:0000033 IBA PANTHER:PTN004738951|UniProtKB:P0A8G3 P Uronate isomerase UniProtKB:O34808|PTN000763887 protein NCBITaxon:224308 20190822 GO_Central D-galacturonate catabolic process +UniProtKB O34805 yvrC GO:0071281 GO_REF:0000033 IBA PANTHER:PTN000776249|UniProtKB:Q7AP55 P Uncharacterized ABC transporter substrate-binding lipoprotein YvrC UniProtKB:O34805|PTN000776250 protein NCBITaxon:224308 20190116 GO_Central cellular response to iron ion +UniProtKB O34436 pit GO:0035435 GO_REF:0000033 IBA PANTHER:PTN000120970|UniProtKB:P0AFJ7|SGD:S000000500|UniProtKB:P43676 P Probable low-affinity inorganic phosphate transporter UniProtKB:O34436|PTN000121104 protein NCBITaxon:224308 20170228 GO_Central phosphate ion transmembrane transport +UniProtKB O34436 pit GO:0005315 GO_REF:0000033 IBA PANTHER:PTN000120970|SGD:S000000500|UniProtKB:P0AFJ7|UniProtKB:P43676 F Probable low-affinity inorganic phosphate transporter UniProtKB:O34436|PTN000121104 protein NCBITaxon:224308 20170228 GO_Central inorganic phosphate transmembrane transporter activity +UniProtKB O34426 speH GO:0004014 GO_REF:0000033 IBA PANTHER:PTN002140323|UniProtKB:P0A7F6|UniProtKB:Q9HV35|UniProtKB:Q9UWY8 F S-adenosylmethionine decarboxylase proenzyme UniProtKB:O34426|PTN002140365 protein NCBITaxon:224308 20200809 GO_Central adenosylmethionine decarboxylase activity +UniProtKB O34426 speH GO:0008295 GO_REF:0000033 IBA PANTHER:PTN002140323|UniProtKB:P0A7F6|UniProtKB:Q9UWY8 P S-adenosylmethionine decarboxylase proenzyme UniProtKB:O34426|PTN002140365 protein NCBITaxon:224308 20171117 GO_Central spermidine biosynthetic process +UniProtKB O34426 speH GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002140323|UniProtKB:P0A7F6 C S-adenosylmethionine decarboxylase proenzyme UniProtKB:O34426|PTN002140365 protein NCBITaxon:224308 20171117 GO_Central cytosol +UniProtKB O34413 ytcC GO:0016757 GO_REF:0000033 IBA PANTHER:PTN000749410|UniProtKB:P32057|UniProtKB:Q9HTC0|UniProtKB:P9WMZ5|UniProtKB:P27127|UniProtKB:P25740|UniProtKB:P9WMY7|UniProtKB:Q9HZE9|UniProtKB:P9WMZ3|UniProtKB:P71237 F Putative glycosyltransferase YtcC UniProtKB:O34413|PTN000282675 protein NCBITaxon:224308 20221007 GO_Central glycosyltransferase activity +UniProtKB O34411 hisK GO:0000105 GO_REF:0000033 IBA PANTHER:PTN000471366|SGD:S000001921 P Histidinol-phosphatase UniProtKB:O34411|PTN000471377 protein NCBITaxon:224308 20170228 GO_Central histidine biosynthetic process +UniProtKB O34411 hisK GO:0004401 GO_REF:0000033 IBA PANTHER:PTN000471366|SGD:S000001921 F Histidinol-phosphatase UniProtKB:O34411|PTN000471377 protein NCBITaxon:224308 20170228 GO_Central histidinol-phosphatase activity +UniProtKB O34403 mutM GO:0034039 GO_REF:0000033 IBA PANTHER:PTN000543066|UniProtKB:P9WNC3|UniProtKB:P05523 F Formamidopyrimidine-DNA glycosylase UniProtKB:O34403|PTN000543067 protein NCBITaxon:224308 20211111 GO_Central 8-oxo-7,8-dihydroguanine DNA N-glycosylase activity +UniProtKB O34403 mutM GO:0003906 GO_REF:0000033 IBA PANTHER:PTN000542974|MGI:MGI:2384588|UniProtKB:P05523|UniProtKB:Q8TAT5 F Formamidopyrimidine-DNA glycosylase UniProtKB:O34403|PTN000543067 protein NCBITaxon:224308 20211111 GO_Central DNA-(apurinic or apyrimidinic site) endonuclease activity +UniProtKB O34403 mutM GO:0006284 GO_REF:0000033 IBA PANTHER:PTN000542974|UniProtKB:P05523|UniProtKB:Q96FI4|MGI:MGI:2384588|UniProtKB:Q8TAT5|UniProtKB:P9WNC3 P Formamidopyrimidine-DNA glycosylase UniProtKB:O34403|PTN000543067 protein NCBITaxon:224308 20211111 GO_Central base-excision repair +UniProtKB P0CW82 ebrB GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P76474|UniProtKB:P23895|UniProtKB:P9WGF1|UniProtKB:Q47377|UniProtKB:P69210 F Multidrug resistance protein EbrB UniProtKB:P0CW82|PTN001254641 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB P0CW82 ebrB GO:0055085 GO_REF:0000033 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P23895|UniProtKB:P9WGF1|UniProtKB:P69210|UniProtKB:P69937 P Multidrug resistance protein EbrB UniProtKB:P0CW82|PTN001254641 protein NCBITaxon:224308 20201001 GO_Central transmembrane transport +UniProtKB O34392 ytrE GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P0A9R7|UniProtKB:P75957|UniProtKB:P33916|UniProtKB:O34814|UniProtKB:O05779 C ABC transporter ATP-binding protein YtrE UniProtKB:O34392|PTN000656380 protein NCBITaxon:224308 20231109 GO_Central plasma membrane +UniProtKB O34392 ytrE GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7 F ABC transporter ATP-binding protein YtrE UniProtKB:O34392|PTN000656380 protein NCBITaxon:224308 20210531 GO_Central transmembrane transporter activity +UniProtKB O34392 ytrE GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P33593|UniProtKB:P33916|UniProtKB:P9WQL7 P ABC transporter ATP-binding protein YtrE UniProtKB:O34392|PTN000656380 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport +UniProtKB O34391 xlyB GO:0009253 GO_REF:0000033 IBA PANTHER:PTN001252273|UniProtKB:P75820 P N-acetylmuramoyl-L-alanine amidase XlyB UniProtKB:O34391|PTN004741570 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan catabolic process +UniProtKB O34391 xlyB GO:0009254 GO_REF:0000033 IBA PANTHER:PTN001252273|UniProtKB:P13016 P N-acetylmuramoyl-L-alanine amidase XlyB UniProtKB:O34391|PTN004741570 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan turnover +UniProtKB O34391 xlyB GO:0008745 GO_REF:0000033 IBA PANTHER:PTN001252273|UniProtKB:Q9HT86|UniProtKB:G3XCW9|UniProtKB:Q9I5D1|UniProtKB:P75820 F N-acetylmuramoyl-L-alanine amidase XlyB UniProtKB:O34391|PTN004741570 protein NCBITaxon:224308 20170228 GO_Central N-acetylmuramoyl-L-alanine amidase activity +UniProtKB O34389 malS GO:0006108 GO_REF:0000033 IBA PANTHER:PTN000601050|TAIR:locus:2052045|TAIR:locus:2180547|FB:FBgn0002719|UniProtKB:P48163|TAIR:locus:2017854|UniProtKB:Q16798|TAIR:locus:2181980|PomBase:SPCC794.12c|TAIR:locus:2054085|TAIR:locus:2127038 P Probable NAD-dependent malic enzyme 3 UniProtKB:O34389|PTN000601201 protein NCBITaxon:224308 20170228 GO_Central malate metabolic process +UniProtKB O34389 malS GO:0006090 GO_REF:0000033 IBA PANTHER:PTN000601050|UniProtKB:Q16798|MGI:MGI:2147351|PomBase:SPCC794.12c|SGD:S000001512|MGI:MGI:1916679 P Probable NAD-dependent malic enzyme 3 UniProtKB:O34389|PTN000601201 protein NCBITaxon:224308 20230111 GO_Central pyruvate metabolic process +UniProtKB O34389 malS GO:0004470 GO_REF:0000033 IBA PANTHER:PTN000601050|MGI:MGI:2147351|UniProtKB:Q16798|TAIR:locus:2054085|TAIR:locus:2127038|FB:FBgn0002719|UniProtKB:P48163|SGD:S000001512|MGI:MGI:97043|UniProtKB:P23368|TAIR:locus:2181980|PomBase:SPCC794.12c|MGI:MGI:1916679|UniProtKB:P26616|TAIR:locus:2052045|TAIR:locus:2180547|RGD:3074|TAIR:locus:2017854 F Probable NAD-dependent malic enzyme 3 UniProtKB:O34389|PTN000601201 protein NCBITaxon:224308 20230111 GO_Central malic enzyme activity +UniProtKB O34381 pksA GO:0003700 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P0ACU2|UniProtKB:P0ACS9|UniProtKB:P95251 F HTH-type transcriptional regulator PksA UniProtKB:O34381|PTN007823456 protein NCBITaxon:224308 20211112 GO_Central DNA-binding transcription factor activity +UniProtKB O34381 pksA GO:0006355 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9HXW2|UniProtKB:P0ACT6|UniProtKB:P0ACU0|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:Q9HZJ9|UniProtKB:P75952|UniProtKB:P39334|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HVJ0|UniProtKB:P95251|UniProtKB:P9WMB9|UniProtKB:Q9HZW2|UniProtKB:P9WMC1|UniProtKB:Q9HY46|UniProtKB:Q9HXS0|UniProtKB:P32265 P HTH-type transcriptional regulator PksA UniProtKB:O34381|PTN007823456 protein NCBITaxon:224308 20221008 GO_Central regulation of DNA-templated transcription +UniProtKB O34381 pksA GO:0000976 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9KR96|UniProtKB:P32265|UniProtKB:Q9HXS0 F HTH-type transcriptional regulator PksA UniProtKB:O34381|PTN007823456 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB O34376 yobR GO:0008999 GO_REF:0000033 IBA PANTHER:PTN002462111|UniProtKB:P0A944 F Uncharacterized N-acetyltransferase YobR UniProtKB:O34376|PTN000558538 protein NCBITaxon:224308 20170502 GO_Central peptide-alanine-alpha-N-acetyltransferase activity +UniProtKB O34368 gutA GO:0071702 GO_REF:0000033 IBA PANTHER:PTN000140373|UniProtKB:A6NFX1|UniProtKB:Q8NA29|ZFIN:ZDB-GENE-040801-89|MGI:MGI:3583946|ZFIN:ZDB-GENE-041114-166|UniProtKB:Q6NUT3|MGI:MGI:1923824|UniProtKB:P02921 P Probable glucitol transport protein GutA UniProtKB:O34368|PTN000140513 protein NCBITaxon:224308 20210529 GO_Central organic substance transport +UniProtKB O34368 gutA GO:0005215 GO_REF:0000033 IBA PANTHER:PTN000140373|UniProtKB:A6NFX1|MGI:MGI:3583946|UniProtKB:Q8NA29|UniProtKB:P32136|MGI:MGI:1923824|UniProtKB:Q6NUT3|UniProtKB:P02921 F Probable glucitol transport protein GutA UniProtKB:O34368|PTN000140513 protein NCBITaxon:224308 20210529 GO_Central transporter activity +UniProtKB O34368 gutA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000140373|UniProtKB:P31435|MGI:MGI:3583946|UniProtKB:Q8NA29|UniProtKB:A6NFX1|UniProtKB:P32136|UniProtKB:P75683|UniProtKB:P32137|MGI:MGI:1923824|UniProtKB:P0CE44|UniProtKB:P02921 C Probable glucitol transport protein GutA UniProtKB:O34368|PTN000140513 protein NCBITaxon:224308 20230831 GO_Central plasma membrane +UniProtKB O34367 ytbD GO:0022857 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P0ADL1 F Uncharacterized MFS-type transporter YtbD UniProtKB:O34367|PTN000605921 protein NCBITaxon:224308 20230517 GO_Central transmembrane transporter activity +UniProtKB O34367 ytbD GO:0055085 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P0ADL1 P Uncharacterized MFS-type transporter YtbD UniProtKB:O34367|PTN000605921 protein NCBITaxon:224308 20230517 GO_Central transmembrane transport +UniProtKB O34367 ytbD GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P77389|UniProtKB:P0ADL1|UniProtKB:P31122|UniProtKB:P23910 C Uncharacterized MFS-type transporter YtbD UniProtKB:O34367|PTN000605921 protein NCBITaxon:224308 20230517 GO_Central plasma membrane +UniProtKB O34364 ycdG GO:0009313 GO_REF:0000033 IBA PANTHER:PTN000040102|SGD:S000003752|SGD:S000003524|CGD:CAL0000190188|SGD:S000003757|SGD:S000005517|SGD:S000000503|UniProtKB:P28904|SGD:S000003519|CGD:CAL0000194458|SGD:S000001434 P Probable oligo-1,6-glucosidase 2 UniProtKB:O34364|PTN000040267 protein NCBITaxon:224308 20221006 GO_Central oligosaccharide catabolic process +UniProtKB O34364 ycdG GO:0004556 GO_REF:0000033 IBA PANTHER:PTN000040102|UniProtKB:Q8A1G3 F Probable oligo-1,6-glucosidase 2 UniProtKB:O34364|PTN000040267 protein NCBITaxon:224308 20180306 GO_Central alpha-amylase activity +UniProtKB O34363 yobN GO:0046592 GO_REF:0000033 IBA PANTHER:PTN000077987|UniProtKB:Q5NAI7|RGD:1306049|UniProtKB:Q9NWM0|RGD:1561125|MGI:MGI:2445356|UniProtKB:Q6QHF9|MGI:MGI:1916983 F Putative L-amino-acid oxidase YobN UniProtKB:O34363|PTN000078312 protein NCBITaxon:224308 20230405 GO_Central polyamine oxidase activity +UniProtKB O34363 yobN GO:0009063 GO_REF:0000033 IBA PANTHER:PTN000843494|UniProtKB:Q96RQ9|MGI:MGI:2140628 P Putative L-amino-acid oxidase YobN UniProtKB:O34363|PTN000078312 protein NCBITaxon:224308 20210529 GO_Central amino acid catabolic process +UniProtKB O34363 yobN GO:0001716 GO_REF:0000033 IBA PANTHER:PTN000843494|MGI:MGI:2140628|UniProtKB:Q96RQ9|MGI:MGI:109552 F Putative L-amino-acid oxidase YobN UniProtKB:O34363|PTN000078312 protein NCBITaxon:224308 20210529 GO_Central L-amino-acid oxidase activity +UniProtKB O34354 uxaB GO:0019698 GO_REF:0000033 IBA PANTHER:PTN004742661|UniProtKB:P0A6L7 P Altronate oxidoreductase UniProtKB:O34354|PTN000767606 protein NCBITaxon:224308 20170228 GO_Central D-galacturonate catabolic process +UniProtKB O34354 uxaB GO:0009026 GO_REF:0000033 IBA PANTHER:PTN004742661|UniProtKB:P0A6L7 F Altronate oxidoreductase UniProtKB:O34354|PTN000767606 protein NCBITaxon:224308 20170228 GO_Central tagaturonate reductase activity +UniProtKB O34354 uxaB GO:0019592 GO_REF:0000033 IBA PANTHER:PTN001253973|UniProtKB:P09424 P Altronate oxidoreductase UniProtKB:O34354|PTN000767606 protein NCBITaxon:224308 20170228 GO_Central mannitol catabolic process +UniProtKB O34354 uxaB GO:0008926 GO_REF:0000033 IBA PANTHER:PTN001253973|UniProtKB:Q4X1A4|UniProtKB:P09424 F Altronate oxidoreductase UniProtKB:O34354|PTN000767606 protein NCBITaxon:224308 20220924 GO_Central mannitol-1-phosphate 5-dehydrogenase activity +UniProtKB O34354 uxaB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001253973|UniProtKB:P09424 C Altronate oxidoreductase UniProtKB:O34354|PTN000767606 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O34348 yfmC GO:0030288 GO_REF:0000033 IBA PANTHER:PTN001254050|UniProtKB:P07822|UniProtKB:P0AEL6 C Fe(3+)-citrate-binding protein YfmC UniProtKB:O34348|PTN000776222 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space +UniProtKB O34347 argG GO:0004055 GO_REF:0000033 IBA PANTHER:PTN000172504|RGD:2163|PomBase:SPBC428.05c|UniProtKB:P00966|UniProtKB:Q5ZJ23|SGD:S000005419 F Argininosuccinate synthase UniProtKB:O34347|PTN000172576 protein NCBITaxon:224308 20200807 GO_Central argininosuccinate synthase activity +UniProtKB O34347 argG GO:0000053 GO_REF:0000033 IBA PANTHER:PTN000172504|UniProtKB:P00966|RGD:2163 P Argininosuccinate synthase UniProtKB:O34347|PTN000172576 protein NCBITaxon:224308 20170228 GO_Central argininosuccinate metabolic process +UniProtKB O34347 argG GO:0006526 GO_REF:0000033 IBA PANTHER:PTN000172504|SGD:S000005419|UniProtKB:P00966|CGD:CAL0000190248|PomBase:SPBC428.05c|RGD:2163 P Argininosuccinate synthase UniProtKB:O34347|PTN000172576 protein NCBITaxon:224308 20170228 GO_Central arginine biosynthetic process +UniProtKB O34347 argG GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000172504|RGD:2163|MGI:MGI:88090|UniProtKB:P00966|SGD:S000005419|UniProtKB:P0A6E4 C Argininosuccinate synthase UniProtKB:O34347|PTN000172576 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB O34347 argG GO:0000050 GO_REF:0000033 IBA PANTHER:PTN000172504|UniProtKB:P00966|RGD:2163 P Argininosuccinate synthase UniProtKB:O34347|PTN000172576 protein NCBITaxon:224308 20170228 GO_Central urea cycle +UniProtKB O34346 uxuA GO:0008927 GO_REF:0000033 IBA PANTHER:PTN001251885|UniProtKB:P24215 F Mannonate dehydratase UniProtKB:O34346|PTN000769601 protein NCBITaxon:224308 20170228 GO_Central mannonate dehydratase activity +UniProtKB O34346 uxuA GO:0042840 GO_REF:0000033 IBA PANTHER:PTN001251885|UniProtKB:P24215 P Mannonate dehydratase UniProtKB:O34346|PTN000769601 protein NCBITaxon:224308 20170228 GO_Central D-glucuronate catabolic process +UniProtKB O34346 uxuA GO:0008198 GO_REF:0000033 IBA PANTHER:PTN001251885|UniProtKB:P24215 F Mannonate dehydratase UniProtKB:O34346|PTN000769601 protein NCBITaxon:224308 20170228 GO_Central ferrous iron binding +UniProtKB O34346 uxuA GO:0030145 GO_REF:0000033 IBA PANTHER:PTN001251885|UniProtKB:P24215 F Mannonate dehydratase UniProtKB:O34346|PTN000769601 protein NCBITaxon:224308 20170228 GO_Central manganese ion binding +UniProtKB O34338 mntB GO:0043190 GO_REF:0000033 IBA PANTHER:PTN001198668|UniProtKB:P06611 C Manganese transport system ATP-binding protein MntB UniProtKB:O34338|PTN000655658 protein NCBITaxon:224308 20231109 GO_Central ATP-binding cassette (ABC) transporter complex +UniProtKB O34338 mntB GO:0042626 GO_REF:0000033 IBA PANTHER:PTN001198668|UniProtKB:P06611 F Manganese transport system ATP-binding protein MntB UniProtKB:O34338|PTN000655658 protein NCBITaxon:224308 20231109 GO_Central ATPase-coupled transmembrane transporter activity +UniProtKB O34324 acoL GO:0050660 GO_REF:0000033 IBA PANTHER:PTN000530299|UniProtKB:P9WHH3|UniProtKB:P27306|UniProtKB:P0A9P0|RGD:735073|UniProtKB:P9WHH9 F Dihydrolipoyl dehydrogenase UniProtKB:O34324|PTN000530745 protein NCBITaxon:224308 20200219 GO_Central flavin adenine dinucleotide binding +UniProtKB O34324 acoL GO:0004148 GO_REF:0000033 IBA PANTHER:PTN000530299|UniProtKB:P0A9P0|MGI:MGI:107450|UniProtKB:P09622|UniProtKB:O81413|UniProtKB:Q8IAZ6|UniProtKB:Q8I5A0|UniProtKB:P9WHH9|TAIR:locus:2089030|SGD:S000001876|RGD:735073 F Dihydrolipoyl dehydrogenase UniProtKB:O34324|PTN000530745 protein NCBITaxon:224308 20230111 GO_Central dihydrolipoyl dehydrogenase activity +UniProtKB O34313 yfkN GO:0030288 GO_REF:0000033 IBA PANTHER:PTN008520763|UniProtKB:P08331|UniProtKB:P07024 C Trifunctional nucleotide phosphoesterase protein YfkN UniProtKB:O34313|PTN000171640 protein NCBITaxon:224308 20190208 GO_Central outer membrane-bounded periplasmic space +UniProtKB O34308 ytkK GO:0016616 GO_REF:0000033 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:Q8N4T8|UniProtKB:P0AEK2|UniProtKB:O54438|SGD:S000001538|UniProtKB:P0AG84|UniProtKB:Q8I2S7|TAIR:locus:2024021|UniProtKB:P9WGT1|CGD:CAL0000174204|UniProtKB:P37769|UniProtKB:Q92506|UniProtKB:P05707 F Putative oxidoreductase YtkK UniProtKB:O34308|PTN001214723 protein NCBITaxon:224308 20230111 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB O34308 ytkK GO:0030497 GO_REF:0000033 IBA PANTHER:PTN001211919|UniProtKB:P0A2C9|UniProtKB:P0AEK2|UniProtKB:P71079 P Putative oxidoreductase YtkK UniProtKB:O34308|PTN001214723 protein NCBITaxon:224308 20190227 GO_Central fatty acid elongation +UniProtKB O34307 yvmA GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001160522|PomBase:SPAPB1A11.01|SGD:S000000247|SGD:S000005338|UniProtKB:P0AEY8|SGD:S000000212|CGD:CAL0000173998|PomBase:SPAC17A2.01|SGD:S000006360|UniProtKB:P37597|SGD:S000003951|SGD:S000005799|SGD:S000001382|SGD:S000005009|SGD:S000001383|CGD:CAL0000199735|SGD:S000000384|SGD:S000003370|UniProtKB:P39386|UniProtKB:P28246 F Uncharacterized MFS-type transporter YvmA UniProtKB:O34307|PTN000606776 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB O34307 yvmA GO:0055085 GO_REF:0000033 IBA PANTHER:PTN001160522|SGD:S000001382|CGD:CAL0000197244|SGD:S000003951|UniProtKB:P31442|UniProtKB:P37597|UniProtKB:P28246|UniProtKB:P39386|SGD:S000000384|SGD:S000001383|SGD:S000005009|CGD:CAL0000199735|CGD:CAL0000181510|PomBase:SPAPB1A11.01|PomBase:SPAC17A2.01|CGD:CAL0000173998|SGD:S000000212|UniProtKB:P0AEY8|SGD:S000005338|SGD:S000000247 P Uncharacterized MFS-type transporter YvmA UniProtKB:O34307|PTN000606776 protein NCBITaxon:224308 20230603 GO_Central transmembrane transport +UniProtKB O34799 ytlR GO:0004143 GO_REF:0000033 IBA PANTHER:PTN007570849|UniProtKB:O31502|UniProtKB:P9WP29 F Putative lipid kinase YtlR UniProtKB:O34799|PTN000270819 protein NCBITaxon:224308 20210203 GO_Central ATP-dependent diacylglycerol kinase activity +UniProtKB O34790 pcrB GO:0046474 GO_REF:0000033 IBA PANTHER:PTN002219408|UniProtKB:O34790|UniProtKB:Q53726|UniProtKB:Q8Y6C8 P Heptaprenylglyceryl phosphate synthase UniProtKB:O34790|PTN002219412 protein NCBITaxon:224308 20170228 GO_Central glycerophospholipid biosynthetic process +UniProtKB O34790 pcrB GO:0002094 GO_REF:0000033 IBA PANTHER:PTN002219408|UniProtKB:O34790|UniProtKB:Q53726|UniProtKB:Q8Y6C8 F Heptaprenylglyceryl phosphate synthase UniProtKB:O34790|PTN002219412 protein NCBITaxon:224308 20170228 GO_Central polyprenyltransferase activity +UniProtKB O34788 bdhA GO:0000721 GO_REF:0000033 IBA PANTHER:PTN001707533|UniProtKB:O34788 F (R,R)-butanediol dehydrogenase UniProtKB:O34788|PTN000191611 protein NCBITaxon:224308 20200207 GO_Central (R,R)-butanediol dehydrogenase activity +UniProtKB O34787 pksE GO:0004314 GO_REF:0000033 IBA PANTHER:PTN002448244|UniProtKB:P0AAI9|UniProtKB:P9WNG5|SGD:S000005747|UniProtKB:Q8IVS2|TAIR:locus:2060884 F Polyketide biosynthesis protein PksE UniProtKB:O34787|PTN000104978 protein NCBITaxon:224308 20211112 GO_Central [acyl-carrier-protein] S-malonyltransferase activity +UniProtKB O34787 pksE GO:0006633 GO_REF:0000033 IBA PANTHER:PTN002448244|UniProtKB:P0AAI9|UniProtKB:P9WNG5|TAIR:locus:2060884|UniProtKB:G3XCZ6|UniProtKB:Q8IVS2 P Polyketide biosynthesis protein PksE UniProtKB:O34787|PTN000104978 protein NCBITaxon:224308 20211112 GO_Central fatty acid biosynthetic process +UniProtKB O34787 pksE GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000104976|UniProtKB:P0AAI9 C Polyketide biosynthesis protein PksE UniProtKB:O34787|PTN000104978 protein NCBITaxon:224308 20220925 GO_Central cytosol +UniProtKB O34779 prpC GO:0006470 GO_REF:0000033 IBA PANTHER:PTN000352745|CGD:CAL0000180955|SGD:S000005616|UniProtKB:Q8IHY0|ZFIN:ZDB-GENE-051128-2|CGD:CAL0000190127|UniProtKB:P49593|MGI:MGI:1919137|MGI:MGI:2444096|UniProtKB:P9WHW5|UniProtKB:Q4WTH5|CGD:CAL0000194436|UniProtKB:Q9LME4|UniProtKB:O15355|MGI:MGI:1915155|UniProtKB:Q8WY54|UniProtKB:Q9P0J1|SGD:S000000329|WB:WBGene00001412|MGI:MGI:106065 P Protein phosphatase PrpC UniProtKB:O34779|PTN000353753 protein NCBITaxon:224308 20231109 GO_Central protein dephosphorylation +UniProtKB O34777 ohrR GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P Organic hydroperoxide resistance transcriptional regulator UniProtKB:O34777|PTN002109497 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB O34777 ohrR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P Organic hydroperoxide resistance transcriptional regulator UniProtKB:O34777|PTN002109497 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB O34755 ykoT GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000092551|UniProtKB:P77293|UniProtKB:P77757 C Uncharacterized glycosyltransferase YkoT UniProtKB:O34755|PTN000092562 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O34750 yfmL GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6 C Probable ATP-dependent RNA helicase YfmL UniProtKB:O34750|PTN002776813 protein NCBITaxon:224308 20190430 GO_Central cytosol +UniProtKB O34750 yfmL GO:0033592 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6|UniProtKB:Q55804 F Probable ATP-dependent RNA helicase YfmL UniProtKB:O34750|PTN002776813 protein NCBITaxon:224308 20190430 GO_Central RNA strand annealing activity +UniProtKB O34750 yfmL GO:0003724 GO_REF:0000033 IBA PANTHER:PTN002776767|UniProtKB:P0A9P6|UniProtKB:Q55804|UniProtKB:P96614 F Probable ATP-dependent RNA helicase YfmL UniProtKB:O34750|PTN002776813 protein NCBITaxon:224308 20190430 GO_Central RNA helicase activity +UniProtKB O34750 yfmL GO:0009409 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P96614|UniProtKB:P54475|UniProtKB:P0A9P6 P Probable ATP-dependent RNA helicase YfmL UniProtKB:O34750|PTN002776813 protein NCBITaxon:224308 20221130 GO_Central response to cold +UniProtKB O34750 yfmL colocalizes_with GO:0005840 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P96614 C Probable ATP-dependent RNA helicase YfmL UniProtKB:O34750|PTN002776813 protein NCBITaxon:224308 20190430 GO_Central ribosome +UniProtKB O34748 recQ GO:0006281 GO_REF:0000033 IBA PANTHER:PTN000344873|TAIR:locus:2180255|UniProtKB:P15043|PomBase:SPAC2G11.12|UniProtKB:Q14191|UniProtKB:Q8I2W7|UniProtKB:O94762|WB:WBGene00001865|FB:FBgn0040290|MGI:MGI:2156841|SGD:S000004802|FB:FBgn0002906|UniProtKB:P54132|FB:FBgn0027375|UniProtKB:Q8ILG5|MGI:MGI:1328362|TAIR:locus:2197394 P Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20230110 GO_Central DNA repair +UniProtKB O34748 recQ GO:0005694 GO_REF:0000033 IBA PANTHER:PTN000344873|FB:FBgn0040290|SGD:S000004802|PomBase:SPBCPT2R1.08c|UniProtKB:P54132|WB:WBGene00006944|UniProtKB:Q8ILG5|MGI:MGI:1328362|UniProtKB:P15043|PomBase:SPAC2G11.12|PomBase:SPAC212.11|UniProtKB:O94762|UniProtKB:O94761|WB:WBGene00001865|UniProtKB:Q14191|MGI:MGI:109635 C Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20231109 GO_Central chromosome +UniProtKB O34748 recQ GO:0043590 GO_REF:0000033 IBA PANTHER:PTN000345099|UniProtKB:P15043|UniProtKB:O34748 C Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20180411 GO_Central bacterial nucleoid +UniProtKB O34748 recQ GO:0009378 GO_REF:0000033 IBA PANTHER:PTN000344873|TAIR:locus:2127998|TAIR:locus:2197555|UniProtKB:P54132|UniProtKB:Q14191 F Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20170228 GO_Central four-way junction helicase activity +UniProtKB O34748 recQ GO:0006310 GO_REF:0000033 IBA PANTHER:PTN000344873|PomBase:SPBCPT2R1.08c|FB:FBgn0002906|UniProtKB:P54132|MGI:MGI:2156841|SGD:S000004802|MGI:MGI:1328362|UniProtKB:Q8ILG5|TAIR:locus:2197394|TAIR:locus:2206031|TAIR:locus:2127998|PomBase:SPAC2G11.12|UniProtKB:P15043|WB:WBGene00001865|PomBase:SPAC212.11 P Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20230110 GO_Central DNA recombination +UniProtKB O34748 recQ GO:0043138 GO_REF:0000033 IBA PANTHER:PTN000344873|MGI:MGI:1328362|TAIR:locus:2197394|FB:FBgn0040290|SGD:S000004802|WB:WBGene00006944|FB:FBgn0002906|TAIR:locus:2197555|UniProtKB:O34748|UniProtKB:Q8I2W7|UniProtKB:Q14191|WB:WBGene00001865|TAIR:locus:2180255|UniProtKB:P46063|PomBase:SPAC2G11.12 F Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20230110 GO_Central 3'-5' DNA helicase activity +UniProtKB O34748 recQ GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000344873|MGI:MGI:1328362|UniProtKB:Q8I2W7|UniProtKB:O94762|UniProtKB:Q57TU4|FB:FBgn0040290|UniProtKB:P15043|UniProtKB:P54132 C Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20230110 GO_Central cytoplasm +UniProtKB O34748 recQ GO:0032508 GO_REF:0000033 IBA PANTHER:PTN000344873|FB:FBgn0002906|UniProtKB:P54132|UniProtKB:Q9I920|SGD:S000004802|FB:FBgn0040290|UniProtKB:Q8ILG5|TAIR:locus:2127998|TAIR:locus:2180255|UniProtKB:O94761|UniProtKB:Q14191|UniProtKB:Q8I2W7|TAIR:locus:2197555 P Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20230110 GO_Central DNA duplex unwinding +UniProtKB O34748 recQ GO:0030894 GO_REF:0000033 IBA PANTHER:PTN000345099|UniProtKB:P15043 C Probable ATP-dependent DNA helicase RecQ UniProtKB:O34748|PTN000345100 protein NCBITaxon:224308 20180411 GO_Central replisome +UniProtKB O34745 yodF GO:0022857 GO_REF:0000033 IBA PANTHER:PTN005155964|UniProtKB:P16256|CGD:CAL0000179770|UniProtKB:P32705|UniProtKB:P94392|UniProtKB:P07117|UniProtKB:Q9I5F5 F Uncharacterized symporter YodF UniProtKB:O34745|PTN000214032 protein NCBITaxon:224308 20230407 GO_Central transmembrane transporter activity +UniProtKB O34745 yodF GO:0055085 GO_REF:0000033 IBA PANTHER:PTN005155964|UniProtKB:P32705|UniProtKB:P16256 P Uncharacterized symporter YodF UniProtKB:O34745|PTN000214032 protein NCBITaxon:224308 20221130 GO_Central transmembrane transport +UniProtKB O34727 hisF GO:0000107 GO_REF:0000033 IBA PANTHER:PTN000477998|UniProtKB:P60664|SGD:S000000452|TAIR:locus:2116422 F Imidazole glycerol phosphate synthase subunit HisF UniProtKB:O34727|PTN000478019 protein NCBITaxon:224308 20170228 GO_Central imidazoleglycerol-phosphate synthase activity +UniProtKB O34726 yflS GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000032124|UniProtKB:P39414|UniProtKB:P75763 C Putative malate transporter YflS UniProtKB:O34726|PTN000032125 protein NCBITaxon:224308 20170421 GO_Central plasma membrane +UniProtKB O34726 yflS GO:0005215 GO_REF:0000033 IBA PANTHER:PTN000032104|TAIR:locus:2182270|UniProtKB:P39414|TAIR:locus:2173358 F Putative malate transporter YflS UniProtKB:O34726|PTN000032125 protein NCBITaxon:224308 20211112 GO_Central transporter activity +UniProtKB O34724 yceJ GO:0016020 GO_REF:0000033 IBA PANTHER:PTN001161692|SGD:S000004584|SGD:S000005905 C Uncharacterized MFS-type transporter YceJ UniProtKB:O34724|PTN000606060 protein NCBITaxon:224308 20180620 GO_Central membrane +UniProtKB O34720 yjgC contributes_to GO:0003954 GO_REF:0000033 IBA PANTHER:PTN008678683|UniProtKB:P33602 F Probable oxidoreductase YjgC UniProtKB:O34720|PTN000177463 protein NCBITaxon:224308 20230604 GO_Central NADH dehydrogenase activity +UniProtKB O34720 yjgC GO:0045272 GO_REF:0000033 IBA PANTHER:PTN008678683|UniProtKB:P33602 C Probable oxidoreductase YjgC UniProtKB:O34720|PTN000177463 protein NCBITaxon:224308 20170228 GO_Central plasma membrane respiratory chain complex I +UniProtKB O34720 yjgC GO:0045333 GO_REF:0000033 IBA PANTHER:PTN008678683|UniProtKB:P07658|UniProtKB:P33602 P Probable oxidoreductase YjgC UniProtKB:O34720|PTN000177463 protein NCBITaxon:224308 20230407 GO_Central cellular respiration +UniProtKB O34719 yvlC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002853864|UniProtKB:P0AFN2 C Uncharacterized membrane protein YvlC UniProtKB:O34719|PTN002141299 protein NCBITaxon:224308 20190829 GO_Central plasma membrane +UniProtKB O34718 iolT GO:0055085 GO_REF:0000033 IBA PANTHER:PTN008729220|ZFIN:ZDB-GENE-040426-1513|MGI:MGI:3052471|UniProtKB:O95528|TAIR:locus:2097780|UniProtKB:P0AEP1|TAIR:locus:2168494|UniProtKB:P0AE24 P Major myo-inositol transporter IolT UniProtKB:O34718|PTN000628485 protein NCBITaxon:224308 20220311 GO_Central transmembrane transport +UniProtKB O34718 iolT GO:0015293 GO_REF:0000033 IBA PANTHER:PTN008729220|UniProtKB:P0AEP1|UniProtKB:P0AE24 F Major myo-inositol transporter IolT UniProtKB:O34718|PTN000628485 protein NCBITaxon:224308 20220311 GO_Central symporter activity +UniProtKB O34718 iolT GO:0016020 GO_REF:0000033 IBA PANTHER:PTN008729220|TAIR:locus:2097780|UniProtKB:P0AEP1|UniProtKB:O95528|MGI:MGI:3052471|UniProtKB:P0AE24 C Major myo-inositol transporter IolT UniProtKB:O34718|PTN000628485 protein NCBITaxon:224308 20230112 GO_Central membrane +UniProtKB O34717 fadH GO:0016628 GO_REF:0000033 IBA PANTHER:PTN002457512|RGD:71002|UniProtKB:Q9NUI1|SGD:S000005146 F Probable 2,4-dienoyl-CoA reductase [(2E)-enoyl-CoA-producing] UniProtKB:O34717|PTN001212056 protein NCBITaxon:224308 20220223 GO_Central oxidoreductase activity, acting on the CH-CH group of donors, NAD or NADP as acceptor +UniProtKB O34717 fadH GO:0005777 GO_REF:0000033 IBA PANTHER:PTN002457512|SGD:S000005146|RGD:71002 C Probable 2,4-dienoyl-CoA reductase [(2E)-enoyl-CoA-producing] UniProtKB:O34717|PTN001212056 protein NCBITaxon:224308 20220223 GO_Central peroxisome +UniProtKB O34717 fadH GO:0006631 GO_REF:0000033 IBA PANTHER:PTN002457512|SGD:S000005146|UniProtKB:Q9NUI1 P Probable 2,4-dienoyl-CoA reductase [(2E)-enoyl-CoA-producing] UniProtKB:O34717|PTN001212056 protein NCBITaxon:224308 20220223 GO_Central fatty acid metabolic process +UniProtKB O34708 yflA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000768371|UniProtKB:P30143 C Uncharacterized transporter YflA UniProtKB:O34708|PTN000768381 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O34705 ytpA GO:0016298 GO_REF:0000033 IBA PANTHER:PTN000177089|TAIR:locus:2043278|MGI:MGI:1346042|UniProtKB:A0A1P8B9I4|TAIR:locus:2039822|TAIR:locus:2147790|UniProtKB:Q8IC45|TAIR:locus:2150245|TAIR:locus:2011511|UniProtKB:P07000|TAIR:locus:2197369|UniProtKB:Q8IBZ2|UniProtKB:Q8I4R0|UniProtKB:Q8IK69|TAIR:locus:2039677|UniProtKB:O07427|TAIR:locus:2206825|UniProtKB:Q99685|TAIR:locus:2039812|TAIR:locus:2100701|RGD:71039|SGD:S000001577|TAIR:locus:2014084 F Phospholipase YtpA UniProtKB:O34705|PTN000177249 protein NCBITaxon:224308 20230110 GO_Central lipase activity +UniProtKB O34705 ytpA GO:0016020 GO_REF:0000033 IBA PANTHER:PTN000177089|UniProtKB:Q57U43|MGI:MGI:1346042|UniProtKB:P07000|SGD:S000001577|TAIR:locus:2011511 C Phospholipase YtpA UniProtKB:O34705|PTN000177249 protein NCBITaxon:224308 20231108 GO_Central membrane +UniProtKB O34703 yjoB GO:0016558 GO_REF:0000033 IBA PANTHER:PTN000554448|UniProtKB:Q13608|SGD:S000005273|TAIR:locus:2007574 P Uncharacterized ATPase YjoB UniProtKB:O34703|PTN000554880 protein NCBITaxon:224308 20230111 GO_Central protein import into peroxisome matrix +UniProtKB O34703 yjoB GO:0005778 GO_REF:0000033 IBA PANTHER:PTN000554448|RGD:621637|UniProtKB:Q13608 C Uncharacterized ATPase YjoB UniProtKB:O34703|PTN000554880 protein NCBITaxon:224308 20230111 GO_Central peroxisomal membrane +UniProtKB O34703 yjoB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000554448|UniProtKB:Q13608|SGD:S000005273 C Uncharacterized ATPase YjoB UniProtKB:O34703|PTN000554880 protein NCBITaxon:224308 20171103 GO_Central cytosol +UniProtKB O34703 yjoB GO:0016887 GO_REF:0000033 IBA PANTHER:PTN004603074|UniProtKB:P55072|MGI:MGI:99919|UniProtKB:Q13608|SGD:S000005273|WB:WBGene00007352|SGD:S000002284|UniProtKB:O43933|WB:WBGene00010562|WB:WBGene00008053|UniProtKB:P46468|SGD:S000001680|RGD:621595|SGD:S000004389 F Uncharacterized ATPase YjoB UniProtKB:O34703|PTN000554880 protein NCBITaxon:224308 20230603 GO_Central ATP hydrolysis activity +UniProtKB O34693 rqcH GO:0072344 GO_REF:0000033 IBA PANTHER:PTN000391355|FB:FBgn0259152|MGI:MGI:1918305|UniProtKB:O60524|SGD:S000005930|UniProtKB:O34693 P Rqc2 homolog RqcH UniProtKB:O34693|PTN000391431 protein NCBITaxon:224308 20231109 GO_Central rescue of stalled ribosome +UniProtKB O34693 rqcH GO:0043023 GO_REF:0000033 IBA PANTHER:PTN000391355|UniProtKB:O34693|UniProtKB:O60524|SGD:S000005930 F Rqc2 homolog RqcH UniProtKB:O34693|PTN000391431 protein NCBITaxon:224308 20230603 GO_Central ribosomal large subunit binding +UniProtKB O34693 rqcH GO:0000049 GO_REF:0000033 IBA PANTHER:PTN000391355|SGD:S000005930|FB:FBgn0259152|UniProtKB:O34693 F Rqc2 homolog RqcH UniProtKB:O34693|PTN000391431 protein NCBITaxon:224308 20210530 GO_Central tRNA binding +UniProtKB O34693 rqcH GO:1990112 GO_REF:0000033 IBA PANTHER:PTN000391355|SGD:S000005930|UniProtKB:O60524 C Rqc2 homolog RqcH UniProtKB:O34693|PTN000391431 protein NCBITaxon:224308 20211216 GO_Central RQC complex +UniProtKB O34687 rpmF GO:0003735 GO_REF:0000033 IBA PANTHER:PTN001464364|SGD:S000000596 F 50S ribosomal protein L32 UniProtKB:O34687|PTN001464392 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome +UniProtKB O34685 yofA GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:P39376 F HTH-type transcriptional regulator YofA UniProtKB:O34685|PTN000764985 protein NCBITaxon:224308 20210531 GO_Central transcription cis-regulatory region binding +UniProtKB O34685 yofA GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:G3XCU6|UniProtKB:P67662|UniProtKB:P0A9F9|UniProtKB:P67660|UniProtKB:P39376|UniProtKB:P72131 P HTH-type transcriptional regulator YofA UniProtKB:O34685|PTN000764985 protein NCBITaxon:224308 20190829 GO_Central regulation of DNA-templated transcription +UniProtKB O34678 ytbE GO:0004033 GO_REF:0000033 IBA PANTHER:PTN002466222|UniProtKB:P30863 F Uncharacterized oxidoreductase YtbE UniProtKB:O34678|PTN000198750 protein NCBITaxon:224308 20230720 GO_Central aldo-keto reductase (NADP) activity +UniProtKB O34674 murJ GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001250140|UniProtKB:P77377|UniProtKB:G3XD19|UniProtKB:P0AAA7|UniProtKB:P37746|UniProtKB:Q46841 C Lipid II flippase MurJ UniProtKB:O34674|PTN001676545 protein NCBITaxon:224308 20221008 GO_Central plasma membrane +UniProtKB O34671 glnM GO:0006865 GO_REF:0000033 IBA PANTHER:PTN000770159|UniProtKB:P0AFT2|UniProtKB:Q9I404|UniProtKB:Q9I403|UniProtKB:Q9I487 P Probable glutamine ABC transporter permease protein GlnM UniProtKB:O34671|PTN001255455 protein NCBITaxon:224308 20230406 GO_Central amino acid transport +UniProtKB O34671 glnM GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000770159|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P45767|UniProtKB:P0AER5|UniProtKB:P45768|UniProtKB:P0AE30 C Probable glutamine ABC transporter permease protein GlnM UniProtKB:O34671|PTN001255455 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O34666 ctpA GO:0004175 GO_REF:0000033 IBA PANTHER:PTN000786001|UniProtKB:P23865 F Carboxy-terminal processing protease CtpA UniProtKB:O34666|PTN000462804 protein NCBITaxon:224308 20170228 GO_Central endopeptidase activity +UniProtKB O34666 ctpA GO:0030288 GO_REF:0000033 IBA PANTHER:PTN001279639|UniProtKB:P23865 C Carboxy-terminal processing protease CtpA UniProtKB:O34666|PTN000462804 protein NCBITaxon:224308 20200809 GO_Central outer membrane-bounded periplasmic space +UniProtKB O34666 ctpA GO:0007165 GO_REF:0000033 IBA PANTHER:PTN001279639|UniProtKB:Q9HU50|UniProtKB:O35002|UniProtKB:Q9HYY3 P Carboxy-terminal processing protease CtpA UniProtKB:O34666|PTN000462804 protein NCBITaxon:224308 20170228 GO_Central signal transduction +UniProtKB O34663 ybcL GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P77389|UniProtKB:P0ADL1|UniProtKB:P31122|UniProtKB:P23910 C Uncharacterized MFS-type transporter YbcL UniProtKB:O34663|PTN000605883 protein NCBITaxon:224308 20230517 GO_Central plasma membrane +UniProtKB O34663 ybcL GO:0055085 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P0ADL1 P Uncharacterized MFS-type transporter YbcL UniProtKB:O34663|PTN000605883 protein NCBITaxon:224308 20230517 GO_Central transmembrane transport +UniProtKB O34663 ybcL GO:0022857 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P0ADL1 F Uncharacterized MFS-type transporter YbcL UniProtKB:O34663|PTN000605883 protein NCBITaxon:224308 20230517 GO_Central transmembrane transporter activity +UniProtKB O34661 panE GO:0050661 GO_REF:0000033 IBA PANTHER:PTN002464833|UniProtKB:P0A9J4 F 2-dehydropantoate 2-reductase UniProtKB:O34661|PTN000496373 protein NCBITaxon:224308 20180502 GO_Central NADP binding +UniProtKB O34661 panE GO:0008677 GO_REF:0000033 IBA PANTHER:PTN002464833|UniProtKB:P0A9J4 F 2-dehydropantoate 2-reductase UniProtKB:O34661|PTN000496373 protein NCBITaxon:224308 20170228 GO_Central 2-dehydropantoate 2-reductase activity +UniProtKB O34661 panE GO:0005737 GO_REF:0000033 IBA PANTHER:PTN002464833|SGD:S000002605 C 2-dehydropantoate 2-reductase UniProtKB:O34661|PTN000496373 protein NCBITaxon:224308 20230112 GO_Central cytoplasm +UniProtKB O34659 cdaR GO:0045762 GO_REF:0000033 IBA PANTHER:PTN002208475|UniProtKB:O34659 P CdaA regulatory protein CdaR UniProtKB:O34659|PTN002208486 protein NCBITaxon:224308 20170901 GO_Central positive regulation of adenylate cyclase activity +UniProtKB O34656 cotI GO:0042601 GO_REF:0000033 IBA PANTHER:PTN002216705|UniProtKB:O32123 C Spore coat protein I UniProtKB:O34656|PTN002216716 protein NCBITaxon:224308 20170906 GO_Central endospore-forming forespore +UniProtKB O34651 hisD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000479119|UniProtKB:P06988 C Histidinol dehydrogenase UniProtKB:O34651|PTN000479120 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O34651 hisD GO:0000105 GO_REF:0000033 IBA PANTHER:PTN000479095|PomBase:SPBC1711.13|SGD:S000000535|UniProtKB:P06988|CGD:CAL0000177625 P Histidinol dehydrogenase UniProtKB:O34651|PTN000479120 protein NCBITaxon:224308 20170228 GO_Central histidine biosynthetic process +UniProtKB O34651 hisD GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000479095|UniProtKB:P06988 C Histidinol dehydrogenase UniProtKB:O34651|PTN000479120 protein NCBITaxon:224308 20200808 GO_Central cytoplasm +UniProtKB O34651 hisD GO:0004399 GO_REF:0000033 IBA PANTHER:PTN000479095|PomBase:SPBC1711.13|SGD:S000000535|UniProtKB:P06988|CGD:CAL0000177625 F Histidinol dehydrogenase UniProtKB:O34651|PTN000479120 protein NCBITaxon:224308 20170228 GO_Central histidinol dehydrogenase activity +UniProtKB O34649 ytlD GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001248830|UniProtKB:Q47539 C Uncharacterized ABC transporter permease protein YtlD UniProtKB:O34649|PTN001248893 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O34643 yvkB GO:0003700 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P0ACU2|UniProtKB:P0ACS9|UniProtKB:P95251 F Uncharacterized HTH-type transcriptional regulator YvkB UniProtKB:O34643|PTN004738593 protein NCBITaxon:224308 20211112 GO_Central DNA-binding transcription factor activity +UniProtKB O34643 yvkB GO:0006355 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9HXW2|UniProtKB:P0ACT6|UniProtKB:P0ACU0|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:Q9HZJ9|UniProtKB:P75952|UniProtKB:P39334|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HVJ0|UniProtKB:P95251|UniProtKB:P9WMB9|UniProtKB:Q9HZW2|UniProtKB:P9WMC1|UniProtKB:Q9HY46|UniProtKB:Q9HXS0|UniProtKB:P32265 P Uncharacterized HTH-type transcriptional regulator YvkB UniProtKB:O34643|PTN004738593 protein NCBITaxon:224308 20221008 GO_Central regulation of DNA-templated transcription +UniProtKB O34643 yvkB GO:0000976 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9KR96|UniProtKB:P32265|UniProtKB:Q9HXS0 F Uncharacterized HTH-type transcriptional regulator YvkB UniProtKB:O34643|PTN004738593 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB O34638 ykoH GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001976770|UniProtKB:P77485|UniProtKB:P30844|UniProtKB:P23837 C Sensor histidine kinase YkoH UniProtKB:O34638|PTN000703638 protein NCBITaxon:224308 20211112 GO_Central plasma membrane +UniProtKB O34638 ykoH GO:0000160 GO_REF:0000033 IBA PANTHER:PTN001976770|UniProtKB:Q9HV31|UniProtKB:P23837 P Sensor histidine kinase YkoH UniProtKB:O34638|PTN000703638 protein NCBITaxon:224308 20201001 GO_Central phosphorelay signal transduction system +UniProtKB O34635 sdaAB GO:0003941 GO_REF:0000033 IBA PANTHER:PTN001249498|UniProtKB:P42630|UniProtKB:P30744|UniProtKB:P16095 F Probable L-serine dehydratase, beta chain UniProtKB:O34635|PTN000766169 protein NCBITaxon:224308 20170228 GO_Central L-serine ammonia-lyase activity +UniProtKB O34634 yrrK GO:0000967 GO_REF:0000033 IBA PANTHER:PTN002118000|UniProtKB:P0A8I1 P Putative pre-16S rRNA nuclease UniProtKB:O34634|PTN002118068 protein NCBITaxon:224308 20170228 GO_Central rRNA 5'-end processing +UniProtKB O34628 yvlB GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002853864|UniProtKB:P0AFN2 C Uncharacterized protein YvlB UniProtKB:O34628|PTN002141307 protein NCBITaxon:224308 20190829 GO_Central plasma membrane +UniProtKB O34618 ytnA GO:0015171 GO_REF:0000033 IBA PANTHER:PTN001718863|CGD:CAL0000182050|SGD:S000000273|SGD:S000002916|SGD:S000000789|SGD:S000000530|SGD:S000005212|PomBase:SPCC965.11c|SGD:S000001839|CGD:CAL0000177766|CGD:CAL0000201116|SGD:S000001747|SGD:S000003423|CGD:CAL0000192270|SGD:S000005214|CGD:CAL0000200920|UniProtKB:P25737|CGD:CAL0000181363|PomBase:SPAC869.11|UniProtKB:C8V2E0|SGD:S000000272|CGD:CAL0000177621|SGD:S000005875|CGD:CAL0000201651|SGD:S000005380|CGD:CAL0000198089|SGD:S000002453 F Uncharacterized amino acid permease YtnA UniProtKB:O34618|PTN000209258 protein NCBITaxon:224308 20230407 GO_Central amino acid transmembrane transporter activity +UniProtKB O34618 ytnA GO:0003333 GO_REF:0000033 IBA PANTHER:PTN001718863|CGD:CAL0000200920|SGD:S000000530|CGD:CAL0000181363|PomBase:SPAC869.11|UniProtKB:P25737|CGD:CAL0000182050|CGD:CAL0000180720|SGD:S000000789|CGD:CAL0000192270|SGD:S000002916|CGD:CAL0000177766|UniProtKB:C8V2E0|PomBase:SPCC965.11c|CGD:CAL0000177621|CGD:CAL0000201651|CGD:CAL0000198089 P Uncharacterized amino acid permease YtnA UniProtKB:O34618|PTN000209258 protein NCBITaxon:224308 20230407 GO_Central amino acid transmembrane transport +UniProtKB O34617 rlmN GO:0030488 GO_REF:0000033 IBA PANTHER:PTN000776889|UniProtKB:P36979 P Probable dual-specificity RNA methyltransferase RlmN UniProtKB:O34617|PTN000776880 protein NCBITaxon:224308 20170228 GO_Central tRNA methylation +UniProtKB O34617 rlmN GO:0070475 GO_REF:0000033 IBA PANTHER:PTN000776889|UniProtKB:P36979 P Probable dual-specificity RNA methyltransferase RlmN UniProtKB:O34617|PTN000776880 protein NCBITaxon:224308 20170228 GO_Central rRNA base methylation +UniProtKB O34607 sdaAA GO:0003941 GO_REF:0000033 IBA PANTHER:PTN001249498|UniProtKB:P42630|UniProtKB:P30744|UniProtKB:P16095 F Probable L-serine dehydratase, alpha chain UniProtKB:O34607|PTN000766172 protein NCBITaxon:224308 20170228 GO_Central L-serine ammonia-lyase activity +UniProtKB O34606 glnP GO:0006865 GO_REF:0000033 IBA PANTHER:PTN000770159|UniProtKB:P0AFT2|UniProtKB:Q9I404|UniProtKB:Q9I403|UniProtKB:Q9I487 P Probable glutamine ABC transporter permease protein GlnP UniProtKB:O34606|PTN001255428 protein NCBITaxon:224308 20230406 GO_Central amino acid transport +UniProtKB O34606 glnP GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000770159|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P45767|UniProtKB:P0AER5|UniProtKB:P45768|UniProtKB:P0AE30 C Probable glutamine ABC transporter permease protein GlnP UniProtKB:O34606|PTN001255428 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O32076 yuaG GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000351686|UniProtKB:O75955|UniProtKB:P77306|TAIR:locus:2146975|TAIR:locus:2146965|MGI:MGI:1100500|UniProtKB:Q14254|RGD:70993|RGD:70991|MGI:MGI:103309|TAIR:locus:2177729 C Uncharacterized protein YuaG UniProtKB:O32076|PTN000351779 protein NCBITaxon:224308 20230110 GO_Central plasma membrane +UniProtKB O32076 yuaG GO:0072659 GO_REF:0000033 IBA PANTHER:PTN000351686|UniProtKB:O75955|UniProtKB:Q14254|MGI:MGI:1100500 P Uncharacterized protein YuaG UniProtKB:O32076|PTN000351779 protein NCBITaxon:224308 20200618 GO_Central protein localization to plasma membrane +UniProtKB O32075 yuaI GO:0016747 GO_REF:0000033 IBA PANTHER:PTN001895304|UniProtKB:P46854|UniProtKB:P0A944|UniProtKB:I6YG32|UniProtKB:P9WJM7 F Uncharacterized N-acetyltransferase YuaI UniProtKB:O32075|PTN001133717 protein NCBITaxon:224308 20200810 GO_Central acyltransferase activity, transferring groups other than amino-acyl groups +UniProtKB O32062 safA GO:0008932 GO_REF:0000033 IBA PANTHER:PTN008659194|UniProtKB:P0AEZ7 F SpoIVD-associated factor A UniProtKB:O32062|PTN000505788 protein NCBITaxon:224308 20171201 GO_Central lytic endotransglycosylase activity +UniProtKB O32060 yrbD GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000768371|UniProtKB:P30143 C Putative sodium/proton-dependent alanine carrier protein YrbD UniProtKB:O32060|PTN001251139 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O32054 queA GO:0002099 GO_REF:0000033 IBA PANTHER:PTN000767999|UniProtKB:P0A7F9 P S-adenosylmethionine:tRNA ribosyltransferase-isomerase UniProtKB:O32054|PTN000768000 protein NCBITaxon:224308 20170228 GO_Central tRNA wobble guanine modification +UniProtKB O32054 queA GO:0051075 GO_REF:0000033 IBA PANTHER:PTN000767999|UniProtKB:P0A7F9 F S-adenosylmethionine:tRNA ribosyltransferase-isomerase UniProtKB:O32054|PTN000768000 protein NCBITaxon:224308 20170228 GO_Central S-adenosylmethionine:tRNA ribosyltransferase-isomerase activity +UniProtKB O32054 queA GO:0008616 GO_REF:0000033 IBA PANTHER:PTN000767999|UniProtKB:P0A7F9 P S-adenosylmethionine:tRNA ribosyltransferase-isomerase UniProtKB:O32054|PTN000768000 protein NCBITaxon:224308 20170228 GO_Central queuosine biosynthetic process +UniProtKB O32053 tgt GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000239043|UniProtKB:P0A847|UniProtKB:Q8I507 C Queuine tRNA-ribosyltransferase UniProtKB:O32053|PTN000239160 protein NCBITaxon:224308 20230112 GO_Central cytoplasm +UniProtKB O32053 tgt GO:0002099 GO_REF:0000033 IBA PANTHER:PTN000239043|UniProtKB:P0A847 P Queuine tRNA-ribosyltransferase UniProtKB:O32053|PTN000239160 protein NCBITaxon:224308 20180816 GO_Central tRNA wobble guanine modification +UniProtKB O32053 tgt GO:0008616 GO_REF:0000033 IBA PANTHER:PTN000239043|UniProtKB:P0A847 P Queuine tRNA-ribosyltransferase UniProtKB:O32053|PTN000239160 protein NCBITaxon:224308 20170228 GO_Central queuosine biosynthetic process +UniProtKB O32053 tgt GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000239159|UniProtKB:P0A847 C Queuine tRNA-ribosyltransferase UniProtKB:O32053|PTN000239160 protein NCBITaxon:224308 20180816 GO_Central cytosol +UniProtKB O32047 secDF GO:0015031 GO_REF:0000033 IBA PANTHER:PTN000763987|UniProtKB:P0AG90|UniProtKB:P0AG93 P Protein translocase subunit SecDF UniProtKB:O32047|PTN000763989 protein NCBITaxon:224308 20230406 GO_Central protein transport +UniProtKB O32039 hisS GO:0006427 GO_REF:0000033 IBA PANTHER:PTN000159104|UniProtKB:P60906 P Histidine--tRNA ligase UniProtKB:O32039|PTN000159123 protein NCBITaxon:224308 20170228 GO_Central histidyl-tRNA aminoacylation +UniProtKB O32039 hisS GO:0004821 GO_REF:0000033 IBA PANTHER:PTN000159104|UniProtKB:P60906 F Histidine--tRNA ligase UniProtKB:O32039|PTN000159123 protein NCBITaxon:224308 20170228 GO_Central histidine-tRNA ligase activity +UniProtKB O32038 aspS GO:0006422 GO_REF:0000033 IBA PANTHER:PTN000502597|UniProtKB:P21889|SGD:S000006025 P Aspartate--tRNA(Asp/Asn) ligase UniProtKB:O32038|PTN000502653 protein NCBITaxon:224308 20210604 GO_Central aspartyl-tRNA aminoacylation +UniProtKB O32038 aspS GO:0004815 GO_REF:0000033 IBA PANTHER:PTN000502597|UniProtKB:P21889|UniProtKB:Q6PI48|SGD:S000006025 F Aspartate--tRNA(Asp/Asn) ligase UniProtKB:O32038|PTN000502653 protein NCBITaxon:224308 20210604 GO_Central aspartate-tRNA ligase activity +UniProtKB O32037 tcdA GO:0061503 GO_REF:0000033 IBA PANTHER:PTN001333297|SGD:S000001510|UniProtKB:Q46927|SGD:S000001045 F tRNA threonylcarbamoyladenosine dehydratase UniProtKB:O32037|PTN000102665 protein NCBITaxon:224308 20170228 GO_Central tRNA threonylcarbamoyladenosine dehydratase +UniProtKB O32037 tcdA GO:0061504 GO_REF:0000033 IBA PANTHER:PTN001333297|SGD:S000001045|UniProtKB:Q46927|SGD:S000001510 P tRNA threonylcarbamoyladenosine dehydratase UniProtKB:O32037|PTN000102665 protein NCBITaxon:224308 20170228 GO_Central cyclic threonylcarbamoyladenosine biosynthetic process +UniProtKB O32036 trmR GO:0008171 GO_REF:0000033 IBA PANTHER:PTN001629970|MGI:MGI:88470|UniProtKB:P21964|PomBase:SPBPB21E7.04c|ZFIN:ZDB-GENE-050913-117|PomBase:SPBC119.03|MGI:MGI:3769724|RGD:2379 F tRNA 5-hydroxyuridine methyltransferase UniProtKB:O32036|PTN000053553 protein NCBITaxon:224308 20230604 GO_Central O-methyltransferase activity +UniProtKB O32029 yrrT GO:0000179 GO_REF:0000033 IBA PANTHER:PTN000197843|UniProtKB:Q8WVM0|UniProtKB:P06992|TAIR:locus:2155031|UniProtKB:Q9UNQ2|TAIR:locus:2061982 F Uncharacterized methyltransferase YrrT UniProtKB:O32029|PTN000197983 protein NCBITaxon:224308 20211110 GO_Central rRNA (adenine-N6,N6-)-dimethyltransferase activity +UniProtKB O32029 yrrT GO:0031167 GO_REF:0000033 IBA PANTHER:PTN000197843|UniProtKB:Q9UNQ2|UniProtKB:P06992 P Uncharacterized methyltransferase YrrT UniProtKB:O32029|PTN000197983 protein NCBITaxon:224308 20200929 GO_Central rRNA methylation +UniProtKB O32029 yrrT GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000197981|UniProtKB:P06992 C Uncharacterized methyltransferase YrrT UniProtKB:O32029|PTN000197983 protein NCBITaxon:224308 20200821 GO_Central cytosol +UniProtKB O32028 mtnN GO:0008930 GO_REF:0000033 IBA PANTHER:PTN002929873|UniProtKB:P0AF12 F 5'-methylthioadenosine/S-adenosylhomocysteine nucleosidase UniProtKB:O32028|PTN000477964 protein NCBITaxon:224308 20180816 GO_Central methylthioadenosine nucleosidase activity +UniProtKB O32028 mtnN GO:0019284 GO_REF:0000033 IBA PANTHER:PTN002929873|UniProtKB:P0AF12 P 5'-methylthioadenosine/S-adenosylhomocysteine nucleosidase UniProtKB:O32028|PTN000477964 protein NCBITaxon:224308 20180816 GO_Central L-methionine salvage from S-adenosylmethionine +UniProtKB O32028 mtnN GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002929873|UniProtKB:P0AF12 C 5'-methylthioadenosine/S-adenosylhomocysteine nucleosidase UniProtKB:O32028|PTN000477964 protein NCBITaxon:224308 20180816 GO_Central cytosol +UniProtKB O32028 mtnN GO:0008782 GO_REF:0000033 IBA PANTHER:PTN002929873|UniProtKB:P0AF12 F 5'-methylthioadenosine/S-adenosylhomocysteine nucleosidase UniProtKB:O32028|PTN000477964 protein NCBITaxon:224308 20180816 GO_Central adenosylhomocysteine nucleosidase activity +UniProtKB O32006 yokA GO:0006310 GO_REF:0000033 IBA PANTHER:PTN001576764|UniProtKB:P03014 P Resolvase homolog YokA UniProtKB:O32006|PTN001576775 protein NCBITaxon:224308 20200930 GO_Central DNA recombination +UniProtKB O32006 yokA GO:0000150 GO_REF:0000033 IBA PANTHER:PTN001576764|UniProtKB:P03014 F Resolvase homolog YokA UniProtKB:O32006|PTN001576775 protein NCBITaxon:224308 20210531 GO_Central DNA strand exchange activity +UniProtKB O32292 yyzE GO:0009401 GO_REF:0000033 IBA PANTHER:PTN002553439|UniProtKB:P69783 P Putative phosphotransferase enzyme IIA component YyzE UniProtKB:O32292|PTN002553449 protein NCBITaxon:224308 20180202 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB O32292 yyzE GO:0016301 GO_REF:0000033 IBA PANTHER:PTN002553439|UniProtKB:P69783 F Putative phosphotransferase enzyme IIA component YyzE UniProtKB:O32292|PTN002553449 protein NCBITaxon:224308 20180202 GO_Central kinase activity +UniProtKB O32291 yxnA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN008681310|UniProtKB:P14061 C Uncharacterized oxidoreductase YxnA UniProtKB:O32291|PTN001213973 protein NCBITaxon:224308 20230604 GO_Central cytosol +UniProtKB O32291 yxnA GO:0016491 GO_REF:0000033 IBA PANTHER:PTN008681310|ZFIN:ZDB-GENE-040901-5|MGI:MGI:105077|MGI:MGI:2685028|UniProtKB:P14061|UniProtKB:P0DKC5|RGD:2836|UniProtKB:Q8A945 F Uncharacterized oxidoreductase YxnA UniProtKB:O32291|PTN001213973 protein NCBITaxon:224308 20220925 GO_Central oxidoreductase activity +UniProtKB O32273 tuaB GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001250140|UniProtKB:P77377|UniProtKB:G3XD19|UniProtKB:P0AAA7|UniProtKB:P37746|UniProtKB:Q46841 C Teichuronic acid biosynthesis protein TuaB UniProtKB:O32273|PTN000767342 protein NCBITaxon:224308 20221008 GO_Central plasma membrane +UniProtKB O32268 tuaG GO:0016757 GO_REF:0000033 IBA PANTHER:PTN000531320|UniProtKB:P9WMX7|UniProtKB:O31986|UniProtKB:Q9HUG5|UniProtKB:P26401|UniProtKB:P77414|UniProtKB:Q9I4V9|UniProtKB:Q9I5M1 F Putative teichuronic acid biosynthesis glycosyltransferase TuaG UniProtKB:O32268|PTN000531324 protein NCBITaxon:224308 20221008 GO_Central glycosyltransferase activity +UniProtKB O32264 yvcT GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000107947|UniProtKB:P37666|UniProtKB:P75913 C Probable 2-ketogluconate reductase UniProtKB:O32264|PTN000108033 protein NCBITaxon:224308 20230602 GO_Central cytosol +UniProtKB O32264 yvcT GO:0030267 GO_REF:0000033 IBA PANTHER:PTN000107947|RGD:1308851|TAIR:locus:2034665|UniProtKB:Q9UBQ7|UniProtKB:P37666|TAIR:locus:2017824|UniProtKB:P75913 F Probable 2-ketogluconate reductase UniProtKB:O32264|PTN000108033 protein NCBITaxon:224308 20170228 GO_Central glyoxylate reductase (NADP+) activity +UniProtKB O32264 yvcT GO:0016618 GO_REF:0000033 IBA PANTHER:PTN000107947|RGD:1308851|TAIR:locus:2034665|UniProtKB:Q9UBQ7|UniProtKB:P75913|TAIR:locus:2017824 F Probable 2-ketogluconate reductase UniProtKB:O32264|PTN000108033 protein NCBITaxon:224308 20170228 GO_Central hydroxypyruvate reductase activity +UniProtKB O32262 yvdS GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P76474|UniProtKB:P23895|UniProtKB:P9WGF1|UniProtKB:Q47377|UniProtKB:P69210 F Uncharacterized membrane protein YvdS UniProtKB:O32262|PTN001254659 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB O32262 yvdS GO:0055085 GO_REF:0000033 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P23895|UniProtKB:P9WGF1|UniProtKB:P69210|UniProtKB:P69937 P Uncharacterized membrane protein YvdS UniProtKB:O32262|PTN001254659 protein NCBITaxon:224308 20201001 GO_Central transmembrane transport +UniProtKB O32257 yvbW GO:0003333 GO_REF:0000033 IBA PANTHER:PTN001718863|CGD:CAL0000200920|SGD:S000000530|CGD:CAL0000181363|PomBase:SPAC869.11|UniProtKB:P25737|CGD:CAL0000182050|CGD:CAL0000180720|SGD:S000000789|CGD:CAL0000192270|SGD:S000002916|CGD:CAL0000177766|UniProtKB:C8V2E0|PomBase:SPCC965.11c|CGD:CAL0000177621|CGD:CAL0000201651|CGD:CAL0000198089 P Uncharacterized amino acid permease YvbW UniProtKB:O32257|PTN000209293 protein NCBITaxon:224308 20230407 GO_Central amino acid transmembrane transport +UniProtKB O32257 yvbW GO:0015171 GO_REF:0000033 IBA PANTHER:PTN001718863|CGD:CAL0000182050|SGD:S000000273|SGD:S000002916|SGD:S000000789|SGD:S000000530|SGD:S000005212|PomBase:SPCC965.11c|SGD:S000001839|CGD:CAL0000177766|CGD:CAL0000201116|SGD:S000001747|SGD:S000003423|CGD:CAL0000192270|SGD:S000005214|CGD:CAL0000200920|UniProtKB:P25737|CGD:CAL0000181363|PomBase:SPAC869.11|UniProtKB:C8V2E0|SGD:S000000272|CGD:CAL0000177621|SGD:S000005875|CGD:CAL0000201651|SGD:S000005380|CGD:CAL0000198089|SGD:S000002453 F Uncharacterized amino acid permease YvbW UniProtKB:O32257|PTN000209293 protein NCBITaxon:224308 20230407 GO_Central amino acid transmembrane transporter activity +UniProtKB O32255 yvbU GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000790637|UniProtKB:P77171|UniProtKB:P0ACQ7 P Uncharacterized HTH-type transcriptional regulator YvbU UniProtKB:O32255|PTN001285656 protein NCBITaxon:224308 20200930 GO_Central regulation of DNA-templated transcription +UniProtKB O32255 yvbU GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000790637|UniProtKB:P0ACR7 C Uncharacterized HTH-type transcriptional regulator YvbU UniProtKB:O32255|PTN001285656 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O32237 rghRB GO:0003700 GO_REF:0000033 IBA PANTHER:PTN005321183|UniProtKB:P77626 F Uncharacterized HTH-type transcriptional regulator RghRB UniProtKB:O32237|PTN008217656 protein NCBITaxon:224308 20190807 GO_Central DNA-binding transcription factor activity +UniProtKB O32237 rghRB GO:0006355 GO_REF:0000033 IBA PANTHER:PTN005321183|UniProtKB:P9WMI1|UniProtKB:P77626|UniProtKB:O06581|UniProtKB:P06533 P Uncharacterized HTH-type transcriptional regulator RghRB UniProtKB:O32237|PTN008217656 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB O32236 rghR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN005321183|UniProtKB:P77626 F HTH-type transcriptional repressor RghR UniProtKB:O32236|PTN008217657 protein NCBITaxon:224308 20190807 GO_Central DNA-binding transcription factor activity +UniProtKB O32236 rghR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN005321183|UniProtKB:P9WMI1|UniProtKB:P77626|UniProtKB:O06581|UniProtKB:P06533 P HTH-type transcriptional repressor RghR UniProtKB:O32236|PTN008217657 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB O32232 est GO:0016020 GO_REF:0000033 IBA PANTHER:PTN000177089|UniProtKB:Q57U43|MGI:MGI:1346042|UniProtKB:P07000|SGD:S000001577|TAIR:locus:2011511 C Carboxylesterase UniProtKB:O32232|PTN001699603 protein NCBITaxon:224308 20231108 GO_Central membrane +UniProtKB O32232 est GO:0016298 GO_REF:0000033 IBA PANTHER:PTN000177089|TAIR:locus:2043278|MGI:MGI:1346042|UniProtKB:A0A1P8B9I4|TAIR:locus:2039822|TAIR:locus:2147790|UniProtKB:Q8IC45|TAIR:locus:2150245|TAIR:locus:2011511|UniProtKB:P07000|TAIR:locus:2197369|UniProtKB:Q8IBZ2|UniProtKB:Q8I4R0|UniProtKB:Q8IK69|TAIR:locus:2039677|UniProtKB:O07427|TAIR:locus:2206825|UniProtKB:Q99685|TAIR:locus:2039812|TAIR:locus:2100701|RGD:71039|SGD:S000001577|TAIR:locus:2014084 F Carboxylesterase UniProtKB:O32232|PTN001699603 protein NCBITaxon:224308 20230110 GO_Central lipase activity +UniProtKB O32231 rnr GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000599356|UniProtKB:P21499|UniProtKB:P30850 C Ribonuclease R UniProtKB:O32231|PTN000599357 protein NCBITaxon:224308 20181207 GO_Central cytosol +UniProtKB O32230 smpB GO:0003723 GO_REF:0000033 IBA PANTHER:PTN001250881|UniProtKB:P0A832 F SsrA-binding protein UniProtKB:O32230|PTN000768013 protein NCBITaxon:224308 20200414 GO_Central RNA binding +UniProtKB O32230 smpB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001250881|UniProtKB:P0A832 C SsrA-binding protein UniProtKB:O32230|PTN000768013 protein NCBITaxon:224308 20200414 GO_Central cytosol +UniProtKB O32230 smpB GO:0070930 GO_REF:0000033 IBA PANTHER:PTN001250881|UniProtKB:O32230 P SsrA-binding protein UniProtKB:O32230|PTN000768013 protein NCBITaxon:224308 20231109 GO_Central trans-translation-dependent protein tagging +UniProtKB O32228 yvaF GO:0000976 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9KR96|UniProtKB:P32265|UniProtKB:Q9HXS0 F Uncharacterized HTH-type transcriptional regulator YvaF UniProtKB:O32228|PTN004738834 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB O32228 yvaF GO:0006355 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9HXW2|UniProtKB:P0ACT6|UniProtKB:P0ACU0|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:Q9HZJ9|UniProtKB:P75952|UniProtKB:P39334|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HVJ0|UniProtKB:P95251|UniProtKB:P9WMB9|UniProtKB:Q9HZW2|UniProtKB:P9WMC1|UniProtKB:Q9HY46|UniProtKB:Q9HXS0|UniProtKB:P32265 P Uncharacterized HTH-type transcriptional regulator YvaF UniProtKB:O32228|PTN004738834 protein NCBITaxon:224308 20221008 GO_Central regulation of DNA-templated transcription +UniProtKB O32228 yvaF GO:0003700 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P0ACU2|UniProtKB:P0ACS9|UniProtKB:P95251 F Uncharacterized HTH-type transcriptional regulator YvaF UniProtKB:O32228|PTN004738834 protein NCBITaxon:224308 20211112 GO_Central DNA-binding transcription factor activity +UniProtKB O32225 yvaC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002021271|UniProtKB:P76186|UniProtKB:P45537|UniProtKB:P46481|UniProtKB:P33011|UniProtKB:P32715|UniProtKB:P75870 C Uncharacterized membrane protein YvaC UniProtKB:O32225|PTN002011949 protein NCBITaxon:224308 20170420 GO_Central plasma membrane +UniProtKB O32220 copA GO:0043682 GO_REF:0000033 IBA PANTHER:PTN000642961|MGI:MGI:103297|UniProtKB:P35670|MGI:MGI:99400|CGD:CAL0000174668 F Copper-exporting P-type ATPase UniProtKB:O32220|PTN000643096 protein NCBITaxon:224308 20200810 GO_Central P-type divalent copper transporter activity +UniProtKB O32220 copA GO:0016020 GO_REF:0000033 IBA PANTHER:PTN000642961|MGI:MGI:99400|FB:FBgn0030343|SGD:S000002678|UniProtKB:P35670|CGD:CAL0000174668|UniProtKB:Q8I3A0|RGD:2179|TAIR:locus:504956435|MGI:MGI:103297|WB:WBGene00000834|UniProtKB:Q04656|RGD:2180 C Copper-exporting P-type ATPase UniProtKB:O32220|PTN000643096 protein NCBITaxon:224308 20230604 GO_Central membrane +UniProtKB O32220 copA GO:0055070 GO_REF:0000033 IBA PANTHER:PTN000642961|FB:FBgn0030343|TAIR:locus:2119265|MGI:MGI:99400|MGI:MGI:103297|UniProtKB:Q04656|CGD:CAL0000174668 P Copper-exporting P-type ATPase UniProtKB:O32220|PTN000643096 protein NCBITaxon:224308 20230407 GO_Central copper ion homeostasis +UniProtKB O32220 copA GO:0005507 GO_REF:0000033 IBA PANTHER:PTN000642961|SGD:S000002678|UniProtKB:P73241|UniProtKB:Q8I3A0|UniProtKB:Q04656|RGD:2180|UniProtKB:P35670 F Copper-exporting P-type ATPase UniProtKB:O32220|PTN000643096 protein NCBITaxon:224308 20230112 GO_Central copper ion binding +UniProtKB O32219 cadA GO:0015086 GO_REF:0000033 IBA PANTHER:PTN001534386|UniProtKB:P37617 F Cadmium, zinc and cobalt-transporting ATPase UniProtKB:O32219|PTN000644045 protein NCBITaxon:224308 20221130 GO_Central cadmium ion transmembrane transporter activity +UniProtKB O32219 cadA GO:0030001 GO_REF:0000033 IBA PANTHER:PTN001534386|UniProtKB:P37617|UniProtKB:Q59465 P Cadmium, zinc and cobalt-transporting ATPase UniProtKB:O32219|PTN000644045 protein NCBITaxon:224308 20221130 GO_Central metal ion transport +UniProtKB O32219 cadA GO:0055085 GO_REF:0000033 IBA PANTHER:PTN008294357|UniProtKB:P37617 P Cadmium, zinc and cobalt-transporting ATPase UniProtKB:O32219|PTN000644045 protein NCBITaxon:224308 20221130 GO_Central transmembrane transport +UniProtKB O32219 cadA GO:0016020 GO_REF:0000033 IBA PANTHER:PTN008294357|TAIR:locus:2126490|UniProtKB:P37617|TAIR:locus:2126500 C Cadmium, zinc and cobalt-transporting ATPase UniProtKB:O32219|PTN000644045 protein NCBITaxon:224308 20230112 GO_Central membrane +UniProtKB O32216 yvgT GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001253673|UniProtKB:P0AGM2|UniProtKB:P0AFP0 C UPF0126 membrane protein YvgT UniProtKB:O32216|PTN001253681 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O32215 helD GO:0000725 GO_REF:0000033 IBA PANTHER:PTN000116141|UniProtKB:F1ND48|PomBase:SPAC4H3.05|UniProtKB:P08394|PomBase:SPBC336.01 P DNA helicase IV UniProtKB:O32215|PTN000116240 protein NCBITaxon:224308 20230405 GO_Central recombinational repair +UniProtKB O32215 helD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000869814|UniProtKB:P03018|UniProtKB:P15038 C DNA helicase IV UniProtKB:O32215|PTN000116240 protein NCBITaxon:224308 20181129 GO_Central cytosol +UniProtKB O32215 helD GO:0043138 GO_REF:0000033 IBA PANTHER:PTN000116141|UniProtKB:Q8I3W6|CGD:CAL0000191199|UniProtKB:P15038|UniProtKB:Q8NFZ0|TAIR:locus:2117303|SGD:S000003628|UniProtKB:P9WMQ1|SGD:S000005455|PomBase:SPBC336.01 F DNA helicase IV UniProtKB:O32215|PTN000116240 protein NCBITaxon:224308 20230110 GO_Central 3'-5' DNA helicase activity +UniProtKB O32214 cysJ GO:0010181 GO_REF:0000033 IBA PANTHER:PTN000453956|UniProtKB:Q9UBK8|RGD:68335|RGD:3184|UniProtKB:O08394|UniProtKB:O08336|UniProtKB:Q9UHB4|MGI:MGI:97361|UniProtKB:P38038 F Sulfite reductase [NADPH] flavoprotein alpha-component UniProtKB:O32214|PTN000454095 protein NCBITaxon:224308 20170928 GO_Central FMN binding +UniProtKB O32214 cysJ GO:0050660 GO_REF:0000033 IBA PANTHER:PTN000453956|RGD:68335|UniProtKB:Q9UBK8|RGD:3184|UniProtKB:O08336|UniProtKB:O08394|UniProtKB:P38038|MGI:MGI:97361|UniProtKB:Q9UHB4 F Sulfite reductase [NADPH] flavoprotein alpha-component UniProtKB:O32214|PTN000454095 protein NCBITaxon:224308 20210530 GO_Central flavin adenine dinucleotide binding +UniProtKB O32214 cysJ GO:0016491 GO_REF:0000033 IBA PANTHER:PTN000453956|MGI:MGI:97361|UniProtKB:P38038|UniProtKB:O08336|UniProtKB:P16435|RGD:3184|UniProtKB:Q9UBK8|TAIR:locus:2128951|UniProtKB:C5YJG8|MGI:MGI:1891037|UniProtKB:Q653S9|UniProtKB:P35228|TAIR:locus:2121894|MGI:MGI:97360|UniProtKB:O08394|TAIR:locus:2076547|UniProtKB:Q7X7K8|PomBase:SPBC29A10.01|MGI:MGI:97362|SGD:S000001084|RGD:68335|RGD:3185|UniProtKB:Q9UHB4|MGI:MGI:97744|RGD:3186|UniProtKB:P29475|UniProtKB:Q0J705|UniProtKB:P29474|CGD:CAL0000197218|FB:FBgn0011676|SGD:S000006252|SGD:S000001926|UniProtKB:P29473 F Sulfite reductase [NADPH] flavoprotein alpha-component UniProtKB:O32214|PTN000454095 protein NCBITaxon:224308 20221008 GO_Central oxidoreductase activity +UniProtKB O32214 cysJ GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000453956|RGD:3185|UniProtKB:Q9UBK8|UniProtKB:Q9UHB4|UniProtKB:P35228 C Sulfite reductase [NADPH] flavoprotein alpha-component UniProtKB:O32214|PTN000454095 protein NCBITaxon:224308 20230603 GO_Central cytosol +UniProtKB O32213 cysI GO:0009337 GO_REF:0000033 IBA PANTHER:PTN001353165|UniProtKB:P17846|SGD:S000003898 C Sulfite reductase [NADPH] hemoprotein beta-component UniProtKB:O32213|PTN000796612 protein NCBITaxon:224308 20200213 GO_Central sulfite reductase complex (NADPH) +UniProtKB O32213 cysI GO:0050311 GO_REF:0000033 IBA PANTHER:PTN001353165|UniProtKB:O23813|TAIR:locus:2184457 F Sulfite reductase [NADPH] hemoprotein beta-component UniProtKB:O32213|PTN000796612 protein NCBITaxon:224308 20200807 GO_Central sulfite reductase (ferredoxin) activity +UniProtKB O32213 cysI GO:0000103 GO_REF:0000033 IBA PANTHER:PTN001353165|SGD:S000003898|PomBase:SPAC10F6.01c|UniProtKB:P17846 P Sulfite reductase [NADPH] hemoprotein beta-component UniProtKB:O32213|PTN000796612 protein NCBITaxon:224308 20230405 GO_Central sulfate assimilation +UniProtKB O32213 cysI GO:0016002 GO_REF:0000033 IBA PANTHER:PTN001353165|SGD:S000003898|TAIR:locus:2184457 F Sulfite reductase [NADPH] hemoprotein beta-component UniProtKB:O32213|PTN000796612 protein NCBITaxon:224308 20210101 GO_Central sulfite reductase activity +UniProtKB O32212 nhaK GO:0015385 GO_REF:0000033 IBA PANTHER:PTN008493947|ZFIN:ZDB-GENE-060503-640|UniProtKB:P19634|UniProtKB:F7B113|UniProtKB:Q96T83|RGD:3719|UniProtKB:Q9Y2E8|RGD:3718|RGD:1308193|UniProtKB:Q9SXJ8|RGD:3721|MGI:MGI:2679732|RGD:3720|MGI:MGI:102462|MGI:MGI:105064|TAIR:locus:2181246|UniProtKB:Q14940|WB:WBGene00003730|RGD:620473|MGI:MGI:105075|UniProtKB:P48764|TAIR:locus:2173972|MGI:MGI:2443511|SGD:S000002864|TAIR:locus:2114810 F Sodium, potassium, lithium and rubidium/H(+) antiporter UniProtKB:O32212|PTN000012012 protein NCBITaxon:224308 20231108 GO_Central sodium:proton antiporter activity +UniProtKB O32212 nhaK GO:0015386 GO_REF:0000033 IBA PANTHER:PTN008493947|MGI:MGI:2443511|MGI:MGI:2679732|SGD:S000002864|UniProtKB:Q96T83|TAIR:locus:2114810|UniProtKB:Q9Y2E8|UniProtKB:Q9SXJ8 F Sodium, potassium, lithium and rubidium/H(+) antiporter UniProtKB:O32212|PTN000012012 protein NCBITaxon:224308 20230109 GO_Central potassium:proton antiporter activity +UniProtKB O32212 nhaK GO:0071805 GO_REF:0000033 IBA PANTHER:PTN008493947|MGI:MGI:2679732|SGD:S000002864|TAIR:locus:2041100|TAIR:locus:2114810 P Sodium, potassium, lithium and rubidium/H(+) antiporter UniProtKB:O32212|PTN000012012 protein NCBITaxon:224308 20230109 GO_Central potassium ion transmembrane transport +UniProtKB O32212 nhaK GO:0005886 GO_REF:0000033 IBA PANTHER:PTN008493947|UniProtKB:P19634|ZFIN:ZDB-GENE-060503-640|UniProtKB:Q96T83|RGD:3718|UniProtKB:Q9Y2E8|RGD:3721|RGD:1308193|UniProtKB:P48762|TAIR:locus:2006762|MGI:MGI:105064|RGD:3720|MGI:MGI:2679732|MGI:MGI:102462|UniProtKB:Q14940|TAIR:locus:2041100|UniProtKB:P32703|FB:FBgn0040297|WB:WBGene00003730|WB:WBGene00003943|UniProtKB:P48764|MGI:MGI:105075|TAIR:locus:2173972|UniProtKB:Q92581|MGI:MGI:2443511|MGI:MGI:1924281|dictyBase:DDB_G0275711 C Sodium, potassium, lithium and rubidium/H(+) antiporter UniProtKB:O32212|PTN000012012 protein NCBITaxon:224308 20231108 GO_Central plasma membrane +UniProtKB O32212 nhaK GO:0098719 GO_REF:0000033 IBA PANTHER:PTN008493947|UniProtKB:P19634|ZFIN:ZDB-GENE-060503-640|UniProtKB:P48764 P Sodium, potassium, lithium and rubidium/H(+) antiporter UniProtKB:O32212|PTN000012012 protein NCBITaxon:224308 20170228 GO_Central sodium ion import across plasma membrane +UniProtKB O32212 nhaK GO:0051453 GO_REF:0000033 IBA PANTHER:PTN008493947|RGD:3718|UniProtKB:Q9Y2E8|UniProtKB:Q96T83|UniProtKB:P48764|MGI:MGI:105075|FB:FBgn0040297|UniProtKB:Q14940|UniProtKB:P19634|UniProtKB:F7B113|SGD:S000002864|MGI:MGI:1924281|UniProtKB:Q8IVB4|dictyBase:DDB_G0275711|MGI:MGI:2443511|MGI:MGI:2679732|RGD:1308193|UniProtKB:Q92581 P Sodium, potassium, lithium and rubidium/H(+) antiporter UniProtKB:O32212|PTN000012012 protein NCBITaxon:224308 20230405 GO_Central regulation of intracellular pH +UniProtKB O32210 yvgN GO:0004033 GO_REF:0000033 IBA PANTHER:PTN002466222|UniProtKB:P30863 F Glyoxal reductase UniProtKB:O32210|PTN000198751 protein NCBITaxon:224308 20230720 GO_Central aldo-keto reductase (NADP) activity +UniProtKB O32209 yvgM GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001249522|UniProtKB:P31549|UniProtKB:P0AF01 C Putative molybdenum transport system permease protein YvgM UniProtKB:O32209|PTN001249562 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O32208 yvgL GO:0030288 GO_REF:0000033 IBA PANTHER:PTN000771916|UniProtKB:P37329 C Putative ABC transporter substrate-binding lipoprotein YvgL UniProtKB:O32208|PTN000771921 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space +UniProtKB O32193 cssS GO:0000155 GO_REF:0000033 IBA PANTHER:PTN002557430|UniProtKB:P0AE82 F Sensor histidine kinase CssS UniProtKB:O32193|PTN002557431 protein NCBITaxon:224308 20171018 GO_Central phosphorelay sensor kinase activity +UniProtKB O32193 cssS GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002557430|UniProtKB:P0AE82 C Sensor histidine kinase CssS UniProtKB:O32193|PTN002557431 protein NCBITaxon:224308 20230112 GO_Central plasma membrane +UniProtKB O32192 cssR GO:0000156 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O07776|UniProtKB:Q9I2U3|UniProtKB:P38684|UniProtKB:P0A9Q1|UniProtKB:P30843|UniProtKB:P0AA16|UniProtKB:P0AE88 F Transcriptional regulatory protein CssR UniProtKB:O32192|PTN000724370 protein NCBITaxon:224308 20211113 GO_Central phosphorelay response regulator activity +UniProtKB O32192 cssR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:Q8EEF6|UniProtKB:P9WGM9|UniProtKB:P9WGL9|UniProtKB:P0AFJ5|UniProtKB:P23890|UniProtKB:P0AFT5|UniProtKB:P37478|UniProtKB:P0AA16|UniProtKB:Q8EHJ3|UniProtKB:P21866|UniProtKB:P44918|UniProtKB:P69228|UniProtKB:P23836|UniProtKB:P0AE88|UniProtKB:P08368|UniProtKB:P0ACZ8|UniProtKB:P38684|UniProtKB:P71814|UniProtKB:P30843|UniProtKB:P9WGM7|UniProtKB:O53830|UniProtKB:P76340|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q9I034 P Transcriptional regulatory protein CssR UniProtKB:O32192|PTN000724370 protein NCBITaxon:224308 20230604 GO_Central regulation of DNA-templated transcription +UniProtKB O32192 cssR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P69228|UniProtKB:Q8EE50|UniProtKB:P21866|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P08368|UniProtKB:Q8EHJ3 F Transcriptional regulatory protein CssR UniProtKB:O32192|PTN000724370 protein NCBITaxon:224308 20211113 GO_Central transcription cis-regulatory region binding +UniProtKB O32192 cssR GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:P69228|UniProtKB:P0AE88|UniProtKB:P0A9Q1 C Transcriptional regulatory protein CssR UniProtKB:O32192|PTN000724370 protein NCBITaxon:224308 20170829 GO_Central cytosol +UniProtKB O32192 cssR GO:0032993 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q8EHJ3 C Transcriptional regulatory protein CssR UniProtKB:O32192|PTN000724370 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex +UniProtKB O32186 yusT GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:P39376 F Uncharacterized HTH-type transcriptional regulator YusT UniProtKB:O32186|PTN000764986 protein NCBITaxon:224308 20210531 GO_Central transcription cis-regulatory region binding +UniProtKB O32186 yusT GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:G3XCU6|UniProtKB:P67662|UniProtKB:P0A9F9|UniProtKB:P67660|UniProtKB:P39376|UniProtKB:P72131 P Uncharacterized HTH-type transcriptional regulator YusT UniProtKB:O32186|PTN000764986 protein NCBITaxon:224308 20190829 GO_Central regulation of DNA-templated transcription +UniProtKB O32184 yusR GO:0016616 GO_REF:0000033 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:Q8N4T8|UniProtKB:P0AEK2|UniProtKB:O54438|SGD:S000001538|UniProtKB:P0AG84|UniProtKB:Q8I2S7|TAIR:locus:2024021|UniProtKB:P9WGT1|CGD:CAL0000174204|UniProtKB:P37769|UniProtKB:Q92506|UniProtKB:P05707 F Short-chain dehydrogenase/reductase homolog YusR UniProtKB:O32184|PTN008675519 protein NCBITaxon:224308 20230111 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB O32184 yusR GO:0030497 GO_REF:0000033 IBA PANTHER:PTN001211919|UniProtKB:P0A2C9|UniProtKB:P0AEK2|UniProtKB:P71079 P Short-chain dehydrogenase/reductase homolog YusR UniProtKB:O32184|PTN008675519 protein NCBITaxon:224308 20190227 GO_Central fatty acid elongation +UniProtKB O32182 yusP GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|UniProtKB:P52600|PomBase:SPBC460.03|PomBase:SPBC3E7.06c|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000003456|SGD:S000001813 P Uncharacterized MFS-type transporter YusP UniProtKB:O32182|PTN000606059 protein NCBITaxon:224308 20220924 GO_Central transmembrane transport +UniProtKB O32182 yusP GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|UniProtKB:E9R876|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|UniProtKB:Q8X1Z7|PomBase:SPBC3E7.06c|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|SGD:S000001039|SGD:S000005518|SGD:S000001032|SGD:S000003456|SGD:S000004694|CGD:CAL0000196424|SGD:S000000791 F Uncharacterized MFS-type transporter YusP UniProtKB:O32182|PTN000606059 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB O32178 fadN GO:0016491 GO_REF:0000033 IBA PANTHER:PTN002455225|UniProtKB:Q9Y2S2|UniProtKB:P76083|FB:FBgn0286508|UniProtKB:P9WNP7 F Probable 3-hydroxyacyl-CoA dehydrogenase UniProtKB:O32178|PTN000592966 protein NCBITaxon:224308 20220311 GO_Central oxidoreductase activity +UniProtKB O32177 fadA GO:0003988 GO_REF:0000033 IBA PANTHER:PTN001823071|UniProtKB:P21151|TAIR:locus:2046565|SGD:S000001422|RGD:67379 F 3-ketoacyl-CoA thiolase UniProtKB:O32177|PTN000432460 protein NCBITaxon:224308 20170616 GO_Central acetyl-CoA C-acyltransferase activity +UniProtKB O32177 fadA GO:0010124 GO_REF:0000033 IBA PANTHER:PTN001823071|UniProtKB:P0C7L2 P 3-ketoacyl-CoA thiolase UniProtKB:O32177|PTN000432460 protein NCBITaxon:224308 20170228 GO_Central phenylacetate catabolic process +UniProtKB O32177 fadA GO:0006635 GO_REF:0000033 IBA PANTHER:PTN001823071|UniProtKB:P21151|UniProtKB:P09110|SGD:S000001422|RGD:67379 P 3-ketoacyl-CoA thiolase UniProtKB:O32177|PTN000432460 protein NCBITaxon:224308 20170616 GO_Central fatty acid beta-oxidation +UniProtKB O32176 fadE GO:0003995 GO_REF:0000033 IBA PANTHER:PTN000744030|UniProtKB:Q9I296|UniProtKB:C8VQF1|TAIR:locus:2078302|RGD:2014|RGD:620514|UniProtKB:Q9H845|RGD:2013|UniProtKB:P16219|UniProtKB:P45954|RGD:2936|UniProtKB:Q9FS87|UniProtKB:Q9FS88|UniProtKB:Q3ZBF6|UniProtKB:P26440|UniProtKB:P49748 F Probable acyl-CoA dehydrogenase UniProtKB:O32176|PTN000098214 protein NCBITaxon:224308 20231109 GO_Central acyl-CoA dehydrogenase activity +UniProtKB O32174 gcvH GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000196915|UniProtKB:P0A6T9 C Glycine cleavage system H protein UniProtKB:O32174|PTN000196916 protein NCBITaxon:224308 20200918 GO_Central cytosol +UniProtKB O32174 gcvH GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000196817|UniProtKB:P20821|SGD:S000000042|UniProtKB:Q8II35|UniProtKB:P0A6T9|UniProtKB:P11183|dictyBase:DDB_G0287773 C Glycine cleavage system H protein UniProtKB:O32174|PTN000196916 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB O32174 gcvH GO:0009249 GO_REF:0000033 IBA PANTHER:PTN000196817|UniProtKB:O32174|UniProtKB:P23434|SGD:S000000042|UniProtKB:P11183 P Glycine cleavage system H protein UniProtKB:O32174|PTN000196916 protein NCBITaxon:224308 20200918 GO_Central protein lipoylation +UniProtKB O32174 gcvH GO:0019464 GO_REF:0000033 IBA PANTHER:PTN000196817|dictyBase:DDB_G0287773|RGD:619946 P Glycine cleavage system H protein UniProtKB:O32174|PTN000196916 protein NCBITaxon:224308 20200918 GO_Central glycine decarboxylation via glycine cleavage system +UniProtKB O32172 yusF GO:0043822 GO_REF:0000033 IBA PANTHER:PTN002216481|UniProtKB:P37547 F Uncharacterized protein YusF UniProtKB:O32172|PTN002446452 protein NCBITaxon:224308 20170228 GO_Central ribonuclease M5 activity +UniProtKB O32172 yusF GO:0006364 GO_REF:0000033 IBA PANTHER:PTN002216481|UniProtKB:P37547 P Uncharacterized protein YusF UniProtKB:O32172|PTN002446452 protein NCBITaxon:224308 20170228 GO_Central rRNA processing +UniProtKB O32171 yusE GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000047179|UniProtKB:Q8IDP4|UniProtKB:P0AA25|TAIR:locus:2128756|UniProtKB:Q580L8|UniProtKB:P0AGG4|TAIR:locus:2030051|TAIR:locus:2011932|UniProtKB:Q57VQ5|UniProtKB:Q9ZP20|TAIR:locus:2020813|TAIR:locus:2194661 C Thioredoxin-like protein YusE UniProtKB:O32171|PTN008694583 protein NCBITaxon:224308 20230112 GO_Central cytoplasm +UniProtKB O32171 yusE GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000047549|UniProtKB:P0AA25 C Thioredoxin-like protein YusE UniProtKB:O32171|PTN008694583 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O32171 yusE GO:0015035 GO_REF:0000033 IBA PANTHER:PTN000047179|UniProtKB:Q7XKD0|UniProtKB:P0AGG4|TAIR:locus:2030051|UniProtKB:P9WG67|UniProtKB:P0AA25|UniProtKB:Q9ZP20|TAIR:locus:2194661 F Thioredoxin-like protein YusE UniProtKB:O32171|PTN008694583 protein NCBITaxon:224308 20231109 GO_Central protein-disulfide reductase activity +UniProtKB O32171 yusE GO:0045454 GO_REF:0000033 IBA PANTHER:PTN000047549|UniProtKB:P9WG67|UniProtKB:P0AA25 P Thioredoxin-like protein YusE UniProtKB:O32171|PTN008694583 protein NCBITaxon:224308 20210325 GO_Central cell redox homeostasis +UniProtKB O32168 metP GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000765163|UniProtKB:P0AEU3|UniProtKB:P31547 C Methionine import system permease protein MetP UniProtKB:O32168|PTN000765165 protein NCBITaxon:224308 20230406 GO_Central plasma membrane +UniProtKB O32168 metP GO:0048473 GO_REF:0000033 IBA PANTHER:PTN000765164|UniProtKB:P31547 P Methionine import system permease protein MetP UniProtKB:O32168|PTN000765165 protein NCBITaxon:224308 20200930 GO_Central D-methionine transport +UniProtKB O32166 yurZ GO:0016491 GO_REF:0000033 IBA PANTHER:PTN002142863|UniProtKB:P9WQB5 F Uncharacterized protein YurZ UniProtKB:O32166|PTN002142900 protein NCBITaxon:224308 20190829 GO_Central oxidoreductase activity +UniProtKB O32163 sufU GO:0051537 GO_REF:0000033 IBA PANTHER:PTN000009661|UniProtKB:P0ACD4|PomBase:SPAC227.13c F Zinc-dependent sulfurtransferase SufU UniProtKB:O32163|PTN000009744 protein NCBITaxon:224308 20170228 GO_Central 2 iron, 2 sulfur cluster binding +UniProtKB O32163 sufU GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000009661|SGD:S000005752|FB:FBgn0037637|SGD:S000006056|UniProtKB:Q9H1K1|UniProtKB:P0ACD4|UniProtKB:Q8LR34|TAIR:locus:2132090|TAIR:locus:2102122|UniProtKB:Q8IKT4|MGI:MGI:1913633|TAIR:locus:2136612 C Zinc-dependent sulfurtransferase SufU UniProtKB:O32163|PTN000009744 protein NCBITaxon:224308 20230405 GO_Central cytoplasm +UniProtKB O32163 sufU GO:0006879 GO_REF:0000033 IBA PANTHER:PTN000009661|SGD:S000005752|SGD:S000006056|UniProtKB:Q9H1K1 P Zinc-dependent sulfurtransferase SufU UniProtKB:O32163|PTN000009744 protein NCBITaxon:224308 20230109 GO_Central intracellular iron ion homeostasis +UniProtKB O32163 sufU GO:0008198 GO_REF:0000033 IBA PANTHER:PTN000009661|SGD:S000006056|FB:FBgn0037637 F Zinc-dependent sulfurtransferase SufU UniProtKB:O32163|PTN000009744 protein NCBITaxon:224308 20211110 GO_Central ferrous iron binding +UniProtKB O32161 yurT GO:0046491 GO_REF:0000033 IBA PANTHER:PTN000482927|UniProtKB:Q96PE7 P Uncharacterized protein YurT UniProtKB:O32161|PTN001849207 protein NCBITaxon:224308 20180504 GO_Central L-methylmalonyl-CoA metabolic process +UniProtKB O32161 yurT GO:0004493 GO_REF:0000033 IBA PANTHER:PTN000482927|UniProtKB:Q96PE7 F Uncharacterized protein YurT UniProtKB:O32161|PTN001849207 protein NCBITaxon:224308 20180504 GO_Central methylmalonyl-CoA epimerase activity +UniProtKB O32159 yurR GO:0016491 GO_REF:0000033 IBA PANTHER:PTN000354057|UniProtKB:O31616|UniProtKB:Q9HU99|UniProtKB:P37906|UniProtKB:Q9HVF1|UniProtKB:P0A6J5|RGD:620453|UniProtKB:Q9HTE8|UniProtKB:Q9HTQ0|UniProtKB:Q9UI17|RGD:621125|UniProtKB:Q5JFG7|UniProtKB:P33940 F Uncharacterized oxidoreductase YurR UniProtKB:O32159|PTN000354634 protein NCBITaxon:224308 20200930 GO_Central oxidoreductase activity +UniProtKB O32159 yurR GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000354057|UniProtKB:Q5JFG7|RGD:621125|UniProtKB:Q9UI17|UniProtKB:P33940|UniProtKB:Q96CU9|SGD:S000001051|MGI:MGI:2183102 C Uncharacterized oxidoreductase YurR UniProtKB:O32159|PTN000354634 protein NCBITaxon:224308 20230603 GO_Central cytoplasm +UniProtKB O32157 frlB GO:0004360 GO_REF:0000033 IBA PANTHER:PTN000101302|TAIR:locus:2076146|RGD:1549703|FB:FBgn0039580|UniProtKB:P17169|CGD:CAL0000176261|SGD:S000001587 F Fructosamine deglycase FrlB UniProtKB:O32157|PTN000101411 protein NCBITaxon:224308 20211110 GO_Central glutamine-fructose-6-phosphate transaminase (isomerizing) activity +UniProtKB O32157 frlB GO:0006047 GO_REF:0000033 IBA PANTHER:PTN000101302|TAIR:locus:2076146|UniProtKB:P17169|RGD:1549703|UniProtKB:Q06210 P Fructosamine deglycase FrlB UniProtKB:O32157|PTN000101411 protein NCBITaxon:224308 20220413 GO_Central UDP-N-acetylglucosamine metabolic process +UniProtKB O32157 frlB GO:0006002 GO_REF:0000033 IBA PANTHER:PTN000101302|RGD:1549703 P Fructosamine deglycase FrlB UniProtKB:O32157|PTN000101411 protein NCBITaxon:224308 20170228 GO_Central fructose 6-phosphate metabolic process +UniProtKB O32157 frlB GO:0006487 GO_REF:0000033 IBA PANTHER:PTN000101302|TAIR:locus:2076146|CGD:CAL0000176261 P Fructosamine deglycase FrlB UniProtKB:O32157|PTN000101411 protein NCBITaxon:224308 20210903 GO_Central protein N-linked glycosylation +UniProtKB O32152 yurK GO:0045892 GO_REF:0000033 IBA PANTHER:PTN000746727|UniProtKB:P13669 P Uncharacterized HTH-type transcriptional regulator YurK UniProtKB:O32152|PTN000203619 protein NCBITaxon:224308 20180118 GO_Central negative regulation of DNA-templated transcription +UniProtKB O32151 yurJ GO:0055052 GO_REF:0000033 IBA PANTHER:PTN000655865|UniProtKB:P10907 C Uncharacterized ABC transporter ATP-binding protein YurJ UniProtKB:O32151|PTN000655878 protein NCBITaxon:224308 20170420 GO_Central ATP-binding cassette (ABC) transporter complex, substrate-binding subunit-containing +UniProtKB O32148 pucG GO:0008453 GO_REF:0000033 IBA PANTHER:PTN000475663|UniProtKB:Q7PRG3|WB:WBGene00011767|UniProtKB:P21549|TAIR:locus:2041649|SGD:S000001864|RGD:2073|FB:FBgn0014031|MGI:MGI:1329033 F (S)-ureidoglycine--glyoxylate transaminase UniProtKB:O32148|PTN000475581 protein NCBITaxon:224308 20211111 GO_Central alanine-glyoxylate transaminase activity +UniProtKB O32148 pucG GO:0004760 GO_REF:0000033 IBA PANTHER:PTN000475663|TAIR:locus:2041649|UniProtKB:P21549|RGD:2073|UniProtKB:Q9X1C0 F (S)-ureidoglycine--glyoxylate transaminase UniProtKB:O32148|PTN000475581 protein NCBITaxon:224308 20220415 GO_Central serine-pyruvate transaminase activity +UniProtKB O32148 pucG GO:0005777 GO_REF:0000033 IBA PANTHER:PTN000475663|RGD:2073|TAIR:locus:2041649|UniProtKB:P21549 C (S)-ureidoglycine--glyoxylate transaminase UniProtKB:O32148|PTN000475581 protein NCBITaxon:224308 20170228 GO_Central peroxisome +UniProtKB O32148 pucG GO:0019265 GO_REF:0000033 IBA PANTHER:PTN000475663|UniProtKB:P21549|SGD:S000001864|RGD:2073|WB:WBGene00011767 P (S)-ureidoglycine--glyoxylate transaminase UniProtKB:O32148|PTN000475581 protein NCBITaxon:224308 20211111 GO_Central glycine biosynthetic process, by transamination of glyoxylate +UniProtKB O32141 pucL GO:0051997 GO_REF:0000033 IBA PANTHER:PTN000044713|ZFIN:ZDB-GENE-070112-472|MGI:MGI:3647519 F Uric acid degradation bifunctional protein PucL UniProtKB:O32141|PTN000044710 protein NCBITaxon:224308 20220224 GO_Central 2-oxo-4-hydroxy-4-carboxy-5-ureidoimidazoline decarboxylase activity +UniProtKB O32141 pucL GO:0005777 GO_REF:0000033 IBA PANTHER:PTN000044713|MGI:MGI:3647519 C Uric acid degradation bifunctional protein PucL UniProtKB:O32141|PTN000044710 protein NCBITaxon:224308 20220224 GO_Central peroxisome +UniProtKB O32141 pucL GO:0019628 GO_REF:0000033 IBA PANTHER:PTN000044713|MGI:MGI:3647519 P Uric acid degradation bifunctional protein PucL UniProtKB:O32141|PTN000044710 protein NCBITaxon:224308 20220224 GO_Central urate catabolic process +UniProtKB O32140 pucK GO:0042907 GO_REF:0000033 IBA PANTHER:PTN002450094|UniProtKB:Q07307|UniProtKB:P0AGM9|UniProtKB:P67444|UniProtKB:Q46821 F Uric acid permease PucK UniProtKB:O32140|PTN000122439 protein NCBITaxon:224308 20200809 GO_Central xanthine transmembrane transporter activity +UniProtKB O32140 pucK GO:0042906 GO_REF:0000033 IBA PANTHER:PTN002450094|UniProtKB:P0AGM9|UniProtKB:Q07307|UniProtKB:Q46821|UniProtKB:P67444 P Uric acid permease PucK UniProtKB:O32140|PTN000122439 protein NCBITaxon:224308 20201001 GO_Central xanthine transport +UniProtKB O32139 pucJ GO:0042907 GO_REF:0000033 IBA PANTHER:PTN002450094|UniProtKB:Q07307|UniProtKB:P0AGM9|UniProtKB:P67444|UniProtKB:Q46821 F Uric acid permease PucJ UniProtKB:O32139|PTN000122437 protein NCBITaxon:224308 20200809 GO_Central xanthine transmembrane transporter activity +UniProtKB O32139 pucJ GO:0042906 GO_REF:0000033 IBA PANTHER:PTN002450094|UniProtKB:P0AGM9|UniProtKB:Q07307|UniProtKB:Q46821|UniProtKB:P67444 P Uric acid permease PucJ UniProtKB:O32139|PTN000122437 protein NCBITaxon:224308 20201001 GO_Central xanthine transport +UniProtKB O32137 allB GO:0004038 GO_REF:0000033 IBA PANTHER:PTN000909483|SGD:S000001466|UniProtKB:P77671|TAIR:locus:505006432|UniProtKB:Q5B4C7 F Allantoinase UniProtKB:O32137|PTN000182427 protein NCBITaxon:224308 20200810 GO_Central allantoinase activity +UniProtKB O32137 allB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000909483|TAIR:locus:505006432|UniProtKB:P77671 C Allantoinase UniProtKB:O32137|PTN000182427 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB O32137 allB GO:0006145 GO_REF:0000033 IBA PANTHER:PTN000909483|TAIR:locus:505006432|UniProtKB:Q5B4C7 P Allantoinase UniProtKB:O32137|PTN000182427 protein NCBITaxon:224308 20170228 GO_Central purine nucleobase catabolic process +UniProtKB O32130 lytH GO:0004222 GO_REF:0000033 IBA PANTHER:PTN002729049|UniProtKB:O33599|UniProtKB:P0AFS9 F L-Ala--D-Glu endopeptidase UniProtKB:O32130|PTN004553825 protein NCBITaxon:224308 20180411 GO_Central metalloendopeptidase activity +UniProtKB O32125 yutF GO:0016791 GO_REF:0000033 IBA PANTHER:PTN002711682|FB:FBgn0030347|SGD:S000002395|UniProtKB:O33194|MGI:MGI:1914328|PomBase:SPBC15D4.15|UniProtKB:Q96GD0|UniProtKB:Q9LXR9|UniProtKB:P0DKC3|UniProtKB:A0A2K3DU55|CGD:CAL0000178325|UniProtKB:A6NDG6|RGD:1307773|UniProtKB:P0AF24|SGD:S000001142|UniProtKB:Q3ZBF9|MGI:MGI:1919282|FB:FBgn0024995 F Acid sugar phosphatase UniProtKB:O32125|PTN000445914 protein NCBITaxon:224308 20221008 GO_Central phosphatase activity +UniProtKB O32123 yutH GO:0042601 GO_REF:0000033 IBA PANTHER:PTN002216705|UniProtKB:O32123 C Endospore coat-associated protein YutH UniProtKB:O32123|PTN002216712 protein NCBITaxon:224308 20170906 GO_Central endospore-forming forespore +UniProtKB O32117 yutJ GO:0016491 GO_REF:0000033 IBA PANTHER:PTN002463583|TAIR:locus:2123713|UniProtKB:P00393|UniProtKB:P95200|UniProtKB:Q94BV7|TAIR:locus:2007427|UniProtKB:Q8I302|UniProtKB:Q9ST63|UniProtKB:Q9ST62|SGD:S000004753|SGD:S000004589 F NADH dehydrogenase-like protein YutJ UniProtKB:O32117|PTN002463776 protein NCBITaxon:224308 20230720 GO_Central oxidoreductase activity +UniProtKB O32115 yutK GO:0005337 GO_REF:0000033 IBA PANTHER:PTN000063482|UniProtKB:Q5B1T7|UniProtKB:Q9HAS3|CGD:CAL0000196014|RGD:61840|UniProtKB:O43868|MGI:MGI:1913105|RGD:621223|UniProtKB:O00337|UniProtKB:P0AFF2|UniProtKB:O62667|MGI:MGI:2137361 F Uncharacterized transporter YutK UniProtKB:O32115|PTN000063591 protein NCBITaxon:224308 20231108 GO_Central nucleoside transmembrane transporter activity +UniProtKB O32115 yutK GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000063482|RGD:61840|CGD:CAL0000196014|UniProtKB:O43868|UniProtKB:P33021|MGI:MGI:2137361|RGD:621223|MGI:MGI:1913105|UniProtKB:O00337|UniProtKB:P33024|UniProtKB:O62667|MGI:MGI:3605073|UniProtKB:P0AFF2 C Uncharacterized transporter YutK UniProtKB:O32115|PTN000063591 protein NCBITaxon:224308 20230602 GO_Central plasma membrane +UniProtKB O32115 yutK GO:0015293 GO_REF:0000033 IBA PANTHER:PTN000063482|UniProtKB:O00337|RGD:621223|UniProtKB:O62667|UniProtKB:P0AFF2|MGI:MGI:2137361|RGD:61840|CGD:CAL0000196014|UniProtKB:O43868 F Uncharacterized transporter YutK UniProtKB:O32115|PTN000063591 protein NCBITaxon:224308 20231108 GO_Central symporter activity +UniProtKB O32115 yutK GO:1901642 GO_REF:0000033 IBA PANTHER:PTN000063482|UniProtKB:O00337|MGI:MGI:2137361|UniProtKB:Q9HAS3|UniProtKB:O43868|UniProtKB:P0AFF2 P Uncharacterized transporter YutK UniProtKB:O32115|PTN000063591 protein NCBITaxon:224308 20231108 GO_Central nucleoside transmembrane transport +UniProtKB O32114 dapF GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000784348|UniProtKB:P0A6K1 C Diaminopimelate epimerase UniProtKB:O32114|PTN000784355 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O32114 dapF GO:0008837 GO_REF:0000033 IBA PANTHER:PTN000784348|TAIR:locus:2084011|UniProtKB:P0A6K1|UniProtKB:P9WP19 F Diaminopimelate epimerase UniProtKB:O32114|PTN000784355 protein NCBITaxon:224308 20170228 GO_Central diaminopimelate epimerase activity +UniProtKB O32114 dapF GO:0009089 GO_REF:0000033 IBA PANTHER:PTN000784348|UniProtKB:P9WP19 P Diaminopimelate epimerase UniProtKB:O32114|PTN000784355 protein NCBITaxon:224308 20170228 GO_Central lysine biosynthetic process via diaminopimelate +UniProtKB O32113 sufA GO:0097428 GO_REF:0000033 IBA PANTHER:PTN001601055|UniProtKB:P77667|SGD:S000003950|PomBase:SPCC645.03c P Uncharacterized protein SufA UniProtKB:O32113|PTN000008128 protein NCBITaxon:224308 20230405 GO_Central protein maturation by iron-sulfur cluster transfer +UniProtKB O32113 sufA GO:0016226 GO_REF:0000033 IBA PANTHER:PTN001601055|UniProtKB:P77667|SGD:S000003950|UniProtKB:Q57X28|UniProtKB:P74596|UniProtKB:P0AAC8 P Uncharacterized protein SufA UniProtKB:O32113|PTN000008128 protein NCBITaxon:224308 20230109 GO_Central iron-sulfur cluster assembly +UniProtKB O32113 sufA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN001601055|SGD:S000003950|UniProtKB:Q57X28|UniProtKB:O97297|UniProtKB:P0AAC8|UniProtKB:P77667|PomBase:SPCC645.03c C Uncharacterized protein SufA UniProtKB:O32113|PTN000008128 protein NCBITaxon:224308 20230405 GO_Central cytoplasm +UniProtKB O32113 sufA GO:0051537 GO_REF:0000033 IBA PANTHER:PTN001601055|UniProtKB:P72731|UniProtKB:P77667|UniProtKB:P74596|PomBase:SPCC645.03c|UniProtKB:P0AAC8 F Uncharacterized protein SufA UniProtKB:O32113|PTN000008128 protein NCBITaxon:224308 20171116 GO_Central 2 iron, 2 sulfur cluster binding +UniProtKB O32106 pepA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000239182|UniProtKB:P37095|UniProtKB:P00727|UniProtKB:Q8IL11|RGD:1307985|UniProtKB:Q57W67 C Probable cytosol aminopeptidase UniProtKB:O32106|PTN000239321 protein NCBITaxon:224308 20230405 GO_Central cytoplasm +UniProtKB O32106 pepA GO:0006508 GO_REF:0000033 IBA PANTHER:PTN000239182|UniProtKB:Q8IL11|FB:FBgn0000454|UniProtKB:P37095|TAIR:locus:2126684|TAIR:locus:2126669 P Probable cytosol aminopeptidase UniProtKB:O32106|PTN000239321 protein NCBITaxon:224308 20230110 GO_Central proteolysis +UniProtKB O32106 pepA GO:0008233 GO_REF:0000033 IBA PANTHER:PTN000239182|UniProtKB:P68767|TAIR:locus:2047500|FB:FBgn0000454|UniProtKB:P37095|TAIR:locus:2126684|PomBase:SPAC13A11.05|UniProtKB:Q8IL11|MGI:MGI:1914238|TAIR:locus:2126669|FB:FBgn0040493 F Probable cytosol aminopeptidase UniProtKB:O32106|PTN000239321 protein NCBITaxon:224308 20230110 GO_Central peptidase activity +UniProtKB O32101 yueB GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000767896|UniProtKB:P0AGH1 C ESX secretion system protein YueB UniProtKB:O32101|PTN002410766 protein NCBITaxon:224308 20200414 GO_Central plasma membrane +UniProtKB O32099 yueD GO:0004757 GO_REF:0000033 IBA PANTHER:PTN002387926|dictyBase:DDB_G0290009|FB:FBgn0014032|RGD:3753 F Benzil reductase ((S)-benzoin forming) UniProtKB:O32099|PTN001215132 protein NCBITaxon:224308 20170620 GO_Central sepiapterin reductase activity +UniProtKB O32099 yueD GO:0006729 GO_REF:0000033 IBA PANTHER:PTN002387926|dictyBase:DDB_G0290009|RGD:3753 P Benzil reductase ((S)-benzoin forming) UniProtKB:O32099|PTN001215132 protein NCBITaxon:224308 20170620 GO_Central tetrahydrobiopterin biosynthetic process +UniProtKB O32095 yueF GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000496647|UniProtKB:P0AFS5 P Putative transport protein YueF UniProtKB:O32095|PTN000496701 protein NCBITaxon:224308 20170228 GO_Central transmembrane transport +UniProtKB O32090 pncB GO:0004516 GO_REF:0000033 IBA PANTHER:PTN008512301|UniProtKB:P9WJI9|UniProtKB:Q6XQN6|RGD:1302945|UniProtKB:P9WJI7|SGD:S000005735|UniProtKB:P18133 F Nicotinate phosphoribosyltransferase UniProtKB:O32090|PTN000120767 protein NCBITaxon:224308 20170828 GO_Central nicotinate phosphoribosyltransferase activity +UniProtKB O32090 pncB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN008512301|UniProtKB:P18133|UniProtKB:Q6XQN6 C Nicotinate phosphoribosyltransferase UniProtKB:O32090|PTN000120767 protein NCBITaxon:224308 20170828 GO_Central cytosol +UniProtKB O32090 pncB GO:0034355 GO_REF:0000033 IBA PANTHER:PTN008512301|UniProtKB:P9WJI7|UniProtKB:P9WJI9 P Nicotinate phosphoribosyltransferase UniProtKB:O32090|PTN000120767 protein NCBITaxon:224308 20170828 GO_Central NAD salvage +UniProtKB O32086 yubA GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000496647|UniProtKB:P0AFS5 P Putative transport protein YubA UniProtKB:O32086|PTN000496702 protein NCBITaxon:224308 20170228 GO_Central transmembrane transport +UniProtKB O32085 cdoA GO:0016702 GO_REF:0000033 IBA PANTHER:PTN000985800|MGI:MGI:105925|RGD:69262|UniProtKB:Q16878 F Cysteine dioxygenase UniProtKB:O32085|PTN000308743 protein NCBITaxon:224308 20220414 GO_Central oxidoreductase activity, acting on single donors with incorporation of molecular oxygen, incorporation of two atoms of oxygen +UniProtKB O32085 cdoA GO:0008198 GO_REF:0000033 IBA PANTHER:PTN000985800|UniProtKB:Q16878|RGD:69262|MGI:MGI:105925 F Cysteine dioxygenase UniProtKB:O32085|PTN000308743 protein NCBITaxon:224308 20220414 GO_Central ferrous iron binding +UniProtKB O32084 yubD GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|UniProtKB:E9R876|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|UniProtKB:Q8X1Z7|PomBase:SPBC3E7.06c|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|SGD:S000001039|SGD:S000005518|SGD:S000001032|SGD:S000003456|SGD:S000004694|CGD:CAL0000196424|SGD:S000000791 F Uncharacterized MFS-type transporter YubD UniProtKB:O32084|PTN000606894 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB O32084 yubD GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|UniProtKB:P52600|PomBase:SPBC460.03|PomBase:SPBC3E7.06c|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000003456|SGD:S000001813 P Uncharacterized MFS-type transporter YubD UniProtKB:O32084|PTN000606894 protein NCBITaxon:224308 20220924 GO_Central transmembrane transport +UniProtKB O32082 yubF GO:0006974 GO_REF:0000033 IBA PANTHER:PTN002203380|UniProtKB:P0ADJ8 P Uncharacterized membrane protein YubF UniProtKB:O32082|PTN002203384 protein NCBITaxon:224308 20170228 GO_Central DNA damage response +UniProtKB O31986 sunS GO:0016757 GO_REF:0000033 IBA PANTHER:PTN000531320|UniProtKB:P9WMX7|UniProtKB:O31986|UniProtKB:Q9HUG5|UniProtKB:P26401|UniProtKB:P77414|UniProtKB:Q9I4V9|UniProtKB:Q9I5M1 F SPbeta prophage-derived glycosyltransferase SunS UniProtKB:O31986|PTN000531240 protein NCBITaxon:224308 20221008 GO_Central glycosyltransferase activity +UniProtKB O31976 yomI GO:0004222 GO_REF:0000033 IBA PANTHER:PTN002729049|UniProtKB:O33599|UniProtKB:P0AFS9 F SPbeta prophage-derived uncharacterized transglycosylase YomI UniProtKB:O31976|PTN000494720 protein NCBITaxon:224308 20180411 GO_Central metalloendopeptidase activity +UniProtKB O31905 yorI GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001248911|UniProtKB:P0ACB0 C SPbeta prophage-derived uncharacterized protein YorI UniProtKB:O31905|PTN002409944 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O31905 yorI GO:0003678 GO_REF:0000033 IBA PANTHER:PTN001248911|UniProtKB:P0ACB0 F SPbeta prophage-derived uncharacterized protein YorI UniProtKB:O31905|PTN002409944 protein NCBITaxon:224308 20170228 GO_Central DNA helicase activity +UniProtKB O31905 yorI GO:0006268 GO_REF:0000033 IBA PANTHER:PTN001248911|UniProtKB:P0ACB0 P SPbeta prophage-derived uncharacterized protein YorI UniProtKB:O31905|PTN002409944 protein NCBITaxon:224308 20170228 GO_Central DNA unwinding involved in DNA replication +UniProtKB O31896 yorR GO:0004798 GO_REF:0000033 IBA PANTHER:PTN000038985|UniProtKB:P9WKE1|RGD:1305881|UniProtKB:Q8I4S1|PomBase:SPCC70.07c|SGD:S000003818|MGI:MGI:108396|UniProtKB:P23919|UniProtKB:P0A720 F SPbeta prophage-derived uncharacterized protein YorR UniProtKB:O31896|PTN008498155 protein NCBITaxon:224308 20230109 GO_Central thymidylate kinase activity +UniProtKB O31896 yorR GO:0006233 GO_REF:0000033 IBA PANTHER:PTN000038985|UniProtKB:P23919|MGI:MGI:108396|UniProtKB:P0A720|RGD:1305881|PomBase:SPCC70.07c|RGD:1309614|SGD:S000003818 P SPbeta prophage-derived uncharacterized protein YorR UniProtKB:O31896|PTN008498155 protein NCBITaxon:224308 20220413 GO_Central dTDP biosynthetic process +UniProtKB O31896 yorR GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000038985|UniProtKB:Q5EBM0|UniProtKB:P0A720|RGD:1309614|SGD:S000003818|UniProtKB:Q57YW2|UniProtKB:Q0WW55 C SPbeta prophage-derived uncharacterized protein YorR UniProtKB:O31896|PTN008498155 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB O31896 yorR GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000039066|UniProtKB:P0A720 C SPbeta prophage-derived uncharacterized protein YorR UniProtKB:O31896|PTN008498155 protein NCBITaxon:224308 20180916 GO_Central cytosol +UniProtKB O31896 yorR GO:0006235 GO_REF:0000033 IBA PANTHER:PTN000038985|UniProtKB:P0A720|RGD:1309614|UniProtKB:Q8I4S1|PomBase:SPCC70.07c|SGD:S000003818 P SPbeta prophage-derived uncharacterized protein YorR UniProtKB:O31896|PTN008498155 protein NCBITaxon:224308 20230109 GO_Central dTTP biosynthetic process +UniProtKB O31896 yorR GO:0006227 GO_REF:0000033 IBA PANTHER:PTN000038985|RGD:1305881|UniProtKB:Q8I4S1|PomBase:SPCC70.07c|SGD:S000003818 P SPbeta prophage-derived uncharacterized protein YorR UniProtKB:O31896|PTN008498155 protein NCBITaxon:224308 20230109 GO_Central dUDP biosynthetic process +UniProtKB O31875 nrdEB GO:0009263 GO_REF:0000033 IBA PANTHER:PTN000171388|UniProtKB:P23921|SGD:S000001328|UniProtKB:P39452|dictyBase:DDB_G0284071|UniProtKB:P9WH75|PomBase:SPAC1F7.05|UniProtKB:P00452|SGD:S000000872|MGI:MGI:98180 P Ribonucleoside-diphosphate reductase NrdEB subunit alpha UniProtKB:O31875|PTN000171464 protein NCBITaxon:224308 20230405 GO_Central deoxyribonucleotide biosynthetic process +UniProtKB O31875 nrdEB GO:0005971 GO_REF:0000033 IBA PANTHER:PTN000171388|UniProtKB:P00452|MGI:MGI:98180|SGD:S000000872|UniProtKB:P9WH75|PomBase:SPAC1F7.05|dictyBase:DDB_G0284071|UniProtKB:Q9I4I1|UniProtKB:P39452|UniProtKB:P23921 C Ribonucleoside-diphosphate reductase NrdEB subunit alpha UniProtKB:O31875|PTN000171464 protein NCBITaxon:224308 20211215 GO_Central ribonucleoside-diphosphate reductase complex +UniProtKB O31875 nrdEB GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000171388|UniProtKB:P00452|UniProtKB:P9WH75 F Ribonucleoside-diphosphate reductase NrdEB subunit alpha UniProtKB:O31875|PTN000171464 protein NCBITaxon:224308 20200709 GO_Central ATP binding +UniProtKB O31875 nrdEB GO:0004748 GO_REF:0000033 IBA PANTHER:PTN000171388|UniProtKB:P9WH75|PomBase:SPAC1F7.05|UniProtKB:P50620|dictyBase:DDB_G0284071 F Ribonucleoside-diphosphate reductase NrdEB subunit alpha UniProtKB:O31875|PTN000171464 protein NCBITaxon:224308 20200929 GO_Central ribonucleoside-diphosphate reductase activity, thioredoxin disulfide as acceptor +UniProtKB O31862 yojA GO:0015128 GO_REF:0000033 IBA PANTHER:PTN000769107|UniProtKB:P39835|UniProtKB:P0AC94|UniProtKB:P39344 F Uncharacterized permease YojA UniProtKB:O31862|PTN000769109 protein NCBITaxon:224308 20230406 GO_Central gluconate transmembrane transporter activity +UniProtKB O31862 yojA GO:0035429 GO_REF:0000033 IBA PANTHER:PTN000769107|UniProtKB:P39835|UniProtKB:P0AC94 P Uncharacterized permease YojA UniProtKB:O31862|PTN000769109 protein NCBITaxon:224308 20230406 GO_Central gluconate transmembrane transport +UniProtKB O31859 yojE GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000769133|UniProtKB:P27844 C Uncharacterized transporter YojE UniProtKB:O31859|PTN000769134 protein NCBITaxon:224308 20170620 GO_Central plasma membrane +UniProtKB O31857 bshB2 GO:0016811 GO_REF:0000033 IBA PANTHER:PTN000313004|UniProtKB:P9WJN1|UniProtKB:P9WJN3|SGD:S000004894 F Probable N-acetyl-alpha-D-glucosaminyl L-malate deacetylase 2 UniProtKB:O31857|PTN000313070 protein NCBITaxon:224308 20201205 GO_Central hydrolase activity, acting on carbon-nitrogen (but not peptide) bonds, in linear amides +UniProtKB O31855 norM GO:0046677 GO_REF:0000033 IBA PANTHER:PTN000129414|UniProtKB:P37340 P Probable multidrug resistance protein NorM UniProtKB:O31855|PTN000129415 protein NCBITaxon:224308 20170228 GO_Central response to antibiotic +UniProtKB O31855 norM GO:0042910 GO_REF:0000033 IBA PANTHER:PTN000129414|UniProtKB:P37340 F Probable multidrug resistance protein NorM UniProtKB:O31855|PTN000129415 protein NCBITaxon:224308 20170228 GO_Central xenobiotic transmembrane transporter activity +UniProtKB O31855 norM GO:0016020 GO_REF:0000033 IBA PANTHER:PTN000129144|TAIR:locus:2010401|MGI:MGI:3588190|TAIR:locus:2050190|TAIR:locus:2144421|UniProtKB:Q9I3Y3|UniProtKB:Q86VL8|TAIR:locus:2132619|RGD:1311123|UniProtKB:P37340|TAIR:locus:2173098|MGI:MGI:1914723|TAIR:locus:2119941|TAIR:locus:2077725|UniProtKB:Q96FL8 C Probable multidrug resistance protein NorM UniProtKB:O31855|PTN000129415 protein NCBITaxon:224308 20230110 GO_Central membrane +UniProtKB O31852 cwlS GO:0008932 GO_REF:0000033 IBA PANTHER:PTN008659194|UniProtKB:P0AEZ7 F D-gamma-glutamyl-meso-diaminopimelic acid endopeptidase CwlS UniProtKB:O31852|PTN000494717 protein NCBITaxon:224308 20171201 GO_Central lytic endotransglycosylase activity +UniProtKB O31851 yojM GO:0005507 GO_REF:0000033 IBA PANTHER:PTN000000113|CGD:CAL0000188676|UniProtKB:O14618|UniProtKB:P00441|UniProtKB:P00442|WB:WBGene00004930|UniProtKB:P0AGD1|CGD:CAL0000184565|RGD:3731 F Superoxide dismutase-like protein YojM UniProtKB:O31851|PTN000000277 protein NCBITaxon:224308 20210529 GO_Central copper ion binding +UniProtKB O31851 yojM GO:0004784 GO_REF:0000033 IBA PANTHER:PTN000000113|RGD:3733|ZFIN:ZDB-GENE-990415-258|CGD:CAL0000184565|RGD:3731|MGI:MGI:103181|ZFIN:ZDB-GENE-030131-8743|SGD:S000003865|PomBase:SPAC821.10c|dictyBase:DDB_G0267420|ZFIN:ZDB-GENE-050309-208|UniProtKB:P0AGD1|FB:FBgn0003462|TAIR:locus:2046168|UniProtKB:P00441|UniProtKB:P00442|WB:WBGene00004930|FB:FBgn0033631|MGI:MGI:98351|TAIR:locus:2025595|CGD:CAL0000188676|UniProtKB:A0A1D8PLJ3|UniProtKB:P9WGE9|dictyBase:DDB_G0282993|WB:WBGene00004933 F Superoxide dismutase-like protein YojM UniProtKB:O31851|PTN000000277 protein NCBITaxon:224308 20230405 GO_Central superoxide dismutase activity +UniProtKB O31851 yojM GO:0019430 GO_REF:0000033 IBA PANTHER:PTN000000113|RGD:3731|WB:WBGene00004930|FB:FBgn0033631|MGI:MGI:98351|ZFIN:ZDB-GENE-050309-208|UniProtKB:P00442|ZFIN:ZDB-GENE-030131-8743|MGI:MGI:103181 P Superoxide dismutase-like protein YojM UniProtKB:O31851|PTN000000277 protein NCBITaxon:224308 20231108 GO_Central removal of superoxide radicals +UniProtKB O31827 ppsE GO:0031177 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P9WQ63|UniProtKB:P11454 F Plipastatin synthase subunit E UniProtKB:O31827|PTN000644467 protein NCBITaxon:224308 20221009 GO_Central phosphopantetheine binding +UniProtKB O31827 ppsE GO:0044550 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P9WQ63|UniProtKB:Q4WMJ7|UniProtKB:Q9I182|UniProtKB:Q9I181|UniProtKB:Q4WR82|PomBase:SPAC23G3.02c|UniProtKB:Q4WYG2|UniProtKB:P11454|UniProtKB:Q4WLW8|UniProtKB:Q4WAW3|UniProtKB:C8VPS9|UniProtKB:Q4WF53|UniProtKB:Q5BFS3 P Plipastatin synthase subunit E UniProtKB:O31827|PTN000644467 protein NCBITaxon:224308 20221009 GO_Central secondary metabolite biosynthetic process +UniProtKB O31827 ppsE GO:0043041 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P11454 P Plipastatin synthase subunit E UniProtKB:O31827|PTN000644467 protein NCBITaxon:224308 20171018 GO_Central amino acid activation for nonribosomal peptide biosynthetic process +UniProtKB O31827 ppsE GO:0005737 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:Q4WLW8|UniProtKB:P11454 C Plipastatin synthase subunit E UniProtKB:O31827|PTN000644467 protein NCBITaxon:224308 20220925 GO_Central cytoplasm +UniProtKB O31826 yngI GO:0031956 GO_REF:0000033 IBA PANTHER:PTN000644517|UniProtKB:Q96CM8 F Putative acyl-CoA synthetase YngI UniProtKB:O31826|PTN000644603 protein NCBITaxon:224308 20200212 GO_Central medium-chain fatty acid-CoA ligase activity +UniProtKB O31826 yngI GO:0006631 GO_REF:0000033 IBA PANTHER:PTN000644517|TAIR:locus:2093432|WB:WBGene00009221 P Putative acyl-CoA synthetase YngI UniProtKB:O31826|PTN000644603 protein NCBITaxon:224308 20200212 GO_Central fatty acid metabolic process +UniProtKB O31823 yngC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001251531|UniProtKB:P33366 C Uncharacterized membrane protein YngC UniProtKB:O31823|PTN000293564 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O31821 yngA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002445868|UniProtKB:P77682 C Uncharacterized membrane protein YngA UniProtKB:O31821|PTN002213122 protein NCBITaxon:224308 20170929 GO_Central plasma membrane +UniProtKB O31801 yncF GO:0046081 GO_REF:0000033 IBA PANTHER:PTN000133341|SGD:S000000456|RGD:620849|UniProtKB:P06968|UniProtKB:O34919 P Probable deoxyuridine 5'-triphosphate nucleotidohydrolase YncF UniProtKB:O31801|PTN000133422 protein NCBITaxon:224308 20200807 GO_Central dUTP catabolic process +UniProtKB O31801 yncF GO:0000287 GO_REF:0000033 IBA PANTHER:PTN000133341|dictyBase:DDB_G0293374|UniProtKB:P06968|TAIR:locus:2102817|UniProtKB:O34919|UniProtKB:P9WNS5 F Probable deoxyuridine 5'-triphosphate nucleotidohydrolase YncF UniProtKB:O31801|PTN000133422 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding +UniProtKB O31801 yncF GO:0006226 GO_REF:0000033 IBA PANTHER:PTN000133341|RGD:620849|UniProtKB:P06968|UniProtKB:O34919 P Probable deoxyuridine 5'-triphosphate nucleotidohydrolase YncF UniProtKB:O31801|PTN000133422 protein NCBITaxon:224308 20200807 GO_Central dUMP biosynthetic process +UniProtKB O31801 yncF GO:0004170 GO_REF:0000033 IBA PANTHER:PTN000133341|UniProtKB:O34919|UniProtKB:P9WNS5|CGD:CAL0000195525|UniProtKB:P06968|RGD:620849|UniProtKB:P33316|FB:FBgn0250837|dictyBase:DDB_G0293374|SGD:S000000456 F Probable deoxyuridine 5'-triphosphate nucleotidohydrolase YncF UniProtKB:O31801|PTN000133422 protein NCBITaxon:224308 20211215 GO_Central dUTP diphosphatase activity +UniProtKB O31796 hfq GO:0043487 GO_REF:0000033 IBA PANTHER:PTN002164223|UniProtKB:Q9HUM0 P RNA-binding protein Hfq UniProtKB:O31796|PTN002164233 protein NCBITaxon:224308 20180315 GO_Central regulation of RNA stability +UniProtKB O31796 hfq GO:0003723 GO_REF:0000033 IBA PANTHER:PTN002164223|UniProtKB:P0A6X3 F RNA-binding protein Hfq UniProtKB:O31796|PTN002164233 protein NCBITaxon:224308 20180315 GO_Central RNA binding +UniProtKB O31796 hfq GO:0045974 GO_REF:0000033 IBA PANTHER:PTN002164223|UniProtKB:P0A6X3|UniProtKB:Q9HUM0 P RNA-binding protein Hfq UniProtKB:O31796|PTN002164233 protein NCBITaxon:224308 20211217 GO_Central regulation of translation, ncRNA-mediated +UniProtKB O31796 hfq GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002164223|UniProtKB:P0A6X3 C RNA-binding protein Hfq UniProtKB:O31796|PTN002164233 protein NCBITaxon:224308 20180315 GO_Central cytosol +UniProtKB O31795 miaA GO:0052381 GO_REF:0000033 IBA PANTHER:PTN000119608|SGD:S000005800|UniProtKB:P16384|TAIR:locus:2042103|UniProtKB:Q9H3H1|MGI:MGI:1914216 F tRNA dimethylallyltransferase UniProtKB:O31795|PTN000119696 protein NCBITaxon:224308 20220413 GO_Central tRNA dimethylallyltransferase activity +UniProtKB O31795 miaA GO:0006400 GO_REF:0000033 IBA PANTHER:PTN000119608|UniProtKB:P16384|SGD:S000005800|UniProtKB:Q9H3H1|MGI:MGI:1914216 P tRNA dimethylallyltransferase UniProtKB:O31795|PTN000119696 protein NCBITaxon:224308 20220922 GO_Central tRNA modification +UniProtKB O31788 aprX GO:0004252 GO_REF:0000033 IBA PANTHER:PTN002465698|MGI:MGI:1927235|RGD:70935|TAIR:locus:2037935|TAIR:locus:2037895|UniProtKB:Q8NBP7|PomBase:SPAC4A8.04|TAIR:locus:2183224|UniProtKB:Q14703|SGD:S000000786|UniProtKB:Q5JIZ5|PomBase:SPAC1006.01|TAIR:locus:2155583 F Serine protease AprX UniProtKB:O31788|PTN000083539 protein NCBITaxon:224308 20181004 GO_Central serine-type endopeptidase activity +UniProtKB O31778 miaB GO:0051539 GO_REF:0000033 IBA PANTHER:PTN000228775|UniProtKB:P0AEI1 F tRNA-2-methylthio-N(6)-dimethylallyladenosine synthase UniProtKB:O31778|PTN000228825 protein NCBITaxon:224308 20170228 GO_Central 4 iron, 4 sulfur cluster binding +UniProtKB O31778 miaB GO:0035600 GO_REF:0000033 IBA PANTHER:PTN000228775|MGI:MGI:1914221|UniProtKB:O31778 P tRNA-2-methylthio-N(6)-dimethylallyladenosine synthase UniProtKB:O31778|PTN000228825 protein NCBITaxon:224308 20231109 GO_Central tRNA methylthiolation +UniProtKB O31778 miaB GO:0035597 GO_REF:0000033 IBA PANTHER:PTN000228824|MGI:MGI:1914221|UniProtKB:O31778|UniProtKB:P0AEI1 F tRNA-2-methylthio-N(6)-dimethylallyladenosine synthase UniProtKB:O31778|PTN000228825 protein NCBITaxon:224308 20200810 GO_Central N6-isopentenyladenosine methylthiotransferase activity +UniProtKB O31778 miaB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000228824|UniProtKB:P0AEI1|UniProtKB:Q96SZ6 C tRNA-2-methylthio-N(6)-dimethylallyladenosine synthase UniProtKB:O31778|PTN000228825 protein NCBITaxon:224308 20230407 GO_Central cytosol +UniProtKB O31775 ymdB GO:0004113 GO_REF:0000033 IBA PANTHER:PTN002190809|UniProtKB:O31775 F 2',3'-cyclic-nucleotide 2'-phosphodiesterase UniProtKB:O31775|PTN002190820 protein NCBITaxon:224308 20170921 GO_Central 2',3'-cyclic-nucleotide 3'-phosphodiesterase activity +UniProtKB O31767 ymfI GO:0030497 GO_REF:0000033 IBA PANTHER:PTN001211919|UniProtKB:P0A2C9|UniProtKB:P0AEK2|UniProtKB:P71079 P Uncharacterized oxidoreductase YmfI UniProtKB:O31767|PTN001214414 protein NCBITaxon:224308 20190227 GO_Central fatty acid elongation +UniProtKB O31767 ymfI GO:0016616 GO_REF:0000033 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:Q8N4T8|UniProtKB:P0AEK2|UniProtKB:O54438|SGD:S000001538|UniProtKB:P0AG84|UniProtKB:Q8I2S7|TAIR:locus:2024021|UniProtKB:P9WGT1|CGD:CAL0000174204|UniProtKB:P37769|UniProtKB:Q92506|UniProtKB:P05707 F Uncharacterized oxidoreductase YmfI UniProtKB:O31767|PTN001214414 protein NCBITaxon:224308 20230111 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB O31762 ymfD GO:0022857 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P0ADL1 F Bacillibactin exporter UniProtKB:O31762|PTN000704876 protein NCBITaxon:224308 20230517 GO_Central transmembrane transporter activity +UniProtKB O31762 ymfD GO:0055085 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P0ADL1 P Bacillibactin exporter UniProtKB:O31762|PTN000704876 protein NCBITaxon:224308 20230517 GO_Central transmembrane transport +UniProtKB O31762 ymfD GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P77389|UniProtKB:P0ADL1|UniProtKB:P31122|UniProtKB:P23910 C Bacillibactin exporter UniProtKB:O31762|PTN000704876 protein NCBITaxon:224308 20230517 GO_Central plasma membrane +UniProtKB O31755 proS GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000155068|UniProtKB:P16659 C Proline--tRNA ligase UniProtKB:O31755|PTN000155069 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O31755 proS GO:0006433 GO_REF:0000033 IBA PANTHER:PTN000154976|UniProtKB:P16659 P Proline--tRNA ligase UniProtKB:O31755|PTN000155069 protein NCBITaxon:224308 20170228 GO_Central prolyl-tRNA aminoacylation +UniProtKB O31755 proS GO:0004827 GO_REF:0000033 IBA PANTHER:PTN000154976|UniProtKB:P16659 F Proline--tRNA ligase UniProtKB:O31755|PTN000155069 protein NCBITaxon:224308 20170228 GO_Central proline-tRNA ligase activity +UniProtKB O31753 dxr GO:0070402 GO_REF:0000033 IBA PANTHER:PTN000776155|UniProtKB:P9WNS1 F 1-deoxy-D-xylulose 5-phosphate reductoisomerase UniProtKB:O31753|PTN001253981 protein NCBITaxon:224308 20170228 GO_Central NADPH binding +UniProtKB O31753 dxr GO:0030145 GO_REF:0000033 IBA PANTHER:PTN000776155|UniProtKB:P45568|UniProtKB:P9WNS1 F 1-deoxy-D-xylulose 5-phosphate reductoisomerase UniProtKB:O31753|PTN001253981 protein NCBITaxon:224308 20170228 GO_Central manganese ion binding +UniProtKB O31753 dxr GO:0030604 GO_REF:0000033 IBA PANTHER:PTN000776155|UniProtKB:Q9XFS9|UniProtKB:P9WNS1|UniProtKB:P45568 F 1-deoxy-D-xylulose 5-phosphate reductoisomerase UniProtKB:O31753|PTN001253981 protein NCBITaxon:224308 20220416 GO_Central 1-deoxy-D-xylulose-5-phosphate reductoisomerase activity +UniProtKB O31753 dxr GO:0051484 GO_REF:0000033 IBA PANTHER:PTN000776155|UniProtKB:P9WNS1|UniProtKB:P45568 P 1-deoxy-D-xylulose 5-phosphate reductoisomerase UniProtKB:O31753|PTN001253981 protein NCBITaxon:224308 20230406 GO_Central isopentenyl diphosphate biosynthetic process, methylerythritol 4-phosphate pathway involved in terpenoid biosynthetic process +UniProtKB O31749 pyrH GO:0006225 GO_REF:0000033 IBA PANTHER:PTN000719921|UniProtKB:P9WHK5 P Uridylate kinase UniProtKB:O31749|PTN000773085 protein NCBITaxon:224308 20170228 GO_Central UDP biosynthetic process +UniProtKB O31749 pyrH GO:0033862 GO_REF:0000033 IBA PANTHER:PTN000719921|UniProtKB:A0A1I9LRT3|UniProtKB:P0A7E9|UniProtKB:P9WHK5 F Uridylate kinase UniProtKB:O31749|PTN000773085 protein NCBITaxon:224308 20220925 GO_Central UMP kinase activity +UniProtKB O31741 trmD GO:0052906 GO_REF:0000033 IBA PANTHER:PTN000781817|UniProtKB:P0A873 F tRNA (guanine-N(1)-)-methyltransferase UniProtKB:O31741|PTN000781818 protein NCBITaxon:224308 20180816 GO_Central tRNA (guanine(37)-N1)-methyltransferase activity +UniProtKB O31741 trmD GO:0002939 GO_REF:0000033 IBA PANTHER:PTN000781817|UniProtKB:P0A873 P tRNA (guanine-N(1)-)-methyltransferase UniProtKB:O31741|PTN000781818 protein NCBITaxon:224308 20180816 GO_Central tRNA N1-guanine methylation +UniProtKB O31741 trmD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000781817|UniProtKB:P0A873 C tRNA (guanine-N(1)-)-methyltransferase UniProtKB:O31741|PTN000781818 protein NCBITaxon:224308 20180816 GO_Central cytosol +UniProtKB O31727 ylmE GO:0005622 GO_REF:0000033 IBA PANTHER:PTN000015833|UniProtKB:O94903|UniProtKB:Q57VD5|UniProtKB:P67080 C Pyridoxal phosphate homeostasis protein UniProtKB:O31727|PTN000015896 protein NCBITaxon:224308 20200929 GO_Central intracellular anatomical structure +UniProtKB O31727 ylmE GO:0030170 GO_REF:0000033 IBA PANTHER:PTN000015833|UniProtKB:P67080|SGD:S000000132 F Pyridoxal phosphate homeostasis protein UniProtKB:O31727|PTN000015896 protein NCBITaxon:224308 20170228 GO_Central pyridoxal phosphate binding +UniProtKB O31726 ylmD GO:0005507 GO_REF:0000033 IBA PANTHER:PTN001255556|UniProtKB:Q89ZI8|UniProtKB:P33644 F Purine nucleoside phosphorylase YlmD UniProtKB:O31726|PTN000770200 protein NCBITaxon:224308 20170228 GO_Central copper ion binding +UniProtKB O31723 ylmA GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000656738|UniProtKB:Q9X1Z1|UniProtKB:Q9WY65 F Uncharacterized ABC transporter ATP-binding protein YlmA UniProtKB:O31723|PTN000655851 protein NCBITaxon:224308 20170601 GO_Central ATP binding +UniProtKB O31723 ylmA GO:0042626 GO_REF:0000033 IBA PANTHER:PTN000656738|UniProtKB:Q9I183 F Uncharacterized ABC transporter ATP-binding protein YlmA UniProtKB:O31723|PTN000655851 protein NCBITaxon:224308 20170601 GO_Central ATPase-coupled transmembrane transporter activity +UniProtKB O31723 ylmA GO:0043190 GO_REF:0000033 IBA PANTHER:PTN000656738|UniProtKB:Q05596 C Uncharacterized ABC transporter ATP-binding protein YlmA UniProtKB:O31723|PTN000655851 protein NCBITaxon:224308 20170601 GO_Central ATP-binding cassette (ABC) transporter complex +UniProtKB O31717 ykpB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000496347|SGD:S000004044 C Uncharacterized oxidoreductase YkpB UniProtKB:O31717|PTN000496336 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB O31716 ykpA GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000442080|PomBase:SPAC3C7.08c|UniProtKB:P39115|UniProtKB:Q8NE71 F Uncharacterized ABC transporter ATP-binding protein YkpA UniProtKB:O31716|PTN000442358 protein NCBITaxon:224308 20200808 GO_Central ATP binding +UniProtKB O31714 fruK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001317471|UniProtKB:P06999 C 1-phosphofructokinase UniProtKB:O31714|PTN000062050 protein NCBITaxon:224308 20180816 GO_Central cytosol +UniProtKB O31714 fruK GO:0008443 GO_REF:0000033 IBA PANTHER:PTN001317471|UniProtKB:P06999|UniProtKB:P0AEW9 F 1-phosphofructokinase UniProtKB:O31714|PTN000062050 protein NCBITaxon:224308 20180816 GO_Central phosphofructokinase activity +UniProtKB O31712 yknZ GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001254814|UniProtKB:P75831|UniProtKB:Q9I190 F Uncharacterized ABC transporter permease YknZ UniProtKB:O31712|PTN000778086 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB O31712 yknZ GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001254814|UniProtKB:P75831 C Uncharacterized ABC transporter permease YknZ UniProtKB:O31712|PTN000778086 protein NCBITaxon:224308 20230111 GO_Central plasma membrane +UniProtKB O31711 yknY GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P33593|UniProtKB:P33916|UniProtKB:P9WQL7 P Uncharacterized ABC transporter ATP-binding protein YknY UniProtKB:O31711|PTN000656322 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport +UniProtKB O31711 yknY GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P0A9R7|UniProtKB:P75957|UniProtKB:P33916|UniProtKB:O34814|UniProtKB:O05779 C Uncharacterized ABC transporter ATP-binding protein YknY UniProtKB:O31711|PTN000656322 protein NCBITaxon:224308 20231109 GO_Central plasma membrane +UniProtKB O31711 yknY GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7 F Uncharacterized ABC transporter ATP-binding protein YknY UniProtKB:O31711|PTN000656322 protein NCBITaxon:224308 20210531 GO_Central transmembrane transporter activity +UniProtKB O31708 yknV GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000657189|TAIR:locus:2097978|MGI:MGI:97570|UniProtKB:O53645|UniProtKB:Q9NP58|UniProtKB:Q03518|PomBase:SPCC663.03|UniProtKB:Q9FNU2|UniProtKB:Q03519|UniProtKB:O75027|WB:WBGene00001811|UniProtKB:Q2M3G0|PomBase:SPCC737.09c|TAIR:locus:2057961|PomBase:SPBC25B2.02c|UniProtKB:P29018|RGD:619930|TAIR:locus:2041434|SGD:S000004916|UniProtKB:Q9NUT2|UniProtKB:P08183|WB:WBGene00001815|UniProtKB:O95342 P Uncharacterized ABC transporter ATP-binding protein YknV UniProtKB:O31708|PTN000657699 protein NCBITaxon:224308 20231109 GO_Central transmembrane transport +UniProtKB O31708 yknV GO:0034040 GO_REF:0000033 IBA PANTHER:PTN000657720|UniProtKB:P60752 F Uncharacterized ABC transporter ATP-binding protein YknV UniProtKB:O31708|PTN000657699 protein NCBITaxon:224308 20170228 GO_Central ATPase-coupled lipid transmembrane transporter activity +UniProtKB O31707 yknU GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000657189|TAIR:locus:2097978|MGI:MGI:97570|UniProtKB:O53645|UniProtKB:Q9NP58|UniProtKB:Q03518|PomBase:SPCC663.03|UniProtKB:Q9FNU2|UniProtKB:Q03519|UniProtKB:O75027|WB:WBGene00001811|UniProtKB:Q2M3G0|PomBase:SPCC737.09c|TAIR:locus:2057961|PomBase:SPBC25B2.02c|UniProtKB:P29018|RGD:619930|TAIR:locus:2041434|SGD:S000004916|UniProtKB:Q9NUT2|UniProtKB:P08183|WB:WBGene00001815|UniProtKB:O95342 P Uncharacterized ABC transporter ATP-binding protein YknU UniProtKB:O31707|PTN000657682 protein NCBITaxon:224308 20231109 GO_Central transmembrane transport +UniProtKB O31707 yknU GO:0034040 GO_REF:0000033 IBA PANTHER:PTN000657720|UniProtKB:P60752 F Uncharacterized ABC transporter ATP-binding protein YknU UniProtKB:O31707|PTN000657682 protein NCBITaxon:224308 20170228 GO_Central ATPase-coupled lipid transmembrane transporter activity +UniProtKB O31706 moaD GO:1990133 GO_REF:0000033 IBA PANTHER:PTN008655638|UniProtKB:P30748 C Molybdopterin synthase sulfur carrier subunit UniProtKB:O31706|PTN002120391 protein NCBITaxon:224308 20230720 GO_Central molybdopterin cofactor (Moco) biosynthesis adenylyltransferase complex +UniProtKB O31706 moaD GO:0006777 GO_REF:0000033 IBA PANTHER:PTN008655638|UniProtKB:P30748 P Molybdopterin synthase sulfur carrier subunit UniProtKB:O31706|PTN002120391 protein NCBITaxon:224308 20230720 GO_Central Mo-molybdopterin cofactor biosynthetic process +UniProtKB O31705 moaE GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000600812|UniProtKB:O96007|UniProtKB:Q9NS73|UniProtKB:P30749 C Molybdopterin synthase catalytic subunit UniProtKB:O31705|PTN000600963 protein NCBITaxon:224308 20230406 GO_Central cytosol +UniProtKB O31703 moeA GO:0006777 GO_REF:0000033 IBA PANTHER:PTN000022760|UniProtKB:G5EB65|UniProtKB:P12281|TAIR:locus:2147157|RGD:69194|MGI:MGI:109602 P Molybdopterin molybdenumtransferase UniProtKB:O31703|PTN000022813 protein NCBITaxon:224308 20220921 GO_Central Mo-molybdopterin cofactor biosynthetic process +UniProtKB O31703 moeA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000022759|UniProtKB:P12281|MGI:MGI:109602 C Molybdopterin molybdenumtransferase UniProtKB:O31703|PTN000022813 protein NCBITaxon:224308 20210903 GO_Central cytosol +UniProtKB O31703 moeA GO:0061599 GO_REF:0000033 IBA PANTHER:PTN000022760|UniProtKB:P12281|RGD:69194|MGI:MGI:109602 F Molybdopterin molybdenumtransferase UniProtKB:O31703|PTN000022813 protein NCBITaxon:224308 20231108 GO_Central molybdopterin molybdotransferase activity +UniProtKB O31703 moeA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000022760|RGD:69194|MGI:MGI:109602|WB:WBGene00003031|UniProtKB:P12281 C Molybdopterin molybdenumtransferase UniProtKB:O31703|PTN000022813 protein NCBITaxon:224308 20210903 GO_Central cytoplasm +UniProtKB O31702 moeB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000102040|PomBase:SPBC1604.21c|UniProtKB:O95352|UniProtKB:P22314|FB:FBgn0032054|SGD:S000001214|UniProtKB:O95396|dictyBase:DDB_G0271096|SGD:S000001693|TAIR:locus:2062571|UniProtKB:Q586W2|FB:FBgn0029113|SGD:S000006384|UniProtKB:Q9GZZ9|UniProtKB:P12282|MGI:MGI:1921494|UniProtKB:Q57XC5|UniProtKB:Q8I5F9|UniProtKB:P41226|UniProtKB:Q8IIA3|UniProtKB:Q8IDZ6|RGD:619945|UniProtKB:P30138|WB:WBGene00004341|UniProtKB:A0AVT1 C Molybdopterin-synthase adenylyltransferase UniProtKB:O31702|PTN000102611 protein NCBITaxon:224308 20231108 GO_Central cytoplasm +UniProtKB O31702 moeB GO:0004792 GO_REF:0000033 IBA PANTHER:PTN000102040|SGD:S000001153 F Molybdopterin-synthase adenylyltransferase UniProtKB:O31702|PTN000102611 protein NCBITaxon:224308 20231108 GO_Central thiosulfate sulfurtransferase activity +UniProtKB O31702 moeB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000102608|UniProtKB:P12282|UniProtKB:P30138 C Molybdopterin-synthase adenylyltransferase UniProtKB:O31702|PTN000102611 protein NCBITaxon:224308 20230405 GO_Central cytosol +UniProtKB O31702 moeB GO:0016779 GO_REF:0000033 IBA PANTHER:PTN000102040|UniProtKB:O95396|UniProtKB:P12282|SGD:S000001153|UniProtKB:P30138 F Molybdopterin-synthase adenylyltransferase UniProtKB:O31702|PTN000102611 protein NCBITaxon:224308 20220616 GO_Central nucleotidyltransferase activity +UniProtKB O31702 moeB GO:0008146 GO_REF:0000033 IBA PANTHER:PTN000102608|UniProtKB:P9WMN7 F Molybdopterin-synthase adenylyltransferase UniProtKB:O31702|PTN000102611 protein NCBITaxon:224308 20220609 GO_Central sulfotransferase activity +UniProtKB O31701 mobA GO:0016779 GO_REF:0000033 IBA PANTHER:PTN001452257|UniProtKB:P32173|UniProtKB:Q5JDA9|UniProtKB:Q58517|UniProtKB:O67379 F Probable molybdenum cofactor guanylyltransferase UniProtKB:O31701|PTN001827504 protein NCBITaxon:224308 20210122 GO_Central nucleotidyltransferase activity +UniProtKB O31690 ykvZ GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P77615|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7 F Uncharacterized HTH-type transcriptional regulator YkvZ UniProtKB:O31690|PTN000765120 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB O31690 ykvZ GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:P18811|UniProtKB:P36673|UniProtKB:P24242|UniProtKB:P0ACP7|UniProtKB:Q8EBJ8|UniProtKB:P0ACQ0 F Uncharacterized HTH-type transcriptional regulator YkvZ UniProtKB:O31690|PTN000765120 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity +UniProtKB O31690 ykvZ GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P03024|UniProtKB:P0ACI3|UniProtKB:P03023|UniProtKB:P77615|UniProtKB:P0ACN7|UniProtKB:P36673|UniProtKB:P0ACP5|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:Q2G295|UniProtKB:P06846|UniProtKB:P0ACQ0|UniProtKB:Q8EBJ8|UniProtKB:P0ACP7|UniProtKB:P25748|UniProtKB:G3XD97|UniProtKB:Q8P5C9|UniProtKB:P24242 P Uncharacterized HTH-type transcriptional regulator YkvZ UniProtKB:O31690|PTN000765120 protein NCBITaxon:224308 20230603 GO_Central regulation of DNA-templated transcription +UniProtKB O31680 ykvO GO:0050664 GO_REF:0000033 IBA PANTHER:PTN002453021|SGD:S000001475 F Uncharacterized oxidoreductase YkvO UniProtKB:O31680|PTN001215453 protein NCBITaxon:224308 20170601 GO_Central oxidoreductase activity, acting on NAD(P)H, oxygen as acceptor +UniProtKB O31669 mtnD GO:0006555 GO_REF:0000033 IBA PANTHER:PTN000602608|UniProtKB:Q9BV57|FB:FBgn0052068|SGD:S000004611 P Acireductone dioxygenase UniProtKB:O31669|PTN000602688 protein NCBITaxon:224308 20200809 GO_Central methionine metabolic process +UniProtKB O31669 mtnD GO:0010309 GO_REF:0000033 IBA PANTHER:PTN000602608|TAIR:locus:505006465 F Acireductone dioxygenase UniProtKB:O31669|PTN000602688 protein NCBITaxon:224308 20170228 GO_Central acireductone dioxygenase [iron(II)-requiring] activity +UniProtKB O31668 mtnB GO:0046570 GO_REF:0000033 IBA PANTHER:PTN000067541|SGD:S000003785|UniProtKB:Q96GX9 F Methylthioribulose-1-phosphate dehydratase UniProtKB:O31668|PTN000067602 protein NCBITaxon:224308 20170420 GO_Central methylthioribulose 1-phosphate dehydratase activity +UniProtKB O31668 mtnB GO:0019509 GO_REF:0000033 IBA PANTHER:PTN000067541|SGD:S000003785|UniProtKB:Q96GX9 P Methylthioribulose-1-phosphate dehydratase UniProtKB:O31668|PTN000067602 protein NCBITaxon:224308 20170420 GO_Central L-methionine salvage from methylthioadenosine +UniProtKB O31668 mtnB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000067541|UniProtKB:Q96GX9 C Methylthioribulose-1-phosphate dehydratase UniProtKB:O31668|PTN000067602 protein NCBITaxon:224308 20200807 GO_Central cytoplasm +UniProtKB O31667 mtnX GO:0008253 GO_REF:0000033 IBA PANTHER:PTN000315952|UniProtKB:Q9H0P0|RGD:1312013|FB:FBgn0034988|MGI:MGI:1927186 F 2-hydroxy-3-keto-5-methylthiopentenyl-1-phosphate phosphatase UniProtKB:O31667|PTN001771748 protein NCBITaxon:224308 20210530 GO_Central 5'-nucleotidase activity +UniProtKB O31667 mtnX GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000315952|FB:FBgn0034988|UniProtKB:Q9H0P0 C 2-hydroxy-3-keto-5-methylthiopentenyl-1-phosphate phosphatase UniProtKB:O31667|PTN001771748 protein NCBITaxon:224308 20220414 GO_Central cytoplasm +UniProtKB O31645 manP GO:0090563 GO_REF:0000033 IBA PANTHER:PTN002021020|UniProtKB:P20966|UniProtKB:P54745 F PTS system mannose-specific EIIBCA component UniProtKB:O31645|PTN001253672 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-sugar phosphotransferase activity +UniProtKB O31645 manP GO:0009401 GO_REF:0000033 IBA PANTHER:PTN002021020|UniProtKB:P54745|UniProtKB:P20966 P PTS system mannose-specific EIIBCA component UniProtKB:O31645|PTN001253672 protein NCBITaxon:224308 20220416 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB O31645 manP GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002021020|UniProtKB:P20966|UniProtKB:P77579|UniProtKB:P54745|UniProtKB:P32154|UniProtKB:P32672 C PTS system mannose-specific EIIBCA component UniProtKB:O31645|PTN001253672 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O31641 yjcS GO:0003824 GO_REF:0000033 IBA PANTHER:PTN002118978|UniProtKB:P0ADU2|UniProtKB:P64461 F Uncharacterized protein YjcS UniProtKB:O31641|PTN002433068 protein NCBITaxon:224308 20200809 GO_Central catalytic activity +UniProtKB O31633 yjcK GO:0005737 GO_REF:0000033 IBA PANTHER:PTN001272762|UniProtKB:P0A948 C Putative [ribosomal protein S5]-alanine N-acetyltransferase UniProtKB:O31633|PTN001272763 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB O31633 yjcK GO:0008999 GO_REF:0000033 IBA PANTHER:PTN001272762|UniProtKB:P0A948 F Putative [ribosomal protein S5]-alanine N-acetyltransferase UniProtKB:O31633|PTN001272763 protein NCBITaxon:224308 20170228 GO_Central peptide-alanine-alpha-N-acetyltransferase activity +UniProtKB O31632 metC GO:0016846 GO_REF:0000033 IBA PANTHER:PTN000211590|UniProtKB:C8VM61|TAIR:locus:2019449|RGD:2443|UniProtKB:Q5AXC9|SGD:S000003152|UniProtKB:P9WGB7|TAIR:locus:2080605|UniProtKB:O05394|MGI:MGI:1339968|SGD:S000000010|UniProtKB:P32929 F Cystathionine beta-lyase MetC UniProtKB:O31632|PTN000211709 protein NCBITaxon:224308 20220922 GO_Central carbon-sulfur lyase activity +UniProtKB O31632 metC GO:0019346 GO_REF:0000033 IBA PANTHER:PTN000211590|UniProtKB:C8VM61|SGD:S000003152|SGD:S000000010|UniProtKB:P32929 P Cystathionine beta-lyase MetC UniProtKB:O31632|PTN000211709 protein NCBITaxon:224308 20220922 GO_Central transsulfuration +UniProtKB O31632 metC GO:0030170 GO_REF:0000033 IBA PANTHER:PTN000211590|UniProtKB:P00935|UniProtKB:P32929 F Cystathionine beta-lyase MetC UniProtKB:O31632|PTN000211709 protein NCBITaxon:224308 20170228 GO_Central pyridoxal phosphate binding +UniProtKB O31632 metC GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000211590|SGD:S000001154|TAIR:locus:2019449|TAIR:locus:2080605|SGD:S000003152 C Cystathionine beta-lyase MetC UniProtKB:O31632|PTN000211709 protein NCBITaxon:224308 20200808 GO_Central cytoplasm +UniProtKB O31628 yjcF GO:0008080 GO_REF:0000033 IBA PANTHER:PTN001000790|UniProtKB:Q5AHF9|UniProtKB:Q5U9F2|UniProtKB:Q4WCU5|SGD:S000001877|RGD:1563144|UniProtKB:A0A1P8B7P8|TAIR:locus:2143226|MGI:MGI:1858963 F Uncharacterized N-acetyltransferase YjcF UniProtKB:O31628|PTN001000789 protein NCBITaxon:224308 20220923 GO_Central N-acetyltransferase activity +UniProtKB O31626 yjcD GO:0000725 GO_REF:0000033 IBA PANTHER:PTN000116141|UniProtKB:F1ND48|PomBase:SPAC4H3.05|UniProtKB:P08394|PomBase:SPBC336.01 P Putative ATP-dependent DNA helicase YjcD UniProtKB:O31626|PTN000116199 protein NCBITaxon:224308 20230405 GO_Central recombinational repair +UniProtKB O31626 yjcD GO:0033202 GO_REF:0000033 IBA PANTHER:PTN000116196|UniProtKB:P9WMQ1|UniProtKB:P03018 C Putative ATP-dependent DNA helicase YjcD UniProtKB:O31626|PTN000116199 protein NCBITaxon:224308 20230405 GO_Central DNA helicase complex +UniProtKB O31626 yjcD GO:0043138 GO_REF:0000033 IBA PANTHER:PTN000116141|UniProtKB:Q8I3W6|CGD:CAL0000191199|UniProtKB:P15038|UniProtKB:Q8NFZ0|TAIR:locus:2117303|SGD:S000003628|UniProtKB:P9WMQ1|SGD:S000005455|PomBase:SPBC336.01 F Putative ATP-dependent DNA helicase YjcD UniProtKB:O31626|PTN000116199 protein NCBITaxon:224308 20230110 GO_Central 3'-5' DNA helicase activity +UniProtKB O31626 yjcD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000869814|UniProtKB:P03018|UniProtKB:P15038 C Putative ATP-dependent DNA helicase YjcD UniProtKB:O31626|PTN000116199 protein NCBITaxon:224308 20181129 GO_Central cytosol +UniProtKB O31620 thiD GO:0008972 GO_REF:0000033 IBA PANTHER:PTN000466159|SGD:S000005416|TAIR:locus:2017734|SGD:S000006179|UniProtKB:P76422 F Hydroxymethylpyrimidine/phosphomethylpyrimidine kinase UniProtKB:O31620|PTN000466196 protein NCBITaxon:224308 20230603 GO_Central phosphomethylpyrimidine kinase activity +UniProtKB O31620 thiD GO:0008902 GO_REF:0000033 IBA PANTHER:PTN000466159|UniProtKB:P76422|SGD:S000005416|TAIR:locus:2017734|SGD:S000006179 F Hydroxymethylpyrimidine/phosphomethylpyrimidine kinase UniProtKB:O31620|PTN000466196 protein NCBITaxon:224308 20170421 GO_Central hydroxymethylpyrimidine kinase activity +UniProtKB O31620 thiD GO:0009228 GO_REF:0000033 IBA PANTHER:PTN000466159|UniProtKB:C8V3I9|UniProtKB:P76422|TAIR:locus:2017734|SGD:S000006179|SGD:S000005416 P Hydroxymethylpyrimidine/phosphomethylpyrimidine kinase UniProtKB:O31620|PTN000466196 protein NCBITaxon:224308 20230603 GO_Central thiamine biosynthetic process +UniProtKB O31620 thiD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000466159|SGD:S000005416|UniProtKB:P76422 C Hydroxymethylpyrimidine/phosphomethylpyrimidine kinase UniProtKB:O31620|PTN000466196 protein NCBITaxon:224308 20170421 GO_Central cytosol +UniProtKB O31619 thiF GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000102040|PomBase:SPBC1604.21c|UniProtKB:O95352|UniProtKB:P22314|FB:FBgn0032054|SGD:S000001214|UniProtKB:O95396|dictyBase:DDB_G0271096|SGD:S000001693|TAIR:locus:2062571|UniProtKB:Q586W2|FB:FBgn0029113|SGD:S000006384|UniProtKB:Q9GZZ9|UniProtKB:P12282|MGI:MGI:1921494|UniProtKB:Q57XC5|UniProtKB:Q8I5F9|UniProtKB:P41226|UniProtKB:Q8IIA3|UniProtKB:Q8IDZ6|RGD:619945|UniProtKB:P30138|WB:WBGene00004341|UniProtKB:A0AVT1 C Sulfur carrier protein ThiS adenylyltransferase UniProtKB:O31619|PTN000102610 protein NCBITaxon:224308 20231108 GO_Central cytoplasm +UniProtKB O31619 thiF GO:0004792 GO_REF:0000033 IBA PANTHER:PTN000102040|SGD:S000001153 F Sulfur carrier protein ThiS adenylyltransferase UniProtKB:O31619|PTN000102610 protein NCBITaxon:224308 20231108 GO_Central thiosulfate sulfurtransferase activity +UniProtKB O31619 thiF GO:0008146 GO_REF:0000033 IBA PANTHER:PTN000102608|UniProtKB:P9WMN7 F Sulfur carrier protein ThiS adenylyltransferase UniProtKB:O31619|PTN000102610 protein NCBITaxon:224308 20220609 GO_Central sulfotransferase activity +UniProtKB O31619 thiF GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000102608|UniProtKB:P12282|UniProtKB:P30138 C Sulfur carrier protein ThiS adenylyltransferase UniProtKB:O31619|PTN000102610 protein NCBITaxon:224308 20230405 GO_Central cytosol +UniProtKB O31619 thiF GO:0016779 GO_REF:0000033 IBA PANTHER:PTN000102040|UniProtKB:O95396|UniProtKB:P12282|SGD:S000001153|UniProtKB:P30138 F Sulfur carrier protein ThiS adenylyltransferase UniProtKB:O31619|PTN000102610 protein NCBITaxon:224308 20220616 GO_Central nucleotidyltransferase activity +UniProtKB O31616 thiO GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000354057|UniProtKB:Q5JFG7|RGD:621125|UniProtKB:Q9UI17|UniProtKB:P33940|UniProtKB:Q96CU9|SGD:S000001051|MGI:MGI:2183102 C Glycine oxidase UniProtKB:O31616|PTN000354563 protein NCBITaxon:224308 20230603 GO_Central cytoplasm +UniProtKB O31616 thiO GO:0016491 GO_REF:0000033 IBA PANTHER:PTN000354057|UniProtKB:O31616|UniProtKB:Q9HU99|UniProtKB:P37906|UniProtKB:Q9HVF1|UniProtKB:P0A6J5|RGD:620453|UniProtKB:Q9HTE8|UniProtKB:Q9HTQ0|UniProtKB:Q9UI17|RGD:621125|UniProtKB:Q5JFG7|UniProtKB:P33940 F Glycine oxidase UniProtKB:O31616|PTN000354563 protein NCBITaxon:224308 20200930 GO_Central oxidoreductase activity +UniProtKB O31614 prpE GO:0005737 GO_REF:0000033 IBA PANTHER:PTN005131902|SGD:S000005161|UniProtKB:Q583T9|UniProtKB:Q57Y37 C Bis(5'-nucleosyl)-tetraphosphatase PrpE [asymmetrical] UniProtKB:O31614|PTN008088144 protein NCBITaxon:224308 20230112 GO_Central cytoplasm +UniProtKB O31614 prpE GO:0016791 GO_REF:0000033 IBA PANTHER:PTN005131902|UniProtKB:P55799|UniProtKB:P55798 F Bis(5'-nucleosyl)-tetraphosphatase PrpE [asymmetrical] UniProtKB:O31614|PTN008088144 protein NCBITaxon:224308 20210623 GO_Central phosphatase activity +UniProtKB O31613 yjbO GO:0000455 GO_REF:0000033 IBA PANTHER:PTN008577970|UniProtKB:P33643|UniProtKB:P0AA37|UniProtKB:P0AA39 P Uncharacterized RNA pseudouridine synthase YjbO UniProtKB:O31613|PTN000046869 protein NCBITaxon:224308 20200808 GO_Central enzyme-directed rRNA pseudouridine synthesis +UniProtKB O31613 yjbO GO:0009982 GO_REF:0000033 IBA PANTHER:PTN008577970|SGD:S000002194|UniProtKB:Q8IZ73|UniProtKB:P0AA37|UniProtKB:P0AA41|UniProtKB:P33643|FB:FBgn0032256|UniProtKB:P0AA39|SGD:S000003401|SGD:S000005427 F Uncharacterized RNA pseudouridine synthase YjbO UniProtKB:O31613|PTN000046869 protein NCBITaxon:224308 20231109 GO_Central pseudouridine synthase activity +UniProtKB O31612 ppnKA GO:0006741 GO_REF:0000033 IBA PANTHER:PTN000463643|SGD:S000000767|SGD:S000006109|UniProtKB:P65774|RGD:1642420|UniProtKB:Q58327|UniProtKB:P9WHV7|UniProtKB:P0A7B3|UniProtKB:Q8Y8D7|UniProtKB:O31612|SGD:S000003810|FB:FBgn0033853|TAIR:locus:2202975 P NAD kinase 1 UniProtKB:O31612|PTN000463772 protein NCBITaxon:224308 20220415 GO_Central NADP biosynthetic process +UniProtKB O31612 ppnKA GO:0003951 GO_REF:0000033 IBA PANTHER:PTN000463643|UniProtKB:P0A7B3|FB:FBgn0033853|TAIR:locus:2202975|UniProtKB:Q8Y8D7|SGD:S000000767|UniProtKB:P9WHV7|UniProtKB:O95544|UniProtKB:P65774|UniProtKB:Q9C5W3|UniProtKB:Q56YN3|SGD:S000003810|UniProtKB:O31612|UniProtKB:Q58327 F NAD kinase 1 UniProtKB:O31612|PTN000463772 protein NCBITaxon:224308 20220415 GO_Central NAD+ kinase activity +UniProtKB O31605 yjbG GO:0004222 GO_REF:0000033 IBA PANTHER:PTN000211184|SGD:S000001617|MGI:MGI:1354165|RGD:621518|SGD:S000000562 F Oligoendopeptidase F homolog UniProtKB:O31605|PTN000928339 protein NCBITaxon:224308 20170228 GO_Central metalloendopeptidase activity +UniProtKB O31605 yjbG GO:0006518 GO_REF:0000033 IBA PANTHER:PTN000211184|MGI:MGI:1354165|UniProtKB:P27298|RGD:68330|RGD:621518 P Oligoendopeptidase F homolog UniProtKB:O31605|PTN000928339 protein NCBITaxon:224308 20220922 GO_Central peptide metabolic process +UniProtKB O31605 yjbG GO:0006508 GO_REF:0000033 IBA PANTHER:PTN000211184|SGD:S000001617|UniProtKB:P27298|SGD:S000000562 P Oligoendopeptidase F homolog UniProtKB:O31605|PTN000928339 protein NCBITaxon:224308 20220414 GO_Central proteolysis +UniProtKB O31603 yjbE GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000769429|UniProtKB:P67127 C Uncharacterized membrane protein YjbE UniProtKB:O31603|PTN001574864 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O31590 cspR GO:0008173 GO_REF:0000033 IBA PANTHER:PTN000247303|UniProtKB:P0AGJ7 F Putative tRNA (cytidine(34)-2'-O)-methyltransferase UniProtKB:O31590|PTN000247310 protein NCBITaxon:224308 20231109 GO_Central RNA methyltransferase activity +UniProtKB O31590 cspR GO:0002130 GO_REF:0000033 IBA PANTHER:PTN000247303|UniProtKB:P0AGJ7 P Putative tRNA (cytidine(34)-2'-O)-methyltransferase UniProtKB:O31590|PTN000247310 protein NCBITaxon:224308 20230720 GO_Central wobble position ribose methylation +UniProtKB O31587 rpsN2 GO:0015935 GO_REF:0000033 IBA PANTHER:PTN000457003|SGD:S000006370|UniProtKB:O60783|UniProtKB:P0AG59 C Alternate 30S ribosomal protein S14 UniProtKB:O31587|PTN000457066 protein NCBITaxon:224308 20200808 GO_Central small ribosomal subunit +UniProtKB O31587 rpsN2 GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000457003|SGD:S000006370|UniProtKB:P0AG59 F Alternate 30S ribosomal protein S14 UniProtKB:O31587|PTN000457066 protein NCBITaxon:224308 20200808 GO_Central structural constituent of ribosome +UniProtKB O31587 rpsN2 GO:0006412 GO_REF:0000033 IBA PANTHER:PTN000457003|UniProtKB:O60783 P Alternate 30S ribosomal protein S14 UniProtKB:O31587|PTN000457066 protein NCBITaxon:224308 20170228 GO_Central translation +UniProtKB O31577 yfhI GO:0022857 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P0ADL1 F Uncharacterized MFS-type transporter YfhI UniProtKB:O31577|PTN000605920 protein NCBITaxon:224308 20230517 GO_Central transmembrane transporter activity +UniProtKB O31577 yfhI GO:0055085 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P0ADL1 P Uncharacterized MFS-type transporter YfhI UniProtKB:O31577|PTN000605920 protein NCBITaxon:224308 20230517 GO_Central transmembrane transport +UniProtKB O31577 yfhI GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P77389|UniProtKB:P0ADL1|UniProtKB:P31122|UniProtKB:P23910 C Uncharacterized MFS-type transporter YfhI UniProtKB:O31577|PTN000605920 protein NCBITaxon:224308 20230517 GO_Central plasma membrane +UniProtKB O31569 yfhA GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876|UniProtKB:P06609|UniProtKB:P15029 F Probable siderophore transport system permease protein YfhA UniProtKB:O31569|PTN000766016 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB O31569 yfhA GO:0033214 GO_REF:0000033 IBA PANTHER:PTN001253116|UniProtKB:P15029|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876 P Probable siderophore transport system permease protein YfhA UniProtKB:O31569|PTN000766016 protein NCBITaxon:224308 20230406 GO_Central siderophore-dependent iron import into cell +UniProtKB O31564 yfiV GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P Uncharacterized HTH-type transcriptional regulator YfiV UniProtKB:O31564|PTN002431225 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB O31564 yfiV GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YfiV UniProtKB:O31564|PTN002431225 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB O31559 yfiQ GO:0009246 GO_REF:0000033 IBA PANTHER:PTN008674306|UniProtKB:P37669 P Putative membrane-bound acyltransferase YfiQ UniProtKB:O31559|PTN002219788 protein NCBITaxon:224308 20230517 GO_Central enterobacterial common antigen biosynthetic process +UniProtKB O31559 yfiQ GO:0016413 GO_REF:0000033 IBA PANTHER:PTN008674306|UniProtKB:P37669 F Putative membrane-bound acyltransferase YfiQ UniProtKB:O31559|PTN002219788 protein NCBITaxon:224308 20230517 GO_Central O-acetyltransferase activity +UniProtKB O31559 yfiQ GO:0005886 GO_REF:0000033 IBA PANTHER:PTN008674306|UniProtKB:P37669|UniProtKB:P75955 C Putative membrane-bound acyltransferase YfiQ UniProtKB:O31559|PTN002219788 protein NCBITaxon:224308 20230517 GO_Central plasma membrane +UniProtKB O31545 yfjO GO:0070041 GO_REF:0000033 IBA PANTHER:PTN000115109|UniProtKB:O31503 F Uncharacterized RNA methyltransferase YfjO UniProtKB:O31545|PTN000115111 protein NCBITaxon:224308 20180403 GO_Central rRNA (uridine-C5-)-methyltransferase activity +UniProtKB O31545 yfjO GO:0070475 GO_REF:0000033 IBA PANTHER:PTN000115109|UniProtKB:P75817 P Uncharacterized RNA methyltransferase YfjO UniProtKB:O31545|PTN000115111 protein NCBITaxon:224308 20180403 GO_Central rRNA base methylation +UniProtKB O31544 yfjP GO:0032131 GO_REF:0000033 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c F Putative DNA-3-methyladenine glycosylase YfjP UniProtKB:O31544|PTN000028486 protein NCBITaxon:224308 20170228 GO_Central alkylated DNA binding +UniProtKB O31544 yfjP GO:0006285 GO_REF:0000033 IBA PANTHER:PTN002452908|SGD:S000000944|PomBase:SPBC23G7.11|PomBase:SPAPB24D3.04c P Putative DNA-3-methyladenine glycosylase YfjP UniProtKB:O31544|PTN000028486 protein NCBITaxon:224308 20170228 GO_Central base-excision repair, AP site formation +UniProtKB O31544 yfjP GO:0008725 GO_REF:0000033 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c|SGD:S000000944 F Putative DNA-3-methyladenine glycosylase YfjP UniProtKB:O31544|PTN000028486 protein NCBITaxon:224308 20170228 GO_Central DNA-3-methyladenine glycosylase activity +UniProtKB O31544 yfjP GO:0006307 GO_REF:0000033 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c|SGD:S000000944|UniProtKB:P9WJW3|UniProtKB:P04395 P Putative DNA-3-methyladenine glycosylase YfjP UniProtKB:O31544|PTN000028486 protein NCBITaxon:224308 20170228 GO_Central DNA dealkylation involved in DNA repair +UniProtKB O31544 yfjP GO:0005737 GO_REF:0000033 IBA PANTHER:PTN008677497|UniProtKB:P04395 C Putative DNA-3-methyladenine glycosylase YfjP UniProtKB:O31544|PTN000028486 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB O31544 yfjP GO:0043916 GO_REF:0000033 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c F Putative DNA-3-methyladenine glycosylase YfjP UniProtKB:O31544|PTN000028486 protein NCBITaxon:224308 20170228 GO_Central DNA-7-methylguanine glycosylase activity +UniProtKB O31544 yfjP GO:0032993 GO_REF:0000033 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c C Putative DNA-3-methyladenine glycosylase YfjP UniProtKB:O31544|PTN000028486 protein NCBITaxon:224308 20170228 GO_Central protein-DNA complex +UniProtKB O31539 yetJ GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000591193|UniProtKB:P0AAC4|UniProtKB:P0AAC6 C Uncharacterized protein YetJ UniProtKB:O31539|PTN000591194 protein NCBITaxon:224308 20211108 GO_Central plasma membrane +UniProtKB O31513 yesJ GO:0008080 GO_REF:0000033 IBA PANTHER:PTN000057452|SGD:S000006397|TAIR:locus:2064930|ZFIN:ZDB-GENE-041001-39|RGD:1586174|UniProtKB:Q96F10|ZFIN:ZDB-GENE-050913-41|UniProtKB:P21673|TAIR:locus:2064900|ZFIN:ZDB-GENE-040704-4|WB:WBGene00008408|SGD:S000000792 F Uncharacterized N-acetyltransferase YesJ UniProtKB:O31513|PTN001499090 protein NCBITaxon:224308 20230405 GO_Central N-acetyltransferase activity +UniProtKB O31509 yeeI GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000283292|UniProtKB:P0A8A2|UniProtKB:P0A8A0 C Probable transcriptional regulatory protein YeeI UniProtKB:O31509|PTN000283294 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O31503 rlmCD GO:0070041 GO_REF:0000033 IBA PANTHER:PTN000115109|UniProtKB:O31503 F 23S rRNA (uracil-C(5))-methyltransferase RlmCD UniProtKB:O31503|PTN000115112 protein NCBITaxon:224308 20180403 GO_Central rRNA (uridine-C5-)-methyltransferase activity +UniProtKB O31503 rlmCD GO:0070475 GO_REF:0000033 IBA PANTHER:PTN000115109|UniProtKB:P75817 P 23S rRNA (uracil-C(5))-methyltransferase RlmCD UniProtKB:O31503|PTN000115112 protein NCBITaxon:224308 20180403 GO_Central rRNA base methylation +UniProtKB O31502 dagK GO:0004143 GO_REF:0000033 IBA PANTHER:PTN007570849|UniProtKB:O31502|UniProtKB:P9WP29 F Diacylglycerol kinase UniProtKB:O31502|PTN000270798 protein NCBITaxon:224308 20210203 GO_Central ATP-dependent diacylglycerol kinase activity +UniProtKB O31501 swrC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN004918764|UniProtKB:P38054|UniProtKB:P31224|UniProtKB:P76399|UniProtKB:P24177|UniProtKB:P37637|UniProtKB:P76398 C Swarming motility protein SwrC UniProtKB:O31501|PTN000786547 protein NCBITaxon:224308 20230111 GO_Central plasma membrane +UniProtKB O31501 swrC GO:0042910 GO_REF:0000033 IBA PANTHER:PTN004918764|UniProtKB:P37637|UniProtKB:P31224 F Swarming motility protein SwrC UniProtKB:O31501|PTN000786547 protein NCBITaxon:224308 20210531 GO_Central xenobiotic transmembrane transporter activity +UniProtKB O31498 ligA GO:0006288 GO_REF:0000033 IBA PANTHER:PTN000121726|UniProtKB:P15042 P DNA ligase UniProtKB:O31498|PTN000121727 protein NCBITaxon:224308 20170228 GO_Central base-excision repair, DNA ligation +UniProtKB O31498 ligA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000121726|UniProtKB:P15042 C DNA ligase UniProtKB:O31498|PTN000121727 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O31498 ligA GO:0003911 GO_REF:0000033 IBA PANTHER:PTN000121726|UniProtKB:P9WNV1|UniProtKB:P15042 F DNA ligase UniProtKB:O31498|PTN000121727 protein NCBITaxon:224308 20170228 GO_Central DNA ligase (NAD+) activity +UniProtKB O31497 yezC GO:0043200 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 P Uncharacterized HTH-type transcriptional regulator YezC UniProtKB:O31497|PTN001248947 protein NCBITaxon:224308 20170228 GO_Central response to amino acid +UniProtKB O31497 yezC GO:0043565 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 F Uncharacterized HTH-type transcriptional regulator YezC UniProtKB:O31497|PTN001248947 protein NCBITaxon:224308 20211112 GO_Central sequence-specific DNA binding +UniProtKB O31497 yezC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 C Uncharacterized HTH-type transcriptional regulator YezC UniProtKB:O31497|PTN001248947 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O35038 ytlI GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000790637|UniProtKB:P0ACR7 C HTH-type transcriptional regulator YtlI UniProtKB:O35038|PTN001285580 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O35038 ytlI GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000790637|UniProtKB:P77171|UniProtKB:P0ACQ7 P HTH-type transcriptional regulator YtlI UniProtKB:O35038|PTN001285580 protein NCBITaxon:224308 20200930 GO_Central regulation of DNA-templated transcription +UniProtKB O35033 coaBC GO:0010181 GO_REF:0000033 IBA PANTHER:PTN000372091|UniProtKB:Q69K55|UniProtKB:P0ABQ0|UniProtKB:Q96CD2 F Coenzyme A biosynthesis bifunctional protein CoaBC UniProtKB:O35033|PTN000372179 protein NCBITaxon:224308 20220414 GO_Central FMN binding +UniProtKB O35033 coaBC GO:0015937 GO_REF:0000033 IBA PANTHER:PTN000372091|TAIR:locus:1006230763|UniProtKB:P9WNZ1|UniProtKB:P0ABQ0|SGD:S000001571|TAIR:locus:2087669|UniProtKB:Q96CD2|SGD:S000001780|SGD:S000005580 P Coenzyme A biosynthesis bifunctional protein CoaBC UniProtKB:O35033|PTN000372179 protein NCBITaxon:224308 20200508 GO_Central coenzyme A biosynthetic process +UniProtKB O35033 coaBC GO:0071513 GO_REF:0000033 IBA PANTHER:PTN000372091|SGD:S000005580|SGD:S000001780|SGD:S000001571 C Coenzyme A biosynthesis bifunctional protein CoaBC UniProtKB:O35033|PTN000372179 protein NCBITaxon:224308 20200508 GO_Central phosphopantothenoylcysteine decarboxylase complex +UniProtKB O35033 coaBC GO:0004633 GO_REF:0000033 IBA PANTHER:PTN000372091|TAIR:locus:1006230763|UniProtKB:Q69K55|TAIR:locus:2087669|UniProtKB:P9WNZ1|UniProtKB:P0ABQ0|UniProtKB:Q96CD2 F Coenzyme A biosynthesis bifunctional protein CoaBC UniProtKB:O35033|PTN000372179 protein NCBITaxon:224308 20200508 GO_Central phosphopantothenoylcysteine decarboxylase activity +UniProtKB O35031 acyP GO:0003998 GO_REF:0000033 IBA PANTHER:PTN000003030|FB:FBgn0025115|FB:FBgn0038363|UniProtKB:P0AB65 F Acylphosphatase UniProtKB:O35031|PTN000003109 protein NCBITaxon:224308 20170228 GO_Central acylphosphatase activity +UniProtKB O35024 mntC GO:0010043 GO_REF:0000033 IBA PANTHER:PTN000767170|UniProtKB:Q9HT72 P Manganese transport system membrane protein MntC UniProtKB:O35024|PTN000767178 protein NCBITaxon:224308 20170228 GO_Central response to zinc ion +UniProtKB O35024 mntC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000767170|UniProtKB:P39832 C Manganese transport system membrane protein MntC UniProtKB:O35024|PTN000767178 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O35020 mnmA GO:0002143 GO_REF:0000033 IBA PANTHER:PTN000232426|SGD:S000002191|UniProtKB:P25745 P tRNA-specific 2-thiouridylase MnmA UniProtKB:O35020|PTN000232482 protein NCBITaxon:224308 20170228 GO_Central tRNA wobble position uridine thiolation +UniProtKB O35018 lmrB GO:0016020 GO_REF:0000033 IBA PANTHER:PTN001161692|SGD:S000004584|SGD:S000005905 C Lincomycin resistance protein LmrB UniProtKB:O35018|PTN000606387 protein NCBITaxon:224308 20180620 GO_Central membrane +UniProtKB O35016 yfkJ GO:0004725 GO_REF:0000033 IBA PANTHER:PTN000197212|SGD:S000006277|RGD:2020|FB:FBgn0040077|UniProtKB:P24666|PomBase:SPAC1071.12c|FB:FBgn0040076|UniProtKB:P0ACZ2|UniProtKB:P9WIA1|UniProtKB:P0AAB2 F Low molecular weight protein-tyrosine-phosphatase YfkJ UniProtKB:O35016|PTN000197335 protein NCBITaxon:224308 20230602 GO_Central protein tyrosine phosphatase activity +UniProtKB O35013 ytkD GO:0005737 GO_REF:0000033 IBA PANTHER:PTN008684889|UniProtKB:P65556|UniProtKB:P36639|RGD:621080 C Putative 8-oxo-dGTP diphosphatase YtkD UniProtKB:O35013|PTN008119337 protein NCBITaxon:224308 20230604 GO_Central cytoplasm +UniProtKB O35013 ytkD GO:0016818 GO_REF:0000033 IBA PANTHER:PTN000511577|UniProtKB:P52006|MGI:MGI:109280|UniProtKB:P65556|UniProtKB:P36639|ZFIN:ZDB-GENE-040426-2757 F Putative 8-oxo-dGTP diphosphatase YtkD UniProtKB:O35013|PTN008119337 protein NCBITaxon:224308 20230604 GO_Central hydrolase activity, acting on acid anhydrides, in phosphorus-containing anhydrides +UniProtKB O35006 hisA GO:0003949 GO_REF:0000033 IBA PANTHER:PTN000478036|SGD:S000001282|TAIR:locus:2049470|UniProtKB:P10371 F 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase UniProtKB:O35006|PTN000478043 protein NCBITaxon:224308 20170228 GO_Central 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino]imidazole-4-carboxamide isomerase activity +UniProtKB O35006 hisA GO:0000105 GO_REF:0000033 IBA PANTHER:PTN000478036|SGD:S000001282|UniProtKB:P9WMM5|UniProtKB:P10371|TAIR:locus:2049470 P 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase UniProtKB:O35006|PTN000478043 protein NCBITaxon:224308 20170228 GO_Central histidine biosynthetic process +UniProtKB O35006 hisA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000478036|UniProtKB:P10371 C 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase UniProtKB:O35006|PTN000478043 protein NCBITaxon:224308 20200810 GO_Central cytoplasm +UniProtKB O35006 hisA GO:0000162 GO_REF:0000033 IBA PANTHER:PTN000478036|UniProtKB:P9WMM5 P 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase UniProtKB:O35006|PTN000478043 protein NCBITaxon:224308 20170228 GO_Central tryptophan biosynthetic process +UniProtKB O35005 ytrF GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001254814|UniProtKB:P75831 C ABC transporter permease YtrF UniProtKB:O35005|PTN001253562 protein NCBITaxon:224308 20230111 GO_Central plasma membrane +UniProtKB O35005 ytrF GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001254814|UniProtKB:P75831|UniProtKB:Q9I190 F ABC transporter permease YtrF UniProtKB:O35005|PTN001253562 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB O35002 ctpB GO:0007165 GO_REF:0000033 IBA PANTHER:PTN001279639|UniProtKB:Q9HU50|UniProtKB:O35002|UniProtKB:Q9HYY3 P Carboxy-terminal processing protease CtpB UniProtKB:O35002|PTN000533674 protein NCBITaxon:224308 20170228 GO_Central signal transduction +UniProtKB O35002 ctpB GO:0030288 GO_REF:0000033 IBA PANTHER:PTN001279639|UniProtKB:P23865 C Carboxy-terminal processing protease CtpB UniProtKB:O35002|PTN000533674 protein NCBITaxon:224308 20200809 GO_Central outer membrane-bounded periplasmic space +UniProtKB O35002 ctpB GO:0004175 GO_REF:0000033 IBA PANTHER:PTN000786001|UniProtKB:P23865 F Carboxy-terminal processing protease CtpB UniProtKB:O35002|PTN000533674 protein NCBITaxon:224308 20170228 GO_Central endopeptidase activity +UniProtKB O35000 nagB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000138938|MGI:MGI:1347054|UniProtKB:P0A759 C Glucosamine-6-phosphate deaminase 1 UniProtKB:O35000|PTN000139025 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB O35000 nagB GO:0004342 GO_REF:0000033 IBA PANTHER:PTN000138938|CGD:CAL0000199480|UniProtKB:A4FV08|UniProtKB:P0A759|UniProtKB:Q8TDQ7|UniProtKB:P46926 F Glucosamine-6-phosphate deaminase 1 UniProtKB:O35000|PTN000139025 protein NCBITaxon:224308 20220413 GO_Central glucosamine-6-phosphate deaminase activity +UniProtKB O35000 nagB GO:0006046 GO_REF:0000033 IBA PANTHER:PTN000138938|UniProtKB:P0A759|CGD:CAL0000199480 P Glucosamine-6-phosphate deaminase 1 UniProtKB:O35000|PTN000139025 protein NCBITaxon:224308 20170228 GO_Central N-acetylglucosamine catabolic process +UniProtKB O35000 nagB GO:0042802 GO_REF:0000033 IBA PANTHER:PTN000138938|UniProtKB:P0A759 F Glucosamine-6-phosphate deaminase 1 UniProtKB:O35000|PTN000139025 protein NCBITaxon:224308 20180503 GO_Central identical protein binding +UniProtKB O35000 nagB GO:0019262 GO_REF:0000033 IBA PANTHER:PTN000138938|UniProtKB:P0A759 P Glucosamine-6-phosphate deaminase 1 UniProtKB:O35000|PTN000139025 protein NCBITaxon:224308 20170228 GO_Central N-acetylneuraminate catabolic process +UniProtKB O35000 nagB GO:0006043 GO_REF:0000033 IBA PANTHER:PTN000138938|UniProtKB:P46926|CGD:CAL0000199480 P Glucosamine-6-phosphate deaminase 1 UniProtKB:O35000|PTN000139025 protein NCBITaxon:224308 20180503 GO_Central glucosamine catabolic process +UniProtKB P80643 acpA GO:0000036 GO_REF:0000033 IBA PANTHER:PTN000466551|UniProtKB:Q57WW9|UniProtKB:P9WQF1|UniProtKB:P0A6A8|UniProtKB:P9WQF3|TAIR:locus:2042331|UniProtKB:P11943|TAIR:locus:2168968|TAIR:locus:2206300 F Acyl carrier protein UniProtKB:P80643|PTN000466715 protein NCBITaxon:224308 20230111 GO_Central acyl carrier activity +UniProtKB P80643 acpA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000466714|UniProtKB:P0A6A8 C Acyl carrier protein UniProtKB:P80643|PTN000466715 protein NCBITaxon:224308 20181129 GO_Central cytosol +UniProtKB P80643 acpA GO:0009245 GO_REF:0000033 IBA PANTHER:PTN000466714|UniProtKB:P0A6A8 P Acyl carrier protein UniProtKB:P80643|PTN000466715 protein NCBITaxon:224308 20181129 GO_Central lipid A biosynthetic process +UniProtKB P80643 acpA GO:0000035 GO_REF:0000033 IBA PANTHER:PTN000466551|UniProtKB:P0A6A8|UniProtKB:P9WQF3 F Acyl carrier protein UniProtKB:P80643|PTN000466715 protein NCBITaxon:224308 20170228 GO_Central acyl binding +UniProtKB P80244 clpP GO:0006515 GO_REF:0000033 IBA PANTHER:PTN000043558|UniProtKB:P0A6G7 P ATP-dependent Clp protease proteolytic subunit UniProtKB:P80244|PTN000043637 protein NCBITaxon:224308 20180913 GO_Central protein quality control for misfolded or incompletely synthesized proteins +UniProtKB P80244 clpP GO:0051117 GO_REF:0000033 IBA PANTHER:PTN000043558|UniProtKB:P0A6G7 F ATP-dependent Clp protease proteolytic subunit UniProtKB:P80244|PTN000043637 protein NCBITaxon:224308 20180913 GO_Central ATPase binding +UniProtKB P80244 clpP GO:0004252 GO_REF:0000033 IBA PANTHER:PTN000043558|WB:WBGene00014172|FB:FBgn0032229|UniProtKB:Q16740 F ATP-dependent Clp protease proteolytic subunit UniProtKB:P80244|PTN000043637 protein NCBITaxon:224308 20200807 GO_Central serine-type endopeptidase activity +UniProtKB P80244 clpP GO:0009368 GO_REF:0000033 IBA PANTHER:PTN000043558|TAIR:locus:2196120|TAIR:locus:2034625|TAIR:locus:2178282|UniProtKB:Q16740|TAIR:locus:2033344|UniProtKB:O97252|UniProtKB:P0A6G7|UniProtKB:Q8IL98|FB:FBgn0032229|TAIR:locus:2031070|TAIR:locus:2163538|UniProtKB:Q9SAA2 C ATP-dependent Clp protease proteolytic subunit UniProtKB:P80244|PTN000043637 protein NCBITaxon:224308 20230405 GO_Central endopeptidase Clp complex +UniProtKB P80244 clpP GO:0004176 GO_REF:0000033 IBA PANTHER:PTN000043558|UniProtKB:P0A6G7|UniProtKB:P80244 F ATP-dependent Clp protease proteolytic subunit UniProtKB:P80244|PTN000043637 protein NCBITaxon:224308 20180913 GO_Central ATP-dependent peptidase activity +UniProtKB P80240 greA GO:0006354 GO_REF:0000033 IBA PANTHER:PTN001252439|UniProtKB:P0A6W5 P Transcription elongation factor GreA UniProtKB:P80240|PTN001252440 protein NCBITaxon:224308 20171023 GO_Central DNA-templated transcription elongation +UniProtKB P28819 pabA GO:0000162 GO_REF:0000033 IBA PANTHER:PTN000230074|UniProtKB:P20576|UniProtKB:P00904|UniProtKB:Q42565|UniProtKB:Q764B9|UniProtKB:Q7XUS2|UniProtKB:P28819|SGD:S000001694|PomBase:SPBC1539.09c P Aminodeoxychorismate/anthranilate synthase component 2 UniProtKB:P28819|PTN000230101 protein NCBITaxon:224308 20220925 GO_Central tryptophan biosynthetic process +UniProtKB P54604 yhcT GO:0009982 GO_REF:0000033 IBA PANTHER:PTN008577970|SGD:S000002194|UniProtKB:Q8IZ73|UniProtKB:P0AA37|UniProtKB:P0AA41|UniProtKB:P33643|FB:FBgn0032256|UniProtKB:P0AA39|SGD:S000003401|SGD:S000005427 F Uncharacterized RNA pseudouridine synthase YhcT UniProtKB:P54604|PTN000046867 protein NCBITaxon:224308 20231109 GO_Central pseudouridine synthase activity +UniProtKB P54604 yhcT GO:0000455 GO_REF:0000033 IBA PANTHER:PTN008577970|UniProtKB:P33643|UniProtKB:P0AA37|UniProtKB:P0AA39 P Uncharacterized RNA pseudouridine synthase YhcT UniProtKB:P54604|PTN000046867 protein NCBITaxon:224308 20200808 GO_Central enzyme-directed rRNA pseudouridine synthesis +UniProtKB P54602 yhcR GO:0008253 GO_REF:0000033 IBA PANTHER:PTN008520766|UniProtKB:P07024 F Endonuclease YhcR UniProtKB:P54602|PTN000171629 protein NCBITaxon:224308 20190208 GO_Central 5'-nucleotidase activity +UniProtKB P54602 yhcR GO:0008768 GO_REF:0000033 IBA PANTHER:PTN008520766|UniProtKB:P07024 F Endonuclease YhcR UniProtKB:P54602|PTN000171629 protein NCBITaxon:224308 20190208 GO_Central UDP-sugar diphosphatase activity +UniProtKB P54602 yhcR GO:0030288 GO_REF:0000033 IBA PANTHER:PTN008520763|UniProtKB:P08331|UniProtKB:P07024 C Endonuclease YhcR UniProtKB:P54602|PTN000171629 protein NCBITaxon:224308 20190208 GO_Central outer membrane-bounded periplasmic space +UniProtKB P54596 tcyP GO:0015184 GO_REF:0000033 IBA PANTHER:PTN000238527|UniProtKB:P77529 F L-cystine uptake protein TcyP UniProtKB:P54596|PTN000238528 protein NCBITaxon:224308 20170608 GO_Central L-cystine transmembrane transporter activity +UniProtKB P54596 tcyP GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001735301|UniProtKB:P0A830|UniProtKB:P0AGE4|UniProtKB:P21345|UniProtKB:P77529 C L-cystine uptake protein TcyP UniProtKB:P54596|PTN000238528 protein NCBITaxon:224308 20230112 GO_Central plasma membrane +UniProtKB P54595 yhcK GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002895351|UniProtKB:P76237|UniProtKB:P76236|UniProtKB:P76330|UniProtKB:P76147|UniProtKB:P75801|UniProtKB:P46139 C Uncharacterized protein YhcK UniProtKB:P54595|PTN002895402 protein NCBITaxon:224308 20180209 GO_Central plasma membrane +UniProtKB P54595 yhcK GO:0043709 GO_REF:0000033 IBA PANTHER:PTN002895351|UniProtKB:P31129 P Uncharacterized protein YhcK UniProtKB:P54595|PTN002895402 protein NCBITaxon:224308 20180209 GO_Central cell adhesion involved in single-species biofilm formation +UniProtKB P54595 yhcK GO:0052621 GO_REF:0000033 IBA PANTHER:PTN002895344|UniProtKB:P31129|UniProtKB:P76245|UniProtKB:Q9HXT9|UniProtKB:P76330|UniProtKB:Q9HZ57|UniProtKB:Q9HZX6|UniProtKB:Q9HT84|UniProtKB:Q9HUW7|UniProtKB:P0AA89|UniProtKB:P46139|UniProtKB:Q9HYQ2|UniProtKB:Q9I4M8|UniProtKB:Q9HW69|UniProtKB:P77302|UniProtKB:P0AAP1 F Uncharacterized protein YhcK UniProtKB:P54595|PTN002895402 protein NCBITaxon:224308 20221009 GO_Central diguanylate cyclase activity +UniProtKB P54595 yhcK GO:1902201 GO_REF:0000033 IBA PANTHER:PTN002895351|UniProtKB:P46139|UniProtKB:P76330|UniProtKB:P76236|UniProtKB:P76237 P Uncharacterized protein YhcK UniProtKB:P54595|PTN002895402 protein NCBITaxon:224308 20180209 GO_Central negative regulation of bacterial-type flagellum-dependent cell motility +UniProtKB P54586 yhcB GO:0016020 GO_REF:0000033 IBA PANTHER:PTN000777387|CGD:CAL0000176544|CGD:CAL0000197194|CGD:CAL0000180388|CGD:CAL0000193139 C Uncharacterized protein YhcB UniProtKB:P54586|PTN001254445 protein NCBITaxon:224308 20221209 GO_Central membrane +UniProtKB P54586 yhcB GO:0003955 GO_REF:0000033 IBA PANTHER:PTN000777387|UniProtKB:P0A8G6|UniProtKB:Q9LSQ5|SGD:S000002439|UniProtKB:Q9I509 F Uncharacterized protein YhcB UniProtKB:P54586|PTN001254445 protein NCBITaxon:224308 20221209 GO_Central NAD(P)H dehydrogenase (quinone) activity +UniProtKB P54585 yhcA GO:0016020 GO_REF:0000033 IBA PANTHER:PTN001161692|SGD:S000004584|SGD:S000005905 C Uncharacterized MFS-type transporter YhcA UniProtKB:P54585|PTN000606388 protein NCBITaxon:224308 20180620 GO_Central membrane +UniProtKB P54575 ribC GO:0008531 GO_REF:0000033 IBA PANTHER:PTN000507877|UniProtKB:P0AG40|PomBase:SPCC18.16c|TAIR:locus:2119647|SGD:S000002644|UniProtKB:Q969G6 F Bifunctional riboflavin kinase/FMN adenylyltransferase UniProtKB:P54575|PTN000507948 protein NCBITaxon:224308 20230603 GO_Central riboflavin kinase activity +UniProtKB P54575 ribC GO:0009398 GO_REF:0000033 IBA PANTHER:PTN000507877|SGD:S000002644|PomBase:SPCC18.16c P Bifunctional riboflavin kinase/FMN adenylyltransferase UniProtKB:P54575|PTN000507948 protein NCBITaxon:224308 20170616 GO_Central FMN biosynthetic process +UniProtKB P54575 ribC GO:0006771 GO_REF:0000033 IBA PANTHER:PTN000507877|PomBase:SPCC18.16c|MGI:MGI:1914688|UniProtKB:Q969G6 P Bifunctional riboflavin kinase/FMN adenylyltransferase UniProtKB:P54575|PTN000507948 protein NCBITaxon:224308 20231109 GO_Central riboflavin metabolic process +UniProtKB P54574 fur GO:0003700 GO_REF:0000033 IBA PANTHER:PTN002112386|UniProtKB:P0A9A9|UniProtKB:P9WN87|UniProtKB:P54574|UniProtKB:Q8Y5U9|UniProtKB:Q8PAL3|UniProtKB:P0A0S8|UniProtKB:Q9L2H5|UniProtKB:Q7CQY3|UniProtKB:P0AC51|UniProtKB:P71086|UniProtKB:P54479|UniProtKB:P9WN85|UniProtKB:P33086|UniProtKB:Q89VW1 F Ferric uptake regulation protein UniProtKB:P54574|PTN002112470 protein NCBITaxon:224308 20221009 GO_Central DNA-binding transcription factor activity +UniProtKB P54574 fur GO:0008270 GO_REF:0000033 IBA PANTHER:PTN002112386|UniProtKB:P0A9A9|UniProtKB:P9WN85 F Ferric uptake regulation protein UniProtKB:P54574|PTN002112470 protein NCBITaxon:224308 20170502 GO_Central zinc ion binding +UniProtKB P54574 fur GO:0045892 GO_REF:0000033 IBA PANTHER:PTN002112386|UniProtKB:Q89VW1|UniProtKB:P33086|UniProtKB:Q7BR72|UniProtKB:Q9L2H5|UniProtKB:P9WN85|UniProtKB:P54479|UniProtKB:Q8Y5U9|UniProtKB:P0A0S8|UniProtKB:Q8PAL3|UniProtKB:P74739|UniProtKB:P0A9A9|UniProtKB:Q9JZ70|UniProtKB:Q8EFN3|UniProtKB:Q9HT74|UniProtKB:P54574 P Ferric uptake regulation protein UniProtKB:P54574|PTN002112470 protein NCBITaxon:224308 20230604 GO_Central negative regulation of DNA-templated transcription +UniProtKB P54574 fur GO:1900376 GO_REF:0000033 IBA PANTHER:PTN002112386|UniProtKB:Q9HT74|UniProtKB:Q03456 P Ferric uptake regulation protein UniProtKB:P54574|PTN002112470 protein NCBITaxon:224308 20200809 GO_Central regulation of secondary metabolite biosynthetic process +UniProtKB P54574 fur GO:0000976 GO_REF:0000033 IBA PANTHER:PTN002112386|UniProtKB:Q9L2H5|UniProtKB:Q7CQY3|UniProtKB:P0AC51|UniProtKB:P9WN85|UniProtKB:P71086|UniProtKB:P54479|UniProtKB:P33086|UniProtKB:Q89VW1|UniProtKB:P0A9A9|UniProtKB:P54574|UniProtKB:Q8Y5U9|UniProtKB:H7C6K3|UniProtKB:P0A0S8|UniProtKB:Q8PAL3 F Ferric uptake regulation protein UniProtKB:P54574|PTN002112470 protein NCBITaxon:224308 20221009 GO_Central transcription cis-regulatory region binding +UniProtKB P54570 nudF GO:0019693 GO_REF:0000033 IBA PANTHER:PTN000217263|SGD:S000000315|UniProtKB:Q9UKK9 P ADP-ribose pyrophosphatase UniProtKB:P54570|PTN000217374 protein NCBITaxon:224308 20220922 GO_Central ribose phosphate metabolic process +UniProtKB P54570 nudF GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000217373|UniProtKB:P45799 C ADP-ribose pyrophosphatase UniProtKB:P54570|PTN000217374 protein NCBITaxon:224308 20180913 GO_Central cytosol +UniProtKB P54570 nudF GO:0006753 GO_REF:0000033 IBA PANTHER:PTN000217263|TAIR:locus:2202487|UniProtKB:Q9UKK9|TAIR:locus:2075840 P ADP-ribose pyrophosphatase UniProtKB:P54570|PTN000217374 protein NCBITaxon:224308 20220922 GO_Central nucleoside phosphate metabolic process +UniProtKB P54560 dinB2 GO:0042276 GO_REF:0000033 IBA PANTHER:PTN000117876|UniProtKB:Q9UBT6|UniProtKB:Q47155|WB:WBGene00017696 P DNA polymerase IV 2 UniProtKB:P54560|PTN000118167 protein NCBITaxon:224308 20200929 GO_Central error-prone translesion synthesis +UniProtKB P54560 dinB2 GO:0009432 GO_REF:0000033 IBA PANTHER:PTN000118165|UniProtKB:P04152|UniProtKB:Q47155|UniProtKB:Q8Y5T0|UniProtKB:Q74CQ6 P DNA polymerase IV 2 UniProtKB:P54560|PTN000118167 protein NCBITaxon:224308 20200807 GO_Central SOS response +UniProtKB P54560 dinB2 GO:0003887 GO_REF:0000033 IBA PANTHER:PTN000117876|TAIR:locus:2031050|UniProtKB:Q47155|UniProtKB:P04152 F DNA polymerase IV 2 UniProtKB:P54560|PTN000118167 protein NCBITaxon:224308 20200807 GO_Central DNA-directed DNA polymerase activity +UniProtKB P54556 coaA GO:0004594 GO_REF:0000033 IBA PANTHER:PTN000032311|UniProtKB:P0A6I3|UniProtKB:P9WPA7 F Pantothenate kinase UniProtKB:P54556|PTN000032312 protein NCBITaxon:224308 20170228 GO_Central pantothenate kinase activity +UniProtKB P54556 coaA GO:0015937 GO_REF:0000033 IBA PANTHER:PTN000032311|UniProtKB:P9WPA7|UniProtKB:P0A6I3 P Pantothenate kinase UniProtKB:P54556|PTN000032312 protein NCBITaxon:224308 20170228 GO_Central coenzyme A biosynthetic process +UniProtKB P54556 coaA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000032154|UniProtKB:P0A8F4|TAIR:locus:2164516|TAIR:locus:2049567|TAIR:locus:2086523|TAIR:locus:2028809|UniProtKB:P0A8F0|TAIR:locus:2195366|TAIR:locus:2034260|TAIR:locus:2031541 C Pantothenate kinase UniProtKB:P54556|PTN000032312 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB P54555 dsdA GO:0009097 GO_REF:0000033 IBA PANTHER:PTN002459384|UniProtKB:P04968|TAIR:locus:2100078|PomBase:SPBC1677.03c|CGD:CAL0000199398|SGD:S000000888 P Probable D-serine dehydratase UniProtKB:P54555|PTN000034700 protein NCBITaxon:224308 20220309 GO_Central isoleucine biosynthetic process +UniProtKB P54555 dsdA GO:0008721 GO_REF:0000033 IBA PANTHER:PTN000034699|UniProtKB:Q9HYN9|UniProtKB:P00926 F Probable D-serine dehydratase UniProtKB:P54555|PTN000034700 protein NCBITaxon:224308 20170228 GO_Central D-serine ammonia-lyase activity +UniProtKB P54555 dsdA GO:0036088 GO_REF:0000033 IBA PANTHER:PTN000034699|UniProtKB:P00926 P Probable D-serine dehydratase UniProtKB:P54555|PTN000034700 protein NCBITaxon:224308 20170228 GO_Central D-serine catabolic process +UniProtKB P54552 proI GO:0004735 GO_REF:0000033 IBA PANTHER:PTN000182176|UniProtKB:Q53H96|SGD:S000000825|UniProtKB:P0A9L8|UniProtKB:P32322|TAIR:locus:2185435|UniProtKB:P9WHU7 F Pyrroline-5-carboxylate reductase 2 UniProtKB:P54552|PTN000182336 protein NCBITaxon:224308 20190212 GO_Central pyrroline-5-carboxylate reductase activity +UniProtKB P54552 proI GO:0055129 GO_REF:0000033 IBA PANTHER:PTN000182176|UniProtKB:Q53H96|UniProtKB:P0A9L8 P Pyrroline-5-carboxylate reductase 2 UniProtKB:P54552|PTN000182336 protein NCBITaxon:224308 20190212 GO_Central L-proline biosynthetic process +UniProtKB P54548 rnz GO:0042781 GO_REF:0000033 IBA PANTHER:PTN000284960|UniProtKB:P0A8V0 F Ribonuclease Z UniProtKB:P54548|PTN000285078 protein NCBITaxon:224308 20170228 GO_Central 3'-tRNA processing endoribonuclease activity +UniProtKB P54547 zwf GO:0009051 GO_REF:0000033 IBA PANTHER:PTN000604427|TAIR:locus:2032412|TAIR:locus:2086558|TAIR:locus:2154805|SGD:S000005185|RGD:2645|UniProtKB:O95479|MGI:MGI:105979|TAIR:locus:2179887|UniProtKB:P11413|TAIR:locus:2165154 P Glucose-6-phosphate 1-dehydrogenase UniProtKB:P54547|PTN000604543 protein NCBITaxon:224308 20220924 GO_Central pentose-phosphate shunt, oxidative branch +UniProtKB P54547 zwf GO:0004345 GO_REF:0000033 IBA PANTHER:PTN000604427|TAIR:locus:2086558|SGD:S000005185|RGD:2645|UniProtKB:O95479|UniProtKB:P41764|MGI:MGI:105979|UniProtKB:P0AC53|UniProtKB:P11413|TAIR:locus:2032412|TAIR:locus:2154805|FB:FBgn0004057|MGI:MGI:105977|MGI:MGI:2140356|RGD:1306562|ZFIN:ZDB-GENE-070508-4|PomBase:SPAC3A12.18|TAIR:locus:2179887|UniProtKB:A0A144A6N0|TAIR:locus:2165154 F Glucose-6-phosphate 1-dehydrogenase UniProtKB:P54547|PTN000604543 protein NCBITaxon:224308 20230111 GO_Central glucose-6-phosphate dehydrogenase activity +UniProtKB P54547 zwf GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000604542|UniProtKB:P0AC53 C Glucose-6-phosphate 1-dehydrogenase UniProtKB:P54547|PTN000604543 protein NCBITaxon:224308 20211011 GO_Central cytosol +UniProtKB P54547 zwf GO:0006006 GO_REF:0000033 IBA PANTHER:PTN000604427|UniProtKB:P0AC53|TAIR:locus:2154805|TAIR:locus:2032412|TAIR:locus:2086558|TAIR:locus:2165154|TAIR:locus:2179887 P Glucose-6-phosphate 1-dehydrogenase UniProtKB:P54547|PTN000604543 protein NCBITaxon:224308 20211011 GO_Central glucose metabolic process +UniProtKB P54545 dinB1 GO:0042276 GO_REF:0000033 IBA PANTHER:PTN000117876|UniProtKB:Q9UBT6|UniProtKB:Q47155|WB:WBGene00017696 P DNA polymerase IV 1 UniProtKB:P54545|PTN000118168 protein NCBITaxon:224308 20200929 GO_Central error-prone translesion synthesis +UniProtKB P54545 dinB1 GO:0009432 GO_REF:0000033 IBA PANTHER:PTN000118165|UniProtKB:P04152|UniProtKB:Q47155|UniProtKB:Q8Y5T0|UniProtKB:Q74CQ6 P DNA polymerase IV 1 UniProtKB:P54545|PTN000118168 protein NCBITaxon:224308 20200807 GO_Central SOS response +UniProtKB P54545 dinB1 GO:0003887 GO_REF:0000033 IBA PANTHER:PTN000117876|TAIR:locus:2031050|UniProtKB:Q47155|UniProtKB:P04152 F DNA polymerase IV 1 UniProtKB:P54545|PTN000118168 protein NCBITaxon:224308 20200807 GO_Central DNA-directed DNA polymerase activity +UniProtKB P54544 misCB GO:0051205 GO_REF:0000033 IBA PANTHER:PTN000276804|SGD:S000003294|UniProtKB:P25714|TAIR:locus:2100172|SGD:S000000956|UniProtKB:Q8N8Q8|PomBase:SPCC1442.15c P Membrane protein insertase MisCB UniProtKB:P54544|PTN000276932 protein NCBITaxon:224308 20230406 GO_Central protein insertion into membrane +UniProtKB P54544 misCB GO:0032977 GO_REF:0000033 IBA PANTHER:PTN000276804|PomBase:SPCC1442.15c|UniProtKB:Q8N8Q8|SGD:S000000956|UniProtKB:P25714|SGD:S000003294 F Membrane protein insertase MisCB UniProtKB:P54544|PTN000276932 protein NCBITaxon:224308 20181116 GO_Central membrane insertase activity +UniProtKB P54541 yqjD GO:0004658 GO_REF:0000033 IBA PANTHER:PTN000523533|UniProtKB:P79384|UniProtKB:O53578|UniProtKB:P9WQH7|UniProtKB:P05166 F Putative propionyl-CoA carboxylase beta chain UniProtKB:P54541|PTN000523578 protein NCBITaxon:224308 20230112 GO_Central propionyl-CoA carboxylase activity +UniProtKB P54541 yqjD GO:0009317 GO_REF:0000033 IBA PANTHER:PTN008122123|UniProtKB:P9WQH5|UniProtKB:O53578|UniProtKB:P9WQH7 C Putative propionyl-CoA carboxylase beta chain UniProtKB:P54541|PTN000523578 protein NCBITaxon:224308 20210625 GO_Central acetyl-CoA carboxylase complex +UniProtKB P54540 yqjC GO:0004493 GO_REF:0000033 IBA PANTHER:PTN000482927|UniProtKB:Q96PE7 F Uncharacterized protein YqjC UniProtKB:P54540|PTN000482978 protein NCBITaxon:224308 20180504 GO_Central methylmalonyl-CoA epimerase activity +UniProtKB P54540 yqjC GO:0046491 GO_REF:0000033 IBA PANTHER:PTN000482927|UniProtKB:Q96PE7 P Uncharacterized protein YqjC UniProtKB:P54540|PTN000482978 protein NCBITaxon:224308 20180504 GO_Central L-methylmalonyl-CoA metabolic process +UniProtKB P54539 yqjB GO:0018104 GO_REF:0000033 IBA PANTHER:PTN001255072|UniProtKB:O53638|UniProtKB:P39176|UniProtKB:P75954|UniProtKB:P0AAX8 P Putative L,D-transpeptidase YqjB UniProtKB:P54539|PTN001255070 protein NCBITaxon:224308 20170511 GO_Central peptidoglycan-protein cross-linking +UniProtKB P54539 yqjB GO:0071972 GO_REF:0000033 IBA PANTHER:PTN001255072|UniProtKB:P0AAX8|UniProtKB:P39176|UniProtKB:P75954|UniProtKB:O53638|UniProtKB:P76193 F Putative L,D-transpeptidase YqjB UniProtKB:P54539|PTN001255070 protein NCBITaxon:224308 20200809 GO_Central peptidoglycan L,D-transpeptidase activity +UniProtKB P54536 artQ GO:0006865 GO_REF:0000033 IBA PANTHER:PTN000770159|UniProtKB:P0AFT2|UniProtKB:Q9I404|UniProtKB:Q9I403|UniProtKB:Q9I487 P Arginine transport system permease protein ArtQ UniProtKB:P54536|PTN000770172 protein NCBITaxon:224308 20230406 GO_Central amino acid transport +UniProtKB P54536 artQ GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000770159|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P45767|UniProtKB:P0AER5|UniProtKB:P45768|UniProtKB:P0AE30 C Arginine transport system permease protein ArtQ UniProtKB:P54536|PTN000770172 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P54532 buk GO:0006083 GO_REF:0000033 IBA PANTHER:PTN000471910|UniProtKB:P0A6A3 P Probable butyrate kinase UniProtKB:P54532|PTN000471926 protein NCBITaxon:224308 20210623 GO_Central acetate metabolic process +UniProtKB P54532 buk GO:0008776 GO_REF:0000033 IBA PANTHER:PTN000471910|UniProtKB:P63411|UniProtKB:P0A6A3|UniProtKB:P11868 F Probable butyrate kinase UniProtKB:P54532|PTN000471926 protein NCBITaxon:224308 20210623 GO_Central acetate kinase activity +UniProtKB P54528 mmgF GO:0046421 GO_REF:0000033 IBA PANTHER:PTN001855076|UniProtKB:Q8EJW1|UniProtKB:P77541|UniProtKB:Q56062 F 2-methylisocitrate lyase UniProtKB:P54528|PTN000493113 protein NCBITaxon:224308 20200810 GO_Central methylisocitrate lyase activity +UniProtKB P54528 mmgF GO:0019629 GO_REF:0000033 IBA PANTHER:PTN001855076|UniProtKB:Q56062|UniProtKB:P77541 P 2-methylisocitrate lyase UniProtKB:P54528|PTN000493113 protein NCBITaxon:224308 20170228 GO_Central propionate catabolic process, 2-methylcitrate cycle +UniProtKB P54523 dxs GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000179250|UniProtKB:P77488 C 1-deoxy-D-xylulose-5-phosphate synthase UniProtKB:P54523|PTN000179242 protein NCBITaxon:224308 20170511 GO_Central cytosol +UniProtKB P54523 dxs GO:0019288 GO_REF:0000033 IBA PANTHER:PTN000179250|UniProtKB:P9WNS3|UniProtKB:P77488 P 1-deoxy-D-xylulose-5-phosphate synthase UniProtKB:P54523|PTN000179242 protein NCBITaxon:224308 20170511 GO_Central isopentenyl diphosphate biosynthetic process, methylerythritol 4-phosphate pathway +UniProtKB P54523 dxs GO:0008661 GO_REF:0000033 IBA PANTHER:PTN000179250|UniProtKB:P77488|UniProtKB:P9WNS3 F 1-deoxy-D-xylulose-5-phosphate synthase UniProtKB:P54523|PTN000179242 protein NCBITaxon:224308 20170511 GO_Central 1-deoxy-D-xylulose-5-phosphate synthase activity +UniProtKB P54520 nusB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000118200|UniProtKB:P0A780 C Transcription antitermination protein NusB UniProtKB:P54520|PTN000118201 protein NCBITaxon:224308 20190524 GO_Central cytosol +UniProtKB P54493 gluP GO:0004252 GO_REF:0000033 IBA PANTHER:PTN002464329|UniProtKB:Q9H300|SGD:S000003333 F Rhomboid protease GluP UniProtKB:P54493|PTN000533194 protein NCBITaxon:224308 20230604 GO_Central serine-type endopeptidase activity +UniProtKB P54490 yqgM GO:0016757 GO_REF:0000033 IBA PANTHER:PTN000749410|UniProtKB:P32057|UniProtKB:Q9HTC0|UniProtKB:P9WMZ5|UniProtKB:P27127|UniProtKB:P25740|UniProtKB:P9WMY7|UniProtKB:Q9HZE9|UniProtKB:P9WMZ3|UniProtKB:P71237 F Uncharacterized glycosyltransferase YqgM UniProtKB:P54490|PTN004365380 protein NCBITaxon:224308 20221007 GO_Central glycosyltransferase activity +UniProtKB P54488 pbpA GO:0008658 GO_REF:0000033 IBA PANTHER:PTN000771406|UniProtKB:P0AD68|UniProtKB:P0AD65 F Penicillin-binding protein 2A UniProtKB:P54488|PTN001256035 protein NCBITaxon:224308 20170828 GO_Central penicillin binding +UniProtKB P54488 pbpA GO:0071972 GO_REF:0000033 IBA PANTHER:PTN000771407|UniProtKB:P0AD65 F Penicillin-binding protein 2A UniProtKB:P54488|PTN001256035 protein NCBITaxon:224308 20170828 GO_Central peptidoglycan L,D-transpeptidase activity +UniProtKB P54488 pbpA GO:0071555 GO_REF:0000033 IBA PANTHER:PTN000771406|UniProtKB:P0AD65 P Penicillin-binding protein 2A UniProtKB:P54488|PTN001256035 protein NCBITaxon:224308 20170828 GO_Central cell wall organization +UniProtKB P54482 ispG GO:0046429 GO_REF:0000033 IBA PANTHER:PTN000765215|UniProtKB:P62620|TAIR:locus:2175851 F 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase (flavodoxin) UniProtKB:P54482|PTN000765216 protein NCBITaxon:224308 20170228 GO_Central 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase activity +UniProtKB P54482 ispG GO:0019288 GO_REF:0000033 IBA PANTHER:PTN000765215|UniProtKB:P62620 P 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase (flavodoxin) UniProtKB:P54482|PTN000765216 protein NCBITaxon:224308 20170228 GO_Central isopentenyl diphosphate biosynthetic process, methylerythritol 4-phosphate pathway +UniProtKB P54479 zur GO:0045892 GO_REF:0000033 IBA PANTHER:PTN002112386|UniProtKB:Q89VW1|UniProtKB:P33086|UniProtKB:Q7BR72|UniProtKB:Q9L2H5|UniProtKB:P9WN85|UniProtKB:P54479|UniProtKB:Q8Y5U9|UniProtKB:P0A0S8|UniProtKB:Q8PAL3|UniProtKB:P74739|UniProtKB:P0A9A9|UniProtKB:Q9JZ70|UniProtKB:Q8EFN3|UniProtKB:Q9HT74|UniProtKB:P54574 P Zinc-specific metallo-regulatory protein UniProtKB:P54479|PTN002112420 protein NCBITaxon:224308 20230604 GO_Central negative regulation of DNA-templated transcription +UniProtKB P54479 zur GO:0000976 GO_REF:0000033 IBA PANTHER:PTN002112386|UniProtKB:Q9L2H5|UniProtKB:Q7CQY3|UniProtKB:P0AC51|UniProtKB:P9WN85|UniProtKB:P71086|UniProtKB:P54479|UniProtKB:P33086|UniProtKB:Q89VW1|UniProtKB:P0A9A9|UniProtKB:P54574|UniProtKB:Q8Y5U9|UniProtKB:H7C6K3|UniProtKB:P0A0S8|UniProtKB:Q8PAL3 F Zinc-specific metallo-regulatory protein UniProtKB:P54479|PTN002112420 protein NCBITaxon:224308 20221009 GO_Central transcription cis-regulatory region binding +UniProtKB P54479 zur GO:0008270 GO_REF:0000033 IBA PANTHER:PTN002112386|UniProtKB:P0A9A9|UniProtKB:P9WN85 F Zinc-specific metallo-regulatory protein UniProtKB:P54479|PTN002112420 protein NCBITaxon:224308 20170502 GO_Central zinc ion binding +UniProtKB P54479 zur GO:1900376 GO_REF:0000033 IBA PANTHER:PTN002112386|UniProtKB:Q9HT74|UniProtKB:Q03456 P Zinc-specific metallo-regulatory protein UniProtKB:P54479|PTN002112420 protein NCBITaxon:224308 20200809 GO_Central regulation of secondary metabolite biosynthetic process +UniProtKB P54479 zur GO:0003700 GO_REF:0000033 IBA PANTHER:PTN002112386|UniProtKB:P0A9A9|UniProtKB:P9WN87|UniProtKB:P54574|UniProtKB:Q8Y5U9|UniProtKB:Q8PAL3|UniProtKB:P0A0S8|UniProtKB:Q9L2H5|UniProtKB:Q7CQY3|UniProtKB:P0AC51|UniProtKB:P71086|UniProtKB:P54479|UniProtKB:P9WN85|UniProtKB:P33086|UniProtKB:Q89VW1 F Zinc-specific metallo-regulatory protein UniProtKB:P54479|PTN002112420 protein NCBITaxon:224308 20221009 GO_Central DNA-binding transcription factor activity +UniProtKB P54476 nfo GO:0003906 GO_REF:0000033 IBA PANTHER:PTN000485019|UniProtKB:Q8IE02|PomBase:SPCC622.17|SGD:S000001597|UniProtKB:P0A6C1|WB:WBGene00000151 F Probable endonuclease 4 UniProtKB:P54476|PTN000485048 protein NCBITaxon:224308 20230111 GO_Central DNA-(apurinic or apyrimidinic site) endonuclease activity +UniProtKB P54476 nfo GO:0006284 GO_REF:0000033 IBA PANTHER:PTN000485019|SGD:S000001597|WB:WBGene00000151 P Probable endonuclease 4 UniProtKB:P54476|PTN000485048 protein NCBITaxon:224308 20170228 GO_Central base-excision repair +UniProtKB P54476 nfo GO:0008081 GO_REF:0000033 IBA PANTHER:PTN000485019|SGD:S000001597|UniProtKB:P0A6C1|WB:WBGene00000151 F Probable endonuclease 4 UniProtKB:P54476|PTN000485048 protein NCBITaxon:224308 20211111 GO_Central phosphoric diester hydrolase activity +UniProtKB P54475 cshB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6 C DEAD-box ATP-dependent RNA helicase CshB UniProtKB:P54475|PTN002777996 protein NCBITaxon:224308 20190430 GO_Central cytosol +UniProtKB P54475 cshB GO:0033592 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6|UniProtKB:Q55804 F DEAD-box ATP-dependent RNA helicase CshB UniProtKB:P54475|PTN002777996 protein NCBITaxon:224308 20190430 GO_Central RNA strand annealing activity +UniProtKB P54475 cshB GO:0009409 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P96614|UniProtKB:P54475|UniProtKB:P0A9P6 P DEAD-box ATP-dependent RNA helicase CshB UniProtKB:P54475|PTN002777996 protein NCBITaxon:224308 20221130 GO_Central response to cold +UniProtKB P54475 cshB GO:0003724 GO_REF:0000033 IBA PANTHER:PTN002776767|UniProtKB:P0A9P6|UniProtKB:Q55804|UniProtKB:P96614 F DEAD-box ATP-dependent RNA helicase CshB UniProtKB:P54475|PTN002777996 protein NCBITaxon:224308 20190430 GO_Central RNA helicase activity +UniProtKB P54475 cshB colocalizes_with GO:0005840 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P96614 C DEAD-box ATP-dependent RNA helicase CshB UniProtKB:P54475|PTN002777996 protein NCBITaxon:224308 20190430 GO_Central ribosome +UniProtKB P54472 yqfO GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000351095|MGI:MGI:1929485|SGD:S000003189|UniProtKB:Q9GZT8|UniProtKB:P0AFP6 C GTP cyclohydrolase 1 type 2 homolog UniProtKB:P54472|PTN000351148 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB P54465 yqeZ GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002127337|UniProtKB:P0AAS3 C Uncharacterized protein YqeZ UniProtKB:P54465|PTN002127364 protein NCBITaxon:224308 20180110 GO_Central plasma membrane +UniProtKB P54462 mtaB GO:0035600 GO_REF:0000033 IBA PANTHER:PTN000228764|MGI:MGI:1921765|UniProtKB:P54462 P Threonylcarbamoyladenosine tRNA methylthiotransferase MtaB UniProtKB:P54462|PTN000228765 protein NCBITaxon:224308 20221007 GO_Central tRNA methylthiolation +UniProtKB P54462 mtaB GO:0035598 GO_REF:0000033 IBA PANTHER:PTN000228764|UniProtKB:P54462|MGI:MGI:1921765 F Threonylcarbamoyladenosine tRNA methylthiotransferase MtaB UniProtKB:P54462|PTN000228765 protein NCBITaxon:224308 20170228 GO_Central N6-threonylcarbomyladenosine methylthiotransferase activity +UniProtKB P54460 prmA GO:0008276 GO_REF:0000033 IBA PANTHER:PTN000430995|UniProtKB:P0A8T1|UniProtKB:Q8IXQ9|TAIR:locus:2154739|MGI:MGI:2443575 F Ribosomal protein L11 methyltransferase UniProtKB:P54460|PTN000431002 protein NCBITaxon:224308 20211112 GO_Central protein methyltransferase activity +UniProtKB P54459 yqeN GO:0006261 GO_REF:0000033 IBA PANTHER:PTN002155705|UniProtKB:P28630 P Uncharacterized protein YqeN UniProtKB:P54459|PTN002155731 protein NCBITaxon:224308 20200625 GO_Central DNA-templated DNA replication +UniProtKB P54459 yqeN GO:0009360 GO_REF:0000033 IBA PANTHER:PTN002155705|UniProtKB:P28630 C Uncharacterized protein YqeN UniProtKB:P54459|PTN002155731 protein NCBITaxon:224308 20230407 GO_Central DNA polymerase III complex +UniProtKB P54450 cwlH GO:0008745 GO_REF:0000033 IBA PANTHER:PTN001252273|UniProtKB:Q9HT86|UniProtKB:G3XCW9|UniProtKB:Q9I5D1|UniProtKB:P75820 F N-acetylmuramoyl-L-alanine amidase CwlH UniProtKB:P54450|PTN001472701 protein NCBITaxon:224308 20170228 GO_Central N-acetylmuramoyl-L-alanine amidase activity +UniProtKB P54450 cwlH GO:0009254 GO_REF:0000033 IBA PANTHER:PTN001252273|UniProtKB:P13016 P N-acetylmuramoyl-L-alanine amidase CwlH UniProtKB:P54450|PTN001472701 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan turnover +UniProtKB P54450 cwlH GO:0009253 GO_REF:0000033 IBA PANTHER:PTN001252273|UniProtKB:P75820 P N-acetylmuramoyl-L-alanine amidase CwlH UniProtKB:P54450|PTN001472701 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan catabolic process +UniProtKB P54449 yqeD GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000293555|UniProtKB:P76221 C Uncharacterized protein YqeD UniProtKB:P54449|PTN000293563 protein NCBITaxon:224308 20200305 GO_Central plasma membrane +UniProtKB P54444 yrkQ GO:0000155 GO_REF:0000033 IBA PANTHER:PTN002557430|UniProtKB:P0AE82 F Sensor histidine kinase YrkQ UniProtKB:P54444|PTN000724632 protein NCBITaxon:224308 20171018 GO_Central phosphorelay sensor kinase activity +UniProtKB P54444 yrkQ GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002557430|UniProtKB:P0AE82 C Sensor histidine kinase YrkQ UniProtKB:P54444|PTN000724632 protein NCBITaxon:224308 20230112 GO_Central plasma membrane +UniProtKB P54443 yrkP GO:0032993 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q8EHJ3 C Uncharacterized transcriptional regulatory protein YrkP UniProtKB:P54443|PTN000724417 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex +UniProtKB P54443 yrkP GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:Q8EEF6|UniProtKB:P9WGM9|UniProtKB:P9WGL9|UniProtKB:P0AFJ5|UniProtKB:P23890|UniProtKB:P0AFT5|UniProtKB:P37478|UniProtKB:P0AA16|UniProtKB:Q8EHJ3|UniProtKB:P21866|UniProtKB:P44918|UniProtKB:P69228|UniProtKB:P23836|UniProtKB:P0AE88|UniProtKB:P08368|UniProtKB:P0ACZ8|UniProtKB:P38684|UniProtKB:P71814|UniProtKB:P30843|UniProtKB:P9WGM7|UniProtKB:O53830|UniProtKB:P76340|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q9I034 P Uncharacterized transcriptional regulatory protein YrkP UniProtKB:P54443|PTN000724417 protein NCBITaxon:224308 20230604 GO_Central regulation of DNA-templated transcription +UniProtKB P54443 yrkP GO:0000156 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O07776|UniProtKB:Q9I2U3|UniProtKB:P38684|UniProtKB:P0A9Q1|UniProtKB:P30843|UniProtKB:P0AA16|UniProtKB:P0AE88 F Uncharacterized transcriptional regulatory protein YrkP UniProtKB:P54443|PTN000724417 protein NCBITaxon:224308 20211113 GO_Central phosphorelay response regulator activity +UniProtKB P54443 yrkP GO:0000976 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P69228|UniProtKB:Q8EE50|UniProtKB:P21866|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P08368|UniProtKB:Q8EHJ3 F Uncharacterized transcriptional regulatory protein YrkP UniProtKB:P54443|PTN000724417 protein NCBITaxon:224308 20211113 GO_Central transcription cis-regulatory region binding +UniProtKB P54443 yrkP GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:P69228|UniProtKB:P0AE88|UniProtKB:P0A9Q1 C Uncharacterized transcriptional regulatory protein YrkP UniProtKB:P54443|PTN000724417 protein NCBITaxon:224308 20170829 GO_Central cytosol +UniProtKB P54439 yrkL GO:0003955 GO_REF:0000033 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F Uncharacterized NAD(P)H oxidoreductase YrkL UniProtKB:P54439|PTN000024587 protein NCBITaxon:224308 20180413 GO_Central NAD(P)H dehydrogenase (quinone) activity +UniProtKB P54439 yrkL GO:0010181 GO_REF:0000033 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F Uncharacterized NAD(P)H oxidoreductase YrkL UniProtKB:P54439|PTN000024587 protein NCBITaxon:224308 20180413 GO_Central FMN binding +UniProtKB P54439 yrkL GO:0009055 GO_REF:0000033 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F Uncharacterized NAD(P)H oxidoreductase YrkL UniProtKB:P54439|PTN000024587 protein NCBITaxon:224308 20180413 GO_Central electron transfer activity +UniProtKB P54435 yrkH GO:0050313 GO_REF:0000033 IBA PANTHER:PTN002454072|UniProtKB:O95571|TAIR:locus:2024922 F Uncharacterized protein YrkH UniProtKB:P54435|PTN000232662 protein NCBITaxon:224308 20170509 GO_Central sulfur dioxygenase activity +UniProtKB P54435 yrkH GO:0070813 GO_REF:0000033 IBA PANTHER:PTN002454072|UniProtKB:O95571 P Uncharacterized protein YrkH UniProtKB:P54435|PTN000232662 protein NCBITaxon:224308 20170509 GO_Central hydrogen sulfide metabolic process +UniProtKB P54435 yrkH GO:0006749 GO_REF:0000033 IBA PANTHER:PTN002454072|UniProtKB:O95571 P Uncharacterized protein YrkH UniProtKB:P54435|PTN000232662 protein NCBITaxon:224308 20170509 GO_Central glutathione metabolic process +UniProtKB P54427 ybxI GO:0071555 GO_REF:0000033 IBA PANTHER:PTN000771406|UniProtKB:P0AD65 P Probable beta-lactamase YbxI UniProtKB:P54427|PTN002024682 protein NCBITaxon:224308 20170828 GO_Central cell wall organization +UniProtKB P54427 ybxI GO:0008658 GO_REF:0000033 IBA PANTHER:PTN000771406|UniProtKB:P0AD68|UniProtKB:P0AD65 F Probable beta-lactamase YbxI UniProtKB:P54427|PTN002024682 protein NCBITaxon:224308 20170828 GO_Central penicillin binding +UniProtKB P54421 lytE GO:0008932 GO_REF:0000033 IBA PANTHER:PTN008659194|UniProtKB:P0AEZ7 F Probable peptidoglycan endopeptidase LytE UniProtKB:P54421|PTN000494718 protein NCBITaxon:224308 20171201 GO_Central lytic endotransglycosylase activity +UniProtKB P54419 metK GO:0006556 GO_REF:0000033 IBA PANTHER:PTN000239344|UniProtKB:P0A817|FB:FBgn0005278|UniProtKB:P31153|UniProtKB:Q00266|SGD:S000004170|RGD:619985|MGI:MGI:2443731|SGD:S000002910|RGD:3050|UniProtKB:Q7K6A4 P S-adenosylmethionine synthase UniProtKB:P54419|PTN000239468 protein NCBITaxon:224308 20230110 GO_Central S-adenosylmethionine biosynthetic process +UniProtKB P54419 metK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000239344|UniProtKB:P0A817 C S-adenosylmethionine synthase UniProtKB:P54419|PTN000239468 protein NCBITaxon:224308 20230602 GO_Central cytosol +UniProtKB P54419 metK GO:0004478 GO_REF:0000033 IBA PANTHER:PTN000239344|UniProtKB:Q7K6A4|MGI:MGI:2443731|UniProtKB:Q586G1|TAIR:locus:2058011|SGD:S000002910|RGD:3050|PomBase:SPBC14F5.05c|UniProtKB:Q586F9|SGD:S000004170|RGD:619985|UniProtKB:Q586G3|UniProtKB:P31153|UniProtKB:Q00266|TAIR:locus:2196160|UniProtKB:P0A817 F S-adenosylmethionine synthase UniProtKB:P54419|PTN000239468 protein NCBITaxon:224308 20230110 GO_Central methionine adenosyltransferase activity +UniProtKB P54418 pckA GO:0004612 GO_REF:0000033 IBA PANTHER:PTN000768953|TAIR:locus:2137594|UniProtKB:P22259|SGD:S000001805 F Phosphoenolpyruvate carboxykinase (ATP) UniProtKB:P54418|PTN001247145 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate carboxykinase (ATP) activity +UniProtKB P54418 pckA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000768953|SGD:S000001805|UniProtKB:P22259 C Phosphoenolpyruvate carboxykinase (ATP) UniProtKB:P54418|PTN001247145 protein NCBITaxon:224308 20210905 GO_Central cytosol +UniProtKB P54418 pckA GO:0006094 GO_REF:0000033 IBA PANTHER:PTN000768953|UniProtKB:P22259|UniProtKB:Q586V2|SGD:S000001805 P Phosphoenolpyruvate carboxykinase (ATP) UniProtKB:P54418|PTN001247145 protein NCBITaxon:224308 20230111 GO_Central gluconeogenesis +UniProtKB P54394 dinG GO:0003678 GO_REF:0000033 IBA PANTHER:PTN000158192|SGD:S000005929|UniProtKB:Q9NZ71|CGD:CAL0000192893|UniProtKB:Q8I2H7|MGI:MGI:2139369|UniProtKB:Q96FC9|SGD:S000000973|UniProtKB:P27296|UniProtKB:Q9BX63|UniProtKB:P18074 F 3'-5' exonuclease DinG UniProtKB:P54394|PTN000158446 protein NCBITaxon:224308 20230110 GO_Central DNA helicase activity +UniProtKB P54383 ispA GO:0004659 GO_REF:0000033 IBA PANTHER:PTN000243243|TAIR:locus:2010182|UniProtKB:Q9WY08|TAIR:locus:2079028|TAIR:locus:2115450|UniProtKB:Q9LUD9|TAIR:locus:2046258|UniProtKB:P22939|TAIR:locus:2048993|TAIR:locus:2121149|TAIR:locus:2089626|TAIR:locus:2093832 F Farnesyl diphosphate synthase UniProtKB:P54383|PTN000243334 protein NCBITaxon:224308 20210531 GO_Central prenyltransferase activity +UniProtKB P54382 folD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000002250|UniProtKB:P24186|SGD:S000001788|UniProtKB:P11586 C Bifunctional protein FolD UniProtKB:P54382|PTN000002430 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P54382 folD GO:0004488 GO_REF:0000033 IBA PANTHER:PTN000002250|UniProtKB:P13995|SGD:S000000288|PomBase:SPBC839.16|MGI:MGI:1338850|RGD:1310879|UniProtKB:P11586|SGD:S000003436|UniProtKB:P24186|MGI:MGI:1342005 F Bifunctional protein FolD UniProtKB:P54382|PTN000002430 protein NCBITaxon:224308 20211218 GO_Central methylenetetrahydrofolate dehydrogenase (NADP+) activity +UniProtKB P54382 folD GO:0035999 GO_REF:0000033 IBA PANTHER:PTN000002250|UniProtKB:P11586|RGD:1310879|MGI:MGI:1342005 P Bifunctional protein FolD UniProtKB:P54382|PTN000002430 protein NCBITaxon:224308 20200810 GO_Central tetrahydrofolate interconversion +UniProtKB P54382 folD GO:0004477 GO_REF:0000033 IBA PANTHER:PTN000002250|UniProtKB:P24186|SGD:S000003436|UniProtKB:P11586|RGD:1310879|PomBase:SPBC839.16|MGI:MGI:1338850|SGD:S000000288|UniProtKB:P13995 F Bifunctional protein FolD UniProtKB:P54382|PTN000002430 protein NCBITaxon:224308 20211218 GO_Central methenyltetrahydrofolate cyclohydrolase activity +UniProtKB P54381 glyS GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000763960|UniProtKB:P00961 C Glycine--tRNA ligase beta subunit UniProtKB:P54381|PTN001247853 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P54377 gcvPB GO:0005960 GO_REF:0000033 IBA PANTHER:PTN000206531|RGD:1308660 C Probable glycine dehydrogenase (decarboxylating) subunit 2 UniProtKB:P54377|PTN000206598 protein NCBITaxon:224308 20170228 GO_Central glycine cleavage complex +UniProtKB P54377 gcvPB GO:0019464 GO_REF:0000033 IBA PANTHER:PTN000206531|SGD:S000004801|RGD:1308660 P Probable glycine dehydrogenase (decarboxylating) subunit 2 UniProtKB:P54377|PTN000206598 protein NCBITaxon:224308 20170228 GO_Central glycine decarboxylation via glycine cleavage system +UniProtKB P54377 gcvPB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000206531|UniProtKB:P33195 C Probable glycine dehydrogenase (decarboxylating) subunit 2 UniProtKB:P54377|PTN000206598 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P54377 gcvPB GO:0016594 GO_REF:0000033 IBA PANTHER:PTN000206531|RGD:1308660 F Probable glycine dehydrogenase (decarboxylating) subunit 2 UniProtKB:P54377|PTN000206598 protein NCBITaxon:224308 20170228 GO_Central glycine binding +UniProtKB P54377 gcvPB GO:0004375 GO_REF:0000033 IBA PANTHER:PTN000206531|UniProtKB:P33195|RGD:1308660|UniProtKB:P23378|SGD:S000004801 F Probable glycine dehydrogenase (decarboxylating) subunit 2 UniProtKB:P54377|PTN000206598 protein NCBITaxon:224308 20170228 GO_Central glycine dehydrogenase (decarboxylating) activity +UniProtKB P54377 gcvPB GO:0030170 GO_REF:0000033 IBA PANTHER:PTN000206531|RGD:1308660 F Probable glycine dehydrogenase (decarboxylating) subunit 2 UniProtKB:P54377|PTN000206598 protein NCBITaxon:224308 20180904 GO_Central pyridoxal phosphate binding +UniProtKB P54375 sodA GO:0004784 GO_REF:0000033 IBA PANTHER:PTN000150211|UniProtKB:P00448|UniProtKB:Q9RUV2 F Superoxide dismutase [Mn] UniProtKB:P54375|PTN000150212 protein NCBITaxon:224308 20230720 GO_Central superoxide dismutase activity +UniProtKB P54375 sodA GO:0019430 GO_REF:0000033 IBA PANTHER:PTN000150211|UniProtKB:P00448 P Superoxide dismutase [Mn] UniProtKB:P54375|PTN000150212 protein NCBITaxon:224308 20230720 GO_Central removal of superoxide radicals +UniProtKB P54375 sodA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN002461864|SGD:S000002755|UniProtKB:P00448|SGD:S000003862 C Superoxide dismutase [Mn] UniProtKB:P54375|PTN000150212 protein NCBITaxon:224308 20230720 GO_Central cytoplasm +UniProtKB P54374 aroE GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001464795|UniProtKB:P15770 C Shikimate dehydrogenase (NADP(+)) UniProtKB:P54374|PTN000472537 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P54374 aroE GO:0019632 GO_REF:0000033 IBA PANTHER:PTN000472519|TAIR:locus:2081036|UniProtKB:P15770|UniProtKB:O67049 P Shikimate dehydrogenase (NADP(+)) UniProtKB:P54374|PTN000472537 protein NCBITaxon:224308 20201205 GO_Central shikimate metabolic process +UniProtKB P54374 aroE GO:0050661 GO_REF:0000033 IBA PANTHER:PTN001464795|UniProtKB:O67049 F Shikimate dehydrogenase (NADP(+)) UniProtKB:P54374|PTN000472537 protein NCBITaxon:224308 20170228 GO_Central NADP binding +UniProtKB P54374 aroE GO:0009423 GO_REF:0000033 IBA PANTHER:PTN000472519|UniProtKB:O67049|UniProtKB:P15770 P Shikimate dehydrogenase (NADP(+)) UniProtKB:P54374|PTN000472537 protein NCBITaxon:224308 20211111 GO_Central chorismate biosynthetic process +UniProtKB P54374 aroE GO:0004764 GO_REF:0000033 IBA PANTHER:PTN000472519|UniProtKB:O67049|UniProtKB:I6Y120|UniProtKB:P15770|UniProtKB:P0A6D5|UniProtKB:P25415|TAIR:locus:2081036 F Shikimate dehydrogenase (NADP(+)) UniProtKB:P54374|PTN000472537 protein NCBITaxon:224308 20200808 GO_Central shikimate 3-dehydrogenase (NADP+) activity +UniProtKB P54304 hemW GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000358281|UniProtKB:P32131 C Heme chaperone HemW UniProtKB:P54304|PTN000358315 protein NCBITaxon:224308 20200304 GO_Central cytoplasm +UniProtKB P54304 hemW GO:0006779 GO_REF:0000033 IBA PANTHER:PTN000358281|UniProtKB:P74132|UniProtKB:P32131|UniProtKB:P0A1E1|UniProtKB:P73245|UniProtKB:P54304 P Heme chaperone HemW UniProtKB:P54304|PTN000358315 protein NCBITaxon:224308 20230406 GO_Central porphyrin-containing compound biosynthetic process +UniProtKB P54304 hemW GO:0051539 GO_REF:0000033 IBA PANTHER:PTN000358281|UniProtKB:P74132|UniProtKB:P73245|UniProtKB:P32131|UniProtKB:P52062 F Heme chaperone HemW UniProtKB:P54304|PTN000358315 protein NCBITaxon:224308 20200304 GO_Central 4 iron, 4 sulfur cluster binding +UniProtKB P54182 ypoP GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YpoP UniProtKB:P54182|PTN002109463 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB P54182 ypoP GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P Uncharacterized HTH-type transcriptional regulator YpoP UniProtKB:P54182|PTN002109463 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB P54169 ypgR GO:0016491 GO_REF:0000033 IBA PANTHER:PTN000294524|UniProtKB:Q9BU89|SGD:S000003831|FB:FBgn0261479 F Uncharacterized protein YpgR UniProtKB:P54169|PTN000294608 protein NCBITaxon:224308 20200808 GO_Central oxidoreductase activity +UniProtKB P54723 yfiG GO:0055085 GO_REF:0000033 IBA PANTHER:PTN008729220|ZFIN:ZDB-GENE-040426-1513|MGI:MGI:3052471|UniProtKB:O95528|TAIR:locus:2097780|UniProtKB:P0AEP1|TAIR:locus:2168494|UniProtKB:P0AE24 P Putative metabolite transport protein YfiG UniProtKB:P54723|PTN000628487 protein NCBITaxon:224308 20220311 GO_Central transmembrane transport +UniProtKB P54723 yfiG GO:0016020 GO_REF:0000033 IBA PANTHER:PTN008729220|TAIR:locus:2097780|UniProtKB:P0AEP1|UniProtKB:O95528|MGI:MGI:3052471|UniProtKB:P0AE24 C Putative metabolite transport protein YfiG UniProtKB:P54723|PTN000628487 protein NCBITaxon:224308 20230112 GO_Central membrane +UniProtKB P54723 yfiG GO:0015293 GO_REF:0000033 IBA PANTHER:PTN008729220|UniProtKB:P0AEP1|UniProtKB:P0AE24 F Putative metabolite transport protein YfiG UniProtKB:P54723|PTN000628487 protein NCBITaxon:224308 20220311 GO_Central symporter activity +UniProtKB P54719 yfiC GO:0042626 GO_REF:0000033 IBA PANTHER:PTN000657189|PomBase:SPCC663.03|UniProtKB:Q03518|UniProtKB:Q9NP58|MGI:MGI:97570|ZFIN:ZDB-GENE-080204-52|UniProtKB:Q03519|UniProtKB:O75027|MGI:MGI:98483|PomBase:SPCC737.09c|FB:FBgn0004513|CGD:CAL0000187443|UniProtKB:B8K1W2|PomBase:SPBC25B2.02c|UniProtKB:P21439|TAIR:locus:2041434|UniProtKB:P29018|RGD:619930|MGI:MGI:1921354|SGD:S000004916|UniProtKB:Q9NP78|UniProtKB:P60752|UniProtKB:O95342|UniProtKB:P08183 F Uncharacterized ABC transporter ATP-binding protein YfiC UniProtKB:P54719|PTN000657713 protein NCBITaxon:224308 20221008 GO_Central ATPase-coupled transmembrane transporter activity +UniProtKB P54719 yfiC GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000657189|TAIR:locus:2097978|MGI:MGI:97570|UniProtKB:O53645|UniProtKB:Q9NP58|UniProtKB:Q03518|PomBase:SPCC663.03|UniProtKB:Q9FNU2|UniProtKB:Q03519|UniProtKB:O75027|WB:WBGene00001811|UniProtKB:Q2M3G0|PomBase:SPCC737.09c|TAIR:locus:2057961|PomBase:SPBC25B2.02c|UniProtKB:P29018|RGD:619930|TAIR:locus:2041434|SGD:S000004916|UniProtKB:Q9NUT2|UniProtKB:P08183|WB:WBGene00001815|UniProtKB:O95342 P Uncharacterized ABC transporter ATP-binding protein YfiC UniProtKB:P54719|PTN000657713 protein NCBITaxon:224308 20231109 GO_Central transmembrane transport +UniProtKB P54717 glvR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN000775527|UniProtKB:P77245|UniProtKB:Q8EE97|UniProtKB:P46118 F HTH-type transcriptional regulator GlvR UniProtKB:P54717|PTN001657958 protein NCBITaxon:224308 20170228 GO_Central DNA-binding transcription factor activity +UniProtKB P54717 glvR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000775527|UniProtKB:P0ACS7|UniProtKB:Q8EE97|UniProtKB:P77245 P HTH-type transcriptional regulator GlvR UniProtKB:P54717|PTN001657958 protein NCBITaxon:224308 20200930 GO_Central regulation of DNA-templated transcription +UniProtKB P54715 malP GO:0090563 GO_REF:0000033 IBA PANTHER:PTN002011274|UniProtKB:P09323|UniProtKB:P69786 F PTS system maltose-specific EIICB component UniProtKB:P54715|PTN000768518 protein NCBITaxon:224308 20230406 GO_Central protein-phosphocysteine-sugar phosphotransferase activity +UniProtKB P54715 malP GO:0009401 GO_REF:0000033 IBA PANTHER:PTN002011274|UniProtKB:P09323|UniProtKB:P69786 P PTS system maltose-specific EIICB component UniProtKB:P54715|PTN000768518 protein NCBITaxon:224308 20190822 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB P54983 amhX GO:0016787 GO_REF:0000033 IBA PANTHER:PTN000791457|TAIR:locus:2017607|TAIR:locus:2164976|UniProtKB:O34916|TAIR:locus:2823614|TAIR:locus:2075382 F Amidohydrolase AmhX UniProtKB:P54983|PTN000110856 protein NCBITaxon:224308 20190524 GO_Central hydrolase activity +UniProtKB P54957 yxeR GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002219906|UniProtKB:P76552 C Uncharacterized protein YxeR UniProtKB:P54957|PTN002219910 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P54955 scmP GO:0016787 GO_REF:0000033 IBA PANTHER:PTN000791457|TAIR:locus:2017607|TAIR:locus:2164976|UniProtKB:O34916|TAIR:locus:2823614|TAIR:locus:2075382 F N-acetylcysteine deacetylase UniProtKB:P54955|PTN000110858 protein NCBITaxon:224308 20190524 GO_Central hydrolase activity +UniProtKB P54953 yxeN GO:0015811 GO_REF:0000033 IBA PANTHER:PTN000770168|UniProtKB:P0AFT2 P Probable amino-acid permease protein YxeN UniProtKB:P54953|PTN000770162 protein NCBITaxon:224308 20201001 GO_Central L-cystine transport +UniProtKB P54953 yxeN GO:0015184 GO_REF:0000033 IBA PANTHER:PTN000770168|UniProtKB:P0AFT2 F Probable amino-acid permease protein YxeN UniProtKB:P54953|PTN000770162 protein NCBITaxon:224308 20170228 GO_Central L-cystine transmembrane transporter activity +UniProtKB P54953 yxeN GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000770159|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P45767|UniProtKB:P0AER5|UniProtKB:P45768|UniProtKB:P0AE30 C Probable amino-acid permease protein YxeN UniProtKB:P54953|PTN000770162 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P54947 yxeH GO:0016791 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P75792|UniProtKB:P0A8Y5 F Putative phosphatase YxeH UniProtKB:P54947|PTN000000098 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity +UniProtKB P54947 yxeH GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C Putative phosphatase YxeH UniProtKB:P54947|PTN000000098 protein NCBITaxon:224308 20200129 GO_Central cytosol +UniProtKB P54947 yxeH GO:0000287 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:P75792|UniProtKB:P0A8Y5 F Putative phosphatase YxeH UniProtKB:P54947|PTN000000098 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding +UniProtKB P54941 yxeB GO:0030288 GO_REF:0000033 IBA PANTHER:PTN001254050|UniProtKB:P07822|UniProtKB:P0AEL6 C Iron(3+)-hydroxamate-binding protein YxeB UniProtKB:P54941|PTN001254054 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space +UniProtKB P29727 guaA GO:0003921 GO_REF:0000033 IBA PANTHER:PTN000229987|UniProtKB:Q8IJR9|UniProtKB:P04079|UniProtKB:P49915|RGD:1310063 F GMP synthase [glutamine-hydrolyzing] UniProtKB:P29727|PTN000230048 protein NCBITaxon:224308 20230110 GO_Central GMP synthase activity +UniProtKB P29727 guaA GO:0006177 GO_REF:0000033 IBA PANTHER:PTN000229987|UniProtKB:P04079|SGD:S000004830|UniProtKB:P49915|UniProtKB:Q57V01|MGI:MGI:2448526|RGD:1310063 P GMP synthase [glutamine-hydrolyzing] UniProtKB:P29727|PTN000230048 protein NCBITaxon:224308 20230110 GO_Central GMP biosynthetic process +UniProtKB P29727 guaA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000229987|UniProtKB:P49915|UniProtKB:P04079 C GMP synthase [glutamine-hydrolyzing] UniProtKB:P29727|PTN000230048 protein NCBITaxon:224308 20230602 GO_Central cytosol +UniProtKB P23448 fliG GO:0071973 GO_REF:0000033 IBA PANTHER:PTN000776234|UniProtKB:O25119|UniProtKB:P0A1J9|UniProtKB:P0ABZ1|UniProtKB:P23448 P Flagellar motor switch protein FliG UniProtKB:P23448|PTN000776235 protein NCBITaxon:224308 20171207 GO_Central bacterial-type flagellum-dependent cell motility +UniProtKB P27876 tpiA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000474559|MGI:MGI:98797|UniProtKB:P0A858 C Triosephosphate isomerase UniProtKB:P27876|PTN000474645 protein NCBITaxon:224308 20230603 GO_Central cytosol +UniProtKB P27876 tpiA GO:0046166 GO_REF:0000033 IBA PANTHER:PTN000474559|UniProtKB:P60174|TAIR:locus:2047072 P Triosephosphate isomerase UniProtKB:P27876|PTN000474645 protein NCBITaxon:224308 20200808 GO_Central glyceraldehyde-3-phosphate biosynthetic process +UniProtKB P27876 tpiA GO:0004807 GO_REF:0000033 IBA PANTHER:PTN000474559|RGD:3896|TAIR:locus:2099906|TAIR:locus:2047072|UniProtKB:P9WG43|UniProtKB:P0A858|MGI:MGI:98797|UniProtKB:A0A144A4G4|PomBase:SPCC24B10.21|FB:FBgn0086355|UniProtKB:P60174|SGD:S000002457 F Triosephosphate isomerase UniProtKB:P27876|PTN000474645 protein NCBITaxon:224308 20230111 GO_Central triose-phosphate isomerase activity +UniProtKB P27876 tpiA GO:0019563 GO_REF:0000033 IBA PANTHER:PTN000474559|TAIR:locus:2047072 P Triosephosphate isomerase UniProtKB:P27876|PTN000474645 protein NCBITaxon:224308 20170228 GO_Central glycerol catabolic process +UniProtKB P27876 tpiA GO:0006094 GO_REF:0000033 IBA PANTHER:PTN000474559|UniProtKB:P9WG43|UniProtKB:P0A858|MGI:MGI:98797 P Triosephosphate isomerase UniProtKB:P27876|PTN000474645 protein NCBITaxon:224308 20220415 GO_Central gluconeogenesis +UniProtKB P27876 tpiA GO:0006096 GO_REF:0000033 IBA PANTHER:PTN000474559|SGD:S000002457|PomBase:SPCC24B10.21|FB:FBgn0086355|UniProtKB:P0A858|MGI:MGI:98797|UniProtKB:P9WG43 P Triosephosphate isomerase UniProtKB:P27876|PTN000474645 protein NCBITaxon:224308 20220415 GO_Central glycolytic process +UniProtKB P27620 tagA GO:0016758 GO_REF:0000033 IBA PANTHER:PTN002148903|UniProtKB:P27836 F N-acetylglucosaminyldiphosphoundecaprenol N-acetyl-beta-D-mannosaminyltransferase UniProtKB:P27620|PTN002148921 protein NCBITaxon:224308 20171208 GO_Central hexosyltransferase activity +UniProtKB P96741 ywtE GO:0000287 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:P75792|UniProtKB:P0A8Y5 F 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YwtE UniProtKB:P96741|PTN000000094 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding +UniProtKB P96741 ywtE GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YwtE UniProtKB:P96741|PTN000000094 protein NCBITaxon:224308 20200129 GO_Central cytosol +UniProtKB P96741 ywtE GO:0016791 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P75792|UniProtKB:P0A8Y5 F 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YwtE UniProtKB:P96741|PTN000000094 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity +UniProtKB P96725 ywqM GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:G3XCU6|UniProtKB:P67662|UniProtKB:P0A9F9|UniProtKB:P67660|UniProtKB:P39376|UniProtKB:P72131 P Uncharacterized HTH-type transcriptional regulator YwqM UniProtKB:P96725|PTN000764983 protein NCBITaxon:224308 20190829 GO_Central regulation of DNA-templated transcription +UniProtKB P96725 ywqM GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:P39376 F Uncharacterized HTH-type transcriptional regulator YwqM UniProtKB:P96725|PTN000764983 protein NCBITaxon:224308 20210531 GO_Central transcription cis-regulatory region binding +UniProtKB P96724 nfi GO:0003727 GO_REF:0000033 IBA PANTHER:PTN002003280|UniProtKB:Q8N8Q3 F Endonuclease V UniProtKB:P96724|PTN002003387 protein NCBITaxon:224308 20171222 GO_Central single-stranded RNA binding +UniProtKB P96724 nfi GO:0043737 GO_REF:0000033 IBA PANTHER:PTN002003380|UniProtKB:P68739 F Endonuclease V UniProtKB:P96724|PTN002003387 protein NCBITaxon:224308 20171222 GO_Central deoxyribonuclease V activity +UniProtKB P96724 nfi GO:0016891 GO_REF:0000033 IBA PANTHER:PTN002003280|UniProtKB:Q8N8Q3 F Endonuclease V UniProtKB:P96724|PTN002003387 protein NCBITaxon:224308 20171222 GO_Central RNA endonuclease activity, producing 5'-phosphomonoesters +UniProtKB P96715 ywqC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000794252|UniProtKB:P76387|UniProtKB:P38134|UniProtKB:G3XCY2|UniProtKB:Q9I520|UniProtKB:P26266 C Probable capsular polysaccharide biosynthesis protein YwqC UniProtKB:P96715|PTN000794254 protein NCBITaxon:224308 20230111 GO_Central plasma membrane +UniProtKB P96715 ywqC GO:0004713 GO_REF:0000033 IBA PANTHER:PTN000794252|UniProtKB:P76387|UniProtKB:P38134 F Probable capsular polysaccharide biosynthesis protein YwqC UniProtKB:P96715|PTN000794254 protein NCBITaxon:224308 20170228 GO_Central protein tyrosine kinase activity +UniProtKB P96712 bmr3 GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|UniProtKB:P52600|PomBase:SPBC460.03|PomBase:SPBC3E7.06c|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000003456|SGD:S000001813 P Multidrug resistance protein 3 UniProtKB:P96712|PTN000606061 protein NCBITaxon:224308 20220924 GO_Central transmembrane transport +UniProtKB P96712 bmr3 GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|UniProtKB:E9R876|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|UniProtKB:Q8X1Z7|PomBase:SPBC3E7.06c|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|SGD:S000001039|SGD:S000005518|SGD:S000001032|SGD:S000003456|SGD:S000004694|CGD:CAL0000196424|SGD:S000000791 F Multidrug resistance protein 3 UniProtKB:P96712|PTN000606061 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB P96711 araR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:P18811|UniProtKB:P36673|UniProtKB:P24242|UniProtKB:P0ACP7|UniProtKB:Q8EBJ8|UniProtKB:P0ACQ0 F Arabinose metabolism transcriptional repressor UniProtKB:P96711|PTN000203761 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity +UniProtKB P96711 araR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P03024|UniProtKB:P0ACI3|UniProtKB:P03023|UniProtKB:P77615|UniProtKB:P0ACN7|UniProtKB:P36673|UniProtKB:P0ACP5|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:Q2G295|UniProtKB:P06846|UniProtKB:P0ACQ0|UniProtKB:Q8EBJ8|UniProtKB:P0ACP7|UniProtKB:P25748|UniProtKB:G3XD97|UniProtKB:Q8P5C9|UniProtKB:P24242 P Arabinose metabolism transcriptional repressor UniProtKB:P96711|PTN000203761 protein NCBITaxon:224308 20230603 GO_Central regulation of DNA-templated transcription +UniProtKB P96711 araR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P77615|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7 F Arabinose metabolism transcriptional repressor UniProtKB:P96711|PTN000203761 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB P96710 araE GO:0055085 GO_REF:0000033 IBA PANTHER:PTN008729220|ZFIN:ZDB-GENE-040426-1513|MGI:MGI:3052471|UniProtKB:O95528|TAIR:locus:2097780|UniProtKB:P0AEP1|TAIR:locus:2168494|UniProtKB:P0AE24 P Arabinose-proton symporter UniProtKB:P96710|PTN000628470 protein NCBITaxon:224308 20220311 GO_Central transmembrane transport +UniProtKB P96710 araE GO:0015293 GO_REF:0000033 IBA PANTHER:PTN008729220|UniProtKB:P0AEP1|UniProtKB:P0AE24 F Arabinose-proton symporter UniProtKB:P96710|PTN000628470 protein NCBITaxon:224308 20220311 GO_Central symporter activity +UniProtKB P96710 araE GO:0016020 GO_REF:0000033 IBA PANTHER:PTN008729220|TAIR:locus:2097780|UniProtKB:P0AEP1|UniProtKB:O95528|MGI:MGI:3052471|UniProtKB:P0AE24 C Arabinose-proton symporter UniProtKB:P96710|PTN000628470 protein NCBITaxon:224308 20230112 GO_Central membrane +UniProtKB P96709 ydgK GO:0055085 GO_REF:0000033 IBA PANTHER:PTN001160522|SGD:S000001382|CGD:CAL0000197244|SGD:S000003951|UniProtKB:P31442|UniProtKB:P37597|UniProtKB:P28246|UniProtKB:P39386|SGD:S000000384|SGD:S000001383|SGD:S000005009|CGD:CAL0000199735|CGD:CAL0000181510|PomBase:SPAPB1A11.01|PomBase:SPAC17A2.01|CGD:CAL0000173998|SGD:S000000212|UniProtKB:P0AEY8|SGD:S000005338|SGD:S000000247 P Uncharacterized MFS-type transporter YdgK UniProtKB:P96709|PTN000605894 protein NCBITaxon:224308 20230603 GO_Central transmembrane transport +UniProtKB P96709 ydgK GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001160522|PomBase:SPAPB1A11.01|SGD:S000000247|SGD:S000005338|UniProtKB:P0AEY8|SGD:S000000212|CGD:CAL0000173998|PomBase:SPAC17A2.01|SGD:S000006360|UniProtKB:P37597|SGD:S000003951|SGD:S000005799|SGD:S000001382|SGD:S000005009|SGD:S000001383|CGD:CAL0000199735|SGD:S000000384|SGD:S000003370|UniProtKB:P39386|UniProtKB:P28246 F Uncharacterized MFS-type transporter YdgK UniProtKB:P96709|PTN000605894 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB P96705 ydgG GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YdgG UniProtKB:P96705|PTN002431281 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB P96705 ydgG GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P Uncharacterized HTH-type transcriptional regulator YdgG UniProtKB:P96705|PTN002431281 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB P96694 mhqP GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002125262|UniProtKB:P42619|UniProtKB:P0AD47 C Putative oxidoreductase MhqP UniProtKB:P96694|PTN002125317 protein NCBITaxon:224308 20180110 GO_Central plasma membrane +UniProtKB P96692 mhqN GO:0016491 GO_REF:0000033 IBA PANTHER:PTN001888102|UniProtKB:Q9HTZ9 F Putative NAD(P)H nitroreductase MhqN UniProtKB:P96692|PTN000546631 protein NCBITaxon:224308 20210623 GO_Central oxidoreductase activity +UniProtKB P96683 ydfF GO:0010468 GO_REF:0000033 IBA PANTHER:PTN002216616|UniProtKB:P9WMI9 P Uncharacterized HTH-type transcriptional regulator YdfF UniProtKB:P96683|PTN002216621 protein NCBITaxon:224308 20170228 GO_Central regulation of gene expression +UniProtKB P96683 ydfF GO:0097063 GO_REF:0000033 IBA PANTHER:PTN002216616|UniProtKB:P9WMI9 F Uncharacterized HTH-type transcriptional regulator YdfF UniProtKB:P96683|PTN002216621 protein NCBITaxon:224308 20170228 GO_Central cadmium ion sensor activity +UniProtKB P96683 ydfF GO:0046686 GO_REF:0000033 IBA PANTHER:PTN002216616|UniProtKB:P9WMI9 P Uncharacterized HTH-type transcriptional regulator YdfF UniProtKB:P96683|PTN002216621 protein NCBITaxon:224308 20170228 GO_Central response to cadmium ion +UniProtKB P96683 ydfF GO:0010288 GO_REF:0000033 IBA PANTHER:PTN002216616|UniProtKB:P9WMI9 P Uncharacterized HTH-type transcriptional regulator YdfF UniProtKB:P96683|PTN002216621 protein NCBITaxon:224308 20170228 GO_Central response to lead ion +UniProtKB P96683 ydfF GO:0003677 GO_REF:0000033 IBA PANTHER:PTN002216616|UniProtKB:P9WMI9 F Uncharacterized HTH-type transcriptional regulator YdfF UniProtKB:P96683|PTN002216621 protein NCBITaxon:224308 20170228 GO_Central DNA binding +UniProtKB P96683 ydfF GO:0032791 GO_REF:0000033 IBA PANTHER:PTN002216616|UniProtKB:P9WMI9 F Uncharacterized HTH-type transcriptional regulator YdfF UniProtKB:P96683|PTN002216621 protein NCBITaxon:224308 20170228 GO_Central lead ion binding +UniProtKB P96683 ydfF GO:0003700 GO_REF:0000033 IBA PANTHER:PTN002216616|UniProtKB:P9WMI9 F Uncharacterized HTH-type transcriptional regulator YdfF UniProtKB:P96683|PTN002216621 protein NCBITaxon:224308 20170228 GO_Central DNA-binding transcription factor activity +UniProtKB P96681 ydfD GO:0008483 GO_REF:0000033 IBA PANTHER:PTN000203534|UniProtKB:P09053|SGD:S000001179|UniProtKB:A7XRY8|CGD:CAL0000187633|RGD:2948|SGD:S000003170|CGD:CAL0000197694|UniProtKB:Q8N5Z0 F Uncharacterized HTH-type transcriptional regulator YdfD UniProtKB:P96681|PTN000203110 protein NCBITaxon:224308 20230407 GO_Central transaminase activity +UniProtKB P96681 ydfD GO:1901605 GO_REF:0000033 IBA PANTHER:PTN000203534|CGD:CAL0000187633|CGD:CAL0000197694|UniProtKB:Q8N5Z0|SGD:S000003170|UniProtKB:P09053|SGD:S000001179 P Uncharacterized HTH-type transcriptional regulator YdfD UniProtKB:P96681|PTN000203110 protein NCBITaxon:224308 20230407 GO_Central alpha-amino acid metabolic process +UniProtKB P96677 aseR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002108422|UniProtKB:P37309 P HTH-type transcriptional repressor AseR UniProtKB:P96677|PTN002108571 protein NCBITaxon:224308 20170228 GO_Central regulation of DNA-templated transcription +UniProtKB P96674 ydeQ GO:0010181 GO_REF:0000033 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F Uncharacterized NAD(P)H oxidoreductase YdeQ UniProtKB:P96674|PTN001610712 protein NCBITaxon:224308 20180413 GO_Central FMN binding +UniProtKB P96674 ydeQ GO:0003955 GO_REF:0000033 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F Uncharacterized NAD(P)H oxidoreductase YdeQ UniProtKB:P96674|PTN001610712 protein NCBITaxon:224308 20180413 GO_Central NAD(P)H dehydrogenase (quinone) activity +UniProtKB P96674 ydeQ GO:0009055 GO_REF:0000033 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F Uncharacterized NAD(P)H oxidoreductase YdeQ UniProtKB:P96674|PTN001610712 protein NCBITaxon:224308 20180413 GO_Central electron transfer activity +UniProtKB P96653 lrpB GO:0043200 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 P HTH-type transcriptional regulator LrpB UniProtKB:P96653|PTN001248945 protein NCBITaxon:224308 20170228 GO_Central response to amino acid +UniProtKB P96653 lrpB GO:0043565 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 F HTH-type transcriptional regulator LrpB UniProtKB:P96653|PTN001248945 protein NCBITaxon:224308 20211112 GO_Central sequence-specific DNA binding +UniProtKB P96653 lrpB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 C HTH-type transcriptional regulator LrpB UniProtKB:P96653|PTN001248945 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P96652 lrpA GO:0043200 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 P HTH-type transcriptional regulator LrpA UniProtKB:P96652|PTN001248946 protein NCBITaxon:224308 20170228 GO_Central response to amino acid +UniProtKB P96652 lrpA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 C HTH-type transcriptional regulator LrpA UniProtKB:P96652|PTN001248946 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P96652 lrpA GO:0043565 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 F HTH-type transcriptional regulator LrpA UniProtKB:P96652|PTN001248946 protein NCBITaxon:224308 20211112 GO_Central sequence-specific DNA binding +UniProtKB P96651 yddN GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001248648|UniProtKB:P0ADV5 C Uncharacterized protein YddN UniProtKB:P96651|PTN000765071 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P96625 ydcH GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P Uncharacterized HTH-type transcriptional regulator YdcH UniProtKB:P96625|PTN002109540 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB P96625 ydcH GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YdcH UniProtKB:P96625|PTN002109540 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB P96622 ndoA GO:0016075 GO_REF:0000033 IBA PANTHER:PTN002144721|UniProtKB:P9WII3|UniProtKB:P0AE70|UniProtKB:P9WIH9 P Endoribonuclease EndoA UniProtKB:P96622|PTN002144759 protein NCBITaxon:224308 20190829 GO_Central rRNA catabolic process +UniProtKB P96622 ndoA GO:0004521 GO_REF:0000033 IBA PANTHER:PTN002144721|UniProtKB:P0AE70|UniProtKB:P71650|UniProtKB:P9WIH9|UniProtKB:P0CL62|UniProtKB:P33647 F Endoribonuclease EndoA UniProtKB:P96622|PTN002144759 protein NCBITaxon:224308 20190829 GO_Central RNA endonuclease activity +UniProtKB P96622 ndoA GO:0006402 GO_REF:0000033 IBA PANTHER:PTN002144721|UniProtKB:P9WIH9|UniProtKB:P0AE70|UniProtKB:P9WII3|UniProtKB:P71650 P Endoribonuclease EndoA UniProtKB:P96622|PTN002144759 protein NCBITaxon:224308 20190829 GO_Central mRNA catabolic process +UniProtKB P96618 acpS GO:0019878 GO_REF:0000033 IBA PANTHER:PTN000259224|SGD:S000003122|PomBase:SPAC17C9.02c P Holo-[acyl-carrier-protein] synthase UniProtKB:P96618|PTN008534760 protein NCBITaxon:224308 20170228 GO_Central lysine biosynthetic process via aminoadipic acid +UniProtKB P96618 acpS GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000259224|UniProtKB:Q9NRN7 C Holo-[acyl-carrier-protein] synthase UniProtKB:P96618|PTN008534760 protein NCBITaxon:224308 20210101 GO_Central cytosol +UniProtKB P96618 acpS GO:0008897 GO_REF:0000033 IBA PANTHER:PTN000259224|SGD:S000003122|UniProtKB:Q9NRN7|UniProtKB:P37623|UniProtKB:Q4X1W0|PomBase:SPAC17C9.02c|dictyBase:DDB_G0285927|CGD:CAL0000182911 F Holo-[acyl-carrier-protein] synthase UniProtKB:P96618|PTN008534760 protein NCBITaxon:224308 20220922 GO_Central holo-[acyl-carrier-protein] synthase activity +UniProtKB P96617 ydcA GO:0004252 GO_REF:0000033 IBA PANTHER:PTN002464329|UniProtKB:Q9H300|SGD:S000003333 F Putative rhomboid protease YdcA UniProtKB:P96617|PTN000533193 protein NCBITaxon:224308 20230604 GO_Central serine-type endopeptidase activity +UniProtKB P96614 cshA colocalizes_with GO:0005840 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P96614 C DEAD-box ATP-dependent RNA helicase CshA UniProtKB:P96614|PTN002778004 protein NCBITaxon:224308 20190430 GO_Central ribosome +UniProtKB P96614 cshA GO:0033592 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6|UniProtKB:Q55804 F DEAD-box ATP-dependent RNA helicase CshA UniProtKB:P96614|PTN002778004 protein NCBITaxon:224308 20190430 GO_Central RNA strand annealing activity +UniProtKB P96614 cshA GO:0003724 GO_REF:0000033 IBA PANTHER:PTN002776767|UniProtKB:P0A9P6|UniProtKB:Q55804|UniProtKB:P96614 F DEAD-box ATP-dependent RNA helicase CshA UniProtKB:P96614|PTN002778004 protein NCBITaxon:224308 20190430 GO_Central RNA helicase activity +UniProtKB P96614 cshA GO:0009409 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P96614|UniProtKB:P54475|UniProtKB:P0A9P6 P DEAD-box ATP-dependent RNA helicase CshA UniProtKB:P96614|PTN002778004 protein NCBITaxon:224308 20221130 GO_Central response to cold +UniProtKB P96614 cshA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6 C DEAD-box ATP-dependent RNA helicase CshA UniProtKB:P96614|PTN002778004 protein NCBITaxon:224308 20190430 GO_Central cytosol +UniProtKB P96612 ddl GO:0008716 GO_REF:0000033 IBA PANTHER:PTN000566166|UniProtKB:P07862|UniProtKB:P9WP31|UniProtKB:P0A6J8 F D-alanine--D-alanine ligase UniProtKB:P96612|PTN000566181 protein NCBITaxon:224308 20170427 GO_Central D-alanine-D-alanine ligase activity +UniProtKB P96612 ddl GO:0009252 GO_REF:0000033 IBA PANTHER:PTN000566166|UniProtKB:P9WP31|UniProtKB:P07862 P D-alanine--D-alanine ligase UniProtKB:P96612|PTN000566181 protein NCBITaxon:224308 20170427 GO_Central peptidoglycan biosynthetic process +UniProtKB P96612 ddl GO:0005829 GO_REF:0000033 IBA PANTHER:PTN008591310|UniProtKB:P0A6J8 C D-alanine--D-alanine ligase UniProtKB:P96612|PTN000566181 protein NCBITaxon:224308 20170427 GO_Central cytosol +UniProtKB P96611 ydbP GO:0015035 GO_REF:0000033 IBA PANTHER:PTN000047179|UniProtKB:Q7XKD0|UniProtKB:P0AGG4|TAIR:locus:2030051|UniProtKB:P9WG67|UniProtKB:P0AA25|UniProtKB:Q9ZP20|TAIR:locus:2194661 F Thioredoxin-like protein YdbP UniProtKB:P96611|PTN000047555 protein NCBITaxon:224308 20231109 GO_Central protein-disulfide reductase activity +UniProtKB P96611 ydbP GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000047549|UniProtKB:P0AA25 C Thioredoxin-like protein YdbP UniProtKB:P96611|PTN000047555 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P96611 ydbP GO:0045454 GO_REF:0000033 IBA PANTHER:PTN000047549|UniProtKB:P9WG67|UniProtKB:P0AA25 P Thioredoxin-like protein YdbP UniProtKB:P96611|PTN000047555 protein NCBITaxon:224308 20210325 GO_Central cell redox homeostasis +UniProtKB P96611 ydbP GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000047179|UniProtKB:Q8IDP4|UniProtKB:P0AA25|TAIR:locus:2128756|UniProtKB:Q580L8|UniProtKB:P0AGG4|TAIR:locus:2030051|TAIR:locus:2011932|UniProtKB:Q57VQ5|UniProtKB:Q9ZP20|TAIR:locus:2020813|TAIR:locus:2194661 C Thioredoxin-like protein YdbP UniProtKB:P96611|PTN000047555 protein NCBITaxon:224308 20230112 GO_Central cytoplasm +UniProtKB P96610 ydbO GO:0016020 GO_REF:0000033 IBA PANTHER:PTN000169311|TAIR:locus:2095873|UniProtKB:P69380 C Uncharacterized transporter YdbO UniProtKB:P96610|PTN000169395 protein NCBITaxon:224308 20210906 GO_Central membrane +UniProtKB P96610 ydbO GO:0008324 GO_REF:0000033 IBA PANTHER:PTN000169311|TAIR:locus:2039697|TAIR:locus:2095873|UniProtKB:P69380 F Uncharacterized transporter YdbO UniProtKB:P96610|PTN000169395 protein NCBITaxon:224308 20181004 GO_Central monoatomic cation transmembrane transporter activity +UniProtKB P96604 ydbI GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000496647|UniProtKB:P0AFS5 P Putative transport protein YdbI UniProtKB:P96604|PTN000496733 protein NCBITaxon:224308 20170228 GO_Central transmembrane transport +UniProtKB P96602 dctR GO:0000156 GO_REF:0000033 IBA PANTHER:PTN001982310|UniProtKB:P0AEF4 F Probable C4-dicarboxylate response regulator DctR UniProtKB:P96602|PTN000724605 protein NCBITaxon:224308 20171018 GO_Central phosphorelay response regulator activity +UniProtKB P96601 dctS GO:0000155 GO_REF:0000033 IBA PANTHER:PTN001976058|UniProtKB:P0AEC8 F Probable C4-dicarboxylate sensor kinase UniProtKB:P96601|PTN001232928 protein NCBITaxon:224308 20170427 GO_Central phosphorelay sensor kinase activity +UniProtKB P96593 mntH GO:0005384 GO_REF:0000033 IBA PANTHER:PTN000194431|MGI:MGI:1345275|UniProtKB:A0A2K1ZPK4|TAIR:locus:2036751|RGD:3684|UniProtKB:P0A769|UniProtKB:B9NAE4|TAIR:locus:2200437|UniProtKB:P49279|UniProtKB:P49281|TAIR:locus:2025677|FB:FBgn0011672 F Divalent metal cation transporter MntH UniProtKB:P96593|PTN000194571 protein NCBITaxon:224308 20231108 GO_Central manganese ion transmembrane transporter activity +UniProtKB P96593 mntH GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000194431|UniProtKB:P0A769|WB:WBGene00004876|WB:WBGene00004877|UniProtKB:Q6ZG85|UniProtKB:P51027|SGD:S000005482|TAIR:locus:2025677|FB:FBgn0011672|CGD:CAL0000177268|WB:WBGene00004878|UniProtKB:P49281|UniProtKB:P49279|MGI:MGI:1345279|TAIR:locus:2200437 C Divalent metal cation transporter MntH UniProtKB:P96593|PTN000194571 protein NCBITaxon:224308 20231101 GO_Central plasma membrane +UniProtKB P96593 mntH GO:0015086 GO_REF:0000033 IBA PANTHER:PTN000194431|UniProtKB:P51027|TAIR:locus:2025677|UniProtKB:P49281|RGD:3684|TAIR:locus:2200437|UniProtKB:P0A769 F Divalent metal cation transporter MntH UniProtKB:P96593|PTN000194571 protein NCBITaxon:224308 20180915 GO_Central cadmium ion transmembrane transporter activity +UniProtKB P96593 mntH GO:0006828 GO_REF:0000033 IBA PANTHER:PTN000194431|UniProtKB:P49281|UniProtKB:P49279|SGD:S000001092|TAIR:locus:2045344|PomBase:SPAC27F1.08|TAIR:locus:2025677|CGD:CAL0000199301|CGD:CAL0000200327|TAIR:locus:2158242|SGD:S000005482|UniProtKB:P9WIZ5|MGI:MGI:1345275|UniProtKB:B9NAE4|UniProtKB:P0A769|dictyBase:DDB_G0276973|TAIR:locus:2036751|UniProtKB:A0A2K1ZPK4 P Divalent metal cation transporter MntH UniProtKB:P96593|PTN000194571 protein NCBITaxon:224308 20231108 GO_Central manganese ion transport +UniProtKB P96593 mntH GO:0034755 GO_REF:0000033 IBA PANTHER:PTN000194431|TAIR:locus:2025677|FB:FBgn0011672|dictyBase:DDB_G0276973|UniProtKB:P49281|UniProtKB:Q0D7E4|UniProtKB:P9WIZ5|dictyBase:DDB_G0275815 P Divalent metal cation transporter MntH UniProtKB:P96593|PTN000194571 protein NCBITaxon:224308 20231101 GO_Central iron ion transmembrane transport +UniProtKB P96583 topB GO:0043597 GO_REF:0000033 IBA PANTHER:PTN000149598|UniProtKB:P14294 C DNA topoisomerase 3 UniProtKB:P96583|PTN000149599 protein NCBITaxon:224308 20231012 GO_Central cytoplasmic replication fork +UniProtKB P96583 topB GO:0003917 GO_REF:0000033 IBA PANTHER:PTN000149468|UniProtKB:Q13472|SGD:S000004224|FB:FBgn0026015|WB:WBGene00006596|UniProtKB:P14294 F DNA topoisomerase 3 UniProtKB:P96583|PTN000149599 protein NCBITaxon:224308 20231012 GO_Central DNA topoisomerase type I (single strand cut, ATP-independent) activity +UniProtKB P96583 topB GO:0006265 GO_REF:0000033 IBA PANTHER:PTN000149468|WB:WBGene00006596|UniProtKB:P14294|UniProtKB:Q13472|SGD:S000004224|FB:FBgn0026015 P DNA topoisomerase 3 UniProtKB:P96583|PTN000149599 protein NCBITaxon:224308 20231012 GO_Central DNA topological change +UniProtKB P96583 topB GO:0006310 GO_REF:0000033 IBA PANTHER:PTN000149468|UniProtKB:P14294|TAIR:locus:2160841|FB:FBgn0040268|SGD:S000004224|UniProtKB:Q13472 P DNA topoisomerase 3 UniProtKB:P96583|PTN000149599 protein NCBITaxon:224308 20231012 GO_Central DNA recombination +UniProtKB P96583 topB GO:0006281 GO_REF:0000033 IBA PANTHER:PTN000149468|PomBase:SPBC16G5.12c|TAIR:locus:2160841|UniProtKB:Q13472|FB:FBgn0040268 P DNA topoisomerase 3 UniProtKB:P96583|PTN000149599 protein NCBITaxon:224308 20231012 GO_Central DNA repair +UniProtKB P96582 lrpC GO:0043565 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 F HTH-type transcriptional regulator LrpC UniProtKB:P96582|PTN001248968 protein NCBITaxon:224308 20211112 GO_Central sequence-specific DNA binding +UniProtKB P96582 lrpC GO:0043200 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 P HTH-type transcriptional regulator LrpC UniProtKB:P96582|PTN001248968 protein NCBITaxon:224308 20170228 GO_Central response to amino acid +UniProtKB P96582 lrpC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 C HTH-type transcriptional regulator LrpC UniProtKB:P96582|PTN001248968 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P96579 ydaF GO:0005737 GO_REF:0000033 IBA PANTHER:PTN002459717|UniProtKB:P13857 C Putative ribosomal N-acetyltransferase YdaF UniProtKB:P96579|PTN001272810 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB P96579 ydaF GO:1990189 GO_REF:0000033 IBA PANTHER:PTN002459718|UniProtKB:P13857 F Putative ribosomal N-acetyltransferase YdaF UniProtKB:P96579|PTN001272810 protein NCBITaxon:224308 20170228 GO_Central peptide-serine-alpha-N-acetyltransferase activity +UniProtKB P96579 ydaF GO:0008999 GO_REF:0000033 IBA PANTHER:PTN002459718|UniProtKB:P13857 F Putative ribosomal N-acetyltransferase YdaF UniProtKB:P96579|PTN001272810 protein NCBITaxon:224308 20170228 GO_Central peptide-alanine-alpha-N-acetyltransferase activity +UniProtKB P96576 ydaC GO:0008168 GO_REF:0000033 IBA PANTHER:PTN008676703|UniProtKB:Q9H8H3|UniProtKB:P9WIN3|UniProtKB:P36999|UniProtKB:Q9HW23 F Uncharacterized methyltransferase YdaC UniProtKB:P96576|PTN002451706 protein NCBITaxon:224308 20230604 GO_Central methyltransferase activity +UniProtKB P22326 tyrS1 GO:0043039 GO_REF:0000033 IBA PANTHER:PTN000205414|UniProtKB:Q9Y2Z4|SGD:S000006018|UniProtKB:Q8IIJ2|UniProtKB:P0AGJ9 P Tyrosine--tRNA ligase 1 UniProtKB:P22326|PTN000205486 protein NCBITaxon:224308 20230110 GO_Central tRNA aminoacylation +UniProtKB P22326 tyrS1 GO:0004831 GO_REF:0000033 IBA PANTHER:PTN000205414|SGD:S000006018|UniProtKB:Q8IIJ2|UniProtKB:P0AGJ9|UniProtKB:Q9Y2Z4 F Tyrosine--tRNA ligase 1 UniProtKB:P22326|PTN000205486 protein NCBITaxon:224308 20230110 GO_Central tyrosine-tRNA ligase activity +UniProtKB P22326 tyrS1 GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000205414|UniProtKB:P0AGJ9 C Tyrosine--tRNA ligase 1 UniProtKB:P22326|PTN000205486 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P22250 gltX GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000804412|UniProtKB:P04805 C Glutamate--tRNA ligase UniProtKB:P22250|PTN000012538 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P22250 gltX GO:0004818 GO_REF:0000033 IBA PANTHER:PTN000012469|UniProtKB:P04805|UniProtKB:Q5JPH6|UniProtKB:Q8IDD3 F Glutamate--tRNA ligase UniProtKB:P22250|PTN000012538 protein NCBITaxon:224308 20230112 GO_Central glutamate-tRNA ligase activity +UniProtKB P22250 gltX GO:0006424 GO_REF:0000033 IBA PANTHER:PTN000012469|UniProtKB:P04805|UniProtKB:Q5JPH6|UniProtKB:Q8IDD3 P Glutamate--tRNA ligase UniProtKB:P22250|PTN000012538 protein NCBITaxon:224308 20230112 GO_Central glutamyl-tRNA aminoacylation +UniProtKB O34315 tcyL GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000770159|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P45767|UniProtKB:P0AER5|UniProtKB:P45768|UniProtKB:P0AE30 C L-cystine transport system permease protein TcyL UniProtKB:O34315|PTN001255429 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O34315 tcyL GO:0006865 GO_REF:0000033 IBA PANTHER:PTN000770159|UniProtKB:P0AFT2|UniProtKB:Q9I404|UniProtKB:Q9I403|UniProtKB:Q9I487 P L-cystine transport system permease protein TcyL UniProtKB:O34315|PTN001255429 protein NCBITaxon:224308 20230406 GO_Central amino acid transport +UniProtKB O34328 gmk GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000563396|MGI:MGI:95871|UniProtKB:P60546 C Guanylate kinase UniProtKB:O34328|PTN000563471 protein NCBITaxon:224308 20230603 GO_Central cytosol +UniProtKB O34328 gmk GO:0004385 GO_REF:0000033 IBA PANTHER:PTN000563396|UniProtKB:P60546|RGD:1309638|UniProtKB:Q8I2M1|UniProtKB:Q16774|SGD:S000002862|MGI:MGI:95871|TAIR:locus:2054356|UniProtKB:P46195|UniProtKB:P9WKE9 F Guanylate kinase UniProtKB:O34328|PTN000563471 protein NCBITaxon:224308 20230111 GO_Central guanylate kinase activity +UniProtKB O34362 ykoD GO:0042626 GO_REF:0000033 IBA PANTHER:PTN000656738|UniProtKB:Q9I183 F Putative HMP/thiamine import ATP-binding protein YkoD UniProtKB:O34362|PTN000656734 protein NCBITaxon:224308 20170601 GO_Central ATPase-coupled transmembrane transporter activity +UniProtKB O34362 ykoD GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000656738|UniProtKB:Q9X1Z1|UniProtKB:Q9WY65 F Putative HMP/thiamine import ATP-binding protein YkoD UniProtKB:O34362|PTN000656734 protein NCBITaxon:224308 20170601 GO_Central ATP binding +UniProtKB O34362 ykoD GO:0043190 GO_REF:0000033 IBA PANTHER:PTN000656738|UniProtKB:Q05596 C Putative HMP/thiamine import ATP-binding protein YkoD UniProtKB:O34362|PTN000656734 protein NCBITaxon:224308 20170601 GO_Central ATP-binding cassette (ABC) transporter complex +UniProtKB P0CW80 ebrA GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P76474|UniProtKB:P23895|UniProtKB:P9WGF1|UniProtKB:Q47377|UniProtKB:P69210 F Multidrug resistance protein EbrA UniProtKB:P0CW80|PTN001254642 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB P0CW80 ebrA GO:0055085 GO_REF:0000033 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P23895|UniProtKB:P9WGF1|UniProtKB:P69210|UniProtKB:P69937 P Multidrug resistance protein EbrA UniProtKB:P0CW80|PTN001254642 protein NCBITaxon:224308 20201001 GO_Central transmembrane transport +UniProtKB Q00538 mmr GO:0016020 GO_REF:0000033 IBA PANTHER:PTN001161692|SGD:S000004584|SGD:S000005905 C Methylenomycin A resistance protein UniProtKB:Q00538|PTN000605891 protein NCBITaxon:224308 20180620 GO_Central membrane +UniProtKB O34427 citS GO:0000155 GO_REF:0000033 IBA PANTHER:PTN001976058|UniProtKB:P0AEC8 F Sensor protein CitS UniProtKB:O34427|PTN000724604 protein NCBITaxon:224308 20170427 GO_Central phosphorelay sensor kinase activity +UniProtKB O34451 yvrB GO:0033214 GO_REF:0000033 IBA PANTHER:PTN001253116|UniProtKB:P15029|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876 P Uncharacterized ABC transporter permease protein YvrB UniProtKB:O34451|PTN000766034 protein NCBITaxon:224308 20230406 GO_Central siderophore-dependent iron import into cell +UniProtKB O34451 yvrB GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876|UniProtKB:P06609|UniProtKB:P15029 F Uncharacterized ABC transporter permease protein YvrB UniProtKB:O34451|PTN000766034 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB O34464 yceK GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002108422|UniProtKB:P37309 P Uncharacterized HTH-type transcriptional regulator YceK UniProtKB:O34464|PTN002108522 protein NCBITaxon:224308 20170228 GO_Central regulation of DNA-templated transcription +UniProtKB O34483 hprK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001250865|UniProtKB:P0AFJ1 C HPr kinase/phosphorylase UniProtKB:O34483|PTN001576097 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O34484 mapB GO:0070006 GO_REF:0000033 IBA PANTHER:PTN002458116|UniProtKB:P9WK19|UniProtKB:P9WK21|SGD:S000004234|UniProtKB:P0AE18 F Methionine aminopeptidase 2 UniProtKB:O34484|PTN000086668 protein NCBITaxon:224308 20231109 GO_Central metalloaminopeptidase activity +UniProtKB O34528 yrvN GO:0017116 GO_REF:0000033 IBA PANTHER:PTN000349879|SGD:S000005162 F Uncharacterized AAA domain-containing protein YrvN UniProtKB:O34528|PTN000349981 protein NCBITaxon:224308 20180410 GO_Central single-stranded DNA helicase activity +UniProtKB O34528 yrvN GO:0006261 GO_REF:0000033 IBA PANTHER:PTN000349879|UniProtKB:P0AAZ4|SGD:S000005162 P Uncharacterized AAA domain-containing protein YrvN UniProtKB:O34528|PTN000349981 protein NCBITaxon:224308 20230603 GO_Central DNA-templated DNA replication +UniProtKB O34528 yrvN GO:0008047 GO_REF:0000033 IBA PANTHER:PTN000349879|SGD:S000005162 F Uncharacterized AAA domain-containing protein YrvN UniProtKB:O34528|PTN000349981 protein NCBITaxon:224308 20180410 GO_Central enzyme activator activity +UniProtKB O34528 yrvN GO:0000731 GO_REF:0000033 IBA PANTHER:PTN000349879|UniProtKB:Q96S55 P Uncharacterized AAA domain-containing protein YrvN UniProtKB:O34528|PTN000349981 protein NCBITaxon:224308 20220624 GO_Central DNA synthesis involved in DNA repair +UniProtKB O34572 ykoC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002127827|UniProtKB:Q9X2I1 C Putative HMP/thiamine permease protein YkoC UniProtKB:O34572|PTN002127887 protein NCBITaxon:224308 20180110 GO_Central plasma membrane +UniProtKB P46324 yvrN GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001254814|UniProtKB:P75831 C Uncharacterized ABC transporter permease YvrN UniProtKB:P46324|PTN001254847 protein NCBITaxon:224308 20230111 GO_Central plasma membrane +UniProtKB P46324 yvrN GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001254814|UniProtKB:P75831|UniProtKB:Q9I190 F Uncharacterized ABC transporter permease YvrN UniProtKB:P46324|PTN001254847 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB P46326 yxbB GO:0008168 GO_REF:0000033 IBA PANTHER:PTN008676703|UniProtKB:Q9H8H3|UniProtKB:P9WIN3|UniProtKB:P36999|UniProtKB:Q9HW23 F Uncharacterized protein YxbB UniProtKB:P46326|PTN002451707 protein NCBITaxon:224308 20230604 GO_Central methyltransferase activity +UniProtKB P46343 phoH GO:0005524 GO_REF:0000033 IBA PANTHER:PTN001253161|UniProtKB:P0A9K1 F PhoH-like protein UniProtKB:P46343|PTN001253175 protein NCBITaxon:224308 20190116 GO_Central ATP binding +UniProtKB P46343 phoH GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001253161|UniProtKB:P0A9K3 C PhoH-like protein UniProtKB:P46343|PTN001253175 protein NCBITaxon:224308 20190116 GO_Central cytosol +UniProtKB P46354 punA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000224756|UniProtKB:P00491|UniProtKB:P45563|MGI:MGI:97365 C Purine nucleoside phosphorylase 1 UniProtKB:P46354|PTN000224742 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB P46354 punA GO:0004731 GO_REF:0000033 IBA PANTHER:PTN000224756|SGD:S000004199|UniProtKB:P00491|UniProtKB:P45563|MGI:MGI:97365|UniProtKB:P55859|RGD:1597189|UniProtKB:P9WP01 F Purine nucleoside phosphorylase 1 UniProtKB:P46354|PTN000224742 protein NCBITaxon:224308 20170228 GO_Central purine-nucleoside phosphorylase activity +UniProtKB P20691 aroA GO:0009423 GO_REF:0000033 IBA PANTHER:PTN000472635|TAIR:locus:2050812|UniProtKB:P0A6D3|UniProtKB:P9WPY5 P 3-phosphoshikimate 1-carboxyvinyltransferase UniProtKB:P20691|PTN000472648 protein NCBITaxon:224308 20220924 GO_Central chorismate biosynthetic process +UniProtKB P20691 aroA GO:0003866 GO_REF:0000033 IBA PANTHER:PTN000472635|SGD:S000002534|UniProtKB:P9WPY5|TAIR:locus:2050812|UniProtKB:P0A6D3 F 3-phosphoshikimate 1-carboxyvinyltransferase UniProtKB:P20691|PTN000472648 protein NCBITaxon:224308 20220924 GO_Central 3-phosphoshikimate 1-carboxyvinyltransferase activity +UniProtKB O34610 znuB GO:0010043 GO_REF:0000033 IBA PANTHER:PTN000767170|UniProtKB:Q9HT72 P High-affinity zinc uptake system membrane protein ZnuB UniProtKB:O34610|PTN000767182 protein NCBITaxon:224308 20170228 GO_Central response to zinc ion +UniProtKB O34610 znuB GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000767170|UniProtKB:P39832 C High-affinity zinc uptake system membrane protein ZnuB UniProtKB:O34610|PTN000767182 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O34639 ytnI GO:0045454 GO_REF:0000033 IBA PANTHER:PTN001890091|UniProtKB:P0AC65 P Putative glutaredoxin YtnI UniProtKB:O34639|PTN002155665 protein NCBITaxon:224308 20200625 GO_Central cell redox homeostasis +UniProtKB O34639 ytnI GO:0009055 GO_REF:0000033 IBA PANTHER:PTN001890091|UniProtKB:P0AC65 F Putative glutaredoxin YtnI UniProtKB:O34639|PTN002155665 protein NCBITaxon:224308 20200625 GO_Central electron transfer activity +UniProtKB O34647 yobD GO:0003700 GO_REF:0000033 IBA PANTHER:PTN005321183|UniProtKB:P77626 F Uncharacterized HTH-type transcriptional regulator YobD UniProtKB:O34647|PTN008217658 protein NCBITaxon:224308 20190807 GO_Central DNA-binding transcription factor activity +UniProtKB O34647 yobD GO:0006355 GO_REF:0000033 IBA PANTHER:PTN005321183|UniProtKB:P9WMI1|UniProtKB:P77626|UniProtKB:O06581|UniProtKB:P06533 P Uncharacterized HTH-type transcriptional regulator YobD UniProtKB:O34647|PTN008217658 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB O34653 des GO:0016717 GO_REF:0000033 IBA PANTHER:PTN002321280|WB:WBGene00001396|MGI:MGI:1923517|WB:WBGene00001395|dictyBase:DDB_G0285211|MGI:MGI:1930079|UniProtKB:O60427|RGD:621678|UniProtKB:A9SIZ6|UniProtKB:Q4G2T3|UniProtKB:P9WNZ3 F Fatty acid desaturase UniProtKB:O34653|PTN000451636 protein NCBITaxon:224308 20221008 GO_Central oxidoreductase activity, acting on paired donors, with oxidation of a pair of donors resulting in the reduction of molecular oxygen to two molecules of water +UniProtKB O34653 des GO:0006629 GO_REF:0000033 IBA PANTHER:PTN002321280|dictyBase:DDB_G0285211|WB:WBGene00001395|UniProtKB:P9WNZ3|UniProtKB:Q4G2T3|UniProtKB:A9SIZ6|RGD:621678|CGD:CAL0000198953|dictyBase:DDB_G0282147|WB:WBGene00001396|TAIR:locus:2062928|TAIR:locus:2082792|UniProtKB:O60427 P Fatty acid desaturase UniProtKB:O34653|PTN000451636 protein NCBITaxon:224308 20221008 GO_Central lipid metabolic process +UniProtKB O34673 uxaA GO:0019698 GO_REF:0000033 IBA PANTHER:PTN000776259|UniProtKB:P42604 P Altronate dehydratase UniProtKB:O34673|PTN001254199 protein NCBITaxon:224308 20170228 GO_Central D-galacturonate catabolic process +UniProtKB O34683 hisB GO:0004424 GO_REF:0000033 IBA PANTHER:PTN000566211|TAIR:locus:1005716545|UniProtKB:O23346|CGD:CAL0000187142|UniProtKB:Q5AYU4|SGD:S000005728 F Imidazoleglycerol-phosphate dehydratase UniProtKB:O34683|PTN000566234 protein NCBITaxon:224308 20230406 GO_Central imidazoleglycerol-phosphate dehydratase activity +UniProtKB O34683 hisB GO:0000105 GO_REF:0000033 IBA PANTHER:PTN000566211|CGD:CAL0000187142|UniProtKB:O23346|TAIR:locus:1005716545|UniProtKB:Q5AYU4|SGD:S000005728 P Imidazoleglycerol-phosphate dehydratase UniProtKB:O34683|PTN000566234 protein NCBITaxon:224308 20230406 GO_Central histidine biosynthetic process +UniProtKB O34697 bceA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P0A9R7|UniProtKB:P75957|UniProtKB:P33916|UniProtKB:O34814|UniProtKB:O05779 C Bacitracin export ATP-binding protein BceA UniProtKB:O34697|PTN000656662 protein NCBITaxon:224308 20231109 GO_Central plasma membrane +UniProtKB O34697 bceA GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P33593|UniProtKB:P33916|UniProtKB:P9WQL7 P Bacitracin export ATP-binding protein BceA UniProtKB:O34697|PTN000656662 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport +UniProtKB O34697 bceA GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7 F Bacitracin export ATP-binding protein BceA UniProtKB:O34697|PTN000656662 protein NCBITaxon:224308 20210531 GO_Central transmembrane transporter activity +UniProtKB O34701 yoaU GO:0010628 GO_REF:0000033 IBA PANTHER:PTN001576694|UniProtKB:P03030 P Uncharacterized HTH-type transcriptional regulator YoaU UniProtKB:O34701|PTN001285655 protein NCBITaxon:224308 20170901 GO_Central positive regulation of gene expression +UniProtKB O34701 yoaU GO:0043565 GO_REF:0000033 IBA PANTHER:PTN001576694|UniProtKB:Q9HU98 F Uncharacterized HTH-type transcriptional regulator YoaU UniProtKB:O34701|PTN001285655 protein NCBITaxon:224308 20170901 GO_Central sequence-specific DNA binding +UniProtKB O34734 cysP GO:0005315 GO_REF:0000033 IBA PANTHER:PTN000120970|SGD:S000000500|UniProtKB:P0AFJ7|UniProtKB:P43676 F Sulfate permease CysP UniProtKB:O34734|PTN000121103 protein NCBITaxon:224308 20170228 GO_Central inorganic phosphate transmembrane transporter activity +UniProtKB O34734 cysP GO:0035435 GO_REF:0000033 IBA PANTHER:PTN000120970|UniProtKB:P0AFJ7|SGD:S000000500|UniProtKB:P43676 P Sulfate permease CysP UniProtKB:O34734|PTN000121103 protein NCBITaxon:224308 20170228 GO_Central phosphate ion transmembrane transport +UniProtKB O34739 steT GO:0003333 GO_REF:0000033 IBA PANTHER:PTN000208507|MGI:MGI:3045351|WB:WBGene00000004|UniProtKB:Q9UHI5|MGI:MGI:1921337|MGI:MGI:1347355|SGD:S000001028|SGD:S000003287|RGD:1309193|UniProtKB:Q9UM01|FB:FBgn0002778|FB:FBgn0028425|MGI:MGI:1337120|RGD:620639|UniProtKB:Q01650|CGD:CAL0000175765|MGI:MGI:1355323|UniProtKB:Q9UPY5|WB:WBGene00000002|UniProtKB:Q92536 P Serine/threonine exchanger SteT UniProtKB:O34739|PTN000208994 protein NCBITaxon:224308 20231108 GO_Central amino acid transmembrane transport +UniProtKB O34739 steT GO:0015179 GO_REF:0000033 IBA PANTHER:PTN000208507|SGD:S000001028|SGD:S000003287|UniProtKB:Q9UPY5|UniProtKB:P82251|MGI:MGI:1355323|UniProtKB:Q92536|UniProtKB:A0A3Q1NNN2|UniProtKB:Q01650|MGI:MGI:1298205|UniProtKB:Q9UHI5 F Serine/threonine exchanger SteT UniProtKB:O34739|PTN000208994 protein NCBITaxon:224308 20230405 GO_Central L-amino acid transmembrane transporter activity +UniProtKB O34742 opuCD GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001248830|UniProtKB:Q47539 C Glycine betaine/carnitine/choline transport system permease protein OpuCD UniProtKB:O34742|PTN001248836 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O34744 sumT GO:0019354 GO_REF:0000033 IBA PANTHER:PTN000472945|SGD:S000001777|TAIR:locus:2164506 P Uroporphyrinogen-III C-methyltransferase UniProtKB:O34744|PTN000472992 protein NCBITaxon:224308 20230407 GO_Central siroheme biosynthetic process +UniProtKB O34744 sumT GO:0004851 GO_REF:0000033 IBA PANTHER:PTN000472945|TAIR:locus:2164506|SGD:S000001777|UniProtKB:P0AEA8 F Uroporphyrinogen-III C-methyltransferase UniProtKB:O34744|PTN000472992 protein NCBITaxon:224308 20170228 GO_Central uroporphyrin-III C-methyltransferase activity +UniProtKB O34753 tagO GO:0071555 GO_REF:0000033 IBA PANTHER:PTN000531998|UniProtKB:Q9X1N5|UniProtKB:P0AC78 P Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase UniProtKB:O34753|PTN000532006 protein NCBITaxon:224308 20170602 GO_Central cell wall organization +UniProtKB O34753 tagO GO:0009103 GO_REF:0000033 IBA PANTHER:PTN000532005|UniProtKB:G3XD50|UniProtKB:P0AC78|UniProtKB:Q9X1N5 P Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase UniProtKB:O34753|PTN000532006 protein NCBITaxon:224308 20170602 GO_Central lipopolysaccharide biosynthetic process +UniProtKB O34753 tagO GO:0016780 GO_REF:0000033 IBA PANTHER:PTN000531998|UniProtKB:O66465|UniProtKB:P9WMW5|UniProtKB:P0A6W3|UniProtKB:P0AC78|UniProtKB:Q9X1N5 F Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase UniProtKB:O34753|PTN000532006 protein NCBITaxon:224308 20170602 GO_Central phosphotransferase activity, for other substituted phosphate groups +UniProtKB O34753 tagO GO:0044038 GO_REF:0000033 IBA PANTHER:PTN000531998|UniProtKB:P0AC78|UniProtKB:Q9X1N5 P Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase UniProtKB:O34753|PTN000532006 protein NCBITaxon:224308 20170602 GO_Central cell wall macromolecule biosynthetic process +UniProtKB O34811 ytwI GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002213034|UniProtKB:P0ACY6 C UPF0756 membrane protein YtwI UniProtKB:O34811|PTN002213038 protein NCBITaxon:224308 20170831 GO_Central plasma membrane +UniProtKB O34843 sigO GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001251781|UniProtKB:P9WGI3|UniProtKB:P0AEM6|UniProtKB:P06574 P RNA polymerase sigma factor SigO UniProtKB:O34843|PTN001251783 protein NCBITaxon:224308 20230406 GO_Central regulation of DNA-templated transcription +UniProtKB O34893 yngF GO:0006635 GO_REF:0000033 IBA PANTHER:PTN000941828|MGI:MGI:94871|UniProtKB:P30084|RGD:61892|RGD:69330 P Putative enoyl-CoA hydratase/isomerase YngF UniProtKB:O34893|PTN000235125 protein NCBITaxon:224308 20170228 GO_Central fatty acid beta-oxidation +UniProtKB O34903 ykoG GO:0032993 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q8EHJ3 C Uncharacterized transcriptional regulatory protein YkoG UniProtKB:O34903|PTN000703894 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex +UniProtKB O34903 ykoG GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:P69228|UniProtKB:P0AE88|UniProtKB:P0A9Q1 C Uncharacterized transcriptional regulatory protein YkoG UniProtKB:O34903|PTN000703894 protein NCBITaxon:224308 20170829 GO_Central cytosol +UniProtKB O34903 ykoG GO:0000156 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O07776|UniProtKB:Q9I2U3|UniProtKB:P38684|UniProtKB:P0A9Q1|UniProtKB:P30843|UniProtKB:P0AA16|UniProtKB:P0AE88 F Uncharacterized transcriptional regulatory protein YkoG UniProtKB:O34903|PTN000703894 protein NCBITaxon:224308 20211113 GO_Central phosphorelay response regulator activity +UniProtKB O34903 ykoG GO:0000976 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P69228|UniProtKB:Q8EE50|UniProtKB:P21866|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P08368|UniProtKB:Q8EHJ3 F Uncharacterized transcriptional regulatory protein YkoG UniProtKB:O34903|PTN000703894 protein NCBITaxon:224308 20211113 GO_Central transcription cis-regulatory region binding +UniProtKB O34903 ykoG GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:Q8EEF6|UniProtKB:P9WGM9|UniProtKB:P9WGL9|UniProtKB:P0AFJ5|UniProtKB:P23890|UniProtKB:P0AFT5|UniProtKB:P37478|UniProtKB:P0AA16|UniProtKB:Q8EHJ3|UniProtKB:P21866|UniProtKB:P44918|UniProtKB:P69228|UniProtKB:P23836|UniProtKB:P0AE88|UniProtKB:P08368|UniProtKB:P0ACZ8|UniProtKB:P38684|UniProtKB:P71814|UniProtKB:P30843|UniProtKB:P9WGM7|UniProtKB:O53830|UniProtKB:P76340|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q9I034 P Uncharacterized transcriptional regulatory protein YkoG UniProtKB:O34903|PTN000703894 protein NCBITaxon:224308 20230604 GO_Central regulation of DNA-templated transcription +UniProtKB O34909 yerA GO:0000034 GO_REF:0000033 IBA PANTHER:PTN002476570|UniProtKB:P31441 F Putative adenine deaminase YerA UniProtKB:O34909|PTN000122004 protein NCBITaxon:224308 20181220 GO_Central adenine deaminase activity +UniProtKB O34916 ykuR GO:0019877 GO_REF:0000033 IBA PANTHER:PTN001663873|UniProtKB:O34916 P N-acetyldiaminopimelate deacetylase UniProtKB:O34916|PTN000110857 protein NCBITaxon:224308 20190524 GO_Central diaminopimelate biosynthetic process +UniProtKB O34916 ykuR GO:0050118 GO_REF:0000033 IBA PANTHER:PTN001663873|UniProtKB:O34916 F N-acetyldiaminopimelate deacetylase UniProtKB:O34916|PTN000110857 protein NCBITaxon:224308 20190524 GO_Central N-acetyldiaminopimelate deacetylase activity +UniProtKB O34929 yfkF GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001922254|UniProtKB:P21503 C Uncharacterized MFS-type transporter YfkF UniProtKB:O34929|PTN000607046 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O34931 tcyM GO:0006865 GO_REF:0000033 IBA PANTHER:PTN000770159|UniProtKB:P0AFT2|UniProtKB:Q9I404|UniProtKB:Q9I403|UniProtKB:Q9I487 P L-cystine transport system permease protein TcyM UniProtKB:O34931|PTN001255430 protein NCBITaxon:224308 20230406 GO_Central amino acid transport +UniProtKB O34931 tcyM GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000770159|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P45767|UniProtKB:P0AER5|UniProtKB:P45768|UniProtKB:P0AE30 C L-cystine transport system permease protein TcyM UniProtKB:O34931|PTN001255430 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O34934 nadK2 GO:0003951 GO_REF:0000033 IBA PANTHER:PTN000463643|UniProtKB:P0A7B3|FB:FBgn0033853|TAIR:locus:2202975|UniProtKB:Q8Y8D7|SGD:S000000767|UniProtKB:P9WHV7|UniProtKB:O95544|UniProtKB:P65774|UniProtKB:Q9C5W3|UniProtKB:Q56YN3|SGD:S000003810|UniProtKB:O31612|UniProtKB:Q58327 F NAD kinase 2 UniProtKB:O34934|PTN000463771 protein NCBITaxon:224308 20220415 GO_Central NAD+ kinase activity +UniProtKB O34934 nadK2 GO:0006741 GO_REF:0000033 IBA PANTHER:PTN000463643|SGD:S000000767|SGD:S000006109|UniProtKB:P65774|RGD:1642420|UniProtKB:Q58327|UniProtKB:P9WHV7|UniProtKB:P0A7B3|UniProtKB:Q8Y8D7|UniProtKB:O31612|SGD:S000003810|FB:FBgn0033853|TAIR:locus:2202975 P NAD kinase 2 UniProtKB:O34934|PTN000463771 protein NCBITaxon:224308 20220415 GO_Central NADP biosynthetic process +UniProtKB O34940 yvrE GO:0005509 GO_REF:0000033 IBA PANTHER:PTN000097355|UniProtKB:Q15493|RGD:3560 F Putative sugar lactone lactonase YvrE UniProtKB:O34940|PTN000097434 protein NCBITaxon:224308 20170228 GO_Central calcium ion binding +UniProtKB O34940 yvrE GO:0019853 GO_REF:0000033 IBA PANTHER:PTN000097355|MGI:MGI:108024 P Putative sugar lactone lactonase YvrE UniProtKB:O34940|PTN000097434 protein NCBITaxon:224308 20170228 GO_Central L-ascorbic acid biosynthetic process +UniProtKB O34940 yvrE GO:0004341 GO_REF:0000033 IBA PANTHER:PTN000097355|UniProtKB:Q15493|MGI:MGI:108024|RGD:3560 F Putative sugar lactone lactonase YvrE UniProtKB:O34940|PTN000097434 protein NCBITaxon:224308 20170228 GO_Central gluconolactonase activity +UniProtKB O34942 recG GO:0003678 GO_REF:0000033 IBA PANTHER:PTN002773745|UniProtKB:Q9HTL3|UniProtKB:P24230 F ATP-dependent DNA helicase RecG UniProtKB:O34942|PTN002773771 protein NCBITaxon:224308 20190430 GO_Central DNA helicase activity +UniProtKB O34942 recG GO:0006281 GO_REF:0000033 IBA PANTHER:PTN002773745|UniProtKB:Q9HTL3|TAIR:locus:2049541 P ATP-dependent DNA helicase RecG UniProtKB:O34942|PTN002773771 protein NCBITaxon:224308 20190430 GO_Central DNA repair +UniProtKB P24141 oppA GO:0030288 GO_REF:0000033 IBA PANTHER:PTN008624512|UniProtKB:P33590|UniProtKB:Q46863|UniProtKB:P77348|UniProtKB:P33913|UniProtKB:P23843|UniProtKB:P75797|UniProtKB:P23847 C Oligopeptide-binding protein OppA UniProtKB:P24141|PTN000767676 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space +UniProtKB P24141 oppA GO:0015833 GO_REF:0000033 IBA PANTHER:PTN008624512|UniProtKB:Q9I2T4|UniProtKB:P23847|UniProtKB:P33913|UniProtKB:P23843|UniProtKB:P77348|UniProtKB:Q9I2T3 P Oligopeptide-binding protein OppA UniProtKB:P24141|PTN000767676 protein NCBITaxon:224308 20230406 GO_Central peptide transport +UniProtKB P24141 oppA GO:1904680 GO_REF:0000033 IBA PANTHER:PTN008624512|UniProtKB:P9WGU5|UniProtKB:P23847 F Oligopeptide-binding protein OppA UniProtKB:P24141|PTN000767676 protein NCBITaxon:224308 20231109 GO_Central peptide transmembrane transporter activity +UniProtKB P24136 oppD GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7 F Oligopeptide transport ATP-binding protein OppD UniProtKB:P24136|PTN000656073 protein NCBITaxon:224308 20210531 GO_Central transmembrane transporter activity +UniProtKB P24136 oppD GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P0A9R7|UniProtKB:P75957|UniProtKB:P33916|UniProtKB:O34814|UniProtKB:O05779 C Oligopeptide transport ATP-binding protein OppD UniProtKB:P24136|PTN000656073 protein NCBITaxon:224308 20231109 GO_Central plasma membrane +UniProtKB P24136 oppD GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P33593|UniProtKB:P33916|UniProtKB:P9WQL7 P Oligopeptide transport ATP-binding protein OppD UniProtKB:P24136|PTN000656073 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport +UniProtKB P23129 odhA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000568360|UniProtKB:P0AFG3 C 2-oxoglutarate dehydrogenase E1 component UniProtKB:P23129|PTN000568361 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P23129 odhA GO:0006099 GO_REF:0000033 IBA PANTHER:PTN000568360|RGD:1561359|UniProtKB:P9WIS5|UniProtKB:P0AFG3|RGD:1310916 P 2-oxoglutarate dehydrogenase E1 component UniProtKB:P23129|PTN000568361 protein NCBITaxon:224308 20230406 GO_Central tricarboxylic acid cycle +UniProtKB P23129 odhA GO:0004591 GO_REF:0000033 IBA PANTHER:PTN000568360|RGD:1561359|UniProtKB:Q02218|UniProtKB:P0AFG3 F 2-oxoglutarate dehydrogenase E1 component UniProtKB:P23129|PTN000568361 protein NCBITaxon:224308 20170228 GO_Central oxoglutarate dehydrogenase (succinyl-transferring) activity +UniProtKB P23129 odhA GO:0045252 GO_REF:0000033 IBA PANTHER:PTN000568360|UniProtKB:P0AFG3|MGI:MGI:1098267|SGD:S000001387|RGD:1561359|UniProtKB:Q02218 C 2-oxoglutarate dehydrogenase E1 component UniProtKB:P23129|PTN000568361 protein NCBITaxon:224308 20230406 GO_Central oxoglutarate dehydrogenase complex +UniProtKB P97247 ysmB GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P Uncharacterized HTH-type transcriptional regulator YsmB UniProtKB:P97247|PTN001825994 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB P97247 ysmB GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YsmB UniProtKB:P97247|PTN001825994 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB P23973 menF GO:0009697 GO_REF:0000033 IBA PANTHER:PTN001343061|UniProtKB:Q51508 P Isochorismate synthase MenF UniProtKB:P23973|PTN000132912 protein NCBITaxon:224308 20170228 GO_Central salicylic acid biosynthetic process +UniProtKB P23973 menF GO:0008909 GO_REF:0000033 IBA PANTHER:PTN001343061|UniProtKB:Q51508 F Isochorismate synthase MenF UniProtKB:P23973|PTN000132912 protein NCBITaxon:224308 20170228 GO_Central isochorismate synthase activity +UniProtKB P23971 menE GO:0016405 GO_REF:0000033 IBA PANTHER:PTN001186584|MGI:MGI:3587728|TAIR:locus:2034392|UniProtKB:Q67W82|FB:FBgn0039156|FB:FBgn0027601|UniProtKB:Q6ETN3|TAIR:locus:2094716|TAIR:locus:2176662|FB:FBgn0286723|TAIR:locus:2015499|UniProtKB:O53521|TAIR:locus:2034403|UniProtKB:P31552|UniProtKB:Q6ZAC1|UniProtKB:O24146|TAIR:locus:2117209|UniProtKB:P37353|WB:WBGene00007228|UniProtKB:Q96GR2|FB:FBgn0027348|UniProtKB:Q42982|UniProtKB:Q5FVE4|TAIR:locus:2017602|TAIR:locus:2015003|UniProtKB:P17814|TAIR:locus:2094771|UniProtKB:Q4G176 F 2-succinylbenzoate--CoA ligase UniProtKB:P23971|PTN001186825 protein NCBITaxon:224308 20221008 GO_Central CoA-ligase activity +UniProtKB P23966 menB GO:0009234 GO_REF:0000033 IBA PANTHER:PTN000235258|UniProtKB:P0ABU0 P 1,4-dihydroxy-2-naphthoyl-CoA synthase UniProtKB:P23966|PTN000235259 protein NCBITaxon:224308 20170228 GO_Central menaquinone biosynthetic process +UniProtKB P23966 menB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000235258|UniProtKB:P0ABU0 C 1,4-dihydroxy-2-naphthoyl-CoA synthase UniProtKB:P23966|PTN000235259 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P23966 menB GO:0008935 GO_REF:0000033 IBA PANTHER:PTN000235252|UniProtKB:P23966|UniProtKB:P0ABU0|UniProtKB:P9WNP5 F 1,4-dihydroxy-2-naphthoyl-CoA synthase UniProtKB:P23966|PTN000235259 protein NCBITaxon:224308 20170228 GO_Central 1,4-dihydroxy-2-naphthoyl-CoA synthase activity +UniProtKB P23479 sbcD GO:0003677 GO_REF:0000033 IBA PANTHER:PTN001251198|UniProtKB:Q9X1X0 F Nuclease SbcCD subunit D UniProtKB:P23479|PTN001251205 protein NCBITaxon:224308 20200414 GO_Central DNA binding +UniProtKB P23479 sbcD GO:0006281 GO_REF:0000033 IBA PANTHER:PTN001251198|UniProtKB:P0AG76 P Nuclease SbcCD subunit D UniProtKB:P23479|PTN001251205 protein NCBITaxon:224308 20200414 GO_Central DNA repair +UniProtKB P23479 sbcD GO:0004529 GO_REF:0000033 IBA PANTHER:PTN001251198|UniProtKB:P0AG76 F Nuclease SbcCD subunit D UniProtKB:P23479|PTN001251205 protein NCBITaxon:224308 20200414 GO_Central DNA exonuclease activity +UniProtKB P23477 addB GO:0006310 GO_REF:0000033 IBA PANTHER:PTN001255136|UniProtKB:P07648 P ATP-dependent helicase/deoxyribonuclease subunit B UniProtKB:P23477|PTN004227338 protein NCBITaxon:224308 20230406 GO_Central DNA recombination +UniProtKB P23453 fliM GO:0071978 GO_REF:0000033 IBA PANTHER:PTN000769004|UniProtKB:P23453 P Flagellar motor switch protein FliM UniProtKB:P23453|PTN000769005 protein NCBITaxon:224308 20221209 GO_Central bacterial-type flagellum-dependent swarming motility +UniProtKB P23453 fliM GO:0050918 GO_REF:0000033 IBA PANTHER:PTN000769004|UniProtKB:P23453 P Flagellar motor switch protein FliM UniProtKB:P23453|PTN000769005 protein NCBITaxon:224308 20221209 GO_Central positive chemotaxis +UniProtKB P23449 fliH GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002439699|UniProtKB:P31068 C Probable flagellar assembly protein FliH UniProtKB:P23449|PTN002168979 protein NCBITaxon:224308 20180315 GO_Central cytosol +UniProtKB P23630 lysA GO:0009089 GO_REF:0000033 IBA PANTHER:PTN000159906|UniProtKB:P00861|UniProtKB:P9WIU7 P Diaminopimelate decarboxylase UniProtKB:P23630|PTN000159926 protein NCBITaxon:224308 20170427 GO_Central lysine biosynthetic process via diaminopimelate +UniProtKB P23630 lysA GO:0008836 GO_REF:0000033 IBA PANTHER:PTN000159906|UniProtKB:P19572|TAIR:locus:2143054|TAIR:locus:2091055|UniProtKB:P00861|UniProtKB:P9WIU7 F Diaminopimelate decarboxylase UniProtKB:P23630|PTN000159926 protein NCBITaxon:224308 20170228 GO_Central diaminopimelate decarboxylase activity +UniProtKB P23545 phoR GO:0046777 GO_REF:0000033 IBA PANTHER:PTN001976860|UniProtKB:P9WGK5 P Alkaline phosphatase synthesis sensor protein PhoR UniProtKB:P23545|PTN000704096 protein NCBITaxon:224308 20231109 GO_Central protein autophosphorylation +UniProtKB P23545 phoR GO:0000155 GO_REF:0000033 IBA PANTHER:PTN001976860|UniProtKB:Q9I3B1|UniProtKB:Q9HYX0 F Alkaline phosphatase synthesis sensor protein PhoR UniProtKB:P23545|PTN000704096 protein NCBITaxon:224308 20180504 GO_Central phosphorelay sensor kinase activity +UniProtKB P23545 phoR GO:0009927 GO_REF:0000033 IBA PANTHER:PTN001976860|SGD:S000001409|UniProtKB:P39838 F Alkaline phosphatase synthesis sensor protein PhoR UniProtKB:P23545|PTN000704096 protein NCBITaxon:224308 20200810 GO_Central histidine phosphotransfer kinase activity +UniProtKB P97030 queG GO:0008616 GO_REF:0000033 IBA PANTHER:PTN001246364|UniProtKB:P39288 P Epoxyqueuosine reductase UniProtKB:P97030|PTN000294607 protein NCBITaxon:224308 20170228 GO_Central queuosine biosynthetic process +UniProtKB P97030 queG GO:0052693 GO_REF:0000033 IBA PANTHER:PTN001246364|UniProtKB:P39288 F Epoxyqueuosine reductase UniProtKB:P97030|PTN000294607 protein NCBITaxon:224308 20170228 GO_Central epoxyqueuosine reductase activity +UniProtKB P12045 purK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN008521729|UniProtKB:P09029 C N5-carboxyaminoimidazole ribonucleotide synthase UniProtKB:P12045|PTN000549226 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P12425 glnA GO:0006542 GO_REF:0000033 IBA PANTHER:PTN000464978|UniProtKB:P12425 P Glutamine synthetase UniProtKB:P12425|PTN000464979 protein NCBITaxon:224308 20170502 GO_Central glutamine biosynthetic process +UniProtKB C0SPA5 adhA GO:0016616 GO_REF:0000033 IBA PANTHER:PTN001708008|UniProtKB:O24562|UniProtKB:B5AMJ6|UniProtKB:P27250|UniProtKB:Q0JA75|TAIR:locus:2090704|TAIR:locus:2052516|TAIR:locus:2124311|SGD:S000000702|TAIR:locus:2005527|UniProtKB:I1IPY7|TAIR:locus:2052494|UniProtKB:P75691|UniProtKB:P39451|TAIR:locus:2005528|TAIR:locus:2136278|SGD:S000004937|UniProtKB:Q6ZHS4|UniProtKB:I1HY48 F Probable formaldehyde dehydrogenase AdhA UniProtKB:C0SPA5|PTN000191304 protein NCBITaxon:224308 20181220 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB P24500 flgB GO:0071978 GO_REF:0000033 IBA PANTHER:PTN000764839|UniProtKB:P24501|UniProtKB:P39752|UniProtKB:P23446|UniProtKB:P24500 P Flagellar basal body rod protein FlgB UniProtKB:P24500|PTN001252426 protein NCBITaxon:224308 20200809 GO_Central bacterial-type flagellum-dependent swarming motility +UniProtKB P24808 cwlA GO:0009254 GO_REF:0000033 IBA PANTHER:PTN001252273|UniProtKB:P13016 P N-acetylmuramoyl-L-alanine amidase CwlA UniProtKB:P24808|PTN004741569 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan turnover +UniProtKB P24808 cwlA GO:0008745 GO_REF:0000033 IBA PANTHER:PTN001252273|UniProtKB:Q9HT86|UniProtKB:G3XCW9|UniProtKB:Q9I5D1|UniProtKB:P75820 F N-acetylmuramoyl-L-alanine amidase CwlA UniProtKB:P24808|PTN004741569 protein NCBITaxon:224308 20170228 GO_Central N-acetylmuramoyl-L-alanine amidase activity +UniProtKB P24808 cwlA GO:0009253 GO_REF:0000033 IBA PANTHER:PTN001252273|UniProtKB:P75820 P N-acetylmuramoyl-L-alanine amidase CwlA UniProtKB:P24808|PTN004741569 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan catabolic process +UniProtKB P24012 ctaE GO:0009486 GO_REF:0000033 IBA PANTHER:PTN008517370|UniProtKB:P0ABJ3 F Cytochrome c oxidase subunit 3 UniProtKB:P24012|PTN000150047 protein NCBITaxon:224308 20170602 GO_Central cytochrome bo3 ubiquinol oxidase activity +UniProtKB P24012 ctaE GO:0019646 GO_REF:0000033 IBA PANTHER:PTN008517370|UniProtKB:P0ABJ3 P Cytochrome c oxidase subunit 3 UniProtKB:P24012|PTN000150047 protein NCBITaxon:224308 20170602 GO_Central aerobic electron transport chain +UniProtKB P24012 ctaE contributes_to GO:0004129 GO_REF:0000033 IBA PANTHER:PTN000150044|PomBase:SPMIT.04|SGD:S000007283 F Cytochrome c oxidase subunit 3 UniProtKB:P24012|PTN000150047 protein NCBITaxon:224308 20230602 GO_Central cytochrome-c oxidase activity +UniProtKB P24012 ctaE GO:0015990 GO_REF:0000033 IBA PANTHER:PTN008517370|UniProtKB:P0ABJ3 P Cytochrome c oxidase subunit 3 UniProtKB:P24012|PTN000150047 protein NCBITaxon:224308 20170602 GO_Central electron transport coupled proton transport +UniProtKB P24012 ctaE GO:0009319 GO_REF:0000033 IBA PANTHER:PTN008517370|UniProtKB:P0ABJ3 C Cytochrome c oxidase subunit 3 UniProtKB:P24012|PTN000150047 protein NCBITaxon:224308 20170602 GO_Central cytochrome o ubiquinol oxidase complex +UniProtKB P24011 ctaC GO:0042773 GO_REF:0000033 IBA PANTHER:PTN000527128|UniProtKB:Q81HT3|SGD:S000007281|PomBase:SPMIT.11 P Cytochrome c oxidase subunit 2 UniProtKB:P24011|PTN000527176 protein NCBITaxon:224308 20200809 GO_Central ATP synthesis coupled electron transport +UniProtKB P24011 ctaC contributes_to GO:0004129 GO_REF:0000033 IBA PANTHER:PTN000527128|PomBase:SPMIT.11|UniProtKB:P00403|SGD:S000007281 F Cytochrome c oxidase subunit 2 UniProtKB:P24011|PTN000527176 protein NCBITaxon:224308 20230603 GO_Central cytochrome-c oxidase activity +UniProtKB P24010 ctaD GO:0015990 GO_REF:0000033 IBA PANTHER:PTN000046094|UniProtKB:P0ABI8 P Cytochrome c oxidase subunit 1 UniProtKB:P24010|PTN001625176 protein NCBITaxon:224308 20170228 GO_Central electron transport coupled proton transport +UniProtKB P24010 ctaD GO:0009060 GO_REF:0000033 IBA PANTHER:PTN000046094|SGD:S000007260|PomBase:SPMIT.01|FB:FBgn0013674|UniProtKB:P0ABI8 P Cytochrome c oxidase subunit 1 UniProtKB:P24010|PTN001625176 protein NCBITaxon:224308 20230602 GO_Central aerobic respiration +UniProtKB P24010 ctaD GO:0022904 GO_REF:0000033 IBA PANTHER:PTN000046094|UniProtKB:P0ABI8|SGD:S000007260|FB:FBgn0013674|PomBase:SPMIT.01 P Cytochrome c oxidase subunit 1 UniProtKB:P24010|PTN001625176 protein NCBITaxon:224308 20230602 GO_Central respiratory electron transport chain +UniProtKB P24010 ctaD contributes_to GO:0004129 GO_REF:0000033 IBA PANTHER:PTN000046094|UniProtKB:P00395|SGD:S000007260|PomBase:SPMIT.01 F Cytochrome c oxidase subunit 1 UniProtKB:P24010|PTN001625176 protein NCBITaxon:224308 20230602 GO_Central cytochrome-c oxidase activity +UniProtKB P24009 ctaB2 GO:0008495 GO_REF:0000033 IBA PANTHER:PTN000114243|MGI:MGI:1917633|UniProtKB:P0AEA5 F Protoheme IX farnesyltransferase 2 UniProtKB:P24009|PTN000114316 protein NCBITaxon:224308 20231109 GO_Central protoheme IX farnesyltransferase activity +UniProtKB P24009 ctaB2 GO:0048034 GO_REF:0000033 IBA PANTHER:PTN002535495|UniProtKB:P0AEA5 P Protoheme IX farnesyltransferase 2 UniProtKB:P24009|PTN000114316 protein NCBITaxon:224308 20230105 GO_Central heme O biosynthetic process +UniProtKB P24009 ctaB2 GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002535495|UniProtKB:P0AEA5 C Protoheme IX farnesyltransferase 2 UniProtKB:P24009|PTN000114316 protein NCBITaxon:224308 20230105 GO_Central plasma membrane +UniProtKB P26497 spo0J GO:0045881 GO_REF:0000033 IBA PANTHER:PTN002121186|UniProtKB:P26497 P Stage 0 sporulation protein J UniProtKB:P26497|PTN002121226 protein NCBITaxon:224308 20180110 GO_Central positive regulation of sporulation resulting in formation of a cellular spore +UniProtKB P26497 spo0J GO:0005694 GO_REF:0000033 IBA PANTHER:PTN002121184|UniProtKB:P9WIJ9 C Stage 0 sporulation protein J UniProtKB:P26497|PTN002121226 protein NCBITaxon:224308 20180110 GO_Central chromosome +UniProtKB P26497 spo0J GO:0007059 GO_REF:0000033 IBA PANTHER:PTN002121184|UniProtKB:P26497 P Stage 0 sporulation protein J UniProtKB:P26497|PTN002121226 protein NCBITaxon:224308 20180110 GO_Central chromosome segregation +UniProtKB P26382 levG GO:0009401 GO_REF:0000033 IBA PANTHER:PTN000789828|UniProtKB:P69805|UniProtKB:P69801 P Fructose permease IID component UniProtKB:P26382|PTN000789830 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB P26381 levF GO:0009401 GO_REF:0000033 IBA PANTHER:PTN000789828|UniProtKB:P69805|UniProtKB:P69801 P Fructose permease IIC component UniProtKB:P26381|PTN000789836 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB P25052 tenA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000719820|SGD:S000000613|TAIR:locus:2145816 C Aminopyrimidine aminohydrolase UniProtKB:P25052|PTN000719829 protein NCBITaxon:224308 20221009 GO_Central cytosol +UniProtKB P25150 ywaE GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YwaE UniProtKB:P25150|PTN002109559 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB P25150 ywaE GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P Uncharacterized HTH-type transcriptional regulator YwaE UniProtKB:P25150|PTN002109559 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB P25152 ywaD GO:0006508 GO_REF:0000033 IBA PANTHER:PTN000254534|UniProtKB:Q9HZQ8 P Aminopeptidase YwaD UniProtKB:P25152|PTN000254618 protein NCBITaxon:224308 20190225 GO_Central proteolysis +UniProtKB P26936 spoIVFA GO:0004222 GO_REF:0000033 IBA PANTHER:PTN002729049|UniProtKB:O33599|UniProtKB:P0AFS9 F Stage IV sporulation protein FA UniProtKB:P26936|PTN007699888 protein NCBITaxon:224308 20180411 GO_Central metalloendopeptidase activity +UniProtKB P26908 rplU GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000482431|SGD:S000003632 F 50S ribosomal protein L21 UniProtKB:P26908|PTN000482488 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome +UniProtKB P26906 dppE GO:1904680 GO_REF:0000033 IBA PANTHER:PTN008624512|UniProtKB:P9WGU5|UniProtKB:P23847 F Dipeptide-binding protein DppE UniProtKB:P26906|PTN001250606 protein NCBITaxon:224308 20231109 GO_Central peptide transmembrane transporter activity +UniProtKB P26906 dppE GO:0030288 GO_REF:0000033 IBA PANTHER:PTN008624512|UniProtKB:P33590|UniProtKB:Q46863|UniProtKB:P77348|UniProtKB:P33913|UniProtKB:P23843|UniProtKB:P75797|UniProtKB:P23847 C Dipeptide-binding protein DppE UniProtKB:P26906|PTN001250606 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space +UniProtKB P26906 dppE GO:0015833 GO_REF:0000033 IBA PANTHER:PTN008624512|UniProtKB:Q9I2T4|UniProtKB:P23847|UniProtKB:P33913|UniProtKB:P23843|UniProtKB:P77348|UniProtKB:Q9I2T3 P Dipeptide-binding protein DppE UniProtKB:P26906|PTN001250606 protein NCBITaxon:224308 20230406 GO_Central peptide transport +UniProtKB P26905 dppD GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P33593|UniProtKB:P33916|UniProtKB:P9WQL7 P Dipeptide transport ATP-binding protein DppD UniProtKB:P26905|PTN000656072 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport +UniProtKB P26905 dppD GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7 F Dipeptide transport ATP-binding protein DppD UniProtKB:P26905|PTN000656072 protein NCBITaxon:224308 20210531 GO_Central transmembrane transporter activity +UniProtKB P26905 dppD GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P0A9R7|UniProtKB:P75957|UniProtKB:P33916|UniProtKB:O34814|UniProtKB:O05779 C Dipeptide transport ATP-binding protein DppD UniProtKB:P26905|PTN000656072 protein NCBITaxon:224308 20231109 GO_Central plasma membrane +UniProtKB P26901 katA GO:0004096 GO_REF:0000033 IBA PANTHER:PTN000157250|UniProtKB:Q59337|UniProtKB:Q5B0L2|UniProtKB:P17598|UniProtKB:P18122|UniProtKB:P30567|WB:WBGene00000831|UniProtKB:Q0D9C4|RGD:2279|UniProtKB:O52762|FB:FBgn0000261|WB:WBGene00000830|TAIR:locus:2131591|CGD:CAL0000188148|UniProtKB:P12365|PomBase:SPCC757.07c|UniProtKB:Q10S82|SGD:S000003320|MGI:MGI:88271|SGD:S000002664|UniProtKB:P00432|UniProtKB:P18123|UniProtKB:Q0E4K1|UniProtKB:P04040|dictyBase:DDB_G0274595 F Vegetative catalase UniProtKB:P26901|PTN000157334 protein NCBITaxon:224308 20220922 GO_Central catalase activity +UniProtKB P26901 katA GO:0042542 GO_REF:0000033 IBA PANTHER:PTN000157250|PomBase:SPCC757.07c|UniProtKB:Q10S82|FB:FBgn0000261|UniProtKB:Q0E4K1|CGD:CAL0000188148|TAIR:locus:2034428|UniProtKB:P04040|UniProtKB:Q0D9C4 P Vegetative catalase UniProtKB:P26901|PTN000157334 protein NCBITaxon:224308 20211215 GO_Central response to hydrogen peroxide +UniProtKB P26901 katA GO:0042744 GO_REF:0000033 IBA PANTHER:PTN000157250|MGI:MGI:88271|PomBase:SPCC757.07c|CGD:CAL0000188148|RGD:2279|SGD:S000002664|UniProtKB:P00432|UniProtKB:P04040|TAIR:locus:2034428|dictyBase:DDB_G0274595|UniProtKB:P77872|FB:FBgn0000261|TAIR:locus:2034357 P Vegetative catalase UniProtKB:P26901|PTN000157334 protein NCBITaxon:224308 20210529 GO_Central hydrogen peroxide catabolic process +UniProtKB P26901 katA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000157250|TAIR:locus:2131591|UniProtKB:Q10S82|WB:WBGene00000831|MGI:MGI:88271|SGD:S000002664|UniProtKB:Q0D9C4|RGD:2279|TAIR:locus:2034357|UniProtKB:P18123|UniProtKB:Q0E4K1|UniProtKB:P04040|dictyBase:DDB_G0274595 C Vegetative catalase UniProtKB:P26901|PTN000157334 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB P26901 katA GO:0020037 GO_REF:0000033 IBA PANTHER:PTN000157250|UniProtKB:P04040 F Vegetative catalase UniProtKB:P26901|PTN000157334 protein NCBITaxon:224308 20170228 GO_Central heme binding +UniProtKB P26899 ansB GO:0008797 GO_REF:0000033 IBA PANTHER:PTN000154760|UniProtKB:P0AC38|UniProtKB:P44324 F Aspartate ammonia-lyase UniProtKB:P26899|PTN000154761 protein NCBITaxon:224308 20170228 GO_Central aspartate ammonia-lyase activity +UniProtKB P26899 ansB GO:0006531 GO_REF:0000033 IBA PANTHER:PTN000154760|UniProtKB:P0AC38 P Aspartate ammonia-lyase UniProtKB:P26899|PTN000154761 protein NCBITaxon:224308 20230604 GO_Central aspartate metabolic process +UniProtKB P26899 ansB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000154760|UniProtKB:P0AC38 C Aspartate ammonia-lyase UniProtKB:P26899|PTN000154761 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P80239 ahpC GO:0008379 GO_REF:0000033 IBA PANTHER:PTN000073874|WB:WBGene00006434|UniProtKB:P32119|UniProtKB:Q8IL80|UniProtKB:Q8I5Q6|UniProtKB:P0CU34|CGD:CAL0000174369|SGD:S000002861|PomBase:SPCC576.03c|SGD:S000004490|UniProtKB:Q06830|UniProtKB:P30048 F Alkyl hydroperoxide reductase C UniProtKB:P80239|PTN000074132 protein NCBITaxon:224308 20230109 GO_Central thioredoxin peroxidase activity +UniProtKB P80239 ahpC GO:0033554 GO_REF:0000033 IBA PANTHER:PTN000073874|UniProtKB:D6XKT6|SGD:S000004490|UniProtKB:P0AE08|MGI:MGI:99523|SGD:S000002861|CGD:CAL0000174369|FB:FBgn0040308|UniProtKB:P32119|WB:WBGene00006434|UniProtKB:P30048|PomBase:SPCC576.03c|MGI:MGI:109486|UniProtKB:P0CU34|UniProtKB:Q8IL80 P Alkyl hydroperoxide reductase C UniProtKB:P80239|PTN000074132 protein NCBITaxon:224308 20230109 GO_Central cellular response to stress +UniProtKB P80239 ahpC GO:0042744 GO_REF:0000033 IBA PANTHER:PTN000073874|FB:FBgn0040309|WB:WBGene00006434|FB:FBgn0040308|UniProtKB:P0AE08|FB:FBgn0038519|CGD:CAL0000174369|UniProtKB:Q6ER94|UniProtKB:P0CU34|PomBase:SPCC576.03c|UniProtKB:Q06830|MGI:MGI:109486|UniProtKB:P30048 P Alkyl hydroperoxide reductase C UniProtKB:P80239|PTN000074132 protein NCBITaxon:224308 20230405 GO_Central hydrogen peroxide catabolic process +UniProtKB P80239 ahpC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000073874|MGI:MGI:1859815|SGD:S000004490|UniProtKB:P0AE08|UniProtKB:P30048|FB:FBgn0040309|UniProtKB:Q8IL80|FB:FBgn0040308 C Alkyl hydroperoxide reductase C UniProtKB:P80239|PTN000074132 protein NCBITaxon:224308 20230602 GO_Central cytosol +UniProtKB P80239 ahpC GO:0006979 GO_REF:0000033 IBA PANTHER:PTN000073874|RGD:620039|RGD:3838|UniProtKB:Q8IL80|UniProtKB:Q8I5Q6|UniProtKB:P0CU34|MGI:MGI:109486|PomBase:SPCC576.03c|UniProtKB:P30048|FB:FBgn0040309|WB:WBGene00006434|UniProtKB:P32119|FB:FBgn0040308|CGD:CAL0000174369|MGI:MGI:1859815|SGD:S000002861|MGI:MGI:99523|UniProtKB:P0AE08|SGD:S000004490|MGI:MGI:88034 P Alkyl hydroperoxide reductase C UniProtKB:P80239|PTN000074132 protein NCBITaxon:224308 20230109 GO_Central response to oxidative stress +UniProtKB P80239 ahpC GO:0045454 GO_REF:0000033 IBA PANTHER:PTN000073874|UniProtKB:P9WQB7|FB:FBgn0040309|TAIR:locus:2080707|PomBase:SPCC576.03c|SGD:S000004490|TAIR:locus:2164265|FB:FBgn0038519|MGI:MGI:1859815|SGD:S000002861 P Alkyl hydroperoxide reductase C UniProtKB:P80239|PTN000074132 protein NCBITaxon:224308 20221006 GO_Central cell redox homeostasis +UniProtKB C0SPB2 ywtG GO:0015293 GO_REF:0000033 IBA PANTHER:PTN008729220|UniProtKB:P0AEP1|UniProtKB:P0AE24 F Putative metabolite transport protein YwtG UniProtKB:C0SPB2|PTN000628489 protein NCBITaxon:224308 20220311 GO_Central symporter activity +UniProtKB C0SPB2 ywtG GO:0016020 GO_REF:0000033 IBA PANTHER:PTN008729220|TAIR:locus:2097780|UniProtKB:P0AEP1|UniProtKB:O95528|MGI:MGI:3052471|UniProtKB:P0AE24 C Putative metabolite transport protein YwtG UniProtKB:C0SPB2|PTN000628489 protein NCBITaxon:224308 20230112 GO_Central membrane +UniProtKB C0SPB2 ywtG GO:0055085 GO_REF:0000033 IBA PANTHER:PTN008729220|ZFIN:ZDB-GENE-040426-1513|MGI:MGI:3052471|UniProtKB:O95528|TAIR:locus:2097780|UniProtKB:P0AEP1|TAIR:locus:2168494|UniProtKB:P0AE24 P Putative metabolite transport protein YwtG UniProtKB:C0SPB2|PTN000628489 protein NCBITaxon:224308 20220311 GO_Central transmembrane transport +UniProtKB P14802 yoxD GO:0016616 GO_REF:0000033 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:Q8N4T8|UniProtKB:P0AEK2|UniProtKB:O54438|SGD:S000001538|UniProtKB:P0AG84|UniProtKB:Q8I2S7|TAIR:locus:2024021|UniProtKB:P9WGT1|CGD:CAL0000174204|UniProtKB:P37769|UniProtKB:Q92506|UniProtKB:P05707 F Uncharacterized oxidoreductase YoxD UniProtKB:P14802|PTN000673938 protein NCBITaxon:224308 20230111 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB P21203 pheA GO:0004664 GO_REF:0000033 IBA PANTHER:PTN000470965|TAIR:locus:2091127|UniProtKB:Q6Z3Y3|UniProtKB:P9WIC3|UniProtKB:P0A9J8|SGD:S000005260|UniProtKB:C8V9C8 F Prephenate dehydratase UniProtKB:P21203|PTN000471002 protein NCBITaxon:224308 20220924 GO_Central prephenate dehydratase activity +UniProtKB P21203 pheA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000470965|UniProtKB:Q6Z3Y3|TAIR:locus:2042021|TAIR:locus:2162459|TAIR:locus:2199963|TAIR:locus:2027332|TAIR:locus:2101630|TAIR:locus:2091127 C Prephenate dehydratase UniProtKB:P21203|PTN000471002 protein NCBITaxon:224308 20220415 GO_Central cytoplasm +UniProtKB P21203 pheA GO:0009094 GO_REF:0000033 IBA PANTHER:PTN000470965|UniProtKB:C8V9C8|SGD:S000005260|UniProtKB:P0A9J8|PomBase:SPBC30D10.16|UniProtKB:Q6Z3Y3|UniProtKB:P9WIC3|TAIR:locus:2042021 P Prephenate dehydratase UniProtKB:P21203|PTN000471002 protein NCBITaxon:224308 20220924 GO_Central L-phenylalanine biosynthetic process +UniProtKB P21883 pdhC GO:0006099 GO_REF:0000033 IBA PANTHER:PTN000567956|UniProtKB:P36957|UniProtKB:P0AFG6 P Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex UniProtKB:P21883|PTN000567935 protein NCBITaxon:224308 20220223 GO_Central tricarboxylic acid cycle +UniProtKB P21883 pdhC GO:0004149 GO_REF:0000033 IBA PANTHER:PTN000567956|UniProtKB:Q9N0F1|UniProtKB:P0AFG6|UniProtKB:P36957|RGD:1359615 F Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex UniProtKB:P21883|PTN000567935 protein NCBITaxon:224308 20220223 GO_Central dihydrolipoyllysine-residue succinyltransferase activity +UniProtKB P21883 pdhC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002459361|UniProtKB:P0AFG6 C Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex UniProtKB:P21883|PTN000567935 protein NCBITaxon:224308 20220223 GO_Central cytosol +UniProtKB P21881 pdhA GO:0006086 GO_REF:0000033 IBA PANTHER:PTN008519424|RGD:3286|MGI:MGI:97532|UniProtKB:P08559|SGD:S000000980|RGD:620095 P Pyruvate dehydrogenase E1 component subunit alpha UniProtKB:P21881|PTN000162339 protein NCBITaxon:224308 20230110 GO_Central acetyl-CoA biosynthetic process from pyruvate +UniProtKB P21881 pdhA GO:0004739 GO_REF:0000033 IBA PANTHER:PTN008519424|UniProtKB:P08559|RGD:3286|RGD:620095|UniProtKB:Q5B2R8|UniProtKB:P29803|SGD:S000000980 F Pyruvate dehydrogenase E1 component subunit alpha UniProtKB:P21881|PTN000162339 protein NCBITaxon:224308 20220922 GO_Central pyruvate dehydrogenase (acetyl-transferring) activity +UniProtKB P21879 guaB GO:0003938 GO_REF:0000033 IBA PANTHER:PTN000226903|MGI:MGI:109367|UniProtKB:P9WKI7|UniProtKB:P12268|PomBase:SPBC2F12.14c|UniProtKB:P0ADG7|RGD:735092|CGD:CAL0000175344|MGI:MGI:96567 F Inosine-5'-monophosphate dehydrogenase UniProtKB:P21879|PTN000227003 protein NCBITaxon:224308 20210529 GO_Central IMP dehydrogenase activity +UniProtKB P21879 guaB GO:0006183 GO_REF:0000033 IBA PANTHER:PTN000226903|UniProtKB:P12268|PomBase:SPBC2F12.14c P Inosine-5'-monophosphate dehydrogenase UniProtKB:P21879|PTN000227003 protein NCBITaxon:224308 20210529 GO_Central GTP biosynthetic process +UniProtKB P21656 trpS GO:0006436 GO_REF:0000033 IBA PANTHER:PTN001600076|UniProtKB:P00954|UniProtKB:A0A144A140|SGD:S000002676 P Tryptophan--tRNA ligase UniProtKB:P21656|PTN000006533 protein NCBITaxon:224308 20230112 GO_Central tryptophanyl-tRNA aminoacylation +UniProtKB P21656 trpS GO:0004830 GO_REF:0000033 IBA PANTHER:PTN001600076|UniProtKB:Q9UGM6|UniProtKB:P00954|SGD:S000002676 F Tryptophan--tRNA ligase UniProtKB:P21656|PTN000006533 protein NCBITaxon:224308 20231109 GO_Central tryptophan-tRNA ligase activity +UniProtKB P21477 rpsT GO:0070181 GO_REF:0000033 IBA PANTHER:PTN002122407|UniProtKB:P0A7U7 F 30S ribosomal protein S20 UniProtKB:P21477|PTN002122460 protein NCBITaxon:224308 20180110 GO_Central small ribosomal subunit rRNA binding +UniProtKB P21477 rpsT GO:0015935 GO_REF:0000033 IBA PANTHER:PTN002122407|UniProtKB:P0A7U7 C 30S ribosomal protein S20 UniProtKB:P21477|PTN002122460 protein NCBITaxon:224308 20180110 GO_Central small ribosomal subunit +UniProtKB P21477 rpsT GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002122411|UniProtKB:P0A7U7 C 30S ribosomal protein S20 UniProtKB:P21477|PTN002122460 protein NCBITaxon:224308 20200809 GO_Central cytosol +UniProtKB P21476 rpsS GO:0000028 GO_REF:0000033 IBA PANTHER:PTN000222938|RGD:62026 P 30S ribosomal protein S19 UniProtKB:P21476|PTN000223043 protein NCBITaxon:224308 20170228 GO_Central ribosomal small subunit assembly +UniProtKB P21476 rpsS GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000222938|RGD:62026|UniProtKB:C0H5C2|UniProtKB:P62841|FB:FBgn0034138|MGI:MGI:98117|SGD:S000005320 F 30S ribosomal protein S19 UniProtKB:P21476|PTN000223043 protein NCBITaxon:224308 20230405 GO_Central structural constituent of ribosome +UniProtKB P21476 rpsS GO:0022627 GO_REF:0000033 IBA PANTHER:PTN008529203|UniProtKB:P0A7U3 C 30S ribosomal protein S19 UniProtKB:P21476|PTN000223043 protein NCBITaxon:224308 20231010 GO_Central cytosolic small ribosomal subunit +UniProtKB P21475 rpsR GO:0006412 GO_REF:0000033 IBA PANTHER:PTN000336666|UniProtKB:Q8I5T6 P 30S ribosomal protein S18 UniProtKB:P21475|PTN000336730 protein NCBITaxon:224308 20230110 GO_Central translation +UniProtKB P21475 rpsR GO:0022627 GO_REF:0000033 IBA PANTHER:PTN000336729|UniProtKB:P0A7T7 C 30S ribosomal protein S18 UniProtKB:P21475|PTN000336730 protein NCBITaxon:224308 20180810 GO_Central cytosolic small ribosomal subunit +UniProtKB P21475 rpsR GO:0070181 GO_REF:0000033 IBA PANTHER:PTN000336666|UniProtKB:P0A7T7 F 30S ribosomal protein S18 UniProtKB:P21475|PTN000336730 protein NCBITaxon:224308 20180810 GO_Central small ribosomal subunit rRNA binding +UniProtKB P21475 rpsR GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000336666|SGD:S000000852|UniProtKB:P0A7T7 F 30S ribosomal protein S18 UniProtKB:P21475|PTN000336730 protein NCBITaxon:224308 20200808 GO_Central structural constituent of ribosome +UniProtKB P21474 rpsP GO:0015935 GO_REF:0000033 IBA PANTHER:PTN000308744|UniProtKB:Q9Y3D3|UniProtKB:P82915|UniProtKB:P0A7T3|SGD:S000005934 C 30S ribosomal protein S16 UniProtKB:P21474|PTN000308808 protein NCBITaxon:224308 20200808 GO_Central small ribosomal subunit +UniProtKB P21474 rpsP GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000308744|UniProtKB:P0A7T3|SGD:S000005934 F 30S ribosomal protein S16 UniProtKB:P21474|PTN000308808 protein NCBITaxon:224308 20200808 GO_Central structural constituent of ribosome +UniProtKB P21473 rpsO GO:0022627 GO_REF:0000033 IBA PANTHER:PTN000594971|UniProtKB:P0ADZ4 C 30S ribosomal protein S15 UniProtKB:P21473|PTN000594972 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit +UniProtKB P21472 rpsL GO:0005840 GO_REF:0000033 IBA PANTHER:PTN000182999|UniProtKB:P62266|MGI:MGI:1913725|RGD:621039|SGD:S000003350|UniProtKB:Q6SA96|FB:FBgn0033912|UniProtKB:P0A7S3|UniProtKB:Q29RU1|SGD:S000005319|UniProtKB:O15235|SGD:S000006336 C 30S ribosomal protein S12 UniProtKB:P21472|PTN000183161 protein NCBITaxon:224308 20230405 GO_Central ribosome +UniProtKB P21472 rpsL GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000182999|SGD:S000003350|MGI:MGI:1913725|UniProtKB:P62266|SGD:S000005319|UniProtKB:P0A7S3|FB:FBgn0033912|SGD:S000006336 F 30S ribosomal protein S12 UniProtKB:P21472|PTN000183161 protein NCBITaxon:224308 20230405 GO_Central structural constituent of ribosome +UniProtKB P21472 rpsL GO:0006412 GO_REF:0000033 IBA PANTHER:PTN000182999|UniProtKB:P0A7S3|UniProtKB:P62266|UniProtKB:Q9U0G9 P 30S ribosomal protein S12 UniProtKB:P21472|PTN000183161 protein NCBITaxon:224308 20230110 GO_Central translation +UniProtKB P21471 rpsJ GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000193512|FB:FBgn0019936|MGI:MGI:1914677|UniProtKB:P60866|SGD:S000002448 F 30S ribosomal protein S10 UniProtKB:P21471|PTN000193629 protein NCBITaxon:224308 20230405 GO_Central structural constituent of ribosome +UniProtKB P21471 rpsJ GO:0015935 GO_REF:0000033 IBA PANTHER:PTN000193512|SGD:S000002448|RGD:621037|UniProtKB:P60866|UniProtKB:P0A7R5|UniProtKB:A1XQU9|SGD:S000001007|MGI:MGI:1914677 C 30S ribosomal protein S10 UniProtKB:P21471|PTN000193629 protein NCBITaxon:224308 20230405 GO_Central small ribosomal subunit +UniProtKB P21470 rpsI GO:0003723 GO_REF:0000033 IBA PANTHER:PTN000490829|TAIR:locus:2146273|TAIR:locus:2052120|UniProtKB:P62249|TAIR:locus:2037222|UniProtKB:Q57VV0 F 30S ribosomal protein S9 UniProtKB:P21470|PTN000490972 protein NCBITaxon:224308 20230111 GO_Central RNA binding +UniProtKB P21470 rpsI GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000490829|SGD:S000000350|FB:FBgn0034743|UniProtKB:P62249|UniProtKB:P0A7X3|MGI:MGI:98118 F 30S ribosomal protein S9 UniProtKB:P21470|PTN000490972 protein NCBITaxon:224308 20230406 GO_Central structural constituent of ribosome +UniProtKB P21470 rpsI GO:0022627 GO_REF:0000033 IBA PANTHER:PTN000490971|UniProtKB:P0A7X3 C 30S ribosomal protein S9 UniProtKB:P21470|PTN000490972 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit +UniProtKB P21469 rpsG GO:0000028 GO_REF:0000033 IBA PANTHER:PTN000128889|UniProtKB:P02359 P 30S ribosomal protein S7 UniProtKB:P21469|PTN000129030 protein NCBITaxon:224308 20170228 GO_Central ribosomal small subunit assembly +UniProtKB P21469 rpsG GO:0022627 GO_REF:0000033 IBA PANTHER:PTN000129029|UniProtKB:P02359 C 30S ribosomal protein S7 UniProtKB:P21469|PTN000129030 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit +UniProtKB P21469 rpsG GO:0003729 GO_REF:0000033 IBA PANTHER:PTN000128889|UniProtKB:P02359|TAIR:locus:504954476|UniProtKB:P46782|TAIR:locus:2049862|TAIR:locus:2081546|TAIR:locus:2828051 F 30S ribosomal protein S7 UniProtKB:P21469|PTN000129030 protein NCBITaxon:224308 20170228 GO_Central mRNA binding +UniProtKB P21469 rpsG GO:0006412 GO_REF:0000033 IBA PANTHER:PTN000128889|UniProtKB:P46782 P 30S ribosomal protein S7 UniProtKB:P21469|PTN000129030 protein NCBITaxon:224308 20170228 GO_Central translation +UniProtKB P21469 rpsG GO:0005840 GO_REF:0000033 IBA PANTHER:PTN000128889|SGD:S000003874|MGI:MGI:1097682|UniProtKB:P46782|UniProtKB:P02359|UniProtKB:Q9Y2R9|UniProtKB:Q3T040|SGD:S000003884|RGD:3601|FB:FBgn0002590 C 30S ribosomal protein S7 UniProtKB:P21469|PTN000129030 protein NCBITaxon:224308 20230405 GO_Central ribosome +UniProtKB P21469 rpsG GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000128889|SGD:S000003874|MGI:MGI:1097682|SGD:S000003884|UniProtKB:P46782|UniProtKB:P02359|FB:FBgn0002590 F 30S ribosomal protein S7 UniProtKB:P21469|PTN000129030 protein NCBITaxon:224308 20230405 GO_Central structural constituent of ribosome +UniProtKB P21469 rpsG GO:0019843 GO_REF:0000033 IBA PANTHER:PTN000128889|UniProtKB:P02359 F 30S ribosomal protein S7 UniProtKB:P21469|PTN000129030 protein NCBITaxon:224308 20170228 GO_Central rRNA binding +UniProtKB P21468 rpsF GO:0003735 GO_REF:0000033 IBA PANTHER:PTN001077198|SGD:S000001486 F 30S ribosomal protein S6 UniProtKB:P21468|PTN001464189 protein NCBITaxon:224308 20200808 GO_Central structural constituent of ribosome +UniProtKB P21468 rpsF GO:0070181 GO_REF:0000033 IBA PANTHER:PTN001077198|UniProtKB:P02358 F 30S ribosomal protein S6 UniProtKB:P21468|PTN001464189 protein NCBITaxon:224308 20170228 GO_Central small ribosomal subunit rRNA binding +UniProtKB P21465 rpsC GO:0022627 GO_REF:0000033 IBA PANTHER:PTN000205057|RGD:619888|UniProtKB:P0A7V3|MGI:MGI:1350917|SGD:S000005122|UniProtKB:Q8IKH8|UniProtKB:P23396 C 30S ribosomal protein S3 UniProtKB:P21465|PTN000205168 protein NCBITaxon:224308 20230405 GO_Central cytosolic small ribosomal subunit +UniProtKB P21465 rpsC GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000205057|UniProtKB:P0A7V3|MGI:MGI:1350917|SGD:S000005122|UniProtKB:Q8IKH8|UniProtKB:P23396|FB:FBgn0002622 F 30S ribosomal protein S3 UniProtKB:P21465|PTN000205168 protein NCBITaxon:224308 20230405 GO_Central structural constituent of ribosome +UniProtKB P21464 rpsB GO:0022627 GO_REF:0000033 IBA PANTHER:PTN000283499|UniProtKB:P0A7V0 C 30S ribosomal protein S2 UniProtKB:P21464|PTN000283500 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit +UniProtKB P21464 rpsB GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000283441|SGD:S000000996|UniProtKB:P0A7V0 F 30S ribosomal protein S2 UniProtKB:P21464|PTN000283500 protein NCBITaxon:224308 20200808 GO_Central structural constituent of ribosome +UniProtKB P21335 tadA GO:0052717 GO_REF:0000033 IBA PANTHER:PTN000118285|UniProtKB:P68398 F tRNA-specific adenosine deaminase UniProtKB:P21335|PTN000118286 protein NCBITaxon:224308 20201029 GO_Central tRNA-specific adenosine-34 deaminase activity +UniProtKB P21335 tadA GO:0002100 GO_REF:0000033 IBA PANTHER:PTN000118285|UniProtKB:P68398 P tRNA-specific adenosine deaminase UniProtKB:P21335|PTN000118286 protein NCBITaxon:224308 20201029 GO_Central tRNA wobble adenosine to inosine editing +UniProtKB P25053 tenI GO:0004789 GO_REF:0000033 IBA PANTHER:PTN000466113|SGD:S000006135 F Thiazole tautomerase UniProtKB:P25053|PTN000466119 protein NCBITaxon:224308 20230406 GO_Central thiamine-phosphate diphosphorylase activity +UniProtKB P25053 tenI GO:0009228 GO_REF:0000033 IBA PANTHER:PTN000466113|UniProtKB:P30137|SGD:S000006135 P Thiazole tautomerase UniProtKB:P25053|PTN000466119 protein NCBITaxon:224308 20170228 GO_Central thiamine biosynthetic process +UniProtKB P25053 tenI GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000466113|SGD:S000006135 C Thiazole tautomerase UniProtKB:P25053|PTN000466119 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB P25503 hutU GO:0016153 GO_REF:0000033 IBA PANTHER:PTN002639709|UniProtKB:Q96N76|UniProtKB:Q9HU83 F Urocanate hydratase UniProtKB:P25503|PTN000794316 protein NCBITaxon:224308 20190212 GO_Central urocanate hydratase activity +UniProtKB P25503 hutU GO:0006548 GO_REF:0000033 IBA PANTHER:PTN002639709|UniProtKB:Q9HU83|UniProtKB:Q96N76 P Urocanate hydratase UniProtKB:P25503|PTN000794316 protein NCBITaxon:224308 20190212 GO_Central histidine catabolic process +UniProtKB P25499 hrcA GO:0045892 GO_REF:0000033 IBA PANTHER:PTN002165771|UniProtKB:P25499|UniProtKB:P9WMK3 P Heat-inducible transcription repressor HrcA UniProtKB:P25499|PTN002165791 protein NCBITaxon:224308 20180316 GO_Central negative regulation of DNA-templated transcription +UniProtKB P25813 rsmG GO:0070043 GO_REF:0000033 IBA PANTHER:PTN000788684|UniProtKB:P0A6U5 F Ribosomal RNA small subunit methyltransferase G UniProtKB:P25813|PTN000788687 protein NCBITaxon:224308 20170228 GO_Central rRNA (guanine-N7-)-methyltransferase activity +UniProtKB P25813 rsmG GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000788684|UniProtKB:P0A6U5 C Ribosomal RNA small subunit methyltransferase G UniProtKB:P25813|PTN000788687 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P25996 pyrD GO:0006207 GO_REF:0000033 IBA PANTHER:PTN002466504|SGD:S000001699 P Dihydroorotate dehydrogenase B (NAD(+)), catalytic subunit UniProtKB:P25996|PTN000234172 protein NCBITaxon:224308 20170228 GO_Central 'de novo' pyrimidine nucleobase biosynthetic process +UniProtKB P25996 pyrD GO:0004152 GO_REF:0000033 IBA PANTHER:PTN002466504|dictyBase:DDB_G0276331|SGD:S000001699 F Dihydroorotate dehydrogenase B (NAD(+)), catalytic subunit UniProtKB:P25996|PTN000234172 protein NCBITaxon:224308 20170228 GO_Central dihydroorotate dehydrogenase activity +UniProtKB P25996 pyrD GO:0005737 GO_REF:0000033 IBA PANTHER:PTN002466504|UniProtKB:Q57U83|SGD:S000001699 C Dihydroorotate dehydrogenase B (NAD(+)), catalytic subunit UniProtKB:P25996|PTN000234172 protein NCBITaxon:224308 20230112 GO_Central cytoplasm +UniProtKB P25995 pyrC GO:0004038 GO_REF:0000033 IBA PANTHER:PTN000909483|SGD:S000001466|UniProtKB:P77671|TAIR:locus:505006432|UniProtKB:Q5B4C7 F Dihydroorotase UniProtKB:P25995|PTN000182408 protein NCBITaxon:224308 20200810 GO_Central allantoinase activity +UniProtKB P25995 pyrC GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000909483|TAIR:locus:505006432|UniProtKB:P77671 C Dihydroorotase UniProtKB:P25995|PTN000182408 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB P25995 pyrC GO:0006145 GO_REF:0000033 IBA PANTHER:PTN000909483|TAIR:locus:505006432|UniProtKB:Q5B4C7 P Dihydroorotase UniProtKB:P25995|PTN000182408 protein NCBITaxon:224308 20170228 GO_Central purine nucleobase catabolic process +UniProtKB P25993 pyrAA GO:0005951 GO_REF:0000033 IBA PANTHER:PTN000150382|SGD:S000005829|UniProtKB:P0A6F1|TAIR:locus:2089149 C Carbamoyl-phosphate synthase pyrimidine-specific small chain UniProtKB:P25993|PTN000150409 protein NCBITaxon:224308 20170228 GO_Central carbamoyl-phosphate synthase complex +UniProtKB P25993 pyrAA contributes_to GO:0004088 GO_REF:0000033 IBA PANTHER:PTN000150382|SGD:S000005829|UniProtKB:P0A6F1 F Carbamoyl-phosphate synthase pyrimidine-specific small chain UniProtKB:P25993|PTN000150409 protein NCBITaxon:224308 20170228 GO_Central carbamoyl-phosphate synthase (glutamine-hydrolyzing) activity +UniProtKB P25993 pyrAA GO:0006526 GO_REF:0000033 IBA PANTHER:PTN000150382|PomBase:SPBC56F2.09c|UniProtKB:P0A6F1|SGD:S000005829 P Carbamoyl-phosphate synthase pyrimidine-specific small chain UniProtKB:P25993|PTN000150409 protein NCBITaxon:224308 20170228 GO_Central arginine biosynthetic process +UniProtKB P25993 pyrAA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000150222|UniProtKB:P0A6F1|UniProtKB:Q57U86|SGD:S000005829|UniProtKB:P00968|UniProtKB:P31327|SGD:S000003666|TAIR:locus:2089149|RGD:2395|UniProtKB:Q57U84|TAIR:locus:2019302|SGD:S000003870|UniProtKB:P0A786|MGI:MGI:891996|UniProtKB:P27708 C Carbamoyl-phosphate synthase pyrimidine-specific small chain UniProtKB:P25993|PTN000150409 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB P25972 pyrE GO:0019856 GO_REF:0000033 IBA PANTHER:PTN000444530|dictyBase:DDB_G0280041|WB:WBGene00011559 P Orotate phosphoribosyltransferase UniProtKB:P25972|PTN000444600 protein NCBITaxon:224308 20190306 GO_Central pyrimidine nucleobase biosynthetic process +UniProtKB P25972 pyrE GO:0006222 GO_REF:0000033 IBA PANTHER:PTN000444530|WB:WBGene00020036|WB:WBGene00011559|MGI:MGI:1298388|RGD:1311908|UniProtKB:P11172 P Orotate phosphoribosyltransferase UniProtKB:P25972|PTN000444600 protein NCBITaxon:224308 20210905 GO_Central UMP biosynthetic process +UniProtKB P25972 pyrE GO:0004588 GO_REF:0000033 IBA PANTHER:PTN000444530|dictyBase:DDB_G0280041|TAIR:locus:504955714|UniProtKB:P11172|MGI:MGI:1298388|WB:WBGene00011559|FB:FBgn0003257|RGD:1311908|WB:WBGene00020036 F Orotate phosphoribosyltransferase UniProtKB:P25972|PTN000444600 protein NCBITaxon:224308 20210905 GO_Central orotate phosphoribosyltransferase activity +UniProtKB P25971 pyrF GO:0004590 GO_REF:0000033 IBA PANTHER:PTN001280965|SGD:S000000747|CGD:CAL0000191638|PomBase:SPCC330.05c|UniProtKB:P08244|UniProtKB:P10652 F Orotidine 5'-phosphate decarboxylase UniProtKB:P25971|PTN000781718 protein NCBITaxon:224308 20200809 GO_Central orotidine-5'-phosphate decarboxylase activity +UniProtKB P25971 pyrF GO:0006207 GO_REF:0000033 IBA PANTHER:PTN001280965|SGD:S000000747|PomBase:SPCC330.05c|UniProtKB:P08244|UniProtKB:P10652 P Orotidine 5'-phosphate decarboxylase UniProtKB:P25971|PTN000781718 protein NCBITaxon:224308 20200809 GO_Central 'de novo' pyrimidine nucleobase biosynthetic process +UniProtKB P25971 pyrF GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001280965|SGD:S000000747|UniProtKB:P08244 C Orotidine 5'-phosphate decarboxylase UniProtKB:P25971|PTN000781718 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P25953 comGA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001250205|UniProtKB:P0AFA5 C ComG operon protein 1 UniProtKB:P25953|PTN000767400 protein NCBITaxon:224308 20170613 GO_Central plasma membrane +UniProtKB P25953 comGA GO:0016887 GO_REF:0000033 IBA PANTHER:PTN001250205|UniProtKB:P22608 F ComG operon protein 1 UniProtKB:P25953|PTN000767400 protein NCBITaxon:224308 20170613 GO_Central ATP hydrolysis activity +UniProtKB P25814 rnpA GO:0030677 GO_REF:0000033 IBA PANTHER:PTN002144900|UniProtKB:P25814|UniProtKB:P0A7Y8 C Ribonuclease P protein component UniProtKB:P25814|PTN002144922 protein NCBITaxon:224308 20211112 GO_Central ribonuclease P complex +UniProtKB P25814 rnpA GO:0042781 GO_REF:0000033 IBA PANTHER:PTN002144900|UniProtKB:P25814 F Ribonuclease P protein component UniProtKB:P25814|PTN002144922 protein NCBITaxon:224308 20190307 GO_Central 3'-tRNA processing endoribonuclease activity +UniProtKB P25814 rnpA GO:0004526 GO_REF:0000033 IBA PANTHER:PTN002144900|UniProtKB:P25814 F Ribonuclease P protein component UniProtKB:P25814|PTN002144922 protein NCBITaxon:224308 20190307 GO_Central ribonuclease P activity +UniProtKB P25811 mnmE GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000182687|SGD:S000004625|UniProtKB:P25522|UniProtKB:Q969Y2|ZFIN:ZDB-GENE-050522-335|UniProtKB:P52131 C tRNA modification GTPase MnmE UniProtKB:P25811|PTN000182745 protein NCBITaxon:224308 20230407 GO_Central cytoplasm +UniProtKB P25811 mnmE GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000182744|UniProtKB:P52131|UniProtKB:P25522 C tRNA modification GTPase MnmE UniProtKB:P25811|PTN000182745 protein NCBITaxon:224308 20230407 GO_Central cytosol +UniProtKB P25811 mnmE GO:0030488 GO_REF:0000033 IBA PANTHER:PTN000182687|UniProtKB:P25522 P tRNA modification GTPase MnmE UniProtKB:P25811|PTN000182745 protein NCBITaxon:224308 20170228 GO_Central tRNA methylation +UniProtKB P25811 mnmE GO:0002098 GO_REF:0000033 IBA PANTHER:PTN000182687|UniProtKB:P25522|SGD:S000004625 P tRNA modification GTPase MnmE UniProtKB:P25811|PTN000182745 protein NCBITaxon:224308 20230407 GO_Central tRNA wobble uridine modification +UniProtKB P80859 gndA GO:0009051 GO_REF:0000033 IBA PANTHER:PTN000211910|TAIR:locus:2024542|UniProtKB:P52209|SGD:S000003488|MGI:MGI:97553|RGD:1583832|SGD:S000001226|TAIR:locus:2160422|PomBase:SPBC660.16 P 6-phosphogluconate dehydrogenase, NADP(+)-dependent, decarboxylating UniProtKB:P80859|PTN000212016 protein NCBITaxon:224308 20220922 GO_Central pentose-phosphate shunt, oxidative branch +UniProtKB P80859 gndA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000211910|TAIR:locus:2024542|TAIR:locus:2160422|UniProtKB:P00350|TAIR:locus:2074577|CGD:CAL0000188008|MGI:MGI:97553 C 6-phosphogluconate dehydrogenase, NADP(+)-dependent, decarboxylating UniProtKB:P80859|PTN000212016 protein NCBITaxon:224308 20220922 GO_Central cytosol +UniProtKB P80859 gndA GO:0046177 GO_REF:0000033 IBA PANTHER:PTN000211910|PomBase:SPBC660.16|UniProtKB:P00350 P 6-phosphogluconate dehydrogenase, NADP(+)-dependent, decarboxylating UniProtKB:P80859|PTN000212016 protein NCBITaxon:224308 20190221 GO_Central D-gluconate catabolic process +UniProtKB P80859 gndA GO:0050661 GO_REF:0000033 IBA PANTHER:PTN000211910|PomBase:SPBC660.16|RGD:1583832 F 6-phosphogluconate dehydrogenase, NADP(+)-dependent, decarboxylating UniProtKB:P80859|PTN000212016 protein NCBITaxon:224308 20190221 GO_Central NADP binding +UniProtKB P80859 gndA GO:0004616 GO_REF:0000033 IBA PANTHER:PTN000211910|UniProtKB:Q8IKT2|MGI:MGI:97553|SGD:S000003488|TAIR:locus:2074577|PomBase:SPBC660.16|RGD:1583832|UniProtKB:P00350|SGD:S000001226 F 6-phosphogluconate dehydrogenase, NADP(+)-dependent, decarboxylating UniProtKB:P80859|PTN000212016 protein NCBITaxon:224308 20230110 GO_Central phosphogluconate dehydrogenase (decarboxylating) activity +UniProtKB P80861 yjlD GO:0016491 GO_REF:0000033 IBA PANTHER:PTN002463583|TAIR:locus:2123713|UniProtKB:P00393|UniProtKB:P95200|UniProtKB:Q94BV7|TAIR:locus:2007427|UniProtKB:Q8I302|UniProtKB:Q9ST63|UniProtKB:Q9ST62|SGD:S000004753|SGD:S000004589 F NADH dehydrogenase-like protein YjlD UniProtKB:P80861|PTN002463781 protein NCBITaxon:224308 20230720 GO_Central oxidoreductase activity +UniProtKB P80862 serC GO:0004648 GO_REF:0000033 IBA PANTHER:PTN000475655|SGD:S000005710|UniProtKB:Q9Y617|TAIR:locus:2127963|UniProtKB:P23721 F Phosphoserine aminotransferase UniProtKB:P80862|PTN000475656 protein NCBITaxon:224308 20231109 GO_Central O-phospho-L-serine:2-oxoglutarate aminotransferase activity +UniProtKB P80862 serC GO:0006564 GO_REF:0000033 IBA PANTHER:PTN000475655|SGD:S000005710|UniProtKB:P23721|UniProtKB:Q9Y617 P Phosphoserine aminotransferase UniProtKB:P80862|PTN000475656 protein NCBITaxon:224308 20231109 GO_Central L-serine biosynthetic process +UniProtKB P80862 serC GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000475655|UniProtKB:P23721|UniProtKB:Q9Y617|TAIR:locus:2127963 C Phosphoserine aminotransferase UniProtKB:P80862|PTN000475656 protein NCBITaxon:224308 20200810 GO_Central cytoplasm +UniProtKB P80862 serC GO:0030170 GO_REF:0000033 IBA PANTHER:PTN000475655|UniProtKB:P23721|TAIR:locus:2127963 F Phosphoserine aminotransferase UniProtKB:P80862|PTN000475656 protein NCBITaxon:224308 20200218 GO_Central pyridoxal phosphate binding +UniProtKB P80868 fusA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000563114|UniProtKB:P0A6M8 C Elongation factor G UniProtKB:P80868|PTN000563115 protein NCBITaxon:224308 20200218 GO_Central cytosol +UniProtKB P80868 fusA GO:0032790 GO_REF:0000033 IBA PANTHER:PTN000754007|UniProtKB:Q969S9 P Elongation factor G UniProtKB:P80868|PTN000563115 protein NCBITaxon:224308 20200218 GO_Central ribosome disassembly +UniProtKB P80869 ycdF GO:0016616 GO_REF:0000033 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:Q8N4T8|UniProtKB:P0AEK2|UniProtKB:O54438|SGD:S000001538|UniProtKB:P0AG84|UniProtKB:Q8I2S7|TAIR:locus:2024021|UniProtKB:P9WGT1|CGD:CAL0000174204|UniProtKB:P37769|UniProtKB:Q92506|UniProtKB:P05707 F Glucose 1-dehydrogenase 2 UniProtKB:P80869|PTN001212004 protein NCBITaxon:224308 20230111 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB P80871 ywrO GO:0009055 GO_REF:0000033 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F General stress protein 14 UniProtKB:P80871|PTN000785314 protein NCBITaxon:224308 20180413 GO_Central electron transfer activity +UniProtKB P80871 ywrO GO:0003955 GO_REF:0000033 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F General stress protein 14 UniProtKB:P80871|PTN000785314 protein NCBITaxon:224308 20180413 GO_Central NAD(P)H dehydrogenase (quinone) activity +UniProtKB P80871 ywrO GO:0010181 GO_REF:0000033 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F General stress protein 14 UniProtKB:P80871|PTN000785314 protein NCBITaxon:224308 20180413 GO_Central FMN binding +UniProtKB P80880 trxB GO:0045454 GO_REF:0000033 IBA PANTHER:PTN005133404|TAIR:locus:2062683|CGD:CAL0000184081|UniProtKB:P9WHH1|TAIR:locus:2117612|UniProtKB:Q9NNW7|SGD:S000002761|UniProtKB:Q39242|dictyBase:DDB_G0280815|FB:FBgn0020653 P Thioredoxin reductase UniProtKB:P80880|PTN000530679 protein NCBITaxon:224308 20220309 GO_Central cell redox homeostasis +UniProtKB P80880 trxB GO:0004791 GO_REF:0000033 IBA PANTHER:PTN005133404|FB:FBgn0020653|WB:WBGene00014028|dictyBase:DDB_G0280815|UniProtKB:Q39242|RGD:61960|SGD:S000001148|MGI:MGI:1354175|UniProtKB:Q16881|FB:FBgn0037170|PomBase:SPBC3F6.03|SGD:S000002761|UniProtKB:P0A9P4|MGI:MGI:2386711|UniProtKB:C8V4E8|TAIR:locus:2117612|RGD:61959|UniProtKB:P9WHH1|CGD:CAL0000184081|UniProtKB:Q70G58|UniProtKB:Q9N2I8|TAIR:locus:2062683 F Thioredoxin reductase UniProtKB:P80880|PTN000530679 protein NCBITaxon:224308 20220926 GO_Central thioredoxin-disulfide reductase (NADP) activity +UniProtKB P80886 sucC GO:0006099 GO_REF:0000033 IBA PANTHER:PTN000212531|RGD:1309397|RGD:1305008|UniProtKB:P0A836 P Succinate--CoA ligase [ADP-forming] subunit beta UniProtKB:P80886|PTN000212646 protein NCBITaxon:224308 20190221 GO_Central tricarboxylic acid cycle +UniProtKB P80886 sucC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000212645|UniProtKB:P0A836 C Succinate--CoA ligase [ADP-forming] subunit beta UniProtKB:P80886|PTN000212646 protein NCBITaxon:224308 20190221 GO_Central cytosol +UniProtKB P80886 sucC GO:0042709 GO_REF:0000033 IBA PANTHER:PTN000212531|RGD:1305008|UniProtKB:P0A836|MGI:MGI:1306824|UniProtKB:Q96I99|UniProtKB:P53593|MGI:MGI:1306775 C Succinate--CoA ligase [ADP-forming] subunit beta UniProtKB:P80886|PTN000212646 protein NCBITaxon:224308 20230110 GO_Central succinate-CoA ligase complex +UniProtKB P80886 sucC GO:0004775 GO_REF:0000033 IBA PANTHER:PTN000212531|SGD:S000003476|UniProtKB:P0A836|UniProtKB:Q8ILE9|UniProtKB:P53593|RGD:1309397 F Succinate--CoA ligase [ADP-forming] subunit beta UniProtKB:P80886|PTN000212646 protein NCBITaxon:224308 20230110 GO_Central succinate-CoA ligase (ADP-forming) activity +UniProtKB P80886 sucC GO:0006104 GO_REF:0000033 IBA PANTHER:PTN000212531|RGD:1309397|SGD:S000003476|RGD:1305008|UniProtKB:Q8ILE9 P Succinate--CoA ligase [ADP-forming] subunit beta UniProtKB:P80886|PTN000212646 protein NCBITaxon:224308 20230110 GO_Central succinyl-CoA metabolic process +UniProtKB P10944 hutH GO:0004397 GO_REF:0000033 IBA PANTHER:PTN000796665|UniProtKB:Q9HU85 F Histidine ammonia-lyase UniProtKB:P10944|PTN000796666 protein NCBITaxon:224308 20180112 GO_Central histidine ammonia-lyase activity +UniProtKB P10944 hutH GO:0006548 GO_REF:0000033 IBA PANTHER:PTN000796665|UniProtKB:Q9HU85 P Histidine ammonia-lyase UniProtKB:P10944|PTN000796666 protein NCBITaxon:224308 20180112 GO_Central histidine catabolic process +UniProtKB P10727 spoIIAA GO:0043856 GO_REF:0000033 IBA PANTHER:PTN002127014|UniProtKB:P9WGE3|UniProtKB:P9WGE1 F Anti-sigma F factor antagonist UniProtKB:P10727|PTN002127074 protein NCBITaxon:224308 20170413 GO_Central anti-sigma factor antagonist activity +UniProtKB P10726 sigD GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001251781|UniProtKB:P9WGI3|UniProtKB:P0AEM6|UniProtKB:P06574 P RNA polymerase sigma-D factor UniProtKB:P10726|PTN000769569 protein NCBITaxon:224308 20230406 GO_Central regulation of DNA-templated transcription +UniProtKB P10725 alr1 GO:0008784 GO_REF:0000033 IBA PANTHER:PTN000775508|UniProtKB:Q9HUN4|PomBase:SPCC965.08c|UniProtKB:P0A6B4|UniProtKB:P29012|UniProtKB:Q9HTQ2|UniProtKB:P9WQA9 F Alanine racemase 1 UniProtKB:P10725|PTN001253741 protein NCBITaxon:224308 20230603 GO_Central alanine racemase activity +UniProtKB P10725 alr1 GO:0030632 GO_REF:0000033 IBA PANTHER:PTN001253738|UniProtKB:P0A6B4|UniProtKB:P9WQA9 P Alanine racemase 1 UniProtKB:P10725|PTN001253741 protein NCBITaxon:224308 20230603 GO_Central D-alanine biosynthetic process +UniProtKB P10725 alr1 GO:0009252 GO_REF:0000033 IBA PANTHER:PTN007826070|UniProtKB:P9WQA9 P Alanine racemase 1 UniProtKB:P10725|PTN001253741 protein NCBITaxon:224308 20200611 GO_Central peptidoglycan biosynthetic process +UniProtKB P10725 alr1 GO:0030170 GO_REF:0000033 IBA PANTHER:PTN000775508|UniProtKB:P0A6B4|UniProtKB:P9WQA9 F Alanine racemase 1 UniProtKB:P10725|PTN001253741 protein NCBITaxon:224308 20230603 GO_Central pyridoxal phosphate binding +UniProtKB P10725 alr1 GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000775508|UniProtKB:P29012 C Alanine racemase 1 UniProtKB:P10725|PTN001253741 protein NCBITaxon:224308 20200611 GO_Central cytosol +UniProtKB P10475 eglS GO:0009251 GO_REF:0000033 IBA PANTHER:PTN001262628|UniProtKB:Q5AVZ7|UniProtKB:Q5B6Q3 P Endoglucanase UniProtKB:P10475|PTN001456071 protein NCBITaxon:224308 20170228 GO_Central glucan catabolic process +UniProtKB P10475 eglS GO:0009986 GO_REF:0000033 IBA PANTHER:PTN001262628|CGD:CAL0000190583 C Endoglucanase UniProtKB:P10475|PTN001456071 protein NCBITaxon:224308 20170228 GO_Central cell surface +UniProtKB P10475 eglS GO:0008422 GO_REF:0000033 IBA PANTHER:PTN001262628|PomBase:SPBC1105.05|CGD:CAL0000190583|SGD:S000005716|UniProtKB:Q5B6Q3|SGD:S000002669|PomBase:SPBC2D10.05|UniProtKB:Q5AVZ7 F Endoglucanase UniProtKB:P10475|PTN001456071 protein NCBITaxon:224308 20170228 GO_Central beta-glucosidase activity +UniProtKB P10475 eglS GO:0005576 GO_REF:0000033 IBA PANTHER:PTN001262628|PomBase:SPBC1105.05|SGD:S000004291|CGD:CAL0000190583 C Endoglucanase UniProtKB:P10475|PTN001456071 protein NCBITaxon:224308 20200809 GO_Central extracellular region +UniProtKB P13242 pyrG GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000167583|UniProtKB:P0A7E5 C CTP synthase UniProtKB:P13242|PTN000167584 protein NCBITaxon:224308 20180918 GO_Central cytosol +UniProtKB P13242 pyrG GO:0003883 GO_REF:0000033 IBA PANTHER:PTN000167473|UniProtKB:Q8ILZ3|FB:FBgn0266452|SGD:S000003864|SGD:S000000135|UniProtKB:P17812|UniProtKB:P0A7E5|UniProtKB:A0A1P8B6F9 F CTP synthase UniProtKB:P13242|PTN000167584 protein NCBITaxon:224308 20230110 GO_Central CTP synthase activity +UniProtKB P13242 pyrG GO:0042802 GO_REF:0000033 IBA PANTHER:PTN000167473|UniProtKB:Q9NRF8|UniProtKB:P0A7E5|UniProtKB:P17812 F CTP synthase UniProtKB:P13242|PTN000167584 protein NCBITaxon:224308 20230602 GO_Central identical protein binding +UniProtKB P13242 pyrG GO:0006241 GO_REF:0000033 IBA PANTHER:PTN000167473|SGD:S000003864|FB:FBgn0266452|UniProtKB:Q8ILZ3|UniProtKB:P0A7E5|SGD:S000000135|UniProtKB:P17812 P CTP synthase UniProtKB:P13242|PTN000167584 protein NCBITaxon:224308 20230110 GO_Central CTP biosynthetic process +UniProtKB P13242 pyrG GO:0019856 GO_REF:0000033 IBA PANTHER:PTN000167473|SGD:S000000135 P CTP synthase UniProtKB:P13242|PTN000167584 protein NCBITaxon:224308 20180918 GO_Central pyrimidine nucleobase biosynthetic process +UniProtKB P13484 tagE GO:0016757 GO_REF:0000033 IBA PANTHER:PTN000749410|UniProtKB:P32057|UniProtKB:Q9HTC0|UniProtKB:P9WMZ5|UniProtKB:P27127|UniProtKB:P25740|UniProtKB:P9WMY7|UniProtKB:Q9HZE9|UniProtKB:P9WMZ3|UniProtKB:P71237 F Poly(glycerol-phosphate) alpha-glucosyltransferase UniProtKB:P13484|PTN004365368 protein NCBITaxon:224308 20221007 GO_Central glycosyltransferase activity +UniProtKB P14951 uvrC GO:0006974 GO_REF:0000033 IBA PANTHER:PTN000778007|UniProtKB:P76213|UniProtKB:P0A8G0 P UvrABC system protein C UniProtKB:P14951|PTN001254688 protein NCBITaxon:224308 20230406 GO_Central DNA damage response +UniProtKB P14951 uvrC GO:0009380 GO_REF:0000033 IBA PANTHER:PTN000778007|UniProtKB:P0A8G0 C UvrABC system protein C UniProtKB:P14951|PTN001254688 protein NCBITaxon:224308 20170228 GO_Central excinuclease repair complex +UniProtKB P14949 trxA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000047179|UniProtKB:Q8IDP4|UniProtKB:P0AA25|TAIR:locus:2128756|UniProtKB:Q580L8|UniProtKB:P0AGG4|TAIR:locus:2030051|TAIR:locus:2011932|UniProtKB:Q57VQ5|UniProtKB:Q9ZP20|TAIR:locus:2020813|TAIR:locus:2194661 C Thioredoxin UniProtKB:P14949|PTN000047556 protein NCBITaxon:224308 20230112 GO_Central cytoplasm +UniProtKB P14949 trxA GO:0045454 GO_REF:0000033 IBA PANTHER:PTN000047549|UniProtKB:P9WG67|UniProtKB:P0AA25 P Thioredoxin UniProtKB:P14949|PTN000047556 protein NCBITaxon:224308 20210325 GO_Central cell redox homeostasis +UniProtKB P14949 trxA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000047549|UniProtKB:P0AA25 C Thioredoxin UniProtKB:P14949|PTN000047556 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P14949 trxA GO:0015035 GO_REF:0000033 IBA PANTHER:PTN000047179|UniProtKB:Q7XKD0|UniProtKB:P0AGG4|TAIR:locus:2030051|UniProtKB:P9WG67|UniProtKB:P0AA25|UniProtKB:Q9ZP20|TAIR:locus:2194661 F Thioredoxin UniProtKB:P14949|PTN000047556 protein NCBITaxon:224308 20231109 GO_Central protein-disulfide reductase activity +UniProtKB P96603 dctA GO:0070778 GO_REF:0000033 IBA PANTHER:PTN000238506|UniProtKB:P0A830 P C4-dicarboxylate transport protein UniProtKB:P96603|PTN000238507 protein NCBITaxon:224308 20201001 GO_Central L-aspartate transmembrane transport +UniProtKB P96603 dctA GO:0015138 GO_REF:0000033 IBA PANTHER:PTN000238506|UniProtKB:P0A830 F C4-dicarboxylate transport protein UniProtKB:P96603|PTN000238507 protein NCBITaxon:224308 20170608 GO_Central fumarate transmembrane transporter activity +UniProtKB P96603 dctA GO:0015366 GO_REF:0000033 IBA PANTHER:PTN000238506|UniProtKB:P0A830 F C4-dicarboxylate transport protein UniProtKB:P96603|PTN000238507 protein NCBITaxon:224308 20170608 GO_Central malate:proton symporter activity +UniProtKB P96603 dctA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001735301|UniProtKB:P0A830|UniProtKB:P0AGE4|UniProtKB:P21345|UniProtKB:P77529 C C4-dicarboxylate transport protein UniProtKB:P96603|PTN000238507 protein NCBITaxon:224308 20230112 GO_Central plasma membrane +UniProtKB P96603 dctA GO:0015141 GO_REF:0000033 IBA PANTHER:PTN000238506|UniProtKB:P0A830 F C4-dicarboxylate transport protein UniProtKB:P96603|PTN000238507 protein NCBITaxon:224308 20170608 GO_Central succinate transmembrane transporter activity +UniProtKB P96608 ydbM GO:0003995 GO_REF:0000033 IBA PANTHER:PTN000744030|UniProtKB:Q9I296|UniProtKB:C8VQF1|TAIR:locus:2078302|RGD:2014|RGD:620514|UniProtKB:Q9H845|RGD:2013|UniProtKB:P16219|UniProtKB:P45954|RGD:2936|UniProtKB:Q9FS87|UniProtKB:Q9FS88|UniProtKB:Q3ZBF6|UniProtKB:P26440|UniProtKB:P49748 F Putative acyl-CoA dehydrogenase YdbM UniProtKB:P96608|PTN000097908 protein NCBITaxon:224308 20231109 GO_Central acyl-CoA dehydrogenase activity +UniProtKB P96659 ydeB GO:0009303 GO_REF:0000033 IBA PANTHER:PTN002212970|UniProtKB:P9WJG3 P Putative transcription factor YdeB UniProtKB:P96659|PTN002212977 protein NCBITaxon:224308 20221213 GO_Central rRNA transcription +UniProtKB P96676 ydeS GO:0003700 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P0ACU2|UniProtKB:P0ACS9|UniProtKB:P95251 F Uncharacterized HTH-type transcriptional regulator YdeS UniProtKB:P96676|PTN001574665 protein NCBITaxon:224308 20211112 GO_Central DNA-binding transcription factor activity +UniProtKB P96676 ydeS GO:0000976 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9KR96|UniProtKB:P32265|UniProtKB:Q9HXS0 F Uncharacterized HTH-type transcriptional regulator YdeS UniProtKB:P96676|PTN001574665 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB P96676 ydeS GO:0006355 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9HXW2|UniProtKB:P0ACT6|UniProtKB:P0ACU0|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:Q9HZJ9|UniProtKB:P75952|UniProtKB:P39334|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HVJ0|UniProtKB:P95251|UniProtKB:P9WMB9|UniProtKB:Q9HZW2|UniProtKB:P9WMC1|UniProtKB:Q9HY46|UniProtKB:Q9HXS0|UniProtKB:P32265 P Uncharacterized HTH-type transcriptional regulator YdeS UniProtKB:P96676|PTN001574665 protein NCBITaxon:224308 20221008 GO_Central regulation of DNA-templated transcription +UniProtKB P96707 ydgI GO:0016491 GO_REF:0000033 IBA PANTHER:PTN001888102|UniProtKB:Q9HTZ9 F Putative NAD(P)H nitroreductase YdgI UniProtKB:P96707|PTN000546632 protein NCBITaxon:224308 20210623 GO_Central oxidoreductase activity +UniProtKB P81102 yodC GO:0016491 GO_REF:0000033 IBA PANTHER:PTN001888102|UniProtKB:Q9HTZ9 F Putative NAD(P)H nitroreductase YodC UniProtKB:P81102|PTN000546630 protein NCBITaxon:224308 20210623 GO_Central oxidoreductase activity +UniProtKB P81101 frr GO:0006412 GO_REF:0000033 IBA PANTHER:PTN000469808|TAIR:locus:2077254|UniProtKB:P9WGY1|PomBase:SPBC1709.09|SGD:S000001080|UniProtKB:P0A805|UniProtKB:O82853 P Ribosome-recycling factor UniProtKB:P81101|PTN000469868 protein NCBITaxon:224308 20200808 GO_Central translation +UniProtKB P81101 frr GO:0043023 GO_REF:0000033 IBA PANTHER:PTN000469808|UniProtKB:P0A805 F Ribosome-recycling factor UniProtKB:P81101|PTN000469868 protein NCBITaxon:224308 20170228 GO_Central ribosomal large subunit binding +UniProtKB P25812 mnmG GO:0002098 GO_REF:0000033 IBA PANTHER:PTN000211371|SGD:S000003205|UniProtKB:P0A6U3|MGI:MGI:1915541 P tRNA uridine 5-carboxymethylaminomethyl modification enzyme MnmG UniProtKB:P25812|PTN000211439 protein NCBITaxon:224308 20230405 GO_Central tRNA wobble uridine modification +UniProtKB P25812 mnmG GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001720607|UniProtKB:P0A6U3 C tRNA uridine 5-carboxymethylaminomethyl modification enzyme MnmG UniProtKB:P25812|PTN000211439 protein NCBITaxon:224308 20230405 GO_Central cytosol +UniProtKB P25812 mnmG GO:0050660 GO_REF:0000033 IBA PANTHER:PTN000211371|UniProtKB:P0A6U3 F tRNA uridine 5-carboxymethylaminomethyl modification enzyme MnmG UniProtKB:P25812|PTN000211439 protein NCBITaxon:224308 20170228 GO_Central flavin adenine dinucleotide binding +UniProtKB P25812 mnmG GO:0030488 GO_REF:0000033 IBA PANTHER:PTN000211371|UniProtKB:P0A6U3 P tRNA uridine 5-carboxymethylaminomethyl modification enzyme MnmG UniProtKB:P25812|PTN000211439 protein NCBITaxon:224308 20170228 GO_Central tRNA methylation +UniProtKB P25994 pyrAB GO:0006541 GO_REF:0000033 IBA PANTHER:PTN000150223|SGD:S000003666|dictyBase:DDB_G0276335|RGD:1588606|FB:FBgn0003189|PomBase:SPAC22G7.06c P Carbamoyl-phosphate synthase pyrimidine-specific large chain UniProtKB:P25994|PTN000150331 protein NCBITaxon:224308 20181129 GO_Central glutamine metabolic process +UniProtKB P25994 pyrAB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000150222|UniProtKB:P0A6F1|UniProtKB:Q57U86|SGD:S000005829|UniProtKB:P00968|UniProtKB:P31327|SGD:S000003666|TAIR:locus:2089149|RGD:2395|UniProtKB:Q57U84|TAIR:locus:2019302|SGD:S000003870|UniProtKB:P0A786|MGI:MGI:891996|UniProtKB:P27708 C Carbamoyl-phosphate synthase pyrimidine-specific large chain UniProtKB:P25994|PTN000150331 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB P25994 pyrAB contributes_to GO:0004088 GO_REF:0000033 IBA PANTHER:PTN000150223|SGD:S000003870|UniProtKB:P00968 F Carbamoyl-phosphate synthase pyrimidine-specific large chain UniProtKB:P25994|PTN000150331 protein NCBITaxon:224308 20181129 GO_Central carbamoyl-phosphate synthase (glutamine-hydrolyzing) activity +UniProtKB P25144 ccpA GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P77615|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7 F Catabolite control protein A UniProtKB:P25144|PTN000765116 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB P25144 ccpA GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P03024|UniProtKB:P0ACI3|UniProtKB:P03023|UniProtKB:P77615|UniProtKB:P0ACN7|UniProtKB:P36673|UniProtKB:P0ACP5|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:Q2G295|UniProtKB:P06846|UniProtKB:P0ACQ0|UniProtKB:Q8EBJ8|UniProtKB:P0ACP7|UniProtKB:P25748|UniProtKB:G3XD97|UniProtKB:Q8P5C9|UniProtKB:P24242 P Catabolite control protein A UniProtKB:P25144|PTN000765116 protein NCBITaxon:224308 20230603 GO_Central regulation of DNA-templated transcription +UniProtKB P25144 ccpA GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:P18811|UniProtKB:P36673|UniProtKB:P24242|UniProtKB:P0ACP7|UniProtKB:Q8EBJ8|UniProtKB:P0ACQ0 F Catabolite control protein A UniProtKB:P25144|PTN000765116 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity +UniProtKB P12879 rpsH GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000204723|SGD:S000004767|UniProtKB:P62244|MGI:MGI:2389091|UniProtKB:P0A7W7|FB:FBgn0010198|SGD:S000004359|SGD:S000003726 F 30S ribosomal protein S8 UniProtKB:P12879|PTN000204868 protein NCBITaxon:224308 20230405 GO_Central structural constituent of ribosome +UniProtKB P12879 rpsH GO:0022627 GO_REF:0000033 IBA PANTHER:PTN000204723|SGD:S000004359|SGD:S000003726|UniProtKB:P0A7W7|MGI:MGI:2389091|UniProtKB:P62244|RGD:619939 C 30S ribosomal protein S8 UniProtKB:P12879|PTN000204868 protein NCBITaxon:224308 20230405 GO_Central cytosolic small ribosomal subunit +UniProtKB O34317 yodS GO:0008410 GO_REF:0000033 IBA PANTHER:PTN000344749|UniProtKB:Q29551|RGD:1584008|MGI:MGI:1891061|FB:FBgn0035298|MGI:MGI:1914291|UniProtKB:P55809 F Probable coenzyme A transferase subunit alpha UniProtKB:O34317|PTN000344833 protein NCBITaxon:224308 20230110 GO_Central CoA-transferase activity +UniProtKB P46915 cotSA GO:0016757 GO_REF:0000033 IBA PANTHER:PTN000749410|UniProtKB:P32057|UniProtKB:Q9HTC0|UniProtKB:P9WMZ5|UniProtKB:P27127|UniProtKB:P25740|UniProtKB:P9WMY7|UniProtKB:Q9HZE9|UniProtKB:P9WMZ3|UniProtKB:P71237 F Spore coat protein SA UniProtKB:P46915|PTN000282676 protein NCBITaxon:224308 20221007 GO_Central glycosyltransferase activity +UniProtKB C0H3Q6 ybdZ GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002212932|UniProtKB:P18393 C Uncharacterized protein YbdZ UniProtKB:C0H3Q6|PTN002212939 protein NCBITaxon:224308 20170831 GO_Central cytosol +UniProtKB C0H3Q6 ybdZ GO:0019290 GO_REF:0000033 IBA PANTHER:PTN002212932|UniProtKB:P18393|UniProtKB:Q9I169 P Uncharacterized protein YbdZ UniProtKB:C0H3Q6|PTN002212939 protein NCBITaxon:224308 20200809 GO_Central siderophore biosynthetic process +UniProtKB C0H3X7 mprF GO:0016755 GO_REF:0000033 IBA PANTHER:PTN002162750|UniProtKB:Q9I537 F Phosphatidylglycerol lysyltransferase UniProtKB:C0H3X7|PTN002162769 protein NCBITaxon:224308 20181025 GO_Central aminoacyltransferase activity +UniProtKB C0H3X7 mprF GO:0055091 GO_REF:0000033 IBA PANTHER:PTN002162750|UniProtKB:Q9I537 P Phosphatidylglycerol lysyltransferase UniProtKB:C0H3X7|PTN002162769 protein NCBITaxon:224308 20181025 GO_Central phospholipid homeostasis +UniProtKB P80885 pyk GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000212844|UniProtKB:P21599|UniProtKB:P0AD61 C Pyruvate kinase UniProtKB:P80885|PTN000212845 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P80885 pyk GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000212670|UniProtKB:Q2RAK2|FB:FBgn0267385|UniProtKB:P14618|UniProtKB:Q8IJ37|UniProtKB:P21599|MGI:MGI:97591|TAIR:locus:2176912|TAIR:locus:2084583|UniProtKB:P0AD61|TAIR:locus:2033760|SGD:S000000036|SGD:S000005874|MGI:MGI:97604|TAIR:locus:2078966 C Pyruvate kinase UniProtKB:P80885|PTN000212845 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB P80885 pyk GO:0004743 GO_REF:0000033 IBA PANTHER:PTN000212670|UniProtKB:Q2RAK2|RGD:3337|UniProtKB:P14618|UniProtKB:Q8IJ37|MGI:MGI:97591|TAIR:locus:2176912|UniProtKB:C6KTA4|UniProtKB:P21599|RGD:3336|UniProtKB:P0AD61|TAIR:locus:2084583|PomBase:SPAC4H3.10c|SGD:S000000036|TAIR:locus:2033760|SGD:S000005874|MGI:MGI:97604 F Pyruvate kinase UniProtKB:P80885|PTN000212845 protein NCBITaxon:224308 20230110 GO_Central pyruvate kinase activity +UniProtKB P80885 pyk GO:0006096 GO_REF:0000033 IBA PANTHER:PTN000212670|UniProtKB:P14618|PomBase:SPAC4H3.10c|SGD:S000000036|UniProtKB:Q2RAK2|RGD:3336|RGD:3337|MGI:MGI:97591|MGI:MGI:97604 P Pyruvate kinase UniProtKB:P80885|PTN000212845 protein NCBITaxon:224308 20230405 GO_Central glycolytic process +UniProtKB P80874 yhdN GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000199613|UniProtKB:P77735|UniProtKB:P76187 C Aldo-keto reductase YhdN UniProtKB:P80874|PTN000199634 protein NCBITaxon:224308 20170616 GO_Central cytosol +UniProtKB P80865 sucD GO:0004775 GO_REF:0000033 IBA PANTHER:PTN000122012|SGD:S000005668|UniProtKB:Q51567|RGD:619821 F Succinate--CoA ligase [ADP-forming] subunit alpha UniProtKB:P80865|PTN000122087 protein NCBITaxon:224308 20170228 GO_Central succinate-CoA ligase (ADP-forming) activity +UniProtKB P80865 sucD GO:0009361 GO_REF:0000033 IBA PANTHER:PTN000122012|UniProtKB:P0AGE9 C Succinate--CoA ligase [ADP-forming] subunit alpha UniProtKB:P80865|PTN000122087 protein NCBITaxon:224308 20200310 GO_Central succinate-CoA ligase complex (ADP-forming) +UniProtKB P80865 sucD GO:0004776 GO_REF:0000033 IBA PANTHER:PTN000122012|RGD:619821|dictyBase:DDB_G0289325 F Succinate--CoA ligase [ADP-forming] subunit alpha UniProtKB:P80865|PTN000122087 protein NCBITaxon:224308 20200310 GO_Central succinate-CoA ligase (GDP-forming) activity +UniProtKB P80865 sucD GO:0006099 GO_REF:0000033 IBA PANTHER:PTN000122012|FB:FBgn0004888|RGD:619821 P Succinate--CoA ligase [ADP-forming] subunit alpha UniProtKB:P80865|PTN000122087 protein NCBITaxon:224308 20170228 GO_Central tricarboxylic acid cycle +UniProtKB P80860 pgi GO:0048029 GO_REF:0000033 IBA PANTHER:PTN000157839|RGD:2727 F Glucose-6-phosphate isomerase UniProtKB:P80860|PTN000157936 protein NCBITaxon:224308 20180413 GO_Central monosaccharide binding +UniProtKB P80860 pgi GO:0004347 GO_REF:0000033 IBA PANTHER:PTN000157839|UniProtKB:Q59000|UniProtKB:P42862|UniProtKB:P06744|FB:FBgn0003074|TAIR:locus:2165462|MGI:MGI:95797|SGD:S000000400|UniProtKB:P9WN69|UniProtKB:P42863|UniProtKB:P0A6T1|RGD:2727 F Glucose-6-phosphate isomerase UniProtKB:P80860|PTN000157936 protein NCBITaxon:224308 20230405 GO_Central glucose-6-phosphate isomerase activity +UniProtKB P80860 pgi GO:0051156 GO_REF:0000033 IBA PANTHER:PTN000157839|RGD:2727|UniProtKB:P06744 P Glucose-6-phosphate isomerase UniProtKB:P80860|PTN000157936 protein NCBITaxon:224308 20180413 GO_Central glucose 6-phosphate metabolic process +UniProtKB P80860 pgi GO:0006094 GO_REF:0000033 IBA PANTHER:PTN000157839|SGD:S000000400|MGI:MGI:95797|UniProtKB:P42863|UniProtKB:P42862 P Glucose-6-phosphate isomerase UniProtKB:P80860|PTN000157936 protein NCBITaxon:224308 20220413 GO_Central gluconeogenesis +UniProtKB P80860 pgi GO:0006096 GO_REF:0000033 IBA PANTHER:PTN000157839|UniProtKB:P9WN69|UniProtKB:P42863|MGI:MGI:95797|SGD:S000000400|UniProtKB:P42862|UniProtKB:P0A6T1 P Glucose-6-phosphate isomerase UniProtKB:P80860|PTN000157936 protein NCBITaxon:224308 20180413 GO_Central glycolytic process +UniProtKB P80860 pgi GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000157839|UniProtKB:P42863|FB:FBgn0003074|MGI:MGI:95797|UniProtKB:P42862|UniProtKB:P0A6T1|TAIR:locus:2165462 C Glucose-6-phosphate isomerase UniProtKB:P80860|PTN000157936 protein NCBITaxon:224308 20230602 GO_Central cytosol +UniProtKB P80700 tsf GO:0006414 GO_REF:0000033 IBA PANTHER:PTN000201459|PomBase:SPBC800.07c P Elongation factor Ts UniProtKB:P80700|PTN000201517 protein NCBITaxon:224308 20200929 GO_Central translational elongation +UniProtKB P80700 tsf GO:0003746 GO_REF:0000033 IBA PANTHER:PTN000201459|PomBase:SPBC800.07c F Elongation factor Ts UniProtKB:P80700|PTN000201517 protein NCBITaxon:224308 20170228 GO_Central translation elongation factor activity +UniProtKB P80698 tig GO:0043335 GO_REF:0000033 IBA PANTHER:PTN001254607|UniProtKB:P0A850 P Trigger factor UniProtKB:P80698|PTN000777989 protein NCBITaxon:224308 20171130 GO_Central protein unfolding +UniProtKB P80698 tig GO:0003755 GO_REF:0000033 IBA PANTHER:PTN001254607|UniProtKB:P56420|UniProtKB:P0A850 F Trigger factor UniProtKB:P80698|PTN000777989 protein NCBITaxon:224308 20200809 GO_Central peptidyl-prolyl cis-trans isomerase activity +UniProtKB P80698 tig GO:0061077 GO_REF:0000033 IBA PANTHER:PTN001254607|UniProtKB:P0A850 P Trigger factor UniProtKB:P80698|PTN000777989 protein NCBITaxon:224308 20171130 GO_Central chaperone-mediated protein folding +UniProtKB P80698 tig GO:0044183 GO_REF:0000033 IBA PANTHER:PTN001254607|UniProtKB:P0A850 F Trigger factor UniProtKB:P80698|PTN000777989 protein NCBITaxon:224308 20171130 GO_Central protein folding chaperone +UniProtKB P80698 tig GO:0051083 GO_REF:0000033 IBA PANTHER:PTN001254607|UniProtKB:P0A850 P Trigger factor UniProtKB:P80698|PTN000777989 protein NCBITaxon:224308 20171130 GO_Central 'de novo' cotranslational protein folding +UniProtKB P80698 tig GO:0043022 GO_REF:0000033 IBA PANTHER:PTN001254607|UniProtKB:P0A850 F Trigger factor UniProtKB:P80698|PTN000777989 protein NCBITaxon:224308 20171130 GO_Central ribosome binding +UniProtKB P39822 psd GO:0006646 GO_REF:0000033 IBA PANTHER:PTN000007430|PomBase:SPBC16E9.18|UniProtKB:Q9UG56|PomBase:SPAC25B8.03|CGD:CAL0000188438|UniProtKB:P0A8K1 P Phosphatidylserine decarboxylase proenzyme UniProtKB:P39822|PTN000007501 protein NCBITaxon:224308 20210529 GO_Central phosphatidylethanolamine biosynthetic process +UniProtKB P39822 psd GO:0004609 GO_REF:0000033 IBA PANTHER:PTN000007430|SGD:S000005113|PomBase:SPAC25B8.03|PomBase:SPBC16E9.18|UniProtKB:Q9UG56|UniProtKB:P0A8K1|TAIR:locus:2129046 F Phosphatidylserine decarboxylase proenzyme UniProtKB:P39822|PTN000007501 protein NCBITaxon:224308 20210529 GO_Central phosphatidylserine decarboxylase activity +UniProtKB P39840 galM GO:0006006 GO_REF:0000033 IBA PANTHER:PTN000009552|UniProtKB:Q96C23 P Aldose 1-epimerase UniProtKB:P39840|PTN000009644 protein NCBITaxon:224308 20170228 GO_Central glucose metabolic process +UniProtKB P39840 galM GO:0004034 GO_REF:0000033 IBA PANTHER:PTN000009552|UniProtKB:Q96C23|UniProtKB:P0A9C3 F Aldose 1-epimerase UniProtKB:P39840|PTN000009644 protein NCBITaxon:224308 20170228 GO_Central aldose 1-epimerase activity +UniProtKB P39840 galM GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000009643|UniProtKB:P0A9C3 C Aldose 1-epimerase UniProtKB:P39840|PTN000009644 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB P39840 galM GO:0033499 GO_REF:0000033 IBA PANTHER:PTN000009552|UniProtKB:Q96C23|UniProtKB:P0A9C3 P Aldose 1-epimerase UniProtKB:P39840|PTN000009644 protein NCBITaxon:224308 20220921 GO_Central galactose catabolic process via UDP-galactose +UniProtKB P39846 ppsB GO:0043041 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P11454 P Plipastatin synthase subunit B UniProtKB:P39846|PTN000644469 protein NCBITaxon:224308 20171018 GO_Central amino acid activation for nonribosomal peptide biosynthetic process +UniProtKB P39846 ppsB GO:0031177 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P9WQ63|UniProtKB:P11454 F Plipastatin synthase subunit B UniProtKB:P39846|PTN000644469 protein NCBITaxon:224308 20221009 GO_Central phosphopantetheine binding +UniProtKB P39846 ppsB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:Q4WLW8|UniProtKB:P11454 C Plipastatin synthase subunit B UniProtKB:P39846|PTN000644469 protein NCBITaxon:224308 20220925 GO_Central cytoplasm +UniProtKB P39846 ppsB GO:0044550 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P9WQ63|UniProtKB:Q4WMJ7|UniProtKB:Q9I182|UniProtKB:Q9I181|UniProtKB:Q4WR82|PomBase:SPAC23G3.02c|UniProtKB:Q4WYG2|UniProtKB:P11454|UniProtKB:Q4WLW8|UniProtKB:Q4WAW3|UniProtKB:C8VPS9|UniProtKB:Q4WF53|UniProtKB:Q5BFS3 P Plipastatin synthase subunit B UniProtKB:P39846|PTN000644469 protein NCBITaxon:224308 20221009 GO_Central secondary metabolite biosynthetic process +UniProtKB P39614 ywdF GO:0016757 GO_REF:0000033 IBA PANTHER:PTN000531320|UniProtKB:P9WMX7|UniProtKB:O31986|UniProtKB:Q9HUG5|UniProtKB:P26401|UniProtKB:P77414|UniProtKB:Q9I4V9|UniProtKB:Q9I5M1 F Uncharacterized glycosyltransferase YwdF UniProtKB:P39614|PTN000531251 protein NCBITaxon:224308 20221008 GO_Central glycosyltransferase activity +UniProtKB P39630 rfbB GO:0008460 GO_REF:0000033 IBA PANTHER:PTN000042046|UniProtKB:P27830|UniProtKB:P37759|UniProtKB:P9WN65 F dTDP-glucose 4,6-dehydratase UniProtKB:P39630|PTN000042047 protein NCBITaxon:224308 20200206 GO_Central dTDP-glucose 4,6-dehydratase activity +UniProtKB P39773 gpmI GO:0030145 GO_REF:0000033 IBA PANTHER:PTN000781248|UniProtKB:P37689|UniProtKB:P39773 F 2,3-bisphosphoglycerate-independent phosphoglycerate mutase UniProtKB:P39773|PTN000473770 protein NCBITaxon:224308 20171222 GO_Central manganese ion binding +UniProtKB P39773 gpmI GO:0046537 GO_REF:0000033 IBA PANTHER:PTN000781248|TAIR:locus:2077793|UniProtKB:P37689|WB:WBGene00019001|TAIR:locus:2024357|UniProtKB:P39773 F 2,3-bisphosphoglycerate-independent phosphoglycerate mutase UniProtKB:P39773|PTN000473770 protein NCBITaxon:224308 20210905 GO_Central 2,3-bisphosphoglycerate-independent phosphoglycerate mutase activity +UniProtKB P39773 gpmI GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000781271|UniProtKB:P37689 C 2,3-bisphosphoglycerate-independent phosphoglycerate mutase UniProtKB:P39773|PTN000473770 protein NCBITaxon:224308 20171222 GO_Central cytosol +UniProtKB P70999 speB GO:0008783 GO_REF:0000033 IBA PANTHER:PTN000144486|TAIR:locus:2138718|CGD:CAL0000194495|UniProtKB:P60651|TAIR:locus:2138743|UniProtKB:Q5JI38 F Agmatinase UniProtKB:P70999|PTN000144569 protein NCBITaxon:224308 20200929 GO_Central agmatinase activity +UniProtKB P70999 speB GO:0033389 GO_REF:0000033 IBA PANTHER:PTN000144486|TAIR:locus:2138718|UniProtKB:P60651|TAIR:locus:2138743 P Agmatinase UniProtKB:P70999|PTN000144569 protein NCBITaxon:224308 20211110 GO_Central putrescine biosynthetic process from arginine, using agmatinase +UniProtKB P70998 speE GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000168362|UniProtKB:P09158 C Polyamine aminopropyltransferase UniProtKB:P70998|PTN000168363 protein NCBITaxon:224308 20221007 GO_Central cytosol +UniProtKB P70998 speE GO:0008295 GO_REF:0000033 IBA PANTHER:PTN000168362|dictyBase:DDB_G0268630|UniProtKB:O25503|ZFIN:ZDB-GENE-040426-1183|UniProtKB:G5EAU1|UniProtKB:Q8II73|RGD:620796|UniProtKB:P09158|SGD:S000006273|TAIR:locus:2016129|UniProtKB:Q9WZC2|UniProtKB:P19623|UniProtKB:Q9ZUB3 P Polyamine aminopropyltransferase UniProtKB:P70998|PTN000168363 protein NCBITaxon:224308 20230110 GO_Central spermidine biosynthetic process +UniProtKB P70998 speE GO:0004766 GO_REF:0000033 IBA PANTHER:PTN000168362|UniProtKB:P09158|SGD:S000006273|UniProtKB:Q94BN2|UniProtKB:Q8II73|TAIR:locus:2016129|UniProtKB:Q9WZC2|RGD:620796|UniProtKB:P19623|UniProtKB:Q9ZUB3 F Polyamine aminopropyltransferase UniProtKB:P70998|PTN000168363 protein NCBITaxon:224308 20230110 GO_Central spermidine synthase activity +UniProtKB P70997 pbpG GO:0046677 GO_REF:0000033 IBA PANTHER:PTN001283969|UniProtKB:P02919|UniProtKB:P02918 P Penicillin-binding protein 2D UniProtKB:P70997|PTN001283981 protein NCBITaxon:224308 20170601 GO_Central response to antibiotic +UniProtKB P70997 pbpG GO:0009252 GO_REF:0000033 IBA PANTHER:PTN001283970|UniProtKB:P02918|UniProtKB:P76577|UniProtKB:P02919 P Penicillin-binding protein 2D UniProtKB:P70997|PTN001283981 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan biosynthetic process +UniProtKB P70997 pbpG GO:0008955 GO_REF:0000033 IBA PANTHER:PTN001283970|UniProtKB:P02919|UniProtKB:P02918|UniProtKB:P76577 F Penicillin-binding protein 2D UniProtKB:P70997|PTN001283981 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan glycosyltransferase activity +UniProtKB P70997 pbpG GO:0008658 GO_REF:0000033 IBA PANTHER:PTN001283969|UniProtKB:P02919|UniProtKB:Q07806|UniProtKB:P76577|UniProtKB:P02918|UniProtKB:P71707 F Penicillin-binding protein 2D UniProtKB:P70997|PTN001283981 protein NCBITaxon:224308 20170601 GO_Central penicillin binding +UniProtKB P70993 ywhA GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YwhA UniProtKB:P70993|PTN001826085 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB P70993 ywhA GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P Uncharacterized HTH-type transcriptional regulator YwhA UniProtKB:P70993|PTN001826085 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB P70981 ybaC GO:0016787 GO_REF:0000033 IBA PANTHER:PTN000863140|ZFIN:ZDB-GENE-041212-70|WB:WBGene00019329|UniProtKB:Q9H6B9|WB:WBGene00010628|UniProtKB:P34913|RGD:620732|UniProtKB:Q9Y013|UniProtKB:Q9HZR3|UniProtKB:Q8IM75|TAIR:locus:2043868|UniProtKB:P9WMR9|MGI:MGI:99500|TAIR:locus:2078067|UniProtKB:L0TC47 F Probable aminopeptidase YbaC UniProtKB:P70981|PTN001661428 protein NCBITaxon:224308 20230112 GO_Central hydrolase activity +UniProtKB P70976 ybaJ GO:0008168 GO_REF:0000033 IBA PANTHER:PTN008676703|UniProtKB:Q9H8H3|UniProtKB:P9WIN3|UniProtKB:P36999|UniProtKB:Q9HW23 F Uncharacterized methyltransferase YbaJ UniProtKB:P70976|PTN000010900 protein NCBITaxon:224308 20230604 GO_Central methyltransferase activity +UniProtKB P70974 rplM GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000166701|MGI:MGI:1351455|SGD:S000005676|FB:FBgn0037351|UniProtKB:P40429 F 50S ribosomal protein L13 UniProtKB:P70974|PTN000166869 protein NCBITaxon:224308 20230405 GO_Central structural constituent of ribosome +UniProtKB P70974 rplM GO:0017148 GO_REF:0000033 IBA PANTHER:PTN000166701|UniProtKB:P40429|UniProtKB:P0AA10|MGI:MGI:1351455 P 50S ribosomal protein L13 UniProtKB:P70974|PTN000166869 protein NCBITaxon:224308 20200807 GO_Central negative regulation of translation +UniProtKB P70974 rplM GO:0003729 GO_REF:0000033 IBA PANTHER:PTN000166701|UniProtKB:Q9SFU1|UniProtKB:P0AA10|TAIR:locus:2156569|MGI:MGI:1351455|TAIR:locus:2203010|TAIR:locus:2087268 F 50S ribosomal protein L13 UniProtKB:P70974|PTN000166869 protein NCBITaxon:224308 20211110 GO_Central mRNA binding +UniProtKB P70974 rplM GO:0005840 GO_REF:0000033 IBA PANTHER:PTN000166701|SGD:S000005676|FB:FBgn0037351|SGD:S000001395|MGI:MGI:2137218|UniProtKB:O96222|UniProtKB:Q9BYD1|UniProtKB:P40429|RGD:628697|UniProtKB:Q580D5|MGI:MGI:1351455|UniProtKB:P0AA10|SGD:S000005013 C 50S ribosomal protein L13 UniProtKB:P70974|PTN000166869 protein NCBITaxon:224308 20230110 GO_Central ribosome +UniProtKB P70974 rplM GO:0022625 GO_REF:0000033 IBA PANTHER:PTN000166868|UniProtKB:P0AA10 C 50S ribosomal protein L13 UniProtKB:P70974|PTN000166869 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P70973 truA GO:0009982 GO_REF:0000033 IBA PANTHER:PTN000124732|MGI:MGI:1914299|PomBase:SPCC126.03|UniProtKB:Q9BZE2|MGI:MGI:1929237|SGD:S000006133|SGD:S000001895|SGD:S000003031|UniProtKB:P07649|UniProtKB:Q9Y606 F tRNA pseudouridine synthase A UniProtKB:P70973|PTN000124924 protein NCBITaxon:224308 20170228 GO_Central pseudouridine synthase activity +UniProtKB P70973 truA GO:0031119 GO_REF:0000033 IBA PANTHER:PTN000124732|PomBase:SPCC126.03|MGI:MGI:1914299|SGD:S000001895|SGD:S000006133|UniProtKB:Q9BZE2|MGI:MGI:1929237|UniProtKB:P07649|SGD:S000003031|UniProtKB:Q9Y606 P tRNA pseudouridine synthase A UniProtKB:P70973|PTN000124924 protein NCBITaxon:224308 20220922 GO_Central tRNA pseudouridine synthesis +UniProtKB P70972 ecfT GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002127827|UniProtKB:Q9X2I1 C Energy-coupling factor transporter transmembrane protein EcfT UniProtKB:P70972|PTN002127894 protein NCBITaxon:224308 20180110 GO_Central plasma membrane +UniProtKB P70955 natR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P69228|UniProtKB:Q8EE50|UniProtKB:P21866|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P08368|UniProtKB:Q8EHJ3 F Transcriptional regulatory protein NatR UniProtKB:P70955|PTN000724580 protein NCBITaxon:224308 20211113 GO_Central transcription cis-regulatory region binding +UniProtKB P70955 natR GO:0032993 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q8EHJ3 C Transcriptional regulatory protein NatR UniProtKB:P70955|PTN000724580 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex +UniProtKB P70955 natR GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:P69228|UniProtKB:P0AE88|UniProtKB:P0A9Q1 C Transcriptional regulatory protein NatR UniProtKB:P70955|PTN000724580 protein NCBITaxon:224308 20170829 GO_Central cytosol +UniProtKB P70955 natR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:Q8EEF6|UniProtKB:P9WGM9|UniProtKB:P9WGL9|UniProtKB:P0AFJ5|UniProtKB:P23890|UniProtKB:P0AFT5|UniProtKB:P37478|UniProtKB:P0AA16|UniProtKB:Q8EHJ3|UniProtKB:P21866|UniProtKB:P44918|UniProtKB:P69228|UniProtKB:P23836|UniProtKB:P0AE88|UniProtKB:P08368|UniProtKB:P0ACZ8|UniProtKB:P38684|UniProtKB:P71814|UniProtKB:P30843|UniProtKB:P9WGM7|UniProtKB:O53830|UniProtKB:P76340|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q9I034 P Transcriptional regulatory protein NatR UniProtKB:P70955|PTN000724580 protein NCBITaxon:224308 20230604 GO_Central regulation of DNA-templated transcription +UniProtKB P70955 natR GO:0000156 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O07776|UniProtKB:Q9I2U3|UniProtKB:P38684|UniProtKB:P0A9Q1|UniProtKB:P30843|UniProtKB:P0AA16|UniProtKB:P0AE88 F Transcriptional regulatory protein NatR UniProtKB:P70955|PTN000724580 protein NCBITaxon:224308 20211113 GO_Central phosphorelay response regulator activity +UniProtKB P36945 rbsK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN008501725|UniProtKB:P0A9J6 C Ribokinase UniProtKB:P36945|PTN000062072 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P36946 rbsD GO:0016866 GO_REF:0000033 IBA PANTHER:PTN002208836|UniProtKB:P04982 F D-ribose pyranase UniProtKB:P36946|PTN002208840 protein NCBITaxon:224308 20211112 GO_Central intramolecular transferase activity +UniProtKB P36946 rbsD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002208836|UniProtKB:P04982 C D-ribose pyranase UniProtKB:P36946|PTN002208840 protein NCBITaxon:224308 20170901 GO_Central cytosol +UniProtKB P36946 rbsD GO:0019303 GO_REF:0000033 IBA PANTHER:PTN002208836|UniProtKB:P04982 P D-ribose pyranase UniProtKB:P36946|PTN002208840 protein NCBITaxon:224308 20170901 GO_Central D-ribose catabolic process +UniProtKB P36948 rbsC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001282731|UniProtKB:P32720|UniProtKB:P0AGI1|UniProtKB:P39328|UniProtKB:P77315|UniProtKB:P0AGI4|UniProtKB:P0AE26|UniProtKB:P0AFS1|UniProtKB:P77672|UniProtKB:P37772|UniProtKB:P23200 C Ribose import permease protein RbsC UniProtKB:P36948|PTN000794652 protein NCBITaxon:224308 20230407 GO_Central plasma membrane +UniProtKB P00691 amyE GO:0004556 GO_REF:0000033 IBA PANTHER:PTN001621142|UniProtKB:P26612 F Alpha-amylase UniProtKB:P00691|PTN000039968 protein NCBITaxon:224308 20220416 GO_Central alpha-amylase activity +UniProtKB P00497 purF GO:0004044 GO_REF:0000033 IBA PANTHER:PTN000225535|UniProtKB:P0AG16|RGD:620237|PomBase:SPAC4D7.08c|SGD:S000004915|TAIR:locus:2139549|MGI:MGI:2387203|FB:FBgn0004901 F Amidophosphoribosyltransferase UniProtKB:P00497|PTN000225613 protein NCBITaxon:224308 20210904 GO_Central amidophosphoribosyltransferase activity +UniProtKB P00497 purF GO:0006164 GO_REF:0000033 IBA PANTHER:PTN000225535|UniProtKB:P0AG16|SGD:S000004915|TAIR:locus:2139549|FB:FBgn0004901|MGI:MGI:2387203 P Amidophosphoribosyltransferase UniProtKB:P00497|PTN000225613 protein NCBITaxon:224308 20210904 GO_Central purine nucleotide biosynthetic process +UniProtKB Q7PC63 acpK GO:0009245 GO_REF:0000033 IBA PANTHER:PTN000466714|UniProtKB:P0A6A8 P Polyketide biosynthesis acyl-carrier-protein AcpK UniProtKB:Q7PC63|PTN008573220 protein NCBITaxon:224308 20181129 GO_Central lipid A biosynthetic process +UniProtKB Q7PC63 acpK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000466714|UniProtKB:P0A6A8 C Polyketide biosynthesis acyl-carrier-protein AcpK UniProtKB:Q7PC63|PTN008573220 protein NCBITaxon:224308 20181129 GO_Central cytosol +UniProtKB Q7PC63 acpK GO:0000036 GO_REF:0000033 IBA PANTHER:PTN000466551|UniProtKB:Q57WW9|UniProtKB:P9WQF1|UniProtKB:P0A6A8|UniProtKB:P9WQF3|TAIR:locus:2042331|UniProtKB:P11943|TAIR:locus:2168968|TAIR:locus:2206300 F Polyketide biosynthesis acyl-carrier-protein AcpK UniProtKB:Q7PC63|PTN008573220 protein NCBITaxon:224308 20230111 GO_Central acyl carrier activity +UniProtKB Q7PC63 acpK GO:0000035 GO_REF:0000033 IBA PANTHER:PTN000466551|UniProtKB:P0A6A8|UniProtKB:P9WQF3 F Polyketide biosynthesis acyl-carrier-protein AcpK UniProtKB:Q7PC63|PTN008573220 protein NCBITaxon:224308 20170228 GO_Central acyl binding +UniProtKB P71086 perR GO:0008270 GO_REF:0000033 IBA PANTHER:PTN002112386|UniProtKB:P0A9A9|UniProtKB:P9WN85 F Peroxide operon regulator UniProtKB:P71086|PTN002112430 protein NCBITaxon:224308 20170502 GO_Central zinc ion binding +UniProtKB P71086 perR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN002112386|UniProtKB:P0A9A9|UniProtKB:P9WN87|UniProtKB:P54574|UniProtKB:Q8Y5U9|UniProtKB:Q8PAL3|UniProtKB:P0A0S8|UniProtKB:Q9L2H5|UniProtKB:Q7CQY3|UniProtKB:P0AC51|UniProtKB:P71086|UniProtKB:P54479|UniProtKB:P9WN85|UniProtKB:P33086|UniProtKB:Q89VW1 F Peroxide operon regulator UniProtKB:P71086|PTN002112430 protein NCBITaxon:224308 20221009 GO_Central DNA-binding transcription factor activity +UniProtKB P71086 perR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN002112386|UniProtKB:Q9L2H5|UniProtKB:Q7CQY3|UniProtKB:P0AC51|UniProtKB:P9WN85|UniProtKB:P71086|UniProtKB:P54479|UniProtKB:P33086|UniProtKB:Q89VW1|UniProtKB:P0A9A9|UniProtKB:P54574|UniProtKB:Q8Y5U9|UniProtKB:H7C6K3|UniProtKB:P0A0S8|UniProtKB:Q8PAL3 F Peroxide operon regulator UniProtKB:P71086|PTN002112430 protein NCBITaxon:224308 20221009 GO_Central transcription cis-regulatory region binding +UniProtKB P71086 perR GO:0045892 GO_REF:0000033 IBA PANTHER:PTN002112386|UniProtKB:Q89VW1|UniProtKB:P33086|UniProtKB:Q7BR72|UniProtKB:Q9L2H5|UniProtKB:P9WN85|UniProtKB:P54479|UniProtKB:Q8Y5U9|UniProtKB:P0A0S8|UniProtKB:Q8PAL3|UniProtKB:P74739|UniProtKB:P0A9A9|UniProtKB:Q9JZ70|UniProtKB:Q8EFN3|UniProtKB:Q9HT74|UniProtKB:P54574 P Peroxide operon regulator UniProtKB:P71086|PTN002112430 protein NCBITaxon:224308 20230604 GO_Central negative regulation of DNA-templated transcription +UniProtKB P71086 perR GO:1900376 GO_REF:0000033 IBA PANTHER:PTN002112386|UniProtKB:Q9HT74|UniProtKB:Q03456 P Peroxide operon regulator UniProtKB:P71086|PTN002112430 protein NCBITaxon:224308 20200809 GO_Central regulation of secondary metabolite biosynthetic process +UniProtKB P71079 fabL GO:0030497 GO_REF:0000033 IBA PANTHER:PTN001211919|UniProtKB:P0A2C9|UniProtKB:P0AEK2|UniProtKB:P71079 P Enoyl-[acyl-carrier-protein] reductase [NADPH] FabL UniProtKB:P71079|PTN001215015 protein NCBITaxon:224308 20190227 GO_Central fatty acid elongation +UniProtKB P71079 fabL GO:0016616 GO_REF:0000033 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:Q8N4T8|UniProtKB:P0AEK2|UniProtKB:O54438|SGD:S000001538|UniProtKB:P0AG84|UniProtKB:Q8I2S7|TAIR:locus:2024021|UniProtKB:P9WGT1|CGD:CAL0000174204|UniProtKB:P37769|UniProtKB:Q92506|UniProtKB:P05707 F Enoyl-[acyl-carrier-protein] reductase [NADPH] FabL UniProtKB:P71079|PTN001215015 protein NCBITaxon:224308 20230111 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB P71060 epsK GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001250140|UniProtKB:P77377|UniProtKB:G3XD19|UniProtKB:P0AAA7|UniProtKB:P37746|UniProtKB:Q46841 C Uncharacterized membrane protein EpsK UniProtKB:P71060|PTN002016062 protein NCBITaxon:224308 20221008 GO_Central plasma membrane +UniProtKB P71055 epsF GO:0016757 GO_REF:0000033 IBA PANTHER:PTN000749410|UniProtKB:P32057|UniProtKB:Q9HTC0|UniProtKB:P9WMZ5|UniProtKB:P27127|UniProtKB:P25740|UniProtKB:P9WMY7|UniProtKB:Q9HZE9|UniProtKB:P9WMZ3|UniProtKB:P71237 F Putative glycosyltransferase EpsF UniProtKB:P71055|PTN002288457 protein NCBITaxon:224308 20221007 GO_Central glycosyltransferase activity +UniProtKB P71053 epsD GO:0016757 GO_REF:0000033 IBA PANTHER:PTN000749410|UniProtKB:P32057|UniProtKB:Q9HTC0|UniProtKB:P9WMZ5|UniProtKB:P27127|UniProtKB:P25740|UniProtKB:P9WMY7|UniProtKB:Q9HZE9|UniProtKB:P9WMZ3|UniProtKB:P71237 F Putative glycosyltransferase EpsD UniProtKB:P71053|PTN002288213 protein NCBITaxon:224308 20221007 GO_Central glycosyltransferase activity +UniProtKB P71043 ywnH GO:0016747 GO_REF:0000033 IBA PANTHER:PTN002453816|UniProtKB:Q8ZPD3 F Putative phosphinothricin acetyltransferase YwnH UniProtKB:P71043|PTN000464203 protein NCBITaxon:224308 20170228 GO_Central acyltransferase activity, transferring groups other than amino-acyl groups +UniProtKB P71036 ywnA GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8|UniProtKB:P0AF63 P Putative HTH-type transcriptional regulator YwnA UniProtKB:P71036|PTN002113899 protein NCBITaxon:224308 20201001 GO_Central regulation of DNA-templated transcription +UniProtKB P71036 ywnA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 C Putative HTH-type transcriptional regulator YwnA UniProtKB:P71036|PTN002113899 protein NCBITaxon:224308 20170420 GO_Central cytosol +UniProtKB P71036 ywnA GO:0003700 GO_REF:0000033 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 F Putative HTH-type transcriptional regulator YwnA UniProtKB:P71036|PTN002113899 protein NCBITaxon:224308 20170420 GO_Central DNA-binding transcription factor activity +UniProtKB P71020 ylmH GO:0042274 GO_REF:0000033 IBA PANTHER:PTN000216478|SGD:S000006002|UniProtKB:P0A7V8|SGD:S000000393|UniProtKB:P46781|SGD:S000001191|UniProtKB:Q9NV31 P Putative RNA-binding protein YlmH UniProtKB:P71020|PTN002084794 protein NCBITaxon:224308 20230602 GO_Central ribosomal small subunit biogenesis +UniProtKB P71020 ylmH GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000216478|FB:FBgn0010408|SGD:S000006002|UniProtKB:P46781|MGI:MGI:1924096|SGD:S000000393|UniProtKB:P0A7V8|SGD:S000005081 F Putative RNA-binding protein YlmH UniProtKB:P71020|PTN002084794 protein NCBITaxon:224308 20230405 GO_Central structural constituent of ribosome +UniProtKB P71020 ylmH GO:0015935 GO_REF:0000033 IBA PANTHER:PTN000216478|RGD:619889|SGD:S000006002|MGI:MGI:1924096|UniProtKB:P46781|UniProtKB:P0A7V8|SGD:S000005081|SGD:S000000393 C Putative RNA-binding protein YlmH UniProtKB:P71020|PTN002084794 protein NCBITaxon:224308 20230405 GO_Central small ribosomal subunit +UniProtKB P71020 ylmH GO:0019843 GO_REF:0000033 IBA PANTHER:PTN000216478|UniProtKB:P0A7V8|SGD:S000006002|RGD:619889 F Putative RNA-binding protein YlmH UniProtKB:P71020|PTN002084794 protein NCBITaxon:224308 20170228 GO_Central rRNA binding +UniProtKB P71012 fruA GO:0009401 GO_REF:0000033 IBA PANTHER:PTN002021020|UniProtKB:P54745|UniProtKB:P20966 P PTS system fructose-specific EIIABC component UniProtKB:P71012|PTN000532491 protein NCBITaxon:224308 20220416 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB P71012 fruA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002021020|UniProtKB:P20966|UniProtKB:P77579|UniProtKB:P54745|UniProtKB:P32154|UniProtKB:P32672 C PTS system fructose-specific EIIABC component UniProtKB:P71012|PTN000532491 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P71012 fruA GO:0090563 GO_REF:0000033 IBA PANTHER:PTN002021020|UniProtKB:P20966|UniProtKB:P54745 F PTS system fructose-specific EIIABC component UniProtKB:P71012|PTN000532491 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-sugar phosphotransferase activity +UniProtKB P03964 trpC GO:0000162 GO_REF:0000033 IBA PANTHER:PTN000523336|UniProtKB:P9WFX7|UniProtKB:P20577|UniProtKB:P00909 P Indole-3-glycerol phosphate synthase UniProtKB:P03964|PTN000523353 protein NCBITaxon:224308 20170228 GO_Central tryptophan biosynthetic process +UniProtKB P03964 trpC GO:0004425 GO_REF:0000033 IBA PANTHER:PTN000523336|UniProtKB:P00909|UniProtKB:P20577|UniProtKB:P9WFX7|TAIR:locus:2058294 F Indole-3-glycerol phosphate synthase UniProtKB:P03964|PTN000523353 protein NCBITaxon:224308 20170228 GO_Central indole-3-glycerol-phosphate synthase activity +UniProtKB P03964 trpC GO:0004640 GO_REF:0000033 IBA PANTHER:PTN000523336|UniProtKB:P00909 F Indole-3-glycerol phosphate synthase UniProtKB:P03964|PTN000523353 protein NCBITaxon:224308 20170228 GO_Central phosphoribosylanthranilate isomerase activity +UniProtKB P03963 trpE GO:0000162 GO_REF:0000033 IBA PANTHER:PTN002599563|UniProtKB:P32068|UniProtKB:P20580|UniProtKB:P9WFX3|UniProtKB:P00895|PomBase:SPCC1442.09|UniProtKB:Q9XJ29|SGD:S000000892|UniProtKB:Q94GF1 P Anthranilate synthase component 1 UniProtKB:P03963|PTN002599672 protein NCBITaxon:224308 20200709 GO_Central tryptophan biosynthetic process +UniProtKB P03947 trpD GO:0000162 GO_REF:0000033 IBA PANTHER:PTN000230153|SGD:S000002762|PomBase:SPBC16G5.08|TAIR:locus:2161528 P Anthranilate phosphoribosyltransferase UniProtKB:P03947|PTN000230176 protein NCBITaxon:224308 20170228 GO_Central tryptophan biosynthetic process +UniProtKB P03947 trpD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000230153|UniProtKB:P30177 C Anthranilate phosphoribosyltransferase UniProtKB:P03947|PTN000230176 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P36839 argD GO:0030170 GO_REF:0000033 IBA PANTHER:PTN000241033|UniProtKB:P18335|UniProtKB:P42588 F Acetylornithine aminotransferase UniProtKB:P36839|PTN000241319 protein NCBITaxon:224308 20200808 GO_Central pyridoxal phosphate binding +UniProtKB P36839 argD GO:0042802 GO_REF:0000033 IBA PANTHER:PTN000241033|UniProtKB:P04181|UniProtKB:P42588 F Acetylornithine aminotransferase UniProtKB:P36839|PTN000241319 protein NCBITaxon:224308 20230602 GO_Central identical protein binding +UniProtKB P37252 ilvH GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000767018|UniProtKB:P00894 C Acetolactate synthase small subunit UniProtKB:P37252|PTN001250024 protein NCBITaxon:224308 20210905 GO_Central cytosol +UniProtKB P37252 ilvH GO:0009097 GO_REF:0000033 IBA PANTHER:PTN000767018|UniProtKB:P0ADF8|UniProtKB:P00894 P Acetolactate synthase small subunit UniProtKB:P37252|PTN001250024 protein NCBITaxon:224308 20221008 GO_Central isoleucine biosynthetic process +UniProtKB P37252 ilvH GO:0009099 GO_REF:0000033 IBA PANTHER:PTN000767018|UniProtKB:P00894|TAIR:locus:2045248|UniProtKB:P0ADF8|TAIR:locus:2171292 P Acetolactate synthase small subunit UniProtKB:P37252|PTN001250024 protein NCBITaxon:224308 20221008 GO_Central valine biosynthetic process +UniProtKB P37252 ilvH GO:0003984 GO_REF:0000033 IBA PANTHER:PTN000767018|UniProtKB:P0ADF8|UniProtKB:P00894 F Acetolactate synthase small subunit UniProtKB:P37252|PTN001250024 protein NCBITaxon:224308 20221008 GO_Central acetolactate synthase activity +UniProtKB P37483 yycA GO:0010041 GO_REF:0000033 IBA PANTHER:PTN002141825|UniProtKB:P76473 P Putative mannosyltransferase YycA UniProtKB:P37483|PTN002436063 protein NCBITaxon:224308 20190829 GO_Central response to iron(III) ion +UniProtKB P37483 yycA GO:0009103 GO_REF:0000033 IBA PANTHER:PTN002141825|UniProtKB:P76473 P Putative mannosyltransferase YycA UniProtKB:P37483|PTN002436063 protein NCBITaxon:224308 20190829 GO_Central lipopolysaccharide biosynthetic process +UniProtKB P37483 yycA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002141805|UniProtKB:P76473 C Putative mannosyltransferase YycA UniProtKB:P37483|PTN002436063 protein NCBITaxon:224308 20190829 GO_Central plasma membrane +UniProtKB P37483 yycA GO:0016763 GO_REF:0000033 IBA PANTHER:PTN002141805|UniProtKB:P76473 F Putative mannosyltransferase YycA UniProtKB:P37483|PTN002436063 protein NCBITaxon:224308 20190829 GO_Central pentosyltransferase activity +UniProtKB P37555 yabM GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001250140|UniProtKB:P77377|UniProtKB:G3XD19|UniProtKB:P0AAA7|UniProtKB:P37746|UniProtKB:Q46841 C Uncharacterized membrane protein YabM UniProtKB:P37555|PTN002016022 protein NCBITaxon:224308 20221008 GO_Central plasma membrane +UniProtKB P37565 hslO GO:0005737 GO_REF:0000033 IBA PANTHER:PTN001248277|UniProtKB:Q583S1|UniProtKB:P0A6Y5 C 33 kDa chaperonin UniProtKB:P37565|PTN001248282 protein NCBITaxon:224308 20230111 GO_Central cytoplasm +UniProtKB P37565 hslO GO:0042026 GO_REF:0000033 IBA PANTHER:PTN001248277|UniProtKB:P0A6Y5 P 33 kDa chaperonin UniProtKB:P37565|PTN001248282 protein NCBITaxon:224308 20190822 GO_Central protein refolding +UniProtKB P37565 hslO GO:0044183 GO_REF:0000033 IBA PANTHER:PTN001248277|UniProtKB:P0A6Y5 F 33 kDa chaperonin UniProtKB:P37565|PTN001248282 protein NCBITaxon:224308 20190822 GO_Central protein folding chaperone +UniProtKB P37569 mcsA GO:0050897 GO_REF:0000033 IBA PANTHER:PTN002212748|UniProtKB:Q2G0P7 F Protein-arginine kinase activator protein UniProtKB:P37569|PTN002212758 protein NCBITaxon:224308 20170228 GO_Central cobalt ion binding +UniProtKB P37569 mcsA GO:1990169 GO_REF:0000033 IBA PANTHER:PTN002212748|UniProtKB:Q2G0P7 P Protein-arginine kinase activator protein UniProtKB:P37569|PTN002212758 protein NCBITaxon:224308 20170228 GO_Central stress response to copper ion +UniProtKB P37569 mcsA GO:0046870 GO_REF:0000033 IBA PANTHER:PTN002212748|UniProtKB:Q2G0P7 F Protein-arginine kinase activator protein UniProtKB:P37569|PTN002212758 protein NCBITaxon:224308 20170228 GO_Central cadmium ion binding +UniProtKB P37569 mcsA GO:0008270 GO_REF:0000033 IBA PANTHER:PTN002212748|UniProtKB:Q2G0P7 F Protein-arginine kinase activator protein UniProtKB:P37569|PTN002212758 protein NCBITaxon:224308 20170228 GO_Central zinc ion binding +UniProtKB P37569 mcsA GO:0005507 GO_REF:0000033 IBA PANTHER:PTN002212748|UniProtKB:Q2G0P7 F Protein-arginine kinase activator protein UniProtKB:P37569|PTN002212758 protein NCBITaxon:224308 20170228 GO_Central copper ion binding +UniProtKB P37569 mcsA GO:1990170 GO_REF:0000033 IBA PANTHER:PTN002212748|UniProtKB:Q2G0P7 P Protein-arginine kinase activator protein UniProtKB:P37569|PTN002212758 protein NCBITaxon:224308 20170228 GO_Central stress response to cadmium ion +UniProtKB P02394 rplL GO:0022625 GO_REF:0000033 IBA PANTHER:PTN002552910|UniProtKB:P0A7K2 C 50S ribosomal protein L7/L12 UniProtKB:P02394|PTN000211891 protein NCBITaxon:224308 20180118 GO_Central cytosolic large ribosomal subunit +UniProtKB P02394 rplL GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000211803|SGD:S000003036 F 50S ribosomal protein L7/L12 UniProtKB:P02394|PTN000211891 protein NCBITaxon:224308 20220121 GO_Central structural constituent of ribosome +UniProtKB P02394 rplL GO:0003729 GO_REF:0000033 IBA PANTHER:PTN000211803|TAIR:locus:2086450|TAIR:locus:2086435 F 50S ribosomal protein L7/L12 UniProtKB:P02394|PTN000211891 protein NCBITaxon:224308 20220121 GO_Central mRNA binding +UniProtKB P02394 rplL GO:0006412 GO_REF:0000033 IBA PANTHER:PTN000211803|UniProtKB:P0A7K2 P 50S ribosomal protein L7/L12 UniProtKB:P02394|PTN000211891 protein NCBITaxon:224308 20220121 GO_Central translation +UniProtKB Q45061 yneP GO:0047617 GO_REF:0000033 IBA PANTHER:PTN001273712|UniProtKB:P77712|UniProtKB:Q55777 F Putative acyl-CoA thioesterase YneP UniProtKB:Q45061|PTN001273724 protein NCBITaxon:224308 20190502 GO_Central fatty acyl-CoA hydrolase activity +UniProtKB Q45064 plsY GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001250899|UniProtKB:P60782 C Glycerol-3-phosphate acyltransferase UniProtKB:Q45064|PTN000768026 protein NCBITaxon:224308 20200414 GO_Central plasma membrane +UniProtKB P32732 truB GO:0009982 GO_REF:0000033 IBA PANTHER:PTN000349172|SGD:S000005236|UniProtKB:P60340|UniProtKB:Q8WWH5 F tRNA pseudouridine synthase B UniProtKB:P32732|PTN000349223 protein NCBITaxon:224308 20170228 GO_Central pseudouridine synthase activity +UniProtKB P32732 truB GO:0006400 GO_REF:0000033 IBA PANTHER:PTN000349172|UniProtKB:Q8WWH5|UniProtKB:P60340|SGD:S000005236 P tRNA pseudouridine synthase B UniProtKB:P32732|PTN000349223 protein NCBITaxon:224308 20220923 GO_Central tRNA modification +UniProtKB P32732 truB GO:1990481 GO_REF:0000033 IBA PANTHER:PTN000349172|UniProtKB:Q8WWH5|SGD:S000005236 P tRNA pseudouridine synthase B UniProtKB:P32732|PTN000349223 protein NCBITaxon:224308 20200808 GO_Central mRNA pseudouridine synthesis +UniProtKB Q7WY76 yezE GO:0003700 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P0ACU2|UniProtKB:P0ACS9|UniProtKB:P95251 F Uncharacterized HTH-type transcriptional regulator YezE UniProtKB:Q7WY76|PTN001247446 protein NCBITaxon:224308 20211112 GO_Central DNA-binding transcription factor activity +UniProtKB Q7WY76 yezE GO:0000976 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9KR96|UniProtKB:P32265|UniProtKB:Q9HXS0 F Uncharacterized HTH-type transcriptional regulator YezE UniProtKB:Q7WY76|PTN001247446 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB Q7WY76 yezE GO:0006355 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9HXW2|UniProtKB:P0ACT6|UniProtKB:P0ACU0|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:Q9HZJ9|UniProtKB:P75952|UniProtKB:P39334|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HVJ0|UniProtKB:P95251|UniProtKB:P9WMB9|UniProtKB:Q9HZW2|UniProtKB:P9WMC1|UniProtKB:Q9HY46|UniProtKB:Q9HXS0|UniProtKB:P32265 P Uncharacterized HTH-type transcriptional regulator YezE UniProtKB:Q7WY76|PTN001247446 protein NCBITaxon:224308 20221008 GO_Central regulation of DNA-templated transcription +UniProtKB Q7WY56 spsL GO:0019305 GO_REF:0000033 IBA PANTHER:PTN000471594|UniProtKB:P9WH11|UniProtKB:Q9HU21 P Spore coat polysaccharide biosynthesis protein SpsL UniProtKB:Q7WY56|PTN002325962 protein NCBITaxon:224308 20210305 GO_Central dTDP-rhamnose biosynthetic process +UniProtKB Q7WY56 spsL GO:0045226 GO_REF:0000033 IBA PANTHER:PTN000471594|UniProtKB:P26394|UniProtKB:P9WH11 P Spore coat polysaccharide biosynthesis protein SpsL UniProtKB:Q7WY56|PTN002325962 protein NCBITaxon:224308 20210305 GO_Central extracellular polysaccharide biosynthetic process +UniProtKB Q7WY56 spsL GO:0008830 GO_REF:0000033 IBA PANTHER:PTN000471594|UniProtKB:P26394|UniProtKB:P9WH11|UniProtKB:Q9HU21 F Spore coat polysaccharide biosynthesis protein SpsL UniProtKB:Q7WY56|PTN002325962 protein NCBITaxon:224308 20210305 GO_Central dTDP-4-dehydrorhamnose 3,5-epimerase activity +UniProtKB Q7WY56 spsL GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000471580|UniProtKB:P37745 C Spore coat polysaccharide biosynthesis protein SpsL UniProtKB:Q7WY56|PTN002325962 protein NCBITaxon:224308 20210305 GO_Central cytosol +UniProtKB P33690 comQ GO:0008299 GO_REF:0000033 IBA PANTHER:PTN000243362|UniProtKB:Q9RUJ1|UniProtKB:P0AD57|SGD:S000005990|UniProtKB:Q5T2R2|UniProtKB:P9WKH1|MGI:MGI:1918615|PomBase:SPBPJ4664.01|FB:FBgn0051005|UniProtKB:O96130|UniProtKB:Q97W92|MGI:MGI:1889278|UniProtKB:Q86YH6 P Competence regulatory protein ComQ UniProtKB:P33690|PTN000243487 protein NCBITaxon:224308 20230110 GO_Central isoprenoid biosynthetic process +UniProtKB P33690 comQ GO:0004659 GO_REF:0000033 IBA PANTHER:PTN000243362|MGI:MGI:1889278|PomBase:SPAC19G12.12|UniProtKB:Q86YH6|UniProtKB:Q653T6|UniProtKB:P56966|UniProtKB:Q97W92|UniProtKB:O96130|PomBase:SPBPJ4664.01|MGI:MGI:1918615|UniProtKB:Q75HZ9|MGI:MGI:1341724|TAIR:locus:2062315|UniProtKB:O95749|SGD:S000000207|UniProtKB:P0AD57|UniProtKB:Q5T2R2|UniProtKB:P9WKH1|SGD:S000005990 F Competence regulatory protein ComQ UniProtKB:P33690|PTN000243487 protein NCBITaxon:224308 20230110 GO_Central prenyltransferase activity +UniProtKB P37808 atpA GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000389891|RGD:619993|MGI:MGI:88115 F ATP synthase subunit alpha UniProtKB:P37808|PTN000389973 protein NCBITaxon:224308 20180504 GO_Central ATP binding +UniProtKB P37808 atpA GO:0043531 GO_REF:0000033 IBA PANTHER:PTN000389891|RGD:619993 F ATP synthase subunit alpha UniProtKB:P37808|PTN000389973 protein NCBITaxon:224308 20180504 GO_Central ADP binding +UniProtKB P37808 atpA GO:0045261 GO_REF:0000033 IBA PANTHER:PTN008732895|UniProtKB:P0ABB0|SGD:S000000195|UniProtKB:Q57TX9|RGD:619993 C ATP synthase subunit alpha UniProtKB:P37808|PTN000389973 protein NCBITaxon:224308 20230112 GO_Central proton-transporting ATP synthase complex, catalytic core F(1) +UniProtKB P37808 atpA GO:0015986 GO_REF:0000033 IBA PANTHER:PTN000389891|UniProtKB:P25705|UniProtKB:P0ABB0|SGD:S000000195|MGI:MGI:88115 P ATP synthase subunit alpha UniProtKB:P37808|PTN000389973 protein NCBITaxon:224308 20231110 GO_Central proton motive force-driven ATP synthesis +UniProtKB P37808 atpA contributes_to GO:0046933 GO_REF:0000033 IBA PANTHER:PTN000389891|UniProtKB:P25705|SGD:S000000195 F ATP synthase subunit alpha UniProtKB:P37808|PTN000389973 protein NCBITaxon:224308 20230112 GO_Central proton-transporting ATP synthase activity, rotational mechanism +UniProtKB P23446 flgG GO:0071978 GO_REF:0000033 IBA PANTHER:PTN000764839|UniProtKB:P24501|UniProtKB:P39752|UniProtKB:P23446|UniProtKB:P24500 P Flagellar basal-body rod protein FlgG UniProtKB:P23446|PTN001252420 protein NCBITaxon:224308 20200809 GO_Central bacterial-type flagellum-dependent swarming motility +UniProtKB P23452 fliL GO:0071978 GO_REF:0000033 IBA PANTHER:PTN002170759|UniProtKB:P0ABX8 P Flagellar protein FliL UniProtKB:P23452|PTN002170765 protein NCBITaxon:224308 20180315 GO_Central bacterial-type flagellum-dependent swarming motility +UniProtKB Q03524 spoVD GO:0008658 GO_REF:0000033 IBA PANTHER:PTN000771406|UniProtKB:P0AD68|UniProtKB:P0AD65 F Stage V sporulation protein D UniProtKB:Q03524|PTN001256038 protein NCBITaxon:224308 20170828 GO_Central penicillin binding +UniProtKB Q03524 spoVD GO:0071555 GO_REF:0000033 IBA PANTHER:PTN000771406|UniProtKB:P0AD65 P Stage V sporulation protein D UniProtKB:Q03524|PTN001256038 protein NCBITaxon:224308 20170828 GO_Central cell wall organization +UniProtKB Q03521 mraY GO:0016780 GO_REF:0000033 IBA PANTHER:PTN000531998|UniProtKB:O66465|UniProtKB:P9WMW5|UniProtKB:P0A6W3|UniProtKB:P0AC78|UniProtKB:Q9X1N5 F Phospho-N-acetylmuramoyl-pentapeptide-transferase UniProtKB:Q03521|PTN000532031 protein NCBITaxon:224308 20170602 GO_Central phosphotransferase activity, for other substituted phosphate groups +UniProtKB Q03521 mraY GO:0071555 GO_REF:0000033 IBA PANTHER:PTN000531998|UniProtKB:Q9X1N5|UniProtKB:P0AC78 P Phospho-N-acetylmuramoyl-pentapeptide-transferase UniProtKB:Q03521|PTN000532031 protein NCBITaxon:224308 20170602 GO_Central cell wall organization +UniProtKB Q03521 mraY GO:0044038 GO_REF:0000033 IBA PANTHER:PTN000531998|UniProtKB:P0AC78|UniProtKB:Q9X1N5 P Phospho-N-acetylmuramoyl-pentapeptide-transferase UniProtKB:Q03521|PTN000532031 protein NCBITaxon:224308 20170602 GO_Central cell wall macromolecule biosynthetic process +UniProtKB Q03224 glpX GO:0006094 GO_REF:0000033 IBA PANTHER:PTN000765137|UniProtKB:Q03224|UniProtKB:P9WN21 P Fructose-1,6-bisphosphatase class 2 UniProtKB:Q03224|PTN000765142 protein NCBITaxon:224308 20170228 GO_Central gluconeogenesis +UniProtKB Q03224 glpX GO:0042132 GO_REF:0000033 IBA PANTHER:PTN000765137|UniProtKB:P0A9C9|UniProtKB:Q03224|UniProtKB:P9WN21|UniProtKB:P21437 F Fructose-1,6-bisphosphatase class 2 UniProtKB:Q03224|PTN000765142 protein NCBITaxon:224308 20170228 GO_Central fructose 1,6-bisphosphate 1-phosphatase activity +UniProtKB Q03224 glpX GO:0030388 GO_REF:0000033 IBA PANTHER:PTN000765137|UniProtKB:Q03224 P Fructose-1,6-bisphosphatase class 2 UniProtKB:Q03224|PTN000765142 protein NCBITaxon:224308 20170228 GO_Central fructose 1,6-bisphosphate metabolic process +UniProtKB Q03221 tdk GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000154208|UniProtKB:P23331 C Thymidine kinase UniProtKB:Q03221|PTN000154209 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB Q03221 tdk GO:0004797 GO_REF:0000033 IBA PANTHER:PTN000154158|dictyBase:DDB_G0289179|TAIR:locus:2178297|MGI:MGI:98763|UniProtKB:P04183|TAIR:locus:2077382|UniProtKB:P23331 F Thymidine kinase UniProtKB:Q03221|PTN000154209 protein NCBITaxon:224308 20220413 GO_Central thymidine kinase activity +UniProtKB Q03221 tdk GO:0046104 GO_REF:0000033 IBA PANTHER:PTN000154158|UniProtKB:P04183 P Thymidine kinase UniProtKB:Q03221|PTN000154209 protein NCBITaxon:224308 20230405 GO_Central thymidine metabolic process +UniProtKB O32032 pbpI GO:0071555 GO_REF:0000033 IBA PANTHER:PTN000771406|UniProtKB:P0AD65 P Penicillin-binding protein 4B UniProtKB:O32032|PTN001256034 protein NCBITaxon:224308 20170828 GO_Central cell wall organization +UniProtKB O32032 pbpI GO:0008658 GO_REF:0000033 IBA PANTHER:PTN000771406|UniProtKB:P0AD68|UniProtKB:P0AD65 F Penicillin-binding protein 4B UniProtKB:O32032|PTN001256034 protein NCBITaxon:224308 20170828 GO_Central penicillin binding +UniProtKB O32032 pbpI GO:0071972 GO_REF:0000033 IBA PANTHER:PTN000771407|UniProtKB:P0AD65 F Penicillin-binding protein 4B UniProtKB:O32032|PTN001256034 protein NCBITaxon:224308 20170828 GO_Central peptidoglycan L,D-transpeptidase activity +UniProtKB O32033 udk GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000032154|UniProtKB:P0A8F4|TAIR:locus:2164516|TAIR:locus:2049567|TAIR:locus:2086523|TAIR:locus:2028809|UniProtKB:P0A8F0|TAIR:locus:2195366|TAIR:locus:2034260|TAIR:locus:2031541 C Uridine kinase UniProtKB:O32033|PTN000032319 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB O32042 dtd GO:0006399 GO_REF:0000033 IBA PANTHER:PTN000049487|MGI:MGI:1923485|UniProtKB:P0A6M4|ZFIN:ZDB-GENE-040822-45|UniProtKB:Q96FN9|UniProtKB:E1C762|SGD:S000002378 P Inactive D-aminoacyl-tRNA deacylase UniProtKB:O32042|PTN000049585 protein NCBITaxon:224308 20230602 GO_Central tRNA metabolic process +UniProtKB O32042 dtd GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000049487|UniProtKB:Q8TEA8|UniProtKB:Q581U3|UniProtKB:Q8IIS0 C Inactive D-aminoacyl-tRNA deacylase UniProtKB:O32042|PTN000049585 protein NCBITaxon:224308 20221006 GO_Central cytoplasm +UniProtKB O32042 dtd GO:0051500 GO_REF:0000033 IBA PANTHER:PTN000049487|MGI:MGI:1923485|UniProtKB:P0A6M4|SGD:S000002378 F Inactive D-aminoacyl-tRNA deacylase UniProtKB:O32042|PTN000049585 protein NCBITaxon:224308 20220413 GO_Central D-tyrosyl-tRNA(Tyr) deacylase activity +UniProtKB O32133 yunD GO:0030288 GO_REF:0000033 IBA PANTHER:PTN008520763|UniProtKB:P08331|UniProtKB:P07024 C Uncharacterized metallophosphoesterase YunD UniProtKB:O32133|PTN000171639 protein NCBITaxon:224308 20190208 GO_Central outer membrane-bounded periplasmic space +UniProtKB O32133 yunD GO:0008253 GO_REF:0000033 IBA PANTHER:PTN008520766|UniProtKB:P07024 F Uncharacterized metallophosphoesterase YunD UniProtKB:O32133|PTN000171639 protein NCBITaxon:224308 20190208 GO_Central 5'-nucleotidase activity +UniProtKB O32133 yunD GO:0008768 GO_REF:0000033 IBA PANTHER:PTN008520766|UniProtKB:P07024 F Uncharacterized metallophosphoesterase YunD UniProtKB:O32133|PTN000171639 protein NCBITaxon:224308 20190208 GO_Central UDP-sugar diphosphatase activity +UniProtKB O32142 pucM GO:0006144 GO_REF:0000033 IBA PANTHER:PTN000044586|ZFIN:ZDB-GENE-060825-253|MGI:MGI:1916142 P 5-hydroxyisourate hydrolase UniProtKB:O32142|PTN000044657 protein NCBITaxon:224308 20210903 GO_Central purine nucleobase metabolic process +UniProtKB O32144 pucD GO:0016491 GO_REF:0000033 IBA PANTHER:PTN000225633|MGI:MGI:98973|MGI:MGI:1918974|TAIR:locus:2116900|UniProtKB:Q12553|FB:FBgn0003308|RGD:62043|MGI:MGI:88035|TAIR:locus:2147127|UniProtKB:P77489|UniProtKB:P47989|TAIR:locus:2197798|FB:FBgn0267408|UniProtKB:Q06278|TAIR:locus:2079834|UniProtKB:Q46799|FB:FBgn0038349|TAIR:locus:2045149|UniProtKB:O23887|FB:FBgn0038348|RGD:620528 F Probable xanthine dehydrogenase subunit D UniProtKB:O32144|PTN000225870 protein NCBITaxon:224308 20231108 GO_Central oxidoreductase activity +UniProtKB O32181 yusO GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YusO UniProtKB:O32181|PTN002109560 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB O32181 yusO GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P Uncharacterized HTH-type transcriptional regulator YusO UniProtKB:O32181|PTN002109560 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB O32233 secG GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002149719|UniProtKB:P0AG99 C Probable protein-export membrane protein SecG UniProtKB:O32233|PTN002149735 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O32233 secG GO:0043952 GO_REF:0000033 IBA PANTHER:PTN002149719|UniProtKB:P0AG99 P Probable protein-export membrane protein SecG UniProtKB:O32233|PTN002149735 protein NCBITaxon:224308 20170228 GO_Central protein transport by the Sec complex +UniProtKB O32233 secG GO:0065002 GO_REF:0000033 IBA PANTHER:PTN002149719|UniProtKB:P0AG99 P Probable protein-export membrane protein SecG UniProtKB:O32233|PTN002149735 protein NCBITaxon:224308 20170228 GO_Central intracellular protein transmembrane transport +UniProtKB O32241 sdpI GO:0009636 GO_REF:0000033 IBA PANTHER:PTN008079485|UniProtKB:O32241 P Immunity protein SdpI UniProtKB:O32241|PTN002208567 protein NCBITaxon:224308 20170901 GO_Central response to toxic substance +UniProtKB O32242 sdpR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002108422|UniProtKB:P37309 P Transcriptional repressor SdpR UniProtKB:O32242|PTN002431055 protein NCBITaxon:224308 20170228 GO_Central regulation of DNA-templated transcription +UniProtKB O32254 yvbT GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001248648|UniProtKB:P0ADV5 C Uncharacterized protein YvbT UniProtKB:O32254|PTN000765072 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O32261 ganP GO:1990060 GO_REF:0000033 IBA PANTHER:PTN000789704|UniProtKB:P02916 C Galactooligosaccharides transport system permease protein GanP UniProtKB:O32261|PTN000789706 protein NCBITaxon:224308 20170228 GO_Central maltose transport complex +UniProtKB O32261 ganP GO:0042956 GO_REF:0000033 IBA PANTHER:PTN000789704|UniProtKB:P02916 P Galactooligosaccharides transport system permease protein GanP UniProtKB:O32261|PTN000789706 protein NCBITaxon:224308 20180413 GO_Central maltodextrin transmembrane transport +UniProtKB O32261 ganP GO:0015423 GO_REF:0000033 IBA PANTHER:PTN000789704|UniProtKB:P02916 F Galactooligosaccharides transport system permease protein GanP UniProtKB:O32261|PTN000789706 protein NCBITaxon:224308 20170228 GO_Central ABC-type maltose transporter activity +UniProtKB O32272 tuaC GO:0016757 GO_REF:0000033 IBA PANTHER:PTN002288367|UniProtKB:P9WMY5|TAIR:locus:2150059|UniProtKB:Q8CWR6 F Putative teichuronic acid biosynthesis glycosyltransferase TuaC UniProtKB:O32272|PTN002288375 protein NCBITaxon:224308 20200810 GO_Central glycosyltransferase activity +UniProtKB O32274 tuaA GO:0016780 GO_REF:0000033 IBA PANTHER:PTN001255017|UniProtKB:P71241 F Putative undecaprenyl-phosphate N-acetylgalactosaminyl 1-phosphate transferase UniProtKB:O32274|PTN000778622 protein NCBITaxon:224308 20170228 GO_Central phosphotransferase activity, for other substituted phosphate groups +UniProtKB P49850 mutL GO:0006298 GO_REF:0000033 IBA PANTHER:PTN000008161|PomBase:SPAC19G12.02c|MGI:MGI:101938|UniProtKB:P23367|SGD:S000005026|SGD:S000006085|MGI:MGI:1353455|MGI:MGI:1202302|UniProtKB:P40692|UniProtKB:P54278|TAIR:locus:2133274|SGD:S000004777|SGD:S000004025|UniProtKB:Q57TS9|MGI:MGI:104288 P DNA mismatch repair protein MutL UniProtKB:P49850|PTN000008417 protein NCBITaxon:224308 20230405 GO_Central mismatch repair +UniProtKB P49850 mutL GO:0032300 GO_REF:0000033 IBA PANTHER:PTN000008161|MGI:MGI:104288|MGI:MGI:1353455|SGD:S000004025|MGI:MGI:101938|SGD:S000005026|SGD:S000006085|SGD:S000004777 C DNA mismatch repair protein MutL UniProtKB:P49850|PTN000008417 protein NCBITaxon:224308 20230405 GO_Central mismatch repair complex +UniProtKB P49850 mutL GO:0016887 GO_REF:0000033 IBA PANTHER:PTN000008161|SGD:S000004777|UniProtKB:Q8IIJ0|UniProtKB:P23367|SGD:S000005026 F DNA mismatch repair protein MutL UniProtKB:P49850|PTN000008417 protein NCBITaxon:224308 20230109 GO_Central ATP hydrolysis activity +UniProtKB P49851 ykhA GO:0052816 GO_REF:0000033 IBA PANTHER:PTN000114376|UniProtKB:P0A8Z0|UniProtKB:O00154|UniProtKB:Q8WXI4|MGI:MGI:1917275 F Uncharacterized acyl-CoA thioester hydrolase YkhA UniProtKB:P49851|PTN001337428 protein NCBITaxon:224308 20230926 GO_Central long-chain fatty acyl-CoA hydrolase activity +UniProtKB P49851 ykhA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000114372|UniProtKB:O00154|MGI:MGI:1917275 C Uncharacterized acyl-CoA thioester hydrolase YkhA UniProtKB:P49851|PTN001337428 protein NCBITaxon:224308 20230602 GO_Central cytosol +UniProtKB P49851 ykhA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000114376|MGI:MGI:1917275|RGD:619752|UniProtKB:Q8WXI4|UniProtKB:O00154|UniProtKB:Q8WYK0|UniProtKB:Q580L6 C Uncharacterized acyl-CoA thioester hydrolase YkhA UniProtKB:P49851|PTN001337428 protein NCBITaxon:224308 20230926 GO_Central cytoplasm +UniProtKB P49851 ykhA GO:0009062 GO_REF:0000033 IBA PANTHER:PTN000114372|UniProtKB:P0A8Z0|MGI:MGI:1917275 P Uncharacterized acyl-CoA thioester hydrolase YkhA UniProtKB:P49851|PTN001337428 protein NCBITaxon:224308 20230926 GO_Central fatty acid catabolic process +UniProtKB P49851 ykhA GO:0006637 GO_REF:0000033 IBA PANTHER:PTN000114376|UniProtKB:O00154|RGD:619752|UniProtKB:P0A8Z0|MGI:MGI:1921406 P Uncharacterized acyl-CoA thioester hydrolase YkhA UniProtKB:P49851|PTN001337428 protein NCBITaxon:224308 20230926 GO_Central acyl-CoA metabolic process +UniProtKB P42086 pbuX GO:0042906 GO_REF:0000033 IBA PANTHER:PTN002450094|UniProtKB:P0AGM9|UniProtKB:Q07307|UniProtKB:Q46821|UniProtKB:P67444 P Xanthine permease UniProtKB:P42086|PTN000122438 protein NCBITaxon:224308 20201001 GO_Central xanthine transport +UniProtKB P42086 pbuX GO:0042907 GO_REF:0000033 IBA PANTHER:PTN002450094|UniProtKB:Q07307|UniProtKB:P0AGM9|UniProtKB:P67444|UniProtKB:Q46821 F Xanthine permease UniProtKB:P42086|PTN000122438 protein NCBITaxon:224308 20200809 GO_Central xanthine transmembrane transporter activity +UniProtKB Q04796 dapA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000252839|UniProtKB:P0A6L2 C 4-hydroxy-tetrahydrodipicolinate synthase UniProtKB:Q04796|PTN000252840 protein NCBITaxon:224308 20210623 GO_Central cytosol +UniProtKB Q04796 dapA GO:0008840 GO_REF:0000033 IBA PANTHER:PTN000252718|TAIR:locus:2101921|UniProtKB:P9WP25|TAIR:locus:2050936|UniProtKB:P0A6L2 F 4-hydroxy-tetrahydrodipicolinate synthase UniProtKB:Q04796|PTN000252840 protein NCBITaxon:224308 20210623 GO_Central 4-hydroxy-tetrahydrodipicolinate synthase activity +UniProtKB Q04795 dapG GO:0009089 GO_REF:0000033 IBA PANTHER:PTN000487132|UniProtKB:P00562|UniProtKB:P9WPX3|UniProtKB:P08660 P Aspartokinase 1 UniProtKB:Q04795|PTN000487160 protein NCBITaxon:224308 20181004 GO_Central lysine biosynthetic process via diaminopimelate +UniProtKB Q04795 dapG GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000487132|UniProtKB:P00562|UniProtKB:P08660 C Aspartokinase 1 UniProtKB:Q04795|PTN000487160 protein NCBITaxon:224308 20181004 GO_Central cytosol +UniProtKB Q04795 dapG GO:0004072 GO_REF:0000033 IBA PANTHER:PTN000487132|UniProtKB:P00562|TAIR:locus:2174708|UniProtKB:P9WPX3|SGD:S000000854|UniProtKB:P08660|UniProtKB:P94417|TAIR:locus:2078638 F Aspartokinase 1 UniProtKB:Q04795|PTN000487160 protein NCBITaxon:224308 20181004 GO_Central aspartate kinase activity +UniProtKB Q04795 dapG GO:0009090 GO_REF:0000033 IBA PANTHER:PTN000487132|UniProtKB:P00562|UniProtKB:P08660|SGD:S000000854 P Aspartokinase 1 UniProtKB:Q04795|PTN000487160 protein NCBITaxon:224308 20181004 GO_Central homoserine biosynthetic process +UniProtKB Q04747 srfAB GO:0044550 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P9WQ63|UniProtKB:Q4WMJ7|UniProtKB:Q9I182|UniProtKB:Q9I181|UniProtKB:Q4WR82|PomBase:SPAC23G3.02c|UniProtKB:Q4WYG2|UniProtKB:P11454|UniProtKB:Q4WLW8|UniProtKB:Q4WAW3|UniProtKB:C8VPS9|UniProtKB:Q4WF53|UniProtKB:Q5BFS3 P Surfactin synthase subunit 2 UniProtKB:Q04747|PTN000645285 protein NCBITaxon:224308 20221009 GO_Central secondary metabolite biosynthetic process +UniProtKB Q04747 srfAB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:Q4WLW8|UniProtKB:P11454 C Surfactin synthase subunit 2 UniProtKB:Q04747|PTN000645285 protein NCBITaxon:224308 20220925 GO_Central cytoplasm +UniProtKB Q04747 srfAB GO:0043041 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P11454 P Surfactin synthase subunit 2 UniProtKB:Q04747|PTN000645285 protein NCBITaxon:224308 20171018 GO_Central amino acid activation for nonribosomal peptide biosynthetic process +UniProtKB Q04747 srfAB GO:0031177 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P9WQ63|UniProtKB:P11454 F Surfactin synthase subunit 2 UniProtKB:Q04747|PTN000645285 protein NCBITaxon:224308 20221009 GO_Central phosphopantetheine binding +UniProtKB O31432 ybdJ GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:Q8EEF6|UniProtKB:P9WGM9|UniProtKB:P9WGL9|UniProtKB:P0AFJ5|UniProtKB:P23890|UniProtKB:P0AFT5|UniProtKB:P37478|UniProtKB:P0AA16|UniProtKB:Q8EHJ3|UniProtKB:P21866|UniProtKB:P44918|UniProtKB:P69228|UniProtKB:P23836|UniProtKB:P0AE88|UniProtKB:P08368|UniProtKB:P0ACZ8|UniProtKB:P38684|UniProtKB:P71814|UniProtKB:P30843|UniProtKB:P9WGM7|UniProtKB:O53830|UniProtKB:P76340|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q9I034 P Uncharacterized transcriptional regulatory protein YbdJ UniProtKB:O31432|PTN000724739 protein NCBITaxon:224308 20230604 GO_Central regulation of DNA-templated transcription +UniProtKB O31432 ybdJ GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:P69228|UniProtKB:P0AE88|UniProtKB:P0A9Q1 C Uncharacterized transcriptional regulatory protein YbdJ UniProtKB:O31432|PTN000724739 protein NCBITaxon:224308 20170829 GO_Central cytosol +UniProtKB O31432 ybdJ GO:0000156 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O07776|UniProtKB:Q9I2U3|UniProtKB:P38684|UniProtKB:P0A9Q1|UniProtKB:P30843|UniProtKB:P0AA16|UniProtKB:P0AE88 F Uncharacterized transcriptional regulatory protein YbdJ UniProtKB:O31432|PTN000724739 protein NCBITaxon:224308 20211113 GO_Central phosphorelay response regulator activity +UniProtKB O31432 ybdJ GO:0032993 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q8EHJ3 C Uncharacterized transcriptional regulatory protein YbdJ UniProtKB:O31432|PTN000724739 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex +UniProtKB O31432 ybdJ GO:0000976 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P69228|UniProtKB:Q8EE50|UniProtKB:P21866|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P08368|UniProtKB:Q8EHJ3 F Uncharacterized transcriptional regulatory protein YbdJ UniProtKB:O31432|PTN000724739 protein NCBITaxon:224308 20211113 GO_Central transcription cis-regulatory region binding +UniProtKB O31443 ybfA GO:0008080 GO_REF:0000033 IBA PANTHER:PTN000358947|MGI:MGI:2447776|MGI:MGI:2136449|UniProtKB:Q9UHE5|MGI:MGI:3782661|RGD:1305719|UniProtKB:Q8N9F0|UniProtKB:Q9UHF3 F Putative HTH-type DNA-binding domain-containing acetyltransferase YbfA UniProtKB:O31443|PTN000558535 protein NCBITaxon:224308 20200305 GO_Central N-acetyltransferase activity +UniProtKB O31444 ybfB GO:0006810 GO_REF:0000033 IBA PANTHER:PTN008516590|MGI:MGI:1919722|RGD:3691|RGD:1311468|UniProtKB:P53985|RGD:69197|UniProtKB:Q7RTY1|UniProtKB:O60669|UniProtKB:Q8TF71|RGD:3690|UniProtKB:Q6ZSM3|FB:FBgn0033657|RGD:628608|RGD:620603|UniProtKB:P36021|SGD:S000005833|FB:FBgn0033095|ZFIN:ZDB-GENE-110208-1|FB:FBgn0033955|MGI:MGI:106013|MGI:MGI:1203732|UniProtKB:O15427|FB:FBgn0033028 P Uncharacterized MFS-type transporter YbfB UniProtKB:O31444|PTN002260657 protein NCBITaxon:224308 20230926 GO_Central transport +UniProtKB O31444 ybfB GO:0022857 GO_REF:0000033 IBA PANTHER:PTN008516590|RGD:628608|MGI:MGI:1330284|FB:FBgn0033095|ZFIN:ZDB-GENE-110208-1|FB:FBgn0033955|UniProtKB:O15427|RGD:735117|RGD:1311468|RGD:3691|MGI:MGI:1933438|RGD:3690|UniProtKB:Q6ZSM3|FB:FBgn0033657|UniProtKB:Q8NCK7|RGD:620603|UniProtKB:P36021|SGD:S000005833|MGI:MGI:106013|MGI:MGI:1203732|MGI:MGI:1919722|RGD:69197|UniProtKB:P53985|UniProtKB:Q7RTY1|UniProtKB:O60669|UniProtKB:Q8TF71 F Uncharacterized MFS-type transporter YbfB UniProtKB:O31444|PTN002260657 protein NCBITaxon:224308 20231108 GO_Central transmembrane transporter activity +UniProtKB O31444 ybfB GO:0005886 GO_REF:0000033 IBA PANTHER:PTN008516590|RGD:1311468|RGD:3691|RGD:735117|MGI:MGI:1933438|UniProtKB:Q6ZSM3|FB:FBgn0033657|RGD:3690|RGD:628608|RGD:69282|UniProtKB:O15427|MGI:MGI:1919722|RGD:69197|UniProtKB:P53985|UniProtKB:Q7RTY1|UniProtKB:P37662|WB:WBGene00010340|UniProtKB:O60669|MGI:MGI:1929519|WB:WBGene00008214|UniProtKB:Q8TF71|UniProtKB:P36021|SGD:S000005833|UniProtKB:Q8NCK7|MGI:MGI:2147716|RGD:620603|MGI:MGI:1203732|MGI:MGI:106013|UniProtKB:O95907|FB:FBgn0033028 C Uncharacterized MFS-type transporter YbfB UniProtKB:O31444|PTN002260657 protein NCBITaxon:224308 20231108 GO_Central plasma membrane +UniProtKB O31453 ybfM GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001251531|UniProtKB:P33366 C Uncharacterized membrane protein YbfM UniProtKB:O31453|PTN001251535 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O31464 glnT GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000768371|UniProtKB:P30143 C Probable sodium/glutamine symporter GlnT UniProtKB:O31464|PTN001251140 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O31474 ycgJ GO:0008168 GO_REF:0000033 IBA PANTHER:PTN008676703|UniProtKB:Q9H8H3|UniProtKB:P9WIN3|UniProtKB:P36999|UniProtKB:Q9HW23 F Uncharacterized methyltransferase YcgJ UniProtKB:O31474|PTN000011440 protein NCBITaxon:224308 20230604 GO_Central methyltransferase activity +UniProtKB O31541 yetL GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YetL UniProtKB:O31541|PTN001825944 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB O31541 yetL GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P Uncharacterized HTH-type transcriptional regulator YetL UniProtKB:O31541|PTN001825944 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB O31560 yfiR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9HXW2|UniProtKB:P0ACT6|UniProtKB:P0ACU0|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:Q9HZJ9|UniProtKB:P75952|UniProtKB:P39334|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HVJ0|UniProtKB:P95251|UniProtKB:P9WMB9|UniProtKB:Q9HZW2|UniProtKB:P9WMC1|UniProtKB:Q9HY46|UniProtKB:Q9HXS0|UniProtKB:P32265 P Uncharacterized HTH-type transcriptional regulator YfiR UniProtKB:O31560|PTN001247517 protein NCBITaxon:224308 20221008 GO_Central regulation of DNA-templated transcription +UniProtKB O31560 yfiR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9KR96|UniProtKB:P32265|UniProtKB:Q9HXS0 F Uncharacterized HTH-type transcriptional regulator YfiR UniProtKB:O31560|PTN001247517 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB O31560 yfiR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P0ACU2|UniProtKB:P0ACS9|UniProtKB:P95251 F Uncharacterized HTH-type transcriptional regulator YfiR UniProtKB:O31560|PTN001247517 protein NCBITaxon:224308 20211112 GO_Central DNA-binding transcription factor activity +UniProtKB O31563 yfiU GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|UniProtKB:E9R876|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|UniProtKB:Q8X1Z7|PomBase:SPBC3E7.06c|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|SGD:S000001039|SGD:S000005518|SGD:S000001032|SGD:S000003456|SGD:S000004694|CGD:CAL0000196424|SGD:S000000791 F Uncharacterized MFS-type transporter YfiU UniProtKB:O31563|PTN000606028 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB O31563 yfiU GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|UniProtKB:P52600|PomBase:SPBC460.03|PomBase:SPBC3E7.06c|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000003456|SGD:S000001813 P Uncharacterized MFS-type transporter YfiU UniProtKB:O31563|PTN000606028 protein NCBITaxon:224308 20220924 GO_Central transmembrane transport +UniProtKB O31567 yfiY GO:0030288 GO_REF:0000033 IBA PANTHER:PTN001254050|UniProtKB:P07822|UniProtKB:P0AEL6 C Probable siderophore-binding lipoprotein YfiY UniProtKB:O31567|PTN000776221 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space +UniProtKB O31568 yfiZ GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876|UniProtKB:P06609|UniProtKB:P15029 F Probable siderophore transport system permease protein YfiZ UniProtKB:O31568|PTN000766001 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB O31568 yfiZ GO:0033214 GO_REF:0000033 IBA PANTHER:PTN001253116|UniProtKB:P15029|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876 P Probable siderophore transport system permease protein YfiZ UniProtKB:O31568|PTN000766001 protein NCBITaxon:224308 20230406 GO_Central siderophore-dependent iron import into cell +UniProtKB O31584 mutY GO:0006284 GO_REF:0000033 IBA PANTHER:PTN000040628|PomBase:SPAC26A3.02 P Adenine DNA glycosylase UniProtKB:O31584|PTN000040678 protein NCBITaxon:224308 20220416 GO_Central base-excision repair +UniProtKB O31584 mutY GO:0032357 GO_REF:0000033 IBA PANTHER:PTN000040628|PomBase:SPAC26A3.02 F Adenine DNA glycosylase UniProtKB:O31584|PTN000040678 protein NCBITaxon:224308 20170502 GO_Central oxidized purine DNA binding +UniProtKB O31584 mutY GO:0000701 GO_REF:0000033 IBA PANTHER:PTN000040628|PomBase:SPAC26A3.02|UniProtKB:Q9UIF7 F Adenine DNA glycosylase UniProtKB:O31584|PTN000040678 protein NCBITaxon:224308 20170502 GO_Central purine-specific mismatch base pair DNA N-glycosylase activity +UniProtKB O31584 mutY GO:0034039 GO_REF:0000033 IBA PANTHER:PTN000040628|PomBase:SPAC26A3.02 F Adenine DNA glycosylase UniProtKB:O31584|PTN000040678 protein NCBITaxon:224308 20170502 GO_Central 8-oxo-7,8-dihydroguanine DNA N-glycosylase activity +UniProtKB O31584 mutY GO:0006298 GO_REF:0000033 IBA PANTHER:PTN000040628|PomBase:SPAC26A3.02 P Adenine DNA glycosylase UniProtKB:O31584|PTN000040678 protein NCBITaxon:224308 20170502 GO_Central mismatch repair +UniProtKB O31584 mutY GO:0035485 GO_REF:0000033 IBA PANTHER:PTN000040628|PomBase:SPAC26A3.02 F Adenine DNA glycosylase UniProtKB:O31584|PTN000040678 protein NCBITaxon:224308 20170502 GO_Central adenine/guanine mispair binding +UniProtKB O31592 yhbI GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YhbI UniProtKB:O31592|PTN002109496 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB O31592 yhbI GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P Uncharacterized HTH-type transcriptional regulator YhbI UniProtKB:O31592|PTN002109496 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB O31631 metI GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000211590|SGD:S000001154|TAIR:locus:2019449|TAIR:locus:2080605|SGD:S000003152 C Cystathionine gamma-synthase/O-acetylhomoserine (thiol)-lyase UniProtKB:O31631|PTN000211706 protein NCBITaxon:224308 20200808 GO_Central cytoplasm +UniProtKB O31631 metI GO:0030170 GO_REF:0000033 IBA PANTHER:PTN000211590|UniProtKB:P00935|UniProtKB:P32929 F Cystathionine gamma-synthase/O-acetylhomoserine (thiol)-lyase UniProtKB:O31631|PTN000211706 protein NCBITaxon:224308 20170228 GO_Central pyridoxal phosphate binding +UniProtKB O31631 metI GO:0016846 GO_REF:0000033 IBA PANTHER:PTN000211590|UniProtKB:C8VM61|TAIR:locus:2019449|RGD:2443|UniProtKB:Q5AXC9|SGD:S000003152|UniProtKB:P9WGB7|TAIR:locus:2080605|UniProtKB:O05394|MGI:MGI:1339968|SGD:S000000010|UniProtKB:P32929 F Cystathionine gamma-synthase/O-acetylhomoserine (thiol)-lyase UniProtKB:O31631|PTN000211706 protein NCBITaxon:224308 20220922 GO_Central carbon-sulfur lyase activity +UniProtKB O31631 metI GO:0019346 GO_REF:0000033 IBA PANTHER:PTN000211590|UniProtKB:C8VM61|SGD:S000003152|SGD:S000000010|UniProtKB:P32929 P Cystathionine gamma-synthase/O-acetylhomoserine (thiol)-lyase UniProtKB:O31631|PTN000211706 protein NCBITaxon:224308 20220922 GO_Central transsulfuration +UniProtKB O31652 ctaB1 GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002535495|UniProtKB:P0AEA5 C Protoheme IX farnesyltransferase 1 UniProtKB:O31652|PTN000114317 protein NCBITaxon:224308 20230105 GO_Central plasma membrane +UniProtKB O31652 ctaB1 GO:0008495 GO_REF:0000033 IBA PANTHER:PTN000114243|MGI:MGI:1917633|UniProtKB:P0AEA5 F Protoheme IX farnesyltransferase 1 UniProtKB:O31652|PTN000114317 protein NCBITaxon:224308 20231109 GO_Central protoheme IX farnesyltransferase activity +UniProtKB O31652 ctaB1 GO:0048034 GO_REF:0000033 IBA PANTHER:PTN002535495|UniProtKB:P0AEA5 P Protoheme IX farnesyltransferase 1 UniProtKB:O31652|PTN000114317 protein NCBITaxon:224308 20230105 GO_Central heme O biosynthetic process +UniProtKB O31654 sigI GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001251781|UniProtKB:P9WGI3|UniProtKB:P0AEM6|UniProtKB:P06574 P RNA polymerase sigma factor SigI UniProtKB:O31654|PTN001576540 protein NCBITaxon:224308 20230406 GO_Central regulation of DNA-templated transcription +UniProtKB O31662 mtnA GO:0019509 GO_REF:0000033 IBA PANTHER:PTN002460138|SGD:S000006322 P Methylthioribose-1-phosphate isomerase UniProtKB:O31662|PTN000028192 protein NCBITaxon:224308 20170228 GO_Central L-methionine salvage from methylthioadenosine +UniProtKB O31662 mtnA GO:0046523 GO_REF:0000033 IBA PANTHER:PTN002460138|SGD:S000006322 F Methylthioribose-1-phosphate isomerase UniProtKB:O31662|PTN000028192 protein NCBITaxon:224308 20170228 GO_Central S-methyl-5-thioribose-1-phosphate isomerase activity +UniProtKB O31672 mhqR GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P HTH-type transcriptional regulator MhqR UniProtKB:O31672|PTN002109462 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB O31672 mhqR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P HTH-type transcriptional regulator MhqR UniProtKB:O31672|PTN002109462 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB O31681 ykvP GO:0008932 GO_REF:0000033 IBA PANTHER:PTN008659194|UniProtKB:P0AEZ7 F Spore protein YkvP UniProtKB:O31681|PTN008659210 protein NCBITaxon:224308 20171201 GO_Central lytic endotransglycosylase activity +UniProtKB O31704 mobB GO:0005525 GO_REF:0000033 IBA PANTHER:PTN008674303|UniProtKB:P32125 F Probable molybdopterin-guanine dinucleotide biosynthesis adapter protein UniProtKB:O31704|PTN002219775 protein NCBITaxon:224308 20230517 GO_Central GTP binding +UniProtKB O31742 rplS GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000402783|UniProtKB:P0A7K6|SGD:S000000642 F 50S ribosomal protein L19 UniProtKB:O31742|PTN000402850 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome +UniProtKB O31742 rplS GO:0022625 GO_REF:0000033 IBA PANTHER:PTN000402849|UniProtKB:P0A7K6 C 50S ribosomal protein L19 UniProtKB:O31742|PTN000402850 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB O31743 rbgA GO:0003924 GO_REF:0000033 IBA PANTHER:PTN000119717|UniProtKB:Q9BT17|UniProtKB:O31743|TAIR:locus:2140270 F Ribosome biogenesis GTPase A UniProtKB:O31743|PTN000120130 protein NCBITaxon:224308 20170228 GO_Central GTPase activity +UniProtKB O31743 rbgA GO:0006412 GO_REF:0000033 IBA PANTHER:PTN000119717|SGD:S000004703 P Ribosome biogenesis GTPase A UniProtKB:O31743|PTN000120130 protein NCBITaxon:224308 20220309 GO_Central translation +UniProtKB O31744 rnhB GO:0043137 GO_REF:0000033 IBA PANTHER:PTN000102672|SGD:S000005016 P Ribonuclease HII UniProtKB:O31744|PTN000102758 protein NCBITaxon:224308 20170228 GO_Central DNA replication, removal of RNA primer +UniProtKB O31744 rnhB GO:0004523 GO_REF:0000033 IBA PANTHER:PTN000102672|PomBase:SPAC4G9.02|UniProtKB:P10442|SGD:S000005016|UniProtKB:O75792 F Ribonuclease HII UniProtKB:O31744|PTN000102758 protein NCBITaxon:224308 20170228 GO_Central RNA-DNA hybrid ribonuclease activity +UniProtKB O31744 rnhB GO:0032299 GO_REF:0000033 IBA PANTHER:PTN000102672|SGD:S000005016|UniProtKB:O75792|MGI:MGI:1916974 C Ribonuclease HII UniProtKB:O31744|PTN000102758 protein NCBITaxon:224308 20170228 GO_Central ribonuclease H2 complex +UniProtKB O31744 rnhB GO:0006298 GO_REF:0000033 IBA PANTHER:PTN000102672|UniProtKB:O75792|PomBase:SPAC4G9.02|MGI:MGI:1916974 P Ribonuclease HII UniProtKB:O31744|PTN000102758 protein NCBITaxon:224308 20230405 GO_Central mismatch repair +UniProtKB O31752 cdsA GO:0004605 GO_REF:0000033 IBA PANTHER:PTN000349517|UniProtKB:P0ABG1 F Phosphatidate cytidylyltransferase UniProtKB:O31752|PTN000349624 protein NCBITaxon:224308 20170228 GO_Central phosphatidate cytidylyltransferase activity +UniProtKB O31752 cdsA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000349517|UniProtKB:P0ABG1 C Phosphatidate cytidylyltransferase UniProtKB:O31752|PTN000349624 protein NCBITaxon:224308 20180816 GO_Central plasma membrane +UniProtKB O31752 cdsA GO:0016024 GO_REF:0000033 IBA PANTHER:PTN000349517|UniProtKB:P0ABG1 P Phosphatidate cytidylyltransferase UniProtKB:O31752|PTN000349624 protein NCBITaxon:224308 20170228 GO_Central CDP-diacylglycerol biosynthetic process +UniProtKB O31761 ymfC GO:0045892 GO_REF:0000033 IBA PANTHER:PTN000746727|UniProtKB:P13669 P Uncharacterized HTH-type transcriptional regulator YmfC UniProtKB:O31761|PTN000203649 protein NCBITaxon:224308 20180118 GO_Central negative regulation of DNA-templated transcription +UniProtKB O31782 pksN GO:0004312 GO_REF:0000033 IBA PANTHER:PTN000196555|FB:FBgn0283427|FB:FBgn0042627|MGI:MGI:95485|RGD:620665|dictyBase:DDB_G0275077 F Polyketide synthase PksN UniProtKB:O31782|PTN000196767 protein NCBITaxon:224308 20230604 GO_Central fatty acid synthase activity +UniProtKB O31782 pksN GO:0071770 GO_REF:0000033 IBA PANTHER:PTN000196761|UniProtKB:P9WQE7|UniProtKB:P9WQE5|UniProtKB:P96202|UniProtKB:P9WQE1|UniProtKB:P9WQE3 P Polyketide synthase PksN UniProtKB:O31782|PTN000196767 protein NCBITaxon:224308 20210625 GO_Central DIM/DIP cell wall layer assembly +UniProtKB O31782 pksN GO:0006633 GO_REF:0000033 IBA PANTHER:PTN000196555|UniProtKB:P96202|dictyBase:DDB_G0275077|UniProtKB:P9WQE5|dictyBase:DDB_G0275069|UniProtKB:P9WQE7|MGI:MGI:95485|FB:FBgn0042627|UniProtKB:P9WQE1|UniProtKB:P9WQE3|RGD:620665|UniProtKB:O65933|UniProtKB:P9WQE9 P Polyketide synthase PksN UniProtKB:O31782|PTN000196767 protein NCBITaxon:224308 20230407 GO_Central fatty acid biosynthetic process +UniProtKB O31782 pksN GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000196761|UniProtKB:P9WQE1 C Polyketide synthase PksN UniProtKB:O31782|PTN000196767 protein NCBITaxon:224308 20210625 GO_Central cytoplasm +UniProtKB O31784 pksR GO:0004312 GO_REF:0000033 IBA PANTHER:PTN000196555|FB:FBgn0283427|FB:FBgn0042627|MGI:MGI:95485|RGD:620665|dictyBase:DDB_G0275077 F Polyketide synthase PksR UniProtKB:O31784|PTN000196765 protein NCBITaxon:224308 20230604 GO_Central fatty acid synthase activity +UniProtKB O31784 pksR GO:0006633 GO_REF:0000033 IBA PANTHER:PTN000196555|UniProtKB:P96202|dictyBase:DDB_G0275077|UniProtKB:P9WQE5|dictyBase:DDB_G0275069|UniProtKB:P9WQE7|MGI:MGI:95485|FB:FBgn0042627|UniProtKB:P9WQE1|UniProtKB:P9WQE3|RGD:620665|UniProtKB:O65933|UniProtKB:P9WQE9 P Polyketide synthase PksR UniProtKB:O31784|PTN000196765 protein NCBITaxon:224308 20230407 GO_Central fatty acid biosynthetic process +UniProtKB O31784 pksR GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000196761|UniProtKB:P9WQE1 C Polyketide synthase PksR UniProtKB:O31784|PTN000196765 protein NCBITaxon:224308 20210625 GO_Central cytoplasm +UniProtKB O31784 pksR GO:0071770 GO_REF:0000033 IBA PANTHER:PTN000196761|UniProtKB:P9WQE7|UniProtKB:P9WQE5|UniProtKB:P96202|UniProtKB:P9WQE1|UniProtKB:P9WQE3 P Polyketide synthase PksR UniProtKB:O31784|PTN000196765 protein NCBITaxon:224308 20210625 GO_Central DIM/DIP cell wall layer assembly +UniProtKB O31825 yngE contributes_to GO:0004485 GO_REF:0000033 IBA PANTHER:PTN000523406|RGD:1310279|UniProtKB:Q9HCC0 F Uncharacterized carboxylase YngE UniProtKB:O31825|PTN000523474 protein NCBITaxon:224308 20230111 GO_Central methylcrotonoyl-CoA carboxylase activity +UniProtKB O31825 yngE GO:0006552 GO_REF:0000033 IBA PANTHER:PTN000523406|TAIR:locus:2124256|UniProtKB:C8VAZ1 P Uncharacterized carboxylase YngE UniProtKB:O31825|PTN000523474 protein NCBITaxon:224308 20220924 GO_Central leucine catabolic process +UniProtKB O31825 yngE GO:1905202 GO_REF:0000033 IBA PANTHER:PTN000523406|UniProtKB:Q9HCC0 C Uncharacterized carboxylase YngE UniProtKB:O31825|PTN000523474 protein NCBITaxon:224308 20211217 GO_Central methylcrotonoyl-CoA carboxylase complex +UniProtKB O31854 cdaS GO:0004016 GO_REF:0000033 IBA PANTHER:PTN002149835|UniProtKB:Q45589|UniProtKB:Q8Y5E4|UniProtKB:O31854 F Cyclic di-AMP synthase CdaS UniProtKB:O31854|PTN002149863 protein NCBITaxon:224308 20171208 GO_Central adenylate cyclase activity +UniProtKB O31982 blyA GO:0009254 GO_REF:0000033 IBA PANTHER:PTN001252273|UniProtKB:P13016 P N-acetylmuramoyl-L-alanine amidase BlyA UniProtKB:O31982|PTN004741572 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan turnover +UniProtKB O31982 blyA GO:0009253 GO_REF:0000033 IBA PANTHER:PTN001252273|UniProtKB:P75820 P N-acetylmuramoyl-L-alanine amidase BlyA UniProtKB:O31982|PTN004741572 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan catabolic process +UniProtKB O31982 blyA GO:0008745 GO_REF:0000033 IBA PANTHER:PTN001252273|UniProtKB:Q9HT86|UniProtKB:G3XCW9|UniProtKB:Q9I5D1|UniProtKB:P75820 F N-acetylmuramoyl-L-alanine amidase BlyA UniProtKB:O31982|PTN004741572 protein NCBITaxon:224308 20170228 GO_Central N-acetylmuramoyl-L-alanine amidase activity +UniProtKB O31990 uvrX GO:0003887 GO_REF:0000033 IBA PANTHER:PTN000117876|TAIR:locus:2031050|UniProtKB:Q47155|UniProtKB:P04152 F Putative UV-damage repair protein UvrX UniProtKB:O31990|PTN000118199 protein NCBITaxon:224308 20200807 GO_Central DNA-directed DNA polymerase activity +UniProtKB O31990 uvrX GO:0042276 GO_REF:0000033 IBA PANTHER:PTN000117876|UniProtKB:Q9UBT6|UniProtKB:Q47155|WB:WBGene00017696 P Putative UV-damage repair protein UvrX UniProtKB:O31990|PTN000118199 protein NCBITaxon:224308 20200929 GO_Central error-prone translesion synthesis +UniProtKB O31990 uvrX GO:0009432 GO_REF:0000033 IBA PANTHER:PTN000118165|UniProtKB:P04152|UniProtKB:Q47155|UniProtKB:Q8Y5T0|UniProtKB:Q74CQ6 P Putative UV-damage repair protein UvrX UniProtKB:O31990|PTN000118199 protein NCBITaxon:224308 20200807 GO_Central SOS response +UniProtKB Q00777 proG GO:0055129 GO_REF:0000033 IBA PANTHER:PTN000182176|UniProtKB:Q53H96|UniProtKB:P0A9L8 P Pyrroline-5-carboxylate reductase 3 UniProtKB:Q00777|PTN000182334 protein NCBITaxon:224308 20190212 GO_Central L-proline biosynthetic process +UniProtKB Q00777 proG GO:0004735 GO_REF:0000033 IBA PANTHER:PTN000182176|UniProtKB:Q53H96|SGD:S000000825|UniProtKB:P0A9L8|UniProtKB:P32322|TAIR:locus:2185435|UniProtKB:P9WHU7 F Pyrroline-5-carboxylate reductase 3 UniProtKB:Q00777|PTN000182334 protein NCBITaxon:224308 20190212 GO_Central pyrroline-5-carboxylate reductase activity +UniProtKB Q00758 spoVB GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001250140|UniProtKB:P77377|UniProtKB:G3XD19|UniProtKB:P0AAA7|UniProtKB:P37746|UniProtKB:Q46841 C Stage V sporulation protein B UniProtKB:Q00758|PTN000129084 protein NCBITaxon:224308 20221008 GO_Central plasma membrane +UniProtKB Q79F14 estB GO:0016298 GO_REF:0000033 IBA PANTHER:PTN001278927|UniProtKB:P37957|WB:WBGene00011321 F Extracellular esterase EstB UniProtKB:Q79F14|PTN001278978 protein NCBITaxon:224308 20190213 GO_Central lipase activity +UniProtKB Q79F14 estB GO:0016042 GO_REF:0000033 IBA PANTHER:PTN001278927|WB:WBGene00011321 P Extracellular esterase EstB UniProtKB:Q79F14|PTN001278978 protein NCBITaxon:224308 20190213 GO_Central lipid catabolic process +UniProtKB P68729 argB GO:0003991 GO_REF:0000033 IBA PANTHER:PTN000597373|TAIR:locus:2103528|UniProtKB:P0A6C8|SGD:S000000871 F Acetylglutamate kinase UniProtKB:P68729|PTN000786047 protein NCBITaxon:224308 20170228 GO_Central acetylglutamate kinase activity +UniProtKB P68729 argB GO:0006526 GO_REF:0000033 IBA PANTHER:PTN000597373|UniProtKB:Q4WCZ1|UniProtKB:P0A6C8|CGD:CAL0000175409|PomBase:SPAC4G9.09c|PomBase:SPBC725.14 P Acetylglutamate kinase UniProtKB:P68729|PTN000786047 protein NCBITaxon:224308 20220924 GO_Central arginine biosynthetic process +UniProtKB P68579 sunT GO:0034040 GO_REF:0000033 IBA PANTHER:PTN000657720|UniProtKB:P60752 F SPbeta prophage-derived sublancin-168-processing and transport ATP-binding protein SunT UniProtKB:P68579|PTN000657722 protein NCBITaxon:224308 20170228 GO_Central ATPase-coupled lipid transmembrane transporter activity +UniProtKB P68579 sunT GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000657189|TAIR:locus:2097978|MGI:MGI:97570|UniProtKB:O53645|UniProtKB:Q9NP58|UniProtKB:Q03518|PomBase:SPCC663.03|UniProtKB:Q9FNU2|UniProtKB:Q03519|UniProtKB:O75027|WB:WBGene00001811|UniProtKB:Q2M3G0|PomBase:SPCC737.09c|TAIR:locus:2057961|PomBase:SPBC25B2.02c|UniProtKB:P29018|RGD:619930|TAIR:locus:2041434|SGD:S000004916|UniProtKB:Q9NUT2|UniProtKB:P08183|WB:WBGene00001815|UniProtKB:O95342 P SPbeta prophage-derived sublancin-168-processing and transport ATP-binding protein SunT UniProtKB:P68579|PTN000657722 protein NCBITaxon:224308 20231109 GO_Central transmembrane transport +UniProtKB P68573 hup2 GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002110664|UniProtKB:P0ACF4|UniProtKB:P0ACF0|UniProtKB:P0A6X7|UniProtKB:P0A6Y1 C SPbeta prophage-derived DNA-binding protein HU 2 UniProtKB:P68573|PTN002110742 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P68573 hup2 GO:0003677 GO_REF:0000033 IBA PANTHER:PTN002110658|UniProtKB:P0A6X7|UniProtKB:P0A6Y1|UniProtKB:P9WMK7|UniProtKB:P0ACF0 F SPbeta prophage-derived DNA-binding protein HU 2 UniProtKB:P68573|PTN002110742 protein NCBITaxon:224308 20201001 GO_Central DNA binding +UniProtKB P68569 bdbA GO:0015035 GO_REF:0000033 IBA PANTHER:PTN000047179|UniProtKB:Q7XKD0|UniProtKB:P0AGG4|TAIR:locus:2030051|UniProtKB:P9WG67|UniProtKB:P0AA25|UniProtKB:Q9ZP20|TAIR:locus:2194661 F SPbeta prophage-derived disulfide bond formation protein A UniProtKB:P68569|PTN000047175 protein NCBITaxon:224308 20231109 GO_Central protein-disulfide reductase activity +UniProtKB P68569 bdbA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000047549|UniProtKB:P0AA25 C SPbeta prophage-derived disulfide bond formation protein A UniProtKB:P68569|PTN000047175 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P68569 bdbA GO:0045454 GO_REF:0000033 IBA PANTHER:PTN000047549|UniProtKB:P9WG67|UniProtKB:P0AA25 P SPbeta prophage-derived disulfide bond formation protein A UniProtKB:P68569|PTN000047175 protein NCBITaxon:224308 20210325 GO_Central cell redox homeostasis +UniProtKB P68569 bdbA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000047179|UniProtKB:Q8IDP4|UniProtKB:P0AA25|TAIR:locus:2128756|UniProtKB:Q580L8|UniProtKB:P0AGG4|TAIR:locus:2030051|TAIR:locus:2011932|UniProtKB:Q57VQ5|UniProtKB:Q9ZP20|TAIR:locus:2020813|TAIR:locus:2194661 C SPbeta prophage-derived disulfide bond formation protein A UniProtKB:P68569|PTN000047175 protein NCBITaxon:224308 20230112 GO_Central cytoplasm +UniProtKB P68524 nrdIB GO:0010181 GO_REF:0000033 IBA PANTHER:PTN002203478|UniProtKB:P0A772 F SPbeta prophage-derived protein NrdI UniProtKB:P68524|PTN002203487 protein NCBITaxon:224308 20170228 GO_Central FMN binding +UniProtKB P68522 yorS GO:0008253 GO_REF:0000033 IBA PANTHER:PTN004494400|MGI:MGI:1354954|MGI:MGI:1917127 F 5'(3')-deoxyribonucleotidase UniProtKB:P68522|PTN002314155 protein NCBITaxon:224308 20210101 GO_Central 5'-nucleotidase activity +UniProtKB P68522 yorS GO:0009223 GO_REF:0000033 IBA PANTHER:PTN004494400|UniProtKB:Q8TCD5|MGI:MGI:1354954|MGI:MGI:1917127 P 5'(3')-deoxyribonucleotidase UniProtKB:P68522|PTN002314155 protein NCBITaxon:224308 20210530 GO_Central pyrimidine deoxyribonucleotide catabolic process +UniProtKB Q05873 valS GO:0006438 GO_REF:0000033 IBA PANTHER:PTN000236067|SGD:S000003326|PomBase:SPAC4A8.08c|PomBase:SPBC1709.02c|UniProtKB:P07118 P Valine--tRNA ligase UniProtKB:Q05873|PTN000236192 protein NCBITaxon:224308 20170228 GO_Central valyl-tRNA aminoacylation +UniProtKB Q05873 valS GO:0004832 GO_REF:0000033 IBA PANTHER:PTN000236067|RGD:3950|PomBase:SPAC4A8.08c|PomBase:SPBC1709.02c|UniProtKB:P07118|SGD:S000003326|UniProtKB:P26640|UniProtKB:Q5ST30 F Valine--tRNA ligase UniProtKB:Q05873|PTN000236192 protein NCBITaxon:224308 20231108 GO_Central valine-tRNA ligase activity +UniProtKB Q05873 valS GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000236067|UniProtKB:P26640|UniProtKB:P07118 C Valine--tRNA ligase UniProtKB:Q05873|PTN000236192 protein NCBITaxon:224308 20210904 GO_Central cytosol +UniProtKB Q05865 folC GO:0009396 GO_REF:0000033 IBA PANTHER:PTN000123998|CGD:CAL0000182677|UniProtKB:Q8IE69|TAIR:locus:2153639|TAIR:locus:2078936|SGD:S000004719|UniProtKB:Q05932 P Dihydrofolate synthase/folylpolyglutamate synthase UniProtKB:Q05865|PTN000124090 protein NCBITaxon:224308 20230405 GO_Central folic acid-containing compound biosynthetic process +UniProtKB Q05865 folC GO:0008841 GO_REF:0000033 IBA PANTHER:PTN000123998|UniProtKB:P08192|CGD:CAL0000182677|SGD:S000004719|TAIR:locus:2177916 F Dihydrofolate synthase/folylpolyglutamate synthase UniProtKB:Q05865|PTN000124090 protein NCBITaxon:224308 20221006 GO_Central dihydrofolate synthase activity +UniProtKB Q05865 folC GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000123998|UniProtKB:Q05932|TAIR:locus:2177916|TAIR:locus:2153639|UniProtKB:P08192|TAIR:locus:2078936|SGD:S000005767|CGD:CAL0000182677|TAIR:locus:2100048 C Dihydrofolate synthase/folylpolyglutamate synthase UniProtKB:Q05865|PTN000124090 protein NCBITaxon:224308 20221006 GO_Central cytoplasm +UniProtKB Q05865 folC GO:0004326 GO_REF:0000033 IBA PANTHER:PTN000123998|TAIR:locus:2100048|UniProtKB:P08192|UniProtKB:Q8IE69|SGD:S000005767|TAIR:locus:2153639|TAIR:locus:2078936|UniProtKB:Q05932 F Dihydrofolate synthase/folylpolyglutamate synthase UniProtKB:Q05865|PTN000124090 protein NCBITaxon:224308 20230110 GO_Central tetrahydrofolylpolyglutamate synthase activity +UniProtKB Q797S1 ybbF GO:0009401 GO_REF:0000033 IBA PANTHER:PTN000765869|UniProtKB:P36672|UniProtKB:P77272 P Putative PTS system EIIBC component YbbF UniProtKB:Q797S1|PTN001249426 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB Q797S1 ybbF GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000765869|UniProtKB:P08722|UniProtKB:P77272|UniProtKB:P36672|UniProtKB:P24241 C Putative PTS system EIIBC component YbbF UniProtKB:Q797S1|PTN001249426 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB Q797S1 ybbF GO:0090588 GO_REF:0000033 IBA PANTHER:PTN001249425|UniProtKB:P77272 F Putative PTS system EIIBC component YbbF UniProtKB:Q797S1|PTN001249426 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-N-acetylmuramate phosphotransferase system transporter activity +UniProtKB Q797E3 pbuE GO:0022857 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P0ADL1 F Purine efflux pump PbuE UniProtKB:Q797E3|PTN000605884 protein NCBITaxon:224308 20230517 GO_Central transmembrane transporter activity +UniProtKB Q797E3 pbuE GO:0055085 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P0ADL1 P Purine efflux pump PbuE UniProtKB:Q797E3|PTN000605884 protein NCBITaxon:224308 20230517 GO_Central transmembrane transport +UniProtKB Q797E3 pbuE GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P77389|UniProtKB:P0ADL1|UniProtKB:P31122|UniProtKB:P23910 C Purine efflux pump PbuE UniProtKB:Q797E3|PTN000605884 protein NCBITaxon:224308 20230517 GO_Central plasma membrane +UniProtKB Q797A7 mtrA GO:0015171 GO_REF:0000033 IBA PANTHER:PTN001718573|RGD:68387|MGI:MGI:3040688|UniProtKB:B3TP03|MGI:MGI:99828|RGD:68342|TAIR:locus:2127398|FB:FBgn0032911|MGI:MGI:88117|TAIR:locus:2044682|UniProtKB:Q8WY07|UniProtKB:P52569|FB:FBgn0037203|TAIR:locus:2175488|MGI:MGI:1100521|RGD:3716|UniProtKB:P30825 F Methylthioribose transporter UniProtKB:Q797A7|PTN000208497 protein NCBITaxon:224308 20231109 GO_Central amino acid transmembrane transporter activity +UniProtKB Q797A7 mtrA GO:0006865 GO_REF:0000033 IBA PANTHER:PTN001718573|TAIR:locus:2175488|UniProtKB:P52569|FB:FBgn0037203|UniProtKB:Q8WY07|MGI:MGI:88117|TAIR:locus:2044682|UniProtKB:P30825|MGI:MGI:1100521|RGD:3716|MGI:MGI:99828|UniProtKB:B3TP03|MGI:MGI:3040688|RGD:68387|RGD:68342|FB:FBgn0032911|TAIR:locus:2127398 P Methylthioribose transporter UniProtKB:Q797A7|PTN000208497 protein NCBITaxon:224308 20231109 GO_Central amino acid transport +UniProtKB Q796Y8 ygaF GO:0045454 GO_REF:0000033 IBA PANTHER:PTN002449977|SGD:S000001272 P Peroxiredoxin Bcp UniProtKB:Q796Y8|PTN000074179 protein NCBITaxon:224308 20181029 GO_Central cell redox homeostasis +UniProtKB Q796Y8 ygaF GO:0008379 GO_REF:0000033 IBA PANTHER:PTN002449977|UniProtKB:P0AE52|SGD:S000001272 F Peroxiredoxin Bcp UniProtKB:Q796Y8|PTN000074179 protein NCBITaxon:224308 20220925 GO_Central thioredoxin peroxidase activity +UniProtKB Q796Y8 ygaF GO:0005737 GO_REF:0000033 IBA PANTHER:PTN002449977|UniProtKB:P0AE52|UniProtKB:Q9LU86 C Peroxiredoxin Bcp UniProtKB:Q796Y8|PTN000074179 protein NCBITaxon:224308 20200809 GO_Central cytoplasm +UniProtKB Q796Y8 ygaF GO:0034599 GO_REF:0000033 IBA PANTHER:PTN002449977|SGD:S000001272 P Peroxiredoxin Bcp UniProtKB:Q796Y8|PTN000074179 protein NCBITaxon:224308 20181029 GO_Central cellular response to oxidative stress +UniProtKB Q796V8 hemZ GO:0051539 GO_REF:0000033 IBA PANTHER:PTN000358281|UniProtKB:P74132|UniProtKB:P73245|UniProtKB:P32131|UniProtKB:P52062 F Oxygen-independent coproporphyrinogen-III oxidase-like protein HemZ UniProtKB:Q796V8|PTN000358314 protein NCBITaxon:224308 20200304 GO_Central 4 iron, 4 sulfur cluster binding +UniProtKB Q796V8 hemZ GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000358281|UniProtKB:P32131 C Oxygen-independent coproporphyrinogen-III oxidase-like protein HemZ UniProtKB:Q796V8|PTN000358314 protein NCBITaxon:224308 20200304 GO_Central cytoplasm +UniProtKB Q796V8 hemZ GO:0006779 GO_REF:0000033 IBA PANTHER:PTN000358281|UniProtKB:P74132|UniProtKB:P32131|UniProtKB:P0A1E1|UniProtKB:P73245|UniProtKB:P54304 P Oxygen-independent coproporphyrinogen-III oxidase-like protein HemZ UniProtKB:Q796V8|PTN000358314 protein NCBITaxon:224308 20230406 GO_Central porphyrin-containing compound biosynthetic process +UniProtKB Q796Q6 yisV GO:0008483 GO_REF:0000033 IBA PANTHER:PTN000203534|UniProtKB:P09053|SGD:S000001179|UniProtKB:A7XRY8|CGD:CAL0000187633|RGD:2948|SGD:S000003170|CGD:CAL0000197694|UniProtKB:Q8N5Z0 F Uncharacterized HTH-type transcriptional regulator YisV UniProtKB:Q796Q6|PTN000203111 protein NCBITaxon:224308 20230407 GO_Central transaminase activity +UniProtKB Q796Q6 yisV GO:1901605 GO_REF:0000033 IBA PANTHER:PTN000203534|CGD:CAL0000187633|CGD:CAL0000197694|UniProtKB:Q8N5Z0|SGD:S000003170|UniProtKB:P09053|SGD:S000001179 P Uncharacterized HTH-type transcriptional regulator YisV UniProtKB:Q796Q6|PTN000203111 protein NCBITaxon:224308 20230407 GO_Central alpha-amino acid metabolic process +UniProtKB Q796Q1 yitG GO:0022857 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P0ADL1 F Uncharacterized MFS-type transporter YitG UniProtKB:Q796Q1|PTN001519110 protein NCBITaxon:224308 20230517 GO_Central transmembrane transporter activity +UniProtKB Q796Q1 yitG GO:0055085 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P0ADL1 P Uncharacterized MFS-type transporter YitG UniProtKB:Q796Q1|PTN001519110 protein NCBITaxon:224308 20230517 GO_Central transmembrane transport +UniProtKB Q796Q1 yitG GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002454903|UniProtKB:P77389|UniProtKB:P0ADL1|UniProtKB:P31122|UniProtKB:P23910 C Uncharacterized MFS-type transporter YitG UniProtKB:Q796Q1|PTN001519110 protein NCBITaxon:224308 20230517 GO_Central plasma membrane +UniProtKB Q796K9 ykwB GO:0016747 GO_REF:0000033 IBA PANTHER:PTN001895304|UniProtKB:P46854|UniProtKB:P0A944|UniProtKB:I6YG32|UniProtKB:P9WJM7 F Uncharacterized N-acetyltransferase YkwB UniProtKB:Q796K9|PTN002462088 protein NCBITaxon:224308 20200810 GO_Central acyltransferase activity, transferring groups other than amino-acyl groups +UniProtKB Q796K8 pbpH GO:0071555 GO_REF:0000033 IBA PANTHER:PTN000771406|UniProtKB:P0AD65 P Penicillin-binding protein H UniProtKB:Q796K8|PTN001256037 protein NCBITaxon:224308 20170828 GO_Central cell wall organization +UniProtKB Q796K8 pbpH GO:0071972 GO_REF:0000033 IBA PANTHER:PTN000771407|UniProtKB:P0AD65 F Penicillin-binding protein H UniProtKB:Q796K8|PTN001256037 protein NCBITaxon:224308 20170828 GO_Central peptidoglycan L,D-transpeptidase activity +UniProtKB Q796K8 pbpH GO:0008658 GO_REF:0000033 IBA PANTHER:PTN000771406|UniProtKB:P0AD68|UniProtKB:P0AD65 F Penicillin-binding protein H UniProtKB:Q796K8|PTN001256037 protein NCBITaxon:224308 20170828 GO_Central penicillin binding +UniProtKB Q795Y4 yrhE GO:0045333 GO_REF:0000033 IBA PANTHER:PTN008678683|UniProtKB:P07658|UniProtKB:P33602 P Putative formate dehydrogenase YrhE UniProtKB:Q795Y4|PTN000177464 protein NCBITaxon:224308 20230407 GO_Central cellular respiration +UniProtKB Q795Y4 yrhE GO:0045272 GO_REF:0000033 IBA PANTHER:PTN008678683|UniProtKB:P33602 C Putative formate dehydrogenase YrhE UniProtKB:Q795Y4|PTN000177464 protein NCBITaxon:224308 20170228 GO_Central plasma membrane respiratory chain complex I +UniProtKB Q795Y4 yrhE contributes_to GO:0003954 GO_REF:0000033 IBA PANTHER:PTN008678683|UniProtKB:P33602 F Putative formate dehydrogenase YrhE UniProtKB:Q795Y4|PTN000177464 protein NCBITaxon:224308 20230604 GO_Central NADH dehydrogenase activity +UniProtKB Q795M6 yugH GO:0008483 GO_REF:0000033 IBA PANTHER:PTN002887088|TAIR:locus:2015509|TAIR:locus:2165306|TAIR:locus:2034240|TAIR:locus:2060435|TAIR:locus:2026826 F Putative aminotransferase YugH UniProtKB:Q795M6|PTN000203068 protein NCBITaxon:224308 20210625 GO_Central transaminase activity +UniProtKB Q795M6 yugH GO:0006520 GO_REF:0000033 IBA PANTHER:PTN002887088|TAIR:locus:2169980|TAIR:locus:2165306|TAIR:locus:2025361|TAIR:locus:2060435|TAIR:locus:2015509|TAIR:locus:2034240|TAIR:locus:2059170 P Putative aminotransferase YugH UniProtKB:Q795M6|PTN000203068 protein NCBITaxon:224308 20230604 GO_Central amino acid metabolic process +UniProtKB Q795J3 epsN GO:0030170 GO_REF:0000033 IBA PANTHER:PTN001250039|UniProtKB:P27833|UniProtKB:O07566|UniProtKB:P77690 F Putative pyridoxal phosphate-dependent aminotransferase EpsN UniProtKB:Q795J3|PTN000242726 protein NCBITaxon:224308 20170601 GO_Central pyridoxal phosphate binding +UniProtKB Q795J3 epsN GO:0000271 GO_REF:0000033 IBA PANTHER:PTN001250039|UniProtKB:P27833|UniProtKB:Q9HZ76 P Putative pyridoxal phosphate-dependent aminotransferase EpsN UniProtKB:Q795J3|PTN000242726 protein NCBITaxon:224308 20200809 GO_Central polysaccharide biosynthetic process +UniProtKB Q795J3 epsN GO:0008483 GO_REF:0000033 IBA PANTHER:PTN001250039|UniProtKB:P77690|UniProtKB:O07566|UniProtKB:P27833|UniProtKB:Q9HZ76 F Putative pyridoxal phosphate-dependent aminotransferase EpsN UniProtKB:Q795J3|PTN000242726 protein NCBITaxon:224308 20170601 GO_Central transaminase activity +UniProtKB Q05470 pksL GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000196761|UniProtKB:P9WQE1 C Polyketide synthase PksL UniProtKB:Q05470|PTN001365873 protein NCBITaxon:224308 20210625 GO_Central cytoplasm +UniProtKB Q05470 pksL GO:0071770 GO_REF:0000033 IBA PANTHER:PTN000196761|UniProtKB:P9WQE7|UniProtKB:P9WQE5|UniProtKB:P96202|UniProtKB:P9WQE1|UniProtKB:P9WQE3 P Polyketide synthase PksL UniProtKB:Q05470|PTN001365873 protein NCBITaxon:224308 20210625 GO_Central DIM/DIP cell wall layer assembly +UniProtKB Q05470 pksL GO:0006633 GO_REF:0000033 IBA PANTHER:PTN000196555|UniProtKB:P96202|dictyBase:DDB_G0275077|UniProtKB:P9WQE5|dictyBase:DDB_G0275069|UniProtKB:P9WQE7|MGI:MGI:95485|FB:FBgn0042627|UniProtKB:P9WQE1|UniProtKB:P9WQE3|RGD:620665|UniProtKB:O65933|UniProtKB:P9WQE9 P Polyketide synthase PksL UniProtKB:Q05470|PTN001365873 protein NCBITaxon:224308 20230407 GO_Central fatty acid biosynthetic process +UniProtKB Q05470 pksL GO:0004312 GO_REF:0000033 IBA PANTHER:PTN000196555|FB:FBgn0283427|FB:FBgn0042627|MGI:MGI:95485|RGD:620665|dictyBase:DDB_G0275077 F Polyketide synthase PksL UniProtKB:Q05470|PTN001365873 protein NCBITaxon:224308 20230604 GO_Central fatty acid synthase activity +UniProtKB P42182 era GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000182823|UniProtKB:P06616 C GTPase Era UniProtKB:P42182|PTN000182824 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P42182 era GO:0000028 GO_REF:0000033 IBA PANTHER:PTN000182760|UniProtKB:P06616|UniProtKB:O75616 P GTPase Era UniProtKB:P42182|PTN000182824 protein NCBITaxon:224308 20211112 GO_Central ribosomal small subunit assembly +UniProtKB P42182 era GO:0043024 GO_REF:0000033 IBA PANTHER:PTN000182760|UniProtKB:O75616|UniProtKB:P06616 F GTPase Era UniProtKB:P42182|PTN000182824 protein NCBITaxon:224308 20170228 GO_Central ribosomal small subunit binding +UniProtKB P42182 era GO:0019843 GO_REF:0000033 IBA PANTHER:PTN000182760|UniProtKB:P06616|UniProtKB:O75616 F GTPase Era UniProtKB:P42182|PTN000182824 protein NCBITaxon:224308 20170228 GO_Central rRNA binding +UniProtKB P42200 tcyB GO:0015184 GO_REF:0000033 IBA PANTHER:PTN000770168|UniProtKB:P0AFT2 F L-cystine transport system permease protein TcyB UniProtKB:P42200|PTN000770164 protein NCBITaxon:224308 20170228 GO_Central L-cystine transmembrane transporter activity +UniProtKB P42200 tcyB GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000770159|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P45767|UniProtKB:P0AER5|UniProtKB:P45768|UniProtKB:P0AE30 C L-cystine transport system permease protein TcyB UniProtKB:P42200|PTN000770164 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P42200 tcyB GO:0015811 GO_REF:0000033 IBA PANTHER:PTN000770168|UniProtKB:P0AFT2 P L-cystine transport system permease protein TcyB UniProtKB:P42200|PTN000770164 protein NCBITaxon:224308 20201001 GO_Central L-cystine transport +UniProtKB P09122 dnaX GO:0006261 GO_REF:0000033 IBA PANTHER:PTN000186208|SGD:S000005234|UniProtKB:P40937|PomBase:SPAC1687.03c|UniProtKB:P40938|UniProtKB:P35249|PomBase:SPBC83.14c|SGD:S000005454|UniProtKB:P35250|SGD:S000000291|SGD:S000003829|PomBase:SPAC23D3.02|UniProtKB:P28631|PomBase:SPAC27E2.10c P DNA polymerase III subunit gamma/tau UniProtKB:P09122|PTN000186512 protein NCBITaxon:224308 20231108 GO_Central DNA-templated DNA replication +UniProtKB P96658 ydeA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN005163920|TAIR:locus:2086295|WB:WBGene00016789|SGD:S000002941|UniProtKB:Q584T6|TAIR:locus:2009650|UniProtKB:Q46948|TAIR:locus:2124246|PomBase:SPCC757.03c|PomBase:SPAC22E12.03c|dictyBase:DDB_G0285969|UniProtKB:Q99497|WB:WBGene00015184|FB:FBgn0039802|FB:FBgn0033885|UniProtKB:C6KTB1|PomBase:SPAC5H10.02c|MGI:MGI:2135637|SGD:S000006201|RGD:621808|UniProtKB:P31658 C Uncharacterized protease YdeA UniProtKB:P96658|PTN002459767 protein NCBITaxon:224308 20230604 GO_Central cytoplasm +UniProtKB P96698 cotP GO:0043621 GO_REF:0000033 IBA PANTHER:PTN000163021|TAIR:locus:2024997 F Spore coat protein P UniProtKB:P96698|PTN008519715 protein NCBITaxon:224308 20180503 GO_Central protein self-association +UniProtKB P96698 cotP GO:0006457 GO_REF:0000033 IBA PANTHER:PTN000163021|UniProtKB:P9WMK1|TAIR:locus:2143024|TAIR:locus:2025921|TAIR:locus:2151719 P Spore coat protein P UniProtKB:P96698|PTN008519715 protein NCBITaxon:224308 20221007 GO_Central protein folding +UniProtKB P96698 cotP GO:0009651 GO_REF:0000033 IBA PANTHER:PTN000163021|TAIR:locus:2025921 P Spore coat protein P UniProtKB:P96698|PTN008519715 protein NCBITaxon:224308 20180503 GO_Central response to salt stress +UniProtKB P96698 cotP GO:0009408 GO_REF:0000033 IBA PANTHER:PTN000163021|UniProtKB:Q7XUW5|TAIR:locus:2151719|TAIR:locus:2174269|UniProtKB:Q7EZ57|UniProtKB:Q5VRY1|UniProtKB:Q943E7|TAIR:locus:2075256|UniProtKB:Q943Q3|UniProtKB:P9WMK1|UniProtKB:Q53M11|TAIR:locus:2122774|UniProtKB:Q6K7E9|TAIR:locus:2024997|UniProtKB:Q0DY72|TAIR:locus:2143109|TAIR:locus:2025921|UniProtKB:Q84J50|UniProtKB:Q943E6|UniProtKB:P31673|UniProtKB:Q652V8|UniProtKB:Q84Q72|UniProtKB:Q84Q77|UniProtKB:P27777 P Spore coat protein P UniProtKB:P96698|PTN008519715 protein NCBITaxon:224308 20221007 GO_Central response to heat +UniProtKB P96698 cotP GO:0042542 GO_REF:0000033 IBA PANTHER:PTN000163021|UniProtKB:Q84Q72|UniProtKB:P31673|UniProtKB:Q84J50 P Spore coat protein P UniProtKB:P96698|PTN008519715 protein NCBITaxon:224308 20180503 GO_Central response to hydrogen peroxide +UniProtKB P96698 cotP GO:0051082 GO_REF:0000033 IBA PANTHER:PTN000163021|TAIR:locus:2143024 F Spore coat protein P UniProtKB:P96698|PTN008519715 protein NCBITaxon:224308 20180503 GO_Central unfolded protein binding +UniProtKB P96698 cotP GO:0051259 GO_REF:0000033 IBA PANTHER:PTN000163021|UniProtKB:P27777|UniProtKB:Q41560|TAIR:locus:2025921 P Spore coat protein P UniProtKB:P96698|PTN008519715 protein NCBITaxon:224308 20180503 GO_Central protein complex oligomerization +UniProtKB P17631 dnaJ GO:0051085 GO_REF:0000033 IBA PANTHER:PTN002454318|UniProtKB:P36659|UniProtKB:P08622|TAIR:locus:2162692 P Chaperone protein DnaJ UniProtKB:P17631|PTN001180635 protein NCBITaxon:224308 20231109 GO_Central chaperone cofactor-dependent protein refolding +UniProtKB P17631 dnaJ GO:0051082 GO_REF:0000033 IBA PANTHER:PTN002454318|UniProtKB:P08622|SGD:S000001878 F Chaperone protein DnaJ UniProtKB:P17631|PTN001180635 protein NCBITaxon:224308 20181029 GO_Central unfolded protein binding +UniProtKB P17631 dnaJ GO:0042026 GO_REF:0000033 IBA PANTHER:PTN002454318|UniProtKB:P08622|SGD:S000001878 P Chaperone protein DnaJ UniProtKB:P17631|PTN001180635 protein NCBITaxon:224308 20181029 GO_Central protein refolding +UniProtKB P17631 dnaJ GO:0005737 GO_REF:0000033 IBA PANTHER:PTN002454318|TAIR:locus:2016234|SGD:S000001878|TAIR:locus:2172374|TAIR:locus:2140035|UniProtKB:P08622|TAIR:locus:2088585|TAIR:locus:2162692|UniProtKB:Q9U0J2|UniProtKB:Q583X4|UniProtKB:A0A1P8BB64|PomBase:SPBC11B10.05c|TAIR:locus:2041258 C Chaperone protein DnaJ UniProtKB:P17631|PTN001180635 protein NCBITaxon:224308 20230112 GO_Central cytoplasm +UniProtKB P17620 ribBA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000481609|UniProtKB:P0A7J0|SGD:S000002895 C Riboflavin biosynthesis protein RibBA UniProtKB:P17620|PTN000481640 protein NCBITaxon:224308 20181004 GO_Central cytosol +UniProtKB P17620 ribBA GO:0009231 GO_REF:0000033 IBA PANTHER:PTN000481609|UniProtKB:P0A7J0|UniProtKB:P0A7I7|TAIR:locus:2173373|CGD:CAL0000192139|SGD:S000002895|SGD:S000000129 P Riboflavin biosynthesis protein RibBA UniProtKB:P17620|PTN000481640 protein NCBITaxon:224308 20220924 GO_Central riboflavin biosynthetic process +UniProtKB P17620 ribBA GO:0003935 GO_REF:0000033 IBA PANTHER:PTN000481639|UniProtKB:P0A7I7 F Riboflavin biosynthesis protein RibBA UniProtKB:P17620|PTN000481640 protein NCBITaxon:224308 20181004 GO_Central GTP cyclohydrolase II activity +UniProtKB P17618 ribD GO:0008835 GO_REF:0000033 IBA PANTHER:PTN002254009|UniProtKB:P25539|TAIR:locus:2133074 F Riboflavin biosynthesis protein RibD UniProtKB:P17618|PTN000118316 protein NCBITaxon:224308 20200807 GO_Central diaminohydroxyphosphoribosylaminopyrimidine deaminase activity +UniProtKB P42921 rplD GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000078778|SGD:S000004487 F 50S ribosomal protein L4 UniProtKB:P42921|PTN000078849 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome +UniProtKB O05509 gmuR GO:0045892 GO_REF:0000033 IBA PANTHER:PTN000746727|UniProtKB:P13669 P HTH-type transcriptional regulator GmuR UniProtKB:O05509|PTN000203767 protein NCBITaxon:224308 20180118 GO_Central negative regulation of DNA-templated transcription +UniProtKB O05508 gmuD GO:0008422 GO_REF:0000033 IBA PANTHER:PTN000039458|TAIR:locus:2180597|UniProtKB:P09848|TAIR:locus:2201502|UniProtKB:O80689|TAIR:locus:2015338|RGD:620823|TAIR:locus:2084319|TAIR:locus:2033928|UniProtKB:Q75I94|UniProtKB:Q7XKV4|UniProtKB:Q75I93|TAIR:locus:2083524|TAIR:locus:2018179|TAIR:locus:2036873|TAIR:locus:2201492|UniProtKB:Q7XSK0|UniProtKB:P49235|UniProtKB:A3BMZ5|UniProtKB:Q7XSK2|UniProtKB:Q8L7J2|UniProtKB:P11988|TAIR:locus:2092767|UniProtKB:Q9H227 F 6-phospho-beta-glucosidase GmuD UniProtKB:O05508|PTN000039759 protein NCBITaxon:224308 20220413 GO_Central beta-glucosidase activity +UniProtKB O05508 gmuD GO:0016052 GO_REF:0000033 IBA PANTHER:PTN000039749|UniProtKB:P24240 P 6-phospho-beta-glucosidase GmuD UniProtKB:O05508|PTN000039759 protein NCBITaxon:224308 20230405 GO_Central carbohydrate catabolic process +UniProtKB O05508 gmuD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000039749|UniProtKB:Q46829 C 6-phospho-beta-glucosidase GmuD UniProtKB:O05508|PTN000039759 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O05507 gmuC GO:1901264 GO_REF:0000033 IBA PANTHER:PTN002144764|UniProtKB:P17334 P PTS system oligo-beta-mannoside-specific EIIC component UniProtKB:O05507|PTN002144794 protein NCBITaxon:224308 20190829 GO_Central carbohydrate derivative transport +UniProtKB O05507 gmuC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002144764|UniProtKB:P17334 C PTS system oligo-beta-mannoside-specific EIIC component UniProtKB:O05507|PTN002144794 protein NCBITaxon:224308 20190829 GO_Central plasma membrane +UniProtKB O05495 ydhD GO:0009313 GO_REF:0000033 IBA PANTHER:PTN005294880|RGD:621338 P Putative sporulation-specific glycosylase YdhD UniProtKB:O05495|PTN000126905 protein NCBITaxon:224308 20220331 GO_Central oligosaccharide catabolic process +UniProtKB O05413 yrpB GO:0018580 GO_REF:0000033 IBA PANTHER:PTN001284536|UniProtKB:Q9HWH9 F Probable nitronate monooxygenase UniProtKB:O05413|PTN000795204 protein NCBITaxon:224308 20180620 GO_Central nitronate monooxygenase activity +UniProtKB O05412 yrpC GO:0047661 GO_REF:0000033 IBA PANTHER:PTN001465973|UniProtKB:P22634|UniProtKB:P9WPW9 F Glutamate racemase 2 UniProtKB:O05412|PTN000476350 protein NCBITaxon:224308 20170228 GO_Central amino-acid racemase activity +UniProtKB O05412 yrpC GO:0009252 GO_REF:0000033 IBA PANTHER:PTN001465973|UniProtKB:P9WPW9|UniProtKB:P22634 P Glutamate racemase 2 UniProtKB:O05412|PTN000476350 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan biosynthetic process +UniProtKB O05409 sigZ GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002455017|UniProtKB:O53590|UniProtKB:G3XCV1|UniProtKB:P9WGH9|UniProtKB:P9WGH1|UniProtKB:Q9KPA6|UniProtKB:P9WGH5|UniProtKB:P0AGB6 P RNA polymerase sigma factor SigZ UniProtKB:O05409|PTN001249284 protein NCBITaxon:224308 20230517 GO_Central regulation of DNA-templated transcription +UniProtKB O05409 sigZ GO:0016987 GO_REF:0000033 IBA PANTHER:PTN002455017|UniProtKB:P9WGH5|UniProtKB:Q9I5P9|UniProtKB:Q9I646|UniProtKB:P23484|UniProtKB:Q9I6Y3|UniProtKB:Q06198|UniProtKB:P9WGG7|UniProtKB:Q9HZV1|UniProtKB:Q9I114|UniProtKB:P9WGG9|UniProtKB:Q9HUR7|UniProtKB:Q9I222|UniProtKB:Q9I2W5|UniProtKB:Q7AKG9|UniProtKB:Q9I265|UniProtKB:Q9I193|UniProtKB:G3XCV1 F RNA polymerase sigma factor SigZ UniProtKB:O05409|PTN001249284 protein NCBITaxon:224308 20230517 GO_Central sigma factor activity +UniProtKB O05408 yrpG GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000199613|UniProtKB:P77735|UniProtKB:P76187 C Uncharacterized oxidoreductase YrpG UniProtKB:O05408|PTN000199612 protein NCBITaxon:224308 20170616 GO_Central cytosol +UniProtKB O05407 yraO GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000031793|MGI:MGI:1276558|RGD:628786|SGD:S000005296|SGD:S000000633|ZFIN:ZDB-GENE-031222-3|UniProtKB:Q13183|UniProtKB:Q8WWT9|RGD:61920|MGI:MGI:3037150|MGI:MGI:2149635 P Uncharacterized transporter YraO UniProtKB:O05407|PTN000032060 protein NCBITaxon:224308 20231108 GO_Central transmembrane transport +UniProtKB O05407 yraO GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000031793|RGD:631374|RGD:61919|SGD:S000003734|RGD:61920|UniProtKB:Q8WWT9|UniProtKB:Q13183|SGD:S000000633|UniProtKB:Q86YT5|FB:FBgn0036816 C Uncharacterized transporter YraO UniProtKB:O05407|PTN000032060 protein NCBITaxon:224308 20230926 GO_Central plasma membrane +UniProtKB O05407 yraO GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000031793|WB:WBGene00003518|SGD:S000000633|UniProtKB:Q13183|UniProtKB:Q8WWT9|RGD:61920|SGD:S000003734|RGD:61919|TAIR:locus:2168988|MGI:MGI:1276558|SGD:S000005296|UniProtKB:Q9BZW2|WB:WBGene00003519|ZFIN:ZDB-GENE-031222-3|MGI:MGI:1859937|MGI:MGI:3037150|MGI:MGI:2149635|RGD:631374|UniProtKB:Q9UKG4|FB:FBgn0036816|RGD:628786|UniProtKB:Q86YT5|WB:WBGene00003517 F Uncharacterized transporter YraO UniProtKB:O05407|PTN000032060 protein NCBITaxon:224308 20230926 GO_Central transmembrane transporter activity +UniProtKB O05406 yrhP GO:0006865 GO_REF:0000033 IBA PANTHER:PTN008624050|UniProtKB:P38101|UniProtKB:P0AG38|UniProtKB:P76249|UniProtKB:P11667|UniProtKB:P0AG34 P Uncharacterized membrane protein YrhP UniProtKB:O05406|PTN002012929 protein NCBITaxon:224308 20211112 GO_Central amino acid transport +UniProtKB O05406 yrhP GO:0015171 GO_REF:0000033 IBA PANTHER:PTN008624050|UniProtKB:P0AG38|UniProtKB:P76249|UniProtKB:P0AG34|UniProtKB:P11667 F Uncharacterized membrane protein YrhP UniProtKB:O05406|PTN002012929 protein NCBITaxon:224308 20211112 GO_Central amino acid transmembrane transporter activity +UniProtKB O05404 sigV GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002455017|UniProtKB:O53590|UniProtKB:G3XCV1|UniProtKB:P9WGH9|UniProtKB:P9WGH1|UniProtKB:Q9KPA6|UniProtKB:P9WGH5|UniProtKB:P0AGB6 P RNA polymerase sigma factor SigV UniProtKB:O05404|PTN001575418 protein NCBITaxon:224308 20230517 GO_Central regulation of DNA-templated transcription +UniProtKB O05404 sigV GO:0016987 GO_REF:0000033 IBA PANTHER:PTN002455017|UniProtKB:P9WGH5|UniProtKB:Q9I5P9|UniProtKB:Q9I646|UniProtKB:P23484|UniProtKB:Q9I6Y3|UniProtKB:Q06198|UniProtKB:P9WGG7|UniProtKB:Q9HZV1|UniProtKB:Q9I114|UniProtKB:P9WGG9|UniProtKB:Q9HUR7|UniProtKB:Q9I222|UniProtKB:Q9I2W5|UniProtKB:Q7AKG9|UniProtKB:Q9I265|UniProtKB:Q9I193|UniProtKB:G3XCV1 F RNA polymerase sigma factor SigV UniProtKB:O05404|PTN001575418 protein NCBITaxon:224308 20230517 GO_Central sigma factor activity +UniProtKB O05402 yrhL GO:0016020 GO_REF:0000033 IBA PANTHER:PTN000546715|WB:WBGene00044617 C Putative peptidoglycan O-acetyltransferase YrhL UniProtKB:O05402|PTN000546842 protein NCBITaxon:224308 20170228 GO_Central membrane +UniProtKB O05402 yrhL GO:0009103 GO_REF:0000033 IBA PANTHER:PTN000546841|UniProtKB:Q9HTB2 P Putative peptidoglycan O-acetyltransferase YrhL UniProtKB:O05402|PTN000546842 protein NCBITaxon:224308 20170228 GO_Central lipopolysaccharide biosynthetic process +UniProtKB O05400 yrhH GO:0008168 GO_REF:0000033 IBA PANTHER:PTN008676703|UniProtKB:Q9H8H3|UniProtKB:P9WIN3|UniProtKB:P36999|UniProtKB:Q9HW23 F Putative methyltransferase YrhH UniProtKB:O05400|PTN001297842 protein NCBITaxon:224308 20230604 GO_Central methyltransferase activity +UniProtKB O05399 yrhG GO:0015724 GO_REF:0000033 IBA PANTHER:PTN000775620|UniProtKB:P0AC23 P Uncharacterized transporter YrhG UniProtKB:O05399|PTN000775621 protein NCBITaxon:224308 20230406 GO_Central formate transport +UniProtKB O05399 yrhG GO:0015499 GO_REF:0000033 IBA PANTHER:PTN000775620|UniProtKB:P0AC23 F Uncharacterized transporter YrhG UniProtKB:O05399|PTN000775621 protein NCBITaxon:224308 20230406 GO_Central formate transmembrane transporter activity +UniProtKB O05394 mccB GO:0030170 GO_REF:0000033 IBA PANTHER:PTN000211590|UniProtKB:P00935|UniProtKB:P32929 F Cystathionine gamma-lyase UniProtKB:O05394|PTN000211712 protein NCBITaxon:224308 20170228 GO_Central pyridoxal phosphate binding +UniProtKB O05394 mccB GO:0019343 GO_REF:0000033 IBA PANTHER:PTN000211591|SGD:S000000010|UniProtKB:P32929|UniProtKB:C8VM61|UniProtKB:P9WGB7 P Cystathionine gamma-lyase UniProtKB:O05394|PTN000211712 protein NCBITaxon:224308 20220922 GO_Central cysteine biosynthetic process via cystathionine +UniProtKB O05394 mccB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000211590|SGD:S000001154|TAIR:locus:2019449|TAIR:locus:2080605|SGD:S000003152 C Cystathionine gamma-lyase UniProtKB:O05394|PTN000211712 protein NCBITaxon:224308 20200808 GO_Central cytoplasm +UniProtKB O05394 mccB GO:0019346 GO_REF:0000033 IBA PANTHER:PTN000211590|UniProtKB:C8VM61|SGD:S000003152|SGD:S000000010|UniProtKB:P32929 P Cystathionine gamma-lyase UniProtKB:O05394|PTN000211712 protein NCBITaxon:224308 20220922 GO_Central transsulfuration +UniProtKB O05394 mccB GO:0003962 GO_REF:0000033 IBA PANTHER:PTN000211711|UniProtKB:P00935|UniProtKB:P9WGB7 F Cystathionine gamma-lyase UniProtKB:O05394|PTN000211712 protein NCBITaxon:224308 20181107 GO_Central cystathionine gamma-synthase activity +UniProtKB O05394 mccB GO:0004123 GO_REF:0000033 IBA PANTHER:PTN000211591|UniProtKB:C8VM61|UniProtKB:P9WGB7|UniProtKB:O05394|MGI:MGI:1339968|SGD:S000000010|UniProtKB:P32929 F Cystathionine gamma-lyase UniProtKB:O05394|PTN000211712 protein NCBITaxon:224308 20220922 GO_Central cystathionine gamma-lyase activity +UniProtKB P17922 pheT GO:0009328 GO_REF:0000033 IBA PANTHER:PTN000101805|UniProtKB:P07395|SGD:S000004050|UniProtKB:Q9NSD9 C Phenylalanine--tRNA ligase beta subunit UniProtKB:P17922|PTN000101916 protein NCBITaxon:224308 20170228 GO_Central phenylalanine-tRNA ligase complex +UniProtKB P17922 pheT GO:0006432 GO_REF:0000033 IBA PANTHER:PTN000101805|UniProtKB:Q9NSD9|FB:FBgn0039175|SGD:S000004050|UniProtKB:P07395 P Phenylalanine--tRNA ligase beta subunit UniProtKB:P17922|PTN000101916 protein NCBITaxon:224308 20170228 GO_Central phenylalanyl-tRNA aminoacylation +UniProtKB P17922 pheT contributes_to GO:0004826 GO_REF:0000033 IBA PANTHER:PTN000101805|SGD:S000004050 F Phenylalanine--tRNA ligase beta subunit UniProtKB:P17922|PTN000101916 protein NCBITaxon:224308 20170228 GO_Central phenylalanine-tRNA ligase activity +UniProtKB P17921 pheS GO:0006432 GO_REF:0000033 IBA PANTHER:PTN000165932|FB:FBgn0030007|UniProtKB:Q9Y285|UniProtKB:O95363|UniProtKB:C6KSN5|SGD:S000006251|FB:FBgn0275436|SGD:S000001872|UniProtKB:P08312 P Phenylalanine--tRNA ligase alpha subunit UniProtKB:P17921|PTN000166101 protein NCBITaxon:224308 20230110 GO_Central phenylalanyl-tRNA aminoacylation +UniProtKB P17921 pheS GO:0004826 GO_REF:0000033 IBA PANTHER:PTN000165932|SGD:S000006251|FB:FBgn0275436|UniProtKB:O95363|UniProtKB:Q9Y285|FB:FBgn0030007|UniProtKB:C6KSN5 F Phenylalanine--tRNA ligase alpha subunit UniProtKB:P17921|PTN000166101 protein NCBITaxon:224308 20230110 GO_Central phenylalanine-tRNA ligase activity +UniProtKB P17921 pheS GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000165932|SGD:S000001872|UniProtKB:P08312|SGD:S000006251|RGD:1310314|UniProtKB:C6KSN5|UniProtKB:Q8I5A1|TAIR:locus:2085455|RGD:1309416|UniProtKB:Q9Y285 C Phenylalanine--tRNA ligase alpha subunit UniProtKB:P17921|PTN000166101 protein NCBITaxon:224308 20230110 GO_Central cytoplasm +UniProtKB P17903 rsbV GO:0043856 GO_REF:0000033 IBA PANTHER:PTN002127014|UniProtKB:P9WGE3|UniProtKB:P9WGE1 F Anti-sigma-B factor antagonist UniProtKB:P17903|PTN002127053 protein NCBITaxon:224308 20170413 GO_Central anti-sigma factor antagonist activity +UniProtKB P17894 recN GO:0009432 GO_REF:0000033 IBA PANTHER:PTN000114910|UniProtKB:P44496|UniProtKB:P05824 P DNA repair protein RecN UniProtKB:P17894|PTN000114917 protein NCBITaxon:224308 20181001 GO_Central SOS response +UniProtKB P17894 recN GO:0009314 GO_REF:0000033 IBA PANTHER:PTN000114910|UniProtKB:P05824 P DNA repair protein RecN UniProtKB:P17894|PTN000114917 protein NCBITaxon:224308 20200807 GO_Central response to radiation +UniProtKB P17889 infB GO:0006413 GO_REF:0000033 IBA PANTHER:PTN001897651|TAIR:locus:2020427|PomBase:SPBC1271.15c|CGD:CAL0000190309|UniProtKB:P0A705|UniProtKB:P46198|SGD:S000000033|UniProtKB:Q9HV55 P Translation initiation factor IF-2 UniProtKB:P17889|PTN000562020 protein NCBITaxon:224308 20230604 GO_Central translational initiation +UniProtKB P17889 infB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN001897651|UniProtKB:Q586X2|UniProtKB:P0A705|TAIR:locus:2020427|UniProtKB:O60841|UniProtKB:Q57WE3|UniProtKB:Q8IBA3|UniProtKB:Q57TS5|UniProtKB:P46199|UniProtKB:Q8IEJ7|PomBase:SPBC1271.15c|SGD:S000000033|SGD:S000005383|UniProtKB:Q8I3U2 C Translation initiation factor IF-2 UniProtKB:P17889|PTN000562020 protein NCBITaxon:224308 20230604 GO_Central cytoplasm +UniProtKB P17889 infB GO:0003743 GO_REF:0000033 IBA PANTHER:PTN001897651|PomBase:SPBC1271.15c|TAIR:locus:2020427|CGD:CAL0000190309|UniProtKB:P0A705|SGD:S000005383|SGD:S000000033|UniProtKB:O60841 F Translation initiation factor IF-2 UniProtKB:P17889|PTN000562020 protein NCBITaxon:224308 20230604 GO_Central translation initiation factor activity +UniProtKB P17869 sigH GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001251781|UniProtKB:P9WGI3|UniProtKB:P0AEM6|UniProtKB:P06574 P RNA polymerase sigma-H factor UniProtKB:P17869|PTN001251825 protein NCBITaxon:224308 20230406 GO_Central regulation of DNA-templated transcription +UniProtKB P17820 dnaK GO:0016887 GO_REF:0000033 IBA PANTHER:PTN008570368|MGI:MGI:105384|PomBase:SPAC664.11|RGD:621725|UniProtKB:K7NTP5|UniProtKB:P0A6Z1|SGD:S000005153|SGD:S000003571|UniProtKB:P17066|FB:FBgn0001218|UniProtKB:P0DMV8|UniProtKB:P77319|WB:WBGene00002005|UniProtKB:Q57VR7|SGD:S000003806|UniProtKB:P11021|SGD:S000002388|SGD:S000000004|SGD:S000000171|SGD:S000004361|UniProtKB:P0DMV9|UniProtKB:Q8IB24 F Chaperone protein DnaK UniProtKB:P17820|PTN000453406 protein NCBITaxon:224308 20231109 GO_Central ATP hydrolysis activity +UniProtKB P17820 dnaK GO:0051085 GO_REF:0000033 IBA PANTHER:PTN008570368|MGI:MGI:105384|UniProtKB:P0A6Y8 P Chaperone protein DnaK UniProtKB:P17820|PTN000453406 protein NCBITaxon:224308 20230111 GO_Central chaperone cofactor-dependent protein refolding +UniProtKB P17820 dnaK GO:0031072 GO_REF:0000033 IBA PANTHER:PTN008570368|UniProtKB:P0DMV8|RGD:1311806|UniProtKB:K7NTP5|UniProtKB:P11142|UniProtKB:P17066|UniProtKB:P34931|UniProtKB:P0DMV9|UniProtKB:Q8IB24 F Chaperone protein DnaK UniProtKB:P17820|PTN000453406 protein NCBITaxon:224308 20230603 GO_Central heat shock protein binding +UniProtKB P17820 dnaK GO:0044183 GO_REF:0000033 IBA PANTHER:PTN008570368|MGI:MGI:95835|UniProtKB:P0DMV9|MGI:MGI:99517|UniProtKB:P0A6Y8|UniProtKB:P0DMV8|MGI:MGI:96244 F Chaperone protein DnaK UniProtKB:P17820|PTN000453406 protein NCBITaxon:224308 20230603 GO_Central protein folding chaperone +UniProtKB P17820 dnaK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN008570660|UniProtKB:P0A6Z1|UniProtKB:P0A6Y8 C Chaperone protein DnaK UniProtKB:P17820|PTN000453406 protein NCBITaxon:224308 20221122 GO_Central cytosol +UniProtKB P17820 dnaK GO:0042026 GO_REF:0000033 IBA PANTHER:PTN008570368|UniProtKB:P11142|UniProtKB:P17066|UniProtKB:P34931|UniProtKB:P0DMV9|UniProtKB:P0DMV8|UniProtKB:P54652|SGD:S000003806|SGD:S000000004 P Chaperone protein DnaK UniProtKB:P17820|PTN000453406 protein NCBITaxon:224308 20221122 GO_Central protein refolding +UniProtKB P12310 gdh GO:0016616 GO_REF:0000033 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:Q8N4T8|UniProtKB:P0AEK2|UniProtKB:O54438|SGD:S000001538|UniProtKB:P0AG84|UniProtKB:Q8I2S7|TAIR:locus:2024021|UniProtKB:P9WGT1|CGD:CAL0000174204|UniProtKB:P37769|UniProtKB:Q92506|UniProtKB:P05707 F Glucose 1-dehydrogenase UniProtKB:P12310|PTN001215593 protein NCBITaxon:224308 20230111 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB P12878 rpsN1 GO:0006412 GO_REF:0000033 IBA PANTHER:PTN000457003|UniProtKB:O60783 P 30S ribosomal protein S14 UniProtKB:P12878|PTN000457073 protein NCBITaxon:224308 20170228 GO_Central translation +UniProtKB P12878 rpsN1 GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000457003|SGD:S000006370|UniProtKB:P0AG59 F 30S ribosomal protein S14 UniProtKB:P12878|PTN000457073 protein NCBITaxon:224308 20200808 GO_Central structural constituent of ribosome +UniProtKB P12878 rpsN1 GO:0015935 GO_REF:0000033 IBA PANTHER:PTN000457003|SGD:S000006370|UniProtKB:O60783|UniProtKB:P0AG59 C 30S ribosomal protein S14 UniProtKB:P12878|PTN000457073 protein NCBITaxon:224308 20200808 GO_Central small ribosomal subunit +UniProtKB P12875 rplN GO:0070180 GO_REF:0000033 IBA PANTHER:PTN000205184|UniProtKB:P0ADY3 F 50S ribosomal protein L14 UniProtKB:P12875|PTN000205309 protein NCBITaxon:224308 20170228 GO_Central large ribosomal subunit rRNA binding +UniProtKB P12875 rplN GO:0022625 GO_REF:0000033 IBA PANTHER:PTN000205184|SGD:S000000183|RGD:62067|SGD:S000000919|MGI:MGI:1929455|UniProtKB:P62829|UniProtKB:P0ADY3 C 50S ribosomal protein L14 UniProtKB:P12875|PTN000205309 protein NCBITaxon:224308 20211216 GO_Central cytosolic large ribosomal subunit +UniProtKB P12875 rplN GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000205184|UniProtKB:P62829|MGI:MGI:1929455|FB:FBgn0010078|SGD:S000001653 F 50S ribosomal protein L14 UniProtKB:P12875|PTN000205309 protein NCBITaxon:224308 20230405 GO_Central structural constituent of ribosome +UniProtKB P12874 rpsQ GO:0022627 GO_REF:0000033 IBA PANTHER:PTN000078534|UniProtKB:P0AG63|UniProtKB:P62280|SGD:S000002432|RGD:621026|MGI:MGI:1351329|SGD:S000000252 C 30S ribosomal protein S17 UniProtKB:P12874|PTN000078655 protein NCBITaxon:224308 20230405 GO_Central cytosolic small ribosomal subunit +UniProtKB P12874 rpsQ GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000078534|SGD:S000004800|UniProtKB:P62280|UniProtKB:P0AG63|SGD:S000000252|SGD:S000002432|FB:FBgn0033699|MGI:MGI:1351329 F 30S ribosomal protein S17 UniProtKB:P12874|PTN000078655 protein NCBITaxon:224308 20230405 GO_Central structural constituent of ribosome +UniProtKB P12873 rpmC GO:0022625 GO_REF:0000033 IBA PANTHER:PTN000099513|UniProtKB:P0A7M6 C 50S ribosomal protein L29 UniProtKB:P12873|PTN000099534 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P12048 purH GO:0004643 GO_REF:0000033 IBA PANTHER:PTN000190296|SGD:S000004018|PomBase:SPCPB16A4.03c|MGI:MGI:1351352|RGD:70879|SGD:S000004727 F Bifunctional purine biosynthesis protein PurH UniProtKB:P12048|PTN000190364 protein NCBITaxon:224308 20230405 GO_Central phosphoribosylaminoimidazolecarboxamide formyltransferase activity +UniProtKB P12048 purH GO:0003937 GO_REF:0000033 IBA PANTHER:PTN000190296|PomBase:SPCPB16A4.03c|SGD:S000004018|MGI:MGI:1351352|UniProtKB:P31939|SGD:S000004727|RGD:70879 F Bifunctional purine biosynthesis protein PurH UniProtKB:P12048|PTN000190364 protein NCBITaxon:224308 20230405 GO_Central IMP cyclohydrolase activity +UniProtKB P12048 purH GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000190296|SGD:S000004018|UniProtKB:P15639|UniProtKB:P31939|SGD:S000004727 C Bifunctional purine biosynthesis protein PurH UniProtKB:P12048|PTN000190364 protein NCBITaxon:224308 20190208 GO_Central cytosol +UniProtKB P12048 purH GO:0006189 GO_REF:0000033 IBA PANTHER:PTN000190296|SGD:S000004727|RGD:70879|UniProtKB:P31939|MGI:MGI:1351352|PomBase:SPCPB16A4.03c|SGD:S000004018 P Bifunctional purine biosynthesis protein PurH UniProtKB:P12048|PTN000190364 protein NCBITaxon:224308 20211215 GO_Central 'de novo' IMP biosynthetic process +UniProtKB P12047 purB GO:0070626 GO_REF:0000033 IBA PANTHER:PTN000154581|UniProtKB:P30566|MGI:MGI:103202|RGD:1307617|PomBase:SPBC14F5.09c F Adenylosuccinate lyase UniProtKB:P12047|PTN000154659 protein NCBITaxon:224308 20211218 GO_Central (S)-2-(5-amino-1-(5-phospho-D-ribosyl)imidazole-4-carboxamido) succinate lyase (fumarate-forming) activity +UniProtKB P12047 purB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000154581|UniProtKB:P30566 C Adenylosuccinate lyase UniProtKB:P12047|PTN000154659 protein NCBITaxon:224308 20230604 GO_Central cytosol +UniProtKB P12047 purB GO:0004018 GO_REF:0000033 IBA PANTHER:PTN000154581|MGI:MGI:103202|UniProtKB:P12047|SGD:S000004351|PomBase:SPBC14F5.09c|RGD:1307617 F Adenylosuccinate lyase UniProtKB:P12047|PTN000154659 protein NCBITaxon:224308 20230112 GO_Central N6-(1,2-dicarboxyethyl)AMP AMP-lyase (fumarate-forming) activity +UniProtKB P12047 purB GO:0044208 GO_REF:0000033 IBA PANTHER:PTN000154581|PomBase:SPBC14F5.09c|MGI:MGI:103202 P Adenylosuccinate lyase UniProtKB:P12047|PTN000154659 protein NCBITaxon:224308 20220925 GO_Central 'de novo' AMP biosynthetic process +UniProtKB P12043 purM GO:0004637 GO_REF:0000033 IBA PANTHER:PTN000055158|MGI:MGI:95654|RGD:1308717|PomBase:SPBC405.01|FB:FBgn0000053 F Phosphoribosylformylglycinamidine cyclo-ligase UniProtKB:P12043|PTN001314982 protein NCBITaxon:224308 20210903 GO_Central phosphoribosylamine-glycine ligase activity +UniProtKB P12043 purM GO:0006164 GO_REF:0000033 IBA PANTHER:PTN000055158|UniProtKB:P22102|MGI:MGI:95654|PomBase:SPBC405.01|TAIR:locus:2097203 P Phosphoribosylformylglycinamidine cyclo-ligase UniProtKB:P12043|PTN001314982 protein NCBITaxon:224308 20211215 GO_Central purine nucleotide biosynthetic process +UniProtKB P12043 purM GO:0004641 GO_REF:0000033 IBA PANTHER:PTN000055158|UniProtKB:P22102|FB:FBgn0000053|UniProtKB:P08178|RGD:1308717|TAIR:locus:2097203|PomBase:SPBC405.01 F Phosphoribosylformylglycinamidine cyclo-ligase UniProtKB:P12043|PTN001314982 protein NCBITaxon:224308 20211215 GO_Central phosphoribosylformylglycinamidine cyclo-ligase activity +UniProtKB P12043 purM GO:0046084 GO_REF:0000033 IBA PANTHER:PTN000055158|CGD:CAL0000199243 P Phosphoribosylformylglycinamidine cyclo-ligase UniProtKB:P12043|PTN001314982 protein NCBITaxon:224308 20180316 GO_Central adenine biosynthetic process +UniProtKB P12043 purM GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000055158|MGI:MGI:95654|UniProtKB:P22102|UniProtKB:P08178 C Phosphoribosylformylglycinamidine cyclo-ligase UniProtKB:P12043|PTN001314982 protein NCBITaxon:224308 20211215 GO_Central cytosol +UniProtKB P12040 purN GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000055315|UniProtKB:P08179 C Phosphoribosylglycinamide formyltransferase UniProtKB:P12040|PTN000055312 protein NCBITaxon:224308 20170421 GO_Central cytosol +UniProtKB P12040 purN GO:0006189 GO_REF:0000033 IBA PANTHER:PTN000055290|SGD:S000002816 P Phosphoribosylglycinamide formyltransferase UniProtKB:P12040|PTN000055312 protein NCBITaxon:224308 20170421 GO_Central 'de novo' IMP biosynthetic process +UniProtKB P12040 purN GO:0004644 GO_REF:0000033 IBA PANTHER:PTN000055290|UniProtKB:P08179|TAIR:locus:2029554|SGD:S000002816 F Phosphoribosylglycinamide formyltransferase UniProtKB:P12040|PTN000055312 protein NCBITaxon:224308 20170421 GO_Central phosphoribosylglycinamide formyltransferase activity +UniProtKB P12040 purN GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000055290|UniProtKB:P08179 C Phosphoribosylglycinamide formyltransferase UniProtKB:P12040|PTN000055312 protein NCBITaxon:224308 20200810 GO_Central cytoplasm +UniProtKB P12013 gntZ GO:0046177 GO_REF:0000033 IBA PANTHER:PTN000211910|PomBase:SPBC660.16|UniProtKB:P00350 P 6-phosphogluconate dehydrogenase, NAD(+)-dependent, decarboxylating UniProtKB:P12013|PTN000212015 protein NCBITaxon:224308 20190221 GO_Central D-gluconate catabolic process +UniProtKB P12013 gntZ GO:0004616 GO_REF:0000033 IBA PANTHER:PTN000211910|UniProtKB:Q8IKT2|MGI:MGI:97553|SGD:S000003488|TAIR:locus:2074577|PomBase:SPBC660.16|RGD:1583832|UniProtKB:P00350|SGD:S000001226 F 6-phosphogluconate dehydrogenase, NAD(+)-dependent, decarboxylating UniProtKB:P12013|PTN000212015 protein NCBITaxon:224308 20230110 GO_Central phosphogluconate dehydrogenase (decarboxylating) activity +UniProtKB P12013 gntZ GO:0050661 GO_REF:0000033 IBA PANTHER:PTN000211910|PomBase:SPBC660.16|RGD:1583832 F 6-phosphogluconate dehydrogenase, NAD(+)-dependent, decarboxylating UniProtKB:P12013|PTN000212015 protein NCBITaxon:224308 20190221 GO_Central NADP binding +UniProtKB P12013 gntZ GO:0009051 GO_REF:0000033 IBA PANTHER:PTN000211910|TAIR:locus:2024542|UniProtKB:P52209|SGD:S000003488|MGI:MGI:97553|RGD:1583832|SGD:S000001226|TAIR:locus:2160422|PomBase:SPBC660.16 P 6-phosphogluconate dehydrogenase, NAD(+)-dependent, decarboxylating UniProtKB:P12013|PTN000212015 protein NCBITaxon:224308 20220922 GO_Central pentose-phosphate shunt, oxidative branch +UniProtKB P12013 gntZ GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000211910|TAIR:locus:2024542|TAIR:locus:2160422|UniProtKB:P00350|TAIR:locus:2074577|CGD:CAL0000188008|MGI:MGI:97553 C 6-phosphogluconate dehydrogenase, NAD(+)-dependent, decarboxylating UniProtKB:P12013|PTN000212015 protein NCBITaxon:224308 20220922 GO_Central cytosol +UniProtKB P12012 gntP GO:0035429 GO_REF:0000033 IBA PANTHER:PTN000769107|UniProtKB:P39835|UniProtKB:P0AC94 P Gluconate permease UniProtKB:P12012|PTN000769110 protein NCBITaxon:224308 20230406 GO_Central gluconate transmembrane transport +UniProtKB P12012 gntP GO:0015128 GO_REF:0000033 IBA PANTHER:PTN000769107|UniProtKB:P39835|UniProtKB:P0AC94|UniProtKB:P39344 F Gluconate permease UniProtKB:P12012|PTN000769110 protein NCBITaxon:224308 20230406 GO_Central gluconate transmembrane transporter activity +UniProtKB P23054 tetB GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|UniProtKB:E9R876|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|UniProtKB:Q8X1Z7|PomBase:SPBC3E7.06c|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|SGD:S000001039|SGD:S000005518|SGD:S000001032|SGD:S000003456|SGD:S000004694|CGD:CAL0000196424|SGD:S000000791 F Tetracycline resistance protein UniProtKB:P23054|PTN000606467 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB P23054 tetB GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|UniProtKB:P52600|PomBase:SPBC460.03|PomBase:SPBC3E7.06c|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000003456|SGD:S000001813 P Tetracycline resistance protein UniProtKB:P23054|PTN000606467 protein NCBITaxon:224308 20220924 GO_Central transmembrane transport +UniProtKB P23445 fliI GO:0045261 GO_REF:0000033 IBA PANTHER:PTN008558586|UniProtKB:P0ABB4|PomBase:SPAC222.12c|UniProtKB:Q57XX1|RGD:621368|SGD:S000003882|TAIR:locus:504956338|TAIR:locus:505006590 C Flagellum-specific ATP synthase UniProtKB:P23445|PTN000390098 protein NCBITaxon:224308 20230111 GO_Central proton-transporting ATP synthase complex, catalytic core F(1) +UniProtKB P23445 fliI contributes_to GO:0046933 GO_REF:0000033 IBA PANTHER:PTN008558586|UniProtKB:P06576|UniProtKB:P0ABB4|SGD:S000003882|PomBase:SPAC222.12c F Flagellum-specific ATP synthase UniProtKB:P23445|PTN000390098 protein NCBITaxon:224308 20210317 GO_Central proton-transporting ATP synthase activity, rotational mechanism +UniProtKB P23478 addA GO:0033202 GO_REF:0000033 IBA PANTHER:PTN000116196|UniProtKB:P9WMQ1|UniProtKB:P03018 C ATP-dependent helicase/nuclease subunit A UniProtKB:P23478|PTN000116198 protein NCBITaxon:224308 20230405 GO_Central DNA helicase complex +UniProtKB P23478 addA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000869814|UniProtKB:P03018|UniProtKB:P15038 C ATP-dependent helicase/nuclease subunit A UniProtKB:P23478|PTN000116198 protein NCBITaxon:224308 20181129 GO_Central cytosol +UniProtKB P23478 addA GO:0043138 GO_REF:0000033 IBA PANTHER:PTN000116141|UniProtKB:Q8I3W6|CGD:CAL0000191199|UniProtKB:P15038|UniProtKB:Q8NFZ0|TAIR:locus:2117303|SGD:S000003628|UniProtKB:P9WMQ1|SGD:S000005455|PomBase:SPBC336.01 F ATP-dependent helicase/nuclease subunit A UniProtKB:P23478|PTN000116198 protein NCBITaxon:224308 20230110 GO_Central 3'-5' DNA helicase activity +UniProtKB P23478 addA GO:0000725 GO_REF:0000033 IBA PANTHER:PTN000116141|UniProtKB:F1ND48|PomBase:SPAC4H3.05|UniProtKB:P08394|PomBase:SPBC336.01 P ATP-dependent helicase/nuclease subunit A UniProtKB:P23478|PTN000116198 protein NCBITaxon:224308 20230405 GO_Central recombinational repair +UniProtKB P94421 yclQ GO:0030288 GO_REF:0000033 IBA PANTHER:PTN001254050|UniProtKB:P07822|UniProtKB:P0AEL6 C Petrobactin-binding protein YclQ UniProtKB:P94421|PTN001254055 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space +UniProtKB P94556 racE GO:0008881 GO_REF:0000033 IBA PANTHER:PTN000476349|UniProtKB:P22634|UniProtKB:P9WPW9 F Glutamate racemase 1 UniProtKB:P94556|PTN000476342 protein NCBITaxon:224308 20170228 GO_Central glutamate racemase activity +UniProtKB P94556 racE GO:0009252 GO_REF:0000033 IBA PANTHER:PTN001465973|UniProtKB:P9WPW9|UniProtKB:P22634 P Glutamate racemase 1 UniProtKB:P94556|PTN000476342 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan biosynthetic process +UniProtKB P94558 ysnA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000116061|UniProtKB:P52061 C dITP/XTP pyrophosphatase UniProtKB:P94558|PTN000116062 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P94558 ysnA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000115987|UniProtKB:Q9BY32|UniProtKB:P52061 C dITP/XTP pyrophosphatase UniProtKB:P94558|PTN000116062 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB P94558 ysnA GO:0009143 GO_REF:0000033 IBA PANTHER:PTN000115987|SGD:S000003830|MGI:MGI:96622|UniProtKB:P52061|UniProtKB:Q57679 P dITP/XTP pyrophosphatase UniProtKB:P94558|PTN000116062 protein NCBITaxon:224308 20200807 GO_Central nucleoside triphosphate catabolic process +UniProtKB P94558 ysnA GO:0047429 GO_REF:0000033 IBA PANTHER:PTN000115987|UniProtKB:Q57679|UniProtKB:P52061|MGI:MGI:96622|SGD:S000003830 F dITP/XTP pyrophosphatase UniProtKB:P94558|PTN000116062 protein NCBITaxon:224308 20170228 GO_Central nucleoside triphosphate diphosphatase activity +UniProtKB P94576 ywoF GO:0005576 GO_REF:0000033 IBA PANTHER:PTN002219905|UniProtKB:Q5BA93 C Uncharacterized protein YwoF UniProtKB:P94576|PTN000103338 protein NCBITaxon:224308 20230517 GO_Central extracellular region +UniProtKB P94576 ywoF GO:0016837 GO_REF:0000033 IBA PANTHER:PTN002219905|UniProtKB:Q5BA93 F Uncharacterized protein YwoF UniProtKB:P94576|PTN000103338 protein NCBITaxon:224308 20230517 GO_Central carbon-oxygen lyase activity, acting on polysaccharides +UniProtKB P20458 infA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002120760|UniProtKB:P69222 C Translation initiation factor IF-1 UniProtKB:P20458|PTN002120818 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P20458 infA GO:0043022 GO_REF:0000033 IBA PANTHER:PTN002120760|UniProtKB:P69222|UniProtKB:Q8IKE7 F Translation initiation factor IF-1 UniProtKB:P20458|PTN002120818 protein NCBITaxon:224308 20230111 GO_Central ribosome binding +UniProtKB P20668 gltC GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001576272|UniProtKB:Q9K1H8|UniProtKB:Q47141|UniProtKB:P0ACQ4|UniProtKB:P20668|UniProtKB:P23841 F HTH-type transcriptional regulator GltC UniProtKB:P20668|PTN001285649 protein NCBITaxon:224308 20200417 GO_Central DNA-binding transcription factor activity +UniProtKB P20668 gltC GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001576272|UniProtKB:P23841|UniProtKB:P20668|UniProtKB:P0ACQ4|UniProtKB:Q47141|UniProtKB:Q9K1H8 P HTH-type transcriptional regulator GltC UniProtKB:P20668|PTN001285649 protein NCBITaxon:224308 20200930 GO_Central regulation of DNA-templated transcription +UniProtKB P20668 gltC GO:0032993 GO_REF:0000033 IBA PANTHER:PTN001576272|UniProtKB:Q9K1H8 C HTH-type transcriptional regulator GltC UniProtKB:P20668|PTN001285649 protein NCBITaxon:224308 20200417 GO_Central protein-DNA complex +UniProtKB P20277 rplQ GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000373768|UniProtKB:P0AG44|SGD:S000003599 F 50S ribosomal protein L17 UniProtKB:P20277|PTN000373841 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome +UniProtKB P20277 rplQ GO:0022625 GO_REF:0000033 IBA PANTHER:PTN000373840|UniProtKB:P0AG44 C 50S ribosomal protein L17 UniProtKB:P20277|PTN000373841 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P16616 hemC GO:0004418 GO_REF:0000033 IBA PANTHER:PTN000168159|UniProtKB:P06983|MGI:MGI:96112|RGD:2801|UniProtKB:P08397|SGD:S000002364|CGD:CAL0000176208|TAIR:locus:2150758 F Porphobilinogen deaminase UniProtKB:P16616|PTN000168225 protein NCBITaxon:224308 20231108 GO_Central hydroxymethylbilane synthase activity +UniProtKB P16616 hemC GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000168159|UniProtKB:Q8I5V3|TAIR:locus:2150758|RGD:2801|MGI:MGI:96112|UniProtKB:P06983 C Porphobilinogen deaminase UniProtKB:P16616|PTN000168225 protein NCBITaxon:224308 20231108 GO_Central cytoplasm +UniProtKB P16616 hemC GO:0006783 GO_REF:0000033 IBA PANTHER:PTN000168159|CGD:CAL0000176208|SGD:S000002364|UniProtKB:P06983|MGI:MGI:96112|UniProtKB:P08397|UniProtKB:Q8I5V3 P Porphobilinogen deaminase UniProtKB:P16616|PTN000168225 protein NCBITaxon:224308 20231108 GO_Central heme biosynthetic process +UniProtKB P16524 dapX GO:0008483 GO_REF:0000033 IBA PANTHER:PTN002887088|TAIR:locus:2015509|TAIR:locus:2165306|TAIR:locus:2034240|TAIR:locus:2060435|TAIR:locus:2026826 F Probable N-acetyl-LL-diaminopimelate aminotransferase UniProtKB:P16524|PTN000203067 protein NCBITaxon:224308 20210625 GO_Central transaminase activity +UniProtKB P16524 dapX GO:0006520 GO_REF:0000033 IBA PANTHER:PTN002887088|TAIR:locus:2169980|TAIR:locus:2165306|TAIR:locus:2025361|TAIR:locus:2060435|TAIR:locus:2015509|TAIR:locus:2034240|TAIR:locus:2059170 P Probable N-acetyl-LL-diaminopimelate aminotransferase UniProtKB:P16524|PTN000203067 protein NCBITaxon:224308 20230604 GO_Central amino acid metabolic process +UniProtKB P15378 comC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000766410|UniProtKB:P25960|UniProtKB:Q46836|UniProtKB:P22610 C Prepilin leader peptidase/N-methyltransferase UniProtKB:P15378|PTN001253539 protein NCBITaxon:224308 20190116 GO_Central plasma membrane +UniProtKB P15378 comC GO:0006465 GO_REF:0000033 IBA PANTHER:PTN000766410|UniProtKB:P22610 P Prepilin leader peptidase/N-methyltransferase UniProtKB:P15378|PTN001253539 protein NCBITaxon:224308 20190116 GO_Central signal peptide processing +UniProtKB P15378 comC GO:0004190 GO_REF:0000033 IBA PANTHER:PTN000766410|UniProtKB:P22610 F Prepilin leader peptidase/N-methyltransferase UniProtKB:P15378|PTN001253539 protein NCBITaxon:224308 20190116 GO_Central aspartic-type endopeptidase activity +UniProtKB P15874 grpE GO:0051082 GO_REF:0000033 IBA PANTHER:PTN000478264|MGI:MGI:1334416|UniProtKB:Q9HAV7 F Protein GrpE UniProtKB:P15874|PTN000478386 protein NCBITaxon:224308 20170228 GO_Central unfolded protein binding +UniProtKB P15874 grpE GO:0000774 GO_REF:0000033 IBA PANTHER:PTN000478264|SGD:S000005758|UniProtKB:P09372 F Protein GrpE UniProtKB:P15874|PTN000478386 protein NCBITaxon:224308 20170228 GO_Central adenyl-nucleotide exchange factor activity +UniProtKB Q06320 cwlC GO:0008745 GO_REF:0000033 IBA PANTHER:PTN000764114|UniProtKB:P36548|UniProtKB:P26365|UniProtKB:P63883 F Sporulation-specific N-acetylmuramoyl-L-alanine amidase UniProtKB:Q06320|PTN001576592 protein NCBITaxon:224308 20170228 GO_Central N-acetylmuramoyl-L-alanine amidase activity +UniProtKB Q06320 cwlC GO:0000910 GO_REF:0000033 IBA PANTHER:PTN000764114|UniProtKB:P63883|UniProtKB:P26365 P Sporulation-specific N-acetylmuramoyl-L-alanine amidase UniProtKB:Q06320|PTN001576592 protein NCBITaxon:224308 20170228 GO_Central cytokinesis +UniProtKB Q06320 cwlC GO:0030288 GO_REF:0000033 IBA PANTHER:PTN000764114|UniProtKB:P63883|UniProtKB:P36548 C Sporulation-specific N-acetylmuramoyl-L-alanine amidase UniProtKB:Q06320|PTN001576592 protein NCBITaxon:224308 20230111 GO_Central outer membrane-bounded periplasmic space +UniProtKB O05267 yumB GO:0003955 GO_REF:0000033 IBA PANTHER:PTN000531058|UniProtKB:P95160|UniProtKB:Q8GXR9 F NADH dehydrogenase-like protein YumB UniProtKB:O05267|PTN002451772 protein NCBITaxon:224308 20170228 GO_Central NAD(P)H dehydrogenase (quinone) activity +UniProtKB O05267 yumB GO:0019646 GO_REF:0000033 IBA PANTHER:PTN000531058|UniProtKB:P95160 P NADH dehydrogenase-like protein YumB UniProtKB:O05267|PTN002451772 protein NCBITaxon:224308 20170228 GO_Central aerobic electron transport chain +UniProtKB O05239 yugJ GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001691433|UniProtKB:Q46856 C Probable NADH-dependent butanol dehydrogenase 1 UniProtKB:O05239|PTN000161127 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O05239 yugJ GO:0008106 GO_REF:0000033 IBA PANTHER:PTN001691433|UniProtKB:Q46856 F Probable NADH-dependent butanol dehydrogenase 1 UniProtKB:O05239|PTN000161127 protein NCBITaxon:224308 20170228 GO_Central alcohol dehydrogenase (NADP+) activity +UniProtKB O05239 yugJ GO:1990002 GO_REF:0000033 IBA PANTHER:PTN001691433|UniProtKB:Q46856 F Probable NADH-dependent butanol dehydrogenase 1 UniProtKB:O05239|PTN000161127 protein NCBITaxon:224308 20170228 GO_Central methylglyoxal reductase (NADPH-dependent, acetol producing) +UniProtKB O05239 yugJ GO:0018455 GO_REF:0000033 IBA PANTHER:PTN001691433|UniProtKB:Q46856 F Probable NADH-dependent butanol dehydrogenase 1 UniProtKB:O05239|PTN000161127 protein NCBITaxon:224308 20170228 GO_Central alcohol dehydrogenase [NAD(P)+] activity +UniProtKB O05227 mrpG GO:0015385 GO_REF:0000033 IBA PANTHER:PTN002162936|UniProtKB:Q9I4R5 F Na(+)/H(+) antiporter subunit G UniProtKB:O05227|PTN002162957 protein NCBITaxon:224308 20180315 GO_Central sodium:proton antiporter activity +UniProtKB O05217 ywrC GO:0043200 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 P Uncharacterized HTH-type transcriptional regulator YwrC UniProtKB:O05217|PTN001249027 protein NCBITaxon:224308 20170228 GO_Central response to amino acid +UniProtKB O05217 ywrC GO:0043565 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 F Uncharacterized HTH-type transcriptional regulator YwrC UniProtKB:O05217|PTN001249027 protein NCBITaxon:224308 20211112 GO_Central sequence-specific DNA binding +UniProtKB O05217 ywrC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 C Uncharacterized HTH-type transcriptional regulator YwrC UniProtKB:O05217|PTN001249027 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P18186 argF GO:0019240 GO_REF:0000033 IBA PANTHER:PTN000150424|UniProtKB:P06960|RGD:3236|UniProtKB:P00480|UniProtKB:P04391 P Ornithine carbamoyltransferase UniProtKB:P18186|PTN000150483 protein NCBITaxon:224308 20230407 GO_Central citrulline biosynthetic process +UniProtKB P18186 argF GO:0004585 GO_REF:0000033 IBA PANTHER:PTN000150424|RGD:3236|UniProtKB:P00480|UniProtKB:P04391|UniProtKB:P9WIT9|SGD:S000003624|PomBase:SPAC4G9.10|UniProtKB:P08308|UniProtKB:Q9YHY9|UniProtKB:P06960 F Ornithine carbamoyltransferase UniProtKB:P18186|PTN000150483 protein NCBITaxon:224308 20220925 GO_Central ornithine carbamoyltransferase activity +UniProtKB P18186 argF GO:0042450 GO_REF:0000033 IBA PANTHER:PTN000150424|PomBase:SPAC4G9.10 P Ornithine carbamoyltransferase UniProtKB:P18186|PTN000150483 protein NCBITaxon:224308 20170228 GO_Central arginine biosynthetic process via ornithine +UniProtKB P18185 carB GO:0006541 GO_REF:0000033 IBA PANTHER:PTN000150223|SGD:S000003666|dictyBase:DDB_G0276335|RGD:1588606|FB:FBgn0003189|PomBase:SPAC22G7.06c P Carbamoyl-phosphate synthase arginine-specific large chain UniProtKB:P18185|PTN000150330 protein NCBITaxon:224308 20181129 GO_Central glutamine metabolic process +UniProtKB P18185 carB contributes_to GO:0004088 GO_REF:0000033 IBA PANTHER:PTN000150223|SGD:S000003870|UniProtKB:P00968 F Carbamoyl-phosphate synthase arginine-specific large chain UniProtKB:P18185|PTN000150330 protein NCBITaxon:224308 20181129 GO_Central carbamoyl-phosphate synthase (glutamine-hydrolyzing) activity +UniProtKB P18185 carB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000150222|UniProtKB:P0A6F1|UniProtKB:Q57U86|SGD:S000005829|UniProtKB:P00968|UniProtKB:P31327|SGD:S000003666|TAIR:locus:2089149|RGD:2395|UniProtKB:Q57U84|TAIR:locus:2019302|SGD:S000003870|UniProtKB:P0A786|MGI:MGI:891996|UniProtKB:P27708 C Carbamoyl-phosphate synthase arginine-specific large chain UniProtKB:P18185|PTN000150330 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB P18159 pgcA GO:0008973 GO_REF:0000033 IBA PANTHER:PTN001860097|SGD:S000004891|UniProtKB:Q96G03 F Phosphoglucomutase UniProtKB:P18159|PTN000501515 protein NCBITaxon:224308 20220925 GO_Central phosphopentomutase activity +UniProtKB P18159 pgcA GO:0006166 GO_REF:0000033 IBA PANTHER:PTN001860097|SGD:S000004891 P Phosphoglucomutase UniProtKB:P18159|PTN000501515 protein NCBITaxon:224308 20211210 GO_Central purine ribonucleoside salvage +UniProtKB P18158 glpD GO:0004368 GO_REF:0000033 IBA PANTHER:PTN008531994|UniProtKB:P13035|UniProtKB:P0A9C0 F Aerobic glycerol-3-phosphate dehydrogenase UniProtKB:P18158|PTN000241008 protein NCBITaxon:224308 20231108 GO_Central glycerol-3-phosphate dehydrogenase (quinone) activity +UniProtKB P18158 glpD GO:0046168 GO_REF:0000033 IBA PANTHER:PTN008531994|UniProtKB:P0A9C0|UniProtKB:P13035 P Aerobic glycerol-3-phosphate dehydrogenase UniProtKB:P18158|PTN000241008 protein NCBITaxon:224308 20180613 GO_Central glycerol-3-phosphate catabolic process +UniProtKB P18157 glpK GO:0004370 GO_REF:0000033 IBA PANTHER:PTN000023392|SGD:S000001024|FB:FBgn0035266|UniProtKB:Q5B1J1|TAIR:locus:2198928|UniProtKB:P32189|MGI:MGI:106594|FB:FBgn0025592|UniProtKB:P0A6F3 F Glycerol kinase UniProtKB:P18157|PTN000023544 protein NCBITaxon:224308 20220314 GO_Central glycerol kinase activity +UniProtKB P18157 glpK GO:0016310 GO_REF:0000033 IBA PANTHER:PTN000023392|UniProtKB:P0A6F3|UniProtKB:Q9UHJ6|MGI:MGI:1921887|FB:FBgn0035266 P Glycerol kinase UniProtKB:P18157|PTN000023544 protein NCBITaxon:224308 20220314 GO_Central phosphorylation +UniProtKB P18157 glpK GO:0019563 GO_REF:0000033 IBA PANTHER:PTN000023541|UniProtKB:P0A6F3 P Glycerol kinase UniProtKB:P18157|PTN000023544 protein NCBITaxon:224308 20220314 GO_Central glycerol catabolic process +UniProtKB P18157 glpK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000023392|MGI:MGI:106594|UniProtKB:P0A6F3|TAIR:locus:2168902 C Glycerol kinase UniProtKB:P18157|PTN000023544 protein NCBITaxon:224308 20230405 GO_Central cytosol +UniProtKB P18156 glpF GO:0015254 GO_REF:0000033 IBA PANTHER:PTN000440994|SGD:S000003966|RGD:2145|RGD:68428|UniProtKB:Q92482|UniProtKB:O43315|UniProtKB:O14520|UniProtKB:P0AER0|UniProtKB:Q96PS8|SGD:S000001840|UniProtKB:Q585Q8 F Glycerol uptake facilitator protein UniProtKB:P18156|PTN000441150 protein NCBITaxon:224308 20230112 GO_Central glycerol channel activity +UniProtKB P18156 glpF GO:0015793 GO_REF:0000033 IBA PANTHER:PTN000440994|ZFIN:ZDB-GENE-030131-6461|MGI:MGI:1333777|UniProtKB:O43315|UniProtKB:Q92482|RGD:68428|WB:WBGene00000169|ZFIN:ZDB-GENE-060503-57|UniProtKB:Q585Q8|UniProtKB:O14520|UniProtKB:P0AER0|ZFIN:ZDB-GENE-040724-66|ZFIN:ZDB-GENE-070911-1|WB:WBGene00000175|RGD:2145|SGD:S000003966|UniProtKB:Q96PS8|MGI:MGI:1314647|WB:WBGene00000171 P Glycerol uptake facilitator protein UniProtKB:P18156|PTN000441150 protein NCBITaxon:224308 20231109 GO_Central glycerol transmembrane transport +UniProtKB P18156 glpF GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000440994|WB:WBGene00000169|RGD:68428|UniProtKB:O43315|UniProtKB:Q92482|MGI:MGI:1333777|UniProtKB:P0AER0|UniProtKB:O14520|UniProtKB:Q585Q8|SGD:S000003966|RGD:68433|RGD:2145|MGI:MGI:1314647|UniProtKB:Q96PS8 C Glycerol uptake facilitator protein UniProtKB:P18156|PTN000441150 protein NCBITaxon:224308 20230604 GO_Central plasma membrane +UniProtKB O05519 ydiF GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000442080|PomBase:SPAC3C7.08c|UniProtKB:P39115|UniProtKB:Q8NE71 F Putative ATP-binding protein YdiF UniProtKB:O05519|PTN000442315 protein NCBITaxon:224308 20200808 GO_Central ATP binding +UniProtKB P18579 murB GO:0050660 GO_REF:0000033 IBA PANTHER:PTN001843295|UniProtKB:P08373 F UDP-N-acetylenolpyruvoylglucosamine reductase UniProtKB:P18579|PTN000472143 protein NCBITaxon:224308 20230603 GO_Central flavin adenine dinucleotide binding +UniProtKB P18579 murB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001843295|UniProtKB:P08373 C UDP-N-acetylenolpyruvoylglucosamine reductase UniProtKB:P18579|PTN000472143 protein NCBITaxon:224308 20210305 GO_Central cytosol +UniProtKB P18579 murB GO:0071555 GO_REF:0000033 IBA PANTHER:PTN001843295|UniProtKB:P08373 P UDP-N-acetylenolpyruvoylglucosamine reductase UniProtKB:P18579|PTN000472143 protein NCBITaxon:224308 20210305 GO_Central cell wall organization +UniProtKB P18579 murB GO:0008762 GO_REF:0000033 IBA PANTHER:PTN001843295|UniProtKB:P08373 F UDP-N-acetylenolpyruvoylglucosamine reductase UniProtKB:P18579|PTN000472143 protein NCBITaxon:224308 20210305 GO_Central UDP-N-acetylmuramate dehydrogenase activity +UniProtKB P18429 xynA GO:0045493 GO_REF:0000033 IBA PANTHER:PTN002238768|UniProtKB:P55332|UniProtKB:Q4WG11 P Endo-1,4-beta-xylanase A UniProtKB:P18429|PTN001317557 protein NCBITaxon:224308 20220926 GO_Central xylan catabolic process +UniProtKB P18256 thrZ GO:0006435 GO_REF:0000033 IBA PANTHER:PTN000155083|UniProtKB:Q97VW8|UniProtKB:P26639|MGI:MGI:106314|SGD:S000001677|MGI:MGI:2444486|UniProtKB:P0A8M3|UniProtKB:Q58597|SGD:S000001340 P Threonine--tRNA ligase 2 UniProtKB:P18256|PTN000155220 protein NCBITaxon:224308 20170228 GO_Central threonyl-tRNA aminoacylation +UniProtKB P18256 thrZ GO:0004829 GO_REF:0000033 IBA PANTHER:PTN000155083|UniProtKB:P26639|MGI:MGI:106314|SGD:S000001677|MGI:MGI:2444486|CGD:CAL0000183181|UniProtKB:Q97VW8|UniProtKB:Q9BW92|UniProtKB:Q58597|SGD:S000001340|UniProtKB:P0A8M3 F Threonine--tRNA ligase 2 UniProtKB:P18256|PTN000155220 protein NCBITaxon:224308 20200807 GO_Central threonine-tRNA ligase activity +UniProtKB P18255 thrS GO:0006435 GO_REF:0000033 IBA PANTHER:PTN000155083|UniProtKB:Q97VW8|UniProtKB:P26639|MGI:MGI:106314|SGD:S000001677|MGI:MGI:2444486|UniProtKB:P0A8M3|UniProtKB:Q58597|SGD:S000001340 P Threonine--tRNA ligase 1 UniProtKB:P18255|PTN000155217 protein NCBITaxon:224308 20170228 GO_Central threonyl-tRNA aminoacylation +UniProtKB P18255 thrS GO:0004829 GO_REF:0000033 IBA PANTHER:PTN000155083|UniProtKB:P26639|MGI:MGI:106314|SGD:S000001677|MGI:MGI:2444486|CGD:CAL0000183181|UniProtKB:Q97VW8|UniProtKB:Q9BW92|UniProtKB:Q58597|SGD:S000001340|UniProtKB:P0A8M3 F Threonine--tRNA ligase 1 UniProtKB:P18255|PTN000155217 protein NCBITaxon:224308 20200807 GO_Central threonine-tRNA ligase activity +UniProtKB P24501 flgC GO:0071978 GO_REF:0000033 IBA PANTHER:PTN000764839|UniProtKB:P24501|UniProtKB:P39752|UniProtKB:P23446|UniProtKB:P24500 P Flagellar basal-body rod protein FlgC UniProtKB:P24501|PTN001252393 protein NCBITaxon:224308 20200809 GO_Central bacterial-type flagellum-dependent swarming motility +UniProtKB P20964 obg GO:0003924 GO_REF:0000033 IBA PANTHER:PTN000193646|UniProtKB:P42641|UniProtKB:A0A144A1B2|UniProtKB:Q9H4K7|TAIR:locus:2182998|UniProtKB:P9WMT1 F GTPase Obg UniProtKB:P20964|PTN000193967 protein NCBITaxon:224308 20230110 GO_Central GTPase activity +UniProtKB P20964 obg GO:0005525 GO_REF:0000033 IBA PANTHER:PTN000193646|UniProtKB:P42641 F GTPase Obg UniProtKB:P20964|PTN000193967 protein NCBITaxon:224308 20201103 GO_Central GTP binding +UniProtKB P14577 rplP GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000259456|UniProtKB:P0ADY7|SGD:S000000134 F 50S ribosomal protein L16 UniProtKB:P14577|PTN000259519 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome +UniProtKB P14577 rplP GO:0022625 GO_REF:0000033 IBA PANTHER:PTN008534822|UniProtKB:P0ADY7 C 50S ribosomal protein L16 UniProtKB:P14577|PTN000259519 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P14577 rplP GO:0019843 GO_REF:0000033 IBA PANTHER:PTN000259456|UniProtKB:P0ADY7 F 50S ribosomal protein L16 UniProtKB:P14577|PTN000259519 protein NCBITaxon:224308 20170228 GO_Central rRNA binding +UniProtKB P14205 yuxO GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001752084|UniProtKB:P0A8Y8 C Putative esterase ComA2 UniProtKB:P14205|PTN000276102 protein NCBITaxon:224308 20170502 GO_Central cytosol +UniProtKB P14205 yuxO GO:0061522 GO_REF:0000033 IBA PANTHER:PTN001752084|UniProtKB:P77781 F Putative esterase ComA2 UniProtKB:P14205|PTN000276102 protein NCBITaxon:224308 20170502 GO_Central 1,4-dihydroxy-2-naphthoyl-CoA thioesterase activity +UniProtKB P14194 ctc GO:0008097 GO_REF:0000033 IBA PANTHER:PTN002116473|UniProtKB:P68919 F General stress protein CTC UniProtKB:P14194|PTN002116547 protein NCBITaxon:224308 20170228 GO_Central 5S rRNA binding +UniProtKB P14194 ctc GO:0022625 GO_REF:0000033 IBA PANTHER:PTN002116473|UniProtKB:P68919 C General stress protein CTC UniProtKB:P14194|PTN002116547 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P14194 ctc GO:0006412 GO_REF:0000033 IBA PANTHER:PTN002116473|UniProtKB:P68919 P General stress protein CTC UniProtKB:P14194|PTN002116547 protein NCBITaxon:224308 20170228 GO_Central translation +UniProtKB P14193 prs GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000025022|MGI:MGI:97776|UniProtKB:Q57Z76|SGD:S000001664|UniProtKB:Q57ZX2|UniProtKB:P0A717|MGI:MGI:97775 C Ribose-phosphate pyrophosphokinase UniProtKB:P14193|PTN000025260 protein NCBITaxon:224308 20230109 GO_Central cytoplasm +UniProtKB P14193 prs GO:0006015 GO_REF:0000033 IBA PANTHER:PTN000025022|RGD:61955|SGD:S000000901|SGD:S000001664|SGD:S000005422|MGI:MGI:97775|RGD:3415|SGD:S000001003|UniProtKB:P0A717|MGI:MGI:97776|UniProtKB:P9WKE3|SGD:S000000164 P Ribose-phosphate pyrophosphokinase UniProtKB:P14193|PTN000025260 protein NCBITaxon:224308 20220921 GO_Central 5-phosphoribose 1-diphosphate biosynthetic process +UniProtKB P14193 prs GO:0006164 GO_REF:0000033 IBA PANTHER:PTN000025022|RGD:3415|UniProtKB:P60891|RGD:61955 P Ribose-phosphate pyrophosphokinase UniProtKB:P14193|PTN000025260 protein NCBITaxon:224308 20200807 GO_Central purine nucleotide biosynthetic process +UniProtKB P14193 prs GO:0002189 GO_REF:0000033 IBA PANTHER:PTN000025022|SGD:S000005422|SGD:S000001664|SGD:S000000901|RGD:61955|SGD:S000000164|RGD:620206|RGD:620207|RGD:3415|SGD:S000001003 C Ribose-phosphate pyrophosphokinase UniProtKB:P14193|PTN000025260 protein NCBITaxon:224308 20180222 GO_Central ribose phosphate diphosphokinase complex +UniProtKB P14193 prs GO:0004749 GO_REF:0000033 IBA PANTHER:PTN000025022|CGD:CAL0000176742|RGD:3415|MGI:MGI:97775|UniProtKB:P60891|MGI:MGI:97776|UniProtKB:P9WKE3|UniProtKB:P0A717|RGD:61955|SGD:S000005422 F Ribose-phosphate pyrophosphokinase UniProtKB:P14193|PTN000025260 protein NCBITaxon:224308 20230109 GO_Central ribose phosphate diphosphokinase activity +UniProtKB P13792 phoP GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:P69228|UniProtKB:P0AE88|UniProtKB:P0A9Q1 C Alkaline phosphatase synthesis transcriptional regulatory protein PhoP UniProtKB:P13792|PTN000724231 protein NCBITaxon:224308 20170829 GO_Central cytosol +UniProtKB P13792 phoP GO:0000156 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O07776|UniProtKB:Q9I2U3|UniProtKB:P38684|UniProtKB:P0A9Q1|UniProtKB:P30843|UniProtKB:P0AA16|UniProtKB:P0AE88 F Alkaline phosphatase synthesis transcriptional regulatory protein PhoP UniProtKB:P13792|PTN000724231 protein NCBITaxon:224308 20211113 GO_Central phosphorelay response regulator activity +UniProtKB P13792 phoP GO:0032993 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q8EHJ3 C Alkaline phosphatase synthesis transcriptional regulatory protein PhoP UniProtKB:P13792|PTN000724231 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex +UniProtKB P13792 phoP GO:0000976 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P69228|UniProtKB:Q8EE50|UniProtKB:P21866|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P08368|UniProtKB:Q8EHJ3 F Alkaline phosphatase synthesis transcriptional regulatory protein PhoP UniProtKB:P13792|PTN000724231 protein NCBITaxon:224308 20211113 GO_Central transcription cis-regulatory region binding +UniProtKB P13792 phoP GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:Q8EEF6|UniProtKB:P9WGM9|UniProtKB:P9WGL9|UniProtKB:P0AFJ5|UniProtKB:P23890|UniProtKB:P0AFT5|UniProtKB:P37478|UniProtKB:P0AA16|UniProtKB:Q8EHJ3|UniProtKB:P21866|UniProtKB:P44918|UniProtKB:P69228|UniProtKB:P23836|UniProtKB:P0AE88|UniProtKB:P08368|UniProtKB:P0ACZ8|UniProtKB:P38684|UniProtKB:P71814|UniProtKB:P30843|UniProtKB:P9WGM7|UniProtKB:O53830|UniProtKB:P76340|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q9I034 P Alkaline phosphatase synthesis transcriptional regulatory protein PhoP UniProtKB:P13792|PTN000724231 protein NCBITaxon:224308 20230604 GO_Central regulation of DNA-templated transcription +UniProtKB P13714 ldh GO:0006090 GO_REF:0000033 IBA PANTHER:PTN000166276|UniProtKB:P07195|MGI:MGI:96764|MGI:MGI:96759|UniProtKB:Q9BYZ2|UniProtKB:P00338 P L-lactate dehydrogenase UniProtKB:P13714|PTN000166437 protein NCBITaxon:224308 20230112 GO_Central pyruvate metabolic process +UniProtKB P13714 ldh GO:0004459 GO_REF:0000033 IBA PANTHER:PTN000166276|RGD:2997|MGI:MGI:96764|RGD:2996|MGI:MGI:96759|UniProtKB:Q6ZMR3|UniProtKB:P07195|MGI:MGI:96763|UniProtKB:P00338 F L-lactate dehydrogenase UniProtKB:P13714|PTN000166437 protein NCBITaxon:224308 20221213 GO_Central L-lactate dehydrogenase activity +UniProtKB P13714 ldh GO:0006089 GO_REF:0000033 IBA PANTHER:PTN000166276|RGD:2997|MGI:MGI:96764|RGD:2996|MGI:MGI:96759|UniProtKB:Q9BYZ2|UniProtKB:P07195|UniProtKB:P00338 P L-lactate dehydrogenase UniProtKB:P13714|PTN000166437 protein NCBITaxon:224308 20221213 GO_Central lactate metabolic process +UniProtKB P21466 rpsD GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000216478|FB:FBgn0010408|SGD:S000006002|UniProtKB:P46781|MGI:MGI:1924096|SGD:S000000393|UniProtKB:P0A7V8|SGD:S000005081 F 30S ribosomal protein S4 UniProtKB:P21466|PTN000216653 protein NCBITaxon:224308 20230405 GO_Central structural constituent of ribosome +UniProtKB P21466 rpsD GO:0019843 GO_REF:0000033 IBA PANTHER:PTN000216478|UniProtKB:P0A7V8|SGD:S000006002|RGD:619889 F 30S ribosomal protein S4 UniProtKB:P21466|PTN000216653 protein NCBITaxon:224308 20170228 GO_Central rRNA binding +UniProtKB P21466 rpsD GO:0042274 GO_REF:0000033 IBA PANTHER:PTN000216478|SGD:S000006002|UniProtKB:P0A7V8|SGD:S000000393|UniProtKB:P46781|SGD:S000001191|UniProtKB:Q9NV31 P 30S ribosomal protein S4 UniProtKB:P21466|PTN000216653 protein NCBITaxon:224308 20230602 GO_Central ribosomal small subunit biogenesis +UniProtKB P21466 rpsD GO:0015935 GO_REF:0000033 IBA PANTHER:PTN000216478|RGD:619889|SGD:S000006002|MGI:MGI:1924096|UniProtKB:P46781|UniProtKB:P0A7V8|SGD:S000005081|SGD:S000000393 C 30S ribosomal protein S4 UniProtKB:P21466|PTN000216653 protein NCBITaxon:224308 20230405 GO_Central small ribosomal subunit +UniProtKB P21467 rpsE GO:0006412 GO_REF:0000033 IBA PANTHER:PTN000346706|TAIR:locus:2057645|UniProtKB:P0A7W1|RGD:619887 P 30S ribosomal protein S5 UniProtKB:P21467|PTN000346921 protein NCBITaxon:224308 20200808 GO_Central translation +UniProtKB P21467 rpsE GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000346706|SGD:S000003091|SGD:S000000455|RGD:619887|MGI:MGI:105110|FB:FBgn0004867|UniProtKB:Q8IL02|UniProtKB:P0A7W1|UniProtKB:P15880 F 30S ribosomal protein S5 UniProtKB:P21467|PTN000346921 protein NCBITaxon:224308 20230406 GO_Central structural constituent of ribosome +UniProtKB P21467 rpsE GO:0022627 GO_REF:0000033 IBA PANTHER:PTN000346706|RGD:619887|UniProtKB:P0A7W1|UniProtKB:P15880|MGI:MGI:105110|UniProtKB:Q8IL02|SGD:S000003091 C 30S ribosomal protein S5 UniProtKB:P21467|PTN000346921 protein NCBITaxon:224308 20230406 GO_Central cytosolic small ribosomal subunit +UniProtKB P50840 ypsC GO:0008990 GO_REF:0000033 IBA PANTHER:PTN000430875|UniProtKB:P75864 F Putative RNA methyltransferase YpsC UniProtKB:P50840|PTN000430876 protein NCBITaxon:224308 20170228 GO_Central rRNA (guanine-N2-)-methyltransferase activity +UniProtKB P50840 ypsC GO:0070043 GO_REF:0000033 IBA PANTHER:PTN000430875|UniProtKB:P75864 F Putative RNA methyltransferase YpsC UniProtKB:P50840|PTN000430876 protein NCBITaxon:224308 20170228 GO_Central rRNA (guanine-N7-)-methyltransferase activity +UniProtKB P50735 gudB GO:0006538 GO_REF:0000033 IBA PANTHER:PTN000176230|UniProtKB:P49448|PomBase:SPCC132.04c|UniProtKB:P00367|CGD:CAL0000201467 P Cryptic catabolic NAD-specific glutamate dehydrogenase GudB UniProtKB:P50735|PTN000176334 protein NCBITaxon:224308 20201024 GO_Central glutamate catabolic process +UniProtKB P50735 gudB GO:0004352 GO_REF:0000033 IBA PANTHER:PTN000176230|TAIR:locus:2183379|SGD:S000002374|UniProtKB:Q5AW79|UniProtKB:P00367|CGD:CAL0000201467|UniProtKB:P39633|PomBase:SPCC132.04c|UniProtKB:P50735|MGI:MGI:95753|UniProtKB:P49448|RGD:2708 F Cryptic catabolic NAD-specific glutamate dehydrogenase GudB UniProtKB:P50735|PTN000176334 protein NCBITaxon:224308 20230110 GO_Central glutamate dehydrogenase (NAD+) activity +UniProtKB Q9KWZ1 nadA GO:0008987 GO_REF:0000033 IBA PANTHER:PTN000778111|TAIR:locus:2157747|UniProtKB:P11458|UniProtKB:P9WJK1 F Quinolinate synthase A UniProtKB:Q9KWZ1|PTN000778118 protein NCBITaxon:224308 20170228 GO_Central quinolinate synthetase A activity +UniProtKB Q9KWZ1 nadA GO:0034628 GO_REF:0000033 IBA PANTHER:PTN000778111|UniProtKB:P9WJK1|UniProtKB:P11458 P Quinolinate synthase A UniProtKB:Q9KWZ1|PTN000778118 protein NCBITaxon:224308 20170228 GO_Central 'de novo' NAD biosynthetic process from aspartate +UniProtKB Q9KWZ1 nadA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000778117|UniProtKB:P11458 C Quinolinate synthase A UniProtKB:Q9KWZ1|PTN000778118 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB Q9KWZ1 nadA GO:0051539 GO_REF:0000033 IBA PANTHER:PTN000778111|TAIR:locus:2157747|UniProtKB:P9WJK1|UniProtKB:P11458 F Quinolinate synthase A UniProtKB:Q9KWZ1|PTN000778118 protein NCBITaxon:224308 20170228 GO_Central 4 iron, 4 sulfur cluster binding +UniProtKB Q9KWU4 pyc GO:0006094 GO_REF:0000033 IBA PANTHER:PTN001821692|SGD:S000000422|MGI:MGI:97520|RGD:3262|SGD:S000003030 P Pyruvate carboxylase UniProtKB:Q9KWU4|PTN000429494 protein NCBITaxon:224308 20220416 GO_Central gluconeogenesis +UniProtKB Q9KWU4 pyc GO:0006090 GO_REF:0000033 IBA PANTHER:PTN001821692|RGD:3262 P Pyruvate carboxylase UniProtKB:Q9KWU4|PTN000429494 protein NCBITaxon:224308 20181004 GO_Central pyruvate metabolic process +UniProtKB Q9KWU4 pyc GO:0005737 GO_REF:0000033 IBA PANTHER:PTN001821692|MGI:MGI:97520|UniProtKB:Q5B4R8|SGD:S000003030|SGD:S000000422|UniProtKB:P11498 C Pyruvate carboxylase UniProtKB:Q9KWU4|PTN000429494 protein NCBITaxon:224308 20230604 GO_Central cytoplasm +UniProtKB Q9KWU4 pyc GO:0004736 GO_REF:0000033 IBA PANTHER:PTN001821692|RGD:3262|MGI:MGI:97520|SGD:S000003030|UniProtKB:P11498|SGD:S000000422|FB:FBgn0027580 F Pyruvate carboxylase UniProtKB:Q9KWU4|PTN000429494 protein NCBITaxon:224308 20220416 GO_Central pyruvate carboxylase activity +UniProtKB P52999 panD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000470402|UniProtKB:P0A790|UniProtKB:P9WIL3 C Aspartate 1-decarboxylase UniProtKB:P52999|PTN000470403 protein NCBITaxon:224308 20210305 GO_Central cytosol +UniProtKB P52999 panD GO:0006523 GO_REF:0000033 IBA PANTHER:PTN000470402|UniProtKB:P9WIL3 P Aspartate 1-decarboxylase UniProtKB:P52999|PTN000470403 protein NCBITaxon:224308 20210305 GO_Central alanine biosynthetic process +UniProtKB P52999 panD GO:0015940 GO_REF:0000033 IBA PANTHER:PTN000470402|UniProtKB:P9WIL3 P Aspartate 1-decarboxylase UniProtKB:P52999|PTN000470403 protein NCBITaxon:224308 20210305 GO_Central pantothenate biosynthetic process +UniProtKB P52999 panD GO:0004068 GO_REF:0000033 IBA PANTHER:PTN000470402|UniProtKB:P9WIL3 F Aspartate 1-decarboxylase UniProtKB:P52999|PTN000470403 protein NCBITaxon:224308 20210305 GO_Central aspartate 1-decarboxylase activity +UniProtKB P52998 panC GO:0004592 GO_REF:0000033 IBA PANTHER:PTN000480612|TAIR:locus:2156564|UniProtKB:P9WIL5|SGD:S000001407|UniProtKB:P31663 F Pantothenate synthetase UniProtKB:P52998|PTN000480649 protein NCBITaxon:224308 20170228 GO_Central pantoate-beta-alanine ligase activity +UniProtKB P52998 panC GO:0015940 GO_REF:0000033 IBA PANTHER:PTN000480612|TAIR:locus:2156564|UniProtKB:P9WIL5|SGD:S000001407|UniProtKB:P31663|PomBase:SPAC5H10.08c P Pantothenate synthetase UniProtKB:P52998|PTN000480649 protein NCBITaxon:224308 20211111 GO_Central pantothenate biosynthetic process +UniProtKB P52998 panC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000480630|UniProtKB:P0A6I0|UniProtKB:P31663 C Pantothenate synthetase UniProtKB:P52998|PTN000480649 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P52996 panB GO:0015940 GO_REF:0000033 IBA PANTHER:PTN000466854|TAIR:locus:2062969|SGD:S000000380|UniProtKB:Q9Y7B6|UniProtKB:P9WIL7|TAIR:locus:2082847|UniProtKB:P31057 P 3-methyl-2-oxobutanoate hydroxymethyltransferase UniProtKB:P52996|PTN000466877 protein NCBITaxon:224308 20220923 GO_Central pantothenate biosynthetic process +UniProtKB P52996 panB GO:0003864 GO_REF:0000033 IBA PANTHER:PTN000466854|SGD:S000000380|UniProtKB:P31057|TAIR:locus:2062969|UniProtKB:P9WIL7|UniProtKB:Q9Y7B6|TAIR:locus:2082847 F 3-methyl-2-oxobutanoate hydroxymethyltransferase UniProtKB:P52996|PTN000466877 protein NCBITaxon:224308 20220923 GO_Central 3-methyl-2-oxobutanoate hydroxymethyltransferase activity +UniProtKB P52996 panB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000466876|UniProtKB:P31057 C 3-methyl-2-oxobutanoate hydroxymethyltransferase UniProtKB:P52996|PTN000466877 protein NCBITaxon:224308 20170420 GO_Central cytoplasm +UniProtKB P52996 panB GO:0000287 GO_REF:0000033 IBA PANTHER:PTN000466854|UniProtKB:P31057|UniProtKB:P9WIL7 F 3-methyl-2-oxobutanoate hydroxymethyltransferase UniProtKB:P52996|PTN000466877 protein NCBITaxon:224308 20170420 GO_Central magnesium ion binding +UniProtKB Q45068 alsT GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000768371|UniProtKB:P30143 C Amino-acid carrier protein AlsT UniProtKB:Q45068|PTN000768373 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB Q45066 parC contributes_to GO:0003918 GO_REF:0000033 IBA PANTHER:PTN001607041|UniProtKB:O67108|TAIR:locus:2075765|UniProtKB:P0AFI2 F DNA topoisomerase 4 subunit A UniProtKB:Q45066|PTN000018857 protein NCBITaxon:224308 20210531 GO_Central DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) activity +UniProtKB Q45066 parC GO:0003677 GO_REF:0000033 IBA PANTHER:PTN001607041|UniProtKB:P0AFI2|UniProtKB:P0AES4|UniProtKB:Q8I0X3 F DNA topoisomerase 4 subunit A UniProtKB:Q45066|PTN000018857 protein NCBITaxon:224308 20230112 GO_Central DNA binding +UniProtKB Q45066 parC GO:0006265 GO_REF:0000033 IBA PANTHER:PTN001607041|UniProtKB:Q8I0X3|UniProtKB:P0AFI2|UniProtKB:P0AES4|UniProtKB:Q9HUK1|UniProtKB:P9WG47 P DNA topoisomerase 4 subunit A UniProtKB:Q45066|PTN000018857 protein NCBITaxon:224308 20230112 GO_Central DNA topological change +UniProtKB Q45066 parC GO:0005524 GO_REF:0000033 IBA PANTHER:PTN001607041|UniProtKB:P9WG47|UniProtKB:Q8I0X3 F DNA topoisomerase 4 subunit A UniProtKB:Q45066|PTN000018857 protein NCBITaxon:224308 20230112 GO_Central ATP binding +UniProtKB Q45066 parC GO:0009330 GO_REF:0000033 IBA PANTHER:PTN001607041|UniProtKB:O67108|UniProtKB:P0AFI2|UniProtKB:Q9HUK1 C DNA topoisomerase 4 subunit A UniProtKB:Q45066|PTN000018857 protein NCBITaxon:224308 20231109 GO_Central DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) complex +UniProtKB Q45066 parC GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000018855|UniProtKB:P0AES4|UniProtKB:P0AFI2 C DNA topoisomerase 4 subunit A UniProtKB:Q45066|PTN000018857 protein NCBITaxon:224308 20201206 GO_Central cytoplasm +UniProtKB Q45058 cotM GO:0051082 GO_REF:0000033 IBA PANTHER:PTN000163021|TAIR:locus:2143024 F Spore coat protein M UniProtKB:Q45058|PTN002462853 protein NCBITaxon:224308 20180503 GO_Central unfolded protein binding +UniProtKB Q45058 cotM GO:0043621 GO_REF:0000033 IBA PANTHER:PTN000163021|TAIR:locus:2024997 F Spore coat protein M UniProtKB:Q45058|PTN002462853 protein NCBITaxon:224308 20180503 GO_Central protein self-association +UniProtKB Q45058 cotM GO:0009651 GO_REF:0000033 IBA PANTHER:PTN000163021|TAIR:locus:2025921 P Spore coat protein M UniProtKB:Q45058|PTN002462853 protein NCBITaxon:224308 20180503 GO_Central response to salt stress +UniProtKB Q45058 cotM GO:0042542 GO_REF:0000033 IBA PANTHER:PTN000163021|UniProtKB:Q84Q72|UniProtKB:P31673|UniProtKB:Q84J50 P Spore coat protein M UniProtKB:Q45058|PTN002462853 protein NCBITaxon:224308 20180503 GO_Central response to hydrogen peroxide +UniProtKB Q45058 cotM GO:0009408 GO_REF:0000033 IBA PANTHER:PTN000163021|UniProtKB:Q7XUW5|TAIR:locus:2151719|TAIR:locus:2174269|UniProtKB:Q7EZ57|UniProtKB:Q5VRY1|UniProtKB:Q943E7|TAIR:locus:2075256|UniProtKB:Q943Q3|UniProtKB:P9WMK1|UniProtKB:Q53M11|TAIR:locus:2122774|UniProtKB:Q6K7E9|TAIR:locus:2024997|UniProtKB:Q0DY72|TAIR:locus:2143109|TAIR:locus:2025921|UniProtKB:Q84J50|UniProtKB:Q943E6|UniProtKB:P31673|UniProtKB:Q652V8|UniProtKB:Q84Q72|UniProtKB:Q84Q77|UniProtKB:P27777 P Spore coat protein M UniProtKB:Q45058|PTN002462853 protein NCBITaxon:224308 20221007 GO_Central response to heat +UniProtKB Q45058 cotM GO:0006457 GO_REF:0000033 IBA PANTHER:PTN000163021|UniProtKB:P9WMK1|TAIR:locus:2143024|TAIR:locus:2025921|TAIR:locus:2151719 P Spore coat protein M UniProtKB:Q45058|PTN002462853 protein NCBITaxon:224308 20221007 GO_Central protein folding +UniProtKB Q45058 cotM GO:0051259 GO_REF:0000033 IBA PANTHER:PTN000163021|UniProtKB:P27777|UniProtKB:Q41560|TAIR:locus:2025921 P Spore coat protein M UniProtKB:Q45058|PTN002462853 protein NCBITaxon:224308 20180503 GO_Central protein complex oligomerization +UniProtKB P33911 csrA GO:0048027 GO_REF:0000033 IBA PANTHER:PTN002169029|UniProtKB:P69913 F Translational regulator CsrA UniProtKB:P33911|PTN002169036 protein NCBITaxon:224308 20180315 GO_Central mRNA 5'-UTR binding +UniProtKB P33911 csrA GO:0045947 GO_REF:0000033 IBA PANTHER:PTN002169029|UniProtKB:P69913 P Translational regulator CsrA UniProtKB:P33911|PTN002169036 protein NCBITaxon:224308 20180315 GO_Central negative regulation of translational initiation +UniProtKB P33911 csrA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002169029|UniProtKB:P69913 C Translational regulator CsrA UniProtKB:P33911|PTN002169036 protein NCBITaxon:224308 20180315 GO_Central cytosol +UniProtKB P32437 yvyE GO:0006446 GO_REF:0000033 IBA PANTHER:PTN000418654|MGI:MGI:1098233 P IMPACT family member YvyE UniProtKB:P32437|PTN000418720 protein NCBITaxon:224308 20230603 GO_Central regulation of translational initiation +UniProtKB P32397 cgoX GO:0016491 GO_REF:0000033 IBA PANTHER:PTN002451970|SGD:S000000816|MGI:MGI:104968|UniProtKB:P50336|TAIR:locus:2129515|PomBase:SPAC23E2.02|TAIR:locus:2133397|TAIR:locus:2114789|RGD:1310543 F Coproporphyrinogen III oxidase UniProtKB:P32397|PTN000077970 protein NCBITaxon:224308 20221009 GO_Central oxidoreductase activity +UniProtKB P32396 cpfC GO:0004325 GO_REF:0000033 IBA PANTHER:PTN000121751|ZFIN:ZDB-GENE-000928-1|TAIR:locus:2180642|UniProtKB:Q8ID58|RGD:1307556|MGI:MGI:95513|SGD:S000005702|UniProtKB:P23871|UniProtKB:O04921|UniProtKB:P22830|FB:FBgn0266268 F Coproporphyrin III ferrochelatase UniProtKB:P32396|PTN000121811 protein NCBITaxon:224308 20230110 GO_Central ferrochelatase activity +UniProtKB P32396 cpfC GO:0006783 GO_REF:0000033 IBA PANTHER:PTN000121751|TAIR:locus:2180642|UniProtKB:Q8ID58|UniProtKB:P9WNE3|MGI:MGI:95513|RGD:1307556|UniProtKB:P23871|SGD:S000005702|UniProtKB:P22830|UniProtKB:O04921 P Coproporphyrin III ferrochelatase UniProtKB:P32396|PTN000121811 protein NCBITaxon:224308 20231108 GO_Central heme biosynthetic process +UniProtKB P32395 hemE GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000472929|UniProtKB:P29680|UniProtKB:P06132|MGI:MGI:98916 C Uroporphyrinogen decarboxylase UniProtKB:P32395|PTN000472930 protein NCBITaxon:224308 20230603 GO_Central cytosol +UniProtKB P32395 hemE GO:0006783 GO_REF:0000033 IBA PANTHER:PTN000472929|UniProtKB:P29680|SGD:S000002454|MGI:MGI:98916 P Uroporphyrinogen decarboxylase UniProtKB:P32395|PTN000472930 protein NCBITaxon:224308 20231109 GO_Central heme biosynthetic process +UniProtKB P32395 hemE GO:0004853 GO_REF:0000033 IBA PANTHER:PTN000472929|UniProtKB:P06132|UniProtKB:P29680|RGD:3946|ZFIN:ZDB-GENE-000208-18|SGD:S000002454|MGI:MGI:98916 F Uroporphyrinogen decarboxylase UniProtKB:P32395|PTN000472930 protein NCBITaxon:224308 20200808 GO_Central uroporphyrinogen decarboxylase activity +UniProtKB Q45614 walK GO:0000156 GO_REF:0000033 IBA PANTHER:PTN002450928|SGD:S000003996|CGD:CAL0000190567 F Sensor histidine kinase WalK UniProtKB:Q45614|PTN000703754 protein NCBITaxon:224308 20221009 GO_Central phosphorelay response regulator activity +UniProtKB Q45614 walK GO:0030295 GO_REF:0000033 IBA PANTHER:PTN002450928|SGD:S000003996 F Sensor histidine kinase WalK UniProtKB:Q45614|PTN000703754 protein NCBITaxon:224308 20201206 GO_Central protein kinase activator activity +UniProtKB Q45614 walK GO:0007234 GO_REF:0000033 IBA PANTHER:PTN002450928|UniProtKB:Q5AVI3|SGD:S000003996 P Sensor histidine kinase WalK UniProtKB:Q45614|PTN000703754 protein NCBITaxon:224308 20200810 GO_Central osmosensory signaling via phosphorelay pathway +UniProtKB Q45600 yydB GO:0003677 GO_REF:0000033 IBA PANTHER:PTN001251198|UniProtKB:Q9X1X0 F Uncharacterized metallophosphoesterase-like protein YydB UniProtKB:Q45600|PTN002017607 protein NCBITaxon:224308 20200414 GO_Central DNA binding +UniProtKB Q45600 yydB GO:0004529 GO_REF:0000033 IBA PANTHER:PTN001251198|UniProtKB:P0AG76 F Uncharacterized metallophosphoesterase-like protein YydB UniProtKB:Q45600|PTN002017607 protein NCBITaxon:224308 20200414 GO_Central DNA exonuclease activity +UniProtKB Q45600 yydB GO:0006281 GO_REF:0000033 IBA PANTHER:PTN001251198|UniProtKB:P0AG76 P Uncharacterized metallophosphoesterase-like protein YydB UniProtKB:Q45600|PTN002017607 protein NCBITaxon:224308 20200414 GO_Central DNA repair +UniProtKB Q45593 yydI GO:0042626 GO_REF:0000033 IBA PANTHER:PTN000656738|UniProtKB:Q9I183 F Probable peptide export ATP-binding protein YydI UniProtKB:Q45593|PTN000657020 protein NCBITaxon:224308 20170601 GO_Central ATPase-coupled transmembrane transporter activity +UniProtKB Q45593 yydI GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000656738|UniProtKB:Q9X1Z1|UniProtKB:Q9WY65 F Probable peptide export ATP-binding protein YydI UniProtKB:Q45593|PTN000657020 protein NCBITaxon:224308 20170601 GO_Central ATP binding +UniProtKB Q45593 yydI GO:0043190 GO_REF:0000033 IBA PANTHER:PTN000656738|UniProtKB:Q05596 C Probable peptide export ATP-binding protein YydI UniProtKB:Q45593|PTN000657020 protein NCBITaxon:224308 20170601 GO_Central ATP-binding cassette (ABC) transporter complex +UniProtKB Q45591 yydK GO:0045892 GO_REF:0000033 IBA PANTHER:PTN000746727|UniProtKB:P13669 P Uncharacterized HTH-type transcriptional regulator YydK UniProtKB:Q45591|PTN000203766 protein NCBITaxon:224308 20180118 GO_Central negative regulation of DNA-templated transcription +UniProtKB Q45589 cdaA GO:0004016 GO_REF:0000033 IBA PANTHER:PTN002149835|UniProtKB:Q45589|UniProtKB:Q8Y5E4|UniProtKB:O31854 F Cyclic di-AMP synthase CdaA UniProtKB:Q45589|PTN002149866 protein NCBITaxon:224308 20171208 GO_Central adenylate cyclase activity +UniProtKB Q45585 sigW GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002455017|UniProtKB:O53590|UniProtKB:G3XCV1|UniProtKB:P9WGH9|UniProtKB:P9WGH1|UniProtKB:Q9KPA6|UniProtKB:P9WGH5|UniProtKB:P0AGB6 P ECF RNA polymerase sigma factor SigW UniProtKB:Q45585|PTN001249344 protein NCBITaxon:224308 20230517 GO_Central regulation of DNA-templated transcription +UniProtKB Q45585 sigW GO:0016987 GO_REF:0000033 IBA PANTHER:PTN002455017|UniProtKB:P9WGH5|UniProtKB:Q9I5P9|UniProtKB:Q9I646|UniProtKB:P23484|UniProtKB:Q9I6Y3|UniProtKB:Q06198|UniProtKB:P9WGG7|UniProtKB:Q9HZV1|UniProtKB:Q9I114|UniProtKB:P9WGG9|UniProtKB:Q9HUR7|UniProtKB:Q9I222|UniProtKB:Q9I2W5|UniProtKB:Q7AKG9|UniProtKB:Q9I265|UniProtKB:Q9I193|UniProtKB:G3XCV1 F ECF RNA polymerase sigma factor SigW UniProtKB:Q45585|PTN001249344 protein NCBITaxon:224308 20230517 GO_Central sigma factor activity +UniProtKB Q45583 ybbJ GO:0016747 GO_REF:0000033 IBA PANTHER:PTN001895304|UniProtKB:P46854|UniProtKB:P0A944|UniProtKB:I6YG32|UniProtKB:P9WJM7 F Uncharacterized N-acetyltransferase YbbJ UniProtKB:Q45583|PTN008114025 protein NCBITaxon:224308 20200810 GO_Central acyltransferase activity, transferring groups other than amino-acyl groups +UniProtKB Q45582 murQ GO:0009254 GO_REF:0000033 IBA PANTHER:PTN000009547|UniProtKB:P76535 P N-acetylmuramic acid 6-phosphate etherase UniProtKB:Q45582|PTN000009548 protein NCBITaxon:224308 20171019 GO_Central peptidoglycan turnover +UniProtKB Q45582 murQ GO:0016835 GO_REF:0000033 IBA PANTHER:PTN000009547|UniProtKB:P76535 F N-acetylmuramic acid 6-phosphate etherase UniProtKB:Q45582|PTN000009548 protein NCBITaxon:224308 20171019 GO_Central carbon-oxygen lyase activity +UniProtKB Q45582 murQ GO:0016803 GO_REF:0000033 IBA PANTHER:PTN000009547|UniProtKB:P76535 F N-acetylmuramic acid 6-phosphate etherase UniProtKB:Q45582|PTN000009548 protein NCBITaxon:224308 20171019 GO_Central ether hydrolase activity +UniProtKB Q45582 murQ GO:0046348 GO_REF:0000033 IBA PANTHER:PTN000009547|UniProtKB:P76535 P N-acetylmuramic acid 6-phosphate etherase UniProtKB:Q45582|PTN000009548 protein NCBITaxon:224308 20171019 GO_Central amino sugar catabolic process +UniProtKB Q45581 ybbH GO:0003700 GO_REF:0000033 IBA PANTHER:PTN000775527|UniProtKB:P77245|UniProtKB:Q8EE97|UniProtKB:P46118 F Uncharacterized HTH-type transcriptional regulator YbbH UniProtKB:Q45581|PTN000101416 protein NCBITaxon:224308 20170228 GO_Central DNA-binding transcription factor activity +UniProtKB Q45581 ybbH GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000775527|UniProtKB:P0ACS7|UniProtKB:Q8EE97|UniProtKB:P77245 P Uncharacterized HTH-type transcriptional regulator YbbH UniProtKB:Q45581|PTN000101416 protein NCBITaxon:224308 20200930 GO_Central regulation of DNA-templated transcription +UniProtKB Q45539 csbB GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000092551|UniProtKB:P77293|UniProtKB:P77757 C Putative glycosyltransferase CsbB UniProtKB:Q45539|PTN000092584 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB Q45499 suhB GO:0007165 GO_REF:0000033 IBA PANTHER:PTN000465134|UniProtKB:P29218 P Inositol-1-monophosphatase UniProtKB:Q45499|PTN000465366 protein NCBITaxon:224308 20231109 GO_Central signal transduction +UniProtKB Q45499 suhB GO:0008934 GO_REF:0000033 IBA PANTHER:PTN000465134|SGD:S000001088|SGD:S000002695|UniProtKB:P9WKI9|UniProtKB:O14732|UniProtKB:P29218|UniProtKB:P0ADG4|TAIR:locus:2075392|RGD:69254|TAIR:locus:2029524 F Inositol-1-monophosphatase UniProtKB:Q45499|PTN000465366 protein NCBITaxon:224308 20170228 GO_Central inositol monophosphate 1-phosphatase activity +UniProtKB Q45499 suhB GO:0006020 GO_REF:0000033 IBA PANTHER:PTN000465134|TAIR:locus:2075392 P Inositol-1-monophosphatase UniProtKB:Q45499|PTN000465366 protein NCBITaxon:224308 20170228 GO_Central inositol metabolic process +UniProtKB Q45495 defB GO:0031365 GO_REF:0000033 IBA PANTHER:PTN002235180|UniProtKB:Q9HBH1 P Peptide deformylase 2 UniProtKB:Q45495|PTN000048676 protein NCBITaxon:224308 20231108 GO_Central N-terminal protein amino acid modification +UniProtKB Q45495 defB GO:0042586 GO_REF:0000033 IBA PANTHER:PTN002235180|TAIR:locus:2037733|UniProtKB:Q9HBH1|UniProtKB:P0A6K3|UniProtKB:P9WIJ3 F Peptide deformylase 2 UniProtKB:Q45495|PTN000048676 protein NCBITaxon:224308 20200205 GO_Central peptide deformylase activity +UniProtKB Q45495 defB GO:0018206 GO_REF:0000033 IBA PANTHER:PTN000048655|UniProtKB:Q9HBH1 P Peptide deformylase 2 UniProtKB:Q45495|PTN000048676 protein NCBITaxon:224308 20170228 GO_Central peptidyl-methionine modification +UniProtKB Q45495 defB GO:0043686 GO_REF:0000033 IBA PANTHER:PTN002235180|TAIR:locus:2037733|UniProtKB:P0A6K3 P Peptide deformylase 2 UniProtKB:Q45495|PTN000048676 protein NCBITaxon:224308 20230602 GO_Central co-translational protein modification +UniProtKB Q45494 ykrA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C Putative phosphatase YkrA UniProtKB:Q45494|PTN000000096 protein NCBITaxon:224308 20200129 GO_Central cytosol +UniProtKB Q45494 ykrA GO:0000287 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:P75792|UniProtKB:P0A8Y5 F Putative phosphatase YkrA UniProtKB:Q45494|PTN000000096 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding +UniProtKB Q45494 ykrA GO:0016791 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P75792|UniProtKB:P0A8Y5 F Putative phosphatase YkrA UniProtKB:Q45494|PTN000000096 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity +UniProtKB Q45480 ylyB GO:0009982 GO_REF:0000033 IBA PANTHER:PTN008577970|SGD:S000002194|UniProtKB:Q8IZ73|UniProtKB:P0AA37|UniProtKB:P0AA41|UniProtKB:P33643|FB:FBgn0032256|UniProtKB:P0AA39|SGD:S000003401|SGD:S000005427 F Uncharacterized RNA pseudouridine synthase YlyB UniProtKB:Q45480|PTN000046870 protein NCBITaxon:224308 20231109 GO_Central pseudouridine synthase activity +UniProtKB Q45480 ylyB GO:0000455 GO_REF:0000033 IBA PANTHER:PTN008577970|UniProtKB:P33643|UniProtKB:P0AA37|UniProtKB:P0AA39 P Uncharacterized RNA pseudouridine synthase YlyB UniProtKB:Q45480|PTN000046870 protein NCBITaxon:224308 20200808 GO_Central enzyme-directed rRNA pseudouridine synthesis +UniProtKB Q45477 ileS GO:0004822 GO_REF:0000033 IBA PANTHER:PTN000235772|UniProtKB:P00956 F Isoleucine--tRNA ligase UniProtKB:Q45477|PTN000235990 protein NCBITaxon:224308 20170228 GO_Central isoleucine-tRNA ligase activity +UniProtKB Q45477 ileS GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000235772|UniProtKB:P00956 C Isoleucine--tRNA ligase UniProtKB:Q45477|PTN000235990 protein NCBITaxon:224308 20210102 GO_Central cytosol +UniProtKB Q45477 ileS GO:0006428 GO_REF:0000033 IBA PANTHER:PTN000235772|UniProtKB:P00956 P Isoleucine--tRNA ligase UniProtKB:Q45477|PTN000235990 protein NCBITaxon:224308 20170228 GO_Central isoleucyl-tRNA aminoacylation +UniProtKB Q45461 opuBB GO:0031460 GO_REF:0000033 IBA PANTHER:PTN001249439|UniProtKB:O69722|UniProtKB:O69723|UniProtKB:P33361 P Choline transport system permease protein OpuBB UniProtKB:Q45461|PTN001249441 protein NCBITaxon:224308 20221008 GO_Central glycine betaine transport +UniProtKB P32731 rbfA GO:0042254 GO_REF:0000033 IBA PANTHER:PTN002127897|TAIR:locus:2139529|UniProtKB:P0A7G2 P Ribosome-binding factor A UniProtKB:P32731|PTN002127941 protein NCBITaxon:224308 20211112 GO_Central ribosome biogenesis +UniProtKB P32731 rbfA GO:0043024 GO_REF:0000033 IBA PANTHER:PTN002127897|UniProtKB:P0A7G2 F Ribosome-binding factor A UniProtKB:P32731|PTN002127941 protein NCBITaxon:224308 20180110 GO_Central ribosomal small subunit binding +UniProtKB P32731 rbfA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002127916|UniProtKB:P0A7G2 C Ribosome-binding factor A UniProtKB:P32731|PTN002127941 protein NCBITaxon:224308 20180110 GO_Central cytosol +UniProtKB P32727 nusA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000505391|UniProtKB:P0AFF6 C Transcription termination/antitermination protein NusA UniProtKB:P32727|PTN000505394 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P32727 nusA GO:0031564 GO_REF:0000033 IBA PANTHER:PTN000505391|UniProtKB:P9WIV3|UniProtKB:P0AFF6 P Transcription termination/antitermination protein NusA UniProtKB:P32727|PTN000505394 protein NCBITaxon:224308 20170228 GO_Central transcription antitermination +UniProtKB P32726 rimP GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002140370|UniProtKB:P0A8A8 C Ribosome maturation factor RimP UniProtKB:P32726|PTN002140394 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P32726 rimP GO:0006412 GO_REF:0000033 IBA PANTHER:PTN002140370|UniProtKB:P0A8A8 P Ribosome maturation factor RimP UniProtKB:P32726|PTN002140394 protein NCBITaxon:224308 20170228 GO_Central translation +UniProtKB P32726 rimP GO:0000028 GO_REF:0000033 IBA PANTHER:PTN002140370|UniProtKB:P0A8A8 P Ribosome maturation factor RimP UniProtKB:P32726|PTN002140394 protein NCBITaxon:224308 20170228 GO_Central ribosomal small subunit assembly +UniProtKB P33189 yhxA GO:0004015 GO_REF:0000033 IBA PANTHER:PTN000241343|UniProtKB:P12995|TAIR:locus:2174532|SGD:S000005341|UniProtKB:P9WQ81 F Uncharacterized aminotransferase YhxA UniProtKB:P33189|PTN000241429 protein NCBITaxon:224308 20170228 GO_Central adenosylmethionine-8-amino-7-oxononanoate transaminase activity +UniProtKB P33189 yhxA GO:0009102 GO_REF:0000033 IBA PANTHER:PTN000241343|SGD:S000005341|TAIR:locus:2174532|UniProtKB:Q5AYI6|UniProtKB:P9WQ81|UniProtKB:P12995|UniProtKB:Q4WD65 P Uncharacterized aminotransferase YhxA UniProtKB:P33189|PTN000241429 protein NCBITaxon:224308 20220925 GO_Central biotin biosynthetic process +UniProtKB P33166 tuf GO:0003746 GO_REF:0000033 IBA PANTHER:PTN001500717|MGI:MGI:2137092|UniProtKB:P49411|UniProtKB:P49410|PomBase:SPBC9B6.04c|SGD:S000005713 F Elongation factor Tu UniProtKB:P33166|PTN000562125 protein NCBITaxon:224308 20231109 GO_Central translation elongation factor activity +UniProtKB P33166 tuf GO:0006414 GO_REF:0000033 IBA PANTHER:PTN001500717|MGI:MGI:1860138|FB:FBgn0034627|UniProtKB:P49410|MGI:MGI:2137092|UniProtKB:P49411|WB:WBGene00008133|SGD:S000005713 P Elongation factor Tu UniProtKB:P33166|PTN000562125 protein NCBITaxon:224308 20231109 GO_Central translational elongation +UniProtKB P12877 rplE GO:0006412 GO_REF:0000033 IBA PANTHER:PTN008532159|UniProtKB:P62913 P 50S ribosomal protein L5 UniProtKB:P12877|PTN000242171 protein NCBITaxon:224308 20230829 GO_Central translation +UniProtKB P12877 rplE GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000242048|FB:FBgn0013325|MGI:MGI:1914275|SGD:S000002645|UniProtKB:P62913 F 50S ribosomal protein L5 UniProtKB:P12877|PTN000242171 protein NCBITaxon:224308 20230405 GO_Central structural constituent of ribosome +UniProtKB P12877 rplE GO:0022625 GO_REF:0000033 IBA PANTHER:PTN000242048|UniProtKB:P62913|RGD:1308681|UniProtKB:P62399|SGD:S000003317|SGD:S000006306|MGI:MGI:1914275 C 50S ribosomal protein L5 UniProtKB:P12877|PTN000242171 protein NCBITaxon:224308 20211216 GO_Central cytosolic large ribosomal subunit +UniProtKB P12877 rplE GO:0003723 GO_REF:0000033 IBA PANTHER:PTN000242048|TAIR:locus:2124978|TAIR:locus:2099024|UniProtKB:P62399|UniProtKB:P62913|TAIR:locus:2052432 F 50S ribosomal protein L5 UniProtKB:P12877|PTN000242171 protein NCBITaxon:224308 20200808 GO_Central RNA binding +UniProtKB P35165 sigX GO:0016987 GO_REF:0000033 IBA PANTHER:PTN002455017|UniProtKB:P9WGH5|UniProtKB:Q9I5P9|UniProtKB:Q9I646|UniProtKB:P23484|UniProtKB:Q9I6Y3|UniProtKB:Q06198|UniProtKB:P9WGG7|UniProtKB:Q9HZV1|UniProtKB:Q9I114|UniProtKB:P9WGG9|UniProtKB:Q9HUR7|UniProtKB:Q9I222|UniProtKB:Q9I2W5|UniProtKB:Q7AKG9|UniProtKB:Q9I265|UniProtKB:Q9I193|UniProtKB:G3XCV1 F ECF RNA polymerase sigma factor SigX UniProtKB:P35165|PTN001249343 protein NCBITaxon:224308 20230517 GO_Central sigma factor activity +UniProtKB P35165 sigX GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002455017|UniProtKB:O53590|UniProtKB:G3XCV1|UniProtKB:P9WGH9|UniProtKB:P9WGH1|UniProtKB:Q9KPA6|UniProtKB:P9WGH5|UniProtKB:P0AGB6 P ECF RNA polymerase sigma factor SigX UniProtKB:P35165|PTN001249343 protein NCBITaxon:224308 20230517 GO_Central regulation of DNA-templated transcription +UniProtKB P35164 resE GO:0007234 GO_REF:0000033 IBA PANTHER:PTN002450928|UniProtKB:Q5AVI3|SGD:S000003996 P Sensor histidine kinase ResE UniProtKB:P35164|PTN000703967 protein NCBITaxon:224308 20200810 GO_Central osmosensory signaling via phosphorelay pathway +UniProtKB P35164 resE GO:0030295 GO_REF:0000033 IBA PANTHER:PTN002450928|SGD:S000003996 F Sensor histidine kinase ResE UniProtKB:P35164|PTN000703967 protein NCBITaxon:224308 20201206 GO_Central protein kinase activator activity +UniProtKB P35164 resE GO:0000156 GO_REF:0000033 IBA PANTHER:PTN002450928|SGD:S000003996|CGD:CAL0000190567 F Sensor histidine kinase ResE UniProtKB:P35164|PTN000703967 protein NCBITaxon:224308 20221009 GO_Central phosphorelay response regulator activity +UniProtKB P35163 resD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:P69228|UniProtKB:P0AE88|UniProtKB:P0A9Q1 C Transcriptional regulatory protein ResD UniProtKB:P35163|PTN000724515 protein NCBITaxon:224308 20170829 GO_Central cytosol +UniProtKB P35163 resD GO:0000976 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P69228|UniProtKB:Q8EE50|UniProtKB:P21866|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P08368|UniProtKB:Q8EHJ3 F Transcriptional regulatory protein ResD UniProtKB:P35163|PTN000724515 protein NCBITaxon:224308 20211113 GO_Central transcription cis-regulatory region binding +UniProtKB P35163 resD GO:0032993 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q8EHJ3 C Transcriptional regulatory protein ResD UniProtKB:P35163|PTN000724515 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex +UniProtKB P35163 resD GO:0000156 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O07776|UniProtKB:Q9I2U3|UniProtKB:P38684|UniProtKB:P0A9Q1|UniProtKB:P30843|UniProtKB:P0AA16|UniProtKB:P0AE88 F Transcriptional regulatory protein ResD UniProtKB:P35163|PTN000724515 protein NCBITaxon:224308 20211113 GO_Central phosphorelay response regulator activity +UniProtKB P35163 resD GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:Q8EEF6|UniProtKB:P9WGM9|UniProtKB:P9WGL9|UniProtKB:P0AFJ5|UniProtKB:P23890|UniProtKB:P0AFT5|UniProtKB:P37478|UniProtKB:P0AA16|UniProtKB:Q8EHJ3|UniProtKB:P21866|UniProtKB:P44918|UniProtKB:P69228|UniProtKB:P23836|UniProtKB:P0AE88|UniProtKB:P08368|UniProtKB:P0ACZ8|UniProtKB:P38684|UniProtKB:P71814|UniProtKB:P30843|UniProtKB:P9WGM7|UniProtKB:O53830|UniProtKB:P76340|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q9I034 P Transcriptional regulatory protein ResD UniProtKB:P35163|PTN000724515 protein NCBITaxon:224308 20230604 GO_Central regulation of DNA-templated transcription +UniProtKB P35162 resC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001247822|UniProtKB:P0ABM1 C Cytochrome c biogenesis protein ResC UniProtKB:P35162|PTN001574995 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P35158 spmB GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002184024|UniProtKB:P0AEH8 C Spore maturation protein B UniProtKB:P35158|PTN002184030 protein NCBITaxon:224308 20170901 GO_Central plasma membrane +UniProtKB P35146 aroD GO:0003855 GO_REF:0000033 IBA PANTHER:PTN000472499|UniProtKB:P05194|UniProtKB:P58687 F 3-dehydroquinate dehydratase UniProtKB:P35146|PTN000472502 protein NCBITaxon:224308 20170228 GO_Central 3-dehydroquinate dehydratase activity +UniProtKB P35146 aroD GO:0046279 GO_REF:0000033 IBA PANTHER:PTN000472499|UniProtKB:P58687|UniProtKB:P05194 P 3-dehydroquinate dehydratase UniProtKB:P35146|PTN000472502 protein NCBITaxon:224308 20170228 GO_Central 3,4-dihydroxybenzoate biosynthetic process +UniProtKB P35137 ppiB GO:0000413 GO_REF:0000033 IBA PANTHER:PTN000116298|UniProtKB:Q9Y3C6|UniProtKB:Q96BP3 P Peptidyl-prolyl cis-trans isomerase B UniProtKB:P35137|PTN000117295 protein NCBITaxon:224308 20230604 GO_Central protein peptidyl-prolyl isomerization +UniProtKB P35137 ppiB GO:0003755 GO_REF:0000033 IBA PANTHER:PTN000116298|WB:WBGene00000892|dictyBase:DDB_G0269216|UniProtKB:Q9Y3C6|TAIR:locus:2076003|UniProtKB:P9WHW3|UniProtKB:Q96BP3|PomBase:SPAC57A10.03 F Peptidyl-prolyl cis-trans isomerase B UniProtKB:P35137|PTN000117295 protein NCBITaxon:224308 20211209 GO_Central peptidyl-prolyl cis-trans isomerase activity +UniProtKB P71017 gbsB GO:0004022 GO_REF:0000033 IBA PANTHER:PTN002608572|SGD:S000003225|UniProtKB:Q9XDN0|UniProtKB:P0A9Q7|PomBase:SPAC5H10.06c|UniProtKB:P37686|UniProtKB:P76553 F Choline dehydrogenase UniProtKB:P71017|PTN002608708 protein NCBITaxon:224308 20211110 GO_Central alcohol dehydrogenase (NAD+) activity +UniProtKB P71037 ywnB GO:0016646 GO_REF:0000033 IBA PANTHER:PTN001030386|UniProtKB:P30043 F Uncharacterized protein YwnB UniProtKB:P71037|PTN000385465 protein NCBITaxon:224308 20220223 GO_Central oxidoreductase activity, acting on the CH-NH group of donors, NAD or NADP as acceptor +UniProtKB P71044 spoIIQ GO:0004222 GO_REF:0000033 IBA PANTHER:PTN002729049|UniProtKB:O33599|UniProtKB:P0AFS9 F Stage II sporulation protein Q UniProtKB:P71044|PTN002330624 protein NCBITaxon:224308 20180411 GO_Central metalloendopeptidase activity +UniProtKB P34959 qoxD GO:0009319 GO_REF:0000033 IBA PANTHER:PTN002198273|UniProtKB:P0ABJ6 C Quinol oxidase subunit 4 UniProtKB:P34959|PTN002198278 protein NCBITaxon:224308 20170921 GO_Central cytochrome o ubiquinol oxidase complex +UniProtKB P34959 qoxD GO:0015990 GO_REF:0000033 IBA PANTHER:PTN002198273|UniProtKB:P0ABJ6 P Quinol oxidase subunit 4 UniProtKB:P34959|PTN002198278 protein NCBITaxon:224308 20170921 GO_Central electron transport coupled proton transport +UniProtKB P34959 qoxD GO:0009486 GO_REF:0000033 IBA PANTHER:PTN002198273|UniProtKB:P0ABJ6 F Quinol oxidase subunit 4 UniProtKB:P34959|PTN002198278 protein NCBITaxon:224308 20170921 GO_Central cytochrome bo3 ubiquinol oxidase activity +UniProtKB P34959 qoxD GO:0015078 GO_REF:0000033 IBA PANTHER:PTN002198273|UniProtKB:P0ABJ6 F Quinol oxidase subunit 4 UniProtKB:P34959|PTN002198278 protein NCBITaxon:224308 20170921 GO_Central proton transmembrane transporter activity +UniProtKB P34959 qoxD GO:0019646 GO_REF:0000033 IBA PANTHER:PTN002198273|UniProtKB:P0ABJ6 P Quinol oxidase subunit 4 UniProtKB:P34959|PTN002198278 protein NCBITaxon:224308 20170921 GO_Central aerobic electron transport chain +UniProtKB P34958 qoxC contributes_to GO:0004129 GO_REF:0000033 IBA PANTHER:PTN000150044|PomBase:SPMIT.04|SGD:S000007283 F Quinol oxidase subunit 3 UniProtKB:P34958|PTN000150048 protein NCBITaxon:224308 20230602 GO_Central cytochrome-c oxidase activity +UniProtKB P34958 qoxC GO:0009319 GO_REF:0000033 IBA PANTHER:PTN008517370|UniProtKB:P0ABJ3 C Quinol oxidase subunit 3 UniProtKB:P34958|PTN000150048 protein NCBITaxon:224308 20170602 GO_Central cytochrome o ubiquinol oxidase complex +UniProtKB P34958 qoxC GO:0009486 GO_REF:0000033 IBA PANTHER:PTN008517370|UniProtKB:P0ABJ3 F Quinol oxidase subunit 3 UniProtKB:P34958|PTN000150048 protein NCBITaxon:224308 20170602 GO_Central cytochrome bo3 ubiquinol oxidase activity +UniProtKB P34958 qoxC GO:0019646 GO_REF:0000033 IBA PANTHER:PTN008517370|UniProtKB:P0ABJ3 P Quinol oxidase subunit 3 UniProtKB:P34958|PTN000150048 protein NCBITaxon:224308 20170602 GO_Central aerobic electron transport chain +UniProtKB P34958 qoxC GO:0015990 GO_REF:0000033 IBA PANTHER:PTN008517370|UniProtKB:P0ABJ3 P Quinol oxidase subunit 3 UniProtKB:P34958|PTN000150048 protein NCBITaxon:224308 20170602 GO_Central electron transport coupled proton transport +UniProtKB P34957 qoxA contributes_to GO:0004129 GO_REF:0000033 IBA PANTHER:PTN000527128|PomBase:SPMIT.11|UniProtKB:P00403|SGD:S000007281 F Quinol oxidase subunit 2 UniProtKB:P34957|PTN000527177 protein NCBITaxon:224308 20230603 GO_Central cytochrome-c oxidase activity +UniProtKB P34957 qoxA GO:0042773 GO_REF:0000033 IBA PANTHER:PTN000527128|UniProtKB:Q81HT3|SGD:S000007281|PomBase:SPMIT.11 P Quinol oxidase subunit 2 UniProtKB:P34957|PTN000527177 protein NCBITaxon:224308 20200809 GO_Central ATP synthesis coupled electron transport +UniProtKB P34956 qoxB GO:0015990 GO_REF:0000033 IBA PANTHER:PTN000046094|UniProtKB:P0ABI8 P Quinol oxidase subunit 1 UniProtKB:P34956|PTN000046162 protein NCBITaxon:224308 20170228 GO_Central electron transport coupled proton transport +UniProtKB P34956 qoxB GO:0022904 GO_REF:0000033 IBA PANTHER:PTN000046094|UniProtKB:P0ABI8|SGD:S000007260|FB:FBgn0013674|PomBase:SPMIT.01 P Quinol oxidase subunit 1 UniProtKB:P34956|PTN000046162 protein NCBITaxon:224308 20230602 GO_Central respiratory electron transport chain +UniProtKB P34956 qoxB GO:0009060 GO_REF:0000033 IBA PANTHER:PTN000046094|SGD:S000007260|PomBase:SPMIT.01|FB:FBgn0013674|UniProtKB:P0ABI8 P Quinol oxidase subunit 1 UniProtKB:P34956|PTN000046162 protein NCBITaxon:224308 20230602 GO_Central aerobic respiration +UniProtKB P34956 qoxB contributes_to GO:0004129 GO_REF:0000033 IBA PANTHER:PTN000046094|UniProtKB:P00395|SGD:S000007260|PomBase:SPMIT.01 F Quinol oxidase subunit 1 UniProtKB:P34956|PTN000046162 protein NCBITaxon:224308 20230602 GO_Central cytochrome-c oxidase activity +UniProtKB O07085 czcO GO:0004497 GO_REF:0000033 IBA PANTHER:PTN002461028|UniProtKB:Q8PDQ6|UniProtKB:P9WKF7|UniProtKB:Q10RE2|UniProtKB:A0A0P0V5U9|UniProtKB:Q9LG41|SGD:S000001219|FB:FBgn0034943|TAIR:locus:2117783 F Uncharacterized oxidoreductase CzcO UniProtKB:O07085|PTN000545987 protein NCBITaxon:224308 20221009 GO_Central monooxygenase activity +UniProtKB O07085 czcO GO:0050660 GO_REF:0000033 IBA PANTHER:PTN002461028|UniProtKB:Q8IWF2|UniProtKB:Q8PDQ6 F Uncharacterized oxidoreductase CzcO UniProtKB:O07085|PTN000545987 protein NCBITaxon:224308 20221009 GO_Central flavin adenine dinucleotide binding +UniProtKB O06978 yvcP GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:Q8EEF6|UniProtKB:P9WGM9|UniProtKB:P9WGL9|UniProtKB:P0AFJ5|UniProtKB:P23890|UniProtKB:P0AFT5|UniProtKB:P37478|UniProtKB:P0AA16|UniProtKB:Q8EHJ3|UniProtKB:P21866|UniProtKB:P44918|UniProtKB:P69228|UniProtKB:P23836|UniProtKB:P0AE88|UniProtKB:P08368|UniProtKB:P0ACZ8|UniProtKB:P38684|UniProtKB:P71814|UniProtKB:P30843|UniProtKB:P9WGM7|UniProtKB:O53830|UniProtKB:P76340|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q9I034 P Uncharacterized transcriptional regulatory protein YvcP UniProtKB:O06978|PTN000724414 protein NCBITaxon:224308 20230604 GO_Central regulation of DNA-templated transcription +UniProtKB O06978 yvcP GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:P69228|UniProtKB:P0AE88|UniProtKB:P0A9Q1 C Uncharacterized transcriptional regulatory protein YvcP UniProtKB:O06978|PTN000724414 protein NCBITaxon:224308 20170829 GO_Central cytosol +UniProtKB O06978 yvcP GO:0000156 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O07776|UniProtKB:Q9I2U3|UniProtKB:P38684|UniProtKB:P0A9Q1|UniProtKB:P30843|UniProtKB:P0AA16|UniProtKB:P0AE88 F Uncharacterized transcriptional regulatory protein YvcP UniProtKB:O06978|PTN000724414 protein NCBITaxon:224308 20211113 GO_Central phosphorelay response regulator activity +UniProtKB O06978 yvcP GO:0032993 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q8EHJ3 C Uncharacterized transcriptional regulatory protein YvcP UniProtKB:O06978|PTN000724414 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex +UniProtKB O06978 yvcP GO:0000976 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P69228|UniProtKB:Q8EE50|UniProtKB:P21866|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P08368|UniProtKB:Q8EHJ3 F Uncharacterized transcriptional regulatory protein YvcP UniProtKB:O06978|PTN000724414 protein NCBITaxon:224308 20211113 GO_Central transcription cis-regulatory region binding +UniProtKB O31543 yfjQ GO:0015087 GO_REF:0000033 IBA PANTHER:PTN000488652|UniProtKB:Q9WZ31 F Putative metal ion transporter YfjQ UniProtKB:O31543|PTN000488814 protein NCBITaxon:224308 20180816 GO_Central cobalt ion transmembrane transporter activity +UniProtKB O31543 yfjQ GO:0050897 GO_REF:0000033 IBA PANTHER:PTN000488652|UniProtKB:Q9WZ31|UniProtKB:O50455 F Putative metal ion transporter YfjQ UniProtKB:O31543|PTN000488814 protein NCBITaxon:224308 20180816 GO_Central cobalt ion binding +UniProtKB O31543 yfjQ GO:0000287 GO_REF:0000033 IBA PANTHER:PTN000488652|UniProtKB:O50455|UniProtKB:Q9WZ31 F Putative metal ion transporter YfjQ UniProtKB:O31543|PTN000488814 protein NCBITaxon:224308 20180816 GO_Central magnesium ion binding +UniProtKB O31543 yfjQ GO:0015095 GO_REF:0000033 IBA PANTHER:PTN000488652|UniProtKB:Q9WZ31 F Putative metal ion transporter YfjQ UniProtKB:O31543|PTN000488814 protein NCBITaxon:224308 20180816 GO_Central magnesium ion transmembrane transporter activity +UniProtKB O31570 yfhB GO:0016853 GO_REF:0000033 IBA PANTHER:PTN002301077|TAIR:locus:2140250 F Uncharacterized isomerase YfhB UniProtKB:O31570|PTN000349714 protein NCBITaxon:224308 20200527 GO_Central isomerase activity +UniProtKB O31570 yfhB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN002301077|UniProtKB:P30039 C Uncharacterized isomerase YfhB UniProtKB:O31570|PTN000349714 protein NCBITaxon:224308 20210904 GO_Central cytoplasm +UniProtKB O31581 yfhM GO:0016787 GO_REF:0000033 IBA PANTHER:PTN000863140|ZFIN:ZDB-GENE-041212-70|WB:WBGene00019329|UniProtKB:Q9H6B9|WB:WBGene00010628|UniProtKB:P34913|RGD:620732|UniProtKB:Q9Y013|UniProtKB:Q9HZR3|UniProtKB:Q8IM75|TAIR:locus:2043868|UniProtKB:P9WMR9|MGI:MGI:99500|TAIR:locus:2078067|UniProtKB:L0TC47 F AB hydrolase superfamily protein YfhM UniProtKB:O31581|PTN000106525 protein NCBITaxon:224308 20230112 GO_Central hydrolase activity +UniProtKB O31751 uppS GO:0008834 GO_REF:0000033 IBA PANTHER:PTN007432212|UniProtKB:P9WFF7 F Isoprenyl transferase UniProtKB:O31751|PTN000033423 protein NCBITaxon:224308 20230405 GO_Central di-trans,poly-cis-decaprenylcistransferase activity +UniProtKB O31751 uppS GO:0002094 GO_REF:0000033 IBA PANTHER:PTN000033324|TAIR:locus:2178823|TAIR:locus:2178838 F Isoprenyl transferase UniProtKB:O31751|PTN000033423 protein NCBITaxon:224308 20170228 GO_Central polyprenyltransferase activity +UniProtKB O31751 uppS GO:0000287 GO_REF:0000033 IBA PANTHER:PTN007432212|UniProtKB:P9WFF7 F Isoprenyl transferase UniProtKB:O31751|PTN000033423 protein NCBITaxon:224308 20230405 GO_Central magnesium ion binding +UniProtKB O31751 uppS GO:0005829 GO_REF:0000033 IBA PANTHER:PTN007432212|UniProtKB:P9WFF7 C Isoprenyl transferase UniProtKB:O31751|PTN000033423 protein NCBITaxon:224308 20230405 GO_Central cytosol +UniProtKB O31751 uppS GO:0016094 GO_REF:0000033 IBA PANTHER:PTN000033324|TAIR:locus:2046867|UniProtKB:P9WFF7|SGD:S000004707|TAIR:locus:505006702|TAIR:locus:2178838|TAIR:locus:2178823|SGD:S000000206|UniProtKB:P9WFF5|PomBase:SPAC4D7.04c|TAIR:locus:505006701|TAIR:locus:2046857|UniProtKB:Q8IB97|UniProtKB:P60472|CGD:CAL0000188102 P Isoprenyl transferase UniProtKB:O31751|PTN000033423 protein NCBITaxon:224308 20230109 GO_Central polyprenol biosynthetic process +UniProtKB O31751 uppS GO:0030145 GO_REF:0000033 IBA PANTHER:PTN007432212|UniProtKB:P9WFF7 F Isoprenyl transferase UniProtKB:O31751|PTN000033423 protein NCBITaxon:224308 20230405 GO_Central manganese ion binding +UniProtKB P16440 ribE GO:0004746 GO_REF:0000033 IBA PANTHER:PTN000473531|TAIR:locus:2051394|UniProtKB:P0AFU8|UniProtKB:P9WK35|SGD:S000000460 F Riboflavin synthase UniProtKB:P16440|PTN000473548 protein NCBITaxon:224308 20231109 GO_Central riboflavin synthase activity +UniProtKB P16440 ribE GO:0009231 GO_REF:0000033 IBA PANTHER:PTN000473531|SGD:S000000460|UniProtKB:P9WK35|UniProtKB:P0AFU8|TAIR:locus:2051394 P Riboflavin synthase UniProtKB:P16440|PTN000473548 protein NCBITaxon:224308 20231109 GO_Central riboflavin biosynthetic process +UniProtKB P16336 secY GO:0031522 GO_REF:0000033 IBA PANTHER:PTN000097337|UniProtKB:P0AGA2 C Protein translocase subunit SecY UniProtKB:P16336|PTN000097338 protein NCBITaxon:224308 20180302 GO_Central cell envelope Sec protein transport complex +UniProtKB P16336 secY GO:0005048 GO_REF:0000033 IBA PANTHER:PTN000097337|UniProtKB:P0AGA2 F Protein translocase subunit SecY UniProtKB:P16336|PTN000097338 protein NCBITaxon:224308 20180302 GO_Central signal sequence binding +UniProtKB P16336 secY GO:0006616 GO_REF:0000033 IBA PANTHER:PTN000097217|SGD:S000004370|UniProtKB:P0AGA2 P Protein translocase subunit SecY UniProtKB:P16336|PTN000097338 protein NCBITaxon:224308 20180302 GO_Central SRP-dependent cotranslational protein targeting to membrane, translocation +UniProtKB P16336 secY GO:0008320 GO_REF:0000033 IBA PANTHER:PTN000097217|UniProtKB:P0AGA2|SGD:S000004370 F Protein translocase subunit SecY UniProtKB:P16336|PTN000097338 protein NCBITaxon:224308 20180302 GO_Central protein transmembrane transporter activity +UniProtKB P16304 adk GO:0009123 GO_REF:0000033 IBA PANTHER:PTN000600096|UniProtKB:P9WKF5 P Adenylate kinase UniProtKB:P16304|PTN000600097 protein NCBITaxon:224308 20200205 GO_Central nucleoside monophosphate metabolic process +UniProtKB P16304 adk GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000600096|UniProtKB:P9WKF5|UniProtKB:P69441 C Adenylate kinase UniProtKB:P16304|PTN000600097 protein NCBITaxon:224308 20200205 GO_Central cytosol +UniProtKB P16304 adk GO:0004017 GO_REF:0000033 IBA PANTHER:PTN000599576|UniProtKB:P54819|RGD:619885|UniProtKB:Q96MA6|UniProtKB:P00571|TAIR:locus:2160942|UniProtKB:P9WKF5|FB:FBgn0042094|SGD:S000002634|PomBase:SPAC4G9.03|MGI:MGI:87977|SGD:S000001507|UniProtKB:Q96M32|TAIR:locus:2049842|UniProtKB:Q8IB06|FB:FBgn0022709|UniProtKB:Q8IJV6|UniProtKB:Q5BGS1|UniProtKB:Q5B2V8|RGD:2076|UniProtKB:P69441|TAIR:locus:2182407|UniProtKB:P05081|FB:FBgn0283494|UniProtKB:P00568|RGD:2077 F Adenylate kinase UniProtKB:P16304|PTN000600097 protein NCBITaxon:224308 20230111 GO_Central adenylate kinase activity +UniProtKB P16304 adk GO:0004550 GO_REF:0000033 IBA PANTHER:PTN000600096|UniProtKB:P69441|UniProtKB:P9WKF5 F Adenylate kinase UniProtKB:P16304|PTN000600097 protein NCBITaxon:224308 20200205 GO_Central nucleoside diphosphate kinase activity +UniProtKB P16304 adk GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000599576|UniProtKB:P05081|MGI:MGI:1916120|MGI:MGI:1860835|UniProtKB:P00568|TAIR:locus:2182407|UniProtKB:P69441|RGD:2076|ZFIN:ZDB-GENE-041014-337|UniProtKB:Q8I1T1|UniProtKB:Q9UIJ7|UniProtKB:Q5TCS8|UniProtKB:P27144|UniProtKB:Q57U69|UniProtKB:Q8IJV6|UniProtKB:C0H582|TAIR:locus:2049842|UniProtKB:Q9Y6K8|SGD:S000001507|SGD:S000002634|UniProtKB:P9WKF5|MGI:MGI:87979|TAIR:locus:2160942|SGD:S000000972|RGD:619885 C Adenylate kinase UniProtKB:P16304|PTN000600097 protein NCBITaxon:224308 20230603 GO_Central cytoplasm +UniProtKB P16304 adk GO:0009132 GO_REF:0000033 IBA PANTHER:PTN000600096|UniProtKB:P9WKF5|UniProtKB:P69441 P Adenylate kinase UniProtKB:P16304|PTN000600097 protein NCBITaxon:224308 20200205 GO_Central nucleoside diphosphate metabolic process +UniProtKB P16263 odhB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002459361|UniProtKB:P0AFG6 C Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex UniProtKB:P16263|PTN000568029 protein NCBITaxon:224308 20220223 GO_Central cytosol +UniProtKB P16263 odhB GO:0006099 GO_REF:0000033 IBA PANTHER:PTN000567956|UniProtKB:P36957|UniProtKB:P0AFG6 P Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex UniProtKB:P16263|PTN000568029 protein NCBITaxon:224308 20220223 GO_Central tricarboxylic acid cycle +UniProtKB P16263 odhB GO:0004149 GO_REF:0000033 IBA PANTHER:PTN000567956|UniProtKB:Q9N0F1|UniProtKB:P0AFG6|UniProtKB:P36957|RGD:1359615 F Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex UniProtKB:P16263|PTN000568029 protein NCBITaxon:224308 20220223 GO_Central dihydrolipoyllysine-residue succinyltransferase activity +UniProtKB O07942 azlC GO:1903785 GO_REF:0000033 IBA PANTHER:PTN002168889|UniProtKB:P76630 P Branched-chain amino acid transport protein AzlC UniProtKB:O07942|PTN002168899 protein NCBITaxon:224308 20221209 GO_Central L-valine transmembrane transport +UniProtKB O07937 yraK GO:0004806 GO_REF:0000033 IBA PANTHER:PTN001335022|UniProtKB:P96935 F Uncharacterized hydrolase YraK UniProtKB:O07937|PTN002458032 protein NCBITaxon:224308 20170228 GO_Central triglyceride lipase activity +UniProtKB O07937 yraK GO:0046503 GO_REF:0000033 IBA PANTHER:PTN001335022|UniProtKB:P96935 P Uncharacterized hydrolase YraK UniProtKB:O07937|PTN002458032 protein NCBITaxon:224308 20170228 GO_Central glycerolipid catabolic process +UniProtKB O07920 azlB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 C Transcriptional regulator AzlB UniProtKB:O07920|PTN001249028 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O07920 azlB GO:0043565 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 F Transcriptional regulator AzlB UniProtKB:O07920|PTN001249028 protein NCBITaxon:224308 20211112 GO_Central sequence-specific DNA binding +UniProtKB O07920 azlB GO:0043200 GO_REF:0000033 IBA PANTHER:PTN001248975|UniProtKB:P0ACJ0 P Transcriptional regulator AzlB UniProtKB:O07920|PTN001249028 protein NCBITaxon:224308 20170228 GO_Central response to amino acid +UniProtKB O07906 yraN GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:P39376 F Uncharacterized HTH-type transcriptional regulator YraN UniProtKB:O07906|PTN001248393 protein NCBITaxon:224308 20210531 GO_Central transcription cis-regulatory region binding +UniProtKB O07906 yraN GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:G3XCU6|UniProtKB:P67662|UniProtKB:P0A9F9|UniProtKB:P67660|UniProtKB:P39376|UniProtKB:P72131 P Uncharacterized HTH-type transcriptional regulator YraN UniProtKB:O07906|PTN001248393 protein NCBITaxon:224308 20190829 GO_Central regulation of DNA-templated transcription +UniProtKB O08394 cypD GO:0050660 GO_REF:0000033 IBA PANTHER:PTN000453956|RGD:68335|UniProtKB:Q9UBK8|RGD:3184|UniProtKB:O08336|UniProtKB:O08394|UniProtKB:P38038|MGI:MGI:97361|UniProtKB:Q9UHB4 F Bifunctional cytochrome P450/NADPH--P450 reductase 1 UniProtKB:O08394|PTN000454125 protein NCBITaxon:224308 20210530 GO_Central flavin adenine dinucleotide binding +UniProtKB O08394 cypD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000453956|RGD:3185|UniProtKB:Q9UBK8|UniProtKB:Q9UHB4|UniProtKB:P35228 C Bifunctional cytochrome P450/NADPH--P450 reductase 1 UniProtKB:O08394|PTN000454125 protein NCBITaxon:224308 20230603 GO_Central cytosol +UniProtKB O08394 cypD GO:0016491 GO_REF:0000033 IBA PANTHER:PTN000453956|MGI:MGI:97361|UniProtKB:P38038|UniProtKB:O08336|UniProtKB:P16435|RGD:3184|UniProtKB:Q9UBK8|TAIR:locus:2128951|UniProtKB:C5YJG8|MGI:MGI:1891037|UniProtKB:Q653S9|UniProtKB:P35228|TAIR:locus:2121894|MGI:MGI:97360|UniProtKB:O08394|TAIR:locus:2076547|UniProtKB:Q7X7K8|PomBase:SPBC29A10.01|MGI:MGI:97362|SGD:S000001084|RGD:68335|RGD:3185|UniProtKB:Q9UHB4|MGI:MGI:97744|RGD:3186|UniProtKB:P29475|UniProtKB:Q0J705|UniProtKB:P29474|CGD:CAL0000197218|FB:FBgn0011676|SGD:S000006252|SGD:S000001926|UniProtKB:P29473 F Bifunctional cytochrome P450/NADPH--P450 reductase 1 UniProtKB:O08394|PTN000454125 protein NCBITaxon:224308 20221008 GO_Central oxidoreductase activity +UniProtKB O08394 cypD GO:0010181 GO_REF:0000033 IBA PANTHER:PTN000453956|UniProtKB:Q9UBK8|RGD:68335|RGD:3184|UniProtKB:O08394|UniProtKB:O08336|UniProtKB:Q9UHB4|MGI:MGI:97361|UniProtKB:P38038 F Bifunctional cytochrome P450/NADPH--P450 reductase 1 UniProtKB:O08394|PTN000454125 protein NCBITaxon:224308 20170928 GO_Central FMN binding +UniProtKB O08336 cypB GO:0050660 GO_REF:0000033 IBA PANTHER:PTN000453956|RGD:68335|UniProtKB:Q9UBK8|RGD:3184|UniProtKB:O08336|UniProtKB:O08394|UniProtKB:P38038|MGI:MGI:97361|UniProtKB:Q9UHB4 F Bifunctional cytochrome P450/NADPH--P450 reductase 2 UniProtKB:O08336|PTN000454124 protein NCBITaxon:224308 20210530 GO_Central flavin adenine dinucleotide binding +UniProtKB O08336 cypB GO:0010181 GO_REF:0000033 IBA PANTHER:PTN000453956|UniProtKB:Q9UBK8|RGD:68335|RGD:3184|UniProtKB:O08394|UniProtKB:O08336|UniProtKB:Q9UHB4|MGI:MGI:97361|UniProtKB:P38038 F Bifunctional cytochrome P450/NADPH--P450 reductase 2 UniProtKB:O08336|PTN000454124 protein NCBITaxon:224308 20170928 GO_Central FMN binding +UniProtKB O08336 cypB GO:0016491 GO_REF:0000033 IBA PANTHER:PTN000453956|MGI:MGI:97361|UniProtKB:P38038|UniProtKB:O08336|UniProtKB:P16435|RGD:3184|UniProtKB:Q9UBK8|TAIR:locus:2128951|UniProtKB:C5YJG8|MGI:MGI:1891037|UniProtKB:Q653S9|UniProtKB:P35228|TAIR:locus:2121894|MGI:MGI:97360|UniProtKB:O08394|TAIR:locus:2076547|UniProtKB:Q7X7K8|PomBase:SPBC29A10.01|MGI:MGI:97362|SGD:S000001084|RGD:68335|RGD:3185|UniProtKB:Q9UHB4|MGI:MGI:97744|RGD:3186|UniProtKB:P29475|UniProtKB:Q0J705|UniProtKB:P29474|CGD:CAL0000197218|FB:FBgn0011676|SGD:S000006252|SGD:S000001926|UniProtKB:P29473 F Bifunctional cytochrome P450/NADPH--P450 reductase 2 UniProtKB:O08336|PTN000454124 protein NCBITaxon:224308 20221008 GO_Central oxidoreductase activity +UniProtKB O08336 cypB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000453956|RGD:3185|UniProtKB:Q9UBK8|UniProtKB:Q9UHB4|UniProtKB:P35228 C Bifunctional cytochrome P450/NADPH--P450 reductase 2 UniProtKB:O08336|PTN000454124 protein NCBITaxon:224308 20230603 GO_Central cytosol +UniProtKB O08335 fatR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P0ACU2|UniProtKB:P0ACS9|UniProtKB:P95251 F HTH-type transcriptional repressor FatR UniProtKB:O08335|PTN004738594 protein NCBITaxon:224308 20211112 GO_Central DNA-binding transcription factor activity +UniProtKB O08335 fatR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9KR96|UniProtKB:P32265|UniProtKB:Q9HXS0 F HTH-type transcriptional repressor FatR UniProtKB:O08335|PTN004738594 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB O08335 fatR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9HXW2|UniProtKB:P0ACT6|UniProtKB:P0ACU0|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:Q9HZJ9|UniProtKB:P75952|UniProtKB:P39334|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HVJ0|UniProtKB:P95251|UniProtKB:P9WMB9|UniProtKB:Q9HZW2|UniProtKB:P9WMC1|UniProtKB:Q9HY46|UniProtKB:Q9HXS0|UniProtKB:P32265 P HTH-type transcriptional repressor FatR UniProtKB:O08335|PTN004738594 protein NCBITaxon:224308 20221008 GO_Central regulation of DNA-templated transcription +UniProtKB P19994 map GO:0070006 GO_REF:0000033 IBA PANTHER:PTN002458116|UniProtKB:P9WK19|UniProtKB:P9WK21|SGD:S000004234|UniProtKB:P0AE18 F Methionine aminopeptidase 1 UniProtKB:P19994|PTN000086646 protein NCBITaxon:224308 20231109 GO_Central metalloaminopeptidase activity +UniProtKB P19994 map GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000086670|UniProtKB:P0AE18 C Methionine aminopeptidase 1 UniProtKB:P19994|PTN000086646 protein NCBITaxon:224308 20220223 GO_Central cytosol +UniProtKB P19947 rpmD GO:0022625 GO_REF:0000033 IBA PANTHER:PTN001439435|UniProtKB:P0AG51 C 50S ribosomal protein L30 UniProtKB:P19947|PTN001439436 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P19946 rplO GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000309575|SGD:S000005228 F 50S ribosomal protein L15 UniProtKB:P19946|PTN000309651 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome +UniProtKB P19946 rplO GO:0022625 GO_REF:0000033 IBA PANTHER:PTN000309650|UniProtKB:P02413 C 50S ribosomal protein L15 UniProtKB:P19946|PTN000309651 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P19669 tal GO:0005622 GO_REF:0000033 IBA PANTHER:PTN002242159|UniProtKB:P0A867|TAIR:locus:2181665|UniProtKB:Q57X22|MGI:MGI:1274789|UniProtKB:P0A870|SGD:S000004346 C Transaldolase UniProtKB:P19669|PTN000074414 protein NCBITaxon:224308 20230602 GO_Central intracellular anatomical structure +UniProtKB P19582 hom GO:0004412 GO_REF:0000033 IBA PANTHER:PTN000752178|UniProtKB:P29365 F Homoserine dehydrogenase UniProtKB:P19582|PTN000487106 protein NCBITaxon:224308 20170228 GO_Central homoserine dehydrogenase activity +UniProtKB P19582 hom GO:0009088 GO_REF:0000033 IBA PANTHER:PTN000752178|UniProtKB:P29365 P Homoserine dehydrogenase UniProtKB:P19582|PTN000487106 protein NCBITaxon:224308 20170228 GO_Central threonine biosynthetic process +UniProtKB O07639 ftsW GO:0008360 GO_REF:0000033 IBA PANTHER:PTN000767103|UniProtKB:P0ABG7|UniProtKB:P0ABG4 P Probable peptidoglycan glycosyltransferase FtsW UniProtKB:O07639|PTN000767117 protein NCBITaxon:224308 20170427 GO_Central regulation of cell shape +UniProtKB O07639 ftsW GO:0051301 GO_REF:0000033 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4|UniProtKB:P9WN99 P Probable peptidoglycan glycosyltransferase FtsW UniProtKB:O07639|PTN000767117 protein NCBITaxon:224308 20170427 GO_Central cell division +UniProtKB O07639 ftsW GO:0015648 GO_REF:0000033 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4 F Probable peptidoglycan glycosyltransferase FtsW UniProtKB:O07639|PTN000767117 protein NCBITaxon:224308 20170427 GO_Central lipid-linked peptidoglycan transporter activity +UniProtKB O07639 ftsW GO:0032153 GO_REF:0000033 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4 C Probable peptidoglycan glycosyltransferase FtsW UniProtKB:O07639|PTN000767117 protein NCBITaxon:224308 20170427 GO_Central cell division site +UniProtKB O07637 glsA2 GO:0004359 GO_REF:0000033 IBA PANTHER:PTN000283994|UniProtKB:P77454|UniProtKB:P0A6W0|UniProtKB:O94925|MGI:MGI:95752 F Glutaminase 2 UniProtKB:O07637|PTN000284080 protein NCBITaxon:224308 20170228 GO_Central glutaminase activity +UniProtKB O07637 glsA2 GO:0006537 GO_REF:0000033 IBA PANTHER:PTN000283994|UniProtKB:O94925|MGI:MGI:95752 P Glutaminase 2 UniProtKB:O07637|PTN000284080 protein NCBITaxon:224308 20170228 GO_Central glutamate biosynthetic process +UniProtKB O07637 glsA2 GO:0006543 GO_REF:0000033 IBA PANTHER:PTN000283994|UniProtKB:P0A6W0|MGI:MGI:95752|UniProtKB:O94925 P Glutaminase 2 UniProtKB:O07637|PTN000284080 protein NCBITaxon:224308 20170228 GO_Central glutamine catabolic process +UniProtKB O07635 ylaK GO:0005524 GO_REF:0000033 IBA PANTHER:PTN001253161|UniProtKB:P0A9K1 F Uncharacterized protein YlaK UniProtKB:O07635|PTN001253163 protein NCBITaxon:224308 20190116 GO_Central ATP binding +UniProtKB O07635 ylaK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001253161|UniProtKB:P0A9K3 C Uncharacterized protein YlaK UniProtKB:O07635|PTN001253163 protein NCBITaxon:224308 20190116 GO_Central cytosol +UniProtKB O07631 bipA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000562745|UniProtKB:P13639|UniProtKB:Q15029 C 50S ribosomal subunit assembly factor BipA UniProtKB:O07631|PTN000563257 protein NCBITaxon:224308 20230604 GO_Central cytosol +UniProtKB O07631 bipA GO:1990904 GO_REF:0000033 IBA PANTHER:PTN000562745|UniProtKB:P13639|UniProtKB:Q15029|RGD:61979|FB:FBgn0039566|SGD:S000001656|PomBase:SPBC215.12 C 50S ribosomal subunit assembly factor BipA UniProtKB:O07631|PTN000563257 protein NCBITaxon:224308 20231109 GO_Central ribonucleoprotein complex +UniProtKB O07631 bipA GO:0003924 GO_REF:0000033 IBA PANTHER:PTN000562745|UniProtKB:P13639|CGD:CAL0000189676|SGD:S000001656|MGI:MGI:95288|SGD:S000005107|UniProtKB:Q7Z2Z2|SGD:S000002793 F 50S ribosomal subunit assembly factor BipA UniProtKB:O07631|PTN000563257 protein NCBITaxon:224308 20230604 GO_Central GTPase activity +UniProtKB O07627 ylaC GO:0016987 GO_REF:0000033 IBA PANTHER:PTN002455017|UniProtKB:P9WGH5|UniProtKB:Q9I5P9|UniProtKB:Q9I646|UniProtKB:P23484|UniProtKB:Q9I6Y3|UniProtKB:Q06198|UniProtKB:P9WGG7|UniProtKB:Q9HZV1|UniProtKB:Q9I114|UniProtKB:P9WGG9|UniProtKB:Q9HUR7|UniProtKB:Q9I222|UniProtKB:Q9I2W5|UniProtKB:Q7AKG9|UniProtKB:Q9I265|UniProtKB:Q9I193|UniProtKB:G3XCV1 F RNA polymerase sigma factor YlaC UniProtKB:O07627|PTN001249342 protein NCBITaxon:224308 20230517 GO_Central sigma factor activity +UniProtKB O07627 ylaC GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002455017|UniProtKB:O53590|UniProtKB:G3XCV1|UniProtKB:P9WGH9|UniProtKB:P9WGH1|UniProtKB:Q9KPA6|UniProtKB:P9WGH5|UniProtKB:P0AGB6 P RNA polymerase sigma factor YlaC UniProtKB:O07627|PTN001249342 protein NCBITaxon:224308 20230517 GO_Central regulation of DNA-templated transcription +UniProtKB O07622 yhfW GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000354057|UniProtKB:Q5JFG7|RGD:621125|UniProtKB:Q9UI17|UniProtKB:P33940|UniProtKB:Q96CU9|SGD:S000001051|MGI:MGI:2183102 C Putative Rieske 2Fe-2S iron-sulfur protein YhfW UniProtKB:O07622|PTN000354583 protein NCBITaxon:224308 20230603 GO_Central cytoplasm +UniProtKB O07622 yhfW GO:0016491 GO_REF:0000033 IBA PANTHER:PTN000354057|UniProtKB:O31616|UniProtKB:Q9HU99|UniProtKB:P37906|UniProtKB:Q9HVF1|UniProtKB:P0A6J5|RGD:620453|UniProtKB:Q9HTE8|UniProtKB:Q9HTQ0|UniProtKB:Q9UI17|RGD:621125|UniProtKB:Q5JFG7|UniProtKB:P33940 F Putative Rieske 2Fe-2S iron-sulfur protein YhfW UniProtKB:O07622|PTN000354583 protein NCBITaxon:224308 20200930 GO_Central oxidoreductase activity +UniProtKB O07619 yhfT GO:0031956 GO_REF:0000033 IBA PANTHER:PTN000644517|UniProtKB:Q96CM8 F Uncharacterized acyl--CoA ligase YhfT UniProtKB:O07619|PTN000644602 protein NCBITaxon:224308 20200212 GO_Central medium-chain fatty acid-CoA ligase activity +UniProtKB O07619 yhfT GO:0006631 GO_REF:0000033 IBA PANTHER:PTN000644517|TAIR:locus:2093432|WB:WBGene00009221 P Uncharacterized acyl--CoA ligase YhfT UniProtKB:O07619|PTN000644602 protein NCBITaxon:224308 20200212 GO_Central fatty acid metabolic process +UniProtKB O07618 yhfS GO:0010124 GO_REF:0000033 IBA PANTHER:PTN001823071|UniProtKB:P0C7L2 P Putative acetyl-CoA C-acetyltransferase YhfS UniProtKB:O07618|PTN000432459 protein NCBITaxon:224308 20170228 GO_Central phenylacetate catabolic process +UniProtKB O07618 yhfS GO:0006635 GO_REF:0000033 IBA PANTHER:PTN001823071|UniProtKB:P21151|UniProtKB:P09110|SGD:S000001422|RGD:67379 P Putative acetyl-CoA C-acetyltransferase YhfS UniProtKB:O07618|PTN000432459 protein NCBITaxon:224308 20170616 GO_Central fatty acid beta-oxidation +UniProtKB O07618 yhfS GO:0003988 GO_REF:0000033 IBA PANTHER:PTN001823071|UniProtKB:P21151|TAIR:locus:2046565|SGD:S000001422|RGD:67379 F Putative acetyl-CoA C-acetyltransferase YhfS UniProtKB:O07618|PTN000432459 protein NCBITaxon:224308 20170616 GO_Central acetyl-CoA C-acyltransferase activity +UniProtKB O07617 phoE GO:0005737 GO_REF:0000033 IBA PANTHER:PTN001126135|SGD:S000001611 C Uncharacterized phosphatase PhoE UniProtKB:O07617|PTN000546980 protein NCBITaxon:224308 20230112 GO_Central cytoplasm +UniProtKB O07617 phoE GO:0016791 GO_REF:0000033 IBA PANTHER:PTN005128062|UniProtKB:W5EP13|UniProtKB:Q6MWZ7|TAIR:locus:2146678|SGD:S000001751|UniProtKB:P76502|UniProtKB:P9WIC7|SGD:S000005809 F Uncharacterized phosphatase PhoE UniProtKB:O07617|PTN000546980 protein NCBITaxon:224308 20220111 GO_Central phosphatase activity +UniProtKB O07615 yhfP GO:0043957 GO_REF:0000033 IBA PANTHER:PTN000191187|UniProtKB:P26646 F Putative quinone oxidoreductase YhfP UniProtKB:O07615|PTN000191188 protein NCBITaxon:224308 20211119 GO_Central acryloyl-CoA reductase (NADP+) activity +UniProtKB O07614 yhfO GO:0016747 GO_REF:0000033 IBA PANTHER:PTN002453816|UniProtKB:Q8ZPD3 F Uncharacterized N-acetyltransferase YhfO UniProtKB:O07614|PTN000558386 protein NCBITaxon:224308 20170228 GO_Central acyltransferase activity, transferring groups other than amino-acyl groups +UniProtKB O07608 lplJ GO:0017118 GO_REF:0000033 IBA PANTHER:PTN000285676|UniProtKB:O07608|UniProtKB:P32099|UniProtKB:O46419 F Lipoate-protein ligase LplJ UniProtKB:O07608|PTN000285730 protein NCBITaxon:224308 20231108 GO_Central lipoyltransferase activity +UniProtKB O07608 lplJ GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000285676|UniProtKB:P32099|UniProtKB:Q8IEG9|SGD:S000003582 C Lipoate-protein ligase LplJ UniProtKB:O07608|PTN000285730 protein NCBITaxon:224308 20230110 GO_Central cytoplasm +UniProtKB O07608 lplJ GO:0009249 GO_REF:0000033 IBA PANTHER:PTN000285676|UniProtKB:P32099|UniProtKB:O07608|SGD:S000003582|UniProtKB:Q8IEG9 P Lipoate-protein ligase LplJ UniProtKB:O07608|PTN000285730 protein NCBITaxon:224308 20230110 GO_Central protein lipoylation +UniProtKB O07608 lplJ GO:0016979 GO_REF:0000033 IBA PANTHER:PTN007581200|UniProtKB:O07608 F Lipoate-protein ligase LplJ UniProtKB:O07608|PTN000285730 protein NCBITaxon:224308 20210120 GO_Central lipoate-protein ligase activity +UniProtKB O07607 yhfI GO:0042781 GO_REF:0000033 IBA PANTHER:PTN000284960|UniProtKB:P0A8V0 F Probable metallo-hydrolase YhfI UniProtKB:O07607|PTN000284940 protein NCBITaxon:224308 20170228 GO_Central 3'-tRNA processing endoribonuclease activity +UniProtKB O07605 gltT GO:0006835 GO_REF:0000033 IBA PANTHER:PTN000238530|UniProtKB:P21345 P Proton/sodium-glutamate symport protein UniProtKB:O07605|PTN000238533 protein NCBITaxon:224308 20170608 GO_Central dicarboxylic acid transport +UniProtKB O07605 gltT GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001735301|UniProtKB:P0A830|UniProtKB:P0AGE4|UniProtKB:P21345|UniProtKB:P77529 C Proton/sodium-glutamate symport protein UniProtKB:O07605|PTN000238533 protein NCBITaxon:224308 20230112 GO_Central plasma membrane +UniProtKB O07605 gltT GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001735301|UniProtKB:P0A830|UniProtKB:P0AGE4|UniProtKB:P77529 F Proton/sodium-glutamate symport protein UniProtKB:O07605|PTN000238533 protein NCBITaxon:224308 20190111 GO_Central transmembrane transporter activity +UniProtKB O07600 fabHB GO:0044550 GO_REF:0000033 IBA PANTHER:PTN002147059|UniProtKB:Q9I4X1 P 3-oxoacyl-[acyl-carrier-protein] synthase 3 protein 2 UniProtKB:O07600|PTN002147089 protein NCBITaxon:224308 20221209 GO_Central secondary metabolite biosynthetic process +UniProtKB O07598 yhaA GO:0016787 GO_REF:0000033 IBA PANTHER:PTN000791457|TAIR:locus:2017607|TAIR:locus:2164976|UniProtKB:O34916|TAIR:locus:2823614|TAIR:locus:2075382 F Putative amidohydrolase YhaA UniProtKB:O07598|PTN001285824 protein NCBITaxon:224308 20190524 GO_Central hydrolase activity +UniProtKB O07597 dat GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000214703|UniProtKB:P0AB80 C D-alanine aminotransferase UniProtKB:O07597|PTN000214701 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O07597 dat GO:0019752 GO_REF:0000033 IBA PANTHER:PTN000214662|SGD:S000004902|UniProtKB:P28305|TAIR:locus:2174433|UniProtKB:P0AB80 P D-alanine aminotransferase UniProtKB:O07597|PTN000214701 protein NCBITaxon:224308 20221009 GO_Central carboxylic acid metabolic process +UniProtKB O07595 cobB GO:0004407 GO_REF:0000033 IBA PANTHER:PTN008143312|UniProtKB:Q13547|FB:FBgn0026428|UniProtKB:Q92769|dictyBase:DDB_G0270338|PomBase:SPBC800.03|UniProtKB:O15379|UniProtKB:Q586J9|UniProtKB:Q9BY41|UniProtKB:D6XGM6|MGI:MGI:108086|UniProtKB:Q9UBN7|MGI:MGI:2385849|SGD:S000003162|TAIR:locus:2120948|FB:FBgn0025825|FB:FBgn0029783|UniProtKB:Q969S8|MGI:MGI:1333752|UniProtKB:G5EB64|PomBase:SPAC3G9.07c|UniProtKB:Q9NRC8|MGI:MGI:1097691|TAIR:locus:2159461|FB:FBgn0015805|UniProtKB:Q8RX28|WB:WBGene00001834|UniProtKB:C8V606|PomBase:SPBC36.05c|TAIR:locus:2162017|SGD:S000005274|UniProtKB:Q8GXJ1|UniProtKB:Q96DB2 F NAD-dependent protein deacetylase UniProtKB:O07595|PTN000119450 protein NCBITaxon:224308 20231110 GO_Central histone deacetylase activity +UniProtKB O07591 crcB2 GO:1903424 GO_REF:0000033 IBA PANTHER:PTN002001071|SGD:S000005917|UniProtKB:P37002|PomBase:SPAC977.11|SGD:S000006200|TAIR:locus:505006314|PomBase:SPBPB8B6.06c P Putative fluoride ion transporter CrcB 2 UniProtKB:O07591|PTN002001177 protein NCBITaxon:224308 20200930 GO_Central fluoride transmembrane transport +UniProtKB O07591 crcB2 GO:1903425 GO_REF:0000033 IBA PANTHER:PTN002001071|PomBase:SPAC977.11|SGD:S000006200|TAIR:locus:505006314|PomBase:SPBPB8B6.06c|SGD:S000005917|UniProtKB:P37002 F Putative fluoride ion transporter CrcB 2 UniProtKB:O07591|PTN002001177 protein NCBITaxon:224308 20170228 GO_Central fluoride transmembrane transporter activity +UniProtKB O07590 crcB1 GO:1903425 GO_REF:0000033 IBA PANTHER:PTN002001071|PomBase:SPAC977.11|SGD:S000006200|TAIR:locus:505006314|PomBase:SPBPB8B6.06c|SGD:S000005917|UniProtKB:P37002 F Putative fluoride ion transporter CrcB 1 UniProtKB:O07590|PTN002001176 protein NCBITaxon:224308 20170228 GO_Central fluoride transmembrane transporter activity +UniProtKB O07590 crcB1 GO:1903424 GO_REF:0000033 IBA PANTHER:PTN002001071|SGD:S000005917|UniProtKB:P37002|PomBase:SPAC977.11|SGD:S000006200|TAIR:locus:505006314|PomBase:SPBPB8B6.06c P Putative fluoride ion transporter CrcB 1 UniProtKB:O07590|PTN002001176 protein NCBITaxon:224308 20200930 GO_Central fluoride transmembrane transport +UniProtKB O07584 plsC GO:0003841 GO_REF:0000033 IBA PANTHER:PTN000046632|MGI:MGI:1914762|UniProtKB:P26647|UniProtKB:O15120|SGD:S000002210|TAIR:locus:2118681|UniProtKB:Q99943|MGI:MGI:1932075|UniProtKB:Q9LLY4 F 1-acyl-sn-glycerol-3-phosphate acyltransferase UniProtKB:O07584|PTN000046757 protein NCBITaxon:224308 20200807 GO_Central 1-acylglycerol-3-phosphate O-acyltransferase activity +UniProtKB O07584 plsC GO:0006654 GO_REF:0000033 IBA PANTHER:PTN000046632|UniProtKB:O15120|MGI:MGI:1932075|UniProtKB:Q99943|UniProtKB:P26647 P 1-acyl-sn-glycerol-3-phosphate acyltransferase UniProtKB:O07584|PTN000046757 protein NCBITaxon:224308 20200807 GO_Central phosphatidic acid biosynthetic process +UniProtKB O07582 sigM GO:0016987 GO_REF:0000033 IBA PANTHER:PTN002455017|UniProtKB:P9WGH5|UniProtKB:Q9I5P9|UniProtKB:Q9I646|UniProtKB:P23484|UniProtKB:Q9I6Y3|UniProtKB:Q06198|UniProtKB:P9WGG7|UniProtKB:Q9HZV1|UniProtKB:Q9I114|UniProtKB:P9WGG9|UniProtKB:Q9HUR7|UniProtKB:Q9I222|UniProtKB:Q9I2W5|UniProtKB:Q7AKG9|UniProtKB:Q9I265|UniProtKB:Q9I193|UniProtKB:G3XCV1 F ECF RNA polymerase sigma factor SigM UniProtKB:O07582|PTN001251798 protein NCBITaxon:224308 20230517 GO_Central sigma factor activity +UniProtKB O07582 sigM GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002455017|UniProtKB:O53590|UniProtKB:G3XCV1|UniProtKB:P9WGH9|UniProtKB:P9WGH1|UniProtKB:Q9KPA6|UniProtKB:P9WGH5|UniProtKB:P0AGB6 P ECF RNA polymerase sigma factor SigM UniProtKB:O07582|PTN001251798 protein NCBITaxon:224308 20230517 GO_Central regulation of DNA-templated transcription +UniProtKB O07576 yhdG GO:0015171 GO_REF:0000033 IBA PANTHER:PTN001718573|RGD:68387|MGI:MGI:3040688|UniProtKB:B3TP03|MGI:MGI:99828|RGD:68342|TAIR:locus:2127398|FB:FBgn0032911|MGI:MGI:88117|TAIR:locus:2044682|UniProtKB:Q8WY07|UniProtKB:P52569|FB:FBgn0037203|TAIR:locus:2175488|MGI:MGI:1100521|RGD:3716|UniProtKB:P30825 F Uncharacterized amino acid permease YhdG UniProtKB:O07576|PTN000208498 protein NCBITaxon:224308 20231109 GO_Central amino acid transmembrane transporter activity +UniProtKB O07576 yhdG GO:0006865 GO_REF:0000033 IBA PANTHER:PTN001718573|TAIR:locus:2175488|UniProtKB:P52569|FB:FBgn0037203|UniProtKB:Q8WY07|MGI:MGI:88117|TAIR:locus:2044682|UniProtKB:P30825|MGI:MGI:1100521|RGD:3716|MGI:MGI:99828|UniProtKB:B3TP03|MGI:MGI:3040688|RGD:68387|RGD:68342|FB:FBgn0032911|TAIR:locus:2127398 P Uncharacterized amino acid permease YhdG UniProtKB:O07576|PTN000208498 protein NCBITaxon:224308 20231109 GO_Central amino acid transport +UniProtKB O07573 nsrR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 F HTH-type transcriptional regulator NsrR UniProtKB:O07573|PTN002113875 protein NCBITaxon:224308 20170420 GO_Central DNA-binding transcription factor activity +UniProtKB O07573 nsrR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8|UniProtKB:P0AF63 P HTH-type transcriptional regulator NsrR UniProtKB:O07573|PTN002113875 protein NCBITaxon:224308 20201001 GO_Central regulation of DNA-templated transcription +UniProtKB O07573 nsrR GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 C HTH-type transcriptional regulator NsrR UniProtKB:O07573|PTN002113875 protein NCBITaxon:224308 20170420 GO_Central cytosol +UniProtKB O07570 yhjP GO:0015833 GO_REF:0000033 IBA PANTHER:PTN008624512|UniProtKB:Q9I2T4|UniProtKB:P23847|UniProtKB:P33913|UniProtKB:P23843|UniProtKB:P77348|UniProtKB:Q9I2T3 P Uncharacterized protein YhjP UniProtKB:O07570|PTN000775520 protein NCBITaxon:224308 20230406 GO_Central peptide transport +UniProtKB O07570 yhjP GO:0030288 GO_REF:0000033 IBA PANTHER:PTN008624512|UniProtKB:P33590|UniProtKB:Q46863|UniProtKB:P77348|UniProtKB:P33913|UniProtKB:P23843|UniProtKB:P75797|UniProtKB:P23847 C Uncharacterized protein YhjP UniProtKB:O07570|PTN000775520 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space +UniProtKB O07570 yhjP GO:1904680 GO_REF:0000033 IBA PANTHER:PTN008624512|UniProtKB:P9WGU5|UniProtKB:P23847 F Uncharacterized protein YhjP UniProtKB:O07570|PTN000775520 protein NCBITaxon:224308 20231109 GO_Central peptide transmembrane transporter activity +UniProtKB O07567 ntdR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:P18811|UniProtKB:P36673|UniProtKB:P24242|UniProtKB:P0ACP7|UniProtKB:Q8EBJ8|UniProtKB:P0ACQ0 F NTD biosynthesis operon regulator NtdR UniProtKB:O07567|PTN000765122 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity +UniProtKB O07567 ntdR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P77615|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7 F NTD biosynthesis operon regulator NtdR UniProtKB:O07567|PTN000765122 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB O07567 ntdR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P03024|UniProtKB:P0ACI3|UniProtKB:P03023|UniProtKB:P77615|UniProtKB:P0ACN7|UniProtKB:P36673|UniProtKB:P0ACP5|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:Q2G295|UniProtKB:P06846|UniProtKB:P0ACQ0|UniProtKB:Q8EBJ8|UniProtKB:P0ACP7|UniProtKB:P25748|UniProtKB:G3XD97|UniProtKB:Q8P5C9|UniProtKB:P24242 P NTD biosynthesis operon regulator NtdR UniProtKB:O07567|PTN000765122 protein NCBITaxon:224308 20230603 GO_Central regulation of DNA-templated transcription +UniProtKB O07566 ntdA GO:0008483 GO_REF:0000033 IBA PANTHER:PTN001250039|UniProtKB:P77690|UniProtKB:O07566|UniProtKB:P27833|UniProtKB:Q9HZ76 F 3-oxo-glucose-6-phosphate:glutamate aminotransferase UniProtKB:O07566|PTN000203292 protein NCBITaxon:224308 20170601 GO_Central transaminase activity +UniProtKB O07566 ntdA GO:0030170 GO_REF:0000033 IBA PANTHER:PTN001250039|UniProtKB:P27833|UniProtKB:O07566|UniProtKB:P77690 F 3-oxo-glucose-6-phosphate:glutamate aminotransferase UniProtKB:O07566|PTN000203292 protein NCBITaxon:224308 20170601 GO_Central pyridoxal phosphate binding +UniProtKB O07566 ntdA GO:0000271 GO_REF:0000033 IBA PANTHER:PTN001250039|UniProtKB:P27833|UniProtKB:Q9HZ76 P 3-oxo-glucose-6-phosphate:glutamate aminotransferase UniProtKB:O07566|PTN000203292 protein NCBITaxon:224308 20200809 GO_Central polysaccharide biosynthetic process +UniProtKB O07565 ntdB GO:0000287 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:P75792|UniProtKB:P0A8Y5 F Kanosamine-6-phosphate phosphatase UniProtKB:O07565|PTN007416230 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding +UniProtKB O07565 ntdB GO:0016791 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P75792|UniProtKB:P0A8Y5 F Kanosamine-6-phosphate phosphatase UniProtKB:O07565|PTN007416230 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity +UniProtKB O07565 ntdB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C Kanosamine-6-phosphate phosphatase UniProtKB:O07565|PTN007416230 protein NCBITaxon:224308 20200129 GO_Central cytosol +UniProtKB O07563 glcP GO:0016020 GO_REF:0000033 IBA PANTHER:PTN000606970|UniProtKB:P76198|UniProtKB:P76197|UniProtKB:P75810 C Glucose/mannose transporter GlcP UniProtKB:O07563|PTN001161813 protein NCBITaxon:224308 20181018 GO_Central membrane +UniProtKB O07561 yhjG GO:0016491 GO_REF:0000033 IBA PANTHER:PTN001012752|TAIR:locus:2032482 F Uncharacterized aromatic compound monooxygenase YhjG UniProtKB:O07561|PTN000350421 protein NCBITaxon:224308 20221213 GO_Central oxidoreductase activity +UniProtKB O07560 sipV GO:0006465 GO_REF:0000033 IBA PANTHER:PTN002458947|UniProtKB:P00803|TAIR:locus:2064337 P Signal peptidase I V UniProtKB:O07560|PTN000272839 protein NCBITaxon:224308 20170502 GO_Central signal peptide processing +UniProtKB O07560 sipV GO:0004252 GO_REF:0000033 IBA PANTHER:PTN002458947|UniProtKB:P00803 F Signal peptidase I V UniProtKB:O07560|PTN000272839 protein NCBITaxon:224308 20170502 GO_Central serine-type endopeptidase activity +UniProtKB O07559 yhjE GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000293555|UniProtKB:P76221 C Uncharacterized membrane protein YhjE UniProtKB:O07559|PTN000293562 protein NCBITaxon:224308 20200305 GO_Central plasma membrane +UniProtKB O07556 yhjB GO:0022857 GO_REF:0000033 IBA PANTHER:PTN005155964|UniProtKB:P16256|CGD:CAL0000179770|UniProtKB:P32705|UniProtKB:P94392|UniProtKB:P07117|UniProtKB:Q9I5F5 F Uncharacterized symporter YhjB UniProtKB:O07556|PTN000214031 protein NCBITaxon:224308 20230407 GO_Central transmembrane transporter activity +UniProtKB O07556 yhjB GO:0055085 GO_REF:0000033 IBA PANTHER:PTN005155964|UniProtKB:P32705|UniProtKB:P16256 P Uncharacterized symporter YhjB UniProtKB:O07556|PTN000214031 protein NCBITaxon:224308 20221130 GO_Central transmembrane transport +UniProtKB O07550 yheI GO:0042626 GO_REF:0000033 IBA PANTHER:PTN000657189|PomBase:SPCC663.03|UniProtKB:Q03518|UniProtKB:Q9NP58|MGI:MGI:97570|ZFIN:ZDB-GENE-080204-52|UniProtKB:Q03519|UniProtKB:O75027|MGI:MGI:98483|PomBase:SPCC737.09c|FB:FBgn0004513|CGD:CAL0000187443|UniProtKB:B8K1W2|PomBase:SPBC25B2.02c|UniProtKB:P21439|TAIR:locus:2041434|UniProtKB:P29018|RGD:619930|MGI:MGI:1921354|SGD:S000004916|UniProtKB:Q9NP78|UniProtKB:P60752|UniProtKB:O95342|UniProtKB:P08183 F Probable multidrug resistance ABC transporter ATP-binding/permease protein YheI UniProtKB:O07550|PTN000657689 protein NCBITaxon:224308 20221008 GO_Central ATPase-coupled transmembrane transporter activity +UniProtKB O07550 yheI GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000657189|TAIR:locus:2097978|MGI:MGI:97570|UniProtKB:O53645|UniProtKB:Q9NP58|UniProtKB:Q03518|PomBase:SPCC663.03|UniProtKB:Q9FNU2|UniProtKB:Q03519|UniProtKB:O75027|WB:WBGene00001811|UniProtKB:Q2M3G0|PomBase:SPCC737.09c|TAIR:locus:2057961|PomBase:SPBC25B2.02c|UniProtKB:P29018|RGD:619930|TAIR:locus:2041434|SGD:S000004916|UniProtKB:Q9NUT2|UniProtKB:P08183|WB:WBGene00001815|UniProtKB:O95342 P Probable multidrug resistance ABC transporter ATP-binding/permease protein YheI UniProtKB:O07550|PTN000657689 protein NCBITaxon:224308 20231109 GO_Central transmembrane transport +UniProtKB O07549 yheH GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000657189|TAIR:locus:2097978|MGI:MGI:97570|UniProtKB:O53645|UniProtKB:Q9NP58|UniProtKB:Q03518|PomBase:SPCC663.03|UniProtKB:Q9FNU2|UniProtKB:Q03519|UniProtKB:O75027|WB:WBGene00001811|UniProtKB:Q2M3G0|PomBase:SPCC737.09c|TAIR:locus:2057961|PomBase:SPBC25B2.02c|UniProtKB:P29018|RGD:619930|TAIR:locus:2041434|SGD:S000004916|UniProtKB:Q9NUT2|UniProtKB:P08183|WB:WBGene00001815|UniProtKB:O95342 P Probable multidrug resistance ABC transporter ATP-binding/permease protein YheH UniProtKB:O07549|PTN000657698 protein NCBITaxon:224308 20231109 GO_Central transmembrane transport +UniProtKB O07549 yheH GO:0034040 GO_REF:0000033 IBA PANTHER:PTN000657720|UniProtKB:P60752 F Probable multidrug resistance ABC transporter ATP-binding/permease protein YheH UniProtKB:O07549|PTN000657698 protein NCBITaxon:224308 20170228 GO_Central ATPase-coupled lipid transmembrane transporter activity +UniProtKB O07548 yheG GO:0016646 GO_REF:0000033 IBA PANTHER:PTN001030386|UniProtKB:P30043 F Uncharacterized protein YheG UniProtKB:O07548|PTN000385471 protein NCBITaxon:224308 20220223 GO_Central oxidoreductase activity, acting on the CH-NH group of donors, NAD or NADP as acceptor +UniProtKB O07539 yhaX GO:0016791 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P75792|UniProtKB:P0A8Y5 F Stress response protein YhaX UniProtKB:O07539|PTN000486357 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity +UniProtKB O07539 yhaX GO:0000287 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:P75792|UniProtKB:P0A8Y5 F Stress response protein YhaX UniProtKB:O07539|PTN000486357 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding +UniProtKB O07539 yhaX GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C Stress response protein YhaX UniProtKB:O07539|PTN000486357 protein NCBITaxon:224308 20200129 GO_Central cytosol +UniProtKB O07532 lytF GO:0008932 GO_REF:0000033 IBA PANTHER:PTN008659194|UniProtKB:P0AEZ7 F Peptidoglycan endopeptidase LytF UniProtKB:O07532|PTN000494719 protein NCBITaxon:224308 20171201 GO_Central lytic endotransglycosylase activity +UniProtKB O07529 azr GO:0010181 GO_REF:0000033 IBA PANTHER:PTN001254275|UniProtKB:P0AGE6 F FMN-dependent NADPH-azoreductase UniProtKB:O07529|PTN001254308 protein NCBITaxon:224308 20170228 GO_Central FMN binding +UniProtKB O07529 azr GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001254275|SGD:S000004001|UniProtKB:P0AGE6 C FMN-dependent NADPH-azoreductase UniProtKB:O07529|PTN001254308 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O07523 yhaP GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000767896|UniProtKB:P0AGH1 C Uncharacterized protein YhaP UniProtKB:O07523|PTN004740742 protein NCBITaxon:224308 20200414 GO_Central plasma membrane +UniProtKB O07522 yhaO GO:0006281 GO_REF:0000033 IBA PANTHER:PTN001251198|UniProtKB:P0AG76 P Uncharacterized metallophosphoesterase YhaO UniProtKB:O07522|PTN001251226 protein NCBITaxon:224308 20200414 GO_Central DNA repair +UniProtKB O07522 yhaO GO:0004529 GO_REF:0000033 IBA PANTHER:PTN001251198|UniProtKB:P0AG76 F Uncharacterized metallophosphoesterase YhaO UniProtKB:O07522|PTN001251226 protein NCBITaxon:224308 20200414 GO_Central DNA exonuclease activity +UniProtKB O07522 yhaO GO:0003677 GO_REF:0000033 IBA PANTHER:PTN001251198|UniProtKB:Q9X1X0 F Uncharacterized metallophosphoesterase YhaO UniProtKB:O07522|PTN001251226 protein NCBITaxon:224308 20200414 GO_Central DNA binding +UniProtKB O07521 yhaM GO:0031125 GO_REF:0000033 IBA PANTHER:PTN002203448|UniProtKB:O07521 P 3'-5' exoribonuclease YhaM UniProtKB:O07521|PTN002203460 protein NCBITaxon:224308 20170901 GO_Central rRNA 3'-end processing +UniProtKB O07513 hit GO:0009117 GO_REF:0000033 IBA PANTHER:PTN002927789|SGD:S000002283 P Protein hit UniProtKB:O07513|PTN000557959 protein NCBITaxon:224308 20180419 GO_Central nucleotide metabolic process +UniProtKB O07509 proJ GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000115542|TAIR:locus:2200580|UniProtKB:P0A7B5 C Glutamate 5-kinase 2 UniProtKB:O07509|PTN000115564 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O07509 proJ GO:0004349 GO_REF:0000033 IBA PANTHER:PTN000115542|SGD:S000002708|UniProtKB:P0A7B5 F Glutamate 5-kinase 2 UniProtKB:O07509|PTN000115564 protein NCBITaxon:224308 20170228 GO_Central glutamate 5-kinase activity +UniProtKB O07509 proJ GO:0006561 GO_REF:0000033 IBA PANTHER:PTN000115542|UniProtKB:P0A7B5|SGD:S000002708|PomBase:SPAC17H9.13c P Glutamate 5-kinase 2 UniProtKB:O07509|PTN000115564 protein NCBITaxon:224308 20170228 GO_Central proline biosynthetic process +UniProtKB O07084 czcD GO:0005385 GO_REF:0000033 IBA PANTHER:PTN000169409|UniProtKB:O14863|UniProtKB:Q99726|TAIR:locus:2044382|RGD:3707|UniProtKB:Q9BRI3|UniProtKB:P75757|RGD:619750|FB:FBgn0028516|MGI:MGI:1345282|MGI:MGI:1345280|RGD:1308282|MGI:MGI:2442682|UniProtKB:Q8IWU4 F Cadmium, cobalt and zinc/H(+)-K(+) antiporter UniProtKB:O07084|PTN000169783 protein NCBITaxon:224308 20231108 GO_Central zinc ion transmembrane transporter activity +UniProtKB O07084 czcD GO:0071577 GO_REF:0000033 IBA PANTHER:PTN000169409|MGI:MGI:1345282|MGI:MGI:1345280|FB:FBgn0028516|UniProtKB:Q22541|MGI:MGI:2442682|RGD:1308282|UniProtKB:Q8IWU4|UniProtKB:O14863|UniProtKB:Q99726|MGI:MGI:106637|UniProtKB:Q9BRI3|RGD:3707 P Cadmium, cobalt and zinc/H(+)-K(+) antiporter UniProtKB:O07084|PTN000169783 protein NCBITaxon:224308 20231108 GO_Central zinc ion transmembrane transport +UniProtKB O07084 czcD GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000169409|UniProtKB:Q8IWU4|UniProtKB:Q9BRI3|FB:FBgn0028516|UniProtKB:P75757|FB:FBgn0051860 C Cadmium, cobalt and zinc/H(+)-K(+) antiporter UniProtKB:O07084|PTN000169783 protein NCBITaxon:224308 20230110 GO_Central plasma membrane +UniProtKB O07020 lutA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000767924|UniProtKB:P77252 C Lactate utilization protein A UniProtKB:O07020|PTN000767925 protein NCBITaxon:224308 20170831 GO_Central cytosol +UniProtKB O07013 ganB GO:0045490 GO_REF:0000033 IBA PANTHER:PTN002168999|UniProtKB:Q5B153 P Endo-beta-1,4-galactanase UniProtKB:O07013|PTN002169023 protein NCBITaxon:224308 20180315 GO_Central pectin catabolic process +UniProtKB O07011 ganQ GO:0015423 GO_REF:0000033 IBA PANTHER:PTN000789937|UniProtKB:P68183 F Galactooligosaccharides transport system permease protein GanQ UniProtKB:O07011|PTN000789940 protein NCBITaxon:224308 20170228 GO_Central ABC-type maltose transporter activity +UniProtKB O07011 ganQ GO:0042956 GO_REF:0000033 IBA PANTHER:PTN000789937|UniProtKB:P68183 P Galactooligosaccharides transport system permease protein GanQ UniProtKB:O07011|PTN000789940 protein NCBITaxon:224308 20170228 GO_Central maltodextrin transmembrane transport +UniProtKB O07011 ganQ GO:0015768 GO_REF:0000033 IBA PANTHER:PTN000789937|UniProtKB:P68183 P Galactooligosaccharides transport system permease protein GanQ UniProtKB:O07011|PTN000789940 protein NCBITaxon:224308 20170228 GO_Central maltose transport +UniProtKB O07009 ganS GO:0055052 GO_REF:0000033 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 C Galactooligosaccharide-binding protein UniProtKB:O07009|PTN000789616 protein NCBITaxon:224308 20190829 GO_Central ATP-binding cassette (ABC) transporter complex, substrate-binding subunit-containing +UniProtKB O07009 ganS GO:0042956 GO_REF:0000033 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 P Galactooligosaccharide-binding protein UniProtKB:O07009|PTN000789616 protein NCBITaxon:224308 20190829 GO_Central maltodextrin transmembrane transport +UniProtKB O07009 ganS GO:1901982 GO_REF:0000033 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 F Galactooligosaccharide-binding protein UniProtKB:O07009|PTN000789616 protein NCBITaxon:224308 20190829 GO_Central maltose binding +UniProtKB O07009 ganS GO:0015768 GO_REF:0000033 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 P Galactooligosaccharide-binding protein UniProtKB:O07009|PTN000789616 protein NCBITaxon:224308 20190829 GO_Central maltose transport +UniProtKB O07008 ganR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:P18811|UniProtKB:P36673|UniProtKB:P24242|UniProtKB:P0ACP7|UniProtKB:Q8EBJ8|UniProtKB:P0ACQ0 F HTH-type transcriptional regulator GanR UniProtKB:O07008|PTN000765383 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity +UniProtKB O07008 ganR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P77615|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7 F HTH-type transcriptional regulator GanR UniProtKB:O07008|PTN000765383 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB O07008 ganR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P03024|UniProtKB:P0ACI3|UniProtKB:P03023|UniProtKB:P77615|UniProtKB:P0ACN7|UniProtKB:P36673|UniProtKB:P0ACP5|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:Q2G295|UniProtKB:P06846|UniProtKB:P0ACQ0|UniProtKB:Q8EBJ8|UniProtKB:P0ACP7|UniProtKB:P25748|UniProtKB:G3XD97|UniProtKB:Q8P5C9|UniProtKB:P24242 P HTH-type transcriptional regulator GanR UniProtKB:O07008|PTN000765383 protein NCBITaxon:224308 20230603 GO_Central regulation of DNA-templated transcription +UniProtKB O07003 levB GO:0004575 GO_REF:0000033 IBA PANTHER:PTN000765847|PomBase:SPCC191.11 F Levanbiose-producing levanase UniProtKB:O07003|PTN000765876 protein NCBITaxon:224308 20170228 GO_Central sucrose alpha-glucosidase activity +UniProtKB O07003 levB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000765847|SGD:S000001424 C Levanbiose-producing levanase UniProtKB:O07003|PTN000765876 protein NCBITaxon:224308 20230517 GO_Central cytoplasm +UniProtKB O07003 levB GO:0005987 GO_REF:0000033 IBA PANTHER:PTN000765847|SGD:S000001424|PomBase:SPCC191.11 P Levanbiose-producing levanase UniProtKB:O07003|PTN000765876 protein NCBITaxon:224308 20170228 GO_Central sucrose catabolic process +UniProtKB P19465 folE GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000121833|UniProtKB:P30793|RGD:61992|dictyBase:DDB_G0288481|UniProtKB:P0A6T5|FB:FBgn0003162|UniProtKB:P50141 C GTP cyclohydrolase 1 UniProtKB:P19465|PTN000121909 protein NCBITaxon:224308 20231108 GO_Central cytoplasm +UniProtKB P19465 folE GO:0005525 GO_REF:0000033 IBA PANTHER:PTN000121833|UniProtKB:P0A6T5|RGD:61992|UniProtKB:P30793 F GTP cyclohydrolase 1 UniProtKB:P19465|PTN000121909 protein NCBITaxon:224308 20170228 GO_Central GTP binding +UniProtKB P19465 folE GO:0006729 GO_REF:0000033 IBA PANTHER:PTN000121833|UniProtKB:P50141|FB:FBgn0003162|WB:WBGene00000298|UniProtKB:P30793|dictyBase:DDB_G0288481 P GTP cyclohydrolase 1 UniProtKB:P19465|PTN000121909 protein NCBITaxon:224308 20200807 GO_Central tetrahydrobiopterin biosynthetic process +UniProtKB P19465 folE GO:0008270 GO_REF:0000033 IBA PANTHER:PTN000121833|RGD:61992|UniProtKB:P30793|UniProtKB:P0A6T5 F GTP cyclohydrolase 1 UniProtKB:P19465|PTN000121909 protein NCBITaxon:224308 20170228 GO_Central zinc ion binding +UniProtKB P19465 folE GO:0003934 GO_REF:0000033 IBA PANTHER:PTN000121833|WB:WBGene00000298|SGD:S000003499|FB:FBgn0003162|UniProtKB:P0A6T5|MGI:MGI:95675|dictyBase:DDB_G0288481|UniProtKB:Q8I5H7|RGD:61992|TAIR:locus:2098525 F GTP cyclohydrolase 1 UniProtKB:P19465|PTN000121909 protein NCBITaxon:224308 20230110 GO_Central GTP cyclohydrolase I activity +UniProtKB P19406 phoA GO:0004035 GO_REF:0000033 IBA PANTHER:PTN000174527|UniProtKB:P10696|UniProtKB:Q92058|UniProtKB:P00634|UniProtKB:P05186|RGD:2100|FB:FBgn0283479|MGI:MGI:87983|FB:FBgn0283480|dictyBase:DDB_G0278495|MGI:MGI:108009|UniProtKB:P09487|UniProtKB:Q29486|PomBase:SPBC14F5.13c|UniProtKB:P05187|RGD:2099|RGD:621650|SGD:S000002889 F Alkaline phosphatase 4 UniProtKB:P19406|PTN000174684 protein NCBITaxon:224308 20211215 GO_Central alkaline phosphatase activity +UniProtKB P19406 phoA GO:0016311 GO_REF:0000033 IBA PANTHER:PTN000174527|UniProtKB:P00634|RGD:2099|UniProtKB:Q29486 P Alkaline phosphatase 4 UniProtKB:P19406|PTN000174684 protein NCBITaxon:224308 20220414 GO_Central dephosphorylation +UniProtKB P19405 phoB GO:0016311 GO_REF:0000033 IBA PANTHER:PTN000174527|UniProtKB:P00634|RGD:2099|UniProtKB:Q29486 P Alkaline phosphatase 3 UniProtKB:P19405|PTN000174685 protein NCBITaxon:224308 20220414 GO_Central dephosphorylation +UniProtKB P19405 phoB GO:0004035 GO_REF:0000033 IBA PANTHER:PTN000174527|UniProtKB:P10696|UniProtKB:Q92058|UniProtKB:P00634|UniProtKB:P05186|RGD:2100|FB:FBgn0283479|MGI:MGI:87983|FB:FBgn0283480|dictyBase:DDB_G0278495|MGI:MGI:108009|UniProtKB:P09487|UniProtKB:Q29486|PomBase:SPBC14F5.13c|UniProtKB:P05187|RGD:2099|RGD:621650|SGD:S000002889 F Alkaline phosphatase 3 UniProtKB:P19405|PTN000174685 protein NCBITaxon:224308 20211215 GO_Central alkaline phosphatase activity +UniProtKB P19080 aroH GO:0046417 GO_REF:0000033 IBA PANTHER:PTN000475762|UniProtKB:P19080 P Chorismate mutase AroH UniProtKB:P19080|PTN000475763 protein NCBITaxon:224308 20170228 GO_Central chorismate metabolic process +UniProtKB P19080 aroH GO:0004106 GO_REF:0000033 IBA PANTHER:PTN000475762|UniProtKB:P19080 F Chorismate mutase AroH UniProtKB:P19080|PTN000475763 protein NCBITaxon:224308 20170228 GO_Central chorismate mutase activity +UniProtKB P19079 cdd GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000182087|UniProtKB:P0ABF6|TAIR:locus:2050429|MGI:MGI:1919519|UniProtKB:P32320 C Cytidine deaminase UniProtKB:P19079|PTN000182166 protein NCBITaxon:224308 20230602 GO_Central cytosol +UniProtKB P19079 cdd GO:0009972 GO_REF:0000033 IBA PANTHER:PTN000182087|UniProtKB:P32320|TAIR:locus:2050429|UniProtKB:P0ABF6|RGD:1311101|UniProtKB:P9WPH3 P Cytidine deaminase UniProtKB:P19079|PTN000182166 protein NCBITaxon:224308 20200929 GO_Central cytidine deamination +UniProtKB P19079 cdd GO:0004126 GO_REF:0000033 IBA PANTHER:PTN000182087|UniProtKB:P0ABF6|WB:WBGene00000392|UniProtKB:P32320|TAIR:locus:2050429|RGD:1311101|UniProtKB:P9WPH3|SGD:S000004235|MGI:MGI:1919519 F Cytidine deaminase UniProtKB:P19079|PTN000182166 protein NCBITaxon:224308 20210904 GO_Central cytidine deaminase activity +UniProtKB P19079 cdd GO:0008270 GO_REF:0000033 IBA PANTHER:PTN000182087|UniProtKB:P9WPH3|UniProtKB:P0ABF6|TAIR:locus:2050429|UniProtKB:P32320 F Cytidine deaminase UniProtKB:P19079|PTN000182166 protein NCBITaxon:224308 20170228 GO_Central zinc ion binding +UniProtKB O06999 yvdR GO:0055085 GO_REF:0000033 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P23895|UniProtKB:P9WGF1|UniProtKB:P69210|UniProtKB:P69937 P Uncharacterized membrane protein YvdR UniProtKB:O06999|PTN001254661 protein NCBITaxon:224308 20201001 GO_Central transmembrane transport +UniProtKB O06999 yvdR GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P76474|UniProtKB:P23895|UniProtKB:P9WGF1|UniProtKB:Q47377|UniProtKB:P69210 F Uncharacterized membrane protein YvdR UniProtKB:O06999|PTN001254661 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB O06994 malL GO:0004556 GO_REF:0000033 IBA PANTHER:PTN000040102|UniProtKB:Q8A1G3 F Oligo-1,6-glucosidase 1 UniProtKB:O06994|PTN000040268 protein NCBITaxon:224308 20180306 GO_Central alpha-amylase activity +UniProtKB O06994 malL GO:0009313 GO_REF:0000033 IBA PANTHER:PTN000040102|SGD:S000003752|SGD:S000003524|CGD:CAL0000190188|SGD:S000003757|SGD:S000005517|SGD:S000000503|UniProtKB:P28904|SGD:S000003519|CGD:CAL0000194458|SGD:S000001434 P Oligo-1,6-glucosidase 1 UniProtKB:O06994|PTN000040268 protein NCBITaxon:224308 20221006 GO_Central oligosaccharide catabolic process +UniProtKB O06993 mdxK GO:0004553 GO_REF:0000033 IBA PANTHER:PTN000114491|SGD:S000006230|UniProtKB:P78617|UniProtKB:Q32M88|CGD:CAL0000186706|UniProtKB:F1NZI4 F Maltose phosphorylase UniProtKB:O06993|PTN000114538 protein NCBITaxon:224308 20210529 GO_Central hydrolase activity, hydrolyzing O-glycosyl compounds +UniProtKB O06993 mdxK GO:0005975 GO_REF:0000033 IBA PANTHER:PTN000114491|UniProtKB:Q32M88|UniProtKB:P78617|SGD:S000006230|UniProtKB:F1NZI4|CGD:CAL0000186706 P Maltose phosphorylase UniProtKB:O06993|PTN000114538 protein NCBITaxon:224308 20200807 GO_Central carbohydrate metabolic process +UniProtKB O06991 mdxG GO:0015768 GO_REF:0000033 IBA PANTHER:PTN000789937|UniProtKB:P68183 P Maltodextrin transport system permease protein MdxG UniProtKB:O06991|PTN000789939 protein NCBITaxon:224308 20170228 GO_Central maltose transport +UniProtKB O06991 mdxG GO:0042956 GO_REF:0000033 IBA PANTHER:PTN000789937|UniProtKB:P68183 P Maltodextrin transport system permease protein MdxG UniProtKB:O06991|PTN000789939 protein NCBITaxon:224308 20170228 GO_Central maltodextrin transmembrane transport +UniProtKB O06991 mdxG GO:0015423 GO_REF:0000033 IBA PANTHER:PTN000789937|UniProtKB:P68183 F Maltodextrin transport system permease protein MdxG UniProtKB:O06991|PTN000789939 protein NCBITaxon:224308 20170228 GO_Central ABC-type maltose transporter activity +UniProtKB O06990 mdxF GO:0015423 GO_REF:0000033 IBA PANTHER:PTN000789704|UniProtKB:P02916 F Maltodextrin transport system permease protein MdxF UniProtKB:O06990|PTN000789707 protein NCBITaxon:224308 20170228 GO_Central ABC-type maltose transporter activity +UniProtKB O06990 mdxF GO:0042956 GO_REF:0000033 IBA PANTHER:PTN000789704|UniProtKB:P02916 P Maltodextrin transport system permease protein MdxF UniProtKB:O06990|PTN000789707 protein NCBITaxon:224308 20180413 GO_Central maltodextrin transmembrane transport +UniProtKB O06990 mdxF GO:1990060 GO_REF:0000033 IBA PANTHER:PTN000789704|UniProtKB:P02916 C Maltodextrin transport system permease protein MdxF UniProtKB:O06990|PTN000789707 protein NCBITaxon:224308 20170228 GO_Central maltose transport complex +UniProtKB O06989 mdxE GO:0015768 GO_REF:0000033 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 P Maltodextrin-binding protein MdxE UniProtKB:O06989|PTN000789615 protein NCBITaxon:224308 20190829 GO_Central maltose transport +UniProtKB O06989 mdxE GO:0042956 GO_REF:0000033 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 P Maltodextrin-binding protein MdxE UniProtKB:O06989|PTN000789615 protein NCBITaxon:224308 20190829 GO_Central maltodextrin transmembrane transport +UniProtKB O06989 mdxE GO:1901982 GO_REF:0000033 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 F Maltodextrin-binding protein MdxE UniProtKB:O06989|PTN000789615 protein NCBITaxon:224308 20190829 GO_Central maltose binding +UniProtKB O06989 mdxE GO:0055052 GO_REF:0000033 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 C Maltodextrin-binding protein MdxE UniProtKB:O06989|PTN000789615 protein NCBITaxon:224308 20190829 GO_Central ATP-binding cassette (ABC) transporter complex, substrate-binding subunit-containing +UniProtKB O06987 yvdE GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:P18811|UniProtKB:P36673|UniProtKB:P24242|UniProtKB:P0ACP7|UniProtKB:Q8EBJ8|UniProtKB:P0ACQ0 F Uncharacterized HTH-type transcriptional regulator YvdE UniProtKB:O06987|PTN001248772 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity +UniProtKB O06987 yvdE GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P03024|UniProtKB:P0ACI3|UniProtKB:P03023|UniProtKB:P77615|UniProtKB:P0ACN7|UniProtKB:P36673|UniProtKB:P0ACP5|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:Q2G295|UniProtKB:P06846|UniProtKB:P0ACQ0|UniProtKB:Q8EBJ8|UniProtKB:P0ACP7|UniProtKB:P25748|UniProtKB:G3XD97|UniProtKB:Q8P5C9|UniProtKB:P24242 P Uncharacterized HTH-type transcriptional regulator YvdE UniProtKB:O06987|PTN001248772 protein NCBITaxon:224308 20230603 GO_Central regulation of DNA-templated transcription +UniProtKB O06987 yvdE GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P77615|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7 F Uncharacterized HTH-type transcriptional regulator YvdE UniProtKB:O06987|PTN001248772 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB O06986 yvdD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000774712|UniProtKB:Q8L8B8|TAIR:locus:2828223|TAIR:locus:2143029|TAIR:locus:2164280|TAIR:locus:2132821|TAIR:locus:2039175|TAIR:locus:2084051 C LOG family protein YvdD UniProtKB:O06986|PTN000775227 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O06986 yvdD GO:0009691 GO_REF:0000033 IBA PANTHER:PTN000774712|TAIR:locus:2143029|TAIR:locus:2828223|UniProtKB:Q5ZC82|UniProtKB:Q8L8B8|TAIR:locus:2084051|TAIR:locus:2039175|UniProtKB:O05306|TAIR:locus:2132821|TAIR:locus:2164280 P LOG family protein YvdD UniProtKB:O06986|PTN000775227 protein NCBITaxon:224308 20220924 GO_Central cytokinin biosynthetic process +UniProtKB O06986 yvdD GO:0016799 GO_REF:0000033 IBA PANTHER:PTN000774712|UniProtKB:P48636|TAIR:locus:2143029|TAIR:locus:2828223|UniProtKB:Q8L8B8|TAIR:locus:2084051|TAIR:locus:2039175|UniProtKB:O05306|TAIR:locus:2132821|TAIR:locus:2164280 F LOG family protein YvdD UniProtKB:O06986|PTN000775227 protein NCBITaxon:224308 20220924 GO_Central hydrolase activity, hydrolyzing N-glycosyl compounds +UniProtKB O06984 yvdB GO:0015183 GO_REF:0000033 IBA PANTHER:PTN001721298|UniProtKB:P0AFR2 F Putative sulfate transporter YvdB UniProtKB:O06984|PTN000212478 protein NCBITaxon:224308 20170228 GO_Central L-aspartate transmembrane transporter activity +UniProtKB O06984 yvdB GO:0015138 GO_REF:0000033 IBA PANTHER:PTN001721298|UniProtKB:P0AFR2 F Putative sulfate transporter YvdB UniProtKB:O06984|PTN000212478 protein NCBITaxon:224308 20170228 GO_Central fumarate transmembrane transporter activity +UniProtKB O06984 yvdB GO:0071422 GO_REF:0000033 IBA PANTHER:PTN001721298|UniProtKB:P0AFR2 P Putative sulfate transporter YvdB UniProtKB:O06984|PTN000212478 protein NCBITaxon:224308 20200929 GO_Central succinate transmembrane transport +UniProtKB O06984 yvdB GO:0015141 GO_REF:0000033 IBA PANTHER:PTN001721298|UniProtKB:P0AFR2 F Putative sulfate transporter YvdB UniProtKB:O06984|PTN000212478 protein NCBITaxon:224308 20170228 GO_Central succinate transmembrane transporter activity +UniProtKB O06984 yvdB GO:0015741 GO_REF:0000033 IBA PANTHER:PTN001721298|UniProtKB:P0AFR2 P Putative sulfate transporter YvdB UniProtKB:O06984|PTN000212478 protein NCBITaxon:224308 20200929 GO_Central fumarate transport +UniProtKB O06980 yvcR GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7 F Uncharacterized ABC transporter ATP-binding protein YvcR UniProtKB:O06980|PTN000656663 protein NCBITaxon:224308 20210531 GO_Central transmembrane transporter activity +UniProtKB O06980 yvcR GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P33593|UniProtKB:P33916|UniProtKB:P9WQL7 P Uncharacterized ABC transporter ATP-binding protein YvcR UniProtKB:O06980|PTN000656663 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport +UniProtKB O06980 yvcR GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P0A9R7|UniProtKB:P75957|UniProtKB:P33916|UniProtKB:O34814|UniProtKB:O05779 C Uncharacterized ABC transporter ATP-binding protein YvcR UniProtKB:O06980|PTN000656663 protein NCBITaxon:224308 20231109 GO_Central plasma membrane +UniProtKB O06979 yvcQ GO:0046777 GO_REF:0000033 IBA PANTHER:PTN001976860|UniProtKB:P9WGK5 P Sensor histidine kinase YvcQ UniProtKB:O06979|PTN000703801 protein NCBITaxon:224308 20231109 GO_Central protein autophosphorylation +UniProtKB O06979 yvcQ GO:0000155 GO_REF:0000033 IBA PANTHER:PTN001976860|UniProtKB:Q9I3B1|UniProtKB:Q9HYX0 F Sensor histidine kinase YvcQ UniProtKB:O06979|PTN000703801 protein NCBITaxon:224308 20180504 GO_Central phosphorelay sensor kinase activity +UniProtKB O06979 yvcQ GO:0009927 GO_REF:0000033 IBA PANTHER:PTN001976860|SGD:S000001409|UniProtKB:P39838 F Sensor histidine kinase YvcQ UniProtKB:O06979|PTN000703801 protein NCBITaxon:224308 20200810 GO_Central histidine phosphotransfer kinase activity +UniProtKB O06975 whiA GO:0043937 GO_REF:0000033 IBA PANTHER:PTN002203643|UniProtKB:Q9Z515 P Probable cell division protein WhiA UniProtKB:O06975|PTN002203657 protein NCBITaxon:224308 20170228 GO_Central regulation of sporulation +UniProtKB O06967 bmrA GO:0034040 GO_REF:0000033 IBA PANTHER:PTN000657720|UniProtKB:P60752 F Multidrug resistance ABC transporter ATP-binding/permease protein BmrA UniProtKB:O06967|PTN000657724 protein NCBITaxon:224308 20170228 GO_Central ATPase-coupled lipid transmembrane transporter activity +UniProtKB O06967 bmrA GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000657189|TAIR:locus:2097978|MGI:MGI:97570|UniProtKB:O53645|UniProtKB:Q9NP58|UniProtKB:Q03518|PomBase:SPCC663.03|UniProtKB:Q9FNU2|UniProtKB:Q03519|UniProtKB:O75027|WB:WBGene00001811|UniProtKB:Q2M3G0|PomBase:SPCC737.09c|TAIR:locus:2057961|PomBase:SPBC25B2.02c|UniProtKB:P29018|RGD:619930|TAIR:locus:2041434|SGD:S000004916|UniProtKB:Q9NUT2|UniProtKB:P08183|WB:WBGene00001815|UniProtKB:O95342 P Multidrug resistance ABC transporter ATP-binding/permease protein BmrA UniProtKB:O06967|PTN000657724 protein NCBITaxon:224308 20231109 GO_Central transmembrane transport +UniProtKB O06746 yitK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000767160|UniProtKB:P0A8E7 C UPF0234 protein yitk UniProtKB:O06746|PTN000767161 protein NCBITaxon:224308 20190116 GO_Central cytosol +UniProtKB O06746 yitK GO:0000166 GO_REF:0000033 IBA PANTHER:PTN000767160|UniProtKB:P0A8E7 F UPF0234 protein yitk UniProtKB:O06746|PTN000767161 protein NCBITaxon:224308 20190116 GO_Central nucleotide binding +UniProtKB O06745 yitJ GO:0008705 GO_REF:0000033 IBA PANTHER:PTN002501322|RGD:621283|MGI:MGI:894292|UniProtKB:Q99707|UniProtKB:P13009 F Bifunctional homocysteine S-methyltransferase/5,10-methylenetetrahydrofolate reductase UniProtKB:O06745|PTN000473184 protein NCBITaxon:224308 20170228 GO_Central methionine synthase activity +UniProtKB O06745 yitJ GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002501322|UniProtKB:Q99707|UniProtKB:P13009 C Bifunctional homocysteine S-methyltransferase/5,10-methylenetetrahydrofolate reductase UniProtKB:O06745|PTN000473184 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O06745 yitJ GO:0009086 GO_REF:0000033 IBA PANTHER:PTN002501322|RGD:621283|MGI:MGI:894292|UniProtKB:Q99707|UniProtKB:P13009 P Bifunctional homocysteine S-methyltransferase/5,10-methylenetetrahydrofolate reductase UniProtKB:O06745|PTN000473184 protein NCBITaxon:224308 20211210 GO_Central methionine biosynthetic process +UniProtKB O06744 yitI GO:0008080 GO_REF:0000033 IBA PANTHER:PTN001000790|UniProtKB:Q5AHF9|UniProtKB:Q5U9F2|UniProtKB:Q4WCU5|SGD:S000001877|RGD:1563144|UniProtKB:A0A1P8B7P8|TAIR:locus:2143226|MGI:MGI:1858963 F Uncharacterized N-acetyltransferase YitI UniProtKB:O06744|PTN002297564 protein NCBITaxon:224308 20220923 GO_Central N-acetyltransferase activity +UniProtKB O06741 yitF GO:0016052 GO_REF:0000033 IBA PANTHER:PTN001789981|UniProtKB:Q8P3K2|UniProtKB:Q7L5Y1|UniProtKB:Q8ZL58|UniProtKB:Q97U96 P Putative isomerase YitF UniProtKB:O06741|PTN000350970 protein NCBITaxon:224308 20230406 GO_Central carbohydrate catabolic process +UniProtKB O06741 yitF GO:0000287 GO_REF:0000033 IBA PANTHER:PTN001789981|UniProtKB:Q8P3K2|UniProtKB:Q7L5Y1|UniProtKB:Q97U96 F Putative isomerase YitF UniProtKB:O06741|PTN000350970 protein NCBITaxon:224308 20200507 GO_Central magnesium ion binding +UniProtKB O06741 yitF GO:0016836 GO_REF:0000033 IBA PANTHER:PTN001789981|UniProtKB:P77215|UniProtKB:Q97U96|UniProtKB:Q8ZL58|UniProtKB:Q7L5Y1|UniProtKB:Q8P3K2 F Putative isomerase YitF UniProtKB:O06741|PTN000350970 protein NCBITaxon:224308 20200507 GO_Central hydro-lyase activity +UniProtKB O06738 comB GO:0050545 GO_REF:0000033 IBA PANTHER:PTN002203706|UniProtKB:Q58540 F Probable 2-phosphosulfolactate phosphatase UniProtKB:O06738|PTN002203721 protein NCBITaxon:224308 20170228 GO_Central sulfopyruvate decarboxylase activity +UniProtKB O06737 cysH1 GO:0004604 GO_REF:0000033 IBA PANTHER:PTN000591370|UniProtKB:P56859|SGD:S000006371|UniProtKB:P17854 F Adenosine 5'-phosphosulfate reductase 2 UniProtKB:O06737|PTN000591449 protein NCBITaxon:224308 20200810 GO_Central phosphoadenylyl-sulfate reductase (thioredoxin) activity +UniProtKB O06737 cysH1 GO:0019379 GO_REF:0000033 IBA PANTHER:PTN000591370|SGD:S000006371|UniProtKB:P17854 P Adenosine 5'-phosphosulfate reductase 2 UniProtKB:O06737|PTN000591449 protein NCBITaxon:224308 20180816 GO_Central sulfate assimilation, phosphoadenylyl sulfate reduction by phosphoadenylyl-sulfate reductase (thioredoxin) +UniProtKB O06735 yisZ GO:0004020 GO_REF:0000033 IBA PANTHER:PTN000114732|MGI:MGI:1330223|MGI:MGI:1330587|TAIR:locus:2158626|UniProtKB:P9WNM5|UniProtKB:O43252|SGD:S000001484|TAIR:locus:2046901|TAIR:locus:2079379|UniProtKB:P0A6J1|TAIR:locus:2140005 F Probable adenylyl-sulfate kinase UniProtKB:O06735|PTN000114735 protein NCBITaxon:224308 20231108 GO_Central adenylylsulfate kinase activity +UniProtKB O06730 yisU GO:0015171 GO_REF:0000033 IBA PANTHER:PTN008624050|UniProtKB:P0AG38|UniProtKB:P76249|UniProtKB:P0AG34|UniProtKB:P11667 F Putative amino-acid transporter YisU UniProtKB:O06730|PTN001247915 protein NCBITaxon:224308 20211112 GO_Central amino acid transmembrane transporter activity +UniProtKB O06730 yisU GO:0006865 GO_REF:0000033 IBA PANTHER:PTN008624050|UniProtKB:P38101|UniProtKB:P0AG38|UniProtKB:P76249|UniProtKB:P11667|UniProtKB:P0AG34 P Putative amino-acid transporter YisU UniProtKB:O06730|PTN001247915 protein NCBITaxon:224308 20211112 GO_Central amino acid transport +UniProtKB O06728 yisP GO:0016767 GO_REF:0000033 IBA PANTHER:PTN000770577|UniProtKB:P37295|UniProtKB:P37271|UniProtKB:B6UV92|UniProtKB:P37294|UniProtKB:Q6EI12|UniProtKB:Q5Z5B7|UniProtKB:B0KZ40|UniProtKB:Q2QLV9 F Putative phytoene/squalene synthase YisP UniProtKB:O06728|PTN001266717 protein NCBITaxon:224308 20200809 GO_Central geranylgeranyl-diphosphate geranylgeranyltransferase activity +UniProtKB O06724 yisK GO:0018773 GO_REF:0000033 IBA PANTHER:PTN000214041|UniProtKB:Q6P587 F Uncharacterized protein YisK UniProtKB:O06724|PTN000214268 protein NCBITaxon:224308 20190221 GO_Central acetylpyruvate hydrolase activity +UniProtKB O06493 opuE GO:0015824 GO_REF:0000033 IBA PANTHER:PTN001371338|UniProtKB:P10502|UniProtKB:P07117 P Osmoregulated proline transporter OpuE UniProtKB:O06493|PTN000213755 protein NCBITaxon:224308 20221130 GO_Central proline transport +UniProtKB O06493 opuE GO:0005298 GO_REF:0000033 IBA PANTHER:PTN001371338|UniProtKB:P07117 F Osmoregulated proline transporter OpuE UniProtKB:O06493|PTN000213755 protein NCBITaxon:224308 20170228 GO_Central proline:sodium symporter activity +UniProtKB O06493 opuE GO:0015193 GO_REF:0000033 IBA PANTHER:PTN001371338|UniProtKB:P94392|UniProtKB:Q9I5F5 F Osmoregulated proline transporter OpuE UniProtKB:O06493|PTN000213755 protein NCBITaxon:224308 20221130 GO_Central L-proline transmembrane transporter activity +UniProtKB O06493 opuE GO:0055085 GO_REF:0000033 IBA PANTHER:PTN005155964|UniProtKB:P32705|UniProtKB:P16256 P Osmoregulated proline transporter OpuE UniProtKB:O06493|PTN000213755 protein NCBITaxon:224308 20221130 GO_Central transmembrane transport +UniProtKB O06492 gatC GO:0050567 GO_REF:0000033 IBA PANTHER:PTN000385050|UniProtKB:O43716 F Glutamyl-tRNA(Gln) amidotransferase subunit C UniProtKB:O06492|PTN000385083 protein NCBITaxon:224308 20200313 GO_Central glutaminyl-tRNA synthase (glutamine-hydrolyzing) activity +UniProtKB O06492 gatC GO:0070681 GO_REF:0000033 IBA PANTHER:PTN000385050|UniProtKB:O43716 P Glutamyl-tRNA(Gln) amidotransferase subunit C UniProtKB:O06492|PTN000385083 protein NCBITaxon:224308 20200313 GO_Central glutaminyl-tRNAGln biosynthesis via transamidation +UniProtKB O06489 yetM GO:0004497 GO_REF:0000033 IBA PANTHER:PTN002492679|UniProtKB:Q9HWG9 F Putative oxidoreductase YetM UniProtKB:O06489|PTN000350387 protein NCBITaxon:224308 20180817 GO_Central monooxygenase activity +UniProtKB O06481 yfnC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001921375|UniProtKB:P52067 C Uncharacterized MFS-type transporter YfnC UniProtKB:O06481|PTN000605771 protein NCBITaxon:224308 20230517 GO_Central plasma membrane +UniProtKB P54718 yfiB GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000657189|TAIR:locus:2097978|MGI:MGI:97570|UniProtKB:O53645|UniProtKB:Q9NP58|UniProtKB:Q03518|PomBase:SPCC663.03|UniProtKB:Q9FNU2|UniProtKB:Q03519|UniProtKB:O75027|WB:WBGene00001811|UniProtKB:Q2M3G0|PomBase:SPCC737.09c|TAIR:locus:2057961|PomBase:SPBC25B2.02c|UniProtKB:P29018|RGD:619930|TAIR:locus:2041434|SGD:S000004916|UniProtKB:Q9NUT2|UniProtKB:P08183|WB:WBGene00001815|UniProtKB:O95342 P Uncharacterized ABC transporter ATP-binding protein YfiB UniProtKB:P54718|PTN001542703 protein NCBITaxon:224308 20231109 GO_Central transmembrane transport +UniProtKB P54718 yfiB GO:0042626 GO_REF:0000033 IBA PANTHER:PTN000657189|PomBase:SPCC663.03|UniProtKB:Q03518|UniProtKB:Q9NP58|MGI:MGI:97570|ZFIN:ZDB-GENE-080204-52|UniProtKB:Q03519|UniProtKB:O75027|MGI:MGI:98483|PomBase:SPCC737.09c|FB:FBgn0004513|CGD:CAL0000187443|UniProtKB:B8K1W2|PomBase:SPBC25B2.02c|UniProtKB:P21439|TAIR:locus:2041434|UniProtKB:P29018|RGD:619930|MGI:MGI:1921354|SGD:S000004916|UniProtKB:Q9NP78|UniProtKB:P60752|UniProtKB:O95342|UniProtKB:P08183 F Uncharacterized ABC transporter ATP-binding protein YfiB UniProtKB:P54718|PTN001542703 protein NCBITaxon:224308 20221008 GO_Central ATPase-coupled transmembrane transporter activity +UniProtKB P54720 catD GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002125262|UniProtKB:P42619|UniProtKB:P0AD47 C Putative oxidoreductase CatD UniProtKB:P54720|PTN002125312 protein NCBITaxon:224308 20180110 GO_Central plasma membrane +UniProtKB P55180 galE GO:0033499 GO_REF:0000033 IBA PANTHER:PTN000041817|UniProtKB:P09147|SGD:S000000223|MGI:MGI:1921496 P UDP-glucose 4-epimerase UniProtKB:P55180|PTN000041923 protein NCBITaxon:224308 20220925 GO_Central galactose catabolic process via UDP-galactose +UniProtKB P55180 galE GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000041817|TAIR:locus:2010371|UniProtKB:P09147|SGD:S000000223|TAIR:locus:2138121 C UDP-glucose 4-epimerase UniProtKB:P55180|PTN000041923 protein NCBITaxon:224308 20230604 GO_Central cytosol +UniProtKB P55180 galE GO:0003978 GO_REF:0000033 IBA PANTHER:PTN000041817|TAIR:locus:2123466|TAIR:locus:2015253|PomBase:SPBC365.14c|PomBase:SPBPB2B2.12c|UniProtKB:C8VAU8|UniProtKB:P09147|UniProtKB:Q4WV46|CGD:CAL0000174041|MGI:MGI:1921496|TAIR:locus:2138121|UniProtKB:Q4WX18|SGD:S000000223|FB:FBgn0035147|TAIR:locus:2010371|TAIR:locus:2014235|WB:WBGene00008132|UniProtKB:Q14376 F UDP-glucose 4-epimerase UniProtKB:P55180|PTN000041923 protein NCBITaxon:224308 20220925 GO_Central UDP-glucose 4-epimerase activity +UniProtKB P55179 pepT GO:0045148 GO_REF:0000033 IBA PANTHER:PTN000110844|UniProtKB:P29745 F Peptidase T UniProtKB:P55179|PTN000110845 protein NCBITaxon:224308 20170228 GO_Central tripeptide aminopeptidase activity +UniProtKB P55179 pepT GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000110844|UniProtKB:P29745 C Peptidase T UniProtKB:P55179|PTN000110845 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P55069 citM GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000031793|RGD:631374|RGD:61919|SGD:S000003734|RGD:61920|UniProtKB:Q8WWT9|UniProtKB:Q13183|SGD:S000000633|UniProtKB:Q86YT5|FB:FBgn0036816 C Mg(2+)/citrate complex secondary transporter UniProtKB:P55069|PTN000032055 protein NCBITaxon:224308 20230926 GO_Central plasma membrane +UniProtKB P55069 citM GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000031793|WB:WBGene00003518|SGD:S000000633|UniProtKB:Q13183|UniProtKB:Q8WWT9|RGD:61920|SGD:S000003734|RGD:61919|TAIR:locus:2168988|MGI:MGI:1276558|SGD:S000005296|UniProtKB:Q9BZW2|WB:WBGene00003519|ZFIN:ZDB-GENE-031222-3|MGI:MGI:1859937|MGI:MGI:3037150|MGI:MGI:2149635|RGD:631374|UniProtKB:Q9UKG4|FB:FBgn0036816|RGD:628786|UniProtKB:Q86YT5|WB:WBGene00003517 F Mg(2+)/citrate complex secondary transporter UniProtKB:P55069|PTN000032055 protein NCBITaxon:224308 20230926 GO_Central transmembrane transporter activity +UniProtKB P55069 citM GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000031793|MGI:MGI:1276558|RGD:628786|SGD:S000005296|SGD:S000000633|ZFIN:ZDB-GENE-031222-3|UniProtKB:Q13183|UniProtKB:Q8WWT9|RGD:61920|MGI:MGI:3037150|MGI:MGI:2149635 P Mg(2+)/citrate complex secondary transporter UniProtKB:P55069|PTN000032055 protein NCBITaxon:224308 20231108 GO_Central transmembrane transport +UniProtKB P54417 opuD GO:0006810 GO_REF:0000033 IBA PANTHER:PTN001247333|UniProtKB:P31553|UniProtKB:P54417|UniProtKB:Q9HTR3 P Glycine betaine transporter OpuD UniProtKB:P54417|PTN000769341 protein NCBITaxon:224308 20230406 GO_Central transport +UniProtKB P54417 opuD GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001247333|UniProtKB:P31553|UniProtKB:P0ABD1|UniProtKB:P0ABC9 C Glycine betaine transporter OpuD UniProtKB:P54417|PTN000769341 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P54417 opuD GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001247333|UniProtKB:Q9HTR3|UniProtKB:Q9HX83|UniProtKB:Q9HTI9|UniProtKB:P31553 F Glycine betaine transporter OpuD UniProtKB:P54417|PTN000769341 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB P54445 psiE GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002208674|UniProtKB:P0A7C8 C Protein PsiE homolog UniProtKB:P54445|PTN002208678 protein NCBITaxon:224308 20170901 GO_Central plasma membrane +UniProtKB P54452 yqeG GO:0016791 GO_REF:0000033 IBA PANTHER:PTN002711682|FB:FBgn0030347|SGD:S000002395|UniProtKB:O33194|MGI:MGI:1914328|PomBase:SPBC15D4.15|UniProtKB:Q96GD0|UniProtKB:Q9LXR9|UniProtKB:P0DKC3|UniProtKB:A0A2K3DU55|CGD:CAL0000178325|UniProtKB:A6NDG6|RGD:1307773|UniProtKB:P0AF24|SGD:S000001142|UniProtKB:Q3ZBF9|MGI:MGI:1919282|FB:FBgn0024995 F Probable phosphatase YqeG UniProtKB:P54452|PTN000445920 protein NCBITaxon:224308 20221008 GO_Central phosphatase activity +UniProtKB O35040 ykoQ GO:0008758 GO_REF:0000033 IBA PANTHER:PTN000769845|UniProtKB:O84467 F Uncharacterized metallophosphoesterase YkoQ UniProtKB:O35040|PTN001262828 protein NCBITaxon:224308 20171130 GO_Central UDP-2,3-diacylglucosamine hydrolase activity +UniProtKB O35040 ykoQ GO:0009245 GO_REF:0000033 IBA PANTHER:PTN000769845|UniProtKB:O84467 P Uncharacterized metallophosphoesterase YkoQ UniProtKB:O35040|PTN001262828 protein NCBITaxon:224308 20171130 GO_Central lipid A biosynthetic process +UniProtKB P54517 yqhS GO:0003855 GO_REF:0000033 IBA PANTHER:PTN000479790|UniProtKB:P9WPX7|UniProtKB:P05147 F 3-dehydroquinate dehydratase UniProtKB:P54517|PTN000479791 protein NCBITaxon:224308 20210623 GO_Central 3-dehydroquinate dehydratase activity +UniProtKB P54517 yqhS GO:0019631 GO_REF:0000033 IBA PANTHER:PTN000479790|UniProtKB:P05147 P 3-dehydroquinate dehydratase UniProtKB:P54517|PTN000479791 protein NCBITaxon:224308 20210623 GO_Central quinate catabolic process +UniProtKB P54533 bfmBC GO:0004148 GO_REF:0000033 IBA PANTHER:PTN000530299|UniProtKB:P0A9P0|MGI:MGI:107450|UniProtKB:P09622|UniProtKB:O81413|UniProtKB:Q8IAZ6|UniProtKB:Q8I5A0|UniProtKB:P9WHH9|TAIR:locus:2089030|SGD:S000001876|RGD:735073 F Dihydrolipoyl dehydrogenase UniProtKB:P54533|PTN000530746 protein NCBITaxon:224308 20230111 GO_Central dihydrolipoyl dehydrogenase activity +UniProtKB P54533 bfmBC GO:0050660 GO_REF:0000033 IBA PANTHER:PTN000530299|UniProtKB:P9WHH3|UniProtKB:P27306|UniProtKB:P0A9P0|RGD:735073|UniProtKB:P9WHH9 F Dihydrolipoyl dehydrogenase UniProtKB:P54533|PTN000530746 protein NCBITaxon:224308 20200219 GO_Central flavin adenine dinucleotide binding +UniProtKB P54167 metAA GO:0008899 GO_REF:0000033 IBA PANTHER:PTN000467771|UniProtKB:P07623 F Homoserine O-acetyltransferase UniProtKB:P54167|PTN000467772 protein NCBITaxon:224308 20170228 GO_Central homoserine O-succinyltransferase activity +UniProtKB P40398 yhxD GO:0016616 GO_REF:0000033 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:Q8N4T8|UniProtKB:P0AEK2|UniProtKB:O54438|SGD:S000001538|UniProtKB:P0AG84|UniProtKB:Q8I2S7|TAIR:locus:2024021|UniProtKB:P9WGT1|CGD:CAL0000174204|UniProtKB:P37769|UniProtKB:Q92506|UniProtKB:P05707 F Uncharacterized oxidoreductase YhxD UniProtKB:P40398|PTN001215575 protein NCBITaxon:224308 20230111 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB P40399 rsbU GO:0016791 GO_REF:0000033 IBA PANTHER:PTN001464335|UniProtKB:P9WLZ7 F Phosphoserine phosphatase RsbU UniProtKB:P40399|PTN001842621 protein NCBITaxon:224308 20170602 GO_Central phosphatase activity +UniProtKB Q07876 rsmH GO:0071424 GO_REF:0000033 IBA PANTHER:PTN000137471|UniProtKB:P60390|UniProtKB:A6NJ78 F Ribosomal RNA small subunit methyltransferase H UniProtKB:Q07876|PTN000137520 protein NCBITaxon:224308 20220413 GO_Central rRNA (cytosine-N4-)-methyltransferase activity +UniProtKB Q07876 rsmH GO:0070475 GO_REF:0000033 IBA PANTHER:PTN000137471|UniProtKB:A6NJ78|UniProtKB:P60390 P Ribosomal RNA small subunit methyltransferase H UniProtKB:Q07876|PTN000137520 protein NCBITaxon:224308 20220413 GO_Central rRNA base methylation +UniProtKB Q07876 rsmH GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000137519|UniProtKB:P60390 C Ribosomal RNA small subunit methyltransferase H UniProtKB:Q07876|PTN000137520 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB Q07868 pbpB GO:0071555 GO_REF:0000033 IBA PANTHER:PTN000771406|UniProtKB:P0AD65 P Penicillin-binding protein 2B UniProtKB:Q07868|PTN001256036 protein NCBITaxon:224308 20170828 GO_Central cell wall organization +UniProtKB Q07868 pbpB GO:0008658 GO_REF:0000033 IBA PANTHER:PTN000771406|UniProtKB:P0AD68|UniProtKB:P0AD65 F Penicillin-binding protein 2B UniProtKB:Q07868|PTN001256036 protein NCBITaxon:224308 20170828 GO_Central penicillin binding +UniProtKB Q07429 nrgA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000198228|SGD:S000003353|TAIR:locus:2042917|dictyBase:DDB_G0277503|CGD:CAL0000198889|CGD:CAL0000174646|SGD:S000005086 C Ammonium transporter UniProtKB:Q07429|PTN000198278 protein NCBITaxon:224308 20211124 GO_Central plasma membrane +UniProtKB Q07429 nrgA GO:0072488 GO_REF:0000033 IBA PANTHER:PTN000198228|PomBase:SPAC2E1P3.02c|UniProtKB:P69681|PomBase:SPAC664.14|dictyBase:DDB_G0277503|UniProtKB:G7L1W7|CGD:CAL0000174646|SGD:S000006342|SGD:S000005086|UniProtKB:Q84KJ7|PomBase:SPCPB1C11.01|SGD:S000003353 P Ammonium transporter UniProtKB:Q07429|PTN000198278 protein NCBITaxon:224308 20231109 GO_Central ammonium transmembrane transport +UniProtKB Q07429 nrgA GO:0008519 GO_REF:0000033 IBA PANTHER:PTN000198228|UniProtKB:G7L1W7|UniProtKB:G5EB09|TAIR:locus:2042917|CGD:CAL0000198889|UniProtKB:P69681|PomBase:SPAC2E1P3.02c|dictyBase:DDB_G0277503|PomBase:SPAC664.14|SGD:S000005086|UniProtKB:G5EB13|SGD:S000006342|CGD:CAL0000174646|SGD:S000003353|PomBase:SPCPB1C11.01 F Ammonium transporter UniProtKB:Q07429|PTN000198278 protein NCBITaxon:224308 20220925 GO_Central ammonium transmembrane transporter activity +UniProtKB Q07428 nrgB GO:0005524 GO_REF:0000033 IBA PANTHER:PTN004739388|UniProtKB:P0A9Z1|TAIR:locus:2141355|UniProtKB:P9WN31 F Nitrogen regulatory PII-like protein UniProtKB:Q07428|PTN001248323 protein NCBITaxon:224308 20190822 GO_Central ATP binding +UniProtKB Q07428 nrgB GO:0030234 GO_REF:0000033 IBA PANTHER:PTN004739388|TAIR:locus:2141355|UniProtKB:P0A9Z1 F Nitrogen regulatory PII-like protein UniProtKB:Q07428|PTN001248323 protein NCBITaxon:224308 20211112 GO_Central enzyme regulator activity +UniProtKB Q07428 nrgB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN004739388|UniProtKB:P0A9Z1 C Nitrogen regulatory PII-like protein UniProtKB:Q07428|PTN001248323 protein NCBITaxon:224308 20190822 GO_Central cytosol +UniProtKB Q07428 nrgB GO:0006808 GO_REF:0000033 IBA PANTHER:PTN004739388|UniProtKB:P0AC55|UniProtKB:P0A9Z1 P Nitrogen regulatory PII-like protein UniProtKB:Q07428|PTN001248323 protein NCBITaxon:224308 20230603 GO_Central regulation of nitrogen utilization +UniProtKB P32081 cspB GO:0003676 GO_REF:0000033 IBA PANTHER:PTN000166442|UniProtKB:P67809|RGD:621056|UniProtKB:P0A972|UniProtKB:P0A9X9|MGI:MGI:1096372|MGI:MGI:99146|UniProtKB:P36995|RGD:61843|UniProtKB:P0A968|UniProtKB:Q57UC8|UniProtKB:P0A9Y6|MGI:MGI:2137670|ZFIN:ZDB-GENE-000629-3 F Cold shock protein CspB UniProtKB:P32081|PTN000166643 protein NCBITaxon:224308 20231108 GO_Central nucleic acid binding +UniProtKB P32081 cspB GO:0010468 GO_REF:0000033 IBA PANTHER:PTN000166442|MGI:MGI:1096372|MGI:MGI:99146|UniProtKB:P0A9X9|RGD:621056|UniProtKB:P0A972|UniProtKB:P67809|UniProtKB:P0A357|ZFIN:ZDB-GENE-000629-3|MGI:MGI:2137670|UniProtKB:P0A9Y6|RGD:61843 P Cold shock protein CspB UniProtKB:P32081|PTN000166643 protein NCBITaxon:224308 20230405 GO_Central regulation of gene expression +UniProtKB P11998 ribH GO:0000906 GO_REF:0000033 IBA PANTHER:PTN000471873|SGD:S000005503|PomBase:SPBC409.13|UniProtKB:P61714|CGD:CAL0000184983|TAIR:locus:2051739 F 6,7-dimethyl-8-ribityllumazine synthase UniProtKB:P11998|PTN000471892 protein NCBITaxon:224308 20170228 GO_Central 6,7-dimethyl-8-ribityllumazine synthase activity +UniProtKB P11998 ribH GO:0009231 GO_REF:0000033 IBA PANTHER:PTN000471873|SGD:S000005503|PomBase:SPBC409.13|TAIR:locus:2051739 P 6,7-dimethyl-8-ribityllumazine synthase UniProtKB:P11998|PTN000471892 protein NCBITaxon:224308 20170228 GO_Central riboflavin biosynthetic process +UniProtKB P11998 ribH GO:0005622 GO_REF:0000033 IBA PANTHER:PTN000471873|UniProtKB:P61714|SGD:S000005503 C 6,7-dimethyl-8-ribityllumazine synthase UniProtKB:P11998|PTN000471892 protein NCBITaxon:224308 20200808 GO_Central intracellular anatomical structure +UniProtKB P11998 ribH GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000471891|UniProtKB:P61714 C 6,7-dimethyl-8-ribityllumazine synthase UniProtKB:P11998|PTN000471892 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB C0SPB6 ssbB GO:0009295 GO_REF:0000033 IBA PANTHER:PTN000033807|UniProtKB:P0AGE0|UniProtKB:Q04837|SGD:S000007222|FB:FBgn0010438 C Single-stranded DNA-binding protein B UniProtKB:C0SPB6|PTN000033864 protein NCBITaxon:224308 20230405 GO_Central nucleoid +UniProtKB C0SPB6 ssbB GO:0051096 GO_REF:0000033 IBA PANTHER:PTN000033807|UniProtKB:Q04837 P Single-stranded DNA-binding protein B UniProtKB:C0SPB6|PTN000033864 protein NCBITaxon:224308 20231108 GO_Central positive regulation of helicase activity +UniProtKB C0SPB6 ssbB GO:0003697 GO_REF:0000033 IBA PANTHER:PTN000033807|TAIR:locus:2119767|TAIR:locus:2136083|UniProtKB:Q04837|TAIR:locus:2015353|UniProtKB:P0AGE0|FB:FBgn0010438|PomBase:SPAC2F3.04c|UniProtKB:Q8I415|UniProtKB:P9WGD5|TAIR:locus:2086889|SGD:S000007222|UniProtKB:Q8GWJ4 F Single-stranded DNA-binding protein B UniProtKB:C0SPB6|PTN000033864 protein NCBITaxon:224308 20230109 GO_Central single-stranded DNA binding +UniProtKB C0SPB0 ytcI GO:0006637 GO_REF:0000033 IBA PANTHER:PTN001944787|RGD:727928|UniProtKB:Q08AH3 P Uncharacterized acyl--CoA ligase YtcI UniProtKB:C0SPB0|PTN000644730 protein NCBITaxon:224308 20200810 GO_Central acyl-CoA metabolic process +UniProtKB C0SPB0 ytcI GO:0004321 GO_REF:0000033 IBA PANTHER:PTN001944787|RGD:727928 F Uncharacterized acyl--CoA ligase YtcI UniProtKB:C0SPB0|PTN000644730 protein NCBITaxon:224308 20170228 GO_Central fatty-acyl-CoA synthase activity +UniProtKB C0SPB0 ytcI GO:0006633 GO_REF:0000033 IBA PANTHER:PTN001944787|MGI:MGI:99538|MGI:MGI:2152200 P Uncharacterized acyl--CoA ligase YtcI UniProtKB:C0SPB0|PTN000644730 protein NCBITaxon:224308 20170228 GO_Central fatty acid biosynthetic process +UniProtKB C0SPB0 ytcI GO:0015645 GO_REF:0000033 IBA PANTHER:PTN001944787|MGI:MGI:2152200|UniProtKB:Q08AH1|UniProtKB:Q9BEA2|MGI:MGI:99538|RGD:727928 F Uncharacterized acyl--CoA ligase YtcI UniProtKB:C0SPB0|PTN000644730 protein NCBITaxon:224308 20221009 GO_Central fatty acid ligase activity +UniProtKB C0SPA8 yobH GO:0003887 GO_REF:0000033 IBA PANTHER:PTN000117876|TAIR:locus:2031050|UniProtKB:Q47155|UniProtKB:P04152 F DNA repair protein homolog YobH UniProtKB:C0SPA8|PTN007485557 protein NCBITaxon:224308 20200807 GO_Central DNA-directed DNA polymerase activity +UniProtKB C0SPA8 yobH GO:0042276 GO_REF:0000033 IBA PANTHER:PTN000117876|UniProtKB:Q9UBT6|UniProtKB:Q47155|WB:WBGene00017696 P DNA repair protein homolog YobH UniProtKB:C0SPA8|PTN007485557 protein NCBITaxon:224308 20200929 GO_Central error-prone translesion synthesis +UniProtKB C0SPA8 yobH GO:0009432 GO_REF:0000033 IBA PANTHER:PTN000118165|UniProtKB:P04152|UniProtKB:Q47155|UniProtKB:Q8Y5T0|UniProtKB:Q74CQ6 P DNA repair protein homolog YobH UniProtKB:C0SPA8|PTN007485557 protein NCBITaxon:224308 20200807 GO_Central SOS response +UniProtKB C0SP99 yciB GO:0018104 GO_REF:0000033 IBA PANTHER:PTN001255072|UniProtKB:O53638|UniProtKB:P39176|UniProtKB:P75954|UniProtKB:P0AAX8 P Putative L,D-transpeptidase YciB UniProtKB:C0SP99|PTN001577446 protein NCBITaxon:224308 20170511 GO_Central peptidoglycan-protein cross-linking +UniProtKB C0SP99 yciB GO:0071972 GO_REF:0000033 IBA PANTHER:PTN001255072|UniProtKB:P0AAX8|UniProtKB:P39176|UniProtKB:P75954|UniProtKB:O53638|UniProtKB:P76193 F Putative L,D-transpeptidase YciB UniProtKB:C0SP99|PTN001577446 protein NCBITaxon:224308 20200809 GO_Central peptidoglycan L,D-transpeptidase activity +UniProtKB C0SP95 ycnJ GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002165654|UniProtKB:P76278 C Copper transport protein YcnJ UniProtKB:C0SP95|PTN002165674 protein NCBITaxon:224308 20180315 GO_Central plasma membrane +UniProtKB C0SP94 yhfQ GO:0030288 GO_REF:0000033 IBA PANTHER:PTN001254050|UniProtKB:P07822|UniProtKB:P0AEL6 C Putative ABC transporter substrate-binding lipoprotein YhfQ UniProtKB:C0SP94|PTN000776220 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space +UniProtKB C0SP93 accD GO:0006633 GO_REF:0000033 IBA PANTHER:PTN008677411|UniProtKB:P0A9Q5|UniProtKB:P9WQH9 P Acetyl-coenzyme A carboxylase carboxyl transferase subunit beta UniProtKB:C0SP93|PTN000523514 protein NCBITaxon:224308 20230720 GO_Central fatty acid biosynthetic process +UniProtKB C0SP93 accD GO:2001295 GO_REF:0000033 IBA PANTHER:PTN008677411|UniProtKB:P0A9Q5 P Acetyl-coenzyme A carboxylase carboxyl transferase subunit beta UniProtKB:C0SP93|PTN000523514 protein NCBITaxon:224308 20230720 GO_Central malonyl-CoA biosynthetic process +UniProtKB C0SP93 accD GO:0003989 GO_REF:0000033 IBA PANTHER:PTN008677411|UniProtKB:P0A9Q5 F Acetyl-coenzyme A carboxylase carboxyl transferase subunit beta UniProtKB:C0SP93|PTN000523514 protein NCBITaxon:224308 20230720 GO_Central acetyl-CoA carboxylase activity +UniProtKB C0SP90 ythA GO:0020037 GO_REF:0000033 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9|UniProtKB:P26459 F Putative cytochrome bd menaquinol oxidase subunit I UniProtKB:C0SP90|PTN000769176 protein NCBITaxon:224308 20211112 GO_Central heme binding +UniProtKB C0SP90 ythA GO:0016682 GO_REF:0000033 IBA PANTHER:PTN000769172|UniProtKB:P26459 F Putative cytochrome bd menaquinol oxidase subunit I UniProtKB:C0SP90|PTN000769176 protein NCBITaxon:224308 20170228 GO_Central oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor +UniProtKB C0SP90 ythA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9|UniProtKB:P26459 C Putative cytochrome bd menaquinol oxidase subunit I UniProtKB:C0SP90|PTN000769176 protein NCBITaxon:224308 20230111 GO_Central plasma membrane +UniProtKB C0SP90 ythA GO:0019646 GO_REF:0000033 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9|UniProtKB:P26459 P Putative cytochrome bd menaquinol oxidase subunit I UniProtKB:C0SP90|PTN000769176 protein NCBITaxon:224308 20170228 GO_Central aerobic electron transport chain +UniProtKB C0SP90 ythA GO:0070069 GO_REF:0000033 IBA PANTHER:PTN000769172|UniProtKB:P26459|UniProtKB:P0ABJ9 C Putative cytochrome bd menaquinol oxidase subunit I UniProtKB:C0SP90|PTN000769176 protein NCBITaxon:224308 20170228 GO_Central cytochrome complex +UniProtKB C0SP90 ythA GO:0009055 GO_REF:0000033 IBA PANTHER:PTN000769172|UniProtKB:P26459|UniProtKB:P0ABJ9 F Putative cytochrome bd menaquinol oxidase subunit I UniProtKB:C0SP90|PTN000769176 protein NCBITaxon:224308 20170228 GO_Central electron transfer activity +UniProtKB C0SP84 ytlA GO:0006810 GO_REF:0000033 IBA PANTHER:PTN001246788|UniProtKB:Q47537 P Putative binding protein YtlA UniProtKB:C0SP84|PTN001574371 protein NCBITaxon:224308 20210531 GO_Central transport +UniProtKB C0SP78 mneP GO:0008324 GO_REF:0000033 IBA PANTHER:PTN000169311|TAIR:locus:2039697|TAIR:locus:2095873|UniProtKB:P69380 F Manganese efflux system protein MneP UniProtKB:C0SP78|PTN000169396 protein NCBITaxon:224308 20181004 GO_Central monoatomic cation transmembrane transporter activity +UniProtKB C0SP78 mneP GO:0016020 GO_REF:0000033 IBA PANTHER:PTN000169311|TAIR:locus:2095873|UniProtKB:P69380 C Manganese efflux system protein MneP UniProtKB:C0SP78|PTN000169396 protein NCBITaxon:224308 20210906 GO_Central membrane +UniProtKB P11469 ysmA GO:0047617 GO_REF:0000033 IBA PANTHER:PTN001273712|UniProtKB:P77712|UniProtKB:Q55777 F Uncharacterized protein YsmA UniProtKB:P11469|PTN002067518 protein NCBITaxon:224308 20190502 GO_Central fatty acyl-CoA hydrolase activity +UniProtKB P11065 hpr GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P HTH-type transcriptional regulator Hpr UniProtKB:P11065|PTN002431213 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB P11065 hpr GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P HTH-type transcriptional regulator Hpr UniProtKB:P11065|PTN002431213 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB P11045 dfrA GO:0050661 GO_REF:0000033 IBA PANTHER:PTN000167322|UniProtKB:P0ABQ4|RGD:2500|UniProtKB:P9WNX1|UniProtKB:P00374 F Dihydrofolate reductase UniProtKB:P11045|PTN000167379 protein NCBITaxon:224308 20170613 GO_Central NADP binding +UniProtKB P11045 dfrA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000167378|UniProtKB:P0ABQ4 C Dihydrofolate reductase UniProtKB:P11045|PTN000167379 protein NCBITaxon:224308 20170613 GO_Central cytosol +UniProtKB P11045 dfrA GO:0046654 GO_REF:0000033 IBA PANTHER:PTN000167322|UniProtKB:P00374|UniProtKB:P9WNX1|RGD:2500|SGD:S000005762 P Dihydrofolate reductase UniProtKB:P11045|PTN000167379 protein NCBITaxon:224308 20230407 GO_Central tetrahydrofolate biosynthetic process +UniProtKB P11045 dfrA GO:0046452 GO_REF:0000033 IBA PANTHER:PTN000167322|SGD:S000005762|RGD:2500|UniProtKB:P00374 P Dihydrofolate reductase UniProtKB:P11045|PTN000167379 protein NCBITaxon:224308 20221010 GO_Central dihydrofolate metabolic process +UniProtKB P11045 dfrA GO:0004146 GO_REF:0000033 IBA PANTHER:PTN000167322|FB:FBgn0004087|dictyBase:DDB_G0286755|RGD:2500|MGI:MGI:94890|PomBase:SPCC1223.08c|SGD:S000005762|UniProtKB:P0ABQ4|CGD:CAL0000177250|ZFIN:ZDB-GENE-010406-5|UniProtKB:Q86XF0|UniProtKB:P00374|UniProtKB:P9WNX1 F Dihydrofolate reductase UniProtKB:P11045|PTN000167379 protein NCBITaxon:224308 20221010 GO_Central dihydrofolate reductase activity +UniProtKB P11045 dfrA GO:0046655 GO_REF:0000033 IBA PANTHER:PTN000167322|ZFIN:ZDB-GENE-010406-5|RGD:2500 P Dihydrofolate reductase UniProtKB:P11045|PTN000167379 protein NCBITaxon:224308 20230407 GO_Central folic acid metabolic process +UniProtKB P11044 thyA2 GO:0004799 GO_REF:0000033 IBA PANTHER:PTN000167391|UniProtKB:P9WFR9|UniProtKB:P04818|WB:WBGene00022455|SGD:S000005600|RGD:3921|ZFIN:ZDB-GENE-040426-59|MGI:MGI:98878|UniProtKB:P0CI79|UniProtKB:P0A884|PomBase:SPAC15E1.04 F Thymidylate synthase 2 UniProtKB:P11044|PTN000167465 protein NCBITaxon:224308 20210904 GO_Central thymidylate synthase activity +UniProtKB P11044 thyA2 GO:0006231 GO_REF:0000033 IBA PANTHER:PTN000167391|MGI:MGI:98878|UniProtKB:P0A884|PomBase:SPAC15E1.04|WB:WBGene00022455|UniProtKB:P04818|UniProtKB:P9WFR9|SGD:S000005600|RGD:3921|ZFIN:ZDB-GENE-040426-59 P Thymidylate synthase 2 UniProtKB:P11044|PTN000167465 protein NCBITaxon:224308 20210904 GO_Central dTMP biosynthetic process +UniProtKB P11044 thyA2 GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000167391|UniProtKB:P0A884 C Thymidylate synthase 2 UniProtKB:P11044|PTN000167465 protein NCBITaxon:224308 20210904 GO_Central cytosol +UniProtKB P24281 yaaK GO:0003677 GO_REF:0000033 IBA PANTHER:PTN002125043|UniProtKB:P0A8B5 F Nucleoid-associated protein YaaK UniProtKB:P24281|PTN002125094 protein NCBITaxon:224308 20180110 GO_Central DNA binding +UniProtKB P24281 yaaK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002125071|UniProtKB:P0A8B5 C Nucleoid-associated protein YaaK UniProtKB:P24281|PTN002125094 protein NCBITaxon:224308 20180110 GO_Central cytosol +UniProtKB Q59HN8 rapH GO:0005515 PMID:21346797 IPI UniProtKB:P06628 F Response regulator aspartate phosphatase H yeeH|yzqA|BSU06830 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P94542 zapA GO:0005515 PMID:16796675 IPI UniProtKB:P17865 F Cell division protein ZapA yshA|BSU28610 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P94542 zapA GO:0005515 PMID:21630458 IPI UniProtKB:P17865 F Cell division protein ZapA yshA|BSU28610 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB P94525 araD GO:0008270 GO_REF:0000024 ISS UniProtKB:P08203 F L-ribulose-5-phosphate 4-epimerase BSU28780 protein NCBITaxon:224308 20180514 UniProt zinc ion binding -UniProtKB P94525 araD GO:0019569 GO_REF:0000024 ISS UniProtKB:P08203 P L-ribulose-5-phosphate 4-epimerase BSU28780 protein NCBITaxon:224308 20180514 UniProt L-arabinose catabolic process to xylulose 5-phosphate UniProtKB P94525 araD GO:0008742 GO_REF:0000024 ISS UniProtKB:P08203 F L-ribulose-5-phosphate 4-epimerase BSU28780 protein NCBITaxon:224308 20180514 UniProt L-ribulose-phosphate 4-epimerase activity -UniProtKB P94512 serB GO:0006564 PMID:28189581 IMP P Phosphoserine phosphatase ysaA|BSU28940 protein NCBITaxon:224308 20191031 UniProt L-serine biosynthetic process -UniProtKB P94512 serB GO:0004647 PMID:28189581 IDA F Phosphoserine phosphatase ysaA|BSU28940 protein NCBITaxon:224308 20191031 UniProt phosphoserine phosphatase activity +UniProtKB P94525 araD GO:0019569 GO_REF:0000024 ISS UniProtKB:P08203 P L-ribulose-5-phosphate 4-epimerase BSU28780 protein NCBITaxon:224308 20180514 UniProt L-arabinose catabolic process to xylulose 5-phosphate UniProtKB P94512 serB GO:0016311 PMID:28189581 IDA P Phosphoserine phosphatase ysaA|BSU28940 protein NCBITaxon:224308 20191031 UniProt dephosphorylation -UniProtKB P20487 fliJ GO:0005515 PMID:20534509 IPI UniProtKB:P35620 F Flagellar FliJ protein cheF|BSU16250 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P20487 fliJ GO:0071978 PMID:25313396 IMP P Flagellar FliJ protein cheF|BSU16250 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P94512 serB GO:0036424 PMID:28189581 IDA F Phosphoserine phosphatase ysaA|BSU28940 protein NCBITaxon:224308 20210803 UniProt L-phosphoserine phosphatase activity +UniProtKB P94512 serB GO:0006564 PMID:28189581 IMP P Phosphoserine phosphatase ysaA|BSU28940 protein NCBITaxon:224308 20191031 UniProt L-serine biosynthetic process UniProtKB P20487 fliJ GO:0044780 PMID:25313396 IMP P Flagellar FliJ protein cheF|BSU16250 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P20429 rpoA GO:0005515 PMID:22512862 IPI UniProtKB:P25144 F DNA-directed RNA polymerase subunit alpha BSU01430 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P20429 rpoA GO:0005515 PMID:22512862 IPI UniProtKB:P39779 F DNA-directed RNA polymerase subunit alpha BSU01430 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P94427 gabT GO:0003867 PMID:12123465 IMP F Probable 4-aminobutyrate aminotransferase ycnG|BSU03900 protein NCBITaxon:224308 20131027 CACAO 4-aminobutyrate transaminase activity -UniProtKB P94417 yclM GO:0004072 PMID:11471740 IDA F Aspartokinase 3 BSU03790 protein NCBITaxon:224308 20130110 UniProt aspartate kinase activity -UniProtKB P94417 yclM GO:0005524 PMID:11471740 IDA F Aspartokinase 3 BSU03790 protein NCBITaxon:224308 20130110 UniProt ATP binding -UniProtKB P94416 phrC GO:0005515 PMID:23526881 IPI UniProtKB:O34327 F Phosphatase RapC inhibitor hprC|BSU03780 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P40869 spoVAD GO:0031160 PMID:16077113 IDA C Stage V sporulation protein AD BSU23410 protein NCBITaxon:224308 20141123 CACAO spore wall -UniProtKB P40869 spoVAD GO:0005886 PMID:16077113 IDA C Stage V sporulation protein AD BSU23410 protein NCBITaxon:224308 20141123 CACAO plasma membrane -UniProtKB P94392 putP GO:0015193 PMID:22139509 IMP F High-affinity proline transporter PutP ycgO|BSU03220 protein NCBITaxon:224308 20140401 CACAO L-proline transmembrane transporter activity -UniProtKB P94391 putC GO:0004657 PMID:22139509 IMP F 1-pyrroline-5-carboxylate dehydrogenase 2 ycgN|BSU03210 protein NCBITaxon:224308 20140406 CACAO proline dehydrogenase activity -UniProtKB P94390 putB GO:0006562 PMID:22139509 IDA P Proline dehydrogenase 2 ycgM|BSU03200 protein NCBITaxon:224308 20160722 UniProt proline catabolic process -UniProtKB P94390 putB GO:0071949 GO_REF:0000024 ISS UniProtKB:Q72IB8 F Proline dehydrogenase 2 ycgM|BSU03200 protein NCBITaxon:224308 20160527 UniProt FAD binding -UniProtKB P94390 putB GO:0004657 PMID:22139509 IDA F Proline dehydrogenase 2 ycgM|BSU03200 protein NCBITaxon:224308 20160722 UniProt proline dehydrogenase activity -UniProtKB P94363 cimH GO:0015531 PMID:11566984 IDA F Citrate/malate transporter yxkJ|BSU38770 protein NCBITaxon:224308 20151103 CACAO citrate:proton symporter activity -UniProtKB P40762 pchR GO:0045892 PMID:27542896 IMP P HTH-type transcriptional regulator PchR yvmB|yzhA|BSU35080 protein NCBITaxon:224308 20180331 CACAO negative regulation of transcription, DNA-templated -UniProtKB P40762 pchR GO:0045893 PMID:27542896 IMP P HTH-type transcriptional regulator PchR yvmB|yzhA|BSU35080 protein NCBITaxon:224308 20180331 CACAO positive regulation of transcription, DNA-templated -UniProtKB P40758 glnK GO:0005515 PMID:21435182 IPI UniProtKB:Q45666 F Sensor histidine kinase GlnK nrgB|ycbA|yzgA|BSU02440 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P40758 glnK GO:0005515 PMID:23535029 IPI UniProtKB:Q45666 F Sensor histidine kinase GlnK nrgB|ycbA|yzgA|BSU02440 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P40750 pbpD GO:0005515 PMID:17427287 IPI UniProtKB:Q01466 F Penicillin-binding protein 4 BSU31490 protein NCBITaxon:224308 20120708 UniProt protein binding -UniProtKB P40742 ylxH GO:0005515 PMID:22056770 IPI UniProtKB:Q01960 F Flagellum site-determining protein YlxH BSU16410 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P40410 feuB GO:0006811 PMID:10913079 IEP P Iron-uptake system permease protein FeuB BSU01620 protein NCBITaxon:224308 20111106 CACAO ion transport +UniProtKB P20487 fliJ GO:0071978 PMID:25313396 IMP P Flagellar FliJ protein cheF|BSU16250 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P20487 fliJ GO:0005515 PMID:20534509 IPI UniProtKB:P35620 F Flagellar FliJ protein cheF|BSU16250 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P20429 rpoA GO:0005515 PMID:22512862 IPI UniProtKB:P25144 F DNA-directed RNA polymerase subunit alpha BSU01430 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P20429 rpoA GO:0005515 PMID:22512862 IPI UniProtKB:P39779 F DNA-directed RNA polymerase subunit alpha BSU01430 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P94416 phrC GO:0005515 PMID:23526881 IPI UniProtKB:O34327 F Competence and sporulation stimulating factor hprC|BSU03780 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P09339 citB GO:0003729 PMID:10468622 IDA F Aconitate hydratase A BSU18000 protein NCBITaxon:224308 20150323 UniProt mRNA binding +UniProtKB P09339 citB GO:0003730 PMID:10468622 IDA F Aconitate hydratase A BSU18000 protein NCBITaxon:224308 20150323 UniProt mRNA 3'-UTR binding +UniProtKB P09339 citB GO:0003994 PMID:3110133 IDA F Aconitate hydratase A BSU18000 protein NCBITaxon:224308 20150323 UniProt aconitate hydratase activity +UniProtKB P09339 citB GO:0003994 PMID:23354745 IDA F Aconitate hydratase A BSU18000 protein NCBITaxon:224308 20150323 UniProt aconitate hydratase activity +UniProtKB P09339 citB GO:0043937 PMID:16923907 IDA P Aconitate hydratase A BSU18000 protein NCBITaxon:224308 20150323 UniProt regulation of sporulation +UniProtKB P09339 citB GO:0051539 PMID:3110133 IDA F Aconitate hydratase A BSU18000 protein NCBITaxon:224308 20150323 UniProt 4 iron, 4 sulfur cluster binding +UniProtKB P09339 citB GO:0019679 PMID:23354745 TAS P Aconitate hydratase A BSU18000 protein NCBITaxon:224308 20150323 UniProt propionate metabolic process, methylcitrate cycle +UniProtKB P09339 citB GO:0006099 PMID:23354745 TAS P Aconitate hydratase A BSU18000 protein NCBITaxon:224308 20150323 UniProt tricarboxylic acid cycle +UniProtKB P09339 citB GO:0043937 PMID:9393699 IMP P Aconitate hydratase A BSU18000 protein NCBITaxon:224308 20150323 UniProt regulation of sporulation +UniProtKB P09339 citB GO:0047456 GO_REF:0000024 ISS UniProtKB:Q8ZP52 F Aconitate hydratase A BSU18000 protein NCBITaxon:224308 20150323 UniProt 2-methylisocitrate dehydratase activity +UniProtKB Q08430 kinB GO:0045881 PMID:8497199 IGI UniProtKB:P16497 P Sporulation kinase B BSU31450 protein NCBITaxon:224308 20141120 CACAO positive regulation of sporulation resulting in formation of a cellular spore +UniProtKB Q08352 ald GO:0000286 PMID:6794611 IMP F Alanine dehydrogenase ski22|spoVN|BSU31930 protein NCBITaxon:224308 20211011 UniProt alanine dehydrogenase activity +UniProtKB Q08352 ald GO:0030435 PMID:8226620 IMP P Alanine dehydrogenase ski22|spoVN|BSU31930 protein NCBITaxon:224308 20120823 UniProt sporulation resulting in formation of a cellular spore +UniProtKB Q08352 ald GO:0005829 GO_REF:0000024 ISS UniProtKB:P9WQB1 C Alanine dehydrogenase ski22|spoVN|BSU31930 protein NCBITaxon:224308 20170601 UniProt cytosol +UniProtKB Q08352 ald GO:0006524 GO_REF:0000024 ISS UniProtKB:P9WQB1 P Alanine dehydrogenase ski22|spoVN|BSU31930 protein NCBITaxon:224308 20170601 UniProt alanine catabolic process +UniProtKB P34956 qoxB GO:0016682 GO_REF:0000024 ISS UniProtKB:Q81HT3 F Quinol oxidase subunit 1 BSU38160|ipa-38d protein NCBITaxon:224308 20041006 UniProt oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor +UniProtKB P34956 qoxB GO:0042773 GO_REF:0000024 ISS UniProtKB:Q81HT3 P Quinol oxidase subunit 1 BSU38160|ipa-38d protein NCBITaxon:224308 20041006 UniProt ATP synthesis coupled electron transport +UniProtKB Q08312 cotZ GO:0005515 PMID:19304857 IPI UniProtKB:Q08311 F Spore coat protein Z BSU11740 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q08311 cotY GO:0005515 PMID:19304857 IPI UniProtKB:Q08312 F Spore coat protein Y BSU11750 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q08310 cotW GO:0005515 PMID:19304857 IPI UniProtKB:Q08309 F Spore coat protein W BSU11770 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q08309 cotV GO:0005515 PMID:19304857 IPI UniProtKB:Q08310 F Spore coat protein V BSU11780 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P40410 feuB GO:0006811 PMID:10913079 IEP P Iron-uptake system permease protein FeuB BSU01620 protein NCBITaxon:224308 20111106 CACAO monoatomic ion transport UniProtKB P40405 swrB GO:0071978 PMID:25313396 IMP P Swarming motility protein SwrB BSU16480 protein NCBITaxon:224308 20180410 CACAO bacterial-type flagellum-dependent swarming motility UniProtKB P40403 cheC GO:0050918 PMID:14749334 IMP P CheY-P phosphatase CheC ylxJ|BSU16450 protein NCBITaxon:224308 20141122 CACAO positive chemotaxis -UniProtKB P40332 iolX GO:0019310 PMID:20133360 IMP P scyllo-inositol 2-dehydrogenase (NAD(+)) yisS|yucG|yuxD|BSU10850 protein NCBITaxon:224308 20170515 UniProt inositol catabolic process +UniProtKB P40332 iolX GO:0016616 PMID:20133360 IDA F scyllo-inositol 2-dehydrogenase (NAD(+)) yisS|yucG|yuxD|BSU10850 protein NCBITaxon:224308 20170515 UniProt oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor UniProtKB P40332 iolX GO:1902141 PMID:20133360 IDA P scyllo-inositol 2-dehydrogenase (NAD(+)) yisS|yucG|yuxD|BSU10850 protein NCBITaxon:224308 20170515 UniProt cellular response to inositol UniProtKB P40332 iolX GO:0070403 PMID:20133360 IDA F scyllo-inositol 2-dehydrogenase (NAD(+)) yisS|yucG|yuxD|BSU10850 protein NCBITaxon:224308 20170515 UniProt NAD+ binding UniProtKB P40332 iolX GO:0070404 PMID:20133360 IDA F scyllo-inositol 2-dehydrogenase (NAD(+)) yisS|yucG|yuxD|BSU10850 protein NCBITaxon:224308 20170515 UniProt NADH binding -UniProtKB P40332 iolX GO:0016616 PMID:20133360 IDA F scyllo-inositol 2-dehydrogenase (NAD(+)) yisS|yucG|yuxD|BSU10850 protein NCBITaxon:224308 20170515 UniProt oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB P42411 rsbT GO:0005515 PMID:21630458 IPI UniProtKB:P42410 F Serine/threonine-protein kinase RsbT ycxT|BSU04690 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P42411 rsbT GO:0005515 PMID:25278935 IPI UniProtKB:O31435 F Serine/threonine-protein kinase RsbT ycxT|BSU04690 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P42411 rsbT GO:0005515 PMID:25278935 IPI UniProtKB:P42410 F Serine/threonine-protein kinase RsbT ycxT|BSU04690 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P42411 rsbT GO:0005515 PMID:25374563 IPI UniProtKB:O31435 F Serine/threonine-protein kinase RsbT ycxT|BSU04690 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P13801 spoIIGA GO:0005887 PMID:18378688 IDA C Sporulation sigma-E factor-processing peptidase BSU15310 protein NCBITaxon:224308 20140320 UniProt integral component of plasma membrane +UniProtKB P40332 iolX GO:0019310 PMID:20133360 IMP P scyllo-inositol 2-dehydrogenase (NAD(+)) yisS|yucG|yuxD|BSU10850 protein NCBITaxon:224308 20170515 UniProt inositol catabolic process UniProtKB P13801 spoIIGA GO:0005886 PMID:18378688 IDA C Sporulation sigma-E factor-processing peptidase BSU15310 protein NCBITaxon:224308 20140320 UniProt plasma membrane -UniProtKB P13801 spoIIGA GO:0006508 PMID:21362630 IMP P Sporulation sigma-E factor-processing peptidase BSU15310 protein NCBITaxon:224308 20140320 UniProt proteolysis -UniProtKB P13801 spoIIGA GO:0006508 PMID:18378688 IMP P Sporulation sigma-E factor-processing peptidase BSU15310 protein NCBITaxon:224308 20140320 UniProt proteolysis UniProtKB P13801 spoIIGA GO:0043621 PMID:18378688 IDA F Sporulation sigma-E factor-processing peptidase BSU15310 protein NCBITaxon:224308 20140320 UniProt protein self-association +UniProtKB P13801 spoIIGA GO:0004190 PMID:18378688 IMP F Sporulation sigma-E factor-processing peptidase BSU15310 protein NCBITaxon:224308 20140320 UniProt aspartic-type endopeptidase activity UniProtKB P13801 spoIIGA GO:0008233 PMID:21362630 IMP F Sporulation sigma-E factor-processing peptidase BSU15310 protein NCBITaxon:224308 20140320 UniProt peptidase activity +UniProtKB P13801 spoIIGA GO:0006508 PMID:21362630 IMP P Sporulation sigma-E factor-processing peptidase BSU15310 protein NCBITaxon:224308 20140320 UniProt proteolysis +UniProtKB P13801 spoIIGA GO:0006508 PMID:18378688 IMP P Sporulation sigma-E factor-processing peptidase BSU15310 protein NCBITaxon:224308 20140320 UniProt proteolysis UniProtKB P13801 spoIIGA GO:0005515 PMID:18378688 IPI UniProtKB:P39151 F Sporulation sigma-E factor-processing peptidase BSU15310 protein NCBITaxon:224308 20140320 UniProt protein binding -UniProtKB P13801 spoIIGA GO:0004190 PMID:18378688 IMP F Sporulation sigma-E factor-processing peptidase BSU15310 protein NCBITaxon:224308 20140320 UniProt aspartic-type endopeptidase activity -UniProtKB P13800 degU GO:0045893 PMID:18978066 IMP P Transcriptional regulatory protein DegU iep|BSU35490 protein NCBITaxon:224308 20180320 CACAO positive regulation of transcription, DNA-templated -UniProtKB P0CI79 thyA1 GO:0004799 PMID:9778348 IDA F Thymidylate synthase 1 BSU17680 protein NCBITaxon:224308 20160405 CACAO thymidylate synthase activity -UniProtKB P26497 spo0J GO:0007059 PMID:8071208 IMP P Stage 0 sporulation protein J BSU40960 protein NCBITaxon:224308 20111103 CACAO chromosome segregation -UniProtKB P26497 spo0J GO:0045881 PMID:8071208 IGI UniProtKB:P37522 P Stage 0 sporulation protein J BSU40960 protein NCBITaxon:224308 20111103 CACAO positive regulation of sporulation resulting in formation of a cellular spore -UniProtKB P26497 spo0J GO:0043590 PMID:9114058 IDA C Stage 0 sporulation protein J BSU40960 protein NCBITaxon:224308 20111106 CACAO bacterial nucleoid -UniProtKB P46919 gpsA GO:0047952 PMID:7592341 IDA F Glycerol-3-phosphate dehydrogenase [NAD(P)+] glyC|BSU22830 protein NCBITaxon:224308 20130702 UniProt glycerol-3-phosphate dehydrogenase [NAD(P)+] activity -UniProtKB P46898 rplF GO:0005515 PMID:17981968 IPI UniProtKB:P38424 F 50S ribosomal protein L6 BSU01310 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P26936 spoIVFA GO:0005515 PMID:24243021 IPI UniProtKB:O35002 F Stage IV sporulation protein FA bofB|BSU27980 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q01463 minC GO:0005515 PMID:25374563 IPI UniProtKB:Q01464 F Septum site-determining protein MinC BSU28000 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q01463 minC GO:0032272 PMID:23577149 IDA P Septum site-determining protein MinC BSU28000 protein NCBITaxon:224308 20130426 CACAO negative regulation of protein polymerization -UniProtKB P25499 hrcA GO:0045892 PMID:8576042 IMP P Heat-inducible transcription repressor HrcA yqeS|yqxE|BSU25490 protein NCBITaxon:224308 20111105 CACAO negative regulation of transcription, DNA-templated -UniProtKB P45870 racA GO:0005515 PMID:25374563 IPI UniProtKB:P37475 F Chromosome-anchoring protein RacA ywkC|BSU37030 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P45870 racA GO:0005515 PMID:25374563 IPI UniProtKB:P37562 F Chromosome-anchoring protein RacA ywkC|BSU37030 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P45865 clsB GO:0008808 PMID:14973018 IMP F Minor cardiolipin synthase ClsB ywjE|BSU37190 protein NCBITaxon:224308 20120518 UniProt cardiolipin synthase activity -UniProtKB P45865 clsB GO:0032049 PMID:14973018 IMP P Minor cardiolipin synthase ClsB ywjE|BSU37190 protein NCBITaxon:224308 20120518 UniProt cardiolipin biosynthetic process -UniProtKB P45865 clsB GO:0043934 PMID:14973018 IMP P Minor cardiolipin synthase ClsB ywjE|BSU37190 protein NCBITaxon:224308 20120518 UniProt sporulation -UniProtKB P45858 mmgD GO:0036440 GO_REF:0000024 ISS UniProtKB:Q56063 F Citrate/2-methylcitrate synthase yqiO|BSU24140 protein NCBITaxon:224308 20150324 UniProt citrate synthase activity -UniProtKB P45858 mmgD GO:0050440 GO_REF:0000024 ISS UniProtKB:Q56063 F Citrate/2-methylcitrate synthase yqiO|BSU24140 protein NCBITaxon:224308 20150324 UniProt 2-methylcitrate synthase activity -UniProtKB P45858 mmgD GO:0019679 GO_REF:0000024 ISS UniProtKB:Q56063 P Citrate/2-methylcitrate synthase yqiO|BSU24140 protein NCBITaxon:224308 20150324 UniProt propionate metabolic process, methylcitrate cycle -UniProtKB P26937 spoIVFB GO:0005515 PMID:19805276 IPI UniProtKB:P12254 F Stage IV sporulation protein FB bofB|BSU27970 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P25144 ccpA GO:0005515 PMID:21630458 IPI UniProtKB:P08877 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P25144 ccpA GO:0005515 PMID:22512862 IPI UniProtKB:P08877 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P25144 ccpA GO:0005515 PMID:22512862 IPI UniProtKB:P20429 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P25144 ccpA GO:0005515 PMID:22512862 IPI UniProtKB:P39779 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P25144 ccpA GO:0045892 PMID:27542896 IMP P Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20180331 CACAO negative regulation of transcription, DNA-templated -UniProtKB P25144 ccpA GO:0001217 PMID:12100558 IPI RefSeq:NC_000964.3 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P25144 ccpA GO:0001216 PMID:15916606 IPI RefSeq:NC_000964.3 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription activator activity -UniProtKB P25144 ccpA GO:0001216 PMID:23123903 IPI RefSeq:NC_000964.3 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription activator activity -UniProtKB P25144 ccpA GO:0032993 PMID:12100558 IPI RefSeq:NC_000964.3 C Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P25144 ccpA GO:0032993 PMID:15916606 IPI RefSeq:NC_000964.3 C Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P25144 ccpA GO:0032993 PMID:23123903 IPI RefSeq:NC_000964.3 C Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P25144 ccpA GO:0000976 PMID:12100558 IPI RefSeq:NC_000964.3 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P25144 ccpA GO:0000976 PMID:15916606 IPI RefSeq:NC_000964.3 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P25144 ccpA GO:0000976 PMID:23123903 IPI RefSeq:NC_000964.3 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P25144 ccpA GO:0001216 PMID:15916606 IMP F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription activator activity -UniProtKB P25144 ccpA GO:0001216 PMID:23123903 IMP F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription activator activity -UniProtKB P25144 ccpA GO:0045893 PMID:23123903 IDA P Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF positive regulation of transcription, DNA-templated -UniProtKB P25144 ccpA GO:0032993 PMID:15916606 IMP C Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P25144 ccpA GO:0032993 PMID:23123903 IMP C Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P25144 ccpA GO:0000976 PMID:15916606 IMP F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P25144 ccpA GO:0000976 PMID:23123903 IMP F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P25144 ccpA GO:0045892 PMID:12100558 IEP P Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF negative regulation of transcription, DNA-templated -UniProtKB P18157 glpK GO:0004370 GO_REF:0000024 ISS UniProtKB:P0A6F3 F Glycerol kinase BSU09290 protein NCBITaxon:224308 20130927 UniProt glycerol kinase activity -UniProtKB P18157 glpK GO:0006071 GO_REF:0000024 ISS UniProtKB:P0A6F3 P Glycerol kinase BSU09290 protein NCBITaxon:224308 20130927 UniProt glycerol metabolic process -UniProtKB P20668 gltC GO:0005515 PMID:17994626 IPI UniProtKB:P39633 F HTH-type transcriptional regulator GltC BSU18460 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P20668 gltC GO:0006355 PMID:17134717 IMP P HTH-type transcriptional regulator GltC BSU18460 protein NCBITaxon:224308 20120515 UniProt regulation of transcription, DNA-templated -UniProtKB P20668 gltC GO:0003700 PMID:17134717 IMP F HTH-type transcriptional regulator GltC BSU18460 protein NCBITaxon:224308 20120515 UniProt DNA-binding transcription factor activity -UniProtKB P38424 engB GO:0005515 PMID:17981968 IPI UniProtKB:P02394 F Probable GTP-binding protein EngB ysxC|BSU28190 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P38424 engB GO:0005515 PMID:17981968 IPI UniProtKB:P46898 F Probable GTP-binding protein EngB ysxC|BSU28190 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P38424 engB GO:0005515 PMID:17981968 IPI UniProtKB:Q06797 F Probable GTP-binding protein EngB ysxC|BSU28190 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P11065 hpr GO:0005515 PMID:25278935 IPI UniProtKB:O34483 F HTH-type transcriptional regulator Hpr catA|scoC|BSU09990 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P11065 hpr GO:0006355 PMID:10383984 IMP P HTH-type transcriptional regulator Hpr catA|scoC|BSU09990 protein NCBITaxon:224308 20111115 CACAO regulation of transcription, DNA-templated -UniProtKB O34507 prkC GO:0071224 PMID:18984160 IMP P Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20100929 UniProt cellular response to peptidoglycan -UniProtKB O34507 prkC GO:0009847 PMID:18984160 IMP P Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20100929 UniProt spore germination -UniProtKB O34507 prkC GO:0004674 PMID:18984160 IDA F Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20100929 UniProt protein serine/threonine kinase activity +UniProtKB P13800 degU GO:0045893 PMID:18978066 IMP P Transcriptional regulatory protein DegU iep|BSU35490 protein NCBITaxon:224308 20180320 CACAO positive regulation of DNA-templated transcription +UniProtKB P19466 mtrB GO:0045947 PMID:9098056 IDA P Transcription attenuation protein MtrB BSU22770 protein NCBITaxon:224308 20151028 CACAO negative regulation of translational initiation +UniProtKB P19466 mtrB GO:0045947 PMID:14702295 IDA P Transcription attenuation protein MtrB BSU22770 protein NCBITaxon:224308 20151028 CACAO negative regulation of translational initiation +UniProtKB P19466 mtrB GO:0060566 PMID:7592410 IDA P Transcription attenuation protein MtrB BSU22770 protein NCBITaxon:224308 20151028 CACAO positive regulation of termination of DNA-templated transcription +UniProtKB P40869 spoVAD GO:0005886 PMID:16077113 IDA C Stage V sporulation protein AD BSU23410 protein NCBITaxon:224308 20141123 CACAO plasma membrane +UniProtKB P40869 spoVAD GO:0031160 PMID:16077113 IDA C Stage V sporulation protein AD BSU23410 protein NCBITaxon:224308 20141123 CACAO spore wall +UniProtKB P94392 putP GO:0015193 PMID:22139509 IMP F High-affinity proline transporter PutP ycgO|BSU03220 protein NCBITaxon:224308 20140401 CACAO L-proline transmembrane transporter activity +UniProtKB P94391 putC GO:0004657 PMID:22139509 IMP F 1-pyrroline-5-carboxylate dehydrogenase 2 ycgN|BSU03210 protein NCBITaxon:224308 20140406 CACAO proline dehydrogenase activity +UniProtKB P94363 cimH GO:0015531 PMID:11566984 IDA F Citrate/malate transporter yxkJ|BSU38770 protein NCBITaxon:224308 20151103 CACAO citrate:proton symporter activity +UniProtKB P40762 pchR GO:0045892 PMID:27542896 IMP P HTH-type transcriptional regulator PchR yvmB|yzhA|BSU35080 protein NCBITaxon:224308 20180331 CACAO negative regulation of DNA-templated transcription +UniProtKB P40762 pchR GO:0045893 PMID:27542896 IMP P HTH-type transcriptional regulator PchR yvmB|yzhA|BSU35080 protein NCBITaxon:224308 20180331 CACAO positive regulation of DNA-templated transcription +UniProtKB P40758 glnK GO:0005515 PMID:21435182 IPI UniProtKB:Q45666 F Sensor histidine kinase GlnK nrgB|ycbA|yzgA|BSU02440 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P40758 glnK GO:0005515 PMID:23535029 IPI UniProtKB:Q45666 F Sensor histidine kinase GlnK nrgB|ycbA|yzgA|BSU02440 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P40750 pbpD GO:0005515 PMID:17427287 IPI UniProtKB:Q01466 F Penicillin-binding protein 4 BSU31490 protein NCBITaxon:224308 20120708 UniProt protein binding +UniProtKB P40742 ylxH GO:0005515 PMID:22056770 IPI UniProtKB:Q01960 F Flagellum site-determining protein YlxH BSU16410 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P27621 tagB GO:0005515 PMID:18156271 IPI UniProtKB:P13485 F Teichoic acid glycerol-phosphate primase BSU35760 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O32042 dtd not GO:0051499 PMID:24097941 IMP F Inactive D-aminoacyl-tRNA deacylase yrvI|BSU27590 protein NCBITaxon:224308 20170711 UniProt D-aminoacyl-tRNA deacylase activity +UniProtKB O32062 safA GO:0005515 PMID:19702880 IPI UniProtKB:P35149 F SpoIVD-associated factor A yrbA|BSU27840 protein NCBITaxon:224308 20130327 UniProt protein binding +UniProtKB O32062 safA GO:0051117 PMID:19702880 IPI UniProtKB:P35149 F SpoIVD-associated factor A yrbA|BSU27840 protein NCBITaxon:224308 20130326 UniProt ATPase binding +UniProtKB P31112 hepS GO:0016765 PMID:6768722 IDA F Heptaprenyl diphosphate synthase component 1 gerC1|gerCA|hepA|BSU22760 protein NCBITaxon:224308 20120703 UniProt transferase activity, transferring alkyl or aryl (other than methyl) groups +UniProtKB P31112 hepS GO:0009234 PMID:9720033 IMP P Heptaprenyl diphosphate synthase component 1 gerC1|gerCA|hepA|BSU22760 protein NCBITaxon:224308 20120703 UniProt menaquinone biosynthetic process +UniProtKB P31114 hepT GO:0016765 PMID:6768722 IDA F Heptaprenyl diphosphate synthase component 2 gerC3|gerCC|hepB|BSU22740 protein NCBITaxon:224308 20120703 UniProt transferase activity, transferring alkyl or aryl (other than methyl) groups +UniProtKB P31114 hepT GO:0009234 PMID:9720033 IMP P Heptaprenyl diphosphate synthase component 2 gerC3|gerCC|hepB|BSU22740 protein NCBITaxon:224308 20120703 UniProt menaquinone biosynthetic process +UniProtKB Q06797 rplA GO:0005515 PMID:17981968 IPI UniProtKB:P38424 F Large ribosomal subunit protein uL1 BSU01030 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P54495 glcK GO:0004340 PMID:9620975 IMP F Glucokinase yqgR|BSU24850 protein NCBITaxon:224308 20130408 CACAO glucokinase activity +UniProtKB P54479 zur GO:0045892 PMID:19648245 IEP P Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF negative regulation of DNA-templated transcription +UniProtKB P54479 zur GO:0000976 PMID:12426338 IPI RefSeq:NC_000964.3 F Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P54479 zur GO:0000976 PMID:9811636 IPI RefSeq:NC_000964.3 F Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P54479 zur GO:0001217 PMID:12426338 IPI RefSeq:NC_000964.3 F Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P54479 zur GO:0001217 PMID:9811636 IPI RefSeq:NC_000964.3 F Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P54479 zur GO:0032993 PMID:12426338 IPI RefSeq:NC_000964.3 C Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P54479 zur GO:0032993 PMID:9811636 IPI RefSeq:NC_000964.3 C Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P54479 zur GO:0000976 PMID:18344368 IMP F Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P54479 zur GO:0001217 PMID:18344368 IMP F Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P54479 zur GO:0032993 PMID:18344368 IMP C Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P54479 zur GO:0045892 PMID:12426338 IEP P Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF negative regulation of DNA-templated transcription +UniProtKB P54479 zur GO:0045892 PMID:19648245 EXP P Zinc-specific metallo-regulatory protein yqfV|BSU25100 protein NCBITaxon:224308 20170328 CollecTF negative regulation of DNA-templated transcription +UniProtKB P54475 cshB GO:0043590 PMID:16352840 IDA C DEAD-box ATP-dependent RNA helicase CshB yqfR|BSU25140 protein NCBITaxon:224308 20090306 UniProt bacterial nucleoid +UniProtKB P54475 cshB GO:0009409 PMID:16352840 IGI UniProtKB:P96614 P DEAD-box ATP-dependent RNA helicase CshB yqfR|BSU25140 protein NCBITaxon:224308 20090306 UniProt response to cold +UniProtKB P54475 cshB GO:0003723 GO_REF:0000024 ISS UniProtKB:P96614 F DEAD-box ATP-dependent RNA helicase CshB yqfR|BSU25140 protein NCBITaxon:224308 20090306 UniProt RNA binding +UniProtKB P54475 cshB GO:0003724 GO_REF:0000024 ISS UniProtKB:P96614 F DEAD-box ATP-dependent RNA helicase CshB yqfR|BSU25140 protein NCBITaxon:224308 20090306 UniProt RNA helicase activity +UniProtKB P54475 cshB GO:0005524 GO_REF:0000024 ISS UniProtKB:P96614 F DEAD-box ATP-dependent RNA helicase CshB yqfR|BSU25140 protein NCBITaxon:224308 20090306 UniProt ATP binding +UniProtKB P54462 mtaB GO:0035598 PMID:20472640 IMP F Threonylcarbamoyladenosine tRNA methylthiotransferase MtaB tmtB|yqeV|BSU25430 protein NCBITaxon:224308 20120215 UniProt N6-threonylcarbomyladenosine methylthiotransferase activity +UniProtKB P54462 mtaB GO:0035600 PMID:20472640 IMP P Threonylcarbamoyladenosine tRNA methylthiotransferase MtaB tmtB|yqeV|BSU25430 protein NCBITaxon:224308 20120215 UniProt tRNA methylthiolation +UniProtKB P54453 yqeH GO:0032297 PMID:12427945 IDA P Uncharacterized protein YqeH BSU25670 protein NCBITaxon:224308 20120401 CACAO negative regulation of DNA-templated DNA replication initiation +UniProtKB O32179 fadM GO:0004657 GO_REF:0000024 ISS UniProtKB:Q72IB8 F Proline dehydrogenase 1 yusM|BSU32850 protein NCBITaxon:224308 20160527 UniProt proline dehydrogenase activity +UniProtKB O32179 fadM GO:0006562 GO_REF:0000024 ISS UniProtKB:Q72IB8 P Proline dehydrogenase 1 yusM|BSU32850 protein NCBITaxon:224308 20160527 UniProt proline catabolic process +UniProtKB O32179 fadM GO:0071949 GO_REF:0000024 ISS UniProtKB:Q72IB8 F Proline dehydrogenase 1 yusM|BSU32850 protein NCBITaxon:224308 20160527 UniProt FAD binding +UniProtKB P54382 folD GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Bifunctional protein FolD yqiA|BSU24310 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P54304 hemW GO:0006779 PMID:10498703 IMP P Heme chaperone HemW hemN|yqeR|BSU25500 protein NCBITaxon:224308 20140226 UniProt porphyrin-containing compound biosynthetic process +UniProtKB P54304 hemW GO:0005737 GO_REF:0000024 ISS UniProtKB:Q9CGF7 C Heme chaperone HemW hemN|yqeR|BSU25500 protein NCBITaxon:224308 20140226 UniProt cytoplasm +UniProtKB P54304 hemW GO:0051539 GO_REF:0000024 ISS UniProtKB:Q9CGF7 F Heme chaperone HemW hemN|yqeR|BSU25500 protein NCBITaxon:224308 20140226 UniProt 4 iron, 4 sulfur cluster binding +UniProtKB O32241 sdpI GO:0009636 PMID:22469514 IDA P Immunity protein SdpI yvaZ|BSU33780 protein NCBITaxon:224308 20141010 UniProt response to toxic substance +UniProtKB O32241 sdpI GO:0009636 PMID:16629676 IMP P Immunity protein SdpI yvaZ|BSU33780 protein NCBITaxon:224308 20141010 UniProt response to toxic substance +UniProtKB O08394 cypD GO:0010181 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20150909 UniProt FMN binding +UniProtKB O08394 cypD GO:0003958 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20150909 UniProt NADPH-hemoprotein reductase activity +UniProtKB O08394 cypD GO:0020037 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20150909 UniProt heme binding +UniProtKB O08394 cypD GO:0016712 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20150909 UniProt oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced flavin or flavoprotein as one donor, and incorporation of one atom of oxygen +UniProtKB O08394 cypD GO:0005504 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20150909 UniProt fatty acid binding +UniProtKB O08394 cypD GO:0019395 PMID:15122913 IDA P Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20150909 UniProt fatty acid oxidation +UniProtKB O08394 cypD GO:0050660 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20150909 UniProt flavin adenine dinucleotide binding +UniProtKB O08394 cypD GO:0005506 GO_REF:0000024 ISS UniProtKB:P14779 F Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20160304 UniProt iron ion binding +UniProtKB O32266 swrAA GO:1900192 PMID:21278284 IMP P Swarming motility protein SwrAA swrA|BSU35230 protein NCBITaxon:224308 20141007 CACAO positive regulation of single-species biofilm formation +UniProtKB O32271 tuaD GO:0003979 GO_REF:0000024 ISS UniProtKB:Q0P8H3 F UDP-glucose 6-dehydrogenase TuaD yvhD|BSU35580 protein NCBITaxon:224308 20211122 UniProt UDP-glucose 6-dehydrogenase activity +UniProtKB O32271 tuaD GO:0051287 GO_REF:0000024 ISS UniProtKB:Q0P8H3 F UDP-glucose 6-dehydrogenase TuaD yvhD|BSU35580 protein NCBITaxon:224308 20211122 UniProt NAD binding +UniProtKB O08336 cypB GO:0010181 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20150909 UniProt FMN binding +UniProtKB O08336 cypB GO:0003958 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20150909 UniProt NADPH-hemoprotein reductase activity +UniProtKB O08336 cypB GO:0020037 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20150909 UniProt heme binding +UniProtKB O08336 cypB GO:0016712 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20150909 UniProt oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced flavin or flavoprotein as one donor, and incorporation of one atom of oxygen +UniProtKB O08336 cypB GO:0005504 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20150909 UniProt fatty acid binding +UniProtKB O08336 cypB GO:0019395 PMID:15122913 IDA P Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20150909 UniProt fatty acid oxidation +UniProtKB O08336 cypB GO:0050660 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20150909 UniProt flavin adenine dinucleotide binding +UniProtKB O08336 cypB GO:0005506 GO_REF:0000024 ISS UniProtKB:P14779 F Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20160304 UniProt iron ion binding +UniProtKB P07372 spoIID GO:0005515 PMID:17376078 IPI UniProtKB:P37968 F Stage II sporulation protein D spoIIC|BSU36750 protein NCBITaxon:224308 20130715 UniProt protein binding +UniProtKB P54170 brxA GO:0033194 PMID:24313874 IEP P Bacilliredoxin BrxA yphP|BSU21860 protein NCBITaxon:224308 20230804 UniProt response to hydroperoxide +UniProtKB P54170 brxA GO:0003756 PMID:19653655 IMP F Bacilliredoxin BrxA yphP|BSU21860 protein NCBITaxon:224308 20230804 UniProt protein disulfide isomerase activity +UniProtKB P54170 brxA GO:0045454 PMID:24313874 IMP P Bacilliredoxin BrxA yphP|BSU21860 protein NCBITaxon:224308 20230804 UniProt cell redox homeostasis +UniProtKB P54170 brxA GO:0006979 PMID:24313874 IMP P Bacilliredoxin BrxA yphP|BSU21860 protein NCBITaxon:224308 20230804 UniProt response to oxidative stress +UniProtKB P54166 ugtP GO:0047228 PMID:9720862 IDA F Processive diacylglycerol beta-glucosyltransferase ypfP|BSU21920 protein NCBITaxon:224308 20131111 UniProt 1,2-diacylglycerol 3-glucosyltransferase activity +UniProtKB P54166 ugtP GO:0005515 PMID:17662947 IPI UniProtKB:P17865 F Processive diacylglycerol beta-glucosyltransferase ypfP|BSU21920 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P54159 dynA GO:0090529 PMID:23249255 IMP P Dynamin-like protein A ypbR|BSU22030 protein NCBITaxon:224308 20130305 CACAO cell septum assembly +UniProtKB P12254 sigK GO:0005515 PMID:19805276 IPI UniProtKB:P26937 F RNA polymerase sigma-K factor cisB|spoIIIC|spoIVCB|BSU25760/BSU26390 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34994 ccpN GO:0045013 PMID:15720552 IMP P Transcriptional repressor CcpN yqzB|BSU25250 protein NCBITaxon:224308 20110923 CACAO carbon catabolite repression of transcription +UniProtKB O34962 ytsJ GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Bifunctional malic/malolactic enzyme BSU29220 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB O34939 ydiO GO:0009007 PMID:11751814 NAS F Type II methyltransferase M1.BsuMI BSU06060 protein NCBITaxon:224308 20230908 UniProt site-specific DNA-methyltransferase (adenine-specific) activity +UniProtKB O34939 ydiO GO:0009307 PMID:11751814 IMP P Type II methyltransferase M1.BsuMI BSU06060 protein NCBITaxon:224308 20090915 UniProt DNA restriction-modification system +UniProtKB O34928 pdaA GO:0019213 PMID:15687192 IDA F Peptidoglycan-N-acetylmuramic acid deacetylase PdaA yfjS|BSU07980 protein NCBITaxon:224308 20161025 CACAO deacetylase activity +UniProtKB O34926 cypX GO:0020037 PMID:20690619 IDA F Pulcherriminic acid synthase cyp134|cypB|BSU35060 protein NCBITaxon:224308 20130618 UniProt heme binding +UniProtKB O34926 cypX GO:0016713 PMID:20690619 IDA F Pulcherriminic acid synthase cyp134|cypB|BSU35060 protein NCBITaxon:224308 20130618 UniProt oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced iron-sulfur protein as one donor, and incorporation of one atom of oxygen +UniProtKB O34926 cypX GO:0046148 PMID:20690619 IDA P Pulcherriminic acid synthase cyp134|cypB|BSU35060 protein NCBITaxon:224308 20130618 UniProt pigment biosynthetic process +UniProtKB O34926 cypX GO:0005506 PMID:20690619 IDA F Pulcherriminic acid synthase cyp134|cypB|BSU35060 protein NCBITaxon:224308 20130618 UniProt iron ion binding +UniProtKB O34919 yosS GO:0000287 PMID:15939294 IDA F SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS yojU|BSU20020 protein NCBITaxon:224308 20091016 UniProt magnesium ion binding +UniProtKB O34919 yosS GO:0046081 PMID:15939294 IDA P SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS yojU|BSU20020 protein NCBITaxon:224308 20091127 UniProt dUTP catabolic process +UniProtKB O34919 yosS GO:0032991 PMID:15939294 IDA C SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS yojU|BSU20020 protein NCBITaxon:224308 20191120 UniProt protein-containing complex +UniProtKB O34919 yosS GO:0004170 PMID:15939294 IDA F SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS yojU|BSU20020 protein NCBITaxon:224308 20091016 UniProt dUTP diphosphatase activity +UniProtKB O34919 yosS GO:0006226 PMID:15939294 IDA P SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS yojU|BSU20020 protein NCBITaxon:224308 20091127 UniProt dUMP biosynthetic process +UniProtKB O34919 yosS GO:0042802 PMID:15939294 IPI UniProtKB:O34919 F SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS yojU|BSU20020 protein NCBITaxon:224308 20191120 UniProt identical protein binding +UniProtKB O34916 ykuR GO:0019877 PMID:5411754 IDA P N-acetyldiaminopimelate deacetylase dapL|BSU14190 protein NCBITaxon:224308 20110322 UniProt diaminopimelate biosynthetic process +UniProtKB O34916 ykuR GO:0050118 PMID:5411754 IDA F N-acetyldiaminopimelate deacetylase dapL|BSU14190 protein NCBITaxon:224308 20110322 UniProt N-acetyldiaminopimelate deacetylase activity +UniProtKB O34916 ykuR GO:0009089 GO_REF:0000024 ISS UniProtKB:D5E0A1 P N-acetyldiaminopimelate deacetylase dapL|BSU14190 protein NCBITaxon:224308 20111004 UniProt lysine biosynthetic process via diaminopimelate +UniProtKB P80886 sucC GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Succinate--CoA ligase [ADP-forming] subunit beta BSU16090 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P39809 flgM GO:0016989 PMID:25313396 IMP F Negative regulator of flagellin synthesis BSU35430 protein NCBITaxon:224308 20180410 CACAO sigma factor antagonist activity +UniProtKB O34894 ezrA GO:0051781 PMID:23249255 IMP P Septation ring formation regulator EzrA ytwP|BSU29610 protein NCBITaxon:224308 20130305 CACAO positive regulation of cell division +UniProtKB O34894 ezrA GO:0000921 PMID:10449747 IMP P Septation ring formation regulator EzrA ytwP|BSU29610 protein NCBITaxon:224308 20111105 CACAO septin ring assembly +UniProtKB O34894 ezrA GO:0005515 PMID:16796675 IPI UniProtKB:P17865 F Septation ring formation regulator EzrA ytwP|BSU29610 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34894 ezrA GO:0005515 PMID:16796675 IPI UniProtKB:P28264 F Septation ring formation regulator EzrA ytwP|BSU29610 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34894 ezrA GO:0005515 PMID:21630458 IPI UniProtKB:P17865 F Septation ring formation regulator EzrA ytwP|BSU29610 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34894 ezrA GO:0005515 PMID:21630458 IPI UniProtKB:P28264 F Septation ring formation regulator EzrA ytwP|BSU29610 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34876 ftsX GO:0005886 PMID:18573177 IDA C Cell division protein FtsX BSU35250 protein NCBITaxon:224308 20090921 UniProt plasma membrane +UniProtKB O34876 ftsX GO:0090529 PMID:18573177 IGI UniProtKB:O34814 P Cell division protein FtsX BSU35250 protein NCBITaxon:224308 20170515 UniProt cell septum assembly +UniProtKB O34876 ftsX GO:0045881 PMID:18573177 IGI UniProtKB:O34814 P Cell division protein FtsX BSU35250 protein NCBITaxon:224308 20090921 UniProt positive regulation of sporulation resulting in formation of a cellular spore +UniProtKB O34876 ftsX GO:0008356 PMID:18573177 IGI UniProtKB:O34814 P Cell division protein FtsX BSU35250 protein NCBITaxon:224308 20090921 UniProt asymmetric cell division +UniProtKB O34876 ftsX GO:0070297 PMID:18573177 IMP P Cell division protein FtsX BSU35250 protein NCBITaxon:224308 20090921 UniProt regulation of phosphorelay signal transduction system +UniProtKB O34873 yngG GO:0004419 GO_REF:0000024 ISS UniProtKB:P35914 F Hydroxymethylglutaryl-CoA lyase YngG BSU18230 protein NCBITaxon:224308 20091106 UniProt hydroxymethylglutaryl-CoA lyase activity +UniProtKB O34873 yngG GO:0046872 GO_REF:0000024 ISS UniProtKB:P35914 F Hydroxymethylglutaryl-CoA lyase YngG BSU18230 protein NCBITaxon:224308 20091106 UniProt metal ion binding +UniProtKB O34853 spoIISA GO:0005515 PMID:21147767 IPI UniProtKB:O34800 F Stage II sporulation protein SA ykaC|BSU12830 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34844 yodB GO:0045892 PMID:20639328 EXP P HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF negative regulation of DNA-templated transcription +UniProtKB O34844 yodB GO:0000976 PMID:17158660 IPI RefSeq:NC_000964.3 F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB O34844 yodB GO:0000976 PMID:20639328 IPI RefSeq:NC_000964.3 F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB O34844 yodB GO:0001217 PMID:17158660 IPI RefSeq:NC_000964.3 F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB O34844 yodB GO:0001217 PMID:20639328 IPI RefSeq:NC_000964.3 F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB O34844 yodB GO:0032993 PMID:17158660 IPI RefSeq:NC_000964.3 C HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB O34844 yodB GO:0032993 PMID:20639328 IPI RefSeq:NC_000964.3 C HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB O34844 yodB GO:0000976 PMID:17158660 IMP F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB O34844 yodB GO:0000976 PMID:20639328 IMP F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB O34844 yodB GO:0001217 PMID:17158660 IMP F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB O34844 yodB GO:0001217 PMID:20639328 IMP F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB O34844 yodB GO:0032993 PMID:17158660 IMP C HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB O34844 yodB GO:0032993 PMID:20639328 IMP C HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB O34844 yodB GO:0045892 PMID:17158660 IEP P HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF negative regulation of DNA-templated transcription +UniProtKB O34844 yodB GO:0045892 PMID:20639328 IEP P HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF negative regulation of DNA-templated transcription +UniProtKB O34844 yodB GO:0045892 PMID:17158660 IDA P HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF negative regulation of DNA-templated transcription +UniProtKB O34843 sigO GO:0005515 PMID:19940246 IPI UniProtKB:C0H3R4 F RNA polymerase sigma factor SigO yvrI|BSU33230 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34840 chaA GO:0015369 PMID:19543710 IDA F Ca(2+)/H(+) antiporter ChaA yfkE|BSU07920 protein NCBITaxon:224308 20140129 UniProt calcium:proton antiporter activity +UniProtKB O34840 chaA GO:0070588 PMID:19543710 IDA P Ca(2+)/H(+) antiporter ChaA yfkE|BSU07920 protein NCBITaxon:224308 20140129 UniProt calcium ion transmembrane transport +UniProtKB O34840 chaA GO:0005886 PMID:23798403 IDA C Ca(2+)/H(+) antiporter ChaA yfkE|BSU07920 protein NCBITaxon:224308 20140129 UniProt plasma membrane +UniProtKB P13485 tagF GO:0005515 PMID:18156271 IPI UniProtKB:P27621 F Teichoic acid poly(glycerol phosphate) polymerase rodC|tag3|BSU35720 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34800 spoIISB GO:0005515 PMID:21147767 IPI UniProtKB:O34853 F Stage II sporulation protein SB BSU12820 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34800 spoIISB GO:0097351 PMID:21147767 EXP F Stage II sporulation protein SB BSU12820 protein NCBITaxon:224308 20220228 DisProt toxin sequestering activity +UniProtKB O34800 spoIISB GO:0097351 PMID:21147767 IMP F Stage II sporulation protein SB BSU12820 protein NCBITaxon:224308 20220228 DisProt toxin sequestering activity +UniProtKB O34800 spoIISB GO:0005515 PMID:21147767 IPI UniProtKB:O34853 F Stage II sporulation protein SB BSU12820 protein NCBITaxon:224308 20220228 DisProt protein binding +UniProtKB O34800 spoIISB GO:0097351 PMID:21147767 IPI UniProtKB:O34853 F Stage II sporulation protein SB BSU12820 protein NCBITaxon:224308 20220228 DisProt toxin sequestering activity +UniProtKB P45859 mmgE GO:0019679 GO_REF:0000024 ISS UniProtKB:P77243 P Citrate/2-methylcitrate dehydratase prpD|yqiP|BSU24130 protein NCBITaxon:224308 20150213 UniProt propionate metabolic process, methylcitrate cycle +UniProtKB P45859 mmgE GO:0047547 GO_REF:0000024 ISS UniProtKB:P77243 F Citrate/2-methylcitrate dehydratase prpD|yqiP|BSU24130 protein NCBITaxon:224308 20150213 UniProt 2-methylcitrate dehydratase activity +UniProtKB O34790 pcrB GO:0002094 PMID:21761520 IDA F Heptaprenylglyceryl phosphate synthase yerE|BSU06600 protein NCBITaxon:224308 20110816 UniProt polyprenyltransferase activity +UniProtKB O34790 pcrB GO:0046474 PMID:21761520 IDA P Heptaprenylglyceryl phosphate synthase yerE|BSU06600 protein NCBITaxon:224308 20110816 UniProt glycerophospholipid biosynthetic process +UniProtKB O34788 bdhA GO:0000721 PMID:18820069 IMP F (R,R)-butanediol dehydrogenase ydjL|BSU06240 protein NCBITaxon:224308 20120414 CACAO (R,R)-butanediol dehydrogenase activity +UniProtKB O34788 bdhA GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F (R,R)-butanediol dehydrogenase ydjL|BSU06240 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB O34777 ohrR GO:0045892 PMID:24313874 IDA P Organic hydroperoxide resistance transcriptional regulator ykmA|BSU13150 protein NCBITaxon:224308 20211227 UniProt negative regulation of DNA-templated transcription +UniProtKB O34777 ohrR GO:0042802 PMID:16209951 IDA F Organic hydroperoxide resistance transcriptional regulator ykmA|BSU13150 protein NCBITaxon:224308 20211227 UniProt identical protein binding +UniProtKB O34777 ohrR GO:0042803 PMID:16209951 IDA F Organic hydroperoxide resistance transcriptional regulator ykmA|BSU13150 protein NCBITaxon:224308 20211227 UniProt protein homodimerization activity +UniProtKB O34777 ohrR GO:0000122 PMID:24313874 IDA P Organic hydroperoxide resistance transcriptional regulator ykmA|BSU13150 protein NCBITaxon:224308 20211227 UniProt negative regulation of transcription by RNA polymerase II +UniProtKB O34777 ohrR GO:0000977 PMID:11418552 IMP F Organic hydroperoxide resistance transcriptional regulator ykmA|BSU13150 protein NCBITaxon:224308 20211227 UniProt RNA polymerase II transcription regulatory region sequence-specific DNA binding +UniProtKB O34777 ohrR GO:0001227 PMID:11418552 IMP F Organic hydroperoxide resistance transcriptional regulator ykmA|BSU13150 protein NCBITaxon:224308 20211227 UniProt DNA-binding transcription repressor activity, RNA polymerase II-specific +UniProtKB O34777 ohrR GO:0045892 PMID:11418552 IMP P Organic hydroperoxide resistance transcriptional regulator ykmA|BSU13150 protein NCBITaxon:224308 20211227 UniProt negative regulation of DNA-templated transcription +UniProtKB O34777 ohrR GO:0042542 PMID:11418552 IMP P Organic hydroperoxide resistance transcriptional regulator ykmA|BSU13150 protein NCBITaxon:224308 20211227 UniProt response to hydrogen peroxide +UniProtKB O34777 ohrR GO:0000122 PMID:11418552 IMP P Organic hydroperoxide resistance transcriptional regulator ykmA|BSU13150 protein NCBITaxon:224308 20211227 UniProt negative regulation of transcription by RNA polymerase II +UniProtKB O34767 oxdD GO:0033609 PMID:11546787 IDA P Oxalate decarboxylase OxdD yoaN|BSU18670 protein NCBITaxon:224308 20150615 UniProt oxalate metabolic process +UniProtKB O34767 oxdD GO:0046564 PMID:11546787 IDA F Oxalate decarboxylase OxdD yoaN|BSU18670 protein NCBITaxon:224308 20150615 UniProt oxalate decarboxylase activity +UniProtKB O34757 desK GO:0004672 PMID:19805278 IDA F Sensor histidine kinase DesK yocF|BSU19190 protein NCBITaxon:224308 20151124 CACAO protein kinase activity +UniProtKB O34757 desK GO:0004721 PMID:15090506 IDA F Sensor histidine kinase DesK yocF|BSU19190 protein NCBITaxon:224308 20111004 CACAO phosphoprotein phosphatase activity +UniProtKB O34757 desK GO:0004721 PMID:19805278 IDA F Sensor histidine kinase DesK yocF|BSU19190 protein NCBITaxon:224308 20151124 CACAO phosphoprotein phosphatase activity +UniProtKB O34757 desK GO:0042802 PMID:19805278 IPI UniProtKB:O34757 F Sensor histidine kinase DesK yocF|BSU19190 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB O34757 desK GO:0005515 PMID:19805278 IPI UniProtKB:O34723 F Sensor histidine kinase DesK yocF|BSU19190 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34755 ykoT GO:0005515 PMID:21630458 IPI UniProtKB:O31501 F Uncharacterized glycosyltransferase YkoT BSU13390 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34755 ykoT GO:0005515 PMID:21630458 IPI UniProtKB:P71012 F Uncharacterized glycosyltransferase YkoT BSU13390 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34753 tagO GO:0000287 GO_REF:0000024 ISS UniProtKB:P0AC78 F Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase yvhI|BSU35530 protein NCBITaxon:224308 20100708 UniProt magnesium ion binding +UniProtKB O34753 tagO GO:0030145 GO_REF:0000024 ISS UniProtKB:P0AC78 F Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase yvhI|BSU35530 protein NCBITaxon:224308 20100914 UniProt manganese ion binding +UniProtKB O34753 tagO GO:0016780 GO_REF:0000024 ISS UniProtKB:P0AC78 F Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase yvhI|BSU35530 protein NCBITaxon:224308 20100706 UniProt phosphotransferase activity, for other substituted phosphate groups +UniProtKB O34753 tagO GO:0005515 PMID:18156271 IPI UniProtKB:Q01467 F Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase yvhI|BSU35530 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34748 recQ GO:0043590 PMID:16385024 IDA C Probable ATP-dependent DNA helicase RecQ yocI|BSU19220 protein NCBITaxon:224308 20090519 UniProt bacterial nucleoid +UniProtKB O34723 desR GO:0005515 PMID:19805278 IPI UniProtKB:O34757 F Transcriptional regulatory protein DesR yocG|BSU19200 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34693 rqcH GO:0000049 PMID:31155236 IDA F Rqc2 homolog RqcH yloA|BSU15640 protein NCBITaxon:224308 20190723 UniProt tRNA binding +UniProtKB O34693 rqcH GO:0043023 PMID:31155236 IDA F Rqc2 homolog RqcH yloA|BSU15640 protein NCBITaxon:224308 20190723 UniProt ribosomal large subunit binding +UniProtKB O34693 rqcH GO:0072344 PMID:31155236 IMP P Rqc2 homolog RqcH yloA|BSU15640 protein NCBITaxon:224308 20190723 UniProt rescue of stalled ribosome +UniProtKB O34680 ydiP GO:0009007 PMID:11751814 NAS F Type II methyltransferase M2.BsuMI BSU06070 protein NCBITaxon:224308 20230908 UniProt site-specific DNA-methyltransferase (adenine-specific) activity +UniProtKB O34680 ydiP GO:0009307 PMID:11751814 IMP P Type II methyltransferase M2.BsuMI BSU06070 protein NCBITaxon:224308 20090915 UniProt DNA restriction-modification system +UniProtKB O34659 cdaR GO:0045762 PMID:23192352 IDA P CdaA regulatory protein CdaR ybbR|BSU01760 protein NCBITaxon:224308 20160304 UniProt positive regulation of adenylate cyclase activity +UniProtKB P12047 purB GO:0004018 PMID:8995283 IDA F Adenylosuccinate lyase purE|BSU06440 protein NCBITaxon:224308 20070307 MGI N6-(1,2-dicarboxyethyl)AMP AMP-lyase (fumarate-forming) activity +UniProtKB P12047 purB GO:0006167 PMID:8995283 IDA P Adenylosuccinate lyase purE|BSU06440 protein NCBITaxon:224308 20091230 MGI AMP biosynthetic process +UniProtKB O34529 pfkA GO:0005515 PMID:21803996 IPI UniProtKB:O31774 F ATP-dependent 6-phosphofructokinase pfk|BSU29190 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34529 pfkA GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F ATP-dependent 6-phosphofructokinase pfk|BSU29190 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB O34527 cymR GO:0042802 PMID:21624051 IPI UniProtKB:O34527 F HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB O34527 cymR GO:0001046 PMID:17056751 IDA F HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20210420 GO_Central UniProtKB:O32029 core promoter sequence-specific DNA binding +UniProtKB O34527 cymR GO:0001046 PMID:18974048 IDA F HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20170124 CAFA core promoter sequence-specific DNA binding +UniProtKB O34527 cymR GO:0032991 PMID:18974048 IDA C HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20170124 CAFA protein-containing complex +UniProtKB O34527 cymR GO:0032993 PMID:17056751 IDA C HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20170124 CAFA protein-DNA complex +UniProtKB O34527 cymR GO:0032993 PMID:18974048 IDA C HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20170124 CAFA protein-DNA complex +UniProtKB O34527 cymR GO:0051291 PMID:18974048 IDA P HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20170124 CAFA protein heterooligomerization +UniProtKB O34527 cymR GO:0042803 PMID:18974048 IDA F HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20170124 CAFA protein homodimerization activity +UniProtKB O34527 cymR GO:0005515 PMID:18974048 IPI UniProtKB:P37887 F HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20170124 CAFA protein binding +UniProtKB O34514 menC GO:0009234 PMID:8566759 IGC P o-succinylbenzoate synthase ytfD|BSU30780 protein NCBITaxon:224308 20110714 UniProt menaquinone biosynthetic process +UniProtKB O34483 hprK GO:0005515 PMID:25278935 IPI UniProtKB:O31435 F HPr kinase/phosphorylase ptsK|yvoB|BSU35000 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34483 hprK GO:0005515 PMID:25278935 IPI UniProtKB:P11065 F HPr kinase/phosphorylase ptsK|yvoB|BSU35000 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34483 hprK GO:0005515 PMID:25278935 IPI UniProtKB:P96716 F HPr kinase/phosphorylase ptsK|yvoB|BSU35000 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34453 nos GO:0004517 PMID:11856757 IDA F Nitric oxide synthase oxygenase yflM|BSU07630 protein NCBITaxon:224308 20020531 UniProt nitric-oxide synthase activity +UniProtKB O34453 nos GO:0006809 PMID:11856757 IDA P Nitric oxide synthase oxygenase yflM|BSU07630 protein NCBITaxon:224308 20020531 UniProt nitric oxide biosynthetic process +UniProtKB O34453 nos GO:0005575 GO_REF:0000015 ND C Nitric oxide synthase oxygenase yflM|BSU07630 protein NCBITaxon:224308 20061026 UniProt cellular_component +UniProtKB O34450 nagA GO:0008448 PMID:14557261 IDA F N-acetylglucosamine-6-phosphate deacetylase BSU35010 protein NCBITaxon:224308 20120720 UniProt N-acetylglucosamine-6-phosphate deacetylase activity +UniProtKB O34450 nagA GO:0005506 PMID:14557261 IDA F N-acetylglucosamine-6-phosphate deacetylase BSU35010 protein NCBITaxon:224308 20120720 UniProt iron ion binding +UniProtKB O34450 nagA GO:0006046 PMID:14557261 IDA P N-acetylglucosamine-6-phosphate deacetylase BSU35010 protein NCBITaxon:224308 20120720 UniProt N-acetylglucosamine catabolic process +UniProtKB O34450 nagA GO:0042803 PMID:14557261 IDA F N-acetylglucosamine-6-phosphate deacetylase BSU35010 protein NCBITaxon:224308 20120720 UniProt protein homodimerization activity +UniProtKB O34441 yloC GO:0016891 PMID:34815358 IDA F Endoribonuclease YloC BSU15660 protein NCBITaxon:224308 20230427 UniProt RNA endonuclease activity, producing 5'-phosphomonoesters +UniProtKB P39643 bacF GO:0008483 PMID:22765234 IDA F Transaminase BacF ywfG|BSU37690|ipa-85d protein NCBITaxon:224308 20160414 UniProt transaminase activity +UniProtKB P39643 bacF GO:0008483 PMID:20052993 IDA F Transaminase BacF ywfG|BSU37690|ipa-85d protein NCBITaxon:224308 20160414 UniProt transaminase activity +UniProtKB P39643 bacF GO:0017000 PMID:22765234 IDA P Transaminase BacF ywfG|BSU37690|ipa-85d protein NCBITaxon:224308 20160414 UniProt antibiotic biosynthetic process +UniProtKB P39643 bacF GO:0017000 PMID:20052993 IDA P Transaminase BacF ywfG|BSU37690|ipa-85d protein NCBITaxon:224308 20160414 UniProt antibiotic biosynthetic process +UniProtKB O34425 gapB GO:0043891 PMID:10799476 IDA F Glyceraldehyde-3-phosphate dehydrogenase 2 BSU29020 protein NCBITaxon:224308 20150624 UniProt glyceraldehyde-3-phosphate dehydrogenase (NAD(P)+) (phosphorylating) activity +UniProtKB O34425 gapB GO:0050661 PMID:10799476 IDA F Glyceraldehyde-3-phosphate dehydrogenase 2 BSU29020 protein NCBITaxon:224308 20150624 UniProt NADP binding +UniProtKB O34425 gapB GO:0006094 PMID:10799476 IMP P Glyceraldehyde-3-phosphate dehydrogenase 2 BSU29020 protein NCBITaxon:224308 20150624 UniProt gluconeogenesis +UniProtKB O34425 gapB GO:0004365 GO_REF:0000024 ISS UniProtKB:P09124 F Glyceraldehyde-3-phosphate dehydrogenase 2 BSU29020 protein NCBITaxon:224308 20150707 UniProt glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity +UniProtKB O34425 gapB GO:0051287 GO_REF:0000024 ISS UniProtKB:P00362 F Glyceraldehyde-3-phosphate dehydrogenase 2 BSU29020 protein NCBITaxon:224308 20150707 UniProt NAD binding +UniProtKB O34425 gapB GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Glyceraldehyde-3-phosphate dehydrogenase 2 BSU29020 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB O34351 yvmC GO:0016755 PMID:19430487 IDA F Cyclo(L-leucyl-L-leucyl) synthase BSU35070 protein NCBITaxon:224308 20130617 UniProt aminoacyltransferase activity +UniProtKB O34351 yvmC GO:0046148 PMID:19430487 IDA P Cyclo(L-leucyl-L-leucyl) synthase BSU35070 protein NCBITaxon:224308 20130617 UniProt pigment biosynthetic process +UniProtKB O34344 sdpC GO:0001906 PMID:20805502 IDA P Sporulation delaying protein C yvaY|BSU33770 protein NCBITaxon:224308 20151023 UniProt cell killing +UniProtKB P50735 gudB GO:0004352 PMID:18326565 IMP F Cryptic catabolic NAD-specific glutamate dehydrogenase GudB ypcA|BSU22960 protein NCBITaxon:224308 20120515 UniProt glutamate dehydrogenase (NAD+) activity +UniProtKB P50735 gudB GO:0006520 PMID:18326565 IMP P Cryptic catabolic NAD-specific glutamate dehydrogenase GudB ypcA|BSU22960 protein NCBITaxon:224308 20120515 UniProt amino acid metabolic process +UniProtKB O34507 prkC GO:0007165 PMID:18984160 IMP P Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20100929 UniProt signal transduction +UniProtKB O34507 prkC GO:0005515 PMID:25278935 IPI UniProtKB:O31435 F Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34507 prkC GO:0005515 PMID:25278935 IPI UniProtKB:P37562 F Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34507 prkC GO:0005515 PMID:25278935 IPI UniProtKB:P96716 F Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB O34507 prkC GO:0005886 PMID:18984160 IDA C Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20100929 UniProt plasma membrane +UniProtKB O34507 prkC GO:0004674 PMID:18984160 IDA F Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20100929 UniProt protein serine/threonine kinase activity UniProtKB O34507 prkC GO:0006468 PMID:18984160 IDA P Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20100929 UniProt protein phosphorylation UniProtKB O34507 prkC GO:0042834 PMID:18984160 IDA F Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20100929 UniProt peptidoglycan binding -UniProtKB O34507 prkC GO:0005515 PMID:25278935 IPI UniProtKB:O31435 F Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34507 prkC GO:0005515 PMID:25278935 IPI UniProtKB:P37562 F Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34507 prkC GO:0005515 PMID:25278935 IPI UniProtKB:P96716 F Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34507 prkC GO:0007165 PMID:18984160 IMP P Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20100929 UniProt signal transduction -UniProtKB O32302 spxO GO:0005515 PMID:21378193 IPI UniProtKB:O31606 F Anti-adapter protein SpxO yirB|yuzO|BSU33029 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P05649 dnaN GO:0005515 PMID:16461910 IPI UniProtKB:P37542 F Beta sliding clamp dnaG|BSU00020 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P05649 dnaN GO:0005515 PMID:21630458 IPI UniProtKB:P37542 F Beta sliding clamp dnaG|BSU00020 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P05648 dnaA GO:0005515 PMID:16461910 IPI UniProtKB:P37542 F Chromosomal replication initiator protein DnaA dnaH|BSU00010 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P05648 dnaA GO:0005515 PMID:18854156 IPI UniProtKB:P37522 F Chromosomal replication initiator protein DnaA dnaH|BSU00010 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P05648 dnaA GO:0005515 PMID:21630458 IPI UniProtKB:P37542 F Chromosomal replication initiator protein DnaA dnaH|BSU00010 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P05648 dnaA GO:0042802 PMID:21630458 IPI UniProtKB:P05648 F Chromosomal replication initiator protein DnaA dnaH|BSU00010 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P05648 dnaA GO:0042802 PMID:27281207 IPI UniProtKB:P05648 F Chromosomal replication initiator protein DnaA dnaH|BSU00010 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P05648 dnaA GO:0006270 PMID:2167836 IDA P Chromosomal replication initiator protein DnaA dnaH|BSU00010 protein NCBITaxon:224308 20111106 CACAO DNA replication initiation -UniProtKB O06478 yfmT GO:0018479 PMID:26658822 IDA F Benzaldehyde dehydrogenase YfmT BSU07350 protein NCBITaxon:224308 20180222 UniProt benzaldehyde dehydrogenase (NAD+) activity -UniProtKB O07921 csn GO:0016977 PMID:23065029 IDA F Chitosanase BSU26890 protein NCBITaxon:224308 20130414 CACAO chitosanase activity -UniProtKB C0H412 swrD GO:0071978 PMID:25313396 IMP P Swarming motility protein SwrD ylzI|BSU16299 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB C0H412 swrD GO:0071978 PMID:29061663 IMP P Swarming motility protein SwrD ylzI|BSU16299 protein NCBITaxon:224308 20190411 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB O05394 mccB GO:0043418 PMID:17056751 IDA P Cystathionine gamma-lyase yrhB|BSU27250 protein NCBITaxon:224308 20170124 CAFA homocysteine catabolic process -UniProtKB O05394 mccB GO:0008284 PMID:17056751 IMP P Cystathionine gamma-lyase yrhB|BSU27250 protein NCBITaxon:224308 20170124 CAFA positive regulation of cell population proliferation -UniProtKB O05394 mccB GO:0004123 PMID:17056751 IDA F Cystathionine gamma-lyase yrhB|BSU27250 protein NCBITaxon:224308 20170124 CAFA cystathionine gamma-lyase activity -UniProtKB O05393 mccA GO:0006535 PMID:17056751 IDA P O-acetylserine dependent cystathionine beta-synthase yrhA|BSU27260 protein NCBITaxon:224308 20170124 CAFA cysteine biosynthetic process from serine -UniProtKB O05393 mccA GO:0008284 PMID:17056751 IMP P O-acetylserine dependent cystathionine beta-synthase yrhA|BSU27260 protein NCBITaxon:224308 20170124 CAFA positive regulation of cell population proliferation -UniProtKB O05393 mccA GO:0004124 PMID:17056751 IDA F O-acetylserine dependent cystathionine beta-synthase yrhA|BSU27260 protein NCBITaxon:224308 20170124 CAFA cysteine synthase activity -UniProtKB O05393 mccA GO:0004122 PMID:17056751 IDA F O-acetylserine dependent cystathionine beta-synthase yrhA|BSU27260 protein NCBITaxon:224308 20170124 CAFA cystathionine beta-synthase activity -UniProtKB O05265 iolU GO:0102497 PMID:28043209 IDA F scyllo-inositol 2-dehydrogenase (NADP(+)) IolU yulF|BSU31170 protein NCBITaxon:224308 20170515 UniProt scyllo-inositol dehydrogenase (NADP+) activity -UniProtKB O05229 mrpD GO:0015385 PMID:20509166 IMP F Na(+)/H(+) antiporter subunit D yufD|BSU31630 protein NCBITaxon:224308 20130414 CACAO sodium:proton antiporter activity -UniProtKB O05228 mrpF GO:0036376 PMID:11004162 IMP P Na(+)/H(+) antiporter subunit F yufC|BSU31650 protein NCBITaxon:224308 20151103 CACAO sodium ion export across plasma membrane -UniProtKB P25814 rnpA GO:0042781 PMID:11258888 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA 3'-tRNA processing endoribonuclease activity -UniProtKB P25814 rnpA GO:0043199 PMID:16185070 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA sulfate binding -UniProtKB P25814 rnpA GO:0043199 PMID:11258888 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA sulfate binding -UniProtKB P25814 rnpA GO:0031404 PMID:11258888 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA chloride ion binding -UniProtKB P25814 rnpA GO:0030677 PMID:11258888 IDA C Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA ribonuclease P complex -UniProtKB P25814 rnpA GO:0034414 PMID:11258888 IDA P Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA tRNA 3'-trailer cleavage, endonucleolytic -UniProtKB P25814 rnpA GO:0042301 PMID:11258888 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA phosphate ion binding -UniProtKB P25814 rnpA GO:0043168 PMID:11258888 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA anion binding -UniProtKB P25814 rnpA GO:0033204 PMID:11258888 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA ribonuclease P RNA binding -UniProtKB P25814 rnpA GO:0004526 PMID:11258888 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA ribonuclease P activity -UniProtKB O34483 hprK GO:0005515 PMID:25278935 IPI UniProtKB:O31435 F HPr kinase/phosphorylase ptsK|yvoB|BSU35000 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34483 hprK GO:0005515 PMID:25278935 IPI UniProtKB:P11065 F HPr kinase/phosphorylase ptsK|yvoB|BSU35000 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34483 hprK GO:0005515 PMID:25278935 IPI UniProtKB:P96716 F HPr kinase/phosphorylase ptsK|yvoB|BSU35000 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P05043 spo0E GO:0043937 PMID:15057450 IGI UniProtKB:P08874 P Aspartyl-phosphate phosphatase Spo0E BSU13640 protein NCBITaxon:224308 20111018 CACAO regulation of sporulation -UniProtKB O05518 tsaD GO:0002949 PMID:23072323 IDA P tRNA N6-adenosine threonylcarbamoyltransferase gcp|ydiE|BSU05940 protein NCBITaxon:224308 20130815 UniProt tRNA threonylcarbamoyladenosine modification -UniProtKB O05516 tsaB GO:0002949 PMID:23072323 IDA P tRNA threonylcarbamoyladenosine biosynthesis protein TsaB ydiC|BSU05920 protein NCBITaxon:224308 20130815 UniProt tRNA threonylcarbamoyladenosine modification -UniProtKB O05515 tsaE GO:0002949 PMID:23072323 IDA P tRNA threonylcarbamoyladenosine biosynthesis protein TsaE ydiB|BSU05910 protein NCBITaxon:224308 20130815 UniProt tRNA threonylcarbamoyladenosine modification -UniProtKB P17894 recN GO:0006302 PMID:15186413 IMP P DNA repair protein RecN BSU24240 protein NCBITaxon:224308 20090528 UniProt double-strand break repair +UniProtKB O34507 prkC GO:0071224 PMID:18984160 IMP P Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20100929 UniProt cellular response to peptidoglycan +UniProtKB O34507 prkC GO:0009847 PMID:18984160 IMP P Serine/threonine-protein kinase PrkC yloP|BSU15770 protein NCBITaxon:224308 20100929 UniProt spore germination +UniProtKB P17585 aadK GO:0005737 DOI:10.1111/j.1574-6968.1987.tb02029.x IDA C Aminoglycoside 6-adenylyltransferase BSU26790|HIR78_15755 protein NCBITaxon:224308 20211227 UniProt cytoplasm +UniProtKB P17585 aadK GO:0071239 PMID:3137862 IDA P Aminoglycoside 6-adenylyltransferase BSU26790|HIR78_15755 protein NCBITaxon:224308 20211227 UniProt cellular response to streptomycin +UniProtKB P17585 aadK GO:0071239 PMID:17609790 IDA P Aminoglycoside 6-adenylyltransferase BSU26790|HIR78_15755 protein NCBITaxon:224308 20211227 UniProt cellular response to streptomycin +UniProtKB P17585 aadK GO:0042803 PMID:15984036 IDA F Aminoglycoside 6-adenylyltransferase BSU26790|HIR78_15755 protein NCBITaxon:224308 20211227 UniProt protein homodimerization activity +UniProtKB P17585 aadK GO:0070566 PMID:3137862 IDA F Aminoglycoside 6-adenylyltransferase BSU26790|HIR78_15755 protein NCBITaxon:224308 20211227 UniProt adenylyltransferase activity +UniProtKB P17585 aadK GO:0070566 PMID:15984036 IDA F Aminoglycoside 6-adenylyltransferase BSU26790|HIR78_15755 protein NCBITaxon:224308 20211227 UniProt adenylyltransferase activity +UniProtKB P17585 aadK GO:0070566 PMID:17609790 IDA F Aminoglycoside 6-adenylyltransferase BSU26790|HIR78_15755 protein NCBITaxon:224308 20211227 UniProt adenylyltransferase activity +UniProtKB P17585 aadK GO:0070566 DOI:10.1111/j.1574-6968.1987.tb02029.x IDA F Aminoglycoside 6-adenylyltransferase BSU26790|HIR78_15755 protein NCBITaxon:224308 20211227 UniProt adenylyltransferase activity +UniProtKB P17585 aadK GO:0071239 PMID:8293959 IMP P Aminoglycoside 6-adenylyltransferase BSU26790|HIR78_15755 protein NCBITaxon:224308 20211227 UniProt cellular response to streptomycin +UniProtKB P23478 addA GO:0005515 PMID:24670664 IPI UniProtKB:P23477 F ATP-dependent helicase/nuclease subunit A BSU10630 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P23477 addB GO:0005515 PMID:24670664 IPI UniProtKB:P23478 F ATP-dependent helicase/deoxyribonuclease subunit B BSU10620 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P23453 fliM GO:0044780 PMID:25313396 IMP P Flagellar motor switch protein FliM BSU16310 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P23453 fliM GO:0050918 PMID:12920116 IMP P Flagellar motor switch protein FliM BSU16310 protein NCBITaxon:224308 20141123 CACAO positive chemotaxis +UniProtKB P23453 fliM GO:0071978 PMID:25313396 IMP P Flagellar motor switch protein FliM BSU16310 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P23451 fliK GO:0044780 PMID:25313396 IMP P Probable flagellar hook-length control protein BSU16270 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P23451 fliK GO:0071978 PMID:25313396 IMP P Probable flagellar hook-length control protein BSU16270 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P23451 fliK GO:0071978 PMID:22730131 IMP P Probable flagellar hook-length control protein BSU16270 protein NCBITaxon:224308 20130331 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P23449 fliH GO:0044780 PMID:25313396 IMP P Probable flagellar assembly protein FliH BSU16230 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P23449 fliH GO:0071978 PMID:25313396 IMP P Probable flagellar assembly protein FliH BSU16230 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P23448 fliG GO:0044780 PMID:25313396 IMP P Flagellar motor switch protein FliG BSU16220 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P23448 fliG GO:0071978 PMID:25313396 IMP P Flagellar motor switch protein FliG BSU16220 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P23447 fliF GO:0044780 PMID:25313396 IMP P Flagellar M-ring protein BSU16210 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P23447 fliF GO:0071978 PMID:25313396 IMP P Flagellar M-ring protein BSU16210 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P23446 flgG GO:0044780 PMID:25313396 IMP P Flagellar basal-body rod protein FlgG flgE|BSU16290 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P23446 flgG GO:0071978 PMID:25313396 IMP P Flagellar basal-body rod protein FlgG flgE|BSU16290 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P16655 divIB GO:0005515 PMID:18621900 IPI UniProtKB:Q07868 F Cell division protein DivIB dds|BSU15240 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P16655 divIB GO:0005515 PMID:20870765 IPI UniProtKB:Q07868 F Cell division protein DivIB dds|BSU15240 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P16655 divIB GO:0005515 PMID:21630458 IPI UniProtKB:Q07868 F Cell division protein DivIB dds|BSU15240 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P16497 kinA GO:0030435 PMID:16166384 IMP P Sporulation kinase A gsiC|scoD|spoIIF|spoIIJ|BSU13990 protein NCBITaxon:224308 20120414 CACAO sporulation resulting in formation of a cellular spore +UniProtKB P16497 kinA GO:0042802 PMID:19040634 IPI UniProtKB:P16497 F Sporulation kinase A gsiC|scoD|spoIIF|spoIIJ|BSU13990 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P16497 kinA GO:0042802 PMID:19561131 IPI UniProtKB:P16497 F Sporulation kinase A gsiC|scoD|spoIIF|spoIIJ|BSU13990 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P16497 kinA GO:0042802 PMID:22670053 IPI UniProtKB:P16497 F Sporulation kinase A gsiC|scoD|spoIIF|spoIIJ|BSU13990 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P16497 kinA GO:0005515 PMID:19040634 IPI UniProtKB:P06628 F Sporulation kinase A gsiC|scoD|spoIIF|spoIIJ|BSU13990 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P16497 kinA GO:0005515 PMID:19040634 IPI UniProtKB:Q7WY62 F Sporulation kinase A gsiC|scoD|spoIIF|spoIIJ|BSU13990 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P16497 kinA GO:0005515 PMID:21346797 IPI UniProtKB:P06628 F Sporulation kinase A gsiC|scoD|spoIIF|spoIIJ|BSU13990 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P16450 gerD GO:0005886 PMID:19332816 IDA C Spore germination protein GerD BSU01550 protein NCBITaxon:224308 20141123 CACAO plasma membrane +UniProtKB P16450 gerD GO:0031160 PMID:19332816 IDA C Spore germination protein GerD BSU01550 protein NCBITaxon:224308 20141123 CACAO spore wall +UniProtKB P16449 kbaA GO:0045881 PMID:8576055 IGI UniProtKB:P16497 P KinB-signaling pathway activation protein ybaM|ybxC|BSU01560 protein NCBITaxon:224308 20120823 UniProt positive regulation of sporulation resulting in formation of a cellular spore +UniProtKB P16971 recA GO:0005515 PMID:17803906 IPI UniProtKB:P39813 F Protein RecA recE|BSU16940 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P16971 recA GO:0005515 PMID:21630458 IPI UniProtKB:P39813 F Protein RecA recE|BSU16940 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P16971 recA GO:0005515 PMID:25374563 IPI UniProtKB:P37475 F Protein RecA recE|BSU16940 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P16971 recA GO:0005515 PMID:25374563 IPI UniProtKB:P37562 F Protein RecA recE|BSU16940 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P16971 recA GO:0005515 PMID:25374563 IPI UniProtKB:P96715 F Protein RecA recE|BSU16940 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q06750 cysE GO:0009001 PMID:18974048 IDA F Serine acetyltransferase cysA|BSU00930 protein NCBITaxon:224308 20170124 CAFA serine O-acetyltransferase activity +UniProtKB Q06750 cysE GO:0019344 PMID:17056751 IMP P Serine acetyltransferase cysA|BSU00930 protein NCBITaxon:224308 20170124 CAFA cysteine biosynthetic process +UniProtKB Q06750 cysE GO:0009087 PMID:17056751 IMP P Serine acetyltransferase cysA|BSU00930 protein NCBITaxon:224308 20170124 CAFA methionine catabolic process +UniProtKB P54507 tasA GO:0042802 PMID:20080671 IPI UniProtKB:P54507 F Major biofilm matrix component cotN|yqhF|BSU24620 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB Q7WY62 sda GO:0005515 PMID:19040634 IPI UniProtKB:P16497 F Sporulation inhibitor sda BSU25690 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P54511 lipM GO:0036211 PMID:20882995 IDA P Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110511 UniProt protein modification process +UniProtKB P54511 lipM GO:0016415 PMID:20882995 IDA F Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110511 UniProt octanoyltransferase activity +UniProtKB P54511 lipM not GO:0016979 PMID:20882995 IGI F Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110511 UniProt lipoate-protein ligase activity +UniProtKB P54511 lipM GO:0016415 PMID:21338420 IGI UniProtKB:P60720 F Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110512 UniProt octanoyltransferase activity +UniProtKB P54511 lipM GO:0009107 PMID:20882995 IGI P Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110511 UniProt lipoate biosynthetic process +UniProtKB P54511 lipM GO:0009249 PMID:20882995 IGI P Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110511 UniProt protein lipoylation +UniProtKB P54511 lipM GO:0009107 PMID:21338420 IMP P Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110512 UniProt lipoate biosynthetic process +UniProtKB P54511 lipM GO:0009249 PMID:21338420 IMP P Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110512 UniProt protein lipoylation +UniProtKB P42410 rsbS GO:0005515 PMID:21630458 IPI UniProtKB:P42411 F RsbT antagonist protein RsbS ycxS|BSU04680 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P42410 rsbS GO:0005515 PMID:25278935 IPI UniProtKB:P42411 F RsbT antagonist protein RsbS ycxS|BSU04680 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P42411 rsbT GO:0005515 PMID:21630458 IPI UniProtKB:P42410 F Serine/threonine-protein kinase RsbT ycxT|BSU04690 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P42411 rsbT GO:0005515 PMID:25278935 IPI UniProtKB:O31435 F Serine/threonine-protein kinase RsbT ycxT|BSU04690 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P42411 rsbT GO:0005515 PMID:25278935 IPI UniProtKB:P42410 F Serine/threonine-protein kinase RsbT ycxT|BSU04690 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P42411 rsbT GO:0005515 PMID:25374563 IPI UniProtKB:O31435 F Serine/threonine-protein kinase RsbT ycxT|BSU04690 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q01960 flhF GO:0042802 PMID:17699634 IPI UniProtKB:Q01960 F Flagellar biosynthesis protein FlhF BSU16400 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB Q01960 flhF GO:0042802 PMID:22056770 IPI UniProtKB:Q01960 F Flagellar biosynthesis protein FlhF BSU16400 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB Q01960 flhF GO:0005515 PMID:22056770 IPI UniProtKB:P40742 F Flagellar biosynthesis protein FlhF BSU16400 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P71001 phrF GO:0005515 PMID:22215984 IPI UniProtKB:P71002 F RapF inhibitor ywhI|BSU37470 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P45920 yqbD GO:0005515 PMID:21630458 IPI UniProtKB:O31501 F Uncharacterized protein YqbD BSU26150 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P45920 yqbD GO:0005515 PMID:21630458 IPI UniProtKB:P96706 F Uncharacterized protein YqbD BSU26150 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P49785 spoIIIAH GO:0005515 PMID:21097616 IPI UniProtKB:P71044 F Stage III sporulation protein AH BSU24360 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P49785 spoIIIAH GO:0005515 PMID:22431604 IPI UniProtKB:P71044 F Stage III sporulation protein AH BSU24360 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P49785 spoIIIAH GO:0005515 PMID:22431613 IPI UniProtKB:P71044 F Stage III sporulation protein AH BSU24360 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB C0SPC1 ccrZ GO:0019200 PMID:35576203 IDA F Cell cycle regulator CcrZ ytmP|BSU29920 protein NCBITaxon:224308 20230407 UniProt carbohydrate kinase activity +UniProtKB C0SPC1 ccrZ GO:0016773 PMID:35576203 IDA F Cell cycle regulator CcrZ ytmP|BSU29920 protein NCBITaxon:224308 20230407 UniProt phosphotransferase activity, alcohol group as acceptor +UniProtKB C0SPC1 ccrZ GO:0005524 PMID:35576203 IDA F Cell cycle regulator CcrZ ytmP|BSU29920 protein NCBITaxon:224308 20230407 UniProt ATP binding +UniProtKB C0SPC1 ccrZ GO:0004747 PMID:35576203 IDA F Cell cycle regulator CcrZ ytmP|BSU29920 protein NCBITaxon:224308 20230407 UniProt ribokinase activity +UniProtKB C0SPC1 ccrZ GO:0006270 PMID:34373624 IMP P Cell cycle regulator CcrZ ytmP|BSU29920 protein NCBITaxon:224308 20230407 UniProt DNA replication initiation +UniProtKB C0SPC1 ccrZ GO:0006974 PMID:35576203 IMP P Cell cycle regulator CcrZ ytmP|BSU29920 protein NCBITaxon:224308 20230407 UniProt DNA damage response +UniProtKB C0SPC1 ccrZ GO:0005737 GO_REF:0000024 ISS UniProtKB:A0A0H2ZQL5 C Cell cycle regulator CcrZ ytmP|BSU29920 protein NCBITaxon:224308 20230407 UniProt cytoplasm +UniProtKB C0SPC1 ccrZ GO:0005515 PMID:35576203 IPI UniProtKB:P07908 F Cell cycle regulator CcrZ ytmP|BSU29920 protein NCBITaxon:224308 20230407 UniProt protein binding +UniProtKB C0SPC1 ccrZ GO:0005515 PMID:35576203 IPI UniProtKB:P05648 F Cell cycle regulator CcrZ ytmP|BSU29920 protein NCBITaxon:224308 20220730 UniProt protein binding +UniProtKB C0SP99 yciB GO:0051286 PMID:20013255 IDA C Putative L,D-transpeptidase YciB BSU03350 protein NCBITaxon:224308 20151014 CACAO cell tip +UniProtKB P54471 trmK GO:0008033 PMID:18420655 IDA P tRNA (adenine(22)-N(1))-methyltransferase yqfN|BSU25180 protein NCBITaxon:224308 20231012 UniProt tRNA processing +UniProtKB P54471 trmK GO:0160105 PMID:18420655 IDA F tRNA (adenine(22)-N(1))-methyltransferase yqfN|BSU25180 protein NCBITaxon:224308 20231012 UniProt tRNA (adenine(22)-N1)-methyltransferase activity +UniProtKB P23973 menF GO:0009234 PMID:8566759 IGC P Isochorismate synthase MenF icsM|BSU30830 protein NCBITaxon:224308 20110714 UniProt menaquinone biosynthetic process +UniProtKB P23966 menB GO:0008935 PMID:20643650 IDA F 1,4-dihydroxy-2-naphthoyl-CoA synthase BSU30800 protein NCBITaxon:224308 20120302 UniProt 1,4-dihydroxy-2-naphthoyl-CoA synthase activity +UniProtKB P23966 menB GO:0071890 PMID:20643650 IDA F 1,4-dihydroxy-2-naphthoyl-CoA synthase BSU30800 protein NCBITaxon:224308 20120302 UniProt bicarbonate binding +UniProtKB P23966 menB GO:0009234 PMID:8566759 IGC P 1,4-dihydroxy-2-naphthoyl-CoA synthase BSU30800 protein NCBITaxon:224308 20110714 UniProt menaquinone biosynthetic process +UniProtKB P37869 eno GO:0005515 PMID:21803996 IPI UniProtKB:O31774 F Enolase BSU33900 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O32223 iolW GO:0102497 PMID:28043209 IDA F scyllo-inositol 2-dehydrogenase (NADP(+)) IolW yvaA|BSU33530 protein NCBITaxon:224308 20170515 UniProt scyllo-inositol dehydrogenase (NADP+) activity +UniProtKB O32223 iolW GO:0102497 PMID:20133360 IDA F scyllo-inositol 2-dehydrogenase (NADP(+)) IolW yvaA|BSU33530 protein NCBITaxon:224308 20170515 UniProt scyllo-inositol dehydrogenase (NADP+) activity +UniProtKB O32223 iolW GO:0070401 PMID:20133360 IDA F scyllo-inositol 2-dehydrogenase (NADP(+)) IolW yvaA|BSU33530 protein NCBITaxon:224308 20170515 UniProt NADP+ binding +UniProtKB O32223 iolW GO:0070402 PMID:20133360 IDA F scyllo-inositol 2-dehydrogenase (NADP(+)) IolW yvaA|BSU33530 protein NCBITaxon:224308 20170515 UniProt NADPH binding +UniProtKB P50620 nrdE GO:0004748 PMID:8969495 IMP F Ribonucleoside-diphosphate reductase subunit alpha nrdA|BSU17380 protein NCBITaxon:224308 20150406 CACAO ribonucleoside-diphosphate reductase activity, thioredoxin disulfide as acceptor +UniProtKB P35154 scpA GO:0042802 PMID:21630458 IPI UniProtKB:P35154 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P35154 scpA GO:0042802 PMID:23353789 IPI UniProtKB:P35154 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P35154 scpA GO:0005515 PMID:12065423 IPI UniProtKB:P35155 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P35154 scpA GO:0005515 PMID:12065423 IPI UniProtKB:P51834 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P35154 scpA GO:0005515 PMID:12100548 IPI UniProtKB:P51834 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P35154 scpA GO:0005515 PMID:21630458 IPI UniProtKB:P35155 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P35154 scpA GO:0005515 PMID:21630458 IPI UniProtKB:P51834 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P35154 scpA GO:0005515 PMID:23353789 IPI UniProtKB:P35155 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P35154 scpA GO:0005515 PMID:23353789 IPI UniProtKB:P51834 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P70997 pbpG GO:0005515 PMID:17427287 IPI UniProtKB:Q01466 F Penicillin-binding protein 2D ywhE|BSU37510 protein NCBITaxon:224308 20120708 UniProt protein binding +UniProtKB P70994 ywhB GO:0016853 PMID:17902707 IDA F 2-hydroxymuconate tautomerase BSU37540 protein NCBITaxon:224308 20130404 UniProt isomerase activity +UniProtKB P70994 ywhB GO:0006725 PMID:17902707 IDA P 2-hydroxymuconate tautomerase BSU37540 protein NCBITaxon:224308 20130404 UniProt cellular aromatic compound metabolic process +UniProtKB Q9K2S2 mrpA GO:0015385 PMID:20509166 IMP F Na(+)/H(+) antiporter subunit A ntrA|shaA|yufT|BSU31600 protein NCBITaxon:224308 20130414 CACAO sodium:proton antiporter activity +UniProtKB P17906 rsbX GO:0009408 PMID:8012595 IEP P Phosphoserine phosphatase RsbX BSU04740 protein NCBITaxon:224308 20111105 CACAO response to heat +UniProtKB P17904 rsbW GO:0016989 PMID:8468294 IMP F Serine-protein kinase RsbW BSU04720 protein NCBITaxon:224308 20111007 CACAO sigma factor antagonist activity UniProtKB P17894 recN GO:0043590 PMID:15186413 IDA C DNA repair protein RecN BSU24240 protein NCBITaxon:224308 20090528 UniProt bacterial nucleoid -UniProtKB P17865 ftsZ GO:0005515 PMID:16796675 IPI UniProtKB:O31728 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P17865 ftsZ GO:0005515 PMID:16796675 IPI UniProtKB:O34894 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P17865 ftsZ GO:0005515 PMID:16796675 IPI UniProtKB:P28264 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P17865 ftsZ GO:0005515 PMID:16796675 IPI UniProtKB:P94542 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P17865 ftsZ GO:0005515 PMID:17662947 IPI UniProtKB:P54166 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P17865 ftsZ GO:0005515 PMID:21224850 IPI UniProtKB:O31728 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P17865 ftsZ GO:0005515 PMID:21630458 IPI UniProtKB:O31728 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P17865 ftsZ GO:0005515 PMID:21630458 IPI UniProtKB:O34894 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P17865 ftsZ GO:0005515 PMID:21630458 IPI UniProtKB:P28264 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P17865 ftsZ GO:0005515 PMID:21630458 IPI UniProtKB:P94542 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P17865 ftsZ GO:0042802 PMID:16796675 IPI UniProtKB:P17865 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P17865 ftsZ GO:0042802 PMID:17662947 IPI UniProtKB:P17865 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P17865 ftsZ GO:0042802 PMID:21224850 IPI UniProtKB:P17865 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P17865 ftsZ GO:0042802 PMID:21630458 IPI UniProtKB:P17865 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20201128 IntAct identical protein binding +UniProtKB P17894 recN GO:0006302 PMID:15186413 IMP P DNA repair protein RecN BSU24240 protein NCBITaxon:224308 20090528 UniProt double-strand break repair +UniProtKB P17865 ftsZ GO:0003924 PMID:23577149 IDA F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20130426 CACAO GTPase activity UniProtKB P17865 ftsZ GO:0030428 PMID:18573169 IDA C Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20110923 CACAO cell septum UniProtKB P17865 ftsZ GO:0051301 PMID:18573169 IMP P Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20110925 CACAO cell division -UniProtKB P17865 ftsZ GO:0003924 PMID:23577149 IDA F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20130426 CACAO GTPase activity -UniProtKB O32220 copA GO:0042802 PMID:22077885 IPI UniProtKB:O32220 F Copper-exporting P-type ATPase yvgX|BSU33500 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P70997 pbpG GO:0005515 PMID:17427287 IPI UniProtKB:Q01466 F Penicillin-binding protein 2D ywhE|BSU37510 protein NCBITaxon:224308 20120708 UniProt protein binding -UniProtKB Q9K2S2 mrpA GO:0015385 PMID:20509166 IMP F Na(+)/H(+) antiporter subunit A ntrA|shaA|yufT|BSU31600 protein NCBITaxon:224308 20130414 CACAO sodium:proton antiporter activity -UniProtKB P23973 menF GO:0009234 PMID:8566759 IGC P Isochorismate synthase MenF icsM|BSU30830 protein NCBITaxon:224308 20110714 UniProt menaquinone biosynthetic process +UniProtKB P17865 ftsZ GO:0042802 PMID:16796675 IPI UniProtKB:P17865 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P17865 ftsZ GO:0042802 PMID:17662947 IPI UniProtKB:P17865 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P17865 ftsZ GO:0042802 PMID:21224850 IPI UniProtKB:P17865 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P17865 ftsZ GO:0042802 PMID:21630458 IPI UniProtKB:P17865 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P17865 ftsZ GO:0005515 PMID:16796675 IPI UniProtKB:O31728 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P17865 ftsZ GO:0005515 PMID:16796675 IPI UniProtKB:O34894 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P17865 ftsZ GO:0005515 PMID:16796675 IPI UniProtKB:P28264 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P17865 ftsZ GO:0005515 PMID:16796675 IPI UniProtKB:P94542 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P17865 ftsZ GO:0005515 PMID:17662947 IPI UniProtKB:P54166 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P17865 ftsZ GO:0005515 PMID:21224850 IPI UniProtKB:O31728 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P17865 ftsZ GO:0005515 PMID:21630458 IPI UniProtKB:O31728 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P17865 ftsZ GO:0005515 PMID:21630458 IPI UniProtKB:O34894 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P17865 ftsZ GO:0005515 PMID:21630458 IPI UniProtKB:P28264 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P17865 ftsZ GO:0005515 PMID:21630458 IPI UniProtKB:P94542 F Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P17865 ftsZ GO:0051301 PMID:22298780 EXP P Cell division protein FtsZ BSU15290 protein NCBITaxon:224308 20220228 DisProt cell division +UniProtKB O05518 tsaD GO:0002949 PMID:23072323 IDA P tRNA N6-adenosine threonylcarbamoyltransferase gcp|ydiE|BSU05940 protein NCBITaxon:224308 20130815 UniProt tRNA threonylcarbamoyladenosine modification +UniProtKB O05516 tsaB GO:0002949 PMID:23072323 IDA P tRNA threonylcarbamoyladenosine biosynthesis protein TsaB ydiC|BSU05920 protein NCBITaxon:224308 20130815 UniProt tRNA threonylcarbamoyladenosine modification +UniProtKB O31539 yetJ GO:0005262 PMID:30930064 IDA F Uncharacterized protein YetJ BSU07200 protein NCBITaxon:224308 20231120 FlyBase calcium channel activity +UniProtKB O31539 yetJ GO:0016020 PMID:30930064 IDA C Uncharacterized protein YetJ BSU07200 protein NCBITaxon:224308 20231120 FlyBase membrane +UniProtKB O31539 yetJ GO:0006816 PMID:30930064 IDA P Uncharacterized protein YetJ BSU07200 protein NCBITaxon:224308 20231120 FlyBase calcium ion transport UniProtKB O31503 rlmCD GO:0031167 PMID:21824914 IDA P 23S rRNA (uracil-C(5))-methyltransferase RlmCD yefA|yerS|BSU06730 protein NCBITaxon:224308 20111111 UniProt rRNA methylation UniProtKB O31503 rlmCD GO:0070041 PMID:21824914 IDA F 23S rRNA (uracil-C(5))-methyltransferase RlmCD yefA|yerS|BSU06730 protein NCBITaxon:224308 20111111 UniProt rRNA (uridine-C5-)-methyltransferase activity -UniProtKB O31501 swrC GO:0005515 PMID:21630458 IPI UniProtKB:O07523 F Swarming motility protein SwrC BSU06710 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31501 swrC GO:0005515 PMID:21630458 IPI UniProtKB:O34755 F Swarming motility protein SwrC BSU06710 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31501 swrC GO:0005515 PMID:21630458 IPI UniProtKB:P45920 F Swarming motility protein SwrC BSU06710 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31501 swrC GO:0005515 PMID:21630458 IPI UniProtKB:P96706 F Swarming motility protein SwrC BSU06710 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31501 swrC GO:0005515 PMID:21630458 IPI UniProtKB:P96722 F Swarming motility protein SwrC BSU06710 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34814 ftsE GO:0070297 PMID:18573177 IMP P Cell division ATP-binding protein FtsE BSU35260 protein NCBITaxon:224308 20090921 UniProt regulation of phosphorelay signal transduction system -UniProtKB O34814 ftsE GO:0008356 PMID:18573177 IMP P Cell division ATP-binding protein FtsE BSU35260 protein NCBITaxon:224308 20090921 UniProt asymmetric cell division -UniProtKB O34814 ftsE GO:0045881 PMID:18573177 IMP P Cell division ATP-binding protein FtsE BSU35260 protein NCBITaxon:224308 20090921 UniProt positive regulation of sporulation resulting in formation of a cellular spore -UniProtKB O34814 ftsE GO:0090529 PMID:18573177 IMP P Cell division ATP-binding protein FtsE BSU35260 protein NCBITaxon:224308 20170515 UniProt cell septum assembly -UniProtKB O34814 ftsE GO:0005886 PMID:18573177 IDA C Cell division ATP-binding protein FtsE BSU35260 protein NCBITaxon:224308 20090921 UniProt plasma membrane +UniProtKB O31501 swrC GO:0005515 PMID:21630458 IPI UniProtKB:O07523 F Swarming motility protein SwrC BSU06710 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31501 swrC GO:0005515 PMID:21630458 IPI UniProtKB:O34755 F Swarming motility protein SwrC BSU06710 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31501 swrC GO:0005515 PMID:21630458 IPI UniProtKB:P45920 F Swarming motility protein SwrC BSU06710 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31501 swrC GO:0005515 PMID:21630458 IPI UniProtKB:P96706 F Swarming motility protein SwrC BSU06710 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31501 swrC GO:0005515 PMID:21630458 IPI UniProtKB:P96722 F Swarming motility protein SwrC BSU06710 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB O31475 ycgT GO:0071281 PMID:16672620 IDA P Ferredoxin--NADP reductase 1 BSU03270 protein NCBITaxon:224308 20170328 CollecTF cellular response to iron ion -UniProtKB O31466 rtpA GO:0005515 PMID:19164760 IPI UniProtKB:Q9X6J6 F Tryptophan RNA-binding attenuator protein inhibitory protein yczA|BSU02530 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31466 rtpA GO:0042802 PMID:19164760 IPI UniProtKB:O31466 F Tryptophan RNA-binding attenuator protein inhibitory protein yczA|BSU02530 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB O31466 rtpA GO:0042802 PMID:20713740 IPI UniProtKB:O31466 F Tryptophan RNA-binding attenuator protein inhibitory protein yczA|BSU02530 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB O31418 mrnC GO:0004540 PMID:18363798 IDA F Mini-ribonuclease 3 yazC|BSU00950 protein NCBITaxon:224308 20120120 UniProt ribonuclease activity +UniProtKB O31418 mrnC GO:0004540 PMID:18363798 IDA F Mini-ribonuclease 3 yazC|BSU00950 protein NCBITaxon:224308 20120120 UniProt RNA nuclease activity UniProtKB O31418 mrnC GO:0006364 PMID:18363798 IDA P Mini-ribonuclease 3 yazC|BSU00950 protein NCBITaxon:224308 20120120 UniProt rRNA processing -UniProtKB P37475 spoIIE GO:0005515 PMID:25374563 IPI UniProtKB:P16971 F Stage II sporulation protein E spoIIH|BSU00640 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37475 spoIIE GO:0005515 PMID:25374563 IPI UniProtKB:P45870 F Stage II sporulation protein E spoIIH|BSU00640 protein NCBITaxon:224308 20201128 IntAct protein binding UniProtKB P37475 spoIIE GO:0042601 PMID:18077456 IDA C Stage II sporulation protein E spoIIH|BSU00640 protein NCBITaxon:224308 20111018 CACAO endospore-forming forespore -UniProtKB P28819 pabA GO:0046820 PMID:2123867 IMP F Aminodeoxychorismate/anthranilate synthase component 2 trpG|BSU00750 protein NCBITaxon:224308 20131014 UniProt 4-amino-4-deoxychorismate synthase activity -UniProtKB P28819 pabA GO:0000162 PMID:4622231 IMP P Aminodeoxychorismate/anthranilate synthase component 2 trpG|BSU00750 protein NCBITaxon:224308 20131014 UniProt tryptophan biosynthetic process -UniProtKB P28819 pabA GO:0004049 PMID:4622231 IMP F Aminodeoxychorismate/anthranilate synthase component 2 trpG|BSU00750 protein NCBITaxon:224308 20131014 UniProt anthranilate synthase activity +UniProtKB P37475 spoIIE GO:0005515 PMID:25374563 IPI UniProtKB:P16971 F Stage II sporulation protein E spoIIH|BSU00640 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37475 spoIIE GO:0005515 PMID:25374563 IPI UniProtKB:P45870 F Stage II sporulation protein E spoIIH|BSU00640 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB P28819 pabA GO:0046654 PMID:4622231 IMP P Aminodeoxychorismate/anthranilate synthase component 2 trpG|BSU00750 protein NCBITaxon:224308 20131014 UniProt tetrahydrofolate biosynthetic process -UniProtKB P28820 pabB GO:0000287 GO_REF:0000024 ISS UniProtKB:P05041 F Aminodeoxychorismate synthase component 1 pab|BSU00740 protein NCBITaxon:224308 20131014 UniProt magnesium ion binding -UniProtKB P28820 pabB GO:0046820 PMID:19275258 IDA F Aminodeoxychorismate synthase component 1 pab|BSU00740 protein NCBITaxon:224308 20131014 UniProt 4-amino-4-deoxychorismate synthase activity +UniProtKB P28819 pabA GO:0004049 PMID:4622231 IMP F Aminodeoxychorismate/anthranilate synthase component 2 trpG|BSU00750 protein NCBITaxon:224308 20131014 UniProt anthranilate synthase activity +UniProtKB P28819 pabA GO:0000162 PMID:4622231 IMP P Aminodeoxychorismate/anthranilate synthase component 2 trpG|BSU00750 protein NCBITaxon:224308 20131014 UniProt tryptophan biosynthetic process +UniProtKB P28819 pabA GO:0046820 PMID:2123867 IMP F Aminodeoxychorismate/anthranilate synthase component 2 trpG|BSU00750 protein NCBITaxon:224308 20131014 UniProt 4-amino-4-deoxychorismate synthase activity UniProtKB P28820 pabB GO:0046654 PMID:19275258 IDA P Aminodeoxychorismate synthase component 1 pab|BSU00740 protein NCBITaxon:224308 20131014 UniProt tetrahydrofolate biosynthetic process -UniProtKB O31777 kbl GO:0008890 GO_REF:0000024 ISS UniProtKB:Q5SHZ8 F 8-amino-7-oxononanoate synthase 1 BSU17000 protein NCBITaxon:224308 20111012 UniProt glycine C-acetyltransferase activity -UniProtKB O31777 kbl GO:0030170 GO_REF:0000024 ISS UniProtKB:P12998 F 8-amino-7-oxononanoate synthase 1 BSU17000 protein NCBITaxon:224308 20110715 UniProt pyridoxal phosphate binding -UniProtKB O31777 kbl GO:0009102 GO_REF:0000024 ISS UniProtKB:Q5SHZ8 P 8-amino-7-oxononanoate synthase 1 BSU17000 protein NCBITaxon:224308 20111012 UniProt biotin biosynthetic process -UniProtKB O31777 kbl GO:0008710 GO_REF:0000024 ISS UniProtKB:Q5SHZ8 F 8-amino-7-oxononanoate synthase 1 BSU17000 protein NCBITaxon:224308 20111012 UniProt 8-amino-7-oxononanoate synthase activity +UniProtKB P28820 pabB GO:0046820 PMID:19275258 IDA F Aminodeoxychorismate synthase component 1 pab|BSU00740 protein NCBITaxon:224308 20131014 UniProt 4-amino-4-deoxychorismate synthase activity +UniProtKB P28820 pabB GO:0000287 GO_REF:0000024 ISS UniProtKB:P05041 F Aminodeoxychorismate synthase component 1 pab|BSU00740 protein NCBITaxon:224308 20131014 UniProt magnesium ion binding +UniProtKB P37552 ridA GO:0046360 PMID:22094463 IDA P 2-iminobutanoate/2-iminopropanoate deaminase yabJ|BSU00480 protein NCBITaxon:224308 20120212 CACAO 2-oxobutyrate biosynthetic process +UniProtKB P37552 ridA GO:0120242 PMID:22094463 IDA F 2-iminobutanoate/2-iminopropanoate deaminase yabJ|BSU00480 protein NCBITaxon:224308 20210127 UniProt 2-iminobutanoate deaminase activity UniProtKB P50866 clpX GO:0030163 PMID:17827297 IMP P ATP-dependent Clp protease ATP-binding subunit ClpX BSU28220 protein NCBITaxon:224308 20130307 CACAO protein catabolic process -UniProtKB P50849 pnp GO:0005515 PMID:21803996 IPI UniProtKB:O31774 F Polyribonucleotide nucleotidyltransferase comR|pnpA|BSU16690 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P50848 ypwA GO:0006508 PMID:19544567 IDA P Carboxypeptidase 1 BSU22080 protein NCBITaxon:224308 20140307 UniProt proteolysis +UniProtKB P50849 pnp GO:0005515 PMID:21803996 IPI UniProtKB:O31774 F Polyribonucleotide nucleotidyltransferase comR|pnpA|BSU16690 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB P50848 ypwA GO:0008270 PMID:19544567 IDA F Carboxypeptidase 1 BSU22080 protein NCBITaxon:224308 20140307 UniProt zinc ion binding UniProtKB P50848 ypwA GO:0004181 PMID:19544567 IDA F Carboxypeptidase 1 BSU22080 protein NCBITaxon:224308 20140307 UniProt metallocarboxypeptidase activity -UniProtKB P30300 glpP GO:0006071 PMID:4368746 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140529 UniProt glycerol metabolic process -UniProtKB P30300 glpP GO:0006071 PMID:182672 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt glycerol metabolic process -UniProtKB P30300 glpP GO:0006071 PMID:8825777 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt glycerol metabolic process -UniProtKB P30300 glpP GO:0006071 PMID:9595668 IDA P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt glycerol metabolic process -UniProtKB P30300 glpP GO:0006071 PMID:9493382 IDA P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt glycerol metabolic process +UniProtKB P50848 ypwA GO:0006508 PMID:19544567 IDA P Carboxypeptidase 1 BSU22080 protein NCBITaxon:224308 20140307 UniProt proteolysis +UniProtKB P30300 glpP GO:0001072 PMID:1809833 IDA F Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt transcription antitermination factor activity, RNA binding +UniProtKB P30300 glpP GO:0001072 PMID:9595668 IDA F Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt transcription antitermination factor activity, RNA binding +UniProtKB P30300 glpP GO:0001072 PMID:9493382 IDA F Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt transcription antitermination factor activity, RNA binding +UniProtKB P30300 glpP GO:0060567 PMID:1809833 IDA P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt negative regulation of termination of DNA-templated transcription +UniProtKB P30300 glpP GO:0060567 PMID:9595668 IDA P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt negative regulation of termination of DNA-templated transcription +UniProtKB P30300 glpP GO:0060567 PMID:9493382 IDA P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt negative regulation of termination of DNA-templated transcription UniProtKB P30300 glpP GO:0071333 PMID:9595668 IDA P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt cellular response to glucose stimulus -UniProtKB P30300 glpP GO:0060567 PMID:1809833 IDA P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt negative regulation of DNA-templated transcription, termination -UniProtKB P30300 glpP GO:0060567 PMID:9595668 IDA P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt negative regulation of DNA-templated transcription, termination -UniProtKB P30300 glpP GO:0060567 PMID:9493382 IDA P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt negative regulation of DNA-templated transcription, termination -UniProtKB P30300 glpP GO:0071333 PMID:8825777 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt cellular response to glucose stimulus -UniProtKB P30300 glpP GO:0060567 PMID:8825777 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt negative regulation of DNA-templated transcription, termination UniProtKB P30300 glpP GO:0031564 PMID:1809833 IDA P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt transcription antitermination UniProtKB P30300 glpP GO:0031564 PMID:9493382 IDA P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt transcription antitermination UniProtKB P30300 glpP GO:0031564 PMID:9595668 IDA P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt transcription antitermination -UniProtKB P30300 glpP GO:0031564 PMID:8825777 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt transcription antitermination +UniProtKB P30300 glpP GO:0006071 PMID:9595668 IDA P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt glycerol metabolic process +UniProtKB P30300 glpP GO:0006071 PMID:9493382 IDA P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt glycerol metabolic process UniProtKB P30300 glpP GO:0001072 PMID:8825777 IMP F Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt transcription antitermination factor activity, RNA binding -UniProtKB P30300 glpP GO:0001072 PMID:1809833 IDA F Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt transcription antitermination factor activity, RNA binding -UniProtKB P30300 glpP GO:0001072 PMID:9595668 IDA F Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt transcription antitermination factor activity, RNA binding -UniProtKB P30300 glpP GO:0001072 PMID:9493382 IDA F Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt transcription antitermination factor activity, RNA binding -UniProtKB P30300 glpP GO:0045893 PMID:4368746 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140529 UniProt positive regulation of transcription, DNA-templated -UniProtKB P30300 glpP GO:0045893 PMID:182672 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt positive regulation of transcription, DNA-templated +UniProtKB P30300 glpP GO:0045893 PMID:4368746 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140529 UniProt positive regulation of DNA-templated transcription +UniProtKB P30300 glpP GO:0045893 PMID:182672 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt positive regulation of DNA-templated transcription UniProtKB P30300 glpP GO:0046677 PMID:4368746 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140529 UniProt response to antibiotic UniProtKB P30300 glpP GO:0046677 PMID:182672 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt response to antibiotic -UniProtKB P50727 fer GO:0051539 PMID:12538057 IDA F Ferredoxin ypbA|BSU23040 protein NCBITaxon:224308 20170428 UniProt 4 iron, 4 sulfur cluster binding +UniProtKB P30300 glpP GO:0060567 PMID:8825777 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt negative regulation of termination of DNA-templated transcription +UniProtKB P30300 glpP GO:0071333 PMID:8825777 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt cellular response to glucose stimulus +UniProtKB P30300 glpP GO:0031564 PMID:8825777 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt transcription antitermination +UniProtKB P30300 glpP GO:0006071 PMID:4368746 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140529 UniProt glycerol metabolic process +UniProtKB P30300 glpP GO:0006071 PMID:182672 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt glycerol metabolic process +UniProtKB P30300 glpP GO:0006071 PMID:8825777 IMP P Glycerol uptake operon antiterminator regulatory protein glpP1|BSU09270 protein NCBITaxon:224308 20140530 UniProt glycerol metabolic process +UniProtKB P50736 bdr GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Bacilliredoxin reductase Bdr ypdA|BSU22950|HIR78_13750 protein NCBITaxon:224308 20211226 UniProt protein binding UniProtKB P50727 fer GO:0009055 PMID:12538057 IDA F Ferredoxin ypbA|BSU23040 protein NCBITaxon:224308 20170428 UniProt electron transfer activity -UniProtKB P50620 nrdE GO:0004748 PMID:8969495 IMP F Ribonucleoside-diphosphate reductase subunit alpha nrdA|BSU17380 protein NCBITaxon:224308 20150406 CACAO ribonucleoside-diphosphate reductase activity, thioredoxin disulfide as acceptor -UniProtKB P37963 spoVID GO:0051117 PMID:19702880 IPI UniProtKB:P35149 F Stage VI sporulation protein D BSU28110 protein NCBITaxon:224308 20130326 UniProt ATPase binding +UniProtKB P50727 fer GO:0051539 PMID:12538057 IDA F Ferredoxin ypbA|BSU23040 protein NCBITaxon:224308 20170428 UniProt 4 iron, 4 sulfur cluster binding +UniProtKB P37963 spoVID GO:0005515 PMID:22773792 IPI UniProtKB:P14016 F Stage VI sporulation protein D BSU28110 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB P37963 spoVID GO:0005515 PMID:19702880 IPI UniProtKB:P35149 F Stage VI sporulation protein D BSU28110 protein NCBITaxon:224308 20130327 UniProt protein binding UniProtKB P37963 spoVID GO:0005515 PMID:19775244 IPI UniProtKB:P35149 F Stage VI sporulation protein D BSU28110 protein NCBITaxon:224308 20130327 UniProt protein binding -UniProtKB P37963 spoVID GO:0005515 PMID:22773792 IPI UniProtKB:P14016 F Stage VI sporulation protein D BSU28110 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37958 mecA GO:0005515 PMID:16525504 IPI UniProtKB:P37571 F Adapter protein MecA 1 BSU11520 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37958 mecA GO:0005515 PMID:21368759 IPI UniProtKB:P37571 F Adapter protein MecA 1 BSU11520 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37956 splB GO:0051536 PMID:11470912 IDA F Spore photoproduct lyase spl|BSU13930 protein NCBITaxon:224308 20110815 UniProt iron-sulfur cluster binding -UniProtKB P37956 splB GO:0042601 PMID:8021181 IDA C Spore photoproduct lyase spl|BSU13930 protein NCBITaxon:224308 20110411 UniProt endospore-forming forespore -UniProtKB P37956 splB GO:1904047 PMID:11470912 IDA F Spore photoproduct lyase spl|BSU13930 protein NCBITaxon:224308 20110815 UniProt S-adenosyl-L-methionine binding +UniProtKB P37963 spoVID GO:0051117 PMID:19702880 IPI UniProtKB:P35149 F Stage VI sporulation protein D BSU28110 protein NCBITaxon:224308 20130326 UniProt ATPase binding UniProtKB P37956 splB GO:0003913 PMID:11470912 IDA F Spore photoproduct lyase spl|BSU13930 protein NCBITaxon:224308 20110815 UniProt DNA photolyase activity +UniProtKB P37956 splB GO:0042601 PMID:8021181 IDA C Spore photoproduct lyase spl|BSU13930 protein NCBITaxon:224308 20110411 UniProt endospore-forming forespore UniProtKB P37956 splB GO:0046872 PMID:11470912 IDA F Spore photoproduct lyase spl|BSU13930 protein NCBITaxon:224308 20110815 UniProt metal ion binding +UniProtKB P37956 splB GO:0051536 PMID:11470912 IDA F Spore photoproduct lyase spl|BSU13930 protein NCBITaxon:224308 20110815 UniProt iron-sulfur cluster binding UniProtKB P37956 splB GO:0051539 PMID:11470912 IDA F Spore photoproduct lyase spl|BSU13930 protein NCBITaxon:224308 20110815 UniProt 4 iron, 4 sulfur cluster binding -UniProtKB P10728 spoIIAB GO:0005515 PMID:25278935 IPI UniProtKB:O31435 F Anti-sigma F factor BSU23460 protein NCBITaxon:224308 20201128 IntAct protein binding +UniProtKB P37956 splB GO:1904047 PMID:11470912 IDA F Spore photoproduct lyase spl|BSU13930 protein NCBITaxon:224308 20110815 UniProt S-adenosyl-L-methionine binding +UniProtKB P10728 spoIIAB GO:0005515 PMID:25278935 IPI UniProtKB:O31435 F Anti-sigma F factor BSU23460 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB P10726 sigD GO:0071978 PMID:25313396 IMP P RNA polymerase sigma-D factor flaB|BSU16470 protein NCBITaxon:224308 20180410 CACAO bacterial-type flagellum-dependent swarming motility UniProtKB P37946 ilvA GO:0006566 GO_REF:0000024 ISS UniProtKB:P04968 P L-threonine dehydratase biosynthetic IlvA BSU21770 protein NCBITaxon:224308 20120124 UniProt threonine metabolic process -UniProtKB P21340 paiA GO:0043939 PMID:2108124 IMP P Spermidine/spermine N(1)-acetyltransferase BSU32150 protein NCBITaxon:224308 20150422 UniProt negative regulation of sporulation -UniProtKB P21340 paiA GO:0004145 PMID:16210326 IDA F Spermidine/spermine N(1)-acetyltransferase BSU32150 protein NCBITaxon:224308 20150422 UniProt diamine N-acetyltransferase activity UniProtKB P37887 cysK GO:0032991 PMID:18974048 IDA C Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA protein-containing complex -UniProtKB P37887 cysK GO:0006535 PMID:17056751 IDA P Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA cysteine biosynthetic process from serine -UniProtKB P37887 cysK GO:0009087 PMID:17056751 IMP P Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA methionine catabolic process -UniProtKB P37887 cysK GO:0042803 PMID:18974048 IDA F Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA protein homodimerization activity -UniProtKB P37887 cysK GO:0008284 PMID:17056751 IMP P Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA positive regulation of cell population proliferation -UniProtKB P37887 cysK GO:0008134 PMID:18974048 IPI UniProtKB:O34527 F Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA transcription factor binding UniProtKB P37887 cysK GO:0032993 PMID:17056751 IDA C Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA protein-DNA complex UniProtKB P37887 cysK GO:0032993 PMID:18974048 IDA C Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA protein-DNA complex UniProtKB P37887 cysK GO:1904798 PMID:17056751 IDA P Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA positive regulation of core promoter binding UniProtKB P37887 cysK GO:1904798 PMID:18974048 IDA P Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA positive regulation of core promoter binding -UniProtKB P37887 cysK GO:0004124 PMID:17056751 IDA F Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA cysteine synthase activity UniProtKB P37887 cysK GO:0004122 PMID:17056751 IDA F Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA cystathionine beta-synthase activity -UniProtKB P37873 spoIIM GO:0042173 PMID:12502745 IGI UniProtKB:P37968 P Stage II sporulation protein M BSU23530 protein NCBITaxon:224308 20130715 UniProt regulation of sporulation resulting in formation of a cellular spore -UniProtKB P37873 spoIIM GO:0042173 PMID:8501064 IDA P Stage II sporulation protein M BSU23530 protein NCBITaxon:224308 20130715 UniProt regulation of sporulation resulting in formation of a cellular spore +UniProtKB P37887 cysK GO:0004124 PMID:17056751 IDA F Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA cysteine synthase activity +UniProtKB P37887 cysK GO:0006535 PMID:17056751 IDA P Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA cysteine biosynthetic process from serine +UniProtKB P37887 cysK GO:0042803 PMID:18974048 IDA F Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA protein homodimerization activity +UniProtKB P37887 cysK GO:0008284 PMID:17056751 IMP P Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA positive regulation of cell population proliferation +UniProtKB P37887 cysK GO:0009087 PMID:17056751 IMP P Cysteine synthase BSU00730 protein NCBITaxon:224308 20170124 CAFA methionine catabolic process +UniProtKB P37887 cysK GO:0140297 PMID:18974048 IPI UniProtKB:O34527 F Cysteine synthase BSU00730 protein NCBITaxon:224308 20210416 CAFA DNA-binding transcription factor binding UniProtKB P37873 spoIIM GO:0030428 PMID:17376078 IDA C Stage II sporulation protein M BSU23530 protein NCBITaxon:224308 20130531 UniProt cell septum UniProtKB P37873 spoIIM GO:0030428 PMID:12502745 IDA C Stage II sporulation protein M BSU23530 protein NCBITaxon:224308 20130531 UniProt cell septum +UniProtKB P37873 spoIIM GO:0042173 PMID:8501064 IDA P Stage II sporulation protein M BSU23530 protein NCBITaxon:224308 20130715 UniProt regulation of sporulation resulting in formation of a cellular spore UniProtKB P37873 spoIIM GO:0030428 PMID:17376078 IGI UniProtKB:P37575|UniProtKB:P37968 C Stage II sporulation protein M BSU23530 protein NCBITaxon:224308 20130715 UniProt cell septum +UniProtKB P37873 spoIIM GO:0042173 PMID:12502745 IGI UniProtKB:P37968 P Stage II sporulation protein M BSU23530 protein NCBITaxon:224308 20130715 UniProt regulation of sporulation resulting in formation of a cellular spore UniProtKB P37873 spoIIM GO:1901893 PMID:8501064 IMP P Stage II sporulation protein M BSU23530 protein NCBITaxon:224308 20130531 UniProt positive regulation of cell septum assembly -UniProtKB P37871 rpoC GO:0005515 PMID:19940246 IPI UniProtKB:C0H3R4 F DNA-directed RNA polymerase subunit beta' lpm|std|BSU01080 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37871 rpoC GO:0005515 PMID:22307755 IPI UniProtKB:O31602 F DNA-directed RNA polymerase subunit beta' lpm|std|BSU01080 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37817 spoVM GO:0005515 PMID:17427285 IPI UniProtKB:P35149 F Stage V sporulation protein M BSU15810 protein NCBITaxon:224308 20130326 UniProt protein binding -UniProtKB O31989 sunI GO:0005886 PMID:19047653 IDA C Sublancin immunity protein SunI yolF|BSU21490 protein NCBITaxon:224308 20151023 UniProt plasma membrane -UniProtKB O31989 sunI GO:0030153 PMID:19047653 IDA P Sublancin immunity protein SunI yolF|BSU21490 protein NCBITaxon:224308 20151023 UniProt bacteriocin immunity -UniProtKB O31986 sunS GO:0008194 PMID:21196935 IDA F SPbeta prophage-derived glycosyltransferase SunS yolJ|BSU21450 protein NCBITaxon:224308 20110202 UniProt UDP-glycosyltransferase activity -UniProtKB O31986 sunS GO:0030152 PMID:21196935 IDA P SPbeta prophage-derived glycosyltransferase SunS yolJ|BSU21450 protein NCBITaxon:224308 20110201 UniProt bacteriocin biosynthetic process -UniProtKB O31986 sunS GO:0018240 PMID:21196935 IDA P SPbeta prophage-derived glycosyltransferase SunS yolJ|BSU21450 protein NCBITaxon:224308 20110201 UniProt protein S-linked glycosylation via cysteine -UniProtKB O31913 yoqZ GO:0016787 PMID:26158264 IDA F SPbeta prophage-derived UPF0714 protein YoqZ BSU20460 protein NCBITaxon:224308 20160328 CACAO hydrolase activity -UniProtKB P28264 ftsA GO:0005515 PMID:16796675 IPI UniProtKB:O34894 F Cell division protein FtsA BSU15280 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P28264 ftsA GO:0005515 PMID:16796675 IPI UniProtKB:P17865 F Cell division protein FtsA BSU15280 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P28264 ftsA GO:0005515 PMID:21630458 IPI UniProtKB:O34894 F Cell division protein FtsA BSU15280 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P28264 ftsA GO:0005515 PMID:21630458 IPI UniProtKB:P17865 F Cell division protein FtsA BSU15280 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P28264 ftsA GO:0016887 PMID:11298280 IDA F Cell division protein FtsA BSU15280 protein NCBITaxon:224308 20120327 CACAO ATPase activity -UniProtKB O31854 cdaS GO:0004016 PMID:23192352 IDA F Cyclic di-AMP synthase CdaS dacB|yojJ|BSU19430 protein NCBITaxon:224308 20160304 UniProt adenylate cyclase activity -UniProtKB O31815 yndL GO:0016787 PMID:26158264 IDA F UPF0714 protein YndL BSU17820 protein NCBITaxon:224308 20160328 CACAO hydrolase activity -UniProtKB O31802 ynzH GO:0005515 PMID:18065538 IPI UniProtKB:P07790 F Uncharacterized protein YnzH BSU17670 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31802 ynzH GO:0005515 PMID:20023017 IPI UniProtKB:P07790 F Uncharacterized protein YnzH BSU17670 protein NCBITaxon:224308 20201128 IntAct protein binding +UniProtKB P37871 rpoC GO:0005515 PMID:19940246 IPI UniProtKB:C0H3R4 F DNA-directed RNA polymerase subunit beta' lpm|std|BSU01080 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37871 rpoC GO:0005515 PMID:22307755 IPI UniProtKB:O31602 F DNA-directed RNA polymerase subunit beta' lpm|std|BSU01080 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB O31775 ymdB GO:0004113 PMID:24163345 IDA F 2',3'-cyclic-nucleotide 2'-phosphodiesterase BSU16970 protein NCBITaxon:224308 20131110 CACAO 2',3'-cyclic-nucleotide 3'-phosphodiesterase activity -UniProtKB O31774 rny GO:0005515 PMID:21803996 IPI UniProtKB:O34529 F Ribonuclease Y ymdA|BSU16960 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31774 rny GO:0005515 PMID:21803996 IPI UniProtKB:P37869 F Ribonuclease Y ymdA|BSU16960 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31774 rny GO:0005515 PMID:21803996 IPI UniProtKB:P50849 F Ribonuclease Y ymdA|BSU16960 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31774 rny GO:0005515 PMID:21803996 IPI UniProtKB:P96614 F Ribonuclease Y ymdA|BSU16960 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31774 rny GO:0005515 PMID:21803996 IPI UniProtKB:Q45493 F Ribonuclease Y ymdA|BSU16960 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31774 rny GO:0042802 PMID:21803996 IPI UniProtKB:O31774 F Ribonuclease Y ymdA|BSU16960 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB O31760 rnjB GO:0005515 PMID:21764917 IPI UniProtKB:Q45493 F Ribonuclease J2 ymfA|BSU16780 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31760 rnjB GO:0005515 PMID:21893285 IPI UniProtKB:Q45493 F Ribonuclease J2 ymfA|BSU16780 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31760 rnjB GO:0004521 PMID:15831787 IDA F Ribonuclease J2 ymfA|BSU16780 protein NCBITaxon:224308 20140502 UniProt endoribonuclease activity +UniProtKB O31774 rny GO:0042802 PMID:21803996 IPI UniProtKB:O31774 F Ribonuclease Y ymdA|BSU16960 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB O31774 rny GO:0005515 PMID:21803996 IPI UniProtKB:O34529 F Ribonuclease Y ymdA|BSU16960 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31774 rny GO:0005515 PMID:21803996 IPI UniProtKB:P37869 F Ribonuclease Y ymdA|BSU16960 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31774 rny GO:0005515 PMID:21803996 IPI UniProtKB:P50849 F Ribonuclease Y ymdA|BSU16960 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31774 rny GO:0005515 PMID:21803996 IPI UniProtKB:P96614 F Ribonuclease Y ymdA|BSU16960 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31774 rny GO:0005515 PMID:21803996 IPI UniProtKB:Q45493 F Ribonuclease Y ymdA|BSU16960 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31760 rnjB GO:0004521 PMID:15831787 IDA F Ribonuclease J2 ymfA|BSU16780 protein NCBITaxon:224308 20140502 UniProt RNA endonuclease activity UniProtKB O31760 rnjB GO:0006397 PMID:15831787 IDA P Ribonuclease J2 ymfA|BSU16780 protein NCBITaxon:224308 20140502 UniProt mRNA processing +UniProtKB O31760 rnjB GO:0005515 PMID:21764917 IPI UniProtKB:Q45493 F Ribonuclease J2 ymfA|BSU16780 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31760 rnjB GO:0005515 PMID:21893285 IPI UniProtKB:Q45493 F Ribonuclease J2 ymfA|BSU16780 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31749 pyrH GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Uridylate kinase smbA|BSU16510 protein NCBITaxon:224308 20211226 UniProt protein binding UniProtKB O31743 rbgA GO:0003924 PMID:16431913 IDA F Ribosome biogenesis GTPase A ylqF|BSU16050 protein NCBITaxon:224308 20140406 CACAO GTPase activity -UniProtKB O31728 sepF GO:0005515 PMID:16796675 IPI UniProtKB:P17865 F Cell division protein SepF ylmF|BSU15390 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31728 sepF GO:0005515 PMID:21224850 IPI UniProtKB:P17865 F Cell division protein SepF ylmF|BSU15390 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31728 sepF GO:0005515 PMID:21630458 IPI UniProtKB:P17865 F Cell division protein SepF ylmF|BSU15390 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31728 sepF GO:0042802 PMID:16796675 IPI UniProtKB:O31728 F Cell division protein SepF ylmF|BSU15390 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB O31728 sepF GO:0042802 PMID:21224850 IPI UniProtKB:O31728 F Cell division protein SepF ylmF|BSU15390 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB O31728 sepF GO:0042802 PMID:21630458 IPI UniProtKB:O31728 F Cell division protein SepF ylmF|BSU15390 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB O31728 sepF GO:0090529 PMID:16420366 IMP P Cell division protein SepF ylmF|BSU15390 protein NCBITaxon:224308 20120329 CACAO cell septum assembly -UniProtKB O31712 yknZ GO:0042802 PMID:22707703 IPI UniProtKB:O31712 F Uncharacterized ABC transporter permease YknZ BSU14370 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P37582 glnR GO:0005515 PMID:18195355 IPI UniProtKB:P12425 F HTH-type transcriptional regulator GlnR BSU17450 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37582 glnR GO:0005515 PMID:18331450 IPI UniProtKB:P12425 F HTH-type transcriptional regulator GlnR BSU17450 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37582 glnR GO:0042802 PMID:18195355 IPI UniProtKB:P37582 F HTH-type transcriptional regulator GlnR BSU17450 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P37582 glnR GO:0042802 PMID:18331450 IPI UniProtKB:P37582 F HTH-type transcriptional regulator GlnR BSU17450 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P37571 clpC GO:0005515 PMID:16525504 IPI UniProtKB:P37958 F Negative regulator of genetic competence ClpC/MecB mecB|BSU00860 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37571 clpC GO:0005515 PMID:21368759 IPI UniProtKB:P37958 F Negative regulator of genetic competence ClpC/MecB mecB|BSU00860 protein NCBITaxon:224308 20201128 IntAct protein binding +UniProtKB O31712 yknZ GO:0042802 PMID:22707703 IPI UniProtKB:O31712 F Uncharacterized ABC transporter permease YknZ BSU14370 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P37599 cheV GO:0006935 PMID:8169224 IGI UniProtKB:P39802 P Chemotaxis protein CheV BSU14010 protein NCBITaxon:224308 20141123 CACAO chemotaxis +UniProtKB P37582 glnR GO:0042802 PMID:18195355 IPI UniProtKB:P37582 F HTH-type transcriptional regulator GlnR BSU17450 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P37582 glnR GO:0042802 PMID:18331450 IPI UniProtKB:P37582 F HTH-type transcriptional regulator GlnR BSU17450 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P37582 glnR GO:0005515 PMID:18195355 IPI UniProtKB:P12425 F HTH-type transcriptional regulator GlnR BSU17450 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37582 glnR GO:0005515 PMID:18331450 IPI UniProtKB:P12425 F HTH-type transcriptional regulator GlnR BSU17450 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37571 clpC GO:0005515 PMID:16525504 IPI UniProtKB:P37958 F Negative regulator of genetic competence ClpC/MecB mecB|BSU00860 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37571 clpC GO:0005515 PMID:21368759 IPI UniProtKB:P37958 F Negative regulator of genetic competence ClpC/MecB mecB|BSU00860 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB P37569 mcsA GO:0006508 PMID:11179229 IMP P Protein-arginine kinase activator protein yacH|BSU00840 protein NCBITaxon:224308 20160407 CACAO proteolysis -UniProtKB P37562 yabT GO:0005515 PMID:25278935 IPI UniProtKB:O31435 F Probable serine/threonine-protein kinase YabT BSU00660 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37562 yabT GO:0005515 PMID:25278935 IPI UniProtKB:O34507 F Probable serine/threonine-protein kinase YabT BSU00660 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37562 yabT GO:0005515 PMID:25278935 IPI UniProtKB:P96716 F Probable serine/threonine-protein kinase YabT BSU00660 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37562 yabT GO:0005515 PMID:25374563 IPI UniProtKB:P16971 F Probable serine/threonine-protein kinase YabT BSU00660 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37562 yabT GO:0005515 PMID:25374563 IPI UniProtKB:P45870 F Probable serine/threonine-protein kinase YabT BSU00660 protein NCBITaxon:224308 20201128 IntAct protein binding +UniProtKB P37562 yabT GO:0005515 PMID:25278935 IPI UniProtKB:O31435 F Probable serine/threonine-protein kinase YabT BSU00660 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37562 yabT GO:0005515 PMID:25278935 IPI UniProtKB:O34507 F Probable serine/threonine-protein kinase YabT BSU00660 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37562 yabT GO:0005515 PMID:25278935 IPI UniProtKB:P96716 F Probable serine/threonine-protein kinase YabT BSU00660 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37562 yabT GO:0005515 PMID:25374563 IPI UniProtKB:P16971 F Probable serine/threonine-protein kinase YabT BSU00660 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37562 yabT GO:0005515 PMID:25374563 IPI UniProtKB:P45870 F Probable serine/threonine-protein kinase YabT BSU00660 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB P37559 yabQ GO:0042601 PMID:11283287 IDA C Spore protein YabQ BSU00610 protein NCBITaxon:224308 20111018 CACAO endospore-forming forespore -UniProtKB P37558 yabP GO:0042601 PMID:15231775 IDA C Spore protein YabP BSU00600 protein NCBITaxon:224308 20111104 CACAO endospore-forming forespore -UniProtKB P37552 yabJ GO:0019239 PMID:22094463 IDA F 2-iminobutanoate/2-iminopropanoate deaminase BSU00480 protein NCBITaxon:224308 20120117 UniProt deaminase activity -UniProtKB P37552 yabJ GO:0046360 PMID:22094463 IDA P 2-iminobutanoate/2-iminopropanoate deaminase BSU00480 protein NCBITaxon:224308 20120212 CACAO 2-oxobutyrate biosynthetic process UniProtKB P37548 yabG GO:0043593 PMID:10714992 IMP C Sporulation-specific protease YabG BSU00430 protein NCBITaxon:224308 20121118 CACAO endospore coat -UniProtKB P37547 rnmV GO:0042254 PMID:11233981 IMP P Ribonuclease M5 yabF|BSU00410 protein NCBITaxon:224308 20120227 UniProt ribosome biogenesis UniProtKB P37547 rnmV GO:0006364 PMID:402365 IDA P Ribonuclease M5 yabF|BSU00410 protein NCBITaxon:224308 20120227 UniProt rRNA processing UniProtKB P37547 rnmV GO:0043822 PMID:402365 IDA F Ribonuclease M5 yabF|BSU00410 protein NCBITaxon:224308 20120223 UniProt ribonuclease M5 activity -UniProtKB P37542 yabA GO:0005515 PMID:16461910 IPI UniProtKB:P05648 F Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37542 yabA GO:0005515 PMID:16461910 IPI UniProtKB:P05649 F Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37542 yabA GO:0005515 PMID:21630458 IPI UniProtKB:P05648 F Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37542 yabA GO:0005515 PMID:21630458 IPI UniProtKB:P05649 F Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37542 yabA GO:0042802 PMID:16461910 IPI UniProtKB:P37542 F Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P37542 yabA GO:0042802 PMID:21630458 IPI UniProtKB:P37542 F Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P37528 pdxT GO:0005515 PMID:17159152 IPI UniProtKB:P37527 F Pyridoxal 5'-phosphate synthase subunit PdxT yaaE|BSU00120 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37528 pdxT GO:0042802 PMID:17159152 IPI UniProtKB:P37528 F Pyridoxal 5'-phosphate synthase subunit PdxT yaaE|BSU00120 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P37528 pdxT GO:0042802 PMID:19523954 IPI UniProtKB:P37528 F Pyridoxal 5'-phosphate synthase subunit PdxT yaaE|BSU00120 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P37527 pdxS GO:0005515 PMID:17159152 IPI UniProtKB:P37528 F Pyridoxal 5'-phosphate synthase subunit PdxS yaaD|BSU00110 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37527 pdxS GO:0042802 PMID:17159152 IPI UniProtKB:P37527 F Pyridoxal 5'-phosphate synthase subunit PdxS yaaD|BSU00110 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P37522 soj GO:0005515 PMID:18854156 IPI UniProtKB:P05648 F Sporulation initiation inhibitor protein Soj orf253|BSU40970 protein NCBITaxon:224308 20201128 IntAct protein binding +UniProtKB P37547 rnmV GO:0042254 PMID:11233981 IMP P Ribonuclease M5 yabF|BSU00410 protein NCBITaxon:224308 20120227 UniProt ribosome biogenesis +UniProtKB P37542 yabA GO:0042802 PMID:16461910 IPI UniProtKB:P37542 F Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P37542 yabA GO:0042802 PMID:21630458 IPI UniProtKB:P37542 F Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P37542 yabA GO:0005515 PMID:16461910 IPI UniProtKB:P05648 F Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37542 yabA GO:0005515 PMID:16461910 IPI UniProtKB:P05649 F Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37542 yabA GO:0005515 PMID:21630458 IPI UniProtKB:P05648 F Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37542 yabA GO:0005515 PMID:21630458 IPI UniProtKB:P05649 F Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37542 yabA GO:0030174 PMID:12060778 IMP P Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20220829 UniProt regulation of DNA-templated DNA replication initiation +UniProtKB P37542 yabA GO:0006974 PMID:35576203 IMP P Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20220829 UniProt DNA damage response +UniProtKB P37542 yabA GO:0005515 PMID:12060778 IPI UniProtKB:P05648 F Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20220829 UniProt protein binding +UniProtKB P37542 yabA GO:0005515 PMID:12060778 IPI UniProtKB:P05649 F Initiation-control protein YabA BSU00330 protein NCBITaxon:224308 20220829 UniProt protein binding +UniProtKB P37528 pdxT GO:0042802 PMID:17159152 IPI UniProtKB:P37528 F Pyridoxal 5'-phosphate synthase subunit PdxT yaaE|BSU00120 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P37528 pdxT GO:0042802 PMID:19523954 IPI UniProtKB:P37528 F Pyridoxal 5'-phosphate synthase subunit PdxT yaaE|BSU00120 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P37528 pdxT GO:0005515 PMID:17159152 IPI UniProtKB:P37527 F Pyridoxal 5'-phosphate synthase subunit PdxT yaaE|BSU00120 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB P37522 soj GO:0042174 PMID:8071208 IGI UniProtKB:P26497 P Sporulation initiation inhibitor protein Soj orf253|BSU40970 protein NCBITaxon:224308 20111103 CACAO negative regulation of sporulation resulting in formation of a cellular spore -UniProtKB P37500 yybD GO:0016747 GO_REF:0000024 ISS UniProtKB:Q5HH30 F Putative acetyltransferase BSU40680 BSU40680 protein NCBITaxon:224308 20150422 UniProt transferase activity, transferring acyl groups other than amino-acyl groups -UniProtKB O31697 ykzF GO:0005515 PMID:18840696 IPI UniProtKB:P08874 F Uncharacterized protein YkzF BSU14120 protein NCBITaxon:224308 20201128 IntAct protein binding +UniProtKB P37522 soj GO:0005515 PMID:18854156 IPI UniProtKB:P05648 F Sporulation initiation inhibitor protein Soj orf253|BSU40970 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37500 yybD GO:0016747 GO_REF:0000024 ISS UniProtKB:Q5HH30 F Putative acetyltransferase BSU40680 BSU40680 protein NCBITaxon:224308 20150422 UniProt acyltransferase activity, transferring groups other than amino-acyl groups UniProtKB O31666 mtnW not GO:0015977 PMID:14551435 IDA P 2,3-diketo-5-methylthiopentyl-1-phosphate enolase ykrW|BSU13590 protein NCBITaxon:224308 20050526 UniProt carbon fixation -UniProtKB O31652 ctaB1 GO:0005515 PMID:15491161 IPI UniProtKB:P12946 F Protoheme IX farnesyltransferase 1 ctaO|BSU12080 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31616 thiO GO:0009228 PMID:12627963 IMP P Glycine oxidase goxB|yjbR|BSU11670 protein NCBITaxon:224308 20170410 UniProt thiamine biosynthetic process -UniProtKB O31616 thiO GO:0071949 PMID:11744710 IDA F Glycine oxidase goxB|yjbR|BSU11670 protein NCBITaxon:224308 20170410 UniProt FAD binding -UniProtKB O31616 thiO GO:0006520 PMID:11744710 IDA P Glycine oxidase goxB|yjbR|BSU11670 protein NCBITaxon:224308 20170410 UniProt cellular amino acid metabolic process +UniProtKB O31616 thiO GO:0006520 PMID:11744710 IDA P Glycine oxidase goxB|yjbR|BSU11670 protein NCBITaxon:224308 20170410 UniProt amino acid metabolic process UniProtKB O31616 thiO GO:0043799 PMID:11744710 IDA F Glycine oxidase goxB|yjbR|BSU11670 protein NCBITaxon:224308 20170410 UniProt glycine oxidase activity +UniProtKB O31616 thiO GO:0071949 PMID:11744710 IDA F Glycine oxidase goxB|yjbR|BSU11670 protein NCBITaxon:224308 20170410 UniProt FAD binding +UniProtKB O31616 thiO GO:0009228 PMID:12627963 IMP P Glycine oxidase goxB|yjbR|BSU11670 protein NCBITaxon:224308 20170410 UniProt thiamine biosynthetic process UniProtKB O31612 ppnKA GO:0003951 PMID:12897004 IDA F NAD kinase 1 nadF|yjbN|BSU11610 protein NCBITaxon:224308 20140402 UniProt NAD+ kinase activity UniProtKB O31612 ppnKA GO:0005524 PMID:12897004 IDA F NAD kinase 1 nadF|yjbN|BSU11610 protein NCBITaxon:224308 20140402 UniProt ATP binding UniProtKB O31612 ppnKA GO:0006741 PMID:12897004 IDA P NAD kinase 1 nadF|yjbN|BSU11610 protein NCBITaxon:224308 20140402 UniProt NADP biosynthetic process UniProtKB O31612 ppnKA GO:0051287 PMID:12897004 IDA F NAD kinase 1 nadF|yjbN|BSU11610 protein NCBITaxon:224308 20140402 UniProt NAD binding -UniProtKB O31602 spx GO:0005515 PMID:19074380 IPI UniProtKB:O31606 F Global transcriptional regulator Spx spxA|yjbD|BSU11500 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31602 spx GO:0005515 PMID:21378193 IPI UniProtKB:O31606 F Global transcriptional regulator Spx spxA|yjbD|BSU11500 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31602 spx GO:0005515 PMID:22307755 IPI UniProtKB:P37871 F Global transcriptional regulator Spx spxA|yjbD|BSU11500 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37478 walR GO:0006355 PMID:10878122 IMP P Transcriptional regulatory protein WalR yycF|BSU40410 protein NCBITaxon:224308 20110924 CACAO regulation of transcription, DNA-templated -UniProtKB P37476 ftsH GO:0043934 PMID:9076729 IMP P ATP-dependent zinc metalloprotease FtsH BSU00690 protein NCBITaxon:224308 20100820 UniProt sporulation +UniProtKB O31602 spx GO:0005515 PMID:19074380 IPI UniProtKB:O31606 F Global transcriptional regulator Spx spxA|yjbD|BSU11500 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31602 spx GO:0005515 PMID:21378193 IPI UniProtKB:O31606 F Global transcriptional regulator Spx spxA|yjbD|BSU11500 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31602 spx GO:0005515 PMID:22307755 IPI UniProtKB:P37871 F Global transcriptional regulator Spx spxA|yjbD|BSU11500 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37478 walR GO:0006355 PMID:10878122 IMP P Transcriptional regulatory protein WalR yycF|BSU40410 protein NCBITaxon:224308 20110924 CACAO regulation of DNA-templated transcription +UniProtKB P37476 ftsH GO:0008233 PMID:15386101 IDA F ATP-dependent zinc metalloprotease FtsH BSU00690 protein NCBITaxon:224308 20100820 UniProt peptidase activity UniProtKB P37476 ftsH GO:0030428 PMID:10851010 IDA C ATP-dependent zinc metalloprotease FtsH BSU00690 protein NCBITaxon:224308 20100820 UniProt cell septum UniProtKB P37476 ftsH GO:0030163 PMID:15386101 IDA P ATP-dependent zinc metalloprotease FtsH BSU00690 protein NCBITaxon:224308 20100820 UniProt protein catabolic process -UniProtKB P37476 ftsH GO:0008233 PMID:15386101 IDA F ATP-dependent zinc metalloprotease FtsH BSU00690 protein NCBITaxon:224308 20100820 UniProt peptidase activity -UniProtKB P37471 divIC GO:0005515 PMID:18621900 IPI UniProtKB:Q07867 F Cell division protein DivIC divA|BSU00620 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37471 divIC GO:0005515 PMID:20644139 IPI UniProtKB:Q07867 F Cell division protein DivIC divA|BSU00620 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37469 dnaC GO:0005515 PMID:16796675 IPI UniProtKB:P06567 F Replicative DNA helicase BSU40440 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37469 dnaC GO:0005515 PMID:19192185 IPI UniProtKB:P06567 F Replicative DNA helicase BSU40440 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37469 dnaC GO:0005515 PMID:21630458 IPI UniProtKB:P06567 F Replicative DNA helicase BSU40440 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P37469 dnaC GO:0005515 PMID:25374563 IPI UniProtKB:O31435 F Replicative DNA helicase BSU40440 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P17906 rsbX GO:0009408 PMID:8012595 IEP P Phosphoserine phosphatase RsbX BSU04740 protein NCBITaxon:224308 20111105 CACAO response to heat -UniProtKB P17904 rsbW GO:0016989 PMID:8468294 IMP F Serine-protein kinase RsbW BSU04720 protein NCBITaxon:224308 20111007 CACAO sigma factor antagonist activity +UniProtKB P37476 ftsH GO:0043934 PMID:9076729 IMP P ATP-dependent zinc metalloprotease FtsH BSU00690 protein NCBITaxon:224308 20100820 UniProt sporulation +UniProtKB P37471 divIC GO:0005515 PMID:18621900 IPI UniProtKB:Q07867 F Cell division protein DivIC divA|BSU00620 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37471 divIC GO:0005515 PMID:20644139 IPI UniProtKB:Q07867 F Cell division protein DivIC divA|BSU00620 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37469 dnaC GO:0005515 PMID:16796675 IPI UniProtKB:P06567 F Replicative DNA helicase BSU40440 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37469 dnaC GO:0005515 PMID:19192185 IPI UniProtKB:P06567 F Replicative DNA helicase BSU40440 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37469 dnaC GO:0005515 PMID:21630458 IPI UniProtKB:P06567 F Replicative DNA helicase BSU40440 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37469 dnaC GO:0005515 PMID:25374563 IPI UniProtKB:O31435 F Replicative DNA helicase BSU40440 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O05515 tsaE GO:0002949 PMID:23072323 IDA P tRNA threonylcarbamoyladenosine biosynthesis protein TsaE ydiB|BSU05910 protein NCBITaxon:224308 20130815 UniProt tRNA threonylcarbamoyladenosine modification +UniProtKB O31989 sunI GO:0005886 PMID:19047653 IDA C Sublancin immunity protein SunI yolF|BSU21490 protein NCBITaxon:224308 20151023 UniProt plasma membrane +UniProtKB O31989 sunI GO:0030153 PMID:19047653 IDA P Sublancin immunity protein SunI yolF|BSU21490 protein NCBITaxon:224308 20151023 UniProt bacteriocin immunity +UniProtKB O31986 sunS GO:0018240 PMID:21196935 IDA P SPbeta prophage-derived glycosyltransferase SunS yolJ|BSU21450 protein NCBITaxon:224308 20110201 UniProt protein S-linked glycosylation via cysteine +UniProtKB O31986 sunS GO:0008194 PMID:21196935 IDA F SPbeta prophage-derived glycosyltransferase SunS yolJ|BSU21450 protein NCBITaxon:224308 20110202 UniProt UDP-glycosyltransferase activity +UniProtKB O31986 sunS GO:0030152 PMID:21196935 IDA P SPbeta prophage-derived glycosyltransferase SunS yolJ|BSU21450 protein NCBITaxon:224308 20110201 UniProt bacteriocin biosynthetic process +UniProtKB O31913 yoqZ GO:0016787 PMID:26158264 IDA F SPbeta prophage-derived UPF0714 protein YoqZ BSU20460 protein NCBITaxon:224308 20160328 CACAO hydrolase activity +UniProtKB O31854 cdaS GO:0004016 PMID:23192352 IDA F Cyclic di-AMP synthase CdaS dacB|yojJ|BSU19430 protein NCBITaxon:224308 20160304 UniProt adenylate cyclase activity +UniProtKB O31815 yndL GO:0016787 PMID:26158264 IDA F UPF0714 protein YndL BSU17820 protein NCBITaxon:224308 20160328 CACAO hydrolase activity +UniProtKB O31802 ynzH GO:0005515 PMID:18065538 IPI UniProtKB:P07790 F Uncharacterized protein YnzH BSU17670 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31802 ynzH GO:0005515 PMID:20023017 IPI UniProtKB:P07790 F Uncharacterized protein YnzH BSU17670 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P94417 yclM GO:0005524 PMID:11471740 IDA F Aspartokinase 3 BSU03790 protein NCBITaxon:224308 20130110 UniProt ATP binding +UniProtKB P94417 yclM GO:0004072 PMID:11471740 IDA F Aspartokinase 3 BSU03790 protein NCBITaxon:224308 20130110 UniProt aspartate kinase activity +UniProtKB P94427 gabT GO:0003867 PMID:12123465 IMP F Probable 4-aminobutyrate aminotransferase ycnG|BSU03900 protein NCBITaxon:224308 20131027 CACAO 4-aminobutyrate transaminase activity +UniProtKB O07921 csn GO:0016977 PMID:23065029 IDA F Chitosanase BSU26890 protein NCBITaxon:224308 20130414 CACAO chitosanase activity +UniProtKB P18157 glpK GO:0004370 GO_REF:0000024 ISS UniProtKB:P0A6F3 F Glycerol kinase BSU09290 protein NCBITaxon:224308 20130927 UniProt glycerol kinase activity +UniProtKB P18157 glpK GO:0006071 GO_REF:0000024 ISS UniProtKB:P0A6F3 P Glycerol kinase BSU09290 protein NCBITaxon:224308 20130927 UniProt glycerol metabolic process +UniProtKB P20668 gltC GO:0003700 PMID:17134717 IMP F Transcriptional dual regulator GltC BSU18460 protein NCBITaxon:224308 20120515 UniProt DNA-binding transcription factor activity +UniProtKB P20668 gltC GO:0006355 PMID:17134717 IMP P Transcriptional dual regulator GltC BSU18460 protein NCBITaxon:224308 20120515 UniProt regulation of DNA-templated transcription +UniProtKB P20668 gltC GO:0005515 PMID:17994626 IPI UniProtKB:P39633 F Transcriptional dual regulator GltC BSU18460 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O32220 copA GO:0042802 PMID:22077885 IPI UniProtKB:O32220 F Copper-exporting P-type ATPase yvgX|BSU33500 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB C0H3R4 rsoA GO:0005515 PMID:19940246 IPI UniProtKB:O34843 F Sigma-O factor regulatory protein RsoA yvrHa|BSU33222 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB C0H3R4 rsoA GO:0005515 PMID:19940246 IPI UniProtKB:P37871 F Sigma-O factor regulatory protein RsoA yvrHa|BSU33222 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB C0H412 swrD GO:0071978 PMID:29061663 IMP P Swarming motility protein SwrD ylzI|BSU16299 protein NCBITaxon:224308 20190411 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB C0H412 swrD GO:0071978 PMID:25313396 IMP P Swarming motility protein SwrD ylzI|BSU16299 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P94390 putB GO:0004657 PMID:22139509 IDA F Proline dehydrogenase 2 ycgM|BSU03200 protein NCBITaxon:224308 20160722 UniProt proline dehydrogenase activity +UniProtKB P94390 putB GO:0006562 PMID:22139509 IDA P Proline dehydrogenase 2 ycgM|BSU03200 protein NCBITaxon:224308 20160722 UniProt proline catabolic process +UniProtKB P94390 putB GO:0071949 GO_REF:0000024 ISS UniProtKB:Q72IB8 F Proline dehydrogenase 2 ycgM|BSU03200 protein NCBITaxon:224308 20160527 UniProt FAD binding +UniProtKB O07521 yhaM GO:0031125 PMID:19880604 IMP P 3'-5' exoribonuclease YhaM BSU09930 protein NCBITaxon:224308 20120120 UniProt rRNA 3'-end processing +UniProtKB O07545 yheD GO:0042601 PMID:15231775 IDA C Endospore coat-associated protein YheD BSU09770 protein NCBITaxon:224308 20111104 CACAO endospore-forming forespore +UniProtKB P25144 ccpA GO:0045892 PMID:27542896 IMP P Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20180331 CACAO negative regulation of DNA-templated transcription +UniProtKB P25144 ccpA GO:0000976 PMID:12100558 IPI RefSeq:NC_000964.3 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P25144 ccpA GO:0000976 PMID:15916606 IPI RefSeq:NC_000964.3 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P25144 ccpA GO:0000976 PMID:23123903 IPI RefSeq:NC_000964.3 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P25144 ccpA GO:0001216 PMID:15916606 IPI RefSeq:NC_000964.3 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription activator activity +UniProtKB P25144 ccpA GO:0001216 PMID:23123903 IPI RefSeq:NC_000964.3 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription activator activity +UniProtKB P25144 ccpA GO:0001217 PMID:12100558 IPI RefSeq:NC_000964.3 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P25144 ccpA GO:0032993 PMID:12100558 IPI RefSeq:NC_000964.3 C Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P25144 ccpA GO:0032993 PMID:15916606 IPI RefSeq:NC_000964.3 C Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P25144 ccpA GO:0032993 PMID:23123903 IPI RefSeq:NC_000964.3 C Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P25144 ccpA GO:0000976 PMID:15916606 IMP F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P25144 ccpA GO:0000976 PMID:23123903 IMP F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P25144 ccpA GO:0001216 PMID:15916606 IMP F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription activator activity +UniProtKB P25144 ccpA GO:0001216 PMID:23123903 IMP F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription activator activity +UniProtKB P25144 ccpA GO:0032993 PMID:15916606 IMP C Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P25144 ccpA GO:0032993 PMID:23123903 IMP C Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P25144 ccpA GO:0045892 PMID:12100558 IEP P Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF negative regulation of DNA-templated transcription +UniProtKB P25144 ccpA GO:0045893 PMID:23123903 IEP P Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20170328 CollecTF positive regulation of DNA-templated transcription +UniProtKB P25144 ccpA GO:0005515 PMID:21630458 IPI UniProtKB:P08877 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P25144 ccpA GO:0005515 PMID:22512862 IPI UniProtKB:P08877 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P25144 ccpA GO:0005515 PMID:22512862 IPI UniProtKB:P20429 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P25144 ccpA GO:0005515 PMID:22512862 IPI UniProtKB:P39779 F Catabolite control protein A alsA|amyR|graR|BSU29740 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O06491 gatA GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Glutamyl-tRNA(Gln) amidotransferase subunit A yedB|yerM|BSU06680 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB O06478 yfmT GO:0018479 PMID:26658822 IDA F Benzaldehyde dehydrogenase YfmT BSU07350 protein NCBITaxon:224308 20180222 UniProt benzaldehyde dehydrogenase (NAD+) activity +UniProtKB P25993 pyrAA GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Carbamoyl phosphate synthase pyrimidine-specific small chain BSU15510 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P25972 pyrE GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Orotate phosphoribosyltransferase pyrX|BSU15560 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P25814 rnpA GO:0003677 PMID:11258888 EXP F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20220228 DisProt DNA binding +UniProtKB P25814 rnpA GO:0003677 PMID:24364358 EXP F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20220228 DisProt DNA binding +UniProtKB P25814 rnpA GO:0003677 PMID:9563955 EXP F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20220228 DisProt DNA binding +UniProtKB P25814 rnpA GO:0060090 PMID:11258888 EXP F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20220228 DisProt molecular adaptor activity +UniProtKB P25814 rnpA GO:0030677 PMID:11258888 IDA C Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA ribonuclease P complex +UniProtKB P25814 rnpA GO:0004526 PMID:11258888 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA ribonuclease P activity +UniProtKB P25814 rnpA GO:0031404 PMID:11258888 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA chloride ion binding +UniProtKB P25814 rnpA GO:0042780 PMID:11258888 IDA P Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA tRNA 3'-end processing +UniProtKB P25814 rnpA GO:0042781 PMID:11258888 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA 3'-tRNA processing endoribonuclease activity +UniProtKB P25814 rnpA GO:0043168 PMID:11258888 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA anion binding +UniProtKB P25814 rnpA GO:0043199 PMID:16185070 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA sulfate binding +UniProtKB P25814 rnpA GO:0043199 PMID:11258888 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA sulfate binding +UniProtKB P25814 rnpA GO:0033204 PMID:11258888 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA ribonuclease P RNA binding +UniProtKB P25814 rnpA GO:0042301 PMID:11258888 IDA F Ribonuclease P protein component BSU41050 protein NCBITaxon:224308 20161024 CAFA phosphate ion binding +UniProtKB P13242 pyrG GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F CTP synthase ctrA|BSU37150 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P05043 spo0E GO:0043937 PMID:15057450 IGI UniProtKB:P08874 P Aspartyl-phosphate phosphatase Spo0E BSU13640 protein NCBITaxon:224308 20111018 CACAO regulation of sporulation +UniProtKB P25499 hrcA GO:0045892 PMID:8576042 IMP P Heat-inducible transcription repressor HrcA yqeS|yqxE|BSU25490 protein NCBITaxon:224308 20111105 CACAO negative regulation of DNA-templated transcription +UniProtKB O34862 ytcA GO:0003979 GO_REF:0000024 ISS UniProtKB:Q0P8H3 F Putative UDP-glucose 6-dehydrogenase YtcA BSU30860 protein NCBITaxon:224308 20211122 UniProt UDP-glucose 6-dehydrogenase activity +UniProtKB O34862 ytcA GO:0051287 GO_REF:0000024 ISS UniProtKB:Q0P8H3 F Putative UDP-glucose 6-dehydrogenase YtcA BSU30860 protein NCBITaxon:224308 20211122 UniProt NAD binding +UniProtKB P45870 racA GO:0005515 PMID:25374563 IPI UniProtKB:P37475 F Chromosome-anchoring protein RacA ywkC|BSU37030 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P45870 racA GO:0005515 PMID:25374563 IPI UniProtKB:P37562 F Chromosome-anchoring protein RacA ywkC|BSU37030 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P45865 clsB GO:0008808 PMID:14973018 IMP F Minor cardiolipin synthase ClsB ywjE|BSU37190 protein NCBITaxon:224308 20120518 UniProt cardiolipin synthase activity +UniProtKB P45865 clsB GO:0032049 PMID:14973018 IMP P Minor cardiolipin synthase ClsB ywjE|BSU37190 protein NCBITaxon:224308 20120518 UniProt cardiolipin biosynthetic process +UniProtKB P45865 clsB GO:0043934 PMID:14973018 IMP P Minor cardiolipin synthase ClsB ywjE|BSU37190 protein NCBITaxon:224308 20120518 UniProt sporulation +UniProtKB P45858 mmgD GO:0019679 GO_REF:0000024 ISS UniProtKB:Q56063 P Citrate/2-methylcitrate synthase yqiO|BSU24140 protein NCBITaxon:224308 20150324 UniProt propionate metabolic process, methylcitrate cycle +UniProtKB P45858 mmgD GO:0050440 GO_REF:0000024 ISS UniProtKB:Q56063 F Citrate/2-methylcitrate synthase yqiO|BSU24140 protein NCBITaxon:224308 20150324 UniProt 2-methylcitrate synthase activity +UniProtKB P45858 mmgD GO:0036440 GO_REF:0000024 ISS UniProtKB:Q56063 F Citrate/2-methylcitrate synthase yqiO|BSU24140 protein NCBITaxon:224308 20150324 UniProt citrate synthase activity +UniProtKB P38424 engB GO:0005515 PMID:17981968 IPI UniProtKB:P02394 F Probable GTP-binding protein EngB ysxC|BSU28190 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P38424 engB GO:0005515 PMID:17981968 IPI UniProtKB:P46898 F Probable GTP-binding protein EngB ysxC|BSU28190 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P38424 engB GO:0005515 PMID:17981968 IPI UniProtKB:Q06797 F Probable GTP-binding protein EngB ysxC|BSU28190 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P39644 bacG GO:0016628 PMID:22765234 IDA F NADPH-dependent reductase BacG ywfH|BSU37680|ipa-86r protein NCBITaxon:224308 20160414 UniProt oxidoreductase activity, acting on the CH-CH group of donors, NAD or NADP as acceptor +UniProtKB P39644 bacG GO:0016628 PMID:23519407 IDA F NADPH-dependent reductase BacG ywfH|BSU37680|ipa-86r protein NCBITaxon:224308 20160414 UniProt oxidoreductase activity, acting on the CH-CH group of donors, NAD or NADP as acceptor +UniProtKB P39644 bacG GO:0017000 PMID:22765234 IDA P NADPH-dependent reductase BacG ywfH|BSU37680|ipa-86r protein NCBITaxon:224308 20160414 UniProt antibiotic biosynthetic process +UniProtKB P39644 bacG GO:0050661 PMID:23519407 IDA F NADPH-dependent reductase BacG ywfH|BSU37680|ipa-86r protein NCBITaxon:224308 20160414 UniProt NADP binding +UniProtKB P39638 bacA GO:0016831 PMID:22483065 IDA F Prephenate decarboxylase ywfB|BSU37740|ipa-80d protein NCBITaxon:224308 20160414 UniProt carboxy-lyase activity +UniProtKB P39638 bacA GO:0016831 PMID:20052993 IDA F Prephenate decarboxylase ywfB|BSU37740|ipa-80d protein NCBITaxon:224308 20160414 UniProt carboxy-lyase activity +UniProtKB P39638 bacA GO:0017000 PMID:22765234 IDA P Prephenate decarboxylase ywfB|BSU37740|ipa-80d protein NCBITaxon:224308 20160414 UniProt antibiotic biosynthetic process +UniProtKB P39633 rocG GO:0004352 PMID:9829940 IDA F Catabolic NAD-specific glutamate dehydrogenase RocG gudA|yweB|BSU37790|ipa-75d protein NCBITaxon:224308 20120515 UniProt glutamate dehydrogenase (NAD+) activity +UniProtKB P39633 rocG GO:0006520 PMID:18326565 IMP P Catabolic NAD-specific glutamate dehydrogenase RocG gudA|yweB|BSU37790|ipa-75d protein NCBITaxon:224308 20120515 UniProt amino acid metabolic process +UniProtKB P39633 rocG GO:0005515 PMID:17994626 IPI UniProtKB:P20668 F Catabolic NAD-specific glutamate dehydrogenase RocG gudA|yweB|BSU37790|ipa-75d protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P39620 gerQ GO:0031160 PMID:19933362 IDA C Spore coat protein GerQ ywdL|BSU37920|ipa-62r protein NCBITaxon:224308 20120827 UniProt spore wall +UniProtKB P39620 gerQ GO:0031160 PMID:16936016 IDA C Spore coat protein GerQ ywdL|BSU37920|ipa-62r protein NCBITaxon:224308 20120827 UniProt spore wall +UniProtKB P39620 gerQ GO:0018153 PMID:16936016 IMP P Spore coat protein GerQ ywdL|BSU37920|ipa-62r protein NCBITaxon:224308 20120827 UniProt isopeptide cross-linking via N6-(L-isoglutamyl)-L-lysine +UniProtKB P39603 ywcE GO:0009847 PMID:16159778 IMP P Spore morphogenesis and germination protein YwcE BSU38130|ipa-41r protein NCBITaxon:224308 20111118 CACAO spore germination +UniProtKB P19080 aroH GO:0046417 PMID:2105742 IDA P Chorismate mutase AroH BSU22690 protein NCBITaxon:224308 20111117 UniProt chorismate metabolic process +UniProtKB P19080 aroH GO:0004106 PMID:2105742 IDA F Chorismate mutase AroH BSU22690 protein NCBITaxon:224308 20111114 UniProt chorismate mutase activity +UniProtKB Q03224 glpX GO:0042132 PMID:19270101 IMP F Fructose-1,6-bisphosphatase class 2 ywjI|BSU37090 protein NCBITaxon:224308 20101202 UniProt fructose 1,6-bisphosphate 1-phosphatase activity +UniProtKB Q03224 glpX GO:0030388 PMID:19270101 IMP P Fructose-1,6-bisphosphatase class 2 ywjI|BSU37090 protein NCBITaxon:224308 20101202 UniProt fructose 1,6-bisphosphate metabolic process +UniProtKB Q03224 glpX GO:0006094 PMID:19270101 IMP P Fructose-1,6-bisphosphatase class 2 ywjI|BSU37090 protein NCBITaxon:224308 20101202 UniProt gluconeogenesis +UniProtKB P14016 cotE GO:0042802 PMID:19304857 IPI UniProtKB:P14016 F Spore coat protein E BSU17030 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P14016 cotE GO:0005515 PMID:22773792 IPI UniProtKB:P37963 F Spore coat protein E BSU17030 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P24072 cheY GO:0071978 PMID:25313396 IMP P Chemotaxis protein CheY cheB|BSU16330 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P68577 sunA GO:0005576 PMID:21196935 IDA C SPbeta prophage-derived bacteriocin sublancin-168 yolG|BSU21480 protein NCBITaxon:224308 20110201 UniProt extracellular region +UniProtKB P68577 sunA GO:0050830 PMID:21196935 IDA P SPbeta prophage-derived bacteriocin sublancin-168 yolG|BSU21480 protein NCBITaxon:224308 20110201 UniProt defense response to Gram-positive bacterium +UniProtKB P50863 salA GO:0045892 PMID:15126467 IMP P Iron-sulfur cluster carrier protein mrp|rec233|ybaL|ybxI|BSU01540 protein NCBITaxon:224308 20111115 CACAO negative regulation of DNA-templated transcription +UniProtKB P50863 salA GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Iron-sulfur cluster carrier protein mrp|rec233|ybaL|ybxI|BSU01540 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB O05393 mccA GO:0004122 PMID:17056751 IDA F O-acetylserine dependent cystathionine beta-synthase yrhA|BSU27260 protein NCBITaxon:224308 20170124 CAFA cystathionine beta-synthase activity +UniProtKB O05393 mccA GO:0004124 PMID:17056751 IDA F O-acetylserine dependent cystathionine beta-synthase yrhA|BSU27260 protein NCBITaxon:224308 20170124 CAFA cysteine synthase activity +UniProtKB O05393 mccA GO:0006535 PMID:17056751 IDA P O-acetylserine dependent cystathionine beta-synthase yrhA|BSU27260 protein NCBITaxon:224308 20170124 CAFA cysteine biosynthetic process from serine +UniProtKB O05393 mccA GO:0008284 PMID:17056751 IMP P O-acetylserine dependent cystathionine beta-synthase yrhA|BSU27260 protein NCBITaxon:224308 20170124 CAFA positive regulation of cell population proliferation +UniProtKB P07908 dnaB GO:0006260 PMID:3027697 IMP P Replication initiation and membrane attachment protein BSU28990 protein NCBITaxon:224308 20230407 UniProt DNA replication +UniProtKB P07908 dnaB GO:0005515 PMID:35576203 IPI UniProtKB:C0SPC1 F Replication initiation and membrane attachment protein BSU28990 protein NCBITaxon:224308 20230407 UniProt protein binding +UniProtKB P37957 estA GO:0004806 PMID:8396026 IDA F Lipase EstA lip|lipA|BSU02700 protein NCBITaxon:224308 20110924 CACAO triglyceride lipase activity +UniProtKB P37958 mecA GO:0005515 PMID:16525504 IPI UniProtKB:P37571 F Adapter protein MecA 1 BSU11520 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37958 mecA GO:0005515 PMID:21368759 IPI UniProtKB:P37571 F Adapter protein MecA 1 BSU11520 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37968 spoIIP GO:0005515 PMID:17376078 IPI UniProtKB:P07372 F Stage II sporulation protein P BSU25530 protein NCBITaxon:224308 20130715 UniProt protein binding +UniProtKB P71002 rapF GO:0005515 PMID:22215984 IPI UniProtKB:P14204 F Regulatory protein RapF ywhJ|BSU37460 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P71002 rapF GO:0005515 PMID:22215984 IPI UniProtKB:P71001 F Regulatory protein RapF ywhJ|BSU37460 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P71012 fruA GO:0005515 PMID:21630458 IPI UniProtKB:O34755 F PTS system fructose-specific EIIABC component BSU14400 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P71052 epsC GO:1900192 PMID:21278284 IMP P Probable polysaccharide biosynthesis protein EpsC yveM|BSU34350 protein NCBITaxon:224308 20141007 CACAO positive regulation of single-species biofilm formation +UniProtKB P71079 fabL GO:0004318 PMID:11007778 IDA F Enoyl-[acyl-carrier-protein] reductase [NADPH] FabL yfhR|ygaA|BSU08650 protein NCBITaxon:224308 20110715 UniProt enoyl-[acyl-carrier-protein] reductase (NADH) activity +UniProtKB P71079 fabL GO:0030497 PMID:11007778 IDA P Enoyl-[acyl-carrier-protein] reductase [NADPH] FabL yfhR|ygaA|BSU08650 protein NCBITaxon:224308 20110715 UniProt fatty acid elongation +UniProtKB P71079 fabL GO:0050661 PMID:21185310 IDA F Enoyl-[acyl-carrier-protein] reductase [NADPH] FabL yfhR|ygaA|BSU08650 protein NCBITaxon:224308 20110915 UniProt NADP binding +UniProtKB O05394 mccB GO:0004123 PMID:17056751 IDA F Cystathionine gamma-lyase yrhB|BSU27250 protein NCBITaxon:224308 20170124 CAFA cystathionine gamma-lyase activity +UniProtKB O05394 mccB GO:0043418 PMID:17056751 IDA P Cystathionine gamma-lyase yrhB|BSU27250 protein NCBITaxon:224308 20170124 CAFA homocysteine catabolic process +UniProtKB O05394 mccB GO:0008284 PMID:17056751 IMP P Cystathionine gamma-lyase yrhB|BSU27250 protein NCBITaxon:224308 20170124 CAFA positive regulation of cell population proliferation +UniProtKB O05229 mrpD GO:0015385 PMID:20509166 IMP F Na(+)/H(+) antiporter subunit D yufD|BSU31630 protein NCBITaxon:224308 20130414 CACAO sodium:proton antiporter activity +UniProtKB O05228 mrpF GO:0036376 PMID:11004162 IMP P Na(+)/H(+) antiporter subunit F yufC|BSU31650 protein NCBITaxon:224308 20151103 CACAO sodium ion export across plasma membrane +UniProtKB P24073 fliY GO:0004721 PMID:12920116 IDA F Flagellar motor switch phosphatase FliY cheD|BSU16320 protein NCBITaxon:224308 20111007 CACAO phosphoprotein phosphatase activity +UniProtKB P24073 fliY GO:0044780 PMID:25313396 IMP P Flagellar motor switch phosphatase FliY cheD|BSU16320 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P24073 fliY GO:0071978 PMID:25313396 IMP P Flagellar motor switch phosphatase FliY cheD|BSU16320 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P24073 fliY GO:0016311 PMID:12920116 IMP P Flagellar motor switch phosphatase FliY cheD|BSU16320 protein NCBITaxon:224308 20141123 CACAO dephosphorylation +UniProtKB P24073 fliY GO:1902021 PMID:12920116 IMP P Flagellar motor switch phosphatase FliY cheD|BSU16320 protein NCBITaxon:224308 20141123 CACAO regulation of bacterial-type flagellum-dependent cell motility +UniProtKB P24073 fliY GO:0006935 PMID:12920116 IMP P Flagellar motor switch phosphatase FliY cheD|BSU16320 protein NCBITaxon:224308 20141123 CACAO chemotaxis UniProtKB P54417 opuD GO:0031460 PMID:8752321 IMP P Glycine betaine transporter OpuD ytfQ|BSU30070 protein NCBITaxon:224308 20111105 CACAO glycine betaine transport -UniProtKB O32081 ktrB GO:0005515 PMID:23598340 IPI UniProtKB:O32080 F Ktr system potassium uptake protein B yubG|BSU31100 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O32080 ktrA GO:0005515 PMID:23598340 IPI UniProtKB:O32081 F Ktr system potassium uptake protein A yuaA|BSU31090 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O32080 ktrA GO:0042802 PMID:23598340 IPI UniProtKB:O32080 F Ktr system potassium uptake protein A yuaA|BSU31090 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB O32062 safA GO:0051117 PMID:19702880 IPI UniProtKB:P35149 F SpoIVD-associated factor A yrbA|BSU27840 protein NCBITaxon:224308 20130326 UniProt ATPase binding -UniProtKB O32062 safA GO:0005515 PMID:19702880 IPI UniProtKB:P35149 F SpoIVD-associated factor A yrbA|BSU27840 protein NCBITaxon:224308 20130327 UniProt protein binding -UniProtKB O32049 comN GO:0005515 PMID:22582279 IPI UniProtKB:P71021 F Post-transcriptional regulator ComN yrzD|BSU27660 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O32042 dtd not GO:0051499 PMID:24097941 IMP F Inactive D-aminoacyl-tRNA deacylase yrvI|BSU27590 protein NCBITaxon:224308 20170711 UniProt D-aminoacyl-tRNA deacylase activity +UniProtKB O32081 ktrB GO:0005515 PMID:23598340 IPI UniProtKB:O32080 F Ktr system potassium uptake protein B yubG|BSU31100 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O32080 ktrA GO:0042802 PMID:23598340 IPI UniProtKB:O32080 F Ktr system potassium uptake protein A yuaA|BSU31090 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB O32080 ktrA GO:0005515 PMID:23598340 IPI UniProtKB:O32081 F Ktr system potassium uptake protein A yuaA|BSU31090 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O32049 comN GO:0005515 PMID:22582279 IPI UniProtKB:P71021 F Post-transcriptional regulator ComN yrzD|BSU27660 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB O32035 trhP2 GO:0006400 PMID:31253794 IMP P tRNA hydroxylation protein P2 yrrN|BSU27350 protein NCBITaxon:224308 20200522 UniProt tRNA modification UniProtKB O32034 trhP1 GO:0006400 PMID:31253794 IMP P tRNA hydroxylation protein P1 yrrO|BSU27340 protein NCBITaxon:224308 20200522 UniProt tRNA modification UniProtKB O32032 pbpI GO:0005515 PMID:17427287 IPI UniProtKB:Q01466 F Penicillin-binding protein 4B yrrR|BSU27310 protein NCBITaxon:224308 20120708 UniProt protein binding UniProtKB O32001 yokF GO:0004518 PMID:11584000 IMP F SPbeta prophage-derived endonuclease YokF BSU21610 protein NCBITaxon:224308 20120415 CACAO nuclease activity -UniProtKB P31114 hepT GO:0009234 PMID:9720033 IMP P Heptaprenyl diphosphate synthase component 2 gerC3|gerCC|hepB|BSU22740 protein NCBITaxon:224308 20120703 UniProt menaquinone biosynthetic process -UniProtKB P31114 hepT GO:0016765 PMID:6768722 IDA F Heptaprenyl diphosphate synthase component 2 gerC3|gerCC|hepB|BSU22740 protein NCBITaxon:224308 20120703 UniProt transferase activity, transferring alkyl or aryl (other than methyl) groups -UniProtKB P31112 hepS GO:0009234 PMID:9720033 IMP P Heptaprenyl diphosphate synthase component 1 gerC1|gerCA|hepA|BSU22760 protein NCBITaxon:224308 20120703 UniProt menaquinone biosynthetic process -UniProtKB P31112 hepS GO:0016765 PMID:6768722 IDA F Heptaprenyl diphosphate synthase component 1 gerC1|gerCA|hepA|BSU22760 protein NCBITaxon:224308 20120703 UniProt transferase activity, transferring alkyl or aryl (other than methyl) groups -UniProtKB O32266 swrAA GO:1900192 PMID:21278284 IMP P Swarming motility protein SwrAA swrA|BSU35230 protein NCBITaxon:224308 20141007 CACAO positive regulation of single-species biofilm formation +UniProtKB P54534 brxB GO:0033194 PMID:24313874 IEP P Bacilliredoxin BrxB yqiW|BSU23990 protein NCBITaxon:224308 20230804 UniProt response to hydroperoxide +UniProtKB P54534 brxB GO:0045454 PMID:24313874 IMP P Bacilliredoxin BrxB yqiW|BSU23990 protein NCBITaxon:224308 20230804 UniProt cell redox homeostasis +UniProtKB P54534 brxB GO:0033194 PMID:7961792 IMP P Bacilliredoxin BrxB yqiW|BSU23990 protein NCBITaxon:224308 20230804 UniProt response to hydroperoxide +UniProtKB P54534 brxB GO:0006979 PMID:24313874 IMP P Bacilliredoxin BrxB yqiW|BSU23990 protein NCBITaxon:224308 20230804 UniProt response to oxidative stress +UniProtKB P54534 brxB GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Bacilliredoxin BrxB yqiW|BSU23990 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB O32238 yvaP GO:0045892 PMID:20639328 EXP P Uncharacterized HTH-type transcriptional regulator YvaP BSU33680 protein NCBITaxon:224308 20170328 CollecTF negative regulation of DNA-templated transcription +UniProtKB O32238 yvaP GO:0000976 PMID:20639328 IPI RefSeq:NC_000964.3 F Uncharacterized HTH-type transcriptional regulator YvaP BSU33680 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding UniProtKB O32238 yvaP GO:0001217 PMID:20639328 IPI RefSeq:NC_000964.3 F Uncharacterized HTH-type transcriptional regulator YvaP BSU33680 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity UniProtKB O32238 yvaP GO:0032993 PMID:20639328 IPI RefSeq:NC_000964.3 C Uncharacterized HTH-type transcriptional regulator YvaP BSU33680 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB O32238 yvaP GO:0000976 PMID:20639328 IPI RefSeq:NC_000964.3 F Uncharacterized HTH-type transcriptional regulator YvaP BSU33680 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding +UniProtKB O32238 yvaP GO:0000976 PMID:20639328 IMP F Uncharacterized HTH-type transcriptional regulator YvaP BSU33680 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding UniProtKB O32238 yvaP GO:0001217 PMID:20639328 IMP F Uncharacterized HTH-type transcriptional regulator YvaP BSU33680 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity UniProtKB O32238 yvaP GO:0032993 PMID:20639328 IMP C Uncharacterized HTH-type transcriptional regulator YvaP BSU33680 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB O32238 yvaP GO:0045892 PMID:20639328 IDA P Uncharacterized HTH-type transcriptional regulator YvaP BSU33680 protein NCBITaxon:224308 20170328 CollecTF negative regulation of transcription, DNA-templated -UniProtKB O32238 yvaP GO:0000976 PMID:20639328 IMP F Uncharacterized HTH-type transcriptional regulator YvaP BSU33680 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB O32238 yvaP GO:0045892 PMID:20639328 EXP P Uncharacterized HTH-type transcriptional regulator YvaP BSU33680 protein NCBITaxon:224308 20170328 CollecTF negative regulation of transcription, DNA-templated -UniProtKB O32238 yvaP GO:0045892 PMID:20639328 IEP P Uncharacterized HTH-type transcriptional regulator YvaP BSU33680 protein NCBITaxon:224308 20170328 CollecTF negative regulation of transcription, DNA-templated +UniProtKB O32238 yvaP GO:0045892 PMID:20639328 IEP P Uncharacterized HTH-type transcriptional regulator YvaP BSU33680 protein NCBITaxon:224308 20170328 CollecTF negative regulation of DNA-templated transcription +UniProtKB O32230 smpB GO:0070930 PMID:11395451 IMP P SsrA-binding protein yvaI|BSU33600 protein NCBITaxon:224308 20150602 UniProt trans-translation-dependent protein tagging +UniProtKB O32222 csoR GO:0000976 PMID:18048925 IPI RefSeq:NC_000964.3 F Copper-sensing transcriptional repressor CsoR yvgZ|BSU33520 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding UniProtKB O32222 csoR GO:0001217 PMID:18048925 IPI RefSeq:NC_000964.3 F Copper-sensing transcriptional repressor CsoR yvgZ|BSU33520 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity UniProtKB O32222 csoR GO:0032993 PMID:18048925 IPI RefSeq:NC_000964.3 C Copper-sensing transcriptional repressor CsoR yvgZ|BSU33520 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB O32222 csoR GO:0000976 PMID:18048925 IPI RefSeq:NC_000964.3 F Copper-sensing transcriptional repressor CsoR yvgZ|BSU33520 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding UniProtKB O32208 yvgL GO:0030973 GO_REF:0000024 ISS UniProtKB:P37329 F Putative ABC transporter substrate-binding lipoprotein YvgL yvsD|BSU33380 protein NCBITaxon:224308 20180119 UniProt molybdate ion binding -UniProtKB P51834 smc GO:0005515 PMID:12065423 IPI UniProtKB:P35154 F Chromosome partition protein Smc ylqA|BSU15940 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P51834 smc GO:0005515 PMID:12065423 IPI UniProtKB:P35155 F Chromosome partition protein Smc ylqA|BSU15940 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P51834 smc GO:0005515 PMID:12100548 IPI UniProtKB:P35154 F Chromosome partition protein Smc ylqA|BSU15940 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P51834 smc GO:0005515 PMID:21630458 IPI UniProtKB:P35154 F Chromosome partition protein Smc ylqA|BSU15940 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P51834 smc GO:0005515 PMID:23353789 IPI UniProtKB:P35154 F Chromosome partition protein Smc ylqA|BSU15940 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P51834 smc GO:0042802 PMID:12100548 IPI UniProtKB:P51834 F Chromosome partition protein Smc ylqA|BSU15940 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P51834 smc GO:0042802 PMID:21630458 IPI UniProtKB:P51834 F Chromosome partition protein Smc ylqA|BSU15940 protein NCBITaxon:224308 20201128 IntAct identical protein binding +UniProtKB P51834 smc GO:0042802 PMID:12100548 IPI UniProtKB:P51834 F Chromosome partition protein Smc ylqA|BSU15940 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P51834 smc GO:0042802 PMID:21630458 IPI UniProtKB:P51834 F Chromosome partition protein Smc ylqA|BSU15940 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P51834 smc GO:0005515 PMID:12065423 IPI UniProtKB:P35154 F Chromosome partition protein Smc ylqA|BSU15940 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P51834 smc GO:0005515 PMID:12065423 IPI UniProtKB:P35155 F Chromosome partition protein Smc ylqA|BSU15940 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P51834 smc GO:0005515 PMID:12100548 IPI UniProtKB:P35154 F Chromosome partition protein Smc ylqA|BSU15940 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P51834 smc GO:0005515 PMID:21630458 IPI UniProtKB:P35154 F Chromosome partition protein Smc ylqA|BSU15940 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P51834 smc GO:0005515 PMID:23353789 IPI UniProtKB:P35154 F Chromosome partition protein Smc ylqA|BSU15940 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB P38050 pbpF GO:0005515 PMID:17427287 IPI UniProtKB:Q01466 F Penicillin-binding protein 1F ponA|BSU10110 protein NCBITaxon:224308 20120708 UniProt protein binding -UniProtKB P38022 rocR GO:0006355 PMID:7540694 IDA P Arginine utilization regulatory protein RocR BSU40350 protein NCBITaxon:224308 20120328 UniProt regulation of transcription, DNA-templated -UniProtKB P38022 rocR GO:0006525 PMID:7540694 IDA P Arginine utilization regulatory protein RocR BSU40350 protein NCBITaxon:224308 20120328 UniProt arginine metabolic process -UniProtKB P38021 rocD GO:0004587 PMID:7540694 IDA F Ornithine aminotransferase BSU40340 protein NCBITaxon:224308 20120328 UniProt ornithine-oxo-acid transaminase activity +UniProtKB P38022 rocR GO:0006355 PMID:7540694 IDA P Transcriptional activator RocR BSU40350 protein NCBITaxon:224308 20120328 UniProt regulation of DNA-templated transcription +UniProtKB P38022 rocR GO:0006525 PMID:7540694 IDA P Transcriptional activator RocR BSU40350 protein NCBITaxon:224308 20120328 UniProt arginine metabolic process +UniProtKB P38021 rocD GO:0004587 PMID:7540694 IDA F Ornithine aminotransferase BSU40340 protein NCBITaxon:224308 20120328 UniProt ornithine aminotransferase activity UniProtKB P38021 rocD GO:0006525 PMID:7540694 IDA P Ornithine aminotransferase BSU40340 protein NCBITaxon:224308 20120328 UniProt arginine metabolic process -UniProtKB O32174 gcvH GO:0009249 PMID:21338421 IMP P Glycine cleavage system H protein yusH|BSU32800 protein NCBITaxon:224308 20110523 UniProt protein lipoylation +UniProtKB P04969 rpsK GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Small ribosomal subunit protein uS11 BSU01420 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P04969 rpsK GO:0005515 PMID:33722570 IPI UniProtKB:P04969 F Small ribosomal subunit protein uS11 BSU01420 protein NCBITaxon:224308 20211226 UniProt protein binding UniProtKB O32174 gcvH GO:0009107 PMID:21338421 IMP P Glycine cleavage system H protein yusH|BSU32800 protein NCBITaxon:224308 20110816 UniProt lipoate biosynthetic process -UniProtKB O32164 sufS GO:0005515 PMID:21236255 IPI UniProtKB:O32163 F Cysteine desulfurase SufS csd|yurW|BSU32690 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O32163 sufU GO:0005515 PMID:21236255 IPI UniProtKB:O32164 F Zinc-dependent sulfurtransferase SufU iscU|nifU|yurV|BSU32680 protein NCBITaxon:224308 20201128 IntAct protein binding +UniProtKB O32174 gcvH GO:0009249 PMID:21338421 IMP P Glycine cleavage system H protein yusH|BSU32800 protein NCBITaxon:224308 20110523 UniProt protein lipoylation +UniProtKB O32164 sufS GO:0005515 PMID:21236255 IPI UniProtKB:O32163 F Cysteine desulfurase SufS csd|yurW|BSU32690 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O32163 sufU GO:0005515 PMID:21236255 IPI UniProtKB:O32164 F Zinc-dependent sulfurtransferase SufU iscU|nifU|yurV|BSU32680 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O32149 pucF GO:0000256 PMID:11344136 IDA P Allantoate amidohydrolase yurH|BSU32530 protein NCBITaxon:224308 20170228 UniProt allantoin catabolic process UniProtKB O32149 pucF GO:0008270 GO_REF:0000024 ISS UniProtKB:P77425 F Allantoate amidohydrolase yurH|BSU32530 protein NCBITaxon:224308 20170228 UniProt zinc ion binding UniProtKB O32149 pucF GO:0047652 GO_REF:0000024 ISS UniProtKB:P77425 F Allantoate amidohydrolase yurH|BSU32530 protein NCBITaxon:224308 20170228 UniProt allantoate deiminase activity -UniProtKB O32149 pucF GO:0000256 PMID:11344136 IDA P Allantoate amidohydrolase yurH|BSU32530 protein NCBITaxon:224308 20170228 UniProt allantoin catabolic process -UniProtKB O32142 pucM GO:0042802 PMID:16782815 IPI UniProtKB:O32142 F 5-hydroxyisourate hydrolase yunM|BSU32460 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB O32129 lipA GO:0009249 PMID:19820084 IGI P Lipoyl synthase yutB|BSU32330 protein NCBITaxon:224308 20110512 UniProt protein lipoylation -UniProtKB O32129 lipA GO:0009107 PMID:19820084 IGI P Lipoyl synthase yutB|BSU32330 protein NCBITaxon:224308 20110512 UniProt lipoate biosynthetic process +UniProtKB O32142 pucM GO:0042802 PMID:16782815 IPI UniProtKB:O32142 F 5-hydroxyisourate hydrolase yunM|BSU32460 protein NCBITaxon:224308 20231125 IntAct identical protein binding UniProtKB O32129 lipA GO:0016992 PMID:19820084 IGI F Lipoyl synthase yutB|BSU32330 protein NCBITaxon:224308 20110512 UniProt lipoate synthase activity +UniProtKB O32129 lipA GO:0009107 PMID:19820084 IGI P Lipoyl synthase yutB|BSU32330 protein NCBITaxon:224308 20110512 UniProt lipoate biosynthetic process +UniProtKB O32129 lipA GO:0009249 PMID:19820084 IGI P Lipoyl synthase yutB|BSU32330 protein NCBITaxon:224308 20110512 UniProt protein lipoylation UniProtKB O32123 yutH GO:0042601 PMID:15231775 IDA C Endospore coat-associated protein YutH BSU32270 protein NCBITaxon:224308 20111104 CACAO endospore-forming forespore -UniProtKB P16497 kinA GO:0005515 PMID:19040634 IPI UniProtKB:P06628 F Sporulation kinase A gsiC|scoD|spoIIF|spoIIJ|BSU13990 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P16497 kinA GO:0005515 PMID:19040634 IPI UniProtKB:Q7WY62 F Sporulation kinase A gsiC|scoD|spoIIF|spoIIJ|BSU13990 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P16497 kinA GO:0005515 PMID:21346797 IPI UniProtKB:P06628 F Sporulation kinase A gsiC|scoD|spoIIF|spoIIJ|BSU13990 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P16497 kinA GO:0042802 PMID:19040634 IPI UniProtKB:P16497 F Sporulation kinase A gsiC|scoD|spoIIF|spoIIJ|BSU13990 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P16497 kinA GO:0042802 PMID:19561131 IPI UniProtKB:P16497 F Sporulation kinase A gsiC|scoD|spoIIF|spoIIJ|BSU13990 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P16497 kinA GO:0042802 PMID:22670053 IPI UniProtKB:P16497 F Sporulation kinase A gsiC|scoD|spoIIF|spoIIJ|BSU13990 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P16497 kinA GO:0030435 PMID:16166384 IMP P Sporulation kinase A gsiC|scoD|spoIIF|spoIIJ|BSU13990 protein NCBITaxon:224308 20120414 CACAO sporulation resulting in formation of a cellular spore -UniProtKB O34693 rqcH GO:0072344 PMID:31155236 IMP P Rqc2 homolog RqcH yloA|BSU15640 protein NCBITaxon:224308 20190723 UniProt rescue of stalled ribosome -UniProtKB O34693 rqcH GO:0043023 PMID:31155236 IDA F Rqc2 homolog RqcH yloA|BSU15640 protein NCBITaxon:224308 20190723 UniProt ribosomal large subunit binding -UniProtKB O34693 rqcH GO:0000049 PMID:31155236 IDA F Rqc2 homolog RqcH yloA|BSU15640 protein NCBITaxon:224308 20190723 UniProt tRNA binding -UniProtKB O34680 ydiP GO:0008168 PMID:11751814 NAS F Probable BsuMI modification methylase subunit YdiP BSU06070 protein NCBITaxon:224308 20090916 UniProt methyltransferase activity -UniProtKB O34680 ydiP GO:0032776 PMID:11751814 IMP P Probable BsuMI modification methylase subunit YdiP BSU06070 protein NCBITaxon:224308 20090915 UniProt DNA methylation on cytosine -UniProtKB O34680 ydiP GO:0009307 PMID:11751814 IMP P Probable BsuMI modification methylase subunit YdiP BSU06070 protein NCBITaxon:224308 20090915 UniProt DNA restriction-modification system -UniProtKB O34659 cdaR GO:0045762 PMID:23192352 IDA P CdaA regulatory protein CdaR ybbR|BSU01760 protein NCBITaxon:224308 20160304 UniProt positive regulation of adenylate cyclase activity -UniProtKB O34529 pfkA GO:0005515 PMID:21803996 IPI UniProtKB:O31774 F ATP-dependent 6-phosphofructokinase pfk|BSU29190 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34527 cymR GO:0032991 PMID:18974048 IDA C HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20170124 CAFA protein-containing complex -UniProtKB O34527 cymR GO:0042803 PMID:18974048 IDA F HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20170124 CAFA protein homodimerization activity -UniProtKB O34527 cymR GO:0001046 PMID:17056751 IDA F HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20170124 CAFA core promoter sequence-specific DNA binding -UniProtKB O34527 cymR GO:0001046 PMID:18974048 IDA F HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20170124 CAFA core promoter sequence-specific DNA binding -UniProtKB O34527 cymR GO:0032993 PMID:17056751 IDA C HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20170124 CAFA protein-DNA complex -UniProtKB O34527 cymR GO:0032993 PMID:18974048 IDA C HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20170124 CAFA protein-DNA complex -UniProtKB O34527 cymR GO:0005515 PMID:18974048 IPI UniProtKB:P37887 F HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20170124 CAFA protein binding -UniProtKB O34527 cymR GO:0051291 PMID:18974048 IDA P HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20170124 CAFA protein heterooligomerization -UniProtKB O34527 cymR GO:0042802 PMID:21624051 IPI UniProtKB:O34527 F HTH-type transcriptional regulator CymR yrzC|BSU27520 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB O34514 menC GO:0009234 PMID:8566759 IGC P o-succinylbenzoate synthase ytfD|BSU30780 protein NCBITaxon:224308 20110714 UniProt menaquinone biosynthetic process -UniProtKB O34453 nos GO:0005575 GO_REF:0000015 ND C Nitric oxide synthase oxygenase yflM|BSU07630 protein NCBITaxon:224308 20061026 UniProt cellular_component -UniProtKB O34453 nos GO:0006809 PMID:11856757 IDA P Nitric oxide synthase oxygenase yflM|BSU07630 protein NCBITaxon:224308 20020531 UniProt nitric oxide biosynthetic process -UniProtKB O34453 nos GO:0004517 PMID:11856757 IDA F Nitric oxide synthase oxygenase yflM|BSU07630 protein NCBITaxon:224308 20020531 UniProt nitric-oxide synthase activity -UniProtKB O34450 nagA GO:0042803 PMID:14557261 IDA F N-acetylglucosamine-6-phosphate deacetylase BSU35010 protein NCBITaxon:224308 20120720 UniProt protein homodimerization activity -UniProtKB O34450 nagA GO:0006046 PMID:14557261 IDA P N-acetylglucosamine-6-phosphate deacetylase BSU35010 protein NCBITaxon:224308 20120720 UniProt N-acetylglucosamine catabolic process -UniProtKB O34450 nagA GO:0008448 PMID:14557261 IDA F N-acetylglucosamine-6-phosphate deacetylase BSU35010 protein NCBITaxon:224308 20120720 UniProt N-acetylglucosamine-6-phosphate deacetylase activity -UniProtKB O34450 nagA GO:0005506 PMID:14557261 IDA F N-acetylglucosamine-6-phosphate deacetylase BSU35010 protein NCBITaxon:224308 20120720 UniProt iron ion binding -UniProtKB O34425 gapB GO:0004365 GO_REF:0000024 ISS UniProtKB:P09124 F Glyceraldehyde-3-phosphate dehydrogenase 2 BSU29020 protein NCBITaxon:224308 20150707 UniProt glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity -UniProtKB O34425 gapB GO:0006094 PMID:10799476 IMP P Glyceraldehyde-3-phosphate dehydrogenase 2 BSU29020 protein NCBITaxon:224308 20150624 UniProt gluconeogenesis -UniProtKB O34425 gapB GO:0051287 GO_REF:0000024 ISS UniProtKB:P00362 F Glyceraldehyde-3-phosphate dehydrogenase 2 BSU29020 protein NCBITaxon:224308 20150707 UniProt NAD binding -UniProtKB O34425 gapB GO:0043891 PMID:10799476 IDA F Glyceraldehyde-3-phosphate dehydrogenase 2 BSU29020 protein NCBITaxon:224308 20150624 UniProt glyceraldehyde-3-phosphate dehydrogenase (NAD(P)+) (phosphorylating) activity -UniProtKB O34425 gapB GO:0050661 PMID:10799476 IDA F Glyceraldehyde-3-phosphate dehydrogenase 2 BSU29020 protein NCBITaxon:224308 20150624 UniProt NADP binding -UniProtKB P54166 ugtP GO:0005515 PMID:17662947 IPI UniProtKB:P17865 F Processive diacylglycerol beta-glucosyltransferase ypfP|BSU21920 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P54166 ugtP GO:0047228 PMID:9720862 IDA F Processive diacylglycerol beta-glucosyltransferase ypfP|BSU21920 protein NCBITaxon:224308 20131111 UniProt 1,2-diacylglycerol 3-glucosyltransferase activity -UniProtKB P54159 ypbR GO:0090529 PMID:23249255 IMP P Uncharacterized protein YpbR BSU22030 protein NCBITaxon:224308 20130305 CACAO cell septum assembly -UniProtKB P27621 tagB GO:0005515 PMID:18156271 IPI UniProtKB:P13485 F Teichoic acid glycerol-phosphate primase BSU35760 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB C0H3R4 rsoA GO:0005515 PMID:19940246 IPI UniProtKB:O34843 F Sigma-O factor regulatory protein RsoA yvrHa|BSU33222 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB C0H3R4 rsoA GO:0005515 PMID:19940246 IPI UniProtKB:P37871 F Sigma-O factor regulatory protein RsoA yvrHa|BSU33222 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P23478 addA GO:0005515 PMID:24670664 IPI UniProtKB:P23477 F ATP-dependent helicase/nuclease subunit A BSU10630 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P23477 addB GO:0005515 PMID:24670664 IPI UniProtKB:P23478 F ATP-dependent helicase/deoxyribonuclease subunit B BSU10620 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P23453 fliM GO:0044780 PMID:25313396 IMP P Flagellar motor switch protein FliM BSU16310 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P23453 fliM GO:0071978 PMID:25313396 IMP P Flagellar motor switch protein FliM BSU16310 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P23453 fliM GO:0050918 PMID:12920116 IMP P Flagellar motor switch protein FliM BSU16310 protein NCBITaxon:224308 20141123 CACAO positive chemotaxis -UniProtKB P23451 fliK GO:0044780 PMID:25313396 IMP P Probable flagellar hook-length control protein BSU16270 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P23451 fliK GO:0071978 PMID:22730131 IMP P Probable flagellar hook-length control protein BSU16270 protein NCBITaxon:224308 20130331 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P23451 fliK GO:0071978 PMID:25313396 IMP P Probable flagellar hook-length control protein BSU16270 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P23449 fliH GO:0044780 PMID:25313396 IMP P Probable flagellar assembly protein FliH BSU16230 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P23449 fliH GO:0071978 PMID:25313396 IMP P Probable flagellar assembly protein FliH BSU16230 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P23448 fliG GO:0071978 PMID:25313396 IMP P Flagellar motor switch protein FliG BSU16220 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P23448 fliG GO:0044780 PMID:25313396 IMP P Flagellar motor switch protein FliG BSU16220 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P23447 fliF GO:0071978 PMID:25313396 IMP P Flagellar M-ring protein BSU16210 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P23447 fliF GO:0044780 PMID:25313396 IMP P Flagellar M-ring protein BSU16210 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P23446 flgG GO:0044780 PMID:25313396 IMP P Flagellar basal-body rod protein FlgG flgE|BSU16290 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P23446 flgG GO:0071978 PMID:25313396 IMP P Flagellar basal-body rod protein FlgG flgE|BSU16290 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P12254 sigK GO:0005515 PMID:19805276 IPI UniProtKB:P26937 F RNA polymerase sigma-K factor cisB|spoIIIC|spoIVCB|BSU25760/BSU26390 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P50735 gudB GO:0004352 PMID:18326565 IMP F Cryptic catabolic NAD-specific glutamate dehydrogenase GudB ypcA|BSU22960 protein NCBITaxon:224308 20120515 UniProt glutamate dehydrogenase (NAD+) activity -UniProtKB P50735 gudB GO:0055114 PMID:18326565 IMP P Cryptic catabolic NAD-specific glutamate dehydrogenase GudB ypcA|BSU22960 protein NCBITaxon:224308 20120515 UniProt obsolete oxidation-reduction process -UniProtKB P50735 gudB GO:0006520 PMID:18326565 IMP P Cryptic catabolic NAD-specific glutamate dehydrogenase GudB ypcA|BSU22960 protein NCBITaxon:224308 20120515 UniProt cellular amino acid metabolic process -UniProtKB O34994 ccpN GO:0045013 PMID:15720552 IMP P Transcriptional repressor CcpN yqzB|BSU25250 protein NCBITaxon:224308 20110923 CACAO carbon catabolite repression of transcription -UniProtKB O34939 ydiO GO:0008168 PMID:11751814 NAS F Probable BsuMI modification methylase subunit YdiO BSU06060 protein NCBITaxon:224308 20090916 UniProt methyltransferase activity -UniProtKB O34939 ydiO GO:0032776 PMID:11751814 IMP P Probable BsuMI modification methylase subunit YdiO BSU06060 protein NCBITaxon:224308 20090915 UniProt DNA methylation on cytosine -UniProtKB O34939 ydiO GO:0009307 PMID:11751814 IMP P Probable BsuMI modification methylase subunit YdiO BSU06060 protein NCBITaxon:224308 20090915 UniProt DNA restriction-modification system -UniProtKB O34928 pdaA GO:0019213 PMID:15687192 IDA F Peptidoglycan-N-acetylmuramic acid deacetylase PdaA yfjS|BSU07980 protein NCBITaxon:224308 20161025 CACAO deacetylase activity -UniProtKB O34926 cypX GO:0005506 PMID:20690619 IDA F Pulcherriminic acid synthase cyp134|cypB|BSU35060 protein NCBITaxon:224308 20130618 UniProt iron ion binding -UniProtKB O34926 cypX GO:0016713 PMID:20690619 IDA F Pulcherriminic acid synthase cyp134|cypB|BSU35060 protein NCBITaxon:224308 20130618 UniProt oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced iron-sulfur protein as one donor, and incorporation of one atom of oxygen -UniProtKB O34926 cypX GO:0020037 PMID:20690619 IDA F Pulcherriminic acid synthase cyp134|cypB|BSU35060 protein NCBITaxon:224308 20130618 UniProt heme binding -UniProtKB O34926 cypX GO:0046148 PMID:20690619 IDA P Pulcherriminic acid synthase cyp134|cypB|BSU35060 protein NCBITaxon:224308 20130618 UniProt pigment biosynthetic process -UniProtKB O34919 yosS GO:0042802 PMID:15939294 IPI UniProtKB:O34919 F SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS yojU|BSU20020 protein NCBITaxon:224308 20191120 UniProt identical protein binding -UniProtKB O34919 yosS GO:0006226 PMID:15939294 IDA P SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS yojU|BSU20020 protein NCBITaxon:224308 20091127 UniProt dUMP biosynthetic process -UniProtKB O34919 yosS GO:0004170 PMID:15939294 IDA F SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS yojU|BSU20020 protein NCBITaxon:224308 20091016 UniProt dUTP diphosphatase activity -UniProtKB O34919 yosS GO:0046081 PMID:15939294 IDA P SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS yojU|BSU20020 protein NCBITaxon:224308 20091127 UniProt dUTP catabolic process -UniProtKB O34919 yosS GO:0000287 PMID:15939294 IDA F SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS yojU|BSU20020 protein NCBITaxon:224308 20091016 UniProt magnesium ion binding -UniProtKB O34919 yosS GO:0032991 PMID:15939294 IDA C SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS yojU|BSU20020 protein NCBITaxon:224308 20191120 UniProt protein-containing complex -UniProtKB O34916 ykuR GO:0009089 GO_REF:0000024 ISS UniProtKB:D5E0A1 P N-acetyldiaminopimelate deacetylase dapL|BSU14190 protein NCBITaxon:224308 20111004 UniProt lysine biosynthetic process via diaminopimelate -UniProtKB O34916 ykuR GO:0050118 PMID:5411754 IDA F N-acetyldiaminopimelate deacetylase dapL|BSU14190 protein NCBITaxon:224308 20110322 UniProt N-acetyldiaminopimelate deacetylase activity -UniProtKB O34916 ykuR GO:0019877 PMID:5411754 IDA P N-acetyldiaminopimelate deacetylase dapL|BSU14190 protein NCBITaxon:224308 20110322 UniProt diaminopimelate biosynthetic process -UniProtKB O34894 ezrA GO:0005515 PMID:16796675 IPI UniProtKB:P17865 F Septation ring formation regulator EzrA ytwP|BSU29610 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34894 ezrA GO:0005515 PMID:16796675 IPI UniProtKB:P28264 F Septation ring formation regulator EzrA ytwP|BSU29610 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34894 ezrA GO:0005515 PMID:21630458 IPI UniProtKB:P17865 F Septation ring formation regulator EzrA ytwP|BSU29610 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34894 ezrA GO:0005515 PMID:21630458 IPI UniProtKB:P28264 F Septation ring formation regulator EzrA ytwP|BSU29610 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34894 ezrA GO:0000921 PMID:10449747 IMP P Septation ring formation regulator EzrA ytwP|BSU29610 protein NCBITaxon:224308 20111105 CACAO septin ring assembly -UniProtKB O34894 ezrA GO:0051781 PMID:23249255 IMP P Septation ring formation regulator EzrA ytwP|BSU29610 protein NCBITaxon:224308 20130305 CACAO positive regulation of cell division -UniProtKB O34876 ftsX GO:0070297 PMID:18573177 IMP P Cell division protein FtsX BSU35250 protein NCBITaxon:224308 20090921 UniProt regulation of phosphorelay signal transduction system -UniProtKB O34876 ftsX GO:0008356 PMID:18573177 IGI UniProtKB:O34814 P Cell division protein FtsX BSU35250 protein NCBITaxon:224308 20090921 UniProt asymmetric cell division -UniProtKB O34876 ftsX GO:0045881 PMID:18573177 IGI UniProtKB:O34814 P Cell division protein FtsX BSU35250 protein NCBITaxon:224308 20090921 UniProt positive regulation of sporulation resulting in formation of a cellular spore -UniProtKB O34876 ftsX GO:0090529 PMID:18573177 IGI UniProtKB:O34814 P Cell division protein FtsX BSU35250 protein NCBITaxon:224308 20170515 UniProt cell septum assembly -UniProtKB O34876 ftsX GO:0005886 PMID:18573177 IDA C Cell division protein FtsX BSU35250 protein NCBITaxon:224308 20090921 UniProt plasma membrane -UniProtKB O34873 yngG GO:0004419 GO_REF:0000024 ISS UniProtKB:P35914 F Hydroxymethylglutaryl-CoA lyase YngG BSU18230 protein NCBITaxon:224308 20091106 UniProt hydroxymethylglutaryl-CoA lyase activity -UniProtKB O34873 yngG GO:0046872 GO_REF:0000024 ISS UniProtKB:P35914 F Hydroxymethylglutaryl-CoA lyase YngG BSU18230 protein NCBITaxon:224308 20091106 UniProt metal ion binding -UniProtKB O34853 spoIISA GO:0005515 PMID:21147767 IPI UniProtKB:O34800 F Stage II sporulation protein SA ykaC|BSU12830 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34844 yodB GO:0001217 PMID:17158660 IPI RefSeq:NC_000964.3 F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB O34844 yodB GO:0001217 PMID:20639328 IPI RefSeq:NC_000964.3 F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB O34844 yodB GO:0032993 PMID:17158660 IPI RefSeq:NC_000964.3 C HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB O34844 yodB GO:0032993 PMID:20639328 IPI RefSeq:NC_000964.3 C HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB O34844 yodB GO:0000976 PMID:17158660 IPI RefSeq:NC_000964.3 F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB O34844 yodB GO:0000976 PMID:20639328 IPI RefSeq:NC_000964.3 F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB O34844 yodB GO:0001217 PMID:17158660 IMP F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB O34844 yodB GO:0001217 PMID:20639328 IMP F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB O34844 yodB GO:0045892 PMID:20639328 IDA P HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF negative regulation of transcription, DNA-templated -UniProtKB O34844 yodB GO:0045892 PMID:17158660 IDA P HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF negative regulation of transcription, DNA-templated -UniProtKB O34844 yodB GO:0045892 PMID:17158660 IEP P HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF negative regulation of transcription, DNA-templated -UniProtKB O34844 yodB GO:0032993 PMID:17158660 IMP C HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB O34844 yodB GO:0032993 PMID:20639328 IMP C HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB O34844 yodB GO:0000976 PMID:17158660 IMP F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB O34844 yodB GO:0000976 PMID:20639328 IMP F HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB O34844 yodB GO:0045892 PMID:20639328 EXP P HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF negative regulation of transcription, DNA-templated -UniProtKB O34844 yodB GO:0045892 PMID:20639328 IEP P HTH-type transcriptional regulator YodB BSU19540 protein NCBITaxon:224308 20170328 CollecTF negative regulation of transcription, DNA-templated -UniProtKB O34843 sigO GO:0005515 PMID:19940246 IPI UniProtKB:C0H3R4 F RNA polymerase sigma factor SigO yvrI|BSU33230 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34840 chaA GO:0005887 PMID:23798403 IDA C Ca(2+)/H(+) antiporter ChaA yfkE|BSU07920 protein NCBITaxon:224308 20140129 UniProt integral component of plasma membrane -UniProtKB O34840 chaA GO:0070588 PMID:19543710 IDA P Ca(2+)/H(+) antiporter ChaA yfkE|BSU07920 protein NCBITaxon:224308 20140129 UniProt calcium ion transmembrane transport -UniProtKB O34840 chaA GO:0015369 PMID:19543710 IDA F Ca(2+)/H(+) antiporter ChaA yfkE|BSU07920 protein NCBITaxon:224308 20140129 UniProt calcium:proton antiporter activity -UniProtKB P13485 tagF GO:0005515 PMID:18156271 IPI UniProtKB:P27621 F Teichoic acid poly(glycerol phosphate) polymerase rodC|tag3|BSU35720 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34800 spoIISB GO:0005515 PMID:21147767 IPI UniProtKB:O34853 F Stage II sporulation protein SB BSU12820 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P45859 mmgE GO:0047547 GO_REF:0000024 ISS UniProtKB:P77243 F Citrate/2-methylcitrate dehydratase prpD|yqiP|BSU24130 protein NCBITaxon:224308 20150213 UniProt 2-methylcitrate dehydratase activity -UniProtKB P45859 mmgE GO:0019679 GO_REF:0000024 ISS UniProtKB:P77243 P Citrate/2-methylcitrate dehydratase prpD|yqiP|BSU24130 protein NCBITaxon:224308 20150213 UniProt propionate metabolic process, methylcitrate cycle -UniProtKB O34790 pcrB GO:0002094 PMID:21761520 IDA F Heptaprenylglyceryl phosphate synthase yerE|BSU06600 protein NCBITaxon:224308 20110816 UniProt polyprenyltransferase activity -UniProtKB O34790 pcrB GO:0046474 PMID:21761520 IDA P Heptaprenylglyceryl phosphate synthase yerE|BSU06600 protein NCBITaxon:224308 20110816 UniProt glycerophospholipid biosynthetic process -UniProtKB O34788 bdhA GO:0000721 PMID:18820069 IMP F (R,R)-butanediol dehydrogenase ydjL|BSU06240 protein NCBITaxon:224308 20120414 CACAO (R,R)-butanediol dehydrogenase activity -UniProtKB O34767 oxdD GO:0033609 PMID:11546787 IDA P Oxalate decarboxylase OxdD yoaN|BSU18670 protein NCBITaxon:224308 20150615 UniProt oxalate metabolic process -UniProtKB O34767 oxdD GO:0046564 PMID:11546787 IDA F Oxalate decarboxylase OxdD yoaN|BSU18670 protein NCBITaxon:224308 20150615 UniProt oxalate decarboxylase activity -UniProtKB O34757 desK GO:0005515 PMID:19805278 IPI UniProtKB:O34723 F Sensor histidine kinase DesK yocF|BSU19190 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34757 desK GO:0042802 PMID:19805278 IPI UniProtKB:O34757 F Sensor histidine kinase DesK yocF|BSU19190 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB O34757 desK GO:0004672 PMID:19805278 IDA F Sensor histidine kinase DesK yocF|BSU19190 protein NCBITaxon:224308 20151124 CACAO protein kinase activity -UniProtKB O34757 desK GO:0004721 PMID:15090506 IDA F Sensor histidine kinase DesK yocF|BSU19190 protein NCBITaxon:224308 20111004 CACAO phosphoprotein phosphatase activity -UniProtKB O34757 desK GO:0004721 PMID:19805278 IDA F Sensor histidine kinase DesK yocF|BSU19190 protein NCBITaxon:224308 20151124 CACAO phosphoprotein phosphatase activity -UniProtKB O34755 ykoT GO:0005515 PMID:21630458 IPI UniProtKB:O31501 F Uncharacterized glycosyltransferase YkoT BSU13390 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34755 ykoT GO:0005515 PMID:21630458 IPI UniProtKB:P71012 F Uncharacterized glycosyltransferase YkoT BSU13390 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34753 tagO GO:0005515 PMID:18156271 IPI UniProtKB:Q01467 F Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase yvhI|BSU35530 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O34753 tagO GO:0000287 GO_REF:0000024 ISS UniProtKB:P0AC78 F Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase yvhI|BSU35530 protein NCBITaxon:224308 20100708 UniProt magnesium ion binding -UniProtKB O34753 tagO GO:0016780 GO_REF:0000024 ISS UniProtKB:P0AC78 F Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase yvhI|BSU35530 protein NCBITaxon:224308 20100706 UniProt phosphotransferase activity, for other substituted phosphate groups -UniProtKB O34753 tagO GO:0030145 GO_REF:0000024 ISS UniProtKB:P0AC78 F Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase yvhI|BSU35530 protein NCBITaxon:224308 20100914 UniProt manganese ion binding -UniProtKB O34748 recQ GO:0043590 PMID:16385024 IDA C Probable ATP-dependent DNA helicase RecQ yocI|BSU19220 protein NCBITaxon:224308 20090519 UniProt bacterial nucleoid -UniProtKB O34723 desR GO:0005515 PMID:19805278 IPI UniProtKB:O34757 F Transcriptional regulatory protein DesR yocG|BSU19200 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P09339 citB GO:0047456 GO_REF:0000024 ISS UniProtKB:Q8ZP52 F Aconitate/2-methylaconitate hydratase BSU18000 protein NCBITaxon:224308 20150323 UniProt 2-methylisocitrate dehydratase activity -UniProtKB P09339 citB GO:0043937 PMID:9393699 IMP P Aconitate/2-methylaconitate hydratase BSU18000 protein NCBITaxon:224308 20150323 UniProt regulation of sporulation -UniProtKB P09339 citB GO:0006099 PMID:23354745 TAS P Aconitate/2-methylaconitate hydratase BSU18000 protein NCBITaxon:224308 20150323 UniProt tricarboxylic acid cycle -UniProtKB P09339 citB GO:0019679 PMID:23354745 TAS P Aconitate/2-methylaconitate hydratase BSU18000 protein NCBITaxon:224308 20150323 UniProt propionate metabolic process, methylcitrate cycle -UniProtKB P09339 citB GO:0003994 PMID:3110133 IDA F Aconitate/2-methylaconitate hydratase BSU18000 protein NCBITaxon:224308 20150323 UniProt aconitate hydratase activity -UniProtKB P09339 citB GO:0003994 PMID:23354745 IDA F Aconitate/2-methylaconitate hydratase BSU18000 protein NCBITaxon:224308 20150323 UniProt aconitate hydratase activity -UniProtKB P09339 citB GO:0003730 PMID:10468622 IDA F Aconitate/2-methylaconitate hydratase BSU18000 protein NCBITaxon:224308 20150323 UniProt mRNA 3'-UTR binding -UniProtKB P09339 citB GO:0043937 PMID:16923907 IDA P Aconitate/2-methylaconitate hydratase BSU18000 protein NCBITaxon:224308 20150323 UniProt regulation of sporulation -UniProtKB P09339 citB GO:0051539 PMID:3110133 IDA F Aconitate/2-methylaconitate hydratase BSU18000 protein NCBITaxon:224308 20150323 UniProt 4 iron, 4 sulfur cluster binding -UniProtKB P09339 citB GO:0003729 PMID:10468622 IDA F Aconitate/2-methylaconitate hydratase BSU18000 protein NCBITaxon:224308 20150323 UniProt mRNA binding -UniProtKB Q08430 kinB GO:0045881 PMID:8497199 IGI UniProtKB:P16497 P Sporulation kinase B BSU31450 protein NCBITaxon:224308 20141120 CACAO positive regulation of sporulation resulting in formation of a cellular spore -UniProtKB Q08352 ald GO:0006524 GO_REF:0000024 ISS UniProtKB:P9WQB1 P Alanine dehydrogenase spoVN|BSU31930 protein NCBITaxon:224308 20170601 UniProt alanine catabolic process -UniProtKB Q08352 ald GO:0000286 PMID:8226620 IMP F Alanine dehydrogenase spoVN|BSU31930 protein NCBITaxon:224308 20120823 UniProt alanine dehydrogenase activity -UniProtKB Q08352 ald GO:0005829 GO_REF:0000024 ISS UniProtKB:P9WQB1 C Alanine dehydrogenase spoVN|BSU31930 protein NCBITaxon:224308 20170601 UniProt cytosol -UniProtKB Q08352 ald GO:0030435 PMID:8226620 IMP P Alanine dehydrogenase spoVN|BSU31930 protein NCBITaxon:224308 20120823 UniProt sporulation resulting in formation of a cellular spore -UniProtKB P34956 qoxB GO:0016682 GO_REF:0000024 ISS UniProtKB:Q81HT3 F Quinol oxidase subunit 1 BSU38160|ipa-38d protein NCBITaxon:224308 20041006 UniProt oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor -UniProtKB P34956 qoxB GO:0042773 GO_REF:0000024 ISS UniProtKB:Q81HT3 P Quinol oxidase subunit 1 BSU38160|ipa-38d protein NCBITaxon:224308 20041006 UniProt ATP synthesis coupled electron transport -UniProtKB Q08312 cotZ GO:0005515 PMID:19304857 IPI UniProtKB:Q08311 F Spore coat protein Z BSU11740 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q08311 cotY GO:0005515 PMID:19304857 IPI UniProtKB:Q08312 F Spore coat protein Y BSU11750 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q08310 cotW GO:0005515 PMID:19304857 IPI UniProtKB:Q08309 F Spore coat protein W BSU11770 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q08309 cotV GO:0005515 PMID:19304857 IPI UniProtKB:Q08310 F Spore coat protein V BSU11780 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P09124 gapA GO:0006096 PMID:10799476 IMP P Glyceraldehyde-3-phosphate dehydrogenase 1 gap|BSU33940 protein NCBITaxon:224308 20150624 UniProt glycolytic process -UniProtKB P09124 gapA GO:0004365 PMID:10799476 IDA F Glyceraldehyde-3-phosphate dehydrogenase 1 gap|BSU33940 protein NCBITaxon:224308 20150624 UniProt glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity -UniProtKB P09124 gapA GO:0051287 PMID:10799476 IDA F Glyceraldehyde-3-phosphate dehydrogenase 1 gap|BSU33940 protein NCBITaxon:224308 20150624 UniProt NAD binding -UniProtKB P14016 cotE GO:0005515 PMID:22773792 IPI UniProtKB:P37963 F Spore coat protein E BSU17030 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P14016 cotE GO:0042802 PMID:19304857 IPI UniProtKB:P14016 F Spore coat protein E BSU17030 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB O32223 iolW GO:0070401 PMID:20133360 IDA F scyllo-inositol 2-dehydrogenase (NADP(+)) IolW yvaA|BSU33530 protein NCBITaxon:224308 20170515 UniProt NADP+ binding -UniProtKB O32223 iolW GO:0102497 PMID:28043209 IDA F scyllo-inositol 2-dehydrogenase (NADP(+)) IolW yvaA|BSU33530 protein NCBITaxon:224308 20170515 UniProt scyllo-inositol dehydrogenase (NADP+) activity -UniProtKB O32223 iolW GO:0102497 PMID:20133360 IDA F scyllo-inositol 2-dehydrogenase (NADP(+)) IolW yvaA|BSU33530 protein NCBITaxon:224308 20170515 UniProt scyllo-inositol dehydrogenase (NADP+) activity -UniProtKB O32223 iolW GO:0070402 PMID:20133360 IDA F scyllo-inositol 2-dehydrogenase (NADP(+)) IolW yvaA|BSU33530 protein NCBITaxon:224308 20170515 UniProt NADPH binding -UniProtKB P54304 hemW GO:0006779 PMID:10498703 IMP P Heme chaperone HemW hemN|yqeR|BSU25500 protein NCBITaxon:224308 20140226 UniProt porphyrin-containing compound biosynthetic process -UniProtKB P54304 hemW GO:0005737 GO_REF:0000024 ISS UniProtKB:Q9CGF7 C Heme chaperone HemW hemN|yqeR|BSU25500 protein NCBITaxon:224308 20140226 UniProt cytoplasm -UniProtKB P54304 hemW GO:0051539 GO_REF:0000024 ISS UniProtKB:Q9CGF7 F Heme chaperone HemW hemN|yqeR|BSU25500 protein NCBITaxon:224308 20140226 UniProt 4 iron, 4 sulfur cluster binding -UniProtKB O32230 smpB GO:0070930 PMID:11395451 IMP P SsrA-binding protein yvaI|BSU33600 protein NCBITaxon:224308 20150602 UniProt trans-translation-dependent protein tagging -UniProtKB O32241 sdpI GO:0009636 PMID:16629676 IMP P Immunity protein SdpI yvaZ|BSU33780 protein NCBITaxon:224308 20141010 UniProt response to toxic substance -UniProtKB O32241 sdpI GO:0009636 PMID:22469514 IDA P Immunity protein SdpI yvaZ|BSU33780 protein NCBITaxon:224308 20141010 UniProt response to toxic substance -UniProtKB O08394 cypD GO:0005506 GO_REF:0000024 ISS UniProtKB:P14779 F Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20160304 UniProt iron ion binding -UniProtKB O08394 cypD GO:0019395 PMID:15122913 IDA P Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20150909 UniProt fatty acid oxidation -UniProtKB O08394 cypD GO:0005504 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20150909 UniProt fatty acid binding -UniProtKB O08394 cypD GO:0016712 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20150909 UniProt oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced flavin or flavoprotein as one donor, and incorporation of one atom of oxygen -UniProtKB O08394 cypD GO:0003958 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20150909 UniProt NADPH-hemoprotein reductase activity -UniProtKB O08394 cypD GO:0010181 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20150909 UniProt FMN binding -UniProtKB O08394 cypD GO:0020037 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20150909 UniProt heme binding -UniProtKB O08394 cypD GO:0050660 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 1 cyp102A2|yetO|yfnJ|BSU07250 protein NCBITaxon:224308 20150909 UniProt flavin adenine dinucleotide binding -UniProtKB O08336 cypB GO:0005506 GO_REF:0000024 ISS UniProtKB:P14779 F Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20160304 UniProt iron ion binding -UniProtKB O08336 cypB GO:0019395 PMID:15122913 IDA P Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20150909 UniProt fatty acid oxidation -UniProtKB O08336 cypB GO:0005504 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20150909 UniProt fatty acid binding -UniProtKB O08336 cypB GO:0016712 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20150909 UniProt oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced flavin or flavoprotein as one donor, and incorporation of one atom of oxygen -UniProtKB O08336 cypB GO:0003958 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20150909 UniProt NADPH-hemoprotein reductase activity -UniProtKB O08336 cypB GO:0010181 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20150909 UniProt FMN binding -UniProtKB O08336 cypB GO:0020037 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20150909 UniProt heme binding -UniProtKB O08336 cypB GO:0050660 PMID:15122913 IDA F Bifunctional cytochrome P450/NADPH--P450 reductase 2 cyp102A3|yrhJ|BSU27160 protein NCBITaxon:224308 20150909 UniProt flavin adenine dinucleotide binding -UniProtKB P07372 spoIID GO:0005515 PMID:17376078 IPI UniProtKB:P37968 F Stage II sporulation protein D spoIIC|BSU36750 protein NCBITaxon:224308 20130715 UniProt protein binding -UniProtKB O35002 ctpB GO:0007165 PMID:24243021 IMP P Carboxy-terminal processing protease CtpB yvjB|BSU35240 protein NCBITaxon:224308 20140918 UniProt signal transduction -UniProtKB O35002 ctpB GO:0006518 PMID:24243021 IDA P Carboxy-terminal processing protease CtpB yvjB|BSU35240 protein NCBITaxon:224308 20140918 UniProt peptide metabolic process -UniProtKB O35002 ctpB GO:0006508 PMID:24243021 IDA P Carboxy-terminal processing protease CtpB yvjB|BSU35240 protein NCBITaxon:224308 20140918 UniProt proteolysis +UniProtKB P11065 hpr GO:0006355 PMID:10383984 IMP P DNA-binding transcriptional repressor ScoC catA|scoC|BSU09990 protein NCBITaxon:224308 20111115 CACAO regulation of DNA-templated transcription +UniProtKB P11065 hpr GO:0005515 PMID:25278935 IPI UniProtKB:O34483 F DNA-binding transcriptional repressor ScoC catA|scoC|BSU09990 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O32302 spxO GO:0005515 PMID:21378193 IPI UniProtKB:O31606 F Anti-adapter protein SpxO yirB|yuzO|BSU33029 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P05651 recF GO:0043590 PMID:15186413 IDA C DNA replication and repair protein RecF BSU00040 protein NCBITaxon:224308 20090528 UniProt bacterial nucleoid +UniProtKB P05651 recF GO:0006302 PMID:15186413 IMP P DNA replication and repair protein RecF BSU00040 protein NCBITaxon:224308 20090528 UniProt double-strand break repair +UniProtKB P05649 dnaN GO:0005515 PMID:16461910 IPI UniProtKB:P37542 F Beta sliding clamp dnaG|BSU00020 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P05649 dnaN GO:0005515 PMID:21630458 IPI UniProtKB:P37542 F Beta sliding clamp dnaG|BSU00020 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P05649 dnaN GO:0005515 PMID:12060778 IPI UniProtKB:P37542 F Beta sliding clamp dnaG|BSU00020 protein NCBITaxon:224308 20220829 UniProt protein binding +UniProtKB P05648 dnaA GO:0006270 PMID:2167836 IDA P Chromosomal replication initiator protein DnaA dnaH|BSU00010 protein NCBITaxon:224308 20111106 CACAO DNA replication initiation +UniProtKB P05648 dnaA GO:0042802 PMID:21630458 IPI UniProtKB:P05648 F Chromosomal replication initiator protein DnaA dnaH|BSU00010 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P05648 dnaA GO:0042802 PMID:27281207 IPI UniProtKB:P05648 F Chromosomal replication initiator protein DnaA dnaH|BSU00010 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P05648 dnaA GO:0005515 PMID:16461910 IPI UniProtKB:P37542 F Chromosomal replication initiator protein DnaA dnaH|BSU00010 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P05648 dnaA GO:0005515 PMID:18854156 IPI UniProtKB:P37522 F Chromosomal replication initiator protein DnaA dnaH|BSU00010 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P05648 dnaA GO:0005515 PMID:21630458 IPI UniProtKB:P37542 F Chromosomal replication initiator protein DnaA dnaH|BSU00010 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P05648 dnaA GO:1990101 PMID:35576203 IDA C Chromosomal replication initiator protein DnaA dnaH|BSU00010 protein NCBITaxon:224308 20230407 UniProt DnaA-oriC complex +UniProtKB P05648 dnaA GO:0005515 PMID:12060778 IPI UniProtKB:P37542 F Chromosomal replication initiator protein DnaA dnaH|BSU00010 protein NCBITaxon:224308 20220829 UniProt protein binding +UniProtKB P05648 dnaA GO:0005515 PMID:35576203 IPI UniProtKB:C0SPC1 F Chromosomal replication initiator protein DnaA dnaH|BSU00010 protein NCBITaxon:224308 20220730 UniProt protein binding +UniProtKB P71086 perR GO:0000976 PMID:11532148 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P71086 perR GO:0000976 PMID:12029044 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P71086 perR GO:0000976 PMID:12180919 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P71086 perR GO:0000976 PMID:14563870 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P71086 perR GO:0000976 PMID:16166527 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P71086 perR GO:0001216 PMID:14563870 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription activator activity +UniProtKB P71086 perR GO:0001216 PMID:16166527 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription activator activity +UniProtKB P71086 perR GO:0001217 PMID:11532148 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P71086 perR GO:0001217 PMID:12029044 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P71086 perR GO:0001217 PMID:12180919 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P71086 perR GO:0001217 PMID:14563870 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P71086 perR GO:0032993 PMID:11532148 IPI RefSeq:NC_000964.3 C Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P71086 perR GO:0032993 PMID:12029044 IPI RefSeq:NC_000964.3 C Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P71086 perR GO:0032993 PMID:12180919 IPI RefSeq:NC_000964.3 C Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P71086 perR GO:0032993 PMID:14563870 IPI RefSeq:NC_000964.3 C Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P71086 perR GO:0032993 PMID:16166527 IPI RefSeq:NC_000964.3 C Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P71086 perR GO:0000976 PMID:11532148 IMP F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P71086 perR GO:0000976 PMID:14563870 IMP F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P71086 perR GO:0001216 PMID:14563870 IMP F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription activator activity +UniProtKB P71086 perR GO:0001217 PMID:11532148 IMP F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P71086 perR GO:0001217 PMID:14563870 IMP F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P71086 perR GO:0032993 PMID:11532148 IMP C Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P71086 perR GO:0032993 PMID:14563870 IMP C Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P71073 adeR GO:0006351 PMID:22797752 IMP P DNA-binding transcriptional activator AdeR yukF|BSU31920 protein NCBITaxon:224308 20120823 UniProt DNA-templated transcription +UniProtKB P71073 adeR GO:0043934 PMID:22797752 IMP P DNA-binding transcriptional activator AdeR yukF|BSU31920 protein NCBITaxon:224308 20120823 UniProt sporulation +UniProtKB P71051 yveL GO:0005515 PMID:25278935 IPI UniProtKB:P96715 F Putative tyrosine-protein kinase YveL BSU34360 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P71051 yveL GO:0005515 PMID:25374563 IPI UniProtKB:P96715 F Putative tyrosine-protein kinase YveL BSU34360 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P71044 spoIIQ GO:0042601 PMID:18077456 IMP C Stage II sporulation protein Q ywnI|BSU36550 protein NCBITaxon:224308 20111018 CACAO endospore-forming forespore +UniProtKB P71044 spoIIQ GO:0005515 PMID:21097616 IPI UniProtKB:P49785 F Stage II sporulation protein Q ywnI|BSU36550 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P71044 spoIIQ GO:0005515 PMID:22431604 IPI UniProtKB:P49785 F Stage II sporulation protein Q ywnI|BSU36550 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P71044 spoIIQ GO:0005515 PMID:22431613 IPI UniProtKB:P49785 F Stage II sporulation protein Q ywnI|BSU36550 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P71040 clsA GO:0008808 PMID:14973018 IMP F Major cardiolipin synthase ClsA ywnE|BSU36590 protein NCBITaxon:224308 20120518 UniProt cardiolipin synthase activity +UniProtKB P71040 clsA GO:0032049 PMID:14973018 IMP P Major cardiolipin synthase ClsA ywnE|BSU36590 protein NCBITaxon:224308 20120518 UniProt cardiolipin biosynthetic process +UniProtKB P71040 clsA GO:0043934 PMID:14973018 IMP P Major cardiolipin synthase ClsA ywnE|BSU36590 protein NCBITaxon:224308 20120518 UniProt sporulation +UniProtKB P71021 divIVA GO:0042802 PMID:18296522 IPI UniProtKB:P71021 F Septum site-determining protein DivIVA ylmJ|BSU15420 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P71021 divIVA GO:0042802 PMID:18363795 IPI UniProtKB:P71021 F Septum site-determining protein DivIVA ylmJ|BSU15420 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P71021 divIVA GO:0042802 PMID:20502438 IPI UniProtKB:P71021 F Septum site-determining protein DivIVA ylmJ|BSU15420 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P71021 divIVA GO:0042802 PMID:21630458 IPI UniProtKB:P71021 F Septum site-determining protein DivIVA ylmJ|BSU15420 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P71021 divIVA GO:0005515 PMID:22582279 IPI UniProtKB:O32049 F Septum site-determining protein DivIVA ylmJ|BSU15420 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P28264 ftsA GO:0016887 PMID:11298280 IDA F Cell division protein FtsA BSU15280 protein NCBITaxon:224308 20120327 CACAO ATP hydrolysis activity +UniProtKB P28264 ftsA GO:0005515 PMID:16796675 IPI UniProtKB:O34894 F Cell division protein FtsA BSU15280 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P28264 ftsA GO:0005515 PMID:16796675 IPI UniProtKB:P17865 F Cell division protein FtsA BSU15280 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P28264 ftsA GO:0005515 PMID:21630458 IPI UniProtKB:O34894 F Cell division protein FtsA BSU15280 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P28264 ftsA GO:0005515 PMID:21630458 IPI UniProtKB:P17865 F Cell division protein FtsA BSU15280 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB A3F475 recQ GO:0043138 PMID:25246477 IDA F ATP-dependent DNA helicase protein NCBITaxon:224308 20160419 CACAO 3'-5' DNA helicase activity +UniProtKB P14204 comA GO:0005515 PMID:22215984 IPI UniProtKB:P71002 F Transcriptional regulatory protein ComA comA1|comAA|BSU31680 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P24502 fliE GO:0044780 PMID:25313396 IMP P Flagellar hook-basal body complex protein FliE BSU16200 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P24502 fliE GO:0071978 PMID:25313396 IMP P Flagellar hook-basal body complex protein FliE BSU16200 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P24501 flgC GO:0044780 PMID:25313396 IMP P Flagellar basal-body rod protein FlgC BSU16190 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P24501 flgC GO:0071978 PMID:25313396 IMP P Flagellar basal-body rod protein FlgC BSU16190 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P24500 flgB GO:0044780 PMID:25313396 IMP P Flagellar basal body rod protein FlgB BSU16180 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P24500 flgB GO:0071978 PMID:25313396 IMP P Flagellar basal body rod protein FlgB BSU16180 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P24469 cccA GO:0005515 PMID:16537372 IPI UniProtKB:P35160 F Cytochrome c-550 BSU25190 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P34957 qoxA GO:0016682 GO_REF:0000024 ISS UniProtKB:Q81HT3 F Quinol oxidase subunit 2 BSU38170|ipa-37d protein NCBITaxon:224308 20041006 UniProt oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor +UniProtKB P34957 qoxA GO:0042773 GO_REF:0000024 ISS UniProtKB:Q81HT3 P Quinol oxidase subunit 2 BSU38170|ipa-37d protein NCBITaxon:224308 20041006 UniProt ATP synthesis coupled electron transport +UniProtKB P34958 qoxC GO:0016682 GO_REF:0000024 ISS UniProtKB:Q81HT3 F Quinol oxidase subunit 3 BSU38150|ipa-39d protein NCBITaxon:224308 20041006 UniProt oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor +UniProtKB P34958 qoxC GO:0042773 GO_REF:0000024 ISS UniProtKB:Q81HT3 P Quinol oxidase subunit 3 BSU38150|ipa-39d protein NCBITaxon:224308 20041006 UniProt ATP synthesis coupled electron transport +UniProtKB P34959 qoxD GO:0016682 GO_REF:0000024 ISS UniProtKB:Q81HT3 F Quinol oxidase subunit 4 BSU38140|ipa-40d protein NCBITaxon:224308 20041006 UniProt oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor +UniProtKB P34959 qoxD GO:0042773 GO_REF:0000024 ISS UniProtKB:Q81HT3 P Quinol oxidase subunit 4 BSU38140|ipa-40d protein NCBITaxon:224308 20041006 UniProt ATP synthesis coupled electron transport +UniProtKB P39153 ywlC GO:0016779 PMID:23072323 IDA F Threonylcarbamoyl-AMP synthase BSU36950|ipc-29d protein NCBITaxon:224308 20130815 UniProt nucleotidyltransferase activity +UniProtKB P39153 ywlC GO:0005524 PMID:23072323 IDA F Threonylcarbamoyl-AMP synthase BSU36950|ipc-29d protein NCBITaxon:224308 20130815 UniProt ATP binding +UniProtKB P39153 ywlC GO:0002949 PMID:23072323 IDA P Threonylcarbamoyl-AMP synthase BSU36950|ipc-29d protein NCBITaxon:224308 20130815 UniProt tRNA threonylcarbamoyladenosine modification +UniProtKB O35002 ctpB GO:0042802 PMID:24243021 IPI UniProtKB:O35002 F Carboxy-terminal processing protease CtpB yvjB|BSU35240 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB O35002 ctpB GO:0005515 PMID:24243021 IPI UniProtKB:P26936 F Carboxy-terminal processing protease CtpB yvjB|BSU35240 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O35002 ctpB GO:0008233 PMID:24243021 IDA F Carboxy-terminal processing protease CtpB yvjB|BSU35240 protein NCBITaxon:224308 20140918 UniProt peptidase activity UniProtKB O35002 ctpB GO:0030435 PMID:24243021 IDA P Carboxy-terminal processing protease CtpB yvjB|BSU35240 protein NCBITaxon:224308 20140918 UniProt sporulation resulting in formation of a cellular spore +UniProtKB O35002 ctpB GO:0006508 PMID:24243021 IDA P Carboxy-terminal processing protease CtpB yvjB|BSU35240 protein NCBITaxon:224308 20140918 UniProt proteolysis +UniProtKB O35002 ctpB GO:0006518 PMID:24243021 IDA P Carboxy-terminal processing protease CtpB yvjB|BSU35240 protein NCBITaxon:224308 20140918 UniProt peptide metabolic process UniProtKB O35002 ctpB GO:0042803 PMID:24243021 IDA F Carboxy-terminal processing protease CtpB yvjB|BSU35240 protein NCBITaxon:224308 20140918 UniProt protein homodimerization activity UniProtKB O35002 ctpB GO:0042277 PMID:24243021 IDA F Carboxy-terminal processing protease CtpB yvjB|BSU35240 protein NCBITaxon:224308 20140918 UniProt peptide binding -UniProtKB O35002 ctpB GO:0008233 PMID:24243021 IDA F Carboxy-terminal processing protease CtpB yvjB|BSU35240 protein NCBITaxon:224308 20140918 UniProt peptidase activity -UniProtKB O35002 ctpB GO:0005515 PMID:24243021 IPI UniProtKB:P26936 F Carboxy-terminal processing protease CtpB yvjB|BSU35240 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O35002 ctpB GO:0042802 PMID:24243021 IPI UniProtKB:O35002 F Carboxy-terminal processing protease CtpB yvjB|BSU35240 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P54616 fabI GO:0070417 PMID:8755892 IEP P Enoyl-[acyl-carrier-protein] reductase [NADH] FabI yjbW|BSU11720 protein NCBITaxon:224308 20110714 UniProt cellular response to cold +UniProtKB O35002 ctpB GO:0007165 PMID:24243021 IMP P Carboxy-terminal processing protease CtpB yvjB|BSU35240 protein NCBITaxon:224308 20140918 UniProt signal transduction UniProtKB P54616 fabI GO:0004318 PMID:11007778 IDA F Enoyl-[acyl-carrier-protein] reductase [NADH] FabI yjbW|BSU11720 protein NCBITaxon:224308 20110715 UniProt enoyl-[acyl-carrier-protein] reductase (NADH) activity +UniProtKB P54616 fabI GO:0070417 PMID:8755892 IEP P Enoyl-[acyl-carrier-protein] reductase [NADH] FabI yjbW|BSU11720 protein NCBITaxon:224308 20110714 UniProt cellular response to cold UniProtKB P54616 fabI GO:0030497 PMID:11007778 IDA P Enoyl-[acyl-carrier-protein] reductase [NADH] FabI yjbW|BSU11720 protein NCBITaxon:224308 20110715 UniProt fatty acid elongation -UniProtKB P07790 cotC GO:0005515 PMID:18065538 IPI UniProtKB:O31802 F Spore coat protein C BSU17700 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P07790 cotC GO:0005515 PMID:20023017 IPI UniProtKB:O31802 F Spore coat protein C BSU17700 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P12946 ctaA GO:0005515 PMID:15491161 IPI UniProtKB:O31652 F Heme A synthase BSU14870 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P19669 tal GO:0042802 PMID:22212631 IPI UniProtKB:P19669 F Transaldolase ywjH|BSU37110 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB Q45589 cdaA GO:0005887 PMID:26240071 IDA C Cyclic di-AMP synthase CdaA ybbP|BSU01750 protein NCBITaxon:224308 20160304 UniProt integral component of plasma membrane -UniProtKB Q45589 cdaA GO:0004016 PMID:23192352 IDA F Cyclic di-AMP synthase CdaA ybbP|BSU01750 protein NCBITaxon:224308 20160304 UniProt adenylate cyclase activity -UniProtKB Q45493 rnjA GO:0005515 PMID:21764917 IPI UniProtKB:O31760 F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q45493 rnjA GO:0005515 PMID:21803996 IPI UniProtKB:O31774 F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q45493 rnjA GO:0005515 PMID:21893285 IPI UniProtKB:O31760 F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q45493 rnjA GO:0042802 PMID:18204464 IPI UniProtKB:Q45493 F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB Q45493 rnjA GO:0042802 PMID:21764917 IPI UniProtKB:Q45493 F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB Q45493 rnjA GO:0042802 PMID:21893285 IPI UniProtKB:Q45493 F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB Q45493 rnjA GO:0006364 PMID:19880604 IMP P Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20120120 UniProt rRNA processing +UniProtKB P07790 cotC GO:0005515 PMID:18065538 IPI UniProtKB:O31802 F Spore coat protein C BSU17700 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P07790 cotC GO:0005515 PMID:20023017 IPI UniProtKB:O31802 F Spore coat protein C BSU17700 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P54576 mcpC GO:0050918 PMID:23038252 IDA P Methyl-accepting chemotaxis protein McpC prg71|BSU13950 protein NCBITaxon:224308 20140406 CACAO positive chemotaxis +UniProtKB P54576 mcpC GO:0050918 PMID:9353924 IMP P Methyl-accepting chemotaxis protein McpC prg71|BSU13950 protein NCBITaxon:224308 20141121 CACAO positive chemotaxis +UniProtKB P54574 fur GO:0045892 PMID:9701813 IMP P Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20111106 CACAO negative regulation of DNA-templated transcription +UniProtKB P54574 fur GO:0000976 PMID:12354229 IPI RefSeq:NC_000964.3 F Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P54574 fur GO:0000976 PMID:14563870 IPI RefSeq:NC_000964.3 F Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P54574 fur GO:0001217 PMID:12354229 IPI RefSeq:NC_000964.3 F Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P54574 fur GO:0001217 PMID:14563870 IPI RefSeq:NC_000964.3 F Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P54574 fur GO:0032993 PMID:12354229 IPI RefSeq:NC_000964.3 C Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P54574 fur GO:0032993 PMID:14563870 IPI RefSeq:NC_000964.3 C Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P54574 fur GO:0045892 PMID:21873409 EXP P Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF negative regulation of DNA-templated transcription +UniProtKB P54574 fur GO:0045892 PMID:10400588 IDA P Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF negative regulation of DNA-templated transcription +UniProtKB P54574 fur GO:0045892 PMID:16672620 IDA P Ferric uptake regulation protein yqkL|BSU23520 protein NCBITaxon:224308 20170328 CollecTF negative regulation of DNA-templated transcription +UniProtKB P54571 mleN GO:0015385 PMID:10903309 IDA F Malate-2H(+)/Na(+)-lactate antiporter yqkI|BSU23560 protein NCBITaxon:224308 20151103 CACAO sodium:proton antiporter activity +UniProtKB P54548 rnz GO:0042802 PMID:16518398 IPI UniProtKB:P54548 F Ribonuclease Z yqjK|BSU23840 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P54548 rnz GO:0042802 PMID:22940585 IPI UniProtKB:P54548 F Ribonuclease Z yqjK|BSU23840 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB O34327 rapJ GO:0005515 PMID:21346797 IPI UniProtKB:P06628 F Response regulator aspartate phosphatase J ycdE|BSU02820 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34327 rapJ GO:0005515 PMID:23526881 IPI UniProtKB:P06628 F Response regulator aspartate phosphatase J ycdE|BSU02820 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O34327 rapJ GO:0005515 PMID:23526881 IPI UniProtKB:P94416 F Response regulator aspartate phosphatase J ycdE|BSU02820 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P80244 clpP GO:0004176 PMID:14763982 IMP F ATP-dependent Clp protease proteolytic subunit yvdN|BSU34540 protein NCBITaxon:224308 20111019 CACAO ATP-dependent peptidase activity +UniProtKB P80244 clpP GO:0042802 PMID:20305655 IPI UniProtKB:P80244 F ATP-dependent Clp protease proteolytic subunit yvdN|BSU34540 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P25994 pyrAB GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Carbamoyl phosphate synthase pyrimidine-specific large chain BSU15520 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P42980 mgsA GO:0008929 PMID:21992469 IDA F Methylglyoxal synthase ypjF|BSU22480 protein NCBITaxon:224308 20120414 CACAO methylglyoxal synthase activity +UniProtKB Q01463 minC GO:0032272 PMID:23577149 IDA P Septum site-determining protein MinC BSU28000 protein NCBITaxon:224308 20130426 CACAO negative regulation of protein polymerization +UniProtKB Q01463 minC GO:0005515 PMID:25374563 IPI UniProtKB:Q01464 F Septum site-determining protein MinC BSU28000 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P0CI79 thyA1 GO:0004799 PMID:9778348 IDA F Thymidylate synthase 1 BSU17680 protein NCBITaxon:224308 20160405 CACAO thymidylate synthase activity +UniProtKB P33166 tuf GO:0005515 PMID:19192185 IPI UniProtKB:Q01465 F Elongation factor Tu tufA|BSU01130 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P33166 tuf GO:0005515 PMID:20133608 IPI UniProtKB:P39751 F Elongation factor Tu tufA|BSU01130 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P33166 tuf GO:0005515 PMID:20133608 IPI UniProtKB:Q01465 F Elongation factor Tu tufA|BSU01130 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P33166 tuf GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Elongation factor Tu tufA|BSU01130 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB O07621 hemAT GO:0020037 PMID:10676961 IDA F Heme-based aerotactic transducer HemAT yhfV|BSU10380 protein NCBITaxon:224308 20020423 UniProt heme binding +UniProtKB O07621 hemAT GO:0009454 PMID:10676961 IDA P Heme-based aerotactic transducer HemAT yhfV|BSU10380 protein NCBITaxon:224308 20020423 UniProt aerotaxis +UniProtKB O07621 hemAT GO:0007165 PMID:10676961 IDA P Heme-based aerotactic transducer HemAT yhfV|BSU10380 protein NCBITaxon:224308 20020423 UniProt signal transduction +UniProtKB O07621 hemAT GO:0005575 GO_REF:0000015 ND C Heme-based aerotactic transducer HemAT yhfV|BSU10380 protein NCBITaxon:224308 20061026 UniProt cellular_component +UniProtKB O07608 lplJ GO:0017118 PMID:21338420 IDA F Lipoate-protein ligase LplJ yhfJ|BSU10250 protein NCBITaxon:224308 20110512 UniProt lipoyltransferase activity +UniProtKB O07608 lplJ GO:0016979 PMID:21338420 IDA F Lipoate-protein ligase LplJ yhfJ|BSU10250 protein NCBITaxon:224308 20110512 UniProt lipoate-protein ligase activity +UniProtKB O07608 lplJ GO:0009249 PMID:21338420 IDA P Lipoate-protein ligase LplJ yhfJ|BSU10250 protein NCBITaxon:224308 20110512 UniProt protein lipoylation +UniProtKB P06567 dnaI GO:0005515 PMID:16796675 IPI UniProtKB:P37469 F Primosomal protein DnaI ytxA|BSU28980 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P06567 dnaI GO:0005515 PMID:19192185 IPI UniProtKB:P37469 F Primosomal protein DnaI ytxA|BSU28980 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P06567 dnaI GO:0005515 PMID:21630458 IPI UniProtKB:P37469 F Primosomal protein DnaI ytxA|BSU28980 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q796K8 pbpH GO:0005515 PMID:17427287 IPI UniProtKB:Q01466 F Penicillin-binding protein H ykuA|BSU13980 protein NCBITaxon:224308 20120708 UniProt protein binding +UniProtKB P06534 spo0A GO:0090606 PMID:11572999 IMP P Stage 0 sporulation protein A spo0C|spo0G|BSU24220 protein NCBITaxon:224308 20121118 CACAO single-species surface biofilm formation +UniProtKB P06534 spo0A GO:0045893 PMID:18978066 IMP P Stage 0 sporulation protein A spo0C|spo0G|BSU24220 protein NCBITaxon:224308 20180320 CACAO positive regulation of DNA-templated transcription +UniProtKB P06534 spo0A GO:0090529 PMID:18573177 IGI UniProtKB:O34814 P Stage 0 sporulation protein A spo0C|spo0G|BSU24220 protein NCBITaxon:224308 20170515 UniProt cell septum assembly +UniProtKB P06534 spo0A GO:0045881 PMID:18573177 IGI UniProtKB:O34814 P Stage 0 sporulation protein A spo0C|spo0G|BSU24220 protein NCBITaxon:224308 20090921 UniProt positive regulation of sporulation resulting in formation of a cellular spore +UniProtKB P06534 spo0A GO:0008356 PMID:18573177 IGI UniProtKB:O34814 P Stage 0 sporulation protein A spo0C|spo0G|BSU24220 protein NCBITaxon:224308 20090921 UniProt asymmetric cell division +UniProtKB P06533 sinR GO:0045892 PMID:18978066 IMP P HTH-type transcriptional regulator SinR flaD|sin|BSU24610 protein NCBITaxon:224308 20180320 CACAO negative regulation of DNA-templated transcription +UniProtKB P06533 sinR GO:0010629 PMID:15661000 IMP P HTH-type transcriptional regulator SinR flaD|sin|BSU24610 protein NCBITaxon:224308 20111115 CACAO negative regulation of gene expression +UniProtKB P26937 spoIVFB GO:0005515 PMID:19805276 IPI UniProtKB:P12254 F Stage IV sporulation protein FB bofB|BSU27970 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P26936 spoIVFA GO:0005515 PMID:24243021 IPI UniProtKB:O35002 F Stage IV sporulation protein FA bofB|BSU27980 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O06995 yvdM GO:0000287 GO_REF:0000024 ISS UniProtKB:P71447 F Beta-phosphoglucomutase BSU34550 protein NCBITaxon:224308 20120419 UniProt magnesium ion binding +UniProtKB O06995 yvdM GO:0008801 GO_REF:0000024 ISS UniProtKB:P71447 F Beta-phosphoglucomutase BSU34550 protein NCBITaxon:224308 20120419 UniProt beta-phosphoglucomutase activity +UniProtKB O06995 yvdM GO:0005975 GO_REF:0000024 ISS UniProtKB:P71447 P Beta-phosphoglucomutase BSU34550 protein NCBITaxon:224308 20120419 UniProt carbohydrate metabolic process +UniProtKB P26497 spo0J GO:0043590 PMID:9114058 IDA C Stage 0 sporulation protein J BSU40960 protein NCBITaxon:224308 20111106 CACAO bacterial nucleoid +UniProtKB P26497 spo0J GO:0045881 PMID:8071208 IGI UniProtKB:P37522 P Stage 0 sporulation protein J BSU40960 protein NCBITaxon:224308 20111103 CACAO positive regulation of sporulation resulting in formation of a cellular spore +UniProtKB P26497 spo0J GO:0007059 PMID:8071208 IMP P Stage 0 sporulation protein J BSU40960 protein NCBITaxon:224308 20111103 CACAO chromosome segregation +UniProtKB P46919 gpsA GO:0047952 PMID:7592341 IDA F Glycerol-3-phosphate dehydrogenase [NAD(P)+] glyC|BSU22830 protein NCBITaxon:224308 20130702 UniProt glycerol-3-phosphate dehydrogenase [NAD(P)+] activity +UniProtKB P46898 rplF GO:0005515 PMID:17981968 IPI UniProtKB:P38424 F Large ribosomal subunit protein uL6 BSU01310 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P39639 bacB GO:0016863 PMID:22483065 IDA F H2HPP isomerase ywfC|BSU37730|ipa-81d protein NCBITaxon:224308 20160414 UniProt intramolecular oxidoreductase activity, transposing C=C bonds +UniProtKB P39639 bacB GO:0016863 PMID:19776011 IDA F H2HPP isomerase ywfC|BSU37730|ipa-81d protein NCBITaxon:224308 20160414 UniProt intramolecular oxidoreductase activity, transposing C=C bonds +UniProtKB P39639 bacB GO:0005506 PMID:19776011 IDA F H2HPP isomerase ywfC|BSU37730|ipa-81d protein NCBITaxon:224308 20160414 UniProt iron ion binding +UniProtKB P39639 bacB GO:0005506 PMID:20445239 IDA F H2HPP isomerase ywfC|BSU37730|ipa-81d protein NCBITaxon:224308 20160414 UniProt iron ion binding +UniProtKB P39639 bacB GO:0017000 PMID:22765234 IDA P H2HPP isomerase ywfC|BSU37730|ipa-81d protein NCBITaxon:224308 20160414 UniProt antibiotic biosynthetic process +UniProtKB P39639 bacB GO:0050897 PMID:20445239 IDA F H2HPP isomerase ywfC|BSU37730|ipa-81d protein NCBITaxon:224308 20160414 UniProt cobalt ion binding +UniProtKB P39639 bacB GO:0050897 PMID:19776011 IDA F H2HPP isomerase ywfC|BSU37730|ipa-81d protein NCBITaxon:224308 20160414 UniProt cobalt ion binding +UniProtKB P12425 glnA GO:0006542 PMID:8093698 IMP P Glutamine synthetase BSU17460 protein NCBITaxon:224308 20111106 CACAO glutamine biosynthetic process +UniProtKB P12425 glnA GO:0005515 PMID:18195355 IPI UniProtKB:P37582 F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P12425 glnA GO:0005515 PMID:18331450 IPI UniProtKB:P37582 F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P12425 glnA GO:0005515 PMID:21435182 IPI UniProtKB:Q45666 F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P12425 glnA GO:0005515 PMID:23535029 IPI UniProtKB:Q45666 F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P12425 glnA GO:0090295 PMID:11719184 IDA P Glutamine synthetase BSU17460 protein NCBITaxon:224308 20170123 CAFA nitrogen catabolite repression of transcription +UniProtKB P12425 glnA GO:0045892 PMID:11719184 IDA P Glutamine synthetase BSU17460 protein NCBITaxon:224308 20170123 CAFA negative regulation of DNA-templated transcription +UniProtKB P12425 glnA GO:1904797 PMID:11719184 IDA P Glutamine synthetase BSU17460 protein NCBITaxon:224308 20170123 CAFA negative regulation of core promoter binding +UniProtKB P12425 glnA GO:0043562 PMID:11719184 IDA P Glutamine synthetase BSU17460 protein NCBITaxon:224308 20170123 CAFA cellular response to nitrogen levels +UniProtKB P12425 glnA GO:0070406 PMID:11719184 IDA F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20170123 CAFA glutamine binding +UniProtKB P12425 glnA GO:0140297 PMID:11719184 IPI UniProtKB:Q45666 F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20210416 CAFA DNA-binding transcription factor binding +UniProtKB P12425 glnA GO:0000287 PMID:24158439 IDA F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20221022 UniProt magnesium ion binding +UniProtKB P12425 glnA GO:0000287 PMID:25691471 IDA F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20221022 UniProt magnesium ion binding +UniProtKB P12425 glnA GO:0016595 PMID:24158439 IDA F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20230407 UniProt glutamate binding +UniProtKB P12425 glnA GO:0016595 PMID:25691471 IDA F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20230407 UniProt glutamate binding +UniProtKB P12425 glnA GO:0005524 GO_REF:0000024 ISS UniProtKB:P9WN39 F Glutamine synthetase BSU17460 protein NCBITaxon:224308 20230407 UniProt ATP binding +UniProtKB P39648 lipL GO:0016415 PMID:21338421 IDA F Octanoyl-[GcvH]:protein N-octanoyltransferase ywfL|BSU37640|ipa-90d protein NCBITaxon:224308 20110523 UniProt octanoyltransferase activity +UniProtKB P39648 lipL GO:0009107 PMID:21338421 IDA P Octanoyl-[GcvH]:protein N-octanoyltransferase ywfL|BSU37640|ipa-90d protein NCBITaxon:224308 20110523 UniProt lipoate biosynthetic process +UniProtKB P39648 lipL GO:0009249 PMID:21338421 IDA P Octanoyl-[GcvH]:protein N-octanoyltransferase ywfL|BSU37640|ipa-90d protein NCBITaxon:224308 20110523 UniProt protein lipoylation +UniProtKB P39648 lipL GO:0009107 PMID:21338420 IMP P Octanoyl-[GcvH]:protein N-octanoyltransferase ywfL|BSU37640|ipa-90d protein NCBITaxon:224308 20110523 UniProt lipoate biosynthetic process +UniProtKB P39648 lipL GO:0009249 PMID:21338420 IMP P Octanoyl-[GcvH]:protein N-octanoyltransferase ywfL|BSU37640|ipa-90d protein NCBITaxon:224308 20110523 UniProt protein lipoylation +UniProtKB P39779 codY GO:0006355 PMID:19542274 IMP P Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20111105 CACAO regulation of DNA-templated transcription +UniProtKB P39779 codY GO:0000976 PMID:15228537 IPI RefSeq:NC_000964.3 F Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P39779 codY GO:0000976 PMID:18083814 IPI RefSeq:NC_000964.3 F Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P39779 codY GO:0000976 PMID:21699902 IPI RefSeq:NC_000964.3 F Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P39779 codY GO:0001217 PMID:15228537 IPI RefSeq:NC_000964.3 F Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P39779 codY GO:0001217 PMID:18083814 IPI RefSeq:NC_000964.3 F Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P39779 codY GO:0001217 PMID:21699902 IPI RefSeq:NC_000964.3 F Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P39779 codY GO:0032993 PMID:15228537 IPI RefSeq:NC_000964.3 C Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P39779 codY GO:0032993 PMID:18083814 IPI RefSeq:NC_000964.3 C Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P39779 codY GO:0032993 PMID:21699902 IPI RefSeq:NC_000964.3 C Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P39779 codY GO:0000976 PMID:18083814 IMP F Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P39779 codY GO:0000976 PMID:21699902 IMP F Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF transcription cis-regulatory region binding +UniProtKB P39779 codY GO:0001217 PMID:18083814 IMP F Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P39779 codY GO:0001217 PMID:21699902 IMP F Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity +UniProtKB P39779 codY GO:0032993 PMID:18083814 IMP C Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P39779 codY GO:0032993 PMID:21699902 IMP C Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex +UniProtKB P39779 codY GO:0005515 PMID:22512862 IPI UniProtKB:P20429 F Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P39779 codY GO:0005515 PMID:22512862 IPI UniProtKB:P25144 F Global transcriptional regulator CodY BSU16170 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P53554 bioI GO:0009102 PMID:11368323 IDA P Biotin biosynthesis cytochrome P450 CYP107H|BSU30190 protein NCBITaxon:224308 20110819 UniProt biotin biosynthetic process +UniProtKB O07597 dat GO:0030170 GO_REF:0000024 ISS UniProtKB:P19938 F D-alanine aminotransferase yheM|BSU09670 protein NCBITaxon:224308 20060420 UniProt pyridoxal phosphate binding +UniProtKB O07597 dat GO:0046437 GO_REF:0000024 ISS UniProtKB:P19938 P D-alanine aminotransferase yheM|BSU09670 protein NCBITaxon:224308 20060420 UniProt D-amino acid biosynthetic process +UniProtKB O07597 dat GO:0019478 GO_REF:0000024 ISS UniProtKB:P19938 P D-alanine aminotransferase yheM|BSU09670 protein NCBITaxon:224308 20060420 UniProt D-amino acid catabolic process +UniProtKB O07597 dat GO:0047810 GO_REF:0000024 ISS UniProtKB:P19938 F D-alanine aminotransferase yheM|BSU09670 protein NCBITaxon:224308 20060420 UniProt D-alanine:2-oxoglutarate aminotransferase activity +UniProtKB O07580 yhdK GO:0005515 PMID:14993308 IPI UniProtKB:O07581 F Probable anti-sigma-M factor YhdK BSU09500 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O07566 ntdA GO:0008483 PMID:23586652 IDA F 3-oxo-glucose-6-phosphate:glutamate aminotransferase yhjL|BSU10550 protein NCBITaxon:224308 20131209 UniProt transaminase activity +UniProtKB O07566 ntdA GO:0030170 PMID:24097983 IDA F 3-oxo-glucose-6-phosphate:glutamate aminotransferase yhjL|BSU10550 protein NCBITaxon:224308 20131209 UniProt pyridoxal phosphate binding +UniProtKB O07566 ntdA GO:0017000 PMID:23586652 IDA P 3-oxo-glucose-6-phosphate:glutamate aminotransferase yhjL|BSU10550 protein NCBITaxon:224308 20131209 UniProt antibiotic biosynthetic process +UniProtKB O07565 ntdB GO:0016791 PMID:23586652 IDA F Kanosamine-6-phosphate phosphatase yhjK|BSU10540 protein NCBITaxon:224308 20131209 UniProt phosphatase activity +UniProtKB O07565 ntdB GO:0017000 PMID:23586652 IDA P Kanosamine-6-phosphate phosphatase yhjK|BSU10540 protein NCBITaxon:224308 20131209 UniProt antibiotic biosynthetic process +UniProtKB O07529 azr GO:0042802 PMID:19682074 IPI UniProtKB:O07529 F FMN-dependent NADPH-azoreductase yhdA|BSU09340 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB O07523 yhaP GO:0005515 PMID:21630458 IPI UniProtKB:O31501 F Uncharacterized protein YhaP BSU09900 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P06628 spo0F GO:0005515 PMID:19040634 IPI UniProtKB:P16497 F Sporulation initiation phosphotransferase F BSU37130 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P06628 spo0F GO:0005515 PMID:21346797 IPI UniProtKB:O34327 F Sporulation initiation phosphotransferase F BSU37130 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P06628 spo0F GO:0005515 PMID:21346797 IPI UniProtKB:P16497 F Sporulation initiation phosphotransferase F BSU37130 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P06628 spo0F GO:0005515 PMID:21346797 IPI UniProtKB:Q59HN8 F Sporulation initiation phosphotransferase F BSU37130 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P06628 spo0F GO:0005515 PMID:23526881 IPI UniProtKB:O34327 F Sporulation initiation phosphotransferase F BSU37130 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O07564 ntdC GO:0016616 PMID:23586652 IDA F Glucose-6-phosphate 3-dehydrogenase yhjJ|BSU10530 protein NCBITaxon:224308 20131209 UniProt oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB O07564 ntdC GO:0017000 PMID:23586652 IDA P Glucose-6-phosphate 3-dehydrogenase yhjJ|BSU10530 protein NCBITaxon:224308 20131209 UniProt antibiotic biosynthetic process +UniProtKB O07581 yhdL GO:0005515 PMID:14993308 IPI UniProtKB:O07580 F Probable anti-sigma-M factor YhdL BSU09510 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P12042 purL GO:0005524 PMID:15301530 IDA F Phosphoribosylformylglycinamidine synthase subunit PurL BSU06480 protein NCBITaxon:224308 20140612 UniProt ATP binding +UniProtKB P12042 purL GO:0004642 PMID:15301530 IDA F Phosphoribosylformylglycinamidine synthase subunit PurL BSU06480 protein NCBITaxon:224308 20140612 UniProt phosphoribosylformylglycinamidine synthase activity +UniProtKB P12042 purL GO:0006164 PMID:15301530 IDA P Phosphoribosylformylglycinamidine synthase subunit PurL BSU06480 protein NCBITaxon:224308 20140612 UniProt purine nucleotide biosynthetic process +UniProtKB P39914 brxC GO:0045454 PMID:33722570 IDA P Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20230804 UniProt cell redox homeostasis +UniProtKB P39914 brxC GO:0006979 PMID:33722570 IDA P Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20230804 UniProt response to oxidative stress +UniProtKB P39914 brxC GO:0019899 PMID:33722570 IPI UniProtKB:O34425 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt enzyme binding +UniProtKB P39914 brxC GO:0019899 PMID:33722570 IPI UniProtKB:P09124 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt enzyme binding +UniProtKB P39914 brxC GO:0019899 PMID:33722570 IPI UniProtKB:P50736 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt enzyme binding +UniProtKB P39914 brxC GO:0019899 PMID:33722570 IPI UniProtKB:O34788 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt enzyme binding +UniProtKB P39914 brxC GO:0019899 PMID:33722570 IPI UniProtKB:O31749 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt enzyme binding +UniProtKB P39914 brxC GO:0019899 PMID:33722570 IPI UniProtKB:P25993 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt enzyme binding +UniProtKB P39914 brxC GO:0019899 PMID:33722570 IPI UniProtKB:P25994 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt enzyme binding +UniProtKB P39914 brxC GO:0019899 PMID:33722570 IPI UniProtKB:P13242 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt enzyme binding +UniProtKB P39914 brxC GO:0019899 PMID:33722570 IPI UniProtKB:P25972 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt enzyme binding +UniProtKB P39914 brxC GO:0019899 PMID:33722570 IPI UniProtKB:P80886 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt enzyme binding +UniProtKB P39914 brxC GO:0019899 PMID:33722570 IPI UniProtKB:O34529 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt enzyme binding +UniProtKB P39914 brxC GO:0019899 PMID:33722570 IPI UniProtKB:O34962 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt enzyme binding +UniProtKB P39914 brxC GO:0019899 PMID:33722570 IPI UniProtKB:P54382 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt enzyme binding +UniProtKB P39914 brxC GO:0019899 PMID:33722570 IPI UniProtKB:O06491 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt enzyme binding +UniProtKB P39914 brxC GO:0005515 PMID:33722570 IPI UniProtKB:P54534 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P39914 brxC GO:0005515 PMID:33722570 IPI UniProtKB:P50863 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P39914 brxC GO:0005515 PMID:33722570 IPI UniProtKB:P08874 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P39914 brxC GO:0005515 PMID:33722570 IPI UniProtKB:P04969 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P39914 brxC GO:0005515 PMID:33722570 IPI UniProtKB:P21464 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P39914 brxC GO:0005515 PMID:33722570 IPI UniProtKB:P21472 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P39914 brxC GO:0061770 PMID:33722570 IPI UniProtKB:P33166 F Monothiol bacilliredoxin BrxC ytxJ|BSU29760|HIR78_17325 protein NCBITaxon:224308 20211226 UniProt translation elongation factor binding +UniProtKB P39813 dprA GO:1990814 PMID:23779106 IDA F DNA processing protein DprA smf|BSU16110 protein NCBITaxon:224308 20151028 CACAO DNA/DNA annealing activity +UniProtKB P39813 dprA GO:0005515 PMID:17803906 IPI UniProtKB:P16971 F DNA processing protein DprA smf|BSU16110 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P39813 dprA GO:0005515 PMID:21630458 IPI UniProtKB:P16971 F DNA processing protein DprA smf|BSU16110 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P39805 licT GO:0045893 PMID:12169607 IMP P Transcription antiterminator LicT BSU39080|N15A protein NCBITaxon:224308 20111106 CACAO positive regulation of DNA-templated transcription +UniProtKB P39802 cheW GO:0006935 PMID:8169224 IGI UniProtKB:P37599 P Chemotaxis protein CheW BSU16440 protein NCBITaxon:224308 20141123 CACAO chemotaxis +UniProtKB P39802 cheW GO:0042333 PMID:1601874 IMP P Chemotaxis protein CheW BSU16440 protein NCBITaxon:224308 20141123 CACAO chemotaxis to oxidizable substrate +UniProtKB P39793 ponA GO:0005515 PMID:17427287 IPI UniProtKB:Q01466 F Penicillin-binding protein 1A/1B BSU22320 protein NCBITaxon:224308 20120708 UniProt protein binding +UniProtKB P39792 recU GO:0006281 PMID:9642195 IMP P Holliday junction resolvase RecU prfA|yppB|BSU22310 protein NCBITaxon:224308 20110925 CACAO DNA repair +UniProtKB P39773 gpmI GO:0030145 PMID:9830105 IDA F 2,3-bisphosphoglycerate-independent phosphoglycerate mutase pgm|BSU33910 protein NCBITaxon:224308 20150515 UniProt manganese ion binding +UniProtKB P39773 gpmI GO:0043937 PMID:9830105 IDA P 2,3-bisphosphoglycerate-independent phosphoglycerate mutase pgm|BSU33910 protein NCBITaxon:224308 20150515 UniProt regulation of sporulation +UniProtKB P39773 gpmI GO:0046537 PMID:9830105 IDA F 2,3-bisphosphoglycerate-independent phosphoglycerate mutase pgm|BSU33910 protein NCBITaxon:224308 20150515 UniProt 2,3-bisphosphoglycerate-independent phosphoglycerate mutase activity +UniProtKB P39752 flhO GO:0071978 PMID:22730131 IMP P Flagellar hook-basal body complex protein FlhO yvyA|BSU36400 protein NCBITaxon:224308 20130331 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P39751 mbl GO:0005515 PMID:20133608 IPI UniProtKB:P33166 F Cell shape-determining protein Mbl BSU36410 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P39740 fliT GO:0005515 PMID:20534509 IPI UniProtKB:P39738 F Flagellar protein FliT BSU35320 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P39738 fliD GO:0005515 PMID:20534509 IPI UniProtKB:P39740 F Flagellar hook-associated protein 2 mrgB|BSU35340 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P12946 ctaA GO:0005515 PMID:15491161 IPI UniProtKB:O31652 F Heme A synthase BSU14870 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P19669 tal GO:0042802 PMID:22212631 IPI UniProtKB:P19669 F Transaldolase ywjH|BSU37110 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB O31697 ykzF GO:0005515 PMID:18840696 IPI UniProtKB:P08874 F Uncharacterized protein YkzF BSU14120 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q45493 rnjA GO:0004521 PMID:15831787 IDA F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20140502 UniProt RNA endonuclease activity +UniProtKB Q45493 rnjA GO:0004534 PMID:17512403 IDA F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20140502 UniProt 5'-3' RNA exonuclease activity UniProtKB Q45493 rnjA GO:0006364 PMID:17512403 IDA P Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20140502 UniProt rRNA processing -UniProtKB Q45493 rnjA GO:0004521 PMID:15831787 IDA F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20140502 UniProt endoribonuclease activity -UniProtKB Q45493 rnjA GO:0004534 PMID:17512403 IDA F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20140502 UniProt 5'-3' exoribonuclease activity UniProtKB Q45493 rnjA GO:0006397 PMID:15831787 IDA P Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20140502 UniProt mRNA processing -UniProtKB P19080 aroH GO:0004106 PMID:2105742 IDA F Chorismate mutase AroH BSU22690 protein NCBITaxon:224308 20111114 UniProt chorismate mutase activity -UniProtKB P19080 aroH GO:0046417 PMID:2105742 IDA P Chorismate mutase AroH BSU22690 protein NCBITaxon:224308 20111117 UniProt chorismate metabolic process -UniProtKB Q99039 degQ GO:1900192 PMID:21278284 IMP P Degradation enzyme regulation protein DegQ amyB|sacQ|BSU31720 protein NCBITaxon:224308 20141007 CACAO positive regulation of single-species biofilm formation -UniProtKB P19466 mtrB GO:0060566 PMID:7592410 IDA P Transcription attenuation protein MtrB BSU22770 protein NCBITaxon:224308 20151028 CACAO positive regulation of DNA-templated transcription, termination -UniProtKB P19466 mtrB GO:0045947 PMID:14702295 IDA P Transcription attenuation protein MtrB BSU22770 protein NCBITaxon:224308 20151028 CACAO negative regulation of translational initiation -UniProtKB P19466 mtrB GO:0045947 PMID:9098056 IDA P Transcription attenuation protein MtrB BSU22770 protein NCBITaxon:224308 20151028 CACAO negative regulation of translational initiation +UniProtKB Q45493 rnjA GO:0006364 PMID:19880604 IMP P Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20120120 UniProt rRNA processing +UniProtKB Q45493 rnjA GO:0042802 PMID:18204464 IPI UniProtKB:Q45493 F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB Q45493 rnjA GO:0042802 PMID:21764917 IPI UniProtKB:Q45493 F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB Q45493 rnjA GO:0042802 PMID:21893285 IPI UniProtKB:Q45493 F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB Q45493 rnjA GO:0005515 PMID:21764917 IPI UniProtKB:O31760 F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q45493 rnjA GO:0005515 PMID:21803996 IPI UniProtKB:O31774 F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q45493 rnjA GO:0005515 PMID:21893285 IPI UniProtKB:O31760 F Ribonuclease J1 ykqC|BSU14530 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q45666 tnrA GO:0005515 PMID:21435182 IPI UniProtKB:P12425 F HTH-type transcriptional regulator TnrA scgR|BSU13310 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q45666 tnrA GO:0005515 PMID:21435182 IPI UniProtKB:P40758 F HTH-type transcriptional regulator TnrA scgR|BSU13310 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q45666 tnrA GO:0005515 PMID:23535029 IPI UniProtKB:P12425 F HTH-type transcriptional regulator TnrA scgR|BSU13310 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q45666 tnrA GO:0005515 PMID:23535029 IPI UniProtKB:P40758 F HTH-type transcriptional regulator TnrA scgR|BSU13310 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB Q45666 tnrA GO:0001046 PMID:11719184 IMP F HTH-type transcriptional regulator TnrA scgR|BSU13310 protein NCBITaxon:224308 20170123 CAFA core promoter sequence-specific DNA binding -UniProtKB Q45666 tnrA GO:0043562 PMID:11719184 IMP P HTH-type transcriptional regulator TnrA scgR|BSU13310 protein NCBITaxon:224308 20170123 CAFA cellular response to nitrogen levels UniProtKB Q45666 tnrA GO:0090294 PMID:11719184 IMP P HTH-type transcriptional regulator TnrA scgR|BSU13310 protein NCBITaxon:224308 20170123 CAFA nitrogen catabolite activation of transcription +UniProtKB Q45666 tnrA GO:0043562 PMID:11719184 IMP P HTH-type transcriptional regulator TnrA scgR|BSU13310 protein NCBITaxon:224308 20170123 CAFA cellular response to nitrogen levels UniProtKB Q45666 tnrA GO:0005515 PMID:11719184 IPI UniProtKB:P12425 F HTH-type transcriptional regulator TnrA scgR|BSU13310 protein NCBITaxon:224308 20170123 CAFA protein binding -UniProtKB Q45666 tnrA GO:0005515 PMID:21435182 IPI UniProtKB:P12425 F HTH-type transcriptional regulator TnrA scgR|BSU13310 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q45666 tnrA GO:0005515 PMID:21435182 IPI UniProtKB:P40758 F HTH-type transcriptional regulator TnrA scgR|BSU13310 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q45666 tnrA GO:0005515 PMID:23535029 IPI UniProtKB:P12425 F HTH-type transcriptional regulator TnrA scgR|BSU13310 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q45666 tnrA GO:0005515 PMID:23535029 IPI UniProtKB:P40758 F HTH-type transcriptional regulator TnrA scgR|BSU13310 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P39813 dprA GO:0005515 PMID:17803906 IPI UniProtKB:P16971 F DNA processing protein DprA smf|BSU16110 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P39813 dprA GO:0005515 PMID:21630458 IPI UniProtKB:P16971 F DNA processing protein DprA smf|BSU16110 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P39813 dprA GO:1990814 PMID:23779106 IDA F DNA processing protein DprA smf|BSU16110 protein NCBITaxon:224308 20151028 CACAO DNA/DNA annealing activity -UniProtKB P39809 flgM GO:0016989 PMID:25313396 IMP F Negative regulator of flagellin synthesis BSU35430 protein NCBITaxon:224308 20180410 CACAO sigma factor antagonist activity -UniProtKB P39805 licT GO:0045893 PMID:12169607 IMP P Transcription antiterminator LicT BSU39080|N15A protein NCBITaxon:224308 20111106 CACAO positive regulation of transcription, DNA-templated -UniProtKB P39802 cheW GO:0042333 PMID:1601874 IMP P Chemotaxis protein CheW BSU16440 protein NCBITaxon:224308 20141123 CACAO chemotaxis to oxidizable substrate -UniProtKB P39802 cheW GO:0006935 PMID:8169224 IGI UniProtKB:P37599 P Chemotaxis protein CheW BSU16440 protein NCBITaxon:224308 20141123 CACAO chemotaxis -UniProtKB O07564 ntdC GO:0016616 PMID:23586652 IDA F Glucose-6-phosphate 3-dehydrogenase yhjJ|BSU10530 protein NCBITaxon:224308 20131209 UniProt oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB O07564 ntdC GO:0017000 PMID:23586652 IDA P Glucose-6-phosphate 3-dehydrogenase yhjJ|BSU10530 protein NCBITaxon:224308 20131209 UniProt antibiotic biosynthetic process -UniProtKB O07580 yhdK GO:0005515 PMID:14993308 IPI UniProtKB:O07581 F Probable anti-sigma-M factor YhdK BSU09500 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P12047 purB GO:0006167 PMID:8995283 IDA P Adenylosuccinate lyase purE|BSU06440 protein NCBITaxon:224308 20091230 MGI AMP biosynthetic process -UniProtKB P12047 purB GO:0004018 PMID:8995283 IDA F Adenylosuccinate lyase purE|BSU06440 protein NCBITaxon:224308 20070307 MGI N6-(1,2-dicarboxyethyl)AMP AMP-lyase (fumarate-forming) activity -UniProtKB P12042 purL GO:0004642 PMID:15301530 IDA F Phosphoribosylformylglycinamidine synthase subunit PurL BSU06480 protein NCBITaxon:224308 20140612 UniProt phosphoribosylformylglycinamidine synthase activity -UniProtKB P12042 purL GO:0006164 PMID:15301530 IDA P Phosphoribosylformylglycinamidine synthase subunit PurL BSU06480 protein NCBITaxon:224308 20140612 UniProt purine nucleotide biosynthetic process -UniProtKB P12042 purL GO:0005524 PMID:15301530 IDA F Phosphoribosylformylglycinamidine synthase subunit PurL BSU06480 protein NCBITaxon:224308 20140612 UniProt ATP binding -UniProtKB P39153 ywlC GO:0005524 PMID:23072323 IDA F Threonylcarbamoyl-AMP synthase BSU36950|ipc-29d protein NCBITaxon:224308 20130815 UniProt ATP binding -UniProtKB P39153 ywlC GO:0002949 PMID:23072323 IDA P Threonylcarbamoyl-AMP synthase BSU36950|ipc-29d protein NCBITaxon:224308 20130815 UniProt tRNA threonylcarbamoyladenosine modification -UniProtKB P39153 ywlC GO:0016779 PMID:23072323 IDA F Threonylcarbamoyl-AMP synthase BSU36950|ipc-29d protein NCBITaxon:224308 20130815 UniProt nucleotidyltransferase activity UniProtKB P39151 spoIIR GO:0005515 PMID:18378688 IPI UniProtKB:P13801 F Stage II sporulation protein R BSU36970|ipc-27d protein NCBITaxon:224308 20140320 UniProt protein binding -UniProtKB P39140 deoR GO:0042802 PMID:24863636 IPI UniProtKB:P39140 F Deoxyribonucleoside regulator yxxC|BSU39430 protein NCBITaxon:224308 20201128 IntAct identical protein binding +UniProtKB P39140 deoR GO:0042802 PMID:24863636 IPI UniProtKB:P39140 F Deoxyribonucleoside regulator yxxC|BSU39430 protein NCBITaxon:224308 20231125 IntAct identical protein binding UniProtKB P39138 rocF GO:0004053 PMID:7540694 IDA F Arginase BSU40320 protein NCBITaxon:224308 20120328 UniProt arginase activity UniProtKB P39138 rocF GO:0006525 PMID:7540694 IDA P Arginase BSU40320 protein NCBITaxon:224308 20120328 UniProt arginine metabolic process UniProtKB P39137 rocE GO:0006525 PMID:7540694 IDA P Amino-acid permease RocE BSU40330 protein NCBITaxon:224308 20120328 UniProt arginine metabolic process UniProtKB P39135 sfp GO:1900192 PMID:21278284 IMP P 4'-phosphopantetheinyl transferase Sfp lpa-8|BSU03570 protein NCBITaxon:224308 20141007 CACAO positive regulation of single-species biofilm formation -UniProtKB P39126 icd GO:0005515 PMID:24325460 IPI UniProtKB:P49814 F Isocitrate dehydrogenase [NADP] citC|BSU29130 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P39115 vmlR GO:0019843 PMID:30126986 IDA F Ribosome protection protein VmlR expZ|BSU05610 protein NCBITaxon:224308 20191118 UniProt rRNA binding -UniProtKB P39115 vmlR GO:0005524 PMID:30126986 IDA F Ribosome protection protein VmlR expZ|BSU05610 protein NCBITaxon:224308 20191118 UniProt ATP binding -UniProtKB P39115 vmlR GO:0005737 PMID:30597160 IDA C Ribosome protection protein VmlR expZ|BSU05610 protein NCBITaxon:224308 20191118 UniProt cytoplasm +UniProtKB P39126 icd GO:0005515 PMID:24325460 IPI UniProtKB:P49814 F Isocitrate dehydrogenase [NADP] citC|BSU29130 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB P39115 vmlR GO:0000049 PMID:30126986 IDA F Ribosome protection protein VmlR expZ|BSU05610 protein NCBITaxon:224308 20191118 UniProt tRNA binding +UniProtKB P39115 vmlR GO:0019843 PMID:30126986 IDA F Ribosome protection protein VmlR expZ|BSU05610 protein NCBITaxon:224308 20191118 UniProt rRNA binding UniProtKB P39115 vmlR GO:0046677 PMID:30126986 IDA P Ribosome protection protein VmlR expZ|BSU05610 protein NCBITaxon:224308 20191118 UniProt response to antibiotic +UniProtKB P39115 vmlR GO:0005524 PMID:30126986 IDA F Ribosome protection protein VmlR expZ|BSU05610 protein NCBITaxon:224308 20191118 UniProt ATP binding UniProtKB P39115 vmlR GO:0072344 PMID:30126986 IDA P Ribosome protection protein VmlR expZ|BSU05610 protein NCBITaxon:224308 20191118 UniProt rescue of stalled ribosome -UniProtKB O06995 yvdM GO:0000287 GO_REF:0000024 ISS UniProtKB:P71447 F Beta-phosphoglucomutase BSU34550 protein NCBITaxon:224308 20120419 UniProt magnesium ion binding -UniProtKB O06995 yvdM GO:0005975 GO_REF:0000024 ISS UniProtKB:P71447 P Beta-phosphoglucomutase BSU34550 protein NCBITaxon:224308 20120419 UniProt carbohydrate metabolic process -UniProtKB O06995 yvdM GO:0008801 GO_REF:0000024 ISS UniProtKB:P71447 F Beta-phosphoglucomutase BSU34550 protein NCBITaxon:224308 20120419 UniProt beta-phosphoglucomutase activity +UniProtKB P39115 vmlR GO:0005737 PMID:30597160 IDA C Ribosome protection protein VmlR expZ|BSU05610 protein NCBITaxon:224308 20191118 UniProt cytoplasm UniProtKB P39071 dhbA GO:0071281 PMID:10400588 IDA P 2,3-dihydro-2,3-dihydroxybenzoate dehydrogenase entA|BSU32000 protein NCBITaxon:224308 20170328 CollecTF cellular response to iron ion UniProtKB P39065 acuA GO:0045014 PMID:7913927 IDA P Acetoin utilization protein AcuA BSU29690 protein NCBITaxon:224308 20130423 UniProt carbon catabolite repression of transcription by glucose UniProtKB P39065 acuA GO:0009847 PMID:17322312 IEP P Acetoin utilization protein AcuA BSU29690 protein NCBITaxon:224308 20130423 UniProt spore germination -UniProtKB P39065 acuA GO:0034078 PMID:7934817 IGI UniProtKB:P39066|UniProtKB:P39067 P Acetoin utilization protein AcuA BSU29690 protein NCBITaxon:224308 20130423 UniProt butanediol catabolic process -UniProtKB P39065 acuA GO:0071311 PMID:16855235 IGI UniProtKB:P39067 P Acetoin utilization protein AcuA BSU29690 protein NCBITaxon:224308 20130423 UniProt cellular response to acetate -UniProtKB P39065 acuA GO:0071311 PMID:19136592 IGI UniProtKB:O07595|UniProtKB:P39067 P Acetoin utilization protein AcuA BSU29690 protein NCBITaxon:224308 20130423 UniProt cellular response to acetate UniProtKB P39065 acuA GO:0043894 PMID:16855235 IDA F Acetoin utilization protein AcuA BSU29690 protein NCBITaxon:224308 20130423 UniProt acetyl-CoA synthetase acetyltransferase activity UniProtKB P39065 acuA GO:0043894 PMID:18487328 IDA F Acetoin utilization protein AcuA BSU29690 protein NCBITaxon:224308 20130423 UniProt acetyl-CoA synthetase acetyltransferase activity UniProtKB P39065 acuA GO:0019152 PMID:7934817 IGI UniProtKB:P39066|UniProtKB:P39067 F Acetoin utilization protein AcuA BSU29690 protein NCBITaxon:224308 20130423 UniProt acetoin dehydrogenase activity UniProtKB P39065 acuA GO:0045150 PMID:7934817 IGI UniProtKB:P39066|UniProtKB:P39067 P Acetoin utilization protein AcuA BSU29690 protein NCBITaxon:224308 20130423 UniProt acetoin catabolic process -UniProtKB Q01960 flhF GO:0005515 PMID:22056770 IPI UniProtKB:P40742 F Flagellar biosynthesis protein FlhF BSU16400 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q01960 flhF GO:0042802 PMID:17699634 IPI UniProtKB:Q01960 F Flagellar biosynthesis protein FlhF BSU16400 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB Q01960 flhF GO:0042802 PMID:22056770 IPI UniProtKB:Q01960 F Flagellar biosynthesis protein FlhF BSU16400 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P16971 recA GO:0005515 PMID:17803906 IPI UniProtKB:P39813 F Protein RecA recE|BSU16940 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P16971 recA GO:0005515 PMID:21630458 IPI UniProtKB:P39813 F Protein RecA recE|BSU16940 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P16971 recA GO:0005515 PMID:25374563 IPI UniProtKB:P37475 F Protein RecA recE|BSU16940 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P16971 recA GO:0005515 PMID:25374563 IPI UniProtKB:P37562 F Protein RecA recE|BSU16940 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P16971 recA GO:0005515 PMID:25374563 IPI UniProtKB:P96715 F Protein RecA recE|BSU16940 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P54507 tasA GO:0042802 PMID:20080671 IPI UniProtKB:P54507 F Major biofilm matrix component cotN|yqhF|BSU24620 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB Q7WY62 sda GO:0005515 PMID:19040634 IPI UniProtKB:P16497 F Sporulation inhibitor sda BSU25690 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P54511 lipM GO:0009249 PMID:21338420 IMP P Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110512 UniProt protein lipoylation -UniProtKB P54511 lipM GO:0009249 PMID:20882995 IGI P Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110511 UniProt protein lipoylation -UniProtKB P54511 lipM GO:0009107 PMID:21338420 IMP P Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110512 UniProt lipoate biosynthetic process -UniProtKB P54511 lipM GO:0009107 PMID:20882995 IGI P Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110511 UniProt lipoate biosynthetic process -UniProtKB P54511 lipM GO:0016415 PMID:21338420 IGI UniProtKB:P60720 F Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110512 UniProt octanoyltransferase activity -UniProtKB P54511 lipM not GO:0016979 PMID:20882995 IGI F Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110511 UniProt lipoate-protein ligase activity -UniProtKB P54511 lipM GO:0016415 PMID:20882995 IDA F Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110511 UniProt octanoyltransferase activity -UniProtKB P54511 lipM GO:0006464 PMID:20882995 IDA P Octanoyltransferase LipM yqhM|BSU24530 protein NCBITaxon:224308 20110511 UniProt cellular protein modification process -UniProtKB P42410 rsbS GO:0005515 PMID:21630458 IPI UniProtKB:P42411 F RsbT antagonist protein RsbS ycxS|BSU04680 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P42410 rsbS GO:0005515 PMID:25278935 IPI UniProtKB:P42411 F RsbT antagonist protein RsbS ycxS|BSU04680 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P16655 divIB GO:0005515 PMID:18621900 IPI UniProtKB:Q07868 F Cell division protein DivIB dds|BSU15240 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P16655 divIB GO:0005515 PMID:20870765 IPI UniProtKB:Q07868 F Cell division protein DivIB dds|BSU15240 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P16655 divIB GO:0005515 PMID:21630458 IPI UniProtKB:Q07868 F Cell division protein DivIB dds|BSU15240 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P02394 rplL GO:0005515 PMID:17981968 IPI UniProtKB:P38424 F 50S ribosomal protein L7/L12 BSU01050 protein NCBITaxon:224308 20201128 IntAct protein binding +UniProtKB P39065 acuA GO:0071311 PMID:16855235 IGI UniProtKB:P39067 P Acetoin utilization protein AcuA BSU29690 protein NCBITaxon:224308 20130423 UniProt cellular response to acetate +UniProtKB P39065 acuA GO:0071311 PMID:19136592 IGI UniProtKB:O07595|UniProtKB:P39067 P Acetoin utilization protein AcuA BSU29690 protein NCBITaxon:224308 20130423 UniProt cellular response to acetate +UniProtKB P39065 acuA GO:0034078 PMID:7934817 IGI UniProtKB:P39066|UniProtKB:P39067 P Acetoin utilization protein AcuA BSU29690 protein NCBITaxon:224308 20130423 UniProt butanediol catabolic process +UniProtKB Q45589 cdaA GO:0004016 PMID:23192352 IDA F Cyclic di-AMP synthase CdaA ybbP|BSU01750 protein NCBITaxon:224308 20160304 UniProt adenylate cyclase activity +UniProtKB Q45589 cdaA GO:0005886 PMID:26240071 IDA C Cyclic di-AMP synthase CdaA ybbP|BSU01750 protein NCBITaxon:224308 20160304 UniProt plasma membrane +UniProtKB Q99039 degQ GO:1900192 PMID:21278284 IMP P Degradation enzyme regulation protein DegQ amyB|sacQ|BSU31720 protein NCBITaxon:224308 20141007 CACAO positive regulation of single-species biofilm formation +UniProtKB O34814 ftsE GO:0005886 PMID:18573177 IDA C Cell division ATP-binding protein FtsE BSU35260 protein NCBITaxon:224308 20090921 UniProt plasma membrane +UniProtKB O34814 ftsE GO:0090529 PMID:18573177 IMP P Cell division ATP-binding protein FtsE BSU35260 protein NCBITaxon:224308 20170515 UniProt cell septum assembly +UniProtKB O34814 ftsE GO:0045881 PMID:18573177 IMP P Cell division ATP-binding protein FtsE BSU35260 protein NCBITaxon:224308 20090921 UniProt positive regulation of sporulation resulting in formation of a cellular spore +UniProtKB O34814 ftsE GO:0070297 PMID:18573177 IMP P Cell division ATP-binding protein FtsE BSU35260 protein NCBITaxon:224308 20090921 UniProt regulation of phosphorelay signal transduction system +UniProtKB O34814 ftsE GO:0008356 PMID:18573177 IMP P Cell division ATP-binding protein FtsE BSU35260 protein NCBITaxon:224308 20090921 UniProt asymmetric cell division +UniProtKB P09124 gapA GO:0004365 PMID:10799476 IDA F Glyceraldehyde-3-phosphate dehydrogenase 1 gap|BSU33940 protein NCBITaxon:224308 20150624 UniProt glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity +UniProtKB P09124 gapA GO:0051287 PMID:10799476 IDA F Glyceraldehyde-3-phosphate dehydrogenase 1 gap|BSU33940 protein NCBITaxon:224308 20150624 UniProt NAD binding +UniProtKB P09124 gapA GO:0006096 PMID:10799476 IMP P Glyceraldehyde-3-phosphate dehydrogenase 1 gap|BSU33940 protein NCBITaxon:224308 20150624 UniProt glycolytic process +UniProtKB P09124 gapA GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Glyceraldehyde-3-phosphate dehydrogenase 1 gap|BSU33940 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P02394 rplL GO:0005515 PMID:17981968 IPI UniProtKB:P38424 F Large ribosomal subunit protein bL12 BSU01050 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q01467 mreD GO:0005515 PMID:18156271 IPI UniProtKB:O34753 F Rod shape-determining protein MreD rodB|BSU28010 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q01467 mreD GO:0005515 PMID:18156271 IPI UniProtKB:P42954 F Rod shape-determining protein MreD rodB|BSU28010 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB Q01467 mreD GO:0005515 PMID:17427287 IPI UniProtKB:Q01466 F Rod shape-determining protein MreD rodB|BSU28010 protein NCBITaxon:224308 20120708 UniProt protein binding -UniProtKB Q01467 mreD GO:0005515 PMID:18156271 IPI UniProtKB:O34753 F Rod shape-determining protein MreD rodB|BSU28010 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q01467 mreD GO:0005515 PMID:18156271 IPI UniProtKB:P42954 F Rod shape-determining protein MreD rodB|BSU28010 protein NCBITaxon:224308 20201128 IntAct protein binding +UniProtKB Q01466 mreC GO:0043621 PMID:17427287 IPI UniProtKB:Q01466 F Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120914 UniProt protein self-association UniProtKB Q01466 mreC GO:0005886 PMID:15745453 IDA C Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120518 UniProt plasma membrane UniProtKB Q01466 mreC GO:0005886 PMID:16101995 IDA C Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120518 UniProt plasma membrane +UniProtKB Q01466 mreC GO:0030428 PMID:15745453 IDA C Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120518 UniProt cell septum +UniProtKB Q01466 mreC GO:0030428 PMID:16101995 IDA C Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120518 UniProt cell septum UniProtKB Q01466 mreC GO:0008360 PMID:12867458 IMP P Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120518 UniProt regulation of cell shape UniProtKB Q01466 mreC GO:0008360 PMID:15745453 IMP P Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120518 UniProt regulation of cell shape UniProtKB Q01466 mreC GO:0008360 PMID:16101995 IMP P Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120518 UniProt regulation of cell shape -UniProtKB Q01466 mreC GO:0030428 PMID:15745453 IDA C Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120518 UniProt cell septum -UniProtKB Q01466 mreC GO:0030428 PMID:16101995 IDA C Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120518 UniProt cell septum UniProtKB Q01466 mreC GO:0009273 PMID:16101995 IMP P Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120518 UniProt peptidoglycan-based cell wall biogenesis UniProtKB Q01466 mreC GO:0005515 PMID:17427287 IPI UniProtKB:Q01467 F Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120518 UniProt protein binding UniProtKB Q01466 mreC GO:0005515 PMID:17427287 IPI UniProtKB:Q796K8 F Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120518 UniProt protein binding @@ -3300,1702 +3480,1511 @@ UniProtKB Q01466 mreC GO:0005515 PMID:17427287 IPI UniProtKB:P40750 F Cell shap UniProtKB Q01466 mreC GO:0005515 PMID:17427287 IPI UniProtKB:P38050 F Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120518 UniProt protein binding UniProtKB Q01466 mreC GO:0005515 PMID:17427287 IPI UniProtKB:P70997 F Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120518 UniProt protein binding UniProtKB Q01466 mreC GO:0005515 PMID:17427287 IPI UniProtKB:O32032 F Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120518 UniProt protein binding -UniProtKB Q01466 mreC GO:0043621 PMID:17427287 IPI UniProtKB:Q01466 F Cell shape-determining protein MreC BSU28020 protein NCBITaxon:224308 20120914 UniProt protein self-association -UniProtKB Q01465 mreB GO:0005515 PMID:19192185 IPI UniProtKB:P33166 F Cell shape-determining protein MreB BSU28030 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q01465 mreB GO:0005515 PMID:20133608 IPI UniProtKB:P33166 F Cell shape-determining protein MreB BSU28030 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q01464 minD GO:0005515 PMID:25374563 IPI UniProtKB:P96716 F Septum site-determining protein MinD divIVB|BSU27990 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q01464 minD GO:0005515 PMID:25374563 IPI UniProtKB:Q01463 F Septum site-determining protein MinD divIVB|BSU27990 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96722 ywqJ GO:0005515 PMID:21630458 IPI UniProtKB:O31501 F Putative ribonuclease YwqJ BSU36190 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96716 ywqD GO:0005515 PMID:25278935 IPI UniProtKB:O34483 F Tyrosine-protein kinase YwqD BSU36250 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96716 ywqD GO:0005515 PMID:25278935 IPI UniProtKB:O34507 F Tyrosine-protein kinase YwqD BSU36250 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96716 ywqD GO:0005515 PMID:25278935 IPI UniProtKB:P37562 F Tyrosine-protein kinase YwqD BSU36250 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96716 ywqD GO:0005515 PMID:25278935 IPI UniProtKB:P96715 F Tyrosine-protein kinase YwqD BSU36250 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96716 ywqD GO:0005515 PMID:25374563 IPI UniProtKB:P96715 F Tyrosine-protein kinase YwqD BSU36250 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96716 ywqD GO:0005515 PMID:25374563 IPI UniProtKB:Q01464 F Tyrosine-protein kinase YwqD BSU36250 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96715 ywqC GO:0005515 PMID:25278935 IPI UniProtKB:P71051 F Probable capsular polysaccharide biosynthesis protein YwqC BSU36260 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96715 ywqC GO:0005515 PMID:25278935 IPI UniProtKB:P96716 F Probable capsular polysaccharide biosynthesis protein YwqC BSU36260 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96715 ywqC GO:0005515 PMID:25374563 IPI UniProtKB:P16971 F Probable capsular polysaccharide biosynthesis protein YwqC BSU36260 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96715 ywqC GO:0005515 PMID:25374563 IPI UniProtKB:P71051 F Probable capsular polysaccharide biosynthesis protein YwqC BSU36260 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96715 ywqC GO:0005515 PMID:25374563 IPI UniProtKB:P96716 F Probable capsular polysaccharide biosynthesis protein YwqC BSU36260 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96706 ydgH GO:0005515 PMID:21630458 IPI UniProtKB:O31501 F Putative membrane protein YdgH BSU05650 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96706 ydgH GO:0005515 PMID:21630458 IPI UniProtKB:P45920 F Putative membrane protein YdgH BSU05650 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB C0SP99 yciB GO:0051286 PMID:20013255 IDA C Putative L,D-transpeptidase YciB BSU03350 protein NCBITaxon:224308 20151014 CACAO cell tip -UniProtKB P54471 trmK GO:0016429 PMID:18420655 IDA F tRNA (adenine(22)-N(1))-methyltransferase yqfN|BSU25180 protein NCBITaxon:224308 20110317 UniProt tRNA (adenine-N1-)-methyltransferase activity -UniProtKB P54471 trmK GO:0030488 PMID:18420655 IDA P tRNA (adenine(22)-N(1))-methyltransferase yqfN|BSU25180 protein NCBITaxon:224308 20110317 UniProt tRNA methylation -UniProtKB P49814 mdh GO:0005515 PMID:24325460 IPI UniProtKB:P39126 F Malate dehydrogenase citH|BSU29120 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96645 yddH GO:0004175 PMID:18305117 IDA F Probable endopeptidase YddH BSU04970 protein NCBITaxon:224308 20150408 CACAO endopeptidase activity -UniProtKB P96645 yddH GO:0003796 PMID:18305117 IDA F Probable endopeptidase YddH BSU04970 protein NCBITaxon:224308 20150408 CACAO lysozyme activity -UniProtKB P96642 yddE GO:0009291 PMID:19734305 IMP P Uncharacterized protein YddE BSU04940 protein NCBITaxon:224308 20130304 CACAO unidirectional conjugation +UniProtKB Q01465 mreB GO:0005515 PMID:19192185 IPI UniProtKB:P33166 F Cell shape-determining protein MreB BSU28030 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q01465 mreB GO:0005515 PMID:20133608 IPI UniProtKB:P33166 F Cell shape-determining protein MreB BSU28030 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q01464 minD GO:0005515 PMID:25374563 IPI UniProtKB:P96716 F Septum site-determining protein MinD divIVB|BSU27990 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q01464 minD GO:0005515 PMID:25374563 IPI UniProtKB:Q01463 F Septum site-determining protein MinD divIVB|BSU27990 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O05265 iolU GO:0102497 PMID:28043209 IDA F scyllo-inositol 2-dehydrogenase (NADP(+)) IolU yulF|BSU31170 protein NCBITaxon:224308 20170515 UniProt scyllo-inositol dehydrogenase (NADP+) activity +UniProtKB P96722 ywqJ GO:0005515 PMID:21630458 IPI UniProtKB:O31501 F Toxin YwqJ BSU36190 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P96718 ywqF GO:0003979 GO_REF:0000024 ISS UniProtKB:Q0P8H3 F UDP-glucose 6-dehydrogenase YwqF BSU36230 protein NCBITaxon:224308 20211122 UniProt UDP-glucose 6-dehydrogenase activity +UniProtKB P96718 ywqF GO:0051287 GO_REF:0000024 ISS UniProtKB:Q0P8H3 F UDP-glucose 6-dehydrogenase YwqF BSU36230 protein NCBITaxon:224308 20211122 UniProt NAD binding +UniProtKB P96716 ywqD GO:0005515 PMID:25278935 IPI UniProtKB:O34483 F Tyrosine-protein kinase YwqD BSU36250 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P96716 ywqD GO:0005515 PMID:25278935 IPI UniProtKB:O34507 F Tyrosine-protein kinase YwqD BSU36250 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P96716 ywqD GO:0005515 PMID:25278935 IPI UniProtKB:P37562 F Tyrosine-protein kinase YwqD BSU36250 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P96716 ywqD GO:0005515 PMID:25278935 IPI UniProtKB:P96715 F Tyrosine-protein kinase YwqD BSU36250 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P96716 ywqD GO:0005515 PMID:25374563 IPI UniProtKB:P96715 F Tyrosine-protein kinase YwqD BSU36250 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P96716 ywqD GO:0005515 PMID:25374563 IPI UniProtKB:Q01464 F Tyrosine-protein kinase YwqD BSU36250 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P96715 ywqC GO:0005515 PMID:25278935 IPI UniProtKB:P71051 F Probable capsular polysaccharide biosynthesis protein YwqC BSU36260 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P96715 ywqC GO:0005515 PMID:25278935 IPI UniProtKB:P96716 F Probable capsular polysaccharide biosynthesis protein YwqC BSU36260 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P96715 ywqC GO:0005515 PMID:25374563 IPI UniProtKB:P16971 F Probable capsular polysaccharide biosynthesis protein YwqC BSU36260 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P96715 ywqC GO:0005515 PMID:25374563 IPI UniProtKB:P71051 F Probable capsular polysaccharide biosynthesis protein YwqC BSU36260 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P96715 ywqC GO:0005515 PMID:25374563 IPI UniProtKB:P96716 F Probable capsular polysaccharide biosynthesis protein YwqC BSU36260 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P96706 ydgH GO:0005515 PMID:21630458 IPI UniProtKB:O31501 F Putative membrane protein YdgH BSU05650 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P96706 ydgH GO:0005515 PMID:21630458 IPI UniProtKB:P45920 F Putative membrane protein YdgH BSU05650 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P49814 mdh GO:0005515 PMID:24325460 IPI UniProtKB:P39126 F Malate dehydrogenase citH|BSU29120 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P96645 cwlT GO:0003796 PMID:18305117 IDA F Bifunctional muramidase/DL-endopeptidase CwlT yddH|BSU04970 protein NCBITaxon:224308 20150408 CACAO lysozyme activity +UniProtKB P96645 cwlT GO:0004175 PMID:18305117 IDA F Bifunctional muramidase/DL-endopeptidase CwlT yddH|BSU04970 protein NCBITaxon:224308 20150408 CACAO endopeptidase activity UniProtKB P96642 yddE GO:0060187 PMID:19734305 IDA C Uncharacterized protein YddE BSU04940 protein NCBITaxon:224308 20130304 CACAO cell pole -UniProtKB P96621 ndoAI GO:0042802 PMID:17416361 IPI UniProtKB:P96621 F Antitoxin EndoAI mazE|BSU04650 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P96614 cshA GO:0005515 PMID:21803996 IPI UniProtKB:O31774 F DEAD-box ATP-dependent RNA helicase CshA ydbR|BSU04580 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P96614 cshA GO:0009409 PMID:16352840 IGI UniProtKB:P54475 P DEAD-box ATP-dependent RNA helicase CshA ydbR|BSU04580 protein NCBITaxon:224308 20090306 UniProt response to cold +UniProtKB P96642 yddE GO:0009291 PMID:19734305 IMP P Uncharacterized protein YddE BSU04940 protein NCBITaxon:224308 20130304 CACAO unidirectional conjugation +UniProtKB P96621 ndoAI GO:0042802 PMID:17416361 IPI UniProtKB:P96621 F Antitoxin EndoAI mazE|BSU04650 protein NCBITaxon:224308 20231125 IntAct identical protein binding UniProtKB P96614 cshA GO:0003723 PMID:16861794 IDA F DEAD-box ATP-dependent RNA helicase CshA ydbR|BSU04580 protein NCBITaxon:224308 20090306 UniProt RNA binding UniProtKB P96614 cshA GO:0003724 PMID:16861794 IDA F DEAD-box ATP-dependent RNA helicase CshA ydbR|BSU04580 protein NCBITaxon:224308 20090306 UniProt RNA helicase activity -UniProtKB P96614 cshA GO:0010501 PMID:16861794 IDA P DEAD-box ATP-dependent RNA helicase CshA ydbR|BSU04580 protein NCBITaxon:224308 20090306 UniProt RNA secondary structure unwinding +UniProtKB P96614 cshA GO:0005524 PMID:16861794 IDA F DEAD-box ATP-dependent RNA helicase CshA ydbR|BSU04580 protein NCBITaxon:224308 20090306 UniProt ATP binding UniProtKB P96614 cshA colocalizes_with GO:0005840 PMID:16861794 IDA C DEAD-box ATP-dependent RNA helicase CshA ydbR|BSU04580 protein NCBITaxon:224308 20090306 UniProt ribosome UniProtKB P96614 cshA GO:0043590 PMID:16352840 IDA C DEAD-box ATP-dependent RNA helicase CshA ydbR|BSU04580 protein NCBITaxon:224308 20090306 UniProt bacterial nucleoid -UniProtKB P96614 cshA GO:0005524 PMID:16861794 IDA F DEAD-box ATP-dependent RNA helicase CshA ydbR|BSU04580 protein NCBITaxon:224308 20090306 UniProt ATP binding -UniProtKB P49785 spoIIIAH GO:0005515 PMID:21097616 IPI UniProtKB:P71044 F Stage III sporulation protein AH BSU24360 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P49785 spoIIIAH GO:0005515 PMID:22431604 IPI UniProtKB:P71044 F Stage III sporulation protein AH BSU24360 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P49785 spoIIIAH GO:0005515 PMID:22431613 IPI UniProtKB:P71044 F Stage III sporulation protein AH BSU24360 protein NCBITaxon:224308 20201128 IntAct protein binding +UniProtKB P96614 cshA GO:0010501 PMID:16861794 IDA P DEAD-box ATP-dependent RNA helicase CshA ydbR|BSU04580 protein NCBITaxon:224308 20090306 UniProt RNA secondary structure unwinding +UniProtKB P96614 cshA GO:0009409 PMID:16352840 IGI UniProtKB:P54475 P DEAD-box ATP-dependent RNA helicase CshA ydbR|BSU04580 protein NCBITaxon:224308 20090306 UniProt response to cold +UniProtKB P96614 cshA GO:0005515 PMID:21803996 IPI UniProtKB:O31774 F DEAD-box ATP-dependent RNA helicase CshA ydbR|BSU04580 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P96503 fliW GO:0045727 PMID:21895793 IMP P Flagellar assembly factor FliW yviF|BSU35380 protein NCBITaxon:224308 20151102 CACAO positive regulation of translation UniProtKB P96503 fliW GO:1902210 PMID:21895793 IMP P Flagellar assembly factor FliW yviF|BSU35380 protein NCBITaxon:224308 20151102 CACAO positive regulation of bacterial-type flagellum assembly -UniProtKB P96503 fliW GO:1902021 PMID:16936039 IMP P Flagellar assembly factor FliW yviF|BSU35380 protein NCBITaxon:224308 20151102 CACAO regulation of bacterial-type flagellum-dependent cell motility UniProtKB P96503 fliW GO:0071978 PMID:16936039 IMP P Flagellar assembly factor FliW yviF|BSU35380 protein NCBITaxon:224308 20151102 CACAO bacterial-type flagellum-dependent swarming motility UniProtKB P96503 fliW GO:0071978 PMID:21895793 IMP P Flagellar assembly factor FliW yviF|BSU35380 protein NCBITaxon:224308 20151102 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P96503 fliW GO:0045727 PMID:21895793 IMP P Flagellar assembly factor FliW yviF|BSU35380 protein NCBITaxon:224308 20151102 CACAO positive regulation of translation +UniProtKB P96503 fliW GO:1902021 PMID:16936039 IMP P Flagellar assembly factor FliW yviF|BSU35380 protein NCBITaxon:224308 20151102 CACAO regulation of bacterial-type flagellum-dependent cell motility UniProtKB P42971 pbpC GO:0005515 PMID:17427287 IPI UniProtKB:Q01466 F Penicillin-binding protein 3 ycsM|yzsA|BSU04140 protein NCBITaxon:224308 20120708 UniProt protein binding UniProtKB P42969 lipC GO:0016042 PMID:17220230 IDA P Spore germination lipase LipC ycsK|BSU04110 protein NCBITaxon:224308 20140406 CACAO lipid catabolic process -UniProtKB P42953 tagG GO:0005515 PMID:18156271 IPI UniProtKB:P42954 F Teichoic acid translocation permease protein TagG BSU35710 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P42920 rplC GO:2000234 PMID:19154332 IDA P 50S ribosomal protein L3 BSU01160 protein NCBITaxon:224308 20120120 UniProt positive regulation of rRNA processing -UniProtKB P71044 spoIIQ GO:0005515 PMID:21097616 IPI UniProtKB:P49785 F Stage II sporulation protein Q ywnI|BSU36550 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P71044 spoIIQ GO:0005515 PMID:22431604 IPI UniProtKB:P49785 F Stage II sporulation protein Q ywnI|BSU36550 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P71044 spoIIQ GO:0005515 PMID:22431613 IPI UniProtKB:P49785 F Stage II sporulation protein Q ywnI|BSU36550 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P71044 spoIIQ GO:0042601 PMID:18077456 IMP C Stage II sporulation protein Q ywnI|BSU36550 protein NCBITaxon:224308 20111018 CACAO endospore-forming forespore -UniProtKB P71040 clsA GO:0008808 PMID:14973018 IMP F Major cardiolipin synthase ClsA ywnE|BSU36590 protein NCBITaxon:224308 20120518 UniProt cardiolipin synthase activity -UniProtKB P71040 clsA GO:0032049 PMID:14973018 IMP P Major cardiolipin synthase ClsA ywnE|BSU36590 protein NCBITaxon:224308 20120518 UniProt cardiolipin biosynthetic process -UniProtKB P71040 clsA GO:0043934 PMID:14973018 IMP P Major cardiolipin synthase ClsA ywnE|BSU36590 protein NCBITaxon:224308 20120518 UniProt sporulation -UniProtKB P71021 divIVA GO:0005515 PMID:22582279 IPI UniProtKB:O32049 F Septum site-determining protein DivIVA ylmJ|BSU15420 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P71021 divIVA GO:0042802 PMID:18296522 IPI UniProtKB:P71021 F Septum site-determining protein DivIVA ylmJ|BSU15420 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P71021 divIVA GO:0042802 PMID:18363795 IPI UniProtKB:P71021 F Septum site-determining protein DivIVA ylmJ|BSU15420 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P71021 divIVA GO:0042802 PMID:20502438 IPI UniProtKB:P71021 F Septum site-determining protein DivIVA ylmJ|BSU15420 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P71021 divIVA GO:0042802 PMID:21630458 IPI UniProtKB:P71021 F Septum site-determining protein DivIVA ylmJ|BSU15420 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P71012 fruA GO:0005515 PMID:21630458 IPI UniProtKB:O34755 F PTS system fructose-specific EIIABC component BSU14400 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P71002 rapF GO:0005515 PMID:22215984 IPI UniProtKB:P14204 F Response regulator aspartate phosphatase F ywhJ|BSU37460 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P71002 rapF GO:0005515 PMID:22215984 IPI UniProtKB:P71001 F Response regulator aspartate phosphatase F ywhJ|BSU37460 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P71001 phrF GO:0005515 PMID:22215984 IPI UniProtKB:P71002 F Phosphatase RapF inhibitor ywhI|BSU37470 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P70994 ywhB GO:0016853 PMID:17902707 IDA F 2-hydroxymuconate tautomerase BSU37540 protein NCBITaxon:224308 20130404 UniProt isomerase activity -UniProtKB P70994 ywhB GO:0006725 PMID:17902707 IDA P 2-hydroxymuconate tautomerase BSU37540 protein NCBITaxon:224308 20130404 UniProt cellular aromatic compound metabolic process -UniProtKB O07545 yheD GO:0042601 PMID:15231775 IDA C Endospore coat-associated protein YheD BSU09770 protein NCBITaxon:224308 20111104 CACAO endospore-forming forespore -UniProtKB P24073 fliY GO:0016311 PMID:12920116 IMP P Flagellar motor switch phosphatase FliY cheD|BSU16320 protein NCBITaxon:224308 20141123 CACAO dephosphorylation -UniProtKB P24073 fliY GO:1902021 PMID:12920116 IMP P Flagellar motor switch phosphatase FliY cheD|BSU16320 protein NCBITaxon:224308 20141123 CACAO regulation of bacterial-type flagellum-dependent cell motility -UniProtKB P24073 fliY GO:0071978 PMID:25313396 IMP P Flagellar motor switch phosphatase FliY cheD|BSU16320 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P24073 fliY GO:0044780 PMID:25313396 IMP P Flagellar motor switch phosphatase FliY cheD|BSU16320 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P24073 fliY GO:0006935 PMID:12920116 IMP P Flagellar motor switch phosphatase FliY cheD|BSU16320 protein NCBITaxon:224308 20141123 CACAO chemotaxis -UniProtKB P24073 fliY GO:0004721 PMID:12920116 IDA F Flagellar motor switch phosphatase FliY cheD|BSU16320 protein NCBITaxon:224308 20111007 CACAO phosphoprotein phosphatase activity -UniProtKB A3F475 recQ GO:0043138 PMID:25246477 IDA F ATP-dependent DNA helicase protein NCBITaxon:224308 20160419 CACAO 3'-5' DNA helicase activity -UniProtKB P14204 comA GO:0005515 PMID:22215984 IPI UniProtKB:P71002 F Transcriptional regulatory protein ComA comA1|comAA|BSU31680 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P24502 fliE GO:0071978 PMID:25313396 IMP P Flagellar hook-basal body complex protein FliE BSU16200 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P24502 fliE GO:0044780 PMID:25313396 IMP P Flagellar hook-basal body complex protein FliE BSU16200 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P24501 flgC GO:0044780 PMID:25313396 IMP P Flagellar basal-body rod protein FlgC BSU16190 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P24501 flgC GO:0071978 PMID:25313396 IMP P Flagellar basal-body rod protein FlgC BSU16190 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P24500 flgB GO:0071978 PMID:25313396 IMP P Flagellar basal body rod protein FlgB BSU16180 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P24500 flgB GO:0044780 PMID:25313396 IMP P Flagellar basal body rod protein FlgB BSU16180 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P23966 menB GO:0009234 PMID:8566759 IGC P 1,4-dihydroxy-2-naphthoyl-CoA synthase BSU30800 protein NCBITaxon:224308 20110714 UniProt menaquinone biosynthetic process -UniProtKB P23966 menB GO:0008935 PMID:20643650 IDA F 1,4-dihydroxy-2-naphthoyl-CoA synthase BSU30800 protein NCBITaxon:224308 20120302 UniProt 1,4-dihydroxy-2-naphthoyl-CoA synthase activity -UniProtKB P23966 menB GO:0071890 PMID:20643650 IDA F 1,4-dihydroxy-2-naphthoyl-CoA synthase BSU30800 protein NCBITaxon:224308 20120302 UniProt bicarbonate binding -UniProtKB P24469 cccA GO:0005515 PMID:16537372 IPI UniProtKB:P35160 F Cytochrome c-550 BSU25190 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P08877 ptsH GO:0005515 PMID:21630458 IPI UniProtKB:P25144 F Phosphocarrier protein HPr BSU13900 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P08877 ptsH GO:0005515 PMID:22512862 IPI UniProtKB:P25144 F Phosphocarrier protein HPr BSU13900 protein NCBITaxon:224308 20201128 IntAct protein binding +UniProtKB P42954 tagH GO:0005515 PMID:18156271 IPI UniProtKB:P42953 F Teichoic acids export ATP-binding protein TagH BSU35700 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P42954 tagH GO:0005515 PMID:18156271 IPI UniProtKB:Q01467 F Teichoic acids export ATP-binding protein TagH BSU35700 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P42953 tagG GO:0005515 PMID:18156271 IPI UniProtKB:P42954 F Teichoic acid translocation permease protein TagG BSU35710 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P42920 rplC GO:2000234 PMID:19154332 IDA P Large ribosomal subunit protein uL3 BSU01160 protein NCBITaxon:224308 20120120 UniProt positive regulation of rRNA processing +UniProtKB P29072 cheA GO:0071978 PMID:25313396 IMP P Chemotaxis protein CheA cheN|BSU16430 protein NCBITaxon:224308 20180410 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P42182 era GO:0032297 PMID:12427945 IDA P GTPase Era bex|yqfH|BSU25290 protein NCBITaxon:224308 20120401 CACAO negative regulation of DNA-templated DNA replication initiation +UniProtKB P42182 era GO:0051781 PMID:12399511 IMP P GTPase Era bex|yqfH|BSU25290 protein NCBITaxon:224308 20120401 CACAO positive regulation of cell division +UniProtKB P42095 recO GO:0043590 PMID:15186413 IDA C DNA repair protein RecO yqfI|yqxN|BSU25280 protein NCBITaxon:224308 20090519 UniProt bacterial nucleoid +UniProtKB P42095 recO GO:0006302 PMID:15186413 IDA P DNA repair protein RecO yqfI|yqxN|BSU25280 protein NCBITaxon:224308 20090519 UniProt double-strand break repair +UniProtKB P23445 fliI GO:0044780 PMID:25313396 IMP P Flagellum-specific ATP synthase BSU16240 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P23445 fliI GO:0071978 PMID:25313396 IMP P Flagellum-specific ATP synthase BSU16240 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P23455 ylxG GO:0071978 PMID:25313396 IMP P FlaA locus uncharacterized protein YlxG BSU16280 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility UniProtKB P08877 ptsH GO:0043610 PMID:8195089 IMP P Phosphocarrier protein HPr BSU13900 protein NCBITaxon:224308 20110923 CACAO regulation of carbohydrate utilization -UniProtKB P08874 abrB GO:0005515 PMID:18840696 IPI UniProtKB:O31697 F Transition state regulatory protein AbrB cpsX|BSU00370 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P08874 abrB GO:0042802 PMID:19000822 IPI UniProtKB:P08874 F Transition state regulatory protein AbrB cpsX|BSU00370 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P08874 abrB GO:0042802 PMID:25308864 IPI UniProtKB:P08874 F Transition state regulatory protein AbrB cpsX|BSU00370 protein NCBITaxon:224308 20201128 IntAct identical protein binding +UniProtKB P08877 ptsH GO:0005515 PMID:21630458 IPI UniProtKB:P25144 F Phosphocarrier protein HPr BSU13900 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P08877 ptsH GO:0005515 PMID:22512862 IPI UniProtKB:P25144 F Phosphocarrier protein HPr BSU13900 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P08874 abrB GO:0045892 PMID:18978066 IDA P Transition state regulatory protein AbrB cpsX|BSU00370 protein NCBITaxon:224308 20180331 CACAO negative regulation of DNA-templated transcription UniProtKB P08874 abrB GO:0043937 PMID:15057450 IGI UniProtKB:P05043 P Transition state regulatory protein AbrB cpsX|BSU00370 protein NCBITaxon:224308 20111021 CACAO regulation of sporulation -UniProtKB P08874 abrB GO:0045892 PMID:18978066 IDA P Transition state regulatory protein AbrB cpsX|BSU00370 protein NCBITaxon:224308 20180331 CACAO negative regulation of transcription, DNA-templated -UniProtKB P35620 flhA GO:0005515 PMID:20534509 IPI UniProtKB:P20487 F Flagellar biosynthesis protein FlhA BSU16390 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P35620 flhA GO:0044780 PMID:25313396 IMP P Flagellar biosynthesis protein FlhA BSU16390 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P35620 flhA GO:0071978 PMID:25313396 IMP P Flagellar biosynthesis protein FlhA BSU16390 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P35538 flhB GO:0071978 PMID:25313396 IMP P Flagellar biosynthetic protein FlhB BSU16380 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P35538 flhB GO:0044780 PMID:25313396 IMP P Flagellar biosynthetic protein FlhB BSU16380 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P35537 fliR GO:0044780 PMID:25313396 IMP P Flagellar biosynthetic protein FliR BSU16370 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P35537 fliR GO:0071978 PMID:25313396 IMP P Flagellar biosynthetic protein FliR BSU16370 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P35535 fliQ GO:0071978 PMID:25313396 IMP P Flagellar biosynthetic protein FliQ BSU16360 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P35535 fliQ GO:0044780 PMID:25313396 IMP P Flagellar biosynthetic protein FliQ BSU16360 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P35528 fliP GO:0044780 PMID:25313396 IMP P Flagellar biosynthetic protein FliP cheC|BSU16350 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P35528 fliP GO:0071978 PMID:25313396 IMP P Flagellar biosynthetic protein FliP cheC|BSU16350 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P35160 resA GO:0005515 PMID:16537372 IPI UniProtKB:P24469 F Thiol-disulfide oxidoreductase ResA ypxA|BSU23150 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P35155 scpB GO:0005515 PMID:12065423 IPI UniProtKB:P35154 F Segregation and condensation protein B ypuH|BSU23210 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P35155 scpB GO:0005515 PMID:12065423 IPI UniProtKB:P51834 F Segregation and condensation protein B ypuH|BSU23210 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P35155 scpB GO:0005515 PMID:21630458 IPI UniProtKB:P35154 F Segregation and condensation protein B ypuH|BSU23210 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P35155 scpB GO:0005515 PMID:23353789 IPI UniProtKB:P35154 F Segregation and condensation protein B ypuH|BSU23210 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P35154 scpA GO:0005515 PMID:12065423 IPI UniProtKB:P35155 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P35154 scpA GO:0005515 PMID:12065423 IPI UniProtKB:P51834 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P35154 scpA GO:0005515 PMID:12100548 IPI UniProtKB:P51834 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P35154 scpA GO:0005515 PMID:21630458 IPI UniProtKB:P35155 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P35154 scpA GO:0005515 PMID:21630458 IPI UniProtKB:P51834 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P35154 scpA GO:0005515 PMID:23353789 IPI UniProtKB:P35155 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P35154 scpA GO:0005515 PMID:23353789 IPI UniProtKB:P51834 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB P35154 scpA GO:0042802 PMID:21630458 IPI UniProtKB:P35154 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20201128 IntAct identical protein binding -UniProtKB P35154 scpA GO:0042802 PMID:23353789 IPI UniProtKB:P35154 F Segregation and condensation protein A ypuG|BSU23220 protein NCBITaxon:224308 20201128 IntAct identical protein binding +UniProtKB P08874 abrB GO:0042802 PMID:19000822 IPI UniProtKB:P08874 F Transition state regulatory protein AbrB cpsX|BSU00370 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P08874 abrB GO:0042802 PMID:25308864 IPI UniProtKB:P08874 F Transition state regulatory protein AbrB cpsX|BSU00370 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P08874 abrB GO:0005515 PMID:18840696 IPI UniProtKB:O31697 F Transition state regulatory protein AbrB cpsX|BSU00370 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P08874 abrB GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Transition state regulatory protein AbrB cpsX|BSU00370 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P35160 resA GO:0005515 PMID:16537372 IPI UniProtKB:P24469 F Thiol-disulfide oxidoreductase ResA ypxA|BSU23150 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P35155 scpB GO:0005515 PMID:12065423 IPI UniProtKB:P35154 F Segregation and condensation protein B ypuH|BSU23210 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P35155 scpB GO:0005515 PMID:12065423 IPI UniProtKB:P51834 F Segregation and condensation protein B ypuH|BSU23210 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P35155 scpB GO:0005515 PMID:21630458 IPI UniProtKB:P35154 F Segregation and condensation protein B ypuH|BSU23210 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P35155 scpB GO:0005515 PMID:23353789 IPI UniProtKB:P35154 F Segregation and condensation protein B ypuH|BSU23210 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P35149 spoIVA GO:0016887 PMID:18691972 IDA F Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt ATP hydrolysis activity +UniProtKB P35149 spoIVA GO:0016887 PMID:23267091 IDA F Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt ATP hydrolysis activity +UniProtKB P35149 spoIVA GO:0051258 PMID:18691972 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt protein polymerization +UniProtKB P35149 spoIVA GO:0051258 PMID:23267091 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt protein polymerization +UniProtKB P35149 spoIVA GO:0051259 PMID:19702880 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt protein complex oligomerization UniProtKB P35149 spoIVA GO:0031160 PMID:9922240 IDA C Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt spore wall UniProtKB P35149 spoIVA GO:0031160 PMID:17427285 IDA C Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt spore wall UniProtKB P35149 spoIVA GO:0031160 PMID:18691972 IDA C Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt spore wall -UniProtKB P35149 spoIVA GO:0043934 PMID:19775244 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt sporulation -UniProtKB P35149 spoIVA GO:0043934 PMID:18691972 IMP P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt sporulation -UniProtKB P35149 spoIVA GO:0043934 PMID:23267091 IMP P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt sporulation -UniProtKB P35149 spoIVA GO:0042601 PMID:11160095 IMP C Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt endospore-forming forespore UniProtKB P35149 spoIVA GO:0042601 PMID:8936302 IDA C Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130325 UniProt endospore-forming forespore UniProtKB P35149 spoIVA GO:0042601 PMID:9922240 IDA C Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt endospore-forming forespore +UniProtKB P35149 spoIVA GO:0042244 PMID:8299942 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130325 UniProt spore wall assembly +UniProtKB P35149 spoIVA GO:0042244 PMID:9922240 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt spore wall assembly UniProtKB P35149 spoIVA GO:0042601 PMID:19775244 IDA C Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt endospore-forming forespore UniProtKB P35149 spoIVA GO:0042601 PMID:23267091 IDA C Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt endospore-forming forespore UniProtKB P35149 spoIVA GO:0042601 PMID:8299942 IDA C Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130325 UniProt endospore-forming forespore +UniProtKB P35149 spoIVA GO:0070590 PMID:1729247 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130322 UniProt spore wall biogenesis +UniProtKB P35149 spoIVA GO:0070590 PMID:8936302 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130325 UniProt spore wall biogenesis +UniProtKB P35149 spoIVA GO:0005524 PMID:18691972 IDA F Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt ATP binding +UniProtKB P35149 spoIVA GO:0005524 PMID:23267091 IDA F Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt ATP binding +UniProtKB P35149 spoIVA GO:0030435 PMID:17427285 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt sporulation resulting in formation of a cellular spore +UniProtKB P35149 spoIVA GO:0043934 PMID:19775244 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt sporulation +UniProtKB P35149 spoIVA GO:0051259 PMID:9922240 IMP P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt protein complex oligomerization UniProtKB P35149 spoIVA GO:0042244 PMID:17427285 IMP P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt spore wall assembly UniProtKB P35149 spoIVA GO:0042244 PMID:18691972 IMP P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt spore wall assembly UniProtKB P35149 spoIVA GO:0042244 PMID:23267091 IMP P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt spore wall assembly -UniProtKB P35149 spoIVA GO:0042244 PMID:8299942 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130325 UniProt spore wall assembly -UniProtKB P35149 spoIVA GO:0042244 PMID:9922240 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt spore wall assembly -UniProtKB P35149 spoIVA GO:0009847 PMID:11160095 IMP P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt spore germination -UniProtKB P35149 spoIVA GO:0030435 PMID:17427285 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt sporulation resulting in formation of a cellular spore +UniProtKB P35149 spoIVA GO:0042601 PMID:11160095 IMP C Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt endospore-forming forespore +UniProtKB P35149 spoIVA GO:0043595 PMID:11160095 IMP C Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt endospore cortex UniProtKB P35149 spoIVA GO:0070590 PMID:1729246 IMP P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130322 UniProt spore wall biogenesis UniProtKB P35149 spoIVA GO:0070590 PMID:11160095 IMP P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt spore wall biogenesis -UniProtKB P35149 spoIVA GO:0051259 PMID:19702880 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt protein complex oligomerization -UniProtKB P35149 spoIVA GO:0070590 PMID:1729247 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130322 UniProt spore wall biogenesis -UniProtKB P35149 spoIVA GO:0070590 PMID:8936302 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130325 UniProt spore wall biogenesis -UniProtKB P35149 spoIVA GO:0051258 PMID:18691972 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt protein polymerization -UniProtKB P35149 spoIVA GO:0051258 PMID:23267091 IDA P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt protein polymerization +UniProtKB P35149 spoIVA GO:0009847 PMID:11160095 IMP P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt spore germination +UniProtKB P35149 spoIVA GO:0043934 PMID:18691972 IMP P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt sporulation +UniProtKB P35149 spoIVA GO:0043934 PMID:23267091 IMP P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt sporulation UniProtKB P35149 spoIVA GO:0000270 PMID:11160095 IMP P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt peptidoglycan metabolic process -UniProtKB P35149 spoIVA GO:0051259 PMID:9922240 IMP P Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt protein complex oligomerization UniProtKB P35149 spoIVA GO:0005515 PMID:17427285 IPI UniProtKB:P37817 F Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt protein binding UniProtKB P35149 spoIVA GO:0005515 PMID:19702880 IPI UniProtKB:P37963 F Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt protein binding UniProtKB P35149 spoIVA GO:0005515 PMID:19702880 IPI UniProtKB:O32062 F Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt protein binding UniProtKB P35149 spoIVA GO:0005515 PMID:19775244 IPI UniProtKB:P37963 F Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt protein binding -UniProtKB P35149 spoIVA GO:0043595 PMID:11160095 IMP C Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt endospore cortex -UniProtKB P35149 spoIVA GO:0016887 PMID:18691972 IDA F Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt ATPase activity -UniProtKB P35149 spoIVA GO:0016887 PMID:23267091 IDA F Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt ATPase activity -UniProtKB P35149 spoIVA GO:0005524 PMID:18691972 IDA F Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130326 UniProt ATP binding -UniProtKB P35149 spoIVA GO:0005524 PMID:23267091 IDA F Stage IV sporulation protein A spoVP|BSU22800 protein NCBITaxon:224308 20130327 UniProt ATP binding UniProtKB P08750 dacA GO:0009002 PMID:3087956 ISA UniProtKB:P0AEB2 F D-alanyl-D-alanine carboxypeptidase DacA BSU00100 protein NCBITaxon:224308 20111106 CACAO serine-type D-Ala-D-Ala carboxypeptidase activity +UniProtKB Q07868 pbpB GO:0005515 PMID:18621900 IPI UniProtKB:P16655 F Penicillin-binding protein 2B BSU15160 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q07868 pbpB GO:0005515 PMID:20870765 IPI UniProtKB:P16655 F Penicillin-binding protein 2B BSU15160 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q07868 pbpB GO:0005515 PMID:21630458 IPI UniProtKB:P16655 F Penicillin-binding protein 2B BSU15160 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB Q07868 pbpB GO:0005515 PMID:17427287 IPI UniProtKB:Q01466 F Penicillin-binding protein 2B BSU15160 protein NCBITaxon:224308 20120708 UniProt protein binding -UniProtKB Q07868 pbpB GO:0005515 PMID:18621900 IPI UniProtKB:P16655 F Penicillin-binding protein 2B BSU15160 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q07868 pbpB GO:0005515 PMID:20870765 IPI UniProtKB:P16655 F Penicillin-binding protein 2B BSU15160 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q07868 pbpB GO:0005515 PMID:21630458 IPI UniProtKB:P16655 F Penicillin-binding protein 2B BSU15160 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q07867 ftsL GO:0005515 PMID:18621900 IPI UniProtKB:P37471 F Cell division protein FtsL yllD|ylxB|BSU15150 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q07867 ftsL GO:0005515 PMID:20644139 IPI UniProtKB:P37471 F Cell division protein FtsL yllD|ylxB|BSU15150 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB Q07833 wapA GO:0016078 PMID:23572593 IDA P tRNA nuclease WapA BSU39230|N17G protein NCBITaxon:224308 20130822 UniProt tRNA catabolic process +UniProtKB Q07867 ftsL GO:0005515 PMID:18621900 IPI UniProtKB:P37471 F Cell division protein FtsL yllD|ylxB|BSU15150 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB Q07867 ftsL GO:0005515 PMID:20644139 IPI UniProtKB:P37471 F Cell division protein FtsL yllD|ylxB|BSU15150 protein NCBITaxon:224308 20231125 IntAct protein binding UniProtKB Q07833 wapA GO:0004549 PMID:23572593 IDA F tRNA nuclease WapA BSU39230|N17G protein NCBITaxon:224308 20130822 UniProt tRNA-specific ribonuclease activity -UniProtKB P16449 kbaA GO:0045881 PMID:8576055 IGI UniProtKB:P16497 P KinB-signaling pathway activation protein ybaM|ybxC|BSU01560 protein NCBITaxon:224308 20120823 UniProt positive regulation of sporulation resulting in formation of a cellular spore -UniProtKB P16450 gerD GO:0031160 PMID:19332816 IDA C Spore germination protein GerD BSU01550 protein NCBITaxon:224308 20141123 CACAO spore wall -UniProtKB P16450 gerD GO:0005886 PMID:19332816 IDA C Spore germination protein GerD BSU01550 protein NCBITaxon:224308 20141123 CACAO plasma membrane -UniProtKB P29072 cheA GO:0071978 PMID:25313396 IMP P Chemotaxis protein CheA cheN|BSU16430 protein NCBITaxon:224308 20180410 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P23445 fliI GO:0044780 PMID:25313396 IMP P Flagellum-specific ATP synthase BSU16240 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly -UniProtKB P23445 fliI GO:0071978 PMID:25313396 IMP P Flagellum-specific ATP synthase BSU16240 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB P23455 ylxG GO:0071978 PMID:25313396 IMP P FlaA locus uncharacterized protein YlxG BSU16280 protein NCBITaxon:224308 20180327 CACAO bacterial-type flagellum-dependent swarming motility -UniProtKB O31435 ybdM GO:0005515 PMID:25278935 IPI UniProtKB:O34483 F Probable serine/threonine-protein kinase YbdM BSU02030 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31435 ybdM GO:0005515 PMID:25278935 IPI UniProtKB:O34507 F Probable serine/threonine-protein kinase YbdM BSU02030 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31435 ybdM GO:0005515 PMID:25278935 IPI UniProtKB:P10728 F Probable serine/threonine-protein kinase YbdM BSU02030 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31435 ybdM GO:0005515 PMID:25278935 IPI UniProtKB:P37562 F Probable serine/threonine-protein kinase YbdM BSU02030 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31435 ybdM GO:0005515 PMID:25278935 IPI UniProtKB:P42411 F Probable serine/threonine-protein kinase YbdM BSU02030 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31435 ybdM GO:0005515 PMID:25374563 IPI UniProtKB:P37469 F Probable serine/threonine-protein kinase YbdM BSU02030 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31435 ybdM GO:0005515 PMID:25374563 IPI UniProtKB:P42411 F Probable serine/threonine-protein kinase YbdM BSU02030 protein NCBITaxon:224308 20201128 IntAct protein binding -UniProtKB O31502 dagK GO:0004143 PMID:17535816 IDA F Diacylglycerol kinase dgkB|yerQ|BSU06720 protein NCBITaxon:224308 20111008 CACAO diacylglycerol kinase activity +UniProtKB Q07833 wapA GO:0016078 PMID:23572593 IDA P tRNA nuclease WapA BSU39230|N17G protein NCBITaxon:224308 20130822 UniProt tRNA catabolic process +UniProtKB P21472 rpsL GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Small ribosomal subunit protein uS12 fun|strA|BSU01100 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB P37817 spoVM GO:0005515 PMID:17427285 IPI UniProtKB:P35149 F Stage V sporulation protein M BSU15810 protein NCBITaxon:224308 20130326 UniProt protein binding +UniProtKB P21464 rpsB GO:0005515 PMID:33722570 IPI UniProtKB:P39914 F Small ribosomal subunit protein uS2 BSU16490 protein NCBITaxon:224308 20211226 UniProt protein binding +UniProtKB O31502 dagK GO:0004143 PMID:17535816 IDA F Diacylglycerol kinase dgkB|yerQ|BSU06720 protein NCBITaxon:224308 20111008 CACAO ATP-dependent diacylglycerol kinase activity UniProtKB P28619 rph GO:0031125 PMID:19880604 IMP P Ribonuclease PH BSU28370 protein NCBITaxon:224308 20120120 UniProt rRNA 3'-end processing -UniProtKB P42095 recO GO:0006302 PMID:15186413 IDA P DNA repair protein RecO yqfI|yqxN|BSU25280 protein NCBITaxon:224308 20090519 UniProt double-strand break repair -UniProtKB P42095 recO GO:0043590 PMID:15186413 IDA C DNA repair protein RecO yqfI|yqxN|BSU25280 protein NCBITaxon:224308 20090519 UniProt bacterial nucleoid -UniProtKB P42182 era GO:0032297 PMID:12427945 IDA P GTPase Era bex|yqfH|BSU25290 protein NCBITaxon:224308 20120401 CACAO negative regulation of DNA-dependent DNA replication initiation -UniProtKB P42182 era GO:0051781 PMID:12399511 IMP P GTPase Era bex|yqfH|BSU25290 protein NCBITaxon:224308 20120401 CACAO positive regulation of cell division -UniProtKB P50863 salA GO:0045892 PMID:15126467 IMP P Iron-sulfur cluster carrier protein mrp|rec233|ybaL|ybxI|BSU01540 protein NCBITaxon:224308 20111115 CACAO negative regulation of transcription, DNA-templated -UniProtKB P34957 qoxA GO:0016682 GO_REF:0000024 ISS UniProtKB:Q81HT3 F Quinol oxidase subunit 2 BSU38170|ipa-37d protein NCBITaxon:224308 20041006 UniProt oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor -UniProtKB P34957 qoxA GO:0042773 GO_REF:0000024 ISS UniProtKB:Q81HT3 P Quinol oxidase subunit 2 BSU38170|ipa-37d protein NCBITaxon:224308 20041006 UniProt ATP synthesis coupled electron transport -UniProtKB P34958 qoxC GO:0016682 GO_REF:0000024 ISS UniProtKB:Q81HT3 F Quinol oxidase subunit 3 BSU38150|ipa-39d protein NCBITaxon:224308 20041006 UniProt oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor -UniProtKB P34958 qoxC GO:0042773 GO_REF:0000024 ISS UniProtKB:Q81HT3 P Quinol oxidase subunit 3 BSU38150|ipa-39d protein NCBITaxon:224308 20041006 UniProt ATP synthesis coupled electron transport -UniProtKB P34959 qoxD GO:0016682 GO_REF:0000024 ISS UniProtKB:Q81HT3 F Quinol oxidase subunit 4 BSU38140|ipa-40d protein NCBITaxon:224308 20041006 UniProt oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor -UniProtKB P34959 qoxD GO:0042773 GO_REF:0000024 ISS UniProtKB:Q81HT3 P Quinol oxidase subunit 4 BSU38140|ipa-40d protein NCBITaxon:224308 20041006 UniProt ATP synthesis coupled electron transport -UniProtKB P71086 perR GO:0001217 PMID:11532148 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P71086 perR GO:0001217 PMID:12029044 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P71086 perR GO:0001217 PMID:12180919 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P71086 perR GO:0001217 PMID:14563870 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P71086 perR GO:0001216 PMID:14563870 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription activator activity -UniProtKB P71086 perR GO:0001216 PMID:16166527 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription activator activity -UniProtKB P71086 perR GO:0032993 PMID:11532148 IPI RefSeq:NC_000964.3 C Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P71086 perR GO:0032993 PMID:12029044 IPI RefSeq:NC_000964.3 C Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P71086 perR GO:0032993 PMID:12180919 IPI RefSeq:NC_000964.3 C Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P71086 perR GO:0032993 PMID:14563870 IPI RefSeq:NC_000964.3 C Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P71086 perR GO:0032993 PMID:16166527 IPI RefSeq:NC_000964.3 C Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P71086 perR GO:0000976 PMID:11532148 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P71086 perR GO:0000976 PMID:12029044 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P71086 perR GO:0000976 PMID:12180919 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P71086 perR GO:0000976 PMID:14563870 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P71086 perR GO:0000976 PMID:16166527 IPI RefSeq:NC_000964.3 F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P71086 perR GO:0001217 PMID:11532148 IMP F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P71086 perR GO:0001217 PMID:14563870 IMP F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription repressor activity -UniProtKB P71086 perR GO:0001216 PMID:14563870 IMP F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF DNA-binding transcription activator activity -UniProtKB P71086 perR GO:0032993 PMID:11532148 IMP C Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P71086 perR GO:0032993 PMID:14563870 IMP C Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF protein-DNA complex -UniProtKB P71086 perR GO:0000976 PMID:11532148 IMP F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P71086 perR GO:0000976 PMID:14563870 IMP F Peroxide operon regulator ygaG|BSU08730 protein NCBITaxon:224308 20170328 CollecTF transcription regulatory region sequence-specific DNA binding -UniProtKB P71073 adeR GO:0006351 PMID:22797752 IMP P Transcriptional activator AdeR yukF|BSU31920 protein NCBITaxon:224308 20120823 UniProt transcription, DNA-templated -UniProtKB P71073 adeR GO:0043934 PMID:22797752 IMP P Transcriptional activator AdeR yukF|BSU31920 protein NCBITaxon:224308 20120823 UniProt sporulation -UniProtKB P36430 leuS GO:0005829 PMID:21873635 IBA PANTHER:PTN000236475|UniProtKB:P07813 C Leucine--tRNA ligase UniProtKB:P36430|PTN000236476 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P36430 leuS GO:0006429 PMID:21873635 IBA PANTHER:PTN000236208|UniProtKB:A0A1D8PQ56|SGD:S000004374|UniProtKB:Q15031|UniProtKB:P07813 P Leucine--tRNA ligase UniProtKB:P36430|PTN000236476 protein NCBITaxon:224308 20170228 GO_Central leucyl-tRNA aminoacylation -UniProtKB P36430 leuS GO:0004823 PMID:21873635 IBA PANTHER:PTN000236208|UniProtKB:A0A1D8PQ56|SGD:S000004374|UniProtKB:Q15031|UniProtKB:P07813 F Leucine--tRNA ligase UniProtKB:P36430|PTN000236476 protein NCBITaxon:224308 20170228 GO_Central leucine-tRNA ligase activity -UniProtKB P36948 rbsC GO:0005886 PMID:21873635 IBA PANTHER:PTN001282731|UniProtKB:P0AE26|UniProtKB:P23200|UniProtKB:P77315|UniProtKB:P32720|UniProtKB:P0AGI1|UniProtKB:P0AFS1|UniProtKB:P0AGI4|UniProtKB:P77672|UniProtKB:P37772|UniProtKB:P39328 C Ribose import permease protein RbsC UniProtKB:P36948|PTN000794652 protein NCBITaxon:224308 20200809 GO_Central plasma membrane -UniProtKB P36948 rbsC GO:0016021 PMID:21873635 IBA PANTHER:PTN001282731|UniProtKB:P0AGI1|UniProtKB:P0AE26 C Ribose import permease protein RbsC UniProtKB:P36948|PTN000794652 protein NCBITaxon:224308 20200809 GO_Central integral component of membrane -UniProtKB P36946 rbsD GO:0016866 PMID:21873635 IBA PANTHER:PTN002208836|UniProtKB:P04982 F D-ribose pyranase UniProtKB:P36946|PTN002208840 protein NCBITaxon:224308 20170901 GO_Central intramolecular transferase activity -UniProtKB P36946 rbsD GO:0005829 PMID:21873635 IBA PANTHER:PTN002208836|UniProtKB:P04982 C D-ribose pyranase UniProtKB:P36946|PTN002208840 protein NCBITaxon:224308 20170901 GO_Central cytosol -UniProtKB P36946 rbsD GO:0019303 PMID:21873635 IBA PANTHER:PTN002208836|UniProtKB:P04982 P D-ribose pyranase UniProtKB:P36946|PTN002208840 protein NCBITaxon:224308 20170901 GO_Central D-ribose catabolic process -UniProtKB P36945 rbsK GO:0005829 PMID:21873635 IBA PANTHER:PTN000062071|UniProtKB:P0A9J6 C Ribokinase UniProtKB:P36945|PTN000062072 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P36944 rbsR GO:0000976 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7|UniProtKB:P0ACP1|UniProtKB:P25144|UniProtKB:P03023|UniProtKB:P0ACQ0 F Ribose operon repressor UniProtKB:P36944|PTN000765358 protein NCBITaxon:224308 20200930 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P36944 rbsR GO:0003700 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P36673|UniProtKB:P18811|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:Q8EBJ8 F Ribose operon repressor UniProtKB:P36944|PTN000765358 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB P36944 rbsR GO:0006355 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:Q8P5C9|UniProtKB:P18811|UniProtKB:P06846|UniProtKB:P0ACP1|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P03024|UniProtKB:Q8EBJ8|UniProtKB:P25144|UniProtKB:P0ACP5|UniProtKB:G3XD97|UniProtKB:P0ACN7|UniProtKB:P25748|UniProtKB:Q2G295|UniProtKB:P0ACI3 P Ribose operon repressor UniProtKB:P36944|PTN000765358 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P36843 argJ GO:0004042 PMID:21873635 IBA PANTHER:PTN000559455|SGD:S000004666 F Arginine biosynthesis bifunctional protein ArgJ UniProtKB:P36843|PTN000559476 protein NCBITaxon:224308 20170228 GO_Central acetyl-CoA:L-glutamate N-acetyltransferase activity -UniProtKB P36843 argJ GO:0006592 PMID:21873635 IBA PANTHER:PTN000559455|UniProtKB:Q5AVF8|SGD:S000004666 P Arginine biosynthesis bifunctional protein ArgJ UniProtKB:P36843|PTN000559476 protein NCBITaxon:224308 20200809 GO_Central ornithine biosynthetic process -UniProtKB P36838 carA GO:0005951 PMID:21873635 IBA PANTHER:PTN000150382|UniProtKB:P0A6F1|SGD:S000005829|TAIR:locus:2089149 C Carbamoyl-phosphate synthase arginine-specific small chain UniProtKB:P36838|PTN000150408 protein NCBITaxon:224308 20170228 GO_Central carbamoyl-phosphate synthase complex -UniProtKB P36838 carA GO:0005737 PMID:21873635 IBA PANTHER:PTN000150222|SGD:S000005829|UniProtKB:P0A786|TAIR:locus:2019302|UniProtKB:P00968|TAIR:locus:2089149|RGD:2395|UniProtKB:P0A6F1|UniProtKB:P31327|SGD:S000003666|MGI:MGI:891996|TAIR:locus:2092369|UniProtKB:P27708|SGD:S000003870|RGD:1588606 C Carbamoyl-phosphate synthase arginine-specific small chain UniProtKB:P36838|PTN000150408 protein NCBITaxon:224308 20181129 GO_Central cytoplasm -UniProtKB P36838 carA GO:0006526 PMID:21873635 IBA PANTHER:PTN000150382|SGD:S000005829|UniProtKB:P0A6F1|PomBase:SPBC56F2.09c P Carbamoyl-phosphate synthase arginine-specific small chain UniProtKB:P36838|PTN000150408 protein NCBITaxon:224308 20170228 GO_Central arginine biosynthetic process -UniProtKB P36838 carA GO:0006807 PMID:21873635 IBA PANTHER:PTN000150222|FB:FBgn0003189|RGD:2395|UniProtKB:P38100|UniProtKB:P0A6F1|UniProtKB:P31327|TAIR:locus:2092369|UniProtKB:P27708|SGD:S000003870|PomBase:SPAC22G7.06c|ZFIN:ZDB-GENE-021030-4|SGD:S000005829|dictyBase:DDB_G0276335|ZFIN:ZDB-GENE-081105-17|UniProtKB:P00968|SGD:S000003666|PomBase:SPBC56F2.09c|WB:WBGene00004259|UniProtKB:O93937|PomBase:SPBC215.08c|RGD:1588606 P Carbamoyl-phosphate synthase arginine-specific small chain UniProtKB:P36838|PTN000150408 protein NCBITaxon:224308 20200807 GO_Central nitrogen compound metabolic process -UniProtKB P37887 cysK GO:0030170 PMID:21873635 IBA PANTHER:PTN000034104|UniProtKB:P9WP53|WB:WBGene00013866|UniProtKB:P9WG59|UniProtKB:Q79FV4|UniProtKB:P35520|TAIR:locus:2143754|UniProtKB:P0ABK5|UniProtKB:P9WP55 F Cysteine synthase UniProtKB:P37887|PTN000034539 protein NCBITaxon:224308 20200807 GO_Central pyridoxal phosphate binding -UniProtKB P37887 cysK GO:0005737 PMID:21873635 IBA PANTHER:PTN000034104|TAIR:locus:2082837|TAIR:locus:2043964|UniProtKB:Q43725|UniProtKB:P0ABK5|TAIR:locus:2096454|UniProtKB:P35520|TAIR:locus:2130419|SGD:S000003387|WB:WBGene00013866|TAIR:locus:2123939 C Cysteine synthase UniProtKB:P37887|PTN000034539 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB P37887 cysK GO:0080146 PMID:21873635 IBA PANTHER:PTN000034535|UniProtKB:P0ABK5|UniProtKB:P16703 F Cysteine synthase UniProtKB:P37887|PTN000034539 protein NCBITaxon:224308 20200807 GO_Central L-cysteine desulfhydrase activity -UniProtKB P37878 alkA GO:0032131 PMID:21873635 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c F DNA-3-methyladenine glycosylase UniProtKB:P37878|PTN000028487 protein NCBITaxon:224308 20170228 GO_Central alkylated DNA binding -UniProtKB P37878 alkA GO:0032993 PMID:21873635 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c C DNA-3-methyladenine glycosylase UniProtKB:P37878|PTN000028487 protein NCBITaxon:224308 20170228 GO_Central protein-DNA complex -UniProtKB P37878 alkA GO:0006307 PMID:21873635 IBA PANTHER:PTN002452908|SGD:S000000944|PomBase:SPAPB24D3.04c|UniProtKB:P9WJW3|UniProtKB:P04395 P DNA-3-methyladenine glycosylase UniProtKB:P37878|PTN000028487 protein NCBITaxon:224308 20170228 GO_Central DNA dealkylation involved in DNA repair -UniProtKB P37878 alkA GO:0043916 PMID:21873635 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c F DNA-3-methyladenine glycosylase UniProtKB:P37878|PTN000028487 protein NCBITaxon:224308 20170228 GO_Central DNA-7-methylguanine glycosylase activity -UniProtKB P37878 alkA GO:0006285 PMID:21873635 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c|SGD:S000000944|PomBase:SPBC23G7.11 P DNA-3-methyladenine glycosylase UniProtKB:P37878|PTN000028487 protein NCBITaxon:224308 20170228 GO_Central base-excision repair, AP site formation -UniProtKB P37878 alkA GO:0005737 PMID:21873635 IBA PANTHER:PTN001614559|UniProtKB:P04395 C DNA-3-methyladenine glycosylase UniProtKB:P37878|PTN000028487 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB P37878 alkA GO:0008725 PMID:21873635 IBA PANTHER:PTN002452908|SGD:S000000944|PomBase:SPAPB24D3.04c F DNA-3-methyladenine glycosylase UniProtKB:P37878|PTN000028487 protein NCBITaxon:224308 20170228 GO_Central DNA-3-methyladenine glycosylase activity -UniProtKB P37871 rpoC contributes_to GO:0003899 PMID:21873635 IBA PANTHER:PTN000453461|SGD:S000005642|SGD:S000002299|WB:WBGene00000123|RGD:620824|SGD:S000005868|PomBase:SPBC28F2.12 F DNA-directed RNA polymerase subunit beta' UniProtKB:P37871|PTN000453446 protein NCBITaxon:224308 20170228 GO_Central DNA-directed 5'-3' RNA polymerase activity -UniProtKB P37870 rpoB contributes_to GO:0003899 PMID:21873635 IBA PANTHER:PTN000465875|PomBase:SPAC23G3.01|RGD:620822|SGD:S000005677|SGD:S000006214|SGD:S000005733 F DNA-directed RNA polymerase subunit beta UniProtKB:P37870|PTN000466096 protein NCBITaxon:224308 20170228 GO_Central DNA-directed 5'-3' RNA polymerase activity -UniProtKB P37869 eno GO:0032889 PMID:21873635 IBA PANTHER:PTN000224401|SGD:S000003486|SGD:S000001217 P Enolase UniProtKB:P37869|PTN000224589 protein NCBITaxon:224308 20200406 GO_Central regulation of vacuole fusion, non-autophagic -UniProtKB P37869 eno GO:0004634 PMID:21873635 IBA PANTHER:PTN000224401|SGD:S000004942|UniProtKB:P0A6P9|SGD:S000001217|RGD:2555|MGI:MGI:2441717|SGD:S000003486|TAIR:locus:2044851|RGD:2554|UniProtKB:P06733|SGD:S000006202|MGI:MGI:95393|CGD:CAL0000185645|TAIR:locus:2031476|MGI:MGI:95395|RGD:2553 F Enolase UniProtKB:P37869|PTN000224589 protein NCBITaxon:224308 20200406 GO_Central phosphopyruvate hydratase activity -UniProtKB P37869 eno GO:0006096 PMID:21873635 IBA PANTHER:PTN000224401|SGD:S000003486|MGI:MGI:2441717|RGD:2554|SGD:S000001217|UniProtKB:P0A6P9|RGD:2553|UniProtKB:P06733|CGD:CAL0000185645 P Enolase UniProtKB:P37869|PTN000224589 protein NCBITaxon:224308 20200406 GO_Central glycolytic process -UniProtKB P37869 eno GO:0000015 PMID:21873635 IBA PANTHER:PTN000224401|SGD:S000001217|UniProtKB:P06733|UniProtKB:P0A6P9|RGD:2553|RGD:2554|SGD:S000003486 C Enolase UniProtKB:P37869|PTN000224589 protein NCBITaxon:224308 20200406 GO_Central phosphopyruvate hydratase complex -UniProtKB P37814 atpF GO:0045263 PMID:21873635 IBA PANTHER:PTN002124753|UniProtKB:P0ABA0 C ATP synthase subunit b UniProtKB:P37814|PTN002124807 protein NCBITaxon:224308 20180110 GO_Central proton-transporting ATP synthase complex, coupling factor F(o) -UniProtKB P37813 atpB GO:0045263 PMID:21873635 IBA PANTHER:PTN000151023|UniProtKB:P0AB98 C ATP synthase subunit a UniProtKB:P37813|PTN000151024 protein NCBITaxon:224308 20170228 GO_Central proton-transporting ATP synthase complex, coupling factor F(o) -UniProtKB P37813 atpB GO:0042777 PMID:21873635 IBA PANTHER:PTN000151023|UniProtKB:P0AB98 P ATP synthase subunit a UniProtKB:P37813|PTN000151024 protein NCBITaxon:224308 20170228 GO_Central plasma membrane ATP synthesis coupled proton transport -UniProtKB P37813 atpB GO:0046933 PMID:21873635 IBA PANTHER:PTN000151023|UniProtKB:P0AB98 F ATP synthase subunit a UniProtKB:P37813|PTN000151024 protein NCBITaxon:224308 20170228 GO_Central proton-transporting ATP synthase activity, rotational mechanism -UniProtKB P37813 atpB GO:0005887 PMID:21873635 IBA PANTHER:PTN000151023|UniProtKB:P0AB98 C ATP synthase subunit a UniProtKB:P37813|PTN000151024 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P37812 atpC GO:0045261 PMID:21873635 IBA PANTHER:PTN000352521|UniProtKB:P0A6E6 C ATP synthase epsilon chain UniProtKB:P37812|PTN000352522 protein NCBITaxon:224308 20170228 GO_Central proton-transporting ATP synthase complex, catalytic core F(1) -UniProtKB P37812 atpC GO:0015986 PMID:21873635 IBA PANTHER:PTN000352454|SGD:S000002162|UniProtKB:P30049 P ATP synthase epsilon chain UniProtKB:P37812|PTN000352522 protein NCBITaxon:224308 20200930 GO_Central ATP synthesis coupled proton transport -UniProtKB P37811 atpH contributes_to GO:0046933 PMID:21873635 IBA PANTHER:PTN000226814|UniProtKB:P48047|SGD:S000002706|UniProtKB:P0ABA4 F ATP synthase subunit delta UniProtKB:P37811|PTN000226882 protein NCBITaxon:224308 20200929 GO_Central proton-transporting ATP synthase activity, rotational mechanism -UniProtKB P37811 atpH GO:0015986 PMID:21873635 IBA PANTHER:PTN000226814|WB:WBGene00000230|SGD:S000002706|UniProtKB:P48047 P ATP synthase subunit delta UniProtKB:P37811|PTN000226882 protein NCBITaxon:224308 20200929 GO_Central ATP synthesis coupled proton transport -UniProtKB P37811 atpH GO:0045261 PMID:21873635 IBA PANTHER:PTN000226814|UniProtKB:P0ABA4 C ATP synthase subunit delta UniProtKB:P37811|PTN000226882 protein NCBITaxon:224308 20200625 GO_Central proton-transporting ATP synthase complex, catalytic core F(1) -UniProtKB P37810 atpG GO:0015986 PMID:21873635 IBA PANTHER:PTN000190379|UniProtKB:P36542|SGD:S000000243 P ATP synthase gamma chain UniProtKB:P37810|PTN000190459 protein NCBITaxon:224308 20200929 GO_Central ATP synthesis coupled proton transport -UniProtKB P37810 atpG GO:0045261 PMID:21873635 IBA PANTHER:PTN000190458|UniProtKB:P0ABA6 C ATP synthase gamma chain UniProtKB:P37810|PTN000190459 protein NCBITaxon:224308 20180509 GO_Central proton-transporting ATP synthase complex, catalytic core F(1) -UniProtKB P37809 atpD GO:0045261 PMID:21873635 IBA PANTHER:PTN000389695|UniProtKB:P0ABB4|RGD:621368|PomBase:SPAC222.12c|TAIR:locus:505006590|TAIR:locus:504956338|SGD:S000003882 C ATP synthase subunit beta UniProtKB:P37809|PTN000390115 protein NCBITaxon:224308 20190213 GO_Central proton-transporting ATP synthase complex, catalytic core F(1) -UniProtKB P37809 atpD contributes_to GO:0016887 PMID:21873635 IBA PANTHER:PTN000389695|SGD:S000003882|RGD:621368 F ATP synthase subunit beta UniProtKB:P37809|PTN000390115 protein NCBITaxon:224308 20200808 GO_Central ATPase activity -UniProtKB P37808 atpA GO:0015986 PMID:21873635 IBA PANTHER:PTN000389891|UniProtKB:P25705|SGD:S000000195|UniProtKB:P0ABB0 P ATP synthase subunit alpha UniProtKB:P37808|PTN000389973 protein NCBITaxon:224308 20201002 GO_Central ATP synthesis coupled proton transport -UniProtKB P37808 atpA GO:0045261 PMID:21873635 IBA PANTHER:PTN000389972|UniProtKB:P0ABB0|RGD:619993|SGD:S000000195 C ATP synthase subunit alpha UniProtKB:P37808|PTN000389973 protein NCBITaxon:224308 20200810 GO_Central proton-transporting ATP synthase complex, catalytic core F(1) -UniProtKB P37808 atpA GO:0043531 PMID:21873635 IBA PANTHER:PTN000389891|RGD:619993 F ATP synthase subunit alpha UniProtKB:P37808|PTN000389973 protein NCBITaxon:224308 20180504 GO_Central ADP binding -UniProtKB P37808 atpA GO:0005886 PMID:21873635 IBA PANTHER:PTN000389972|UniProtKB:P25705|UniProtKB:P27179|UniProtKB:A0A1D8PDC4 C ATP synthase subunit alpha UniProtKB:P37808|PTN000389973 protein NCBITaxon:224308 20200810 GO_Central plasma membrane -UniProtKB P37808 atpA GO:0005524 PMID:21873635 IBA PANTHER:PTN000389891|MGI:MGI:88115|RGD:619993 F ATP synthase subunit alpha UniProtKB:P37808|PTN000389973 protein NCBITaxon:224308 20180504 GO_Central ATP binding -UniProtKB P37808 atpA contributes_to GO:0016887 PMID:21873635 IBA PANTHER:PTN000389891|SGD:S000000195|RGD:619993 F ATP synthase subunit alpha UniProtKB:P37808|PTN000389973 protein NCBITaxon:224308 20180504 GO_Central ATPase activity -UniProtKB P37580 fhuD GO:0030288 PMID:21873635 IBA PANTHER:PTN001254050|UniProtKB:P0AEL6|UniProtKB:P07822 C Iron(3+)-hydroxamate-binding protein FhuD UniProtKB:P37580|PTN001254057 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space -UniProtKB P37573 disA GO:0004016 PMID:21873635 IBA PANTHER:PTN002149835|UniProtKB:O31854|UniProtKB:Q8Y5E4|UniProtKB:Q45589 F DNA integrity scanning protein DisA UniProtKB:P37573|PTN000873976 protein NCBITaxon:224308 20171208 GO_Central adenylate cyclase activity -UniProtKB P37572 radA GO:0000725 PMID:21873635 IBA PANTHER:PTN000795786|UniProtKB:P24554 P DNA repair protein RadA UniProtKB:P37572|PTN000795791 protein NCBITaxon:224308 20170601 GO_Central recombinational repair -UniProtKB P37570 mcsB GO:0016301 PMID:21873635 IBA PANTHER:PTN000167125|UniProtKB:P05122|MGI:MGI:88413|RGD:61976|MGI:MGI:88407|RGD:2358|UniProtKB:P00565 F Protein-arginine kinase UniProtKB:P37570|PTN000167318 protein NCBITaxon:224308 20190116 GO_Central kinase activity -UniProtKB P37565 hslO GO:0005737 PMID:21873635 IBA PANTHER:PTN001248277|UniProtKB:P0A6Y5|UniProtKB:Q583S1 C 33 kDa chaperonin UniProtKB:P37565|PTN001248282 protein NCBITaxon:224308 20190822 GO_Central cytoplasm -UniProtKB P37565 hslO GO:0042026 PMID:21873635 IBA PANTHER:PTN001248277|UniProtKB:P0A6Y5 P 33 kDa chaperonin UniProtKB:P37565|PTN001248282 protein NCBITaxon:224308 20190822 GO_Central protein refolding -UniProtKB P37565 hslO GO:0044183 PMID:21873635 IBA PANTHER:PTN001248277|UniProtKB:P0A6Y5 F 33 kDa chaperonin UniProtKB:P37565|PTN001248282 protein NCBITaxon:224308 20190822 GO_Central protein folding chaperone -UniProtKB P37560 yabR GO:0006412 PMID:21873635 IBA PANTHER:PTN000076677|UniProtKB:P0AG67 P Uncharacterized protein YabR UniProtKB:P37560|PTN001643188 protein NCBITaxon:224308 20171222 GO_Central translation -UniProtKB P37560 yabR GO:0003735 PMID:21873635 IBA PANTHER:PTN000076677|UniProtKB:P0AG67 F Uncharacterized protein YabR UniProtKB:P37560|PTN001643188 protein NCBITaxon:224308 20171222 GO_Central structural constituent of ribosome -UniProtKB P37560 yabR GO:0022627 PMID:21873635 IBA PANTHER:PTN000076734|UniProtKB:P0AG67 C Uncharacterized protein YabR UniProtKB:P37560|PTN001643188 protein NCBITaxon:224308 20171222 GO_Central cytosolic small ribosomal subunit -UniProtKB P37560 yabR GO:0003729 PMID:21873635 IBA PANTHER:PTN000076677|UniProtKB:P0AG67|TAIR:locus:2145860 F Uncharacterized protein YabR UniProtKB:P37560|PTN001643188 protein NCBITaxon:224308 20171222 GO_Central mRNA binding -UniProtKB P37555 yabM GO:0005886 PMID:21873635 IBA PANTHER:PTN001250140|UniProtKB:P37746|UniProtKB:Q46841|UniProtKB:P0AAA7 C Uncharacterized membrane protein YabM UniProtKB:P37555|PTN002016022 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P37550 ispE GO:0050515 PMID:21873635 IBA PANTHER:PTN000466527|UniProtKB:P62615 F 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase UniProtKB:P37550|PTN000466536 protein NCBITaxon:224308 20170228 GO_Central 4-(cytidine 5'-diphospho)-2-C-methyl-D-erythritol kinase activity -UniProtKB P37547 rnmV GO:0043822 PMID:21873635 IBA PANTHER:PTN002216481|UniProtKB:P37547 F Ribonuclease M5 UniProtKB:P37547|PTN002216491 protein NCBITaxon:224308 20170228 GO_Central ribonuclease M5 activity -UniProtKB P37547 rnmV GO:0006364 PMID:21873635 IBA PANTHER:PTN002216481|UniProtKB:P37547 P Ribonuclease M5 UniProtKB:P37547|PTN002216491 protein NCBITaxon:224308 20170228 GO_Central rRNA processing -UniProtKB P37545 yabD GO:0005829 PMID:21873635 IBA PANTHER:PTN000740795|UniProtKB:P0AFQ7 C Uncharacterized metal-dependent hydrolase YabD UniProtKB:P37545|PTN000006855 protein NCBITaxon:224308 20171116 GO_Central cytosol -UniProtKB P37544 rsmI GO:0000453 PMID:21873635 IBA PANTHER:PTN000473043|UniProtKB:P67087 P Ribosomal RNA small subunit methyltransferase I UniProtKB:P37544|PTN000473044 protein NCBITaxon:224308 20170228 GO_Central enzyme-directed rRNA 2'-O-methylation -UniProtKB P37541 yaaT GO:0005737 PMID:21873635 IBA PANTHER:PTN000492279|SGD:S000002913|UniProtKB:Q581A5|UniProtKB:Q57VG4 C Stage 0 sporulation protein YaaT UniProtKB:P37541|PTN000492302 protein NCBITaxon:224308 20200810 GO_Central cytoplasm -UniProtKB P37540 holB GO:0006261 PMID:21873635 IBA PANTHER:PTN000186208|SGD:S000005454|PomBase:SPAC27E2.10c|PomBase:SPAC23D3.02|SGD:S000005234|UniProtKB:P28631|SGD:S000003829|PomBase:SPBC83.14c|SGD:S000000291|PomBase:SPAC1687.03c P DNA polymerase III subunit delta' UniProtKB:P37540|PTN000186496 protein NCBITaxon:224308 20200807 GO_Central DNA-dependent DNA replication -UniProtKB P37537 tmk GO:0006235 PMID:21873635 IBA PANTHER:PTN000038985|RGD:1309614|UniProtKB:Q8I4S1|UniProtKB:P0A720|SGD:S000003818|PomBase:SPCC70.07c P Thymidylate kinase UniProtKB:P37537|PTN000039067 protein NCBITaxon:224308 20170228 GO_Central dTTP biosynthetic process -UniProtKB P37537 tmk GO:0005829 PMID:21873635 IBA PANTHER:PTN000039066|UniProtKB:P0A720 C Thymidylate kinase UniProtKB:P37537|PTN000039067 protein NCBITaxon:224308 20180916 GO_Central cytosol -UniProtKB P37537 tmk GO:0009041 PMID:21873635 IBA PANTHER:PTN000038985|RGD:1305881|UniProtKB:Q5EBM0|PomBase:SPCC70.07c|SGD:S000003818 F Thymidylate kinase UniProtKB:P37537|PTN000039067 protein NCBITaxon:224308 20170228 GO_Central uridylate kinase activity -UniProtKB P37537 tmk GO:0006227 PMID:21873635 IBA PANTHER:PTN000038985|SGD:S000003818|UniProtKB:Q8I4S1|RGD:1305881|PomBase:SPCC70.07c P Thymidylate kinase UniProtKB:P37537|PTN000039067 protein NCBITaxon:224308 20170228 GO_Central dUDP biosynthetic process -UniProtKB P37537 tmk GO:0004798 PMID:21873635 IBA PANTHER:PTN000038985|PomBase:SPCC70.07c|UniProtKB:P9WKE1|MGI:MGI:108396|UniProtKB:Q8I4S1|RGD:1305881|UniProtKB:P0A720|SGD:S000003818|UniProtKB:P23919 F Thymidylate kinase UniProtKB:P37537|PTN000039067 protein NCBITaxon:224308 20170228 GO_Central thymidylate kinase activity -UniProtKB P37537 tmk GO:0005737 PMID:21873635 IBA PANTHER:PTN000038985|UniProtKB:P0A720|SGD:S000003818|UniProtKB:Q57YW2|RGD:1309614|UniProtKB:Q0WW55|UniProtKB:Q5EBM0 C Thymidylate kinase UniProtKB:P37537|PTN000039067 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB P37537 tmk GO:0006233 PMID:21873635 IBA PANTHER:PTN000038985|SGD:S000003818|UniProtKB:P0A720|MGI:MGI:108396|RGD:1309614|PomBase:SPCC70.07c|RGD:1305881 P Thymidylate kinase UniProtKB:P37537|PTN000039067 protein NCBITaxon:224308 20170228 GO_Central dTDP biosynthetic process -UniProtKB P37530 dgk GO:0019136 PMID:21873635 IBA PANTHER:PTN000053758|UniProtKB:Q16854|UniProtKB:Q5ZJM7|FB:FBgn0022338|MGI:MGI:1351602|RGD:620667|UniProtKB:R4GK03|TAIR:locus:2030367|dictyBase:DDB_G0280843|UniProtKB:P27707|dictyBase:DDB_G0278191|RGD:1309279 F Deoxyguanosine kinase UniProtKB:P37530|PTN000053920 protein NCBITaxon:224308 20180309 GO_Central deoxynucleoside kinase activity -UniProtKB P37530 dgk GO:0005737 PMID:21873635 IBA PANTHER:PTN000053758|FB:FBgn0019957|MGI:MGI:1913266|RGD:1309279|UniProtKB:P34942|UniProtKB:O95299|FB:FBgn0022338|RGD:620667|MGI:MGI:1351602 C Deoxyguanosine kinase UniProtKB:P37530|PTN000053920 protein NCBITaxon:224308 20200929 GO_Central cytoplasm -UniProtKB P37529 dck GO:0005737 PMID:21873635 IBA PANTHER:PTN000053758|FB:FBgn0019957|MGI:MGI:1913266|RGD:1309279|UniProtKB:P34942|UniProtKB:O95299|FB:FBgn0022338|RGD:620667|MGI:MGI:1351602 C Deoxyadenosine/deoxycytidine kinase UniProtKB:P37529|PTN000053923 protein NCBITaxon:224308 20200929 GO_Central cytoplasm -UniProtKB P37529 dck GO:0019136 PMID:21873635 IBA PANTHER:PTN000053758|UniProtKB:Q16854|UniProtKB:Q5ZJM7|FB:FBgn0022338|MGI:MGI:1351602|RGD:620667|UniProtKB:R4GK03|TAIR:locus:2030367|dictyBase:DDB_G0280843|UniProtKB:P27707|dictyBase:DDB_G0278191|RGD:1309279 F Deoxyadenosine/deoxycytidine kinase UniProtKB:P37529|PTN000053923 protein NCBITaxon:224308 20180309 GO_Central deoxynucleoside kinase activity -UniProtKB P37527 pdxS GO:0042823 PMID:21873635 IBA PANTHER:PTN000782634|PomBase:SPAC29B12.04|UniProtKB:P9WII9 P Pyridoxal 5'-phosphate synthase subunit PdxS UniProtKB:P37527|PTN000782663 protein NCBITaxon:224308 20170420 GO_Central pyridoxal phosphate biosynthetic process -UniProtKB P37527 pdxS GO:0006520 PMID:21873635 IBA PANTHER:PTN000782634|PomBase:SPAC29B12.04|TAIR:locus:2179142 P Pyridoxal 5'-phosphate synthase subunit PdxS UniProtKB:P37527|PTN000782663 protein NCBITaxon:224308 20200809 GO_Central cellular amino acid metabolic process -UniProtKB P37527 pdxS GO:0016843 PMID:21873635 IBA PANTHER:PTN000782634|SGD:S000004702|SGD:S000001835|UniProtKB:P9WII9 F Pyridoxal 5'-phosphate synthase subunit PdxS UniProtKB:P37527|PTN000782663 protein NCBITaxon:224308 20170420 GO_Central amine-lyase activity -UniProtKB P37527 pdxS GO:0008615 PMID:21873635 IBA PANTHER:PTN000782634|TAIR:locus:2179142|UniProtKB:Q9UW83|SGD:S000001835|SGD:S000004702|SGD:S000005277 P Pyridoxal 5'-phosphate synthase subunit PdxS UniProtKB:P37527|PTN000782663 protein NCBITaxon:224308 20200809 GO_Central pyridoxine biosynthetic process -UniProtKB P37524 noc GO:0045881 PMID:21873635 IBA PANTHER:PTN002121186|UniProtKB:P26497 P Nucleoid occlusion protein UniProtKB:P37524|PTN002121216 protein NCBITaxon:224308 20180110 GO_Central positive regulation of sporulation resulting in formation of a cellular spore -UniProtKB P37524 noc GO:0005694 PMID:21873635 IBA PANTHER:PTN002121184|UniProtKB:P9WIJ9 C Nucleoid occlusion protein UniProtKB:P37524|PTN002121216 protein NCBITaxon:224308 20180110 GO_Central chromosome -UniProtKB P37524 noc GO:0007059 PMID:21873635 IBA PANTHER:PTN002121184|UniProtKB:P26497 P Nucleoid occlusion protein UniProtKB:P37524|PTN002121216 protein NCBITaxon:224308 20180110 GO_Central chromosome segregation -UniProtKB P37519 yyaE GO:0009061 PMID:21873635 IBA PANTHER:PTN000177395|UniProtKB:P18775|UniProtKB:P46923|UniProtKB:P33225 P Probable oxidoreductase YyaE UniProtKB:P37519|PTN000177371 protein NCBITaxon:224308 20170228 GO_Central anaerobic respiration -UniProtKB P37519 yyaE GO:0009055 PMID:21873635 IBA PANTHER:PTN000177395|UniProtKB:P18775|UniProtKB:P33225 F Probable oxidoreductase YyaE UniProtKB:P37519|PTN000177371 protein NCBITaxon:224308 20170228 GO_Central electron transfer activity -UniProtKB P37519 yyaE GO:0030151 PMID:21873635 IBA PANTHER:PTN000177395|UniProtKB:P20099 F Probable oxidoreductase YyaE UniProtKB:P37519|PTN000177371 protein NCBITaxon:224308 20170228 GO_Central molybdenum ion binding -UniProtKB P37519 yyaE GO:0030288 PMID:21873635 IBA PANTHER:PTN000177395|UniProtKB:P33225|UniProtKB:P46923 C Probable oxidoreductase YyaE UniProtKB:P37519|PTN000177371 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space -UniProtKB P37518 ychF GO:0016887 PMID:21873635 IBA PANTHER:PTN000592296|SGD:S000000229|UniProtKB:Q6Z1J6|UniProtKB:Q9NTK5|UniProtKB:P0ABU2 F Ribosome-binding ATPase YchF UniProtKB:P37518|PTN000592404 protein NCBITaxon:224308 20170228 GO_Central ATPase activity -UniProtKB P37518 ychF GO:0005737 PMID:21873635 IBA PANTHER:PTN000592296|SGD:S000000229|TAIR:locus:2205255|UniProtKB:Q6Z1J6|UniProtKB:Q9NTK5|TAIR:locus:2204599|UniProtKB:Q586V0 C Ribosome-binding ATPase YchF UniProtKB:P37518|PTN000592404 protein NCBITaxon:224308 20201025 GO_Central cytoplasm -UniProtKB P37517 ccpB GO:0003700 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P36673|UniProtKB:P18811|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:Q8EBJ8 F Catabolite control protein B UniProtKB:P37517|PTN000765121 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB P37517 ccpB GO:0000976 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7|UniProtKB:P0ACP1|UniProtKB:P25144|UniProtKB:P03023|UniProtKB:P0ACQ0 F Catabolite control protein B UniProtKB:P37517|PTN000765121 protein NCBITaxon:224308 20200930 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P37517 ccpB GO:0006355 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:Q8P5C9|UniProtKB:P18811|UniProtKB:P06846|UniProtKB:P0ACP1|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P03024|UniProtKB:Q8EBJ8|UniProtKB:P25144|UniProtKB:P0ACP5|UniProtKB:G3XD97|UniProtKB:P0ACN7|UniProtKB:P25748|UniProtKB:Q2G295|UniProtKB:P0ACI3 P Catabolite control protein B UniProtKB:P37517|PTN000765121 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P37515 maa GO:0005829 PMID:21873635 IBA PANTHER:PTN001917549|UniProtKB:P37750 C Probable maltose O-acetyltransferase UniProtKB:P37515|PTN000602451 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P37515 maa GO:0008374 PMID:21873635 IBA PANTHER:PTN000602464|UniProtKB:P0ACD2|UniProtKB:P77791 F Probable maltose O-acetyltransferase UniProtKB:P37515|PTN000602451 protein NCBITaxon:224308 20200930 GO_Central O-acyltransferase activity -UniProtKB P37506 satA GO:0016747 PMID:21873635 IBA PANTHER:PTN001895304|UniProtKB:I6YG32|UniProtKB:P9WJM7|UniProtKB:P46854|UniProtKB:P0A944 F Streptothricin acetyltransferase A UniProtKB:P37506|PTN001499340 protein NCBITaxon:224308 20200810 GO_Central transferase activity, transferring acyl groups other than amino-acyl groups -UniProtKB P37504 yyaT GO:0008080 PMID:21873635 IBA PANTHER:PTN001000790|UniProtKB:Q5AHF9|MGI:MGI:1858963|SGD:S000001877|UniProtKB:Q5U9F2|RGD:1563144|TAIR:locus:2143226 F Uncharacterized protein YyaT UniProtKB:P37504|PTN001000788 protein NCBITaxon:224308 20180412 GO_Central N-acetyltransferase activity -UniProtKB P37500 yybD GO:0008080 PMID:21873635 IBA PANTHER:PTN001000790|UniProtKB:Q5AHF9|MGI:MGI:1858963|SGD:S000001877|UniProtKB:Q5U9F2|RGD:1563144|TAIR:locus:2143226 F Putative acetyltransferase BSU40680 UniProtKB:P37500|PTN000331748 protein NCBITaxon:224308 20180412 GO_Central N-acetyltransferase activity -UniProtKB P37499 yybE GO:0005829 PMID:21873635 IBA PANTHER:PTN000790637|UniProtKB:P0ACR7 C Uncharacterized HTH-type transcriptional regulator YybE UniProtKB:P37499|PTN001285650 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P37499 yybE GO:0006355 PMID:21873635 IBA PANTHER:PTN000790637|UniProtKB:P77171|UniProtKB:P0ACQ7 P Uncharacterized HTH-type transcriptional regulator YybE UniProtKB:P37499|PTN001285650 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P37499 yybE GO:0000986 PMID:21873635 IBA PANTHER:PTN000790637|UniProtKB:P0ACQ7 F Uncharacterized HTH-type transcriptional regulator YybE UniProtKB:P37499|PTN001285650 protein NCBITaxon:224308 20170228 GO_Central bacterial-type cis-regulatory region sequence-specific DNA binding -UniProtKB P37487 ppaC GO:0005737 PMID:21873635 IBA PANTHER:PTN001087311|SGD:S000001244|FB:FBgn0003116|UniProtKB:Q86TP1|UniProtKB:Q12982|RGD:1309312|UniProtKB:Q86WG3|MGI:MGI:2448730|UniProtKB:Q7Z465 C Manganese-dependent inorganic pyrophosphatase UniProtKB:P37487|PTN001469158 protein NCBITaxon:224308 20200808 GO_Central cytoplasm -UniProtKB P37487 ppaC GO:0004309 PMID:21873635 IBA PANTHER:PTN001087311|SGD:S000001244 F Manganese-dependent inorganic pyrophosphatase UniProtKB:P37487|PTN001469158 protein NCBITaxon:224308 20170228 GO_Central exopolyphosphatase activity -UniProtKB P37487 ppaC GO:0006798 PMID:21873635 IBA PANTHER:PTN001087311|SGD:S000001244 P Manganese-dependent inorganic pyrophosphatase UniProtKB:P37487|PTN001469158 protein NCBITaxon:224308 20170228 GO_Central polyphosphate catabolic process -UniProtKB P37484 gdpP GO:0006798 PMID:21873635 IBA PANTHER:PTN001087311|SGD:S000001244 P Cyclic-di-AMP phosphodiesterase GdpP UniProtKB:P37484|PTN000348220 protein NCBITaxon:224308 20170228 GO_Central polyphosphate catabolic process -UniProtKB P37484 gdpP GO:0005737 PMID:21873635 IBA PANTHER:PTN001087311|SGD:S000001244|FB:FBgn0003116|UniProtKB:Q86TP1|UniProtKB:Q12982|RGD:1309312|UniProtKB:Q86WG3|MGI:MGI:2448730|UniProtKB:Q7Z465 C Cyclic-di-AMP phosphodiesterase GdpP UniProtKB:P37484|PTN000348220 protein NCBITaxon:224308 20200808 GO_Central cytoplasm -UniProtKB P37484 gdpP GO:0004309 PMID:21873635 IBA PANTHER:PTN001087311|SGD:S000001244 F Cyclic-di-AMP phosphodiesterase GdpP UniProtKB:P37484|PTN000348220 protein NCBITaxon:224308 20170228 GO_Central exopolyphosphatase activity -UniProtKB P37483 yycA GO:0016763 PMID:21873635 IBA PANTHER:PTN002141805|UniProtKB:P76473 F Putative mannosyltransferase YycA UniProtKB:P37483|PTN002436063 protein NCBITaxon:224308 20190829 GO_Central transferase activity, transferring pentosyl groups -UniProtKB P37483 yycA GO:0005886 PMID:21873635 IBA PANTHER:PTN002141805|UniProtKB:P76473 C Putative mannosyltransferase YycA UniProtKB:P37483|PTN002436063 protein NCBITaxon:224308 20190829 GO_Central plasma membrane -UniProtKB P37478 walR GO:0005829 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P69228|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P0AE88 C Transcriptional regulatory protein WalR UniProtKB:P37478|PTN000704034 protein NCBITaxon:224308 20170829 GO_Central cytosol -UniProtKB P37478 walR GO:0032993 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EHJ3|UniProtKB:Q8EE50 C Transcriptional regulatory protein WalR UniProtKB:P37478|PTN000704034 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex -UniProtKB P37478 walR GO:0000156 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P30843|UniProtKB:P0A9Q1|UniProtKB:O07776|UniProtKB:P38684|UniProtKB:Q9I2U3|UniProtKB:P0AA16 F Transcriptional regulatory protein WalR UniProtKB:P37478|PTN000704034 protein NCBITaxon:224308 20170829 GO_Central phosphorelay response regulator activity -UniProtKB P37478 walR GO:0001216 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P21866|UniProtKB:P23836|UniProtKB:Q8EHJ3 F Transcriptional regulatory protein WalR UniProtKB:P37478|PTN000704034 protein NCBITaxon:224308 20170829 GO_Central DNA-binding transcription activator activity -UniProtKB P37478 walR GO:0000976 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P21866|UniProtKB:P69228|UniProtKB:P08368|UniProtKB:Q8EE50|UniProtKB:Q8EHJ3|UniProtKB:Q04803|UniProtKB:P23836|UniProtKB:P0A9Q1|UniProtKB:O24973 F Transcriptional regulatory protein WalR UniProtKB:P37478|PTN000704034 protein NCBITaxon:224308 20200810 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P37477 lysS GO:0000049 PMID:21873635 IBA PANTHER:PTN000502669|RGD:1359653 F Lysine--tRNA ligase UniProtKB:P37477|PTN000502776 protein NCBITaxon:224308 20181011 GO_Central tRNA binding -UniProtKB P37477 lysS GO:0005829 PMID:21873635 IBA PANTHER:PTN000502669|TAIR:locus:2098348|UniProtKB:P0A8N7|RGD:1359653|UniProtKB:P0A8N3|UniProtKB:P0A8N5|UniProtKB:Q15046 C Lysine--tRNA ligase UniProtKB:P37477|PTN000502776 protein NCBITaxon:224308 20181011 GO_Central cytosol -UniProtKB P37477 lysS GO:0006430 PMID:21873635 IBA PANTHER:PTN000502669|UniProtKB:Q15046|UniProtKB:P0A8N5|UniProtKB:P0A8N3|RGD:1359653|SGD:S000005017|UniProtKB:P9WFU7|SGD:S000002444 P Lysine--tRNA ligase UniProtKB:P37477|PTN000502776 protein NCBITaxon:224308 20181011 GO_Central lysyl-tRNA aminoacylation -UniProtKB P37477 lysS GO:0004824 PMID:21873635 IBA PANTHER:PTN000502669|SGD:S000002444|TAIR:locus:2098348|SGD:S000005017|RGD:1359653|UniProtKB:P0A8N3|UniProtKB:P0A8N5|UniProtKB:Q15046 F Lysine--tRNA ligase UniProtKB:P37477|PTN000502776 protein NCBITaxon:224308 20181011 GO_Central lysine-tRNA ligase activity -UniProtKB P37476 ftsH GO:0006508 PMID:21873635 IBA PANTHER:PTN000554253|UniProtKB:P9WQN3|SGD:S000006228|MGI:MGI:1351651|UniProtKB:Q8I526|UniProtKB:P0AAI3|UniProtKB:Q96TA2 P ATP-dependent zinc metalloprotease FtsH UniProtKB:P37476|PTN000554355 protein NCBITaxon:224308 20200930 GO_Central proteolysis -UniProtKB P37476 ftsH GO:0030163 PMID:21873635 IBA PANTHER:PTN000554354|UniProtKB:P9WQN3|UniProtKB:P37476 P ATP-dependent zinc metalloprotease FtsH UniProtKB:P37476|PTN000554355 protein NCBITaxon:224308 20170228 GO_Central protein catabolic process -UniProtKB P37476 ftsH GO:0004176 PMID:21873635 IBA PANTHER:PTN000554253|UniProtKB:Q96TA2|UniProtKB:P0AAI3|UniProtKB:Q8I526|SGD:S000006228|MGI:MGI:1351651 F ATP-dependent zinc metalloprotease FtsH UniProtKB:P37476|PTN000554355 protein NCBITaxon:224308 20170228 GO_Central ATP-dependent peptidase activity -UniProtKB P37476 ftsH GO:0005886 PMID:21873635 IBA PANTHER:PTN000554354|UniProtKB:P9WQN3 C ATP-dependent zinc metalloprotease FtsH UniProtKB:P37476|PTN000554355 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P37474 mfd GO:0003677 PMID:21873635 IBA PANTHER:PTN000618223|UniProtKB:P30958 F Transcription-repair-coupling factor UniProtKB:P37474|PTN000383804 protein NCBITaxon:224308 20190807 GO_Central DNA binding -UniProtKB P37474 mfd GO:0000716 PMID:21873635 IBA PANTHER:PTN000618223|UniProtKB:P30958 P Transcription-repair-coupling factor UniProtKB:P37474|PTN000383804 protein NCBITaxon:224308 20190807 GO_Central transcription-coupled nucleotide-excision repair, DNA damage recognition -UniProtKB P37474 mfd GO:0006355 PMID:21873635 IBA PANTHER:PTN000618223|UniProtKB:P30958 P Transcription-repair-coupling factor UniProtKB:P37474|PTN000383804 protein NCBITaxon:224308 20190807 GO_Central regulation of transcription, DNA-templated -UniProtKB P37474 mfd GO:0015616 PMID:21873635 IBA PANTHER:PTN000618223|UniProtKB:P30958 F Transcription-repair-coupling factor UniProtKB:P37474|PTN000383804 protein NCBITaxon:224308 20190807 GO_Central DNA translocase activity -UniProtKB P37474 mfd GO:0043175 PMID:21873635 IBA PANTHER:PTN000618223|UniProtKB:P30958 F Transcription-repair-coupling factor UniProtKB:P37474|PTN000383804 protein NCBITaxon:224308 20190807 GO_Central RNA polymerase core enzyme binding -UniProtKB P37472 hprT GO:0000287 PMID:21873635 IBA PANTHER:PTN000501530|UniProtKB:P00492|UniProtKB:P0A9M2 F Hypoxanthine-guanine phosphoribosyltransferase UniProtKB:P37472|PTN000501630 protein NCBITaxon:224308 20170228 GO_Central magnesium ion binding -UniProtKB P37472 hprT GO:0032264 PMID:21873635 IBA PANTHER:PTN000501530|UniProtKB:P0A9M2 P Hypoxanthine-guanine phosphoribosyltransferase UniProtKB:P37472|PTN000501630 protein NCBITaxon:224308 20170228 GO_Central IMP salvage -UniProtKB P37472 hprT GO:0032263 PMID:21873635 IBA PANTHER:PTN000501530|UniProtKB:P0A9M2 P Hypoxanthine-guanine phosphoribosyltransferase UniProtKB:P37472|PTN000501630 protein NCBITaxon:224308 20170228 GO_Central GMP salvage -UniProtKB P37472 hprT GO:0046100 PMID:21873635 IBA PANTHER:PTN000501530|MGI:MGI:96217|UniProtKB:P00492|RGD:2826|TAIR:locus:2012986 P Hypoxanthine-guanine phosphoribosyltransferase UniProtKB:P37472|PTN000501630 protein NCBITaxon:224308 20200810 GO_Central hypoxanthine metabolic process -UniProtKB P37472 hprT GO:0006178 PMID:21873635 IBA PANTHER:PTN000501530|MGI:MGI:96217|UniProtKB:P00492 P Hypoxanthine-guanine phosphoribosyltransferase UniProtKB:P37472|PTN000501630 protein NCBITaxon:224308 20170228 GO_Central guanine salvage -UniProtKB P37472 hprT GO:0006168 PMID:21873635 IBA PANTHER:PTN000501530|MGI:MGI:96217 P Hypoxanthine-guanine phosphoribosyltransferase UniProtKB:P37472|PTN000501630 protein NCBITaxon:224308 20170228 GO_Central adenine salvage -UniProtKB P37472 hprT GO:0004422 PMID:21873635 IBA PANTHER:PTN000501530|TAIR:locus:2012986|UniProtKB:Q8IJS1|UniProtKB:P00492|UniProtKB:Q9W719|UniProtKB:P0A9M2|UniProtKB:P9WHQ9|MGI:MGI:96217|RGD:2826 F Hypoxanthine-guanine phosphoribosyltransferase UniProtKB:P37472|PTN000501630 protein NCBITaxon:224308 20170228 GO_Central hypoxanthine phosphoribosyltransferase activity -UniProtKB P37470 spoVC GO:0004045 PMID:21873635 IBA PANTHER:PTN000425416|UniProtKB:P0A7D1|UniProtKB:P9WHN7|SGD:S000001232 F Peptidyl-tRNA hydrolase UniProtKB:P37470|PTN000425477 protein NCBITaxon:224308 20170228 GO_Central aminoacyl-tRNA hydrolase activity -UniProtKB P37469 dnaC GO:0006268 PMID:21873635 IBA PANTHER:PTN001248911|UniProtKB:P0ACB0 P Replicative DNA helicase UniProtKB:P37469|PTN001248919 protein NCBITaxon:224308 20170228 GO_Central DNA unwinding involved in DNA replication -UniProtKB P37469 dnaC GO:0003678 PMID:21873635 IBA PANTHER:PTN001248911|UniProtKB:P0ACB0 F Replicative DNA helicase UniProtKB:P37469|PTN001248919 protein NCBITaxon:224308 20170228 GO_Central DNA helicase activity -UniProtKB P37469 dnaC GO:0005829 PMID:21873635 IBA PANTHER:PTN001248911|UniProtKB:P0ACB0 C Replicative DNA helicase UniProtKB:P37469|PTN001248919 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P37468 rsmA GO:0005829 PMID:21873635 IBA PANTHER:PTN000197981|UniProtKB:P06992 C Ribosomal RNA small subunit methyltransferase A UniProtKB:P37468|PTN000197984 protein NCBITaxon:224308 20200821 GO_Central cytosol -UniProtKB P37468 rsmA GO:0031167 PMID:21873635 IBA PANTHER:PTN000197843|UniProtKB:P06992|UniProtKB:Q9UNQ2 P Ribosomal RNA small subunit methyltransferase A UniProtKB:P37468|PTN000197984 protein NCBITaxon:224308 20200929 GO_Central rRNA methylation -UniProtKB P37468 rsmA GO:0000179 PMID:21873635 IBA PANTHER:PTN000197843|UniProtKB:P06992|TAIR:locus:2155031|UniProtKB:Q9UNQ2|TAIR:locus:2061982|UniProtKB:Q8WVM0 F Ribosomal RNA small subunit methyltransferase A UniProtKB:P37468|PTN000197984 protein NCBITaxon:224308 20170228 GO_Central rRNA (adenine-N6,N6-)-dimethyltransferase activity -UniProtKB P37455 ssbA GO:0009295 PMID:21873635 IBA PANTHER:PTN000033807|TAIR:locus:2119767|SGD:S000007222|UniProtKB:Q04837|FB:FBgn0010438 C Single-stranded DNA-binding protein A UniProtKB:P37455|PTN000033865 protein NCBITaxon:224308 20200807 GO_Central nucleoid -UniProtKB P37455 ssbA GO:0051096 PMID:21873635 IBA PANTHER:PTN000033807|UniProtKB:Q04837 P Single-stranded DNA-binding protein A UniProtKB:P37455|PTN000033865 protein NCBITaxon:224308 20180301 GO_Central positive regulation of helicase activity -UniProtKB P37455 ssbA GO:0003697 PMID:21873635 IBA PANTHER:PTN000033807|UniProtKB:P9WGD5|UniProtKB:P0AGE0|PomBase:SPAC2F3.04c|FB:FBgn0010438|TAIR:locus:2136083|TAIR:locus:2015353|UniProtKB:Q8I415|TAIR:locus:2086889|UniProtKB:Q8GWJ4|TAIR:locus:2119767|SGD:S000007222|UniProtKB:Q04837 F Single-stranded DNA-binding protein A UniProtKB:P37455|PTN000033865 protein NCBITaxon:224308 20180301 GO_Central single-stranded DNA binding -UniProtKB P37454 exoA GO:0008311 PMID:21873635 IBA PANTHER:PTN000507731|SGD:S000000115|PomBase:SPBC3D6.10 F Exodeoxyribonuclease UniProtKB:P37454|PTN000507854 protein NCBITaxon:224308 20170228 GO_Central double-stranded DNA 3'-5' exodeoxyribonuclease activity -UniProtKB P37454 exoA GO:0006284 PMID:21873635 IBA PANTHER:PTN000507731|SGD:S000000115|UniProtKB:P27695|WB:WBGene00001372 P Exodeoxyribonuclease UniProtKB:P37454|PTN000507854 protein NCBITaxon:224308 20170228 GO_Central base-excision repair -UniProtKB P37454 exoA GO:0004528 PMID:21873635 IBA PANTHER:PTN000507731|TAIR:locus:2060540|PomBase:SPBC3D6.10 F Exodeoxyribonuclease UniProtKB:P37454|PTN000507854 protein NCBITaxon:224308 20170620 GO_Central phosphodiesterase I activity -UniProtKB P37454 exoA GO:0003906 PMID:21873635 IBA PANTHER:PTN000507731|UniProtKB:P27695|WB:WBGene00001372|FB:FBgn0004584|PomBase:SPBC3D6.10|SGD:S000000115|TAIR:locus:2060540 F Exodeoxyribonuclease UniProtKB:P37454|PTN000507854 protein NCBITaxon:224308 20170228 GO_Central DNA-(apurinic or apyrimidinic site) endonuclease activity -UniProtKB P37437 rplI GO:0022625 PMID:21873635 IBA PANTHER:PTN000483103|UniProtKB:P0A7R1 C 50S ribosomal protein L9 UniProtKB:P37437|PTN000483104 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P37253 ilvC GO:0005829 PMID:21873635 IBA PANTHER:PTN000483145|UniProtKB:P05793 C Ketol-acid reductoisomerase (NADP(+)) UniProtKB:P37253|PTN000483146 protein NCBITaxon:224308 20170602 GO_Central cytosol -UniProtKB P37253 ilvC GO:0009097 PMID:21873635 IBA PANTHER:PTN000483120|UniProtKB:P05793 P Ketol-acid reductoisomerase (NADP(+)) UniProtKB:P37253|PTN000483146 protein NCBITaxon:224308 20170602 GO_Central isoleucine biosynthetic process -UniProtKB P37253 ilvC GO:0004455 PMID:21873635 IBA PANTHER:PTN000483120|UniProtKB:P05793|UniProtKB:P05989|SGD:S000004347 F Ketol-acid reductoisomerase (NADP(+)) UniProtKB:P37253|PTN000483146 protein NCBITaxon:224308 20170602 GO_Central ketol-acid reductoisomerase activity -UniProtKB P37253 ilvC GO:0009099 PMID:21873635 IBA PANTHER:PTN000483120|UniProtKB:P05793 P Ketol-acid reductoisomerase (NADP(+)) UniProtKB:P37253|PTN000483146 protein NCBITaxon:224308 20170602 GO_Central valine biosynthetic process -UniProtKB P37252 ilvH GO:0003984 PMID:21873635 IBA PANTHER:PTN000767018|UniProtKB:P00894 F Acetolactate synthase small subunit UniProtKB:P37252|PTN001250024 protein NCBITaxon:224308 20170228 GO_Central acetolactate synthase activity -UniProtKB P37252 ilvH GO:0009099 PMID:21873635 IBA PANTHER:PTN000767018|TAIR:locus:2171292|TAIR:locus:2045248|UniProtKB:P00894 P Acetolactate synthase small subunit UniProtKB:P37252|PTN001250024 protein NCBITaxon:224308 20170228 GO_Central valine biosynthetic process -UniProtKB P37252 ilvH GO:0005829 PMID:21873635 IBA PANTHER:PTN000767018|UniProtKB:P00894|TAIR:locus:2171292 C Acetolactate synthase small subunit UniProtKB:P37252|PTN001250024 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P37252 ilvH GO:0009097 PMID:21873635 IBA PANTHER:PTN000767018|UniProtKB:P00894 P Acetolactate synthase small subunit UniProtKB:P37252|PTN001250024 protein NCBITaxon:224308 20170228 GO_Central isoleucine biosynthetic process -UniProtKB P37251 ilvB GO:0009099 PMID:21873635 IBA PANTHER:PTN000438758|UniProtKB:P08142|UniProtKB:P9WG41|UniProtKB:A0A1D8PJF9|PomBase:SPBP35G2.07|UniProtKB:P00893|TAIR:locus:2114525 P Acetolactate synthase large subunit UniProtKB:P37251|PTN000438799 protein NCBITaxon:224308 20200220 GO_Central valine biosynthetic process -UniProtKB P37251 ilvB GO:0050660 PMID:21873635 IBA PANTHER:PTN000438682|UniProtKB:P0AEP7|SGD:S000004714 F Acetolactate synthase large subunit UniProtKB:P37251|PTN000438799 protein NCBITaxon:224308 20200220 GO_Central flavin adenine dinucleotide binding -UniProtKB P37251 ilvB GO:0005948 PMID:21873635 IBA PANTHER:PTN000438758|UniProtKB:P08142|SGD:S000004714 C Acetolactate synthase large subunit UniProtKB:P37251|PTN000438799 protein NCBITaxon:224308 20200220 GO_Central acetolactate synthase complex -UniProtKB P37251 ilvB GO:0009097 PMID:21873635 IBA PANTHER:PTN000438758|UniProtKB:P08142|UniProtKB:P9WG41|UniProtKB:A0A1D8PJF9|PomBase:SPBP35G2.07|UniProtKB:P00893 P Acetolactate synthase large subunit UniProtKB:P37251|PTN000438799 protein NCBITaxon:224308 20200220 GO_Central isoleucine biosynthetic process -UniProtKB P37251 ilvB GO:0003984 PMID:21873635 IBA PANTHER:PTN000438682|TAIR:locus:2114525|UniProtKB:P00893|SGD:S000004714|PomBase:SPBP35G2.07|UniProtKB:P08142|UniProtKB:P9WG41|UniProtKB:P9WG39 F Acetolactate synthase large subunit UniProtKB:P37251|PTN000438799 protein NCBITaxon:224308 20200220 GO_Central acetolactate synthase activity -UniProtKB P37963 spoVID GO:0008932 PMID:21873635 IBA PANTHER:PTN002330604|UniProtKB:P0AEZ7 F Stage VI sporulation protein D UniProtKB:P37963|PTN002852872 protein NCBITaxon:224308 20171201 GO_Central lytic endotransglycosylase activity -UniProtKB P37956 splB GO:0051539 PMID:21873635 IBA PANTHER:PTN002208719|UniProtKB:P37956 F Spore photoproduct lyase UniProtKB:P37956|PTN002208731 protein NCBITaxon:224308 20170901 GO_Central 4 iron, 4 sulfur cluster binding -UniProtKB P37956 splB GO:0042601 PMID:21873635 IBA PANTHER:PTN002208719|UniProtKB:P37956 C Spore photoproduct lyase UniProtKB:P37956|PTN002208731 protein NCBITaxon:224308 20170901 GO_Central endospore-forming forespore -UniProtKB P37956 splB GO:1904047 PMID:21873635 IBA PANTHER:PTN002208719|UniProtKB:P37956 F Spore photoproduct lyase UniProtKB:P37956|PTN002208731 protein NCBITaxon:224308 20210129 GO_Central S-adenosyl-L-methionine binding -UniProtKB P37956 splB GO:0003913 PMID:21873635 IBA PANTHER:PTN002208719|UniProtKB:P37956 F Spore photoproduct lyase UniProtKB:P37956|PTN002208731 protein NCBITaxon:224308 20170901 GO_Central DNA photolyase activity -UniProtKB P37947 degA GO:0006355 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:Q8P5C9|UniProtKB:P18811|UniProtKB:P06846|UniProtKB:P0ACP1|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P03024|UniProtKB:Q8EBJ8|UniProtKB:P25144|UniProtKB:P0ACP5|UniProtKB:G3XD97|UniProtKB:P0ACN7|UniProtKB:P25748|UniProtKB:Q2G295|UniProtKB:P0ACI3 P HTH-type transcriptional regulator DegA UniProtKB:P37947|PTN000765125 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P37947 degA GO:0003700 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P36673|UniProtKB:P18811|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:Q8EBJ8 F HTH-type transcriptional regulator DegA UniProtKB:P37947|PTN000765125 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB P37947 degA GO:0000976 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7|UniProtKB:P0ACP1|UniProtKB:P25144|UniProtKB:P03023|UniProtKB:P0ACQ0 F HTH-type transcriptional regulator DegA UniProtKB:P37947|PTN000765125 protein NCBITaxon:224308 20200930 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P37946 ilvA GO:0006567 PMID:21873635 IBA PANTHER:PTN002463966|SGD:S000000569|SGD:S000000888 P L-threonine dehydratase biosynthetic IlvA UniProtKB:P37946|PTN000034658 protein NCBITaxon:224308 20181004 GO_Central threonine catabolic process -UniProtKB P37946 ilvA GO:0004794 PMID:21873635 IBA PANTHER:PTN002463966|SGD:S000000569|SGD:S000000888|UniProtKB:P04968|PomBase:SPBC1677.03c|TAIR:locus:2100078 F L-threonine dehydratase biosynthetic IlvA UniProtKB:P37946|PTN000034658 protein NCBITaxon:224308 20200810 GO_Central L-threonine ammonia-lyase activity -UniProtKB P37946 ilvA GO:0009097 PMID:21873635 IBA PANTHER:PTN002463966|PomBase:SPBC1677.03c|TAIR:locus:2100078|CGD:CAL0000199398|SGD:S000000888|UniProtKB:P04968 P L-threonine dehydratase biosynthetic IlvA UniProtKB:P37946|PTN000034658 protein NCBITaxon:224308 20181004 GO_Central isoleucine biosynthetic process -UniProtKB P37944 aroK GO:0004765 PMID:21873635 IBA PANTHER:PTN000472479|UniProtKB:P0A6E1|UniProtKB:P0A6D7|UniProtKB:P9WPY3 F Shikimate kinase UniProtKB:P37944|PTN000472480 protein NCBITaxon:224308 20201209 GO_Central shikimate kinase activity -UniProtKB P37944 aroK GO:0005829 PMID:21873635 IBA PANTHER:PTN000472457|UniProtKB:P0A6D7 C Shikimate kinase UniProtKB:P37944|PTN000472480 protein NCBITaxon:224308 20181004 GO_Central cytosol -UniProtKB P37944 aroK GO:0009423 PMID:21873635 IBA PANTHER:PTN000472479|UniProtKB:P0A6D7 P Shikimate kinase UniProtKB:P37944|PTN000472480 protein NCBITaxon:224308 20201209 GO_Central chorismate biosynthetic process -UniProtKB P37940 bfmBAA GO:0003826 PMID:21873635 IBA PANTHER:PTN000162347|UniProtKB:P12694 F 2-oxoisovalerate dehydrogenase subunit alpha UniProtKB:P37940|PTN000162348 protein NCBITaxon:224308 20170601 GO_Central alpha-ketoacid dehydrogenase activity -UniProtKB P37940 bfmBAA GO:0009083 PMID:21873635 IBA PANTHER:PTN000162347|UniProtKB:P12694 P 2-oxoisovalerate dehydrogenase subunit alpha UniProtKB:P37940|PTN000162348 protein NCBITaxon:224308 20170601 GO_Central branched-chain amino acid catabolic process -UniProtKB P71019 fabD GO:0005829 PMID:21873635 IBA PANTHER:PTN000104995|UniProtKB:P9WNG5|UniProtKB:P0AAI9 C Malonyl CoA-acyl carrier protein transacylase UniProtKB:P71019|PTN000104980 protein NCBITaxon:224308 20181220 GO_Central cytosol -UniProtKB P71019 fabD GO:0006633 PMID:21873635 IBA PANTHER:PTN002448244|UniProtKB:G3XCZ6|UniProtKB:P0AAI9|UniProtKB:P9WNG5|UniProtKB:Q8IVS2 P Malonyl CoA-acyl carrier protein transacylase UniProtKB:P71019|PTN000104980 protein NCBITaxon:224308 20181220 GO_Central fatty acid biosynthetic process -UniProtKB P71019 fabD GO:0004314 PMID:21873635 IBA PANTHER:PTN002448244|UniProtKB:P9WNG5|SGD:S000005747|UniProtKB:P0AAI9|UniProtKB:Q8IVS2 F Malonyl CoA-acyl carrier protein transacylase UniProtKB:P71019|PTN000104980 protein NCBITaxon:224308 20181220 GO_Central [acyl-carrier-protein] S-malonyltransferase activity -UniProtKB P71062 epsL GO:0016780 PMID:21873635 IBA PANTHER:PTN001255017|UniProtKB:P71241 F Uncharacterized sugar transferase EpsL UniProtKB:P71062|PTN001255020 protein NCBITaxon:224308 20170228 GO_Central phosphotransferase activity, for other substituted phosphate groups -UniProtKB P71067 lutP GO:0015129 PMID:21873635 IBA PANTHER:PTN000768163|UniProtKB:Q46839|UniProtKB:P33231 F L-lactate permease UniProtKB:P71067|PTN000768166 protein NCBITaxon:224308 20181018 GO_Central lactate transmembrane transporter activity -UniProtKB P71067 lutP GO:0005886 PMID:21873635 IBA PANTHER:PTN000768163|UniProtKB:Q46839|UniProtKB:P33231 C L-lactate permease UniProtKB:P71067|PTN000768166 protein NCBITaxon:224308 20181018 GO_Central plasma membrane -UniProtKB P71067 lutP GO:0015295 PMID:21873635 IBA PANTHER:PTN000768163|UniProtKB:P33231|UniProtKB:Q46839 F L-lactate permease UniProtKB:P71067|PTN000768166 protein NCBITaxon:224308 20181018 GO_Central solute:proton symporter activity -UniProtKB P71082 ygaD GO:0055085 PMID:21873635 IBA PANTHER:PTN000657189|PomBase:SPCC663.03|MGI:MGI:97570|UniProtKB:Q03519|UniProtKB:P29018|UniProtKB:Q9FNU2|WB:WBGene00001815|UniProtKB:O53645|WB:WBGene00001811|RGD:619930|UniProtKB:O95342|UniProtKB:Q2M3G0|UniProtKB:Q9NUT2|UniProtKB:P08183|PomBase:SPCC737.09c|UniProtKB:Q03518|PomBase:SPBC25B2.02c P Putative multidrug export ATP-binding/permease protein YgaD UniProtKB:P71082|PTN000657723 protein NCBITaxon:224308 20210102 GO_Central transmembrane transport -UniProtKB P71082 ygaD GO:0034040 PMID:21873635 IBA PANTHER:PTN000657720|UniProtKB:P60752 F Putative multidrug export ATP-binding/permease protein YgaD UniProtKB:P71082|PTN000657723 protein NCBITaxon:224308 20170228 GO_Central ATPase-coupled lipid transmembrane transporter activity -UniProtKB P71082 ygaD GO:0042626 PMID:21873635 IBA PANTHER:PTN000657189|ZFIN:ZDB-GENE-080204-52|FB:FBgn0004513|UniProtKB:P29018|TAIR:locus:2041434|MGI:MGI:98483|PomBase:SPCC663.03|UniProtKB:Q03519|UniProtKB:Q9NP78|UniProtKB:Q9NP58|MGI:MGI:97570|UniProtKB:P21439|UniProtKB:P08183|PomBase:SPCC737.09c|SGD:S000004916|PomBase:SPBC25B2.02c|UniProtKB:Q03518|UniProtKB:A0A1D8PKI5|RGD:619930|UniProtKB:P60752|UniProtKB:O95342 F Putative multidrug export ATP-binding/permease protein YgaD UniProtKB:P71082|PTN000657723 protein NCBITaxon:224308 20210102 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB P71083 ygaE GO:0055085 PMID:21873635 IBA PANTHER:PTN002021271|UniProtKB:P32715 P UPF0421 protein YgaE UniProtKB:P71083|PTN001577034 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport -UniProtKB P71083 ygaE GO:0005886 PMID:21873635 IBA PANTHER:PTN002021271|UniProtKB:P33011|UniProtKB:P45537|UniProtKB:P75870|UniProtKB:P76186|UniProtKB:P32715|UniProtKB:P46481 C UPF0421 protein YgaE UniProtKB:P71083|PTN001577034 protein NCBITaxon:224308 20170420 GO_Central plasma membrane -UniProtKB P71083 ygaE GO:0022857 PMID:21873635 IBA PANTHER:PTN002021271|UniProtKB:P32715 F UPF0421 protein YgaE UniProtKB:P71083|PTN001577034 protein NCBITaxon:224308 20190111 GO_Central transmembrane transporter activity -UniProtKB P38050 pbpF GO:0046677 PMID:21873635 IBA PANTHER:PTN001283969|UniProtKB:P02918|UniProtKB:P02919 P Penicillin-binding protein 1F UniProtKB:P38050|PTN001283979 protein NCBITaxon:224308 20170601 GO_Central response to antibiotic -UniProtKB P38050 pbpF GO:0009252 PMID:21873635 IBA PANTHER:PTN001283970|UniProtKB:P76577|UniProtKB:P02918|UniProtKB:P02919 P Penicillin-binding protein 1F UniProtKB:P38050|PTN001283979 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan biosynthetic process -UniProtKB P38050 pbpF GO:0008658 PMID:21873635 IBA PANTHER:PTN001283969|UniProtKB:P02919|UniProtKB:P76577|UniProtKB:Q07806|UniProtKB:P71707|UniProtKB:P02918 F Penicillin-binding protein 1F UniProtKB:P38050|PTN001283979 protein NCBITaxon:224308 20170601 GO_Central penicillin binding -UniProtKB P38050 pbpF GO:0008955 PMID:21873635 IBA PANTHER:PTN001283970|UniProtKB:P02918|UniProtKB:P76577|UniProtKB:P02919 F Penicillin-binding protein 1F UniProtKB:P38050|PTN001283979 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan glycosyltransferase activity -UniProtKB P38032 nadB GO:0008734 PMID:21873635 IBA PANTHER:PTN000180385|UniProtKB:P10902 F L-aspartate oxidase UniProtKB:P38032|PTN000180386 protein NCBITaxon:224308 20170228 GO_Central L-aspartate oxidase activity -UniProtKB P38032 nadB GO:0034628 PMID:21873635 IBA PANTHER:PTN000180385|UniProtKB:P10902 P L-aspartate oxidase UniProtKB:P38032|PTN000180386 protein NCBITaxon:224308 20170228 GO_Central 'de novo' NAD biosynthetic process from aspartate -UniProtKB P38021 rocD GO:0042802 PMID:21873635 IBA PANTHER:PTN000241033|UniProtKB:P04181 F Ornithine aminotransferase UniProtKB:P38021|PTN000241225 protein NCBITaxon:224308 20170228 GO_Central identical protein binding -UniProtKB P38021 rocD GO:0030170 PMID:21873635 IBA PANTHER:PTN000241033|UniProtKB:P18335|UniProtKB:P42588 F Ornithine aminotransferase UniProtKB:P38021|PTN000241225 protein NCBITaxon:224308 20200808 GO_Central pyridoxal phosphate binding -UniProtKB P38494 ypfD GO:0003735 PMID:21873635 IBA PANTHER:PTN000076677|UniProtKB:P0AG67 F 30S ribosomal protein S1 homolog UniProtKB:P38494|PTN000076735 protein NCBITaxon:224308 20171222 GO_Central structural constituent of ribosome -UniProtKB P38494 ypfD GO:0003729 PMID:21873635 IBA PANTHER:PTN000076677|UniProtKB:P0AG67|TAIR:locus:2145860 F 30S ribosomal protein S1 homolog UniProtKB:P38494|PTN000076735 protein NCBITaxon:224308 20171222 GO_Central mRNA binding -UniProtKB P38494 ypfD GO:0006412 PMID:21873635 IBA PANTHER:PTN000076677|UniProtKB:P0AG67 P 30S ribosomal protein S1 homolog UniProtKB:P38494|PTN000076735 protein NCBITaxon:224308 20171222 GO_Central translation -UniProtKB P38494 ypfD GO:0022627 PMID:21873635 IBA PANTHER:PTN000076734|UniProtKB:P0AG67 C 30S ribosomal protein S1 homolog UniProtKB:P38494|PTN000076735 protein NCBITaxon:224308 20171222 GO_Central cytosolic small ribosomal subunit -UniProtKB P38493 cmk GO:0015949 PMID:21873635 IBA PANTHER:PTN000480631|UniProtKB:P0A6I0 P Cytidylate kinase UniProtKB:P38493|PTN000480632 protein NCBITaxon:224308 20190820 GO_Central nucleobase-containing small molecule interconversion -UniProtKB P38493 cmk GO:0005829 PMID:21873635 IBA PANTHER:PTN000480630|UniProtKB:P31663|UniProtKB:P0A6I0 C Cytidylate kinase UniProtKB:P38493|PTN000480632 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P38493 cmk GO:0004127 PMID:21873635 IBA PANTHER:PTN000480631|UniProtKB:P0A6I0|UniProtKB:P9WPA9 F Cytidylate kinase UniProtKB:P38493|PTN000480632 protein NCBITaxon:224308 20170228 GO_Central cytidylate kinase activity -UniProtKB P38424 engB GO:0005829 PMID:21873635 IBA PANTHER:PTN000182919|UniProtKB:P0A6P7 C Probable GTP-binding protein EngB UniProtKB:P38424|PTN000182920 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P39071 dhbA GO:0030497 PMID:21873635 IBA PANTHER:PTN001211919|UniProtKB:P71079|UniProtKB:P0A2C9|UniProtKB:P0AEK2 P 2,3-dihydro-2,3-dihydroxybenzoate dehydrogenase UniProtKB:P39071|PTN001215133 protein NCBITaxon:224308 20190227 GO_Central fatty acid elongation -UniProtKB P39071 dhbA GO:0016616 PMID:21873635 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:P0AG84|UniProtKB:Q8N4T8|UniProtKB:Q92506|UniProtKB:O54438|UniProtKB:P0AEK2|UniProtKB:P05707|UniProtKB:P37769|UniProtKB:Q8I2S7|UniProtKB:P9WGT1|UniProtKB:A0A1D8PPB1|SGD:S000001538 F 2,3-dihydro-2,3-dihydroxybenzoate dehydrogenase UniProtKB:P39071|PTN001215133 protein NCBITaxon:224308 20190227 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB P39063 ytxD GO:0016021 PMID:21873635 IBA PANTHER:PTN001252377|UniProtKB:P09348 C Uncharacterized protein YtxD UniProtKB:P39063|PTN001252386 protein NCBITaxon:224308 20200809 GO_Central integral component of membrane -UniProtKB P39063 ytxD GO:0071978 PMID:21873635 IBA PANTHER:PTN001252377|UniProtKB:Q9HUL1|UniProtKB:G3XD73 P Uncharacterized protein YtxD UniProtKB:P39063|PTN001252386 protein NCBITaxon:224308 20170228 GO_Central bacterial-type flagellum-dependent swarming motility -UniProtKB P39063 ytxD GO:0005886 PMID:21873635 IBA PANTHER:PTN001252377|UniProtKB:P09348 C Uncharacterized protein YtxD UniProtKB:P39063|PTN001252386 protein NCBITaxon:224308 20200809 GO_Central plasma membrane -UniProtKB P39847 ppsC GO:0000036 PMID:21873635 IBA PANTHER:PTN002455606|UniProtKB:P9WQ63 F Plipastatin synthase subunit C UniProtKB:P39847|PTN000644471 protein NCBITaxon:224308 20180620 GO_Central acyl carrier activity -UniProtKB P39847 ppsC GO:0005737 PMID:21873635 IBA PANTHER:PTN002455606|FB:FBgn0000527 C Plipastatin synthase subunit C UniProtKB:P39847|PTN000644471 protein NCBITaxon:224308 20180620 GO_Central cytoplasm -UniProtKB P39847 ppsC GO:0031177 PMID:21873635 IBA PANTHER:PTN002455606|UniProtKB:P9WQ63 F Plipastatin synthase subunit C UniProtKB:P39847|PTN000644471 protein NCBITaxon:224308 20180620 GO_Central phosphopantetheine binding -UniProtKB P39845 ppsA GO:0044550 PMID:21873635 IBA PANTHER:PTN002378821|UniProtKB:Q9KTV9|UniProtKB:P11454|UniProtKB:Q9I181|PomBase:SPAC23G3.02c P Plipastatin synthase subunit A UniProtKB:P39845|PTN000644468 protein NCBITaxon:224308 20181121 GO_Central secondary metabolite biosynthetic process -UniProtKB P39845 ppsA GO:0005829 PMID:21873635 IBA PANTHER:PTN002378851|UniProtKB:P11454 C Plipastatin synthase subunit A UniProtKB:P39845|PTN000644468 protein NCBITaxon:224308 20171018 GO_Central cytosol -UniProtKB P39845 ppsA GO:0031177 PMID:21873635 IBA PANTHER:PTN002378821|UniProtKB:P11454 F Plipastatin synthase subunit A UniProtKB:P39845|PTN000644468 protein NCBITaxon:224308 20171018 GO_Central phosphopantetheine binding -UniProtKB P39845 ppsA GO:0005737 PMID:21873635 IBA PANTHER:PTN002378821|UniProtKB:P11454 C Plipastatin synthase subunit A UniProtKB:P39845|PTN000644468 protein NCBITaxon:224308 20181121 GO_Central cytoplasm -UniProtKB P39845 ppsA GO:0043041 PMID:21873635 IBA PANTHER:PTN002378821|UniProtKB:P11454 P Plipastatin synthase subunit A UniProtKB:P39845|PTN000644468 protein NCBITaxon:224308 20171018 GO_Central amino acid activation for nonribosomal peptide biosynthetic process -UniProtKB P39844 dacC GO:0004185 PMID:21873635 IBA PANTHER:PTN000768632|UniProtKB:P24228|dictyBase:DDB_G0271902|UniProtKB:Q9HZG1 F D-alanyl-D-alanine carboxypeptidase DacC UniProtKB:P39844|PTN000768639 protein NCBITaxon:224308 20190822 GO_Central serine-type carboxypeptidase activity -UniProtKB P39844 dacC GO:0006508 PMID:21873635 IBA PANTHER:PTN000768632|dictyBase:DDB_G0271902 P D-alanyl-D-alanine carboxypeptidase DacC UniProtKB:P39844|PTN000768639 protein NCBITaxon:224308 20190822 GO_Central proteolysis -UniProtKB P39844 dacC GO:0000270 PMID:21873635 IBA PANTHER:PTN000768632|UniProtKB:Q9HZG1|UniProtKB:P24228 P D-alanyl-D-alanine carboxypeptidase DacC UniProtKB:P39844|PTN000768639 protein NCBITaxon:224308 20190822 GO_Central peptidoglycan metabolic process -UniProtKB P39841 yvyI GO:0045892 PMID:21873635 IBA PANTHER:PTN001825872|UniProtKB:P52003|UniProtKB:P0ACR9 P Putative mannose-6-phosphate isomerase YvyI UniProtKB:P39841|PTN000437824 protein NCBITaxon:224308 20170413 GO_Central negative regulation of transcription, DNA-templated -UniProtKB P39841 yvyI GO:0000976 PMID:21873635 IBA PANTHER:PTN001825872|UniProtKB:P52003 F Putative mannose-6-phosphate isomerase YvyI UniProtKB:P39841|PTN000437824 protein NCBITaxon:224308 20170413 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P39839 yuxL GO:0004252 PMID:21873635 IBA PANTHER:PTN000198548|UniProtKB:P13798 F Uncharacterized peptidase YuxL UniProtKB:P39839|PTN000198636 protein NCBITaxon:224308 20190227 GO_Central serine-type endopeptidase activity -UniProtKB P39821 proA GO:0004350 PMID:21873635 IBA PANTHER:PTN000115463|UniProtKB:P07004|SGD:S000005850|UniProtKB:P54886 F Gamma-glutamyl phosphate reductase UniProtKB:P39821|PTN000115527 protein NCBITaxon:224308 20170228 GO_Central glutamate-5-semialdehyde dehydrogenase activity -UniProtKB P39820 proB GO:0005829 PMID:21873635 IBA PANTHER:PTN000115542|TAIR:locus:2200580|UniProtKB:P0A7B5 C Glutamate 5-kinase 1 UniProtKB:P39820|PTN000115565 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P39820 proB GO:0006561 PMID:21873635 IBA PANTHER:PTN000115542|PomBase:SPAC17H9.13c|UniProtKB:P0A7B5|SGD:S000002708 P Glutamate 5-kinase 1 UniProtKB:P39820|PTN000115565 protein NCBITaxon:224308 20170228 GO_Central proline biosynthetic process -UniProtKB P39820 proB GO:0004349 PMID:21873635 IBA PANTHER:PTN000115542|UniProtKB:P0A7B5|SGD:S000002708 F Glutamate 5-kinase 1 UniProtKB:P39820|PTN000115565 protein NCBITaxon:224308 20170228 GO_Central glutamate 5-kinase activity -UniProtKB P39817 gltP GO:0016020 PMID:21873635 IBA PANTHER:PTN000943442|UniProtKB:P0AGE4|UniProtKB:P21345|UniProtKB:P0A830|UniProtKB:P77529 C Proton/glutamate-aspartate symporter UniProtKB:P39817|PTN000238532 protein NCBITaxon:224308 20200809 GO_Central membrane -UniProtKB P39817 gltP GO:0006835 PMID:21873635 IBA PANTHER:PTN000238530|UniProtKB:P21345 P Proton/glutamate-aspartate symporter UniProtKB:P39817|PTN000238532 protein NCBITaxon:224308 20170608 GO_Central dicarboxylic acid transport -UniProtKB P39817 gltP GO:0022857 PMID:21873635 IBA PANTHER:PTN001735301|UniProtKB:P0A830|UniProtKB:P77529|UniProtKB:P0AGE4 F Proton/glutamate-aspartate symporter UniProtKB:P39817|PTN000238532 protein NCBITaxon:224308 20190111 GO_Central transmembrane transporter activity -UniProtKB P39817 gltP GO:0005886 PMID:21873635 IBA PANTHER:PTN001735301|UniProtKB:P0AGE4|UniProtKB:P21345|UniProtKB:P77529|UniProtKB:P0A830 C Proton/glutamate-aspartate symporter UniProtKB:P39817|PTN000238532 protein NCBITaxon:224308 20200809 GO_Central plasma membrane -UniProtKB P39816 gamP GO:0009401 PMID:21873635 IBA PANTHER:PTN002011274|UniProtKB:P09323|UniProtKB:P69786 P Putative PTS system glucosamine-specific EIICBA component UniProtKB:P39816|PTN000768514 protein NCBITaxon:224308 20190822 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB P39816 gamP GO:0005887 PMID:21873635 IBA PANTHER:PTN002011274|UniProtKB:P69786 C Putative PTS system glucosamine-specific EIICBA component UniProtKB:P39816|PTN000768514 protein NCBITaxon:224308 20190822 GO_Central integral component of plasma membrane -UniProtKB P39816 gamP GO:0090563 PMID:21873635 IBA PANTHER:PTN002011274|UniProtKB:P69786|UniProtKB:P09323 F Putative PTS system glucosamine-specific EIICBA component UniProtKB:P39816|PTN000768514 protein NCBITaxon:224308 20190822 GO_Central protein-phosphocysteine-sugar phosphotransferase activity -UniProtKB P39815 trmFO GO:0002098 PMID:21873635 IBA PANTHER:PTN000211371|SGD:S000003205|UniProtKB:P0A6U3|MGI:MGI:1915541 P Methylenetetrahydrofolate--tRNA-(uracil-5-)-methyltransferase TrmFO UniProtKB:P39815|PTN000211430 protein NCBITaxon:224308 20170228 GO_Central tRNA wobble uridine modification -UniProtKB P39815 trmFO GO:0030488 PMID:21873635 IBA PANTHER:PTN000211371|UniProtKB:P0A6U3 P Methylenetetrahydrofolate--tRNA-(uracil-5-)-methyltransferase TrmFO UniProtKB:P39815|PTN000211430 protein NCBITaxon:224308 20170228 GO_Central tRNA methylation -UniProtKB P39815 trmFO GO:0005829 PMID:21873635 IBA PANTHER:PTN001720607|UniProtKB:P0A6U3 C Methylenetetrahydrofolate--tRNA-(uracil-5-)-methyltransferase TrmFO UniProtKB:P39815|PTN000211430 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P39815 trmFO GO:0050660 PMID:21873635 IBA PANTHER:PTN000211371|UniProtKB:P0A6U3 F Methylenetetrahydrofolate--tRNA-(uracil-5-)-methyltransferase TrmFO UniProtKB:P39815|PTN000211430 protein NCBITaxon:224308 20170228 GO_Central flavin adenine dinucleotide binding -UniProtKB P39812 gltA GO:0016491 PMID:21873635 IBA PANTHER:PTN000234102|PomBase:SPAPB1E7.07|PomBase:SPBC3B8.01c|UniProtKB:P09831|TAIR:locus:2178461|RGD:621648|TAIR:locus:2127811|UniProtKB:P76440|SGD:S000002330|UniProtKB:P9WIQ3|SGD:S000002784|TAIR:locus:2146718|UniProtKB:Q74FU5 F Glutamate synthase [NADPH] large chain UniProtKB:P39812|PTN000234372 protein NCBITaxon:224308 20200808 GO_Central oxidoreductase activity -UniProtKB P39812 gltA GO:0019676 PMID:21873635 IBA PANTHER:PTN000234342|TAIR:locus:2178461|PomBase:SPAPB1E7.07|SGD:S000002330|UniProtKB:Q0JKD0 P Glutamate synthase [NADPH] large chain UniProtKB:P39812|PTN000234372 protein NCBITaxon:224308 20200808 GO_Central ammonia assimilation cycle -UniProtKB P39812 gltA GO:0015930 PMID:21873635 IBA PANTHER:PTN000234342|TAIR:locus:2146718|SGD:S000002330|PomBase:SPAPB1E7.07|TAIR:locus:2178461|UniProtKB:P09831 F Glutamate synthase [NADPH] large chain UniProtKB:P39812|PTN000234372 protein NCBITaxon:224308 20200808 GO_Central glutamate synthase activity -UniProtKB P39812 gltA GO:0006537 PMID:21873635 IBA PANTHER:PTN000234342|TAIR:locus:2178461|UniProtKB:P09831|SGD:S000002330|PomBase:SPAPB1E7.07|UniProtKB:Q0JKD0 P Glutamate synthase [NADPH] large chain UniProtKB:P39812|PTN000234372 protein NCBITaxon:224308 20170228 GO_Central glutamate biosynthetic process -UniProtKB P39810 flgK GO:0044780 PMID:21873635 IBA PANTHER:PTN000768991|UniProtKB:P33235 P Flagellar hook-associated protein 1 UniProtKB:P39810|PTN000768992 protein NCBITaxon:224308 20190822 GO_Central bacterial-type flagellum assembly -UniProtKB P39802 cheW GO:0005829 PMID:21873635 IBA PANTHER:PTN000504256|UniProtKB:P0A964 C Chemotaxis protein CheW UniProtKB:P39802|PTN001098825 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P39802 cheW GO:0006935 PMID:21873635 IBA PANTHER:PTN000504256|UniProtKB:P39802|UniProtKB:P0A964 P Chemotaxis protein CheW UniProtKB:P39802|PTN001098825 protein NCBITaxon:224308 20170228 GO_Central chemotaxis -UniProtKB P39800 xlyA GO:0008745 PMID:21873635 IBA PANTHER:PTN001252273|UniProtKB:P75820|UniProtKB:Q9I5D1|UniProtKB:Q9HT86|UniProtKB:G3XCW9 F N-acetylmuramoyl-L-alanine amidase XlyA UniProtKB:P39800|PTN001092831 protein NCBITaxon:224308 20170228 GO_Central N-acetylmuramoyl-L-alanine amidase activity -UniProtKB P39800 xlyA GO:0009253 PMID:21873635 IBA PANTHER:PTN001252273|UniProtKB:P75820 P N-acetylmuramoyl-L-alanine amidase XlyA UniProtKB:P39800|PTN001092831 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan catabolic process -UniProtKB P39800 xlyA GO:0009254 PMID:21873635 IBA PANTHER:PTN001252273|UniProtKB:P13016 P N-acetylmuramoyl-L-alanine amidase XlyA UniProtKB:P39800|PTN001092831 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan turnover -UniProtKB P39795 treA GO:0004556 PMID:21873635 IBA PANTHER:PTN000040102|UniProtKB:Q8A1G3 F Trehalose-6-phosphate hydrolase UniProtKB:P39795|PTN000040270 protein NCBITaxon:224308 20180306 GO_Central alpha-amylase activity -UniProtKB P39795 treA GO:0009313 PMID:21873635 IBA PANTHER:PTN000040102|SGD:S000001434|UniProtKB:P28904|SGD:S000005517|SGD:S000003757|SGD:S000000503|SGD:S000003524|SGD:S000003752|SGD:S000003519|UniProtKB:A0A1D8PUB9 P Trehalose-6-phosphate hydrolase UniProtKB:P39795|PTN000040270 protein NCBITaxon:224308 20200807 GO_Central oligosaccharide catabolic process -UniProtKB P39794 treP GO:0090563 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P77272|UniProtKB:P36672 F PTS system trehalose-specific EIIBC component UniProtKB:P39794|PTN000765868 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-sugar phosphotransferase activity -UniProtKB P39794 treP GO:0009401 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P36672|UniProtKB:P77272 P PTS system trehalose-specific EIIBC component UniProtKB:P39794|PTN000765868 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB P39794 treP GO:0034219 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P77272 P PTS system trehalose-specific EIIBC component UniProtKB:P39794|PTN000765868 protein NCBITaxon:224308 20170228 GO_Central carbohydrate transmembrane transport -UniProtKB P39794 treP GO:0005886 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P36672|UniProtKB:P24241|UniProtKB:P08722|UniProtKB:P77272 C PTS system trehalose-specific EIIBC component UniProtKB:P39794|PTN000765868 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P39794 treP GO:0090589 PMID:21873635 IBA PANTHER:PTN000765865|UniProtKB:P36672 F PTS system trehalose-specific EIIBC component UniProtKB:P39794|PTN000765868 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-trehalose phosphotransferase system transporter activity -UniProtKB P39794 treP GO:0015771 PMID:21873635 IBA PANTHER:PTN000765865|UniProtKB:P36672 P PTS system trehalose-specific EIIBC component UniProtKB:P39794|PTN000765868 protein NCBITaxon:224308 20170228 GO_Central trehalose transport -UniProtKB P39793 ponA GO:0046677 PMID:21873635 IBA PANTHER:PTN001283969|UniProtKB:P02918|UniProtKB:P02919 P Penicillin-binding protein 1A/1B UniProtKB:P39793|PTN000792191 protein NCBITaxon:224308 20170601 GO_Central response to antibiotic -UniProtKB P39793 ponA GO:0008658 PMID:21873635 IBA PANTHER:PTN001283969|UniProtKB:P02919|UniProtKB:P76577|UniProtKB:Q07806|UniProtKB:P71707|UniProtKB:P02918 F Penicillin-binding protein 1A/1B UniProtKB:P39793|PTN000792191 protein NCBITaxon:224308 20170601 GO_Central penicillin binding -UniProtKB P39793 ponA GO:0008955 PMID:21873635 IBA PANTHER:PTN001283970|UniProtKB:P02918|UniProtKB:P76577|UniProtKB:P02919 F Penicillin-binding protein 1A/1B UniProtKB:P39793|PTN000792191 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan glycosyltransferase activity -UniProtKB P39793 ponA GO:0009252 PMID:21873635 IBA PANTHER:PTN001283970|UniProtKB:P76577|UniProtKB:P02918|UniProtKB:P02919 P Penicillin-binding protein 1A/1B UniProtKB:P39793|PTN000792191 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan biosynthetic process -UniProtKB P39788 nth GO:0019104 PMID:21873635 IBA PANTHER:PTN002233635|UniProtKB:P9WQ11|UniProtKB:P0AB83 F Endonuclease III UniProtKB:P39788|PTN000040613 protein NCBITaxon:224308 20200807 GO_Central DNA N-glycosylase activity -UniProtKB P39788 nth GO:0006285 PMID:21873635 IBA PANTHER:PTN002233635|UniProtKB:P0AB83 P Endonuclease III UniProtKB:P39788|PTN000040613 protein NCBITaxon:224308 20180305 GO_Central base-excision repair, AP site formation -UniProtKB P39782 xkdC GO:0006260 PMID:21873635 IBA PANTHER:PTN001574578|UniProtKB:P03004|UniProtKB:P05648|UniProtKB:P0AEF0 P Phage-like element PBSX protein XkdC UniProtKB:P39782|PTN001012148 protein NCBITaxon:224308 20200809 GO_Central DNA replication -UniProtKB P39782 xkdC GO:0006271 PMID:21873635 IBA PANTHER:PTN001247366|UniProtKB:P0AEF0 P Phage-like element PBSX protein XkdC UniProtKB:P39782|PTN001012148 protein NCBITaxon:224308 20170228 GO_Central DNA strand elongation involved in DNA replication -UniProtKB P39779 codY GO:0006355 PMID:21873635 IBA PANTHER:PTN002219681|UniProtKB:P39779 P GTP-sensing transcriptional pleiotropic repressor CodY UniProtKB:P39779|PTN002219689 protein NCBITaxon:224308 20170228 GO_Central regulation of transcription, DNA-templated -UniProtKB P39775 opuBD GO:0022857 PMID:21873635 IBA PANTHER:PTN001248830|UniProtKB:P75851|UniProtKB:Q47539 F Choline transport system permease protein OpuBD UniProtKB:P39775|PTN001248835 protein NCBITaxon:224308 20190822 GO_Central transmembrane transporter activity -UniProtKB P39775 opuBD GO:0005886 PMID:21873635 IBA PANTHER:PTN001248830|UniProtKB:Q47539 C Choline transport system permease protein OpuBD UniProtKB:P39775|PTN001248835 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P39775 opuBD GO:0031460 PMID:21873635 IBA PANTHER:PTN000765466|UniProtKB:O69723|UniProtKB:O69722 P Choline transport system permease protein OpuBD UniProtKB:P39775|PTN001248835 protein NCBITaxon:224308 20170228 GO_Central glycine betaine transport -UniProtKB P39775 opuBD GO:0006810 PMID:21873635 IBA PANTHER:PTN001248830|UniProtKB:O69722|UniProtKB:Q47539|UniProtKB:P75851|UniProtKB:O69723 P Choline transport system permease protein OpuBD UniProtKB:P39775|PTN001248835 protein NCBITaxon:224308 20190822 GO_Central transport -UniProtKB P39773 gpmI GO:0044262 PMID:21873635 IBA PANTHER:PTN000781248|WB:WBGene00019001 P 2,3-bisphosphoglycerate-independent phosphoglycerate mutase UniProtKB:P39773|PTN000473770 protein NCBITaxon:224308 20171222 GO_Central cellular carbohydrate metabolic process -UniProtKB P39773 gpmI GO:0005829 PMID:21873635 IBA PANTHER:PTN000781271|UniProtKB:P37689 C 2,3-bisphosphoglycerate-independent phosphoglycerate mutase UniProtKB:P39773|PTN000473770 protein NCBITaxon:224308 20171222 GO_Central cytosol -UniProtKB P39773 gpmI GO:0046537 PMID:21873635 IBA PANTHER:PTN000781248|UniProtKB:P37689|UniProtKB:P39773|TAIR:locus:2077793|TAIR:locus:2024357 F 2,3-bisphosphoglycerate-independent phosphoglycerate mutase UniProtKB:P39773|PTN000473770 protein NCBITaxon:224308 20171222 GO_Central 2,3-bisphosphoglycerate-independent phosphoglycerate mutase activity -UniProtKB P39773 gpmI GO:0030145 PMID:21873635 IBA PANTHER:PTN000781248|UniProtKB:P37689|UniProtKB:P39773 F 2,3-bisphosphoglycerate-independent phosphoglycerate mutase UniProtKB:P39773|PTN000473770 protein NCBITaxon:224308 20171222 GO_Central manganese ion binding -UniProtKB P39771 purT GO:0005829 PMID:21873635 IBA PANTHER:PTN000549240|UniProtKB:P33221 C Formate-dependent phosphoribosylglycinamide formyltransferase UniProtKB:P39771|PTN000549243 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P39766 pyrP GO:0005215 PMID:21873635 IBA PANTHER:PTN000122237|MGI:MGI:1341903|TAIR:locus:2042036|MGI:MGI:1859682|UniProtKB:Q9UHI7|RGD:619876|UniProtKB:P0AGM7|UniProtKB:P75892|RGD:619875|UniProtKB:B9VMA9|TAIR:locus:2066190|UniProtKB:Q9UGH3 F Uracil permease UniProtKB:P39766|PTN000122469 protein NCBITaxon:224308 20201023 GO_Central transporter activity -UniProtKB P39761 adeC GO:0000034 PMID:21873635 IBA PANTHER:PTN002476570|UniProtKB:P31441 F Adenine deaminase UniProtKB:P39761|PTN000122005 protein NCBITaxon:224308 20181220 GO_Central adenine deaminase activity -UniProtKB P39759 ykqA GO:0005829 PMID:21873635 IBA PANTHER:PTN000968769|UniProtKB:P0AE48 C Putative gamma-glutamylcyclotransferase YkqA UniProtKB:P39759|PTN000282152 protein NCBITaxon:224308 20170427 GO_Central cytosol -UniProtKB P39755 ndhF GO:0003954 PMID:21873635 IBA PANTHER:PTN000511978|MGI:MGI:102496 F Probable NADH-quinone oxidoreductase subunit 5 UniProtKB:P39755|PTN000511955 protein NCBITaxon:224308 20200205 GO_Central NADH dehydrogenase activity -UniProtKB P39755 ndhF GO:0015990 PMID:21873635 IBA PANTHER:PTN000511978|UniProtKB:P33607 P Probable NADH-quinone oxidoreductase subunit 5 UniProtKB:P39755|PTN000511955 protein NCBITaxon:224308 20200205 GO_Central electron transport coupled proton transport -UniProtKB P39753 flhP GO:0009424 PMID:21873635 IBA PANTHER:PTN000764839|UniProtKB:P75937 C Flagellar hook-basal body complex protein FlhP UniProtKB:P39753|PTN001252430 protein NCBITaxon:224308 20170228 GO_Central bacterial-type flagellum hook -UniProtKB P39753 flhP GO:0071978 PMID:21873635 IBA PANTHER:PTN000764839|UniProtKB:P23446|UniProtKB:P24501|UniProtKB:P24500|UniProtKB:P39752|UniProtKB:P23455 P Flagellar hook-basal body complex protein FlhP UniProtKB:P39753|PTN001252430 protein NCBITaxon:224308 20200809 GO_Central bacterial-type flagellum-dependent swarming motility -UniProtKB P39752 flhO GO:0009424 PMID:21873635 IBA PANTHER:PTN000764839|UniProtKB:P75937 C Flagellar hook-basal body complex protein FlhO UniProtKB:P39752|PTN000764841 protein NCBITaxon:224308 20170228 GO_Central bacterial-type flagellum hook -UniProtKB P39752 flhO GO:0071978 PMID:21873635 IBA PANTHER:PTN000764839|UniProtKB:P23446|UniProtKB:P24501|UniProtKB:P24500|UniProtKB:P39752|UniProtKB:P23455 P Flagellar hook-basal body complex protein FlhO UniProtKB:P39752|PTN000764841 protein NCBITaxon:224308 20200809 GO_Central bacterial-type flagellum-dependent swarming motility -UniProtKB P39739 fliS GO:0071973 PMID:21873635 IBA PANTHER:PTN002164250|UniProtKB:P26608 P Flagellar secretion chaperone FliS UniProtKB:P39739|PTN002164260 protein NCBITaxon:224308 20180315 GO_Central bacterial-type flagellum-dependent cell motility -UniProtKB P39738 fliD GO:0071973 PMID:21873635 IBA PANTHER:PTN000767631|UniProtKB:P96786|UniProtKB:P24216 P Flagellar hook-associated protein 2 UniProtKB:P39738|PTN000767632 protein NCBITaxon:224308 20170228 GO_Central bacterial-type flagellum-dependent cell motility -UniProtKB P39738 fliD GO:0009421 PMID:21873635 IBA PANTHER:PTN000767631|UniProtKB:Q9K3C5 C Flagellar hook-associated protein 2 UniProtKB:P39738|PTN000767632 protein NCBITaxon:224308 20170228 GO_Central bacterial-type flagellum filament cap -UniProtKB P39696 comER GO:0055129 PMID:21873635 IBA PANTHER:PTN000182176|UniProtKB:P0A9L8|UniProtKB:Q53H96 P ComE operon protein 4 UniProtKB:P39696|PTN000182335 protein NCBITaxon:224308 20190212 GO_Central L-proline biosynthetic process -UniProtKB P39696 comER GO:0004735 PMID:21873635 IBA PANTHER:PTN000182176|UniProtKB:P32322|UniProtKB:Q53H96|UniProtKB:P9WHU7|SGD:S000000825|TAIR:locus:2185435|UniProtKB:P0A9L8 F ComE operon protein 4 UniProtKB:P39696|PTN000182335 protein NCBITaxon:224308 20190212 GO_Central pyrroline-5-carboxylate reductase activity -UniProtKB P39666 nadC GO:0005737 PMID:21873635 IBA PANTHER:PTN000789406|TAIR:locus:2038791|UniProtKB:P30011|RGD:1310309 C Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] UniProtKB:P39666|PTN000789417 protein NCBITaxon:224308 20200809 GO_Central cytoplasm -UniProtKB P39666 nadC GO:0034213 PMID:21873635 IBA PANTHER:PTN000789406|UniProtKB:Q15274 P Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] UniProtKB:P39666|PTN000789417 protein NCBITaxon:224308 20170228 GO_Central quinolinate catabolic process -UniProtKB P39666 nadC GO:0004514 PMID:21873635 IBA PANTHER:PTN000789406|RGD:1310309|SGD:S000001943|UniProtKB:Q15274|TAIR:locus:2038791|UniProtKB:P9WJJ7|UniProtKB:P30011 F Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] UniProtKB:P39666|PTN000789417 protein NCBITaxon:224308 20170228 GO_Central nicotinate-nucleotide diphosphorylase (carboxylating) activity -UniProtKB P39666 nadC GO:0009435 PMID:21873635 IBA PANTHER:PTN000789406|UniProtKB:P9WJJ7|TAIR:locus:2038791|UniProtKB:P30011|RGD:1310309|SGD:S000001943 P Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] UniProtKB:P39666|PTN000789417 protein NCBITaxon:224308 20200809 GO_Central NAD biosynthetic process -UniProtKB P39651 ywfO GO:0006203 PMID:21873635 IBA PANTHER:PTN000146578|UniProtKB:Q9Y3Z3 P Uncharacterized protein YwfO UniProtKB:P39651|PTN000146683 protein NCBITaxon:224308 20170228 GO_Central dGTP catabolic process -UniProtKB P39651 ywfO GO:0008832 PMID:21873635 IBA PANTHER:PTN000146578|UniProtKB:P15723|UniProtKB:Q9Y3Z3|MGI:MGI:1927468 F Uncharacterized protein YwfO UniProtKB:P39651|PTN000146683 protein NCBITaxon:224308 20200807 GO_Central dGTPase activity -UniProtKB P39649 ywfM GO:0016021 PMID:21873635 IBA PANTHER:PTN001114862|UniProtKB:P27844 C Uncharacterized transporter YwfM UniProtKB:P39649|PTN001114879 protein NCBITaxon:224308 20170620 GO_Central integral component of membrane -UniProtKB P39647 cysL GO:0006355 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:P67662|UniProtKB:P67660|UniProtKB:P0A9F9|UniProtKB:P39376|UniProtKB:G3XCU6 P HTH-type transcriptional regulator CysL UniProtKB:P39647|PTN000764774 protein NCBITaxon:224308 20190829 GO_Central regulation of transcription, DNA-templated -UniProtKB P39647 cysL GO:0000976 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:G3XCU6|UniProtKB:Q9I1R1|UniProtKB:Q9HZ15|UniProtKB:P39376 F HTH-type transcriptional regulator CysL UniProtKB:P39647|PTN000764774 protein NCBITaxon:224308 20190829 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P39644 bacG GO:0050661 PMID:21873635 IBA PANTHER:PTN000673022|UniProtKB:P39644 F NADPH-dependent reductase BacG UniProtKB:P39644|PTN001215006 protein NCBITaxon:224308 20170228 GO_Central NADP binding -UniProtKB P39644 bacG GO:0016628 PMID:21873635 IBA PANTHER:PTN000673022|UniProtKB:P39644 F NADPH-dependent reductase BacG UniProtKB:P39644|PTN001215006 protein NCBITaxon:224308 20170228 GO_Central oxidoreductase activity, acting on the CH-CH group of donors, NAD or NADP as acceptor -UniProtKB P39644 bacG GO:0017000 PMID:21873635 IBA PANTHER:PTN000673022|UniProtKB:P39644 P NADPH-dependent reductase BacG UniProtKB:P39644|PTN001215006 protein NCBITaxon:224308 20170228 GO_Central antibiotic biosynthetic process -UniProtKB P39637 ywfA GO:0055085 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P52600|SGD:S000000497|UniProtKB:P9WJY3|PomBase:SPBC3E7.06c|SGD:S000003456|PomBase:SPBC460.03|SGD:S000006402|SGD:S000000575|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|PomBase:SPBC12C2.13c|PomBase:SPBC4F6.09|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000000574|UniProtKB:P9WJX3 P Uncharacterized MFS-type transporter YwfA UniProtKB:P39637|PTN000605656 protein NCBITaxon:224308 20201206 GO_Central transmembrane transport -UniProtKB P39637 ywfA GO:0005887 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P9WJY3|UniProtKB:Q6C8F0|SGD:S000006402 C Uncharacterized MFS-type transporter YwfA UniProtKB:P39637|PTN000605656 protein NCBITaxon:224308 20201206 GO_Central integral component of plasma membrane -UniProtKB P39637 ywfA GO:0022857 PMID:21873635 IBA PANTHER:PTN000605491|SGD:S000001032|UniProtKB:P9WJX3|UniProtKB:Q8X1Z7|SGD:S000000574|UniProtKB:P0AEJ0|SGD:S000000791|CGD:CAL0000196424|PomBase:SPBC12C2.13c|SGD:S000000575|SGD:S000006402|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000001039|SGD:S000003456|SGD:S000000497|SGD:S000005518|PomBase:SPBC3E7.06c|UniProtKB:P9WJY3|SGD:S000004694 F Uncharacterized MFS-type transporter YwfA UniProtKB:P39637|PTN000605656 protein NCBITaxon:224308 20201206 GO_Central transmembrane transporter activity -UniProtKB P39636 rocC GO:0015171 PMID:21873635 IBA PANTHER:PTN001718863|SGD:S000005214|PomBase:SPAC869.11|UniProtKB:A0A1D8PPI5|SGD:S000003423|CGD:CAL0000201651|SGD:S000000273|SGD:S000000530|SGD:S000005380|SGD:S000000789|UniProtKB:A0A1D8PK89|UniProtKB:A0A1D8PMB1|SGD:S000002453|UniProtKB:A0A1D8PNP3|PomBase:SPCC965.11c|SGD:S000005875|SGD:S000001839|UniProtKB:A0A1D8PN88|CGD:CAL0000198089|UniProtKB:P25737|SGD:S000001747|CGD:CAL0000177621|SGD:S000005212|SGD:S000000272|UniProtKB:P18696|SGD:S000002916 F Amino-acid permease RocC UniProtKB:P39636|PTN000209270 protein NCBITaxon:224308 20201001 GO_Central amino acid transmembrane transporter activity -UniProtKB P39636 rocC GO:0003333 PMID:21873635 IBA PANTHER:PTN001718863|UniProtKB:A0A1D8PN88|SGD:S000000530|CGD:CAL0000201651|UniProtKB:A0A1D8PNP3|PomBase:SPCC965.11c|PomBase:SPAC869.11|UniProtKB:A0A1D8PMB1|UniProtKB:A0A1D8PK89|SGD:S000002916|UniProtKB:A0A1D8PH27|CGD:CAL0000177621|CGD:CAL0000198089|UniProtKB:P25737 P Amino-acid permease RocC UniProtKB:P39636|PTN000209270 protein NCBITaxon:224308 20201001 GO_Central amino acid transmembrane transport -UniProtKB P39636 rocC GO:0016021 PMID:21873635 IBA PANTHER:PTN001718863|SGD:S000001747|UniProtKB:P25737|SGD:S000000336 C Amino-acid permease RocC UniProtKB:P39636|PTN000209270 protein NCBITaxon:224308 20190319 GO_Central integral component of membrane -UniProtKB P39635 rocB GO:0006526 PMID:21873635 IBA PANTHER:PTN000865743|UniProtKB:P23908 P Protein RocB UniProtKB:P39635|PTN000110596 protein NCBITaxon:224308 20170228 GO_Central arginine biosynthetic process -UniProtKB P39635 rocB GO:0008777 PMID:21873635 IBA PANTHER:PTN000865743|UniProtKB:P23908 F Protein RocB UniProtKB:P39635|PTN000110596 protein NCBITaxon:224308 20170228 GO_Central acetylornithine deacetylase activity -UniProtKB P39634 rocA GO:0010133 PMID:21873635 IBA PANTHER:PTN000193023|UniProtKB:Q9I5F6|SGD:S000001079|UniProtKB:P09546|UniProtKB:P10503 P 1-pyrroline-5-carboxylate dehydrogenase UniProtKB:P39634|PTN000192492 protein NCBITaxon:224308 20200809 GO_Central proline catabolic process to glutamate -UniProtKB P39634 rocA GO:0003842 PMID:21873635 IBA PANTHER:PTN000193023|SGD:S000001079|UniProtKB:Q9I5F6|UniProtKB:P10503|UniProtKB:P09546 F 1-pyrroline-5-carboxylate dehydrogenase UniProtKB:P39634|PTN000192492 protein NCBITaxon:224308 20200809 GO_Central 1-pyrroline-5-carboxylate dehydrogenase activity -UniProtKB P39634 rocA GO:0009898 PMID:21873635 IBA PANTHER:PTN000193023|UniProtKB:P09546 C 1-pyrroline-5-carboxylate dehydrogenase UniProtKB:P39634|PTN000192492 protein NCBITaxon:224308 20181029 GO_Central cytoplasmic side of plasma membrane -UniProtKB P39633 rocG GO:0004352 PMID:21873635 IBA PANTHER:PTN000176230|UniProtKB:A0A1D8PI00|TAIR:locus:2183379|SGD:S000002374|UniProtKB:P50735|FB:FBgn0001098|UniProtKB:P00367|RGD:2708|MGI:MGI:95753|PomBase:SPCC132.04c|UniProtKB:Q5AW79|UniProtKB:P39633|UniProtKB:P49448 F Catabolic NAD-specific glutamate dehydrogenase RocG UniProtKB:P39633|PTN000176333 protein NCBITaxon:224308 20201024 GO_Central glutamate dehydrogenase (NAD+) activity -UniProtKB P39633 rocG GO:0006538 PMID:21873635 IBA PANTHER:PTN000176230|PomBase:SPCC132.04c|UniProtKB:P49448|UniProtKB:P00367|UniProtKB:A0A1D8PI00 P Catabolic NAD-specific glutamate dehydrogenase RocG UniProtKB:P39633|PTN000176333 protein NCBITaxon:224308 20201024 GO_Central glutamate catabolic process -UniProtKB P39626 spsF GO:0005829 PMID:21873635 IBA PANTHER:PTN000486302|UniProtKB:P04951 C Spore coat polysaccharide biosynthesis protein SpsF UniProtKB:P39626|PTN000486358 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P39625 spsE GO:0047444 PMID:21873635 IBA PANTHER:PTN000602284|MGI:MGI:2149820|FB:FBgn0038045 F Spore coat polysaccharide biosynthesis protein SpsE UniProtKB:P39625|PTN000602320 protein NCBITaxon:224308 20200205 GO_Central N-acylneuraminate-9-phosphate synthase activity -UniProtKB P39625 spsE GO:0070085 PMID:21873635 IBA PANTHER:PTN000602284|FB:FBgn0038045 P Spore coat polysaccharide biosynthesis protein SpsE UniProtKB:P39625|PTN000602320 protein NCBITaxon:224308 20200205 GO_Central glycosylation -UniProtKB P39624 spsD GO:0016747 PMID:21873635 IBA PANTHER:PTN001895304|UniProtKB:I6YG32|UniProtKB:P9WJM7|UniProtKB:P46854|UniProtKB:P0A944 F Spore coat polysaccharide biosynthesis protein SpsD UniProtKB:P39624|PTN000558487 protein NCBITaxon:224308 20200810 GO_Central transferase activity, transferring acyl groups other than amino-acyl groups -UniProtKB P39624 spsD GO:0008999 PMID:21873635 IBA PANTHER:PTN002462111|UniProtKB:P0A944 F Spore coat polysaccharide biosynthesis protein SpsD UniProtKB:P39624|PTN000558487 protein NCBITaxon:224308 20170502 GO_Central ribosomal-protein-alanine N-acetyltransferase activity -UniProtKB P39624 spsD GO:0017189 PMID:21873635 IBA PANTHER:PTN002462111|UniProtKB:P0A944 P Spore coat polysaccharide biosynthesis protein SpsD UniProtKB:P39624|PTN000558487 protein NCBITaxon:224308 20170502 GO_Central N-terminal peptidyl-alanine acetylation -UniProtKB P39623 spsC GO:0030170 PMID:21873635 IBA PANTHER:PTN001250039|UniProtKB:P27833|UniProtKB:O07566|UniProtKB:P77690 F Spore coat polysaccharide biosynthesis protein SpsC UniProtKB:P39623|PTN000203695 protein NCBITaxon:224308 20170601 GO_Central pyridoxal phosphate binding -UniProtKB P39623 spsC GO:0008483 PMID:21873635 IBA PANTHER:PTN001250039|UniProtKB:P27833|UniProtKB:P77690|UniProtKB:O07566|UniProtKB:Q9HZ76 F Spore coat polysaccharide biosynthesis protein SpsC UniProtKB:P39623|PTN000203695 protein NCBITaxon:224308 20170601 GO_Central transaminase activity -UniProtKB P39623 spsC GO:0000271 PMID:21873635 IBA PANTHER:PTN001250039|UniProtKB:Q9HZ76|UniProtKB:P27833 P Spore coat polysaccharide biosynthesis protein SpsC UniProtKB:P39623|PTN000203695 protein NCBITaxon:224308 20200809 GO_Central polysaccharide biosynthetic process -UniProtKB P39618 ywdJ GO:0042907 PMID:21873635 IBA PANTHER:PTN002450094|UniProtKB:Q46821|UniProtKB:P0AGM9|UniProtKB:P67444|UniProtKB:Q07307 F Putative purine permease YwdJ UniProtKB:P39618|PTN000122452 protein NCBITaxon:224308 20200809 GO_Central xanthine transmembrane transporter activity -UniProtKB P39618 ywdJ GO:0042906 PMID:21873635 IBA PANTHER:PTN002450094|UniProtKB:P0AGM9|UniProtKB:Q46821|UniProtKB:Q07307|UniProtKB:P67444 P Putative purine permease YwdJ UniProtKB:P39618|PTN000122452 protein NCBITaxon:224308 20201001 GO_Central xanthine transport -UniProtKB P39618 ywdJ GO:0005887 PMID:21873635 IBA PANTHER:PTN002450094|UniProtKB:P67444|UniProtKB:Q46821|UniProtKB:P0AGM9 C Putative purine permease YwdJ UniProtKB:P39618|PTN000122452 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P39614 ywdF GO:0016757 PMID:21873635 IBA PANTHER:PTN000531320|UniProtKB:P26401|UniProtKB:Q9I4V9|UniProtKB:Q9ZB73|UniProtKB:P9WMX7|UniProtKB:O53585|UniProtKB:Q9HUG5|UniProtKB:P11290|UniProtKB:Q9I5M1|UniProtKB:P71239|UniProtKB:P77414 F Uncharacterized glycosyltransferase YwdF UniProtKB:P39614|PTN000531251 protein NCBITaxon:224308 20200930 GO_Central transferase activity, transferring glycosyl groups -UniProtKB P39610 pdxK GO:0005829 PMID:21873635 IBA PANTHER:PTN000466159|SGD:S000005416|UniProtKB:P76422 C Pyridoxine kinase UniProtKB:P39610|PTN000466195 protein NCBITaxon:224308 20170421 GO_Central cytosol -UniProtKB P39610 pdxK GO:0008902 PMID:21873635 IBA PANTHER:PTN000466159|SGD:S000006179|SGD:S000005416|UniProtKB:P76422|TAIR:locus:2017734 F Pyridoxine kinase UniProtKB:P39610|PTN000466195 protein NCBITaxon:224308 20170421 GO_Central hydroxymethylpyrimidine kinase activity -UniProtKB P39610 pdxK GO:0009228 PMID:21873635 IBA PANTHER:PTN000466159|TAIR:locus:2017734|UniProtKB:P76422|SGD:S000005416|SGD:S000006179 P Pyridoxine kinase UniProtKB:P39610|PTN000466195 protein NCBITaxon:224308 20200930 GO_Central thiamine biosynthetic process -UniProtKB P39610 pdxK GO:0008972 PMID:21873635 IBA PANTHER:PTN000466159|SGD:S000005416|SGD:S000006179|TAIR:locus:2017734 F Pyridoxine kinase UniProtKB:P39610|PTN000466195 protein NCBITaxon:224308 20170421 GO_Central phosphomethylpyrimidine kinase activity -UniProtKB P39608 ywcJ GO:0015499 PMID:21873635 IBA PANTHER:PTN000775620|UniProtKB:P77733|UniProtKB:P0AC23 F Uncharacterized transporter YwcJ UniProtKB:P39608|PTN000775618 protein NCBITaxon:224308 20170228 GO_Central formate transmembrane transporter activity -UniProtKB P39608 ywcJ GO:0005887 PMID:21873635 IBA PANTHER:PTN000775604|UniProtKB:P0AC23|UniProtKB:O77389 C Uncharacterized transporter YwcJ UniProtKB:P39608|PTN000775618 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P39608 ywcJ GO:0015724 PMID:21873635 IBA PANTHER:PTN000775620|UniProtKB:P0AC23|UniProtKB:P77733 P Uncharacterized transporter YwcJ UniProtKB:P39608|PTN000775618 protein NCBITaxon:224308 20200930 GO_Central formate transport -UniProtKB P39606 ywcH GO:0005829 PMID:21873635 IBA PANTHER:PTN001248648|UniProtKB:P0ADV5 C Uncharacterized protein YwcH UniProtKB:P39606|PTN000765067 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P39604 rodA GO:0032153 PMID:21873635 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4 C Peptidoglycan glycosyltransferase RodA UniProtKB:P39604|PTN000767118 protein NCBITaxon:224308 20170427 GO_Central cell division site -UniProtKB P39604 rodA GO:0015648 PMID:21873635 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4 F Peptidoglycan glycosyltransferase RodA UniProtKB:P39604|PTN000767118 protein NCBITaxon:224308 20170427 GO_Central lipid-linked peptidoglycan transporter activity -UniProtKB P39604 rodA GO:0051301 PMID:21873635 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4|UniProtKB:P9WN99 P Peptidoglycan glycosyltransferase RodA UniProtKB:P39604|PTN000767118 protein NCBITaxon:224308 20170427 GO_Central cell division -UniProtKB P39604 rodA GO:0005887 PMID:21873635 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4 C Peptidoglycan glycosyltransferase RodA UniProtKB:P39604|PTN000767118 protein NCBITaxon:224308 20170427 GO_Central integral component of plasma membrane -UniProtKB P39604 rodA GO:0008360 PMID:21873635 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4|UniProtKB:P0ABG7 P Peptidoglycan glycosyltransferase RodA UniProtKB:P39604|PTN000767118 protein NCBITaxon:224308 20170427 GO_Central regulation of cell shape -UniProtKB P39602 ywcD GO:0005886 PMID:21873635 IBA PANTHER:PTN002445868|UniProtKB:P77682 C Uncharacterized membrane protein YwcD UniProtKB:P39602|PTN002213121 protein NCBITaxon:224308 20170929 GO_Central plasma membrane -UniProtKB P39599 ywcA GO:0043879 PMID:21873635 IBA PANTHER:PTN000213736|UniProtKB:P32705 F Uncharacterized symporter YwcA UniProtKB:P39599|PTN000213737 protein NCBITaxon:224308 20170228 GO_Central glycolate transmembrane transporter activity -UniProtKB P39599 ywcA GO:0015123 PMID:21873635 IBA PANTHER:PTN000213736|UniProtKB:P32705 F Uncharacterized symporter YwcA UniProtKB:P39599|PTN000213737 protein NCBITaxon:224308 20170228 GO_Central acetate transmembrane transporter activity -UniProtKB P39599 ywcA GO:0006847 PMID:21873635 IBA PANTHER:PTN000213736|UniProtKB:P32705 P Uncharacterized symporter YwcA UniProtKB:P39599|PTN000213737 protein NCBITaxon:224308 20170228 GO_Central plasma membrane acetate transport -UniProtKB P39597 efeN GO:0005829 PMID:21873635 IBA PANTHER:PTN001577071|UniProtKB:P31545|UniProtKB:P76536 C Probable deferrochelatase/peroxidase EfeN UniProtKB:P39597|PTN001577075 protein NCBITaxon:224308 20190116 GO_Central cytosol -UniProtKB P39597 efeN GO:0004601 PMID:21873635 IBA PANTHER:PTN001577071|UniProtKB:P76536|UniProtKB:P31545 F Probable deferrochelatase/peroxidase EfeN UniProtKB:P39597|PTN001577075 protein NCBITaxon:224308 20190116 GO_Central peroxidase activity -UniProtKB P39597 efeN GO:0020037 PMID:21873635 IBA PANTHER:PTN001577071|UniProtKB:P31545|UniProtKB:P76536 F Probable deferrochelatase/peroxidase EfeN UniProtKB:P39597|PTN001577075 protein NCBITaxon:224308 20200809 GO_Central heme binding -UniProtKB P39595 efeU GO:0015093 PMID:21873635 IBA PANTHER:PTN001587232|UniProtKB:A0A1D8PFV0|PomBase:SPAC1F7.07c F Ferrous iron permease EfeU UniProtKB:P39595|PTN002056669 protein NCBITaxon:224308 20170228 GO_Central ferrous iron transmembrane transporter activity -UniProtKB P39595 efeU GO:0005886 PMID:21873635 IBA PANTHER:PTN001587232|SGD:S000000947|PomBase:SPAC1F7.07c C Ferrous iron permease EfeU UniProtKB:P39595|PTN002056669 protein NCBITaxon:224308 20200809 GO_Central plasma membrane -UniProtKB P39595 efeU GO:0034755 PMID:21873635 IBA PANTHER:PTN001587232|SGD:S000000947|SGD:S000000411|UniProtKB:A0A1D8PFV2 P Ferrous iron permease EfeU UniProtKB:P39595|PTN002056669 protein NCBITaxon:224308 20201001 GO_Central iron ion transmembrane transport -UniProtKB P39594 thiE GO:0009228 PMID:21873635 IBA PANTHER:PTN000466113|UniProtKB:P30137|SGD:S000006135 P Thiamine-phosphate synthase UniProtKB:P39594|PTN000466120 protein NCBITaxon:224308 20170228 GO_Central thiamine biosynthetic process -UniProtKB P39594 thiE GO:0005737 PMID:21873635 IBA PANTHER:PTN000466113|SGD:S000006135 C Thiamine-phosphate synthase UniProtKB:P39594|PTN000466120 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB P39594 thiE GO:0004789 PMID:21873635 IBA PANTHER:PTN000466113|UniProtKB:P30137|SGD:S000006135 F Thiamine-phosphate synthase UniProtKB:P39594|PTN000466120 protein NCBITaxon:224308 20170228 GO_Central thiamine-phosphate diphosphorylase activity -UniProtKB P39592 ywbI GO:0006355 PMID:21873635 IBA PANTHER:PTN000790637|UniProtKB:P77171|UniProtKB:P0ACQ7 P Uncharacterized HTH-type transcriptional regulator YwbI UniProtKB:P39592|PTN000790639 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P39592 ywbI GO:0000986 PMID:21873635 IBA PANTHER:PTN000790637|UniProtKB:P0ACQ7 F Uncharacterized HTH-type transcriptional regulator YwbI UniProtKB:P39592|PTN000790639 protein NCBITaxon:224308 20170228 GO_Central bacterial-type cis-regulatory region sequence-specific DNA binding -UniProtKB P39592 ywbI GO:0005829 PMID:21873635 IBA PANTHER:PTN000790637|UniProtKB:P0ACR7 C Uncharacterized HTH-type transcriptional regulator YwbI UniProtKB:P39592|PTN000790639 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P39591 cidA GO:0005886 PMID:21873635 IBA PANTHER:PTN002142934|UniProtKB:P60632 C Holin-like protein CidA UniProtKB:P39591|PTN002142927 protein NCBITaxon:224308 20190829 GO_Central plasma membrane -UniProtKB P39589 ywbF GO:0071702 PMID:21873635 IBA PANTHER:PTN001160664|UniProtKB:P0AFF4|UniProtKB:P02920 P Uncharacterized transporter YwbF UniProtKB:P39589|PTN000606525 protein NCBITaxon:224308 20200809 GO_Central organic substance transport -UniProtKB P39589 ywbF GO:0030395 PMID:21873635 IBA PANTHER:PTN001922279|UniProtKB:P02920 F Uncharacterized transporter YwbF UniProtKB:P39589|PTN000606525 protein NCBITaxon:224308 20171130 GO_Central lactose binding -UniProtKB P39589 ywbF GO:0015528 PMID:21873635 IBA PANTHER:PTN001922279|UniProtKB:P02920 F Uncharacterized transporter YwbF UniProtKB:P39589|PTN000606525 protein NCBITaxon:224308 20171130 GO_Central lactose:proton symporter activity -UniProtKB P39589 ywbF GO:0005887 PMID:21873635 IBA PANTHER:PTN001160664|UniProtKB:P02920|UniProtKB:P0AFF4 C Uncharacterized transporter YwbF UniProtKB:P39589|PTN000606525 protein NCBITaxon:224308 20171130 GO_Central integral component of plasma membrane -UniProtKB P39586 ywbC GO:0004493 PMID:21873635 IBA PANTHER:PTN000482927|UniProtKB:Q96PE7 F Uncharacterized protein YwbC UniProtKB:P39586|PTN000043151 protein NCBITaxon:224308 20180504 GO_Central methylmalonyl-CoA epimerase activity -UniProtKB P39586 ywbC GO:0046491 PMID:21873635 IBA PANTHER:PTN000482927|UniProtKB:Q96PE7 P Uncharacterized protein YwbC UniProtKB:P39586|PTN000043151 protein NCBITaxon:224308 20180504 GO_Central L-methylmalonyl-CoA metabolic process -UniProtKB P39584 ywbA GO:0005886 PMID:21873635 IBA PANTHER:PTN002144764|UniProtKB:P17334 C Putative permease IIC component YwbA UniProtKB:P39584|PTN002144799 protein NCBITaxon:224308 20190829 GO_Central plasma membrane -UniProtKB P39584 ywbA GO:1901264 PMID:21873635 IBA PANTHER:PTN002144764|UniProtKB:P17334 P Putative permease IIC component YwbA UniProtKB:P39584|PTN002144799 protein NCBITaxon:224308 20190829 GO_Central carbohydrate derivative transport -UniProtKB P39582 menA GO:0042371 PMID:21873635 IBA PANTHER:PTN000358054|ZFIN:ZDB-GENE-030131-3205|UniProtKB:Q9Y5Z9 P 1,4-dihydroxy-2-naphthoate octaprenyltransferase UniProtKB:P39582|PTN000358093 protein NCBITaxon:224308 20200808 GO_Central vitamin K biosynthetic process -UniProtKB P39582 menA GO:0004659 PMID:21873635 IBA PANTHER:PTN000358054|UniProtKB:Q9Y5Z9|ZFIN:ZDB-GENE-030131-3205|UniProtKB:P32166 F 1,4-dihydroxy-2-naphthoate octaprenyltransferase UniProtKB:P39582|PTN000358093 protein NCBITaxon:224308 20200808 GO_Central prenyltransferase activity -UniProtKB P39582 menA GO:0009234 PMID:21873635 IBA PANTHER:PTN000358054|FB:FBgn0028375|UniProtKB:Q9Y5Z9|ZFIN:ZDB-GENE-030131-3205|UniProtKB:P32166 P 1,4-dihydroxy-2-naphthoate octaprenyltransferase UniProtKB:P39582|PTN000358093 protein NCBITaxon:224308 20200808 GO_Central menaquinone biosynthetic process -UniProtKB P39582 menA GO:0032194 PMID:21873635 IBA PANTHER:PTN000358054|ZFIN:ZDB-GENE-030131-3205 P 1,4-dihydroxy-2-naphthoate octaprenyltransferase UniProtKB:P39582|PTN000358093 protein NCBITaxon:224308 20170228 GO_Central ubiquinone biosynthetic process via 3,4-dihydroxy-5-polyprenylbenzoate -UniProtKB P39580 dltB GO:0016746 PMID:21873635 IBA PANTHER:PTN000328645|FB:FBgn0024194|MGI:MGI:2444681|SGD:S000003052 F Protein DltB UniProtKB:P39580|PTN000998872 protein NCBITaxon:224308 20190228 GO_Central transferase activity, transferring acyl groups -UniProtKB P39574 galK GO:0006012 PMID:21873635 IBA PANTHER:PTN000048421|RGD:1305375|SGD:S000002416|FB:FBgn0263199|CGD:CAL0000190186|TAIR:locus:2084344|SGD:S000000224|MGI:MGI:95730|UniProtKB:P51570|UniProtKB:P0A6T3 P Galactokinase UniProtKB:P39574|PTN000048545 protein NCBITaxon:224308 20200210 GO_Central galactose metabolic process -UniProtKB P39574 galK GO:0004335 PMID:21873635 IBA PANTHER:PTN000048421|CGD:CAL0000190186|SGD:S000000224|TAIR:locus:2084344|UniProtKB:Q01415|UniProtKB:P0A6T3|UniProtKB:P51570|MGI:MGI:95730|RGD:1305375 F Galactokinase UniProtKB:P39574|PTN000048545 protein NCBITaxon:224308 20200210 GO_Central galactokinase activity -UniProtKB P39574 galK GO:0005829 PMID:21873635 IBA PANTHER:PTN000048421|TAIR:locus:2130105|TAIR:locus:2084344|TAIR:locus:2075730|UniProtKB:P0A6T3 C Galactokinase UniProtKB:P39574|PTN000048545 protein NCBITaxon:224308 20171019 GO_Central cytosol -UniProtKB P39158 cspC GO:0003723 PMID:21873635 IBA PANTHER:PTN002610534|UniProtKB:P0A972|UniProtKB:P0A9Y6|UniProtKB:P0A9X9|UniProtKB:P36995 F Cold shock protein CspC UniProtKB:P39158|PTN000166645 protein NCBITaxon:224308 20200123 GO_Central RNA binding -UniProtKB P39158 cspC GO:0003676 PMID:21873635 IBA PANTHER:PTN000166442|RGD:621056|MGI:MGI:2137670|UniProtKB:Q57UC8|UniProtKB:P0A968|UniProtKB:P36995|UniProtKB:P67809|MGI:MGI:1096372|UniProtKB:P0A9Y6|RGD:61843|UniProtKB:P0A972|ZFIN:ZDB-GENE-000629-3|MGI:MGI:99146|UniProtKB:P0A9X9 F Cold shock protein CspC UniProtKB:P39158|PTN000166645 protein NCBITaxon:224308 20201023 GO_Central nucleic acid binding -UniProtKB P39158 cspC GO:0005829 PMID:21873635 IBA PANTHER:PTN002610534|UniProtKB:P0A978|UniProtKB:P0A9Y6|UniProtKB:P0A972|UniProtKB:P0A9X9|UniProtKB:P0A986|UniProtKB:P36995 C Cold shock protein CspC UniProtKB:P39158|PTN000166645 protein NCBITaxon:224308 20200123 GO_Central cytosol -UniProtKB P39158 cspC GO:0060567 PMID:21873635 IBA PANTHER:PTN002610534|UniProtKB:P0A9X9|UniProtKB:P0A972|UniProtKB:P0A9Y6 P Cold shock protein CspC UniProtKB:P39158|PTN000166645 protein NCBITaxon:224308 20200123 GO_Central negative regulation of DNA-templated transcription, termination -UniProtKB P39158 cspC GO:0001072 PMID:21873635 IBA PANTHER:PTN002610534|UniProtKB:P0A972|UniProtKB:P0A9Y6|UniProtKB:P0A9X9 F Cold shock protein CspC UniProtKB:P39158|PTN000166645 protein NCBITaxon:224308 20200807 GO_Central transcription antitermination factor activity, RNA binding -UniProtKB P39158 cspC GO:0010468 PMID:21873635 IBA PANTHER:PTN000166442|ZFIN:ZDB-GENE-000629-3|MGI:MGI:99146|UniProtKB:P0A9X9|MGI:MGI:1096372|UniProtKB:P0A9Y6|UniProtKB:P0A972|RGD:61843|UniProtKB:P67809|MGI:MGI:2137670|RGD:621056|UniProtKB:P0A357 P Cold shock protein CspC UniProtKB:P39158|PTN000166645 protein NCBITaxon:224308 20201023 GO_Central regulation of gene expression -UniProtKB P39156 ywlF GO:0019316 PMID:21873635 IBA PANTHER:PTN000768713|UniProtKB:P37351 P Putative sugar phosphate isomerase YwlF UniProtKB:P39156|PTN000768714 protein NCBITaxon:224308 20200414 GO_Central D-allose catabolic process -UniProtKB P39156 ywlF GO:0009052 PMID:21873635 IBA PANTHER:PTN000768713|UniProtKB:P9WKD7 P Putative sugar phosphate isomerase YwlF UniProtKB:P39156|PTN000768714 protein NCBITaxon:224308 20200414 GO_Central pentose-phosphate shunt, non-oxidative branch -UniProtKB P39156 ywlF GO:0016853 PMID:21873635 IBA PANTHER:PTN000768711|UniProtKB:P9WKD7|UniProtKB:P37351 F Putative sugar phosphate isomerase YwlF UniProtKB:P39156|PTN000768714 protein NCBITaxon:224308 20200414 GO_Central isomerase activity -UniProtKB P39156 ywlF GO:0004751 PMID:21873635 IBA PANTHER:PTN000768713|UniProtKB:P37351|UniProtKB:P9WKD7 F Putative sugar phosphate isomerase YwlF UniProtKB:P39156|PTN000768714 protein NCBITaxon:224308 20200414 GO_Central ribose-5-phosphate isomerase activity -UniProtKB P39155 ywlE GO:0004725 PMID:21873635 IBA PANTHER:PTN000197212|SGD:S000006277|RGD:2020|UniProtKB:P0AAB2|UniProtKB:P0ACZ2|PomBase:SPAC1071.12c|FB:FBgn0040076|UniProtKB:P9WIA1 F Protein-arginine-phosphatase UniProtKB:P39155|PTN000197334 protein NCBITaxon:224308 20181018 GO_Central protein tyrosine phosphatase activity -UniProtKB P39153 ywlC GO:0006450 PMID:21873635 IBA PANTHER:PTN000426057|SGD:S000003137 P Threonylcarbamoyl-AMP synthase UniProtKB:P39153|PTN000426130 protein NCBITaxon:224308 20170228 GO_Central regulation of translational fidelity -UniProtKB P39153 ywlC GO:0000049 PMID:21873635 IBA PANTHER:PTN000426057|UniProtKB:P45748 F Threonylcarbamoyl-AMP synthase UniProtKB:P39153|PTN000426130 protein NCBITaxon:224308 20170228 GO_Central tRNA binding -UniProtKB P39153 ywlC GO:0016779 PMID:21873635 IBA PANTHER:PTN000426057|SGD:S000003137|UniProtKB:P45748|UniProtKB:P39153 F Threonylcarbamoyl-AMP synthase UniProtKB:P39153|PTN000426130 protein NCBITaxon:224308 20201205 GO_Central nucleotidyltransferase activity -UniProtKB P39153 ywlC GO:0005737 PMID:21873635 IBA PANTHER:PTN000426057|UniProtKB:Q8I610|SGD:S000003137|UniProtKB:P45748 C Threonylcarbamoyl-AMP synthase UniProtKB:P39153|PTN000426130 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB P39149 upp GO:0005737 PMID:21873635 IBA PANTHER:PTN000032154|TAIR:locus:2028809|TAIR:locus:2049567|TAIR:locus:2195366|TAIR:locus:2034260|TAIR:locus:2084385|TAIR:locus:2164516|UniProtKB:P0A8F4|UniProtKB:P0A8F0|TAIR:locus:2086523|RGD:620742|TAIR:locus:2031541 C Uracil phosphoribosyltransferase UniProtKB:P39149|PTN000759509 protein NCBITaxon:224308 20210113 GO_Central cytoplasm -UniProtKB P39149 upp GO:0005829 PMID:21873635 IBA PANTHER:PTN000759508|TAIR:locus:2084385|UniProtKB:P0A8F0 C Uracil phosphoribosyltransferase UniProtKB:P39149|PTN000759509 protein NCBITaxon:224308 20171116 GO_Central cytosol -UniProtKB P39149 upp GO:0004845 PMID:21873635 IBA PANTHER:PTN004144302|UniProtKB:P0A8F0|TAIR:locus:2084385 F Uracil phosphoribosyltransferase UniProtKB:P39149|PTN000759509 protein NCBITaxon:224308 20210113 GO_Central uracil phosphoribosyltransferase activity -UniProtKB P39148 glyA GO:0046655 PMID:21873635 IBA PANTHER:PTN000188065|UniProtKB:P34896 P Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20180504 GO_Central folic acid metabolic process -UniProtKB P39148 glyA GO:0070905 PMID:21873635 IBA PANTHER:PTN000188065|UniProtKB:P34896 F Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20180504 GO_Central serine binding -UniProtKB P39148 glyA GO:0046653 PMID:21873635 IBA PANTHER:PTN000188065|UniProtKB:P34896|FB:FBgn0029823|UniProtKB:Q8I566|UniProtKB:P34897 P Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20201024 GO_Central tetrahydrofolate metabolic process -UniProtKB P39148 glyA GO:0004372 PMID:21873635 IBA PANTHER:PTN000188065|SGD:S000000467|TAIR:locus:2148463|UniProtKB:P0A825|RGD:1312011|UniProtKB:P9WGI9|TAIR:locus:2005518|UniProtKB:P34896|TAIR:locus:2127806|UniProtKB:P34897|UniProtKB:Q8I566|RGD:1308582|SGD:S000004048|ZFIN:ZDB-GENE-040426-1558|ZFIN:ZDB-GENE-071213-1|UniProtKB:P9WGI7|FB:FBgn0029823 F Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20201024 GO_Central glycine hydroxymethyltransferase activity -UniProtKB P39148 glyA GO:0006730 PMID:21873635 IBA PANTHER:PTN000188065|SGD:S000000467|UniProtKB:P34897|UniProtKB:Q8I566|SGD:S000004048|UniProtKB:P34896 P Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20201024 GO_Central one-carbon metabolic process -UniProtKB P39148 glyA GO:0030170 PMID:21873635 IBA PANTHER:PTN000188065|UniProtKB:P9WGI7|UniProtKB:P34897|ZFIN:ZDB-GENE-071213-1|UniProtKB:Q8I566|UniProtKB:P34896|UniProtKB:P9WGI9|RGD:1312011|RGD:1308582|UniProtKB:P0A825 F Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20201024 GO_Central pyridoxal phosphate binding -UniProtKB P39148 glyA GO:0005737 PMID:21873635 IBA PANTHER:PTN000188065|ZFIN:ZDB-GENE-071213-1|FB:FBgn0029823|SGD:S000004048|TAIR:locus:2129251|RGD:1308582|ZFIN:ZDB-GENE-040426-1558|UniProtKB:Q8I566|UniProtKB:P34897|UniProtKB:P0A825|TAIR:locus:2148463|UniProtKB:Q8IKR8|SGD:S000000467|TAIR:locus:2127806|UniProtKB:P34896|TAIR:locus:2005518|RGD:1312011 C Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20200817 GO_Central cytoplasm -UniProtKB P39148 glyA GO:0005829 PMID:21873635 IBA PANTHER:PTN000188204|UniProtKB:P0A825 C Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20180504 GO_Central cytosol -UniProtKB P39148 glyA GO:0008270 PMID:21873635 IBA PANTHER:PTN000188065|TAIR:locus:2148463|UniProtKB:P0A825 F Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20180504 GO_Central zinc ion binding -UniProtKB P39148 glyA GO:0006565 PMID:21873635 IBA PANTHER:PTN000188065|UniProtKB:P0A825|UniProtKB:P34896 P Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20180504 GO_Central L-serine catabolic process -UniProtKB P39148 glyA GO:0019264 PMID:21873635 IBA PANTHER:PTN000188065|RGD:1308582|UniProtKB:P0A825|RGD:1312011|FB:FBgn0029823 P Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20180504 GO_Central glycine biosynthetic process from serine -UniProtKB P39148 glyA GO:0050897 PMID:21873635 IBA PANTHER:PTN000188065|TAIR:locus:2148463 F Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20180504 GO_Central cobalt ion binding -UniProtKB P39145 comFA GO:0006268 PMID:21873635 IBA PANTHER:PTN000778679|UniProtKB:P17888 P ComF operon protein 1 UniProtKB:P39145|PTN002412821 protein NCBITaxon:224308 20170228 GO_Central DNA unwinding involved in DNA replication -UniProtKB P39145 comFA GO:0006302 PMID:21873635 IBA PANTHER:PTN000778679|UniProtKB:P17888 P ComF operon protein 1 UniProtKB:P39145|PTN002412821 protein NCBITaxon:224308 20170228 GO_Central double-strand break repair -UniProtKB P39145 comFA GO:0006270 PMID:21873635 IBA PANTHER:PTN000778679|UniProtKB:P17888 P ComF operon protein 1 UniProtKB:P39145|PTN002412821 protein NCBITaxon:224308 20170228 GO_Central DNA replication initiation -UniProtKB P39145 comFA GO:0043138 PMID:21873635 IBA PANTHER:PTN000778679|UniProtKB:P17888 F ComF operon protein 1 UniProtKB:P39145|PTN002412821 protein NCBITaxon:224308 20170228 GO_Central 3'-5' DNA helicase activity -UniProtKB P39145 comFA GO:0006310 PMID:21873635 IBA PANTHER:PTN000778679|UniProtKB:P17888 P ComF operon protein 1 UniProtKB:P39145|PTN002412821 protein NCBITaxon:224308 20170228 GO_Central DNA recombination -UniProtKB P39143 gutR GO:0051607 PMID:21873635 IBA PANTHER:PTN000814563|UniProtKB:E7FBH4|UniProtKB:Q13325|ZFIN:ZDB-GENE-131120-20 P Transcription activator GutR UniProtKB:P39143|PTN000031086 protein NCBITaxon:224308 20181121 GO_Central defense response to virus -UniProtKB P39143 gutR GO:0005829 PMID:21873635 IBA PANTHER:PTN000814563|UniProtKB:O14879|UniProtKB:P09914|UniProtKB:Q13325 C Transcription activator GutR UniProtKB:P39143|PTN000031086 protein NCBITaxon:224308 20200929 GO_Central cytosol -UniProtKB P39142 pdp GO:0009032 PMID:21873635 IBA PANTHER:PTN000054094|UniProtKB:P07650 F Pyrimidine-nucleoside phosphorylase UniProtKB:P39142|PTN000054095 protein NCBITaxon:224308 20170228 GO_Central thymidine phosphorylase activity -UniProtKB P39142 pdp GO:0005829 PMID:21873635 IBA PANTHER:PTN000054065|UniProtKB:P07650 C Pyrimidine-nucleoside phosphorylase UniProtKB:P39142|PTN000054095 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P39141 nupC GO:0005887 PMID:21873635 IBA PANTHER:PTN000063482|UniProtKB:P0AFF2 C Nucleoside permease NupC UniProtKB:P39141|PTN000063588 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P39141 nupC GO:1901642 PMID:21873635 IBA PANTHER:PTN000063482|UniProtKB:P0AFF2|UniProtKB:O00337|MGI:MGI:2137361|UniProtKB:O43868|UniProtKB:Q9HAS3 P Nucleoside permease NupC UniProtKB:P39141|PTN000063588 protein NCBITaxon:224308 20200929 GO_Central nucleoside transmembrane transport -UniProtKB P39141 nupC GO:0005337 PMID:21873635 IBA PANTHER:PTN000063482|RGD:621223|RGD:61840|UniProtKB:A0A1D8PHJ7|UniProtKB:P0AFF2|UniProtKB:O00337|MGI:MGI:2137361|MGI:MGI:1913105|UniProtKB:O43868|UniProtKB:Q9HAS3 F Nucleoside permease NupC UniProtKB:P39141|PTN000063588 protein NCBITaxon:224308 20200807 GO_Central nucleoside transmembrane transporter activity -UniProtKB P39141 nupC GO:0015293 PMID:21873635 IBA PANTHER:PTN000063482|RGD:61840|MGI:MGI:2137361|RGD:621223|UniProtKB:O43868|UniProtKB:P0AFF2|UniProtKB:A0A1D8PHJ7 F Nucleoside permease NupC UniProtKB:P39141|PTN000063588 protein NCBITaxon:224308 20200807 GO_Central symporter activity -UniProtKB P39138 rocF GO:0004053 PMID:21873635 IBA PANTHER:PTN000144386|RGD:2151|SGD:S000006032|UniProtKB:P39138|UniProtKB:A0A1D8PP00|UniProtKB:F1P5B4|PomBase:SPBP26C9.02c|MGI:MGI:88070|RGD:2150|UniProtKB:Q12611|PomBase:SPAC3H1.07|UniProtKB:P78540 F Arginase UniProtKB:P39138|PTN000144482 protein NCBITaxon:224308 20201001 GO_Central arginase activity -UniProtKB P39138 rocF GO:0030145 PMID:21873635 IBA PANTHER:PTN000144386|RGD:2150|SGD:S000006032 F Arginase UniProtKB:P39138|PTN000144482 protein NCBITaxon:224308 20170601 GO_Central manganese ion binding -UniProtKB P39138 rocF GO:0019547 PMID:21873635 IBA PANTHER:PTN000144386|PomBase:SPAC3H1.07|UniProtKB:A0A1D8PP00|RGD:2150|RGD:2151|SGD:S000006032|PomBase:SPBP26C9.02c P Arginase UniProtKB:P39138|PTN000144482 protein NCBITaxon:224308 20201001 GO_Central arginine catabolic process to ornithine -UniProtKB P39138 rocF GO:0005737 PMID:21873635 IBA PANTHER:PTN000144386|MGI:MGI:1330806|RGD:2150|PomBase:SPBP26C9.02c|SGD:S000006032|RGD:2151 C Arginase UniProtKB:P39138|PTN000144482 protein NCBITaxon:224308 20200810 GO_Central cytoplasm -UniProtKB P39137 rocE GO:0016021 PMID:21873635 IBA PANTHER:PTN001718863|SGD:S000001747|UniProtKB:P25737|SGD:S000000336 C Amino-acid permease RocE UniProtKB:P39137|PTN000209269 protein NCBITaxon:224308 20190319 GO_Central integral component of membrane -UniProtKB P39137 rocE GO:0015171 PMID:21873635 IBA PANTHER:PTN001718863|SGD:S000005214|PomBase:SPAC869.11|UniProtKB:A0A1D8PPI5|SGD:S000003423|CGD:CAL0000201651|SGD:S000000273|SGD:S000000530|SGD:S000005380|SGD:S000000789|UniProtKB:A0A1D8PK89|UniProtKB:A0A1D8PMB1|SGD:S000002453|UniProtKB:A0A1D8PNP3|PomBase:SPCC965.11c|SGD:S000005875|SGD:S000001839|UniProtKB:A0A1D8PN88|CGD:CAL0000198089|UniProtKB:P25737|SGD:S000001747|CGD:CAL0000177621|SGD:S000005212|SGD:S000000272|UniProtKB:P18696|SGD:S000002916 F Amino-acid permease RocE UniProtKB:P39137|PTN000209269 protein NCBITaxon:224308 20201001 GO_Central amino acid transmembrane transporter activity -UniProtKB P39137 rocE GO:0003333 PMID:21873635 IBA PANTHER:PTN001718863|UniProtKB:A0A1D8PN88|SGD:S000000530|CGD:CAL0000201651|UniProtKB:A0A1D8PNP3|PomBase:SPCC965.11c|PomBase:SPAC869.11|UniProtKB:A0A1D8PMB1|UniProtKB:A0A1D8PK89|SGD:S000002916|UniProtKB:A0A1D8PH27|CGD:CAL0000177621|CGD:CAL0000198089|UniProtKB:P25737 P Amino-acid permease RocE UniProtKB:P39137|PTN000209269 protein NCBITaxon:224308 20201001 GO_Central amino acid transmembrane transport -UniProtKB P39135 sfp GO:0008897 PMID:21873635 IBA PANTHER:PTN000259224|CGD:CAL0000182911|dictyBase:DDB_G0285927|PomBase:SPAC17C9.02c|UniProtKB:G5EB87|SGD:S000003122|UniProtKB:P37623|UniProtKB:Q9NRN7 F 4'-phosphopantetheinyl transferase Sfp UniProtKB:P39135|PTN000259282 protein NCBITaxon:224308 20200808 GO_Central holo-[acyl-carrier-protein] synthase activity -UniProtKB P39135 sfp GO:0019878 PMID:21873635 IBA PANTHER:PTN000259224|PomBase:SPAC17C9.02c|SGD:S000003122 P 4'-phosphopantetheinyl transferase Sfp UniProtKB:P39135|PTN000259282 protein NCBITaxon:224308 20170228 GO_Central lysine biosynthetic process via aminoadipic acid -UniProtKB P39135 sfp GO:0005829 PMID:21873635 IBA PANTHER:PTN000259224|UniProtKB:Q9NRN7 C 4'-phosphopantetheinyl transferase Sfp UniProtKB:P39135|PTN000259282 protein NCBITaxon:224308 20210101 GO_Central cytosol -UniProtKB P39134 prkA GO:0004672 PMID:21873635 IBA PANTHER:PTN001250313|UniProtKB:P0ACY3 F Protein PrkA UniProtKB:P39134|PTN000767458 protein NCBITaxon:224308 20170228 GO_Central protein kinase activity -UniProtKB P39127 citR GO:0006355 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:P67662|UniProtKB:P67660|UniProtKB:P0A9F9|UniProtKB:P39376|UniProtKB:G3XCU6 P HTH-type transcriptional regulator CitR UniProtKB:P39127|PTN001248445 protein NCBITaxon:224308 20190829 GO_Central regulation of transcription, DNA-templated -UniProtKB P39127 citR GO:0000976 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:G3XCU6|UniProtKB:Q9I1R1|UniProtKB:Q9HZ15|UniProtKB:P39376 F HTH-type transcriptional regulator CitR UniProtKB:P39127|PTN001248445 protein NCBITaxon:224308 20190829 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P39123 glgP GO:0005980 PMID:21873635 IBA PANTHER:PTN000157685|RGD:620687|SGD:S000006364|RGD:3460|MGI:MGI:97830|RGD:3461|UniProtKB:P0AC86|dictyBase:DDB_G0291123|UniProtKB:P00490|FB:FBgn0004507|dictyBase:DDB_G0281383 P Glycogen phosphorylase UniProtKB:P39123|PTN000157810 protein NCBITaxon:224308 20170228 GO_Central glycogen catabolic process -UniProtKB P39123 glgP GO:0005737 PMID:21873635 IBA PANTHER:PTN000157685|FB:FBgn0004507|UniProtKB:P00490|UniProtKB:P11216|TAIR:locus:2093787|TAIR:locus:2075576|RGD:3461|UniProtKB:E1BSN7|RGD:620687|SGD:S000006364 C Glycogen phosphorylase UniProtKB:P39123|PTN000157810 protein NCBITaxon:224308 20200929 GO_Central cytoplasm -UniProtKB P39123 glgP GO:0008184 PMID:21873635 IBA PANTHER:PTN000157685|RGD:620687|UniProtKB:P06737|MGI:MGI:97829|SGD:S000006364|RGD:3460|MGI:MGI:97830|RGD:3461|UniProtKB:P0AC86|dictyBase:DDB_G0291123|FB:FBgn0004507|dictyBase:DDB_G0281383 F Glycogen phosphorylase UniProtKB:P39123|PTN000157810 protein NCBITaxon:224308 20170228 GO_Central glycogen phosphorylase activity -UniProtKB P39123 glgP GO:0030170 PMID:21873635 IBA PANTHER:PTN000157685|UniProtKB:P0AC86|RGD:3461|UniProtKB:P00490|FB:FBgn0004507 F Glycogen phosphorylase UniProtKB:P39123|PTN000157810 protein NCBITaxon:224308 20170228 GO_Central pyridoxal phosphate binding -UniProtKB P39121 deoC GO:0004139 PMID:21873635 IBA PANTHER:PTN000095292|UniProtKB:P0A6L0|UniProtKB:Q9Y315 F Deoxyribose-phosphate aldolase UniProtKB:P39121|PTN000095301 protein NCBITaxon:224308 20170228 GO_Central deoxyribose-phosphate aldolase activity -UniProtKB P39121 deoC GO:0016052 PMID:21873635 IBA PANTHER:PTN000095292|UniProtKB:P0A6L0 P Deoxyribose-phosphate aldolase UniProtKB:P39121|PTN000095301 protein NCBITaxon:224308 20170228 GO_Central carbohydrate catabolic process -UniProtKB P39121 deoC GO:0009264 PMID:21873635 IBA PANTHER:PTN000095292|UniProtKB:P0A6L0 P Deoxyribose-phosphate aldolase UniProtKB:P39121|PTN000095301 protein NCBITaxon:224308 20170228 GO_Central deoxyribonucleotide catabolic process -UniProtKB P39119 citA GO:0005975 PMID:21873635 IBA PANTHER:PTN000201223|UniProtKB:O75390 P Citrate synthase 1 UniProtKB:P39119|PTN000201315 protein NCBITaxon:224308 20180508 GO_Central carbohydrate metabolic process -UniProtKB P39119 citA GO:0004108 PMID:21873635 IBA PANTHER:PTN000201223|UniProtKB:O00098|dictyBase:DDB_G0267426|UniProtKB:P31660|RGD:620330|FB:FBgn0261955|SGD:S000000598|TAIR:locus:2050554|UniProtKB:Q9TEM3|UniProtKB:O75390|SGD:S000006205|SGD:S000005284|PomBase:SPAC6C3.04|TAIR:locus:2098989|TAIR:locus:2052379 F Citrate synthase 1 UniProtKB:P39119|PTN000201315 protein NCBITaxon:224308 20200807 GO_Central citrate (Si)-synthase activity -UniProtKB P39119 citA GO:0006099 PMID:21873635 IBA PANTHER:PTN000201223|PomBase:SPAC6C3.04|SGD:S000006205|RGD:620330|UniProtKB:Q9I5E3 P Citrate synthase 1 UniProtKB:P39119|PTN000201315 protein NCBITaxon:224308 20180508 GO_Central tricarboxylic acid cycle -UniProtKB P39118 glgB GO:0005975 PMID:21873635 IBA PANTHER:PTN000040010|UniProtKB:A0A0G2JTB2|UniProtKB:P07762|UniProtKB:Q04446|TAIR:locus:2092349|SGD:S000000737|TAIR:locus:2144608|TAIR:locus:2044903|UniProtKB:P9WN45 P 1,4-alpha-glucan branching enzyme GlgB UniProtKB:P39118|PTN000040087 protein NCBITaxon:224308 20200810 GO_Central carbohydrate metabolic process -UniProtKB P39118 glgB GO:0005829 PMID:21873635 IBA PANTHER:PTN000040086|UniProtKB:P07762 C 1,4-alpha-glucan branching enzyme GlgB UniProtKB:P39118|PTN000040087 protein NCBITaxon:224308 20170616 GO_Central cytosol -UniProtKB P39118 glgB GO:0005737 PMID:21873635 IBA PANTHER:PTN000040010|TAIR:locus:2044903|TAIR:locus:2144608|TAIR:locus:2092349|UniProtKB:P07762|UniProtKB:A0A0G2JTB2 C 1,4-alpha-glucan branching enzyme GlgB UniProtKB:P39118|PTN000040087 protein NCBITaxon:224308 20200810 GO_Central cytoplasm -UniProtKB P39118 glgB GO:0003844 PMID:21873635 IBA PANTHER:PTN000040010|UniProtKB:A0A0G2JTB2|UniProtKB:P07762|UniProtKB:Q04446|TAIR:locus:2144608|SGD:S000000737|TAIR:locus:2044903|UniProtKB:P9WN45 F 1,4-alpha-glucan branching enzyme GlgB UniProtKB:P39118|PTN000040087 protein NCBITaxon:224308 20170616 GO_Central 1,4-alpha-glucan branching enzyme activity -UniProtKB P39118 glgB GO:0005978 PMID:21873635 IBA PANTHER:PTN000040086|UniProtKB:P07762|UniProtKB:P9WN45 P 1,4-alpha-glucan branching enzyme GlgB UniProtKB:P39118|PTN000040087 protein NCBITaxon:224308 20170616 GO_Central glycogen biosynthetic process -UniProtKB P39115 expZ GO:0005524 PMID:21873635 IBA PANTHER:PTN000442080|PomBase:SPAC3C7.08c|UniProtKB:Q8NE71|UniProtKB:P39115 F Nucleotide-binding protein ExpZ UniProtKB:P39115|PTN000442313 protein NCBITaxon:224308 20200808 GO_Central ATP binding -UniProtKB P39846 ppsB GO:0005737 PMID:21873635 IBA PANTHER:PTN002455606|FB:FBgn0000527 C Plipastatin synthase subunit B UniProtKB:P39846|PTN000644469 protein NCBITaxon:224308 20180620 GO_Central cytoplasm -UniProtKB P39846 ppsB GO:0031177 PMID:21873635 IBA PANTHER:PTN002455606|UniProtKB:P9WQ63 F Plipastatin synthase subunit B UniProtKB:P39846|PTN000644469 protein NCBITaxon:224308 20180620 GO_Central phosphopantetheine binding -UniProtKB P39846 ppsB GO:0000036 PMID:21873635 IBA PANTHER:PTN002455606|UniProtKB:P9WQ63 F Plipastatin synthase subunit B UniProtKB:P39846|PTN000644469 protein NCBITaxon:224308 20180620 GO_Central acyl carrier activity -UniProtKB P35136 serA GO:0004617 PMID:21873635 IBA PANTHER:PTN000107912|UniProtKB:P9WNX3 F D-3-phosphoglycerate dehydrogenase UniProtKB:P35136|PTN000107913 protein NCBITaxon:224308 20201209 GO_Central phosphoglycerate dehydrogenase activity -UniProtKB P35136 serA GO:0006564 PMID:21873635 IBA PANTHER:PTN000107912|UniProtKB:P9WNX3 P D-3-phosphoglycerate dehydrogenase UniProtKB:P35136|PTN000107913 protein NCBITaxon:224308 20201209 GO_Central L-serine biosynthetic process -UniProtKB P23446 flgG GO:0071978 PMID:21873635 IBA PANTHER:PTN000764839|UniProtKB:P23446|UniProtKB:P24501|UniProtKB:P24500|UniProtKB:P39752|UniProtKB:P23455 P Flagellar basal-body rod protein FlgG UniProtKB:P23446|PTN001252420 protein NCBITaxon:224308 20200809 GO_Central bacterial-type flagellum-dependent swarming motility -UniProtKB P23446 flgG GO:0009424 PMID:21873635 IBA PANTHER:PTN000764839|UniProtKB:P75937 C Flagellar basal-body rod protein FlgG UniProtKB:P23446|PTN001252420 protein NCBITaxon:224308 20170228 GO_Central bacterial-type flagellum hook -UniProtKB P26497 spo0J GO:0045881 PMID:21873635 IBA PANTHER:PTN002121186|UniProtKB:P26497 P Stage 0 sporulation protein J UniProtKB:P26497|PTN002121226 protein NCBITaxon:224308 20180110 GO_Central positive regulation of sporulation resulting in formation of a cellular spore -UniProtKB P26497 spo0J GO:0005694 PMID:21873635 IBA PANTHER:PTN002121184|UniProtKB:P9WIJ9 C Stage 0 sporulation protein J UniProtKB:P26497|PTN002121226 protein NCBITaxon:224308 20180110 GO_Central chromosome -UniProtKB P26497 spo0J GO:0007059 PMID:21873635 IBA PANTHER:PTN002121184|UniProtKB:P26497 P Stage 0 sporulation protein J UniProtKB:P26497|PTN002121226 protein NCBITaxon:224308 20180110 GO_Central chromosome segregation -UniProtKB P25811 mnmE GO:0002098 PMID:21873635 IBA PANTHER:PTN000182687|SGD:S000004625|UniProtKB:P25522 P tRNA modification GTPase MnmE UniProtKB:P25811|PTN000182745 protein NCBITaxon:224308 20170228 GO_Central tRNA wobble uridine modification -UniProtKB P25811 mnmE GO:0005737 PMID:21873635 IBA PANTHER:PTN000182687|ZFIN:ZDB-GENE-050522-335|UniProtKB:P52131|SGD:S000004625|UniProtKB:P25522|UniProtKB:Q969Y2 C tRNA modification GTPase MnmE UniProtKB:P25811|PTN000182745 protein NCBITaxon:224308 20200809 GO_Central cytoplasm -UniProtKB P25811 mnmE GO:0005829 PMID:21873635 IBA PANTHER:PTN000182744|UniProtKB:P52131|UniProtKB:P25522 C tRNA modification GTPase MnmE UniProtKB:P25811|PTN000182745 protein NCBITaxon:224308 20170828 GO_Central cytosol -UniProtKB P25811 mnmE GO:0030488 PMID:21873635 IBA PANTHER:PTN000182687|UniProtKB:P25522 P tRNA modification GTPase MnmE UniProtKB:P25811|PTN000182745 protein NCBITaxon:224308 20170228 GO_Central tRNA methylation -UniProtKB P25813 rsmG GO:0070043 PMID:21873635 IBA PANTHER:PTN000788684|UniProtKB:P0A6U5 F Ribosomal RNA small subunit methyltransferase G UniProtKB:P25813|PTN000788687 protein NCBITaxon:224308 20170228 GO_Central rRNA (guanine-N7-)-methyltransferase activity -UniProtKB P25813 rsmG GO:0005829 PMID:21873635 IBA PANTHER:PTN000788684|UniProtKB:P0A6U5 C Ribosomal RNA small subunit methyltransferase G UniProtKB:P25813|PTN000788687 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P25994 pyrAB GO:0006807 PMID:21873635 IBA PANTHER:PTN000150222|FB:FBgn0003189|RGD:2395|UniProtKB:P38100|UniProtKB:P0A6F1|UniProtKB:P31327|TAIR:locus:2092369|UniProtKB:P27708|SGD:S000003870|PomBase:SPAC22G7.06c|ZFIN:ZDB-GENE-021030-4|SGD:S000005829|dictyBase:DDB_G0276335|ZFIN:ZDB-GENE-081105-17|UniProtKB:P00968|SGD:S000003666|PomBase:SPBC56F2.09c|WB:WBGene00004259|UniProtKB:O93937|PomBase:SPBC215.08c|RGD:1588606 P Carbamoyl-phosphate synthase pyrimidine-specific large chain UniProtKB:P25994|PTN000150331 protein NCBITaxon:224308 20200807 GO_Central nitrogen compound metabolic process -UniProtKB P25994 pyrAB GO:0006541 PMID:21873635 IBA PANTHER:PTN000150223|SGD:S000003666|dictyBase:DDB_G0276335|RGD:1588606|PomBase:SPAC22G7.06c|FB:FBgn0003189 P Carbamoyl-phosphate synthase pyrimidine-specific large chain UniProtKB:P25994|PTN000150331 protein NCBITaxon:224308 20181129 GO_Central glutamine metabolic process -UniProtKB P25994 pyrAB GO:0005737 PMID:21873635 IBA PANTHER:PTN000150222|SGD:S000005829|UniProtKB:P0A786|TAIR:locus:2019302|UniProtKB:P00968|TAIR:locus:2089149|RGD:2395|UniProtKB:P0A6F1|UniProtKB:P31327|SGD:S000003666|MGI:MGI:891996|TAIR:locus:2092369|UniProtKB:P27708|SGD:S000003870|RGD:1588606 C Carbamoyl-phosphate synthase pyrimidine-specific large chain UniProtKB:P25994|PTN000150331 protein NCBITaxon:224308 20181129 GO_Central cytoplasm -UniProtKB P06574 sigB GO:0006355 PMID:21873635 IBA PANTHER:PTN001251781|UniProtKB:P9WGI3|UniProtKB:P06574 P RNA polymerase sigma-B factor UniProtKB:P06574|PTN001251826 protein NCBITaxon:224308 20170228 GO_Central regulation of transcription, DNA-templated -UniProtKB P06568 ytxB GO:0016020 PMID:21873635 IBA PANTHER:PTN000293371|UniProtKB:P76221 C TVP38/TMEM64 family membrane protein YtxB UniProtKB:P06568|PTN000293565 protein NCBITaxon:224308 20200305 GO_Central membrane -UniProtKB P06568 ytxB GO:0005886 PMID:21873635 IBA PANTHER:PTN000293555|UniProtKB:P76221 C TVP38/TMEM64 family membrane protein YtxB UniProtKB:P06568|PTN000293565 protein NCBITaxon:224308 20200305 GO_Central plasma membrane -UniProtKB P06567 dnaI GO:0006260 PMID:21873635 IBA PANTHER:PTN001574578|UniProtKB:P03004|UniProtKB:P05648|UniProtKB:P0AEF0 P Primosomal protein DnaI UniProtKB:P06567|PTN001247367 protein NCBITaxon:224308 20200809 GO_Central DNA replication -UniProtKB P06567 dnaI GO:0006271 PMID:21873635 IBA PANTHER:PTN001247366|UniProtKB:P0AEF0 P Primosomal protein DnaI UniProtKB:P06567|PTN001247367 protein NCBITaxon:224308 20170228 GO_Central DNA strand elongation involved in DNA replication -UniProtKB P06533 sinR GO:0006355 PMID:21873635 IBA PANTHER:PTN005321183|UniProtKB:P06533|UniProtKB:P9WMI1|UniProtKB:P77626 P HTH-type transcriptional regulator SinR UniProtKB:P06533|PTN001305463 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB P06533 sinR GO:0003700 PMID:21873635 IBA PANTHER:PTN005321183|UniProtKB:P77626 F HTH-type transcriptional regulator SinR UniProtKB:P06533|PTN001305463 protein NCBITaxon:224308 20190807 GO_Central DNA-binding transcription factor activity -UniProtKB P07373 spoVE GO:0032153 PMID:21873635 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4 C Stage V sporulation protein E UniProtKB:P07373|PTN000767119 protein NCBITaxon:224308 20170427 GO_Central cell division site -UniProtKB P07373 spoVE GO:0005887 PMID:21873635 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4 C Stage V sporulation protein E UniProtKB:P07373|PTN000767119 protein NCBITaxon:224308 20170427 GO_Central integral component of plasma membrane -UniProtKB P07373 spoVE GO:0008360 PMID:21873635 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4|UniProtKB:P0ABG7 P Stage V sporulation protein E UniProtKB:P07373|PTN000767119 protein NCBITaxon:224308 20170427 GO_Central regulation of cell shape -UniProtKB P07373 spoVE GO:0015648 PMID:21873635 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4 F Stage V sporulation protein E UniProtKB:P07373|PTN000767119 protein NCBITaxon:224308 20170427 GO_Central lipid-linked peptidoglycan transporter activity -UniProtKB P07373 spoVE GO:0051301 PMID:21873635 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4|UniProtKB:P9WN99 P Stage V sporulation protein E UniProtKB:P07373|PTN000767119 protein NCBITaxon:224308 20170427 GO_Central cell division -UniProtKB P07343 fumC GO:0006106 PMID:21873635 IBA PANTHER:PTN000154499|TAIR:locus:2157413|SGD:S000006183|UniProtKB:P10173|MGI:MGI:95530|UniProtKB:P07954|TAIR:locus:2061966|RGD:2614 P Fumarate hydratase class II UniProtKB:P07343|PTN000154572 protein NCBITaxon:224308 20201023 GO_Central fumarate metabolic process -UniProtKB P07343 fumC GO:0006099 PMID:21873635 IBA PANTHER:PTN000154499|SGD:S000006183|RGD:2614 P Fumarate hydratase class II UniProtKB:P07343|PTN000154572 protein NCBITaxon:224308 20170228 GO_Central tricarboxylic acid cycle -UniProtKB P07343 fumC GO:0006108 PMID:21873635 IBA PANTHER:PTN000154499|RGD:2614|TAIR:locus:2061966|UniProtKB:P07954|UniProtKB:P10173|TAIR:locus:2157413 P Fumarate hydratase class II UniProtKB:P07343|PTN000154572 protein NCBITaxon:224308 20210127 GO_Central malate metabolic process -UniProtKB P07343 fumC GO:0004333 PMID:21873635 IBA PANTHER:PTN000154499|TAIR:locus:2157413|UniProtKB:P05042|MGI:MGI:95530|RGD:2614|UniProtKB:P07954|TAIR:locus:2061966|UniProtKB:P10173 F Fumarate hydratase class II UniProtKB:P07343|PTN000154572 protein NCBITaxon:224308 20210101 GO_Central fumarate hydratase activity -UniProtKB P07788 cotA GO:0016491 PMID:21873635 IBA PANTHER:PTN000194698|FB:FBgn0032116|TAIR:locus:2042842|SGD:S000001853|UniProtKB:P17489|UniProtKB:A0A3Q7H424|MGI:MGI:88476|UniProtKB:Q9BQS7|PomBase:SPAC1F7.08|SGD:S000004662|UniProtKB:A0A1D8PPD8|FB:FBgn0039387|TAIR:locus:2017699|UniProtKB:P36649|TAIR:locus:2168128|TAIR:locus:2178973|UniProtKB:Q6MZM0 F Spore coat protein A UniProtKB:P07788|PTN000194933 protein NCBITaxon:224308 20200807 GO_Central oxidoreductase activity -UniProtKB P07788 cotA GO:0030288 PMID:21873635 IBA PANTHER:PTN000194932|UniProtKB:P36649|UniProtKB:P26648 C Spore coat protein A UniProtKB:P07788|PTN000194933 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space -UniProtKB P07601 trpA GO:0000162 PMID:21873635 IBA PANTHER:PTN000034360|UniProtKB:P0A877|TAIR:locus:3685290|UniProtKB:P07344 P Tryptophan synthase alpha chain UniProtKB:P07601|PTN000034378 protein NCBITaxon:224308 20201001 GO_Central tryptophan biosynthetic process -UniProtKB P07601 trpA GO:0004834 PMID:21873635 IBA PANTHER:PTN000034360|TAIR:locus:2132328|TAIR:locus:3685290 F Tryptophan synthase alpha chain UniProtKB:P07601|PTN000034378 protein NCBITaxon:224308 20170228 GO_Central tryptophan synthase activity -UniProtKB P07601 trpA GO:0005829 PMID:21873635 IBA PANTHER:PTN000034360|UniProtKB:P0A877 C Tryptophan synthase alpha chain UniProtKB:P07601|PTN000034378 protein NCBITaxon:224308 20191204 GO_Central cytosol -UniProtKB P07600 trpB GO:0000162 PMID:21873635 IBA PANTHER:PTN000034394|UniProtKB:P9WFX9|UniProtKB:P0A879|SGD:S000002994 P Tryptophan synthase beta chain UniProtKB:P07600|PTN000034420 protein NCBITaxon:224308 20201002 GO_Central tryptophan biosynthetic process -UniProtKB P07600 trpB GO:0005737 PMID:21873635 IBA PANTHER:PTN000034394|UniProtKB:P0A879|TAIR:locus:2005543|TAIR:locus:2160190 C Tryptophan synthase beta chain UniProtKB:P07600|PTN000034420 protein NCBITaxon:224308 20200810 GO_Central cytoplasm -UniProtKB P08821 hupA GO:0003677 PMID:21873635 IBA PANTHER:PTN002110658|UniProtKB:P0A6X7|UniProtKB:P0ACF0|UniProtKB:P9WMK7|UniProtKB:P0A6Y1 F DNA-binding protein HU 1 UniProtKB:P08821|PTN002110743 protein NCBITaxon:224308 20201001 GO_Central DNA binding -UniProtKB P08821 hupA GO:0005829 PMID:21873635 IBA PANTHER:PTN002110664|UniProtKB:P0ACF0|UniProtKB:P0A6Y1|UniProtKB:P0ACF4|UniProtKB:P0A6X7 C DNA-binding protein HU 1 UniProtKB:P08821|PTN002110743 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P39120 citZ GO:0005975 PMID:21873635 IBA PANTHER:PTN000201223|UniProtKB:O75390 P Citrate synthase 2 UniProtKB:P39120|PTN000201317 protein NCBITaxon:224308 20180508 GO_Central carbohydrate metabolic process -UniProtKB P39120 citZ GO:0006099 PMID:21873635 IBA PANTHER:PTN000201223|PomBase:SPAC6C3.04|SGD:S000006205|RGD:620330|UniProtKB:Q9I5E3 P Citrate synthase 2 UniProtKB:P39120|PTN000201317 protein NCBITaxon:224308 20180508 GO_Central tricarboxylic acid cycle -UniProtKB P39120 citZ GO:0004108 PMID:21873635 IBA PANTHER:PTN000201223|UniProtKB:O00098|dictyBase:DDB_G0267426|UniProtKB:P31660|RGD:620330|FB:FBgn0261955|SGD:S000000598|TAIR:locus:2050554|UniProtKB:Q9TEM3|UniProtKB:O75390|SGD:S000006205|SGD:S000005284|PomBase:SPAC6C3.04|TAIR:locus:2098989|TAIR:locus:2052379 F Citrate synthase 2 UniProtKB:P39120|PTN000201317 protein NCBITaxon:224308 20200807 GO_Central citrate (Si)-synthase activity -UniProtKB P70999 speB GO:0008783 PMID:21873635 IBA PANTHER:PTN000144486|UniProtKB:P60651|TAIR:locus:2138718|UniProtKB:Q5JI38|TAIR:locus:2138743|CGD:CAL0000194495 F Agmatinase UniProtKB:P70999|PTN000144569 protein NCBITaxon:224308 20200929 GO_Central agmatinase activity -UniProtKB P70999 speB GO:0033389 PMID:21873635 IBA PANTHER:PTN000144486|TAIR:locus:2138743|TAIR:locus:2138718 P Agmatinase UniProtKB:P70999|PTN000144569 protein NCBITaxon:224308 20190524 GO_Central putrescine biosynthetic process from arginine, using agmatinase -UniProtKB P70998 speE GO:0005829 PMID:21873635 IBA PANTHER:PTN000168362|UniProtKB:P09158 C Polyamine aminopropyltransferase UniProtKB:P70998|PTN000168363 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P70998 speE GO:0008295 PMID:21873635 IBA PANTHER:PTN000168362|UniProtKB:O25503|UniProtKB:Q9WZC2|UniProtKB:P09158 P Polyamine aminopropyltransferase UniProtKB:P70998|PTN000168363 protein NCBITaxon:224308 20200807 GO_Central spermidine biosynthetic process -UniProtKB P70998 speE GO:0004766 PMID:21873635 IBA PANTHER:PTN000168362|UniProtKB:Q9WZC2|UniProtKB:P09158 F Polyamine aminopropyltransferase UniProtKB:P70998|PTN000168363 protein NCBITaxon:224308 20170228 GO_Central spermidine synthase activity -UniProtKB P70997 pbpG GO:0009252 PMID:21873635 IBA PANTHER:PTN001283970|UniProtKB:P76577|UniProtKB:P02918|UniProtKB:P02919 P Penicillin-binding protein 2D UniProtKB:P70997|PTN001283981 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan biosynthetic process -UniProtKB P70997 pbpG GO:0046677 PMID:21873635 IBA PANTHER:PTN001283969|UniProtKB:P02918|UniProtKB:P02919 P Penicillin-binding protein 2D UniProtKB:P70997|PTN001283981 protein NCBITaxon:224308 20170601 GO_Central response to antibiotic -UniProtKB P70997 pbpG GO:0008658 PMID:21873635 IBA PANTHER:PTN001283969|UniProtKB:P02919|UniProtKB:P76577|UniProtKB:Q07806|UniProtKB:P71707|UniProtKB:P02918 F Penicillin-binding protein 2D UniProtKB:P70997|PTN001283981 protein NCBITaxon:224308 20170601 GO_Central penicillin binding -UniProtKB P70997 pbpG GO:0008955 PMID:21873635 IBA PANTHER:PTN001283970|UniProtKB:P02918|UniProtKB:P76577|UniProtKB:P02919 F Penicillin-binding protein 2D UniProtKB:P70997|PTN001283981 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan glycosyltransferase activity -UniProtKB P70993 ywhA GO:0006355 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4|UniProtKB:P0A8W2|UniProtKB:Q8EI70|UniProtKB:P27245|UniProtKB:P11065 P Uncharacterized HTH-type transcriptional regulator YwhA UniProtKB:P70993|PTN001826085 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB P70993 ywhA GO:0000976 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4 F Uncharacterized HTH-type transcriptional regulator YwhA UniProtKB:P70993|PTN001826085 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P70993 ywhA GO:0006950 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YwhA UniProtKB:P70993|PTN001826085 protein NCBITaxon:224308 20170228 GO_Central response to stress -UniProtKB P70981 ybaC GO:0016787 PMID:21873635 IBA PANTHER:PTN000863140|ZFIN:ZDB-GENE-041212-70|UniProtKB:L0TC47|WB:WBGene00019329|UniProtKB:Q9HZR3|UniProtKB:Q9H6B9|UniProtKB:P34913|TAIR:locus:2043868|TAIR:locus:2078067|UniProtKB:P39298|MGI:MGI:99500|RGD:620732|WB:WBGene00010628|UniProtKB:P9WMR9 F Probable aminopeptidase YbaC UniProtKB:P70981|PTN001661428 protein NCBITaxon:224308 20200810 GO_Central hydrolase activity -UniProtKB P70976 ybaJ GO:0008168 PMID:21873635 IBA PANTHER:PTN001602504|WB:WBGene00018811|UniProtKB:P9WIN3|UniProtKB:P36999 F Uncharacterized methyltransferase YbaJ UniProtKB:P70976|PTN000010900 protein NCBITaxon:224308 20200810 GO_Central methyltransferase activity -UniProtKB P70974 rplM GO:0022625 PMID:21873635 IBA PANTHER:PTN000166868|UniProtKB:P0AA10 C 50S ribosomal protein L13 UniProtKB:P70974|PTN000166869 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P70974 rplM GO:0017148 PMID:21873635 IBA PANTHER:PTN000166701|UniProtKB:P40429|MGI:MGI:1351455|UniProtKB:P0AA10 P 50S ribosomal protein L13 UniProtKB:P70974|PTN000166869 protein NCBITaxon:224308 20200807 GO_Central negative regulation of translation -UniProtKB P70974 rplM GO:0005840 PMID:21873635 IBA PANTHER:PTN000166701|SGD:S000005676|UniProtKB:P0AA10|MGI:MGI:2137218|SGD:S000001395|UniProtKB:Q9BYD1|RGD:628697|UniProtKB:Q9SFU1|TAIR:locus:2156569|TAIR:locus:2087268|TAIR:locus:2119335|SGD:S000005013 C 50S ribosomal protein L13 UniProtKB:P70974|PTN000166869 protein NCBITaxon:224308 20200807 GO_Central ribosome -UniProtKB P70974 rplM GO:0003729 PMID:21873635 IBA PANTHER:PTN000166701|UniProtKB:Q9SFU1|MGI:MGI:1351455|TAIR:locus:2203010|TAIR:locus:2087268|TAIR:locus:2156569 F 50S ribosomal protein L13 UniProtKB:P70974|PTN000166869 protein NCBITaxon:224308 20170228 GO_Central mRNA binding -UniProtKB P70974 rplM GO:0003735 PMID:21873635 IBA PANTHER:PTN000166701|SGD:S000005676 F 50S ribosomal protein L13 UniProtKB:P70974|PTN000166869 protein NCBITaxon:224308 20200807 GO_Central structural constituent of ribosome -UniProtKB P70973 truA GO:0009982 PMID:21873635 IBA PANTHER:PTN000124732|SGD:S000006133|PomBase:SPCC126.03|MGI:MGI:1929237|SGD:S000001895|UniProtKB:Q9BZE2|MGI:MGI:1914299|SGD:S000003031|UniProtKB:Q9Y606|UniProtKB:P07649 F tRNA pseudouridine synthase A UniProtKB:P70973|PTN000124924 protein NCBITaxon:224308 20170228 GO_Central pseudouridine synthase activity -UniProtKB P70973 truA GO:0031119 PMID:21873635 IBA PANTHER:PTN000124732|SGD:S000006133|PomBase:SPCC126.03|MGI:MGI:1929237|SGD:S000001895|UniProtKB:Q9BZE2|MGI:MGI:1914299|SGD:S000003031|UniProtKB:P07649 P tRNA pseudouridine synthase A UniProtKB:P70973|PTN000124924 protein NCBITaxon:224308 20170228 GO_Central tRNA pseudouridine synthesis -UniProtKB P70972 ecfT GO:0005886 PMID:21873635 IBA PANTHER:PTN002127827|UniProtKB:Q9X2I1 C Energy-coupling factor transporter transmembrane protein EcfT UniProtKB:P70972|PTN002127894 protein NCBITaxon:224308 20180110 GO_Central plasma membrane -UniProtKB P70970 ecfAB GO:0005524 PMID:21873635 IBA PANTHER:PTN000656738|UniProtKB:Q9X1Z1|UniProtKB:Q9WY65 F Energy-coupling factor transporter ATP-binding protein EcfA2 UniProtKB:P70970|PTN000657021 protein NCBITaxon:224308 20170601 GO_Central ATP binding -UniProtKB P70970 ecfAB GO:0042626 PMID:21873635 IBA PANTHER:PTN000656738|UniProtKB:Q9I183 F Energy-coupling factor transporter ATP-binding protein EcfA2 UniProtKB:P70970|PTN000657021 protein NCBITaxon:224308 20170601 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB P70970 ecfAB GO:0043190 PMID:21873635 IBA PANTHER:PTN000656738|UniProtKB:Q05596 C Energy-coupling factor transporter ATP-binding protein EcfA2 UniProtKB:P70970|PTN000657021 protein NCBITaxon:224308 20170601 GO_Central ATP-binding cassette (ABC) transporter complex -UniProtKB P70955 natR GO:0032993 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EHJ3|UniProtKB:Q8EE50 C Transcriptional regulatory protein NatR UniProtKB:P70955|PTN000724580 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex -UniProtKB P70955 natR GO:0000156 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P30843|UniProtKB:P0A9Q1|UniProtKB:O07776|UniProtKB:P38684|UniProtKB:Q9I2U3|UniProtKB:P0AA16 F Transcriptional regulatory protein NatR UniProtKB:P70955|PTN000724580 protein NCBITaxon:224308 20170829 GO_Central phosphorelay response regulator activity -UniProtKB P70955 natR GO:0006355 PMID:21873635 IBA PANTHER:PTN001982367|UniProtKB:P0AFT5|UniProtKB:P0AE39 P Transcriptional regulatory protein NatR UniProtKB:P70955|PTN000724580 protein NCBITaxon:224308 20170420 GO_Central regulation of transcription, DNA-templated -UniProtKB P70955 natR GO:0001216 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P21866|UniProtKB:P23836|UniProtKB:Q8EHJ3 F Transcriptional regulatory protein NatR UniProtKB:P70955|PTN000724580 protein NCBITaxon:224308 20170829 GO_Central DNA-binding transcription activator activity -UniProtKB P70955 natR GO:0000976 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P21866|UniProtKB:P69228|UniProtKB:P08368|UniProtKB:Q8EE50|UniProtKB:Q8EHJ3|UniProtKB:Q04803|UniProtKB:P23836|UniProtKB:P0A9Q1|UniProtKB:O24973 F Transcriptional regulatory protein NatR UniProtKB:P70955|PTN000724580 protein NCBITaxon:224308 20200810 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P70955 natR GO:0005829 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P69228|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P0AE88 C Transcriptional regulatory protein NatR UniProtKB:P70955|PTN000724580 protein NCBITaxon:224308 20170829 GO_Central cytosol -UniProtKB P70947 yitU GO:0005829 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YitU UniProtKB:P70947|PTN000000097 protein NCBITaxon:224308 20200129 GO_Central cytosol -UniProtKB P70947 yitU GO:0016791 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YitU UniProtKB:P70947|PTN000000097 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity -UniProtKB P70947 yitU GO:0000287 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YitU UniProtKB:P70947|PTN000000097 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding -UniProtKB P39822 psd GO:0004609 PMID:21873635 IBA PANTHER:PTN000007430|SGD:S000005113|SGD:S000003402|PomBase:SPAC31G5.15|UniProtKB:P0A8K1|TAIR:locus:2175574|PomBase:SPAC25B8.03|TAIR:locus:2120820|PomBase:SPBC16E9.18|TAIR:locus:2129046 F Phosphatidylserine decarboxylase proenzyme UniProtKB:P39822|PTN000007501 protein NCBITaxon:224308 20170424 GO_Central phosphatidylserine decarboxylase activity -UniProtKB P39822 psd GO:0006646 PMID:21873635 IBA PANTHER:PTN000007430|PomBase:SPAC31G5.15|UniProtKB:P0A8K1|PomBase:SPBC16E9.18|CGD:CAL0000188438|UniProtKB:Q5AK66|PomBase:SPAC25B8.03 P Phosphatidylserine decarboxylase proenzyme UniProtKB:P39822|PTN000007501 protein NCBITaxon:224308 20170424 GO_Central phosphatidylethanolamine biosynthetic process -UniProtKB P39840 galM GO:0005737 PMID:21873635 IBA PANTHER:PTN000009643|UniProtKB:P0A9C3 C Aldose 1-epimerase UniProtKB:P39840|PTN000009644 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB P39840 galM GO:0033499 PMID:21873635 IBA PANTHER:PTN000009552|UniProtKB:P0A9C3 P Aldose 1-epimerase UniProtKB:P39840|PTN000009644 protein NCBITaxon:224308 20170228 GO_Central galactose catabolic process via UDP-galactose -UniProtKB P39840 galM GO:0004034 PMID:21873635 IBA PANTHER:PTN000009552|UniProtKB:P0A9C3|UniProtKB:Q96C23 F Aldose 1-epimerase UniProtKB:P39840|PTN000009644 protein NCBITaxon:224308 20170228 GO_Central aldose 1-epimerase activity -UniProtKB P39840 galM GO:0006006 PMID:21873635 IBA PANTHER:PTN000009552|UniProtKB:Q96C23 P Aldose 1-epimerase UniProtKB:P39840|PTN000009644 protein NCBITaxon:224308 20170228 GO_Central glucose metabolic process -UniProtKB P39615 ung GO:0097510 PMID:21873635 IBA PANTHER:PTN000137400|UniProtKB:P13051 P Uracil-DNA glycosylase UniProtKB:P39615|PTN000137461 protein NCBITaxon:224308 20170228 GO_Central base-excision repair, AP site formation via deaminated base removal -UniProtKB P39615 ung GO:0004844 PMID:21873635 IBA PANTHER:PTN000137400|SGD:S000004483|MGI:MGI:109352|UniProtKB:P13051|ZFIN:ZDB-GENE-040426-900|TAIR:locus:2086904|UniProtKB:P9WFQ9|RGD:1307200|WB:WBGene00013241|UniProtKB:Q8ILU6|PomBase:SPCC1183.06|UniProtKB:P12295 F Uracil-DNA glycosylase UniProtKB:P39615|PTN000137461 protein NCBITaxon:224308 20170228 GO_Central uracil DNA N-glycosylase activity -UniProtKB P39631 spsK GO:0045226 PMID:21873635 IBA PANTHER:PTN000051855|UniProtKB:P9WH09|UniProtKB:P26392 P Spore coat polysaccharide biosynthesis protein SpsK UniProtKB:P39631|PTN000051856 protein NCBITaxon:224308 20180619 GO_Central extracellular polysaccharide biosynthetic process -UniProtKB P39631 spsK GO:0019305 PMID:21873635 IBA PANTHER:PTN000051855|UniProtKB:P9WH09 P Spore coat polysaccharide biosynthesis protein SpsK UniProtKB:P39631|PTN000051856 protein NCBITaxon:224308 20180619 GO_Central dTDP-rhamnose biosynthetic process -UniProtKB P39631 spsK GO:0008831 PMID:21873635 IBA PANTHER:PTN000051855|UniProtKB:P9WH09|UniProtKB:P26392 F Spore coat polysaccharide biosynthesis protein SpsK UniProtKB:P39631|PTN000051856 protein NCBITaxon:224308 20180619 GO_Central dTDP-4-dehydrorhamnose reductase activity -UniProtKB P39631 spsK GO:0005829 PMID:21873635 IBA PANTHER:PTN000051855|UniProtKB:P37760 C Spore coat polysaccharide biosynthesis protein SpsK UniProtKB:P39631|PTN000051856 protein NCBITaxon:224308 20180619 GO_Central cytosol -UniProtKB P02394 rplL GO:0022625 PMID:21873635 IBA PANTHER:PTN002552910|UniProtKB:P0A7K2 C 50S ribosomal protein L7/L12 UniProtKB:P02394|PTN000211891 protein NCBITaxon:224308 20180118 GO_Central cytosolic large ribosomal subunit -UniProtKB Q7WY76 yezE GO:0000976 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P32265|UniProtKB:Q9HZJ9|UniProtKB:Q9KR96|UniProtKB:Q9HXS0|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HY46 F Uncharacterized HTH-type transcriptional regulator YezE UniProtKB:Q7WY76|PTN001247446 protein NCBITaxon:224308 20190822 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB Q7WY76 yezE GO:0006355 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:G3XCU9|UniProtKB:P0ACT6|UniProtKB:P75952|UniProtKB:P9WMC1|UniProtKB:P9WMB9|UniProtKB:P32265|UniProtKB:Q9HXS0|UniProtKB:Q9HZJ9|UniProtKB:P0ACS9|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:Q9HY46|UniProtKB:Q9HXW2|UniProtKB:Q9HZW2|UniProtKB:P39334|UniProtKB:P0ACU0 P Uncharacterized HTH-type transcriptional regulator YezE UniProtKB:Q7WY76|PTN001247446 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB Q7WY76 yezE GO:0003700 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:P0ACS9 F Uncharacterized HTH-type transcriptional regulator YezE UniProtKB:Q7WY76|PTN001247446 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB Q45061 yneP GO:0047617 PMID:21873635 IBA PANTHER:PTN001273712|UniProtKB:P77712|UniProtKB:Q55777 F Putative acyl-CoA thioesterase YneP UniProtKB:Q45061|PTN001273724 protein NCBITaxon:224308 20190502 GO_Central acyl-CoA hydrolase activity -UniProtKB P04990 thrC GO:0005737 PMID:21873635 IBA PANTHER:PTN000034104|TAIR:locus:2082837|TAIR:locus:2043964|UniProtKB:Q43725|UniProtKB:P0ABK5|TAIR:locus:2096454|UniProtKB:P35520|TAIR:locus:2130419|SGD:S000003387|WB:WBGene00013866|TAIR:locus:2123939 C Threonine synthase UniProtKB:P04990|PTN000034345 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB P04990 thrC GO:0004795 PMID:21873635 IBA PANTHER:PTN000741516|UniProtKB:P9WG59|TAIR:locus:2123939 F Threonine synthase UniProtKB:P04990|PTN000034345 protein NCBITaxon:224308 20170228 GO_Central threonine synthase activity -UniProtKB P04990 thrC GO:0030170 PMID:21873635 IBA PANTHER:PTN000034104|UniProtKB:P9WP53|WB:WBGene00013866|UniProtKB:P9WG59|UniProtKB:Q79FV4|UniProtKB:P35520|TAIR:locus:2143754|UniProtKB:P0ABK5|UniProtKB:P9WP55 F Threonine synthase UniProtKB:P04990|PTN000034345 protein NCBITaxon:224308 20200807 GO_Central pyridoxal phosphate binding -UniProtKB P37552 yabJ GO:0019239 PMID:21873635 IBA PANTHER:PTN000211014|UniProtKB:Q7CP78|TAIR:locus:2092374|UniProtKB:P37552|UniProtKB:P52758|UniProtKB:P0AF93 F 2-iminobutanoate/2-iminopropanoate deaminase UniProtKB:P37552|PTN000211106 protein NCBITaxon:224308 20180510 GO_Central deaminase activity -UniProtKB P37552 yabJ GO:0005829 PMID:21873635 IBA PANTHER:PTN000211014|RGD:70940|SGD:S000000859|UniProtKB:P0AF93 C 2-iminobutanoate/2-iminopropanoate deaminase UniProtKB:P37552|PTN000211106 protein NCBITaxon:224308 20190105 GO_Central cytosol -UniProtKB P37552 yabJ GO:1901565 PMID:21873635 IBA PANTHER:PTN000211014|UniProtKB:P0AFQ5|UniProtKB:P52758 P 2-iminobutanoate/2-iminopropanoate deaminase UniProtKB:P37552|PTN000211106 protein NCBITaxon:224308 20200808 GO_Central organonitrogen compound catabolic process -UniProtKB P37556 yabN GO:0046076 PMID:21873635 IBA PANTHER:PTN000775634|UniProtKB:P96379 P Uncharacterized protein YabN UniProtKB:P37556|PTN000775635 protein NCBITaxon:224308 20170228 GO_Central dTTP catabolic process -UniProtKB P37556 yabN GO:0046052 PMID:21873635 IBA PANTHER:PTN000775634|UniProtKB:P96379 P Uncharacterized protein YabN UniProtKB:P37556|PTN000775635 protein NCBITaxon:224308 20170228 GO_Central UTP catabolic process -UniProtKB P37556 yabN GO:0047429 PMID:21873635 IBA PANTHER:PTN000775634|UniProtKB:P96379|UniProtKB:P0AEY3 F Uncharacterized protein YabN UniProtKB:P37556|PTN000775635 protein NCBITaxon:224308 20170228 GO_Central nucleoside-triphosphate diphosphatase activity -UniProtKB P37556 yabN GO:0046047 PMID:21873635 IBA PANTHER:PTN000775634|UniProtKB:P96379 P Uncharacterized protein YabN UniProtKB:P37556|PTN000775635 protein NCBITaxon:224308 20170228 GO_Central TTP catabolic process -UniProtKB P37556 yabN GO:0006203 PMID:21873635 IBA PANTHER:PTN000775634|UniProtKB:P96379 P Uncharacterized protein YabN UniProtKB:P37556|PTN000775635 protein NCBITaxon:224308 20170228 GO_Central dGTP catabolic process -UniProtKB P37556 yabN GO:0046081 PMID:21873635 IBA PANTHER:PTN000775634|UniProtKB:P96379 P Uncharacterized protein YabN UniProtKB:P37556|PTN000775635 protein NCBITaxon:224308 20170228 GO_Central dUTP catabolic process -UniProtKB P37556 yabN GO:0046061 PMID:21873635 IBA PANTHER:PTN000775634|UniProtKB:P96379 P Uncharacterized protein YabN UniProtKB:P37556|PTN000775635 protein NCBITaxon:224308 20170228 GO_Central dATP catabolic process -UniProtKB P37569 mcsA GO:0008270 PMID:21873635 IBA PANTHER:PTN002212748|UniProtKB:Q2G0P7 F Protein-arginine kinase activator protein UniProtKB:P37569|PTN002212758 protein NCBITaxon:224308 20170228 GO_Central zinc ion binding -UniProtKB P37569 mcsA GO:1990169 PMID:21873635 IBA PANTHER:PTN002212748|UniProtKB:Q2G0P7 P Protein-arginine kinase activator protein UniProtKB:P37569|PTN002212758 protein NCBITaxon:224308 20170228 GO_Central stress response to copper ion -UniProtKB P37569 mcsA GO:0046870 PMID:21873635 IBA PANTHER:PTN002212748|UniProtKB:Q2G0P7 F Protein-arginine kinase activator protein UniProtKB:P37569|PTN002212758 protein NCBITaxon:224308 20170228 GO_Central cadmium ion binding -UniProtKB P37569 mcsA GO:0050897 PMID:21873635 IBA PANTHER:PTN002212748|UniProtKB:Q2G0P7 F Protein-arginine kinase activator protein UniProtKB:P37569|PTN002212758 protein NCBITaxon:224308 20170228 GO_Central cobalt ion binding -UniProtKB P37569 mcsA GO:0005507 PMID:21873635 IBA PANTHER:PTN002212748|UniProtKB:Q2G0P7 F Protein-arginine kinase activator protein UniProtKB:P37569|PTN002212758 protein NCBITaxon:224308 20170228 GO_Central copper ion binding -UniProtKB P37569 mcsA GO:1990170 PMID:21873635 IBA PANTHER:PTN002212748|UniProtKB:Q2G0P7 P Protein-arginine kinase activator protein UniProtKB:P37569|PTN002212758 protein NCBITaxon:224308 20170228 GO_Central stress response to cadmium ion -UniProtKB P37465 metG GO:0004825 PMID:21873635 IBA PANTHER:PTN000235847|TAIR:locus:2099966|UniProtKB:P9WFU5|UniProtKB:A0A1D8PP08|UniProtKB:Q8IJ60|SGD:S000003403|UniProtKB:Q96GW9 F Methionine--tRNA ligase UniProtKB:P37465|PTN000235915 protein NCBITaxon:224308 20170228 GO_Central methionine-tRNA ligase activity -UniProtKB P37465 metG GO:0006431 PMID:21873635 IBA PANTHER:PTN000235847|UniProtKB:Q8IJ60|UniProtKB:Q96GW9|SGD:S000003403 P Methionine--tRNA ligase UniProtKB:P37465|PTN000235915 protein NCBITaxon:224308 20170228 GO_Central methionyl-tRNA aminoacylation -UniProtKB P37475 spoIIE GO:0016791 PMID:21873635 IBA PANTHER:PTN001464335|UniProtKB:P9WLZ7 F Stage II sporulation protein E UniProtKB:P37475|PTN001842637 protein NCBITaxon:224308 20170602 GO_Central phosphatase activity -UniProtKB P37528 pdxT GO:0008614 PMID:21873635 IBA PANTHER:PTN000774355|SGD:S000004701|SGD:S000001834 P Pyridoxal 5'-phosphate synthase subunit PdxT UniProtKB:P37528|PTN000774375 protein NCBITaxon:224308 20170228 GO_Central pyridoxine metabolic process -UniProtKB P37528 pdxT GO:0042823 PMID:21873635 IBA PANTHER:PTN000774355|UniProtKB:P9WII7|SGD:S000004701 P Pyridoxal 5'-phosphate synthase subunit PdxT UniProtKB:P37528|PTN000774375 protein NCBITaxon:224308 20170228 GO_Central pyridoxal phosphate biosynthetic process -UniProtKB P37528 pdxT GO:1903600 PMID:21873635 IBA PANTHER:PTN000774355|SGD:S000004701 C Pyridoxal 5'-phosphate synthase subunit PdxT UniProtKB:P37528|PTN000774375 protein NCBITaxon:224308 20170228 GO_Central glutaminase complex -UniProtKB P37528 pdxT GO:0005829 PMID:21873635 IBA PANTHER:PTN000774355|TAIR:locus:2175083 C Pyridoxal 5'-phosphate synthase subunit PdxT UniProtKB:P37528|PTN000774375 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P37815 atpE GO:0015986 PMID:21873635 IBA PANTHER:PTN000003242|SGD:S000007274|UniProtKB:P9WPS1 P ATP synthase subunit c UniProtKB:P37815|PTN000798630 protein NCBITaxon:224308 20200929 GO_Central ATP synthesis coupled proton transport -UniProtKB P37815 atpE GO:0045263 PMID:21873635 IBA PANTHER:PTN000003242|UniProtKB:P9WPS1|RGD:61933|SGD:S000007274|UniProtKB:P68699|UniProtKB:Q57WQ3 C ATP synthase subunit c UniProtKB:P37815|PTN000798630 protein NCBITaxon:224308 20170228 GO_Central proton-transporting ATP synthase complex, coupling factor F(o) -UniProtKB P71086 perR GO:1900376 PMID:21873635 IBA PANTHER:PTN002112386|UniProtKB:Q03456|UniProtKB:Q9HT74 P Peroxide operon regulator UniProtKB:P71086|PTN002112430 protein NCBITaxon:224308 20200809 GO_Central regulation of secondary metabolite biosynthetic process -UniProtKB P71086 perR GO:0008270 PMID:21873635 IBA PANTHER:PTN002112386|UniProtKB:P0A9A9|UniProtKB:P9WN85 F Peroxide operon regulator UniProtKB:P71086|PTN002112430 protein NCBITaxon:224308 20170502 GO_Central zinc ion binding -UniProtKB P71086 perR GO:0000976 PMID:21873635 IBA PANTHER:PTN002112386|UniProtKB:P0A0S8|UniProtKB:H7C6K3|UniProtKB:Q8Y5U9|UniProtKB:H7C6Q1|UniProtKB:P0AC51|UniProtKB:P71086|UniProtKB:P0A9A9|UniProtKB:P33086|UniProtKB:Q9L2H5|UniProtKB:P9WN85|UniProtKB:Q7CQY3|UniProtKB:Q8PAL3|UniProtKB:P54574|UniProtKB:Q03456|UniProtKB:P54479 F Peroxide operon regulator UniProtKB:P71086|PTN002112430 protein NCBITaxon:224308 20170502 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P71086 perR GO:0003700 PMID:21873635 IBA PANTHER:PTN002112386|UniProtKB:P0A9A9|UniProtKB:Q8PAL3|UniProtKB:Q7CQY3|UniProtKB:P33086|UniProtKB:P9WN85|UniProtKB:Q9L2H5|UniProtKB:P0A0S8|UniProtKB:P9WN87|UniProtKB:P0AC51|UniProtKB:H7C6Q1|UniProtKB:P71086|UniProtKB:Q8Y5U9|UniProtKB:P54479|UniProtKB:P54574 F Peroxide operon regulator UniProtKB:P71086|PTN002112430 protein NCBITaxon:224308 20170502 GO_Central DNA-binding transcription factor activity -UniProtKB P71086 perR GO:0045892 PMID:21873635 IBA PANTHER:PTN002112386|UniProtKB:H7C6Q1|UniProtKB:Q9JZ70|UniProtKB:Q9HT74|UniProtKB:Q8Y5U9|UniProtKB:P0A0S8|UniProtKB:Q8EFN3|UniProtKB:Q8PAL3|UniProtKB:P9WN85|UniProtKB:P33086|UniProtKB:Q9L2H5|UniProtKB:Q7BR72|UniProtKB:P0A9A9|UniProtKB:P54574|UniProtKB:P54479|UniProtKB:P74739 P Peroxide operon regulator UniProtKB:P71086|PTN002112430 protein NCBITaxon:224308 20210129 GO_Central negative regulation of transcription, DNA-templated -UniProtKB P71084 gsaB GO:0006779 PMID:21873635 IBA PANTHER:PTN000241365|UniProtKB:P23893 P Glutamate-1-semialdehyde 2,1-aminomutase 2 UniProtKB:P71084|PTN000241387 protein NCBITaxon:224308 20170228 GO_Central porphyrin-containing compound biosynthetic process -UniProtKB P71079 fabL GO:0030497 PMID:21873635 IBA PANTHER:PTN001211919|UniProtKB:P71079|UniProtKB:P0A2C9|UniProtKB:P0AEK2 P Enoyl-[acyl-carrier-protein] reductase [NADPH] FabL UniProtKB:P71079|PTN001215015 protein NCBITaxon:224308 20190227 GO_Central fatty acid elongation -UniProtKB P71079 fabL GO:0016616 PMID:21873635 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:P0AG84|UniProtKB:Q8N4T8|UniProtKB:Q92506|UniProtKB:O54438|UniProtKB:P0AEK2|UniProtKB:P05707|UniProtKB:P37769|UniProtKB:Q8I2S7|UniProtKB:P9WGT1|UniProtKB:A0A1D8PPB1|SGD:S000001538 F Enoyl-[acyl-carrier-protein] reductase [NADPH] FabL UniProtKB:P71079|PTN001215015 protein NCBITaxon:224308 20190227 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor -UniProtKB P71050 yveK GO:0005886 PMID:21873635 IBA PANTHER:PTN000794252|UniProtKB:Q9I520|UniProtKB:G3XCY2|UniProtKB:P38134|UniProtKB:P76387|UniProtKB:P26266 C Uncharacterized protein YveK UniProtKB:P71050|PTN000794255 protein NCBITaxon:224308 20181024 GO_Central plasma membrane -UniProtKB P71050 yveK GO:0004713 PMID:21873635 IBA PANTHER:PTN000794252|UniProtKB:P76387|UniProtKB:P38134 F Uncharacterized protein YveK UniProtKB:P71050|PTN000794255 protein NCBITaxon:224308 20170228 GO_Central protein tyrosine kinase activity -UniProtKB P71043 ywnH GO:0016747 PMID:21873635 IBA PANTHER:PTN002453816|UniProtKB:Q8ZPD3 F Putative phosphinothricin acetyltransferase YwnH UniProtKB:P71043|PTN000464203 protein NCBITaxon:224308 20170228 GO_Central transferase activity, transferring acyl groups other than amino-acyl groups -UniProtKB P71036 ywnA GO:0003700 PMID:21873635 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 F Putative HTH-type transcriptional regulator YwnA UniProtKB:P71036|PTN002113899 protein NCBITaxon:224308 20170420 GO_Central DNA-binding transcription factor activity -UniProtKB P71036 ywnA GO:0005829 PMID:21873635 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 C Putative HTH-type transcriptional regulator YwnA UniProtKB:P71036|PTN002113899 protein NCBITaxon:224308 20170420 GO_Central cytosol -UniProtKB P71036 ywnA GO:0006355 PMID:21873635 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8|UniProtKB:P0AF63 P Putative HTH-type transcriptional regulator YwnA UniProtKB:P71036|PTN002113899 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB P71025 czcR GO:0000976 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:G3XCU6|UniProtKB:Q9I1R1|UniProtKB:Q9HZ15|UniProtKB:P39376 F HTH-type transcriptional regulator CzcR UniProtKB:P71025|PTN000764984 protein NCBITaxon:224308 20190829 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P71025 czcR GO:0006355 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:P67662|UniProtKB:P67660|UniProtKB:P0A9F9|UniProtKB:P39376|UniProtKB:G3XCU6 P HTH-type transcriptional regulator CzcR UniProtKB:P71025|PTN000764984 protein NCBITaxon:224308 20190829 GO_Central regulation of transcription, DNA-templated -UniProtKB P71018 plsX GO:0008654 PMID:21873635 IBA PANTHER:PTN004739373|UniProtKB:P27247 P Phosphate acyltransferase UniProtKB:P71018|PTN000764409 protein NCBITaxon:224308 20190822 GO_Central phospholipid biosynthetic process -UniProtKB P71013 sipT GO:0004252 PMID:21873635 IBA PANTHER:PTN002458947|UniProtKB:P00803 F Signal peptidase I T UniProtKB:P71013|PTN000272841 protein NCBITaxon:224308 20170502 GO_Central serine-type endopeptidase activity -UniProtKB P71013 sipT GO:0005887 PMID:21873635 IBA PANTHER:PTN000272836|UniProtKB:P00803 C Signal peptidase I T UniProtKB:P71013|PTN000272841 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P71013 sipT GO:0006465 PMID:21873635 IBA PANTHER:PTN002458947|UniProtKB:P00803|TAIR:locus:2064337 P Signal peptidase I T UniProtKB:P71013|PTN000272841 protein NCBITaxon:224308 20170502 GO_Central signal peptide processing -UniProtKB P71012 fruA GO:0090563 PMID:21873635 IBA PANTHER:PTN002021020|UniProtKB:P20966|UniProtKB:P54745 F PTS system fructose-specific EIIABC component UniProtKB:P71012|PTN000532491 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-sugar phosphotransferase activity -UniProtKB P71012 fruA GO:0009401 PMID:21873635 IBA PANTHER:PTN002021020|UniProtKB:P20966|UniProtKB:P54745 P PTS system fructose-specific EIIABC component UniProtKB:P71012|PTN000532491 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB P71012 fruA GO:0005886 PMID:21873635 IBA PANTHER:PTN002021020|UniProtKB:P54745|UniProtKB:P77579|UniProtKB:P32672|UniProtKB:P20966|UniProtKB:P32154 C PTS system fructose-specific EIIABC component UniProtKB:P71012|PTN000532491 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P03964 trpC GO:0004425 PMID:21873635 IBA PANTHER:PTN000523336|UniProtKB:P9WFX7|UniProtKB:P20577|UniProtKB:P00909|TAIR:locus:2058294 F Indole-3-glycerol phosphate synthase UniProtKB:P03964|PTN000523353 protein NCBITaxon:224308 20170228 GO_Central indole-3-glycerol-phosphate synthase activity -UniProtKB P03964 trpC GO:0000162 PMID:21873635 IBA PANTHER:PTN000523336|UniProtKB:P00909|UniProtKB:P9WFX7|UniProtKB:P20577 P Indole-3-glycerol phosphate synthase UniProtKB:P03964|PTN000523353 protein NCBITaxon:224308 20170228 GO_Central tryptophan biosynthetic process -UniProtKB P03964 trpC GO:0004640 PMID:21873635 IBA PANTHER:PTN000523336|UniProtKB:P00909 F Indole-3-glycerol phosphate synthase UniProtKB:P03964|PTN000523353 protein NCBITaxon:224308 20170228 GO_Central phosphoribosylanthranilate isomerase activity -UniProtKB P03963 trpE GO:0000162 PMID:21873635 IBA PANTHER:PTN002599563|SGD:S000000892|UniProtKB:P32068|UniProtKB:Q94GF1|UniProtKB:P00895|PomBase:SPCC1442.09|UniProtKB:Q9XJ29|UniProtKB:P9WFX3|UniProtKB:P20580 P Anthranilate synthase component 1 UniProtKB:P03963|PTN002599672 protein NCBITaxon:224308 20200709 GO_Central tryptophan biosynthetic process -UniProtKB P03947 trpD GO:0000162 PMID:21873635 IBA PANTHER:PTN000230153|TAIR:locus:2161528|SGD:S000002762|PomBase:SPBC16G5.08 P Anthranilate phosphoribosyltransferase UniProtKB:P03947|PTN000230176 protein NCBITaxon:224308 20170228 GO_Central tryptophan biosynthetic process -UniProtKB P03947 trpD GO:0005829 PMID:21873635 IBA PANTHER:PTN000230153|UniProtKB:P30177 C Anthranilate phosphoribosyltransferase UniProtKB:P03947|PTN000230176 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P37941 bfmBAB GO:0009083 PMID:21873635 IBA PANTHER:PTN000178891|UniProtKB:P21953 P 2-oxoisovalerate dehydrogenase subunit beta UniProtKB:P37941|PTN000178956 protein NCBITaxon:224308 20170502 GO_Central branched-chain amino acid catabolic process -UniProtKB P37941 bfmBAB GO:0007584 PMID:21873635 IBA PANTHER:PTN000178891|RGD:2197 P 2-oxoisovalerate dehydrogenase subunit beta UniProtKB:P37941|PTN000178956 protein NCBITaxon:224308 20170502 GO_Central response to nutrient -UniProtKB P37957 estA GO:0016042 PMID:21873635 IBA PANTHER:PTN001278927|WB:WBGene00011321 P Lipase EstA UniProtKB:P37957|PTN001278977 protein NCBITaxon:224308 20190213 GO_Central lipid catabolic process -UniProtKB P37957 estA GO:0016298 PMID:21873635 IBA PANTHER:PTN001278927|UniProtKB:P37957|WB:WBGene00011321 F Lipase EstA UniProtKB:P37957|PTN001278977 protein NCBITaxon:224308 20190213 GO_Central lipase activity -UniProtKB P37964 ysxE GO:0042601 PMID:21873635 IBA PANTHER:PTN002216705|UniProtKB:O32123 C Uncharacterized protein YsxE UniProtKB:P37964|PTN002446494 protein NCBITaxon:224308 20170906 GO_Central endospore-forming forespore -UniProtKB P33690 comQ GO:0004659 PMID:21873635 IBA PANTHER:PTN000243362|UniProtKB:P56966|PomBase:SPBPJ4664.01|TAIR:locus:2062315|UniProtKB:P9WKH1|UniProtKB:Q75HZ9|UniProtKB:Q653T6|UniProtKB:O96130|SGD:S000005990|MGI:MGI:1341724|PomBase:SPAC19G12.12|UniProtKB:O95749|UniProtKB:P0AD57 F Competence regulatory protein ComQ UniProtKB:P33690|PTN000243487 protein NCBITaxon:224308 20200929 GO_Central prenyltransferase activity -UniProtKB P33690 comQ GO:0008299 PMID:21873635 IBA PANTHER:PTN000243362|UniProtKB:Q9RUJ1|MGI:MGI:1918615|SGD:S000005990|MGI:MGI:1889278|UniProtKB:P0AD57|PomBase:SPBPJ4664.01|UniProtKB:P9WKH1|UniProtKB:Q86YH6|UniProtKB:Q5T2R2|FB:FBgn0051005|UniProtKB:Q97W92 P Competence regulatory protein ComQ UniProtKB:P33690|PTN000243487 protein NCBITaxon:224308 20200304 GO_Central isoprenoid biosynthetic process -UniProtKB P36839 argD GO:0030170 PMID:21873635 IBA PANTHER:PTN000241033|UniProtKB:P18335|UniProtKB:P42588 F Acetylornithine aminotransferase UniProtKB:P36839|PTN000241319 protein NCBITaxon:224308 20200808 GO_Central pyridoxal phosphate binding -UniProtKB P36839 argD GO:0042802 PMID:21873635 IBA PANTHER:PTN000241033|UniProtKB:P04181 F Acetylornithine aminotransferase UniProtKB:P36839|PTN000241319 protein NCBITaxon:224308 20170228 GO_Central identical protein binding -UniProtKB P00497 purF GO:0006164 PMID:21873635 IBA PANTHER:PTN000225535|UniProtKB:P0AG16|SGD:S000004915|TAIR:locus:2139549|FB:FBgn0004901 P Amidophosphoribosyltransferase UniProtKB:P00497|PTN000225613 protein NCBITaxon:224308 20200625 GO_Central purine nucleotide biosynthetic process -UniProtKB P00497 purF GO:0004044 PMID:21873635 IBA PANTHER:PTN000225535|RGD:620237|UniProtKB:P0AG16|TAIR:locus:2139549|SGD:S000004915|PomBase:SPAC4D7.08c|FB:FBgn0004901 F Amidophosphoribosyltransferase UniProtKB:P00497|PTN000225613 protein NCBITaxon:224308 20200625 GO_Central amidophosphoribosyltransferase activity -UniProtKB P05096 dnaG GO:0005737 PMID:21873635 IBA PANTHER:PTN001250916|UniProtKB:P0ABS5 C DNA primase UniProtKB:P05096|PTN001250929 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB P05096 dnaG GO:0003896 PMID:21873635 IBA PANTHER:PTN001250916|UniProtKB:P0ABS5 F DNA primase UniProtKB:P05096|PTN001250929 protein NCBITaxon:224308 20170228 GO_Central DNA primase activity -UniProtKB P05096 dnaG GO:0006269 PMID:21873635 IBA PANTHER:PTN001250916|UniProtKB:P0ABS5 P DNA primase UniProtKB:P05096|PTN001250929 protein NCBITaxon:224308 20200930 GO_Central DNA replication, synthesis of RNA primer -UniProtKB P25150 ywaE GO:0006355 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4|UniProtKB:P0A8W2|UniProtKB:Q8EI70|UniProtKB:P27245|UniProtKB:P11065 P Uncharacterized HTH-type transcriptional regulator YwaE UniProtKB:P25150|PTN002109559 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB P25150 ywaE GO:0000976 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4 F Uncharacterized HTH-type transcriptional regulator YwaE UniProtKB:P25150|PTN002109559 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P25150 ywaE GO:0006950 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YwaE UniProtKB:P25150|PTN002109559 protein NCBITaxon:224308 20170228 GO_Central response to stress -UniProtKB P25151 tyrS2 GO:0043039 PMID:21873635 IBA PANTHER:PTN000205414|UniProtKB:Q9Y2Z4|UniProtKB:P0AGJ9|SGD:S000006018 P Tyrosine--tRNA ligase 2 UniProtKB:P25151|PTN000205475 protein NCBITaxon:224308 20200808 GO_Central tRNA aminoacylation -UniProtKB P25151 tyrS2 GO:0005829 PMID:21873635 IBA PANTHER:PTN000205414|UniProtKB:P0AGJ9 C Tyrosine--tRNA ligase 2 UniProtKB:P25151|PTN000205475 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P25151 tyrS2 GO:0004831 PMID:21873635 IBA PANTHER:PTN000205414|UniProtKB:P0AGJ9|SGD:S000006018|UniProtKB:Q5BCM1|UniProtKB:Q9Y2Z4|UniProtKB:Q8IIJ2 F Tyrosine--tRNA ligase 2 UniProtKB:P25151|PTN000205475 protein NCBITaxon:224308 20200808 GO_Central tyrosine-tRNA ligase activity -UniProtKB P54378 gcvT GO:0005829 PMID:21873635 IBA PANTHER:PTN000354130|UniProtKB:P27248 C Aminomethyltransferase UniProtKB:P54378|PTN000354131 protein NCBITaxon:224308 20170828 GO_Central cytosol -UniProtKB P54382 folD GO:0004488 PMID:21873635 IBA PANTHER:PTN000002250|SGD:S000003436|PomBase:SPBC839.16|RGD:1310879|UniProtKB:P13995|SGD:S000000288 F Bifunctional protein FolD UniProtKB:P54382|PTN000002430 protein NCBITaxon:224308 20200810 GO_Central methylenetetrahydrofolate dehydrogenase (NADP+) activity -UniProtKB P54382 folD GO:0005829 PMID:21873635 IBA PANTHER:PTN000002250|UniProtKB:P11586|TAIR:locus:2082254|UniProtKB:P24186|SGD:S000001788 C Bifunctional protein FolD UniProtKB:P54382|PTN000002430 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P54382 folD GO:0004477 PMID:21873635 IBA PANTHER:PTN000002250|SGD:S000003436|PomBase:SPBC839.16|UniProtKB:P11586|UniProtKB:P24186|SGD:S000000288 F Bifunctional protein FolD UniProtKB:P54382|PTN000002430 protein NCBITaxon:224308 20200810 GO_Central methenyltetrahydrofolate cyclohydrolase activity -UniProtKB P54382 folD GO:0035999 PMID:21873635 IBA PANTHER:PTN000002250|RGD:1310879|UniProtKB:P11586|MGI:MGI:1342005 P Bifunctional protein FolD UniProtKB:P54382|PTN000002430 protein NCBITaxon:224308 20200810 GO_Central tetrahydrofolate interconversion -UniProtKB P54718 yfiB GO:0055085 PMID:21873635 IBA PANTHER:PTN000657189|PomBase:SPCC663.03|MGI:MGI:97570|UniProtKB:Q03519|UniProtKB:P29018|UniProtKB:Q9FNU2|WB:WBGene00001815|UniProtKB:O53645|WB:WBGene00001811|RGD:619930|UniProtKB:O95342|UniProtKB:Q2M3G0|UniProtKB:Q9NUT2|UniProtKB:P08183|PomBase:SPCC737.09c|UniProtKB:Q03518|PomBase:SPBC25B2.02c P Uncharacterized ABC transporter ATP-binding protein YfiB UniProtKB:P54718|PTN001542703 protein NCBITaxon:224308 20210102 GO_Central transmembrane transport -UniProtKB P54718 yfiB GO:0042626 PMID:21873635 IBA PANTHER:PTN000657189|ZFIN:ZDB-GENE-080204-52|FB:FBgn0004513|UniProtKB:P29018|TAIR:locus:2041434|MGI:MGI:98483|PomBase:SPCC663.03|UniProtKB:Q03519|UniProtKB:Q9NP78|UniProtKB:Q9NP58|MGI:MGI:97570|UniProtKB:P21439|UniProtKB:P08183|PomBase:SPCC737.09c|SGD:S000004916|PomBase:SPBC25B2.02c|UniProtKB:Q03518|UniProtKB:A0A1D8PKI5|RGD:619930|UniProtKB:P60752|UniProtKB:O95342 F Uncharacterized ABC transporter ATP-binding protein YfiB UniProtKB:P54718|PTN001542703 protein NCBITaxon:224308 20210102 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB P54417 opuD GO:0006810 PMID:21873635 IBA PANTHER:PTN001247333|UniProtKB:Q9HTR3|UniProtKB:P54417|UniProtKB:P31553|UniProtKB:P0ABC9 P Glycine betaine transporter OpuD UniProtKB:P54417|PTN000769341 protein NCBITaxon:224308 20190822 GO_Central transport -UniProtKB P54417 opuD GO:0022857 PMID:21873635 IBA PANTHER:PTN001247333|UniProtKB:Q9HTR3|UniProtKB:Q9HTI9|UniProtKB:P0ABC9|UniProtKB:Q9HX83|UniProtKB:P31553 F Glycine betaine transporter OpuD UniProtKB:P54417|PTN000769341 protein NCBITaxon:224308 20190822 GO_Central transmembrane transporter activity -UniProtKB P54417 opuD GO:0016021 PMID:21873635 IBA PANTHER:PTN001247333|UniProtKB:Q9HTI9|UniProtKB:Q9HTR3|UniProtKB:Q9HX83 C Glycine betaine transporter OpuD UniProtKB:P54417|PTN000769341 protein NCBITaxon:224308 20190822 GO_Central integral component of membrane -UniProtKB P54417 opuD GO:0005886 PMID:21873635 IBA PANTHER:PTN001247333|UniProtKB:P0ABC9|UniProtKB:P0ABD1|UniProtKB:P31553 C Glycine betaine transporter OpuD UniProtKB:P54417|PTN000769341 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P54472 yqfO GO:0005737 PMID:21873635 IBA PANTHER:PTN000351095|UniProtKB:P0AFP6|MGI:MGI:1929485|SGD:S000003189|UniProtKB:Q9GZT8 C GTP cyclohydrolase 1 type 2 homolog UniProtKB:P54472|PTN000351148 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB P54957 yxeR GO:0005886 PMID:21873635 IBA PANTHER:PTN002219906|UniProtKB:P76552 C Uncharacterized protein YxeR UniProtKB:P54957|PTN002219910 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P23630 lysA GO:0008836 PMID:21873635 IBA PANTHER:PTN000159906|UniProtKB:P00861|UniProtKB:P19572|UniProtKB:P9WIU7|TAIR:locus:2091055|TAIR:locus:2143054 F Diaminopimelate decarboxylase UniProtKB:P23630|PTN000159926 protein NCBITaxon:224308 20170228 GO_Central diaminopimelate decarboxylase activity -UniProtKB P23630 lysA GO:0009089 PMID:21873635 IBA PANTHER:PTN000159906|UniProtKB:P00861|UniProtKB:P9WIU7 P Diaminopimelate decarboxylase UniProtKB:P23630|PTN000159926 protein NCBITaxon:224308 20170427 GO_Central lysine biosynthetic process via diaminopimelate -UniProtKB Q06799 secE GO:0043952 PMID:21873635 IBA PANTHER:PTN002141893|UniProtKB:P0AG96 P Protein translocase subunit SecE UniProtKB:Q06799|PTN002141915 protein NCBITaxon:224308 20190829 GO_Central protein transport by the Sec complex -UniProtKB Q06799 secE GO:0008320 PMID:21873635 IBA PANTHER:PTN002141893|UniProtKB:P0AG96 F Protein translocase subunit SecE UniProtKB:Q06799|PTN002141915 protein NCBITaxon:224308 20190829 GO_Central protein transmembrane transporter activity -UniProtKB Q06799 secE GO:0005887 PMID:21873635 IBA PANTHER:PTN002141893|UniProtKB:P0AG96 C Protein translocase subunit SecE UniProtKB:Q06799|PTN002141915 protein NCBITaxon:224308 20190829 GO_Central integral component of plasma membrane -UniProtKB Q06797 rplA GO:0000470 PMID:21873635 IBA PANTHER:PTN000559990|SGD:S000001025|SGD:S000001094|SGD:S000003968 P 50S ribosomal protein L1 UniProtKB:Q06797|PTN000560536 protein NCBITaxon:224308 20170228 GO_Central maturation of LSU-rRNA -UniProtKB Q06797 rplA GO:0003723 PMID:21873635 IBA PANTHER:PTN000559990|UniProtKB:P54066|SGD:S000000752|TAIR:locus:2181514|UniProtKB:Q57VM1|MGI:MGI:893586|TAIR:locus:2062057|PomBase:SPAC1782.10c|SGD:S000001094|TAIR:locus:2081715|TAIR:locus:2041519|TAIR:locus:2087388|UniProtKB:Q9NX24|UniProtKB:O76021|RGD:1309435|UniProtKB:P55769 F 50S ribosomal protein L1 UniProtKB:Q06797|PTN000560536 protein NCBITaxon:224308 20200930 GO_Central RNA binding -UniProtKB Q06797 rplA GO:0022625 PMID:21873635 IBA PANTHER:PTN000559990|SGD:S000003968|SGD:S000006141|RGD:620497|TAIR:locus:2176337|TAIR:locus:2201811|RGD:1307586|SGD:S000003103|UniProtKB:P62906|TAIR:locus:2042087|TAIR:locus:2062057|SGD:S000001025|TAIR:locus:2081715|UniProtKB:P0A7L0 C 50S ribosomal protein L1 UniProtKB:Q06797|PTN000560536 protein NCBITaxon:224308 20200809 GO_Central cytosolic large ribosomal subunit -UniProtKB Q06796 rplK GO:0022625 PMID:21873635 IBA PANTHER:PTN000184205|UniProtKB:P0A7J7 C 50S ribosomal protein L11 UniProtKB:Q06796|PTN000184206 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB Q06796 rplK GO:0006412 PMID:21873635 IBA PANTHER:PTN000184007|UniProtKB:P0A7J7 P 50S ribosomal protein L11 UniProtKB:Q06796|PTN000184206 protein NCBITaxon:224308 20181024 GO_Central translation -UniProtKB Q06796 rplK GO:0070180 PMID:21873635 IBA PANTHER:PTN000184007|RGD:1565106 F 50S ribosomal protein L11 UniProtKB:Q06796|PTN000184206 protein NCBITaxon:224308 20181024 GO_Central large ribosomal subunit rRNA binding -UniProtKB Q06796 rplK GO:0015934 PMID:21873635 IBA PANTHER:PTN000184007|SGD:S000002826|TAIR:locus:2061753|RGD:1565106|SGD:S000000780|TAIR:locus:2175841|UniProtKB:Q9Y3B7|TAIR:locus:2084036|SGD:S000005129|UniProtKB:P0A7J7 C 50S ribosomal protein L11 UniProtKB:Q06796|PTN000184206 protein NCBITaxon:224308 20181024 GO_Central large ribosomal subunit -UniProtKB Q06796 rplK GO:0003735 PMID:21873635 IBA PANTHER:PTN000184007|UniProtKB:P0A463|SGD:S000005129|UniProtKB:P0A7J7 F 50S ribosomal protein L11 UniProtKB:Q06796|PTN000184206 protein NCBITaxon:224308 20200807 GO_Central structural constituent of ribosome -UniProtKB Q06795 nusG GO:0005829 PMID:21873635 IBA PANTHER:PTN000767438|UniProtKB:P0AFG0 C Transcription termination/antitermination protein NusG UniProtKB:Q06795|PTN000767439 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB Q06755 ispD GO:0050518 PMID:21873635 IBA PANTHER:PTN000781812|UniProtKB:Q46893|UniProtKB:P9WKG9|TAIR:locus:2065264 F 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase UniProtKB:Q06755|PTN000781839 protein NCBITaxon:224308 20170228 GO_Central 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase activity -UniProtKB Q06753 yacO GO:0008173 PMID:21873635 IBA PANTHER:PTN005304151|UniProtKB:P63177 F Putative TrmH family tRNA/rRNA methyltransferase YacO UniProtKB:Q06753|PTN000247286 protein NCBITaxon:224308 20190808 GO_Central RNA methyltransferase activity -UniProtKB Q06753 yacO GO:0005829 PMID:21873635 IBA PANTHER:PTN005304151|UniProtKB:P63177|UniProtKB:P0AGJ5 C Putative TrmH family tRNA/rRNA methyltransferase YacO UniProtKB:Q06753|PTN000247286 protein NCBITaxon:224308 20190808 GO_Central cytosol -UniProtKB Q06753 yacO GO:0001510 PMID:21873635 IBA PANTHER:PTN005304151|UniProtKB:P63177 P Putative TrmH family tRNA/rRNA methyltransferase YacO UniProtKB:Q06753|PTN000247286 protein NCBITaxon:224308 20190808 GO_Central RNA methylation -UniProtKB Q06752 cysS GO:0005524 PMID:21873635 IBA PANTHER:PTN000095308|UniProtKB:P49589|UniProtKB:P21888 F Cysteine--tRNA ligase UniProtKB:Q06752|PTN000095421 protein NCBITaxon:224308 20170228 GO_Central ATP binding -UniProtKB Q06752 cysS GO:0004817 PMID:21873635 IBA PANTHER:PTN000095308|UniProtKB:P21888|SGD:S000005191|UniProtKB:P49589 F Cysteine--tRNA ligase UniProtKB:Q06752|PTN000095421 protein NCBITaxon:224308 20170228 GO_Central cysteine-tRNA ligase activity -UniProtKB Q06752 cysS GO:0005737 PMID:21873635 IBA PANTHER:PTN000095308|UniProtKB:A0A1D6LAG9|UniProtKB:Q585F2|TAIR:locus:2152237|UniProtKB:P21888|TAIR:locus:2042521|SGD:S000005191|UniProtKB:Q8IJP3|UniProtKB:P49589 C Cysteine--tRNA ligase UniProtKB:Q06752|PTN000095421 protein NCBITaxon:224308 20201023 GO_Central cytoplasm -UniProtKB Q06752 cysS GO:0005829 PMID:21873635 IBA PANTHER:PTN000095420|UniProtKB:P21888 C Cysteine--tRNA ligase UniProtKB:Q06752|PTN000095421 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB Q06752 cysS GO:0006423 PMID:21873635 IBA PANTHER:PTN000095308|SGD:S000005191|UniProtKB:P49589|UniProtKB:P21888 P Cysteine--tRNA ligase UniProtKB:Q06752|PTN000095421 protein NCBITaxon:224308 20170228 GO_Central cysteinyl-tRNA aminoacylation -UniProtKB P68579 sunT GO:0042626 PMID:21873635 IBA PANTHER:PTN000657189|ZFIN:ZDB-GENE-080204-52|FB:FBgn0004513|UniProtKB:P29018|TAIR:locus:2041434|MGI:MGI:98483|PomBase:SPCC663.03|UniProtKB:Q03519|UniProtKB:Q9NP78|UniProtKB:Q9NP58|MGI:MGI:97570|UniProtKB:P21439|UniProtKB:P08183|PomBase:SPCC737.09c|SGD:S000004916|PomBase:SPBC25B2.02c|UniProtKB:Q03518|UniProtKB:A0A1D8PKI5|RGD:619930|UniProtKB:P60752|UniProtKB:O95342 F SPBc2 prophage-derived sublancin-168-processing and transport ATP-binding protein SunT UniProtKB:P68579|PTN000657722 protein NCBITaxon:224308 20210102 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB P68579 sunT GO:0055085 PMID:21873635 IBA PANTHER:PTN000657189|PomBase:SPCC663.03|MGI:MGI:97570|UniProtKB:Q03519|UniProtKB:P29018|UniProtKB:Q9FNU2|WB:WBGene00001815|UniProtKB:O53645|WB:WBGene00001811|RGD:619930|UniProtKB:O95342|UniProtKB:Q2M3G0|UniProtKB:Q9NUT2|UniProtKB:P08183|PomBase:SPCC737.09c|UniProtKB:Q03518|PomBase:SPBC25B2.02c P SPBc2 prophage-derived sublancin-168-processing and transport ATP-binding protein SunT UniProtKB:P68579|PTN000657722 protein NCBITaxon:224308 20210102 GO_Central transmembrane transport -UniProtKB P68579 sunT GO:0034040 PMID:21873635 IBA PANTHER:PTN000657720|UniProtKB:P60752 F SPBc2 prophage-derived sublancin-168-processing and transport ATP-binding protein SunT UniProtKB:P68579|PTN000657722 protein NCBITaxon:224308 20170228 GO_Central ATPase-coupled lipid transmembrane transporter activity -UniProtKB P68573 hup2 GO:0005829 PMID:21873635 IBA PANTHER:PTN002110664|UniProtKB:P0ACF0|UniProtKB:P0A6Y1|UniProtKB:P0ACF4|UniProtKB:P0A6X7 C SPBc2 prophage-derived DNA-binding protein HU 2 UniProtKB:P68573|PTN002110742 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P68573 hup2 GO:0003677 PMID:21873635 IBA PANTHER:PTN002110658|UniProtKB:P0A6X7|UniProtKB:P0ACF0|UniProtKB:P9WMK7|UniProtKB:P0A6Y1 F SPBc2 prophage-derived DNA-binding protein HU 2 UniProtKB:P68573|PTN002110742 protein NCBITaxon:224308 20201001 GO_Central DNA binding -UniProtKB P68569 bdbA GO:0005737 PMID:21873635 IBA PANTHER:PTN000047179|TAIR:locus:2030051|TAIR:locus:2194661|TAIR:locus:2128756|UniProtKB:P0AGG4|UniProtKB:Q8IDP4|UniProtKB:P0AA25|UniProtKB:Q580L8|UniProtKB:Q9ZP20|TAIR:locus:2011932|TAIR:locus:2020813|TAIR:locus:2090126 C SPBc2 prophage-derived disulfide bond formation protein A UniProtKB:P68569|PTN000047175 protein NCBITaxon:224308 20200810 GO_Central cytoplasm -UniProtKB P68569 bdbA GO:0047134 PMID:21873635 IBA PANTHER:PTN000047179|UniProtKB:P0AGG4 F SPBc2 prophage-derived disulfide bond formation protein A UniProtKB:P68569|PTN000047175 protein NCBITaxon:224308 20170228 GO_Central protein-disulfide reductase activity -UniProtKB P68569 bdbA GO:0015035 PMID:21873635 IBA PANTHER:PTN000047179|UniProtKB:P0AGG4|UniProtKB:P0AA25|UniProtKB:P9WG67 F SPBc2 prophage-derived disulfide bond formation protein A UniProtKB:P68569|PTN000047175 protein NCBITaxon:224308 20170228 GO_Central protein disulfide oxidoreductase activity -UniProtKB P68569 bdbA GO:0005829 PMID:21873635 IBA PANTHER:PTN000047549|UniProtKB:P0AA25 C SPBc2 prophage-derived disulfide bond formation protein A UniProtKB:P68569|PTN000047175 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P68569 bdbA GO:0045454 PMID:21873635 IBA PANTHER:PTN000047179|UniProtKB:P0AA25|UniProtKB:P9WG67 P SPBc2 prophage-derived disulfide bond formation protein A UniProtKB:P68569|PTN000047175 protein NCBITaxon:224308 20170228 GO_Central cell redox homeostasis -UniProtKB P68569 bdbA GO:0016671 PMID:21873635 IBA PANTHER:PTN000047179|UniProtKB:Q9ZP20|UniProtKB:Q7XKD0|TAIR:locus:2030051|TAIR:locus:2194661 F SPBc2 prophage-derived disulfide bond formation protein A UniProtKB:P68569|PTN000047175 protein NCBITaxon:224308 20170228 GO_Central oxidoreductase activity, acting on a sulfur group of donors, disulfide as acceptor -UniProtKB P68524 nrdIB GO:0006464 PMID:21873635 IBA PANTHER:PTN002203478|UniProtKB:P0A772 P SPBc2 prophage-derived protein NrdI UniProtKB:P68524|PTN002203487 protein NCBITaxon:224308 20170228 GO_Central cellular protein modification process -UniProtKB P68524 nrdIB GO:0010181 PMID:21873635 IBA PANTHER:PTN002203478|UniProtKB:P0A772 F SPBc2 prophage-derived protein NrdI UniProtKB:P68524|PTN002203487 protein NCBITaxon:224308 20170228 GO_Central FMN binding -UniProtKB P68522 yorS GO:0008253 PMID:21873635 IBA PANTHER:PTN004494400|MGI:MGI:1917127|MGI:MGI:1354954 F 5'(3')-deoxyribonucleotidase UniProtKB:P68522|PTN002314155 protein NCBITaxon:224308 20210101 GO_Central 5'-nucleotidase activity -UniProtKB P68522 yorS GO:0009223 PMID:21873635 IBA PANTHER:PTN004494400|MGI:MGI:1354954|MGI:MGI:1917127|UniProtKB:Q8TCD5 P 5'(3')-deoxyribonucleotidase UniProtKB:P68522|PTN002314155 protein NCBITaxon:224308 20210101 GO_Central pyrimidine deoxyribonucleotide catabolic process -UniProtKB Q06320 cwlC GO:0030288 PMID:21873635 IBA PANTHER:PTN000764114|UniProtKB:P36548|UniProtKB:P63883 C Sporulation-specific N-acetylmuramoyl-L-alanine amidase UniProtKB:Q06320|PTN001576592 protein NCBITaxon:224308 20200809 GO_Central outer membrane-bounded periplasmic space -UniProtKB Q06320 cwlC GO:0008745 PMID:21873635 IBA PANTHER:PTN000764114|UniProtKB:P26365|UniProtKB:P36548|UniProtKB:P63883 F Sporulation-specific N-acetylmuramoyl-L-alanine amidase UniProtKB:Q06320|PTN001576592 protein NCBITaxon:224308 20170228 GO_Central N-acetylmuramoyl-L-alanine amidase activity -UniProtKB Q06320 cwlC GO:0000910 PMID:21873635 IBA PANTHER:PTN000764114|UniProtKB:P63883|UniProtKB:P26365 P Sporulation-specific N-acetylmuramoyl-L-alanine amidase UniProtKB:Q06320|PTN001576592 protein NCBITaxon:224308 20170228 GO_Central cytokinesis -UniProtKB P46353 drm GO:0005829 PMID:21873635 IBA PANTHER:PTN000473768|UniProtKB:P0A6K6 C Phosphopentomutase UniProtKB:P46353|PTN000473771 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P46353 drm GO:0008973 PMID:21873635 IBA PANTHER:PTN000473768|UniProtKB:P0A6K6 F Phosphopentomutase UniProtKB:P46353|PTN000473771 protein NCBITaxon:224308 20170228 GO_Central phosphopentomutase activity -UniProtKB P46322 pgsA GO:0046474 PMID:21873635 IBA PANTHER:PTN000370359|UniProtKB:P9WPG3|TAIR:locus:2056068|WB:WBGene00017763 P CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase UniProtKB:P46322|PTN000370506 protein NCBITaxon:224308 20200808 GO_Central glycerophospholipid biosynthetic process -UniProtKB P46317 licC GO:1901264 PMID:21873635 IBA PANTHER:PTN002144764|UniProtKB:P17334 P Lichenan permease IIC component UniProtKB:P46317|PTN002144800 protein NCBITaxon:224308 20190829 GO_Central carbohydrate derivative transport -UniProtKB P46317 licC GO:0005886 PMID:21873635 IBA PANTHER:PTN002144764|UniProtKB:P17334 C Lichenan permease IIC component UniProtKB:P46317|PTN002144800 protein NCBITaxon:224308 20190829 GO_Central plasma membrane -UniProtKB P46921 opuAB GO:0043190 PMID:21873635 IBA PANTHER:PTN000766131|UniProtKB:Q9HTI7 C Glycine betaine transport system permease protein OpuAB UniProtKB:P46921|PTN000766132 protein NCBITaxon:224308 20180524 GO_Central ATP-binding cassette (ABC) transporter complex -UniProtKB P46921 opuAB GO:0015226 PMID:21873635 IBA PANTHER:PTN000766131|UniProtKB:Q9HTI7 F Glycine betaine transport system permease protein OpuAB UniProtKB:P46921|PTN000766132 protein NCBITaxon:224308 20180524 GO_Central carnitine transmembrane transporter activity -UniProtKB P46921 opuAB GO:0005275 PMID:21873635 IBA PANTHER:PTN000766131|UniProtKB:P14176|UniProtKB:Q9HTI7 F Glycine betaine transport system permease protein OpuAB UniProtKB:P46921|PTN000766132 protein NCBITaxon:224308 20180524 GO_Central amine transmembrane transporter activity -UniProtKB P46921 opuAB GO:0015871 PMID:21873635 IBA PANTHER:PTN000766131|UniProtKB:Q9HTI7 P Glycine betaine transport system permease protein OpuAB UniProtKB:P46921|PTN000766132 protein NCBITaxon:224308 20170228 GO_Central choline transport -UniProtKB P46921 opuAB GO:1902603 PMID:21873635 IBA PANTHER:PTN000766131|UniProtKB:Q9HTI7 P Glycine betaine transport system permease protein OpuAB UniProtKB:P46921|PTN000766132 protein NCBITaxon:224308 20201002 GO_Central carnitine transmembrane transport -UniProtKB P46921 opuAB GO:0031460 PMID:21873635 IBA PANTHER:PTN000766131|UniProtKB:P14176|UniProtKB:Q9HTI7 P Glycine betaine transport system permease protein OpuAB UniProtKB:P46921|PTN000766132 protein NCBITaxon:224308 20180524 GO_Central glycine betaine transport -UniProtKB P46921 opuAB GO:0005887 PMID:21873635 IBA PANTHER:PTN000766131|UniProtKB:P14176 C Glycine betaine transport system permease protein OpuAB UniProtKB:P46921|PTN000766132 protein NCBITaxon:224308 20180524 GO_Central integral component of plasma membrane -UniProtKB P46919 gpsA GO:0005829 PMID:21873635 IBA PANTHER:PTN000198006|TAIR:locus:2062734|UniProtKB:P0A6S7|FB:FBgn0001128|SGD:S000002180|RGD:621381 C Glycerol-3-phosphate dehydrogenase [NAD(P)+] UniProtKB:P46919|PTN000198135 protein NCBITaxon:224308 20180508 GO_Central cytosol -UniProtKB P46919 gpsA GO:0006072 PMID:21873635 IBA PANTHER:PTN000198006|MGI:MGI:95679|RGD:621381|TAIR:locus:2168758 P Glycerol-3-phosphate dehydrogenase [NAD(P)+] UniProtKB:P46919|PTN000198135 protein NCBITaxon:224308 20180508 GO_Central glycerol-3-phosphate metabolic process -UniProtKB P46919 gpsA GO:0047952 PMID:21873635 IBA PANTHER:PTN000198134|UniProtKB:P0A6S7|UniProtKB:P46919 F Glycerol-3-phosphate dehydrogenase [NAD(P)+] UniProtKB:P46919|PTN000198135 protein NCBITaxon:224308 20210128 GO_Central glycerol-3-phosphate dehydrogenase [NAD(P)+] activity -UniProtKB P46912 qcrB GO:0031224 PMID:21873635 IBA PANTHER:PTN000444160|VGNC:VGNC:55738|RGD:620081|MGI:MGI:102501 C Menaquinol-cytochrome c reductase cytochrome b subunit UniProtKB:P46912|PTN000444230 protein NCBITaxon:224308 20191118 GO_Central intrinsic component of membrane -UniProtKB P46911 qcrA GO:0016491 PMID:21873635 IBA PANTHER:PTN000015358|UniProtKB:P49729|UniProtKB:P49727|PomBase:SPBC16H5.06|UniProtKB:Q7X9A6|SGD:S000000750 F Menaquinol-cytochrome c reductase iron-sulfur subunit UniProtKB:P46911|PTN000806005 protein NCBITaxon:224308 20201204 GO_Central oxidoreductase activity -UniProtKB P46911 qcrA GO:0005886 PMID:21873635 IBA PANTHER:PTN000015358|UniProtKB:A0A1D8PJX3|TAIR:locus:2005534 C Menaquinol-cytochrome c reductase iron-sulfur subunit UniProtKB:P46911|PTN000806005 protein NCBITaxon:224308 20191016 GO_Central plasma membrane -UniProtKB P46908 fnr GO:0003700 PMID:21873635 IBA PANTHER:PTN000705815|UniProtKB:P46148|UniProtKB:P0A2T6|UniProtKB:P0A2T8|UniProtKB:P22260|UniProtKB:P0A9E5|UniProtKB:P9WMH3 F Anaerobic regulatory protein UniProtKB:P46908|PTN001233969 protein NCBITaxon:224308 20170713 GO_Central DNA-binding transcription factor activity -UniProtKB P46908 fnr GO:0005829 PMID:21873635 IBA PANTHER:PTN000705815|UniProtKB:P0A9E5|UniProtKB:P0ACJ8 C Anaerobic regulatory protein UniProtKB:P46908|PTN001233969 protein NCBITaxon:224308 20170713 GO_Central cytosol -UniProtKB Q01960 flhF GO:0006605 PMID:21873635 IBA PANTHER:PTN000169915|UniProtKB:P10121|UniProtKB:O80842|SGD:S000002700 P Flagellar biosynthesis protein FlhF UniProtKB:Q01960|PTN000169989 protein NCBITaxon:224308 20181029 GO_Central protein targeting -UniProtKB Q01960 flhF GO:0016020 PMID:21873635 IBA PANTHER:PTN000169915|UniProtKB:P08240|UniProtKB:P10121|FB:FBgn0010391|SGD:S000002700 C Flagellar biosynthesis protein FlhF UniProtKB:Q01960|PTN000169989 protein NCBITaxon:224308 20200810 GO_Central membrane -UniProtKB Q01960 flhF GO:0005047 PMID:21873635 IBA PANTHER:PTN000169915|SGD:S000002700 F Flagellar biosynthesis protein FlhF UniProtKB:Q01960|PTN000169989 protein NCBITaxon:224308 20170713 GO_Central signal recognition particle binding -UniProtKB Q01960 flhF GO:0003924 PMID:21873635 IBA PANTHER:PTN000169915|UniProtKB:P10121 F Flagellar biosynthesis protein FlhF UniProtKB:Q01960|PTN000169989 protein NCBITaxon:224308 20170713 GO_Central GTPase activity -UniProtKB Q01960 flhF GO:0005886 PMID:21873635 IBA PANTHER:PTN001695963|UniProtKB:P10121 C Flagellar biosynthesis protein FlhF UniProtKB:Q01960|PTN000169989 protein NCBITaxon:224308 20181029 GO_Central plasma membrane -UniProtKB P46899 rplR GO:0022625 PMID:21873635 IBA PANTHER:PTN000984975|UniProtKB:P0C018 C 50S ribosomal protein L18 UniProtKB:P46899|PTN000984976 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P46899 rplR GO:0008097 PMID:21873635 IBA PANTHER:PTN000307352|UniProtKB:Q9H0U6|UniProtKB:P0C018 F 50S ribosomal protein L18 UniProtKB:P46899|PTN000984976 protein NCBITaxon:224308 20170228 GO_Central 5S rRNA binding -UniProtKB P0CI80 xylA GO:0009045 PMID:21873635 IBA PANTHER:PTN000793661|UniProtKB:P00944 F Xylose isomerase UniProtKB:P0CI80|PTN001282444 protein NCBITaxon:224308 20170228 GO_Central xylose isomerase activity -UniProtKB P0CI80 xylA GO:0042843 PMID:21873635 IBA PANTHER:PTN000793661|UniProtKB:P00944 P Xylose isomerase UniProtKB:P0CI80|PTN001282444 protein NCBITaxon:224308 20170228 GO_Central D-xylose catabolic process -UniProtKB P0CI79 thyA1 GO:0006231 PMID:21873635 IBA PANTHER:PTN000167391|RGD:3921|WB:WBGene00022455|UniProtKB:P9WFR9|UniProtKB:P04818|SGD:S000005600|ZFIN:ZDB-GENE-040426-59|PomBase:SPAC15E1.04|UniProtKB:P0A884 P Thymidylate synthase 1 UniProtKB:P0CI79|PTN000167464 protein NCBITaxon:224308 20190116 GO_Central dTMP biosynthetic process -UniProtKB P0CI79 thyA1 GO:0004799 PMID:21873635 IBA PANTHER:PTN000167391|ZFIN:ZDB-GENE-040426-59|PomBase:SPAC15E1.04|UniProtKB:P0CI79|UniProtKB:P0A884|RGD:3921|UniProtKB:P04818|SGD:S000005600|UniProtKB:P9WFR9|WB:WBGene00022455 F Thymidylate synthase 1 UniProtKB:P0CI79|PTN000167464 protein NCBITaxon:224308 20200807 GO_Central thymidylate synthase activity -UniProtKB P0CI79 thyA1 GO:0005829 PMID:21873635 IBA PANTHER:PTN000167391|TAIR:locus:2042649|UniProtKB:P0A884 C Thymidylate synthase 1 UniProtKB:P0CI79|PTN000167464 protein NCBITaxon:224308 20190116 GO_Central cytosol -UniProtKB P0CI78 rplX GO:0022625 PMID:21873635 IBA PANTHER:PTN000307746|UniProtKB:P60624 C 50S ribosomal protein L24 UniProtKB:P0CI78|PTN000307747 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P0CI78 rplX GO:0006412 PMID:21873635 IBA PANTHER:PTN000307688|TAIR:locus:2172154 P 50S ribosomal protein L24 UniProtKB:P0CI78|PTN000307747 protein NCBITaxon:224308 20170228 GO_Central translation -UniProtKB P0CI75 birA GO:0004077 PMID:21873635 IBA PANTHER:PTN000303161|SGD:S000002300|UniProtKB:P06709|TAIR:locus:2050291 F Bifunctional ligase/repressor BirA UniProtKB:P0CI75|PTN000303238 protein NCBITaxon:224308 20200414 GO_Central biotin-[acetyl-CoA-carboxylase] ligase activity -UniProtKB P0CI75 birA GO:0009305 PMID:21873635 IBA PANTHER:PTN000303161|UniProtKB:A0A0B4LGM5|UniProtKB:P50747|SGD:S000002300|UniProtKB:P06709 P Bifunctional ligase/repressor BirA UniProtKB:P0CI75|PTN000303238 protein NCBITaxon:224308 20200414 GO_Central protein biotinylation -UniProtKB P0CI75 birA GO:0005737 PMID:21873635 IBA PANTHER:PTN000303161|TAIR:locus:2050291|UniProtKB:P50747 C Bifunctional ligase/repressor BirA UniProtKB:P0CI75|PTN000303238 protein NCBITaxon:224308 20200414 GO_Central cytoplasm -UniProtKB P0CI73 glmS GO:0005829 PMID:21873635 IBA PANTHER:PTN000101436|UniProtKB:P17169 C Glutamine--fructose-6-phosphate aminotransferase [isomerizing] UniProtKB:P0CI73|PTN000101437 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P0CI73 glmS GO:0004360 PMID:21873635 IBA PANTHER:PTN000101302|TAIR:locus:2076146|SGD:S000001587|RGD:1549703|CGD:CAL0000176261|UniProtKB:P17169 F Glutamine--fructose-6-phosphate aminotransferase [isomerizing] UniProtKB:P0CI73|PTN000101437 protein NCBITaxon:224308 20200807 GO_Central glutamine-fructose-6-phosphate transaminase (isomerizing) activity -UniProtKB P0CI73 glmS GO:0006487 PMID:21873635 IBA PANTHER:PTN000101302|CGD:CAL0000176261 P Glutamine--fructose-6-phosphate aminotransferase [isomerizing] UniProtKB:P0CI73|PTN000101437 protein NCBITaxon:224308 20170228 GO_Central protein N-linked glycosylation -UniProtKB P0CI73 glmS GO:0006047 PMID:21873635 IBA PANTHER:PTN000101302|UniProtKB:P17169|RGD:1549703 P Glutamine--fructose-6-phosphate aminotransferase [isomerizing] UniProtKB:P0CI73|PTN000101437 protein NCBITaxon:224308 20170228 GO_Central UDP-N-acetylglucosamine metabolic process -UniProtKB P0CI73 glmS GO:0006002 PMID:21873635 IBA PANTHER:PTN000101302|RGD:1549703 P Glutamine--fructose-6-phosphate aminotransferase [isomerizing] UniProtKB:P0CI73|PTN000101437 protein NCBITaxon:224308 20170228 GO_Central fructose 6-phosphate metabolic process -UniProtKB C0H3X7 mprF GO:0055091 PMID:21873635 IBA PANTHER:PTN002162750|UniProtKB:Q9I537 P Phosphatidylglycerol lysyltransferase UniProtKB:C0H3X7|PTN002162769 protein NCBITaxon:224308 20181025 GO_Central phospholipid homeostasis -UniProtKB C0H3X7 mprF GO:0016755 PMID:21873635 IBA PANTHER:PTN002162750|UniProtKB:Q9I537 F Phosphatidylglycerol lysyltransferase UniProtKB:C0H3X7|PTN002162769 protein NCBITaxon:224308 20181025 GO_Central transferase activity, transferring amino-acyl groups -UniProtKB C0H3V2 mtlF GO:0009401 PMID:21873635 IBA PANTHER:PTN001249496|UniProtKB:P69811|UniProtKB:P00550 P Mannitol-specific phosphotransferase enzyme IIA component UniProtKB:C0H3V2|PTN002412168 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB C0H3V2 mtlF GO:0090563 PMID:21873635 IBA PANTHER:PTN001249496|UniProtKB:P00550 F Mannitol-specific phosphotransferase enzyme IIA component UniProtKB:C0H3V2|PTN002412168 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-sugar phosphotransferase activity -UniProtKB C0H3V2 mtlF GO:0005886 PMID:21873635 IBA PANTHER:PTN001249496|UniProtKB:P00550|UniProtKB:P69811 C Mannitol-specific phosphotransferase enzyme IIA component UniProtKB:C0H3V2|PTN002412168 protein NCBITaxon:224308 20200809 GO_Central plasma membrane -UniProtKB C0H3S9 ybzH GO:0006355 PMID:21873635 IBA PANTHER:PTN002108422|UniProtKB:P37309 P Uncharacterized HTH-type transcriptional regulator YbzH UniProtKB:C0H3S9|PTN002108460 protein NCBITaxon:224308 20170228 GO_Central regulation of transcription, DNA-templated -UniProtKB C0H3S9 ybzH GO:0000976 PMID:21873635 IBA PANTHER:PTN002108422|UniProtKB:Q9HW47 F Uncharacterized HTH-type transcriptional regulator YbzH UniProtKB:C0H3S9|PTN002108460 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB C0H3Q6 ybdZ GO:0019290 PMID:21873635 IBA PANTHER:PTN002212932|UniProtKB:Q9I169|UniProtKB:P18393 P Uncharacterized protein YbdZ UniProtKB:C0H3Q6|PTN002212939 protein NCBITaxon:224308 20200809 GO_Central siderophore biosynthetic process -UniProtKB C0H3Q6 ybdZ GO:0005829 PMID:21873635 IBA PANTHER:PTN002212932|UniProtKB:P18393 C Uncharacterized protein YbdZ UniProtKB:C0H3Q6|PTN002212939 protein NCBITaxon:224308 20170831 GO_Central cytosol -UniProtKB P08164 nadE GO:0005737 PMID:21873635 IBA PANTHER:PTN000557970|SGD:S000001116|UniProtKB:P18843|TAIR:locus:2205667|UniProtKB:Q8I2P2 C NH(3)-dependent NAD(+) synthetase UniProtKB:P08164|PTN000558041 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB P08164 nadE GO:0009435 PMID:21873635 IBA PANTHER:PTN000557970|UniProtKB:Q6IA69|UniProtKB:P9WJJ3|WB:WBGene00007698|SGD:S000001116|UniProtKB:P18843 P NH(3)-dependent NAD(+) synthetase UniProtKB:P08164|PTN000558041 protein NCBITaxon:224308 20210102 GO_Central NAD biosynthetic process -UniProtKB P08164 nadE GO:0008795 PMID:21873635 IBA PANTHER:PTN000557969|UniProtKB:P18843 F NH(3)-dependent NAD(+) synthetase UniProtKB:P08164|PTN000558041 protein NCBITaxon:224308 20170228 GO_Central NAD+ synthase activity -UniProtKB P08066 sdhB GO:0009060 PMID:21873635 IBA PANTHER:PTN000229864|SGD:S000003964|UniProtKB:P07014 P Succinate dehydrogenase iron-sulfur subunit UniProtKB:P08066|PTN000229942 protein NCBITaxon:224308 20170228 GO_Central aerobic respiration -UniProtKB P08066 sdhB GO:0022904 PMID:21873635 IBA PANTHER:PTN000229864|FB:FBgn0014028|RGD:1308598 P Succinate dehydrogenase iron-sulfur subunit UniProtKB:P08066|PTN000229942 protein NCBITaxon:224308 20170228 GO_Central respiratory electron transport chain -UniProtKB P08065 sdhA GO:0009055 PMID:21873635 IBA PANTHER:PTN000180228|UniProtKB:P00363|UniProtKB:P0AC41 F Succinate dehydrogenase flavoprotein subunit UniProtKB:P08065|PTN000180342 protein NCBITaxon:224308 20170228 GO_Central electron transfer activity -UniProtKB P08065 sdhA GO:0009061 PMID:21873635 IBA PANTHER:PTN000180228|UniProtKB:P00363 P Succinate dehydrogenase flavoprotein subunit UniProtKB:P08065|PTN000180342 protein NCBITaxon:224308 20170228 GO_Central anaerobic respiration -UniProtKB P08065 sdhA GO:0050660 PMID:21873635 IBA PANTHER:PTN000180228|SGD:S000001631|UniProtKB:P0AC41|UniProtKB:P00363 F Succinate dehydrogenase flavoprotein subunit UniProtKB:P08065|PTN000180342 protein NCBITaxon:224308 20181024 GO_Central flavin adenine dinucleotide binding -UniProtKB P08065 sdhA GO:0005886 PMID:21873635 IBA PANTHER:PTN000180228|UniProtKB:P0AC41|UniProtKB:P00363 C Succinate dehydrogenase flavoprotein subunit UniProtKB:P08065|PTN000180342 protein NCBITaxon:224308 20181024 GO_Central plasma membrane -UniProtKB P08065 sdhA GO:0000104 PMID:21873635 IBA PANTHER:PTN000180228|SGD:S000001631|SGD:S000003581|UniProtKB:P0AC41|RGD:621557|UniProtKB:P31040 F Succinate dehydrogenase flavoprotein subunit UniProtKB:P08065|PTN000180342 protein NCBITaxon:224308 20181024 GO_Central succinate dehydrogenase activity -UniProtKB P08495 lysC GO:0009089 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P08660|UniProtKB:P9WPX3|UniProtKB:P00562 P Aspartokinase 2 UniProtKB:P08495|PTN000487162 protein NCBITaxon:224308 20181004 GO_Central lysine biosynthetic process via diaminopimelate -UniProtKB P08495 lysC GO:0005829 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P08660|UniProtKB:P00562 C Aspartokinase 2 UniProtKB:P08495|PTN000487162 protein NCBITaxon:224308 20181004 GO_Central cytosol -UniProtKB P08495 lysC GO:0009090 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P00562|SGD:S000000854|UniProtKB:P08660 P Aspartokinase 2 UniProtKB:P08495|PTN000487162 protein NCBITaxon:224308 20181004 GO_Central homoserine biosynthetic process -UniProtKB P08495 lysC GO:0004072 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P00562|UniProtKB:P9WPX3|UniProtKB:P94417|TAIR:locus:2174708|TAIR:locus:2078638|UniProtKB:P08660|SGD:S000000854 F Aspartokinase 2 UniProtKB:P08495|PTN000487162 protein NCBITaxon:224308 20181004 GO_Central aspartate kinase activity -UniProtKB Q45064 plsY GO:0005886 PMID:21873635 IBA PANTHER:PTN001250899|UniProtKB:P60782 C Glycerol-3-phosphate acyltransferase UniProtKB:Q45064|PTN000768026 protein NCBITaxon:224308 20200414 GO_Central plasma membrane -UniProtKB P09339 citB GO:0051539 PMID:21873635 IBA PANTHER:PTN000186700|UniProtKB:Q0VCU1|UniProtKB:P21399|RGD:621539|UniProtKB:P09339|UniProtKB:P25516 F Aconitate/2-methylaconitate hydratase UniProtKB:P09339|PTN000186789 protein NCBITaxon:224308 20210127 GO_Central 4 iron, 4 sulfur cluster binding -UniProtKB P09339 citB GO:0003994 PMID:21873635 IBA PANTHER:PTN000186700|MGI:MGI:87879|FB:FBgn0024957|UniProtKB:Q8ZP52|RGD:2019|UniProtKB:P25516|UniProtKB:P70920|FB:FBgn0024958|TAIR:locus:2125354|TAIR:locus:2063354|UniProtKB:Q8IDR8|UniProtKB:P21399|UniProtKB:Q0VCU1|WB:WBGene00000040|UniProtKB:O53166|UniProtKB:P09339 F Aconitate/2-methylaconitate hydratase UniProtKB:P09339|PTN000186789 protein NCBITaxon:224308 20210127 GO_Central aconitate hydratase activity -UniProtKB P09339 citB GO:0006099 PMID:21873635 IBA PANTHER:PTN000186700|UniProtKB:Q8ZP52 P Aconitate/2-methylaconitate hydratase UniProtKB:P09339|PTN000186789 protein NCBITaxon:224308 20180504 GO_Central tricarboxylic acid cycle -UniProtKB P09339 citB GO:0005829 PMID:21873635 IBA PANTHER:PTN000186700|WB:WBGene00000040|UniProtKB:P21399|UniProtKB:Q8IDR8|TAIR:locus:2125354|FB:FBgn0024958|MGI:MGI:1928268|UniProtKB:P25516|RGD:2019|RGD:621539|FB:FBgn0024957|MGI:MGI:87879 C Aconitate/2-methylaconitate hydratase UniProtKB:P09339|PTN000186789 protein NCBITaxon:224308 20201205 GO_Central cytosol -UniProtKB P09339 citB GO:0006101 PMID:21873635 IBA PANTHER:PTN000186700|TAIR:locus:2125354|TAIR:locus:2116297|UniProtKB:Q0VCU1|UniProtKB:P21399|TAIR:locus:2063354 P Aconitate/2-methylaconitate hydratase UniProtKB:P09339|PTN000186789 protein NCBITaxon:224308 20210127 GO_Central citrate metabolic process -UniProtKB P09124 gapA GO:0051287 PMID:21873635 IBA PANTHER:PTN001652504|UniProtKB:P0A9B6|UniProtKB:P9WN83|UniProtKB:P17721|UniProtKB:P09124 F Glyceraldehyde-3-phosphate dehydrogenase 1 UniProtKB:P09124|PTN000089767 protein NCBITaxon:224308 20170421 GO_Central NAD binding -UniProtKB P09124 gapA GO:0006006 PMID:21873635 IBA PANTHER:PTN001652504|UniProtKB:O34425|UniProtKB:P0A9B6 P Glyceraldehyde-3-phosphate dehydrogenase 1 UniProtKB:P09124|PTN000089767 protein NCBITaxon:224308 20170421 GO_Central glucose metabolic process -UniProtKB P09124 gapA GO:0004365 PMID:21873635 IBA PANTHER:PTN001652504|UniProtKB:P09124|UniProtKB:P9WN83|UniProtKB:P47543|UniProtKB:P0A9B6 F Glyceraldehyde-3-phosphate dehydrogenase 1 UniProtKB:P09124|PTN000089767 protein NCBITaxon:224308 20170421 GO_Central glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity -UniProtKB P30950 hemB GO:0004655 PMID:21873635 IBA PANTHER:PTN000156046|UniProtKB:Q8IL68|UniProtKB:Q59643|FB:FBgn0036271|UniProtKB:P0ACB2|UniProtKB:Q58DK5|RGD:2083|SGD:S000003008|UniProtKB:P13716|MGI:MGI:96853 F Delta-aminolevulinic acid dehydratase UniProtKB:P30950|PTN000156108 protein NCBITaxon:224308 20170228 GO_Central porphobilinogen synthase activity -UniProtKB P30950 hemB GO:0006783 PMID:21873635 IBA PANTHER:PTN000156046|MGI:MGI:96853|UniProtKB:P0ACB2|UniProtKB:P13716|SGD:S000003008|RGD:2083|UniProtKB:Q8IL68 P Delta-aminolevulinic acid dehydratase UniProtKB:P30950|PTN000156108 protein NCBITaxon:224308 20170228 GO_Central heme biosynthetic process -UniProtKB P30950 hemB GO:0005829 PMID:21873635 IBA PANTHER:PTN000156046|UniProtKB:P0ACB2|RGD:2083 C Delta-aminolevulinic acid dehydratase UniProtKB:P30950|PTN000156108 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P30950 hemB GO:0008270 PMID:21873635 IBA PANTHER:PTN000156046|SGD:S000003008|UniProtKB:P13716|UniProtKB:P0ACB2 F Delta-aminolevulinic acid dehydratase UniProtKB:P30950|PTN000156108 protein NCBITaxon:224308 20170228 GO_Central zinc ion binding -UniProtKB P05657 rpmA GO:0022625 PMID:21873635 IBA PANTHER:PTN000407710|UniProtKB:P0A7L8|UniProtKB:O67650 C 50S ribosomal protein L27 UniProtKB:P05657|PTN000407711 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P05657 rpmA GO:0003735 PMID:21873635 IBA PANTHER:PTN000407638|SGD:S000004950|UniProtKB:P0A7L8 F 50S ribosomal protein L27 UniProtKB:P05657|PTN000407711 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome -UniProtKB P05656 sacC GO:0005987 PMID:21873635 IBA PANTHER:PTN000765847|SGD:S000001424|PomBase:SPCC191.11 P Levanase UniProtKB:P05656|PTN000765877 protein NCBITaxon:224308 20170228 GO_Central sucrose catabolic process -UniProtKB P05656 sacC GO:0004575 PMID:21873635 IBA PANTHER:PTN000765847|PomBase:SPCC191.11 F Levanase UniProtKB:P05656|PTN000765877 protein NCBITaxon:224308 20170228 GO_Central sucrose alpha-glucosidase activity -UniProtKB P05654 pyrB GO:0005829 PMID:21873635 IBA PANTHER:PTN000150350|TAIR:locus:2092369|UniProtKB:P0A786 C Aspartate carbamoyltransferase UniProtKB:P05654|PTN000150367 protein NCBITaxon:224308 20181129 GO_Central cytosol -UniProtKB P05654 pyrB GO:0005737 PMID:21873635 IBA PANTHER:PTN000150222|SGD:S000005829|UniProtKB:P0A786|TAIR:locus:2019302|UniProtKB:P00968|TAIR:locus:2089149|RGD:2395|UniProtKB:P0A6F1|UniProtKB:P31327|SGD:S000003666|MGI:MGI:891996|TAIR:locus:2092369|UniProtKB:P27708|SGD:S000003870|RGD:1588606 C Aspartate carbamoyltransferase UniProtKB:P05654|PTN000150367 protein NCBITaxon:224308 20181129 GO_Central cytoplasm -UniProtKB P05654 pyrB GO:0006807 PMID:21873635 IBA PANTHER:PTN000150222|FB:FBgn0003189|RGD:2395|UniProtKB:P38100|UniProtKB:P0A6F1|UniProtKB:P31327|TAIR:locus:2092369|UniProtKB:P27708|SGD:S000003870|PomBase:SPAC22G7.06c|ZFIN:ZDB-GENE-021030-4|SGD:S000005829|dictyBase:DDB_G0276335|ZFIN:ZDB-GENE-081105-17|UniProtKB:P00968|SGD:S000003666|PomBase:SPBC56F2.09c|WB:WBGene00004259|UniProtKB:O93937|PomBase:SPBC215.08c|RGD:1588606 P Aspartate carbamoyltransferase UniProtKB:P05654|PTN000150367 protein NCBITaxon:224308 20200807 GO_Central nitrogen compound metabolic process -UniProtKB P05654 pyrB GO:0004070 PMID:21873635 IBA PANTHER:PTN000150350|TAIR:locus:2092369 F Aspartate carbamoyltransferase UniProtKB:P05654|PTN000150367 protein NCBITaxon:224308 20170228 GO_Central aspartate carbamoyltransferase activity -UniProtKB P05653 gyrA GO:0006265 PMID:21873635 IBA PANTHER:PTN001607041|UniProtKB:P0AFI2|UniProtKB:Q8I0X3|UniProtKB:P0AES4|UniProtKB:P9WG47|UniProtKB:Q9HUK1 P DNA gyrase subunit A UniProtKB:P05653|PTN000018858 protein NCBITaxon:224308 20170421 GO_Central DNA topological change -UniProtKB P05653 gyrA GO:0003677 PMID:21873635 IBA PANTHER:PTN001607041|UniProtKB:P0AFI2|UniProtKB:P0AES4 F DNA gyrase subunit A UniProtKB:P05653|PTN000018858 protein NCBITaxon:224308 20170421 GO_Central DNA binding -UniProtKB P05653 gyrA GO:0005524 PMID:21873635 IBA PANTHER:PTN001607041|UniProtKB:Q8I0X3|UniProtKB:P9WG47 F DNA gyrase subunit A UniProtKB:P05653|PTN000018858 protein NCBITaxon:224308 20170421 GO_Central ATP binding -UniProtKB P05653 gyrA GO:0005737 PMID:21873635 IBA PANTHER:PTN000018855|UniProtKB:P0AFI2|TAIR:locus:2075765|UniProtKB:P0AES4 C DNA gyrase subunit A UniProtKB:P05653|PTN000018858 protein NCBITaxon:224308 20201206 GO_Central cytoplasm -UniProtKB P05653 gyrA contributes_to GO:0003918 PMID:21873635 IBA PANTHER:PTN001607041|UniProtKB:P0AFI2|UniProtKB:O67108 F DNA gyrase subunit A UniProtKB:P05653|PTN000018858 protein NCBITaxon:224308 20170421 GO_Central DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) activity -UniProtKB P05653 gyrA GO:0009330 PMID:21873635 IBA PANTHER:PTN001607041|UniProtKB:Q9HUK1|UniProtKB:P0AFI2|UniProtKB:O67108 C DNA gyrase subunit A UniProtKB:P05653|PTN000018858 protein NCBITaxon:224308 20170421 GO_Central DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) complex -UniProtKB P05651 recF GO:0000731 PMID:21873635 IBA PANTHER:PTN001282531|UniProtKB:P0A7H0 P DNA replication and repair protein RecF UniProtKB:P05651|PTN000794112 protein NCBITaxon:224308 20170228 GO_Central DNA synthesis involved in DNA repair -UniProtKB P05651 recF GO:0006302 PMID:21873635 IBA PANTHER:PTN001282531|UniProtKB:Q9RVE0|UniProtKB:P05651 P DNA replication and repair protein RecF UniProtKB:P05651|PTN000794112 protein NCBITaxon:224308 20170228 GO_Central double-strand break repair -UniProtKB P05649 dnaN GO:0006271 PMID:21873635 IBA PANTHER:PTN000767221|UniProtKB:P0A988 P Beta sliding clamp UniProtKB:P05649|PTN000767222 protein NCBITaxon:224308 20180218 GO_Central DNA strand elongation involved in DNA replication -UniProtKB P05648 dnaA GO:0003688 PMID:21873635 IBA PANTHER:PTN000769352|UniProtKB:P03004|UniProtKB:P9WNW3 F Chromosomal replication initiator protein DnaA UniProtKB:P05648|PTN000769353 protein NCBITaxon:224308 20170228 GO_Central DNA replication origin binding -UniProtKB P05648 dnaA GO:0005886 PMID:21873635 IBA PANTHER:PTN000769352|UniProtKB:P03004 C Chromosomal replication initiator protein DnaA UniProtKB:P05648|PTN000769353 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P05648 dnaA GO:0006260 PMID:21873635 IBA PANTHER:PTN001574578|UniProtKB:P03004|UniProtKB:P05648|UniProtKB:P0AEF0 P Chromosomal replication initiator protein DnaA UniProtKB:P05648|PTN000769353 protein NCBITaxon:224308 20200809 GO_Central DNA replication -UniProtKB P05648 dnaA GO:0006270 PMID:21873635 IBA PANTHER:PTN000769352|UniProtKB:P05648 P Chromosomal replication initiator protein DnaA UniProtKB:P05648|PTN000769353 protein NCBITaxon:224308 20170228 GO_Central DNA replication initiation -UniProtKB P05645 leuB GO:0003862 PMID:21873635 IBA PANTHER:PTN000216982|TAIR:locus:2029519|PomBase:SPBC1A4.02c|UniProtKB:A0A1D8PQK5|TAIR:locus:2198893|UniProtKB:P30125|TAIR:locus:2174668|SGD:S000000523 F 3-isopropylmalate dehydrogenase UniProtKB:P05645|PTN000217007 protein NCBITaxon:224308 20200810 GO_Central 3-isopropylmalate dehydrogenase activity -UniProtKB P05645 leuB GO:0005829 PMID:21873635 IBA PANTHER:PTN000216982|PomBase:SPBC1A4.02c|UniProtKB:P30125|SGD:S000000523 C 3-isopropylmalate dehydrogenase UniProtKB:P05645|PTN000217007 protein NCBITaxon:224308 20201001 GO_Central cytosol -UniProtKB P05645 leuB GO:0009098 PMID:21873635 IBA PANTHER:PTN000216982|TAIR:locus:2029519|UniProtKB:A0A1D8PQK5|PomBase:SPBC1A4.02c|TAIR:locus:2198893|SGD:S000000523|TAIR:locus:2174668|UniProtKB:P30125 P 3-isopropylmalate dehydrogenase UniProtKB:P05645|PTN000217007 protein NCBITaxon:224308 20170228 GO_Central leucine biosynthetic process -UniProtKB P05306 sacP GO:0090563 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P77272|UniProtKB:P36672 F PTS system sucrose-specific EIIBC component UniProtKB:P05306|PTN001249422 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-sugar phosphotransferase activity -UniProtKB P05306 sacP GO:0090589 PMID:21873635 IBA PANTHER:PTN000765865|UniProtKB:P36672 F PTS system sucrose-specific EIIBC component UniProtKB:P05306|PTN001249422 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-trehalose phosphotransferase system transporter activity -UniProtKB P05306 sacP GO:0034219 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P77272 P PTS system sucrose-specific EIIBC component UniProtKB:P05306|PTN001249422 protein NCBITaxon:224308 20170228 GO_Central carbohydrate transmembrane transport -UniProtKB P05306 sacP GO:0015771 PMID:21873635 IBA PANTHER:PTN000765865|UniProtKB:P36672 P PTS system sucrose-specific EIIBC component UniProtKB:P05306|PTN001249422 protein NCBITaxon:224308 20170228 GO_Central trehalose transport -UniProtKB P05306 sacP GO:0005886 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P36672|UniProtKB:P24241|UniProtKB:P08722|UniProtKB:P77272 C PTS system sucrose-specific EIIBC component UniProtKB:P05306|PTN001249422 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P05306 sacP GO:0009401 PMID:21873635 IBA PANTHER:PTN000765869|UniProtKB:P36672|UniProtKB:P77272 P PTS system sucrose-specific EIIBC component UniProtKB:P05306|PTN001249422 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB P54491 yqgN GO:0035999 PMID:21873635 IBA PANTHER:PTN000601268|UniProtKB:P49914 P Uncharacterized protein YqgN UniProtKB:P54491|PTN000601377 protein NCBITaxon:224308 20170228 GO_Central tetrahydrofolate interconversion -UniProtKB P54491 yqgN GO:0030272 PMID:21873635 IBA PANTHER:PTN000601268|TAIR:locus:2179827|UniProtKB:P0AC28|UniProtKB:P49914|SGD:S000000985 F Uncharacterized protein YqgN UniProtKB:P54491|PTN000601377 protein NCBITaxon:224308 20170228 GO_Central 5-formyltetrahydrofolate cyclo-ligase activity -UniProtKB P54491 yqgN GO:0009396 PMID:21873635 IBA PANTHER:PTN000601268|SGD:S000000985 P Uncharacterized protein YqgN UniProtKB:P54491|PTN000601377 protein NCBITaxon:224308 20170228 GO_Central folic acid-containing compound biosynthetic process -UniProtKB O34750 yfmL GO:0000027 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6 P Probable ATP-dependent RNA helicase YfmL UniProtKB:O34750|PTN002776813 protein NCBITaxon:224308 20190430 GO_Central ribosomal large subunit assembly -UniProtKB O34750 yfmL GO:0003723 PMID:21873635 IBA PANTHER:PTN002776767|TAIR:locus:2010306|UniProtKB:P0A9P6|UniProtKB:Q55804|UniProtKB:P96614 F Probable ATP-dependent RNA helicase YfmL UniProtKB:O34750|PTN002776813 protein NCBITaxon:224308 20190430 GO_Central RNA binding -UniProtKB O34750 yfmL GO:0005829 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6 C Probable ATP-dependent RNA helicase YfmL UniProtKB:O34750|PTN002776813 protein NCBITaxon:224308 20190430 GO_Central cytosol -UniProtKB O34750 yfmL GO:0033592 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:Q55804|UniProtKB:P0A9P6 F Probable ATP-dependent RNA helicase YfmL UniProtKB:O34750|PTN002776813 protein NCBITaxon:224308 20190430 GO_Central RNA strand annealing activity -UniProtKB O34750 yfmL GO:0003724 PMID:21873635 IBA PANTHER:PTN002776767|UniProtKB:P0A9P6|UniProtKB:Q55804|UniProtKB:P96614 F Probable ATP-dependent RNA helicase YfmL UniProtKB:O34750|PTN002776813 protein NCBITaxon:224308 20190430 GO_Central RNA helicase activity -UniProtKB O34750 yfmL colocalizes_with GO:0005840 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:P96614 C Probable ATP-dependent RNA helicase YfmL UniProtKB:O34750|PTN002776813 protein NCBITaxon:224308 20190430 GO_Central ribosome -UniProtKB O34753 tagO GO:0016780 PMID:21873635 IBA PANTHER:PTN000531998|UniProtKB:P0A6W3|UniProtKB:Q9X1N5|UniProtKB:P9WMW5|UniProtKB:P0AC78|UniProtKB:O66465 F Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase UniProtKB:O34753|PTN000532006 protein NCBITaxon:224308 20170602 GO_Central phosphotransferase activity, for other substituted phosphate groups -UniProtKB O34753 tagO GO:0071555 PMID:21873635 IBA PANTHER:PTN000531998|UniProtKB:Q9X1N5|UniProtKB:P0AC78 P Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase UniProtKB:O34753|PTN000532006 protein NCBITaxon:224308 20170602 GO_Central cell wall organization -UniProtKB O34753 tagO GO:0044038 PMID:21873635 IBA PANTHER:PTN000531998|UniProtKB:P0AC78|UniProtKB:Q9X1N5 P Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase UniProtKB:O34753|PTN000532006 protein NCBITaxon:224308 20170602 GO_Central cell wall macromolecule biosynthetic process -UniProtKB O34753 tagO GO:0009103 PMID:21873635 IBA PANTHER:PTN000532005|UniProtKB:P0AC78|UniProtKB:Q9X1N5|UniProtKB:G3XD50 P Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase UniProtKB:O34753|PTN000532006 protein NCBITaxon:224308 20170602 GO_Central lipopolysaccharide biosynthetic process -UniProtKB O34753 tagO GO:0005887 PMID:21873635 IBA PANTHER:PTN000531998|UniProtKB:P0AC78 C Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase UniProtKB:O34753|PTN000532006 protein NCBITaxon:224308 20170602 GO_Central integral component of plasma membrane -UniProtKB O34640 yerI GO:0004413 PMID:21873635 IBA PANTHER:PTN001464661|UniProtKB:P29364 F Uncharacterized protein YerI UniProtKB:O34640|PTN001464653 protein NCBITaxon:224308 20170413 GO_Central homoserine kinase activity -UniProtKB O34640 yerI GO:0019202 PMID:21873635 IBA PANTHER:PTN001464650|UniProtKB:P29364|UniProtKB:A2RU49 F Uncharacterized protein YerI UniProtKB:O34640|PTN001464653 protein NCBITaxon:224308 20170413 GO_Central amino acid kinase activity -UniProtKB O34640 yerI GO:0009088 PMID:21873635 IBA PANTHER:PTN001464661|UniProtKB:P29364 P Uncharacterized protein YerI UniProtKB:O34640|PTN001464653 protein NCBITaxon:224308 20170413 GO_Central threonine biosynthetic process -UniProtKB O34671 glnM GO:0005886 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P45768|UniProtKB:P0AER5|UniProtKB:P45767|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P0AE30 C Probable glutamine ABC transporter permease protein GlnM UniProtKB:O34671|PTN001255455 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O34671 glnM GO:0006865 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P0AEQ6|UniProtKB:Q9I487|UniProtKB:P0AFT2|UniProtKB:Q9I404|UniProtKB:Q9I403 P Probable glutamine ABC transporter permease protein GlnM UniProtKB:O34671|PTN001255455 protein NCBITaxon:224308 20200809 GO_Central amino acid transport -UniProtKB O34694 ytaB GO:0016021 PMID:21873635 IBA PANTHER:PTN000006619|UniProtKB:Q81BL7 C Uncharacterized membrane protein YtaB UniProtKB:O34694|PTN000006620 protein NCBITaxon:224308 20170412 GO_Central integral component of membrane -UniProtKB O34392 ytrE GO:0055085 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7|UniProtKB:P33593|UniProtKB:P33916 P ABC transporter ATP-binding protein YtrE UniProtKB:O34392|PTN000656380 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport -UniProtKB O34392 ytrE GO:0005886 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:P75957|UniProtKB:O05779|UniProtKB:P0A9R7|UniProtKB:O34814|UniProtKB:P33916 C ABC transporter ATP-binding protein YtrE UniProtKB:O34392|PTN000656380 protein NCBITaxon:224308 20190221 GO_Central plasma membrane -UniProtKB O34392 ytrE GO:0022857 PMID:21873635 IBA PANTHER:PTN000655654|UniProtKB:Q9I2T7|UniProtKB:P9WQL7 F ABC transporter ATP-binding protein YtrE UniProtKB:O34392|PTN000656380 protein NCBITaxon:224308 20190221 GO_Central transmembrane transporter activity -UniProtKB O34431 yloB GO:0008553 PMID:21873635 IBA PANTHER:PTN001943383|PomBase:SPCC1020.01c|SGD:S000002976|TAIR:locus:2020372|UniProtKB:A0A1D8PJ01|TAIR:locus:2165600|PomBase:SPAC1071.10c|SGD:S000005957|TAIR:locus:2044450 F Calcium-transporting ATPase UniProtKB:O34431|PTN000643765 protein NCBITaxon:224308 20170228 GO_Central proton-exporting ATPase activity, phosphorylative mechanism -UniProtKB O34431 yloB GO:0016887 PMID:21873635 IBA PANTHER:PTN001943383|PomBase:SPAC1071.10c|dictyBase:DDB_G0282817|UniProtKB:A0A1D8PJ01|RGD:621293|TAIR:locus:2044450|UniProtKB:Q93084|RGD:2175 F Calcium-transporting ATPase UniProtKB:O34431|PTN000643765 protein NCBITaxon:224308 20201026 GO_Central ATPase activity -UniProtKB O34443 apt GO:0003999 PMID:21873635 IBA PANTHER:PTN000206807|TAIR:locus:2147967|UniProtKB:P31166|TAIR:locus:2135550|TAIR:locus:2127480|UniProtKB:P69503|TAIR:locus:2016309 F Adenine phosphoribosyltransferase UniProtKB:O34443|PTN000206890 protein NCBITaxon:224308 20200808 GO_Central adenine phosphoribosyltransferase activity -UniProtKB O34450 nagA GO:0006046 PMID:21873635 IBA PANTHER:PTN000121925|UniProtKB:P0AF18|UniProtKB:O34450|UniProtKB:A0A1D8PQG3 P N-acetylglucosamine-6-phosphate deacetylase UniProtKB:O34450|PTN000121984 protein NCBITaxon:224308 20200807 GO_Central N-acetylglucosamine catabolic process -UniProtKB O34450 nagA GO:0008448 PMID:21873635 IBA PANTHER:PTN000121925|UniProtKB:P0AF18|UniProtKB:O34450|UniProtKB:A0A1D8PQG3|UniProtKB:Q9Y303 F N-acetylglucosamine-6-phosphate deacetylase UniProtKB:O34450|PTN000121984 protein NCBITaxon:224308 20200807 GO_Central N-acetylglucosamine-6-phosphate deacetylase activity -UniProtKB O34520 hisG GO:0003879 PMID:21873635 IBA PANTHER:PTN000483902|UniProtKB:P9WMN1|TAIR:locus:505006113|TAIR:locus:2196287|UniProtKB:P60757|SGD:S000000857|CGD:CAL0000180598 F ATP phosphoribosyltransferase UniProtKB:O34520|PTN000483923 protein NCBITaxon:224308 20200808 GO_Central ATP phosphoribosyltransferase activity -UniProtKB O34520 hisG GO:0000105 PMID:21873635 IBA PANTHER:PTN000483902|UniProtKB:P9WMN1|TAIR:locus:505006113|TAIR:locus:2196287|UniProtKB:P60757|CGD:CAL0000180598|SGD:S000000857 P ATP phosphoribosyltransferase UniProtKB:O34520|PTN000483923 protein NCBITaxon:224308 20200808 GO_Central histidine biosynthetic process -UniProtKB O34572 ykoC GO:0005886 PMID:21873635 IBA PANTHER:PTN002127827|UniProtKB:Q9X2I1 C Putative HMP/thiamine permease protein YkoC UniProtKB:O34572|PTN002127887 protein NCBITaxon:224308 20180110 GO_Central plasma membrane -UniProtKB O34574 yefB GO:0006310 PMID:21873635 IBA PANTHER:PTN001576764|UniProtKB:P03014 P Uncharacterized protein YefB UniProtKB:O34574|PTN002019910 protein NCBITaxon:224308 20200930 GO_Central DNA recombination -UniProtKB O34574 yefB GO:0000150 PMID:21873635 IBA PANTHER:PTN001576764|UniProtKB:P03014|UniProtKB:O06604 F Uncharacterized protein YefB UniProtKB:O34574|PTN002019910 protein NCBITaxon:224308 20200809 GO_Central recombinase activity -UniProtKB O34580 pcrA GO:0005829 PMID:21873635 IBA PANTHER:PTN000869814|UniProtKB:P03018|UniProtKB:P15038 C ATP-dependent DNA helicase PcrA UniProtKB:O34580|PTN000116200 protein NCBITaxon:224308 20181129 GO_Central cytosol -UniProtKB O34580 pcrA GO:0033202 PMID:21873635 IBA PANTHER:PTN000116196|UniProtKB:P03018|UniProtKB:P9WMQ1 C ATP-dependent DNA helicase PcrA UniProtKB:O34580|PTN000116200 protein NCBITaxon:224308 20180308 GO_Central DNA helicase complex -UniProtKB O34580 pcrA GO:0043138 PMID:21873635 IBA PANTHER:PTN000116141|UniProtKB:P9WMQ1|TAIR:locus:2117303|SGD:S000005455|UniProtKB:Q8NFZ0|UniProtKB:P15038|PomBase:SPBC336.01|UniProtKB:A0A1D8PUB1|SGD:S000003628|UniProtKB:Q8I3W6 F ATP-dependent DNA helicase PcrA UniProtKB:O34580|PTN000116200 protein NCBITaxon:224308 20180308 GO_Central 3'-5' DNA helicase activity -UniProtKB O34580 pcrA GO:0000725 PMID:21873635 IBA PANTHER:PTN000116141|PomBase:SPAC4H3.05|UniProtKB:F1ND48|PomBase:SPBC336.01 P ATP-dependent DNA helicase PcrA UniProtKB:O34580|PTN000116200 protein NCBITaxon:224308 20181129 GO_Central recombinational repair -UniProtKB P54548 rnz GO:0042781 PMID:21873635 IBA PANTHER:PTN000284960|UniProtKB:P0A8V0 F Ribonuclease Z UniProtKB:P54548|PTN000285078 protein NCBITaxon:224308 20170228 GO_Central 3'-tRNA processing endoribonuclease activity -UniProtKB P96741 ywtE GO:0000287 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YwtE UniProtKB:P96741|PTN000000094 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding -UniProtKB P96741 ywtE GO:0005829 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YwtE UniProtKB:P96741|PTN000000094 protein NCBITaxon:224308 20200129 GO_Central cytosol -UniProtKB P96741 ywtE GO:0016791 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YwtE UniProtKB:P96741|PTN000000094 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity -UniProtKB P96725 ywqM GO:0000976 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:G3XCU6|UniProtKB:Q9I1R1|UniProtKB:Q9HZ15|UniProtKB:P39376 F Uncharacterized HTH-type transcriptional regulator YwqM UniProtKB:P96725|PTN000764983 protein NCBITaxon:224308 20190829 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P96725 ywqM GO:0006355 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:P67662|UniProtKB:P67660|UniProtKB:P0A9F9|UniProtKB:P39376|UniProtKB:G3XCU6 P Uncharacterized HTH-type transcriptional regulator YwqM UniProtKB:P96725|PTN000764983 protein NCBITaxon:224308 20190829 GO_Central regulation of transcription, DNA-templated -UniProtKB P96724 nfi GO:0043737 PMID:21873635 IBA PANTHER:PTN002003380|UniProtKB:P68739 F Endonuclease V UniProtKB:P96724|PTN002003387 protein NCBITaxon:224308 20171222 GO_Central deoxyribonuclease V activity -UniProtKB P96724 nfi GO:0016891 PMID:21873635 IBA PANTHER:PTN002003280|UniProtKB:Q8N8Q3 F Endonuclease V UniProtKB:P96724|PTN002003387 protein NCBITaxon:224308 20171222 GO_Central endoribonuclease activity, producing 5'-phosphomonoesters -UniProtKB P96724 nfi GO:0003727 PMID:21873635 IBA PANTHER:PTN002003280|UniProtKB:Q8N8Q3 F Endonuclease V UniProtKB:P96724|PTN002003387 protein NCBITaxon:224308 20171222 GO_Central single-stranded RNA binding -UniProtKB P96716 ywqD GO:0005886 PMID:21873635 IBA PANTHER:PTN000794252|UniProtKB:Q9I520|UniProtKB:G3XCY2|UniProtKB:P38134|UniProtKB:P76387|UniProtKB:P26266 C Tyrosine-protein kinase YwqD UniProtKB:P96716|PTN002844931 protein NCBITaxon:224308 20181024 GO_Central plasma membrane -UniProtKB P96716 ywqD GO:0004713 PMID:21873635 IBA PANTHER:PTN000794252|UniProtKB:P76387|UniProtKB:P38134 F Tyrosine-protein kinase YwqD UniProtKB:P96716|PTN002844931 protein NCBITaxon:224308 20170228 GO_Central protein tyrosine kinase activity -UniProtKB P96715 ywqC GO:0005886 PMID:21873635 IBA PANTHER:PTN000794252|UniProtKB:Q9I520|UniProtKB:G3XCY2|UniProtKB:P38134|UniProtKB:P76387|UniProtKB:P26266 C Probable capsular polysaccharide biosynthesis protein YwqC UniProtKB:P96715|PTN000794254 protein NCBITaxon:224308 20181024 GO_Central plasma membrane -UniProtKB P96715 ywqC GO:0004713 PMID:21873635 IBA PANTHER:PTN000794252|UniProtKB:P76387|UniProtKB:P38134 F Probable capsular polysaccharide biosynthesis protein YwqC UniProtKB:P96715|PTN000794254 protein NCBITaxon:224308 20170228 GO_Central protein tyrosine kinase activity -UniProtKB P96712 bmr3 GO:0005887 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P9WJY3|UniProtKB:Q6C8F0|SGD:S000006402 C Multidrug resistance protein 3 UniProtKB:P96712|PTN000606061 protein NCBITaxon:224308 20201206 GO_Central integral component of plasma membrane -UniProtKB P96712 bmr3 GO:0022857 PMID:21873635 IBA PANTHER:PTN000605491|SGD:S000001032|UniProtKB:P9WJX3|UniProtKB:Q8X1Z7|SGD:S000000574|UniProtKB:P0AEJ0|SGD:S000000791|CGD:CAL0000196424|PomBase:SPBC12C2.13c|SGD:S000000575|SGD:S000006402|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000001039|SGD:S000003456|SGD:S000000497|SGD:S000005518|PomBase:SPBC3E7.06c|UniProtKB:P9WJY3|SGD:S000004694 F Multidrug resistance protein 3 UniProtKB:P96712|PTN000606061 protein NCBITaxon:224308 20201206 GO_Central transmembrane transporter activity -UniProtKB P96712 bmr3 GO:0055085 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P52600|SGD:S000000497|UniProtKB:P9WJY3|PomBase:SPBC3E7.06c|SGD:S000003456|PomBase:SPBC460.03|SGD:S000006402|SGD:S000000575|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|PomBase:SPBC12C2.13c|PomBase:SPBC4F6.09|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000000574|UniProtKB:P9WJX3 P Multidrug resistance protein 3 UniProtKB:P96712|PTN000606061 protein NCBITaxon:224308 20201206 GO_Central transmembrane transport -UniProtKB P96711 araR GO:0006355 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:Q8P5C9|UniProtKB:P18811|UniProtKB:P06846|UniProtKB:P0ACP1|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P03024|UniProtKB:Q8EBJ8|UniProtKB:P25144|UniProtKB:P0ACP5|UniProtKB:G3XD97|UniProtKB:P0ACN7|UniProtKB:P25748|UniProtKB:Q2G295|UniProtKB:P0ACI3 P Arabinose metabolism transcriptional repressor UniProtKB:P96711|PTN000203761 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P96711 araR GO:0000976 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7|UniProtKB:P0ACP1|UniProtKB:P25144|UniProtKB:P03023|UniProtKB:P0ACQ0 F Arabinose metabolism transcriptional repressor UniProtKB:P96711|PTN000203761 protein NCBITaxon:224308 20200930 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P96711 araR GO:0003700 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P36673|UniProtKB:P18811|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:Q8EBJ8 F Arabinose metabolism transcriptional repressor UniProtKB:P96711|PTN000203761 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB P96709 ydgK GO:0005886 PMID:21873635 IBA PANTHER:PTN000605893|UniProtKB:P31442|UniProtKB:P39386|UniProtKB:P37597|UniProtKB:P0AEY8|UniProtKB:P28246|UniProtKB:P31462 C Uncharacterized MFS-type transporter YdgK UniProtKB:P96709|PTN000605894 protein NCBITaxon:224308 20210121 GO_Central plasma membrane -UniProtKB P96709 ydgK GO:0042910 PMID:21873635 IBA PANTHER:PTN001160522|SGD:S000005009|CGD:CAL0000199735|SGD:S000001383|CGD:CAL0000173998 F Uncharacterized MFS-type transporter YdgK UniProtKB:P96709|PTN000605894 protein NCBITaxon:224308 20200809 GO_Central xenobiotic transmembrane transporter activity -UniProtKB P96709 ydgK GO:1990961 PMID:21873635 IBA PANTHER:PTN001160522|UniProtKB:P31442|UniProtKB:P39386|UniProtKB:P0AEY8|CGD:CAL0000173998|UniProtKB:P28246|SGD:S000000212|CGD:CAL0000199735 P Uncharacterized MFS-type transporter YdgK UniProtKB:P96709|PTN000605894 protein NCBITaxon:224308 20200814 GO_Central xenobiotic detoxification by transmembrane export across the plasma membrane -UniProtKB P96709 ydgK GO:0016021 PMID:21873635 IBA PANTHER:PTN001160522|CGD:CAL0000173998|UniProtKB:P0AEY8|SGD:S000001383|UniProtKB:P31442 C Uncharacterized MFS-type transporter YdgK UniProtKB:P96709|PTN000605894 protein NCBITaxon:224308 20210121 GO_Central integral component of membrane -UniProtKB P96708 ydgJ GO:0000976 PMID:21873635 IBA PANTHER:PTN001825872|UniProtKB:P52003 F Uncharacterized HTH-type transcriptional regulator YdgJ UniProtKB:P96708|PTN001825985 protein NCBITaxon:224308 20170413 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P96708 ydgJ GO:0045892 PMID:21873635 IBA PANTHER:PTN001825872|UniProtKB:P52003|UniProtKB:P0ACR9 P Uncharacterized HTH-type transcriptional regulator YdgJ UniProtKB:P96708|PTN001825985 protein NCBITaxon:224308 20170413 GO_Central negative regulation of transcription, DNA-templated -UniProtKB P96705 ydgG GO:0000976 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4 F Uncharacterized HTH-type transcriptional regulator YdgG UniProtKB:P96705|PTN002431281 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P96705 ydgG GO:0006950 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YdgG UniProtKB:P96705|PTN002431281 protein NCBITaxon:224308 20170228 GO_Central response to stress -UniProtKB P96705 ydgG GO:0006355 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4|UniProtKB:P0A8W2|UniProtKB:Q8EI70|UniProtKB:P27245|UniProtKB:P11065 P Uncharacterized HTH-type transcriptional regulator YdgG UniProtKB:P96705|PTN002431281 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB P96694 mhqP GO:0005886 PMID:21873635 IBA PANTHER:PTN002125262|UniProtKB:P0AD47|UniProtKB:P42619 C Putative oxidoreductase MhqP UniProtKB:P96694|PTN002125317 protein NCBITaxon:224308 20180110 GO_Central plasma membrane -UniProtKB P96683 ydfF GO:0032791 PMID:21873635 IBA PANTHER:PTN002216616|UniProtKB:P9WMI9 F Uncharacterized HTH-type transcriptional regulator YdfF UniProtKB:P96683|PTN002216621 protein NCBITaxon:224308 20170228 GO_Central lead ion binding -UniProtKB P96683 ydfF GO:0010468 PMID:21873635 IBA PANTHER:PTN002216616|UniProtKB:P9WMI9 P Uncharacterized HTH-type transcriptional regulator YdfF UniProtKB:P96683|PTN002216621 protein NCBITaxon:224308 20170228 GO_Central regulation of gene expression -UniProtKB P96683 ydfF GO:0046686 PMID:21873635 IBA PANTHER:PTN002216616|UniProtKB:P9WMI9 P Uncharacterized HTH-type transcriptional regulator YdfF UniProtKB:P96683|PTN002216621 protein NCBITaxon:224308 20170228 GO_Central response to cadmium ion -UniProtKB P96683 ydfF GO:0097063 PMID:21873635 IBA PANTHER:PTN002216616|UniProtKB:P9WMI9 F Uncharacterized HTH-type transcriptional regulator YdfF UniProtKB:P96683|PTN002216621 protein NCBITaxon:224308 20170228 GO_Central cadmium ion sensor activity -UniProtKB P96683 ydfF GO:0010288 PMID:21873635 IBA PANTHER:PTN002216616|UniProtKB:P9WMI9 P Uncharacterized HTH-type transcriptional regulator YdfF UniProtKB:P96683|PTN002216621 protein NCBITaxon:224308 20170228 GO_Central response to lead ion -UniProtKB P96683 ydfF GO:0003700 PMID:21873635 IBA PANTHER:PTN002216616|UniProtKB:P9WMI9 F Uncharacterized HTH-type transcriptional regulator YdfF UniProtKB:P96683|PTN002216621 protein NCBITaxon:224308 20170228 GO_Central DNA-binding transcription factor activity -UniProtKB P96683 ydfF GO:0003677 PMID:21873635 IBA PANTHER:PTN002216616|UniProtKB:P9WMI9 F Uncharacterized HTH-type transcriptional regulator YdfF UniProtKB:P96683|PTN002216621 protein NCBITaxon:224308 20170228 GO_Central DNA binding -UniProtKB P96681 ydfD GO:1901605 PMID:21873635 IBA PANTHER:PTN000203534|UniProtKB:P09053|UniProtKB:Q8N5Z0|SGD:S000003170|UniProtKB:A0A1D8PMC5|SGD:S000001179|UniProtKB:A0A1D8PG20 P Uncharacterized HTH-type transcriptional regulator YdfD UniProtKB:P96681|PTN000203110 protein NCBITaxon:224308 20201206 GO_Central alpha-amino acid metabolic process -UniProtKB P96681 ydfD GO:0008483 PMID:21873635 IBA PANTHER:PTN000203534|UniProtKB:P09053|SGD:S000003170|UniProtKB:Q8N5Z0|SGD:S000001179|UniProtKB:A0A1D8PG20|UniProtKB:A7XRY8|UniProtKB:A0A1D8PMC5|RGD:2948 F Uncharacterized HTH-type transcriptional regulator YdfD UniProtKB:P96681|PTN000203110 protein NCBITaxon:224308 20181029 GO_Central transaminase activity -UniProtKB P96677 aseR GO:0006355 PMID:21873635 IBA PANTHER:PTN002108422|UniProtKB:P37309 P HTH-type transcriptional repressor AseR UniProtKB:P96677|PTN002108571 protein NCBITaxon:224308 20170228 GO_Central regulation of transcription, DNA-templated -UniProtKB P96677 aseR GO:0000976 PMID:21873635 IBA PANTHER:PTN002108422|UniProtKB:Q9HW47 F HTH-type transcriptional repressor AseR UniProtKB:P96677|PTN002108571 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P96676 ydeS GO:0000976 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P32265|UniProtKB:Q9HZJ9|UniProtKB:Q9KR96|UniProtKB:Q9HXS0|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HY46 F Uncharacterized HTH-type transcriptional regulator YdeS UniProtKB:P96676|PTN001574665 protein NCBITaxon:224308 20190822 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P96676 ydeS GO:0006355 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:G3XCU9|UniProtKB:P0ACT6|UniProtKB:P75952|UniProtKB:P9WMC1|UniProtKB:P9WMB9|UniProtKB:P32265|UniProtKB:Q9HXS0|UniProtKB:Q9HZJ9|UniProtKB:P0ACS9|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:Q9HY46|UniProtKB:Q9HXW2|UniProtKB:Q9HZW2|UniProtKB:P39334|UniProtKB:P0ACU0 P Uncharacterized HTH-type transcriptional regulator YdeS UniProtKB:P96676|PTN001574665 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P96676 ydeS GO:0003700 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:P0ACS9 F Uncharacterized HTH-type transcriptional regulator YdeS UniProtKB:P96676|PTN001574665 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB P96674 ydeQ GO:0010181 PMID:21873635 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F Uncharacterized NAD(P)H oxidoreductase YdeQ UniProtKB:P96674|PTN001610712 protein NCBITaxon:224308 20180413 GO_Central FMN binding -UniProtKB P96674 ydeQ GO:0009055 PMID:21873635 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F Uncharacterized NAD(P)H oxidoreductase YdeQ UniProtKB:P96674|PTN001610712 protein NCBITaxon:224308 20180413 GO_Central electron transfer activity -UniProtKB P96674 ydeQ GO:0032414 PMID:21873635 IBA PANTHER:PTN000785312|UniProtKB:P0A754 P Uncharacterized NAD(P)H oxidoreductase YdeQ UniProtKB:P96674|PTN001610712 protein NCBITaxon:224308 20170616 GO_Central positive regulation of ion transmembrane transporter activity -UniProtKB P96674 ydeQ GO:0003955 PMID:21873635 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F Uncharacterized NAD(P)H oxidoreductase YdeQ UniProtKB:P96674|PTN001610712 protein NCBITaxon:224308 20180413 GO_Central NAD(P)H dehydrogenase (quinone) activity -UniProtKB P96661 ydeD GO:0016021 PMID:21873635 IBA PANTHER:PTN001114862|UniProtKB:P27844 C Uncharacterized transporter YdeD UniProtKB:P96661|PTN001114878 protein NCBITaxon:224308 20170620 GO_Central integral component of membrane -UniProtKB P96659 ydeB GO:0015968 PMID:21873635 IBA PANTHER:PTN002212970|UniProtKB:P9WJG3 P Putative transcription factor YdeB UniProtKB:P96659|PTN002212977 protein NCBITaxon:224308 20170831 GO_Central stringent response -UniProtKB P96651 yddN GO:0005829 PMID:21873635 IBA PANTHER:PTN001248648|UniProtKB:P0ADV5 C Uncharacterized protein YddN UniProtKB:P96651|PTN000765071 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P96625 ydcH GO:0000976 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4 F Uncharacterized HTH-type transcriptional regulator YdcH UniProtKB:P96625|PTN002109540 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P96625 ydcH GO:0006355 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4|UniProtKB:P0A8W2|UniProtKB:Q8EI70|UniProtKB:P27245|UniProtKB:P11065 P Uncharacterized HTH-type transcriptional regulator YdcH UniProtKB:P96625|PTN002109540 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB P96625 ydcH GO:0006950 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YdcH UniProtKB:P96625|PTN002109540 protein NCBITaxon:224308 20170228 GO_Central response to stress -UniProtKB P96622 ndoA GO:0006402 PMID:21873635 IBA PANTHER:PTN002144721|UniProtKB:P0AE70|UniProtKB:P9WII3|UniProtKB:P9WIH9|UniProtKB:P71650 P Endoribonuclease EndoA UniProtKB:P96622|PTN002144759 protein NCBITaxon:224308 20190829 GO_Central mRNA catabolic process -UniProtKB P96622 ndoA GO:0016075 PMID:21873635 IBA PANTHER:PTN002144721|UniProtKB:P9WII3|UniProtKB:P9WIH9|UniProtKB:P0AE70 P Endoribonuclease EndoA UniProtKB:P96622|PTN002144759 protein NCBITaxon:224308 20190829 GO_Central rRNA catabolic process -UniProtKB P96622 ndoA GO:0004521 PMID:21873635 IBA PANTHER:PTN002144721|UniProtKB:P0CL62|UniProtKB:P0AE70|UniProtKB:P33647|UniProtKB:P9WIH9|UniProtKB:P71650 F Endoribonuclease EndoA UniProtKB:P96622|PTN002144759 protein NCBITaxon:224308 20190829 GO_Central endoribonuclease activity -UniProtKB P96617 ydcA GO:0004252 PMID:21873635 IBA PANTHER:PTN002464329|SGD:S000003333 F Putative rhomboid protease YdcA UniProtKB:P96617|PTN000533193 protein NCBITaxon:224308 20181004 GO_Central serine-type endopeptidase activity -UniProtKB P96614 cshA colocalizes_with GO:0005840 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:P96614 C DEAD-box ATP-dependent RNA helicase CshA UniProtKB:P96614|PTN002778004 protein NCBITaxon:224308 20190430 GO_Central ribosome -UniProtKB P96614 cshA GO:0033592 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:Q55804|UniProtKB:P0A9P6 F DEAD-box ATP-dependent RNA helicase CshA UniProtKB:P96614|PTN002778004 protein NCBITaxon:224308 20190430 GO_Central RNA strand annealing activity -UniProtKB P96614 cshA GO:0005829 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6 C DEAD-box ATP-dependent RNA helicase CshA UniProtKB:P96614|PTN002778004 protein NCBITaxon:224308 20190430 GO_Central cytosol -UniProtKB P96614 cshA GO:0000027 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6 P DEAD-box ATP-dependent RNA helicase CshA UniProtKB:P96614|PTN002778004 protein NCBITaxon:224308 20190430 GO_Central ribosomal large subunit assembly -UniProtKB P96614 cshA GO:0003724 PMID:21873635 IBA PANTHER:PTN002776767|UniProtKB:P0A9P6|UniProtKB:Q55804|UniProtKB:P96614 F DEAD-box ATP-dependent RNA helicase CshA UniProtKB:P96614|PTN002778004 protein NCBITaxon:224308 20190430 GO_Central RNA helicase activity -UniProtKB P96614 cshA GO:0003723 PMID:21873635 IBA PANTHER:PTN002776767|TAIR:locus:2010306|UniProtKB:P0A9P6|UniProtKB:Q55804|UniProtKB:P96614 F DEAD-box ATP-dependent RNA helicase CshA UniProtKB:P96614|PTN002778004 protein NCBITaxon:224308 20190430 GO_Central RNA binding -UniProtKB P96612 ddl GO:0009252 PMID:21873635 IBA PANTHER:PTN000566166|UniProtKB:P07862|UniProtKB:P9WP31 P D-alanine--D-alanine ligase UniProtKB:P96612|PTN000566181 protein NCBITaxon:224308 20170427 GO_Central peptidoglycan biosynthetic process -UniProtKB P96612 ddl GO:0005829 PMID:21873635 IBA PANTHER:PTN001898627|UniProtKB:P0A6J8 C D-alanine--D-alanine ligase UniProtKB:P96612|PTN000566181 protein NCBITaxon:224308 20170427 GO_Central cytosol -UniProtKB P96612 ddl GO:0008716 PMID:21873635 IBA PANTHER:PTN000566166|UniProtKB:P07862|UniProtKB:P0A6J8|UniProtKB:P9WP31 F D-alanine--D-alanine ligase UniProtKB:P96612|PTN000566181 protein NCBITaxon:224308 20170427 GO_Central D-alanine-D-alanine ligase activity -UniProtKB P96611 ydbP GO:0015035 PMID:21873635 IBA PANTHER:PTN000047179|UniProtKB:P0AGG4|UniProtKB:P0AA25|UniProtKB:P9WG67 F Thioredoxin-like protein YdbP UniProtKB:P96611|PTN000047555 protein NCBITaxon:224308 20170228 GO_Central protein disulfide oxidoreductase activity -UniProtKB P96611 ydbP GO:0005829 PMID:21873635 IBA PANTHER:PTN000047549|UniProtKB:P0AA25 C Thioredoxin-like protein YdbP UniProtKB:P96611|PTN000047555 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P96611 ydbP GO:0047134 PMID:21873635 IBA PANTHER:PTN000047179|UniProtKB:P0AGG4 F Thioredoxin-like protein YdbP UniProtKB:P96611|PTN000047555 protein NCBITaxon:224308 20170228 GO_Central protein-disulfide reductase activity -UniProtKB P96611 ydbP GO:0016671 PMID:21873635 IBA PANTHER:PTN000047179|UniProtKB:Q9ZP20|UniProtKB:Q7XKD0|TAIR:locus:2030051|TAIR:locus:2194661 F Thioredoxin-like protein YdbP UniProtKB:P96611|PTN000047555 protein NCBITaxon:224308 20170228 GO_Central oxidoreductase activity, acting on a sulfur group of donors, disulfide as acceptor -UniProtKB P96611 ydbP GO:0005737 PMID:21873635 IBA PANTHER:PTN000047179|TAIR:locus:2030051|TAIR:locus:2194661|TAIR:locus:2128756|UniProtKB:P0AGG4|UniProtKB:Q8IDP4|UniProtKB:P0AA25|UniProtKB:Q580L8|UniProtKB:Q9ZP20|TAIR:locus:2011932|TAIR:locus:2020813|TAIR:locus:2090126 C Thioredoxin-like protein YdbP UniProtKB:P96611|PTN000047555 protein NCBITaxon:224308 20200810 GO_Central cytoplasm -UniProtKB P96611 ydbP GO:0045454 PMID:21873635 IBA PANTHER:PTN000047179|UniProtKB:P0AA25|UniProtKB:P9WG67 P Thioredoxin-like protein YdbP UniProtKB:P96611|PTN000047555 protein NCBITaxon:224308 20170228 GO_Central cell redox homeostasis -UniProtKB P96604 ydbI GO:0055085 PMID:21873635 IBA PANTHER:PTN000496647|UniProtKB:P0AFS5 P Putative transport protein YdbI UniProtKB:P96604|PTN000496733 protein NCBITaxon:224308 20170228 GO_Central transmembrane transport -UniProtKB P96603 dctA GO:0022857 PMID:21873635 IBA PANTHER:PTN001735301|UniProtKB:P0A830|UniProtKB:P77529|UniProtKB:P0AGE4 F C4-dicarboxylate transport protein UniProtKB:P96603|PTN000238507 protein NCBITaxon:224308 20190111 GO_Central transmembrane transporter activity -UniProtKB P96603 dctA GO:0016020 PMID:21873635 IBA PANTHER:PTN000943442|UniProtKB:P0AGE4|UniProtKB:P21345|UniProtKB:P0A830|UniProtKB:P77529 C C4-dicarboxylate transport protein UniProtKB:P96603|PTN000238507 protein NCBITaxon:224308 20200809 GO_Central membrane -UniProtKB P96603 dctA GO:0005886 PMID:21873635 IBA PANTHER:PTN001735301|UniProtKB:P0AGE4|UniProtKB:P21345|UniProtKB:P77529|UniProtKB:P0A830 C C4-dicarboxylate transport protein UniProtKB:P96603|PTN000238507 protein NCBITaxon:224308 20200809 GO_Central plasma membrane -UniProtKB P96603 dctA GO:0015366 PMID:21873635 IBA PANTHER:PTN000238506|UniProtKB:P0A830 F C4-dicarboxylate transport protein UniProtKB:P96603|PTN000238507 protein NCBITaxon:224308 20170608 GO_Central malate:proton symporter activity -UniProtKB P96603 dctA GO:0015141 PMID:21873635 IBA PANTHER:PTN000238506|UniProtKB:P0A830 F C4-dicarboxylate transport protein UniProtKB:P96603|PTN000238507 protein NCBITaxon:224308 20170608 GO_Central succinate transmembrane transporter activity -UniProtKB P96603 dctA GO:0015138 PMID:21873635 IBA PANTHER:PTN000238506|UniProtKB:P0A830 F C4-dicarboxylate transport protein UniProtKB:P96603|PTN000238507 protein NCBITaxon:224308 20170608 GO_Central fumarate transmembrane transporter activity -UniProtKB P96603 dctA GO:0070778 PMID:21873635 IBA PANTHER:PTN000238506|UniProtKB:P0A830 P C4-dicarboxylate transport protein UniProtKB:P96603|PTN000238507 protein NCBITaxon:224308 20201001 GO_Central L-aspartate transmembrane transport -UniProtKB P96602 dctR GO:0000156 PMID:21873635 IBA PANTHER:PTN001982310|UniProtKB:P0AEF4 F Probable C4-dicarboxylate response regulator DctR UniProtKB:P96602|PTN000724605 protein NCBITaxon:224308 20171018 GO_Central phosphorelay response regulator activity -UniProtKB P96601 dctS GO:0000155 PMID:21873635 IBA PANTHER:PTN001976058|UniProtKB:P0AEC8 F Probable C4-dicarboxylate sensor kinase UniProtKB:P96601|PTN001232928 protein NCBITaxon:224308 20170427 GO_Central phosphorelay sensor kinase activity -UniProtKB P96593 mntH GO:0005384 PMID:21873635 IBA PANTHER:PTN000194431|TAIR:locus:2036751|UniProtKB:P49281|UniProtKB:P0A769|RGD:3684|FB:FBgn0011672|TAIR:locus:2025677|MGI:MGI:1345275 F Divalent metal cation transporter MntH UniProtKB:P96593|PTN000194571 protein NCBITaxon:224308 20180915 GO_Central manganese ion transmembrane transporter activity -UniProtKB P96593 mntH GO:0071281 PMID:21873635 IBA PANTHER:PTN000194568|UniProtKB:Q89K67|UniProtKB:Q8ZCK2 P Divalent metal cation transporter MntH UniProtKB:P96593|PTN000194571 protein NCBITaxon:224308 20180915 GO_Central cellular response to iron ion -UniProtKB P96593 mntH GO:0015086 PMID:21873635 IBA PANTHER:PTN000194431|UniProtKB:P51027|TAIR:locus:2025677|TAIR:locus:2200437|UniProtKB:P49281|RGD:3684|UniProtKB:P0A769 F Divalent metal cation transporter MntH UniProtKB:P96593|PTN000194571 protein NCBITaxon:224308 20180915 GO_Central cadmium ion transmembrane transporter activity -UniProtKB P96579 ydaF GO:0008999 PMID:21873635 IBA PANTHER:PTN002459718|UniProtKB:P13857 F Putative ribosomal N-acetyltransferase YdaF UniProtKB:P96579|PTN001272810 protein NCBITaxon:224308 20170228 GO_Central ribosomal-protein-alanine N-acetyltransferase activity -UniProtKB P96579 ydaF GO:0005737 PMID:21873635 IBA PANTHER:PTN002459717|UniProtKB:P13857 C Putative ribosomal N-acetyltransferase YdaF UniProtKB:P96579|PTN001272810 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB P96579 ydaF GO:0017198 PMID:21873635 IBA PANTHER:PTN002459718|UniProtKB:P13857 P Putative ribosomal N-acetyltransferase YdaF UniProtKB:P96579|PTN001272810 protein NCBITaxon:224308 20170228 GO_Central N-terminal peptidyl-serine acetylation -UniProtKB P96579 ydaF GO:1990189 PMID:21873635 IBA PANTHER:PTN002459718|UniProtKB:P13857 F Putative ribosomal N-acetyltransferase YdaF UniProtKB:P96579|PTN001272810 protein NCBITaxon:224308 20170228 GO_Central peptide-serine-N-acetyltransferase activity -UniProtKB P94398 folE2 GO:0003933 PMID:21873635 IBA PANTHER:PTN002193411|UniProtKB:Q58185 F GTP cyclohydrolase FolE2 UniProtKB:P94398|PTN002193424 protein NCBITaxon:224308 20170921 GO_Central GTP cyclohydrolase activity -UniProtKB Q01466 mreC GO:0008360 PMID:21873635 IBA PANTHER:PTN002148972|UniProtKB:Q01466|UniProtKB:P16926 P Cell shape-determining protein MreC UniProtKB:Q01466|PTN002148992 protein NCBITaxon:224308 20170228 GO_Central regulation of cell shape -UniProtKB Q01466 mreC GO:0005886 PMID:21873635 IBA PANTHER:PTN002148972|UniProtKB:P16926|UniProtKB:Q01466 C Cell shape-determining protein MreC UniProtKB:Q01466|PTN002148992 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB Q01464 minD GO:0051782 PMID:21873635 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3 P Septum site-determining protein MinD UniProtKB:Q01464|PTN000344155 protein NCBITaxon:224308 20170602 GO_Central negative regulation of cell division -UniProtKB Q01464 minD GO:0005829 PMID:21873635 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3 C Septum site-determining protein MinD UniProtKB:Q01464|PTN000344155 protein NCBITaxon:224308 20170602 GO_Central cytosol -UniProtKB Q01464 minD GO:0005524 PMID:21873635 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3|UniProtKB:G3XD64 F Septum site-determining protein MinD UniProtKB:Q01464|PTN000344155 protein NCBITaxon:224308 20170602 GO_Central ATP binding -UniProtKB Q01464 minD GO:0016887 PMID:21873635 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3|TAIR:locus:2178717 F Septum site-determining protein MinD UniProtKB:Q01464|PTN000344155 protein NCBITaxon:224308 20170602 GO_Central ATPase activity -UniProtKB Q01464 minD GO:0009898 PMID:21873635 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3 C Septum site-determining protein MinD UniProtKB:Q01464|PTN000344155 protein NCBITaxon:224308 20170602 GO_Central cytoplasmic side of plasma membrane -UniProtKB P46324 yvrN GO:0005886 PMID:21873635 IBA PANTHER:PTN001254814|UniProtKB:P75831 C Uncharacterized ABC transporter permease YvrN UniProtKB:P46324|PTN001254847 protein NCBITaxon:224308 20200809 GO_Central plasma membrane -UniProtKB P46324 yvrN GO:0022857 PMID:21873635 IBA PANTHER:PTN001254814|UniProtKB:Q9I190|UniProtKB:P75831 F Uncharacterized ABC transporter permease YvrN UniProtKB:P46324|PTN001254847 protein NCBITaxon:224308 20200809 GO_Central transmembrane transporter activity -UniProtKB P46336 iolS GO:0005829 PMID:21873635 IBA PANTHER:PTN000199613|UniProtKB:P77735|UniProtKB:P76187 C Aldo-keto reductase IolS UniProtKB:P46336|PTN000199632 protein NCBITaxon:224308 20170616 GO_Central cytosol -UniProtKB P46343 phoH GO:0005829 PMID:21873635 IBA PANTHER:PTN001253161|UniProtKB:P0A9K3 C PhoH-like protein UniProtKB:P46343|PTN001253175 protein NCBITaxon:224308 20190116 GO_Central cytosol -UniProtKB P46343 phoH GO:0005524 PMID:21873635 IBA PANTHER:PTN001253161|UniProtKB:P0A9K1 F PhoH-like protein UniProtKB:P46343|PTN001253175 protein NCBITaxon:224308 20190116 GO_Central ATP binding -UniProtKB P46348 mneS GO:0008324 PMID:21873635 IBA PANTHER:PTN000169311|TAIR:locus:2039697|TAIR:locus:2095873|UniProtKB:P69380 F Manganese efflux system protein MneS UniProtKB:P46348|PTN000169394 protein NCBITaxon:224308 20181004 GO_Central cation transmembrane transporter activity -UniProtKB P46348 mneS GO:0016020 PMID:21873635 IBA PANTHER:PTN000169311|UniProtKB:Q9SAJ7|TAIR:locus:2095873|UniProtKB:P69380 C Manganese efflux system protein MneS UniProtKB:P46348|PTN000169394 protein NCBITaxon:224308 20181004 GO_Central membrane -UniProtKB P46354 punA GO:0004731 PMID:21873635 IBA PANTHER:PTN000224756|UniProtKB:P00491|MGI:MGI:97365|UniProtKB:P55859|UniProtKB:P9WP01|UniProtKB:P45563|SGD:S000004199|RGD:1597189 F Purine nucleoside phosphorylase 1 UniProtKB:P46354|PTN000224742 protein NCBITaxon:224308 20170228 GO_Central purine-nucleoside phosphorylase activity -UniProtKB P46354 punA GO:0005737 PMID:21873635 IBA PANTHER:PTN000224756|MGI:MGI:97365|UniProtKB:P00491|RGD:1597189|UniProtKB:P45563 C Purine nucleoside phosphorylase 1 UniProtKB:P46354|PTN000224742 protein NCBITaxon:224308 20170228 GO_Central cytoplasm -UniProtKB P46898 rplF GO:0002181 PMID:21873635 IBA PANTHER:PTN000183645|SGD:S000003115|SGD:S000005011 P 50S ribosomal protein L6 UniProtKB:P46898|PTN000183777 protein NCBITaxon:224308 20170228 GO_Central cytoplasmic translation -UniProtKB P46898 rplF GO:0022625 PMID:21873635 IBA PANTHER:PTN000183776|UniProtKB:P0AG55 C 50S ribosomal protein L6 UniProtKB:P46898|PTN000183777 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P46898 rplF GO:0003735 PMID:21873635 IBA PANTHER:PTN000183645|SGD:S000003115|UniProtKB:P0AG55|SGD:S000005011|TAIR:locus:2207190|SGD:S000001190 F 50S ribosomal protein L6 UniProtKB:P46898|PTN000183777 protein NCBITaxon:224308 20200807 GO_Central structural constituent of ribosome -UniProtKB P46906 argS GO:0004814 PMID:21873635 IBA PANTHER:PTN000238097|MGI:MGI:1914297|UniProtKB:P54136|SGD:S000002749|RGD:1309215|UniProtKB:P11875 F Arginine--tRNA ligase UniProtKB:P46906|PTN000238230 protein NCBITaxon:224308 20170228 GO_Central arginine-tRNA ligase activity -UniProtKB P46906 argS GO:0006420 PMID:21873635 IBA PANTHER:PTN000238097|UniProtKB:P11875|MGI:MGI:1914297|SGD:S000002749|RGD:1309215|UniProtKB:P54136 P Arginine--tRNA ligase UniProtKB:P46906|PTN000238230 protein NCBITaxon:224308 20170228 GO_Central arginyl-tRNA aminoacylation -UniProtKB P46913 qcrC GO:0031224 PMID:21873635 IBA PANTHER:PTN000444160|VGNC:VGNC:55738|RGD:620081|MGI:MGI:102501 C Menaquinol-cytochrome c reductase cytochrome b/c subunit UniProtKB:P46913|PTN001059943 protein NCBITaxon:224308 20191118 GO_Central intrinsic component of membrane -UniProtKB C0H3T7 yxzK GO:0005886 PMID:21873635 IBA PANTHER:PTN002142934|UniProtKB:P60632 C Putative integral membrane protein YxzK UniProtKB:C0H3T7|PTN002142930 protein NCBITaxon:224308 20190829 GO_Central plasma membrane -UniProtKB O34340 fabF GO:0005829 PMID:21873635 IBA PANTHER:PTN000196483|UniProtKB:P0A953|UniProtKB:P9WQD9 C 3-oxoacyl-[acyl-carrier-protein] synthase 2 UniProtKB:O34340|PTN000196486 protein NCBITaxon:224308 20181220 GO_Central cytosol -UniProtKB O34340 fabF GO:0006633 PMID:21873635 IBA PANTHER:PTN000918584|UniProtKB:P9WQD9|UniProtKB:Q9NWU1|UniProtKB:P9WQD7|UniProtKB:P0A953|TAIR:locus:2027252|UniProtKB:Q9I3B2 P 3-oxoacyl-[acyl-carrier-protein] synthase 2 UniProtKB:O34340|PTN000196486 protein NCBITaxon:224308 20181220 GO_Central fatty acid biosynthetic process -UniProtKB O34340 fabF GO:0004315 PMID:21873635 IBA PANTHER:PTN000918584|UniProtKB:P0A953|TAIR:locus:2027252|UniProtKB:P9WQD9|UniProtKB:Q9NWU1|UniProtKB:P0AAI5|UniProtKB:P9WQD7 F 3-oxoacyl-[acyl-carrier-protein] synthase 2 UniProtKB:O34340|PTN000196486 protein NCBITaxon:224308 20181220 GO_Central 3-oxoacyl-[acyl-carrier-protein] synthase activity -UniProtKB P0CW80 ebrA GO:0005887 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69210 C Multidrug resistance protein EbrA UniProtKB:P0CW80|PTN001254642 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P0CW80 ebrA GO:0022857 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69937|UniProtKB:P76474|UniProtKB:P9WGF1|UniProtKB:P69210|UniProtKB:P23895|UniProtKB:Q47377|UniProtKB:P69212 F Multidrug resistance protein EbrA UniProtKB:P0CW80|PTN001254642 protein NCBITaxon:224308 20200809 GO_Central transmembrane transporter activity -UniProtKB P0CW80 ebrA GO:0055085 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P69937|UniProtKB:P23895|UniProtKB:P69210|UniProtKB:P9WGF1 P Multidrug resistance protein EbrA UniProtKB:P0CW80|PTN001254642 protein NCBITaxon:224308 20201001 GO_Central transmembrane transport -UniProtKB O34411 hisK GO:0000105 PMID:21873635 IBA PANTHER:PTN000471366|SGD:S000001921 P Histidinol-phosphatase UniProtKB:O34411|PTN000471377 protein NCBITaxon:224308 20170228 GO_Central histidine biosynthetic process -UniProtKB O34411 hisK GO:0004401 PMID:21873635 IBA PANTHER:PTN000471366|SGD:S000001921 F Histidinol-phosphatase UniProtKB:O34411|PTN000471377 protein NCBITaxon:224308 20170228 GO_Central histidinol-phosphatase activity -UniProtKB O34413 ytcC GO:0016757 PMID:21873635 IBA PANTHER:PTN000749410|UniProtKB:Q9HTC0|UniProtKB:P9WMZ5|UniProtKB:P9WMY7|UniProtKB:Q8DPV9|UniProtKB:P9WMZ3|UniProtKB:P25740 F Putative glycosyltransferase YtcC UniProtKB:O34413|PTN000282675 protein NCBITaxon:224308 20200808 GO_Central transferase activity, transferring glycosyl groups -UniProtKB O34426 speH GO:0004014 PMID:21873635 IBA PANTHER:PTN002140323|UniProtKB:P0A7F6|UniProtKB:Q9UWY8|UniProtKB:Q9HV35 F S-adenosylmethionine decarboxylase proenzyme UniProtKB:O34426|PTN002140365 protein NCBITaxon:224308 20200809 GO_Central adenosylmethionine decarboxylase activity -UniProtKB O34426 speH GO:0005829 PMID:21873635 IBA PANTHER:PTN002140323|UniProtKB:P0A7F6 C S-adenosylmethionine decarboxylase proenzyme UniProtKB:O34426|PTN002140365 protein NCBITaxon:224308 20171117 GO_Central cytosol -UniProtKB O34426 speH GO:0008295 PMID:21873635 IBA PANTHER:PTN002140323|UniProtKB:P0A7F6|UniProtKB:Q9UWY8 P S-adenosylmethionine decarboxylase proenzyme UniProtKB:O34426|PTN002140365 protein NCBITaxon:224308 20171117 GO_Central spermidine biosynthetic process -UniProtKB O34464 yceK GO:0006355 PMID:21873635 IBA PANTHER:PTN002108422|UniProtKB:P37309 P Uncharacterized HTH-type transcriptional regulator YceK UniProtKB:O34464|PTN002108522 protein NCBITaxon:224308 20170228 GO_Central regulation of transcription, DNA-templated -UniProtKB O34464 yceK GO:0000976 PMID:21873635 IBA PANTHER:PTN002108422|UniProtKB:Q9HW47 F Uncharacterized HTH-type transcriptional regulator YceK UniProtKB:O34464|PTN002108522 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O34483 hprK GO:0005829 PMID:21873635 IBA PANTHER:PTN001250865|UniProtKB:P0AFJ1 C HPr kinase/phosphorylase UniProtKB:O34483|PTN001576097 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O34500 mntD GO:0005886 PMID:21873635 IBA PANTHER:PTN000767170|UniProtKB:P39832 C Manganese transport system membrane protein MntD UniProtKB:O34500|PTN000767175 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O34500 mntD GO:0010043 PMID:21873635 IBA PANTHER:PTN000767170|UniProtKB:Q9HT72 P Manganese transport system membrane protein MntD UniProtKB:O34500|PTN000767175 protein NCBITaxon:224308 20170228 GO_Central response to zinc ion -UniProtKB O34521 nagP GO:0015764 PMID:21873635 IBA PANTHER:PTN000768523|UniProtKB:Q9HXN4|UniProtKB:P09323 P PTS system N-acetylglucosamine-specific EIICB component UniProtKB:O34521|PTN000768524 protein NCBITaxon:224308 20190822 GO_Central N-acetylglucosamine transport -UniProtKB O34521 nagP GO:0009401 PMID:21873635 IBA PANTHER:PTN002011274|UniProtKB:P09323|UniProtKB:P69786 P PTS system N-acetylglucosamine-specific EIICB component UniProtKB:O34521|PTN000768524 protein NCBITaxon:224308 20190822 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB O34521 nagP GO:0005887 PMID:21873635 IBA PANTHER:PTN002011274|UniProtKB:P69786 C PTS system N-acetylglucosamine-specific EIICB component UniProtKB:O34521|PTN000768524 protein NCBITaxon:224308 20190822 GO_Central integral component of plasma membrane -UniProtKB O34521 nagP GO:0090587 PMID:21873635 IBA PANTHER:PTN000768523|UniProtKB:P09323 F PTS system N-acetylglucosamine-specific EIICB component UniProtKB:O34521|PTN000768524 protein NCBITaxon:224308 20190822 GO_Central protein-phosphocysteine-glucosamine phosphotransferase system transporter activity -UniProtKB O34521 nagP GO:0090563 PMID:21873635 IBA PANTHER:PTN002011274|UniProtKB:P69786|UniProtKB:P09323 F PTS system N-acetylglucosamine-specific EIICB component UniProtKB:O34521|PTN000768524 protein NCBITaxon:224308 20190822 GO_Central protein-phosphocysteine-sugar phosphotransferase activity -UniProtKB O34528 yrvN GO:0006282 PMID:21873635 IBA PANTHER:PTN000349879|SGD:S000005162 P Uncharacterized AAA domain-containing protein YrvN UniProtKB:O34528|PTN000349981 protein NCBITaxon:224308 20190106 GO_Central regulation of DNA repair -UniProtKB O34528 yrvN GO:0008047 PMID:21873635 IBA PANTHER:PTN000349879|SGD:S000005162 F Uncharacterized AAA domain-containing protein YrvN UniProtKB:O34528|PTN000349981 protein NCBITaxon:224308 20180410 GO_Central enzyme activator activity -UniProtKB O34528 yrvN GO:0006261 PMID:21873635 IBA PANTHER:PTN000349879|SGD:S000005162|UniProtKB:P0AAZ4 P Uncharacterized AAA domain-containing protein YrvN UniProtKB:O34528|PTN000349981 protein NCBITaxon:224308 20190106 GO_Central DNA-dependent DNA replication -UniProtKB O34528 yrvN GO:0017116 PMID:21873635 IBA PANTHER:PTN000349879|SGD:S000005162 F Uncharacterized AAA domain-containing protein YrvN UniProtKB:O34528|PTN000349981 protein NCBITaxon:224308 20180410 GO_Central single-stranded DNA helicase activity -UniProtKB P16645 hemX GO:0005886 PMID:21873635 IBA PANTHER:PTN001247822|UniProtKB:P0ABM1 C Protein HemX UniProtKB:P16645|PTN001574994 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P16645 hemX GO:0015886 PMID:21873635 IBA PANTHER:PTN001247822|UniProtKB:P0ABM1 P Protein HemX UniProtKB:P16645|PTN001574994 protein NCBITaxon:224308 20170228 GO_Central heme transport -UniProtKB A0A2K4Z9M4 lysCB GO:0005829 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P08660|UniProtKB:P00562 C Aspartokinase II beta subunit (Aa 246-408) UniProtKB:A0A2K4Z9M4|PTN004545391 protein NCBITaxon:224308 20181004 GO_Central cytosol -UniProtKB A0A2K4Z9M4 lysCB GO:0009090 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P00562|SGD:S000000854|UniProtKB:P08660 P Aspartokinase II beta subunit (Aa 246-408) UniProtKB:A0A2K4Z9M4|PTN004545391 protein NCBITaxon:224308 20181004 GO_Central homoserine biosynthetic process -UniProtKB A0A2K4Z9M4 lysCB GO:0009089 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P08660|UniProtKB:P9WPX3|UniProtKB:P00562 P Aspartokinase II beta subunit (Aa 246-408) UniProtKB:A0A2K4Z9M4|PTN004545391 protein NCBITaxon:224308 20181004 GO_Central lysine biosynthetic process via diaminopimelate -UniProtKB A0A2K4Z9M4 lysCB GO:0004072 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P00562|UniProtKB:P9WPX3|UniProtKB:P94417|TAIR:locus:2174708|TAIR:locus:2078638|UniProtKB:P08660|SGD:S000000854 F Aspartokinase II beta subunit (Aa 246-408) UniProtKB:A0A2K4Z9M4|PTN004545391 protein NCBITaxon:224308 20181004 GO_Central aspartate kinase activity -UniProtKB O05239 yugJ GO:0005829 PMID:21873635 IBA PANTHER:PTN001691433|UniProtKB:Q46856 C Probable NADH-dependent butanol dehydrogenase 1 UniProtKB:O05239|PTN000161127 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O05239 yugJ GO:1990002 PMID:21873635 IBA PANTHER:PTN001691433|UniProtKB:Q46856 F Probable NADH-dependent butanol dehydrogenase 1 UniProtKB:O05239|PTN000161127 protein NCBITaxon:224308 20170228 GO_Central methylglyoxal reductase (NADPH-dependent, acetol producing) -UniProtKB O05239 yugJ GO:0018455 PMID:21873635 IBA PANTHER:PTN001691433|UniProtKB:Q46856 F Probable NADH-dependent butanol dehydrogenase 1 UniProtKB:O05239|PTN000161127 protein NCBITaxon:224308 20170228 GO_Central alcohol dehydrogenase [NAD(P)+] activity -UniProtKB O05239 yugJ GO:0008106 PMID:21873635 IBA PANTHER:PTN001691433|UniProtKB:Q46856 F Probable NADH-dependent butanol dehydrogenase 1 UniProtKB:O05239|PTN000161127 protein NCBITaxon:224308 20170228 GO_Central alcohol dehydrogenase (NADP+) activity -UniProtKB O05251 malR GO:0000156 PMID:21873635 IBA PANTHER:PTN001982310|UniProtKB:P0AEF4 F Transcriptional regulatory protein MalR UniProtKB:O05251|PTN001233191 protein NCBITaxon:224308 20171018 GO_Central phosphorelay response regulator activity -UniProtKB O05263 rhaM GO:0016857 PMID:21873635 IBA PANTHER:PTN005049203|UniProtKB:P32156 F L-rhamnose mutarotase UniProtKB:O05263|PTN002155766 protein NCBITaxon:224308 20200625 GO_Central racemase and epimerase activity, acting on carbohydrates and derivatives -UniProtKB O05263 rhaM GO:0019301 PMID:21873635 IBA PANTHER:PTN005049205|UniProtKB:P32156 P L-rhamnose mutarotase UniProtKB:O05263|PTN002155766 protein NCBITaxon:224308 20200625 GO_Central rhamnose catabolic process -UniProtKB O05264 rhaA GO:0019324 PMID:21873635 IBA PANTHER:PTN000767465|UniProtKB:P32170 P L-rhamnose isomerase UniProtKB:O05264|PTN000767466 protein NCBITaxon:224308 20170228 GO_Central L-lyxose metabolic process -UniProtKB O05264 rhaA GO:0019301 PMID:21873635 IBA PANTHER:PTN000767465|UniProtKB:P32170 P L-rhamnose isomerase UniProtKB:O05264|PTN000767466 protein NCBITaxon:224308 20170228 GO_Central rhamnose catabolic process -UniProtKB O05264 rhaA GO:0008740 PMID:21873635 IBA PANTHER:PTN000767465|UniProtKB:P32170 F L-rhamnose isomerase UniProtKB:O05264|PTN000767466 protein NCBITaxon:224308 20170228 GO_Central L-rhamnose isomerase activity -UniProtKB O05399 yrhG GO:0015724 PMID:21873635 IBA PANTHER:PTN000775620|UniProtKB:P0AC23|UniProtKB:P77733 P Uncharacterized transporter YrhG UniProtKB:O05399|PTN000775621 protein NCBITaxon:224308 20200930 GO_Central formate transport -UniProtKB O05399 yrhG GO:0015499 PMID:21873635 IBA PANTHER:PTN000775620|UniProtKB:P77733|UniProtKB:P0AC23 F Uncharacterized transporter YrhG UniProtKB:O05399|PTN000775621 protein NCBITaxon:224308 20170228 GO_Central formate transmembrane transporter activity -UniProtKB O05399 yrhG GO:0005887 PMID:21873635 IBA PANTHER:PTN000775604|UniProtKB:P0AC23|UniProtKB:O77389 C Uncharacterized transporter YrhG UniProtKB:O05399|PTN000775621 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB P17631 dnaJ GO:0051082 PMID:21873635 IBA PANTHER:PTN002454318|SGD:S000001878|UniProtKB:P08622 F Chaperone protein DnaJ UniProtKB:P17631|PTN001180635 protein NCBITaxon:224308 20181029 GO_Central unfolded protein binding -UniProtKB P17631 dnaJ GO:0042026 PMID:21873635 IBA PANTHER:PTN002454318|SGD:S000001878|UniProtKB:P08622 P Chaperone protein DnaJ UniProtKB:P17631|PTN001180635 protein NCBITaxon:224308 20181029 GO_Central protein refolding -UniProtKB P17631 dnaJ GO:0051085 PMID:21873635 IBA PANTHER:PTN002454318|TAIR:locus:2162692|UniProtKB:P08622 P Chaperone protein DnaJ UniProtKB:P17631|PTN001180635 protein NCBITaxon:224308 20210102 GO_Central chaperone cofactor-dependent protein refolding -UniProtKB P17631 dnaJ GO:0005737 PMID:21873635 IBA PANTHER:PTN002454318|UniProtKB:Q583X4|TAIR:locus:2172374|TAIR:locus:2016234|UniProtKB:P08622|TAIR:locus:2041258|UniProtKB:A0A1P8BB64|TAIR:locus:2162692|TAIR:locus:2140035|TAIR:locus:2088585|PomBase:SPBC11B10.05c|SGD:S000001878 C Chaperone protein DnaJ UniProtKB:P17631|PTN001180635 protein NCBITaxon:224308 20200810 GO_Central cytoplasm -UniProtKB O05518 tsaD GO:0000408 PMID:21873635 IBA PANTHER:PTN000200094|UniProtKB:Q8IJ99|UniProtKB:Q9NPF4|SGD:S000001746 C tRNA N6-adenosine threonylcarbamoyltransferase UniProtKB:O05518|PTN000200240 protein NCBITaxon:224308 20170228 GO_Central EKC/KEOPS complex -UniProtKB O05523 tatC2 GO:0043953 PMID:21873635 IBA PANTHER:PTN000769484|UniProtKB:P69423 P Sec-independent protein translocase protein TatCy UniProtKB:O05523|PTN000769491 protein NCBITaxon:224308 20170228 GO_Central protein transport by the Tat complex -UniProtKB O05523 tatC2 GO:0033281 PMID:21873635 IBA PANTHER:PTN000769484|UniProtKB:P69423|UniProtKB:Q9HUB3|TAIR:locus:2045750 C Sec-independent protein translocase protein TatCy UniProtKB:O05523|PTN000769491 protein NCBITaxon:224308 20170228 GO_Central TAT protein transport complex -UniProtKB O05523 tatC2 GO:0009977 PMID:21873635 IBA PANTHER:PTN000769484|UniProtKB:P69423 F Sec-independent protein translocase protein TatCy UniProtKB:O05523|PTN000769491 protein NCBITaxon:224308 20170228 GO_Central proton motive force dependent protein transmembrane transporter activity -UniProtKB O05523 tatC2 GO:0065002 PMID:21873635 IBA PANTHER:PTN000769484|UniProtKB:P69423 P Sec-independent protein translocase protein TatCy UniProtKB:O05523|PTN000769491 protein NCBITaxon:224308 20170228 GO_Central intracellular protein transmembrane transport -UniProtKB P54720 catD GO:0005886 PMID:21873635 IBA PANTHER:PTN002125262|UniProtKB:P0AD47|UniProtKB:P42619 C Putative oxidoreductase CatD UniProtKB:P54720|PTN002125312 protein NCBITaxon:224308 20180110 GO_Central plasma membrane -UniProtKB P54719 yfiC GO:0055085 PMID:21873635 IBA PANTHER:PTN000657189|PomBase:SPCC663.03|MGI:MGI:97570|UniProtKB:Q03519|UniProtKB:P29018|UniProtKB:Q9FNU2|WB:WBGene00001815|UniProtKB:O53645|WB:WBGene00001811|RGD:619930|UniProtKB:O95342|UniProtKB:Q2M3G0|UniProtKB:Q9NUT2|UniProtKB:P08183|PomBase:SPCC737.09c|UniProtKB:Q03518|PomBase:SPBC25B2.02c P Uncharacterized ABC transporter ATP-binding protein YfiC UniProtKB:P54719|PTN000657713 protein NCBITaxon:224308 20210102 GO_Central transmembrane transport -UniProtKB P54719 yfiC GO:0042626 PMID:21873635 IBA PANTHER:PTN000657189|ZFIN:ZDB-GENE-080204-52|FB:FBgn0004513|UniProtKB:P29018|TAIR:locus:2041434|MGI:MGI:98483|PomBase:SPCC663.03|UniProtKB:Q03519|UniProtKB:Q9NP78|UniProtKB:Q9NP58|MGI:MGI:97570|UniProtKB:P21439|UniProtKB:P08183|PomBase:SPCC737.09c|SGD:S000004916|PomBase:SPBC25B2.02c|UniProtKB:Q03518|UniProtKB:A0A1D8PKI5|RGD:619930|UniProtKB:P60752|UniProtKB:O95342 F Uncharacterized ABC transporter ATP-binding protein YfiC UniProtKB:P54719|PTN000657713 protein NCBITaxon:224308 20210102 GO_Central ATPase-coupled transmembrane transporter activity -UniProtKB P54717 glvR GO:0003700 PMID:21873635 IBA PANTHER:PTN000775527|UniProtKB:P46118|UniProtKB:P77245|UniProtKB:Q8EE97 F HTH-type transcriptional regulator GlvR UniProtKB:P54717|PTN001657958 protein NCBITaxon:224308 20170228 GO_Central DNA-binding transcription factor activity -UniProtKB P54717 glvR GO:0006355 PMID:21873635 IBA PANTHER:PTN000775527|UniProtKB:Q8EE97|UniProtKB:P0ACS7|UniProtKB:P77245 P HTH-type transcriptional regulator GlvR UniProtKB:P54717|PTN001657958 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB P54715 malP GO:0009401 PMID:21873635 IBA PANTHER:PTN002011274|UniProtKB:P09323|UniProtKB:P69786 P PTS system maltose-specific EIICB component UniProtKB:P54715|PTN000768518 protein NCBITaxon:224308 20190822 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system -UniProtKB P54715 malP GO:0005887 PMID:21873635 IBA PANTHER:PTN002011274|UniProtKB:P69786 C PTS system maltose-specific EIICB component UniProtKB:P54715|PTN000768518 protein NCBITaxon:224308 20190822 GO_Central integral component of plasma membrane -UniProtKB P54715 malP GO:0090563 PMID:21873635 IBA PANTHER:PTN002011274|UniProtKB:P69786|UniProtKB:P09323 F PTS system maltose-specific EIICB component UniProtKB:P54715|PTN000768518 protein NCBITaxon:224308 20190822 GO_Central protein-phosphocysteine-sugar phosphotransferase activity -UniProtKB P54604 yhcT GO:0000455 PMID:21873635 IBA PANTHER:PTN001311753|UniProtKB:P33643|UniProtKB:P0AA37|UniProtKB:P0AA39 P Uncharacterized RNA pseudouridine synthase YhcT UniProtKB:P54604|PTN000046867 protein NCBITaxon:224308 20200808 GO_Central enzyme-directed rRNA pseudouridine synthesis -UniProtKB P54604 yhcT GO:0009982 PMID:21873635 IBA PANTHER:PTN001311753|UniProtKB:P0AA41|UniProtKB:P0AA39|UniProtKB:P0AA37|SGD:S000005427|SGD:S000002194|UniProtKB:P33643|SGD:S000003401 F Uncharacterized RNA pseudouridine synthase YhcT UniProtKB:P54604|PTN000046867 protein NCBITaxon:224308 20170228 GO_Central pseudouridine synthase activity -UniProtKB P54602 yhcR GO:0009166 PMID:21873635 IBA PANTHER:PTN000171519|UniProtKB:P07024|UniProtKB:P08331 P Endonuclease YhcR UniProtKB:P54602|PTN000171629 protein NCBITaxon:224308 20190208 GO_Central nucleotide catabolic process -UniProtKB P54602 yhcR GO:0008768 PMID:21873635 IBA PANTHER:PTN000171637|UniProtKB:P07024 F Endonuclease YhcR UniProtKB:P54602|PTN000171629 protein NCBITaxon:224308 20190208 GO_Central UDP-sugar diphosphatase activity -UniProtKB P54602 yhcR GO:0030288 PMID:21873635 IBA PANTHER:PTN000171519|UniProtKB:P08331|UniProtKB:P07024 C Endonuclease YhcR UniProtKB:P54602|PTN000171629 protein NCBITaxon:224308 20190208 GO_Central outer membrane-bounded periplasmic space -UniProtKB P54602 yhcR GO:0008253 PMID:21873635 IBA PANTHER:PTN000171637|UniProtKB:P07024 F Endonuclease YhcR UniProtKB:P54602|PTN000171629 protein NCBITaxon:224308 20190208 GO_Central 5'-nucleotidase activity -UniProtKB P54596 tcyP GO:0022857 PMID:21873635 IBA PANTHER:PTN001735301|UniProtKB:P0A830|UniProtKB:P77529|UniProtKB:P0AGE4 F L-cystine uptake protein TcyP UniProtKB:P54596|PTN000238528 protein NCBITaxon:224308 20190111 GO_Central transmembrane transporter activity -UniProtKB P54596 tcyP GO:0016020 PMID:21873635 IBA PANTHER:PTN000943442|UniProtKB:P0AGE4|UniProtKB:P21345|UniProtKB:P0A830|UniProtKB:P77529 C L-cystine uptake protein TcyP UniProtKB:P54596|PTN000238528 protein NCBITaxon:224308 20200809 GO_Central membrane -UniProtKB P54596 tcyP GO:0005886 PMID:21873635 IBA PANTHER:PTN001735301|UniProtKB:P0AGE4|UniProtKB:P21345|UniProtKB:P77529|UniProtKB:P0A830 C L-cystine uptake protein TcyP UniProtKB:P54596|PTN000238528 protein NCBITaxon:224308 20200809 GO_Central plasma membrane -UniProtKB P54596 tcyP GO:0015184 PMID:21873635 IBA PANTHER:PTN000238527|UniProtKB:P77529 F L-cystine uptake protein TcyP UniProtKB:P54596|PTN000238528 protein NCBITaxon:224308 20170608 GO_Central L-cystine transmembrane transporter activity -UniProtKB P54595 yhcK GO:0043709 PMID:21873635 IBA PANTHER:PTN002895351|UniProtKB:P31129 P Uncharacterized protein YhcK UniProtKB:P54595|PTN002895402 protein NCBITaxon:224308 20180209 GO_Central cell adhesion involved in single-species biofilm formation -UniProtKB P54595 yhcK GO:0005886 PMID:21873635 IBA PANTHER:PTN002895351|UniProtKB:P75801|UniProtKB:P76330|UniProtKB:P76147|UniProtKB:P46139|UniProtKB:P76237|UniProtKB:P76236 C Uncharacterized protein YhcK UniProtKB:P54595|PTN002895402 protein NCBITaxon:224308 20180209 GO_Central plasma membrane -UniProtKB P54595 yhcK GO:0052621 PMID:21873635 IBA PANTHER:PTN002895344|UniProtKB:Q9HXT9|UniProtKB:Q9I4M8|UniProtKB:P76330|UniProtKB:P77302|UniProtKB:Q9HYQ2|UniProtKB:Q9HW69|UniProtKB:P31129|UniProtKB:Q9HT84|UniProtKB:P0AAP1|UniProtKB:P46139|UniProtKB:Q9HZX6|UniProtKB:Q9HUW7|UniProtKB:P0AA89|UniProtKB:Q9HZ57 F Uncharacterized protein YhcK UniProtKB:P54595|PTN002895402 protein NCBITaxon:224308 20200810 GO_Central diguanylate cyclase activity -UniProtKB P54595 yhcK GO:1902201 PMID:21873635 IBA PANTHER:PTN002895351|UniProtKB:P76330|UniProtKB:P76236|UniProtKB:P46139|UniProtKB:P76237 P Uncharacterized protein YhcK UniProtKB:P54595|PTN002895402 protein NCBITaxon:224308 20180209 GO_Central negative regulation of bacterial-type flagellum-dependent cell motility -UniProtKB P54585 yhcA GO:0016020 PMID:21873635 IBA PANTHER:PTN001161692|SGD:S000005905|SGD:S000004584 C Uncharacterized MFS-type transporter YhcA UniProtKB:P54585|PTN000606388 protein NCBITaxon:224308 20180620 GO_Central membrane -UniProtKB P54575 ribC GO:0006771 PMID:21873635 IBA PANTHER:PTN000507877|PomBase:SPCC18.16c P Bifunctional riboflavin kinase/FMN adenylyltransferase UniProtKB:P54575|PTN000507948 protein NCBITaxon:224308 20170616 GO_Central riboflavin metabolic process -UniProtKB P54575 ribC GO:0009398 PMID:21873635 IBA PANTHER:PTN000507877|PomBase:SPCC18.16c|SGD:S000002644 P Bifunctional riboflavin kinase/FMN adenylyltransferase UniProtKB:P54575|PTN000507948 protein NCBITaxon:224308 20170616 GO_Central FMN biosynthetic process -UniProtKB P54575 ribC GO:0008531 PMID:21873635 IBA PANTHER:PTN000507877|UniProtKB:P0AG40|PomBase:SPCC18.16c|TAIR:locus:2119647|SGD:S000002644 F Bifunctional riboflavin kinase/FMN adenylyltransferase UniProtKB:P54575|PTN000507948 protein NCBITaxon:224308 20170616 GO_Central riboflavin kinase activity -UniProtKB P54574 fur GO:1900376 PMID:21873635 IBA PANTHER:PTN002112386|UniProtKB:Q03456|UniProtKB:Q9HT74 P Ferric uptake regulation protein UniProtKB:P54574|PTN002112470 protein NCBITaxon:224308 20200809 GO_Central regulation of secondary metabolite biosynthetic process -UniProtKB P54574 fur GO:0003700 PMID:21873635 IBA PANTHER:PTN002112386|UniProtKB:P0A9A9|UniProtKB:Q8PAL3|UniProtKB:Q7CQY3|UniProtKB:P33086|UniProtKB:P9WN85|UniProtKB:Q9L2H5|UniProtKB:P0A0S8|UniProtKB:P9WN87|UniProtKB:P0AC51|UniProtKB:H7C6Q1|UniProtKB:P71086|UniProtKB:Q8Y5U9|UniProtKB:P54479|UniProtKB:P54574 F Ferric uptake regulation protein UniProtKB:P54574|PTN002112470 protein NCBITaxon:224308 20170502 GO_Central DNA-binding transcription factor activity -UniProtKB P54574 fur GO:0000976 PMID:21873635 IBA PANTHER:PTN002112386|UniProtKB:P0A0S8|UniProtKB:H7C6K3|UniProtKB:Q8Y5U9|UniProtKB:H7C6Q1|UniProtKB:P0AC51|UniProtKB:P71086|UniProtKB:P0A9A9|UniProtKB:P33086|UniProtKB:Q9L2H5|UniProtKB:P9WN85|UniProtKB:Q7CQY3|UniProtKB:Q8PAL3|UniProtKB:P54574|UniProtKB:Q03456|UniProtKB:P54479 F Ferric uptake regulation protein UniProtKB:P54574|PTN002112470 protein NCBITaxon:224308 20170502 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P54574 fur GO:0008270 PMID:21873635 IBA PANTHER:PTN002112386|UniProtKB:P0A9A9|UniProtKB:P9WN85 F Ferric uptake regulation protein UniProtKB:P54574|PTN002112470 protein NCBITaxon:224308 20170502 GO_Central zinc ion binding -UniProtKB P54574 fur GO:0045892 PMID:21873635 IBA PANTHER:PTN002112386|UniProtKB:H7C6Q1|UniProtKB:Q9JZ70|UniProtKB:Q9HT74|UniProtKB:Q8Y5U9|UniProtKB:P0A0S8|UniProtKB:Q8EFN3|UniProtKB:Q8PAL3|UniProtKB:P9WN85|UniProtKB:P33086|UniProtKB:Q9L2H5|UniProtKB:Q7BR72|UniProtKB:P0A9A9|UniProtKB:P54574|UniProtKB:P54479|UniProtKB:P74739 P Ferric uptake regulation protein UniProtKB:P54574|PTN002112470 protein NCBITaxon:224308 20210129 GO_Central negative regulation of transcription, DNA-templated -UniProtKB P54570 nudF GO:0006753 PMID:21873635 IBA PANTHER:PTN000217263|UniProtKB:Q9UKK9|TAIR:locus:2075840|TAIR:locus:2202487 P ADP-ribose pyrophosphatase UniProtKB:P54570|PTN000217374 protein NCBITaxon:224308 20200808 GO_Central nucleoside phosphate metabolic process -UniProtKB P54570 nudF GO:0005829 PMID:21873635 IBA PANTHER:PTN000217373|UniProtKB:P45799 C ADP-ribose pyrophosphatase UniProtKB:P54570|PTN000217374 protein NCBITaxon:224308 20180913 GO_Central cytosol -UniProtKB P54570 nudF GO:0019693 PMID:21873635 IBA PANTHER:PTN000217263|SGD:S000000315 P ADP-ribose pyrophosphatase UniProtKB:P54570|PTN000217374 protein NCBITaxon:224308 20200808 GO_Central ribose phosphate metabolic process -UniProtKB P54562 yqjY GO:0016747 PMID:21873635 IBA PANTHER:PTN002453816|UniProtKB:Q8ZPD3 F Uncharacterized protein YqjY UniProtKB:P54562|PTN001499144 protein NCBITaxon:224308 20170228 GO_Central transferase activity, transferring acyl groups other than amino-acyl groups -UniProtKB P54560 dinB2 GO:0003887 PMID:21873635 IBA PANTHER:PTN000117876|TAIR:locus:2031050|UniProtKB:P04152|UniProtKB:Q47155 F DNA polymerase IV 2 UniProtKB:P54560|PTN000118167 protein NCBITaxon:224308 20200807 GO_Central DNA-directed DNA polymerase activity -UniProtKB P54560 dinB2 GO:0009432 PMID:21873635 IBA PANTHER:PTN000118165|UniProtKB:P04152|UniProtKB:Q47155|UniProtKB:Q74CQ6|UniProtKB:Q8Y5T0 P DNA polymerase IV 2 UniProtKB:P54560|PTN000118167 protein NCBITaxon:224308 20200807 GO_Central SOS response -UniProtKB P54560 dinB2 GO:0042276 PMID:21873635 IBA PANTHER:PTN000117876|UniProtKB:Q47155|WB:WBGene00017696|UniProtKB:Q9UBT6 P DNA polymerase IV 2 UniProtKB:P54560|PTN000118167 protein NCBITaxon:224308 20200929 GO_Central error-prone translesion synthesis -UniProtKB P54556 coaA GO:0004594 PMID:21873635 IBA PANTHER:PTN000032311|UniProtKB:P0A6I3|UniProtKB:P9WPA7 F Pantothenate kinase UniProtKB:P54556|PTN000032312 protein NCBITaxon:224308 20170228 GO_Central pantothenate kinase activity -UniProtKB P54556 coaA GO:0015937 PMID:21873635 IBA PANTHER:PTN000032311|UniProtKB:P0A6I3|UniProtKB:P9WPA7 P Pantothenate kinase UniProtKB:P54556|PTN000032312 protein NCBITaxon:224308 20170228 GO_Central coenzyme A biosynthetic process -UniProtKB P54556 coaA GO:0005737 PMID:21873635 IBA PANTHER:PTN000032154|TAIR:locus:2028809|TAIR:locus:2049567|TAIR:locus:2195366|TAIR:locus:2034260|TAIR:locus:2084385|TAIR:locus:2164516|UniProtKB:P0A8F4|UniProtKB:P0A8F0|TAIR:locus:2086523|RGD:620742|TAIR:locus:2031541 C Pantothenate kinase UniProtKB:P54556|PTN000032312 protein NCBITaxon:224308 20210113 GO_Central cytoplasm -UniProtKB P54555 dsdA GO:0006567 PMID:21873635 IBA PANTHER:PTN000034171|UniProtKB:P0AGF6 P Probable D-serine dehydratase UniProtKB:P54555|PTN000034700 protein NCBITaxon:224308 20170228 GO_Central threonine catabolic process -UniProtKB P54555 dsdA GO:0003941 PMID:21873635 IBA PANTHER:PTN000034171|UniProtKB:P0AGF6 F Probable D-serine dehydratase UniProtKB:P54555|PTN000034700 protein NCBITaxon:224308 20170228 GO_Central L-serine ammonia-lyase activity -UniProtKB P54555 dsdA GO:0004794 PMID:21873635 IBA PANTHER:PTN000034171|UniProtKB:P0AGF6 F Probable D-serine dehydratase UniProtKB:P54555|PTN000034700 protein NCBITaxon:224308 20170228 GO_Central L-threonine ammonia-lyase activity -UniProtKB P54555 dsdA GO:0006565 PMID:21873635 IBA PANTHER:PTN000034171|UniProtKB:P0AGF6 P Probable D-serine dehydratase UniProtKB:P54555|PTN000034700 protein NCBITaxon:224308 20170228 GO_Central L-serine catabolic process -UniProtKB P54555 dsdA GO:0008721 PMID:21873635 IBA PANTHER:PTN000034699|UniProtKB:P00926|UniProtKB:Q9HYN9 F Probable D-serine dehydratase UniProtKB:P54555|PTN000034700 protein NCBITaxon:224308 20170228 GO_Central D-serine ammonia-lyase activity -UniProtKB P54555 dsdA GO:0036088 PMID:21873635 IBA PANTHER:PTN000034699|UniProtKB:P00926 P Probable D-serine dehydratase UniProtKB:P54555|PTN000034700 protein NCBITaxon:224308 20170228 GO_Central D-serine catabolic process -UniProtKB P54552 proI GO:0004735 PMID:21873635 IBA PANTHER:PTN000182176|UniProtKB:P32322|UniProtKB:Q53H96|UniProtKB:P9WHU7|SGD:S000000825|TAIR:locus:2185435|UniProtKB:P0A9L8 F Pyrroline-5-carboxylate reductase 2 UniProtKB:P54552|PTN000182336 protein NCBITaxon:224308 20190212 GO_Central pyrroline-5-carboxylate reductase activity -UniProtKB P54552 proI GO:0055129 PMID:21873635 IBA PANTHER:PTN000182176|UniProtKB:P0A9L8|UniProtKB:Q53H96 P Pyrroline-5-carboxylate reductase 2 UniProtKB:P54552|PTN000182336 protein NCBITaxon:224308 20190212 GO_Central L-proline biosynthetic process -UniProtKB P54550 namA GO:0005622 PMID:21873635 IBA PANTHER:PTN000527805|UniProtKB:Q5AY77 C NADPH dehydrogenase UniProtKB:P54550|PTN000527835 protein NCBITaxon:224308 20200810 GO_Central intracellular anatomical structure -UniProtKB P54545 dinB1 GO:0009432 PMID:21873635 IBA PANTHER:PTN000118165|UniProtKB:P04152|UniProtKB:Q47155|UniProtKB:Q74CQ6|UniProtKB:Q8Y5T0 P DNA polymerase IV 1 UniProtKB:P54545|PTN000118168 protein NCBITaxon:224308 20200807 GO_Central SOS response -UniProtKB P54545 dinB1 GO:0003887 PMID:21873635 IBA PANTHER:PTN000117876|TAIR:locus:2031050|UniProtKB:P04152|UniProtKB:Q47155 F DNA polymerase IV 1 UniProtKB:P54545|PTN000118168 protein NCBITaxon:224308 20200807 GO_Central DNA-directed DNA polymerase activity -UniProtKB P54545 dinB1 GO:0042276 PMID:21873635 IBA PANTHER:PTN000117876|UniProtKB:Q47155|WB:WBGene00017696|UniProtKB:Q9UBT6 P DNA polymerase IV 1 UniProtKB:P54545|PTN000118168 protein NCBITaxon:224308 20200929 GO_Central error-prone translesion synthesis -UniProtKB P54544 misCB GO:0005887 PMID:21873635 IBA PANTHER:PTN000276930|UniProtKB:P25714 C Membrane protein insertase MisCB UniProtKB:P54544|PTN000276932 protein NCBITaxon:224308 20181116 GO_Central integral component of plasma membrane -UniProtKB P54544 misCB GO:0051205 PMID:21873635 IBA PANTHER:PTN000276804|SGD:S000003294|UniProtKB:P25714|TAIR:locus:2100172|UniProtKB:Q8N8Q8|SGD:S000000956|PomBase:SPCC1442.15c P Membrane protein insertase MisCB UniProtKB:P54544|PTN000276932 protein NCBITaxon:224308 20200808 GO_Central protein insertion into membrane -UniProtKB P54544 misCB GO:0032977 PMID:21873635 IBA PANTHER:PTN000276804|SGD:S000003294|UniProtKB:P25714|UniProtKB:Q8N8Q8|PomBase:SPCC1442.15c|SGD:S000000956 F Membrane protein insertase MisCB UniProtKB:P54544|PTN000276932 protein NCBITaxon:224308 20181116 GO_Central membrane insertase activity -UniProtKB P54540 yqjC GO:0004493 PMID:21873635 IBA PANTHER:PTN000482927|UniProtKB:Q96PE7 F Uncharacterized protein YqjC UniProtKB:P54540|PTN000482978 protein NCBITaxon:224308 20180504 GO_Central methylmalonyl-CoA epimerase activity -UniProtKB P54540 yqjC GO:0046491 PMID:21873635 IBA PANTHER:PTN000482927|UniProtKB:Q96PE7 P Uncharacterized protein YqjC UniProtKB:P54540|PTN000482978 protein NCBITaxon:224308 20180504 GO_Central L-methylmalonyl-CoA metabolic process -UniProtKB P54539 yqjB GO:0071972 PMID:21873635 IBA PANTHER:PTN001255072|UniProtKB:O53638|UniProtKB:P0AAX8|UniProtKB:P39176|UniProtKB:P22525|UniProtKB:P75954|UniProtKB:P76193 F Putative L,D-transpeptidase YqjB UniProtKB:P54539|PTN001255070 protein NCBITaxon:224308 20200809 GO_Central peptidoglycan L,D-transpeptidase activity -UniProtKB P54539 yqjB GO:0018104 PMID:21873635 IBA PANTHER:PTN001255072|UniProtKB:O53638|UniProtKB:P0AAX8|UniProtKB:P39176|UniProtKB:P75954 P Putative L,D-transpeptidase YqjB UniProtKB:P54539|PTN001255070 protein NCBITaxon:224308 20170511 GO_Central peptidoglycan-protein cross-linking -UniProtKB P54536 artQ GO:0005886 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P45768|UniProtKB:P0AER5|UniProtKB:P45767|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P0AE30 C Arginine transport system permease protein ArtQ UniProtKB:P54536|PTN000770172 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P54536 artQ GO:0006865 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P0AEQ6|UniProtKB:Q9I487|UniProtKB:P0AFT2|UniProtKB:Q9I404|UniProtKB:Q9I403 P Arginine transport system permease protein ArtQ UniProtKB:P54536|PTN000770172 protein NCBITaxon:224308 20200809 GO_Central amino acid transport -UniProtKB P54533 bfmBC GO:0004148 PMID:21873635 IBA PANTHER:PTN000530299|UniProtKB:P0A9P0|TAIR:locus:2089030|UniProtKB:P9WHH9|RGD:735073|UniProtKB:Q8IAZ6|SGD:S000001876|UniProtKB:P09622|MGI:MGI:107450|UniProtKB:O81413 F Dihydrolipoyl dehydrogenase UniProtKB:P54533|PTN000530746 protein NCBITaxon:224308 20200219 GO_Central dihydrolipoyl dehydrogenase activity -UniProtKB P54533 bfmBC GO:0050660 PMID:21873635 IBA PANTHER:PTN000530299|UniProtKB:P9WHH9|UniProtKB:P27306|UniProtKB:P9WHH3|UniProtKB:P0A9P0|RGD:735073 F Dihydrolipoyl dehydrogenase UniProtKB:P54533|PTN000530746 protein NCBITaxon:224308 20200219 GO_Central flavin adenine dinucleotide binding -UniProtKB P54528 mmgF GO:0019629 PMID:21873635 IBA PANTHER:PTN001855076|UniProtKB:P77541|UniProtKB:Q56062 P 2-methylisocitrate lyase UniProtKB:P54528|PTN000493113 protein NCBITaxon:224308 20170228 GO_Central propionate catabolic process, 2-methylcitrate cycle -UniProtKB P54528 mmgF GO:0046421 PMID:21873635 IBA PANTHER:PTN001855076|UniProtKB:P77541|UniProtKB:Q8EJW1|UniProtKB:Q56062 F 2-methylisocitrate lyase UniProtKB:P54528|PTN000493113 protein NCBITaxon:224308 20200810 GO_Central methylisocitrate lyase activity -UniProtKB P54523 dxs GO:0008661 PMID:21873635 IBA PANTHER:PTN000179250|UniProtKB:P77488|UniProtKB:P9WNS3 F 1-deoxy-D-xylulose-5-phosphate synthase UniProtKB:P54523|PTN000179242 protein NCBITaxon:224308 20170511 GO_Central 1-deoxy-D-xylulose-5-phosphate synthase activity -UniProtKB P54523 dxs GO:0005829 PMID:21873635 IBA PANTHER:PTN000179250|UniProtKB:P77488 C 1-deoxy-D-xylulose-5-phosphate synthase UniProtKB:P54523|PTN000179242 protein NCBITaxon:224308 20170511 GO_Central cytosol -UniProtKB P54523 dxs GO:0016744 PMID:21873635 IBA PANTHER:PTN000179225|TAIR:locus:2130374|UniProtKB:P9WNS3|UniProtKB:P77488 F 1-deoxy-D-xylulose-5-phosphate synthase UniProtKB:P54523|PTN000179242 protein NCBITaxon:224308 20170511 GO_Central transferase activity, transferring aldehyde or ketonic groups -UniProtKB P54523 dxs GO:0019288 PMID:21873635 IBA PANTHER:PTN000179250|UniProtKB:P9WNS3|UniProtKB:P77488 P 1-deoxy-D-xylulose-5-phosphate synthase UniProtKB:P54523|PTN000179242 protein NCBITaxon:224308 20170511 GO_Central isopentenyl diphosphate biosynthetic process, methylerythritol 4-phosphate pathway -UniProtKB P54522 xseB GO:0008855 PMID:21873635 IBA PANTHER:PTN002148936|UniProtKB:P0A8G9 F Exodeoxyribonuclease 7 small subunit UniProtKB:P54522|PTN002148954 protein NCBITaxon:224308 20171208 GO_Central exodeoxyribonuclease VII activity -UniProtKB P54522 xseB GO:0005829 PMID:21873635 IBA PANTHER:PTN002148936|UniProtKB:P0A8G9 C Exodeoxyribonuclease 7 small subunit UniProtKB:P54522|PTN002148954 protein NCBITaxon:224308 20171208 GO_Central cytosol -UniProtKB P54520 nusB GO:0005829 PMID:21873635 IBA PANTHER:PTN000118200|UniProtKB:P0A780 C Transcription antitermination protein NusB UniProtKB:P54520|PTN000118201 protein NCBITaxon:224308 20190524 GO_Central cytosol -UniProtKB P54503 mgsR GO:0005829 PMID:21873635 IBA PANTHER:PTN001247286|UniProtKB:P76569 C Regulatory protein MgsR UniProtKB:P54503|PTN001574571 protein NCBITaxon:224308 20190822 GO_Central cytosol -UniProtKB P54497 yqgT GO:0005615 PMID:21873635 IBA PANTHER:PTN000194073|RGD:71035|UniProtKB:P15085 C Uncharacterized protein YqgT UniProtKB:P54497|PTN000194422 protein NCBITaxon:224308 20170228 GO_Central extracellular space -UniProtKB P54497 yqgT GO:0004181 PMID:21873635 IBA PANTHER:PTN000194073|UniProtKB:P48052|UniProtKB:Q8IVL8|ZFIN:ZDB-GENE-070619-6 F Uncharacterized protein YqgT UniProtKB:P54497|PTN000194422 protein NCBITaxon:224308 20170228 GO_Central metallocarboxypeptidase activity -UniProtKB P54497 yqgT GO:0006508 PMID:21873635 IBA PANTHER:PTN000194073|RGD:71035|UniProtKB:P15086|RGD:2388 P Uncharacterized protein YqgT UniProtKB:P54497|PTN000194422 protein NCBITaxon:224308 20200929 GO_Central proteolysis -UniProtKB P54493 gluP GO:0004252 PMID:21873635 IBA PANTHER:PTN002464329|SGD:S000003333 F Rhomboid protease GluP UniProtKB:P54493|PTN000533194 protein NCBITaxon:224308 20181004 GO_Central serine-type endopeptidase activity -UniProtKB P54490 yqgM GO:0016757 PMID:21873635 IBA PANTHER:PTN000749410|UniProtKB:Q9HTC0|UniProtKB:P9WMZ5|UniProtKB:P9WMY7|UniProtKB:Q8DPV9|UniProtKB:P9WMZ3|UniProtKB:P25740 F Uncharacterized glycosyltransferase YqgM UniProtKB:P54490|PTN004365380 protein NCBITaxon:224308 20200808 GO_Central transferase activity, transferring glycosyl groups -UniProtKB P54488 yqgF GO:0071972 PMID:21873635 IBA PANTHER:PTN000771407|UniProtKB:P0AD65 F Uncharacterized protein YqgF UniProtKB:P54488|PTN001256035 protein NCBITaxon:224308 20170828 GO_Central peptidoglycan L,D-transpeptidase activity -UniProtKB P54488 yqgF GO:0005887 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD65|UniProtKB:P0AD68 C Uncharacterized protein YqgF UniProtKB:P54488|PTN001256035 protein NCBITaxon:224308 20170828 GO_Central integral component of plasma membrane -UniProtKB P54488 yqgF GO:0071555 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD65 P Uncharacterized protein YqgF UniProtKB:P54488|PTN001256035 protein NCBITaxon:224308 20170828 GO_Central cell wall organization -UniProtKB P54488 yqgF GO:0008658 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD68|UniProtKB:P0AD65 F Uncharacterized protein YqgF UniProtKB:P54488|PTN001256035 protein NCBITaxon:224308 20170828 GO_Central penicillin binding -UniProtKB P54482 ispG GO:0046429 PMID:21873635 IBA PANTHER:PTN000765215|TAIR:locus:2175851|UniProtKB:P62620 F 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase (flavodoxin) UniProtKB:P54482|PTN000765216 protein NCBITaxon:224308 20170228 GO_Central 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase activity -UniProtKB P54482 ispG GO:0019288 PMID:21873635 IBA PANTHER:PTN000765215|UniProtKB:P62620 P 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase (flavodoxin) UniProtKB:P54482|PTN000765216 protein NCBITaxon:224308 20170228 GO_Central isopentenyl diphosphate biosynthetic process, methylerythritol 4-phosphate pathway -UniProtKB P54479 zur GO:0008270 PMID:21873635 IBA PANTHER:PTN002112386|UniProtKB:P0A9A9|UniProtKB:P9WN85 F Zinc-specific metallo-regulatory protein UniProtKB:P54479|PTN002112420 protein NCBITaxon:224308 20170502 GO_Central zinc ion binding -UniProtKB P54479 zur GO:1900376 PMID:21873635 IBA PANTHER:PTN002112386|UniProtKB:Q03456|UniProtKB:Q9HT74 P Zinc-specific metallo-regulatory protein UniProtKB:P54479|PTN002112420 protein NCBITaxon:224308 20200809 GO_Central regulation of secondary metabolite biosynthetic process -UniProtKB P54479 zur GO:0003700 PMID:21873635 IBA PANTHER:PTN002112386|UniProtKB:P0A9A9|UniProtKB:Q8PAL3|UniProtKB:Q7CQY3|UniProtKB:P33086|UniProtKB:P9WN85|UniProtKB:Q9L2H5|UniProtKB:P0A0S8|UniProtKB:P9WN87|UniProtKB:P0AC51|UniProtKB:H7C6Q1|UniProtKB:P71086|UniProtKB:Q8Y5U9|UniProtKB:P54479|UniProtKB:P54574 F Zinc-specific metallo-regulatory protein UniProtKB:P54479|PTN002112420 protein NCBITaxon:224308 20170502 GO_Central DNA-binding transcription factor activity -UniProtKB P54479 zur GO:0045892 PMID:21873635 IBA PANTHER:PTN002112386|UniProtKB:H7C6Q1|UniProtKB:Q9JZ70|UniProtKB:Q9HT74|UniProtKB:Q8Y5U9|UniProtKB:P0A0S8|UniProtKB:Q8EFN3|UniProtKB:Q8PAL3|UniProtKB:P9WN85|UniProtKB:P33086|UniProtKB:Q9L2H5|UniProtKB:Q7BR72|UniProtKB:P0A9A9|UniProtKB:P54574|UniProtKB:P54479|UniProtKB:P74739 P Zinc-specific metallo-regulatory protein UniProtKB:P54479|PTN002112420 protein NCBITaxon:224308 20210129 GO_Central negative regulation of transcription, DNA-templated -UniProtKB P54479 zur GO:0000976 PMID:21873635 IBA PANTHER:PTN002112386|UniProtKB:P0A0S8|UniProtKB:H7C6K3|UniProtKB:Q8Y5U9|UniProtKB:H7C6Q1|UniProtKB:P0AC51|UniProtKB:P71086|UniProtKB:P0A9A9|UniProtKB:P33086|UniProtKB:Q9L2H5|UniProtKB:P9WN85|UniProtKB:Q7CQY3|UniProtKB:Q8PAL3|UniProtKB:P54574|UniProtKB:Q03456|UniProtKB:P54479 F Zinc-specific metallo-regulatory protein UniProtKB:P54479|PTN002112420 protein NCBITaxon:224308 20170502 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P54476 nfo GO:0008081 PMID:21873635 IBA PANTHER:PTN000485019|SGD:S000001597|WB:WBGene00000151 F Probable endonuclease 4 UniProtKB:P54476|PTN000485048 protein NCBITaxon:224308 20200808 GO_Central phosphoric diester hydrolase activity -UniProtKB P54476 nfo GO:0003906 PMID:21873635 IBA PANTHER:PTN000485019|WB:WBGene00000151|SGD:S000001597 F Probable endonuclease 4 UniProtKB:P54476|PTN000485048 protein NCBITaxon:224308 20170228 GO_Central DNA-(apurinic or apyrimidinic site) endonuclease activity -UniProtKB P54476 nfo GO:0006284 PMID:21873635 IBA PANTHER:PTN000485019|WB:WBGene00000151|SGD:S000001597 P Probable endonuclease 4 UniProtKB:P54476|PTN000485048 protein NCBITaxon:224308 20170228 GO_Central base-excision repair -UniProtKB P54475 cshB GO:0000027 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6 P DEAD-box ATP-dependent RNA helicase CshB UniProtKB:P54475|PTN002777996 protein NCBITaxon:224308 20190430 GO_Central ribosomal large subunit assembly -UniProtKB P54475 cshB GO:0033592 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:Q55804|UniProtKB:P0A9P6 F DEAD-box ATP-dependent RNA helicase CshB UniProtKB:P54475|PTN002777996 protein NCBITaxon:224308 20190430 GO_Central RNA strand annealing activity -UniProtKB P54475 cshB GO:0003723 PMID:21873635 IBA PANTHER:PTN002776767|TAIR:locus:2010306|UniProtKB:P0A9P6|UniProtKB:Q55804|UniProtKB:P96614 F DEAD-box ATP-dependent RNA helicase CshB UniProtKB:P54475|PTN002777996 protein NCBITaxon:224308 20190430 GO_Central RNA binding -UniProtKB P54475 cshB GO:0003724 PMID:21873635 IBA PANTHER:PTN002776767|UniProtKB:P0A9P6|UniProtKB:Q55804|UniProtKB:P96614 F DEAD-box ATP-dependent RNA helicase CshB UniProtKB:P54475|PTN002777996 protein NCBITaxon:224308 20190430 GO_Central RNA helicase activity -UniProtKB P54475 cshB colocalizes_with GO:0005840 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:P96614 C DEAD-box ATP-dependent RNA helicase CshB UniProtKB:P54475|PTN002777996 protein NCBITaxon:224308 20190430 GO_Central ribosome -UniProtKB P54475 cshB GO:0005829 PMID:21873635 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6 C DEAD-box ATP-dependent RNA helicase CshB UniProtKB:P54475|PTN002777996 protein NCBITaxon:224308 20190430 GO_Central cytosol -UniProtKB P54465 yqeZ GO:0005886 PMID:21873635 IBA PANTHER:PTN002127337|UniProtKB:P0AAS3 C Uncharacterized protein YqeZ UniProtKB:P54465|PTN002127364 protein NCBITaxon:224308 20180110 GO_Central plasma membrane -UniProtKB P54462 mtaB GO:0035600 PMID:21873635 IBA PANTHER:PTN000228764|UniProtKB:P54462 P Threonylcarbamoyladenosine tRNA methylthiotransferase MtaB UniProtKB:P54462|PTN000228765 protein NCBITaxon:224308 20200929 GO_Central tRNA methylthiolation -UniProtKB P54462 mtaB GO:0035598 PMID:21873635 IBA PANTHER:PTN000228764|UniProtKB:P54462 F Threonylcarbamoyladenosine tRNA methylthiotransferase MtaB UniProtKB:P54462|PTN000228765 protein NCBITaxon:224308 20170228 GO_Central N6-threonylcarbomyladenosine methylthiotransferase activity -UniProtKB P54461 rsmE GO:0070475 PMID:21873635 IBA PANTHER:PTN001247051|UniProtKB:P0AGL7 P Ribosomal RNA small subunit methyltransferase E UniProtKB:P54461|PTN000768924 protein NCBITaxon:224308 20170228 GO_Central rRNA base methylation -UniProtKB P54461 rsmE GO:0070042 PMID:21873635 IBA PANTHER:PTN001247051|UniProtKB:P0AGL7 F Ribosomal RNA small subunit methyltransferase E UniProtKB:P54461|PTN000768924 protein NCBITaxon:224308 20170228 GO_Central rRNA (uridine-N3-)-methyltransferase activity -UniProtKB P54459 yqeN GO:0006261 PMID:21873635 IBA PANTHER:PTN002155705|UniProtKB:P28630 P Uncharacterized protein YqeN UniProtKB:P54459|PTN002155731 protein NCBITaxon:224308 20200625 GO_Central DNA-dependent DNA replication -UniProtKB P54459 yqeN GO:0009360 PMID:21873635 IBA PANTHER:PTN002155705|UniProtKB:P28630 C Uncharacterized protein YqeN UniProtKB:P54459|PTN002155731 protein NCBITaxon:224308 20200625 GO_Central DNA polymerase III complex -UniProtKB P54457 rsfS GO:0017148 PMID:21873635 IBA PANTHER:PTN000471516|UniProtKB:P0AAT6|UniProtKB:Q96EH3 P Ribosomal silencing factor RsfS UniProtKB:P54457|PTN000471563 protein NCBITaxon:224308 20170228 GO_Central negative regulation of translation -UniProtKB P54457 rsfS GO:0090071 PMID:21873635 IBA PANTHER:PTN000471516|UniProtKB:P0AAT6 P Ribosomal silencing factor RsfS UniProtKB:P54457|PTN000471563 protein NCBITaxon:224308 20170228 GO_Central negative regulation of ribosome biogenesis -UniProtKB P54457 rsfS GO:0043023 PMID:21873635 IBA PANTHER:PTN000471516|UniProtKB:P0AAT6 F Ribosomal silencing factor RsfS UniProtKB:P54457|PTN000471563 protein NCBITaxon:224308 20170228 GO_Central ribosomal large subunit binding -UniProtKB P54455 nadD GO:0004515 PMID:21873635 IBA PANTHER:PTN000247701|UniProtKB:Q9BZQ4|UniProtKB:F4K687|UniProtKB:P0A752|MGI:MGI:1913704|UniProtKB:Q96T66|UniProtKB:Q9HAN9 F Nicotinate-nucleotide adenylyltransferase UniProtKB:P54455|PTN000247819 protein NCBITaxon:224308 20170228 GO_Central nicotinate-nucleotide adenylyltransferase activity -UniProtKB P54455 nadD GO:0009435 PMID:21873635 IBA PANTHER:PTN000247701|SGD:S000003242|MGI:MGI:1913704|MGI:MGI:1921330|UniProtKB:P0A752|RGD:1307331|UniProtKB:F4K687|SGD:S000004320 P Nicotinate-nucleotide adenylyltransferase UniProtKB:P54455|PTN000247819 protein NCBITaxon:224308 20190319 GO_Central NAD biosynthetic process -UniProtKB P54455 nadD GO:0000309 PMID:21873635 IBA PANTHER:PTN000247701|FB:FBgn0039254|SGD:S000004320|UniProtKB:Q9HAN9|MGI:MGI:1921330|MGI:MGI:1913704|SGD:S000003242|UniProtKB:F4K687 F Nicotinate-nucleotide adenylyltransferase UniProtKB:P54455|PTN000247819 protein NCBITaxon:224308 20170228 GO_Central nicotinamide-nucleotide adenylyltransferase activity -UniProtKB P54449 yqeD GO:0016020 PMID:21873635 IBA PANTHER:PTN000293371|UniProtKB:P76221 C Uncharacterized protein YqeD UniProtKB:P54449|PTN000293563 protein NCBITaxon:224308 20200305 GO_Central membrane -UniProtKB P54449 yqeD GO:0005886 PMID:21873635 IBA PANTHER:PTN000293555|UniProtKB:P76221 C Uncharacterized protein YqeD UniProtKB:P54449|PTN000293563 protein NCBITaxon:224308 20200305 GO_Central plasma membrane -UniProtKB P54444 yrkQ GO:0000155 PMID:21873635 IBA PANTHER:PTN002557430|UniProtKB:P0AE82 F Sensor histidine kinase YrkQ UniProtKB:P54444|PTN000724632 protein NCBITaxon:224308 20171018 GO_Central phosphorelay sensor kinase activity -UniProtKB P54444 yrkQ GO:0005886 PMID:21873635 IBA PANTHER:PTN002557430|UniProtKB:P0AE82 C Sensor histidine kinase YrkQ UniProtKB:P54444|PTN000724632 protein NCBITaxon:224308 20201001 GO_Central plasma membrane -UniProtKB P54444 yrkQ GO:0016021 PMID:21873635 IBA PANTHER:PTN002557430|UniProtKB:P0AE82 C Sensor histidine kinase YrkQ UniProtKB:P54444|PTN000724632 protein NCBITaxon:224308 20171018 GO_Central integral component of membrane -UniProtKB P54443 yrkP GO:0005829 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P69228|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P0AE88 C Uncharacterized transcriptional regulatory protein YrkP UniProtKB:P54443|PTN000724417 protein NCBITaxon:224308 20170829 GO_Central cytosol -UniProtKB P54443 yrkP GO:0001216 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P21866|UniProtKB:P23836|UniProtKB:Q8EHJ3 F Uncharacterized transcriptional regulatory protein YrkP UniProtKB:P54443|PTN000724417 protein NCBITaxon:224308 20170829 GO_Central DNA-binding transcription activator activity -UniProtKB P54443 yrkP GO:0032993 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EHJ3|UniProtKB:Q8EE50 C Uncharacterized transcriptional regulatory protein YrkP UniProtKB:P54443|PTN000724417 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex -UniProtKB P54443 yrkP GO:0000156 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P30843|UniProtKB:P0A9Q1|UniProtKB:O07776|UniProtKB:P38684|UniProtKB:Q9I2U3|UniProtKB:P0AA16 F Uncharacterized transcriptional regulatory protein YrkP UniProtKB:P54443|PTN000724417 protein NCBITaxon:224308 20170829 GO_Central phosphorelay response regulator activity -UniProtKB P54443 yrkP GO:0000976 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P21866|UniProtKB:P69228|UniProtKB:P08368|UniProtKB:Q8EE50|UniProtKB:Q8EHJ3|UniProtKB:Q04803|UniProtKB:P23836|UniProtKB:P0A9Q1|UniProtKB:O24973 F Uncharacterized transcriptional regulatory protein YrkP UniProtKB:P54443|PTN000724417 protein NCBITaxon:224308 20200810 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P54439 yrkL GO:0003955 PMID:21873635 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F Uncharacterized NAD(P)H oxidoreductase YrkL UniProtKB:P54439|PTN000024587 protein NCBITaxon:224308 20180413 GO_Central NAD(P)H dehydrogenase (quinone) activity -UniProtKB P54439 yrkL GO:0009055 PMID:21873635 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F Uncharacterized NAD(P)H oxidoreductase YrkL UniProtKB:P54439|PTN000024587 protein NCBITaxon:224308 20180413 GO_Central electron transfer activity -UniProtKB P54439 yrkL GO:0010181 PMID:21873635 IBA PANTHER:PTN000785312|UniProtKB:P0A754 F Uncharacterized NAD(P)H oxidoreductase YrkL UniProtKB:P54439|PTN000024587 protein NCBITaxon:224308 20180413 GO_Central FMN binding -UniProtKB P54439 yrkL GO:0032414 PMID:21873635 IBA PANTHER:PTN000785312|UniProtKB:P0A754 P Uncharacterized NAD(P)H oxidoreductase YrkL UniProtKB:P54439|PTN000024587 protein NCBITaxon:224308 20170616 GO_Central positive regulation of ion transmembrane transporter activity -UniProtKB P54427 ybxI GO:0005887 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD65|UniProtKB:P0AD68 C Probable beta-lactamase YbxI UniProtKB:P54427|PTN002024682 protein NCBITaxon:224308 20170828 GO_Central integral component of plasma membrane -UniProtKB P54427 ybxI GO:0008658 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD68|UniProtKB:P0AD65 F Probable beta-lactamase YbxI UniProtKB:P54427|PTN002024682 protein NCBITaxon:224308 20170828 GO_Central penicillin binding -UniProtKB P54427 ybxI GO:0071555 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD65 P Probable beta-lactamase YbxI UniProtKB:P54427|PTN002024682 protein NCBITaxon:224308 20170828 GO_Central cell wall organization -UniProtKB P54421 lytE GO:0008932 PMID:21873635 IBA PANTHER:PTN002330604|UniProtKB:P0AEZ7 F Probable peptidoglycan endopeptidase LytE UniProtKB:P54421|PTN000494718 protein NCBITaxon:224308 20171201 GO_Central lytic endotransglycosylase activity -UniProtKB P54419 metK GO:0005829 PMID:21873635 IBA PANTHER:PTN000239344|TAIR:locus:2058011|TAIR:locus:2196160|UniProtKB:P0A817|RGD:619985|RGD:3050 C S-adenosylmethionine synthase UniProtKB:P54419|PTN000239468 protein NCBITaxon:224308 20200929 GO_Central cytosol -UniProtKB P54419 metK GO:0006556 PMID:21873635 IBA PANTHER:PTN000239344|SGD:S000002910|UniProtKB:Q00266|MGI:MGI:2443731|UniProtKB:P0A817|RGD:619985|UniProtKB:P31153|RGD:3050|SGD:S000004170|FB:FBgn0005278|UniProtKB:Q7K6A4 P S-adenosylmethionine synthase UniProtKB:P54419|PTN000239468 protein NCBITaxon:224308 20200317 GO_Central S-adenosylmethionine biosynthetic process -UniProtKB P54419 metK GO:0004478 PMID:21873635 IBA PANTHER:PTN000239344|SGD:S000002910|MGI:MGI:2443731|UniProtKB:Q00266|RGD:3050|SGD:S000004170|UniProtKB:P31153|RGD:619985|UniProtKB:P0A817|TAIR:locus:2196160|PomBase:SPBC14F5.05c|TAIR:locus:2058011 F S-adenosylmethionine synthase UniProtKB:P54419|PTN000239468 protein NCBITaxon:224308 20170228 GO_Central methionine adenosyltransferase activity -UniProtKB P54394 dinG GO:0003678 PMID:21873635 IBA PANTHER:PTN000158192|SGD:S000000973|UniProtKB:P27296|MGI:MGI:2139369|UniProtKB:Q8I2H7|UniProtKB:Q96FC9|SGD:S000005929|UniProtKB:P18074|UniProtKB:Q9NZ71|UniProtKB:A0A1D8PQH0 F 3'-5' exonuclease DinG UniProtKB:P54394|PTN000158446 protein NCBITaxon:224308 20180220 GO_Central DNA helicase activity -UniProtKB P54383 ispA GO:0004659 PMID:21873635 IBA PANTHER:PTN000243243|TAIR:locus:2115450|TAIR:locus:2010182|TAIR:locus:2046258|UniProtKB:Q9LUD9|UniProtKB:P22939|UniProtKB:Q9WY08|TAIR:locus:2048993 F Farnesyl diphosphate synthase UniProtKB:P54383|PTN000243334 protein NCBITaxon:224308 20170228 GO_Central prenyltransferase activity -UniProtKB P54381 glyS GO:0005829 PMID:21873635 IBA PANTHER:PTN000763960|UniProtKB:P00961 C Glycine--tRNA ligase beta subunit UniProtKB:P54381|PTN001247853 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P54377 gcvPB GO:0004375 PMID:21873635 IBA PANTHER:PTN000206531|RGD:1308660|UniProtKB:P33195|UniProtKB:P23378|SGD:S000004801 F Probable glycine dehydrogenase (decarboxylating) subunit 2 UniProtKB:P54377|PTN000206598 protein NCBITaxon:224308 20170228 GO_Central glycine dehydrogenase (decarboxylating) activity -UniProtKB P54377 gcvPB GO:0005960 PMID:21873635 IBA PANTHER:PTN000206531|RGD:1308660 C Probable glycine dehydrogenase (decarboxylating) subunit 2 UniProtKB:P54377|PTN000206598 protein NCBITaxon:224308 20170228 GO_Central glycine cleavage complex -UniProtKB P54377 gcvPB GO:0016594 PMID:21873635 IBA PANTHER:PTN000206531|RGD:1308660 F Probable glycine dehydrogenase (decarboxylating) subunit 2 UniProtKB:P54377|PTN000206598 protein NCBITaxon:224308 20170228 GO_Central glycine binding -UniProtKB P54377 gcvPB GO:0030170 PMID:21873635 IBA PANTHER:PTN000206531|RGD:1308660 F Probable glycine dehydrogenase (decarboxylating) subunit 2 UniProtKB:P54377|PTN000206598 protein NCBITaxon:224308 20180904 GO_Central pyridoxal phosphate binding -UniProtKB P54377 gcvPB GO:0019464 PMID:21873635 IBA PANTHER:PTN000206531|RGD:1308660|SGD:S000004801 P Probable glycine dehydrogenase (decarboxylating) subunit 2 UniProtKB:P54377|PTN000206598 protein NCBITaxon:224308 20170228 GO_Central glycine decarboxylation via glycine cleavage system -UniProtKB P54377 gcvPB GO:0005829 PMID:21873635 IBA PANTHER:PTN000206531|UniProtKB:P33195 C Probable glycine dehydrogenase (decarboxylating) subunit 2 UniProtKB:P54377|PTN000206598 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P54374 aroE GO:0004764 PMID:21873635 IBA PANTHER:PTN000472519|UniProtKB:P0A6D5|UniProtKB:I6Y120|TAIR:locus:2081036|UniProtKB:P15770|UniProtKB:P25415|UniProtKB:O67049 F Shikimate dehydrogenase (NADP(+)) UniProtKB:P54374|PTN000472537 protein NCBITaxon:224308 20200808 GO_Central shikimate 3-dehydrogenase (NADP+) activity -UniProtKB P54374 aroE GO:0019632 PMID:21873635 IBA PANTHER:PTN000472519|UniProtKB:O67049|UniProtKB:P15770|TAIR:locus:2081036 P Shikimate dehydrogenase (NADP(+)) UniProtKB:P54374|PTN000472537 protein NCBITaxon:224308 20201205 GO_Central shikimate metabolic process -UniProtKB P54374 aroE GO:0009423 PMID:21873635 IBA PANTHER:PTN000472519|UniProtKB:O67049|UniProtKB:P15770 P Shikimate dehydrogenase (NADP(+)) UniProtKB:P54374|PTN000472537 protein NCBITaxon:224308 20201205 GO_Central chorismate biosynthetic process -UniProtKB P54374 aroE GO:0005829 PMID:21873635 IBA PANTHER:PTN001464795|UniProtKB:P15770 C Shikimate dehydrogenase (NADP(+)) UniProtKB:P54374|PTN000472537 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P54374 aroE GO:0050661 PMID:21873635 IBA PANTHER:PTN001464795|UniProtKB:O67049 F Shikimate dehydrogenase (NADP(+)) UniProtKB:P54374|PTN000472537 protein NCBITaxon:224308 20170228 GO_Central NADP binding -UniProtKB P54304 hemW GO:0005737 PMID:21873635 IBA PANTHER:PTN000358281|UniProtKB:P32131 C Heme chaperone HemW UniProtKB:P54304|PTN000358315 protein NCBITaxon:224308 20200304 GO_Central cytoplasm -UniProtKB P54304 hemW GO:0051539 PMID:21873635 IBA PANTHER:PTN000358281|UniProtKB:P32131|UniProtKB:P52062|UniProtKB:P73245|UniProtKB:P74132 F Heme chaperone HemW UniProtKB:P54304|PTN000358315 protein NCBITaxon:224308 20200304 GO_Central 4 iron, 4 sulfur cluster binding -UniProtKB P54304 hemW GO:0006779 PMID:21873635 IBA PANTHER:PTN000358281|UniProtKB:P73245|UniProtKB:P32131|UniProtKB:P54304|UniProtKB:P74132|UniProtKB:P0A1E1 P Heme chaperone HemW UniProtKB:P54304|PTN000358315 protein NCBITaxon:224308 20200304 GO_Central porphyrin-containing compound biosynthetic process -UniProtKB P54182 ypoP GO:0006355 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4|UniProtKB:P0A8W2|UniProtKB:Q8EI70|UniProtKB:P27245|UniProtKB:P11065 P Uncharacterized HTH-type transcriptional regulator YpoP UniProtKB:P54182|PTN002109463 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB P54182 ypoP GO:0006950 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YpoP UniProtKB:P54182|PTN002109463 protein NCBITaxon:224308 20170228 GO_Central response to stress -UniProtKB P54182 ypoP GO:0000976 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4 F Uncharacterized HTH-type transcriptional regulator YpoP UniProtKB:P54182|PTN002109463 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P54169 ypgR GO:0016491 PMID:21873635 IBA PANTHER:PTN000294524|FB:FBgn0261479|SGD:S000003831|UniProtKB:Q9BU89 F Uncharacterized protein YpgR UniProtKB:P54169|PTN000294608 protein NCBITaxon:224308 20200808 GO_Central oxidoreductase activity -UniProtKB P54167 metAA GO:0008899 PMID:21873635 IBA PANTHER:PTN000467771|UniProtKB:P07623 F Homoserine O-acetyltransferase UniProtKB:P54167|PTN000467772 protein NCBITaxon:224308 20170228 GO_Central homoserine O-succinyltransferase activity -UniProtKB P54157 bcsA GO:0016747 PMID:21873635 IBA PANTHER:PTN000222417|TAIR:locus:2159098|UniProtKB:Q9FCA7|TAIR:locus:2205588|TAIR:locus:2116845 F Putative chalcone synthase UniProtKB:P54157|PTN001725533 protein NCBITaxon:224308 20200918 GO_Central transferase activity, transferring acyl groups other than amino-acyl groups -UniProtKB P54157 bcsA GO:0030639 PMID:21873635 IBA PANTHER:PTN000222417|TAIR:locus:2205588|TAIR:locus:2116845 P Putative chalcone synthase UniProtKB:P54157|PTN001725533 protein NCBITaxon:224308 20200918 GO_Central polyketide biosynthetic process -UniProtKB P54154 msrA GO:0036456 PMID:21873635 IBA PANTHER:PTN000019085|PomBase:SPAC29E6.05c|UniProtKB:P0A744 F Peptide methionine sulfoxide reductase MsrA UniProtKB:P54154|PTN000019325 protein NCBITaxon:224308 20181029 GO_Central L-methionine-(S)-S-oxide reductase activity -UniProtKB P54154 msrA GO:0005737 PMID:21873635 IBA PANTHER:PTN000019085|TAIR:locus:2183409|RGD:70979|UniProtKB:Q57YH5|MGI:MGI:106916|SGD:S000000844|UniProtKB:P0A744|UniProtKB:Q336R9|UniProtKB:Q9UJ68|TAIR:locus:2117313 C Peptide methionine sulfoxide reductase MsrA UniProtKB:P54154|PTN000019325 protein NCBITaxon:224308 20200809 GO_Central cytoplasm -UniProtKB P54154 msrA GO:0034599 PMID:21873635 IBA PANTHER:PTN000019085|TAIR:locus:2183409|TAIR:locus:2117313|PomBase:SPAC29E6.05c|FB:FBgn0000565|SGD:S000000844|UniProtKB:Q9HUF1 P Peptide methionine sulfoxide reductase MsrA UniProtKB:P54154|PTN000019325 protein NCBITaxon:224308 20181029 GO_Central cellular response to oxidative stress -UniProtKB P54154 msrA GO:0008113 PMID:21873635 IBA PANTHER:PTN000019085|MGI:MGI:106916|RGD:70979|TAIR:locus:2117313|UniProtKB:Q336R9|FB:FBgn0000565|UniProtKB:P0A744|WB:WBGene00018393|SGD:S000000844|TAIR:locus:2183409|UniProtKB:P9WJM5|TAIR:locus:2183419 F Peptide methionine sulfoxide reductase MsrA UniProtKB:P54154|PTN000019325 protein NCBITaxon:224308 20200809 GO_Central peptide-methionine (S)-S-oxide reductase activity -UniProtKB P19406 phoA GO:0016311 PMID:21873635 IBA PANTHER:PTN000174527|RGD:2099|UniProtKB:Q29486|SGD:S000002889|UniProtKB:P00634 P Alkaline phosphatase 4 UniProtKB:P19406|PTN000174684 protein NCBITaxon:224308 20191022 GO_Central dephosphorylation -UniProtKB P19406 phoA GO:0004035 PMID:21873635 IBA PANTHER:PTN000174527|dictyBase:DDB_G0278495|PomBase:SPBC14F5.13c|RGD:621650|RGD:2100|UniProtKB:P10696|RGD:2099|SGD:S000002889|UniProtKB:Q92058|UniProtKB:Q29486|MGI:MGI:108009|UniProtKB:P00634|FB:FBgn0283479|UniProtKB:P05187|FB:FBgn0283480|UniProtKB:P09487|MGI:MGI:87983 F Alkaline phosphatase 4 UniProtKB:P19406|PTN000174684 protein NCBITaxon:224308 20200807 GO_Central alkaline phosphatase activity -UniProtKB P55910 lctP GO:0015295 PMID:21873635 IBA PANTHER:PTN000768163|UniProtKB:P33231|UniProtKB:Q46839 F L-lactate permease UniProtKB:P55910|PTN001246386 protein NCBITaxon:224308 20181018 GO_Central solute:proton symporter activity -UniProtKB P55910 lctP GO:0005886 PMID:21873635 IBA PANTHER:PTN000768163|UniProtKB:Q46839|UniProtKB:P33231 C L-lactate permease UniProtKB:P55910|PTN001246386 protein NCBITaxon:224308 20181018 GO_Central plasma membrane -UniProtKB P55910 lctP GO:0015129 PMID:21873635 IBA PANTHER:PTN000768163|UniProtKB:Q46839|UniProtKB:P33231 F L-lactate permease UniProtKB:P55910|PTN001246386 protein NCBITaxon:224308 20181018 GO_Central lactate transmembrane transporter activity -UniProtKB P55908 ycgA GO:0005886 PMID:21873635 IBA PANTHER:PTN000815170|UniProtKB:P0AFU2|UniProtKB:P39263 C Uncharacterized protein YcgA UniProtKB:P55908|PTN000032063 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB P55874 rpmI GO:0015934 PMID:21873635 IBA PANTHER:PTN002119257|SGD:S000005066|UniProtKB:P0A7Q1 C 50S ribosomal protein L35 UniProtKB:P55874|PTN002119322 protein NCBITaxon:224308 20200809 GO_Central large ribosomal subunit -UniProtKB P55874 rpmI GO:0022625 PMID:21873635 IBA PANTHER:PTN002119294|UniProtKB:P0A7Q1 C 50S ribosomal protein L35 UniProtKB:P55874|PTN002119322 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P55874 rpmI GO:0003735 PMID:21873635 IBA PANTHER:PTN002119257|SGD:S000005066|UniProtKB:P0A7Q1 F 50S ribosomal protein L35 UniProtKB:P55874|PTN002119322 protein NCBITaxon:224308 20200809 GO_Central structural constituent of ribosome -UniProtKB P55873 rplT GO:0022625 PMID:21873635 IBA PANTHER:PTN000105897|UniProtKB:P0A7L3 C 50S ribosomal protein L20 UniProtKB:P55873|PTN000105898 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB P55873 rplT GO:0003735 PMID:21873635 IBA PANTHER:PTN000105838|UniProtKB:P0A7L3 F 50S ribosomal protein L20 UniProtKB:P55873|PTN000105898 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome -UniProtKB P55873 rplT GO:0000027 PMID:21873635 IBA PANTHER:PTN000105838|UniProtKB:P0A7L3 P 50S ribosomal protein L20 UniProtKB:P55873|PTN000105898 protein NCBITaxon:224308 20170228 GO_Central ribosomal large subunit assembly -UniProtKB P55872 infC GO:0032790 PMID:21873635 IBA PANTHER:PTN000101471|UniProtKB:P0A707|UniProtKB:Q9H2K0 P Translation initiation factor IF-3 UniProtKB:P55872|PTN000101521 protein NCBITaxon:224308 20170228 GO_Central ribosome disassembly -UniProtKB P55872 infC GO:0003743 PMID:21873635 IBA PANTHER:PTN000101471|TAIR:locus:2061380|PomBase:SPBC18E5.13|UniProtKB:P0A707 F Translation initiation factor IF-3 UniProtKB:P55872|PTN000101521 protein NCBITaxon:224308 20200807 GO_Central translation initiation factor activity -UniProtKB P55872 infC GO:0005829 PMID:21873635 IBA PANTHER:PTN000101520|UniProtKB:P0A707 C Translation initiation factor IF-3 UniProtKB:P55872|PTN000101521 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P55872 infC GO:0043022 PMID:21873635 IBA PANTHER:PTN000101471|PomBase:SPBC18E5.13|UniProtKB:Q8IB86|UniProtKB:P0A707 F Translation initiation factor IF-3 UniProtKB:P55872|PTN000101521 protein NCBITaxon:224308 20170228 GO_Central ribosome binding -UniProtKB P46905 yccK GO:0005829 PMID:21873635 IBA PANTHER:PTN000199613|UniProtKB:P77735|UniProtKB:P76187 C Uncharacterized oxidoreductase YccK UniProtKB:P46905|PTN000199633 protein NCBITaxon:224308 20170616 GO_Central cytosol -UniProtKB P46914 cotS GO:0042601 PMID:21873635 IBA PANTHER:PTN002216705|UniProtKB:O32123 C Spore coat protein S UniProtKB:P46914|PTN002216717 protein NCBITaxon:224308 20170906 GO_Central endospore-forming forespore -UniProtKB P46917 ggaA GO:0016757 PMID:21873635 IBA PANTHER:PTN000531320|UniProtKB:P26401|UniProtKB:Q9I4V9|UniProtKB:Q9ZB73|UniProtKB:P9WMX7|UniProtKB:O53585|UniProtKB:Q9HUG5|UniProtKB:P11290|UniProtKB:Q9I5M1|UniProtKB:P71239|UniProtKB:P77414 F Minor teichoic acid biosynthesis protein GgaA UniProtKB:P46917|PTN000531250 protein NCBITaxon:224308 20200930 GO_Central transferase activity, transferring glycosyl groups -UniProtKB O34931 tcyM GO:0006865 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P0AEQ6|UniProtKB:Q9I487|UniProtKB:P0AFT2|UniProtKB:Q9I404|UniProtKB:Q9I403 P L-cystine transport system permease protein TcyM UniProtKB:O34931|PTN001255430 protein NCBITaxon:224308 20200809 GO_Central amino acid transport -UniProtKB O34931 tcyM GO:0005886 PMID:21873635 IBA PANTHER:PTN000770159|UniProtKB:P45768|UniProtKB:P0AER5|UniProtKB:P45767|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P0AE30 C L-cystine transport system permease protein TcyM UniProtKB:O34931|PTN001255430 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O34932 coaE GO:0004140 PMID:21873635 IBA PANTHER:PTN000075336|UniProtKB:Q13057|MGI:MGI:1918993|TAIR:locus:2038663|UniProtKB:P0A6I9|UniProtKB:Q8MIR4|UniProtKB:P9WPA3 F Dephospho-CoA kinase UniProtKB:O34932|PTN000075451 protein NCBITaxon:224308 20170228 GO_Central dephospho-CoA kinase activity -UniProtKB O34932 coaE GO:0015937 PMID:21873635 IBA PANTHER:PTN000075336|MGI:MGI:1918993|TAIR:locus:2062165|UniProtKB:P0A6I9|UniProtKB:Q13057|SGD:S000002604|TAIR:locus:2038663|SGD:S000003509|UniProtKB:P9WPA3 P Dephospho-CoA kinase UniProtKB:O34932|PTN000075451 protein NCBITaxon:224308 20170228 GO_Central coenzyme A biosynthetic process -UniProtKB O34994 ccpN GO:0045013 PMID:21873635 IBA PANTHER:PTN001727730|UniProtKB:O34994 P Transcriptional repressor CcpN UniProtKB:O34994|PTN000227071 protein NCBITaxon:224308 20170828 GO_Central carbon catabolite repression of transcription -UniProtKB P54418 pckA GO:0004612 PMID:21873635 IBA PANTHER:PTN000768953|UniProtKB:P22259|TAIR:locus:2137594|SGD:S000001805 F Phosphoenolpyruvate carboxykinase (ATP) UniProtKB:P54418|PTN001247145 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate carboxykinase (ATP) activity -UniProtKB P54418 pckA GO:0005829 PMID:21873635 IBA PANTHER:PTN000768953|SGD:S000001805|UniProtKB:P22259|TAIR:locus:2137594 C Phosphoenolpyruvate carboxykinase (ATP) UniProtKB:P54418|PTN001247145 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P54418 pckA GO:0006094 PMID:21873635 IBA PANTHER:PTN000768953|UniProtKB:P22259|SGD:S000001805 P Phosphoenolpyruvate carboxykinase (ATP) UniProtKB:P54418|PTN001247145 protein NCBITaxon:224308 20170228 GO_Central gluconeogenesis -UniProtKB P55343 mraZ GO:0003700 PMID:21873635 IBA PANTHER:PTN002162879|UniProtKB:P22186 F Transcriptional regulator MraZ UniProtKB:P55343|PTN002162891 protein NCBITaxon:224308 20170228 GO_Central DNA-binding transcription factor activity -UniProtKB P55343 mraZ GO:2000143 PMID:21873635 IBA PANTHER:PTN002162879|UniProtKB:P22186 P Transcriptional regulator MraZ UniProtKB:P55343|PTN002162891 protein NCBITaxon:224308 20170228 GO_Central negative regulation of DNA-templated transcription, initiation -UniProtKB P55343 mraZ GO:0000976 PMID:21873635 IBA PANTHER:PTN002162879|UniProtKB:P22186 F Transcriptional regulator MraZ UniProtKB:P55343|PTN002162891 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P55181 yxjO GO:0000976 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:G3XCU6|UniProtKB:Q9I1R1|UniProtKB:Q9HZ15|UniProtKB:P39376 F Uncharacterized HTH-type transcriptional regulator YxjO UniProtKB:P55181|PTN001248444 protein NCBITaxon:224308 20190829 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB P55181 yxjO GO:0006355 PMID:21873635 IBA PANTHER:PTN001248394|UniProtKB:P72131|UniProtKB:P67662|UniProtKB:P67660|UniProtKB:P0A9F9|UniProtKB:P39376|UniProtKB:G3XCU6 P Uncharacterized HTH-type transcriptional regulator YxjO UniProtKB:P55181|PTN001248444 protein NCBITaxon:224308 20190829 GO_Central regulation of transcription, DNA-templated -UniProtKB P55180 galE GO:0003978 PMID:21873635 IBA PANTHER:PTN000041817|UniProtKB:Q14376|PomBase:SPBPB2B2.12c|UniProtKB:P09147|MGI:MGI:1921496|TAIR:locus:2015253|WB:WBGene00008132|TAIR:locus:2014235|TAIR:locus:2123466|TAIR:locus:2138121|SGD:S000000223|UniProtKB:A0A1D8PCN0|TAIR:locus:2010371|FB:FBgn0035147|PomBase:SPBC365.14c F UDP-glucose 4-epimerase UniProtKB:P55180|PTN000041923 protein NCBITaxon:224308 20181004 GO_Central UDP-glucose 4-epimerase activity -UniProtKB P55180 galE GO:0033499 PMID:21873635 IBA PANTHER:PTN000041817|UniProtKB:P09147|SGD:S000000223 P UDP-glucose 4-epimerase UniProtKB:P55180|PTN000041923 protein NCBITaxon:224308 20181004 GO_Central galactose catabolic process via UDP-galactose -UniProtKB P55180 galE GO:0005829 PMID:21873635 IBA PANTHER:PTN000041817|TAIR:locus:2010371|SGD:S000000223|TAIR:locus:2138121|UniProtKB:P09147 C UDP-glucose 4-epimerase UniProtKB:P55180|PTN000041923 protein NCBITaxon:224308 20201206 GO_Central cytosol -UniProtKB P55179 pepT GO:0005829 PMID:21873635 IBA PANTHER:PTN000110844|UniProtKB:P29745 C Peptidase T UniProtKB:P55179|PTN000110845 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P55179 pepT GO:0045148 PMID:21873635 IBA PANTHER:PTN000110844|UniProtKB:P29745 F Peptidase T UniProtKB:P55179|PTN000110845 protein NCBITaxon:224308 20170228 GO_Central tripeptide aminopeptidase activity -UniProtKB P55069 citM GO:0016021 PMID:21873635 IBA PANTHER:PTN000031793|FB:FBgn0036816|RGD:628786 C Mg(2+)/citrate complex secondary transporter UniProtKB:P55069|PTN000032055 protein NCBITaxon:224308 20170228 GO_Central integral component of membrane -UniProtKB P55069 citM GO:0098656 PMID:21873635 IBA PANTHER:PTN000031793|UniProtKB:Q13183|SGD:S000005296|SGD:S000000633|MGI:MGI:2149635|RGD:628786|UniProtKB:Q8WWT9|MGI:MGI:1276558 P Mg(2+)/citrate complex secondary transporter UniProtKB:P55069|PTN000032055 protein NCBITaxon:224308 20200807 GO_Central anion transmembrane transport -UniProtKB P50735 gudB GO:0006538 PMID:21873635 IBA PANTHER:PTN000176230|PomBase:SPCC132.04c|UniProtKB:P49448|UniProtKB:P00367|UniProtKB:A0A1D8PI00 P Cryptic catabolic NAD-specific glutamate dehydrogenase GudB UniProtKB:P50735|PTN000176334 protein NCBITaxon:224308 20201024 GO_Central glutamate catabolic process -UniProtKB P50735 gudB GO:0004352 PMID:21873635 IBA PANTHER:PTN000176230|UniProtKB:A0A1D8PI00|TAIR:locus:2183379|SGD:S000002374|UniProtKB:P50735|FB:FBgn0001098|UniProtKB:P00367|RGD:2708|MGI:MGI:95753|PomBase:SPCC132.04c|UniProtKB:Q5AW79|UniProtKB:P39633|UniProtKB:P49448 F Cryptic catabolic NAD-specific glutamate dehydrogenase GudB UniProtKB:P50735|PTN000176334 protein NCBITaxon:224308 20201024 GO_Central glutamate dehydrogenase (NAD+) activity -UniProtKB P50863 salA GO:0016226 PMID:21873635 IBA PANTHER:PTN002452332|TAIR:locus:2087148 P Iron-sulfur cluster carrier protein UniProtKB:P50863|PTN000586481 protein NCBITaxon:224308 20170828 GO_Central iron-sulfur cluster assembly -UniProtKB P50863 salA GO:0051539 PMID:21873635 IBA PANTHER:PTN002452332|UniProtKB:Q8TB37 F Iron-sulfur cluster carrier protein UniProtKB:P50863|PTN000586481 protein NCBITaxon:224308 20170828 GO_Central 4 iron, 4 sulfur cluster binding -UniProtKB Q9KWZ1 nadA GO:0051539 PMID:21873635 IBA PANTHER:PTN000778111|UniProtKB:P11458|TAIR:locus:2157747|UniProtKB:P9WJK1 F Quinolinate synthase A UniProtKB:Q9KWZ1|PTN000778118 protein NCBITaxon:224308 20170228 GO_Central 4 iron, 4 sulfur cluster binding -UniProtKB Q9KWZ1 nadA GO:0008987 PMID:21873635 IBA PANTHER:PTN000778111|TAIR:locus:2157747|UniProtKB:P11458|UniProtKB:P9WJK1 F Quinolinate synthase A UniProtKB:Q9KWZ1|PTN000778118 protein NCBITaxon:224308 20170228 GO_Central quinolinate synthetase A activity -UniProtKB Q9KWZ1 nadA GO:0005829 PMID:21873635 IBA PANTHER:PTN000778117|UniProtKB:P11458 C Quinolinate synthase A UniProtKB:Q9KWZ1|PTN000778118 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB Q9KWZ1 nadA GO:0034628 PMID:21873635 IBA PANTHER:PTN000778111|UniProtKB:P9WJK1|UniProtKB:P11458 P Quinolinate synthase A UniProtKB:Q9KWZ1|PTN000778118 protein NCBITaxon:224308 20170228 GO_Central 'de novo' NAD biosynthetic process from aspartate -UniProtKB Q9KWU4 pyc GO:0006090 PMID:21873635 IBA PANTHER:PTN001821692|RGD:3262 P Pyruvate carboxylase UniProtKB:Q9KWU4|PTN000429494 protein NCBITaxon:224308 20181004 GO_Central pyruvate metabolic process -UniProtKB Q9KWU4 pyc GO:0004736 PMID:21873635 IBA PANTHER:PTN001821692|SGD:S000000422|FB:FBgn0027580|RGD:3262|SGD:S000003030 F Pyruvate carboxylase UniProtKB:Q9KWU4|PTN000429494 protein NCBITaxon:224308 20181004 GO_Central pyruvate carboxylase activity -UniProtKB Q9KWU4 pyc GO:0005737 PMID:21873635 IBA PANTHER:PTN001821692|MGI:MGI:97520|SGD:S000003030|RGD:3262|SGD:S000000422|UniProtKB:P11498 C Pyruvate carboxylase UniProtKB:Q9KWU4|PTN000429494 protein NCBITaxon:224308 20200810 GO_Central cytoplasm -UniProtKB Q9KWU4 pyc GO:0006094 PMID:21873635 IBA PANTHER:PTN001821692|SGD:S000003030|RGD:3262|SGD:S000000422 P Pyruvate carboxylase UniProtKB:Q9KWU4|PTN000429494 protein NCBITaxon:224308 20181004 GO_Central gluconeogenesis -UniProtKB P46326 yxbB GO:0008168 PMID:21873635 IBA PANTHER:PTN001602504|WB:WBGene00018811|UniProtKB:P9WIN3|UniProtKB:P36999 F Uncharacterized protein YxbB UniProtKB:P46326|PTN002451707 protein NCBITaxon:224308 20200810 GO_Central methyltransferase activity -UniProtKB P50618 nrdI GO:0006464 PMID:21873635 IBA PANTHER:PTN002203478|UniProtKB:P0A772 P Protein NrdI UniProtKB:P50618|PTN002203488 protein NCBITaxon:224308 20170228 GO_Central cellular protein modification process -UniProtKB P50618 nrdI GO:0010181 PMID:21873635 IBA PANTHER:PTN002203478|UniProtKB:P0A772 F Protein NrdI UniProtKB:P50618|PTN002203488 protein NCBITaxon:224308 20170228 GO_Central FMN binding -UniProtKB O07008 ganR GO:0000976 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7|UniProtKB:P0ACP1|UniProtKB:P25144|UniProtKB:P03023|UniProtKB:P0ACQ0 F HTH-type transcriptional regulator GanR UniProtKB:O07008|PTN000765383 protein NCBITaxon:224308 20200930 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O07008 ganR GO:0003700 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P36673|UniProtKB:P18811|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:Q8EBJ8 F HTH-type transcriptional regulator GanR UniProtKB:O07008|PTN000765383 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB O07008 ganR GO:0006355 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:Q8P5C9|UniProtKB:P18811|UniProtKB:P06846|UniProtKB:P0ACP1|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P03024|UniProtKB:Q8EBJ8|UniProtKB:P25144|UniProtKB:P0ACP5|UniProtKB:G3XD97|UniProtKB:P0ACN7|UniProtKB:P25748|UniProtKB:Q2G295|UniProtKB:P0ACI3 P HTH-type transcriptional regulator GanR UniProtKB:O07008|PTN000765383 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB O07013 ganB GO:0045490 PMID:21873635 IBA PANTHER:PTN002168999|UniProtKB:Q5B153 P Arabinogalactan endo-beta-1,4-galactanase UniProtKB:O07013|PTN002169023 protein NCBITaxon:224308 20180315 GO_Central pectin catabolic process -UniProtKB O06728 yisP GO:0016767 PMID:21873635 IBA PANTHER:PTN000770577|UniProtKB:P37294|UniProtKB:P37271|UniProtKB:P37295|UniProtKB:Q5Z5B7|UniProtKB:Q6EI12|UniProtKB:B6UV92|UniProtKB:B0KZ40|UniProtKB:Q2QLV9 F Putative phytoene/squalene synthase YisP UniProtKB:O06728|PTN001266717 protein NCBITaxon:224308 20200809 GO_Central geranylgeranyl-diphosphate geranylgeranyltransferase activity -UniProtKB O06728 yisP GO:0016117 PMID:21873635 IBA PANTHER:PTN000770577|UniProtKB:Q2QLV9|UniProtKB:B0KZ40|UniProtKB:B6UV92|UniProtKB:A9Q2P8|UniProtKB:P37294|UniProtKB:P37271|UniProtKB:Q6EI12|UniProtKB:Q5Z5B7 P Putative phytoene/squalene synthase YisP UniProtKB:O06728|PTN001266717 protein NCBITaxon:224308 20170413 GO_Central carotenoid biosynthetic process -UniProtKB O06735 yisZ GO:0000103 PMID:21873635 IBA PANTHER:PTN000114642|SGD:S000001484|TAIR:locus:2140005|UniProtKB:O43252|MGI:MGI:1330223|TAIR:locus:2046901|UniProtKB:Q92203 P Probable adenylyl-sulfate kinase UniProtKB:O06735|PTN000114735 protein NCBITaxon:224308 20170228 GO_Central sulfate assimilation -UniProtKB O06735 yisZ GO:0004020 PMID:21873635 IBA PANTHER:PTN000114732|TAIR:locus:2046901|WB:WBGene00004091|TAIR:locus:2079379|UniProtKB:P9WNM5|TAIR:locus:2140005|MGI:MGI:1330587|SGD:S000001484|MGI:MGI:1330223|UniProtKB:O43252|TAIR:locus:2158626|UniProtKB:P0A6J1 F Probable adenylyl-sulfate kinase UniProtKB:O06735|PTN000114735 protein NCBITaxon:224308 20170228 GO_Central adenylylsulfate kinase activity -UniProtKB O06744 yitI GO:0008080 PMID:21873635 IBA PANTHER:PTN001000790|UniProtKB:Q5AHF9|MGI:MGI:1858963|SGD:S000001877|UniProtKB:Q5U9F2|RGD:1563144|TAIR:locus:2143226 F Uncharacterized N-acetyltransferase YitI UniProtKB:O06744|PTN002297564 protein NCBITaxon:224308 20180412 GO_Central N-acetyltransferase activity -UniProtKB O06745 yitJ GO:0005829 PMID:21873635 IBA PANTHER:PTN001464934|UniProtKB:P13009|UniProtKB:Q99707 C Bifunctional homocysteine S-methyltransferase/5,10-methylenetetrahydrofolate reductase UniProtKB:O06745|PTN000473184 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O06745 yitJ GO:0008705 PMID:21873635 IBA PANTHER:PTN001464934|UniProtKB:P13009|UniProtKB:Q99707|RGD:621283|MGI:MGI:894292 F Bifunctional homocysteine S-methyltransferase/5,10-methylenetetrahydrofolate reductase UniProtKB:O06745|PTN000473184 protein NCBITaxon:224308 20170228 GO_Central methionine synthase activity -UniProtKB O06978 yvcP GO:0000156 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P30843|UniProtKB:P0A9Q1|UniProtKB:O07776|UniProtKB:P38684|UniProtKB:Q9I2U3|UniProtKB:P0AA16 F Uncharacterized transcriptional regulatory protein YvcP UniProtKB:O06978|PTN000724414 protein NCBITaxon:224308 20170829 GO_Central phosphorelay response regulator activity -UniProtKB O06978 yvcP GO:0032993 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EHJ3|UniProtKB:Q8EE50 C Uncharacterized transcriptional regulatory protein YvcP UniProtKB:O06978|PTN000724414 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex -UniProtKB O06978 yvcP GO:0000976 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P21866|UniProtKB:P69228|UniProtKB:P08368|UniProtKB:Q8EE50|UniProtKB:Q8EHJ3|UniProtKB:Q04803|UniProtKB:P23836|UniProtKB:P0A9Q1|UniProtKB:O24973 F Uncharacterized transcriptional regulatory protein YvcP UniProtKB:O06978|PTN000724414 protein NCBITaxon:224308 20200810 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O06978 yvcP GO:0005829 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P69228|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P0AE88 C Uncharacterized transcriptional regulatory protein YvcP UniProtKB:O06978|PTN000724414 protein NCBITaxon:224308 20170829 GO_Central cytosol -UniProtKB O06978 yvcP GO:0001216 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P21866|UniProtKB:P23836|UniProtKB:Q8EHJ3 F Uncharacterized transcriptional regulatory protein YvcP UniProtKB:O06978|PTN000724414 protein NCBITaxon:224308 20170829 GO_Central DNA-binding transcription activator activity -UniProtKB O06984 yvdB GO:0015183 PMID:21873635 IBA PANTHER:PTN001721298|UniProtKB:P0AFR2 F Putative sulfate transporter YvdB UniProtKB:O06984|PTN000212478 protein NCBITaxon:224308 20170228 GO_Central L-aspartate transmembrane transporter activity -UniProtKB O06984 yvdB GO:0015138 PMID:21873635 IBA PANTHER:PTN001721298|UniProtKB:P0AFR2 F Putative sulfate transporter YvdB UniProtKB:O06984|PTN000212478 protein NCBITaxon:224308 20170228 GO_Central fumarate transmembrane transporter activity -UniProtKB O06984 yvdB GO:0015741 PMID:21873635 IBA PANTHER:PTN001721298|UniProtKB:P0AFR2 P Putative sulfate transporter YvdB UniProtKB:O06984|PTN000212478 protein NCBITaxon:224308 20200929 GO_Central fumarate transport -UniProtKB O06984 yvdB GO:0071422 PMID:21873635 IBA PANTHER:PTN001721298|UniProtKB:P0AFR2 P Putative sulfate transporter YvdB UniProtKB:O06984|PTN000212478 protein NCBITaxon:224308 20200929 GO_Central succinate transmembrane transport -UniProtKB O06984 yvdB GO:0015141 PMID:21873635 IBA PANTHER:PTN001721298|UniProtKB:P0AFR2 F Putative sulfate transporter YvdB UniProtKB:O06984|PTN000212478 protein NCBITaxon:224308 20170228 GO_Central succinate transmembrane transporter activity -UniProtKB O06987 yvdE GO:0000976 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7|UniProtKB:P0ACP1|UniProtKB:P25144|UniProtKB:P03023|UniProtKB:P0ACQ0 F Uncharacterized HTH-type transcriptional regulator YvdE UniProtKB:O06987|PTN001248772 protein NCBITaxon:224308 20200930 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O06987 yvdE GO:0003700 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P36673|UniProtKB:P18811|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:Q8EBJ8 F Uncharacterized HTH-type transcriptional regulator YvdE UniProtKB:O06987|PTN001248772 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB O06987 yvdE GO:0006355 PMID:21873635 IBA PANTHER:PTN001248758|UniProtKB:Q8P5C9|UniProtKB:P18811|UniProtKB:P06846|UniProtKB:P0ACP1|UniProtKB:P24242|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P0ACP7|UniProtKB:P03024|UniProtKB:Q8EBJ8|UniProtKB:P25144|UniProtKB:P0ACP5|UniProtKB:G3XD97|UniProtKB:P0ACN7|UniProtKB:P25748|UniProtKB:Q2G295|UniProtKB:P0ACI3 P Uncharacterized HTH-type transcriptional regulator YvdE UniProtKB:O06987|PTN001248772 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB O06989 mdxE GO:0042956 PMID:21873635 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 P Maltodextrin-binding protein MdxE UniProtKB:O06989|PTN000789615 protein NCBITaxon:224308 20190829 GO_Central maltodextrin transport -UniProtKB O06989 mdxE GO:0015768 PMID:21873635 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 P Maltodextrin-binding protein MdxE UniProtKB:O06989|PTN000789615 protein NCBITaxon:224308 20190829 GO_Central maltose transport -UniProtKB O06989 mdxE GO:0055052 PMID:21873635 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 C Maltodextrin-binding protein MdxE UniProtKB:O06989|PTN000789615 protein NCBITaxon:224308 20190829 GO_Central ATP-binding cassette (ABC) transporter complex, substrate-binding subunit-containing -UniProtKB O06989 mdxE GO:1901982 PMID:21873635 IBA PANTHER:PTN001247679|UniProtKB:P0AEX9 F Maltodextrin-binding protein MdxE UniProtKB:O06989|PTN000789615 protein NCBITaxon:224308 20190829 GO_Central maltose binding -UniProtKB O06993 mdxK GO:0004553 PMID:21873635 IBA PANTHER:PTN000114490|UniProtKB:P78617|UniProtKB:Q32M88|UniProtKB:F1NZI4|UniProtKB:Q5AAU5 F Maltose phosphorylase UniProtKB:O06993|PTN000114538 protein NCBITaxon:224308 20201205 GO_Central hydrolase activity, hydrolyzing O-glycosyl compounds -UniProtKB O06993 mdxK GO:0005975 PMID:21873635 IBA PANTHER:PTN000114490|UniProtKB:Q32M88|UniProtKB:F1NZI4|UniProtKB:P78617|UniProtKB:Q5AAU5|SGD:S000006230 P Maltose phosphorylase UniProtKB:O06993|PTN000114538 protein NCBITaxon:224308 20200807 GO_Central carbohydrate metabolic process -UniProtKB O06999 yvdR GO:0022857 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69937|UniProtKB:P76474|UniProtKB:P9WGF1|UniProtKB:P69210|UniProtKB:P23895|UniProtKB:Q47377|UniProtKB:P69212 F Uncharacterized membrane protein YvdR UniProtKB:O06999|PTN001254661 protein NCBITaxon:224308 20200809 GO_Central transmembrane transporter activity -UniProtKB O06999 yvdR GO:0055085 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69212|UniProtKB:P69937|UniProtKB:P23895|UniProtKB:P69210|UniProtKB:P9WGF1 P Uncharacterized membrane protein YvdR UniProtKB:O06999|PTN001254661 protein NCBITaxon:224308 20201001 GO_Central transmembrane transport -UniProtKB O06999 yvdR GO:0005887 PMID:21873635 IBA PANTHER:PTN001254638|UniProtKB:P69210 C Uncharacterized membrane protein YvdR UniProtKB:O06999|PTN001254661 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB O06489 yetM GO:0004497 PMID:21873635 IBA PANTHER:PTN002492679|UniProtKB:Q9HWG9 F Putative oxidoreductase YetM UniProtKB:O06489|PTN000350387 protein NCBITaxon:224308 20180817 GO_Central monooxygenase activity -UniProtKB O07509 proJ GO:0005829 PMID:21873635 IBA PANTHER:PTN000115542|TAIR:locus:2200580|UniProtKB:P0A7B5 C Glutamate 5-kinase 2 UniProtKB:O07509|PTN000115564 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O07509 proJ GO:0006561 PMID:21873635 IBA PANTHER:PTN000115542|PomBase:SPAC17H9.13c|UniProtKB:P0A7B5|SGD:S000002708 P Glutamate 5-kinase 2 UniProtKB:O07509|PTN000115564 protein NCBITaxon:224308 20170228 GO_Central proline biosynthetic process -UniProtKB O07509 proJ GO:0004349 PMID:21873635 IBA PANTHER:PTN000115542|UniProtKB:P0A7B5|SGD:S000002708 F Glutamate 5-kinase 2 UniProtKB:O07509|PTN000115564 protein NCBITaxon:224308 20170228 GO_Central glutamate 5-kinase activity -UniProtKB O07523 yhaP GO:0055085 PMID:21873635 IBA PANTHER:PTN000767896|UniProtKB:P0AFP9|UniProtKB:P0AFQ2 P Uncharacterized protein YhaP UniProtKB:O07523|PTN004740742 protein NCBITaxon:224308 20200414 GO_Central transmembrane transport -UniProtKB O07523 yhaP GO:0005886 PMID:21873635 IBA PANTHER:PTN000767896|UniProtKB:P0AGH1 C Uncharacterized protein YhaP UniProtKB:O07523|PTN004740742 protein NCBITaxon:224308 20200414 GO_Central plasma membrane -UniProtKB O07523 yhaP GO:0022857 PMID:21873635 IBA PANTHER:PTN000767896|UniProtKB:P0AFP9|UniProtKB:P0AFQ2 F Uncharacterized protein YhaP UniProtKB:O07523|PTN004740742 protein NCBITaxon:224308 20200414 GO_Central transmembrane transporter activity -UniProtKB O07529 azr GO:0005829 PMID:21873635 IBA PANTHER:PTN001254275|SGD:S000004001|TAIR:locus:2086445|UniProtKB:P0AGE6 C FMN-dependent NADPH-azoreductase UniProtKB:O07529|PTN001254308 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O07529 azr GO:0010181 PMID:21873635 IBA PANTHER:PTN001254275|UniProtKB:P0AGE6 F FMN-dependent NADPH-azoreductase UniProtKB:O07529|PTN001254308 protein NCBITaxon:224308 20170228 GO_Central FMN binding -UniProtKB O07539 yhaX GO:0016791 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F Stress response protein YhaX UniProtKB:O07539|PTN000486357 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity -UniProtKB O07539 yhaX GO:0000287 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P21829|UniProtKB:P0A8Y5|UniProtKB:P75809|UniProtKB:P75792 F Stress response protein YhaX UniProtKB:O07539|PTN000486357 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding -UniProtKB O07539 yhaX GO:0005829 PMID:21873635 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C Stress response protein YhaX UniProtKB:O07539|PTN000486357 protein NCBITaxon:224308 20200129 GO_Central cytosol -UniProtKB O07544 yheC GO:0042601 PMID:21873635 IBA PANTHER:PTN002445788|UniProtKB:O07545 C Endospore coat-associated protein YheC UniProtKB:O07544|PTN002212853 protein NCBITaxon:224308 20170831 GO_Central endospore-forming forespore -UniProtKB O07559 yhjE GO:0005886 PMID:21873635 IBA PANTHER:PTN000293555|UniProtKB:P76221 C Uncharacterized membrane protein YhjE UniProtKB:O07559|PTN000293562 protein NCBITaxon:224308 20200305 GO_Central plasma membrane -UniProtKB O07559 yhjE GO:0016020 PMID:21873635 IBA PANTHER:PTN000293371|UniProtKB:P76221 C Uncharacterized membrane protein YhjE UniProtKB:O07559|PTN000293562 protein NCBITaxon:224308 20200305 GO_Central membrane -UniProtKB O07570 yhjP GO:1904680 PMID:21873635 IBA PANTHER:PTN000767645|UniProtKB:P23847|UniProtKB:Q9I2T4|UniProtKB:P9WGU5|UniProtKB:Q9HTN7|UniProtKB:Q9I2T3|UniProtKB:Q9HVS1|UniProtKB:Q9HVR9|UniProtKB:Q9HVS5|UniProtKB:Q9HVS4 F Uncharacterized protein YhjP UniProtKB:O07570|PTN000775520 protein NCBITaxon:224308 20210129 GO_Central peptide transmembrane transporter activity -UniProtKB O07570 yhjP GO:0030288 PMID:21873635 IBA PANTHER:PTN000767645|UniProtKB:P33913|UniProtKB:P77348|UniProtKB:P23847|UniProtKB:P33590|UniProtKB:P75797|UniProtKB:P23843|UniProtKB:Q46863 C Uncharacterized protein YhjP UniProtKB:O07570|PTN000775520 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space -UniProtKB O07570 yhjP GO:0015833 PMID:21873635 IBA PANTHER:PTN000767645|UniProtKB:P33913|UniProtKB:P23843|UniProtKB:P75797|UniProtKB:Q9I2T4|UniProtKB:P23847|UniProtKB:P77348|UniProtKB:P9WGU5|UniProtKB:Q9I2T3 P Uncharacterized protein YhjP UniProtKB:O07570|PTN000775520 protein NCBITaxon:224308 20200809 GO_Central peptide transport -UniProtKB O07576 yhdG GO:0006865 PMID:21873635 IBA PANTHER:PTN001718573|MGI:MGI:99828|MGI:MGI:88117|FB:FBgn0037203|MGI:MGI:1100521|UniProtKB:Q8WY07|RGD:68387|UniProtKB:P30825|TAIR:locus:2127398|RGD:3716|TAIR:locus:2044682|UniProtKB:B3TP03|TAIR:locus:2175488|RGD:68342|UniProtKB:P52569 P Uncharacterized amino acid permease YhdG UniProtKB:O07576|PTN000208498 protein NCBITaxon:224308 20201206 GO_Central amino acid transport -UniProtKB O07576 yhdG GO:0015171 PMID:21873635 IBA PANTHER:PTN001718573|TAIR:locus:2127398|RGD:3716|RGD:68387|UniProtKB:P30825|MGI:MGI:99828|MGI:MGI:1100521|UniProtKB:Q8WY07|MGI:MGI:88117|FB:FBgn0037203|RGD:68342|UniProtKB:P52569|TAIR:locus:2044682|TAIR:locus:2175488|UniProtKB:B3TP03 F Uncharacterized amino acid permease YhdG UniProtKB:O07576|PTN000208498 protein NCBITaxon:224308 20200810 GO_Central amino acid transmembrane transporter activity -UniProtKB O07584 plsC GO:0006654 PMID:21873635 IBA PANTHER:PTN000046632|UniProtKB:P26647|UniProtKB:O15120|MGI:MGI:1932075|UniProtKB:Q99943 P 1-acyl-sn-glycerol-3-phosphate acyltransferase UniProtKB:O07584|PTN000046757 protein NCBITaxon:224308 20200807 GO_Central phosphatidic acid biosynthetic process -UniProtKB O07584 plsC GO:0003841 PMID:21873635 IBA PANTHER:PTN000046632|UniProtKB:O15120|MGI:MGI:1914762|UniProtKB:Q9LLY4|MGI:MGI:1932075|UniProtKB:P26647|TAIR:locus:2118681|SGD:S000002210|UniProtKB:Q99943 F 1-acyl-sn-glycerol-3-phosphate acyltransferase UniProtKB:O07584|PTN000046757 protein NCBITaxon:224308 20200807 GO_Central 1-acylglycerol-3-phosphate O-acyltransferase activity -UniProtKB O07595 cobB GO:0070403 PMID:21873635 IBA PANTHER:PTN000119154|UniProtKB:Q8IXJ6|PomBase:SPBC16D10.07c F NAD-dependent protein deacetylase UniProtKB:O07595|PTN000119450 protein NCBITaxon:224308 20180503 GO_Central NAD+ binding -UniProtKB O07595 cobB GO:0017136 PMID:21873635 IBA PANTHER:PTN000119154|UniProtKB:Q8IXJ6|FB:FBgn0024291|PomBase:SPBC16D10.07c|MGI:MGI:2135607|UniProtKB:Q96EB6|SGD:S000005429|FB:FBgn0038788|SGD:S000002200|SGD:S000005936|RGD:1308542|SGD:S000005551 F NAD-dependent protein deacetylase UniProtKB:O07595|PTN000119450 protein NCBITaxon:224308 20200929 GO_Central NAD-dependent histone deacetylase activity -UniProtKB O07597 dat GO:0019752 PMID:21873635 IBA PANTHER:PTN000214662|TAIR:locus:2174433|UniProtKB:P0AB80|UniProtKB:P28305 P D-alanine aminotransferase UniProtKB:O07597|PTN000214701 protein NCBITaxon:224308 20201206 GO_Central carboxylic acid metabolic process -UniProtKB O07607 yhfI GO:0042781 PMID:21873635 IBA PANTHER:PTN000284960|UniProtKB:P0A8V0 F Probable metallo-hydrolase YhfI UniProtKB:O07607|PTN000284940 protein NCBITaxon:224308 20170228 GO_Central 3'-tRNA processing endoribonuclease activity -UniProtKB O07614 yhfO GO:0016747 PMID:21873635 IBA PANTHER:PTN002453816|UniProtKB:Q8ZPD3 F Uncharacterized N-acetyltransferase YhfO UniProtKB:O07614|PTN000558386 protein NCBITaxon:224308 20170228 GO_Central transferase activity, transferring acyl groups other than amino-acyl groups -UniProtKB O07619 yhfT GO:0031956 PMID:21873635 IBA PANTHER:PTN000644517|UniProtKB:Q96CM8 F Uncharacterized acyl--CoA ligase YhfT UniProtKB:O07619|PTN000644602 protein NCBITaxon:224308 20200212 GO_Central medium-chain fatty acid-CoA ligase activity -UniProtKB O07619 yhfT GO:0006631 PMID:21873635 IBA PANTHER:PTN000644517|TAIR:locus:2093432|WB:WBGene00009221 P Uncharacterized acyl--CoA ligase YhfT UniProtKB:O07619|PTN000644602 protein NCBITaxon:224308 20200212 GO_Central fatty acid metabolic process -UniProtKB O07637 glsA2 GO:0006537 PMID:21873635 IBA PANTHER:PTN000283994|MGI:MGI:95752|UniProtKB:O94925 P Glutaminase 2 UniProtKB:O07637|PTN000284080 protein NCBITaxon:224308 20170228 GO_Central glutamate biosynthetic process -UniProtKB O07637 glsA2 GO:0004359 PMID:21873635 IBA PANTHER:PTN000283994|MGI:MGI:95752|UniProtKB:O94925|UniProtKB:P0A6W0|UniProtKB:P77454 F Glutaminase 2 UniProtKB:O07637|PTN000284080 protein NCBITaxon:224308 20170228 GO_Central glutaminase activity -UniProtKB O07637 glsA2 GO:0006543 PMID:21873635 IBA PANTHER:PTN000283994|UniProtKB:P0A6W0|UniProtKB:O94925|MGI:MGI:95752 P Glutaminase 2 UniProtKB:O07637|PTN000284080 protein NCBITaxon:224308 20170228 GO_Central glutamine catabolic process -UniProtKB O07639 ftsW GO:0051301 PMID:21873635 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4|UniProtKB:P9WN99 P Probable peptidoglycan glycosyltransferase FtsW UniProtKB:O07639|PTN000767117 protein NCBITaxon:224308 20170427 GO_Central cell division -UniProtKB O07639 ftsW GO:0015648 PMID:21873635 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4 F Probable peptidoglycan glycosyltransferase FtsW UniProtKB:O07639|PTN000767117 protein NCBITaxon:224308 20170427 GO_Central lipid-linked peptidoglycan transporter activity -UniProtKB O07639 ftsW GO:0008360 PMID:21873635 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4|UniProtKB:P0ABG7 P Probable peptidoglycan glycosyltransferase FtsW UniProtKB:O07639|PTN000767117 protein NCBITaxon:224308 20170427 GO_Central regulation of cell shape -UniProtKB O07639 ftsW GO:0032153 PMID:21873635 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4 C Probable peptidoglycan glycosyltransferase FtsW UniProtKB:O07639|PTN000767117 protein NCBITaxon:224308 20170427 GO_Central cell division site -UniProtKB O07639 ftsW GO:0005887 PMID:21873635 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4 C Probable peptidoglycan glycosyltransferase FtsW UniProtKB:O07639|PTN000767117 protein NCBITaxon:224308 20170427 GO_Central integral component of plasma membrane -UniProtKB O31581 yfhM GO:0016787 PMID:21873635 IBA PANTHER:PTN000863140|ZFIN:ZDB-GENE-041212-70|UniProtKB:L0TC47|WB:WBGene00019329|UniProtKB:Q9HZR3|UniProtKB:Q9H6B9|UniProtKB:P34913|TAIR:locus:2043868|TAIR:locus:2078067|UniProtKB:P39298|MGI:MGI:99500|RGD:620732|WB:WBGene00010628|UniProtKB:P9WMR9 F AB hydrolase superfamily protein YfhM UniProtKB:O31581|PTN000106525 protein NCBITaxon:224308 20200810 GO_Central hydrolase activity -UniProtKB O07937 yraK GO:0016787 PMID:21873635 IBA PANTHER:PTN000863140|ZFIN:ZDB-GENE-041212-70|UniProtKB:L0TC47|WB:WBGene00019329|UniProtKB:Q9HZR3|UniProtKB:Q9H6B9|UniProtKB:P34913|TAIR:locus:2043868|TAIR:locus:2078067|UniProtKB:P39298|MGI:MGI:99500|RGD:620732|WB:WBGene00010628|UniProtKB:P9WMR9 F Uncharacterized hydrolase YraK UniProtKB:O07937|PTN002458032 protein NCBITaxon:224308 20200810 GO_Central hydrolase activity -UniProtKB P19079 cdd GO:0004126 PMID:21873635 IBA PANTHER:PTN000182087|UniProtKB:P0ABF6|RGD:1311101|SGD:S000004235|UniProtKB:P32320|WB:WBGene00000392|TAIR:locus:2050429|UniProtKB:P9WPH3 F Cytidine deaminase UniProtKB:P19079|PTN000182166 protein NCBITaxon:224308 20170228 GO_Central cytidine deaminase activity -UniProtKB P19079 cdd GO:0008270 PMID:21873635 IBA PANTHER:PTN000182087|UniProtKB:P32320|TAIR:locus:2050429|UniProtKB:P9WPH3|UniProtKB:P0ABF6 F Cytidine deaminase UniProtKB:P19079|PTN000182166 protein NCBITaxon:224308 20170228 GO_Central zinc ion binding -UniProtKB P19079 cdd GO:0005829 PMID:21873635 IBA PANTHER:PTN000182087|UniProtKB:P32320|TAIR:locus:2050429|UniProtKB:P0ABF6|RGD:1311101 C Cytidine deaminase UniProtKB:P19079|PTN000182166 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P19079 cdd GO:0009972 PMID:21873635 IBA PANTHER:PTN000182087|UniProtKB:P0ABF6|RGD:1311101|UniProtKB:P32320|UniProtKB:P9WPH3|TAIR:locus:2050429 P Cytidine deaminase UniProtKB:P19079|PTN000182166 protein NCBITaxon:224308 20200929 GO_Central cytidine deamination -UniProtKB P19080 aroH GO:0046417 PMID:21873635 IBA PANTHER:PTN000475762|UniProtKB:P19080 P Chorismate mutase AroH UniProtKB:P19080|PTN000475763 protein NCBITaxon:224308 20170228 GO_Central chorismate metabolic process -UniProtKB P19080 aroH GO:0004106 PMID:21873635 IBA PANTHER:PTN000475762|UniProtKB:P19080 F Chorismate mutase AroH UniProtKB:P19080|PTN000475763 protein NCBITaxon:224308 20170228 GO_Central chorismate mutase activity -UniProtKB P29141 vpr GO:0004252 PMID:21873635 IBA PANTHER:PTN002465698|TAIR:locus:2037895|UniProtKB:Q8NBP7|TAIR:locus:2155583|UniProtKB:Q5JIZ5|MGI:MGI:1927235|PomBase:SPAC1006.01|SGD:S000000786|TAIR:locus:2183224|RGD:70935|PomBase:SPAC4A8.04|TAIR:locus:2037935|UniProtKB:Q14703 F Minor extracellular protease vpr UniProtKB:P29141|PTN000083536 protein NCBITaxon:224308 20181004 GO_Central serine-type endopeptidase activity -UniProtKB P29727 guaA GO:0005829 PMID:21873635 IBA PANTHER:PTN000229987|RGD:1310063|TAIR:locus:2026709|UniProtKB:P49915|UniProtKB:P04079 C GMP synthase [glutamine-hydrolyzing] UniProtKB:P29727|PTN000230048 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P29727 guaA GO:0003921 PMID:21873635 IBA PANTHER:PTN000229987|UniProtKB:P04079|UniProtKB:P49915|RGD:1310063 F GMP synthase [glutamine-hydrolyzing] UniProtKB:P29727|PTN000230048 protein NCBITaxon:224308 20170228 GO_Central GMP synthase activity -UniProtKB P29727 guaA GO:0006177 PMID:21873635 IBA PANTHER:PTN000229987|UniProtKB:P49915|SGD:S000004830|UniProtKB:P04079|RGD:1310063 P GMP synthase [glutamine-hydrolyzing] UniProtKB:P29727|PTN000230048 protein NCBITaxon:224308 20200929 GO_Central GMP biosynthetic process -UniProtKB P29726 purA GO:0005737 PMID:21873635 IBA PANTHER:PTN000217844|MGI:MGI:87947|UniProtKB:Q8N142|dictyBase:DDB_G0285429|UniProtKB:P0A7D4|TAIR:locus:2076606 C Adenylosuccinate synthetase UniProtKB:P29726|PTN000217945 protein NCBITaxon:224308 20210101 GO_Central cytoplasm -UniProtKB P29726 purA GO:0046040 PMID:21873635 IBA PANTHER:PTN000217844|RGD:1590342|RGD:1310508 P Adenylosuccinate synthetase UniProtKB:P29726|PTN000217945 protein NCBITaxon:224308 20170228 GO_Central IMP metabolic process -UniProtKB P29726 purA GO:0004019 PMID:21873635 IBA PANTHER:PTN000217844|RGD:1590342|MGI:MGI:87948|SGD:S000005164|dictyBase:DDB_G0285429|UniProtKB:Q8N142|MGI:MGI:87947|UniProtKB:P30520|PomBase:SPAC144.03|RGD:1310508|TAIR:locus:2076606|UniProtKB:P0A7D4 F Adenylosuccinate synthetase UniProtKB:P29726|PTN000217945 protein NCBITaxon:224308 20200808 GO_Central adenylosuccinate synthase activity -UniProtKB P29726 purA GO:0044208 PMID:21873635 IBA PANTHER:PTN000217844|PomBase:SPAC144.03 P Adenylosuccinate synthetase UniProtKB:P29726|PTN000217945 protein NCBITaxon:224308 20170228 GO_Central 'de novo' AMP biosynthetic process -UniProtKB P23448 fliG GO:0071973 PMID:21873635 IBA PANTHER:PTN000776234|UniProtKB:P0ABZ1|UniProtKB:O25119|UniProtKB:P23448|UniProtKB:P0A1J9 P Flagellar motor switch protein FliG UniProtKB:P23448|PTN000776235 protein NCBITaxon:224308 20171207 GO_Central bacterial-type flagellum-dependent cell motility -UniProtKB Q03524 spoVD GO:0005887 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD65|UniProtKB:P0AD68 C Stage V sporulation protein D UniProtKB:Q03524|PTN001256038 protein NCBITaxon:224308 20170828 GO_Central integral component of plasma membrane -UniProtKB Q03524 spoVD GO:0008658 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD68|UniProtKB:P0AD65 F Stage V sporulation protein D UniProtKB:Q03524|PTN001256038 protein NCBITaxon:224308 20170828 GO_Central penicillin binding -UniProtKB Q03524 spoVD GO:0071555 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD65 P Stage V sporulation protein D UniProtKB:Q03524|PTN001256038 protein NCBITaxon:224308 20170828 GO_Central cell wall organization -UniProtKB Q03521 mraY GO:0044038 PMID:21873635 IBA PANTHER:PTN000531998|UniProtKB:P0AC78|UniProtKB:Q9X1N5 P Phospho-N-acetylmuramoyl-pentapeptide-transferase UniProtKB:Q03521|PTN000532031 protein NCBITaxon:224308 20170602 GO_Central cell wall macromolecule biosynthetic process -UniProtKB Q03521 mraY GO:0005887 PMID:21873635 IBA PANTHER:PTN000531998|UniProtKB:P0AC78 C Phospho-N-acetylmuramoyl-pentapeptide-transferase UniProtKB:Q03521|PTN000532031 protein NCBITaxon:224308 20170602 GO_Central integral component of plasma membrane -UniProtKB Q03521 mraY GO:0016780 PMID:21873635 IBA PANTHER:PTN000531998|UniProtKB:P0A6W3|UniProtKB:Q9X1N5|UniProtKB:P9WMW5|UniProtKB:P0AC78|UniProtKB:O66465 F Phospho-N-acetylmuramoyl-pentapeptide-transferase UniProtKB:Q03521|PTN000532031 protein NCBITaxon:224308 20170602 GO_Central phosphotransferase activity, for other substituted phosphate groups -UniProtKB Q03521 mraY GO:0071555 PMID:21873635 IBA PANTHER:PTN000531998|UniProtKB:Q9X1N5|UniProtKB:P0AC78 P Phospho-N-acetylmuramoyl-pentapeptide-transferase UniProtKB:Q03521|PTN000532031 protein NCBITaxon:224308 20170602 GO_Central cell wall organization -UniProtKB Q03224 glpX GO:0042132 PMID:21873635 IBA PANTHER:PTN000765137|UniProtKB:Q03224|UniProtKB:P21437|UniProtKB:P9WN21|UniProtKB:P0A9C9 F Fructose-1,6-bisphosphatase class 2 UniProtKB:Q03224|PTN000765142 protein NCBITaxon:224308 20170228 GO_Central fructose 1,6-bisphosphate 1-phosphatase activity -UniProtKB Q03224 glpX GO:0030388 PMID:21873635 IBA PANTHER:PTN000765137|UniProtKB:Q03224 P Fructose-1,6-bisphosphatase class 2 UniProtKB:Q03224|PTN000765142 protein NCBITaxon:224308 20170228 GO_Central fructose 1,6-bisphosphate metabolic process -UniProtKB Q03224 glpX GO:0006094 PMID:21873635 IBA PANTHER:PTN000765137|UniProtKB:Q03224|UniProtKB:P9WN21 P Fructose-1,6-bisphosphatase class 2 UniProtKB:Q03224|PTN000765142 protein NCBITaxon:224308 20170228 GO_Central gluconeogenesis -UniProtKB Q03221 tdk GO:0004797 PMID:21873635 IBA PANTHER:PTN000154158|MGI:MGI:98763|TAIR:locus:2077382|UniProtKB:P23331|dictyBase:DDB_G0289179|TAIR:locus:2178297 F Thymidine kinase UniProtKB:Q03221|PTN000154209 protein NCBITaxon:224308 20170228 GO_Central thymidine kinase activity -UniProtKB Q03221 tdk GO:0005829 PMID:21873635 IBA PANTHER:PTN000154208|UniProtKB:P23331 C Thymidine kinase UniProtKB:Q03221|PTN000154209 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB Q03221 tdk GO:0046104 PMID:21873635 IBA PANTHER:PTN000154158|RGD:621014 P Thymidine kinase UniProtKB:Q03221|PTN000154209 protein NCBITaxon:224308 20170228 GO_Central thymidine metabolic process -UniProtKB O05502 ydhJ GO:0006203 PMID:21873635 IBA PANTHER:PTN000146578|UniProtKB:Q9Y3Z3 P Uncharacterized protein YdhJ UniProtKB:O05502|PTN000146690 protein NCBITaxon:224308 20170228 GO_Central dGTP catabolic process -UniProtKB O05502 ydhJ GO:0008832 PMID:21873635 IBA PANTHER:PTN000146578|UniProtKB:P15723|UniProtKB:Q9Y3Z3|MGI:MGI:1927468 F Uncharacterized protein YdhJ UniProtKB:O05502|PTN000146690 protein NCBITaxon:224308 20200807 GO_Central dGTPase activity -UniProtKB O32032 pbpI GO:0008658 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD68|UniProtKB:P0AD65 F Penicillin-binding protein 4B UniProtKB:O32032|PTN001256034 protein NCBITaxon:224308 20170828 GO_Central penicillin binding -UniProtKB O32032 pbpI GO:0071972 PMID:21873635 IBA PANTHER:PTN000771407|UniProtKB:P0AD65 F Penicillin-binding protein 4B UniProtKB:O32032|PTN001256034 protein NCBITaxon:224308 20170828 GO_Central peptidoglycan L,D-transpeptidase activity -UniProtKB O32032 pbpI GO:0071555 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD65 P Penicillin-binding protein 4B UniProtKB:O32032|PTN001256034 protein NCBITaxon:224308 20170828 GO_Central cell wall organization -UniProtKB O32032 pbpI GO:0005887 PMID:21873635 IBA PANTHER:PTN000771406|UniProtKB:P0AD65|UniProtKB:P0AD68 C Penicillin-binding protein 4B UniProtKB:O32032|PTN001256034 protein NCBITaxon:224308 20170828 GO_Central integral component of plasma membrane -UniProtKB O32033 udk GO:0005737 PMID:21873635 IBA PANTHER:PTN000032154|TAIR:locus:2028809|TAIR:locus:2049567|TAIR:locus:2195366|TAIR:locus:2034260|TAIR:locus:2084385|TAIR:locus:2164516|UniProtKB:P0A8F4|UniProtKB:P0A8F0|TAIR:locus:2086523|RGD:620742|TAIR:locus:2031541 C Uridine kinase UniProtKB:O32033|PTN000032319 protein NCBITaxon:224308 20210113 GO_Central cytoplasm -UniProtKB O32042 dtd GO:0051500 PMID:21873635 IBA PANTHER:PTN000049487|MGI:MGI:1923485|UniProtKB:Q8IIS0|UniProtKB:P0A6M4|SGD:S000002378 F Inactive D-aminoacyl-tRNA deacylase UniProtKB:O32042|PTN000049585 protein NCBITaxon:224308 20201023 GO_Central D-tyrosyl-tRNA(Tyr) deacylase activity -UniProtKB O32042 dtd GO:0006399 PMID:21873635 IBA PANTHER:PTN000049487|UniProtKB:P0A6M4|SGD:S000002378|UniProtKB:Q96FN9|UniProtKB:E1C762|ZFIN:ZDB-GENE-040822-45|MGI:MGI:1923485 P Inactive D-aminoacyl-tRNA deacylase UniProtKB:O32042|PTN000049585 protein NCBITaxon:224308 20170228 GO_Central tRNA metabolic process -UniProtKB O32042 dtd GO:0005737 PMID:21873635 IBA PANTHER:PTN000049487|UniProtKB:Q8IIS0|UniProtKB:Q581U3 C Inactive D-aminoacyl-tRNA deacylase UniProtKB:O32042|PTN000049585 protein NCBITaxon:224308 20200807 GO_Central cytoplasm -UniProtKB O32090 pncB GO:0005829 PMID:21873635 IBA PANTHER:PTN000120696|UniProtKB:P18133|UniProtKB:Q6XQN6 C Nicotinate phosphoribosyltransferase UniProtKB:O32090|PTN000120767 protein NCBITaxon:224308 20170828 GO_Central cytosol -UniProtKB O32090 pncB GO:0034355 PMID:21873635 IBA PANTHER:PTN000120696|UniProtKB:P9WJI9|UniProtKB:P9WJI7 P Nicotinate phosphoribosyltransferase UniProtKB:O32090|PTN000120767 protein NCBITaxon:224308 20170828 GO_Central NAD salvage -UniProtKB O32090 pncB GO:0004516 PMID:21873635 IBA PANTHER:PTN000120696|UniProtKB:Q6XQN6|SGD:S000005735|UniProtKB:P9WJI7|UniProtKB:P18133|RGD:1302945|UniProtKB:P9WJI9 F Nicotinate phosphoribosyltransferase UniProtKB:O32090|PTN000120767 protein NCBITaxon:224308 20170828 GO_Central nicotinate phosphoribosyltransferase activity -UniProtKB O32130 lytH GO:0004222 PMID:21873635 IBA PANTHER:PTN002729049|UniProtKB:O33599|UniProtKB:P0AFS9 F L-Ala--D-Glu endopeptidase UniProtKB:O32130|PTN004553825 protein NCBITaxon:224308 20180411 GO_Central metalloendopeptidase activity -UniProtKB O32133 yunD GO:0030288 PMID:21873635 IBA PANTHER:PTN000171519|UniProtKB:P08331|UniProtKB:P07024 C Uncharacterized metallophosphoesterase YunD UniProtKB:O32133|PTN000171639 protein NCBITaxon:224308 20190208 GO_Central outer membrane-bounded periplasmic space -UniProtKB O32133 yunD GO:0008768 PMID:21873635 IBA PANTHER:PTN000171637|UniProtKB:P07024 F Uncharacterized metallophosphoesterase YunD UniProtKB:O32133|PTN000171639 protein NCBITaxon:224308 20190208 GO_Central UDP-sugar diphosphatase activity -UniProtKB O32133 yunD GO:0009166 PMID:21873635 IBA PANTHER:PTN000171519|UniProtKB:P07024|UniProtKB:P08331 P Uncharacterized metallophosphoesterase YunD UniProtKB:O32133|PTN000171639 protein NCBITaxon:224308 20190208 GO_Central nucleotide catabolic process -UniProtKB O32133 yunD GO:0008253 PMID:21873635 IBA PANTHER:PTN000171637|UniProtKB:P07024 F Uncharacterized metallophosphoesterase YunD UniProtKB:O32133|PTN000171639 protein NCBITaxon:224308 20190208 GO_Central 5'-nucleotidase activity -UniProtKB O32144 pucD GO:0016491 PMID:21873635 IBA PANTHER:PTN000225633|TAIR:locus:2197798|FB:FBgn0003308|RGD:620528|UniProtKB:Q06278|UniProtKB:P77489|UniProtKB:P47989|TAIR:locus:2079834|TAIR:locus:2116900|MGI:MGI:88035|MGI:MGI:1918974|RGD:62043|TAIR:locus:2147127|UniProtKB:O23887|MGI:MGI:98973|FB:FBgn0038349|FB:FBgn0038348|UniProtKB:Q12553|FB:FBgn0267408|TAIR:locus:2045149|UniProtKB:Q46799 F Probable xanthine dehydrogenase subunit D UniProtKB:O32144|PTN000225870 protein NCBITaxon:224308 20210107 GO_Central oxidoreductase activity -UniProtKB O32152 yurK GO:0045892 PMID:21873635 IBA PANTHER:PTN000746727|UniProtKB:P13669 P Uncharacterized HTH-type transcriptional regulator YurK UniProtKB:O32152|PTN000203619 protein NCBITaxon:224308 20180118 GO_Central negative regulation of transcription, DNA-templated -UniProtKB O32181 yusO GO:0006950 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YusO UniProtKB:O32181|PTN002109560 protein NCBITaxon:224308 20170228 GO_Central response to stress -UniProtKB O32181 yusO GO:0006355 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4|UniProtKB:P0A8W2|UniProtKB:Q8EI70|UniProtKB:P27245|UniProtKB:P11065 P Uncharacterized HTH-type transcriptional regulator YusO UniProtKB:O32181|PTN002109560 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB O32181 yusO GO:0000976 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4 F Uncharacterized HTH-type transcriptional regulator YusO UniProtKB:O32181|PTN002109560 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O32192 cssR GO:0005829 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P69228|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P0AE88 C Transcriptional regulatory protein CssR UniProtKB:O32192|PTN000724370 protein NCBITaxon:224308 20170829 GO_Central cytosol -UniProtKB O32192 cssR GO:0000976 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P21866|UniProtKB:P69228|UniProtKB:P08368|UniProtKB:Q8EE50|UniProtKB:Q8EHJ3|UniProtKB:Q04803|UniProtKB:P23836|UniProtKB:P0A9Q1|UniProtKB:O24973 F Transcriptional regulatory protein CssR UniProtKB:O32192|PTN000724370 protein NCBITaxon:224308 20200810 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O32192 cssR GO:0000156 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P30843|UniProtKB:P0A9Q1|UniProtKB:O07776|UniProtKB:P38684|UniProtKB:Q9I2U3|UniProtKB:P0AA16 F Transcriptional regulatory protein CssR UniProtKB:O32192|PTN000724370 protein NCBITaxon:224308 20170829 GO_Central phosphorelay response regulator activity -UniProtKB O32192 cssR GO:0001216 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P21866|UniProtKB:P23836|UniProtKB:Q8EHJ3 F Transcriptional regulatory protein CssR UniProtKB:O32192|PTN000724370 protein NCBITaxon:224308 20170829 GO_Central DNA-binding transcription activator activity -UniProtKB O32192 cssR GO:0032993 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EHJ3|UniProtKB:Q8EE50 C Transcriptional regulatory protein CssR UniProtKB:O32192|PTN000724370 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex -UniProtKB O32233 secG GO:0005886 PMID:21873635 IBA PANTHER:PTN002149719|UniProtKB:P0AG99 C Probable protein-export membrane protein SecG UniProtKB:O32233|PTN002149735 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O32233 secG GO:0043952 PMID:21873635 IBA PANTHER:PTN002149719|UniProtKB:P0AG99 P Probable protein-export membrane protein SecG UniProtKB:O32233|PTN002149735 protein NCBITaxon:224308 20170228 GO_Central protein transport by the Sec complex -UniProtKB O32233 secG GO:0065002 PMID:21873635 IBA PANTHER:PTN002149719|UniProtKB:P0AG99 P Probable protein-export membrane protein SecG UniProtKB:O32233|PTN002149735 protein NCBITaxon:224308 20170228 GO_Central intracellular protein transmembrane transport -UniProtKB O32241 sdpI GO:0009636 PMID:21873635 IBA PANTHER:PTN005119160|UniProtKB:O32241 P Immunity protein SdpI UniProtKB:O32241|PTN002208567 protein NCBITaxon:224308 20170901 GO_Central response to toxic substance -UniProtKB O32242 sdpR GO:0000976 PMID:21873635 IBA PANTHER:PTN002108422|UniProtKB:Q9HW47 F Transcriptional repressor SdpR UniProtKB:O32242|PTN002431055 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O32242 sdpR GO:0006355 PMID:21873635 IBA PANTHER:PTN002108422|UniProtKB:P37309 P Transcriptional repressor SdpR UniProtKB:O32242|PTN002431055 protein NCBITaxon:224308 20170228 GO_Central regulation of transcription, DNA-templated -UniProtKB O32243 opuCC GO:0031460 PMID:21873635 IBA PANTHER:PTN001249439|UniProtKB:P33359|UniProtKB:P33361 P Glycine betaine/carnitine/choline-binding protein OpuCC UniProtKB:O32243|PTN002014668 protein NCBITaxon:224308 20190829 GO_Central glycine betaine transport -UniProtKB O32254 yvbT GO:0005829 PMID:21873635 IBA PANTHER:PTN001248648|UniProtKB:P0ADV5 C Uncharacterized protein YvbT UniProtKB:O32254|PTN000765072 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O32261 ganP GO:0015423 PMID:21873635 IBA PANTHER:PTN000789704|UniProtKB:P02916 F Putative arabinogalactan oligomer transport system permease protein GanP UniProtKB:O32261|PTN000789706 protein NCBITaxon:224308 20170228 GO_Central ABC-type maltose transporter activity -UniProtKB O32261 ganP GO:1990060 PMID:21873635 IBA PANTHER:PTN000789704|UniProtKB:P02916 C Putative arabinogalactan oligomer transport system permease protein GanP UniProtKB:O32261|PTN000789706 protein NCBITaxon:224308 20170228 GO_Central maltose transport complex -UniProtKB O32261 ganP GO:0042956 PMID:21873635 IBA PANTHER:PTN000789704|UniProtKB:P02916 P Putative arabinogalactan oligomer transport system permease protein GanP UniProtKB:O32261|PTN000789706 protein NCBITaxon:224308 20180413 GO_Central maltodextrin transport -UniProtKB O32272 tuaC GO:0016758 PMID:21873635 IBA PANTHER:PTN001394472|UniProtKB:Q8CWR6|UniProtKB:P9WMY5 F Putative teichuronic acid biosynthesis glycosyltransferase TuaC UniProtKB:O32272|PTN002288375 protein NCBITaxon:224308 20170228 GO_Central transferase activity, transferring hexosyl groups -UniProtKB O32272 tuaC GO:0016757 PMID:21873635 IBA PANTHER:PTN002288367|UniProtKB:Q8CWR6|UniProtKB:P9WMY5|TAIR:locus:2150059 F Putative teichuronic acid biosynthesis glycosyltransferase TuaC UniProtKB:O32272|PTN002288375 protein NCBITaxon:224308 20200810 GO_Central transferase activity, transferring glycosyl groups -UniProtKB O32274 tuaA GO:0016780 PMID:21873635 IBA PANTHER:PTN001255017|UniProtKB:P71241 F Putative undecaprenyl-phosphate N-acetylgalactosaminyl 1-phosphate transferase UniProtKB:O32274|PTN000778622 protein NCBITaxon:224308 20170228 GO_Central phosphotransferase activity, for other substituted phosphate groups -UniProtKB P49851 ykhA GO:0047617 PMID:21873635 IBA PANTHER:PTN000114372|UniProtKB:O00154|UniProtKB:P0A8Z0|MGI:MGI:1917275|RGD:628856|UniProtKB:Q8WXI4 F Uncharacterized acyl-CoA thioester hydrolase YkhA UniProtKB:P49851|PTN001337428 protein NCBITaxon:224308 20170228 GO_Central acyl-CoA hydrolase activity -UniProtKB P49851 ykhA GO:0036042 PMID:21873635 IBA PANTHER:PTN000114372|UniProtKB:O00154 F Uncharacterized acyl-CoA thioester hydrolase YkhA UniProtKB:P49851|PTN001337428 protein NCBITaxon:224308 20180411 GO_Central long-chain fatty acyl-CoA binding -UniProtKB P49851 ykhA GO:0006637 PMID:21873635 IBA PANTHER:PTN000114372|RGD:619752|UniProtKB:O00154|MGI:MGI:1921406 P Uncharacterized acyl-CoA thioester hydrolase YkhA UniProtKB:P49851|PTN001337428 protein NCBITaxon:224308 20200807 GO_Central acyl-CoA metabolic process -UniProtKB P49851 ykhA GO:0005829 PMID:21873635 IBA PANTHER:PTN000114372|UniProtKB:O00154|RGD:619752|RGD:628856|UniProtKB:Q8WXI4|MGI:MGI:1917275 C Uncharacterized acyl-CoA thioester hydrolase YkhA UniProtKB:P49851|PTN001337428 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB P49851 ykhA GO:0006631 PMID:21873635 IBA PANTHER:PTN000114372|UniProtKB:O00154|MGI:MGI:1917275 P Uncharacterized acyl-CoA thioester hydrolase YkhA UniProtKB:P49851|PTN001337428 protein NCBITaxon:224308 20200807 GO_Central fatty acid metabolic process -UniProtKB O34811 ytwI GO:0005886 PMID:21873635 IBA PANTHER:PTN002213034|UniProtKB:P0ACY6 C UPF0756 membrane protein YtwI UniProtKB:O34811|PTN002213038 protein NCBITaxon:224308 20170831 GO_Central plasma membrane -UniProtKB O34843 sigO GO:0006355 PMID:21873635 IBA PANTHER:PTN001251781|UniProtKB:P9WGI3|UniProtKB:P06574 P RNA polymerase sigma factor SigO UniProtKB:O34843|PTN001251783 protein NCBITaxon:224308 20170228 GO_Central regulation of transcription, DNA-templated -UniProtKB O34870 ykuE GO:0008758 PMID:21873635 IBA PANTHER:PTN000769845|UniProtKB:O84467 F Uncharacterized metallophosphoesterase YkuE UniProtKB:O34870|PTN001262830 protein NCBITaxon:224308 20171130 GO_Central UDP-2,3-diacylglucosamine hydrolase activity -UniProtKB O34870 ykuE GO:0009245 PMID:21873635 IBA PANTHER:PTN000769845|UniProtKB:O84467 P Uncharacterized metallophosphoesterase YkuE UniProtKB:O34870|PTN001262830 protein NCBITaxon:224308 20171130 GO_Central lipid A biosynthetic process -UniProtKB O34893 yngF GO:0006635 PMID:21873635 IBA PANTHER:PTN000941828|RGD:61892|MGI:MGI:94871|UniProtKB:P30084|RGD:69330 P Putative enoyl-CoA hydratase/isomerase YngF UniProtKB:O34893|PTN000235125 protein NCBITaxon:224308 20170228 GO_Central fatty acid beta-oxidation -UniProtKB O34893 yngF GO:0004300 PMID:21873635 IBA PANTHER:PTN000941828|UniProtKB:Q13825|UniProtKB:P76082|UniProtKB:P30084|RGD:69330|MGI:MGI:1338011 F Putative enoyl-CoA hydratase/isomerase YngF UniProtKB:O34893|PTN000235125 protein NCBITaxon:224308 20170228 GO_Central enoyl-CoA hydratase activity -UniProtKB Q00538 mmr GO:0016020 PMID:21873635 IBA PANTHER:PTN001161692|SGD:S000005905|SGD:S000004584 C Methylenomycin A resistance protein UniProtKB:Q00538|PTN000605891 protein NCBITaxon:224308 20180620 GO_Central membrane -UniProtKB O35034 yefC GO:0006310 PMID:21873635 IBA PANTHER:PTN001576764|UniProtKB:P03014 P Resolvase homolog YefC UniProtKB:O35034|PTN002411831 protein NCBITaxon:224308 20200930 GO_Central DNA recombination -UniProtKB O35034 yefC GO:0000150 PMID:21873635 IBA PANTHER:PTN001576764|UniProtKB:P03014|UniProtKB:O06604 F Resolvase homolog YefC UniProtKB:O35034|PTN002411831 protein NCBITaxon:224308 20200809 GO_Central recombinase activity -UniProtKB O34933 yfmD GO:0033214 PMID:21873635 IBA PANTHER:PTN001253116|UniProtKB:P06972|UniProtKB:P15030|UniProtKB:P15029 P Fe(3+)-citrate import system permease protein YfmD UniProtKB:O34933|PTN000765998 protein NCBITaxon:224308 20201206 GO_Central siderophore-dependent iron import into cell -UniProtKB O34933 yfmD GO:0022857 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P06972|UniProtKB:P06609|UniProtKB:P23876|UniProtKB:P15029|UniProtKB:P15030 F Fe(3+)-citrate import system permease protein YfmD UniProtKB:O34933|PTN000765998 protein NCBITaxon:224308 20190116 GO_Central transmembrane transporter activity -UniProtKB O34933 yfmD GO:0005887 PMID:21873635 IBA PANTHER:PTN000765980|UniProtKB:P06609 C Fe(3+)-citrate import system permease protein YfmD UniProtKB:O34933|PTN000765998 protein NCBITaxon:224308 20190116 GO_Central integral component of plasma membrane -UniProtKB O34934 nadK2 GO:0003951 PMID:21873635 IBA PANTHER:PTN000463643|SGD:S000000767|UniProtKB:O31612|UniProtKB:Q58327|UniProtKB:P9WHV7|SGD:S000003810|UniProtKB:Q9C5W3|UniProtKB:P65774|UniProtKB:O95544|TAIR:locus:2202975|UniProtKB:Q56YN3|UniProtKB:P0A7B3|UniProtKB:Q8Y8D7 F NAD kinase 2 UniProtKB:O34934|PTN000463771 protein NCBITaxon:224308 20190307 GO_Central NAD+ kinase activity -UniProtKB O34934 nadK2 GO:0006741 PMID:21873635 IBA PANTHER:PTN000463643|TAIR:locus:2202975|UniProtKB:Q8Y8D7|UniProtKB:P0A7B3|UniProtKB:P65774|RGD:1642420|SGD:S000003810|UniProtKB:P9WHV7|SGD:S000000767|SGD:S000006109|UniProtKB:Q58327|UniProtKB:O31612 P NAD kinase 2 UniProtKB:O34934|PTN000463771 protein NCBITaxon:224308 20190307 GO_Central NADP biosynthetic process -UniProtKB O34951 bceR GO:0005829 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P69228|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P0AE88 C Sensory transduction protein BceR UniProtKB:O34951|PTN000703800 protein NCBITaxon:224308 20170829 GO_Central cytosol -UniProtKB O34951 bceR GO:0001216 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P21866|UniProtKB:P23836|UniProtKB:Q8EHJ3 F Sensory transduction protein BceR UniProtKB:O34951|PTN000703800 protein NCBITaxon:224308 20170829 GO_Central DNA-binding transcription activator activity -UniProtKB O34951 bceR GO:0000156 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P30843|UniProtKB:P0A9Q1|UniProtKB:O07776|UniProtKB:P38684|UniProtKB:Q9I2U3|UniProtKB:P0AA16 F Sensory transduction protein BceR UniProtKB:O34951|PTN000703800 protein NCBITaxon:224308 20170829 GO_Central phosphorelay response regulator activity -UniProtKB O34951 bceR GO:0032993 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EHJ3|UniProtKB:Q8EE50 C Sensory transduction protein BceR UniProtKB:O34951|PTN000703800 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex -UniProtKB O34951 bceR GO:0000976 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P21866|UniProtKB:P69228|UniProtKB:P08368|UniProtKB:Q8EE50|UniProtKB:Q8EHJ3|UniProtKB:Q04803|UniProtKB:P23836|UniProtKB:P0A9Q1|UniProtKB:O24973 F Sensory transduction protein BceR UniProtKB:O34951|PTN000703800 protein NCBITaxon:224308 20200810 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O34961 yjmB GO:0071702 PMID:21873635 IBA PANTHER:PTN000140373|UniProtKB:Q8NA29|MGI:MGI:1923824|UniProtKB:P02921|ZFIN:ZDB-GENE-041114-166|ZFIN:ZDB-GENE-040801-89|MGI:MGI:3583946|UniProtKB:A6NFX1 P Uncharacterized symporter YjmB UniProtKB:O34961|PTN000792843 protein NCBITaxon:224308 20200807 GO_Central organic substance transport -UniProtKB O34961 yjmB GO:0005887 PMID:21873635 IBA PANTHER:PTN000140373|MGI:MGI:3583946|UniProtKB:P02921|MGI:MGI:1923824|UniProtKB:A6NFX1 C Uncharacterized symporter YjmB UniProtKB:O34961|PTN000792843 protein NCBITaxon:224308 20181024 GO_Central integral component of plasma membrane -UniProtKB O34961 yjmB GO:0005215 PMID:21873635 IBA PANTHER:PTN000140373|MGI:MGI:3583946|UniProtKB:P02921|MGI:MGI:1923824|UniProtKB:Q8NA29|UniProtKB:A6NFX1|UniProtKB:P32136 F Uncharacterized symporter YjmB UniProtKB:O34961|PTN000792843 protein NCBITaxon:224308 20200807 GO_Central transporter activity -UniProtKB O34970 yttP GO:0006355 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:G3XCU9|UniProtKB:P0ACT6|UniProtKB:P75952|UniProtKB:P9WMC1|UniProtKB:P9WMB9|UniProtKB:P32265|UniProtKB:Q9HXS0|UniProtKB:Q9HZJ9|UniProtKB:P0ACS9|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:Q9HY46|UniProtKB:Q9HXW2|UniProtKB:Q9HZW2|UniProtKB:P39334|UniProtKB:P0ACU0 P Probable HTH-type transcriptional regulator YttP UniProtKB:O34970|PTN007823452 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB O34970 yttP GO:0003700 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:P0ACS9 F Probable HTH-type transcriptional regulator YttP UniProtKB:O34970|PTN007823452 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB O34970 yttP GO:0000976 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P32265|UniProtKB:Q9HZJ9|UniProtKB:Q9KR96|UniProtKB:Q9HXS0|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HY46 F Probable HTH-type transcriptional regulator YttP UniProtKB:O34970|PTN007823452 protein NCBITaxon:224308 20190822 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O34991 ytvI GO:0055085 PMID:21873635 IBA PANTHER:PTN000496647|UniProtKB:P0AFS5 P Putative transport protein YtvI UniProtKB:O34991|PTN000496700 protein NCBITaxon:224308 20170228 GO_Central transmembrane transport -UniProtKB O34634 yrrK GO:0000967 PMID:21873635 IBA PANTHER:PTN002118000|UniProtKB:P0A8I1 P Putative pre-16S rRNA nuclease UniProtKB:O34634|PTN002118068 protein NCBITaxon:224308 20170228 GO_Central rRNA 5'-end processing -UniProtKB O34636 yocA GO:0044275 PMID:21873635 IBA PANTHER:PTN002148853|UniProtKB:Q5AZ10 P Uncharacterized membrane protein YocA UniProtKB:O34636|PTN002148881 protein NCBITaxon:224308 20171208 GO_Central cellular carbohydrate catabolic process -UniProtKB O34656 cotI GO:0042601 PMID:21873635 IBA PANTHER:PTN002216705|UniProtKB:O32123 C Spore coat protein I UniProtKB:O34656|PTN002216716 protein NCBITaxon:224308 20170906 GO_Central endospore-forming forespore -UniProtKB O34673 uxaA GO:0019698 PMID:21873635 IBA PANTHER:PTN000776259|UniProtKB:P42604 P Altronate dehydratase UniProtKB:O34673|PTN001254199 protein NCBITaxon:224308 20170228 GO_Central D-galacturonate catabolic process -UniProtKB O34684 yjkA GO:0006879 PMID:21873635 IBA PANTHER:PTN000768934|UniProtKB:P77307 P UPF0014 membrane protein YjkA UniProtKB:O34684|PTN000768935 protein NCBITaxon:224308 20170228 GO_Central cellular iron ion homeostasis -UniProtKB O34684 yjkA GO:0005887 PMID:21873635 IBA PANTHER:PTN000768930|UniProtKB:P77307 C UPF0014 membrane protein YjkA UniProtKB:O34684|PTN000768935 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB O34693 yloA GO:0072344 PMID:21873635 IBA PANTHER:PTN000391355|UniProtKB:O34693|SGD:S000005930 P Uncharacterized protein YloA UniProtKB:O34693|PTN000391431 protein NCBITaxon:224308 20200808 GO_Central rescue of stalled ribosome -UniProtKB O34693 yloA GO:0000049 PMID:21873635 IBA PANTHER:PTN000391355|SGD:S000005930|UniProtKB:O34693 F Uncharacterized protein YloA UniProtKB:O34693|PTN000391431 protein NCBITaxon:224308 20170613 GO_Central tRNA binding -UniProtKB O34693 yloA GO:0043023 PMID:21873635 IBA PANTHER:PTN000391355|UniProtKB:O34693|SGD:S000005930 F Uncharacterized protein YloA UniProtKB:O34693|PTN000391431 protein NCBITaxon:224308 20200808 GO_Central ribosomal large subunit binding -UniProtKB O34693 yloA GO:1990112 PMID:21873635 IBA PANTHER:PTN000391355|SGD:S000005930 C Uncharacterized protein YloA UniProtKB:O34693|PTN000391431 protein NCBITaxon:224308 20170613 GO_Central RQC complex -UniProtKB O34720 yjgC GO:0051539 PMID:21873635 IBA PANTHER:PTN000177493|UniProtKB:P33937|UniProtKB:P33602|UniProtKB:P07658 F Probable oxidoreductase YjgC UniProtKB:O34720|PTN000177463 protein NCBITaxon:224308 20180323 GO_Central 4 iron, 4 sulfur cluster binding -UniProtKB O34739 steT GO:0003333 PMID:21873635 IBA PANTHER:PTN000208507|WB:F52H2.2b|UniProtKB:Q9UHI5|UniProtKB:Q01650|FB:FBgn0028425|SGD:S000001028|RGD:620639|SGD:S000003287|CGD:CAL0000175765|MGI:MGI:1355323|UniProtKB:Q92536|MGI:MGI:1347355|FB:FBgn0002778|WB:WBGene00000002 P Serine/threonine exchanger SteT UniProtKB:O34739|PTN000208994 protein NCBITaxon:224308 20200929 GO_Central amino acid transmembrane transport -UniProtKB O34739 steT GO:0015179 PMID:21873635 IBA PANTHER:PTN000208507|SGD:S000001028|MGI:MGI:1355323|SGD:S000003287|UniProtKB:P82251|UniProtKB:A0A3Q1NNN2|MGI:MGI:1298205|UniProtKB:Q9UHI5|UniProtKB:Q01650 F Serine/threonine exchanger SteT UniProtKB:O34739|PTN000208994 protein NCBITaxon:224308 20200808 GO_Central L-amino acid transmembrane transporter activity -UniProtKB O34742 opuCD GO:0031460 PMID:21873635 IBA PANTHER:PTN000765466|UniProtKB:O69723|UniProtKB:O69722 P Glycine betaine/carnitine/choline transport system permease protein OpuCD UniProtKB:O34742|PTN001248836 protein NCBITaxon:224308 20170228 GO_Central glycine betaine transport -UniProtKB O34742 opuCD GO:0006810 PMID:21873635 IBA PANTHER:PTN001248830|UniProtKB:O69722|UniProtKB:Q47539|UniProtKB:P75851|UniProtKB:O69723 P Glycine betaine/carnitine/choline transport system permease protein OpuCD UniProtKB:O34742|PTN001248836 protein NCBITaxon:224308 20190822 GO_Central transport -UniProtKB O34742 opuCD GO:0005886 PMID:21873635 IBA PANTHER:PTN001248830|UniProtKB:Q47539 C Glycine betaine/carnitine/choline transport system permease protein OpuCD UniProtKB:O34742|PTN001248836 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O34742 opuCD GO:0022857 PMID:21873635 IBA PANTHER:PTN001248830|UniProtKB:P75851|UniProtKB:Q47539 F Glycine betaine/carnitine/choline transport system permease protein OpuCD UniProtKB:O34742|PTN001248836 protein NCBITaxon:224308 20190822 GO_Central transmembrane transporter activity -UniProtKB O34744 sumT GO:0004851 PMID:21873635 IBA PANTHER:PTN000472945|TAIR:locus:2164506|UniProtKB:P0AEA8|SGD:S000001777 F Uroporphyrinogen-III C-methyltransferase UniProtKB:O34744|PTN000472992 protein NCBITaxon:224308 20170228 GO_Central uroporphyrin-III C-methyltransferase activity -UniProtKB O34744 sumT GO:0019354 PMID:21873635 IBA PANTHER:PTN000472945|SGD:S000001777|UniProtKB:P0AEA8|TAIR:locus:2164506 P Uroporphyrinogen-III C-methyltransferase UniProtKB:O34744|PTN000472992 protein NCBITaxon:224308 20170228 GO_Central siroheme biosynthetic process -UniProtKB P96678 ydfA GO:0016021 PMID:21873635 IBA PANTHER:PTN001616489|UniProtKB:P0AB93 C Putative arsenical pump membrane protein YdfA UniProtKB:P96678|PTN000032145 protein NCBITaxon:224308 20170602 GO_Central integral component of membrane -UniProtKB P96678 ydfA GO:0005887 PMID:21873635 IBA PANTHER:PTN000032142|UniProtKB:P0AB93 C Putative arsenical pump membrane protein YdfA UniProtKB:P96678|PTN000032145 protein NCBITaxon:224308 20170228 GO_Central integral component of plasma membrane -UniProtKB Q00777 proG GO:0055129 PMID:21873635 IBA PANTHER:PTN000182176|UniProtKB:P0A9L8|UniProtKB:Q53H96 P Pyrroline-5-carboxylate reductase 3 UniProtKB:Q00777|PTN000182334 protein NCBITaxon:224308 20190212 GO_Central L-proline biosynthetic process -UniProtKB Q00777 proG GO:0004735 PMID:21873635 IBA PANTHER:PTN000182176|UniProtKB:P32322|UniProtKB:Q53H96|UniProtKB:P9WHU7|SGD:S000000825|TAIR:locus:2185435|UniProtKB:P0A9L8 F Pyrroline-5-carboxylate reductase 3 UniProtKB:Q00777|PTN000182334 protein NCBITaxon:224308 20190212 GO_Central pyrroline-5-carboxylate reductase activity -UniProtKB Q00758 spoVB GO:0005886 PMID:21873635 IBA PANTHER:PTN000744762|UniProtKB:P28303 C Stage V sporulation protein B UniProtKB:Q00758|PTN000129084 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB Q04795 dapG GO:0004072 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P00562|UniProtKB:P9WPX3|UniProtKB:P94417|TAIR:locus:2174708|TAIR:locus:2078638|UniProtKB:P08660|SGD:S000000854 F Aspartokinase 1 UniProtKB:Q04795|PTN000487160 protein NCBITaxon:224308 20181004 GO_Central aspartate kinase activity -UniProtKB Q04795 dapG GO:0005829 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P08660|UniProtKB:P00562 C Aspartokinase 1 UniProtKB:Q04795|PTN000487160 protein NCBITaxon:224308 20181004 GO_Central cytosol -UniProtKB Q04795 dapG GO:0009090 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P00562|SGD:S000000854|UniProtKB:P08660 P Aspartokinase 1 UniProtKB:Q04795|PTN000487160 protein NCBITaxon:224308 20181004 GO_Central homoserine biosynthetic process -UniProtKB Q04795 dapG GO:0009089 PMID:21873635 IBA PANTHER:PTN000487076|UniProtKB:P08660|UniProtKB:P9WPX3|UniProtKB:P00562 P Aspartokinase 1 UniProtKB:Q04795|PTN000487160 protein NCBITaxon:224308 20181004 GO_Central lysine biosynthetic process via diaminopimelate -UniProtKB Q04789 alsS GO:0005948 PMID:21873635 IBA PANTHER:PTN000438758|UniProtKB:P08142|SGD:S000004714 C Acetolactate synthase UniProtKB:Q04789|PTN000438753 protein NCBITaxon:224308 20200220 GO_Central acetolactate synthase complex -UniProtKB Q04789 alsS GO:0009097 PMID:21873635 IBA PANTHER:PTN000438758|UniProtKB:P08142|UniProtKB:P9WG41|UniProtKB:A0A1D8PJF9|PomBase:SPBP35G2.07|UniProtKB:P00893 P Acetolactate synthase UniProtKB:Q04789|PTN000438753 protein NCBITaxon:224308 20200220 GO_Central isoleucine biosynthetic process -UniProtKB Q04789 alsS GO:0003984 PMID:21873635 IBA PANTHER:PTN000438682|TAIR:locus:2114525|UniProtKB:P00893|SGD:S000004714|PomBase:SPBP35G2.07|UniProtKB:P08142|UniProtKB:P9WG41|UniProtKB:P9WG39 F Acetolactate synthase UniProtKB:Q04789|PTN000438753 protein NCBITaxon:224308 20200220 GO_Central acetolactate synthase activity -UniProtKB Q04789 alsS GO:0009099 PMID:21873635 IBA PANTHER:PTN000438758|UniProtKB:P08142|UniProtKB:P9WG41|UniProtKB:A0A1D8PJF9|PomBase:SPBP35G2.07|UniProtKB:P00893|TAIR:locus:2114525 P Acetolactate synthase UniProtKB:Q04789|PTN000438753 protein NCBITaxon:224308 20200220 GO_Central valine biosynthetic process -UniProtKB Q04789 alsS GO:0050660 PMID:21873635 IBA PANTHER:PTN000438682|UniProtKB:P0AEP7|SGD:S000004714 F Acetolactate synthase UniProtKB:Q04789|PTN000438753 protein NCBITaxon:224308 20200220 GO_Central flavin adenine dinucleotide binding -UniProtKB Q04778 alsR GO:0032993 PMID:21873635 IBA PANTHER:PTN001576272|UniProtKB:Q9K1H8 C HTH-type transcriptional regulator AlsR UniProtKB:Q04778|PTN000768722 protein NCBITaxon:224308 20200417 GO_Central protein-DNA complex -UniProtKB Q04778 alsR GO:0003700 PMID:21873635 IBA PANTHER:PTN001576272|UniProtKB:P23841|UniProtKB:Q47141|UniProtKB:P20668|UniProtKB:P0ACQ4|UniProtKB:Q9K1H8 F HTH-type transcriptional regulator AlsR UniProtKB:Q04778|PTN000768722 protein NCBITaxon:224308 20200417 GO_Central DNA-binding transcription factor activity -UniProtKB Q04778 alsR GO:0000986 PMID:21873635 IBA PANTHER:PTN001576272|UniProtKB:P0ACQ4 F HTH-type transcriptional regulator AlsR UniProtKB:Q04778|PTN000768722 protein NCBITaxon:224308 20200417 GO_Central bacterial-type cis-regulatory region sequence-specific DNA binding -UniProtKB Q04778 alsR GO:0006355 PMID:21873635 IBA PANTHER:PTN001576272|UniProtKB:P23841|UniProtKB:Q47141|UniProtKB:P20668|UniProtKB:P0ACQ4|UniProtKB:Q9K1H8 P HTH-type transcriptional regulator AlsR UniProtKB:Q04778|PTN000768722 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB O31432 ybdJ GO:0001216 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P21866|UniProtKB:P23836|UniProtKB:Q8EHJ3 F Uncharacterized transcriptional regulatory protein YbdJ UniProtKB:O31432|PTN000724739 protein NCBITaxon:224308 20170829 GO_Central DNA-binding transcription activator activity -UniProtKB O31432 ybdJ GO:0005829 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P69228|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P0AE88 C Uncharacterized transcriptional regulatory protein YbdJ UniProtKB:O31432|PTN000724739 protein NCBITaxon:224308 20170829 GO_Central cytosol -UniProtKB O31432 ybdJ GO:0000156 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P30843|UniProtKB:P0A9Q1|UniProtKB:O07776|UniProtKB:P38684|UniProtKB:Q9I2U3|UniProtKB:P0AA16 F Uncharacterized transcriptional regulatory protein YbdJ UniProtKB:O31432|PTN000724739 protein NCBITaxon:224308 20170829 GO_Central phosphorelay response regulator activity -UniProtKB O31432 ybdJ GO:0000976 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P21866|UniProtKB:P69228|UniProtKB:P08368|UniProtKB:Q8EE50|UniProtKB:Q8EHJ3|UniProtKB:Q04803|UniProtKB:P23836|UniProtKB:P0A9Q1|UniProtKB:O24973 F Uncharacterized transcriptional regulatory protein YbdJ UniProtKB:O31432|PTN000724739 protein NCBITaxon:224308 20200810 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O31432 ybdJ GO:0032993 PMID:21873635 IBA PANTHER:PTN000724188|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EHJ3|UniProtKB:Q8EE50 C Uncharacterized transcriptional regulatory protein YbdJ UniProtKB:O31432|PTN000724739 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex -UniProtKB O31433 ybdK GO:0005886 PMID:21873635 IBA PANTHER:PTN002557430|UniProtKB:P0AE82 C Sensor histidine kinase YbdK UniProtKB:O31433|PTN002896120 protein NCBITaxon:224308 20201001 GO_Central plasma membrane -UniProtKB O31433 ybdK GO:0016021 PMID:21873635 IBA PANTHER:PTN002557430|UniProtKB:P0AE82 C Sensor histidine kinase YbdK UniProtKB:O31433|PTN002896120 protein NCBITaxon:224308 20171018 GO_Central integral component of membrane -UniProtKB O31433 ybdK GO:0000155 PMID:21873635 IBA PANTHER:PTN002557430|UniProtKB:P0AE82 F Sensor histidine kinase YbdK UniProtKB:O31433|PTN002896120 protein NCBITaxon:224308 20171018 GO_Central phosphorelay sensor kinase activity -UniProtKB O31464 glnT GO:0005886 PMID:21873635 IBA PANTHER:PTN000768371|UniProtKB:P30143 C Probable sodium/glutamine symporter GlnT UniProtKB:O31464|PTN001251140 protein NCBITaxon:224308 20170228 GO_Central plasma membrane -UniProtKB O31474 ycgJ GO:0008168 PMID:21873635 IBA PANTHER:PTN001602504|WB:WBGene00018811|UniProtKB:P9WIN3|UniProtKB:P36999 F Uncharacterized methyltransferase YcgJ UniProtKB:O31474|PTN000011440 protein NCBITaxon:224308 20200810 GO_Central methyltransferase activity -UniProtKB O31541 yetL GO:0006355 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4|UniProtKB:P0A8W2|UniProtKB:Q8EI70|UniProtKB:P27245|UniProtKB:P11065 P Uncharacterized HTH-type transcriptional regulator YetL UniProtKB:O31541|PTN001825944 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB O31541 yetL GO:0006950 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YetL UniProtKB:O31541|PTN001825944 protein NCBITaxon:224308 20170228 GO_Central response to stress -UniProtKB O31541 yetL GO:0000976 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4 F Uncharacterized HTH-type transcriptional regulator YetL UniProtKB:O31541|PTN001825944 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O31553 yfjF GO:0005887 PMID:21873635 IBA PANTHER:PTN002188979|UniProtKB:P76169 C UPF0060 membrane protein YfjF UniProtKB:O31553|PTN002188994 protein NCBITaxon:224308 20171003 GO_Central integral component of plasma membrane -UniProtKB O31560 yfiR GO:0003700 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:P0ACS9 F Uncharacterized HTH-type transcriptional regulator YfiR UniProtKB:O31560|PTN001247517 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity -UniProtKB O31560 yfiR GO:0006355 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:G3XCU9|UniProtKB:P0ACT6|UniProtKB:P75952|UniProtKB:P9WMC1|UniProtKB:P9WMB9|UniProtKB:P32265|UniProtKB:Q9HXS0|UniProtKB:Q9HZJ9|UniProtKB:P0ACS9|UniProtKB:P95251|UniProtKB:P0ACU2|UniProtKB:Q9HY46|UniProtKB:Q9HXW2|UniProtKB:Q9HZW2|UniProtKB:P39334|UniProtKB:P0ACU0 P Uncharacterized HTH-type transcriptional regulator YfiR UniProtKB:O31560|PTN001247517 protein NCBITaxon:224308 20200930 GO_Central regulation of transcription, DNA-templated -UniProtKB O31560 yfiR GO:0000976 PMID:21873635 IBA PANTHER:PTN004738546|UniProtKB:P32265|UniProtKB:Q9HZJ9|UniProtKB:Q9KR96|UniProtKB:Q9HXS0|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HY46 F Uncharacterized HTH-type transcriptional regulator YfiR UniProtKB:O31560|PTN001247517 protein NCBITaxon:224308 20190822 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O31563 yfiU GO:0055085 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P52600|SGD:S000000497|UniProtKB:P9WJY3|PomBase:SPBC3E7.06c|SGD:S000003456|PomBase:SPBC460.03|SGD:S000006402|SGD:S000000575|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|PomBase:SPBC12C2.13c|PomBase:SPBC4F6.09|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000000574|UniProtKB:P9WJX3 P Uncharacterized MFS-type transporter YfiU UniProtKB:O31563|PTN000606028 protein NCBITaxon:224308 20201206 GO_Central transmembrane transport -UniProtKB O31563 yfiU GO:0005887 PMID:21873635 IBA PANTHER:PTN000605491|UniProtKB:P9WJY3|UniProtKB:Q6C8F0|SGD:S000006402 C Uncharacterized MFS-type transporter YfiU UniProtKB:O31563|PTN000606028 protein NCBITaxon:224308 20201206 GO_Central integral component of plasma membrane -UniProtKB O31563 yfiU GO:0022857 PMID:21873635 IBA PANTHER:PTN000605491|SGD:S000001032|UniProtKB:P9WJX3|UniProtKB:Q8X1Z7|SGD:S000000574|UniProtKB:P0AEJ0|SGD:S000000791|CGD:CAL0000196424|PomBase:SPBC12C2.13c|SGD:S000000575|SGD:S000006402|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000001039|SGD:S000003456|SGD:S000000497|SGD:S000005518|PomBase:SPBC3E7.06c|UniProtKB:P9WJY3|SGD:S000004694 F Uncharacterized MFS-type transporter YfiU UniProtKB:O31563|PTN000606028 protein NCBITaxon:224308 20201206 GO_Central transmembrane transporter activity -UniProtKB O31567 yfiY GO:0030288 PMID:21873635 IBA PANTHER:PTN001254050|UniProtKB:P0AEL6|UniProtKB:P07822 C Probable siderophore-binding lipoprotein YfiY UniProtKB:O31567|PTN000776221 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space -UniProtKB O31592 yhbI GO:0006950 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YhbI UniProtKB:O31592|PTN002109496 protein NCBITaxon:224308 20170228 GO_Central response to stress -UniProtKB O31592 yhbI GO:0000976 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4 F Uncharacterized HTH-type transcriptional regulator YhbI UniProtKB:O31592|PTN002109496 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O31592 yhbI GO:0006355 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4|UniProtKB:P0A8W2|UniProtKB:Q8EI70|UniProtKB:P27245|UniProtKB:P11065 P Uncharacterized HTH-type transcriptional regulator YhbI UniProtKB:O31592|PTN002109496 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB O31631 metI GO:0005737 PMID:21873635 IBA PANTHER:PTN000211590|SGD:S000003152|SGD:S000001154|TAIR:locus:2080605|TAIR:locus:2019449 C Cystathionine gamma-synthase/O-acetylhomoserine (thiol)-lyase UniProtKB:O31631|PTN000211706 protein NCBITaxon:224308 20200808 GO_Central cytoplasm -UniProtKB O31631 metI GO:0019346 PMID:21873635 IBA PANTHER:PTN000211590|SGD:S000000010|UniProtKB:P32929|SGD:S000003152 P Cystathionine gamma-synthase/O-acetylhomoserine (thiol)-lyase UniProtKB:O31631|PTN000211706 protein NCBITaxon:224308 20170228 GO_Central transsulfuration -UniProtKB O31631 metI GO:0019343 PMID:21873635 IBA PANTHER:PTN000211591|UniProtKB:P9WGB7|SGD:S000000010|UniProtKB:P32929 P Cystathionine gamma-synthase/O-acetylhomoserine (thiol)-lyase UniProtKB:O31631|PTN000211706 protein NCBITaxon:224308 20181107 GO_Central cysteine biosynthetic process via cystathionine -UniProtKB O31631 metI GO:0030170 PMID:21873635 IBA PANTHER:PTN000211590|UniProtKB:P32929|UniProtKB:P00935 F Cystathionine gamma-synthase/O-acetylhomoserine (thiol)-lyase UniProtKB:O31631|PTN000211706 protein NCBITaxon:224308 20170228 GO_Central pyridoxal phosphate binding -UniProtKB O31631 metI GO:0004123 PMID:21873635 IBA PANTHER:PTN000211591|MGI:MGI:1339968|UniProtKB:P32929|SGD:S000000010|UniProtKB:O05394|UniProtKB:P9WGB7 F Cystathionine gamma-synthase/O-acetylhomoserine (thiol)-lyase UniProtKB:O31631|PTN000211706 protein NCBITaxon:224308 20170228 GO_Central cystathionine gamma-lyase activity -UniProtKB O31631 metI GO:0016846 PMID:21873635 IBA PANTHER:PTN000211590|UniProtKB:P9WGB7|RGD:2443|UniProtKB:P32929|TAIR:locus:2080605|SGD:S000000010|SGD:S000003152|UniProtKB:Q5AXC9|MGI:MGI:1339968|TAIR:locus:2019449|UniProtKB:O05394 F Cystathionine gamma-synthase/O-acetylhomoserine (thiol)-lyase UniProtKB:O31631|PTN000211706 protein NCBITaxon:224308 20181107 GO_Central carbon-sulfur lyase activity -UniProtKB O31652 ctaB1 GO:0004311 PMID:21873635 IBA PANTHER:PTN000114243|UniProtKB:Q12887|UniProtKB:P0AEA5 F Protoheme IX farnesyltransferase 1 UniProtKB:O31652|PTN000114317 protein NCBITaxon:224308 20170228 GO_Central farnesyltranstransferase activity -UniProtKB O31652 ctaB1 GO:0006783 PMID:21873635 IBA PANTHER:PTN000114243|MGI:MGI:1917633|UniProtKB:P0AEA5|SGD:S000006093|UniProtKB:Q12887 P Protoheme IX farnesyltransferase 1 UniProtKB:O31652|PTN000114317 protein NCBITaxon:224308 20170228 GO_Central heme biosynthetic process -UniProtKB O31652 ctaB1 GO:0045333 PMID:21873635 IBA PANTHER:PTN000114243|MGI:MGI:1917633|UniProtKB:Q12887 P Protoheme IX farnesyltransferase 1 UniProtKB:O31652|PTN000114317 protein NCBITaxon:224308 20170228 GO_Central cellular respiration -UniProtKB O31654 sigI GO:0006355 PMID:21873635 IBA PANTHER:PTN001251781|UniProtKB:P9WGI3|UniProtKB:P06574 P RNA polymerase sigma factor SigI UniProtKB:O31654|PTN001576540 protein NCBITaxon:224308 20170228 GO_Central regulation of transcription, DNA-templated -UniProtKB O31662 mtnA GO:0046523 PMID:21873635 IBA PANTHER:PTN002460138|SGD:S000006322 F Methylthioribose-1-phosphate isomerase UniProtKB:O31662|PTN000028192 protein NCBITaxon:224308 20170228 GO_Central S-methyl-5-thioribose-1-phosphate isomerase activity -UniProtKB O31662 mtnA GO:0019509 PMID:21873635 IBA PANTHER:PTN002460138|SGD:S000006322 P Methylthioribose-1-phosphate isomerase UniProtKB:O31662|PTN000028192 protein NCBITaxon:224308 20170228 GO_Central L-methionine salvage from methylthioadenosine -UniProtKB O31672 mhqR GO:0006950 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:P27245 P HTH-type transcriptional regulator MhqR UniProtKB:O31672|PTN002109462 protein NCBITaxon:224308 20170228 GO_Central response to stress -UniProtKB O31672 mhqR GO:0006355 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4|UniProtKB:P0A8W2|UniProtKB:Q8EI70|UniProtKB:P27245|UniProtKB:P11065 P HTH-type transcriptional regulator MhqR UniProtKB:O31672|PTN002109462 protein NCBITaxon:224308 20201001 GO_Central regulation of transcription, DNA-templated -UniProtKB O31672 mhqR GO:0000976 PMID:21873635 IBA PANTHER:PTN002109389|UniProtKB:Q9HZZ4 F HTH-type transcriptional regulator MhqR UniProtKB:O31672|PTN002109462 protein NCBITaxon:224308 20170228 GO_Central transcription regulatory region sequence-specific DNA binding -UniProtKB O31742 rplS GO:0003735 PMID:21873635 IBA PANTHER:PTN000402783|SGD:S000000642|UniProtKB:P0A7K6 F 50S ribosomal protein L19 UniProtKB:O31742|PTN000402850 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome -UniProtKB O31742 rplS GO:0022625 PMID:21873635 IBA PANTHER:PTN000402849|UniProtKB:P0A7K6 C 50S ribosomal protein L19 UniProtKB:O31742|PTN000402850 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit -UniProtKB O31743 rbgA GO:0003924 PMID:21873635 IBA PANTHER:PTN000119717|TAIR:locus:2140270|UniProtKB:O31743|UniProtKB:Q9BT17 F Ribosome biogenesis GTPase A UniProtKB:O31743|PTN000120130 protein NCBITaxon:224308 20170228 GO_Central GTPase activity -UniProtKB O31744 rnhB GO:0004523 PMID:21873635 IBA PANTHER:PTN000102672|UniProtKB:O75792|PomBase:SPAC4G9.02|SGD:S000005016|UniProtKB:P10442 F Ribonuclease HII UniProtKB:O31744|PTN000102758 protein NCBITaxon:224308 20170228 GO_Central RNA-DNA hybrid ribonuclease activity -UniProtKB O31744 rnhB GO:0043137 PMID:21873635 IBA PANTHER:PTN000102672|SGD:S000005016 P Ribonuclease HII UniProtKB:O31744|PTN000102758 protein NCBITaxon:224308 20170228 GO_Central DNA replication, removal of RNA primer -UniProtKB O31744 rnhB GO:0006298 PMID:21873635 IBA PANTHER:PTN000102672|UniProtKB:O75792|PomBase:SPAC4G9.02|UniProtKB:P10442|MGI:MGI:1916974 P Ribonuclease HII UniProtKB:O31744|PTN000102758 protein NCBITaxon:224308 20200807 GO_Central mismatch repair -UniProtKB O31744 rnhB GO:0032299 PMID:21873635 IBA PANTHER:PTN000102672|UniProtKB:O75792|SGD:S000005016|MGI:MGI:1916974 C Ribonuclease HII UniProtKB:O31744|PTN000102758 protein NCBITaxon:224308 20170228 GO_Central ribonuclease H2 complex -UniProtKB O31751 uppS GO:0016094 PMID:21873635 IBA PANTHER:PTN000033324|TAIR:locus:2178838|UniProtKB:P9WFF5|SGD:S000004707|CGD:CAL0000188102|UniProtKB:P9WFF7|TAIR:locus:505006701|TAIR:locus:2178823|TAIR:locus:505006702|SGD:S000000206|TAIR:locus:2046867|TAIR:locus:2046857|PomBase:SPAC4D7.04c|UniProtKB:P60472 P Isoprenyl transferase UniProtKB:O31751|PTN000033423 protein NCBITaxon:224308 20170228 GO_Central polyprenol biosynthetic process -UniProtKB O31751 uppS GO:0000287 PMID:21873635 IBA PANTHER:PTN000033422|UniProtKB:P9WFF5|UniProtKB:P60472|UniProtKB:P9WFF7 F Isoprenyl transferase UniProtKB:O31751|PTN000033423 protein NCBITaxon:224308 20180916 GO_Central magnesium ion binding -UniProtKB O31751 uppS GO:0008834 PMID:21873635 IBA PANTHER:PTN000033422|UniProtKB:P60472|UniProtKB:P9WFF7 F Isoprenyl transferase UniProtKB:O31751|PTN000033423 protein NCBITaxon:224308 20180916 GO_Central di-trans,poly-cis-decaprenylcistransferase activity -UniProtKB O31751 uppS GO:0002094 PMID:21873635 IBA PANTHER:PTN000033324|TAIR:locus:2178823|TAIR:locus:2178838 F Isoprenyl transferase UniProtKB:O31751|PTN000033423 protein NCBITaxon:224308 20170228 GO_Central polyprenyltransferase activity -UniProtKB O31751 uppS GO:0030145 PMID:21873635 IBA PANTHER:PTN000033422|UniProtKB:P9WFF7|UniProtKB:P9WFF5 F Isoprenyl transferase UniProtKB:O31751|PTN000033423 protein NCBITaxon:224308 20180916 GO_Central manganese ion binding -UniProtKB O31751 uppS GO:0005829 PMID:21873635 IBA PANTHER:PTN000033422|UniProtKB:P9WFF5|UniProtKB:P60472|UniProtKB:P9WFF7 C Isoprenyl transferase UniProtKB:O31751|PTN000033423 protein NCBITaxon:224308 20170228 GO_Central cytosol -UniProtKB O31761 ymfC GO:0045892 PMID:21873635 IBA PANTHER:PTN000746727|UniProtKB:P13669 P Uncharacterized HTH-type transcriptional regulator YmfC UniProtKB:O31761|PTN000203649 protein NCBITaxon:224308 20180118 GO_Central negative regulation of transcription, DNA-templated -UniProtKB O31825 yngE contributes_to GO:0004485 PMID:21873635 IBA PANTHER:PTN000523406|RGD:1310279|UniProtKB:Q9HCC0 F Uncharacterized carboxylase YngE UniProtKB:O31825|PTN000523474 protein NCBITaxon:224308 20170828 GO_Central methylcrotonoyl-CoA carboxylase activity -UniProtKB O31825 yngE GO:0006552 PMID:21873635 IBA PANTHER:PTN000523406|TAIR:locus:2124256 P Uncharacterized carboxylase YngE UniProtKB:O31825|PTN000523474 protein NCBITaxon:224308 20170828 GO_Central leucine catabolic process -UniProtKB O31825 yngE GO:1905202 PMID:21873635 IBA PANTHER:PTN000523406|UniProtKB:Q9HCC0 C Uncharacterized carboxylase YngE UniProtKB:O31825|PTN000523474 protein NCBITaxon:224308 20170828 GO_Central methylcrotonoyl-CoA carboxylase complex -UniProtKB O31853 yojK GO:0008194 PMID:21873635 IBA PANTHER:PTN000230403|UniProtKB:O75795|ZFIN:ZDB-GENE-080220-7|MGI:MGI:2146055|ZFIN:ZDB-GENE-050419-23|UniProtKB:Q9BY64|UniProtKB:Q5A950|ZFIN:ZDB-GENE-080227-6|UniProtKB:Q6NUS8|UniProtKB:P06133|UniProtKB:O75310|UniProtKB:P16662|ZFIN:ZDB-GENE-081105-106|RGD:708541|RGD:628623|UniProtKB:P54855|UniProtKB:Q6UWM9|UniProtKB:Q3SY77|RGD:3936|RGD:3937|RGD:3938|MGI:MGI:2145969|ZFIN:ZDB-GENE-100406-4|RGD:620895|UniProtKB:Q9Y4X1 F Uncharacterized UDP-glucosyltransferase YojK UniProtKB:O31853|PTN000231466 protein NCBITaxon:224308 20201207 GO_Central UDP-glycosyltransferase activity -UniProtKB O31853 yojK GO:0043231 PMID:21873635 IBA PANTHER:PTN000230403|RGD:620895|UniProtKB:Q6NUS8|RGD:708541|RGD:3938|UniProtKB:Q9BY64 C Uncharacterized UDP-glucosyltransferase YojK UniProtKB:O31853|PTN000231466 protein NCBITaxon:224308 20201207 GO_Central intracellular membrane-bounded organelle -UniProtKB O31854 cdaS GO:0004016 PMID:21873635 IBA PANTHER:PTN002149835|UniProtKB:O31854|UniProtKB:Q8Y5E4|UniProtKB:Q45589 F Cyclic di-AMP synthase CdaS UniProtKB:O31854|PTN002149863 protein NCBITaxon:224308 20171208 GO_Central adenylate cyclase activity -UniProtKB O31980 yomE GO:0033299 PMID:21873635 IBA PANTHER:PTN002868320|MGI:MGI:1351598 P SPBc2 prophage-derived uncharacterized protein YomE UniProtKB:O31980|PTN002043452 protein NCBITaxon:224308 20200204 GO_Central secretion of lysosomal enzymes -UniProtKB O31990 uvrX GO:0003887 PMID:21873635 IBA PANTHER:PTN000117876|TAIR:locus:2031050|UniProtKB:P04152|UniProtKB:Q47155 F Putative UV-damage repair protein UvrX UniProtKB:O31990|PTN000118199 protein NCBITaxon:224308 20200807 GO_Central DNA-directed DNA polymerase activity -UniProtKB O31990 uvrX GO:0009432 PMID:21873635 IBA PANTHER:PTN000118165|UniProtKB:P04152|UniProtKB:Q47155|UniProtKB:Q74CQ6|UniProtKB:Q8Y5T0 P Putative UV-damage repair protein UvrX UniProtKB:O31990|PTN000118199 protein NCBITaxon:224308 20200807 GO_Central SOS response -UniProtKB O31990 uvrX GO:0042276 PMID:21873635 IBA PANTHER:PTN000117876|UniProtKB:Q47155|WB:WBGene00017696|UniProtKB:Q9UBT6 P Putative UV-damage repair protein UvrX UniProtKB:O31990|PTN000118199 protein NCBITaxon:224308 20200929 GO_Central error-prone translesion synthesis +UniProtKB O31606 spxH GO:0005515 PMID:19074380 IPI UniProtKB:O31602 F ClpXP adapter protein SpxH yjbH|BSU11550 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31606 spxH GO:0005515 PMID:21378193 IPI UniProtKB:O31602 F ClpXP adapter protein SpxH yjbH|BSU11550 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31606 spxH GO:0005515 PMID:21378193 IPI UniProtKB:O32302 F ClpXP adapter protein SpxH yjbH|BSU11550 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31652 ctaB1 GO:0005515 PMID:15491161 IPI UniProtKB:P12946 F Protoheme IX farnesyltransferase 1 ctaO|BSU12080 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31677 queE GO:0000287 PMID:23194065 IDA F 7-carboxy-7-deazaguanine synthase ykvL|BSU13740 protein NCBITaxon:224308 20151109 UniProt magnesium ion binding +UniProtKB O31677 queE GO:0016840 PMID:23194065 IDA F 7-carboxy-7-deazaguanine synthase ykvL|BSU13740 protein NCBITaxon:224308 20151109 UniProt carbon-nitrogen lyase activity +UniProtKB O31677 queE GO:0042803 PMID:23194065 IDA F 7-carboxy-7-deazaguanine synthase ykvL|BSU13740 protein NCBITaxon:224308 20151109 UniProt protein homodimerization activity +UniProtKB O31677 queE GO:0051539 PMID:23194065 IDA F 7-carboxy-7-deazaguanine synthase ykvL|BSU13740 protein NCBITaxon:224308 20151109 UniProt 4 iron, 4 sulfur cluster binding +UniProtKB O31677 queE GO:1904047 PMID:23194065 IDA F 7-carboxy-7-deazaguanine synthase ykvL|BSU13740 protein NCBITaxon:224308 20151109 UniProt S-adenosyl-L-methionine binding +UniProtKB P35620 flhA GO:0044780 PMID:25313396 IMP P Flagellar biosynthesis protein FlhA BSU16390 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P35620 flhA GO:0071978 PMID:25313396 IMP P Flagellar biosynthesis protein FlhA BSU16390 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P35620 flhA GO:0005515 PMID:20534509 IPI UniProtKB:P20487 F Flagellar biosynthesis protein FlhA BSU16390 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31435 ybdM GO:0005515 PMID:25278935 IPI UniProtKB:O34483 F Probable serine/threonine-protein kinase YbdM BSU02030 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31435 ybdM GO:0005515 PMID:25278935 IPI UniProtKB:O34507 F Probable serine/threonine-protein kinase YbdM BSU02030 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31435 ybdM GO:0005515 PMID:25278935 IPI UniProtKB:P10728 F Probable serine/threonine-protein kinase YbdM BSU02030 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31435 ybdM GO:0005515 PMID:25278935 IPI UniProtKB:P37562 F Probable serine/threonine-protein kinase YbdM BSU02030 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31435 ybdM GO:0005515 PMID:25278935 IPI UniProtKB:P42411 F Probable serine/threonine-protein kinase YbdM BSU02030 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31435 ybdM GO:0005515 PMID:25374563 IPI UniProtKB:P37469 F Probable serine/threonine-protein kinase YbdM BSU02030 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31435 ybdM GO:0005515 PMID:25374563 IPI UniProtKB:P42411 F Probable serine/threonine-protein kinase YbdM BSU02030 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31466 rtpA GO:0042802 PMID:19164760 IPI UniProtKB:O31466 F Tryptophan RNA-binding attenuator protein inhibitory protein yczA|BSU02530 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB O31466 rtpA GO:0042802 PMID:20713740 IPI UniProtKB:O31466 F Tryptophan RNA-binding attenuator protein inhibitory protein yczA|BSU02530 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB O31466 rtpA GO:0005515 PMID:19164760 IPI UniProtKB:Q9X6J6 F Tryptophan RNA-binding attenuator protein inhibitory protein yczA|BSU02530 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P21340 paiA GO:0004145 PMID:16210326 IDA F Spermidine/spermine N(1)-acetyltransferase BSU32150 protein NCBITaxon:224308 20150422 UniProt diamine N-acetyltransferase activity +UniProtKB P21340 paiA GO:0043939 PMID:2108124 IMP P Spermidine/spermine N(1)-acetyltransferase BSU32150 protein NCBITaxon:224308 20150422 UniProt negative regulation of sporulation +UniProtKB P35538 flhB GO:0044780 PMID:25313396 IMP P Flagellar biosynthetic protein FlhB BSU16380 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P35538 flhB GO:0071978 PMID:25313396 IMP P Flagellar biosynthetic protein FlhB BSU16380 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P35537 fliR GO:0044780 PMID:25313396 IMP P Flagellar biosynthetic protein FliR BSU16370 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P35537 fliR GO:0071978 PMID:25313396 IMP P Flagellar biosynthetic protein FliR BSU16370 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P35535 fliQ GO:0044780 PMID:25313396 IMP P Flagellar biosynthetic protein FliQ BSU16360 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P35535 fliQ GO:0071978 PMID:25313396 IMP P Flagellar biosynthetic protein FliQ BSU16360 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB P35528 fliP GO:0044780 PMID:25313396 IMP P Flagellar biosynthetic protein FliP cheC|BSU16350 protein NCBITaxon:224308 20180411 CACAO bacterial-type flagellum assembly +UniProtKB P35528 fliP GO:0071978 PMID:25313396 IMP P Flagellar biosynthetic protein FliP cheC|BSU16350 protein NCBITaxon:224308 20180402 CACAO bacterial-type flagellum-dependent swarming motility +UniProtKB O31710 yknX GO:0042802 PMID:22707703 IPI UniProtKB:O31710 F Putative efflux system component YknX BSU14350 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB O31728 sepF GO:0090529 PMID:16420366 IMP P Cell division protein SepF ylmF|BSU15390 protein NCBITaxon:224308 20120329 CACAO cell septum assembly +UniProtKB O31728 sepF GO:0042802 PMID:16796675 IPI UniProtKB:O31728 F Cell division protein SepF ylmF|BSU15390 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB O31728 sepF GO:0042802 PMID:21224850 IPI UniProtKB:O31728 F Cell division protein SepF ylmF|BSU15390 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB O31728 sepF GO:0042802 PMID:21630458 IPI UniProtKB:O31728 F Cell division protein SepF ylmF|BSU15390 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB O31728 sepF GO:0005515 PMID:16796675 IPI UniProtKB:P17865 F Cell division protein SepF ylmF|BSU15390 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31728 sepF GO:0005515 PMID:21224850 IPI UniProtKB:P17865 F Cell division protein SepF ylmF|BSU15390 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31728 sepF GO:0005515 PMID:21630458 IPI UniProtKB:P17865 F Cell division protein SepF ylmF|BSU15390 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB O31777 kbl GO:0008710 GO_REF:0000024 ISS UniProtKB:Q5SHZ8 F 8-amino-7-oxononanoate synthase 1 BSU17000 protein NCBITaxon:224308 20111012 UniProt 8-amino-7-oxononanoate synthase activity +UniProtKB O31777 kbl GO:0008890 GO_REF:0000024 ISS UniProtKB:Q5SHZ8 F 8-amino-7-oxononanoate synthase 1 BSU17000 protein NCBITaxon:224308 20111012 UniProt glycine C-acetyltransferase activity +UniProtKB O31777 kbl GO:0030170 GO_REF:0000024 ISS UniProtKB:P12998 F 8-amino-7-oxononanoate synthase 1 BSU17000 protein NCBITaxon:224308 20110715 UniProt pyridoxal phosphate binding +UniProtKB O31777 kbl GO:0009102 GO_REF:0000024 ISS UniProtKB:Q5SHZ8 P 8-amino-7-oxononanoate synthase 1 BSU17000 protein NCBITaxon:224308 20111012 UniProt biotin biosynthetic process +UniProtKB O31778 miaB GO:0035597 PMID:20472640 IMP F tRNA-2-methylthio-N(6)-dimethylallyladenosine synthase ymcB|BSU17010 protein NCBITaxon:224308 20120215 UniProt N6-isopentenyladenosine methylthiotransferase activity +UniProtKB O31778 miaB GO:0035600 PMID:20472640 IMP P tRNA-2-methylthio-N(6)-dimethylallyladenosine synthase ymcB|BSU17010 protein NCBITaxon:224308 20120215 UniProt tRNA methylthiolation +UniProtKB P37527 pdxS GO:0042802 PMID:17159152 IPI UniProtKB:P37527 F Pyridoxal 5'-phosphate synthase subunit PdxS yaaD|BSU00110 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P37527 pdxS GO:0005515 PMID:17159152 IPI UniProtKB:P37528 F Pyridoxal 5'-phosphate synthase subunit PdxS yaaD|BSU00110 protein NCBITaxon:224308 20231125 IntAct protein binding +UniProtKB P37554 spoVT GO:0042802 PMID:19000822 IPI UniProtKB:P37554 F Stage V sporulation protein T yabL|BSU00560 protein NCBITaxon:224308 20231125 IntAct identical protein binding +UniProtKB P37558 yabP GO:0042601 PMID:15231775 IDA C Spore protein YabP BSU00600 protein NCBITaxon:224308 20111104 CACAO endospore-forming forespore +UniProtKB O31851 yojM GO:0043167 PMID:15897454 EXP F Superoxide dismutase-like protein YojM BSU19400 protein NCBITaxon:224308 20220228 DisProt ion binding +UniProtKB O31851 yojM GO:0008270 PMID:15897454 IMP F Superoxide dismutase-like protein YojM BSU19400 protein NCBITaxon:224308 20161012 CAFA zinc ion binding +UniProtKB O31851 yojM GO:0042802 PMID:15897454 IMP F Superoxide dismutase-like protein YojM BSU19400 protein NCBITaxon:224308 20191023 CAFA identical protein binding +UniProtKB P54154 msrA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000019085|SGD:S000000844|UniProtKB:Q9UJ68|UniProtKB:Q57YH5|UniProtKB:P0A744|TAIR:locus:2117313|UniProtKB:Q336R9 C Peptide methionine sulfoxide reductase MsrA UniProtKB:P54154|PTN000019325 protein NCBITaxon:224308 20230604 GO_Central cytoplasm +UniProtKB P54154 msrA GO:0008113 GO_REF:0000033 IBA PANTHER:PTN000019085|SGD:S000000844|FB:FBgn0000565|UniProtKB:P0A744|MGI:MGI:106916|TAIR:locus:2117313|WB:WBGene00018393|TAIR:locus:2183409|TAIR:locus:2183419|UniProtKB:P9WJM5|RGD:70979|UniProtKB:Q336R9 F Peptide methionine sulfoxide reductase MsrA UniProtKB:P54154|PTN000019325 protein NCBITaxon:224308 20200809 GO_Central peptide-methionine (S)-S-oxide reductase activity +UniProtKB P54154 msrA GO:0034599 GO_REF:0000033 IBA PANTHER:PTN000019085|SGD:S000000844|UniProtKB:Q9HUF1|UniProtKB:C8V8B9|TAIR:locus:2183409|PomBase:SPAC29E6.05c|FB:FBgn0000565|TAIR:locus:2117313 P Peptide methionine sulfoxide reductase MsrA UniProtKB:P54154|PTN000019325 protein NCBITaxon:224308 20220925 GO_Central cellular response to oxidative stress +UniProtKB P54154 msrA GO:0036456 GO_REF:0000033 IBA PANTHER:PTN000019085|UniProtKB:P0A744|PomBase:SPAC29E6.05c F Peptide methionine sulfoxide reductase MsrA UniProtKB:P54154|PTN000019325 protein NCBITaxon:224308 20181029 GO_Central L-methionine-(S)-S-oxide reductase activity +UniProtKB P37957 estA GO:0016298 GO_REF:0000033 IBA PANTHER:PTN001278927|UniProtKB:P37957|WB:WBGene00011321 F Lipase EstA UniProtKB:P37957|PTN001278977 protein NCBITaxon:224308 20190213 GO_Central lipase activity +UniProtKB P37957 estA GO:0016042 GO_REF:0000033 IBA PANTHER:PTN001278927|WB:WBGene00011321 P Lipase EstA UniProtKB:P37957|PTN001278977 protein NCBITaxon:224308 20190213 GO_Central lipid catabolic process +UniProtKB P37963 spoVID GO:0008932 GO_REF:0000033 IBA PANTHER:PTN008659194|UniProtKB:P0AEZ7 F Stage VI sporulation protein D UniProtKB:P37963|PTN002852872 protein NCBITaxon:224308 20171201 GO_Central lytic endotransglycosylase activity +UniProtKB P37465 metG GO:0006431 GO_REF:0000033 IBA PANTHER:PTN000235847|UniProtKB:Q96GW9|SGD:S000003403|UniProtKB:Q8IJ60 P Methionine--tRNA ligase UniProtKB:P37465|PTN000235915 protein NCBITaxon:224308 20230112 GO_Central methionyl-tRNA aminoacylation +UniProtKB P37465 metG GO:0004825 GO_REF:0000033 IBA PANTHER:PTN000235847|UniProtKB:Q8IJ60|UniProtKB:P9WFU5|TAIR:locus:2099966|SGD:S000003403|CGD:CAL0000183257|UniProtKB:Q96GW9 F Methionine--tRNA ligase UniProtKB:P37465|PTN000235915 protein NCBITaxon:224308 20230112 GO_Central methionine-tRNA ligase activity +UniProtKB P37470 spoVC GO:0004045 GO_REF:0000033 IBA PANTHER:PTN000425416|UniProtKB:P9WHN7|SGD:S000001232|UniProtKB:P0A7D1|UniProtKB:Q86Y79 F Peptidyl-tRNA hydrolase UniProtKB:P37470|PTN000425477 protein NCBITaxon:224308 20230603 GO_Central aminoacyl-tRNA hydrolase activity +UniProtKB P37528 pdxT GO:1903600 GO_REF:0000033 IBA PANTHER:PTN000774355|SGD:S000004701 C Pyridoxal 5'-phosphate synthase subunit PdxT UniProtKB:P37528|PTN000774375 protein NCBITaxon:224308 20170228 GO_Central glutaminase complex +UniProtKB P37528 pdxT GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000774355|TAIR:locus:2175083 C Pyridoxal 5'-phosphate synthase subunit PdxT UniProtKB:P37528|PTN000774375 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P37528 pdxT GO:0008614 GO_REF:0000033 IBA PANTHER:PTN000774355|SGD:S000001834|SGD:S000004701 P Pyridoxal 5'-phosphate synthase subunit PdxT UniProtKB:P37528|PTN000774375 protein NCBITaxon:224308 20170228 GO_Central pyridoxine metabolic process +UniProtKB P37528 pdxT contributes_to GO:0004359 GO_REF:0000033 IBA PANTHER:PTN000774355|SGD:S000004701 F Pyridoxal 5'-phosphate synthase subunit PdxT UniProtKB:P37528|PTN000774375 protein NCBITaxon:224308 20170228 GO_Central glutaminase activity +UniProtKB P37528 pdxT GO:0042823 GO_REF:0000033 IBA PANTHER:PTN000774355|UniProtKB:P9WII7|SGD:S000004701 P Pyridoxal 5'-phosphate synthase subunit PdxT UniProtKB:P37528|PTN000774375 protein NCBITaxon:224308 20170228 GO_Central pyridoxal phosphate biosynthetic process +UniProtKB P37580 fhuD GO:0030288 GO_REF:0000033 IBA PANTHER:PTN001254050|UniProtKB:P07822|UniProtKB:P0AEL6 C Iron(3+)-hydroxamate-binding protein FhuD UniProtKB:P37580|PTN001254057 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space +UniProtKB O34553 ytsP GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000470869|UniProtKB:P76270 C Protein YtsP UniProtKB:O34553|PTN000470954 protein NCBITaxon:224308 20210905 GO_Central cytosol +UniProtKB P54457 rsfS GO:0090071 GO_REF:0000033 IBA PANTHER:PTN000471516|UniProtKB:P0AAT6 P Ribosomal silencing factor RsfS UniProtKB:P54457|PTN000471563 protein NCBITaxon:224308 20170228 GO_Central negative regulation of ribosome biogenesis +UniProtKB P54457 rsfS GO:0043023 GO_REF:0000033 IBA PANTHER:PTN000471516|UniProtKB:P0AAT6|UniProtKB:Q96EH3 F Ribosomal silencing factor RsfS UniProtKB:P54457|PTN000471563 protein NCBITaxon:224308 20230406 GO_Central ribosomal large subunit binding +UniProtKB P54457 rsfS GO:0017148 GO_REF:0000033 IBA PANTHER:PTN000471516|UniProtKB:Q96EH3|UniProtKB:P0AAT6 P Ribosomal silencing factor RsfS UniProtKB:P54457|PTN000471563 protein NCBITaxon:224308 20170228 GO_Central negative regulation of translation +UniProtKB P54491 yqgN GO:0035999 GO_REF:0000033 IBA PANTHER:PTN000601268|UniProtKB:P49914 P Uncharacterized protein YqgN UniProtKB:P54491|PTN000601377 protein NCBITaxon:224308 20170228 GO_Central tetrahydrofolate interconversion +UniProtKB P54491 yqgN GO:0030272 GO_REF:0000033 IBA PANTHER:PTN000601268|UniProtKB:P49914|SGD:S000000985|TAIR:locus:2179827|UniProtKB:P0AC28 F Uncharacterized protein YqgN UniProtKB:P54491|PTN000601377 protein NCBITaxon:224308 20170228 GO_Central 5-formyltetrahydrofolate cyclo-ligase activity +UniProtKB P54491 yqgN GO:0009396 GO_REF:0000033 IBA PANTHER:PTN000601268|SGD:S000000985 P Uncharacterized protein YqgN UniProtKB:P54491|PTN000601377 protein NCBITaxon:224308 20170228 GO_Central folic acid-containing compound biosynthetic process +UniProtKB P54522 xseB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002148936|UniProtKB:P0A8G9 C Exodeoxyribonuclease 7 small subunit UniProtKB:P54522|PTN002148954 protein NCBITaxon:224308 20171208 GO_Central cytosol +UniProtKB P54522 xseB GO:0008855 GO_REF:0000033 IBA PANTHER:PTN002148936|UniProtKB:P0A8G9 F Exodeoxyribonuclease 7 small subunit UniProtKB:P54522|PTN002148954 protein NCBITaxon:224308 20171208 GO_Central exodeoxyribonuclease VII activity +UniProtKB P54554 yqjQ GO:0016020 GO_REF:0000033 IBA PANTHER:PTN002544792|MGI:MGI:2384931 C Uncharacterized oxidoreductase YqjQ UniProtKB:P54554|PTN001214136 protein NCBITaxon:224308 20211119 GO_Central membrane +UniProtKB P55343 mraZ GO:2000143 GO_REF:0000033 IBA PANTHER:PTN002162879|UniProtKB:P22186 P Transcriptional regulator MraZ UniProtKB:P55343|PTN002162891 protein NCBITaxon:224308 20170228 GO_Central negative regulation of DNA-templated transcription initiation +UniProtKB P55343 mraZ GO:0000976 GO_REF:0000033 IBA PANTHER:PTN002162879|UniProtKB:P22186 F Transcriptional regulator MraZ UniProtKB:P55343|PTN002162891 protein NCBITaxon:224308 20170228 GO_Central transcription cis-regulatory region binding +UniProtKB P55343 mraZ GO:0003700 GO_REF:0000033 IBA PANTHER:PTN002162879|UniProtKB:P22186 F Transcriptional regulator MraZ UniProtKB:P55343|PTN002162891 protein NCBITaxon:224308 20170228 GO_Central DNA-binding transcription factor activity +UniProtKB P53560 ytbQ GO:0008460 GO_REF:0000033 IBA PANTHER:PTN000042046|UniProtKB:P27830|UniProtKB:P37759|UniProtKB:P9WN65 F Uncharacterized protein YtbQ UniProtKB:P53560|PTN002452891 protein NCBITaxon:224308 20200206 GO_Central dTDP-glucose 4,6-dehydratase activity +UniProtKB P53558 bioD GO:0009102 GO_REF:0000033 IBA PANTHER:PTN000482092|SGD:S000005340|UniProtKB:P9WPQ5|UniProtKB:P13000|UniProtKB:P0A6E9 P ATP-dependent dethiobiotin synthetase BioD UniProtKB:P53558|PTN000482097 protein NCBITaxon:224308 20230604 GO_Central biotin biosynthetic process +UniProtKB P53558 bioD GO:0004141 GO_REF:0000033 IBA PANTHER:PTN000482092|SGD:S000005340|UniProtKB:P0A6E9|UniProtKB:P9WPQ5|UniProtKB:P13000 F ATP-dependent dethiobiotin synthetase BioD UniProtKB:P53558|PTN000482097 protein NCBITaxon:224308 20230604 GO_Central dethiobiotin synthase activity +UniProtKB P53558 bioD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000482092|UniProtKB:P13000 C ATP-dependent dethiobiotin synthetase BioD UniProtKB:P53558|PTN000482097 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P53557 bioB GO:0004076 GO_REF:0000033 IBA PANTHER:PTN000540961|SGD:S000003518|TAIR:locus:2005497|UniProtKB:P12996|PomBase:SPCC1235.02 F Biotin synthase UniProtKB:P53557|PTN000540982 protein NCBITaxon:224308 20190308 GO_Central biotin synthase activity +UniProtKB P53557 bioB GO:0051537 GO_REF:0000033 IBA PANTHER:PTN000540961|UniProtKB:P12996 F Biotin synthase UniProtKB:P53557|PTN000540982 protein NCBITaxon:224308 20190308 GO_Central 2 iron, 2 sulfur cluster binding +UniProtKB P53557 bioB GO:0009102 GO_REF:0000033 IBA PANTHER:PTN000540961|SGD:S000003518|UniProtKB:Q5AYI7|PomBase:SPCC1235.02|UniProtKB:P12996 P Biotin synthase UniProtKB:P53557|PTN000540982 protein NCBITaxon:224308 20220924 GO_Central biotin biosynthetic process +UniProtKB P53555 bioK GO:0004015 GO_REF:0000033 IBA PANTHER:PTN000241343|UniProtKB:P12995|TAIR:locus:2174532|SGD:S000005341|UniProtKB:P9WQ81 F L-Lysine--8-amino-7-oxononanoate transaminase UniProtKB:P53555|PTN000241354 protein NCBITaxon:224308 20170228 GO_Central adenosylmethionine-8-amino-7-oxononanoate transaminase activity +UniProtKB P53555 bioK GO:0009102 GO_REF:0000033 IBA PANTHER:PTN000241343|SGD:S000005341|TAIR:locus:2174532|UniProtKB:Q5AYI6|UniProtKB:P9WQ81|UniProtKB:P12995|UniProtKB:Q4WD65 P L-Lysine--8-amino-7-oxononanoate transaminase UniProtKB:P53555|PTN000241354 protein NCBITaxon:224308 20220925 GO_Central biotin biosynthetic process +UniProtKB P37964 ysxE GO:0042601 GO_REF:0000033 IBA PANTHER:PTN002216705|UniProtKB:O32123 C Uncharacterized protein YsxE UniProtKB:P37964|PTN002446494 protein NCBITaxon:224308 20170906 GO_Central endospore-forming forespore +UniProtKB P37956 splB GO:0003913 GO_REF:0000033 IBA PANTHER:PTN002208719|UniProtKB:P37956 F Spore photoproduct lyase UniProtKB:P37956|PTN002208731 protein NCBITaxon:224308 20170901 GO_Central DNA photolyase activity +UniProtKB P37956 splB GO:1904047 GO_REF:0000033 IBA PANTHER:PTN002208719|UniProtKB:P37956 F Spore photoproduct lyase UniProtKB:P37956|PTN002208731 protein NCBITaxon:224308 20231109 GO_Central S-adenosyl-L-methionine binding +UniProtKB P37956 splB GO:0042601 GO_REF:0000033 IBA PANTHER:PTN002208719|UniProtKB:P37956 C Spore photoproduct lyase UniProtKB:P37956|PTN002208731 protein NCBITaxon:224308 20170901 GO_Central endospore-forming forespore +UniProtKB P37956 splB GO:0051539 GO_REF:0000033 IBA PANTHER:PTN002208719|UniProtKB:P37956 F Spore photoproduct lyase UniProtKB:P37956|PTN002208731 protein NCBITaxon:224308 20170901 GO_Central 4 iron, 4 sulfur cluster binding +UniProtKB P37949 lepA GO:0043022 GO_REF:0000033 IBA PANTHER:PTN002460656|SGD:S000004280|UniProtKB:P60785 F Elongation factor 4 UniProtKB:P37949|PTN000563206 protein NCBITaxon:224308 20230407 GO_Central ribosome binding +UniProtKB P37949 lepA GO:0045727 GO_REF:0000033 IBA PANTHER:PTN002460656|SGD:S000004280 P Elongation factor 4 UniProtKB:P37949|PTN000563206 protein NCBITaxon:224308 20210623 GO_Central positive regulation of translation +UniProtKB P37948 glpT GO:0061513 GO_REF:0000033 IBA PANTHER:PTN002466211|UniProtKB:O43826|MGI:MGI:1316650 F Glycerol-3-phosphate transporter UniProtKB:P37948|PTN000184988 protein NCBITaxon:224308 20220416 GO_Central glucose 6-phosphate:inorganic phosphate antiporter activity +UniProtKB P37948 glpT GO:0015760 GO_REF:0000033 IBA PANTHER:PTN002466211|RGD:62066|MGI:MGI:1316650|UniProtKB:P0AGC0|UniProtKB:O43826 P Glycerol-3-phosphate transporter UniProtKB:P37948|PTN000184988 protein NCBITaxon:224308 20210625 GO_Central glucose-6-phosphate transport +UniProtKB P37948 glpT GO:0035435 GO_REF:0000033 IBA PANTHER:PTN002466211|UniProtKB:O43826 P Glycerol-3-phosphate transporter UniProtKB:P37948|PTN000184988 protein NCBITaxon:224308 20210625 GO_Central phosphate ion transmembrane transport +UniProtKB P37948 glpT GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000184225|UniProtKB:P0AGC0|UniProtKB:P09836|UniProtKB:P08194 C Glycerol-3-phosphate transporter UniProtKB:P37948|PTN000184988 protein NCBITaxon:224308 20230112 GO_Central plasma membrane +UniProtKB P37947 degA GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:P18811|UniProtKB:P36673|UniProtKB:P24242|UniProtKB:P0ACP7|UniProtKB:Q8EBJ8|UniProtKB:P0ACQ0 F HTH-type transcriptional regulator DegA UniProtKB:P37947|PTN000765125 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity +UniProtKB P37947 degA GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P77615|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7 F HTH-type transcriptional regulator DegA UniProtKB:P37947|PTN000765125 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB P37947 degA GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P03024|UniProtKB:P0ACI3|UniProtKB:P03023|UniProtKB:P77615|UniProtKB:P0ACN7|UniProtKB:P36673|UniProtKB:P0ACP5|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:Q2G295|UniProtKB:P06846|UniProtKB:P0ACQ0|UniProtKB:Q8EBJ8|UniProtKB:P0ACP7|UniProtKB:P25748|UniProtKB:G3XD97|UniProtKB:Q8P5C9|UniProtKB:P24242 P HTH-type transcriptional regulator DegA UniProtKB:P37947|PTN000765125 protein NCBITaxon:224308 20230603 GO_Central regulation of DNA-templated transcription +UniProtKB P37946 ilvA GO:0004794 GO_REF:0000033 IBA PANTHER:PTN002463966|SGD:S000000888|UniProtKB:P04968|TAIR:locus:2100078|PomBase:SPBC1677.03c F L-threonine dehydratase biosynthetic IlvA UniProtKB:P37946|PTN000034658 protein NCBITaxon:224308 20200810 GO_Central threonine deaminase activity +UniProtKB P37946 ilvA GO:0006565 GO_REF:0000033 IBA PANTHER:PTN002459384|UniProtKB:P20132|UniProtKB:P0AGF6|SGD:S000000569 P L-threonine dehydratase biosynthetic IlvA UniProtKB:P37946|PTN000034658 protein NCBITaxon:224308 20220309 GO_Central L-serine catabolic process +UniProtKB P37946 ilvA GO:0006567 GO_REF:0000033 IBA PANTHER:PTN002463966|SGD:S000000888 P L-threonine dehydratase biosynthetic IlvA UniProtKB:P37946|PTN000034658 protein NCBITaxon:224308 20181004 GO_Central threonine catabolic process +UniProtKB P37946 ilvA GO:0009097 GO_REF:0000033 IBA PANTHER:PTN002459384|UniProtKB:P04968|TAIR:locus:2100078|PomBase:SPBC1677.03c|CGD:CAL0000199398|SGD:S000000888 P L-threonine dehydratase biosynthetic IlvA UniProtKB:P37946|PTN000034658 protein NCBITaxon:224308 20220309 GO_Central isoleucine biosynthetic process +UniProtKB P37946 ilvA GO:0003941 GO_REF:0000033 IBA PANTHER:PTN002459384|SGD:S000000569|UniProtKB:P0AGF6|UniProtKB:P20132 F L-threonine dehydratase biosynthetic IlvA UniProtKB:P37946|PTN000034658 protein NCBITaxon:224308 20220309 GO_Central L-serine ammonia-lyase activity +UniProtKB P37944 aroK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000472457|UniProtKB:P0A6D7 C Shikimate kinase UniProtKB:P37944|PTN000472480 protein NCBITaxon:224308 20181004 GO_Central cytosol +UniProtKB P37944 aroK GO:0004765 GO_REF:0000033 IBA PANTHER:PTN000472457|UniProtKB:P0A6E1|UniProtKB:P9WPY3|UniProtKB:Q8GY88|UniProtKB:Q7X7H9|UniProtKB:P0A6D7|UniProtKB:Q5NTH3|UniProtKB:Q5NTH4|UniProtKB:Q9SJ05 F Shikimate kinase UniProtKB:P37944|PTN000472480 protein NCBITaxon:224308 20220316 GO_Central shikimate kinase activity +UniProtKB P37942 bfmBB GO:0004149 GO_REF:0000033 IBA PANTHER:PTN000567956|UniProtKB:Q9N0F1|UniProtKB:P0AFG6|UniProtKB:P36957|RGD:1359615 F Lipoamide acyltransferase component of branched-chain alpha-keto acid dehydrogenase complex UniProtKB:P37942|PTN000567918 protein NCBITaxon:224308 20220223 GO_Central dihydrolipoyllysine-residue succinyltransferase activity +UniProtKB P37942 bfmBB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002459361|UniProtKB:P0AFG6 C Lipoamide acyltransferase component of branched-chain alpha-keto acid dehydrogenase complex UniProtKB:P37942|PTN000567918 protein NCBITaxon:224308 20220223 GO_Central cytosol +UniProtKB P37942 bfmBB GO:0006099 GO_REF:0000033 IBA PANTHER:PTN000567956|UniProtKB:P36957|UniProtKB:P0AFG6 P Lipoamide acyltransferase component of branched-chain alpha-keto acid dehydrogenase complex UniProtKB:P37942|PTN000567918 protein NCBITaxon:224308 20220223 GO_Central tricarboxylic acid cycle +UniProtKB P37941 bfmBAB GO:0009083 GO_REF:0000033 IBA PANTHER:PTN000178891|UniProtKB:P21953|TAIR:locus:2092835|TAIR:locus:2193889 P 2-oxoisovalerate dehydrogenase subunit beta UniProtKB:P37941|PTN000178956 protein NCBITaxon:224308 20220416 GO_Central branched-chain amino acid catabolic process +UniProtKB P37941 bfmBAB GO:0007584 GO_REF:0000033 IBA PANTHER:PTN000178891|RGD:2197 P 2-oxoisovalerate dehydrogenase subunit beta UniProtKB:P37941|PTN000178956 protein NCBITaxon:224308 20170502 GO_Central response to nutrient +UniProtKB P37940 bfmBAA GO:0009083 GO_REF:0000033 IBA PANTHER:PTN000162347|TAIR:locus:2184702|TAIR:locus:2027072|UniProtKB:P12694 P 2-oxoisovalerate dehydrogenase subunit alpha UniProtKB:P37940|PTN000162348 protein NCBITaxon:224308 20220416 GO_Central branched-chain amino acid catabolic process +UniProtKB P37887 cysK GO:0080146 GO_REF:0000033 IBA PANTHER:PTN000034535|UniProtKB:P0ABK5 F Cysteine synthase UniProtKB:P37887|PTN000034539 protein NCBITaxon:224308 20200807 GO_Central L-cysteine desulfhydrase activity +UniProtKB P37887 cysK GO:0004124 GO_REF:0000033 IBA PANTHER:PTN000034466|UniProtKB:Q43725|TAIR:locus:2143814|TAIR:locus:2082837|UniProtKB:P9WP55|PomBase:SPBC36.04|TAIR:locus:2043964|WB:WBGene00013866|UniProtKB:P0ABK5|TAIR:locus:2096454|TAIR:locus:2143754|TAIR:locus:2130419|WB:WBGene00019962|UniProtKB:P37887|UniProtKB:Q76MX2|TAIR:locus:2114804|WB:WBGene00007653|WB:WBGene00010759 F Cysteine synthase UniProtKB:P37887|PTN000034539 protein NCBITaxon:224308 20221006 GO_Central cysteine synthase activity +UniProtKB P37887 cysK GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000034104|TAIR:locus:2096454|WB:WBGene00013866|UniProtKB:P35520|UniProtKB:P0ABK5|SGD:S000003387|TAIR:locus:2082837 C Cysteine synthase UniProtKB:P37887|PTN000034539 protein NCBITaxon:224308 20210903 GO_Central cytoplasm +UniProtKB P37887 cysK GO:0006535 GO_REF:0000033 IBA PANTHER:PTN000034466|WB:WBGene00010759|UniProtKB:P0ABK5|WB:WBGene00007653|UniProtKB:P37887|WB:WBGene00019962|PomBase:SPBC36.04|UniProtKB:P9WP55|SGD:S000003387 P Cysteine synthase UniProtKB:P37887|PTN000034539 protein NCBITaxon:224308 20170228 GO_Central cysteine biosynthetic process from serine +UniProtKB P37878 alkA GO:0043916 GO_REF:0000033 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c F DNA-3-methyladenine glycosylase UniProtKB:P37878|PTN000028487 protein NCBITaxon:224308 20170228 GO_Central DNA-7-methylguanine glycosylase activity +UniProtKB P37878 alkA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN008677497|UniProtKB:P04395 C DNA-3-methyladenine glycosylase UniProtKB:P37878|PTN000028487 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB P37878 alkA GO:0032993 GO_REF:0000033 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c C DNA-3-methyladenine glycosylase UniProtKB:P37878|PTN000028487 protein NCBITaxon:224308 20170228 GO_Central protein-DNA complex +UniProtKB P37878 alkA GO:0008725 GO_REF:0000033 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c|SGD:S000000944 F DNA-3-methyladenine glycosylase UniProtKB:P37878|PTN000028487 protein NCBITaxon:224308 20170228 GO_Central DNA-3-methyladenine glycosylase activity +UniProtKB P37878 alkA GO:0006307 GO_REF:0000033 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c|SGD:S000000944|UniProtKB:P9WJW3|UniProtKB:P04395 P DNA-3-methyladenine glycosylase UniProtKB:P37878|PTN000028487 protein NCBITaxon:224308 20170228 GO_Central DNA dealkylation involved in DNA repair +UniProtKB P37878 alkA GO:0006285 GO_REF:0000033 IBA PANTHER:PTN002452908|SGD:S000000944|PomBase:SPBC23G7.11|PomBase:SPAPB24D3.04c P DNA-3-methyladenine glycosylase UniProtKB:P37878|PTN000028487 protein NCBITaxon:224308 20170228 GO_Central base-excision repair, AP site formation +UniProtKB P37878 alkA GO:0032131 GO_REF:0000033 IBA PANTHER:PTN002452908|PomBase:SPAPB24D3.04c F DNA-3-methyladenine glycosylase UniProtKB:P37878|PTN000028487 protein NCBITaxon:224308 20170228 GO_Central alkylated DNA binding +UniProtKB P37877 ackA GO:0008776 GO_REF:0000033 IBA PANTHER:PTN000471910|UniProtKB:P63411|UniProtKB:P0A6A3|UniProtKB:P11868 F Acetate kinase UniProtKB:P37877|PTN000471933 protein NCBITaxon:224308 20210623 GO_Central acetate kinase activity +UniProtKB P37877 ackA GO:0006083 GO_REF:0000033 IBA PANTHER:PTN000471910|UniProtKB:P0A6A3 P Acetate kinase UniProtKB:P37877|PTN000471933 protein NCBITaxon:224308 20210623 GO_Central acetate metabolic process +UniProtKB P37871 rpoC contributes_to GO:0003899 GO_REF:0000033 IBA PANTHER:PTN000453461|SGD:S000005642|WB:WBGene00000123|RGD:620824|PomBase:SPBC28F2.12|SGD:S000005868|SGD:S000002299 F DNA-directed RNA polymerase subunit beta' UniProtKB:P37871|PTN000453446 protein NCBITaxon:224308 20170228 GO_Central DNA-directed 5'-3' RNA polymerase activity +UniProtKB P37870 rpoB contributes_to GO:0003899 GO_REF:0000033 IBA PANTHER:PTN000465875|SGD:S000005733|PomBase:SPAC23G3.01|SGD:S000006214|SGD:S000005677|RGD:620822 F DNA-directed RNA polymerase subunit beta UniProtKB:P37870|PTN000466096 protein NCBITaxon:224308 20170228 GO_Central DNA-directed 5'-3' RNA polymerase activity +UniProtKB P37815 atpE GO:0015986 GO_REF:0000033 IBA PANTHER:PTN000003242|UniProtKB:P68699|UniProtKB:P9WPS1|SGD:S000007274 P ATP synthase subunit c UniProtKB:P37815|PTN000798630 protein NCBITaxon:224308 20230405 GO_Central proton motive force-driven ATP synthesis +UniProtKB P37815 atpE GO:0045263 GO_REF:0000033 IBA PANTHER:PTN000003242|UniProtKB:Q57WQ3|SGD:S000007274|RGD:61933|UniProtKB:P9WPS1|UniProtKB:P68699 C ATP synthase subunit c UniProtKB:P37815|PTN000798630 protein NCBITaxon:224308 20230109 GO_Central proton-transporting ATP synthase complex, coupling factor F(o) +UniProtKB P37814 atpF GO:0045263 GO_REF:0000033 IBA PANTHER:PTN002124753|UniProtKB:P0ABA0 C ATP synthase subunit b UniProtKB:P37814|PTN002124807 protein NCBITaxon:224308 20180110 GO_Central proton-transporting ATP synthase complex, coupling factor F(o) +UniProtKB P37814 atpF contributes_to GO:0046961 GO_REF:0000033 IBA PANTHER:PTN002124753|UniProtKB:P0ABA0 F ATP synthase subunit b UniProtKB:P37814|PTN002124807 protein NCBITaxon:224308 20180110 GO_Central proton-transporting ATPase activity, rotational mechanism +UniProtKB P37813 atpB GO:0045263 GO_REF:0000033 IBA PANTHER:PTN000151023|UniProtKB:P0AB98 C ATP synthase subunit a UniProtKB:P37813|PTN000151024 protein NCBITaxon:224308 20170228 GO_Central proton-transporting ATP synthase complex, coupling factor F(o) +UniProtKB P37813 atpB GO:0046933 GO_REF:0000033 IBA PANTHER:PTN000151023|UniProtKB:P0AB98 F ATP synthase subunit a UniProtKB:P37813|PTN000151024 protein NCBITaxon:224308 20170228 GO_Central proton-transporting ATP synthase activity, rotational mechanism +UniProtKB P37813 atpB GO:0042777 GO_REF:0000033 IBA PANTHER:PTN000151023|UniProtKB:P0AB98 P ATP synthase subunit a UniProtKB:P37813|PTN000151024 protein NCBITaxon:224308 20170228 GO_Central proton motive force-driven plasma membrane ATP synthesis +UniProtKB P37812 atpC contributes_to GO:0046933 GO_REF:0000033 IBA PANTHER:PTN000352454|UniProtKB:P30049|UniProtKB:P0A6E6|SGD:S000002162 F ATP synthase epsilon chain UniProtKB:P37812|PTN000352522 protein NCBITaxon:224308 20221007 GO_Central proton-transporting ATP synthase activity, rotational mechanism +UniProtKB P37812 atpC GO:0015986 GO_REF:0000033 IBA PANTHER:PTN000352454|SGD:S000002162|UniProtKB:P0A6E6|UniProtKB:P30049 P ATP synthase epsilon chain UniProtKB:P37812|PTN000352522 protein NCBITaxon:224308 20230406 GO_Central proton motive force-driven ATP synthesis +UniProtKB P37812 atpC GO:0045261 GO_REF:0000033 IBA PANTHER:PTN000352521|UniProtKB:P0A6E6 C ATP synthase epsilon chain UniProtKB:P37812|PTN000352522 protein NCBITaxon:224308 20170228 GO_Central proton-transporting ATP synthase complex, catalytic core F(1) +UniProtKB P37811 atpH contributes_to GO:0046933 GO_REF:0000033 IBA PANTHER:PTN000226814|UniProtKB:P48047|SGD:S000002706|UniProtKB:P0ABA4 F ATP synthase subunit delta UniProtKB:P37811|PTN000226882 protein NCBITaxon:224308 20200929 GO_Central proton-transporting ATP synthase activity, rotational mechanism +UniProtKB P37811 atpH GO:0015986 GO_REF:0000033 IBA PANTHER:PTN000226814|UniProtKB:P0ABA4|WB:WBGene00000230|UniProtKB:P48047|SGD:S000002706 P ATP synthase subunit delta UniProtKB:P37811|PTN000226882 protein NCBITaxon:224308 20230405 GO_Central proton motive force-driven ATP synthesis +UniProtKB P37811 atpH GO:0045261 GO_REF:0000033 IBA PANTHER:PTN000226814|UniProtKB:P0ABA4 C ATP synthase subunit delta UniProtKB:P37811|PTN000226882 protein NCBITaxon:224308 20200625 GO_Central proton-transporting ATP synthase complex, catalytic core F(1) +UniProtKB P37810 atpG GO:0045261 GO_REF:0000033 IBA PANTHER:PTN008524255|UniProtKB:P0ABA6 C ATP synthase gamma chain UniProtKB:P37810|PTN000190459 protein NCBITaxon:224308 20180509 GO_Central proton-transporting ATP synthase complex, catalytic core F(1) +UniProtKB P37810 atpG GO:0015986 GO_REF:0000033 IBA PANTHER:PTN000190379|UniProtKB:P36542|SGD:S000000243|UniProtKB:P0ABA6 P ATP synthase gamma chain UniProtKB:P37810|PTN000190459 protein NCBITaxon:224308 20230405 GO_Central proton motive force-driven ATP synthesis +UniProtKB P37810 atpG contributes_to GO:0046933 GO_REF:0000033 IBA PANTHER:PTN000190379|TAIR:locus:2036149|UniProtKB:P0ABA6|SGD:S000000243|UniProtKB:P36542 F ATP synthase gamma chain UniProtKB:P37810|PTN000190459 protein NCBITaxon:224308 20221007 GO_Central proton-transporting ATP synthase activity, rotational mechanism +UniProtKB P37809 atpD contributes_to GO:0046933 GO_REF:0000033 IBA PANTHER:PTN008558586|UniProtKB:P06576|UniProtKB:P0ABB4|SGD:S000003882|PomBase:SPAC222.12c F ATP synthase subunit beta UniProtKB:P37809|PTN000390115 protein NCBITaxon:224308 20210317 GO_Central proton-transporting ATP synthase activity, rotational mechanism +UniProtKB P37809 atpD GO:0045261 GO_REF:0000033 IBA PANTHER:PTN008558586|UniProtKB:P0ABB4|PomBase:SPAC222.12c|UniProtKB:Q57XX1|RGD:621368|SGD:S000003882|TAIR:locus:504956338|TAIR:locus:505006590 C ATP synthase subunit beta UniProtKB:P37809|PTN000390115 protein NCBITaxon:224308 20230111 GO_Central proton-transporting ATP synthase complex, catalytic core F(1) +UniProtKB P37585 murG GO:0016757 GO_REF:0000033 IBA PANTHER:PTN000470555|UniProtKB:P17443 F UDP-N-acetylglucosamine--N-acetylmuramyl-(pentapeptide) pyrophosphoryl-undecaprenol N-acetylglucosamine transferase UniProtKB:P37585|PTN000470562 protein NCBITaxon:224308 20210305 GO_Central glycosyltransferase activity +UniProtKB P37573 disA GO:0004016 GO_REF:0000033 IBA PANTHER:PTN002149835|UniProtKB:Q45589|UniProtKB:Q8Y5E4|UniProtKB:O31854 F DNA integrity scanning protein DisA UniProtKB:P37573|PTN000873976 protein NCBITaxon:224308 20171208 GO_Central adenylate cyclase activity +UniProtKB P37572 radA GO:0000725 GO_REF:0000033 IBA PANTHER:PTN000795786|UniProtKB:P24554 P DNA repair protein RadA UniProtKB:P37572|PTN000795791 protein NCBITaxon:224308 20170601 GO_Central recombinational repair +UniProtKB P37570 mcsB GO:0005615 GO_REF:0000033 IBA PANTHER:PTN000167125|MGI:MGI:88413|UniProtKB:P05122|UniProtKB:P00565 C Protein-arginine kinase UniProtKB:P37570|PTN000167318 protein NCBITaxon:224308 20231012 GO_Central extracellular space +UniProtKB P37570 mcsB GO:0016301 GO_REF:0000033 IBA PANTHER:PTN000167125|RGD:2358|MGI:MGI:88407|UniProtKB:P05122|UniProtKB:P00565|MGI:MGI:88413|RGD:61976 F Protein-arginine kinase UniProtKB:P37570|PTN000167318 protein NCBITaxon:224308 20190116 GO_Central kinase activity +UniProtKB P37556 yabN GO:0047429 GO_REF:0000033 IBA PANTHER:PTN000775634|UniProtKB:P0AEY3|UniProtKB:P96379 F Uncharacterized protein YabN UniProtKB:P37556|PTN000775635 protein NCBITaxon:224308 20170228 GO_Central nucleoside triphosphate diphosphatase activity +UniProtKB P37556 yabN GO:0046047 GO_REF:0000033 IBA PANTHER:PTN000775634|UniProtKB:P96379 P Uncharacterized protein YabN UniProtKB:P37556|PTN000775635 protein NCBITaxon:224308 20170228 GO_Central TTP catabolic process +UniProtKB P37556 yabN GO:0046076 GO_REF:0000033 IBA PANTHER:PTN000775634|UniProtKB:P96379 P Uncharacterized protein YabN UniProtKB:P37556|PTN000775635 protein NCBITaxon:224308 20170228 GO_Central dTTP catabolic process +UniProtKB P37556 yabN GO:0006203 GO_REF:0000033 IBA PANTHER:PTN000775634|UniProtKB:P96379 P Uncharacterized protein YabN UniProtKB:P37556|PTN000775635 protein NCBITaxon:224308 20170228 GO_Central dGTP catabolic process +UniProtKB P37556 yabN GO:0046052 GO_REF:0000033 IBA PANTHER:PTN000775634|UniProtKB:P96379 P Uncharacterized protein YabN UniProtKB:P37556|PTN000775635 protein NCBITaxon:224308 20170228 GO_Central UTP catabolic process +UniProtKB P37556 yabN GO:0046081 GO_REF:0000033 IBA PANTHER:PTN000775634|UniProtKB:P96379 P Uncharacterized protein YabN UniProtKB:P37556|PTN000775635 protein NCBITaxon:224308 20170228 GO_Central dUTP catabolic process +UniProtKB P37556 yabN GO:0046061 GO_REF:0000033 IBA PANTHER:PTN000775634|UniProtKB:P96379 P Uncharacterized protein YabN UniProtKB:P37556|PTN000775635 protein NCBITaxon:224308 20170228 GO_Central dATP catabolic process +UniProtKB P37552 yabJ GO:0019239 GO_REF:0000033 IBA PANTHER:PTN000211014|UniProtKB:Q7CP78|UniProtKB:P0AFQ5|TAIR:locus:2092374|UniProtKB:P0AF93|UniProtKB:P52758|UniProtKB:P37552 F 2-iminobutanoate/2-iminopropanoate deaminase UniProtKB:P37552|PTN000211106 protein NCBITaxon:224308 20230602 GO_Central deaminase activity +UniProtKB P37552 yabJ GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000211014|SGD:S000000859|UniProtKB:P0AF93 C 2-iminobutanoate/2-iminopropanoate deaminase UniProtKB:P37552|PTN000211106 protein NCBITaxon:224308 20230602 GO_Central cytosol +UniProtKB P37552 yabJ GO:1901565 GO_REF:0000033 IBA PANTHER:PTN000211014|UniProtKB:P52758|UniProtKB:P0AFQ5 P 2-iminobutanoate/2-iminopropanoate deaminase UniProtKB:P37552|PTN000211106 protein NCBITaxon:224308 20200808 GO_Central organonitrogen compound catabolic process +UniProtKB P37550 ispE GO:0050515 GO_REF:0000033 IBA PANTHER:PTN000466527|UniProtKB:P62615 F 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase UniProtKB:P37550|PTN000466536 protein NCBITaxon:224308 20170228 GO_Central 4-(cytidine 5'-diphospho)-2-C-methyl-D-erythritol kinase activity +UniProtKB P37547 rnmV GO:0006364 GO_REF:0000033 IBA PANTHER:PTN002216481|UniProtKB:P37547 P Ribonuclease M5 UniProtKB:P37547|PTN002216491 protein NCBITaxon:224308 20170228 GO_Central rRNA processing +UniProtKB P37547 rnmV GO:0043822 GO_REF:0000033 IBA PANTHER:PTN002216481|UniProtKB:P37547 F Ribonuclease M5 UniProtKB:P37547|PTN002216491 protein NCBITaxon:224308 20170228 GO_Central ribonuclease M5 activity +UniProtKB P37545 yabD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000740795|UniProtKB:P0AFQ7 C Uncharacterized metal-dependent hydrolase YabD UniProtKB:P37545|PTN000006855 protein NCBITaxon:224308 20171116 GO_Central cytosol +UniProtKB P37541 yaaT GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000492279|UniProtKB:Q57VG4|SGD:S000002913|UniProtKB:Q581A5 C Stage 0 sporulation protein YaaT UniProtKB:P37541|PTN000492302 protein NCBITaxon:224308 20230112 GO_Central cytoplasm +UniProtKB P37540 holB GO:0006261 GO_REF:0000033 IBA PANTHER:PTN000186208|SGD:S000005234|UniProtKB:P40937|PomBase:SPAC1687.03c|UniProtKB:P40938|UniProtKB:P35249|PomBase:SPBC83.14c|SGD:S000005454|UniProtKB:P35250|SGD:S000000291|SGD:S000003829|PomBase:SPAC23D3.02|UniProtKB:P28631|PomBase:SPAC27E2.10c P DNA polymerase III subunit delta' UniProtKB:P37540|PTN000186496 protein NCBITaxon:224308 20231108 GO_Central DNA-templated DNA replication +UniProtKB P37537 tmk GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000039066|UniProtKB:P0A720 C Thymidylate kinase UniProtKB:P37537|PTN000039067 protein NCBITaxon:224308 20180916 GO_Central cytosol +UniProtKB P37537 tmk GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000038985|UniProtKB:Q5EBM0|UniProtKB:P0A720|RGD:1309614|SGD:S000003818|UniProtKB:Q57YW2|UniProtKB:Q0WW55 C Thymidylate kinase UniProtKB:P37537|PTN000039067 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB P37537 tmk GO:0006235 GO_REF:0000033 IBA PANTHER:PTN000038985|UniProtKB:P0A720|RGD:1309614|UniProtKB:Q8I4S1|PomBase:SPCC70.07c|SGD:S000003818 P Thymidylate kinase UniProtKB:P37537|PTN000039067 protein NCBITaxon:224308 20230109 GO_Central dTTP biosynthetic process +UniProtKB P37537 tmk GO:0006233 GO_REF:0000033 IBA PANTHER:PTN000038985|UniProtKB:P23919|MGI:MGI:108396|UniProtKB:P0A720|RGD:1305881|PomBase:SPCC70.07c|RGD:1309614|SGD:S000003818 P Thymidylate kinase UniProtKB:P37537|PTN000039067 protein NCBITaxon:224308 20220413 GO_Central dTDP biosynthetic process +UniProtKB P37537 tmk GO:0004798 GO_REF:0000033 IBA PANTHER:PTN000038985|UniProtKB:P9WKE1|RGD:1305881|UniProtKB:Q8I4S1|PomBase:SPCC70.07c|SGD:S000003818|MGI:MGI:108396|UniProtKB:P23919|UniProtKB:P0A720 F Thymidylate kinase UniProtKB:P37537|PTN000039067 protein NCBITaxon:224308 20230109 GO_Central thymidylate kinase activity +UniProtKB P37537 tmk GO:0006227 GO_REF:0000033 IBA PANTHER:PTN000038985|RGD:1305881|UniProtKB:Q8I4S1|PomBase:SPCC70.07c|SGD:S000003818 P Thymidylate kinase UniProtKB:P37537|PTN000039067 protein NCBITaxon:224308 20230109 GO_Central dUDP biosynthetic process +UniProtKB P37531 sleL GO:0012505 GO_REF:0000033 IBA PANTHER:PTN000126440|UniProtKB:Q9BWS9 C Cortical fragment-lytic enzyme UniProtKB:P37531|PTN000126902 protein NCBITaxon:224308 20221124 GO_Central endomembrane system +UniProtKB P37531 sleL GO:0070492 GO_REF:0000033 IBA PANTHER:PTN000126440|UniProtKB:Q9BWS9 F Cortical fragment-lytic enzyme UniProtKB:P37531|PTN000126902 protein NCBITaxon:224308 20190408 GO_Central oligosaccharide binding +UniProtKB P37530 dgk GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000053758|UniProtKB:O95299|UniProtKB:O00142|MGI:MGI:1351602|MGI:MGI:1913266|UniProtKB:Q16854|FB:FBgn0022338|UniProtKB:P34942|FB:FBgn0019957 C Deoxyguanosine kinase UniProtKB:P37530|PTN000053920 protein NCBITaxon:224308 20231108 GO_Central cytoplasm +UniProtKB P37530 dgk GO:0019136 GO_REF:0000033 IBA PANTHER:PTN000053758|UniProtKB:O00142|UniProtKB:Q5ZMF3|RGD:1309279|MGI:MGI:1351602|TAIR:locus:2030367|UniProtKB:Q5ZJM7|dictyBase:DDB_G0280843|dictyBase:DDB_G0278191|MGI:MGI:1913266|UniProtKB:P27707|RGD:620667|MGI:MGI:102726|UniProtKB:Q16854|FB:FBgn0022338 F Deoxyguanosine kinase UniProtKB:P37530|PTN000053920 protein NCBITaxon:224308 20221006 GO_Central deoxynucleoside kinase activity +UniProtKB P37529 dck GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000053758|UniProtKB:O95299|UniProtKB:O00142|MGI:MGI:1351602|MGI:MGI:1913266|UniProtKB:Q16854|FB:FBgn0022338|UniProtKB:P34942|FB:FBgn0019957 C Deoxyadenosine/deoxycytidine kinase UniProtKB:P37529|PTN000053923 protein NCBITaxon:224308 20231108 GO_Central cytoplasm +UniProtKB P37529 dck GO:0019136 GO_REF:0000033 IBA PANTHER:PTN000053758|UniProtKB:O00142|UniProtKB:Q5ZMF3|RGD:1309279|MGI:MGI:1351602|TAIR:locus:2030367|UniProtKB:Q5ZJM7|dictyBase:DDB_G0280843|dictyBase:DDB_G0278191|MGI:MGI:1913266|UniProtKB:P27707|RGD:620667|MGI:MGI:102726|UniProtKB:Q16854|FB:FBgn0022338 F Deoxyadenosine/deoxycytidine kinase UniProtKB:P37529|PTN000053923 protein NCBITaxon:224308 20221006 GO_Central deoxynucleoside kinase activity +UniProtKB P37527 pdxS GO:0016843 GO_REF:0000033 IBA PANTHER:PTN000782634|SGD:S000004702|SGD:S000001835|UniProtKB:P9WII9 F Pyridoxal 5'-phosphate synthase subunit PdxS UniProtKB:P37527|PTN000782663 protein NCBITaxon:224308 20170420 GO_Central amine-lyase activity +UniProtKB P37527 pdxS GO:0006520 GO_REF:0000033 IBA PANTHER:PTN000782634|TAIR:locus:2179142|PomBase:SPAC29B12.04 P Pyridoxal 5'-phosphate synthase subunit PdxS UniProtKB:P37527|PTN000782663 protein NCBITaxon:224308 20200809 GO_Central amino acid metabolic process +UniProtKB P37527 pdxS GO:0008615 GO_REF:0000033 IBA PANTHER:PTN000782634|SGD:S000005277|SGD:S000004702|TAIR:locus:2179142|SGD:S000001835|UniProtKB:Q9UW83 P Pyridoxal 5'-phosphate synthase subunit PdxS UniProtKB:P37527|PTN000782663 protein NCBITaxon:224308 20200809 GO_Central pyridoxine biosynthetic process +UniProtKB P37527 pdxS GO:0042823 GO_REF:0000033 IBA PANTHER:PTN000782634|PomBase:SPAC29B12.04|UniProtKB:P9WII9 P Pyridoxal 5'-phosphate synthase subunit PdxS UniProtKB:P37527|PTN000782663 protein NCBITaxon:224308 20170420 GO_Central pyridoxal phosphate biosynthetic process +UniProtKB P37524 noc GO:0045881 GO_REF:0000033 IBA PANTHER:PTN002121186|UniProtKB:P26497 P Nucleoid occlusion protein UniProtKB:P37524|PTN002121216 protein NCBITaxon:224308 20180110 GO_Central positive regulation of sporulation resulting in formation of a cellular spore +UniProtKB P37524 noc GO:0007059 GO_REF:0000033 IBA PANTHER:PTN002121184|UniProtKB:P26497 P Nucleoid occlusion protein UniProtKB:P37524|PTN002121216 protein NCBITaxon:224308 20180110 GO_Central chromosome segregation +UniProtKB P37524 noc GO:0005694 GO_REF:0000033 IBA PANTHER:PTN002121184|UniProtKB:P9WIJ9 C Nucleoid occlusion protein UniProtKB:P37524|PTN002121216 protein NCBITaxon:224308 20180110 GO_Central chromosome +UniProtKB P37518 ychF GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000592296|SGD:S000000229|UniProtKB:Q6Z1J6|TAIR:locus:2204599|UniProtKB:Q9NTK5|UniProtKB:Q586V0 C Ribosome-binding ATPase YchF UniProtKB:P37518|PTN000592404 protein NCBITaxon:224308 20210531 GO_Central cytoplasm +UniProtKB P37518 ychF GO:0016887 GO_REF:0000033 IBA PANTHER:PTN000592296|UniProtKB:P0ABU2|SGD:S000000229|UniProtKB:Q6Z1J6|UniProtKB:Q9NTK5 F Ribosome-binding ATPase YchF UniProtKB:P37518|PTN000592404 protein NCBITaxon:224308 20230603 GO_Central ATP hydrolysis activity +UniProtKB P37517 ccpB GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P77615|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7 F Catabolite control protein B UniProtKB:P37517|PTN000765121 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB P37517 ccpB GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:P18811|UniProtKB:P36673|UniProtKB:P24242|UniProtKB:P0ACP7|UniProtKB:Q8EBJ8|UniProtKB:P0ACQ0 F Catabolite control protein B UniProtKB:P37517|PTN000765121 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity +UniProtKB P37517 ccpB GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P03024|UniProtKB:P0ACI3|UniProtKB:P03023|UniProtKB:P77615|UniProtKB:P0ACN7|UniProtKB:P36673|UniProtKB:P0ACP5|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:Q2G295|UniProtKB:P06846|UniProtKB:P0ACQ0|UniProtKB:Q8EBJ8|UniProtKB:P0ACP7|UniProtKB:P25748|UniProtKB:G3XD97|UniProtKB:Q8P5C9|UniProtKB:P24242 P Catabolite control protein B UniProtKB:P37517|PTN000765121 protein NCBITaxon:224308 20230603 GO_Central regulation of DNA-templated transcription +UniProtKB P37515 maa GO:0008374 GO_REF:0000033 IBA PANTHER:PTN000602464|UniProtKB:P0ACD2|UniProtKB:P77791 F Probable maltose O-acetyltransferase UniProtKB:P37515|PTN000602451 protein NCBITaxon:224308 20200930 GO_Central O-acyltransferase activity +UniProtKB P37515 maa GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001917549|UniProtKB:P37750 C Probable maltose O-acetyltransferase UniProtKB:P37515|PTN000602451 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P37506 satA GO:0016747 GO_REF:0000033 IBA PANTHER:PTN001895304|UniProtKB:P46854|UniProtKB:P0A944|UniProtKB:I6YG32|UniProtKB:P9WJM7 F Streptothricin acetyltransferase A UniProtKB:P37506|PTN001499340 protein NCBITaxon:224308 20200810 GO_Central acyltransferase activity, transferring groups other than amino-acyl groups +UniProtKB P37504 yyaT GO:0008080 GO_REF:0000033 IBA PANTHER:PTN001000790|UniProtKB:Q5AHF9|UniProtKB:Q5U9F2|UniProtKB:Q4WCU5|SGD:S000001877|RGD:1563144|UniProtKB:A0A1P8B7P8|TAIR:locus:2143226|MGI:MGI:1858963 F Uncharacterized protein YyaT UniProtKB:P37504|PTN001000788 protein NCBITaxon:224308 20220923 GO_Central N-acetyltransferase activity +UniProtKB P37500 yybD GO:0008080 GO_REF:0000033 IBA PANTHER:PTN001000790|UniProtKB:Q5AHF9|UniProtKB:Q5U9F2|UniProtKB:Q4WCU5|SGD:S000001877|RGD:1563144|UniProtKB:A0A1P8B7P8|TAIR:locus:2143226|MGI:MGI:1858963 F Putative acetyltransferase BSU40680 UniProtKB:P37500|PTN000331748 protein NCBITaxon:224308 20220923 GO_Central N-acetyltransferase activity +UniProtKB P37499 yybE GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000790637|UniProtKB:P0ACR7 C Uncharacterized HTH-type transcriptional regulator YybE UniProtKB:P37499|PTN001285650 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P37499 yybE GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000790637|UniProtKB:P77171|UniProtKB:P0ACQ7 P Uncharacterized HTH-type transcriptional regulator YybE UniProtKB:P37499|PTN001285650 protein NCBITaxon:224308 20200930 GO_Central regulation of DNA-templated transcription +UniProtKB P37487 ppaC GO:0005737 GO_REF:0000033 IBA PANTHER:PTN001087311|UniProtKB:Q86WG3|UniProtKB:Q8WUY3|MGI:MGI:2448730|UniProtKB:Q86TP1|RGD:1309312|FB:FBgn0003116|UniProtKB:Q12982|SGD:S000001244|UniProtKB:Q7Z465 C Manganese-dependent inorganic pyrophosphatase UniProtKB:P37487|PTN001469158 protein NCBITaxon:224308 20231108 GO_Central cytoplasm +UniProtKB P37478 walR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P69228|UniProtKB:Q8EE50|UniProtKB:P21866|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P08368|UniProtKB:Q8EHJ3 F Transcriptional regulatory protein WalR UniProtKB:P37478|PTN000704034 protein NCBITaxon:224308 20211113 GO_Central transcription cis-regulatory region binding +UniProtKB P37478 walR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:Q8EEF6|UniProtKB:P9WGM9|UniProtKB:P9WGL9|UniProtKB:P0AFJ5|UniProtKB:P23890|UniProtKB:P0AFT5|UniProtKB:P37478|UniProtKB:P0AA16|UniProtKB:Q8EHJ3|UniProtKB:P21866|UniProtKB:P44918|UniProtKB:P69228|UniProtKB:P23836|UniProtKB:P0AE88|UniProtKB:P08368|UniProtKB:P0ACZ8|UniProtKB:P38684|UniProtKB:P71814|UniProtKB:P30843|UniProtKB:P9WGM7|UniProtKB:O53830|UniProtKB:P76340|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q9I034 P Transcriptional regulatory protein WalR UniProtKB:P37478|PTN000704034 protein NCBITaxon:224308 20230604 GO_Central regulation of DNA-templated transcription +UniProtKB P37478 walR GO:0000156 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O07776|UniProtKB:Q9I2U3|UniProtKB:P38684|UniProtKB:P0A9Q1|UniProtKB:P30843|UniProtKB:P0AA16|UniProtKB:P0AE88 F Transcriptional regulatory protein WalR UniProtKB:P37478|PTN000704034 protein NCBITaxon:224308 20211113 GO_Central phosphorelay response regulator activity +UniProtKB P37478 walR GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:P69228|UniProtKB:P0AE88|UniProtKB:P0A9Q1 C Transcriptional regulatory protein WalR UniProtKB:P37478|PTN000704034 protein NCBITaxon:224308 20170829 GO_Central cytosol +UniProtKB P37478 walR GO:0032993 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q8EHJ3 C Transcriptional regulatory protein WalR UniProtKB:P37478|PTN000704034 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex +UniProtKB P37477 lysS GO:0004824 GO_REF:0000033 IBA PANTHER:PTN000502669|RGD:1359653|TAIR:locus:2098348|UniProtKB:P0A8N5|SGD:S000002444|SGD:S000005017|UniProtKB:P0A8N3|UniProtKB:Q15046 F Lysine--tRNA ligase UniProtKB:P37477|PTN000502776 protein NCBITaxon:224308 20181011 GO_Central lysine-tRNA ligase activity +UniProtKB P37477 lysS GO:0006430 GO_REF:0000033 IBA PANTHER:PTN000502669|UniProtKB:P0A8N5|RGD:1359653|UniProtKB:P9WFU7|UniProtKB:P0A8N3|UniProtKB:Q15046|SGD:S000002444|SGD:S000005017 P Lysine--tRNA ligase UniProtKB:P37477|PTN000502776 protein NCBITaxon:224308 20181011 GO_Central lysyl-tRNA aminoacylation +UniProtKB P37477 lysS GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000502669|UniProtKB:P0A8N5|UniProtKB:P0A8N3|UniProtKB:Q15046|UniProtKB:P0A8N7 C Lysine--tRNA ligase UniProtKB:P37477|PTN000502776 protein NCBITaxon:224308 20230604 GO_Central cytosol +UniProtKB P37477 lysS GO:0000049 GO_REF:0000033 IBA PANTHER:PTN000502669|RGD:1359653 F Lysine--tRNA ligase UniProtKB:P37477|PTN000502776 protein NCBITaxon:224308 20231109 GO_Central tRNA binding +UniProtKB P37476 ftsH GO:0004176 GO_REF:0000033 IBA PANTHER:PTN000554253|UniProtKB:Q8I526|UniProtKB:P0AAI3|MGI:MGI:1351651|UniProtKB:Q96TA2|SGD:S000006228 F ATP-dependent zinc metalloprotease FtsH UniProtKB:P37476|PTN000554355 protein NCBITaxon:224308 20230111 GO_Central ATP-dependent peptidase activity +UniProtKB P37476 ftsH GO:0030163 GO_REF:0000033 IBA PANTHER:PTN000554354|UniProtKB:P37476|UniProtKB:P9WQN3 P ATP-dependent zinc metalloprotease FtsH UniProtKB:P37476|PTN000554355 protein NCBITaxon:224308 20170228 GO_Central protein catabolic process +UniProtKB P37476 ftsH GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000554354|UniProtKB:P9WQN3|UniProtKB:P0AAI3 C ATP-dependent zinc metalloprotease FtsH UniProtKB:P37476|PTN000554355 protein NCBITaxon:224308 20230406 GO_Central plasma membrane +UniProtKB P37476 ftsH GO:0006508 GO_REF:0000033 IBA PANTHER:PTN000554253|SGD:S000006228|UniProtKB:P0AAI3|UniProtKB:P9WQN3|MGI:MGI:1351651|UniProtKB:Q96TA2|UniProtKB:Q8I526 P ATP-dependent zinc metalloprotease FtsH UniProtKB:P37476|PTN000554355 protein NCBITaxon:224308 20230111 GO_Central proteolysis +UniProtKB P37474 mfd GO:0003677 GO_REF:0000033 IBA PANTHER:PTN008553567|UniProtKB:P30958 F Transcription-repair-coupling factor UniProtKB:P37474|PTN000383804 protein NCBITaxon:224308 20190807 GO_Central DNA binding +UniProtKB P37474 mfd GO:0043175 GO_REF:0000033 IBA PANTHER:PTN008553567|UniProtKB:P30958 F Transcription-repair-coupling factor UniProtKB:P37474|PTN000383804 protein NCBITaxon:224308 20190807 GO_Central RNA polymerase core enzyme binding +UniProtKB P37474 mfd GO:0015616 GO_REF:0000033 IBA PANTHER:PTN008553567|UniProtKB:P30958 F Transcription-repair-coupling factor UniProtKB:P37474|PTN000383804 protein NCBITaxon:224308 20190807 GO_Central DNA translocase activity +UniProtKB P37474 mfd GO:0006355 GO_REF:0000033 IBA PANTHER:PTN008553567|UniProtKB:P30958 P Transcription-repair-coupling factor UniProtKB:P37474|PTN000383804 protein NCBITaxon:224308 20190807 GO_Central regulation of DNA-templated transcription +UniProtKB P37474 mfd GO:0000716 GO_REF:0000033 IBA PANTHER:PTN008553567|UniProtKB:P30958 P Transcription-repair-coupling factor UniProtKB:P37474|PTN000383804 protein NCBITaxon:224308 20190807 GO_Central transcription-coupled nucleotide-excision repair, DNA damage recognition +UniProtKB P37472 hprT GO:0000287 GO_REF:0000033 IBA PANTHER:PTN000501530|UniProtKB:P0A9M2|UniProtKB:P00492 F Hypoxanthine-guanine phosphoribosyltransferase UniProtKB:P37472|PTN000501630 protein NCBITaxon:224308 20170228 GO_Central magnesium ion binding +UniProtKB P37472 hprT GO:0004422 GO_REF:0000033 IBA PANTHER:PTN000501530|UniProtKB:P9WHQ9|TAIR:locus:2012986|MGI:MGI:96217|RGD:2826|UniProtKB:P0A9M2|UniProtKB:Q9W719|UniProtKB:P00492|UniProtKB:Q8IJS1 F Hypoxanthine-guanine phosphoribosyltransferase UniProtKB:P37472|PTN000501630 protein NCBITaxon:224308 20230112 GO_Central hypoxanthine phosphoribosyltransferase activity +UniProtKB P37472 hprT GO:0046100 GO_REF:0000033 IBA PANTHER:PTN000501530|UniProtKB:P00492|MGI:MGI:96217|RGD:2826|TAIR:locus:2012986 P Hypoxanthine-guanine phosphoribosyltransferase UniProtKB:P37472|PTN000501630 protein NCBITaxon:224308 20200810 GO_Central hypoxanthine metabolic process +UniProtKB P37472 hprT GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000501530|UniProtKB:P0A9M2|UniProtKB:P00492|MGI:MGI:96217 C Hypoxanthine-guanine phosphoribosyltransferase UniProtKB:P37472|PTN000501630 protein NCBITaxon:224308 20220223 GO_Central cytosol +UniProtKB P37472 hprT GO:0006178 GO_REF:0000033 IBA PANTHER:PTN000501530|UniProtKB:P00492 P Hypoxanthine-guanine phosphoribosyltransferase UniProtKB:P37472|PTN000501630 protein NCBITaxon:224308 20210903 GO_Central guanine salvage +UniProtKB P37472 hprT GO:0032263 GO_REF:0000033 IBA PANTHER:PTN000501530|UniProtKB:P00492|MGI:MGI:96217|UniProtKB:P0A9M2 P Hypoxanthine-guanine phosphoribosyltransferase UniProtKB:P37472|PTN000501630 protein NCBITaxon:224308 20211215 GO_Central GMP salvage +UniProtKB P37472 hprT GO:0032264 GO_REF:0000033 IBA PANTHER:PTN000501530|UniProtKB:P0A9M2|MGI:MGI:96217 P Hypoxanthine-guanine phosphoribosyltransferase UniProtKB:P37472|PTN000501630 protein NCBITaxon:224308 20210903 GO_Central IMP salvage +UniProtKB P37469 dnaC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001248911|UniProtKB:P0ACB0 C Replicative DNA helicase UniProtKB:P37469|PTN001248919 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P37469 dnaC GO:0003678 GO_REF:0000033 IBA PANTHER:PTN001248911|UniProtKB:P0ACB0 F Replicative DNA helicase UniProtKB:P37469|PTN001248919 protein NCBITaxon:224308 20170228 GO_Central DNA helicase activity +UniProtKB P37469 dnaC GO:0006268 GO_REF:0000033 IBA PANTHER:PTN001248911|UniProtKB:P0ACB0 P Replicative DNA helicase UniProtKB:P37469|PTN001248919 protein NCBITaxon:224308 20170228 GO_Central DNA unwinding involved in DNA replication +UniProtKB P37468 rsmA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000197981|UniProtKB:P06992 C Ribosomal RNA small subunit methyltransferase A UniProtKB:P37468|PTN000197984 protein NCBITaxon:224308 20200821 GO_Central cytosol +UniProtKB P37468 rsmA GO:0000179 GO_REF:0000033 IBA PANTHER:PTN000197843|UniProtKB:Q8WVM0|UniProtKB:P06992|TAIR:locus:2155031|UniProtKB:Q9UNQ2|TAIR:locus:2061982 F Ribosomal RNA small subunit methyltransferase A UniProtKB:P37468|PTN000197984 protein NCBITaxon:224308 20211110 GO_Central rRNA (adenine-N6,N6-)-dimethyltransferase activity +UniProtKB P37468 rsmA GO:0031167 GO_REF:0000033 IBA PANTHER:PTN000197843|UniProtKB:Q9UNQ2|UniProtKB:P06992 P Ribosomal RNA small subunit methyltransferase A UniProtKB:P37468|PTN000197984 protein NCBITaxon:224308 20200929 GO_Central rRNA methylation +UniProtKB P37455 ssbA GO:0051096 GO_REF:0000033 IBA PANTHER:PTN000033807|UniProtKB:Q04837 P Single-stranded DNA-binding protein A UniProtKB:P37455|PTN000033865 protein NCBITaxon:224308 20231108 GO_Central positive regulation of helicase activity +UniProtKB P37455 ssbA GO:0003697 GO_REF:0000033 IBA PANTHER:PTN000033807|TAIR:locus:2119767|TAIR:locus:2136083|UniProtKB:Q04837|TAIR:locus:2015353|UniProtKB:P0AGE0|FB:FBgn0010438|PomBase:SPAC2F3.04c|UniProtKB:Q8I415|UniProtKB:P9WGD5|TAIR:locus:2086889|SGD:S000007222|UniProtKB:Q8GWJ4 F Single-stranded DNA-binding protein A UniProtKB:P37455|PTN000033865 protein NCBITaxon:224308 20230109 GO_Central single-stranded DNA binding +UniProtKB P37455 ssbA GO:0009295 GO_REF:0000033 IBA PANTHER:PTN000033807|UniProtKB:P0AGE0|UniProtKB:Q04837|SGD:S000007222|FB:FBgn0010438 C Single-stranded DNA-binding protein A UniProtKB:P37455|PTN000033865 protein NCBITaxon:224308 20230405 GO_Central nucleoid +UniProtKB P37454 exoA GO:0008311 GO_REF:0000033 IBA PANTHER:PTN000507731|PomBase:SPBC3D6.10|SGD:S000000115 F Exodeoxyribonuclease UniProtKB:P37454|PTN000507854 protein NCBITaxon:224308 20170228 GO_Central double-stranded DNA 3'-5' DNA exonuclease activity +UniProtKB P37454 exoA GO:0003906 GO_REF:0000033 IBA PANTHER:PTN000507731|UniProtKB:P27695|WB:WBGene00001372|ZFIN:ZDB-GENE-040426-2761|UniProtKB:O97240|TAIR:locus:2060540|PomBase:SPBC3D6.10|SGD:S000000115|FB:FBgn0004584 F Exodeoxyribonuclease UniProtKB:P37454|PTN000507854 protein NCBITaxon:224308 20230111 GO_Central DNA-(apurinic or apyrimidinic site) endonuclease activity +UniProtKB P37454 exoA GO:0006284 GO_REF:0000033 IBA PANTHER:PTN000507731|PomBase:SPBC3D6.10|UniProtKB:P27695|WB:WBGene00001372|SGD:S000000115 P Exodeoxyribonuclease UniProtKB:P37454|PTN000507854 protein NCBITaxon:224308 20220415 GO_Central base-excision repair +UniProtKB P37454 exoA GO:0008081 GO_REF:0000033 IBA PANTHER:PTN000507731|UniProtKB:P27695|TAIR:locus:2060540|PomBase:SPBC3D6.10|SGD:S000000115|WB:WBGene00001372 F Exodeoxyribonuclease UniProtKB:P37454|PTN000507854 protein NCBITaxon:224308 20210905 GO_Central phosphoric diester hydrolase activity +UniProtKB P37437 rplI GO:0022625 GO_REF:0000033 IBA PANTHER:PTN000483103|UniProtKB:P0A7R1 C 50S ribosomal protein L9 UniProtKB:P37437|PTN000483104 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P37253 ilvC GO:0009099 GO_REF:0000033 IBA PANTHER:PTN000483120|UniProtKB:P05793 P Ketol-acid reductoisomerase (NADP(+)) UniProtKB:P37253|PTN000483146 protein NCBITaxon:224308 20170602 GO_Central valine biosynthetic process +UniProtKB P37253 ilvC GO:0009097 GO_REF:0000033 IBA PANTHER:PTN000483120|UniProtKB:P05793 P Ketol-acid reductoisomerase (NADP(+)) UniProtKB:P37253|PTN000483146 protein NCBITaxon:224308 20170602 GO_Central isoleucine biosynthetic process +UniProtKB P37253 ilvC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000483145|UniProtKB:P05793 C Ketol-acid reductoisomerase (NADP(+)) UniProtKB:P37253|PTN000483146 protein NCBITaxon:224308 20170602 GO_Central cytosol +UniProtKB P37253 ilvC GO:0004455 GO_REF:0000033 IBA PANTHER:PTN000483120|SGD:S000004347|UniProtKB:P05989|UniProtKB:P05793 F Ketol-acid reductoisomerase (NADP(+)) UniProtKB:P37253|PTN000483146 protein NCBITaxon:224308 20170602 GO_Central ketol-acid reductoisomerase activity +UniProtKB P37251 ilvB GO:0009097 GO_REF:0000033 IBA PANTHER:PTN000438758|UniProtKB:P08142|UniProtKB:P9WG41|PomBase:SPBP35G2.07|CGD:CAL0000198378|UniProtKB:P00893 P Acetolactate synthase large subunit UniProtKB:P37251|PTN000438799 protein NCBITaxon:224308 20200220 GO_Central isoleucine biosynthetic process +UniProtKB P37251 ilvB GO:0005948 GO_REF:0000033 IBA PANTHER:PTN000438758|SGD:S000004714|UniProtKB:P08142|UniProtKB:P00893 C Acetolactate synthase large subunit UniProtKB:P37251|PTN000438799 protein NCBITaxon:224308 20230406 GO_Central acetolactate synthase complex +UniProtKB P37251 ilvB GO:0050660 GO_REF:0000033 IBA PANTHER:PTN000438682|SGD:S000004714|UniProtKB:P0AEP7 F Acetolactate synthase large subunit UniProtKB:P37251|PTN000438799 protein NCBITaxon:224308 20200220 GO_Central flavin adenine dinucleotide binding +UniProtKB P37251 ilvB GO:0003984 GO_REF:0000033 IBA PANTHER:PTN000438682|UniProtKB:P9WG41|TAIR:locus:2114525|UniProtKB:P08142|SGD:S000004714|UniProtKB:P9WG39|PomBase:SPBP35G2.07|UniProtKB:P00893 F Acetolactate synthase large subunit UniProtKB:P37251|PTN000438799 protein NCBITaxon:224308 20200220 GO_Central acetolactate synthase activity +UniProtKB P37251 ilvB GO:0009099 GO_REF:0000033 IBA PANTHER:PTN000438758|CGD:CAL0000198378|UniProtKB:P9WG41|TAIR:locus:2114525|PomBase:SPBP35G2.07|UniProtKB:P00893|UniProtKB:P08142 P Acetolactate synthase large subunit UniProtKB:P37251|PTN000438799 protein NCBITaxon:224308 20200220 GO_Central valine biosynthetic process +UniProtKB P71013 sipT GO:0004252 GO_REF:0000033 IBA PANTHER:PTN002458947|UniProtKB:P00803 F Signal peptidase I T UniProtKB:P71013|PTN000272841 protein NCBITaxon:224308 20170502 GO_Central serine-type endopeptidase activity +UniProtKB P71013 sipT GO:0006465 GO_REF:0000033 IBA PANTHER:PTN002458947|UniProtKB:P00803|TAIR:locus:2064337 P Signal peptidase I T UniProtKB:P71013|PTN000272841 protein NCBITaxon:224308 20170502 GO_Central signal peptide processing +UniProtKB P39847 ppsC GO:0031177 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P9WQ63|UniProtKB:P11454 F Plipastatin synthase subunit C UniProtKB:P39847|PTN000644471 protein NCBITaxon:224308 20221009 GO_Central phosphopantetheine binding +UniProtKB P39847 ppsC GO:0044550 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P9WQ63|UniProtKB:Q4WMJ7|UniProtKB:Q9I182|UniProtKB:Q9I181|UniProtKB:Q4WR82|PomBase:SPAC23G3.02c|UniProtKB:Q4WYG2|UniProtKB:P11454|UniProtKB:Q4WLW8|UniProtKB:Q4WAW3|UniProtKB:C8VPS9|UniProtKB:Q4WF53|UniProtKB:Q5BFS3 P Plipastatin synthase subunit C UniProtKB:P39847|PTN000644471 protein NCBITaxon:224308 20221009 GO_Central secondary metabolite biosynthetic process +UniProtKB P39847 ppsC GO:0005737 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:Q4WLW8|UniProtKB:P11454 C Plipastatin synthase subunit C UniProtKB:P39847|PTN000644471 protein NCBITaxon:224308 20220925 GO_Central cytoplasm +UniProtKB P39847 ppsC GO:0043041 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P11454 P Plipastatin synthase subunit C UniProtKB:P39847|PTN000644471 protein NCBITaxon:224308 20171018 GO_Central amino acid activation for nonribosomal peptide biosynthetic process +UniProtKB P39845 ppsA GO:0031177 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P9WQ63|UniProtKB:P11454 F Plipastatin synthase subunit A UniProtKB:P39845|PTN000644468 protein NCBITaxon:224308 20221009 GO_Central phosphopantetheine binding +UniProtKB P39845 ppsA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:Q4WLW8|UniProtKB:P11454 C Plipastatin synthase subunit A UniProtKB:P39845|PTN000644468 protein NCBITaxon:224308 20220925 GO_Central cytoplasm +UniProtKB P39845 ppsA GO:0044550 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P9WQ63|UniProtKB:Q4WMJ7|UniProtKB:Q9I182|UniProtKB:Q9I181|UniProtKB:Q4WR82|PomBase:SPAC23G3.02c|UniProtKB:Q4WYG2|UniProtKB:P11454|UniProtKB:Q4WLW8|UniProtKB:Q4WAW3|UniProtKB:C8VPS9|UniProtKB:Q4WF53|UniProtKB:Q5BFS3 P Plipastatin synthase subunit A UniProtKB:P39845|PTN000644468 protein NCBITaxon:224308 20221009 GO_Central secondary metabolite biosynthetic process +UniProtKB P39845 ppsA GO:0043041 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P11454 P Plipastatin synthase subunit A UniProtKB:P39845|PTN000644468 protein NCBITaxon:224308 20171018 GO_Central amino acid activation for nonribosomal peptide biosynthetic process +UniProtKB P39844 dacC GO:0004185 GO_REF:0000033 IBA PANTHER:PTN000768632|dictyBase:DDB_G0271902|UniProtKB:P24228|UniProtKB:Q9HZG1 F D-alanyl-D-alanine carboxypeptidase DacC UniProtKB:P39844|PTN000768639 protein NCBITaxon:224308 20190822 GO_Central serine-type carboxypeptidase activity +UniProtKB P39844 dacC GO:0000270 GO_REF:0000033 IBA PANTHER:PTN000768632|UniProtKB:P24228|UniProtKB:Q9HZG1 P D-alanyl-D-alanine carboxypeptidase DacC UniProtKB:P39844|PTN000768639 protein NCBITaxon:224308 20211112 GO_Central peptidoglycan metabolic process +UniProtKB P39839 yuxL GO:0004252 GO_REF:0000033 IBA PANTHER:PTN000198548|UniProtKB:P13798|TAIR:locus:2065200 F Uncharacterized peptidase YuxL UniProtKB:P39839|PTN000198636 protein NCBITaxon:224308 20211112 GO_Central serine-type endopeptidase activity +UniProtKB P39821 proA GO:0004350 GO_REF:0000033 IBA PANTHER:PTN000115463|FB:FBgn0037146|SGD:S000005850|UniProtKB:P54886|UniProtKB:P07004 F Gamma-glutamyl phosphate reductase UniProtKB:P39821|PTN000115527 protein NCBITaxon:224308 20220922 GO_Central glutamate-5-semialdehyde dehydrogenase activity +UniProtKB P39820 proB GO:0004349 GO_REF:0000033 IBA PANTHER:PTN000115542|SGD:S000002708|UniProtKB:P0A7B5 F Glutamate 5-kinase 1 UniProtKB:P39820|PTN000115565 protein NCBITaxon:224308 20170228 GO_Central glutamate 5-kinase activity +UniProtKB P39820 proB GO:0006561 GO_REF:0000033 IBA PANTHER:PTN000115542|UniProtKB:P0A7B5|SGD:S000002708|PomBase:SPAC17H9.13c P Glutamate 5-kinase 1 UniProtKB:P39820|PTN000115565 protein NCBITaxon:224308 20170228 GO_Central proline biosynthetic process +UniProtKB P39820 proB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000115542|TAIR:locus:2200580|UniProtKB:P0A7B5 C Glutamate 5-kinase 1 UniProtKB:P39820|PTN000115565 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P39817 gltP GO:0006835 GO_REF:0000033 IBA PANTHER:PTN000238530|UniProtKB:P21345 P Proton/glutamate-aspartate symporter UniProtKB:P39817|PTN000238532 protein NCBITaxon:224308 20170608 GO_Central dicarboxylic acid transport +UniProtKB P39817 gltP GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001735301|UniProtKB:P0A830|UniProtKB:P0AGE4|UniProtKB:P21345|UniProtKB:P77529 C Proton/glutamate-aspartate symporter UniProtKB:P39817|PTN000238532 protein NCBITaxon:224308 20230112 GO_Central plasma membrane +UniProtKB P39817 gltP GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001735301|UniProtKB:P0A830|UniProtKB:P0AGE4|UniProtKB:P77529 F Proton/glutamate-aspartate symporter UniProtKB:P39817|PTN000238532 protein NCBITaxon:224308 20190111 GO_Central transmembrane transporter activity +UniProtKB P39816 gamP GO:0009401 GO_REF:0000033 IBA PANTHER:PTN002011274|UniProtKB:P09323|UniProtKB:P69786 P Putative PTS system glucosamine-specific EIICBA component UniProtKB:P39816|PTN000768514 protein NCBITaxon:224308 20190822 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB P39816 gamP GO:0090563 GO_REF:0000033 IBA PANTHER:PTN002011274|UniProtKB:P09323|UniProtKB:P69786 F Putative PTS system glucosamine-specific EIICBA component UniProtKB:P39816|PTN000768514 protein NCBITaxon:224308 20230406 GO_Central protein-phosphocysteine-sugar phosphotransferase activity +UniProtKB P39815 trmFO GO:0002098 GO_REF:0000033 IBA PANTHER:PTN000211371|SGD:S000003205|UniProtKB:P0A6U3|MGI:MGI:1915541 P Methylenetetrahydrofolate--tRNA-(uracil-5-)-methyltransferase TrmFO UniProtKB:P39815|PTN000211430 protein NCBITaxon:224308 20230405 GO_Central tRNA wobble uridine modification +UniProtKB P39815 trmFO GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001720607|UniProtKB:P0A6U3 C Methylenetetrahydrofolate--tRNA-(uracil-5-)-methyltransferase TrmFO UniProtKB:P39815|PTN000211430 protein NCBITaxon:224308 20230405 GO_Central cytosol +UniProtKB P39815 trmFO GO:0030488 GO_REF:0000033 IBA PANTHER:PTN000211371|UniProtKB:P0A6U3 P Methylenetetrahydrofolate--tRNA-(uracil-5-)-methyltransferase TrmFO UniProtKB:P39815|PTN000211430 protein NCBITaxon:224308 20170228 GO_Central tRNA methylation +UniProtKB P39815 trmFO GO:0050660 GO_REF:0000033 IBA PANTHER:PTN000211371|UniProtKB:P0A6U3 F Methylenetetrahydrofolate--tRNA-(uracil-5-)-methyltransferase TrmFO UniProtKB:P39815|PTN000211430 protein NCBITaxon:224308 20170228 GO_Central flavin adenine dinucleotide binding +UniProtKB P39812 gltA GO:0015930 GO_REF:0000033 IBA PANTHER:PTN000234342|UniProtKB:P09831|UniProtKB:C8VEZ6|TAIR:locus:2178461|SGD:S000002330|TAIR:locus:2146718|PomBase:SPAPB1E7.07 F Glutamate synthase [NADPH] large chain UniProtKB:P39812|PTN000234372 protein NCBITaxon:224308 20220922 GO_Central glutamate synthase activity +UniProtKB P39812 gltA GO:0006537 GO_REF:0000033 IBA PANTHER:PTN000234342|UniProtKB:P09831|TAIR:locus:2178461|UniProtKB:Q0JKD0|PomBase:SPAPB1E7.07|SGD:S000002330 P Glutamate synthase [NADPH] large chain UniProtKB:P39812|PTN000234372 protein NCBITaxon:224308 20230405 GO_Central glutamate biosynthetic process +UniProtKB P39812 gltA GO:0019676 GO_REF:0000033 IBA PANTHER:PTN000234342|UniProtKB:P09831|SGD:S000002330|PomBase:SPAPB1E7.07|UniProtKB:Q0JKD0|TAIR:locus:2178461 P Glutamate synthase [NADPH] large chain UniProtKB:P39812|PTN000234372 protein NCBITaxon:224308 20230405 GO_Central ammonia assimilation cycle +UniProtKB P39810 flgK GO:0044780 GO_REF:0000033 IBA PANTHER:PTN000768991|UniProtKB:P33235 P Flagellar hook-associated protein 1 UniProtKB:P39810|PTN000768992 protein NCBITaxon:224308 20190822 GO_Central bacterial-type flagellum assembly +UniProtKB P39802 cheW GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000504256|UniProtKB:P0A964 C Chemotaxis protein CheW UniProtKB:P39802|PTN001098825 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P39802 cheW GO:0006935 GO_REF:0000033 IBA PANTHER:PTN000504256|UniProtKB:P0A964|UniProtKB:P39802 P Chemotaxis protein CheW UniProtKB:P39802|PTN001098825 protein NCBITaxon:224308 20170228 GO_Central chemotaxis +UniProtKB P39800 xlyA GO:0008745 GO_REF:0000033 IBA PANTHER:PTN001252273|UniProtKB:Q9HT86|UniProtKB:G3XCW9|UniProtKB:Q9I5D1|UniProtKB:P75820 F N-acetylmuramoyl-L-alanine amidase XlyA UniProtKB:P39800|PTN001092831 protein NCBITaxon:224308 20170228 GO_Central N-acetylmuramoyl-L-alanine amidase activity +UniProtKB P39800 xlyA GO:0009253 GO_REF:0000033 IBA PANTHER:PTN001252273|UniProtKB:P75820 P N-acetylmuramoyl-L-alanine amidase XlyA UniProtKB:P39800|PTN001092831 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan catabolic process +UniProtKB P39800 xlyA GO:0009254 GO_REF:0000033 IBA PANTHER:PTN001252273|UniProtKB:P13016 P N-acetylmuramoyl-L-alanine amidase XlyA UniProtKB:P39800|PTN001092831 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan turnover +UniProtKB P39796 treR GO:0045892 GO_REF:0000033 IBA PANTHER:PTN000746727|UniProtKB:P13669 P HTH-type transcriptional regulator TreR UniProtKB:P39796|PTN000203765 protein NCBITaxon:224308 20180118 GO_Central negative regulation of DNA-templated transcription +UniProtKB P39795 treA GO:0004556 GO_REF:0000033 IBA PANTHER:PTN000040102|UniProtKB:Q8A1G3 F Trehalose-6-phosphate hydrolase UniProtKB:P39795|PTN000040270 protein NCBITaxon:224308 20180306 GO_Central alpha-amylase activity +UniProtKB P39795 treA GO:0009313 GO_REF:0000033 IBA PANTHER:PTN000040102|SGD:S000003752|SGD:S000003524|CGD:CAL0000190188|SGD:S000003757|SGD:S000005517|SGD:S000000503|UniProtKB:P28904|SGD:S000003519|CGD:CAL0000194458|SGD:S000001434 P Trehalose-6-phosphate hydrolase UniProtKB:P39795|PTN000040270 protein NCBITaxon:224308 20221006 GO_Central oligosaccharide catabolic process +UniProtKB P39794 treP GO:0090589 GO_REF:0000033 IBA PANTHER:PTN000765865|UniProtKB:P36672 F PTS system trehalose-specific EIIBC component UniProtKB:P39794|PTN000765868 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-trehalose phosphotransferase system transporter activity +UniProtKB P39794 treP GO:0015771 GO_REF:0000033 IBA PANTHER:PTN000765865|UniProtKB:P36672 P PTS system trehalose-specific EIIBC component UniProtKB:P39794|PTN000765868 protein NCBITaxon:224308 20170228 GO_Central trehalose transport +UniProtKB P39794 treP GO:0009401 GO_REF:0000033 IBA PANTHER:PTN000765869|UniProtKB:P36672|UniProtKB:P77272 P PTS system trehalose-specific EIIBC component UniProtKB:P39794|PTN000765868 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB P39794 treP GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000765869|UniProtKB:P08722|UniProtKB:P77272|UniProtKB:P36672|UniProtKB:P24241 C PTS system trehalose-specific EIIBC component UniProtKB:P39794|PTN000765868 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P39793 ponA GO:0046677 GO_REF:0000033 IBA PANTHER:PTN001283969|UniProtKB:P02919|UniProtKB:P02918 P Penicillin-binding protein 1A/1B UniProtKB:P39793|PTN000792191 protein NCBITaxon:224308 20170601 GO_Central response to antibiotic +UniProtKB P39793 ponA GO:0008658 GO_REF:0000033 IBA PANTHER:PTN001283969|UniProtKB:P02919|UniProtKB:Q07806|UniProtKB:P76577|UniProtKB:P02918|UniProtKB:P71707 F Penicillin-binding protein 1A/1B UniProtKB:P39793|PTN000792191 protein NCBITaxon:224308 20170601 GO_Central penicillin binding +UniProtKB P39793 ponA GO:0008955 GO_REF:0000033 IBA PANTHER:PTN001283970|UniProtKB:P02919|UniProtKB:P02918|UniProtKB:P76577 F Penicillin-binding protein 1A/1B UniProtKB:P39793|PTN000792191 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan glycosyltransferase activity +UniProtKB P39793 ponA GO:0009252 GO_REF:0000033 IBA PANTHER:PTN001283970|UniProtKB:P02918|UniProtKB:P76577|UniProtKB:P02919 P Penicillin-binding protein 1A/1B UniProtKB:P39793|PTN000792191 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan biosynthetic process +UniProtKB P39788 nth GO:0019104 GO_REF:0000033 IBA PANTHER:PTN002233635|UniProtKB:P9WQ11|UniProtKB:P0AB83 F Endonuclease III UniProtKB:P39788|PTN000040613 protein NCBITaxon:224308 20200807 GO_Central DNA N-glycosylase activity +UniProtKB P39788 nth GO:0006285 GO_REF:0000033 IBA PANTHER:PTN002233635|UniProtKB:P0AB83 P Endonuclease III UniProtKB:P39788|PTN000040613 protein NCBITaxon:224308 20180305 GO_Central base-excision repair, AP site formation +UniProtKB P39782 xkdC GO:0006260 GO_REF:0000033 IBA PANTHER:PTN001574578|UniProtKB:P03004|UniProtKB:P0AEF0|UniProtKB:P05648 P Phage-like element PBSX protein XkdC UniProtKB:P39782|PTN001012148 protein NCBITaxon:224308 20230603 GO_Central DNA replication +UniProtKB P39779 codY GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002219681|UniProtKB:P39779 P GTP-sensing transcriptional pleiotropic repressor CodY UniProtKB:P39779|PTN002219689 protein NCBITaxon:224308 20170228 GO_Central regulation of DNA-templated transcription +UniProtKB P39778 clpY GO:0005524 GO_REF:0000033 IBA PANTHER:PTN008295243|UniProtKB:P0A6H1|UniProtKB:P0A6H5|SGD:S000000431|MGI:MGI:1346017 F ATP-dependent protease ATPase subunit ClpY UniProtKB:P39778|PTN000137391 protein NCBITaxon:224308 20220309 GO_Central ATP binding +UniProtKB P39778 clpY GO:0051603 GO_REF:0000033 IBA PANTHER:PTN008295243|UniProtKB:O76031|FB:FBgn0038745 P ATP-dependent protease ATPase subunit ClpY UniProtKB:P39778|PTN000137391 protein NCBITaxon:224308 20220309 GO_Central proteolysis involved in protein catabolic process +UniProtKB P39778 clpY GO:0016887 GO_REF:0000033 IBA PANTHER:PTN008295243|UniProtKB:O76031|UniProtKB:P0A6H1|UniProtKB:P0A6H5|MGI:MGI:1346017|SGD:S000000431 F ATP-dependent protease ATPase subunit ClpY UniProtKB:P39778|PTN000137391 protein NCBITaxon:224308 20230604 GO_Central ATP hydrolysis activity +UniProtKB P39778 clpY GO:0009376 GO_REF:0000033 IBA PANTHER:PTN000137376|UniProtKB:Q382V8|UniProtKB:Q57VB1|UniProtKB:P0A6H5 C ATP-dependent protease ATPase subunit ClpY UniProtKB:P39778|PTN000137391 protein NCBITaxon:224308 20220309 GO_Central HslUV protease complex +UniProtKB P39775 opuBD GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001248830|UniProtKB:Q47539 C Choline transport system permease protein OpuBD UniProtKB:P39775|PTN001248835 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P39772 asnS GO:0006421 GO_REF:0000033 IBA PANTHER:PTN000502376|UniProtKB:O96198|UniProtKB:Q8I408|SGD:S000001061|UniProtKB:O43776|SGD:S000000618|UniProtKB:P0A8M0|PomBase:SPBC1773.10c P Asparagine--tRNA ligase UniProtKB:P39772|PTN000502501 protein NCBITaxon:224308 20230111 GO_Central asparaginyl-tRNA aminoacylation +UniProtKB P39771 purT GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000549240|UniProtKB:P33221 C Formate-dependent phosphoribosylglycinamide formyltransferase UniProtKB:P39771|PTN000549243 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P39766 pyrP GO:0005215 GO_REF:0000033 IBA PANTHER:PTN000122237|MGI:MGI:1341903|RGD:619875|TAIR:locus:2042036|UniProtKB:P0AGM7|MGI:MGI:1859682|RGD:619876|UniProtKB:B9VMA9|UniProtKB:Q9UGH3|UniProtKB:Q9UHI7|UniProtKB:P75892|TAIR:locus:2066190 F Uracil permease UniProtKB:P39766|PTN000122469 protein NCBITaxon:224308 20231108 GO_Central transporter activity +UniProtKB P39761 adeC GO:0000034 GO_REF:0000033 IBA PANTHER:PTN002476570|UniProtKB:P31441 F Adenine deaminase UniProtKB:P39761|PTN000122005 protein NCBITaxon:224308 20181220 GO_Central adenine deaminase activity +UniProtKB P39759 ykqA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN008539179|UniProtKB:P0AE48 C Putative gamma-glutamylcyclotransferase YkqA UniProtKB:P39759|PTN000282152 protein NCBITaxon:224308 20170427 GO_Central cytosol +UniProtKB P39757 moaA GO:0061799 GO_REF:0000033 IBA PANTHER:PTN000539172|MGI:MGI:1928904|UniProtKB:Q9NZB8 F GTP 3',8-cyclase UniProtKB:P39757|PTN000539234 protein NCBITaxon:224308 20210924 GO_Central cyclic pyranopterin monophosphate synthase activity +UniProtKB P39757 moaA GO:0061798 GO_REF:0000033 IBA PANTHER:PTN000539172|MGI:MGI:1928904|UniProtKB:Q9NZB8|UniProtKB:P30745 F GTP 3',8-cyclase UniProtKB:P39757|PTN000539234 protein NCBITaxon:224308 20230603 GO_Central GTP 3',8'-cyclase activity +UniProtKB P39757 moaA GO:0006777 GO_REF:0000033 IBA PANTHER:PTN000539172|UniProtKB:P30745|UniProtKB:Q9NZB8|TAIR:locus:2827337 P GTP 3',8-cyclase UniProtKB:P39757|PTN000539234 protein NCBITaxon:224308 20210924 GO_Central Mo-molybdopterin cofactor biosynthetic process +UniProtKB P39755 ndhF GO:0015990 GO_REF:0000033 IBA PANTHER:PTN000511978|UniProtKB:P33607 P Probable NADH-quinone oxidoreductase subunit 5 UniProtKB:P39755|PTN000511955 protein NCBITaxon:224308 20200205 GO_Central electron transport coupled proton transport +UniProtKB P39755 ndhF GO:0003954 GO_REF:0000033 IBA PANTHER:PTN000511978|UniProtKB:P33607|UniProtKB:P03915|MGI:MGI:102496 F Probable NADH-quinone oxidoreductase subunit 5 UniProtKB:P39755|PTN000511955 protein NCBITaxon:224308 20230604 GO_Central NADH dehydrogenase activity +UniProtKB P39753 flhP GO:0071978 GO_REF:0000033 IBA PANTHER:PTN000764839|UniProtKB:P24501|UniProtKB:P39752|UniProtKB:P23446|UniProtKB:P24500 P Flagellar hook-basal body complex protein FlhP UniProtKB:P39753|PTN001252430 protein NCBITaxon:224308 20200809 GO_Central bacterial-type flagellum-dependent swarming motility +UniProtKB P39752 flhO GO:0071978 GO_REF:0000033 IBA PANTHER:PTN000764839|UniProtKB:P24501|UniProtKB:P39752|UniProtKB:P23446|UniProtKB:P24500 P Flagellar hook-basal body complex protein FlhO UniProtKB:P39752|PTN000764841 protein NCBITaxon:224308 20200809 GO_Central bacterial-type flagellum-dependent swarming motility +UniProtKB P39739 fliS GO:0071973 GO_REF:0000033 IBA PANTHER:PTN002164250|UniProtKB:P26608 P Flagellar secretion chaperone FliS UniProtKB:P39739|PTN002164260 protein NCBITaxon:224308 20180315 GO_Central bacterial-type flagellum-dependent cell motility +UniProtKB P39738 fliD GO:0009421 GO_REF:0000033 IBA PANTHER:PTN000767631|UniProtKB:Q9K3C5 C Flagellar hook-associated protein 2 UniProtKB:P39738|PTN000767632 protein NCBITaxon:224308 20170228 GO_Central bacterial-type flagellum filament cap +UniProtKB P39738 fliD GO:0071973 GO_REF:0000033 IBA PANTHER:PTN000767631|UniProtKB:P96786|UniProtKB:P24216 P Flagellar hook-associated protein 2 UniProtKB:P39738|PTN000767632 protein NCBITaxon:224308 20170228 GO_Central bacterial-type flagellum-dependent cell motility +UniProtKB P39696 comER GO:0004735 GO_REF:0000033 IBA PANTHER:PTN000182176|UniProtKB:Q53H96|SGD:S000000825|UniProtKB:P0A9L8|UniProtKB:P32322|TAIR:locus:2185435|UniProtKB:P9WHU7 F ComE operon protein 4 UniProtKB:P39696|PTN000182335 protein NCBITaxon:224308 20190212 GO_Central pyrroline-5-carboxylate reductase activity +UniProtKB P39696 comER GO:0055129 GO_REF:0000033 IBA PANTHER:PTN000182176|UniProtKB:Q53H96|UniProtKB:P0A9L8 P ComE operon protein 4 UniProtKB:P39696|PTN000182335 protein NCBITaxon:224308 20190212 GO_Central L-proline biosynthetic process +UniProtKB P39694 comEA GO:0015628 GO_REF:0000033 IBA PANTHER:PTN000475915|UniProtKB:Q00518 P ComE operon protein 1 UniProtKB:P39694|PTN000475916 protein NCBITaxon:224308 20210325 GO_Central protein secretion by the type II secretion system +UniProtKB P39694 comEA GO:0015627 GO_REF:0000033 IBA PANTHER:PTN000475915|UniProtKB:Q00518 C ComE operon protein 1 UniProtKB:P39694|PTN000475916 protein NCBITaxon:224308 20210325 GO_Central type II protein secretion system complex +UniProtKB P39666 nadC GO:0009435 GO_REF:0000033 IBA PANTHER:PTN000789406|UniProtKB:P30011|TAIR:locus:2038791|RGD:1310309|UniProtKB:P9WJJ7|SGD:S000001943 P Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] UniProtKB:P39666|PTN000789417 protein NCBITaxon:224308 20200809 GO_Central NAD biosynthetic process +UniProtKB P39666 nadC GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000789406|TAIR:locus:2038791|UniProtKB:P30011 C Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] UniProtKB:P39666|PTN000789417 protein NCBITaxon:224308 20230604 GO_Central cytoplasm +UniProtKB P39666 nadC GO:0004514 GO_REF:0000033 IBA PANTHER:PTN000789406|UniProtKB:P30011|TAIR:locus:2038791|RGD:1310309|UniProtKB:P9WJJ7|SGD:S000001943|UniProtKB:Q15274 F Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] UniProtKB:P39666|PTN000789417 protein NCBITaxon:224308 20170228 GO_Central nicotinate-nucleotide diphosphorylase (carboxylating) activity +UniProtKB P39666 nadC GO:0034213 GO_REF:0000033 IBA PANTHER:PTN000789406|UniProtKB:Q15274 P Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] UniProtKB:P39666|PTN000789417 protein NCBITaxon:224308 20170228 GO_Central quinolinate catabolic process +UniProtKB P39651 ywfO GO:0008832 GO_REF:0000033 IBA PANTHER:PTN000146578|UniProtKB:P15723|MGI:MGI:1927468|UniProtKB:Q9Y3Z3 F Uncharacterized protein YwfO UniProtKB:P39651|PTN000146683 protein NCBITaxon:224308 20200807 GO_Central dGTPase activity +UniProtKB P39651 ywfO GO:0006203 GO_REF:0000033 IBA PANTHER:PTN000146578|UniProtKB:Q9Y3Z3 P Uncharacterized protein YwfO UniProtKB:P39651|PTN000146683 protein NCBITaxon:224308 20170228 GO_Central dGTP catabolic process +UniProtKB P39647 cysL GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:P39376 F HTH-type transcriptional regulator CysL UniProtKB:P39647|PTN000764774 protein NCBITaxon:224308 20210531 GO_Central transcription cis-regulatory region binding +UniProtKB P39647 cysL GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:G3XCU6|UniProtKB:P67662|UniProtKB:P0A9F9|UniProtKB:P67660|UniProtKB:P39376|UniProtKB:P72131 P HTH-type transcriptional regulator CysL UniProtKB:P39647|PTN000764774 protein NCBITaxon:224308 20190829 GO_Central regulation of DNA-templated transcription +UniProtKB P39640 bacC GO:0016491 GO_REF:0000033 IBA PANTHER:PTN001961661|UniProtKB:Q9BUT1|MGI:MGI:1917022 F Dihydroanticapsin 7-dehydrogenase UniProtKB:P39640|PTN002460171 protein NCBITaxon:224308 20210623 GO_Central oxidoreductase activity +UniProtKB P39637 ywfA GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|UniProtKB:E9R876|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|UniProtKB:Q8X1Z7|PomBase:SPBC3E7.06c|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|SGD:S000001039|SGD:S000005518|SGD:S000001032|SGD:S000003456|SGD:S000004694|CGD:CAL0000196424|SGD:S000000791 F Uncharacterized MFS-type transporter YwfA UniProtKB:P39637|PTN000605656 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB P39637 ywfA GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|UniProtKB:P52600|PomBase:SPBC460.03|PomBase:SPBC3E7.06c|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000003456|SGD:S000001813 P Uncharacterized MFS-type transporter YwfA UniProtKB:P39637|PTN000605656 protein NCBITaxon:224308 20220924 GO_Central transmembrane transport +UniProtKB P39636 rocC GO:0015171 GO_REF:0000033 IBA PANTHER:PTN001718863|CGD:CAL0000182050|SGD:S000000273|SGD:S000002916|SGD:S000000789|SGD:S000000530|SGD:S000005212|PomBase:SPCC965.11c|SGD:S000001839|CGD:CAL0000177766|CGD:CAL0000201116|SGD:S000001747|SGD:S000003423|CGD:CAL0000192270|SGD:S000005214|CGD:CAL0000200920|UniProtKB:P25737|CGD:CAL0000181363|PomBase:SPAC869.11|UniProtKB:C8V2E0|SGD:S000000272|CGD:CAL0000177621|SGD:S000005875|CGD:CAL0000201651|SGD:S000005380|CGD:CAL0000198089|SGD:S000002453 F Amino-acid permease RocC UniProtKB:P39636|PTN000209270 protein NCBITaxon:224308 20230407 GO_Central amino acid transmembrane transporter activity +UniProtKB P39636 rocC GO:0003333 GO_REF:0000033 IBA PANTHER:PTN001718863|CGD:CAL0000200920|SGD:S000000530|CGD:CAL0000181363|PomBase:SPAC869.11|UniProtKB:P25737|CGD:CAL0000182050|CGD:CAL0000180720|SGD:S000000789|CGD:CAL0000192270|SGD:S000002916|CGD:CAL0000177766|UniProtKB:C8V2E0|PomBase:SPCC965.11c|CGD:CAL0000177621|CGD:CAL0000201651|CGD:CAL0000198089 P Amino-acid permease RocC UniProtKB:P39636|PTN000209270 protein NCBITaxon:224308 20230407 GO_Central amino acid transmembrane transport +UniProtKB P39634 rocA GO:0003842 GO_REF:0000033 IBA PANTHER:PTN000193023|UniProtKB:P09546|SGD:S000001079|UniProtKB:P10503|UniProtKB:Q9I5F6 F 1-pyrroline-5-carboxylate dehydrogenase UniProtKB:P39634|PTN000192492 protein NCBITaxon:224308 20200809 GO_Central 1-pyrroline-5-carboxylate dehydrogenase activity +UniProtKB P39634 rocA GO:0010133 GO_REF:0000033 IBA PANTHER:PTN000193023|UniProtKB:Q9I5F6|UniProtKB:P10503|UniProtKB:P09546|SGD:S000001079 P 1-pyrroline-5-carboxylate dehydrogenase UniProtKB:P39634|PTN000192492 protein NCBITaxon:224308 20200809 GO_Central proline catabolic process to glutamate +UniProtKB P39634 rocA GO:0009898 GO_REF:0000033 IBA PANTHER:PTN000193023|UniProtKB:P09546 C 1-pyrroline-5-carboxylate dehydrogenase UniProtKB:P39634|PTN000192492 protein NCBITaxon:224308 20181029 GO_Central cytoplasmic side of plasma membrane +UniProtKB P39633 rocG GO:0006538 GO_REF:0000033 IBA PANTHER:PTN000176230|UniProtKB:P49448|PomBase:SPCC132.04c|UniProtKB:P00367|CGD:CAL0000201467 P Catabolic NAD-specific glutamate dehydrogenase RocG UniProtKB:P39633|PTN000176333 protein NCBITaxon:224308 20201024 GO_Central glutamate catabolic process +UniProtKB P39633 rocG GO:0004352 GO_REF:0000033 IBA PANTHER:PTN000176230|TAIR:locus:2183379|SGD:S000002374|UniProtKB:Q5AW79|UniProtKB:P00367|CGD:CAL0000201467|UniProtKB:P39633|PomBase:SPCC132.04c|UniProtKB:P50735|MGI:MGI:95753|UniProtKB:P49448|RGD:2708 F Catabolic NAD-specific glutamate dehydrogenase RocG UniProtKB:P39633|PTN000176333 protein NCBITaxon:224308 20230110 GO_Central glutamate dehydrogenase (NAD+) activity +UniProtKB P39631 spsK GO:0008831 GO_REF:0000033 IBA PANTHER:PTN000051855|UniProtKB:P26392|UniProtKB:P9WH09 F Spore coat polysaccharide biosynthesis protein SpsK UniProtKB:P39631|PTN000051856 protein NCBITaxon:224308 20180619 GO_Central dTDP-4-dehydrorhamnose reductase activity +UniProtKB P39631 spsK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000051855|UniProtKB:P37760 C Spore coat polysaccharide biosynthesis protein SpsK UniProtKB:P39631|PTN000051856 protein NCBITaxon:224308 20180619 GO_Central cytosol +UniProtKB P39631 spsK GO:0045226 GO_REF:0000033 IBA PANTHER:PTN000051855|UniProtKB:P9WH09|UniProtKB:P26392 P Spore coat polysaccharide biosynthesis protein SpsK UniProtKB:P39631|PTN000051856 protein NCBITaxon:224308 20180619 GO_Central extracellular polysaccharide biosynthetic process +UniProtKB P39631 spsK GO:0019305 GO_REF:0000033 IBA PANTHER:PTN000051855|UniProtKB:P9WH09 P Spore coat polysaccharide biosynthesis protein SpsK UniProtKB:P39631|PTN000051856 protein NCBITaxon:224308 20180619 GO_Central dTDP-rhamnose biosynthetic process +UniProtKB P39627 spsG GO:0016757 GO_REF:0000033 IBA PANTHER:PTN000470555|UniProtKB:P17443 F Spore coat polysaccharide biosynthesis protein SpsG UniProtKB:P39627|PTN001464243 protein NCBITaxon:224308 20210305 GO_Central glycosyltransferase activity +UniProtKB P39626 spsF GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000486302|UniProtKB:P04951 C Spore coat polysaccharide biosynthesis protein SpsF UniProtKB:P39626|PTN000486358 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P39625 spsE GO:0070085 GO_REF:0000033 IBA PANTHER:PTN000602284|FB:FBgn0038045 P Spore coat polysaccharide biosynthesis protein SpsE UniProtKB:P39625|PTN000602320 protein NCBITaxon:224308 20200205 GO_Central glycosylation +UniProtKB P39625 spsE GO:0047444 GO_REF:0000033 IBA PANTHER:PTN000602284|FB:FBgn0038045|MGI:MGI:2149820 F Spore coat polysaccharide biosynthesis protein SpsE UniProtKB:P39625|PTN000602320 protein NCBITaxon:224308 20200205 GO_Central N-acylneuraminate-9-phosphate synthase activity +UniProtKB P39624 spsD GO:0016747 GO_REF:0000033 IBA PANTHER:PTN001895304|UniProtKB:P46854|UniProtKB:P0A944|UniProtKB:I6YG32|UniProtKB:P9WJM7 F Spore coat polysaccharide biosynthesis protein SpsD UniProtKB:P39624|PTN000558487 protein NCBITaxon:224308 20200810 GO_Central acyltransferase activity, transferring groups other than amino-acyl groups +UniProtKB P39623 spsC GO:0000271 GO_REF:0000033 IBA PANTHER:PTN001250039|UniProtKB:P27833|UniProtKB:Q9HZ76 P Spore coat polysaccharide biosynthesis protein SpsC UniProtKB:P39623|PTN000203695 protein NCBITaxon:224308 20200809 GO_Central polysaccharide biosynthetic process +UniProtKB P39623 spsC GO:0030170 GO_REF:0000033 IBA PANTHER:PTN001250039|UniProtKB:P27833|UniProtKB:O07566|UniProtKB:P77690 F Spore coat polysaccharide biosynthesis protein SpsC UniProtKB:P39623|PTN000203695 protein NCBITaxon:224308 20170601 GO_Central pyridoxal phosphate binding +UniProtKB P39623 spsC GO:0008483 GO_REF:0000033 IBA PANTHER:PTN001250039|UniProtKB:P77690|UniProtKB:O07566|UniProtKB:P27833|UniProtKB:Q9HZ76 F Spore coat polysaccharide biosynthesis protein SpsC UniProtKB:P39623|PTN000203695 protein NCBITaxon:224308 20170601 GO_Central transaminase activity +UniProtKB P39619 ywdK GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000061608|UniProtKB:P0ADR2 C UPF0382 membrane protein YwdK UniProtKB:P39619|PTN000061609 protein NCBITaxon:224308 20220223 GO_Central plasma membrane +UniProtKB P39618 ywdJ GO:0042907 GO_REF:0000033 IBA PANTHER:PTN002450094|UniProtKB:Q07307|UniProtKB:P0AGM9|UniProtKB:P67444|UniProtKB:Q46821 F Putative purine permease YwdJ UniProtKB:P39618|PTN000122452 protein NCBITaxon:224308 20200809 GO_Central xanthine transmembrane transporter activity +UniProtKB P39618 ywdJ GO:0042906 GO_REF:0000033 IBA PANTHER:PTN002450094|UniProtKB:P0AGM9|UniProtKB:Q07307|UniProtKB:Q46821|UniProtKB:P67444 P Putative purine permease YwdJ UniProtKB:P39618|PTN000122452 protein NCBITaxon:224308 20201001 GO_Central xanthine transport +UniProtKB P39616 ywdH GO:0004029 GO_REF:0000033 IBA PANTHER:PTN008111916|UniProtKB:Q1K615|TAIR:locus:2205851|MGI:MGI:1353452|MGI:MGI:1914939|SGD:S000004716|MGI:MGI:2147613|MGI:MGI:1353451|TAIR:locus:2116134|MGI:MGI:1920708|UniProtKB:P30838|UniProtKB:P51648 F Putative aldehyde dehydrogenase YwdH UniProtKB:P39616|PTN000193231 protein NCBITaxon:224308 20230407 GO_Central aldehyde dehydrogenase (NAD+) activity +UniProtKB P39616 ywdH GO:0005737 GO_REF:0000033 IBA PANTHER:PTN008111916|UniProtKB:P51648|RGD:61866|MGI:MGI:1920708|UniProtKB:Q583M9|SGD:S000004716|MGI:MGI:1353451|UniProtKB:P30838|MGI:MGI:1353452|RGD:2088|MGI:MGI:1914939|UniProtKB:P43353 C Putative aldehyde dehydrogenase YwdH UniProtKB:P39616|PTN000193231 protein NCBITaxon:224308 20230604 GO_Central cytoplasm +UniProtKB P39616 ywdH GO:0006081 GO_REF:0000033 IBA PANTHER:PTN008111916|SGD:S000004716|UniProtKB:P43353|RGD:61866|UniProtKB:P30838|UniProtKB:P51648 P Putative aldehyde dehydrogenase YwdH UniProtKB:P39616|PTN000193231 protein NCBITaxon:224308 20210623 GO_Central cellular aldehyde metabolic process +UniProtKB P39615 ung GO:0097510 GO_REF:0000033 IBA PANTHER:PTN000137400|UniProtKB:P12295|UniProtKB:P13051 P Uracil-DNA glycosylase UniProtKB:P39615|PTN000137461 protein NCBITaxon:224308 20230602 GO_Central base-excision repair, AP site formation via deaminated base removal +UniProtKB P39615 ung GO:0004844 GO_REF:0000033 IBA PANTHER:PTN000137400|UniProtKB:P9WFQ9|UniProtKB:Q8ILU6|ZFIN:ZDB-GENE-040426-900|UniProtKB:P12295|UniProtKB:P13051|RGD:1307200|SGD:S000004483|PomBase:SPCC1183.06|MGI:MGI:109352|TAIR:locus:2086904|WB:WBGene00013241 F Uracil-DNA glycosylase UniProtKB:P39615|PTN000137461 protein NCBITaxon:224308 20230110 GO_Central uracil DNA N-glycosylase activity +UniProtKB P39610 pdxK GO:0009228 GO_REF:0000033 IBA PANTHER:PTN000466159|UniProtKB:C8V3I9|UniProtKB:P76422|TAIR:locus:2017734|SGD:S000006179|SGD:S000005416 P Pyridoxine kinase UniProtKB:P39610|PTN000466195 protein NCBITaxon:224308 20230603 GO_Central thiamine biosynthetic process +UniProtKB P39610 pdxK GO:0008972 GO_REF:0000033 IBA PANTHER:PTN000466159|SGD:S000005416|TAIR:locus:2017734|SGD:S000006179|UniProtKB:P76422 F Pyridoxine kinase UniProtKB:P39610|PTN000466195 protein NCBITaxon:224308 20230603 GO_Central phosphomethylpyrimidine kinase activity +UniProtKB P39610 pdxK GO:0008902 GO_REF:0000033 IBA PANTHER:PTN000466159|UniProtKB:P76422|SGD:S000005416|TAIR:locus:2017734|SGD:S000006179 F Pyridoxine kinase UniProtKB:P39610|PTN000466195 protein NCBITaxon:224308 20170421 GO_Central hydroxymethylpyrimidine kinase activity +UniProtKB P39610 pdxK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000466159|SGD:S000005416|UniProtKB:P76422 C Pyridoxine kinase UniProtKB:P39610|PTN000466195 protein NCBITaxon:224308 20170421 GO_Central cytosol +UniProtKB P39608 ywcJ GO:0015724 GO_REF:0000033 IBA PANTHER:PTN000775620|UniProtKB:P0AC23 P Uncharacterized transporter YwcJ UniProtKB:P39608|PTN000775618 protein NCBITaxon:224308 20230406 GO_Central formate transport +UniProtKB P39608 ywcJ GO:0015499 GO_REF:0000033 IBA PANTHER:PTN000775620|UniProtKB:P0AC23 F Uncharacterized transporter YwcJ UniProtKB:P39608|PTN000775618 protein NCBITaxon:224308 20230406 GO_Central formate transmembrane transporter activity +UniProtKB P39606 ywcH GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001248648|UniProtKB:P0ADV5 C Uncharacterized protein YwcH UniProtKB:P39606|PTN000765067 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P39604 rodA GO:0051301 GO_REF:0000033 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4|UniProtKB:P9WN99 P Peptidoglycan glycosyltransferase RodA UniProtKB:P39604|PTN000767118 protein NCBITaxon:224308 20170427 GO_Central cell division +UniProtKB P39604 rodA GO:0032153 GO_REF:0000033 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4 C Peptidoglycan glycosyltransferase RodA UniProtKB:P39604|PTN000767118 protein NCBITaxon:224308 20170427 GO_Central cell division site +UniProtKB P39604 rodA GO:0015648 GO_REF:0000033 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4 F Peptidoglycan glycosyltransferase RodA UniProtKB:P39604|PTN000767118 protein NCBITaxon:224308 20170427 GO_Central lipid-linked peptidoglycan transporter activity +UniProtKB P39604 rodA GO:0008360 GO_REF:0000033 IBA PANTHER:PTN000767103|UniProtKB:P0ABG7|UniProtKB:P0ABG4 P Peptidoglycan glycosyltransferase RodA UniProtKB:P39604|PTN000767118 protein NCBITaxon:224308 20170427 GO_Central regulation of cell shape +UniProtKB P39602 ywcD GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002445868|UniProtKB:P77682 C Uncharacterized membrane protein YwcD UniProtKB:P39602|PTN002213121 protein NCBITaxon:224308 20170929 GO_Central plasma membrane +UniProtKB P39599 ywcA GO:0006847 GO_REF:0000033 IBA PANTHER:PTN000213736|UniProtKB:P32705 P Uncharacterized symporter YwcA UniProtKB:P39599|PTN000213737 protein NCBITaxon:224308 20170228 GO_Central plasma membrane acetate transport +UniProtKB P39599 ywcA GO:0015123 GO_REF:0000033 IBA PANTHER:PTN000213736|UniProtKB:P32705 F Uncharacterized symporter YwcA UniProtKB:P39599|PTN000213737 protein NCBITaxon:224308 20170228 GO_Central acetate transmembrane transporter activity +UniProtKB P39597 efeN GO:0004601 GO_REF:0000033 IBA PANTHER:PTN001577071|UniProtKB:I6Y4U9|dictyBase:DDB_G0273083|UniProtKB:P31545|UniProtKB:P76536 F Probable deferrochelatase/peroxidase EfeN UniProtKB:P39597|PTN001577075 protein NCBITaxon:224308 20220924 GO_Central peroxidase activity +UniProtKB P39597 efeN GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001577071|UniProtKB:P76536 C Probable deferrochelatase/peroxidase EfeN UniProtKB:P39597|PTN001577075 protein NCBITaxon:224308 20230406 GO_Central cytosol +UniProtKB P39597 efeN GO:0020037 GO_REF:0000033 IBA PANTHER:PTN001577071|UniProtKB:P31545|dictyBase:DDB_G0273083|UniProtKB:I6Y4U9|UniProtKB:P76536 F Probable deferrochelatase/peroxidase EfeN UniProtKB:P39597|PTN001577075 protein NCBITaxon:224308 20220924 GO_Central heme binding +UniProtKB P39595 efeU GO:0015093 GO_REF:0000033 IBA PANTHER:PTN001587232|CGD:CAL0000185056|PomBase:SPAC1F7.07c F Ferrous iron permease EfeU UniProtKB:P39595|PTN002056669 protein NCBITaxon:224308 20170228 GO_Central ferrous iron transmembrane transporter activity +UniProtKB P39595 efeU GO:0034755 GO_REF:0000033 IBA PANTHER:PTN001587232|SGD:S000000947|SGD:S000000411|CGD:CAL0000186863 P Ferrous iron permease EfeU UniProtKB:P39595|PTN002056669 protein NCBITaxon:224308 20201001 GO_Central iron ion transmembrane transport +UniProtKB P39595 efeU GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001587232|CGD:CAL0000185056|PomBase:SPAC1F7.07c|SGD:S000000947 C Ferrous iron permease EfeU UniProtKB:P39595|PTN002056669 protein NCBITaxon:224308 20230406 GO_Central plasma membrane +UniProtKB P39594 thiE GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000466113|SGD:S000006135 C Thiamine-phosphate synthase UniProtKB:P39594|PTN000466120 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB P39594 thiE GO:0004789 GO_REF:0000033 IBA PANTHER:PTN000466113|SGD:S000006135 F Thiamine-phosphate synthase UniProtKB:P39594|PTN000466120 protein NCBITaxon:224308 20230406 GO_Central thiamine-phosphate diphosphorylase activity +UniProtKB P39594 thiE GO:0009228 GO_REF:0000033 IBA PANTHER:PTN000466113|UniProtKB:P30137|SGD:S000006135 P Thiamine-phosphate synthase UniProtKB:P39594|PTN000466120 protein NCBITaxon:224308 20170228 GO_Central thiamine biosynthetic process +UniProtKB P39592 ywbI GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000790637|UniProtKB:P77171|UniProtKB:P0ACQ7 P Uncharacterized HTH-type transcriptional regulator YwbI UniProtKB:P39592|PTN000790639 protein NCBITaxon:224308 20200930 GO_Central regulation of DNA-templated transcription +UniProtKB P39592 ywbI GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000790637|UniProtKB:P0ACR7 C Uncharacterized HTH-type transcriptional regulator YwbI UniProtKB:P39592|PTN000790639 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P39589 ywbF GO:0030395 GO_REF:0000033 IBA PANTHER:PTN001922279|UniProtKB:P02920 F Uncharacterized transporter YwbF UniProtKB:P39589|PTN000606525 protein NCBITaxon:224308 20171130 GO_Central lactose binding +UniProtKB P39589 ywbF GO:0071702 GO_REF:0000033 IBA PANTHER:PTN001160664|UniProtKB:P0AFF4|UniProtKB:P02920 P Uncharacterized transporter YwbF UniProtKB:P39589|PTN000606525 protein NCBITaxon:224308 20230603 GO_Central organic substance transport +UniProtKB P39589 ywbF GO:0015528 GO_REF:0000033 IBA PANTHER:PTN001922279|UniProtKB:P02920 F Uncharacterized transporter YwbF UniProtKB:P39589|PTN000606525 protein NCBITaxon:224308 20171130 GO_Central lactose:proton symporter activity +UniProtKB P39586 ywbC GO:0004493 GO_REF:0000033 IBA PANTHER:PTN000482927|UniProtKB:Q96PE7 F Uncharacterized protein YwbC UniProtKB:P39586|PTN000043151 protein NCBITaxon:224308 20180504 GO_Central methylmalonyl-CoA epimerase activity +UniProtKB P39586 ywbC GO:0046491 GO_REF:0000033 IBA PANTHER:PTN000482927|UniProtKB:Q96PE7 P Uncharacterized protein YwbC UniProtKB:P39586|PTN000043151 protein NCBITaxon:224308 20180504 GO_Central L-methylmalonyl-CoA metabolic process +UniProtKB P39584 ywbA GO:1901264 GO_REF:0000033 IBA PANTHER:PTN002144764|UniProtKB:P17334 P Putative permease IIC component YwbA UniProtKB:P39584|PTN002144799 protein NCBITaxon:224308 20190829 GO_Central carbohydrate derivative transport +UniProtKB P39584 ywbA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002144764|UniProtKB:P17334 C Putative permease IIC component YwbA UniProtKB:P39584|PTN002144799 protein NCBITaxon:224308 20190829 GO_Central plasma membrane +UniProtKB P39582 menA GO:0004659 GO_REF:0000033 IBA PANTHER:PTN000358054|UniProtKB:Q9Y5Z9|ZFIN:ZDB-GENE-030131-3205|UniProtKB:P32166 F 1,4-dihydroxy-2-naphthoate octaprenyltransferase UniProtKB:P39582|PTN000358093 protein NCBITaxon:224308 20200808 GO_Central prenyltransferase activity +UniProtKB P39582 menA GO:0032194 GO_REF:0000033 IBA PANTHER:PTN000358054|ZFIN:ZDB-GENE-030131-3205 P 1,4-dihydroxy-2-naphthoate octaprenyltransferase UniProtKB:P39582|PTN000358093 protein NCBITaxon:224308 20170228 GO_Central ubiquinone biosynthetic process via 3,4-dihydroxy-5-polyprenylbenzoate +UniProtKB P39582 menA GO:0009234 GO_REF:0000033 IBA PANTHER:PTN000358054|FB:FBgn0028375|UniProtKB:Q9Y5Z9|ZFIN:ZDB-GENE-030131-3205|UniProtKB:P32166 P 1,4-dihydroxy-2-naphthoate octaprenyltransferase UniProtKB:P39582|PTN000358093 protein NCBITaxon:224308 20200808 GO_Central menaquinone biosynthetic process +UniProtKB P39582 menA GO:0042371 GO_REF:0000033 IBA PANTHER:PTN000358054|TAIR:locus:2036484|ZFIN:ZDB-GENE-030131-3205|UniProtKB:Q9Y5Z9 P 1,4-dihydroxy-2-naphthoate octaprenyltransferase UniProtKB:P39582|PTN000358093 protein NCBITaxon:224308 20211111 GO_Central vitamin K biosynthetic process +UniProtKB P39580 dltB GO:0016746 GO_REF:0000033 IBA PANTHER:PTN000328645|SGD:S000003052|MGI:MGI:2444681|UniProtKB:Q4WHK8|FB:FBgn0024194 F Teichoic acid D-alanyltransferase UniProtKB:P39580|PTN000998872 protein NCBITaxon:224308 20230603 GO_Central acyltransferase activity +UniProtKB P39577 dltE GO:0016020 GO_REF:0000033 IBA PANTHER:PTN002544792|MGI:MGI:2384931 C Uncharacterized oxidoreductase DltE UniProtKB:P39577|PTN000674074 protein NCBITaxon:224308 20211119 GO_Central membrane +UniProtKB P39574 galK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000048421|UniProtKB:P0A6T3|TAIR:locus:2130105 C Galactokinase UniProtKB:P39574|PTN000048545 protein NCBITaxon:224308 20210903 GO_Central cytosol +UniProtKB P39574 galK GO:0006012 GO_REF:0000033 IBA PANTHER:PTN000048421|UniProtKB:Q5B3C3|MGI:MGI:95730|TAIR:locus:2084344|CGD:CAL0000190186|SGD:S000000224|SGD:S000002416|RGD:1305375|FB:FBgn0263199|UniProtKB:P0A6T3|UniProtKB:P51570 P Galactokinase UniProtKB:P39574|PTN000048545 protein NCBITaxon:224308 20220922 GO_Central galactose metabolic process +UniProtKB P39574 galK GO:0004335 GO_REF:0000033 IBA PANTHER:PTN000048421|RGD:1305375|UniProtKB:P51570|UniProtKB:P0A6T3|MGI:MGI:95730|TAIR:locus:2084344|UniProtKB:Q01415|CGD:CAL0000190186|SGD:S000000224 F Galactokinase UniProtKB:P39574|PTN000048545 protein NCBITaxon:224308 20200210 GO_Central galactokinase activity +UniProtKB P38424 engB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN008522840|UniProtKB:P0A6P7 C Probable GTP-binding protein EngB UniProtKB:P38424|PTN000182920 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P71019 fabD GO:0006633 GO_REF:0000033 IBA PANTHER:PTN002448244|UniProtKB:P0AAI9|UniProtKB:P9WNG5|TAIR:locus:2060884|UniProtKB:G3XCZ6|UniProtKB:Q8IVS2 P Malonyl CoA-acyl carrier protein transacylase UniProtKB:P71019|PTN000104980 protein NCBITaxon:224308 20211112 GO_Central fatty acid biosynthetic process +UniProtKB P71019 fabD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000104976|UniProtKB:P0AAI9 C Malonyl CoA-acyl carrier protein transacylase UniProtKB:P71019|PTN000104980 protein NCBITaxon:224308 20220925 GO_Central cytosol +UniProtKB P71019 fabD GO:0004314 GO_REF:0000033 IBA PANTHER:PTN002448244|UniProtKB:P0AAI9|UniProtKB:P9WNG5|SGD:S000005747|UniProtKB:Q8IVS2|TAIR:locus:2060884 F Malonyl CoA-acyl carrier protein transacylase UniProtKB:P71019|PTN000104980 protein NCBITaxon:224308 20211112 GO_Central [acyl-carrier-protein] S-malonyltransferase activity +UniProtKB P71025 czcR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:P39376 F HTH-type transcriptional regulator CzcR UniProtKB:P71025|PTN000764984 protein NCBITaxon:224308 20210531 GO_Central transcription cis-regulatory region binding +UniProtKB P71025 czcR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:G3XCU6|UniProtKB:P67662|UniProtKB:P0A9F9|UniProtKB:P67660|UniProtKB:P39376|UniProtKB:P72131 P HTH-type transcriptional regulator CzcR UniProtKB:P71025|PTN000764984 protein NCBITaxon:224308 20190829 GO_Central regulation of DNA-templated transcription +UniProtKB P71047 ywgB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 C Putative HTH-type transcriptional regulator YwgB UniProtKB:P71047|PTN002113920 protein NCBITaxon:224308 20170420 GO_Central cytosol +UniProtKB P71047 ywgB GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8|UniProtKB:P0AF63 P Putative HTH-type transcriptional regulator YwgB UniProtKB:P71047|PTN002113920 protein NCBITaxon:224308 20201001 GO_Central regulation of DNA-templated transcription +UniProtKB P71047 ywgB GO:0003700 GO_REF:0000033 IBA PANTHER:PTN002432018|UniProtKB:P0AGK8 F Putative HTH-type transcriptional regulator YwgB UniProtKB:P71047|PTN002113920 protein NCBITaxon:224308 20170420 GO_Central DNA-binding transcription factor activity +UniProtKB P71050 yveK GO:0004713 GO_REF:0000033 IBA PANTHER:PTN000794252|UniProtKB:P76387|UniProtKB:P38134 F Uncharacterized protein YveK UniProtKB:P71050|PTN000794255 protein NCBITaxon:224308 20170228 GO_Central protein tyrosine kinase activity +UniProtKB P71050 yveK GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000794252|UniProtKB:P76387|UniProtKB:P38134|UniProtKB:G3XCY2|UniProtKB:Q9I520|UniProtKB:P26266 C Uncharacterized protein YveK UniProtKB:P71050|PTN000794255 protein NCBITaxon:224308 20230111 GO_Central plasma membrane +UniProtKB P71062 epsL GO:0016780 GO_REF:0000033 IBA PANTHER:PTN001255017|UniProtKB:P71241 F Uncharacterized sugar transferase EpsL UniProtKB:P71062|PTN001255020 protein NCBITaxon:224308 20170228 GO_Central phosphotransferase activity, for other substituted phosphate groups +UniProtKB P71067 lutP GO:0015295 GO_REF:0000033 IBA PANTHER:PTN000768163|UniProtKB:P33231|UniProtKB:Q46839 F L-lactate permease UniProtKB:P71067|PTN000768166 protein NCBITaxon:224308 20181018 GO_Central solute:proton symporter activity +UniProtKB P71067 lutP GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000768163|UniProtKB:P33231|UniProtKB:Q46839 C L-lactate permease UniProtKB:P71067|PTN000768166 protein NCBITaxon:224308 20230111 GO_Central plasma membrane +UniProtKB P71083 ygaE GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002021271|UniProtKB:P76186|UniProtKB:P45537|UniProtKB:P46481|UniProtKB:P33011|UniProtKB:P32715|UniProtKB:P75870 C UPF0421 protein YgaE UniProtKB:P71083|PTN001577034 protein NCBITaxon:224308 20170420 GO_Central plasma membrane +UniProtKB P38050 pbpF GO:0008658 GO_REF:0000033 IBA PANTHER:PTN001283969|UniProtKB:P02919|UniProtKB:Q07806|UniProtKB:P76577|UniProtKB:P02918|UniProtKB:P71707 F Penicillin-binding protein 1F UniProtKB:P38050|PTN001283979 protein NCBITaxon:224308 20170601 GO_Central penicillin binding +UniProtKB P38050 pbpF GO:0046677 GO_REF:0000033 IBA PANTHER:PTN001283969|UniProtKB:P02919|UniProtKB:P02918 P Penicillin-binding protein 1F UniProtKB:P38050|PTN001283979 protein NCBITaxon:224308 20170601 GO_Central response to antibiotic +UniProtKB P38050 pbpF GO:0009252 GO_REF:0000033 IBA PANTHER:PTN001283970|UniProtKB:P02918|UniProtKB:P76577|UniProtKB:P02919 P Penicillin-binding protein 1F UniProtKB:P38050|PTN001283979 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan biosynthetic process +UniProtKB P38050 pbpF GO:0008955 GO_REF:0000033 IBA PANTHER:PTN001283970|UniProtKB:P02919|UniProtKB:P02918|UniProtKB:P76577 F Penicillin-binding protein 1F UniProtKB:P38050|PTN001283979 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan glycosyltransferase activity +UniProtKB P38032 nadB GO:0008734 GO_REF:0000033 IBA PANTHER:PTN000180385|UniProtKB:P10902 F L-aspartate oxidase UniProtKB:P38032|PTN000180386 protein NCBITaxon:224308 20170228 GO_Central L-aspartate oxidase activity +UniProtKB P38032 nadB GO:0034628 GO_REF:0000033 IBA PANTHER:PTN000180385|UniProtKB:P10902 P L-aspartate oxidase UniProtKB:P38032|PTN000180386 protein NCBITaxon:224308 20170228 GO_Central 'de novo' NAD biosynthetic process from aspartate +UniProtKB P38021 rocD GO:0030170 GO_REF:0000033 IBA PANTHER:PTN000241033|UniProtKB:P18335|UniProtKB:P42588 F Ornithine aminotransferase UniProtKB:P38021|PTN000241225 protein NCBITaxon:224308 20200808 GO_Central pyridoxal phosphate binding +UniProtKB P38021 rocD GO:0042802 GO_REF:0000033 IBA PANTHER:PTN000241033|UniProtKB:P04181|UniProtKB:P42588 F Ornithine aminotransferase UniProtKB:P38021|PTN000241225 protein NCBITaxon:224308 20230602 GO_Central identical protein binding +UniProtKB P39158 cspC GO:0010468 GO_REF:0000033 IBA PANTHER:PTN000166442|MGI:MGI:1096372|MGI:MGI:99146|UniProtKB:P0A9X9|RGD:621056|UniProtKB:P0A972|UniProtKB:P67809|UniProtKB:P0A357|ZFIN:ZDB-GENE-000629-3|MGI:MGI:2137670|UniProtKB:P0A9Y6|RGD:61843 P Cold shock protein CspC UniProtKB:P39158|PTN000166645 protein NCBITaxon:224308 20230405 GO_Central regulation of gene expression +UniProtKB P39158 cspC GO:0003676 GO_REF:0000033 IBA PANTHER:PTN000166442|UniProtKB:P67809|RGD:621056|UniProtKB:P0A972|UniProtKB:P0A9X9|MGI:MGI:1096372|MGI:MGI:99146|UniProtKB:P36995|RGD:61843|UniProtKB:P0A968|UniProtKB:Q57UC8|UniProtKB:P0A9Y6|MGI:MGI:2137670|ZFIN:ZDB-GENE-000629-3 F Cold shock protein CspC UniProtKB:P39158|PTN000166645 protein NCBITaxon:224308 20231108 GO_Central nucleic acid binding +UniProtKB P39156 ywlF GO:0004751 GO_REF:0000033 IBA PANTHER:PTN000768713|UniProtKB:P37351|UniProtKB:P9WKD7 F Putative sugar phosphate isomerase YwlF UniProtKB:P39156|PTN000768714 protein NCBITaxon:224308 20200414 GO_Central ribose-5-phosphate isomerase activity +UniProtKB P39156 ywlF GO:0019316 GO_REF:0000033 IBA PANTHER:PTN000768713|UniProtKB:P37351 P Putative sugar phosphate isomerase YwlF UniProtKB:P39156|PTN000768714 protein NCBITaxon:224308 20200414 GO_Central D-allose catabolic process +UniProtKB P39156 ywlF GO:0009052 GO_REF:0000033 IBA PANTHER:PTN000768713|UniProtKB:P9WKD7 P Putative sugar phosphate isomerase YwlF UniProtKB:P39156|PTN000768714 protein NCBITaxon:224308 20200414 GO_Central pentose-phosphate shunt, non-oxidative branch +UniProtKB P39155 ywlE GO:0004725 GO_REF:0000033 IBA PANTHER:PTN000197212|SGD:S000006277|RGD:2020|FB:FBgn0040077|UniProtKB:P24666|PomBase:SPAC1071.12c|FB:FBgn0040076|UniProtKB:P0ACZ2|UniProtKB:P9WIA1|UniProtKB:P0AAB2 F Protein-arginine-phosphatase UniProtKB:P39155|PTN000197334 protein NCBITaxon:224308 20230602 GO_Central protein tyrosine phosphatase activity +UniProtKB P39153 ywlC GO:0000049 GO_REF:0000033 IBA PANTHER:PTN000426057|UniProtKB:P45748 F Threonylcarbamoyl-AMP synthase UniProtKB:P39153|PTN000426130 protein NCBITaxon:224308 20170228 GO_Central tRNA binding +UniProtKB P39153 ywlC GO:0016779 GO_REF:0000033 IBA PANTHER:PTN000426057|SGD:S000003137|UniProtKB:P45748|UniProtKB:P39153|UniProtKB:Q86U90 F Threonylcarbamoyl-AMP synthase UniProtKB:P39153|PTN000426130 protein NCBITaxon:224308 20220415 GO_Central nucleotidyltransferase activity +UniProtKB P39153 ywlC GO:0006450 GO_REF:0000033 IBA PANTHER:PTN000426057|SGD:S000003137 P Threonylcarbamoyl-AMP synthase UniProtKB:P39153|PTN000426130 protein NCBITaxon:224308 20170228 GO_Central regulation of translational fidelity +UniProtKB P39153 ywlC GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000426057|SGD:S000003137|UniProtKB:P45748|UniProtKB:Q8I610|UniProtKB:Q86U90 C Threonylcarbamoyl-AMP synthase UniProtKB:P39153|PTN000426130 protein NCBITaxon:224308 20230111 GO_Central cytoplasm +UniProtKB P39149 upp GO:0004845 GO_REF:0000033 IBA PANTHER:PTN004144302|UniProtKB:P0A8F0 F Uracil phosphoribosyltransferase UniProtKB:P39149|PTN000759509 protein NCBITaxon:224308 20210113 GO_Central uracil phosphoribosyltransferase activity +UniProtKB P39149 upp GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000032154|UniProtKB:P0A8F4|TAIR:locus:2164516|TAIR:locus:2049567|TAIR:locus:2086523|TAIR:locus:2028809|UniProtKB:P0A8F0|TAIR:locus:2195366|TAIR:locus:2034260|TAIR:locus:2031541 C Uracil phosphoribosyltransferase UniProtKB:P39149|PTN000759509 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB P39148 glyA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000188065|TAIR:locus:2129251|UniProtKB:P34896|SGD:S000004048|RGD:1308582|UniProtKB:Q8IKR8|TAIR:locus:2127806|ZFIN:ZDB-GENE-040426-1558|UniProtKB:P0A825|UniProtKB:Q8I566|FB:FBgn0029823|ZFIN:ZDB-GENE-071213-1|UniProtKB:P34897|TAIR:locus:2148463|SGD:S000000467|TAIR:locus:2005518 C Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB P39148 glyA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000188204|UniProtKB:P0A825 C Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20180504 GO_Central cytosol +UniProtKB P39148 glyA GO:0046653 GO_REF:0000033 IBA PANTHER:PTN000188065|MGI:MGI:98299|FB:FBgn0029823|UniProtKB:P34896|UniProtKB:P34897|MGI:MGI:1277989 P Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20220414 GO_Central tetrahydrofolate metabolic process +UniProtKB P39148 glyA GO:0030170 GO_REF:0000033 IBA PANTHER:PTN000188065|RGD:1308582|RGD:1312011|UniProtKB:P34896|UniProtKB:P9WGI7|UniProtKB:P34897|ZFIN:ZDB-GENE-071213-1|UniProtKB:P9WGI9|UniProtKB:P0A825 F Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20220414 GO_Central pyridoxal phosphate binding +UniProtKB P39148 glyA GO:0019264 GO_REF:0000033 IBA PANTHER:PTN000188065|UniProtKB:P0A825|RGD:1308582|FB:FBgn0029823|RGD:1312011 P Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20180504 GO_Central glycine biosynthetic process from serine +UniProtKB P39148 glyA GO:0004372 GO_REF:0000033 IBA PANTHER:PTN000188065|UniProtKB:P0A825|UniProtKB:P9WGI9|ZFIN:ZDB-GENE-071213-1|FB:FBgn0029823|MGI:MGI:1277989|ZFIN:ZDB-GENE-040426-1558|RGD:1308582|TAIR:locus:2127806|UniProtKB:P9WGI7|UniProtKB:P34896|SGD:S000004048|SGD:S000000467|TAIR:locus:2005518|MGI:MGI:98299|TAIR:locus:2148463|UniProtKB:P34897|RGD:1312011 F Serine hydroxymethyltransferase UniProtKB:P39148|PTN000188205 protein NCBITaxon:224308 20220414 GO_Central glycine hydroxymethyltransferase activity +UniProtKB P39145 comFA GO:0006270 GO_REF:0000033 IBA PANTHER:PTN000778679|UniProtKB:P17888 P ComF operon protein 1 UniProtKB:P39145|PTN002412821 protein NCBITaxon:224308 20170228 GO_Central DNA replication initiation +UniProtKB P39145 comFA GO:0043138 GO_REF:0000033 IBA PANTHER:PTN000778679|UniProtKB:P17888 F ComF operon protein 1 UniProtKB:P39145|PTN002412821 protein NCBITaxon:224308 20170228 GO_Central 3'-5' DNA helicase activity +UniProtKB P39145 comFA GO:0006268 GO_REF:0000033 IBA PANTHER:PTN000778679|UniProtKB:P17888 P ComF operon protein 1 UniProtKB:P39145|PTN002412821 protein NCBITaxon:224308 20170228 GO_Central DNA unwinding involved in DNA replication +UniProtKB P39145 comFA GO:0006310 GO_REF:0000033 IBA PANTHER:PTN000778679|UniProtKB:P17888 P ComF operon protein 1 UniProtKB:P39145|PTN002412821 protein NCBITaxon:224308 20170228 GO_Central DNA recombination +UniProtKB P39145 comFA GO:0006302 GO_REF:0000033 IBA PANTHER:PTN000778679|UniProtKB:P17888 P ComF operon protein 1 UniProtKB:P39145|PTN002412821 protein NCBITaxon:224308 20170228 GO_Central double-strand break repair +UniProtKB P39143 gutR GO:0051607 GO_REF:0000033 IBA PANTHER:PTN000814563|UniProtKB:P09914|UniProtKB:Q13325|UniProtKB:E7FBH4|UniProtKB:P09913|UniProtKB:O14879|ZFIN:ZDB-GENE-131120-20|MGI:MGI:99449 P Transcription activator GutR UniProtKB:P39143|PTN000031086 protein NCBITaxon:224308 20230602 GO_Central defense response to virus +UniProtKB P39143 gutR GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000814563|UniProtKB:P09914|UniProtKB:O14879|UniProtKB:Q13325 C Transcription activator GutR UniProtKB:P39143|PTN000031086 protein NCBITaxon:224308 20231108 GO_Central cytosol +UniProtKB P39142 pdp GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000054065|UniProtKB:P07650 C Pyrimidine-nucleoside phosphorylase UniProtKB:P39142|PTN000054095 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P39142 pdp GO:0009032 GO_REF:0000033 IBA PANTHER:PTN000054094|UniProtKB:P07650 F Pyrimidine-nucleoside phosphorylase UniProtKB:P39142|PTN000054095 protein NCBITaxon:224308 20170228 GO_Central thymidine phosphorylase activity +UniProtKB P39141 nupC GO:1901642 GO_REF:0000033 IBA PANTHER:PTN000063482|UniProtKB:O00337|MGI:MGI:2137361|UniProtKB:Q9HAS3|UniProtKB:O43868|UniProtKB:P0AFF2 P Nucleoside permease NupC UniProtKB:P39141|PTN000063588 protein NCBITaxon:224308 20231108 GO_Central nucleoside transmembrane transport +UniProtKB P39141 nupC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000063482|RGD:61840|CGD:CAL0000196014|UniProtKB:O43868|UniProtKB:P33021|MGI:MGI:2137361|RGD:621223|MGI:MGI:1913105|UniProtKB:O00337|UniProtKB:P33024|UniProtKB:O62667|MGI:MGI:3605073|UniProtKB:P0AFF2 C Nucleoside permease NupC UniProtKB:P39141|PTN000063588 protein NCBITaxon:224308 20230602 GO_Central plasma membrane +UniProtKB P39141 nupC GO:0015293 GO_REF:0000033 IBA PANTHER:PTN000063482|UniProtKB:O00337|RGD:621223|UniProtKB:O62667|UniProtKB:P0AFF2|MGI:MGI:2137361|RGD:61840|CGD:CAL0000196014|UniProtKB:O43868 F Nucleoside permease NupC UniProtKB:P39141|PTN000063588 protein NCBITaxon:224308 20231108 GO_Central symporter activity +UniProtKB P39141 nupC GO:0005337 GO_REF:0000033 IBA PANTHER:PTN000063482|UniProtKB:Q5B1T7|UniProtKB:Q9HAS3|CGD:CAL0000196014|RGD:61840|UniProtKB:O43868|MGI:MGI:1913105|RGD:621223|UniProtKB:O00337|UniProtKB:P0AFF2|UniProtKB:O62667|MGI:MGI:2137361 F Nucleoside permease NupC UniProtKB:P39141|PTN000063588 protein NCBITaxon:224308 20231108 GO_Central nucleoside transmembrane transporter activity +UniProtKB P39138 rocF GO:0019547 GO_REF:0000033 IBA PANTHER:PTN000144386|PomBase:SPAC3H1.07|PomBase:SPBP26C9.02c|RGD:2150|UniProtKB:C4LSS0|RGD:2151|SGD:S000006032|CGD:CAL0000174553 P Arginase UniProtKB:P39138|PTN000144482 protein NCBITaxon:224308 20230112 GO_Central arginine catabolic process to ornithine +UniProtKB P39138 rocF GO:0030145 GO_REF:0000033 IBA PANTHER:PTN000144386|UniProtKB:C4LSS0|SGD:S000006032|RGD:2150 F Arginase UniProtKB:P39138|PTN000144482 protein NCBITaxon:224308 20230112 GO_Central manganese ion binding +UniProtKB P39138 rocF GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000144386|SGD:S000006032|RGD:2151|MGI:MGI:1330806|PomBase:SPBP26C9.02c|RGD:2150 C Arginase UniProtKB:P39138|PTN000144482 protein NCBITaxon:224308 20230604 GO_Central cytoplasm +UniProtKB P39138 rocF GO:0004053 GO_REF:0000033 IBA PANTHER:PTN000144386|UniProtKB:Q12611|CGD:CAL0000174553|UniProtKB:Q8I384|MGI:MGI:88070|UniProtKB:P78540|PomBase:SPBP26C9.02c|SGD:S000006032|RGD:2151|UniProtKB:F1P5B4|UniProtKB:C4LSS0|UniProtKB:P39138|RGD:2150|PomBase:SPAC3H1.07 F Arginase UniProtKB:P39138|PTN000144482 protein NCBITaxon:224308 20230112 GO_Central arginase activity +UniProtKB P39137 rocE GO:0003333 GO_REF:0000033 IBA PANTHER:PTN001718863|CGD:CAL0000200920|SGD:S000000530|CGD:CAL0000181363|PomBase:SPAC869.11|UniProtKB:P25737|CGD:CAL0000182050|CGD:CAL0000180720|SGD:S000000789|CGD:CAL0000192270|SGD:S000002916|CGD:CAL0000177766|UniProtKB:C8V2E0|PomBase:SPCC965.11c|CGD:CAL0000177621|CGD:CAL0000201651|CGD:CAL0000198089 P Amino-acid permease RocE UniProtKB:P39137|PTN000209269 protein NCBITaxon:224308 20230407 GO_Central amino acid transmembrane transport +UniProtKB P39137 rocE GO:0015171 GO_REF:0000033 IBA PANTHER:PTN001718863|CGD:CAL0000182050|SGD:S000000273|SGD:S000002916|SGD:S000000789|SGD:S000000530|SGD:S000005212|PomBase:SPCC965.11c|SGD:S000001839|CGD:CAL0000177766|CGD:CAL0000201116|SGD:S000001747|SGD:S000003423|CGD:CAL0000192270|SGD:S000005214|CGD:CAL0000200920|UniProtKB:P25737|CGD:CAL0000181363|PomBase:SPAC869.11|UniProtKB:C8V2E0|SGD:S000000272|CGD:CAL0000177621|SGD:S000005875|CGD:CAL0000201651|SGD:S000005380|CGD:CAL0000198089|SGD:S000002453 F Amino-acid permease RocE UniProtKB:P39137|PTN000209269 protein NCBITaxon:224308 20230407 GO_Central amino acid transmembrane transporter activity +UniProtKB P39135 sfp GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000259224|UniProtKB:Q9NRN7 C 4'-phosphopantetheinyl transferase Sfp UniProtKB:P39135|PTN000259282 protein NCBITaxon:224308 20210101 GO_Central cytosol +UniProtKB P39135 sfp GO:0008897 GO_REF:0000033 IBA PANTHER:PTN000259224|SGD:S000003122|UniProtKB:Q9NRN7|UniProtKB:P37623|UniProtKB:Q4X1W0|PomBase:SPAC17C9.02c|dictyBase:DDB_G0285927|CGD:CAL0000182911 F 4'-phosphopantetheinyl transferase Sfp UniProtKB:P39135|PTN000259282 protein NCBITaxon:224308 20220922 GO_Central holo-[acyl-carrier-protein] synthase activity +UniProtKB P39135 sfp GO:0019878 GO_REF:0000033 IBA PANTHER:PTN000259224|SGD:S000003122|PomBase:SPAC17C9.02c P 4'-phosphopantetheinyl transferase Sfp UniProtKB:P39135|PTN000259282 protein NCBITaxon:224308 20170228 GO_Central lysine biosynthetic process via aminoadipic acid +UniProtKB P39134 prkA GO:0004672 GO_REF:0000033 IBA PANTHER:PTN001250313|UniProtKB:P0ACY3 F Protein PrkA UniProtKB:P39134|PTN000767458 protein NCBITaxon:224308 20170228 GO_Central protein kinase activity +UniProtKB P39127 citR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:P39376 F HTH-type transcriptional regulator CitR UniProtKB:P39127|PTN001248445 protein NCBITaxon:224308 20210531 GO_Central transcription cis-regulatory region binding +UniProtKB P39127 citR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:G3XCU6|UniProtKB:P67662|UniProtKB:P0A9F9|UniProtKB:P67660|UniProtKB:P39376|UniProtKB:P72131 P HTH-type transcriptional regulator CitR UniProtKB:P39127|PTN001248445 protein NCBITaxon:224308 20190829 GO_Central regulation of DNA-templated transcription +UniProtKB P39123 glgP GO:0008184 GO_REF:0000033 IBA PANTHER:PTN000157685|UniProtKB:P11217|RGD:3461|dictyBase:DDB_G0281383|FB:FBgn0004507|SGD:S000006364|MGI:MGI:97829|UniProtKB:P06737|dictyBase:DDB_G0291123|RGD:3460|UniProtKB:P0AC86|CGD:CAL0000189831|RGD:620687|MGI:MGI:97828|MGI:MGI:97830 F Glycogen phosphorylase UniProtKB:P39123|PTN000157810 protein NCBITaxon:224308 20230602 GO_Central glycogen phosphorylase activity +UniProtKB P39123 glgP GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000157685|SGD:S000006364|UniProtKB:E1BSN7|FB:FBgn0004507|RGD:3461|UniProtKB:P11216|UniProtKB:P00490 C Glycogen phosphorylase UniProtKB:P39123|PTN000157810 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB P39123 glgP GO:0030170 GO_REF:0000033 IBA PANTHER:PTN000157685|UniProtKB:P00490|RGD:3461|FB:FBgn0004507|UniProtKB:P0AC86 F Glycogen phosphorylase UniProtKB:P39123|PTN000157810 protein NCBITaxon:224308 20170228 GO_Central pyridoxal phosphate binding +UniProtKB P39123 glgP GO:0005980 GO_REF:0000033 IBA PANTHER:PTN000157685|CGD:CAL0000189831|RGD:3460|UniProtKB:P0AC86|dictyBase:DDB_G0291123|MGI:MGI:97829|SGD:S000006364|FB:FBgn0004507|dictyBase:DDB_G0281383|RGD:3461|UniProtKB:P11217|MGI:MGI:97830|UniProtKB:P00490|MGI:MGI:97828|RGD:620687 P Glycogen phosphorylase UniProtKB:P39123|PTN000157810 protein NCBITaxon:224308 20230602 GO_Central glycogen catabolic process +UniProtKB P39121 deoC GO:0016052 GO_REF:0000033 IBA PANTHER:PTN000095292|UniProtKB:P0A6L0 P Deoxyribose-phosphate aldolase UniProtKB:P39121|PTN000095301 protein NCBITaxon:224308 20170228 GO_Central carbohydrate catabolic process +UniProtKB P39121 deoC GO:0004139 GO_REF:0000033 IBA PANTHER:PTN000095292|UniProtKB:Q9Y315|UniProtKB:P0A6L0 F Deoxyribose-phosphate aldolase UniProtKB:P39121|PTN000095301 protein NCBITaxon:224308 20170228 GO_Central deoxyribose-phosphate aldolase activity +UniProtKB P39121 deoC GO:0009264 GO_REF:0000033 IBA PANTHER:PTN000095292|UniProtKB:P0A6L0 P Deoxyribose-phosphate aldolase UniProtKB:P39121|PTN000095301 protein NCBITaxon:224308 20170228 GO_Central deoxyribonucleotide catabolic process +UniProtKB P39120 citZ GO:0004108 GO_REF:0000033 IBA PANTHER:PTN000201223|SGD:S000000598|FB:FBgn0261955|TAIR:locus:2050554|TAIR:locus:2098989|dictyBase:DDB_G0267426|SGD:S000005284|TAIR:locus:2052379|PomBase:SPAC6C3.04|MGI:MGI:88529|SGD:S000006205|UniProtKB:O75390|RGD:620330|UniProtKB:O00098|UniProtKB:P31660|UniProtKB:Q9TEM3 F Citrate synthase 2 UniProtKB:P39120|PTN000201317 protein NCBITaxon:224308 20230110 GO_Central citrate (Si)-synthase activity +UniProtKB P39120 citZ GO:0005975 GO_REF:0000033 IBA PANTHER:PTN000201223|UniProtKB:O75390 P Citrate synthase 2 UniProtKB:P39120|PTN000201317 protein NCBITaxon:224308 20180508 GO_Central carbohydrate metabolic process +UniProtKB P39120 citZ GO:0006099 GO_REF:0000033 IBA PANTHER:PTN000201223|SGD:S000006205|UniProtKB:Q9I5E3|RGD:620330|PomBase:SPAC6C3.04 P Citrate synthase 2 UniProtKB:P39120|PTN000201317 protein NCBITaxon:224308 20180508 GO_Central tricarboxylic acid cycle +UniProtKB P39119 citA GO:0005975 GO_REF:0000033 IBA PANTHER:PTN000201223|UniProtKB:O75390 P Citrate synthase 1 UniProtKB:P39119|PTN000201315 protein NCBITaxon:224308 20180508 GO_Central carbohydrate metabolic process +UniProtKB P39119 citA GO:0006099 GO_REF:0000033 IBA PANTHER:PTN000201223|SGD:S000006205|UniProtKB:Q9I5E3|RGD:620330|PomBase:SPAC6C3.04 P Citrate synthase 1 UniProtKB:P39119|PTN000201315 protein NCBITaxon:224308 20180508 GO_Central tricarboxylic acid cycle +UniProtKB P39119 citA GO:0004108 GO_REF:0000033 IBA PANTHER:PTN000201223|SGD:S000000598|FB:FBgn0261955|TAIR:locus:2050554|TAIR:locus:2098989|dictyBase:DDB_G0267426|SGD:S000005284|TAIR:locus:2052379|PomBase:SPAC6C3.04|MGI:MGI:88529|SGD:S000006205|UniProtKB:O75390|RGD:620330|UniProtKB:O00098|UniProtKB:P31660|UniProtKB:Q9TEM3 F Citrate synthase 1 UniProtKB:P39119|PTN000201315 protein NCBITaxon:224308 20230110 GO_Central citrate (Si)-synthase activity +UniProtKB P39118 glgB GO:0003844 GO_REF:0000033 IBA PANTHER:PTN000040010|UniProtKB:A0A0G2JTB2|UniProtKB:Q04446|TAIR:locus:2144608|TAIR:locus:2044903|SGD:S000000737|UniProtKB:P07762|UniProtKB:P9WN45|CGD:CAL0000188820 F 1,4-alpha-glucan branching enzyme GlgB UniProtKB:P39118|PTN000040087 protein NCBITaxon:224308 20230604 GO_Central 1,4-alpha-glucan branching enzyme activity +UniProtKB P39118 glgB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000040086|UniProtKB:P07762 C 1,4-alpha-glucan branching enzyme GlgB UniProtKB:P39118|PTN000040087 protein NCBITaxon:224308 20170616 GO_Central cytosol +UniProtKB P39118 glgB GO:0005978 GO_REF:0000033 IBA PANTHER:PTN000040086|UniProtKB:P07762|UniProtKB:P9WN45 P 1,4-alpha-glucan branching enzyme GlgB UniProtKB:P39118|PTN000040087 protein NCBITaxon:224308 20170616 GO_Central glycogen biosynthetic process +UniProtKB P39118 glgB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000040010|MGI:MGI:1921435|TAIR:locus:2092349|UniProtKB:P07762 C 1,4-alpha-glucan branching enzyme GlgB UniProtKB:P39118|PTN000040087 protein NCBITaxon:224308 20230604 GO_Central cytoplasm +UniProtKB P39115 vmlR GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000442080|PomBase:SPAC3C7.08c|UniProtKB:P39115|UniProtKB:Q8NE71 F Ribosome protection protein VmlR UniProtKB:P39115|PTN000442313 protein NCBITaxon:224308 20200808 GO_Central ATP binding +UniProtKB P39074 bmrU GO:0004143 GO_REF:0000033 IBA PANTHER:PTN007570849|UniProtKB:O31502|UniProtKB:P9WP29 F Putative lipid kinase BmrU UniProtKB:P39074|PTN000270797 protein NCBITaxon:224308 20210203 GO_Central ATP-dependent diacylglycerol kinase activity +UniProtKB P39071 dhbA GO:0016616 GO_REF:0000033 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:Q8N4T8|UniProtKB:P0AEK2|UniProtKB:O54438|SGD:S000001538|UniProtKB:P0AG84|UniProtKB:Q8I2S7|TAIR:locus:2024021|UniProtKB:P9WGT1|CGD:CAL0000174204|UniProtKB:P37769|UniProtKB:Q92506|UniProtKB:P05707 F 2,3-dihydro-2,3-dihydroxybenzoate dehydrogenase UniProtKB:P39071|PTN001215133 protein NCBITaxon:224308 20230111 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB P39070 clpQ GO:0005737 GO_REF:0000033 IBA PANTHER:PTN008645198|UniProtKB:P0A7B8|UniProtKB:P20618|UniProtKB:Q8I5B6 C ATP-dependent protease subunit ClpQ UniProtKB:P39070|PTN000794628 protein NCBITaxon:224308 20230720 GO_Central cytoplasm +UniProtKB P39070 clpQ GO:0051603 GO_REF:0000033 IBA PANTHER:PTN008645198|UniProtKB:P0A7B8 P ATP-dependent protease subunit ClpQ UniProtKB:P39070|PTN000794628 protein NCBITaxon:224308 20230720 GO_Central proteolysis involved in protein catabolic process +UniProtKB P39067 acuC GO:0004407 GO_REF:0000033 IBA PANTHER:PTN008143312|UniProtKB:Q13547|FB:FBgn0026428|UniProtKB:Q92769|dictyBase:DDB_G0270338|PomBase:SPBC800.03|UniProtKB:O15379|UniProtKB:Q586J9|UniProtKB:Q9BY41|UniProtKB:D6XGM6|MGI:MGI:108086|UniProtKB:Q9UBN7|MGI:MGI:2385849|SGD:S000003162|TAIR:locus:2120948|FB:FBgn0025825|FB:FBgn0029783|UniProtKB:Q969S8|MGI:MGI:1333752|UniProtKB:G5EB64|PomBase:SPAC3G9.07c|UniProtKB:Q9NRC8|MGI:MGI:1097691|TAIR:locus:2159461|FB:FBgn0015805|UniProtKB:Q8RX28|WB:WBGene00001834|UniProtKB:C8V606|PomBase:SPBC36.05c|TAIR:locus:2162017|SGD:S000005274|UniProtKB:Q8GXJ1|UniProtKB:Q96DB2 F Acetoin utilization protein AcuC UniProtKB:P39067|PTN000066339 protein NCBITaxon:224308 20231110 GO_Central histone deacetylase activity +UniProtKB P39063 ytxD GO:0071978 GO_REF:0000033 IBA PANTHER:PTN001252377|UniProtKB:G3XD73|UniProtKB:Q9HUL1 P Uncharacterized protein YtxD UniProtKB:P39063|PTN001252386 protein NCBITaxon:224308 20170228 GO_Central bacterial-type flagellum-dependent swarming motility +UniProtKB P39063 ytxD GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001252377|UniProtKB:P09348 C Uncharacterized protein YtxD UniProtKB:P39063|PTN001252386 protein NCBITaxon:224308 20230406 GO_Central plasma membrane +UniProtKB P39062 acsA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000644276|UniProtKB:P27550 C Acetyl-coenzyme A synthetase UniProtKB:P39062|PTN000644277 protein NCBITaxon:224308 20211119 GO_Central cytosol +UniProtKB P39062 acsA GO:0006085 GO_REF:0000033 IBA PANTHER:PTN000644161|CGD:CAL0000197968|MGI:MGI:1915988|SGD:S000004143|UniProtKB:Q9NUB1|MGI:MGI:1890410|UniProtKB:C6KTB4|SGD:S000000050 P Acetyl-coenzyme A synthetase UniProtKB:P39062|PTN000644277 protein NCBITaxon:224308 20230111 GO_Central acetyl-CoA biosynthetic process +UniProtKB P39062 acsA GO:0003987 GO_REF:0000033 IBA PANTHER:PTN000644161|UniProtKB:Q9NUB1|CGD:CAL0000197968|UniProtKB:P27550|SGD:S000004143|UniProtKB:Q8ZKF6|RGD:1305489|SGD:S000000050|TAIR:locus:2149104|MGI:MGI:1890410|UniProtKB:Q9NR19|MGI:MGI:1915988|RGD:1306246|UniProtKB:C6KTB4 F Acetyl-coenzyme A synthetase UniProtKB:P39062|PTN000644277 protein NCBITaxon:224308 20230111 GO_Central acetate-CoA ligase activity +UniProtKB P38494 ypfD GO:0003729 GO_REF:0000033 IBA PANTHER:PTN000076677|TAIR:locus:2145860|UniProtKB:P0AG67 F 30S ribosomal protein S1 homolog UniProtKB:P38494|PTN000076735 protein NCBITaxon:224308 20171222 GO_Central mRNA binding +UniProtKB P38494 ypfD GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000076677|UniProtKB:P0AG67 F 30S ribosomal protein S1 homolog UniProtKB:P38494|PTN000076735 protein NCBITaxon:224308 20171222 GO_Central structural constituent of ribosome +UniProtKB P38494 ypfD GO:0006412 GO_REF:0000033 IBA PANTHER:PTN000076677|UniProtKB:P0AG67 P 30S ribosomal protein S1 homolog UniProtKB:P38494|PTN000076735 protein NCBITaxon:224308 20171222 GO_Central translation +UniProtKB P38494 ypfD GO:0022627 GO_REF:0000033 IBA PANTHER:PTN000076734|UniProtKB:P0AG67 C 30S ribosomal protein S1 homolog UniProtKB:P38494|PTN000076735 protein NCBITaxon:224308 20171222 GO_Central cytosolic small ribosomal subunit +UniProtKB P38493 cmk GO:0015949 GO_REF:0000033 IBA PANTHER:PTN000480631|UniProtKB:P0A6I0 P Cytidylate kinase UniProtKB:P38493|PTN000480632 protein NCBITaxon:224308 20190820 GO_Central nucleobase-containing small molecule interconversion +UniProtKB P38493 cmk GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000480630|UniProtKB:P0A6I0|UniProtKB:P31663 C Cytidylate kinase UniProtKB:P38493|PTN000480632 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P38493 cmk GO:0004127 GO_REF:0000033 IBA PANTHER:PTN000480631|UniProtKB:P0A6I0|UniProtKB:P9WPA9 F Cytidylate kinase UniProtKB:P38493|PTN000480632 protein NCBITaxon:224308 20170228 GO_Central cytidylate kinase activity +UniProtKB P70947 yitU GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YitU UniProtKB:P70947|PTN000000097 protein NCBITaxon:224308 20200129 GO_Central cytosol +UniProtKB P70947 yitU GO:0000287 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:P75792|UniProtKB:P0A8Y5 F 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YitU UniProtKB:P70947|PTN000000097 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding +UniProtKB P70947 yitU GO:0016791 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P75792|UniProtKB:P0A8Y5 F 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YitU UniProtKB:P70947|PTN000000097 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity +UniProtKB P70970 ecfAB GO:0042626 GO_REF:0000033 IBA PANTHER:PTN000656738|UniProtKB:Q9I183 F Energy-coupling factor transporter ATP-binding protein EcfA2 UniProtKB:P70970|PTN000657021 protein NCBITaxon:224308 20170601 GO_Central ATPase-coupled transmembrane transporter activity +UniProtKB P70970 ecfAB GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000656738|UniProtKB:Q9X1Z1|UniProtKB:Q9WY65 F Energy-coupling factor transporter ATP-binding protein EcfA2 UniProtKB:P70970|PTN000657021 protein NCBITaxon:224308 20170601 GO_Central ATP binding +UniProtKB P70970 ecfAB GO:0043190 GO_REF:0000033 IBA PANTHER:PTN000656738|UniProtKB:Q05596 C Energy-coupling factor transporter ATP-binding protein EcfA2 UniProtKB:P70970|PTN000657021 protein NCBITaxon:224308 20170601 GO_Central ATP-binding cassette (ABC) transporter complex +UniProtKB P55181 yxjO GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:G3XCU6|UniProtKB:P67662|UniProtKB:P0A9F9|UniProtKB:P67660|UniProtKB:P39376|UniProtKB:P72131 P Uncharacterized HTH-type transcriptional regulator YxjO UniProtKB:P55181|PTN001248444 protein NCBITaxon:224308 20190829 GO_Central regulation of DNA-templated transcription +UniProtKB P55181 yxjO GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:P39376 F Uncharacterized HTH-type transcriptional regulator YxjO UniProtKB:P55181|PTN001248444 protein NCBITaxon:224308 20210531 GO_Central transcription cis-regulatory region binding +UniProtKB P27643 spoVK GO:0016887 GO_REF:0000033 IBA PANTHER:PTN008681388|UniProtKB:P9WPH9 F Stage V sporulation protein K UniProtKB:P27643|PTN001012185 protein NCBITaxon:224308 20181121 GO_Central ATP hydrolysis activity +UniProtKB P04969 rpsK GO:0022627 GO_REF:0000033 IBA PANTHER:PTN000205040|UniProtKB:P0A7R9 C 30S ribosomal protein S11 UniProtKB:P04969|PTN000205041 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit +UniProtKB P04969 rpsK GO:0003735 GO_REF:0000033 IBA PANTHER:PTN008526151|SGD:S000005250|FB:FBgn0004404|UniProtKB:P62263|FB:FBgn0004403|UniProtKB:P0A7R9|RGD:62025|MGI:MGI:98107 F 30S ribosomal protein S11 UniProtKB:P04969|PTN000205041 protein NCBITaxon:224308 20230405 GO_Central structural constituent of ribosome +UniProtKB P04969 rpsK GO:0006412 GO_REF:0000033 IBA PANTHER:PTN008526151|UniProtKB:P62263 P 30S ribosomal protein S11 UniProtKB:P04969|PTN000205041 protein NCBITaxon:224308 20230405 GO_Central translation +UniProtKB P30300 glpP GO:0001072 GO_REF:0000033 IBA PANTHER:PTN002183880|UniProtKB:P30300 F Glycerol uptake operon antiterminator regulatory protein UniProtKB:P30300|PTN002183896 protein NCBITaxon:224308 20180110 GO_Central transcription antitermination factor activity, RNA binding +UniProtKB P36944 rbsR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:P18811|UniProtKB:P36673|UniProtKB:P24242|UniProtKB:P0ACP7|UniProtKB:Q8EBJ8|UniProtKB:P0ACQ0 F Ribose operon repressor UniProtKB:P36944|PTN000765358 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity +UniProtKB P36944 rbsR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P77615|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7 F Ribose operon repressor UniProtKB:P36944|PTN000765358 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB P36944 rbsR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P03024|UniProtKB:P0ACI3|UniProtKB:P03023|UniProtKB:P77615|UniProtKB:P0ACN7|UniProtKB:P36673|UniProtKB:P0ACP5|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:Q2G295|UniProtKB:P06846|UniProtKB:P0ACQ0|UniProtKB:Q8EBJ8|UniProtKB:P0ACP7|UniProtKB:P25748|UniProtKB:G3XD97|UniProtKB:Q8P5C9|UniProtKB:P24242 P Ribose operon repressor UniProtKB:P36944|PTN000765358 protein NCBITaxon:224308 20230603 GO_Central regulation of DNA-templated transcription +UniProtKB P36843 argJ GO:0004042 GO_REF:0000033 IBA PANTHER:PTN000559455|SGD:S000004666 F Arginine biosynthesis bifunctional protein ArgJ UniProtKB:P36843|PTN000559476 protein NCBITaxon:224308 20170228 GO_Central acetyl-CoA:L-glutamate N-acetyltransferase activity +UniProtKB P36843 argJ GO:0006592 GO_REF:0000033 IBA PANTHER:PTN000559455|UniProtKB:Q5AVF8|SGD:S000004666 P Arginine biosynthesis bifunctional protein ArgJ UniProtKB:P36843|PTN000559476 protein NCBITaxon:224308 20200809 GO_Central ornithine biosynthetic process +UniProtKB P36838 carA contributes_to GO:0004088 GO_REF:0000033 IBA PANTHER:PTN000150382|SGD:S000005829|UniProtKB:P0A6F1 F Carbamoyl-phosphate synthase arginine-specific small chain UniProtKB:P36838|PTN000150408 protein NCBITaxon:224308 20170228 GO_Central carbamoyl-phosphate synthase (glutamine-hydrolyzing) activity +UniProtKB P36838 carA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000150222|UniProtKB:P0A6F1|UniProtKB:Q57U86|SGD:S000005829|UniProtKB:P00968|UniProtKB:P31327|SGD:S000003666|TAIR:locus:2089149|RGD:2395|UniProtKB:Q57U84|TAIR:locus:2019302|SGD:S000003870|UniProtKB:P0A786|MGI:MGI:891996|UniProtKB:P27708 C Carbamoyl-phosphate synthase arginine-specific small chain UniProtKB:P36838|PTN000150408 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB P36838 carA GO:0005951 GO_REF:0000033 IBA PANTHER:PTN000150382|SGD:S000005829|UniProtKB:P0A6F1|TAIR:locus:2089149 C Carbamoyl-phosphate synthase arginine-specific small chain UniProtKB:P36838|PTN000150408 protein NCBITaxon:224308 20170228 GO_Central carbamoyl-phosphate synthase complex +UniProtKB P36838 carA GO:0006526 GO_REF:0000033 IBA PANTHER:PTN000150382|PomBase:SPBC56F2.09c|UniProtKB:P0A6F1|SGD:S000005829 P Carbamoyl-phosphate synthase arginine-specific small chain UniProtKB:P36838|PTN000150408 protein NCBITaxon:224308 20170228 GO_Central arginine biosynthetic process +UniProtKB P35620 flhA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000765807|UniProtKB:P76298 C Flagellar biosynthesis protein FlhA UniProtKB:P35620|PTN001249243 protein NCBITaxon:224308 20190829 GO_Central plasma membrane +UniProtKB P35620 flhA GO:0044780 GO_REF:0000033 IBA PANTHER:PTN000765808|UniProtKB:P76298|UniProtKB:P35620 P Flagellar biosynthesis protein FlhA UniProtKB:P35620|PTN001249243 protein NCBITaxon:224308 20200809 GO_Central bacterial-type flagellum assembly +UniProtKB P35538 flhB GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000776203|UniProtKB:P76299 C Flagellar biosynthetic protein FlhB UniProtKB:P35538|PTN000776204 protein NCBITaxon:224308 20190116 GO_Central plasma membrane +UniProtKB P35537 fliR GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001247730|UniProtKB:P33135 C Flagellar biosynthetic protein FliR UniProtKB:P35537|PTN001247731 protein NCBITaxon:224308 20190822 GO_Central plasma membrane +UniProtKB P36430 leuS GO:0004823 GO_REF:0000033 IBA PANTHER:PTN000236208|SGD:S000004374|CGD:CAL0000195709|UniProtKB:Q15031|UniProtKB:P07813 F Leucine--tRNA ligase UniProtKB:P36430|PTN000236476 protein NCBITaxon:224308 20170228 GO_Central leucine-tRNA ligase activity +UniProtKB P36430 leuS GO:0006429 GO_REF:0000033 IBA PANTHER:PTN000236208|UniProtKB:Q15031|UniProtKB:P07813|SGD:S000004374|CGD:CAL0000195709 P Leucine--tRNA ligase UniProtKB:P36430|PTN000236476 protein NCBITaxon:224308 20170228 GO_Central leucyl-tRNA aminoacylation +UniProtKB P36430 leuS GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000236475|UniProtKB:P07813 C Leucine--tRNA ligase UniProtKB:P36430|PTN000236476 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB Q9JMQ1 exuR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P03024|UniProtKB:P0ACI3|UniProtKB:P03023|UniProtKB:P77615|UniProtKB:P0ACN7|UniProtKB:P36673|UniProtKB:P0ACP5|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:Q2G295|UniProtKB:P06846|UniProtKB:P0ACQ0|UniProtKB:Q8EBJ8|UniProtKB:P0ACP7|UniProtKB:P25748|UniProtKB:G3XD97|UniProtKB:Q8P5C9|UniProtKB:P24242 P Probable HTH-type transcriptional repressor ExuR UniProtKB:Q9JMQ1|PTN000765395 protein NCBITaxon:224308 20230603 GO_Central regulation of DNA-templated transcription +UniProtKB Q9JMQ1 exuR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P77615|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7 F Probable HTH-type transcriptional repressor ExuR UniProtKB:Q9JMQ1|PTN000765395 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB Q9JMQ1 exuR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:P18811|UniProtKB:P36673|UniProtKB:P24242|UniProtKB:P0ACP7|UniProtKB:Q8EBJ8|UniProtKB:P0ACQ0 F Probable HTH-type transcriptional repressor ExuR UniProtKB:Q9JMQ1|PTN000765395 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity +UniProtKB P09339 citB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000186700|UniProtKB:Q0VCU1|MGI:MGI:87879|FB:FBgn0024958|UniProtKB:P21399|UniProtKB:Q8IDR8|MGI:MGI:1928268|UniProtKB:P25516|WB:WBGene00000040|FB:FBgn0024957 C Aconitate/2-methylaconitate hydratase UniProtKB:P09339|PTN000186789 protein NCBITaxon:224308 20230602 GO_Central cytosol +UniProtKB P09339 citB GO:0030350 GO_REF:0000033 IBA PANTHER:PTN000186700|MGI:MGI:87879|UniProtKB:O53166|RGD:2019|UniProtKB:Q0VCU1|UniProtKB:P21399|FB:FBgn0024958|UniProtKB:P48200|MGI:MGI:1928268|RGD:621539 F Aconitate/2-methylaconitate hydratase UniProtKB:P09339|PTN000186789 protein NCBITaxon:224308 20230602 GO_Central iron-responsive element binding +UniProtKB P09339 citB GO:0051539 GO_REF:0000033 IBA PANTHER:PTN000186700|UniProtKB:Q0VCU1|UniProtKB:P25516|UniProtKB:P09339|RGD:621539|UniProtKB:P21399 F Aconitate/2-methylaconitate hydratase UniProtKB:P09339|PTN000186789 protein NCBITaxon:224308 20230602 GO_Central 4 iron, 4 sulfur cluster binding +UniProtKB P09339 citB GO:0006101 GO_REF:0000033 IBA PANTHER:PTN000186700|UniProtKB:Q0VCU1|UniProtKB:P21399|TAIR:locus:2125354|TAIR:locus:2063354|TAIR:locus:2116297 P Aconitate/2-methylaconitate hydratase UniProtKB:P09339|PTN000186789 protein NCBITaxon:224308 20231108 GO_Central citrate metabolic process +UniProtKB P09339 citB GO:0006099 GO_REF:0000033 IBA PANTHER:PTN000186700|UniProtKB:Q8IDR8|UniProtKB:Q8ZP52 P Aconitate/2-methylaconitate hydratase UniProtKB:P09339|PTN000186789 protein NCBITaxon:224308 20230110 GO_Central tricarboxylic acid cycle +UniProtKB P09339 citB GO:0003994 GO_REF:0000033 IBA PANTHER:PTN000186700|UniProtKB:Q0VCU1|FB:FBgn0024958|TAIR:locus:2063354|TAIR:locus:2125354|UniProtKB:P70920|RGD:2019|UniProtKB:O53166|MGI:MGI:87879|UniProtKB:P21399|UniProtKB:P09339|UniProtKB:Q8IDR8|WB:WBGene00000040|UniProtKB:P25516|UniProtKB:Q8ZP52|FB:FBgn0024957 F Aconitate/2-methylaconitate hydratase UniProtKB:P09339|PTN000186789 protein NCBITaxon:224308 20230110 GO_Central aconitate hydratase activity +UniProtKB Q08352 ald GO:0006524 GO_REF:0000033 IBA PANTHER:PTN000017798|UniProtKB:P9WQB1 P Alanine dehydrogenase UniProtKB:Q08352|PTN000017799 protein NCBITaxon:224308 20170228 GO_Central alanine catabolic process +UniProtKB Q08352 ald GO:0000286 GO_REF:0000033 IBA PANTHER:PTN000017798|UniProtKB:P9WQB1|UniProtKB:Q08352 F Alanine dehydrogenase UniProtKB:Q08352|PTN000017799 protein NCBITaxon:224308 20170228 GO_Central alanine dehydrogenase activity +UniProtKB Q08792 ycxD GO:0008483 GO_REF:0000033 IBA PANTHER:PTN000203534|UniProtKB:P09053|SGD:S000001179|UniProtKB:A7XRY8|CGD:CAL0000187633|RGD:2948|SGD:S000003170|CGD:CAL0000197694|UniProtKB:Q8N5Z0 F Uncharacterized HTH-type transcriptional regulator YcxD UniProtKB:Q08792|PTN000203607 protein NCBITaxon:224308 20230407 GO_Central transaminase activity +UniProtKB Q08792 ycxD GO:1901605 GO_REF:0000033 IBA PANTHER:PTN000203534|CGD:CAL0000187633|CGD:CAL0000197694|UniProtKB:Q8N5Z0|SGD:S000003170|UniProtKB:P09053|SGD:S000001179 P Uncharacterized HTH-type transcriptional regulator YcxD UniProtKB:Q08792|PTN000203607 protein NCBITaxon:224308 20230407 GO_Central alpha-amino acid metabolic process +UniProtKB Q08791 ycxA GO:0022857 GO_REF:0000033 IBA PANTHER:PTN008516590|RGD:628608|MGI:MGI:1330284|FB:FBgn0033095|ZFIN:ZDB-GENE-110208-1|FB:FBgn0033955|UniProtKB:O15427|RGD:735117|RGD:1311468|RGD:3691|MGI:MGI:1933438|RGD:3690|UniProtKB:Q6ZSM3|FB:FBgn0033657|UniProtKB:Q8NCK7|RGD:620603|UniProtKB:P36021|SGD:S000005833|MGI:MGI:106013|MGI:MGI:1203732|MGI:MGI:1919722|RGD:69197|UniProtKB:P53985|UniProtKB:Q7RTY1|UniProtKB:O60669|UniProtKB:Q8TF71 F Uncharacterized MFS-type transporter YcxA UniProtKB:Q08791|PTN000145396 protein NCBITaxon:224308 20231108 GO_Central transmembrane transporter activity +UniProtKB Q08791 ycxA GO:0006810 GO_REF:0000033 IBA PANTHER:PTN008516590|MGI:MGI:1919722|RGD:3691|RGD:1311468|UniProtKB:P53985|RGD:69197|UniProtKB:Q7RTY1|UniProtKB:O60669|UniProtKB:Q8TF71|RGD:3690|UniProtKB:Q6ZSM3|FB:FBgn0033657|RGD:628608|RGD:620603|UniProtKB:P36021|SGD:S000005833|FB:FBgn0033095|ZFIN:ZDB-GENE-110208-1|FB:FBgn0033955|MGI:MGI:106013|MGI:MGI:1203732|UniProtKB:O15427|FB:FBgn0033028 P Uncharacterized MFS-type transporter YcxA UniProtKB:Q08791|PTN000145396 protein NCBITaxon:224308 20230926 GO_Central transport +UniProtKB Q08791 ycxA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN008516590|RGD:1311468|RGD:3691|RGD:735117|MGI:MGI:1933438|UniProtKB:Q6ZSM3|FB:FBgn0033657|RGD:3690|RGD:628608|RGD:69282|UniProtKB:O15427|MGI:MGI:1919722|RGD:69197|UniProtKB:P53985|UniProtKB:Q7RTY1|UniProtKB:P37662|WB:WBGene00010340|UniProtKB:O60669|MGI:MGI:1929519|WB:WBGene00008214|UniProtKB:Q8TF71|UniProtKB:P36021|SGD:S000005833|UniProtKB:Q8NCK7|MGI:MGI:2147716|RGD:620603|MGI:MGI:1203732|MGI:MGI:106013|UniProtKB:O95907|FB:FBgn0033028 C Uncharacterized MFS-type transporter YcxA UniProtKB:Q08791|PTN000145396 protein NCBITaxon:224308 20231108 GO_Central plasma membrane +UniProtKB Q08787 srfAC GO:0043041 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P11454 P Surfactin synthase subunit 3 UniProtKB:Q08787|PTN000645286 protein NCBITaxon:224308 20171018 GO_Central amino acid activation for nonribosomal peptide biosynthetic process +UniProtKB Q08787 srfAC GO:0005737 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:Q4WLW8|UniProtKB:P11454 C Surfactin synthase subunit 3 UniProtKB:Q08787|PTN000645286 protein NCBITaxon:224308 20220925 GO_Central cytoplasm +UniProtKB Q08787 srfAC GO:0031177 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P9WQ63|UniProtKB:P11454 F Surfactin synthase subunit 3 UniProtKB:Q08787|PTN000645286 protein NCBITaxon:224308 20221009 GO_Central phosphopantetheine binding +UniProtKB Q08787 srfAC GO:0044550 GO_REF:0000033 IBA PANTHER:PTN002378821|UniProtKB:P9WQ63|UniProtKB:Q4WMJ7|UniProtKB:Q9I182|UniProtKB:Q9I181|UniProtKB:Q4WR82|PomBase:SPAC23G3.02c|UniProtKB:Q4WYG2|UniProtKB:P11454|UniProtKB:Q4WLW8|UniProtKB:Q4WAW3|UniProtKB:C8VPS9|UniProtKB:Q4WF53|UniProtKB:Q5BFS3 P Surfactin synthase subunit 3 UniProtKB:Q08787|PTN000645286 protein NCBITaxon:224308 20221009 GO_Central secondary metabolite biosynthetic process +UniProtKB P71049 slrR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN005321183|UniProtKB:P77626 F HTH-type transcriptional regulator SlrR UniProtKB:P71049|PTN001305465 protein NCBITaxon:224308 20190807 GO_Central DNA-binding transcription factor activity +UniProtKB P71049 slrR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN005321183|UniProtKB:P9WMI1|UniProtKB:P77626|UniProtKB:O06581|UniProtKB:P06533 P HTH-type transcriptional regulator SlrR UniProtKB:P71049|PTN001305465 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB P71082 ygaD GO:0042626 GO_REF:0000033 IBA PANTHER:PTN000657189|PomBase:SPCC663.03|UniProtKB:Q03518|UniProtKB:Q9NP58|MGI:MGI:97570|ZFIN:ZDB-GENE-080204-52|UniProtKB:Q03519|UniProtKB:O75027|MGI:MGI:98483|PomBase:SPCC737.09c|FB:FBgn0004513|CGD:CAL0000187443|UniProtKB:B8K1W2|PomBase:SPBC25B2.02c|UniProtKB:P21439|TAIR:locus:2041434|UniProtKB:P29018|RGD:619930|MGI:MGI:1921354|SGD:S000004916|UniProtKB:Q9NP78|UniProtKB:P60752|UniProtKB:O95342|UniProtKB:P08183 F Putative multidrug export ATP-binding/permease protein YgaD UniProtKB:P71082|PTN000657723 protein NCBITaxon:224308 20221008 GO_Central ATPase-coupled transmembrane transporter activity +UniProtKB P71082 ygaD GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000657189|TAIR:locus:2097978|MGI:MGI:97570|UniProtKB:O53645|UniProtKB:Q9NP58|UniProtKB:Q03518|PomBase:SPCC663.03|UniProtKB:Q9FNU2|UniProtKB:Q03519|UniProtKB:O75027|WB:WBGene00001811|UniProtKB:Q2M3G0|PomBase:SPCC737.09c|TAIR:locus:2057961|PomBase:SPBC25B2.02c|UniProtKB:P29018|RGD:619930|TAIR:locus:2041434|SGD:S000004916|UniProtKB:Q9NUT2|UniProtKB:P08183|WB:WBGene00001815|UniProtKB:O95342 P Putative multidrug export ATP-binding/permease protein YgaD UniProtKB:P71082|PTN000657723 protein NCBITaxon:224308 20231109 GO_Central transmembrane transport +UniProtKB P31114 hepT GO:0004659 GO_REF:0000033 IBA PANTHER:PTN000243362|MGI:MGI:1889278|PomBase:SPAC19G12.12|UniProtKB:Q86YH6|UniProtKB:Q653T6|UniProtKB:P56966|UniProtKB:Q97W92|UniProtKB:O96130|PomBase:SPBPJ4664.01|MGI:MGI:1918615|UniProtKB:Q75HZ9|MGI:MGI:1341724|TAIR:locus:2062315|UniProtKB:O95749|SGD:S000000207|UniProtKB:P0AD57|UniProtKB:Q5T2R2|UniProtKB:P9WKH1|SGD:S000005990 F Heptaprenyl diphosphate synthase component 2 UniProtKB:P31114|PTN000243488 protein NCBITaxon:224308 20230110 GO_Central prenyltransferase activity +UniProtKB P31114 hepT GO:0008299 GO_REF:0000033 IBA PANTHER:PTN000243362|UniProtKB:Q9RUJ1|UniProtKB:P0AD57|SGD:S000005990|UniProtKB:Q5T2R2|UniProtKB:P9WKH1|MGI:MGI:1918615|PomBase:SPBPJ4664.01|FB:FBgn0051005|UniProtKB:O96130|UniProtKB:Q97W92|MGI:MGI:1889278|UniProtKB:Q86YH6 P Heptaprenyl diphosphate synthase component 2 UniProtKB:P31114|PTN000243488 protein NCBITaxon:224308 20230110 GO_Central isoprenoid biosynthetic process +UniProtKB P31113 menG GO:0008168 GO_REF:0000033 IBA PANTHER:PTN008676703|UniProtKB:Q9H8H3|UniProtKB:P9WIN3|UniProtKB:P36999|UniProtKB:Q9HW23 F Demethylmenaquinone methyltransferase UniProtKB:P31113|PTN000011053 protein NCBITaxon:224308 20230604 GO_Central methyltransferase activity +UniProtKB P31104 aroC GO:0009073 GO_REF:0000033 IBA PANTHER:PTN000472417|SGD:S000003116 P Chorismate synthase UniProtKB:P31104|PTN000472441 protein NCBITaxon:224308 20170228 GO_Central aromatic amino acid family biosynthetic process +UniProtKB P31104 aroC GO:0010181 GO_REF:0000033 IBA PANTHER:PTN000472417|UniProtKB:P12008|UniProtKB:P56122|UniProtKB:P9WPY1|UniProtKB:C6KT66 F Chorismate synthase UniProtKB:P31104|PTN000472441 protein NCBITaxon:224308 20230111 GO_Central FMN binding +UniProtKB P31104 aroC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000472417|UniProtKB:P12008|UniProtKB:C6KT66 C Chorismate synthase UniProtKB:P31104|PTN000472441 protein NCBITaxon:224308 20230111 GO_Central cytosol +UniProtKB P31104 aroC GO:0009423 GO_REF:0000033 IBA PANTHER:PTN000472417|UniProtKB:C6KT66|UniProtKB:P12008 P Chorismate synthase UniProtKB:P31104|PTN000472441 protein NCBITaxon:224308 20230603 GO_Central chorismate biosynthetic process +UniProtKB P31104 aroC GO:0004107 GO_REF:0000033 IBA PANTHER:PTN000472417|UniProtKB:P9WPY1|UniProtKB:P12008|SGD:S000003116|UniProtKB:C6KT66 F Chorismate synthase UniProtKB:P31104|PTN000472441 protein NCBITaxon:224308 20230111 GO_Central chorismate synthase activity +UniProtKB P31103 ndk GO:0004550 GO_REF:0000033 IBA PANTHER:PTN000887110|UniProtKB:Q13232|UniProtKB:P15531|UniProtKB:B4FK49|UniProtKB:P39207|RGD:70497|FB:FBgn0000150|ZFIN:ZDB-GENE-000210-33|TAIR:locus:2161922|RGD:619877|ZFIN:ZDB-GENE-000210-32|PomBase:SPAC806.07|MGI:MGI:1930182|UniProtKB:P22392|UniProtKB:Q8ID43|SGD:S000001550|dictyBase:DDB_G0273069|UniProtKB:Q59636|UniProtKB:P0A763 F Nucleoside diphosphate kinase UniProtKB:P31103|PTN000143098 protein NCBITaxon:224308 20231108 GO_Central nucleoside diphosphate kinase activity +UniProtKB P31102 aroB GO:0009073 GO_REF:0000033 IBA PANTHER:PTN000472619|UniProtKB:P9WPX9 P 3-dehydroquinate synthase UniProtKB:P31102|PTN000472620 protein NCBITaxon:224308 20170228 GO_Central aromatic amino acid family biosynthetic process +UniProtKB P31102 aroB GO:0003856 GO_REF:0000033 IBA PANTHER:PTN000472585|UniProtKB:P9WPX9|UniProtKB:P07639 F 3-dehydroquinate synthase UniProtKB:P31102|PTN000472620 protein NCBITaxon:224308 20170228 GO_Central 3-dehydroquinate synthase activity +UniProtKB Q06799 secE GO:0043952 GO_REF:0000033 IBA PANTHER:PTN002141893|UniProtKB:P0AG96 P Protein translocase subunit SecE UniProtKB:Q06799|PTN002141915 protein NCBITaxon:224308 20190829 GO_Central protein transport by the Sec complex +UniProtKB Q06799 secE GO:0008320 GO_REF:0000033 IBA PANTHER:PTN002141893|UniProtKB:P0AG96 F Protein translocase subunit SecE UniProtKB:Q06799|PTN002141915 protein NCBITaxon:224308 20190829 GO_Central protein transmembrane transporter activity +UniProtKB Q06796 rplK GO:0070180 GO_REF:0000033 IBA PANTHER:PTN000184007|RGD:1565106 F 50S ribosomal protein L11 UniProtKB:Q06796|PTN000184206 protein NCBITaxon:224308 20181024 GO_Central large ribosomal subunit rRNA binding +UniProtKB Q06796 rplK GO:0022625 GO_REF:0000033 IBA PANTHER:PTN008523224|UniProtKB:P0A7J7 C 50S ribosomal protein L11 UniProtKB:Q06796|PTN000184206 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB Q06796 rplK GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000184007|FB:FBgn0034968|UniProtKB:P30050|SGD:S000005129|UniProtKB:P0A7J7|UniProtKB:P0A463 F 50S ribosomal protein L11 UniProtKB:Q06796|PTN000184206 protein NCBITaxon:224308 20210529 GO_Central structural constituent of ribosome +UniProtKB Q06796 rplK GO:0006412 GO_REF:0000033 IBA PANTHER:PTN000184007|UniProtKB:P0A7J7 P 50S ribosomal protein L11 UniProtKB:Q06796|PTN000184206 protein NCBITaxon:224308 20211110 GO_Central translation +UniProtKB Q06795 nusG GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000767438|UniProtKB:P0AFG0 C Transcription termination/antitermination protein NusG UniProtKB:Q06795|PTN000767439 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB Q06756 ispF GO:0008685 GO_REF:0000033 IBA PANTHER:PTN000781796|TAIR:locus:2024618|UniProtKB:P62617|UniProtKB:P9WKG5 F 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase UniProtKB:Q06756|PTN000781801 protein NCBITaxon:224308 20170228 GO_Central 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase activity +UniProtKB Q06755 ispD GO:0050518 GO_REF:0000033 IBA PANTHER:PTN000781812|UniProtKB:Q46893|TAIR:locus:2065264|UniProtKB:P9WKG9 F 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase UniProtKB:Q06755|PTN000781839 protein NCBITaxon:224308 20170228 GO_Central 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase activity +UniProtKB Q06753 yacO GO:0008173 GO_REF:0000033 IBA PANTHER:PTN005304151|UniProtKB:P63177 F Putative TrmH family tRNA/rRNA methyltransferase YacO UniProtKB:Q06753|PTN000247286 protein NCBITaxon:224308 20190808 GO_Central RNA methyltransferase activity +UniProtKB Q06753 yacO GO:0005829 GO_REF:0000033 IBA PANTHER:PTN005304151|UniProtKB:P0AGJ5|UniProtKB:P63177 C Putative TrmH family tRNA/rRNA methyltransferase YacO UniProtKB:Q06753|PTN000247286 protein NCBITaxon:224308 20190808 GO_Central cytosol +UniProtKB Q06752 cysS GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000095308|UniProtKB:P49589|UniProtKB:P21888 F Cysteine--tRNA ligase UniProtKB:Q06752|PTN000095421 protein NCBITaxon:224308 20170228 GO_Central ATP binding +UniProtKB Q06752 cysS GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000095308|UniProtKB:A0A1D6LAG9|UniProtKB:P21888|UniProtKB:A0A143ZZ50|UniProtKB:P49589|SGD:S000005191|UniProtKB:Q585F2|TAIR:locus:2042521 C Cysteine--tRNA ligase UniProtKB:Q06752|PTN000095421 protein NCBITaxon:224308 20230110 GO_Central cytoplasm +UniProtKB Q06752 cysS GO:0004817 GO_REF:0000033 IBA PANTHER:PTN000095308|UniProtKB:P49589|SGD:S000005191|UniProtKB:P21888 F Cysteine--tRNA ligase UniProtKB:Q06752|PTN000095421 protein NCBITaxon:224308 20170228 GO_Central cysteine-tRNA ligase activity +UniProtKB Q06752 cysS GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000095420|UniProtKB:P21888 C Cysteine--tRNA ligase UniProtKB:Q06752|PTN000095421 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB Q06752 cysS GO:0006423 GO_REF:0000033 IBA PANTHER:PTN000095308|UniProtKB:P21888|UniProtKB:P49589|SGD:S000005191 P Cysteine--tRNA ligase UniProtKB:Q06752|PTN000095421 protein NCBITaxon:224308 20170228 GO_Central cysteinyl-tRNA aminoacylation +UniProtKB P51833 rnc GO:0010468 GO_REF:0000033 IBA PANTHER:PTN000129453|dictyBase:DDB_G0268410|TAIR:locus:2024407|PomBase:SPBC119.11c|UniProtKB:Q9NRR4|ZFIN:ZDB-GENE-070209-23|FB:FBgn0026722|dictyBase:DDB_G0269426|CGD:CAL0000189883|MGI:MGI:1261425|WB:WBGene00009163 P Ribonuclease 3 UniProtKB:P51833|PTN000129532 protein NCBITaxon:224308 20230602 GO_Central regulation of gene expression +UniProtKB P51833 rnc GO:0004525 GO_REF:0000033 IBA PANTHER:PTN000129453|UniProtKB:P0A7Y0|WB:WBGene00009163|PomBase:SPBC119.11c|UniProtKB:Q9NRR4|SGD:S000004852 F Ribonuclease 3 UniProtKB:P51833|PTN000129532 protein NCBITaxon:224308 20170228 GO_Central ribonuclease III activity +UniProtKB P51833 rnc GO:0006396 GO_REF:0000033 IBA PANTHER:PTN000129453|CGD:CAL0000189883|dictyBase:DDB_G0269426|WB:WBGene00009163|MGI:MGI:1261425|PomBase:SPBC119.11c|UniProtKB:P0A7Y0|FB:FBgn0026722|SGD:S000004852|ZFIN:ZDB-GENE-070209-23|dictyBase:DDB_G0268410|UniProtKB:A6YSL1|UniProtKB:Q9NRR4|TAIR:locus:2024407 P Ribonuclease 3 UniProtKB:P51833|PTN000129532 protein NCBITaxon:224308 20230405 GO_Central RNA processing +UniProtKB P51833 rnc GO:0003725 GO_REF:0000033 IBA PANTHER:PTN000129453|UniProtKB:A6YSL1|dictyBase:DDB_G0269426|TAIR:locus:2024407|UniProtKB:Q0IQN6|PomBase:SPBC119.11c F Ribonuclease 3 UniProtKB:P51833|PTN000129532 protein NCBITaxon:224308 20220413 GO_Central double-stranded RNA binding +UniProtKB P51831 fabG GO:0016616 GO_REF:0000033 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:Q8N4T8|UniProtKB:P0AEK2|UniProtKB:O54438|SGD:S000001538|UniProtKB:P0AG84|UniProtKB:Q8I2S7|TAIR:locus:2024021|UniProtKB:P9WGT1|CGD:CAL0000174204|UniProtKB:P37769|UniProtKB:Q92506|UniProtKB:P05707 F 3-oxoacyl-[acyl-carrier-protein] reductase FabG UniProtKB:P51831|PTN001212888 protein NCBITaxon:224308 20230111 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB P51831 fabG GO:0030497 GO_REF:0000033 IBA PANTHER:PTN001211919|UniProtKB:P0A2C9|UniProtKB:P0AEK2|UniProtKB:P71079 P 3-oxoacyl-[acyl-carrier-protein] reductase FabG UniProtKB:P51831|PTN001212888 protein NCBITaxon:224308 20190227 GO_Central fatty acid elongation +UniProtKB Q01464 minD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3 C Septum site-determining protein MinD UniProtKB:Q01464|PTN000344155 protein NCBITaxon:224308 20170602 GO_Central cytosol +UniProtKB Q01464 minD GO:0009898 GO_REF:0000033 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3 C Septum site-determining protein MinD UniProtKB:Q01464|PTN000344155 protein NCBITaxon:224308 20170602 GO_Central cytoplasmic side of plasma membrane +UniProtKB Q01464 minD GO:0016887 GO_REF:0000033 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3 F Septum site-determining protein MinD UniProtKB:Q01464|PTN000344155 protein NCBITaxon:224308 20210717 GO_Central ATP hydrolysis activity +UniProtKB Q01464 minD GO:0051782 GO_REF:0000033 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3 P Septum site-determining protein MinD UniProtKB:Q01464|PTN000344155 protein NCBITaxon:224308 20170602 GO_Central negative regulation of cell division +UniProtKB Q01464 minD GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3|UniProtKB:G3XD64 F Septum site-determining protein MinD UniProtKB:Q01464|PTN000344155 protein NCBITaxon:224308 20170602 GO_Central ATP binding +UniProtKB P28628 sipS GO:0006465 GO_REF:0000033 IBA PANTHER:PTN002458947|UniProtKB:P00803|TAIR:locus:2064337 P Signal peptidase I S UniProtKB:P28628|PTN000272838 protein NCBITaxon:224308 20170502 GO_Central signal peptide processing +UniProtKB P28628 sipS GO:0004252 GO_REF:0000033 IBA PANTHER:PTN002458947|UniProtKB:P00803 F Signal peptidase I S UniProtKB:P28628|PTN000272838 protein NCBITaxon:224308 20170502 GO_Central serine-type endopeptidase activity +UniProtKB P28619 rph GO:0016075 GO_REF:0000033 IBA PANTHER:PTN000237327|SGD:S000003427|SGD:S000003327|SGD:S000003390 P Ribonuclease PH UniProtKB:P28619|PTN000237501 protein NCBITaxon:224308 20170228 GO_Central rRNA catabolic process +UniProtKB P28611 motA GO:0071978 GO_REF:0000033 IBA PANTHER:PTN001252377|UniProtKB:G3XD73|UniProtKB:Q9HUL1 P Motility protein A UniProtKB:P28611|PTN001252379 protein NCBITaxon:224308 20170228 GO_Central bacterial-type flagellum-dependent swarming motility +UniProtKB P28611 motA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001252377|UniProtKB:P09348 C Motility protein A UniProtKB:P28611|PTN001252379 protein NCBITaxon:224308 20230406 GO_Central plasma membrane +UniProtKB Q08788 srfAD GO:0008610 GO_REF:0000033 IBA PANTHER:PTN000160660|RGD:621115|UniProtKB:P9WQD5|UniProtKB:Q9NV23 P Surfactin synthase thioesterase subunit UniProtKB:Q08788|PTN000160692 protein NCBITaxon:224308 20200807 GO_Central lipid biosynthetic process +UniProtKB P28599 groS GO:0051082 GO_REF:0000033 IBA PANTHER:PTN000080668|SGD:S000005546 F 10 kDa chaperonin UniProtKB:P28599|PTN000080784 protein NCBITaxon:224308 20170228 GO_Central unfolded protein binding +UniProtKB P28599 groS GO:0051087 GO_REF:0000033 IBA PANTHER:PTN000080668|UniProtKB:Q8IDZ8|SGD:S000005546|UniProtKB:P61604 F 10 kDa chaperonin UniProtKB:P28599|PTN000080784 protein NCBITaxon:224308 20230110 GO_Central protein-folding chaperone binding +UniProtKB P28599 groS GO:0051085 GO_REF:0000033 IBA PANTHER:PTN000080668|UniProtKB:P0A6F9 P 10 kDa chaperonin UniProtKB:P28599|PTN000080784 protein NCBITaxon:224308 20170228 GO_Central chaperone cofactor-dependent protein refolding +UniProtKB P28599 groS GO:0046872 GO_REF:0000033 IBA PANTHER:PTN000080668|UniProtKB:P9WPE5 F 10 kDa chaperonin UniProtKB:P28599|PTN000080784 protein NCBITaxon:224308 20200807 GO_Central metal ion binding +UniProtKB P28598 groL GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000143644|UniProtKB:P0A6F5 F 60 kDa chaperonin UniProtKB:P28598|PTN000143645 protein NCBITaxon:224308 20200206 GO_Central ATP binding +UniProtKB P28598 groL GO:1990220 GO_REF:0000033 IBA PANTHER:PTN000143644|UniProtKB:P0A6F5 C 60 kDa chaperonin UniProtKB:P28598|PTN000143645 protein NCBITaxon:224308 20170228 GO_Central GroEL-GroES complex +UniProtKB P28598 groL GO:0042026 GO_REF:0000033 IBA PANTHER:PTN000143644|UniProtKB:P9WPE9|UniProtKB:P9WPE7 P 60 kDa chaperonin UniProtKB:P28598|PTN000143645 protein NCBITaxon:224308 20200206 GO_Central protein refolding +UniProtKB P28598 groL GO:0009408 GO_REF:0000033 IBA PANTHER:PTN000143644|UniProtKB:P0A6F5|UniProtKB:P9WPE7|UniProtKB:P9WPE9 P 60 kDa chaperonin UniProtKB:P28598|PTN000143645 protein NCBITaxon:224308 20200206 GO_Central response to heat +UniProtKB P28598 groL GO:0051082 GO_REF:0000033 IBA PANTHER:PTN000143644|UniProtKB:P0A6F5 F 60 kDa chaperonin UniProtKB:P28598|PTN000143645 protein NCBITaxon:224308 20200206 GO_Central unfolded protein binding +UniProtKB P28598 groL GO:0051085 GO_REF:0000033 IBA PANTHER:PTN000143644|UniProtKB:P0A6F5 P 60 kDa chaperonin UniProtKB:P28598|PTN000143645 protein NCBITaxon:224308 20200206 GO_Central chaperone cofactor-dependent protein refolding +UniProtKB P28368 yvyD GO:0022627 GO_REF:0000033 IBA PANTHER:PTN002114317|UniProtKB:P0AD49 C Ribosome hibernation promotion factor UniProtKB:P28368|PTN002114387 protein NCBITaxon:224308 20170228 GO_Central cytosolic small ribosomal subunit +UniProtKB P28368 yvyD GO:0045900 GO_REF:0000033 IBA PANTHER:PTN002114317|UniProtKB:P0AD49 P Ribosome hibernation promotion factor UniProtKB:P28368|PTN002114387 protein NCBITaxon:224308 20170228 GO_Central negative regulation of translational elongation +UniProtKB P28368 yvyD GO:0043024 GO_REF:0000033 IBA PANTHER:PTN002114317|UniProtKB:P0AFX0|UniProtKB:P0AD49 F Ribosome hibernation promotion factor UniProtKB:P28368|PTN002114387 protein NCBITaxon:224308 20170228 GO_Central ribosomal small subunit binding +UniProtKB P28366 secA GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000770123|UniProtKB:P9WGP5 F Protein translocase subunit SecA UniProtKB:P28366|PTN000770134 protein NCBITaxon:224308 20170228 GO_Central ATP binding +UniProtKB P28366 secA GO:0031522 GO_REF:0000033 IBA PANTHER:PTN000770133|UniProtKB:P10408|UniProtKB:P9WGP5 C Protein translocase subunit SecA UniProtKB:P28366|PTN000770134 protein NCBITaxon:224308 20170228 GO_Central cell envelope Sec protein transport complex +UniProtKB P28366 secA GO:0043952 GO_REF:0000033 IBA PANTHER:PTN000770133|UniProtKB:P10408|UniProtKB:P9WGP5|UniProtKB:P9WGP3 P Protein translocase subunit SecA UniProtKB:P28366|PTN000770134 protein NCBITaxon:224308 20170228 GO_Central protein transport by the Sec complex +UniProtKB P28823 folB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000468621|UniProtKB:P0AC19 C Dihydroneopterin aldolase UniProtKB:P28823|PTN000468634 protein NCBITaxon:224308 20210906 GO_Central cytoplasm +UniProtKB P28823 folB GO:0004150 GO_REF:0000033 IBA PANTHER:PTN000468621|TAIR:locus:2166300|UniProtKB:P0AC16|TAIR:locus:2081496 F Dihydroneopterin aldolase UniProtKB:P28823|PTN000468634 protein NCBITaxon:224308 20171116 GO_Central dihydroneopterin aldolase activity +UniProtKB P28822 sul GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000468680|UniProtKB:P0AC13 C Dihydropteroate synthase UniProtKB:P28822|PTN000468681 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P28822 sul GO:0046654 GO_REF:0000033 IBA PANTHER:PTN000468650|UniProtKB:P9WND1|SGD:S000005200|TAIR:locus:2026471 P Dihydropteroate synthase UniProtKB:P28822|PTN000468681 protein NCBITaxon:224308 20170228 GO_Central tetrahydrofolate biosynthetic process +UniProtKB P28822 sul GO:0004156 GO_REF:0000033 IBA PANTHER:PTN000468650|UniProtKB:Q9HV49|UniProtKB:P0AC13|TAIR:locus:2026471|UniProtKB:Q8IAU3|UniProtKB:P9WND1|SGD:S000005200 F Dihydropteroate synthase UniProtKB:P28822|PTN000468681 protein NCBITaxon:224308 20230111 GO_Central dihydropteroate synthase activity +UniProtKB P28821 pabC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000214703|UniProtKB:P0AB80 C Aminodeoxychorismate lyase UniProtKB:P28821|PTN000214704 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P28821 pabC GO:0019752 GO_REF:0000033 IBA PANTHER:PTN000214662|SGD:S000004902|UniProtKB:P28305|TAIR:locus:2174433|UniProtKB:P0AB80 P Aminodeoxychorismate lyase UniProtKB:P28821|PTN000214704 protein NCBITaxon:224308 20221009 GO_Central carboxylic acid metabolic process +UniProtKB P28820 pabB GO:0000162 GO_REF:0000033 IBA PANTHER:PTN002599563|UniProtKB:P32068|UniProtKB:P20580|UniProtKB:P9WFX3|UniProtKB:P00895|PomBase:SPCC1442.09|UniProtKB:Q9XJ29|SGD:S000000892|UniProtKB:Q94GF1 P Aminodeoxychorismate synthase component 1 UniProtKB:P28820|PTN002599787 protein NCBITaxon:224308 20200709 GO_Central tryptophan biosynthetic process +UniProtKB P29141 vpr GO:0004252 GO_REF:0000033 IBA PANTHER:PTN002465698|MGI:MGI:1927235|RGD:70935|TAIR:locus:2037935|TAIR:locus:2037895|UniProtKB:Q8NBP7|PomBase:SPAC4A8.04|TAIR:locus:2183224|UniProtKB:Q14703|SGD:S000000786|UniProtKB:Q5JIZ5|PomBase:SPAC1006.01|TAIR:locus:2155583 F Minor extracellular protease vpr UniProtKB:P29141|PTN000083536 protein NCBITaxon:224308 20181004 GO_Central serine-type endopeptidase activity +UniProtKB P25151 tyrS2 GO:0004831 GO_REF:0000033 IBA PANTHER:PTN000205414|SGD:S000006018|UniProtKB:Q8IIJ2|UniProtKB:P0AGJ9|UniProtKB:Q9Y2Z4 F Tyrosine--tRNA ligase 2 UniProtKB:P25151|PTN000205475 protein NCBITaxon:224308 20230110 GO_Central tyrosine-tRNA ligase activity +UniProtKB P25151 tyrS2 GO:0043039 GO_REF:0000033 IBA PANTHER:PTN000205414|UniProtKB:Q9Y2Z4|SGD:S000006018|UniProtKB:Q8IIJ2|UniProtKB:P0AGJ9 P Tyrosine--tRNA ligase 2 UniProtKB:P25151|PTN000205475 protein NCBITaxon:224308 20230110 GO_Central tRNA aminoacylation +UniProtKB P25151 tyrS2 GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000205414|UniProtKB:P0AGJ9 C Tyrosine--tRNA ligase 2 UniProtKB:P25151|PTN000205475 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P28264 ftsA GO:0051301 GO_REF:0000033 IBA PANTHER:PTN000792922|UniProtKB:P0ABH0 P Cell division protein FtsA UniProtKB:P28264|PTN001286207 protein NCBITaxon:224308 20170228 GO_Central cell division +UniProtKB P28264 ftsA GO:0032153 GO_REF:0000033 IBA PANTHER:PTN000792922|UniProtKB:P0ABH0 C Cell division protein FtsA UniProtKB:P28264|PTN001286207 protein NCBITaxon:224308 20170228 GO_Central cell division site +UniProtKB P28264 ftsA GO:0009898 GO_REF:0000033 IBA PANTHER:PTN000792922|UniProtKB:P0ABH0 C Cell division protein FtsA UniProtKB:P28264|PTN001286207 protein NCBITaxon:224308 20170228 GO_Central cytoplasmic side of plasma membrane +UniProtKB Q01466 mreC GO:0008360 GO_REF:0000033 IBA PANTHER:PTN002148972|UniProtKB:P16926|UniProtKB:Q01466 P Cell shape-determining protein MreC UniProtKB:Q01466|PTN002148992 protein NCBITaxon:224308 20170228 GO_Central regulation of cell shape +UniProtKB Q01466 mreC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002148972|UniProtKB:Q01466|UniProtKB:P16926 C Cell shape-determining protein MreC UniProtKB:Q01466|PTN002148992 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P94398 folE2 GO:0003933 GO_REF:0000033 IBA PANTHER:PTN002193411|UniProtKB:Q58185 F GTP cyclohydrolase FolE2 UniProtKB:P94398|PTN002193424 protein NCBITaxon:224308 20170921 GO_Central GTP cyclohydrolase activity +UniProtKB Q02169 maf GO:0047429 GO_REF:0000033 IBA PANTHER:PTN000202055|UniProtKB:P25536|UniProtKB:P0A729 F dTTP/UTP pyrophosphatase UniProtKB:Q02169|PTN000202126 protein NCBITaxon:224308 20200212 GO_Central nucleoside triphosphate diphosphatase activity +UniProtKB Q01625 misCA GO:0032977 GO_REF:0000033 IBA PANTHER:PTN000276804|PomBase:SPCC1442.15c|UniProtKB:Q8N8Q8|SGD:S000000956|UniProtKB:P25714|SGD:S000003294 F Membrane protein insertase MisCA UniProtKB:Q01625|PTN000276933 protein NCBITaxon:224308 20181116 GO_Central membrane insertase activity +UniProtKB Q01625 misCA GO:0051205 GO_REF:0000033 IBA PANTHER:PTN000276804|SGD:S000003294|UniProtKB:P25714|TAIR:locus:2100172|SGD:S000000956|UniProtKB:Q8N8Q8|PomBase:SPCC1442.15c P Membrane protein insertase MisCA UniProtKB:Q01625|PTN000276933 protein NCBITaxon:224308 20230406 GO_Central protein insertion into membrane +UniProtKB Q01960 flhF GO:0006605 GO_REF:0000033 IBA PANTHER:PTN000169915|UniProtKB:O80842|SGD:S000002700|UniProtKB:P10121 P Flagellar biosynthesis protein FlhF UniProtKB:Q01960|PTN000169989 protein NCBITaxon:224308 20181029 GO_Central protein targeting +UniProtKB Q01960 flhF GO:0005047 GO_REF:0000033 IBA PANTHER:PTN000169915|SGD:S000002700 F Flagellar biosynthesis protein FlhF UniProtKB:Q01960|PTN000169989 protein NCBITaxon:224308 20170713 GO_Central signal recognition particle binding +UniProtKB Q01960 flhF GO:0003924 GO_REF:0000033 IBA PANTHER:PTN000169915|UniProtKB:P10121 F Flagellar biosynthesis protein FlhF UniProtKB:Q01960|PTN000169989 protein NCBITaxon:224308 20170713 GO_Central GTPase activity +UniProtKB Q01960 flhF GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001695963|UniProtKB:P10121 C Flagellar biosynthesis protein FlhF UniProtKB:Q01960|PTN000169989 protein NCBITaxon:224308 20230604 GO_Central plasma membrane +UniProtKB P46911 qcrA GO:0016491 GO_REF:0000033 IBA PANTHER:PTN000015358|UniProtKB:P49727|UniProtKB:Q7X9A6|UniProtKB:P49729|SGD:S000000750 F Menaquinol-cytochrome c reductase iron-sulfur subunit UniProtKB:P46911|PTN000806005 protein NCBITaxon:224308 20210903 GO_Central oxidoreductase activity +UniProtKB P46911 qcrA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000015358|CGD:CAL0000191527 C Menaquinol-cytochrome c reductase iron-sulfur subunit UniProtKB:P46911|PTN000806005 protein NCBITaxon:224308 20230109 GO_Central plasma membrane +UniProtKB P46921 opuAB GO:0015226 GO_REF:0000033 IBA PANTHER:PTN000766131|UniProtKB:Q9HTI7 F Glycine betaine transport system permease protein OpuAB UniProtKB:P46921|PTN000766132 protein NCBITaxon:224308 20180524 GO_Central carnitine transmembrane transporter activity +UniProtKB P46921 opuAB GO:1902603 GO_REF:0000033 IBA PANTHER:PTN000766131|UniProtKB:Q9HTI7 P Glycine betaine transport system permease protein OpuAB UniProtKB:P46921|PTN000766132 protein NCBITaxon:224308 20201002 GO_Central carnitine transmembrane transport +UniProtKB P46921 opuAB GO:0005275 GO_REF:0000033 IBA PANTHER:PTN000766131|UniProtKB:P14176|UniProtKB:Q9HTI7 F Glycine betaine transport system permease protein OpuAB UniProtKB:P46921|PTN000766132 protein NCBITaxon:224308 20180524 GO_Central amine transmembrane transporter activity +UniProtKB P46921 opuAB GO:0015871 GO_REF:0000033 IBA PANTHER:PTN000766131|UniProtKB:Q9HTI7 P Glycine betaine transport system permease protein OpuAB UniProtKB:P46921|PTN000766132 protein NCBITaxon:224308 20170228 GO_Central choline transport +UniProtKB P46921 opuAB GO:0043190 GO_REF:0000033 IBA PANTHER:PTN000766131|UniProtKB:Q9HTI7|UniProtKB:P14176 C Glycine betaine transport system permease protein OpuAB UniProtKB:P46921|PTN000766132 protein NCBITaxon:224308 20230407 GO_Central ATP-binding cassette (ABC) transporter complex +UniProtKB P46921 opuAB GO:0031460 GO_REF:0000033 IBA PANTHER:PTN000766131|UniProtKB:P14176|UniProtKB:Q9HTI7 P Glycine betaine transport system permease protein OpuAB UniProtKB:P46921|PTN000766132 protein NCBITaxon:224308 20180524 GO_Central glycine betaine transport +UniProtKB P0CI77 proH GO:0055129 GO_REF:0000033 IBA PANTHER:PTN000182176|UniProtKB:Q53H96|UniProtKB:P0A9L8 P Pyrroline-5-carboxylate reductase 1 UniProtKB:P0CI77|PTN000182337 protein NCBITaxon:224308 20190212 GO_Central L-proline biosynthetic process +UniProtKB P0CI77 proH GO:0004735 GO_REF:0000033 IBA PANTHER:PTN000182176|UniProtKB:Q53H96|SGD:S000000825|UniProtKB:P0A9L8|UniProtKB:P32322|TAIR:locus:2185435|UniProtKB:P9WHU7 F Pyrroline-5-carboxylate reductase 1 UniProtKB:P0CI77|PTN000182337 protein NCBITaxon:224308 20190212 GO_Central pyrroline-5-carboxylate reductase activity +UniProtKB P0CI78 rplX GO:0006412 GO_REF:0000033 IBA PANTHER:PTN000307688|TAIR:locus:2172154 P 50S ribosomal protein L24 UniProtKB:P0CI78|PTN000307747 protein NCBITaxon:224308 20170228 GO_Central translation +UniProtKB P0CI78 rplX GO:0022625 GO_REF:0000033 IBA PANTHER:PTN008543942|UniProtKB:P60624 C 50S ribosomal protein L24 UniProtKB:P0CI78|PTN000307747 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P0CI79 thyA1 GO:0006231 GO_REF:0000033 IBA PANTHER:PTN000167391|MGI:MGI:98878|UniProtKB:P0A884|PomBase:SPAC15E1.04|WB:WBGene00022455|UniProtKB:P04818|UniProtKB:P9WFR9|SGD:S000005600|RGD:3921|ZFIN:ZDB-GENE-040426-59 P Thymidylate synthase 1 UniProtKB:P0CI79|PTN000167464 protein NCBITaxon:224308 20210904 GO_Central dTMP biosynthetic process +UniProtKB P0CI79 thyA1 GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000167391|UniProtKB:P0A884 C Thymidylate synthase 1 UniProtKB:P0CI79|PTN000167464 protein NCBITaxon:224308 20210904 GO_Central cytosol +UniProtKB P0CI79 thyA1 GO:0004799 GO_REF:0000033 IBA PANTHER:PTN000167391|UniProtKB:P9WFR9|UniProtKB:P04818|WB:WBGene00022455|SGD:S000005600|RGD:3921|ZFIN:ZDB-GENE-040426-59|MGI:MGI:98878|UniProtKB:P0CI79|UniProtKB:P0A884|PomBase:SPAC15E1.04 F Thymidylate synthase 1 UniProtKB:P0CI79|PTN000167464 protein NCBITaxon:224308 20210904 GO_Central thymidylate synthase activity +UniProtKB P0CI80 xylA GO:0008903 GO_REF:0000033 IBA PANTHER:PTN001740130|UniProtKB:P30147 F Xylose isomerase UniProtKB:P0CI80|PTN001282444 protein NCBITaxon:224308 20170421 GO_Central hydroxypyruvate isomerase activity +UniProtKB P0CI80 xylA GO:0046487 GO_REF:0000033 IBA PANTHER:PTN001740130|UniProtKB:P30147 P Xylose isomerase UniProtKB:P0CI80|PTN001282444 protein NCBITaxon:224308 20170421 GO_Central glyoxylate metabolic process +UniProtKB P29726 purA GO:0046040 GO_REF:0000033 IBA PANTHER:PTN000217844|RGD:1590342|RGD:1310508 P Adenylosuccinate synthetase UniProtKB:P29726|PTN000217945 protein NCBITaxon:224308 20170228 GO_Central IMP metabolic process +UniProtKB P29726 purA GO:0044208 GO_REF:0000033 IBA PANTHER:PTN000217844|UniProtKB:P30520|MGI:MGI:87948|PomBase:SPAC144.03 P Adenylosuccinate synthetase UniProtKB:P29726|PTN000217945 protein NCBITaxon:224308 20220922 GO_Central 'de novo' AMP biosynthetic process +UniProtKB P29726 purA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000217844|UniProtKB:P0A7D4|MGI:MGI:87947|UniProtKB:Q8N142|dictyBase:DDB_G0285429 C Adenylosuccinate synthetase UniProtKB:P29726|PTN000217945 protein NCBITaxon:224308 20210101 GO_Central cytoplasm +UniProtKB P29726 purA GO:0004019 GO_REF:0000033 IBA PANTHER:PTN000217844|UniProtKB:P30520|RGD:1590342|UniProtKB:Q8IDF6|UniProtKB:Q8N142|TAIR:locus:2076606|SGD:S000005164|dictyBase:DDB_G0285429|MGI:MGI:87948|PomBase:SPAC144.03|RGD:1310508|UniProtKB:P0A7D4|MGI:MGI:87947 F Adenylosuccinate synthetase UniProtKB:P29726|PTN000217945 protein NCBITaxon:224308 20230110 GO_Central adenylosuccinate synthase activity +UniProtKB P17865 ftsZ GO:0032153 GO_REF:0000033 IBA PANTHER:PTN000768275|UniProtKB:P45500|UniProtKB:P0A9A6 C Cell division protein FtsZ UniProtKB:P17865|PTN001250984 protein NCBITaxon:224308 20170228 GO_Central cell division site +UniProtKB P17865 ftsZ GO:0005525 GO_REF:0000033 IBA PANTHER:PTN000768275|UniProtKB:P0A9A6 F Cell division protein FtsZ UniProtKB:P17865|PTN001250984 protein NCBITaxon:224308 20170228 GO_Central GTP binding +UniProtKB P17865 ftsZ GO:0051301 GO_REF:0000033 IBA PANTHER:PTN000768275|UniProtKB:P0A9A6|UniProtKB:P45500|UniProtKB:P47466|UniProtKB:P17865|UniProtKB:P73456 P Cell division protein FtsZ UniProtKB:P17865|PTN001250984 protein NCBITaxon:224308 20200809 GO_Central cell division +UniProtKB P17865 ftsZ GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000768275|TAIR:locus:2083258|dictyBase:DDB_G0277721|dictyBase:DDB_G0269224|TAIR:locus:2049455|UniProtKB:P0A9A6|TAIR:locus:2161610 C Cell division protein FtsZ UniProtKB:P17865|PTN001250984 protein NCBITaxon:224308 20200809 GO_Central cytoplasm +UniProtKB P17865 ftsZ GO:0003924 GO_REF:0000033 IBA PANTHER:PTN000768275|UniProtKB:P9WN95|TAIR:locus:2049455|UniProtKB:P0A9A6|UniProtKB:P17865|TAIR:locus:2161610 F Cell division protein FtsZ UniProtKB:P17865|PTN001250984 protein NCBITaxon:224308 20170228 GO_Central GTPase activity +UniProtKB O05502 ydhJ GO:0008832 GO_REF:0000033 IBA PANTHER:PTN000146578|UniProtKB:P15723|MGI:MGI:1927468|UniProtKB:Q9Y3Z3 F Uncharacterized protein YdhJ UniProtKB:O05502|PTN000146690 protein NCBITaxon:224308 20200807 GO_Central dGTPase activity +UniProtKB O05502 ydhJ GO:0006203 GO_REF:0000033 IBA PANTHER:PTN000146578|UniProtKB:Q9Y3Z3 P Uncharacterized protein YdhJ UniProtKB:O05502|PTN000146690 protein NCBITaxon:224308 20170228 GO_Central dGTP catabolic process +UniProtKB O05523 tatC2 GO:0043953 GO_REF:0000033 IBA PANTHER:PTN000769484|UniProtKB:P69423 P Sec-independent protein translocase protein TatCy UniProtKB:O05523|PTN000769491 protein NCBITaxon:224308 20170228 GO_Central protein transport by the Tat complex +UniProtKB O05523 tatC2 GO:0009977 GO_REF:0000033 IBA PANTHER:PTN000769484|UniProtKB:P69423 F Sec-independent protein translocase protein TatCy UniProtKB:O05523|PTN000769491 protein NCBITaxon:224308 20170228 GO_Central proton motive force dependent protein transmembrane transporter activity +UniProtKB O05523 tatC2 GO:0033281 GO_REF:0000033 IBA PANTHER:PTN000769484|UniProtKB:P69423|UniProtKB:Q9HUB3|TAIR:locus:2045750 C Sec-independent protein translocase protein TatCy UniProtKB:O05523|PTN000769491 protein NCBITaxon:224308 20170228 GO_Central TAT protein transport complex +UniProtKB O05523 tatC2 GO:0065002 GO_REF:0000033 IBA PANTHER:PTN000769484|UniProtKB:P69423 P Sec-independent protein translocase protein TatCy UniProtKB:O05523|PTN000769491 protein NCBITaxon:224308 20170228 GO_Central intracellular protein transmembrane transport +UniProtKB P94392 putP GO:0015193 GO_REF:0000033 IBA PANTHER:PTN001371338|UniProtKB:P94392|UniProtKB:Q9I5F5 F High-affinity proline transporter PutP UniProtKB:P94392|PTN000213756 protein NCBITaxon:224308 20221130 GO_Central L-proline transmembrane transporter activity +UniProtKB P94392 putP GO:0055085 GO_REF:0000033 IBA PANTHER:PTN005155964|UniProtKB:P32705|UniProtKB:P16256 P High-affinity proline transporter PutP UniProtKB:P94392|PTN000213756 protein NCBITaxon:224308 20221130 GO_Central transmembrane transport +UniProtKB P94392 putP GO:0015824 GO_REF:0000033 IBA PANTHER:PTN001371338|UniProtKB:P10502|UniProtKB:P07117 P High-affinity proline transporter PutP UniProtKB:P94392|PTN000213756 protein NCBITaxon:224308 20221130 GO_Central proline transport +UniProtKB P94392 putP GO:0005298 GO_REF:0000033 IBA PANTHER:PTN001371338|UniProtKB:P07117 F High-affinity proline transporter PutP UniProtKB:P94392|PTN000213756 protein NCBITaxon:224308 20170228 GO_Central proline:sodium symporter activity +UniProtKB P94391 putC GO:0010133 GO_REF:0000033 IBA PANTHER:PTN000193023|UniProtKB:Q9I5F6|UniProtKB:P10503|UniProtKB:P09546|SGD:S000001079 P 1-pyrroline-5-carboxylate dehydrogenase 2 UniProtKB:P94391|PTN000192493 protein NCBITaxon:224308 20200809 GO_Central proline catabolic process to glutamate +UniProtKB P94391 putC GO:0009898 GO_REF:0000033 IBA PANTHER:PTN000193023|UniProtKB:P09546 C 1-pyrroline-5-carboxylate dehydrogenase 2 UniProtKB:P94391|PTN000192493 protein NCBITaxon:224308 20181029 GO_Central cytoplasmic side of plasma membrane +UniProtKB P94391 putC GO:0003842 GO_REF:0000033 IBA PANTHER:PTN000193023|UniProtKB:P09546|SGD:S000001079|UniProtKB:P10503|UniProtKB:Q9I5F6 F 1-pyrroline-5-carboxylate dehydrogenase 2 UniProtKB:P94391|PTN000192493 protein NCBITaxon:224308 20200809 GO_Central 1-pyrroline-5-carboxylate dehydrogenase activity +UniProtKB P94388 cah GO:0005976 GO_REF:0000033 IBA PANTHER:PTN002219954|UniProtKB:Q9WXT2 P Cephalosporin-C deacetylase UniProtKB:P94388|PTN002447132 protein NCBITaxon:224308 20200809 GO_Central polysaccharide metabolic process +UniProtKB P94388 cah GO:0052689 GO_REF:0000033 IBA PANTHER:PTN002219954|UniProtKB:Q9WXT2 F Cephalosporin-C deacetylase UniProtKB:P94388|PTN002447132 protein NCBITaxon:224308 20170906 GO_Central carboxylic ester hydrolase activity +UniProtKB P94387 ycgK GO:0032993 GO_REF:0000033 IBA PANTHER:PTN001576272|UniProtKB:Q9K1H8 C Uncharacterized HTH-type transcriptional regulator YcgK UniProtKB:P94387|PTN001285586 protein NCBITaxon:224308 20200417 GO_Central protein-DNA complex +UniProtKB P94387 ycgK GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001576272|UniProtKB:Q9K1H8|UniProtKB:Q47141|UniProtKB:P0ACQ4|UniProtKB:P20668|UniProtKB:P23841 F Uncharacterized HTH-type transcriptional regulator YcgK UniProtKB:P94387|PTN001285586 protein NCBITaxon:224308 20200417 GO_Central DNA-binding transcription factor activity +UniProtKB P94387 ycgK GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001576272|UniProtKB:P23841|UniProtKB:P20668|UniProtKB:P0ACQ4|UniProtKB:Q47141|UniProtKB:Q9K1H8 P Uncharacterized HTH-type transcriptional regulator YcgK UniProtKB:P94387|PTN001285586 protein NCBITaxon:224308 20200930 GO_Central regulation of DNA-templated transcription +UniProtKB P94381 ycgF GO:0015171 GO_REF:0000033 IBA PANTHER:PTN008624050|UniProtKB:P0AG38|UniProtKB:P76249|UniProtKB:P0AG34|UniProtKB:P11667 F Putative amino acid efflux protein YcgF UniProtKB:P94381|PTN001575019 protein NCBITaxon:224308 20211112 GO_Central amino acid transmembrane transporter activity +UniProtKB P94381 ycgF GO:0006865 GO_REF:0000033 IBA PANTHER:PTN008624050|UniProtKB:P38101|UniProtKB:P0AG38|UniProtKB:P76249|UniProtKB:P11667|UniProtKB:P0AG34 P Putative amino acid efflux protein YcgF UniProtKB:P94381|PTN001575019 protein NCBITaxon:224308 20211112 GO_Central amino acid transport +UniProtKB P94378 yxlJ GO:0003905 GO_REF:0000033 IBA PANTHER:PTN000046480|MGI:MGI:97073|TAIR:locus:2088639 F Putative 3-methyladenine DNA glycosylase UniProtKB:P94378|PTN000046528 protein NCBITaxon:224308 20200807 GO_Central alkylbase DNA N-glycosylase activity +UniProtKB P94378 yxlJ GO:0006284 GO_REF:0000033 IBA PANTHER:PTN000046480|MGI:MGI:97073 P Putative 3-methyladenine DNA glycosylase UniProtKB:P94378|PTN000046528 protein NCBITaxon:224308 20170228 GO_Central base-excision repair +UniProtKB P94377 katX GO:0042744 GO_REF:0000033 IBA PANTHER:PTN000157250|MGI:MGI:88271|PomBase:SPCC757.07c|CGD:CAL0000188148|RGD:2279|SGD:S000002664|UniProtKB:P00432|UniProtKB:P04040|TAIR:locus:2034428|dictyBase:DDB_G0274595|UniProtKB:P77872|FB:FBgn0000261|TAIR:locus:2034357 P Catalase X UniProtKB:P94377|PTN000157352 protein NCBITaxon:224308 20210529 GO_Central hydrogen peroxide catabolic process +UniProtKB P94377 katX GO:0042542 GO_REF:0000033 IBA PANTHER:PTN000157250|PomBase:SPCC757.07c|UniProtKB:Q10S82|FB:FBgn0000261|UniProtKB:Q0E4K1|CGD:CAL0000188148|TAIR:locus:2034428|UniProtKB:P04040|UniProtKB:Q0D9C4 P Catalase X UniProtKB:P94377|PTN000157352 protein NCBITaxon:224308 20211215 GO_Central response to hydrogen peroxide +UniProtKB P94377 katX GO:0004096 GO_REF:0000033 IBA PANTHER:PTN000157250|UniProtKB:Q59337|UniProtKB:Q5B0L2|UniProtKB:P17598|UniProtKB:P18122|UniProtKB:P30567|WB:WBGene00000831|UniProtKB:Q0D9C4|RGD:2279|UniProtKB:O52762|FB:FBgn0000261|WB:WBGene00000830|TAIR:locus:2131591|CGD:CAL0000188148|UniProtKB:P12365|PomBase:SPCC757.07c|UniProtKB:Q10S82|SGD:S000003320|MGI:MGI:88271|SGD:S000002664|UniProtKB:P00432|UniProtKB:P18123|UniProtKB:Q0E4K1|UniProtKB:P04040|dictyBase:DDB_G0274595 F Catalase X UniProtKB:P94377|PTN000157352 protein NCBITaxon:224308 20220922 GO_Central catalase activity +UniProtKB P94377 katX GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000157250|TAIR:locus:2131591|UniProtKB:Q10S82|WB:WBGene00000831|MGI:MGI:88271|SGD:S000002664|UniProtKB:Q0D9C4|RGD:2279|TAIR:locus:2034357|UniProtKB:P18123|UniProtKB:Q0E4K1|UniProtKB:P04040|dictyBase:DDB_G0274595 C Catalase X UniProtKB:P94377|PTN000157352 protein NCBITaxon:224308 20230602 GO_Central cytoplasm +UniProtKB P94377 katX GO:0020037 GO_REF:0000033 IBA PANTHER:PTN000157250|UniProtKB:P04040 F Catalase X UniProtKB:P94377|PTN000157352 protein NCBITaxon:224308 20170228 GO_Central heme binding +UniProtKB P94370 sigY GO:0016987 GO_REF:0000033 IBA PANTHER:PTN002455017|UniProtKB:P9WGH5|UniProtKB:Q9I5P9|UniProtKB:Q9I646|UniProtKB:P23484|UniProtKB:Q9I6Y3|UniProtKB:Q06198|UniProtKB:P9WGG7|UniProtKB:Q9HZV1|UniProtKB:Q9I114|UniProtKB:P9WGG9|UniProtKB:Q9HUR7|UniProtKB:Q9I222|UniProtKB:Q9I2W5|UniProtKB:Q7AKG9|UniProtKB:Q9I265|UniProtKB:Q9I193|UniProtKB:G3XCV1 F RNA polymerase sigma factor SigY UniProtKB:P94370|PTN001575416 protein NCBITaxon:224308 20230517 GO_Central sigma factor activity +UniProtKB P94370 sigY GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002455017|UniProtKB:O53590|UniProtKB:G3XCV1|UniProtKB:P9WGH9|UniProtKB:P9WGH1|UniProtKB:Q9KPA6|UniProtKB:P9WGH5|UniProtKB:P0AGB6 P RNA polymerase sigma factor SigY UniProtKB:P94370|PTN001575416 protein NCBITaxon:224308 20230517 GO_Central regulation of DNA-templated transcription +UniProtKB P94369 yxlA GO:0006810 GO_REF:0000033 IBA PANTHER:PTN001274047|SGD:S000003154|SGD:S000000862|CGD:CAL0000195436|SGD:S000000858|SGD:S000002958 P Putative purine-cytosine permease YxlA UniProtKB:P94369|PTN001274048 protein NCBITaxon:224308 20200917 GO_Central transport +UniProtKB P94369 yxlA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001274047|SGD:S000003154|SGD:S000000858 C Putative purine-cytosine permease YxlA UniProtKB:P94369|PTN001274048 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P94369 yxlA GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001274047|CGD:CAL0000197551|SGD:S000000858|SGD:S000003154|SGD:S000002958|CGD:CAL0000195436|SGD:S000000862 F Putative purine-cytosine permease YxlA UniProtKB:P94369|PTN001274048 protein NCBITaxon:224308 20200809 GO_Central transmembrane transporter activity +UniProtKB P94368 nnrD GO:0110051 GO_REF:0000033 IBA PANTHER:PTN000287547|UniProtKB:P31806 P ADP-dependent (S)-NAD(P)H-hydrate dehydratase UniProtKB:P94368|PTN000287614 protein NCBITaxon:224308 20191128 GO_Central metabolite repair +UniProtKB P94368 nnrD GO:0052855 GO_REF:0000033 IBA PANTHER:PTN000287613|UniProtKB:P31806 F ADP-dependent (S)-NAD(P)H-hydrate dehydratase UniProtKB:P94368|PTN000287614 protein NCBITaxon:224308 20191128 GO_Central ADP-dependent NAD(P)H-hydrate dehydratase activity +UniProtKB P94368 nnrD GO:0052857 GO_REF:0000033 IBA PANTHER:PTN000287613|UniProtKB:P31806 F ADP-dependent (S)-NAD(P)H-hydrate dehydratase UniProtKB:P94368|PTN000287614 protein NCBITaxon:224308 20191128 GO_Central NADPHX epimerase activity +UniProtKB P94368 nnrD GO:0052856 GO_REF:0000033 IBA PANTHER:PTN000287613|UniProtKB:P31806 F ADP-dependent (S)-NAD(P)H-hydrate dehydratase UniProtKB:P94368|PTN000287614 protein NCBITaxon:224308 20191128 GO_Central NADHX epimerase activity +UniProtKB P94366 cydC GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000657189|TAIR:locus:2097978|MGI:MGI:97570|UniProtKB:O53645|UniProtKB:Q9NP58|UniProtKB:Q03518|PomBase:SPCC663.03|UniProtKB:Q9FNU2|UniProtKB:Q03519|UniProtKB:O75027|WB:WBGene00001811|UniProtKB:Q2M3G0|PomBase:SPCC737.09c|TAIR:locus:2057961|PomBase:SPBC25B2.02c|UniProtKB:P29018|RGD:619930|TAIR:locus:2041434|SGD:S000004916|UniProtKB:Q9NUT2|UniProtKB:P08183|WB:WBGene00001815|UniProtKB:O95342 P ATP-binding/permease protein CydC UniProtKB:P94366|PTN000657686 protein NCBITaxon:224308 20231109 GO_Central transmembrane transport +UniProtKB P94366 cydC GO:0034040 GO_REF:0000033 IBA PANTHER:PTN000657720|UniProtKB:P60752 F ATP-binding/permease protein CydC UniProtKB:P94366|PTN000657686 protein NCBITaxon:224308 20170228 GO_Central ATPase-coupled lipid transmembrane transporter activity +UniProtKB P94365 cydB GO:0016682 GO_REF:0000033 IBA PANTHER:PTN000769195|UniProtKB:P26458|UniProtKB:P0ABK2 F Cytochrome bd ubiquinol oxidase subunit 2 UniProtKB:P94365|PTN000769198 protein NCBITaxon:224308 20170228 GO_Central oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor +UniProtKB P94365 cydB GO:0070069 GO_REF:0000033 IBA PANTHER:PTN000769195|UniProtKB:P26458|UniProtKB:P0ABK2 C Cytochrome bd ubiquinol oxidase subunit 2 UniProtKB:P94365|PTN000769198 protein NCBITaxon:224308 20170228 GO_Central cytochrome complex +UniProtKB P94365 cydB GO:0009055 GO_REF:0000033 IBA PANTHER:PTN000769195|UniProtKB:P0ABK2|UniProtKB:P26458 F Cytochrome bd ubiquinol oxidase subunit 2 UniProtKB:P94365|PTN000769198 protein NCBITaxon:224308 20170228 GO_Central electron transfer activity +UniProtKB P94365 cydB GO:0019646 GO_REF:0000033 IBA PANTHER:PTN000769195|UniProtKB:P0ABK2|UniProtKB:P26458 P Cytochrome bd ubiquinol oxidase subunit 2 UniProtKB:P94365|PTN000769198 protein NCBITaxon:224308 20170228 GO_Central aerobic electron transport chain +UniProtKB P94364 cydA GO:0009055 GO_REF:0000033 IBA PANTHER:PTN000769172|UniProtKB:P26459|UniProtKB:P0ABJ9 F Cytochrome bd ubiquinol oxidase subunit 1 UniProtKB:P94364|PTN000769177 protein NCBITaxon:224308 20170228 GO_Central electron transfer activity +UniProtKB P94364 cydA GO:0020037 GO_REF:0000033 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9|UniProtKB:P26459 F Cytochrome bd ubiquinol oxidase subunit 1 UniProtKB:P94364|PTN000769177 protein NCBITaxon:224308 20211112 GO_Central heme binding +UniProtKB P94364 cydA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9|UniProtKB:P26459 C Cytochrome bd ubiquinol oxidase subunit 1 UniProtKB:P94364|PTN000769177 protein NCBITaxon:224308 20230111 GO_Central plasma membrane +UniProtKB P94364 cydA GO:0070069 GO_REF:0000033 IBA PANTHER:PTN000769172|UniProtKB:P26459|UniProtKB:P0ABJ9 C Cytochrome bd ubiquinol oxidase subunit 1 UniProtKB:P94364|PTN000769177 protein NCBITaxon:224308 20170228 GO_Central cytochrome complex +UniProtKB P94364 cydA GO:0016682 GO_REF:0000033 IBA PANTHER:PTN000769172|UniProtKB:P26459 F Cytochrome bd ubiquinol oxidase subunit 1 UniProtKB:P94364|PTN000769177 protein NCBITaxon:224308 20170228 GO_Central oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor +UniProtKB P94364 cydA GO:0019646 GO_REF:0000033 IBA PANTHER:PTN000769172|UniProtKB:P0ABJ9|UniProtKB:P26459 P Cytochrome bd ubiquinol oxidase subunit 1 UniProtKB:P94364|PTN000769177 protein NCBITaxon:224308 20170228 GO_Central aerobic electron transport chain +UniProtKB P94360 msmX GO:0055052 GO_REF:0000033 IBA PANTHER:PTN000655865|UniProtKB:P10907 C Oligosaccharides import ATP-binding protein MsmX UniProtKB:P94360|PTN000655879 protein NCBITaxon:224308 20170420 GO_Central ATP-binding cassette (ABC) transporter complex, substrate-binding subunit-containing +UniProtKB P20167 trpF GO:0000162 GO_REF:0000033 IBA PANTHER:PTN000523370|CGD:CAL0000186853|TAIR:locus:2026509|SGD:S000002414|TAIR:locus:2169687 P N-(5'-phosphoribosyl)anthranilate isomerase UniProtKB:P20167|PTN000523386 protein NCBITaxon:224308 20170228 GO_Central tryptophan biosynthetic process +UniProtKB P20167 trpF GO:0004640 GO_REF:0000033 IBA PANTHER:PTN000523370|TAIR:locus:2026509|TAIR:locus:2013588|CGD:CAL0000186853|TAIR:locus:2169687|SGD:S000002414 F N-(5'-phosphoribosyl)anthranilate isomerase UniProtKB:P20167|PTN000523386 protein NCBITaxon:224308 20200810 GO_Central phosphoribosylanthranilate isomerase activity +UniProtKB P20166 ptsG GO:0009401 GO_REF:0000033 IBA PANTHER:PTN002011274|UniProtKB:P09323|UniProtKB:P69786 P PTS system glucose-specific EIICBA component UniProtKB:P20166|PTN000768515 protein NCBITaxon:224308 20190822 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB P20166 ptsG GO:0090563 GO_REF:0000033 IBA PANTHER:PTN002011274|UniProtKB:P09323|UniProtKB:P69786 F PTS system glucose-specific EIICBA component UniProtKB:P20166|PTN000768515 protein NCBITaxon:224308 20230406 GO_Central protein-phosphocysteine-sugar phosphotransferase activity +UniProtKB P20692 tyrA GO:0008977 GO_REF:0000033 IBA PANTHER:PTN000482894|PomBase:SPCC1494.04c|SGD:S000000370|UniProtKB:O69721|UniProtKB:P07023 F Prephenate dehydrogenase UniProtKB:P20692|PTN000482899 protein NCBITaxon:224308 20200808 GO_Central prephenate dehydrogenase (NAD+) activity +UniProtKB P20692 tyrA GO:0006571 GO_REF:0000033 IBA PANTHER:PTN000482894|PomBase:SPCC1494.04c|SGD:S000000370|UniProtKB:P07023 P Prephenate dehydrogenase UniProtKB:P20692|PTN000482899 protein NCBITaxon:224308 20170228 GO_Central tyrosine biosynthetic process +UniProtKB P20692 tyrA GO:0070403 GO_REF:0000033 IBA PANTHER:PTN000482894|UniProtKB:O69721 F Prephenate dehydrogenase UniProtKB:P20692|PTN000482899 protein NCBITaxon:224308 20170228 GO_Central NAD+ binding +UniProtKB P94592 ywpJ GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C Phosphatase YwpJ UniProtKB:P94592|PTN000000095 protein NCBITaxon:224308 20200129 GO_Central cytosol +UniProtKB P94592 ywpJ GO:0016791 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P75792|UniProtKB:P0A8Y5 F Phosphatase YwpJ UniProtKB:P94592|PTN000000095 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity +UniProtKB P94592 ywpJ GO:0000287 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:P75792|UniProtKB:P0A8Y5 F Phosphatase YwpJ UniProtKB:P94592|PTN000000095 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding +UniProtKB P20429 rpoA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000780603|UniProtKB:P0A7Z4 C DNA-directed RNA polymerase subunit alpha UniProtKB:P20429|PTN000780604 protein NCBITaxon:224308 20230407 GO_Central cytoplasm +UniProtKB P94585 mscL GO:0006811 GO_REF:0000033 IBA PANTHER:PTN001250283|UniProtKB:P0A742 P Large-conductance mechanosensitive channel UniProtKB:P94585|PTN001250299 protein NCBITaxon:224308 20170228 GO_Central monoatomic ion transport +UniProtKB P94585 mscL GO:0008381 GO_REF:0000033 IBA PANTHER:PTN001250283|UniProtKB:P0A742|UniProtKB:P9WJN5 F Large-conductance mechanosensitive channel UniProtKB:P94585|PTN001250299 protein NCBITaxon:224308 20170228 GO_Central mechanosensitive monoatomic ion channel activity +UniProtKB P94575 pucI GO:0015205 GO_REF:0000033 IBA PANTHER:PTN000770209|TAIR:locus:505006580|SGD:S000000225|PomBase:SPAC1399.03 F Probable allantoin permease UniProtKB:P94575|PTN000770717 protein NCBITaxon:224308 20200809 GO_Central nucleobase transmembrane transporter activity +UniProtKB P94575 pucI GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000770209|SGD:S000000225|SGD:S000000138|PomBase:SPAC1399.03|UniProtKB:P75712|SGD:S000004227 C Probable allantoin permease UniProtKB:P94575|PTN000770717 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P94575 pucI GO:0015851 GO_REF:0000033 IBA PANTHER:PTN000770209|SGD:S000000225|PomBase:SPAC1399.03 P Probable allantoin permease UniProtKB:P94575|PTN000770717 protein NCBITaxon:224308 20201001 GO_Central nucleobase transport +UniProtKB P94574 ywoD GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|UniProtKB:E9R876|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|UniProtKB:Q8X1Z7|PomBase:SPBC3E7.06c|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|SGD:S000001039|SGD:S000005518|SGD:S000001032|SGD:S000003456|SGD:S000004694|CGD:CAL0000196424|SGD:S000000791 F Uncharacterized MFS-type transporter YwoD UniProtKB:P94574|PTN000606057 protein NCBITaxon:224308 20230603 GO_Central transmembrane transporter activity +UniProtKB P94574 ywoD GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000605491|PomBase:SPBC12C2.13c|UniProtKB:P9WJY3|UniProtKB:P52600|PomBase:SPBC460.03|PomBase:SPBC3E7.06c|SGD:S000000575|UniProtKB:P9WJX3|SGD:S000000574|PomBase:SPAC1F8.03c|UniProtKB:Q6C8F0|SGD:S000000497|SGD:S000006402|SGD:S000000791|UniProtKB:P0AEJ0|SGD:S000003456|SGD:S000001813 P Uncharacterized MFS-type transporter YwoD UniProtKB:P94574|PTN000606057 protein NCBITaxon:224308 20220924 GO_Central transmembrane transport +UniProtKB P94565 leuA GO:0003852 GO_REF:0000033 IBA PANTHER:PTN000031336|UniProtKB:P09151|TAIR:locus:2031586|TAIR:locus:2014179 F 2-isopropylmalate synthase UniProtKB:P94565|PTN000031379 protein NCBITaxon:224308 20171103 GO_Central 2-isopropylmalate synthase activity +UniProtKB P94565 leuA GO:0009098 GO_REF:0000033 IBA PANTHER:PTN000031336|TAIR:locus:2031586|TAIR:locus:2014179|UniProtKB:P09151 P 2-isopropylmalate synthase UniProtKB:P94565|PTN000031379 protein NCBITaxon:224308 20171103 GO_Central leucine biosynthetic process +UniProtKB P94552 abf2 GO:0000272 GO_REF:0000033 IBA PANTHER:PTN002461583|UniProtKB:Q5BDV3 P Intracellular exo-alpha-L-arabinofuranosidase 2 UniProtKB:P94552|PTN001273365 protein NCBITaxon:224308 20170228 GO_Central polysaccharide catabolic process +UniProtKB P94551 etfA GO:0050660 GO_REF:0000033 IBA PANTHER:PTN000097951|UniProtKB:P13804 F Electron transfer flavoprotein subunit alpha UniProtKB:P94551|PTN000098024 protein NCBITaxon:224308 20200207 GO_Central flavin adenine dinucleotide binding +UniProtKB P94551 etfA GO:0033539 GO_REF:0000033 IBA PANTHER:PTN000097951|UniProtKB:P13804 P Electron transfer flavoprotein subunit alpha UniProtKB:P94551|PTN000098024 protein NCBITaxon:224308 20200207 GO_Central fatty acid beta-oxidation using acyl-CoA dehydrogenase +UniProtKB P94551 etfA GO:0009055 GO_REF:0000033 IBA PANTHER:PTN000097951|UniProtKB:P13804 F Electron transfer flavoprotein subunit alpha UniProtKB:P94551|PTN000098024 protein NCBITaxon:224308 20200207 GO_Central electron transfer activity +UniProtKB P94550 etfB GO:0009055 GO_REF:0000033 IBA PANTHER:PTN007689635|UniProtKB:P38117 F Electron transfer flavoprotein subunit beta UniProtKB:P94550|PTN000480387 protein NCBITaxon:224308 20230517 GO_Central electron transfer activity +UniProtKB P94548 fadR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9HXW2|UniProtKB:P0ACT6|UniProtKB:P0ACU0|UniProtKB:P17446|UniProtKB:P96856|UniProtKB:Q9HZJ9|UniProtKB:P75952|UniProtKB:P39334|UniProtKB:G3XCU9|UniProtKB:P0ACU2|UniProtKB:Q9HVJ0|UniProtKB:P95251|UniProtKB:P9WMB9|UniProtKB:Q9HZW2|UniProtKB:P9WMC1|UniProtKB:Q9HY46|UniProtKB:Q9HXS0|UniProtKB:P32265 P Fatty acid metabolism regulator protein UniProtKB:P94548|PTN004738835 protein NCBITaxon:224308 20221008 GO_Central regulation of DNA-templated transcription +UniProtKB P94548 fadR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:P0ACS9|UniProtKB:Q9KR96|UniProtKB:P32265|UniProtKB:Q9HXS0 F Fatty acid metabolism regulator protein UniProtKB:P94548|PTN004738835 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB P94548 fadR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN004738546|UniProtKB:Q9KR96|UniProtKB:P0ACU2|UniProtKB:P0ACS9|UniProtKB:P95251 F Fatty acid metabolism regulator protein UniProtKB:P94548|PTN004738835 protein NCBITaxon:224308 20211112 GO_Central DNA-binding transcription factor activity +UniProtKB P94545 mutSB GO:0003690 GO_REF:0000033 IBA PANTHER:PTN002260779|UniProtKB:P23909|UniProtKB:P43246|SGD:S000000688|SGD:S000002504|SGD:S000005450|ZFIN:ZDB-GENE-020905-3|TAIR:locus:2095097|MGI:MGI:101816|MGI:MGI:109519|TAIR:locus:2131829|ZFIN:ZDB-GENE-040426-2932|SGD:S000001162|UniProtKB:P20585|UniProtKB:P52701|MGI:MGI:1343961 F Endonuclease MutS2 UniProtKB:P94545|PTN000145495 protein NCBITaxon:224308 20210924 GO_Central double-stranded DNA binding +UniProtKB P94544 polX GO:0003887 GO_REF:0000033 IBA PANTHER:PTN000138686|SGD:S000000607|MGI:MGI:1889000|UniProtKB:Q27958|PomBase:SPAC2F7.06c|UniProtKB:Q9UGP5|UniProtKB:Q67VC8|ZFIN:ZDB-GENE-040830-1|UniProtKB:P06746|RGD:3363 F DNA polymerase/3'-5' exonuclease PolX UniProtKB:P94544|PTN000138833 protein NCBITaxon:224308 20200807 GO_Central DNA-directed DNA polymerase activity +UniProtKB P94542 zapA GO:0032153 GO_REF:0000033 IBA PANTHER:PTN002168944|UniProtKB:P0ADS2 C Cell division protein ZapA UniProtKB:P94542|PTN002168953 protein NCBITaxon:224308 20180315 GO_Central cell division site +UniProtKB P94542 zapA GO:0000921 GO_REF:0000033 IBA PANTHER:PTN002168944|UniProtKB:P0ADS2 P Cell division protein ZapA UniProtKB:P94542|PTN002168953 protein NCBITaxon:224308 20180315 GO_Central septin ring assembly +UniProtKB P94542 zapA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002168944|UniProtKB:P0ADS2 C Cell division protein ZapA UniProtKB:P94542|PTN002168953 protein NCBITaxon:224308 20180315 GO_Central cytosol +UniProtKB P94542 zapA GO:0043093 GO_REF:0000033 IBA PANTHER:PTN002168944|UniProtKB:P0ADS2 P Cell division protein ZapA UniProtKB:P94542|PTN002168953 protein NCBITaxon:224308 20180315 GO_Central FtsZ-dependent cytokinesis +UniProtKB P94542 zapA GO:0030428 GO_REF:0000033 IBA PANTHER:PTN002168944|UniProtKB:P0ADS2 C Cell division protein ZapA UniProtKB:P94542|PTN002168953 protein NCBITaxon:224308 20180315 GO_Central cell septum +UniProtKB P94542 zapA GO:0000917 GO_REF:0000033 IBA PANTHER:PTN002168944|UniProtKB:P0ADS2 P Cell division protein ZapA UniProtKB:P94542|PTN002168953 protein NCBITaxon:224308 20180315 GO_Central division septum assembly +UniProtKB P94541 rnhC GO:0043137 GO_REF:0000033 IBA PANTHER:PTN000102672|SGD:S000005016 P Ribonuclease HIII UniProtKB:P94541|PTN000102754 protein NCBITaxon:224308 20170228 GO_Central DNA replication, removal of RNA primer +UniProtKB P94541 rnhC GO:0004523 GO_REF:0000033 IBA PANTHER:PTN000102672|PomBase:SPAC4G9.02|UniProtKB:P10442|SGD:S000005016|UniProtKB:O75792 F Ribonuclease HIII UniProtKB:P94541|PTN000102754 protein NCBITaxon:224308 20170228 GO_Central RNA-DNA hybrid ribonuclease activity +UniProtKB P94541 rnhC GO:0032299 GO_REF:0000033 IBA PANTHER:PTN000102672|SGD:S000005016|UniProtKB:O75792|MGI:MGI:1916974 C Ribonuclease HIII UniProtKB:P94541|PTN000102754 protein NCBITaxon:224308 20170228 GO_Central ribonuclease H2 complex +UniProtKB P94541 rnhC GO:0006298 GO_REF:0000033 IBA PANTHER:PTN000102672|UniProtKB:O75792|PomBase:SPAC4G9.02|MGI:MGI:1916974 P Ribonuclease HIII UniProtKB:P94541|PTN000102754 protein NCBITaxon:224308 20230405 GO_Central mismatch repair +UniProtKB P94532 cstA GO:0031669 GO_REF:0000033 IBA PANTHER:PTN000767362|UniProtKB:P39396|UniProtKB:P15078 P Peptide transporter CstA UniProtKB:P94532|PTN001250177 protein NCBITaxon:224308 20170228 GO_Central cellular response to nutrient levels +UniProtKB P94531 abfA GO:0000272 GO_REF:0000033 IBA PANTHER:PTN002461583|UniProtKB:Q5BDV3 P Intracellular exo-alpha-(1-5)-L-arabinofuranosidase 1 UniProtKB:P94531|PTN001273368 protein NCBITaxon:224308 20170228 GO_Central polysaccharide catabolic process +UniProtKB P94527 egsA GO:0003856 GO_REF:0000033 IBA PANTHER:PTN000472585|UniProtKB:P9WPX9|UniProtKB:P07639 F Glycerol-1-phosphate dehydrogenase [NAD(P)+] UniProtKB:P94527|PTN001078734 protein NCBITaxon:224308 20170228 GO_Central 3-dehydroquinate synthase activity +UniProtKB P94526 araL GO:0016791 GO_REF:0000033 IBA PANTHER:PTN002711682|FB:FBgn0030347|SGD:S000002395|UniProtKB:O33194|MGI:MGI:1914328|PomBase:SPBC15D4.15|UniProtKB:Q96GD0|UniProtKB:Q9LXR9|UniProtKB:P0DKC3|UniProtKB:A0A2K3DU55|CGD:CAL0000178325|UniProtKB:A6NDG6|RGD:1307773|UniProtKB:P0AF24|SGD:S000001142|UniProtKB:Q3ZBF9|MGI:MGI:1919282|FB:FBgn0024995 F Sugar-phosphatase AraL UniProtKB:P94526|PTN000445928 protein NCBITaxon:224308 20221008 GO_Central phosphatase activity +UniProtKB P94525 araD GO:0016832 GO_REF:0000033 IBA PANTHER:PTN000513089|UniProtKB:P0AB87|UniProtKB:P32169|UniProtKB:Q58813 F L-ribulose-5-phosphate 4-epimerase UniProtKB:P94525|PTN000513095 protein NCBITaxon:224308 20170228 GO_Central aldehyde-lyase activity +UniProtKB P94525 araD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000513089|UniProtKB:P08203 C L-ribulose-5-phosphate 4-epimerase UniProtKB:P94525|PTN000513095 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P94525 araD GO:0019323 GO_REF:0000033 IBA PANTHER:PTN000513089|UniProtKB:P0AB87|UniProtKB:P37680|UniProtKB:P08203 P L-ribulose-5-phosphate 4-epimerase UniProtKB:P94525|PTN000513095 protein NCBITaxon:224308 20200808 GO_Central pentose catabolic process +UniProtKB P94524 araB GO:0019150 GO_REF:0000033 IBA PANTHER:PTN001610116|SGD:S000002516|UniProtKB:Q96C11 F Ribulokinase UniProtKB:P94524|PTN000023388 protein NCBITaxon:224308 20220223 GO_Central D-ribulokinase activity +UniProtKB P94524 araB GO:0019321 GO_REF:0000033 IBA PANTHER:PTN001610116|SGD:S000002516|UniProtKB:Q96C11|UniProtKB:P08204 P Ribulokinase UniProtKB:P94524|PTN000023388 protein NCBITaxon:224308 20220223 GO_Central pentose metabolic process +UniProtKB P94524 araB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN001610116|UniProtKB:P08204 C Ribulokinase UniProtKB:P94524|PTN000023388 protein NCBITaxon:224308 20220223 GO_Central cytoplasm +UniProtKB P94524 araB GO:0046835 GO_REF:0000033 IBA PANTHER:PTN001610116|UniProtKB:Q96C11 P Ribulokinase UniProtKB:P94524|PTN000023388 protein NCBITaxon:224308 20220223 GO_Central carbohydrate phosphorylation +UniProtKB P94523 araA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002213175|UniProtKB:P08202 C L-arabinose isomerase UniProtKB:P94523|PTN002213180 protein NCBITaxon:224308 20170831 GO_Central cytosol +UniProtKB P94523 araA GO:0019569 GO_REF:0000033 IBA PANTHER:PTN002213175|UniProtKB:P08202 P L-arabinose isomerase UniProtKB:P94523|PTN002213180 protein NCBITaxon:224308 20170831 GO_Central L-arabinose catabolic process to xylulose 5-phosphate +UniProtKB P94523 araA GO:0008733 GO_REF:0000033 IBA PANTHER:PTN002213175|UniProtKB:P08202 F L-arabinose isomerase UniProtKB:P94523|PTN002213180 protein NCBITaxon:224308 20170831 GO_Central L-arabinose isomerase activity +UniProtKB P94514 lytT GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:Q8EEF6|UniProtKB:P9WGM9|UniProtKB:P9WGL9|UniProtKB:P0AFJ5|UniProtKB:P23890|UniProtKB:P0AFT5|UniProtKB:P37478|UniProtKB:P0AA16|UniProtKB:Q8EHJ3|UniProtKB:P21866|UniProtKB:P44918|UniProtKB:P69228|UniProtKB:P23836|UniProtKB:P0AE88|UniProtKB:P08368|UniProtKB:P0ACZ8|UniProtKB:P38684|UniProtKB:P71814|UniProtKB:P30843|UniProtKB:P9WGM7|UniProtKB:O53830|UniProtKB:P76340|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q9I034 P Sensory transduction protein LytT UniProtKB:P94514|PTN001238302 protein NCBITaxon:224308 20230604 GO_Central regulation of DNA-templated transcription +UniProtKB P94514 lytT GO:0000976 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P69228|UniProtKB:Q8EE50|UniProtKB:P21866|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P08368|UniProtKB:Q8EHJ3 F Sensory transduction protein LytT UniProtKB:P94514|PTN001238302 protein NCBITaxon:224308 20211113 GO_Central transcription cis-regulatory region binding +UniProtKB P94514 lytT GO:0032993 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q8EHJ3 C Sensory transduction protein LytT UniProtKB:P94514|PTN001238302 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex +UniProtKB P94514 lytT GO:0000156 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O07776|UniProtKB:Q9I2U3|UniProtKB:P38684|UniProtKB:P0A9Q1|UniProtKB:P30843|UniProtKB:P0AA16|UniProtKB:P0AE88 F Sensory transduction protein LytT UniProtKB:P94514|PTN001238302 protein NCBITaxon:224308 20211113 GO_Central phosphorelay response regulator activity +UniProtKB P94514 lytT GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:P69228|UniProtKB:P0AE88|UniProtKB:P0A9Q1 C Sensory transduction protein LytT UniProtKB:P94514|PTN001238302 protein NCBITaxon:224308 20170829 GO_Central cytosol +UniProtKB P94512 serB GO:0016311 GO_REF:0000033 IBA PANTHER:PTN002291204|UniProtKB:P94512 P Phosphoserine phosphatase UniProtKB:P94512|PTN000295945 protein NCBITaxon:224308 20220330 GO_Central dephosphorylation +UniProtKB P94512 serB GO:0016791 GO_REF:0000033 IBA PANTHER:PTN002291204|UniProtKB:P94512|UniProtKB:Q8TBE9|RGD:1306009 F Phosphoserine phosphatase UniProtKB:P94512|PTN000295945 protein NCBITaxon:224308 20231110 GO_Central phosphatase activity +UniProtKB P94504 yvrH GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:P69228|UniProtKB:P0AE88|UniProtKB:P0A9Q1 C Transcriptional regulatory protein YvrH UniProtKB:P94504|PTN000724415 protein NCBITaxon:224308 20170829 GO_Central cytosol +UniProtKB P94504 yvrH GO:0032993 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q8EHJ3 C Transcriptional regulatory protein YvrH UniProtKB:P94504|PTN000724415 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex +UniProtKB P94504 yvrH GO:0000976 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P69228|UniProtKB:Q8EE50|UniProtKB:P21866|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P08368|UniProtKB:Q8EHJ3 F Transcriptional regulatory protein YvrH UniProtKB:P94504|PTN000724415 protein NCBITaxon:224308 20211113 GO_Central transcription cis-regulatory region binding +UniProtKB P94504 yvrH GO:0000156 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O07776|UniProtKB:Q9I2U3|UniProtKB:P38684|UniProtKB:P0A9Q1|UniProtKB:P30843|UniProtKB:P0AA16|UniProtKB:P0AE88 F Transcriptional regulatory protein YvrH UniProtKB:P94504|PTN000724415 protein NCBITaxon:224308 20211113 GO_Central phosphorelay response regulator activity +UniProtKB P94504 yvrH GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:Q8EEF6|UniProtKB:P9WGM9|UniProtKB:P9WGL9|UniProtKB:P0AFJ5|UniProtKB:P23890|UniProtKB:P0AFT5|UniProtKB:P37478|UniProtKB:P0AA16|UniProtKB:Q8EHJ3|UniProtKB:P21866|UniProtKB:P44918|UniProtKB:P69228|UniProtKB:P23836|UniProtKB:P0AE88|UniProtKB:P08368|UniProtKB:P0ACZ8|UniProtKB:P38684|UniProtKB:P71814|UniProtKB:P30843|UniProtKB:P9WGM7|UniProtKB:O53830|UniProtKB:P76340|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q9I034 P Transcriptional regulatory protein YvrH UniProtKB:P94504|PTN000724415 protein NCBITaxon:224308 20230604 GO_Central regulation of DNA-templated transcription +UniProtKB P94501 gltR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:P39376 F HTH-type transcriptional regulator GltR UniProtKB:P94501|PTN001248412 protein NCBITaxon:224308 20210531 GO_Central transcription cis-regulatory region binding +UniProtKB P94501 gltR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248394|UniProtKB:G3XCU6|UniProtKB:P67662|UniProtKB:P0A9F9|UniProtKB:P67660|UniProtKB:P39376|UniProtKB:P72131 P HTH-type transcriptional regulator GltR UniProtKB:P94501|PTN001248412 protein NCBITaxon:224308 20190829 GO_Central regulation of DNA-templated transcription +UniProtKB P94499 brnQ GO:0005304 GO_REF:0000033 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 F Branched-chain amino acid transport system carrier protein BrnQ UniProtKB:P94499|PTN000778733 protein NCBITaxon:224308 20170228 GO_Central L-valine transmembrane transporter activity +UniProtKB P94499 brnQ GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 C Branched-chain amino acid transport system carrier protein BrnQ UniProtKB:P94499|PTN000778733 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P94499 brnQ GO:0015188 GO_REF:0000033 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 F Branched-chain amino acid transport system carrier protein BrnQ UniProtKB:P94499|PTN000778733 protein NCBITaxon:224308 20170228 GO_Central L-isoleucine transmembrane transporter activity +UniProtKB P94499 brnQ GO:0015829 GO_REF:0000033 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 P Branched-chain amino acid transport system carrier protein BrnQ UniProtKB:P94499|PTN000778733 protein NCBITaxon:224308 20170228 GO_Central valine transport +UniProtKB P94499 brnQ GO:0015190 GO_REF:0000033 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 F Branched-chain amino acid transport system carrier protein BrnQ UniProtKB:P94499|PTN000778733 protein NCBITaxon:224308 20170228 GO_Central L-leucine transmembrane transporter activity +UniProtKB P94499 brnQ GO:0015820 GO_REF:0000033 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 P Branched-chain amino acid transport system carrier protein BrnQ UniProtKB:P94499|PTN000778733 protein NCBITaxon:224308 20170228 GO_Central leucine transport +UniProtKB P94499 brnQ GO:0015818 GO_REF:0000033 IBA PANTHER:PTN000778731|UniProtKB:P0AD99 P Branched-chain amino acid transport system carrier protein BrnQ UniProtKB:P94499|PTN000778733 protein NCBITaxon:224308 20170228 GO_Central isoleucine transport +UniProtKB P94498 cysH GO:0004604 GO_REF:0000033 IBA PANTHER:PTN000591370|UniProtKB:P56859|SGD:S000006371|UniProtKB:P17854 F Adenosine 5'-phosphosulfate reductase 1 UniProtKB:P94498|PTN000591448 protein NCBITaxon:224308 20200810 GO_Central phosphoadenylyl-sulfate reductase (thioredoxin) activity +UniProtKB P94498 cysH GO:0019379 GO_REF:0000033 IBA PANTHER:PTN000591370|SGD:S000006371|UniProtKB:P17854 P Adenosine 5'-phosphosulfate reductase 1 UniProtKB:P94498|PTN000591448 protein NCBITaxon:224308 20180816 GO_Central sulfate assimilation, phosphoadenylyl sulfate reduction by phosphoadenylyl-sulfate reductase (thioredoxin) +UniProtKB P94494 alr2 GO:0009252 GO_REF:0000033 IBA PANTHER:PTN007826070|UniProtKB:P9WQA9 P Alanine racemase 2 UniProtKB:P94494|PTN001253740 protein NCBITaxon:224308 20200611 GO_Central peptidoglycan biosynthetic process +UniProtKB P94494 alr2 GO:0030170 GO_REF:0000033 IBA PANTHER:PTN000775508|UniProtKB:P0A6B4|UniProtKB:P9WQA9 F Alanine racemase 2 UniProtKB:P94494|PTN001253740 protein NCBITaxon:224308 20230603 GO_Central pyridoxal phosphate binding +UniProtKB P94494 alr2 GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000775508|UniProtKB:P29012 C Alanine racemase 2 UniProtKB:P94494|PTN001253740 protein NCBITaxon:224308 20200611 GO_Central cytosol +UniProtKB P94494 alr2 GO:0030632 GO_REF:0000033 IBA PANTHER:PTN001253738|UniProtKB:P0A6B4|UniProtKB:P9WQA9 P Alanine racemase 2 UniProtKB:P94494|PTN001253740 protein NCBITaxon:224308 20230603 GO_Central D-alanine biosynthetic process +UniProtKB P94494 alr2 GO:0008784 GO_REF:0000033 IBA PANTHER:PTN000775508|UniProtKB:Q9HUN4|PomBase:SPCC965.08c|UniProtKB:P0A6B4|UniProtKB:P29012|UniProtKB:Q9HTQ2|UniProtKB:P9WQA9 F Alanine racemase 2 UniProtKB:P94494|PTN001253740 protein NCBITaxon:224308 20230603 GO_Central alanine racemase activity +UniProtKB P94493 yncC GO:0015293 GO_REF:0000033 IBA PANTHER:PTN008729220|UniProtKB:P0AEP1|UniProtKB:P0AE24 F Putative metabolite transport protein YncC UniProtKB:P94493|PTN000628488 protein NCBITaxon:224308 20220311 GO_Central symporter activity +UniProtKB P94493 yncC GO:0016020 GO_REF:0000033 IBA PANTHER:PTN008729220|TAIR:locus:2097780|UniProtKB:P0AEP1|UniProtKB:O95528|MGI:MGI:3052471|UniProtKB:P0AE24 C Putative metabolite transport protein YncC UniProtKB:P94493|PTN000628488 protein NCBITaxon:224308 20230112 GO_Central membrane +UniProtKB P94493 yncC GO:0055085 GO_REF:0000033 IBA PANTHER:PTN008729220|ZFIN:ZDB-GENE-040426-1513|MGI:MGI:3052471|UniProtKB:O95528|TAIR:locus:2097780|UniProtKB:P0AEP1|TAIR:locus:2168494|UniProtKB:P0AE24 P Putative metabolite transport protein YncC UniProtKB:P94493|PTN000628488 protein NCBITaxon:224308 20220311 GO_Central transmembrane transport +UniProtKB P94478 hflX GO:0043022 GO_REF:0000033 IBA PANTHER:PTN000027640|UniProtKB:P25519 F GTPase HflX UniProtKB:P94478|PTN000027690 protein NCBITaxon:224308 20230405 GO_Central ribosome binding +UniProtKB P94478 hflX GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000027640|UniProtKB:P25519 C GTPase HflX UniProtKB:P94478|PTN000027690 protein NCBITaxon:224308 20200807 GO_Central cytoplasm +UniProtKB P94464 rsmB GO:0001510 GO_REF:0000033 IBA PANTHER:PTN000515868|UniProtKB:P76273|WB:WBGene00013151|MGI:MGI:2140844|UniProtKB:Q96P11|SGD:S000004967|UniProtKB:Q8TEA1|SGD:S000005005|UniProtKB:P36929|UniProtKB:Q60343 P Probable ribosomal RNA small subunit methyltransferase B UniProtKB:P94464|PTN000516062 protein NCBITaxon:224308 20210531 GO_Central RNA methylation +UniProtKB P94463 fmt GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000124171|UniProtKB:P23882 C Methionyl-tRNA formyltransferase UniProtKB:P94463|PTN000124172 protein NCBITaxon:224308 20180411 GO_Central cytosol +UniProtKB P94463 fmt GO:0004479 GO_REF:0000033 IBA PANTHER:PTN000124109|UniProtKB:O77480|UniProtKB:P23882|SGD:S000000109|UniProtKB:Q96DP5 F Methionyl-tRNA formyltransferase UniProtKB:P94463|PTN000124172 protein NCBITaxon:224308 20211215 GO_Central methionyl-tRNA formyltransferase activity +UniProtKB P94463 fmt GO:0071951 GO_REF:0000033 IBA PANTHER:PTN000124109|UniProtKB:Q96DP5|UniProtKB:P23882|SGD:S000000109|UniProtKB:O77480 P Methionyl-tRNA formyltransferase UniProtKB:P94463|PTN000124172 protein NCBITaxon:224308 20211215 GO_Central conversion of methionyl-tRNA to N-formyl-methionyl-tRNA +UniProtKB P94462 defA GO:0043686 GO_REF:0000033 IBA PANTHER:PTN002235180|TAIR:locus:2037733|UniProtKB:P0A6K3 P Peptide deformylase 1 UniProtKB:P94462|PTN000048677 protein NCBITaxon:224308 20230602 GO_Central co-translational protein modification +UniProtKB P94462 defA GO:0042586 GO_REF:0000033 IBA PANTHER:PTN002235180|TAIR:locus:2037733|UniProtKB:Q9HBH1|UniProtKB:P0A6K3|UniProtKB:P9WIJ3 F Peptide deformylase 1 UniProtKB:P94462|PTN000048677 protein NCBITaxon:224308 20200205 GO_Central peptide deformylase activity +UniProtKB P94462 defA GO:0031365 GO_REF:0000033 IBA PANTHER:PTN002235180|UniProtKB:Q9HBH1 P Peptide deformylase 1 UniProtKB:P94462|PTN000048677 protein NCBITaxon:224308 20231108 GO_Central N-terminal protein amino acid modification +UniProtKB P94462 defA GO:0018206 GO_REF:0000033 IBA PANTHER:PTN000048655|UniProtKB:Q9HBH1 P Peptide deformylase 1 UniProtKB:P94462|PTN000048677 protein NCBITaxon:224308 20170228 GO_Central peptidyl-methionine modification +UniProtKB P94461 priA GO:0006268 GO_REF:0000033 IBA PANTHER:PTN000778679|UniProtKB:P17888 P Primosomal protein N' UniProtKB:P94461|PTN001255055 protein NCBITaxon:224308 20170228 GO_Central DNA unwinding involved in DNA replication +UniProtKB P94461 priA GO:0006302 GO_REF:0000033 IBA PANTHER:PTN000778679|UniProtKB:P17888 P Primosomal protein N' UniProtKB:P94461|PTN001255055 protein NCBITaxon:224308 20170228 GO_Central double-strand break repair +UniProtKB P94461 priA GO:0006310 GO_REF:0000033 IBA PANTHER:PTN000778679|UniProtKB:P17888 P Primosomal protein N' UniProtKB:P94461|PTN001255055 protein NCBITaxon:224308 20170228 GO_Central DNA recombination +UniProtKB P94461 priA GO:0006270 GO_REF:0000033 IBA PANTHER:PTN000778679|UniProtKB:P17888 P Primosomal protein N' UniProtKB:P94461|PTN001255055 protein NCBITaxon:224308 20170228 GO_Central DNA replication initiation +UniProtKB P94461 priA GO:0043138 GO_REF:0000033 IBA PANTHER:PTN000778679|UniProtKB:P17888 F Primosomal protein N' UniProtKB:P94461|PTN001255055 protein NCBITaxon:224308 20170228 GO_Central 3'-5' DNA helicase activity +UniProtKB P94447 yrbC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000283292|UniProtKB:P0A8A2|UniProtKB:P0A8A0 C Probable transcriptional regulatory protein YrbC UniProtKB:P94447|PTN000283297 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P94442 lnrN GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000767896|UniProtKB:P0AGH1 C Linearmycin resistance permease protein LnrN UniProtKB:P94442|PTN001250738 protein NCBITaxon:224308 20200414 GO_Central plasma membrane +UniProtKB P94441 lnrM GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000767896|UniProtKB:P0AGH1 C Linearmycin resistance permease protein LnrM UniProtKB:P94441|PTN001576016 protein NCBITaxon:224308 20200414 GO_Central plasma membrane +UniProtKB P94428 gabD GO:0009450 GO_REF:0000033 IBA PANTHER:PTN008681047|UniProtKB:P51649|MGI:MGI:2441982|SGD:S000000210|TAIR:locus:2206405|UniProtKB:P25526 P Succinate-semialdehyde dehydrogenase [NADP(+)] UniProtKB:P94428|PTN000192655 protein NCBITaxon:224308 20221122 GO_Central gamma-aminobutyric acid catabolic process +UniProtKB P94428 gabD GO:0004777 GO_REF:0000033 IBA PANTHER:PTN008681047|UniProtKB:P25526|TAIR:locus:2206405|FB:FBgn0039349|UniProtKB:P51649|RGD:621422 F Succinate-semialdehyde dehydrogenase [NADP(+)] UniProtKB:P94428|PTN000192655 protein NCBITaxon:224308 20221122 GO_Central succinate-semialdehyde dehydrogenase (NAD+) activity +UniProtKB P94427 gabT GO:0030170 GO_REF:0000033 IBA PANTHER:PTN000944876|UniProtKB:P80404|UniProtKB:P22256|PomBase:SPAC19D5.07|UniProtKB:P50457 F Probable 4-aminobutyrate aminotransferase UniProtKB:P94427|PTN000241469 protein NCBITaxon:224308 20230112 GO_Central pyridoxal phosphate binding +UniProtKB P94427 gabT GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000241468|UniProtKB:P22256 C Probable 4-aminobutyrate aminotransferase UniProtKB:P94427|PTN000241469 protein NCBITaxon:224308 20170420 GO_Central cytosol +UniProtKB P94427 gabT GO:0009450 GO_REF:0000033 IBA PANTHER:PTN000944876|SGD:S000003251|UniProtKB:P14010|UniProtKB:P22256|PomBase:SPAC19D5.07|UniProtKB:Q9BGI0 P Probable 4-aminobutyrate aminotransferase UniProtKB:P94427|PTN000241469 protein NCBITaxon:224308 20230112 GO_Central gamma-aminobutyric acid catabolic process +UniProtKB P94427 gabT GO:0003867 GO_REF:0000033 IBA PANTHER:PTN000944876|PomBase:SPAC19D5.07|RGD:620948|UniProtKB:P22256|UniProtKB:P94427|UniProtKB:P50457|SGD:S000003251|UniProtKB:P80404 F Probable 4-aminobutyrate aminotransferase UniProtKB:P94427|PTN000241469 protein NCBITaxon:224308 20230604 GO_Central 4-aminobutyrate transaminase activity +UniProtKB P94425 ycnE GO:0003824 GO_REF:0000033 IBA PANTHER:PTN002118978|UniProtKB:P0ADU2|UniProtKB:P64461 F Putative monooxygenase YcnE UniProtKB:P94425|PTN002119029 protein NCBITaxon:224308 20200809 GO_Central catalytic activity +UniProtKB P94422 ycnB GO:0016020 GO_REF:0000033 IBA PANTHER:PTN001161692|SGD:S000004584|SGD:S000005905 C Uncharacterized MFS-type transporter YcnB UniProtKB:P94422|PTN000606389 protein NCBITaxon:224308 20180620 GO_Central membrane +UniProtKB P94419 yclO GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876|UniProtKB:P06609|UniProtKB:P15029 F Petrobactin import system permease protein YclO UniProtKB:P94419|PTN001253146 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB P94419 yclO GO:0033214 GO_REF:0000033 IBA PANTHER:PTN001253116|UniProtKB:P15029|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876 P Petrobactin import system permease protein YclO UniProtKB:P94419|PTN001253146 protein NCBITaxon:224308 20230406 GO_Central siderophore-dependent iron import into cell +UniProtKB P94418 yclN GO:0033214 GO_REF:0000033 IBA PANTHER:PTN001253116|UniProtKB:P15029|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876 P Petrobactin import system permease protein YclN UniProtKB:P94418|PTN001253151 protein NCBITaxon:224308 20230406 GO_Central siderophore-dependent iron import into cell +UniProtKB P94418 yclN GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876|UniProtKB:P06609|UniProtKB:P15029 F Petrobactin import system permease protein YclN UniProtKB:P94418|PTN001253151 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB P94417 yclM GO:0009089 GO_REF:0000033 IBA PANTHER:PTN000487132|UniProtKB:P00562|UniProtKB:P9WPX3|UniProtKB:P08660 P Aspartokinase 3 UniProtKB:P94417|PTN000487161 protein NCBITaxon:224308 20181004 GO_Central lysine biosynthetic process via diaminopimelate +UniProtKB P94417 yclM GO:0004072 GO_REF:0000033 IBA PANTHER:PTN000487132|UniProtKB:P00562|TAIR:locus:2174708|UniProtKB:P9WPX3|SGD:S000000854|UniProtKB:P08660|UniProtKB:P94417|TAIR:locus:2078638 F Aspartokinase 3 UniProtKB:P94417|PTN000487161 protein NCBITaxon:224308 20181004 GO_Central aspartate kinase activity +UniProtKB P94417 yclM GO:0009090 GO_REF:0000033 IBA PANTHER:PTN000487132|UniProtKB:P00562|UniProtKB:P08660|SGD:S000000854 P Aspartokinase 3 UniProtKB:P94417|PTN000487161 protein NCBITaxon:224308 20181004 GO_Central homoserine biosynthetic process +UniProtKB P94417 yclM GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000487132|UniProtKB:P00562|UniProtKB:P08660 C Aspartokinase 3 UniProtKB:P94417|PTN000487161 protein NCBITaxon:224308 20181004 GO_Central cytosol +UniProtKB P94414 yclK GO:0007234 GO_REF:0000033 IBA PANTHER:PTN002450928|UniProtKB:Q5AVI3|SGD:S000003996 P Sensor histidine kinase YclK UniProtKB:P94414|PTN000703636 protein NCBITaxon:224308 20200810 GO_Central osmosensory signaling via phosphorelay pathway +UniProtKB P94414 yclK GO:0030295 GO_REF:0000033 IBA PANTHER:PTN002450928|SGD:S000003996 F Sensor histidine kinase YclK UniProtKB:P94414|PTN000703636 protein NCBITaxon:224308 20201206 GO_Central protein kinase activator activity +UniProtKB P94414 yclK GO:0000156 GO_REF:0000033 IBA PANTHER:PTN002450928|SGD:S000003996|CGD:CAL0000190567 F Sensor histidine kinase YclK UniProtKB:P94414|PTN000703636 protein NCBITaxon:224308 20221009 GO_Central phosphorelay response regulator activity +UniProtKB P94413 yclJ GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:Q8EEF6|UniProtKB:P9WGM9|UniProtKB:P9WGL9|UniProtKB:P0AFJ5|UniProtKB:P23890|UniProtKB:P0AFT5|UniProtKB:P37478|UniProtKB:P0AA16|UniProtKB:Q8EHJ3|UniProtKB:P21866|UniProtKB:P44918|UniProtKB:P69228|UniProtKB:P23836|UniProtKB:P0AE88|UniProtKB:P08368|UniProtKB:P0ACZ8|UniProtKB:P38684|UniProtKB:P71814|UniProtKB:P30843|UniProtKB:P9WGM7|UniProtKB:O53830|UniProtKB:P76340|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q9I034 P Uncharacterized transcriptional regulatory protein YclJ UniProtKB:P94413|PTN001568165 protein NCBITaxon:224308 20230604 GO_Central regulation of DNA-templated transcription +UniProtKB P94413 yclJ GO:0032993 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q8EHJ3 C Uncharacterized transcriptional regulatory protein YclJ UniProtKB:P94413|PTN001568165 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex +UniProtKB P94413 yclJ GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:P69228|UniProtKB:P0AE88|UniProtKB:P0A9Q1 C Uncharacterized transcriptional regulatory protein YclJ UniProtKB:P94413|PTN001568165 protein NCBITaxon:224308 20170829 GO_Central cytosol +UniProtKB P94413 yclJ GO:0000156 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O07776|UniProtKB:Q9I2U3|UniProtKB:P38684|UniProtKB:P0A9Q1|UniProtKB:P30843|UniProtKB:P0AA16|UniProtKB:P0AE88 F Uncharacterized transcriptional regulatory protein YclJ UniProtKB:P94413|PTN001568165 protein NCBITaxon:224308 20211113 GO_Central phosphorelay response regulator activity +UniProtKB P94413 yclJ GO:0000976 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P69228|UniProtKB:Q8EE50|UniProtKB:P21866|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P08368|UniProtKB:Q8EHJ3 F Uncharacterized transcriptional regulatory protein YclJ UniProtKB:P94413|PTN001568165 protein NCBITaxon:224308 20211113 GO_Central transcription cis-regulatory region binding +UniProtKB P94412 yclI GO:0022857 GO_REF:0000033 IBA PANTHER:PTN001254814|UniProtKB:P75831|UniProtKB:Q9I190 F Uncharacterized ABC transporter permease YclI UniProtKB:P94412|PTN001577006 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB P94412 yclI GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001254814|UniProtKB:P75831 C Uncharacterized ABC transporter permease YclI UniProtKB:P94412|PTN001577006 protein NCBITaxon:224308 20230111 GO_Central plasma membrane +UniProtKB P94411 yclH GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P0A9R7|UniProtKB:P75957|UniProtKB:P33916|UniProtKB:O34814|UniProtKB:O05779 C Uncharacterized ABC transporter ATP-binding protein YclH UniProtKB:P94411|PTN000656381 protein NCBITaxon:224308 20231109 GO_Central plasma membrane +UniProtKB P94411 yclH GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7 F Uncharacterized ABC transporter ATP-binding protein YclH UniProtKB:P94411|PTN000656381 protein NCBITaxon:224308 20210531 GO_Central transmembrane transporter activity +UniProtKB P94411 yclH GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P33593|UniProtKB:P33916|UniProtKB:P9WQL7 P Uncharacterized ABC transporter ATP-binding protein YclH UniProtKB:P94411|PTN000656381 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport +UniProtKB P94408 yclF GO:0022857 GO_REF:0000033 IBA PANTHER:PTN008522918|CGD:CAL0000200802|TAIR:locus:2196739|TAIR:locus:2085647|TAIR:locus:2206991|FB:FBgn0265575|TAIR:locus:2042937|dictyBase:DDB_G0272550|WB:WBGene00003878|TAIR:locus:2009487|RGD:708469|TAIR:locus:2037452|TAIR:locus:2150124|TAIR:locus:2035005|SGD:S000001801|TAIR:locus:2205719|MGI:MGI:1890457|ZFIN:ZDB-GENE-030131-5866|TAIR:locus:2041125|TAIR:locus:2097910|TAIR:locus:2093442|TAIR:locus:2102689|MGI:MGI:1929691|CGD:CAL0000177961|ZFIN:ZDB-GENE-030131-4661|UniProtKB:P36837|TAIR:locus:2161438|UniProtKB:P46059|PomBase:SPBC13A2.04c|UniProtKB:P39276|TAIR:locus:2030316|WB:WBGene00003877|TAIR:locus:2080235|UniProtKB:Q8N697|RGD:61972|TAIR:locus:2172249|MGI:MGI:2140796|UniProtKB:D2IU94|MGI:MGI:1861376|TAIR:locus:2147499|TAIR:locus:2009472|UniProtKB:Q16348|TAIR:locus:2102659|TAIR:locus:2102679|UniProtKB:P77304|TAIR:locus:2008855|TAIR:locus:2119058|TAIR:locus:2196800|TAIR:locus:2033776|UniProtKB:P75742|UniProtKB:Q8IY34 F Uncharacterized transporter YclF UniProtKB:P94408|PTN000183632 protein NCBITaxon:224308 20231108 GO_Central transmembrane transporter activity +UniProtKB P94408 yclF GO:0055085 GO_REF:0000033 IBA PANTHER:PTN008522918|UniProtKB:P39276|PomBase:SPBC13A2.04c|UniProtKB:P46059|UniProtKB:Q8IY34|UniProtKB:P75742|TAIR:locus:2196800|TAIR:locus:2033776|UniProtKB:P36837|ZFIN:ZDB-GENE-030131-4661|TAIR:locus:2008855|UniProtKB:P77304|TAIR:locus:2102679|TAIR:locus:2093442|TAIR:locus:2102659|UniProtKB:Q16348|TAIR:locus:2009472|MGI:MGI:1861376|MGI:MGI:2140796|MGI:MGI:1890457|TAIR:locus:2205719|TAIR:locus:2035005|RGD:61972|UniProtKB:Q8N697|TAIR:locus:2037452|WB:WBGene00003878|TAIR:locus:2009487|TAIR:locus:2042937|dictyBase:DDB_G0272550|FB:FBgn0265575|TAIR:locus:2206991|TAIR:locus:2085647|TAIR:locus:2030316 P Uncharacterized transporter YclF UniProtKB:P94408|PTN000183632 protein NCBITaxon:224308 20231108 GO_Central transmembrane transport +UniProtKB P94408 yclF GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000183631|UniProtKB:P36837|UniProtKB:P39276|UniProtKB:P77304|UniProtKB:P75742 C Uncharacterized transporter YclF UniProtKB:P94408|PTN000183632 protein NCBITaxon:224308 20230831 GO_Central plasma membrane +UniProtKB P94405 bsdC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000764659|UniProtKB:P0AAB4 C Phenolic acid decarboxylase UniProtKB:P94405|PTN000764660 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P94405 bsdC GO:0008694 GO_REF:0000033 IBA PANTHER:PTN000764659|UniProtKB:P0AAB4 F Phenolic acid decarboxylase UniProtKB:P94405|PTN000764660 protein NCBITaxon:224308 20170228 GO_Central 3-octaprenyl-4-hydroxybenzoate carboxy-lyase activity +UniProtKB P94405 bsdC GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000764648|UniProtKB:P0AAB4 C Phenolic acid decarboxylase UniProtKB:P94405|PTN000764660 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB P94405 bsdC GO:0006744 GO_REF:0000033 IBA PANTHER:PTN000764659|UniProtKB:P0AAB4 P Phenolic acid decarboxylase UniProtKB:P94405|PTN000764660 protein NCBITaxon:224308 20170228 GO_Central ubiquinone biosynthetic process +UniProtKB P94404 bsdB GO:0016831 GO_REF:0000033 IBA PANTHER:PTN000764671|SGD:S000002946 F Probable UbiX-like flavin prenyltransferase UniProtKB:P94404|PTN000764676 protein NCBITaxon:224308 20170228 GO_Central carboxy-lyase activity +UniProtKB P94403 bsdA GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000790637|UniProtKB:P77171|UniProtKB:P0ACQ7 P HTH-type transcriptional regulator BsdA UniProtKB:P94403|PTN001285585 protein NCBITaxon:224308 20200930 GO_Central regulation of DNA-templated transcription +UniProtKB P94403 bsdA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000790637|UniProtKB:P0ACR7 C HTH-type transcriptional regulator BsdA UniProtKB:P94403|PTN001285585 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P20282 rpsM GO:0015935 GO_REF:0000033 IBA PANTHER:PTN000093238|MGI:MGI:98146|UniProtKB:P62272|SGD:S000005025|UniProtKB:P0A7S9|RGD:3595|UniProtKB:P62269 C 30S ribosomal protein S13 UniProtKB:P20282|PTN000093365 protein NCBITaxon:224308 20230405 GO_Central small ribosomal subunit +UniProtKB P20282 rpsM GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000093238|UniProtKB:P62272|MGI:MGI:98146|FB:FBgn0010411|UniProtKB:P62269|RGD:3595|UniProtKB:P0A7S9 C 30S ribosomal protein S13 UniProtKB:P20282|PTN000093365 protein NCBITaxon:224308 20230405 GO_Central cytosol +UniProtKB P15400 sacX GO:0015771 GO_REF:0000033 IBA PANTHER:PTN000765865|UniProtKB:P36672 P Negative regulator of SacY activity UniProtKB:P15400|PTN000765867 protein NCBITaxon:224308 20170228 GO_Central trehalose transport +UniProtKB P15400 sacX GO:0090589 GO_REF:0000033 IBA PANTHER:PTN000765865|UniProtKB:P36672 F Negative regulator of SacY activity UniProtKB:P15400|PTN000765867 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-trehalose phosphotransferase system transporter activity +UniProtKB P15400 sacX GO:0009401 GO_REF:0000033 IBA PANTHER:PTN000765869|UniProtKB:P36672|UniProtKB:P77272 P Negative regulator of SacY activity UniProtKB:P15400|PTN000765867 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB P15400 sacX GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000765869|UniProtKB:P08722|UniProtKB:P77272|UniProtKB:P36672|UniProtKB:P24241 C Negative regulator of SacY activity UniProtKB:P15400|PTN000765867 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P50866 clpX GO:0009376 GO_REF:0000033 IBA PANTHER:PTN000137358|UniProtKB:P0A6H1 C ATP-dependent Clp protease ATP-binding subunit ClpX UniProtKB:P50866|PTN000137359 protein NCBITaxon:224308 20220309 GO_Central HslUV protease complex +UniProtKB P50866 clpX GO:0005524 GO_REF:0000033 IBA PANTHER:PTN008295243|UniProtKB:P0A6H1|UniProtKB:P0A6H5|SGD:S000000431|MGI:MGI:1346017 F ATP-dependent Clp protease ATP-binding subunit ClpX UniProtKB:P50866|PTN000137359 protein NCBITaxon:224308 20220309 GO_Central ATP binding +UniProtKB P50866 clpX GO:0016887 GO_REF:0000033 IBA PANTHER:PTN008295243|UniProtKB:O76031|UniProtKB:P0A6H1|UniProtKB:P0A6H5|MGI:MGI:1346017|SGD:S000000431 F ATP-dependent Clp protease ATP-binding subunit ClpX UniProtKB:P50866|PTN000137359 protein NCBITaxon:224308 20230604 GO_Central ATP hydrolysis activity +UniProtKB P50866 clpX GO:0051301 GO_REF:0000033 IBA PANTHER:PTN000137358|UniProtKB:P9WPB9|UniProtKB:P0A6H1 P ATP-dependent Clp protease ATP-binding subunit ClpX UniProtKB:P50866|PTN000137359 protein NCBITaxon:224308 20170228 GO_Central cell division +UniProtKB P50866 clpX GO:0051603 GO_REF:0000033 IBA PANTHER:PTN008295243|UniProtKB:O76031|FB:FBgn0038745 P ATP-dependent Clp protease ATP-binding subunit ClpX UniProtKB:P50866|PTN000137359 protein NCBITaxon:224308 20220309 GO_Central proteolysis involved in protein catabolic process +UniProtKB P50863 salA GO:0051539 GO_REF:0000033 IBA PANTHER:PTN002452332|UniProtKB:Q8TB37 F Iron-sulfur cluster carrier protein UniProtKB:P50863|PTN000586481 protein NCBITaxon:224308 20170828 GO_Central 4 iron, 4 sulfur cluster binding +UniProtKB P50863 salA GO:0016226 GO_REF:0000033 IBA PANTHER:PTN002452332|TAIR:locus:2087148 P Iron-sulfur cluster carrier protein UniProtKB:P50863|PTN000586481 protein NCBITaxon:224308 20170828 GO_Central iron-sulfur cluster assembly +UniProtKB P50849 pnp GO:0004654 GO_REF:0000033 IBA PANTHER:PTN000134193|TAIR:locus:2222662|RGD:1307987|UniProtKB:Q8TCS8|UniProtKB:P05055|TAIR:locus:2079429 F Polyribonucleotide nucleotidyltransferase UniProtKB:P50849|PTN000134234 protein NCBITaxon:224308 20170428 GO_Central polyribonucleotide nucleotidyltransferase activity +UniProtKB P50849 pnp GO:0006401 GO_REF:0000033 IBA PANTHER:PTN000134193|UniProtKB:Q8TCS8|TAIR:locus:2222662|MGI:MGI:1918951|FB:FBgn0039846|TAIR:locus:2079429 P Polyribonucleotide nucleotidyltransferase UniProtKB:P50849|PTN000134234 protein NCBITaxon:224308 20211110 GO_Central RNA catabolic process +UniProtKB P50849 pnp GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000134193|UniProtKB:P05055|UniProtKB:Q8TCS8 C Polyribonucleotide nucleotidyltransferase UniProtKB:P50849|PTN000134234 protein NCBITaxon:224308 20230405 GO_Central cytosol +UniProtKB P50849 pnp GO:0000175 GO_REF:0000033 IBA PANTHER:PTN000134193|TAIR:locus:2079429|UniProtKB:P05055|UniProtKB:Q8TCS8|TAIR:locus:2222662 F Polyribonucleotide nucleotidyltransferase UniProtKB:P50849|PTN000134234 protein NCBITaxon:224308 20170428 GO_Central 3'-5'-RNA exonuclease activity +UniProtKB P50844 kdgR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P03024|UniProtKB:P0ACI3|UniProtKB:P03023|UniProtKB:P77615|UniProtKB:P0ACN7|UniProtKB:P36673|UniProtKB:P0ACP5|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:Q2G295|UniProtKB:P06846|UniProtKB:P0ACQ0|UniProtKB:Q8EBJ8|UniProtKB:P0ACP7|UniProtKB:P25748|UniProtKB:G3XD97|UniProtKB:Q8P5C9|UniProtKB:P24242 P HTH-type transcriptional regulator KdgR UniProtKB:P50844|PTN000765387 protein NCBITaxon:224308 20230603 GO_Central regulation of DNA-templated transcription +UniProtKB P50844 kdgR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P03023|UniProtKB:P0ACI3|UniProtKB:Q9I1F6|UniProtKB:P25144|UniProtKB:P18811|UniProtKB:P36673|UniProtKB:P24242|UniProtKB:P0ACP7|UniProtKB:Q8EBJ8|UniProtKB:P0ACQ0 F HTH-type transcriptional regulator KdgR UniProtKB:P50844|PTN000765387 protein NCBITaxon:224308 20190822 GO_Central DNA-binding transcription factor activity +UniProtKB P50844 kdgR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN001248758|UniProtKB:P18811|UniProtKB:P25144|UniProtKB:P0ACP1|UniProtKB:P03023|UniProtKB:P0ACQ0|UniProtKB:P77615|UniProtKB:Q8EBJ8|UniProtKB:P0ACN7 F HTH-type transcriptional regulator KdgR UniProtKB:P50844|PTN000765387 protein NCBITaxon:224308 20211112 GO_Central transcription cis-regulatory region binding +UniProtKB P50843 kduI GO:0008697 GO_REF:0000033 IBA PANTHER:PTN002213139|UniProtKB:Q46938 F 4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase UniProtKB:P50843|PTN002213143 protein NCBITaxon:224308 20170831 GO_Central 4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase activity +UniProtKB P50843 kduI GO:0042840 GO_REF:0000033 IBA PANTHER:PTN002213139|UniProtKB:Q46938 P 4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase UniProtKB:P50843|PTN002213143 protein NCBITaxon:224308 20170831 GO_Central D-glucuronate catabolic process +UniProtKB P50843 kduI GO:0019698 GO_REF:0000033 IBA PANTHER:PTN002213139|UniProtKB:Q46938 P 4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase UniProtKB:P50843|PTN002213143 protein NCBITaxon:224308 20170831 GO_Central D-galacturonate catabolic process +UniProtKB P50843 kduI GO:0046872 GO_REF:0000033 IBA PANTHER:PTN002213139|UniProtKB:Q46938 F 4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase UniProtKB:P50843|PTN002213143 protein NCBITaxon:224308 20211112 GO_Central metal ion binding +UniProtKB P50842 kduD GO:0016616 GO_REF:0000033 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:Q8N4T8|UniProtKB:P0AEK2|UniProtKB:O54438|SGD:S000001538|UniProtKB:P0AG84|UniProtKB:Q8I2S7|TAIR:locus:2024021|UniProtKB:P9WGT1|CGD:CAL0000174204|UniProtKB:P37769|UniProtKB:Q92506|UniProtKB:P05707 F 2-dehydro-3-deoxy-D-gluconate 5-dehydrogenase UniProtKB:P50842|PTN001213111 protein NCBITaxon:224308 20230111 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB P50831 ypvA GO:0003678 GO_REF:0000033 IBA PANTHER:PTN000158192|SGD:S000005929|UniProtKB:Q9NZ71|CGD:CAL0000192893|UniProtKB:Q8I2H7|MGI:MGI:2139369|UniProtKB:Q96FC9|SGD:S000000973|UniProtKB:P27296|UniProtKB:Q9BX63|UniProtKB:P18074 F Probable ATP-dependent helicase YpvA UniProtKB:P50831|PTN000158445 protein NCBITaxon:224308 20230110 GO_Central DNA helicase activity +UniProtKB P50830 yprA GO:0006289 GO_REF:0000033 IBA PANTHER:PTN002773651|PomBase:SPAC23A1.19c|SGD:S000002699 P Uncharacterized ATP-dependent helicase YprA UniProtKB:P50830|PTN002773652 protein NCBITaxon:224308 20190430 GO_Central nucleotide-excision repair +UniProtKB P50830 yprA GO:0043138 GO_REF:0000033 IBA PANTHER:PTN002773651|PomBase:SPAC23A1.19c|SGD:S000002699 F Uncharacterized ATP-dependent helicase YprA UniProtKB:P50830|PTN002773652 protein NCBITaxon:224308 20221130 GO_Central 3'-5' DNA helicase activity +UniProtKB P50830 yprA GO:0036297 GO_REF:0000033 IBA PANTHER:PTN002773651|UniProtKB:A0A1P8BBA5|PomBase:SPAC23A1.19c|SGD:S000002699 P Uncharacterized ATP-dependent helicase YprA UniProtKB:P50830|PTN002773652 protein NCBITaxon:224308 20221130 GO_Central interstrand cross-link repair +UniProtKB P50829 ypqE GO:0016301 GO_REF:0000033 IBA PANTHER:PTN002553439|UniProtKB:P69783 F Putative phosphotransferase enzyme IIA component YpqE UniProtKB:P50829|PTN002553450 protein NCBITaxon:224308 20180202 GO_Central kinase activity +UniProtKB P50829 ypqE GO:0009401 GO_REF:0000033 IBA PANTHER:PTN002553439|UniProtKB:P69783 P Putative phosphotransferase enzyme IIA component YpqE UniProtKB:P50829|PTN002553450 protein NCBITaxon:224308 20180202 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB P50743 der GO:0043022 GO_REF:0000033 IBA PANTHER:PTN000182950|UniProtKB:P0A6P5 F GTPase Der UniProtKB:P50743|PTN000182951 protein NCBITaxon:224308 20230407 GO_Central ribosome binding +UniProtKB P50743 der GO:0000027 GO_REF:0000033 IBA PANTHER:PTN000182950|UniProtKB:P0A6P5 P GTPase Der UniProtKB:P50743|PTN000182951 protein NCBITaxon:224308 20170228 GO_Central ribosomal large subunit assembly +UniProtKB P50736 ypdA GO:0004497 GO_REF:0000033 IBA PANTHER:PTN002461028|UniProtKB:Q8PDQ6|UniProtKB:P9WKF7|UniProtKB:Q10RE2|UniProtKB:A0A0P0V5U9|UniProtKB:Q9LG41|SGD:S000001219|FB:FBgn0034943|TAIR:locus:2117783 F Uncharacterized protein YpdA UniProtKB:P50736|PTN000546053 protein NCBITaxon:224308 20221009 GO_Central monooxygenase activity +UniProtKB P50736 ypdA GO:0050660 GO_REF:0000033 IBA PANTHER:PTN002461028|UniProtKB:Q8IWF2|UniProtKB:Q8PDQ6 F Uncharacterized protein YpdA UniProtKB:P50736|PTN000546053 protein NCBITaxon:224308 20221009 GO_Central flavin adenine dinucleotide binding +UniProtKB P50733 ypbG GO:0009245 GO_REF:0000033 IBA PANTHER:PTN000769845|UniProtKB:O84467 P Uncharacterized protein YpbG UniProtKB:P50733|PTN001262829 protein NCBITaxon:224308 20171130 GO_Central lipid A biosynthetic process +UniProtKB P50733 ypbG GO:0008758 GO_REF:0000033 IBA PANTHER:PTN000769845|UniProtKB:O84467 F Uncharacterized protein YpbG UniProtKB:P50733|PTN001262829 protein NCBITaxon:224308 20171130 GO_Central UDP-2,3-diacylglucosamine hydrolase activity +UniProtKB P50731 ypbE GO:0008932 GO_REF:0000033 IBA PANTHER:PTN008659194|UniProtKB:P0AEZ7 F Uncharacterized protein YpbE UniProtKB:P50731|PTN008659209 protein NCBITaxon:224308 20171201 GO_Central lytic endotransglycosylase activity +UniProtKB P50729 recS GO:0030894 GO_REF:0000033 IBA PANTHER:PTN000345099|UniProtKB:P15043 C Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20180411 GO_Central replisome +UniProtKB P50729 recS GO:0032508 GO_REF:0000033 IBA PANTHER:PTN000344873|FB:FBgn0002906|UniProtKB:P54132|UniProtKB:Q9I920|SGD:S000004802|FB:FBgn0040290|UniProtKB:Q8ILG5|TAIR:locus:2127998|TAIR:locus:2180255|UniProtKB:O94761|UniProtKB:Q14191|UniProtKB:Q8I2W7|TAIR:locus:2197555 P Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20230110 GO_Central DNA duplex unwinding +UniProtKB P50729 recS GO:0006281 GO_REF:0000033 IBA PANTHER:PTN000344873|TAIR:locus:2180255|UniProtKB:P15043|PomBase:SPAC2G11.12|UniProtKB:Q14191|UniProtKB:Q8I2W7|UniProtKB:O94762|WB:WBGene00001865|FB:FBgn0040290|MGI:MGI:2156841|SGD:S000004802|FB:FBgn0002906|UniProtKB:P54132|FB:FBgn0027375|UniProtKB:Q8ILG5|MGI:MGI:1328362|TAIR:locus:2197394 P Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20230110 GO_Central DNA repair +UniProtKB P50729 recS GO:0005694 GO_REF:0000033 IBA PANTHER:PTN000344873|FB:FBgn0040290|SGD:S000004802|PomBase:SPBCPT2R1.08c|UniProtKB:P54132|WB:WBGene00006944|UniProtKB:Q8ILG5|MGI:MGI:1328362|UniProtKB:P15043|PomBase:SPAC2G11.12|PomBase:SPAC212.11|UniProtKB:O94762|UniProtKB:O94761|WB:WBGene00001865|UniProtKB:Q14191|MGI:MGI:109635 C Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20231109 GO_Central chromosome +UniProtKB P50729 recS GO:0043138 GO_REF:0000033 IBA PANTHER:PTN000344873|MGI:MGI:1328362|TAIR:locus:2197394|FB:FBgn0040290|SGD:S000004802|WB:WBGene00006944|FB:FBgn0002906|TAIR:locus:2197555|UniProtKB:O34748|UniProtKB:Q8I2W7|UniProtKB:Q14191|WB:WBGene00001865|TAIR:locus:2180255|UniProtKB:P46063|PomBase:SPAC2G11.12 F Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20230110 GO_Central 3'-5' DNA helicase activity +UniProtKB P50729 recS GO:0009378 GO_REF:0000033 IBA PANTHER:PTN000344873|TAIR:locus:2127998|TAIR:locus:2197555|UniProtKB:P54132|UniProtKB:Q14191 F Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20170228 GO_Central four-way junction helicase activity +UniProtKB P50729 recS GO:0043590 GO_REF:0000033 IBA PANTHER:PTN000345099|UniProtKB:P15043|UniProtKB:O34748 C Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20180411 GO_Central bacterial nucleoid +UniProtKB P50729 recS GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000344873|MGI:MGI:1328362|UniProtKB:Q8I2W7|UniProtKB:O94762|UniProtKB:Q57TU4|FB:FBgn0040290|UniProtKB:P15043|UniProtKB:P54132 C Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20230110 GO_Central cytoplasm +UniProtKB P50729 recS GO:0006310 GO_REF:0000033 IBA PANTHER:PTN000344873|PomBase:SPBCPT2R1.08c|FB:FBgn0002906|UniProtKB:P54132|MGI:MGI:2156841|SGD:S000004802|MGI:MGI:1328362|UniProtKB:Q8ILG5|TAIR:locus:2197394|TAIR:locus:2206031|TAIR:locus:2127998|PomBase:SPAC2G11.12|UniProtKB:P15043|WB:WBGene00001865|PomBase:SPAC212.11 P Probable ATP-dependent DNA helicase RecS UniProtKB:P50729|PTN000345176 protein NCBITaxon:224308 20230110 GO_Central DNA recombination +UniProtKB P50726 fmnP GO:0032217 GO_REF:0000033 IBA PANTHER:PTN002212855|UniProtKB:Q9X1G6 F Riboflavin transporter FmnP UniProtKB:P50726|PTN002212866 protein NCBITaxon:224308 20170228 GO_Central riboflavin transmembrane transporter activity +UniProtKB P50726 fmnP GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002212855|UniProtKB:Q9X1G6 C Riboflavin transporter FmnP UniProtKB:P50726|PTN002212866 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P50726 fmnP GO:0032218 GO_REF:0000033 IBA PANTHER:PTN002212855|UniProtKB:Q9X1G6 P Riboflavin transporter FmnP UniProtKB:P50726|PTN002212866 protein NCBITaxon:224308 20201001 GO_Central riboflavin transport +UniProtKB P50620 nrdE GO:0009263 GO_REF:0000033 IBA PANTHER:PTN000171388|UniProtKB:P23921|SGD:S000001328|UniProtKB:P39452|dictyBase:DDB_G0284071|UniProtKB:P9WH75|PomBase:SPAC1F7.05|UniProtKB:P00452|SGD:S000000872|MGI:MGI:98180 P Ribonucleoside-diphosphate reductase subunit alpha UniProtKB:P50620|PTN000171463 protein NCBITaxon:224308 20230405 GO_Central deoxyribonucleotide biosynthetic process +UniProtKB P50620 nrdE GO:0005971 GO_REF:0000033 IBA PANTHER:PTN000171388|UniProtKB:P00452|MGI:MGI:98180|SGD:S000000872|UniProtKB:P9WH75|PomBase:SPAC1F7.05|dictyBase:DDB_G0284071|UniProtKB:Q9I4I1|UniProtKB:P39452|UniProtKB:P23921 C Ribonucleoside-diphosphate reductase subunit alpha UniProtKB:P50620|PTN000171463 protein NCBITaxon:224308 20211215 GO_Central ribonucleoside-diphosphate reductase complex +UniProtKB P50620 nrdE GO:0004748 GO_REF:0000033 IBA PANTHER:PTN000171388|UniProtKB:P9WH75|PomBase:SPAC1F7.05|UniProtKB:P50620|dictyBase:DDB_G0284071 F Ribonucleoside-diphosphate reductase subunit alpha UniProtKB:P50620|PTN000171463 protein NCBITaxon:224308 20200929 GO_Central ribonucleoside-diphosphate reductase activity, thioredoxin disulfide as acceptor +UniProtKB P50620 nrdE GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000171388|UniProtKB:P00452|UniProtKB:P9WH75 F Ribonucleoside-diphosphate reductase subunit alpha UniProtKB:P50620|PTN000171463 protein NCBITaxon:224308 20200709 GO_Central ATP binding +UniProtKB P50618 nrdI GO:0010181 GO_REF:0000033 IBA PANTHER:PTN002203478|UniProtKB:P0A772 F Protein NrdI UniProtKB:P50618|PTN002203488 protein NCBITaxon:224308 20170228 GO_Central FMN binding +UniProtKB O34421 yngJ GO:0033539 GO_REF:0000033 IBA PANTHER:PTN002535634|UniProtKB:P11310|RGD:2012|UniProtKB:Q709F0|RGD:2011|UniProtKB:Q47146|MGI:MGI:87866|MGI:MGI:87867 P Probable acyl-CoA dehydrogenase YngJ UniProtKB:O34421|PTN000097909 protein NCBITaxon:224308 20220309 GO_Central fatty acid beta-oxidation using acyl-CoA dehydrogenase +UniProtKB O34421 yngJ GO:0005737 GO_REF:0000033 IBA PANTHER:PTN002535634|RGD:1306270|UniProtKB:Q709F0|UniProtKB:P11310|FB:FBgn0035811|RGD:2012|MGI:MGI:87867|FB:FBgn0086712|MGI:MGI:87866|RGD:2011|UniProtKB:Q47146 C Probable acyl-CoA dehydrogenase YngJ UniProtKB:O34421|PTN000097909 protein NCBITaxon:224308 20230604 GO_Central cytoplasm +UniProtKB O34421 yngJ GO:0003995 GO_REF:0000033 IBA PANTHER:PTN002535634|UniProtKB:Q709F0|RGD:2012|TAIR:locus:2083328|UniProtKB:P11310|FB:FBgn0035811|UniProtKB:P9WQG3|MGI:MGI:87867|UniProtKB:Q47146|RGD:2011|MGI:MGI:87866 F Probable acyl-CoA dehydrogenase YngJ UniProtKB:O34421|PTN000097909 protein NCBITaxon:224308 20220309 GO_Central acyl-CoA dehydrogenase activity +UniProtKB O34425 gapB GO:0006006 GO_REF:0000033 IBA PANTHER:PTN001652504|UniProtKB:P0A9B6|UniProtKB:O34425 P Glyceraldehyde-3-phosphate dehydrogenase 2 UniProtKB:O34425|PTN000089738 protein NCBITaxon:224308 20170421 GO_Central glucose metabolic process +UniProtKB O34425 gapB GO:0051287 GO_REF:0000033 IBA PANTHER:PTN001652504|UniProtKB:P09124|UniProtKB:P0A9B6|UniProtKB:P17721|UniProtKB:P9WN83 F Glyceraldehyde-3-phosphate dehydrogenase 2 UniProtKB:O34425|PTN000089738 protein NCBITaxon:224308 20170421 GO_Central NAD binding +UniProtKB O34425 gapB GO:0004365 GO_REF:0000033 IBA PANTHER:PTN001652504|UniProtKB:P9WN83|UniProtKB:P47543|UniProtKB:P09124|UniProtKB:P0A9B6 F Glyceraldehyde-3-phosphate dehydrogenase 2 UniProtKB:O34425|PTN000089738 protein NCBITaxon:224308 20170421 GO_Central glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity +UniProtKB O34431 yloB GO:0034220 GO_REF:0000033 IBA PANTHER:PTN001943383|TAIR:locus:2044450|UniProtKB:Q4WWZ4|PomBase:SPBC31E1.02c|RGD:621293|UniProtKB:Q93084|TAIR:locus:2165600|UniProtKB:P19456|MGI:MGI:88110|PomBase:SPBC839.06|SGD:S000002976|SGD:S000005957|RGD:2175|UniProtKB:Q7XB51|FB:FBgn0263006|UniProtKB:P16615|RGD:2174|PomBase:SPAC1071.10c P Calcium-transporting ATPase UniProtKB:O34431|PTN000643765 protein NCBITaxon:224308 20231109 GO_Central monoatomic ion transmembrane transport +UniProtKB O34431 yloB GO:0015662 GO_REF:0000033 IBA PANTHER:PTN001943383|CGD:CAL0000187161|TAIR:locus:2026580|PomBase:SPBC839.06|MGI:MGI:88110|UniProtKB:P19456|FB:FBgn0263006|TAIR:locus:2201916|PomBase:SPAC1071.10c|WB:WBGene00004063|RGD:2174|TAIR:locus:2044450|RGD:621311|SGD:S000002447|SGD:S000002446|UniProtKB:P98194|UniProtKB:O75185|PomBase:SPCC1020.01c|UniProtKB:P16615|UniProtKB:Q7XB51|SGD:S000002976|UniProtKB:O14983|SGD:S000005957|WB:WBGene00004736|RGD:2175|SGD:S000003135|dictyBase:DDB_G0282817|UniProtKB:Q93084|RGD:621293|TAIR:locus:2165600|TAIR:locus:2020372 F Calcium-transporting ATPase UniProtKB:O34431|PTN000643765 protein NCBITaxon:224308 20231109 GO_Central P-type ion transporter activity +UniProtKB O34443 apt GO:0003999 GO_REF:0000033 IBA PANTHER:PTN000206807|TAIR:locus:2127480|TAIR:locus:2147967|TAIR:locus:2016309|UniProtKB:P31166|UniProtKB:P69503|TAIR:locus:2135550 F Adenine phosphoribosyltransferase UniProtKB:O34443|PTN000206890 protein NCBITaxon:224308 20200808 GO_Central adenine phosphoribosyltransferase activity +UniProtKB O34319 ykcC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000092551|UniProtKB:P77293|UniProtKB:P77757 C Uncharacterized glycosyltransferase YkcC UniProtKB:O34319|PTN000092563 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O34325 ytrP GO:1902201 GO_REF:0000033 IBA PANTHER:PTN002895351|UniProtKB:P46139|UniProtKB:P76330|UniProtKB:P76236|UniProtKB:P76237 P Uncharacterized protein YtrP UniProtKB:O34325|PTN002895403 protein NCBITaxon:224308 20180209 GO_Central negative regulation of bacterial-type flagellum-dependent cell motility +UniProtKB O34325 ytrP GO:0052621 GO_REF:0000033 IBA PANTHER:PTN002895344|UniProtKB:P31129|UniProtKB:P76245|UniProtKB:Q9HXT9|UniProtKB:P76330|UniProtKB:Q9HZ57|UniProtKB:Q9HZX6|UniProtKB:Q9HT84|UniProtKB:Q9HUW7|UniProtKB:P0AA89|UniProtKB:P46139|UniProtKB:Q9HYQ2|UniProtKB:Q9I4M8|UniProtKB:Q9HW69|UniProtKB:P77302|UniProtKB:P0AAP1 F Uncharacterized protein YtrP UniProtKB:O34325|PTN002895403 protein NCBITaxon:224308 20221009 GO_Central diguanylate cyclase activity +UniProtKB O34325 ytrP GO:0043709 GO_REF:0000033 IBA PANTHER:PTN002895351|UniProtKB:P31129 P Uncharacterized protein YtrP UniProtKB:O34325|PTN002895403 protein NCBITaxon:224308 20180209 GO_Central cell adhesion involved in single-species biofilm formation +UniProtKB O34325 ytrP GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002895351|UniProtKB:P76237|UniProtKB:P76236|UniProtKB:P76330|UniProtKB:P76147|UniProtKB:P75801|UniProtKB:P46139 C Uncharacterized protein YtrP UniProtKB:O34325|PTN002895403 protein NCBITaxon:224308 20180209 GO_Central plasma membrane +UniProtKB O34340 fabF GO:0006633 GO_REF:0000033 IBA PANTHER:PTN000918584|UniProtKB:Q9I3B2|TAIR:locus:2027252|UniProtKB:P9WQD7|UniProtKB:P0A953|UniProtKB:P0AAI5|UniProtKB:Q9NWU1|UniProtKB:P9WQD9 P 3-oxoacyl-[acyl-carrier-protein] synthase 2 UniProtKB:O34340|PTN000196486 protein NCBITaxon:224308 20230405 GO_Central fatty acid biosynthetic process +UniProtKB O34340 fabF GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000196483|UniProtKB:P0A953|UniProtKB:P9WQD9 C 3-oxoacyl-[acyl-carrier-protein] synthase 2 UniProtKB:O34340|PTN000196486 protein NCBITaxon:224308 20211110 GO_Central cytosol +UniProtKB O34340 fabF GO:0004315 GO_REF:0000033 IBA PANTHER:PTN000918584|UniProtKB:P9WQD7|TAIR:locus:2027252|UniProtKB:P9WQD9|UniProtKB:Q9NWU1|UniProtKB:P0AAI5|UniProtKB:P0A953 F 3-oxoacyl-[acyl-carrier-protein] synthase 2 UniProtKB:O34340|PTN000196486 protein NCBITaxon:224308 20181220 GO_Central 3-oxoacyl-[acyl-carrier-protein] synthase activity +UniProtKB O34932 coaE GO:0015937 GO_REF:0000033 IBA PANTHER:PTN000075336|SGD:S000002604|SGD:S000003509|UniProtKB:P0A6I9|UniProtKB:P9WPA3|MGI:MGI:1918993|TAIR:locus:2038663|UniProtKB:Q13057|TAIR:locus:2062165|UniProtKB:Q8IL34 P Dephospho-CoA kinase UniProtKB:O34932|PTN000075451 protein NCBITaxon:224308 20230109 GO_Central coenzyme A biosynthetic process +UniProtKB O34932 coaE GO:0004140 GO_REF:0000033 IBA PANTHER:PTN000075336|TAIR:locus:2038663|UniProtKB:Q8MIR4|UniProtKB:Q13057|UniProtKB:Q8IL34|UniProtKB:Q8WVC6|UniProtKB:P0A6I9|UniProtKB:P9WPA3|MGI:MGI:1918993 F Dephospho-CoA kinase UniProtKB:O34932|PTN000075451 protein NCBITaxon:224308 20231108 GO_Central dephospho-CoA kinase activity +UniProtKB O34944 ytjP GO:0008777 GO_REF:0000033 IBA PANTHER:PTN000865743|UniProtKB:P23908 F Putative dipeptidase YtjP UniProtKB:O34944|PTN000110822 protein NCBITaxon:224308 20170228 GO_Central acetylornithine deacetylase activity +UniProtKB O34944 ytjP GO:0006526 GO_REF:0000033 IBA PANTHER:PTN000865743|UniProtKB:P23908 P Putative dipeptidase YtjP UniProtKB:O34944|PTN000110822 protein NCBITaxon:224308 20170228 GO_Central arginine biosynthetic process +UniProtKB O34951 bceR GO:0000156 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O07776|UniProtKB:Q9I2U3|UniProtKB:P38684|UniProtKB:P0A9Q1|UniProtKB:P30843|UniProtKB:P0AA16|UniProtKB:P0AE88 F Sensory transduction protein BceR UniProtKB:O34951|PTN000703800 protein NCBITaxon:224308 20211113 GO_Central phosphorelay response regulator activity +UniProtKB O34951 bceR GO:0000976 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P69228|UniProtKB:Q8EE50|UniProtKB:P21866|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P08368|UniProtKB:Q8EHJ3 F Sensory transduction protein BceR UniProtKB:O34951|PTN000703800 protein NCBITaxon:224308 20211113 GO_Central transcription cis-regulatory region binding +UniProtKB O34951 bceR GO:0032993 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q8EHJ3 C Sensory transduction protein BceR UniProtKB:O34951|PTN000703800 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex +UniProtKB O34951 bceR GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:P69228|UniProtKB:P0AE88|UniProtKB:P0A9Q1 C Sensory transduction protein BceR UniProtKB:O34951|PTN000703800 protein NCBITaxon:224308 20170829 GO_Central cytosol +UniProtKB O34951 bceR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:Q8EEF6|UniProtKB:P9WGM9|UniProtKB:P9WGL9|UniProtKB:P0AFJ5|UniProtKB:P23890|UniProtKB:P0AFT5|UniProtKB:P37478|UniProtKB:P0AA16|UniProtKB:Q8EHJ3|UniProtKB:P21866|UniProtKB:P44918|UniProtKB:P69228|UniProtKB:P23836|UniProtKB:P0AE88|UniProtKB:P08368|UniProtKB:P0ACZ8|UniProtKB:P38684|UniProtKB:P71814|UniProtKB:P30843|UniProtKB:P9WGM7|UniProtKB:O53830|UniProtKB:P76340|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q9I034 P Sensory transduction protein BceR UniProtKB:O34951|PTN000703800 protein NCBITaxon:224308 20230604 GO_Central regulation of DNA-templated transcription +UniProtKB O34991 ytvI GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000496647|UniProtKB:P0AFS5 P Putative transport protein YtvI UniProtKB:O34991|PTN000496700 protein NCBITaxon:224308 20170228 GO_Central transmembrane transport +UniProtKB O34507 prkC GO:0018105 GO_REF:0000033 IBA PANTHER:PTN001981567|UniProtKB:P9WI69|UniProtKB:Q9HC98 P Serine/threonine-protein kinase PrkC UniProtKB:O34507|PTN000687174 protein NCBITaxon:224308 20220223 GO_Central peptidyl-serine phosphorylation +UniProtKB O34507 prkC GO:0004674 GO_REF:0000033 IBA PANTHER:PTN001981567|UniProtKB:Q9HC98|UniProtKB:Q8I629|UniProtKB:P9WI75|UniProtKB:P9WI83|UniProtKB:P9WI67|UniProtKB:O34507|MGI:MGI:1289156|UniProtKB:P9WI77|UniProtKB:Q9NYL2|UniProtKB:P9WI79|UniProtKB:Q9I758|UniProtKB:P9WI81|UniProtKB:P9WI65|UniProtKB:Q8TDX7|RGD:1311160|UniProtKB:P9WI71 F Serine/threonine-protein kinase PrkC UniProtKB:O34507|PTN000687174 protein NCBITaxon:224308 20231109 GO_Central protein serine/threonine kinase activity +UniProtKB O34580 pcrA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000869814|UniProtKB:P03018|UniProtKB:P15038 C ATP-dependent DNA helicase PcrA UniProtKB:O34580|PTN000116200 protein NCBITaxon:224308 20181129 GO_Central cytosol +UniProtKB O34580 pcrA GO:0033202 GO_REF:0000033 IBA PANTHER:PTN000116196|UniProtKB:P9WMQ1|UniProtKB:P03018 C ATP-dependent DNA helicase PcrA UniProtKB:O34580|PTN000116200 protein NCBITaxon:224308 20230405 GO_Central DNA helicase complex +UniProtKB O34580 pcrA GO:0000725 GO_REF:0000033 IBA PANTHER:PTN000116141|UniProtKB:F1ND48|PomBase:SPAC4H3.05|UniProtKB:P08394|PomBase:SPBC336.01 P ATP-dependent DNA helicase PcrA UniProtKB:O34580|PTN000116200 protein NCBITaxon:224308 20230405 GO_Central recombinational repair +UniProtKB O34580 pcrA GO:0043138 GO_REF:0000033 IBA PANTHER:PTN000116141|UniProtKB:Q8I3W6|CGD:CAL0000191199|UniProtKB:P15038|UniProtKB:Q8NFZ0|TAIR:locus:2117303|SGD:S000003628|UniProtKB:P9WMQ1|SGD:S000005455|PomBase:SPBC336.01 F ATP-dependent DNA helicase PcrA UniProtKB:O34580|PTN000116200 protein NCBITaxon:224308 20230110 GO_Central 3'-5' DNA helicase activity +UniProtKB O34640 yerI GO:0009088 GO_REF:0000033 IBA PANTHER:PTN001464661|UniProtKB:P29364 P Uncharacterized protein YerI UniProtKB:O34640|PTN001464653 protein NCBITaxon:224308 20170413 GO_Central threonine biosynthetic process +UniProtKB O34640 yerI GO:0004413 GO_REF:0000033 IBA PANTHER:PTN001464661|UniProtKB:P29364 F Uncharacterized protein YerI UniProtKB:O34640|PTN001464653 protein NCBITaxon:224308 20170413 GO_Central homoserine kinase activity +UniProtKB P16645 hemX GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001247822|UniProtKB:P0ABM1 C Protein HemX UniProtKB:P16645|PTN001574994 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O05240 yugK GO:1990002 GO_REF:0000033 IBA PANTHER:PTN001691433|UniProtKB:Q46856 F Probable NADH-dependent butanol dehydrogenase 2 UniProtKB:O05240|PTN000161128 protein NCBITaxon:224308 20170228 GO_Central methylglyoxal reductase (NADPH-dependent, acetol producing) +UniProtKB O05240 yugK GO:0018455 GO_REF:0000033 IBA PANTHER:PTN001691433|UniProtKB:Q46856 F Probable NADH-dependent butanol dehydrogenase 2 UniProtKB:O05240|PTN000161128 protein NCBITaxon:224308 20170228 GO_Central alcohol dehydrogenase [NAD(P)+] activity +UniProtKB O05240 yugK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001691433|UniProtKB:Q46856 C Probable NADH-dependent butanol dehydrogenase 2 UniProtKB:O05240|PTN000161128 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB O05240 yugK GO:0008106 GO_REF:0000033 IBA PANTHER:PTN001691433|UniProtKB:Q46856 F Probable NADH-dependent butanol dehydrogenase 2 UniProtKB:O05240|PTN000161128 protein NCBITaxon:224308 20170228 GO_Central alcohol dehydrogenase (NADP+) activity +UniProtKB O05262 rhaB GO:0004370 GO_REF:0000033 IBA PANTHER:PTN000023392|SGD:S000001024|FB:FBgn0035266|UniProtKB:Q5B1J1|TAIR:locus:2198928|UniProtKB:P32189|MGI:MGI:106594|FB:FBgn0025592|UniProtKB:P0A6F3 F Rhamnulokinase UniProtKB:O05262|PTN000023531 protein NCBITaxon:224308 20220314 GO_Central glycerol kinase activity +UniProtKB O05262 rhaB GO:0016310 GO_REF:0000033 IBA PANTHER:PTN000023392|UniProtKB:P0A6F3|UniProtKB:Q9UHJ6|MGI:MGI:1921887|FB:FBgn0035266 P Rhamnulokinase UniProtKB:O05262|PTN000023531 protein NCBITaxon:224308 20220314 GO_Central phosphorylation +UniProtKB O05262 rhaB GO:0019301 GO_REF:0000033 IBA PANTHER:PTN000023530|UniProtKB:P32171 P Rhamnulokinase UniProtKB:O05262|PTN000023531 protein NCBITaxon:224308 20170228 GO_Central rhamnose catabolic process +UniProtKB O05262 rhaB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000023392|MGI:MGI:106594|UniProtKB:P0A6F3|TAIR:locus:2168902 C Rhamnulokinase UniProtKB:O05262|PTN000023531 protein NCBITaxon:224308 20230405 GO_Central cytosol +UniProtKB O05262 rhaB GO:0006071 GO_REF:0000033 IBA PANTHER:PTN000023392|MGI:MGI:106594|UniProtKB:P0A6F3|UniProtKB:Q5B1J1|SGD:S000001024|TAIR:locus:2198928|UniProtKB:P32189 P Rhamnulokinase UniProtKB:O05262|PTN000023531 protein NCBITaxon:224308 20220314 GO_Central glycerol metabolic process +UniProtKB O05264 rhaA GO:0019324 GO_REF:0000033 IBA PANTHER:PTN000767465|UniProtKB:P32170 P L-rhamnose isomerase UniProtKB:O05264|PTN000767466 protein NCBITaxon:224308 20170228 GO_Central L-lyxose metabolic process +UniProtKB O05264 rhaA GO:0019301 GO_REF:0000033 IBA PANTHER:PTN000767465|UniProtKB:P32170 P L-rhamnose isomerase UniProtKB:O05264|PTN000767466 protein NCBITaxon:224308 20170228 GO_Central rhamnose catabolic process +UniProtKB O05264 rhaA GO:0008740 GO_REF:0000033 IBA PANTHER:PTN000767465|UniProtKB:P32170 F L-rhamnose isomerase UniProtKB:O05264|PTN000767466 protein NCBITaxon:224308 20170228 GO_Central L-rhamnose isomerase activity +UniProtKB O05268 yumC GO:0045454 GO_REF:0000033 IBA PANTHER:PTN005133404|TAIR:locus:2062683|CGD:CAL0000184081|UniProtKB:P9WHH1|TAIR:locus:2117612|UniProtKB:Q9NNW7|SGD:S000002761|UniProtKB:Q39242|dictyBase:DDB_G0280815|FB:FBgn0020653 P Ferredoxin--NADP reductase 2 UniProtKB:O05268|PTN000530704 protein NCBITaxon:224308 20220309 GO_Central cell redox homeostasis +UniProtKB O05268 yumC GO:0004791 GO_REF:0000033 IBA PANTHER:PTN005133404|FB:FBgn0020653|WB:WBGene00014028|dictyBase:DDB_G0280815|UniProtKB:Q39242|RGD:61960|SGD:S000001148|MGI:MGI:1354175|UniProtKB:Q16881|FB:FBgn0037170|PomBase:SPBC3F6.03|SGD:S000002761|UniProtKB:P0A9P4|MGI:MGI:2386711|UniProtKB:C8V4E8|TAIR:locus:2117612|RGD:61959|UniProtKB:P9WHH1|CGD:CAL0000184081|UniProtKB:Q70G58|UniProtKB:Q9N2I8|TAIR:locus:2062683 F Ferredoxin--NADP reductase 2 UniProtKB:O05268|PTN000530704 protein NCBITaxon:224308 20220926 GO_Central thioredoxin-disulfide reductase (NADP) activity +UniProtKB P46899 rplR GO:0008097 GO_REF:0000033 IBA PANTHER:PTN000307352|UniProtKB:Q9H0U6|UniProtKB:P0C018 F 50S ribosomal protein L18 UniProtKB:P46899|PTN000984976 protein NCBITaxon:224308 20170228 GO_Central 5S rRNA binding +UniProtKB P46899 rplR GO:0022625 GO_REF:0000033 IBA PANTHER:PTN008543881|UniProtKB:P0C018 C 50S ribosomal protein L18 UniProtKB:P46899|PTN000984976 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P46914 cotS GO:0042601 GO_REF:0000033 IBA PANTHER:PTN002216705|UniProtKB:O32123 C Spore coat protein S UniProtKB:P46914|PTN002216717 protein NCBITaxon:224308 20170906 GO_Central endospore-forming forespore +UniProtKB P46917 ggaA GO:0016757 GO_REF:0000033 IBA PANTHER:PTN000531320|UniProtKB:P9WMX7|UniProtKB:O31986|UniProtKB:Q9HUG5|UniProtKB:P26401|UniProtKB:P77414|UniProtKB:Q9I4V9|UniProtKB:Q9I5M1 F Minor teichoic acid biosynthesis protein GgaA UniProtKB:P46917|PTN000531250 protein NCBITaxon:224308 20221008 GO_Central glycosyltransferase activity +UniProtKB P46919 gpsA GO:0006072 GO_REF:0000033 IBA PANTHER:PTN000198006|UniProtKB:Q57YW0|RGD:621381|MGI:MGI:95679|TAIR:locus:2168758 P Glycerol-3-phosphate dehydrogenase [NAD(P)+] UniProtKB:P46919|PTN000198135 protein NCBITaxon:224308 20230110 GO_Central glycerol-3-phosphate metabolic process +UniProtKB P46919 gpsA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000198006|UniProtKB:P0A6S7|SGD:S000002180|FB:FBgn0001128|MGI:MGI:95679|TAIR:locus:2062734 C Glycerol-3-phosphate dehydrogenase [NAD(P)+] UniProtKB:P46919|PTN000198135 protein NCBITaxon:224308 20231108 GO_Central cytosol +UniProtKB P46919 gpsA GO:0047952 GO_REF:0000033 IBA PANTHER:PTN000198134|UniProtKB:P46919|UniProtKB:P0A6S7 F Glycerol-3-phosphate dehydrogenase [NAD(P)+] UniProtKB:P46919|PTN000198135 protein NCBITaxon:224308 20231108 GO_Central glycerol-3-phosphate dehydrogenase [NAD(P)+] activity +UniProtKB C0H3Q8 yuzN GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002108422|UniProtKB:P37309 P Uncharacterized HTH-type transcriptional regulator YuzN UniProtKB:C0H3Q8|PTN002108447 protein NCBITaxon:224308 20170228 GO_Central regulation of DNA-templated transcription +UniProtKB P51777 cspD GO:0010468 GO_REF:0000033 IBA PANTHER:PTN000166442|MGI:MGI:1096372|MGI:MGI:99146|UniProtKB:P0A9X9|RGD:621056|UniProtKB:P0A972|UniProtKB:P67809|UniProtKB:P0A357|ZFIN:ZDB-GENE-000629-3|MGI:MGI:2137670|UniProtKB:P0A9Y6|RGD:61843 P Cold shock protein CspD UniProtKB:P51777|PTN000166644 protein NCBITaxon:224308 20230405 GO_Central regulation of gene expression +UniProtKB P51777 cspD GO:0003676 GO_REF:0000033 IBA PANTHER:PTN000166442|UniProtKB:P67809|RGD:621056|UniProtKB:P0A972|UniProtKB:P0A9X9|MGI:MGI:1096372|MGI:MGI:99146|UniProtKB:P36995|RGD:61843|UniProtKB:P0A968|UniProtKB:Q57UC8|UniProtKB:P0A9Y6|MGI:MGI:2137670|ZFIN:ZDB-GENE-000629-3 F Cold shock protein CspD UniProtKB:P51777|PTN000166644 protein NCBITaxon:224308 20231108 GO_Central nucleic acid binding +UniProtKB P51785 ilvD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000470254|UniProtKB:P05791 C Dihydroxy-acid dehydratase UniProtKB:P51785|PTN000470259 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P51785 ilvD GO:0016836 GO_REF:0000033 IBA PANTHER:PTN000470254|UniProtKB:P77596|UniProtKB:P39358|UniProtKB:P05791|UniProtKB:P0ADF6 F Dihydroxy-acid dehydratase UniProtKB:P51785|PTN000470259 protein NCBITaxon:224308 20170228 GO_Central hydro-lyase activity +UniProtKB P51835 ftsY GO:0005047 GO_REF:0000033 IBA PANTHER:PTN000169915|SGD:S000002700 F Signal recognition particle receptor FtsY UniProtKB:P51835|PTN000169996 protein NCBITaxon:224308 20170713 GO_Central signal recognition particle binding +UniProtKB P51835 ftsY GO:0003924 GO_REF:0000033 IBA PANTHER:PTN000169915|UniProtKB:P10121 F Signal recognition particle receptor FtsY UniProtKB:P51835|PTN000169996 protein NCBITaxon:224308 20170713 GO_Central GTPase activity +UniProtKB P51835 ftsY GO:0006605 GO_REF:0000033 IBA PANTHER:PTN000169915|UniProtKB:O80842|SGD:S000002700|UniProtKB:P10121 P Signal recognition particle receptor FtsY UniProtKB:P51835|PTN000169996 protein NCBITaxon:224308 20181029 GO_Central protein targeting +UniProtKB P51835 ftsY GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001695963|UniProtKB:P10121 C Signal recognition particle receptor FtsY UniProtKB:P51835|PTN000169996 protein NCBITaxon:224308 20230604 GO_Central plasma membrane +UniProtKB Q9JMQ2 ppaX GO:0008967 GO_REF:0000033 IBA PANTHER:PTN001052204|UniProtKB:P32662 F Pyrophosphatase PpaX UniProtKB:Q9JMQ2|PTN000431482 protein NCBITaxon:224308 20170228 GO_Central phosphoglycolate phosphatase activity +UniProtKB Q9JMQ2 ppaX GO:0006281 GO_REF:0000033 IBA PANTHER:PTN001052204|UniProtKB:P32662 P Pyrophosphatase PpaX UniProtKB:Q9JMQ2|PTN000431482 protein NCBITaxon:224308 20170228 GO_Central DNA repair +UniProtKB Q9JMQ2 ppaX GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001291474|UniProtKB:P32662 C Pyrophosphatase PpaX UniProtKB:Q9JMQ2|PTN000431482 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB Q9JMQ2 ppaX GO:0016311 GO_REF:0000033 IBA PANTHER:PTN001052204|UniProtKB:P32662|UniProtKB:P64636 P Pyrophosphatase PpaX UniProtKB:Q9JMQ2|PTN000431482 protein NCBITaxon:224308 20170228 GO_Central dephosphorylation +UniProtKB P94549 fadB GO:0006635 GO_REF:0000033 IBA PANTHER:PTN000941828|MGI:MGI:94871|UniProtKB:P30084|RGD:61892|RGD:69330 P Probable enoyl-CoA hydratase UniProtKB:P94549|PTN000235224 protein NCBITaxon:224308 20170228 GO_Central fatty acid beta-oxidation +UniProtKB P52035 bsaA GO:0034599 GO_REF:0000033 IBA PANTHER:PTN000174117|SGD:S000001476|PomBase:SPBC32F12.03c|CGD:CAL0000190813|SGD:S000000448|UniProtKB:C8VJD9 P Glutathione peroxidase homolog BsaA UniProtKB:P52035|PTN000174118 protein NCBITaxon:224308 20231108 GO_Central cellular response to oxidative stress +UniProtKB P94488 ynaJ GO:0005215 GO_REF:0000033 IBA PANTHER:PTN000140373|UniProtKB:A6NFX1|MGI:MGI:3583946|UniProtKB:Q8NA29|UniProtKB:P32136|MGI:MGI:1923824|UniProtKB:Q6NUT3|UniProtKB:P02921 F Uncharacterized symporter YnaJ UniProtKB:P94488|PTN000140514 protein NCBITaxon:224308 20210529 GO_Central transporter activity +UniProtKB P94488 ynaJ GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000140373|UniProtKB:P31435|MGI:MGI:3583946|UniProtKB:Q8NA29|UniProtKB:A6NFX1|UniProtKB:P32136|UniProtKB:P75683|UniProtKB:P32137|MGI:MGI:1923824|UniProtKB:P0CE44|UniProtKB:P02921 C Uncharacterized symporter YnaJ UniProtKB:P94488|PTN000140514 protein NCBITaxon:224308 20230831 GO_Central plasma membrane +UniProtKB P94488 ynaJ GO:0071702 GO_REF:0000033 IBA PANTHER:PTN000140373|UniProtKB:A6NFX1|UniProtKB:Q8NA29|ZFIN:ZDB-GENE-040801-89|MGI:MGI:3583946|ZFIN:ZDB-GENE-041114-166|UniProtKB:Q6NUT3|MGI:MGI:1923824|UniProtKB:P02921 P Uncharacterized symporter YnaJ UniProtKB:P94488|PTN000140514 protein NCBITaxon:224308 20210529 GO_Central organic substance transport +UniProtKB P54562 yqjY GO:0016747 GO_REF:0000033 IBA PANTHER:PTN002453816|UniProtKB:Q8ZPD3 F Uncharacterized protein YqjY UniProtKB:P54562|PTN001499144 protein NCBITaxon:224308 20170228 GO_Central acyltransferase activity, transferring groups other than amino-acyl groups +UniProtKB P55910 lctP GO:0015295 GO_REF:0000033 IBA PANTHER:PTN000768163|UniProtKB:P33231|UniProtKB:Q46839 F L-lactate permease UniProtKB:P55910|PTN001246386 protein NCBITaxon:224308 20181018 GO_Central solute:proton symporter activity +UniProtKB P55910 lctP GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000768163|UniProtKB:P33231|UniProtKB:Q46839 C L-lactate permease UniProtKB:P55910|PTN001246386 protein NCBITaxon:224308 20230111 GO_Central plasma membrane +UniProtKB P55908 ycgA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000815170|UniProtKB:P39263|UniProtKB:P0AFU2 C Uncharacterized protein YcgA UniProtKB:P55908|PTN000032063 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P55874 rpmI GO:0003735 GO_REF:0000033 IBA PANTHER:PTN002119257|UniProtKB:P0A7Q1|SGD:S000005066 F 50S ribosomal protein L35 UniProtKB:P55874|PTN002119322 protein NCBITaxon:224308 20200809 GO_Central structural constituent of ribosome +UniProtKB P55874 rpmI GO:0022625 GO_REF:0000033 IBA PANTHER:PTN002119294|UniProtKB:P0A7Q1 C 50S ribosomal protein L35 UniProtKB:P55874|PTN002119322 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P55873 rplT GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000105838|UniProtKB:P0A7L3 F 50S ribosomal protein L20 UniProtKB:P55873|PTN000105898 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome +UniProtKB P55873 rplT GO:0000027 GO_REF:0000033 IBA PANTHER:PTN000105838|UniProtKB:P0A7L3 P 50S ribosomal protein L20 UniProtKB:P55873|PTN000105898 protein NCBITaxon:224308 20170228 GO_Central ribosomal large subunit assembly +UniProtKB P55873 rplT GO:0022625 GO_REF:0000033 IBA PANTHER:PTN000105897|UniProtKB:P0A7L3 C 50S ribosomal protein L20 UniProtKB:P55873|PTN000105898 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P55872 infC GO:0043022 GO_REF:0000033 IBA PANTHER:PTN000101471|UniProtKB:Q9H2K0|UniProtKB:P0A707|PomBase:SPBC18E5.13 F Translation initiation factor IF-3 UniProtKB:P55872|PTN000101521 protein NCBITaxon:224308 20230405 GO_Central ribosome binding +UniProtKB P55872 infC GO:0003743 GO_REF:0000033 IBA PANTHER:PTN000101471|TAIR:locus:2061380|PomBase:SPBC18E5.13|UniProtKB:P0A707 F Translation initiation factor IF-3 UniProtKB:P55872|PTN000101521 protein NCBITaxon:224308 20200807 GO_Central translation initiation factor activity +UniProtKB P55872 infC GO:0032790 GO_REF:0000033 IBA PANTHER:PTN000101471|UniProtKB:P0A707|UniProtKB:Q9H2K0 P Translation initiation factor IF-3 UniProtKB:P55872|PTN000101521 protein NCBITaxon:224308 20170228 GO_Central ribosome disassembly +UniProtKB P55872 infC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000101520|UniProtKB:P0A707 C Translation initiation factor IF-3 UniProtKB:P55872|PTN000101521 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P54461 rsmE GO:0070042 GO_REF:0000033 IBA PANTHER:PTN001247051|UniProtKB:P0AGL7 F Ribosomal RNA small subunit methyltransferase E UniProtKB:P54461|PTN000768924 protein NCBITaxon:224308 20170228 GO_Central rRNA (uridine-N3-)-methyltransferase activity +UniProtKB P54461 rsmE GO:0070475 GO_REF:0000033 IBA PANTHER:PTN001247051|UniProtKB:P0AGL7 P Ribosomal RNA small subunit methyltransferase E UniProtKB:P54461|PTN000768924 protein NCBITaxon:224308 20170228 GO_Central rRNA base methylation +UniProtKB P54378 gcvT GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000354130|UniProtKB:P27248 C Aminomethyltransferase UniProtKB:P54378|PTN000354131 protein NCBITaxon:224308 20170828 GO_Central cytosol +UniProtKB P54157 bcsA GO:0016747 GO_REF:0000033 IBA PANTHER:PTN000222417|TAIR:locus:2116845|TAIR:locus:2159098|UniProtKB:Q9FCA7|TAIR:locus:2205588 F Putative chalcone synthase UniProtKB:P54157|PTN001725533 protein NCBITaxon:224308 20200918 GO_Central acyltransferase activity, transferring groups other than amino-acyl groups +UniProtKB P54157 bcsA GO:0030639 GO_REF:0000033 IBA PANTHER:PTN000222417|TAIR:locus:2205588|TAIR:locus:2116845 P Putative chalcone synthase UniProtKB:P54157|PTN001725533 protein NCBITaxon:224308 20200918 GO_Central polyketide biosynthetic process +UniProtKB P06574 sigB GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001251781|UniProtKB:P9WGI3|UniProtKB:P0AEM6|UniProtKB:P06574 P RNA polymerase sigma-B factor UniProtKB:P06574|PTN001251826 protein NCBITaxon:224308 20230406 GO_Central regulation of DNA-templated transcription +UniProtKB P06568 ytxB GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000293555|UniProtKB:P76221 C TVP38/TMEM64 family membrane protein YtxB UniProtKB:P06568|PTN000293565 protein NCBITaxon:224308 20200305 GO_Central plasma membrane +UniProtKB P06567 dnaI GO:0006260 GO_REF:0000033 IBA PANTHER:PTN001574578|UniProtKB:P03004|UniProtKB:P0AEF0|UniProtKB:P05648 P Primosomal protein DnaI UniProtKB:P06567|PTN001247367 protein NCBITaxon:224308 20230603 GO_Central DNA replication +UniProtKB P06533 sinR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN005321183|UniProtKB:P77626 F HTH-type transcriptional regulator SinR UniProtKB:P06533|PTN001305463 protein NCBITaxon:224308 20190807 GO_Central DNA-binding transcription factor activity +UniProtKB P06533 sinR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN005321183|UniProtKB:P9WMI1|UniProtKB:P77626|UniProtKB:O06581|UniProtKB:P06533 P HTH-type transcriptional regulator SinR UniProtKB:P06533|PTN001305463 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB P07601 trpA GO:0000162 GO_REF:0000033 IBA PANTHER:PTN000034360|TAIR:locus:3685290|UniProtKB:P07344|UniProtKB:P0A877 P Tryptophan synthase alpha chain UniProtKB:P07601|PTN000034378 protein NCBITaxon:224308 20201001 GO_Central tryptophan biosynthetic process +UniProtKB P07601 trpA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000034360|UniProtKB:P0A877 C Tryptophan synthase alpha chain UniProtKB:P07601|PTN000034378 protein NCBITaxon:224308 20191204 GO_Central cytosol +UniProtKB P07601 trpA GO:0004834 GO_REF:0000033 IBA PANTHER:PTN000034360|TAIR:locus:3685290|TAIR:locus:2132328 F Tryptophan synthase alpha chain UniProtKB:P07601|PTN000034378 protein NCBITaxon:224308 20170228 GO_Central tryptophan synthase activity +UniProtKB P07600 trpB GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000034394|UniProtKB:P0A879|TAIR:locus:2005543 C Tryptophan synthase beta chain UniProtKB:P07600|PTN000034420 protein NCBITaxon:224308 20200810 GO_Central cytoplasm +UniProtKB P07600 trpB contributes_to GO:0004834 GO_REF:0000033 IBA PANTHER:PTN000034394|UniProtKB:P0A879 F Tryptophan synthase beta chain UniProtKB:P07600|PTN000034420 protein NCBITaxon:224308 20170228 GO_Central tryptophan synthase activity +UniProtKB P07600 trpB GO:0000162 GO_REF:0000033 IBA PANTHER:PTN000034394|UniProtKB:Q5AZP9|UniProtKB:P0A879|UniProtKB:P9WFX9|SGD:S000002994 P Tryptophan synthase beta chain UniProtKB:P07600|PTN000034420 protein NCBITaxon:224308 20220926 GO_Central tryptophan biosynthetic process +UniProtKB P07373 spoVE GO:0008360 GO_REF:0000033 IBA PANTHER:PTN000767103|UniProtKB:P0ABG7|UniProtKB:P0ABG4 P Stage V sporulation protein E UniProtKB:P07373|PTN000767119 protein NCBITaxon:224308 20170427 GO_Central regulation of cell shape +UniProtKB P07373 spoVE GO:0032153 GO_REF:0000033 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4 C Stage V sporulation protein E UniProtKB:P07373|PTN000767119 protein NCBITaxon:224308 20170427 GO_Central cell division site +UniProtKB P07373 spoVE GO:0015648 GO_REF:0000033 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4 F Stage V sporulation protein E UniProtKB:P07373|PTN000767119 protein NCBITaxon:224308 20170427 GO_Central lipid-linked peptidoglycan transporter activity +UniProtKB P07373 spoVE GO:0051301 GO_REF:0000033 IBA PANTHER:PTN000767103|UniProtKB:P0ABG4|UniProtKB:P9WN99 P Stage V sporulation protein E UniProtKB:P07373|PTN000767119 protein NCBITaxon:224308 20170427 GO_Central cell division +UniProtKB P07343 fumC GO:0004333 GO_REF:0000033 IBA PANTHER:PTN000154499|TAIR:locus:2061966|SGD:S000006183|UniProtKB:P10173|TAIR:locus:2157413|MGI:MGI:95530|UniProtKB:P07954|RGD:2614|UniProtKB:P05042 F Fumarate hydratase class II UniProtKB:P07343|PTN000154572 protein NCBITaxon:224308 20230110 GO_Central fumarate hydratase activity +UniProtKB P07343 fumC GO:0006099 GO_REF:0000033 IBA PANTHER:PTN000154499|MGI:MGI:95530|RGD:2614|SGD:S000006183 P Fumarate hydratase class II UniProtKB:P07343|PTN000154572 protein NCBITaxon:224308 20230110 GO_Central tricarboxylic acid cycle +UniProtKB P07343 fumC GO:0006106 GO_REF:0000033 IBA PANTHER:PTN000154499|SGD:S000006183|RGD:2614|TAIR:locus:2157413|UniProtKB:P10173|TAIR:locus:2061966|MGI:MGI:95530|UniProtKB:P07954 P Fumarate hydratase class II UniProtKB:P07343|PTN000154572 protein NCBITaxon:224308 20230110 GO_Central fumarate metabolic process +UniProtKB P07343 fumC GO:0006108 GO_REF:0000033 IBA PANTHER:PTN000154499|RGD:2614|TAIR:locus:2157413|UniProtKB:P10173|TAIR:locus:2061966|UniProtKB:P07954 P Fumarate hydratase class II UniProtKB:P07343|PTN000154572 protein NCBITaxon:224308 20230602 GO_Central malate metabolic process +UniProtKB P46353 drm GO:0008973 GO_REF:0000033 IBA PANTHER:PTN000473768|UniProtKB:P0A6K6 F Phosphopentomutase UniProtKB:P46353|PTN000473771 protein NCBITaxon:224308 20170228 GO_Central phosphopentomutase activity +UniProtKB P46353 drm GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000473768|UniProtKB:P0A6K6 C Phosphopentomutase UniProtKB:P46353|PTN000473771 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P46348 mneS GO:0008324 GO_REF:0000033 IBA PANTHER:PTN000169311|TAIR:locus:2039697|TAIR:locus:2095873|UniProtKB:P69380 F Manganese efflux system protein MneS UniProtKB:P46348|PTN000169394 protein NCBITaxon:224308 20181004 GO_Central monoatomic cation transmembrane transporter activity +UniProtKB P46348 mneS GO:0016020 GO_REF:0000033 IBA PANTHER:PTN000169311|TAIR:locus:2095873|UniProtKB:P69380 C Manganese efflux system protein MneS UniProtKB:P46348|PTN000169394 protein NCBITaxon:224308 20210906 GO_Central membrane +UniProtKB P46336 iolS GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000199613|UniProtKB:P77735|UniProtKB:P76187 C Aldo-keto reductase IolS UniProtKB:P46336|PTN000199632 protein NCBITaxon:224308 20170616 GO_Central cytosol +UniProtKB P46333 csbC GO:0016020 GO_REF:0000033 IBA PANTHER:PTN008729220|TAIR:locus:2097780|UniProtKB:P0AEP1|UniProtKB:O95528|MGI:MGI:3052471|UniProtKB:P0AE24 C Probable metabolite transport protein CsbC UniProtKB:P46333|PTN000628486 protein NCBITaxon:224308 20230112 GO_Central membrane +UniProtKB P46333 csbC GO:0055085 GO_REF:0000033 IBA PANTHER:PTN008729220|ZFIN:ZDB-GENE-040426-1513|MGI:MGI:3052471|UniProtKB:O95528|TAIR:locus:2097780|UniProtKB:P0AEP1|TAIR:locus:2168494|UniProtKB:P0AE24 P Probable metabolite transport protein CsbC UniProtKB:P46333|PTN000628486 protein NCBITaxon:224308 20220311 GO_Central transmembrane transport +UniProtKB P46333 csbC GO:0015293 GO_REF:0000033 IBA PANTHER:PTN008729220|UniProtKB:P0AEP1|UniProtKB:P0AE24 F Probable metabolite transport protein CsbC UniProtKB:P46333|PTN000628486 protein NCBITaxon:224308 20220311 GO_Central symporter activity +UniProtKB P46329 aldX GO:0005737 GO_REF:0000033 IBA PANTHER:PTN008111916|UniProtKB:P51648|RGD:61866|MGI:MGI:1920708|UniProtKB:Q583M9|SGD:S000004716|MGI:MGI:1353451|UniProtKB:P30838|MGI:MGI:1353452|RGD:2088|MGI:MGI:1914939|UniProtKB:P43353 C Putative aldehyde dehydrogenase AldX UniProtKB:P46329|PTN000193232 protein NCBITaxon:224308 20230604 GO_Central cytoplasm +UniProtKB P46329 aldX GO:0004029 GO_REF:0000033 IBA PANTHER:PTN008111916|UniProtKB:Q1K615|TAIR:locus:2205851|MGI:MGI:1353452|MGI:MGI:1914939|SGD:S000004716|MGI:MGI:2147613|MGI:MGI:1353451|TAIR:locus:2116134|MGI:MGI:1920708|UniProtKB:P30838|UniProtKB:P51648 F Putative aldehyde dehydrogenase AldX UniProtKB:P46329|PTN000193232 protein NCBITaxon:224308 20230407 GO_Central aldehyde dehydrogenase (NAD+) activity +UniProtKB P46329 aldX GO:0006081 GO_REF:0000033 IBA PANTHER:PTN008111916|SGD:S000004716|UniProtKB:P43353|RGD:61866|UniProtKB:P30838|UniProtKB:P51648 P Putative aldehyde dehydrogenase AldX UniProtKB:P46329|PTN000193232 protein NCBITaxon:224308 20210623 GO_Central cellular aldehyde metabolic process +UniProtKB P46322 pgsA GO:0046474 GO_REF:0000033 IBA PANTHER:PTN000370359|UniProtKB:P9WPG3|UniProtKB:Q9UJA2|UniProtKB:A0A2K3D1C8|TAIR:locus:2056068|TAIR:locus:2138962|PomBase:SPAC22A12.08c|WB:WBGene00017763 P CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase UniProtKB:P46322|PTN000370506 protein NCBITaxon:224308 20231109 GO_Central glycerophospholipid biosynthetic process +UniProtKB P46317 licC GO:1901264 GO_REF:0000033 IBA PANTHER:PTN002144764|UniProtKB:P17334 P Lichenan permease IIC component UniProtKB:P46317|PTN002144800 protein NCBITaxon:224308 20190829 GO_Central carbohydrate derivative transport +UniProtKB P46317 licC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002144764|UniProtKB:P17334 C Lichenan permease IIC component UniProtKB:P46317|PTN002144800 protein NCBITaxon:224308 20190829 GO_Central plasma membrane +UniProtKB P46918 ggaB GO:0016757 GO_REF:0000033 IBA PANTHER:PTN000531320|UniProtKB:P9WMX7|UniProtKB:O31986|UniProtKB:Q9HUG5|UniProtKB:P26401|UniProtKB:P77414|UniProtKB:Q9I4V9|UniProtKB:Q9I5M1 F Minor teichoic acid biosynthesis protein GgaB UniProtKB:P46918|PTN000531249 protein NCBITaxon:224308 20221008 GO_Central glycosyltransferase activity +UniProtKB P46908 fnr GO:0003700 GO_REF:0000033 IBA PANTHER:PTN000705815|UniProtKB:P0A9E5|UniProtKB:P9WMH3|UniProtKB:P0A2T8|UniProtKB:P46148|UniProtKB:P0A2T6|UniProtKB:P22260 F Anaerobic regulatory protein UniProtKB:P46908|PTN001233969 protein NCBITaxon:224308 20170713 GO_Central DNA-binding transcription factor activity +UniProtKB P46908 fnr GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000705815|UniProtKB:P0A9E5|UniProtKB:P0ACJ8 C Anaerobic regulatory protein UniProtKB:P46908|PTN001233969 protein NCBITaxon:224308 20170713 GO_Central cytosol +UniProtKB P46906 argS GO:0004814 GO_REF:0000033 IBA PANTHER:PTN000238097|RGD:1309215|UniProtKB:Q5T160|UniProtKB:P11875|UniProtKB:P54136|SGD:S000002749|MGI:MGI:1914297 F Arginine--tRNA ligase UniProtKB:P46906|PTN000238230 protein NCBITaxon:224308 20231108 GO_Central arginine-tRNA ligase activity +UniProtKB P46906 argS GO:0006420 GO_REF:0000033 IBA PANTHER:PTN000238097|RGD:1309215|MGI:MGI:1914297|UniProtKB:P54136|UniProtKB:P11875|SGD:S000002749 P Arginine--tRNA ligase UniProtKB:P46906|PTN000238230 protein NCBITaxon:224308 20170228 GO_Central arginyl-tRNA aminoacylation +UniProtKB P46905 yccK GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000199613|UniProtKB:P77735|UniProtKB:P76187 C Uncharacterized oxidoreductase YccK UniProtKB:P46905|PTN000199633 protein NCBITaxon:224308 20170616 GO_Central cytosol +UniProtKB P46898 rplF GO:0022625 GO_REF:0000033 IBA PANTHER:PTN000183776|UniProtKB:P0AG55 C 50S ribosomal protein L6 UniProtKB:P46898|PTN000183777 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P46898 rplF GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000183645|FB:FBgn0015756|SGD:S000001190|SGD:S000005011|MGI:MGI:1298373|TAIR:locus:2207190|UniProtKB:P32969|SGD:S000003115|UniProtKB:P0AG55 F 50S ribosomal protein L6 UniProtKB:P46898|PTN000183777 protein NCBITaxon:224308 20230405 GO_Central structural constituent of ribosome +UniProtKB P46898 rplF GO:0002181 GO_REF:0000033 IBA PANTHER:PTN000183645|SGD:S000003115|SGD:S000005011 P 50S ribosomal protein L6 UniProtKB:P46898|PTN000183777 protein NCBITaxon:224308 20170228 GO_Central cytoplasmic translation +UniProtKB P46208 htpG GO:0016887 GO_REF:0000033 IBA PANTHER:PTN000163828|UniProtKB:P0A6Z3 F Chaperone protein HtpG UniProtKB:P46208|PTN000163834 protein NCBITaxon:224308 20180918 GO_Central ATP hydrolysis activity +UniProtKB P46208 htpG GO:0051082 GO_REF:0000033 IBA PANTHER:PTN000163527|SGD:S000006161|PomBase:SPAC926.04c|FB:FBgn0001233|SGD:S000004798 F Chaperone protein HtpG UniProtKB:P46208|PTN000163834 protein NCBITaxon:224308 20190111 GO_Central unfolded protein binding +UniProtKB P46208 htpG GO:0009408 GO_REF:0000033 IBA PANTHER:PTN000163828|UniProtKB:P0A6Z3 P Chaperone protein HtpG UniProtKB:P46208|PTN000163834 protein NCBITaxon:224308 20180918 GO_Central response to heat +UniProtKB P46208 htpG GO:0006974 GO_REF:0000033 IBA PANTHER:PTN000163828|UniProtKB:P0A6Z3 P Chaperone protein HtpG UniProtKB:P46208|PTN000163834 protein NCBITaxon:224308 20180918 GO_Central DNA damage response +UniProtKB P46208 htpG GO:0006457 GO_REF:0000033 IBA PANTHER:PTN000163527|UniProtKB:P55737|MGI:MGI:96250|PomBase:SPAC926.04c|MGI:MGI:96247|SGD:S000004798|UniProtKB:P0A6Z3|UniProtKB:P27323|WB:WBGene00000915|CGD:CAL0000201062|SGD:S000006161 P Chaperone protein HtpG UniProtKB:P46208|PTN000163834 protein NCBITaxon:224308 20220922 GO_Central protein folding +UniProtKB P46208 htpG GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000163828|UniProtKB:P0A6Z3 C Chaperone protein HtpG UniProtKB:P46208|PTN000163834 protein NCBITaxon:224308 20190321 GO_Central cytosol +UniProtKB P0CI75 birA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000303161|TAIR:locus:2050291|UniProtKB:P50747|UniProtKB:Q8IKN1|UniProtKB:C6S3D7 C Bifunctional ligase/repressor BirA UniProtKB:P0CI75|PTN000303238 protein NCBITaxon:224308 20230110 GO_Central cytoplasm +UniProtKB P0CI75 birA GO:0004077 GO_REF:0000033 IBA PANTHER:PTN000303161|UniProtKB:P06709|UniProtKB:C6S3D7|SGD:S000002300|CGD:CAL0000192734|TAIR:locus:2050291 F Bifunctional ligase/repressor BirA UniProtKB:P0CI75|PTN000303238 protein NCBITaxon:224308 20230110 GO_Central biotin-[acetyl-CoA-carboxylase] ligase activity +UniProtKB P0CI73 glmS GO:0006047 GO_REF:0000033 IBA PANTHER:PTN000101302|TAIR:locus:2076146|UniProtKB:P17169|RGD:1549703|UniProtKB:Q06210 P Glutamine--fructose-6-phosphate aminotransferase [isomerizing] UniProtKB:P0CI73|PTN000101437 protein NCBITaxon:224308 20220413 GO_Central UDP-N-acetylglucosamine metabolic process +UniProtKB P0CI73 glmS GO:0006002 GO_REF:0000033 IBA PANTHER:PTN000101302|RGD:1549703 P Glutamine--fructose-6-phosphate aminotransferase [isomerizing] UniProtKB:P0CI73|PTN000101437 protein NCBITaxon:224308 20170228 GO_Central fructose 6-phosphate metabolic process +UniProtKB P0CI73 glmS GO:0004360 GO_REF:0000033 IBA PANTHER:PTN000101302|TAIR:locus:2076146|RGD:1549703|FB:FBgn0039580|UniProtKB:P17169|CGD:CAL0000176261|SGD:S000001587 F Glutamine--fructose-6-phosphate aminotransferase [isomerizing] UniProtKB:P0CI73|PTN000101437 protein NCBITaxon:224308 20211110 GO_Central glutamine-fructose-6-phosphate transaminase (isomerizing) activity +UniProtKB P0CI73 glmS GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000101436|UniProtKB:P17169 C Glutamine--fructose-6-phosphate aminotransferase [isomerizing] UniProtKB:P0CI73|PTN000101437 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P0CI73 glmS GO:0006487 GO_REF:0000033 IBA PANTHER:PTN000101302|TAIR:locus:2076146|CGD:CAL0000176261 P Glutamine--fructose-6-phosphate aminotransferase [isomerizing] UniProtKB:P0CI73|PTN000101437 protein NCBITaxon:224308 20210903 GO_Central protein N-linked glycosylation +UniProtKB C0H3V2 mtlF GO:0090563 GO_REF:0000033 IBA PANTHER:PTN001249496|UniProtKB:P00550 F Mannitol-specific phosphotransferase enzyme IIA component UniProtKB:C0H3V2|PTN002412168 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-sugar phosphotransferase activity +UniProtKB C0H3V2 mtlF GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001249496|UniProtKB:P00550 C Mannitol-specific phosphotransferase enzyme IIA component UniProtKB:C0H3V2|PTN002412168 protein NCBITaxon:224308 20230603 GO_Central plasma membrane +UniProtKB C0H3V2 mtlF GO:0009401 GO_REF:0000033 IBA PANTHER:PTN001249496|UniProtKB:P00550|UniProtKB:P69811 P Mannitol-specific phosphotransferase enzyme IIA component UniProtKB:C0H3V2|PTN002412168 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB C0H3S9 ybzH GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002108422|UniProtKB:P37309 P Uncharacterized HTH-type transcriptional regulator YbzH UniProtKB:C0H3S9|PTN002108460 protein NCBITaxon:224308 20170228 GO_Central regulation of DNA-templated transcription +UniProtKB C0H403 ykzQ GO:0008932 GO_REF:0000033 IBA PANTHER:PTN008659194|UniProtKB:P0AEZ7 F Uncharacterized protein YkzQ UniProtKB:C0H403|PTN008659211 protein NCBITaxon:224308 20171201 GO_Central lytic endotransglycosylase activity +UniProtKB P07788 cotA GO:0030288 GO_REF:0000033 IBA PANTHER:PTN000194932|UniProtKB:P36649|UniProtKB:P26648 C Spore coat protein A UniProtKB:P07788|PTN000194933 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space +UniProtKB P07788 cotA GO:0016491 GO_REF:0000033 IBA PANTHER:PTN000194698|UniProtKB:Q5B233|TAIR:locus:2168128|UniProtKB:Q6MZM0|CGD:CAL0000183587|FB:FBgn0032116|UniProtKB:P36649|TAIR:locus:2017699|UniProtKB:Q5BEX9|UniProtKB:A0A3Q7H424|UniProtKB:P17489|UniProtKB:E9RBR0|PomBase:SPAC1F7.08|MGI:MGI:88476|UniProtKB:Q9BQS7|TAIR:locus:2178973|SGD:S000004662|SGD:S000001853|FB:FBgn0039387|UniProtKB:Q5ARB0|UniProtKB:Q5BF02|TAIR:locus:2042842 F Spore coat protein A UniProtKB:P07788|PTN000194933 protein NCBITaxon:224308 20220922 GO_Central oxidoreductase activity +UniProtKB P08495 lysC GO:0009089 GO_REF:0000033 IBA PANTHER:PTN000487132|UniProtKB:P00562|UniProtKB:P9WPX3|UniProtKB:P08660 P Aspartokinase 2 UniProtKB:P08495|PTN000487162 protein NCBITaxon:224308 20181004 GO_Central lysine biosynthetic process via diaminopimelate +UniProtKB P08495 lysC GO:0009090 GO_REF:0000033 IBA PANTHER:PTN000487132|UniProtKB:P00562|UniProtKB:P08660|SGD:S000000854 P Aspartokinase 2 UniProtKB:P08495|PTN000487162 protein NCBITaxon:224308 20181004 GO_Central homoserine biosynthetic process +UniProtKB P08495 lysC GO:0004072 GO_REF:0000033 IBA PANTHER:PTN000487132|UniProtKB:P00562|TAIR:locus:2174708|UniProtKB:P9WPX3|SGD:S000000854|UniProtKB:P08660|UniProtKB:P94417|TAIR:locus:2078638 F Aspartokinase 2 UniProtKB:P08495|PTN000487162 protein NCBITaxon:224308 20181004 GO_Central aspartate kinase activity +UniProtKB P08495 lysC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000487132|UniProtKB:P00562|UniProtKB:P08660 C Aspartokinase 2 UniProtKB:P08495|PTN000487162 protein NCBITaxon:224308 20181004 GO_Central cytosol +UniProtKB P08164 nadE GO:0009435 GO_REF:0000033 IBA PANTHER:PTN000557970|UniProtKB:P9WJJ3|WB:WBGene00007698|SGD:S000001116|UniProtKB:Q6IA69 P NH(3)-dependent NAD(+) synthetase UniProtKB:P08164|PTN000558041 protein NCBITaxon:224308 20210102 GO_Central NAD biosynthetic process +UniProtKB P08164 nadE GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000557970|UniProtKB:Q8I2P2|SGD:S000001116 C NH(3)-dependent NAD(+) synthetase UniProtKB:P08164|PTN000558041 protein NCBITaxon:224308 20230111 GO_Central cytoplasm +UniProtKB P08066 sdhB GO:0009060 GO_REF:0000033 IBA PANTHER:PTN000229864|UniProtKB:P07014|ZFIN:ZDB-GENE-030131-8005|FB:FBgn0014028|SGD:S000003964 P Succinate dehydrogenase iron-sulfur subunit UniProtKB:P08066|PTN000229942 protein NCBITaxon:224308 20220414 GO_Central aerobic respiration +UniProtKB P08066 sdhB GO:0022904 GO_REF:0000033 IBA PANTHER:PTN000229864|FB:FBgn0014028|ZFIN:ZDB-GENE-030131-8005|RGD:1308598 P Succinate dehydrogenase iron-sulfur subunit UniProtKB:P08066|PTN000229942 protein NCBITaxon:224308 20220414 GO_Central respiratory electron transport chain +UniProtKB P08065 sdhA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000180228|UniProtKB:P00363|UniProtKB:P0AC41 C Succinate dehydrogenase flavoprotein subunit UniProtKB:P08065|PTN000180342 protein NCBITaxon:224308 20181024 GO_Central plasma membrane +UniProtKB P08065 sdhA GO:0009061 GO_REF:0000033 IBA PANTHER:PTN000180228|UniProtKB:P00363 P Succinate dehydrogenase flavoprotein subunit UniProtKB:P08065|PTN000180342 protein NCBITaxon:224308 20170228 GO_Central anaerobic respiration +UniProtKB P08065 sdhA GO:0009055 GO_REF:0000033 IBA PANTHER:PTN000180228|UniProtKB:P0AC41|UniProtKB:P00363 F Succinate dehydrogenase flavoprotein subunit UniProtKB:P08065|PTN000180342 protein NCBITaxon:224308 20170228 GO_Central electron transfer activity +UniProtKB P08065 sdhA GO:0000104 GO_REF:0000033 IBA PANTHER:PTN000180228|UniProtKB:P31040|RGD:621557|SGD:S000001631|dictyBase:DDB_G0280535|UniProtKB:P0AC41|SGD:S000003581 F Succinate dehydrogenase flavoprotein subunit UniProtKB:P08065|PTN000180342 protein NCBITaxon:224308 20220922 GO_Central succinate dehydrogenase activity +UniProtKB P08065 sdhA GO:0050660 GO_REF:0000033 IBA PANTHER:PTN000180228|UniProtKB:P00363|SGD:S000001631|UniProtKB:P0AC41 F Succinate dehydrogenase flavoprotein subunit UniProtKB:P08065|PTN000180342 protein NCBITaxon:224308 20181024 GO_Central flavin adenine dinucleotide binding +UniProtKB P08821 hupA GO:0003677 GO_REF:0000033 IBA PANTHER:PTN002110658|UniProtKB:P0A6X7|UniProtKB:P0A6Y1|UniProtKB:P9WMK7|UniProtKB:P0ACF0 F DNA-binding protein HU 1 UniProtKB:P08821|PTN002110743 protein NCBITaxon:224308 20201001 GO_Central DNA binding +UniProtKB P08821 hupA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002110664|UniProtKB:P0ACF4|UniProtKB:P0ACF0|UniProtKB:P0A6X7|UniProtKB:P0A6Y1 C DNA-binding protein HU 1 UniProtKB:P08821|PTN002110743 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P37869 eno GO:0004634 GO_REF:0000033 IBA PANTHER:PTN000224401|MGI:MGI:95395|TAIR:locus:2031476|SGD:S000006202|UniProtKB:P06733|MGI:MGI:95393|SGD:S000003486|MGI:MGI:2441717|SGD:S000004942|UniProtKB:P0A6P9|RGD:2554|RGD:2553|RGD:2555|SGD:S000001217|TAIR:locus:2044851|CGD:CAL0000185645 F Enolase UniProtKB:P37869|PTN000224589 protein NCBITaxon:224308 20200406 GO_Central phosphopyruvate hydratase activity +UniProtKB P37869 eno GO:0000015 GO_REF:0000033 IBA PANTHER:PTN000224401|RGD:2554|RGD:2553|UniProtKB:P06733|SGD:S000001217|SGD:S000003486|UniProtKB:P0A6P9 C Enolase UniProtKB:P37869|PTN000224589 protein NCBITaxon:224308 20200406 GO_Central phosphopyruvate hydratase complex +UniProtKB P37869 eno GO:0006096 GO_REF:0000033 IBA PANTHER:PTN000224401|MGI:MGI:95395|RGD:2554|SGD:S000001217|RGD:2553|UniProtKB:P06733|TAIR:locus:2044851|SGD:S000003486|MGI:MGI:2441717|UniProtKB:P0A6P9|CGD:CAL0000185645 P Enolase UniProtKB:P37869|PTN000224589 protein NCBITaxon:224308 20230405 GO_Central glycolytic process +UniProtKB P05306 sacP GO:0090589 GO_REF:0000033 IBA PANTHER:PTN000765865|UniProtKB:P36672 F PTS system sucrose-specific EIIBC component UniProtKB:P05306|PTN001249422 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-trehalose phosphotransferase system transporter activity +UniProtKB P05306 sacP GO:0009401 GO_REF:0000033 IBA PANTHER:PTN000765869|UniProtKB:P36672|UniProtKB:P77272 P PTS system sucrose-specific EIIBC component UniProtKB:P05306|PTN001249422 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB P05306 sacP GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000765869|UniProtKB:P08722|UniProtKB:P77272|UniProtKB:P36672|UniProtKB:P24241 C PTS system sucrose-specific EIIBC component UniProtKB:P05306|PTN001249422 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P05306 sacP GO:0015771 GO_REF:0000033 IBA PANTHER:PTN000765865|UniProtKB:P36672 P PTS system sucrose-specific EIIBC component UniProtKB:P05306|PTN001249422 protein NCBITaxon:224308 20170228 GO_Central trehalose transport +UniProtKB P05096 dnaG GO:0005737 GO_REF:0000033 IBA PANTHER:PTN001250916|UniProtKB:P0ABS5 C DNA primase UniProtKB:P05096|PTN001250929 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB P05096 dnaG GO:0003896 GO_REF:0000033 IBA PANTHER:PTN001250916|UniProtKB:P0ABS5 F DNA primase UniProtKB:P05096|PTN001250929 protein NCBITaxon:224308 20170228 GO_Central DNA primase activity +UniProtKB P05096 dnaG GO:0006269 GO_REF:0000033 IBA PANTHER:PTN001250916|UniProtKB:P0ABS5 P DNA primase UniProtKB:P05096|PTN001250929 protein NCBITaxon:224308 20200930 GO_Central DNA replication, synthesis of RNA primer +UniProtKB P30950 hemB GO:0006783 GO_REF:0000033 IBA PANTHER:PTN000156046|UniProtKB:P13716|UniProtKB:Q8IL68|RGD:2083|UniProtKB:P0ACB2|MGI:MGI:96853|SGD:S000003008 P Delta-aminolevulinic acid dehydratase UniProtKB:P30950|PTN000156108 protein NCBITaxon:224308 20231108 GO_Central heme biosynthetic process +UniProtKB P30950 hemB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000156046|UniProtKB:P0ACB2|MGI:MGI:96853 C Delta-aminolevulinic acid dehydratase UniProtKB:P30950|PTN000156108 protein NCBITaxon:224308 20231108 GO_Central cytosol +UniProtKB P30950 hemB GO:0004655 GO_REF:0000033 IBA PANTHER:PTN000156046|UniProtKB:P0ACB2|UniProtKB:Q59643|MGI:MGI:96853|SGD:S000003008|UniProtKB:Q58DK5|UniProtKB:P13716|UniProtKB:Q8IL68|RGD:2083|FB:FBgn0036271 F Delta-aminolevulinic acid dehydratase UniProtKB:P30950|PTN000156108 protein NCBITaxon:224308 20230110 GO_Central porphobilinogen synthase activity +UniProtKB P30950 hemB GO:0008270 GO_REF:0000033 IBA PANTHER:PTN000156046|UniProtKB:P13716|UniProtKB:P0ACB2|SGD:S000003008 F Delta-aminolevulinic acid dehydratase UniProtKB:P30950|PTN000156108 protein NCBITaxon:224308 20170228 GO_Central zinc ion binding +UniProtKB P04990 thrC GO:0019344 GO_REF:0000033 IBA PANTHER:PTN000034104|UniProtKB:Q79FV4|MGI:MGI:88285|UniProtKB:P0ABK5|UniProtKB:P9WP53|UniProtKB:P35520|TAIR:locus:2043964|UniProtKB:O05393|PomBase:SPBC36.04|UniProtKB:P9WP55|TAIR:locus:2082837|UniProtKB:Q43725|SGD:S000003387|TAIR:locus:2143814|UniProtKB:P16703|WB:WBGene00010759|WB:WBGene00007653|TAIR:locus:2114804|UniProtKB:P37887|WB:WBGene00019962|TAIR:locus:2130419 P Threonine synthase UniProtKB:P04990|PTN000034345 protein NCBITaxon:224308 20211110 GO_Central cysteine biosynthetic process +UniProtKB P04990 thrC GO:0004795 GO_REF:0000033 IBA PANTHER:PTN000741516|UniProtKB:P9WG59 F Threonine synthase UniProtKB:P04990|PTN000034345 protein NCBITaxon:224308 20220413 GO_Central threonine synthase activity +UniProtKB P04990 thrC GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000034104|TAIR:locus:2096454|WB:WBGene00013866|UniProtKB:P35520|UniProtKB:P0ABK5|SGD:S000003387|TAIR:locus:2082837 C Threonine synthase UniProtKB:P04990|PTN000034345 protein NCBITaxon:224308 20210903 GO_Central cytoplasm +UniProtKB P05657 rpmA GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000407638|UniProtKB:P0A7L8|SGD:S000004950 F 50S ribosomal protein L27 UniProtKB:P05657|PTN000407711 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome +UniProtKB P05657 rpmA GO:0022625 GO_REF:0000033 IBA PANTHER:PTN000407710|UniProtKB:P0A7L8|UniProtKB:O67650 C 50S ribosomal protein L27 UniProtKB:P05657|PTN000407711 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P05656 sacC GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000765847|SGD:S000001424 C Levanase UniProtKB:P05656|PTN000765877 protein NCBITaxon:224308 20230517 GO_Central cytoplasm +UniProtKB P05656 sacC GO:0004575 GO_REF:0000033 IBA PANTHER:PTN000765847|PomBase:SPCC191.11 F Levanase UniProtKB:P05656|PTN000765877 protein NCBITaxon:224308 20170228 GO_Central sucrose alpha-glucosidase activity +UniProtKB P05656 sacC GO:0005987 GO_REF:0000033 IBA PANTHER:PTN000765847|SGD:S000001424|PomBase:SPCC191.11 P Levanase UniProtKB:P05656|PTN000765877 protein NCBITaxon:224308 20170228 GO_Central sucrose catabolic process +UniProtKB P05653 gyrA GO:0003677 GO_REF:0000033 IBA PANTHER:PTN001607041|UniProtKB:P0AFI2|UniProtKB:P0AES4|UniProtKB:Q8I0X3 F DNA gyrase subunit A UniProtKB:P05653|PTN000018858 protein NCBITaxon:224308 20230112 GO_Central DNA binding +UniProtKB P05653 gyrA GO:0005524 GO_REF:0000033 IBA PANTHER:PTN001607041|UniProtKB:P9WG47|UniProtKB:Q8I0X3 F DNA gyrase subunit A UniProtKB:P05653|PTN000018858 protein NCBITaxon:224308 20230112 GO_Central ATP binding +UniProtKB P05653 gyrA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000018855|UniProtKB:P0AES4|UniProtKB:P0AFI2 C DNA gyrase subunit A UniProtKB:P05653|PTN000018858 protein NCBITaxon:224308 20201206 GO_Central cytoplasm +UniProtKB P05653 gyrA GO:0009330 GO_REF:0000033 IBA PANTHER:PTN001607041|UniProtKB:O67108|UniProtKB:P0AFI2|UniProtKB:Q9HUK1 C DNA gyrase subunit A UniProtKB:P05653|PTN000018858 protein NCBITaxon:224308 20231109 GO_Central DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) complex +UniProtKB P05653 gyrA contributes_to GO:0003918 GO_REF:0000033 IBA PANTHER:PTN001607041|UniProtKB:O67108|TAIR:locus:2075765|UniProtKB:P0AFI2 F DNA gyrase subunit A UniProtKB:P05653|PTN000018858 protein NCBITaxon:224308 20210531 GO_Central DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) activity +UniProtKB P05653 gyrA GO:0006265 GO_REF:0000033 IBA PANTHER:PTN001607041|UniProtKB:Q8I0X3|UniProtKB:P0AFI2|UniProtKB:P0AES4|UniProtKB:Q9HUK1|UniProtKB:P9WG47 P DNA gyrase subunit A UniProtKB:P05653|PTN000018858 protein NCBITaxon:224308 20230112 GO_Central DNA topological change +UniProtKB P05651 recF GO:0000731 GO_REF:0000033 IBA PANTHER:PTN001282531|UniProtKB:P0A7H0 P DNA replication and repair protein RecF UniProtKB:P05651|PTN000794112 protein NCBITaxon:224308 20170228 GO_Central DNA synthesis involved in DNA repair +UniProtKB P05651 recF GO:0006302 GO_REF:0000033 IBA PANTHER:PTN001282531|UniProtKB:Q9RVE0|UniProtKB:P05651 P DNA replication and repair protein RecF UniProtKB:P05651|PTN000794112 protein NCBITaxon:224308 20170228 GO_Central double-strand break repair +UniProtKB P05649 dnaN GO:0006271 GO_REF:0000033 IBA PANTHER:PTN000767221|UniProtKB:P0A988 P Beta sliding clamp UniProtKB:P05649|PTN000767222 protein NCBITaxon:224308 20180218 GO_Central DNA strand elongation involved in DNA replication +UniProtKB P05648 dnaA GO:0006270 GO_REF:0000033 IBA PANTHER:PTN000769352|UniProtKB:P03004|UniProtKB:P05648 P Chromosomal replication initiator protein DnaA UniProtKB:P05648|PTN000769353 protein NCBITaxon:224308 20230406 GO_Central DNA replication initiation +UniProtKB P05648 dnaA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000769352|UniProtKB:P03004 C Chromosomal replication initiator protein DnaA UniProtKB:P05648|PTN000769353 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P05648 dnaA GO:0006260 GO_REF:0000033 IBA PANTHER:PTN001574578|UniProtKB:P03004|UniProtKB:P0AEF0|UniProtKB:P05648 P Chromosomal replication initiator protein DnaA UniProtKB:P05648|PTN000769353 protein NCBITaxon:224308 20230603 GO_Central DNA replication +UniProtKB P05648 dnaA GO:0003688 GO_REF:0000033 IBA PANTHER:PTN000769352|UniProtKB:P03004|UniProtKB:P9WNW3 F Chromosomal replication initiator protein DnaA UniProtKB:P05648|PTN000769353 protein NCBITaxon:224308 20170228 GO_Central DNA replication origin binding +UniProtKB P05645 leuB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000216982|SGD:S000000523|PomBase:SPBC1A4.02c|UniProtKB:P30125 C 3-isopropylmalate dehydrogenase UniProtKB:P05645|PTN000217007 protein NCBITaxon:224308 20201001 GO_Central cytosol +UniProtKB P05645 leuB GO:0003862 GO_REF:0000033 IBA PANTHER:PTN000216982|TAIR:locus:2029519|TAIR:locus:2198893|SGD:S000000523|TAIR:locus:2174668|UniProtKB:P30125|PomBase:SPBC1A4.02c|CGD:CAL0000185901 F 3-isopropylmalate dehydrogenase UniProtKB:P05645|PTN000217007 protein NCBITaxon:224308 20200810 GO_Central 3-isopropylmalate dehydrogenase activity +UniProtKB P05645 leuB GO:0009098 GO_REF:0000033 IBA PANTHER:PTN000216982|TAIR:locus:2029519|TAIR:locus:2198893|SGD:S000000523|TAIR:locus:2174668|CGD:CAL0000185901|PomBase:SPBC1A4.02c|UniProtKB:P30125 P 3-isopropylmalate dehydrogenase UniProtKB:P05645|PTN000217007 protein NCBITaxon:224308 20170228 GO_Central leucine biosynthetic process +UniProtKB P40411 feuC GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876|UniProtKB:P06609|UniProtKB:P15029 F Iron-uptake system permease protein FeuC UniProtKB:P40411|PTN001253142 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB P40411 feuC GO:0033214 GO_REF:0000033 IBA PANTHER:PTN001253116|UniProtKB:P15029|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876 P Iron-uptake system permease protein FeuC UniProtKB:P40411|PTN001253142 protein NCBITaxon:224308 20230406 GO_Central siderophore-dependent iron import into cell +UniProtKB P40410 feuB GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000765980|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876|UniProtKB:P06609|UniProtKB:P15029 F Iron-uptake system permease protein FeuB UniProtKB:P40410|PTN000766000 protein NCBITaxon:224308 20230406 GO_Central transmembrane transporter activity +UniProtKB P40410 feuB GO:0033214 GO_REF:0000033 IBA PANTHER:PTN001253116|UniProtKB:P15029|UniProtKB:P23877|UniProtKB:P15030|UniProtKB:P23876 P Iron-uptake system permease protein FeuB UniProtKB:P40410|PTN000766000 protein NCBITaxon:224308 20230406 GO_Central siderophore-dependent iron import into cell +UniProtKB P40409 feuA GO:0030288 GO_REF:0000033 IBA PANTHER:PTN001254050|UniProtKB:P07822|UniProtKB:P0AEL6 C Iron-uptake system-binding protein UniProtKB:P40409|PTN001254056 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space +UniProtKB P40406 nagZ GO:0009254 GO_REF:0000033 IBA PANTHER:PTN000766289|UniProtKB:P75949 P Beta-hexosaminidase UniProtKB:P40406|PTN000766305 protein NCBITaxon:224308 20170228 GO_Central peptidoglycan turnover +UniProtKB P40402 ssuD GO:0046306 GO_REF:0000033 IBA PANTHER:PTN000768559|UniProtKB:P80645 P Alkanesulfonate monooxygenase UniProtKB:P40402|PTN000768560 protein NCBITaxon:224308 20170228 GO_Central alkanesulfonate catabolic process +UniProtKB P40402 ssuD GO:0008726 GO_REF:0000033 IBA PANTHER:PTN000768559|UniProtKB:P80645 F Alkanesulfonate monooxygenase UniProtKB:P40402|PTN000768560 protein NCBITaxon:224308 20170228 GO_Central alkanesulfonate monooxygenase activity +UniProtKB P40401 ssuC GO:0005886 GO_REF:0000033 IBA PANTHER:PTN001248830|UniProtKB:Q47539 C Putative aliphatic sulfonates transport permease protein SsuC UniProtKB:P40401|PTN000765470 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O05515 tsaE GO:0002949 GO_REF:0000033 IBA PANTHER:PTN002128764|UniProtKB:P0AF67|UniProtKB:O05515 P tRNA threonylcarbamoyladenosine biosynthesis protein TsaE UniProtKB:O05515|PTN002128790 protein NCBITaxon:224308 20180110 GO_Central tRNA threonylcarbamoyladenosine modification +UniProtKB O05516 tsaB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000200224|UniProtKB:P76256 C tRNA threonylcarbamoyladenosine biosynthesis protein TsaB UniProtKB:O05516|PTN000200225 protein NCBITaxon:224308 20210217 GO_Central cytosol +UniProtKB P40948 corA GO:0050897 GO_REF:0000033 IBA PANTHER:PTN000488652|UniProtKB:Q9WZ31|UniProtKB:O50455 F Magnesium transport protein CorA UniProtKB:P40948|PTN000488813 protein NCBITaxon:224308 20180816 GO_Central cobalt ion binding +UniProtKB P40948 corA GO:0015087 GO_REF:0000033 IBA PANTHER:PTN000488652|UniProtKB:Q9WZ31 F Magnesium transport protein CorA UniProtKB:P40948|PTN000488813 protein NCBITaxon:224308 20180816 GO_Central cobalt ion transmembrane transporter activity +UniProtKB P40948 corA GO:0000287 GO_REF:0000033 IBA PANTHER:PTN000488652|UniProtKB:O50455|UniProtKB:Q9WZ31 F Magnesium transport protein CorA UniProtKB:P40948|PTN000488813 protein NCBITaxon:224308 20180816 GO_Central magnesium ion binding +UniProtKB P40948 corA GO:0015095 GO_REF:0000033 IBA PANTHER:PTN000488652|UniProtKB:Q9WZ31 F Magnesium transport protein CorA UniProtKB:P40948|PTN000488813 protein NCBITaxon:224308 20180816 GO_Central magnesium ion transmembrane transporter activity +UniProtKB P40924 pgk GO:0006094 GO_REF:0000033 IBA PANTHER:PTN000150497|SGD:S000000605|RGD:619878|MGI:MGI:97555 P Phosphoglycerate kinase UniProtKB:P40924|PTN000150606 protein NCBITaxon:224308 20220413 GO_Central gluconeogenesis +UniProtKB P40924 pgk GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000150497|UniProtKB:P0A799|MGI:MGI:97555|TAIR:locus:2206410 C Phosphoglycerate kinase UniProtKB:P40924|PTN000150606 protein NCBITaxon:224308 20230602 GO_Central cytosol +UniProtKB P40924 pgk GO:0004618 GO_REF:0000033 IBA PANTHER:PTN000150497|SGD:S000000605|RGD:619878|MGI:MGI:97563|UniProtKB:P07205|UniProtKB:P11977|MGI:MGI:97555|UniProtKB:P0A799|TAIR:locus:2087750|UniProtKB:P00558 F Phosphoglycerate kinase UniProtKB:P40924|PTN000150606 protein NCBITaxon:224308 20230405 GO_Central phosphoglycerate kinase activity +UniProtKB P40924 pgk GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000150497|RGD:619878|UniProtKB:P00559 F Phosphoglycerate kinase UniProtKB:P40924|PTN000150606 protein NCBITaxon:224308 20221007 GO_Central ATP binding +UniProtKB P40924 pgk GO:0006096 GO_REF:0000033 IBA PANTHER:PTN000150497|UniProtKB:P00558|UniProtKB:P0A799|RGD:619878|TAIR:locus:2205215|TAIR:locus:2206410|SGD:S000000605|MGI:MGI:97555|MGI:MGI:97563 P Phosphoglycerate kinase UniProtKB:P40924|PTN000150606 protein NCBITaxon:224308 20220413 GO_Central glycolytic process +UniProtKB P40924 pgk GO:0043531 GO_REF:0000033 IBA PANTHER:PTN000150497|RGD:619878 F Phosphoglycerate kinase UniProtKB:P40924|PTN000150606 protein NCBITaxon:224308 20180411 GO_Central ADP binding +UniProtKB P40872 pksM GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000196761|UniProtKB:P9WQE1 C Polyketide synthase PksM UniProtKB:P40872|PTN000196768 protein NCBITaxon:224308 20210625 GO_Central cytoplasm +UniProtKB P40872 pksM GO:0004312 GO_REF:0000033 IBA PANTHER:PTN000196555|FB:FBgn0283427|FB:FBgn0042627|MGI:MGI:95485|RGD:620665|dictyBase:DDB_G0275077 F Polyketide synthase PksM UniProtKB:P40872|PTN000196768 protein NCBITaxon:224308 20230604 GO_Central fatty acid synthase activity +UniProtKB P40872 pksM GO:0071770 GO_REF:0000033 IBA PANTHER:PTN000196761|UniProtKB:P9WQE7|UniProtKB:P9WQE5|UniProtKB:P96202|UniProtKB:P9WQE1|UniProtKB:P9WQE3 P Polyketide synthase PksM UniProtKB:P40872|PTN000196768 protein NCBITaxon:224308 20210625 GO_Central DIM/DIP cell wall layer assembly +UniProtKB P40872 pksM GO:0006633 GO_REF:0000033 IBA PANTHER:PTN000196555|UniProtKB:P96202|dictyBase:DDB_G0275077|UniProtKB:P9WQE5|dictyBase:DDB_G0275069|UniProtKB:P9WQE7|MGI:MGI:95485|FB:FBgn0042627|UniProtKB:P9WQE1|UniProtKB:P9WQE3|RGD:620665|UniProtKB:O65933|UniProtKB:P9WQE9 P Polyketide synthase PksM UniProtKB:P40872|PTN000196768 protein NCBITaxon:224308 20230407 GO_Central fatty acid biosynthetic process +UniProtKB P40830 pksG GO:0010142 GO_REF:0000033 IBA PANTHER:PTN000222418|PomBase:SPAC4F8.14c P Polyketide biosynthesis 3-hydroxy-3-methylglutaryl-ACP synthase PksG UniProtKB:P40830|PTN000222507 protein NCBITaxon:224308 20170616 GO_Central farnesyl diphosphate biosynthetic process, mevalonate pathway +UniProtKB P40830 pksG GO:0004421 GO_REF:0000033 IBA PANTHER:PTN000222418|UniProtKB:P54868|TAIR:locus:2137015|RGD:2804|PomBase:SPAC4F8.14c|RGD:70970|SGD:S000004595|MGI:MGI:101939 F Polyketide biosynthesis 3-hydroxy-3-methylglutaryl-ACP synthase PksG UniProtKB:P40830|PTN000222507 protein NCBITaxon:224308 20200810 GO_Central hydroxymethylglutaryl-CoA synthase activity +UniProtKB P40830 pksG GO:0006084 GO_REF:0000033 IBA PANTHER:PTN000222418|PomBase:SPAC4F8.14c|UniProtKB:P54868 P Polyketide biosynthesis 3-hydroxy-3-methylglutaryl-ACP synthase PksG UniProtKB:P40830|PTN000222507 protein NCBITaxon:224308 20170616 GO_Central acetyl-CoA metabolic process +UniProtKB P40806 pksJ GO:0004312 GO_REF:0000033 IBA PANTHER:PTN000196555|FB:FBgn0283427|FB:FBgn0042627|MGI:MGI:95485|RGD:620665|dictyBase:DDB_G0275077 F Polyketide synthase PksJ UniProtKB:P40806|PTN000196766 protein NCBITaxon:224308 20230604 GO_Central fatty acid synthase activity +UniProtKB P40806 pksJ GO:0006633 GO_REF:0000033 IBA PANTHER:PTN000196555|UniProtKB:P96202|dictyBase:DDB_G0275077|UniProtKB:P9WQE5|dictyBase:DDB_G0275069|UniProtKB:P9WQE7|MGI:MGI:95485|FB:FBgn0042627|UniProtKB:P9WQE1|UniProtKB:P9WQE3|RGD:620665|UniProtKB:O65933|UniProtKB:P9WQE9 P Polyketide synthase PksJ UniProtKB:P40806|PTN000196766 protein NCBITaxon:224308 20230407 GO_Central fatty acid biosynthetic process +UniProtKB P40806 pksJ GO:0071770 GO_REF:0000033 IBA PANTHER:PTN000196761|UniProtKB:P9WQE7|UniProtKB:P9WQE5|UniProtKB:P96202|UniProtKB:P9WQE1|UniProtKB:P9WQE3 P Polyketide synthase PksJ UniProtKB:P40806|PTN000196766 protein NCBITaxon:224308 20210625 GO_Central DIM/DIP cell wall layer assembly +UniProtKB P40806 pksJ GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000196761|UniProtKB:P9WQE1 C Polyketide synthase PksJ UniProtKB:P40806|PTN000196766 protein NCBITaxon:224308 20210625 GO_Central cytoplasm +UniProtKB P40804 pksF GO:0004315 GO_REF:0000033 IBA PANTHER:PTN000918584|UniProtKB:P9WQD7|TAIR:locus:2027252|UniProtKB:P9WQD9|UniProtKB:Q9NWU1|UniProtKB:P0AAI5|UniProtKB:P0A953 F Polyketide biosynthesis malonyl-ACP decarboxylase PksF UniProtKB:P40804|PTN002270958 protein NCBITaxon:224308 20181220 GO_Central 3-oxoacyl-[acyl-carrier-protein] synthase activity +UniProtKB P40804 pksF GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000196483|UniProtKB:P0A953|UniProtKB:P9WQD9 C Polyketide biosynthesis malonyl-ACP decarboxylase PksF UniProtKB:P40804|PTN002270958 protein NCBITaxon:224308 20211110 GO_Central cytosol +UniProtKB P40804 pksF GO:0006633 GO_REF:0000033 IBA PANTHER:PTN000918584|UniProtKB:Q9I3B2|TAIR:locus:2027252|UniProtKB:P9WQD7|UniProtKB:P0A953|UniProtKB:P0AAI5|UniProtKB:Q9NWU1|UniProtKB:P9WQD9 P Polyketide biosynthesis malonyl-ACP decarboxylase PksF UniProtKB:P40804|PTN002270958 protein NCBITaxon:224308 20230405 GO_Central fatty acid biosynthetic process +UniProtKB P40802 pksI GO:0006635 GO_REF:0000033 IBA PANTHER:PTN000941828|MGI:MGI:94871|UniProtKB:P30084|RGD:61892|RGD:69330 P Putative polyketide biosynthesis enoyl-CoA isomerase PksI UniProtKB:P40802|PTN000235223 protein NCBITaxon:224308 20170228 GO_Central fatty acid beta-oxidation +UniProtKB P40769 yhfN GO:0071586 GO_REF:0000033 IBA PANTHER:PTN000012712|SGD:S000003878|WB:WBGene00001405 P Uncharacterized metalloprotease YhfN UniProtKB:P40769|PTN000012783 protein NCBITaxon:224308 20170228 GO_Central CAAX-box protein processing +UniProtKB P40769 yhfN GO:0004222 GO_REF:0000033 IBA PANTHER:PTN000012712|MGI:MGI:1890508|TAIR:locus:2092010|SGD:S000003878|WB:WBGene00001405 F Uncharacterized metalloprotease YhfN UniProtKB:P40769|PTN000012783 protein NCBITaxon:224308 20170228 GO_Central metalloendopeptidase activity +UniProtKB P40766 ypmR GO:0004622 GO_REF:0000033 IBA PANTHER:PTN001251764|UniProtKB:P0ADA1|UniProtKB:Q9HZY8 F Uncharacterized protein YpmR UniProtKB:P40766|PTN002411398 protein NCBITaxon:224308 20170228 GO_Central lysophospholipase activity +UniProtKB P40758 glnK GO:0000155 GO_REF:0000033 IBA PANTHER:PTN001293174|UniProtKB:Q9HT87|UniProtKB:P0AEJ4|UniProtKB:Q9I2U4 F Sensor histidine kinase GlnK UniProtKB:P40758|PTN000724704 protein NCBITaxon:224308 20221009 GO_Central phosphorelay sensor kinase activity +UniProtKB P40750 pbpD GO:0008658 GO_REF:0000033 IBA PANTHER:PTN001283969|UniProtKB:P02919|UniProtKB:Q07806|UniProtKB:P76577|UniProtKB:P02918|UniProtKB:P71707 F Penicillin-binding protein 4 UniProtKB:P40750|PTN001283980 protein NCBITaxon:224308 20170601 GO_Central penicillin binding +UniProtKB P40750 pbpD GO:0009252 GO_REF:0000033 IBA PANTHER:PTN001283970|UniProtKB:P02918|UniProtKB:P76577|UniProtKB:P02919 P Penicillin-binding protein 4 UniProtKB:P40750|PTN001283980 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan biosynthetic process +UniProtKB P40750 pbpD GO:0046677 GO_REF:0000033 IBA PANTHER:PTN001283969|UniProtKB:P02919|UniProtKB:P02918 P Penicillin-binding protein 4 UniProtKB:P40750|PTN001283980 protein NCBITaxon:224308 20170601 GO_Central response to antibiotic +UniProtKB P40750 pbpD GO:0008955 GO_REF:0000033 IBA PANTHER:PTN001283970|UniProtKB:P02919|UniProtKB:P02918|UniProtKB:P76577 F Penicillin-binding protein 4 UniProtKB:P40750|PTN001283980 protein NCBITaxon:224308 20170601 GO_Central peptidoglycan glycosyltransferase activity +UniProtKB P40742 ylxH GO:0009898 GO_REF:0000033 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3 C Flagellum site-determining protein YlxH UniProtKB:P40742|PTN000344143 protein NCBITaxon:224308 20170602 GO_Central cytoplasmic side of plasma membrane +UniProtKB P40742 ylxH GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3|UniProtKB:G3XD64 F Flagellum site-determining protein YlxH UniProtKB:P40742|PTN000344143 protein NCBITaxon:224308 20170602 GO_Central ATP binding +UniProtKB P40742 ylxH GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3 C Flagellum site-determining protein YlxH UniProtKB:P40742|PTN000344143 protein NCBITaxon:224308 20170602 GO_Central cytosol +UniProtKB P40742 ylxH GO:0051782 GO_REF:0000033 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3 P Flagellum site-determining protein YlxH UniProtKB:P40742|PTN000344143 protein NCBITaxon:224308 20170602 GO_Central negative regulation of cell division +UniProtKB P40742 ylxH GO:0016887 GO_REF:0000033 IBA PANTHER:PTN000344128|UniProtKB:P0AEZ3 F Flagellum site-determining protein YlxH UniProtKB:P40742|PTN000344143 protein NCBITaxon:224308 20210717 GO_Central ATP hydrolysis activity +UniProtKB P40740 bglH GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000039749|UniProtKB:Q46829 C Aryl-phospho-beta-D-glucosidase BglH UniProtKB:P40740|PTN000039753 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P40740 bglH GO:0016052 GO_REF:0000033 IBA PANTHER:PTN000039749|UniProtKB:P24240 P Aryl-phospho-beta-D-glucosidase BglH UniProtKB:P40740|PTN000039753 protein NCBITaxon:224308 20230405 GO_Central carbohydrate catabolic process +UniProtKB P40740 bglH GO:0008422 GO_REF:0000033 IBA PANTHER:PTN000039458|TAIR:locus:2180597|UniProtKB:P09848|TAIR:locus:2201502|UniProtKB:O80689|TAIR:locus:2015338|RGD:620823|TAIR:locus:2084319|TAIR:locus:2033928|UniProtKB:Q75I94|UniProtKB:Q7XKV4|UniProtKB:Q75I93|TAIR:locus:2083524|TAIR:locus:2018179|TAIR:locus:2036873|TAIR:locus:2201492|UniProtKB:Q7XSK0|UniProtKB:P49235|UniProtKB:A3BMZ5|UniProtKB:Q7XSK2|UniProtKB:Q8L7J2|UniProtKB:P11988|TAIR:locus:2092767|UniProtKB:Q9H227 F Aryl-phospho-beta-D-glucosidase BglH UniProtKB:P40740|PTN000039753 protein NCBITaxon:224308 20220413 GO_Central beta-glucosidase activity +UniProtKB P40739 bglP GO:0090589 GO_REF:0000033 IBA PANTHER:PTN000765865|UniProtKB:P36672 F PTS system beta-glucoside-specific EIIBCA component UniProtKB:P40739|PTN001249428 protein NCBITaxon:224308 20170228 GO_Central protein-phosphocysteine-trehalose phosphotransferase system transporter activity +UniProtKB P40739 bglP GO:0009401 GO_REF:0000033 IBA PANTHER:PTN000765869|UniProtKB:P36672|UniProtKB:P77272 P PTS system beta-glucoside-specific EIIBCA component UniProtKB:P40739|PTN001249428 protein NCBITaxon:224308 20170228 GO_Central phosphoenolpyruvate-dependent sugar phosphotransferase system +UniProtKB P40739 bglP GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000765869|UniProtKB:P08722|UniProtKB:P77272|UniProtKB:P36672|UniProtKB:P24241 C PTS system beta-glucoside-specific EIIBCA component UniProtKB:P40739|PTN001249428 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P40739 bglP GO:0015771 GO_REF:0000033 IBA PANTHER:PTN000765865|UniProtKB:P36672 P PTS system beta-glucoside-specific EIIBCA component UniProtKB:P40739|PTN001249428 protein NCBITaxon:224308 20170228 GO_Central trehalose transport +UniProtKB P40735 ecfA GO:0042626 GO_REF:0000033 IBA PANTHER:PTN000656738|UniProtKB:Q9I183 F Energy-coupling factor transporter ATP-binding protein EcfA1 UniProtKB:P40735|PTN000656735 protein NCBITaxon:224308 20170601 GO_Central ATPase-coupled transmembrane transporter activity +UniProtKB P40735 ecfA GO:0005524 GO_REF:0000033 IBA PANTHER:PTN000656738|UniProtKB:Q9X1Z1|UniProtKB:Q9WY65 F Energy-coupling factor transporter ATP-binding protein EcfA1 UniProtKB:P40735|PTN000656735 protein NCBITaxon:224308 20170601 GO_Central ATP binding +UniProtKB P40735 ecfA GO:0043190 GO_REF:0000033 IBA PANTHER:PTN000656738|UniProtKB:Q05596 C Energy-coupling factor transporter ATP-binding protein EcfA1 UniProtKB:P40735|PTN000656735 protein NCBITaxon:224308 20170601 GO_Central ATP-binding cassette (ABC) transporter complex +UniProtKB P94593 ywqA GO:0003677 GO_REF:0000033 IBA PANTHER:PTN000084207|SGD:S000005816|UniProtKB:C6KT82|UniProtKB:P28370|UniProtKB:Q9H4L7|UniProtKB:O60264|SGD:S000000017|TAIR:locus:2150270|PomBase:SPAC25A8.01c|MGI:MGI:88192|SGD:S000000449|UniProtKB:Q8RWY3|TAIR:locus:2062999|SGD:S000005831|UniProtKB:P51531|UniProtKB:P51532 F Uncharacterized ATP-dependent helicase YwqA UniProtKB:P94593|PTN002244794 protein NCBITaxon:224308 20230110 GO_Central DNA binding +UniProtKB P94593 ywqA GO:0008094 GO_REF:0000033 IBA PANTHER:PTN000084207|SGD:S000000017|FB:FBgn0011604|UniProtKB:O60264|UniProtKB:F4JY24|UniProtKB:P28370|UniProtKB:Q9H4L7|SGD:S000005816|PomBase:SPAC1250.01|UniProtKB:P51532|SGD:S000005831|UniProtKB:Q8RWY3|MGI:MGI:88192|SGD:S000001388|TAIR:locus:2173644|CGD:CAL0000192125|PomBase:SPAC25A8.01c F Uncharacterized ATP-dependent helicase YwqA UniProtKB:P94593|PTN002244794 protein NCBITaxon:224308 20230602 GO_Central ATP-dependent activity, acting on DNA +UniProtKB P09124 gapA GO:0051287 GO_REF:0000033 IBA PANTHER:PTN001652504|UniProtKB:P09124|UniProtKB:P0A9B6|UniProtKB:P17721|UniProtKB:P9WN83 F Glyceraldehyde-3-phosphate dehydrogenase 1 UniProtKB:P09124|PTN000089767 protein NCBITaxon:224308 20170421 GO_Central NAD binding +UniProtKB P09124 gapA GO:0006006 GO_REF:0000033 IBA PANTHER:PTN001652504|UniProtKB:P0A9B6|UniProtKB:O34425 P Glyceraldehyde-3-phosphate dehydrogenase 1 UniProtKB:P09124|PTN000089767 protein NCBITaxon:224308 20170421 GO_Central glucose metabolic process +UniProtKB P09124 gapA GO:0004365 GO_REF:0000033 IBA PANTHER:PTN001652504|UniProtKB:P9WN83|UniProtKB:P47543|UniProtKB:P09124|UniProtKB:P0A9B6 F Glyceraldehyde-3-phosphate dehydrogenase 1 UniProtKB:P09124|PTN000089767 protein NCBITaxon:224308 20170421 GO_Central glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity +UniProtKB O31489 ydcI GO:0003729 GO_REF:0000033 IBA PANTHER:PTN000076677|TAIR:locus:2145860|UniProtKB:P0AG67 F Uncharacterized protein YdcI UniProtKB:O31489|PTN000076716 protein NCBITaxon:224308 20171222 GO_Central mRNA binding +UniProtKB O31489 ydcI GO:0006412 GO_REF:0000033 IBA PANTHER:PTN000076677|UniProtKB:P0AG67 P Uncharacterized protein YdcI UniProtKB:O31489|PTN000076716 protein NCBITaxon:224308 20171222 GO_Central translation +UniProtKB O31489 ydcI GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000076677|UniProtKB:P0AG67 F Uncharacterized protein YdcI UniProtKB:O31489|PTN000076716 protein NCBITaxon:224308 20171222 GO_Central structural constituent of ribosome +UniProtKB O31488 ydaN GO:0005886 GO_REF:0000033 IBA PANTHER:PTN002216304|UniProtKB:P37652 C Uncharacterized protein YdaN UniProtKB:O31488|PTN002216311 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB O31480 yczG GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002108422|UniProtKB:P37309 P Uncharacterized HTH-type transcriptional regulator YczG UniProtKB:O31480|PTN002108524 protein NCBITaxon:224308 20170228 GO_Central regulation of DNA-templated transcription +UniProtKB O31475 ycgT GO:0045454 GO_REF:0000033 IBA PANTHER:PTN005133404|TAIR:locus:2062683|CGD:CAL0000184081|UniProtKB:P9WHH1|TAIR:locus:2117612|UniProtKB:Q9NNW7|SGD:S000002761|UniProtKB:Q39242|dictyBase:DDB_G0280815|FB:FBgn0020653 P Ferredoxin--NADP reductase 1 UniProtKB:O31475|PTN000530703 protein NCBITaxon:224308 20220309 GO_Central cell redox homeostasis +UniProtKB O31475 ycgT GO:0004791 GO_REF:0000033 IBA PANTHER:PTN005133404|FB:FBgn0020653|WB:WBGene00014028|dictyBase:DDB_G0280815|UniProtKB:Q39242|RGD:61960|SGD:S000001148|MGI:MGI:1354175|UniProtKB:Q16881|FB:FBgn0037170|PomBase:SPBC3F6.03|SGD:S000002761|UniProtKB:P0A9P4|MGI:MGI:2386711|UniProtKB:C8V4E8|TAIR:locus:2117612|RGD:61959|UniProtKB:P9WHH1|CGD:CAL0000184081|UniProtKB:Q70G58|UniProtKB:Q9N2I8|TAIR:locus:2062683 F Ferredoxin--NADP reductase 1 UniProtKB:O31475|PTN000530703 protein NCBITaxon:224308 20220926 GO_Central thioredoxin-disulfide reductase (NADP) activity +UniProtKB O31472 ycgE GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YcgE UniProtKB:O31472|PTN001451152 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB O31472 ycgE GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P Uncharacterized HTH-type transcriptional regulator YcgE UniProtKB:O31472|PTN001451152 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB O31465 glsA1 GO:0006543 GO_REF:0000033 IBA PANTHER:PTN000283994|UniProtKB:P0A6W0|MGI:MGI:95752|UniProtKB:O94925 P Glutaminase 1 UniProtKB:O31465|PTN000284079 protein NCBITaxon:224308 20170228 GO_Central glutamine catabolic process +UniProtKB O31465 glsA1 GO:0006537 GO_REF:0000033 IBA PANTHER:PTN000283994|UniProtKB:O94925|MGI:MGI:95752 P Glutaminase 1 UniProtKB:O31465|PTN000284079 protein NCBITaxon:224308 20170228 GO_Central glutamate biosynthetic process +UniProtKB O31465 glsA1 GO:0004359 GO_REF:0000033 IBA PANTHER:PTN000283994|UniProtKB:P77454|UniProtKB:P0A6W0|UniProtKB:O94925|MGI:MGI:95752 F Glutaminase 1 UniProtKB:O31465|PTN000284079 protein NCBITaxon:224308 20170228 GO_Central glutaminase activity +UniProtKB O31463 ybgG GO:0033528 GO_REF:0000033 IBA PANTHER:PTN001843930|TAIR:locus:2077234 P Homocysteine S-methyltransferase YbgG UniProtKB:O31463|PTN000472792 protein NCBITaxon:224308 20181004 GO_Central S-methylmethionine cycle +UniProtKB O31463 ybgG GO:0009086 GO_REF:0000033 IBA PANTHER:PTN001843930|TAIR:locus:2077234|TAIR:locus:2092120 P Homocysteine S-methyltransferase YbgG UniProtKB:O31463|PTN000472792 protein NCBITaxon:224308 20181004 GO_Central methionine biosynthetic process +UniProtKB O31463 ybgG GO:0008898 GO_REF:0000033 IBA PANTHER:PTN001843930|UniProtKB:Q47690|TAIR:locus:2077234|TAIR:locus:2092120 F Homocysteine S-methyltransferase YbgG UniProtKB:O31463|PTN000472792 protein NCBITaxon:224308 20181004 GO_Central S-adenosylmethionine-homocysteine S-methyltransferase activity +UniProtKB O31462 ybgF GO:0003333 GO_REF:0000033 IBA PANTHER:PTN001718863|CGD:CAL0000200920|SGD:S000000530|CGD:CAL0000181363|PomBase:SPAC869.11|UniProtKB:P25737|CGD:CAL0000182050|CGD:CAL0000180720|SGD:S000000789|CGD:CAL0000192270|SGD:S000002916|CGD:CAL0000177766|UniProtKB:C8V2E0|PomBase:SPCC965.11c|CGD:CAL0000177621|CGD:CAL0000201651|CGD:CAL0000198089 P Uncharacterized amino acid permease YbgF UniProtKB:O31462|PTN000209272 protein NCBITaxon:224308 20230407 GO_Central amino acid transmembrane transport +UniProtKB O31462 ybgF GO:0015171 GO_REF:0000033 IBA PANTHER:PTN001718863|CGD:CAL0000182050|SGD:S000000273|SGD:S000002916|SGD:S000000789|SGD:S000000530|SGD:S000005212|PomBase:SPCC965.11c|SGD:S000001839|CGD:CAL0000177766|CGD:CAL0000201116|SGD:S000001747|SGD:S000003423|CGD:CAL0000192270|SGD:S000005214|CGD:CAL0000200920|UniProtKB:P25737|CGD:CAL0000181363|PomBase:SPAC869.11|UniProtKB:C8V2E0|SGD:S000000272|CGD:CAL0000177621|SGD:S000005875|CGD:CAL0000201651|SGD:S000005380|CGD:CAL0000198089|SGD:S000002453 F Uncharacterized amino acid permease YbgF UniProtKB:O31462|PTN000209272 protein NCBITaxon:224308 20230407 GO_Central amino acid transmembrane transporter activity +UniProtKB O31459 gamR GO:0045892 GO_REF:0000033 IBA PANTHER:PTN000746727|UniProtKB:P13669 P HTH-type transcriptional repressor GamR UniProtKB:O31459|PTN002465859 protein NCBITaxon:224308 20180118 GO_Central negative regulation of DNA-templated transcription +UniProtKB O31458 gamA GO:0042802 GO_REF:0000033 IBA PANTHER:PTN000138938|UniProtKB:P0A759 F Probable glucosamine-6-phosphate deaminase 2 UniProtKB:O31458|PTN000139026 protein NCBITaxon:224308 20180503 GO_Central identical protein binding +UniProtKB O31458 gamA GO:0019262 GO_REF:0000033 IBA PANTHER:PTN000138938|UniProtKB:P0A759 P Probable glucosamine-6-phosphate deaminase 2 UniProtKB:O31458|PTN000139026 protein NCBITaxon:224308 20170228 GO_Central N-acetylneuraminate catabolic process +UniProtKB O31458 gamA GO:0006046 GO_REF:0000033 IBA PANTHER:PTN000138938|UniProtKB:P0A759|CGD:CAL0000199480 P Probable glucosamine-6-phosphate deaminase 2 UniProtKB:O31458|PTN000139026 protein NCBITaxon:224308 20170228 GO_Central N-acetylglucosamine catabolic process +UniProtKB O31458 gamA GO:0004342 GO_REF:0000033 IBA PANTHER:PTN000138938|CGD:CAL0000199480|UniProtKB:A4FV08|UniProtKB:P0A759|UniProtKB:Q8TDQ7|UniProtKB:P46926 F Probable glucosamine-6-phosphate deaminase 2 UniProtKB:O31458|PTN000139026 protein NCBITaxon:224308 20220413 GO_Central glucosamine-6-phosphate deaminase activity +UniProtKB O31458 gamA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000138938|MGI:MGI:1347054|UniProtKB:P0A759 C Probable glucosamine-6-phosphate deaminase 2 UniProtKB:O31458|PTN000139026 protein NCBITaxon:224308 20170228 GO_Central cytoplasm +UniProtKB O31458 gamA GO:0006043 GO_REF:0000033 IBA PANTHER:PTN000138938|UniProtKB:P46926|CGD:CAL0000199480 P Probable glucosamine-6-phosphate deaminase 2 UniProtKB:O31458|PTN000139026 protein NCBITaxon:224308 20180503 GO_Central glucosamine catabolic process +UniProtKB O31435 ybdM GO:0004674 GO_REF:0000033 IBA PANTHER:PTN001981567|UniProtKB:Q9HC98|UniProtKB:Q8I629|UniProtKB:P9WI75|UniProtKB:P9WI83|UniProtKB:P9WI67|UniProtKB:O34507|MGI:MGI:1289156|UniProtKB:P9WI77|UniProtKB:Q9NYL2|UniProtKB:P9WI79|UniProtKB:Q9I758|UniProtKB:P9WI81|UniProtKB:P9WI65|UniProtKB:Q8TDX7|RGD:1311160|UniProtKB:P9WI71 F Probable serine/threonine-protein kinase YbdM UniProtKB:O31435|PTN008680397 protein NCBITaxon:224308 20231109 GO_Central protein serine/threonine kinase activity +UniProtKB O31435 ybdM GO:0018105 GO_REF:0000033 IBA PANTHER:PTN001981567|UniProtKB:P9WI69|UniProtKB:Q9HC98 P Probable serine/threonine-protein kinase YbdM UniProtKB:O31435|PTN008680397 protein NCBITaxon:224308 20220223 GO_Central peptidyl-serine phosphorylation +UniProtKB O31417 yazB GO:0003700 GO_REF:0000033 IBA PANTHER:PTN005321183|UniProtKB:P77626 F Uncharacterized HTH-type transcriptional regulator YazB UniProtKB:O31417|PTN008217659 protein NCBITaxon:224308 20190807 GO_Central DNA-binding transcription factor activity +UniProtKB O31417 yazB GO:0006355 GO_REF:0000033 IBA PANTHER:PTN005321183|UniProtKB:P9WMI1|UniProtKB:P77626|UniProtKB:O06581|UniProtKB:P06533 P Uncharacterized HTH-type transcriptional regulator YazB UniProtKB:O31417|PTN008217659 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB O31404 acoA GO:0006086 GO_REF:0000033 IBA PANTHER:PTN008519424|RGD:3286|MGI:MGI:97532|UniProtKB:P08559|SGD:S000000980|RGD:620095 P Acetoin:2,6-dichlorophenolindophenol oxidoreductase subunit alpha UniProtKB:O31404|PTN000162371 protein NCBITaxon:224308 20230110 GO_Central acetyl-CoA biosynthetic process from pyruvate +UniProtKB O31404 acoA GO:0004739 GO_REF:0000033 IBA PANTHER:PTN008519424|UniProtKB:P08559|RGD:3286|RGD:620095|UniProtKB:Q5B2R8|UniProtKB:P29803|SGD:S000000980 F Acetoin:2,6-dichlorophenolindophenol oxidoreductase subunit alpha UniProtKB:O31404|PTN000162371 protein NCBITaxon:224308 20220922 GO_Central pyruvate dehydrogenase (acetyl-transferring) activity +UniProtKB O30509 gatB GO:0070681 GO_REF:0000033 IBA PANTHER:PTN000183793|UniProtKB:C6KTC3|SGD:S000000176|UniProtKB:O75879 P Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B UniProtKB:O30509|PTN000183865 protein NCBITaxon:224308 20230110 GO_Central glutaminyl-tRNAGln biosynthesis via transamidation +UniProtKB O30509 gatB GO:0050567 GO_REF:0000033 IBA PANTHER:PTN000183793|SGD:S000000176|UniProtKB:C6KTC3|UniProtKB:O75879 F Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B UniProtKB:O30509|PTN000183865 protein NCBITaxon:224308 20230110 GO_Central glutaminyl-tRNA synthase (glutamine-hydrolyzing) activity +UniProtKB Q04778 alsR GO:0006355 GO_REF:0000033 IBA PANTHER:PTN001576272|UniProtKB:P23841|UniProtKB:P20668|UniProtKB:P0ACQ4|UniProtKB:Q47141|UniProtKB:Q9K1H8 P HTH-type transcriptional regulator AlsR UniProtKB:Q04778|PTN000768722 protein NCBITaxon:224308 20200930 GO_Central regulation of DNA-templated transcription +UniProtKB Q04778 alsR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001576272|UniProtKB:Q9K1H8|UniProtKB:Q47141|UniProtKB:P0ACQ4|UniProtKB:P20668|UniProtKB:P23841 F HTH-type transcriptional regulator AlsR UniProtKB:Q04778|PTN000768722 protein NCBITaxon:224308 20200417 GO_Central DNA-binding transcription factor activity +UniProtKB Q04778 alsR GO:0032993 GO_REF:0000033 IBA PANTHER:PTN001576272|UniProtKB:Q9K1H8 C HTH-type transcriptional regulator AlsR UniProtKB:Q04778|PTN000768722 protein NCBITaxon:224308 20200417 GO_Central protein-DNA complex +UniProtKB Q04789 alsS GO:0003984 GO_REF:0000033 IBA PANTHER:PTN000438682|UniProtKB:P9WG41|TAIR:locus:2114525|UniProtKB:P08142|SGD:S000004714|UniProtKB:P9WG39|PomBase:SPBP35G2.07|UniProtKB:P00893 F Acetolactate synthase UniProtKB:Q04789|PTN000438753 protein NCBITaxon:224308 20200220 GO_Central acetolactate synthase activity +UniProtKB Q04789 alsS GO:0005948 GO_REF:0000033 IBA PANTHER:PTN000438758|SGD:S000004714|UniProtKB:P08142|UniProtKB:P00893 C Acetolactate synthase UniProtKB:Q04789|PTN000438753 protein NCBITaxon:224308 20230406 GO_Central acetolactate synthase complex +UniProtKB Q04789 alsS GO:0009097 GO_REF:0000033 IBA PANTHER:PTN000438758|UniProtKB:P08142|UniProtKB:P9WG41|PomBase:SPBP35G2.07|CGD:CAL0000198378|UniProtKB:P00893 P Acetolactate synthase UniProtKB:Q04789|PTN000438753 protein NCBITaxon:224308 20200220 GO_Central isoleucine biosynthetic process +UniProtKB Q04789 alsS GO:0050660 GO_REF:0000033 IBA PANTHER:PTN000438682|SGD:S000004714|UniProtKB:P0AEP7 F Acetolactate synthase UniProtKB:Q04789|PTN000438753 protein NCBITaxon:224308 20200220 GO_Central flavin adenine dinucleotide binding +UniProtKB Q04789 alsS GO:0009099 GO_REF:0000033 IBA PANTHER:PTN000438758|CGD:CAL0000198378|UniProtKB:P9WG41|TAIR:locus:2114525|PomBase:SPBP35G2.07|UniProtKB:P00893|UniProtKB:P08142 P Acetolactate synthase UniProtKB:Q04789|PTN000438753 protein NCBITaxon:224308 20200220 GO_Central valine biosynthetic process +UniProtKB P42982 bshA GO:0016757 GO_REF:0000033 IBA PANTHER:PTN000749410|UniProtKB:P32057|UniProtKB:Q9HTC0|UniProtKB:P9WMZ5|UniProtKB:P27127|UniProtKB:P25740|UniProtKB:P9WMY7|UniProtKB:Q9HZE9|UniProtKB:P9WMZ3|UniProtKB:P71237 F N-acetyl-alpha-D-glucosaminyl L-malate synthase UniProtKB:P42982|PTN000282674 protein NCBITaxon:224308 20221007 GO_Central glycosyltransferase activity +UniProtKB P42981 bshB1 GO:0016811 GO_REF:0000033 IBA PANTHER:PTN000313004|UniProtKB:P9WJN1|UniProtKB:P9WJN3|SGD:S000004894 F N-acetyl-alpha-D-glucosaminyl L-malate deacetylase 1 UniProtKB:P42981|PTN000313085 protein NCBITaxon:224308 20201205 GO_Central hydrolase activity, acting on carbon-nitrogen (but not peptide) bonds, in linear amides +UniProtKB P42980 mgsA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000766713|UniProtKB:P0A731 C Methylglyoxal synthase UniProtKB:P42980|PTN001253608 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P42980 mgsA GO:0008929 GO_REF:0000033 IBA PANTHER:PTN000766713|UniProtKB:P0A731|UniProtKB:P42980 F Methylglyoxal synthase UniProtKB:P42980|PTN001253608 protein NCBITaxon:224308 20170228 GO_Central methylglyoxal synthase activity +UniProtKB P42980 mgsA GO:0019242 GO_REF:0000033 IBA PANTHER:PTN000766713|UniProtKB:P0A731 P Methylglyoxal synthase UniProtKB:P42980|PTN001253608 protein NCBITaxon:224308 20170228 GO_Central methylglyoxal biosynthetic process +UniProtKB P42977 cca GO:0008033 GO_REF:0000033 IBA PANTHER:PTN002920384|UniProtKB:Q96Q11|ZFIN:ZDB-GENE-040625-176 P CCA-adding enzyme UniProtKB:P42977|PTN000348221 protein NCBITaxon:224308 20231110 GO_Central tRNA processing +UniProtKB P42977 cca GO:0000049 GO_REF:0000033 IBA PANTHER:PTN002920384|UniProtKB:Q96Q11 F CCA-adding enzyme UniProtKB:P42977|PTN000348221 protein NCBITaxon:224308 20220331 GO_Central tRNA binding +UniProtKB P42976 dapB GO:0008839 GO_REF:0000033 IBA PANTHER:PTN000464618|TAIR:locus:2080482|UniProtKB:P04036|UniProtKB:P9WP23|TAIR:locus:2051854 F 4-hydroxy-tetrahydrodipicolinate reductase UniProtKB:P42976|PTN000464635 protein NCBITaxon:224308 20170228 GO_Central 4-hydroxy-tetrahydrodipicolinate reductase +UniProtKB P42976 dapB GO:0019877 GO_REF:0000033 IBA PANTHER:PTN000464618|UniProtKB:P04036|UniProtKB:P9WP23 P 4-hydroxy-tetrahydrodipicolinate reductase UniProtKB:P42976|PTN000464635 protein NCBITaxon:224308 20170228 GO_Central diaminopimelate biosynthetic process +UniProtKB P42976 dapB GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000464634|UniProtKB:P04036 C 4-hydroxy-tetrahydrodipicolinate reductase UniProtKB:P42976|PTN000464635 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P42974 ahpF GO:0045454 GO_REF:0000033 IBA PANTHER:PTN005133404|TAIR:locus:2062683|CGD:CAL0000184081|UniProtKB:P9WHH1|TAIR:locus:2117612|UniProtKB:Q9NNW7|SGD:S000002761|UniProtKB:Q39242|dictyBase:DDB_G0280815|FB:FBgn0020653 P NADH dehydrogenase UniProtKB:P42974|PTN000530717 protein NCBITaxon:224308 20220309 GO_Central cell redox homeostasis +UniProtKB P42974 ahpF GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000530716|UniProtKB:P35340 C NADH dehydrogenase UniProtKB:P42974|PTN000530717 protein NCBITaxon:224308 20220309 GO_Central cytosol +UniProtKB P42974 ahpF GO:0004791 GO_REF:0000033 IBA PANTHER:PTN005133404|FB:FBgn0020653|WB:WBGene00014028|dictyBase:DDB_G0280815|UniProtKB:Q39242|RGD:61960|SGD:S000001148|MGI:MGI:1354175|UniProtKB:Q16881|FB:FBgn0037170|PomBase:SPBC3F6.03|SGD:S000002761|UniProtKB:P0A9P4|MGI:MGI:2386711|UniProtKB:C8V4E8|TAIR:locus:2117612|RGD:61959|UniProtKB:P9WHH1|CGD:CAL0000184081|UniProtKB:Q70G58|UniProtKB:Q9N2I8|TAIR:locus:2062683 F NADH dehydrogenase UniProtKB:P42974|PTN000530717 protein NCBITaxon:224308 20220926 GO_Central thioredoxin-disulfide reductase (NADP) activity +UniProtKB P42973 bglA GO:0008422 GO_REF:0000033 IBA PANTHER:PTN000039458|TAIR:locus:2180597|UniProtKB:P09848|TAIR:locus:2201502|UniProtKB:O80689|TAIR:locus:2015338|RGD:620823|TAIR:locus:2084319|TAIR:locus:2033928|UniProtKB:Q75I94|UniProtKB:Q7XKV4|UniProtKB:Q75I93|TAIR:locus:2083524|TAIR:locus:2018179|TAIR:locus:2036873|TAIR:locus:2201492|UniProtKB:Q7XSK0|UniProtKB:P49235|UniProtKB:A3BMZ5|UniProtKB:Q7XSK2|UniProtKB:Q8L7J2|UniProtKB:P11988|TAIR:locus:2092767|UniProtKB:Q9H227 F Aryl-phospho-beta-D-glucosidase BglA UniProtKB:P42973|PTN000039760 protein NCBITaxon:224308 20220413 GO_Central beta-glucosidase activity +UniProtKB P42973 bglA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000039749|UniProtKB:Q46829 C Aryl-phospho-beta-D-glucosidase BglA UniProtKB:P42973|PTN000039760 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P42973 bglA GO:0016052 GO_REF:0000033 IBA PANTHER:PTN000039749|UniProtKB:P24240 P Aryl-phospho-beta-D-glucosidase BglA UniProtKB:P42973|PTN000039760 protein NCBITaxon:224308 20230405 GO_Central carbohydrate catabolic process +UniProtKB P42972 ycsN GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000199613|UniProtKB:P77735|UniProtKB:P76187 C Uncharacterized oxidoreductase YcsN UniProtKB:P42972|PTN000198905 protein NCBITaxon:224308 20170616 GO_Central cytosol +UniProtKB P42971 pbpC GO:0008658 GO_REF:0000033 IBA PANTHER:PTN000771406|UniProtKB:P0AD68|UniProtKB:P0AD65 F Penicillin-binding protein 3 UniProtKB:P42971|PTN001256007 protein NCBITaxon:224308 20170828 GO_Central penicillin binding +UniProtKB P42971 pbpC GO:0071555 GO_REF:0000033 IBA PANTHER:PTN000771406|UniProtKB:P0AD65 P Penicillin-binding protein 3 UniProtKB:P42971|PTN001256007 protein NCBITaxon:224308 20170828 GO_Central cell wall organization +UniProtKB P42971 pbpC GO:0071972 GO_REF:0000033 IBA PANTHER:PTN000771407|UniProtKB:P0AD65 F Penicillin-binding protein 3 UniProtKB:P42971|PTN001256007 protein NCBITaxon:224308 20170828 GO_Central peptidoglycan L,D-transpeptidase activity +UniProtKB P42969 lipC GO:0004622 GO_REF:0000033 IBA PANTHER:PTN001251764|UniProtKB:P0ADA1|UniProtKB:Q9HZY8 F Spore germination lipase LipC UniProtKB:P42969|PTN002825256 protein NCBITaxon:224308 20170228 GO_Central lysophospholipase activity +UniProtKB P42968 kipR GO:0003677 GO_REF:0000033 IBA PANTHER:PTN001248570|UniProtKB:P77300|UniProtKB:P37671 F HTH-type transcriptional regulator KipR UniProtKB:P42968|PTN001248572 protein NCBITaxon:224308 20200809 GO_Central DNA binding +UniProtKB P42968 kipR GO:0003700 GO_REF:0000033 IBA PANTHER:PTN001248570|UniProtKB:P76268|UniProtKB:P0ACN4 F HTH-type transcriptional regulator KipR UniProtKB:P42968|PTN001248572 protein NCBITaxon:224308 20170228 GO_Central DNA-binding transcription factor activity +UniProtKB P42968 kipR GO:0045892 GO_REF:0000033 IBA PANTHER:PTN001248570|UniProtKB:P77300|UniProtKB:P0ACN4|UniProtKB:P76268|UniProtKB:P37671 P HTH-type transcriptional regulator KipR UniProtKB:P42968|PTN001248572 protein NCBITaxon:224308 20170228 GO_Central negative regulation of DNA-templated transcription +UniProtKB P42964 ycsG GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000194431|UniProtKB:P0A769|WB:WBGene00004876|WB:WBGene00004877|UniProtKB:Q6ZG85|UniProtKB:P51027|SGD:S000005482|TAIR:locus:2025677|FB:FBgn0011672|CGD:CAL0000177268|WB:WBGene00004878|UniProtKB:P49281|UniProtKB:P49279|MGI:MGI:1345279|TAIR:locus:2200437 C Uncharacterized membrane protein YcsG UniProtKB:P42964|PTN000194570 protein NCBITaxon:224308 20231101 GO_Central plasma membrane +UniProtKB P42964 ycsG GO:0006828 GO_REF:0000033 IBA PANTHER:PTN000194431|UniProtKB:P49281|UniProtKB:P49279|SGD:S000001092|TAIR:locus:2045344|PomBase:SPAC27F1.08|TAIR:locus:2025677|CGD:CAL0000199301|CGD:CAL0000200327|TAIR:locus:2158242|SGD:S000005482|UniProtKB:P9WIZ5|MGI:MGI:1345275|UniProtKB:B9NAE4|UniProtKB:P0A769|dictyBase:DDB_G0276973|TAIR:locus:2036751|UniProtKB:A0A2K1ZPK4 P Uncharacterized membrane protein YcsG UniProtKB:P42964|PTN000194570 protein NCBITaxon:224308 20231108 GO_Central manganese ion transport +UniProtKB P42964 ycsG GO:0034755 GO_REF:0000033 IBA PANTHER:PTN000194431|TAIR:locus:2025677|FB:FBgn0011672|dictyBase:DDB_G0276973|UniProtKB:P49281|UniProtKB:Q0D7E4|UniProtKB:P9WIZ5|dictyBase:DDB_G0275815 P Uncharacterized membrane protein YcsG UniProtKB:P42964|PTN000194570 protein NCBITaxon:224308 20231101 GO_Central iron ion transmembrane transport +UniProtKB P42964 ycsG GO:0015086 GO_REF:0000033 IBA PANTHER:PTN000194431|UniProtKB:P51027|TAIR:locus:2025677|UniProtKB:P49281|RGD:3684|TAIR:locus:2200437|UniProtKB:P0A769 F Uncharacterized membrane protein YcsG UniProtKB:P42964|PTN000194570 protein NCBITaxon:224308 20180915 GO_Central cadmium ion transmembrane transporter activity +UniProtKB P42964 ycsG GO:0005384 GO_REF:0000033 IBA PANTHER:PTN000194431|MGI:MGI:1345275|UniProtKB:A0A2K1ZPK4|TAIR:locus:2036751|RGD:3684|UniProtKB:P0A769|UniProtKB:B9NAE4|TAIR:locus:2200437|UniProtKB:P49279|UniProtKB:P49281|TAIR:locus:2025677|FB:FBgn0011672 F Uncharacterized membrane protein YcsG UniProtKB:P42964|PTN000194570 protein NCBITaxon:224308 20231108 GO_Central manganese ion transmembrane transporter activity +UniProtKB P42963 pxpA GO:0006807 GO_REF:0000033 IBA PANTHER:PTN000767720|UniProtKB:P38096 P 5-oxoprolinase subunit A UniProtKB:P42963|PTN001250695 protein NCBITaxon:224308 20200414 GO_Central nitrogen compound metabolic process +UniProtKB P42962 ycsE GO:0000287 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:P75792|UniProtKB:P0A8Y5 F 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YcsE UniProtKB:P42962|PTN000796703 protein NCBITaxon:224308 20200807 GO_Central magnesium ion binding +UniProtKB P42962 ycsE GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P0A8Y5|UniProtKB:P21829 C 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YcsE UniProtKB:P42962|PTN000796703 protein NCBITaxon:224308 20200129 GO_Central cytosol +UniProtKB P42962 ycsE GO:0016791 GO_REF:0000033 IBA PANTHER:PTN000000084|UniProtKB:P75809|UniProtKB:P21829|UniProtKB:O07565|UniProtKB:P75792|UniProtKB:P0A8Y5 F 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YcsE UniProtKB:P42962|PTN000796703 protein NCBITaxon:224308 20200807 GO_Central phosphatase activity +UniProtKB P42959 sipU GO:0006465 GO_REF:0000033 IBA PANTHER:PTN002458947|UniProtKB:P00803|TAIR:locus:2064337 P Signal peptidase I U UniProtKB:P42959|PTN000272840 protein NCBITaxon:224308 20170502 GO_Central signal peptide processing +UniProtKB P42959 sipU GO:0004252 GO_REF:0000033 IBA PANTHER:PTN002458947|UniProtKB:P00803 F Signal peptidase I U UniProtKB:P42959|PTN000272840 protein NCBITaxon:224308 20170502 GO_Central serine-type endopeptidase activity +UniProtKB P42957 mtlD GO:0008926 GO_REF:0000033 IBA PANTHER:PTN001253973|UniProtKB:Q4X1A4|UniProtKB:P09424 F Mannitol-1-phosphate 5-dehydrogenase UniProtKB:P42957|PTN001253974 protein NCBITaxon:224308 20220924 GO_Central mannitol-1-phosphate 5-dehydrogenase activity +UniProtKB P42957 mtlD GO:0019592 GO_REF:0000033 IBA PANTHER:PTN001253973|UniProtKB:P09424 P Mannitol-1-phosphate 5-dehydrogenase UniProtKB:P42957|PTN001253974 protein NCBITaxon:224308 20170228 GO_Central mannitol catabolic process +UniProtKB P42957 mtlD GO:0005829 GO_REF:0000033 IBA PANTHER:PTN001253973|UniProtKB:P09424 C Mannitol-1-phosphate 5-dehydrogenase UniProtKB:P42957|PTN001253974 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P42953 tagG GO:0015920 GO_REF:0000033 IBA PANTHER:PTN002019107|UniProtKB:Q9HTB8 P Teichoic acid translocation permease protein TagG UniProtKB:P42953|PTN002019119 protein NCBITaxon:224308 20170228 GO_Central lipopolysaccharide transport +UniProtKB P42924 rplW GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000178698|UniProtKB:P62750|MGI:MGI:3040672|FB:FBgn0026372|UniProtKB:P0ADZ0|UniProtKB:Q8IE82 F 50S ribosomal protein L23 UniProtKB:P42924|PTN000178880 protein NCBITaxon:224308 20230405 GO_Central structural constituent of ribosome +UniProtKB P42924 rplW GO:0000027 GO_REF:0000033 IBA PANTHER:PTN000178698|UniProtKB:P0ADZ0|SGD:S000005487 P 50S ribosomal protein L23 UniProtKB:P42924|PTN000178880 protein NCBITaxon:224308 20170228 GO_Central ribosomal large subunit assembly +UniProtKB P42924 rplW GO:0022625 GO_REF:0000033 IBA PANTHER:PTN000178698|RGD:1304897|MGI:MGI:3040672|UniProtKB:P62750|UniProtKB:Q8IE82|UniProtKB:P0ADZ0|SGD:S000005487 C 50S ribosomal protein L23 UniProtKB:P42924|PTN000178880 protein NCBITaxon:224308 20230110 GO_Central cytosolic large ribosomal subunit +UniProtKB P42923 rplJ GO:0006412 GO_REF:0000033 IBA PANTHER:PTN000169209|UniProtKB:Q3MHY7|UniProtKB:P0A7J3 P 50S ribosomal protein L10 UniProtKB:P42923|PTN000169216 protein NCBITaxon:224308 20170228 GO_Central translation +UniProtKB P42923 rplJ GO:0022625 GO_REF:0000033 IBA PANTHER:PTN000169215|UniProtKB:P0A7J3 C 50S ribosomal protein L10 UniProtKB:P42923|PTN000169216 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P42923 rplJ GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000169209|UniProtKB:Q3MHY7|SGD:S000002361 F 50S ribosomal protein L10 UniProtKB:P42923|PTN000169216 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome +UniProtKB P42920 rplC GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000132422|UniProtKB:P60438|SGD:S000003452 F 50S ribosomal protein L3 UniProtKB:P42920|PTN000132498 protein NCBITaxon:224308 20181024 GO_Central structural constituent of ribosome +UniProtKB P42920 rplC GO:0022625 GO_REF:0000033 IBA PANTHER:PTN000132497|UniProtKB:P60438 C 50S ribosomal protein L3 UniProtKB:P42920|PTN000132498 protein NCBITaxon:224308 20181024 GO_Central cytosolic large ribosomal subunit +UniProtKB P42919 rplB GO:0003723 GO_REF:0000033 IBA PANTHER:PTN000343556|TAIR:locus:2122189|TAIR:locus:504954483|RGD:619827|TAIR:locus:2828126|TAIR:locus:2060917 F 50S ribosomal protein L2 UniProtKB:P42919|PTN000343717 protein NCBITaxon:224308 20230110 GO_Central RNA binding +UniProtKB P42919 rplB GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000343556|MGI:MGI:1350927|SGD:S000002104|SGD:S000000776|UniProtKB:P62917|SGD:S000001280|UniProtKB:P60422|UniProtKB:Q8I3T9|FB:FBgn0261602 F 50S ribosomal protein L2 UniProtKB:P42919|PTN000343717 protein NCBITaxon:224308 20230406 GO_Central structural constituent of ribosome +UniProtKB P42919 rplB GO:0022625 GO_REF:0000033 IBA PANTHER:PTN008550527|UniProtKB:P60422 C 50S ribosomal protein L2 UniProtKB:P42919|PTN000343717 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P42919 rplB GO:0002181 GO_REF:0000033 IBA PANTHER:PTN000343556|SGD:S000002104|SGD:S000001280|UniProtKB:P62917 P 50S ribosomal protein L2 UniProtKB:P42919|PTN000343717 protein NCBITaxon:224308 20170228 GO_Central cytoplasmic translation +UniProtKB Q796P5 yitY GO:0016491 GO_REF:0000033 IBA PANTHER:PTN000356385|TAIR:locus:2062714|TAIR:locus:2144251|TAIR:locus:2164615|TAIR:locus:2044330|UniProtKB:Q4ADV8|TAIR:locus:1005716173|TAIR:locus:2050349|TAIR:locus:2044340 F Uncharacterized FAD-linked oxidoreductase YitY UniProtKB:Q796P5|PTN000356499 protein NCBITaxon:224308 20210530 GO_Central oxidoreductase activity +UniProtKB O05228 mrpF GO:0015385 GO_REF:0000033 IBA PANTHER:PTN002162906|UniProtKB:Q9I4R6 F Na(+)/H(+) antiporter subunit F UniProtKB:O05228|PTN002162922 protein NCBITaxon:224308 20180316 GO_Central sodium:proton antiporter activity +UniProtKB O05242 yugT GO:0004556 GO_REF:0000033 IBA PANTHER:PTN000040102|UniProtKB:Q8A1G3 F Probable oligo-1,6-glucosidase 3 UniProtKB:O05242|PTN000040269 protein NCBITaxon:224308 20180306 GO_Central alpha-amylase activity +UniProtKB O05242 yugT GO:0009313 GO_REF:0000033 IBA PANTHER:PTN000040102|SGD:S000003752|SGD:S000003524|CGD:CAL0000190188|SGD:S000003757|SGD:S000005517|SGD:S000000503|UniProtKB:P28904|SGD:S000003519|CGD:CAL0000194458|SGD:S000001434 P Probable oligo-1,6-glucosidase 3 UniProtKB:O05242|PTN000040269 protein NCBITaxon:224308 20221006 GO_Central oligosaccharide catabolic process +UniProtKB O05250 malK GO:0000155 GO_REF:0000033 IBA PANTHER:PTN001976058|UniProtKB:P0AEC8 F Sensor histidine kinase MalK UniProtKB:O05250|PTN000704094 protein NCBITaxon:224308 20170427 GO_Central phosphorelay sensor kinase activity +UniProtKB O05251 malR GO:0000156 GO_REF:0000033 IBA PANTHER:PTN001982310|UniProtKB:P0AEF4 F Transcriptional regulatory protein MalR UniProtKB:O05251|PTN001233191 protein NCBITaxon:224308 20171018 GO_Central phosphorelay response regulator activity +UniProtKB O05263 rhaM GO:0016857 GO_REF:0000033 IBA PANTHER:PTN005049203|UniProtKB:P32156 F L-rhamnose mutarotase UniProtKB:O05263|PTN002155766 protein NCBITaxon:224308 20211112 GO_Central racemase and epimerase activity, acting on carbohydrates and derivatives +UniProtKB O05263 rhaM GO:0019301 GO_REF:0000033 IBA PANTHER:PTN005049205|UniProtKB:P32156 P L-rhamnose mutarotase UniProtKB:O05263|PTN002155766 protein NCBITaxon:224308 20200625 GO_Central rhamnose catabolic process +UniProtKB O05393 mccA GO:0019344 GO_REF:0000033 IBA PANTHER:PTN000034104|UniProtKB:Q79FV4|MGI:MGI:88285|UniProtKB:P0ABK5|UniProtKB:P9WP53|UniProtKB:P35520|TAIR:locus:2043964|UniProtKB:O05393|PomBase:SPBC36.04|UniProtKB:P9WP55|TAIR:locus:2082837|UniProtKB:Q43725|SGD:S000003387|TAIR:locus:2143814|UniProtKB:P16703|WB:WBGene00010759|WB:WBGene00007653|TAIR:locus:2114804|UniProtKB:P37887|WB:WBGene00019962|TAIR:locus:2130419 P O-acetylserine dependent cystathionine beta-synthase UniProtKB:O05393|PTN000034538 protein NCBITaxon:224308 20211110 GO_Central cysteine biosynthetic process +UniProtKB O05393 mccA GO:0005737 GO_REF:0000033 IBA PANTHER:PTN000034104|TAIR:locus:2096454|WB:WBGene00013866|UniProtKB:P35520|UniProtKB:P0ABK5|SGD:S000003387|TAIR:locus:2082837 C O-acetylserine dependent cystathionine beta-synthase UniProtKB:O05393|PTN000034538 protein NCBITaxon:224308 20210903 GO_Central cytoplasm +UniProtKB O05393 mccA GO:0004122 GO_REF:0000033 IBA PANTHER:PTN008497437|UniProtKB:O05393 F O-acetylserine dependent cystathionine beta-synthase UniProtKB:O05393|PTN000034538 protein NCBITaxon:224308 20210419 GO_Central cystathionine beta-synthase activity +UniProtKB O05393 mccA GO:0004124 GO_REF:0000033 IBA PANTHER:PTN008497437|UniProtKB:O05393 F O-acetylserine dependent cystathionine beta-synthase UniProtKB:O05393|PTN000034538 protein NCBITaxon:224308 20210419 GO_Central cysteine synthase activity +UniProtKB P42178 narJ GO:0051131 GO_REF:0000033 IBA PANTHER:PTN001255164|UniProtKB:P0AF26 P Probable nitrate reductase molybdenum cofactor assembly chaperone NarJ UniProtKB:P42178|PTN001255179 protein NCBITaxon:224308 20170228 GO_Central chaperone-mediated protein complex assembly +UniProtKB P42178 narJ GO:0042128 GO_REF:0000033 IBA PANTHER:PTN001255164|UniProtKB:P0AF26 P Probable nitrate reductase molybdenum cofactor assembly chaperone NarJ UniProtKB:P42178|PTN001255179 protein NCBITaxon:224308 20170228 GO_Central nitrate assimilation +UniProtKB P42178 narJ GO:0016530 GO_REF:0000033 IBA PANTHER:PTN001255164|UniProtKB:P0AF26 F Probable nitrate reductase molybdenum cofactor assembly chaperone NarJ UniProtKB:P42178|PTN001255179 protein NCBITaxon:224308 20170228 GO_Central metallochaperone activity +UniProtKB P42177 narI GO:0009055 GO_REF:0000033 IBA PANTHER:PTN002023632|UniProtKB:P11350 F Nitrate reductase gamma chain UniProtKB:P42177|PTN001255168 protein NCBITaxon:224308 20170228 GO_Central electron transfer activity +UniProtKB P42177 narI GO:0019645 GO_REF:0000033 IBA PANTHER:PTN002023632|UniProtKB:P0AF32|UniProtKB:P11350 P Nitrate reductase gamma chain UniProtKB:P42177|PTN001255168 protein NCBITaxon:224308 20230406 GO_Central anaerobic electron transport chain +UniProtKB P42177 narI GO:0020037 GO_REF:0000033 IBA PANTHER:PTN002023632|UniProtKB:P11350 F Nitrate reductase gamma chain UniProtKB:P42177|PTN001255168 protein NCBITaxon:224308 20170228 GO_Central heme binding +UniProtKB P42177 narI GO:0008940 GO_REF:0000033 IBA PANTHER:PTN002023632|UniProtKB:P0AF32|UniProtKB:P11350 F Nitrate reductase gamma chain UniProtKB:P42177|PTN001255168 protein NCBITaxon:224308 20170228 GO_Central nitrate reductase activity +UniProtKB P42176 narH GO:0009061 GO_REF:0000033 IBA PANTHER:PTN000941277|UniProtKB:P11349|UniProtKB:P19318 P Nitrate reductase beta chain UniProtKB:P42176|PTN000234517 protein NCBITaxon:224308 20230407 GO_Central anaerobic respiration +UniProtKB P42176 narH GO:0009055 GO_REF:0000033 IBA PANTHER:PTN000941277|UniProtKB:P11349 F Nitrate reductase beta chain UniProtKB:P42176|PTN000234517 protein NCBITaxon:224308 20170228 GO_Central electron transfer activity +UniProtKB P42176 narH GO:0016020 GO_REF:0000033 IBA PANTHER:PTN000941277|UniProtKB:P11349|UniProtKB:P19318 C Nitrate reductase beta chain UniProtKB:P42176|PTN000234517 protein NCBITaxon:224308 20231109 GO_Central membrane +UniProtKB P42175 narG GO:0016020 GO_REF:0000033 IBA PANTHER:PTN000177381|UniProtKB:P09152|UniProtKB:P19319 C Nitrate reductase alpha chain UniProtKB:P42175|PTN000177382 protein NCBITaxon:224308 20230604 GO_Central membrane +UniProtKB P42175 narG GO:0009061 GO_REF:0000033 IBA PANTHER:PTN000177381|UniProtKB:P19319|UniProtKB:P09152 P Nitrate reductase alpha chain UniProtKB:P42175|PTN000177382 protein NCBITaxon:224308 20230407 GO_Central anaerobic respiration +UniProtKB P42103 yxaD GO:0006950 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:O34777|UniProtKB:P27245 P Uncharacterized HTH-type transcriptional regulator YxaD UniProtKB:P42103|PTN002109532 protein NCBITaxon:224308 20220416 GO_Central response to stress +UniProtKB P42103 yxaD GO:0006355 GO_REF:0000033 IBA PANTHER:PTN002109389|UniProtKB:P11065|UniProtKB:P27245|UniProtKB:P0ACR9|UniProtKB:O34777|UniProtKB:Q9HZZ4|UniProtKB:Q8EI70|UniProtKB:P0A8W2 P Uncharacterized HTH-type transcriptional regulator YxaD UniProtKB:P42103|PTN002109532 protein NCBITaxon:224308 20221009 GO_Central regulation of DNA-templated transcription +UniProtKB P42095 recO GO:0043590 GO_REF:0000033 IBA PANTHER:PTN002144859|UniProtKB:P42095 C DNA repair protein RecO UniProtKB:P42095|PTN002144882 protein NCBITaxon:224308 20190829 GO_Central bacterial nucleoid +UniProtKB P42095 recO GO:0006302 GO_REF:0000033 IBA PANTHER:PTN002144859|UniProtKB:Q9RW50|UniProtKB:P42095 P DNA repair protein RecO UniProtKB:P42095|PTN002144882 protein NCBITaxon:224308 20190829 GO_Central double-strand break repair +UniProtKB P42087 hutM GO:0003333 GO_REF:0000033 IBA PANTHER:PTN001718863|CGD:CAL0000200920|SGD:S000000530|CGD:CAL0000181363|PomBase:SPAC869.11|UniProtKB:P25737|CGD:CAL0000182050|CGD:CAL0000180720|SGD:S000000789|CGD:CAL0000192270|SGD:S000002916|CGD:CAL0000177766|UniProtKB:C8V2E0|PomBase:SPCC965.11c|CGD:CAL0000177621|CGD:CAL0000201651|CGD:CAL0000198089 P Putative histidine permease UniProtKB:P42087|PTN000209271 protein NCBITaxon:224308 20230407 GO_Central amino acid transmembrane transport +UniProtKB P42087 hutM GO:0015171 GO_REF:0000033 IBA PANTHER:PTN001718863|CGD:CAL0000182050|SGD:S000000273|SGD:S000002916|SGD:S000000789|SGD:S000000530|SGD:S000005212|PomBase:SPCC965.11c|SGD:S000001839|CGD:CAL0000177766|CGD:CAL0000201116|SGD:S000001747|SGD:S000003423|CGD:CAL0000192270|SGD:S000005214|CGD:CAL0000200920|UniProtKB:P25737|CGD:CAL0000181363|PomBase:SPAC869.11|UniProtKB:C8V2E0|SGD:S000000272|CGD:CAL0000177621|SGD:S000005875|CGD:CAL0000201651|SGD:S000005380|CGD:CAL0000198089|SGD:S000002453 F Putative histidine permease UniProtKB:P42087|PTN000209271 protein NCBITaxon:224308 20230407 GO_Central amino acid transmembrane transporter activity +UniProtKB P42084 hutI GO:0006548 GO_REF:0000033 IBA PANTHER:PTN000505272|UniProtKB:Q9HU91 P Imidazolonepropionase UniProtKB:P42084|PTN000505311 protein NCBITaxon:224308 20190227 GO_Central histidine catabolic process +UniProtKB P42084 hutI GO:0050480 GO_REF:0000033 IBA PANTHER:PTN000505272|UniProtKB:Q9HU91 F Imidazolonepropionase UniProtKB:P42084|PTN000505311 protein NCBITaxon:224308 20190227 GO_Central imidazolonepropionase activity +UniProtKB P42068 hutG GO:0033389 GO_REF:0000033 IBA PANTHER:PTN000144486|TAIR:locus:2138718|UniProtKB:P60651|TAIR:locus:2138743 P Formimidoylglutamase UniProtKB:P42068|PTN000144568 protein NCBITaxon:224308 20211110 GO_Central putrescine biosynthetic process from arginine, using agmatinase +UniProtKB P42068 hutG GO:0008783 GO_REF:0000033 IBA PANTHER:PTN000144486|TAIR:locus:2138718|CGD:CAL0000194495|UniProtKB:P60651|TAIR:locus:2138743|UniProtKB:Q5JI38 F Formimidoylglutamase UniProtKB:P42068|PTN000144568 protein NCBITaxon:224308 20200929 GO_Central agmatinase activity +UniProtKB P42061 appA GO:0030288 GO_REF:0000033 IBA PANTHER:PTN008624512|UniProtKB:P33590|UniProtKB:Q46863|UniProtKB:P77348|UniProtKB:P33913|UniProtKB:P23843|UniProtKB:P75797|UniProtKB:P23847 C Oligopeptide-binding protein AppA UniProtKB:P42061|PTN002016652 protein NCBITaxon:224308 20170228 GO_Central outer membrane-bounded periplasmic space +UniProtKB P42061 appA GO:1904680 GO_REF:0000033 IBA PANTHER:PTN008624512|UniProtKB:P9WGU5|UniProtKB:P23847 F Oligopeptide-binding protein AppA UniProtKB:P42061|PTN002016652 protein NCBITaxon:224308 20231109 GO_Central peptide transmembrane transporter activity +UniProtKB P42061 appA GO:0015833 GO_REF:0000033 IBA PANTHER:PTN008624512|UniProtKB:Q9I2T4|UniProtKB:P23847|UniProtKB:P33913|UniProtKB:P23843|UniProtKB:P77348|UniProtKB:Q9I2T3 P Oligopeptide-binding protein AppA UniProtKB:P42061|PTN002016652 protein NCBITaxon:224308 20230406 GO_Central peptide transport +UniProtKB P42060 rplV GO:0006412 GO_REF:0000033 IBA PANTHER:PTN000337444|UniProtKB:P61175 P 50S ribosomal protein L22 UniProtKB:P42060|PTN000337499 protein NCBITaxon:224308 20230221 GO_Central translation +UniProtKB P42060 rplV GO:0022625 GO_REF:0000033 IBA PANTHER:PTN000337498|UniProtKB:P61175 C 50S ribosomal protein L22 UniProtKB:P42060|PTN000337499 protein NCBITaxon:224308 20170228 GO_Central cytosolic large ribosomal subunit +UniProtKB P42060 rplV GO:0003735 GO_REF:0000033 IBA PANTHER:PTN000337444|SGD:S000005121 F 50S ribosomal protein L22 UniProtKB:P42060|PTN000337499 protein NCBITaxon:224308 20170228 GO_Central structural constituent of ribosome +UniProtKB Q06750 cysE GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000602332|TAIR:locus:2127978|TAIR:locus:2164996|UniProtKB:P0A9D4|TAIR:locus:2057254 C Serine acetyltransferase UniProtKB:Q06750|PTN000602352 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB Q06750 cysE GO:0009001 GO_REF:0000033 IBA PANTHER:PTN000602332|TAIR:locus:2089974|TAIR:locus:2057254|TAIR:locus:2012085|UniProtKB:P0A9D4|TAIR:locus:2164996|UniProtKB:Q06750|TAIR:locus:2127978 F Serine acetyltransferase UniProtKB:Q06750|PTN000602352 protein NCBITaxon:224308 20170228 GO_Central serine O-acetyltransferase activity +UniProtKB P42437 nasF GO:0019354 GO_REF:0000033 IBA PANTHER:PTN000472945|SGD:S000001777|TAIR:locus:2164506 P Uroporphyrinogen-III C-methyltransferase UniProtKB:P42437|PTN000472993 protein NCBITaxon:224308 20230407 GO_Central siroheme biosynthetic process +UniProtKB P42437 nasF GO:0004851 GO_REF:0000033 IBA PANTHER:PTN000472945|TAIR:locus:2164506|SGD:S000001777|UniProtKB:P0AEA8 F Uroporphyrinogen-III C-methyltransferase UniProtKB:P42437|PTN000472993 protein NCBITaxon:224308 20170228 GO_Central uroporphyrin-III C-methyltransferase activity +UniProtKB P42436 nasE GO:0051537 GO_REF:0000033 IBA PANTHER:PTN000486833|UniProtKB:P0ABW0 F Assimilatory nitrite reductase [NAD(P)H] small subunit UniProtKB:P42436|PTN000486905 protein NCBITaxon:224308 20170420 GO_Central 2 iron, 2 sulfur cluster binding +UniProtKB P42423 yxdL GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P0A9R7|UniProtKB:P75957|UniProtKB:P33916|UniProtKB:O34814|UniProtKB:O05779 C ABC transporter ATP-binding protein YxdL UniProtKB:P42423|PTN000656664 protein NCBITaxon:224308 20231109 GO_Central plasma membrane +UniProtKB P42423 yxdL GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P9WQL7 F ABC transporter ATP-binding protein YxdL UniProtKB:P42423|PTN000656664 protein NCBITaxon:224308 20210531 GO_Central transmembrane transporter activity +UniProtKB P42423 yxdL GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000655654|UniProtKB:P33593|UniProtKB:P33916|UniProtKB:P9WQL7 P ABC transporter ATP-binding protein YxdL UniProtKB:P42423|PTN000656664 protein NCBITaxon:224308 20200809 GO_Central transmembrane transport +UniProtKB P42421 yxdJ GO:0000156 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O07776|UniProtKB:Q9I2U3|UniProtKB:P38684|UniProtKB:P0A9Q1|UniProtKB:P30843|UniProtKB:P0AA16|UniProtKB:P0AE88 F Transcriptional regulatory protein YxdJ UniProtKB:P42421|PTN000724416 protein NCBITaxon:224308 20211113 GO_Central phosphorelay response regulator activity +UniProtKB P42421 yxdJ GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:Q8EEF6|UniProtKB:P9WGM9|UniProtKB:P9WGL9|UniProtKB:P0AFJ5|UniProtKB:P23890|UniProtKB:P0AFT5|UniProtKB:P37478|UniProtKB:P0AA16|UniProtKB:Q8EHJ3|UniProtKB:P21866|UniProtKB:P44918|UniProtKB:P69228|UniProtKB:P23836|UniProtKB:P0AE88|UniProtKB:P08368|UniProtKB:P0ACZ8|UniProtKB:P38684|UniProtKB:P71814|UniProtKB:P30843|UniProtKB:P9WGM7|UniProtKB:O53830|UniProtKB:P76340|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q9I034 P Transcriptional regulatory protein YxdJ UniProtKB:P42421|PTN000724416 protein NCBITaxon:224308 20230604 GO_Central regulation of DNA-templated transcription +UniProtKB P42421 yxdJ GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:P69228|UniProtKB:P0AE88|UniProtKB:P0A9Q1 C Transcriptional regulatory protein YxdJ UniProtKB:P42421|PTN000724416 protein NCBITaxon:224308 20170829 GO_Central cytosol +UniProtKB P42421 yxdJ GO:0000976 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P69228|UniProtKB:Q8EE50|UniProtKB:P21866|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P08368|UniProtKB:Q8EHJ3 F Transcriptional regulatory protein YxdJ UniProtKB:P42421|PTN000724416 protein NCBITaxon:224308 20211113 GO_Central transcription cis-regulatory region binding +UniProtKB P42421 yxdJ GO:0032993 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q8EHJ3 C Transcriptional regulatory protein YxdJ UniProtKB:P42421|PTN000724416 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex +UniProtKB P42417 iolF GO:0022857 GO_REF:0000033 IBA PANTHER:PTN008282071|CGD:CAL0000193792|MGI:MGI:1860103|RGD:620611|UniProtKB:Q7PIR5|TAIR:locus:2035984|FB:FBgn0050035|TAIR:locus:2066400|FB:FBgn0034909|ZFIN:ZDB-GENE-081104-301 F Minor myo-inositol transporter IolF UniProtKB:P42417|PTN000628497 protein NCBITaxon:224308 20220926 GO_Central transmembrane transporter activity +UniProtKB P42417 iolF GO:0016020 GO_REF:0000033 IBA PANTHER:PTN008282071|UniProtKB:Q7PIR5|TAIR:locus:2035984|UniProtKB:Q9UGQ3|MGI:MGI:1860103|FB:FBgn0033644|FB:FBgn0034909|TAIR:locus:2025132|TAIR:locus:2122138|FB:FBgn0050035|TAIR:locus:2066400|TAIR:locus:2016407|UniProtKB:Q9SD00|TAIR:locus:2030377 C Minor myo-inositol transporter IolF UniProtKB:P42417|PTN000628497 protein NCBITaxon:224308 20231110 GO_Central membrane +UniProtKB P42417 iolF GO:0055085 GO_REF:0000033 IBA PANTHER:PTN008282071|TAIR:locus:2035984|ZFIN:ZDB-GENE-081104-301|FB:FBgn0034909|TAIR:locus:2016407|FB:FBgn0050035|MGI:MGI:1860103|CGD:CAL0000193792 P Minor myo-inositol transporter IolF UniProtKB:P42417|PTN000628497 protein NCBITaxon:224308 20231110 GO_Central transmembrane transport +UniProtKB P42415 iolD GO:0005948 GO_REF:0000033 IBA PANTHER:PTN000438758|SGD:S000004714|UniProtKB:P08142|UniProtKB:P00893 C 3D-(3,5/4)-trihydroxycyclohexane-1,2-dione hydrolase UniProtKB:P42415|PTN000438879 protein NCBITaxon:224308 20230406 GO_Central acetolactate synthase complex +UniProtKB P42415 iolD GO:0009099 GO_REF:0000033 IBA PANTHER:PTN000438758|CGD:CAL0000198378|UniProtKB:P9WG41|TAIR:locus:2114525|PomBase:SPBP35G2.07|UniProtKB:P00893|UniProtKB:P08142 P 3D-(3,5/4)-trihydroxycyclohexane-1,2-dione hydrolase UniProtKB:P42415|PTN000438879 protein NCBITaxon:224308 20200220 GO_Central valine biosynthetic process +UniProtKB P42415 iolD GO:0050660 GO_REF:0000033 IBA PANTHER:PTN000438682|SGD:S000004714|UniProtKB:P0AEP7 F 3D-(3,5/4)-trihydroxycyclohexane-1,2-dione hydrolase UniProtKB:P42415|PTN000438879 protein NCBITaxon:224308 20200220 GO_Central flavin adenine dinucleotide binding +UniProtKB P42415 iolD GO:0009097 GO_REF:0000033 IBA PANTHER:PTN000438758|UniProtKB:P08142|UniProtKB:P9WG41|PomBase:SPBP35G2.07|CGD:CAL0000198378|UniProtKB:P00893 P 3D-(3,5/4)-trihydroxycyclohexane-1,2-dione hydrolase UniProtKB:P42415|PTN000438879 protein NCBITaxon:224308 20200220 GO_Central isoleucine biosynthetic process +UniProtKB P42415 iolD GO:0003984 GO_REF:0000033 IBA PANTHER:PTN000438682|UniProtKB:P9WG41|TAIR:locus:2114525|UniProtKB:P08142|SGD:S000004714|UniProtKB:P9WG39|PomBase:SPBP35G2.07|UniProtKB:P00893 F 3D-(3,5/4)-trihydroxycyclohexane-1,2-dione hydrolase UniProtKB:P42415|PTN000438879 protein NCBITaxon:224308 20200220 GO_Central acetolactate synthase activity +UniProtKB P42412 iolA GO:0006574 GO_REF:0000033 IBA PANTHER:PTN000192513|UniProtKB:Q02252|RGD:621556 P Malonate-semialdehyde dehydrogenase UniProtKB:P42412|PTN000192570 protein NCBITaxon:224308 20170601 GO_Central valine catabolic process +UniProtKB P42412 iolA GO:0006210 GO_REF:0000033 IBA PANTHER:PTN000192513|UniProtKB:Q02252|RGD:621556 P Malonate-semialdehyde dehydrogenase UniProtKB:P42412|PTN000192570 protein NCBITaxon:224308 20170601 GO_Central thymine catabolic process +UniProtKB P42412 iolA GO:0004491 GO_REF:0000033 IBA PANTHER:PTN000192513|UniProtKB:Q07536|UniProtKB:Q02252|RGD:621556 F Malonate-semialdehyde dehydrogenase UniProtKB:P42412|PTN000192570 protein NCBITaxon:224308 20200810 GO_Central methylmalonate-semialdehyde dehydrogenase (acylating, NAD) activity +UniProtKB P42405 hxlA GO:0033982 GO_REF:0000033 IBA PANTHER:PTN002170082|UniProtKB:P37678|UniProtKB:P39304 F 3-hexulose-6-phosphate synthase UniProtKB:P42405|PTN000444625 protein NCBITaxon:224308 20180315 GO_Central 3-dehydro-L-gulonate-6-phosphate decarboxylase activity +UniProtKB P42405 hxlA GO:0019854 GO_REF:0000033 IBA PANTHER:PTN002170082|UniProtKB:P39304 P 3-hexulose-6-phosphate synthase UniProtKB:P42405|PTN000444625 protein NCBITaxon:224308 20180315 GO_Central L-ascorbic acid catabolic process +UniProtKB P42403 bglC GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000039749|UniProtKB:Q46829 C Aryl-phospho-beta-D-glucosidase BglC UniProtKB:P42403|PTN000039752 protein NCBITaxon:224308 20170228 GO_Central cytosol +UniProtKB P42403 bglC GO:0008422 GO_REF:0000033 IBA PANTHER:PTN000039458|TAIR:locus:2180597|UniProtKB:P09848|TAIR:locus:2201502|UniProtKB:O80689|TAIR:locus:2015338|RGD:620823|TAIR:locus:2084319|TAIR:locus:2033928|UniProtKB:Q75I94|UniProtKB:Q7XKV4|UniProtKB:Q75I93|TAIR:locus:2083524|TAIR:locus:2018179|TAIR:locus:2036873|TAIR:locus:2201492|UniProtKB:Q7XSK0|UniProtKB:P49235|UniProtKB:A3BMZ5|UniProtKB:Q7XSK2|UniProtKB:Q8L7J2|UniProtKB:P11988|TAIR:locus:2092767|UniProtKB:Q9H227 F Aryl-phospho-beta-D-glucosidase BglC UniProtKB:P42403|PTN000039752 protein NCBITaxon:224308 20220413 GO_Central beta-glucosidase activity +UniProtKB P42403 bglC GO:0016052 GO_REF:0000033 IBA PANTHER:PTN000039749|UniProtKB:P24240 P Aryl-phospho-beta-D-glucosidase BglC UniProtKB:P42403|PTN000039752 protein NCBITaxon:224308 20230405 GO_Central carbohydrate catabolic process +UniProtKB P42399 yckA GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000770159|UniProtKB:P0AFT2|UniProtKB:P0AER3|UniProtKB:P0AEQ6|UniProtKB:P45767|UniProtKB:P0AER5|UniProtKB:P45768|UniProtKB:P0AE30 C Probable amino-acid ABC transporter permease protein YckA UniProtKB:P42399|PTN000770163 protein NCBITaxon:224308 20170228 GO_Central plasma membrane +UniProtKB P42399 yckA GO:0006865 GO_REF:0000033 IBA PANTHER:PTN000770159|UniProtKB:P0AFT2|UniProtKB:Q9I404|UniProtKB:Q9I403|UniProtKB:Q9I487 P Probable amino-acid ABC transporter permease protein YckA UniProtKB:P42399|PTN000770163 protein NCBITaxon:224308 20230406 GO_Central amino acid transport +UniProtKB P42317 yxjF GO:0030497 GO_REF:0000033 IBA PANTHER:PTN001211919|UniProtKB:P0A2C9|UniProtKB:P0AEK2|UniProtKB:P71079 P Uncharacterized oxidoreductase YxjF UniProtKB:P42317|PTN001215232 protein NCBITaxon:224308 20190227 GO_Central fatty acid elongation +UniProtKB P42317 yxjF GO:0016616 GO_REF:0000033 IBA PANTHER:PTN002449287|MGI:MGI:95911|UniProtKB:Q8N4T8|UniProtKB:P0AEK2|UniProtKB:O54438|SGD:S000001538|UniProtKB:P0AG84|UniProtKB:Q8I2S7|TAIR:locus:2024021|UniProtKB:P9WGT1|CGD:CAL0000174204|UniProtKB:P37769|UniProtKB:Q92506|UniProtKB:P05707 F Uncharacterized oxidoreductase YxjF UniProtKB:P42317|PTN001215232 protein NCBITaxon:224308 20230111 GO_Central oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor +UniProtKB P42316 scoB GO:0008410 GO_REF:0000033 IBA PANTHER:PTN000344749|UniProtKB:Q29551|RGD:1584008|MGI:MGI:1891061|FB:FBgn0035298|MGI:MGI:1914291|UniProtKB:P55809 F Probable succinyl-CoA:3-ketoacid coenzyme A transferase subunit B UniProtKB:P42316|PTN004433483 protein NCBITaxon:224308 20230110 GO_Central CoA-transferase activity +UniProtKB P42313 yxjB GO:0008168 GO_REF:0000033 IBA PANTHER:PTN002459972|UniProtKB:Q9NZJ6|TAIR:locus:2052761|FB:FBgn0028841|RGD:2380|UniProtKB:P17993|UniProtKB:P36566|SGD:S000005456|UniProtKB:P12999|UniProtKB:P25397 F Putative 23S rRNA (guanine-N(1)-)-methyltransferase YxjB UniProtKB:P42313|PTN001297579 protein NCBITaxon:224308 20231109 GO_Central methyltransferase activity +UniProtKB P42312 nupG GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000063482|RGD:61840|CGD:CAL0000196014|UniProtKB:O43868|UniProtKB:P33021|MGI:MGI:2137361|RGD:621223|MGI:MGI:1913105|UniProtKB:O00337|UniProtKB:P33024|UniProtKB:O62667|MGI:MGI:3605073|UniProtKB:P0AFF2 C Purine nucleoside transport protein NupG UniProtKB:P42312|PTN000063587 protein NCBITaxon:224308 20230602 GO_Central plasma membrane +UniProtKB P42312 nupG GO:0005337 GO_REF:0000033 IBA PANTHER:PTN000063482|UniProtKB:Q5B1T7|UniProtKB:Q9HAS3|CGD:CAL0000196014|RGD:61840|UniProtKB:O43868|MGI:MGI:1913105|RGD:621223|UniProtKB:O00337|UniProtKB:P0AFF2|UniProtKB:O62667|MGI:MGI:2137361 F Purine nucleoside transport protein NupG UniProtKB:P42312|PTN000063587 protein NCBITaxon:224308 20231108 GO_Central nucleoside transmembrane transporter activity +UniProtKB P42312 nupG GO:1901642 GO_REF:0000033 IBA PANTHER:PTN000063482|UniProtKB:O00337|MGI:MGI:2137361|UniProtKB:Q9HAS3|UniProtKB:O43868|UniProtKB:P0AFF2 P Purine nucleoside transport protein NupG UniProtKB:P42312|PTN000063587 protein NCBITaxon:224308 20231108 GO_Central nucleoside transmembrane transport +UniProtKB P42312 nupG GO:0015293 GO_REF:0000033 IBA PANTHER:PTN000063482|UniProtKB:O00337|RGD:621223|UniProtKB:O62667|UniProtKB:P0AFF2|MGI:MGI:2137361|RGD:61840|CGD:CAL0000196014|UniProtKB:O43868 F Purine nucleoside transport protein NupG UniProtKB:P42312|PTN000063587 protein NCBITaxon:224308 20231108 GO_Central symporter activity +UniProtKB P42308 citN GO:0055085 GO_REF:0000033 IBA PANTHER:PTN000031793|MGI:MGI:1276558|RGD:628786|SGD:S000005296|SGD:S000000633|ZFIN:ZDB-GENE-031222-3|UniProtKB:Q13183|UniProtKB:Q8WWT9|RGD:61920|MGI:MGI:3037150|MGI:MGI:2149635 P Citrate transporter UniProtKB:P42308|PTN000032056 protein NCBITaxon:224308 20231108 GO_Central transmembrane transport +UniProtKB P42308 citN GO:0022857 GO_REF:0000033 IBA PANTHER:PTN000031793|WB:WBGene00003518|SGD:S000000633|UniProtKB:Q13183|UniProtKB:Q8WWT9|RGD:61920|SGD:S000003734|RGD:61919|TAIR:locus:2168988|MGI:MGI:1276558|SGD:S000005296|UniProtKB:Q9BZW2|WB:WBGene00003519|ZFIN:ZDB-GENE-031222-3|MGI:MGI:1859937|MGI:MGI:3037150|MGI:MGI:2149635|RGD:631374|UniProtKB:Q9UKG4|FB:FBgn0036816|RGD:628786|UniProtKB:Q86YT5|WB:WBGene00003517 F Citrate transporter UniProtKB:P42308|PTN000032056 protein NCBITaxon:224308 20230926 GO_Central transmembrane transporter activity +UniProtKB P42308 citN GO:0005886 GO_REF:0000033 IBA PANTHER:PTN000031793|RGD:631374|RGD:61919|SGD:S000003734|RGD:61920|UniProtKB:Q8WWT9|UniProtKB:Q13183|SGD:S000000633|UniProtKB:Q86YT5|FB:FBgn0036816 C Citrate transporter UniProtKB:P42308|PTN000032056 protein NCBITaxon:224308 20230926 GO_Central plasma membrane +UniProtKB P42305 dbpA GO:0009409 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P96614|UniProtKB:P54475|UniProtKB:P0A9P6 P ATP-dependent RNA helicase DbpA UniProtKB:P42305|PTN002777982 protein NCBITaxon:224308 20221130 GO_Central response to cold +UniProtKB P42305 dbpA GO:0005829 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6 C ATP-dependent RNA helicase DbpA UniProtKB:P42305|PTN002777982 protein NCBITaxon:224308 20190430 GO_Central cytosol +UniProtKB P42305 dbpA GO:0003724 GO_REF:0000033 IBA PANTHER:PTN002776767|UniProtKB:P0A9P6|UniProtKB:Q55804|UniProtKB:P96614 F ATP-dependent RNA helicase DbpA UniProtKB:P42305|PTN002777982 protein NCBITaxon:224308 20190430 GO_Central RNA helicase activity +UniProtKB P42305 dbpA GO:0033592 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P0A9P6|UniProtKB:Q55804 F ATP-dependent RNA helicase DbpA UniProtKB:P42305|PTN002777982 protein NCBITaxon:224308 20190430 GO_Central RNA strand annealing activity +UniProtKB P42305 dbpA colocalizes_with GO:0005840 GO_REF:0000033 IBA PANTHER:PTN002777975|UniProtKB:P96614 C ATP-dependent RNA helicase DbpA UniProtKB:P42305|PTN002777982 protein NCBITaxon:224308 20190430 GO_Central ribosome +UniProtKB P42252 tatC1 GO:0065002 GO_REF:0000033 IBA PANTHER:PTN000769484|UniProtKB:P69423 P Sec-independent protein translocase protein TatCd UniProtKB:P42252|PTN001251699 protein NCBITaxon:224308 20170228 GO_Central intracellular protein transmembrane transport +UniProtKB P42252 tatC1 GO:0043953 GO_REF:0000033 IBA PANTHER:PTN000769484|UniProtKB:P69423 P Sec-independent protein translocase protein TatCd UniProtKB:P42252|PTN001251699 protein NCBITaxon:224308 20170228 GO_Central protein transport by the Tat complex +UniProtKB P42252 tatC1 GO:0033281 GO_REF:0000033 IBA PANTHER:PTN000769484|UniProtKB:P69423|UniProtKB:Q9HUB3|TAIR:locus:2045750 C Sec-independent protein translocase protein TatCd UniProtKB:P42252|PTN001251699 protein NCBITaxon:224308 20170228 GO_Central TAT protein transport complex +UniProtKB P42252 tatC1 GO:0009977 GO_REF:0000033 IBA PANTHER:PTN000769484|UniProtKB:P69423 F Sec-independent protein translocase protein TatCd UniProtKB:P42252|PTN001251699 protein NCBITaxon:224308 20170228 GO_Central proton motive force dependent protein transmembrane transporter activity +UniProtKB P42245 ycbM GO:0007234 GO_REF:0000033 IBA PANTHER:PTN002450928|UniProtKB:Q5AVI3|SGD:S000003996 P Sensor histidine kinase YcbM UniProtKB:P42245|PTN000724403 protein NCBITaxon:224308 20200810 GO_Central osmosensory signaling via phosphorelay pathway +UniProtKB P42245 ycbM GO:0030295 GO_REF:0000033 IBA PANTHER:PTN002450928|SGD:S000003996 F Sensor histidine kinase YcbM UniProtKB:P42245|PTN000724403 protein NCBITaxon:224308 20201206 GO_Central protein kinase activator activity +UniProtKB P42245 ycbM GO:0000156 GO_REF:0000033 IBA PANTHER:PTN002450928|SGD:S000003996|CGD:CAL0000190567 F Sensor histidine kinase YcbM UniProtKB:P42245|PTN000724403 protein NCBITaxon:224308 20221009 GO_Central phosphorelay response regulator activity +UniProtKB P42244 ycbL GO:0006355 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:Q8EEF6|UniProtKB:P9WGM9|UniProtKB:P9WGL9|UniProtKB:P0AFJ5|UniProtKB:P23890|UniProtKB:P0AFT5|UniProtKB:P37478|UniProtKB:P0AA16|UniProtKB:Q8EHJ3|UniProtKB:P21866|UniProtKB:P44918|UniProtKB:P69228|UniProtKB:P23836|UniProtKB:P0AE88|UniProtKB:P08368|UniProtKB:P0ACZ8|UniProtKB:P38684|UniProtKB:P71814|UniProtKB:P30843|UniProtKB:P9WGM7|UniProtKB:O53830|UniProtKB:P76340|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q9I034 P Uncharacterized transcriptional regulatory protein YcbL UniProtKB:P42244|PTN000704176 protein NCBITaxon:224308 20230604 GO_Central regulation of DNA-templated transcription +UniProtKB P42244 ycbL GO:0000156 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O07776|UniProtKB:Q9I2U3|UniProtKB:P38684|UniProtKB:P0A9Q1|UniProtKB:P30843|UniProtKB:P0AA16|UniProtKB:P0AE88 F Uncharacterized transcriptional regulatory protein YcbL UniProtKB:P42244|PTN000704176 protein NCBITaxon:224308 20211113 GO_Central phosphorelay response regulator activity +UniProtKB P42244 ycbL GO:0000976 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:O24973|UniProtKB:P69228|UniProtKB:Q8EE50|UniProtKB:P21866|UniProtKB:P0A9Q1|UniProtKB:P23836|UniProtKB:P08368|UniProtKB:Q8EHJ3 F Uncharacterized transcriptional regulatory protein YcbL UniProtKB:P42244|PTN000704176 protein NCBITaxon:224308 20211113 GO_Central transcription cis-regulatory region binding +UniProtKB P42244 ycbL GO:0032993 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:O24973|UniProtKB:Q8EE50|UniProtKB:P0A9Q1|UniProtKB:Q8EHJ3 C Uncharacterized transcriptional regulatory protein YcbL UniProtKB:P42244|PTN000704176 protein NCBITaxon:224308 20170829 GO_Central protein-DNA complex +UniProtKB P42244 ycbL GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000724188|UniProtKB:P23836|UniProtKB:P69228|UniProtKB:P0AE88|UniProtKB:P0A9Q1 C Uncharacterized transcriptional regulatory protein YcbL UniProtKB:P42244|PTN000704176 protein NCBITaxon:224308 20170829 GO_Central cytosol +UniProtKB P42240 garD GO:0008867 GO_REF:0000033 IBA PANTHER:PTN000776262|UniProtKB:P39829 F Probable galactarate dehydratase (L-threo-forming) UniProtKB:P42240|PTN001254196 protein NCBITaxon:224308 20170228 GO_Central galactarate dehydratase activity +UniProtKB P42240 garD GO:0046392 GO_REF:0000033 IBA PANTHER:PTN000776262|UniProtKB:P39829 P Probable galactarate dehydratase (L-threo-forming) UniProtKB:P42240|PTN001254196 protein NCBITaxon:224308 20170228 GO_Central galactarate catabolic process +UniProtKB P42240 garD GO:0019698 GO_REF:0000033 IBA PANTHER:PTN000776259|UniProtKB:P42604 P Probable galactarate dehydratase (L-threo-forming) UniProtKB:P42240|PTN001254196 protein NCBITaxon:224308 20170228 GO_Central D-galacturonate catabolic process +UniProtKB P42235 ycbC GO:0008840 GO_REF:0000033 IBA PANTHER:PTN000252718|TAIR:locus:2101921|UniProtKB:P9WP25|TAIR:locus:2050936|UniProtKB:P0A6L2 F Probable 5-dehydro-4-deoxyglucarate dehydratase UniProtKB:P42235|PTN000252821 protein NCBITaxon:224308 20210623 GO_Central 4-hydroxy-tetrahydrodipicolinate synthase activity +UniProtKB P42234 katE GO:0020037 GO_REF:0000033 IBA PANTHER:PTN000157357|UniProtKB:P21179|UniProtKB:Q9C168 F Catalase-2 UniProtKB:P42234|PTN000157368 protein NCBITaxon:224308 20170228 GO_Central heme binding +UniProtKB P42234 katE GO:0042744 GO_REF:0000033 IBA PANTHER:PTN000157357|dictyBase:DDB_G0269108|UniProtKB:P21179 P Catalase-2 UniProtKB:P42234|PTN000157368 protein NCBITaxon:224308 20220925 GO_Central hydrogen peroxide catabolic process +UniProtKB P42234 katE GO:0005829 GO_REF:0000033 IBA PANTHER:PTN000157357|dictyBase:DDB_G0269108 C Catalase-2 UniProtKB:P42234|PTN000157368 protein NCBITaxon:224308 20211112 GO_Central cytosol +UniProtKB P42234 katE GO:0004096 GO_REF:0000033 IBA PANTHER:PTN000157357|UniProtKB:P55305|UniProtKB:Q92405|UniProtKB:Q9C168|UniProtKB:P21179|dictyBase:DDB_G0269108 F Catalase-2 UniProtKB:P42234|PTN000157368 protein NCBITaxon:224308 20220925 GO_Central catalase activity +UniProtKB P42234 katE GO:0006979 GO_REF:0000033 IBA PANTHER:PTN000157357|UniProtKB:Q92405|UniProtKB:P55305|UniProtKB:P21179|dictyBase:DDB_G0269108 P Catalase-2 UniProtKB:P42234|PTN000157368 protein NCBITaxon:224308 20220925 GO_Central response to oxidative stress +UniProtKB P17867 cisA GO:0006310 GO_REF:0000033 IBA PANTHER:PTN001576764|UniProtKB:P03014 P Putative DNA recombinase UniProtKB:P17867|PTN001252666 protein NCBITaxon:224308 20200930 GO_Central DNA recombination +UniProtKB P17867 cisA GO:0000150 GO_REF:0000033 IBA PANTHER:PTN001576764|UniProtKB:P03014 F Putative DNA recombinase UniProtKB:P17867|PTN001252666 protein NCBITaxon:224308 20210531 GO_Central DNA strand exchange activity diff --git a/data/external/GO_annotations_curated.csv b/data/external/GO_annotations_curated.csv index 5468c61a..882bc642 100644 --- a/data/external/GO_annotations_curated.csv +++ b/data/external/GO_annotations_curated.csv @@ -1,4160 +1,4155 @@ ,gene_id,gene_name,gene_ontology -0,BSU_16390,flhA,plasma membrane -1,BSU_16390,flhA,bacterial-type flagellum assembly -2,BSU_09270,glpP,"transcription antitermination factor activity, RNA binding" -3,BSU_01420,rpsK,translation -4,BSU_01420,rpsK,small ribosomal subunit rRNA binding -5,BSU_01420,rpsK,ribosomal small subunit assembly -6,BSU_01420,rpsK,mRNA 5'-UTR binding -7,BSU_01420,rpsK,structural constituent of ribosome -8,BSU_01420,rpsK,"maturation of SSU-rRNA from tricistronic rRNA transcript (SSU-rRNA, 5.8S rRNA, LSU-rRNA)" -9,BSU_01420,rpsK,cytosolic small ribosomal subunit -10,BSU_31930,ald,alanine catabolic process -11,BSU_31930,ald,alanine dehydrogenase activity -12,BSU_03560,ycxD,transaminase activity -13,BSU_03560,ycxD,alpha-amino acid metabolic process -14,BSU_03510,srfAC,phosphopantetheine binding -15,BSU_03510,srfAC,cytoplasm -16,BSU_03510,srfAC,amino acid activation for nonribosomal peptide biosynthetic process -17,BSU_03510,srfAC,cytosol -18,BSU_03510,srfAC,secondary metabolite biosynthetic process -19,BSU_28120,hemL,porphyrin-containing compound biosynthetic process -20,BSU_16660,truB,mRNA pseudouridine synthesis -21,BSU_16660,truB,tRNA modification -22,BSU_16660,truB,pseudouridine synthase activity -23,BSU_16650,rbfA,cytosol -24,BSU_16650,rbfA,ribosome biogenesis -25,BSU_16650,rbfA,ribosomal small subunit binding -26,BSU_16600,nusA,transcription antitermination -27,BSU_16600,nusA,cytosol -28,BSU_16590,rimP,ribosomal small subunit assembly -29,BSU_16590,rimP,cytosol -30,BSU_16590,rimP,translation -31,BSU_34265,epsK,plasma membrane -32,BSU_22730,ndk,pyrimidine nucleotide metabolic process -33,BSU_22730,ndk,nucleoside diphosphate kinase activity -34,BSU_22730,ndk,purine nucleotide metabolic process -35,BSU_22700,aroB,aromatic amino acid family biosynthetic process -36,BSU_22700,aroB,3-dehydroquinate synthase activity -37,BSU_22740,hepT,prenyltransferase activity -38,BSU_22740,hepT,isoprenoid biosynthetic process -39,BSU_22750,menG,methyltransferase activity -40,BSU_23080,aroC,chorismate synthase activity -41,BSU_23080,aroC,aromatic amino acid family biosynthetic process -42,BSU_23080,aroC,chorismate biosynthetic process -43,BSU_23080,aroC,cytosol -44,BSU_23080,aroC,FMN binding -45,BSU_34380,slrR,"regulation of transcription, DNA-templated" -46,BSU_34380,slrR,DNA-binding transcription factor activity -52,BSU_07340,mtrA,amino acid transport -53,BSU_07340,mtrA,amino acid transmembrane transporter activity -58,BSU_09840,hemZ,cytoplasm -59,BSU_09840,hemZ,"4 iron, 4 sulfur cluster binding" -60,BSU_09840,hemZ,porphyrin-containing compound biosynthetic process -61,BSU_10880,yisV,transaminase activity -62,BSU_10880,yisV,alpha-amino acid metabolic process -63,BSU_11170,yitY,oxidoreductase activity -64,BSU_13940,ykwB,"transferase activity, transferring acyl groups other than amino-acyl groups" -65,BSU_13980,pbpH,"peptidoglycan L,D-transpeptidase activity" -66,BSU_13980,pbpH,cell wall organization -67,BSU_13980,pbpH,penicillin binding -68,BSU_13980,pbpH,integral component of plasma membrane -69,BSU_27220,yrhE,"4 iron, 4 sulfur cluster binding" -70,BSU_34230,epsN,polysaccharide biosynthetic process -71,BSU_34230,epsN,pyridoxal phosphate binding -72,BSU_34230,epsN,transaminase activity -73,BSU_01170,rplD,structural constituent of ribosome -74,BSU_28090,valS,cytosol -75,BSU_28090,valS,valine-tRNA ligase activity -76,BSU_28090,valS,valyl-tRNA aminoacylation -77,BSU_28080,folC,dihydrofolate synthase activity -78,BSU_28080,folC,folic acid-containing compound biosynthetic process -79,BSU_28080,folC,tetrahydrofolylpolyglutamate synthase activity -80,BSU_28080,folC,cytoplasm -81,BSU_08350,estB,lipid catabolic process -82,BSU_08350,estB,lipase activity -90,BSU_10430,yhxD,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" -91,BSU_04700,rsbU,phosphatase activity -92,BSU_33930,pgk,gluconeogenesis -93,BSU_33930,pgk,phosphoglycerate kinase activity -94,BSU_33930,pgk,ADP binding -95,BSU_33930,pgk,glycolytic process -96,BSU_33930,pgk,ATP binding -97,BSU_33930,pgk,cytosol -98,BSU_15140,rsmH,rRNA (cytosine-N4-)-methyltransferase activity -99,BSU_15140,rsmH,cytoplasm -100,BSU_15140,rsmH,rRNA base methylation -101,BSU_39240,yxxF,integral component of membrane -102,BSU_11210,argB,acetylglutamate kinase activity -103,BSU_11210,argB,arginine biosynthetic process -104,BSU_11210,argB,arginine binding -105,BSU_18120,alsT,plasma membrane -106,BSU_18100,parC,DNA topological change -107,BSU_18100,parC,cytoplasm -108,BSU_18100,parC,ATP binding -109,BSU_18100,parC,"DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) complex" -110,BSU_18100,parC,DNA binding -111,BSU_18100,parC,"DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) activity" -114,BSU_35510,yvyE,regulation of translational initiation -115,BSU_10150,yhgD,DNA-binding transcription factor activity -116,BSU_10150,yhgD,transcription regulatory region sequence-specific DNA binding -117,BSU_10150,yhgD,"regulation of transcription, DNA-templated" -118,BSU_10140,hemY,oxidoreductase activity -119,BSU_10130,hemH,heme biosynthetic process -120,BSU_10130,hemH,ferrochelatase activity -121,BSU_10120,hemE,uroporphyrinogen decarboxylase activity -122,BSU_10120,hemE,heme biosynthetic process -123,BSU_10120,hemE,cytosol -124,BSU_09100,cspB,"transcription antitermination factor activity, RNA binding" -125,BSU_09100,cspB,nucleic acid binding -126,BSU_09100,cspB,cytosol -127,BSU_09100,cspB,"negative regulation of DNA-templated transcription, termination" -128,BSU_09100,cspB,RNA binding -129,BSU_09100,cspB,regulation of gene expression -130,BSU_40400,walK,osmosensory signaling via phosphorelay pathway -131,BSU_40400,walK,protein kinase activator activity -132,BSU_40400,walK,phosphorelay response regulator activity -133,BSU_40220,yydB,DNA repair -134,BSU_40220,yydB,DNA replication termination -135,BSU_40220,yydB,DNA binding -136,BSU_40220,yydB,exodeoxyribonuclease activity -140,BSU_40130,yydK,"negative regulation of transcription, DNA-templated" -141,BSU_01750,cdaA,adenylate cyclase activity -142,BSU_01710,ybbJ,"transferase activity, transferring acyl groups other than amino-acyl groups" -143,BSU_01700,murQ,peptidoglycan turnover -144,BSU_01700,murQ,carbon-oxygen lyase activity -145,BSU_01700,murQ,ether hydrolase activity -146,BSU_01700,murQ,amino sugar catabolic process -149,BSU_08600,csbB,plasma membrane -150,BSU_14670,suhB,inositol monophosphate 1-phosphatase activity -151,BSU_14670,suhB,signal transduction -152,BSU_14670,suhB,inositol phosphate dephosphorylation -153,BSU_14670,suhB,inositol metabolic process -154,BSU_14560,defB,N-terminal protein amino acid modification -155,BSU_14560,defB,peptidyl-methionine modification -156,BSU_14560,defB,co-translational protein modification -157,BSU_14560,defB,peptide deformylase activity -158,BSU_14550,ykrA,magnesium ion binding -159,BSU_14550,ykrA,phosphatase activity -160,BSU_14550,ykrA,cytosol -163,BSU_15430,ileS,isoleucine-tRNA ligase activity -164,BSU_15430,ileS,isoleucyl-tRNA aminoacylation -165,BSU_15430,ileS,cytosol -166,BSU_33710,opuBC,glycine betaine transport -167,BSU_09260,yhxA,adenosylmethionine-8-amino-7-oxononanoate transaminase activity -168,BSU_09260,yhxA,biotin biosynthetic process -171,BSU_17460,glnA,glutamine biosynthetic process -172,BSU_35370,csrA,negative regulation of translational initiation -173,BSU_35370,csrA,mRNA 5'-UTR binding -174,BSU_35370,csrA,cytosol -175,BSU_00190,dnaX,DNA-dependent DNA replication -176,BSU_17420,spoVK,ATPase activity -177,BSU_35750,tagA,"transferase activity, transferring hexosyl groups" -178,BSU_35730,tagE,"transferase activity, transferring glycosyl groups" -179,BSU_37150,pyrG,CTP biosynthetic process -180,BSU_37150,pyrG,CTP synthase activity -181,BSU_37150,pyrG,pyrimidine nucleobase biosynthetic process -182,BSU_37150,pyrG,identical protein binding -183,BSU_37150,pyrG,cytosol -184,BSU_11650,tenA,cytosol -185,BSU_29740,ccpA,"regulation of transcription, DNA-templated" -186,BSU_29740,ccpA,DNA-binding transcription factor activity -187,BSU_29740,ccpA,transcription regulatory region sequence-specific DNA binding -188,BSU_28490,uvrC,excinuclease repair complex -189,BSU_28490,uvrC,cellular response to DNA damage stimulus -190,BSU_28500,trxA,protein disulfide oxidoreductase activity -191,BSU_28500,trxA,"oxidoreductase activity, acting on a sulfur group of donors, disulfide as acceptor" -192,BSU_28500,trxA,protein-disulfide reductase activity -193,BSU_28500,trxA,cytosol -194,BSU_28500,trxA,cytoplasm -195,BSU_28500,trxA,cell redox homeostasis -196,BSU_01230,rplP,cytosolic large ribosomal subunit -197,BSU_01230,rplP,structural constituent of ribosome -198,BSU_01230,rplP,rRNA binding -201,BSU_31670,yuxO,"1,4-dihydroxy-2-naphthoyl-CoA thioesterase activity" -202,BSU_31670,yuxO,cytosol -203,BSU_00520,ctc,5S rRNA binding -204,BSU_00520,ctc,cytosolic large ribosomal subunit -205,BSU_00520,ctc,translation -206,BSU_00510,prs,5-phosphoribose 1-diphosphate biosynthetic process -207,BSU_00510,prs,ribose phosphate diphosphokinase activity -208,BSU_00510,prs,ribose phosphate diphosphokinase complex -209,BSU_00510,prs,purine nucleotide biosynthetic process -210,BSU_00510,prs,cytoplasm -211,BSU_29110,phoP,DNA-binding transcription activator activity -212,BSU_29110,phoP,cytosol -213,BSU_29110,phoP,protein-DNA complex -214,BSU_29110,phoP,transcription regulatory region sequence-specific DNA binding -215,BSU_29110,phoP,phosphorelay response regulator activity -217,BSU_04180,ydaC,methyltransferase activity -218,BSU_04540,ydbO,cation transmembrane transporter activity -219,BSU_04540,ydbO,membrane -220,BSU_06520,purH,phosphoribosylaminoimidazolecarboxamide formyltransferase activity -221,BSU_06520,purH,'de novo' IMP biosynthetic process -222,BSU_06520,purH,cytosol -223,BSU_06520,purH,IMP cyclohydrolase activity -224,BSU_06440,purB,'de novo' AMP biosynthetic process -225,BSU_06440,purB,"N6-(1,2-dicarboxyethyl)AMP AMP-lyase (fumarate-forming) activity" -226,BSU_06440,purB,cytosol -227,BSU_06440,purB,(S)-2-(5-amino-1-(5-phospho-D-ribosyl)imidazole-4-carboxamido)succinate AMP-lyase (fumarate-forming) activity -228,BSU_06450,purC,cytosol -229,BSU_06500,purM,purine nucleotide biosynthetic process -230,BSU_06500,purM,cytosol -231,BSU_06500,purM,adenine biosynthetic process -232,BSU_06500,purM,phosphoribosylamine-glycine ligase activity -233,BSU_06500,purM,phosphoribosylformylglycinamidine cyclo-ligase activity -234,BSU_06510,purN,cytosol -235,BSU_06510,purN,'de novo' IMP biosynthetic process -236,BSU_06510,purN,cytoplasm -237,BSU_06510,purN,phosphoribosylglycinamide formyltransferase activity -238,BSU_40080,gntZ,NADP binding -239,BSU_40080,gntZ,"pentose-phosphate shunt, oxidative branch" -240,BSU_40080,gntZ,cytosol -241,BSU_40080,gntZ,phosphogluconate dehydrogenase (decarboxylating) activity -242,BSU_40080,gntZ,D-gluconate catabolic process -243,BSU_40070,gntP,gluconate transmembrane transport -244,BSU_40070,gntP,integral component of plasma membrane -245,BSU_40070,gntP,gluconate transmembrane transporter activity -246,BSU_03930,gdh,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" -247,BSU_16240,fliI,"proton-transporting ATP synthase complex, catalytic core F(1)" -248,BSU_16240,fliI,ATPase activity -249,BSU_16230,fliH,cytosol -250,BSU_10620,addB,recombinational repair -251,BSU_10620,addB,DNA helicase complex -252,BSU_10620,addB,cytosol -253,BSU_10620,addB,3'-5' DNA helicase activity -254,BSU_10630,addA,DNA helicase complex -255,BSU_10630,addA,cytosol -256,BSU_10630,addA,recombinational repair -257,BSU_10630,addA,3'-5' DNA helicase activity -258,BSU_01300,rpsH,cytosolic small ribosomal subunit -259,BSU_01300,rpsH,structural constituent of ribosome -263,BSU_01280,rplE,RNA binding -264,BSU_01280,rplE,structural constituent of ribosome -265,BSU_01280,rplE,cytosolic large ribosomal subunit -269,BSU_01250,rpsQ,structural constituent of ribosome -270,BSU_01250,rpsQ,cytosolic small ribosomal subunit -271,BSU_01240,rpmC,cytosolic large ribosomal subunit -272,BSU_39490,yxeN,amino acid transport -273,BSU_39490,yxeN,plasma membrane -274,BSU_03010,amhX,hydrolase activity -280,BSU_21680,msrB,cytoplasm -281,BSU_21680,msrB,peptide-methionine (R)-S-oxide reductase activity -282,BSU_26510,yrkH,sulfur dioxygenase activity -283,BSU_26510,yrkH,hydrogen sulfide metabolic process -284,BSU_26510,yrkH,"hydrolase activity, acting on ester bonds" -285,BSU_26510,yrkH,glutathione metabolic process -286,BSU_26410,psiE,plasma membrane -287,BSU_25710,cwlH,peptidoglycan turnover -288,BSU_25710,cwlH,peptidoglycan catabolic process -289,BSU_25710,cwlH,N-acetylmuramoyl-L-alanine amidase activity -290,BSU_25680,yqeG,phosphatase activity -291,BSU_25180,trmK,tRNA (adenine-N1-)-methyltransferase activity -292,BSU_23810,yqjN,arginine biosynthetic process -293,BSU_23810,yqjN,acetylornithine deacetylase activity -294,BSU_30230,bioK,adenosylmethionine-8-amino-7-oxononanoate transaminase activity -295,BSU_30230,bioK,biotin biosynthetic process -296,BSU_30210,bioD,cytosol -297,BSU_30210,bioD,dethiobiotin synthase activity -298,BSU_30210,bioD,biotin biosynthetic process -299,BSU_21870,ilvD,cytosol -300,BSU_21870,ilvD,hydro-lyase activity -301,BSU_15910,fabG,fatty acid elongation -302,BSU_15910,fabG,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" -303,BSU_15950,ftsY,GTPase activity -304,BSU_15950,ftsY,protein targeting -305,BSU_15950,ftsY,signal recognition particle binding -306,BSU_15950,ftsY,membrane -307,BSU_15950,ftsY,plasma membrane -308,BSU_18480,proH,L-proline biosynthetic process -309,BSU_18480,proH,pyrroline-5-carboxylate reductase activity -310,BSU_32669,yuzN,"regulation of transcription, DNA-templated" -311,BSU_32669,yuzN,transcription regulatory region sequence-specific DNA binding -312,BSU_34970,ppaX,DNA repair -313,BSU_34970,ppaX,dephosphorylation -314,BSU_34970,ppaX,cytosol -315,BSU_34970,ppaX,phosphoglycolate phosphatase activity -316,BSU_12370,exuR,DNA-binding transcription factor activity -317,BSU_12370,exuR,transcription regulatory region sequence-specific DNA binding -318,BSU_12370,exuR,"regulation of transcription, DNA-templated" -319,BSU_28540,fadB,enoyl-CoA hydratase activity -320,BSU_28540,fadB,fatty acid beta-oxidation -321,BSU_15680,gmk,cytosol -322,BSU_15680,gmk,guanylate kinase activity -323,BSU_39350,hutH,histidine catabolic process -324,BSU_39350,hutH,histidine ammonia-lyase activity -325,BSU_39350,hutH,ammonia-lyase activity -326,BSU_23470,spoIIAA,anti-sigma factor antagonist activity -327,BSU_16470,sigD,"regulation of transcription, DNA-templated" -333,BSU_28630,pheT,phenylalanine-tRNA ligase complex -334,BSU_28630,pheT,phenylalanyl-tRNA aminoacylation -335,BSU_28640,pheS,phenylalanine-tRNA ligase activity -336,BSU_28640,pheS,cytoplasm -337,BSU_28640,pheS,phenylalanyl-tRNA aminoacylation -338,BSU_04710,rsbV,anti-sigma factor antagonist activity -339,BSU_24240,recN,response to radiation -340,BSU_24240,recN,SOS response -341,BSU_24240,recN,double-strand break repair via homologous recombination -342,BSU_16630,infB,translation initiation factor activity -343,BSU_16630,infB,translational initiation -344,BSU_00980,sigH,"regulation of transcription, DNA-templated" -347,BSU_15290,ftsZ,cell division -348,BSU_15290,ftsZ,GTP binding -349,BSU_15290,ftsZ,GTPase activity -350,BSU_15290,ftsZ,cell division site -351,BSU_15290,ftsZ,cytoplasm -352,BSU_23260,ribBA,GTP cyclohydrolase II activity -353,BSU_23260,ribBA,cytosol -354,BSU_23260,ribBA,riboflavin biosynthetic process -355,BSU_23280,ribD,diaminohydroxyphosphoribosylaminopyrimidine deaminase activity -359,BSU_26720,azlB,cytosol -360,BSU_26720,azlB,sequence-specific DNA binding -361,BSU_26720,azlB,response to amino acid -362,BSU_26870,yraN,transcription regulatory region sequence-specific DNA binding -363,BSU_26870,yraN,"regulation of transcription, DNA-templated" -364,BSU_14810,ylaK,cytosol -365,BSU_14810,ylaK,ATP binding -370,BSU_10390,yhfW,oxidoreductase activity -371,BSU_10390,yhfW,cytoplasm -372,BSU_10350,yhfS,fatty acid beta-oxidation -373,BSU_10350,yhfS,acetyl-CoA C-acyltransferase activity -374,BSU_10350,yhfS,phenylacetate catabolic process -375,BSU_10340,phoE,cytoplasm -376,BSU_10340,phoE,"intramolecular transferase activity, phosphotransferases" -377,BSU_10250,lplJ,cytoplasm -378,BSU_10250,lplJ,protein lipoylation -379,BSU_10250,lplJ,lipoate-protein ligase activity -380,BSU_10250,lplJ,lipoyltransferase activity -381,BSU_10220,gltT,transmembrane transporter activity -382,BSU_10220,gltT,plasma membrane -383,BSU_10220,gltT,dicarboxylic acid transport -384,BSU_10220,gltT,membrane -385,BSU_10170,fabHB,beta-ketoacyl-acyl-carrier-protein synthase III activity -386,BSU_10170,fabHB,fatty acid metabolic process -394,BSU_09380,nsrR,DNA-binding transcription factor activity -395,BSU_09380,nsrR,cytosol -396,BSU_09380,nsrR,"regulation of transcription, DNA-templated" -397,BSU_10560,ntdR,"regulation of transcription, DNA-templated" -398,BSU_10560,ntdR,transcription regulatory region sequence-specific DNA binding -399,BSU_10560,ntdR,DNA-binding transcription factor activity -400,BSU_10550,ntdA,polysaccharide biosynthetic process -401,BSU_10550,ntdA,transaminase activity -402,BSU_10550,ntdA,pyridoxal phosphate binding -403,BSU_10540,ntdB,magnesium ion binding -404,BSU_10540,ntdB,phosphatase activity -405,BSU_10540,ntdB,cytosol -406,BSU_10520,glcP,membrane -407,BSU_10490,sipV,signal peptide processing -408,BSU_10490,sipV,serine-type endopeptidase activity -409,BSU_10490,sipV,integral component of plasma membrane -416,BSU_09370,lytF,lytic endotransglycosylase activity -417,BSU_09910,yhaO,exodeoxyribonuclease activity -418,BSU_09910,yhaO,DNA repair -419,BSU_09910,yhaO,DNA binding -420,BSU_09930,yhaM,rRNA 3'-end processing -422,BSU_05950,ydiF,ATP binding -423,BSU_05910,tsaE,tRNA threonylcarbamoyladenosine modification -424,BSU_05870,gmuF,"negative regulation of transcription, DNA-templated" -425,BSU_05870,gmuF,transcription regulatory region sequence-specific DNA binding -426,BSU_05860,gmuE,"negative regulation of transcription, DNA-templated" -427,BSU_05860,gmuE,transcription regulatory region sequence-specific DNA binding -428,BSU_05850,gmuR,"negative regulation of transcription, DNA-templated" -429,BSU_05840,gmuD,beta-glucosidase activity -430,BSU_05840,gmuD,carbohydrate catabolic process -431,BSU_05840,gmuD,cytosol -432,BSU_05830,gmuC,plasma membrane -433,BSU_05830,gmuC,carbohydrate derivative transport -434,BSU_05720,ydhE,intracellular membrane-bounded organelle -435,BSU_05720,ydhE,UDP-glycosyltransferase activity -436,BSU_26800,yrpB,nitronate monooxygenase activity -437,BSU_26860,yraO,anion transmembrane transport -438,BSU_26860,yraO,integral component of membrane -439,BSU_27100,yrhP,amino acid transport -440,BSU_27100,yrhP,integral component of plasma membrane -441,BSU_27100,yrhP,amino acid transmembrane transporter activity -444,BSU_34590,mdxG,maltodextrin transport -445,BSU_34590,mdxG,ABC-type maltose transporter activity -446,BSU_34590,mdxG,maltose transport -447,BSU_34600,mdxF,ABC-type maltose transporter activity -448,BSU_34600,mdxF,maltose transport complex -449,BSU_34600,mdxF,maltodextrin transport -457,BSU_34730,yvcN,arylamine N-acetyltransferase activity -458,BSU_34750,whiA,regulation of sporulation -459,BSU_34820,bmrA,transmembrane transport -460,BSU_34820,bmrA,ATPase-coupled transmembrane transporter activity -461,BSU_34820,bmrA,ATPase-coupled lipid transmembrane transporter activity -462,BSU_27250,mccB,pyridoxal phosphate binding -463,BSU_27250,mccB,transsulfuration -464,BSU_27250,mccB,cystathionine gamma-lyase activity -465,BSU_27250,mccB,cysteine biosynthetic process via cystathionine -466,BSU_27250,mccB,cystathionine gamma-synthase activity -467,BSU_27250,mccB,carbon-sulfur lyase activity -468,BSU_27250,mccB,cytoplasm -469,BSU_27260,mccA,pyridoxal phosphate binding -470,BSU_27260,mccA,cytoplasm -471,BSU_27770,yrbE,oxidoreductase activity -472,BSU_27770,yrbE,cytoplasm -473,BSU_27770,yrbE,NADPH regeneration -474,BSU_32100,yumB,NAD(P)H dehydrogenase (quinone) activity -475,BSU_32100,yumB,aerobic electron transport chain -476,BSU_31200,rhaB,rhamnose catabolic process -481,BSU_31660,mrpG,sodium:proton antiporter activity -482,BSU_36030,ywrK,integral component of membrane -483,BSU_36030,ywrK,integral component of plasma membrane -487,BSU_11020,yitK,nucleotide binding -488,BSU_11020,yitK,cytosol -489,BSU_10970,yitF,hydro-lyase activity -490,BSU_10970,yitF,magnesium ion binding -491,BSU_10970,yitF,carbohydrate catabolic process -493,BSU_10930,yitB,phosphoadenylyl-sulfate reductase (thioredoxin) activity -494,BSU_10930,yitB,"sulfate assimilation, phosphoadenylyl sulfate reduction by phosphoadenylyl-sulfate reductase (thioredoxin)" -495,BSU_10870,yisU,L-arginine transport -496,BSU_10870,yisU,amino acid transmembrane transporter activity -497,BSU_10870,yisU,arginine transmembrane transporter activity -498,BSU_10870,yisU,amino acid transport -499,BSU_10870,yisU,integral component of plasma membrane -501,BSU_15930,rnc,ribonuclease III activity -502,BSU_15930,rnc,RNA processing -503,BSU_15930,rnc,double-stranded RNA binding -504,BSU_21930,cspD,cytosol -505,BSU_21930,cspD,RNA binding -506,BSU_21930,cspD,regulation of gene expression -507,BSU_21930,cspD,"negative regulation of DNA-templated transcription, termination" -508,BSU_21930,cspD,"transcription antitermination factor activity, RNA binding" -509,BSU_21930,cspD,nucleic acid binding -510,BSU_01440,rplQ,large ribosomal subunit -511,BSU_01440,rplQ,cytosolic large ribosomal subunit -512,BSU_01440,rplQ,structural constituent of ribosome -513,BSU_15740,rsmB,rRNA (cytosine-C5-)-methyltransferase activity -514,BSU_15740,rsmB,RNA methylation -515,BSU_15740,rsmB,rRNA base methylation -516,BSU_15740,rsmB,cytosol -527,BSU_36480,ywoD,transmembrane transport -528,BSU_36480,ywoD,transmembrane transporter activity -529,BSU_36480,ywoD,integral component of plasma membrane -530,BSU_36360,mscL,ion transport -531,BSU_36360,mscL,integral component of membrane -532,BSU_36360,mscL,cellular water homeostasis -533,BSU_36360,mscL,mechanosensitive ion channel activity -534,BSU_38410,sacX,plasma membrane -535,BSU_38410,sacX,protein-phosphocysteine-sugar phosphotransferase activity -536,BSU_38410,sacX,phosphoenolpyruvate-dependent sugar phosphotransferase system -537,BSU_38410,sacX,carbohydrate transmembrane transport -538,BSU_38410,sacX,trehalose transport -539,BSU_38410,sacX,protein-phosphocysteine-trehalose phosphotransferase system transporter activity -540,BSU_28070,comC,plasma membrane -541,BSU_28070,comC,signal peptide processing -542,BSU_28070,comC,aspartic-type endopeptidase activity -543,BSU_25480,grpE,unfolded protein binding -544,BSU_25480,grpE,adenyl-nucleotide exchange factor activity -545,BSU_07250,cypD,FMN binding -546,BSU_07250,cypD,"oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, NAD(P)H as one donor, and incorporation of one atom of oxygen" -547,BSU_07250,cypD,oxidoreductase activity -548,BSU_07250,cypD,cytosol -549,BSU_07250,cypD,flavin adenine dinucleotide binding -550,BSU_27160,cypB,flavin adenine dinucleotide binding -551,BSU_27160,cypB,oxidoreductase activity -552,BSU_27160,cypB,cytosol -553,BSU_27160,cypB,"oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, NAD(P)H as one donor, and incorporation of one atom of oxygen" -554,BSU_27160,cypB,FMN binding -558,BSU_28150,hemC,cytoplasm -559,BSU_28150,hemC,hydroxymethylbilane synthase activity -560,BSU_28150,hemC,heme biosynthetic process -561,BSU_23270,ribE,riboflavin synthase activity -562,BSU_23270,ribE,riboflavin biosynthetic process -563,BSU_16100,sucD,succinate-CoA ligase complex (ADP-forming) -564,BSU_16100,sucD,tricarboxylic acid cycle -565,BSU_16100,sucD,succinate-CoA ligase (ADP-forming) activity -566,BSU_16100,sucD,succinate-CoA ligase (GDP-forming) activity -567,BSU_16100,sucD,cytosol -568,BSU_01360,secY,protein transmembrane transporter activity -569,BSU_01360,secY,integral component of plasma membrane -570,BSU_01360,secY,"SRP-dependent cotranslational protein targeting to membrane, translocation" -571,BSU_01360,secY,signal sequence binding -572,BSU_01360,secY,cell envelope Sec protein transport complex -573,BSU_01370,adk,cytosol -574,BSU_01370,adk,cytoplasm -575,BSU_01370,adk,nucleoside diphosphate kinase activity -576,BSU_01370,adk,adenylate kinase activity -577,BSU_01370,adk,nucleoside monophosphate metabolic process -578,BSU_01370,adk,nucleoside diphosphate metabolic process -579,BSU_18840,xynA,xylan catabolic process -580,BSU_37560,thrZ,cytosol -581,BSU_37560,thrZ,threonyl-tRNA aminoacylation -582,BSU_37560,thrZ,threonine-tRNA ligase activity -583,BSU_28950,thrS,threonyl-tRNA aminoacylation -584,BSU_28950,thrS,cytosol -585,BSU_28950,thrS,threonine-tRNA ligase activity -586,BSU_11250,argF,citrulline biosynthetic process -587,BSU_11250,argF,ornithine carbamoyltransferase activity -588,BSU_11250,argF,arginine biosynthetic process via ornithine -589,BSU_11240,carB,cytoplasm -590,BSU_11240,carB,nitrogen compound metabolic process -591,BSU_11240,carB,glutamine metabolic process -592,BSU_09300,glpD,glycerol-3-phosphate catabolic process -593,BSU_09300,glpD,glycerol-3-phosphate dehydrogenase (quinone) activity -594,BSU_09290,glpK,cytosol -600,BSU_05740,phoB,alkaline phosphatase activity -601,BSU_05740,phoB,dephosphorylation -602,BSU_01340,rpmD,cytosolic large ribosomal subunit -603,BSU_01350,rplO,structural constituent of ribosome -604,BSU_01350,rplO,cytosolic large ribosomal subunit -605,BSU_37110,tal,intracellular anatomical structure -606,BSU_32260,hom,threonine biosynthetic process -607,BSU_32260,hom,homoserine dehydrogenase activity -608,BSU_06660,opuE,proline transmembrane transport -609,BSU_06660,opuE,proline:sodium symporter activity -610,BSU_06670,gatC,glutaminyl-tRNA synthase (glutamine-hydrolyzing) activity -611,BSU_06670,gatC,glutaminyl-tRNAGln biosynthesis via transamidation -612,BSU_26650,czcD,zinc ion transmembrane transport -613,BSU_26650,czcD,plasma membrane -614,BSU_26650,czcD,zinc ion transmembrane transporter activity -615,BSU_34050,lutA,cytosol -616,BSU_34050,lutA,L-lactate dehydrogenase activity -617,BSU_34090,yvfR,plasma membrane -618,BSU_34140,ganQ,ABC-type maltose transporter activity -619,BSU_34140,ganQ,maltose transport -620,BSU_34140,ganQ,maltodextrin transport -625,BSU_34460,levB,sucrose alpha-glucosidase activity -626,BSU_34460,levB,sucrose catabolic process -628,BSU_02880,yceB,cytosol -629,BSU_35210,yvkA,transmembrane transporter activity -630,BSU_35210,yvkA,integral component of plasma membrane -631,BSU_35210,yvkA,transmembrane transport -632,BSU_13010,pgl,6-phosphogluconolactonase activity -633,BSU_13010,pgl,cytosol -636,BSU_02690,ansZ,asparaginase activity -637,BSU_02690,ansZ,asparagine catabolic process -638,BSU_02690,ansZ,periplasmic space -643,BSU_29970,ytkP,L-cysteine desulfhydrase activity -644,BSU_29970,ytkP,pyridoxal phosphate binding -645,BSU_29970,ytkP,cytoplasm -650,BSU_27420,yrrI,transmembrane transport -651,BSU_34930,hisZ,histidyl-tRNA aminoacylation -652,BSU_34930,hisZ,histidine-tRNA ligase activity -653,BSU_29460,moaB,cytosol -656,BSU_33170,yvrB,integral component of plasma membrane -657,BSU_33170,yvrB,transmembrane transporter activity -658,BSU_33170,yvrB,siderophore-dependent iron import into cell -662,BSU_07580,citS,phosphorelay sensor kinase activity -663,BSU_29020,gapB,NAD binding -664,BSU_29020,gapB,glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity -665,BSU_29020,gapB,glucose metabolic process -666,BSU_29080,mutM,base-excision repair -667,BSU_29080,mutM,DNA-(apurinic or apyrimidinic site) endonuclease activity -668,BSU_29080,mutM,"base-excision repair, AP site formation" -669,BSU_29080,mutM,"8-oxo-7,8-dihydroguanine DNA N-glycosylase activity" -670,BSU_29080,mutM,DNA N-glycosylase activity -671,BSU_17290,ebrB,transmembrane transporter activity -672,BSU_17290,ebrB,transmembrane transport -673,BSU_17290,ebrB,integral component of plasma membrane -674,BSU_12460,xlyB,N-acetylmuramoyl-L-alanine amidase activity -675,BSU_12460,xlyB,peptidoglycan turnover -676,BSU_12460,xlyB,peptidoglycan catabolic process -681,BSU_17080,pksA,transcription regulatory region sequence-specific DNA binding -682,BSU_17080,pksA,DNA-binding transcription factor activity -683,BSU_17080,pksA,"regulation of transcription, DNA-templated" -684,BSU_19060,yobR,N-terminal peptidyl-alanine acetylation -685,BSU_19060,yobR,"transferase activity, transferring acyl groups other than amino-acyl groups" -686,BSU_19060,yobR,ribosomal-protein-alanine N-acetyltransferase activity -693,BSU_02840,ycdG,alpha-amylase activity -694,BSU_02840,ycdG,oligosaccharide catabolic process -695,BSU_19020,yobN,cellular amino acid catabolic process -696,BSU_19020,yobN,oxidoreductase activity -697,BSU_19020,yobN,L-amino-acid oxidase activity -698,BSU_19020,yobN,polyamine oxidase activity -702,BSU_12380,uxaB,tagaturonate reductase activity -703,BSU_12380,uxaB,D-galacturonate catabolic process -704,BSU_12380,uxaB,mannitol catabolic process -705,BSU_12380,uxaB,mannitol-1-phosphate 5-dehydrogenase activity -706,BSU_12380,uxaB,cytosol -708,BSU_29450,argG,argininosuccinate synthase activity -709,BSU_29450,argG,cytoplasm -710,BSU_29450,argG,arginine biosynthetic process -711,BSU_29450,argG,urea cycle -712,BSU_29450,argG,argininosuccinate metabolic process -713,BSU_12340,uxuA,ferrous iron binding -714,BSU_12340,uxuA,D-glucuronate catabolic process -715,BSU_12340,uxuA,manganese ion binding -716,BSU_12340,uxuA,mannonate dehydratase activity -717,BSU_30760,mntB,ATP-binding cassette (ABC) transporter complex -718,BSU_30760,mntB,ATPase-coupled transmembrane transporter activity -723,BSU_08090,acoL,dihydrolipoyl dehydrogenase activity -724,BSU_08090,acoL,flavin adenine dinucleotide binding -725,BSU_12890,ykcC,plasma membrane -726,BSU_19730,yodS,CoA-transferase activity -727,BSU_29360,tcyL,plasma membrane -728,BSU_29360,tcyL,amino acid transport -729,BSU_07840,yfkN,nucleotide catabolic process -730,BSU_07840,yfkN,outer membrane-bounded periplasmic space -731,BSU_29420,ytkK,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" -732,BSU_29420,ytkK,fatty acid elongation -737,BSU_33150,yvqK,"cob(I)yrinic acid a,c-diamide adenosyltransferase activity" -740,BSU_12350,uxuB,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" -745,BSU_16080,ylqH,plasma membrane -747,BSU_29440,argH,cytosol -748,BSU_29440,argH,argininosuccinate lyase activity -749,BSU_29440,argH,arginine biosynthetic process via ornithine -750,BSU_06590,yerD,oxidoreductase activity -752,BSU_07920,chaA,calcium ion transmembrane transport -753,BSU_07920,chaA,calcium:proton antiporter activity -754,BSU_07920,chaA,cellular calcium ion homeostasis -758,BSU_30260,msmR,transcription regulatory region sequence-specific DNA binding -759,BSU_30260,msmR,"regulation of transcription, DNA-templated" -760,BSU_30260,msmR,DNA-binding transcription factor activity -763,BSU_17100,pksC,[acyl-carrier-protein] S-malonyltransferase activity -764,BSU_17100,pksC,fatty acid biosynthetic process -765,BSU_17100,pksC,cytosol -766,BSU_01770,glmM,phosphoglucosamine mutase activity -767,BSU_01770,glmM,cytosol -768,BSU_01770,glmM,UDP-N-acetylglucosamine biosynthetic process -769,BSU_01770,glmM,peptidoglycan biosynthetic process -770,BSU_01770,glmM,phosphomannomutase activity -774,BSU_18560,yoaD,phosphoglycerate dehydrogenase activity -775,BSU_18560,yoaD,L-serine biosynthetic process -776,BSU_35260,ftsE,transmembrane transporter activity -777,BSU_35260,ftsE,plasma membrane -778,BSU_35260,ftsE,transmembrane transport -779,BSU_12300,uxaC,D-galacturonate catabolic process -780,BSU_12300,uxaC,D-glucuronate catabolic process -781,BSU_06600,pcrB,glycerophospholipid biosynthetic process -782,BSU_06600,pcrB,polyprenyltransferase activity -783,BSU_06240,bdhA,"(R,R)-butanediol dehydrogenase activity" -784,BSU_17120,pksE,cytosol -785,BSU_17120,pksE,fatty acid biosynthetic process -786,BSU_17120,pksE,[acyl-carrier-protein] S-malonyltransferase activity -787,BSU_15760,prpC,magnesium-dependent protein serine/threonine phosphatase activity -788,BSU_15760,prpC,protein dephosphorylation -789,BSU_13150,ohrR,"regulation of transcription, DNA-templated" -790,BSU_13150,ohrR,response to stress -791,BSU_13150,ohrR,transcription regulatory region sequence-specific DNA binding -792,BSU_13390,ykoT,plasma membrane -793,BSU_19220,recQ,bacterial nucleoid -794,BSU_19220,recQ,chromosome -795,BSU_19220,recQ,DNA recombination -796,BSU_19220,recQ,replisome -797,BSU_19220,recQ,four-way junction helicase activity -798,BSU_19220,recQ,cytoplasm -799,BSU_19220,recQ,DNA duplex unwinding -800,BSU_19220,recQ,3'-5' DNA helicase activity -801,BSU_19220,recQ,DNA repair -802,BSU_34870,hisF,imidazoleglycerol-phosphate synthase activity -805,BSU_02960,yceJ,membrane -806,BSU_35110,yvlC,plasma membrane -807,BSU_07750,yflA,plasma membrane -808,BSU_30510,ytpA,membrane -809,BSU_30510,ytpA,lipase activity -810,BSU_12420,yjoB,ATPase activity -811,BSU_18760,yoaU,sequence-specific DNA binding -812,BSU_18760,yoaU,positive regulation of gene expression -813,BSU_30380,bceA,plasma membrane -814,BSU_30380,bceA,transmembrane transport -815,BSU_30380,bceA,transmembrane transporter activity -816,BSU_15080,rpmF,structural constituent of ribosome -819,BSU_34900,hisB,histidine biosynthetic process -820,BSU_34900,hisB,imidazoleglycerol-phosphate dehydratase activity -821,BSU_30050,murJ,plasma membrane -822,BSU_19590,ctpA,outer membrane-bounded periplasmic space -823,BSU_19590,ctpA,endopeptidase activity -824,BSU_19590,ctpA,signal transduction -825,BSU_15110,panE,NADP binding -826,BSU_15110,panE,cytoplasm -827,BSU_15110,panE,2-dehydropantoate 2-reductase activity -828,BSU_01760,cdaR,positive regulation of adenylate cyclase activity -829,BSU_34910,hisD,histidine biosynthetic process -830,BSU_34910,hisD,histidinol dehydrogenase activity -831,BSU_34910,hisD,cytoplasm -832,BSU_34910,hisD,cytosol -833,BSU_30620,ytlD,transport -834,BSU_30620,ytlD,plasma membrane -835,BSU_30620,ytlD,transmembrane transporter activity -836,BSU_18850,yobD,"regulation of transcription, DNA-templated" -837,BSU_18850,yobD,DNA-binding transcription factor activity -838,BSU_35200,yvkB,DNA-binding transcription factor activity -839,BSU_35200,yvkB,transcription regulatory region sequence-specific DNA binding -840,BSU_35200,yvkB,"regulation of transcription, DNA-templated" -843,BSU_13260,ykoH,plasma membrane -844,BSU_13260,ykoH,phosphorelay signal transduction system -845,BSU_15850,sdaAB,L-serine ammonia-lyase activity -846,BSU_35120,yvlB,plasma membrane -847,BSU_30530,ytnA,integral component of membrane -848,BSU_30530,ytnA,amino acid transmembrane transporter activity -849,BSU_30530,ytnA,amino acid transmembrane transport -850,BSU_15750,rlmN,tRNA methylation -851,BSU_15750,rlmN,rRNA base methylation -852,BSU_02870,znuB,response to zinc ion -853,BSU_02870,znuB,plasma membrane -854,BSU_15860,sdaAA,L-serine ammonia-lyase activity -855,BSU_27460,glnP,amino acid transport -856,BSU_27460,glnP,plasma membrane -859,BSU_07860,yfkL,membrane -864,BSU_15600,cysC,adenylylsulfate kinase activity -865,BSU_15600,cysC,sulfate assimilation -866,BSU_12880,ykcB,"transferase activity, transferring pentosyl groups" -867,BSU_12880,ykcB,plasma membrane -868,BSU_29960,ytlP,cytosol -869,BSU_29960,ytlP,protein kinase A regulatory subunit binding -870,BSU_29960,ytlP,regulation of protein kinase A signaling -871,BSU_18530,yoaA,cytoplasm -872,BSU_18530,yoaA,ribosomal-protein-alanine N-acetyltransferase activity -873,BSU_34890,hisH,imidazoleglycerol-phosphate synthase activity -880,BSU_27440,glnH,outer membrane-bounded periplasmic space -881,BSU_15790,rpe,ribulose-phosphate 3-epimerase activity -882,BSU_15790,rpe,metal ion binding -883,BSU_15790,rpe,"pentose-phosphate shunt, non-oxidative branch" -884,BSU_15790,rpe,pentose catabolic process -885,BSU_15790,rpe,cellular carbohydrate metabolic process -886,BSU_15790,rpe,cytosol -889,BSU_29600,braB,leucine transport -890,BSU_29600,braB,plasma membrane -891,BSU_29600,braB,L-valine transmembrane transporter activity -892,BSU_29600,braB,L-leucine transmembrane transporter activity -893,BSU_29600,braB,isoleucine transport -894,BSU_29600,braB,L-isoleucine transmembrane transporter activity -895,BSU_29600,braB,valine transport -896,BSU_07590,citT,phosphorelay response regulator activity -897,BSU_29190,pfkA,fructose 6-phosphate metabolic process -898,BSU_29190,pfkA,canonical glycolysis -899,BSU_29190,pfkA,monosaccharide binding -900,BSU_29190,pfkA,fructose-6-phosphate binding -901,BSU_29190,pfkA,ATP binding -902,BSU_29190,pfkA,"fructose 1,6-bisphosphate metabolic process" -903,BSU_29190,pfkA,6-phosphofructokinase activity -904,BSU_29190,pfkA,AMP binding -905,BSU_29190,pfkA,6-phosphofructokinase complex -906,BSU_29190,pfkA,identical protein binding -907,BSU_27520,cymR,"regulation of transcription, DNA-templated" -908,BSU_27520,cymR,DNA-binding transcription factor activity -909,BSU_27520,cymR,cytosol -910,BSU_27410,alaS,alanyl-tRNA aminoacylation -911,BSU_27410,alaS,ATP binding -912,BSU_27410,alaS,aminoacyl-tRNA editing activity -913,BSU_27410,alaS,cytosol -914,BSU_27410,alaS,alanine-tRNA ligase activity -915,BSU_27410,alaS,tRNA modification -916,BSU_27410,alaS,amino acid binding -917,BSU_29900,trmB,tRNA methyltransferase complex -918,BSU_29900,trmB,RNA (guanine-N7)-methylation -919,BSU_29900,trmB,tRNA methylation -920,BSU_29900,trmB,tRNA (guanine-N7-)-methyltransferase activity -921,BSU_29090,polA,DNA-directed DNA polymerase activity -922,BSU_29090,polA,DNA-dependent DNA replication -923,BSU_29090,polA,DNA repair -924,BSU_29090,polA,5'-3' exonuclease activity -925,BSU_29090,polA,cytoplasm -926,BSU_33210,yvrG,protein autophosphorylation -927,BSU_33210,yvrG,integral component of plasma membrane -928,BSU_33210,yvrG,histidine phosphotransfer kinase activity -929,BSU_33210,yvrG,phosphorelay sensor kinase activity -930,BSU_06370,pbuG,plasma membrane -931,BSU_06370,pbuG,purine nucleobase transmembrane transporter activity -933,BSU_33270,yvrO,transmembrane transport -934,BSU_33270,yvrO,plasma membrane -935,BSU_33270,yvrO,transmembrane transporter activity -936,BSU_29990,pbuO,purine nucleobase transmembrane transporter activity -937,BSU_29990,pbuO,plasma membrane -938,BSU_07990,yfjR,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" -939,BSU_19600,yodH,methyltransferase activity -940,BSU_13340,ykoM,response to stress -941,BSU_13340,ykoM,transcription regulatory region sequence-specific DNA binding -942,BSU_13340,ykoM,"regulation of transcription, DNA-templated" -943,BSU_02860,znuC,ATP-binding cassette (ABC) transporter complex -944,BSU_02860,znuC,ATPase-coupled transmembrane transporter activity -945,BSU_15870,recG,DNA repair -946,BSU_15870,recG,DNA helicase activity -947,BSU_33200,yvrE,calcium ion binding -948,BSU_33200,yvrE,gluconolactonase activity -949,BSU_33200,yvrE,L-ascorbic acid biosynthetic process -950,BSU_07910,yfkF,plasma membrane -951,BSU_35060,cypX,steroid hydroxylase activity -952,BSU_35060,cypX,cholest-4-en-3-one 26-monooxygenase activity -953,BSU_35060,cypX,cholesterol catabolic process -961,BSU_06560,yerA,adenine deaminase activity -962,BSU_13430,ykoX,plasma membrane -963,BSU_13250,ykoG,transcription regulatory region sequence-specific DNA binding -964,BSU_13250,ykoG,phosphorelay response regulator activity -965,BSU_13250,ykoG,DNA-binding transcription activator activity -966,BSU_13250,ykoG,protein-DNA complex -967,BSU_13250,ykoG,cytosol -971,BSU_15700,coaBC,phosphopantothenoylcysteine decarboxylase activity -972,BSU_15700,coaBC,FMN binding -973,BSU_15700,coaBC,coenzyme A biosynthetic process -974,BSU_15700,coaBC,phosphopantothenoylcysteine decarboxylase complex -975,BSU_07640,acyP,acylphosphatase activity -976,BSU_30750,mntC,response to zinc ion -977,BSU_30750,mntC,plasma membrane -978,BSU_19330,sodF,manganese ion binding -979,BSU_19330,sodF,superoxide dismutase activity -980,BSU_27500,mnmA,tRNA wobble position uridine thiolation -981,BSU_02670,lmrB,membrane -982,BSU_07880,yfkJ,protein tyrosine phosphatase activity -983,BSU_34880,hisA,cytoplasm -984,BSU_34880,hisA,tryptophan biosynthetic process -985,BSU_34880,hisA,histidine biosynthetic process -986,BSU_34880,hisA,1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino]imidazole-4-carboxamide isomerase activity -987,BSU_30410,ytrF,transmembrane transporter activity -988,BSU_30410,ytrF,plasma membrane -989,BSU_35240,ctpB,signal transduction -990,BSU_35240,ctpB,outer membrane-bounded periplasmic space -991,BSU_35240,ctpB,endopeptidase activity -999,BSU_12330,yjmD,formaldehyde catabolic process -1000,BSU_12330,yjmD,"alcohol dehydrogenase activity, zinc-dependent" -1001,BSU_12330,yjmD,zinc ion binding -1002,BSU_12330,yjmD,cytosol -1003,BSU_12330,yjmD,S-(hydroxymethyl)glutathione dehydrogenase activity -1006,BSU_16520,frr,translation -1007,BSU_16520,frr,cytoplasm -1008,BSU_16520,frr,ribosomal large subunit binding -1009,BSU_16520,frr,cytoplasmic translational termination -1010,BSU_30910,cotSA,"transferase activity, transferring glycosyl groups" -1011,BSU_16500,tsf,translational elongation -1012,BSU_16500,tsf,translation elongation factor activity -1013,BSU_15920,acpA,cytosol -1014,BSU_15920,acpA,acyl binding -1015,BSU_15920,acpA,lipid A biosynthetic process -1016,BSU_15920,acpA,acyl carrier activity -1017,BSU_29180,pyk,cytoplasm -1018,BSU_29180,pyk,cytosol -1019,BSU_29180,pyk,glycolytic process -1020,BSU_29180,pyk,pyruvate kinase activity -1021,BSU_10020,serC,O-phospho-L-serine:2-oxoglutarate aminotransferase activity -1022,BSU_10020,serC,pyridoxal phosphate binding -1023,BSU_10020,serC,cytoplasm -1024,BSU_10020,serC,L-serine biosynthetic process -1025,BSU_31350,pgi,monosaccharide binding -1026,BSU_31350,pgi,glycolytic process -1027,BSU_31350,pgi,cytosol -1028,BSU_31350,pgi,glucose 6-phosphate metabolic process -1029,BSU_31350,pgi,gluconeogenesis -1030,BSU_31350,pgi,glucose-6-phosphate isomerase activity -1031,BSU_34540,clpP,ATPase binding -1032,BSU_34540,clpP,endopeptidase Clp complex -1033,BSU_34540,clpP,serine-type endopeptidase activity -1034,BSU_34540,clpP,ATP-dependent peptidase activity -1035,BSU_34540,clpP,protein quality control for misfolded or incompletely synthesized proteins -1036,BSU_27320,greA,"DNA-templated transcription, elongation" -1037,BSU_30200,bioB,"2 iron, 2 sulfur cluster binding" -1038,BSU_30200,bioB,biotin synthase activity -1039,BSU_30200,bioB,biotin biosynthetic process -1042,BSU_27980,spoIVFA,metalloendopeptidase activity -1043,BSU_27960,rplU,structural constituent of ribosome -1044,BSU_12960,dppE,peptide transmembrane transporter activity -1045,BSU_12960,dppE,outer membrane-bounded periplasmic space -1046,BSU_12960,dppE,peptide transport -1047,BSU_12950,dppD,plasma membrane -1048,BSU_12950,dppD,transmembrane transport -1049,BSU_12950,dppD,transmembrane transporter activity -1050,BSU_08820,katA,response to hydrogen peroxide -1051,BSU_08820,katA,heme binding -1052,BSU_08820,katA,catalase activity -1053,BSU_08820,katA,cytoplasm -1054,BSU_08820,katA,hydrogen peroxide catabolic process -1055,BSU_23570,ansB,aspartate metabolic process -1056,BSU_23570,ansB,cytosol -1057,BSU_23570,ansB,aspartate ammonia-lyase activity -1058,BSU_22650,trpF,phosphoribosylanthranilate isomerase activity -1059,BSU_22650,trpF,tryptophan biosynthetic process -1060,BSU_13890,ptsG,protein-phosphocysteine-sugar phosphotransferase activity -1061,BSU_13890,ptsG,integral component of plasma membrane -1062,BSU_13890,ptsG,phosphoenolpyruvate-dependent sugar phosphotransferase system -1063,BSU_22610,tyrA,tyrosine biosynthetic process -1064,BSU_22610,tyrA,NAD+ binding -1065,BSU_22610,tyrA,prephenate dehydrogenase (NAD+) activity -1066,BSU_22600,aroA,chorismate biosynthetic process -1067,BSU_22600,aroA,3-phosphoshikimate 1-carboxyvinyltransferase activity -1068,BSU_18460,gltC,"regulation of transcription, DNA-templated" -1069,BSU_18460,gltC,protein-DNA complex -1070,BSU_18460,gltC,bacterial-type cis-regulatory region sequence-specific DNA binding -1071,BSU_18460,gltC,DNA-binding transcription factor activity -1072,BSU_01390,infA,cytosol -1073,BSU_01390,infA,ribosome binding -1076,BSU_36290,ywpJ,magnesium ion binding -1077,BSU_36290,ywpJ,phosphatase activity -1078,BSU_36290,ywpJ,cytosol -1079,BSU_01430,rpoA,cytoplasm -1080,BSU_36440,ywoH,"negative regulation of transcription, DNA-templated" -1081,BSU_36440,ywoH,transcription regulatory region sequence-specific DNA binding -1082,BSU_36450,ywoG,transmembrane transporter activity -1083,BSU_36450,ywoG,integral component of plasma membrane -1084,BSU_36450,ywoG,transmembrane transport -1085,BSU_36470,pucI,plasma membrane -1086,BSU_36470,pucI,nucleobase transmembrane transporter activity -1087,BSU_36470,pucI,nucleobase transport -1088,BSU_28280,leuA,cytosol -1089,BSU_28280,leuA,leucine biosynthetic process -1090,BSU_28280,leuA,2-isopropylmalate synthase activity -1092,BSU_28520,etfA,flavin adenine dinucleotide binding -1093,BSU_28520,etfA,fatty acid beta-oxidation using acyl-CoA dehydrogenase -1094,BSU_28520,etfA,electron transfer activity -1095,BSU_28530,etfB,electron transfer activity -1096,BSU_28550,fadR,DNA-binding transcription factor activity -1097,BSU_28550,fadR,"regulation of transcription, DNA-templated" -1098,BSU_28550,fadR,transcription regulatory region sequence-specific DNA binding -1099,BSU_28580,mutSB,mismatch repair complex -1100,BSU_28580,mutSB,DNA-dependent ATPase activity -1101,BSU_28580,mutSB,mismatched DNA binding -1102,BSU_28590,polX,DNA-directed DNA polymerase activity -1103,BSU_28610,zapA,cell septum -1104,BSU_28610,zapA,cytosol -1105,BSU_28610,zapA,cell division site -1106,BSU_28610,zapA,division septum assembly -1107,BSU_28610,zapA,septin ring assembly -1108,BSU_28610,zapA,FtsZ-dependent cytokinesis -1109,BSU_28620,rnhC,"DNA replication, removal of RNA primer" -1110,BSU_28620,rnhC,mismatch repair -1111,BSU_28620,rnhC,ribonuclease H2 complex -1112,BSU_28620,rnhC,RNA-DNA hybrid ribonuclease activity -1113,BSU_28710,cstA,cellular response to nutrient levels -1114,BSU_28710,cstA,integral component of plasma membrane -1115,BSU_28720,abfA,polysaccharide catabolic process -1116,BSU_28760,egsA,3-dehydroquinate synthase activity -1117,BSU_28770,araL,phosphatase activity -1118,BSU_28780,araD,aldehyde-lyase activity -1119,BSU_28780,araD,pentose catabolic process -1120,BSU_28780,araD,cytosol -1121,BSU_28800,araA,L-arabinose isomerase activity -1122,BSU_28800,araA,L-arabinose catabolic process to xylulose 5-phosphate -1123,BSU_28800,araA,cytosol -1125,BSU_28920,lytT,DNA-binding transcription activator activity -1126,BSU_28920,lytT,cytosol -1127,BSU_28920,lytT,"regulation of transcription, DNA-templated" -1128,BSU_28920,lytT,transcription regulatory region sequence-specific DNA binding -1129,BSU_28920,lytT,phosphorelay response regulator activity -1130,BSU_28920,lytT,protein-DNA complex -1131,BSU_33221,yvrH,transcription regulatory region sequence-specific DNA binding -1132,BSU_33221,yvrH,phosphorelay response regulator activity -1133,BSU_33221,yvrH,cytosol -1134,BSU_33221,yvrH,protein-DNA complex -1135,BSU_33221,yvrH,DNA-binding transcription activator activity -1136,BSU_26670,gltR,"regulation of transcription, DNA-templated" -1137,BSU_26670,gltR,transcription regulatory region sequence-specific DNA binding -1138,BSU_26690,brnQ,plasma membrane -1139,BSU_26690,brnQ,leucine transport -1140,BSU_26690,brnQ,L-leucine transmembrane transporter activity -1141,BSU_26690,brnQ,L-valine transmembrane transporter activity -1142,BSU_26690,brnQ,isoleucine transport -1143,BSU_26690,brnQ,L-isoleucine transmembrane transporter activity -1144,BSU_26690,brnQ,valine transport -1145,BSU_15570,cysH,phosphoadenylyl-sulfate reductase (thioredoxin) activity -1146,BSU_15570,cysH,"sulfate assimilation, phosphoadenylyl sulfate reduction by phosphoadenylyl-sulfate reductase (thioredoxin)" -1152,BSU_17620,yncB,nuclease activity -1153,BSU_17620,yncB,cytoplasm -1154,BSU_17430,hflX,cytoplasm -1155,BSU_17430,hflX,ribosome binding -1156,BSU_29300,ribR,riboflavin metabolic process -1157,BSU_29300,ribR,riboflavin kinase activity -1158,BSU_29300,ribR,FMN biosynthetic process -1159,BSU_15730,fmt,cytosol -1160,BSU_15730,fmt,conversion of methionyl-tRNA to N-formyl-methionyl-tRNA -1161,BSU_15730,fmt,methionyl-tRNA formyltransferase activity -1162,BSU_15720,defA,peptide deformylase activity -1163,BSU_15720,defA,co-translational protein modification -1164,BSU_15720,defA,N-terminal protein amino acid modification -1165,BSU_15720,defA,peptidyl-methionine modification -1166,BSU_15710,priA,DNA unwinding involved in DNA replication -1167,BSU_15710,priA,double-strand break repair -1168,BSU_15710,priA,DNA replication initiation -1169,BSU_15710,priA,DNA recombination -1170,BSU_15710,priA,3'-5' DNA helicase activity -1171,BSU_27820,yrbC,cytosol -1178,BSU_03910,gabD,succinate-semialdehyde dehydrogenase (NAD+) activity -1179,BSU_03900,gabT,gamma-aminobutyric acid catabolic process -1180,BSU_03900,gabT,4-aminobutyrate transaminase activity -1181,BSU_03900,gabT,pyridoxal phosphate binding -1182,BSU_03900,gabT,cytosol -1183,BSU_03870,ycnE,catalytic activity -1184,BSU_03850,ycnC,DNA-binding transcription factor activity -1185,BSU_03850,ycnC,transcription regulatory region sequence-specific DNA binding -1186,BSU_03850,ycnC,"regulation of transcription, DNA-templated" -1187,BSU_03840,ycnB,membrane -1199,BSU_03760,yclK,osmosensory signaling via phosphorelay pathway -1200,BSU_03760,yclK,protein kinase activator activity -1201,BSU_03760,yclK,phosphorelay response regulator activity -1202,BSU_03750,yclJ,protein-DNA complex -1203,BSU_03750,yclJ,phosphorelay response regulator activity -1204,BSU_03750,yclJ,cytosol -1205,BSU_03750,yclJ,DNA-binding transcription activator activity -1206,BSU_03750,yclJ,transcription regulatory region sequence-specific DNA binding -1207,BSU_03740,yclI,transmembrane transporter activity -1208,BSU_03740,yclI,plasma membrane -1209,BSU_03730,yclH,transmembrane transport -1210,BSU_03730,yclH,transmembrane transporter activity -1211,BSU_03730,yclH,plasma membrane -1212,BSU_03640,bsdC,cytosol -1213,BSU_03640,bsdC,cytoplasm -1214,BSU_03640,bsdC,carboxy-lyase activity -1215,BSU_03640,bsdC,ubiquinone biosynthetic process -1216,BSU_03640,bsdC,3-octaprenyl-4-hydroxybenzoate carboxy-lyase activity -1218,BSU_03620,bsdA,bacterial-type cis-regulatory region sequence-specific DNA binding -1219,BSU_03620,bsdA,cytosol -1220,BSU_03620,bsdA,"regulation of transcription, DNA-templated" -1221,BSU_01410,rpsM,cytosol -1222,BSU_01410,rpsM,small ribosomal subunit -1223,BSU_03220,putP,proline:sodium symporter activity -1224,BSU_03220,putP,proline transmembrane transport -1225,BSU_03210,putC,cytoplasmic side of plasma membrane -1226,BSU_03210,putC,proline catabolic process to glutamate -1227,BSU_03210,putC,1-pyrroline-5-carboxylate dehydrogenase activity -1228,BSU_03180,cah,polysaccharide metabolic process -1229,BSU_03180,cah,carboxylic ester hydrolase activity -1230,BSU_03170,ycgK,DNA-binding transcription factor activity -1231,BSU_03170,ycgK,bacterial-type cis-regulatory region sequence-specific DNA binding -1232,BSU_03170,ycgK,"regulation of transcription, DNA-templated" -1233,BSU_03170,ycgK,protein-DNA complex -1234,BSU_03090,ycgF,L-arginine transport -1235,BSU_03090,ycgF,amino acid transmembrane transporter activity -1236,BSU_03090,ycgF,integral component of plasma membrane -1237,BSU_03090,ycgF,amino acid transport -1238,BSU_03090,ycgF,arginine transmembrane transporter activity -1241,BSU_38630,katX,response to hydrogen peroxide -1242,BSU_38630,katX,hydrogen peroxide catabolic process -1243,BSU_38630,katX,catalase activity -1244,BSU_38630,katX,cytoplasm -1245,BSU_38630,katX,heme binding -1246,BSU_38710,yxlA,transmembrane transporter activity -1247,BSU_38710,yxlA,transport -1248,BSU_38710,yxlA,plasma membrane -1253,BSU_38730,cydD,ATPase-coupled transmembrane transporter activity -1254,BSU_38730,cydD,integral component of plasma membrane -1255,BSU_38740,cydC,ATPase-coupled transmembrane transporter activity -1256,BSU_38740,cydC,transmembrane transport -1257,BSU_38750,cydB,aerobic electron transport chain -1258,BSU_38750,cydB,cytochrome complex -1259,BSU_38750,cydB,"oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor" -1260,BSU_38750,cydB,electron transfer activity -1261,BSU_38760,cydA,plasma membrane -1262,BSU_38760,cydA,aerobic electron transport chain -1263,BSU_38760,cydA,electron transfer activity -1264,BSU_38760,cydA,cytochrome complex -1265,BSU_38760,cydA,"oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor" -1266,BSU_38760,cydA,heme binding -1267,BSU_38810,msmX,"ATP-binding cassette (ABC) transporter complex, substrate-binding subunit-containing" -1268,BSU_18500,yoxD,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" -1269,BSU_00180,tadA,tRNA-specific adenosine-34 deaminase activity -1270,BSU_00180,tadA,tRNA wobble adenosine to inosine editing -1271,BSU_27900,pheA,prephenate dehydratase activity -1272,BSU_27900,pheA,cytoplasm -1273,BSU_27900,pheA,L-phenylalanine biosynthetic process -1274,BSU_11420,trpS,cytosol -1275,BSU_11420,trpS,tryptophanyl-tRNA aminoacylation -1276,BSU_11420,trpS,tryptophan-tRNA ligase activity -1277,BSU_25550,rpsT,small ribosomal subunit -1278,BSU_25550,rpsT,cytosol -1279,BSU_25550,rpsT,small ribosomal subunit rRNA binding -1280,BSU_01200,rpsS,cytosolic small ribosomal subunit -1281,BSU_01200,rpsS,ribosomal small subunit assembly -1282,BSU_01200,rpsS,structural constituent of ribosome -1283,BSU_40890,rpsR,structural constituent of ribosome -1284,BSU_40890,rpsR,cytosolic small ribosomal subunit -1285,BSU_40890,rpsR,small ribosomal subunit rRNA binding -1286,BSU_15990,rpsP,small ribosomal subunit -1287,BSU_15990,rpsP,structural constituent of ribosome -1288,BSU_16680,rpsO,cytosolic small ribosomal subunit -1289,BSU_01100,rpsL,structural constituent of ribosome -1290,BSU_01100,rpsL,ribosome -1291,BSU_01100,rpsL,translation -1292,BSU_01150,rpsJ,small ribosomal subunit -1293,BSU_01150,rpsJ,structural constituent of ribosome -1294,BSU_01500,rpsI,structural constituent of ribosome -1295,BSU_01500,rpsI,cytosolic small ribosomal subunit -1296,BSU_01500,rpsI,RNA binding -1297,BSU_01500,rpsI,small ribosomal subunit -1298,BSU_01110,rpsG,structural constituent of ribosome -1299,BSU_01110,rpsG,mRNA binding -1300,BSU_01110,rpsG,cytosolic small ribosomal subunit -1301,BSU_01110,rpsG,rRNA binding -1302,BSU_01110,rpsG,translation -1303,BSU_01110,rpsG,ribosomal small subunit assembly -1304,BSU_01110,rpsG,ribosome -1305,BSU_40910,rpsF,cytosolic small ribosomal subunit -1306,BSU_40910,rpsF,structural constituent of ribosome -1307,BSU_40910,rpsF,small ribosomal subunit rRNA binding -1308,BSU_01330,rpsE,cytosolic small ribosomal subunit -1309,BSU_01330,rpsE,translation -1310,BSU_01330,rpsE,structural constituent of ribosome -1311,BSU_29660,rpsD,small ribosomal subunit -1312,BSU_29660,rpsD,rRNA binding -1313,BSU_29660,rpsD,positive regulation of translational fidelity -1314,BSU_29660,rpsD,structural constituent of ribosome -1315,BSU_01220,rpsC,structural constituent of ribosome -1316,BSU_01220,rpsC,cytosolic small ribosomal subunit -1317,BSU_16490,rpsB,structural constituent of ribosome -1318,BSU_16490,rpsB,cytosolic small ribosomal subunit -1322,BSU_00920,gltX,glutamate-tRNA ligase activity -1323,BSU_00920,gltX,glutamyl-tRNA aminoacylation -1324,BSU_00920,gltX,cytosol -1325,BSU_33920,tpiA,glyceraldehyde-3-phosphate biosynthetic process -1326,BSU_33920,tpiA,cytosol -1327,BSU_33920,tpiA,triose-phosphate isomerase activity -1328,BSU_33920,tpiA,gluconeogenesis -1329,BSU_33920,tpiA,glycolytic process -1330,BSU_33920,tpiA,glycerol catabolic process -1331,BSU_14580,pdhA,acetyl-CoA biosynthetic process from pyruvate -1332,BSU_14580,pdhA,pyruvate dehydrogenase (acetyl-transferring) activity -1333,BSU_14610,pdhD,flavin adenine dinucleotide binding -1334,BSU_14610,pdhD,NAD(P)H dehydrogenase (quinone) activity -1335,BSU_00090,guaB,GTP biosynthetic process -1336,BSU_00090,guaB,IMP dehydrogenase activity -1337,BSU_39360,hutU,urocanate hydratase activity -1338,BSU_39360,hutU,histidine catabolic process -1339,BSU_25490,hrcA,"negative regulation of transcription, DNA-templated" -1340,BSU_27040,levG,phosphoenolpyruvate-dependent sugar phosphotransferase system -1341,BSU_27040,levG,integral component of plasma membrane -1342,BSU_27050,levF,integral component of plasma membrane -1343,BSU_27050,levF,phosphoenolpyruvate-dependent sugar phosphotransferase system -1344,BSU_15540,pyrD,cytoplasm -1345,BSU_15540,pyrD,dihydroorotate dehydrogenase activity -1346,BSU_15540,pyrD,'de novo' pyrimidine nucleobase biosynthetic process -1347,BSU_15510,pyrAA,cytoplasm -1348,BSU_15510,pyrAA,arginine biosynthetic process -1349,BSU_15510,pyrAA,carbamoyl-phosphate synthase complex -1350,BSU_15510,pyrAA,nitrogen compound metabolic process -1351,BSU_15560,pyrE,UMP biosynthetic process -1352,BSU_15560,pyrE,orotate phosphoribosyltransferase activity -1353,BSU_15560,pyrE,pyrimidine nucleobase biosynthetic process -1354,BSU_15550,pyrF,orotidine-5'-phosphate decarboxylase activity -1355,BSU_15550,pyrF,cytosol -1356,BSU_15550,pyrF,'de novo' pyrimidine nucleobase biosynthetic process -1357,BSU_41050,rnpA,"tRNA 3'-trailer cleavage, endonucleolytic" -1358,BSU_41050,rnpA,ribonuclease P activity -1359,BSU_41050,rnpA,3'-tRNA processing endoribonuclease activity -1360,BSU_41050,rnpA,ribonuclease P complex -1365,BSU_10640,sbcD,DNA binding -1366,BSU_10640,sbcD,DNA replication termination -1367,BSU_10640,sbcD,DNA repair -1368,BSU_10640,sbcD,exodeoxyribonuclease activity -1371,BSU_16310,fliM,positive chemotaxis -1372,BSU_16300,fliL,bacterial-type flagellum basal body -1373,BSU_16300,fliL,bacterial-type flagellum-dependent swarming motility -1374,BSU_06430,purK,cytosol -1375,BSU_19370,odhA,oxoglutarate dehydrogenase complex -1376,BSU_19370,odhA,tricarboxylic acid cycle -1377,BSU_19370,odhA,cytosol -1378,BSU_19370,odhA,oxoglutarate dehydrogenase (succinyl-transferring) activity -1379,BSU_28400,ysmB,"negative regulation of transcription, DNA-templated" -1380,BSU_28400,ysmB,transcription regulatory region sequence-specific DNA binding -1381,BSU_40770,tetB,transmembrane transporter activity -1382,BSU_40770,tetB,transmembrane transport -1383,BSU_40770,tetB,integral component of plasma membrane -1384,BSU_08910,queG,epoxyqueuosine reductase activity -1385,BSU_08910,queG,queuosine biosynthetic process -1386,BSU_29100,phoR,integral component of plasma membrane -1387,BSU_29100,phoR,protein autophosphorylation -1388,BSU_29100,phoR,histidine phosphotransfer kinase activity -1389,BSU_29100,phoR,phosphorelay sensor kinase activity -1390,BSU_30830,menF,salicylic acid biosynthetic process -1391,BSU_30830,menF,isochorismate synthase activity -1392,BSU_30790,menE,CoA-ligase activity -1393,BSU_30800,menB,cytosol -1394,BSU_30800,menB,menaquinone biosynthetic process -1395,BSU_30800,menB,"1,4-dihydroxy-2-naphthoyl-CoA synthase activity" -1398,BSU_11460,oppD,transmembrane transport -1399,BSU_11460,oppD,transmembrane transporter activity -1400,BSU_11460,oppD,plasma membrane -1404,BSU_16180,flgB,bacterial-type flagellum-dependent swarming motility -1405,BSU_16180,flgB,bacterial-type flagellum hook -1406,BSU_14890,ctaC,cytochrome-c oxidase activity -1407,BSU_14890,ctaC,ATP synthesis coupled electron transport -1408,BSU_14900,ctaD,cytochrome-c oxidase activity -1409,BSU_14900,ctaD,respiratory electron transport chain -1410,BSU_14900,ctaD,aerobic respiration -1411,BSU_14900,ctaD,electron transport coupled proton transport -1415,BSU_28420,ysmA,acyl-CoA hydrolase activity -1416,BSU_25900,cwlA,peptidoglycan turnover -1417,BSU_25900,cwlA,peptidoglycan catabolic process -1418,BSU_25900,cwlA,N-acetylmuramoyl-L-alanine amidase activity -1420,BSU_11660,tenI,thiamine biosynthetic process -1421,BSU_11660,tenI,thiamine-phosphate diphosphorylase activity -1422,BSU_11660,tenI,cytoplasm -1423,BSU_00780,folB,cytoplasm -1424,BSU_00780,folB,folic acid-containing compound metabolic process -1425,BSU_00780,folB,dihydroneopterin aldolase activity -1429,BSU_00760,pabC,cytosol -1430,BSU_00760,pabC,carboxylic acid metabolic process -1431,BSU_00740,pabB,tryptophan biosynthetic process -1432,BSU_00750,pabA,tryptophan biosynthetic process -1433,BSU_23310,sipS,integral component of plasma membrane -1434,BSU_23310,sipS,serine-type endopeptidase activity -1435,BSU_23310,sipS,signal peptide processing -1436,BSU_28370,rph,rRNA catabolic process -1437,BSU_02650,pcp,proteolysis -1438,BSU_13690,motA,integral component of membrane -1439,BSU_13690,motA,bacterial-type flagellum-dependent swarming motility -1440,BSU_13690,motA,plasma membrane -1456,BSU_35300,secA,cell envelope Sec protein transport complex -1457,BSU_35300,secA,ABC-type protein transporter activity -1458,BSU_35300,secA,ATP binding -1459,BSU_35300,secA,protein transport by the Sec complex -1460,BSU_35300,secA,cytosol -1461,BSU_35300,secA,integral component of plasma membrane -1462,BSU_15280,ftsA,cell division -1463,BSU_15280,ftsA,cell division site -1464,BSU_15280,ftsA,cytoplasmic side of plasma membrane -1465,BSU_11430,oppA,peptide transmembrane transporter activity -1466,BSU_11430,oppA,outer membrane-bounded periplasmic space -1467,BSU_11430,oppA,peptide transport -1468,BSU_16190,flgC,bacterial-type flagellum-dependent swarming motility -1469,BSU_16190,flgC,bacterial-type flagellum hook -1470,BSU_40090,ahpC,cell redox homeostasis -1471,BSU_40090,ahpC,hydrogen peroxide catabolic process -1472,BSU_40090,ahpC,thioredoxin peroxidase activity -1473,BSU_40090,ahpC,cytosol -1474,BSU_40090,ahpC,cellular response to stress -1475,BSU_40090,ahpC,response to oxidative stress -1476,BSU_28230,tig,protein unfolding -1477,BSU_28230,tig,protein folding chaperone -1478,BSU_28230,tig,peptidyl-prolyl cis-trans isomerase activity -1479,BSU_28230,tig,'de novo' cotranslational protein folding -1480,BSU_28230,tig,chaperone-mediated protein folding -1481,BSU_28230,tig,ribosome binding -1482,BSU_23860,gndA,NADP binding -1483,BSU_23860,gndA,phosphogluconate dehydrogenase (decarboxylating) activity -1484,BSU_23860,gndA,"pentose-phosphate shunt, oxidative branch" -1485,BSU_23860,gndA,D-gluconate catabolic process -1486,BSU_23860,gndA,cytosol -1487,BSU_01120,fusA,ribosome disassembly -1488,BSU_01120,fusA,cytosol -1489,BSU_02830,ycdF,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" -1490,BSU_31390,yugI,translation -1491,BSU_31390,yugI,mRNA binding -1492,BSU_31390,yugI,structural constituent of ribosome -1493,BSU_35990,ywrO,NAD(P)H dehydrogenase (quinone) activity -1494,BSU_35990,ywrO,positive regulation of ion transmembrane transporter activity -1495,BSU_35990,ywrO,electron transfer activity -1496,BSU_35990,ywrO,FMN binding -1497,BSU_16090,sucC,succinate-CoA ligase complex -1498,BSU_16090,sucC,succinyl-CoA metabolic process -1499,BSU_16090,sucC,tricarboxylic acid cycle -1500,BSU_16090,sucC,succinate-CoA ligase (ADP-forming) activity -1501,BSU_16090,sucC,cytosol -1502,BSU_38140,qoxD,integral component of plasma membrane -1503,BSU_38140,qoxD,cytochrome bo3 ubiquinol oxidase activity -1504,BSU_38140,qoxD,cytochrome o ubiquinol oxidase complex -1505,BSU_38140,qoxD,electron transport coupled proton transport -1506,BSU_38140,qoxD,electron transfer activity -1507,BSU_38140,qoxD,oxidoreduction-driven active transmembrane transporter activity -1508,BSU_38140,qoxD,aerobic electron transport chain -1509,BSU_38140,qoxD,proton transmembrane transporter activity -1510,BSU_38150,qoxC,aerobic respiration -1511,BSU_38150,qoxC,oxidoreduction-driven active transmembrane transporter activity -1512,BSU_38150,qoxC,electron transfer activity -1513,BSU_38150,qoxC,electron transport coupled proton transport -1514,BSU_38150,qoxC,cytochrome o ubiquinol oxidase complex -1515,BSU_38150,qoxC,integral component of plasma membrane -1516,BSU_38150,qoxC,aerobic electron transport chain -1517,BSU_38150,qoxC,cytochrome bo3 ubiquinol oxidase activity -1518,BSU_38170,qoxA,cytochrome-c oxidase activity -1519,BSU_38170,qoxA,ATP synthesis coupled electron transport -1520,BSU_38160,qoxB,respiratory electron transport chain -1521,BSU_38160,qoxB,cytochrome-c oxidase activity -1522,BSU_38160,qoxB,aerobic respiration -1523,BSU_38160,qoxB,electron transport coupled proton transport -1524,BSU_11150,yitV,lipase activity -1525,BSU_11150,yitV,membrane -1526,BSU_16380,flhB,plasma membrane -1527,BSU_16370,fliR,plasma membrane -1528,BSU_23110,resE,osmosensory signaling via phosphorelay pathway -1529,BSU_23110,resE,protein kinase activator activity -1530,BSU_23110,resE,phosphorelay response regulator activity -1531,BSU_23120,resD,protein-DNA complex -1532,BSU_23120,resD,cytosol -1533,BSU_23120,resD,phosphorelay response regulator activity -1534,BSU_23120,resD,DNA-binding transcription activator activity -1535,BSU_23120,resD,transcription regulatory region sequence-specific DNA binding -1536,BSU_23130,resC,heme transport -1537,BSU_23130,resC,plasma membrane -1538,BSU_23170,spmB,plasma membrane -1541,BSU_31050,gbsB,cytosol -1542,BSU_31050,gbsB,alcohol dehydrogenase (NAD+) activity -1543,BSU_36550,spoIIQ,metalloendopeptidase activity -1544,BSU_37580,ywgB,cytosol -1545,BSU_37580,ywgB,"regulation of transcription, DNA-templated" -1546,BSU_37580,ywgB,DNA-binding transcription factor activity -1547,BSU_39820,htpG,cellular response to DNA damage stimulus -1548,BSU_39820,htpG,response to heat -1549,BSU_39820,htpG,protein folding -1550,BSU_39820,htpG,ATPase activity -1551,BSU_39820,htpG,cytosol -1552,BSU_39820,htpG,unfolded protein binding -1553,BSU_25810,arsR,"regulation of transcription, DNA-templated" -1554,BSU_25810,arsR,transcription regulatory region sequence-specific DNA binding -1555,BSU_25790,arsB,antiporter activity -1556,BSU_25790,arsB,antimonite transmembrane transporter activity -1557,BSU_25790,arsB,antimonite transport -1558,BSU_25790,arsB,arsenite transmembrane transporter activity -1559,BSU_25790,arsB,plasma membrane -1560,BSU_25790,arsB,arsenite transport -1561,BSU_25800,yqcK,response to cadmium ion -1564,BSU_37050,maeA,pyruvate metabolic process -1565,BSU_37050,maeA,cytosol -1566,BSU_37050,maeA,malate metabolic process -1567,BSU_37050,maeA,malic enzyme activity -1568,BSU_37230,ywjA,ATPase-coupled transmembrane transporter activity -1569,BSU_37230,ywjA,ATPase-coupled lipid transmembrane transporter activity -1570,BSU_37230,ywjA,transmembrane transport -1571,BSU_24140,mmgD,carbohydrate metabolic process -1572,BSU_24140,mmgD,tricarboxylic acid cycle -1573,BSU_24140,mmgD,citrate (Si)-synthase activity -1574,BSU_24170,mmgA,fatty acid beta-oxidation -1575,BSU_24170,mmgA,acetyl-CoA C-acetyltransferase activity -1579,BSU_35550,tuaG,"transferase activity, transferring glycosyl groups" -1580,BSU_35540,tuaH,"transferase activity, transferring glycosyl groups" -1581,BSU_34680,yvcT,cytosol -1582,BSU_34680,yvcT,hydroxypyruvate reductase activity -1583,BSU_34680,yvcT,glyoxylate reductase (NADP+) activity -1587,BSU_34010,yvbW,amino acid transmembrane transport -1588,BSU_34010,yvbW,amino acid transmembrane transporter activity -1589,BSU_34010,yvbW,integral component of membrane -1590,BSU_33990,yvbU,"regulation of transcription, DNA-templated" -1591,BSU_33990,yvbU,cytosol -1592,BSU_33990,yvbU,bacterial-type cis-regulatory region sequence-specific DNA binding -1593,BSU_33670,rghRB,DNA-binding transcription factor activity -1594,BSU_33670,rghRB,"regulation of transcription, DNA-templated" -1597,BSU_33610,rnr,cytosol -1598,BSU_33600,smpB,RNA binding -1599,BSU_33600,smpB,cytosol -1600,BSU_33600,smpB,trans-translation-dependent protein tagging -1601,BSU_33580,yvaF,"regulation of transcription, DNA-templated" -1602,BSU_33580,yvaF,transcription regulatory region sequence-specific DNA binding -1603,BSU_33580,yvaF,DNA-binding transcription factor activity -1604,BSU_33550,yvaC,plasma membrane -1605,BSU_33550,yvaC,transmembrane transport -1606,BSU_33550,yvaC,transmembrane transporter activity -1607,BSU_33500,copA,P-type divalent copper transporter activity -1608,BSU_33490,cadA,zinc ion transmembrane transporter activity -1609,BSU_33490,cadA,cadmium ion transmembrane transporter activity -1610,BSU_33460,yvgT,plasma membrane -1611,BSU_33450,helD,3'-5' DNA helicase activity -1612,BSU_33450,helD,recombinational repair -1613,BSU_33450,helD,cytosol -1614,BSU_33440,cysJ,oxidoreductase activity -1615,BSU_33440,cysJ,cytosol -1616,BSU_33440,cysJ,flavin adenine dinucleotide binding -1617,BSU_33440,cysJ,FMN binding -1618,BSU_33430,cysI,sulfite reductase (ferredoxin) activity -1619,BSU_33430,cysI,sulfite reductase activity -1620,BSU_33430,cysI,sulfate assimilation -1621,BSU_33430,cysI,sulfite reductase complex (NADPH) -1622,BSU_33420,nhaK,sodium ion import across plasma membrane -1623,BSU_33420,nhaK,sodium:proton antiporter activity -1624,BSU_33420,nhaK,plasma membrane -1625,BSU_33420,nhaK,regulation of intracellular pH -1626,BSU_33420,nhaK,potassium ion transmembrane transport -1627,BSU_33420,nhaK,potassium:proton antiporter activity -1630,BSU_33020,cssS,phosphorelay sensor kinase activity -1631,BSU_33020,cssS,plasma membrane -1632,BSU_33020,cssS,integral component of membrane -1633,BSU_32920,yusT,"regulation of transcription, DNA-templated" -1634,BSU_32920,yusT,transcription regulatory region sequence-specific DNA binding -1638,BSU_32830,fadA,acetyl-CoA C-acyltransferase activity -1639,BSU_32830,fadA,phenylacetate catabolic process -1640,BSU_32830,fadA,fatty acid beta-oxidation -1641,BSU_32810,yusI,cytosol -1642,BSU_32800,gcvH,glycine decarboxylation via glycine cleavage system -1643,BSU_32800,gcvH,cytosol -1644,BSU_32800,gcvH,protein lipoylation -1645,BSU_32800,gcvH,cytoplasm -1646,BSU_32780,yusF,rRNA processing -1647,BSU_32780,yusF,ribonuclease M5 activity -1648,BSU_32740,metP,D-methionine transport -1649,BSU_32740,metP,plasma membrane -1650,BSU_32740,metP,amino acid transport -1651,BSU_32720,yurZ,oxidoreductase activity -1652,BSU_32680,sufU,"4 iron, 4 sulfur cluster binding" -1653,BSU_32680,sufU,cytoplasm -1654,BSU_32680,sufU,ferrous iron binding -1655,BSU_32680,sufU,cellular iron ion homeostasis -1656,BSU_32680,sufU,"2 iron, 2 sulfur cluster binding" -1661,BSU_32620,yurQ,cellular response to DNA damage stimulus -1662,BSU_32620,yurQ,excinuclease repair complex -1663,BSU_32610,frlB,cytosol -1664,BSU_32610,frlB,protein N-linked glycosylation -1665,BSU_32610,frlB,fructose 6-phosphate metabolic process -1666,BSU_32610,frlB,UDP-N-acetylglucosamine metabolic process -1667,BSU_32610,frlB,glutamine-fructose-6-phosphate transaminase (isomerizing) activity -1669,BSU_32520,pucG,peroxisome -1670,BSU_32520,pucG,"glycine biosynthetic process, by transamination of glyoxylate" -1671,BSU_32520,pucG,serine-pyruvate transaminase activity -1672,BSU_32520,pucG,alanine-glyoxylate transaminase activity -1673,BSU_32460,pucM,purine nucleobase metabolic process -1674,BSU_32450,pucL,carboxy-lyase activity -1675,BSU_32440,pucK,xanthine transmembrane transporter activity -1676,BSU_32440,pucK,xanthine transport -1677,BSU_32440,pucK,integral component of plasma membrane -1678,BSU_32430,pucJ,xanthine transport -1679,BSU_32430,pucJ,xanthine transmembrane transporter activity -1680,BSU_32430,pucJ,integral component of plasma membrane -1686,BSU_32180,yutK,symporter activity -1687,BSU_32180,yutK,nucleoside transmembrane transporter activity -1688,BSU_32180,yutK,integral component of plasma membrane -1689,BSU_32180,yutK,nucleoside transmembrane transport -1690,BSU_32170,dapF,lysine biosynthetic process via diaminopimelate -1691,BSU_32170,dapF,diaminopimelate epimerase activity -1692,BSU_32170,dapF,cytosol -1693,BSU_32160,sufA,"2 iron, 2 sulfur cluster binding" -1694,BSU_32160,sufA,protein maturation by iron-sulfur cluster transfer -1695,BSU_32160,sufA,iron-sulfur cluster assembly -1696,BSU_32160,sufA,cytoplasm -1697,BSU_31860,yueB,plasma membrane -1698,BSU_31860,yueB,transmembrane transport -1699,BSU_31860,yueB,transmembrane transporter activity -1702,BSU_31800,yueF,transmembrane transport -1703,BSU_31160,yubA,transmembrane transport -1704,BSU_31140,cdoA,ferrous iron binding -1705,BSU_31140,cdoA,"oxidoreductase activity, acting on single donors with incorporation of molecular oxygen, incorporation of two atoms of oxygen" -1706,BSU_31130,yubD,transmembrane transport -1707,BSU_31130,yubD,integral component of plasma membrane -1708,BSU_31130,yubD,transmembrane transporter activity -1709,BSU_31110,yubF,integral component of plasma membrane -1710,BSU_31110,yubF,cellular response to DNA damage stimulus -1713,BSU_31000,yuaI,"transferase activity, transferring acyl groups other than amino-acyl groups" -1715,BSU_27720,queA,tRNA wobble guanine modification -1716,BSU_27720,queA,S-adenosylmethionine:tRNA ribosyltransferase-isomerase activity -1717,BSU_27720,queA,queuosine biosynthetic process -1718,BSU_27710,tgt,queuosine biosynthetic process -1719,BSU_27710,tgt,tRNA wobble guanine modification -1720,BSU_27710,tgt,cytoplasm -1721,BSU_27710,tgt,cytosol -1722,BSU_27700,yrbF,integral component of plasma membrane -1723,BSU_27650,secDF,protein transport -1724,BSU_27560,hisS,histidine-tRNA ligase activity -1725,BSU_27560,hisS,histidyl-tRNA aminoacylation -1726,BSU_27540,tcdA,cyclic threonylcarbamoyladenosine biosynthetic process -1727,BSU_27540,tcdA,tRNA threonylcarbamoyladenosine dehydratase -1728,BSU_27360,yrrM,O-methyltransferase activity -1729,BSU_27280,yrrT,"rRNA (adenine-N6,N6-)-dimethyltransferase activity" -1730,BSU_27280,yrrT,rRNA methylation -1731,BSU_27280,yrrT,cytosol -1732,BSU_27270,mtnN,methylthioadenosine nucleosidase activity -1733,BSU_27270,mtnN,cytosol -1734,BSU_27270,mtnN,L-methionine salvage from S-adenosylmethionine -1735,BSU_27270,mtnN,adenosylhomocysteine nucleosidase activity -1740,BSU_13100,gdnD,transmembrane transporter activity -1741,BSU_13100,gdnD,integral component of plasma membrane -1742,BSU_13100,gdnD,transmembrane transport -1743,BSU_13090,gdnC,integral component of plasma membrane -1744,BSU_13090,gdnC,transmembrane transport -1745,BSU_13090,gdnC,transmembrane transporter activity -1751,BSU_17050,mutL,mismatch repair complex -1752,BSU_17050,mutL,mismatch repair -1753,BSU_17050,mutL,ATPase activity -1754,BSU_17040,mutS,mismatch repair -1755,BSU_17040,mutS,DNA-dependent ATPase activity -1756,BSU_17040,mutS,mismatch repair complex -1757,BSU_17040,mutS,mismatched DNA binding -1758,BSU_17040,mutS,adenine/cytosine mispair binding -1759,BSU_17040,mutS,cytosol -1760,BSU_29120,mdh,cytoplasm -1761,BSU_29120,mdh,L-malate dehydrogenase activity -1762,BSU_24450,efp,cytoplasm -1763,BSU_24450,efp,translation elongation factor activity -1764,BSU_33300,fhuG,integral component of plasma membrane -1765,BSU_33300,fhuG,transmembrane transporter activity -1766,BSU_33300,fhuG,siderophore-dependent iron import into cell -1767,BSU_33310,fhuB,siderophore-dependent iron import into cell -1768,BSU_33310,fhuB,transmembrane transporter activity -1769,BSU_33310,fhuB,integral component of plasma membrane -1770,BSU_28050,maf,nucleoside-triphosphate diphosphatase activity -1771,BSU_34640,yvdD,cytosol -1772,BSU_34640,yvdD,cytokinin biosynthetic process -1773,BSU_34640,yvdD,"hydrolase activity, hydrolyzing N-glycosyl compounds" -1774,BSU_01610,feuC,integral component of plasma membrane -1775,BSU_01610,feuC,siderophore-dependent iron import into cell -1776,BSU_01610,feuC,transmembrane transporter activity -1777,BSU_01620,feuB,integral component of plasma membrane -1778,BSU_01620,feuB,transmembrane transporter activity -1779,BSU_01620,feuB,siderophore-dependent iron import into cell -1780,BSU_01630,feuA,outer membrane-bounded periplasmic space -1781,BSU_01660,nagZ,peptidoglycan turnover -1782,BSU_08860,ssuD,alkanesulfonate monooxygenase activity -1783,BSU_08860,ssuD,alkanesulfonate catabolic process -1784,BSU_08850,ssuC,transmembrane transporter activity -1785,BSU_08850,ssuC,alkanesulfonate transmembrane transporter activity -1786,BSU_08850,ssuC,alkanesulfonate transport -1787,BSU_08850,ssuC,transport -1788,BSU_08850,ssuC,plasma membrane -1789,BSU_08840,ssuA,transport -1790,BSU_08840,ssuA,transmembrane transporter activity -1791,BSU_10850,iolX,NADPH regeneration -1792,BSU_10850,iolX,oxidoreductase activity -1793,BSU_10850,iolX,cytoplasm -1794,BSU_15160,pbpB,penicillin binding -1795,BSU_15160,pbpB,cell wall organization -1796,BSU_15160,pbpB,integral component of plasma membrane -1802,BSU_17150,pksG,hydroxymethylglutaryl-CoA synthase activity -1803,BSU_17150,pksG,acetyl-CoA metabolic process -1804,BSU_17150,pksG,"farnesyl diphosphate biosynthetic process, mevalonate pathway" -1805,BSU_17140,pksF,3-oxoacyl-[acyl-carrier-protein] synthase activity -1806,BSU_17140,pksF,fatty acid biosynthetic process -1807,BSU_17140,pksF,cytosol -1808,BSU_17170,pksI,enoyl-CoA hydratase activity -1809,BSU_17170,pksI,fatty acid beta-oxidation -1810,BSU_10290,yhfN,CAAX-box protein processing -1811,BSU_10290,yhfN,metalloendopeptidase activity -1812,BSU_21740,ypmR,lysophospholipase activity -1813,BSU_31490,pbpD,peptidoglycan glycosyltransferase activity -1814,BSU_31490,pbpD,peptidoglycan biosynthetic process -1815,BSU_31490,pbpD,penicillin binding -1816,BSU_31490,pbpD,response to antibiotic -1822,BSU_39260,bglH,carbohydrate catabolic process -1823,BSU_39260,bglH,cytosol -1824,BSU_39260,bglH,beta-glucosidase activity -1825,BSU_39270,bglP,carbohydrate transmembrane transport -1826,BSU_39270,bglP,protein-phosphocysteine-trehalose phosphotransferase system transporter activity -1827,BSU_39270,bglP,plasma membrane -1828,BSU_39270,bglP,protein-phosphocysteine-sugar phosphotransferase activity -1829,BSU_39270,bglP,phosphoenolpyruvate-dependent sugar phosphotransferase system -1830,BSU_39270,bglP,trehalose transport -1831,BSU_01450,ecfA,ATP binding -1832,BSU_01450,ecfA,ATPase-coupled transmembrane transporter activity -1833,BSU_01450,ecfA,ATP-binding cassette (ABC) transporter complex -1834,BSU_31650,mrpF,sodium:proton antiporter activity -1835,BSU_31290,yugT,oligosaccharide catabolic process -1836,BSU_31290,yugT,alpha-amylase activity -1838,BSU_27180,yrhH,methyltransferase activity -1842,BSU_26850,yrpG,cytosol -1845,BSU_22460,bshA,"transferase activity, transferring glycosyl groups" -1847,BSU_22480,mgsA,cytosol -1848,BSU_22480,mgsA,methylglyoxal synthase activity -1849,BSU_22480,mgsA,methylglyoxal biosynthetic process -1850,BSU_22490,dapB,diaminopimelate biosynthetic process -1851,BSU_22490,dapB,cytosol -1852,BSU_22490,dapB,4-hydroxy-tetrahydrodipicolinate reductase -1853,BSU_40110,bglA,cytosol -1854,BSU_40110,bglA,carbohydrate catabolic process -1855,BSU_40110,bglA,beta-glucosidase activity -1856,BSU_04150,ycsN,cytosol -1857,BSU_04140,pbpC,"peptidoglycan L,D-transpeptidase activity" -1858,BSU_04140,pbpC,penicillin binding -1859,BSU_04140,pbpC,cell wall organization -1860,BSU_04140,pbpC,integral component of plasma membrane -1861,BSU_04110,lipC,lysophospholipase activity -1867,BSU_04050,pxpA,nitrogen compound metabolic process -1871,BSU_04010,sipU,signal peptide processing -1872,BSU_04010,sipU,serine-type endopeptidase activity -1873,BSU_04010,sipU,integral component of plasma membrane -1874,BSU_03990,mtlD,cytosol -1875,BSU_03990,mtlD,mannitol-1-phosphate 5-dehydrogenase activity -1876,BSU_03990,mtlD,mannitol catabolic process -1877,BSU_35710,tagG,lipopolysaccharide transport -1878,BSU_01180,rplW,cytosolic large ribosomal subunit -1879,BSU_01180,rplW,structural constituent of ribosome -1880,BSU_01180,rplW,ribosomal large subunit assembly -1881,BSU_01040,rplJ,structural constituent of ribosome -1882,BSU_01040,rplJ,large ribosomal subunit -1883,BSU_01040,rplJ,translation -1884,BSU_01040,rplJ,cytosolic large ribosomal subunit -1885,BSU_01160,rplC,structural constituent of ribosome -1886,BSU_01160,rplC,cytosolic large ribosomal subunit -1887,BSU_01190,rplB,cytoplasmic translation -1888,BSU_01190,rplB,cytosolic large ribosomal subunit -1889,BSU_01190,rplB,RNA binding -1890,BSU_01190,rplB,structural constituent of ribosome -1891,BSU_20060,nrdEB,deoxyribonucleotide biosynthetic process -1892,BSU_20060,nrdEB,"ribonucleoside-diphosphate reductase activity, thioredoxin disulfide as acceptor" -1893,BSU_20060,nrdEB,ribonucleoside-diphosphate reductase complex -1894,BSU_20060,nrdEB,ATP binding -1895,BSU_19520,yojA,gluconate transmembrane transport -1896,BSU_19520,yojA,integral component of plasma membrane -1897,BSU_19520,yojA,gluconate transmembrane transporter activity -1898,BSU_19480,yojE,integral component of membrane -1899,BSU_19480,yojE,plasma membrane -1905,BSU_19410,cwlS,lytic endotransglycosylase activity -1912,BSU_18300,ppsE,amino acid activation for nonribosomal peptide biosynthetic process -1913,BSU_18300,ppsE,secondary metabolite biosynthetic process -1914,BSU_18300,ppsE,phosphopantetheine binding -1915,BSU_18300,ppsE,cytosol -1916,BSU_18300,ppsE,cytoplasm -1919,BSU_18190,yngC,plasma membrane -1920,BSU_18170,yngA,plasma membrane -1925,BSU_17340,hfq,cytosol -1926,BSU_17340,hfq,regulation of RNA stability -1927,BSU_17340,hfq,"regulation of translation, ncRNA-mediated" -1928,BSU_17340,hfq,RNA binding -1929,BSU_17330,miaA,tRNA dimethylallyltransferase activity -1930,BSU_17330,miaA,tRNA modification -1931,BSU_17260,aprX,serine-type endopeptidase activity -1932,BSU_17010,miaB,"4 iron, 4 sulfur cluster binding" -1933,BSU_17010,miaB,methylthiotransferase activity -1934,BSU_17010,miaB,tRNA methylthiolation -1935,BSU_17010,miaB,cytosol -1936,BSU_17010,miaB,N6-isopentenyladenosine methylthiotransferase activity -1937,BSU_17000,kbl,biotin biosynthetic process -1938,BSU_17000,kbl,8-amino-7-oxononanoate synthase activity -1942,BSU_16570,proS,proline-tRNA ligase activity -1943,BSU_16570,proS,cytosol -1944,BSU_16570,proS,prolyl-tRNA aminoacylation -1945,BSU_16550,dxr,manganese ion binding -1946,BSU_16550,dxr,1-deoxy-D-xylulose-5-phosphate reductoisomerase activity -1947,BSU_16550,dxr,NADPH binding -1948,BSU_16550,dxr,"isopentenyl diphosphate biosynthetic process, methylerythritol 4-phosphate pathway involved in terpenoid biosynthetic process" -1949,BSU_16540,cdsA,plasma membrane -1950,BSU_16540,cdsA,CDP-diacylglycerol biosynthetic process -1951,BSU_16540,cdsA,phosphatidate cytidylyltransferase activity -1952,BSU_16510,pyrH,cytosol -1953,BSU_16510,pyrH,UMP kinase activity -1954,BSU_16510,pyrH,UDP biosynthetic process -1955,BSU_16030,trmD,cytosol -1956,BSU_16030,trmD,tRNA (guanine(37)-N(1))-methyltransferase activity -1957,BSU_16030,trmD,tRNA N1-guanine methylation -1958,BSU_15380,ylmE,intracellular anatomical structure -1959,BSU_15380,ylmE,pyridoxal phosphate binding -1960,BSU_15370,ylmD,copper ion binding -1961,BSU_15340,ylmA,ATP binding -1962,BSU_15340,ylmA,ATP-binding cassette (ABC) transporter complex -1963,BSU_15340,ylmA,ATPase-coupled transmembrane transporter activity -1965,BSU_14430,ykpA,ATP binding -1966,BSU_14390,fruK,1-phosphofructokinase activity -1967,BSU_14390,fruK,phosphofructokinase activity -1968,BSU_14390,fruK,cytosol -1974,BSU_14330,yknV,ATPase-coupled transmembrane transporter activity -1975,BSU_14330,yknV,transmembrane transport -1976,BSU_14320,yknU,ATPase-coupled lipid transmembrane transporter activity -1977,BSU_14320,yknU,ATPase-coupled transmembrane transporter activity -1978,BSU_14320,yknU,transmembrane transport -1979,BSU_14300,moaE,cytosol -1980,BSU_14280,moeA,molybdopterin cofactor biosynthetic process -1981,BSU_14280,moeA,molybdopterin molybdotransferase activity -1982,BSU_14280,moeA,Mo-molybdopterin cofactor biosynthetic process -1983,BSU_14280,moeA,cytosol -1984,BSU_14280,moeA,molybdenum incorporation into molybdenum-molybdopterin complex -1985,BSU_14280,moeA,cytoplasm -1986,BSU_14280,moeA,molybdopterin adenylyltransferase activity -1987,BSU_14270,moeB,cytosol -1988,BSU_14270,moeB,cytoplasm -1989,BSU_14270,moeB,nucleotidyltransferase activity -1990,BSU_14260,mobA,nucleotidyltransferase activity -1991,BSU_13870,ykvZ,transcription regulatory region sequence-specific DNA binding -1992,BSU_13870,ykvZ,DNA-binding transcription factor activity -1993,BSU_13870,ykvZ,"regulation of transcription, DNA-templated" -1994,BSU_13770,ykvO,"oxidoreductase activity, acting on NAD(P)H, oxygen as acceptor" -1995,BSU_13770,ykvO,intracellular anatomical structure -1996,BSU_13720,queC,queuosine biosynthetic process -1997,BSU_13620,mtnD,acireductone dioxygenase [iron(II)-requiring] activity -1998,BSU_13620,mtnD,methionine metabolic process -1999,BSU_13610,mtnB,methylthioribulose 1-phosphate dehydratase activity -2000,BSU_13610,mtnB,cytoplasm -2001,BSU_13610,mtnB,L-methionine salvage from methylthioadenosine -2002,BSU_12040,yjdG,ribosomal-protein-alanine N-acetyltransferase activity -2003,BSU_12040,yjdG,cytoplasm -2004,BSU_12020,manA,transcription regulatory region sequence-specific DNA binding -2005,BSU_12020,manA,"negative regulation of transcription, DNA-templated" -2006,BSU_12010,manP,protein-phosphocysteine-sugar phosphotransferase activity -2007,BSU_12010,manP,phosphoenolpyruvate-dependent sugar phosphotransferase system -2008,BSU_12010,manP,plasma membrane -2009,BSU_11970,yjcS,catalytic activity -2010,BSU_11890,yjcK,cytoplasm -2011,BSU_11890,yjcK,ribosomal-protein-alanine N-acetyltransferase activity -2012,BSU_11880,metC,carbon-sulfur lyase activity -2013,BSU_11880,metC,pyridoxal phosphate binding -2014,BSU_11880,metC,cytoplasm -2015,BSU_11880,metC,cystathionine gamma-lyase activity -2016,BSU_11880,metC,cysteine biosynthetic process via cystathionine -2017,BSU_11880,metC,transsulfuration -2018,BSU_11840,yjcF,N-acetyltransferase activity -2019,BSU_11820,yjcD,recombinational repair -2020,BSU_11820,yjcD,cytosol -2021,BSU_11820,yjcD,DNA helicase complex -2022,BSU_11820,yjcD,3'-5' DNA helicase activity -2023,BSU_11710,thiD,cytosol -2024,BSU_11710,thiD,thiamine biosynthetic process -2025,BSU_11710,thiD,hydroxymethylpyrimidine kinase activity -2026,BSU_11710,thiD,phosphomethylpyrimidine kinase activity -2027,BSU_11700,thiF,nucleotidyltransferase activity -2028,BSU_11700,thiF,cytoplasm -2029,BSU_11700,thiF,cytosol -2030,BSU_11670,thiO,cytoplasm -2031,BSU_11670,thiO,oxidoreductase activity -2032,BSU_11620,yjbO,enzyme-directed rRNA pseudouridine synthesis -2033,BSU_11620,yjbO,pseudouridine synthase activity -2034,BSU_11610,ppnKA,NADP biosynthetic process -2035,BSU_11610,ppnKA,NAD+ kinase activity -2036,BSU_11560,yjbI,thioredoxin peroxidase activity -2037,BSU_11560,yjbI,cytoplasm -2038,BSU_11560,yjbI,cell redox homeostasis -2039,BSU_11560,yjbI,cellular response to oxidative stress -2043,BSU_11510,yjbE,plasma membrane -2044,BSU_11500,spxA,cytosol -2050,BSU_08630,mutY,"8-oxo-7,8-dihydroguanine DNA N-glycosylase activity" -2051,BSU_08630,mutY,adenine/guanine mispair binding -2052,BSU_08630,mutY,mismatch repair -2053,BSU_08630,mutY,purine-specific mismatch base pair DNA N-glycosylase activity -2054,BSU_08630,mutY,base-excision repair -2055,BSU_08630,mutY,oxidized purine DNA binding -2056,BSU_08470,yfhB,cytoplasm -2057,BSU_08470,yfhB,isomerase activity -2064,BSU_08410,yfiV,transcription regulatory region sequence-specific DNA binding -2065,BSU_08410,yfiV,response to stress -2066,BSU_08410,yfiV,"regulation of transcription, DNA-templated" -2067,BSU_08020,yfjO,rRNA (uridine-C5-)-methyltransferase activity -2068,BSU_08020,yfjO,rRNA base methylation -2069,BSU_08010,yfjP,protein-DNA complex -2070,BSU_08010,yfjP,DNA-3-methyladenine glycosylase activity -2071,BSU_08010,yfjP,DNA-7-methylguanine glycosylase activity -2072,BSU_08010,yfjP,DNA dealkylation involved in DNA repair -2073,BSU_08010,yfjP,cytoplasm -2074,BSU_08010,yfjP,alkylated DNA binding -2075,BSU_08010,yfjP,"base-excision repair, AP site formation" -2076,BSU_08000,yfjQ,cobalt ion transmembrane transporter activity -2077,BSU_08000,yfjQ,integral component of plasma membrane -2078,BSU_08000,yfjQ,magnesium ion binding -2079,BSU_08000,yfjQ,cobalt ion binding -2080,BSU_08000,yfjQ,magnesium ion transmembrane transporter activity -2081,BSU_07160,yetH,methylmalonyl-CoA epimerase activity -2082,BSU_07160,yetH,L-methylmalonyl-CoA metabolic process -2083,BSU_06920,yesJ,N-acetyltransferase activity -2084,BSU_06840,yeeI,cytosol -2085,BSU_06730,rlmCD,rRNA base methylation -2086,BSU_06730,rlmCD,rRNA (uridine-C5-)-methyltransferase activity -2089,BSU_06620,ligA,"base-excision repair, DNA ligation" -2090,BSU_06620,ligA,cytosol -2091,BSU_06620,ligA,DNA ligase (NAD+) activity -2095,BSU_04310,ydaN,plasma membrane -2096,BSU_03880,yczG,"regulation of transcription, DNA-templated" -2097,BSU_03880,yczG,transcription regulatory region sequence-specific DNA binding -2098,BSU_03080,ycgE,response to stress -2099,BSU_03080,ycgE,"regulation of transcription, DNA-templated" -2100,BSU_03080,ycgE,transcription regulatory region sequence-specific DNA binding -2104,BSU_02410,ybgG,S-adenosylmethionine-homocysteine S-methyltransferase activity -2105,BSU_02410,ybgG,S-methylmethionine cycle -2106,BSU_02410,ybgG,methionine biosynthetic process -2107,BSU_02400,ybgF,amino acid transmembrane transport -2108,BSU_02400,ybgF,integral component of membrane -2109,BSU_02400,ybgF,amino acid transmembrane transporter activity -2111,BSU_02360,gamA,glucosamine catabolic process -2112,BSU_02360,gamA,identical protein binding -2113,BSU_02360,gamA,N-acetylglucosamine catabolic process -2114,BSU_02360,gamA,cytoplasm -2115,BSU_02360,gamA,UDP-N-acetylglucosamine biosynthetic process -2116,BSU_02360,gamA,glucosamine-6-phosphate deaminase activity -2117,BSU_02360,gamA,N-acetylneuraminate catabolic process -2118,BSU_02280,ybfM,plasma membrane -2119,BSU_02160,ybfA,N-acetyltransferase activity -2120,BSU_00800,yazB,DNA-binding transcription factor activity -2121,BSU_00800,yazB,"regulation of transcription, DNA-templated" -2122,BSU_31990,dhbC,isochorismate synthase activity -2123,BSU_31990,dhbC,salicylic acid biosynthetic process -2124,BSU_08790,thiC,thiamine biosynthetic process -2125,BSU_08790,thiC,cytosol -2129,BSU_08060,acoA,pyruvate dehydrogenase (acetyl-transferring) activity -2130,BSU_08060,acoA,acetyl-CoA biosynthetic process from pyruvate -2131,BSU_21410,blyA,peptidoglycan catabolic process -2132,BSU_21410,blyA,peptidoglycan turnover -2133,BSU_21410,blyA,N-acetylmuramoyl-L-alanine amidase activity -2135,BSU_20370,yorI,cytosol -2136,BSU_20370,yorI,DNA helicase activity -2137,BSU_20370,yorI,DNA unwinding involved in DNA replication -2138,BSU_06690,gatB,glutaminyl-tRNAGln biosynthesis via transamidation -2139,BSU_06690,gatB,glutaminyl-tRNA synthase (glutamine-hydrolyzing) activity -2140,BSU_22060,pbuX,integral component of plasma membrane -2141,BSU_22060,pbuX,xanthine transmembrane transporter activity -2142,BSU_22060,pbuX,xanthine transport -2143,BSU_39370,hutI,imidazolonepropionase activity -2144,BSU_39370,hutI,histidine catabolic process -2145,BSU_39380,hutG,agmatinase activity -2146,BSU_39380,hutG,"putrescine biosynthetic process from arginine, using agmatinase" -2150,BSU_01210,rplV,large ribosomal subunit -2151,BSU_01210,rplV,structural constituent of ribosome -2152,BSU_01210,rplV,ribosome assembly -2153,BSU_01210,rplV,cytosolic large ribosomal subunit -2154,BSU_03280,nasF,uroporphyrin-III C-methyltransferase activity -2155,BSU_03280,nasF,siroheme biosynthetic process -2164,BSU_39730,iolD,flavin adenine dinucleotide binding -2165,BSU_39730,iolD,isoleucine biosynthetic process -2166,BSU_39730,iolD,valine biosynthetic process -2167,BSU_39730,iolD,acetolactate synthase activity -2168,BSU_39730,iolD,acetolactate synthase complex -2169,BSU_39760,iolA,malonate-semialdehyde dehydrogenase (acetylating) activity -2170,BSU_39760,iolA,valine catabolic process -2171,BSU_39760,iolA,thymine catabolic process -2172,BSU_39760,iolA,methylmalonate-semialdehyde dehydrogenase (acylating) activity -2173,BSU_03460,hxlA,orotidine-5'-phosphate decarboxylase activity -2174,BSU_03460,hxlA,cytosol -2175,BSU_03460,hxlA,'de novo' pyrimidine nucleobase biosynthetic process -2176,BSU_03410,bglC,carbohydrate catabolic process -2177,BSU_03410,bglC,beta-glucosidase activity -2178,BSU_03410,bglC,cytosol -2179,BSU_03370,yckA,plasma membrane -2180,BSU_03370,yckA,amino acid transport -2181,BSU_38970,yxjF,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" -2182,BSU_38980,scoB,CoA-transferase activity -2183,BSU_38980,scoB,acetate CoA-transferase activity -2184,BSU_38990,scoA,CoA-transferase activity -2185,BSU_38990,scoA,acetate CoA-transferase activity -2186,BSU_39000,yxjC,integral component of plasma membrane -2187,BSU_39020,nupG,nucleoside transmembrane transport -2188,BSU_39020,nupG,integral component of plasma membrane -2189,BSU_39020,nupG,symporter activity -2190,BSU_39020,nupG,nucleoside transmembrane transporter activity -2199,BSU_39120,yxiM,carboxylic ester hydrolase activity -2200,BSU_39120,yxiM,cell outer membrane -2205,BSU_02560,ycbM,phosphorelay response regulator activity -2206,BSU_02560,ycbM,osmosensory signaling via phosphorelay pathway -2207,BSU_02560,ycbM,protein kinase activator activity -2208,BSU_02550,ycbL,cytosol -2209,BSU_02550,ycbL,DNA-binding transcription activator activity -2210,BSU_02550,ycbL,protein-DNA complex -2211,BSU_02550,ycbL,phosphorelay response regulator activity -2212,BSU_02550,ycbL,transcription regulatory region sequence-specific DNA binding -2213,BSU_02540,ycbK,integral component of membrane -2214,BSU_02510,garD,D-galacturonate catabolic process -2215,BSU_02510,garD,galactarate catabolic process -2216,BSU_02510,garD,galactarate dehydratase activity -2217,BSU_39050,katE,cytosol -2218,BSU_39050,katE,heme binding -2219,BSU_39050,katE,response to oxidative stress -2220,BSU_39050,katE,catalase activity -2221,BSU_39050,katE,hydrogen peroxide catabolic process -2222,BSU_03600,tcyB,plasma membrane -2223,BSU_03600,tcyB,amino acid transport -2224,BSU_25290,era,rRNA binding -2225,BSU_25290,era,ribosomal small subunit assembly -2226,BSU_25290,era,ribosomal small subunit binding -2227,BSU_25290,era,cytosol -2228,BSU_37260,narJ,metallochaperone activity -2229,BSU_37260,narJ,nitrate assimilation -2230,BSU_37260,narJ,chaperone-mediated protein complex assembly -2231,BSU_37250,narI,electron transfer activity -2232,BSU_37250,narI,anaerobic electron transport chain -2233,BSU_37250,narI,heme binding -2234,BSU_37250,narI,nitrate reductase activity -2235,BSU_37270,narH,membrane -2236,BSU_37270,narH,anaerobic respiration -2237,BSU_37270,narH,electron transfer activity -2238,BSU_37280,narG,anaerobic respiration -2239,BSU_37280,narG,membrane -2240,BSU_40010,yxaD,"regulation of transcription, DNA-templated" -2241,BSU_40010,yxaD,response to stress -2242,BSU_40010,yxaD,transcription regulatory region sequence-specific DNA binding -2243,BSU_25280,recO,double-strand break repair -2244,BSU_25280,recO,bacterial nucleoid -2245,BSU_39390,hutM,amino acid transmembrane transporter activity -2246,BSU_39390,hutM,integral component of membrane -2247,BSU_39390,hutM,amino acid transmembrane transport -2248,BSU_00930,cysE,serine O-acetyltransferase activity -2249,BSU_00930,cysE,cytosol -2250,BSU_00910,ispF,"2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase activity" -2254,BSU_21810,dfrA,cytosol -2255,BSU_21810,dfrA,tetrahydrofolate biosynthetic process -2256,BSU_21810,dfrA,dihydrofolate reductase activity -2257,BSU_21810,dfrA,folic acid metabolic process -2258,BSU_21810,dfrA,NADP binding -2259,BSU_21810,dfrA,dihydrofolate metabolic process -2263,BSU_23250,ribH,riboflavin biosynthetic process -2264,BSU_23250,ribH,intracellular anatomical structure -2265,BSU_23250,ribH,"6,7-dimethyl-8-ribityllumazine synthase activity" -2266,BSU_23250,ribH,cytosol -2267,BSU_14910,ctaE,electron transport coupled proton transport -2268,BSU_14910,ctaE,aerobic electron transport chain -2269,BSU_14910,ctaE,integral component of plasma membrane -2270,BSU_14910,ctaE,oxidoreduction-driven active transmembrane transporter activity -2271,BSU_14910,ctaE,aerobic respiration -2272,BSU_14910,ctaE,electron transfer activity -2273,BSU_14910,ctaE,cytochrome bo3 ubiquinol oxidase activity -2274,BSU_14910,ctaE,cytochrome o ubiquinol oxidase complex -2275,BSU_36310,ssbB,single-stranded DNA binding -2276,BSU_36310,ssbB,nucleoid -2277,BSU_36310,ssbB,positive regulation of helicase activity -2278,BSU_29560,ytcI,fatty acid biosynthetic process -2279,BSU_29560,ytcI,fatty-acyl-CoA synthase activity -2280,BSU_29560,ytcI,fatty acid ligase activity -2281,BSU_29560,ytcI,acyl-CoA metabolic process -2282,BSU_27010,adhA,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" -2283,BSU_03350,yciB,"peptidoglycan L,D-transpeptidase activity" -2284,BSU_03350,yciB,peptidoglycan-protein cross-linking -2286,BSU_10330,yhfQ,outer membrane-bounded periplasmic space -2287,BSU_30710,ythA,heme binding -2288,BSU_30710,ythA,plasma membrane -2289,BSU_30710,ythA,aerobic electron transport chain -2290,BSU_30710,ythA,cytochrome complex -2291,BSU_30710,ythA,electron transfer activity -2292,BSU_30710,ythA,"oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor" -2293,BSU_30595,ytlA,transport -2294,BSU_30595,ytlA,transmembrane transporter activity -2295,BSU_18570,yoaE,electron transfer activity -2296,BSU_18570,yoaE,anaerobic respiration -2297,BSU_18570,yoaE,outer membrane-bounded periplasmic space -2298,BSU_18570,yoaE,molybdenum ion binding -2299,BSU_05470,mneP,membrane -2300,BSU_05470,mneP,cation transmembrane transporter activity -2301,BSU_03520,srfAD,lipid biosynthetic process -2302,BSU_28220,clpX,cell division -2303,BSU_28220,clpX,protein catabolic process -2304,BSU_28220,clpX,ATPase activity -2305,BSU_28220,clpX,ATP binding -2306,BSU_28220,clpX,proteolysis -2311,BSU_22120,kdgR,"regulation of transcription, DNA-templated" -2312,BSU_22120,kdgR,transcription regulatory region sequence-specific DNA binding -2313,BSU_22120,kdgR,DNA-binding transcription factor activity -2314,BSU_22130,kduI,D-glucuronate catabolic process -2315,BSU_22130,kduI,D-galacturonate catabolic process -2316,BSU_22130,kduI,4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase activity -2317,BSU_22130,kduI,metal ion binding -2318,BSU_22140,kduD,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" -2321,BSU_22150,ypvA,DNA helicase activity -2322,BSU_22220,yprA,nucleotide-excision repair -2323,BSU_22220,yprA,3'-5' DNA helicase activity -2324,BSU_22230,ypqE,kinase activity -2325,BSU_22230,ypqE,phosphoenolpyruvate-dependent sugar phosphotransferase system -2326,BSU_22230,ypqE,extrinsic component of cytoplasmic side of plasma membrane -2327,BSU_22840,der,ribosomal large subunit assembly -2328,BSU_22840,der,ribosome binding -2329,BSU_22980,ypbG,lipid A biosynthetic process -2330,BSU_22980,ypbG,"UDP-2,3-diacylglucosamine hydrolase activity" -2331,BSU_23020,recS,replisome -2332,BSU_23020,recS,DNA repair -2333,BSU_23020,recS,four-way junction helicase activity -2334,BSU_23020,recS,DNA duplex unwinding -2335,BSU_23020,recS,chromosome -2336,BSU_23020,recS,DNA recombination -2337,BSU_23020,recS,cytoplasm -2338,BSU_23020,recS,bacterial nucleoid -2339,BSU_23020,recS,3'-5' DNA helicase activity -2340,BSU_23050,fmnP,riboflavin transport -2341,BSU_23050,fmnP,riboflavin transmembrane transporter activity -2342,BSU_23050,fmnP,plasma membrane -2343,BSU_17380,nrdE,deoxyribonucleotide biosynthetic process -2344,BSU_17380,nrdE,"ribonucleoside-diphosphate reductase activity, thioredoxin disulfide as acceptor" -2345,BSU_17380,nrdE,ribonucleoside-diphosphate reductase complex -2346,BSU_17380,nrdE,ATP binding -2347,BSU_22420,panC,cytosol -2348,BSU_22420,panC,pantothenate biosynthetic process -2349,BSU_22420,panC,pantoate-beta-alanine ligase activity -2350,BSU_22430,panB,3-methyl-2-oxobutanoate hydroxymethyltransferase activity -2351,BSU_22430,panB,magnesium ion binding -2352,BSU_22430,panB,cytoplasm -2353,BSU_22430,panB,pantothenate biosynthetic process -2354,BSU_22320,ponA,protein binding -2355,BSU_22310,recU,DNA repair -2356,BSU_16170,codY,protein binding -2357,BSU_16170,codY,protein binding -2358,BSU_16170,codY,"regulation of transcription, DNA-templated" -2359,BSU_16170,codY,DNA-binding transcription repressor activity -2360,BSU_16170,codY,DNA-binding transcription repressor activity -2361,BSU_16170,codY,DNA-binding transcription repressor activity -2362,BSU_16170,codY,protein-DNA complex -2363,BSU_16170,codY,protein-DNA complex -2364,BSU_16170,codY,protein-DNA complex -2365,BSU_16170,codY,transcription regulatory region sequence-specific DNA binding -2366,BSU_16170,codY,transcription regulatory region sequence-specific DNA binding -2367,BSU_16170,codY,transcription regulatory region sequence-specific DNA binding -2368,BSU_16170,codY,DNA-binding transcription repressor activity -2369,BSU_16170,codY,DNA-binding transcription repressor activity -2370,BSU_16170,codY,protein-DNA complex -2371,BSU_16170,codY,protein-DNA complex -2372,BSU_16170,codY,transcription regulatory region sequence-specific DNA binding -2373,BSU_16170,codY,transcription regulatory region sequence-specific DNA binding -2377,BSU_36400,flhO,bacterial-type flagellum-dependent swarming motility -2378,BSU_36410,mbl,protein binding -2379,BSU_35320,fliT,protein binding -2380,BSU_35340,fliD,protein binding -2381,BSU_17460,glnA,nitrogen catabolite repression of transcription -2382,BSU_17460,glnA,transcription factor binding -2383,BSU_17460,glnA,glutamine binding -2384,BSU_17460,glnA,cellular response to nitrogen levels -2385,BSU_17460,glnA,"negative regulation of transcription, DNA-templated" -2386,BSU_17460,glnA,negative regulation of core promoter binding -2387,BSU_17460,glnA,protein binding -2388,BSU_17460,glnA,protein binding -2389,BSU_17460,glnA,protein binding -2390,BSU_17460,glnA,protein binding -2391,BSU_17460,glnA,glutamine biosynthetic process -2392,BSU_37640,lipL,protein lipoylation -2393,BSU_37640,lipL,lipoate biosynthetic process -2394,BSU_37640,lipL,protein lipoylation -2395,BSU_37640,lipL,lipoate biosynthetic process -2396,BSU_37640,lipL,octanoyltransferase activity -2397,BSU_37680,bacG,"oxidoreductase activity, acting on the CH-CH group of donors, NAD or NADP as acceptor" -2398,BSU_37680,bacG,"oxidoreductase activity, acting on the CH-CH group of donors, NAD or NADP as acceptor" -2399,BSU_37680,bacG,antibiotic biosynthetic process -2400,BSU_37680,bacG,NADP binding -2401,BSU_37690,bacF,antibiotic biosynthetic process -2402,BSU_37690,bacF,transaminase activity -2403,BSU_37690,bacF,antibiotic biosynthetic process -2404,BSU_37690,bacF,transaminase activity -2405,BSU_37730,bacB,cobalt ion binding -2406,BSU_37730,bacB,cobalt ion binding -2407,BSU_37730,bacB,"intramolecular oxidoreductase activity, transposing C=C bonds" -2408,BSU_37730,bacB,"intramolecular oxidoreductase activity, transposing C=C bonds" -2409,BSU_37730,bacB,iron ion binding -2410,BSU_37730,bacB,iron ion binding -2411,BSU_37730,bacB,antibiotic biosynthetic process -2412,BSU_37740,bacA,antibiotic biosynthetic process -2413,BSU_37740,bacA,carboxy-lyase activity -2414,BSU_37740,bacA,carboxy-lyase activity -2415,BSU_37790,rocG,protein binding -2416,BSU_37790,rocG,obsolete oxidation-reduction process -2417,BSU_37790,rocG,cellular amino acid metabolic process -2418,BSU_37790,rocG,glutamate dehydrogenase (NAD+) activity -2419,BSU_37920,gerQ,spore wall -2420,BSU_37920,gerQ,spore wall -2421,BSU_37920,gerQ,isopeptide cross-linking via N6-(L-isoglutamyl)-L-lysine -2422,BSU_38130,ywcE,spore germination -2423,BSU_33900,eno,protein binding -2424,BSU_33620,estA,triglyceride lipase activity -2425,BSU_25530,spoIIP,protein binding -2426,BSU_21480,sunA,extracellular region -2427,BSU_21480,sunA,defense response to Gram-positive bacterium -2428,BSU_16330,cheY,bacterial-type flagellum-dependent swarming motility -2429,BSU_37090,glpX,"fructose 1,6-bisphosphate metabolic process" -2430,BSU_37090,glpX,gluconeogenesis -2431,BSU_37090,glpX,"fructose 1,6-bisphosphate 1-phosphatase activity" -2432,BSU_14010,cheV,chemotaxis -2435,BSU_11550,spxH,protein binding -2436,BSU_11550,spxH,protein binding -2437,BSU_11550,spxH,protein binding -2438,BSU_13740,queE,carbon-nitrogen lyase activity -2439,BSU_13740,queE,magnesium ion binding -2440,BSU_13740,queE,protein homodimerization activity -2441,BSU_13740,queE,S-adenosyl-L-methionine binding -2442,BSU_13740,queE,"4 iron, 4 sulfur cluster binding" -2444,BSU_17010,miaB,tRNA methylthiolation -2445,BSU_17010,miaB,N6-isopentenyladenosine methylthiotransferase activity -2446,BSU_00560,spoVT,identical protein binding -2449,BSU_34350,epsC,positive regulation of single-species biofilm formation -2450,BSU_08650,fabL,enoyl-[acyl-carrier-protein] reductase (NADH) activity -2451,BSU_08650,fabL,fatty acid elongation -2452,BSU_08650,fabL,NADP binding -2453,BSU_10380,hemAT,cellular_component -2454,BSU_10380,hemAT,aerotaxis -2455,BSU_10380,hemAT,signal transduction -2456,BSU_10380,hemAT,heme binding -2457,BSU_10250,lplJ,protein lipoylation -2458,BSU_10250,lplJ,lipoyltransferase activity -2459,BSU_10250,lplJ,lipoate-protein ligase activity -2460,BSU_30190,bioI,biotin biosynthetic process -2461,BSU_09670,dat,D-alanine:2-oxoglutarate aminotransferase activity -2462,BSU_09670,dat,pyridoxal phosphate binding -2463,BSU_09670,dat,D-amino acid biosynthetic process -2464,BSU_09670,dat,D-amino acid catabolic process -2466,BSU_10550,ntdA,pyridoxal phosphate binding -2467,BSU_10550,ntdA,transaminase activity -2468,BSU_10550,ntdA,antibiotic biosynthetic process -2469,BSU_10540,ntdB,phosphatase activity -2470,BSU_10540,ntdB,antibiotic biosynthetic process -2471,BSU_09340,azr,identical protein binding -2472,BSU_09900,yhaP,protein binding -2473,BSU_09930,yhaM,rRNA 3'-end processing -2474,BSU_37130,spo0F,protein binding -2475,BSU_37130,spo0F,protein binding -2476,BSU_37130,spo0F,protein binding -2477,BSU_37130,spo0F,protein binding -2478,BSU_37130,spo0F,protein binding -2479,BSU_04730,sigB,regulation of DNA-templated transcription in response to stress -2480,BSU_28980,dnaI,protein binding -2481,BSU_28980,dnaI,protein binding -2482,BSU_28980,dnaI,protein binding -2483,BSU_13980,pbpH,protein binding -2484,BSU_24220,spo0A,positive regulation of sporulation resulting in formation of a cellular spore -2485,BSU_24220,spo0A,asymmetric cell division -2486,BSU_24220,spo0A,cell septum assembly -2487,BSU_24220,spo0A,single-species surface biofilm formation -2488,BSU_24220,spo0A,"positive regulation of transcription, DNA-templated" -2489,BSU_24610,sinR,negative regulation of gene expression -2490,BSU_24610,sinR,"negative regulation of transcription, DNA-templated" -2494,BSU_02820,rapJ,protein binding -2495,BSU_02820,rapJ,protein binding -2496,BSU_02820,rapJ,protein binding -2497,BSU_34540,clpP,identical protein binding -2498,BSU_34540,clpP,ATP-dependent peptidase activity -2499,BSU_35700,tagH,protein binding -2500,BSU_35700,tagH,protein binding -2501,BSU_22480,mgsA,methylglyoxal synthase activity -2505,BSU_00040,recF,double-strand break repair -2506,BSU_00040,recF,bacterial nucleoid -2507,BSU_26150,yqbD,protein binding -2508,BSU_26150,yqbD,protein binding -2509,BSU_13950,mcpC,positive chemotaxis -2510,BSU_13950,mcpC,positive chemotaxis -2511,BSU_23520,fur,"negative regulation of transcription, DNA-templated" -2512,BSU_23520,fur,DNA-binding transcription repressor activity -2513,BSU_23520,fur,DNA-binding transcription repressor activity -2514,BSU_23520,fur,protein-DNA complex -2515,BSU_23520,fur,protein-DNA complex -2516,BSU_23520,fur,transcription regulatory region sequence-specific DNA binding -2517,BSU_23520,fur,transcription regulatory region sequence-specific DNA binding -2518,BSU_23520,fur,"negative regulation of transcription, DNA-templated" -2519,BSU_23520,fur,"negative regulation of transcription, DNA-templated" -2520,BSU_23520,fur,"negative regulation of transcription, DNA-templated" -2521,BSU_23560,mleN,sodium:proton antiporter activity -2522,BSU_23840,rnz,identical protein binding -2523,BSU_23840,rnz,identical protein binding -2524,BSU_01030,rplA,protein binding -2525,BSU_00930,cysE,cysteine biosynthetic process -2526,BSU_00930,cysE,methionine catabolic process -2527,BSU_00930,cysE,serine O-acetyltransferase activity -2528,BSU_24850,glcK,glucokinase activity -2529,BSU_25100,zur,DNA-binding transcription repressor activity -2530,BSU_25100,zur,DNA-binding transcription repressor activity -2531,BSU_25100,zur,protein-DNA complex -2532,BSU_25100,zur,protein-DNA complex -2533,BSU_25100,zur,transcription regulatory region sequence-specific DNA binding -2534,BSU_25100,zur,transcription regulatory region sequence-specific DNA binding -2535,BSU_25100,zur,DNA-binding transcription repressor activity -2536,BSU_25100,zur,protein-DNA complex -2537,BSU_25100,zur,"negative regulation of transcription, DNA-templated" -2538,BSU_25100,zur,"negative regulation of transcription, DNA-templated" -2539,BSU_25100,zur,transcription regulatory region sequence-specific DNA binding -2540,BSU_25100,zur,"negative regulation of transcription, DNA-templated" -2541,BSU_25140,cshB,RNA binding -2542,BSU_25140,cshB,RNA helicase activity -2543,BSU_25140,cshB,response to cold -2544,BSU_25140,cshB,ATP binding -2545,BSU_25140,cshB,bacterial nucleoid -2546,BSU_25430,mtaB,tRNA methylthiolation -2547,BSU_25430,mtaB,N6-threonylcarbomyladenosine methylthiotransferase activity -2552,BSU_06830,rapH,protein binding -2553,BSU_28610,zapA,protein binding -2554,BSU_28610,zapA,protein binding -2555,BSU_28780,araD,zinc ion binding -2556,BSU_28780,araD,L-arabinose catabolic process to xylulose 5-phosphate -2557,BSU_28780,araD,L-ribulose-phosphate 4-epimerase activity -2561,BSU_16250,fliJ,protein binding -2562,BSU_16250,fliJ,bacterial-type flagellum-dependent swarming motility -2563,BSU_16250,fliJ,bacterial-type flagellum assembly -2564,BSU_01430,rpoA,protein binding -2565,BSU_01430,rpoA,protein binding -2566,BSU_03900,gabT,4-aminobutyrate transaminase activity -2569,BSU_03780,phrC,protein binding -2570,BSU_23410,spoVAD,spore wall -2571,BSU_23410,spoVAD,plasma membrane -2572,BSU_03220,putP,L-proline transmembrane transporter activity -2573,BSU_03210,putC,proline dehydrogenase activity -2574,BSU_03200,putB,proline catabolic process -2575,BSU_03200,putB,FAD binding -2576,BSU_03200,putB,proline dehydrogenase activity -2577,BSU_38770,cimH,citrate:proton symporter activity -2578,BSU_35080,pchR,"negative regulation of transcription, DNA-templated" -2579,BSU_35080,pchR,"positive regulation of transcription, DNA-templated" -2580,BSU_36520,glnK,protein binding -2581,BSU_36520,glnK,protein binding -2582,BSU_31490,pbpD,protein binding -2584,BSU_01620,feuB,ion transport -2585,BSU_16480,swrB,bacterial-type flagellum-dependent swarming motility -2586,BSU_16450,cheC,positive chemotaxis -2587,BSU_10850,iolX,inositol catabolic process -2588,BSU_10850,iolX,cellular response to inositol -2589,BSU_10850,iolX,NAD+ binding -2590,BSU_10850,iolX,NADH binding -2591,BSU_10850,iolX,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" -2592,BSU_04690,rsbT,protein binding -2593,BSU_04690,rsbT,protein binding -2594,BSU_04690,rsbT,protein binding -2595,BSU_04690,rsbT,protein binding -2596,BSU_15310,spoIIGA,integral component of plasma membrane -2597,BSU_15310,spoIIGA,plasma membrane -2598,BSU_15310,spoIIGA,proteolysis -2599,BSU_15310,spoIIGA,proteolysis -2600,BSU_15310,spoIIGA,protein self-association -2601,BSU_15310,spoIIGA,peptidase activity -2602,BSU_15310,spoIIGA,protein binding -2603,BSU_15310,spoIIGA,aspartic-type endopeptidase activity -2604,BSU_35490,degU,"positive regulation of transcription, DNA-templated" -2609,BSU_22830,gpsA,glycerol-3-phosphate dehydrogenase [NAD(P)+] activity -2610,BSU_01310,rplF,protein binding -2611,BSU_27980,spoIVFA,protein binding -2612,BSU_28000,minC,protein binding -2613,BSU_28000,minC,negative regulation of protein polymerization -2614,BSU_25490,hrcA,"negative regulation of transcription, DNA-templated" -2615,BSU_37030,racA,protein binding -2616,BSU_37030,racA,protein binding -2617,BSU_37190,clsB,cardiolipin synthase activity -2618,BSU_37190,clsB,cardiolipin biosynthetic process -2619,BSU_37190,clsB,sporulation -2620,BSU_24140,mmgD,citrate synthase activity -2621,BSU_24140,mmgD,2-methylcitrate synthase activity -2622,BSU_24140,mmgD,"propionate metabolic process, methylcitrate cycle" -2623,BSU_27970,spoIVFB,protein binding -2624,BSU_29740,ccpA,protein binding -2625,BSU_29740,ccpA,protein binding -2626,BSU_29740,ccpA,protein binding -2627,BSU_29740,ccpA,protein binding -2628,BSU_29740,ccpA,"negative regulation of transcription, DNA-templated" -2629,BSU_29740,ccpA,DNA-binding transcription repressor activity -2630,BSU_29740,ccpA,DNA-binding transcription activator activity -2631,BSU_29740,ccpA,DNA-binding transcription activator activity -2632,BSU_29740,ccpA,protein-DNA complex -2633,BSU_29740,ccpA,protein-DNA complex -2634,BSU_29740,ccpA,protein-DNA complex -2635,BSU_29740,ccpA,transcription regulatory region sequence-specific DNA binding -2636,BSU_29740,ccpA,transcription regulatory region sequence-specific DNA binding -2637,BSU_29740,ccpA,transcription regulatory region sequence-specific DNA binding -2638,BSU_29740,ccpA,DNA-binding transcription activator activity -2639,BSU_29740,ccpA,DNA-binding transcription activator activity -2640,BSU_29740,ccpA,"positive regulation of transcription, DNA-templated" -2641,BSU_29740,ccpA,protein-DNA complex -2642,BSU_29740,ccpA,protein-DNA complex -2643,BSU_29740,ccpA,transcription regulatory region sequence-specific DNA binding -2644,BSU_29740,ccpA,transcription regulatory region sequence-specific DNA binding -2645,BSU_29740,ccpA,"negative regulation of transcription, DNA-templated" -2646,BSU_09290,glpK,glycerol kinase activity -2647,BSU_09290,glpK,glycerol metabolic process -2648,BSU_18460,gltC,protein binding -2649,BSU_18460,gltC,"regulation of transcription, DNA-templated" -2650,BSU_18460,gltC,DNA-binding transcription factor activity -2651,BSU_28190,engB,protein binding -2652,BSU_28190,engB,protein binding -2653,BSU_28190,engB,protein binding -2656,BSU_15770,prkC,cellular response to peptidoglycan -2657,BSU_15770,prkC,spore germination -2658,BSU_15770,prkC,protein serine/threonine kinase activity -2659,BSU_15770,prkC,plasma membrane -2660,BSU_15770,prkC,protein phosphorylation -2661,BSU_15770,prkC,peptidoglycan binding -2662,BSU_15770,prkC,protein binding -2663,BSU_15770,prkC,protein binding -2664,BSU_15770,prkC,protein binding -2665,BSU_15770,prkC,signal transduction -2666,BSU_33029,spxO,protein binding -2667,BSU_00020,dnaN,protein binding -2668,BSU_00020,dnaN,protein binding -2669,BSU_00010,dnaA,protein binding -2670,BSU_00010,dnaA,protein binding -2671,BSU_00010,dnaA,protein binding -2672,BSU_00010,dnaA,identical protein binding -2673,BSU_00010,dnaA,identical protein binding -2674,BSU_00010,dnaA,DNA replication initiation -2676,BSU_26890,csn,chitosanase activity -2677,BSU_16299,swrD,bacterial-type flagellum-dependent swarming motility -2678,BSU_16299,swrD,bacterial-type flagellum-dependent swarming motility -2679,BSU_27250,mccB,homocysteine catabolic process -2680,BSU_27250,mccB,positive regulation of cell population proliferation -2681,BSU_27250,mccB,cystathionine gamma-lyase activity -2682,BSU_27260,mccA,cysteine biosynthetic process from serine -2683,BSU_27260,mccA,positive regulation of cell population proliferation -2684,BSU_27260,mccA,cysteine synthase activity -2685,BSU_27260,mccA,cystathionine beta-synthase activity -2686,BSU_31170,iolU,scyllo-inositol dehydrogenase (NADP+) activity -2687,BSU_31630,mrpD,sodium:proton antiporter activity -2688,BSU_31650,mrpF,sodium ion export across plasma membrane -2689,BSU_41050,rnpA,3'-tRNA processing endoribonuclease activity -2690,BSU_41050,rnpA,sulfate binding -2691,BSU_41050,rnpA,sulfate binding -2692,BSU_41050,rnpA,chloride ion binding -2693,BSU_41050,rnpA,ribonuclease P complex -2694,BSU_41050,rnpA,"tRNA 3'-trailer cleavage, endonucleolytic" -2695,BSU_41050,rnpA,phosphate ion binding -2696,BSU_41050,rnpA,anion binding -2697,BSU_41050,rnpA,ribonuclease P RNA binding -2698,BSU_41050,rnpA,ribonuclease P activity -2699,BSU_35000,hprK,protein binding -2700,BSU_35000,hprK,protein binding -2701,BSU_35000,hprK,protein binding -2702,BSU_13640,spo0E,regulation of sporulation -2703,BSU_05940,tsaD,tRNA threonylcarbamoyladenosine modification -2704,BSU_05920,tsaB,tRNA threonylcarbamoyladenosine modification -2705,BSU_05910,tsaE,tRNA threonylcarbamoyladenosine modification -2706,BSU_24240,recN,double-strand break repair -2707,BSU_24240,recN,bacterial nucleoid -2708,BSU_15290,ftsZ,protein binding -2709,BSU_15290,ftsZ,protein binding -2710,BSU_15290,ftsZ,protein binding -2711,BSU_15290,ftsZ,protein binding -2712,BSU_15290,ftsZ,protein binding -2713,BSU_15290,ftsZ,protein binding -2714,BSU_15290,ftsZ,protein binding -2715,BSU_15290,ftsZ,protein binding -2716,BSU_15290,ftsZ,protein binding -2717,BSU_15290,ftsZ,protein binding -2718,BSU_15290,ftsZ,identical protein binding -2719,BSU_15290,ftsZ,identical protein binding -2720,BSU_15290,ftsZ,identical protein binding -2721,BSU_15290,ftsZ,identical protein binding -2722,BSU_15290,ftsZ,cell septum -2723,BSU_15290,ftsZ,cell division -2724,BSU_15290,ftsZ,GTPase activity -2725,BSU_33500,copA,identical protein binding -2726,BSU_37510,pbpG,protein binding -2727,BSU_31600,mrpA,sodium:proton antiporter activity -2728,BSU_30830,menF,menaquinone biosynthetic process -2729,BSU_06730,rlmCD,rRNA methylation -2730,BSU_06730,rlmCD,rRNA (uridine-C5-)-methyltransferase activity -2736,BSU_35260,ftsE,regulation of phosphorelay signal transduction system -2737,BSU_35260,ftsE,asymmetric cell division -2738,BSU_35260,ftsE,positive regulation of sporulation resulting in formation of a cellular spore -2739,BSU_35260,ftsE,cell septum assembly -2740,BSU_35260,ftsE,plasma membrane -2742,BSU_02530,rtpA,protein binding -2743,BSU_02530,rtpA,identical protein binding -2744,BSU_02530,rtpA,identical protein binding -2745,BSU_00950,mrnC,ribonuclease activity -2746,BSU_00950,mrnC,rRNA processing -2747,BSU_00640,spoIIE,protein binding -2748,BSU_00640,spoIIE,protein binding -2749,BSU_00640,spoIIE,endospore-forming forespore -2750,BSU_00750,pabA,4-amino-4-deoxychorismate synthase activity -2751,BSU_00750,pabA,tryptophan biosynthetic process -2752,BSU_00750,pabA,anthranilate synthase activity -2753,BSU_00750,pabA,tetrahydrofolate biosynthetic process -2754,BSU_00740,pabB,magnesium ion binding -2755,BSU_00740,pabB,4-amino-4-deoxychorismate synthase activity -2756,BSU_00740,pabB,tetrahydrofolate biosynthetic process -2757,BSU_17000,kbl,glycine C-acetyltransferase activity -2758,BSU_17000,kbl,pyridoxal phosphate binding -2759,BSU_17000,kbl,biotin biosynthetic process -2760,BSU_17000,kbl,8-amino-7-oxononanoate synthase activity -2761,BSU_28220,clpX,protein catabolic process -2763,BSU_22080,ypwA,proteolysis -2764,BSU_22080,ypwA,zinc ion binding -2765,BSU_22080,ypwA,metallocarboxypeptidase activity -2766,BSU_09270,glpP,glycerol metabolic process -2767,BSU_09270,glpP,glycerol metabolic process -2768,BSU_09270,glpP,glycerol metabolic process -2769,BSU_09270,glpP,glycerol metabolic process -2770,BSU_09270,glpP,glycerol metabolic process -2771,BSU_09270,glpP,cellular response to glucose stimulus -2772,BSU_09270,glpP,"negative regulation of DNA-templated transcription, termination" -2773,BSU_09270,glpP,"negative regulation of DNA-templated transcription, termination" -2774,BSU_09270,glpP,"negative regulation of DNA-templated transcription, termination" -2775,BSU_09270,glpP,cellular response to glucose stimulus -2776,BSU_09270,glpP,"negative regulation of DNA-templated transcription, termination" -2777,BSU_09270,glpP,transcription antitermination -2778,BSU_09270,glpP,transcription antitermination -2779,BSU_09270,glpP,transcription antitermination -2780,BSU_09270,glpP,transcription antitermination -2781,BSU_09270,glpP,"transcription antitermination factor activity, RNA binding" -2782,BSU_09270,glpP,"transcription antitermination factor activity, RNA binding" -2783,BSU_09270,glpP,"transcription antitermination factor activity, RNA binding" -2784,BSU_09270,glpP,"transcription antitermination factor activity, RNA binding" -2785,BSU_09270,glpP,"positive regulation of transcription, DNA-templated" -2786,BSU_09270,glpP,"positive regulation of transcription, DNA-templated" -2787,BSU_09270,glpP,response to antibiotic -2788,BSU_09270,glpP,response to antibiotic -2789,BSU_23040,fer,"4 iron, 4 sulfur cluster binding" -2790,BSU_23040,fer,electron transfer activity -2791,BSU_17380,nrdE,"ribonucleoside-diphosphate reductase activity, thioredoxin disulfide as acceptor" -2792,BSU_28110,spoVID,ATPase binding -2793,BSU_28110,spoVID,protein binding -2794,BSU_28110,spoVID,protein binding -2795,BSU_28110,spoVID,protein binding -2796,BSU_11520,mecA,protein binding -2797,BSU_11520,mecA,protein binding -2798,BSU_13930,splB,iron-sulfur cluster binding -2799,BSU_13930,splB,endospore-forming forespore -2800,BSU_13930,splB,S-adenosyl-L-methionine binding -2801,BSU_13930,splB,DNA photolyase activity -2802,BSU_13930,splB,metal ion binding -2803,BSU_13930,splB,"4 iron, 4 sulfur cluster binding" -2804,BSU_23460,spoIIAB,protein binding -2805,BSU_16470,sigD,bacterial-type flagellum-dependent swarming motility -2806,BSU_21770,ilvA,threonine metabolic process -2807,BSU_32150,paiA,negative regulation of sporulation -2808,BSU_32150,paiA,diamine N-acetyltransferase activity -2809,BSU_00730,cysK,protein-containing complex -2810,BSU_00730,cysK,cysteine biosynthetic process from serine -2811,BSU_00730,cysK,methionine catabolic process -2812,BSU_00730,cysK,protein homodimerization activity -2813,BSU_00730,cysK,positive regulation of cell population proliferation -2814,BSU_00730,cysK,transcription factor binding -2815,BSU_00730,cysK,protein-DNA complex -2816,BSU_00730,cysK,protein-DNA complex -2817,BSU_00730,cysK,positive regulation of core promoter binding -2818,BSU_00730,cysK,positive regulation of core promoter binding -2819,BSU_00730,cysK,cysteine synthase activity -2820,BSU_00730,cysK,cystathionine beta-synthase activity -2821,BSU_23530,spoIIM,regulation of sporulation resulting in formation of a cellular spore -2822,BSU_23530,spoIIM,regulation of sporulation resulting in formation of a cellular spore -2823,BSU_23530,spoIIM,cell septum -2824,BSU_23530,spoIIM,cell septum -2825,BSU_23530,spoIIM,cell septum -2826,BSU_23530,spoIIM,positive regulation of cell septum assembly -2827,BSU_01080,rpoC,protein binding -2828,BSU_01080,rpoC,protein binding -2829,BSU_15810,spoVM,protein binding -2830,BSU_21490,sunI,plasma membrane -2831,BSU_21490,sunI,bacteriocin immunity -2832,BSU_21450,sunS,UDP-glycosyltransferase activity -2833,BSU_21450,sunS,bacteriocin biosynthetic process -2834,BSU_21450,sunS,protein S-linked glycosylation via cysteine -2836,BSU_15280,ftsA,protein binding -2837,BSU_15280,ftsA,protein binding -2838,BSU_15280,ftsA,protein binding -2839,BSU_15280,ftsA,protein binding -2840,BSU_15280,ftsA,ATPase activity -2841,BSU_19430,cdaS,adenylate cyclase activity -2846,BSU_16960,rny,protein binding -2847,BSU_16960,rny,protein binding -2848,BSU_16960,rny,protein binding -2849,BSU_16960,rny,protein binding -2850,BSU_16960,rny,protein binding -2851,BSU_16960,rny,identical protein binding -2852,BSU_16780,rnjB,protein binding -2853,BSU_16780,rnjB,protein binding -2854,BSU_16780,rnjB,endoribonuclease activity -2855,BSU_16780,rnjB,mRNA processing -2856,BSU_16050,rbgA,GTPase activity -2857,BSU_15390,sepF,protein binding -2858,BSU_15390,sepF,protein binding -2859,BSU_15390,sepF,protein binding -2860,BSU_15390,sepF,identical protein binding -2861,BSU_15390,sepF,identical protein binding -2862,BSU_15390,sepF,identical protein binding -2863,BSU_15390,sepF,cell septum assembly -2865,BSU_17450,glnR,protein binding -2866,BSU_17450,glnR,protein binding -2867,BSU_17450,glnR,identical protein binding -2868,BSU_17450,glnR,identical protein binding -2869,BSU_00860,clpC,protein binding -2870,BSU_00860,clpC,protein binding -2871,BSU_00840,mcsA,proteolysis -2882,BSU_00410,rnmV,ribosome biogenesis -2883,BSU_00410,rnmV,rRNA processing -2884,BSU_00410,rnmV,ribonuclease M5 activity -2891,BSU_00120,pdxT,protein binding -2892,BSU_00120,pdxT,identical protein binding -2893,BSU_00120,pdxT,identical protein binding -2894,BSU_00110,pdxS,protein binding -2895,BSU_00110,pdxS,identical protein binding -2898,BSU_40680,yybD,"transferase activity, transferring acyl groups other than amino-acyl groups" -2900,BSU_13590,mtnW,carbon fixation -2902,BSU_11670,thiO,thiamine biosynthetic process -2903,BSU_11670,thiO,FAD binding -2904,BSU_11670,thiO,cellular amino acid metabolic process -2905,BSU_11670,thiO,glycine oxidase activity -2906,BSU_11610,ppnKA,NAD+ kinase activity -2907,BSU_11610,ppnKA,ATP binding -2908,BSU_11610,ppnKA,NADP biosynthetic process -2909,BSU_11610,ppnKA,NAD binding -2913,BSU_40410,walR,"regulation of transcription, DNA-templated" -2914,BSU_00690,ftsH,sporulation -2915,BSU_00690,ftsH,cell septum -2916,BSU_00690,ftsH,protein catabolic process -2917,BSU_00690,ftsH,peptidase activity -2918,BSU_00620,divIC,protein binding -2919,BSU_00620,divIC,protein binding -2920,BSU_40440,dnaC,protein binding -2921,BSU_40440,dnaC,protein binding -2922,BSU_40440,dnaC,protein binding -2923,BSU_40440,dnaC,protein binding -2924,BSU_04740,rsbX,response to heat -2925,BSU_04720,rsbW,sigma factor antagonist activity -2926,BSU_30070,opuD,glycine betaine transport -2927,BSU_31100,ktrB,protein binding -2928,BSU_31090,ktrA,protein binding -2929,BSU_31090,ktrA,identical protein binding -2930,BSU_27840,safA,ATPase binding -2931,BSU_27840,safA,protein binding -2932,BSU_27660,comN,protein binding -2933,BSU_27590,dtd,D-aminoacyl-tRNA deacylase activity -2936,BSU_27310,pbpI,protein binding -2938,BSU_22740,hepT,menaquinone biosynthetic process -2939,BSU_22740,hepT,"transferase activity, transferring alkyl or aryl (other than methyl) groups" -2940,BSU_22760,hepS,menaquinone biosynthetic process -2941,BSU_22760,hepS,"transferase activity, transferring alkyl or aryl (other than methyl) groups" -2952,BSU_33520,csoR,DNA-binding transcription repressor activity -2953,BSU_33520,csoR,protein-DNA complex -2954,BSU_33520,csoR,transcription regulatory region sequence-specific DNA binding -2956,BSU_15940,smc,protein binding -2957,BSU_15940,smc,protein binding -2958,BSU_15940,smc,protein binding -2959,BSU_15940,smc,protein binding -2960,BSU_15940,smc,protein binding -2961,BSU_15940,smc,identical protein binding -2962,BSU_15940,smc,identical protein binding -2963,BSU_10110,pbpF,protein binding -2964,BSU_40350,rocR,"regulation of transcription, DNA-templated" -2965,BSU_40350,rocR,arginine metabolic process -2966,BSU_40340,rocD,ornithine-oxo-acid transaminase activity -2967,BSU_40340,rocD,arginine metabolic process -2968,BSU_32800,gcvH,protein lipoylation -2969,BSU_32800,gcvH,lipoate biosynthetic process -2970,BSU_32690,sufS,protein binding -2971,BSU_32680,sufU,protein binding -2972,BSU_32530,pucF,zinc ion binding -2973,BSU_32530,pucF,allantoate deiminase activity -2974,BSU_32530,pucF,allantoin catabolic process -2975,BSU_32460,pucM,identical protein binding -2976,BSU_32330,lipA,protein lipoylation -2977,BSU_32330,lipA,lipoate biosynthetic process -2978,BSU_32330,lipA,lipoate synthase activity -2980,BSU_13990,kinA,protein binding -2981,BSU_13990,kinA,protein binding -2982,BSU_13990,kinA,protein binding -2983,BSU_13990,kinA,identical protein binding -2984,BSU_13990,kinA,identical protein binding -2985,BSU_13990,kinA,identical protein binding -2986,BSU_13990,kinA,sporulation resulting in formation of a cellular spore -2993,BSU_01760,cdaR,positive regulation of adenylate cyclase activity -2994,BSU_29190,pfkA,protein binding -2995,BSU_27520,cymR,protein-containing complex -2996,BSU_27520,cymR,protein homodimerization activity -2997,BSU_27520,cymR,core promoter sequence-specific DNA binding -2998,BSU_27520,cymR,core promoter sequence-specific DNA binding -2999,BSU_27520,cymR,protein-DNA complex -3000,BSU_27520,cymR,protein-DNA complex -3001,BSU_27520,cymR,protein binding -3002,BSU_27520,cymR,protein heterooligomerization -3003,BSU_27520,cymR,identical protein binding -3004,BSU_30780,menC,menaquinone biosynthetic process -3008,BSU_35010,nagA,protein homodimerization activity -3009,BSU_35010,nagA,N-acetylglucosamine catabolic process -3010,BSU_35010,nagA,N-acetylglucosamine-6-phosphate deacetylase activity -3011,BSU_35010,nagA,iron ion binding -3012,BSU_29020,gapB,glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity -3013,BSU_29020,gapB,gluconeogenesis -3014,BSU_29020,gapB,NAD binding -3015,BSU_29020,gapB,glyceraldehyde-3-phosphate dehydrogenase (NAD(P)+) (phosphorylating) activity -3016,BSU_29020,gapB,NADP binding -3017,BSU_21920,ugtP,protein binding -3018,BSU_21920,ugtP,"1,2-diacylglycerol 3-glucosyltransferase activity" -3020,BSU_35760,tagB,protein binding -3021,BSU_33222,rsoA,protein binding -3022,BSU_33222,rsoA,protein binding -3023,BSU_10630,addA,protein binding -3024,BSU_10620,addB,protein binding -3025,BSU_16310,fliM,bacterial-type flagellum assembly -3026,BSU_16310,fliM,bacterial-type flagellum-dependent swarming motility -3027,BSU_16310,fliM,positive chemotaxis -3028,BSU_16270,fliK,bacterial-type flagellum assembly -3029,BSU_16270,fliK,bacterial-type flagellum-dependent swarming motility -3030,BSU_16270,fliK,bacterial-type flagellum-dependent swarming motility -3031,BSU_16230,fliH,bacterial-type flagellum assembly -3032,BSU_16230,fliH,bacterial-type flagellum-dependent swarming motility -3033,BSU_16220,fliG,bacterial-type flagellum-dependent swarming motility -3034,BSU_16220,fliG,bacterial-type flagellum assembly -3035,BSU_16210,fliF,bacterial-type flagellum-dependent swarming motility -3036,BSU_16210,fliF,bacterial-type flagellum assembly -3040,BSU_22960,gudB,glutamate dehydrogenase (NAD+) activity -3041,BSU_22960,gudB,obsolete oxidation-reduction process -3042,BSU_22960,gudB,cellular amino acid metabolic process -3043,BSU_25250,ccpN,carbon catabolite repression of transcription -3047,BSU_07980,pdaA,deacetylase activity -3048,BSU_35060,cypX,iron ion binding -3049,BSU_35060,cypX,"oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced iron-sulfur protein as one donor, and incorporation of one atom of oxygen" -3050,BSU_35060,cypX,heme binding -3051,BSU_35060,cypX,pigment biosynthetic process -3061,BSU_29610,ezrA,protein binding -3062,BSU_29610,ezrA,protein binding -3063,BSU_29610,ezrA,protein binding -3064,BSU_29610,ezrA,protein binding -3065,BSU_29610,ezrA,septin ring assembly -3066,BSU_29610,ezrA,positive regulation of cell division -3067,BSU_35250,ftsX,regulation of phosphorelay signal transduction system -3068,BSU_35250,ftsX,asymmetric cell division -3069,BSU_35250,ftsX,positive regulation of sporulation resulting in formation of a cellular spore -3070,BSU_35250,ftsX,cell septum assembly -3071,BSU_35250,ftsX,plasma membrane -3074,BSU_12830,spoIISA,protein binding -3092,BSU_33230,sigO,protein binding -3093,BSU_07920,chaA,integral component of plasma membrane -3094,BSU_07920,chaA,calcium ion transmembrane transport -3095,BSU_07920,chaA,calcium:proton antiporter activity -3096,BSU_35720,tagF,protein binding -3097,BSU_12820,spoIISB,protein binding -3098,BSU_24130,mmgE,2-methylcitrate dehydratase activity -3099,BSU_24130,mmgE,"propionate metabolic process, methylcitrate cycle" -3100,BSU_06600,pcrB,polyprenyltransferase activity -3101,BSU_06600,pcrB,glycerophospholipid biosynthetic process -3102,BSU_06240,bdhA,"(R,R)-butanediol dehydrogenase activity" -3103,BSU_18670,oxdD,oxalate metabolic process -3104,BSU_18670,oxdD,oxalate decarboxylase activity -3105,BSU_19190,desK,protein binding -3106,BSU_19190,desK,identical protein binding -3107,BSU_19190,desK,protein kinase activity -3108,BSU_19190,desK,phosphoprotein phosphatase activity -3109,BSU_19190,desK,phosphoprotein phosphatase activity -3110,BSU_13390,ykoT,protein binding -3111,BSU_13390,ykoT,protein binding -3112,BSU_35530,tagO,protein binding -3113,BSU_35530,tagO,magnesium ion binding -3114,BSU_35530,tagO,"phosphotransferase activity, for other substituted phosphate groups" -3115,BSU_35530,tagO,manganese ion binding -3116,BSU_19220,recQ,bacterial nucleoid -3117,BSU_19200,desR,protein binding -3118,BSU_18000,citB,2-methylisocitrate dehydratase activity -3119,BSU_18000,citB,regulation of sporulation -3120,BSU_18000,citB,tricarboxylic acid cycle -3121,BSU_18000,citB,"propionate metabolic process, methylcitrate cycle" -3122,BSU_18000,citB,aconitate hydratase activity -3123,BSU_18000,citB,aconitate hydratase activity -3124,BSU_18000,citB,mRNA 3'-UTR binding -3125,BSU_18000,citB,regulation of sporulation -3126,BSU_18000,citB,"4 iron, 4 sulfur cluster binding" -3127,BSU_18000,citB,mRNA binding -3128,BSU_31450,kinB,positive regulation of sporulation resulting in formation of a cellular spore -3129,BSU_31930,ald,alanine catabolic process -3130,BSU_31930,ald,alanine dehydrogenase activity -3131,BSU_31930,ald,cytosol -3132,BSU_31930,ald,sporulation resulting in formation of a cellular spore -3133,BSU_38160,qoxB,"oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor" -3134,BSU_38160,qoxB,ATP synthesis coupled electron transport -3135,BSU_11740,cotZ,protein binding -3136,BSU_11750,cotY,protein binding -3137,BSU_11770,cotW,protein binding -3138,BSU_11780,cotV,protein binding -3139,BSU_33940,gapA,glycolytic process -3140,BSU_33940,gapA,glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity -3141,BSU_33940,gapA,NAD binding -3142,BSU_17030,cotE,protein binding -3143,BSU_17030,cotE,identical protein binding -3144,BSU_33530,iolW,NADP+ binding -3145,BSU_33530,iolW,scyllo-inositol dehydrogenase (NADP+) activity -3146,BSU_33530,iolW,scyllo-inositol dehydrogenase (NADP+) activity -3147,BSU_33530,iolW,NADPH binding -3151,BSU_33600,smpB,trans-translation-dependent protein tagging -3152,BSU_33780,sdpI,response to toxic substance -3153,BSU_33780,sdpI,response to toxic substance -3154,BSU_07250,cypD,iron ion binding -3155,BSU_07250,cypD,fatty acid oxidation -3156,BSU_07250,cypD,fatty acid binding -3157,BSU_07250,cypD,"oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced flavin or flavoprotein as one donor, and incorporation of one atom of oxygen" -3158,BSU_07250,cypD,NADPH-hemoprotein reductase activity -3159,BSU_07250,cypD,FMN binding -3160,BSU_07250,cypD,heme binding -3161,BSU_07250,cypD,flavin adenine dinucleotide binding -3162,BSU_27160,cypB,iron ion binding -3163,BSU_27160,cypB,fatty acid oxidation -3164,BSU_27160,cypB,fatty acid binding -3165,BSU_27160,cypB,"oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced flavin or flavoprotein as one donor, and incorporation of one atom of oxygen" -3166,BSU_27160,cypB,NADPH-hemoprotein reductase activity -3167,BSU_27160,cypB,FMN binding -3168,BSU_27160,cypB,heme binding -3169,BSU_27160,cypB,flavin adenine dinucleotide binding -3170,BSU_36750,spoIID,protein binding -3171,BSU_35240,ctpB,signal transduction -3172,BSU_35240,ctpB,peptide metabolic process -3173,BSU_35240,ctpB,proteolysis -3174,BSU_35240,ctpB,sporulation resulting in formation of a cellular spore -3175,BSU_35240,ctpB,protein homodimerization activity -3176,BSU_35240,ctpB,peptide binding -3177,BSU_35240,ctpB,peptidase activity -3178,BSU_35240,ctpB,protein binding -3179,BSU_35240,ctpB,identical protein binding -3180,BSU_11720,fabI,cellular response to cold -3181,BSU_11720,fabI,enoyl-[acyl-carrier-protein] reductase (NADH) activity -3182,BSU_11720,fabI,fatty acid elongation -3183,BSU_17700,cotC,protein binding -3184,BSU_17700,cotC,protein binding -3185,BSU_14870,ctaA,protein binding -3186,BSU_37110,tal,identical protein binding -3187,BSU_01750,cdaA,integral component of plasma membrane -3188,BSU_01750,cdaA,adenylate cyclase activity -3189,BSU_14530,rnjA,protein binding -3190,BSU_14530,rnjA,protein binding -3191,BSU_14530,rnjA,protein binding -3192,BSU_14530,rnjA,identical protein binding -3193,BSU_14530,rnjA,identical protein binding -3194,BSU_14530,rnjA,identical protein binding -3195,BSU_14530,rnjA,rRNA processing -3196,BSU_14530,rnjA,rRNA processing -3197,BSU_14530,rnjA,endoribonuclease activity -3198,BSU_14530,rnjA,5'-3' exoribonuclease activity -3199,BSU_14530,rnjA,mRNA processing -3200,BSU_22690,aroH,chorismate mutase activity -3201,BSU_22690,aroH,chorismate metabolic process -3202,BSU_31720,degQ,positive regulation of single-species biofilm formation -3203,BSU_22770,mtrB,"positive regulation of DNA-templated transcription, termination" -3204,BSU_22770,mtrB,negative regulation of translational initiation -3205,BSU_22770,mtrB,negative regulation of translational initiation -3206,BSU_13310,tnrA,core promoter sequence-specific DNA binding -3207,BSU_13310,tnrA,cellular response to nitrogen levels -3208,BSU_13310,tnrA,nitrogen catabolite activation of transcription -3209,BSU_13310,tnrA,protein binding -3210,BSU_13310,tnrA,protein binding -3211,BSU_13310,tnrA,protein binding -3212,BSU_13310,tnrA,protein binding -3213,BSU_13310,tnrA,protein binding -3214,BSU_16110,dprA,protein binding -3215,BSU_16110,dprA,protein binding -3216,BSU_16110,dprA,DNA/DNA annealing activity -3217,BSU_35430,flgM,sigma factor antagonist activity -3218,BSU_39080,licT,"positive regulation of transcription, DNA-templated" -3219,BSU_16440,cheW,chemotaxis to oxidizable substrate -3220,BSU_16440,cheW,chemotaxis -3221,BSU_10530,ntdC,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" -3222,BSU_10530,ntdC,antibiotic biosynthetic process -3224,BSU_06440,purB,AMP biosynthetic process -3225,BSU_06440,purB,"N6-(1,2-dicarboxyethyl)AMP AMP-lyase (fumarate-forming) activity" -3226,BSU_06480,purL,phosphoribosylformylglycinamidine synthase activity -3227,BSU_06480,purL,purine nucleotide biosynthetic process -3228,BSU_06480,purL,ATP binding -3232,BSU_36970,spoIIR,protein binding -3233,BSU_39430,deoR,identical protein binding -3236,BSU_40330,rocE,arginine metabolic process -3238,BSU_29130,icd,protein binding -3239,BSU_05610,vmlR,rRNA binding -3240,BSU_05610,vmlR,ATP binding -3241,BSU_05610,vmlR,cytoplasm -3242,BSU_05610,vmlR,tRNA binding -3243,BSU_05610,vmlR,response to antibiotic -3244,BSU_05610,vmlR,rescue of stalled ribosome -3248,BSU_32000,dhbA,cellular response to iron ion -3249,BSU_29690,acuA,carbon catabolite repression of transcription by glucose -3250,BSU_29690,acuA,spore germination -3251,BSU_29690,acuA,butanediol catabolic process -3252,BSU_29690,acuA,cellular response to acetate -3253,BSU_29690,acuA,cellular response to acetate -3254,BSU_29690,acuA,acetyl-CoA synthetase acetyltransferase activity -3255,BSU_29690,acuA,acetyl-CoA synthetase acetyltransferase activity -3256,BSU_29690,acuA,acetoin dehydrogenase activity -3257,BSU_29690,acuA,acetoin catabolic process -3258,BSU_16400,flhF,protein binding -3259,BSU_16400,flhF,identical protein binding -3260,BSU_16400,flhF,identical protein binding -3261,BSU_16940,recA,protein binding -3262,BSU_16940,recA,protein binding -3263,BSU_16940,recA,protein binding -3264,BSU_16940,recA,protein binding -3265,BSU_16940,recA,protein binding -3266,BSU_24620,tasA,identical protein binding -3267,BSU_25690,sda,protein binding -3268,BSU_24530,lipM,protein lipoylation -3269,BSU_24530,lipM,protein lipoylation -3270,BSU_24530,lipM,lipoate biosynthetic process -3271,BSU_24530,lipM,lipoate biosynthetic process -3272,BSU_24530,lipM,octanoyltransferase activity -3273,BSU_24530,lipM,lipoate-protein ligase activity -3274,BSU_24530,lipM,octanoyltransferase activity -3275,BSU_24530,lipM,cellular protein modification process -3276,BSU_04680,rsbS,protein binding -3277,BSU_04680,rsbS,protein binding -3278,BSU_15240,divIB,protein binding -3279,BSU_15240,divIB,protein binding -3280,BSU_15240,divIB,protein binding -3281,BSU_01050,rplL,protein binding -3282,BSU_28010,mreD,protein binding -3283,BSU_28010,mreD,protein binding -3284,BSU_28010,mreD,protein binding -3285,BSU_28020,mreC,plasma membrane -3286,BSU_28020,mreC,plasma membrane -3287,BSU_28020,mreC,regulation of cell shape -3288,BSU_28020,mreC,regulation of cell shape -3289,BSU_28020,mreC,regulation of cell shape -3290,BSU_28020,mreC,cell septum -3291,BSU_28020,mreC,cell septum -3292,BSU_28020,mreC,peptidoglycan-based cell wall biogenesis -3293,BSU_28020,mreC,protein binding -3294,BSU_28020,mreC,protein binding -3295,BSU_28020,mreC,protein binding -3296,BSU_28020,mreC,protein binding -3297,BSU_28020,mreC,protein binding -3298,BSU_28020,mreC,protein binding -3299,BSU_28020,mreC,protein binding -3300,BSU_28020,mreC,protein binding -3301,BSU_28020,mreC,protein binding -3302,BSU_28020,mreC,protein self-association -3303,BSU_28030,mreB,protein binding -3304,BSU_28030,mreB,protein binding -3305,BSU_27990,minD,protein binding -3306,BSU_27990,minD,protein binding -3319,BSU_05650,ydgH,protein binding -3320,BSU_05650,ydgH,protein binding -3321,BSU_03350,yciB,cell tip -3322,BSU_25180,trmK,tRNA (adenine-N1-)-methyltransferase activity -3323,BSU_25180,trmK,tRNA methylation -3324,BSU_29120,mdh,protein binding -3329,BSU_04650,ndoAI,identical protein binding -3330,BSU_04580,cshA,protein binding -3331,BSU_04580,cshA,response to cold -3332,BSU_04580,cshA,RNA binding -3333,BSU_04580,cshA,RNA helicase activity -3334,BSU_04580,cshA,RNA secondary structure unwinding -3335,BSU_04580,cshA,ribosome -3336,BSU_04580,cshA,bacterial nucleoid -3337,BSU_04580,cshA,ATP binding -3338,BSU_24360,spoIIIAH,protein binding -3339,BSU_24360,spoIIIAH,protein binding -3340,BSU_24360,spoIIIAH,protein binding -3341,BSU_35380,fliW,positive regulation of bacterial-type flagellum assembly -3342,BSU_35380,fliW,regulation of bacterial-type flagellum-dependent cell motility -3343,BSU_35380,fliW,bacterial-type flagellum-dependent swarming motility -3344,BSU_35380,fliW,bacterial-type flagellum-dependent swarming motility -3345,BSU_35380,fliW,positive regulation of translation -3346,BSU_04140,pbpC,protein binding -3347,BSU_04110,lipC,lipid catabolic process -3348,BSU_35710,tagG,protein binding -3349,BSU_01160,rplC,positive regulation of rRNA processing -3350,BSU_36550,spoIIQ,protein binding -3351,BSU_36550,spoIIQ,protein binding -3352,BSU_36550,spoIIQ,protein binding -3353,BSU_36550,spoIIQ,endospore-forming forespore -3354,BSU_36590,clsA,cardiolipin synthase activity -3355,BSU_36590,clsA,cardiolipin biosynthetic process -3356,BSU_36590,clsA,sporulation -3357,BSU_15420,divIVA,protein binding -3358,BSU_15420,divIVA,identical protein binding -3359,BSU_15420,divIVA,identical protein binding -3360,BSU_15420,divIVA,identical protein binding -3361,BSU_15420,divIVA,identical protein binding -3362,BSU_14400,fruA,protein binding -3363,BSU_37460,rapF,protein binding -3364,BSU_37460,rapF,protein binding -3365,BSU_37470,phrF,protein binding -3369,BSU_16320,fliY,dephosphorylation -3370,BSU_16320,fliY,regulation of bacterial-type flagellum-dependent cell motility -3371,BSU_16320,fliY,bacterial-type flagellum-dependent swarming motility -3372,BSU_16320,fliY,bacterial-type flagellum assembly -3373,BSU_16320,fliY,chemotaxis -3374,BSU_16320,fliY,phosphoprotein phosphatase activity -3375,BSU_19220,recQ,3'-5' DNA helicase activity -3376,BSU_31680,comA,protein binding -3377,BSU_16200,fliE,bacterial-type flagellum-dependent swarming motility -3378,BSU_16200,fliE,bacterial-type flagellum assembly -3379,BSU_16190,flgC,bacterial-type flagellum assembly -3380,BSU_16190,flgC,bacterial-type flagellum-dependent swarming motility -3381,BSU_16180,flgB,bacterial-type flagellum-dependent swarming motility -3382,BSU_16180,flgB,bacterial-type flagellum assembly -3383,BSU_30800,menB,menaquinone biosynthetic process -3384,BSU_30800,menB,"1,4-dihydroxy-2-naphthoyl-CoA synthase activity" -3385,BSU_30800,menB,bicarbonate binding -3386,BSU_25190,cccA,protein binding -3387,BSU_13900,ptsH,protein binding -3388,BSU_13900,ptsH,protein binding -3389,BSU_13900,ptsH,regulation of carbohydrate utilization -3390,BSU_00370,abrB,protein binding -3391,BSU_00370,abrB,identical protein binding -3392,BSU_00370,abrB,identical protein binding -3393,BSU_00370,abrB,regulation of sporulation -3394,BSU_00370,abrB,"negative regulation of transcription, DNA-templated" -3395,BSU_16390,flhA,protein binding -3396,BSU_16390,flhA,bacterial-type flagellum assembly -3397,BSU_16390,flhA,bacterial-type flagellum-dependent swarming motility -3398,BSU_16380,flhB,bacterial-type flagellum-dependent swarming motility -3399,BSU_16380,flhB,bacterial-type flagellum assembly -3400,BSU_16370,fliR,bacterial-type flagellum assembly -3401,BSU_16370,fliR,bacterial-type flagellum-dependent swarming motility -3402,BSU_16360,fliQ,bacterial-type flagellum-dependent swarming motility -3403,BSU_16360,fliQ,bacterial-type flagellum assembly -3404,BSU_16350,fliP,bacterial-type flagellum assembly -3405,BSU_16350,fliP,bacterial-type flagellum-dependent swarming motility -3406,BSU_23150,resA,protein binding -3411,BSU_23220,scpA,protein binding -3412,BSU_23220,scpA,protein binding -3413,BSU_23220,scpA,protein binding -3414,BSU_23220,scpA,protein binding -3415,BSU_23220,scpA,protein binding -3416,BSU_23220,scpA,protein binding -3417,BSU_23220,scpA,protein binding -3418,BSU_23220,scpA,identical protein binding -3419,BSU_23220,scpA,identical protein binding -3420,BSU_22800,spoIVA,spore wall -3421,BSU_22800,spoIVA,spore wall -3422,BSU_22800,spoIVA,spore wall -3423,BSU_22800,spoIVA,sporulation -3424,BSU_22800,spoIVA,sporulation -3425,BSU_22800,spoIVA,sporulation -3426,BSU_22800,spoIVA,endospore-forming forespore -3427,BSU_22800,spoIVA,endospore-forming forespore -3428,BSU_22800,spoIVA,endospore-forming forespore -3429,BSU_22800,spoIVA,endospore-forming forespore -3430,BSU_22800,spoIVA,endospore-forming forespore -3431,BSU_22800,spoIVA,endospore-forming forespore -3432,BSU_22800,spoIVA,spore wall assembly -3433,BSU_22800,spoIVA,spore wall assembly -3434,BSU_22800,spoIVA,spore wall assembly -3435,BSU_22800,spoIVA,spore wall assembly -3436,BSU_22800,spoIVA,spore wall assembly -3437,BSU_22800,spoIVA,spore germination -3438,BSU_22800,spoIVA,sporulation resulting in formation of a cellular spore -3439,BSU_22800,spoIVA,spore wall biogenesis -3440,BSU_22800,spoIVA,spore wall biogenesis -3441,BSU_22800,spoIVA,protein complex oligomerization -3442,BSU_22800,spoIVA,spore wall biogenesis -3443,BSU_22800,spoIVA,spore wall biogenesis -3444,BSU_22800,spoIVA,protein polymerization -3445,BSU_22800,spoIVA,protein polymerization -3446,BSU_22800,spoIVA,peptidoglycan metabolic process -3447,BSU_22800,spoIVA,protein complex oligomerization -3448,BSU_22800,spoIVA,protein binding -3449,BSU_22800,spoIVA,protein binding -3450,BSU_22800,spoIVA,protein binding -3451,BSU_22800,spoIVA,protein binding -3452,BSU_22800,spoIVA,endospore cortex -3453,BSU_22800,spoIVA,ATPase activity -3454,BSU_22800,spoIVA,ATPase activity -3455,BSU_22800,spoIVA,ATP binding -3456,BSU_22800,spoIVA,ATP binding -3457,BSU_00100,dacA,serine-type D-Ala-D-Ala carboxypeptidase activity -3458,BSU_15160,pbpB,protein binding -3459,BSU_15160,pbpB,protein binding -3460,BSU_15160,pbpB,protein binding -3461,BSU_15160,pbpB,protein binding -3462,BSU_15150,ftsL,protein binding -3463,BSU_15150,ftsL,protein binding -3464,BSU_39230,wapA,tRNA catabolic process -3465,BSU_39230,wapA,tRNA-specific ribonuclease activity -3466,BSU_01560,kbaA,positive regulation of sporulation resulting in formation of a cellular spore -3467,BSU_01550,gerD,spore wall -3468,BSU_01550,gerD,plasma membrane -3469,BSU_16430,cheA,bacterial-type flagellum-dependent swarming motility -3470,BSU_16240,fliI,bacterial-type flagellum assembly -3471,BSU_16240,fliI,bacterial-type flagellum-dependent swarming motility -3473,BSU_02030,ybdM,protein binding -3474,BSU_02030,ybdM,protein binding -3475,BSU_02030,ybdM,protein binding -3476,BSU_02030,ybdM,protein binding -3477,BSU_02030,ybdM,protein binding -3478,BSU_02030,ybdM,protein binding -3479,BSU_02030,ybdM,protein binding -3480,BSU_06720,dagK,diacylglycerol kinase activity -3481,BSU_28370,rph,rRNA 3'-end processing -3482,BSU_25280,recO,double-strand break repair -3483,BSU_25280,recO,bacterial nucleoid -3484,BSU_25290,era,negative regulation of DNA-dependent DNA replication initiation -3485,BSU_25290,era,positive regulation of cell division -3486,BSU_01540,salA,"negative regulation of transcription, DNA-templated" -3487,BSU_38170,qoxA,"oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor" -3488,BSU_38170,qoxA,ATP synthesis coupled electron transport -3489,BSU_38150,qoxC,"oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor" -3490,BSU_38150,qoxC,ATP synthesis coupled electron transport -3491,BSU_38140,qoxD,"oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor" -3492,BSU_38140,qoxD,ATP synthesis coupled electron transport -3493,BSU_08730,perR,DNA-binding transcription repressor activity -3494,BSU_08730,perR,DNA-binding transcription repressor activity -3495,BSU_08730,perR,DNA-binding transcription repressor activity -3496,BSU_08730,perR,DNA-binding transcription repressor activity -3497,BSU_08730,perR,DNA-binding transcription activator activity -3498,BSU_08730,perR,DNA-binding transcription activator activity -3499,BSU_08730,perR,protein-DNA complex -3500,BSU_08730,perR,protein-DNA complex -3501,BSU_08730,perR,protein-DNA complex -3502,BSU_08730,perR,protein-DNA complex -3503,BSU_08730,perR,protein-DNA complex -3504,BSU_08730,perR,transcription regulatory region sequence-specific DNA binding -3505,BSU_08730,perR,transcription regulatory region sequence-specific DNA binding -3506,BSU_08730,perR,transcription regulatory region sequence-specific DNA binding -3507,BSU_08730,perR,transcription regulatory region sequence-specific DNA binding -3508,BSU_08730,perR,transcription regulatory region sequence-specific DNA binding -3509,BSU_08730,perR,DNA-binding transcription repressor activity -3510,BSU_08730,perR,DNA-binding transcription repressor activity -3511,BSU_08730,perR,DNA-binding transcription activator activity -3512,BSU_08730,perR,protein-DNA complex -3513,BSU_08730,perR,protein-DNA complex -3514,BSU_08730,perR,transcription regulatory region sequence-specific DNA binding -3515,BSU_08730,perR,transcription regulatory region sequence-specific DNA binding -3516,BSU_31920,adeR,"transcription, DNA-templated" -3517,BSU_31920,adeR,sporulation -3518,BSU_30320,leuS,cytosol -3519,BSU_30320,leuS,leucyl-tRNA aminoacylation -3520,BSU_30320,leuS,leucine-tRNA ligase activity -3521,BSU_35950,rbsC,plasma membrane -3522,BSU_35950,rbsC,integral component of membrane -3523,BSU_35930,rbsD,intramolecular transferase activity -3524,BSU_35930,rbsD,cytosol -3525,BSU_35930,rbsD,D-ribose catabolic process -3526,BSU_35920,rbsK,cytosol -3527,BSU_35910,rbsR,transcription regulatory region sequence-specific DNA binding -3528,BSU_35910,rbsR,DNA-binding transcription factor activity -3529,BSU_35910,rbsR,"regulation of transcription, DNA-templated" -3530,BSU_11200,argJ,acetyl-CoA:L-glutamate N-acetyltransferase activity -3531,BSU_11200,argJ,ornithine biosynthetic process -3532,BSU_11230,carA,carbamoyl-phosphate synthase complex -3533,BSU_11230,carA,cytoplasm -3534,BSU_11230,carA,arginine biosynthetic process -3535,BSU_11230,carA,nitrogen compound metabolic process -3536,BSU_00730,cysK,pyridoxal phosphate binding -3537,BSU_00730,cysK,cytoplasm -3538,BSU_00730,cysK,L-cysteine desulfhydrase activity -3539,BSU_01800,alkA,alkylated DNA binding -3540,BSU_01800,alkA,protein-DNA complex -3541,BSU_01800,alkA,DNA dealkylation involved in DNA repair -3542,BSU_01800,alkA,DNA-7-methylguanine glycosylase activity -3543,BSU_01800,alkA,"base-excision repair, AP site formation" -3544,BSU_01800,alkA,cytoplasm -3545,BSU_01800,alkA,DNA-3-methyladenine glycosylase activity -3546,BSU_01080,rpoC,DNA-directed 5'-3' RNA polymerase activity -3547,BSU_01070,rpoB,DNA-directed 5'-3' RNA polymerase activity -3548,BSU_33900,eno,"regulation of vacuole fusion, non-autophagic" -3549,BSU_33900,eno,phosphopyruvate hydratase activity -3550,BSU_33900,eno,glycolytic process -3551,BSU_33900,eno,phosphopyruvate hydratase complex -3552,BSU_36850,atpF,"proton-transporting ATP synthase complex, coupling factor F(o)" -3553,BSU_36870,atpB,"proton-transporting ATP synthase complex, coupling factor F(o)" -3554,BSU_36870,atpB,plasma membrane ATP synthesis coupled proton transport -3555,BSU_36870,atpB,"proton-transporting ATP synthase activity, rotational mechanism" -3556,BSU_36870,atpB,integral component of plasma membrane -3557,BSU_36800,atpC,"proton-transporting ATP synthase complex, catalytic core F(1)" -3558,BSU_36800,atpC,ATP synthesis coupled proton transport -3559,BSU_36840,atpH,"proton-transporting ATP synthase activity, rotational mechanism" -3560,BSU_36840,atpH,ATP synthesis coupled proton transport -3561,BSU_36840,atpH,"proton-transporting ATP synthase complex, catalytic core F(1)" -3562,BSU_36820,atpG,ATP synthesis coupled proton transport -3563,BSU_36820,atpG,"proton-transporting ATP synthase complex, catalytic core F(1)" -3564,BSU_36810,atpD,"proton-transporting ATP synthase complex, catalytic core F(1)" -3565,BSU_36810,atpD,ATPase activity -3566,BSU_36830,atpA,ATP synthesis coupled proton transport -3567,BSU_36830,atpA,"proton-transporting ATP synthase complex, catalytic core F(1)" -3568,BSU_36830,atpA,ADP binding -3569,BSU_36830,atpA,plasma membrane -3570,BSU_36830,atpA,ATP binding -3571,BSU_36830,atpA,ATPase activity -3572,BSU_33320,fhuD,outer membrane-bounded periplasmic space -3573,BSU_00880,disA,adenylate cyclase activity -3574,BSU_00870,radA,recombinational repair -3575,BSU_00850,mcsB,kinase activity -3576,BSU_00710,hslO,cytoplasm -3577,BSU_00710,hslO,protein refolding -3578,BSU_00710,hslO,protein folding chaperone -3579,BSU_00630,yabR,translation -3580,BSU_00630,yabR,structural constituent of ribosome -3581,BSU_00630,yabR,cytosolic small ribosomal subunit -3582,BSU_00630,yabR,mRNA binding -3583,BSU_00570,yabM,plasma membrane -3584,BSU_00460,ispE,4-(cytidine 5'-diphospho)-2-C-methyl-D-erythritol kinase activity -3585,BSU_00410,rnmV,ribonuclease M5 activity -3586,BSU_00410,rnmV,rRNA processing -3588,BSU_00360,rsmI,enzyme-directed rRNA 2'-O-methylation -3590,BSU_00310,holB,DNA-dependent DNA replication -3591,BSU_00280,tmk,dTTP biosynthetic process -3592,BSU_00280,tmk,cytosol -3593,BSU_00280,tmk,uridylate kinase activity -3594,BSU_00280,tmk,dUDP biosynthetic process -3595,BSU_00280,tmk,thymidylate kinase activity -3596,BSU_00280,tmk,cytoplasm -3597,BSU_00280,tmk,dTDP biosynthetic process -3598,BSU_00150,dgk,deoxynucleoside kinase activity -3599,BSU_00150,dgk,cytoplasm -3600,BSU_00140,dck,cytoplasm -3601,BSU_00140,dck,deoxynucleoside kinase activity -3602,BSU_00110,pdxS,pyridoxal phosphate biosynthetic process -3603,BSU_00110,pdxS,cellular amino acid metabolic process -3604,BSU_00110,pdxS,amine-lyase activity -3605,BSU_00110,pdxS,pyridoxine biosynthetic process -3609,BSU_40930,yyaE,anaerobic respiration -3610,BSU_40930,yyaE,electron transfer activity -3611,BSU_40930,yyaE,molybdenum ion binding -3612,BSU_40930,yyaE,outer membrane-bounded periplasmic space -3615,BSU_40870,ccpB,DNA-binding transcription factor activity -3616,BSU_40870,ccpB,transcription regulatory region sequence-specific DNA binding -3617,BSU_40870,ccpB,"regulation of transcription, DNA-templated" -3618,BSU_40850,maa,cytosol -3619,BSU_40850,maa,O-acyltransferase activity -3621,BSU_40720,yyaT,N-acetyltransferase activity -3622,BSU_40680,yybD,N-acetyltransferase activity -3623,BSU_40670,yybE,cytosol -3624,BSU_40670,yybE,"regulation of transcription, DNA-templated" -3625,BSU_40670,yybE,bacterial-type cis-regulatory region sequence-specific DNA binding -3626,BSU_40550,ppaC,cytoplasm -3627,BSU_40550,ppaC,exopolyphosphatase activity -3628,BSU_40550,ppaC,polyphosphate catabolic process -3629,BSU_40510,gdpP,polyphosphate catabolic process -3630,BSU_40510,gdpP,cytoplasm -3631,BSU_40510,gdpP,exopolyphosphatase activity -3632,BSU_40490,yycA,"transferase activity, transferring pentosyl groups" -3633,BSU_40490,yycA,plasma membrane -3634,BSU_40410,walR,cytosol -3635,BSU_40410,walR,protein-DNA complex -3636,BSU_40410,walR,phosphorelay response regulator activity -3637,BSU_40410,walR,DNA-binding transcription activator activity -3638,BSU_40410,walR,transcription regulatory region sequence-specific DNA binding -3639,BSU_00820,lysS,tRNA binding -3640,BSU_00820,lysS,cytosol -3641,BSU_00820,lysS,lysyl-tRNA aminoacylation -3642,BSU_00820,lysS,lysine-tRNA ligase activity -3643,BSU_00690,ftsH,proteolysis -3644,BSU_00690,ftsH,protein catabolic process -3645,BSU_00690,ftsH,ATP-dependent peptidase activity -3646,BSU_00690,ftsH,plasma membrane -3647,BSU_00550,mfd,DNA binding -3648,BSU_00550,mfd,"transcription-coupled nucleotide-excision repair, DNA damage recognition" -3649,BSU_00550,mfd,"regulation of transcription, DNA-templated" -3650,BSU_00550,mfd,DNA translocase activity -3651,BSU_00550,mfd,RNA polymerase core enzyme binding -3652,BSU_00680,hprT,magnesium ion binding -3653,BSU_00680,hprT,IMP salvage -3654,BSU_00680,hprT,GMP salvage -3655,BSU_00680,hprT,hypoxanthine metabolic process -3656,BSU_00680,hprT,guanine salvage -3657,BSU_00680,hprT,adenine salvage -3658,BSU_00680,hprT,hypoxanthine phosphoribosyltransferase activity -3660,BSU_40440,dnaC,DNA unwinding involved in DNA replication -3661,BSU_40440,dnaC,DNA helicase activity -3662,BSU_40440,dnaC,cytosol -3663,BSU_00420,rsmA,cytosol -3664,BSU_00420,rsmA,rRNA methylation -3665,BSU_00420,rsmA,"rRNA (adenine-N6,N6-)-dimethyltransferase activity" -3666,BSU_40900,ssbA,nucleoid -3667,BSU_40900,ssbA,positive regulation of helicase activity -3668,BSU_40900,ssbA,single-stranded DNA binding -3669,BSU_40880,exoA,double-stranded DNA 3'-5' exodeoxyribonuclease activity -3670,BSU_40880,exoA,base-excision repair -3671,BSU_40880,exoA,phosphodiesterase I activity -3672,BSU_40880,exoA,DNA-(apurinic or apyrimidinic site) endonuclease activity -3673,BSU_40500,rplI,cytosolic large ribosomal subunit -3674,BSU_28290,ilvC,cytosol -3675,BSU_28290,ilvC,isoleucine biosynthetic process -3676,BSU_28290,ilvC,ketol-acid reductoisomerase activity -3677,BSU_28290,ilvC,valine biosynthetic process -3678,BSU_28300,ilvH,acetolactate synthase activity -3679,BSU_28300,ilvH,valine biosynthetic process -3680,BSU_28300,ilvH,cytosol -3681,BSU_28300,ilvH,isoleucine biosynthetic process -3682,BSU_28310,ilvB,valine biosynthetic process -3683,BSU_28310,ilvB,flavin adenine dinucleotide binding -3684,BSU_28310,ilvB,acetolactate synthase complex -3685,BSU_28310,ilvB,isoleucine biosynthetic process -3686,BSU_28310,ilvB,acetolactate synthase activity -3687,BSU_28110,spoVID,lytic endotransglycosylase activity -3688,BSU_13930,splB,"4 iron, 4 sulfur cluster binding" -3689,BSU_13930,splB,endospore-forming forespore -3690,BSU_13930,splB,S-adenosyl-L-methionine binding -3691,BSU_13930,splB,DNA photolyase activity -3695,BSU_21770,ilvA,threonine catabolic process -3696,BSU_21770,ilvA,L-threonine ammonia-lyase activity -3697,BSU_21770,ilvA,isoleucine biosynthetic process -3698,BSU_03150,aroK,shikimate kinase activity -3699,BSU_03150,aroK,cytosol -3700,BSU_03150,aroK,chorismate biosynthetic process -3703,BSU_15900,fabD,cytosol -3704,BSU_15900,fabD,fatty acid biosynthetic process -3705,BSU_15900,fabD,[acyl-carrier-protein] S-malonyltransferase activity -3706,BSU_34250,epsL,"phosphotransferase activity, for other substituted phosphate groups" -3707,BSU_34190,lutP,lactate transmembrane transporter activity -3708,BSU_34190,lutP,plasma membrane -3709,BSU_34190,lutP,solute:proton symporter activity -3710,BSU_08690,ygaD,transmembrane transport -3711,BSU_08690,ygaD,ATPase-coupled lipid transmembrane transporter activity -3712,BSU_08690,ygaD,ATPase-coupled transmembrane transporter activity -3713,BSU_08700,ygaE,transmembrane transport -3714,BSU_08700,ygaE,plasma membrane -3715,BSU_08700,ygaE,transmembrane transporter activity -3716,BSU_10110,pbpF,response to antibiotic -3717,BSU_10110,pbpF,peptidoglycan biosynthetic process -3718,BSU_10110,pbpF,penicillin binding -3719,BSU_10110,pbpF,peptidoglycan glycosyltransferase activity -3720,BSU_27870,nadB,L-aspartate oxidase activity -3721,BSU_27870,nadB,'de novo' NAD biosynthetic process from aspartate -3722,BSU_40340,rocD,identical protein binding -3723,BSU_40340,rocD,pyridoxal phosphate binding -3728,BSU_22890,cmk,nucleobase-containing small molecule interconversion -3729,BSU_22890,cmk,cytosol -3730,BSU_22890,cmk,cytidylate kinase activity -3731,BSU_28190,engB,cytosol -3732,BSU_32000,dhbA,fatty acid elongation -3733,BSU_32000,dhbA,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" -3737,BSU_18320,ppsC,acyl carrier activity -3738,BSU_18320,ppsC,cytoplasm -3739,BSU_18320,ppsC,phosphopantetheine binding -3740,BSU_18340,ppsA,secondary metabolite biosynthetic process -3741,BSU_18340,ppsA,cytosol -3742,BSU_18340,ppsA,phosphopantetheine binding -3743,BSU_18340,ppsA,cytoplasm -3744,BSU_18340,ppsA,amino acid activation for nonribosomal peptide biosynthetic process -3745,BSU_18350,dacC,serine-type carboxypeptidase activity -3746,BSU_18350,dacC,proteolysis -3747,BSU_18350,dacC,peptidoglycan metabolic process -3750,BSU_32230,yuxL,serine-type endopeptidase activity -3751,BSU_13130,proA,glutamate-5-semialdehyde dehydrogenase activity -3752,BSU_13120,proB,cytosol -3753,BSU_13120,proB,proline biosynthetic process -3754,BSU_13120,proB,glutamate 5-kinase activity -3755,BSU_02340,gltP,membrane -3756,BSU_02340,gltP,dicarboxylic acid transport -3757,BSU_02340,gltP,transmembrane transporter activity -3758,BSU_02340,gltP,plasma membrane -3759,BSU_02350,gamP,phosphoenolpyruvate-dependent sugar phosphotransferase system -3760,BSU_02350,gamP,integral component of plasma membrane -3761,BSU_02350,gamP,protein-phosphocysteine-sugar phosphotransferase activity -3762,BSU_16130,trmFO,tRNA wobble uridine modification -3763,BSU_16130,trmFO,tRNA methylation -3764,BSU_16130,trmFO,cytosol -3765,BSU_16130,trmFO,flavin adenine dinucleotide binding -3766,BSU_18450,gltA,oxidoreductase activity -3767,BSU_18450,gltA,ammonia assimilation cycle -3768,BSU_18450,gltA,glutamate synthase activity -3769,BSU_18450,gltA,glutamate biosynthetic process -3770,BSU_35410,flgK,bacterial-type flagellum assembly -3771,BSU_16440,cheW,cytosol -3772,BSU_16440,cheW,chemotaxis -3773,BSU_12810,xlyA,N-acetylmuramoyl-L-alanine amidase activity -3774,BSU_12810,xlyA,peptidoglycan catabolic process -3775,BSU_12810,xlyA,peptidoglycan turnover -3776,BSU_07810,treA,alpha-amylase activity -3777,BSU_07810,treA,oligosaccharide catabolic process -3778,BSU_07800,treP,protein-phosphocysteine-sugar phosphotransferase activity -3779,BSU_07800,treP,phosphoenolpyruvate-dependent sugar phosphotransferase system -3780,BSU_07800,treP,carbohydrate transmembrane transport -3781,BSU_07800,treP,plasma membrane -3782,BSU_07800,treP,protein-phosphocysteine-trehalose phosphotransferase system transporter activity -3783,BSU_07800,treP,trehalose transport -3784,BSU_22320,ponA,response to antibiotic -3785,BSU_22320,ponA,penicillin binding -3786,BSU_22320,ponA,peptidoglycan glycosyltransferase activity -3787,BSU_22320,ponA,peptidoglycan biosynthetic process -3788,BSU_22340,nth,DNA N-glycosylase activity -3789,BSU_22340,nth,"base-excision repair, AP site formation" -3790,BSU_12530,xkdC,DNA replication -3791,BSU_12530,xkdC,DNA strand elongation involved in DNA replication -3792,BSU_16170,codY,"regulation of transcription, DNA-templated" -3793,BSU_33700,opuBD,transmembrane transporter activity -3794,BSU_33700,opuBD,plasma membrane -3795,BSU_33700,opuBD,glycine betaine transport -3796,BSU_33700,opuBD,transport -3801,BSU_02230,purT,cytosol -3802,BSU_15480,pyrP,transporter activity -3803,BSU_14520,adeC,adenine deaminase activity -3804,BSU_14500,ykqA,cytosol -3805,BSU_01830,ndhF,NADH dehydrogenase activity -3806,BSU_01830,ndhF,electron transport coupled proton transport -3807,BSU_36390,flhP,bacterial-type flagellum hook -3808,BSU_36390,flhP,bacterial-type flagellum-dependent swarming motility -3809,BSU_36400,flhO,bacterial-type flagellum hook -3810,BSU_36400,flhO,bacterial-type flagellum-dependent swarming motility -3811,BSU_35330,fliS,bacterial-type flagellum-dependent cell motility -3812,BSU_35340,fliD,bacterial-type flagellum-dependent cell motility -3813,BSU_35340,fliD,bacterial-type flagellum filament cap -3814,BSU_25600,comER,L-proline biosynthetic process -3815,BSU_25600,comER,pyrroline-5-carboxylate reductase activity -3816,BSU_27860,nadC,cytoplasm -3817,BSU_27860,nadC,quinolinate catabolic process -3818,BSU_27860,nadC,nicotinate-nucleotide diphosphorylase (carboxylating) activity -3819,BSU_27860,nadC,NAD biosynthetic process -3820,BSU_37600,ywfO,dGTP catabolic process -3821,BSU_37600,ywfO,dGTPase activity -3822,BSU_37630,ywfM,integral component of membrane -3823,BSU_37650,cysL,"regulation of transcription, DNA-templated" -3824,BSU_37650,cysL,transcription regulatory region sequence-specific DNA binding -3825,BSU_37680,bacG,NADP binding -3826,BSU_37680,bacG,"oxidoreductase activity, acting on the CH-CH group of donors, NAD or NADP as acceptor" -3827,BSU_37680,bacG,antibiotic biosynthetic process -3828,BSU_37750,ywfA,transmembrane transport -3829,BSU_37750,ywfA,integral component of plasma membrane -3830,BSU_37750,ywfA,transmembrane transporter activity -3831,BSU_37760,rocC,amino acid transmembrane transporter activity -3832,BSU_37760,rocC,amino acid transmembrane transport -3833,BSU_37760,rocC,integral component of membrane -3834,BSU_37770,rocB,arginine biosynthetic process -3835,BSU_37770,rocB,acetylornithine deacetylase activity -3836,BSU_37780,rocA,proline catabolic process to glutamate -3837,BSU_37780,rocA,1-pyrroline-5-carboxylate dehydrogenase activity -3838,BSU_37780,rocA,cytoplasmic side of plasma membrane -3839,BSU_37790,rocG,glutamate dehydrogenase (NAD+) activity -3840,BSU_37790,rocG,glutamate catabolic process -3841,BSU_37860,spsF,cytosol -3842,BSU_37870,spsE,N-acylneuraminate-9-phosphate synthase activity -3843,BSU_37870,spsE,glycosylation -3844,BSU_37880,spsD,"transferase activity, transferring acyl groups other than amino-acyl groups" -3845,BSU_37880,spsD,ribosomal-protein-alanine N-acetyltransferase activity -3846,BSU_37880,spsD,N-terminal peptidyl-alanine acetylation -3847,BSU_37890,spsC,pyridoxal phosphate binding -3848,BSU_37890,spsC,transaminase activity -3849,BSU_37890,spsC,polysaccharide biosynthetic process -3850,BSU_37940,ywdJ,xanthine transmembrane transporter activity -3851,BSU_37940,ywdJ,xanthine transport -3852,BSU_37940,ywdJ,integral component of plasma membrane -3853,BSU_37980,ywdF,"transferase activity, transferring glycosyl groups" -3854,BSU_38020,pdxK,cytosol -3855,BSU_38020,pdxK,hydroxymethylpyrimidine kinase activity -3856,BSU_38020,pdxK,thiamine biosynthetic process -3857,BSU_38020,pdxK,phosphomethylpyrimidine kinase activity -3861,BSU_38100,ywcH,cytosol -3862,BSU_38120,rodA,cell division site -3863,BSU_38120,rodA,lipid-linked peptidoglycan transporter activity -3864,BSU_38120,rodA,cell division -3865,BSU_38120,rodA,integral component of plasma membrane -3866,BSU_38120,rodA,regulation of cell shape -3867,BSU_38210,ywcD,plasma membrane -3874,BSU_38280,efeU,ferrous iron transmembrane transporter activity -3875,BSU_38280,efeU,plasma membrane -3876,BSU_38280,efeU,iron ion transmembrane transport -3877,BSU_38290,thiE,thiamine biosynthetic process -3878,BSU_38290,thiE,cytoplasm -3879,BSU_38290,thiE,thiamine-phosphate diphosphorylase activity -3883,BSU_38320,cidA,plasma membrane -3884,BSU_38340,ywbF,organic substance transport -3885,BSU_38340,ywbF,lactose binding -3886,BSU_38340,ywbF,lactose:proton symporter activity -3887,BSU_38340,ywbF,integral component of plasma membrane -3890,BSU_38390,ywbA,plasma membrane -3891,BSU_38390,ywbA,carbohydrate derivative transport -3892,BSU_38490,menA,vitamin K biosynthetic process -3893,BSU_38490,menA,prenyltransferase activity -3894,BSU_38490,menA,menaquinone biosynthetic process -3895,BSU_38490,menA,"ubiquinone biosynthetic process via 3,4-dihydroxy-5-polyprenylbenzoate" -3896,BSU_38510,dltB,"transferase activity, transferring acyl groups" -3897,BSU_38200,galK,galactose metabolic process -3898,BSU_38200,galK,galactokinase activity -3899,BSU_38200,galK,cytosol -3900,BSU_05120,cspC,RNA binding -3901,BSU_05120,cspC,nucleic acid binding -3902,BSU_05120,cspC,cytosol -3903,BSU_05120,cspC,"negative regulation of DNA-templated transcription, termination" -3904,BSU_05120,cspC,"transcription antitermination factor activity, RNA binding" -3905,BSU_05120,cspC,regulation of gene expression -3915,BSU_36890,upp,cytoplasm -3916,BSU_36890,upp,cytosol -3917,BSU_36890,upp,uracil phosphoribosyltransferase activity -3918,BSU_36900,glyA,folic acid metabolic process -3919,BSU_36900,glyA,serine binding -3920,BSU_36900,glyA,tetrahydrofolate metabolic process -3921,BSU_36900,glyA,glycine hydroxymethyltransferase activity -3922,BSU_36900,glyA,one-carbon metabolic process -3923,BSU_36900,glyA,pyridoxal phosphate binding -3924,BSU_36900,glyA,cytoplasm -3925,BSU_36900,glyA,cytosol -3926,BSU_36900,glyA,zinc ion binding -3927,BSU_36900,glyA,L-serine catabolic process -3928,BSU_36900,glyA,glycine biosynthetic process from serine -3929,BSU_36900,glyA,cobalt ion binding -3930,BSU_35470,comFA,DNA unwinding involved in DNA replication -3931,BSU_35470,comFA,double-strand break repair -3932,BSU_35470,comFA,DNA replication initiation -3933,BSU_35470,comFA,3'-5' DNA helicase activity -3934,BSU_35470,comFA,DNA recombination -3935,BSU_06140,gutR,defense response to virus -3936,BSU_06140,gutR,cytosol -3937,BSU_39400,pdp,thymidine phosphorylase activity -3938,BSU_39400,pdp,cytosol -3939,BSU_39410,nupC,integral component of plasma membrane -3940,BSU_39410,nupC,nucleoside transmembrane transport -3941,BSU_39410,nupC,nucleoside transmembrane transporter activity -3942,BSU_39410,nupC,symporter activity -3947,BSU_40330,rocE,integral component of membrane -3948,BSU_40330,rocE,amino acid transmembrane transporter activity -3949,BSU_40330,rocE,amino acid transmembrane transport -3953,BSU_08970,prkA,protein kinase activity -3954,BSU_09430,citR,"regulation of transcription, DNA-templated" -3955,BSU_09430,citR,transcription regulatory region sequence-specific DNA binding -3956,BSU_30940,glgP,glycogen catabolic process -3957,BSU_30940,glgP,cytoplasm -3958,BSU_30940,glgP,glycogen phosphorylase activity -3959,BSU_30940,glgP,pyridoxal phosphate binding -3960,BSU_39420,deoC,deoxyribose-phosphate aldolase activity -3961,BSU_39420,deoC,carbohydrate catabolic process -3962,BSU_39420,deoC,deoxyribonucleotide catabolic process -3963,BSU_09440,citA,carbohydrate metabolic process -3964,BSU_09440,citA,citrate (Si)-synthase activity -3965,BSU_09440,citA,tricarboxylic acid cycle -3966,BSU_30980,glgB,carbohydrate metabolic process -3967,BSU_30980,glgB,cytosol -3968,BSU_30980,glgB,cytoplasm -3969,BSU_30980,glgB,"1,4-alpha-glucan branching enzyme activity" -3970,BSU_30980,glgB,glycogen biosynthetic process -3972,BSU_18330,ppsB,cytoplasm -3973,BSU_18330,ppsB,phosphopantetheine binding -3974,BSU_18330,ppsB,acyl carrier activity -3975,BSU_23070,serA,phosphoglycerate dehydrogenase activity -3976,BSU_23070,serA,L-serine biosynthetic process -3982,BSU_41020,mnmE,tRNA wobble uridine modification -3983,BSU_41020,mnmE,cytoplasm -3984,BSU_41020,mnmE,cytosol -3985,BSU_41020,mnmE,tRNA methylation -3986,BSU_41000,rsmG,rRNA (guanine-N7-)-methyltransferase activity -3987,BSU_41000,rsmG,cytosol -3988,BSU_15520,pyrAB,nitrogen compound metabolic process -3989,BSU_15520,pyrAB,glutamine metabolic process -3990,BSU_15520,pyrAB,cytoplasm -3991,BSU_04730,sigB,"regulation of transcription, DNA-templated" -3992,BSU_28970,ytxB,membrane -3993,BSU_28970,ytxB,plasma membrane -3994,BSU_28980,dnaI,DNA replication -3995,BSU_28980,dnaI,DNA strand elongation involved in DNA replication -3996,BSU_24610,sinR,"regulation of transcription, DNA-templated" -3997,BSU_24610,sinR,DNA-binding transcription factor activity -3998,BSU_15210,spoVE,cell division site -3999,BSU_15210,spoVE,integral component of plasma membrane -4000,BSU_15210,spoVE,regulation of cell shape -4001,BSU_15210,spoVE,lipid-linked peptidoglycan transporter activity -4002,BSU_15210,spoVE,cell division -4003,BSU_33040,fumC,fumarate metabolic process -4004,BSU_33040,fumC,tricarboxylic acid cycle -4005,BSU_33040,fumC,malate metabolic process -4006,BSU_33040,fumC,fumarate hydratase activity -4007,BSU_06300,cotA,oxidoreductase activity -4008,BSU_06300,cotA,outer membrane-bounded periplasmic space -4009,BSU_22630,trpA,tryptophan biosynthetic process -4010,BSU_22630,trpA,tryptophan synthase activity -4011,BSU_22630,trpA,cytosol -4012,BSU_22640,trpB,tryptophan biosynthetic process -4013,BSU_22640,trpB,cytoplasm -4016,BSU_29140,citZ,carbohydrate metabolic process -4017,BSU_29140,citZ,tricarboxylic acid cycle -4018,BSU_29140,citZ,citrate (Si)-synthase activity -4019,BSU_37490,speB,agmatinase activity -4020,BSU_37490,speB,"putrescine biosynthetic process from arginine, using agmatinase" -4021,BSU_37500,speE,cytosol -4022,BSU_37500,speE,spermidine biosynthetic process -4023,BSU_37500,speE,spermidine synthase activity -4024,BSU_37510,pbpG,peptidoglycan biosynthetic process -4025,BSU_37510,pbpG,response to antibiotic -4026,BSU_37510,pbpG,penicillin binding -4027,BSU_37510,pbpG,peptidoglycan glycosyltransferase activity -4028,BSU_37550,ywhA,"regulation of transcription, DNA-templated" -4029,BSU_37550,ywhA,transcription regulatory region sequence-specific DNA binding -4030,BSU_37550,ywhA,response to stress -4031,BSU_01140,ybaC,hydrolase activity -4032,BSU_01510,ybaJ,methyltransferase activity -4033,BSU_01490,rplM,cytosolic large ribosomal subunit -4034,BSU_01490,rplM,negative regulation of translation -4035,BSU_01490,rplM,ribosome -4036,BSU_01490,rplM,mRNA binding -4037,BSU_01490,rplM,structural constituent of ribosome -4038,BSU_01480,truA,pseudouridine synthase activity -4039,BSU_01480,truA,tRNA pseudouridine synthesis -4040,BSU_01470,ecfT,plasma membrane -4041,BSU_01460,ecfAB,ATP binding -4042,BSU_01460,ecfAB,ATPase-coupled transmembrane transporter activity -4043,BSU_01460,ecfAB,ATP-binding cassette (ABC) transporter complex -4044,BSU_02740,natR,protein-DNA complex -4045,BSU_02740,natR,phosphorelay response regulator activity -4046,BSU_02740,natR,"regulation of transcription, DNA-templated" -4047,BSU_02740,natR,DNA-binding transcription activator activity -4048,BSU_02740,natR,transcription regulatory region sequence-specific DNA binding -4049,BSU_02740,natR,cytosol -4053,BSU_02290,psd,phosphatidylserine decarboxylase activity -4054,BSU_02290,psd,phosphatidylethanolamine biosynthetic process -4055,BSU_18360,galM,cytoplasm -4056,BSU_18360,galM,galactose catabolic process via UDP-galactose -4057,BSU_18360,galM,aldose 1-epimerase activity -4058,BSU_18360,galM,glucose metabolic process -4059,BSU_37970,ung,"base-excision repair, AP site formation via deaminated base removal" -4060,BSU_37970,ung,uracil DNA N-glycosylase activity -4061,BSU_37820,spsK,extracellular polysaccharide biosynthetic process -4062,BSU_37820,spsK,dTDP-rhamnose biosynthetic process -4063,BSU_37820,spsK,dTDP-4-dehydrorhamnose reductase activity -4064,BSU_37820,spsK,cytosol -4065,BSU_01050,rplL,cytosolic large ribosomal subunit -4066,BSU_06860,yezE,transcription regulatory region sequence-specific DNA binding -4067,BSU_06860,yezE,"regulation of transcription, DNA-templated" -4068,BSU_06860,yezE,DNA-binding transcription factor activity -4069,BSU_18040,yneP,acyl-CoA hydrolase activity -4070,BSU_32250,thrC,cytoplasm -4071,BSU_32250,thrC,threonine synthase activity -4072,BSU_32250,thrC,pyridoxal phosphate binding -4076,BSU_00580,yabN,dTTP catabolic process -4077,BSU_00580,yabN,UTP catabolic process -4078,BSU_00580,yabN,nucleoside-triphosphate diphosphatase activity -4079,BSU_00580,yabN,TTP catabolic process -4080,BSU_00580,yabN,dGTP catabolic process -4081,BSU_00580,yabN,dUTP catabolic process -4082,BSU_00580,yabN,dATP catabolic process -4083,BSU_00840,mcsA,zinc ion binding -4084,BSU_00840,mcsA,stress response to copper ion -4085,BSU_00840,mcsA,cadmium ion binding -4086,BSU_00840,mcsA,cobalt ion binding -4087,BSU_00840,mcsA,copper ion binding -4088,BSU_00840,mcsA,stress response to cadmium ion -4091,BSU_00640,spoIIE,phosphatase activity -4092,BSU_00120,pdxT,pyridoxine metabolic process -4093,BSU_00120,pdxT,pyridoxal phosphate biosynthetic process -4094,BSU_00120,pdxT,glutaminase complex -4095,BSU_00120,pdxT,cytosol -4096,BSU_36860,atpE,ATP synthesis coupled proton transport -4097,BSU_36860,atpE,"proton-transporting ATP synthase complex, coupling factor F(o)" -4098,BSU_08730,perR,regulation of secondary metabolite biosynthetic process -4099,BSU_08730,perR,zinc ion binding -4100,BSU_08730,perR,transcription regulatory region sequence-specific DNA binding -4101,BSU_08730,perR,DNA-binding transcription factor activity -4102,BSU_08730,perR,"negative regulation of transcription, DNA-templated" -4103,BSU_08710,gsaB,porphyrin-containing compound biosynthetic process -4104,BSU_08650,fabL,fatty acid elongation -4105,BSU_08650,fabL,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" -4108,BSU_36560,ywnH,"transferase activity, transferring acyl groups other than amino-acyl groups" -4109,BSU_36630,ywnA,DNA-binding transcription factor activity -4110,BSU_36630,ywnA,cytosol -4111,BSU_36630,ywnA,"regulation of transcription, DNA-templated" -4112,BSU_26630,czcR,transcription regulatory region sequence-specific DNA binding -4113,BSU_26630,czcR,"regulation of transcription, DNA-templated" -4114,BSU_15890,plsX,phospholipid biosynthetic process -4115,BSU_14410,sipT,serine-type endopeptidase activity -4116,BSU_14410,sipT,integral component of plasma membrane -4117,BSU_14410,sipT,signal peptide processing -4118,BSU_14400,fruA,protein-phosphocysteine-sugar phosphotransferase activity -4119,BSU_14400,fruA,phosphoenolpyruvate-dependent sugar phosphotransferase system -4120,BSU_14400,fruA,plasma membrane -4121,BSU_22660,trpC,indole-3-glycerol-phosphate synthase activity -4122,BSU_22660,trpC,tryptophan biosynthetic process -4123,BSU_22660,trpC,phosphoribosylanthranilate isomerase activity -4124,BSU_22680,trpE,tryptophan biosynthetic process -4125,BSU_22670,trpD,tryptophan biosynthetic process -4126,BSU_22670,trpD,cytosol -4129,BSU_33620,estA,lipid catabolic process -4130,BSU_33620,estA,lipase activity -4132,BSU_31710,comQ,prenyltransferase activity -4133,BSU_31710,comQ,isoprenoid biosynthetic process -4134,BSU_11220,argD,pyridoxal phosphate binding -4135,BSU_11220,argD,identical protein binding -4136,BSU_06490,purF,purine nucleotide biosynthetic process -4137,BSU_06490,purF,amidophosphoribosyltransferase activity -4138,BSU_25210,dnaG,cytoplasm -4139,BSU_25210,dnaG,DNA primase activity -4140,BSU_25210,dnaG,"DNA replication, synthesis of RNA primer" -4147,BSU_24570,gcvT,cytosol -4148,BSU_24310,folD,methylenetetrahydrofolate dehydrogenase (NADP+) activity -4149,BSU_24310,folD,cytosol -4150,BSU_24310,folD,methenyltetrahydrofolate cyclohydrolase activity -4151,BSU_24310,folD,tetrahydrofolate interconversion -4152,BSU_08210,yfiB,transmembrane transport -4153,BSU_08210,yfiB,ATPase-coupled transmembrane transporter activity -4154,BSU_30070,opuD,transport -4155,BSU_30070,opuD,transmembrane transporter activity -4156,BSU_30070,opuD,integral component of membrane -4157,BSU_30070,opuD,plasma membrane -4158,BSU_25170,yqfO,cytoplasm -4159,BSU_39450,yxeR,plasma membrane -4160,BSU_23380,lysA,diaminopimelate decarboxylase activity -4161,BSU_23380,lysA,lysine biosynthetic process via diaminopimelate -4162,BSU_01000,secE,protein transport by the Sec complex -4163,BSU_01000,secE,protein transmembrane transporter activity -4164,BSU_01000,secE,integral component of plasma membrane -4165,BSU_01030,rplA,maturation of LSU-rRNA -4166,BSU_01030,rplA,RNA binding -4167,BSU_01030,rplA,cytosolic large ribosomal subunit -4168,BSU_01020,rplK,cytosolic large ribosomal subunit -4169,BSU_01020,rplK,translation -4170,BSU_01020,rplK,large ribosomal subunit rRNA binding -4171,BSU_01020,rplK,large ribosomal subunit -4172,BSU_01020,rplK,structural constituent of ribosome -4173,BSU_01010,nusG,cytosol -4174,BSU_00900,ispD,2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase activity -4178,BSU_00940,cysS,ATP binding -4179,BSU_00940,cysS,cysteine-tRNA ligase activity -4180,BSU_00940,cysS,cytoplasm -4181,BSU_00940,cysS,cytosol -4182,BSU_00940,cysS,cysteinyl-tRNA aminoacylation -4183,BSU_21470,sunT,ATPase-coupled transmembrane transporter activity -4184,BSU_21470,sunT,transmembrane transport -4185,BSU_21470,sunT,ATPase-coupled lipid transmembrane transporter activity -4188,BSU_21460,bdbA,cytoplasm -4189,BSU_21460,bdbA,protein-disulfide reductase activity -4190,BSU_21460,bdbA,protein disulfide oxidoreductase activity -4191,BSU_21460,bdbA,cytosol -4192,BSU_21460,bdbA,cell redox homeostasis -4193,BSU_21460,bdbA,"oxidoreductase activity, acting on a sulfur group of donors, disulfide as acceptor" -4194,BSU_20070,nrdIB,cellular protein modification process -4195,BSU_20070,nrdIB,FMN binding -4196,BSU_20270,yorS,5'-nucleotidase activity -4197,BSU_20270,yorS,pyrimidine deoxyribonucleotide catabolic process -4198,BSU_17410,cwlC,outer membrane-bounded periplasmic space -4199,BSU_17410,cwlC,N-acetylmuramoyl-L-alanine amidase activity -4200,BSU_17410,cwlC,cytokinesis -4203,BSU_16920,pgsA,glycerophospholipid biosynthetic process -4204,BSU_38580,licC,carbohydrate derivative transport -4205,BSU_38580,licC,plasma membrane -4206,BSU_02990,opuAB,ATP-binding cassette (ABC) transporter complex -4207,BSU_02990,opuAB,carnitine transmembrane transporter activity -4208,BSU_02990,opuAB,amine transmembrane transporter activity -4209,BSU_02990,opuAB,choline transport -4210,BSU_02990,opuAB,carnitine transmembrane transport -4211,BSU_02990,opuAB,glycine betaine transport -4212,BSU_02990,opuAB,integral component of plasma membrane -4213,BSU_22830,gpsA,cytosol -4214,BSU_22830,gpsA,glycerol-3-phosphate metabolic process -4215,BSU_22830,gpsA,glycerol-3-phosphate dehydrogenase [NAD(P)+] activity -4216,BSU_22550,qcrB,intrinsic component of membrane -4217,BSU_22560,qcrA,oxidoreductase activity -4218,BSU_22560,qcrA,plasma membrane -4219,BSU_37310,fnr,DNA-binding transcription factor activity -4220,BSU_37310,fnr,cytosol -4221,BSU_16400,flhF,protein targeting -4222,BSU_16400,flhF,membrane -4223,BSU_16400,flhF,signal recognition particle binding -4224,BSU_16400,flhF,GTPase activity -4225,BSU_16400,flhF,plasma membrane -4226,BSU_01320,rplR,cytosolic large ribosomal subunit -4227,BSU_01320,rplR,5S rRNA binding -4228,BSU_17600,xylA,xylose isomerase activity -4229,BSU_17600,xylA,D-xylose catabolic process -4233,BSU_01270,rplX,cytosolic large ribosomal subunit -4234,BSU_01270,rplX,translation -4235,BSU_22440,birA,biotin-[acetyl-CoA-carboxylase] ligase activity -4236,BSU_22440,birA,protein biotinylation -4237,BSU_22440,birA,cytoplasm -4238,BSU_01780,glmS,cytosol -4239,BSU_01780,glmS,glutamine-fructose-6-phosphate transaminase (isomerizing) activity -4240,BSU_01780,glmS,protein N-linked glycosylation -4241,BSU_01780,glmS,UDP-N-acetylglucosamine metabolic process -4242,BSU_01780,glmS,fructose 6-phosphate metabolic process -4243,BSU_08425,mprF,phospholipid homeostasis -4244,BSU_08425,mprF,"transferase activity, transferring amino-acyl groups" -4245,BSU_03982,mtlF,phosphoenolpyruvate-dependent sugar phosphotransferase system -4246,BSU_03982,mtlF,protein-phosphocysteine-sugar phosphotransferase activity -4247,BSU_03982,mtlF,plasma membrane -4248,BSU_01889,ybzH,"regulation of transcription, DNA-templated" -4249,BSU_01889,ybzH,transcription regulatory region sequence-specific DNA binding -4252,BSU_03130,nadE,cytoplasm -4253,BSU_03130,nadE,NAD biosynthetic process -4254,BSU_03130,nadE,NAD+ synthase activity -4255,BSU_28430,sdhB,aerobic respiration -4256,BSU_28430,sdhB,respiratory electron transport chain -4257,BSU_28440,sdhA,electron transfer activity -4258,BSU_28440,sdhA,anaerobic respiration -4259,BSU_28440,sdhA,flavin adenine dinucleotide binding -4260,BSU_28440,sdhA,plasma membrane -4261,BSU_28440,sdhA,succinate dehydrogenase activity -4266,BSU_18070,plsY,plasma membrane -4267,BSU_18000,citB,"4 iron, 4 sulfur cluster binding" -4268,BSU_18000,citB,aconitate hydratase activity -4269,BSU_18000,citB,tricarboxylic acid cycle -4270,BSU_18000,citB,cytosol -4271,BSU_18000,citB,citrate metabolic process -4272,BSU_33940,gapA,NAD binding -4273,BSU_33940,gapA,glucose metabolic process -4274,BSU_33940,gapA,glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity -4275,BSU_28130,hemB,porphobilinogen synthase activity -4276,BSU_28130,hemB,heme biosynthetic process -4277,BSU_28130,hemB,cytosol -4278,BSU_28130,hemB,zinc ion binding -4279,BSU_27940,rpmA,cytosolic large ribosomal subunit -4280,BSU_27940,rpmA,structural constituent of ribosome -4281,BSU_27030,sacC,sucrose catabolic process -4282,BSU_27030,sacC,sucrose alpha-glucosidase activity -4283,BSU_15490,pyrB,cytosol -4284,BSU_15490,pyrB,cytoplasm -4285,BSU_15490,pyrB,nitrogen compound metabolic process -4286,BSU_15490,pyrB,aspartate carbamoyltransferase activity -4287,BSU_00070,gyrA,DNA topological change -4288,BSU_00070,gyrA,DNA binding -4289,BSU_00070,gyrA,ATP binding -4290,BSU_00070,gyrA,cytoplasm -4291,BSU_00070,gyrA,"DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) activity" -4292,BSU_00070,gyrA,"DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) complex" -4293,BSU_00040,recF,DNA synthesis involved in DNA repair -4294,BSU_00040,recF,double-strand break repair -4295,BSU_00020,dnaN,DNA strand elongation involved in DNA replication -4296,BSU_00010,dnaA,DNA replication origin binding -4297,BSU_00010,dnaA,plasma membrane -4298,BSU_00010,dnaA,DNA replication -4299,BSU_00010,dnaA,DNA replication initiation -4300,BSU_28270,leuB,3-isopropylmalate dehydrogenase activity -4301,BSU_28270,leuB,cytosol -4302,BSU_28270,leuB,leucine biosynthetic process -4303,BSU_38050,sacP,protein-phosphocysteine-sugar phosphotransferase activity -4304,BSU_38050,sacP,protein-phosphocysteine-trehalose phosphotransferase system transporter activity -4305,BSU_38050,sacP,carbohydrate transmembrane transport -4306,BSU_38050,sacP,trehalose transport -4307,BSU_38050,sacP,plasma membrane -4308,BSU_38050,sacP,phosphoenolpyruvate-dependent sugar phosphotransferase system -4312,BSU_07430,yfmL,ribosomal large subunit assembly -4313,BSU_07430,yfmL,RNA binding -4314,BSU_07430,yfmL,cytosol -4315,BSU_07430,yfmL,RNA strand annealing activity -4316,BSU_07430,yfmL,RNA helicase activity -4317,BSU_07430,yfmL,ribosome -4318,BSU_35530,tagO,"phosphotransferase activity, for other substituted phosphate groups" -4319,BSU_35530,tagO,cell wall organization -4320,BSU_35530,tagO,cell wall macromolecule biosynthetic process -4321,BSU_35530,tagO,lipopolysaccharide biosynthetic process -4322,BSU_35530,tagO,integral component of plasma membrane -4323,BSU_06640,yerI,homoserine kinase activity -4324,BSU_06640,yerI,amino acid kinase activity -4325,BSU_06640,yerI,threonine biosynthetic process -4326,BSU_27450,glnM,plasma membrane -4327,BSU_27450,glnM,amino acid transport -4328,BSU_30930,ytaB,integral component of membrane -4329,BSU_30420,ytrE,transmembrane transport -4330,BSU_30420,ytrE,plasma membrane -4331,BSU_30420,ytrE,transmembrane transporter activity -4334,BSU_27610,apt,adenine phosphoribosyltransferase activity -4335,BSU_35010,nagA,N-acetylglucosamine catabolic process -4336,BSU_35010,nagA,N-acetylglucosamine-6-phosphate deacetylase activity -4337,BSU_34920,hisG,ATP phosphoribosyltransferase activity -4338,BSU_34920,hisG,histidine biosynthetic process -4340,BSU_06740,yefB,DNA recombination -4341,BSU_06740,yefB,recombinase activity -4342,BSU_06610,pcrA,cytosol -4343,BSU_06610,pcrA,DNA helicase complex -4344,BSU_06610,pcrA,3'-5' DNA helicase activity -4345,BSU_06610,pcrA,recombinational repair -4346,BSU_23840,rnz,3'-tRNA processing endoribonuclease activity -4350,BSU_36160,ywqM,transcription regulatory region sequence-specific DNA binding -4351,BSU_36160,ywqM,"regulation of transcription, DNA-templated" -4352,BSU_36170,nfi,deoxyribonuclease V activity -4353,BSU_36170,nfi,"endoribonuclease activity, producing 5'-phosphomonoesters" -4354,BSU_36170,nfi,single-stranded RNA binding -4362,BSU_33970,araR,"regulation of transcription, DNA-templated" -4363,BSU_33970,araR,transcription regulatory region sequence-specific DNA binding -4364,BSU_33970,araR,DNA-binding transcription factor activity -4365,BSU_05680,ydgK,plasma membrane -4366,BSU_05680,ydgK,xenobiotic transmembrane transporter activity -4367,BSU_05680,ydgK,xenobiotic detoxification by transmembrane export across the plasma membrane -4368,BSU_05680,ydgK,integral component of membrane -4369,BSU_05670,ydgJ,transcription regulatory region sequence-specific DNA binding -4370,BSU_05670,ydgJ,"negative regulation of transcription, DNA-templated" -4371,BSU_05640,ydgG,transcription regulatory region sequence-specific DNA binding -4372,BSU_05640,ydgG,response to stress -4373,BSU_05640,ydgG,"regulation of transcription, DNA-templated" -4375,BSU_05390,ydfF,lead ion binding -4376,BSU_05390,ydfF,regulation of gene expression -4377,BSU_05390,ydfF,response to cadmium ion -4378,BSU_05390,ydfF,cadmium ion sensor activity -4379,BSU_05390,ydfF,response to lead ion -4380,BSU_05390,ydfF,DNA-binding transcription factor activity -4381,BSU_05390,ydfF,DNA binding -4382,BSU_05370,ydfD,alpha-amino acid metabolic process -4383,BSU_05370,ydfD,transaminase activity -4384,BSU_05330,aseR,"regulation of transcription, DNA-templated" -4385,BSU_05330,aseR,transcription regulatory region sequence-specific DNA binding -4386,BSU_05320,ydeS,transcription regulatory region sequence-specific DNA binding -4387,BSU_05320,ydeS,"regulation of transcription, DNA-templated" -4388,BSU_05320,ydeS,DNA-binding transcription factor activity -4389,BSU_05300,ydeQ,FMN binding -4390,BSU_05300,ydeQ,electron transfer activity -4391,BSU_05300,ydeQ,positive regulation of ion transmembrane transporter activity -4392,BSU_05300,ydeQ,NAD(P)H dehydrogenase (quinone) activity -4393,BSU_05160,ydeD,integral component of membrane -4395,BSU_05040,yddN,cytosol -4396,BSU_04770,ydcH,transcription regulatory region sequence-specific DNA binding -4397,BSU_04770,ydcH,"regulation of transcription, DNA-templated" -4398,BSU_04770,ydcH,response to stress -4399,BSU_04660,ndoA,mRNA catabolic process -4400,BSU_04660,ndoA,rRNA catabolic process -4401,BSU_04660,ndoA,endoribonuclease activity -4402,BSU_04610,ydcA,serine-type endopeptidase activity -4403,BSU_04580,cshA,ribosome -4404,BSU_04580,cshA,RNA strand annealing activity -4405,BSU_04580,cshA,cytosol -4406,BSU_04580,cshA,ribosomal large subunit assembly -4407,BSU_04580,cshA,RNA helicase activity -4408,BSU_04580,cshA,RNA binding -4412,BSU_04550,ydbP,protein disulfide oxidoreductase activity -4413,BSU_04550,ydbP,cytosol -4414,BSU_04550,ydbP,protein-disulfide reductase activity -4415,BSU_04550,ydbP,"oxidoreductase activity, acting on a sulfur group of donors, disulfide as acceptor" -4416,BSU_04550,ydbP,cytoplasm -4417,BSU_04550,ydbP,cell redox homeostasis -4418,BSU_04480,ydbI,transmembrane transport -4426,BSU_04460,dctR,phosphorelay response regulator activity -4427,BSU_04450,dctS,phosphorelay sensor kinase activity -4428,BSU_04360,mntH,manganese ion transmembrane transporter activity -4429,BSU_04360,mntH,cellular response to iron ion -4430,BSU_04360,mntH,cadmium ion transmembrane transporter activity -4431,BSU_04210,ydaF,ribosomal-protein-alanine N-acetyltransferase activity -4432,BSU_04210,ydaF,cytoplasm -4433,BSU_04210,ydaF,N-terminal peptidyl-serine acetylation -4434,BSU_04210,ydaF,peptide-serine-N-acetyltransferase activity -4436,BSU_28020,mreC,regulation of cell shape -4437,BSU_28020,mreC,plasma membrane -4438,BSU_27990,minD,negative regulation of cell division -4439,BSU_27990,minD,cytosol -4440,BSU_27990,minD,ATP binding -4441,BSU_27990,minD,ATPase activity -4442,BSU_27990,minD,cytoplasmic side of plasma membrane -4443,BSU_33260,yvrN,plasma membrane -4444,BSU_33260,yvrN,transmembrane transporter activity -4445,BSU_39780,iolS,cytosol -4446,BSU_25340,phoH,cytosol -4447,BSU_25340,phoH,ATP binding -4448,BSU_06320,mneS,cation transmembrane transporter activity -4449,BSU_06320,mneS,membrane -4452,BSU_01310,rplF,cytoplasmic translation -4453,BSU_01310,rplF,cytosolic large ribosomal subunit -4454,BSU_01310,rplF,structural constituent of ribosome -4455,BSU_37330,argS,arginine-tRNA ligase activity -4456,BSU_37330,argS,arginyl-tRNA aminoacylation -4457,BSU_22540,qcrC,intrinsic component of membrane -4458,BSU_40021,yxzK,plasma membrane -4459,BSU_11340,fabF,cytosol -4460,BSU_11340,fabF,fatty acid biosynthetic process -4461,BSU_11340,fabF,3-oxoacyl-[acyl-carrier-protein] synthase activity -4462,BSU_17300,ebrA,integral component of plasma membrane -4463,BSU_17300,ebrA,transmembrane transporter activity -4464,BSU_17300,ebrA,transmembrane transport -4465,BSU_29620,hisK,histidine biosynthetic process -4466,BSU_29620,hisK,histidinol-phosphatase activity -4467,BSU_30880,ytcC,"transferase activity, transferring glycosyl groups" -4471,BSU_02970,yceK,"regulation of transcription, DNA-templated" -4472,BSU_02970,yceK,transcription regulatory region sequence-specific DNA binding -4473,BSU_35000,hprK,cytosol -4474,BSU_30740,mntD,plasma membrane -4475,BSU_30740,mntD,response to zinc ion -4476,BSU_07700,nagP,N-acetylglucosamine transport -4477,BSU_07700,nagP,phosphoenolpyruvate-dependent sugar phosphotransferase system -4478,BSU_07700,nagP,integral component of plasma membrane -4479,BSU_07700,nagP,protein-phosphocysteine-glucosamine phosphotransferase system transporter activity -4480,BSU_07700,nagP,protein-phosphocysteine-sugar phosphotransferase activity -4485,BSU_28160,hemX,plasma membrane -4486,BSU_28160,hemX,heme transport -4487,BSU_28475,lysCB,cytosol -4488,BSU_28475,lysCB,homoserine biosynthetic process -4489,BSU_28475,lysCB,lysine biosynthetic process via diaminopimelate -4490,BSU_28475,lysCB,aspartate kinase activity -4495,BSU_08190,malR,phosphorelay response regulator activity -4496,BSU_31190,rhaM,"racemase and epimerase activity, acting on carbohydrates and derivatives" -4497,BSU_31190,rhaM,rhamnose catabolic process -4498,BSU_31180,rhaA,L-lyxose metabolic process -4499,BSU_31180,rhaA,rhamnose catabolic process -4500,BSU_31180,rhaA,L-rhamnose isomerase activity -4501,BSU_27200,yrhG,formate transport -4502,BSU_27200,yrhG,formate transmembrane transporter activity -4503,BSU_27200,yrhG,integral component of plasma membrane -4504,BSU_25460,dnaJ,unfolded protein binding -4505,BSU_25460,dnaJ,protein refolding -4506,BSU_25460,dnaJ,chaperone cofactor-dependent protein refolding -4507,BSU_25460,dnaJ,cytoplasm -4508,BSU_05940,tsaD,EKC/KEOPS complex -4513,BSU_08230,catD,plasma membrane -4514,BSU_08220,yfiC,transmembrane transport -4515,BSU_08220,yfiC,ATPase-coupled transmembrane transporter activity -4518,BSU_08200,malP,phosphoenolpyruvate-dependent sugar phosphotransferase system -4519,BSU_08200,malP,integral component of plasma membrane -4520,BSU_08200,malP,protein-phosphocysteine-sugar phosphotransferase activity -4521,BSU_09210,yhcT,enzyme-directed rRNA pseudouridine synthesis -4522,BSU_09210,yhcT,pseudouridine synthase activity -4527,BSU_09130,tcyP,transmembrane transporter activity -4528,BSU_09130,tcyP,membrane -4529,BSU_09130,tcyP,plasma membrane -4530,BSU_09130,tcyP,L-cystine transmembrane transporter activity -4535,BSU_09010,yhcA,membrane -4536,BSU_16670,ribC,riboflavin metabolic process -4537,BSU_16670,ribC,FMN biosynthetic process -4538,BSU_16670,ribC,riboflavin kinase activity -4539,BSU_23520,fur,regulation of secondary metabolite biosynthetic process -4540,BSU_23520,fur,DNA-binding transcription factor activity -4541,BSU_23520,fur,transcription regulatory region sequence-specific DNA binding -4542,BSU_23520,fur,zinc ion binding -4543,BSU_23520,fur,"negative regulation of transcription, DNA-templated" -4544,BSU_23610,nudF,nucleoside phosphate metabolic process -4545,BSU_23610,nudF,cytosol -4546,BSU_23610,nudF,ribose phosphate metabolic process -4547,BSU_23690,yqjY,"transferase activity, transferring acyl groups other than amino-acyl groups" -4551,BSU_23760,coaA,pantothenate kinase activity -4552,BSU_23760,coaA,coenzyme A biosynthetic process -4553,BSU_23760,coaA,cytoplasm -4554,BSU_23770,dsdA,threonine catabolic process -4555,BSU_23770,dsdA,L-serine ammonia-lyase activity -4556,BSU_23770,dsdA,L-threonine ammonia-lyase activity -4557,BSU_23770,dsdA,L-serine catabolic process -4558,BSU_23770,dsdA,D-serine ammonia-lyase activity -4559,BSU_23770,dsdA,D-serine catabolic process -4560,BSU_23800,proI,pyrroline-5-carboxylate reductase activity -4561,BSU_23800,proI,L-proline biosynthetic process -4569,BSU_23930,yqjC,methylmalonyl-CoA epimerase activity -4570,BSU_23930,yqjC,L-methylmalonyl-CoA metabolic process -4571,BSU_23940,yqjB,"peptidoglycan L,D-transpeptidase activity" -4572,BSU_23940,yqjB,peptidoglycan-protein cross-linking -4573,BSU_23970,artQ,plasma membrane -4574,BSU_23970,artQ,amino acid transport -4577,BSU_24120,mmgF,"propionate catabolic process, 2-methylcitrate cycle" -4578,BSU_24120,mmgF,methylisocitrate lyase activity -4579,BSU_24270,dxs,1-deoxy-D-xylulose-5-phosphate synthase activity -4580,BSU_24270,dxs,cytosol -4581,BSU_24270,dxs,"transferase activity, transferring aldehyde or ketonic groups" -4582,BSU_24270,dxs,"isopentenyl diphosphate biosynthetic process, methylerythritol 4-phosphate pathway" -4583,BSU_24290,xseB,exodeoxyribonuclease VII activity -4584,BSU_24290,xseB,cytosol -4585,BSU_24320,nusB,cytosol -4586,BSU_24770,mgsR,cytosol -4587,BSU_24830,yqgT,extracellular space -4588,BSU_24830,yqgT,metallocarboxypeptidase activity -4589,BSU_24830,yqgT,proteolysis -4591,BSU_24910,yqgM,"transferase activity, transferring glycosyl groups" -4596,BSU_25070,ispG,4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase activity -4597,BSU_25070,ispG,"isopentenyl diphosphate biosynthetic process, methylerythritol 4-phosphate pathway" -4598,BSU_25100,zur,zinc ion binding -4599,BSU_25100,zur,regulation of secondary metabolite biosynthetic process -4600,BSU_25100,zur,DNA-binding transcription factor activity -4601,BSU_25100,zur,"negative regulation of transcription, DNA-templated" -4602,BSU_25100,zur,transcription regulatory region sequence-specific DNA binding -4603,BSU_25130,nfo,phosphoric diester hydrolase activity -4604,BSU_25130,nfo,DNA-(apurinic or apyrimidinic site) endonuclease activity -4605,BSU_25130,nfo,base-excision repair -4606,BSU_25140,cshB,ribosomal large subunit assembly -4607,BSU_25140,cshB,RNA strand annealing activity -4608,BSU_25140,cshB,RNA binding -4609,BSU_25140,cshB,RNA helicase activity -4610,BSU_25140,cshB,ribosome -4611,BSU_25140,cshB,cytosol -4613,BSU_25430,mtaB,tRNA methylthiolation -4614,BSU_25430,mtaB,N6-threonylcarbomyladenosine methylthiotransferase activity -4615,BSU_25440,rsmE,rRNA base methylation -4616,BSU_25440,rsmE,rRNA (uridine-N3-)-methyltransferase activity -4619,BSU_25620,rsfS,negative regulation of translation -4620,BSU_25620,rsfS,negative regulation of ribosome biogenesis -4621,BSU_25620,rsfS,ribosomal large subunit binding -4622,BSU_25640,nadD,nicotinate-nucleotide adenylyltransferase activity -4623,BSU_25640,nadD,NAD biosynthetic process -4624,BSU_25640,nadD,nicotinamide-nucleotide adenylyltransferase activity -4625,BSU_25720,yqeD,membrane -4626,BSU_25720,yqeD,plasma membrane -4627,BSU_26420,yrkQ,phosphorelay sensor kinase activity -4628,BSU_26420,yrkQ,plasma membrane -4629,BSU_26420,yrkQ,integral component of membrane -4630,BSU_26430,yrkP,cytosol -4631,BSU_26430,yrkP,DNA-binding transcription activator activity -4632,BSU_26430,yrkP,protein-DNA complex -4633,BSU_26430,yrkP,phosphorelay response regulator activity -4634,BSU_26430,yrkP,transcription regulatory region sequence-specific DNA binding -4635,BSU_26470,yrkL,NAD(P)H dehydrogenase (quinone) activity -4636,BSU_26470,yrkL,electron transfer activity -4637,BSU_26470,yrkL,FMN binding -4638,BSU_26470,yrkL,positive regulation of ion transmembrane transporter activity -4639,BSU_02090,ybxI,integral component of plasma membrane -4640,BSU_02090,ybxI,penicillin binding -4641,BSU_02090,ybxI,cell wall organization -4642,BSU_09420,lytE,lytic endotransglycosylase activity -4643,BSU_30550,metK,cytosol -4644,BSU_30550,metK,S-adenosylmethionine biosynthetic process -4645,BSU_30550,metK,methionine adenosyltransferase activity -4646,BSU_22400,dinG,DNA helicase activity -4647,BSU_24280,ispA,prenyltransferase activity -4648,BSU_25260,glyS,cytosol -4649,BSU_24550,gcvPB,glycine dehydrogenase (decarboxylating) activity -4650,BSU_24550,gcvPB,glycine cleavage complex -4651,BSU_24550,gcvPB,glycine binding -4652,BSU_24550,gcvPB,pyridoxal phosphate binding -4653,BSU_24550,gcvPB,glycine decarboxylation via glycine cleavage system -4654,BSU_24550,gcvPB,cytosol -4655,BSU_25660,aroE,shikimate 3-dehydrogenase (NADP+) activity -4656,BSU_25660,aroE,shikimate metabolic process -4657,BSU_25660,aroE,chorismate biosynthetic process -4658,BSU_25660,aroE,cytosol -4659,BSU_25660,aroE,NADP binding -4663,BSU_21700,ypoP,"regulation of transcription, DNA-templated" -4664,BSU_21700,ypoP,response to stress -4665,BSU_21700,ypoP,transcription regulatory region sequence-specific DNA binding -4666,BSU_21880,ypgR,oxidoreductase activity -4667,BSU_21910,metAA,homoserine O-succinyltransferase activity -4670,BSU_21690,msrA,L-methionine-(S)-S-oxide reductase activity -4671,BSU_21690,msrA,cytoplasm -4672,BSU_21690,msrA,cellular response to oxidative stress -4673,BSU_21690,msrA,peptide-methionine (S)-S-oxide reductase activity -4674,BSU_09410,phoA,dephosphorylation -4675,BSU_09410,phoA,alkaline phosphatase activity -4676,BSU_03060,lctP,solute:proton symporter activity -4677,BSU_03060,lctP,plasma membrane -4678,BSU_03060,lctP,lactate transmembrane transporter activity -4679,BSU_03020,ycgA,plasma membrane -4680,BSU_28860,rpmI,large ribosomal subunit -4681,BSU_28860,rpmI,cytosolic large ribosomal subunit -4682,BSU_28860,rpmI,structural constituent of ribosome -4683,BSU_28850,rplT,cytosolic large ribosomal subunit -4684,BSU_28850,rplT,structural constituent of ribosome -4685,BSU_28850,rplT,ribosomal large subunit assembly -4686,BSU_28870,infC,ribosome disassembly -4687,BSU_28870,infC,translation initiation factor activity -4688,BSU_28870,infC,cytosol -4689,BSU_28870,infC,ribosome binding -4690,BSU_02770,yccK,cytosol -4691,BSU_30900,cotS,endospore-forming forespore -4692,BSU_35690,ggaA,"transferase activity, transferring glycosyl groups" -4693,BSU_29350,tcyM,amino acid transport -4694,BSU_29350,tcyM,plasma membrane -4695,BSU_29060,coaE,dephospho-CoA kinase activity -4696,BSU_29060,coaE,coenzyme A biosynthetic process -4697,BSU_25250,ccpN,carbon catabolite repression of transcription -4698,BSU_30560,pckA,phosphoenolpyruvate carboxykinase (ATP) activity -4699,BSU_30560,pckA,cytosol -4700,BSU_30560,pckA,gluconeogenesis -4701,BSU_15130,mraZ,DNA-binding transcription factor activity -4702,BSU_15130,mraZ,"negative regulation of DNA-templated transcription, initiation" -4703,BSU_15130,mraZ,transcription regulatory region sequence-specific DNA binding -4704,BSU_38880,yxjO,transcription regulatory region sequence-specific DNA binding -4705,BSU_38880,yxjO,"regulation of transcription, DNA-templated" -4706,BSU_38860,galE,UDP-glucose 4-epimerase activity -4707,BSU_38860,galE,galactose catabolic process via UDP-galactose -4708,BSU_38860,galE,cytosol -4709,BSU_38920,pepT,cytosol -4710,BSU_38920,pepT,tripeptide aminopeptidase activity -4711,BSU_07610,citM,integral component of membrane -4712,BSU_07610,citM,anion transmembrane transport -4713,BSU_22960,gudB,glutamate catabolic process -4714,BSU_22960,gudB,glutamate dehydrogenase (NAD+) activity -4715,BSU_01540,salA,iron-sulfur cluster assembly -4716,BSU_01540,salA,"4 iron, 4 sulfur cluster binding" -4717,BSU_27850,nadA,"4 iron, 4 sulfur cluster binding" -4718,BSU_27850,nadA,quinolinate synthetase A activity -4719,BSU_27850,nadA,cytosol -4720,BSU_27850,nadA,'de novo' NAD biosynthetic process from aspartate -4725,BSU_39890,yxbB,methyltransferase activity -4726,BSU_17370,nrdI,cellular protein modification process -4727,BSU_17370,nrdI,FMN binding -4728,BSU_34170,ganR,transcription regulatory region sequence-specific DNA binding -4729,BSU_34170,ganR,DNA-binding transcription factor activity -4730,BSU_34170,ganR,"regulation of transcription, DNA-templated" -4731,BSU_34120,ganB,pectin catabolic process -4734,BSU_10910,yisZ,sulfate assimilation -4735,BSU_10910,yisZ,adenylylsulfate kinase activity -4736,BSU_11000,yitI,N-acetyltransferase activity -4744,BSU_34660,yvdB,L-aspartate transmembrane transporter activity -4745,BSU_34660,yvdB,fumarate transmembrane transporter activity -4746,BSU_34660,yvdB,fumarate transport -4747,BSU_34660,yvdB,succinate transmembrane transport -4748,BSU_34660,yvdB,succinate transmembrane transporter activity -4752,BSU_34610,mdxE,maltodextrin transport -4753,BSU_34610,mdxE,maltose transport -4754,BSU_34610,mdxE,"ATP-binding cassette (ABC) transporter complex, substrate-binding subunit-containing" -4755,BSU_34610,mdxE,maltose binding -4756,BSU_34570,mdxK,"hydrolase activity, hydrolyzing O-glycosyl compounds" -4757,BSU_34570,mdxK,carbohydrate metabolic process -4762,BSU_18470,proJ,cytosol -4763,BSU_18470,proJ,proline biosynthetic process -4764,BSU_18470,proJ,glutamate 5-kinase activity -4765,BSU_09900,yhaP,transmembrane transport -4766,BSU_09900,yhaP,plasma membrane -4767,BSU_09900,yhaP,transmembrane transporter activity -4768,BSU_09340,azr,cytosol -4769,BSU_09340,azr,FMN binding -4770,BSU_09830,yhaX,phosphatase activity -4771,BSU_09830,yhaX,magnesium ion binding -4772,BSU_09830,yhaX,cytosol -4774,BSU_10480,yhjE,plasma membrane -4775,BSU_10480,yhjE,membrane -4776,BSU_10590,yhjP,peptide transmembrane transporter activity -4777,BSU_10590,yhjP,outer membrane-bounded periplasmic space -4778,BSU_10590,yhjP,peptide transport -4781,BSU_09540,plsC,phosphatidic acid biosynthetic process -4782,BSU_09540,plsC,1-acylglycerol-3-phosphate O-acyltransferase activity -4785,BSU_09670,dat,carboxylic acid metabolic process -4786,BSU_10240,yhfI,3'-tRNA processing endoribonuclease activity -4787,BSU_10310,yhfO,"transferase activity, transferring acyl groups other than amino-acyl groups" -4788,BSU_10360,yhfT,medium-chain fatty acid-CoA ligase activity -4789,BSU_10360,yhfT,fatty acid metabolic process -4793,BSU_14850,ftsW,cell division -4794,BSU_14850,ftsW,lipid-linked peptidoglycan transporter activity -4795,BSU_14850,ftsW,regulation of cell shape -4796,BSU_14850,ftsW,cell division site -4797,BSU_14850,ftsW,integral component of plasma membrane -4799,BSU_26910,yraK,hydrolase activity -4800,BSU_25300,cdd,cytidine deaminase activity -4801,BSU_25300,cdd,zinc ion binding -4802,BSU_25300,cdd,cytosol -4803,BSU_25300,cdd,cytidine deamination -4804,BSU_22690,aroH,chorismate metabolic process -4805,BSU_22690,aroH,chorismate mutase activity -4806,BSU_38090,vpr,serine-type endopeptidase activity -4807,BSU_06360,guaA,cytosol -4808,BSU_06360,guaA,GMP synthase activity -4809,BSU_06360,guaA,GMP biosynthetic process -4810,BSU_40420,purA,cytoplasm -4811,BSU_40420,purA,IMP metabolic process -4812,BSU_40420,purA,adenylosuccinate synthase activity -4813,BSU_40420,purA,'de novo' AMP biosynthetic process -4814,BSU_16220,fliG,bacterial-type flagellum-dependent cell motility -4815,BSU_15170,spoVD,integral component of plasma membrane -4816,BSU_15170,spoVD,penicillin binding -4817,BSU_15170,spoVD,cell wall organization -4818,BSU_15190,mraY,cell wall macromolecule biosynthetic process -4819,BSU_15190,mraY,integral component of plasma membrane -4820,BSU_15190,mraY,"phosphotransferase activity, for other substituted phosphate groups" -4821,BSU_15190,mraY,cell wall organization -4822,BSU_37090,glpX,"fructose 1,6-bisphosphate 1-phosphatase activity" -4823,BSU_37090,glpX,"fructose 1,6-bisphosphate metabolic process" -4824,BSU_37090,glpX,gluconeogenesis -4825,BSU_37060,tdk,thymidine kinase activity -4826,BSU_37060,tdk,cytosol -4827,BSU_37060,tdk,thymidine metabolic process -4828,BSU_05780,ydhJ,dGTP catabolic process -4829,BSU_05780,ydhJ,dGTPase activity -4830,BSU_27310,pbpI,penicillin binding -4831,BSU_27310,pbpI,"peptidoglycan L,D-transpeptidase activity" -4832,BSU_27310,pbpI,cell wall organization -4833,BSU_27310,pbpI,integral component of plasma membrane -4834,BSU_27330,udk,cytoplasm -4835,BSU_27590,dtd,D-tyrosyl-tRNA(Tyr) deacylase activity -4836,BSU_27590,dtd,tRNA metabolic process -4837,BSU_27590,dtd,cytoplasm -4838,BSU_31750,pncB,cytosol -4839,BSU_31750,pncB,NAD salvage -4840,BSU_31750,pncB,nicotinate phosphoribosyltransferase activity -4841,BSU_32340,lytH,metalloendopeptidase activity -4842,BSU_32370,yunD,outer membrane-bounded periplasmic space -4843,BSU_32370,yunD,UDP-sugar diphosphatase activity -4844,BSU_32370,yunD,nucleotide catabolic process -4845,BSU_32370,yunD,5'-nucleotidase activity -4846,BSU_32480,pucD,oxidoreductase activity -4851,BSU_33010,cssR,cytosol -4852,BSU_33010,cssR,transcription regulatory region sequence-specific DNA binding -4853,BSU_33010,cssR,phosphorelay response regulator activity -4854,BSU_33010,cssR,DNA-binding transcription activator activity -4855,BSU_33010,cssR,protein-DNA complex -4856,BSU_33630,secG,plasma membrane -4857,BSU_33630,secG,protein transport by the Sec complex -4858,BSU_33630,secG,intracellular protein transmembrane transport -4859,BSU_33780,sdpI,response to toxic substance -4860,BSU_33790,sdpR,transcription regulatory region sequence-specific DNA binding -4861,BSU_33790,sdpR,"regulation of transcription, DNA-templated" -4862,BSU_33810,opuCC,glycine betaine transport -4863,BSU_33980,yvbT,cytosol -4864,BSU_34150,ganP,ABC-type maltose transporter activity -4865,BSU_34150,ganP,maltose transport complex -4866,BSU_34150,ganP,maltodextrin transport -4867,BSU_35590,tuaC,"transferase activity, transferring hexosyl groups" -4868,BSU_35590,tuaC,"transferase activity, transferring glycosyl groups" -4870,BSU_13030,ykhA,acyl-CoA hydrolase activity -4871,BSU_13030,ykhA,long-chain fatty acyl-CoA binding -4872,BSU_13030,ykhA,acyl-CoA metabolic process -4873,BSU_13030,ykhA,cytosol -4874,BSU_13030,ykhA,fatty acid metabolic process -4875,BSU_29150,ytwI,plasma membrane -4876,BSU_33230,sigO,"regulation of transcription, DNA-templated" -4881,BSU_37570,mmr,membrane -4882,BSU_06750,yefC,DNA recombination -4883,BSU_06750,yefC,recombinase activity -4889,BSU_30400,bceR,cytosol -4890,BSU_30400,bceR,DNA-binding transcription activator activity -4891,BSU_30400,bceR,phosphorelay response regulator activity -4892,BSU_30400,bceR,protein-DNA complex -4893,BSU_30400,bceR,transcription regulatory region sequence-specific DNA binding -4900,BSU_29160,ytvI,transmembrane transport -4902,BSU_19130,yocA,cellular carbohydrate catabolic process -4903,BSU_30920,cotI,endospore-forming forespore -4904,BSU_12390,uxaA,D-galacturonate catabolic process -4905,BSU_12240,yjkA,cellular iron ion homeostasis -4906,BSU_12240,yjkA,integral component of plasma membrane -4911,BSU_12160,yjgC,"4 iron, 4 sulfur cluster binding" -4912,BSU_12860,steT,amino acid transmembrane transport -4913,BSU_12860,steT,L-amino acid transmembrane transporter activity -4914,BSU_33800,opuCD,glycine betaine transport -4915,BSU_33800,opuCD,transport -4916,BSU_33800,opuCD,plasma membrane -4917,BSU_33800,opuCD,transmembrane transporter activity -4918,BSU_15610,sumT,uroporphyrin-III C-methyltransferase activity -4919,BSU_15610,sumT,siroheme biosynthetic process -4924,BSU_27670,spoVB,plasma membrane -4925,BSU_16760,dapG,aspartate kinase activity -4926,BSU_16760,dapG,cytosol -4927,BSU_16760,dapG,homoserine biosynthetic process -4928,BSU_16760,dapG,lysine biosynthetic process via diaminopimelate -4929,BSU_36010,alsS,acetolactate synthase complex -4930,BSU_36010,alsS,isoleucine biosynthetic process -4931,BSU_36010,alsS,acetolactate synthase activity -4932,BSU_36010,alsS,valine biosynthetic process -4933,BSU_36010,alsS,flavin adenine dinucleotide binding -4934,BSU_36020,alsR,protein-DNA complex -4935,BSU_36020,alsR,DNA-binding transcription factor activity -4936,BSU_36020,alsR,bacterial-type cis-regulatory region sequence-specific DNA binding -4937,BSU_36020,alsR,"regulation of transcription, DNA-templated" -4938,BSU_02000,ybdJ,DNA-binding transcription activator activity -4939,BSU_02000,ybdJ,cytosol -4940,BSU_02000,ybdJ,phosphorelay response regulator activity -4941,BSU_02000,ybdJ,transcription regulatory region sequence-specific DNA binding -4942,BSU_02000,ybdJ,protein-DNA complex -4943,BSU_02010,ybdK,plasma membrane -4944,BSU_02010,ybdK,integral component of membrane -4945,BSU_02010,ybdK,phosphorelay sensor kinase activity -4946,BSU_02420,glnT,plasma membrane -4947,BSU_03160,ycgJ,methyltransferase activity -4951,BSU_08120,yfjF,integral component of plasma membrane -4952,BSU_08370,yfiR,DNA-binding transcription factor activity -4953,BSU_08370,yfiR,"regulation of transcription, DNA-templated" -4954,BSU_08370,yfiR,transcription regulatory region sequence-specific DNA binding -4955,BSU_08400,yfiU,transmembrane transport -4956,BSU_08400,yfiU,integral component of plasma membrane -4957,BSU_08400,yfiU,transmembrane transporter activity -4959,BSU_08990,yhbI,response to stress -4960,BSU_08990,yhbI,transcription regulatory region sequence-specific DNA binding -4961,BSU_08990,yhbI,"regulation of transcription, DNA-templated" -4962,BSU_11870,metI,cytoplasm -4963,BSU_11870,metI,transsulfuration -4964,BSU_11870,metI,cysteine biosynthetic process via cystathionine -4965,BSU_11870,metI,pyridoxal phosphate binding -4966,BSU_11870,metI,cystathionine gamma-lyase activity -4967,BSU_11870,metI,carbon-sulfur lyase activity -4971,BSU_13450,sigI,"regulation of transcription, DNA-templated" -4972,BSU_13550,mtnA,S-methyl-5-thioribose-1-phosphate isomerase activity -4973,BSU_13550,mtnA,L-methionine salvage from methylthioadenosine -4974,BSU_13670,mhqR,response to stress -4975,BSU_13670,mhqR,"regulation of transcription, DNA-templated" -4976,BSU_13670,mhqR,transcription regulatory region sequence-specific DNA binding -4977,BSU_16040,rplS,structural constituent of ribosome -4978,BSU_16040,rplS,cytosolic large ribosomal subunit -4979,BSU_16050,rbgA,GTPase activity -4980,BSU_16060,rnhB,RNA-DNA hybrid ribonuclease activity -4981,BSU_16060,rnhB,"DNA replication, removal of RNA primer" -4982,BSU_16060,rnhB,mismatch repair -4983,BSU_16060,rnhB,ribonuclease H2 complex -4984,BSU_16530,uppS,polyprenol biosynthetic process -4985,BSU_16530,uppS,magnesium ion binding -4986,BSU_16530,uppS,"di-trans,poly-cis-decaprenylcistransferase activity" -4987,BSU_16530,uppS,polyprenyltransferase activity -4988,BSU_16530,uppS,manganese ion binding -4989,BSU_16530,uppS,cytosol -4990,BSU_16810,ymfC,"negative regulation of transcription, DNA-templated" -4994,BSU_19420,yojK,UDP-glycosyltransferase activity -4995,BSU_19420,yojK,intracellular membrane-bounded organelle -4996,BSU_19430,cdaS,adenylate cyclase activity -4997,BSU_21390,yomE,secretion of lysosomal enzymes -4998,BSU_21500,uvrX,DNA-directed DNA polymerase activity -4999,BSU_21500,uvrX,SOS response -5000,BSU_21500,uvrX,error-prone translesion synthesis +0,BSU_25810,arsR,regulation of DNA-templated transcription +1,BSU_25790,arsB,arsenite transmembrane transporter activity +2,BSU_25790,arsB,antimonite transmembrane transporter activity +3,BSU_25790,arsB,antiporter activity +4,BSU_25790,arsB,plasma membrane +5,BSU_25790,arsB,arsenite transport +6,BSU_25790,arsB,antimonite transport +7,BSU_25800,yqcK,response to cadmium ion +9,BSU_37050,maeA,malic enzyme activity +10,BSU_37050,maeA,pyruvate metabolic process +11,BSU_37050,maeA,malate metabolic process +12,BSU_37170,acdA,acyl-CoA dehydrogenase activity +13,BSU_37230,ywjA,ATPase-coupled lipid transmembrane transporter activity +14,BSU_37230,ywjA,transmembrane transport +15,BSU_24140,mmgD,tricarboxylic acid cycle +16,BSU_24140,mmgD,carbohydrate metabolic process +17,BSU_24140,mmgD,citrate (Si)-synthase activity +18,BSU_24150,mmgC,cytoplasm +19,BSU_24150,mmgC,acyl-CoA dehydrogenase activity +20,BSU_24150,mmgC,fatty acid beta-oxidation using acyl-CoA dehydrogenase +21,BSU_24160,mmgB,oxidoreductase activity +22,BSU_31990,dhbC,salicylic acid biosynthetic process +23,BSU_31990,dhbC,isochorismate synthase activity +24,BSU_08790,thiC,thiamine biosynthetic process +25,BSU_08790,thiC,cytosol +29,BSU_13100,gdnD,transmembrane transport +30,BSU_13100,gdnD,transmembrane transporter activity +31,BSU_13090,gdnC,transmembrane transport +32,BSU_13090,gdnC,transmembrane transporter activity +38,BSU_17040,mutS,mismatched DNA binding +39,BSU_17040,mutS,cytosol +40,BSU_17040,mutS,mismatch repair +41,BSU_29120,mdh,L-malate dehydrogenase activity +42,BSU_29120,mdh,cytoplasm +43,BSU_24350,accB,acetyl-CoA carboxylase activity +44,BSU_24350,accB,fatty acid biosynthetic process +45,BSU_24450,efp,cytoplasm +46,BSU_24450,efp,translation elongation factor activity +47,BSU_33300,fhuG,siderophore-dependent iron import into cell +48,BSU_33300,fhuG,transmembrane transporter activity +49,BSU_33310,fhuB,transmembrane transporter activity +50,BSU_33310,fhuB,siderophore-dependent iron import into cell +53,BSU_07860,yfkL,membrane +57,BSU_15600,cysC,adenylylsulfate kinase activity +58,BSU_12880,ykcB,pentosyltransferase activity +59,BSU_12880,ykcB,plasma membrane +60,BSU_12880,ykcB,lipopolysaccharide biosynthetic process +61,BSU_12880,ykcB,response to iron(III) ion +62,BSU_29960,ytlP,cytosol +63,BSU_29960,ytlP,regulation of protein kinase A signaling +64,BSU_29960,ytlP,protein kinase A regulatory subunit binding +65,BSU_34890,hisH,imidazoleglycerol-phosphate synthase activity +72,BSU_27440,glnH,outer membrane-bounded periplasmic space +73,BSU_15790,rpe,metal ion binding +74,BSU_15790,rpe,"pentose-phosphate shunt, non-oxidative branch" +75,BSU_15790,rpe,D-ribulose-phosphate 3-epimerase activity +76,BSU_15790,rpe,cytosol +77,BSU_29600,braB,leucine transport +78,BSU_29600,braB,L-leucine transmembrane transporter activity +79,BSU_29600,braB,valine transport +80,BSU_29600,braB,L-isoleucine transmembrane transporter activity +81,BSU_29600,braB,L-valine transmembrane transporter activity +82,BSU_29600,braB,isoleucine transport +83,BSU_29600,braB,plasma membrane +84,BSU_07590,citT,phosphorelay response regulator activity +85,BSU_29190,pfkA,6-phosphofructokinase complex +86,BSU_29190,pfkA,fructose 6-phosphate metabolic process +87,BSU_29190,pfkA,identical protein binding +88,BSU_29190,pfkA,fructose-6-phosphate binding +89,BSU_29190,pfkA,6-phosphofructokinase activity +90,BSU_29190,pfkA,monosaccharide binding +91,BSU_29190,pfkA,AMP binding +92,BSU_29190,pfkA,canonical glycolysis +93,BSU_29190,pfkA,ATP binding +94,BSU_29190,pfkA,"fructose 1,6-bisphosphate metabolic process" +95,BSU_27520,cymR,cytosol +96,BSU_27520,cymR,DNA-binding transcription factor activity +97,BSU_27520,cymR,regulation of DNA-templated transcription +98,BSU_27410,alaS,aminoacyl-tRNA editing activity +99,BSU_27410,alaS,cytosol +100,BSU_27410,alaS,alanyl-tRNA aminoacylation +101,BSU_27410,alaS,alanine-tRNA ligase activity +102,BSU_29900,trmB,tRNA methyltransferase complex +103,BSU_29900,trmB,RNA (guanine-N7)-methylation +104,BSU_29900,trmB,tRNA (guanine(46)-N7)-methyltransferase activity +105,BSU_29900,trmB,tRNA methylation +106,BSU_07700,nagP,N-acetylglucosamine transport +107,BSU_07700,nagP,protein-phosphocysteine-sugar phosphotransferase activity +108,BSU_07700,nagP,phosphoenolpyruvate-dependent sugar phosphotransferase system +109,BSU_34920,hisG,histidine biosynthetic process +110,BSU_34920,hisG,ATP phosphoribosyltransferase activity +112,BSU_02880,yceB,cytosol +113,BSU_35210,yvkA,transmembrane transporter activity +114,BSU_35210,yvkA,transmembrane transport +115,BSU_30740,mntD,response to zinc ion +116,BSU_30740,mntD,plasma membrane +117,BSU_13010,pgl,6-phosphogluconolactonase activity +118,BSU_13010,pgl,cytosol +121,BSU_02690,ansZ,periplasmic space +122,BSU_02690,ansZ,asparaginase activity +123,BSU_02690,ansZ,asparagine catabolic process +127,BSU_29970,ytkP,cytoplasm +128,BSU_29970,ytkP,cysteine synthase activity +129,BSU_29970,ytkP,L-cysteine desulfhydrase activity +130,BSU_29970,ytkP,cysteine biosynthetic process from serine +134,BSU_27420,yrrI,transmembrane transport +135,BSU_34930,hisZ,histidine-tRNA ligase activity +136,BSU_34930,hisZ,histidyl-tRNA aminoacylation +137,BSU_29460,moaB,cytosol +140,BSU_27490,yrrB,receptor-mediated virion attachment to host cell +141,BSU_27490,yrrB,cell outer membrane +142,BSU_35010,nagA,N-acetylglucosamine catabolic process +143,BSU_35010,nagA,N-acetylglucosamine-6-phosphate deacetylase activity +144,BSU_29090,polA,double-strand break repair +145,BSU_29090,polA,DNA-directed DNA polymerase activity +146,BSU_33210,yvrG,protein autophosphorylation +147,BSU_33210,yvrG,histidine phosphotransfer kinase activity +148,BSU_33210,yvrG,phosphorelay sensor kinase activity +149,BSU_06370,pbuG,plasma membrane +150,BSU_06370,pbuG,purine nucleobase transmembrane transporter activity +152,BSU_33270,yvrO,plasma membrane +153,BSU_33270,yvrO,transmembrane transport +154,BSU_33270,yvrO,transmembrane transporter activity +155,BSU_29990,pbuO,purine nucleobase transmembrane transporter activity +156,BSU_29990,pbuO,plasma membrane +160,BSU_07990,yfjR,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +164,BSU_19600,yodH,methyltransferase activity +165,BSU_13340,ykoM,response to stress +166,BSU_13340,ykoM,regulation of DNA-templated transcription +167,BSU_18790,yoaZ,cytoplasm +168,BSU_02860,znuC,ATPase-coupled transmembrane transporter activity +169,BSU_02860,znuC,ATP-binding cassette (ABC) transporter complex +172,BSU_19630,deoD,cytosol +173,BSU_19630,deoD,purine-nucleoside phosphorylase activity +174,BSU_19630,deoD,purine nucleoside catabolic process +179,BSU_13430,ykoX,plasma membrane +180,BSU_33150,yvqK,corrinoid adenosyltransferase activity +181,BSU_12350,uxuB,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +182,BSU_33820,opuCB,glycine betaine transport +189,BSU_29440,argH,cytosol +190,BSU_29440,argH,argininosuccinate lyase activity +191,BSU_29440,argH,arginine biosynthetic process via ornithine +193,BSU_07920,chaA,intracellular calcium ion homeostasis +194,BSU_07920,chaA,calcium:proton antiporter activity +195,BSU_07920,chaA,calcium ion transmembrane transport +203,BSU_17100,pksC,cytosol +204,BSU_17100,pksC,[acyl-carrier-protein] S-malonyltransferase activity +205,BSU_17100,pksC,fatty acid biosynthetic process +206,BSU_01770,glmM,phosphoglucosamine mutase activity +207,BSU_01770,glmM,cytosol +208,BSU_01770,glmM,UDP-N-acetylglucosamine biosynthetic process +209,BSU_01770,glmM,phosphomannomutase activity +210,BSU_01770,glmM,peptidoglycan biosynthetic process +211,BSU_35030,nagR,negative regulation of DNA-templated transcription +214,BSU_35260,ftsE,plasma membrane +215,BSU_35260,ftsE,transmembrane transport +216,BSU_35260,ftsE,transmembrane transporter activity +217,BSU_15630,sirC,siroheme biosynthetic process +218,BSU_15630,sirC,precorrin-2 dehydrogenase activity +219,BSU_12300,uxaC,D-glucuronate catabolic process +220,BSU_12300,uxaC,D-galacturonate catabolic process +221,BSU_33180,yvrC,cellular response to iron ion +227,BSU_30880,ytcC,glycosyltransferase activity +228,BSU_29620,hisK,histidine biosynthetic process +229,BSU_29620,hisK,histidinol-phosphatase activity +230,BSU_29080,mutM,"8-oxo-7,8-dihydroguanine DNA N-glycosylase activity" +231,BSU_29080,mutM,DNA-(apurinic or apyrimidinic site) endonuclease activity +232,BSU_29080,mutM,base-excision repair +233,BSU_17290,ebrB,transmembrane transporter activity +234,BSU_17290,ebrB,transmembrane transport +235,BSU_30420,ytrE,plasma membrane +236,BSU_30420,ytrE,transmembrane transporter activity +237,BSU_30420,ytrE,transmembrane transport +238,BSU_12460,xlyB,peptidoglycan catabolic process +239,BSU_12460,xlyB,peptidoglycan turnover +240,BSU_12460,xlyB,N-acetylmuramoyl-L-alanine amidase activity +244,BSU_17080,pksA,DNA-binding transcription factor activity +245,BSU_17080,pksA,regulation of DNA-templated transcription +246,BSU_17080,pksA,transcription cis-regulatory region binding +247,BSU_19060,yobR,peptide-alanine-alpha-N-acetyltransferase activity +251,BSU_29040,ytbD,transmembrane transporter activity +252,BSU_29040,ytbD,transmembrane transport +253,BSU_29040,ytbD,plasma membrane +254,BSU_02840,ycdG,oligosaccharide catabolic process +255,BSU_02840,ycdG,alpha-amylase activity +256,BSU_19020,yobN,polyamine oxidase activity +257,BSU_19020,yobN,amino acid catabolic process +258,BSU_19020,yobN,L-amino-acid oxidase activity +259,BSU_12380,uxaB,D-galacturonate catabolic process +260,BSU_12380,uxaB,tagaturonate reductase activity +261,BSU_12380,uxaB,mannitol catabolic process +262,BSU_12380,uxaB,mannitol-1-phosphate 5-dehydrogenase activity +263,BSU_12380,uxaB,cytosol +265,BSU_29450,argG,argininosuccinate synthase activity +266,BSU_29450,argG,argininosuccinate metabolic process +267,BSU_29450,argG,arginine biosynthetic process +268,BSU_29450,argG,cytoplasm +269,BSU_29450,argG,urea cycle +270,BSU_12340,uxuA,mannonate dehydratase activity +271,BSU_12340,uxuA,D-glucuronate catabolic process +272,BSU_12340,uxuA,ferrous iron binding +273,BSU_12340,uxuA,manganese ion binding +274,BSU_30760,mntB,ATP-binding cassette (ABC) transporter complex +275,BSU_30760,mntB,ATPase-coupled transmembrane transporter activity +276,BSU_08090,acoL,flavin adenine dinucleotide binding +277,BSU_08090,acoL,dihydrolipoyl dehydrogenase activity +278,BSU_07840,yfkN,outer membrane-bounded periplasmic space +279,BSU_29420,ytkK,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +280,BSU_29420,ytkK,fatty acid elongation +283,BSU_29940,ytlR,ATP-dependent diacylglycerol kinase activity +284,BSU_06600,pcrB,glycerophospholipid biosynthetic process +285,BSU_06600,pcrB,polyprenyltransferase activity +286,BSU_06240,bdhA,"(R,R)-butanediol dehydrogenase activity" +287,BSU_17120,pksE,[acyl-carrier-protein] S-malonyltransferase activity +288,BSU_17120,pksE,fatty acid biosynthetic process +289,BSU_17120,pksE,cytosol +290,BSU_15760,prpC,protein dephosphorylation +291,BSU_13150,ohrR,response to stress +292,BSU_13150,ohrR,regulation of DNA-templated transcription +293,BSU_13390,ykoT,plasma membrane +294,BSU_07430,yfmL,cytosol +295,BSU_07430,yfmL,RNA strand annealing activity +296,BSU_07430,yfmL,RNA helicase activity +297,BSU_07430,yfmL,response to cold +298,BSU_07430,yfmL,ribosome +299,BSU_19220,recQ,DNA repair +300,BSU_19220,recQ,chromosome +301,BSU_19220,recQ,bacterial nucleoid +302,BSU_19220,recQ,four-way junction helicase activity +303,BSU_19220,recQ,DNA recombination +304,BSU_19220,recQ,3'-5' DNA helicase activity +305,BSU_19220,recQ,cytoplasm +306,BSU_19220,recQ,DNA duplex unwinding +307,BSU_19220,recQ,replisome +308,BSU_19580,yodF,transmembrane transporter activity +309,BSU_19580,yodF,transmembrane transport +310,BSU_34870,hisF,imidazoleglycerol-phosphate synthase activity +313,BSU_02960,yceJ,membrane +314,BSU_12160,yjgC,NADH dehydrogenase activity +315,BSU_12160,yjgC,plasma membrane respiratory chain complex I +316,BSU_12160,yjgC,cellular respiration +317,BSU_35110,yvlC,plasma membrane +318,BSU_06230,iolT,transmembrane transport +319,BSU_06230,iolT,symporter activity +320,BSU_06230,iolT,membrane +321,BSU_14060,fadH,"oxidoreductase activity, acting on the CH-CH group of donors, NAD or NADP as acceptor" +322,BSU_14060,fadH,peroxisome +323,BSU_14060,fadH,fatty acid metabolic process +324,BSU_07750,yflA,plasma membrane +325,BSU_30510,ytpA,lipase activity +326,BSU_30510,ytpA,membrane +327,BSU_12420,yjoB,protein import into peroxisome matrix +328,BSU_12420,yjoB,peroxisomal membrane +329,BSU_12420,yjoB,cytosol +330,BSU_12420,yjoB,ATP hydrolysis activity +335,BSU_15080,rpmF,structural constituent of ribosome +338,BSU_29050,ytbE,aldo-keto reductase (NADP) activity +339,BSU_30050,murJ,plasma membrane +340,BSU_27450,glnM,amino acid transport +341,BSU_27450,glnM,plasma membrane +342,BSU_19590,ctpA,endopeptidase activity +343,BSU_19590,ctpA,outer membrane-bounded periplasmic space +344,BSU_19590,ctpA,signal transduction +345,BSU_01890,ybcL,plasma membrane +346,BSU_01890,ybcL,transmembrane transport +347,BSU_01890,ybcL,transmembrane transporter activity +348,BSU_15110,panE,NADP binding +349,BSU_15110,panE,2-dehydropantoate 2-reductase activity +350,BSU_15110,panE,cytoplasm +351,BSU_01760,cdaR,positive regulation of adenylate cyclase activity +352,BSU_30920,cotI,endospore-forming forespore +353,BSU_34910,hisD,cytosol +354,BSU_34910,hisD,histidine biosynthetic process +355,BSU_34910,hisD,cytoplasm +356,BSU_34910,hisD,histidinol dehydrogenase activity +357,BSU_30620,ytlD,plasma membrane +358,BSU_35200,yvkB,DNA-binding transcription factor activity +359,BSU_35200,yvkB,regulation of DNA-templated transcription +360,BSU_35200,yvkB,transcription cis-regulatory region binding +361,BSU_13260,ykoH,plasma membrane +362,BSU_13260,ykoH,phosphorelay signal transduction system +363,BSU_15850,sdaAB,L-serine ammonia-lyase activity +365,BSU_35120,yvlB,plasma membrane +366,BSU_30530,ytnA,amino acid transmembrane transporter activity +367,BSU_30530,ytnA,amino acid transmembrane transport +368,BSU_15750,rlmN,tRNA methylation +369,BSU_15750,rlmN,rRNA base methylation +370,BSU_15860,sdaAA,L-serine ammonia-lyase activity +371,BSU_27460,glnP,amino acid transport +372,BSU_27460,glnP,plasma membrane +375,BSU_31000,yuaI,"acyltransferase activity, transferring groups other than amino-acyl groups" +376,BSU_27840,safA,lytic endotransglycosylase activity +378,BSU_27720,queA,tRNA wobble guanine modification +379,BSU_27720,queA,S-adenosylmethionine:tRNA ribosyltransferase-isomerase activity +380,BSU_27720,queA,queuosine biosynthetic process +381,BSU_27710,tgt,cytoplasm +382,BSU_27710,tgt,tRNA wobble guanine modification +383,BSU_27710,tgt,queuosine biosynthetic process +384,BSU_27710,tgt,cytosol +385,BSU_27650,secDF,protein transport +386,BSU_27560,hisS,histidyl-tRNA aminoacylation +387,BSU_27560,hisS,histidine-tRNA ligase activity +388,BSU_27550,aspS,aspartyl-tRNA aminoacylation +389,BSU_27550,aspS,aspartate-tRNA ligase activity +390,BSU_27540,tcdA,tRNA threonylcarbamoyladenosine dehydratase +391,BSU_27540,tcdA,cyclic threonylcarbamoyladenosine biosynthetic process +393,BSU_27280,yrrT,"rRNA (adenine-N6,N6-)-dimethyltransferase activity" +394,BSU_27280,yrrT,rRNA methylation +395,BSU_27280,yrrT,cytosol +396,BSU_27270,mtnN,methylthioadenosine nucleosidase activity +397,BSU_27270,mtnN,L-methionine salvage from S-adenosylmethionine +398,BSU_27270,mtnN,cytosol +399,BSU_27270,mtnN,adenosylhomocysteine nucleosidase activity +404,BSU_40000,yxnA,cytosol +405,BSU_40000,yxnA,oxidoreductase activity +406,BSU_35600,tuaB,plasma membrane +407,BSU_35550,tuaG,glycosyltransferase activity +408,BSU_34680,yvcT,cytosol +409,BSU_34680,yvcT,glyoxylate reductase (NADP+) activity +410,BSU_34680,yvcT,hydroxypyruvate reductase activity +413,BSU_34010,yvbW,amino acid transmembrane transport +414,BSU_34010,yvbW,amino acid transmembrane transporter activity +415,BSU_33990,yvbU,regulation of DNA-templated transcription +416,BSU_33990,yvbU,cytosol +417,BSU_33670,rghRB,DNA-binding transcription factor activity +418,BSU_33670,rghRB,regulation of DNA-templated transcription +423,BSU_33610,rnr,cytosol +424,BSU_33600,smpB,RNA binding +425,BSU_33600,smpB,cytosol +426,BSU_33600,smpB,trans-translation-dependent protein tagging +427,BSU_33580,yvaF,transcription cis-regulatory region binding +428,BSU_33580,yvaF,regulation of DNA-templated transcription +429,BSU_33580,yvaF,DNA-binding transcription factor activity +430,BSU_33550,yvaC,plasma membrane +431,BSU_33500,copA,P-type divalent copper transporter activity +432,BSU_33500,copA,membrane +433,BSU_33500,copA,copper ion homeostasis +434,BSU_33500,copA,copper ion binding +435,BSU_33490,cadA,cadmium ion transmembrane transporter activity +436,BSU_33490,cadA,metal ion transport +437,BSU_33490,cadA,transmembrane transport +438,BSU_33490,cadA,membrane +439,BSU_33460,yvgT,plasma membrane +440,BSU_33450,helD,recombinational repair +441,BSU_33450,helD,cytosol +442,BSU_33450,helD,3'-5' DNA helicase activity +443,BSU_33440,cysJ,FMN binding +444,BSU_33440,cysJ,flavin adenine dinucleotide binding +445,BSU_33440,cysJ,oxidoreductase activity +446,BSU_33440,cysJ,cytosol +447,BSU_33430,cysI,sulfite reductase complex (NADPH) +448,BSU_33430,cysI,sulfite reductase (ferredoxin) activity +449,BSU_33430,cysI,sulfate assimilation +450,BSU_33430,cysI,sulfite reductase activity +451,BSU_33420,nhaK,sodium:proton antiporter activity +452,BSU_33420,nhaK,potassium:proton antiporter activity +453,BSU_33420,nhaK,potassium ion transmembrane transport +454,BSU_33420,nhaK,plasma membrane +455,BSU_33420,nhaK,sodium ion import across plasma membrane +456,BSU_33420,nhaK,regulation of intracellular pH +460,BSU_33020,cssS,phosphorelay sensor kinase activity +461,BSU_33020,cssS,plasma membrane +462,BSU_33010,cssR,phosphorelay response regulator activity +463,BSU_33010,cssR,regulation of DNA-templated transcription +464,BSU_33010,cssR,transcription cis-regulatory region binding +465,BSU_33010,cssR,cytosol +466,BSU_33010,cssR,protein-DNA complex +467,BSU_32920,yusT,transcription cis-regulatory region binding +468,BSU_32920,yusT,regulation of DNA-templated transcription +469,BSU_32900,yusR,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +470,BSU_32900,yusR,fatty acid elongation +473,BSU_32840,fadN,oxidoreductase activity +474,BSU_32830,fadA,acetyl-CoA C-acyltransferase activity +475,BSU_32830,fadA,phenylacetate catabolic process +476,BSU_32830,fadA,fatty acid beta-oxidation +477,BSU_32820,fadE,acyl-CoA dehydrogenase activity +478,BSU_32800,gcvH,cytosol +479,BSU_32800,gcvH,cytoplasm +480,BSU_32800,gcvH,protein lipoylation +481,BSU_32800,gcvH,glycine decarboxylation via glycine cleavage system +482,BSU_32780,yusF,ribonuclease M5 activity +483,BSU_32780,yusF,rRNA processing +484,BSU_32770,yusE,cytoplasm +485,BSU_32770,yusE,cytosol +486,BSU_32770,yusE,protein-disulfide reductase activity +487,BSU_32770,yusE,cell redox homeostasis +488,BSU_32740,metP,plasma membrane +489,BSU_32740,metP,D-methionine transport +490,BSU_32720,yurZ,oxidoreductase activity +491,BSU_32680,sufU,"2 iron, 2 sulfur cluster binding" +492,BSU_32680,sufU,cytoplasm +493,BSU_32680,sufU,intracellular iron ion homeostasis +494,BSU_32680,sufU,ferrous iron binding +499,BSU_32610,frlB,glutamine-fructose-6-phosphate transaminase (isomerizing) activity +500,BSU_32610,frlB,UDP-N-acetylglucosamine metabolic process +501,BSU_32610,frlB,fructose 6-phosphate metabolic process +502,BSU_32610,frlB,protein N-linked glycosylation +505,BSU_32520,pucG,alanine-glyoxylate transaminase activity +506,BSU_32520,pucG,serine-pyruvate transaminase activity +507,BSU_32520,pucG,peroxisome +508,BSU_32520,pucG,"glycine biosynthetic process, by transamination of glyoxylate" +509,BSU_32450,pucL,2-oxo-4-hydroxy-4-carboxy-5-ureidoimidazoline decarboxylase activity +510,BSU_32450,pucL,peroxisome +511,BSU_32450,pucL,urate catabolic process +512,BSU_32440,pucK,xanthine transmembrane transporter activity +513,BSU_32440,pucK,xanthine transport +514,BSU_32430,pucJ,xanthine transmembrane transporter activity +515,BSU_32430,pucJ,xanthine transport +519,BSU_32340,lytH,metalloendopeptidase activity +522,BSU_32200,yutJ,oxidoreductase activity +523,BSU_32180,yutK,nucleoside transmembrane transporter activity +524,BSU_32180,yutK,plasma membrane +525,BSU_32180,yutK,symporter activity +526,BSU_32180,yutK,nucleoside transmembrane transport +527,BSU_32170,dapF,cytosol +528,BSU_32170,dapF,diaminopimelate epimerase activity +529,BSU_32170,dapF,lysine biosynthetic process via diaminopimelate +530,BSU_32160,sufA,protein maturation by iron-sulfur cluster transfer +531,BSU_32160,sufA,iron-sulfur cluster assembly +532,BSU_32160,sufA,cytoplasm +533,BSU_32160,sufA,"2 iron, 2 sulfur cluster binding" +534,BSU_32050,pepA,cytoplasm +535,BSU_32050,pepA,proteolysis +536,BSU_32050,pepA,peptidase activity +537,BSU_31860,yueB,plasma membrane +540,BSU_31800,yueF,transmembrane transport +541,BSU_31750,pncB,nicotinate phosphoribosyltransferase activity +542,BSU_31750,pncB,cytosol +543,BSU_31750,pncB,NAD salvage +544,BSU_31160,yubA,transmembrane transport +545,BSU_31140,cdoA,"oxidoreductase activity, acting on single donors with incorporation of molecular oxygen, incorporation of two atoms of oxygen" +546,BSU_31140,cdoA,ferrous iron binding +547,BSU_31130,yubD,transmembrane transporter activity +548,BSU_31130,yubD,transmembrane transport +549,BSU_31110,yubF,DNA damage response +550,BSU_21450,sunS,glycosyltransferase activity +552,BSU_20370,yorI,cytosol +553,BSU_20370,yorI,DNA helicase activity +554,BSU_20370,yorI,DNA unwinding involved in DNA replication +555,BSU_20280,yorR,thymidylate kinase activity +556,BSU_20280,yorR,dTDP biosynthetic process +557,BSU_20280,yorR,cytoplasm +558,BSU_20280,yorR,cytosol +559,BSU_20280,yorR,dTTP biosynthetic process +560,BSU_20280,yorR,dUDP biosynthetic process +561,BSU_20060,nrdEB,deoxyribonucleotide biosynthetic process +562,BSU_20060,nrdEB,ribonucleoside-diphosphate reductase complex +563,BSU_20060,nrdEB,ATP binding +564,BSU_20060,nrdEB,"ribonucleoside-diphosphate reductase activity, thioredoxin disulfide as acceptor" +565,BSU_19520,yojA,gluconate transmembrane transporter activity +566,BSU_19520,yojA,gluconate transmembrane transport +567,BSU_19480,yojE,plasma membrane +572,BSU_19410,cwlS,lytic endotransglycosylase activity +576,BSU_18300,ppsE,phosphopantetheine binding +577,BSU_18300,ppsE,secondary metabolite biosynthetic process +578,BSU_18300,ppsE,amino acid activation for nonribosomal peptide biosynthetic process +579,BSU_18300,ppsE,cytoplasm +582,BSU_18190,yngC,plasma membrane +583,BSU_18170,yngA,plasma membrane +588,BSU_17340,hfq,regulation of RNA stability +589,BSU_17340,hfq,RNA binding +590,BSU_17340,hfq,"regulation of translation, ncRNA-mediated" +591,BSU_17340,hfq,cytosol +592,BSU_17330,miaA,tRNA dimethylallyltransferase activity +593,BSU_17330,miaA,tRNA modification +594,BSU_17260,aprX,serine-type endopeptidase activity +595,BSU_17010,miaB,"4 iron, 4 sulfur cluster binding" +596,BSU_17010,miaB,tRNA methylthiolation +597,BSU_17010,miaB,N6-isopentenyladenosine methylthiotransferase activity +598,BSU_17010,miaB,cytosol +605,BSU_16570,proS,cytosol +606,BSU_16570,proS,prolyl-tRNA aminoacylation +607,BSU_16570,proS,proline-tRNA ligase activity +608,BSU_16550,dxr,NADPH binding +609,BSU_16550,dxr,manganese ion binding +610,BSU_16550,dxr,1-deoxy-D-xylulose-5-phosphate reductoisomerase activity +611,BSU_16550,dxr,"isopentenyl diphosphate biosynthetic process, methylerythritol 4-phosphate pathway involved in terpenoid biosynthetic process" +612,BSU_16510,pyrH,UDP biosynthetic process +613,BSU_16510,pyrH,UMP kinase activity +614,BSU_16030,trmD,tRNA (guanine(37)-N1)-methyltransferase activity +615,BSU_16030,trmD,tRNA N1-guanine methylation +616,BSU_16030,trmD,cytosol +617,BSU_15380,ylmE,intracellular anatomical structure +618,BSU_15380,ylmE,pyridoxal phosphate binding +619,BSU_15370,ylmD,copper ion binding +620,BSU_15340,ylmA,ATP binding +621,BSU_15340,ylmA,ATPase-coupled transmembrane transporter activity +622,BSU_15340,ylmA,ATP-binding cassette (ABC) transporter complex +624,BSU_14430,ykpA,ATP binding +625,BSU_14390,fruK,cytosol +626,BSU_14390,fruK,phosphofructokinase activity +632,BSU_14330,yknV,transmembrane transport +633,BSU_14330,yknV,ATPase-coupled lipid transmembrane transporter activity +634,BSU_14320,yknU,transmembrane transport +635,BSU_14320,yknU,ATPase-coupled lipid transmembrane transporter activity +636,BSU_14310,moaD,molybdopterin cofactor (Moco) biosynthesis adenylyltransferase complex +637,BSU_14310,moaD,Mo-molybdopterin cofactor biosynthetic process +638,BSU_14300,moaE,cytosol +639,BSU_14280,moeA,Mo-molybdopterin cofactor biosynthetic process +640,BSU_14280,moeA,cytosol +641,BSU_14280,moeA,molybdopterin molybdotransferase activity +642,BSU_14280,moeA,cytoplasm +643,BSU_14270,moeB,cytoplasm +644,BSU_14270,moeB,thiosulfate sulfurtransferase activity +645,BSU_14270,moeB,cytosol +646,BSU_14270,moeB,nucleotidyltransferase activity +647,BSU_14270,moeB,sulfotransferase activity +648,BSU_14260,mobA,nucleotidyltransferase activity +649,BSU_13870,ykvZ,transcription cis-regulatory region binding +650,BSU_13870,ykvZ,DNA-binding transcription factor activity +651,BSU_13870,ykvZ,regulation of DNA-templated transcription +652,BSU_13770,ykvO,"oxidoreductase activity, acting on NAD(P)H, oxygen as acceptor" +653,BSU_13620,mtnD,methionine metabolic process +654,BSU_13620,mtnD,acireductone dioxygenase [iron(II)-requiring] activity +655,BSU_13610,mtnB,methylthioribulose 1-phosphate dehydratase activity +656,BSU_13610,mtnB,L-methionine salvage from methylthioadenosine +657,BSU_13610,mtnB,cytoplasm +658,BSU_13600,mtnX,5'-nucleotidase activity +659,BSU_13600,mtnX,cytoplasm +660,BSU_12010,manP,protein-phosphocysteine-sugar phosphotransferase activity +661,BSU_12010,manP,phosphoenolpyruvate-dependent sugar phosphotransferase system +662,BSU_12010,manP,plasma membrane +663,BSU_11970,yjcS,catalytic activity +664,BSU_11890,yjcK,cytoplasm +665,BSU_11890,yjcK,peptide-alanine-alpha-N-acetyltransferase activity +666,BSU_11880,metC,carbon-sulfur lyase activity +667,BSU_11880,metC,transsulfuration +668,BSU_11880,metC,pyridoxal phosphate binding +669,BSU_11880,metC,cytoplasm +670,BSU_11840,yjcF,N-acetyltransferase activity +671,BSU_11820,yjcD,recombinational repair +672,BSU_11820,yjcD,DNA helicase complex +673,BSU_11820,yjcD,3'-5' DNA helicase activity +674,BSU_11820,yjcD,cytosol +675,BSU_11710,thiD,phosphomethylpyrimidine kinase activity +676,BSU_11710,thiD,hydroxymethylpyrimidine kinase activity +677,BSU_11710,thiD,thiamine biosynthetic process +678,BSU_11710,thiD,cytosol +679,BSU_11700,thiF,cytoplasm +680,BSU_11700,thiF,thiosulfate sulfurtransferase activity +681,BSU_11700,thiF,sulfotransferase activity +682,BSU_11700,thiF,cytosol +683,BSU_11700,thiF,nucleotidyltransferase activity +684,BSU_11670,thiO,cytoplasm +685,BSU_11670,thiO,oxidoreductase activity +686,BSU_11630,prpE,cytoplasm +687,BSU_11630,prpE,phosphatase activity +688,BSU_11620,yjbO,enzyme-directed rRNA pseudouridine synthesis +689,BSU_11620,yjbO,pseudouridine synthase activity +690,BSU_11610,ppnKA,NADP biosynthetic process +691,BSU_11610,ppnKA,NAD+ kinase activity +695,BSU_11510,yjbE,plasma membrane +701,BSU_08540,yfhI,transmembrane transporter activity +702,BSU_08540,yfhI,transmembrane transport +703,BSU_08540,yfhI,plasma membrane +706,BSU_08410,yfiV,regulation of DNA-templated transcription +707,BSU_08410,yfiV,response to stress +711,BSU_08020,yfjO,rRNA (uridine-C5-)-methyltransferase activity +712,BSU_08020,yfjO,rRNA base methylation +713,BSU_08010,yfjP,alkylated DNA binding +714,BSU_08010,yfjP,"base-excision repair, AP site formation" +715,BSU_08010,yfjP,DNA-3-methyladenine glycosylase activity +716,BSU_08010,yfjP,DNA dealkylation involved in DNA repair +717,BSU_08010,yfjP,cytoplasm +718,BSU_08010,yfjP,DNA-7-methylguanine glycosylase activity +719,BSU_08010,yfjP,protein-DNA complex +721,BSU_06920,yesJ,N-acetyltransferase activity +722,BSU_06840,yeeI,cytosol +723,BSU_06730,rlmCD,rRNA (uridine-C5-)-methyltransferase activity +724,BSU_06730,rlmCD,rRNA base methylation +725,BSU_06720,dagK,ATP-dependent diacylglycerol kinase activity +728,BSU_06620,ligA,"base-excision repair, DNA ligation" +729,BSU_06620,ligA,cytosol +730,BSU_06620,ligA,DNA ligase (NAD+) activity +731,BSU_06540,yezC,response to amino acid +732,BSU_06540,yezC,sequence-specific DNA binding +733,BSU_06540,yezC,cytosol +736,BSU_15700,coaBC,FMN binding +737,BSU_15700,coaBC,coenzyme A biosynthetic process +738,BSU_15700,coaBC,phosphopantothenoylcysteine decarboxylase complex +739,BSU_15700,coaBC,phosphopantothenoylcysteine decarboxylase activity +740,BSU_07640,acyP,acylphosphatase activity +741,BSU_30750,mntC,response to zinc ion +742,BSU_30750,mntC,plasma membrane +743,BSU_27500,mnmA,tRNA wobble position uridine thiolation +744,BSU_02670,lmrB,membrane +745,BSU_07880,yfkJ,protein tyrosine phosphatase activity +748,BSU_34880,hisA,1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino]imidazole-4-carboxamide isomerase activity +749,BSU_34880,hisA,histidine biosynthetic process +750,BSU_34880,hisA,cytoplasm +751,BSU_34880,hisA,tryptophan biosynthetic process +752,BSU_30410,ytrF,plasma membrane +753,BSU_30410,ytrF,transmembrane transporter activity +754,BSU_35240,ctpB,signal transduction +755,BSU_35240,ctpB,outer membrane-bounded periplasmic space +756,BSU_35240,ctpB,endopeptidase activity +763,BSU_15920,acpA,acyl carrier activity +764,BSU_15920,acpA,cytosol +765,BSU_15920,acpA,lipid A biosynthetic process +766,BSU_15920,acpA,acyl binding +767,BSU_34540,clpP,protein quality control for misfolded or incompletely synthesized proteins +768,BSU_34540,clpP,ATPase binding +769,BSU_34540,clpP,serine-type endopeptidase activity +770,BSU_34540,clpP,endopeptidase Clp complex +771,BSU_34540,clpP,ATP-dependent peptidase activity +772,BSU_27320,greA,DNA-templated transcription elongation +773,BSU_00750,pabA,tryptophan biosynthetic process +774,BSU_09210,yhcT,pseudouridine synthase activity +775,BSU_09210,yhcT,enzyme-directed rRNA pseudouridine synthesis +779,BSU_09130,tcyP,L-cystine transmembrane transporter activity +780,BSU_09130,tcyP,plasma membrane +785,BSU_09020,yhcB,membrane +786,BSU_09020,yhcB,NAD(P)H dehydrogenase (quinone) activity +787,BSU_09010,yhcA,membrane +788,BSU_16670,ribC,riboflavin kinase activity +789,BSU_16670,ribC,FMN biosynthetic process +790,BSU_16670,ribC,riboflavin metabolic process +791,BSU_23520,fur,DNA-binding transcription factor activity +792,BSU_23520,fur,zinc ion binding +793,BSU_23520,fur,negative regulation of DNA-templated transcription +794,BSU_23520,fur,regulation of secondary metabolite biosynthetic process +795,BSU_23520,fur,transcription cis-regulatory region binding +796,BSU_23610,nudF,ribose phosphate metabolic process +797,BSU_23610,nudF,cytosol +798,BSU_23610,nudF,nucleoside phosphate metabolic process +802,BSU_23760,coaA,pantothenate kinase activity +803,BSU_23760,coaA,coenzyme A biosynthetic process +804,BSU_23760,coaA,cytoplasm +805,BSU_23770,dsdA,isoleucine biosynthetic process +806,BSU_23770,dsdA,D-serine ammonia-lyase activity +807,BSU_23770,dsdA,D-serine catabolic process +808,BSU_23800,proI,pyrroline-5-carboxylate reductase activity +809,BSU_23800,proI,L-proline biosynthetic process +810,BSU_23840,rnz,3'-tRNA processing endoribonuclease activity +811,BSU_23850,zwf,"pentose-phosphate shunt, oxidative branch" +812,BSU_23850,zwf,glucose-6-phosphate dehydrogenase activity +813,BSU_23850,zwf,cytosol +814,BSU_23850,zwf,glucose metabolic process +820,BSU_23920,yqjD,propionyl-CoA carboxylase activity +821,BSU_23920,yqjD,acetyl-CoA carboxylase complex +822,BSU_23930,yqjC,methylmalonyl-CoA epimerase activity +823,BSU_23930,yqjC,L-methylmalonyl-CoA metabolic process +824,BSU_23940,yqjB,peptidoglycan-protein cross-linking +825,BSU_23940,yqjB,"peptidoglycan L,D-transpeptidase activity" +826,BSU_23970,artQ,amino acid transport +827,BSU_23970,artQ,plasma membrane +828,BSU_24070,buk,acetate metabolic process +829,BSU_24070,buk,acetate kinase activity +830,BSU_24120,mmgF,methylisocitrate lyase activity +831,BSU_24120,mmgF,"propionate catabolic process, 2-methylcitrate cycle" +832,BSU_24270,dxs,cytosol +833,BSU_24270,dxs,"isopentenyl diphosphate biosynthetic process, methylerythritol 4-phosphate pathway" +834,BSU_24270,dxs,1-deoxy-D-xylulose-5-phosphate synthase activity +835,BSU_24320,nusB,cytosol +837,BSU_24910,yqgM,glycosyltransferase activity +838,BSU_25000,pbpA,penicillin binding +839,BSU_25000,pbpA,"peptidoglycan L,D-transpeptidase activity" +840,BSU_25000,pbpA,cell wall organization +841,BSU_25070,ispG,4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase activity +842,BSU_25070,ispG,"isopentenyl diphosphate biosynthetic process, methylerythritol 4-phosphate pathway" +843,BSU_25100,zur,negative regulation of DNA-templated transcription +844,BSU_25100,zur,transcription cis-regulatory region binding +845,BSU_25100,zur,zinc ion binding +846,BSU_25100,zur,regulation of secondary metabolite biosynthetic process +847,BSU_25100,zur,DNA-binding transcription factor activity +848,BSU_25130,nfo,DNA-(apurinic or apyrimidinic site) endonuclease activity +849,BSU_25130,nfo,base-excision repair +850,BSU_25130,nfo,phosphoric diester hydrolase activity +851,BSU_25140,cshB,cytosol +852,BSU_25140,cshB,RNA strand annealing activity +853,BSU_25140,cshB,response to cold +854,BSU_25140,cshB,RNA helicase activity +855,BSU_25140,cshB,ribosome +856,BSU_25170,yqfO,cytoplasm +858,BSU_25430,mtaB,tRNA methylthiolation +859,BSU_25430,mtaB,N6-threonylcarbomyladenosine methylthiotransferase activity +860,BSU_25450,prmA,protein methyltransferase activity +863,BSU_25710,cwlH,N-acetylmuramoyl-L-alanine amidase activity +864,BSU_25710,cwlH,peptidoglycan turnover +865,BSU_25710,cwlH,peptidoglycan catabolic process +866,BSU_25720,yqeD,plasma membrane +867,BSU_26420,yrkQ,phosphorelay sensor kinase activity +868,BSU_26420,yrkQ,plasma membrane +869,BSU_26430,yrkP,protein-DNA complex +870,BSU_26430,yrkP,regulation of DNA-templated transcription +871,BSU_26430,yrkP,phosphorelay response regulator activity +872,BSU_26430,yrkP,transcription cis-regulatory region binding +873,BSU_26430,yrkP,cytosol +874,BSU_26470,yrkL,NAD(P)H dehydrogenase (quinone) activity +875,BSU_26470,yrkL,FMN binding +876,BSU_26470,yrkL,electron transfer activity +877,BSU_26510,yrkH,sulfur dioxygenase activity +878,BSU_26510,yrkH,hydrogen sulfide metabolic process +879,BSU_26510,yrkH,glutathione metabolic process +880,BSU_02090,ybxI,cell wall organization +881,BSU_02090,ybxI,penicillin binding +882,BSU_09420,lytE,lytic endotransglycosylase activity +883,BSU_30550,metK,S-adenosylmethionine biosynthetic process +884,BSU_30550,metK,cytosol +885,BSU_30550,metK,methionine adenosyltransferase activity +886,BSU_30560,pckA,phosphoenolpyruvate carboxykinase (ATP) activity +887,BSU_30560,pckA,cytosol +888,BSU_30560,pckA,gluconeogenesis +889,BSU_22400,dinG,DNA helicase activity +890,BSU_24280,ispA,prenyltransferase activity +891,BSU_24310,folD,cytosol +892,BSU_24310,folD,methylenetetrahydrofolate dehydrogenase (NADP+) activity +893,BSU_24310,folD,tetrahydrofolate interconversion +894,BSU_24310,folD,methenyltetrahydrofolate cyclohydrolase activity +895,BSU_25260,glyS,cytosol +896,BSU_24550,gcvPB,glycine cleavage complex +897,BSU_24550,gcvPB,glycine decarboxylation via glycine cleavage system +898,BSU_24550,gcvPB,cytosol +899,BSU_24550,gcvPB,glycine binding +900,BSU_24550,gcvPB,glycine dehydrogenase (decarboxylating) activity +901,BSU_24550,gcvPB,pyridoxal phosphate binding +902,BSU_25020,sodA,superoxide dismutase activity +903,BSU_25020,sodA,removal of superoxide radicals +904,BSU_25020,sodA,cytoplasm +905,BSU_25660,aroE,cytosol +906,BSU_25660,aroE,shikimate metabolic process +907,BSU_25660,aroE,NADP binding +908,BSU_25660,aroE,chorismate biosynthetic process +909,BSU_25660,aroE,shikimate 3-dehydrogenase (NADP+) activity +913,BSU_21700,ypoP,response to stress +914,BSU_21700,ypoP,regulation of DNA-templated transcription +915,BSU_21880,ypgR,oxidoreductase activity +916,BSU_08260,yfiG,transmembrane transport +917,BSU_08260,yfiG,membrane +918,BSU_08260,yfiG,symporter activity +919,BSU_08220,yfiC,ATPase-coupled transmembrane transporter activity +920,BSU_08220,yfiC,transmembrane transport +923,BSU_08200,malP,protein-phosphocysteine-sugar phosphotransferase activity +924,BSU_08200,malP,phosphoenolpyruvate-dependent sugar phosphotransferase system +925,BSU_03010,amhX,hydrolase activity +926,BSU_39450,yxeR,plasma membrane +928,BSU_39490,yxeN,L-cystine transport +929,BSU_39490,yxeN,L-cystine transmembrane transporter activity +930,BSU_39490,yxeN,plasma membrane +935,BSU_06360,guaA,GMP synthase activity +936,BSU_06360,guaA,GMP biosynthetic process +937,BSU_06360,guaA,cytosol +938,BSU_16220,fliG,bacterial-type flagellum-dependent cell motility +939,BSU_33920,tpiA,cytosol +940,BSU_33920,tpiA,glyceraldehyde-3-phosphate biosynthetic process +941,BSU_33920,tpiA,triose-phosphate isomerase activity +942,BSU_33920,tpiA,glycerol catabolic process +943,BSU_33920,tpiA,gluconeogenesis +944,BSU_33920,tpiA,glycolytic process +945,BSU_35750,tagA,hexosyltransferase activity +949,BSU_36160,ywqM,regulation of DNA-templated transcription +950,BSU_36160,ywqM,transcription cis-regulatory region binding +951,BSU_36170,nfi,single-stranded RNA binding +952,BSU_36170,nfi,deoxyribonuclease V activity +953,BSU_36170,nfi,"RNA endonuclease activity, producing 5'-phosphomonoesters" +958,BSU_33970,araR,DNA-binding transcription factor activity +959,BSU_33970,araR,regulation of DNA-templated transcription +960,BSU_33970,araR,transcription cis-regulatory region binding +961,BSU_33960,araE,transmembrane transport +962,BSU_33960,araE,symporter activity +963,BSU_33960,araE,membrane +964,BSU_05680,ydgK,transmembrane transport +965,BSU_05680,ydgK,transmembrane transporter activity +966,BSU_05640,ydgG,response to stress +967,BSU_05640,ydgG,regulation of DNA-templated transcription +970,BSU_05390,ydfF,regulation of gene expression +971,BSU_05390,ydfF,cadmium ion sensor activity +972,BSU_05390,ydfF,response to cadmium ion +973,BSU_05390,ydfF,response to lead ion +974,BSU_05390,ydfF,DNA binding +975,BSU_05390,ydfF,lead ion binding +976,BSU_05390,ydfF,DNA-binding transcription factor activity +977,BSU_05370,ydfD,transaminase activity +978,BSU_05370,ydfD,alpha-amino acid metabolic process +979,BSU_05330,aseR,regulation of DNA-templated transcription +980,BSU_05300,ydeQ,FMN binding +981,BSU_05300,ydeQ,NAD(P)H dehydrogenase (quinone) activity +982,BSU_05300,ydeQ,electron transfer activity +983,BSU_05060,lrpB,response to amino acid +984,BSU_05060,lrpB,sequence-specific DNA binding +985,BSU_05060,lrpB,cytosol +986,BSU_05050,lrpA,response to amino acid +987,BSU_05050,lrpA,cytosol +988,BSU_05050,lrpA,sequence-specific DNA binding +989,BSU_05040,yddN,cytosol +990,BSU_04770,ydcH,regulation of DNA-templated transcription +991,BSU_04770,ydcH,response to stress +992,BSU_04660,ndoA,rRNA catabolic process +993,BSU_04660,ndoA,RNA endonuclease activity +994,BSU_04660,ndoA,mRNA catabolic process +995,BSU_04620,acpS,lysine biosynthetic process via aminoadipic acid +996,BSU_04620,acpS,cytosol +997,BSU_04620,acpS,holo-[acyl-carrier-protein] synthase activity +998,BSU_04610,ydcA,serine-type endopeptidase activity +999,BSU_04580,cshA,ribosome +1000,BSU_04580,cshA,RNA strand annealing activity +1001,BSU_04580,cshA,RNA helicase activity +1002,BSU_04580,cshA,response to cold +1003,BSU_04580,cshA,cytosol +1007,BSU_04550,ydbP,protein-disulfide reductase activity +1008,BSU_04550,ydbP,cytosol +1009,BSU_04550,ydbP,cell redox homeostasis +1010,BSU_04550,ydbP,cytoplasm +1011,BSU_04540,ydbO,membrane +1012,BSU_04540,ydbO,monoatomic cation transmembrane transporter activity +1013,BSU_04480,ydbI,transmembrane transport +1014,BSU_04460,dctR,phosphorelay response regulator activity +1015,BSU_04450,dctS,phosphorelay sensor kinase activity +1016,BSU_04360,mntH,manganese ion transmembrane transporter activity +1017,BSU_04360,mntH,plasma membrane +1018,BSU_04360,mntH,cadmium ion transmembrane transporter activity +1019,BSU_04360,mntH,manganese ion transport +1020,BSU_04360,mntH,iron ion transmembrane transport +1021,BSU_04260,topB,cytoplasmic replication fork +1022,BSU_04260,topB,"DNA topoisomerase type I (single strand cut, ATP-independent) activity" +1023,BSU_04260,topB,DNA topological change +1024,BSU_04260,topB,DNA recombination +1025,BSU_04260,topB,DNA repair +1026,BSU_04250,lrpC,sequence-specific DNA binding +1027,BSU_04250,lrpC,response to amino acid +1028,BSU_04250,lrpC,cytosol +1029,BSU_04210,ydaF,cytoplasm +1030,BSU_04210,ydaF,peptide-serine-alpha-N-acetyltransferase activity +1031,BSU_04210,ydaF,peptide-alanine-alpha-N-acetyltransferase activity +1032,BSU_04180,ydaC,methyltransferase activity +1036,BSU_00920,gltX,cytosol +1037,BSU_00920,gltX,glutamate-tRNA ligase activity +1038,BSU_00920,gltX,glutamyl-tRNA aminoacylation +1039,BSU_29360,tcyL,plasma membrane +1040,BSU_29360,tcyL,amino acid transport +1041,BSU_15680,gmk,cytosol +1042,BSU_15680,gmk,guanylate kinase activity +1046,BSU_17300,ebrA,transmembrane transporter activity +1047,BSU_17300,ebrA,transmembrane transport +1048,BSU_37570,mmr,membrane +1049,BSU_07580,citS,phosphorelay sensor kinase activity +1050,BSU_33170,yvrB,siderophore-dependent iron import into cell +1051,BSU_33170,yvrB,transmembrane transporter activity +1052,BSU_02970,yceK,regulation of DNA-templated transcription +1053,BSU_35000,hprK,cytosol +1054,BSU_07690,mapB,metalloaminopeptidase activity +1060,BSU_33260,yvrN,plasma membrane +1061,BSU_33260,yvrN,transmembrane transporter activity +1062,BSU_39890,yxbB,methyltransferase activity +1063,BSU_25340,phoH,ATP binding +1064,BSU_25340,phoH,cytosol +1067,BSU_22600,aroA,chorismate biosynthetic process +1068,BSU_22600,aroA,3-phosphoshikimate 1-carboxyvinyltransferase activity +1069,BSU_02870,znuB,response to zinc ion +1070,BSU_02870,znuB,plasma membrane +1073,BSU_18850,yobD,DNA-binding transcription factor activity +1074,BSU_18850,yobD,regulation of DNA-templated transcription +1077,BSU_12390,uxaA,D-galacturonate catabolic process +1078,BSU_34900,hisB,imidazoleglycerol-phosphate dehydratase activity +1079,BSU_34900,hisB,histidine biosynthetic process +1080,BSU_30380,bceA,plasma membrane +1081,BSU_30380,bceA,transmembrane transport +1082,BSU_30380,bceA,transmembrane transporter activity +1083,BSU_18760,yoaU,positive regulation of gene expression +1084,BSU_18760,yoaU,sequence-specific DNA binding +1085,BSU_15580,cysP,inorganic phosphate transmembrane transporter activity +1086,BSU_15580,cysP,phosphate ion transmembrane transport +1087,BSU_12860,steT,amino acid transmembrane transport +1088,BSU_12860,steT,L-amino acid transmembrane transporter activity +1089,BSU_33800,opuCD,plasma membrane +1090,BSU_15610,sumT,siroheme biosynthetic process +1091,BSU_15610,sumT,uroporphyrin-III C-methyltransferase activity +1092,BSU_35530,tagO,cell wall organization +1093,BSU_35530,tagO,lipopolysaccharide biosynthetic process +1094,BSU_35530,tagO,"phosphotransferase activity, for other substituted phosphate groups" +1095,BSU_35530,tagO,cell wall macromolecule biosynthetic process +1096,BSU_29150,ytwI,plasma membrane +1097,BSU_33230,sigO,regulation of DNA-templated transcription +1099,BSU_13250,ykoG,protein-DNA complex +1100,BSU_13250,ykoG,cytosol +1101,BSU_13250,ykoG,phosphorelay response regulator activity +1102,BSU_13250,ykoG,transcription cis-regulatory region binding +1103,BSU_13250,ykoG,regulation of DNA-templated transcription +1104,BSU_06560,yerA,adenine deaminase activity +1107,BSU_07910,yfkF,plasma membrane +1108,BSU_29350,tcyM,amino acid transport +1109,BSU_29350,tcyM,plasma membrane +1112,BSU_33200,yvrE,calcium ion binding +1113,BSU_33200,yvrE,L-ascorbic acid biosynthetic process +1114,BSU_33200,yvrE,gluconolactonase activity +1115,BSU_15870,recG,DNA helicase activity +1116,BSU_15870,recG,DNA repair +1117,BSU_11430,oppA,outer membrane-bounded periplasmic space +1118,BSU_11430,oppA,peptide transport +1119,BSU_11430,oppA,peptide transmembrane transporter activity +1120,BSU_11460,oppD,transmembrane transporter activity +1121,BSU_11460,oppD,plasma membrane +1122,BSU_11460,oppD,transmembrane transport +1123,BSU_19370,odhA,cytosol +1124,BSU_19370,odhA,tricarboxylic acid cycle +1125,BSU_19370,odhA,oxoglutarate dehydrogenase (succinyl-transferring) activity +1126,BSU_19370,odhA,oxoglutarate dehydrogenase complex +1127,BSU_28400,ysmB,regulation of DNA-templated transcription +1128,BSU_28400,ysmB,response to stress +1129,BSU_30830,menF,salicylic acid biosynthetic process +1130,BSU_30830,menF,isochorismate synthase activity +1131,BSU_30790,menE,CoA-ligase activity +1132,BSU_30800,menB,menaquinone biosynthetic process +1133,BSU_30800,menB,cytosol +1134,BSU_30800,menB,"1,4-dihydroxy-2-naphthoyl-CoA synthase activity" +1135,BSU_10640,sbcD,DNA binding +1136,BSU_10640,sbcD,DNA repair +1137,BSU_10640,sbcD,DNA exonuclease activity +1138,BSU_10620,addB,DNA recombination +1139,BSU_16310,fliM,bacterial-type flagellum-dependent swarming motility +1140,BSU_16310,fliM,positive chemotaxis +1141,BSU_16230,fliH,cytosol +1142,BSU_23380,lysA,lysine biosynthetic process via diaminopimelate +1143,BSU_23380,lysA,diaminopimelate decarboxylase activity +1144,BSU_29100,phoR,protein autophosphorylation +1145,BSU_29100,phoR,phosphorelay sensor kinase activity +1146,BSU_29100,phoR,histidine phosphotransfer kinase activity +1147,BSU_08910,queG,queuosine biosynthetic process +1148,BSU_08910,queG,epoxyqueuosine reductase activity +1149,BSU_06430,purK,cytosol +1150,BSU_17460,glnA,glutamine biosynthetic process +1151,BSU_27010,adhA,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +1152,BSU_16180,flgB,bacterial-type flagellum-dependent swarming motility +1153,BSU_25900,cwlA,peptidoglycan turnover +1154,BSU_25900,cwlA,N-acetylmuramoyl-L-alanine amidase activity +1155,BSU_25900,cwlA,peptidoglycan catabolic process +1156,BSU_14910,ctaE,cytochrome bo3 ubiquinol oxidase activity +1157,BSU_14910,ctaE,aerobic electron transport chain +1158,BSU_14910,ctaE,cytochrome-c oxidase activity +1159,BSU_14910,ctaE,electron transport coupled proton transport +1160,BSU_14910,ctaE,cytochrome o ubiquinol oxidase complex +1161,BSU_14890,ctaC,ATP synthesis coupled electron transport +1162,BSU_14890,ctaC,cytochrome-c oxidase activity +1163,BSU_14900,ctaD,electron transport coupled proton transport +1164,BSU_14900,ctaD,aerobic respiration +1165,BSU_14900,ctaD,respiratory electron transport chain +1166,BSU_14900,ctaD,cytochrome-c oxidase activity +1173,BSU_27040,levG,phosphoenolpyruvate-dependent sugar phosphotransferase system +1174,BSU_27050,levF,phosphoenolpyruvate-dependent sugar phosphotransferase system +1175,BSU_11650,tenA,cytosol +1179,BSU_27980,spoIVFA,metalloendopeptidase activity +1180,BSU_27960,rplU,structural constituent of ribosome +1181,BSU_12960,dppE,peptide transmembrane transporter activity +1182,BSU_12960,dppE,outer membrane-bounded periplasmic space +1183,BSU_12960,dppE,peptide transport +1184,BSU_12950,dppD,transmembrane transport +1185,BSU_12950,dppD,transmembrane transporter activity +1186,BSU_12950,dppD,plasma membrane +1187,BSU_08820,katA,catalase activity +1188,BSU_08820,katA,response to hydrogen peroxide +1189,BSU_08820,katA,hydrogen peroxide catabolic process +1190,BSU_08820,katA,cytoplasm +1191,BSU_08820,katA,heme binding +1192,BSU_23570,ansB,aspartate ammonia-lyase activity +1193,BSU_23570,ansB,aspartate metabolic process +1194,BSU_23570,ansB,cytosol +1195,BSU_40090,ahpC,thioredoxin peroxidase activity +1196,BSU_40090,ahpC,cellular response to stress +1197,BSU_40090,ahpC,hydrogen peroxide catabolic process +1198,BSU_40090,ahpC,cytosol +1199,BSU_40090,ahpC,response to oxidative stress +1200,BSU_40090,ahpC,cell redox homeostasis +1201,BSU_35830,ywtG,symporter activity +1202,BSU_35830,ywtG,membrane +1203,BSU_35830,ywtG,transmembrane transport +1204,BSU_18500,yoxD,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +1205,BSU_27900,pheA,prephenate dehydratase activity +1206,BSU_27900,pheA,cytoplasm +1207,BSU_27900,pheA,L-phenylalanine biosynthetic process +1208,BSU_14600,pdhC,tricarboxylic acid cycle +1209,BSU_14600,pdhC,dihydrolipoyllysine-residue succinyltransferase activity +1210,BSU_14600,pdhC,cytosol +1211,BSU_14580,pdhA,acetyl-CoA biosynthetic process from pyruvate +1212,BSU_14580,pdhA,pyruvate dehydrogenase (acetyl-transferring) activity +1213,BSU_00090,guaB,IMP dehydrogenase activity +1214,BSU_00090,guaB,GTP biosynthetic process +1215,BSU_11420,trpS,tryptophanyl-tRNA aminoacylation +1216,BSU_11420,trpS,tryptophan-tRNA ligase activity +1217,BSU_25550,rpsT,small ribosomal subunit rRNA binding +1218,BSU_25550,rpsT,small ribosomal subunit +1219,BSU_25550,rpsT,cytosol +1220,BSU_01200,rpsS,ribosomal small subunit assembly +1221,BSU_01200,rpsS,structural constituent of ribosome +1222,BSU_01200,rpsS,cytosolic small ribosomal subunit +1223,BSU_40890,rpsR,translation +1224,BSU_40890,rpsR,cytosolic small ribosomal subunit +1225,BSU_40890,rpsR,small ribosomal subunit rRNA binding +1226,BSU_40890,rpsR,structural constituent of ribosome +1227,BSU_15990,rpsP,small ribosomal subunit +1228,BSU_15990,rpsP,structural constituent of ribosome +1229,BSU_16680,rpsO,cytosolic small ribosomal subunit +1230,BSU_01100,rpsL,ribosome +1231,BSU_01100,rpsL,structural constituent of ribosome +1232,BSU_01100,rpsL,translation +1233,BSU_01150,rpsJ,structural constituent of ribosome +1234,BSU_01150,rpsJ,small ribosomal subunit +1235,BSU_01500,rpsI,RNA binding +1236,BSU_01500,rpsI,structural constituent of ribosome +1237,BSU_01500,rpsI,cytosolic small ribosomal subunit +1238,BSU_01110,rpsG,ribosomal small subunit assembly +1239,BSU_01110,rpsG,cytosolic small ribosomal subunit +1240,BSU_01110,rpsG,mRNA binding +1241,BSU_01110,rpsG,translation +1242,BSU_01110,rpsG,ribosome +1243,BSU_01110,rpsG,structural constituent of ribosome +1244,BSU_01110,rpsG,rRNA binding +1245,BSU_40910,rpsF,structural constituent of ribosome +1246,BSU_40910,rpsF,small ribosomal subunit rRNA binding +1247,BSU_01220,rpsC,cytosolic small ribosomal subunit +1248,BSU_01220,rpsC,structural constituent of ribosome +1249,BSU_16490,rpsB,cytosolic small ribosomal subunit +1250,BSU_16490,rpsB,structural constituent of ribosome +1251,BSU_00180,tadA,tRNA-specific adenosine-34 deaminase activity +1252,BSU_00180,tadA,tRNA wobble adenosine to inosine editing +1253,BSU_11660,tenI,thiamine-phosphate diphosphorylase activity +1254,BSU_11660,tenI,thiamine biosynthetic process +1255,BSU_11660,tenI,cytoplasm +1256,BSU_39360,hutU,urocanate hydratase activity +1257,BSU_39360,hutU,histidine catabolic process +1258,BSU_25490,hrcA,negative regulation of DNA-templated transcription +1259,BSU_41000,rsmG,rRNA (guanine-N7-)-methyltransferase activity +1260,BSU_41000,rsmG,cytosol +1261,BSU_15540,pyrD,'de novo' pyrimidine nucleobase biosynthetic process +1262,BSU_15540,pyrD,dihydroorotate dehydrogenase activity +1263,BSU_15540,pyrD,cytoplasm +1264,BSU_15500,pyrC,allantoinase activity +1265,BSU_15500,pyrC,cytoplasm +1266,BSU_15500,pyrC,purine nucleobase catabolic process +1267,BSU_15510,pyrAA,carbamoyl-phosphate synthase complex +1268,BSU_15510,pyrAA,carbamoyl-phosphate synthase (glutamine-hydrolyzing) activity +1269,BSU_15510,pyrAA,arginine biosynthetic process +1270,BSU_15510,pyrAA,cytoplasm +1271,BSU_15560,pyrE,pyrimidine nucleobase biosynthetic process +1272,BSU_15560,pyrE,UMP biosynthetic process +1273,BSU_15560,pyrE,orotate phosphoribosyltransferase activity +1274,BSU_15550,pyrF,orotidine-5'-phosphate decarboxylase activity +1275,BSU_15550,pyrF,'de novo' pyrimidine nucleobase biosynthetic process +1276,BSU_15550,pyrF,cytosol +1277,BSU_24730,comGA,plasma membrane +1278,BSU_24730,comGA,ATP hydrolysis activity +1279,BSU_41050,rnpA,ribonuclease P complex +1280,BSU_41050,rnpA,3'-tRNA processing endoribonuclease activity +1281,BSU_41050,rnpA,ribonuclease P activity +1282,BSU_41020,mnmE,cytoplasm +1283,BSU_41020,mnmE,cytosol +1284,BSU_41020,mnmE,tRNA methylation +1285,BSU_41020,mnmE,tRNA wobble uridine modification +1286,BSU_23860,gndA,"pentose-phosphate shunt, oxidative branch" +1287,BSU_23860,gndA,cytosol +1288,BSU_23860,gndA,D-gluconate catabolic process +1289,BSU_23860,gndA,NADP binding +1290,BSU_23860,gndA,phosphogluconate dehydrogenase (decarboxylating) activity +1292,BSU_10020,serC,O-phospho-L-serine:2-oxoglutarate aminotransferase activity +1293,BSU_10020,serC,L-serine biosynthetic process +1294,BSU_10020,serC,cytoplasm +1295,BSU_10020,serC,pyridoxal phosphate binding +1296,BSU_01120,fusA,cytosol +1297,BSU_01120,fusA,ribosome disassembly +1298,BSU_02830,ycdF,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +1299,BSU_35990,ywrO,electron transfer activity +1300,BSU_35990,ywrO,NAD(P)H dehydrogenase (quinone) activity +1301,BSU_35990,ywrO,FMN binding +1302,BSU_34790,trxB,cell redox homeostasis +1303,BSU_34790,trxB,thioredoxin-disulfide reductase (NADP) activity +1304,BSU_16090,sucC,tricarboxylic acid cycle +1305,BSU_16090,sucC,cytosol +1306,BSU_16090,sucC,succinate-CoA ligase complex +1307,BSU_16090,sucC,succinate-CoA ligase (ADP-forming) activity +1308,BSU_16090,sucC,succinyl-CoA metabolic process +1309,BSU_39350,hutH,histidine ammonia-lyase activity +1310,BSU_39350,hutH,histidine catabolic process +1311,BSU_23470,spoIIAA,anti-sigma factor antagonist activity +1312,BSU_16470,sigD,regulation of DNA-templated transcription +1318,BSU_18130,eglS,glucan catabolic process +1319,BSU_18130,eglS,cell surface +1320,BSU_18130,eglS,beta-glucosidase activity +1321,BSU_18130,eglS,extracellular region +1322,BSU_37150,pyrG,cytosol +1323,BSU_37150,pyrG,CTP synthase activity +1324,BSU_37150,pyrG,identical protein binding +1325,BSU_37150,pyrG,CTP biosynthetic process +1326,BSU_37150,pyrG,pyrimidine nucleobase biosynthetic process +1327,BSU_35730,tagE,glycosyltransferase activity +1328,BSU_28490,uvrC,DNA damage response +1329,BSU_28490,uvrC,excinuclease repair complex +1330,BSU_28500,trxA,cytoplasm +1331,BSU_28500,trxA,cell redox homeostasis +1332,BSU_28500,trxA,cytosol +1333,BSU_28500,trxA,protein-disulfide reductase activity +1339,BSU_04520,ydbM,acyl-CoA dehydrogenase activity +1341,BSU_05320,ydeS,DNA-binding transcription factor activity +1342,BSU_05320,ydeS,transcription cis-regulatory region binding +1343,BSU_05320,ydeS,regulation of DNA-templated transcription +1344,BSU_05660,ydgI,oxidoreductase activity +1346,BSU_16520,frr,translation +1347,BSU_16520,frr,ribosomal large subunit binding +1352,BSU_15520,pyrAB,glutamine metabolic process +1353,BSU_15520,pyrAB,cytoplasm +1354,BSU_15520,pyrAB,carbamoyl-phosphate synthase (glutamine-hydrolyzing) activity +1355,BSU_29740,ccpA,transcription cis-regulatory region binding +1356,BSU_29740,ccpA,regulation of DNA-templated transcription +1357,BSU_29740,ccpA,DNA-binding transcription factor activity +1358,BSU_01300,rpsH,structural constituent of ribosome +1359,BSU_01300,rpsH,cytosolic small ribosomal subunit +1360,BSU_19730,yodS,CoA-transferase activity +1361,BSU_30910,cotSA,glycosyltransferase activity +1364,BSU_08425,mprF,aminoacyltransferase activity +1365,BSU_08425,mprF,phospholipid homeostasis +1366,BSU_29180,pyk,cytosol +1367,BSU_29180,pyk,cytoplasm +1368,BSU_29180,pyk,pyruvate kinase activity +1369,BSU_29180,pyk,glycolytic process +1371,BSU_16100,sucD,succinate-CoA ligase (ADP-forming) activity +1372,BSU_16100,sucD,succinate-CoA ligase complex (ADP-forming) +1373,BSU_16100,sucD,succinate-CoA ligase (GDP-forming) activity +1374,BSU_16100,sucD,tricarboxylic acid cycle +1375,BSU_31350,pgi,monosaccharide binding +1376,BSU_31350,pgi,glucose-6-phosphate isomerase activity +1377,BSU_31350,pgi,glucose 6-phosphate metabolic process +1378,BSU_31350,pgi,gluconeogenesis +1379,BSU_31350,pgi,glycolytic process +1380,BSU_31350,pgi,cytosol +1381,BSU_16500,tsf,translational elongation +1382,BSU_16500,tsf,translation elongation factor activity +1383,BSU_28230,tig,protein unfolding +1384,BSU_28230,tig,peptidyl-prolyl cis-trans isomerase activity +1385,BSU_28230,tig,chaperone-mediated protein folding +1386,BSU_28230,tig,protein folding chaperone +1387,BSU_28230,tig,'de novo' cotranslational protein folding +1388,BSU_28230,tig,ribosome binding +1389,BSU_02290,psd,phosphatidylethanolamine biosynthetic process +1390,BSU_02290,psd,phosphatidylserine decarboxylase activity +1391,BSU_18360,galM,glucose metabolic process +1392,BSU_18360,galM,aldose 1-epimerase activity +1393,BSU_18360,galM,cytoplasm +1394,BSU_18360,galM,galactose catabolic process via UDP-galactose +1395,BSU_18330,ppsB,amino acid activation for nonribosomal peptide biosynthetic process +1396,BSU_18330,ppsB,phosphopantetheine binding +1397,BSU_18330,ppsB,cytoplasm +1398,BSU_18330,ppsB,secondary metabolite biosynthetic process +1399,BSU_37980,ywdF,glycosyltransferase activity +1404,BSU_37490,speB,agmatinase activity +1405,BSU_37490,speB,"putrescine biosynthetic process from arginine, using agmatinase" +1406,BSU_37500,speE,cytosol +1407,BSU_37500,speE,spermidine biosynthetic process +1408,BSU_37500,speE,spermidine synthase activity +1409,BSU_37510,pbpG,response to antibiotic +1410,BSU_37510,pbpG,peptidoglycan biosynthetic process +1411,BSU_37510,pbpG,peptidoglycan glycosyltransferase activity +1412,BSU_37510,pbpG,penicillin binding +1413,BSU_37550,ywhA,response to stress +1414,BSU_37550,ywhA,regulation of DNA-templated transcription +1415,BSU_01140,ybaC,hydrolase activity +1416,BSU_01510,ybaJ,methyltransferase activity +1417,BSU_01490,rplM,structural constituent of ribosome +1418,BSU_01490,rplM,negative regulation of translation +1419,BSU_01490,rplM,mRNA binding +1420,BSU_01490,rplM,ribosome +1421,BSU_01490,rplM,cytosolic large ribosomal subunit +1422,BSU_01480,truA,pseudouridine synthase activity +1423,BSU_01480,truA,tRNA pseudouridine synthesis +1424,BSU_01470,ecfT,plasma membrane +1425,BSU_02740,natR,transcription cis-regulatory region binding +1426,BSU_02740,natR,protein-DNA complex +1427,BSU_02740,natR,cytosol +1428,BSU_02740,natR,regulation of DNA-templated transcription +1429,BSU_02740,natR,phosphorelay response regulator activity +1430,BSU_35920,rbsK,cytosol +1431,BSU_35930,rbsD,intramolecular transferase activity +1432,BSU_35930,rbsD,cytosol +1433,BSU_35930,rbsD,D-ribose catabolic process +1434,BSU_35950,rbsC,plasma membrane +1435,BSU_03040,amyE,alpha-amylase activity +1436,BSU_06490,purF,amidophosphoribosyltransferase activity +1437,BSU_06490,purF,purine nucleotide biosynthetic process +1438,BSU_17130,acpK,lipid A biosynthetic process +1439,BSU_17130,acpK,cytosol +1440,BSU_17130,acpK,acyl carrier activity +1441,BSU_17130,acpK,acyl binding +1442,BSU_08730,perR,zinc ion binding +1443,BSU_08730,perR,DNA-binding transcription factor activity +1444,BSU_08730,perR,transcription cis-regulatory region binding +1445,BSU_08730,perR,negative regulation of DNA-templated transcription +1446,BSU_08730,perR,regulation of secondary metabolite biosynthetic process +1447,BSU_08650,fabL,fatty acid elongation +1448,BSU_08650,fabL,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +1449,BSU_34265,epsK,plasma membrane +1450,BSU_34320,epsF,glycosyltransferase activity +1451,BSU_34340,epsD,glycosyltransferase activity +1452,BSU_36560,ywnH,"acyltransferase activity, transferring groups other than amino-acyl groups" +1453,BSU_36630,ywnA,regulation of DNA-templated transcription +1454,BSU_36630,ywnA,cytosol +1455,BSU_36630,ywnA,DNA-binding transcription factor activity +1456,BSU_15410,ylmH,ribosomal small subunit biogenesis +1457,BSU_15410,ylmH,structural constituent of ribosome +1458,BSU_15410,ylmH,small ribosomal subunit +1459,BSU_15410,ylmH,rRNA binding +1460,BSU_14400,fruA,phosphoenolpyruvate-dependent sugar phosphotransferase system +1461,BSU_14400,fruA,plasma membrane +1462,BSU_14400,fruA,protein-phosphocysteine-sugar phosphotransferase activity +1463,BSU_22660,trpC,tryptophan biosynthetic process +1464,BSU_22660,trpC,indole-3-glycerol-phosphate synthase activity +1465,BSU_22660,trpC,phosphoribosylanthranilate isomerase activity +1466,BSU_22680,trpE,tryptophan biosynthetic process +1467,BSU_22670,trpD,tryptophan biosynthetic process +1468,BSU_22670,trpD,cytosol +1469,BSU_11220,argD,pyridoxal phosphate binding +1470,BSU_11220,argD,identical protein binding +1471,BSU_28300,ilvH,cytosol +1472,BSU_28300,ilvH,isoleucine biosynthetic process +1473,BSU_28300,ilvH,valine biosynthetic process +1474,BSU_28300,ilvH,acetolactate synthase activity +1475,BSU_40490,yycA,response to iron(III) ion +1476,BSU_40490,yycA,lipopolysaccharide biosynthetic process +1477,BSU_40490,yycA,plasma membrane +1478,BSU_40490,yycA,pentosyltransferase activity +1479,BSU_00570,yabM,plasma membrane +1480,BSU_00710,hslO,cytoplasm +1481,BSU_00710,hslO,protein refolding +1482,BSU_00710,hslO,protein folding chaperone +1483,BSU_00840,mcsA,cobalt ion binding +1484,BSU_00840,mcsA,stress response to copper ion +1485,BSU_00840,mcsA,cadmium ion binding +1486,BSU_00840,mcsA,zinc ion binding +1487,BSU_00840,mcsA,copper ion binding +1488,BSU_00840,mcsA,stress response to cadmium ion +1489,BSU_01050,rplL,cytosolic large ribosomal subunit +1490,BSU_01050,rplL,structural constituent of ribosome +1491,BSU_01050,rplL,mRNA binding +1492,BSU_01050,rplL,translation +1493,BSU_18040,yneP,fatty acyl-CoA hydrolase activity +1494,BSU_18070,plsY,plasma membrane +1495,BSU_16660,truB,pseudouridine synthase activity +1496,BSU_16660,truB,tRNA modification +1497,BSU_16660,truB,mRNA pseudouridine synthesis +1498,BSU_06860,yezE,DNA-binding transcription factor activity +1499,BSU_06860,yezE,transcription cis-regulatory region binding +1500,BSU_06860,yezE,regulation of DNA-templated transcription +1501,BSU_37810,spsL,dTDP-rhamnose biosynthetic process +1502,BSU_37810,spsL,extracellular polysaccharide biosynthetic process +1503,BSU_37810,spsL,"dTDP-4-dehydrorhamnose 3,5-epimerase activity" +1504,BSU_37810,spsL,cytosol +1505,BSU_31710,comQ,isoprenoid biosynthetic process +1506,BSU_31710,comQ,prenyltransferase activity +1507,BSU_36830,atpA,ATP binding +1508,BSU_36830,atpA,ADP binding +1509,BSU_36830,atpA,"proton-transporting ATP synthase complex, catalytic core F(1)" +1510,BSU_36830,atpA,proton motive force-driven ATP synthesis +1511,BSU_36830,atpA,"proton-transporting ATP synthase activity, rotational mechanism" +1513,BSU_16300,fliL,bacterial-type flagellum-dependent swarming motility +1514,BSU_15170,spoVD,penicillin binding +1515,BSU_15170,spoVD,cell wall organization +1516,BSU_15190,mraY,"phosphotransferase activity, for other substituted phosphate groups" +1517,BSU_15190,mraY,cell wall organization +1518,BSU_15190,mraY,cell wall macromolecule biosynthetic process +1519,BSU_37090,glpX,gluconeogenesis +1520,BSU_37090,glpX,"fructose 1,6-bisphosphate 1-phosphatase activity" +1521,BSU_37090,glpX,"fructose 1,6-bisphosphate metabolic process" +1522,BSU_37060,tdk,cytosol +1523,BSU_37060,tdk,thymidine kinase activity +1524,BSU_37060,tdk,thymidine metabolic process +1525,BSU_27310,pbpI,cell wall organization +1526,BSU_27310,pbpI,penicillin binding +1527,BSU_27310,pbpI,"peptidoglycan L,D-transpeptidase activity" +1528,BSU_27330,udk,cytoplasm +1529,BSU_27590,dtd,tRNA metabolic process +1530,BSU_27590,dtd,cytoplasm +1531,BSU_27590,dtd,D-tyrosyl-tRNA(Tyr) deacylase activity +1532,BSU_32370,yunD,outer membrane-bounded periplasmic space +1533,BSU_32370,yunD,5'-nucleotidase activity +1534,BSU_32370,yunD,UDP-sugar diphosphatase activity +1535,BSU_32460,pucM,purine nucleobase metabolic process +1536,BSU_32480,pucD,oxidoreductase activity +1539,BSU_33630,secG,plasma membrane +1540,BSU_33630,secG,protein transport by the Sec complex +1541,BSU_33630,secG,intracellular protein transmembrane transport +1542,BSU_33780,sdpI,response to toxic substance +1543,BSU_33790,sdpR,regulation of DNA-templated transcription +1544,BSU_33980,yvbT,cytosol +1545,BSU_34150,ganP,maltose transport complex +1546,BSU_34150,ganP,maltodextrin transmembrane transport +1547,BSU_34150,ganP,ABC-type maltose transporter activity +1548,BSU_35590,tuaC,glycosyltransferase activity +1550,BSU_17050,mutL,mismatch repair +1551,BSU_17050,mutL,mismatch repair complex +1552,BSU_17050,mutL,ATP hydrolysis activity +1553,BSU_13030,ykhA,long-chain fatty acyl-CoA hydrolase activity +1554,BSU_13030,ykhA,cytosol +1555,BSU_13030,ykhA,cytoplasm +1556,BSU_13030,ykhA,fatty acid catabolic process +1557,BSU_13030,ykhA,acyl-CoA metabolic process +1558,BSU_22060,pbuX,xanthine transport +1559,BSU_22060,pbuX,xanthine transmembrane transporter activity +1560,BSU_16770,dapA,cytosol +1561,BSU_16770,dapA,4-hydroxy-tetrahydrodipicolinate synthase activity +1562,BSU_16760,dapG,lysine biosynthetic process via diaminopimelate +1563,BSU_16760,dapG,cytosol +1564,BSU_16760,dapG,aspartate kinase activity +1565,BSU_16760,dapG,homoserine biosynthetic process +1566,BSU_03490,srfAB,secondary metabolite biosynthetic process +1567,BSU_03490,srfAB,cytoplasm +1568,BSU_03490,srfAB,amino acid activation for nonribosomal peptide biosynthetic process +1569,BSU_03490,srfAB,phosphopantetheine binding +1570,BSU_02000,ybdJ,regulation of DNA-templated transcription +1571,BSU_02000,ybdJ,cytosol +1572,BSU_02000,ybdJ,phosphorelay response regulator activity +1573,BSU_02000,ybdJ,protein-DNA complex +1574,BSU_02000,ybdJ,transcription cis-regulatory region binding +1575,BSU_02160,ybfA,N-acetyltransferase activity +1576,BSU_02170,ybfB,transport +1577,BSU_02170,ybfB,transmembrane transporter activity +1578,BSU_02170,ybfB,plasma membrane +1579,BSU_02280,ybfM,plasma membrane +1580,BSU_02420,glnT,plasma membrane +1581,BSU_03160,ycgJ,methyltransferase activity +1584,BSU_08370,yfiR,regulation of DNA-templated transcription +1585,BSU_08370,yfiR,transcription cis-regulatory region binding +1586,BSU_08370,yfiR,DNA-binding transcription factor activity +1587,BSU_08400,yfiU,transmembrane transporter activity +1588,BSU_08400,yfiU,transmembrane transport +1592,BSU_08630,mutY,base-excision repair +1593,BSU_08630,mutY,oxidized purine DNA binding +1594,BSU_08630,mutY,purine-specific mismatch base pair DNA N-glycosylase activity +1595,BSU_08630,mutY,"8-oxo-7,8-dihydroguanine DNA N-glycosylase activity" +1596,BSU_08630,mutY,mismatch repair +1597,BSU_08630,mutY,adenine/guanine mispair binding +1598,BSU_08990,yhbI,response to stress +1599,BSU_08990,yhbI,regulation of DNA-templated transcription +1600,BSU_11870,metI,cytoplasm +1601,BSU_11870,metI,pyridoxal phosphate binding +1602,BSU_11870,metI,carbon-sulfur lyase activity +1603,BSU_11870,metI,transsulfuration +1607,BSU_13450,sigI,regulation of DNA-templated transcription +1608,BSU_13550,mtnA,L-methionine salvage from methylthioadenosine +1609,BSU_13550,mtnA,S-methyl-5-thioribose-1-phosphate isomerase activity +1610,BSU_13670,mhqR,response to stress +1611,BSU_13670,mhqR,regulation of DNA-templated transcription +1612,BSU_13780,ykvP,lytic endotransglycosylase activity +1613,BSU_14290,mobB,GTP binding +1614,BSU_16040,rplS,structural constituent of ribosome +1615,BSU_16040,rplS,cytosolic large ribosomal subunit +1616,BSU_16050,rbgA,GTPase activity +1617,BSU_16050,rbgA,translation +1618,BSU_16060,rnhB,"DNA replication, removal of RNA primer" +1619,BSU_16060,rnhB,RNA-DNA hybrid ribonuclease activity +1620,BSU_16060,rnhB,ribonuclease H2 complex +1621,BSU_16060,rnhB,mismatch repair +1622,BSU_16540,cdsA,phosphatidate cytidylyltransferase activity +1623,BSU_16540,cdsA,plasma membrane +1624,BSU_16540,cdsA,CDP-diacylglycerol biosynthetic process +1625,BSU_16810,ymfC,negative regulation of DNA-templated transcription +1626,BSU_17210,pksN,fatty acid synthase activity +1627,BSU_17210,pksN,DIM/DIP cell wall layer assembly +1628,BSU_17210,pksN,fatty acid biosynthetic process +1629,BSU_17210,pksN,cytoplasm +1630,BSU_17220,pksR,fatty acid synthase activity +1631,BSU_17220,pksR,fatty acid biosynthetic process +1632,BSU_17220,pksR,cytoplasm +1633,BSU_17220,pksR,DIM/DIP cell wall layer assembly +1637,BSU_19430,cdaS,adenylate cyclase activity +1638,BSU_21410,blyA,peptidoglycan turnover +1639,BSU_21410,blyA,peptidoglycan catabolic process +1640,BSU_21410,blyA,N-acetylmuramoyl-L-alanine amidase activity +1641,BSU_21500,uvrX,DNA-directed DNA polymerase activity +1642,BSU_21500,uvrX,error-prone translesion synthesis +1643,BSU_21500,uvrX,SOS response +1646,BSU_27670,spoVB,plasma membrane +1647,BSU_08350,estB,lipase activity +1648,BSU_08350,estB,lipid catabolic process +1649,BSU_11210,argB,acetylglutamate kinase activity +1650,BSU_11210,argB,arginine biosynthetic process +1651,BSU_21470,sunT,ATPase-coupled lipid transmembrane transporter activity +1652,BSU_21470,sunT,transmembrane transport +1655,BSU_21460,bdbA,protein-disulfide reductase activity +1656,BSU_21460,bdbA,cytosol +1657,BSU_21460,bdbA,cell redox homeostasis +1658,BSU_21460,bdbA,cytoplasm +1659,BSU_20070,nrdIB,FMN binding +1660,BSU_20270,yorS,5'-nucleotidase activity +1661,BSU_20270,yorS,pyrimidine deoxyribonucleotide catabolic process +1662,BSU_28090,valS,valyl-tRNA aminoacylation +1663,BSU_28090,valS,valine-tRNA ligase activity +1664,BSU_28090,valS,cytosol +1665,BSU_28080,folC,folic acid-containing compound biosynthetic process +1666,BSU_28080,folC,dihydrofolate synthase activity +1667,BSU_28080,folC,cytoplasm +1668,BSU_28080,folC,tetrahydrofolylpolyglutamate synthase activity +1672,BSU_05800,pbuE,transmembrane transporter activity +1673,BSU_05800,pbuE,transmembrane transport +1674,BSU_05800,pbuE,plasma membrane +1675,BSU_07340,mtrA,amino acid transmembrane transporter activity +1676,BSU_07340,mtrA,amino acid transport +1681,BSU_09840,hemZ,"4 iron, 4 sulfur cluster binding" +1682,BSU_09840,hemZ,cytoplasm +1683,BSU_09840,hemZ,porphyrin-containing compound biosynthetic process +1684,BSU_10880,yisV,transaminase activity +1685,BSU_10880,yisV,alpha-amino acid metabolic process +1686,BSU_10980,yitG,transmembrane transporter activity +1687,BSU_10980,yitG,transmembrane transport +1688,BSU_10980,yitG,plasma membrane +1689,BSU_13940,ykwB,"acyltransferase activity, transferring groups other than amino-acyl groups" +1690,BSU_13980,pbpH,cell wall organization +1691,BSU_13980,pbpH,"peptidoglycan L,D-transpeptidase activity" +1692,BSU_13980,pbpH,penicillin binding +1693,BSU_27220,yrhE,cellular respiration +1694,BSU_27220,yrhE,plasma membrane respiratory chain complex I +1695,BSU_27220,yrhE,NADH dehydrogenase activity +1696,BSU_31400,yugH,transaminase activity +1697,BSU_31400,yugH,amino acid metabolic process +1698,BSU_34230,epsN,pyridoxal phosphate binding +1699,BSU_34230,epsN,polysaccharide biosynthetic process +1700,BSU_34230,epsN,transaminase activity +1701,BSU_17190,pksL,cytoplasm +1702,BSU_17190,pksL,DIM/DIP cell wall layer assembly +1703,BSU_17190,pksL,fatty acid biosynthetic process +1704,BSU_17190,pksL,fatty acid synthase activity +1705,BSU_25290,era,cytosol +1706,BSU_25290,era,ribosomal small subunit assembly +1707,BSU_25290,era,ribosomal small subunit binding +1708,BSU_25290,era,rRNA binding +1709,BSU_03600,tcyB,L-cystine transmembrane transporter activity +1710,BSU_03600,tcyB,plasma membrane +1711,BSU_03600,tcyB,L-cystine transport +1712,BSU_00190,dnaX,DNA-templated DNA replication +1714,BSU_05550,cotP,protein self-association +1715,BSU_05550,cotP,protein folding +1716,BSU_05550,cotP,response to salt stress +1717,BSU_05550,cotP,response to heat +1718,BSU_05550,cotP,response to hydrogen peroxide +1719,BSU_05550,cotP,unfolded protein binding +1720,BSU_05550,cotP,protein complex oligomerization +1721,BSU_25460,dnaJ,chaperone cofactor-dependent protein refolding +1722,BSU_25460,dnaJ,unfolded protein binding +1723,BSU_25460,dnaJ,protein refolding +1724,BSU_25460,dnaJ,cytoplasm +1725,BSU_23260,ribBA,cytosol +1726,BSU_23260,ribBA,riboflavin biosynthetic process +1727,BSU_23260,ribBA,GTP cyclohydrolase II activity +1728,BSU_23280,ribD,diaminohydroxyphosphoribosylaminopyrimidine deaminase activity +1729,BSU_01170,rplD,structural constituent of ribosome +1730,BSU_05850,gmuR,negative regulation of DNA-templated transcription +1731,BSU_05840,gmuD,beta-glucosidase activity +1732,BSU_05840,gmuD,carbohydrate catabolic process +1733,BSU_05840,gmuD,cytosol +1734,BSU_05830,gmuC,carbohydrate derivative transport +1735,BSU_05830,gmuC,plasma membrane +1737,BSU_26800,yrpB,nitronate monooxygenase activity +1740,BSU_26840,sigZ,regulation of DNA-templated transcription +1741,BSU_26840,sigZ,sigma factor activity +1742,BSU_26850,yrpG,cytosol +1743,BSU_26860,yraO,transmembrane transport +1744,BSU_26860,yraO,plasma membrane +1745,BSU_26860,yraO,transmembrane transporter activity +1746,BSU_27100,yrhP,amino acid transport +1747,BSU_27100,yrhP,amino acid transmembrane transporter activity +1748,BSU_27120,sigV,regulation of DNA-templated transcription +1749,BSU_27120,sigV,sigma factor activity +1752,BSU_27180,yrhH,methyltransferase activity +1753,BSU_27200,yrhG,formate transport +1754,BSU_27200,yrhG,formate transmembrane transporter activity +1755,BSU_27250,mccB,pyridoxal phosphate binding +1756,BSU_27250,mccB,cysteine biosynthetic process via cystathionine +1757,BSU_27250,mccB,cytoplasm +1758,BSU_27250,mccB,transsulfuration +1759,BSU_27250,mccB,cystathionine gamma-synthase activity +1760,BSU_27250,mccB,cystathionine gamma-lyase activity +1761,BSU_28630,pheT,phenylalanine-tRNA ligase complex +1762,BSU_28630,pheT,phenylalanyl-tRNA aminoacylation +1763,BSU_28630,pheT,phenylalanine-tRNA ligase activity +1764,BSU_28640,pheS,phenylalanyl-tRNA aminoacylation +1765,BSU_28640,pheS,phenylalanine-tRNA ligase activity +1766,BSU_28640,pheS,cytoplasm +1767,BSU_04710,rsbV,anti-sigma factor antagonist activity +1768,BSU_24240,recN,SOS response +1769,BSU_24240,recN,response to radiation +1770,BSU_16630,infB,translational initiation +1771,BSU_16630,infB,cytoplasm +1772,BSU_16630,infB,translation initiation factor activity +1773,BSU_00980,sigH,regulation of DNA-templated transcription +1774,BSU_25470,dnaK,ATP hydrolysis activity +1775,BSU_25470,dnaK,chaperone cofactor-dependent protein refolding +1776,BSU_25470,dnaK,heat shock protein binding +1777,BSU_25470,dnaK,protein folding chaperone +1778,BSU_25470,dnaK,cytosol +1779,BSU_25470,dnaK,protein refolding +1780,BSU_03930,gdh,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +1787,BSU_01250,rpsQ,cytosolic small ribosomal subunit +1788,BSU_01250,rpsQ,structural constituent of ribosome +1789,BSU_01240,rpmC,cytosolic large ribosomal subunit +1790,BSU_06520,purH,phosphoribosylaminoimidazolecarboxamide formyltransferase activity +1791,BSU_06520,purH,IMP cyclohydrolase activity +1792,BSU_06520,purH,cytosol +1793,BSU_06520,purH,'de novo' IMP biosynthetic process +1794,BSU_06440,purB,(S)-2-(5-amino-1-(5-phospho-D-ribosyl)imidazole-4-carboxamido) succinate lyase (fumarate-forming) activity +1795,BSU_06440,purB,cytosol +1796,BSU_06440,purB,"N6-(1,2-dicarboxyethyl)AMP AMP-lyase (fumarate-forming) activity" +1797,BSU_06440,purB,'de novo' AMP biosynthetic process +1798,BSU_06500,purM,phosphoribosylamine-glycine ligase activity +1799,BSU_06500,purM,purine nucleotide biosynthetic process +1800,BSU_06500,purM,phosphoribosylformylglycinamidine cyclo-ligase activity +1801,BSU_06500,purM,adenine biosynthetic process +1802,BSU_06500,purM,cytosol +1803,BSU_06510,purN,cytosol +1804,BSU_06510,purN,'de novo' IMP biosynthetic process +1805,BSU_06510,purN,phosphoribosylglycinamide formyltransferase activity +1806,BSU_06510,purN,cytoplasm +1807,BSU_40080,gntZ,D-gluconate catabolic process +1808,BSU_40080,gntZ,phosphogluconate dehydrogenase (decarboxylating) activity +1809,BSU_40080,gntZ,NADP binding +1810,BSU_40080,gntZ,"pentose-phosphate shunt, oxidative branch" +1811,BSU_40080,gntZ,cytosol +1812,BSU_40070,gntP,gluconate transmembrane transport +1813,BSU_40070,gntP,gluconate transmembrane transporter activity +1814,BSU_40770,tetB,transmembrane transporter activity +1815,BSU_40770,tetB,transmembrane transport +1816,BSU_16240,fliI,"proton-transporting ATP synthase complex, catalytic core F(1)" +1817,BSU_16240,fliI,"proton-transporting ATP synthase activity, rotational mechanism" +1818,BSU_10630,addA,DNA helicase complex +1819,BSU_10630,addA,cytosol +1820,BSU_10630,addA,3'-5' DNA helicase activity +1821,BSU_10630,addA,recombinational repair +1829,BSU_36460,ywoF,extracellular region +1830,BSU_36460,ywoF,"carbon-oxygen lyase activity, acting on polysaccharides" +1831,BSU_01390,infA,cytosol +1832,BSU_01390,infA,ribosome binding +1833,BSU_18460,gltC,DNA-binding transcription factor activity +1834,BSU_18460,gltC,regulation of DNA-templated transcription +1835,BSU_18460,gltC,protein-DNA complex +1836,BSU_01440,rplQ,structural constituent of ribosome +1837,BSU_01440,rplQ,cytosolic large ribosomal subunit +1838,BSU_28150,hemC,hydroxymethylbilane synthase activity +1839,BSU_28150,hemC,cytoplasm +1840,BSU_28150,hemC,heme biosynthetic process +1841,BSU_14000,dapX,transaminase activity +1842,BSU_14000,dapX,amino acid metabolic process +1843,BSU_28070,comC,plasma membrane +1844,BSU_28070,comC,signal peptide processing +1845,BSU_28070,comC,aspartic-type endopeptidase activity +1846,BSU_25480,grpE,unfolded protein binding +1847,BSU_25480,grpE,adenyl-nucleotide exchange factor activity +1848,BSU_17410,cwlC,N-acetylmuramoyl-L-alanine amidase activity +1849,BSU_17410,cwlC,cytokinesis +1850,BSU_17410,cwlC,outer membrane-bounded periplasmic space +1851,BSU_32100,yumB,NAD(P)H dehydrogenase (quinone) activity +1852,BSU_32100,yumB,aerobic electron transport chain +1857,BSU_31660,mrpG,sodium:proton antiporter activity +1861,BSU_11250,argF,citrulline biosynthetic process +1862,BSU_11250,argF,ornithine carbamoyltransferase activity +1863,BSU_11250,argF,arginine biosynthetic process via ornithine +1864,BSU_11240,carB,glutamine metabolic process +1865,BSU_11240,carB,carbamoyl-phosphate synthase (glutamine-hydrolyzing) activity +1866,BSU_11240,carB,cytoplasm +1867,BSU_09310,pgcA,phosphopentomutase activity +1868,BSU_09310,pgcA,purine ribonucleoside salvage +1869,BSU_09300,glpD,glycerol-3-phosphate dehydrogenase (quinone) activity +1870,BSU_09300,glpD,glycerol-3-phosphate catabolic process +1871,BSU_09290,glpK,glycerol kinase activity +1872,BSU_09290,glpK,phosphorylation +1873,BSU_09290,glpK,glycerol catabolic process +1874,BSU_09290,glpK,cytosol +1875,BSU_09280,glpF,glycerol channel activity +1876,BSU_09280,glpF,glycerol transmembrane transport +1877,BSU_09280,glpF,plasma membrane +1878,BSU_05950,ydiF,ATP binding +1879,BSU_15230,murB,flavin adenine dinucleotide binding +1880,BSU_15230,murB,cytosol +1881,BSU_15230,murB,cell wall organization +1882,BSU_15230,murB,UDP-N-acetylmuramate dehydrogenase activity +1883,BSU_18840,xynA,xylan catabolic process +1884,BSU_37560,thrZ,threonyl-tRNA aminoacylation +1885,BSU_37560,thrZ,threonine-tRNA ligase activity +1886,BSU_28950,thrS,threonyl-tRNA aminoacylation +1887,BSU_28950,thrS,threonine-tRNA ligase activity +1888,BSU_16190,flgC,bacterial-type flagellum-dependent swarming motility +1891,BSU_01230,rplP,structural constituent of ribosome +1892,BSU_01230,rplP,cytosolic large ribosomal subunit +1893,BSU_01230,rplP,rRNA binding +1894,BSU_31670,yuxO,cytosol +1895,BSU_31670,yuxO,"1,4-dihydroxy-2-naphthoyl-CoA thioesterase activity" +1896,BSU_00520,ctc,5S rRNA binding +1897,BSU_00520,ctc,cytosolic large ribosomal subunit +1898,BSU_00520,ctc,translation +1899,BSU_00510,prs,cytoplasm +1900,BSU_00510,prs,5-phosphoribose 1-diphosphate biosynthetic process +1901,BSU_00510,prs,purine nucleotide biosynthetic process +1902,BSU_00510,prs,ribose phosphate diphosphokinase complex +1903,BSU_00510,prs,ribose phosphate diphosphokinase activity +1904,BSU_29110,phoP,cytosol +1905,BSU_29110,phoP,phosphorelay response regulator activity +1906,BSU_29110,phoP,protein-DNA complex +1907,BSU_29110,phoP,transcription cis-regulatory region binding +1908,BSU_29110,phoP,regulation of DNA-templated transcription +1912,BSU_29660,rpsD,structural constituent of ribosome +1913,BSU_29660,rpsD,rRNA binding +1914,BSU_29660,rpsD,ribosomal small subunit biogenesis +1915,BSU_29660,rpsD,small ribosomal subunit +1916,BSU_01330,rpsE,translation +1917,BSU_01330,rpsE,structural constituent of ribosome +1918,BSU_01330,rpsE,cytosolic small ribosomal subunit +1921,BSU_22960,gudB,glutamate catabolic process +1922,BSU_22960,gudB,glutamate dehydrogenase (NAD+) activity +1923,BSU_27850,nadA,quinolinate synthetase A activity +1924,BSU_27850,nadA,'de novo' NAD biosynthetic process from aspartate +1925,BSU_27850,nadA,cytosol +1926,BSU_27850,nadA,"4 iron, 4 sulfur cluster binding" +1931,BSU_22410,panD,cytosol +1932,BSU_22410,panD,alanine biosynthetic process +1933,BSU_22410,panD,pantothenate biosynthetic process +1934,BSU_22410,panD,aspartate 1-decarboxylase activity +1935,BSU_22420,panC,pantoate-beta-alanine ligase activity +1936,BSU_22420,panC,pantothenate biosynthetic process +1937,BSU_22420,panC,cytosol +1938,BSU_22430,panB,pantothenate biosynthetic process +1939,BSU_22430,panB,3-methyl-2-oxobutanoate hydroxymethyltransferase activity +1940,BSU_22430,panB,cytoplasm +1941,BSU_22430,panB,magnesium ion binding +1942,BSU_18120,alsT,plasma membrane +1943,BSU_18100,parC,"DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) activity" +1944,BSU_18100,parC,DNA binding +1945,BSU_18100,parC,DNA topological change +1946,BSU_18100,parC,ATP binding +1947,BSU_18100,parC,"DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) complex" +1948,BSU_18100,parC,cytoplasm +1949,BSU_17970,cotM,unfolded protein binding +1950,BSU_17970,cotM,protein self-association +1951,BSU_17970,cotM,response to salt stress +1952,BSU_17970,cotM,response to hydrogen peroxide +1953,BSU_17970,cotM,response to heat +1954,BSU_17970,cotM,protein folding +1955,BSU_17970,cotM,protein complex oligomerization +1956,BSU_35370,csrA,mRNA 5'-UTR binding +1957,BSU_35370,csrA,negative regulation of translational initiation +1958,BSU_35370,csrA,cytosol +1959,BSU_35510,yvyE,regulation of translational initiation +1963,BSU_10120,hemE,cytosol +1964,BSU_10120,hemE,heme biosynthetic process +1965,BSU_10120,hemE,uroporphyrinogen decarboxylase activity +1966,BSU_40400,walK,phosphorelay response regulator activity +1967,BSU_40400,walK,protein kinase activator activity +1968,BSU_40400,walK,osmosensory signaling via phosphorelay pathway +1969,BSU_40220,yydB,DNA binding +1970,BSU_40220,yydB,DNA exonuclease activity +1971,BSU_40220,yydB,DNA repair +1975,BSU_40130,yydK,negative regulation of DNA-templated transcription +1976,BSU_01750,cdaA,adenylate cyclase activity +1977,BSU_01730,sigW,regulation of DNA-templated transcription +1978,BSU_01730,sigW,sigma factor activity +1979,BSU_01710,ybbJ,"acyltransferase activity, transferring groups other than amino-acyl groups" +1980,BSU_01700,murQ,peptidoglycan turnover +1981,BSU_01700,murQ,carbon-oxygen lyase activity +1982,BSU_01700,murQ,ether hydrolase activity +1983,BSU_01700,murQ,amino sugar catabolic process +1986,BSU_08600,csbB,plasma membrane +1987,BSU_14670,suhB,signal transduction +1988,BSU_14670,suhB,inositol monophosphate 1-phosphatase activity +1989,BSU_14670,suhB,inositol metabolic process +1990,BSU_14560,defB,N-terminal protein amino acid modification +1991,BSU_14560,defB,peptide deformylase activity +1992,BSU_14560,defB,peptidyl-methionine modification +1993,BSU_14560,defB,co-translational protein modification +1994,BSU_14550,ykrA,cytosol +1995,BSU_14550,ykrA,magnesium ion binding +1996,BSU_14550,ykrA,phosphatase activity +1999,BSU_15430,ileS,isoleucine-tRNA ligase activity +2000,BSU_15430,ileS,cytosol +2001,BSU_15430,ileS,isoleucyl-tRNA aminoacylation +2002,BSU_33720,opuBB,glycine betaine transport +2003,BSU_16650,rbfA,ribosome biogenesis +2004,BSU_16650,rbfA,ribosomal small subunit binding +2005,BSU_16650,rbfA,cytosol +2006,BSU_16600,nusA,cytosol +2007,BSU_16600,nusA,transcription antitermination +2008,BSU_16590,rimP,cytosol +2009,BSU_16590,rimP,translation +2010,BSU_16590,rimP,ribosomal small subunit assembly +2011,BSU_09260,yhxA,adenosylmethionine-8-amino-7-oxononanoate transaminase activity +2012,BSU_09260,yhxA,biotin biosynthetic process +2015,BSU_01280,rplE,translation +2016,BSU_01280,rplE,structural constituent of ribosome +2017,BSU_01280,rplE,cytosolic large ribosomal subunit +2018,BSU_01280,rplE,RNA binding +2019,BSU_23100,sigX,sigma factor activity +2020,BSU_23100,sigX,regulation of DNA-templated transcription +2021,BSU_23110,resE,osmosensory signaling via phosphorelay pathway +2022,BSU_23110,resE,protein kinase activator activity +2023,BSU_23110,resE,phosphorelay response regulator activity +2024,BSU_23120,resD,cytosol +2025,BSU_23120,resD,transcription cis-regulatory region binding +2026,BSU_23120,resD,protein-DNA complex +2027,BSU_23120,resD,phosphorelay response regulator activity +2028,BSU_23120,resD,regulation of DNA-templated transcription +2029,BSU_23130,resC,plasma membrane +2030,BSU_23170,spmB,plasma membrane +2033,BSU_23360,ppiB,protein peptidyl-prolyl isomerization +2034,BSU_23360,ppiB,peptidyl-prolyl cis-trans isomerase activity +2035,BSU_31050,gbsB,alcohol dehydrogenase (NAD+) activity +2036,BSU_36620,ywnB,"oxidoreductase activity, acting on the CH-NH group of donors, NAD or NADP as acceptor" +2037,BSU_36550,spoIIQ,metalloendopeptidase activity +2038,BSU_38140,qoxD,cytochrome o ubiquinol oxidase complex +2039,BSU_38140,qoxD,electron transport coupled proton transport +2040,BSU_38140,qoxD,cytochrome bo3 ubiquinol oxidase activity +2041,BSU_38140,qoxD,proton transmembrane transporter activity +2042,BSU_38140,qoxD,aerobic electron transport chain +2043,BSU_38150,qoxC,cytochrome-c oxidase activity +2044,BSU_38150,qoxC,cytochrome o ubiquinol oxidase complex +2045,BSU_38150,qoxC,cytochrome bo3 ubiquinol oxidase activity +2046,BSU_38150,qoxC,aerobic electron transport chain +2047,BSU_38150,qoxC,electron transport coupled proton transport +2048,BSU_38170,qoxA,cytochrome-c oxidase activity +2049,BSU_38170,qoxA,ATP synthesis coupled electron transport +2050,BSU_38160,qoxB,electron transport coupled proton transport +2051,BSU_38160,qoxB,respiratory electron transport chain +2052,BSU_38160,qoxB,aerobic respiration +2053,BSU_38160,qoxB,cytochrome-c oxidase activity +2061,BSU_08000,yfjQ,cobalt ion transmembrane transporter activity +2062,BSU_08000,yfjQ,cobalt ion binding +2063,BSU_08000,yfjQ,magnesium ion binding +2064,BSU_08000,yfjQ,magnesium ion transmembrane transporter activity +2065,BSU_08470,yfhB,isomerase activity +2066,BSU_08470,yfhB,cytoplasm +2068,BSU_16530,uppS,"di-trans,poly-cis-decaprenylcistransferase activity" +2069,BSU_16530,uppS,polyprenyltransferase activity +2070,BSU_16530,uppS,magnesium ion binding +2071,BSU_16530,uppS,cytosol +2072,BSU_16530,uppS,polyprenol biosynthetic process +2073,BSU_16530,uppS,manganese ion binding +2074,BSU_23270,ribE,riboflavin synthase activity +2075,BSU_23270,ribE,riboflavin biosynthetic process +2076,BSU_01360,secY,cell envelope Sec protein transport complex +2077,BSU_01360,secY,signal sequence binding +2078,BSU_01360,secY,"SRP-dependent cotranslational protein targeting to membrane, translocation" +2079,BSU_01360,secY,protein transmembrane transporter activity +2080,BSU_01370,adk,nucleoside monophosphate metabolic process +2081,BSU_01370,adk,cytosol +2082,BSU_01370,adk,adenylate kinase activity +2083,BSU_01370,adk,nucleoside diphosphate kinase activity +2084,BSU_01370,adk,cytoplasm +2085,BSU_01370,adk,nucleoside diphosphate metabolic process +2086,BSU_19360,odhB,cytosol +2087,BSU_19360,odhB,tricarboxylic acid cycle +2088,BSU_19360,odhB,dihydrolipoyllysine-residue succinyltransferase activity +2089,BSU_26710,azlC,L-valine transmembrane transport +2090,BSU_26910,yraK,triglyceride lipase activity +2091,BSU_26910,yraK,glycerolipid catabolic process +2092,BSU_26720,azlB,cytosol +2093,BSU_26720,azlB,sequence-specific DNA binding +2094,BSU_26720,azlB,response to amino acid +2095,BSU_26870,yraN,transcription cis-regulatory region binding +2096,BSU_26870,yraN,regulation of DNA-templated transcription +2097,BSU_07250,cypD,flavin adenine dinucleotide binding +2098,BSU_07250,cypD,cytosol +2099,BSU_07250,cypD,oxidoreductase activity +2100,BSU_07250,cypD,FMN binding +2101,BSU_27160,cypB,flavin adenine dinucleotide binding +2102,BSU_27160,cypB,FMN binding +2103,BSU_27160,cypB,oxidoreductase activity +2104,BSU_27160,cypB,cytosol +2110,BSU_01340,rpmD,cytosolic large ribosomal subunit +2111,BSU_01350,rplO,structural constituent of ribosome +2112,BSU_01350,rplO,cytosolic large ribosomal subunit +2113,BSU_37110,tal,intracellular anatomical structure +2114,BSU_32260,hom,homoserine dehydrogenase activity +2115,BSU_32260,hom,threonine biosynthetic process +2116,BSU_14850,ftsW,regulation of cell shape +2117,BSU_14850,ftsW,cell division +2118,BSU_14850,ftsW,lipid-linked peptidoglycan transporter activity +2119,BSU_14850,ftsW,cell division site +2123,BSU_14810,ylaK,ATP binding +2124,BSU_14810,ylaK,cytosol +2125,BSU_14770,bipA,cytosol +2126,BSU_14770,bipA,ribonucleoprotein complex +2127,BSU_14770,bipA,GTPase activity +2130,BSU_10390,yhfW,cytoplasm +2131,BSU_10390,yhfW,oxidoreductase activity +2132,BSU_10360,yhfT,medium-chain fatty acid-CoA ligase activity +2133,BSU_10360,yhfT,fatty acid metabolic process +2134,BSU_10350,yhfS,phenylacetate catabolic process +2135,BSU_10350,yhfS,fatty acid beta-oxidation +2136,BSU_10350,yhfS,acetyl-CoA C-acyltransferase activity +2137,BSU_10340,phoE,cytoplasm +2138,BSU_10340,phoE,phosphatase activity +2139,BSU_10320,yhfP,acryloyl-CoA reductase (NADP+) activity +2140,BSU_10310,yhfO,"acyltransferase activity, transferring groups other than amino-acyl groups" +2141,BSU_10250,lplJ,lipoyltransferase activity +2142,BSU_10250,lplJ,cytoplasm +2143,BSU_10250,lplJ,protein lipoylation +2144,BSU_10250,lplJ,lipoate-protein ligase activity +2145,BSU_10240,yhfI,3'-tRNA processing endoribonuclease activity +2146,BSU_10220,gltT,dicarboxylic acid transport +2147,BSU_10220,gltT,plasma membrane +2148,BSU_10220,gltT,transmembrane transporter activity +2149,BSU_10170,fabHB,secondary metabolite biosynthetic process +2151,BSU_09670,dat,cytosol +2152,BSU_09670,dat,carboxylic acid metabolic process +2158,BSU_09540,plsC,1-acylglycerol-3-phosphate O-acyltransferase activity +2159,BSU_09540,plsC,phosphatidic acid biosynthetic process +2160,BSU_09520,sigM,sigma factor activity +2161,BSU_09520,sigM,regulation of DNA-templated transcription +2164,BSU_09380,nsrR,DNA-binding transcription factor activity +2165,BSU_09380,nsrR,regulation of DNA-templated transcription +2166,BSU_09380,nsrR,cytosol +2167,BSU_10590,yhjP,peptide transport +2168,BSU_10590,yhjP,outer membrane-bounded periplasmic space +2169,BSU_10590,yhjP,peptide transmembrane transporter activity +2170,BSU_10560,ntdR,DNA-binding transcription factor activity +2171,BSU_10560,ntdR,transcription cis-regulatory region binding +2172,BSU_10560,ntdR,regulation of DNA-templated transcription +2173,BSU_10550,ntdA,transaminase activity +2174,BSU_10550,ntdA,pyridoxal phosphate binding +2175,BSU_10550,ntdA,polysaccharide biosynthetic process +2176,BSU_10540,ntdB,magnesium ion binding +2177,BSU_10540,ntdB,phosphatase activity +2178,BSU_10540,ntdB,cytosol +2179,BSU_10520,glcP,membrane +2180,BSU_10500,yhjG,oxidoreductase activity +2181,BSU_10490,sipV,signal peptide processing +2182,BSU_10490,sipV,serine-type endopeptidase activity +2183,BSU_10480,yhjE,plasma membrane +2184,BSU_10450,yhjB,transmembrane transporter activity +2185,BSU_10450,yhjB,transmembrane transport +2190,BSU_09730,yheG,"oxidoreductase activity, acting on the CH-NH group of donors, NAD or NADP as acceptor" +2191,BSU_09830,yhaX,phosphatase activity +2192,BSU_09830,yhaX,magnesium ion binding +2193,BSU_09830,yhaX,cytosol +2194,BSU_09370,lytF,lytic endotransglycosylase activity +2195,BSU_09340,azr,FMN binding +2196,BSU_09340,azr,cytosol +2197,BSU_09900,yhaP,plasma membrane +2198,BSU_09910,yhaO,DNA repair +2199,BSU_09910,yhaO,DNA exonuclease activity +2200,BSU_09910,yhaO,DNA binding +2201,BSU_09930,yhaM,rRNA 3'-end processing +2203,BSU_18470,proJ,cytosol +2204,BSU_18470,proJ,glutamate 5-kinase activity +2205,BSU_18470,proJ,proline biosynthetic process +2206,BSU_26650,czcD,zinc ion transmembrane transporter activity +2207,BSU_26650,czcD,zinc ion transmembrane transport +2208,BSU_26650,czcD,plasma membrane +2209,BSU_34050,lutA,cytosol +2210,BSU_34120,ganB,pectin catabolic process +2211,BSU_34140,ganQ,ABC-type maltose transporter activity +2212,BSU_34140,ganQ,maltodextrin transmembrane transport +2213,BSU_34140,ganQ,maltose transport +2214,BSU_34160,ganS,"ATP-binding cassette (ABC) transporter complex, substrate-binding subunit-containing" +2215,BSU_34160,ganS,maltodextrin transmembrane transport +2216,BSU_34160,ganS,maltose binding +2217,BSU_34160,ganS,maltose transport +2218,BSU_34170,ganR,DNA-binding transcription factor activity +2219,BSU_34170,ganR,transcription cis-regulatory region binding +2220,BSU_34170,ganR,regulation of DNA-templated transcription +2221,BSU_34460,levB,sucrose alpha-glucosidase activity +2222,BSU_34460,levB,cytoplasm +2223,BSU_34460,levB,sucrose catabolic process +2229,BSU_09410,phoA,alkaline phosphatase activity +2230,BSU_09410,phoA,dephosphorylation +2231,BSU_05740,phoB,dephosphorylation +2232,BSU_05740,phoB,alkaline phosphatase activity +2233,BSU_22690,aroH,chorismate metabolic process +2234,BSU_22690,aroH,chorismate mutase activity +2235,BSU_25300,cdd,cytosol +2236,BSU_25300,cdd,cytidine deamination +2237,BSU_25300,cdd,cytidine deaminase activity +2238,BSU_25300,cdd,zinc ion binding +2243,BSU_34570,mdxK,"hydrolase activity, hydrolyzing O-glycosyl compounds" +2244,BSU_34570,mdxK,carbohydrate metabolic process +2245,BSU_34590,mdxG,maltose transport +2246,BSU_34590,mdxG,maltodextrin transmembrane transport +2247,BSU_34590,mdxG,ABC-type maltose transporter activity +2248,BSU_34600,mdxF,ABC-type maltose transporter activity +2249,BSU_34600,mdxF,maltodextrin transmembrane transport +2250,BSU_34600,mdxF,maltose transport complex +2251,BSU_34610,mdxE,maltose transport +2252,BSU_34610,mdxE,maltodextrin transmembrane transport +2253,BSU_34610,mdxE,maltose binding +2254,BSU_34610,mdxE,"ATP-binding cassette (ABC) transporter complex, substrate-binding subunit-containing" +2258,BSU_34640,yvdD,cytosol +2259,BSU_34640,yvdD,cytokinin biosynthetic process +2260,BSU_34640,yvdD,"hydrolase activity, hydrolyzing N-glycosyl compounds" +2261,BSU_34660,yvdB,L-aspartate transmembrane transporter activity +2262,BSU_34660,yvdB,fumarate transmembrane transporter activity +2263,BSU_34660,yvdB,succinate transmembrane transport +2264,BSU_34660,yvdB,succinate transmembrane transporter activity +2265,BSU_34660,yvdB,fumarate transport +2272,BSU_34750,whiA,regulation of sporulation +2273,BSU_34820,bmrA,ATPase-coupled lipid transmembrane transporter activity +2274,BSU_34820,bmrA,transmembrane transport +2275,BSU_11020,yitK,cytosol +2276,BSU_11020,yitK,nucleotide binding +2280,BSU_11000,yitI,N-acetyltransferase activity +2281,BSU_10970,yitF,carbohydrate catabolic process +2282,BSU_10970,yitF,magnesium ion binding +2283,BSU_10970,yitF,hydro-lyase activity +2287,BSU_10910,yisZ,adenylylsulfate kinase activity +2288,BSU_10870,yisU,amino acid transmembrane transporter activity +2289,BSU_10870,yisU,amino acid transport +2292,BSU_06660,opuE,proline transport +2293,BSU_06660,opuE,proline:sodium symporter activity +2294,BSU_06660,opuE,L-proline transmembrane transporter activity +2295,BSU_06660,opuE,transmembrane transport +2296,BSU_06670,gatC,glutaminyl-tRNA synthase (glutamine-hydrolyzing) activity +2297,BSU_06670,gatC,glutaminyl-tRNAGln biosynthesis via transamidation +2299,BSU_07320,yfnC,plasma membrane +2300,BSU_08210,yfiB,transmembrane transport +2301,BSU_08210,yfiB,ATPase-coupled transmembrane transporter activity +2302,BSU_08230,catD,plasma membrane +2303,BSU_38860,galE,galactose catabolic process via UDP-galactose +2304,BSU_38860,galE,cytosol +2305,BSU_38860,galE,UDP-glucose 4-epimerase activity +2306,BSU_38920,pepT,tripeptide aminopeptidase activity +2307,BSU_38920,pepT,cytosol +2308,BSU_07610,citM,plasma membrane +2309,BSU_07610,citM,transmembrane transporter activity +2310,BSU_07610,citM,transmembrane transport +2311,BSU_30070,opuD,transport +2312,BSU_30070,opuD,plasma membrane +2313,BSU_30070,opuD,transmembrane transporter activity +2314,BSU_26410,psiE,plasma membrane +2315,BSU_25680,yqeG,phosphatase activity +2316,BSU_13370,ykoQ,"UDP-2,3-diacylglucosamine hydrolase activity" +2317,BSU_13370,ykoQ,lipid A biosynthetic process +2318,BSU_24470,yqhS,3-dehydroquinate dehydratase activity +2319,BSU_24470,yqhS,quinate catabolic process +2322,BSU_21910,metAA,homoserine O-succinyltransferase activity +2323,BSU_10430,yhxD,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +2324,BSU_04700,rsbU,phosphatase activity +2325,BSU_15140,rsmH,rRNA (cytosine-N4-)-methyltransferase activity +2326,BSU_15140,rsmH,rRNA base methylation +2327,BSU_15140,rsmH,cytoplasm +2328,BSU_15160,pbpB,cell wall organization +2329,BSU_15160,pbpB,penicillin binding +2337,BSU_09100,cspB,nucleic acid binding +2338,BSU_09100,cspB,regulation of gene expression +2339,BSU_23250,ribH,"6,7-dimethyl-8-ribityllumazine synthase activity" +2340,BSU_23250,ribH,riboflavin biosynthetic process +2341,BSU_23250,ribH,intracellular anatomical structure +2342,BSU_23250,ribH,cytosol +2343,BSU_36310,ssbB,nucleoid +2344,BSU_36310,ssbB,positive regulation of helicase activity +2345,BSU_36310,ssbB,single-stranded DNA binding +2346,BSU_29560,ytcI,acyl-CoA metabolic process +2347,BSU_29560,ytcI,fatty-acyl-CoA synthase activity +2348,BSU_29560,ytcI,fatty acid biosynthetic process +2349,BSU_29560,ytcI,fatty acid ligase activity +2353,BSU_03350,yciB,peptidoglycan-protein cross-linking +2354,BSU_03350,yciB,"peptidoglycan L,D-transpeptidase activity" +2356,BSU_10330,yhfQ,outer membrane-bounded periplasmic space +2357,BSU_29210,accD,fatty acid biosynthetic process +2358,BSU_29210,accD,malonyl-CoA biosynthetic process +2359,BSU_29210,accD,acetyl-CoA carboxylase activity +2360,BSU_30710,ythA,heme binding +2361,BSU_30710,ythA,"oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor" +2362,BSU_30710,ythA,plasma membrane +2363,BSU_30710,ythA,aerobic electron transport chain +2364,BSU_30710,ythA,cytochrome complex +2365,BSU_30710,ythA,electron transfer activity +2366,BSU_30595,ytlA,transport +2367,BSU_05470,mneP,monoatomic cation transmembrane transporter activity +2368,BSU_05470,mneP,membrane +2369,BSU_28420,ysmA,fatty acyl-CoA hydrolase activity +2372,BSU_21810,dfrA,NADP binding +2373,BSU_21810,dfrA,cytosol +2374,BSU_21810,dfrA,tetrahydrofolate biosynthetic process +2375,BSU_21810,dfrA,dihydrofolate metabolic process +2376,BSU_21810,dfrA,dihydrofolate reductase activity +2377,BSU_21810,dfrA,folic acid metabolic process +2383,BSU_06830,rapH,protein binding +2384,BSU_28610,zapA,protein binding +2385,BSU_28610,zapA,protein binding +2386,BSU_28780,araD,zinc ion binding +2387,BSU_28780,araD,L-ribulose-phosphate 4-epimerase activity +2388,BSU_28780,araD,L-arabinose catabolic process to xylulose 5-phosphate +2392,BSU_16250,fliJ,bacterial-type flagellum assembly +2393,BSU_16250,fliJ,bacterial-type flagellum-dependent swarming motility +2394,BSU_16250,fliJ,protein binding +2395,BSU_01430,rpoA,protein binding +2396,BSU_01430,rpoA,protein binding +2397,BSU_03780,phrC,protein binding +2398,BSU_18000,citB,mRNA binding +2399,BSU_18000,citB,mRNA 3'-UTR binding +2400,BSU_18000,citB,aconitate hydratase activity +2401,BSU_18000,citB,aconitate hydratase activity +2402,BSU_18000,citB,regulation of sporulation +2403,BSU_18000,citB,"4 iron, 4 sulfur cluster binding" +2404,BSU_18000,citB,"propionate metabolic process, methylcitrate cycle" +2405,BSU_18000,citB,tricarboxylic acid cycle +2406,BSU_18000,citB,regulation of sporulation +2407,BSU_18000,citB,2-methylisocitrate dehydratase activity +2408,BSU_31450,kinB,positive regulation of sporulation resulting in formation of a cellular spore +2409,BSU_31930,ald,alanine dehydrogenase activity +2410,BSU_31930,ald,sporulation resulting in formation of a cellular spore +2411,BSU_31930,ald,cytosol +2412,BSU_31930,ald,alanine catabolic process +2413,BSU_38160,qoxB,"oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor" +2414,BSU_38160,qoxB,ATP synthesis coupled electron transport +2415,BSU_11740,cotZ,protein binding +2416,BSU_11750,cotY,protein binding +2417,BSU_11770,cotW,protein binding +2418,BSU_11780,cotV,protein binding +2419,BSU_01620,feuB,monoatomic ion transport +2420,BSU_16480,swrB,bacterial-type flagellum-dependent swarming motility +2421,BSU_16450,cheC,positive chemotaxis +2422,BSU_10850,iolX,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +2423,BSU_10850,iolX,cellular response to inositol +2424,BSU_10850,iolX,NAD+ binding +2425,BSU_10850,iolX,NADH binding +2426,BSU_10850,iolX,inositol catabolic process +2427,BSU_15310,spoIIGA,plasma membrane +2428,BSU_15310,spoIIGA,protein self-association +2429,BSU_15310,spoIIGA,aspartic-type endopeptidase activity +2430,BSU_15310,spoIIGA,peptidase activity +2431,BSU_15310,spoIIGA,proteolysis +2432,BSU_15310,spoIIGA,proteolysis +2433,BSU_15310,spoIIGA,protein binding +2434,BSU_35490,degU,positive regulation of DNA-templated transcription +2435,BSU_22770,mtrB,negative regulation of translational initiation +2436,BSU_22770,mtrB,negative regulation of translational initiation +2437,BSU_22770,mtrB,positive regulation of termination of DNA-templated transcription +2438,BSU_23410,spoVAD,plasma membrane +2439,BSU_23410,spoVAD,spore wall +2440,BSU_03220,putP,L-proline transmembrane transporter activity +2441,BSU_03210,putC,proline dehydrogenase activity +2442,BSU_38770,cimH,citrate:proton symporter activity +2443,BSU_35080,pchR,negative regulation of DNA-templated transcription +2444,BSU_35080,pchR,positive regulation of DNA-templated transcription +2445,BSU_36520,glnK,protein binding +2446,BSU_36520,glnK,protein binding +2447,BSU_31490,pbpD,protein binding +2449,BSU_35760,tagB,protein binding +2450,BSU_27590,dtd,D-aminoacyl-tRNA deacylase activity +2451,BSU_27840,safA,protein binding +2452,BSU_27840,safA,ATPase binding +2453,BSU_22760,hepS,"transferase activity, transferring alkyl or aryl (other than methyl) groups" +2454,BSU_22760,hepS,menaquinone biosynthetic process +2455,BSU_22740,hepT,"transferase activity, transferring alkyl or aryl (other than methyl) groups" +2456,BSU_22740,hepT,menaquinone biosynthetic process +2457,BSU_01030,rplA,protein binding +2458,BSU_24850,glcK,glucokinase activity +2459,BSU_25100,zur,negative regulation of DNA-templated transcription +2460,BSU_25100,zur,transcription cis-regulatory region binding +2461,BSU_25100,zur,transcription cis-regulatory region binding +2462,BSU_25100,zur,DNA-binding transcription repressor activity +2463,BSU_25100,zur,DNA-binding transcription repressor activity +2464,BSU_25100,zur,protein-DNA complex +2465,BSU_25100,zur,protein-DNA complex +2466,BSU_25100,zur,transcription cis-regulatory region binding +2467,BSU_25100,zur,DNA-binding transcription repressor activity +2468,BSU_25100,zur,protein-DNA complex +2469,BSU_25100,zur,negative regulation of DNA-templated transcription +2470,BSU_25100,zur,negative regulation of DNA-templated transcription +2471,BSU_25140,cshB,bacterial nucleoid +2472,BSU_25140,cshB,response to cold +2473,BSU_25140,cshB,RNA binding +2474,BSU_25140,cshB,RNA helicase activity +2475,BSU_25140,cshB,ATP binding +2476,BSU_25430,mtaB,N6-threonylcarbomyladenosine methylthiotransferase activity +2477,BSU_25430,mtaB,tRNA methylthiolation +2482,BSU_24310,folD,protein binding +2486,BSU_33780,sdpI,response to toxic substance +2487,BSU_33780,sdpI,response to toxic substance +2488,BSU_07250,cypD,FMN binding +2489,BSU_07250,cypD,NADPH-hemoprotein reductase activity +2490,BSU_07250,cypD,heme binding +2491,BSU_07250,cypD,"oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced flavin or flavoprotein as one donor, and incorporation of one atom of oxygen" +2492,BSU_07250,cypD,fatty acid binding +2493,BSU_07250,cypD,fatty acid oxidation +2494,BSU_07250,cypD,flavin adenine dinucleotide binding +2495,BSU_07250,cypD,iron ion binding +2497,BSU_35580,tuaD,UDP-glucose 6-dehydrogenase activity +2498,BSU_35580,tuaD,NAD binding +2499,BSU_27160,cypB,FMN binding +2500,BSU_27160,cypB,NADPH-hemoprotein reductase activity +2501,BSU_27160,cypB,heme binding +2502,BSU_27160,cypB,"oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced flavin or flavoprotein as one donor, and incorporation of one atom of oxygen" +2503,BSU_27160,cypB,fatty acid binding +2504,BSU_27160,cypB,fatty acid oxidation +2505,BSU_27160,cypB,flavin adenine dinucleotide binding +2506,BSU_27160,cypB,iron ion binding +2507,BSU_36750,spoIID,protein binding +2508,BSU_21860,brxA,response to hydroperoxide +2509,BSU_21860,brxA,protein disulfide isomerase activity +2510,BSU_21860,brxA,cell redox homeostasis +2511,BSU_21860,brxA,response to oxidative stress +2512,BSU_21920,ugtP,"1,2-diacylglycerol 3-glucosyltransferase activity" +2513,BSU_21920,ugtP,protein binding +2514,BSU_22030,dynA,cell septum assembly +2516,BSU_25250,ccpN,carbon catabolite repression of transcription +2520,BSU_07980,pdaA,deacetylase activity +2521,BSU_35060,cypX,heme binding +2522,BSU_35060,cypX,"oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced iron-sulfur protein as one donor, and incorporation of one atom of oxygen" +2523,BSU_35060,cypX,pigment biosynthetic process +2524,BSU_35060,cypX,iron ion binding +2534,BSU_16090,sucC,protein binding +2535,BSU_35430,flgM,sigma factor antagonist activity +2536,BSU_29610,ezrA,positive regulation of cell division +2537,BSU_29610,ezrA,septin ring assembly +2538,BSU_29610,ezrA,protein binding +2539,BSU_29610,ezrA,protein binding +2540,BSU_29610,ezrA,protein binding +2541,BSU_29610,ezrA,protein binding +2542,BSU_35250,ftsX,plasma membrane +2543,BSU_35250,ftsX,cell septum assembly +2544,BSU_35250,ftsX,positive regulation of sporulation resulting in formation of a cellular spore +2545,BSU_35250,ftsX,asymmetric cell division +2546,BSU_35250,ftsX,regulation of phosphorelay signal transduction system +2549,BSU_12830,spoIISA,protein binding +2566,BSU_33230,sigO,protein binding +2567,BSU_07920,chaA,calcium:proton antiporter activity +2568,BSU_07920,chaA,calcium ion transmembrane transport +2569,BSU_07920,chaA,plasma membrane +2570,BSU_35720,tagF,protein binding +2571,BSU_12820,spoIISB,protein binding +2572,BSU_12820,spoIISB,toxin sequestering activity +2573,BSU_12820,spoIISB,toxin sequestering activity +2574,BSU_12820,spoIISB,protein binding +2575,BSU_12820,spoIISB,toxin sequestering activity +2576,BSU_24130,mmgE,"propionate metabolic process, methylcitrate cycle" +2577,BSU_24130,mmgE,2-methylcitrate dehydratase activity +2578,BSU_06600,pcrB,polyprenyltransferase activity +2579,BSU_06600,pcrB,glycerophospholipid biosynthetic process +2580,BSU_06240,bdhA,"(R,R)-butanediol dehydrogenase activity" +2581,BSU_06240,bdhA,protein binding +2582,BSU_13150,ohrR,negative regulation of DNA-templated transcription +2583,BSU_13150,ohrR,identical protein binding +2584,BSU_13150,ohrR,protein homodimerization activity +2585,BSU_13150,ohrR,negative regulation of transcription by RNA polymerase II +2586,BSU_13150,ohrR,RNA polymerase II transcription regulatory region sequence-specific DNA binding +2587,BSU_13150,ohrR,"DNA-binding transcription repressor activity, RNA polymerase II-specific" +2588,BSU_13150,ohrR,negative regulation of DNA-templated transcription +2589,BSU_13150,ohrR,response to hydrogen peroxide +2590,BSU_13150,ohrR,negative regulation of transcription by RNA polymerase II +2591,BSU_18670,oxdD,oxalate metabolic process +2592,BSU_18670,oxdD,oxalate decarboxylase activity +2593,BSU_19190,desK,protein kinase activity +2594,BSU_19190,desK,phosphoprotein phosphatase activity +2595,BSU_19190,desK,phosphoprotein phosphatase activity +2596,BSU_19190,desK,identical protein binding +2597,BSU_19190,desK,protein binding +2598,BSU_13390,ykoT,protein binding +2599,BSU_13390,ykoT,protein binding +2600,BSU_35530,tagO,magnesium ion binding +2601,BSU_35530,tagO,manganese ion binding +2602,BSU_35530,tagO,"phosphotransferase activity, for other substituted phosphate groups" +2603,BSU_35530,tagO,protein binding +2604,BSU_19220,recQ,bacterial nucleoid +2605,BSU_19200,desR,protein binding +2611,BSU_01760,cdaR,positive regulation of adenylate cyclase activity +2612,BSU_06440,purB,"N6-(1,2-dicarboxyethyl)AMP AMP-lyase (fumarate-forming) activity" +2613,BSU_06440,purB,AMP biosynthetic process +2614,BSU_29190,pfkA,protein binding +2615,BSU_29190,pfkA,protein binding +2616,BSU_27520,cymR,identical protein binding +2617,BSU_27520,cymR,core promoter sequence-specific DNA binding +2618,BSU_27520,cymR,core promoter sequence-specific DNA binding +2619,BSU_27520,cymR,protein-containing complex +2620,BSU_27520,cymR,protein-DNA complex +2621,BSU_27520,cymR,protein-DNA complex +2622,BSU_27520,cymR,protein heterooligomerization +2623,BSU_27520,cymR,protein homodimerization activity +2624,BSU_27520,cymR,protein binding +2625,BSU_30780,menC,menaquinone biosynthetic process +2626,BSU_35000,hprK,protein binding +2627,BSU_35000,hprK,protein binding +2628,BSU_35000,hprK,protein binding +2632,BSU_35010,nagA,N-acetylglucosamine-6-phosphate deacetylase activity +2633,BSU_35010,nagA,iron ion binding +2634,BSU_35010,nagA,N-acetylglucosamine catabolic process +2635,BSU_35010,nagA,protein homodimerization activity +2636,BSU_15660,yloC,"RNA endonuclease activity, producing 5'-phosphomonoesters" +2637,BSU_37690,bacF,transaminase activity +2638,BSU_37690,bacF,transaminase activity +2639,BSU_37690,bacF,antibiotic biosynthetic process +2640,BSU_37690,bacF,antibiotic biosynthetic process +2641,BSU_29020,gapB,glyceraldehyde-3-phosphate dehydrogenase (NAD(P)+) (phosphorylating) activity +2642,BSU_29020,gapB,NADP binding +2643,BSU_29020,gapB,gluconeogenesis +2644,BSU_29020,gapB,glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity +2645,BSU_29020,gapB,NAD binding +2646,BSU_29020,gapB,protein binding +2650,BSU_22960,gudB,glutamate dehydrogenase (NAD+) activity +2651,BSU_22960,gudB,amino acid metabolic process +2652,BSU_15770,prkC,signal transduction +2653,BSU_15770,prkC,protein binding +2654,BSU_15770,prkC,protein binding +2655,BSU_15770,prkC,protein binding +2656,BSU_15770,prkC,plasma membrane +2657,BSU_15770,prkC,protein serine/threonine kinase activity +2658,BSU_15770,prkC,protein phosphorylation +2659,BSU_15770,prkC,peptidoglycan binding +2660,BSU_15770,prkC,cellular response to peptidoglycan +2661,BSU_15770,prkC,spore germination +2662,BSU_26790,aadK,cytoplasm +2663,BSU_26790,aadK,cellular response to streptomycin +2664,BSU_26790,aadK,cellular response to streptomycin +2665,BSU_26790,aadK,protein homodimerization activity +2666,BSU_26790,aadK,adenylyltransferase activity +2667,BSU_26790,aadK,adenylyltransferase activity +2668,BSU_26790,aadK,adenylyltransferase activity +2669,BSU_26790,aadK,adenylyltransferase activity +2670,BSU_26790,aadK,cellular response to streptomycin +2671,BSU_10630,addA,protein binding +2672,BSU_10620,addB,protein binding +2673,BSU_16310,fliM,bacterial-type flagellum assembly +2674,BSU_16310,fliM,positive chemotaxis +2675,BSU_16310,fliM,bacterial-type flagellum-dependent swarming motility +2676,BSU_16270,fliK,bacterial-type flagellum assembly +2677,BSU_16270,fliK,bacterial-type flagellum-dependent swarming motility +2678,BSU_16270,fliK,bacterial-type flagellum-dependent swarming motility +2679,BSU_16230,fliH,bacterial-type flagellum assembly +2680,BSU_16230,fliH,bacterial-type flagellum-dependent swarming motility +2681,BSU_16220,fliG,bacterial-type flagellum assembly +2682,BSU_16220,fliG,bacterial-type flagellum-dependent swarming motility +2683,BSU_16210,fliF,bacterial-type flagellum assembly +2684,BSU_16210,fliF,bacterial-type flagellum-dependent swarming motility +2687,BSU_15240,divIB,protein binding +2688,BSU_15240,divIB,protein binding +2689,BSU_15240,divIB,protein binding +2690,BSU_13990,kinA,sporulation resulting in formation of a cellular spore +2691,BSU_13990,kinA,identical protein binding +2692,BSU_13990,kinA,identical protein binding +2693,BSU_13990,kinA,identical protein binding +2694,BSU_13990,kinA,protein binding +2695,BSU_13990,kinA,protein binding +2696,BSU_13990,kinA,protein binding +2697,BSU_01550,gerD,plasma membrane +2698,BSU_01550,gerD,spore wall +2699,BSU_01560,kbaA,positive regulation of sporulation resulting in formation of a cellular spore +2700,BSU_16940,recA,protein binding +2701,BSU_16940,recA,protein binding +2702,BSU_16940,recA,protein binding +2703,BSU_16940,recA,protein binding +2704,BSU_16940,recA,protein binding +2705,BSU_00930,cysE,serine O-acetyltransferase activity +2706,BSU_00930,cysE,cysteine biosynthetic process +2707,BSU_00930,cysE,methionine catabolic process +2708,BSU_24620,tasA,identical protein binding +2709,BSU_25690,sda,protein binding +2710,BSU_24530,lipM,protein modification process +2711,BSU_24530,lipM,octanoyltransferase activity +2712,BSU_24530,lipM,lipoate-protein ligase activity +2713,BSU_24530,lipM,octanoyltransferase activity +2714,BSU_24530,lipM,lipoate biosynthetic process +2715,BSU_24530,lipM,protein lipoylation +2716,BSU_24530,lipM,lipoate biosynthetic process +2717,BSU_24530,lipM,protein lipoylation +2718,BSU_04680,rsbS,protein binding +2719,BSU_04680,rsbS,protein binding +2720,BSU_04690,rsbT,protein binding +2721,BSU_04690,rsbT,protein binding +2722,BSU_04690,rsbT,protein binding +2723,BSU_04690,rsbT,protein binding +2724,BSU_16400,flhF,identical protein binding +2725,BSU_16400,flhF,identical protein binding +2726,BSU_16400,flhF,protein binding +2727,BSU_37470,phrF,protein binding +2728,BSU_26150,yqbD,protein binding +2729,BSU_26150,yqbD,protein binding +2730,BSU_24360,spoIIIAH,protein binding +2731,BSU_24360,spoIIIAH,protein binding +2732,BSU_24360,spoIIIAH,protein binding +2742,BSU_03350,yciB,cell tip +2743,BSU_25180,trmK,tRNA processing +2744,BSU_25180,trmK,tRNA (adenine(22)-N1)-methyltransferase activity +2745,BSU_30830,menF,menaquinone biosynthetic process +2746,BSU_30800,menB,"1,4-dihydroxy-2-naphthoyl-CoA synthase activity" +2747,BSU_30800,menB,bicarbonate binding +2748,BSU_30800,menB,menaquinone biosynthetic process +2749,BSU_33900,eno,protein binding +2750,BSU_33530,iolW,scyllo-inositol dehydrogenase (NADP+) activity +2751,BSU_33530,iolW,scyllo-inositol dehydrogenase (NADP+) activity +2752,BSU_33530,iolW,NADP+ binding +2753,BSU_33530,iolW,NADPH binding +2754,BSU_17380,nrdE,"ribonucleoside-diphosphate reductase activity, thioredoxin disulfide as acceptor" +2755,BSU_23220,scpA,identical protein binding +2756,BSU_23220,scpA,identical protein binding +2757,BSU_23220,scpA,protein binding +2758,BSU_23220,scpA,protein binding +2759,BSU_23220,scpA,protein binding +2760,BSU_23220,scpA,protein binding +2761,BSU_23220,scpA,protein binding +2762,BSU_23220,scpA,protein binding +2763,BSU_23220,scpA,protein binding +2764,BSU_37510,pbpG,protein binding +2767,BSU_31600,mrpA,sodium:proton antiporter activity +2768,BSU_04740,rsbX,response to heat +2769,BSU_04720,rsbW,sigma factor antagonist activity +2770,BSU_24240,recN,bacterial nucleoid +2771,BSU_24240,recN,double-strand break repair +2772,BSU_15290,ftsZ,GTPase activity +2773,BSU_15290,ftsZ,cell septum +2774,BSU_15290,ftsZ,cell division +2775,BSU_15290,ftsZ,identical protein binding +2776,BSU_15290,ftsZ,identical protein binding +2777,BSU_15290,ftsZ,identical protein binding +2778,BSU_15290,ftsZ,identical protein binding +2779,BSU_15290,ftsZ,protein binding +2780,BSU_15290,ftsZ,protein binding +2781,BSU_15290,ftsZ,protein binding +2782,BSU_15290,ftsZ,protein binding +2783,BSU_15290,ftsZ,protein binding +2784,BSU_15290,ftsZ,protein binding +2785,BSU_15290,ftsZ,protein binding +2786,BSU_15290,ftsZ,protein binding +2787,BSU_15290,ftsZ,protein binding +2788,BSU_15290,ftsZ,protein binding +2789,BSU_15290,ftsZ,cell division +2790,BSU_05940,tsaD,tRNA threonylcarbamoyladenosine modification +2791,BSU_05920,tsaB,tRNA threonylcarbamoyladenosine modification +2795,BSU_06730,rlmCD,rRNA methylation +2796,BSU_06730,rlmCD,rRNA (uridine-C5-)-methyltransferase activity +2803,BSU_00950,mrnC,RNA nuclease activity +2804,BSU_00950,mrnC,rRNA processing +2805,BSU_00640,spoIIE,endospore-forming forespore +2806,BSU_00640,spoIIE,protein binding +2807,BSU_00640,spoIIE,protein binding +2808,BSU_00750,pabA,tetrahydrofolate biosynthetic process +2809,BSU_00750,pabA,anthranilate synthase activity +2810,BSU_00750,pabA,tryptophan biosynthetic process +2811,BSU_00750,pabA,4-amino-4-deoxychorismate synthase activity +2812,BSU_00740,pabB,tetrahydrofolate biosynthetic process +2813,BSU_00740,pabB,4-amino-4-deoxychorismate synthase activity +2814,BSU_00740,pabB,magnesium ion binding +2815,BSU_00480,ridA,2-oxobutyrate biosynthetic process +2816,BSU_00480,ridA,2-iminobutanoate deaminase activity +2817,BSU_28220,clpX,protein catabolic process +2819,BSU_22080,ypwA,zinc ion binding +2820,BSU_22080,ypwA,metallocarboxypeptidase activity +2821,BSU_22080,ypwA,proteolysis +2822,BSU_09270,glpP,"transcription antitermination factor activity, RNA binding" +2823,BSU_09270,glpP,"transcription antitermination factor activity, RNA binding" +2824,BSU_09270,glpP,"transcription antitermination factor activity, RNA binding" +2825,BSU_09270,glpP,negative regulation of termination of DNA-templated transcription +2826,BSU_09270,glpP,negative regulation of termination of DNA-templated transcription +2827,BSU_09270,glpP,negative regulation of termination of DNA-templated transcription +2828,BSU_09270,glpP,cellular response to glucose stimulus +2829,BSU_09270,glpP,transcription antitermination +2830,BSU_09270,glpP,transcription antitermination +2831,BSU_09270,glpP,transcription antitermination +2832,BSU_09270,glpP,glycerol metabolic process +2833,BSU_09270,glpP,glycerol metabolic process +2834,BSU_09270,glpP,"transcription antitermination factor activity, RNA binding" +2835,BSU_09270,glpP,positive regulation of DNA-templated transcription +2836,BSU_09270,glpP,positive regulation of DNA-templated transcription +2837,BSU_09270,glpP,response to antibiotic +2838,BSU_09270,glpP,response to antibiotic +2839,BSU_09270,glpP,negative regulation of termination of DNA-templated transcription +2840,BSU_09270,glpP,cellular response to glucose stimulus +2841,BSU_09270,glpP,transcription antitermination +2842,BSU_09270,glpP,glycerol metabolic process +2843,BSU_09270,glpP,glycerol metabolic process +2844,BSU_09270,glpP,glycerol metabolic process +2846,BSU_23040,fer,electron transfer activity +2847,BSU_23040,fer,"4 iron, 4 sulfur cluster binding" +2848,BSU_28110,spoVID,protein binding +2849,BSU_28110,spoVID,protein binding +2850,BSU_28110,spoVID,protein binding +2851,BSU_28110,spoVID,ATPase binding +2852,BSU_13930,splB,DNA photolyase activity +2853,BSU_13930,splB,endospore-forming forespore +2854,BSU_13930,splB,metal ion binding +2855,BSU_13930,splB,iron-sulfur cluster binding +2856,BSU_13930,splB,"4 iron, 4 sulfur cluster binding" +2857,BSU_13930,splB,S-adenosyl-L-methionine binding +2858,BSU_23460,spoIIAB,protein binding +2859,BSU_16470,sigD,bacterial-type flagellum-dependent swarming motility +2860,BSU_21770,ilvA,threonine metabolic process +2861,BSU_00730,cysK,protein-containing complex +2862,BSU_00730,cysK,protein-DNA complex +2863,BSU_00730,cysK,protein-DNA complex +2864,BSU_00730,cysK,positive regulation of core promoter binding +2865,BSU_00730,cysK,positive regulation of core promoter binding +2866,BSU_00730,cysK,cystathionine beta-synthase activity +2867,BSU_00730,cysK,cysteine synthase activity +2868,BSU_00730,cysK,cysteine biosynthetic process from serine +2869,BSU_00730,cysK,protein homodimerization activity +2870,BSU_00730,cysK,positive regulation of cell population proliferation +2871,BSU_00730,cysK,methionine catabolic process +2872,BSU_00730,cysK,DNA-binding transcription factor binding +2873,BSU_23530,spoIIM,cell septum +2874,BSU_23530,spoIIM,cell septum +2875,BSU_23530,spoIIM,regulation of sporulation resulting in formation of a cellular spore +2876,BSU_23530,spoIIM,cell septum +2877,BSU_23530,spoIIM,regulation of sporulation resulting in formation of a cellular spore +2878,BSU_23530,spoIIM,positive regulation of cell septum assembly +2879,BSU_01080,rpoC,protein binding +2880,BSU_01080,rpoC,protein binding +2882,BSU_16960,rny,identical protein binding +2883,BSU_16960,rny,protein binding +2884,BSU_16960,rny,protein binding +2885,BSU_16960,rny,protein binding +2886,BSU_16960,rny,protein binding +2887,BSU_16960,rny,protein binding +2888,BSU_16780,rnjB,RNA endonuclease activity +2889,BSU_16780,rnjB,mRNA processing +2890,BSU_16780,rnjB,protein binding +2891,BSU_16780,rnjB,protein binding +2892,BSU_16510,pyrH,protein binding +2893,BSU_16050,rbgA,GTPase activity +2895,BSU_14010,cheV,chemotaxis +2896,BSU_17450,glnR,identical protein binding +2897,BSU_17450,glnR,identical protein binding +2898,BSU_17450,glnR,protein binding +2899,BSU_17450,glnR,protein binding +2900,BSU_00860,clpC,protein binding +2901,BSU_00860,clpC,protein binding +2902,BSU_00840,mcsA,proteolysis +2910,BSU_00410,rnmV,rRNA processing +2911,BSU_00410,rnmV,ribonuclease M5 activity +2912,BSU_00410,rnmV,ribosome biogenesis +2923,BSU_00120,pdxT,identical protein binding +2924,BSU_00120,pdxT,identical protein binding +2925,BSU_00120,pdxT,protein binding +2928,BSU_40680,yybD,"acyltransferase activity, transferring groups other than amino-acyl groups" +2929,BSU_13590,mtnW,carbon fixation +2930,BSU_11670,thiO,amino acid metabolic process +2931,BSU_11670,thiO,glycine oxidase activity +2932,BSU_11670,thiO,FAD binding +2933,BSU_11670,thiO,thiamine biosynthetic process +2934,BSU_11610,ppnKA,NAD+ kinase activity +2935,BSU_11610,ppnKA,ATP binding +2936,BSU_11610,ppnKA,NADP biosynthetic process +2937,BSU_11610,ppnKA,NAD binding +2941,BSU_40410,walR,regulation of DNA-templated transcription +2942,BSU_00690,ftsH,peptidase activity +2943,BSU_00690,ftsH,cell septum +2944,BSU_00690,ftsH,protein catabolic process +2945,BSU_00690,ftsH,sporulation +2946,BSU_00620,divIC,protein binding +2947,BSU_00620,divIC,protein binding +2948,BSU_40440,dnaC,protein binding +2949,BSU_40440,dnaC,protein binding +2950,BSU_40440,dnaC,protein binding +2951,BSU_40440,dnaC,protein binding +2952,BSU_05910,tsaE,tRNA threonylcarbamoyladenosine modification +2953,BSU_21490,sunI,plasma membrane +2954,BSU_21490,sunI,bacteriocin immunity +2955,BSU_21450,sunS,protein S-linked glycosylation via cysteine +2956,BSU_21450,sunS,UDP-glycosyltransferase activity +2957,BSU_21450,sunS,bacteriocin biosynthetic process +2959,BSU_19430,cdaS,adenylate cyclase activity +2965,BSU_03900,gabT,4-aminobutyrate transaminase activity +2966,BSU_26890,csn,chitosanase activity +2967,BSU_09290,glpK,glycerol kinase activity +2968,BSU_09290,glpK,glycerol metabolic process +2969,BSU_18460,gltC,DNA-binding transcription factor activity +2970,BSU_18460,gltC,regulation of DNA-templated transcription +2971,BSU_18460,gltC,protein binding +2972,BSU_33500,copA,identical protein binding +2973,BSU_33222,rsoA,protein binding +2974,BSU_33222,rsoA,protein binding +2975,BSU_16299,swrD,bacterial-type flagellum-dependent swarming motility +2976,BSU_16299,swrD,bacterial-type flagellum-dependent swarming motility +2977,BSU_03200,putB,proline dehydrogenase activity +2978,BSU_03200,putB,proline catabolic process +2979,BSU_03200,putB,FAD binding +2980,BSU_09930,yhaM,rRNA 3'-end processing +2982,BSU_29740,ccpA,negative regulation of DNA-templated transcription +2983,BSU_29740,ccpA,transcription cis-regulatory region binding +2984,BSU_29740,ccpA,transcription cis-regulatory region binding +2985,BSU_29740,ccpA,transcription cis-regulatory region binding +2986,BSU_29740,ccpA,DNA-binding transcription activator activity +2987,BSU_29740,ccpA,DNA-binding transcription activator activity +2988,BSU_29740,ccpA,DNA-binding transcription repressor activity +2989,BSU_29740,ccpA,protein-DNA complex +2990,BSU_29740,ccpA,protein-DNA complex +2991,BSU_29740,ccpA,protein-DNA complex +2992,BSU_29740,ccpA,transcription cis-regulatory region binding +2993,BSU_29740,ccpA,transcription cis-regulatory region binding +2994,BSU_29740,ccpA,DNA-binding transcription activator activity +2995,BSU_29740,ccpA,DNA-binding transcription activator activity +2996,BSU_29740,ccpA,protein-DNA complex +2997,BSU_29740,ccpA,protein-DNA complex +2998,BSU_29740,ccpA,negative regulation of DNA-templated transcription +2999,BSU_29740,ccpA,positive regulation of DNA-templated transcription +3000,BSU_29740,ccpA,protein binding +3001,BSU_29740,ccpA,protein binding +3002,BSU_29740,ccpA,protein binding +3003,BSU_29740,ccpA,protein binding +3004,BSU_06680,gatA,protein binding +3006,BSU_15510,pyrAA,protein binding +3007,BSU_15560,pyrE,protein binding +3008,BSU_41050,rnpA,DNA binding +3009,BSU_41050,rnpA,DNA binding +3010,BSU_41050,rnpA,DNA binding +3011,BSU_41050,rnpA,molecular adaptor activity +3012,BSU_41050,rnpA,ribonuclease P complex +3013,BSU_41050,rnpA,ribonuclease P activity +3014,BSU_41050,rnpA,chloride ion binding +3015,BSU_41050,rnpA,tRNA 3'-end processing +3016,BSU_41050,rnpA,3'-tRNA processing endoribonuclease activity +3017,BSU_41050,rnpA,anion binding +3018,BSU_41050,rnpA,sulfate binding +3019,BSU_41050,rnpA,sulfate binding +3020,BSU_41050,rnpA,ribonuclease P RNA binding +3021,BSU_41050,rnpA,phosphate ion binding +3022,BSU_37150,pyrG,protein binding +3023,BSU_13640,spo0E,regulation of sporulation +3024,BSU_25490,hrcA,negative regulation of DNA-templated transcription +3025,BSU_30860,ytcA,UDP-glucose 6-dehydrogenase activity +3026,BSU_30860,ytcA,NAD binding +3027,BSU_37030,racA,protein binding +3028,BSU_37030,racA,protein binding +3029,BSU_37190,clsB,cardiolipin synthase activity +3030,BSU_37190,clsB,cardiolipin biosynthetic process +3031,BSU_37190,clsB,sporulation +3032,BSU_24140,mmgD,"propionate metabolic process, methylcitrate cycle" +3033,BSU_24140,mmgD,2-methylcitrate synthase activity +3034,BSU_24140,mmgD,citrate synthase activity +3035,BSU_28190,engB,protein binding +3036,BSU_28190,engB,protein binding +3037,BSU_28190,engB,protein binding +3038,BSU_37680,bacG,"oxidoreductase activity, acting on the CH-CH group of donors, NAD or NADP as acceptor" +3039,BSU_37680,bacG,"oxidoreductase activity, acting on the CH-CH group of donors, NAD or NADP as acceptor" +3040,BSU_37680,bacG,antibiotic biosynthetic process +3041,BSU_37680,bacG,NADP binding +3042,BSU_37740,bacA,carboxy-lyase activity +3043,BSU_37740,bacA,carboxy-lyase activity +3044,BSU_37740,bacA,antibiotic biosynthetic process +3045,BSU_37790,rocG,glutamate dehydrogenase (NAD+) activity +3046,BSU_37790,rocG,amino acid metabolic process +3047,BSU_37790,rocG,protein binding +3048,BSU_37920,gerQ,spore wall +3049,BSU_37920,gerQ,spore wall +3050,BSU_37920,gerQ,isopeptide cross-linking via N6-(L-isoglutamyl)-L-lysine +3051,BSU_38130,ywcE,spore germination +3052,BSU_22690,aroH,chorismate metabolic process +3053,BSU_22690,aroH,chorismate mutase activity +3054,BSU_37090,glpX,"fructose 1,6-bisphosphate 1-phosphatase activity" +3055,BSU_37090,glpX,"fructose 1,6-bisphosphate metabolic process" +3056,BSU_37090,glpX,gluconeogenesis +3057,BSU_17030,cotE,identical protein binding +3058,BSU_17030,cotE,protein binding +3059,BSU_16330,cheY,bacterial-type flagellum-dependent swarming motility +3060,BSU_21480,sunA,extracellular region +3061,BSU_21480,sunA,defense response to Gram-positive bacterium +3062,BSU_01540,salA,negative regulation of DNA-templated transcription +3063,BSU_01540,salA,protein binding +3064,BSU_27260,mccA,cystathionine beta-synthase activity +3065,BSU_27260,mccA,cysteine synthase activity +3066,BSU_27260,mccA,cysteine biosynthetic process from serine +3067,BSU_27260,mccA,positive regulation of cell population proliferation +3068,BSU_28990,dnaB,DNA replication +3069,BSU_28990,dnaB,protein binding +3070,BSU_33620,estA,triglyceride lipase activity +3071,BSU_11520,mecA,protein binding +3072,BSU_11520,mecA,protein binding +3073,BSU_25530,spoIIP,protein binding +3074,BSU_37460,rapF,protein binding +3075,BSU_37460,rapF,protein binding +3076,BSU_14400,fruA,protein binding +3077,BSU_34350,epsC,positive regulation of single-species biofilm formation +3078,BSU_08650,fabL,enoyl-[acyl-carrier-protein] reductase (NADH) activity +3079,BSU_08650,fabL,fatty acid elongation +3080,BSU_08650,fabL,NADP binding +3081,BSU_27250,mccB,cystathionine gamma-lyase activity +3082,BSU_27250,mccB,homocysteine catabolic process +3083,BSU_27250,mccB,positive regulation of cell population proliferation +3084,BSU_31630,mrpD,sodium:proton antiporter activity +3085,BSU_31650,mrpF,sodium ion export across plasma membrane +3086,BSU_16320,fliY,phosphoprotein phosphatase activity +3087,BSU_16320,fliY,bacterial-type flagellum assembly +3088,BSU_16320,fliY,bacterial-type flagellum-dependent swarming motility +3089,BSU_16320,fliY,dephosphorylation +3090,BSU_16320,fliY,regulation of bacterial-type flagellum-dependent cell motility +3091,BSU_16320,fliY,chemotaxis +3092,BSU_30070,opuD,glycine betaine transport +3093,BSU_31100,ktrB,protein binding +3094,BSU_31090,ktrA,identical protein binding +3095,BSU_31090,ktrA,protein binding +3096,BSU_27660,comN,protein binding +3099,BSU_27310,pbpI,protein binding +3101,BSU_23990,brxB,response to hydroperoxide +3102,BSU_23990,brxB,cell redox homeostasis +3103,BSU_23990,brxB,response to hydroperoxide +3104,BSU_23990,brxB,response to oxidative stress +3105,BSU_23990,brxB,protein binding +3114,BSU_33600,smpB,trans-translation-dependent protein tagging +3115,BSU_33520,csoR,transcription cis-regulatory region binding +3116,BSU_33520,csoR,DNA-binding transcription repressor activity +3117,BSU_33520,csoR,protein-DNA complex +3119,BSU_15940,smc,identical protein binding +3120,BSU_15940,smc,identical protein binding +3121,BSU_15940,smc,protein binding +3122,BSU_15940,smc,protein binding +3123,BSU_15940,smc,protein binding +3124,BSU_15940,smc,protein binding +3125,BSU_15940,smc,protein binding +3126,BSU_10110,pbpF,protein binding +3127,BSU_40350,rocR,regulation of DNA-templated transcription +3128,BSU_40350,rocR,arginine metabolic process +3129,BSU_40340,rocD,ornithine aminotransferase activity +3130,BSU_40340,rocD,arginine metabolic process +3131,BSU_01420,rpsK,protein binding +3132,BSU_01420,rpsK,protein binding +3133,BSU_32800,gcvH,lipoate biosynthetic process +3134,BSU_32800,gcvH,protein lipoylation +3135,BSU_32690,sufS,protein binding +3136,BSU_32680,sufU,protein binding +3137,BSU_32530,pucF,allantoin catabolic process +3138,BSU_32530,pucF,zinc ion binding +3139,BSU_32530,pucF,allantoate deiminase activity +3140,BSU_32460,pucM,identical protein binding +3141,BSU_32330,lipA,lipoate synthase activity +3142,BSU_32330,lipA,lipoate biosynthetic process +3143,BSU_32330,lipA,protein lipoylation +3147,BSU_33029,spxO,protein binding +3148,BSU_00040,recF,bacterial nucleoid +3149,BSU_00040,recF,double-strand break repair +3150,BSU_00020,dnaN,protein binding +3151,BSU_00020,dnaN,protein binding +3152,BSU_00020,dnaN,protein binding +3153,BSU_00010,dnaA,DNA replication initiation +3154,BSU_00010,dnaA,identical protein binding +3155,BSU_00010,dnaA,identical protein binding +3156,BSU_00010,dnaA,protein binding +3157,BSU_00010,dnaA,protein binding +3158,BSU_00010,dnaA,protein binding +3159,BSU_00010,dnaA,DnaA-oriC complex +3160,BSU_00010,dnaA,protein binding +3161,BSU_00010,dnaA,protein binding +3162,BSU_08730,perR,transcription cis-regulatory region binding +3163,BSU_08730,perR,transcription cis-regulatory region binding +3164,BSU_08730,perR,transcription cis-regulatory region binding +3165,BSU_08730,perR,transcription cis-regulatory region binding +3166,BSU_08730,perR,transcription cis-regulatory region binding +3167,BSU_08730,perR,DNA-binding transcription activator activity +3168,BSU_08730,perR,DNA-binding transcription activator activity +3169,BSU_08730,perR,DNA-binding transcription repressor activity +3170,BSU_08730,perR,DNA-binding transcription repressor activity +3171,BSU_08730,perR,DNA-binding transcription repressor activity +3172,BSU_08730,perR,DNA-binding transcription repressor activity +3173,BSU_08730,perR,protein-DNA complex +3174,BSU_08730,perR,protein-DNA complex +3175,BSU_08730,perR,protein-DNA complex +3176,BSU_08730,perR,protein-DNA complex +3177,BSU_08730,perR,protein-DNA complex +3178,BSU_08730,perR,transcription cis-regulatory region binding +3179,BSU_08730,perR,transcription cis-regulatory region binding +3180,BSU_08730,perR,DNA-binding transcription activator activity +3181,BSU_08730,perR,DNA-binding transcription repressor activity +3182,BSU_08730,perR,DNA-binding transcription repressor activity +3183,BSU_08730,perR,protein-DNA complex +3184,BSU_08730,perR,protein-DNA complex +3185,BSU_31920,adeR,DNA-templated transcription +3186,BSU_31920,adeR,sporulation +3189,BSU_36550,spoIIQ,endospore-forming forespore +3190,BSU_36550,spoIIQ,protein binding +3191,BSU_36550,spoIIQ,protein binding +3192,BSU_36550,spoIIQ,protein binding +3193,BSU_36590,clsA,cardiolipin synthase activity +3194,BSU_36590,clsA,cardiolipin biosynthetic process +3195,BSU_36590,clsA,sporulation +3196,BSU_15420,divIVA,identical protein binding +3197,BSU_15420,divIVA,identical protein binding +3198,BSU_15420,divIVA,identical protein binding +3199,BSU_15420,divIVA,identical protein binding +3200,BSU_15420,divIVA,protein binding +3201,BSU_15280,ftsA,ATP hydrolysis activity +3202,BSU_15280,ftsA,protein binding +3203,BSU_15280,ftsA,protein binding +3204,BSU_15280,ftsA,protein binding +3205,BSU_15280,ftsA,protein binding +3206,BSU_19220,recQ,3'-5' DNA helicase activity +3207,BSU_31680,comA,protein binding +3208,BSU_16200,fliE,bacterial-type flagellum assembly +3209,BSU_16200,fliE,bacterial-type flagellum-dependent swarming motility +3210,BSU_16190,flgC,bacterial-type flagellum assembly +3211,BSU_16190,flgC,bacterial-type flagellum-dependent swarming motility +3212,BSU_16180,flgB,bacterial-type flagellum assembly +3213,BSU_16180,flgB,bacterial-type flagellum-dependent swarming motility +3214,BSU_25190,cccA,protein binding +3215,BSU_38170,qoxA,"oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor" +3216,BSU_38170,qoxA,ATP synthesis coupled electron transport +3217,BSU_38150,qoxC,"oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor" +3218,BSU_38150,qoxC,ATP synthesis coupled electron transport +3219,BSU_38140,qoxD,"oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor" +3220,BSU_38140,qoxD,ATP synthesis coupled electron transport +3224,BSU_35240,ctpB,identical protein binding +3225,BSU_35240,ctpB,protein binding +3226,BSU_35240,ctpB,peptidase activity +3227,BSU_35240,ctpB,sporulation resulting in formation of a cellular spore +3228,BSU_35240,ctpB,proteolysis +3229,BSU_35240,ctpB,peptide metabolic process +3230,BSU_35240,ctpB,protein homodimerization activity +3231,BSU_35240,ctpB,peptide binding +3232,BSU_35240,ctpB,signal transduction +3233,BSU_11720,fabI,enoyl-[acyl-carrier-protein] reductase (NADH) activity +3234,BSU_11720,fabI,cellular response to cold +3235,BSU_11720,fabI,fatty acid elongation +3236,BSU_17700,cotC,protein binding +3237,BSU_17700,cotC,protein binding +3238,BSU_13950,mcpC,positive chemotaxis +3239,BSU_13950,mcpC,positive chemotaxis +3240,BSU_23520,fur,negative regulation of DNA-templated transcription +3241,BSU_23520,fur,transcription cis-regulatory region binding +3242,BSU_23520,fur,transcription cis-regulatory region binding +3243,BSU_23520,fur,DNA-binding transcription repressor activity +3244,BSU_23520,fur,DNA-binding transcription repressor activity +3245,BSU_23520,fur,protein-DNA complex +3246,BSU_23520,fur,protein-DNA complex +3247,BSU_23520,fur,negative regulation of DNA-templated transcription +3248,BSU_23520,fur,negative regulation of DNA-templated transcription +3249,BSU_23520,fur,negative regulation of DNA-templated transcription +3250,BSU_23560,mleN,sodium:proton antiporter activity +3251,BSU_23840,rnz,identical protein binding +3252,BSU_23840,rnz,identical protein binding +3253,BSU_02820,rapJ,protein binding +3254,BSU_02820,rapJ,protein binding +3255,BSU_02820,rapJ,protein binding +3256,BSU_34540,clpP,ATP-dependent peptidase activity +3257,BSU_34540,clpP,identical protein binding +3258,BSU_15520,pyrAB,protein binding +3259,BSU_22480,mgsA,methylglyoxal synthase activity +3260,BSU_28000,minC,negative regulation of protein polymerization +3261,BSU_28000,minC,protein binding +3267,BSU_10380,hemAT,heme binding +3268,BSU_10380,hemAT,aerotaxis +3269,BSU_10380,hemAT,signal transduction +3270,BSU_10380,hemAT,cellular_component +3271,BSU_10250,lplJ,lipoyltransferase activity +3272,BSU_10250,lplJ,lipoate-protein ligase activity +3273,BSU_10250,lplJ,protein lipoylation +3274,BSU_28980,dnaI,protein binding +3275,BSU_28980,dnaI,protein binding +3276,BSU_28980,dnaI,protein binding +3277,BSU_13980,pbpH,protein binding +3278,BSU_24220,spo0A,single-species surface biofilm formation +3279,BSU_24220,spo0A,positive regulation of DNA-templated transcription +3280,BSU_24220,spo0A,cell septum assembly +3281,BSU_24220,spo0A,positive regulation of sporulation resulting in formation of a cellular spore +3282,BSU_24220,spo0A,asymmetric cell division +3283,BSU_24610,sinR,negative regulation of DNA-templated transcription +3284,BSU_24610,sinR,negative regulation of gene expression +3285,BSU_27970,spoIVFB,protein binding +3286,BSU_27980,spoIVFA,protein binding +3293,BSU_22830,gpsA,glycerol-3-phosphate dehydrogenase [NAD(P)+] activity +3294,BSU_01310,rplF,protein binding +3295,BSU_37730,bacB,"intramolecular oxidoreductase activity, transposing C=C bonds" +3296,BSU_37730,bacB,"intramolecular oxidoreductase activity, transposing C=C bonds" +3297,BSU_37730,bacB,iron ion binding +3298,BSU_37730,bacB,iron ion binding +3299,BSU_37730,bacB,antibiotic biosynthetic process +3300,BSU_37730,bacB,cobalt ion binding +3301,BSU_37730,bacB,cobalt ion binding +3302,BSU_17460,glnA,glutamine biosynthetic process +3303,BSU_17460,glnA,protein binding +3304,BSU_17460,glnA,protein binding +3305,BSU_17460,glnA,protein binding +3306,BSU_17460,glnA,protein binding +3307,BSU_17460,glnA,nitrogen catabolite repression of transcription +3308,BSU_17460,glnA,negative regulation of DNA-templated transcription +3309,BSU_17460,glnA,negative regulation of core promoter binding +3310,BSU_17460,glnA,cellular response to nitrogen levels +3311,BSU_17460,glnA,glutamine binding +3312,BSU_17460,glnA,DNA-binding transcription factor binding +3313,BSU_17460,glnA,magnesium ion binding +3314,BSU_17460,glnA,magnesium ion binding +3315,BSU_17460,glnA,glutamate binding +3316,BSU_17460,glnA,glutamate binding +3317,BSU_17460,glnA,ATP binding +3318,BSU_37640,lipL,octanoyltransferase activity +3319,BSU_37640,lipL,lipoate biosynthetic process +3320,BSU_37640,lipL,protein lipoylation +3321,BSU_37640,lipL,lipoate biosynthetic process +3322,BSU_37640,lipL,protein lipoylation +3323,BSU_16170,codY,regulation of DNA-templated transcription +3324,BSU_16170,codY,transcription cis-regulatory region binding +3325,BSU_16170,codY,transcription cis-regulatory region binding +3326,BSU_16170,codY,transcription cis-regulatory region binding +3327,BSU_16170,codY,DNA-binding transcription repressor activity +3328,BSU_16170,codY,DNA-binding transcription repressor activity +3329,BSU_16170,codY,DNA-binding transcription repressor activity +3330,BSU_16170,codY,protein-DNA complex +3331,BSU_16170,codY,protein-DNA complex +3332,BSU_16170,codY,protein-DNA complex +3333,BSU_16170,codY,transcription cis-regulatory region binding +3334,BSU_16170,codY,transcription cis-regulatory region binding +3335,BSU_16170,codY,DNA-binding transcription repressor activity +3336,BSU_16170,codY,DNA-binding transcription repressor activity +3337,BSU_16170,codY,protein-DNA complex +3338,BSU_16170,codY,protein-DNA complex +3339,BSU_16170,codY,protein binding +3340,BSU_16170,codY,protein binding +3341,BSU_30190,bioI,biotin biosynthetic process +3342,BSU_09670,dat,pyridoxal phosphate binding +3343,BSU_09670,dat,D-amino acid biosynthetic process +3344,BSU_09670,dat,D-amino acid catabolic process +3345,BSU_09670,dat,D-alanine:2-oxoglutarate aminotransferase activity +3347,BSU_10550,ntdA,transaminase activity +3348,BSU_10550,ntdA,pyridoxal phosphate binding +3349,BSU_10550,ntdA,antibiotic biosynthetic process +3350,BSU_10540,ntdB,phosphatase activity +3351,BSU_10540,ntdB,antibiotic biosynthetic process +3352,BSU_09340,azr,identical protein binding +3353,BSU_09900,yhaP,protein binding +3354,BSU_37130,spo0F,protein binding +3355,BSU_37130,spo0F,protein binding +3356,BSU_37130,spo0F,protein binding +3357,BSU_37130,spo0F,protein binding +3358,BSU_37130,spo0F,protein binding +3359,BSU_10530,ntdC,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +3360,BSU_10530,ntdC,antibiotic biosynthetic process +3362,BSU_06480,purL,ATP binding +3363,BSU_06480,purL,phosphoribosylformylglycinamidine synthase activity +3364,BSU_06480,purL,purine nucleotide biosynthetic process +3388,BSU_16110,dprA,DNA/DNA annealing activity +3389,BSU_16110,dprA,protein binding +3390,BSU_16110,dprA,protein binding +3391,BSU_39080,licT,positive regulation of DNA-templated transcription +3392,BSU_16440,cheW,chemotaxis +3393,BSU_16440,cheW,chemotaxis to oxidizable substrate +3394,BSU_22320,ponA,protein binding +3395,BSU_22310,recU,DNA repair +3399,BSU_36400,flhO,bacterial-type flagellum-dependent swarming motility +3400,BSU_36410,mbl,protein binding +3401,BSU_35320,fliT,protein binding +3402,BSU_35340,fliD,protein binding +3403,BSU_14870,ctaA,protein binding +3404,BSU_37110,tal,identical protein binding +3406,BSU_14530,rnjA,RNA endonuclease activity +3407,BSU_14530,rnjA,5'-3' RNA exonuclease activity +3408,BSU_14530,rnjA,rRNA processing +3409,BSU_14530,rnjA,mRNA processing +3410,BSU_14530,rnjA,rRNA processing +3411,BSU_14530,rnjA,identical protein binding +3412,BSU_14530,rnjA,identical protein binding +3413,BSU_14530,rnjA,identical protein binding +3414,BSU_14530,rnjA,protein binding +3415,BSU_14530,rnjA,protein binding +3416,BSU_14530,rnjA,protein binding +3417,BSU_13310,tnrA,protein binding +3418,BSU_13310,tnrA,protein binding +3419,BSU_13310,tnrA,protein binding +3420,BSU_13310,tnrA,protein binding +3421,BSU_13310,tnrA,core promoter sequence-specific DNA binding +3422,BSU_13310,tnrA,nitrogen catabolite activation of transcription +3423,BSU_13310,tnrA,cellular response to nitrogen levels +3424,BSU_13310,tnrA,protein binding +3425,BSU_36970,spoIIR,protein binding +3426,BSU_39430,deoR,identical protein binding +3429,BSU_40330,rocE,arginine metabolic process +3431,BSU_29130,icd,protein binding +3432,BSU_05610,vmlR,tRNA binding +3433,BSU_05610,vmlR,rRNA binding +3434,BSU_05610,vmlR,response to antibiotic +3435,BSU_05610,vmlR,ATP binding +3436,BSU_05610,vmlR,rescue of stalled ribosome +3437,BSU_05610,vmlR,cytoplasm +3438,BSU_32000,dhbA,cellular response to iron ion +3439,BSU_29690,acuA,carbon catabolite repression of transcription by glucose +3440,BSU_29690,acuA,spore germination +3441,BSU_29690,acuA,acetyl-CoA synthetase acetyltransferase activity +3442,BSU_29690,acuA,acetyl-CoA synthetase acetyltransferase activity +3443,BSU_29690,acuA,acetoin dehydrogenase activity +3444,BSU_29690,acuA,acetoin catabolic process +3445,BSU_29690,acuA,cellular response to acetate +3446,BSU_29690,acuA,cellular response to acetate +3447,BSU_29690,acuA,butanediol catabolic process +3448,BSU_01750,cdaA,adenylate cyclase activity +3449,BSU_01750,cdaA,plasma membrane +3450,BSU_31720,degQ,positive regulation of single-species biofilm formation +3451,BSU_35260,ftsE,plasma membrane +3452,BSU_35260,ftsE,cell septum assembly +3453,BSU_35260,ftsE,positive regulation of sporulation resulting in formation of a cellular spore +3454,BSU_35260,ftsE,regulation of phosphorelay signal transduction system +3455,BSU_35260,ftsE,asymmetric cell division +3456,BSU_33940,gapA,glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity +3457,BSU_33940,gapA,NAD binding +3458,BSU_33940,gapA,glycolytic process +3459,BSU_33940,gapA,protein binding +3460,BSU_01050,rplL,protein binding +3461,BSU_28010,mreD,protein binding +3462,BSU_28010,mreD,protein binding +3463,BSU_28010,mreD,protein binding +3464,BSU_28020,mreC,protein self-association +3465,BSU_28020,mreC,plasma membrane +3466,BSU_28020,mreC,plasma membrane +3467,BSU_28020,mreC,cell septum +3468,BSU_28020,mreC,cell septum +3469,BSU_28020,mreC,regulation of cell shape +3470,BSU_28020,mreC,regulation of cell shape +3471,BSU_28020,mreC,regulation of cell shape +3472,BSU_28020,mreC,peptidoglycan-based cell wall biogenesis +3473,BSU_28020,mreC,protein binding +3474,BSU_28020,mreC,protein binding +3475,BSU_28020,mreC,protein binding +3476,BSU_28020,mreC,protein binding +3477,BSU_28020,mreC,protein binding +3478,BSU_28020,mreC,protein binding +3479,BSU_28020,mreC,protein binding +3480,BSU_28020,mreC,protein binding +3481,BSU_28020,mreC,protein binding +3482,BSU_28030,mreB,protein binding +3483,BSU_28030,mreB,protein binding +3484,BSU_27990,minD,protein binding +3485,BSU_27990,minD,protein binding +3486,BSU_31170,iolU,scyllo-inositol dehydrogenase (NADP+) activity +3501,BSU_05650,ydgH,protein binding +3502,BSU_05650,ydgH,protein binding +3503,BSU_29120,mdh,protein binding +3504,BSU_04970,cwlT,lysozyme activity +3505,BSU_04970,cwlT,endopeptidase activity +3508,BSU_04650,ndoAI,identical protein binding +3509,BSU_04580,cshA,RNA binding +3510,BSU_04580,cshA,RNA helicase activity +3511,BSU_04580,cshA,ATP binding +3512,BSU_04580,cshA,ribosome +3513,BSU_04580,cshA,bacterial nucleoid +3514,BSU_04580,cshA,RNA secondary structure unwinding +3515,BSU_04580,cshA,response to cold +3516,BSU_04580,cshA,protein binding +3517,BSU_35380,fliW,positive regulation of translation +3518,BSU_35380,fliW,positive regulation of bacterial-type flagellum assembly +3519,BSU_35380,fliW,bacterial-type flagellum-dependent swarming motility +3520,BSU_35380,fliW,bacterial-type flagellum-dependent swarming motility +3521,BSU_35380,fliW,regulation of bacterial-type flagellum-dependent cell motility +3522,BSU_04140,pbpC,protein binding +3523,BSU_04110,lipC,lipid catabolic process +3524,BSU_35700,tagH,protein binding +3525,BSU_35700,tagH,protein binding +3526,BSU_35710,tagG,protein binding +3527,BSU_01160,rplC,positive regulation of rRNA processing +3528,BSU_16430,cheA,bacterial-type flagellum-dependent swarming motility +3529,BSU_25290,era,negative regulation of DNA-templated DNA replication initiation +3530,BSU_25290,era,positive regulation of cell division +3531,BSU_25280,recO,bacterial nucleoid +3532,BSU_25280,recO,double-strand break repair +3533,BSU_16240,fliI,bacterial-type flagellum assembly +3534,BSU_16240,fliI,bacterial-type flagellum-dependent swarming motility +3536,BSU_13900,ptsH,regulation of carbohydrate utilization +3537,BSU_13900,ptsH,protein binding +3538,BSU_13900,ptsH,protein binding +3539,BSU_00370,abrB,negative regulation of DNA-templated transcription +3540,BSU_00370,abrB,regulation of sporulation +3541,BSU_00370,abrB,identical protein binding +3542,BSU_00370,abrB,identical protein binding +3543,BSU_00370,abrB,protein binding +3544,BSU_00370,abrB,protein binding +3545,BSU_23150,resA,protein binding +3550,BSU_22800,spoIVA,ATP hydrolysis activity +3551,BSU_22800,spoIVA,ATP hydrolysis activity +3552,BSU_22800,spoIVA,protein polymerization +3553,BSU_22800,spoIVA,protein polymerization +3554,BSU_22800,spoIVA,protein complex oligomerization +3555,BSU_22800,spoIVA,spore wall +3556,BSU_22800,spoIVA,spore wall +3557,BSU_22800,spoIVA,spore wall +3558,BSU_22800,spoIVA,endospore-forming forespore +3559,BSU_22800,spoIVA,endospore-forming forespore +3560,BSU_22800,spoIVA,spore wall assembly +3561,BSU_22800,spoIVA,spore wall assembly +3562,BSU_22800,spoIVA,endospore-forming forespore +3563,BSU_22800,spoIVA,endospore-forming forespore +3564,BSU_22800,spoIVA,endospore-forming forespore +3565,BSU_22800,spoIVA,spore wall biogenesis +3566,BSU_22800,spoIVA,spore wall biogenesis +3567,BSU_22800,spoIVA,ATP binding +3568,BSU_22800,spoIVA,ATP binding +3569,BSU_22800,spoIVA,sporulation resulting in formation of a cellular spore +3570,BSU_22800,spoIVA,sporulation +3571,BSU_22800,spoIVA,protein complex oligomerization +3572,BSU_22800,spoIVA,spore wall assembly +3573,BSU_22800,spoIVA,spore wall assembly +3574,BSU_22800,spoIVA,spore wall assembly +3575,BSU_22800,spoIVA,endospore-forming forespore +3576,BSU_22800,spoIVA,endospore cortex +3577,BSU_22800,spoIVA,spore wall biogenesis +3578,BSU_22800,spoIVA,spore wall biogenesis +3579,BSU_22800,spoIVA,spore germination +3580,BSU_22800,spoIVA,sporulation +3581,BSU_22800,spoIVA,sporulation +3582,BSU_22800,spoIVA,peptidoglycan metabolic process +3583,BSU_22800,spoIVA,protein binding +3584,BSU_22800,spoIVA,protein binding +3585,BSU_22800,spoIVA,protein binding +3586,BSU_22800,spoIVA,protein binding +3587,BSU_00100,dacA,serine-type D-Ala-D-Ala carboxypeptidase activity +3588,BSU_15160,pbpB,protein binding +3589,BSU_15160,pbpB,protein binding +3590,BSU_15160,pbpB,protein binding +3591,BSU_15160,pbpB,protein binding +3592,BSU_15150,ftsL,protein binding +3593,BSU_15150,ftsL,protein binding +3594,BSU_39230,wapA,tRNA-specific ribonuclease activity +3595,BSU_39230,wapA,tRNA catabolic process +3596,BSU_01100,rpsL,protein binding +3597,BSU_15810,spoVM,protein binding +3598,BSU_16490,rpsB,protein binding +3599,BSU_06720,dagK,ATP-dependent diacylglycerol kinase activity +3600,BSU_28370,rph,rRNA 3'-end processing +3601,BSU_11550,spxH,protein binding +3602,BSU_11550,spxH,protein binding +3603,BSU_11550,spxH,protein binding +3605,BSU_13740,queE,magnesium ion binding +3606,BSU_13740,queE,carbon-nitrogen lyase activity +3607,BSU_13740,queE,protein homodimerization activity +3608,BSU_13740,queE,"4 iron, 4 sulfur cluster binding" +3609,BSU_13740,queE,S-adenosyl-L-methionine binding +3610,BSU_16390,flhA,bacterial-type flagellum assembly +3611,BSU_16390,flhA,bacterial-type flagellum-dependent swarming motility +3612,BSU_16390,flhA,protein binding +3613,BSU_02030,ybdM,protein binding +3614,BSU_02030,ybdM,protein binding +3615,BSU_02030,ybdM,protein binding +3616,BSU_02030,ybdM,protein binding +3617,BSU_02030,ybdM,protein binding +3618,BSU_02030,ybdM,protein binding +3619,BSU_02030,ybdM,protein binding +3620,BSU_02530,rtpA,identical protein binding +3621,BSU_02530,rtpA,identical protein binding +3622,BSU_02530,rtpA,protein binding +3623,BSU_32150,paiA,diamine N-acetyltransferase activity +3624,BSU_32150,paiA,negative regulation of sporulation +3625,BSU_16380,flhB,bacterial-type flagellum assembly +3626,BSU_16380,flhB,bacterial-type flagellum-dependent swarming motility +3627,BSU_16370,fliR,bacterial-type flagellum assembly +3628,BSU_16370,fliR,bacterial-type flagellum-dependent swarming motility +3629,BSU_16360,fliQ,bacterial-type flagellum assembly +3630,BSU_16360,fliQ,bacterial-type flagellum-dependent swarming motility +3631,BSU_16350,fliP,bacterial-type flagellum assembly +3632,BSU_16350,fliP,bacterial-type flagellum-dependent swarming motility +3634,BSU_15390,sepF,cell septum assembly +3635,BSU_15390,sepF,identical protein binding +3636,BSU_15390,sepF,identical protein binding +3637,BSU_15390,sepF,identical protein binding +3638,BSU_15390,sepF,protein binding +3639,BSU_15390,sepF,protein binding +3640,BSU_15390,sepF,protein binding +3641,BSU_17000,kbl,8-amino-7-oxononanoate synthase activity +3642,BSU_17000,kbl,glycine C-acetyltransferase activity +3643,BSU_17000,kbl,pyridoxal phosphate binding +3644,BSU_17000,kbl,biotin biosynthetic process +3645,BSU_17010,miaB,N6-isopentenyladenosine methylthiotransferase activity +3646,BSU_17010,miaB,tRNA methylthiolation +3647,BSU_00110,pdxS,identical protein binding +3648,BSU_00110,pdxS,protein binding +3649,BSU_00560,spoVT,identical protein binding +3654,BSU_21690,msrA,cytoplasm +3655,BSU_21690,msrA,peptide-methionine (S)-S-oxide reductase activity +3656,BSU_21690,msrA,cellular response to oxidative stress +3657,BSU_21690,msrA,L-methionine-(S)-S-oxide reductase activity +3658,BSU_33620,estA,lipase activity +3659,BSU_33620,estA,lipid catabolic process +3660,BSU_28110,spoVID,lytic endotransglycosylase activity +3664,BSU_00120,pdxT,glutaminase complex +3665,BSU_00120,pdxT,cytosol +3666,BSU_00120,pdxT,pyridoxine metabolic process +3667,BSU_00120,pdxT,glutaminase activity +3668,BSU_00120,pdxT,pyridoxal phosphate biosynthetic process +3669,BSU_33320,fhuD,outer membrane-bounded periplasmic space +3671,BSU_25620,rsfS,negative regulation of ribosome biogenesis +3672,BSU_25620,rsfS,ribosomal large subunit binding +3673,BSU_25620,rsfS,negative regulation of translation +3677,BSU_24290,xseB,cytosol +3678,BSU_24290,xseB,exodeoxyribonuclease VII activity +3679,BSU_23780,yqjQ,membrane +3680,BSU_15130,mraZ,negative regulation of DNA-templated transcription initiation +3681,BSU_15130,mraZ,transcription cis-regulatory region binding +3682,BSU_15130,mraZ,DNA-binding transcription factor activity +3683,BSU_30180,ytbQ,"dTDP-glucose 4,6-dehydratase activity" +3684,BSU_30210,bioD,biotin biosynthetic process +3685,BSU_30210,bioD,dethiobiotin synthase activity +3686,BSU_30210,bioD,cytosol +3687,BSU_30200,bioB,biotin synthase activity +3688,BSU_30200,bioB,"2 iron, 2 sulfur cluster binding" +3689,BSU_30200,bioB,biotin biosynthetic process +3690,BSU_30230,bioK,adenosylmethionine-8-amino-7-oxononanoate transaminase activity +3691,BSU_30230,bioK,biotin biosynthetic process +3693,BSU_13930,splB,DNA photolyase activity +3694,BSU_13930,splB,S-adenosyl-L-methionine binding +3695,BSU_13930,splB,endospore-forming forespore +3696,BSU_13930,splB,"4 iron, 4 sulfur cluster binding" +3697,BSU_25510,lepA,ribosome binding +3698,BSU_25510,lepA,positive regulation of translation +3699,BSU_02140,glpT,glucose 6-phosphate:inorganic phosphate antiporter activity +3700,BSU_02140,glpT,glucose-6-phosphate transport +3701,BSU_02140,glpT,phosphate ion transmembrane transport +3702,BSU_02140,glpT,plasma membrane +3706,BSU_21770,ilvA,threonine deaminase activity +3707,BSU_21770,ilvA,L-serine catabolic process +3708,BSU_21770,ilvA,threonine catabolic process +3709,BSU_21770,ilvA,isoleucine biosynthetic process +3710,BSU_21770,ilvA,L-serine ammonia-lyase activity +3711,BSU_03150,aroK,cytosol +3712,BSU_03150,aroK,shikimate kinase activity +3719,BSU_00730,cysK,L-cysteine desulfhydrase activity +3720,BSU_00730,cysK,cysteine synthase activity +3721,BSU_00730,cysK,cytoplasm +3722,BSU_00730,cysK,cysteine biosynthetic process from serine +3723,BSU_01800,alkA,DNA-7-methylguanine glycosylase activity +3724,BSU_01800,alkA,cytoplasm +3725,BSU_01800,alkA,protein-DNA complex +3726,BSU_01800,alkA,DNA-3-methyladenine glycosylase activity +3727,BSU_01800,alkA,DNA dealkylation involved in DNA repair +3728,BSU_01800,alkA,"base-excision repair, AP site formation" +3729,BSU_01800,alkA,alkylated DNA binding +3730,BSU_29470,ackA,acetate kinase activity +3731,BSU_29470,ackA,acetate metabolic process +3732,BSU_01080,rpoC,DNA-directed 5'-3' RNA polymerase activity +3733,BSU_01070,rpoB,DNA-directed 5'-3' RNA polymerase activity +3734,BSU_36860,atpE,proton motive force-driven ATP synthesis +3735,BSU_36860,atpE,"proton-transporting ATP synthase complex, coupling factor F(o)" +3736,BSU_36850,atpF,"proton-transporting ATP synthase complex, coupling factor F(o)" +3737,BSU_36850,atpF,"proton-transporting ATPase activity, rotational mechanism" +3738,BSU_36870,atpB,"proton-transporting ATP synthase complex, coupling factor F(o)" +3739,BSU_36870,atpB,"proton-transporting ATP synthase activity, rotational mechanism" +3740,BSU_36870,atpB,proton motive force-driven plasma membrane ATP synthesis +3741,BSU_36800,atpC,"proton-transporting ATP synthase activity, rotational mechanism" +3742,BSU_36800,atpC,proton motive force-driven ATP synthesis +3743,BSU_36800,atpC,"proton-transporting ATP synthase complex, catalytic core F(1)" +3744,BSU_36840,atpH,"proton-transporting ATP synthase activity, rotational mechanism" +3745,BSU_36840,atpH,proton motive force-driven ATP synthesis +3746,BSU_36840,atpH,"proton-transporting ATP synthase complex, catalytic core F(1)" +3747,BSU_36820,atpG,"proton-transporting ATP synthase complex, catalytic core F(1)" +3748,BSU_36820,atpG,proton motive force-driven ATP synthesis +3749,BSU_36820,atpG,"proton-transporting ATP synthase activity, rotational mechanism" +3750,BSU_36810,atpD,"proton-transporting ATP synthase activity, rotational mechanism" +3751,BSU_36810,atpD,"proton-transporting ATP synthase complex, catalytic core F(1)" +3752,BSU_15220,murG,glycosyltransferase activity +3753,BSU_00880,disA,adenylate cyclase activity +3754,BSU_00870,radA,recombinational repair +3755,BSU_00850,mcsB,extracellular space +3756,BSU_00850,mcsB,kinase activity +3757,BSU_00580,yabN,nucleoside triphosphate diphosphatase activity +3758,BSU_00580,yabN,TTP catabolic process +3759,BSU_00580,yabN,dTTP catabolic process +3760,BSU_00580,yabN,dGTP catabolic process +3761,BSU_00580,yabN,UTP catabolic process +3762,BSU_00580,yabN,dUTP catabolic process +3763,BSU_00580,yabN,dATP catabolic process +3767,BSU_00460,ispE,4-(cytidine 5'-diphospho)-2-C-methyl-D-erythritol kinase activity +3768,BSU_00410,rnmV,rRNA processing +3769,BSU_00410,rnmV,ribonuclease M5 activity +3772,BSU_00310,holB,DNA-templated DNA replication +3773,BSU_00280,tmk,cytosol +3774,BSU_00280,tmk,cytoplasm +3775,BSU_00280,tmk,dTTP biosynthetic process +3776,BSU_00280,tmk,dTDP biosynthetic process +3777,BSU_00280,tmk,thymidylate kinase activity +3778,BSU_00280,tmk,dUDP biosynthetic process +3779,BSU_00160,sleL,endomembrane system +3780,BSU_00160,sleL,oligosaccharide binding +3781,BSU_00150,dgk,cytoplasm +3782,BSU_00150,dgk,deoxynucleoside kinase activity +3783,BSU_00140,dck,cytoplasm +3784,BSU_00140,dck,deoxynucleoside kinase activity +3785,BSU_00110,pdxS,amine-lyase activity +3786,BSU_00110,pdxS,amino acid metabolic process +3787,BSU_00110,pdxS,pyridoxine biosynthetic process +3788,BSU_00110,pdxS,pyridoxal phosphate biosynthetic process +3794,BSU_40870,ccpB,transcription cis-regulatory region binding +3795,BSU_40870,ccpB,DNA-binding transcription factor activity +3796,BSU_40870,ccpB,regulation of DNA-templated transcription +3797,BSU_40850,maa,O-acyltransferase activity +3798,BSU_40850,maa,cytosol +3800,BSU_40720,yyaT,N-acetyltransferase activity +3801,BSU_40680,yybD,N-acetyltransferase activity +3802,BSU_40670,yybE,cytosol +3803,BSU_40670,yybE,regulation of DNA-templated transcription +3804,BSU_40550,ppaC,cytoplasm +3805,BSU_40410,walR,transcription cis-regulatory region binding +3806,BSU_40410,walR,regulation of DNA-templated transcription +3807,BSU_40410,walR,phosphorelay response regulator activity +3808,BSU_40410,walR,cytosol +3809,BSU_40410,walR,protein-DNA complex +3810,BSU_00820,lysS,lysine-tRNA ligase activity +3811,BSU_00820,lysS,lysyl-tRNA aminoacylation +3812,BSU_00820,lysS,cytosol +3813,BSU_00820,lysS,tRNA binding +3814,BSU_00690,ftsH,ATP-dependent peptidase activity +3815,BSU_00690,ftsH,protein catabolic process +3816,BSU_00690,ftsH,plasma membrane +3817,BSU_00690,ftsH,proteolysis +3818,BSU_00550,mfd,DNA binding +3819,BSU_00550,mfd,RNA polymerase core enzyme binding +3820,BSU_00550,mfd,DNA translocase activity +3821,BSU_00550,mfd,regulation of DNA-templated transcription +3822,BSU_00550,mfd,"transcription-coupled nucleotide-excision repair, DNA damage recognition" +3823,BSU_00680,hprT,magnesium ion binding +3824,BSU_00680,hprT,hypoxanthine phosphoribosyltransferase activity +3825,BSU_00680,hprT,hypoxanthine metabolic process +3826,BSU_00680,hprT,cytosol +3827,BSU_00680,hprT,guanine salvage +3828,BSU_00680,hprT,GMP salvage +3829,BSU_00680,hprT,IMP salvage +3830,BSU_40440,dnaC,cytosol +3831,BSU_40440,dnaC,DNA helicase activity +3832,BSU_40440,dnaC,DNA unwinding involved in DNA replication +3833,BSU_00420,rsmA,cytosol +3834,BSU_00420,rsmA,"rRNA (adenine-N6,N6-)-dimethyltransferase activity" +3835,BSU_00420,rsmA,rRNA methylation +3836,BSU_40900,ssbA,positive regulation of helicase activity +3837,BSU_40900,ssbA,single-stranded DNA binding +3838,BSU_40900,ssbA,nucleoid +3839,BSU_40880,exoA,double-stranded DNA 3'-5' DNA exonuclease activity +3840,BSU_40880,exoA,DNA-(apurinic or apyrimidinic site) endonuclease activity +3841,BSU_40880,exoA,base-excision repair +3842,BSU_40880,exoA,phosphoric diester hydrolase activity +3843,BSU_40500,rplI,cytosolic large ribosomal subunit +3844,BSU_28290,ilvC,valine biosynthetic process +3845,BSU_28290,ilvC,isoleucine biosynthetic process +3846,BSU_28290,ilvC,cytosol +3847,BSU_28290,ilvC,ketol-acid reductoisomerase activity +3848,BSU_28310,ilvB,isoleucine biosynthetic process +3849,BSU_28310,ilvB,acetolactate synthase complex +3850,BSU_28310,ilvB,flavin adenine dinucleotide binding +3851,BSU_28310,ilvB,acetolactate synthase activity +3852,BSU_28310,ilvB,valine biosynthetic process +3853,BSU_14410,sipT,serine-type endopeptidase activity +3854,BSU_14410,sipT,signal peptide processing +3855,BSU_18320,ppsC,phosphopantetheine binding +3856,BSU_18320,ppsC,secondary metabolite biosynthetic process +3857,BSU_18320,ppsC,cytoplasm +3858,BSU_18320,ppsC,amino acid activation for nonribosomal peptide biosynthetic process +3859,BSU_18340,ppsA,phosphopantetheine binding +3860,BSU_18340,ppsA,cytoplasm +3861,BSU_18340,ppsA,secondary metabolite biosynthetic process +3862,BSU_18340,ppsA,amino acid activation for nonribosomal peptide biosynthetic process +3863,BSU_18350,dacC,serine-type carboxypeptidase activity +3864,BSU_18350,dacC,peptidoglycan metabolic process +3865,BSU_32230,yuxL,serine-type endopeptidase activity +3866,BSU_13130,proA,glutamate-5-semialdehyde dehydrogenase activity +3867,BSU_13120,proB,glutamate 5-kinase activity +3868,BSU_13120,proB,proline biosynthetic process +3869,BSU_13120,proB,cytosol +3870,BSU_02340,gltP,dicarboxylic acid transport +3871,BSU_02340,gltP,plasma membrane +3872,BSU_02340,gltP,transmembrane transporter activity +3873,BSU_02350,gamP,phosphoenolpyruvate-dependent sugar phosphotransferase system +3874,BSU_02350,gamP,protein-phosphocysteine-sugar phosphotransferase activity +3875,BSU_16130,trmFO,tRNA wobble uridine modification +3876,BSU_16130,trmFO,cytosol +3877,BSU_16130,trmFO,tRNA methylation +3878,BSU_16130,trmFO,flavin adenine dinucleotide binding +3879,BSU_18450,gltA,glutamate synthase activity +3880,BSU_18450,gltA,glutamate biosynthetic process +3881,BSU_18450,gltA,ammonia assimilation cycle +3882,BSU_35410,flgK,bacterial-type flagellum assembly +3883,BSU_16440,cheW,cytosol +3884,BSU_16440,cheW,chemotaxis +3885,BSU_12810,xlyA,N-acetylmuramoyl-L-alanine amidase activity +3886,BSU_12810,xlyA,peptidoglycan catabolic process +3887,BSU_12810,xlyA,peptidoglycan turnover +3888,BSU_07820,treR,negative regulation of DNA-templated transcription +3889,BSU_07810,treA,alpha-amylase activity +3890,BSU_07810,treA,oligosaccharide catabolic process +3891,BSU_07800,treP,protein-phosphocysteine-trehalose phosphotransferase system transporter activity +3892,BSU_07800,treP,trehalose transport +3893,BSU_07800,treP,phosphoenolpyruvate-dependent sugar phosphotransferase system +3894,BSU_07800,treP,plasma membrane +3895,BSU_22320,ponA,response to antibiotic +3896,BSU_22320,ponA,penicillin binding +3897,BSU_22320,ponA,peptidoglycan glycosyltransferase activity +3898,BSU_22320,ponA,peptidoglycan biosynthetic process +3899,BSU_22340,nth,DNA N-glycosylase activity +3900,BSU_22340,nth,"base-excision repair, AP site formation" +3901,BSU_12530,xkdC,DNA replication +3902,BSU_16170,codY,regulation of DNA-templated transcription +3903,BSU_16160,clpY,ATP binding +3904,BSU_16160,clpY,proteolysis involved in protein catabolic process +3905,BSU_16160,clpY,ATP hydrolysis activity +3906,BSU_16160,clpY,HslUV protease complex +3907,BSU_33700,opuBD,plasma membrane +3908,BSU_22360,asnS,asparaginyl-tRNA aminoacylation +3909,BSU_02230,purT,cytosol +3910,BSU_15480,pyrP,transporter activity +3911,BSU_14520,adeC,adenine deaminase activity +3912,BSU_14500,ykqA,cytosol +3913,BSU_36700,moaA,cyclic pyranopterin monophosphate synthase activity +3914,BSU_36700,moaA,"GTP 3',8'-cyclase activity" +3915,BSU_36700,moaA,Mo-molybdopterin cofactor biosynthetic process +3916,BSU_01830,ndhF,electron transport coupled proton transport +3917,BSU_01830,ndhF,NADH dehydrogenase activity +3918,BSU_36390,flhP,bacterial-type flagellum-dependent swarming motility +3919,BSU_36400,flhO,bacterial-type flagellum-dependent swarming motility +3920,BSU_35330,fliS,bacterial-type flagellum-dependent cell motility +3921,BSU_35340,fliD,bacterial-type flagellum filament cap +3922,BSU_35340,fliD,bacterial-type flagellum-dependent cell motility +3923,BSU_25600,comER,pyrroline-5-carboxylate reductase activity +3924,BSU_25600,comER,L-proline biosynthetic process +3925,BSU_25590,comEA,protein secretion by the type II secretion system +3926,BSU_25590,comEA,type II protein secretion system complex +3927,BSU_27860,nadC,NAD biosynthetic process +3928,BSU_27860,nadC,cytoplasm +3929,BSU_27860,nadC,nicotinate-nucleotide diphosphorylase (carboxylating) activity +3930,BSU_27860,nadC,quinolinate catabolic process +3931,BSU_37600,ywfO,dGTPase activity +3932,BSU_37600,ywfO,dGTP catabolic process +3933,BSU_37650,cysL,transcription cis-regulatory region binding +3934,BSU_37650,cysL,regulation of DNA-templated transcription +3935,BSU_37720,bacC,oxidoreductase activity +3936,BSU_37750,ywfA,transmembrane transporter activity +3937,BSU_37750,ywfA,transmembrane transport +3938,BSU_37760,rocC,amino acid transmembrane transporter activity +3939,BSU_37760,rocC,amino acid transmembrane transport +3940,BSU_37780,rocA,1-pyrroline-5-carboxylate dehydrogenase activity +3941,BSU_37780,rocA,proline catabolic process to glutamate +3942,BSU_37780,rocA,cytoplasmic side of plasma membrane +3943,BSU_37790,rocG,glutamate catabolic process +3944,BSU_37790,rocG,glutamate dehydrogenase (NAD+) activity +3945,BSU_37820,spsK,dTDP-4-dehydrorhamnose reductase activity +3946,BSU_37820,spsK,cytosol +3947,BSU_37820,spsK,extracellular polysaccharide biosynthetic process +3948,BSU_37820,spsK,dTDP-rhamnose biosynthetic process +3949,BSU_37850,spsG,glycosyltransferase activity +3950,BSU_37860,spsF,cytosol +3951,BSU_37870,spsE,glycosylation +3952,BSU_37870,spsE,N-acylneuraminate-9-phosphate synthase activity +3953,BSU_37880,spsD,"acyltransferase activity, transferring groups other than amino-acyl groups" +3954,BSU_37890,spsC,polysaccharide biosynthetic process +3955,BSU_37890,spsC,pyridoxal phosphate binding +3956,BSU_37890,spsC,transaminase activity +3957,BSU_37930,ywdK,plasma membrane +3958,BSU_37940,ywdJ,xanthine transmembrane transporter activity +3959,BSU_37940,ywdJ,xanthine transport +3960,BSU_37960,ywdH,aldehyde dehydrogenase (NAD+) activity +3961,BSU_37960,ywdH,cytoplasm +3962,BSU_37960,ywdH,cellular aldehyde metabolic process +3963,BSU_37970,ung,"base-excision repair, AP site formation via deaminated base removal" +3964,BSU_37970,ung,uracil DNA N-glycosylase activity +3965,BSU_38020,pdxK,thiamine biosynthetic process +3966,BSU_38020,pdxK,phosphomethylpyrimidine kinase activity +3967,BSU_38020,pdxK,hydroxymethylpyrimidine kinase activity +3968,BSU_38020,pdxK,cytosol +3971,BSU_38100,ywcH,cytosol +3972,BSU_38120,rodA,cell division +3973,BSU_38120,rodA,cell division site +3974,BSU_38120,rodA,lipid-linked peptidoglycan transporter activity +3975,BSU_38120,rodA,regulation of cell shape +3976,BSU_38210,ywcD,plasma membrane +3982,BSU_38280,efeU,ferrous iron transmembrane transporter activity +3983,BSU_38280,efeU,iron ion transmembrane transport +3984,BSU_38280,efeU,plasma membrane +3985,BSU_38290,thiE,cytoplasm +3986,BSU_38290,thiE,thiamine-phosphate diphosphorylase activity +3987,BSU_38290,thiE,thiamine biosynthetic process +3990,BSU_38340,ywbF,lactose binding +3991,BSU_38340,ywbF,organic substance transport +3992,BSU_38340,ywbF,lactose:proton symporter activity +3995,BSU_38390,ywbA,carbohydrate derivative transport +3996,BSU_38390,ywbA,plasma membrane +3997,BSU_38490,menA,prenyltransferase activity +3998,BSU_38490,menA,"ubiquinone biosynthetic process via 3,4-dihydroxy-5-polyprenylbenzoate" +3999,BSU_38490,menA,menaquinone biosynthetic process +4000,BSU_38490,menA,vitamin K biosynthetic process +4001,BSU_38510,dltB,acyltransferase activity +4002,BSU_38540,dltE,membrane +4003,BSU_38200,galK,cytosol +4004,BSU_38200,galK,galactose metabolic process +4005,BSU_38200,galK,galactokinase activity +4006,BSU_28190,engB,cytosol +4007,BSU_15900,fabD,fatty acid biosynthetic process +4008,BSU_15900,fabD,cytosol +4009,BSU_15900,fabD,[acyl-carrier-protein] S-malonyltransferase activity +4010,BSU_26630,czcR,transcription cis-regulatory region binding +4011,BSU_26630,czcR,regulation of DNA-templated transcription +4012,BSU_37580,ywgB,cytosol +4013,BSU_37580,ywgB,regulation of DNA-templated transcription +4014,BSU_37580,ywgB,DNA-binding transcription factor activity +4017,BSU_34250,epsL,"phosphotransferase activity, for other substituted phosphate groups" +4018,BSU_34190,lutP,solute:proton symporter activity +4019,BSU_34190,lutP,plasma membrane +4020,BSU_08700,ygaE,plasma membrane +4021,BSU_10110,pbpF,penicillin binding +4022,BSU_10110,pbpF,response to antibiotic +4023,BSU_10110,pbpF,peptidoglycan biosynthetic process +4024,BSU_10110,pbpF,peptidoglycan glycosyltransferase activity +4025,BSU_27870,nadB,L-aspartate oxidase activity +4026,BSU_27870,nadB,'de novo' NAD biosynthetic process from aspartate +4027,BSU_40340,rocD,pyridoxal phosphate binding +4028,BSU_40340,rocD,identical protein binding +4029,BSU_05120,cspC,regulation of gene expression +4030,BSU_05120,cspC,nucleic acid binding +4039,BSU_36890,upp,uracil phosphoribosyltransferase activity +4040,BSU_36890,upp,cytoplasm +4041,BSU_36900,glyA,cytoplasm +4042,BSU_36900,glyA,cytosol +4043,BSU_36900,glyA,tetrahydrofolate metabolic process +4044,BSU_36900,glyA,pyridoxal phosphate binding +4045,BSU_36900,glyA,glycine biosynthetic process from serine +4046,BSU_36900,glyA,glycine hydroxymethyltransferase activity +4047,BSU_35470,comFA,DNA replication initiation +4048,BSU_35470,comFA,3'-5' DNA helicase activity +4049,BSU_35470,comFA,DNA unwinding involved in DNA replication +4050,BSU_35470,comFA,DNA recombination +4051,BSU_35470,comFA,double-strand break repair +4052,BSU_06140,gutR,defense response to virus +4053,BSU_06140,gutR,cytosol +4054,BSU_39400,pdp,cytosol +4055,BSU_39400,pdp,thymidine phosphorylase activity +4056,BSU_39410,nupC,nucleoside transmembrane transport +4057,BSU_39410,nupC,plasma membrane +4058,BSU_39410,nupC,symporter activity +4059,BSU_39410,nupC,nucleoside transmembrane transporter activity +4064,BSU_40330,rocE,amino acid transmembrane transport +4065,BSU_40330,rocE,amino acid transmembrane transporter activity +4069,BSU_08970,prkA,protein kinase activity +4070,BSU_09430,citR,transcription cis-regulatory region binding +4071,BSU_09430,citR,regulation of DNA-templated transcription +4072,BSU_30940,glgP,glycogen phosphorylase activity +4073,BSU_30940,glgP,cytoplasm +4074,BSU_30940,glgP,pyridoxal phosphate binding +4075,BSU_30940,glgP,glycogen catabolic process +4076,BSU_39420,deoC,carbohydrate catabolic process +4077,BSU_39420,deoC,deoxyribose-phosphate aldolase activity +4078,BSU_39420,deoC,deoxyribonucleotide catabolic process +4079,BSU_29140,citZ,citrate (Si)-synthase activity +4080,BSU_29140,citZ,carbohydrate metabolic process +4081,BSU_29140,citZ,tricarboxylic acid cycle +4082,BSU_09440,citA,carbohydrate metabolic process +4083,BSU_09440,citA,tricarboxylic acid cycle +4084,BSU_09440,citA,citrate (Si)-synthase activity +4085,BSU_30980,glgB,"1,4-alpha-glucan branching enzyme activity" +4086,BSU_30980,glgB,cytosol +4087,BSU_30980,glgB,glycogen biosynthetic process +4088,BSU_30980,glgB,cytoplasm +4089,BSU_05610,vmlR,ATP binding +4090,BSU_24000,bmrU,ATP-dependent diacylglycerol kinase activity +4091,BSU_32000,dhbA,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +4092,BSU_16150,clpQ,cytoplasm +4093,BSU_16150,clpQ,proteolysis involved in protein catabolic process +4094,BSU_29710,acuC,histone deacetylase activity +4097,BSU_29680,acsA,cytosol +4098,BSU_29680,acsA,acetyl-CoA biosynthetic process +4099,BSU_29680,acsA,acetate-CoA ligase activity +4104,BSU_22890,cmk,nucleobase-containing small molecule interconversion +4105,BSU_22890,cmk,cytosol +4106,BSU_22890,cmk,cytidylate kinase activity +4110,BSU_01460,ecfAB,ATPase-coupled transmembrane transporter activity +4111,BSU_01460,ecfAB,ATP binding +4112,BSU_01460,ecfAB,ATP-binding cassette (ABC) transporter complex +4113,BSU_38880,yxjO,regulation of DNA-templated transcription +4114,BSU_38880,yxjO,transcription cis-regulatory region binding +4115,BSU_17420,spoVK,ATP hydrolysis activity +4116,BSU_01420,rpsK,cytosolic small ribosomal subunit +4117,BSU_01420,rpsK,structural constituent of ribosome +4118,BSU_01420,rpsK,translation +4119,BSU_09270,glpP,"transcription antitermination factor activity, RNA binding" +4120,BSU_35910,rbsR,DNA-binding transcription factor activity +4121,BSU_35910,rbsR,transcription cis-regulatory region binding +4122,BSU_35910,rbsR,regulation of DNA-templated transcription +4123,BSU_11200,argJ,acetyl-CoA:L-glutamate N-acetyltransferase activity +4124,BSU_11200,argJ,ornithine biosynthetic process +4125,BSU_11230,carA,carbamoyl-phosphate synthase (glutamine-hydrolyzing) activity +4126,BSU_11230,carA,cytoplasm +4127,BSU_11230,carA,carbamoyl-phosphate synthase complex +4128,BSU_11230,carA,arginine biosynthetic process +4129,BSU_16390,flhA,plasma membrane +4130,BSU_16390,flhA,bacterial-type flagellum assembly +4131,BSU_16380,flhB,plasma membrane +4132,BSU_16370,fliR,plasma membrane +4133,BSU_30320,leuS,leucine-tRNA ligase activity +4134,BSU_30320,leuS,leucyl-tRNA aminoacylation +4135,BSU_30320,leuS,cytosol +4136,BSU_12370,exuR,regulation of DNA-templated transcription +4137,BSU_12370,exuR,transcription cis-regulatory region binding +4138,BSU_12370,exuR,DNA-binding transcription factor activity +4139,BSU_18000,citB,cytosol +4140,BSU_18000,citB,iron-responsive element binding +4141,BSU_18000,citB,"4 iron, 4 sulfur cluster binding" +4142,BSU_18000,citB,citrate metabolic process +4143,BSU_18000,citB,tricarboxylic acid cycle +4144,BSU_18000,citB,aconitate hydratase activity +4145,BSU_31930,ald,alanine catabolic process +4146,BSU_31930,ald,alanine dehydrogenase activity +4147,BSU_03560,ycxD,transaminase activity +4148,BSU_03560,ycxD,alpha-amino acid metabolic process +4152,BSU_03510,srfAC,amino acid activation for nonribosomal peptide biosynthetic process +4153,BSU_03510,srfAC,cytoplasm +4154,BSU_03510,srfAC,phosphopantetheine binding +4155,BSU_03510,srfAC,secondary metabolite biosynthetic process +4156,BSU_34380,slrR,DNA-binding transcription factor activity +4157,BSU_34380,slrR,regulation of DNA-templated transcription +4158,BSU_08690,ygaD,ATPase-coupled transmembrane transporter activity +4159,BSU_08690,ygaD,transmembrane transport +4160,BSU_22740,hepT,prenyltransferase activity +4161,BSU_22740,hepT,isoprenoid biosynthetic process +4162,BSU_22750,menG,methyltransferase activity +4163,BSU_23080,aroC,aromatic amino acid family biosynthetic process +4164,BSU_23080,aroC,FMN binding +4165,BSU_23080,aroC,cytosol +4166,BSU_23080,aroC,chorismate biosynthetic process +4167,BSU_23080,aroC,chorismate synthase activity +4168,BSU_22730,ndk,nucleoside diphosphate kinase activity +4169,BSU_22700,aroB,aromatic amino acid family biosynthetic process +4170,BSU_22700,aroB,3-dehydroquinate synthase activity +4171,BSU_01000,secE,protein transport by the Sec complex +4172,BSU_01000,secE,protein transmembrane transporter activity +4173,BSU_01020,rplK,large ribosomal subunit rRNA binding +4174,BSU_01020,rplK,cytosolic large ribosomal subunit +4175,BSU_01020,rplK,structural constituent of ribosome +4176,BSU_01020,rplK,translation +4177,BSU_01010,nusG,cytosol +4178,BSU_00910,ispF,"2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase activity" +4179,BSU_00900,ispD,2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase activity +4182,BSU_00940,cysS,ATP binding +4183,BSU_00940,cysS,cytoplasm +4184,BSU_00940,cysS,cysteine-tRNA ligase activity +4185,BSU_00940,cysS,cytosol +4186,BSU_00940,cysS,cysteinyl-tRNA aminoacylation +4187,BSU_15930,rnc,regulation of gene expression +4188,BSU_15930,rnc,ribonuclease III activity +4189,BSU_15930,rnc,RNA processing +4190,BSU_15930,rnc,double-stranded RNA binding +4191,BSU_15910,fabG,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +4192,BSU_15910,fabG,fatty acid elongation +4193,BSU_27990,minD,cytosol +4194,BSU_27990,minD,cytoplasmic side of plasma membrane +4195,BSU_27990,minD,ATP hydrolysis activity +4196,BSU_27990,minD,negative regulation of cell division +4197,BSU_27990,minD,ATP binding +4198,BSU_23310,sipS,signal peptide processing +4199,BSU_23310,sipS,serine-type endopeptidase activity +4200,BSU_28370,rph,rRNA catabolic process +4201,BSU_13690,motA,bacterial-type flagellum-dependent swarming motility +4202,BSU_13690,motA,plasma membrane +4203,BSU_03520,srfAD,lipid biosynthetic process +4217,BSU_35300,secA,ATP binding +4218,BSU_35300,secA,cell envelope Sec protein transport complex +4219,BSU_35300,secA,protein transport by the Sec complex +4220,BSU_00780,folB,cytoplasm +4221,BSU_00780,folB,dihydroneopterin aldolase activity +4225,BSU_00760,pabC,cytosol +4226,BSU_00760,pabC,carboxylic acid metabolic process +4227,BSU_00740,pabB,tryptophan biosynthetic process +4228,BSU_38090,vpr,serine-type endopeptidase activity +4232,BSU_15280,ftsA,cell division +4233,BSU_15280,ftsA,cell division site +4234,BSU_15280,ftsA,cytoplasmic side of plasma membrane +4235,BSU_28020,mreC,regulation of cell shape +4236,BSU_28020,mreC,plasma membrane +4238,BSU_28050,maf,nucleoside triphosphate diphosphatase activity +4241,BSU_16400,flhF,protein targeting +4242,BSU_16400,flhF,signal recognition particle binding +4243,BSU_16400,flhF,GTPase activity +4244,BSU_16400,flhF,plasma membrane +4245,BSU_22560,qcrA,oxidoreductase activity +4246,BSU_22560,qcrA,plasma membrane +4247,BSU_02990,opuAB,carnitine transmembrane transporter activity +4248,BSU_02990,opuAB,carnitine transmembrane transport +4249,BSU_02990,opuAB,amine transmembrane transporter activity +4250,BSU_02990,opuAB,choline transport +4251,BSU_02990,opuAB,ATP-binding cassette (ABC) transporter complex +4252,BSU_02990,opuAB,glycine betaine transport +4253,BSU_18480,proH,L-proline biosynthetic process +4254,BSU_18480,proH,pyrroline-5-carboxylate reductase activity +4255,BSU_01270,rplX,translation +4256,BSU_01270,rplX,cytosolic large ribosomal subunit +4260,BSU_17600,xylA,hydroxypyruvate isomerase activity +4261,BSU_17600,xylA,glyoxylate metabolic process +4262,BSU_40420,purA,IMP metabolic process +4263,BSU_40420,purA,'de novo' AMP biosynthetic process +4264,BSU_40420,purA,cytoplasm +4265,BSU_40420,purA,adenylosuccinate synthase activity +4266,BSU_15290,ftsZ,cell division site +4267,BSU_15290,ftsZ,GTP binding +4268,BSU_15290,ftsZ,cell division +4269,BSU_15290,ftsZ,cytoplasm +4270,BSU_15290,ftsZ,GTPase activity +4271,BSU_05780,ydhJ,dGTPase activity +4272,BSU_05780,ydhJ,dGTP catabolic process +4277,BSU_03220,putP,L-proline transmembrane transporter activity +4278,BSU_03220,putP,transmembrane transport +4279,BSU_03220,putP,proline transport +4280,BSU_03220,putP,proline:sodium symporter activity +4281,BSU_03210,putC,proline catabolic process to glutamate +4282,BSU_03210,putC,cytoplasmic side of plasma membrane +4283,BSU_03210,putC,1-pyrroline-5-carboxylate dehydrogenase activity +4284,BSU_03180,cah,polysaccharide metabolic process +4285,BSU_03180,cah,carboxylic ester hydrolase activity +4286,BSU_03170,ycgK,protein-DNA complex +4287,BSU_03170,ycgK,DNA-binding transcription factor activity +4288,BSU_03170,ycgK,regulation of DNA-templated transcription +4289,BSU_03090,ycgF,amino acid transmembrane transporter activity +4290,BSU_03090,ycgF,amino acid transport +4293,BSU_38630,katX,hydrogen peroxide catabolic process +4294,BSU_38630,katX,response to hydrogen peroxide +4295,BSU_38630,katX,catalase activity +4296,BSU_38630,katX,cytoplasm +4297,BSU_38630,katX,heme binding +4298,BSU_38700,sigY,sigma factor activity +4299,BSU_38700,sigY,regulation of DNA-templated transcription +4300,BSU_38710,yxlA,transport +4301,BSU_38710,yxlA,plasma membrane +4302,BSU_38710,yxlA,transmembrane transporter activity +4307,BSU_38740,cydC,transmembrane transport +4308,BSU_38740,cydC,ATPase-coupled lipid transmembrane transporter activity +4309,BSU_38750,cydB,"oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor" +4310,BSU_38750,cydB,cytochrome complex +4311,BSU_38750,cydB,electron transfer activity +4312,BSU_38750,cydB,aerobic electron transport chain +4313,BSU_38760,cydA,electron transfer activity +4314,BSU_38760,cydA,heme binding +4315,BSU_38760,cydA,plasma membrane +4316,BSU_38760,cydA,cytochrome complex +4317,BSU_38760,cydA,"oxidoreductase activity, acting on diphenols and related substances as donors, oxygen as acceptor" +4318,BSU_38760,cydA,aerobic electron transport chain +4319,BSU_38810,msmX,"ATP-binding cassette (ABC) transporter complex, substrate-binding subunit-containing" +4320,BSU_22650,trpF,tryptophan biosynthetic process +4321,BSU_22650,trpF,phosphoribosylanthranilate isomerase activity +4322,BSU_13890,ptsG,phosphoenolpyruvate-dependent sugar phosphotransferase system +4323,BSU_13890,ptsG,protein-phosphocysteine-sugar phosphotransferase activity +4324,BSU_22610,tyrA,prephenate dehydrogenase (NAD+) activity +4325,BSU_22610,tyrA,tyrosine biosynthetic process +4326,BSU_22610,tyrA,NAD+ binding +4327,BSU_36290,ywpJ,cytosol +4328,BSU_36290,ywpJ,phosphatase activity +4329,BSU_36290,ywpJ,magnesium ion binding +4330,BSU_01430,rpoA,cytoplasm +4331,BSU_36360,mscL,monoatomic ion transport +4332,BSU_36360,mscL,mechanosensitive monoatomic ion channel activity +4333,BSU_36470,pucI,nucleobase transmembrane transporter activity +4334,BSU_36470,pucI,plasma membrane +4335,BSU_36470,pucI,nucleobase transport +4336,BSU_36480,ywoD,transmembrane transporter activity +4337,BSU_36480,ywoD,transmembrane transport +4338,BSU_28280,leuA,2-isopropylmalate synthase activity +4339,BSU_28280,leuA,leucine biosynthetic process +4341,BSU_28520,etfA,flavin adenine dinucleotide binding +4342,BSU_28520,etfA,fatty acid beta-oxidation using acyl-CoA dehydrogenase +4343,BSU_28520,etfA,electron transfer activity +4344,BSU_28530,etfB,electron transfer activity +4345,BSU_28550,fadR,regulation of DNA-templated transcription +4346,BSU_28550,fadR,transcription cis-regulatory region binding +4347,BSU_28550,fadR,DNA-binding transcription factor activity +4348,BSU_28580,mutSB,double-stranded DNA binding +4349,BSU_28590,polX,DNA-directed DNA polymerase activity +4350,BSU_28610,zapA,cell division site +4351,BSU_28610,zapA,septin ring assembly +4352,BSU_28610,zapA,cytosol +4353,BSU_28610,zapA,FtsZ-dependent cytokinesis +4354,BSU_28610,zapA,cell septum +4355,BSU_28610,zapA,division septum assembly +4356,BSU_28620,rnhC,"DNA replication, removal of RNA primer" +4357,BSU_28620,rnhC,RNA-DNA hybrid ribonuclease activity +4358,BSU_28620,rnhC,ribonuclease H2 complex +4359,BSU_28620,rnhC,mismatch repair +4360,BSU_28710,cstA,cellular response to nutrient levels +4361,BSU_28720,abfA,polysaccharide catabolic process +4362,BSU_28760,egsA,3-dehydroquinate synthase activity +4363,BSU_28770,araL,phosphatase activity +4364,BSU_28780,araD,aldehyde-lyase activity +4365,BSU_28780,araD,cytosol +4366,BSU_28780,araD,pentose catabolic process +4367,BSU_28790,araB,D-ribulokinase activity +4368,BSU_28790,araB,pentose metabolic process +4369,BSU_28790,araB,cytoplasm +4370,BSU_28790,araB,carbohydrate phosphorylation +4371,BSU_28800,araA,cytosol +4372,BSU_28800,araA,L-arabinose catabolic process to xylulose 5-phosphate +4373,BSU_28800,araA,L-arabinose isomerase activity +4374,BSU_28920,lytT,regulation of DNA-templated transcription +4375,BSU_28920,lytT,transcription cis-regulatory region binding +4376,BSU_28920,lytT,protein-DNA complex +4377,BSU_28920,lytT,phosphorelay response regulator activity +4378,BSU_28920,lytT,cytosol +4381,BSU_33221,yvrH,cytosol +4382,BSU_33221,yvrH,protein-DNA complex +4383,BSU_33221,yvrH,transcription cis-regulatory region binding +4384,BSU_33221,yvrH,phosphorelay response regulator activity +4385,BSU_33221,yvrH,regulation of DNA-templated transcription +4386,BSU_26670,gltR,transcription cis-regulatory region binding +4387,BSU_26670,gltR,regulation of DNA-templated transcription +4388,BSU_26690,brnQ,L-valine transmembrane transporter activity +4389,BSU_26690,brnQ,plasma membrane +4390,BSU_26690,brnQ,L-isoleucine transmembrane transporter activity +4391,BSU_26690,brnQ,valine transport +4392,BSU_26690,brnQ,L-leucine transmembrane transporter activity +4393,BSU_26690,brnQ,leucine transport +4394,BSU_26690,brnQ,isoleucine transport +4395,BSU_15570,cysH,phosphoadenylyl-sulfate reductase (thioredoxin) activity +4396,BSU_15570,cysH,"sulfate assimilation, phosphoadenylyl sulfate reduction by phosphoadenylyl-sulfate reductase (thioredoxin)" +4402,BSU_17630,yncC,symporter activity +4403,BSU_17630,yncC,membrane +4404,BSU_17630,yncC,transmembrane transport +4405,BSU_17430,hflX,ribosome binding +4406,BSU_17430,hflX,cytoplasm +4407,BSU_15740,rsmB,RNA methylation +4408,BSU_15730,fmt,cytosol +4409,BSU_15730,fmt,methionyl-tRNA formyltransferase activity +4410,BSU_15730,fmt,conversion of methionyl-tRNA to N-formyl-methionyl-tRNA +4411,BSU_15720,defA,co-translational protein modification +4412,BSU_15720,defA,peptide deformylase activity +4413,BSU_15720,defA,N-terminal protein amino acid modification +4414,BSU_15720,defA,peptidyl-methionine modification +4415,BSU_15710,priA,DNA unwinding involved in DNA replication +4416,BSU_15710,priA,double-strand break repair +4417,BSU_15710,priA,DNA recombination +4418,BSU_15710,priA,DNA replication initiation +4419,BSU_15710,priA,3'-5' DNA helicase activity +4420,BSU_27820,yrbC,cytosol +4423,BSU_03910,gabD,gamma-aminobutyric acid catabolic process +4424,BSU_03910,gabD,succinate-semialdehyde dehydrogenase (NAD+) activity +4425,BSU_03900,gabT,pyridoxal phosphate binding +4426,BSU_03900,gabT,cytosol +4427,BSU_03900,gabT,gamma-aminobutyric acid catabolic process +4428,BSU_03900,gabT,4-aminobutyrate transaminase activity +4429,BSU_03870,ycnE,catalytic activity +4430,BSU_03840,ycnB,membrane +4439,BSU_03760,yclK,osmosensory signaling via phosphorelay pathway +4440,BSU_03760,yclK,protein kinase activator activity +4441,BSU_03760,yclK,phosphorelay response regulator activity +4442,BSU_03750,yclJ,regulation of DNA-templated transcription +4443,BSU_03750,yclJ,protein-DNA complex +4444,BSU_03750,yclJ,cytosol +4445,BSU_03750,yclJ,phosphorelay response regulator activity +4446,BSU_03750,yclJ,transcription cis-regulatory region binding +4447,BSU_03740,yclI,transmembrane transporter activity +4448,BSU_03740,yclI,plasma membrane +4449,BSU_03730,yclH,plasma membrane +4450,BSU_03730,yclH,transmembrane transporter activity +4451,BSU_03730,yclH,transmembrane transport +4455,BSU_03640,bsdC,cytosol +4456,BSU_03640,bsdC,3-octaprenyl-4-hydroxybenzoate carboxy-lyase activity +4457,BSU_03640,bsdC,cytoplasm +4458,BSU_03640,bsdC,ubiquinone biosynthetic process +4460,BSU_03620,bsdA,regulation of DNA-templated transcription +4461,BSU_03620,bsdA,cytosol +4462,BSU_01410,rpsM,small ribosomal subunit +4463,BSU_01410,rpsM,cytosol +4464,BSU_38410,sacX,trehalose transport +4465,BSU_38410,sacX,protein-phosphocysteine-trehalose phosphotransferase system transporter activity +4466,BSU_38410,sacX,phosphoenolpyruvate-dependent sugar phosphotransferase system +4467,BSU_38410,sacX,plasma membrane +4468,BSU_28220,clpX,HslUV protease complex +4469,BSU_28220,clpX,ATP binding +4470,BSU_28220,clpX,ATP hydrolysis activity +4471,BSU_28220,clpX,cell division +4472,BSU_28220,clpX,proteolysis involved in protein catabolic process +4473,BSU_01540,salA,"4 iron, 4 sulfur cluster binding" +4474,BSU_01540,salA,iron-sulfur cluster assembly +4479,BSU_22120,kdgR,regulation of DNA-templated transcription +4480,BSU_22120,kdgR,DNA-binding transcription factor activity +4481,BSU_22120,kdgR,transcription cis-regulatory region binding +4482,BSU_22130,kduI,4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase activity +4483,BSU_22130,kduI,D-glucuronate catabolic process +4484,BSU_22130,kduI,D-galacturonate catabolic process +4485,BSU_22130,kduI,metal ion binding +4486,BSU_22140,kduD,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +4487,BSU_22150,ypvA,DNA helicase activity +4488,BSU_22220,yprA,nucleotide-excision repair +4489,BSU_22220,yprA,3'-5' DNA helicase activity +4490,BSU_22220,yprA,interstrand cross-link repair +4491,BSU_22230,ypqE,kinase activity +4492,BSU_22230,ypqE,phosphoenolpyruvate-dependent sugar phosphotransferase system +4493,BSU_22840,der,ribosome binding +4494,BSU_22840,der,ribosomal large subunit assembly +4495,BSU_22950,ypdA,monooxygenase activity +4496,BSU_22950,ypdA,flavin adenine dinucleotide binding +4497,BSU_22980,ypbG,lipid A biosynthetic process +4498,BSU_22980,ypbG,"UDP-2,3-diacylglucosamine hydrolase activity" +4499,BSU_23000,ypbE,lytic endotransglycosylase activity +4500,BSU_23020,recS,replisome +4501,BSU_23020,recS,DNA duplex unwinding +4502,BSU_23020,recS,DNA repair +4503,BSU_23020,recS,chromosome +4504,BSU_23020,recS,3'-5' DNA helicase activity +4505,BSU_23020,recS,four-way junction helicase activity +4506,BSU_23020,recS,bacterial nucleoid +4507,BSU_23020,recS,cytoplasm +4508,BSU_23020,recS,DNA recombination +4509,BSU_23050,fmnP,riboflavin transmembrane transporter activity +4510,BSU_23050,fmnP,plasma membrane +4511,BSU_23050,fmnP,riboflavin transport +4512,BSU_17380,nrdE,deoxyribonucleotide biosynthetic process +4513,BSU_17380,nrdE,ribonucleoside-diphosphate reductase complex +4514,BSU_17380,nrdE,"ribonucleoside-diphosphate reductase activity, thioredoxin disulfide as acceptor" +4515,BSU_17380,nrdE,ATP binding +4516,BSU_17370,nrdI,FMN binding +4520,BSU_29020,gapB,glucose metabolic process +4521,BSU_29020,gapB,NAD binding +4522,BSU_29020,gapB,glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity +4525,BSU_27610,apt,adenine phosphoribosyltransferase activity +4526,BSU_12890,ykcC,plasma membrane +4531,BSU_11340,fabF,fatty acid biosynthetic process +4532,BSU_11340,fabF,cytosol +4533,BSU_11340,fabF,3-oxoacyl-[acyl-carrier-protein] synthase activity +4534,BSU_29060,coaE,coenzyme A biosynthetic process +4535,BSU_29060,coaE,dephospho-CoA kinase activity +4536,BSU_29980,ytjP,acetylornithine deacetylase activity +4537,BSU_29980,ytjP,arginine biosynthetic process +4538,BSU_30400,bceR,phosphorelay response regulator activity +4539,BSU_30400,bceR,transcription cis-regulatory region binding +4540,BSU_30400,bceR,protein-DNA complex +4541,BSU_30400,bceR,cytosol +4542,BSU_30400,bceR,regulation of DNA-templated transcription +4543,BSU_29160,ytvI,transmembrane transport +4544,BSU_15770,prkC,peptidyl-serine phosphorylation +4545,BSU_15770,prkC,protein serine/threonine kinase activity +4546,BSU_06610,pcrA,cytosol +4547,BSU_06610,pcrA,DNA helicase complex +4548,BSU_06610,pcrA,recombinational repair +4549,BSU_06610,pcrA,3'-5' DNA helicase activity +4550,BSU_06640,yerI,threonine biosynthetic process +4551,BSU_06640,yerI,homoserine kinase activity +4552,BSU_28160,hemX,plasma membrane +4557,BSU_31200,rhaB,glycerol kinase activity +4558,BSU_31200,rhaB,phosphorylation +4559,BSU_31200,rhaB,rhamnose catabolic process +4560,BSU_31200,rhaB,cytosol +4561,BSU_31200,rhaB,glycerol metabolic process +4562,BSU_31180,rhaA,L-lyxose metabolic process +4563,BSU_31180,rhaA,rhamnose catabolic process +4564,BSU_31180,rhaA,L-rhamnose isomerase activity +4567,BSU_01320,rplR,5S rRNA binding +4568,BSU_01320,rplR,cytosolic large ribosomal subunit +4569,BSU_30900,cotS,endospore-forming forespore +4570,BSU_35690,ggaA,glycosyltransferase activity +4571,BSU_22830,gpsA,glycerol-3-phosphate metabolic process +4572,BSU_22830,gpsA,cytosol +4573,BSU_22830,gpsA,glycerol-3-phosphate dehydrogenase [NAD(P)+] activity +4574,BSU_32669,yuzN,regulation of DNA-templated transcription +4575,BSU_21930,cspD,regulation of gene expression +4576,BSU_21930,cspD,nucleic acid binding +4577,BSU_21870,ilvD,cytosol +4578,BSU_21870,ilvD,hydro-lyase activity +4579,BSU_15950,ftsY,signal recognition particle binding +4580,BSU_15950,ftsY,GTPase activity +4581,BSU_15950,ftsY,protein targeting +4582,BSU_15950,ftsY,plasma membrane +4583,BSU_34970,ppaX,phosphoglycolate phosphatase activity +4584,BSU_34970,ppaX,DNA repair +4585,BSU_34970,ppaX,cytosol +4586,BSU_34970,ppaX,dephosphorylation +4587,BSU_28540,fadB,fatty acid beta-oxidation +4588,BSU_21900,bsaA,cellular response to oxidative stress +4592,BSU_23690,yqjY,"acyltransferase activity, transferring groups other than amino-acyl groups" +4593,BSU_03060,lctP,solute:proton symporter activity +4594,BSU_03060,lctP,plasma membrane +4595,BSU_03020,ycgA,plasma membrane +4596,BSU_28860,rpmI,structural constituent of ribosome +4597,BSU_28860,rpmI,cytosolic large ribosomal subunit +4598,BSU_28850,rplT,structural constituent of ribosome +4599,BSU_28850,rplT,ribosomal large subunit assembly +4600,BSU_28850,rplT,cytosolic large ribosomal subunit +4601,BSU_28870,infC,ribosome binding +4602,BSU_28870,infC,translation initiation factor activity +4603,BSU_28870,infC,ribosome disassembly +4604,BSU_28870,infC,cytosol +4605,BSU_25440,rsmE,rRNA (uridine-N3-)-methyltransferase activity +4606,BSU_25440,rsmE,rRNA base methylation +4607,BSU_24570,gcvT,cytosol +4610,BSU_04730,sigB,regulation of DNA-templated transcription +4611,BSU_28970,ytxB,plasma membrane +4612,BSU_28980,dnaI,DNA replication +4613,BSU_24610,sinR,DNA-binding transcription factor activity +4614,BSU_24610,sinR,regulation of DNA-templated transcription +4615,BSU_22630,trpA,tryptophan biosynthetic process +4616,BSU_22630,trpA,cytosol +4617,BSU_22630,trpA,tryptophan synthase activity +4618,BSU_22640,trpB,cytoplasm +4619,BSU_22640,trpB,tryptophan synthase activity +4620,BSU_22640,trpB,tryptophan biosynthetic process +4621,BSU_15210,spoVE,regulation of cell shape +4622,BSU_15210,spoVE,cell division site +4623,BSU_15210,spoVE,lipid-linked peptidoglycan transporter activity +4624,BSU_15210,spoVE,cell division +4625,BSU_33040,fumC,fumarate hydratase activity +4626,BSU_33040,fumC,tricarboxylic acid cycle +4627,BSU_33040,fumC,fumarate metabolic process +4628,BSU_33040,fumC,malate metabolic process +4631,BSU_06320,mneS,monoatomic cation transmembrane transporter activity +4632,BSU_06320,mneS,membrane +4633,BSU_39780,iolS,cytosol +4634,BSU_39810,csbC,membrane +4635,BSU_39810,csbC,transmembrane transport +4636,BSU_39810,csbC,symporter activity +4637,BSU_39860,aldX,cytoplasm +4638,BSU_39860,aldX,aldehyde dehydrogenase (NAD+) activity +4639,BSU_39860,aldX,cellular aldehyde metabolic process +4640,BSU_16920,pgsA,glycerophospholipid biosynthetic process +4641,BSU_38580,licC,carbohydrate derivative transport +4642,BSU_38580,licC,plasma membrane +4643,BSU_35680,ggaB,glycosyltransferase activity +4644,BSU_37310,fnr,DNA-binding transcription factor activity +4645,BSU_37310,fnr,cytosol +4646,BSU_37330,argS,arginine-tRNA ligase activity +4647,BSU_37330,argS,arginyl-tRNA aminoacylation +4648,BSU_02770,yccK,cytosol +4649,BSU_01310,rplF,cytosolic large ribosomal subunit +4650,BSU_01310,rplF,structural constituent of ribosome +4651,BSU_01310,rplF,cytoplasmic translation +4652,BSU_39820,htpG,ATP hydrolysis activity +4653,BSU_39820,htpG,unfolded protein binding +4654,BSU_39820,htpG,response to heat +4655,BSU_39820,htpG,DNA damage response +4656,BSU_39820,htpG,protein folding +4657,BSU_39820,htpG,cytosol +4658,BSU_22440,birA,cytoplasm +4659,BSU_22440,birA,biotin-[acetyl-CoA-carboxylase] ligase activity +4660,BSU_01780,glmS,UDP-N-acetylglucosamine metabolic process +4661,BSU_01780,glmS,fructose 6-phosphate metabolic process +4662,BSU_01780,glmS,glutamine-fructose-6-phosphate transaminase (isomerizing) activity +4663,BSU_01780,glmS,cytosol +4664,BSU_01780,glmS,protein N-linked glycosylation +4665,BSU_03982,mtlF,protein-phosphocysteine-sugar phosphotransferase activity +4666,BSU_03982,mtlF,plasma membrane +4667,BSU_03982,mtlF,phosphoenolpyruvate-dependent sugar phosphotransferase system +4668,BSU_01889,ybzH,regulation of DNA-templated transcription +4669,BSU_13789,ykzQ,lytic endotransglycosylase activity +4670,BSU_06300,cotA,outer membrane-bounded periplasmic space +4671,BSU_06300,cotA,oxidoreductase activity +4676,BSU_03130,nadE,NAD biosynthetic process +4677,BSU_03130,nadE,cytoplasm +4678,BSU_28430,sdhB,aerobic respiration +4679,BSU_28430,sdhB,respiratory electron transport chain +4680,BSU_28440,sdhA,plasma membrane +4681,BSU_28440,sdhA,anaerobic respiration +4682,BSU_28440,sdhA,electron transfer activity +4683,BSU_28440,sdhA,succinate dehydrogenase activity +4684,BSU_28440,sdhA,flavin adenine dinucleotide binding +4687,BSU_33900,eno,phosphopyruvate hydratase activity +4688,BSU_33900,eno,phosphopyruvate hydratase complex +4689,BSU_33900,eno,glycolytic process +4690,BSU_38050,sacP,protein-phosphocysteine-trehalose phosphotransferase system transporter activity +4691,BSU_38050,sacP,phosphoenolpyruvate-dependent sugar phosphotransferase system +4692,BSU_38050,sacP,plasma membrane +4693,BSU_38050,sacP,trehalose transport +4694,BSU_25210,dnaG,cytoplasm +4695,BSU_25210,dnaG,DNA primase activity +4696,BSU_25210,dnaG,"DNA replication, synthesis of RNA primer" +4697,BSU_28130,hemB,heme biosynthetic process +4698,BSU_28130,hemB,cytosol +4699,BSU_28130,hemB,porphobilinogen synthase activity +4700,BSU_28130,hemB,zinc ion binding +4701,BSU_32250,thrC,cysteine biosynthetic process +4702,BSU_32250,thrC,threonine synthase activity +4703,BSU_32250,thrC,cytoplasm +4704,BSU_27940,rpmA,structural constituent of ribosome +4705,BSU_27940,rpmA,cytosolic large ribosomal subunit +4706,BSU_27030,sacC,cytoplasm +4707,BSU_27030,sacC,sucrose alpha-glucosidase activity +4708,BSU_27030,sacC,sucrose catabolic process +4709,BSU_00070,gyrA,DNA binding +4710,BSU_00070,gyrA,ATP binding +4711,BSU_00070,gyrA,cytoplasm +4712,BSU_00070,gyrA,"DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) complex" +4713,BSU_00070,gyrA,"DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) activity" +4714,BSU_00070,gyrA,DNA topological change +4715,BSU_00040,recF,DNA synthesis involved in DNA repair +4716,BSU_00040,recF,double-strand break repair +4717,BSU_00020,dnaN,DNA strand elongation involved in DNA replication +4718,BSU_00010,dnaA,DNA replication initiation +4719,BSU_00010,dnaA,plasma membrane +4720,BSU_00010,dnaA,DNA replication +4721,BSU_00010,dnaA,DNA replication origin binding +4722,BSU_28270,leuB,cytosol +4723,BSU_28270,leuB,3-isopropylmalate dehydrogenase activity +4724,BSU_28270,leuB,leucine biosynthetic process +4725,BSU_01610,feuC,transmembrane transporter activity +4726,BSU_01610,feuC,siderophore-dependent iron import into cell +4727,BSU_01620,feuB,transmembrane transporter activity +4728,BSU_01620,feuB,siderophore-dependent iron import into cell +4729,BSU_01630,feuA,outer membrane-bounded periplasmic space +4730,BSU_01660,nagZ,peptidoglycan turnover +4731,BSU_08860,ssuD,alkanesulfonate catabolic process +4732,BSU_08860,ssuD,alkanesulfonate monooxygenase activity +4733,BSU_08850,ssuC,plasma membrane +4734,BSU_05910,tsaE,tRNA threonylcarbamoyladenosine modification +4735,BSU_05920,tsaB,cytosol +4740,BSU_33930,pgk,gluconeogenesis +4741,BSU_33930,pgk,cytosol +4742,BSU_33930,pgk,phosphoglycerate kinase activity +4743,BSU_33930,pgk,ATP binding +4744,BSU_33930,pgk,glycolytic process +4745,BSU_33930,pgk,ADP binding +4746,BSU_17200,pksM,cytoplasm +4747,BSU_17200,pksM,fatty acid synthase activity +4748,BSU_17200,pksM,DIM/DIP cell wall layer assembly +4749,BSU_17200,pksM,fatty acid biosynthetic process +4750,BSU_17150,pksG,"farnesyl diphosphate biosynthetic process, mevalonate pathway" +4751,BSU_17150,pksG,hydroxymethylglutaryl-CoA synthase activity +4752,BSU_17150,pksG,acetyl-CoA metabolic process +4753,BSU_17180,pksJ,fatty acid synthase activity +4754,BSU_17180,pksJ,fatty acid biosynthetic process +4755,BSU_17180,pksJ,DIM/DIP cell wall layer assembly +4756,BSU_17180,pksJ,cytoplasm +4757,BSU_17140,pksF,3-oxoacyl-[acyl-carrier-protein] synthase activity +4758,BSU_17140,pksF,cytosol +4759,BSU_17140,pksF,fatty acid biosynthetic process +4760,BSU_17170,pksI,fatty acid beta-oxidation +4761,BSU_10290,yhfN,CAAX-box protein processing +4762,BSU_10290,yhfN,metalloendopeptidase activity +4763,BSU_21740,ypmR,lysophospholipase activity +4764,BSU_36520,glnK,phosphorelay sensor kinase activity +4765,BSU_31490,pbpD,penicillin binding +4766,BSU_31490,pbpD,peptidoglycan biosynthetic process +4767,BSU_31490,pbpD,response to antibiotic +4768,BSU_31490,pbpD,peptidoglycan glycosyltransferase activity +4774,BSU_39260,bglH,cytosol +4775,BSU_39260,bglH,carbohydrate catabolic process +4776,BSU_39260,bglH,beta-glucosidase activity +4777,BSU_39270,bglP,protein-phosphocysteine-trehalose phosphotransferase system transporter activity +4778,BSU_39270,bglP,phosphoenolpyruvate-dependent sugar phosphotransferase system +4779,BSU_39270,bglP,plasma membrane +4780,BSU_39270,bglP,trehalose transport +4781,BSU_01450,ecfA,ATPase-coupled transmembrane transporter activity +4782,BSU_01450,ecfA,ATP binding +4783,BSU_01450,ecfA,ATP-binding cassette (ABC) transporter complex +4786,BSU_33940,gapA,NAD binding +4787,BSU_33940,gapA,glucose metabolic process +4788,BSU_33940,gapA,glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity +4792,BSU_04310,ydaN,plasma membrane +4793,BSU_03880,yczG,regulation of DNA-templated transcription +4796,BSU_03080,ycgE,response to stress +4797,BSU_03080,ycgE,regulation of DNA-templated transcription +4801,BSU_02410,ybgG,S-methylmethionine cycle +4802,BSU_02410,ybgG,methionine biosynthetic process +4803,BSU_02410,ybgG,S-adenosylmethionine-homocysteine S-methyltransferase activity +4804,BSU_02400,ybgF,amino acid transmembrane transport +4805,BSU_02400,ybgF,amino acid transmembrane transporter activity +4806,BSU_02370,gamR,negative regulation of DNA-templated transcription +4807,BSU_02360,gamA,identical protein binding +4808,BSU_02360,gamA,N-acetylneuraminate catabolic process +4809,BSU_02360,gamA,N-acetylglucosamine catabolic process +4810,BSU_02360,gamA,glucosamine-6-phosphate deaminase activity +4811,BSU_02360,gamA,cytoplasm +4812,BSU_02360,gamA,glucosamine catabolic process +4813,BSU_02030,ybdM,protein serine/threonine kinase activity +4814,BSU_02030,ybdM,peptidyl-serine phosphorylation +4815,BSU_00800,yazB,DNA-binding transcription factor activity +4816,BSU_00800,yazB,regulation of DNA-templated transcription +4817,BSU_08060,acoA,acetyl-CoA biosynthetic process from pyruvate +4818,BSU_08060,acoA,pyruvate dehydrogenase (acetyl-transferring) activity +4819,BSU_06690,gatB,glutaminyl-tRNAGln biosynthesis via transamidation +4820,BSU_06690,gatB,glutaminyl-tRNA synthase (glutamine-hydrolyzing) activity +4821,BSU_36020,alsR,regulation of DNA-templated transcription +4822,BSU_36020,alsR,DNA-binding transcription factor activity +4823,BSU_36020,alsR,protein-DNA complex +4824,BSU_36010,alsS,acetolactate synthase activity +4825,BSU_36010,alsS,acetolactate synthase complex +4826,BSU_36010,alsS,isoleucine biosynthetic process +4827,BSU_36010,alsS,flavin adenine dinucleotide binding +4828,BSU_36010,alsS,valine biosynthetic process +4829,BSU_22460,bshA,glycosyltransferase activity +4831,BSU_22480,mgsA,cytosol +4832,BSU_22480,mgsA,methylglyoxal synthase activity +4833,BSU_22480,mgsA,methylglyoxal biosynthetic process +4834,BSU_22450,cca,tRNA processing +4835,BSU_22450,cca,tRNA binding +4836,BSU_22490,dapB,4-hydroxy-tetrahydrodipicolinate reductase +4837,BSU_22490,dapB,diaminopimelate biosynthetic process +4838,BSU_22490,dapB,cytosol +4839,BSU_40100,ahpF,cell redox homeostasis +4840,BSU_40100,ahpF,cytosol +4841,BSU_40100,ahpF,thioredoxin-disulfide reductase (NADP) activity +4842,BSU_40110,bglA,beta-glucosidase activity +4843,BSU_40110,bglA,cytosol +4844,BSU_40110,bglA,carbohydrate catabolic process +4845,BSU_04150,ycsN,cytosol +4846,BSU_04140,pbpC,penicillin binding +4847,BSU_04140,pbpC,cell wall organization +4848,BSU_04140,pbpC,"peptidoglycan L,D-transpeptidase activity" +4849,BSU_04110,lipC,lysophospholipase activity +4858,BSU_04050,pxpA,nitrogen compound metabolic process +4862,BSU_04010,sipU,signal peptide processing +4863,BSU_04010,sipU,serine-type endopeptidase activity +4864,BSU_03990,mtlD,mannitol-1-phosphate 5-dehydrogenase activity +4865,BSU_03990,mtlD,mannitol catabolic process +4866,BSU_03990,mtlD,cytosol +4867,BSU_35710,tagG,lipopolysaccharide transport +4868,BSU_01180,rplW,structural constituent of ribosome +4869,BSU_01180,rplW,ribosomal large subunit assembly +4870,BSU_01180,rplW,cytosolic large ribosomal subunit +4871,BSU_01040,rplJ,translation +4872,BSU_01040,rplJ,cytosolic large ribosomal subunit +4873,BSU_01040,rplJ,structural constituent of ribosome +4874,BSU_01160,rplC,structural constituent of ribosome +4875,BSU_01160,rplC,cytosolic large ribosomal subunit +4876,BSU_01190,rplB,RNA binding +4877,BSU_01190,rplB,structural constituent of ribosome +4878,BSU_01190,rplB,cytosolic large ribosomal subunit +4879,BSU_01190,rplB,cytoplasmic translation +4880,BSU_11170,yitY,oxidoreductase activity +4881,BSU_31650,mrpF,sodium:proton antiporter activity +4882,BSU_31290,yugT,alpha-amylase activity +4883,BSU_31290,yugT,oligosaccharide catabolic process +4885,BSU_08190,malR,phosphorelay response regulator activity +4886,BSU_31190,rhaM,"racemase and epimerase activity, acting on carbohydrates and derivatives" +4887,BSU_31190,rhaM,rhamnose catabolic process +4888,BSU_27260,mccA,cysteine biosynthetic process +4889,BSU_27260,mccA,cytoplasm +4890,BSU_27260,mccA,cystathionine beta-synthase activity +4891,BSU_27260,mccA,cysteine synthase activity +4892,BSU_37260,narJ,chaperone-mediated protein complex assembly +4893,BSU_37260,narJ,nitrate assimilation +4894,BSU_37260,narJ,metallochaperone activity +4895,BSU_37250,narI,electron transfer activity +4896,BSU_37250,narI,anaerobic electron transport chain +4897,BSU_37250,narI,heme binding +4898,BSU_37250,narI,nitrate reductase activity +4899,BSU_37270,narH,anaerobic respiration +4900,BSU_37270,narH,electron transfer activity +4901,BSU_37270,narH,membrane +4902,BSU_37280,narG,membrane +4903,BSU_37280,narG,anaerobic respiration +4904,BSU_40010,yxaD,response to stress +4905,BSU_40010,yxaD,regulation of DNA-templated transcription +4906,BSU_25280,recO,bacterial nucleoid +4907,BSU_25280,recO,double-strand break repair +4908,BSU_39390,hutM,amino acid transmembrane transport +4909,BSU_39390,hutM,amino acid transmembrane transporter activity +4910,BSU_39370,hutI,histidine catabolic process +4911,BSU_39370,hutI,imidazolonepropionase activity +4912,BSU_39380,hutG,"putrescine biosynthetic process from arginine, using agmatinase" +4913,BSU_39380,hutG,agmatinase activity +4917,BSU_01210,rplV,translation +4918,BSU_01210,rplV,cytosolic large ribosomal subunit +4919,BSU_01210,rplV,structural constituent of ribosome +4920,BSU_00930,cysE,cytosol +4921,BSU_00930,cysE,serine O-acetyltransferase activity +4922,BSU_03280,nasF,siroheme biosynthetic process +4923,BSU_03280,nasF,uroporphyrin-III C-methyltransferase activity +4924,BSU_03290,nasE,"2 iron, 2 sulfur cluster binding" +4933,BSU_39710,iolF,transmembrane transporter activity +4934,BSU_39710,iolF,membrane +4935,BSU_39710,iolF,transmembrane transport +4936,BSU_39730,iolD,acetolactate synthase complex +4937,BSU_39730,iolD,valine biosynthetic process +4938,BSU_39730,iolD,flavin adenine dinucleotide binding +4939,BSU_39730,iolD,isoleucine biosynthetic process +4940,BSU_39730,iolD,acetolactate synthase activity +4941,BSU_39760,iolA,valine catabolic process +4942,BSU_39760,iolA,thymine catabolic process +4943,BSU_39760,iolA,"methylmalonate-semialdehyde dehydrogenase (acylating, NAD) activity" +4944,BSU_03460,hxlA,3-dehydro-L-gulonate-6-phosphate decarboxylase activity +4945,BSU_03460,hxlA,L-ascorbic acid catabolic process +4946,BSU_03410,bglC,cytosol +4947,BSU_03410,bglC,beta-glucosidase activity +4948,BSU_03410,bglC,carbohydrate catabolic process +4949,BSU_03370,yckA,plasma membrane +4950,BSU_03370,yckA,amino acid transport +4951,BSU_38970,yxjF,fatty acid elongation +4952,BSU_38970,yxjF,"oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor" +4953,BSU_38980,scoB,CoA-transferase activity +4955,BSU_39020,nupG,plasma membrane +4956,BSU_39020,nupG,nucleoside transmembrane transporter activity +4957,BSU_39020,nupG,nucleoside transmembrane transport +4958,BSU_39020,nupG,symporter activity +4971,BSU_02560,ycbM,osmosensory signaling via phosphorelay pathway +4972,BSU_02560,ycbM,protein kinase activator activity +4973,BSU_02560,ycbM,phosphorelay response regulator activity +4974,BSU_02550,ycbL,regulation of DNA-templated transcription +4975,BSU_02550,ycbL,phosphorelay response regulator activity +4976,BSU_02550,ycbL,transcription cis-regulatory region binding +4977,BSU_02550,ycbL,protein-DNA complex +4978,BSU_02550,ycbL,cytosol +4979,BSU_02510,garD,galactarate dehydratase activity +4980,BSU_02510,garD,galactarate catabolic process +4981,BSU_02510,garD,D-galacturonate catabolic process +4983,BSU_39050,katE,heme binding +4984,BSU_39050,katE,hydrogen peroxide catabolic process +4985,BSU_39050,katE,cytosol +4986,BSU_39050,katE,catalase activity +4987,BSU_39050,katE,response to oxidative stress diff --git a/data/external/biocyc_annotations.txt b/data/external/biocyc_annotations.txt index e0d0e367..472f83c2 100644 --- a/data/external/biocyc_annotations.txt +++ b/data/external/biocyc_annotations.txt @@ -1,4538 +1,4542 @@ Gene Name Accession-1 Left-End-Position Right-End-Position Product Genes in same transcription unit Accession-1 -yopM BSU20840 2208328 2208528 hypothetical protein; phage SPbeta -xkdM BSU12660 1333804 1334247 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA -spoIIP BSU25530 2633237 2634442 spore autolysin (stage II sporulation) yqxA // spoIIP yqxA // spoIIP -tboY BSU_misc_RNA_83 3037895 3038168 T-Box riboswitch specific of tyrosine tRNA ligase -yybO BSU40570 4170045 4171352 putative permease -mswM BSU_misc_RNA_94 4169802 4169919 manganese ion binding riboswitch -ytzG BSU30035 3072743 3073462 16S rRNA pseudouridylate 516 synthase -srdFi BSU_misc_RNA_76 2160390 2161194 intron of subunit F of phage SPbeta ribonucleotide reductase containing CDS for homing endonuclease -nrdE BSU17380 1868969 1871071 ribonucleoside-diphosphate reductase (major subunit) ymaB // nrdF // nrdE // nrdI ymaB // nrdF // nrdE // nrdI -swmG BSU_misc_RNA_68 1395622 1395775 magnesium riboswitch -purT BSU02230 243892 245046 phosphoribosylglycinamide formyltransferase 2 purT BSU02230 -pswI BSU_misc_RNA_91 2472880 2473125 proline T-box riboswitch -yolA BSU21540 2272896 2273363 conserved exported protein of unknown function; SPbeta phage -spoIVCB BSU25760 2652993 2653463 RNA polymerase sporulation-specific sigma-K factor precursor (Sigma-27) (N-terminal half) spoIIIC // spoIVCB spoIIIC // spoIVCB -yezE BSU06860 753817 754401 putative transcriptional regulator (TetR family) -mnrW BSU_misc_RNA_87 1410633 1410766 manganese ion riboswitch -yqaC BSU26370 2700033 2700569 putative kinase / phosphatase; skin element -bsrI BSU_misc_RNA_84 3360937 3361184 small regulatory RNA or messenger RNA -hisD BSU34910 3586271 3587554 histidinol dehydrogenase -fswB BSU_misc_RNA_78 2410581 2410888 flavin mononucleotide riboswitch -amyE BSU03040 327618 329597 alpha-amylase amyE BSU03040 -surG BSU_misc_RNA_71 1731457 1731674 small RNAs controlled by sporulation -yxxB BSU39440 4053454 4054281 putative integral membrane protein yxxB // yxeR yxxB // yxeR -asrH BSU_misc_RNA_92 2678876 2679014 antitoxin RNA -yubA BSU31160 3195558 3196724 putative integral membrane protein -spoIIIC BSU26390 2701338 2701754 RNA polymerase sporulation-specific sigma-K factor precursor (Sigma-27) (C-terminal fragment) spoIIIC // spoIVCB spoIIIC // spoIVCB -yjbL BSU11590 1236609 1236977 conserved protein of unknown function -gswA BSU_misc_RNA_88 1457005 1457156 riboswitch regulating ptsGHI expression via GlcT binding -yfkJ BSU07880 862004 862474 protein-tyrosine-phosphatase yfkH // yfkI // yfkJ yfkH // yfkI // yfkJ -mtnB BSU13610 1428940 1429569 methylthioribulose-1-phosphate dehydratase (MTRu-1-P dehydratase) mtnD // mtnB // mtnX // mtnW mtnD // mtnB // mtnX // mtnW -flgD BSU16280 1699738 1700160 flagellar hook capping protein swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -srbL BSU_misc_RNA_85 3404546 3404676 putative coenzyme B12 (AdoCbl) riboswitch -capE BSU35870 3697639 3697806 factor required extrachromosomal elements maintenance capE // capA // capC // capB capE // capA // capC // capB -sdaM BSU_misc_RNA_80 2647405 2647663 antisense RNA -yoqC BSU20680 2200376 2200783 putative SOS nucleotide-binding protein; phage SPbeta -ncrF BSU_misc_RNA_73 1917501 1917580 putative conserved small untranslated RNA -xre BSU12510 1321329 1321670 phage PBSX transcriptional regulator xre BSU12510 -ldsD BSU_misc_RNA_93 3035589 3035721 ribosomal protein S4 leader mRNA sequence ldsD // rpsD BSU_misc_RNA_93 // rpsD -cdd BSU25300 2610927 2611337 cytidine/deoxycytidine deaminase era // cdd era // cdd -srdEi BSU_misc_RNA_33 2164643 2164894 intron of phage SPbeta ribonucleotide reductase -rocD BSU40340 4144301 4145506 ornithine aminotransferase argI // rocE // rocD argI // rocE // rocD -surX BSU_misc_RNA_89 1780404 1780554 small untranslated RNA of unknown function -ybdG BSU01990 220279 221256 putative hydrolase/transferase -lipM BSU24530 2543968 2544804 protein octanoyltransferase -pksJ BSU17180 1792806 1807937 polyketide synthase of type I involved in nonribosomal synthesis of bacillaene pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC -srlX BSU_misc_RNA_86 4096997 4097409 putative small RNA or mRNA leader sequence -ytnP BSU29890 3058631 3059401 putative quorum-quenching lactonase -yomG BSU21370 2256832 2259459 putative DNA wielding protein; SPbeta phage -yerH BSU06630 723635 724825 putative lipoprotein yerH // ligA // pcrA // pcrB yerH // ligA // pcrA // pcrB -yqaQ BSU26220 2690989 2691444 putative phage DNA-binding protein; skin element -yvcT BSU34680 3562566 3563543 putative 2-ketogluconate reductase; hydroxypyruvate / glyoxylate reductase yvcT BSU34680 -znuC BSU02860 309347 310042 Zn(II) transporter (ATP-binding protein) znuB // znuC // znuA znuB // znuC // znuA -oppA BSU11430 1219849 1221486 oligopeptide ABC transporter (binding lipoprotein) oppF // oppD // oppC // oppB // oppA oppF // oppD // oppC // oppB // oppA -glgA BSU30950 3166118 3167572 glycogen (starch) synthase glgP // glgA // glgD // glgC // glgB glgP // glgA // glgD // glgC // glgB -yxiE BSU39250 4031797 4032243 phosphate starvation protein (universal stress protein A family) yxiE // bglH // bglP yxiE // bglH // bglP -yflN BSU07620 835740 836534 putative metal-dependent hydrolase yflN // citM yflN // citM -rnhB BSU16060 1677451 1678218 ribonuclease HII -tagH BSU35700 3673564 3675147 ATP-binding teichoic acid precursor transporter component -yoqT BSU20520 2193827 2193976 conserved hypothetical protein; phage SPbeta yoqT BSU20520 -uxuA BSU12340 1305486 1306565 D-mannonate dehydratase uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC -yqgE BSU25010 2584035 2585327 putative efflux transporter -yyzE BSU40120 4122619 4122849 glucose phosphotransferase system enzyme IIA component bglA // yyzE bglA // yyzE -glmS BSU01780 200277 202079 L-glutamine-D-fructose-6-phosphate amidotransferase glmS BSU01780 -ricA BSU17020 1774374 1774805 master regulator for biofilm formation via regulation of RNase Y (RicAFT complex / FAD / two [4Fe-4S]2+) -tyrS BSU29670 3036603 3037871 tyrosyl-tRNA synthetase tyrS BSU29670 -yomU BSU21220 2240339 2241136 conserved protein of unknown function; phage SPbeta -purK BSU06430 699093 700235 N5-carboxyaminoimidazole ribonucleotide synthase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE -txpA BSU26050 2678240 2678419 toxic peptide of toxin-antitoxin system; skin element txpA BSU26050 -levB BSU34460 3537507 3539057 endolevanase, selectively cleaves the (beta-2,6) fructosyl bonds yveA // levB // sacB yveA // levB // sacB -ythB BSU30720 3140806 3141846 putative cytochrome bd menaquinol oxidase subunit II -argB BSU11210 1197326 1198102 N-acetylglutamate 5-phosphotransferase (acetylglutamate kinase) argF // carB // carA // argD // argB // argJ // argC argF // carB // carA // argD // argB // argJ // argC -natK BSU02730 294615 295571 NatK two-component sensory histidine kinase, phosphorylated // NatK two-component sensory histidine kinase natK BSU02730 -scoA BSU38990 4001976 4002692 acetoacetyl CoA-transferase (subunit A) yxjF // scoB // scoA // hbuT yxjF // scoB // scoA // hbuT -yfmP BSU07390 812140 812562 transcriptional regulator (MerR family) of metal (copper) efflux transporter expression yfmO // yfmP yfmO // yfmP -recG BSU15870 1659810 1661858 branch migrating ATP-dependent DNA helicase involved in DNA recombination and repair -degU BSU35490 3644607 3645296 DegU two-component response regulator, phosphorylated // DegU two-component response regulator degS // degU degS // degU -yorJ BSU20360 2181256 2182392 putative DNA replication initiation protein; phage SPbeta -pdaC BSU12100 1281128 1282531 N-acetylmuramic acid deacetylase pdaC BSU12100 -rsbRD BSU24760 2562966 2563802 component of the anxiosome (stressosome) rsbRD BSU24760 -yxaI BSU39960 4104444 4104899 putative integral membrane protein of unknown function yxaI BSU39960 -kbaA BSU01560 159182 159778 inner membrane protein involved in activation of the KinB signaling pathway to sporulation kbaA BSU01560 -rnjB BSU16780 1749418 1751085 dual activity 5' exo-and endoribonuclease J2 rnjB BSU16780 -moaB BSU29460 3014514 3015026 molybdopterin GTP-binding precursor Z biosynthesis component moaB BSU29460 -yonK BSU21060 2227297 2227488 conserved protein of unknown function; phage SPbeta -gutB BSU06150 667466 668527 glucitol (sorbitol) dehydrogenase gutP // gutB gutP // gutB -rttG BSU25860 2661102 2662697 phage ribonuclease toxin; skin element rttF // rttG rttF // rttG -epsJ BSU34280 3518999 3520033 putative glycosyl transferase involved in biofilm matrix formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA -ytqA BSU30480 3119999 3120967 putative enzyme -yitH BSU10990 1177365 1178213 putative N-acetyltransferase -ycbK BSU02540 277342 278280 putative tryptophan or indole exporter ycbK // rtpA ycbK // rtpA -yxzE BSU38790 3982973 3983173 putative bacteriocin yxzE BSU38790 -yetJ BSU07200 787992 788636 pH-sensitive Ca2+ leak channel -gmk BSU15680 1641949 1642563 guanylate kinase -yvjA BSU35280 3626128 3627012 putative integral inner membrane protein cccB // yvjA cccB // yvjA -yosB BSU20180 2169497 2169676 conserved hypothetical protein; phage SPbeta -iolB BSU39750 4082030 4082845 5-deoxy-D-glucuronate isomerase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA -gcvT BSU24570 2548245 2549333 aminomethyltransferase (glycine cleavage system protein T) gcvPB // gcvPA // gcvT gcvPB // gcvPA // gcvT -metC BSU11880 1259606 1260778 cystathionine beta-lyase metC // metI metC // metI -rpmJ BSU01400 147837 147950 ribosomal protein L36 (ribosomal protein B) -proS BSU16570 1725330 1727024 prolyl-tRNA synthetase -sndA BSU29290 2999717 3000967 S-alkyl-N-acetyl-metabolite deacetylase ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA -yopE BSU20920 2212245 2212496 conserved membrane protein of unknown function; phage SPbeta -tsaB BSU05920 642111 642800 tRNA(NNU) t(6)A37 threonylcarbamoyladenosine modification; protease involved in TsaD function -aroD BSU25660 2644630 2645472 shikimate 5-dehydrogenase -yvfT BSU34070 3496495 3497610 two-component sensor histidine kinase [YvfU] -ytbQ BSU30180 3088388 3089149 putative NAD-dependent nucleoside-diphosphate-sugar epimerase ytbQ // bioI // bioB // bioD // bioF // bioK // bioW ytbQ // bioI // bioB // bioD // bioF // bioK // bioW -yisP BSU10810 1159922 1160746 farnesyl diphosphate phosphatase yisP BSU10810 -gamP BSU02350 254907 256802 phosphotransferase system (PTS) glucosamine-specific enzyme IICBA component gamP // gamA gamP // gamA -licR BSU38600 3962003 3963928 transcriptional activator of the lichenan operon licR BSU38600 -yesQ BSU06990 763875 764765 rhamnogalacturonan permease -pyrR BSU15470 1618304 1618849 transcriptional attenuator and uracil phosphoribosyltransferase activity pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR -yvnB BSU35040 3598040 3601909 putative exported hydrolase yvnB BSU35040 -yosS BSU20020 2159268 2159696 SPbeta phage deoxyuridine 5'-triphosphate nucleotidohydrolase -yxeG BSU39560 4064536 4065093 putative integral inner membrane protein of unknown function yxeH // yxeG // yxeF yxeH // yxeG // yxeF -accB BSU24350 2531718 2532197 acetyl-CoA carboxylase subunit (biotin carboxyl carrier subunit) yqhY // accC // accB yqhY // accC // accB -thiF BSU11700 1245808 1246818 [sulfur-carrier protein ThiS] adenylyltransferase thiD // thiF // thiG // thiS // thiO // tenI // tenA thiD // thiF // thiG // thiS // thiO // tenI // tenA -rpsQ BSU01250 140147 140410 ribosomal protein S17 (BS16) -flhA BSU16390 1707714 1709747 component of the flagellar export machinery swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -polA BSU29090 2973182 2975824 DNA polymerase I -yopR BSU20790 2204192 2205169 putative DNA breaking-rejoining enzyme; phage SPbeta -ydhD BSU05710 616672 617934 spore cortex lytic enzyme ydhD BSU05710 -dnaK BSU25470 2626112 2627947 molecular chaperone, ATP-dependent mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA -eno BSU33900 3476555 3477847 enolase eno // pgm // tpiA // pgk // gapA // cggR eno // pgm // tpiA // pgk // gapA // cggR -ythP BSU30010 3071400 3072110 putative ABC transporter (ATP-binding protein) ythQ // ythP ythQ // ythP -addA BSU10630 1139807 1143505 ATP-dependent deoxyribonuclease (subunit A) addA // addB addA // addB -yeeB BSU06770 742939 744738 putative DNA helicase / endonuclease; HGT island -gspA BSU38430 3944560 3945420 putative glycosyl transferase (general stress protein) gspA BSU38430 -hisI BSU34860 3582936 3583565 bifunctional phosphoribosyl-AMP cyclohydrolase; phosphoribosyl-ATP pyrophosphohydrolase -murB BSU15230 1592663 1593574 UDP-N-acetylenolpyruvoylglucosamine reductase sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE -hutI BSU39370 4045245 4046510 imidazolone-5-propionate hydrolase hutM // hutG // hutI // hutU // hutH // hutP hutM // hutG // hutI // hutU // hutH // hutP -yotL BSU19840 2152927 2153169 putative transcriptional regulator; phage SPbeta yotL BSU19840 -pepF BSU11540 1231083 1233095 oligoendopeptidase F -mmgA BSU24170 2512861 2514042 degradative acetoacetyl-CoA thiolase mmgF // prpD // mmgD // mmgC // mmgB // mmgA mmgF // prpD // mmgD // mmgC // mmgB // mmgA -fliG BSU16220 1694119 1695135 flagellar motor switching and energizing component swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -rpoC BSU01080 125562 129161 RNA polymerase (beta' subunit) -yoqH BSU20630 2198313 2198765 conserved hypothetical protein; phage SPbeta -rpmI BSU28860 2952615 2952815 ribosomal protein L35 ysdA // rplT // rpmI // infC ysdA // rplT // rpmI // infC -ccpN BSU25250 2604959 2605597 negative regulator of gluconeogenesis yqfL // ccpN yqfL // ccpN -ydfL BSU05460 594186 594998 putative transcriptional regulator of efflux transporter -skfC BSU01935 215404 216894 sporulation killing factor biosynthesis and export skfH // skfG // skfF // skfE // skfC // skfB // skfA skfH // skfG // skfF // skfE // skfC // skfB // skfA -rghRB BSU33670 3457104 3457523 putative phage-like transcriptional repressor -ytpR BSU29820 3052743 3053348 putative tRNA binding enzyme ytpR // ytpQ // ytpP ytpR // ytpQ // ytpP -yhjB BSU10450 1119162 1120631 putative Na+/metabolite cotransporter yhjB // yhjC yhjB // yhjC -yerB BSU06570 715433 716428 putative lipoprotein yerC // yerB yerC // yerB -ywcA BSU38240 3924225 3925766 acetate Na+-dependent symporter subunit involved in volatile signal for biofilm formation -mdxD BSU34620 3555902 3557671 glucan 1,4-alpha-maltohydrolase -ylbK BSU15040 1571981 1572763 putative hydrolase -appF BSU11370 1212460 1213449 oligopeptide ABC transporter (ATP-binding protein) appC // appB // appA // appA // appF // appD appC // appB // appA // appA // appF // appD -deoD BSU19630 2135470 2136171 purine nucleoside phosphorylase -yxzG BSU39170 4020455 4020907 putative nucleic acid binding protein -bmrU BSU24000 2493662 2494555 putative lipid kinase BmrU bmrR // bmr // bmrU bmrR // bmr // bmrU -ylqC BSU16000 1673892 1674137 putative RNA binding protein ylqC // rpsP ylqC // rpsP -clpC BSU00860 103572 106004 class III stress response-related ATPase, AAA+ superfamily disA // radA // clpC // mcsB // mcsA // ctsR disA // radA // clpC // mcsB // mcsA // ctsR -yoqY BSU20470 2190884 2191279 hypothetical protein; phage SPbeta -glcD BSU28680 2933185 2934597 glycolate oxidase subunit -pstBA BSU24960 2578003 2578812 phosphate ABC transporter (ATP-binding protein) pstBB // pstBA // pstA // pstC // pstS pstBB // pstBA // pstA // pstC // pstS -ydeP BSU05290 575712 576098 putative transcriptional regulator ydeP BSU05290 -ybbH BSU01690 191183 192034 transcriptional regulator MurR-N-acetylmuramic acid -copZ BSU33510 3443613 3443822 copper insertion chaperone and transporter component copA // copZ copA // copZ -ezrA BSU29610 3029729 3031417 negative regulator of FtsZ ring formation ezrA BSU29610 -yhfI BSU10240 1098412 1099146 phosphodiesterase YhfI -gabP BSU06310 685155 686564 gamma-aminobutyrate (GABA) permease; proline permease gabP BSU06310 -sacT BSU38070 3906142 3906972 transcriptional antiterminator of sacAP expression sacT BSU38070 -pnbA BSU34390 3530635 3532104 para-nitrobenzyl esterase (intracellular esterase B) -ylaJ BSU14800 1548681 1549310 putative germination lipoprotein ylaJ BSU14800 -yitV BSU11150 1191423 1192190 putative carboxylesterase -cwlS BSU19410 2115425 2116669 peptidoglycan hydrolase (cell wall-binding d,l-endopeptidase) -pepT BSU38920 3995075 3996307 peptidase T (tripeptidase) pepT BSU38920 -dsdA BSU23770 2469580 2470926 D-serine ammonia-lyase yqjT // coaA // dsdA // yqjQ // yqjP yqjT // coaA // dsdA // yqjQ // yqjP -spoVM BSU15810 1655446 1655526 factor required for normal spore cortex and coat synthesis (stage V sporulation) spoVM BSU15810 -ftsH BSU00690 76984 78897 ATP-dependent cytoplasmic membrane protease ftsH BSU00690 -yorO BSU20310 2174352 2174549 conserved hypothetical protein; phage SPbeta -trxA BSU28500 2913024 2913338 thioredoxin trxA BSU28500 -comGC BSU24710 2557673 2557969 pilin-like component of the DNA transport membrane pilin platform spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA -cspC BSU05120 559264 559464 cold-shock protein -ybaJ BSU01510 155156 155923 putative methyltransferase -lysP BSU33330 3419656 3421065 lysine permease -ascR BSU29400 3008938 3009864 transcriptional regulator of operon snaA-ytnM degrading cysteine-containing compounds (AscR-N-acetylcysteine) ascR BSU29400 -hinT BSU10030 1076515 1076952 promiscuous Hit-family phosphohydrolase, adenosine phosphoramidase -ydiP BSU06070 656528 657697 DNA-methyltransferase (cytosine-specific); defective prophage 3 ydiP // ydiO ydiP // ydiO -spsD BSU37880 3888862 3889731 putative TDP-glycosamine N-acetyltransferase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA -epsO BSU34220 3514115 3515083 pyruvyl transferase for matrix biofilm formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA -adeC BSU14520 1521351 1523084 adenine deaminase -yitC BSU10940 1172650 1173336 2-phospho,3-sulfolactate phosphatase (sporulation related) yitD // yitC yitD // yitC -desR BSU19200 2091705 2092304 DesR two-component response regulator, phosphorylated // DesR two-component response regulator desR // desK desR // desK -cydC BSU38740 3975088 3976791 ABC membrane transporter (ATP-binding protein) required for cytochrome bb' function (reductant efflux pump) cydD // cydC // cydB // cydA cydD // cydC // cydB // cydA -fur BSU23520 2449841 2450290 transcriptional regulator for iron transport and metabolism fur BSU23520 -cysC BSU15600 1633369 1633962 adenylylsulfate kinase sirC // sirB // sumT // cysC // sat // cysP // cysH sirC // sirB // sumT // cysC // sat // cysP // cysH -gcaD BSU00500 56352 57722 bifunctional glucosamine-1-phosphate N-acetyltransferase/UDP-N-acetylglucosamine pyrophosphorylase ctc // prs // gcaD ctc // prs // gcaD -yosG BSU20130 2167570 2167932 conserved protein of unknown function; phage SPbeta -ilvH BSU28300 2894733 2895251 acetohydroxy-acid synthase (small subunit) leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB -yqhS BSU24470 2539755 2540201 3-dehydroquinate dehydratase, type II -yddF BSU04950 541248 541574 ICEBs1 mobile element: conserved protein of unknown function -secY BSU01360 144527 145822 preprotein translocase subunit -yvqJ BSU33140 3399092 3400360 putative efflux protein -ytsJ BSU29220 2989900 2991132 NADP-dependent malic enzyme (conversion of malate into pyruvate, anabolic) ytsJ BSU29220 -hemZ BSU09840 1057680 1059185 coproporphyrinogen III oxidase hemZ BSU09840 -gmuE BSU05860 630912 631811 ROK fructokinase; glucomannan utilization protein E gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC -bacC BSU37720 3872105 3872866 bacilysin biosynthesis oxidoreductase bacF // bacE // bacD // bacC // bacB // bacA bacF // bacE // bacD // bacC // bacB // bacA -yvbX BSU34020 3491655 3492689 putative epimerase modification of peptidoglycan -mobB BSU14290 1498445 1498966 molybdopterin-guanine dinucleotide biosynthesis protein B -yisJ BSU10740 1151166 1152089 putative spore coat protein, CotH paralog -yobN BSU19020 2074343 2075779 putative amine oxidase (flavoprotein) -ilvK BSU38550 3957391 3958482 branched-chain amino acid aminotransferase ilvK BSU38550 -ppiB BSU23360 2435360 2435791 peptidyl-prolyl isomerase ppiB BSU23360 -ylmH BSU15410 1611654 1612427 factor involved in shape determination, RNA-binding fold ylmH // ylmG // sepF // ylmE // ylmD ylmH // ylmG // sepF // ylmE // ylmD -tmk BSU00280 39159 39797 thymidylate kinase -sspC BSU19950 2156239 2156457 small acid-soluble spore protein (alpha/beta-type SASP); SPbeta phage protein sspC BSU19950 -hemD BSU28140 2875173 2875961 uroporphyrinogen III cosynthase hemL // hemB // hemD // hemC // hemX // hemA hemL // hemB // hemD // hemC // hemX // hemA -xseB BSU24290 2526669 2526923 exodeoxyribonuclease VII (small subunit) -rsbU BSU04700 521019 522026 protein serine phosphatase; controls the activity of the anxiosome (stressosome) rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV -rpsS BSU01200 138202 138480 ribosomal protein S19 (BS19) -yusW BSU32950 3380157 3380594 spore lipoprotein -ytbD BSU29040 2968824 2970014 putative transporter -tal BSU37110 3807754 3808392 transaldolase tal // fbaA tal // fbaA -yhdT BSU09590 1035554 1036939 putative membrane protein -ydgI BSU05660 612191 612820 nitroreductase of unidentified specificity (reduces 5-(aziridin-1-yl)-2,4-dinitrobenzamide prodrug) -int BSU04800 529505 530611 ICEBs1 integrase -ywhC BSU37530 3852718 3853377 putative metal-dependent hydrolase; integral membrane protein -opuCB BSU33820 3469184 3469837 glycine betaine/carnitine/choline/choline sulfate ABC transporter (promiscuous permease) opuCD // opuCC // opuCB // opuCA opuCD // opuCC // opuCB // opuCA -xis BSU04830 531787 531981 ICEBs1 excisionase -ldt BSU14040 1476518 1477012 murein L,D-transpeptidase ldt BSU14040 -yhjN BSU10570 1130918 1132072 putative integral inner membrane protein (recent HGT island) -bioW BSU30240 3094679 3095455 6-carboxyhexanoate-CoA ligase monomer ytbQ // bioI // bioB // bioD // bioF // bioK // bioW ytbQ // bioI // bioB // bioD // bioF // bioK // bioW -pps BSU18830 2051329 2053929 putative PEP-dependent enzyme -glxA BSU38370 3937135 3937515 glyoxalase I; hemithioacetal-bacillithiol lactoyl-bacillithiol formation glxA BSU38370 -bioD BSU30210 3091492 3092187 dethiobiotin synthetase ytbQ // bioI // bioB // bioD // bioF // bioK // bioW ytbQ // bioI // bioB // bioD // bioF // bioK // bioW -fer BSU23040 2409729 2409977 ferredoxin fer BSU23040 -murE BSU15180 1586330 1587814 UDP-N-acetylmuramoylalanyl-D-glutamate-2, 6-diaminopimelate ligase sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE -bioF BSU30220 3092184 3093353 8-amino-7-oxononanoate synthase (pimeloyl-CoA-dependent) ytbQ // bioI // bioB // bioD // bioF // bioK // bioW ytbQ // bioI // bioB // bioD // bioF // bioK // bioW -dacA BSU00100 17534 18865 D-alanyl-D-alanine carboxypeptidase (penicillin-binding protein 5) -cgeA BSU19780 2148676 2149077 spore outermost layer component cgeB // cgeA cgeB // cgeA -bioK BSU30230 3093343 3094689 L-lysine-8-amino-7-oxononanoate aminotransferase ytbQ // bioI // bioB // bioD // bioF // bioK // bioW ytbQ // bioI // bioB // bioD // bioF // bioK // bioW -spoIVFA BSU27980 2856832 2857626 regulator of SpoIVFB (stage IV sporulation) spoIVFB // spoIVFA spoIVFB // spoIVFA -mmgF BSU24120 2507298 2508203 2-methylisocitrate lyase mmgF // prpD // mmgD // mmgC // mmgB // mmgA mmgF // prpD // mmgD // mmgC // mmgB // mmgA -bioB BSU30200 3090482 3091489 biotin synthase ytbQ // bioI // bioB // bioD // bioF // bioK // bioW ytbQ // bioI // bioB // bioD // bioF // bioK // bioW -ydbI BSU04480 501579 502631 putative integral inner membrane protein -rplA BSU01030 119111 119809 ribosomal protein L1 (BL1) -metQ BSU32750 3363266 3364291 methionine ABC transporter (ATP-binding protein) -araA BSU28800 2947385 2948875 L-arabinose isomerase abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA -phoA BSU09410 1017083 1018468 alkaline phosphatase A phoA BSU09410 -ydfH BSU05410 587744 588967 YdfH two-component sensory histidine kinase, phosphorylated // YdfH two-component sensory histidine kinase ydfI // ydfH ydfI // ydfH -sboA BSU37350 3836058 3836189 subtilosin A albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA -yvaK BSU33620 3454221 3454961 carboxylesterase rnr // yvaK // secG // smpB // ssrA rnr // yvaK // secG // smpB // ssrA -pfeT BSU13850 1451371 1453284 Fe(II) efflux transporter possibly involved in copper(II) uptake pfeT BSU13850 -bioY BSU10370 1111925 1112485 biotin transporter -exlX BSU18630 2032927 2033625 extracellular endoglucanase precursor (expansin) exlX BSU18630 -galK BSU38200 3920638 3921810 galactokinase galT // galK galT // galK -gpsA BSU22830 2389151 2390188 NADPH-dependent glycerol-3-phosphate dehydrogenase -ctaG BSU14930 1564422 1565315 cytochrome aa(3) assembly factor ctaG // ctaF // ctaE // ctaD // ctaC // ctaB ctaG // ctaF // ctaE // ctaD // ctaC // ctaB -yrbE BSU27770 2838847 2839872 putative inositol-related oxidoreductase -yoyD BSU19579 2130177 2130377 putative exported protein -ydaJ BSU04270 478944 480032 glycosyl hydrolase lipoprotein ydaN // ydaM // ydaL // ydaK // ydaJ ydaN // ydaM // ydaL // ydaK // ydaJ -yqjD BSU23920 2486813 2488336 putative propionyl-CoA carboxylase beta chain -yurJ BSU32550 3345013 3346116 fructose-amino acid ABC transporter (ATP-binding subunit) yurJ BSU32550 -dusB BSU00810 87634 88635 tRNA-dihydrouridine synthase B lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB -pucG BSU32520 3341166 3342416 S-ureidoglycine-glyoxylate aminotransferase pucG // pucF pucG // pucF -pheT BSU28630 2927008 2929422 phenylalanyl-tRNA synthetase (beta subunit) pheS // pheT pheS // pheT -srtA BSU09200 994998 995594 sortase A srtA // yhcR srtA // yhcR -ydeL BSU05240 571389 572780 putative PLP-dependent transcriptional regulator -fbaA BSU37120 3808512 3809369 fructose-1,6-bisphosphate aldolase tal // fbaA tal // fbaA -yvgT BSU33460 3436849 3437457 putative integral membrane protein -eag BSU13650 1431027 1431458 putative small membrane protein eag BSU13650 -yhgE BSU10160 1090401 1092728 putative methyl-accepting protein -yoeD BSU18400 2004262 2004492 putative excisionase -ywzG BSU38018 3900481 3900819 putative transcriptional regulator, PadR family -tyrA BSU22610 2369251 2370366 prephenate dehydrogenase aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE -suhB BSU14670 1537441 1538238 inositol monophosphatase / 5' nucleotidase (purine nucleoside monophosphate) -cymR BSU27520 2811717 2812133 transcriptional regulator of cysteine biosynthesis trmU // yrvO // cymR trmU // yrvO // cymR -odhB BSU19360 2107505 2108758 2-oxoglutarate dehydrogenase complex (dihydrolipoamide transsuccinylase, E2 subunit) odhB // odhA odhB // odhA -yczH BSU04020 454652 455260 putative hydrolase yczH BSU04020 -yqjY BSU23690 2463571 2464041 putative N-acetyltransferase yqkC // yqkB // yqkA // yqjZ // yqjY yqkC // yqkB // yqkA // yqjZ // yqjY -lytH BSU32340 3321455 3322435 sporulation-specific L-Ala-D-Glu endopeptidase lytH BSU32340 -divIC BSU00620 69168 69545 cell-division initiation protein yabR // divIC // yabQ // yabP // yabO // yabN // yabM yabR // divIC // yabQ // yabP // yabO // yabN // yabM -yhbH BSU08980 975231 976409 factor involved in shape determination yhbH BSU08980 -sdhB BSU28430 2905571 2906332 succinate dehydrogenase (iron-sulfur protein) sdhB // sdhA // sdhC sdhB // sdhA // sdhC -ywlF BSU36920 3791199 3791648 D-ribose 5-phosphate epimerase (promiscuous) ywlG // ywlF ywlG // ywlF -yddR BSU05080 553711 554475 putative metal-dependent hydrolase -ykoY BSU13440 1410654 1411628 putative manganese-related ion transporter -yvrP BSU33280 3414023 3415216 putative ABC transporter membrane fusion component yvrN // yvrO // yvrP yvrN // yvrO // yvrP -surC BSU_misc_RNA_79 2625952 2626042 sporulation-related small untranslated RNA surC BSU_misc_RNA_79 -prsA BSU09950 1070364 1071242 molecular chaperone lipoprotein prsA BSU09950 -yngHB BSU18239 1952945 1953166 methylcrotonyl-CoA carboxylase; biotinylated subunit (leucine degradation) yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ -spsJ BSU37830 3884292 3885239 dTDP-glucose 4,6-dehydratase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA -dinG BSU22400 2349671 2352466 damage inducible ATP-dependent 3'->5' nuclease -ampS BSU14450 1514997 1516229 aminopeptidase -yrrT BSU27280 2787846 2788487 putative AdoMet-dependent methyltransferase yrhC // mccB // mccA // mtnN // yrrT yrhC // mccB // mccA // mtnN // yrrT -yocA BSU19130 2085303 2085980 putative murein fragments glycosidase yocA BSU19130 -yclK BSU03760 427247 428668 two-component sensor histidine kinase [YclJ] -spoIIAA BSU23470 2444645 2444998 anti-anti-sigma factor (antagonist of SpoIIAB) sigF // spoIIAB // spoIIAA // dacF sigF // spoIIAB // spoIIAA // dacF -paiA BSU32150 3304743 3305261 polyamine N-acetyltransferase -yabG BSU00430 51680 52552 sporulation-specific protease yabG BSU00430 -ygaJ BSU08780 954893 955585 putative peptidase -leuD BSU28250 2888940 2889539 3-isopropylmalate dehydratase (small subunit) leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB -fdhD BSU36710 3773366 3774154 protein sulfur transferase involved in molybdenum cofactor synthesis -ydcS BSU04880 536096 536365 ICEBs1 mobile element: conserved protein of unknown function -thiW BSU13220 1388809 1390452 thiamine ABC transporter (ATP-binding subunit) -liaS BSU33090 3395035 3396117 LiaS two-component sensory histidine kinase, phosphorylated // LiaS two-component sensory histidine kinase liaR // liaS // liaF // liaG // liaH // liaI liaR // liaS // liaF // liaG // liaH // liaI -ratA BSU_misc_RNA_81 2678343 2678565 antisense RNA controlling synthesis of TxpA, membrane associated toxin of a toxin antitoxin system; skin element ratA BSU_misc_RNA_81 -yheF BSU09740 1049801 1049926 conserved hypothetical protein -yneP BSU18040 1930834 1931199 acyl-CoA thioesterase -hemQ BSU37670 3866596 3867360 iron-coproporphyrin (coproheme) decarboxylase hemQ BSU37670 -kduD BSU22140 2326683 2327447 2-keto-3-deoxygluconate oxidoreductase -ahpT BSU14230 1492875 1493321 thiol-disulfide oxidoreductase -levF BSU27050 2761081 2761890 phosphotransferase system (PTS) fructose-specific enzyme IIC component BSU_27035 // sacC // levG // levF // levE // levD BSU_27035 // sacC // levG // levF // levE // levD -yozM BSU18960 2065042 2065377 putative bacteriophage protein; putative defective prophage 6 yozM BSU18960 -tcyB BSU03600 409965 410669 cystine ABC transporter (permease) tcyC // tcyB // tcyA tcyC // tcyB // tcyA -dacB BSU23190 2423383 2424531 D-alanyl-D-alanine carboxypeptidase (penicillin-binding protein 5*) (required for spore cortex) spmB // spmA // dacB spmB // spmA // dacB -yukD BSU31900 3275832 3276071 ESX secretion system YukD protein yueC // yueB // yukB // yukC // yukD // yukE yueC // yueB // yukB // yukC // yukD // yukE -recR BSU00210 28867 29463 recA filament-DNA complex stabilisation factor -sspK BSU08550 928112 928264 small acid-soluble spore protein sspK BSU08550 -valS BSU28090 2866664 2869306 valyl-tRNA synthetase folC // valS folC // valS -bcrC BSU36530 3758547 3759128 undecaprenyl pyrophosphate phosphatase (bacitracin resistance) bcrC BSU36530 -ndoAI BSU04650 518657 518938 antitoxin MazE ndoAI // ndoA ndoAI // ndoA -ykgA BSU13020 1371015 1371875 N(G),N(G)-dimethylarginine dimethylaminohydrolase pgl // ykgA pgl // ykgA -yusQ BSU32890 3376617 3377000 hydratase of unidentified specificity (tautomerase superfamily) -yyaB BSU40980 4207406 4207846 putative antibiotic immunity protein yyaB BSU40980 -yhdN BSU09530 1030265 1031260 aldo/keto reductase specific for NADPH; protects against methylglyoxal plsC // yhdN plsC // yhdN -fosB BSU17840 1916663 1917097 magnesium-dependent bacillithiol-transferase fosB BSU17840 -phrF BSU37470 3847130 3847249 secreted regulator of the activity of phosphatase RapF phrF // rapF phrF // rapF -degR BSU21940 2308157 2308339 activator of degradative enzymes (aprE, nprE, sacB) production or activity degR BSU21940 -pbpH BSU13980 1467748 1469862 penicillin-binding enzyme for formation of rod-shaped peptidoglycan cell wall -yrpD BSU26820 2739486 2740193 putative lipoprotein -cyeA BSU18770 2045929 2046807 putative modified amino acid or TCA compound efflux permease cyeA BSU18770 -nin BSU03420 371729 372127 inhibitor of the DNA degrading activity of NucA (competence) nin // nucA nin // nucA -gudB BSU22960 2402067 2403350 cryptic glutamate dehydrogenase (active after removal of a 9 bp insert) gudB BSU22960 -yuxO BSU31670 3252405 3252785 putative proofreading thioesterase in bacillibactin biosynthesis yuxO // comA yuxO // comA -obg BSU27920 2852661 2853947 ppGpp-binding GTPase involved in cell portioning, DNA repair and ribosome assembly obg // spo0B obg // spo0B -lnrN BSU08330 907968 909125 ABC transporter (permease) biofilm formation -ydbD BSU04430 495740 496561 putative manganese-containing catalase ydbD // dctB ydbD // dctB -ywpE BSU36340 3741732 3742040 putative sortase ywpE BSU36340 -sufS BSU32690 3357444 3358664 cysteine desulfurase +yvaV BSU33740 3463534 3464067 putative transcriptional regulator (controlling choline uptake) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). pit BSU12840 1349468 1350469 putative low-affinity inorganic phosphate transporter pit // ykaA pit // ykaA -yhdC BSU09360 1011427 1011750 putative exported protein yhdC BSU09360 -yyaN BSU40800 4189796 4190212 putative transcriptional regulator (MerR family) -narG BSU37280 3826259 3829945 nitrate reductase (alpha subunit) narI // narJ // narH // narG narI // narJ // narH // narG -xylB BSU17610 1893396 1894895 xylulose kinase xylB // xylA xylB // xylA -ykvQ BSU13790 1445638 1446336 putative sporulation-specific glycosylase (HGT island) ykzQ // ykvQ // ykvP ykzQ // ykvQ // ykvP -scuA BSU21750 2291703 2292284 assembly factor BSco of the Cu(A) site of cytochrome c oxidase -yoaE BSU18570 2025400 2027442 molybdopterin cofactor oxido-reductase -yrdQ BSU26630 2721778 2722644 transcriptional regulator (LysR family) yrdQ BSU26630 -mtrB BSU22770 2384534 2384761 tryptophan operon RNA-binding attenuation protein (TRAP) mtrB // folEA mtrB // folEA -ycgS BSU03260 351842 352696 putative aromatic hydrocarbon hydrolase -ndk BSU22730 2381354 2381803 nucleoside diphosphate kinase -yugG BSU31410 3226933 3227433 putative transcriptional regulator (Lrp/AsnC family) -spoVB BSU27670 2829564 2831120 involved in spore cortex synthesis (stage V sporulation); translocase with flippase function for peptidoglycan synthesis spoVB BSU27670 -yfjF BSU08120 885844 886173 putative membrane protein yfjF // yfjE // yfjD // yfjC // yfjB // yfjA yfjF // yfjE // yfjD // yfjC // yfjB // yfjA -ydaB BSU04170 469426 470937 putative acyl-CoA ligase -ywrD BSU36100 3719134 3720711 oxamate amidohydrolase ywrD BSU36100 -pucE BSU32470 3335751 3336272 xanthine dehydrogenase, iron-sulfur subunit pucE // pucD // pucC // pucB // pucA pucE // pucD // pucC // pucB // pucA -xkzB BSU12672 1334815 1334964 phage PBSX; conserved hypothetical protein -yhcJ BSU09110 984901 985731 putative ABC transporter (binding lipoprotein) yhcJ BSU09110 -yybL BSU40600 4174410 4175120 putative transporter permease subunit yybJ // yybK // yybL // yybM // yybN yybJ // yybK // yybL // yybM // yybN -tdk BSU37060 3802405 3802992 thymidine kinase -ymaB BSU17400 1872128 1872748 putative cofactor involved in deoxyribonucleotide synthesis ymaB // nrdF // nrdE // nrdI ymaB // nrdF // nrdE // nrdI -mtnE BSU13580 1425641 1426837 2-oxo-4-methylthiobutanoate-glutamine aminotransferase mtnE BSU13580 -yokK BSU21560 2274558 2275136 conserved protein of unknown function; phage SPbeta -dacC BSU18350 1998340 1999815 D-alanyl-D-alanine carboxypeptidase dacC // galM dacC // galM -psiE BSU26410 2702688 2703104 phosphate starvation inducible protein -ypjA BSU22530 2362407 2362964 conserved integral inner membrane protein of unknown function -lctP BSU03060 330771 332396 L-lactate permease lctP // ldh lctP // ldh -glnP BSU27460 2804657 2805313 glutamine ABC transporter (permease) glnP // glnM // glnH // glnQ glnP // glnM // glnH // glnQ -rhaM BSU31190 3199233 3199547 L-rhamnose mutarotase rhaA // rhaM // rhaB // rhaR // rhaEW rhaA // rhaM // rhaB // rhaR // rhaEW -mtlA BSU03981 449724 451160 phosphotransferase system (PTS) mannitol-specific enzyme IICB component mtlF // mtlD // mtlA mtlF // mtlD // mtlA -yfkF BSU07910 863862 865037 putative efflux transporter yfkF BSU07910 -yutH BSU32270 3316330 3317349 spore coat-associated protein -capC BSU35890 3698982 3699431 capsular polyglutamate amide ligase/translocase subunit capE // capA // capC // capB capE // capA // capC // capB -ygaO BSU08890 966196 966669 putative integral inner membrane protein ygaO BSU08890 -ykzK BSU12539 1323550 1323717 phage PBSX; conserved hypothetical protein ykzK // xtrA // xkdD // xkdC // xkdB ykzK // xtrA // xkdD // xkdC // xkdB -atpE BSU36860 3786620 3786832 ATP synthase (subunit c, component F0) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI -htrC BSU40360 4147567 4148769 sporulation membrane serine protease htrC // walJ // walI // walH // walK // walR htrC // walJ // walI // walH // walK // walR -ykoT BSU13390 1403479 1404492 putative glycosyltransferase -pksM BSU17200 1821553 1834341 trans AT polyketide synthase of type I involved in bacillaene synthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC -auzJ BSU_ncRNA_2 3335414 3335545 putative antisense RNA for type I YuzJ toxin -yomE BSU21390 2260333 2262267 putative glycosyl hydrolase; phage SPbeta -yngC BSU18190 1947668 1948264 putative integral inner membrane protein, phosphatase or phosphate isomerase -yqaO BSU26240 2692645 2692851 conserved phage protein of unknown function; skin element -recU BSU22310 2340802 2341422 Holliday junction resolvase ponA // recU ponA // recU -yceB BSU02880 310880 311875 putative luciferase-like monooxygenase yceB BSU02880 -yrhG BSU27200 2779462 2780262 putative formate/nitrite transporter -glgC BSU30970 3168624 3169766 glucose-1-phosphate adenylyltransferase (ADP-glucose pyrophosphorylase) subunit alpha glgP // glgA // glgD // glgC // glgB glgP // glgA // glgD // glgC // glgB -gerKC BSU03710 421734 422957 spore germination receptor subunit gerKB // gerKC // gerKA gerKB // gerKC // gerKA -yflK BSU07650 838077 838742 putative sulfur carrier yflK // nosA yflK // nosA -pepA BSU32050 3296417 3297919 cytosol aminopeptidase -tagF BSU35720 3676159 3678399 CDP-glycerol:polyglycerol phosphate glycero-phosphotransferase (poly(glycerol phosphate) polymerase) tagF // tagE // tagD tagF // tagE // tagD -gsaB BSU08710 942449 943738 glutamate-1-semialdehyde aminotransferase, class III aminotransferase -exuT BSU12360 1307446 1308714 hexuronate transporter uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC -ureA BSU36660 3768791 3769108 urease (gamma subunit) ureC // ureB // ureA ureC // ureB // ureA -yydJ BSU40140 4124220 4124942 putative permease for export of a regulatory peptide yydJ // yydI // yydH // yydG // yydF yydJ // yydI // yydH // yydG // yydF -guaD BSU13170 1382677 1383147 guanine deaminase guaD BSU13170 -mutS BSU17040 1775745 1778321 DNA mismatch repair recognition factor mutL // mutS mutL // mutS -bsrH BSU_26055 2678799 2678888 skin region; type I toxin -yomT BSU21230 2241765 2241992 hypothetical protein; phage SPbeta -sspO BSU17990 1926306 1926452 small acid-soluble spore protein sspP // sspO sspP // sspO -yqzN BSU26089 2680989 2681180 conserved phage protein of unknown function; skin element -kdgT BSU22090 2321972 2322964 2-keto-3-deoxygluconate permease kdgT // kdgA // kdgK // kdgR kdgT // kdgA // kdgK // kdgR -mntC BSU30750 3142954 3144261 manganese ABC transporter (permease) mntD // mntC // mntB // mntA mntD // mntC // mntB // mntA -yraD BSU26990 2754820 2755119 putative spore coat protein yraD // yraE // adhB // yraF // yraG yraD // yraE // adhB // yraF // yraG -natA BSU02750 296429 297169 Na+ ABC efflux transporter (ATP-binding protein) natB // natA natB // natA -ycxA BSU03530 403217 404443 surfactin exporter ycxA BSU03530 -yfmM BSU07420 814384 815940 putative energy-sensing inhibitor of translation yfmM BSU07420 -yueF BSU31800 3262611 3263720 putative integral inner membrane protein -tagO BSU35530 3648654 3649730 UDP-N-acetylglucosamine:undecaprenyl-P N-acetylglucosaminyl-1-P transferase -yfhB BSU08470 922618 923499 putative isomerase yfhB BSU08470 -yjhA BSU12180 1289298 1289939 putative lipoprotein -pucI BSU36470 3752280 3753752 allantoin permease pucI BSU36470 -qdoI BSU39980 4106245 4107258 quercetin dioxygenase yxaH // qdoI yxaH // qdoI -dppE BSU12960 1364151 1365800 dipeptide ABC transporter (dipeptide-binding lipoprotein) dppE // dppD // dppC // dppB // dppA dppE // dppD // dppC // dppB // dppA -spoIIIE BSU16800 1752278 1754641 spore DNA directional translocase (motor ATPase) spoIIIE BSU16800 -engD BSU40920 4199843 4200943 potassium-dependent informational ATPase interacting with 70S ribosome; ROS stress regulator engD // rpsR // ssbA // rpsF engD // rpsR // ssbA // rpsF -yonI BSU21080 2228756 2229166 conserved hypothetical protein; phage SPbeta yonI BSU21080 -yndF BSU17770 1910167 1911381 putative spore germination lipoprotein yndF // yndE // yndD yndF // yndE // yndD -yqxJ BSU25880 2663551 2663913 hypothetical protein; skin element yqxJ // yqxI yqxJ // yqxI -ypgQ BSU21890 2303920 2304537 Mn(2+)-dependent (deoxy)ribonucleoside pyrophosphohydrolase -ytpA BSU30510 3122662 3123441 phospholipase component of bacilysocin synthesis or export -yrdC BSU26760 2732980 2733543 putative hydrolase -ycbM BSU02560 279059 279994 two-component sensor histidine kinase [YcbL] ycbM // ycbL ycbM // ycbL -yckA BSU03370 367305 367985 aminoacid ABC transporter (permease subunit) -yetL BSU07220 789652 790155 transcriptional regulator (FlvL-flavonoids) yetL BSU07220 -nupO BSU31550 3241085 3242617 guanosine ABC transporter (ATP-binding protein) nupQ // nupP // nupO // nupN nupQ // nupP // nupO // nupN -secA BSU35300 3628310 3630835 translocase binding subunit (ATPase) prfB // secA prfB // secA -yfiI BSU08280 902506 903687 putative oxidoreductase yfiI // yfiH // yfiG yfiI // yfiH // yfiG -iolR BSU39770 4084799 4085554 transcriptional regulator of the iol operon (DeoR family) iolS // iolR iolS // iolR -tkmA BSU36260 3732525 3733271 modulator of PtkA protein tyrosine kinase activity; modulation of biofilm formation ptpZ // ptkA // tkmA // ugd ptpZ // ptkA // tkmA // ugd -yjcL BSU11900 1261426 1262616 putative integral inner membrane protein; possibly aquaporin-related -xhlA BSU12790 1346731 1347000 phage PBSX; putative enzyme -ylxS BSU16590 1731776 1732246 ribosome maturation factor rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS -yyaS BSU40730 4184460 4185065 putative integral inner membrane protein yyaS // yyaT yyaS // yyaT -yoyI BSU20929 2212848 2213078 conserved membrane protein of unknown function; phage SPbeta -ynaD BSU17520 1883166 1883678 putative N-acetyltransferase; putative phage region -yqeG BSU25680 2646594 2647112 phosphatase (active on GMP and Glc-6-P) -msrB BSU21680 2287097 2287528 peptide methionine R-sulfoxide reductase msrB BSU21680 -ytaP BSU30250 3095665 3096564 putative hydrolase ytaP BSU30250 -bltR BSU26580 2716035 2716856 transcriptional regulator (polyamine metabolism) -yesS BSU07010 765838 768123 transcriptional regulator (AraC/XylS family) -cah BSU03180 342538 343494 promiscuous acetyl xylan esterase-cephalosporin C deacetylase cah BSU03180 -yvlD BSU35100 3606762 3607121 putative integral phage holin-like membrane protein yvlD // yvlC // yvlB // yvlA yvlD // yvlC // yvlB // yvlA -yugM BSU31340 3220301 3220672 putative transporter yugN // yugM // pgi yugN // yugM // pgi -yxeC BSU39600 4066607 4067005 putative integral membrane protein of unknown function yxeC BSU39600 -acoB BSU08070 880007 881035 acetoin dehydrogenase E1 component (TPP-dependent beta subunit) acoL // acoC // acoB // acoA acoL // acoC // acoB // acoA -fabI BSU11720 1247788 1248564 enoyl-acyl carrier protein reductase fabI BSU11720 -alsR BSU36020 3711498 3712406 transcriptional regulator controlling alsSD, ictEP expression (LysR family) -flhG BSU16410 1710838 1711734 ATPase affecting flagellar basal body localisation and number swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -xkdJ BSU12640 1331743 1332183 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA -yopP BSU20810 2206682 2207758 putative phage integrase; phage SPbeta -cotF BSU40530 4167110 4167592 spore coat protein cotF BSU40530 -hrcA BSU25490 2628606 2629637 transcriptional regulator of heat-shock genes mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA -miaA BSU17330 1866389 1867333 tRNA isopentenylpyrophosphate transferase -ybfG BSU02200 239644 241842 putative pepdidoglycan binding protein -yolD BSU21510 2271650 2271982 conserved hypothetical protein; phage SPbeta uvrX // yolD uvrX // yolD -yeeG BSU06820 749775 750797 putative phage receptor protein -yqaF BSU26340 2698486 2698716 putative transcriptional regulator; skin element -hisA BSU34880 3584317 3585054 phosphoribosylformimino-5-aminoimidazole carboxamide ribotide isomerase -amhX BSU03010 324038 325189 putative amidohydrolase amhX BSU03010 -hutM BSU39390 4047538 4048965 histidine degradation metabolites permease hutM // hutG // hutI // hutU // hutH // hutP hutM // hutG // hutI // hutU // hutH // hutP -yubD BSU31130 3191843 3193378 putative efflux transporter -yjbI BSU11560 1234510 1234908 putative thiol management oxidoreductase component spxH // yjbI spxH // yjbI -yfkN BSU07840 855114 859502 exported 2',3'-cyclic-nucleotide 2'-phosphodiesterase, 2' (or 3') nucleotidase and 5' nucleotidase yfkN BSU07840 -fliI BSU16240 1695877 1697193 flagellar-specific ATPase subunit of export apparatus swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -ywtG BSU35830 3692533 3693906 putative carbohydrate/proton transporter ywtG BSU35830 -yoqF BSU20650 2199150 2199353 hypothetical protein; phage SPbeta -pghB BSU12480 1319011 1319613 phage PBSX; gamma-polyglutamate hydrolase -glyQ BSU25270 2607762 2608649 glycyl-tRNA synthetase (alpha subunit) glyS // glyQ glyS // glyQ -phrG BSU40310 4141358 4141474 secreted regulator of the activity of phosphatase RapG phrG // rapG phrG // rapG -skfF BSU01960 217697 219040 sporulation killing factor biosynthesis and export; ABC transporter (permease) skfH // skfG // skfF // skfE // skfC // skfB // skfA skfH // skfG // skfF // skfE // skfC // skfB // skfA -pksG BSU17150 1789943 1791205 acetyl-S-AcpK beta-ketothioester bacillaene intermediate transferase pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC -ytoQ BSU29850 3054746 3055192 putative enzyme with sugar binding fold ytoQ BSU29850 -yomJ BSU21340 2248417 2249100 protein conferring self-immunity to the host; phage SPbeta -pcrB BSU06600 718622 719308 heptaprenylglyceryl-phosphate synthase yerH // ligA // pcrA // pcrB yerH // ligA // pcrA // pcrB -yqaT BSU26190 2688306 2689601 putative phage-related terminase large subunit; skin element -yvdC BSU34650 3559632 3559952 putative pyrophosphohydrolase yvdC BSU34650 -ycdF BSU02830 305658 306434 putative oxidoreductase -appC BSU11400 1216210 1217121 oligopeptide ABC transporter (permease) appC // appB // appA // appA // appF // appD appC // appB // appA // appA // appF // appD -cotI BSU30920 3162084 3163157 spore coat kinase cotI BSU30920 -yxiF BSU39210 4022258 4022728 conserved protein of unknown function -citS BSU07580 830945 832573 CitS two-component sensory histidine kinase, phosphorylated // CitS two-component sensory histidine kinase yflP // citT // citS yflP // citT // citS -trmD BSU16030 1675171 1675902 tRNA(m1G37)methyltransferase -gtaB BSU35670 3665629 3666507 UTP-glucose-1-phosphate uridylyltransferase gtaB BSU35670 -yoqW BSU20490 2191626 2192300 putative stress-associated peptidase; putative general secretion pathway protein; phage SPbeta -exuM BSU12310 1301939 1303318 putative Na+:altronate/mannonate symporter uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC -gabT BSU03900 441571 442881 4-aminobutyrate aminotransferase gabD // gabT gabD // gabT -pstC BSU24980 2579717 2580646 phosphate ABC transporter (permease) pstBB // pstBA // pstA // pstC // pstS pstBB // pstBA // pstA // pstC // pstS -ahpC BSU40090 4118950 4119513 alkyl hydroperoxide reductase (small subunit) ahpF // ahpC ahpF // ahpC -gabD BSU03910 442950 444338 succinate-semialdehyde dehydrogenase gabD // gabT gabD // gabT -ybbJ BSU01710 193075 193557 putative acyltransferase -tdh BSU16990 1770461 1771504 threonine 3-dehydrogenase -serA BSU23070 2411086 2412663 3-phosphoglycerate dehydrogenase serA BSU23070 -refZ BSU29630 3032417 3033040 regulator of FtsZ defining the chromosome region captured in the forespore refZ BSU29630 -yomX BSU21190 2238436 2239086 conserved protein of unknown function; phage SPbeta -serB BSU28940 2958434 2959216 phosphoserine phosphatase serB BSU28940 -pbuG BSU06370 694662 695984 hypoxanthine/guanine permease pbuG BSU06370 -yqbQ BSU26010 2671061 2672041 conserved phage protein of unknown function; skin element -serC BSU10020 1075289 1076368 phosphoserine aminotransferase -racX BSU34430 3533419 3534102 promiscuous aminoacid racemase (prefers arginine, lysine and ornithine) racX // pbpE racX // pbpE -luxS BSU30670 3137495 3137968 S-ribosylhomocysteine lyase luxS BSU30670 -yitZ BSU11180 1194333 1194827 putative transport protein -ansZ BSU02690 290915 292042 L-asparaginase 2 (putative lipoprotein) ansZ BSU02690 -yxjG BSU38960 3999350 4000486 putative methyltetrahydrofolate methyltransferase (biofilm formation) yxjG BSU38960 -yfmT BSU07350 807091 808548 vanillin dehydrogenase yfmS // yfmT yfmS // yfmT -yloV BSU15840 1656442 1658103 putative enzyme structurally related to dihydroxyacetone/glyceraldehyde kinase yloV // yloU yloV // yloU -yvyF BSU35440 3640632 3641051 putative transcriptional regulator of flagella formation yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM -yorM BSU20330 2174852 2175568 putative murein hydrolase; phage SPbeta -yjdG BSU12040 1276337 1276843 putative acetyltransferase -comGA BSU24730 2559007 2560077 membrane associated ATPase of the pilin platform for DNA competence spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA -yxaM BSU39930 4101166 4102365 putative efflux transporter yxaM // asnH // yxnB // yxbA // yxbB yxaM // asnH // yxnB // yxbA // yxbB -cwlD BSU01530 156612 157325 N-acetylmuramoyl-L-alanine amidase cwlD // ybaK cwlD // ybaK -spoVFB BSU16740 1745263 1745865 spore dipicolinate synthase subunit B dapA // dapG // asd // spoVFB // spoVFA dapA // dapG // asd // spoVFB // spoVFA -ytkK BSU29420 3010661 3011428 putative 3-oxoacyl-acyl-carrier protein reductase -yonR BSU21020 2221061 2221387 putative transcriptional regulator (Xre family); phage SPbeta -ydiS BSU06100 660596 661627 type-2 restriction enzyme BsuMI component BsuRB (YdiS); prophage region 3 ydjA // ydiS // ydiR ydjA // ydiS // ydiR -rapE BSU25830 2659213 2660340 response regulator aspartate phosphatase; skin element phrE // rapE phrE // rapE -epsM BSU34240 3516233 3516883 UDP-2,4,6-trideoxy-2-acetamido-4-amino glucose acetyltransferase epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA -ytrD BSU30430 3115989 3116966 ABC transporter, permease component involved in resistance to cell wall inhibitors ytrG // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA BSU_30466 // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA -yitE BSU10960 1174136 1174765 putative integral inner membrane protein yitE BSU10960 -garD BSU02510 274029 275561 D-galactarate dehydratase ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC -cydA BSU38760 3977791 3979197 cytochrome bb' ubiquinol oxidase (subunit I) cydD // cydC // cydB // cydA cydD // cydC // cydB // cydA -lplD BSU07130 782958 784298 α-galacturonidase -sirB BSU15620 1634837 1635622 sirohydrochlorin ferrochelatase sirC // sirB // sumT // cysC // sat // cysP // cysH sirC // sirB // sumT // cysC // sat // cysP // cysH -ftsX BSU35250 3623938 3624828 cell-division ABC transporter ftsX // ftsE ftsX // ftsE -yosE BSU20150 2168114 2168461 conserved protein of unknown function; phage SPbeta -iolE BSU39720 4078173 4079066 scyllo-inosose dehydratase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA -yqhL BSU24540 2544995 2545375 putative sulfur transferase yqhL BSU24540 -yjcF BSU11840 1256436 1256858 putative acetyltransferase -mapA BSU01380 146527 147273 methionine aminopeptidase -uppS BSU16530 1721214 1721996 undecaprenyl pyrophosphate synthase -ytrI BSU29240 2995094 2995597 protein involved in sporulation ytrI // ytrH ytrI // ytrH -yqeK BSU25630 2643215 2643775 diadenosine tetraphosphate hydrolase -gmuG BSU05880 632774 633862 exported mannan endo-1,4-beta-mannosidase gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC -ytdP BSU30150 3083441 3085759 membrane bound transcriptional regulator (controlling rhamnogalacturonan degradation) ytdP BSU30150 -lutB BSU34040 3493519 3494958 component of an iron-sulfur oxidase linked to L-lactate utilization -ybfP BSU02320 251427 252314 putative transcriptional regulator (AraC/XylS family) -yisL BSU10760 1153265 1153621 putative integral membrane protein -yesN BSU06960 760452 761558 YesN two-component response regulator -licA BSU38570 3959841 3960173 phosphotransferase system (PTS) lichenan-specific enzyme IIA component licH // licA // licC // licB licH // licA // licC // licB -lgt BSU34990 3593419 3594228 prelipoprotein diacylglycerol transferase -ileS BSU15430 1613357 1616122 isoleucyl-tRNA synthetase -yxeK BSU39520 4060818 4062143 putative monooxygenase yxeQ // sndB // yxeO // yxeN // yxeM // snaB // yxeK yxeQ // sndB // yxeO // yxeN // yxeM // snaB // yxeK -yosW BSU19980 2157341 2157682 conserved hypothetical protein; phage SPbeta -thiO BSU11670 1243735 1244844 glycine oxidase thiD // thiF // thiG // thiS // thiO // tenI // tenA thiD // thiF // thiG // thiS // thiO // tenI // tenA -folD BSU24310 2528404 2529255 methylenetetrahydrofolate dehydrogenase; methenyltetrahydrofolate cyclohydrolase folD // nusB folD // nusB -fliQ BSU16360 1705543 1705812 component of the flagellar export machinery swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -rpsC BSU01220 138842 139498 ribosomal protein S3 (BS3) -yopU BSU20760 2203111 2203308 hypothetical protein; phage SPbeta -coaE BSU29060 2970922 2971515 dephosphocoenzyme A kinase coaE BSU29060 -rsmE BSU25440 2623032 2623802 methylase of U1498 in 16S rRNA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA -ydgK BSU05680 613641 614849 putative efflux transporter ydgK BSU05680 -ybxI BSU02090 228549 229352 exported beta-lactamase ybxI BSU02090 -yvbG BSU33850 3471841 3472476 putative integral membrane protein yvbG BSU33850 -ytjP BSU29980 3067420 3068811 putative promiscuous peptidase/deacylase ytjP BSU29980 -yhjQ BSU10600 1135255 1135581 copper storage protein Csp3 -rlmCD BSU06730 737603 738982 23S rRNA m5U747/m5U1939 RNA methyltransferase -epr BSU38400 3939869 3941806 extracellular serine protease epr BSU38400 -trxB BSU34790 3573207 3574157 thioredoxin reductase -murD BSU15200 1588901 1590256 UDP-N-acetylmuramoylalanyl-D-glutamate ligase sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE -hutP BSU39340 4041492 4041938 transcriptional antiterminator hutM // hutG // hutI // hutU // hutH // hutP hutM // hutG // hutI // hutU // hutH // hutP -phy BSU19800 2150108 2151256 phytase phy BSU19800 -yjbE BSU11510 1228135 1228791 putative membrane protein of unknown function yjbE BSU11510 -mmgD BSU24140 2509654 2510772 bifunctional citrate synthase/2-methylcitrate synthase mmgF // prpD // mmgD // mmgC // mmgB // mmgA mmgF // prpD // mmgD // mmgC // mmgB // mmgA -clpQ BSU16150 1688114 1688659 two-component ATP-dependent protease (N-terminal serine protease) codY // clpY // clpQ // codV codY // clpY // clpQ // codV -rplL BSU01050 120607 120978 ribosomal protein L12 (BL9) ldlJ // rplL // rplJ ldlJ // rplL // rplJ -yoqK BSU20600 2197121 2197324 hypothetical protein; phage SPbeta -ysdC BSU28820 2950221 2951306 putative fructose-lysine aminopeptidase -cshB BSU25140 2594184 2595500 ATP-dependent RNA helicase; cold shock -ydfJ BSU05430 589717 591891 putative proton metabolite efflux transporter ydfJ BSU05430 -ybcM BSU01900 213155 213469 putative enzyme -yvaM BSU33640 3455472 3456242 putative hydrolase yvaM BSU33640 -aroA BSU29750 3045445 3046521 bifunctional chorismate mutase type II-isozyme 3 (regulatory domain); 3-deoxy-D-arabino-heptulosonate 7-phosphate synthase aroA BSU29750 -yhxC BSU10400 1115698 1116555 putative oxidoreductase yhxC BSU10400 -yezC BSU06540 711456 711875 putative transcriptional regulator (Lrp/AsnC family) yezC BSU06540 -ywcC BSU38220 3922292 3922963 transcriptional regulator of slrA (biofilm formation) -mdxM BSU34550 3546873 3547553 bifunctional beta-phosphoglucomutase / glucose-1-phosphate phosphodismutase -ricF BSU14990 1568420 1568869 subunit of a sporulation, competence and biofilm formation regulatory complex controlling RNase Y (RicAFT complex / FAD / two [4Fe-4S]2+) -fabHA BSU11330 1208222 1209160 beta-ketoacyl-acyl carrier protein synthase III 1 fabF // fabHA fabF // fabHA -ctpA BSU19590 2131902 2133302 carboxy-terminal processing protease (Prc homolog, tail specific protease) ctpA BSU19590 -yxiO BSU39100 4014682 4015968 putative efflux transporter yxiO BSU39100 -artR BSU23960 2490574 2491296 high affinity arginine ABC transporter (ATP-binding protein) -ftsY BSU15950 1670140 1671129 signal recognition particle (docking protein) ftsY // smc // rnc ftsY // smc // rnc -ctsR BSU00830 101449 101913 transcriptional regulator of class III stress genes disA // radA // clpC // mcsB // mcsA // ctsR disA // radA // clpC // mcsB // mcsA // ctsR -yorB BSU20440 2187819 2188115 conserved hypothetical protein; phage SPbeta yorC // yorB yorC // yorB -ysgA BSU28650 2930827 2931573 ribosomal RNA methylase ysgA BSU28650 -rpmGA BSU24900 2574408 2574557 ribosomal protein L33 -ydeN BSU05260 573452 574024 putative alpha/beta hydrolase -nagZ BSU01660 186452 188380 β-N-acetyl-glucosaminidase -bdbD BSU33480 3438065 3438733 thiol-disulfide oxidoreductase bdbC // bdbD bdbC // bdbD -thiI BSU29580 3025748 3026953 persulfide ATP pyrophosphatase involved in tRNA modification -yhfC BSU10180 1093874 1094650 putative integral membrane protein -ydjN BSU06260 679827 680873 putative membrane protein -sacA BSU38040 3902210 3903649 sucrose-6-phosphate hydrolase ywdA // sacA // sacP ywdA // sacA // sacP -epsB BSU34360 3528462 3529145 protein tyrosine kinase involved in biofilm matrix formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA -ylaD BSU14740 1544603 1544896 anti-SigP(YlaC) sigma factor ylaD // ylaC // ylaB // ylaA ylaD // ylaC // ylaB // ylaA -ipi BSU11130 1189646 1190005 intracellular proteinase inhibitor BsuPI ipi BSU11130 -yojO BSU19380 2111837 2113753 putative activator of nitric oxide reductase -yxjN BSU38890 3992671 3993144 putative integral inner membrane protein of unknown function yxjN BSU38890 -yqjV BSU23730 2466721 2467953 putative efflux transporter yqjU // yqjV yqjU // yqjV -cpgA BSU15780 1653103 1653999 GTPase involved in ribosome biogenesis -prkT BSU00660 73809 74825 serine/threonine-protein kinase -yorR BSU20280 2173459 2173956 putative nucleotide kinase or triphosphate hydrolase; phage SPbeta -sdhC BSU28450 2908129 2908737 succinate dehydrogenase (cytochrome b558 subunit) sdhB // sdhA // sdhC sdhB // sdhA // sdhC -comGF BSU24680 2556512 2556895 component of the DNA transport pilin platform spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA -ydzM BSU05099 556562 556738 conserved phage protein of unknown function -truA BSU01480 152937 153680 tRNA pseudouridine (38-40) synthase -fhuG BSU33300 3416212 3417222 ferrichrome ABC transporter (permease) -tcyK BSU29370 3006600 3007412 sulfur-containing amino acid ABC transporter binding lipoprotein ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA -scoC BSU09990 1073106 1073717 transcriptional regulator of extracellular protease production, sporulation and bacilysin production (MarR family) scoC BSU09990 -groES BSU06020 649903 650187 chaperonin small subunit groEL // groES groEL // groES -spsG BSU37850 3886004 3887023 putative glycosyltransferase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA -ganS BSU34160 3507253 3508518 polygalactose / cyclodextrin-binding lipoprotein ganB // ganA // ganQ // ganP // ganS ganB // ganA // ganQ // ganP // ganS -abh BSU14480 1517865 1518143 transcriptional regulator abh BSU14480 -yisZ BSU10910 1169877 1170476 putative adenylylsulfate kinase yisZ // yitA // yitB yisZ // yitA // yitB -yocD BSU19170 2088257 2089234 putative carboxypeptidase; aminoacid adenylate hydrolase (microcin resistance) -yxlA BSU38710 3971060 3972433 putative purine-cytosine (pyridoxine) permease yxlA BSU38710 -pupG BSU23490 2446418 2447233 purine nucleoside phosphorylase pupG // drm pupG // drm -cysH BSU15570 1630382 1631083 (phospho)adenosine phosphosulfate reductase sirC // sirB // sumT // cysC // sat // cysP // cysH sirC // sirB // sumT // cysC // sat // cysP // cysH -purR BSU00470 54441 55298 transcriptional regulator of the purine biosynthesis operon (PurR-pRpp) yabJ // purR yabJ // purR -yosJ BSU20100 2166658 2166852 hypothetical protein; phage SPbeta -leuB BSU28270 2891020 2892117 3-isopropylmalate dehydrogenase leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB -spoIIIAA BSU24430 2536690 2537613 ATP-binding stage III sporulation protein spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV -yddA BSU04900 536687 536995 ICEBs1 mobile element: conserved protein of unknown function -rpsE BSU01330 143361 143861 ribosomal protein S5 -liaG BSU33110 3396873 3397745 sensor of antibiotic stress on the cell wall liaR // liaS // liaF // liaG // liaH // liaI liaR // liaS // liaF // liaG // liaH // liaI -ytzA BSU29170 2984312 2984695 putative integral inner membrane protein ytzA // pyk // pfkA ytzA // pyk // pfkA -yheD BSU09770 1050811 1052172 spore coat associated protein yheD // yheC yheD // yheC -gmuC BSU05830 627284 628612 oligo-alpha-mannoside phosphotransferase system enzyme IIC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC -bacF BSU37690 3868287 3869486 phenylalanine aminotransferase forming tetrahydrotyrosine in bacilysin synthesis bacF // bacE // bacD // bacC // bacB // bacA bacF // bacE // bacD // bacC // bacB // bacA -yvbU BSU33990 3487974 3488852 putative transcriptional regulator (LysR family) -mobA BSU14260 1495505 1496104 molybdopterin-guanine dinucleotide biosynthesis protein A -gerPB BSU10710 1149958 1150191 spore germination protein gerPF // gerPE // gerPD // gerPC // gerPB // gerPA gerPF // gerPE // gerPD // gerPC // gerPB // gerPA -rttM BSU18990 2071286 2071744 antitoxin inhibiting RNase RttL -dltC BSU38520 3954987 3955223 D-alanyl carrier protein ywzH // dltE // dltD // dltC // dltB // dltA ywzH // dltE // dltD // dltC // dltB // dltA -scpA BSU23220 2425831 2426586 chromosome condensation and partitioning factor ypuI // scpB // scpA ypuI // scpB // scpA -thiQ BSU15350 1607556 1608836 N-formyl-4-amino-5-aminomethyl-2-methylpyrimidine deformylase -csfB BSU00240 35531 35725 forespore-specific anti-sigma factor csfB BSU00240 -yotD BSU19920 2154887 2155018 conserved protein with rubredoxin fold; phage SPbeta -spoVID BSU28110 2871022 2872749 morphogenetic spore protein (stage VI sporulation) ysxE // spoVID ysxE // spoVID -ahrC BSU24250 2522324 2522773 transcriptional regulator (AhrC(ArgR)-arginine) recN // ahrC recN // ahrC -rsbRA BSU04670 519408 520232 component of the anxiosome (stressosome); positive regulation of sigma(B) activity in response to salt and heat stress rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV -rplD BSU01170 136369 136992 ribosomal protein L4 -yusS BSU32910 3377430 3377759 conserved enzyme of unknown function -nrdR BSU29000 2965681 2966139 negative regulator of transcription of ribonucleotide reductase nrd genes and operons nrdR BSU29000 -yhdP BSU09550 1032063 1033397 putative magnesium efflux pump -ydgF BSU05620 606699 608075 putative amino acid permease -speB BSU37490 3847853 3848725 agmatinase speB // speE speB // speE -sdpR BSU33790 3467054 3467326 transcriptional regulator of SdpC synthesis operon (ArsR family) sdpI // sdpR sdpI // sdpR -yzzP BSU_17845 1916955 1917302 conserved protein of unknown function -patA BSU14000 1471857 1473038 N-acetyl-L,L-diaminopimelate aminotransferase -ntdB BSU10540 1127466 1128314 biosynthesis of neotrehalosadiamine (3,3'-diamino-3,3'-dideoxy-alpha, beta-trehalose);kanosamine-6-phosphate phosphatase (recent HGT island) glcP // ntdC // ntdB // ntdA glcP // ntdC // ntdB // ntdA -yoaZ BSU18790 2047675 2048307 putative factor of the oxidative stress response -ywbG BSU38330 3933577 3934254 metabolic regulator controlling activity of murein hydrolases -ypbG BSU22980 2404249 2405028 putative phosphoesterase -ftsL BSU15150 1581597 1581950 cell-division protein pbpB // ftsL // rsmH // mraZ pbpB // ftsL // rsmH // mraZ -yaaA BSU00030 3206 3421 RNA binding protein involved in ribosome maturation gyrB // remB // recF // yaaA gyrB // remB // recF // yaaA -cgeE BSU19750 2146013 2146792 protein involved in maturation of the outermost layer of the spore cgeE // cgeD // cgeC cgeE // cgeD // cgeC -rpmA BSU27940 2854880 2855164 ribosomal protein L27 (BL24) rpmA BSU27940 -bcd BSU24080 2502659 2503753 branched-chain amino acid dehydrogenase bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb -dctS BSU04450 497768 499375 DctS two-component sensory histidine kinase, phosphorylated // DctS two-component sensory histidine kinase dctP // dctR // dctS dctP // dctR // dctS -rpmGB BSU00990 117349 117498 ribosomal protein L33 -sufC BSU32710 3359995 3360780 sulfur mobilizing ABC protein, ATPase -araL BSU28770 2944187 2945005 glycolytic and pentose phosphate intermediates phosphatase abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA -ylaA BSU14710 1541886 1543826 conserved protein of unknown function ylaD // ylaC // ylaB // ylaA ylaD // ylaC // ylaB // ylaA -nsrR BSU09380 1013411 1013851 NO-dependent activator of the ResDE regulon (Fe-S NO binding site) nsrR BSU09380 -ydfD BSU05370 583589 585037 putative PLP-dependent transcriptional regulator ydfD BSU05370 -yxeA BSU39620 4068189 4068536 conserved protein of unknown function -ywiC BSU37300 3830761 3831480 putative integral inner membrane protein ywiC BSU37300 -yvaG BSU33590 3449732 3450526 putative oxidoreductase -ykuI BSU14090 1482248 1483471 putative cyclic-di-GMP receptor (no phosphodiesterase activity) -ykvT BSU13820 1448506 1449132 cell wall hydrolase related to spore cortex-lytic enzymes ykvT BSU13820 -phoE BSU10340 1108736 1109317 promiscuous phosphatase; putative (phosphoglycerate) mutase -yxjI BSU38940 3997221 3997709 conserved protein of unknown function yxjI // yxjJ yxjI // yxjJ -yozQ BSU18600 2029020 2029313 putative sporulation protein yozQ BSU18600 -qoxB BSU38160 3915319 3917268 cytochrome aa3-600 quinol oxidase (subunit I) qoxC // qoxB // qoxA // qoxD qoxC // qoxB // qoxA // qoxD -ykzD BSU13290 1395371 1395508 conserved hypothetical protein -hbs BSU22790 2385543 2385821 non-specific DNA-binding protein HBsu hbs BSU22790 -ctaD BSU14900 1561569 1563437 cytochrome caa3 oxidase (subunit I) ctaG // ctaF // ctaE // ctaD // ctaC // ctaB ctaG // ctaF // ctaE // ctaD // ctaC // ctaB -ywiB BSU37340 3835317 3835745 putative RNA binding protein -ruvA BSU27740 2836165 2836770 Holliday junction DNA helicase ruvB // ruvA ruvB // ruvA -yodC BSU19550 2127813 2128421 water forming NADH oxidase (nitroreductase) yodC BSU19550 -yjfB BSU12120 1283169 1283336 conserved hypothetical protein yjfB BSU12120 -amj BSU04230 474731 475540 lipid II flippase amj BSU04230 -polYA BSU23870 2482269 2483513 DNA-damage lesion bypass DNA polymerase gndA // polYA gndA // polYA -ywqI BSU36200 3727427 3727687 conserved protein of unknown function -sul BSU00770 85737 86594 dihydropteroate synthase lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB -yizD BSU11549 1233133 1233300 conserved hypothetical protein -polX BSU28590 2923314 2925026 DNA polymerase/3'-5' exonuclease X -yvcB BSU34840 3580053 3581963 conserved protein of unknown function -ydeH BSU05200 567662 568108 putative integral inner membrane protein -yhjD BSU10470 1121036 1121398 conserved hypothetical protein yhjD BSU10470 -cysI BSU33430 3430598 3432313 assimilatory sulfite reductase (hemoprotein beta-subunit) cysI // cysJ cysI // cysJ -yusN BSU32860 3374001 3374333 putative spore coat-like protein -hemH BSU10130 1087250 1088182 coproporphyrin ferrochelatase hemY // hemH // hemE hemY // hemH // hemE -yhdB BSU09350 1010984 1011226 conserved hypothetical protein yhdB BSU09350 -ywdF BSU37980 3898376 3899182 putative glycosyltransferase -yuiB BSU32080 3299344 3299664 conserved protein of unknown function -yonO BSU21040 2222574 2225093 DNA-dependent RNA polymerase; phage SPbeta -pdhD BSU14610 1531870 1533282 dihydrolipoamide dehydrogenase E3 subunit of both pyruvate dehydrogenase and 2-oxoglutarate dehydrogenase complexes pdhD // pdhC // pdhB // pdhA pdhD // pdhC // pdhB // pdhA -yfhK BSU08570 928803 929321 putative exported protein yfhM // yfhL // yfhK yfhM // yfhL // yfhK -pel BSU07560 827993 829255 pectate lyase pel BSU07560 -sodF BSU19330 2104056 2104901 superoxide dismutase (Fe2+-dependent) -yuzH BSU31279 3213342 3213596 conserved protein of unknown function -yxiM BSU39120 4017508 4018656 pectin acetylesterase yxiM // deaD yxiM // deaD -yqkF BSU23620 2459326 2460246 NADPH-dependent aldo-keto reductase (acts on 4-hydroxy-2,3-trans-nonenal) yqkF BSU23620 -yflB BSU07735 844253 844645 conserved hypothetical protein -sunA BSU21480 2269521 2269691 sublancin 168 lantibiotic antimicrobial precursor peptide; SPBeta prophage sunA // bdbB // sunS // bdbA // sunT sunA // bdbB // sunS // bdbA // sunT -yabO BSU00590 67877 68137 ribosomal RNA binding protein involved in 50S recycling; heat shock protein yabR // divIC // yabQ // yabP // yabO // yabN // yabM yabR // divIC // yabQ // yabP // yabO // yabN // yabM -yteV BSU30080 3078393 3078575 conserved sporulation-related protein yteV BSU30080 -rpmEB BSU30700 3138978 3139226 ribosomal protein L31 rpmEB BSU30700 -racE BSU28390 2903217 2904035 glutamate racemase -yeeI BSU06840 752412 753131 putative DNA integrase or transcriptional regulator -yqfG BSU25320 2611808 2612281 endonuclease involved in 70S ribosomes quality control -lrpA BSU05050 551519 551929 transcriptional regulator (Lrp/AsnC family) lrpA BSU05050 -ysfE BSU28700 2935967 2936209 conserved protein of unknown function ysfE BSU28700 -mrpG BSU31660 3251992 3252366 non essential component of Na+/H+ antiporter mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA -rsiO BSU33250 3411684 3412094 acid stress-sensitive anti sigma factor rsiO // oxdC rsiO // oxdC -ydzJ BSU06269 680907 681065 hypothetical protein -mrpD BSU31630 3249761 3251242 proton transporter component of Na+/H+ antiporter mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA -sbcE BSU09920 1066077 1068968 ATPase involved in DNA double strand break repair and recombination yhaM // sbcE // yhaO yhaM // sbcE // yhaO -yrzR BSU27469 2805501 2805692 conserved protein of unknown function -mrpA BSU31600 3246598 3249003 sodium transporter component of a Na+/H+ antiporter mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA -sivA BSU37800 3882191 3882655 biofilm protein, member of the processed secretome contributing to biofilm hydrophobicity sivA BSU37800 -ydzH BSU05520 599107 599343 conserved hypothetical protein, sporulation-related -fliS BSU35330 3632488 3632889 flagellar assembly protein FliS fliT // fliS // fliD // yvyC fliT // fliS // fliD // yvyC -mrpE BSU31640 3251248 3251724 non essential component of Na+/H+ antiporter mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA -sipT BSU14410 1511308 1511889 type I signal peptidase sipT BSU14410 -yrdK BSU26680 2726885 2727202 hypothetical protein yrdK // brnQ // azlD // azlC // azlB yrdK // brnQ // azlD // azlC // azlB -fliE BSU16200 1692130 1692450 flagellar basal body protein swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -mrpB BSU31610 3248996 3249427 Na+/H+ antiporter complex mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA -yobV BSU19100 2083067 2084008 putative transcriptional regulator -fbpB BSU04530 506322 506501 Fur-regulated basic protein B fbpA // fbpB BSU04536 // fbpB -flhP BSU36390 3745436 3746245 flagellar hook-basal body accessory protein flhP // flhO // mbl // spoIIID // usd flhP // flhO // mbl // spoIIID // usd -mrpF BSU31650 3251724 3252008 efflux transporter for Na+ and cholate mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA -spoVAB BSU23430 2442269 2442694 stage V sporulation protein AB spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA -yqxA BSU25520 2632882 2633220 conserved protein of unknown function yqxA // spoIIP yqxA // spoIIP -fliK BSU16270 1698278 1699741 flagellar hook-length control protein (ruler) swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -mrpC BSU31620 3249427 3249768 component of Na+/H+ antiporter mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA -yabE BSU00400 48629 49942 putative cell wall shaping enzyme yabE BSU00400 -yczM BSU03788 430185 430274 putative type I toxin -flgB BSU16180 1691278 1691667 flagellar component of cell-proximal portion of basal-body rod swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -fmnP BSU23050 2410017 2410589 FMN permease fmnP BSU23050 -clpX BSU28220 2884781 2886043 protein unfolding ATPase required for presentation of proteins to proteases; Maxwell's demon clpX BSU28220 -yqgO BSU24880 2573520 2573693 conserved protein of unknown function -flhO BSU36400 3746279 3747091 flagellar basal-body accessory rod protein flhP // flhO // mbl // spoIIID // usd flhP // flhO // mbl // spoIIID // usd -bstC BSU10860 1165449 1165958 bacillithiol S-transferase -helP BSU04850 532922 533302 ICEBs1 mobile element: helicase processivity factor -ybfA BSU02160 235965 236882 putative transcriptional regulator with acetyltransferase domain -flgE BSU16290 1700182 1700976 flagellar hook protein swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -bstG BSU05630 608246 608764 bacillithiol S-transferase bstG BSU05630 -gerAB BSU33060 3392199 3393296 component of the germination receptor GerA; putative transporter gerAC // gerAB // gerAA gerAC // gerAB // gerAA -yqjF BSU23900 2484911 2485639 conserved protein of unknown function -flgC BSU16190 1691667 1692119 flagellar component of cell-proximal portion of basal-body rod swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -adhA BSU27010 2756312 2757361 S-(hydroxymethyl)bacillithiol dehydrogenase adhA // yraA adhA // yraA -nhaX BSU09690 1044373 1044873 stress response protein, UspA family nhaX BSU09690 -darA BSU00290 39871 40200 signal transduction receptor, cyclic di-AMP binding -tagT BSU35840 3694239 3695207 teichoic acid-peptidoglycan tethering enzyme (LCP component) with transcription regulator domain of capsule synthesis tagT BSU35840 -bstD BSU12410 1313840 1314304 bacillithiol S-transferase -ywfM BSU37630 3862357 3863247 putative toxic excess metabolite exporter -ypuF BSU23230 2426867 2427391 conserved protein of unknown function ypuF BSU23230 -tagV BSU35520 3647406 3648581 teichoic acid-peptidoglycan tethering enzyme (LCP component) with transcription regulator domain yvyE // tagV yvyE // tagV -bstA BSU08390 913924 914460 bacillithiol S-transferase bstA BSU08390 -dapI BSU14190 1489753 1490877 N-acetyl-diaminopimelate deacetylase -yppC BSU22300 2339799 2340761 conserved protein of unknown function yppC BSU22300 -tuaD BSU35580 3654139 3655524 UDP-glucose 6-dehydrogenase (teichuronic acid) tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB -bstB BSU31030 3182707 3183195 bacillithiol S-transferase bstB BSU31030 -phrK BSU18920 2063262 2063384 secreted regulator of the activity of phosphatase RapK phrK // rapK phrK // rapK -ypmT BSU21720 2290078 2290272 conserved hypothetical protein ypmT BSU21720 -sscA BSU09958 1071402 1071488 spore assembly and germination protein sscA // sscB sscA // BSU_09959 -bstF BSU13070 1375260 1375787 bacillithiol S-transferase -rluB BSU23160 2421438 2422172 23S rRNA pseudouridine 2633 (=2605 standard) pseudouridine synthase -cdaS BSU19430 2118504 2119127 spore diadenylate cyclase -tagU BSU35650 3663281 3664201 teichoic acid-peptidoglycan tethering enzyme (LCP component) with transcription regulator domain of major autolysin expression tagU BSU35650 -bstH BSU10800 1159211 1159690 bacillithiol S-transferase bstH BSU10800 -tadA BSU00180 25852 26337 tRNA specific adenosine A34 deaminase scr // tadA scr // tadA -BSU_40358 BSU_40358 4147419 4147547 hypothetical protein -bslA BSU31080 3187503 3188048 biofilm hydrophobic layer component -bstE BSU26780 2734953 2735456 bacillithiol S-transferase -spoIIB BSU28060 2863294 2864292 spatial and temporal regulator of the dissolution of septal peptidoglycan during engulfment (stage II sporulation) -yobA BSU18810 2049950 2050312 hypothetical protein -cshA BSU04580 511157 512641 ATP-dependent RNA helicase; cold shock -BSU_27935 BSU_27935 2854637 2854759 hypothetical protein -fadM BSU32850 3372740 3373648 proline dehydrogenase 1 fadE // fadA // fadN // fadM fadE // fadA // fadN // fadM -yneF BSU17910 1922549 1922767 putative acyltransferase yneF // sirA yneF // sirA -sppI BSU29520 3019533 3020027 inhibitor of SppA protease activity sppI // sppA sppI // sppA -yhdJ BSU09490 1027774 1028202 putative acetyltransferase yhdJ BSU09490 -BSU_21638 BSU_21638 2282505 2282639 hypothetical protein; phage SPbeta -rhaEW BSU31220 3201860 3203929 bifunctional rhamnulose-1-phosphate aldolase/alcohol dehydrogenase rhaA // rhaM // rhaB // rhaR // rhaEW rhaA // rhaM // rhaB // rhaR // rhaEW -albG BSU37430 3842294 3842995 putative integral membrane protein involved in subtilosin production and immunity albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA -ymaF BSU17320 1865876 1866289 putative sporulation-related protein of unknown function -gdh BSU03930 445344 446129 forespore glucose 1-dehydrogenase gdh // glcU gdh // glcU -ykwB BSU13940 1462813 1463493 putative acetyltransferase / amidohydrolase ykwB BSU13940 -BSU_04745 BSU_04745 524360 524476 hypothetical protein -mdxL BSU34560 3547550 3549235 oligo-1,4-1,6-alpha-glucosidase (sucrase-maltase-isomaltase) -yozG BSU18740 2043678 2043932 putative antitoxin of a toxin / antitoxin system; putative transcriptional regulator -ylmC BSU15360 1608919 1609164 essential sporulation protein -melA BSU30300 3100881 3102179 alpha-D-galactoside galactohydrolase melC // melD // melE // melR // melA melC // melD // melE // melR // melA -sleB BSU22930 2399152 2400069 spore germination cortex-lytic enzyme ypeB // sleB ypeB // sleB -yyzB BSU40460 4159253 4159456 conserved protein of unknown function yyzB BSU40460 -nagB BSU35020 3596543 3597271 glucosamine-6-phosphate isomerase nagR // nagB // nagA nagR // nagB // nagA -nifS BSU27880 2849569 2850756 desulfurase involved in iron-sulfur clusters for NAD biosynthesis nadR // nifS nadR // nifS -ykzI BSU14660 1537113 1537301 conserved general stress protein -rhaA BSU31180 3197933 3199207 L-rhamnose isomerase rhaA // rhaM // rhaB // rhaR // rhaEW rhaA // rhaM // rhaB // rhaR // rhaEW -yuzN BSU32669 3355045 3355323 putative transcriptional regulator -yxeJ BSU39530 4062329 4062556 hypothetical protein yxeJ // yxeI yxeJ // yxeI -gamA BSU02360 256823 257572 glucosamine-6-phosphate deaminase gamP // gamA gamP // gamA -yhcY BSU09320 1008668 1009807 two-component sensor histidine kinase [YhcZ] yhdA // yhcZ // yhcY yhdA // yhcZ // yhcY -fadG BSU14071 1479137 1480867 putative cell wall-binding protein fadG // fadH fadG // fadH -narI BSU37250 3823558 3824229 nitrate reductase (gamma subunit) narI // narJ // narH // narG narI // narJ // narH // narG -yxzF BSU38610 3964091 3964249 conserved protein of unknown function yxzF // aag yxzF // aag -fumC BSU33040 3389024 3390412 fumarate hydratase yvzF // fumC yvzF // fumC -ykvO BSU13770 1442872 1443618 putative oxidoreductase (HGT island) -ykjA BSU13060 1374437 1375168 conserved membrane protein of unknown function -yoaB BSU18540 2021223 2022467 negatively charged metabolite transporter -ywlB BSU36960 3794166 3794609 conserved protein of unknown function ywlB BSU36960 -rtp BSU18490 2017886 2018254 replication terminator protein -yjzH BSU12069 1278205 1278399 conserved hypothetical protein -mutSB BSU28580 2920936 2923293 homologous recombination factor -aroB BSU22700 2378012 2379100 3-dehydroquinate synthase -ywrE BSU36090 3718794 3719129 conserved protein of unknown function ywrE BSU36090 -pgcA BSU09310 1006774 1008519 alpha-phosphoglucomutase -ispH BSU25160 2596535 2597479 1-hydroxy-2-methyl-2-(E)-butenyl 4-diphosphate reductase -yrvC BSU27640 2826245 2826742 putative potassium transport accessory component -yjaU BSU11280 1205165 1205899 conserved hypothetical protein -ltaSC BSU24840 2568573 2570489 lipoteichoic acid synthase -menH BSU22750 2382907 2383608 demethylmenaquinone methyltransferase -pbpC BSU04140 463934 465940 penicillin-binding lipoprotein 3; transpeptidase -yvdD BSU34640 3558940 3559515 putative enzyme -ltaSA BSU07260 796314 798233 exported glycerol phosphate lipoteichoic acid synthetase and anion-binding protein ltaSA BSU07260 -ispD BSU00900 109789 110487 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase, nonmevalonate isoprenoid pathway ispF // ispD // yacL ispF // ispD // yacL -pucK BSU32440 3331857 3333149 uric acid permease subunit pucM // pucL // pucK // pucJ // pucR pucM // pucL // pucK // pucJ // pucR -yhfM BSU10280 1102560 1102955 putative membrane protein yhfM BSU10280 -ltaSP BSU33360 3422354 3424207 primase of polyglycerolphosphate lipoteichoic acid (LTA) synthesis -menD BSU30820 3150563 3152305 2-oxoglutarate decarboxylase and 2-succinyl-5-enolpyruvyl-6-hydroxy-3-cyclohexene-1- carboxylic-acid synthase menC // menE // menB // menH // menD // menF menC // menE // menB // menH // menD // menF -yhcH BSU09080 982319 983236 putative ABC transporter (ATP-binding protein) yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI -yusG BSU32790 3365831 3366067 conserved protein of unknown function -ltaSB BSU07710 842047 843996 lipoteichoic acid synthase ltaSB BSU07710 -menC BSU30780 3146238 3147353 o-succinylbenzoate synthase menC // menE // menB // menH // menD // menF menC // menE // menB // menH // menD // menF -racA BSU37030 3798789 3799343 chromosome-pole-anchoring protein RacA racA BSU37030 -yhcM BSU09140 988417 988872 expressed protein of unknown function yhcM BSU09140 -dxs BSU24270 2523713 2525614 1-deoxyxylulose-5-phosphate synthase -mtnA BSU13550 1422172 1423233 methylthioribose-1-phosphate isomerase (methionine salvage pathway) mtnA // mtnK mtnA // mtnK -yukJ BSU31945 3279573 3280250 conserved protein of unknown function -ispF BSU00910 110480 110956 2-C-methyl-D-erythritol-2,4-cyclodiphosphate synthase ispF // ispD // yacL ispF // ispD // yacL -ppsC BSU18320 1974881 1982548 non-ribosomal plipastatin synthetase C involved in synthesis of plipastatin -yfhE BSU08500 924468 924578 hypothetical protein yfhD // yfhE // yfhF yfhD // yfhE // yfhF -menE BSU30790 3147350 3148810 O-succinylbenzoyl-CoA synthetase menC // menE // menB // menH // menD // menF menC // menE // menB // menH // menD // menF -ypjD BSU22500 2360155 2360490 oxidized nucleotide pyrophosphohydrolase dapB // ypjD // birA // cca // bshA // bshB1 // mgsA dapB // ypjD // birA // cca // bshA // bshB1 // mgsA -ytxO BSU30890 3159258 3159689 outer spore coat protein ytxO // cotS // cotSA ytxO // cotS // cotSA -ispG BSU25070 2589123 2590256 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase (1-hydroxy-2-methyl-2-(E)-butenyl 4-diphosphate synthase) ispG // yqfZ ispG // yqfZ -glnQ BSU27430 2802358 2803086 glutamine ABC transporter (ATP-binding protein) glnP // glnM // glnH // glnQ glnP // glnM // glnH // glnQ -yflI BSU07670 839077 839232 conserved membrane protein -dxr BSU16550 1722871 1724022 1-deoxy-D-xylulose-5-phosphate reductoisomerase -ycnJ BSU03950 446801 448426 copper import permease subunit -ytpQ BSU29830 3053364 3054173 conserved protein of unknown function (iron homeostasis) ytpR // ytpQ // ytpP ytpR // ytpQ // ytpP -ispE BSU00460 53516 54385 4-(cytidine 5'-diphospho)-2-C-methyl-D-erythritol kinase -thrB BSU32240 3312844 3313773 homoserine kinase thrB // thrC // hom thrB // thrC // hom -yeeD BSU06790 746261 746566 conserved hypothetical protein; HGT island -menB BSU30800 3148901 3149716 1,4-dihydroxy-2-naphthoyl-CoA synthase menC // menE // menB // menH // menD // menF menC // menE // menB // menH // menD // menF -ssuD BSU08860 964027 965157 FMNH2-dependent aliphatic sulfonate monooxygenase ygaN // ssuD // ssuC // ssuA // ssuB ygaN // ssuD // ssuC // ssuA // ssuB -ysmA BSU28420 2905067 2905510 conserved protein of unknown function -atpA BSU36830 3783878 3785386 ATP synthase (subunit alpha, component F1) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI -ydjC BSU06130 664319 664669 conserved hypothetical protein; prophage region 3 ydjC BSU06130 -pyrD BSU15540 1627718 1628653 dihydroorotate dehydrogenase (catalytic subunit) pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR -ykoN BSU13350 1398975 1400096 putative glycosyltransferase ykoN BSU13350 -yrrL BSU27370 2795887 2796969 conserved membrane associated protein yrrL BSU27370 -thyA BSU17680 1902219 1903058 thymidylate synthase A (phage origin) thyA BSU17680 -asrG BSU_misc_RNA_77 2273705 2273884 antitoxin small RNA -ydfG BSU05400 586628 587071 conserved hypothetical protein -pyrK BSU15530 1626948 1627718 dihydroorotate dehydrogenase (electron transfer subunit) pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR -xynD BSU18160 1944113 1945654 arabinoxylan arabinofuranohydrolase -yrkD BSU26550 2713949 2714140 putative metal-sensitive transcriptional regulator involved in sulfur metabolism -purQ BSU06470 702570 703253 phosphoribosylformylglycinamidine synthetase subunit I purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE -yppG BSU22250 2338017 2338394 putative spore coat protein; methionine-glutamine-rich protein yppG BSU22250 -ydbA BSU04390 493559 494377 conserved protein of unknown function ydbA BSU04390 -purL BSU06480 703237 705465 phosphoribosylformylglycinamidine synthetase subunit II purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE -oatA BSU27140 2771318 2773222 peptidoglycan O-acetyltransferase yrhK // oatA // rsiV // sigV yrhK // oatA // rsiV // sigV -yqfB BSU25370 2617005 2617424 conserved protein of unknown function yqfB // floA // yqeZ yqfB // floA // yqeZ -dtpT BSU03670 416235 417713 di-tripeptide-proton ABC symporter dtpT BSU03670 -yczL BSU03359 365850 366035 hypothetical protein yczL // zagA // yciB // folEB yczL // zagA // yciB // folEB -yuiH BSU32020 3293573 3294169 putative molybdopterin containing enzyme subunit -yqgW BSU24800 2565715 2565888 conserved protein of unknown function yqgW BSU24800 -ygaC BSU08680 938731 939261 putative RNA binding factor -ybxH BSU02080 228331 228522 conserved protein of unknown function ybxH // csgA ybxH // csgA -ywnB BSU36620 3765469 3766110 putative oxidoreductase ywnB BSU36620 -yqzH BSU23720 2465966 2466172 conserved protein of unknown function yqzH BSU23720 -trnA-Ala BSU_TRNA_9 32020 32095 tRNA-Ala rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S -dnmA BSU06760 740288 742927 DNA methyltransferase -proA BSU13130 1379605 1380852 gamma-glutamyl phosphate reductase proA // proB proA // proB -yaaC BSU00080 14847 15794 conserved protein of unknown function yaaC BSU00080 -trnB-Glu BSU_TRNA_72 3171879 3171950 tRNA-Glu trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -rpmH BSU41060 4215255 4215389 ribosomal protein L34 rpmH BSU41060 -ypbE BSU23000 2405620 2406342 putative enzyme possibly involved in cell wall turnover -trnB-Arg BSU_TRNA_58 3173138 3173214 tRNA-Arg trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -yneJ BSU17950 1924471 1924962 putative integral inner membrane protein yneJ // yneI // ccdA yneJ // yneI // ccdA -ypqA BSU22240 2337577 2337996 putative chaperone ypqA BSU22240 -trnD-Leu1 BSU_TRNA_43 952859 952947 tRNA-Leu trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -frlD BSU32570 3347051 3347905 fructosamine kinase frlD // frlM // frlN // frlO // frlB // yurQ // yurR frlD // frlM // frlN // frlO // frlB // yurQ // yurR -pbuX BSU22060 2318127 2319443 xanthine permease pbuX // xpt pbuX // xpt -yojW BSU19999 2158120 2158287 hypothetical protein -trnD-Asn BSU_TRNA_29 951582 951656 tRNA-Asn trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -frlB BSU32610 3351110 3352096 fructosevaline-6-phosphate deglycase frlD // frlM // frlN // frlO // frlB // yurQ // yurR frlD // frlM // frlN // frlO // frlB // yurQ // yurR -yraG BSU26950 2752802 2753047 putative spore coat protein yraD // yraE // adhB // yraF // yraG yraD // yraE // adhB // yraF // yraG -yocN BSU19280 2099127 2099360 conserved protein of unknown function (sporulation-related) -trnJ-Lys BSU_TRNA_14 95567 95642 tRNA-Lys trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S -comS BSU03500 390880 391020 regulator of genetic competence srfAD // srfAC // comS // srfAB // srfAA srfAD // srfAC // comS // srfAB // srfAA -BSU_37089 BSU_37089 3804714 3804875 hypothetical protein -trnSL-Arg2 BSU_TRNA_84 2899816 2899889 tRNA-Arg -pncB BSU31750 3259403 3260875 nicotinate phosphoribosyltransferase pncB BSU31750 -yoaP BSU18690 2039610 2040365 conserved hypothetical protein -trnSL-Ser1 BSU_TRNA_7 22292 22384 tRNA-Ser -yfiY BSU08440 919366 920343 xenosiderophore schizokinen (dihydroxamate) transporter binding lipoprotein yfiY BSU08440 -BSU_27085 BSU_27085 2766379 2766519 hypothetical protein -trnB-Leu1 BSU_TRNA_55 3173404 3173490 tRNA-Leu trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -ywoH BSU36440 3749052 3749465 putative transcriptional regulator (MarR family) -yndG BSU17780 1911528 1912334 conserved hypothetical protein -trnD-Gln BSU_TRNA_40 952580 952651 tRNA-Gln trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -dppB BSU12930 1361242 1362168 dipeptide ABC transporter (permease) dppE // dppD // dppC // dppB // dppA dppE // dppD // dppC // dppB // dppA -BSU_19915 BSU_19915 2154781 2154972 hypothetical protein -trnI-Arg BSU_TRNA_26 166064 166140 tRNA-Arg -rpsR BSU40890 4198603 4198842 ribosomal protein S18 engD // rpsR // ssbA // rpsF engD // rpsR // ssbA // rpsF -rodZ BSU16910 1761707 1762573 cell shape determination factor pgsA // rodZ pgsA // rodZ -trnSL-Glu1 BSU_TRNA_11 70267 70338 tRNA-Glu trnSL-Glu1 BSU_TRNA_11 -tatAC BSU17710 1905370 1905558 component of the twin-arginine pre-protein translocation pathway -BSU_02785 BSU_02785 300525 300656 hypothetical protein -trnQ-Arg BSU_TRNA_81 3545889 3545964 tRNA-Arg -ypiP BSU21850 2299406 2300179 putative 16S rRNA m(2)G1516 methyltransferase ypiP BSU21850 -ylbN BSU15070 1575264 1575782 conserved hypothetical protein -trnB-His BSU_TRNA_67 3172331 3172406 tRNA-His trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -azlB BSU26720 2729753 2730226 transcriptional repressor of the azlBCD operon yrdK // brnQ // azlD // azlC // azlB yrdK // brnQ // azlD // azlC // azlB -yycO BSU40280 4138800 4139537 conserved exported protein yycQ // yycP // yycO yycQ // yycP // yycO -trnB-Val BSU_TRNA_52 3173722 3173797 tRNA-Val trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -folEB BSU03340 364259 365173 GTP cyclohydrolase I yciB // folEB // yczL // zagA yciB // folEB // yczL // zagA -ykzV BSU14569 1526859 1527017 putative type I toxin (toxin I motif) -trnD-Trp BSU_TRNA_38 952397 952470 tRNA-Trp trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -yufK BSU31510 3236422 3236979 putative integral membrane protein yufK BSU31510 -yxiC BSU39310 4038513 4038782 conserved protein of unknown function -trnI-Asn BSU_TRNA_23 165754 165825 tRNA-Asn -catE BSU08240 898010 898867 catechol-2,3-dioxygenase subunit catE // catD catE // catD -ykwD BSU13970 1466638 1467411 conserved hypothetical protein ykwD BSU13970 -tsaC BSU36950 3792969 3794009 tRNA(NNU) t(6)A37 threonylcarbamoyladenosine modification; threonine-dependent ADP-forming ATPase -ugd BSU36230 3729488 3730810 UDP-glucose dehydrogenase ptpZ // ptkA // tkmA // ugd ptpZ // ptkA // tkmA // ugd -ywbE BSU38350 3935591 3935788 conserved protein of unknown function -trnE-Arg BSU_TRNA_79 635110 635186 tRNA-Arg -xkdV BSU12750 1343230 1345293 phage PBSX; conserved hypothetical protein -ykzL BSU12619 1330512 1330895 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA -trnB-Met2 BSU_TRNA_64 3172600 3172676 tRNA-Met trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -yybB BSU40700 4182636 4183298 putative hydrolase -ywzB BSU36780 3780162 3780392 conserved protein of unknown function -trnO-Ile BSU_TRNA_5 11464 11540 tRNA-Ile rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S -ynzF BSU17480 1880623 1880967 putative phage protein; defective phage region -yjdF BSU12030 1275809 1276291 conserved hypothetical protein yjdF // manA // manP yjdF // manA // manP -trnD-Phe BSU_TRNA_35 952131 952206 tRNA-Phe trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -yokC BSU21640 2283136 2283651 conserved hypothetical protein; phage SPbeta -ywsA BSU35980 3707836 3708132 conserved protein of unknown function -trnJ-Ala BSU_TRNA_20 96146 96221 tRNA-Ala trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S -yrkH BSU26510 2711109 2712242 putative sulfur transferase / hydrolase -yitW BSU11160 1192254 1192562 putative protein involved in Fe-S cluster assembly, PaaD-like -trhP1 BSU27340 2792860 2794128 tRNA wobble base hydroxylation protein TrhP1 -aroK BSU03150 340025 340585 shikimate kinase aroK BSU03150 -yveG BSU34410 3532833 3533144 conserved protein of unknown function padC // yveG // yveF padC // yveG // yveF -trnSL-Thr1 BSU_TRNA_76 194363 194435 tRNA-Thr trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 -yugP BSU31310 3217496 3218173 putative metal-dependent protease/peptidase -hmoB BSU10100 1083229 1083729 heme-degrading monooxygenase hmoB BSU10100 -trnB-Met1 BSU_TRNA_61 3172872 3172948 tRNA-Met trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -yfjO BSU08020 873402 874802 putative RNA methyltransferase yfjO // yfjP yfjO // yfjP -yuzK BSU32719 3360974 3361111 putative toxin of a toxin antitoxin system -trnS-Glu BSU_TRNA_47 528903 528974 tRNA-Glu -ywrO BSU35990 3708172 3708699 nitroreductase (unknown substrate) ywrO BSU35990 -yhbF BSU08960 972099 972806 bactofilin yhbF BSU08960 -trnD-Val BSU_TRNA_32 951869 951944 tRNA-Val trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -xkdG BSU12610 1329555 1330490 phage PBSX; putative phage chromosome binding protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA -yuzF BSU31820 3264265 3264501 conserved protein of unknown function -trnJ-Arg BSU_TRNA_18 95956 96032 tRNA-Arg trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S -rplI BSU40500 4163197 4163646 ribosomal protein L9 rplI // gdpP // yybS rplI // gdpP // yybS -yfjB BSU08160 888143 889366 putative phage protein yfjF // yfjE // yfjD // yfjC // yfjB // yfjA yfjF // yfjE // yfjD // yfjC // yfjB // yfjA -trnSL-Gln1 BSU_TRNA_73 2563889 2563959 tRNA-Gln trnSL-Gln1 BSU_TRNA_73 -ebrB BSU17290 1864691 1865044 small toxic metabolite efflux transporter subunit -ytjA BSU30680 3138097 3138324 membrane protein insertion efficiency factor ytjA BSU30680 -trnB-Pro BSU_TRNA_59 3173046 3173122 tRNA-Pro trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -sunT BSU21470 2267346 2269463 sublancin 168 lantibiotic transporter sunA // bdbB // sunS // bdbA // sunT sunA // bdbB // sunS // bdbA // sunT -yfmB BSU07530 826843 827211 conserved hypothetical protein -trnD-Leu2 BSU_TRNA_44 953213 953294 tRNA-Leu trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -yqaH BSU26310 2697419 2697676 skin element; factor binding to DnaA -brxJ BSU29760 3046757 3047083 bacilliredoxin involved in debacillithiolation brxJ // ytxH // ytxG brxJ // ytxH // ytxG -trnY-Glu BSU_TRNA_3 4155053 4155124 tRNA-Glu -opuAA BSU02980 321013 322269 L-proline betaine and betonicine ABC transporter (ATP-binding protein) opuAC // opuAB // opuAA opuAC // opuAB // opuAA -yezF BSU06559 713308 713535 hypothetical protein yezF BSU06559 -trnJ-Leu1 BSU_TRNA_15 95649 95731 tRNA-Leu trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S -ktrA BSU31090 3188414 3189082 potassium uptake protein -prp BSU27950 2855177 2855515 ribosomal protein L27 specific N-terminal end cysteine protease -trnSL-Arg1 BSU_TRNA_85 2003276 2003348 tRNA-Arg -treA BSU07810 851850 853535 trehalose-6-phosphate hydrolase treR // treA // treP treR // treA // treP -ydiM BSU06040 653432 653812 hypothetical protein; prophage 3 region -trnB-Asn BSU_TRNA_70 3172070 3172144 tRNA-Asn trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -gerBA BSU35800 3688812 3690263 component of germinant receptor B gerBC // gerBB // gerBA gerBC // gerBB // gerBA -yrhC BSU27240 2784688 2784918 conserved protein of unknown function yrhC // mccB // mccA // mtnN // yrrT yrhC // mccB // mccA // mtnN // yrrT -trnB-Gly1 BSU_TRNA_56 3173324 3173398 tRNA-Gly trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -yjpA BSU12450 1317157 1317414 putative enzyme yjpA BSU12450 -ydzN BSU05109 557873 558058 hypothetical protein -trnD-Gly BSU_TRNA_41 952701 952775 tRNA-Gly trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -yycQ BSU40260 4137362 4137610 conserved membrane protein yycQ // yycP // yycO yycQ // yycP // yycO -yrkS BSU26400 2701979 2702143 hypothetical protein -trnI-Pro BSU_TRNA_27 166168 166244 tRNA-Pro -pksE BSU17120 1786104 1788407 enzyme involved in bacillaene synthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC -ydaL BSU04290 480875 482584 conserved protein of unknown function ydaN // ydaM // ydaL // ydaK // ydaJ ydaN // ydaM // ydaL // ydaK // ydaJ -trnJ-Val BSU_TRNA_12 95375 95450 tRNA-Val trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S -yomL BSU21320 2246656 2247342 conserved exported protein of unknown function; phage SPbeta -yqxD BSU25230 2603373 2603867 conserved protein of unknown function sigA // dnaG // yqxD sigA // dnaG // yqxD -trnSL-Gly1 BSU_TRNA_82 967065 967138 tRNA-Gly -yqbC BSU26160 2685162 2685815 conserved phage protein of unknown function; skin element -ycgG BSU03100 335329 336090 conserved protein of unknown function (similar to phage protein) ycgG // ycgF ycgG // ycgF -trnB-Gly2 BSU_TRNA_68 3172247 3172320 tRNA-Gly trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -ycdC BSU02800 302435 303796 conserved protein of unknown function -yqhG BSU24590 2551469 2552263 conserved protein of unknown function -trnB-Thr BSU_TRNA_53 3173614 3173689 tRNA-Thr trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -ytcC BSU30880 3157961 3159184 putative glucosyltransferase ytcC BSU30880 -ybcH BSU01870 210224 210514 conserved protein of unknown function; prophage 1 region -trnD-His BSU_TRNA_39 952495 952570 tRNA-His trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -yfmC BSU07520 825787 826734 iron-dicitrate ABC transporter (binding lipoprotein) yfmF // yfmE // yfmD // yfmC yfmF // yfmE // yfmD // yfmC -yqkB BSU23660 2461873 2462196 conserved protein of unknown function yqkC // yqkB // yqkA // yqjZ // yqjY yqkC // yqkB // yqkA // yqjZ // yqjY -trnI-Thr BSU_TRNA_24 165830 165902 tRNA-Thr -lytB BSU35630 3660648 3662765 modifier of major autolysin amidase LytC lytC // lytB // lytA lytC // lytB // lytA -ypzI BSU22869 2393428 2393559 putative sporulation-related protein ypzI BSU22869 -trnY-Phe BSU_TRNA_1 4154787 4154859 tRNA-Phe -yjlB BSU12270 1297726 1298223 conserved hypothetical protein; cupin family -yptA BSU22160 2329515 2329706 hypothetical protein -trnA-Ile BSU_TRNA_8 31932 32008 tRNA-Ile rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S -gntK BSU40060 4114141 4115682 D-gluconate kinase gntZ // gntP // gntK // gntR gntZ // gntP // gntK // gntR -yozE BSU19680 2138868 2139092 conserved protein of unknown function -trnB-Asp BSU_TRNA_65 3172512 3172588 tRNA-Asp trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -pbpX BSU16950 1765859 1767034 penicillin-binding endopeptidase X (lysozyme resistance) pbpX BSU16950 -yocL BSU19250 2097692 2098024 conserved protein of unknown function -trnS-Leu1 BSU_TRNA_50 529174 529255 tRNA-Leu -yonA BSU21160 2237321 2237791 conserved protein of unknown function; phage SPbeta -BSU_36215 BSU_36215 3728336 3728461 hypothetical protein -trnD-Thr BSU_TRNA_36 952212 952284 tRNA-Thr trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -yqbT BSU25980 2669324 2670370 putative phage baseplate assembly protein; skin element -yoaF BSU18580 2027509 2027802 conserved protein of unknown function yoaF BSU18580 -trnE-Met BSU_TRNA_21 640268 640344 tRNA-Met -ytkC BSU30640 3135668 3136072 putative autolytic amidase -BSU_26569 BSU_26569 2715510 2715686 hypothetical protein -trhP2 BSU27350 2794147 2795076 tRNA wobble base hydroxylation protein TrhP2 -ycbU BSU02660 287499 288611 putative lyase (PLP-dependent) ycbU BSU02660 -yndA BSU17720 1905809 1906207 putative exported protein of unknown function yndA BSU17720 -trnSL-Tyr1 BSU_TRNA_77 194458 194542 tRNA-Tyr trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 -yfnC BSU07320 803317 804546 putative efflux transporter yfnC BSU07320 -BSU_18595 BSU_18595 2028665 2028784 hypothetical protein -trnB-Met3 BSU_TRNA_62 3172793 3172869 tRNA-Met trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -flgK BSU35410 3638245 3639768 flagellar hook-filament junction flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA -ymxH BSU16720 1743924 1744181 PRC barrel protein involved in sporulation ymxH BSU16720 -trnS-Gln BSU_TRNA_48 528986 529060 tRNA-Gln -yxbB BSU39890 4097416 4098150 putative S-adenosylmethionine-dependent methyltransferase yxaM // asnH // yxnB // yxbA // yxbB yxaM // asnH // yxnB // yxbA // yxbB -yyaC BSU40950 4204900 4205517 spore-specific protease yyaC BSU40950 -trnD-Met BSU_TRNA_33 951954 952030 tRNA-Met trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -swsB BSU16700 1741618 1742577 putative sugar deacetylase -ylbE BSU14980 1568065 1568304 conserved hypothetical protein ylbE // ylbD ylbE // ylbD -trnJ-Pro BSU_TRNA_19 96060 96136 tRNA-Pro trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S -yoyJ BSU20999 2219514 2219765 conserved protein of unknown function (toxin/antitoxin island); phage SPbeta -yyzF BSU40239 4134996 4135166 conserved hypothetical protein -tmcAL BSU15060 1573807 1575054 tRNAMet ac4C34 synthase -arsB BSU25790 2655753 2656793 arsenite efflux transporter; skin element arsC // arsB // yqcK // arsR arsC // arsB // yqcK // arsR -ykoA BSU14420 1511923 1512192 putative membrane protein of unknown function ykoA BSU14420 -trnSL-Gln2 BSU_TRNA_74 194547 194621 tRNA-Gln trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 -bceR BSU30400 3113187 3113882 BceR two-component response regulator, phosphorylated // BceR two-component response regulator bceS // bceR bceS // bceR -wapI BSU39220 4023054 4023482 antitoxin of WapA tRNase wapI // wapA wapI // wapA -trnO-Ala BSU_TRNA_6 11552 11627 tRNA-Ala rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S -gudP BSU02480 270396 271763 glucarate transporter ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC -ykvR BSU13800 1447251 1447541 conserved hypothetical protein (HGT island) ykvR BSU13800 -trnS-Asn BSU_TRNA_45 528704 528778 tRNA-Asn -lplA BSU07100 779529 781037 lipoprotein transporter binding protein for alpha-galacturonides -ywdA BSU38030 3901868 3902116 conserved protein of unknown function ywdA // sacA // sacP ywdA // sacA // sacP -trnD-Ser BSU_TRNA_30 951662 951753 tRNA-Ser trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -yvkA BSU35210 3618964 3620298 putative efflux transporter -yjlC BSU12280 1298612 1299034 conserved hypothetical protein ndh // yjlC ndh // yjlC -trnJ-Gly BSU_TRNA_16 95772 95846 tRNA-Gly trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S -iolH BSU39690 4074896 4075765 putative sugar-phosphate epimerase/isomerase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA -ywnA BSU36630 3766178 3766579 putative transcriptional regulator -trnSL-Ala1 BSU_TRNA_86 3194455 3194527 tRNA-Ala -yjcZ BSU11809 1253103 1253252 putative type I toxin spoVIF // yjcB // yjcZ // yjzK spoVIF // yjcB // yjcZ // yjzK -yjcP BSU11940 1266614 1267117 conserved hypothetical protein: phage island yjcQ // yjcP yjcQ // yjcP -trnB-Ser2 BSU_TRNA_71 3171976 3172066 tRNA-Ser trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -tsf BSU16500 1718775 1719656 elongation factor Ts tsf // rpsB // frr // pyrH tsf // rpsB // frr // pyrH -yviA BSU35480 3643664 3644509 fatty acid kinase fatty acid binding subunit A yviA BSU35480 -trnB-Leu2 BSU_TRNA_57 3173224 3173309 tRNA-Leu trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -yopH BSU20890 2211309 2211845 superinfection exclusion protein B; phage SPbeta -yitQ BSU11080 1185001 1185588 antitoxin of the YitM-YitQ toxin-antitoxin system -trnD-Cys BSU_TRNA_42 952781 952851 tRNA-Cys trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -comEB BSU25580 2639877 2640446 dCMP deaminase associated to DNA transport (competence) comEC // comEB // comEA comEC // comEB // comEA -yvbH BSU33860 3472626 3473240 conserved protein of unknown function -trnI-Ala BSU_TRNA_28 166253 166328 tRNA-Ala -yteS BSU30110 3080631 3081134 lipoprotein required for rhamnogalaturonan transport and degradation -yhaI BSU09980 1072768 1073109 conserved protein of unknown function yhaI BSU09980 -trnJ-Thr BSU_TRNA_13 95455 95530 tRNA-Thr trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S -ybfM BSU02280 248268 248756 putative membrane phosphatase psd // ybfM // pssA psd // ybfM // pssA -yunG BSU32400 3326803 3327150 conserved protein of unknown function -trnSL-Val2 BSU_TRNA_83 1262789 1262861 tRNA-Val -yesK BSU06930 757676 757978 putative membrane component yesK // yesJ // cotJC // cotJB // cotJA yesK // yesJ // cotJC // cotJB // cotJA -yhzB BSU08900 967229 967852 conserved hypothetical protein -trnB-Ile2 BSU_TRNA_69 3172155 3172231 tRNA-Ile trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -yvoF BSU34960 3591288 3591806 dephosphorylated heptaprenylglyceryl phosphate O-acetyltransferase -yueI BSU31770 3261539 3261937 conserved protein of unknown function -trnB-Lys BSU_TRNA_54 3173501 3173576 tRNA-Lys trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -yxeN BSU39490 4058791 4059465 putative ABC transporter (permease) yxeQ // sndB // yxeO // yxeN // yxeM // snaB // yxeK yxeQ // sndB // yxeO // yxeN // yxeM // snaB // yxeK -yfjM BSU08040 877599 878051 conserved hypothetical protein yfjL // yfjM yfjL // yfjM -trnY-Lys BSU_TRNA_4 4155134 4155209 tRNA-Lys -cpaA BSU11640 1240356 1242200 gated K+/H+ antiporter -ytoA BSU30520 3123490 3124005 putative enzyme of the carbonic anhydrase family ytoA BSU30520 -trnI-Gly BSU_TRNA_25 165959 166033 tRNA-Gly -cheY BSU16330 1703834 1704196 regulator of chemotaxis and motility swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -yfmQ BSU07380 811569 812015 conserved hypothetical protein yfmQ BSU07380 -trnSL-Met1 BSU_TRNA_10 70181 70257 tRNA-Met -yopX BSU20730 2201980 2202384 conserved protein of unknown function; phage SPbeta -gerW BSU29500 3018309 3018764 germination-associated protein gerW // ytfI gerW // ytfI -trnE-Gly BSU_TRNA_80 635200 635273 tRNA-Gly -metI BSU11870 1258492 1259613 cystathionine gamma-synthase and O-acetylhomoserine thiolyase metC // metI metC // metI -yqeZ BSU25390 2618466 2619779 putative membrane bound peptidase of unkwnown function yqfB // floA // yqeZ yqfB // floA // yqeZ -yebD BSU06390 697157 697324 hypothetical protein -trnB-Phe BSU_TRNA_66 3172424 3172499 tRNA-Phe trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -ybdO BSU02050 225064 226248 putative phage protein; prophage region 1 ybdO BSU02050 -yrzH BSU27800 2841010 2841300 hypothetical protein -trnS-Leu2 BSU_TRNA_51 529336 529422 tRNA-Leu -ytlQ BSU29950 3064811 3065725 putative hydrolase -ydhH BSU05760 622293 622790 conserved hypothetical protein -trnD-Tyr BSU_TRNA_37 952307 952391 tRNA-Tyr trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -yerO BSU06700 731954 732823 putative transcriptional regulator (TetR/AcrR family) yerO BSU06700 -yrzI BSU27190 2778923 2779072 conserved protein of unknown function -trnE-Asp BSU_TRNA_22 640405 640481 tRNA-Asp -crh BSU34740 3569292 3569549 catabolite repression HPr-like protein -ydzL BSU04839 531978 532238 ICEBs1 mobile element: conserved protein of unknown function -trmR BSU27360 2795082 2795735 tRNA ho5U34 methyltransferase -bglP BSU39270 4033778 4035607 phosphotransferase system (PTS) beta-glucoside-specific enzyme IIBCA component yxiE // bglH // bglP yxiE // bglH // bglP -yqcC BSU25950 2667390 2668490 conserved phage protein of unknown function; skin element -trnSL-Val1 BSU_TRNA_78 194283 194358 tRNA-Val trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 -msmX BSU38810 3984133 3985230 multiple sugar ABC transporter ATP-binding protein msmX // yxkF msmX // yxkF -yjbB BSU11480 1225557 1226774 putative exporter -yczJ BSU04130 463496 463783 conserved protein of unknown function yczJ BSU04130 -trnB-Ser1 BSU_TRNA_63 3172694 3172786 tRNA-Ser trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -opuBA BSU33730 3462105 3463250 choline ABC transporter (ATP-binding protein) opuBD // opuBC // opuBB // opuBA opuBD // opuBC // opuBB // opuBA -dprA BSU16110 1682580 1683473 DNA processing Smf single strand binding protein dprA BSU16110 -yqfQ BSU25150 2595669 2596412 conserved protein of unknown function yqfQ BSU25150 -trnS-Lys BSU_TRNA_49 529087 529162 tRNA-Lys -tlrBL 4005249 4005278 TlrB leader peptide tlrBL // tlrB BSU39010 -yoqN BSU20570 2195564 2195782 consserved hypothetical protein; phage SPbeta yoqN BSU20570 -yccF BSU02720 293499 294575 conserved protein of unknown function yccF BSU02720 -trnD-Asp BSU_TRNA_34 952042 952118 tRNA-Asp trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -roxS BSU_misc_RNA_67 1233405 1233543 small regulatory RNA (NO regulated) roxS BSU_misc_RNA_67 -yqfW BSU25090 2590804 2591385 putative nucleotidase yqfW BSU25090 -yqhQ BSU24490 2541051 2542007 conserved protein of unknown function yqhP // yqhQ yqhP // yqhQ -trnY-Asp BSU_TRNA_2 4154895 4154971 tRNA-Asp -rgpA BSU14629 1534120 1534239 regulator of GapA synthesis -ybcF BSU01860 209633 210160 putative enzyme; prophage 1 region -cdaA BSU01750 196213 197034 diadenylate cyclase glmM // cdaR // cdaA glmM // cdaR // cdaA -trmFO BSU16130 1685812 1687119 tRNA:m5U-54 methyltransferase -csrA BSU35370 3636046 3636270 carbon storage regulator fliW // csrA fliW // csrA -motS BSU29720 3042566 3043294 sodium channel stator-force generator peptidoglycan binding subunit of flagellar rotation motS // motP // ccpA motS // motP // ccpA -yqxK BSU23600 2457349 2458512 putative nucleotide binding protein -trnSL-Glu2 BSU_TRNA_75 194205 194279 tRNA-Glu trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 -purN BSU06510 708010 708597 phosphoribosylglycinamide formyltransferase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE -yphE BSU22820 2388610 2388813 conserved protein of unknown function -trnB-Ala BSU_TRNA_60 3172968 3173040 tRNA-Ala trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -cotQ BSU34520 3542943 3544286 spore coat protein; putative oxidoreductase cotQ BSU34520 -ypdQ BSU21990 2310419 2310817 putative RNA binding protein (no RNase H activity) -trnS-Ser BSU_TRNA_46 528783 528873 tRNA-Ser -yjaV BSU11290 1205981 1206538 putative NAD(P) binding enzyme -yozD BSU19660 2137602 2137778 conserved hypothetical protein -trnD-Glu BSU_TRNA_31 951788 951859 tRNA-Glu trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -bglS BSU39070 4011842 4012570 endo-beta-1,3-1,4 glucanase bglS // licT bglS // licT -fbpC BSU_22036 2316286 2316375 regulator of iron homeostasis -trnJ-Leu2 BSU_TRNA_17 95861 95946 tRNA-Leu trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S -acpA BSU15920 1665337 1665570 acyl carrier protein -yobJ BSU18980 2070244 2071086 conserved protein of unknown function; putative defective prophage 6 yobJ BSU18980 -kswB BSU_MISC_RNA_54 3421169 3421348 lysine riboswitch -yorE BSU20410 2186440 2186811 conserved protein of unknown function; phage SPbeta -BSU_32539 BSU_32539 3343894 3344031 hypothetical protein -swgA BSU_MISC_RNA_37 2549407 2549606 dual aptamer glycine riboswitch -adhR BSU27000 2755382 2755804 transcriptional regulator regulated by thiol-alkylation adhR BSU27000 -glcK BSU24850 2570606 2571571 glucose kinase -ynzE BSU18270 1957451 1957756 conserved hypothetical protein -mswC BSU_MISC_RNA_20 1424527 1424683 S-adenosylmethionine riboswitch -btr BSU01640 183414 185003 transcriptional activator (AraC/XylS family) of synthesis and uptake of the siderophore bacillibactin btr BSU01640 -feuC BSU01610 180344 181354 iron-uptake protein ybbA // feuC // feuB // feuA ybbA // feuC // feuB // feuA -BSU_26305 BSU_26305 2697249 2697422 hypothetical protein; skin element -bsrF BSU_misc_RNA_75 2079096 2079203 small untranslated regulatory RNA bsrF BSU_misc_RNA_75 -adeR BSU31920 3276955 3278223 transcriptional activator (AdeR-alanine) adeR BSU31920 -ytcJ BSU29550 3022068 3023657 putative N-substituted formamide deformylase, dihydropyrimidinase or isoaspartyl peptidase ytcJ BSU29550 -ynzI BSU17559 1885753 1885917 conserved hypothetical protein; defective phage region -tswC BSU_MISC_RNA_51 3179105 3179206 thiamine pyrophosphate riboswitch -putR BSU03230 348724 349959 transcriptional activator of proline degradation operon putR BSU03230 -ydjI BSU06210 673814 674785 putative phage protein ydjI // ydjH // ydjG // pspA ydjI // ydjH // ydjG // pspA -BSU_17689 BSU_17689 1903181 1903468 conserved protein of unknown function -ssrSA BSU_MISC_RNA_32 2095909 2096111 6Sa RNA rtbJ // ssrSA rtbJ // ssrSA -epsE BSU34330 3524417 3525253 bifunctional flagellar clutch and glycosyltransferase acting during biofilm formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA -ylxM BSU15970 1671828 1672160 component of the signal recognition particle (SRP) protein-targeting pathway ffh // ylxM ffh // ylxM -mswB BSU_MISC_RNA_18 1385736 1385891 S-adenosylmethionine riboswitch -yizB BSU11079 1184657 1185004 putative transcriptional regulator -yyaO BSU40790 4189406 4189645 conserved hypothetical protein yyaO BSU40790 -gswB BSU_MISC_RNA_63 4005523 4005625 guanine riboswitch -galE BSU38860 3989948 3990967 UDP-glucose 4-epimerase galE BSU38860 -ylbA BSU14940 1565347 1565709 conserved hypothetical protein ylbA BSU14940 -tboT BSU_MISC_RNA_48 2961232 2961479 T-box riboswitch specific of threonine tRNA ligase -rsmB BSU15740 1647939 1649282 RNA-binding Sun protein; 16S rRNA m5C967 methyltransferase, S-adenosyl-L-methionine-dependent -yydD BSU40200 4130578 4132338 putative DNA wielding protein -ldlJ BSU_MISC_RNA_3 119855 119995 L10_leader ldlJ // rplL // rplJ ldlJ // rplL // rplJ -yorV BSU20240 2171139 2171357 putative nucleic acid binding protein; phage SPbeta -ykuO BSU14160 1487504 1488397 conserved hypothetical protein ykuP // ykuO // ykuN ykuP // ykuO // ykuN -tswA BSU_MISC_RNA_14 1242262 1242370 thiamine pyrophosphate riboswitch -tapA BSU24640 2554486 2555247 lipoprotein for biofilm formation tasA // sipW // tapA tasA // sipW // tapA -yxiI BSU39160 4019949 4020437 conserved protein of unknown function -gdwB BSU_MISC_RNA_60 3988840 3988942 guanidine riboswitch (type I) -rrnI-16S BSU_RRNA_23 160893 162445 ribosomal RNA-16S -ybxA BSU01450 150443 151288 energizing coupling factor of ABC influx transporter (ATP-binding protein) -ykzP BSU13509 1417561 1417716 conserved protein of unknown function -tboV BSU_MISC_RNA_44 2869366 2869588 T-box riboswitch specific of valine tRNA -rrnJ-5S BSU_RRNA_8 95237 95354 ribosomal RNA-5S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S -tcyN BSU29340 3004346 3005125 sulfur-containing amino-acid ABC transporter (ATP-binding protein) ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA -ywzC BSU37610 3860998 3861222 conserved protein of unknown function -pyaB BSU_MISC_RNA_27 1618853 1618970 pyrimidine biosynthesis operon attenuator pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR -rrnB-23S BSU_RRNA_20 3173991 3176918 ribosomal RNA-23S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -tatAY BSU05980 647760 647933 component of the twin-arginine pre-protein translocation pathway -yjgD BSU12170 1288541 1289101 conserved hypothetical protein -tswD BSU_MISC_RNA_11 955655 955762 thiamine pyrophosphate riboswitch -rrnA-23S BSU_RRNA_5 32177 35103 ribosomal RNA-23S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S -ganA BSU34130 3503020 3505083 short chain beta-1,4-galacto-oligosaccharides beta-galactosidase (beta-galacto-pyranoside hydrolase) ganB // ganA // ganQ // ganP // ganS ganB // ganA // ganQ // ganP // ganS -ywpG BSU36320 3740624 3741007 interaction partner of DynA -tboTA BSU_MISC_RNA_58 3856479 3856700 T-box riboswitch specific of threonine tRNA ligase -rrnD-5S BSU_RRNA_18 951457 951572 ribosomal RNA-5S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -yisU BSU10870 1166008 1166670 putative aminoacid related metabolite efflux transporter -yjcN BSU11920 1265057 1265377 conserved hypothetical protein; phage island yjcN BSU11920 -ssrSB BSU_MISC_RNA_41 2814491 2814691 6Sb RNA -rrnO-5S BSU_RRNA_3 14692 14810 ribosomal RNA-5S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S -yxlE BSU38670 3969611 3969799 negative regulator of sigma-Y activity yxlG // yxlF // yxlE // yxlD // yxlC // sigY yxlG // yxlF // yxlE // yxlD // yxlC // sigY -smiA BSU35319 3631763 3632140 conserved protein of unknown function -tswE BSU_MISC_RNA_24 1607367 1607468 thiamine pyrophosphate riboswitch -rrnI-5S BSU_RRNA_15 165591 165707 ribosomal RNA-5S -pyrAB BSU15520 1623736 1626951 pyrimidine-specific carbamoyl-phosphate synthetase (large subunit) pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR -yitK BSU11020 1180909 1181400 putative RNA or cyclic d-GMP binding protein -ssrA BSU_MISC_RNA_55 3450712 3451071 transfer-messenger RNA (tmRNA, 10Sa RNA) secG // rnr // yvaK // smpB // ssrA secG // rnr // yvaK // smpB // ssrA -rrnG-23S BSU_RRNA_27 173214 176141 ribosomal RNA-23S -nrdIB BSU20070 2165577 2165972 SPbeta phage subunit of ribonucleoside diphosphate reductase -yvrE BSU33200 3405664 3406542 putative sugar lactone lactonase yvrE BSU33200 -tboG BSU_MISC_RNA_39 2608732 2608906 T-box riboswitch controlling synthesis of glycine-tRNA ligase -rrnE-23S BSU_RRNA_12 637155 640082 ribosomal RNA-23S -spoIIIAD BSU24400 2535544 2535945 stage III sporulation protein (feeding tube apparatus) spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV -yheA BSU09800 1054746 1055099 conserved hypothetical protein -mswD BSU_MISC_RNA_21 1426876 1426976 S-adenosylmethionine riboswitch -rrnH-5S BSU_RRNA_24 171197 171314 ribosomal RNA-5S -rpsH BSU01300 141974 142372 ribosomal protein S8 (BS8) -yutE BSU32300 3318828 3319262 conserved protein of unknown function yutF // yutE // yutD yutF // yutE // yutD -srrA BSU_misc_RNA_70 1534070 1534280 small regulatory RNA and messenger RNA (arginine metabolism) -rrnO-16S BSU_RRNA_1 9810 11364 ribosomal RNA-16S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S -citZ BSU29140 2981151 2982269 citrate synthase II mdh // icd // citZ mdh // icd // citZ -ygxA BSU08750 945520 946404 conserved hypothetical protein -swdA BSU_MISC_RNA_52 3188173 3188341 cyclic-di-AMP-sensing riboswitch -rrnW-16S BSU_RRNA_9 96392 97945 ribosomal RNA-16S -ydhJ BSU05780 623373 624350 putative metal-dependent phosphohydrolase -yuzA BSU31380 3224864 3225100 conserved protein of unknown function yuzA BSU31380 -rnpB BSU_MISC_RNA_35 2331320 2331720 RNA component of ribonuclease P (RNase P) (catalytic subunit, ribozyme) -rrnB-5S BSU_RRNA_21 3173818 3173935 ribosomal RNA-5S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -araE BSU33960 3484072 3485466 arabinose-related compounds permease araE BSU33960 -yfkD BSU07930 866331 867125 conserved hypothetical protein yfkD // chaA yfkD // chaA -tswB BSU_MISC_RNA_19 1391739 1391851 thiamine pyrophosphate riboswitch -rrnJ-16S BSU_RRNA_6 90536 92089 ribosomal RNA-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S -gerPE BSU10680 1148744 1149145 spore germination protein gerPF // gerPE // gerPD // gerPC // gerPB // gerPA gerPF // gerPE // gerPD // gerPC // gerPB // gerPA -yetF BSU07140 784381 785076 conserved membrane protein -swaO BSU_MISC_RNA_7 486092 486235 ATP-, cyclic di-AMP-sensing riboswitch -rrnB-16S BSU_RRNA_19 3177086 3178640 ribosomal RNA-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S -menA BSU38490 3950726 3951661 1,4-dihydroxy-2-naphthoate octaprenyltransferase menA BSU38490 -ytpI BSU29260 2996980 2997282 conserved protein of unknown function ytpI BSU29260 -tboL BSU_MISC_RNA_49 3105153 3105367 T-box riboswitch specific of leucine tRNA ligase -rrnE-16S BSU_RRNA_30 635433 636987 ribosomal RNA-16S -bpr BSU15300 1599283 1603584 bacillopeptidase F -yeaC BSU06330 688184 689146 putative MoxR-like ATPase -BSU_MISC_RNA_30 BSU_MISC_RNA_30 1675981 1676022 L19_leader -rrnH-16S BSU_RRNA_16 166500 168053 ribosomal RNA-16S -yotG BSU19890 2154266 2154583 hypothetical protein; phage SPbeta -yrbG BSU27680 2831124 2831780 conserved hypothetical protein yrbG BSU27680 -mswA BSU_MISC_RNA_15 1258304 1258424 S-adenosylmethionine riboswitch -rrnG-5S BSU_RRNA_28 176197 176315 ribosomal RNA-5S -spo0A BSU24220 2518023 2518826 response regulator, phosphorylated in response to complex YlbF/YmcA/YaaT spo0A BSU24220 -ydgA BSU05560 602185 602427 conserved hypothetical protein; putative germination protein cotP // ydgA // ydgB cotP // ydgA // ydgB -mswI BSU_MISC_RNA_61 3997775 3997881 S-adenosylmethionine riboswitch -rrnE-5S BSU_RRNA_13 640138 640254 ribosomal RNA-5S -ybaC BSU01140 134171 135127 putative proline iminopeptidase -yraI BSU26930 2751292 2751651 conserved protein of unknown function -tboILV BSU_MISC_RNA_45 2897094 2897340 T-box controlling synthesis of branched chain amino acids -rrnG-16S BSU_RRNA_25 171498 173049 ribosomal RNA-16S -thrS BSU28950 2959257 2961188 threonyl-tRNA synthetase thrS BSU28950 -ydcF BSU04750 524492 524785 conserved protein of unknown function pamR // ydcG // ydcF pamR // ydcG // ydcF -pyaC BSU_MISC_RNA_28 1620331 1620445 pyrimidine biosynthesis operon attenuator pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR -rrnW-23S BSU_RRNA_10 98110 101037 ribosomal RNA-23S -cotP BSU05550 601741 602172 spore coat protein cotP // ydgA // ydgB cotP // ydgA // ydgB -yqeD BSU25720 2649842 2650468 conserved membrane protein of unknown function yqeD BSU25720 -mswK BSU_MISC_RNA_12 1180685 1180802 S-adenosylmethionine riboswitch -rrnD-16S BSU_RRNA_22 946696 948250 ribosomal RNA-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -sdpB BSU33760 3464762 3465733 export step of killing factor SdpC sdpC // sdpB // sdpA sdpC // sdpB // sdpA -yczO BSU04039 455771 455935 conserved protein of unknown function yczO BSU04039 -tboYB BSU_MISC_RNA_59 3946910 3947116 T-box riboswitch specific of tyrosine tRNA ligase tboYB // ywaE // tyrZ tboYB // ywaE // tyrZ -rrnJ-23S BSU_RRNA_7 92254 95181 ribosomal RNA-23S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S -yhjH BSU10510 1124438 1124965 putative transcriptional regulator -yqgA BSU25050 2587996 2588424 cell wall protein yqgA BSU25050 -tboH BSU_MISC_RNA_42 2817899 2818131 T-box riboswitch controlling synthesis of histidine and aspartate tRNA ligases -rrnO-23S BSU_RRNA_2 11709 14636 ribosomal RNA-23S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S -thiM BSU38300 3931372 3932190 5-(2-hydroxyethyl)-4-methylthiazole kinase thiE // thiM // ywbI thiE // thiM // ywbI -ybgB BSU02380 258532 258807 conserved protein of unknown function (B. subtilis-specific) gamR // ybgB gamR // ybgB -iswA BSU_MISC_RNA_25 1613078 1613304 T-box riboswitch specific of isoleucine tRNA -rrnA-16S BSU_RRNA_4 30279 31832 ribosomal RNA-16S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S -ylbQ BSU15110 1577409 1578305 2-dehydropantoate 2-reductase ylbQ // bshC ylbQ // bshC -yqzF BSU24110 2507020 2507256 conserved protein of unknown function yqzF BSU24110 -tboS BSU_MISC_RNA_1 20611 20823 T-box riboswitch specific of serine tRNA ligase -rrnD-23S BSU_RRNA_17 948418 951345 ribosomal RNA-23S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S -yodR BSU19720 2143022 2143675 putative acyloate-acetoacetate CoA-transferase -yabS BSU00650 73106 73843 conserved protein of unknown function -tboX BSU_MISC_RNA_56 3491322 3491557 T-box riboswitch controlling synthesis of an amino acid transporter -rrnH-23S BSU_RRNA_29 168218 171141 ribosomal RNA-23S -bkdAA BSU24050 2499090 2500082 branched-chain alpha-keto acid dehydrogenase E1 subunit bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb -ypuB BSU23340 2434143 2434346 hypothetical protein ypuC // ypuC // ypuB ypuC // ypuC // ypuB -ldlM BSU_MISC_RNA_4 153737 153793 putative L13_leader -rrnI-23S BSU_RRNA_14 162610 165535 ribosomal RNA-23S -cysS BSU00940 113450 114850 dual cysteinyl-tRNA synthetase; cysteine persulfide synthase raeA // rlmB // mrnC // cysS // cysE // gltX raeA // rlmB // mrnC // cysS // cysE // gltX -ypiF BSU22570 2365235 2365681 conserved protein of unknown function -qswA BSU_MISC_RNA_22 1439274 1439318 preQ1 riboswitch -rrnA-5S BSU_RRNA_26 35237 35355 ribosomal RNA-5S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S -araP BSU28740 2940697 2941638 arabinose/arabinan permease abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA -brxA BSU21860 2300221 2300655 protein disulfide isomerase; bacilliredoxin A (de-bacillithiolation) brxA BSU21860 -mswH BSU_MISC_RNA_53 3364397 3364503 S-adenosylmethionine riboswitch -rrnW-5S BSU_RRNA_11 101093 101211 ribosomal RNA-5S -ydfA BSU05340 579889 581196 arsenite/antimonite/H+ antiporter -yodI BSU19610 2134244 2134495 putative spore coat protein yodI // yodH yodI // yodH -fswA BSU_MISC_RNA_36 2431473 2431617 flavin riboswitch -yvaD BSU33560 3448295 3448696 putative integral inner membrane protein -BSU_04849 BSU_04849 532758 532886 ICEBs1 mobile element; hypothetical protein -scr BSU_MISC_RNA_2 26379 26732 small cytoplasmic RNA (scRNA, 4.5S RNA), signal recognition particle-like (SRP) component scr // tadA scr // tadA -yhfO BSU10310 1106003 1106452 putative N-acetyltransferase -yozW BSU18898 2059691 2059864 hypothetical protein; putative defective prophage 6 -gswC BSU_MISC_RNA_9 694425 694527 guanine riboswitch -ywcE BSU38130 3914009 3914272 holin-like protein required for proper spore morphogenesis and germination ywcE BSU38130 -BSU_29845 BSU_29845 3054550 3054666 hypothetical protein -mswG BSU_MISC_RNA_50 3129195 3129333 S-adenosylmethionine riboswitch -ctaA BSU14870 1558034 1558954 heme a synthase ctaA BSU14870 -yneR BSU18060 1931545 1931832 conserved hypothetical protein -mswF BSU_MISC_RNA_31 2025160 2025251 AdoMet riboswitch -gerT BSU19490 2124021 2124494 component of the spore coat gerT BSU19490 -BSU_24205 BSU_24205 2516215 2516367 hypothetical protein -guwA BSU_MISC_RNA_16 1376328 1376439 guanidine-sensing riboswitch (binds free guanidinium) -yqjM BSU23820 2475843 2476859 NADPH-dependent flavin oxidoreductase (acting on cinnamaldehyde-related compounds) yqjM BSU23820 -ynaE BSU17530 1884238 1884879 conserved hypothetical protein -mswJ BSU_MISC_RNA_62 3999166 3999272 S-adenosylmethionine riboswitch -pabB BSU00740 82864 84276 4-amino-4-deoxychorismate synthase (para-aminobenzoate synthase) lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB -BSU_13545 BSU_13545 1422013 1422138 hypothetical protein -kswC BSU_MISC_RNA_46 2910872 2911051 lysine riboswitch -fadR BSU28550 2917957 2918541 transcriptional regulator of fatty acids degradation [FadR-long-chain (C14-C20) acyl-CoAs] etfA // etfB // fadB // fadR // lcfA etfA // etfB // fadB // fadR // lcfA -yloC BSU15660 1640720 1641595 conserved protein of unknown function -mswE BSU_MISC_RNA_29 1630115 1630220 S-adenosylmethionine riboswitch -ydeE BSU05170 563614 564486 putative transcriptional regulator (AraC/XylS family) ydeE BSU05170 -yybH BSU40640 4177756 4178145 conserved hypothetical protein yybI // yybH yybI // yybH -tboWA BSU_MISC_RNA_13 1219164 1219378 T-box riboswitch specific of tryptophan tRNA -yvgM BSU33390 3426026 3426718 molybdenum transport permease -ylaI BSU14790 1548389 1548598 conserved hypothetical protein -tboW BSU_MISC_RNA_6 276815 277062 T-box riboswitch specific of tryptophan tRNA ligase -yhfA BSU10080 1081413 1082804 putative transporter -yxbC BSU39880 4095915 4096907 conserved protein of unknown function yxbD // yxbC yxbD // yxbC -ldlU BSU_MISC_RNA_43 2855840 2855915 ribosomal protein L21 leader mRNA sequence -ywdJ BSU37940 3894463 3895785 putative purine/pyrimidine permease ywdK // ywdJ // ywdI ywdK // ywdJ // ywdI -ylaB BSU14720 1543816 1544085 hypothetical protein ylaD // ylaC // ylaB // ylaA ylaD // ylaC // ylaB // ylaA -pyaA BSU_MISC_RNA_26 1618161 1618277 pyrimidine biosynthesis operon attenuator pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR -pdhA BSU14580 1528326 1529441 pyruvate dehydrogenase (E1 alpha subunit) pdhD // pdhC // pdhB // pdhA pdhD // pdhC // pdhB // pdhA -yxcE BSU39790 4086802 4087452 conserved protein of unknown function yxcD // yxcE yxcD // yxcE -gswD BSU_MISC_RNA_10 698369 698471 guanine riboswitch -yocM BSU19260 2098316 2098792 putative chaperone yocM BSU19260 -ykuJ BSU14100 1484117 1484356 putative RNA-specific modification enzyme subunit ccpC // darB // abbA // ykuK // ykuJ ccpC // darB // abbA // ykuK // ykuJ -tboTB BSU_MISC_RNA_57 3856226 3856447 T-box -ansA BSU23580 2455819 2456808 exported L-asparaginase ansB // ansA ansB // ansA -yxiS BSU39040 4007803 4008093 conserved protein of unknown function yxiS // katE yxiS // katE -tboA BSU_MISC_RNA_40 2800890 2801097 T-box riboswitch specific of alanine tRNA -spoVT BSU00560 64099 64635 transcriptional regulator of sporulation / germination spoVT BSU00560 -ykzB BSU13320 1397938 1398093 conserved protein of unknown function ykoL // ykzB ykoL // ykzB -csfG BSU_MISC_RNA_23 1569199 1569319 sporulation-specific regulatory RNA -ysnA BSU28360 2900545 2901141 deoxyinosine/deoxyxanthosine triphosphate pyrophosphatase, promiscuous (subunit A) -ywhL BSU37440 3843001 3844377 conserved protein of unknown function -rapI BSU05010 547306 548481 ICEBs1 mobile element: response regulator aspartate phosphatase phrI // rapI phrI // rapI -yjfC BSU12130 1283463 1284362 conserved hypothetical protein yjfC BSU12130 -yvrD BSU33190 3404835 3405626 putative oxidoreductase yvrD BSU33190 -ywqH BSU36210 3727697 3728119 conserved protein of unknown function -yhaQ BSU09890 1062591 1063487 Na+-dependent efflux ABC transporter (ATP-binding protein) -yjzK BSU11799 1252815 1253021 conserved hypothetical protein yjcB // yjzK // spoVIF // yjcZ yjcB // yjzK // spoVIF // yjcZ -rocB BSU37770 3877192 3878892 putative N-deacylase involved in arginine and ornithine utilization rocC // rocB // rocA rocC // rocB // rocA -yvlB BSU35120 3607325 3608422 conserved protein of unknown function, stress-related yvlD // yvlC // yvlB // yvlA yvlD // yvlC // yvlB // yvlA -fruR BSU14380 1507578 1508333 transcriptional regulator (DeoR family) fruA // fruK // fruR fruA // fruK // fruR -yhjP BSU10590 1133498 1135225 putative transcription factor yhjP BSU10590 -yobS BSU19070 2081172 2081747 putative transcriptional regulator -yusU BSU32930 3378800 3379087 conserved protein of unknown function -spoVAEB BSU23402 2440423 2440773 spore germinant protein spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA -yhdX BSU09630 1038653 1038760 conserved hypothetical protein -abrB BSU00370 44848 45138 transcriptional regulator for transition state genes (AbrB-SurF) abrB BSU00370 -yuiA BSU32090 3299718 3299861 conserved protein of unknown function -ysxC BSU28190 2879882 2880469 GTPase involved in ribosome 50S subunit assembly (maturation of the central 50S protuberance) ysxC // lonA ysxC // lonA -yfhO BSU08610 931879 934464 lipoteichoic acid glycosylation protein yfhO BSU08610 -immA BSU04810 530624 531133 ICEBs1 mobile element: site-specific protease cleaving ImmR -yugU BSU31280 3213854 3214252 conserved protein of unknown function -sppA BSU29530 3020040 3021047 signal peptide peptidase sppI // sppA sppI // sppA -cssS BSU33020 3386398 3387753 CssS two-component sensory histidine kinase, phosphorylated // CssS two-component sensory histidine kinase cssS // cssR cssS // cssR -yfkS BSU07770 847282 847482 putative spore germination D protein yfkT // yfkS // yfkR // yfkQ yfkT // yfkS // yfkR // yfkQ -phoD BSU02620 284011 285762 secreted phosphodiesterase (endo-hydrolysis at non-specific sites throughout the cell wall teichoic acid polymer) phoD BSU02620 -srtN BSU09650 1040094 1040837 sirtuin NAD-dependent deacetylase -yttA BSU30360 3108614 3109360 conserved protein of unknown function yttA BSU30360 -cwlT BSU04970 544022 545011 ICEBs1 mobile element: two-domain autolysin with N-acetylmuramidase and DL-endopeptidase activity VirB1 -ywgB BSU37580 3858417 3858887 putative transcriptional regulator -yesE BSU06870 754480 754923 conserved hypothetical protein yesF // yesE yesF // yesE -glpQ BSU02130 233014 233895 secreted glycerophosphoryl diester phosphodiesterase glpQ // glpT glpQ // glpT -ykuN BSU14150 1487038 1487514 short-chain flavodoxin (acts in lipid desaturation) ykuP // ykuO // ykuN ykuP // ykuO // ykuN -ysdB BSU28830 2951490 2951882 conserved protein of unknown function ysdB BSU28830 -yozX BSU18899 2060009 2060233 putative phage protein; putative defective prophage 6 yozX BSU18899 -ydjO BSU06270 681255 681464 conserved hypothetical protein ydjO // ydjP // yeaA ydjO // ydjP // yeaA -resC BSU23130 2417984 2419159 factor required for cytochrome c synthesis resE // resD // resC // resB // resA resE // resD // resC // resB // resA -yrrD BSU27470 2805704 2806228 conserved protein of unknown function yrrD BSU27470 -purS BSU06460 702319 702573 factor required for phosphoribosylformylglycinamidine synthetase activity purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE -dgk BSU00150 23146 23769 deoxyguanosine kinase dck // dgk dck // dgk -ydzR BSU05529 599875 600105 conserved hypothetical protein, sporulation-related -mreB BSU28030 2860735 2861748 cell-shape determining protein minD // minC // mreD // mreC // mreB minD // minC // mreD // mreC // mreB -yraM BSU26880 2746608 2747711 aconitate isomerase yraM BSU26880 -ptsG BSU13890 1457187 1459286 phosphotransferase system (PTS) glucose-specific enzyme IICBA component ptsI // ptsH // ptsG ptsI // ptsH // ptsG -ywaE BSU38450 3946394 3946909 transcriptional regulator controlling expression of tyrZ tboYB // ywaE // tyrZ tboYB // ywaE // tyrZ -ydbP BSU04550 507753 508073 putative thioredoxin or thiol-disulfide isomerase ydbP BSU04550 -ydbS BSU04590 512814 513293 resistance to heterologous antibiotics ydbT // ydbS ydbT // ydbS -malP BSU08200 892215 893798 phosphotransferase system (PTS) maltose-specific enzyme IICB component malP // malR // malA malP // malR // malA -ganR BSU34170 3508659 3509651 transcriptional regulator of the galactan degradation operon (GanR / beta-1,4-galactobiose) -fadE BSU32820 3367040 3368824 acyl-CoA dehydrogenase (FAD dependent) fadE // fadA // fadN // fadM fadE // fadA // fadN // fadM -yqzM BSU25569 2637369 2637503 conserved protein of unknown function yqzM BSU25569 -yerI BSU06640 724987 725997 amicoumacin kinase -fatR BSU27170 2777070 2777654 transcriptional regulator for cypB cypB // fatR cypB // fatR -bcaP BSU09460 1023350 1024747 branched-chain amino acid transporter or methylthioribose-degradation metabolite exporter bcaP BSU09460 -yczN BSU03789 430356 430469 putative spore and germination protein -psdB BSU34690 3563581 3565521 lantibiotic ABC transporter (permease) psdS // psdR // psdB // psdA psdS // psdR // psdB // psdA -padR BSU08340 909198 909746 transcriptional regulator of phenolic acid decarboxylase padR BSU08340 -albD BSU37400 3838552 3839862 integral membrane protein involved in subtilosin production and immunity albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA -yqgL BSU24920 2575717 2576187 conserved protein of unknown function -psdA BSU34700 3565496 3566275 lantibiotic ABC transporter (ATP-binding protein) psdS // psdR // psdB // psdA psdS // psdR // psdB // psdA -deoR BSU39430 4052379 4053320 transcriptional regulator of pyrmidine deoxyribonucleosides degradation (DeoR-dR5P) deoR // pdp // nupC // deoC deoR // pdp // nupC // deoC -ptsI BSU13910 1459650 1461362 phosphotransferase system (PTS) enzyme I ptsI // ptsH // ptsG ptsI // ptsH // ptsG -ybfE BSU02180 238164 238448 conserved protein of unknown function (C-terminal end) -vmlR BSU05610 604736 606379 ribosomal protection protein VmlR -nagR BSU35030 3597289 3598020 transcriptional regulator (GntR family) nagR // nagB // nagA nagR // nagB // nagA -yozF BSU18710 2041330 2041827 putative lipoprotein -yqjB BSU23940 2488953 2489483 putative L,D-transpeptidase -ribC BSU16670 1737834 1738784 riboflavin biosynthesis protein RibC -ytrA BSU30460 3118847 3119239 transcriptional regulator (GntR family, cell wall antibiotics) ytrG // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA BSU_30466 // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA -cmk BSU22890 2396045 2396719 cytidylate kinase -yaaR BSU00300 40213 40653 conserved hypothetical protein -ribD BSU23280 2430258 2431343 fused diaminohydroxyphosphoribosylaminopyrimidine deaminase; 5-amino-6-(5-phosphoribosylamino) uracil reductase ypzK // ribH // ribA // ribE // ribD ypzK // ribH // ribA // ribE // ribD -yodB BSU19540 2127345 2127683 transcriptional repressor yodB BSU19540 -nadA BSU27850 2845955 2847061 quinolinate synthetase nadA // nadC // nadB nadA // nadC // nadB -ypuD BSU23300 2431737 2432081 conserved protein of unknown function ypuD BSU23300 -ribH BSU23250 2427892 2428356 6,7-dimethyl-8-ribityllumazine synthase, beta subunit ypzK // ribH // ribA // ribE // ribD ypzK // ribH // ribA // ribE // ribD -gamR BSU02370 257791 258498 transcriptional regulator-GlcN6P (GntR family) gamR // ybgB gamR // ybgB -mutT BSU04330 488314 488763 putative NTP pyrophosphohydrolase -ypoC BSU22330 2344264 2344758 conserved protein of unknown function -ribA BSU23260 2428389 2429585 fused 3,4-dihydroxy-2-butanone 4-phosphate synthase and GTP cyclohydrolase II ypzK // ribH // ribA // ribE // ribD ypzK // ribH // ribA // ribE // ribD -qdoR BSU39990 4107352 4107927 QdoR transcriptional repressor qdoR BSU39990 -yurR BSU32630 3352789 3353907 D-amino acid oxidase yurQ // yurR // frlD // frlM // frlN // frlO // frlB yurQ // yurR // frlD // frlM // frlN // frlO // frlB -ypmS BSU21730 2290285 2290848 conserved protein of unknown function -ycsE BSU04040 456068 456817 5-amino-6-ribitylamino-2,4(1H, 3H)-pyrimidinedione 5'-phosphate phosphatase / 5' nucleotidase ycsE BSU04040 -glcR BSU36300 3739206 3739982 transcriptional regulator (glucose repression of catabolic operons) phoC // glcR // ssbB phoC // glcR // ssbB -ywjB BSU37220 3819220 3819744 putative oxidoreductase ywjB BSU37220 +yheF BSU09740 1049801 1049926 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywmA BSU36790 3780562 3781035 conserved protein of unknown function ywmA BSU36790 +yesU BSU07030 768828 769490 putative enzyme In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +levD BSU27070 2762395 2762835 phosphotransferase system (PTS) fructose-specific enzyme IIA component BSU_27035 // sacC // levG // levF // levE // levD BSU_27035 // sacC // levG // levF // levE // levD +ynfC BSU18110 1938066 1938476 conserved hypothetical protein ynfC BSU18110 +atpH BSU36840 3785403 3785948 ATP synthase (subunit delta, component F1) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI +pbpE BSU34440 3534118 3535473 penicillin-binding protein 4* racX // pbpE racX // pbpE +hutM BSU39390 4047538 4048965 histidine degradation metabolites permease hutM // hutG // hutI // hutU // hutH // hutP hutM // hutG // hutI // hutU // hutH // hutP +atpG BSU36820 3782938 3783801 ATP synthase (subunit gamma, component F1) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI +mrgA BSU32990 3383565 3384026 metalloregulation DNA-binding stress protein mrgA BSU32990 +spsK BSU37820 3883427 3884278 putative dTDP-4-dehydrorhamnose reductase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA +dltD BSU38530 3955223 3956401 D-alanine carrier protein:PG D-alanyltransferase ywzH // dltE // dltD // dltC // dltB // dltA ywzH // dltE // dltD // dltC // dltB // dltA +hmp BSU13040 1372792 1373991 flavohemoglobin hmp BSU13040 +ydeJ BSU05220 569290 569949 putative lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fhuB BSU33310 3417222 3418376 iron(III) hydroxamate ABC transporter membrane subunit FhuB In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yugE BSU31430 3228431 3228691 conserved protein of unknown function yugE BSU31430 +bioK BSU30230 3093343 3094689 L-lysine-8-amino-7-oxononanoate aminotransferase ytbQ // bioI // bioB // bioD // bioF // bioK // bioW ytbQ // bioI // bioB // bioD // bioF // bioK // bioW +ymzE BSU17266 1862937 1862993 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +secA BSU35300 3628310 3630835 translocase binding subunit (ATPase) prfB // secA prfB // secA +prfB BSU35290 3627139 3628240 peptide chain release factor 2 prfB // secA prfB // secA +yxaB BSU40030 4110949 4111980 putative exopolysaccharide pyruvyl transferase (biofilm formation) yxaB // glxK yxaB // glxK +ynzJ BSU17678 1901612 1901737 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tswE BSU_MISC_RNA_24 1607367 1607468 thiamine pyrophosphate riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +scmL BSU39510 4060307 4060804 S-(2-succino)cysteine N-acetyltransferase yxeQ // sndB // yxeO // yxeN // yxeM // scmL // scmK yxeQ // sndB // yxeO // yxeN // yxeM // scmL // scmK +acuA BSU29690 3040092 3040724 protein acetyltransferase (acetylates AcsA) acuC // acuB // acuA acuC // acuB // acuA +qcrA BSU22560 2364589 2365092 menaquinol:cytochrome c oxidoreductase (iron-sulfur subunit) qcrC // qcrB // qcrA qcrC // qcrB // qcrA +yfiR BSU08370 911964 912581 transcriptional regulator (TetR/AcrR family) yfiR // yfiS yfiR // yfiS +rpmA BSU27940 2854880 2855164 ribosomal protein L27 (BL24) rpmA BSU27940 +yhfQ BSU10330 1107733 1108704 iron(III) siderophore-binding lipoprotein yhfQ BSU10330 +ytzH BSU29910 3060395 3060673 conserved protein of unknown function ytzH BSU29910 +mswM BSU_misc_RNA_94 4169802 4169919 manganese ion binding riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpmE BSU37070 3803081 3803281 ribosomal protein L31 rpmE BSU37070 +ytcD BSU29030 2968260 2968640 putative transcriptional regulator (HxlR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yflT BSU07550 827455 827802 heat stress induced protein yflT BSU07550 +yjdI BSU12060 1277686 1278165 cys-tRNApro deacetylase; tRNA editing yjdI BSU12060 +ycgE BSU03080 334092 334556 putative transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pucJ BSU32430 3330502 3331851 uric acid permease pucM // pucL // pucK // pucJ // pucR pucM // pucL // pucK // pucJ // pucR +recR BSU00210 28867 29463 recA filament-DNA complex stabilisation factor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glpT BSU02140 233994 235328 sn-glycerol-3-phosphate permease glpQ // glpT glpQ // glpT +cheY BSU16330 1703834 1704196 regulator of chemotaxis and motility swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +rrnA-5S BSU_RRNA_26 35237 35355 ribosomal RNA-5S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S +tnrA BSU13310 1397411 1397743 nitrogen sensing transcriptional regulator tnrA BSU13310 +hisF BSU34870 3583562 3584320 imidazole glycerol phosphate synthase subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqaI BSU26300 2697095 2697289 hypothetical protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yncC BSU17630 1896424 1897839 putative sugar transporter yncC BSU17630 +yrrS BSU27300 2788920 2789621 conserved hypothetical protein yrrS // pbpI yrrS // pbpI +ygaB BSU08670 938243 938587 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). yojF BSU19470 2122325 2122675 conserved protein of unknown function (bacillithiol synthesis operon) yojE // bshB2 // yojF // yoyC yojE // bshB2 // yojF // yoyC -ribE BSU23270 2429600 2430247 riboflavin synthase (alpha subunit) ypzK // ribH // ribA // ribE // ribD ypzK // ribH // ribA // ribE // ribD -frlR BSU32560 3346298 3347026 FrlR transcriptional regulator (GntR family) frlR BSU32560 -queE BSU13740 1440542 1441273 CDG synthase -BSU_40576 BSU_40576 4171801 4171986 hypothetical protein -gapB BSU29020 2967032 2968054 glyceraldehyde-3-phosphate dehydrogenase (NADP-dependent, gluconeogenesis) speD // gapB speD // gapB -zur BSU25100 2591428 2591865 transcriptional regulator (Zn[2+]-binding Fur family) -fadF BSU37180 3814382 3816499 putative iron-sulphur-binding reductase acdA // fadF // rpoE acdA // fadF // rpoE -yozH BSU18860 2056650 2057006 hypothetical protein; putative defective prophage 6 yozH BSU18860 +yloV BSU15840 1656442 1658103 putative enzyme structurally related to dihydroxyacetone/glyceraldehyde kinase yloV // yloU yloV // yloU +aroK BSU03150 340025 340585 shikimate kinase aroK BSU03150 +yteV BSU30080 3078393 3078575 conserved sporulation-related protein yteV BSU30080 +aag BSU38620 3964278 3964868 3-alkylated purines and hypoxanthine DNA glycosidase yxzF // aag yxzF // aag +dacA BSU00100 17534 18865 D-alanyl-D-alanine carboxypeptidase (penicillin-binding protein 5) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydeS BSU05320 578337 578933 putative transcriptional regulator (TetR/AcrR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypzG BSU22169 2329870 2330022 conserved protein of unknown function ypzG BSU22169 +mdxR BSU34630 3557784 3558734 transcriptional activator of the maltodextrin operon (LacI family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +menD BSU30820 3150563 3152305 2-oxoglutarate decarboxylase and 2-succinyl-5-enolpyruvyl-6-hydroxy-3-cyclohexene-1- carboxylic-acid synthase menC // menE // menB // menH // menD // menF menC // menE // menB // menH // menD // menF +ykkB BSU13080 1375777 1376295 putative N-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfmQ BSU07380 811569 812015 conserved hypothetical protein yfmQ BSU07380 +yycS BSU40240 4135351 4135764 putative lipoprotein yycS BSU40240 +ydcK BSU04790 528129 528581 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rrnB-5S BSU_RRNA_21 3173818 3173935 ribosomal RNA-5S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +fabHA BSU11330 1208222 1209160 beta-ketoacyl-acyl carrier protein synthase III 1 fabF // fabHA fabF // fabHA +yrbF BSU27700 2832424 2832690 component of the preprotein translocase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfhS BSU08640 936773 936997 conserved protein YfhS yfhS BSU08640 +yolD BSU21510 2271650 2271982 conserved hypothetical protein; phage SPbeta uvrX // yolD uvrX // yolD +trnJ-Lys BSU_TRNA_14 95567 95642 tRNA-Lys trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S +yfjP BSU08010 872425 873288 putative DNA-3-methyladenine glycosylase yfjO // yfjP yfjO // yfjP +yopI BSU20880 2210749 2211282 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cydC BSU38740 3975088 3976791 ABC membrane transporter (ATP-binding protein) required for cytochrome bb' function (reductant efflux pump) cydD // cydC // cydB // cydA cydD // cydC // cydB // cydA +yxlF BSU38660 3968717 3969604 putative ABC efflux transporter ATP-binding protein YxlF yxlG // yxlF // yxlE // yxlD // yxlC // sigY yxlG // yxlF // yxlE // yxlD // yxlC // sigY +ykzB BSU13320 1397938 1398093 conserved protein involved in sporulation ykzB // ykoL ykzB // ykoL +fisB BSU32350 3322463 3323227 protein required for membrane fission during spore formation fisB BSU32350 +gltB BSU18440 2008572 2010053 glutamate synthase (small subunit, NADP-dependent) gltB // gltA gltB // gltA +gsiB BSU04400 494506 494877 general stress protein glucose starvation induced gsiB BSU04400 +clpX BSU28220 2884781 2886043 protein unfolding ATPase required for presentation of proteins to proteases; Maxwell's demon clpX BSU28220 +ydeI BSU05210 568345 568938 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bmrU BSU24000 2493662 2494555 putative lipid kinase BmrU bmrU // bmrR // bmr bmrU // bmrR // bmr +xis BSU04830 531787 531981 ICEBs1 excisionase yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +resD BSU23120 2417181 2417903 ResD two-component response regulator, phosphorylated // ResD two-component response regulator resE // resD // resC // resB // resA resE // resD // resC // resB // resA +yqhH BSU24580 2549775 2551448 putative RNA polymerase-associated helicase protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnSL-Glu1 BSU_TRNA_11 70267 70338 tRNA-Glu trnSL-Glu1 BSU_TRNA_11 +opuBD BSU33700 3459806 3460486 choline ABC transporter membrane subunit OpuBD opuBD // opuBC // opuBB // opuBA opuBD // opuBC // opuBB // opuBA +acpS BSU04620 515710 516075 holo-acyl carrier protein synthase (phosphopantetheinyl transferase) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yaaL BSU00220 29481 29705 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycxC BSU03550 405069 406007 putative permease ycxB // ycxC ycxB // ycxC +fin BSU00540 60130 60360 protein required for the switch from F to G during sporulation (anti sigma F) fin BSU00540 +ydgD BSU05590 603596 603940 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ecsA BSU10040 1077440 1078183 putative ABC exporter ATP-binding protein EcsA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqjT BSU23750 2468159 2468545 putative lyase yqjT // coaA // dsdA // yqjQ // yqjP yqjT // coaA // dsdA // yqjQ // yqjP +rplQ BSU01440 149953 150315 ribosomal protein L17 (BL15) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sigE BSU15320 1604771 1605490 RNA polymerase sporulation-specific sigma-29 factor (sigma-E) sigG // sigE // spoIIGA sigG // sigE // spoIIGA +citB BSU18000 1926680 1929409 aconitate hydratase (bifunctional aconitase) citB BSU18000 +yjnA BSU12400 1312851 1313615 putative permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytmA BSU30580 3131446 3132219 putative esterase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lspA BSU15450 1616744 1617208 signal peptidase II In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tcyL BSU29360 3005859 3006578 S-alkyl cysteine ABC transporter membrane subunit TcyL ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA +yqaP BSU26230 2691642 2692571 conserved phage protein of unknown function; skin element yqaP BSU26230 +sigD BSU16470 1716493 1717257 RNA polymerase sigma-28 factor (sigma-D) swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +cshB BSU25140 2594184 2595500 ATP-dependent RNA helicase; cold shock In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytqA BSU30480 3119999 3120967 putative enzyme In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +immR BSU04820 531130 531513 ICEBs1 mobile element: transcriptional regulator (Xre family) int // immA // immR int // immA // immR +buk BSU24070 2501549 2502640 branched-chain fatty-acid kinase bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb +yqbI BSU26100 2681627 2682130 putative phage tail component; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pstBA BSU24960 2578003 2578812 phosphate ABC transporter ATP-binding protein PstBA pstBB // pstBA // pstA // pstC // pstS pstBB // pstBA // pstA // pstC // pstS +qoxB BSU38160 3915319 3917268 cytochrome aa3-600 quinol oxidase (subunit I) qoxC // qoxB // qoxA // qoxD qoxC // qoxB // qoxA // qoxD +ssuB BSU08830 961394 962161 aliphatic sulfonate ABC transporter, ATP-binding subunit ygaN // ssuD // ssuC // ssuA // ssuB ygaN // ssuD // ssuC // ssuA // ssuB +trnSL-Arg1 BSU_TRNA_85 2003276 2003348 tRNA-Arg In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pycA BSU14860 1554185 1557631 pyruvate carboxylase pycA // ftsW pycA // ftsW +yngB BSU18180 1946702 1947595 UTP-glucose-1-phosphate uridylyltransferase uptA // yngB // yngA uptA // yngB // yngA +yfkQ BSU07790 848633 850174 putative spore germination protein yfkT // yfkS // yfkR // yfkQ yfkT // yfkS // yfkR // yfkQ +safA BSU27840 2844675 2845838 morphogenetic protein associated with SpoVID coxA // safA coxA // safA +yodL BSU19640 2136538 2136852 shape determination factor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoqY BSU20470 2190884 2191279 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +epeB BSU40140 4124220 4124942 putative antimicrobial peptide ABC exporter, membrane subunit epeB // epeA // epeP // epeE // epeX epeB // epeA // epeP // epeE // epeX +murC BSU29790 3048177 3049475 UDP-N-acetyl muramate-alanine ligase murC BSU29790 +sigA BSU25200 2600214 2601329 RNA polymerase major sigma-43 factor (sigma-A) sigA // dnaG // yqxD sigA // dnaG // yqxD +yozQ BSU18600 2029020 2029313 putative sporulation protein yozQ BSU18600 +yokJ BSU21570 2275200 2275697 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hfq BSU17340 1867373 1867594 Hfq RNA chaperone In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydgG BSU05640 608933 609391 putative transcriptional regulator (MarR family) ydgH // ydgG ydgH // ydgG +cgeC BSU19770 2148166 2148471 protein involved in maturation of the outermost layer of the spore cgeE // cgeD // cgeC cgeE // cgeD // cgeC +yesK BSU06930 757676 757978 putative membrane component yesK // yesJ // cotJC // cotJB // cotJA yesK // yesJ // cotJC // cotJB // cotJA +yraI BSU26930 2751292 2751651 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yisI BSU10730 1150850 1151020 Spo0A-P phosphatase (iron-metabolism related) yisI BSU10730 +yobJ BSU18980 2070244 2071086 conserved protein of unknown function; putative defective prophage 6 yobJ BSU18980 +ywlD BSU36940 3792333 3792890 manganese efflux pump In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycgJ BSU03160 340613 341374 xenotiotic metabolite methyltransferase ycgJ BSU03160 +ytkP BSU29970 3066451 3067386 putative cysteine synthase-like enzyme ytkP BSU29970 +ypuC BSU23330 2433878 2434165 ypuC // ypuC // ypuB ypuC // ypuC // ypuB +ydbK BSU04500 503854 504594 putative ABC efflux transporter membrane protein YdbK In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sndA BSU29290 2999717 3000967 N-acetyl-L-cysteine deacetylase ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA +ywrJ BSU36040 3714002 3714679 conserved protein of unknown function ywrJ BSU36040 +lipL BSU37640 3863415 3864260 GcvH:[lipoyl domain] amidotransferase lipL BSU37640 +yqxC BSU24260 2522871 2523716 putative 2'-O-ribose RNA methyltransferase yqxC BSU24260 +yesF BSU06880 754920 755780 putative oxidoreductase yesF // yesE yesF // yesE +ypuI BSU23200 2424654 2425193 conserved protein of unknown function ypuI // scpB // scpA ypuI // scpB // scpA +racA BSU37030 3798789 3799343 chromosome-pole-anchoring protein RacA racA BSU37030 +hutP BSU39340 4041492 4041938 transcriptional antiterminator hutM // hutG // hutI // hutU // hutH // hutP hutM // hutG // hutI // hutU // hutH // hutP +ylzJ BSU16799 1751935 1752147 modulator of TepA activity (spore outgrowth) ylzJ // tepA ylzJ // tepA +yfhA BSU08460 921472 922503 xenosiderophore schizokinen (dihydroxamate) transporter (permease) yfhA // yfiZ yfhA // yfiZ +ilvK BSU38550 3957391 3958482 branched-chain amino acid aminotransferase ilvK BSU38550 +yrvO BSU27510 2810559 2811698 cysteine desulfurase involved in U34 tRNA thiolation trmU // yrvO // cymR trmU // yrvO // cymR +melC BSU30290 3100031 3100861 α-galactoside ABC transporter membrane subunit MelC melC // melD // melE // melR // melA melC // melD // melE // melR // melA +rplB BSU01190 137311 138144 ribosomal protein L2 (BL2) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glcP BSU10520 1125123 1126328 glucose/mannose:H+ symporter (recent HGT island) glcP // ntdC // ntdB // ntdA glcP // ntdC // ntdB // ntdA pamR BSU04770 525206 525649 putative transcriptional regulator pamR // ydcG // ydcF pamR // ydcG // ydcF -clpE BSU13700 1435628 1437727 ATP-dependent Clp protease (class III stress gene) clpE BSU13700 -BSU_28645 BSU_28645 2930554 2930760 hypothetical protein -gltA BSU18450 2010070 2014632 glutamate synthase (large subunit, NADP-dependent) gltB // gltA gltB // gltA -yneK BSU17960 1924993 1925421 factor interacting with DynA yneK BSU17960 -trpD BSU22670 2374881 2375897 anthranilate phosphoribosyltransferase aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE -BSU_21639 BSU_21639 2282801 2282956 hypothetical protein; phage SPbeta -melE BSU30270 3097850 3099130 α-galactoside ABC transporter substrate-binding lipoprotein melC // melD // melE // melR // melA melC // melD // melE // melR // melA -relA BSU27600 2820529 2822733 GTP pyrophosphokinase (RelA/SpoT) dtd // relA dtd // relA -ymzC BSU17350 1867790 1868062 conserved protein of unknown function -opuBC BSU33710 3460503 3461423 choline ABC transporter (choline-binding lipoprotein) opuBD // opuBC // opuBB // opuBA opuBD // opuBC // opuBB // opuBA -pxpC BSU04090 460592 461599 L-5-oxoprolinase (ATP-dependent) subunit C pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC -BSU_11515 BSU_11515 1228961 1229101 conserved hypothetical protein -mdxE BSU34610 3554553 3555806 maltose/maltodextrin-binding lipoprotein -pucH BSU32410 3327247 3328587 allantoinase pucH BSU32410 -ylmD BSU15370 1609327 1610163 conserved protein with laccase domain ylmH // ylmG // sepF // ylmE // ylmD ylmH // ylmG // sepF // ylmE // ylmD -yhcE BSU09050 980473 981234 putative integral inner membrane orphan protein yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI -yycC BSU40470 4159577 4159717 conserved hypothetical protein yycB // yycC yycB // yycC -prmC BSU37000 3796217 3797083 glutamine methylase of release factor 1 (and perhaps others) at a GGQ site -ykzC BSU14680 1538264 1538692 putative acyltransferase -ykrP BSU13520 1417938 1418960 putative integral membrane protein; putative acyltransferase ykrP BSU13520 -yxeF BSU39570 4065074 4065508 lipocalin-like lipoprotein yxeH // yxeG // yxeF yxeH // yxeG // yxeF -yngL BSU18290 1959695 1960087 putative integral inner membrane protein -ykzU BSU14072 1480933 1481451 conserved hypothetical protein -bmrD BSU09720 1047072 1049093 efflux ABC transporter (ATP-binding subunit) bmrD // bmrC bmrD // bmrC +acuC BSU29710 3041392 3042555 protein deacetylase (regulates AcsA activity) acuC // acuB // acuA acuC // acuB // acuA +bmrD BSU09720 1047072 1049093 ABC family multidrug efflux transporter, ATP-binding/membrane subunit BmrD bmrD // bmrC bmrD // bmrC +ricA BSU17020 1774374 1774805 master regulator for biofilm formation via regulation of RNase Y (RicAFT complex / FAD / two [4Fe-4S]2+) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqhL BSU24540 2544995 2545375 putative sulfur transferase yqhL BSU24540 +yoyI BSU20929 2212848 2213078 conserved membrane protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tcyJ BSU29380 3007426 3008235 S-alkyl cysteine ABC transporter substrate-binding lipoprotein TcyJ ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA +yrkD BSU26550 2713949 2714140 putative metal-sensitive transcriptional regulator involved in sulfur metabolism In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjhB BSU12190 1290018 1290644 putative ADP-ribose pyrophosphatase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ptsI BSU13910 1459650 1461362 phosphotransferase system (PTS) enzyme I ptsI // ptsH // ptsG ptsI // ptsH // ptsG +yuiA BSU32090 3299718 3299861 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yonO BSU21040 2222574 2225093 DNA-dependent RNA polymerase; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cwlA BSU25900 2664573 2665391 N-acetylmuramoyl-L-alanine amidase; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +abbA BSU14120 1485118 1485315 regulator of AbrB repressor ccpC // darB // abbA // ykuK // ykuJ ccpC // darB // abbA // ykuK // ykuJ +rrnW-23S BSU_RRNA_10 98110 101037 ribosomal RNA-23S In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytoQ BSU29850 3054746 3055192 putative enzyme with sugar binding fold ytoQ BSU29850 +flgE BSU16290 1700182 1700976 flagellar hook protein swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +yacL BSU00890 108674 109774 putative membrane protein possibly involved in RNA binding ispF // ispD // yacL ispF // ispD // yacL +ydfQ BSU05510 598729 599067 putative thioredoxin or thiol-disulfide isomerase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cotA BSU06300 683462 685003 outer spore coat copper-dependent promiscuous laccase cotA BSU06300 +ywhA BSU37550 3853717 3854136 putative transcriptional regulator (MarR family) ywhA // thrZ ywhA // thrZ +gmuG BSU05880 632774 633862 exported mannan endo-1,4-beta-mannosidase gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC +tuaE BSU35570 3652588 3654054 putative polymerase of teichuronic acid repeating units tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB +cotJB BSU06900 756139 756402 component of the inner spore coat yesK // yesJ // cotJC // cotJB // cotJA yesK // yesJ // cotJC // cotJB // cotJA +xkdS BSU12720 1340932 1341357 phage PBSX; conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yabG BSU00430 51680 52552 sporulation-specific protease yabG BSU00430 +yxjI BSU38940 3997221 3997709 conserved protein of unknown function yxjI // yxjJ yxjI // yxjJ +pksL BSU17190 1807921 1821537 polyketide synthase of type I (bacillaene synthesis) pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC +ytoA BSU30520 3123490 3124005 putative enzyme of the carbonic anhydrase family ytoA BSU30520 +yqjB BSU23940 2488953 2489483 putative L,D-transpeptidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +thrD BSU03790 430623 431987 aspartate kinase III thrD BSU03790 +yhcD BSU09040 980313 980468 hypothetical protein yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI +ppnKB BSU29540 3021233 3022036 inorganic polyphosphate/ATP-NAD kinase ppnKB BSU29540 +yslB BSU28460 2909030 2909476 conserved protein of unknown function yslB BSU28460 +sacB BSU34450 3536012 3537433 levansucrase; levanase (moonlighting) yveA // levB // sacB yveA // levB // sacB +ycsG BSU04060 457811 459025 putative transporter YcsG pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC +tcyP BSU09130 986986 988377 (sodium)-cystine symporter tcyP BSU09130 +lytG BSU31120 3190834 3191682 N-acetyl-β-D-glucosaminidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cwlJ BSU02600 282469 282897 spore cortex cell wall hydrolase cwlJ BSU02600 +yorH BSU20380 2183937 2184407 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gerKA BSU03700 420110 421744 spore germination receptor subunit gerKB // gerKC // gerKA gerKB // gerKC // gerKA +tboWA BSU_MISC_RNA_13 1219164 1219378 T-box riboswitch specific of tryptophan tRNA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). cca BSU22450 2355880 2357073 tRNA nucleotidyltransferase dapB // ypjD // birA // cca // bshA // bshB1 // mgsA dapB // ypjD // birA // cca // bshA // bshB1 // mgsA -yxkC BSU38850 3989331 3989873 conserved protein of unknown function yxkC BSU38850 -bmrC BSU09710 1045318 1047075 efflux ABC transporter (ATP-binding protein) bmrD // bmrC bmrD // bmrC -yrrK BSU27390 2797399 2797815 pre-16S ribosomal RNA maturation enzyme -ykzN BSU13169 1382457 1382627 hypothetical protein -ycnD BSU03860 438516 439265 NADPH-FMN oxidoreductase (nitroreductase) ycnD // ycnE ycnD // ycnE -ywkF BSU36990 3795870 3796157 conserved protein of unknown function ywkF BSU36990 -yuzD BSU32210 3309960 3310286 putative sulfur oxido-reduction management enzyme yuzD BSU32210 -yjdJ BSU12070 1278565 1278894 conserved hypothetical protein -ssuB BSU08830 961394 962161 aliphatic sulfonate ABC transporter (ATP-binding protein) ygaN // ssuD // ssuC // ssuA // ssuB ygaN // ssuD // ssuC // ssuA // ssuB -ywqO BSU36140 3722568 3722789 conserved protein of unknown function ywqO BSU36140 -fbp BSU40190 4128119 4130044 fructose-1,6-bisphosphatase fbp BSU40190 -atpC BSU36800 3781069 3781467 ATP synthase (subunit epsilon, F1 subunit) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI -yjzB BSU11320 1207818 1208057 spore coat protein yjzB BSU11320 -pyk BSU29180 2984788 2986545 pyruvate kinase ytzA // pyk // pfkA ytzA // pyk // pfkA -ykoJ BSU13280 1394776 1395288 putative exported protein -yvcD BSU34810 3576165 3577619 conserved protein of unknown function -pfkA BSU29190 2986588 2987547 6-phosphofructokinase ytzA // pyk // pfkA ytzA // pyk // pfkA -bsrE BSU_18978 2069883 2069975 type I toxin (BsrE/AsrE) -yhzC BSU10410 1116583 1116816 conserved protein of unknown function yhzC BSU10410 +yxkO BSU38720 3972448 3973278 NAD(P)HX dehydratase yxkO BSU38720 +yisV BSU10880 1166737 1168191 putative PLP-dependent transcriptional regulator yisV BSU10880 +rplGB BSU01090 129340 129588 K-turn RNA binding protein; alternative ribosomal protein L7A In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +putP BSU03220 347150 348571 putative proline/ornithine permease putP // putC // putB putP // putC // putB +swrA 3621618 3621972 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqaK BSU26280 2695173 2696027 putative DNA recombination protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yphF BSU22810 2387854 2388588 putative lipoprotein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yddA BSU04900 536687 536995 ICEBs1 mobile element: conserved protein of unknown function yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +mswD BSU_MISC_RNA_21 1426876 1426976 S-adenosylmethionine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjzC BSU11260 1204506 1204685 conserved hypothetical protein yjzC BSU11260 +argF BSU11250 1203461 1204420 ornithine carbamoyltransferase argF // carB // carA // argD // argB // argJ // argC argF // carB // carA // argD // argB // argJ // argC gapA BSU33940 3481698 3482705 glyceraldehyde-3-phosphate dehydrogenase (NAD-dependent, glycolytic) eno // pgm // tpiA // pgk // gapA // cggR eno // pgm // tpiA // pgk // gapA // cggR -alsT BSU18120 1938925 1940322 H+/Na+:nitrogen-donor aminoacid symporter alsT BSU18120 -yuzL BSU32849 3372569 3372715 conserved protein of unknown function yuzL BSU32849 -mrfB BSU22210 2333324 2334565 metal-dependent exonuclease -yhcO BSU09165 989712 990680 putative exported protein (sporulation germination island) yhcO BSU09165 -defB BSU14560 1526195 1526749 N-formyl-cysteine deformylase (promiscuous) -yrhP BSU27100 2768042 2768674 putative amino acid exporter yrhP BSU27100 -ybdZ BSU31959 3280294 3280503 MbtH-like protein -defA BSU15720 1646512 1646994 peptide deformylase -bsdD BSU03651 414595 414822 phenolic acid decarboxylase subunit -yfhH BSU08530 926429 926743 conserved hypothetical protein yfhH // recX yfhH // recX -efpI BSU16870 1759655 1760383 EF-P-5 aminopentanone reductase (EF-P repair enzyme), NADPH-dependent -dhbC BSU31990 3290289 3291485 isochorismate synthase (siderophore-specific) dhbF // dhbB // dhbE // dhbC // dhbA dhbF // dhbB // dhbE // dhbC // dhbA -yuaD BSU31040 3183201 3183779 conserved protein of unknown function -lplJ BSU10250 1099159 1100154 lipoate-protein ligase -mutY BSU08630 935656 936765 A/G-specific adenine glycosylase or DNA-(apurinic or apyrimidinic site) lyase sspE // fabL // mutY sspE // fabL // mutY -yflH BSU07680 839339 839653 putative enzyme yflH // mapB yflH // mapB -lipL BSU37640 3863415 3864260 GcvH:[lipoyl domain] amidotransferase lipL BSU37640 -clsA BSU36590 3762664 3764112 cardiolipin synthase (major) clsA BSU36590 -ytzB BSU29870 3056479 3056796 conserved protein of unknown function ytzB BSU29870 -bdhA BSU06240 677911 678951 acetoin reductase/2,3-butanediol dehydrogenase bdhA BSU06240 -gdnD BSU13100 1376855 1377172 guanidinium efflux transporter subunit -yezA BSU06800 746633 746839 hypothetical protein; HGT island -disA BSU00880 107476 108558 diadenylate cyclase; DNA integrity scanning protein; cell cycle checkpoint DNA scanning protein disA // radA // clpC // mcsB // mcsA // ctsR disA // radA // clpC // mcsB // mcsA // ctsR -jag BSU41030 4213200 4213826 SpoIIIJ-associated RNA/ssDNA-binding protein jag // spoIIIJ jag // spoIIIJ -yslB BSU28460 2909030 2909476 conserved protein of unknown function yslB BSU28460 -aag BSU38620 3964278 3964868 3-alkylated purines and hypoxanthine DNA glycosidase yxzF // aag yxzF // aag -ynzD BSU17920 1922841 1923014 Spo0A-P phosphatase ynzD BSU17920 -ydjH BSU06200 673019 673783 conserved hypothetical protein; prophage region 3 ydjI // ydjH // ydjG // pspA ydjI // ydjH // ydjG // pspA -dynA BSU22030 2312529 2316110 dynamin GTPase dynA BSU22030 -yrzL BSU27400 2797823 2798089 conserved protein of unknown function -csn BSU26890 2747984 2748817 chitosanase csn BSU26890 -ydzP BSU05408 587157 587336 hypothetical protein -hxlR BSU03470 376032 376394 positive regulator of hxlAB expression (formaldehyde sensing) hxlR BSU03470 -yrkB BSU26570 2715719 2715865 hypothetical protein -degQ BSU31720 3257092 3257232 pleiotropic regulator degQ BSU31720 -ydbC BSU04420 495344 495703 conserved protein of unknown function -yfiU BSU08400 914457 916013 putative efflux transporter yfiU BSU08400 -floA BSU25380 2617449 2618444 flotillin-like protein involved in membrane lipid rafts yqfB // floA // yqeZ yqfB // floA // yqeZ -mbl BSU36410 3747254 3748255 MreB-like morphogen flhP // flhO // mbl // spoIIID // usd flhP // flhO // mbl // spoIIID // usd -ycxB BSU03540 404458 405015 hypothetical protein ycxB // ycxC ycxB // ycxC -ykcC BSU12890 1356447 1357418 putative glycosyltransferase -yqgV BSU24810 2565920 2566234 conserved protein of unknown function -yyaH BSU40860 4196350 4196730 putative C-S lyase -ybyB BSU02110 230819 231079 conserved protein of unknown function ybyB BSU02110 -cotU BSU17670 1901117 1901377 spore coat protein cotU BSU17670 -yqjU BSU23740 2467800 2468162 hypothetical protein yqjU // yqjV yqjU // yqjV -dfrA BSU21810 2296603 2297109 dihydrofolate reductase -yaaL BSU00220 29481 29705 conserved protein of unknown function -brnQ BSU26690 2727160 2728482 low-affinity branched-chain amino acid transporter yrdK // brnQ // azlD // azlC // azlB yrdK // brnQ // azlD // azlC // azlB -ypbB BSU23030 2408405 2409463 subunit of the platform for genome maintenance machinery -nasC BSU03310 358303 360435 assimilatory nitrate reductase (catalytic subunit) nasC // nasB // nasF // nasE // nasD nasC // nasB // nasF // nasE // nasD -yppE BSU22270 2338809 2339180 conserved protein of unknown function yppE // yppD yppE // yppD -kapD BSU31470 3231812 3232429 putative exoribonuclease (3'-5') kapD BSU31470 -yosU BSU20000 2158439 2158684 hypothetical protein yosU BSU20000 -malQ BSU08210 893904 895625 putative xenobiotic ABC transporter subunit (ATP-binding protein) yfiC // malQ yfiC // malQ -yozO BSU19290 2099446 2099790 conserved hypothetical phage protein yozO BSU19290 -ywqM BSU36160 3723454 3724335 putative transcriptional regulator (LysR family) ywqM BSU36160 -BSU_37569 BSU_37569 3856782 3856937 hypothetical protein -xkdS BSU12720 1340932 1341357 phage PBSX; conserved hypothetical protein -yoaQ BSU18700 2040673 2041029 conserved hypothetical protein yoaQ BSU18700 +yfmS BSU07360 808562 809422 chemotaxis sensory transducer (sensed target unknown) yfmS // yfmT yfmS // yfmT +glpQ BSU02130 233014 233895 secreted glycerophosphoryl diester phosphodiesterase glpQ // glpT glpQ // glpT +yteT BSU30100 3079333 3080619 putative dehydrogenase of rhamnogalaturonan degradation In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycbM BSU02560 279059 279994 two-component sensor histidine kinase [YcbL] ycbM // ycbL ycbM // ycbL +cydA BSU38760 3977791 3979197 cytochrome bb' ubiquinol oxidase (subunit I) cydD // cydC // cydB // cydA cydD // cydC // cydB // cydA +tsaB BSU05920 642111 642800 tRNA(NNU) t(6)A37 threonylcarbamoyladenosine modification; protease involved in TsaD function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypqA BSU22240 2337577 2337996 putative chaperone ypqA BSU22240 +yqgC BSU25030 2586221 2586703 conserved integral inner membrane protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytlQ BSU29950 3064811 3065725 putative hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yesO BSU06970 761662 762945 rhamnogalacturonan trisaccharide-binding lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lrpB BSU05060 552052 552501 transcriptional regulator (Lrp/AsnC family) lrpB BSU05060 +ywdK BSU37930 3894030 3894401 conserved membrane protein ywdK // ywdJ // ywdI ywdK // ywdJ // ywdI +cotV BSU11780 1251631 1252017 spore coat protein (insoluble fraction) cotX // cotW // cotV cotX // cotW // cotV +ftsL BSU15150 1581597 1581950 cell-division protein pbpB // ftsL // rsmH // mraZ pbpB // ftsL // rsmH // mraZ +ctaD BSU14900 1561569 1563437 cytochrome caa3 oxidase (subunit I) ctaG // ctaF // ctaE // ctaD // ctaC // ctaB ctaG // ctaF // ctaE // ctaD // ctaC // ctaB +cymR BSU27520 2811717 2812133 transcriptional regulator of cysteine biosynthesis trmU // yrvO // cymR trmU // yrvO // cymR +alsS BSU36010 3709628 3711340 alpha-acetolactate synthase alsD // alsS alsD // alsS +pnbA BSU34390 3530635 3532104 para-nitrobenzyl esterase (intracellular esterase B) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pksA BSU17080 1781906 1782523 transcriptional regulator of bacillaene synthesis operon In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +comP BSU31690 3253529 3255838 ComP two-component sensory histidine kinase, phosphorylated // ComP two-component sensory histidine kinase comP BSU31690 +yqeY BSU25400 2619910 2620356 conserved protein of unknown function with tRNA aminoacid amidase domain In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nfo BSU25130 2593281 2594174 type IV apurinic/apyrimidinic endonuclease yqfU // nfo yqfU // nfo +tsaE BSU05910 641654 642130 protein kinase TsaE In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +epsM BSU34240 3516233 3516883 UDP-2,4,6-trideoxy-2-acetamido-4-amino glucose acetyltransferase epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +nhaC BSU09680 1042885 1044246 Na+/H+ antiporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydbA BSU04390 493559 494377 conserved protein of unknown function ydbA BSU04390 +gerT BSU19490 2124021 2124494 component of the spore coat gerT BSU19490 +yraL BSU26900 2749260 2749523 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +comEC BSU25570 2637543 2639873 DNA channel for uptake in competent cells comEC // comEB // comEA comEC // comEB // comEA +yhjG BSU10500 1122862 1124361 putative aromatic compound monooxygenase/hydroxylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ftsA BSU15280 1596474 1597796 cell-division protein essential for Z-ring assembly ftsZ // ftsA ftsZ // ftsA +yjaZ BSU11350 1210500 1211285 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yitL BSU11030 1181499 1182395 RNA-binding protein yitL BSU11030 +lnrM BSU08320 906764 907954 putative ABC exporter (linearmycin resistance), membrane subunit LnrM In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gamP BSU02350 254907 256802 phosphotransferase system (PTS) glucosamine-specific enzyme IICBA component gamP // gamA gamP // gamA +thiL BSU05900 640662 641639 thiamine monophosphate kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yopJ BSU20870 2210331 2210747 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvbI BSU33870 3473372 3474070 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypvA BSU22150 2327488 2329413 putative ATP-dependent helicase ypvA BSU22150 +epsO BSU34220 3514115 3515083 pyruvyl transferase for matrix biofilm formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +epsA BSU34370 3529151 3529855 modulator of protein tyrosine kinase EpsB involved in biofilm matrix formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +ylaN BSU14840 1552412 1552693 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cheB BSU16420 1711736 1712809 methyl-accepting chemotaxis proteins (MCP)-glutamate methylesterase swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +yodD BSU19560 2128464 2129066 putative hydrolase yodD // yodE yodD // yodE +crh BSU34740 3569292 3569549 catabolite repression HPr-like protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydjO BSU06270 681255 681464 conserved hypothetical protein ydjO // ydjP // yeaA ydjO // ydjP // yeaA +rbsR BSU35910 3701411 3702391 ribose operon repressor (LacI family, D-ribose) rbsB // rbsC // rbsA // rbsD // rbsK // rbsR rbsB // rbsC // rbsA // rbsD // rbsK // rbsR +yfmJ BSU07450 817810 818829 putative oxidoreductase yfmJ // yfmI yfmJ // yfmI +cgeD BSU19760 2146821 2148101 putative glycosyltransferase involved in maturation of the outermost layer of the spore cgeE // cgeD // cgeC cgeE // cgeD // cgeC +dctB BSU04440 496646 497698 membrane bound C4-dicarboxylate binding sensor protein dctB // ydbD dctB // ydbD +mecB BSU22970 2403506 2404090 adaptor to ClpC; regulator of competence and sporulation In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoqH BSU20630 2198313 2198765 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). yybE BSU40670 4180564 4181442 putative transcriptional regulator (LysR family) yybC // yybD // yybE yybC // yybD // yybE -BSU_27185 BSU_27185 2778608 2778766 hypothetical protein -glnR BSU17450 1877959 1878366 transcriptional regulator (nitrogen metabolism) glnA // glnR glnA // glnR -yndH BSU17790 1912339 1912956 conserved protein of unknown function -yokF BSU21610 2279977 2280867 calcium-dependent DNA nuclease, lipoprotein; phage SPbeta -BSU_21058 BSU_21058 2226176 2226346 hypothetical protein; phage SPbeta -yrkL BSU26470 2708175 2708699 putative NAD(P)H oxidoreductase -pdeB BSU16970 1768941 1769735 2'3' and 3'5' cyclic nucleotide monophosphates phosphodiesterase involved in biofilm formation -ycgI BSU03120 337562 338158 xenotiotic metabolite methyltransferase ycgI BSU03120 -BSU_03385 BSU_03385 369020 369217 hypothetical protein -tgl BSU31270 3212591 3213328 protein-glutamine gamma-glutamyltransferase (transglutaminase) tgl BSU31270 -ylxW BSU15250 1594492 1595187 conserved hypothetical protein sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE -yfjR BSU07990 870388 871248 putative beta-hydroxyacid dehydrogenase yfjR BSU07990 -yycE BSU40430 4156931 4157350 conserved hypothetical protein -rbsA BSU35940 3703682 3705163 ribose ABC transporter (ATP-binding protein) rbsB // rbsC // rbsA // rbsD // rbsK // rbsR rbsB // rbsC // rbsA // rbsD // rbsK // rbsR -yktA BSU14640 1535936 1536202 conserved protein of unknown function yktA BSU14640 -xtmB BSU12580 1325890 1327191 phage PBSX; prophage terminase (large subunit) ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA -yxiB BSU39320 4038794 4039159 conserved protein of unknown function yxiB BSU39320 -purA BSU40420 4155433 4156725 adenylosuccinate synthetase purA BSU40420 -ykzT BSU14009 1473240 1473401 hypothetical protein -aprX BSU17260 1861384 1862712 alkaline serine protease aprX BSU17260 -ywbB BSU38380 3937553 3938230 conserved protein of unknown function ywbB BSU38380 -bdbB BSU21440 2265225 2265671 thiol-disulfide oxidoreductase B; bacteriophage SPbeta sunA // bdbB // sunS // bdbA // sunT sunA // bdbB // sunS // bdbA // sunT -xkzA BSU12749 1342955 1343227 phage PBSX; conserved hypothetical protein -yqaK BSU26280 2695173 2696027 putative DNA recombination protein; skin element -ywmA BSU36790 3780562 3781035 conserved protein of unknown function ywmA BSU36790 -niaP BSU02950 317725 318927 niacin permease -yjdH BSU12050 1277062 1277457 putative spore coat protein yjdH BSU12050 -yuaF BSU31020 3182015 3182539 putative membrane integrity integral membrane protein yuaI // floT // yuaF yuaI // floT // yuaF -ywrJ BSU36040 3714002 3714679 conserved protein of unknown function ywrJ BSU36040 -yfkR BSU07780 847498 848652 putative spore germination protein yfkT // yfkS // yfkR // yfkQ yfkT // yfkS // yfkR // yfkQ -yjzC BSU11260 1204506 1204685 conserved hypothetical protein yjzC BSU11260 -tagC BSU35770 3683438 3684766 putative polyglycerol phosphate assembly and export protein (teichoic acid biosynthesis) tagC BSU35770 -yveF BSU34420 3533196 3533288 hypothetical protein padC // yveG // yveF padC // yveG // yveF -yjoB BSU12420 1314453 1315724 informational ATPase possibly involved in protein degradation yjoB BSU12420 -yhfF BSU10210 1096116 1096523 putative RNA-binding PUA-containing enzyme -yydB BSU40220 4132729 4134174 putative phosphohydrolase -yurZ BSU32720 3361305 3361682 conserved protein of unknown function -pksB BSU17090 1782713 1783390 putative hydrolase involved in bacillaene synthesis -yhcC BSU09030 979939 980313 hypothetical membrane protein yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI -yomN BSU21290 2244714 2245133 conserved protein of unknown function; phage SPbeta +BSU_22205 BSU_22205 2333095 2333223 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dgkB BSU06720 736436 737347 diacylglycerol kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +kinE BSU13530 1419213 1421429 two-component sensor histidine kinase ogt // kinE ogt // kinE +tilS BSU00670 74929 76347 tRNA(ile2) lysidine synthetase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxdK BSU39650 4071310 4072287 YxdK two-component sensory histidine kinase, phosphorylated // YxdK two-component sensory histidine kinase yxdK // yxdJ yxdK // yxdJ +epsN BSU34230 3515062 3516228 UDP 2,6-dideoxy 2-acetamido 4-keto glucose aminotransferase epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +dltA BSU38500 3952275 3953786 D-alanine--[D-alanyl carrier protein] ligase ywzH // dltE // dltD // dltC // dltB // dltA ywzH // dltE // dltD // dltC // dltB // dltA +senS BSU08810 959311 959508 transcriptional regulator (repressor of ScoC) senS BSU08810 +yvoD BSU34980 3592457 3593395 putative integral inner membrane protein with nucleotide binding domain In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yozY BSU18908 2060817 2061077 putative transcriptional regulator from bacteriophage; putative defective prophage 6 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yosJ BSU20100 2166658 2166852 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxeI BSU39540 4062543 4063529 penicillin V amidase yxeJ // yxeI yxeJ // yxeI +comGC BSU24710 2557673 2557969 pilin-like component of the DNA transport membrane pilin platform spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA +pheA BSU27900 2851283 2852140 prephenate dehydratase pheA // thrR pheA // thrR +pstBB BSU24950 2577210 2577992 phosphate ABC transporter ATP-binding protein PstBB pstBB // pstBA // pstA // pstC // pstS pstBB // pstBA // pstA // pstC // pstS +yloC BSU15660 1640720 1641595 endoribonuclease YloC In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +degS BSU35500 3645379 3646536 DegS two-component sensory histidine kinase, phosphorylated // DegS two-component sensory histidine kinase degS // degU degS // degU +yusQ BSU32890 3376617 3377000 hydratase of unidentified specificity (tautomerase superfamily) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sspH BSU08110 885629 885808 small acid-soluble spore protein sspH // acoR sspH // acoR +cmpA BSU04785 527912 528025 factor allowing degradation of SpoIVA by ClpXP In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +comGA BSU24730 2559007 2560077 membrane associated ATPase of the pilin platform for DNA competence spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA +ywjC BSU37210 3818906 3819178 conserved protein of unknown function ywjC BSU37210 +ctaF BSU14920 1564063 1564395 cytochrome caa3 oxidase (subunit IV) ctaG // ctaF // ctaE // ctaD // ctaC // ctaB ctaG // ctaF // ctaE // ctaD // ctaC // ctaB +ytzJ BSU29249 2995699 2995890 putative sporulation-related conserved protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_28645 BSU_28645 2930554 2930760 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydiL BSU06010 648930 649664 putative membrane protease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yorZ BSU20200 2170030 2170242 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +panE BSU14440 1514052 1514963 2-dehydropantoate reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydzS BSU05344 581341 581454 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycdC BSU02800 302435 303796 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yybM BSU40590 4173665 4174420 putative transporter permease subunit yybJ // yybK // yybL // yybM // yybN yybJ // yybK // yybL // yybM // yybN +sodC BSU19400 2114742 2115332 superoxide dismutase (exported lipoprotein) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glnT BSU02420 262732 264168 glutamine transporter glnT // glsA glnT // glsA +yozJ BSU18900 2060237 2060692 hypothetical protein yozJ BSU18900 +cotT BSU12090 1280626 1280874 spore coat protein (inner coat) cotT BSU12090 +yoaE BSU18570 2025400 2027442 molybdopterin cofactor oxido-reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvzA BSU34830 3579679 3580038 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sigY BSU38700 3970312 3970848 RNA polymerase ECF (extracytoplasmic function)-type sigma factor (sigma-Y) yxlG // yxlF // yxlE // yxlD // yxlC // sigY yxlG // yxlF // yxlE // yxlD // yxlC // sigY +yfjA BSU08170 889372 889686 conserved hypothetical protein yfjF // yfjE // yfjD // yfjC // yfjB // yfjA yfjF // yfjE // yfjD // yfjC // yfjB // yfjA +rrnA-16S BSU_RRNA_4 30279 31832 ribosomal RNA-16S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S +yesX BSU07060 772142 773980 polysaccharide lyase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpe BSU15790 1654004 1654657 ribulose-5-phosphate 3-epimerase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ldh BSU03050 329774 330739 L-lactate dehydrogenase lctP // ldh lctP // ldh +yoqI BSU20620 2198070 2198264 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yddM BSU05030 548710 549651 ICEBs1 mobile element: putative helicase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rppH BSU30630 3134983 3135459 nucleoside and RNA triphosphate phosphohydrolase rppH BSU30630 +gcvPA BSU24560 2546869 2548215 glycine decarboxylase (subunit 1) (glycine cleavage system protein P) gcvPB // gcvPA // gcvT gcvPB // gcvPA // gcvT +ykfD BSU13000 1368844 1369833 ABC transporter ATP-binding proteinYkfD ykfD // ykfC // ykfB // ykfA ykfD // ykfC // ykfB // ykfA +xpaC BSU00250 35845 36459 putative phosphatase yaaN // xpaC yaaN // xpaC +brnQ BSU26690 2727160 2728482 low-affinity branched-chain amino acid transporter yrdK // brnQ // azlD // azlC // azlB yrdK // brnQ // azlD // azlC // azlB +spoIIID BSU36420 3748421 3748702 transcriptional regulator (stage III sporulation) flhP // flhO // mbl // spoIIID // usd flhP // flhO // mbl // spoIIID // usd +fabI BSU11720 1247788 1248564 enoyl-acyl carrier protein reductase fabI BSU11720 +licA BSU38570 3959841 3960173 phosphotransferase system (PTS) lichenan-specific enzyme IIA component licH // licA // licC // licB licH // licA // licC // licB +ydhE BSU05720 618095 619282 putative glycosyltransferase ydhE BSU05720 +galT BSU38190 3919093 3920634 galactose-1-phosphate uridyltransferase galT // galK galT // galK +trnA-Ala BSU_TRNA_9 32020 32095 tRNA-Ala rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S +ytoI BSU29270 2997301 2998620 conserved protein of unknown function ytoI BSU29270 +yqzL BSU25289 2609750 2609893 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylzH BSU15069 1575051 1575236 conserved protein,of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yuxN BSU33030 3388113 3388988 putative transcriptional regulator yuxN BSU33030 +narH BSU37270 3824806 3826269 nitrate reductase (beta subunit) narI // narJ // narH // narG narI // narJ // narH // narG +yurJ BSU32550 3345013 3346116 ABC transporter ATP-binding protein YurJ yurJ BSU32550 +aroD BSU25660 2644630 2645472 shikimate 5-dehydrogenase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjdF BSU12030 1275809 1276291 conserved hypothetical protein yjdF // manA // manP yjdF // manA // manP +ywkF BSU36990 3795870 3796157 conserved protein of unknown function ywkF BSU36990 +yobD BSU18850 2056278 2056616 transcriptional regulator (phage-related, Xre family); putative defective prophage 6 yobD BSU18850 +swmG BSU_misc_RNA_68 1395622 1395775 magnesium riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxiS BSU39040 4007803 4008093 conserved protein of unknown function yxiS // katE yxiS // katE +ywcH BSU38100 3910302 3911303 putative monooxygenase ywcH // nfrA ywcH // nfrA +BSU_36739 BSU_36739 3775382 3775522 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrkJ BSU26490 2710002 2710787 putative permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhdN BSU09530 1030265 1031260 aldo/keto reductase specific for NADPH; protects against methylglyoxal plsC // yhdN plsC // yhdN +ythP BSU30010 3071400 3072110 putative ABC efflux transporter ATP-binding protein YthP ythQ // ythP ythQ // ythP +yflL BSU07640 837735 838010 acylphosphatase yflL BSU07640 +ywhH BSU37480 3847348 3847821 putative tRNA editing enzyme ywhH BSU37480 +yopG BSU20900 2211884 2212015 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +capE BSU35870 3697639 3697806 factor required extrachromosomal elements maintenance capE // capA // capC // capB capE // capA // capC // capB +hisA BSU34880 3584317 3585054 phosphoribosylformimino-5-aminoimidazole carboxamide ribotide isomerase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +licR BSU38600 3962003 3963928 transcriptional activator of the lichenan operon licR BSU38600 +tagA BSU35750 3681370 3682140 N-acetylmannosamine (ManNAc) C4 hydroxyl of a membrane-anchored N-acetylglucosaminyl diphospholipid (GlcNAc-pp-undecaprenyl, lipid I) glycosyltransferase tagB // tagA tagB // tagA +spoIVB BSU24230 2519102 2520382 regulatory membrane-associated serine protease spoIVB BSU24230 +ydbM BSU04520 505152 506297 putative acyl-CoA dehydrogenase ydbM BSU04520 +spsO BSU07280 799240 800208 putative CDP-sugar-dehydratase/epimerase spsR // spsQ // spsP // spsO // spsN spsR // spsQ // spsP // spsO // spsN +ycbO BSU02580 281028 281714 putative Na+-driven exporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). yueC BSU31850 3266200 3266655 ESX secretion system YueC protein yueC // yueB // yukB // yukC // yukD // yukE yueC // yueB // yukB // yukC // yukD // yukE -yqbF BSU26130 2682885 2683196 hypothetical protein; skin element -yfjA BSU08170 889372 889686 conserved hypothetical protein yfjF // yfjE // yfjD // yfjC // yfjB // yfjA yfjF // yfjE // yfjD // yfjC // yfjB // yfjA -yccK BSU02770 298466 299398 putative ion channel associated aldo-keto reductase yccK BSU02770 -ytzL BSU30739 3141900 3142058 conserved protein of unknown function -ytdA BSU30850 3154735 3155553 putative UTP-glucose-1-phosphate uridylyltransferase ytdA BSU30850 +yxiT BSU39030 4007416 4007658 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqaL BSU26270 2694420 2695097 putative DNA-binding protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ftsZ BSU15290 1597832 1598980 cell-division initiation protein ftsZ // ftsA ftsZ // ftsA +dxs BSU24270 2523713 2525614 1-deoxyxylulose-5-phosphate synthase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxcD BSU39800 4087456 4087764 conserved protein of unknown function yxcD // yxcE yxcD // yxcE +infA BSU01390 147585 147803 initiation factor IF-I In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +panD BSU22410 2352592 2352975 aspartate 1-decarboxylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yczN BSU03789 430356 430469 putative spore and germination protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yokC BSU21640 2283136 2283651 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +folB BSU00780 86587 86949 dihydroneopterin aldolase lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB +yerD BSU06590 716780 718357 putative osmotic shock glutamate synthase subunit (flavoprotein subunit, ferredoxin-dependent) yerD BSU06590 +ywdH BSU37960 3896290 3897660 putative aldehyde dehydrogenase ywdH BSU37960 +yonK BSU21060 2227297 2227488 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sacY BSU38420 3943667 3944509 transcriptional antiterminator sacY // sacX sacY // sacX +ypgQ BSU21890 2303920 2304537 Mn(2+)-dependent (deoxy)ribonucleoside pyrophosphohydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yopD BSU20930 2213083 2213478 conserved membrane protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cwlD BSU01530 156612 157325 N-acetylmuramoyl-L-alanine amidase cwlD // ybaK cwlD // ybaK +BSU_18595 BSU_18595 2028665 2028784 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nin BSU03420 371729 372127 inhibitor of the DNA degrading activity of NucA (competence) nin // nucA nin // nucA +yvzF BSU33049 3390479 3390664 conserved protein of unknown function yvzF // fumC yvzF // fumC +ylaH BSU14780 1548016 1548333 conserved membrane protein of unkown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +kdgA BSU22100 2323009 2323599 2-keto-3-deoxygluconate-6-phosphate aldolase kdgT // kdgA // kdgK // kdgR kdgT // kdgA // kdgK // kdgR +yhdF BSU09450 1022231 1023100 putative NAD(P)-dependent dehydrogenase yhdF BSU09450 +opuD BSU30070 3076818 3078356 glycine betaine transporter opuD BSU30070 +trnB-Val BSU_TRNA_52 3173722 3173797 tRNA-Val trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +yomO BSU21280 2244230 2244730 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yopZ BSU20710 2201488 2201691 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +flhO BSU36400 3746279 3747091 flagellar basal-body accessory rod protein flhP // flhO // mbl // spoIIID // usd flhP // flhO // mbl // spoIIID // usd +bipA BSU14770 1546121 1547959 ribosome-associated GTPase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydcT BSU04890 536404 536670 ICEBs1 mobile element: conserved protein of unknown function yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +ydgH BSU05650 609388 612045 putative membrane component ydgH // ydgG ydgH // ydgG +mdh BSU29120 2978734 2979672 malate dehydrogenase (NAD-dependent) mdh // icd // citZ mdh // icd // citZ +recN BSU24240 2520557 2522287 factor for double strand breaks DNA repair and genetic recombination recN // ahrC recN // ahrC +bcrC BSU36530 3758547 3759128 undecaprenyl pyrophosphate phosphatase (bacitracin resistance) bcrC BSU36530 +mobA BSU14260 1495505 1496104 molybdopterin-guanine dinucleotide biosynthesis protein A In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnB-His BSU_TRNA_67 3172331 3172406 tRNA-His trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +pksG BSU17150 1789943 1791205 acetyl-S-AcpK beta-ketothioester bacillaene intermediate transferase pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC +gerQ BSU37920 3893441 3893986 inner spore coat protein gerQ BSU37920 +tboG BSU_MISC_RNA_39 2608732 2608906 T-box riboswitch controlling synthesis of glycine-tRNA ligase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cimH BSU38770 3979753 3981105 citrate/malate/H+ symporter cimH BSU38770 +spoIVCA BSU25770 2653371 2654873 site-specific DNA recombinase; skin element spoIVCA BSU25770 +yshB BSU28600 2925100 2925633 putative integral membrane protein yshB BSU28600 +ydhU BSU05890 633923 634651 ydhU // ydhU ydhU // ydhU +ftsH BSU00690 76984 78897 ATP-dependent cytoplasmic membrane protease ftsH BSU00690 +ydgF BSU05620 606699 608075 putative amino acid permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yosR BSU20030 2159742 2159984 SPbeta phage putative thiol disulfide oxidoreductase fragment In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +csrA BSU35370 3636046 3636270 carbon storage regulator fliW // csrA fliW // csrA +yybI BSU40630 4176900 4177688 inner spore coat protein yybI // yybH yybI // yybH +trnB-Gly2 BSU_TRNA_68 3172247 3172320 tRNA-Gly trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +ykuE BSU14050 1477069 1477929 exported metallophosphoesterase (Mn2+ and Zn2+) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yomT BSU21230 2241765 2241992 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hisJ BSU29620 3031614 3032420 histidinol phosphate phosphatase hisJ BSU29620 +yobN BSU19020 2074343 2075779 putative amine oxidase (flavoprotein) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykoP BSU13360 1400188 1400739 conserved hypothetical protein ykoP BSU13360 +yrdC BSU26760 2732980 2733543 putative hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tlpA BSU31250 3208280 3210268 methyl-accepting chemotaxis protein (membrane curvature dependent localisation) mcpA // tlpA mcpA // tlpA +bceB BSU30370 3109397 3111337 ABC transporter (bacitracin resistance), membrane subunit BceB bceB // bceA bceB // bceA +yrhK BSU27150 2773356 2773646 conserved protein of unknown function yrhK // oatA // rsiV // sigV yrhK // oatA // rsiV // sigV +yccF BSU02720 293499 294575 conserved protein of unknown function yccF BSU02720 +tdk BSU37060 3802405 3802992 thymidine kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ohaC BSU13960 1465733 1466599 beta-hydroxyacid dehydrogenase (acts on 3-hydroxypropionate with NADP) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +serB BSU28940 2958434 2959216 phosphoserine phosphatase serB BSU28940 +ydcS BSU04880 536096 536365 ICEBs1 mobile element: conserved protein of unknown function yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +bhlB BSU21430 2264903 2265169 holin-like protein; bacteriophage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bacB BSU37730 3872869 3873576 3-((4R)-4-hydroxycyclohexa-1, 5-dien-1-yl)-2-oxopropanoate isomerase bacF // bacE // bacD // bacC // bacB // bacA bacF // bacE // bacD // bacC // bacB // bacA +asrG BSU_misc_RNA_77 2273705 2273884 antitoxin small RNA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spsI BSU37840 3885239 3885979 glucose-1-phosphate thymidylyltransferase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA +yoqW BSU20490 2191626 2192300 putative stress-associated peptidase; putative general secretion pathway protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnD-Val BSU_TRNA_32 951869 951944 tRNA-Val trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +yugI BSU31390 3225178 3225570 putative RNA degradation protein; putative phosphorylase or nucleotidyl transferase; general stress protein yugI BSU31390 +tcyN BSU29340 3004346 3005125 S-alkyl cysteine ABC transporter ATP-binding protein TcyN ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA +ycxD BSU03560 406131 407465 putative PLP-dependent transcriptional regulator ycxD BSU03560 +ctaA BSU14870 1558034 1558954 heme a synthase ctaA BSU14870 +ppiB BSU23360 2435360 2435791 peptidyl-prolyl isomerase ppiB BSU23360 +yjcK BSU11890 1260811 1261356 putative ribosomal-protein-alanine N-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +appB BSU11390 1215243 1216193 oligopeptide ABC transporter membrane subunit AppB appC // appB // appA // appA // appF // appD appC // appB // appA // appA // appF // appD +dhbF BSU31960 3280519 3287655 holo-[DhbF non-ribosomal peptide synthase] // siderophore 2,3-dihydroxybenzoate-glycine-threonine trimeric ester bacillibactin synthetase dhbF // dhbB // dhbE // dhbC // dhbA dhbF // dhbB // dhbE // dhbC // dhbA +serS BSU00130 20880 22157 seryl-tRNA synthetase serS BSU00130 +yfkA BSU07955 868007 869128 putative Fe-S oxidoreductase, radical SAM superfamily yfkC // yfkA yfkC // yfkA +ydeC BSU05150 561514 562389 putative transcriptional regulator (AraC/XylS family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +katE BSU39050 4008143 4010203 catalase 2 yxiS // katE yxiS // katE +yqaG BSU26320 2697673 2698242 putative transcriptional regulator; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +putC BSU03210 345479 347026 1-pyrroline-5-carboxylate dehydrogenase putP // putC // putB putP // putC // putB +nosA BSU07630 836653 837744 nitric-oxide synthase yflK // nosA yflK // nosA +yotB BSU19940 2155293 2156120 putative metallo-dependent hydrolase; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rhgT BSU07020 768137 768835 rhamnogalacturonan acetylesterase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nusB BSU24320 2529267 2529662 transcription termination factor NusB folD // nusB folD // nusB +yxkF BSU38820 3985351 3986244 transcriptional regulator (regulates yxkF-msmX expression) msmX // yxkF msmX // yxkF +swrB BSU16480 1717286 1717789 coupling factor for flagellin transcription and translation swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +dgcP BSU29650 3033696 3035435 diguanylate cyclase dgcP BSU29650 +yqfU BSU25110 2592003 2592884 putative integral inner membrane protein yqfU // nfo yqfU // nfo +yjcS BSU11970 1268275 1268592 conserved hypothetical protein; phage island In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lytS BSU28930 2956486 2958267 LytS two-component sensory histidine kinase, phosphorylated // LytS two-component sensory histidine kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gerPD BSU10690 1149145 1149321 spore germination protein gerPF // gerPE // gerPD // gerPC // gerPB // gerPA gerPF // gerPE // gerPD // gerPC // gerPB // gerPA +proH BSU18480 2016845 2017738 pyrroline-5-carboxylate reductase ProH proJ // proH proJ // proH +yezG BSU06811 747079 747534 conserved hypothetical protein; HGT island In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dnaN BSU00020 1939 3075 DNA polymerase III (beta subunit) dnaN // dnaA dnaN // dnaA +yetA BSU07090 776834 779407 putative enzyme In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrzF BSU27785 2840110 2840757 putative serine/threonine-protein kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tboW BSU_MISC_RNA_6 276815 277062 T-box riboswitch specific of tryptophan tRNA ligase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sbcD BSU10640 1143577 1144752 DNA repair exonuclease hlpB // sbcC // sbcD hlpB // sbcC // sbcD +rghRB BSU33670 3457104 3457523 putative phage-like transcriptional repressor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydzQ BSU05409 587333 587476 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +argD BSU11220 1198099 1199256 N-acetylornithine aminotransferase argF // carB // carA // argD // argB // argJ // argC argF // carB // carA // argD // argB // argJ // argC +yrzB BSU27380 2797100 2797381 putative nucleic acid binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylbG BSU15000 1568924 1569196 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xylA BSU17600 1891908 1893245 xylose isomerase xylB // xylA xylB // xylA +tlpC BSU03440 372771 374492 methyl-accepting chemotaxis protein (plant colonization) tlpC BSU03440 +resA BSU23150 2420804 2421343 extracytoplasmic thioredoxin involved in cytochrome c maturation (lipoprotein) resE // resD // resC // resB // resA resE // resD // resC // resB // resA +trnB-Pro BSU_TRNA_59 3173046 3173122 tRNA-Pro trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +ykvU BSU13830 1449250 1450587 spore membrane protein involved in germination stoA // ykvU stoA // ykvU +yqxI BSU25890 2663929 2664408 hypothetical protein; skin element yqxJ // yqxI yqxJ // yqxI +pksN BSU17210 1834409 1850875 trans AT polyketide synthase of type I involved in bacillaene synthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC +yrdQ BSU26630 2721778 2722644 transcriptional regulator (LysR family) yrdQ BSU26630 +pksJ BSU17180 1792806 1807937 polyketide synthase of type I involved in nonribosomal synthesis of bacillaene pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC +yxeG BSU39560 4064536 4065093 putative integral inner membrane protein of unknown function yxeH // yxeG // yxeF yxeH // yxeG // yxeF +spoIIR BSU36970 3794676 3795350 regulator signal of pro-sigma(E) spoIIGA endopeptidase (stage II sporulation) spoIIR BSU36970 +ypiP BSU21850 2299406 2300179 putative 16S rRNA m(2)G1516 methyltransferase ypiP BSU21850 +iolQ BSU10840 1163148 1164161 transcriptional repressor of iolX (LacI family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). yflP BSU07600 833228 834187 putative tricarboxylate transporter component yflP // citT // citS yflP // citT // citS -yfmF BSU07490 822903 823703 iron-dicitrate ABC transporter (ATP-binding protein) yfmF // yfmE // yfmD // yfmC yfmF // yfmE // yfmD // yfmC -ytxH BSU29770 3047107 3047562 conserved protein of unknown function brxJ // ytxH // ytxG brxJ // ytxH // ytxG -tuaC BSU35590 3655586 3656755 putative glycosyltransferase (teichuronic acid) tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB -yerC BSU06580 716431 716745 transcriptional repressor-histidine operons yerC // yerB yerC // yerB -yjkA BSU12240 1294996 1295748 putative ABC transporter (permease) -yszA BSU28099 2869754 2869945 conserved protein of unknown function yszA BSU28099 -yxaB BSU40030 4110949 4111980 putative exopolysaccharide pyruvyl transferase (biofilm formation) yxaB // glxK yxaB // glxK -ydzU BSU06048 654071 654343 hypothetical protein; prophage 3 region -pgsA BSU16920 1762623 1763204 CDP-diacylglycerol-glycerol-3-phosphate 3-phosphatidyltransferase pgsA // rodZ pgsA // rodZ -yrzA BSU27290 2788680 2788883 conserved protein of unknown function yrzA BSU27290 -yonD BSU21130 2234233 2235669 conserved protein of unknown function; phage SPbeta -ydeI BSU05210 568345 568938 conserved hypothetical protein -yqcE BSU25930 2666884 2667048 conserved phage protein of unknown function; skin element -yrkI BSU26500 2710848 2711075 putative sulfur-carrier protein -ytlA BSU30595 3132370 3133374 putative ABC anion transporter component ytlD // ytlC // ytlA ytlD // ytlC // ytlA -ydaS BSU04370 492654 492911 conserved protein of unknown function ydaS // ydaT ydaS // ydaT -tatAD BSU02630 285775 285987 component of the twin-arginine pre-protein translocation pathway -yqzL BSU25289 2609750 2609893 conserved protein of unknown function -spsP BSU07290 800232 801143 putative glycosyltransferase spsR // spsQ // spsP // spsO // spsN spsR // spsQ // spsP // spsO // spsN -ycgL BSU03190 343578 344360 conserved protein of unknown function -hag BSU35360 3634987 3635901 flagellin protein hag BSU35360 -spoIIIL BSU24660 2555887 2556066 factor involved in sporulation spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA -yxbF BSU39850 4092695 4093837 putative transcriptional regulator yxbF BSU39850 -ybcI BSU01880 210572 210946 conserved hypothetical protein; prophage 1 region +ykzS BSU13819 1448013 1448207 conserved hypothetical protein (HGT island) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pksR BSU17220 1850890 1858521 trans AT polyketide synthase involved in nonribosomal synthesis of bacillaene pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC +csbB BSU08600 930818 931807 putative bactoprenol glycosyl transferase, phage origin csbB BSU08600 +menF BSU30830 3152302 3153717 menaquinone-specific isochorismate synthase menC // menE // menB // menH // menD // menF menC // menE // menB // menH // menD // menF +gapB BSU29020 2967032 2968054 glyceraldehyde-3-phosphate dehydrogenase (NADP-dependent, gluconeogenesis) speD // gapB speD // gapB +yfiC BSU08220 895619 897433 ABC family transporter ATP-binding/membrane protein YfiC yfiC // yfiB yfiC // yfiB +BSU_29479 BSU_29479 3016471 3016674 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xkdA BSU12500 1320570 1321166 phage PBSX; putative peptidase xkdA BSU12500 +yqhS BSU24470 2539755 2540201 3-dehydroquinate dehydratase, type II In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yabP BSU00600 68216 68518 spore protein involved in the shaping of the spore coat yabR // divIC // yabQ // yabP // rqcP // yabN // yabM yabR // divIC // yabQ // yabP // rqcP // yabN // yabM +yrvD BSU27630 2825846 2826169 conserved protein of unknown function yrvD BSU27630 +ykvQ BSU13790 1445638 1446336 putative sporulation-specific glycosylase (HGT island) ykzQ // ykvQ // ykvP ykzQ // ykvQ // ykvP +yqbJ BSU26090 2681177 2681614 conserved phage protein of unknown function; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpsJ BSU01150 135364 135672 ribosomal protein S10 (BS13); transcription antitermination factor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lytH BSU32340 3321455 3322435 sporulation-specific L-Ala-D-Glu endopeptidase lytH BSU32340 +yhjN BSU10570 1130918 1132072 putative integral inner membrane protein (recent HGT island) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). manR BSU12000 1270631 1272577 phosphorylated ManR transcription activator // transcription activator manR BSU12000 -yqkA BSU23670 2462193 2463224 conserved protein of unknown function yqkC // yqkB // yqkA // yqjZ // yqjY yqkC // yqkB // yqkA // yqjZ // yqjY -truB BSU16660 1736886 1737815 tRNA pseudouridine 55 synthase -ypfB BSU22900 2396798 2396974 conserved hypothetical protein -yonX BSU20970 2217133 2217639 conserved protein of unknown function; phage SPbeta -ypzG BSU22169 2329870 2330022 conserved protein of unknown function ypzG BSU22169 -nucB BSU25750 2652387 2652797 sporulation-specific matrix degrading exported DNase nucB BSU25750 -yokU BSU19689 2139179 2139457 conserved protein of unknown function -ytvA BSU30340 3106210 3106995 blue light GTP-binding receptor ytvA BSU30340 -yoyB BSU19259 2098102 2098329 conserved protein of unknown function yoyB BSU19259 -glnL BSU02450 266719 267663 GlnL two-component response regulator, phosphorylated // GlnL two-component response regulator -BSU_36575 BSU_36575 3761859 3761990 hypothetical protein -yesY BSU07070 774138 774791 rhamnogalacturonan acetylesterase -yoaM BSU18660 2036039 2036722 putative SOS response associated protein; defective prophage 6 -csbA BSU35180 3615116 3615346 conserved membrane protein of unknown function csbA BSU35180 -BSU_26935 BSU_26935 2751923 2752024 hypothetical protein -yxdJ BSU39660 4072284 4072973 YxdJ two-component response regulator, phosphorylated // YxdJ two-component response regulator yxdK // yxdJ yxdK // yxdJ -yndB BSU17730 1906272 1906706 regulator of stress-related ATPase (flavonoid-sensing) yndB BSU17730 -cotW BSU11770 1251273 1251590 spore coat protein (outemost layer) cotX // cotW // cotV cotX // cotW // cotV -BSU_18596 BSU_18596 2028854 2028976 conserved hypothetical protein -cheD BSU16460 1715970 1716470 sequence specific deamidase required for methylation of methyl-accepting chemotaxis proteins (MCPs) by CheR swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -ylzJ BSU16799 1751935 1752147 modulator of TepA activity (spore outgrowth) -aimR BSU20860 2208994 2210154 arbitrium peptide sensor regulator; phage SPbeta -ybbU BSU_01790 202126 202266 hypothetical protein -rpsT BSU25550 2635815 2636081 ribosomal protein S20 (BS20) rpsT BSU25550 -ylbG BSU15000 1568924 1569196 conserved hypothetical protein -ytfP BSU30060 3075367 3076629 putative NAD(FAD)-utilizing dehydrogenase -yyzG BSU40259 4137087 4137257 hypothetical protein -ybfJ BSU02250 246094 246492 putative lipoprotein +ypzJ BSU23328 2433316 2433522 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yteP BSU30135 3082260 3083225 putative rhamnogalacturonan ABC transporter membrane subunit YteP In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +epeX BSU40180 4127498 4127647 precursor of exported modified peptide (epipeptide) controlling LiaRS activity epeB // epeA // epeP // epeE // epeX epeB // epeA // epeP // epeE // epeX +mta BSU36600 3764133 3764906 transcriptional regulator regulating efflux transporters synthesis (Fur-independent bacillibactin export) mta BSU36600 ykpC BSU14460 1516339 1516473 conserved hypothetical protein ykpC // mreBH ykpC // mreBH -cotJB BSU06900 756139 756402 component of the inner spore coat yesK // yesJ // cotJC // cotJB // cotJA yesK // yesJ // cotJC // cotJB // cotJA -yxxE BSU39280 4035990 4036298 conserved protein of unknown function yxxE // rtbE // rtbD yxxE // rtbE // rtbD -hisZ BSU34930 3588185 3589360 histidyl-tRNA synthetase-like subunit of ATP phophoribosyltransferase -ykvS BSU13810 1447662 1447847 conserved protein of unknown function (HGT island) ykvS BSU13810 -yxeQ BSU39460 4055536 4056873 putative cis-aconitate decarboxylase yxeQ // sndB // yxeO // yxeN // yxeM // snaB // yxeK yxeQ // sndB // yxeO // yxeN // yxeM // snaB // yxeK -ywcI BSU38080 3907012 3907314 conserved protein of unknown function -nadF BSU11610 1237660 1238460 inorganic polyphosphate/ATP-NAD kinase (quinolate activated) -yjzJ BSU12519 1321848 1322027 phage PBSX; conserved hypothetical protein -fliL BSU16300 1701228 1701650 flagellar basal-body (stator) associated protein swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -ywmE BSU36720 3774400 3774561 conserved protein of unknown function ywmE BSU36720 -yoqA BSU20700 2201125 2201475 hypothetical protein; phage SPbeta -yjcQ BSU11950 1267129 1267413 conserved hypothetical protein; phage island yjcQ // yjcP yjcQ // yjcP -pgpH BSU25330 2612282 2614417 c-di-AMP phosphodiesterase -yvyE BSU35510 3646753 3647406 putative translation regulator yvyE // tagV yvyE // tagV -ybdK BSU02010 221950 222912 two-component system sensor histidine kinase [YbdJ] ybdK BSU02010 -yitR BSU11090 1185608 1185901 conserved protein of unknown function -ytmP BSU29920 3060674 3061288 putative kinase/phosphotransferase -yvbJ BSU33880 3474106 3475923 conserved protein of unknown function yvbJ BSU33880 -gatC BSU06670 728732 729022 glutamyl-tRNA(Gln) amidotransferase (subunit C) -yhzF BSU10009 1074381 1074572 membrane protein of unknown function yhzF BSU10009 -psdR BSU34720 3567422 3568135 two-component response regulator PsdR psdS // psdR // psdB // psdA psdS // psdR // psdB // psdA -yuzJ BSU32469 3335414 3335545 putative type I toxin -oppC BSU11450 1222533 1223450 oligopeptide ABC transporter (permease) oppF // oppD // oppC // oppB // oppA oppF // oppD // oppC // oppB // oppA -yhbB BSU08920 969162 970097 conserved hypothetical protein -ylqH BSU16080 1679977 1680258 putative flagellar biosynthesis protein -yueH BSU31780 3262009 3262257 conserved hypothetical protein -yoqR BSU20540 2194402 2194758 hypothetical protein; phage SPbeta -yfjL BSU08050 878081 878770 conserved hypothetical protein yfjL // yfjM yfjL // yfjM -yqgC BSU25030 2586221 2586703 conserved integral inner membrane protein of unknown function -ytmB BSU30570 3131152 3131394 conserved protein of unknown function ytmB BSU30570 -adaA BSU01810 203729 204364 methylphosphotriester-DNA alkyltransferase and transcriptional regulator (AraC/XylS family) adaB // adaA adaB // adaA -yfmN BSU07410 814109 814264 hypothetical protein -acuA BSU29690 3040092 3040724 protein acetyltransferase (acetylates AcsA) acuC // acuB // acuA acuC // acuB // acuA -ytfI BSU29510 3018778 3019458 conserved sporulation-related protein gerW // ytfI gerW // ytfI -purC BSU06450 701601 702326 phosphoribosylaminoimidazole succinocarboxamide synthetase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE -yebE BSU06400 697538 698092 conserved hypothetical protein -yvdT BSU34480 3540717 3541406 putative transcriptional regulator (TetR/AcrR family) -yrzT BSU27809 2841307 2841447 hypothetical protein -carA BSU11230 1199327 1200388 arginine-specific carbamoyl-phosphate synthetase (small subunit) argF // carB // carA // argD // argB // argJ // argC argF // carB // carA // argD // argB // argJ // argC -copL BSU05790 624492 625109 copper-binding protein copL BSU05790 -nupG BSU39020 4005752 4006945 purine nucleoside transporter nupG BSU39020 -yrhF BSU27210 2780525 2780893 conserved protein of unknown function -plsX BSU15890 1662547 1663548 phosphate:acyl-ACP acyltransferase fabG // fabD // plsX // fapR fabG // fabD // plsX // fapR -conC BSU04920 538061 538309 ICEBs1 mobile element: subunit of the conjugation machinery -yorH BSU20380 2183937 2184407 conserved hypothetical protein; phage SPbeta -yqcA BSU25970 2668762 2669340 putative phage tail baseplate protein; skin element -yqgX BSU24790 2564923 2565558 putative metal-binding hydrolase yqgX BSU24790 -ydaE BSU04200 472585 473088 D-lyxose ketol isomerase ydaG // ydaF // ydaE // ydaD ydaG // ydaF // ydaE // ydaD -fusA BSU01120 130684 132762 elongation factor G -ybaR BSU01580 177083 178519 putative permease -yqfO BSU25170 2597502 2598623 putative GTP cyclohydrolase -rqcH BSU15640 1636131 1637849 ribosome-associated quality control protein rqcH BSU15640 -ytxK BSU29480 3016646 3017635 putative nucleic acid methyltransferase ytxK BSU29480 -yceG BSU02930 314883 316496 putative toxic compound adaptation protein (tellurite resistance) yceH // yceG // yceF // yceE // yceD // yceC yceH // yceG // yceF // yceE // yceD // yceC -brfA BSU23540 2451148 2451363 ribosome rescue factor BrfA -ydjE BSU06170 670087 671049 putative sugar kinase (ribokinase family); prophage region 3 -yqhP BSU24500 2542047 2542442 conserved protein of unknown function yqhP // yqhQ yqhP // yqhQ -hemAT BSU10380 1112620 1113918 heme-based dioxygen sensor hemAT BSU10380 -epsH BSU34300 3521111 3522145 putative glycosyltransferase involved in biofilm formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA -cdaR BSU01760 197027 198478 regulator of diadenylate cyclase activity glmM // cdaR // cdaA glmM // cdaR // cdaA -mcpB BSU31260 3210445 3212433 methyl-accepting chemotaxis protein mcpB BSU31260 -yitJ BSU11010 1178757 1180595 bifunctional homocysteine S-methyltransferase using (R,S)AdoMet and methylenetetrahydrofolate reductase [NAD(P)H] yitJ BSU11010 -yqkE BSU23630 2460278 2460502 conserved protein of unknown function yqkE BSU23630 -yxkF BSU38820 3985351 3986244 transcriptional regulator (regulates yxkF-msmX expression) msmX // yxkF msmX // yxkF -ypzH BSU22849 2391670 2391864 conserved protein of unknown function ypzH // seaA // yphA ypzH // seaA // yphA -coaBC BSU15700 1642851 1644071 coenzyme A biosynthesis bifunctional protein CoaBC; phosphopantothenoylcysteine synthetase/decarboxylase -ypzF BSU22019 2311986 2312132 hypothetical protein -yorY BSU20210 2170309 2170491 putative nucleotide binding protein; phage SPbeta -yoyF BSU19669 2137897 2138040 hypothetical protein yoyF BSU19669 -sinI BSU24600 2552446 2552619 antagonist of SinR sinR // sinI sinR // sinI -sscB BSU_09959 1071613 1071699 spore and germination protein sscB // sscA BSU_09959 // sscA -rpsK BSU01420 148359 148754 ribosomal protein S11 (BS11) -yocB BSU19150 2086743 2087525 conserved protein of unknown function -cmoJ BSU29310 3001724 3003052 monooxygenase (S-alkyl substrates) ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA -BSU_34399 BSU_34399 3532107 3532298 hypothetical protein -tsaD BSU05940 643258 644298 tRNA(NNU) t(6)A37 threonylcarbamoyladenosine modification; glycation binding protein -yoxC BSU18510 2019421 2019726 transition-dependent and sulfur-related metabolism protein yoaA // yoxB // yoxC yoaA // yoxB // yoxC -yvfR BSU34090 3498352 3499257 putative ABC efflux transporter (ATP-binding protein) -BSU_26399 BSU_26399 2701754 2701870 hypothetical protein -dat BSU09670 1041994 1042842 D-alanine aminotransferase dat BSU09670 -yisR BSU10830 1162267 1163130 putative transcriptional regulator (AraC/XylS family) -ynaI BSU17560 1886057 1886527 conserved hypothetical protein; defective phage region -alaT BSU31400 3225772 3226932 putative aspartate aminotransferase -yxlH BSU38640 3966745 3967947 putative transporter -BSU_17715 BSU_17715 1905637 1905774 hypothetical protein -alrA BSU04640 517372 518541 D-alanine racemase -pyrB BSU15490 1620476 1621390 aspartate carbamoyltransferase pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR -ylqD BSU16010 1674259 1674645 conserved hypothetical protein -xepA BSU12780 1345839 1346678 phage PBSX; lytic exoenzyme -nrdFB BSU20040 2159981 2161778 phage SPbeta ribonucleoside diphosphate reductase -yyaL BSU40820 4191198 4193267 conserved hypothetical protein yyaL BSU40820 -yueB BSU31860 3266687 3269917 ESX secretion system; calcium-dependent phage SPP1 attachment site yueC // yueB // yukB // yukC // yukD // yukE yueC // yueB // yukB // yukC // yukD // yukE -spoIIIAG BSU24370 2533010 2533699 stage III sporulation engulfment assembly protein spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV +ypzI BSU22869 2393428 2393559 putative sporulation-related protein ypzI BSU22869 +yqjZ BSU23680 2463217 2463561 putative degradation enzyme (oxygenase) yqkC // yqkB // yqkA // yqjZ // yqjY yqkC // yqkB // yqkA // yqjZ // yqjY +qdoI BSU39980 4106245 4107258 quercetin dioxygenase yxaH // qdoI yxaH // qdoI +etfA BSU28520 2915365 2916342 electron transfer flavoprotein (alpha subunit) etfA // etfB // fadB // fadR // lcfA etfA // etfB // fadB // fadR // lcfA +pucK BSU32440 3331857 3333149 uric acid permease subunit pucM // pucL // pucK // pucJ // pucR pucM // pucL // pucK // pucJ // pucR +hutH BSU39350 4042051 4043577 histidine ammonia-lyase (histidase) hutM // hutG // hutI // hutU // hutH // hutP hutM // hutG // hutI // hutU // hutH // hutP +hisD BSU34910 3586271 3587554 histidinol dehydrogenase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fruK BSU14390 1508330 1509241 fructose-1-phosphate kinase fruA // fruK // fruR fruA // fruK // fruR +wprA BSU10770 1153789 1156473 cell wall-associated protease wprA BSU10770 +tagO BSU35530 3648654 3649730 UDP-N-acetylglucosamine:undecaprenyl-P N-acetylglucosaminyl-1-P transferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydeG BSU05190 566211 567503 putative permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydbJ BSU04490 502908 503834 putative ABC efflux transporter ATP-binding subunit YdbJ In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yyzE BSU40120 4122619 4122849 glucose phosphotransferase system enzyme IIA component bglA // yyzE bglA // yyzE +ubiD BSU03640 413157 414578 promiscuous phenolic acid decarboxylase subunit; 1,4-dihydroxy-2-naphtoate-heptaprenyl diphosphate decarboxylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yneQ BSU18050 1931215 1931514 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfiF BSU08250 898961 899905 putative transcriptional regulator (AraC/XylS family; cupin family) yfiF BSU08250 +xkdC BSU12530 1322750 1323550 phage PBSX; putative DNA binding protein ykzK // xtrA // xkdD // xkdC // xkdB ykzK // xtrA // xkdD // xkdC // xkdB +trnI-Gly BSU_TRNA_25 165959 166033 tRNA-Gly In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +atpE BSU36860 3786620 3786832 ATP synthase (subunit c, component F0) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI +spoVV BSU15030 1570574 1571800 dipicolinic acid transporter (to the spore) spoVV BSU15030 +lytC BSU35620 3659119 3660609 N-acetylmuramoyl-L-alanine amidase (major autolysin) lytC // lytB // lytA lytC // lytB // lytA +ytrI BSU29240 2995094 2995597 protein involved in sporulation ytrI // ytrH ytrI // ytrH +yjjA BSU12230 1294138 1294950 putative enzyme yjjA BSU12230 +queF BSU13750 1441291 1441788 NADPH-dependent 7-cyano-7-deazaguanine reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +kapB BSU31460 3231399 3231785 factor required for KinB signal transduction and activation of the phosphorelay to sporulation kapB // kinB kapB // kinB +hxlB BSU03450 374603 375160 6-phospho-3-hexuloisomerase (PHI) hxlB // hxlA hxlB // hxlA +jag BSU41030 4213200 4213826 SpoIIIJ-associated RNA/ssDNA-binding protein jag // spoIIIJ jag // spoIIIJ +eglS BSU18130 1940625 1942124 endo-1,4-beta-glucanase eglS BSU18130 +gerBC BSU35820 3691372 3692496 lipoprotein component of the germination receptor B gerBC // gerBB // gerBA gerBC // gerBB // gerBA +slrA BSU38229 3923319 3923477 anti-repressor of SlrR In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvaM BSU33640 3455472 3456242 putative hydrolase yvaM BSU33640 +etfB BSU28530 2916378 2917151 electron transfer flavoprotein (beta subunit) etfA // etfB // fadB // fadR // lcfA etfA // etfB // fadB // fadR // lcfA +thyA BSU17680 1902219 1903058 thymidylate synthase A (phage origin) thyA BSU17680 +yqhQ BSU24490 2541051 2542007 conserved protein of unknown function yqhP // yqhQ yqhP // yqhQ +yonV BSU20980 2217967 2219199 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +citS BSU07580 830945 832573 CitS two-component sensory histidine kinase, phosphorylated // CitS two-component sensory histidine kinase yflP // citT // citS yflP // citT // citS +feuB BSU01620 181347 182351 ferri-bacillibactin permease ybbA // feuC // feuB // feuA ybbA // feuC // feuB // feuA +glnQ BSU27430 2802358 2803086 putative L-glutamine ABC transporter ATP-binding protein glnP // glnM // glnH // glnQ glnP // glnM // glnH // glnQ +yitT BSU11120 1188689 1189531 putative integral membrane protein yitT BSU11120 +ypjC BSU22510 2360630 2361502 putative integral inner membrane protein ypjC BSU22510 +yoaR BSU18720 2041928 2042839 putative factor for cell wall maintenance or synthesis yoaR BSU18720 +glyQ BSU25270 2607762 2608649 glycyl-tRNA synthetase (alpha subunit) glyS // glyQ glyS // glyQ +secDF BSU27650 2826900 2829113 protein-export membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydeN BSU05260 573452 574024 putative alpha/beta hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoaO BSU18680 2038902 2039390 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gatC BSU06670 728732 729022 glutamyl-tRNA(Gln) amidotransferase (subunit C) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tswD BSU_MISC_RNA_11 955655 955762 thiamine pyrophosphate riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sspN BSU18020 1930264 1930410 small acid-soluble spore protein tlp // sspN tlp // sspN +ansR BSU23590 2456990 2457340 transcriptional regulator of ansAB (Xre family) ansR BSU23590 +cysP BSU15580 1631095 1632159 sulfate permease sirC // sirB // sumT // cysC // sat // cysP // cysH sirC // sirB // sumT // cysC // sat // cysP // cysH +ipi BSU11130 1189646 1190005 intracellular proteinase inhibitor BsuPI ipi BSU11130 ylbC BSU14960 1566379 1567419 protein involved in spore germination ylbC // ylbB ylbC // ylbB -yosA BSU20190 2169807 2169926 putative type I toxin; phage SPbeta yosA BSU20190 -rplX BSU01270 140857 141168 ribosomal protein L24 (BL23) -yydC BSU40210 4132338 4132736 conserved hypothetical protein -yomS BSU21240 2242056 2242412 putative phage-related lytic exoenzyme; phage SPbeta -phoP BSU29110 2977800 2978522 PhoP two-component response regulator, phosphorylated // PhoP two-component response regulator phoR // phoP phoR // phoP -ykuS BSU14200 1490939 1491184 conserved hypothetical protein -yvcJ BSU34770 3571501 3572388 GTPase possibly involved in regulator sRNA degradation -ydhF BSU05730 619321 620031 putative phosphate-starvation lipoprotein ydhF // phoB ydhF // phoB -yxiH BSU39180 4020977 4021306 conserved protein of unknown function -amtB BSU36510 3756790 3758004 ammonium transporter glnK // amtB glnK // amtB -tpiA BSU33920 3479405 3480166 triose phosphate isomerase eno // pgm // tpiA // pgk // gapA // cggR eno // pgm // tpiA // pgk // gapA // cggR -ykzE BSU13510 1417719 1417895 conserved protein of unknown function -yvcI BSU34780 3572413 3572889 RNA pyrophosphohydrolase -sbcC BSU10650 1144749 1148141 DNA ATP-dependent repair enzyme hlpB // sbcC // sbcD hlpB // sbcC // sbcD -ywdK BSU37930 3894030 3894401 conserved membrane protein ywdK // ywdJ // ywdI ywdK // ywdJ // ywdI -raeA BSU00970 116025 116537 ribosome-dependent mRNA endonuclease raeA // rlmB // mrnC // cysS // cysE // gltX raeA // rlmB // mrnC // cysS // cysE // gltX -tyrZ BSU38460 3947158 3948399 tyrosyl-tRNA synthetase tboYB // ywaE // tyrZ tboYB // ywaE // tyrZ -yjiA BSU12200 1290675 1290953 hypothetical protein yjiA BSU12200 -folB BSU00780 86587 86949 dihydroneopterin aldolase lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB -sbp BSU15270 1595935 1596300 putative integral inner membrane protein (small basic protein) sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE -ywpF BSU36330 3741182 3741592 conserved protein of unknown function ywpF BSU36330 -dapG BSU16760 1747123 1748337 aspartokinase I (alpha and beta subunits) dapA // dapG // asd // spoVFB // spoVFA dapA // dapG // asd // spoVFB // spoVFA -yotJ BSU19860 2153440 2153652 hypothetical protein; phage SPbeta -yjzF BSU11928 1265530 1265661 conserved hypothetical protein -proH BSU18480 2016845 2017738 pyrroline-5-carboxylate reductase ProH proJ // proH proJ // proH -yqiI BSU24190 2514979 2515599 N-acetylmuramoyl-L-alanine amidase yqiK // yqiI // yqiH yqiK // yqiI // yqiH -yviE BSU35390 3636716 3637291 conserved protein of unknown function -proG BSU12910 1359454 1360272 redundant pyrroline-5-carboxylate reductase proG BSU12910 -rpsL BSU01100 129702 130118 ribosomal protein S12 (BS12) -yitM BSU11040 1182448 1183032 toxin of the YitM-YitQ toxin-antitoxin system yitM // yitO // yitP yitM // yitO // yitP -mdxF BSU34600 3553206 3554513 maltodextrin ABC transport system (permease) -yscB BSU28890 2953795 2954460 putative lipoprotein yscB BSU28890 -yvrJ BSU33239 3410007 3410345 factor involved in oxalate decarboxylase expression yvrJ BSU33239 -opuBD BSU33700 3459806 3460486 choline ABC transporter (permease) opuBD // opuBC // opuBB // opuBA opuBD // opuBC // opuBB // opuBA -ydfO BSU05490 597114 598052 putative dioxygenase ydfP // ydfN // ydfO ydfP // ydfN // ydfO +ypiA BSU22590 2366347 2367618 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypuF BSU23230 2426867 2427391 conserved protein of unknown function ypuF BSU23230 +yxiJ BSU39150 4019625 4019921 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ppsD BSU18310 1964045 1974856 nonribosomal plipastatin synthetase D involved in synthesis of plipastatin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +suhB BSU14670 1537441 1538238 inositol monophosphatase / 5' nucleotidase (purine nucleoside monophosphate) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bsaA BSU21900 2304553 2305035 bacillithiol peroxidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +scr BSU_MISC_RNA_2 26379 26732 small cytoplasmic RNA (scRNA, 4.5S RNA), signal recognition particle-like (SRP) component scr // tadA scr // tadA +yunF BSU32390 3325917 3326765 conserved protein of unknown function yunD // yunE // yunF // yunG yunD // yunE // yunF // yunG +yfkR BSU07780 847498 848652 putative spore germination protein yfkT // yfkS // yfkR // yfkQ yfkT // yfkS // yfkR // yfkQ +yunG BSU32400 3326803 3327150 conserved protein of unknown function yunD // yunE // yunF // yunG yunD // yunE // yunF // yunG +xylB BSU17610 1893396 1894895 xylulose kinase xylB // xylA xylB // xylA +tufA BSU01130 132882 134072 elongation factor Tu In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fhuG BSU33300 3416212 3417222 iron(III) hydroxamate ABC transporter membrane subunit FhuG In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +queE BSU13740 1440542 1441273 CDG synthase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhdB BSU09350 1010984 1011226 conserved hypothetical protein yhdB BSU09350 +yteU BSU30090 3078643 3079311 putative membrane enzyme for rhamnogalaturonan degradation In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +oppC BSU11450 1222533 1223450 oligopeptide ABC transporter membrane subunit OppC oppF // oppD // oppC // oppB // oppA oppF // oppD // oppC // oppB // oppA +nusA BSU16600 1732281 1733396 intrinsic transcription termination factor NusA rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS +thiU BSU13240 1391040 1391642 thiamine-binding protein (oxidation stress protein) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yusV BSU32940 3379112 3379939 iron(III)-siderophore transporter (ATP binding component) yusV BSU32940 +fliG BSU16220 1694119 1695135 flagellar motor switching and energizing component swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +ywmC BSU36740 3775653 3776336 putative exported protein ywmC BSU36740 +ytcA BSU30860 3155725 3157011 putative UDP-glucose dehydrogenase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypbG BSU22980 2404249 2405028 putative phosphoesterase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ackA BSU29470 3015111 3016298 acetate kinase ackA BSU29470 +miaA BSU17330 1866389 1867333 tRNA isopentenylpyrophosphate transferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yknW BSU14340 1503582 1504277 putative transporter (SDP resistance) accessory component YknW yknZ // yknY // yknX // yknW yknZ // yknY // yknX // yknW +yjmC BSU12320 1303423 1304436 putative oxidoreductase uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC +yocC BSU19160 2087696 2088193 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybbU BSU_01790 202126 202266 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yveF BSU34420 3533196 3533288 hypothetical protein padC // yveG // yveF padC // yveG // yveF +aroH BSU22690 2377632 2378015 chorismate mutase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypbB BSU23030 2408405 2409463 subunit of the platform for genome maintenance machinery In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nrdEB BSU20060 2162108 2165614 SPbeta phage ribonucleoside reductase alpha (large) subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +amyX BSU29930 3061651 3063807 pullulanase amyX BSU29930 +yfhK BSU08570 928803 929321 putative exported protein yfhM // yfhL // yfhK yfhM // yfhL // yfhK +BSU_02785 BSU_02785 300525 300656 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). yhaZ BSU09810 1055143 1056216 conserved hypothetical protein yhaZ BSU09810 -opuBB BSU33720 3461435 3462088 choline ABC transporter (permease) opuBD // opuBC // opuBB // opuBA opuBD // opuBC // opuBB // opuBA -yvaQ BSU33690 3458066 3459766 putative methyl-accepting transducer +pheS BSU28640 2929438 2930472 phenylalanyl-tRNA synthetase (alpha subunit) pheS // pheT pheS // pheT +yhjE BSU10480 1121550 1122173 putative integral membrane protein sipV // yhjE sipV // yhjE +feuC BSU01610 180344 181354 iron-uptake protein ybbA // feuC // feuB // feuA ybbA // feuC // feuB // feuA +yhcG BSU09070 981604 982302 putative ABC efflux transporter ATP-binding protein YhcG yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI +fadR BSU28550 2917957 2918541 transcriptional regulator of fatty acids degradation [FadR-long-chain (C14-C20) acyl-CoAs] etfA // etfB // fadB // fadR // lcfA etfA // etfB // fadB // fadR // lcfA +cwlC BSU17410 1872812 1873579 N-acetylmuramoyl-L-alanine amidase (sporulation-specific) cwlC BSU17410 +trnD-Asn BSU_TRNA_29 951582 951656 tRNA-Asn trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +sunI BSU21490 2269988 2270305 protein of immunity to sublancin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +wapI BSU39220 4023054 4023482 antitoxin of WapA tRNase wapI // wapA wapI // wapA +opuCB BSU33820 3469184 3469837 glycine betaine/carnitine/choline/choline sulfate ABC transporter, membrane subunit OpuCB opuCD // opuCC // opuCB // opuCA opuCD // opuCC // opuCB // opuCA +yopX BSU20730 2201980 2202384 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nagA BSU35010 3595356 3596546 N-acetylglucosamine-6-phosphate deacetylase nagR // nagB // nagA nagR // nagB // nagA +yhdP BSU09550 1032063 1033397 putative magnesium efflux pump In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +srfAA BSU03480 376968 387731 surfactin synthetase srfAD // srfAC // comS // srfAB // srfAA srfAD // srfAC // comS // srfAB // srfAA +sndB BSU39470 4056870 4058012 N-acetyl-sulfur-metabolite deacetylase yxeQ // sndB // yxeO // yxeN // yxeM // scmL // scmK yxeQ // sndB // yxeO // yxeN // yxeM // scmL // scmK +ycbD BSU02470 268846 270312 2,5-dioxovalerate dehydrogenase (alpha-ketoglutaric semialdehyde dehydrogenase) ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC +yvgM BSU33390 3426026 3426718 molybdenum transport permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +frlM BSU32580 3347919 3348821 fructosylamine ABC transporter membrane subunit FrlM frlD // frlM // frlN // frlO // frlB // yurQ // yurR frlD // frlM // frlN // frlO // frlB // yurQ // yurR +xylR BSU17590 1890512 1891666 transcriptional regulator xylR BSU17590 +rlbA BSU00030 3206 3421 RNA binding protein involved in ribosome maturation gyrB // remB // recF // rlbA gyrB // remB // recF // rlbA +cotF BSU40530 4167110 4167592 spore coat protein cotF BSU40530 +ywlG BSU36910 3790644 3791186 conserved protein of unknown function ywlG // ywlF ywlG // ywlF +comEB BSU25580 2639877 2640446 dCMP deaminase associated to DNA transport (competence) comEC // comEB // comEA comEC // comEB // comEA +gmk BSU15680 1641949 1642563 guanylate kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ynxB BSU17470 1880087 1880377 putative phage protein; defective, phage region ynxB BSU17470 +metS BSU00380 45633 47627 methionyl-tRNA synthetase metS BSU00380 +yqbC BSU26160 2685162 2685815 conserved phage protein of unknown function; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sfp BSU03569 407460 407627 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ymaD BSU17280 1864225 1864677 putative peroxiredoxin-related protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pucD BSU32480 3336263 3338500 xanthine dehydrogenase, substrate and molybdenum cofactor subunit pucE // pucD // pucC // pucB // pucA pucE // pucD // pucC // pucB // pucA +licC BSU38580 3960192 3961550 phosphotransferase system (PTS) lichenan-specific enzyme IIC component licH // licA // licC // licB licH // licA // licC // licB +tatAD BSU02630 285775 285987 component of the twin-arginine pre-protein translocation pathway In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhcH BSU09080 982319 983236 putative ABC efflux transporter ATP-binding protein YhcH yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI +ytjA BSU30680 3138097 3138324 membrane protein insertion efficiency factor ytjA BSU30680 +yvfS BSU34080 3497614 3498351 putative ABC efflux transporter membrane protein YvfS In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ysmA BSU28420 2905067 2905510 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yukC BSU31890 3274462 3275817 ESX secretion system YukC protein yueC // yueB // yukB // yukC // yukD // yukE yueC // yueB // yukB // yukC // yukD // yukE +yyaP BSU40760 4186608 4187174 putative oxidoreductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +malK BSU31520 3237157 3238758 YufL two-component sensory histidine kinase, modified // YufL two-component sensory histidine kinase malK // malR malK // malR +ahpC BSU40090 4118950 4119513 alkyl hydroperoxide reductase (small subunit) ahpF // ahpC ahpF // ahpC +ywbF BSU38340 3934358 3935557 putative sugar permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhbE BSU08950 971374 972087 bactofilin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sucD BSU16100 1681617 1682519 succinyl-CoA synthetase (alpha subunit) sucD // sucC sucD // sucC +rnmV BSU00410 50087 50647 ribonuclease M5 ksgA // rnmV ksgA // rnmV +yfkD BSU07930 866331 867125 conserved hypothetical protein yfkD // chaA yfkD // chaA +pyaA BSU_MISC_RNA_26 1618161 1618277 pyrimidine biosynthesis operon attenuator pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR +ycgL BSU03190 343578 344360 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoIIT BSU36770 3779293 3780033 sporulation protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfhP BSU08620 934457 935440 putative membrane hydrolase yfhP BSU08620 +cssS BSU33020 3386398 3387753 CssS two-component sensory histidine kinase, phosphorylated // CssS two-component sensory histidine kinase cssS // cssR cssS // cssR +ycgK BSU03170 341492 342466 putative transcriptional regulator (LysR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tswC BSU_MISC_RNA_51 3179105 3179206 thiamine pyrophosphate riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lplD BSU07130 782958 784298 α-galacturonidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxkD BSU38840 3987927 3988763 guanidinium exporter yxkD BSU38840 +bslA BSU31080 3187503 3188048 biofilm hydrophobic layer component In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tagC BSU35770 3683438 3684766 putative polyglycerol phosphate assembly and export protein (teichoic acid biosynthesis) tagC BSU35770 +czcD BSU26650 2723892 2724827 potassium/proton-divalent cation antiporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +purN BSU06510 708010 708597 phosphoribosylglycinamide formyltransferase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE +yoxC BSU18510 2019421 2019726 transition-dependent and sulfur-related metabolism protein yoaA // yoxB // yoxC yoaA // yoxB // yoxC +yxzG BSU39170 4020455 4020907 putative nucleic acid binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rbsA BSU35940 3703682 3705163 ribose ABC transporter ATP-binding protein rbsB // rbsC // rbsA // rbsD // rbsK // rbsR rbsB // rbsC // rbsA // rbsD // rbsK // rbsR +rarA BSU27530 2812336 2813601 DNA-dependent ATPase active at replication forks rarA BSU27530 +yncE BSU17650 1899589 1900050 putative prophage protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykwD BSU13970 1466638 1467411 conserved hypothetical protein ykwD BSU13970 +yvcD BSU34810 3576165 3577619 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +odhB BSU19360 2107505 2108758 2-oxoglutarate dehydrogenase complex (dihydrolipoamide transsuccinylase, E2 subunit) odhB // odhA odhB // odhA +yxeN BSU39490 4058791 4059465 putative ABC transporter membrane subunit YxeN yxeQ // sndB // yxeO // yxeN // yxeM // scmL // scmK yxeQ // sndB // yxeO // yxeN // yxeM // scmL // scmK +pucR BSU32420 3328762 3330357 transcriptional regulator of the purine degradation operon pucM // pucL // pucK // pucJ // pucR pucM // pucL // pucK // pucJ // pucR yutD BSU32310 3319286 3319561 conserved protein of unknown function yutF // yutE // yutD yutF // yutE // yutD -melD BSU30280 3099123 3100034 α-galactoside ABC transporter membrane subunit MelD melC // melD // melE // melR // melA melC // melD // melE // melR // melA -yhjE BSU10480 1121550 1122173 putative integral membrane protein sipV // yhjE sipV // yhjE -ygzA BSU08770 954291 954494 conserved protein of unknown function ygzA BSU08770 -mdxG BSU34590 3552369 3553205 maltodextrin ABC transporter (permease) -efeB BSU38260 3926682 3927932 peroxidase converting ferric iron into ferrous iron efeB // efeO // efeU efeB // efeO // efeU -yugE BSU31430 3228431 3228691 conserved protein of unknown function yugE BSU31430 -melC BSU30290 3100031 3100861 α-galactoside ABC transporter membrane subunit MelC melC // melD // melE // melR // melA melC // melD // melE // melR // melA -rpmF BSU15080 1575804 1575983 ribosomal protein L32 -yfjT BSU07970 869273 869458 conserved hypothetical protein yfjT BSU07970 -cypX BSU35060 3602588 3603805 cyclo-L-leucyl-L-leucyl dipeptide oxidase cypX // yvmC cypX // yvmC -kamA BSU19690 2139454 2140869 lysine 2,3-aminomutase -yezD BSU07190 787715 787882 conserved hypothetical protein -yvmC BSU35070 3603821 3604567 cyclodipeptide synthase (tRNA-dependent), pulcherimminic acid precursor cypX // yvmC cypX // yvmC -bmrR BSU24020 2495898 2496734 transcriptional regulator (MerR family) bmrR // bmr // bmrU bmrR // bmr // bmrU -ytoI BSU29270 2997301 2998620 conserved protein of unknown function ytoI BSU29270 -yacL BSU00890 108674 109774 putative membrane protein possibly involved in RNA binding ispF // ispD // yacL ispF // ispD // yacL -yeaD BSU06340 689146 690342 conserved hypothetical protein -cstA BSU28710 2936382 2938178 carbon starvation-induced membrane protein -yrbF BSU27700 2832424 2832690 component of the preprotein translocase -ydeR BSU05310 576946 578133 putative efflux transporter ydeR BSU05310 -ydgB BSU05570 602441 602713 conserved hypothetical protein; putative germination protein cotP // ydgA // ydgB cotP // ydgA // ydgB -iolW BSU33530 3444329 3445405 scyllo-inositol 2-dehydrogenase (NADP(+)-dependent) iolW BSU33530 -tuaA BSU35610 3658407 3658892 tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB -yraE BSU26980 2754607 2754804 putative spore coat protein yraD // yraE // adhB // yraF // yraG yraD // yraE // adhB // yraF // yraG -lcfB BSU10270 1100980 1102521 long-chain fatty-acid-CoA ligase (degradative) lcfB BSU10270 -yoyK BSU21599 2278340 2278456 -ydcG BSU04760 524782 525222 conserved protein of unknown function pamR // ydcG // ydcF pamR // ydcG // ydcF -ywcH BSU38100 3910302 3911303 putative monooxygenase ywcH // nfrA ywcH // nfrA -ydzW BSU06083 659129 659221 +yddF BSU04950 541248 541574 ICEBs1 mobile element: conserved protein of unknown function yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +yfmP BSU07390 812140 812562 transcriptional regulator (MerR family) of metal (copper) efflux transporter expression yfmO // yfmP yfmO // yfmP +rrnE-23S BSU_RRNA_12 637155 640082 ribosomal RNA-23S In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykuO BSU14160 1487504 1488397 conserved hypothetical protein ykuP // ykuO // ykuN ykuP // ykuO // ykuN +abrB BSU00370 44848 45138 transcriptional regulator for transition state genes (AbrB-SurF) abrB BSU00370 +ygzD BSU08899 966671 966871 putative HTH-type transcriptional regulator ygzD // ygaO ygzD // ygaO +ypbD BSU23010 2406293 2406862 conserved membrane protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ddl BSU04560 508248 509312 D-alanyl-D-alanine ligase A In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yybJ BSU40620 4175869 4176525 putative ATP-binding cassette subunit of transporter yybJ // yybK // yybL // yybM // yybN yybJ // yybK // yybL // yybM // yybN +bstF BSU13070 1375260 1375787 bacillithiol S-transferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxiP BSU39090 4013795 4014475 putative lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykfC BSU12990 1367941 1368831 gamma-D-glutamyl-L-diaminoacid endopeptidase ykfD // ykfC // ykfB // ykfA ykfD // ykfC // ykfB // ykfA +yaaR BSU00300 40213 40653 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sigG BSU15330 1605630 1606412 RNA polymerase sporulation-specific sigma factor (sigma-G) sigG // sigE // spoIIGA sigG // sigE // spoIIGA +snaA BSU29390 3008249 3008785 S-alkylcysteine N-acetyl transferase ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA +adeC BSU14520 1521351 1523084 adenine deaminase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +comQ BSU31710 3256008 3256907 isoprenyl transferase (pre-ComX modification) comX // comQ comX // comQ +trpB BSU22640 2372304 2373506 tryptophan synthase (beta subunit) aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE +gltT BSU10220 1096560 1097849 proton/sodium-glutamate (aspartate) symport permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mdr BSU03070 332441 333979 multidrug-efflux transporter mdr BSU03070 +ywcB BSU38230 3923920 3924228 subunit of acetate transporter as a volatile signal for biofilm formation In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mntB BSU30760 3144267 3145019 Mn2+ ABC transporter ATP-binding protein mntD // mntC // mntB // mntA mntD // mntC // mntB // mntA +yitF BSU10970 1174861 1175976 putative enolase superfamily enzyme (isomerase / dehydratase) yitF // yitG yitF // yitG +ykoQ BSU13370 1400767 1401579 putative metallophosphoesterase ykoQ BSU13370 +parB BSU40960 4205556 4206404 site-specific DNA-binding protein parB // parA parB // parA +abfA BSU28720 2938330 2939832 α-L-arabinofuranosidase 1 abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA +bkdB BSU24030 2496796 2498070 branched-chain alpha-keto acid dehydrogenase E2 subunit (lipoamide acyltransferase) bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb +ylbB BSU14950 1565849 1566295 putative enzyme ylbC // ylbB ylbC // ylbB +spoIIGA BSU15310 1603779 1604708 protease processing pro-sigma-E sigG // sigE // spoIIGA sigG // sigE // spoIIGA +yqjA BSU23950 2489535 2490503 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +walK BSU40400 4151853 4153688 WalK two-component sensory histidine kinase, phosphorylated // WalK two-component sensory histidine kinase htrC // walJ // walI // walH // walK // walR htrC // walJ // walI // walH // walK // walR +yetK BSU07210 788636 789628 putative efflux transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yetO BSU07250 792682 795867 bifunctional P-450/NADPH-P450 reductase 1 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sunS BSU21450 2265668 2266936 sublancin glycosyltransferase; phage SPbeta sunA // bdbB // sunS // bdbA // sunT sunA // bdbB // sunS // bdbA // sunT +yezC BSU06540 711456 711875 putative transcriptional regulator (Lrp/AsnC family) yezC BSU06540 +ydjJ BSU06220 674832 675857 putative membrane associated potassium channel; prophage region 3 ydjJ BSU06220 +rbsB BSU35960 3706145 3707062 ribose ABC transporter substrate-binding lipoprotein rbsB // rbsC // rbsA // rbsD // rbsK // rbsR rbsB // rbsC // rbsA // rbsD // rbsK // rbsR +trxB BSU34790 3573207 3574157 thioredoxin reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybdJ BSU02000 221258 221929 two-component system response regulator [YbdK] In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mtlD BSU03990 451618 452739 mannitol-1-phosphate 5-dehydrogenase mtlF // mtlD // mtlA mtlF // mtlD // mtlA +flgL BSU35400 3637338 3638234 flagellar hook-filament junction protein flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA +trnB-Glu BSU_TRNA_72 3171879 3171950 tRNA-Glu trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +rsbS BSU04680 520237 520602 antagonist of RsbT rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV +yqiG BSU24210 2516440 2517558 putative NADH-dependent flavin oxidoreductase yqiG BSU24210 +yodT BSU19740 2144356 2145690 putative aminovalerate aminotransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +acuB BSU29700 3040751 3041395 component of the acetyl-coenzyme A synthetase regulation pathway acuC // acuB // acuA acuC // acuB // acuA +xkdE BSU12590 1327195 1328682 phage PBSX; phage capsid portal protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA +cysJ BSU33440 3432339 3434156 assimilatory sulfite reductase (flavoprotein alpha-subunit) cysI // cysJ cysI // cysJ +ykoI BSU13270 1394004 1394684 conserved membrane protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +skfC BSU01935 215404 216894 sporulation killing factor biosynthesis and export skfH // skfG // skfF // skfE // skfC // skfB // skfA skfH // skfG // skfF // skfE // skfC // skfB // skfA +yokI BSU21580 2275706 2277421 putative RNase; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +licH BSU38560 3958516 3959844 6-phospho-beta-glucosidase licH // licA // licC // licB licH // licA // licC // licB +yplP BSU21780 2294286 2295281 transcriptional enhancer involved in BCAA homeostasis In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqfO BSU25170 2597502 2598623 putative GTP cyclohydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yobB BSU18820 2050689 2050952 putative transcriptional regulator from bacteriophage; putative defective prophage 6 yobB BSU18820 +yhcO BSU09165 989712 990680 putative exported protein (sporulation germination island) yhcO BSU09165 yqeB BSU25740 2651632 2652354 conserved protein of unknown function yqeB BSU25740 -glsB BSU14830 1551385 1552314 L-glutamine amidohydrolase; glutaminase -ydzS BSU05343 581228 581329 -ycsI BSU04070 459049 459822 putative D-5-oxoproline epimerase pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC -norM BSU19440 2119393 2120751 Na+-driven efflux MatE family protein -BSU_11798 BSU_11798 1252558 1252791 protein remnant -yqfX BSU25080 2590282 2590671 conserved protein of unknown function expressed in germinating spores yqfX BSU25080 -yqjP BSU23790 2471787 2472746 putative metal-dependent hydrolase yqjT // coaA // dsdA // yqjQ // yqjP yqjT // coaA // dsdA // yqjQ // yqjP -swrAA BSU35230 3621618 3621956 -ycbR BSU02610 283003 283734 conserved protein of unknown function ycbR BSU02610 -hslO BSU00710 79880 80755 disulfide bond chaperone (heat shock protein HSP33) -yoyA BSU18979 2069262 2069561 -yqhY BSU24330 2529926 2530333 modulator of lipid biosynthesis yqhY // accC // accB yqhY // accC // accB -etfA BSU28520 2915365 2916342 electron transfer flavoprotein (alpha subunit) etfA // etfB // fadB // fadR // lcfA etfA // etfB // fadB // fadR // lcfA -ydzW BSU06077 658615 658758 -ybbC BSU01650 185194 186438 conserved protein of unknown function -ydzE BSU05140 561180 561416 putative permease -yyzL BSU40579 4172387 4172536 -ypzD BSU23350 2435012 2435224 putative germination protein ypzD BSU23350 -yvsG BSU33350 3421772 3422254 putative membrane hydrolase -yrdD BSU26750 2732747 2732881 -ypiB BSU22580 2365736 2366275 conserved protein of unknown function -ecsB BSU10050 1078176 1079402 ABC transporter (permease subunit) -ynzJ BSU17678 1901612 1901737 -ypzA BSU21950 2308495 2308764 putative spore coat protein ypzA BSU21950 -spsB BSU37900 3890922 3892346 putative dTDP glycosyl/glycerophosphate transferase or transport spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA -ydzW BSU06073 657793 658062 -yoyE BSU19639 2136373 2136498 conserved hypothetical protein yoyE BSU19639 -rpoY BSU14540 1524791 1525000 RNA polymerase (epsilon subunit) rnjA // rpoY rnjA // rpoY -yyzI BSU40573 4171396 4171635 -BSU_19745 BSU_19745 2145671 2145826 conserved hypothetical protein -rtbI BSU19220 2094010 2095785 ATP-dependent helicase -yrzN BSU26559 2714590 2714805 -yozJ BSU18900 2060237 2060692 hypothetical protein yozJ BSU18900 -mleA BSU23550 2451463 2452782 catabolic NAD-dependent malic enzyme (conversion of malate into pyruvate) -ymfK BSU16900 1761302 1761640 -BSU_31289 BSU_31289 3214212 3214346 hypothetical protein -ctc BSU00520 58783 59397 ribosomal protein BL25 (Ctc), binding 5S RNA ctc // prs // gcaD ctc // prs // gcaD -ydzT BSU06037 652511 652720 -ynfC BSU18110 1938066 1938476 conserved hypothetical protein ynfC BSU18110 -ysnE BSU28330 2898292 2898747 putative indole acetic acid N-acetyltransferase ysnE BSU28330 -BSU_26829 BSU_26829 2740517 2740678 -BSU_25565 BSU_25565 2637179 2637328 hypothetical protein -yddI BSU04980 545026 545532 ICEBs1 mobile element: conserved protein of unknown function -yxiT BSU39030 4007416 4007658 -ynaF BSU17540 1884968 1885321 conserved hypothetical protein; defective phage region -yvrA BSU33160 3401141 3402469 putative vitamin B12 transport system, ATPase component -yqbN BSU26039 2677466 2677657 -BSU_17099 BSU_17099 1783500 1783766 hypothetical protein -khtT BSU09860 1060427 1060924 K+/H+ antiporter for K+ efflux -appA BSU11381 1213537 1214001 appC // appB // appA // appA // appF // appD appC // appB // appA // appA // appF // appD -yloU BSU15830 1656064 1656426 putative factor involved in malonyl-CoA synthesis yloV // yloU yloV // yloU -bacA BSU37740 3873566 3874180 prephenate decarboxylase bacF // bacE // bacD // bacC // bacB // bacA bacF // bacE // bacD // bacC // bacB // bacA -ydzT BSU06033 651977 652084 -yybG BSU40650 4178291 4179130 conserved hypothetical protein yybG BSU40650 -moaD BSU14310 1499432 1499665 molybdopterin synthase (small subunit) -BSU_36499 BSU_36499 3755967 3756134 hypothetical protein BSU_36499 // ywoC // ywoB // ywoD BSU_36499 // ywoC // ywoB // ywoD -ylaL BSU14820 1550797 1551282 conserved hypothetical protein ylaL BSU14820 -csaA BSU19040 2079214 2079546 molecular chaperone for secreting proteins -ywzE BSU36668 3769289 3769453 -yxnB BSU39910 4098423 4098905 conserved protein of unknown function yxaM // asnH // yxnB // yxbA // yxbB yxaM // asnH // yxnB // yxbA // yxbB -lysA BSU23380 2436947 2438266 meso-2,6-diaminopimelate decarboxylase -yvzH BSU35679 3666933 3667016 -yxcD BSU39800 4087456 4087764 conserved protein of unknown function yxcD // yxcE yxcD // yxcE -yabB BSU00340 42917 43660 tRNA1(Val) (adenine(37)-N6)-methyltransferase -ypqP BSU21670 2286448 2287053 -abbA BSU14120 1485118 1485315 regulator of AbrB repressor ccpC // darB // abbA // ykuK // ykuJ ccpC // darB // abbA // ykuK // ykuJ -hemX BSU28160 2876928 2877758 negative effector of the concentration of glutamyl-tRNA reductase HemA hemL // hemB // hemD // hemC // hemX // hemA hemL // hemB // hemD // hemC // hemX // hemA -yetI BSU07170 786689 787264 -yxzJ BSU39139 4019005 4019136 conserved protein of unknown function -rsbW BSU04720 522414 522896 switch protein/serine kinase and anti-sigma factor (inhibitory sigma-B binding protein) rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA -ydzS BSU05344 581341 581454 +BSU_26827 BSU_26827 2741133 2741294 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mleA BSU23550 2451463 2452782 catabolic NAD-dependent malic enzyme (conversion of malate into pyruvate) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +antE BSU25220 2602979 2603275 hypothetical protein antE BSU25220 +glyS BSU25260 2605730 2607769 glycyl-tRNA synthetase (beta subunit) glyS // glyQ glyS // glyQ +ythB BSU30720 3140806 3141846 putative cytochrome bd menaquinol oxidase subunit II In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +alaT BSU31400 3225772 3226932 putative aspartate aminotransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +aapA BSU27090 2766558 2767946 small amino acid permease aapA BSU27090 +fadE BSU32820 3367040 3368824 acyl-CoA dehydrogenase (FAD dependent) fadE // fadA // fadN // fadM fadE // fadA // fadN // fadM +scuA BSU21750 2291703 2292284 assembly factor BSco of the Cu(A) site of cytochrome c oxidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +psdS BSU34710 3566358 3567428 PsdS-N-phospho-L-histidine // sensor histidine kinase PsdS psdS // psdR // psdB // psdA psdS // psdR // psdB // psdA +mrpC BSU31620 3249427 3249768 Na+:H+ antiporter subunit C mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA +yoyK BSU21599 2278340 2278456 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywnH BSU36560 3760694 3761185 putative aminoacid analogs (phosphinothricin) N-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fer BSU23040 2409729 2409977 ferredoxin fer BSU23040 +yuxL BSU32230 3310763 3312736 putative acylaminoacyl-peptidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnD-Cys BSU_TRNA_42 952781 952851 tRNA-Cys trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +conE BSU04940 538734 541229 component of the ICEBs1 conjugation machinery yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +rocB BSU37770 3877192 3878892 putative N-deacylase involved in arginine and ornithine utilization rocC // rocB // rocA rocC // rocB // rocA +yozZ BSU18909 2061855 2061995 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybyB BSU02110 230819 231079 conserved protein of unknown function ybyB BSU02110 +yuzH BSU31279 3213342 3213596 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yflH BSU07680 839339 839653 putative enzyme yflH // mapB yflH // mapB ykoL BSU13330 1398181 1398363 conserved protein of unknown function ykoL // ykzB ykoL // ykzB -mrgA BSU32990 3383565 3384026 metalloregulation DNA-binding stress protein mrgA BSU32990 -ynfCc BSU_18109 1937915 1938091 conserved hypothetical protein (C-terminus) -ywhD BSU37520 3852186 3852704 conserved protein of unknown function -yhdV BSU09610 1037306 1037701 subunit of fluoride efflux transporter -swrAA BSU35239 3621931 3622047 -yjgA BSU12140 1284371 1284769 conserved membrane protein -ywhA BSU37550 3853717 3854136 putative transcriptional regulator (MarR family) ywhA // thrZ ywhA // thrZ -yodU BSU19810 2151626 2152045 -ywqG BSU36220 3728511 3729296 conserved protein of unknown function -fadH BSU14060 1478072 1478836 putative 2,4-dienoyl-CoA reductase fadG // fadH fadG // fadH -ydzW BSU06078 658813 659010 -yjzE BSU11839 1256109 1256363 hypothetical protein yjzE BSU11839 -yozV BSU18849 2055868 2056107 putative phage protein; putative defective prophage 6 -sfp BSU03569 407460 407627 -yvlA BSU35130 3608447 3608773 conserved protein of unknown function yvlD // yvlC // yvlB // yvlA yvlD // yvlC // yvlB // yvlA -rsiX BSU23090 2413585 2414691 negative regulator of sigma(X) activity rsiX // sigX rsiX // sigX -ybfEn BSU_02181 238354 238476 conserved protein of unknown function YbfE (N-terminal fragment) -yisN BSU10780 1156504 1157091 conserved hypothetical protein yisN BSU10780 -pdxT BSU00120 19968 20558 glutamine amidotransferase for pyridoxal phosphate synthesis; pyridoxal 5'-phosphate synthase complex, glutamine amidotransferase subunit PdxT pdxT // pdxS pdxT // pdxS -yusY BSU32960 3380704 3382212 -spxO BSU33029 3387781 3387945 regulator of SpxA degradation spxO BSU33029 -minC BSU28000 2858584 2859264 cell-division regulator (septum placement) minD // minC // mreD // mreC // mreB minD // minC // mreD // mreC // mreB -yozU BSU18819 2050373 2050585 -yheE BSU09760 1050443 1050661 conserved hypothetical protein (sporulation / germination island) -ydbK BSU04500 503854 504594 putative efflux ABC-transporter (permease subunit) -ydzW BSU06074 658061 658189 -yuzG BSU32120 3302623 3302763 conserved protein or unknown function yuzG BSU32120 -yusF BSU32780 3365391 3365831 putative ribonuclease -yyzJ BSU40574 4171625 4171789 -yfhS BSU08640 936773 936997 conserved protein YfhS yfhS BSU08640 -citR BSU09430 1020073 1020948 transcriptional regulator CitR (LysR family) citR BSU09430 -yrdD BSU26748 2732389 2732547 -yuzI BSU31319 3218215 3218478 conserved protein of unknown function -albA BSU37370 3836323 3837669 subtilosin A thioether formation enzyme albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA -ymzE BSU17266 1862937 1862993 -yfkK BSU07870 861586 861801 conserved hypothetical protein -ykvZ BSU13870 1455064 1456029 putative transcriptional regulator (LacI family) -ydzT BSU06038 652713 653018 -ytzC BSU30470 3119565 3119837 conserved protein of unknown function -pelB BSU18650 2034745 2035782 endo-pectin lyase -yxzI BSU39129 4018786 4018974 -yesF BSU06880 754920 755780 putative oxidoreductase yesF // yesE yesF // yesE -yphA BSU22860 2392751 2393350 conserved membrane protein of unknown function ypzH // seaA // yphA ypzH // seaA // yphA -yqbN BSU26040 2677657 2678094 -ytxC BSU28960 2961586 2962431 sporulation protein ytxC BSU28960 -yrbD BSU27810 2841611 2843065 sodium/proton-dependent alanine transporter yrbD BSU27810 -appA BSU11382 1214001 1215167 appC // appB // appA // appA // appF // appD appC // appB // appA // appA // appF // appD -yeaA BSU06290 682375 683364 conserved hypothetical protein ydjO // ydjP // yeaA ydjO // ydjP // yeaA -ydaM BSU04300 482577 483839 putative glycosyltransferase associated to biofilm formation ydaN // ydaM // ydaL // ydaK // ydaJ ydaN // ydaM // ydaL // ydaK // ydaJ -ydzT BSU06034 652087 652245 -yrzK BSU27570 2818191 2818361 conserved protein of unknown function -frlN BSU32590 3348825 3349703 fructose-amino acid permease frlD // frlM // frlN // frlO // frlB // yurQ // yurR frlD // frlM // frlN // frlO // frlB // yurQ // yurR -rpmGCb BSU23836 2477777 2477899 -ydfR BSU05530 600229 600906 conserved membrane protein of unknown function ydfR BSU05530 -yhcX BSU09250 998402 999943 putative amidohydrolase -ywzF BSU36669 3769626 3769808 -yraL BSU26900 2749260 2749523 conserved protein of unknown function -yhcU BSU09220 996643 997038 conserved protein of unknown function -ypuC BSU23329 2433631 2433885 ypuC // ypuC // ypuB ypuC // ypuC // ypuB -ydbT BSU04600 513283 514764 resistance to heterologous antibiotics ydbT // ydbS ydbT // ydbS -ywjG BSU37140 3810090 3810611 conserved protein of unknown function ywjG BSU37140 -yetI BSU07180 787264 787560 -yqeM BSU25610 2642101 2642844 putative methyltransferase -mhqR BSU13670 1433199 1433636 transcriptional regulator (MarR family) mhqR BSU13670 -ydhU BSU05890 633923 634651 ydhU // ydhU ydhU // ydhU -ycnE BSU03870 439282 439569 putative AI-2 degrading enzyme ycnD // ycnE ycnD // ycnE -ftsR BSU18420 2006541 2007398 transcriptional regulator (LysR family) ftsR BSU18420 -BSU_23349 BSU_23349 2434755 2434871 hypothetical protein -sweD BSU24930 2576367 2576720 co-factor of the FtsEX-CwlO cell wall hydrolase complex sweC // sweD sweC // sweD -trpB BSU22640 2372304 2373506 tryptophan synthase (beta subunit) aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE -yvzI BSU35698 3671416 3671622 -ybfF BSU02190 238644 239555 conserved protein of unknown function -hisS BSU27560 2816535 2817809 histidyl-tRNA synthetase -tuaA BSU35609 3658259 3658408 tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB -yqjA BSU23950 2489535 2490503 conserved protein of unknown function -pxpA BSU04050 457023 457796 oxoprolinase subunit A pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC -yoyK BSU21598 2278108 2278347 -ricT BSU00320 41657 42484 subunit of a sporulation, competence and biofilm formation regulatory complex of RNaseY (RicAFT complex / FAD / two [4Fe-4S]2+) -yunC BSU32360 3323300 3323605 conserved protein of unknown function -ydzW BSU06079 659010 659129 -ypzC BSU23320 2433137 2433373 hypothetical protein ypzC BSU23320 -yhbJ BSU09000 977069 977734 putative membrane fusion protein; putative exporter subunit (benzoate transcriptome) yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI -sfp BSU03570 407638 408135 -tseB BSU22380 2348864 2349349 suppressor of tetracyclin sensitivity of an ezrA mutant -ywlD BSU36940 3792333 3792890 manganese efflux pump -ydiN BSU_06050 654978 655193 putative N-terminus of restriction enzyme; defective prophage 3 -ypmP BSU21760 2292432 2292683 conserved hypothetical protein ypmP // ilvA ypmP // ilvA -sspD BSU13470 1413800 1413994 small acid-soluble spore protein (alpha/beta-type SASP) sspD BSU13470 -yusY BSU32970 3382209 3382499 -yoyC BSU19479 2122672 2122950 conserved protein of unknown function yojE // bshB2 // yojF // yoyC yojE // bshB2 // yojF // yoyC -yngI BSU18250 1954525 1956174 acetoacetyl-CoA synthetase yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ -yozZ BSU18909 2061855 2061995 -yrpDX BSU_26826 2740769 2740846 expressed polypeptide of unknown function -panC BSU22420 2352977 2353837 pantothenate synthetase -ydzW BSU06076 658189 658605 -yozI BSU18870 2057214 2057579 conserved hypothetical protein; putative defective prophage 6 -greA BSU27320 2791494 2791967 transcription elongation factor resolving backtracking / stalling -yyzK BSU40578 4172259 4172405 -BSU_28709 BSU_28709 2936269 2936439 hypothetical protein -phrC BSU03780 429963 430085 secreted regulator of the activity of phosphatase RapC and competence and sporulation stimulating factor (CSF) phrC // rapC phrC // rapC -yrdD BSU26749 2732547 2732747 -ynzL BSU18019 1930074 1930199 conserved hypothetical protein -dapF BSU32170 3306040 3306894 diaminopimelate epimerase -ymzE BSU17267 1862992 1863168 -BSU_21925 BSU_21925 2307743 2307889 hypothetical protein -ygaK BSU08800 957705 959060 putative FAD-dependent oxido-reductase ygaK BSU08800 -ydzV BSU06049 654333 654692 -ymzA BSU17360 1868144 1868374 conserved hypothetical protein -ywmC BSU36740 3775653 3776336 putative exported protein ywmC BSU36740 -yyzO BSU40359 4147114 4147302 -BSU_11525 BSU_11525 1229719 1229841 conserved hypothetical protein -thiU BSU13240 1391040 1391642 thiamine-binding protein (oxidation stress protein) -yrzM BSU26558 2714231 2714548 -ylmE BSU15380 1610170 1610862 putative PLP-containing enzyme ylmH // ylmG // sepF // ylmE // ylmD ylmH // ylmG // sepF // ylmE // ylmD -bsrG BSU21546 2273594 2273710 phage toxin; type I toxin-antitoxin system -ymfK BSU16890 1760851 1761303 -yyzH BSU40529 4166815 4166964 hypothetical protein -yneT BSU18080 1932671 1933078 putative acyl-CoA-binding protein -ydzT BSU06036 652290 652418 -ylaF BSU14760 1545820 1546008 conserved hypothetical protein -ypsC BSU22170 2330075 2331232 m(7)G2069 methylase of 23S rRNA -rpmGCa BSU23837 2477892 2477924 -yktD BSU14690 1538770 1539684 putative AdoMet-dependent methyltransferase -levD BSU27070 2762395 2762835 phosphotransferase system (PTS) fructose-specific enzyme IIA component BSU_27035 // sacC // levG // levF // levE // levD BSU_27035 // sacC // levG // levF // levE // levD -yxiT BSU39029 4006987 4007415 -yxeD BSU39590 4066210 4066563 conserved protein of unknown function yxeD BSU39590 -yclA BSU03620 411578 412450 HTH-type transcriptional regulator BsdA (LysR family) -ypuC BSU23330 2433878 2434165 ypuC // ypuC // ypuB ypuC // ypuC // ypuB -ykuH BSU14080 1481547 1482095 conserved protein of unknown function -dhbF BSU31960 3280519 3287655 holo-[DhbF non-ribosomal peptide synthase] // siderophore 2,3-dihydroxybenzoate-glycine-threonine trimeric ester bacillibactin synthetase dhbF // dhbB // dhbE // dhbC // dhbA dhbF // dhbB // dhbE // dhbC // dhbA -yhzG BSU09259 1000027 1000218 -yxjJ BSU38930 3996829 3997092 conserved protein of unknown function yxjI // yxjJ yxjI // yxjJ -yfhM BSU08590 929725 930585 stress induced epoxide hydrolase yfhM // yfhL // yfhK yfhM // yfhL // yfhK -ydhU BSU05899 634651 634776 ydhU // ydhU ydhU // ydhU -ykoI BSU13270 1394004 1394684 conserved membrane protein of unknown function -spoIIQ BSU36550 3759702 3760553 forespore protein required for alternative engulfment spoIIQ BSU36550 -BSU_28509 BSU_28509 2913483 2913593 CDS C-terminal fragment -ywjC BSU37210 3818906 3819178 conserved protein of unknown function ywjC BSU37210 -hmp BSU13040 1372792 1373991 flavohemoglobin hmp BSU13040 -yvzE BSU35699 3672929 3673525 -yjfA BSU12110 1282571 1283044 conserved hypothetical protein yjfA BSU12110 -rsmG BSU41000 4208870 4209589 7-methylguanosine methyltransferase (16S rRNA, nucleotide G527) noc // rsmG // trmF // trmE noc // rsmG // trmF // trmE -rtbO BSU36180 3725146 3725610 putative ribonuclease antitoxin -yneA BSU17860 1918406 1918723 cell division inhibitor ynzC // yneB // yneA ynzC // yneB // yneA -yjaZ BSU11350 1210500 1211285 conserved hypothetical protein -ypdP BSU21980 2309730 2310419 preQ0 transporter (promiscuous) -yvzA BSU34830 3579679 3580038 conserved protein of unknown function -yrpG BSU26850 2742909 2743889 putative aldo-keto reductase yrpG BSU26850 -yhjA BSU10440 1118850 1119119 conserved hypothetical protein yhjA BSU10440 -tlrB BSU39010 4004288 4005136 23S rRNA m(1)G748 methyltransferase (class II) tlrBL // tlrB BSU39010 -tlpC BSU03440 372771 374492 methyl-accepting chemotaxis protein (plant colonization) tlpC BSU03440 -yuzM BSU32859 3373743 3373988 conserved protein of unknown function -mtaB BSU25430 2621677 2623032 tRNA N(6)-threonylcarbamoyladenosine (t(6)A) methylthiotransferase mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA -comP BSU31690 3253529 3255838 ComP two-component sensory histidine kinase, phosphorylated // ComP two-component sensory histidine kinase comP BSU31690 -yhcQ BSU09180 990612 991265 putative spore coat protein yhcQ BSU09180 -rlmN BSU15750 1649286 1650377 23S rRNA m2A2503 methyltransferase and tRNA A37 C2 methyltransferase -yfiQ BSU08360 910840 911928 acetyl-glucosamine metabolite exporter component involved in biofilm formation yfiQ BSU08360 -yuiC BSU32070 3298584 3299240 stationary phase survival protein yuiC BSU32070 -tcdA BSU27540 2813643 2814407 2-methylthio-N6-threonylcarbamoyladenosine cyclase -mscL BSU36360 3743267 3743659 large conductance mechanosensitive channel protein mscL BSU36360 -yfhJ BSU08560 928389 928658 conserved hypothetical protein -queG BSU08910 967935 969095 epoxyqueuosine reductase -steT BSU12860 1351375 1352691 serine / threonine exchanger -yubF BSU31110 3190462 3190725 conserved protein of unknown function -rppH BSU30630 3134983 3135459 nucleoside and RNA triphosphate phosphohydrolase rppH BSU30630 -yyaK BSU40830 4193264 4194163 putative integral inner membrane protease yyaK BSU40830 -yflD BSU07720 844097 844234 hypothetical protein -trmK BSU25180 2598616 2599266 tRNA (adenine22-N1)-methyltransferase -yncC BSU17630 1896424 1897839 putative sugar transporter yncC BSU17630 -ytzH BSU29910 3060395 3060673 conserved protein of unknown function ytzH BSU29910 -queC BSU13720 1439448 1440107 preQ0 synthetase -yplP BSU21780 2294286 2295281 transcriptional enhancer involved in BCAA homeostasis -yezG BSU06811 747079 747534 conserved hypothetical protein; HGT island -czcD BSU26650 2723892 2724827 potassium/proton-divalent cation antiporter -zapA BSU28610 2925640 2925897 Z ring-associated protein -nasF BSU03280 353900 355351 uroporphyrin-III C-methyltransferase nasF // nasE // nasD // nasC // nasB nasF // nasE // nasD // nasC // nasB -ydjM BSU06250 679390 679761 protein involved in cell wall metabolism ydjM BSU06250 -patB BSU31440 3228778 3229941 promiscuous cystathionine / cystine beta-lyase / cysteine desulfhydrase patB BSU31440 -yrzQ BSU27468 2805348 2805479 conserved protein of unknown function -pdp BSU39400 4049009 4050310 pyrimidine-nucleoside phosphorylase pdp // nupC // deoC // deoR pdp // nupC // deoC // deoR -yfjD BSU08140 886775 887332 putative integral inner membrane protein yfjF // yfjE // yfjD // yfjC // yfjB // yfjA yfjF // yfjE // yfjD // yfjC // yfjB // yfjA -ydzQ BSU05409 587333 587476 hypothetical protein -spoIIE BSU00640 70538 73021 SpoIIAA-phosphate serine phosphatase spoIIE BSU00640 -chrB BSU36120 3721415 3722008 chromate transporter subunit N -yrzO BSU26619 2720526 2720669 conserved protein of unknown function -rsbP BSU34110 3500386 3501597 phosphoserine protein-phosphatase rsbP // rsbQ rsbP // rsbQ -xkdP BSU12690 1338957 1339616 phage PBSX; putative murein binding protein -ydbL BSU04510 504689 505024 putative glyco-prenyl flippase subunit -bmrA BSU34820 3577745 3579514 efflux transporter (ATP-binding and permease protein) bmrA BSU34820 -yybJ BSU40620 4175869 4176525 putative ATP-binding cassette subunit of transporter yybJ // yybK // yybL // yybM // yybN yybJ // yybK // yybL // yybM // yybN -yqeY BSU25400 2619910 2620356 conserved protein of unknown function with tRNA aminoacid amidase domain -spoVK BSU17420 1874203 1875171 mother cell sporulation ATPase spoVK BSU17420 -tgt BSU27710 2832727 2833872 tRNA-guanine transglycosylase -gerKD BSU03690 419763 419984 conserved protein of unknown function gerKD BSU03690 -yokI BSU21580 2275706 2277421 putative RNase; phage SPbeta -ydaD BSU04190 471709 472569 putative dehydrogenase ydaG // ydaF // ydaE // ydaD ydaG // ydaF // ydaE // ydaD -yqgQ BSU24860 2571582 2571797 putative single strand nucleic acid binding transcription factor -yrkP BSU26430 2704435 2705130 two-component response regulator [YrkQ] -pucC BSU32490 3338501 3339334 xanthine dehydrogenase, FAD-binding subunit pucE // pucD // pucC // pucB // pucA pucE // pucD // pucC // pucB // pucA -ybeF BSU02150 235625 235873 conserved protein of unknown function -ycgE BSU03080 334092 334556 putative transcriptional regulator -tcyP BSU09130 986986 988377 (sodium)-cystine symporter tcyP BSU09130 -mifM BSU23880 2483586 2483873 sensor of SpoIIIJ activity -tlpB BSU31230 3204067 3206055 methyl-accepting chemotaxis protein tlpB BSU31230 -rho BSU37080 3803400 3804683 transcriptional terminator Rho -yaaN BSU00260 36478 37638 putative toxic compound resistance protein yaaN // xpaC yaaN // xpaC -yfkC BSU07940 867164 868006 mechanosensitive ion channel yfkC // yfkA yfkC // yfkA -mtnX BSU13600 1428275 1428982 2-hydroxy-3-keto-5-methylthiopentenyl-1- phosphatephosphatase (HK-MTPenyl-1-P phosphatase) mtnD // mtnB // mtnX // mtnW mtnD // mtnB // mtnX // mtnW -ypuI BSU23200 2424654 2425193 conserved protein of unknown function ypuI // scpB // scpA ypuI // scpB // scpA -rbsR BSU35910 3701411 3702391 ribose operon repressor (LacI family, D-ribose) rbsB // rbsC // rbsA // rbsD // rbsK // rbsR rbsB // rbsC // rbsA // rbsD // rbsK // rbsR -yoeA BSU18370 2000960 2002351 putative Na+-driven efflux transporter -yppD BSU22280 2339226 2339471 putative sporulation protein yppE // yppD yppE // yppD -xtrA BSU12550 1324149 1324355 phage PBSX; conserved protein of unknown function ykzK // xtrA // xkdD // xkdC // xkdB ykzK // xtrA // xkdD // xkdC // xkdB -qcrB BSU22550 2363913 2364587 menaquinol:cytochrome c oxidoreductase (cytochrome b subunit) qcrC // qcrB // qcrA qcrC // qcrB // qcrA -yorT BSU20260 2172781 2172900 conserved hypothetical protein; phage SPbeta +iswA BSU_MISC_RNA_25 1613078 1613304 T-box riboswitch specific of isoleucine tRNA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqaR BSU26210 2690381 2690845 spore protein YqaR; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +galM BSU18360 1999849 2000826 aldose 1-epimerase dacC // galM dacC // galM +trnY-Lys BSU_TRNA_4 4155134 4155209 tRNA-Lys In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ynbA BSU17430 1875304 1876566 ribosome-splitting GTPase (also ATPase, rescuing stalled ribosomes, E-site binding) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ymzB BSU17240 1860014 1860370 conserved protein of unknown function involved in ethanol resistance In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pupG BSU23490 2446418 2447233 purine nucleoside phosphorylase pupG // drm pupG // drm +ynzD BSU17920 1922841 1923014 Spo0A-P phosphatase ynzD BSU17920 +clpC BSU00860 103572 106004 class III stress response-related ATPase, AAA+ superfamily disA // radA // clpC // mcsB // mcsA // ctsR disA // radA // clpC // mcsB // mcsA // ctsR +yveA BSU34470 3539165 3540727 L-aspartate/L-glutamate / proton permease yveA // levB // sacB yveA // levB // sacB +ykzT BSU14009 1473240 1473401 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lnrN BSU08330 907968 909125 putative ABC exporter (linearmycin resistance), membrane subunit LnrN In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +perR BSU08730 944487 944924 transcriptional regulator (Fur family) perR BSU08730 +sivC BSU15960 1671166 1671651 conserved exported protein of unknown function sivC BSU15960 +purK BSU06430 699093 700235 N5-carboxyaminoimidazole ribonucleotide synthase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE +yqbM BSU26060 2679142 2679585 putative tail tube protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfmG BSU07480 820867 822330 putative enzyme yfmG BSU07480 +ypzK BSU23240 2427405 2427779 putative riboflavin synthesis-related N-acetyltransferase ypzK // ribH // ribA // ribE // ribD ypzK // ribH // ribA // ribE // ribD +bglP BSU39270 4033778 4035607 phosphotransferase system (PTS) beta-glucoside-specific enzyme IIBCA component yxiE // bglH // bglP yxiE // bglH // bglP +ygaN BSU08870 965261 965797 putative sulfur-related oxidoreductase ygaN // ssuD // ssuC // ssuA // ssuB ygaN // ssuD // ssuC // ssuA // ssuB +yyaO BSU40790 4189406 4189645 conserved hypothetical protein yyaO BSU40790 +ywsB BSU35970 3707144 3707680 putative cell wall binding enzyme ywsB BSU35970 +pucI BSU36470 3752280 3753752 allantoin permease pucI BSU36470 +ruvA BSU27740 2836165 2836770 Holliday junction DNA helicase ruvB // ruvA ruvB // ruvA +yddT BSU05100 556763 557449 putative exported phage protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rrnI-5S BSU_RRNA_15 165591 165707 ribosomal RNA-5S In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ligB BSU20500 2192370 2193182 DNA ligase-like protein; bacteriophage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjcL BSU11900 1261426 1262616 putative integral inner membrane protein; possibly aquaporin-related In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypjD BSU22500 2360155 2360490 oxidized nucleotide pyrophosphohydrolase dapB // ypjD // birA // cca // bshA // bshB1 // mgsA dapB // ypjD // birA // cca // bshA // bshB1 // mgsA +ywcC BSU38220 3922292 3922963 transcriptional regulator of slrA (biofilm formation) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +kimA BSU04320 486432 488255 K+ importer In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +groES BSU06020 649903 650187 chaperonin small subunit groEL // groES groEL // groES +rpmJ BSU01400 147837 147950 ribosomal protein L36 (ribosomal protein B) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqaD BSU26360 2699510 2699677 conserved phage protein of unknown function; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ubiX BSU03630 412540 413154 phenolic acid decarboxylase-flavin prenyltransferase subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nifS BSU27880 2849569 2850756 desulfurase involved in iron-sulfur clusters for NAD biosynthesis nadR // nifS nadR // nifS +yhcM BSU09140 988417 988872 expressed protein of unknown function yhcM BSU09140 +ldlU BSU_MISC_RNA_43 2855840 2855915 ribosomal protein L21 leader mRNA sequence In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhjR BSU10610 1135699 1136136 putative electron carrier protein (putative sporulation gene) yhjR BSU10610 +ldcB BSU19620 2134566 2135387 LD-carboxypeptidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yceG BSU02930 314883 316496 putative toxic compound adaptation protein (tellurite resistance) yceH // yceG // yceF // yceE // yceD // yceC yceH // yceG // yceF // yceE // yceD // yceC +mapB BSU07690 839735 840484 methionine aminopeptidase B yflH // mapB yflH // mapB +yitM BSU11040 1182448 1183032 toxin of the YitM-YitQ toxin-antitoxin system yitM // yitO // yitP yitM // yitO // yitP +amhX BSU03010 324038 325189 putative amidohydrolase amhX BSU03010 +rapJ BSU02820 304430 305551 response regulator aspartate phosphatase rapJ BSU02820 +yisX BSU10890 1168199 1168837 conserved hypothetical protein yisX BSU10890 +ykaA BSU12850 1350482 1351099 putative PitB transporter accessory protein pit // ykaA pit // ykaA +swdA BSU_MISC_RNA_52 3188173 3188341 cyclic-di-AMP-sensing riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +prkC BSU15770 1651142 1653088 protein serine/threonine kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +kinB BSU31450 3230067 3231353 two-component sensor potassium-binding histidine kinase kapB // kinB kapB // kinB +azlB BSU26720 2729753 2730226 transcriptional repressor of the azlBCD operon yrdK // brnQ // azlD // azlC // azlB yrdK // brnQ // azlD // azlC // azlB +mdxM BSU34550 3546873 3547553 bifunctional beta-phosphoglucomutase / glucose-1-phosphate phosphodismutase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ansB BSU23570 2454347 2455774 L-aspartase (aspartate ammonia lyase) ansB // ansA ansB // ansA +yxeC BSU39600 4066607 4067005 putative integral membrane protein of unknown function yxeC BSU39600 +yyaB BSU40980 4207406 4207846 putative antibiotic immunity protein yyaB BSU40980 +ylxP BSU16640 1736156 1736434 fragment of conserved protein rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS +spoIIAA BSU23470 2444645 2444998 anti-anti-sigma factor (antagonist of SpoIIAB) sigF // spoIIAB // spoIIAA // dacF sigF // spoIIAB // spoIIAA // dacF walI BSU40380 4149667 4150509 regulator of WalRK htrC // walJ // walI // walH // walK // walR htrC // walJ // walI // walH // walK // walR -yrrB BSU27490 2808707 2809327 putative tetratricopeptide repeat family protein -yozC BSU19300 2100147 2100350 conserved hypothetical protein -pksR BSU17220 1850890 1858521 trans AT polyketide synthase involved in nonribosomal synthesis of bacillaene pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC -mtlD BSU03990 451618 452739 mannitol-1-phosphate 5-dehydrogenase mtlF // mtlD // mtlA mtlF // mtlD // mtlA -BSU_38495 BSU_38495 3951824 3951958 hypothetical protein -blyA BSU21410 2263489 2264592 bacteriophage SPbeta N-acetylmuramoyl-L-alanine amidase -yutF BSU32290 3318029 3318799 5' nucleotidase, promiscuous yutF // yutE // yutD yutF // yutE // yutD -yozT BSU18709 2040988 2041227 conserved hypothetical protein (putative phage origin); putative defective prophage 6 -yqzO BSU26259 2693457 2693606 hypothetical protein; skin element -cspR BSU08930 970135 970617 tRNA (cytidine(34)-2'-O)-methyltransferase -BSU_27786 BSU_27786 2840803 2840925 hypothetical protein -yceD BSU02900 312780 313361 putative stress adaptation protein (tellurite resistance) yceH // yceG // yceF // yceE // yceD // yceC yceH // yceG // yceF // yceE // yceD // yceC +araE BSU33960 3484072 3485466 arabinose-related compounds permease araE BSU33960 +yjfC BSU12130 1283463 1284362 conserved hypothetical protein yjfC BSU12130 +divIB BSU15240 1593704 1594495 cell-division initiation protein sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE +ggt BSU18410 2004677 2006440 membrane bound gamma-glutamyltranspeptidase ggt BSU18410 +rrnA-23S BSU_RRNA_5 32177 35103 ribosomal RNA-23S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S +recJ BSU27620 2823419 2825779 single-strand DNA-specific exonuclease apt // recJ apt // recJ +yotD BSU19920 2154887 2155018 conserved protein with rubredoxin fold; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mecA BSU11520 1229068 1229724 adaptor protein controlling oligomerization of the AAA+ protein ClpC mecA BSU11520 +ygxA BSU08750 945520 946404 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yeaC BSU06330 688184 689146 putative MoxR-like ATPase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mscL BSU36360 3743267 3743659 large conductance mechanosensitive channel protein mscL BSU36360 +yutJ BSU32200 3308867 3309934 putative NADH dehydrogenase yutJ BSU32200 +yuiD BSU32060 3298077 3298553 putative integral inner membrane protein yuiD BSU32060 +yqaJ BSU26290 2696030 2696989 putative nuclease; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ispA BSU24280 2525789 2526679 farnesyl diphosphate synthase ispA // xseB // xseA ispA // xseB // xseA +comX BSU31700 3255853 3256020 competence pheromone precursor (pheromone peptide aa 46->55, geranyl-modified) comX // comQ comX // comQ atpI BSU36880 3787620 3788003 AtpI protein atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI -ynzC BSU17880 1919459 1919692 conserved protein of unknown function ynzC // yneB // yneA ynzC // yneB // yneA -thiT BSU30990 3179306 3179884 thiamin permease -ligV BSU13410 1406357 1407292 ATP-dependent DNA ligase subunit Ku; AP/deoxyribose 5'-phosphate (5'-dRP)-lyase -BSU_21409 BSU_21409 2263251 2263469 hypothetical protein; phage SPbeta -nagP BSU07700 840656 842014 phosphotransferase system (PTS) N-acetylglucosamine-specific enzyme IICB component nagP BSU07700 -cmpA BSU04785 527912 528025 factor allowing degradation of SpoIVA by ClpXP -ymzB BSU17240 1860014 1860370 conserved protein of unknown function involved in ethanol resistance -tagD BSU35740 3680581 3680970 glycerol-3-phosphate cytidylyltransferase monomer tagF // tagE // tagD tagF // tagE // tagD -yngE BSU18210 1949682 1951217 methylcrotonoyl-CoA carboxylase subunit (leucine degradation) yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ -BSU_04345 BSU_04345 490546 490749 hypothetical protein +yoaD BSU18560 2024042 2025076 putative 2-hydroxyacid dehydrogenase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sepF BSU15390 1610859 1611314 cell division machinery factor ylmH // ylmG // sepF // ylmE // ylmD ylmH // ylmG // sepF // ylmE // ylmD +acpK BSU17130 1788469 1788717 holo-AcpK // acyl-carrier protein AcpK pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC +argC BSU11190 1195034 1196071 N-acetylglutamate gamma-semialdehyde dehydrogenase argF // carB // carA // argD // argB // argJ // argC argF // carB // carA // argD // argB // argJ // argC +helP BSU04850 532922 533302 ICEBs1 mobile element: helicase processivity factor yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +rsmG BSU41000 4208870 4209589 7-methylguanosine methyltransferase (16S rRNA, nucleotide G527) noc // rsmG // trmF // trmE noc // rsmG // trmF // trmE +ycnJ BSU03950 446801 448426 copper import permease subunit ycnI // ycnJ // ycnK ycnI // ycnJ // ycnK +yrkE BSU26540 2713320 2713802 putative protein involved in sulfur metabolism (DsrE-like) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gbsA BSU31060 3185092 3186564 glycine betaine aldehyde dehydrogenase, NAD+-dependent gbsB // gbsA gbsB // gbsA +gtaB BSU35670 3665629 3666507 UTP-glucose-1-phosphate uridylyltransferase gtaB BSU35670 +yisY BSU10900 1169043 1169849 putative acyl hydrolase or peroxidase yisY BSU10900 +ykuK BSU14110 1484466 1484984 putative RNA-binding enzyme component ccpC // darB // abbA // ykuK // ykuJ ccpC // darB // abbA // ykuK // ykuJ +rsoA BSU33222 3409219 3409458 regulator of sigma-O rsoA // sigO rsoA // sigO +yyzL BSU40579 4172387 4172536 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hemZ BSU09840 1057680 1059185 coproporphyrinogen III oxidase hemZ BSU09840 +yorI BSU20370 2182408 2183922 putative replicative DNA helicase (DnaB family); phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +namZ BSU01650 185194 186438 exo-β-N-acetylmuramidase namZ // nagZ // amiE namZ // nagZ // amiE +pchR BSU35080 3604993 3605502 transcriptional regulator for pulcherriminic acid synthesis yvmA // pchR yvmA // pchR +yokU BSU19689 2139179 2139457 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cpaA BSU11640 1240356 1242200 gated K+/H+ antiporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykrP BSU13520 1417938 1418960 putative integral membrane protein; putative acyltransferase ykrP BSU13520 +ydjC BSU06130 664319 664669 conserved hypothetical protein; prophage region 3 ydjC BSU06130 +fliH BSU16230 1695254 1695880 flagellar export apparatus subunit of cytoplasmic ATPase swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +yvdQ BSU34510 3542179 3542691 conserved protein of unknown function yvdQ BSU34510 +ppsC BSU18320 1974881 1982548 non-ribosomal plipastatin synthetase C involved in synthesis of plipastatin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycbL BSU02550 278377 279057 two-component response regulator [YcbM] ycbM // ycbL ycbM // ycbL +tenA BSU11650 1242449 1243159 thiaminase II thiD // thiF // thiG // thiS // thiO // tenI // tenA thiD // thiF // thiG // thiS // thiO // tenI // tenA +yosS BSU20020 2159268 2159696 SPbeta phage deoxyuridine 5'-triphosphate nucleotidohydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rsmB BSU15740 1647939 1649282 RNA-binding Sun protein; 16S rRNA m5C967 methyltransferase, S-adenosyl-L-methionine-dependent In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gdnD BSU13100 1376855 1377172 guanidinium efflux transporter subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +patA BSU14000 1471857 1473038 N-acetyl-L,L-diaminopimelate aminotransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lplA BSU07100 779529 781037 putative ABC transporter substrate-binding lipoprotein LplA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mswA BSU_MISC_RNA_15 1258304 1258424 S-adenosylmethionine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trpF BSU22650 2373487 2374134 phosphoribosylanthranilate isomerase aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE +BSU_03385 BSU_03385 369020 369217 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjbL BSU11590 1236609 1236977 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nrdR BSU29000 2965681 2966139 negative regulator of transcription of ribonucleotide reductase nrd genes and operons nrdR BSU29000 +ydzN BSU05109 557873 558058 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yycC BSU40470 4159577 4159717 conserved hypothetical protein yycB // yycC yycB // yycC +yhcW BSU09240 997724 998386 promiscuous phosphoglycolate phosphatase / glycerol-3-phosphate phosphatase / 2-deoxyglucose-6-phosphatase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mntH BSU04360 491147 492424 proton-coupled manganese transporter mntH BSU04360 +yefB BSU06740 738995 739897 putative site-specific recombinase / invertase; HGT island yefB BSU06740 +yuiH BSU32020 3293573 3294169 putative molybdopterin containing enzyme subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypfB BSU22900 2396798 2396974 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoyH BSU20928 2212567 2212746 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xkdK BSU12650 1332402 1333802 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA +ydeD BSU05160 562502 563461 putative permease ydeD BSU05160 +ysnE BSU28330 2898292 2898747 putative indole acetic acid N-acetyltransferase ysnE BSU28330 +sspD BSU13470 1413800 1413994 small acid-soluble spore protein (alpha/beta-type SASP) sspD BSU13470 +polC BSU16580 1727133 1731446 DNA polymerase III (alpha subunit) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rhaEW BSU31220 3201860 3203929 bifunctional rhamnulose-1-phosphate aldolase/alcohol dehydrogenase rhaA // rhaM // rhaB // rhaR // rhaEW rhaA // rhaM // rhaB // rhaR // rhaEW +yisJ BSU10740 1151166 1152089 putative spore coat protein, CotH paralog In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tcyC BSU03590 409208 409951 L-cystine ABC transporter ATP-binding protein tcyC // tcyB // tcyA tcyC // tcyB // tcyA +trnO-Ala BSU_TRNA_6 11552 11627 tRNA-Ala rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S +ybdO BSU02050 225064 226248 putative phage protein; prophage region 1 ybdO BSU02050 +argG BSU29450 3013133 3014344 argininosuccinate synthase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhcZ BSU09330 1009804 1010448 two-component response regulator [YhcY] yhdA // yhcZ // yhcY yhdA // yhcZ // yhcY +yplQ BSU21790 2295302 2295943 putative membrane hydrolase yplQ BSU21790 +folC BSU28080 2865312 2866604 folyl-polyglutamate synthase folC // valS folC // valS +ylmC BSU15360 1608919 1609164 essential sporulation protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cesB BSU02260 246658 247548 enantioselective carboxylesterase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lytT BSU28920 2955783 2956508 LytT two-component response regulator, phosphorylated // LytT two-component response regulator lytT BSU28920 +rtbN BSU36190 3725600 3727408 putative ribonuclease toxin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mprF BSU08425 916778 919348 phosphatidylglycerol lysyltransferase involved in tRNA-dependent lysinylation of phospholipids mprF BSU08425 +dltE BSU38540 3956492 3957250 putative oxidoreductase ywzH // dltE // dltD // dltC // dltB // dltA ywzH // dltE // dltD // dltC // dltB // dltA +trnD-Gln BSU_TRNA_40 952580 952651 tRNA-Gln trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +yxeJ BSU39530 4062329 4062556 hypothetical protein yxeJ // yxeI yxeJ // yxeI +gcaD BSU00500 56352 57722 bifunctional glucosamine-1-phosphate N-acetyltransferase/UDP-N-acetylglucosamine pyrophosphorylase prs // gcaD // ctc prs // gcaD // ctc +nasC BSU03310 358303 360435 assimilatory nitrate reductase (catalytic subunit) nasC // nasB // nasF // nasE // nasD nasC // nasB // nasF // nasE // nasD +ydzW BSU06076 658189 658605 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_13545 BSU_13545 1422013 1422138 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gswC BSU_MISC_RNA_9 694425 694527 guanine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yocB BSU19150 2086743 2087525 conserved protein of unknown function yocB BSU19150 +yabQ BSU00610 68515 69150 membrane protein of the forespore yabR // divIC // yabQ // yabP // rqcP // yabN // yabM yabR // divIC // yabQ // yabP // rqcP // yabN // yabM +trnB-Thr BSU_TRNA_53 3173614 3173689 tRNA-Thr trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +tgt BSU27710 2832727 2833872 tRNA-guanine transglycosylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypjP BSU21840 2298535 2299146 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +liaI BSU33130 3398550 3398930 membrane anchor for the phage-shock protein A homolog LiaH liaR // liaS // liaF // liaG // liaH // liaI liaR // liaS // liaF // liaG // liaH // liaI +yvbX BSU34020 3491655 3492689 putative epimerase modification of peptidoglycan In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +proG BSU12910 1359454 1360272 redundant pyrroline-5-carboxylate reductase proG BSU12910 +mswI BSU_MISC_RNA_61 3997775 3997881 S-adenosylmethionine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrdD BSU26748 2732389 2732547 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lpdV BSU24060 2500104 2501528 branched-chain alpha-keto acid dehydrogenase E3 subunit (dihydrolipoamide dehydrogenase) bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb +yobS BSU19070 2081172 2081747 putative transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ymfF BSU16845 1757037 1758317 putative metalloprotease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +aroF BSU22710 2379100 2380272 chorismate synthase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +moaA BSU36700 3772325 3773350 GTP 3',8-cyclase moaA BSU36700 +glcU BSU03920 444461 445324 glucose uptake protein gdh // glcU gdh // glcU +ispD BSU00900 109789 110487 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase, nonmevalonate isoprenoid pathway ispF // ispD // yacL ispF // ispD // yacL +rapK BSU18910 2062150 2063265 response regulator aspartate phosphatase phrK // rapK phrK // rapK uxaB BSU12380 1309880 1311322 tagaturonate reductase (altronate oxidoreductase) uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC -nth BSU22340 2344755 2345414 endonuclease III, apurinic apyrimidic DNA lyase -ylxX BSU15260 1595210 1595917 conserved hypothetical protein sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE -yydH BSU40160 4125742 4126500 putative membrane metalloprotease yydJ // yydI // yydH // yydG // yydF yydJ // yydI // yydH // yydG // yydF +psiE BSU26410 2702688 2703104 phosphate starvation inducible protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +uptA BSU18190 1947668 1948264 Undecaprenyl phosphate transporter A uptA // yngB // yngA uptA // yngB // yngA +yoqR BSU20540 2194402 2194758 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnS-Asn BSU_TRNA_45 528704 528778 tRNA-Asn In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ganP BSU34150 3505957 3507213 galacto-oligosaccharides (galactan) oligomer permease ganB // ganA // ganQ // ganP // ganS ganB // ganA // ganQ // ganP // ganS +ycgA BSU03020 325339 326772 putative branched chain amino acid permease ycgA BSU03020 +yitW BSU11160 1192254 1192562 putative protein involved in Fe-S cluster assembly, PaaD-like In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxeQ BSU39460 4055536 4056873 putative cis-aconitate decarboxylase yxeQ // sndB // yxeO // yxeN // yxeM // scmL // scmK yxeQ // sndB // yxeO // yxeN // yxeM // scmL // scmK +yonD BSU21130 2234233 2235669 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +minJ BSU35220 3620346 3621539 topological determinant of cell division In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytpB BSU30500 3121538 3122641 tetraprenyl-β-curcumene synthase ytpB BSU30500 +pyrC BSU15500 1621374 1622660 dihydroorotase pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR +aroB BSU22700 2378012 2379100 3-dehydroquinate synthase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yomN BSU21290 2244714 2245133 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bltD BSU26600 2718344 2718802 spermine/spermidine acetyltransferase bltD // blt bltD // blt +pghB BSU12480 1319011 1319613 phage PBSX; gamma-polyglutamate hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydhU BSU05899 634651 634776 ydhU // ydhU ydhU // ydhU +ytxO BSU30890 3159258 3159689 outer spore coat protein ytxO // cotS // cotSA ytxO // cotS // cotSA +ganR BSU34170 3508659 3509651 transcriptional regulator of the galactan degradation operon (GanR / beta-1,4-galactobiose) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yorJ BSU20360 2181256 2182392 putative DNA replication initiation protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydfC BSU05360 582536 583456 putative aminoacid exporter ydfC BSU05360 +sspP BSU17980 1926128 1926274 small acid-soluble spore protein sspP // sspO sspP // sspO mccB BSU27250 2785001 2786140 cystathionine gamma-lyase and homocysteine gamma-lyase for reverse transsulfuration pathway yrhC // mccB // mccA // mtnN // yrrT yrhC // mccB // mccA // mtnN // yrrT -yycD BSU40450 4159005 4159205 conserved hypothetical protein yycD BSU40450 -ymzD BSU17060 1780618 1781073 putative integral inner membrane protein -yclH BSU03730 424208 424888 putative ABC transporter (ATPase component) -yktB BSU14650 1536235 1536873 conserved protein of unknown function yktB BSU14650 -yomQ BSU21260 2243642 2243992 putative tail phage assembly protein; phage SPbeta -yumB BSU32100 3300034 3301254 putative NAD-disulfide oxidoreductase -yxzL BSU39339 4041009 4041173 conserved protein of unknown function -yqbI BSU26100 2681627 2682130 putative phage tail component; skin element -perR BSU08730 944487 944924 transcriptional regulator (Fur family) perR BSU08730 -kre BSU14020 1474560 1475024 regulator of transcription factor ComK function via modulation of mRNA stability kre BSU14020 -mntA BSU30770 3145038 3145958 manganese ABC transporter (manganese binding lipoprotein) mntD // mntC // mntB // mntA mntD // mntC // mntB // mntA +BSU_29845 BSU_29845 3054550 3054666 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yckB BSU03380 367995 368858 putative amino acid ABC transporter, substrate-binding lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqhG BSU24590 2551469 2552263 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cysS BSU00940 113450 114850 dual cysteinyl-tRNA synthetase; cysteine persulfide synthase raeA // rlmB // mrnC // cysS // cysE // gltX raeA // rlmB // mrnC // cysS // cysE // gltX +rsbRA BSU04670 519408 520232 component of the anxiosome (stressosome); positive regulation of sigma(B) activity in response to salt and heat stress rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV +yfjQ BSU08000 871347 872306 CorA-family transporter YfjQ yfjQ BSU08000 +yvrD BSU33190 3404835 3405626 putative oxidoreductase yvrD BSU33190 +copA BSU33500 3441121 3443529 Cu+ exporting P-type ATPase copA // copZ copA // copZ +fbp BSU40190 4128119 4130044 fructose-1,6-bisphosphatase fbp BSU40190 +yyaT BSU40720 4184017 4184463 putative acetyltransferase (polyamine degradation) yyaS // yyaT yyaS // yyaT +treR BSU07820 853556 854272 transcriptional regulator (TreR-trehalose) treR // treA // treP treR // treA // treP +ykoA BSU14420 1511923 1512192 putative membrane protein of unknown function ykoA BSU14420 +yjzH BSU12069 1278205 1278399 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bacD BSU37710 3870668 3872086 alanine-anticapsin ligase bacF // bacE // bacD // bacC // bacB // bacA bacF // bacE // bacD // bacC // bacB // bacA +mdxL BSU34560 3547550 3549235 oligo-1,4-1,6-alpha-glucosidase (sucrase-maltase-isomaltase) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywcE BSU38130 3914009 3914272 holin-like protein required for proper spore morphogenesis and germination ywcE BSU38130 +ricF BSU14990 1568420 1568869 subunit of a sporulation, competence and biofilm formation regulatory complex controlling RNase Y (RicAFT complex / FAD / two [4Fe-4S]2+) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pel BSU07560 827993 829255 pectate lyase pel BSU07560 +maeA BSU37050 3800418 3802166 NAD-dependent malic enzyme (conversion of malate into pyruvate) ywkB // maeA ywkB // maeA +yjzI BSU12229 1293776 1293964 putative phage protein yjzI BSU12229 +yxlD BSU38680 3969796 3970002 putative sigma-Y antisigma factor component yxlG // yxlF // yxlE // yxlD // yxlC // sigY yxlG // yxlF // yxlE // yxlD // yxlC // sigY +tlrBL 4005249 4005278 TlrB leader peptide tlrBL // tlrB BSU39010 +lytA BSU35640 3662789 3663097 membrane bound lipoprotein lytC // lytB // lytA lytC // lytB // lytA +hemX BSU28160 2876928 2877758 negative effector of the concentration of glutamyl-tRNA reductase HemA hemL // hemB // hemD // hemC // hemX // hemA hemL // hemB // hemD // hemC // hemX // hemA +gatA BSU06680 729038 730495 glutamyl-tRNA(Gln) amidotransferase (subunit A) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoVD BSU15170 1584214 1586154 transpeptidase penicillin-binding protein spoVD BSU15170 +epsG BSU34310 3522170 3523273 biofilm extracellular matrix formation chain-length determining factor epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +folD BSU24310 2528404 2529255 methylenetetrahydrofolate dehydrogenase; methenyltetrahydrofolate cyclohydrolase folD // nusB folD // nusB +tboY BSU_misc_RNA_83 3037895 3038168 T-Box riboswitch specific of tyrosine tRNA ligase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yusN BSU32860 3374001 3374333 putative spore coat-like protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bcd BSU24080 2502659 2503753 branched-chain amino acid dehydrogenase bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb +ykzM BSU12649 1332187 1332405 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA +gltR BSU26670 2725837 2726727 transcriptional regulator (LysR family) gltR BSU26670 +fliE BSU16200 1692130 1692450 flagellar basal body protein swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +yumB BSU32100 3300034 3301254 putative NAD-disulfide oxidoreductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjcN BSU11920 1265057 1265377 conserved hypothetical protein; phage island yjcN BSU11920 +yvfR BSU34090 3498352 3499257 putative ABC efflux transporter ATP-binding protein YvfR In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqfX BSU25080 2590282 2590671 conserved protein of unknown function expressed in germinating spores yqfX BSU25080 +yrbC BSU27820 2843106 2843828 putative factor regulating gene expression In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycgH BSU03110 336092 337432 putative amino acid transporter ycgH BSU03110 +yheD BSU09770 1050811 1052172 spore coat associated protein yheD // yheC yheD // yheC +ylaA BSU14710 1541886 1543826 conserved protein of unknown function ylaD // ylaC // ylaB // ylaA ylaD // ylaC // ylaB // ylaA +yvaE BSU33570 3448693 3449052 putative metabolite-efflux transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytpQ BSU29830 3053364 3054173 conserved protein of unknown function (iron homeostasis) ytpR // ytpQ // ytpP ytpR // ytpQ // ytpP +liaS BSU33090 3395035 3396117 LiaS two-component sensory histidine kinase, phosphorylated // LiaS two-component sensory histidine kinase liaR // liaS // liaF // liaG // liaH // liaI liaR // liaS // liaF // liaG // liaH // liaI +yclD BSU03652 414819 415283 putative FMN-binding enzyme subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mswH BSU_MISC_RNA_53 3364397 3364503 S-adenosylmethionine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnB-Leu1 BSU_TRNA_55 3173404 3173490 tRNA-Leu trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +dnaD BSU22350 2345433 2346131 DNA-remodelling primosomal protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +kamA BSU19690 2139454 2140869 lysine 2,3-aminomutase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +coaX BSU00700 79092 79868 pantothenate kinase type III In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mraZ BSU15130 1580121 1580552 inhibitor of RsmH and transcriptional regulator pbpB // ftsL // rsmH // mraZ pbpB // ftsL // rsmH // mraZ +asnB BSU30540 3125777 3127675 meso-diaminopimelic acid amidotransferase (asparagine synthetase) metK // alaP // asnB metK // alaP // asnB +mccA BSU27260 2786142 2787065 cystathionine beta-synthase for the reverse transsulfuration pathway yrhC // mccB // mccA // mtnN // yrrT yrhC // mccB // mccA // mtnN // yrrT +cheV BSU14010 1473605 1474516 coupling protein and response regulator for CheA activity in response to attractants (chemotaxis) cheV BSU14010 +uxaA BSU12390 1311319 1312812 altronate dehydratase uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC +yhjO BSU10580 1132179 1133384 putative permease (recent HGT island) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +murJ BSU30050 3073531 3075165 lipid II flippase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytoP BSU29860 3055247 3056320 putative modified amino acid aminopeptidase ytoP BSU29860 +yxzC BSU39200 4021896 4022264 putative nucleic acid binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yuzK BSU32719 3360974 3361111 putative toxin of a toxin antitoxin system In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnSL-Gln1 BSU_TRNA_73 2563889 2563959 tRNA-Gln trnSL-Gln1 BSU_TRNA_73 +thiD BSU11710 1246837 1247652 phosphomethylpyrimidine kinase, 4-amino-5-hydroxymethyl-2-methylpyrimidine and 4-amino-5-hydroxymethyl-2-methylpyrimidine pyrophosphate kinase thiD // thiF // thiG // thiS // thiO // tenI // tenA thiD // thiF // thiG // thiS // thiO // tenI // tenA +aroA BSU29750 3045445 3046521 bifunctional chorismate mutase type II-isozyme 3 (regulatory domain); 3-deoxy-D-arabino-heptulosonate 7-phosphate synthase aroA BSU29750 +yhbD BSU08940 970667 971383 putative sporulation-related protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydfG BSU05400 586628 587071 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sipS BSU23310 2432316 2432870 type I signal peptidase sipS BSU23310 +argB BSU11210 1197326 1198102 N-acetylglutamate 5-phosphotransferase (acetylglutamate kinase) argF // carB // carA // argD // argB // argJ // argC argF // carB // carA // argD // argB // argJ // argC +ydzT BSU06033 651977 652084 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fsrA BSU_misc_RNA_69 1483557 1483640 regulatory RNA controlling iron-dependent metabolism In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +acoR BSU08100 883758 885575 transcriptional regulator (AcoR-acetoin) sspH // acoR sspH // acoR +lrpA BSU05050 551519 551929 transcriptional regulator (Lrp/AsnC family) lrpA BSU05050 +yqzN BSU26089 2680989 2681180 conserved phage protein of unknown function; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xynB BSU17580 1888774 1890375 xylan beta-1,4-xylosidase xynB // xynP xynB // xynP +yqeW BSU25420 2620717 2621640 putative Na+/anion cotransporter yqeW BSU25420 +tcdA BSU27540 2813643 2814407 2-methylthio-N6-threonylcarbamoyladenosine cyclase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +purM BSU06500 706973 708013 phosphoribosylaminoimidazole synthetase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE +yqhP BSU24500 2542047 2542442 conserved protein of unknown function yqhP // yqhQ yqhP // yqhQ +glnA BSU17460 1878425 1879759 glutamine synthetase glnA // glnR glnA // glnR +rsbQ BSU34100 3499541 3500350 regulator of RsbP phosphatase rsbP // rsbQ rsbP // rsbQ +melD BSU30280 3099123 3100034 α-galactoside ABC transporter membrane subunit MelD melC // melD // melE // melR // melA melC // melD // melE // melR // melA +rrnE-5S BSU_RRNA_13 640138 640254 ribosomal RNA-5S In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yomR BSU21250 2242414 2243631 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trmK BSU25180 2598616 2599266 tRNA (adenine22-N1)-methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ymaB BSU17400 1872128 1872748 putative cofactor involved in deoxyribonucleotide synthesis ymaB // nrdF // nrdE // nrdI ymaB // nrdF // nrdE // nrdI +ywoG BSU36450 3749487 3750677 putative efflux transporter ywoG BSU36450 +yfhM BSU08590 929725 930585 stress induced epoxide hydrolase yfhM // yfhL // yfhK yfhM // yfhL // yfhK +yhjB BSU10450 1119162 1120631 putative Na+/metabolite cotransporter yhjB // yhjC yhjB // yhjC +rhgZ BSU07080 774799 776790 beta-galacturonidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yusW BSU32950 3380157 3380594 spore lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nupO BSU31550 3241085 3242617 guanosine ABC transporter ATP-binding protein nupQ // nupP // nupO // nupN nupQ // nupP // nupO // nupN +hlpB BSU10660 1148155 1148457 HNH nuclease-like essential for DNA repair hlpB // sbcC // sbcD hlpB // sbcC // sbcD +yorV BSU20240 2171139 2171357 putative nucleic acid binding protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpmH BSU41060 4215255 4215389 ribosomal protein L34 rpmH BSU41060 +yozE BSU19680 2138868 2139092 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhgB BSU10090 1082870 1083184 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rnhB BSU16060 1677451 1678218 ribonuclease HII In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycbU BSU02660 287499 288611 putative lyase (PLP-dependent) ycbU BSU02660 +lytB BSU35630 3660648 3662765 modifier of major autolysin amidase LytC lytC // lytB // lytA lytC // lytB // lytA +yoaQ BSU18700 2040673 2041029 conserved hypothetical protein yoaQ BSU18700 +zwf BSU23850 2479156 2480625 glucose-6-phosphate 1-dehydrogenase (NADP-dependent) zwf BSU23850 +spoVAC BSU23420 2441804 2442256 mechanosensitive channel; stage V sporulation protein AC spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA +mntR BSU24520 2543440 2543868 transcriptional regulator (hydrogen peroxide sensing, allosterically regulated by Mn2+) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydiK BSU06000 648742 648933 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hisS BSU27560 2816535 2817809 histidyl-tRNA synthetase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tuaB BSU35600 3656752 3658203 putative exporter involved in biosynthesis of teichuronic acid tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB +yvyC BSU35350 3634425 3634754 putative flagellar protein of unknown function fliT // fliS // fliD // yvyC fliT // fliS // fliD // yvyC +ylyA BSU15440 1616267 1616641 sporulation-related RNA polymerase-binding factor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +aroE BSU22600 2367954 2369240 3-phosphoshikimate 1-carboxyvinyltransferase (5-enolpyruvoylshikimate-3-phosphate synthase) aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE +ltaSA BSU07260 796314 798233 exported glycerol phosphate lipoteichoic acid synthetase and anion-binding protein ltaSA BSU07260 +tcyM BSU29350 3005122 3005829 S-alkyl cysteine ABC transporter membrane subunit TcyM ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA +ypmR BSU21740 2290858 2291625 putative exported lipase/acylhydrolase (lipoprotein) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxdM BSU39630 4068550 4070418 ABC transporter membrane subunit YxdM In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ecsC BSU10060 1079422 1080132 putative hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yppE BSU22270 2338809 2339180 conserved protein of unknown function yppE // yppD yppE // yppD +asrE BSU_misc_RNA_74 2069732 2070115 small regulatory antitoxin RNA, toxin-antitoxin type I system (BsrE/AsrE) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nadE BSU03130 338288 339106 ammonium-dependent NAD+ synthetase nadE BSU03130 +yndM BSU17830 1916006 1916545 putative integral inner membrane protein yndM BSU17830 +sspI BSU28660 2931692 2931907 small acid-soluble spore protein sspI BSU28660 +rsbT BSU04690 520606 521007 switch protein/serine-threonine kinase; controls the activity of the anxiosome (stressosome) rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV +trnB-Lys BSU_TRNA_54 3173501 3173576 tRNA-Lys trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +purB BSU06440 700232 701527 adenylosuccinate lyase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE +bsrG BSU21546 2273594 2273710 phage toxin; type I toxin-antitoxin system In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yceC BSU02890 312159 312758 putative stress adaptation protein (tellurite resistance) yceH // yceG // yceF // yceE // yceD // yceC yceH // yceG // yceF // yceE // yceD // yceC +mnaA BSU35660 3664241 3665383 UDP-N-acetylglucosamine 2-epimerase mnaA BSU35660 +yomW BSU21200 2239083 2239589 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fadB BSU28540 2917166 2917942 enoyl-CoA hydratase etfA // etfB // fadB // fadR // lcfA etfA // etfB // fadB // fadR // lcfA +trmU BSU27500 2809413 2810528 tRNA-specific 2-thiouridylase trmU // yrvO // cymR trmU // yrvO // cymR +yfkL BSU07860 860303 861493 putative transporter YfkL In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpoA BSU01430 148931 149875 RNA polymerase (alpha subunit) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +appC BSU11400 1216210 1217121 oligopeptide ABC transporter membrane subunit AppC appC // appB // appA // appA // appF // appD appC // appB // appA // appA // appF // appD +des BSU19180 2089396 2090454 fatty acid desaturase des BSU19180 +ytiB BSU30690 3138321 3138884 carbonic anhydrase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ripX BSU23510 2448591 2449481 site-specific tyrosine recombinase for chromosome partitioning ripX // yqzK ripX // yqzK +phoC BSU36290 3738343 3739200 phosphatase of unidentified specificity (possibly promiscuous) phoC // glcR // ssbB phoC // glcR // ssbB +yfmC BSU07520 825787 826734 ferric citrate ABC transporter substrate-binding lipoprotein yfmF // yfmE // yfmD // yfmC yfmF // yfmE // yfmD // yfmC +epsJ BSU34280 3518999 3520033 putative glycosyl transferase involved in biofilm matrix formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +ydeF BSU05180 564713 566101 putative PLP-dependent transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rbgA BSU16050 1676532 1677380 ribosome biogenesis GTPase A In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +frlO BSU32600 3349761 3351029 fructosylamine ABC transporter substrate-binding lipoprotein frlD // frlM // frlN // frlO // frlB // yurQ // yurR frlD // frlM // frlN // frlO // frlB // yurQ // yurR +bdhA BSU06240 677911 678951 acetoin reductase/2,3-butanediol dehydrogenase bdhA BSU06240 +ywqI BSU36200 3727427 3727687 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yutH BSU32270 3316330 3317349 spore coat-associated protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypeB BSU22920 2397765 2399117 spore germination membrane component ypeB // sleB ypeB // sleB +ksgA BSU00420 50640 51518 dimethyladenosine 16S ribosomal RNA transferase ksgA // rnmV ksgA // rnmV +yxzF BSU38610 3964091 3964249 conserved protein of unknown function yxzF // aag yxzF // aag +yorW BSU20230 2170771 2171136 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xseA BSU24300 2526920 2528266 exodeoxyribonuclease VII (large subunit) ispA // xseB // xseA ispA // xseB // xseA +rpsD BSU29660 3035730 3036332 ribosomal protein S4 (BS4) ldsD // rpsD BSU_misc_RNA_93 // rpsD +pth BSU00530 59504 60070 peptidyl-tRNA hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hmoB BSU10100 1083229 1083729 heme-degrading monooxygenase hmoB BSU10100 +ywqL BSU36170 3724420 3725136 endonuclease V ywqL BSU36170 +yqzF BSU24110 2507020 2507256 conserved protein of unknown function yqzF BSU24110 +yokD BSU21630 2281667 2282485 aminoglycoside N3'-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +citH BSU39060 4010404 4011684 secondary transporter of divalent metal ions/citrate complexes citH BSU39060 +yjcF BSU11840 1256436 1256858 putative acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjoB BSU12420 1314453 1315724 informational ATPase possibly involved in protein degradation yjoB BSU12420 +malR BSU08190 891436 892200 transcriptional activator of the Mal operon malP // malR // malA malP // malR // malA +cotS BSU30900 3159691 3160746 spore coat protein ytxO // cotS // cotSA ytxO // cotS // cotSA +dctS BSU04450 497768 499375 DctS two-component sensory histidine kinase, phosphorylated // DctS two-component sensory histidine kinase dctP // dctR // dctS dctP // dctR // dctS +yqiH BSU24200 2515614 2515907 putative lipoprotein yqiK // yqiI // yqiH yqiK // yqiI // yqiH +ydgK BSU05680 613641 614849 putative efflux transporter ydgK BSU05680 +amj BSU04230 474731 475540 lipid II flippase amj BSU04230 +yodI BSU19610 2134244 2134495 putative spore coat protein yodI // yodH yodI // yodH +atpA BSU36830 3783878 3785386 ATP synthase (subunit alpha, component F1) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI +tatAY BSU05980 647760 647933 component of the twin-arginine pre-protein translocation pathway In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +forC2 BSU27220 2781209 2784151 formate dehydrogenase ForC2 forE2 // forC2 forE2 // forC2 +xtmA BSU12570 1325096 1325893 phage PBSX; prophage terminase (small subunit) ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA +yqcD BSU25940 2667045 2667380 conserved phage protein of unknown function; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rluD BSU15460 1617210 1618121 pseudouridylate synthase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +exuT BSU12360 1307446 1308714 hexuronate transporter uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC +nadR BSU27890 2850716 2851258 transcriptional repressor of de novo NAD biosynthesis nadR // nifS nadR // nifS +yozC BSU19300 2100147 2100350 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yyaH BSU40860 4196350 4196730 putative C-S lyase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvqK BSU33150 3400537 3401118 putative ATP:cob(I)alamin adenosyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoVK BSU17420 1874203 1875171 mother cell sporulation ATPase spoVK BSU17420 +yoaM BSU18660 2036039 2036722 putative SOS response associated protein; defective prophage 6 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bkdAA BSU24050 2499090 2500082 branched-chain alpha-keto acid dehydrogenase E1 subunit bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb +yjiB BSU12210 1291344 1292534 cytochrome P450 CYP109B1, monooxygenase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tuaC BSU35590 3655586 3656755 putative glycosyltransferase (teichuronic acid) tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB +yppC BSU22300 2339799 2340761 conserved protein of unknown function yppC BSU22300 +ydfE BSU05380 585155 585778 putative flavoprotein ydfE BSU05380 +yhaR BSU09880 1061491 1062258 putative dehydratase / isomerase yhaR BSU09880 +yosB BSU20180 2169497 2169676 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybcM BSU01900 213155 213469 putative enzyme In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +scoB BSU38980 4001329 4001979 succinyl CoA:3-oxoacid CoA-transferase (subunit B) yxjF // scoB // scoA // hbuT yxjF // scoB // scoA // hbuT ywmF BSU36680 3770365 3770865 putative integral membrane protein csbD // ywmF csbD // ywmF -ywzH BSU38499 3952108 3952257 conserved hypothetical membrane protein ywzH // dltE // dltD // dltC // dltB // dltA ywzH // dltE // dltD // dltC // dltB // dltA -yfmK BSU07440 817311 817757 Nε-lysine acetyltransferase yfmK BSU07440 -isp BSU13190 1386024 1386983 intracellular serine protease isp BSU13190 -ykzH BSU13050 1374068 1374292 conserved hypothetical protein ykzH BSU13050 -tuaG BSU35550 3651097 3651855 putative glycosyltransferase (teichuronic acid) tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB -BSU_36079 BSU_36079 3717326 3717805 doubtful CDS (putative in frame frameshift) -ywlG BSU36910 3790644 3791186 conserved protein of unknown function ywlG // ywlF ywlG // ywlF -yjiB BSU12210 1291344 1292534 cytochrome P450 CYP109B1, monooxygenase -yneN BSU18010 1929481 1929993 putative membrane-bound proteins with a thioredoxin-like domain yneN BSU18010 -yjdI BSU12060 1277686 1278165 cys-tRNApro deacetylase; tRNA editing yjdI BSU12060 -yxaD BSU40010 4109185 4109616 putative transcriptional regulator (MarR family) yxaD BSU40010 -kdgK BSU22110 2323601 2324575 2-keto-3-deoxygluconate kinase kdgT // kdgA // kdgK // kdgR kdgT // kdgA // kdgK // kdgR -ywrF BSU36080 3717999 3718616 putative flavin-binding monooxygenase -ymfD BSU16825 1755649 1756857 bacillibactin exporter -yraA BSU27020 2757492 2758001 deglycase; general stress protecting enzyme; protects against methylglyoxal toxicity adhA // yraA adhA // yraA -yjzD BSU11270 1204731 1204916 forespore targeted protein yjzD BSU11270 -yonG BSU21100 2229988 2230908 conserved protein of unknown function; phage SPbeta -ycxD BSU03560 406131 407465 putative PLP-dependent transcriptional regulator ycxD BSU03560 -yvdQ BSU34510 3542179 3542691 conserved protein of unknown function yvdQ BSU34510 -cwlA BSU25900 2664573 2665391 N-acetylmuramoyl-L-alanine amidase; skin element -yueD BSU31840 3265406 3266137 benzil reductase (benzoin forming) -yhfH BSU10230 1098120 1098260 conserved protein of unknown function -metK BSU30550 3127825 3129027 S-adenosylmethionine synthetase metK // alaP // asnB metK // alaP // asnB -yfhF BSU08510 924633 925544 putative nucleotide-or NAD-binding protein yfhD // yfhE // yfhF yfhD // yfhE // yfhF -yusD BSU32760 3364618 3364962 conserved protein of unknown function yusD // yusE yusD // yusE -ycbO BSU02580 281028 281714 putative Na+-driven exporter -ywoC BSU36490 3755291 3755860 putative enzyme of isochorismatase family BSU_36499 // ywoC // ywoB // ywoD BSU_36499 // ywoC // ywoB // ywoD -yhcD BSU09040 980313 980468 hypothetical protein yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI -yetO BSU07250 792682 795867 bifunctional P-450/NADPH-P450 reductase 1 -ykfB BSU12980 1366844 1367944 L-Ala-D/L-Glu epimerase ykfD // ykfC // ykfB // ykfA ykfD // ykfC // ykfB // ykfA +yrhP BSU27100 2768042 2768674 putative amino acid exporter yrhP BSU27100 +yoeD BSU18400 2004262 2004492 putative excisionase yoeD BSU18400 +ybfJ BSU02250 246094 246492 putative lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfkN BSU07840 855114 859502 exported 2',3'-cyclic-nucleotide 2'-phosphodiesterase, 2' (or 3') nucleotidase and 5' nucleotidase yfkN BSU07840 +yorF BSU20400 2185504 2186418 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoqD BSU20670 2199580 2200335 putative DNA-binding protein anti-repressor; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rsiO BSU33250 3411684 3412094 acid stress-sensitive anti sigma factor rsiO // oxdC rsiO // oxdC +yhcX BSU09250 998402 999943 putative amidohydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ythQ BSU30000 3070246 3071403 putative ABC efflux transporter membrane protein YthQ ythQ // ythP ythQ // ythP +sspO BSU17990 1926306 1926452 small acid-soluble spore protein sspP // sspO sspP // sspO +walR BSU40410 4153696 4154403 WalR two-component response regulator, phosphorylated // WalR two-component response regulator htrC // walJ // walI // walH // walK // walR htrC // walJ // walI // walH // walK // walR +ylmA BSU15340 1606560 1607354 ABC family transporter ATP-binding protein YlmA ylmA BSU15340 +xtrA BSU12550 1324149 1324355 phage PBSX; conserved protein of unknown function ykzK // xtrA // xkdD // xkdC // xkdB ykzK // xtrA // xkdD // xkdC // xkdB +rsiV BSU27130 2770350 2771207 anti-sigma(V) factor oatA // rsiV // sigV // yrhK oatA // rsiV // sigV // yrhK +ynaC BSU17510 1882040 1882831 conserved hypothetical protein; defective phage region In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yerI BSU06640 724987 725997 amicoumacin kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydiN BSU_06050 654978 655193 putative N-terminus of restriction enzyme; defective prophage 3 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylbE BSU14980 1568065 1568304 conserved hypothetical protein ylbE // ylbD ylbE // ylbD +yosQ BSU20050 2160565 2161086 SPbeta phage endodeoxyribonuclease (homing endonuclease, responsible for intron mobility) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yddI BSU04980 545026 545532 ICEBs1 mobile element: conserved protein of unknown function yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +yoyB BSU19259 2098102 2098329 conserved protein of unknown function yoyB BSU19259 +yobR BSU19060 2080351 2081094 putative acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yybD BSU40680 4181456 4181899 putative acetyltransferase yybC // yybD // yybE yybC // yybD // yybE +pbuO BSU29990 3068908 3070206 hypoxanthine/guanine permease pbuO BSU29990 +rpsNA BSU01290 141757 141942 ribosomal protein S14 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tlp BSU18030 1930447 1930698 small acid-soluble spore protein (thioredoxin-like protein) tlp // sspN tlp // sspN +araQ BSU28730 2939851 2940696 arabinose/arabinan permease abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA +ycnE BSU03870 439282 439569 putative AI-2 degrading enzyme ycnD // ycnE ycnD // ycnE +ywpF BSU36330 3741182 3741592 conserved protein of unknown function ywpF BSU36330 +trnSL-Arg2 BSU_TRNA_84 2899816 2899889 tRNA-Arg In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +citR BSU09430 1020073 1020948 transcriptional regulator CitR (LysR family) citR BSU09430 +cotSA BSU30910 3160761 3161894 spore coat protein ytxO // cotS // cotSA ytxO // cotS // cotSA +dppE BSU12960 1364151 1365800 dipeptide ABC transporter substrate-binding lipoprotein dppE // dppD // dppC // dppB // dppA dppE // dppD // dppC // dppB // dppA +flhF BSU16400 1709747 1710847 GTPase involved in the export of flagella and number regulation swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +tdh BSU16990 1770461 1771504 threonine 3-dehydrogenase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvrO BSU33270 3413350 3414039 ABC family transporter ATP-binding protein YvrO yvrN // yvrO // yvrP yvrN // yvrO // yvrP +yitK BSU11020 1180909 1181400 putative RNA or cyclic d-GMP binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybfE BSU02180 238164 238448 conserved protein of unknown function (C-terminal end) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yozN BSU19270 2098859 2099122 conserved protein of unknown function (mother cell in sporulation) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycgF BSU03090 334630 335259 putative aminoacid export permease ycgG // ycgF ycgG // ycgF +yloU BSU15830 1656064 1656426 putative factor involved in malonyl-CoA synthesis yloV // yloU yloV // yloU +yrdB BSU26770 2733772 2734143 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnSL-Val1 BSU_TRNA_78 194283 194358 tRNA-Val trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 +bdbC BSU33470 3437644 3438060 thiol-disulfide oxidoreductase bdbC // bdbD bdbC // bdbD +yoyK BSU21598 2278108 2278347 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hutI BSU39370 4045245 4046510 imidazolone-5-propionate hydrolase hutM // hutG // hutI // hutU // hutH // hutP hutM // hutG // hutI // hutU // hutH // hutP +rrnI-23S BSU_RRNA_14 162610 165535 ribosomal RNA-23S In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytxG BSU29780 3047593 3048015 general stress protein brxC // ytxH // ytxG brxC // ytxH // ytxG +mdtP BSU32880 3374956 3376581 multidrug-efflux transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +comC BSU28070 2864426 2865172 membrane prepilin peptidase comC BSU28070 +yotE BSU19910 2154705 2154851 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mtnE BSU13580 1425641 1426837 2-oxo-4-methylthiobutanoate-glutamine aminotransferase mtnE BSU13580 +araR BSU33970 3485670 3486758 transcriptional repressor of the ara regulon (LacI family) araR BSU33970 +ydgI BSU05660 612191 612820 nitroreductase of unidentified specificity (reduces 5-(aziridin-1-yl)-2,4-dinitrobenzamide prodrug) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yuxO BSU31670 3252405 3252785 putative proofreading thioesterase in bacillibactin biosynthesis yuxO // comA yuxO // comA yukE BSU31910 3276141 3276434 small WGX100 secreted protein (ESX-dependent secretion) yueC // yueB // yukB // yukC // yukD // yukE yueC // yueB // yukB // yukC // yukD // yukE -fliT BSU35320 3632150 3632491 flagellar assembly protein FliT involved in control of flagella expression fliT // fliS // fliD // yvyC fliT // fliS // fliD // yvyC -yyaD BSU40940 4203424 4204440 putative transporter yyaD BSU40940 -yfhD BSU08490 924210 924401 conserved hypothetical protein yfhD // yfhE // yfhF yfhD // yfhE // yfhF -csbC BSU39810 4088002 4089387 putative metabolite transporter csbC BSU39810 -yndK BSU17810 1914630 1914995 putative phage/plasmid replication protein -yteA BSU30840 3154007 3154726 putative regulatory protein yteA BSU30840 -yjcR BSU11960 1267574 1268101 putative phage-related nucleic acid binding terminase small subunit; phage island -metA BSU21910 2305378 2306283 homoserine O-acetyltransferase metA BSU21910 -yflJ BSU07660 838783 838920 conserved hypothetical protein -rplGA BSU16620 1733687 1733989 K-turn RNA binding protein rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS -aadK BSU26790 2735682 2736536 aminoglycoside 6-adenylyltransferase -ytxG BSU29780 3047593 3048015 general stress protein brxJ // ytxH // ytxG brxJ // ytxH // ytxG -yopC BSU20940 2213536 2214864 conserved protein of unknown function; phage SPbeta -yckC BSU03390 369236 369691 conserved integral membrane protein of unknown function yckC BSU03390 -yeeC BSU06780 744851 745999 conserved hypothetical protein; HGT island -yqeF BSU25700 2647920 2648651 putative lipoprotein; putative esterase -nupQ BSU31570 3243657 3244616 permease of ABC guanosine transporter nupQ // nupP // nupO // nupN nupQ // nupP // nupO // nupN -ysnD BSU28320 2897788 2898123 inner spore coat protein ysnD BSU28320 -ytwF BSU30310 3102201 3102512 putative sulfur transferase -lnrK BSU08300 905010 905672 two-component response regulator [YfiJ] lnrK // lnrJ lnrK // lnrJ -ydjB BSU06120 663601 663936 hypothetical protein; prophage region 3 -yesV BSU07040 769487 770113 putative integral inner membrane component -ywqA BSU36280 3735449 3738217 ATPase involved in RNA remodelling DNA recombination and repair ywqA BSU36280 -yrrS BSU27300 2788920 2789621 conserved hypothetical protein yrrS // pbpI yrrS // pbpI -yvzB BSU35150 3609420 3609902 putative flagellin yvzB BSU35150 -xlyA BSU12810 1347289 1348182 phage PBSX; N-acetylmuramoyl-L-alanine amidase -ydzO BSU05329 579047 579232 hypothetical protein -yxdM BSU39630 4068550 4070418 ABC transporter (permease); efflux of cationic peptides -yyaP BSU40760 4186608 4187174 putative oxidoreductase -yrkE BSU26540 2713320 2713802 putative protein involved in sulfur metabolism (DsrE-like) -cotZ BSU11740 1249442 1249888 spore coat protein (insoluble fraction, crust layer) cotZ // cotY cotZ // cotY -xynB BSU17580 1888774 1890375 xylan beta-1,4-xylosidase xynB // xynP xynB // xynP -ydaT BSU04380 492989 493441 conserved protein of unknown function ydaS // ydaT ydaS // ydaT -cheA BSU16430 1712815 1714833 chemotactic two-component sensor histidine kinase swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -ypoP BSU21700 2288194 2288619 putative transcriptional regulator (MarR family) ypoP BSU21700 -yqfC BSU25360 2616667 2616948 conserved sporulation protein of unknown function yqfD // yqfC yqfD // yqfC -yopN BSU20830 2208008 2208325 hypothetical protein; phage SPbeta -bltD BSU26600 2718344 2718802 spermine/spermidine acetyltransferase bltD // blt bltD // blt -ycgQ BSU03240 349996 350853 conserved protein of unknown function -lepA BSU25510 2630910 2632748 ribosomal elongation factor, GTPase mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA -putC BSU03210 345479 347026 1-pyrroline-5-carboxylate dehydrogenase putP // putC // putB putP // putC // putB -yqgY BSU24780 2564638 2564883 conserved protein of unknown function yqgY BSU24780 -ybfI BSU02220 242834 243661 putative transcriptional regulator (AraC/XylS family, cupin family) -yugK BSU31360 3222195 3223367 NADH-dependent butanol dehydrogenase subunit yugK BSU31360 -ybzI BSU02019 222971 223234 conserved protein of unknown function -yeeK BSU06850 753265 753702 spore inner coat protein -acoL BSU08090 882266 883642 acetoin dehydrogenase E3 component (dihydrolipoamide dehydrogenase) acoL // acoC // acoB // acoA acoL // acoC // acoB // acoA -yqjX BSU23700 2464227 2464565 conserved protein of unknown function yqjX // polYB yqjX // polYB -hisB BSU34900 3585690 3586274 imidazoleglycerol-phosphate dehydratase [Mn(II)-dependent] -cotB BSU36050 3714739 3715881 spore coat protein (outer) cotB BSU36050 -ypbF BSU22990 2405114 2405557 conserved protein of unknown function -deoC BSU39420 4051602 4052273 deoxyribose-phosphate aldolase pdp // nupC // deoC // deoR pdp // nupC // deoC // deoR -xkdK BSU12650 1332402 1333802 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA -ypsA BSU22190 2332153 2332782 conserved protein of unknown function -yjbK BSU11580 1235912 1236484 putative RNA/thiamine triphosphatase -yybP BSU40560 4169166 4169612 putative manganese-binding lipoprotein yybP BSU40560 -yoyG BSU19749 2145820 2146053 putative toxin of a type I toxin family (sporulation operon) -ylxF BSU16260 1697651 1698265 putative kinesin-like protein swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -nrdI BSU17370 1868617 1869009 co-factor of ribonucleotide diphosphate reductase ymaB // nrdF // nrdE // nrdI ymaB // nrdF // nrdE // nrdI -yozN BSU19270 2098859 2099122 conserved protein of unknown function (mother cell in sporulation) -yoqD BSU20670 2199580 2200335 putative DNA-binding protein anti-repressor; phage SPbeta -yolB BSU21530 2272534 2272890 conserved protein of unknown function; phage SPbeta -BSU_36739 BSU_36739 3775382 3775522 hypothetical protein -era BSU25290 2610041 2610946 maturation of 16S RNA and assembly of 30S ribosomal subunit GTPase era // cdd era // cdd -yqaD BSU26360 2699510 2699677 conserved phage protein of unknown function; skin element -yoaO BSU18680 2038902 2039390 conserved protein of unknown function -skfH BSU01980 219607 220032 sibling killing effect; sporulation killing factor biosynthesis and export skfH // skfG // skfF // skfE // skfC // skfB // skfA skfH // skfG // skfF // skfE // skfC // skfB // skfA -ycgB BSU03030 326888 327469 putative integral inner membrane protein of unknown function ycgB BSU03030 -BSU_27035 BSU_27035 2759985 2760152 hypothetical protein BSU_27035 // sacC // levG // levF // levE // levD BSU_27035 // sacC // levG // levF // levE // levD -malS BSU29880 3056849 3058549 NAD-dependent malic enzyme (conversion of malate into pyruvate) malS BSU29880 -uppP BSU31150 3194635 3195465 undecaprenyl-pyrophosphate phosphatase -ynzB BSU17740 1907013 1907201 conserved protein involved in spore germination -ligA BSU06620 721613 723619 DNA ligase (NAD-dependent) yerH // ligA // pcrA // pcrB yerH // ligA // pcrA // pcrB -yfkL BSU07860 860303 861493 efflux transporter -BSU_18689 BSU_18689 2039415 2039570 hypothetical protein -yvdA BSU34670 3561590 3562183 putative carbonic anhydrase -pgdS BSU35860 3696257 3697498 gamma-DD-glutamyl hydrolase (PGA depolymerase) pgdS BSU35860 -ymfJ BSU16880 1760464 1760721 putative enzyme +dhbB BSU31970 3287675 3288613 isochorismatase (siderophore specific) dhbF // dhbB // dhbE // dhbC // dhbA dhbF // dhbB // dhbE // dhbC // dhbA +yqbK BSU26075 2679588 2680988 putative phage tail sheath protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjzD BSU11270 1204731 1204916 forespore targeted protein yjzD BSU11270 +iscS BSU29590 3026957 3028102 cysteine desulfurase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yclK BSU03760 427247 428668 two-component sensor histidine kinase [YclJ] yclK // yclJ // phrC // rapC yclK // yclJ // phrC // rapC +khtT BSU09860 1060427 1060924 K+/H+ antiporter for K+ efflux In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ctsR BSU00830 101449 101913 transcriptional regulator of class III stress genes disA // radA // clpC // mcsB // mcsA // ctsR disA // radA // clpC // mcsB // mcsA // ctsR +comGD BSU24700 2557252 2557683 membrane component of the DNA transport pilin platform spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA +yeeI BSU06840 752412 753131 putative DNA integrase or transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yorK BSU20350 2179526 2181256 putative single-strand DNA-specific exonuclease; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +efeB BSU38260 3926682 3927932 peroxidase converting ferric iron into ferrous iron efeB // efeO // efeU efeB // efeO // efeU +xkdJ BSU12640 1331743 1332183 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA +ykrK BSU13480 1414125 1414826 regulator of quality control In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +accA BSU29200 2987731 2988708 acetyl-CoA carboxylase (carboxyltransferase alpha subunit) accD // accA accD // accA +trnSL-Ala1 BSU_TRNA_86 3194455 3194527 tRNA-Ala In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yyaQ BSU40750 4186092 4186448 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnS-Leu2 BSU_TRNA_51 529336 529422 tRNA-Leu In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dat BSU09670 1041994 1042842 D-alanine aminotransferase dat BSU09670 +spoVAB BSU23430 2442269 2442694 stage V sporulation protein AB spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA +sodF BSU19330 2104056 2104901 superoxide dismutase (Fe2+-dependent) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqaF BSU26340 2698486 2698716 putative transcriptional regulator; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pepF BSU11540 1231083 1233095 oligoendopeptidase F In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sacP BSU38050 3903646 3905031 phosphotransferase system (PTS) sucrose-specific enzyme IIBC component ywdA // sacA // sacP ywdA // sacA // sacP +yjlC BSU12280 1298612 1299034 conserved hypothetical protein ndh // yjlC ndh // yjlC +cotX BSU11760 1250656 1251174 spore coat protein (insoluble fraction) cotX // cotW // cotV cotX // cotW // cotV +yhzG BSU09259 1000027 1000218 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnD-Leu2 BSU_TRNA_44 953213 953294 tRNA-Leu trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +yngJ BSU18260 1956218 1957360 isovaleryl-CoA dehydrogenase (leucine degradation) yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ +cadA BSU33490 3438853 3440961 Cd2+ / Zn2+ / Co2+ exporting P-type ATPase cadA BSU33490 +ykoT BSU13390 1403479 1404492 putative glycosyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +adeR BSU31920 3276955 3278223 transcriptional activator (AdeR-alanine) adeR BSU31920 +ssrA BSU_MISC_RNA_55 3450712 3451071 transfer-messenger RNA (tmRNA, 10Sa RNA) secG // rnr // yvaK // smpB // ssrA secG // rnr // yvaK // smpB // ssrA +ykzD BSU13290 1395371 1395508 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yuxK BSU31500 3235806 3236219 putative thiol-disulfide oxidoreductase yuxK // pbpD yuxK // pbpD +yhfH BSU10230 1098120 1098260 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tagF BSU35720 3676159 3678399 CDP-glycerol:polyglycerol phosphate glycero-phosphotransferase (poly(glycerol phosphate) polymerase) tagF // tagE // tagD tagF // tagE // tagD +yxzI BSU39129 4018786 4018974 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfkF BSU07910 863862 865037 putative efflux transporter yfkF BSU07910 +sspB BSU09750 1050031 1050234 small acid-soluble spore protein (beta-type SASP) sspB BSU09750 +ypmT BSU21720 2290078 2290272 conserved hypothetical protein ypmT BSU21720 +thrB BSU32240 3312844 3313773 homoserine kinase thrB // thrC // hom thrB // thrC // hom +lctP BSU03060 330771 332396 L-lactate permease lctP // ldh lctP // ldh +cccA BSU25190 2599523 2599885 cytochrome c550 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +artP BSU23980 2492029 2492796 arginine ABC transporter substrate-binding lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sdpB BSU33760 3464762 3465733 export step of killing factor SdpC sdpC // sdpB // sdpA sdpC // sdpB // sdpA +maa BSU40850 4195778 4196332 maltose O-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rrnH-5S BSU_RRNA_24 171197 171314 ribosomal RNA-5S In SUBSEQ, `end' (3) is beyond the end of the sequence (0). trpS BSU11420 1218113 1219105 tryptophanyl-tRNA synthetase trpS BSU11420 -xkdA BSU12500 1320570 1321166 phage PBSX; putative peptidase xkdA BSU12500 -BSU_02585 BSU_02585 281675 281809 hypothetical protein -yxxF BSU39240 4030710 4031645 putative transporter yxxF BSU39240 -rocE BSU40330 4142675 4144078 arginine/ornithine/gamma-aminobutyrate permease argI // rocE // rocD argI // rocE // rocD -ylzH BSU15069 1575051 1575236 conserved protein,of unknown function -rbgA BSU16050 1676532 1677380 ribosome biogenesis GTPase A -pksI BSU17170 1792012 1792761 decarboxylase involved in bacillaene synthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC -yycP BSU40270 4137626 4138789 conserved hypothetical protein yycQ // yycP // yycO yycQ // yycP // yycO -yoqU BSU20510 2193248 2193661 conserved hypothetical protein; phage SPbeta yoqU BSU20510 -yomH BSU21360 2256062 2256820 conserved protein of unknown function; phage SPbeta -ykqA BSU14500 1519635 1520468 putative gamma-glutamylcyclotransferase (bacillithiol degradation) -pbpA BSU25000 2581771 2583921 transpeptidase (penicillin-binding protein 2A) -yqaR BSU26210 2690381 2690845 spore protein YqaR; skin element -rtbE BSU39290 4036344 4036787 antitoxin factor of the RttD-RttE toxin-antitoxin system yxxE // rtbE // rtbD yxxE // rtbE // rtbD -glmM BSU01770 198497 199843 phosphoglucosamine mutase glmM // cdaR // cdaA glmM // cdaR // cdaA -znuA BSU02850 308332 309291 Zn(II)-binding lipoprotein znuB // znuC // znuA znuB // znuC // znuA -ykzS BSU13819 1448013 1448207 conserved hypothetical protein (HGT island) -rpsD BSU29660 3035730 3036332 ribosomal protein S4 (BS4) ldsD // rpsD BSU_misc_RNA_93 // rpsD -glgP BSU30940 3163735 3166131 glycogen phosphorylase glgP // glgA // glgD // glgC // glgB glgP // glgA // glgD // glgC // glgB -ywzA BSU38180 3918777 3919022 conserved protein of unknown function ywzA BSU38180 -purE BSU06420 698612 699100 N5-carboxyaminoimidazole ribonucleotide mutase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE -citM BSU07610 834383 835684 transporter of divalent metal ions/citrate complexes yflN // citM yflN // citM -xkdB BSU12520 1322014 1322850 phage PBSX; conserved hypothetical protein ykzK // xtrA // xkdD // xkdC // xkdB ykzK // xtrA // xkdD // xkdC // xkdB -sacB BSU34450 3536012 3537433 levansucrase; levanase (moonlighting) yveA // levB // sacB yveA // levB // sacB -ggaA BSU35690 3670035 3671375 poly(glucosyl N-acetylgalactosamine 1-phosphate) glucosyltransferase (missing signal peptide) ggaB // ggaA ggaB // ggaA -spoIIT BSU36770 3779293 3780033 sporulation protein -argJ BSU11200 1196091 1197311 ornithine acetyltransferase; amino-acid acetyltransferase argF // carB // carA // argD // argB // argJ // argC argF // carB // carA // argD // argB // argJ // argC -yjmD BSU12330 1304442 1305461 putative oxidoreductase uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC -yjcS BSU11970 1268275 1268592 conserved hypothetical protein; phage island -scoB BSU38980 4001329 4001979 succinyl CoA:3-oxoacid CoA-transferase (subunit B) yxjF // scoB // scoA // hbuT yxjF // scoB // scoA // hbuT -bglA BSU40110 4121166 4122605 aryl-6-phospho-beta-glucosidase bglA // yyzE bglA // yyzE -ywsB BSU35970 3707144 3707680 putative cell wall binding enzyme ywsB BSU35970 -sdaAA BSU15860 1658930 1659832 L-serine dehydratase (alpha chain) -ymcB BSU17010 1772843 1774372 enzyme for ms(2)i(6)A formation for tRNA modification -yitS BSU11110 1187700 1188551 fatty acid kinase fatty acid binding subunit B yitS BSU11110 -yorK BSU20350 2179526 2181256 putative single-strand DNA-specific exonuclease; phage SPbeta -yomV BSU21210 2239586 2240296 conserved protein of unknown function; phage SPbeta -yvfG BSU34210 3513887 3514105 conserved protein of unknown function yvfG BSU34210 -yqhB BSU24750 2561585 2562913 putative membrane associated enzyme yqhB BSU24750 -yqbO BSU26030 2672706 2677463 putative tape measure protein; skin element -yhgB BSU10090 1082870 1083184 hypothetical protein -gerD BSU01550 158515 159072 lipoprotein factor mediating clustering of germination proteins gerD BSU01550 -ythA BSU30710 3139431 3140762 putative cytochrome bd menaquinol oxidase subunit I -yurS BSU32650 3354212 3354487 conserved protein of unknown function yurS // sspG yurS // sspG -argG BSU29450 3013133 3014344 argininosuccinate synthase -yczC BSU02710 292881 293264 putative integral membrane protein of unknown function yczC BSU02710 -yhbE BSU08950 971374 972087 bactofilin -gutR BSU06140 664775 667264 transcriptional regulator of the glucitol operon gutR BSU06140 -yfmR BSU07370 809557 811446 putative energy-dependent translational throttle A yfmR BSU07370 -yuzE BSU31810 3263835 3264224 conserved protein of unknown function yuzE BSU31810 -epsK BSU34265 3517485 3519002 putative extracellular matrix component exporter; putative cyclic di-GMP receptor epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA -comFA BSU35470 3642167 3643558 ATP-dependent helicase competence protein yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM -yfjC BSU08150 887364 888131 conserved protein of unknown function yfjF // yfjE // yfjD // yfjC // yfjB // yfjA yfjF // yfjE // yfjD // yfjC // yfjB // yfjA -yitG BSU10980 1175985 1177253 putative efflux transporter yitF // yitG yitF // yitG -cotT BSU12090 1280626 1280874 spore coat protein (inner coat) cotT BSU12090 -ytzI BSU30659 3136768 3136944 conserved protein of unknown function ytzI BSU30659 -yxkI BSU38780 3981227 3982915 putative membrane protease yxkI BSU38780 -yxaJ BSU39950 4103762 4104187 putative integral membrane protein of unknown function yxaL // yxaJ yxaL // yxaJ -yfmG BSU07480 820867 822330 putative enzyme yfmG BSU07480 -yloB BSU15650 1637965 1640637 P-type calcium transport ATPase (sporulation) yloB BSU15650 -dapA BSU16770 1748368 1749240 4-hydroxy-tetrahydrodipicolinate synthase dapA // dapG // asd // spoVFB // spoVFA dapA // dapG // asd // spoVFB // spoVFA -ytsP BSU29640 3033167 3033658 free methionine-(R)-sulfoxide reductase ytsP BSU29640 -yosC BSU20170 2168910 2169452 conserved hypothetical protein; phage SPbeta -yonN BSU21050 2225337 2225615 HU-related DNA-binding protein; phage SPbeta -yebG BSU06410 698092 698289 conserved hypothetical protein -gcvPA BSU24560 2546869 2548215 glycine decarboxylase (subunit 1) (glycine cleavage system protein P) gcvPB // gcvPA // gcvT gcvPB // gcvPA // gcvT -yqzI BSU25850 2660574 2660732 hypothetical protein; skin element -yrbC BSU27820 2843106 2843828 putative factor regulating gene expression -infA BSU01390 147585 147803 initiation factor IF-I -ytrB BSU30450 3117976 3118854 ABC transporter (ATP-binding protein) involved in resistance to cell wall inhibitors ytrG // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA BSU_30466 // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA -ydiK BSU06000 648742 648933 conserved hypothetical protein -ytnM BSU29280 2998796 2999698 putative transporter ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA -rtpA BSU02530 277160 277321 anti-TRAP regulator ycbK // rtpA ycbK // rtpA -yrhD BSU27230 2784170 2784652 conserved protein of unknown function -tsaE BSU05910 641654 642130 protein kinase TsaE -yetH BSU07160 785543 785905 putative lyase/dioxygenase -conE BSU04940 538734 541229 component of the ICEBs1 conjugation machinery -yvfU BSU34060 3495876 3496478 two-component response regulator [YvfT] -cccB BSU35270 3625741 3626079 cytochrome c551 cccB // yvjA cccB // yvjA -yqbM BSU26060 2679142 2679585 putative tail tube protein; skin element -asnO BSU10790 1157237 1159081 asparagine synthetase (sporulation related) asnO BSU10790 -iolC BSU39740 4081029 4082006 2-deoxy-5-keto-D-gluconic acid kinase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA -ydzA BSU04240 475584 475874 conserved protein of unknown function ydzA BSU04240 -licB BSU38590 3961566 3961874 phosphotransferase system (PTS) lichenan-specific enzyme IIB component licH // licA // licC // licB licH // licA // licC // licB -yjcH BSU11860 1257414 1258136 putative stress-related hydrolase -antE BSU25220 2602979 2603275 hypothetical protein antE BSU25220 -rluD BSU15460 1617210 1618121 pseudouridylate synthase -rasP BSU16560 1724029 1725297 inner membrane zinc metalloprotease required for the extracytoplasmic stress response mediated by sigma(W) +comA BSU31680 3252804 3253448 ComA two-component response regulator, phosphorylated // ComA two-component response regulator yuxO // comA yuxO // comA +ydfA BSU05340 579889 581196 arsenite/antimonite/H+ antiporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxjM BSU38900 3993162 3994382 two-component sensor histidine kinase [YxjL] In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rho BSU37080 3803400 3804683 transcriptional terminator Rho In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ygaO BSU08890 966196 966669 putative integral inner membrane protein ygzD // ygaO ygzD // ygaO +ywbE BSU38350 3935591 3935788 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoIIIAF BSU24380 2533692 2534312 stage III sporulation protein (feeding tube apparatus) spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV +yizC BSU11139 1190036 1190233 conserved hypothetical protein; genus orphan In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrkS BSU26400 2701979 2702143 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +plsX BSU15890 1662547 1663548 phosphate:acyl-ACP acyltransferase fabG // fabD // plsX // fapR fabG // fabD // plsX // fapR +ypzC BSU23320 2433137 2433373 hypothetical protein ypzC BSU23320 +pabA BSU00750 84290 84874 4-amino-4-deoxychorismate synthase; anthranilate synthase (subunit II) lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB +nadA BSU27850 2845955 2847061 quinolinate synthetase nadA // nadC // nadB nadA // nadC // nadB +yesY BSU07070 774138 774791 rhamnogalacturonan acetylesterase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rrnB-23S BSU_RRNA_20 3173991 3176918 ribosomal RNA-23S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +sacX BSU38410 3942234 3943613 negative regulator of SacY sacY // sacX sacY // sacX +yuzI BSU31319 3218215 3218478 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxjO BSU38880 3991718 3992593 putative transcriptional regulator (LysR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tboT BSU_MISC_RNA_48 2961232 2961479 T-box riboswitch specific of threonine tRNA ligase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrdN BSU26660 2725114 2725503 putative tautomerase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trhP1 BSU27340 2792860 2794128 tRNA wobble base hydroxylation protein TrhP1 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gltP BSU02340 253518 254762 proton/glutamate symport protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gerKC BSU03710 421734 422957 spore germination receptor subunit gerKB // gerKC // gerKA gerKB // gerKC // gerKA +ylbL BSU15050 1572765 1573790 putative degradative enzyme In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywjA BSU37230 3819754 3821481 ABC family transporter, ATP-binding/membrane protein YwjA ywjA BSU37230 +yfjM BSU08040 877599 878051 conserved hypothetical protein yfjL // yfjM yfjL // yfjM +xynA BSU18840 2054599 2055240 secreted endo-1,4-beta-xylanase xynA BSU18840 +yknY BSU14360 1505416 1506108 putative transporter (SDP resistance) ATP-binding protein yknZ // yknY // yknX // yknW yknZ // yknY // yknX // yknW +phrE BSU25840 2660330 2660464 regulator peptide of the activity of phosphatase RapE; skin element phrE // rapE phrE // rapE +ysnF BSU28340 2898931 2899752 putative stress response protein ysnF BSU28340 +yxnA BSU40000 4108058 4109128 putative oxidoreductase yxnA BSU40000 yceH BSU02940 316512 317603 putative reactive oxygen species resistance protein yceH // yceG // yceF // yceE // yceD // yceC yceH // yceG // yceF // yceE // yceD // yceC -yosT BSU20010 2158724 2159173 putative transcription modulator; phage SPbeta -yqeI BSU25650 2644346 2644636 50S RNA-binding protein -yqhO BSU24510 2542439 2543314 putative lipase / acyl esterase -accC BSU24340 2530354 2531706 acetyl-CoA carboxylase subunit (biotin carboxylase subunit) yqhY // accC // accB yqhY // accC // accB -ytcP BSU30170 3087321 3088181 putative ABC transporter (permease) -ybcC BSU01845 206941 209556 conserved transmembrane protein coupled to NADH-ubiquinone oxidoreductase chain 5 homolog; prophage 1 region -rpmC BSU01240 139924 140124 ribosomal protein L29 -yesP BSU06980 762942 763871 rhamnogalacturonan permease -yqkC BSU23650 2461621 2461860 conserved protein of unknown function yqkC // yqkB // yqkA // yqjZ // yqjY yqkC // yqkB // yqkA // yqjZ // yqjY -mutM BSU29080 2972329 2973159 formamidopyrimidine-DNA glycosylase; 5-hydroxymethyl-uracil DNA-glycosylase -nagA BSU35010 3595356 3596546 N-acetylglucosamine-6-phosphate deacetylase nagR // nagB // nagA nagR // nagB // nagA -seaA BSU22850 2391861 2392754 conserved membrane protein of unknown function ypzH // seaA // yphA ypzH // seaA // yphA -ydhC BSU05700 615871 616545 putative transcriptional regulator (GntR family) -yxeH BSU39550 4063684 4064496 sugar-phosphate hydrolase (promiscuous) yxeH // yxeG // yxeF yxeH // yxeG // yxeF -ypbS BSU22020 2312207 2312464 spore associated protein ypbS BSU22020 -yvbK BSU33890 3476043 3476510 putative N-acyltransferase yvbK BSU33890 -thiG BSU11690 1245041 1245811 thiazole synthase thiD // thiF // thiG // thiS // thiO // tenI // tenA thiD // thiF // thiG // thiS // thiO // tenI // tenA -yodN BSU19670 2138037 2138717 conserved hypothetical protein -addB BSU10620 1136320 1139820 ATP-dependent deoxyribonuclease (subunit B) addA // addB addA // addB -flhB BSU16380 1706599 1707681 component of the flagellar export machinery swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -yocC BSU19160 2087696 2088193 conserved protein of unknown function -sacY BSU38420 3943667 3944509 transcriptional antiterminator sacY // sacX sacY // sacX -yopS BSU20780 2203779 2204003 putative transcriptional regulator, lambda repressor-like; phage SPbeta yopS BSU20780 -BSU_35678 BSU_35678 3666841 3667059 hypothetical protein -murG BSU15220 1591540 1592631 UDP-N-acetylglucosamine-N-acetylmuramyl- (pentapeptide)pyrophosphoryl-undecaprenol N-acetylglucosamine transferase sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE -dnaJ BSU25460 2624785 2625912 co-factor of molecular chaperone mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA -yoxB BSU18520 2019797 2020567 conserved protein of unknown function yoaA // yoxB // yoxC yoaA // yoxB // yoxC -yotM BSU19830 2152265 2152852 hypothetical protein; phage SPbeta -ybeC BSU02120 231348 232967 H+/serine transporter ybeC BSU02120 -BSU_26449 BSU_26449 2706534 2706782 hypothetical protein -mmgB BSU24160 2511973 2512836 3-hydroxybutyryl-CoA dehydrogenase mmgF // prpD // mmgD // mmgC // mmgB // mmgA mmgF // prpD // mmgD // mmgC // mmgB // mmgA -ythQ BSU30000 3070246 3071403 putative ABC transporter (permease) ythQ // ythP ythQ // ythP -yncM BSU17690 1903511 1904233 conserved exported protein +yqgA BSU25050 2587996 2588424 cell wall protein yqgA BSU25050 rpoB BSU01070 121919 125500 RNA polymerase (beta subunit) rpoB BSU01070 -yefC BSU06750 739878 740213 putative resolvase; HGT island -BSU_18275 BSU_18275 1957746 1957919 conserved protein of unknown function -rplT BSU28850 2952224 2952583 ribosomal protein L20 ysdA // rplT // rpmI // infC ysdA // rplT // rpmI // infC -yvcA BSU34850 3581965 3582690 putative lipoprotein -ylxP BSU16640 1736156 1736434 fragment of conserved protein rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS -ydfK BSU05450 593407 594096 putative integral inner membrane protein ydfK BSU05450 -hutU BSU39360 4043574 4045232 urocanase hutM // hutG // hutI // hutU // hutH // hutP hutM // hutG // hutI // hutU // hutH // hutP -yyzM BSU40939 4203124 4203330 putative nucleic acid binding protein -rghRA BSU33660 3456667 3457074 transcriptional repressor -ylbD BSU14970 1567651 1568049 sporulation-related protein (coat) ylbE // ylbD ylbE // ylbD -coiA BSU11530 1229915 1231036 protein involved in establishment of DNA transport in competence coiA BSU11530 -yhxD BSU10430 1117734 1118633 putative oxidoreductase yhxD BSU10430 -yydA BSU40230 4134436 4134915 23S rRNA (pseudouridine1915-N3)-methyltransferase -fliF BSU16210 1692496 1694106 flagellar basal-body M-ring protein swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -ywcB BSU38230 3923920 3924228 subunit of acetate transporter as a volatile signal for biofilm formation -yknT BSU14250 1494403 1495368 spore protein cse15 yknT BSU14250 -yoqI BSU20620 2198070 2198264 conserved hypothetical protein; phage SPbeta -coaD BSU15020 1570078 1570563 phosphopantetheine adenylyltransferase -yxiG BSU39190 4021429 4021845 conserved hypothetical protein -yqfL BSU25240 2604121 2604933 bifunctional ADP-dependent kinase-Pi-dependent pyrophosphorylase / positive regulator of gluconeogenesis yqfL // ccpN yqfL // ccpN -ldcB BSU19620 2134566 2135387 LD-carboxypeptidase -ykvA BSU13630 1430161 1430481 conserved hypothetical protein ykvA BSU13630 -skfB BSU01920 214175 215407 synthesis of sporulation killing factor A skfH // skfG // skfF // skfE // skfC // skfB // skfA skfH // skfG // skfF // skfE // skfC // skfB // skfA -artP BSU23980 2492029 2492796 high affinity arginine ABC transporter binding lipoprotein -ywdI BSU37950 3895805 3896122 conserved protein of unknown function ywdK // ywdJ // ywdI ywdK // ywdJ // ywdI -sftA BSU29805 3049725 3052583 DNA translocase -mcsB BSU00850 102484 103575 protein arginine kinase disA // radA // clpC // mcsB // mcsA // ctsR disA // radA // clpC // mcsB // mcsA // ctsR -yjzI BSU12229 1293776 1293964 putative phage protein yjzI BSU12229 -yerA BSU06560 713664 715406 putative adenine deaminase YerA -ysfB BSU28670 2931976 2933082 putative transcriptional regulator (glycolate degradation operon) -ywnF BSU36580 3761987 3762421 conserved protein of unknown function ywnF BSU36580 -mdxJ BSU34580 3551479 3552363 putative component of maltodextrin transporter -ydeO BSU05280 574690 575562 putative integral inner membrane protein ydeO BSU05280 -appD BSU11360 1211477 1212463 oligopeptide ABC transporter (ATP-binding protein) appC // appB // appA // appA // appF // appD appC // appB // appA // appA // appF // appD -yjzG BSU11929 1265677 1265850 hypothetical protein -copA BSU33500 3441121 3443529 copper transporter ATPase copA // copZ copA // copZ -yxiK BSU39140 4019148 4019609 conserved protein of unknown function -comFB BSU35460 3641811 3642107 regulator of competence, pole located yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM -gltT BSU10220 1096560 1097849 proton/sodium-glutamate (aspartate) symport permease -rpsP BSU15990 1673620 1673892 ribosomal protein S16 (BS17) ylqC // rpsP ylqC // rpsP -yitP BSU11070 1183943 1184479 conserved hypothetical protein yitM // yitO // yitP yitM // yitO // yitP -ywcJ BSU38060 3905333 3906103 nitrite transporter ywcJ BSU38060 -pghZ BSU20460 2189961 2190785 gamma-polyglutamate hydrolase; phage SPbeta -yvgO BSU33410 3427802 3428287 exported stress induced factor yvgO BSU33410 -bipA BSU14770 1546121 1547959 ribosome-associated GTPase -pstBB BSU24950 2577210 2577992 phosphate ABC transporter (ATP-binding protein) pstBB // pstBA // pstA // pstC // pstS pstBB // pstBA // pstA // pstC // pstS -yhzD BSU09889 1062279 1062464 conserved hypothetical protein yhzD BSU09889 -sodC BSU19400 2114742 2115332 superoxide dismutase (exported lipoprotein) -murP BSU01680 189790 191157 N-acetylmuramic acid PTS permease-MurP subunit -yunF BSU32390 3325917 3326765 conserved protein of unknown function -coaA BSU23760 2468549 2469508 pantothenate kinase yqjT // coaA // dsdA // yqjQ // yqjP yqjT // coaA // dsdA // yqjQ // yqjP +srdEi BSU_misc_RNA_33 2164643 2164894 intron of phage SPbeta ribonucleotide reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnSL-Val2 BSU_TRNA_83 1262789 1262861 tRNA-Val In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dck BSU00140 22496 23149 deoxyadenosine/deoxycytidine kinase dck // dgk dck // dgk +yceK BSU02970 320421 320723 putative transcriptional regulator (ArsR family) yceK BSU02970 +levE BSU27060 2761907 2762395 phosphotransferase system (PTS) fructose-specific enzyme IIB component BSU_27035 // sacC // levG // levF // levE // levD BSU_27035 // sacC // levG // levF // levE // levD +thiO BSU11670 1243735 1244844 glycine oxidase thiD // thiF // thiG // thiS // thiO // tenI // tenA thiD // thiF // thiG // thiS // thiO // tenI // tenA +ylbA BSU14940 1565347 1565709 conserved hypothetical protein ylbA BSU14940 +sprB BSU19820 2152086 2152262 recombination directionality factor; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gerPC BSU10700 1149318 1149935 spore germination protein gerPF // gerPE // gerPD // gerPC // gerPB // gerPA gerPF // gerPE // gerPD // gerPC // gerPB // gerPA +tboS BSU_MISC_RNA_1 20611 20823 T-box riboswitch specific of serine tRNA ligase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +phy BSU19800 2150108 2151256 phytase phy BSU19800 +yndK BSU17810 1914630 1914995 putative phage/plasmid replication protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhbF BSU08960 972099 972806 bactofilin yhbF BSU08960 +sigI BSU13450 1411892 1412647 RNA polymerase sigma factor (heat stress responsive) rsgI // sigI rsgI // sigI +kinA BSU13990 1470026 1471846 sporulation-specific ATP-dependent protein histidine kinase kinA BSU13990 +gerPB BSU10710 1149958 1150191 spore germination protein gerPF // gerPE // gerPD // gerPC // gerPB // gerPA gerPF // gerPE // gerPD // gerPC // gerPB // gerPA +trnB-Phe BSU_TRNA_66 3172424 3172499 tRNA-Phe trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +yesN BSU06960 760452 761558 YesN two-component response regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cotC BSU17700 1904995 1905195 spore coat protein (outer) cotC BSU17700 +resB BSU23140 2419179 2420807 factor required for cytochrome c synthesis resE // resD // resC // resB // resA resE // resD // resC // resB // resA +garD BSU02510 274029 275561 D-galactarate dehydratase ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC +psd BSU02290 248749 249540 phosphatidylserine decarboxylase; 32 kDa precursor processed into a 29 kDa protein psd // ybfM // pssA psd // ybfM // pssA +brxB BSU23990 2493064 2493501 bacilliredoxin B (de-bacillithiolation) brxB BSU23990 +yknX BSU14350 1504282 1505415 putative transporter (SDP resistance) membrane fusion protein yknZ // yknY // yknX // yknW yknZ // yknY // yknX // yknW +yaaH BSU00160 23868 25151 spore peptidoglycan N-acetylglucosaminidase yaaH BSU00160 +gerR BSU15090 1576129 1576710 DNA-binding regulator gerR BSU15090 +amtB BSU36510 3756790 3758004 ammonium transporter glnK // amtB glnK // amtB +yvrN BSU33260 3412128 3413357 ABC family transporter membrane protein YvrN yvrN // yvrO // yvrP yvrN // yvrO // yvrP +ydzT BSU06036 652290 652418 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_27085 BSU_27085 2766379 2766519 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +motB BSU13680 1433676 1434461 motility protein B; MotB component of the H+-coupled stator flagellum complex motB // motA motB // motA +pyrE BSU15560 1629320 1629970 orotate phosphoribosyltransferase pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR +yopN BSU20830 2208008 2208325 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqbA BSU26180 2686770 2688302 putative phage capsid protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yngE BSU18210 1949682 1951217 methylcrotonoyl-CoA carboxylase subunit (leucine degradation) yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ +yoaW BSU18780 2046980 2047411 biofilm forming exported protein yoaW BSU18780 +sscB BSU_09959 1071613 1071699 spore and germination protein sscB // sscA BSU_09959 // sscA +BSU_17689 BSU_17689 1903181 1903468 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +aimP BSU20850 2208855 2208980 arbitrium lysis /lysogeny regulatory peptide; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvdC BSU34650 3559632 3559952 putative pyrophosphohydrolase yvdC BSU34650 +yodS BSU19730 2143660 2144349 putative oxoacid CoA-transferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +purR BSU00470 54441 55298 transcriptional regulator of the purine biosynthesis operon (PurR-pRpp) ridA // purR ridA // purR +yrzL BSU27400 2797823 2798089 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tagU BSU35650 3663281 3664201 teichoic acid-peptidoglycan tethering enzyme (LCP component) with transcription regulator domain of major autolysin expression tagU BSU35650 +yqhB BSU24750 2561585 2562913 putative membrane associated enzyme yqhB BSU24750 +phoR BSU29100 2976068 2977807 PhoR sensory histidine kinase, phosphorylated // PhoR two-component sensory histidine kinase phoR // phoP phoR // phoP +yvlA BSU35130 3608447 3608773 conserved protein of unknown function yvlD // yvlC // yvlB // yvlA yvlD // yvlC // yvlB // yvlA +mcsA BSU00840 101927 102484 activator of protein kinase McsB disA // radA // clpC // mcsB // mcsA // ctsR disA // radA // clpC // mcsB // mcsA // ctsR +ytzD BSU29430 3011555 3011791 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydiP BSU06070 656528 657697 DNA-methyltransferase (cytosine-specific); defective prophage 3 ydiP // ydiO ydiP // ydiO +yuzF BSU31820 3264265 3264501 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpsI BSU01500 154300 154692 ribosomal protein S9 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +alsR BSU36020 3711498 3712406 transcriptional regulator controlling alsSD, ictEP expression (LysR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fur BSU23520 2449841 2450290 transcriptional regulator for iron transport and metabolism fur BSU23520 +yisP BSU10810 1159922 1160746 farnesyl diphosphate phosphatase yisP BSU10810 +htpX BSU13490 1414997 1415893 membrane protease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqeI BSU25650 2644346 2644636 50S RNA-binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yddS BSU05090 554669 555979 putative permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhcU BSU09220 996643 997038 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bmrR BSU24020 2495898 2496734 transcriptional regulator (MerR family) bmrR // bmr // bmrU bmrR // bmr // bmrU +araD BSU28780 2944983 2945672 L-ribulose-5-phosphate 4-epimerase abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA +bglC BSU03410 370259 371692 aryl-phospho-beta-d-glucosidase bglC BSU03410 +yfmL BSU07430 816113 817243 putative ATP-dependent RNA helicase yfmL BSU07430 +yuzB BSU32190 3308368 3308604 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yflI BSU07670 839077 839232 conserved membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpmC BSU01240 139924 140124 ribosomal protein L29 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yomG BSU21370 2256832 2259459 putative DNA wielding protein; SPbeta phage In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +conB BSU04910 536985 538049 ICEBs1 mobile element: subunit of the conjugation machinery VirB8 yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +hisZ BSU34930 3588185 3589360 histidyl-tRNA synthetase-like subunit of ATP phophoribosyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xkdP BSU12690 1338957 1339616 phage PBSX; putative murein binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoIIM BSU23530 2450403 2451047 autolysin component for dissolution of the septal cell wall (stage II sporulation) spoIIM BSU23530 +ywdF BSU37980 3898376 3899182 putative glycosyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mmgA BSU24170 2512861 2514042 degradative acetoacetyl-CoA thiolase mmgF // prpD // mmgD // mmgC // mmgB // mmgA mmgF // prpD // mmgD // mmgC // mmgB // mmgA +pucC BSU32490 3338501 3339334 xanthine dehydrogenase, FAD-binding subunit pucE // pucD // pucC // pucB // pucA pucE // pucD // pucC // pucB // pucA braB BSU29600 3028297 3029634 branched-chain amino acid-Na+ symporter braB BSU29600 -ygzC BSU08779 954579 954851 putative spore coat protein ygzC BSU08779 -hprT BSU00680 76344 76886 hypoxanthine-guanine phosphoribosyltransferase -cotA BSU06300 683462 685003 outer spore coat copper-dependent promiscuous laccase cotA BSU06300 -yuxK BSU31500 3235806 3236219 putative thiol-disulfide oxidoreductase yuxK // pbpD yuxK // pbpD -uvrC BSU28490 2911116 2912888 excinuclease ABC (subunit C) uvrC BSU28490 -slrR BSU34380 3530101 3530559 transcriptional regulator of autolysin genes (biofilm formation) -yfzA BSU08029 875428 875694 conserved hypothetical protein -ydeA BSU05110 558408 559001 glyoxalase III homolog, deglycase -yitU BSU11140 1190490 1191302 5-amino-6-ribitylamino-2,4(1H, 3H)-pyrimidinedione 5'-phosphate phosphatase (promiscuous) -yetN BSU07240 791462 792532 conserved hypothetical protein yetN BSU07240 -fhuD BSU33320 3418474 3419421 ferrichrome ABC transporter (ferrichrome-binding lipoprotein) fhuD BSU33320 -yxjL BSU38910 3994369 3995025 two-component response regulator [YxjM] -ytzD BSU29430 3011555 3011791 conserved protein of unknown function -trpP BSU10010 1074646 1075164 tryptophan transporter or sensor trpP BSU10010 -thiN BSU15800 1654730 1655374 thiamine pyrophosphokinase -yebA BSU06350 690364 692577 conserved hypothetical protein -spsE BSU37870 3887741 3888862 putative phosphoenolpyruvate-sugar pyruvyltransferase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA -yorP BSU20300 2174104 2174319 conserved hypothetical protein; phage SPbeta -yrzS BSU27729 2834957 2835157 conserved membrane protein of unknown function -ktrC BSU14510 1520531 1521196 potassium uptake protein -comGD BSU24700 2557252 2557683 membrane component of the DNA transport pilin platform spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA -ydgD BSU05590 603596 603940 conserved hypothetical protein -desK BSU19190 2090574 2091686 DesK two-component sensory histidine kinase, phosphorylated // DesK two-component sensory histidine kinase desR // desK desR // desK -rpsI BSU01500 154300 154692 ribosomal protein S9 -yrhK BSU27150 2773356 2773646 conserved protein of unknown function yrhK // oatA // rsiV // sigV yrhK // oatA // rsiV // sigV -ripX BSU23510 2448591 2449481 site-specific tyrosine recombinase for chromosome partitioning -snaA BSU29390 3008249 3008785 N-acetyltransferase acting on sulfur compounds ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA -ydcK BSU04790 528129 528581 conserved protein of unknown function -spoVG BSU00490 55866 56159 regulator required for spore cortex synthesis (stage V sporulation) spoVG BSU00490 -ydiO BSU06060 655223 656506 DNA-methyltransferase (cytosine-specific); prophage 3 region ydiP // ydiO ydiP // ydiO -yqcI BSU25820 2658006 2658770 conserved protein of unknown function; skin element -ilvC BSU28290 2893681 2894709 acetohydroxy-acid isomeroreductase (NADP-dependent) leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB -lutP BSU34190 3510780 3512471 L-lactate permease lutP BSU34190 -yczI BSU04120 463245 463490 conserved protein of unknown function yczI BSU04120 -conD BSU04930 538322 538846 ICEBs1 mobile element: subunit of the conjugation machinery -yitB BSU10930 1171755 1172465 putative phospho-adenylylsulfate reductase yisZ // yitA // yitB yisZ // yitA // yitB -yqfT BSU25120 2593000 2593254 conserved protein of unknown function yqfT BSU25120 -liaI BSU33130 3398550 3398930 membrane anchor for the phage-shock protein A homolog LiaH liaR // liaS // liaF // liaG // liaH // liaI liaR // liaS // liaF // liaG // liaH // liaI -cydD BSU38730 3973364 3975091 ABC membrane transporter (ATP-binding protein) required for cytochrome bb' function (reductant efflux pump) cydD // cydC // cydB // cydA cydD // cydC // cydB // cydA -yczK BSU02619 283816 283992 conserved protein of unknown function -yhaX BSU09830 1056702 1057568 putative hydrolase yhaX BSU09830 -sat BSU15590 1632208 1633356 sulfate adenylyltransferase sirC // sirB // sumT // cysC // sat // cysP // cysH sirC // sirB // sumT // cysC // sat // cysP // cysH -yqhV BSU24440 2537689 2537970 conserved protein of unknown function spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV -bacD BSU37710 3870668 3872086 alanine-anticapsin ligase bacF // bacE // bacD // bacC // bacB // bacA bacF // bacE // bacD // bacC // bacB // bacA -yosH BSU20120 2167039 2167509 conserved hypothetical protein; phage SPbeta -ybbK BSU01720 193570 194025 conserved protein of unknown function -moeA BSU14280 1497192 1498484 molybdate to molybdopterin ligation enzyme -papA BSU24460 2538697 2539758 aminopeptidase (Met-Xaa and Xaa-Pro, Xaa-Pro-Xaa) -yqzK BSU23519 2449489 2449716 conserved protein of unknown function -yobM BSU19010 2073658 2074215 putative phage protein; putative defective prophage 6 -rplO BSU01350 144085 144525 ribosomal protein L15 -ypiA BSU22590 2366347 2367618 conserved protein of unknown function -sipS BSU23310 2432316 2432870 type I signal peptidase sipS BSU23310 -accD BSU29210 2988693 2989565 acetyl-CoA carboxylase (carboxyltransferase beta subunit) accD // accA accD // accA -ypeQ BSU21960 2308792 2308974 conserved protein of unknown function ypeQ BSU21960 -yaaO BSU00270 37720 39162 putative decarboxylase -gmuR BSU05850 630170 630883 transcriptional regulator (GntR family) gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC -yodL BSU19640 2136538 2136852 shape determination factor -hemB BSU28130 2874202 2875176 delta-aminolevulinic acid dehydratase (porphobilinogen synthase) hemL // hemB // hemD // hemC // hemX // hemA hemL // hemB // hemD // hemC // hemX // hemA -yvbW BSU34010 3489910 3491253 putative leucine permease -fbpA BSU04536 506455 506619 Fur-regulated basic protein A fbpA // fbpB BSU04536 // fbpB -rsbT BSU04690 520606 521007 switch protein/serine-threonine kinase; controls the activity of the anxiosome (stressosome) rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV -yisI BSU10730 1150850 1151020 Spo0A-P phosphatase (iron-metabolism related) yisI BSU10730 -yozL BSU18950 2064540 2064833 conserved hypothetical protein of phage origin; putative defective prophage 6 yobH // yozK // yozL yobH // yozK // yozL -yusV BSU32940 3379112 3379939 iron(III)-siderophore transporter (ATP binding component) yusV BSU32940 -dltE BSU38540 3956492 3957250 putative oxidoreductase ywzH // dltE // dltD // dltC // dltB // dltA ywzH // dltE // dltD // dltC // dltB // dltA -BSU_31725 BSU_31725 3257454 3257579 hypothetical protein -pheC BSU09570 1034046 1035227 phenylalanine aminotransferase -ylmG BSU15400 1611321 1611593 factor involved in shape determination, distribution of nucleoids and osmotic tolerance ylmH // ylmG // sepF // ylmE // ylmD ylmH // ylmG // sepF // ylmE // ylmD -ynfE BSU18140 1942192 1942455 conserved hypothetical protein -pbpG BSU37510 3849818 3851893 sporulation specific penicillin-binding protein 2D pbpG BSU37510 -yotB BSU19940 2155293 2156120 putative metallo-dependent hydrolase; phage SPbeta -BSU_25875 BSU_25875 2663408 2663554 hypothetical protein -ykuC BSU14030 1475150 1476442 putative transporter -ispA BSU24280 2525789 2526679 farnesyl diphosphate synthase -ynaG BSU17550 1885365 1885640 conserved hypothetical protein; defective phage region -yobB BSU18820 2050689 2050952 putative transcriptional regulator from bacteriophage; putative defective prophage 6 yobB BSU18820 -rplB BSU01190 137311 138144 ribosomal protein L2 (BL2) -BSU_17679 BSU_17679 1901781 1901945 conserved hypothetical protein from phage origin -recQ BSU23020 2406922 2408412 ATP-dependent DNA helicase -ytcD BSU29030 2968260 2968640 putative transcriptional regulator (HxlR family) -sivC BSU15960 1671166 1671651 conserved exported protein of unknown function sivC BSU15960 -guaB BSU00090 15915 17381 inosine-monophosphate dehydrogenase guaB BSU00090 -ydgH BSU05650 609388 612045 putative membrane component ydgH // ydgG ydgH // ydgG -yyaQ BSU40750 4186092 4186448 conserved hypothetical protein -spoIVFB BSU27970 2855973 2856839 membrane metalloprotease [proteolysis of pro-sigma(K)] spoIVFB // spoIVFA spoIVFB // spoIVFA -opuCC BSU33810 3468253 3469164 glycine betaine/carnitine/choline/choline sulfate ABC transporter (osmoprotectant-binding lipoprotein) opuCD // opuCC // opuCB // opuCA opuCD // opuCC // opuCB // opuCA -ylaN BSU14840 1552412 1552693 conserved hypothetical protein -dctP BSU04470 500166 501431 C4-dicarboxylate transport protein dctP // dctR // dctS dctP // dctR // dctS -ntdR BSU10560 1129715 1130704 transcriptional regulator of the ntd operon (NtdR-NTD) (recent HGT island) ntdR BSU10560 -yyzN BSU40139 4123931 4124089 hypothetical protein -metP BSU32740 3362605 3363273 methionine ABC transporter, permease component -ywbD BSU38360 3935824 3937014 large subunit ribosomal RNA m5C1962 methyltransferase ywbD BSU38360 -darB BSU14130 1485453 1485896 c-di-AMP binding protein ccpC // darB // abbA // ykuK // ykuJ ccpC // darB // abbA // ykuK // ykuJ -spoVR BSU09400 1015647 1017053 involved in spore cortex synthesis (stage V sporulation, conserved in non sporulating bacteria spoVR BSU09400 -spoVD BSU15170 1584214 1586154 transpeptidase penicillin-binding protein spoVD BSU15170 -yxiJ BSU39150 4019625 4019921 conserved protein of unknown function -argS BSU37330 3833650 3835320 arginyl-tRNA synthetase argS BSU37330 -cgeC BSU19770 2148166 2148471 protein involved in maturation of the outermost layer of the spore cgeE // cgeD // cgeC cgeE // cgeD // cgeC -ykoP BSU13360 1400188 1400739 conserved hypothetical protein ykoP BSU13360 -stoA BSU13840 1450638 1451135 sporulation thiol-disulfide oxidoreductase A stoA // ykvU stoA // ykvU -bkdR BSU24100 2504789 2506867 transcriptional regulator bkdR BSU24100 -ywgA BSU37590 3858999 3859499 conserved protein of unknown function ywgA BSU37590 -yoaI BSU18620 2031439 2032890 putative 4-hydroxyphenylacetate-3-hydroxylase yoaI BSU18620 -rplK BSU01020 118591 119016 ribosomal protein L11 (BL11) -yjgB BSU12150 1284870 1285445 putative exported protein yjgB BSU12150 -yphF BSU22810 2387854 2388588 putative lipoprotein of unknown function -araB BSU28790 2945689 2947371 L-ribulokinase abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA -ywzD BSU36269 3733505 3733648 conserved protein of unknown function -csbX BSU27760 2837469 2838776 putative catecholate siderophose exporter bofC // csbX bofC // csbX -ydfF BSU05390 585868 586548 putative transcriptional regulator ydfF BSU05390 -yjcM BSU11910 1263702 1264931 conserved hypothetical protein; phage island -topB BSU04260 476558 478741 DNA topoisomerase III -rnr BSU33610 3451863 3454202 ribonuclease R rnr // yvaK // secG // smpB // ssrA rnr // yvaK // secG // smpB // ssrA -yvkN BSU35140 3608991 3609221 conserved protein of unknown function yvkN BSU35140 -bsn BSU32540 3344113 3344979 extracellular ribonuclease bsn BSU32540 -yhfT BSU10360 1110479 1111918 putative long-chain fatty-acid-CoA ligase (proofreading for biotin synthesis) -yisX BSU10890 1168199 1168837 conserved hypothetical protein yisX BSU10890 -ruvB BSU27730 2835150 2836154 Holliday junction DNA helicase, ATP-dependent component ruvB // ruvA ruvB // ruvA -galT BSU38190 3919093 3920634 galactose-1-phosphate uridyltransferase galT // galK galT // galK -yvzF BSU33049 3390479 3390664 conserved protein of unknown function yvzF // fumC yvzF // fumC -ydaG BSU04220 473803 474225 putative general stress protein ydaG // ydaF // ydaE // ydaD ydaG // ydaF // ydaE // ydaD -ctaF BSU14920 1564063 1564395 cytochrome caa3 oxidase (subunit IV) ctaG // ctaF // ctaE // ctaD // ctaC // ctaB ctaG // ctaF // ctaE // ctaD // ctaC // ctaB -yheB BSU09790 1053520 1054653 conserved hypothetical protein -pucA BSU32510 3339945 3340937 xanthine dehydrogenase molybdopterin recruitment factor pucE // pucD // pucC // pucB // pucA pucE // pucD // pucC // pucB // pucA -yodE BSU19570 2129082 2129993 putative thiol-dependent lyase/dioxygenase yodD // yodE yodD // yodE -yuzB BSU32190 3308368 3308604 conserved protein of unknown function -yhcR BSU09190 991348 995001 non specific extracellular Ca2+-dependent endonuclease cleaving RNA and DNA srtA // yhcR srtA // yhcR -yqjE BSU23910 2485680 2486795 putative peptidase or deacylase -ygaB BSU08670 938243 938587 conserved hypothetical protein -murAB BSU37100 3806086 3807375 UDP-N-acetylglucosamine 1-carboxyvinyltransferase -yazB BSU00800 87401 87610 putative transcriptional regulator lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB -yugN BSU31330 3219837 3220241 conserved protein of unknown function yugN // yugM // pgi yugN // yugM // pgi -spo0E BSU13640 1430684 1430941 negative regulatory phosphatase acting on Spo0A-P (sporulation) spo0E BSU13640 -rnhC BSU28620 2926031 2926972 ribonuclease HIII rnhC BSU28620 -yfkI BSU07890 862492 862812 conserved hypothetical protein yfkH // yfkI // yfkJ yfkH // yfkI // yfkJ -yoeC BSU18390 2003401 2003946 putative bacteriophage integrase -ydeK BSU05230 570371 571234 putative permease -ytpB BSU30500 3121538 3122641 tetraprenyl-β-curcumene synthase ytpB BSU30500 -aroE BSU22600 2367954 2369240 3-phosphoshikimate 1-carboxyvinyltransferase (5-enolpyruvoylshikimate-3-phosphate synthase) aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE -helD BSU33450 3434327 3436651 DNA 3'-5' helicase IV -yesU BSU07030 768828 769490 putative enzyme -yrvO BSU27510 2810559 2811698 cysteine desulfurase involved in U34 tRNA thiolation trmU // yrvO // cymR trmU // yrvO // cymR -yhgD BSU10150 1089755 1090330 transcriptional regulator of unknown target -ytzJ BSU29249 2995699 2995890 putative sporulation-related conserved protein -sipU BSU04010 454029 454592 type I signal peptidase sipU BSU04010 -ywdD BSU38000 3899853 3900488 putative integral inner membrane protein of unknown function -ydzX BSU06319 686602 686889 hypothetical protein -lipA BSU32330 3320324 3321220 lipoyl synthase (lipoic acid synthetase) lipA BSU32330 -speA BSU14630 1534279 1535751 arginine decarboxylase speA BSU14630 -yrvD BSU27630 2825846 2826169 conserved protein of unknown function yrvD BSU27630 -prkA BSU08970 973156 975051 serine protein kinase (involved in sporulation) prkA BSU08970 -yocS BSU19350 2106490 2107455 putative sodium-dependent symporter yocS BSU19350 -ydfS BSU05540 601019 601726 conserved hypothetical protein ydfS BSU05540 -glyA BSU36900 3789190 3790437 serine hydroxymethyltransferase glyA BSU36900 -yqjZ BSU23680 2463217 2463561 putative degradation enzyme (oxygenase) yqkC // yqkB // yqkA // yqjZ // yqjY yqkC // yqkB // yqkA // yqjZ // yqjY -yraJ BSU26920 2750883 2751239 conserved protein of unknown function -ykoX BSU13430 1409912 1410577 putative integral membrane protein -yabQ BSU00610 68515 69150 membrane protein of the forespore yabR // divIC // yabQ // yabP // yabO // yabN // yabM yabR // divIC // yabQ // yabP // yabO // yabN // yabM -ydcA BSU04610 515016 515615 putative rhomboid protease ydcA BSU04610 -surA BSU_misc_RNA_72 1914992 1915272 small untranslated RNA controlled by sporulation -gerE BSU28410 2904727 2904951 transcriptional regulator required for the expression of late spore coat genes gerE BSU28410 -yqeL BSU25620 2642841 2643197 ribosomal silencing factor +ydeR BSU05310 576946 578133 putative efflux transporter ydeR BSU05310 +ligA BSU06620 721613 723619 DNA ligase (NAD-dependent) yerH // ligA // pcrA // pcrB yerH // ligA // pcrA // pcrB +yutM BSU32160 3305599 3305961 sulfur carrier chaperone involved in Fe-S cluster assembly In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mnrW BSU_misc_RNA_87 1410633 1410766 manganese ion riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yodU BSU19810 2151626 2152045 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yorE BSU20410 2186440 2186811 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yozH BSU18860 2056650 2057006 hypothetical protein; putative defective prophage 6 yozH BSU18860 +bpr BSU15300 1599283 1603584 bacillopeptidase F In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yotC BSU19930 2155058 2155249 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +qswA BSU_MISC_RNA_22 1439274 1439318 preQ1 riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxeH BSU39550 4063684 4064496 sugar-phosphate hydrolase (promiscuous) yxeH // yxeG // yxeF yxeH // yxeG // yxeF +yqhO BSU24510 2542439 2543314 putative lipase / acyl esterase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydaL BSU04290 480875 482584 conserved protein of unknown function ydaN // ydaM // ydaL // ydaK // ydaJ ydaN // ydaM // ydaL // ydaK // ydaJ +yhdL BSU09510 1028511 1029587 negative regulator of the activity of sigma-M yhdK // yhdL // sigM yhdK // yhdL // sigM +yoqO BSU20560 2195173 2195547 putative membrane protein; phage SPbeta yoqO BSU20560 +phrA BSU12440 1316995 1317129 secreted inhibitor of the activity of phosphatase RapA (quorum sensing) phrA // rapA phrA // rapA +yqxJ BSU25880 2663551 2663913 hypothetical protein; skin element yqxJ // yqxI yqxJ // yqxI +cgeA BSU19780 2148676 2149077 spore outermost layer component cgeB // cgeA cgeB // cgeA +yqjN BSU23810 2474028 2475671 putative N-deacylase yqjN BSU23810 +cgeE BSU19750 2146013 2146792 protein involved in maturation of the outermost layer of the spore cgeE // cgeD // cgeC cgeE // cgeD // cgeC +yorA BSU20450 2188204 2189964 putative uronase; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sufD BSU32700 3358664 3359977 Fe-S cluster assembly protein SufD In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xtmB BSU12580 1325890 1327191 phage PBSX; prophage terminase (large subunit) ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA +putR BSU03230 348724 349959 transcriptional activator of proline degradation operon putR BSU03230 +yeeG BSU06820 749775 750797 putative phage receptor protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fliK BSU16270 1698278 1699741 flagellar hook-length control protein (ruler) swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +grpE BSU25480 2627971 2628534 nucleotide exchange factor for DnaK activity mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA +fhuC BSU33290 3415387 3416196 iron(III) hydroxamate ABC transporter ATP-binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tasA BSU24620 2553081 2553866 major biofilm matrix component tasA // sipW // tapA tasA // sipW // tapA +yorM BSU20330 2174852 2175568 putative murein hydrolase; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpoY BSU14540 1524791 1525000 RNA polymerase (epsilon subunit) rnjA // rpoY rnjA // rpoY +ctpB BSU35240 3622356 3623798 PDZ-containing carboxyl-terminal protease processing protease [Zn(II)] ctpB BSU35240 +BSU_02585 BSU_02585 281675 281809 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pheC BSU09570 1034046 1035227 phenylalanine aminotransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yurR BSU32630 3352789 3353907 D-amino acid oxidase yurQ // yurR // frlD // frlM // frlN // frlO // frlB yurQ // yurR // frlD // frlM // frlN // frlO // frlB +ywaE BSU38450 3946394 3946909 transcriptional regulator controlling expression of tyrZ tboYB // ywaE // tyrZ tboYB // ywaE // tyrZ +yqjU BSU23740 2467800 2468162 hypothetical protein yqjU // yqjV yqjU // yqjV yngG BSU18230 1952031 1952930 hydroxymethylglutaryl-CoA lyase (leucine degradation) yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ -yddQ BSU05070 552616 553158 putative hydrolase -ycnI BSU03940 446174 446788 putative membrane protein involved in copper intake -aspB BSU22370 2347660 2348841 anabolic oxaloacetate / glutamate aminotransferase -yvrO BSU33270 3413350 3414039 putative ABC transporter (ATP-binding protein) yvrN // yvrO // yvrP yvrN // yvrO // yvrP -sweC BSU24940 2576717 2577181 cofactor of the FtsEX-CwlO cell wall hydrolase complex sweC // sweD sweC // sweD -mtnN BSU27270 2787130 2787825 methylthioadenosine / S-adenosylhomocysteine nucleosidase yrhC // mccB // mccA // mtnN // yrrT yrhC // mccB // mccA // mtnN // yrrT -yhaL BSU09940 1070111 1070323 sporulation factor -ybfN BSU02300 249595 249873 conserved protein of unknown function -yclJ BSU03750 426577 427260 two-component response regulator [YclK] (possibly involved in arabinogalactan metabolism) -spsK BSU37820 3883427 3884278 putative dTDP-4-dehydrorhamnose reductase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA -brxB BSU23990 2493064 2493501 bacilliredoxin B (de-bacillithiolation) brxB BSU23990 -paiB BSU32140 3304096 3304719 transcriptional regulator (regulates paiA expression) -panE BSU14440 1514052 1514963 2-dehydropantoate reductase -veg BSU00440 52763 53023 conserved hypothetical protein veg BSU00440 -spo0M BSU08760 953373 954149 protein involved in the control of the cell cycle as a function of the environment spo0M BSU08760 -czrA BSU19120 2084786 2085109 transcriptional regulator (multiple metal-sensing ArsR-SmtB transcriptional repressor favouring Zn2+) czrA BSU19120 -ypzJ BSU23328 2433316 2433522 conserved hypothetical protein -moaA BSU36700 3772325 3773350 GTP 3',8-cyclase moaA BSU36700 -spoIIAB BSU23460 2444208 2444648 anti-sigma factor (antagonist of sigma(F)) and serine kinase sigF // spoIIAB // spoIIAA // dacF sigF // spoIIAB // spoIIAA // dacF -ypmA BSU22390 2349358 2349528 conserved protein of unknown function -thiX BSU13210 1388070 1388834 thiamine transporter, transmembrane T component -ksgA BSU00420 50640 51518 dimethyladenosine 16S ribosomal RNA transferase ksgA // rnmV ksgA // rnmV -ypjP BSU21840 2298535 2299146 conserved hypothetical protein -ytrG BSU_30466 3119273 3119410 conserved protein of unknown function ytrG // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA BSU_30466 // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA -ddcA BSU28240 2887817 2888821 DNA damage checkpoint antagonist -yojB BSU19510 2124529 2124765 conserved hypothetical protein -tlp BSU18030 1930447 1930698 small acid-soluble spore protein (thioredoxin-like protein) tlp // sspN tlp // sspN -nicK BSU04870 534773 535831 ICEBs1 mobile element: DNA relaxase -BSU_26827 BSU_26827 2741133 2741294 hypothetical protein -kduI BSU22130 2325854 2326681 4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase, 5-keto-4-deoxyuronate isomerase -liaR BSU33080 3394422 3395057 LiaR two-component response regulator, phosphorylated // LiaR two-component response regulator liaR // liaS // liaF // liaG // liaH // liaI liaR // liaS // liaF // liaG // liaH // liaI -yobF BSU18890 2058715 2059638 conserved hypothetical protein -levG BSU27040 2760233 2761060 phosphotransferase system (PTS) fructose-specific enzyme IID component BSU_27035 // sacC // levG // levF // levE // levD BSU_27035 // sacC // levG // levF // levE // levD -yheG BSU09730 1049142 1049762 putative NADH-flavin oxidoreductase -BSU_29479 BSU_29479 3016471 3016674 hypothetical protein -tcyC BSU03590 409208 409951 cystine ABC transporter (ATP-binding protein) tcyC // tcyB // tcyA tcyC // tcyB // tcyA -pta BSU37660 3865355 3866326 phosphotransacetylase pta BSU37660 -yneQ BSU18050 1931215 1931514 conserved hypothetical protein -yukC BSU31890 3274462 3275817 ESX secretion system YukC protein yueC // yueB // yukB // yukC // yukD // yukE yueC // yueB // yukB // yukC // yukD // yukE -ahpA BSU14220 1492261 1492803 biofilm-specific peroxidase; 2-cys peroxiredoxin -BSU_22205 BSU_22205 2333095 2333223 conserved protein of unknown function -yfhI BSU08540 926886 928079 putative efflux transporter yfhI BSU08540 -yozK BSU18940 2064200 2064547 putative phage DNA repair protein fragment; putative defective prophage 6 yobH // yozK // yozL yobH // yozK // yozL -ynaC BSU17510 1882040 1882831 conserved hypothetical protein; defective phage region -glnK BSU36520 3758016 3758366 nitrogen-regulated PII-like regulator protein // nitrogen-regulated PII-like regulator protein glnK // amtB glnK // amtB +yolB BSU21530 2272534 2272890 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfhC BSU08480 923587 924171 putative 5,6-dimethylbenzimidazole synthase yfhC BSU08480 +yraF BSU26960 2753065 2753433 putative spore coat protein yraD // yraE // adhB // yraF // yraG yraD // yraE // adhB // yraF // yraG +yonJ BSU21070 2227505 2228722 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gudD BSU02490 271800 273167 glucarate dehydratase ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC +nasE BSU03290 355412 355732 assimilatory nitrite reductase subunit nasF // nasE // nasD // nasC // nasB nasF // nasE // nasD // nasC // nasB +yqkD BSU23640 2460664 2461581 putative hydrolase yqkD BSU23640 +pksB BSU17090 1782713 1783390 putative hydrolase involved in bacillaene synthesis In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yotI BSU19870 2153718 2154080 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhcY BSU09320 1008668 1009807 two-component sensor histidine kinase [YhcZ] yhdA // yhcZ // yhcY yhdA // yhcZ // yhcY +ytxH BSU29770 3047107 3047562 conserved protein of unknown function brxC // ytxH // ytxG brxC // ytxH // ytxG +yrkN BSU26450 2707127 2707684 putative N-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydzK BSU04359 490777 491043 putative membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yczK BSU02619 283816 283992 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhcV BSU09230 997175 997597 putative CBS containing enzyme (sporulation-/ germination-related) yhcV BSU09230 +hemD BSU28140 2875173 2875961 uroporphyrinogen III cosynthase hemL // hemB // hemD // hemC // hemX // hemA hemL // hemB // hemD // hemC // hemX // hemA +yonC BSU21140 2235694 2236230 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ctaB1 BSU12080 1279514 1280503 heme o synthase 1 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoIIIAG BSU24370 2533010 2533699 stage III sporulation engulfment assembly protein spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV +yqjF BSU23900 2484911 2485639 conserved protein of unknown function yqjF BSU23900 +mtrB BSU22770 2384534 2384761 tryptophan operon RNA-binding attenuation protein (TRAP) mtrB // folEA mtrB // folEA +yclH BSU03730 424208 424888 putative ABC efflux transporter ATP-binding protein YclH yclH // yclI yclH // yclI +ykzL BSU12619 1330512 1330895 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA +queC BSU13720 1439448 1440107 preQ0 synthetase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +abnA BSU28810 2949053 2950024 arabinan-endo-1,5-alpha-L-arabinase abnA BSU28810 +qoxA BSU38170 3917296 3918261 cytochrome aa3-600 quinol oxidase (subunit II) qoxC // qoxB // qoxA // qoxD qoxC // qoxB // qoxA // qoxD +yfmF BSU07490 822903 823703 ferric citrate ABC transporter ATP-binding protein yfmF // yfmE // yfmD // yfmC yfmF // yfmE // yfmD // yfmC +yckA BSU03370 367305 367985 putative amino acid ABC transporter, membrane protein YckA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yphE BSU22820 2388610 2388813 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhdK BSU09500 1028233 1028523 negative regulator of the activity of sigma-M yhdK // yhdL // sigM yhdK // yhdL // sigM +papA BSU24460 2538697 2539758 aminopeptidase (Met-Xaa and Xaa-Pro, Xaa-Pro-Xaa) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhzC BSU10410 1116583 1116816 conserved protein of unknown function yhzC BSU10410 +dtpT BSU03670 416235 417713 putative transporter DtpT dtpT BSU03670 +ybzI BSU02019 222971 223234 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fatR BSU27170 2777070 2777654 transcriptional regulator for cypB cypB // fatR cypB // fatR +yusI BSU32810 3366573 3366929 putative oxidoreductase with thioredoxin domain and regulator domain In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrzO BSU26619 2720526 2720669 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pdhC BSU14600 1530537 1531865 pyruvate dehydrogenase (dihydrolipoamide acetyltransferase E2 subunit) pdhD // pdhC // pdhB // pdhA pdhD // pdhC // pdhB // pdhA +yitO BSU11055 1183029 1183958 putative integral inner membrane protein with HTTM domain yitM // yitO // yitP yitM // yitO // yitP +greA BSU27320 2791494 2791967 transcription elongation factor resolving backtracking / stalling In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytvA BSU30340 3106210 3106995 blue light GTP-binding receptor ytvA BSU30340 +melR BSU30260 3096782 3097816 transcriptional regulator (LacI family) melC // melD // melE // melR // melA melC // melD // melE // melR // melA +trnJ-Pro BSU_TRNA_19 96060 96136 tRNA-Pro trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S +yisL BSU10760 1153265 1153621 putative integral membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +menE BSU30790 3147350 3148810 O-succinylbenzoyl-CoA synthetase menC // menE // menB // menH // menD // menF menC // menE // menB // menH // menD // menF +yckD BSU03400 369773 370105 putative exported protein yckD BSU03400 +yopO BSU20820 2207748 2207960 putative transcriptional regulator, lambda repressor-like; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +codY BSU16170 1690119 1690898 transcriptional regulator, GTP and BCAA-dependent codY // clpY // clpQ // codV codY // clpY // clpQ // codV +rqcH BSU15640 1636131 1637849 ribosome-associated quality control protein rqcH BSU15640 +acoA BSU08060 879002 880003 acetoin dehydrogenase E1 component (TPP-dependent alpha subunit) acoL // acoC // acoB // acoA acoL // acoC // acoB // acoA +icd BSU29130 2979716 2980987 isocitrate dehydrogenase mdh // icd // citZ mdh // icd // citZ spmA BSU23180 2422805 2423395 spore maturation protein spmB // spmA // dacB spmB // spmA // dacB -BSU_12875 BSU_12875 1354131 1354277 hypothetical protein -ykfD BSU13000 1368844 1369833 putative cell wall oligopeptide ABC transporter (ATP binding protein) ykfD // ykfC // ykfB // ykfA ykfD // ykfC // ykfB // ykfA -yaaK BSU00200 28529 28852 nucleoid associated protein -ylyA BSU15440 1616267 1616641 sporulation-related RNA polymerase-binding factor -parA BSU40970 4206397 4207158 chromosome partitioning protein; transcriptional regulator parB // parA parB // parA -folC BSU28080 2865312 2866604 folyl-polyglutamate synthase folC // valS folC // valS -yybN BSU40580 4173114 4173551 conserved protein of unknown function yybJ // yybK // yybL // yybM // yybN yybJ // yybK // yybL // yybM // yybN -yndM BSU17830 1916006 1916545 putative integral inner membrane protein yndM BSU17830 -ydcC BSU04630 516241 517257 putative lipoprotein ydcC BSU04630 -ylaH BSU14780 1548016 1548333 conserved membrane protein of unkown function -cspD BSU21930 2307905 2308105 cold-shock protein, molecular chaperone, RNA-helicase co-factor -mdtP BSU32880 3374956 3376581 multidrug-efflux transporter -yxcA BSU39830 4091477 4091728 conserved protein of unknown function -murI BSU26810 2738308 2739105 glutamate racemase -yhdL BSU09510 1028511 1029587 negative regulator of the activity of sigma-M yhdK // yhdL // sigM yhdK // yhdL // sigM -bglC BSU03410 370259 371692 aryl-phospho-beta-d-glucosidase bglC BSU03410 -rapF BSU37460 3846001 3847146 response regulator aspartate phosphatase anti-activator of ComA phrF // rapF phrF // rapF -yufS BSU31590 3246152 3246367 putative bacteriocin yufS BSU31590 -ohaC BSU13960 1465733 1466599 beta-hydroxyacid dehydrogenase (acts on 3-hydroxypropionate with NADP) -lnrM BSU08320 906764 907954 ABC transporter (permease) biofilm formation -yoaU BSU18760 2044956 2045828 putative transcriptional regulator (LysR family) yoaU BSU18760 -ssbB BSU36310 3740206 3740547 single-strand DNA-binding protein ssbB // phoC // glcR ssbB // phoC // glcR -ypdA BSU22950 2400984 2401958 putative bacillithiol biosynthesis thiol disulfide oxidoreductase -spoIISA BSU12830 1348612 1349358 three-component apoptosis factor (ABC toxin/antitoxin/antitoxin system) -pheA BSU27900 2851283 2852140 prephenate dehydratase pheA // thrR pheA // thrR -tetL BSU40780 4189091 4189153 tetracycline resistance leader peptide tetB // tetL tetB // tetL -ydbB BSU04410 495009 495350 putative enzyme; cupin family -xylA BSU17600 1891908 1893245 xylose isomerase xylB // xylA xylB // xylA -sufU BSU32680 3357011 3357454 iron-sulfur cluster assembly sulfur-transfer protein (Zn(2+)-dependent) -ypmR BSU21740 2290858 2291625 putative exported lipase/acylhydrolase (lipoprotein) -yhdA BSU09340 1010445 1010969 oxidoreductase, NAD(P)H-FMN and ferric iron reductase (azoreductase) yhdA // yhcZ // yhcY yhdA // yhcZ // yhcY -yrdR BSU26620 2720687 2721652 putative efflux transporter -narH BSU37270 3824806 3826269 nitrate reductase (beta subunit) narI // narJ // narH // narG narI // narJ // narH // narG -ycgR BSU03250 350858 351742 putative permease -ykzQ BSU13789 1445314 1445541 putative peptidoglycan binding protein ykzQ // ykvQ // ykvP ykzQ // ykvQ // ykvP -yugI BSU31390 3225178 3225570 putative RNA degradation protein; putative phosphorylase or nucleotidyl transferase; general stress protein yugI BSU31390 -yoaD BSU18560 2024042 2025076 putative 2-hydroxyacid dehydrogenase -sspH BSU08110 885629 885808 small acid-soluble spore protein sspH // acoR sspH // acoR -hepS BSU22760 2383615 2384370 heptaprenyl diphosphate synthase component I -cotG BSU36070 3717238 3717825 spore morphogenetic protein cotG BSU36070 -yoaA BSU18530 2020611 2021144 putative N-acetyltransferase yoaA // yoxB // yoxC yoaA // yoxB // yoxC -xkdN BSU12671 1334339 1334785 phage PBSX; conserved hypothetical protein -cheR BSU22720 2380347 2381117 methyl-accepting chemotaxis proteins (MCPs) methyltransferase -yybM BSU40590 4173665 4174420 putative transporter permease subunit yybJ // yybK // yybL // yybM // yybN yybJ // yybK // yybL // yybM // yybN -comN BSU27660 2829152 2829448 post-transcriptional regulator -nrdF BSU17390 1871089 1872078 ribonucleoside-diphosphate reductase (minor subunit) ymaB // nrdF // nrdE // nrdI ymaB // nrdF // nrdE // nrdI -mtlR BSU04160 467130 469214 transcriptional regulator, PTS-dependent activator mtlR BSU04160 -yokL BSU21550 2273989 2274522 putative N-acetyltransferase; phage SPbeta +swrAA BSU35239 3621931 3622047 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nupG BSU39020 4005752 4006945 purine nucleoside transporter nupG BSU39020 +rnpA BSU41050 4214753 4215103 protein component of ribonuclease P (RNase P) (substrate specificity) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ald BSU31930 3278325 3279461 L-alanine dehydrogenase (NAD-dependent) ald BSU31930 +nasD BSU03300 355764 358181 assimilatory nitrite reductase subunit nasF // nasE // nasD // nasC // nasB nasF // nasE // nasD // nasC // nasB +xsa BSU28510 2913661 2915148 α-L-arabinofuranosidase 2 xsa BSU28510 +nth BSU22340 2344755 2345414 endonuclease III, apurinic apyrimidic DNA lyase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_17679 BSU_17679 1901781 1901945 conserved hypothetical protein from phage origin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykoH BSU13260 1392643 1394007 two-component sensor histidine kinase [YkoG] In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fliD BSU35340 3632911 3634407 flagellar hook-associated capping protein 2 (HAP2) fliT // fliS // fliD // yvyC fliT // fliS // fliD // yvyC +floA BSU25380 2617449 2618444 flotillin-like protein involved in membrane lipid rafts yqfB // floA // yqeZ yqfB // floA // yqeZ +yrpD BSU26820 2739486 2740193 putative lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrdR BSU26620 2720687 2721652 putative efflux transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +carB BSU11240 1200381 1203473 arginine-specific carbamoyl-phosphate synthetase (large subunit) argF // carB // carA // argD // argB // argJ // argC argF // carB // carA // argD // argB // argJ // argC pucM BSU32460 3334646 3334990 5-hydroxyisourate hydrolase; also uricase subunit pucM // pucL // pucK // pucJ // pucR pucM // pucL // pucK // pucJ // pucR -yqaB BSU26380 2700838 2701356 putative peptidase; skin element -cspB BSU09100 984262 984465 major cold-shock protein, RNA helicase co-factor, RNA co-chaperone cspB BSU09100 -hisC BSU22620 2370415 2371497 histidinol-phosphate aminotransferase; tyrosine/phenylalanine aminotransferase (promiscuous) aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE -ldh BSU03050 329774 330739 L-lactate dehydrogenase lctP // ldh lctP // ldh -maeA BSU37050 3800418 3802166 NAD-dependent malic enzyme (conversion of malate into pyruvate) ywkB // maeA ywkB // maeA -BSU_MISC_RNA_38 BSU_MISC_RNA_38 2549505 2549606 -iolU BSU31170 3196906 3197892 scyllo-inositol dehydrogenase (NADP+) iolU BSU31170 -mtnU BSU13570 1424767 1425546 ketoglutaramate omega-amidase mtnU BSU13570 -ykzO BSU13299 1395598 1395810 -yfkH BSU07900 862836 863663 putative ribonuclease BN yfkH // yfkI // yfkJ yfkH // yfkI // yfkJ -ppsA BSU18340 1990272 1997957 non-ribosomal plipastatin synthetase A involved in synthesis of plipastatin -ypzE BSU23060 2410695 2410859 -capA BSU35880 3697821 3698963 capsular polyglutamate synthetase (acid resistance) capE // capA // capC // capB capE // capA // capC // capB -ypjB BSU22520 2361544 2362338 sporulation septum-associated protein ypjB BSU22520 -ytzK BSU29679 3038060 3038203 -xkdC BSU12530 1322750 1323550 phage PBSX; putative DNA binding protein ykzK // xtrA // xkdD // xkdC // xkdB ykzK // xtrA // xkdD // xkdC // xkdB -glnM BSU27450 2803990 2804640 glutamine ABC transporter (permease) glnP // glnM // glnH // glnQ glnP // glnM // glnH // glnQ -yfmA BSU07540 827252 827419 -rocR BSU40350 4145747 4147132 transcriptional regulator (NtrC/NifA family) rocR BSU40350 -ycnL BSU03970 449198 449551 putative reductase or disulfide isomerase ycnL BSU03970 -pksL BSU17190 1807921 1821537 polyketide synthase of type I (bacillaene synthesis) pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC -hom BSU32260 3314828 3316129 homoserine dehydrogenase thrB // thrC // hom thrB // thrC // hom -yomF BSU21380 2259475 2260296 conserved hypothetical protein; phage SPbeta -rpsNB BSU08880 965909 966178 alternative ribosomal protein S14 rpsNB BSU08880 -yqaP BSU26230 2691642 2692571 conserved phage protein of unknown function; skin element yqaP BSU26230 -atpF BSU36850 3785945 3786457 ATP synthase (subunit b, component F0) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI -znuB BSU02870 310000 310842 high affinity Zn(II) ABC transporter (permease) znuB // znuC // znuA znuB // znuC // znuA -ykoS BSU13380 1401772 1403466 putative integral membrane protein -glgD BSU30960 3167569 3168600 glucose-1-phosphate adenylyltransferase (ADP-glucose pyrophosphorylase) beta subunit glgP // glgA // glgD // glgC // glgB glgP // glgA // glgD // glgC // glgB -sncZ BSU_misc_RNA_66 559532 559610 putative small conserved untranslated RNA -yflL BSU07640 837735 838010 acylphosphatase yflL BSU07640 -yngB BSU18180 1946702 1947595 putative UTP-glucose-1-phosphate uridylyltransferase -tagG BSU35710 3675167 3675994 teichoic acid precursors permease -sspM BSU22290 2339670 2339774 small acid-soluble spore protein sspM BSU22290 -uxuB BSU12350 1306562 1307398 fructuronate reductase uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC -yrhH BSU27180 2777877 2778419 putative methyltransferase yrhH BSU27180 -yydK BSU40130 4123193 4123903 putative transcriptional regulator (GntR family) yydK BSU40130 -gerKA BSU03700 420110 421744 spore germination receptor subunit gerKB // gerKC // gerKA gerKB // gerKC // gerKA -cotE BSU17030 1775067 1775612 morphogenic spore protein cotE BSU17030 -yuiF BSU32040 3294942 3296270 histidine / basic amino acid transporter -youA BSU21229 2241154 2241765 conserved protein of unknown function; phage SPbeta -ygaE BSU08700 941168 942229 putative membrane protein -yqbK BSU26075 2679588 2680988 putative phage tail sheath protein; skin element -ureB BSU36650 3768420 3768794 urease (beta subunit) ureC // ureB // ureA ureC // ureB // ureA -mntD BSU30740 3142077 3142964 manganese ABC transporter (permease) mntD // mntC // mntB // mntA mntD // mntC // mntB // mntA -ohrB BSU13160 1382020 1382430 organic hydroperoxide resistance reductase B ohrB BSU13160 -natR BSU02740 295584 296285 NatR two-component response regulator, phosphorylated // NatR two-component response regulator natR BSU02740 -BSU_14568 BSU_14568 1526924 1527067 putative antitoxin +rpmGCa BSU23837 2477892 2477924 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +alkA BSU01800 202547 203458 DNA-3-methyladenine glycosylase; prophage 1 region alkA BSU01800 +yvgT BSU33460 3436849 3437457 putative integral membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lnrK BSU08300 905010 905672 two-component response regulator [YfiJ] lnrK // lnrJ lnrK // lnrJ +yukB BSU31875 3269914 3274401 ESX secretion system FtsK/SpoIIIE family ATPase yueC // yueB // yukB // yukC // yukD // yukE yueC // yueB // yukB // yukC // yukD // yukE +yneI BSU17940 1924030 1924392 putative response regulator (CheY homolog) yneJ // yneI // ccdA yneJ // yneI // ccdA +yrzI BSU27190 2778923 2779072 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjcP BSU11940 1266614 1267117 conserved hypothetical protein: phage island yjcQ // yjcP yjcQ // yjcP +rsbP BSU34110 3500386 3501597 phosphoserine protein-phosphatase rsbP // rsbQ rsbP // rsbQ +mswB BSU_MISC_RNA_18 1385736 1385891 S-adenosylmethionine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cheW BSU16440 1714855 1715325 modulation of CheA activity in response to attractants (chemotaxis) swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +yugP BSU31310 3217496 3218173 putative metal-dependent protease/peptidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywqM BSU36160 3723454 3724335 putative transcriptional regulator (LysR family) ywqM BSU36160 +yhfN BSU10290 1103104 1104384 putative membrane metalloprotease yhfN BSU10290 +tagV BSU35520 3647406 3648581 teichoic acid-peptidoglycan tethering enzyme (LCP component) with transcription regulator domain yvyE // tagV yvyE // tagV +yrzN BSU26559 2714590 2714805 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mpr BSU02240 245190 246131 extracellular glutamyl-endopeptidase mpr BSU02240 +ypkP BSU21800 2295982 2296602 putative 1-acyl-sn-glycerol-3-phosphate acyltransferase ypkP BSU21800 yfmO BSU07400 812628 813818 metal (copper) efflux transporter yfmO // yfmP yfmO // yfmP -sspP BSU17980 1926128 1926274 small acid-soluble spore protein sspP // sspO sspP // sspO -degS BSU35500 3645379 3646536 DegS two-component sensory histidine kinase, phosphorylated // DegS two-component sensory histidine kinase degS // degU degS // degU -ypwA BSU22080 2320355 2321860 metal-dependent carboxypeptidase ypwA BSU22080 -yjgC BSU12160 1285591 1288548 putative molybdoenzyme; putative formate dehydrogenase -adhB BSU26970 2753452 2754588 putative oxidoreductase (involving bacillithiol) yraD // yraE // adhB // yraF // yraG yraD // yraE // adhB // yraF // yraG -yxaH BSU39970 4104929 4106137 integral inner membrane protein involved in response to flavonoids yxaH // qdoI yxaH // qdoI +degU BSU35490 3644607 3645296 DegU two-component response regulator, phosphorylated // DegU two-component response regulator degS // degU degS // degU +hutG BSU39380 4046503 4047462 formiminoglutamate hydrolase hutM // hutG // hutI // hutU // hutH // hutP hutM // hutG // hutI // hutU // hutH // hutP +yczE BSU03580 408240 408887 integral inner membrane protein regulating antibiotic production yczE BSU03580 +bioF BSU30220 3092184 3093353 8-amino-7-oxononanoate synthase (pimeloyl-CoA-dependent) ytbQ // bioI // bioB // bioD // bioF // bioK // bioW ytbQ // bioI // bioB // bioD // bioF // bioK // bioW +yybA BSU40710 4183445 4183897 transcriptional regulator (MarR family, polyamine export and degradation) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rtpA BSU02530 277160 277321 anti-TRAP regulator ycbK // rtpA ycbK // rtpA +defA BSU15720 1646512 1646994 peptide deformylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +aldY BSU38830 3986428 3987885 putative aldehyde dehydrogenase aldY BSU38830 +spoIISA BSU12830 1348612 1349358 three-component apoptosis factor (ABC toxin/antitoxin/antitoxin system) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykzH BSU13050 1374068 1374292 conserved hypothetical protein ykzH BSU13050 +rbsK BSU35920 3702393 3703274 ribokinase rbsB // rbsC // rbsA // rbsD // rbsK // rbsR rbsB // rbsC // rbsA // rbsD // rbsK // rbsR +rplA BSU01030 119111 119809 ribosomal protein L1 (BL1) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydeK BSU05230 570371 571234 putative permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yurS BSU32650 3354212 3354487 conserved protein of unknown function yurS // sspG yurS // sspG +gmuA BSU05820 626933 627265 oligo-alpha-mannoside phosphotransferase system enzyme IIA gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC +yxeM BSU39500 4059488 4060282 putative ABC transporter substrate-binding lipoprotein YxeM yxeQ // sndB // yxeO // yxeN // yxeM // scmL // scmK yxeQ // sndB // yxeO // yxeN // yxeM // scmL // scmK +ywdD BSU38000 3899853 3900488 putative integral inner membrane protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ysdB BSU28830 2951490 2951882 conserved protein of unknown function ysdB BSU28830 +ybfF BSU02190 238644 239555 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoqJ BSU20610 2197344 2197859 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqjP BSU23790 2471787 2472746 putative metal-dependent hydrolase yqjT // coaA // dsdA // yqjQ // yqjP yqjT // coaA // dsdA // yqjQ // yqjP +ypeQ BSU21960 2308792 2308974 conserved protein of unknown function ypeQ BSU21960 +yqkA BSU23670 2462193 2463224 conserved protein of unknown function yqkC // yqkB // yqkA // yqjZ // yqjY yqkC // yqkB // yqkA // yqjZ // yqjY +yeeF BSU06812 747554 749563 putative nucleic acid binding protein; HGT island In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjqA BSU12470 1318528 1318905 phage PBSX; conserved hypothetical protein yjqA BSU12470 +yfjL BSU08050 878081 878770 conserved hypothetical protein yfjL // yfjM yfjL // yfjM +yqbD BSU26150 2684161 2685129 putative nucleic acid-binding protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fmt BSU15730 1646999 1647952 methionyl-tRNA formyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bmrC BSU09710 1045318 1047075 ABC family multidrug efflux transporter, ATP-binding/membrane subunit BmrC bmrD // bmrC bmrD // bmrC +murAA BSU36760 3777949 3779259 UDP-N-acetylglucosamine 1-carboxyvinyltransferase murAA BSU36760 +lutB BSU34040 3493519 3494958 component of an iron-sulfur oxidase linked to L-lactate utilization In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +slp BSU14620 1533327 1533701 small peptidoglycan-associated lipoprotein slp BSU14620 +ywhL BSU37440 3843001 3844377 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +phoD BSU02620 284011 285762 secreted phosphodiesterase (endo-hydrolysis at non-specific sites throughout the cell wall teichoic acid polymer) phoD BSU02620 +yjdH BSU12050 1277062 1277457 putative spore coat protein yjdH BSU12050 +yrkK BSU26480 2708943 2709419 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydiM BSU06040 653432 653812 hypothetical protein; prophage 3 region In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yosE BSU20150 2168114 2168461 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjbK BSU11580 1235912 1236484 putative RNA/thiamine triphosphatase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gatB BSU06690 730509 731939 glutamyl-tRNA(Gln) amidotransferase (subunit B) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cydB BSU38750 3976791 3977807 cytochrome bb' ubiquinol oxidase (subunit II) cydD // cydC // cydB // cydA cydD // cydC // cydB // cydA +epsE BSU34330 3524417 3525253 bifunctional flagellar clutch and glycosyltransferase acting during biofilm formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +yorO BSU20310 2174352 2174549 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xkdM BSU12660 1333804 1334247 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA +iolR BSU39770 4084799 4085554 transcriptional regulator of the iol operon (DeoR family) iolS // iolR iolS // iolR +queD BSU13730 1440100 1440549 6-carboxy-5,6,7,8-tetrahydropterin synthase; queuosine biosynthesis In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnJ-Val BSU_TRNA_12 95375 95450 tRNA-Val trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S +zapA BSU28610 2925640 2925897 Z ring-associated protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhbI BSU08990 976569 977033 putative transcriptional regulator (MarR family) induced by acid stress yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI +yomD BSU21400 2262437 2263261 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrkC BSU26560 2714933 2715493 putative enzyme; cupin family yrkC BSU26560 +gerAC BSU33070 3393293 3394414 GerA germination receptor, GerAC component gerAC // gerAB // gerAA gerAC // gerAB // gerAA +ydiF BSU05950 644528 646456 putative energy-sensing inhibitor of translation ydiF BSU05950 +ugd BSU36230 3729488 3730810 UDP-glucose dehydrogenase ptpZ // ptkA // tkmA // ugd ptpZ // ptkA // tkmA // ugd +yecA BSU06550 712019 713293 putative amino acid exporter yecA BSU06550 +ratA BSU_misc_RNA_81 2678343 2678565 antisense RNA controlling synthesis of TxpA, membrane associated toxin of a toxin antitoxin system; skin element ratA BSU_misc_RNA_81 +lonA BSU28200 2880466 2882790 class III heat-shock ATP-dependent LonA protease ysxC // lonA ysxC // lonA +ywdJ BSU37940 3894463 3895785 putative purine/pyrimidine permease ywdK // ywdJ // ywdI ywdK // ywdJ // ywdI +ytpP BSU29840 3054188 3054511 putative thiol-disulfide oxidoreductase with thioredoxin domain ytpR // ytpQ // ytpP ytpR // ytpQ // ytpP +cspB BSU09100 984262 984465 major cold-shock protein, RNA helicase co-factor, RNA co-chaperone cspB BSU09100 +fbpC BSU_22036 2316286 2316375 regulator of iron homeostasis In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ygzC BSU08779 954579 954851 putative spore coat protein ygzC BSU08779 +ypzD BSU23350 2435012 2435224 putative germination protein ypzD BSU23350 +odhA BSU19370 2108774 2111608 2-oxoglutarate dehydrogenase (E1 subunit) odhB // odhA odhB // odhA +parE BSU18090 1933477 1935444 subunit B of DNA topoisomerase IV (ATP-dependent) parC // parE parC // parE +yxxF BSU39240 4030710 4031645 putative transporter yxxF BSU39240 +yhbH BSU08980 975231 976409 factor involved in shape determination yhbH BSU08980 +pyaB BSU_MISC_RNA_27 1618853 1618970 pyrimidine biosynthesis operon attenuator pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR +spsF BSU37860 3887026 3887748 putative glycosyltransferase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA +ahpT BSU14230 1492875 1493321 thiol-disulfide oxidoreductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +thiC BSU08790 955895 957667 phosphomethylpyrimidine synthase monomer In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +flgK BSU35410 3638245 3639768 flagellar hook-filament junction flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA +yorX BSU20220 2170504 2170731 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gdwB BSU_MISC_RNA_60 3988840 3988942 guanidine riboswitch (type I) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnSL-Thr1 BSU_TRNA_76 194363 194435 tRNA-Thr trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 +ykcC BSU12890 1356447 1357418 putative glycosyltransferase ykcC // ykcB ykcC // ykcB +apt BSU27610 2822901 2823413 adenine phosphoribosyltransferase apt // recJ apt // recJ +nucA BSU03430 372154 372603 endonuclease nin // nucA nin // nucA +xhlB BSU12800 1347013 1347276 phage PBSX; holin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoVAD BSU23410 2440775 2441791 stage V sporulation protein AD (uptake of pyridine-2,6-dicarboxylic acid) spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA +exuM BSU12310 1301939 1303318 putative Na+:altronate/mannonate symporter uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC +rok BSU14240 1493787 1494362 repressor of comK rok BSU14240 +ybcL BSU01890 211859 213031 putative efflux transporter; prophage 1 region ybcL BSU01890 +yhcA BSU09010 977775 979373 putative c-di-AMP exporter yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI +ohrA BSU13140 1380978 1381403 peroxiredoxin ohrA BSU13140 +yteS BSU30110 3080631 3081134 lipoprotein required for rhamnogalaturonan transport and degradation In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqfZ BSU25060 2588701 2589000 factor involved in motility ispG // yqfZ ispG // yqfZ +sigB BSU04730 522862 523650 RNA polymerase sigma-37 factor (sigma(B)) rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA +yitQ BSU11080 1185001 1185588 antitoxin of the YitM-YitQ toxin-antitoxin system In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +recF BSU00040 3437 4549 RecA filament-DNA complex stabilisation, ssDNA and dsDNA binding, ATP binding gyrB // remB // recF // rlbA gyrB // remB // recF // rlbA +dapI BSU14190 1489753 1490877 N-acetyl-diaminopimelate deacetylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fumC BSU33040 3389024 3390412 fumarate hydratase yvzF // fumC yvzF // fumC +yuzJ BSU32469 3335414 3335545 putative type I toxin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cheA BSU16430 1712815 1714833 chemotactic two-component sensor histidine kinase swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +pbpH BSU13980 1467748 1469862 penicillin-binding enzyme for formation of rod-shaped peptidoglycan cell wall In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycgB BSU03030 326888 327469 putative integral inner membrane protein of unknown function ycgB BSU03030 +rex BSU05970 647091 647738 transcription repressor of cydABCD and yjlC-ndh expression In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yocL BSU19250 2097692 2098024 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytcJ BSU29550 3022068 3023657 putative N-substituted formamide deformylase, dihydropyrimidinase or isoaspartyl peptidase ytcJ BSU29550 +yoaT BSU18750 2044038 2044832 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pyrF BSU15550 1628622 1629341 orotidine 5'-phosphate decarboxylase pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR +ydfN BSU05480 596478 597098 putative oxidoreductase ydfP // ydfN // ydfO ydfP // ydfN // ydfO +vmlR BSU05610 604736 606379 ribosomal protection protein VmlR In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvdT BSU34480 3540717 3541406 putative transcriptional regulator (TetR/AcrR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yabS BSU00650 73106 73843 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ktrC BSU14510 1520531 1521196 potassium uptake protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybxH BSU02080 228331 228522 conserved protein of unknown function ybxH // csgA ybxH // csgA +disA BSU00880 107476 108558 diadenylate cyclase; DNA integrity scanning protein; cell cycle checkpoint DNA scanning protein clpC // mcsB // mcsA // ctsR // disA // radA clpC // mcsB // mcsA // ctsR // disA // radA +rpsR BSU40890 4198603 4198842 ribosomal protein S18 engD // rpsR // ssbA // rpsF engD // rpsR // ssbA // rpsF +tboV BSU_MISC_RNA_44 2869366 2869588 T-box riboswitch specific of valine tRNA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cmoO BSU29330 3003345 3004349 N-acetyl-S-alkylcysteine monooxygenase ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA +skfB BSU01920 214175 215407 synthesis of sporulation killing factor A skfH // skfG // skfF // skfE // skfC // skfB // skfA skfH // skfG // skfF // skfE // skfC // skfB // skfA +yjbC BSU11490 1226938 1227516 putative thiol oxidation management factor; putative acetyltransferase spxA // yjbC spxA // yjbC +yvrE BSU33200 3405664 3406542 putative sugar lactone lactonase yvrE BSU33200 +yogA BSU18430 2007526 2008515 putative oxidoreductase yogA BSU18430 +rapH BSU06830 750959 752089 response regulator aspartate phosphatase rapH // phrH rapH // phrH +yoaZ BSU18790 2047675 2048307 putative factor of the oxidative stress response In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tagB BSU35760 3682173 3683318 teichoic acid primase, CDP-glycerol:N-acetyl-beta-d-mannosaminyl-1, 4-N-acetyl-d-glucosaminyldiphosphoundecaprenyl glycerophosphotransferase tagB // tagA tagB // tagA +ylaF BSU14760 1545820 1546008 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yobI BSU18970 2065424 2069029 putative phage repair NTPase with transmembrane helices; putative defective prophage 6 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xynC BSU18150 1942714 1943982 secreted endo-xylanase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mdxG BSU34590 3552369 3553205 maltodextrin ABC transporter membrane subunit MdxG In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yorY BSU20210 2170309 2170491 putative nucleotide binding protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +flgM BSU35430 3640285 3640551 anti-sigma factor repressor of sigma(D)-dependent transcription flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA +ydjB BSU06120 663601 663936 hypothetical protein; prophage region 3 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dhbA BSU32000 3291511 3292296 2,3-dihydro-2,3-dihydroxybenzoate dehydrogenase dhbF // dhbB // dhbE // dhbC // dhbA dhbF // dhbB // dhbE // dhbC // dhbA +uvrB BSU35170 3612945 3614930 excinuclease ABC (subunit B) uvrA // uvrB uvrA // uvrB +bceR BSU30400 3113187 3113882 BceR two-component response regulator, phosphorylated // BceR two-component response regulator bceS // bceR bceS // bceR +glsA BSU02430 264191 265174 glutaminase glnT // glsA glnT // glsA +hrcA BSU25490 2628606 2629637 transcriptional regulator of heat-shock genes mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA +yflK BSU07650 838077 838742 putative sulfur carrier yflK // nosA yflK // nosA +glnJ BSU02440 265476 266708 GlnK two-component sensory histidine kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ssuC BSU08850 963174 964004 aliphatic sulfonate ABC transporter, membrane subunit ygaN // ssuD // ssuC // ssuA // ssuB ygaN // ssuD // ssuC // ssuA // ssuB +ssuD BSU08860 964027 965157 FMNH2-dependent aliphatic sulfonate monooxygenase ygaN // ssuD // ssuC // ssuA // ssuB ygaN // ssuD // ssuC // ssuA // ssuB +conC BSU04920 538061 538309 ICEBs1 mobile element: subunit of the conjugation machinery yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +yutE BSU32300 3318828 3319262 conserved protein of unknown function yutF // yutE // yutD yutF // yutE // yutD +comGE BSU24690 2556921 2557268 component of the DNA transport pilin platform spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA +xepA BSU12780 1345839 1346678 phage PBSX; lytic exoenzyme In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hmoA BSU07150 785113 785439 heme-degrading monooxygenase hmoA BSU07150 +ybcF BSU01860 209633 210160 putative enzyme; prophage 1 region In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pelB BSU18650 2034745 2035782 endo-pectin lyase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bstH BSU10800 1159211 1159690 bacillithiol S-transferase bstH BSU10800 +trnB-Gly1 BSU_TRNA_56 3173324 3173398 tRNA-Gly trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +yhjQ BSU10600 1135255 1135581 copper storage protein Csp3 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yclA BSU03620 411578 412450 HTH-type transcriptional regulator BsdA (LysR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_11798 BSU_11798 1252558 1252791 protein remnant In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cspR BSU08930 970135 970617 tRNA (cytidine(34)-2'-O)-methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +citZ BSU29140 2981151 2982269 citrate synthase II mdh // icd // citZ mdh // icd // citZ +xseB BSU24290 2526669 2526923 exodeoxyribonuclease VII (small subunit) ispA // xseB // xseA ispA // xseB // xseA +yvdB BSU34660 3559979 3561571 putative anion transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +qoxD BSU38140 3914315 3914689 cytochrome aa3-600 quinol oxidase (subunit IV) qoxC // qoxB // qoxA // qoxD qoxC // qoxB // qoxA // qoxD +mswC BSU_MISC_RNA_20 1424527 1424683 S-adenosylmethionine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjqC BSU12490 1319690 1320526 phage PBSX; manganese-containing peroxidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bmrA BSU34820 3577745 3579514 ABC family efflux transporter BmrA bmrA BSU34820 +ysfB BSU28670 2931976 2933082 putative transcriptional regulator (glycolate degradation operon) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yozF BSU18710 2041330 2041827 putative lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_17099 BSU_17099 1783500 1783766 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvbU BSU33990 3487974 3488852 putative transcriptional regulator (LysR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yosL BSU20080 2165972 2166325 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fliY BSU16320 1702672 1703808 flagellar motor switching and energizing phosphatase swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +atpB BSU36870 3786878 3787612 ATP synthase (subunit a, component F0) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI +yybB BSU40700 4182636 4183298 putative hydrolase yybB BSU40700 +yebD BSU06390 697157 697324 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +coiA BSU11530 1229915 1231036 protein involved in establishment of DNA transport in competence coiA BSU11530 +leuD BSU28250 2888940 2889539 3-isopropylmalate dehydratase (small subunit) leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB +fbpB BSU04530 506322 506501 Fur-regulated basic protein B fbpA // fbpB BSU04536 // fbpB +ycdG BSU02840 306459 308144 putative oligo-carbohydrate hydrolase ycdG // ycdF ycdG // ycdF +liaG BSU33110 3396873 3397745 sensor of antibiotic stress on the cell wall liaR // liaS // liaF // liaG // liaH // liaI liaR // liaS // liaF // liaG // liaH // liaI +leuA BSU28280 2892138 2893694 2-isopropylmalate synthase leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB +ywmD BSU36730 3774655 3775329 putative exported protein ywmD BSU36730 +csfG BSU_MISC_RNA_23 1569199 1569319 sporulation-specific regulatory RNA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lytF BSU09370 1011792 1013258 gamma-D-glutamate-meso-diaminopimelate muropeptidase (major autolysin, vegetative) lytF BSU09370 +ytxC BSU28960 2961586 2962431 sporulation protein ytxC BSU28960 +ctaC BSU14890 1560466 1561536 cytochrome caa3 oxidase (subunit II) ctaG // ctaF // ctaE // ctaD // ctaC // ctaB ctaG // ctaF // ctaE // ctaD // ctaC // ctaB +mdtR BSU32870 3374492 3374959 transcriptional regulator (MarR family, low level antibiotic resistance) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +recD2 BSU27480 2806286 2808682 5'-3' helicase associated to SSB; exonuclease V In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylmG BSU15400 1611321 1611593 factor involved in shape determination, distribution of nucleoids and osmotic tolerance ylmH // ylmG // sepF // ylmE // ylmD ylmH // ylmG // sepF // ylmE // ylmD +yisK BSU10750 1152244 1153149 hydrolase/isomerase involved in remodelling the bacterial envelope In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywpE BSU36340 3741732 3742040 putative sortase ywpE BSU36340 +hisI BSU34860 3582936 3583565 bifunctional phosphoribosyl-AMP cyclohydrolase; phosphoribosyl-ATP pyrophosphohydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yyzF BSU40239 4134996 4135166 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywkD BSU37020 3798281 3798667 putative enzyme In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +recX BSU08520 925633 926427 regulatory protein RecX yfhH // recX yfhH // recX +ytrE BSU30420 3115279 3115974 putative ABC transporter ATP-binding protein YtrE ytrG // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA BSU_30466 // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA +yxiT BSU39029 4006987 4007415 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +divIVA BSU15420 1612521 1613015 cell-division initiation protein divIVA BSU15420 +araP BSU28740 2940697 2941638 arabinose/arabinan permease abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA +bglH BSU39260 4032346 4033755 aryl-phospho-beta-d-glucosidase yxiE // bglH // bglP yxiE // bglH // bglP +ytkK BSU29420 3010661 3011428 putative 3-oxoacyl-acyl-carrier protein reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhdC BSU09360 1011427 1011750 putative exported protein yhdC BSU09360 +rsmH BSU15140 1580622 1581557 putative 16S rRNA m4C1402 methyltransferase pbpB // ftsL // rsmH // mraZ pbpB // ftsL // rsmH // mraZ +bioI BSU30190 3089226 3090413 pimeloyl-[acp] synthase ytbQ // bioI // bioB // bioD // bioF // bioK // bioW ytbQ // bioI // bioB // bioD // bioF // bioK // bioW +thrZ BSU37560 3854256 3856172 threonyl-tRNA synthetase ywhA // thrZ ywhA // thrZ +mutT BSU04330 488314 488763 putative NTP pyrophosphohydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +prpE BSU11630 1239387 1240121 phosphorylated protein phosphatase E and diadenosine-polyphosphate hydrolase prpE BSU11630 +ycbR BSU02610 283003 283734 conserved protein of unknown function ycbR BSU02610 +ptkA BSU36250 3731822 3732535 maintenance protein tyrosine kinase involved in biofilm formation ptpZ // ptkA // tkmA // ugd ptpZ // ptkA // tkmA // ugd +swaO BSU_MISC_RNA_7 486092 486235 ATP-, cyclic di-AMP-sensing riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gutB BSU06150 667466 668527 glucitol (sorbitol) dehydrogenase gutP // gutB gutP // gutB +spoVFA BSU16730 1744367 1745260 spore dipicolinate synthase subunit A dapA // dapG // asd // spoVFB // spoVFA dapA // dapG // asd // spoVFB // spoVFA +recO BSU25280 2608946 2609713 DNA double strand break repair and homologous recombination factor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rrnI-16S BSU_RRNA_23 160893 162445 ribosomal RNA-16S In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqjX BSU23700 2464227 2464565 conserved protein of unknown function yqjX // polYB yqjX // polYB +sweC BSU24940 2576717 2577181 cofactor of the FtsEX-CwlO cell wall hydrolase complex sweC // sweD sweC // sweD +menC BSU30780 3146238 3147353 o-succinylbenzoate synthase menC // menE // menB // menH // menD // menF menC // menE // menB // menH // menD // menF +gndA BSU23860 2480750 2482159 NADP+-dependent 6-P-gluconate dehydrogenase gndA // polYA gndA // polYA +tcyA BSU03610 410656 411462 L-cystine ABC transporter substrate-binding lipoprotein tcyC // tcyB // tcyA tcyC // tcyB // tcyA +yceD BSU02900 312780 313361 putative stress adaptation protein (tellurite resistance) yceH // yceG // yceF // yceE // yceD // yceC yceH // yceG // yceF // yceE // yceD // yceC +slrR BSU34380 3530101 3530559 transcriptional regulator of autolysin genes (biofilm formation) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoVE BSU15210 1590317 1591417 factor for spore cortex peptidoglycan synthesis (stage V sporulation) sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE +alrA BSU04640 517372 518541 D-alanine racemase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +thiS BSU11680 1244844 1245044 sulfur carrier for synthesis of hydroxyethylthiazole phosphate thiD // thiF // thiG // thiS // thiO // tenI // tenA thiD // thiF // thiG // thiS // thiO // tenI // tenA +yhcC BSU09030 979939 980313 hypothetical membrane protein yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI +tboH BSU_MISC_RNA_42 2817899 2818131 T-box riboswitch controlling synthesis of histidine and aspartate tRNA ligases In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pyrD BSU15540 1627718 1628653 dihydroorotate dehydrogenase (catalytic subunit) pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR +mhqR BSU13670 1433199 1433636 transcriptional regulator (MarR family) mhqR BSU13670 +cotW BSU11770 1251273 1251590 spore coat protein (outemost layer) cotX // cotW // cotV cotX // cotW // cotV +yxdL BSU39640 4070393 4071166 ABC transporter ATP-binding subunit YxdL In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykwB BSU13940 1462813 1463493 putative acetyltransferase / amidohydrolase ykwB BSU13940 +ribR BSU29300 3000985 3001677 RNA-binding riboflavin kinase ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA +csfB BSU00240 35531 35725 forespore-specific anti-sigma factor csfB BSU00240 +yceB BSU02880 310880 311875 putative luciferase-like monooxygenase yceB BSU02880 +ypbF BSU22990 2405114 2405557 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywbD BSU38360 3935824 3937014 large subunit ribosomal RNA m5C1962 methyltransferase ywbD BSU38360 +katX BSU38630 3964997 3966640 major catalase in spores katX BSU38630 +yukD BSU31900 3275832 3276071 ESX secretion system YukD protein yueC // yueB // yukB // yukC // yukD // yukE yueC // yueB // yukB // yukC // yukD // yukE +dltC BSU38520 3954987 3955223 D-alanyl carrier protein ywzH // dltE // dltD // dltC // dltB // dltA ywzH // dltE // dltD // dltC // dltB // dltA +yhdV BSU09610 1037306 1037701 subunit of fluoride efflux transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mraY BSU15190 1587926 1588900 phospho-N-acetylmuramoyl-pentapeptide undecaprenyl phosphate (C55P) transferase sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE +birA BSU22440 2354918 2355895 biotin acetyl-CoA-carboxylase ligase and biotin regulon repressor (BirA-biotinoyl-5'-AMP) dapB // ypjD // birA // cca // bshA // bshB1 // mgsA dapB // ypjD // birA // cca // bshA // bshB1 // mgsA +yndJ BSU17800 1912953 1914593 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cheC BSU16450 1715344 1715973 signal terminating phosphatase of CheR-mediated methylation of methyl-accepting chemotaxis proteins (MCPs) swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +trnS-Glu BSU_TRNA_47 528903 528974 tRNA-Glu In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nap BSU05440 592303 593205 carboxylesterase NP nap BSU05440 +yvmA BSU35090 3605523 3606734 pulcherrimin efflux transporter yvmA // pchR yvmA // pchR +yvjA BSU35280 3626128 3627012 putative integral inner membrane protein cccB // yvjA cccB // yvjA +mswJ BSU_MISC_RNA_62 3999166 3999272 S-adenosylmethionine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxzJ BSU39139 4019005 4019136 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhdI BSU09480 1026255 1027664 putative PLP-dependent transcriptional regulator yhdI BSU09480 +dacF BSU23480 2445094 2446263 D-alanyl-D-alanine carboxypeptidase (penicilin binding protein) sigF // spoIIAB // spoIIAA // dacF sigF // spoIIAB // spoIIAA // dacF +tcyK BSU29370 3006600 3007412 S-alkyl cysteine ABC transporter substrate-binding lipoprotein TcyK ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA +rplW BSU01180 136992 137279 ribosomal protein L23 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybcH BSU01870 210224 210514 conserved protein of unknown function; prophage 1 region In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydbC BSU04420 495344 495703 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywbA BSU38390 3938307 3939641 putative cellobiose phosphotransferase system enzyme IIC permease component In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +frlR BSU32560 3346298 3347026 FrlR transcriptional regulator (GntR family) frlR BSU32560 +ykoN BSU13350 1398975 1400096 putative glycosyltransferase ykoN BSU13350 +spoVID BSU28110 2871022 2872749 morphogenetic spore protein (stage VI sporulation) ysxE // spoVID ysxE // spoVID +rtbE BSU39290 4036344 4036787 antitoxin factor of the RttD-RttE toxin-antitoxin system yxxE // rtbE // rtbD yxxE // rtbE // rtbD +yszA BSU28099 2869754 2869945 conserved protein of unknown function yszA BSU28099 +yesJ BSU06920 757111 757653 putative acetyltransferase yesK // yesJ // cotJC // cotJB // cotJA yesK // yesJ // cotJC // cotJB // cotJA +swrD BSU16299 1701016 1701231 flagellar power transducer required for swarming swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +uppP BSU31150 3194635 3195465 undecaprenyl-pyrophosphate phosphatase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +prfA BSU37010 3797085 3798155 peptide chain release factor 1 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytnP BSU29890 3058631 3059401 putative quorum-quenching lactonase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pucG BSU32520 3341166 3342416 S-ureidoglycine-glyoxylate aminotransferase pucG // pucF pucG // pucF +iolW BSU33530 3444329 3445405 scyllo-inositol 2-dehydrogenase (NADP(+)-dependent) iolW BSU33530 +yhfI BSU10240 1098412 1099146 phosphodiesterase YhfI In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_MISC_RNA_38 BSU_MISC_RNA_38 2549505 2549606 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hprT BSU00680 76344 76886 hypoxanthine-guanine phosphoribosyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytzL BSU30739 3141900 3142058 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yopH BSU20890 2211309 2211845 superinfection exclusion protein B; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjcO BSU11930 1265887 1266348 putative DNA binding protein; phage island In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xlyA BSU12810 1347289 1348182 phage PBSX; N-acetylmuramoyl-L-alanine amidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydjP BSU06280 681547 682362 putative aminoacrylate hydrolase ydjO // ydjP // yeaA ydjO // ydjP // yeaA +yonG BSU21100 2229988 2230908 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +degQ BSU31720 3257092 3257232 pleiotropic regulator degQ BSU31720 +BSU_18275 BSU_18275 1957746 1957919 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykzI BSU14660 1537113 1537301 conserved general stress protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypiB BSU22580 2365736 2366275 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mtnU BSU13570 1424767 1425546 ketoglutaramate omega-amidase mtnU BSU13570 +tmk BSU00280 39159 39797 thymidylate kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rplJ BSU01040 120061 120561 ribosomal protein L10 (BL5) ldlJ // rplL // rplJ ldlJ // rplL // rplJ +hbuT BSU39000 4002716 4004134 putative acid metabolite permease yxjF // scoB // scoA // hbuT yxjF // scoB // scoA // hbuT +ypjQ BSU21830 2297984 2298517 putative phosphatidylglycerophosphatase ypjQ BSU21830 +yrkO BSU26440 2705398 2706615 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). srfAD BSU03520 402388 403116 surfactin synthetase srfAD // srfAC // comS // srfAB // srfAA srfAD // srfAC // comS // srfAB // srfAA -tepA BSU16790 1751201 1751938 protein export-enhancing protease (spore outgrowth) -yueG BSU31790 3262330 3262551 putative spore germination protein -yonJ BSU21070 2227505 2228722 conserved protein of unknown function; phage SPbeta -yfhA BSU08460 921472 922503 xenosiderophore schizokinen (dihydroxamate) transporter (permease) yfhA // yfiZ yfhA // yfiZ -rttF BSU25870 2662712 2663290 antitoxin factor of ribonuclease toxin RttG; skin element rttF // rttG rttF // rttG -ywoF BSU36460 3750768 3752174 putative pectin lyase ywoF BSU36460 -ytqB BSU30490 3120964 3121548 putative RNA methylase -dppD BSU12950 1363141 1364148 dipeptide ABC transporter (ATP-binding subunit) dppE // dppD // dppC // dppB // dppA dppE // dppD // dppC // dppB // dppA -ycbL BSU02550 278377 279057 two-component response regulator [YcbM] ycbM // ycbL ycbM // ycbL -rpsF BSU40910 4199445 4199732 ribosomal protein S6 (BS9) engD // rpsR // ssbA // rpsF engD // rpsR // ssbA // rpsF -yetK BSU07210 788636 789628 putative efflux transporter -yndE BSU17760 1909086 1910177 putative spore germination integral inner membrane protein yndF // yndE // yndD yndF // yndE // yndD -prfB BSU35290 3627139 3628240 peptide chain release factor 2 prfB // secA prfB // secA -ypgR BSU21880 2302727 2303860 putative lyase or scaffold ypgR BSU21880 -mmsA BSU39760 4082920 4084383 (methyl)malonate-semialdehyde dehydrogenase monomer iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA -cypA BSU26740 2731107 2732339 cytochrome P450 -yjcK BSU11890 1260811 1261356 putative ribosomal-protein-alanine N-acetyltransferase -zagA BSU03360 366063 367256 ZTP-activated GTPase A yczL // zagA // yciB // folEB yczL // zagA // yciB // folEB -polC BSU16580 1727133 1731446 DNA polymerase III (alpha subunit) -nupN BSU31540 3239930 3241009 lipoprotein involved in guanosine transport nupQ // nupP // nupO // nupN nupQ // nupP // nupO // nupN -yoyH BSU20928 2212567 2212746 conserved protein of unknown function; phage SPbeta -yfiH BSU08270 901555 902496 putative sugar-phosphate epimerase/isomerase yfiI // yfiH // yfiG yfiI // yfiH // yfiG -yqeH BSU25670 2645490 2646590 potassium-dependent GTPase involved in ribosome 30S assembly -ptkA BSU36250 3731822 3732535 maintenance protein tyrosine kinase involved in biofilm formation ptpZ // ptkA // tkmA // ugd ptpZ // ptkA // tkmA // ugd -bioI BSU30190 3089226 3090413 pimeloyl-[acp] synthase ytbQ // bioI // bioB // bioD // bioF // bioK // bioW ytbQ // bioI // bioB // bioD // bioF // bioK // bioW -xkdX BSU12770 1345631 1345795 phage PBSX; conserved hypothetical protein -ilvE BSU02390 259016 260086 isoleucine-valine aminotransferase / aromatic amino acid aminotransferase ilvE BSU02390 -yyaT BSU40720 4184017 4184463 putative acetyltransferase (polyamine degradation) yyaS // yyaT yyaS // yyaT -yesR BSU07000 764781 765815 rhamnogalacturonan hydrolase -ynaB BSU17500 1881536 1881970 putative phage protein; defective phage region -yvnA BSU35050 3602074 3602547 putative transcriptional regulator yvnA BSU35050 -sprA BSU21660 2284771 2286408 serine-type phage integrase; phage SPbeta -yxeE BSU39580 4065597 4065962 inner spore coat protein yxeE BSU39580 -yrkC BSU26560 2714933 2715493 putative enzyme; cupin family yrkC BSU26560 -thiD BSU11710 1246837 1247652 phosphomethylpyrimidine kinase, 4-amino-5-hydroxymethyl-2-methylpyrimidine and 4-amino-5-hydroxymethyl-2-methylpyrimidine pyrophosphate kinase thiD // thiF // thiG // thiS // thiO // tenI // tenA thiD // thiF // thiG // thiS // thiO // tenI // tenA -ycgK BSU03170 341492 342466 putative transcriptional regulator (LysR family) -flhF BSU16400 1709747 1710847 GTPase involved in the export of flagella and number regulation swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -kbfO BSU31322 3218854 3219840 potassium channel protein involved in biofilm formation kbfO // mstX kbfO // mstX -yopQ BSU20800 2205193 2206575 conserved hypothetical protein; phage SPbeta -acoA BSU08060 879002 880003 acetoin dehydrogenase E1 component (TPP-dependent alpha subunit) acoL // acoC // acoB // acoA acoL // acoC // acoB // acoA -grpE BSU25480 2627971 2628534 nucleotide exchange factor for DnaK activity mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA -alsS BSU36010 3709628 3711340 alpha-acetolactate synthase alsD // alsS alsD // alsS +yvbG BSU33850 3471841 3472476 putative integral membrane protein yvbG BSU33850 +sftA BSU29805 3049725 3052583 DNA translocase sftA BSU29805 +catR BSU33680 3457615 3457941 transcriptional regulator of catechol dioxygenase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfjT BSU07970 869273 869458 conserved hypothetical protein yfjT BSU07970 +yjhA BSU12180 1289298 1289939 putative lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +opcR BSU33840 3471266 3471823 negative transcriptional regulator of choline uptake systems opcR BSU33840 +ykzO BSU13299 1395598 1395810 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sppI BSU29520 3019533 3020027 inhibitor of SppA protease activity sppI // sppA sppI // sppA +fadN BSU32840 3370025 3372394 bifunctional enoyl-CoA hydratase / 3-hydroxyacyl-CoA dehydrogenase fadE // fadA // fadN // fadM fadE // fadA // fadN // fadM +flhB BSU16380 1706599 1707681 component of the flagellar export machinery swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +yonR BSU21020 2221061 2221387 putative transcriptional regulator (Xre family); phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pghL BSU17820 1915221 1915979 phage gamma-polyglutamate hydrolase pghL BSU17820 +rplNA BSU01260 140451 140819 ribosomal protein L14 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nucB BSU25750 2652387 2652797 sporulation-specific matrix degrading exported DNase nucB BSU25750 +trnD-Tyr BSU_TRNA_37 952307 952391 tRNA-Tyr trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +ynaF BSU17540 1884968 1885321 conserved hypothetical protein; defective phage region ynaG // ynaF ynaG // ynaF +sknR BSU26350 2698893 2699243 skin element; transcriptional repressor of yqaF-yqaN operon (Xre family) sknR BSU26350 +BSU_25565 BSU_25565 2637179 2637328 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rnz BSU23840 2478006 2478929 ribonuclease Z rnz BSU23840 +sirB BSU15620 1634837 1635622 sirohydrochlorin ferrochelatase sirC // sirB // sumT // cysC // sat // cysP // cysH sirC // sirB // sumT // cysC // sat // cysP // cysH +yvyE BSU35510 3646753 3647406 putative translation regulator yvyE // tagV yvyE // tagV +yetH BSU07160 785543 785905 putative lyase/dioxygenase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnD-Trp BSU_TRNA_38 952397 952470 tRNA-Trp trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +spbK BSU05000 546166 546966 ICEBs1 mobile element: conserved protein of unknown function spbK BSU05000 +yfjO BSU08020 873402 874802 putative RNA methyltransferase yfjO // yfjP yfjO // yfjP +yyaJ BSU40840 4194389 4195744 putative transporter yyaJ BSU40840 +yonA BSU21160 2237321 2237791 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykuP BSU14170 1488413 1488868 short-chain flavodoxin ykuP // ykuO // ykuN ykuP // ykuO // ykuN +metP BSU32740 3362605 3363273 methionine ABC transporter membrane subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydcF BSU04750 524492 524785 conserved protein of unknown function pamR // ydcG // ydcF pamR // ydcG // ydcF +ydaE BSU04200 472585 473088 D-lyxose ketol isomerase ydaF // ydaE // ydaD // ydaG ydaF // ydaE // ydaD // ydaG +yusY BSU32970 3382209 3382499 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yflA BSU07750 844770 846185 putative aminoacid transporter yflA BSU07750 +yvdD BSU34640 3558940 3559515 putative enzyme yvdD BSU34640 +yhjD BSU10470 1121036 1121398 conserved hypothetical protein yhjD BSU10470 +yhcN BSU09150 989022 989591 putative germination lipoprotein yhcN BSU09150 +gabP BSU06310 685155 686564 gamma-aminobutyrate (GABA) permease; proline permease gabP BSU06310 +BSU_MISC_RNA_30 BSU_MISC_RNA_30 1675981 1676022 L19_leader In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoVFB BSU16740 1745263 1745865 spore dipicolinate synthase subunit B dapA // dapG // asd // spoVFB // spoVFA dapA // dapG // asd // spoVFB // spoVFA +paiB BSU32140 3304096 3304719 transcriptional regulator (regulates paiA expression) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywzD BSU36269 3733505 3733648 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pbpA BSU25000 2581771 2583921 transpeptidase (penicillin-binding protein 2A) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydfB BSU05350 581694 582479 putative acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydaP BSU04340 488830 490554 acetyl-phosphate generating pyruvate oxidase ydaP BSU04340 +mgsR BSU24770 2564026 2564406 transcriptional regulator of stress mgsR BSU24770 +tmcAL BSU15060 1573807 1575054 tRNAMet ac4C34 synthase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvnB BSU35040 3598040 3601909 putative exported hydrolase yvnB BSU35040 +dnaI BSU28980 2963185 2964120 helicase loader In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hisH BSU34890 3585051 3585689 imidazole glycerol phosphate synthase, glutamine amidotransferase subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trmF BSU41010 4209603 4211489 tRNA uridine 5-carboxymethylaminomethyl modification enzyme noc // rsmG // trmF // trmE noc // rsmG // trmF // trmE +comEA BSU25590 2640513 2641130 membrane bound high-affinity DNA-binding receptor comEC // comEB // comEA comEC // comEB // comEA +yrdP BSU26640 2722767 2723804 putative oxidoreductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +radA BSU00870 106096 107472 DNA repair protein; 6-O-methylguanine-DNA methyltransferase clpC // mcsB // mcsA // ctsR // disA // radA clpC // mcsB // mcsA // ctsR // disA // radA +nicK BSU04870 534773 535831 ICEBs1 mobile element: DNA relaxase yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +rsbRD BSU24760 2562966 2563802 component of the anxiosome (stressosome) rsbRD BSU24760 +BSU_26399 BSU_26399 2701754 2701870 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydaK BSU04280 480013 480864 cyclic-di-GMP receptor ydaN // ydaM // ydaL // ydaK // ydaJ ydaN // ydaM // ydaL // ydaK // ydaJ +ribD BSU23280 2430258 2431343 fused diaminohydroxyphosphoribosylaminopyrimidine deaminase; 5-amino-6-(5-phosphoribosylamino) uracil reductase ypzK // ribH // ribA // ribE // ribD ypzK // ribH // ribA // ribE // ribD +ywfA BSU37750 3874332 3875570 putative efflux transporter ywfA BSU37750 +liaR BSU33080 3394422 3395057 LiaR two-component response regulator, phosphorylated // LiaR two-component response regulator liaR // liaS // liaF // liaG // liaH // liaI liaR // liaS // liaF // liaG // liaH // liaI +yomJ BSU21340 2248417 2249100 protein conferring self-immunity to the host; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yocD BSU19170 2088257 2089234 putative carboxypeptidase; aminoacid adenylate hydrolase (microcin resistance) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqfT BSU25120 2593000 2593254 conserved protein of unknown function yqfT BSU25120 +mrpG BSU31660 3251992 3252366 Na+:H+ antiporter subunit A mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA +ybgF BSU02400 260123 261535 putative aminoacid permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydbT BSU04600 513283 514764 resistance to heterologous antibiotics ydbT // ydbS ydbT // ydbS +bsrF BSU_misc_RNA_75 2079096 2079203 small untranslated regulatory RNA bsrF BSU_misc_RNA_75 +yitV BSU11150 1191423 1192190 putative carboxylesterase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybcC BSU01845 206941 209556 conserved transmembrane protein coupled to NADH-ubiquinone oxidoreductase chain 5 homolog; prophage 1 region In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +plsC BSU09540 1031395 1031994 1-acylglycerol-phosphate (1-acyl-G3P) acyltransferase plsC // yhdN plsC // yhdN +ykcB BSU12880 1354285 1356435 putative membrane glycosyl transferase ykcC // ykcB ykcC // ykcB +fliI BSU16240 1695877 1697193 flagellar-specific ATPase subunit of export apparatus swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +ptsH BSU13900 1459384 1459650 histidine-containing phosphocarrier protein of the phosphotransferase system (PTS) (HPr protein) ptsI // ptsH // ptsG ptsI // ptsH // ptsG +asnH BSU39920 4098926 4101169 asparagine synthetase (glutamine-hydrolyzing) yxaM // asnH // yxnB // yxbA // yxbB yxaM // asnH // yxnB // yxbA // yxbB +stoA BSU13840 1450638 1451135 sporulation thiol-disulfide oxidoreductase A stoA // ykvU stoA // ykvU +ybdZ BSU31959 3280294 3280503 MbtH-like protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +treP BSU07800 850367 851779 phosphotransferase system (PTS) trehalose-specific enzyme IIBC component treR // treA // treP treR // treA // treP +yxkC BSU38850 3989331 3989873 conserved protein of unknown function yxkC BSU38850 +opuBA BSU33730 3462105 3463250 choline ABC transporter ATP-binding protein opuBD // opuBC // opuBB // opuBA opuBD // opuBC // opuBB // opuBA +treA BSU07810 851850 853535 trehalose-6-phosphate hydrolase treR // treA // treP treR // treA // treP +tenI BSU11660 1243134 1243751 thiazole tautomerase thiD // thiF // thiG // thiS // thiO // tenI // tenA thiD // thiF // thiG // thiS // thiO // tenI // tenA +yazB BSU00800 87401 87610 putative transcriptional regulator lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB +yknV BSU14330 1501658 1503472 ABC family transporter ATP-binding/membrane protein YknV In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lutR BSU34180 3509831 3510490 L-lactate utilization global transcriptional regulator (GntR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cwlO BSU34800 3574363 3575784 secreted cell wall DL-endopeptidase cwlO BSU34800 +mswK BSU_MISC_RNA_12 1180685 1180802 S-adenosylmethionine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spo0F BSU37130 3809550 3809924 two-component response regulator of sporulation initiation spo0F BSU37130 +fliF BSU16210 1692496 1694106 flagellar basal-body M-ring protein swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB ytzE BSU30020 3072401 3072622 putative transcriptional regulator (DeoR family) ytzE BSU30020 -xkdI BSU12630 1331245 1331730 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA -yeeF BSU06812 747554 749563 putative nucleic acid binding protein; HGT island -yybS BSU40520 4165659 4166588 putative integral inner membrane protein rplI // gdpP // yybS rplI // gdpP // yybS -hisF BSU34870 3583562 3584320 imidazole glycerol phosphate synthase subunit -ymaG BSU17310 1865512 1865787 inner spore coat protein; cell wall associated protein ymaG BSU17310 -hutG BSU39380 4046503 4047462 formiminoglutamate hydrolase hutM // hutG // hutI // hutU // hutH // hutP hutM // hutG // hutI // hutU // hutH // hutP -uvrX BSU21500 2270407 2271657 lesion bypass phage DNA polymerase; phage SPbeta uvrX // yolD uvrX // yolD +dctR BSU04460 499365 500045 DctR two-component response regulator, phosphorylated // DctR two-component response regulator dctP // dctR // dctS dctP // dctR // dctS +yuiC BSU32070 3298584 3299240 stationary phase survival protein yuiC BSU32070 +yhcI BSU09090 983229 984170 putative ABC efflux transporter membrane protein YhcI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI +ynzB BSU17740 1907013 1907201 conserved protein involved in spore germination In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yomP BSU21270 2243989 2244180 conserved phage protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvcI BSU34780 3572413 3572889 RNA pyrophosphohydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfkH BSU07900 862836 863663 putative ribonuclease BN yfkH // yfkI // yfkJ yfkH // yfkI // yfkJ +csbA BSU35180 3615116 3615346 conserved membrane protein of unknown function csbA BSU35180 +yosW BSU19980 2157341 2157682 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pdhB BSU14590 1529445 1530422 pyruvate dehydrogenase (E1 beta subunit) pdhD // pdhC // pdhB // pdhA pdhD // pdhC // pdhB // pdhA +iolI BSU39680 4073974 4074810 inosose isomerase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA +ywfM BSU37630 3862357 3863247 putative toxic excess metabolite exporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yngK BSU18280 1958027 1959559 putative exported glycoside hydrolase yngK BSU18280 +BSU_21925 BSU_21925 2307743 2307889 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rrnW-5S BSU_RRNA_11 101093 101211 ribosomal RNA-5S In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yetI BSU07170 786689 787264 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhgE BSU10160 1090401 1092728 putative methyl-accepting protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yraJ BSU26920 2750883 2751239 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydaB BSU04170 469426 470937 putative acyl-CoA ligase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gabD BSU03910 442950 444338 succinate-semialdehyde dehydrogenase gabD // gabT gabD // gabT +opuAA BSU02980 321013 322269 glycine betaine ABC transporter ATP-binding protein opuAC // opuAB // opuAA opuAC // opuAB // opuAA +yitZ BSU11180 1194333 1194827 putative transport protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yyzH BSU40529 4166815 4166964 hypothetical protein yyzH BSU40529 +ltaSC BSU24840 2568573 2570489 lipoteichoic acid synthase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yckC BSU03390 369236 369691 conserved integral membrane protein of unknown function yckC BSU03390 +luxS BSU30670 3137495 3137968 S-ribosylhomocysteine lyase luxS BSU30670 +bdhJ BSU31370 3223471 3224634 NADPH-dependent furan aldehyde reductase bdhJ BSU31370 +padR BSU08340 909198 909746 transcriptional regulator of phenolic acid decarboxylase padR BSU08340 +darB BSU14130 1485453 1485896 c-di-AMP binding protein ccpC // darB // abbA // ykuK // ykuJ ccpC // darB // abbA // ykuK // ykuJ +rocE BSU40330 4142675 4144078 arginine/ornithine/gamma-aminobutyrate permease argI // rocE // rocD argI // rocE // rocD +csbD BSU36670 3770104 3770292 stress response protein csbD // ywmF csbD // ywmF +liaF BSU33100 3396114 3396839 membrane component associated to the LiaRS two-component system liaR // liaS // liaF // liaG // liaH // liaI liaR // liaS // liaF // liaG // liaH // liaI +trnO-Ile BSU_TRNA_5 11464 11540 tRNA-Ile rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S +youA BSU21229 2241154 2241765 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fliR BSU16370 1705820 1706599 component of the flagellar export machinery swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +ppsB BSU18330 1982565 1990247 nonribosomal plipastatin synthetase B involved in synthesis of plipastatin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +scpB BSU23210 2425248 2425841 chromosome condensation and segregation factor ypuI // scpB // scpA ypuI // scpB // scpA +kdgT BSU22090 2321972 2322964 2-keto-3-deoxygluconate permease kdgT // kdgA // kdgK // kdgR kdgT // kdgA // kdgK // kdgR +prpC BSU15760 1650384 1651148 multitarget phosphorylated protein phosphatase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nrnB BSU18200 1948313 1949512 oligoribonuclease (nanoRNase) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfkT BSU07760 846182 847258 putative spore germination integral inner membrane transporter yfkT // yfkS // yfkR // yfkQ yfkT // yfkS // yfkR // yfkQ spxH BSU11550 1233614 1234513 thiol management effector of SpxA degradation spxH // yjbI spxH // yjbI -yqdA BSU26330 2698316 2698456 hypothetical protein; skin element -fliH BSU16230 1695254 1695880 flagellar export apparatus subunit of cytoplasmic ATPase swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -opuAC BSU03000 323119 324000 L-proline betaine and betonicine ABC transporter ABC transporter (glycine betaine-binding lipoprotein) opuAC // opuAB // opuAA opuAC // opuAB // opuAA -yoqG BSU20640 2198848 2199105 conserved hypothetical protein; phage SPbeta -lytG BSU31120 3190834 3191682 N-acetyl-β-D-glucosaminidase -glyS BSU25260 2605730 2607769 glycyl-tRNA synthetase (beta subunit) glyS // glyQ glyS // glyQ -hypO BSU07830 854412 855077 NAD(P)H-flavin oxidoreductase (nitroreductase) hypO BSU07830 -skfE BSU01950 216913 217632 sporulation killing factor biosynthesis and export; ABC transporter (binding protein) skfH // skfG // skfF // skfE // skfC // skfB // skfA skfH // skfG // skfF // skfE // skfC // skfB // skfA -gerBC BSU35820 3691372 3692496 lipoprotein component of the germination receptor B gerBC // gerBB // gerBA gerBC // gerBB // gerBA -ytpP BSU29840 3054188 3054511 putative thiol-disulfide oxidoreductase with thioredoxin domain ytpR // ytpQ // ytpP ytpR // ytpQ // ytpP -yjqA BSU12470 1318528 1318905 phage PBSX; conserved hypothetical protein yjqA BSU12470 -yerD BSU06590 716780 718357 putative osmotic shock glutamate synthase subunit (flavoprotein subunit, ferredoxin-dependent) yerD BSU06590 -rapG BSU40300 4140260 4141357 response regulator aspartate phosphatase phrG // rapG phrG // rapG -mdxR BSU34630 3557784 3558734 transcriptional activator of the maltodextrin operon (LacI family) -pksF BSU17140 1788695 1789942 decarboxylase converting malonyl-S-AcpK to acetyl-S-AcpK for bacillaene-related polyketide synthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC -appB BSU11390 1215243 1216193 oligopeptide ABC transporter (permease) appC // appB // appA // appA // appF // appD appC // appB // appA // appA // appF // appD -yomK BSU21330 2247889 2248335 conserved protein of unknown function; phage SPbeta -yxzC BSU39200 4021896 4022264 putative nucleic acid binding protein -yqbA BSU26180 2686770 2688302 putative phage capsid protein; skin element -rimM BSU16020 1674650 1675174 16S rRNA processing protein -rapJ BSU02820 304430 305551 response regulator aspartate phosphatase rapJ BSU02820 -yoqX BSU20480 2191334 2191555 conserved protein of unknown function; SPbeta phage -cotSA BSU30910 3160761 3161894 spore coat protein ytxO // cotS // cotSA ytxO // cotS // cotSA -pstA BSU24970 2578833 2579717 phosphate ABC transporter (permease) pstBB // pstBA // pstA // pstC // pstS pstBB // pstBA // pstA // pstC // pstS -mnaA BSU35660 3664241 3665383 UDP-N-acetylglucosamine 2-epimerase mnaA BSU35660 -murQ BSU01700 192051 192965 D-lactyl ether N-acetylmuramic-6-phosphate acid etherase -uxaC BSU12300 1300450 1301871 galacturonate isomerase uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC -hisJ BSU29620 3031614 3032420 histidinol phosphate phosphatase hisJ BSU29620 -gntZ BSU40080 4117080 4118486 6-phosphogluconate dehydrogenase (NAD+-dependent) gntZ // gntP // gntK // gntR gntZ // gntP // gntK // gntR -guaA BSU06360 692740 694281 GMP synthetase guaA BSU06360 -spoVS BSU16980 1769935 1770195 regulator required for dehydratation of the spore core and assembly of the coat (stage V sporulation) spoVS BSU16980 -padC BSU34400 3532325 3532810 phenolic acid decarboxylase padC // yveG // yveF padC // yveG // yveF -yomY BSU21180 2238198 2238452 conserved protein of unknown function; phage SPbeta -yitY BSU11170 1192858 1194288 putative FMN/FAD-binding oxidoreductase -yqbR BSU26000 2670801 2671064 conserved phage protein of unknown function; skin element -yxjH BSU38950 3997964 3999097 putative methyl-tetrahydrofolate methyltransferase (biofilm formation) yxjH BSU38950 -ytkA BSU30660 3136938 3137375 putative lipoprotein -rpmB BSU15820 1655599 1655787 ribosomal protein L28 rpmB BSU15820 -lmrA BSU02680 290132 290698 transcriptional repressor of lmrAB and yxaGH operons (flavonoid and antibiotic resistance) lmrB // lmrA lmrB // lmrA -yorN BSU20320 2174585 2174734 conserved hypothetical protein; phage SPbeta -yfnA BSU07340 805456 806841 methylthioribose permease yfnA BSU07340 -comGB BSU24720 2557983 2558954 membrane pilin platform component of the DNA transport machinery spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA -flgM BSU35430 3640285 3640551 anti-sigma factor repressor of sigma(D)-dependent transcription flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA -ybaK BSU01520 156109 156552 conserved protein of unknown function cwlD // ybaK cwlD // ybaK -manA BSU12020 1274692 1275639 mannose-6 phosphate isomerase; cupin family yjdF // manA // manP yjdF // manA // manP -ytkL BSU29410 3009915 3010598 putative metal-dependent hydrolase ytkL BSU29410 -asnH BSU39920 4098926 4101169 asparagine synthetase (glutamine-hydrolyzing) yxaM // asnH // yxnB // yxbA // yxbB yxaM // asnH // yxnB // yxbA // yxbB -ydiR BSU06090 659623 660564 type-2 restriction enzyme BsuMI component BsuRA (YdiR); prophage region 3 ydjA // ydiS // ydiR ydjA // ydiS // ydiR -spoVFA BSU16730 1744367 1745260 spore dipicolinate synthase subunit A dapA // dapG // asd // spoVFB // spoVFA dapA // dapG // asd // spoVFB // spoVFA -epsN BSU34230 3515062 3516228 UDP 2,6-dideoxy 2-acetamido 4-keto glucose aminotransferase epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA -yonS BSU21010 2220335 2220946 putative hydrolase lipoprotein; phage SPbeta -yitD BSU10950 1173333 1174091 2-phospho-3-sulfolactate synthase yitD // yitC yitD // yitC -arsR BSU25810 2657317 2657634 transcriptional regulator (ArsR-arsenate); skin element arsC // arsB // yqcK // arsR arsC // arsB // yqcK // arsR -cydB BSU38750 3976791 3977807 cytochrome bb' ubiquinol oxidase (subunit II) cydD // cydC // cydB // cydA cydD // cydC // cydB // cydA -ytrE BSU30420 3115279 3115974 ABC transporter (ATP-binding protein) involved in resistance to cell wall inhibitors ytrG // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA BSU_30466 // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA -sumT BSU15610 1634061 1634834 uroporphyrinogen III and precorrin-1 C-methyltransferase sirC // sirB // sumT // cysC // sat // cysP // cysH sirC // sirB // sumT // cysC // sat // cysP // cysH -ycbG BSU02500 273237 273938 transcriptional regulator (GntR family) ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC -yosF BSU20140 2167975 2168100 hypothetical protein; phage SPbeta -lplC BSU07120 782062 782949 ABC transporter (permease) for alpha-galacturonides -yqhR BSU24480 2540288 2540824 putative integral inner membrane protein -ctpB BSU35240 3622356 3623798 PDZ-containing carboxyl-terminal protease processing protease [Zn(II)] ctpB BSU35240 -adk BSU01370 145877 146530 adenylate kinase -iolF BSU39710 4076842 4078158 inositol transport protein iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA +ycgQ BSU03240 349996 350853 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +resE BSU23110 2415415 2417184 ResE two-component sensory histidine kinase, phosphorylated // ResE two-component sensory histidine kinase resE // resD // resC // resB // resA resE // resD // resC // resB // resA +yqbO BSU26030 2672706 2677463 putative tape measure protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydbL BSU04510 504689 505024 putative glyco-prenyl flippase subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqkC BSU23650 2461621 2461860 conserved protein of unknown function yqkC // yqkB // yqkA // yqjZ // yqjY yqkC // yqkB // yqkA // yqjZ // yqjY +bioW BSU30240 3094679 3095455 6-carboxyhexanoate-CoA ligase monomer ytbQ // bioI // bioB // bioD // bioF // bioK // bioW ytbQ // bioI // bioB // bioD // bioF // bioK // bioW +trnS-Ser BSU_TRNA_46 528783 528873 tRNA-Ser In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydfJ BSU05430 589717 591891 putative proton metabolite efflux transporter ydfJ BSU05430 +yoqU BSU20510 2193248 2193661 conserved hypothetical protein; phage SPbeta yoqU BSU20510 +rhaA BSU31180 3197933 3199207 L-rhamnose isomerase rhaA // rhaM // rhaB // rhaR // rhaEW rhaA // rhaM // rhaB // rhaR // rhaEW +yebC BSU06380 696195 696998 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yncF BSU17660 1900080 1900514 deoxyuridine 5'-triphosphate pyrophosphatase (phage origin) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +arsC BSU25780 2655322 2655741 thioredoxin-coupled arsenate reductase; skin element arsC // arsB // yqcK // arsR arsC // arsB // yqcK // arsR +ydbI BSU04480 501579 502631 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yddJ BSU04990 545595 545975 ICEBs1 mobile element: ICEBs1 exclusion protein yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +ydgE BSU05600 604103 604576 protein N-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yazA BSU00350 43647 43946 putative UvrC-Intron-type (URI) endonuclease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +prkA BSU08970 973156 975051 serine protein kinase (involved in sporulation) prkA BSU08970 +rpsM BSU01410 147973 148338 ribosomal protein S13 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fliZ BSU16340 1704211 1704870 flagellar regulatory protein swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +iolD BSU39730 4079083 4080996 3D-(3,5/4)-trihydroxycyclohexane-1,2-dione hydrolase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA +uvrC BSU28490 2911116 2912888 excinuclease ABC (subunit C) uvrC BSU28490 +pyrB BSU15490 1620476 1621390 aspartate carbamoyltransferase pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR +yrzP BSU27009 2755987 2756181 putative carboxymuconolactone decarboxylase yrzP BSU27009 +ykvT BSU13820 1448506 1449132 cell wall hydrolase related to spore cortex-lytic enzymes ykvT BSU13820 +coaA BSU23760 2468549 2469508 pantothenate kinase yqjT // coaA // dsdA // yqjQ // yqjP yqjT // coaA // dsdA // yqjQ // yqjP +trnI-Thr BSU_TRNA_24 165830 165902 tRNA-Thr In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pucE BSU32470 3335751 3336272 xanthine dehydrogenase, iron-sulfur subunit pucE // pucD // pucC // pucB // pucA pucE // pucD // pucC // pucB // pucA +ssrSB BSU_MISC_RNA_41 2814491 2814691 6Sb RNA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_23349 BSU_23349 2434755 2434871 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tcyB BSU03600 409965 410669 L-cystine ABC transporter membrane subunit tcyC // tcyB // tcyA tcyC // tcyB // tcyA +ytvI BSU29160 2983164 2984279 putative sporulation-related permease ytvI BSU29160 +gerPA BSU10720 1150206 1150427 spore germination protein gerPF // gerPE // gerPD // gerPC // gerPB // gerPA gerPF // gerPE // gerPD // gerPC // gerPB // gerPA +ganQ BSU34140 3505102 3505953 galacto-oligosaccharides (galactan) oligomer permease ganB // ganA // ganQ // ganP // ganS ganB // ganA // ganQ // ganP // ganS +yxiH BSU39180 4020977 4021306 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sspF BSU00450 53183 53368 small acid-soluble spore protein (alpha/beta-type SASP) sspF BSU00450 +nagR BSU35030 3597289 3598020 transcriptional regulator (GntR family) nagR // nagB // nagA nagR // nagB // nagA +cotB BSU36050 3714739 3715881 spore coat protein (outer) cotB BSU36050 ytrH BSU29239 2994756 2995097 membrane protein involved in a sporulation process ytrI // ytrH ytrI // ytrH -yjcD BSU11820 1253713 1255992 putative ATP-dependent DNA helicase (sporulation associated) yjcD BSU11820 -gmuF BSU05870 631808 632755 phosphohexomutase; cupin family gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC -frr BSU16520 1720526 1721083 ribosome recycling factor frr // pyrH // tsf // rpsB frr // pyrH // tsf // rpsB -lutC BSU34030 3492797 3493519 component of an iron-sulfur oxidase for L-lactate utilization -yopF BSU20910 2212026 2212241 conserved protein of unknown function; phage SPbeta -yisK BSU10750 1152244 1153149 hydrolase/isomerase involved in remodelling the bacterial envelope -comER BSU25600 2641214 2642035 putative NADPH-dependent reductase comER BSU25600 -licH BSU38560 3958516 3959844 6-phospho-beta-glucosidase licH // licA // licC // licB licH // licA // licC // licB -yteP BSU30135 3082260 3083225 permease for unsaturated rhamnogalacturonan -divIVA BSU15420 1612521 1613015 cell-division initiation protein divIVA BSU15420 -ybfO BSU02310 249979 251319 putative exported hydrolase ybfO BSU02310 -yosX BSU19970 2156757 2157110 conserved hypothetical protein; phage SPbeta -yesM BSU06950 758719 760452 YesM two-component sensory histidine kinase -xseA BSU24300 2526920 2528266 exodeoxyribonuclease VII (large subunit) -yvoD BSU34980 3592457 3593395 putative integral inner membrane protein with nucleotide binding domain -rplV BSU01210 138497 138838 ribosomal protein L22 (BL17) -snaB BSU39510 4060307 4060804 sulfur-containing aminoacid acetyltransferase yxeQ // sndB // yxeO // yxeN // yxeM // snaB // yxeK yxeQ // sndB // yxeO // yxeN // yxeM // snaB // yxeK -ytbE BSU29050 2970038 2970880 promiscuous aldo/keto reductase -tenI BSU11660 1243134 1243751 thiazole tautomerase thiD // thiF // thiG // thiS // thiO // tenI // tenA thiD // thiF // thiG // thiS // thiO // tenI // tenA -ydgJ BSU05670 612836 613330 putative transcriptional regulator (MarR family) -fliP BSU16350 1704863 1705528 component of the flagellar export machinery swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -opuCA BSU33830 3469860 3471002 glycine betaine/carnitine/choline/choline sulfate ABC transporter (ATP-binding protein) opuCD // opuCC // opuCB // opuCA opuCD // opuCC // opuCB // opuCA -yopV BSU20750 2202805 2202999 hypothetical protein; phage SPbeta -yhjO BSU10580 1132179 1133384 putative permease (recent HGT island) -yqeW BSU25420 2620717 2621640 putative Na+/anion cotransporter yqeW BSU25420 -ywbA BSU38390 3938307 3939641 putative cellobiose phosphotransferase system enzyme IIC permease component -csgA BSU02070 228066 228314 sporulation-specific SASP protein ybxH // csgA ybxH // csgA -mraY BSU15190 1587926 1588900 phospho-N-acetylmuramoyl-pentapeptide undecaprenyl phosphate (C55P) transferase sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE -ytkP BSU29970 3066451 3067386 putative cysteine synthase-like enzyme ytkP BSU29970 -cgeB BSU19790 2149084 2150037 protein involved in maturation of the outermost layer of the spore cgeB // cgeA cgeB // cgeA -dgkB BSU06720 736436 737347 diacylglycerol kinase -prpD BSU24130 2508221 2509639 2-methylcitrate dehydratase (promiscuous) mmgF // prpD // mmgD // mmgC // mmgB // mmgA mmgF // prpD // mmgD // mmgC // mmgB // mmgA -glmR BSU34760 3570546 3571499 gluconeogenesis morphogenetic factor (UDP-sugar binding) -rplJ BSU01040 120061 120561 ribosomal protein L10 (BL5) ldlJ // rplL // rplJ ldlJ // rplL // rplJ -abnB BSU39330 4039466 4040875 arabinan endo-1,5-alpha-L-arabinosidase ([Ca(2+)-dependent] abnB BSU39330 -abnA BSU28810 2949053 2950024 arabinan-endo-1,5-alpha-L-arabinase abnA BSU28810 -spxA BSU11500 1227697 1228092 redox-sensitive regulator spxA // yjbC spxA // yjbC -ydfI BSU05420 588960 589601 YdfI two-component response regulator, phosphorylated // YdfI two-component response regulator ydfI // ydfH ydfI // ydfH +pgi BSU31350 3220731 3222083 glucose-6-phosphate isomerase yugN // yugM // pgi yugN // yugM // pgi +capA BSU35880 3697821 3698963 capsular polyglutamate synthetase (acid resistance) capE // capA // capC // capB capE // capA // capC // capB +xhlA BSU12790 1346731 1347000 phage PBSX; putative enzyme In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +splB BSU13930 1461770 1462798 spore photoproduct (thymine dimer) lyase splB // splA splB // splA +ydjI BSU06210 673814 674785 putative phage protein ydjI // ydjH // ydjG // pspA ydjI // ydjH // ydjG // pspA +yuzN BSU32669 3355045 3355323 putative transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +exoA BSU40880 4197780 4198538 apurinic/apyrimidinic endonuclease exoA // ccpB exoA // ccpB +yxiK BSU39140 4019148 4019609 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +natR BSU02740 295584 296285 NatR two-component response regulator, phosphorylated // NatR two-component response regulator natR BSU02740 +fapR BSU15880 1661967 1662533 transcription factor controlling fatty acid and phospholipid metabolism (FapR-malonyl-Coa) fabG // fabD // plsX // fapR fabG // fabD // plsX // fapR +sprA BSU21660 2284771 2286408 serine-type phage integrase; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ilvD BSU21870 2300762 2302438 dihydroxy-acid dehydratase ilvD BSU21870 +sdhA BSU28440 2906335 2908095 succinate dehydrogenase (flavoprotein subunit) sdhB // sdhA // sdhC sdhB // sdhA // sdhC +ykuN BSU14150 1487038 1487514 short-chain flavodoxin (acts in lipid desaturation) ykuP // ykuO // ykuN ykuP // ykuO // ykuN +spsC BSU37890 3889732 3890901 putative glutamine-dependent sugar transaminase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA +flgD BSU16280 1699738 1700160 flagellar hook capping protein swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +dsdA BSU23770 2469580 2470926 D-serine ammonia-lyase yqjT // coaA // dsdA // yqjQ // yqjP yqjT // coaA // dsdA // yqjQ // yqjP +immA BSU04810 530624 531133 ICEBs1 mobile element: site-specific protease cleaving ImmR int // immA // immR int // immA // immR +yubA BSU31160 3195558 3196724 putative integral membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mmgB BSU24160 2511973 2512836 3-hydroxybutyryl-CoA dehydrogenase mmgF // prpD // mmgD // mmgC // mmgB // mmgA mmgF // prpD // mmgD // mmgC // mmgB // mmgA +thiT BSU30990 3179306 3179884 putative thiamin ECF transporter, S-component ThiT In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydbD BSU04430 495740 496561 putative manganese-containing catalase ydbD // dctB ydbD // dctB +trmB BSU29900 3059547 3060188 tRNA (guanine-N(7)-)-methyltransferase trmB BSU29900 +ywhB BSU37540 3853486 3853674 2-hydroxymuconate tautomerase (promiscuous) ywhB BSU37540 +yppF BSU22260 2338582 2338770 putative sporulation protein yppF BSU22260 +BSU_36079 BSU_36079 3717326 3717805 doubtful CDS (putative in frame frameshift) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytrA BSU30460 3118847 3119239 transcriptional regulator (GntR family, cell wall antibiotics) ytrG // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA BSU_30466 // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA +motA BSU13690 1434433 1435245 motility protein A; MotA component of the H+-coupled stator flagellum complex motB // motA motB // motA +pucB BSU32500 3339331 3339948 putative molybdopterin cofactor synthesis cytidylyl transferase pucE // pucD // pucC // pucB // pucA pucE // pucD // pucC // pucB // pucA +thiG BSU11690 1245041 1245811 thiazole synthase thiD // thiF // thiG // thiS // thiO // tenI // tenA thiD // thiF // thiG // thiS // thiO // tenI // tenA +spoIISB BSU12820 1348442 1348612 three-component apoptotic control system component B (antitoxin B) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +narJ BSU37260 3824226 3824780 nitrate reductase molybdenum cofactor assembly chaperone NarJ narI // narJ // narH // narG narI // narJ // narH // narG +comGF BSU24680 2556512 2556895 component of the DNA transport pilin platform spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA +ywpD BSU36350 3742384 3743220 putative two-component sensor histidine kinase ywpD BSU36350 +ysnB BSU28350 2900020 2900529 putative phosphoesterase ysnB BSU28350 +ycdA BSU02780 299438 300502 lipoprotein involved in swarming behaviour ycdA BSU02780 +tyrZ BSU38460 3947158 3948399 tyrosyl-tRNA synthetase tboYB // ywaE // tyrZ tboYB // ywaE // tyrZ +vpr BSU38090 3907844 3910264 extracellular serine protease vpr BSU38090 +thyB BSU21820 2297106 2297900 thymidylate synthase B In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywnF BSU36580 3761987 3762421 conserved protein of unknown function ywnF BSU36580 +yyzM BSU40939 4203124 4203330 putative nucleic acid binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sdaAA BSU15860 1658930 1659832 L-serine dehydratase (alpha chain) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoVAF BSU23390 2438372 2439853 stage V sporulation protein AF spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA +ydaJ BSU04270 478944 480032 glycosyl hydrolase lipoprotein ydaN // ydaM // ydaL // ydaK // ydaJ ydaN // ydaM // ydaL // ydaK // ydaJ +yocS BSU19350 2106490 2107455 putative sodium-dependent symporter yocS BSU19350 +yokK BSU21560 2274558 2275136 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +conD BSU04930 538322 538846 ICEBs1 mobile element: subunit of the conjugation machinery yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +ywmE BSU36720 3774400 3774561 conserved protein of unknown function ywmE BSU36720 +yqgM BSU24910 2574641 2575720 putative glycosyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ribA BSU23260 2428389 2429585 fused 3,4-dihydroxy-2-butanone 4-phosphate synthase and GTP cyclohydrolase II ypzK // ribH // ribA // ribE // ribD ypzK // ribH // ribA // ribE // ribD +nagB BSU35020 3596543 3597271 glucosamine-6-phosphate isomerase nagR // nagB // nagA nagR // nagB // nagA +brxC BSU29760 3046757 3047083 bacilliredoxin involved in debacillithiolation brxC // ytxH // ytxG brxC // ytxH // ytxG +ydgJ BSU05670 612836 613330 putative transcriptional regulator (MarR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydzT BSU06037 652511 652720 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hemE BSU10120 1086117 1087178 uroporphyrinogen III decarboxylase hemY // hemH // hemE hemY // hemH // hemE +yycP BSU40270 4137626 4138789 conserved hypothetical protein yycQ // yycP // yycO yycQ // yycP // yycO +yndA BSU17720 1905809 1906207 putative exported protein of unknown function yndA BSU17720 +yitB BSU10930 1171755 1172465 putative phospho-adenylylsulfate reductase yisZ // yitA // yitB yisZ // yitA // yitB +sspL BSU22000 2310859 2310987 small acid-soluble spore protein sspL BSU22000 +yfkS BSU07770 847282 847482 putative spore germination D protein yfkT // yfkS // yfkR // yfkQ yfkT // yfkS // yfkR // yfkQ +trnSL-Tyr1 BSU_TRNA_77 194458 194542 tRNA-Tyr trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 +kapD BSU31470 3231812 3232429 putative exoribonuclease (3'-5') kapD BSU31470 +yhfW BSU10390 1114057 1115586 putative oxidoreductase with Rieske [2Fe-2S] center yhfW BSU10390 +rhaM BSU31190 3199233 3199547 L-rhamnose mutarotase rhaA // rhaM // rhaB // rhaR // rhaEW rhaA // rhaM // rhaB // rhaR // rhaEW +cysC BSU15600 1633369 1633962 adenylylsulfate kinase sirC // sirB // sumT // cysC // sat // cysP // cysH sirC // sirB // sumT // cysC // sat // cysP // cysH +ywhK BSU37450 3844416 3845771 factor interacting with DNA helicase PcrA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnSL-Gly1 BSU_TRNA_82 967065 967138 tRNA-Gly In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yueH BSU31780 3262009 3262257 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytnM BSU29280 2998796 2999698 putative transporter ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA +yueG BSU31790 3262330 3262551 putative spore germination protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ecsB BSU10050 1078176 1079402 putative ABC exporter membrane subunit EcsB In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +adhB BSU26970 2753452 2754588 putative oxidoreductase (involving bacillithiol) yraD // yraE // adhB // yraF // yraG yraD // yraE // adhB // yraF // yraG +yqiK BSU24180 2514169 2514900 glycerophosphodiester phosphodiesterase (exolytic cleavage of individual teichoic acid monomer units) yqiK // yqiI // yqiH yqiK // yqiI // yqiH +yoyG BSU19749 2145820 2146053 putative toxin of a type I toxin family (sporulation operon) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +desK BSU19190 2090574 2091686 DesK two-component sensory histidine kinase, phosphorylated // DesK two-component sensory histidine kinase desR // desK desR // desK +dgkA BSU25310 2611456 2611827 undecaprenol kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rrnB-16S BSU_RRNA_19 3177086 3178640 ribosomal RNA-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +nprB BSU11100 1186037 1187653 extracellular neutral protease B In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +artR BSU23960 2490574 2491296 arginine ABC transporter ATP-binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +remB BSU00050 4567 4812 regulator of extracellular matrix formation gyrB // remB // recF // rlbA gyrB // remB // recF // rlbA +ywcJ BSU38060 3905333 3906103 nitrite transporter ywcJ BSU38060 +mmgF BSU24120 2507298 2508203 2-methylisocitrate lyase mmgF // prpD // mmgD // mmgC // mmgB // mmgA mmgF // prpD // mmgD // mmgC // mmgB // mmgA +yrdK BSU26680 2726885 2727202 hypothetical protein yrdK // brnQ // azlD // azlC // azlB yrdK // brnQ // azlD // azlC // azlB +tswB BSU_MISC_RNA_19 1391739 1391851 thiamine pyrophosphate riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yetF BSU07140 784381 785076 conserved membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pksI BSU17170 1792012 1792761 decarboxylase involved in bacillaene synthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC +rluB BSU23160 2421438 2422172 23S rRNA pseudouridine 2633 (=2605 standard) pseudouridine synthase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +malR BSU31530 3238751 3239458 YufM two-component response regulator, phosphorylated // MalR two-component response regulator malK // malR malK // malR +ytaP BSU30250 3095665 3096564 putative hydrolase ytaP BSU30250 +yczI BSU04120 463245 463490 conserved protein of unknown function yczI BSU04120 +ywcA BSU38240 3924225 3925766 acetate Na+-dependent symporter subunit involved in volatile signal for biofilm formation In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yokE BSU21620 2280881 2281363 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycnD BSU03860 438516 439265 NADPH-FMN oxidoreductase (nitroreductase) ycnD // ycnE ycnD // ycnE +mutM BSU29080 2972329 2973159 formamidopyrimidine-DNA glycosylase; 5-hydroxymethyl-uracil DNA-glycosylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pgl BSU13010 1369876 1370925 6-phosphogluconolactonase pgl // ykgA pgl // ykgA +yumC BSU32110 3301586 3302584 ferredoxin/flavodoxin—NADP+ reductase yumC BSU32110 +ydiS BSU06100 660596 661627 type-2 restriction enzyme BsuMI component BsuRB (YdiS); prophage region 3 ydjA // ydiS // ydiR ydjA // ydiS // ydiR +ndoAI BSU04650 518657 518938 antitoxin MazE ndoAI // ndoA ndoAI // ndoA +glnH BSU27440 2803108 2803929 putative L-glutamine ABC transporter substrate-binding lipoprotein glnP // glnM // glnH // glnQ glnP // glnM // glnH // glnQ +rtbD BSU39300 4036784 4038493 ribonuclease toxin of the RtbD-RtbE toxin-antitoxin system yxxE // rtbE // rtbD yxxE // rtbE // rtbD +tboX BSU_MISC_RNA_56 3491322 3491557 T-box riboswitch controlling synthesis of an amino acid transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bceA BSU30380 3111327 3112088 ABC transporter (bacitracin resistance), ATP-binding subunit BceA bceB // bceA bceB // bceA +mcpB BSU31260 3210445 3212433 methyl-accepting chemotaxis protein mcpB BSU31260 +trnI-Asn BSU_TRNA_23 165754 165825 tRNA-Asn In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ynaG BSU17550 1885365 1885640 conserved hypothetical protein; defective phage region ynaG // ynaF ynaG // ynaF +ilvH BSU28300 2894733 2895251 acetohydroxy-acid synthase (small subunit) leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB +yabR BSU00630 69626 70012 putative RNA degradation protein; polyribonucleotide nucleotidyltransferase or phosphorylase yabR // divIC // yabQ // yabP // rqcP // yabN // yabM yabR // divIC // yabQ // yabP // rqcP // yabN // yabM +ymfH BSU16860 1758314 1759600 putative processing protease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +thiI BSU29580 3025748 3026953 persulfide ATP pyrophosphatase involved in tRNA modification In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylqD BSU16010 1674259 1674645 conserved hypothetical protein trmD // rimM // ylqD trmD // rimM // ylqD +yceF BSU02920 314025 314798 protein involved in response to manganese yceH // yceG // yceF // yceE // yceD // yceC yceH // yceG // yceF // yceE // yceD // yceC codV BSU16140 1687187 1688101 site-specific tyrosine recombinase for chromosome partitioning codY // clpY // clpQ // codV codY // clpY // clpQ // codV -secG BSU33630 3455093 3455323 preprotein translocase subunit secG // rnr // yvaK // smpB // ssrA secG // rnr // yvaK // smpB // ssrA -yoqL BSU20590 2196389 2197081 putative endonuclease; phage SPbeta -yhfW BSU10390 1114057 1115586 putative oxidoreductase with Rieske [2Fe-2S] center yhfW BSU10390 -nfo BSU25130 2593281 2594174 type IV apurinic/apyrimidinic endonuclease yqfU // nfo yqfU // nfo -gtcA BSU38210 3921891 3922274 teichoic acid glycosylation protein -ybcL BSU01890 211859 213031 putative efflux transporter; prophage 1 region ybcL BSU01890 -ylbB BSU14950 1565849 1566295 putative enzyme ylbC // ylbB ylbC // ylbB -ccpA BSU29740 3044165 3045169 transcriptional regulator of catabolite repression (Lacl family) motS // motP // ccpA motS // motP // ccpA -yodF BSU19580 2130377 2131867 putative Na+/metabolite permease yodF BSU19580 -purD BSU06530 710148 711416 phosphoribosylglycinamide synthetase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE -yqjC BSU23930 2488329 2488751 putative methylmalonyl-CoA epimerase -clpP BSU34540 3546234 3546827 ATP-dependent Clp protease proteolytic subunit; Maxwell's demon clpP BSU34540 -lysS BSU00820 88727 90226 lysyl-tRNA synthetase lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB +yhfK BSU10260 1100219 1100863 putative NAD-binding epimerase / hydratase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqgT BSU24830 2567360 2568490 putative d,l-endopeptidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dppA BSU12920 1360401 1361225 D-alanyl-aminopeptidase dppE // dppD // dppC // dppB // dppA dppE // dppD // dppC // dppB // dppA +glgC BSU30970 3168624 3169766 glucose-1-phosphate adenylyltransferase (ADP-glucose pyrophosphorylase) subunit alpha glgP // glgA // glgD // glgC // glgB glgP // glgA // glgD // glgC // glgB +murG BSU15220 1591540 1592631 UDP-N-acetylglucosamine-N-acetylmuramyl- (pentapeptide)pyrophosphoryl-undecaprenol N-acetylglucosamine transferase sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE +ypwA BSU22080 2320355 2321860 metal-dependent carboxypeptidase ypwA BSU22080 +pyrR BSU15470 1618304 1618849 transcriptional attenuator and uracil phosphoribosyltransferase activity pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR +yclE BSU03660 415350 416195 putative hydrolase yclE BSU03660 +pfkA BSU29190 2986588 2987547 6-phosphofructokinase ytzA // pyk // pfkA ytzA // pyk // pfkA +isp BSU13190 1386024 1386983 intracellular serine protease isp BSU13190 +rplS BSU16040 1676042 1676389 ribosomal protein L19 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxiI BSU39160 4019949 4020437 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yonB BSU21150 2236269 2237285 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycgR BSU03250 350858 351742 putative permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yaaK BSU00200 28529 28852 nucleoid associated protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvbH BSU33860 3472626 3473240 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywfO BSU37600 3859535 3860836 putative metal-dependent nucleotide (pyro)phosphohydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ygaD BSU08690 939349 941091 ABC family transporter ATP-binding/membrane protein YgaD In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sdhB BSU28430 2905571 2906332 succinate dehydrogenase (iron-sulfur protein) sdhB // sdhA // sdhC sdhB // sdhA // sdhC +yflJ BSU07660 838783 838920 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yngHA BSU18240 1953181 1954515 biotin carboxylase for subunit LdeHB of methylcrotonyl-CoA carboxylase yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ +mrpA BSU31600 3246598 3249003 Na+:H+ antiporter subunit A mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA comZ BSU11310 1207597 1207788 putative late competence gene comZ // med comZ // med -pheS BSU28640 2929438 2930472 phenylalanyl-tRNA synthetase (alpha subunit) pheS // pheT pheS // pheT -yxiP BSU39090 4013795 4014475 putative lipoprotein -ydeM BSU05250 572974 573399 putative dehydratase -smc BSU15940 1666560 1670120 chromosome condensation and segregation SMC ATPase ftsY // smc // rnc ftsY // smc // rnc -bdbC BSU33470 3437644 3438060 thiol-disulfide oxidoreductase bdbC // bdbD bdbC // bdbD -yorC BSU20430 2187376 2187756 conserved protein of unknown function; phage SPbeta yorC // yorB yorC // yorB -fabHB BSU10170 1092770 1093747 beta-ketoacyl-acyl carrier protein synthase III 2 fabHB BSU10170 -yqgN BSU24890 2573760 2574323 5-formyltetrahydrofolate cyclo-ligase -pdxK BSU38020 3900963 3901778 pyridoxine, pyridoxal, and pyridoxamine kinase pdxK BSU38020 -feuA BSU01630 182370 183323 ferri-bacillibactin-binding lipoprotein ybbA // feuC // feuB // feuA ybbA // feuC // feuB // feuA -nprE BSU14700 1540036 1541601 extracellular neutral metalloprotease nprE BSU14700 -sspA BSU29570 3025445 3025654 small acid-soluble spore protein (alpha-type SASP) sspA BSU29570 -odhA BSU19370 2108774 2111608 2-oxoglutarate dehydrogenase (E1 subunit) odhB // odhA odhB // odhA -epsC BSU34350 3526407 3528203 putative UDP-sugar epimerase involved in biofilm matrix formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA -polYB BSU23710 2464562 2465800 Y family DNA polymerase V bypassing lesions during replication yqjX // polYB yqjX // polYB -yitT BSU11120 1188689 1189531 putative integral membrane protein -yabR BSU00630 69626 70012 putative RNA degradation protein; polyribonucleotide nucleotidyltransferase or phosphorylase yabR // divIC // yabQ // yabP // yabO // yabN // yabM yabR // divIC // yabQ // yabP // yabO // yabN // yabM -yxjO BSU38880 3991718 3992593 putative transcriptional regulator (LysR family) -sdhA BSU28440 2906335 2908095 succinate dehydrogenase (flavoprotein subunit) sdhB // sdhA // sdhC sdhB // sdhA // sdhC -prkC BSU15770 1651142 1653088 protein serine/threonine kinase -yddS BSU05090 554669 555979 putative permease -yorS BSU20270 2172932 2173450 putative 5'(3')-deoxyribonucleotidase; phage SPbeta -fhuC BSU33290 3415387 3416196 ferrichrome ABC transporter (ATP-binding protein) -comGG BSU24670 2556137 2556511 component of the DNA transport pilin platform spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA -yhaJ BSU09965 1072042 1072560 putative membrane enzyme yhaJ BSU09965 -ybaF BSU01470 152130 152927 component of the influx ECF transporters -spsI BSU37840 3885239 3885979 glucose-1-phosphate thymidylyltransferase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA -tcyL BSU29360 3005859 3006578 sulfur-containing amino acid ABC transporter (permease) ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA -mreBH BSU14470 1516574 1517581 cell-shape determining protein ykpC // mreBH ykpC // mreBH -ydiL BSU06010 648930 649664 putative membrane protease -yozB BSU19140 2086070 2086606 putative integral inner membrane protein -ganP BSU34150 3505957 3507213 galacto-oligosaccharides (galactan) oligomer permease ganB // ganA // ganQ // ganP // ganS ganB // ganA // ganQ // ganP // ganS -dacF BSU23480 2445094 2446263 D-alanyl-D-alanine carboxypeptidase (penicilin binding protein) sigF // spoIIAB // spoIIAA // dacF sigF // spoIIAB // spoIIAA // dacF -yisY BSU10900 1169043 1169849 putative acyl hydrolase or peroxidase yisY BSU10900 -sspF BSU00450 53183 53368 small acid-soluble spore protein (alpha/beta-type SASP) sspF BSU00450 -yxlC BSU38690 3969999 3970319 sigma-Y antisigma factor yxlG // yxlF // yxlE // yxlD // yxlC // sigY yxlG // yxlF // yxlE // yxlD // yxlC // sigY -leuC BSU28260 2889552 2890970 3-isopropylmalate dehydratase (large subunit) leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB -pyrE BSU15560 1629320 1629970 orotate phosphoribosyltransferase pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR -ydcT BSU04890 536404 536670 ICEBs1 mobile element: conserved protein of unknown function -yosK BSU20090 2166413 2166613 hypothetical protein; phage SPbeta -liaF BSU33100 3396114 3396839 membrane component associated to the LiaRS two-component system liaR // liaS // liaF // liaG // liaH // liaI liaR // liaS // liaF // liaG // liaH // liaI -spoIIIAB BSU24420 2536181 2536696 stage III sporulation protein (feeding tube apparatus) spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV -sspB BSU09750 1050031 1050234 small acid-soluble spore protein (beta-type SASP) sspB BSU09750 -rplR BSU01320 142974 143336 ribosomal protein L18 -bacG BSU37680 3867493 3868272 cyclohexenol-containing tetrahydro-4-hydroxyphenylpyruvate H(4)HPP in bacilysin synthesis bacG BSU37680 -ytvI BSU29160 2983164 2984279 putative sporulation-related permease ytvI BSU29160 -rok BSU14240 1493787 1494362 repressor of comK rok BSU14240 -gmuA BSU05820 626933 627265 oligo-alpha-mannoside phosphotransferase system enzyme IIA gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC -yobI BSU18970 2065424 2069029 putative phage repair NTPase with transmembrane helices; putative defective prophage 6 -yvbT BSU33980 3486807 3487817 putative alkanal monooxygenase -thrD BSU03790 430623 431987 aspartate kinase III thrD BSU03790 -scpB BSU23210 2425248 2425841 chromosome condensation and segregation factor ypuI // scpB // scpA ypuI // scpB // scpA -gerPC BSU10700 1149318 1149935 spore germination protein gerPF // gerPE // gerPD // gerPC // gerPB // gerPA gerPF // gerPE // gerPD // gerPC // gerPB // gerPA -bofA BSU00230 29772 30035 inhibitor of the pro-sigma(K) processing machinery bofA BSU00230 -dltB BSU38510 3953783 3954970 PG:teichoic acid D-alanyltransferase ywzH // dltE // dltD // dltC // dltB // dltA ywzH // dltE // dltD // dltC // dltB // dltA -ysxE BSU28100 2869964 2870989 spore coat protein ysxE // spoVID ysxE // spoVID -ylmA BSU15340 1606560 1607354 putative ABC transporter (ATP-binding protein) ylmA BSU15340 -ndoA BSU04660 518943 519293 endoribonuclease toxin ndoAI // ndoA ndoAI // ndoA -yotE BSU19910 2154705 2154851 hypothetical protein; phage SPbeta -yusR BSU32900 3377019 3377408 putative 3-oxoacyl-acyl-carrier protein reductase -recN BSU24240 2520557 2522287 factor for double strand breaks DNA repair and genetic recombination recN // ahrC recN // ahrC -plsC BSU09540 1031395 1031994 1-acylglycerol-phosphate (1-acyl-G3P) acyltransferase plsC // yhdN plsC // yhdN -rplC BSU01160 135712 136341 ribosomal protein L3 (BL3) -ywhH BSU37480 3847348 3847821 putative tRNA editing enzyme ywhH BSU37480 -dnaI BSU28980 2963185 2964120 helicase loader -kinA BSU13990 1470026 1471846 sporulation-specific ATP-dependent protein histidine kinase kinA BSU13990 -ydgE BSU05600 604103 604576 protein N-acetyltransferase -yoaW BSU18780 2046980 2047411 biofilm forming exported protein yoaW BSU18780 +yrkP BSU26430 2704435 2705130 two-component response regulator [YrkQ] In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydhH BSU05760 622293 622790 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpmI BSU28860 2952615 2952815 ribosomal protein L35 ysdA // rplT // rpmI // infC ysdA // rplT // rpmI // infC +bltR BSU26580 2716035 2716856 transcriptional regulator (polyamine metabolism) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjbB BSU11480 1225557 1226774 putative exporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yetJ BSU07200 787992 788636 pH-sensitive Ca2+ channel In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxxE BSU39280 4035990 4036298 conserved protein of unknown function yxxE // rtbE // rtbD yxxE // rtbE // rtbD +ybdG BSU01990 220279 221256 putative hydrolase/transferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycxB BSU03540 404458 405015 hypothetical protein ycxB // ycxC ycxB // ycxC +BSU_04745 BSU_04745 524360 524476 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ygaF BSU08720 943891 944364 peroxiredoxin with versatile activity In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +narI BSU37250 3823558 3824229 nitrate reductase (gamma subunit) narI // narJ // narH // narG narI // narJ // narH // narG +czrA BSU19120 2084786 2085109 transcriptional regulator (multiple metal-sensing ArsR-SmtB transcriptional repressor favouring Zn2+) czrA BSU19120 +ybfO BSU02310 249979 251319 putative exported hydrolase ybfO BSU02310 +ykuS BSU14200 1490939 1491184 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybaE BSU01460 151303 152133 putative ECF transporter, ATP-binding component YbaE In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yesS BSU07010 765838 768123 transcriptional regulator (AraC/XylS family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yufK BSU31510 3236422 3236979 putative integral membrane protein yufK BSU31510 +lipA BSU32330 3320324 3321220 lipoyl synthase (lipoic acid synthetase) lipA BSU32330 +rplR BSU01320 142974 143336 ribosomal protein L18 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sipU BSU04010 454029 454592 type I signal peptidase sipU BSU04010 +yttB BSU30350 3107232 3108425 putative efflux transporter yttB BSU30350 +yqgW BSU24800 2565715 2565888 conserved protein of unknown function yqgW BSU24800 +yvbK BSU33890 3476043 3476510 putative N-acyltransferase yvbK BSU33890 +bcaP BSU09460 1023350 1024747 amino acid transporter BcaP bcaP BSU09460 +cypB BSU27160 2773890 2777054 cytochrome P450 CYP102A3 cypB // fatR cypB // fatR +yjkB BSU12250 1295748 1296500 ABC family transporter ATP-binding protein YjkB yjkA // yjkB yjkA // yjkB +yesM BSU06950 758719 760452 YesM two-component sensory histidine kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywoH BSU36440 3749052 3749465 putative transcriptional regulator (MarR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cypX BSU35060 3602588 3603805 cyclo-L-leucyl-L-leucyl dipeptide oxidase cypX // yvmC cypX // yvmC +uxaC BSU12300 1300450 1301871 galacturonate isomerase uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC +levB BSU34460 3537507 3539057 endolevanase, selectively cleaves the (beta-2,6) fructosyl bonds yveA // levB // sacB yveA // levB // sacB +ykvS BSU13810 1447662 1447847 conserved protein of unknown function (HGT island) ykvS BSU13810 +trnJ-Arg BSU_TRNA_18 95956 96032 tRNA-Arg trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S +ypuD BSU23300 2431737 2432081 conserved protein of unknown function ypuD BSU23300 +ispG BSU25070 2589123 2590256 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase (1-hydroxy-2-methyl-2-(E)-butenyl 4-diphosphate synthase) ispG // yqfZ ispG // yqfZ +polX BSU28590 2923314 2925026 DNA polymerase/3'-5' exonuclease X In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhfE BSU10200 1095063 1096103 putative aminopeptidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvaK BSU33620 3454221 3454961 carboxylesterase rnr // yvaK // secG // smpB // ssrA rnr // yvaK // secG // smpB // ssrA +trnS-Gln BSU_TRNA_48 528986 529060 tRNA-Gln In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bsrH BSU_26055 2678799 2678888 skin region; type I toxin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +epeE BSU40170 4126481 4127440 radical SAM peptide epimerase epeB // epeA // epeP // epeE // epeX epeB // epeA // epeP // epeE // epeX +aldX BSU39860 4093980 4095317 putative aldehyde dehydrogenase aldX BSU39860 +nrdE BSU17380 1868969 1871071 ribonucleoside-diphosphate reductase (major subunit) ymaB // nrdF // nrdE // nrdI ymaB // nrdF // nrdE // nrdI +yvrJ BSU33239 3410007 3410345 factor involved in oxalate decarboxylase expression yvrJ BSU33239 +nadF BSU11610 1237660 1238460 inorganic polyphosphate/ATP-NAD kinase (quinolate activated) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydaM BSU04300 482577 483839 putative glycosyltransferase associated to biofilm formation ydaN // ydaM // ydaL // ydaK // ydaJ ydaN // ydaM // ydaL // ydaK // ydaJ +cyeB BSU34000 3488952 3489869 cysteine and O-acetylserine efflux permease cyeB BSU34000 +serC BSU10020 1075289 1076368 phosphoserine aminotransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fni BSU22870 2393602 2394651 isopentenyl diphosphate isomerase (typeII) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +secE BSU01000 117532 117711 preprotein translocase subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoxD BSU18500 2018554 2019270 putative oxido-reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +accB BSU24350 2531718 2532197 acetyl-CoA carboxylase subunit (biotin carboxyl carrier subunit) yqhY // accC // accB yqhY // accC // accB +yvdR BSU34500 3541823 3542143 sodium-proton two component antiporter subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +thiW BSU13220 1388809 1390452 putative thiamine/hydroxymethylpyrimidine ECF transporter, ATP-binding component ThiW In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywzB BSU36780 3780162 3780392 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yeaA BSU06290 682375 683364 conserved hypothetical protein ydjO // ydjP // yeaA ydjO // ydjP // yeaA +yomK BSU21330 2247889 2248335 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +deoC BSU39420 4051602 4052273 deoxyribose-phosphate aldolase pdp // nupC // deoC // deoR pdp // nupC // deoC // deoR +yknU BSU14320 1499889 1501646 ABC family transporter ATP-binding/membrane protein YknU In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhcJ BSU09110 984901 985731 putative lipoprotein YhcJ yhcJ BSU09110 +BSU_28509 BSU_28509 2913483 2913593 CDS C-terminal fragment In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvzE BSU35699 3672929 3673525 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +murD BSU15200 1588901 1590256 UDP-N-acetylmuramoylalanyl-D-glutamate ligase sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE +pxpB BSU04080 459867 460589 L-5-oxoprolinase (ATP-dependent) subunit B pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC +copL BSU05790 624492 625109 copper-binding protein copL BSU05790 +mmgC BSU24150 2510806 2511945 propionyl-CoA dehydrogenase subunit mmgF // prpD // mmgD // mmgC // mmgB // mmgA mmgF // prpD // mmgD // mmgC // mmgB // mmgA +capB BSU35900 3699446 3700627 capsular polyglutamate synthetase (ATP-dependent amide ligase) capE // capA // capC // capB capE // capA // capC // capB +mfd BSU00550 60430 63963 transcription-repair coupling factor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gerW BSU29500 3018309 3018764 germination-associated protein gerW // ytfI gerW // ytfI +ynfE BSU18140 1942192 1942455 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yodE BSU19570 2129082 2129993 putative thiol-dependent lyase/dioxygenase yodD // yodE yodD // yodE +yndF BSU17770 1910167 1911381 putative spore germination lipoprotein yndF // yndE // yndD yndF // yndE // yndD +purC BSU06450 701601 702326 phosphoribosylaminoimidazole succinocarboxamide synthetase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE +upp BSU36890 3788426 3789055 uracil phosphoribosyltransferase upp BSU36890 +ybfEn BSU_02181 238354 238476 conserved protein of unknown function YbfE (N-terminal fragment) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bdbD BSU33480 3438065 3438733 thiol-disulfide oxidoreductase bdbC // bdbD bdbC // bdbD +clsA BSU36590 3762664 3764112 cardiolipin synthase (major) clsA BSU36590 sdpI BSU33780 3466434 3467057 integral membrane immunity regulator of autophagy sdpI // sdpR sdpI // sdpR -mecB BSU22970 2403506 2404090 adaptor to ClpC; regulator of competence and sporulation -ntdC BSU10530 1126400 1127452 biosynthesis of neotrehalosadiamine (3,3'-diamino-3,3'-dideoxy-alpha,beta-trehalose), glucose-6-P 3-dehydrogenase; kanosamine biosynthesis (recent HGT island) glcP // ntdC // ntdB // ntdA glcP // ntdC // ntdB // ntdA -dnaN BSU00020 1939 3075 DNA polymerase III (beta subunit) dnaN // dnaA dnaN // dnaA -cidA BSU38320 3933209 3933595 metabolic regulator of murein hydrolases -spo0B BSU27930 2853981 2854559 sporulation initiation phosphotransferase obg // spo0B obg // spo0B -rsmH BSU15140 1580622 1581557 putative 16S rRNA m4C1402 methyltransferase pbpB // ftsL // rsmH // mraZ pbpB // ftsL // rsmH // mraZ -dctB BSU04440 496646 497698 membrane bound C4-dicarboxylate binding sensor protein ydbD // dctB ydbD // dctB -yodT BSU19740 2144356 2145690 putative aminovalerate aminotransferase -sufD BSU32700 3358664 3359977 Fe-S cluster assembly protein SufD -buk BSU24070 2501549 2502640 branched-chain fatty-acid kinase bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb -lytF BSU09370 1011792 1013258 gamma-D-glutamate-meso-diaminopimelate muropeptidase (major autolysin, vegetative) lytF BSU09370 -rlmB BSU00960 115269 116018 23S rRNA (Gm2251)-methyltransferase raeA // rlmB // mrnC // cysS // cysE // gltX raeA // rlmB // mrnC // cysS // cysE // gltX -arfM BSU37290 3830141 3830617 transcriptional regulator arfM BSU37290 -araM BSU28760 2943006 2944190 sn-glycerol-1-phosphate dehydrogenase [NAD+] (catabolic) abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA -ykzR BSU13799 1446317 1446568 putative spore-specific glycosyl hydrolase -ydfC BSU05360 582536 583456 putative aminoacid exporter ydfC BSU05360 -yoaG BSU18590 2028175 2028579 putative phage-related membrane protein yoaG BSU18590 -yvaF BSU33580 3449049 3449621 putative transcriptional regulator -folEA BSU22780 2384783 2385355 GTP cyclohydrolase I mtrB // folEA mtrB // folEA -yhfQ BSU10330 1107733 1108704 iron(III) siderophore-binding lipoprotein yhfQ BSU10330 -yrzE BSU27690 2831915 2832367 putative transporter yrzE BSU27690 -qoxC BSU38150 3914691 3915305 cytochrome aa3-600 quinol oxidase (subunit III) qoxC // qoxB // qoxA // qoxD qoxC // qoxB // qoxA // qoxD -ydaC BSU04180 470957 471502 putative methyltransferase ydaC BSU04180 -ctaC BSU14890 1560466 1561536 cytochrome caa3 oxidase (subunit II) ctaG // ctaF // ctaE // ctaD // ctaC // ctaB ctaG // ctaF // ctaE // ctaD // ctaC // ctaB -pucD BSU32480 3336263 3338500 xanthine dehydrogenase, substrate and molybdenum cofactor subunit pucE // pucD // pucC // pucB // pucA pucE // pucD // pucC // pucB // pucA +phoE BSU10340 1108736 1109317 promiscuous phosphatase; putative (phosphoglycerate) mutase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +narK BSU37320 3832327 3833514 nitrite extrusion permease fnr // narK fnr // narK +ywoC BSU36490 3755291 3755860 putative enzyme of isochorismatase family BSU_36499 // ywoC // ywoB // ywoD BSU_36499 // ywoC // ywoB // ywoD +yobU BSU19090 2082531 2083013 putative effector of transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fswA BSU_MISC_RNA_36 2431473 2431617 flavin riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bstE BSU26780 2734953 2735456 bacillithiol S-transferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylmD BSU15370 1609327 1610163 conserved protein with laccase domain ylmH // ylmG // sepF // ylmE // ylmD ylmH // ylmG // sepF // ylmE // ylmD +pksS BSU17230 1858566 1859783 cytochrome P450 of bacillaene metabolism In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +iolC BSU39740 4081029 4082006 2-deoxy-5-keto-D-gluconic acid kinase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA +copZ BSU33510 3443613 3443822 copper chaperone CopZ copA // copZ copA // copZ +ybfA BSU02160 235965 236882 putative transcriptional regulator with acetyltransferase domain In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxbD BSU39870 4095356 4095835 putative N-acetyltransferase yxbD // yxbC yxbD // yxbC +fadF BSU37180 3814382 3816499 putative iron-sulphur-binding reductase acdA // fadF // rpoE acdA // fadF // rpoE +ytjP BSU29980 3067420 3068811 putative promiscuous peptidase/deacylase ytjP BSU29980 +yesQ BSU06990 763875 764765 putative carbohydrate ABC transporter membrane subunit YesQ In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytcB BSU30870 3157008 3157958 putative UDP-glucose epimerase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrzR BSU27469 2805501 2805692 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yyzB BSU40460 4159253 4159456 conserved protein of unknown function yyzB BSU40460 +yokF BSU21610 2279977 2280867 calcium-dependent DNA nuclease, lipoprotein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhaM BSU09930 1069042 1069986 3'-5' exonuclease yhaM // sbcE // yhaO yhaM // sbcE // yhaO +ydeM BSU05250 572974 573399 putative dehydratase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pyaC BSU_MISC_RNA_28 1620331 1620445 pyrimidine biosynthesis operon attenuator pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR +yrvJ BSU27580 2818494 2820050 putative N-acetylmuramoyl-L-alanine amidase, family 3 yrvJ BSU27580 +rrnJ-23S BSU_RRNA_7 92254 95181 ribosomal RNA-23S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S +yorD BSU20420 2186985 2187299 stress protein SCP1; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +frlD BSU32570 3347051 3347905 fructosamine kinase frlD // frlM // frlN // frlO // frlB // yurQ // yurR frlD // frlM // frlN // frlO // frlB // yurQ // yurR +ygzB BSU08740 944959 945312 putative membrane protein ygzB BSU08740 +yodM BSU19650 2136913 2137524 phosphatidylglycerol phosphate (PGP) phosphatase; undecaprenyl-pyrophosphate phosphatase (promiscuous activity) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yonI BSU21080 2228756 2229166 conserved hypothetical protein; phage SPbeta yonI BSU21080 +ybfN BSU02300 249595 249873 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqaN BSU26250 2692933 2693361 putative Holliday junction resolvase; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nrnA BSU29250 2995908 2996849 nanoRNase (oligoribonuclease) (3'->5'short substrates, 5'->3' long substrates), 3',5'-bisphosphate nucleotidase nrnA BSU29250 +mtnD BSU13620 1429584 1430120 acireductone dioxygenase (Ni2+ or Fe2+-requiring) mtnD // mtnB // mtnX // mtnW mtnD // mtnB // mtnX // mtnW +infB BSU16630 1734009 1736159 initiation factor IF-2 rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS +yycR BSU40250 4135798 4137024 putative dehydrogenase yycR BSU40250 +ywaD BSU38470 3948555 3949922 exported double-zinc aminopeptidase ywaD BSU38470 +dapB BSU22490 2359340 2360143 (4S)-4-hydroxy-2,3,4, 5-tetrahydro-(2S)-dipicolinic acid (HTPA) dehydratase reductase dapB // ypjD // birA // cca // bshA // bshB1 // mgsA dapB // ypjD // birA // cca // bshA // bshB1 // mgsA +oppF BSU11470 1224533 1225450 oligopeptide ABC transporter ATP-binding protein OppF oppF // oppD // oppC // oppB // oppA oppF // oppD // oppC // oppB // oppA +yvqJ BSU33140 3399092 3400360 putative efflux protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pgpH BSU25330 2612282 2614417 c-di-AMP phosphodiesterase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ynaB BSU17500 1881536 1881970 putative phage protein; defective phage region In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +seaA BSU22850 2391861 2392754 conserved membrane protein of unknown function ypzH // seaA // yphA ypzH // seaA // yphA +uvrX BSU21500 2270407 2271657 lesion bypass phage DNA polymerase; phage SPbeta uvrX // yolD uvrX // yolD +yqeK BSU25630 2643215 2643775 diadenosine tetraphosphate hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yokL BSU21550 2273989 2274522 putative N-acetyltransferase; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glmR BSU34760 3570546 3571499 gluconeogenesis morphogenetic factor (UDP-sugar binding) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ysgA BSU28650 2930827 2931573 ribosomal RNA methylase ysgA BSU28650 +yxjF BSU38970 4000539 4001312 putative hydroxyacid dehydrogenase yxjF // scoB // scoA // hbuT yxjF // scoB // scoA // hbuT +yqjL BSU23830 2476969 2477730 putative hydrolase yqjL BSU23830 +sigX BSU23100 2414627 2415211 RNA polymerase ECF(extracytoplasmic function)-type sigma factor sigma(X) rsiX // sigX rsiX // sigX +yxkI BSU38780 3981227 3982915 putative membrane protease yxkI BSU38780 +amyE BSU03040 327618 329597 alpha-amylase amyE BSU03040 +spoIVFA BSU27980 2856832 2857626 regulator of SpoIVFB (stage IV sporulation) spoIVFB // spoIVFA spoIVFB // spoIVFA +comER BSU25600 2641214 2642035 putative NADPH-dependent reductase comER BSU25600 +yqfL BSU25240 2604121 2604933 bifunctional ADP-dependent kinase-Pi-dependent pyrophosphorylase / positive regulator of gluconeogenesis yqfL // ccpN yqfL // ccpN +sspC BSU19950 2156239 2156457 small acid-soluble spore protein (alpha/beta-type SASP); SPbeta phage protein sspC BSU19950 +yaaO BSU00270 37720 39162 putative decarboxylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gerKD BSU03690 419763 419984 conserved protein of unknown function gerKD BSU03690 +pdxT BSU00120 19968 20558 glutamine amidotransferase for pyridoxal phosphate synthesis; pyridoxal 5'-phosphate synthase complex, glutamine amidotransferase subunit PdxT pdxT // pdxS pdxT // pdxS +ycsD BSU04030 455346 455738 putative hydroxyacyl-(acyl carrier protein) dehydratase ycsD BSU04030 +yopT BSU20770 2203378 2203596 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykzU BSU14072 1480933 1481451 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rsiW BSU01740 195426 196052 anti-sigma(W) factor rsiW // sigW rsiW // sigW +hxlA BSU03460 375166 375798 3-hexulose-6-phosphate synthase (HPS) hxlB // hxlA hxlB // hxlA +ywtG BSU35830 3692533 3693906 putative carbohydrate/proton transporter ywtG BSU35830 +hpf BSU35310 3631003 3631572 ribosome-associated sigma 54 modulation protein; ribosome dimerisation factor hpf BSU35310 +sigO BSU33230 3409462 3409992 alternative sigma factor rsoA // sigO rsoA // sigO +ynzI BSU17559 1885753 1885917 conserved hypothetical protein; defective phage region In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bmr BSU24010 2494656 2495825 multidrug efflux transporter Bmr bmrR // bmr // bmrU bmrR // bmr // bmrU +rplO BSU01350 144085 144525 ribosomal protein L15 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yopE BSU20920 2212245 2212496 conserved membrane protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +msrB BSU21680 2287097 2287528 peptide methionine R-sulfoxide reductase msrB BSU21680 +yvcJ BSU34770 3571501 3572388 GTPase possibly involved in regulator sRNA degradation In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +steT BSU12860 1351375 1352691 serine / threonine exchanger steT BSU12860 +mstX BSU31321 3218525 3218857 atypical membrane-integrating regulator of biofilm formation (Mistic protein) kbfO // mstX kbfO // mstX +bhlA BSU21420 2264680 2264892 holin-like protein; bacteriophage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rplK BSU01020 118591 119016 ribosomal protein L11 (BL11) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfhH BSU08530 926429 926743 conserved hypothetical protein yfhH // recX yfhH // recX +thrR BSU27910 2852157 2852600 transcriptional repressor of operons hom-thrCB and thrD pheA // thrR pheA // thrR +yonU BSU20990 2219281 2219469 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yneA BSU17860 1918406 1918723 cell division inhibitor ynzC // yneB // yneA ynzC // yneB // yneA +hemY BSU10140 1088197 1089609 promiscuous protoporphyrinogen IX and coproporphyrinogen III oxidase hemY // hemH // hemE hemY // hemH // hemE +bacE BSU37700 3869487 3870671 efflux protein for bacilysin excretion, self-protection against bacilysin bacF // bacE // bacD // bacC // bacB // bacA bacF // bacE // bacD // bacC // bacB // bacA +xkdB BSU12520 1322014 1322850 phage PBSX; conserved hypothetical protein ykzK // xtrA // xkdD // xkdC // xkdB ykzK // xtrA // xkdD // xkdC // xkdB +sirC BSU15630 1635603 1636091 precorrin-2 dehydrogenase sirC // sirB // sumT // cysC // sat // cysP // cysH sirC // sirB // sumT // cysC // sat // cysP // cysH +ykuI BSU14090 1482248 1483471 putative cyclic-di-GMP receptor (no phosphodiesterase activity) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yocH BSU19210 2092899 2093762 exported cell wall lytic enzyme yocH BSU19210 +pghC BSU17270 1863448 1864155 gamma-polyglutamate hydrolase (phage origin) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ribC BSU16670 1737834 1738784 riboflavin biosynthesis protein RibC In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yyaM BSU40810 4190209 4191126 putative efflux transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xkdV BSU12750 1343230 1345293 phage PBSX; conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +phoP BSU29110 2977800 2978522 PhoP two-component response regulator, phosphorylated // PhoP two-component response regulator phoR // phoP phoR // phoP +sacC BSU27030 2758043 2760076 levanase BSU_27035 // sacC // levG // levF // levE // levD BSU_27035 // sacC // levG // levF // levE // levD +ydgC BSU05580 603012 603599 putative transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yydC BSU40210 4132338 4132736 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ldlM BSU_MISC_RNA_4 153737 153793 putative L13_leader In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yozO BSU19290 2099446 2099790 conserved hypothetical phage protein yozO BSU19290 +ywdA BSU38030 3901868 3902116 conserved protein of unknown function ywdA // sacA // sacP ywdA // sacA // sacP +yxcE BSU39790 4086802 4087452 conserved protein of unknown function yxcD // yxcE yxcD // yxcE +metQ BSU32730 3361767 3362591 methionine ABC transporter substrate-binding lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywhD BSU37520 3852186 3852704 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yyzO BSU40359 4147114 4147302 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydzR BSU05529 599875 600105 conserved hypothetical protein, sporulation-related In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yugF BSU31420 3227581 3228402 putative hydrolase yugF BSU31420 +spoVAEA BSU23401 2439804 2440415 stage V sporulation germinant protein spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA +nasA BSU03330 362937 364142 putative nitrate transporter nasA BSU03330 +ykzC BSU14680 1538264 1538692 putative acyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +kswC BSU_MISC_RNA_46 2910872 2911051 lysine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydzO BSU05329 579047 579232 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dppB BSU12930 1361242 1362168 dipeptide ABC transporter membrane subunit DppB dppE // dppD // dppC // dppB // dppA dppE // dppD // dppC // dppB // dppA +prs BSU00510 57745 58698 phosphoribosylpyrophosphate synthetase prs // gcaD // ctc prs // gcaD // ctc +thrC BSU32250 3313770 3314828 threonine synthase thrB // thrC // hom thrB // thrC // hom +ywqA BSU36280 3735449 3738217 ATPase involved in RNA remodelling DNA recombination and repair ywqA BSU36280 +ykvZ BSU13870 1455064 1456029 putative transcriptional regulator (LacI family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ynaD BSU17520 1883166 1883678 putative N-acetyltransferase; putative phage region In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sasA BSU38480 3949952 3950584 (p)ppGpp synthetase sasA BSU38480 +polYA BSU23870 2482269 2483513 DNA-damage lesion bypass DNA polymerase gndA // polYA gndA // polYA +ylaJ BSU14800 1548681 1549310 putative germination lipoprotein ylaJ BSU14800 +yyzN BSU40139 4123931 4124089 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rplM BSU01490 153842 154279 ribosomal protein L13 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +murE BSU15180 1586330 1587814 UDP-N-acetylmuramoylalanyl-D-glutamate-2, 6-diaminopimelate ligase sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE +yhdY BSU09640 1038909 1040024 small conductance mechano-sensitive channel In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +prkD BSU02030 223219 223989 putative protein kinase prkD BSU02030 +bkdAB BSU24040 2498093 2499076 branched-chain alpha-keto acid dehydrogenase E1 subunit bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb +priA BSU15710 1644068 1646485 primosomal replication factor Y (primosomal protein N') In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypsA BSU22190 2332153 2332782 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cwlP BSU21350 2249154 2256011 lytic transglycosylase; SPbeta phage protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +iseA BSU18380 2002637 2003182 inhibitor of DL-endopeptidases involved in cell-separation iseA BSU18380 +ybgG BSU02410 261656 262603 homocysteine methylase using (R,S)AdoMet ybgG BSU02410 +mmsA BSU39760 4082920 4084383 (methyl)malonate-semialdehyde dehydrogenase monomer iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA +ywzG BSU38018 3900481 3900819 putative transcriptional regulator, PadR family In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gswA BSU_misc_RNA_88 1457005 1457156 riboswitch regulating ptsGHI expression via GlcT binding In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sboX BSU37360 3836146 3836298 putative bacteriocin-like product albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA yodA BSU19530 2126549 2126938 putative tautomerase yodA BSU19530 -dgcK BSU09120 985734 986813 diguanylate cyclase dgcK BSU09120 -rnz BSU23840 2478006 2478929 ribonuclease Z rnz BSU23840 -rpmE BSU37070 3803081 3803281 ribosomal protein L31 rpmE BSU37070 -pabC BSU00760 84874 85755 4-amino-4-deoxychorismate pyruvate-lyase lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB -mtnW BSU13590 1427061 1428278 2,3-diketo-5-methylthiopentyl-1-phosphate enolase (DK-MTP-1-P enolase) mtnD // mtnB // mtnX // mtnW mtnD // mtnB // mtnX // mtnW -yshE BSU28570 2920517 2920921 putative integral inner membrane protein yshE BSU28570 -galM BSU18360 1999849 2000826 aldose 1-epimerase dacC // galM dacC // galM -ydeG BSU05190 566211 567503 putative permease -qcrC BSU22540 2363111 2363878 menaquinol:cytochrome c oxidoreductase (cytochrome cc subunit) qcrC // qcrB // qcrA qcrC // qcrB // qcrA -nhaK BSU33420 3428331 3430343 Na+/H+ antiporter -recD2 BSU27480 2806286 2808682 5'-3' helicase associated to SSB; exonuclease V -hemE BSU10120 1086117 1087178 uroporphyrinogen III decarboxylase monomer hemY // hemH // hemE hemY // hemH // hemE -mtlF BSU03982 451185 451616 phosphotransferase system (PTS) mannitol-specific enzyme IIA component mtlF // mtlD // mtlA mtlF // mtlD // mtlA -ung BSU37970 3897685 3898362 uracil-DNA glycosylase ung BSU37970 -yutG BSU32280 3317502 3318002 putative phosphatidylglycerophosphatase yutG BSU32280 -pdhC BSU14600 1530537 1531865 pyruvate dehydrogenase (dihydrolipoamide acetyltransferase E2 subunit) pdhD // pdhC // pdhB // pdhA pdhD // pdhC // pdhB // pdhA -ygzD BSU08899 966671 966871 putative HTH-type transcriptional regulator -sqhC BSU19320 2102168 2104066 squalene-hopene cyclase, sporulenol synthase (spore protection) -atpB BSU36870 3786878 3787612 ATP synthase (subunit a, component F0) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI -nudF BSU23610 2458509 2459066 isopentenyl pyrophosphate and dimethylallyl pyrophosphate diphosphatase (moonlighting ADP-ribose pyrophosphatase) -ligD BSU13400 1404518 1406353 ATP-dependent DNA ligase subunit; 5'-2-deoxyribose-5-phosphate (dRP) lyase -yabN BSU00580 66405 67874 putative fusion methylase and nucleotide pyrophosphohydrolase yabR // divIC // yabQ // yabP // yabO // yabN // yabM yabR // divIC // yabQ // yabP // yabO // yabN // yabM -aimX BSU_ncRNA_1 2208590 2208880 small RNA controlling lysogeny of phage SPbeta -gerM BSU28380 2902002 2903102 germination (cortex hydrolysis) and sporulation (stage II, multiple polar septa) lytic enzyme gerM BSU28380 -nrnB BSU18200 1948313 1949512 oligoribonuclease (nanoRNase) -yddN BSU05040 550240 551259 putative alkanal monooxygenase yddN BSU05040 -ponA BSU22320 2341444 2344188 peptidoglycan glycosyltransferase (penicillin-binding proteins 1A and 1B) ponA // recU ponA // recU -yvrH BSU33221 3408353 3409066 two-component response regulator YvrH involved in cell wall processes [YvrG] -yrhE BSU27220 2781209 2784151 putative formate dehydrogenase -yhaO BSU09910 1064846 1066072 putative DNA repair exonuclease yhaM // sbcE // yhaO yhaM // sbcE // yhaO -gerKB BSU03720 422982 424103 spore germination receptor subunit gerKB // gerKC // gerKA gerKB // gerKC // gerKA -rocG BSU37790 3880740 3882014 glutamate dehydrogenase rocG BSU37790 -yuiD BSU32060 3298077 3298553 putative integral inner membrane protein yuiD BSU32060 -fruA BSU14400 1509256 1511163 phosphotransferase system (PTS) fructose-specific enzyme IIABC component fruA // fruK // fruR fruA // fruK // fruR -ygaF BSU08720 943891 944364 peroxiredoxin with versatile activity -yobU BSU19090 2082531 2083013 putative effector of transcriptional regulator -csbD BSU36670 3770104 3770292 stress response protein csbD // ywmF csbD // ywmF -spoVAC BSU23420 2441804 2442256 mechanosensitive channel; stage V sporulation protein AC spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA -metE BSU13180 1383320 1385608 cobalamin-independent methionine synthase -yabD BSU00390 47706 48473 D-amino acyl-tRNA deacylase -lysCB BSU_28475 2909520 2910011 aspartokinase II beta subunit (aa 246->408) -lonB BSU28210 2882971 2884629 spore-specific ATP-dependent protease LonB lonB BSU28210 -citB BSU18000 1926680 1929409 aconitate hydratase (bifunctional aconitase) citB BSU18000 -ydcO BSU04840 532292 532552 ICEBs1 mobile element: conserved protein of unknown function -kdgA BSU22100 2323009 2323599 2-keto-3-deoxygluconate-6-phosphate aldolase kdgT // kdgA // kdgK // kdgR kdgT // kdgA // kdgK // kdgR -gerAA BSU33050 3390782 3392230 component of the GerA germination receptor gerAC // gerAB // gerAA gerAC // gerAB // gerAA -yrzP BSU27009 2755987 2756181 putative carboxymuconolactone decarboxylase yrzP BSU27009 -nhaC BSU09680 1042885 1044246 Na+/H+ antiporter -ycxC BSU03550 405069 406007 putative permease ycxB // ycxC ycxB // ycxC -rsfA BSU37620 3861437 3862213 prespore-specific transcription regulatory gene rsfA BSU37620 -yueE BSU31830 3264678 3265208 putative metal-dependent phosphohydrolase -dapH BSU14180 1488973 1489683 tetrahydrodipicolinate N-acetyltransferase -yfhC BSU08480 923587 924171 putative 5,6-dimethylbenzimidazole synthase yfhC BSU08480 -rapK BSU18910 2062150 2063265 response regulator aspartate phosphatase phrK // rapK phrK // rapK -ywoD BSU36480 3753933 3755291 putative efflux transporter BSU_36499 // ywoC // ywoB // ywoD BSU_36499 // ywoC // ywoB // ywoD -resA BSU23150 2420804 2421343 extracytoplasmic thioredoxin involved in cytochrome c maturation (lipoprotein) resE // resD // resC // resB // resA resE // resD // resC // resB // resA +aspS BSU27550 2814743 2816521 aspartyl-tRNA synthetase, promiscuous (also recognizes tRNAasn) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +folK BSU00790 86946 87449 7,8-dihydro-6-hydroxymethylpterin pyrophosphokinase lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB +yqgB BSU25040 2586813 2587580 factor involved in motility yqgB BSU25040 +yndG BSU17780 1911528 1912334 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +smc BSU15940 1666560 1670120 chromosome condensation and segregation SMC ATPase ftsY // smc // rnc ftsY // smc // rnc +yjzJ BSU12519 1321848 1322027 phage PBSX; conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xkdW BSU12760 1345305 1345634 phage PBSX; conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). ykfA BSU12970 1365888 1366847 muropeptide L,D-carboxypeptidase ykfD // ykfC // ykfB // ykfA ykfD // ykfC // ykfB // ykfA -yaaI BSU00170 25221 25766 putative amidase (isochorismatase family) -yyaE BSU40930 4201070 4203073 putative oxidoreductase (molybdoenzyme) -maf BSU28050 2862572 2863141 nucleoside triphosphate pyrophosphatase; septum formation DNA-binding protein (multicopy associated filamentation) maf BSU28050 -yndJ BSU17800 1912953 1914593 putative integral inner membrane protein -murF BSU04570 509384 510757 UDP-N-acetylmuramoylalanyl-D-glutamyl-2, 6-diaminopimelate-D-alanyl-D-alanine ligase -bsaA BSU21900 2304553 2305035 bacillithiol peroxidase -fadN BSU32840 3370025 3372394 bifunctional enoyl-CoA hydratase / 3-hydroxyacyl-CoA dehydrogenase fadE // fadA // fadN // fadM fadE // fadA // fadN // fadM -pgl BSU13010 1369876 1370925 6-phosphogluconolactonase pgl // ykgA pgl // ykgA -yrdB BSU26770 2733772 2734143 putative integral inner membrane protein -yhdI BSU09480 1026255 1027664 putative PLP-dependent transcriptional regulator yhdI BSU09480 -zwf BSU23850 2479156 2480625 glucose-6-phosphate 1-dehydrogenase (NADP-dependent) zwf BSU23850 -yckB BSU03380 367995 368858 amino acid ABC transporter (binding lipoprotein subunit) -albF BSU37420 3841017 3842297 putative peptidase involved in subtilosin production albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA -gndA BSU23860 2480750 2482159 NADP+-dependent 6-P-gluconate dehydrogenase gndA // polYA gndA // polYA -malK BSU31520 3237157 3238758 YufL two-component sensory histidine kinase, modified // YufL two-component sensory histidine kinase malK // malR malK // malR -nupP BSU31560 3242610 3243656 permease of ABC guanosine transporter nupQ // nupP // nupO // nupN nupQ // nupP // nupO // nupN -splB BSU13930 1461770 1462798 spore photoproduct (thymine dimer) lyase splB // splA splB // splA -yumC BSU32110 3301586 3302584 ferredoxin/flavodoxin—NADP+ reductase yumC BSU32110 -lnrJ BSU08290 903811 905013 two-component sensor histidine kinase [YfiK] lnrK // lnrJ lnrK // lnrJ -yoaS BSU18730 2043186 2043668 putative toxin of a toxin / antitoxin system -ywqB BSU36270 3733852 3735462 putative replication initiation protein -ypeB BSU22920 2397765 2399117 spore germination membrane component ypeB // sleB ypeB // sleB -xhlB BSU12800 1347013 1347276 phage PBSX; holin +tepA BSU16790 1751201 1751938 protein export-enhancing protease (spore outgrowth) ylzJ // tepA ylzJ // tepA +citT BSU07590 832545 833225 CitT two-component response regulator, phosphorylated // CitT two-component response regulator yflP // citT // citS yflP // citT // citS +BSU_34399 BSU_34399 3532107 3532298 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqbN BSU26039 2677466 2677657 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yusD BSU32760 3364618 3364962 conserved protein of unknown function yusD // yusE yusD // yusE +ppaX BSU34970 3591810 3592460 pyrophosphatase / glycerol-3-phosphatase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfmA BSU07540 827252 827419 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +skfG BSU01970 219087 219602 sporulation killing factor biosynthesis and export skfH // skfG // skfF // skfE // skfC // skfB // skfA skfH // skfG // skfF // skfE // skfC // skfB // skfA +yrhC BSU27240 2784688 2784918 conserved protein of unknown function yrhC // mccB // mccA // mtnN // yrrT yrhC // mccB // mccA // mtnN // yrrT +kswB BSU_MISC_RNA_54 3421169 3421348 lysine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +levG BSU27040 2760233 2761060 phosphotransferase system (PTS) fructose-specific enzyme IID component BSU_27035 // sacC // levG // levF // levE // levD BSU_27035 // sacC // levG // levF // levE // levD +manA BSU12020 1274692 1275639 mannose-6 phosphate isomerase; cupin family yjdF // manA // manP yjdF // manA // manP +rapA BSU12430 1315869 1317005 response regulator aspartate phosphatase phrA // rapA phrA // rapA +ywbB BSU38380 3937553 3938230 conserved protein of unknown function ywbB BSU38380 +phrI BSU05020 548438 548557 ICEBs1 mobile element: secreted regulator of the activity of phosphatase RapI phrI // rapI phrI // rapI +bpsA BSU22050 2316956 2318053 promiscuous alkylpyrone synthase BpsA (polyketide synthesis) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yomZ BSU21170 2237806 2238201 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rplU BSU27960 2855518 2855826 ribosomal protein L21 (BL20) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bsrI BSU_misc_RNA_84 3360937 3361184 small regulatory RNA or messenger RNA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydeA BSU05110 558408 559001 glyoxalase III homolog, deglycase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoIIAB BSU23460 2444208 2444648 anti-sigma factor (antagonist of sigma(F)) and serine kinase sigF // spoIIAB // spoIIAA // dacF sigF // spoIIAB // spoIIAA // dacF +yeeD BSU06790 746261 746566 conserved hypothetical protein; HGT island In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoVM BSU15810 1655446 1655526 factor required for normal spore cortex and coat synthesis (stage V sporulation) spoVM BSU15810 +cstA BSU28710 2936382 2938178 carbon starvation-induced membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mobB BSU14290 1498445 1498966 molybdopterin-guanine dinucleotide biosynthesis protein B In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tsaC BSU36950 3792969 3794009 tRNA(NNU) t(6)A37 threonylcarbamoyladenosine modification; threonine-dependent ADP-forming ATPase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +amiE BSU01670 188408 189733 amidase hydrolyzing N-acetylmuramyl-L-Ala bond of MurNAc peptides namZ // nagZ // amiE namZ // nagZ // amiE +bstD BSU12410 1313840 1314304 bacillithiol S-transferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yeeB BSU06770 742939 744738 putative DNA helicase / endonuclease; HGT island In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yneB BSU17870 1918742 1919395 putative site-specific recombinase, resolvase ynzC // yneB // yneA ynzC // yneB // yneA +ysfE BSU28700 2935967 2936209 conserved protein of unknown function ysfE BSU28700 +cinA BSU16930 1763222 1764472 competence-damage inducible regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fliT BSU35320 3632150 3632491 flagellar assembly protein FliT involved in control of flagella expression fliT // fliS // fliD // yvyC fliT // fliS // fliD // yvyC +yoqL BSU20590 2196389 2197081 putative endonuclease; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pta BSU37660 3865355 3866326 phosphotransacetylase pta BSU37660 +ylxR BSU16610 1733410 1733685 nucleoid-associated protein rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS +spoIIIE BSU16800 1752278 1754641 spore DNA directional translocase (motor ATPase) spoIIIE BSU16800 +yhfP BSU10320 1106524 1107516 putative oxidoreductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mrnC BSU00950 114854 115285 ribonuclease for 23S RNA maturation, mini-RNase III raeA // rlmB // mrnC // cysS // cysE // gltX raeA // rlmB // mrnC // cysS // cysE // gltX +yomH BSU21360 2256062 2256820 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cccB BSU35270 3625741 3626079 cytochrome c551 cccB // yvjA cccB // yvjA +yqaT BSU26190 2688306 2689601 putative phage-related terminase large subunit; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydeP BSU05290 575712 576098 putative transcriptional regulator ydeP BSU05290 +proS BSU16570 1725330 1727024 prolyl-tRNA synthetase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhdT BSU09590 1035554 1036939 putative membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lgt BSU34990 3593419 3594228 prelipoprotein diacylglycerol transferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glpX BSU37090 3805090 3806055 fructose 1,6-bisphosphatase class II glpX BSU37090 +BSU_32539 BSU_32539 3343894 3344031 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yclI BSU03740 424904 426364 putative ABC efflux transporter membrane protein YclI yclH // yclI yclH // yclI +bioYB BSU32030 3294270 3294872 putative biotin ECF transporter, S component BioYB bioYB BSU32030 +cydD BSU38730 3973364 3975091 ABC membrane transporter (ATP-binding protein) required for cytochrome bb' function (reductant efflux pump) cydD // cydC // cydB // cydA cydD // cydC // cydB // cydA +albB BSU37380 3837682 3837843 membrane component involved in subtilosin production albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA +yvgO BSU33410 3427802 3428287 exported stress induced factor yvgO BSU33410 +sdpC BSU33770 3465776 3466387 precursor of killing factor SdpC sdpC // sdpB // sdpA sdpC // sdpB // sdpA +sbcC BSU10650 1144749 1148141 DNA ATP-dependent repair enzyme hlpB // sbcC // sbcD hlpB // sbcC // sbcD +yraM BSU26880 2746608 2747711 aconitate isomerase yraM BSU26880 +yozV BSU18849 2055868 2056107 putative phage protein; putative defective prophage 6 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +natA BSU02750 296429 297169 Na+ ABC efflux transporter ATP-binding protein natB // natA natB // natA +trnSL-Glu2 BSU_TRNA_75 194205 194279 tRNA-Glu trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 +rsbV BSU04710 522088 522417 anti-anti-sigma factor (antagonist of RsbW) rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA +yosX BSU19970 2156757 2157110 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +coxA BSU27830 2843931 2844527 spore germination protein coxA // safA coxA // safA +bacF BSU37690 3868287 3869486 phenylalanine aminotransferase forming tetrahydrotyrosine in bacilysin synthesis bacF // bacE // bacD // bacC // bacB // bacA bacF // bacE // bacD // bacC // bacB // bacA +dgrA BSU22910 2397019 2397672 cyclic di-GMP receptor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_04345 BSU_04345 490546 490749 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dacC BSU18350 1998340 1999815 D-alanyl-D-alanine carboxypeptidase dacC // galM dacC // galM +auzJ BSU_ncRNA_2 3335414 3335545 putative antisense RNA for type I YuzJ toxin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dnaG BSU25210 2601528 2603339 DNA primase sigA // dnaG // yqxD sigA // dnaG // yqxD +yrzH BSU27800 2841010 2841300 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rtbJ BSU19230 2096350 2096976 FMN-dependent NADH-azoreductase ssrSA // rtbJ ssrSA // rtbJ +dnaA BSU00010 410 1750 chromosomal replication initiator informational ATPase dnaN // dnaA dnaN // dnaA +trnD-Gly BSU_TRNA_41 952701 952775 tRNA-Gly trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +minC BSU28000 2858584 2859264 cell-division regulator (septum placement) minD // minC // mreD // mreC // mreB minD // minC // mreD // mreC // mreB +yraD BSU26990 2754820 2755119 putative spore coat protein yraD // yraE // adhB // yraF // yraG yraD // yraE // adhB // yraF // yraG +tatCY BSU05990 647940 648704 component of the twin-arginine pre-protein translocation pathway In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dtd BSU27590 2820077 2820475 gly-tRNA(Ala) deacylase / D-Tyr-tRNATyr deacylase dtd // relA dtd // relA +mgtE BSU13300 1396013 1397368 magnesium transporter mgtE BSU13300 +iolE BSU39720 4078173 4079066 scyllo-inosose dehydratase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA +cmoJ BSU29310 3001724 3003052 N-acetyl-S-alkylcysteine sulfoxide C-monooxygenase ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA +yvkA BSU35210 3618964 3620298 putative efflux transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yydK BSU40130 4123193 4123903 putative transcriptional regulator (GntR family) yydK BSU40130 +rpmF BSU15080 1575804 1575983 ribosomal protein L32 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytzI BSU30659 3136768 3136944 conserved protein of unknown function ytzI BSU30659 +yisU BSU10870 1166008 1166670 putative aminoacid related metabolite efflux transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrdF BSU26730 2730560 2730835 putative ribonuclease inhibitor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvkN BSU35140 3608991 3609221 conserved protein of unknown function yvkN BSU35140 +trnB-Ala BSU_TRNA_60 3172968 3173040 tRNA-Ala trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +yabD BSU00390 47706 48473 D-amino acyl-tRNA deacylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrkF BSU26530 2712577 2713134 putative rhodanese-related sulfur transferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xpt BSU22070 2319440 2320024 xanthine phosphoribosyltransferase pbuX // xpt pbuX // xpt +atpF BSU36850 3785945 3786457 ATP synthase (subunit b, component F0) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI +yoaI BSU18620 2031439 2032890 putative 4-hydroxyphenylacetate-3-hydroxylase yoaI BSU18620 +yjiC BSU12220 1292557 1293735 polyphenols TDP-rhamnosyltransferase, promiscuous In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lysS BSU00820 88727 90226 lysyl-tRNA synthetase lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB +ctc BSU00520 58783 59397 ribosomal protein BL25 (Ctc), binding 5S RNA ctc // prs // gcaD ctc // prs // gcaD +trnB-Met2 BSU_TRNA_64 3172600 3172676 tRNA-Met trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +yjcM BSU11910 1263702 1264931 conserved hypothetical protein; phage island In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gamR BSU02370 257791 258498 transcriptional regulator-GlcN6P (GntR family) gamR // ybgB gamR // ybgB +yqeD BSU25720 2649842 2650468 conserved membrane protein of unknown function yqeD BSU25720 +yvnA BSU35050 3602074 3602547 putative transcriptional regulator yvnA BSU35050 +ricT BSU00320 41657 42484 subunit of a sporulation, competence and biofilm formation regulatory complex of RNaseY (RicAFT complex / FAD / two [4Fe-4S]2+) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +natB BSU02760 297170 298330 Na+ ABC efflux transporter membrane subunit natB // natA natB // natA +yciB BSU03350 365170 365754 putative Zn(2+)-dependent division lipoprotein (schizosome) yciB // folEB // yczL // zagA yciB // folEB // yczL // zagA +sdhC BSU28450 2908129 2908737 succinate dehydrogenase (cytochrome b558 subunit) sdhB // sdhA // sdhC sdhB // sdhA // sdhC +yfnA BSU07340 805456 806841 methylthioribose permease yfnA BSU07340 +thiX BSU13210 1388070 1388834 putative thiamine/hydroxymethylpyrimidine ECF transporter, T component ThiX In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ntdA BSU10550 1128286 1129611 biosynthesis of neotrehalosadiamine (3,3'-diamino-3,3'-dideoxy-alpha, beta-trehalose);3-oxo-glucose-6-phosphate:glutamate aminotransferase; kanosamine aminotransferase (recent HGT island) glcP // ntdC // ntdB // ntdA glcP // ntdC // ntdB // ntdA +BSU_12875 BSU_12875 1354131 1354277 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvgN BSU33400 3426749 3427579 promiscuous glyoxal/methylglyoxal reductase yvgN BSU33400 +lmrA BSU02680 290132 290698 transcriptional repressor of lmrAB and yxaGH operons (flavonoid and antibiotic resistance) lmrB // lmrA lmrB // lmrA +glxK BSU40040 4112073 4113221 D-glycerate kinase yxaB // glxK yxaB // glxK +xre BSU12510 1321329 1321670 phage PBSX transcriptional regulator xre BSU12510 +yoaC BSU18550 2022561 2024024 hydroxylated metabolite kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yusY BSU32960 3380704 3382212 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ysnD BSU28320 2897788 2898123 inner spore coat protein ysnD BSU28320 +ykvI BSU13710 1438092 1439135 putative transporter ykvI BSU13710 +ydzJ BSU06269 680907 681065 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywrF BSU36080 3717999 3718616 putative flavin-binding monooxygenase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +adaB BSU01820 204351 204890 O6-methylguanine-DNA methyltransferase; prophage 1 region adaB // adaA adaB // adaA +infC BSU28870 2952828 2953349 initiation factor IF-3 ysdA // rplT // rpmI // infC ysdA // rplT // rpmI // infC +yusF BSU32780 3365391 3365831 putative ribonuclease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqcE BSU25930 2666884 2667048 conserved phage protein of unknown function; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rnr BSU33610 3451863 3454202 ribonuclease R rnr // yvaK // secG // smpB // ssrA rnr // yvaK // secG // smpB // ssrA +mciZ BSU23616 2459141 2459263 cell division inhibitor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sumT BSU15610 1634061 1634834 uroporphyrinogen III and precorrin-1 C-methyltransferase sirC // sirB // sumT // cysC // sat // cysP // cysH sirC // sirB // sumT // cysC // sat // cysP // cysH +yeeC BSU06780 744851 745999 conserved hypothetical protein; HGT island In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glgD BSU30960 3167569 3168600 glucose-1-phosphate adenylyltransferase (ADP-glucose pyrophosphorylase) beta subunit glgP // glgA // glgD // glgC // glgB glgP // glgA // glgD // glgC // glgB +yxcA BSU39830 4091477 4091728 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). nadB BSU27870 2847871 2849466 L-aspartate oxidase nadA // nadC // nadB nadA // nadC // nadB -satA BSU40740 4185160 4185681 streptothricin acetyltransferase satA BSU40740 -ydzK BSU04359 490777 491043 putative membrane protein -xynP BSU17570 1887352 1888743 H+-xyloside symporter xynB // xynP xynB // xynP -glxB BSU32660 3354551 3354934 methylglyoxalase; lactoylbacillithiol lyase -msrA BSU21690 2287529 2288062 peptide methionine S-sulfoxide reductase -glpD BSU09300 1004975 1006642 sn-glycerol-3-phosphate oxidase (FAD-dependent) glpD BSU09300 -blt BSU26590 2716973 2718175 efflux transporter (promiscuous, acetylated polyamines efflux) bltD // blt bltD // blt -ywiE BSU37240 3821570 3823072 minor cardiolipin synthetase -putB BSU03200 344551 345462 proline oxidase putP // putC // putB putP // putC // putB +sapB BSU06650 726035 726733 putative magnesium transporter sapB BSU06650 +metI BSU11870 1258492 1259613 cystathionine gamma-synthase and O-acetylhomoserine thiolyase metC // metI metC // metI +trnS-Leu1 BSU_TRNA_50 529174 529255 tRNA-Leu In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +arsB BSU25790 2655753 2656793 arsenite efflux transporter arsC // arsB // yqcK // arsR arsC // arsB // yqcK // arsR +guaA BSU06360 692740 694281 GMP synthetase guaA BSU06360 +zinT BSU26830 2741357 2742112 lipoprotein buffering protein for Zn2+ transport zinT BSU26830 +yitC BSU10940 1172650 1173336 2-phospho,3-sulfolactate phosphatase (sporulation related) yitD // yitC yitD // yitC +flgC BSU16190 1691667 1692119 flagellar component of cell-proximal portion of basal-body rod swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +cypC BSU02100 229525 230778 fatty acid beta-hydroxylating cytochrome P450 cypC BSU02100 +cotY BSU11750 1250016 1250504 outer spore coat protein (crust layer, insoluble fraction) cotZ // cotY cotZ // cotY +BSU_25875 BSU_25875 2663408 2663554 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylqG BSU16070 1678250 1679980 putative glycosyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxnB BSU39910 4098423 4098905 conserved protein of unknown function yxaM // asnH // yxnB // yxbA // yxbB yxaM // asnH // yxnB // yxbA // yxbB +ydeE BSU05170 563614 564486 putative transcriptional regulator (AraC/XylS family) ydeE BSU05170 +yqfD BSU25350 2615452 2616648 stage IV sporulation protein; putative UDP-glucose-4-epimerase yqfD // yqfC yqfD // yqfC +yrkQ BSU26420 2703150 2704448 two-component sensor histidine kinase [YrkP] In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +surG BSU_misc_RNA_71 1731457 1731674 small RNAs controlled by sporulation In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +oxdD BSU18670 2037601 2038779 oxalate decarboxylase (Mn2+-dependent); spore constituent oxdD BSU18670 +yttA BSU30360 3108614 3109360 conserved protein of unknown function yttA BSU30360 +ywrE BSU36090 3718794 3719129 conserved protein of unknown function ywrE BSU36090 +znuA BSU02850 308332 309291 Zn2+ ABC transporter substrate-binding lipoprotein znuB // znuC // znuA znuB // znuC // znuA +ytrB BSU30450 3117976 3118854 putative ABC transporter ATP-binding protein YtrB ytrG // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA BSU_30466 // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA +trnSL-Gln2 BSU_TRNA_74 194547 194621 tRNA-Gln trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 trnSL-Gln2 // trnSL-Tyr1 // trnSL-Thr1 // trnSL-Val1 // trnSL-Glu2 +ypmA BSU22390 2349358 2349528 conserved protein of unknown function aspB // tseB // ypmA aspB // tseB // ypmA +yjzE BSU11839 1256109 1256363 hypothetical protein yjzE BSU11839 +appA BSU11381 1213537 1214001 appC // appB // appA // appA // appF // appD appC // appB // appA // appA // appF // appD +yjzK BSU11799 1252815 1253021 conserved hypothetical protein yjcB // yjzK // spoVIF // yjcZ yjcB // yjzK // spoVIF // yjcZ +pyrH BSU16510 1719802 1720524 uridylate kinase frr // pyrH // tsf // rpsB frr // pyrH // tsf // rpsB +dhbC BSU31990 3290289 3291485 isochorismate synthase (siderophore-specific) dhbF // dhbB // dhbE // dhbC // dhbA dhbF // dhbB // dhbE // dhbC // dhbA +gudP BSU02480 270396 271763 glucarate transporter ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC +dfrA BSU21810 2296603 2297109 dihydrofolate reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +htrB BSU33000 3384070 3385446 protease-associated chaperone for the extracytoplasmic folding and quality control of exported proteins htrB BSU33000 +trnJ-Ala BSU_TRNA_20 96146 96221 tRNA-Ala trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S +yvrA BSU33160 3401141 3402469 putative vitamin B12 transport system, ATPase component In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xkdO BSU12680 1334966 1338964 phage PBSX; putative tape measure protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tagD BSU35740 3680581 3680970 glycerol-3-phosphate cytidylyltransferase monomer tagF // tagE // tagD tagF // tagE // tagD +yfhD BSU08490 924210 924401 conserved hypothetical protein yfhD // yfhE // yfhF yfhD // yfhE // yfhF +yisR BSU10830 1162267 1163130 putative transcriptional regulator (AraC/XylS family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ileS BSU15430 1613357 1616122 isoleucyl-tRNA synthetase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +phoH BSU25340 2614496 2615455 phosphate starvation-induced protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nudF BSU23610 2458509 2459066 isopentenyl pyrophosphate and dimethylallyl pyrophosphate diphosphatase (moonlighting ADP-ribose pyrophosphatase) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybfH BSU02210 241917 242837 putative permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_36215 BSU_36215 3728336 3728461 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mreC BSU28020 2859832 2860704 cell-shape determining protein minD // minC // mreD // mreC // mreB minD // minC // mreD // mreC // mreB +yfmK BSU07440 817311 817757 Nε-lysine acetyltransferase yfmK BSU07440 +yxeD BSU39590 4066210 4066563 conserved protein of unknown function yxeD BSU39590 +ganA BSU34130 3503020 3505083 short chain beta-1,4-galacto-oligosaccharides beta-galactosidase (beta-galacto-pyranoside hydrolase) ganB // ganA // ganQ // ganP // ganS ganB // ganA // ganQ // ganP // ganS +blt BSU26590 2716973 2718175 spermidine efflux transporter Blt bltD // blt bltD // blt +mntC BSU30750 3142954 3144261 Mn2+ ABC transporter membrane subunit MntC mntD // mntC // mntB // mntA mntD // mntC // mntB // mntA +ydbS BSU04590 512814 513293 resistance to heterologous antibiotics ydbT // ydbS ydbT // ydbS +yotJ BSU19860 2153440 2153652 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybcI BSU01880 210572 210946 conserved hypothetical protein; prophage 1 region In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjfA BSU12110 1282571 1283044 conserved hypothetical protein yjfA BSU12110 +sr7 3036340 3036525 small RNA SR7 sr7p // sr7 +ywiE BSU37240 3821570 3823072 minor cardiolipin synthetase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjdB BSU11990 1269733 1270080 putative exported protein; phage island yjdB BSU11990 +trpC BSU22660 2374139 2374888 indole-3-glycerol phosphate synthase aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE +yuiB BSU32080 3299344 3299664 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lnrL BSU08310 905816 906751 putative ABC exporter (linearmycin resistance), ATP-binding subunit LnrL In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rocC BSU37760 3875780 3877192 basic aminoacid permease rocC // rocB // rocA rocC // rocB // rocA +yezA BSU06800 746633 746839 hypothetical protein; HGT island In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykhA BSU13030 1372035 1372553 promiscuous acyl-CoA thioesterase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnD-Thr BSU_TRNA_36 952212 952284 tRNA-Thr trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +yobE BSU18880 2057801 2058460 putative SOS response associated phage protein; putative defective prophage 6 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yptA BSU22160 2329515 2329706 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rrnH-16S BSU_RRNA_16 166500 168053 ribosomal RNA-16S In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +moeB BSU14270 1496155 1497174 molybdopterin biosynthesis adenylyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yraE BSU26980 2754607 2754804 putative spore coat protein yraD // yraE // adhB // yraF // yraG yraD // yraE // adhB // yraF // yraG +yxiF BSU39210 4022258 4022728 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfmB BSU07530 826843 827211 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +citA BSU09440 1021057 1022157 citrate synthase I citA BSU09440 +tapA BSU24640 2554486 2555247 lipoprotein for biofilm formation tasA // sipW // tapA tasA // sipW // tapA +cysL BSU37650 3864309 3865208 regulator of sulfur assimilation CysL, activates cysJI expression cysL BSU37650 +ybbK BSU01720 193570 194025 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). ykvN BSU13760 1442347 1442703 putative transcriptional regulator (HGT island) ykvN BSU13760 -pgi BSU31350 3220731 3222083 glucose-6-phosphate isomerase yugN // yugM // pgi yugN // yugM // pgi -proJ BSU18470 2015733 2016848 glutamate 5-kinase proJ // proH proJ // proH -acoC BSU08080 881049 882245 acetoin dehydrogenase E2 component (dihydrolipoamide acetyltransferase) acoL // acoC // acoB // acoA acoL // acoC // acoB // acoA -aroH BSU22690 2377632 2378015 chorismate mutase -bshB1 BSU22470 2358208 2358918 N-acetyl-alpha-D-glucosaminyl L-malate deacetylase 1; malate N-acetylglucosamine N-acetyl hydrolase dapB // ypjD // birA // cca // bshA // bshB1 // mgsA dapB // ypjD // birA // cca // bshA // bshB1 // mgsA -ywrK BSU36030 3712617 3713945 putative Na+/H+ antiporter -recJ BSU27620 2823419 2825779 single-strand DNA-specific exonuclease apt // recJ apt // recJ -bshC BSU15120 1578376 1579995 malate glucosamine cysteine ligase ylbQ // bshC ylbQ // bshC -ykzM BSU12649 1332187 1332405 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA -lipC BSU04110 462431 463072 spore coat phospholipase B lipC // pxpR // pxpC // pxpB // ycsI // ycsG // pxpA lipC // pxpR // pxpC // pxpB // ycsI // ycsG // pxpA -bshB2 BSU19460 2121641 2122306 malate N-acetylglucosamine deacetylase (second enzyme) yojE // bshB2 // yojF // yoyC yojE // bshB2 // yojF // yoyC -ppaC BSU40550 4168204 4169133 inorganic pyrophosphatase (Mn2+-dependent) ppaC BSU40550 -pucJ BSU32430 3330502 3331851 uric acid permease pucM // pucL // pucK // pucJ // pucR pucM // pucL // pucK // pucJ // pucR -bshA BSU22460 2357078 2358211 N-acetyl-alpha-D-glucosaminyl L-malate synthase; malate glycosyltransferase for bacillithiol synthesis dapB // ypjD // birA // cca // bshA // bshB1 // mgsA dapB // ypjD // birA // cca // bshA // bshB1 // mgsA -hfq BSU17340 1867373 1867594 Hfq RNA chaperone -yhcG BSU09070 981604 982302 putative ABC transporter ATP-binding protein yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI +ebrB BSU17290 1864691 1865044 small toxic metabolite efflux transporter subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytbE BSU29050 2970038 2970880 promiscuous aldo/keto reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rplI BSU40500 4163197 4163646 ribosomal protein L9 rplI // gdpP // yybS rplI // gdpP // yybS +ynbB BSU17440 1876584 1877849 putative C-S lyase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqjM BSU23820 2475843 2476859 NADPH-dependent flavin oxidoreductase (acting on cinnamaldehyde-related compounds) yqjM BSU23820 +ywoF BSU36460 3750768 3752174 putative pectin lyase ywoF BSU36460 +ybxG BSU02060 226566 227954 putative amino acid permease ybxG BSU02060 +phrC BSU03780 429963 430085 secreted regulator of the activity of phosphatase RapC and competence and sporulation stimulating factor (CSF) yclK // yclJ // phrC // rapC yclK // yclJ // phrC // rapC +yunC BSU32360 3323300 3323605 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnD-Ser BSU_TRNA_30 951662 951753 tRNA-Ser trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +cheD BSU16460 1715970 1716470 sequence specific deamidase required for methylation of methyl-accepting chemotaxis proteins (MCPs) by CheR swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +yorC BSU20430 2187376 2187756 conserved protein of unknown function; phage SPbeta yorC // yorB yorC // yorB +ycsE BSU04040 456068 456817 5-amino-6-ribitylamino-2,4(1H, 3H)-pyrimidinedione 5'-phosphate phosphatase / 5' nucleotidase ycsE BSU04040 +yraH BSU26940 2752167 2752553 putative lyase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydjH BSU06200 673019 673783 conserved hypothetical protein; prophage region 3 ydjI // ydjH // ydjG // pspA ydjI // ydjH // ydjG // pspA +udk BSU27330 2792218 2792853 uridine kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylxM BSU15970 1671828 1672160 component of the signal recognition particle (SRP) protein-targeting pathway ffh // ylxM ffh // ylxM +moaC BSU05960 646582 647094 molybdenum cofactor biosynthesis protein C In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypdP BSU21980 2309730 2310419 preQ0 transporter (promiscuous) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mntA BSU30770 3145038 3145958 Mn2+ ABC transporter substrate-binding lipoprotein mntD // mntC // mntB // mntA mntD // mntC // mntB // mntA +dctP BSU04470 500166 501431 C4-dicarboxylate transport protein dctP // dctR // dctS dctP // dctR // dctS +yesL BSU06940 758093 758722 putative permease or sensor of a three component system for pectin and rhamnogalacturonan transport and degradation In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfiH BSU08270 901555 902496 putative sugar-phosphate epimerase/isomerase yfiI // yfiH // yfiG yfiI // yfiH // yfiG +ispH BSU25160 2596535 2597479 1-hydroxy-2-methyl-2-(E)-butenyl 4-diphosphate reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywiB BSU37340 3835317 3835745 putative RNA binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sacT BSU38070 3906142 3906972 transcriptional antiterminator of sacAP expression sacT BSU38070 +yxeA BSU39620 4068189 4068536 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yerO BSU06700 731954 732823 putative transcriptional regulator (TetR/AcrR family) yerO BSU06700 +prmC BSU37000 3796217 3797083 glutamine methylase of release factor 1 (and perhaps others) at a GGQ site In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjcZ BSU11809 1253103 1253252 putative type I toxin spoVIF // yjcB // yjcZ // yjzK spoVIF // yjcB // yjcZ // yjzK +sufB BSU32670 3355593 3356990 FeS cluster formation scaffold protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yitR BSU11090 1185608 1185901 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydcG BSU04760 524782 525222 conserved protein of unknown function pamR // ydcG // ydcF pamR // ydcG // ydcF +yrzE BSU27690 2831915 2832367 putative transporter yrzE BSU27690 +nfrA BSU38110 3911477 3912226 FMN-containing NADPH-linked nitro/flavin reductase ywcH // nfrA ywcH // nfrA +yrhG BSU27200 2779462 2780262 putative formate/nitrite transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypgR BSU21880 2302727 2303860 putative lyase or scaffold ypgR BSU21880 +pksF BSU17140 1788695 1789942 decarboxylase converting malonyl-S-AcpK to acetyl-S-AcpK for bacillaene-related polyketide synthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC +msmX BSU38810 3984133 3985230 multiple sugar ABC transporter ATP-binding protein msmX // yxkF msmX // yxkF +pucH BSU32410 3327247 3328587 allantoinase pucH BSU32410 +yacD BSU00720 80802 81695 putative protein chaperone accessory lipoprotein factor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +malS BSU29880 3056849 3058549 NAD-dependent malic enzyme (conversion of malate into pyruvate) malS BSU29880 +swrAA BSU35230 3621618 3621956 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rapI BSU05010 547306 548481 ICEBs1 mobile element: response regulator aspartate phosphatase phrI // rapI phrI // rapI +hinT BSU10030 1076515 1076952 promiscuous Hit-family phosphohydrolase, adenosine phosphoramidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yyaL BSU40820 4191198 4193267 conserved hypothetical protein yyaL BSU40820 +zagA BSU03360 366063 367256 ZTP-activated GTPase A yczL // zagA // yciB // folEB yczL // zagA // yciB // folEB +ilvC BSU28290 2893681 2894709 acetohydroxy-acid isomeroreductase (NADP-dependent) leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB +sigF BSU23450 2443429 2444196 RNA polymerase sporulation-specific sigma factor (sigma-F) sigF // spoIIAB // spoIIAA // dacF sigF // spoIIAB // spoIIAA // dacF +recA BSU16940 1764645 1765691 multifunctional SOS repair factor recA BSU16940 +ytcC BSU30880 3157961 3159184 putative glucosyltransferase ytcC BSU30880 +kbaA BSU01560 159182 159778 inner membrane protein involved in activation of the KinB signaling pathway to sporulation kbaA BSU01560 +surA BSU_misc_RNA_72 1914992 1915272 small untranslated RNA controlled by sporulation In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnB-Ile2 BSU_TRNA_69 3172155 3172231 tRNA-Ile trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +glmM BSU01770 198497 199843 phosphoglucosamine mutase glmM // cdaR // cdaA glmM // cdaR // cdaA +spsL BSU37810 3882979 3883434 putative dTDP-4-deoxyrhamnose-3,5-epimerase (cell surface and spore coat) spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA +pxpR BSU04100 461615 462367 transcriptional regulator of the pxp operon (IclR family) pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC +spsD BSU37880 3888862 3889731 putative TDP-glycosamine N-acetyltransferase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA yolC BSU21520 2272156 2272491 conserved phage protein of unknown function; phage SPbeta yolC BSU21520 -ywkD BSU37020 3798281 3798667 putative enzyme -sknR BSU26350 2698893 2699243 skin element; transcriptional repressor of yqaF-yqaN operon (Xre family) sknR BSU26350 +tlrB BSU39010 4004288 4005136 23S rRNA m(1)G748 methyltransferase (class II) tlrBL // tlrB BSU39010 +sppA BSU29530 3020040 3021047 signal peptide peptidase sppI // sppA sppI // sppA +spoVR BSU09400 1015647 1017053 involved in spore cortex synthesis (stage V sporulation, conserved in non sporulating bacteria spoVR BSU09400 +yabN BSU00580 66405 67874 putative fusion methylase and nucleotide pyrophosphohydrolase yabR // divIC // yabQ // yabP // rqcP // yabN // yabM yabR // divIC // yabQ // yabP // rqcP // yabN // yabM +epsF BSU34320 3523270 3524424 putative glycosyltransferase involved in matrix formation (chain-length determination) epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +opuAB BSU02990 322271 323119 glycine betaine ABC transporter membrane subunit opuAC // opuAB // opuAA opuAC // opuAB // opuAA +mmgD BSU24140 2509654 2510772 bifunctional citrate synthase/2-methylcitrate synthase mmgF // prpD // mmgD // mmgC // mmgB // mmgA mmgF // prpD // mmgD // mmgC // mmgB // mmgA +yorR BSU20280 2173459 2173956 putative nucleotide kinase or triphosphate hydrolase; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvpB BSU34940 3589611 3590363 putative hydratase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yopS BSU20780 2203779 2204003 putative transcriptional regulator, lambda repressor-like; phage SPbeta yopS BSU20780 +gmuE BSU05860 630912 631811 ROK fructokinase; glucomannan utilization protein E gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC +yokG BSU21600 2278602 2279675 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjcD BSU11820 1253713 1255992 putative ATP-dependent DNA helicase (sporulation associated) yjcD BSU11820 +yybG BSU40650 4178291 4179130 conserved hypothetical protein yybG BSU40650 +fdhD BSU36710 3773366 3774154 protein sulfur transferase involved in molybdenum cofactor synthesis In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yotM BSU19830 2152265 2152852 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypoP BSU21700 2288194 2288619 putative transcriptional regulator (MarR family) ypoP BSU21700 +mrfB BSU22210 2333324 2334565 metal-dependent exonuclease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +artQ BSU23970 2491289 2491948 arginine ABC transporter membrane subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hemAT BSU10380 1112620 1113918 heme-based dioxygen sensor hemAT BSU10380 +pstC BSU24980 2579717 2580646 phosphate ABC transporter membrane subunit PstC pstBB // pstBA // pstA // pstC // pstS pstBB // pstBA // pstA // pstC // pstS +yugN BSU31330 3219837 3220241 conserved protein of unknown function yugN // yugM // pgi yugN // yugM // pgi +spoIIIAE BSU24390 2534326 2535525 stage III sporulation protein (feeding tube apparatus) spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV +ycsI BSU04070 459049 459822 putative D-5-oxoproline epimerase pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC +ycbK BSU02540 277342 278280 putative tryptophan or indole exporter ycbK // rtpA ycbK // rtpA +yhdX BSU09630 1038653 1038760 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +iolG BSU39700 4075785 4076819 myo-inositol 2-dehydrogenase/D-chiro-inositol 3-dehydrogenase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA +BSU_21638 BSU_21638 2282505 2282639 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoIVA BSU22800 2386195 2387673 morphogenetic stage IV sporulation protein spoIVA BSU22800 +hemL BSU28120 2872880 2874172 glutamate-1-semialdehyde 2,1-aminomutase hemL // hemB // hemD // hemC // hemX // hemA hemL // hemB // hemD // hemC // hemX // hemA +xkdR BSU12710 1340609 1340875 phage PBSX; conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhfM BSU10280 1102560 1102955 putative membrane protein yhfM BSU10280 +yusT BSU32920 3377893 3378780 transcriptional regulator of unknown specificity (LysR family) yusT BSU32920 +ydhD BSU05710 616672 617934 spore cortex lytic enzyme ydhD BSU05710 +sufS BSU32690 3357444 3358664 cysteine desulfurase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yomE BSU21390 2260333 2262267 putative glycosyl hydrolase; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dusC BSU08030 876426 877403 tRNA-dihydrouridine synthase 2 dusC BSU08030 +yodH BSU19600 2133455 2134156 putative S-adenosylmethionine-dependent methyltransferase yodI // yodH yodI // yodH +melE BSU30270 3097850 3099130 α-galactoside ABC transporter substrate-binding lipoprotein melC // melD // melE // melR // melA melC // melD // melE // melR // melA +rasP BSU16560 1724029 1725297 inner membrane zinc metalloprotease required for the extracytoplasmic stress response mediated by sigma(W) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqbF BSU26130 2682885 2683196 hypothetical protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpsF BSU40910 4199445 4199732 ribosomal protein S6 (BS9) engD // rpsR // ssbA // rpsF engD // rpsR // ssbA // rpsF +yoaG BSU18590 2028175 2028579 putative phage-related membrane protein yoaG BSU18590 +yxlH BSU38640 3966745 3967947 putative transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ligD BSU13400 1404518 1406353 ATP-dependent DNA ligase subunit; 5'-2-deoxyribose-5-phosphate (dRP) lyase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gdnC BSU13090 1376517 1376855 guanidinium efflux transporter subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cotZ BSU11740 1249442 1249888 spore coat protein (insoluble fraction, crust layer) cotZ // cotY cotZ // cotY +pksC BSU17100 1783763 1784629 malonyl-CoA-acyltransferase involved in bacillaene synthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC +asrH BSU_misc_RNA_92 2678876 2679014 antitoxin RNA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoIIIAH BSU24360 2532353 2533009 stage III sporulation ratchet engulfment protein spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV +darA BSU00290 39871 40200 signal transduction receptor, cyclic di-AMP binding In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +niaP BSU02950 317725 318927 niacin permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqjV BSU23730 2466721 2467953 putative efflux transporter yqjU // yqjV yqjU // yqjV +yflS BSU07570 829382 830818 malate (2-oxoglutarate) transporter yflS BSU07570 +yesE BSU06870 754480 754923 conserved hypothetical protein yesF // yesE yesF // yesE +yueI BSU31770 3261539 3261937 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mdxF BSU34600 3553206 3554513 maltodextrin ABC transporter membrane subunit MdxF In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykoS BSU13380 1401772 1403466 putative integral membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pftB BSU28900 2954492 2955187 pyruvate import system subunit B pftA // pftB pftA // pftB +gerAB BSU33060 3392199 3393296 GerA germination receptor, alanine sensor gerAC // gerAB // gerAA gerAC // gerAB // gerAA +gyrA BSU00070 6994 9459 DNA gyrase (subunit A) gyrA BSU00070 +rnhC BSU28620 2926031 2926972 ribonuclease HIII rnhC BSU28620 +rbfA BSU16650 1736451 1736804 pre-ribosomal (17S) RNA binding factor A rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS +bofA BSU00230 29772 30035 inhibitor of the pro-sigma(K) processing machinery bofA BSU00230 +conG BSU04960 541578 544025 ICEBs1 conjugation machinery yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +rocG BSU37790 3880740 3882014 glutamate dehydrogenase rocG BSU37790 +yhjH BSU10510 1124438 1124965 putative transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sipW BSU24630 2553930 2554502 type I signal peptidase tasA // sipW // tapA tasA // sipW // tapA +ymcC BSU17070 1781228 1781785 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yaaC BSU00080 14847 15794 conserved protein of unknown function yaaC BSU00080 +ykzP BSU13509 1417561 1417716 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tboA BSU_MISC_RNA_40 2800890 2801097 T-box riboswitch specific of alanine tRNA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ynzG BSU17490 1881098 1881349 putative phage protein; defective phage region In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_31725 BSU_31725 3257454 3257579 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywgA BSU37590 3858999 3859499 conserved protein of unknown function ywgA BSU37590 +ybeF BSU02150 235625 235873 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxkH BSU38800 3983187 3984026 putative exported polysaccharide deacetylase, lipoprotein yxkH BSU38800 +proA BSU13130 1379605 1380852 gamma-glutamyl phosphate reductase proA // proB proA // proB +yczC BSU02710 292881 293264 putative integral membrane protein of unknown function yczC BSU02710 +BSU_26305 BSU_26305 2697249 2697422 hypothetical protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pdp BSU39400 4049009 4050310 pyrimidine-nucleoside phosphorylase pdp // nupC // deoC // deoR pdp // nupC // deoC // deoR +sspE BSU08660 937900 938154 small acid-soluble spore protein (gamma-type SASP) sspE // fabL // mutY sspE // fabL // mutY +pyrAA BSU15510 1622657 1623751 pyrimidine-specific carbamoyl-phosphate synthetase (small subunit, glutaminase subunit) pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR +rrnH-23S BSU_RRNA_29 168218 171141 ribosomal RNA-23S In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjzF BSU11928 1265530 1265661 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lysCB BSU_28475 2909520 2910011 aspartokinase II beta subunit (aa 246->408) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hprK BSU35000 3594242 3595174 serine/threonine protein kinase/phosphorylase (pyrophosphate-producing) hprK BSU35000 +glsB BSU14830 1551385 1552314 L-glutamine amidohydrolase; glutaminase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ymzA BSU17360 1868144 1868374 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dprA BSU16110 1682580 1683473 DNA processing Smf single strand binding protein dprA BSU16110 +dnaJ BSU25460 2624785 2625912 co-factor of molecular chaperone mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA +bioD BSU30210 3091492 3092187 dethiobiotin synthetase ytbQ // bioI // bioB // bioD // bioF // bioK // bioW ytbQ // bioI // bioB // bioD // bioF // bioK // bioW +rttM BSU18990 2071286 2071744 antitoxin inhibiting RNase RttL In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxkA BSU38870 3991082 3991588 putative phospholipid binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yflN BSU07620 835740 836534 putative metal-dependent hydrolase yflN // citM yflN // citM +ggaB BSU35680 3667209 3669911 poly(glucosyl N-acetylgalactosamine 1-phosphate) glucosyltransferase ggaB // ggaA ggaB // ggaA +yjdJ BSU12070 1278565 1278894 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +levF BSU27050 2761081 2761890 phosphotransferase system (PTS) fructose-specific enzyme IIC component BSU_27035 // sacC // levG // levF // levE // levD BSU_27035 // sacC // levG // levF // levE // levD +yaaN BSU00260 36478 37638 putative toxic compound resistance protein yaaN // xpaC yaaN // xpaC +yuzG BSU32120 3302623 3302763 conserved protein or unknown function yuzG BSU32120 +yxjJ BSU38930 3996829 3997092 conserved protein of unknown function yxjI // yxjJ yxjI // yxjJ +yqjQ BSU23780 2471002 2471781 putative metabolite dehydrogenase, NAD-binding yqjT // coaA // dsdA // yqjQ // yqjP yqjT // coaA // dsdA // yqjQ // yqjP +yrrK BSU27390 2797399 2797815 pre-16S ribosomal RNA maturation enzyme In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytvB BSU30330 3105470 3105805 putative conserved membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhzD BSU09889 1062279 1062464 conserved hypothetical protein yhzD BSU09889 +mneP BSU05470 595109 596002 Mn2+ efflux transporter mneP BSU05470 +ytpR BSU29820 3052743 3053348 putative tRNA binding enzyme ytpR // ytpQ // ytpP ytpR // ytpQ // ytpP +ytlC BSU30610 3133387 3134169 putative ABC transporter ATP-binding protein YtlC ytlD // ytlC // ytlA ytlD // ytlC // ytlA +yrkL BSU26470 2708175 2708699 putative NAD(P)H oxidoreductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylxX BSU15260 1595210 1595917 conserved hypothetical protein sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE +yebE BSU06400 697538 698092 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqbE BSU26140 2683207 2684142 putative phage capsid protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhbB BSU08920 969162 970097 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cwlQ BSU11570 1235163 1235708 bifunctional muramidase and murein lytic transglycosylase cwlQ BSU11570 +BSU_18689 BSU_18689 2039415 2039570 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpsQ BSU01250 140147 140410 ribosomal protein S17 (BS16) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +purQ BSU06470 702570 703253 phosphoribosylformylglycinamidine synthetase subunit I purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE +yrrI BSU27420 2801141 2802202 putative membrane protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfiS BSU08380 912547 913800 putative efflux transporter yfiR // yfiS yfiR // yfiS +dppD BSU12950 1363141 1364148 dipeptide ABC transporter ATP-binding protein dppE // dppD // dppC // dppB // dppA dppE // dppD // dppC // dppB // dppA +gutP BSU06160 668601 669992 H+-glucitol symporter; prophage region 3 gutP // gutB gutP // gutB +yxbA BSU39900 4098150 4098419 conserved protein of unknown function yxaM // asnH // yxnB // yxbA // yxbB yxaM // asnH // yxnB // yxbA // yxbB +nupQ BSU31570 3243657 3244616 guanosine ABC transporter membrane subunit NupQ nupQ // nupP // nupO // nupN nupQ // nupP // nupO // nupN +pelC BSU34950 3590603 3591268 secreted pectate (polygalacturonate) lyase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +exlX BSU18630 2032927 2033625 extracellular endoglucanase precursor (expansin) exlX BSU18630 +yvrB BSU33170 3402469 3403530 putative vitamin B12 permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ymzC BSU17350 1867790 1868062 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rnjA BSU14530 1523118 1524785 ribonuclease J1 rnjA // rpoY rnjA // rpoY +ssbA BSU40900 4198886 4199404 single-strand DNA-binding protein engD // rpsR // ssbA // rpsF engD // rpsR // ssbA // rpsF +yqgY BSU24780 2564638 2564883 conserved protein of unknown function yqgY BSU24780 +iolX BSU10850 1164370 1165398 scyllo-inositol 2-dehydrogenase (NAD(+)) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywlA BSU36980 3795491 3795853 putative integral inner membrane protein ywlA BSU36980 +licT BSU39080 4012866 4013699 transcriptional antiterminator (BglG family) bglS // licT bglS // licT +yqaH BSU26310 2697419 2697676 skin element; factor binding to DnaA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cotM BSU17970 1925655 1926047 spore coat protein (outer) cotM BSU17970 +yueF BSU31800 3262611 3263720 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pncA BSU31760 3260891 3261442 nicotinamidase; NAD salvage pathway In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yurQ BSU32620 3352312 3352686 putative excinuclease yurQ // yurR // frlD // frlM // frlN // frlO // frlB yurQ // yurR // frlD // frlM // frlN // frlO // frlB +ypzH BSU22849 2391670 2391864 conserved protein of unknown function ypzH // seaA // yphA ypzH // seaA // yphA +cshA BSU04580 511157 512641 ATP-dependent RNA helicase; cold shock In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rph BSU28370 2901154 2901891 ribonuclease PH In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +kinD BSU13660 1431486 1433006 checkpoint protein linking spore formation to extracellular matrix production kinD BSU13660 +yyzI BSU40573 4171396 4171635 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pbpD BSU31490 3233911 3235785 penicillin-binding protein 4 yuxK // pbpD yuxK // pbpD +yotK BSU19850 2153171 2153356 putative nucleic acid binding protein; phage SPbeta yotK BSU19850 +ylqH BSU16080 1679977 1680258 putative flagellar biosynthesis protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ysxE BSU28100 2869964 2870989 spore coat protein ysxE // spoVID ysxE // spoVID +yxzL BSU39339 4041009 4041173 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpsE BSU01330 143361 143861 ribosomal protein S5 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ymxH BSU16720 1743924 1744181 PRC barrel protein involved in sporulation ymxH BSU16720 +kbfO BSU31322 3218854 3219840 potassium channel protein involved in biofilm formation kbfO // mstX kbfO // mstX +pbuG BSU06370 694662 695984 hypoxanthine/guanine permease pbuG BSU06370 +ynzK BSU17699 1904393 1904749 putative membrane protein of unknown function (phage origin) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfjD BSU08140 886775 887332 putative integral inner membrane protein yfjF // yfjE // yfjD // yfjC // yfjB // yfjA yfjF // yfjE // yfjD // yfjC // yfjB // yfjA +yebG BSU06410 698092 698289 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydzA BSU04240 475584 475874 conserved protein of unknown function ydzA BSU04240 +ykoY BSU13440 1410654 1411628 putative manganese-related ion transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +srtA BSU09200 994998 995594 sortase A srtA // yhcR srtA // yhcR +resC BSU23130 2417984 2419159 factor required for cytochrome c synthesis resE // resD // resC // resB // resA resE // resD // resC // resB // resA +spsR BSU07310 802351 803286 putative glycosyltransferase (complex carbohydrate synthase) spsR // spsQ // spsP // spsO // spsN spsR // spsQ // spsP // spsO // spsN +yojA BSU19520 2124850 2126184 putative H+/anion permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywcI BSU38080 3907012 3907314 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpsB BSU16490 1717933 1718673 ribosomal protein S2 tsf // rpsB // frr // pyrH tsf // rpsB // frr // pyrH +desR BSU19200 2091705 2092304 DesR two-component response regulator, phosphorylated // DesR two-component response regulator desR // desK desR // desK +gerPF BSU10670 1148494 1148712 spore germination protein gerPF // gerPE // gerPD // gerPC // gerPB // gerPA gerPF // gerPE // gerPD // gerPC // gerPB // gerPA +gswD BSU_MISC_RNA_10 698369 698471 guanine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cwlS BSU19410 2115425 2116669 peptidoglycan hydrolase (cell wall-binding d,l-endopeptidase) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +prpD BSU24130 2508221 2509639 2-methylcitrate dehydratase (promiscuous) mmgF // prpD // mmgD // mmgC // mmgB // mmgA mmgF // prpD // mmgD // mmgC // mmgB // mmgA +besA BSU32010 3292490 3293359 bacillibactin trilactone hydrolase besA BSU32010 +srtN BSU09650 1040094 1040837 sirtuin NAD-dependent deacetylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvzH BSU35679 3666933 3667016 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yuaI BSU31000 3179926 3180447 putative N-acetyltransferase yuaI // floT // yuaF yuaI // floT // yuaF +nasF BSU03280 353900 355351 uroporphyrin-III C-methyltransferase nasF // nasE // nasD // nasC // nasB nasF // nasE // nasD // nasC // nasB +bmrB BSU09700 1045037 1045198 leader peptide BmrB In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glgP BSU30940 3163735 3166131 glycogen phosphorylase glgP // glgA // glgD // glgC // glgB glgP // glgA // glgD // glgC // glgB +ppsE BSU18300 1960198 1964037 nonribosomal plipastatin synthetase E In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytpI BSU29260 2996980 2997282 conserved protein of unknown function ytpI BSU29260 +ftsW BSU14850 1552899 1554110 essential cell-division protein FtsW ftsW // pycA ftsW // pycA +gbsR BSU31070 3186763 3187305 transcriptional repressor for gbsAB gbsR BSU31070 +pyrG BSU37150 3810693 3812300 CTP synthetase pyrG BSU37150 +ydaD BSU04190 471709 472569 putative dehydrogenase ydaF // ydaE // ydaD // ydaG ydaF // ydaE // ydaD // ydaG +glpK BSU09290 1003344 1004834 glycerol kinase (sn-glycerol-3-phosphate generating) glpK // glpF glpK // glpF +ymfC BSU16810 1754785 1755510 putative transcriptional regulator (GntR family, possibly involved in biofilm formation) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +clpQ BSU16150 1688114 1688659 two-component ATP-dependent protease (N-terminal serine protease) codY // clpY // clpQ // codV codY // clpY // clpQ // codV +yxiE BSU39250 4031797 4032243 phosphate starvation protein (universal stress protein A family) yxiE // bglH // bglP yxiE // bglH // bglP +yodR BSU19720 2143022 2143675 putative acyloate-acetoacetate CoA-transferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqbN BSU26040 2677657 2678094 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +swrC BSU06710 732955 736113 surfactin exporter involved in surfactin self-resistance In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yojK BSU19420 2117051 2118268 putative YDP-glycosyltransferase yojK BSU19420 +yezD BSU07190 787715 787882 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yneR BSU18060 1931545 1931832 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnSL-Met1 BSU_TRNA_10 70181 70257 tRNA-Met In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +maf BSU28050 2862572 2863141 nucleoside triphosphate pyrophosphatase; septum formation DNA-binding protein (multicopy associated filamentation) maf BSU28050 +yybP BSU40560 4169166 4169612 putative manganese-binding lipoprotein yybP BSU40560 +ylbH BSU15010 1569519 1570073 16S rRNA m2G966 methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yngHB BSU18239 1952945 1953166 methylcrotonyl-CoA carboxylase; biotinylated subunit (leucine degradation) yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ ogt BSU13540 1421426 1421923 O6-alkylguanine DNA alkyltransferase ogt // kinE ogt // kinE -ycgA BSU03020 325339 326772 putative branched chain amino acid permease ycgA BSU03020 -ppsD BSU18310 1964045 1974856 nonribosomal plipastatin synthetase D involved in synthesis of plipastatin -cdoA BSU31140 3193863 3194348 cysteine dioxygenase cdoA BSU31140 -dapB BSU22490 2359340 2360143 (4S)-4-hydroxy-2,3,4, 5-tetrahydro-(2S)-dipicolinic acid (HTPA) dehydratase reductase dapB // ypjD // birA // cca // bshA // bshB1 // mgsA dapB // ypjD // birA // cca // bshA // bshB1 // mgsA +ohrR BSU13150 1381434 1381877 transcriptional regulator sensing organic peroxides ohrR BSU13150 +dapH BSU14180 1488973 1489683 tetrahydrodipicolinate N-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yisZ BSU10910 1169877 1170476 putative adenylylsulfate kinase yisZ // yitA // yitB yisZ // yitA // yitB +trnD-Leu1 BSU_TRNA_43 952859 952947 tRNA-Leu trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +yqaC BSU26370 2700033 2700569 putative kinase / phosphatase; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywlF BSU36920 3791199 3791648 D-ribose 5-phosphate epimerase (promiscuous) ywlG // ywlF ywlG // ywlF +rrnO-16S BSU_RRNA_1 9810 11364 ribosomal RNA-16S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S +racX BSU34430 3533419 3534102 promiscuous aminoacid racemase (prefers arginine, lysine and ornithine) racX // pbpE racX // pbpE +ctpA BSU19590 2131902 2133302 carboxy-terminal processing protease (Prc homolog, tail specific protease) ctpA BSU19590 +norM BSU19440 2119393 2120751 Na+-driven efflux MatE family protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpmGB BSU00990 117349 117498 ribosomal protein L33 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylbQ BSU15110 1577409 1578305 2-dehydropantoate 2-reductase ylbQ // bshC ylbQ // bshC +gerKB BSU03720 422982 424103 spore germination receptor subunit gerKB // gerKC // gerKA gerKB // gerKC // gerKA +yerB BSU06570 715433 716428 putative lipoprotein yerC // yerB yerC // yerB +ymzE BSU17267 1862992 1863168 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfiG BSU08260 900080 901528 inositol transporter yfiI // yfiH // yfiG yfiI // yfiH // yfiG +flgN BSU35420 3639787 3640269 factor required for flagellar based motility flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA +yqjE BSU23910 2485680 2486795 putative peptidase or deacylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykjA BSU13060 1374437 1375168 conserved membrane protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bstC BSU10860 1165449 1165958 bacillithiol S-transferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). yfkM BSU07850 859745 860263 general stress protein 18; deglycase yfkM BSU07850 -yrrI BSU27420 2801141 2802202 putative membrane protein of unknown function -ywtE BSU35850 3695363 3696223 5-amino-6-ribitylamino-2,4(1H, 3H)-pyrimidinedione 5'-phosphate phosphatase (promiscuous activity) -glcU BSU03920 444461 445324 glucose uptake protein gdh // glcU gdh // glcU -yjqC BSU12490 1319690 1320526 phage PBSX; manganese-containing peroxidase -yuxL BSU32230 3310763 3312736 putative acylaminoacyl-peptidase -argI BSU40320 4141711 4142601 arginase argI // rocE // rocD argI // rocE // rocD -ssuC BSU08850 963174 964004 aliphatic sulfonate ABC transporter (permease) ygaN // ssuD // ssuC // ssuA // ssuB ygaN // ssuD // ssuC // ssuA // ssuB -pksH BSU17160 1791193 1791972 enoyl-CoA hydratase for bacillaene biosynthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC -atpG BSU36820 3782938 3783801 ATP synthase (subunit gamma, component F1) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI -cwlP BSU21350 2249154 2256011 lytic transglycosylase; SPbeta phage protein -ykoM BSU13340 1398496 1398960 putative transcriptional regulator (MarR family) -yqaS BSU26200 2689594 2690313 putative phage-related terminase small subunit; skin element -apbT BSU_misc_RNA_90 2219743 2219849 antisense RNA of toxin SpbT -ycdG BSU02840 306459 308144 putative oligo-carbohydrate hydrolase -xynC BSU18150 1942714 1943982 secreted endo-xylanase -ytaB BSU30930 3163237 3163704 putative receptor ytaB BSU30930 -ptsA BSU22230 2336933 2337439 putative phosphotransferase system enzyme IIA component -citT BSU07590 832545 833225 CitT two-component response regulator, phosphorylated // CitT two-component response regulator yflP // citT // citS yflP // citT // citS -rsiV BSU27130 2770350 2771207 anti-sigma(V) factor yrhK // oatA // rsiV // sigV yrhK // oatA // rsiV // sigV -fra BSU05750 621847 622218 frataxin; iron/sulfur chaperone fra BSU05750 -ggaB BSU35680 3667209 3669911 poly(glucosyl N-acetylgalactosamine 1-phosphate) glucosyltransferase ggaB // ggaA ggaB // ggaA -yclE BSU03660 415350 416195 putative hydrolase yclE BSU03660 -yjmC BSU12320 1303423 1304436 putative oxidoreductase uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC -besA BSU32010 3292490 3293359 bacillibactin trilactone hydrolase besA BSU32010 -ahpF BSU40100 4119527 4121056 alkyl hydroperoxide reductase (large subunit) ahpF // ahpC ahpF // ahpC -sspE BSU08660 937900 938154 small acid-soluble spore protein (gamma-type SASP) sspE // fabL // mutY sspE // fabL // mutY -kbl BSU17000 1771517 1772695 2-amino-3-ketobutyrate CoA ligase (glycine acetyl transferase) -ywnC BSU36610 3765051 3765434 putative integral inner membrane protein ywnC BSU36610 -yomW BSU21200 2239083 2239589 conserved protein of unknown function; phage SPbeta +pucL BSU32450 3333162 3334646 urate oxidase with peroxide reductase N-terminal domain pucM // pucL // pucK // pucJ // pucR pucM // pucL // pucK // pucJ // pucR +fabL BSU08650 937079 937831 enoyl-acyl carrier protein reductase III sspE // fabL // mutY sspE // fabL // mutY +yybL BSU40600 4174410 4175120 putative transporter permease subunit yybJ // yybK // yybL // yybM // yybN yybJ // yybK // yybL // yybM // yybN +ptsA BSU22230 2336933 2337439 putative phosphotransferase system enzyme IIA component In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfjB BSU08160 888143 889366 putative phage protein yfjF // yfjE // yfjD // yfjC // yfjB // yfjA yfjF // yfjE // yfjD // yfjC // yfjB // yfjA +mhqA BSU12870 1353080 1354030 hydroquinone-specific extradiol dioxygenase mhqA BSU12870 +ywdI BSU37950 3895805 3896122 conserved protein of unknown function ywdK // ywdJ // ywdI ywdK // ywdJ // ywdI +yjbE BSU11510 1228135 1228791 putative membrane protein of unknown function yjbE BSU11510 +ydhB BSU05690 614885 615622 putative integral inner membrane protein ydhB BSU05690 +frr BSU16520 1720526 1721083 ribosome recycling factor frr // pyrH // tsf // rpsB frr // pyrH // tsf // rpsB +ydeQ BSU05300 576209 576802 putative NAD(P)H oxidoreductase involved in regulating potassium efflux ydeQ BSU05300 +lytD BSU35780 3684826 3687468 exported N-acetylglucosaminidase (major autolysin) (CWBP90) lytD BSU35780 +sdpR BSU33790 3467054 3467326 transcriptional regulator of SdpC synthesis operon (ArsR family) sdpI // sdpR sdpI // sdpR +dynA BSU22030 2312529 2316110 dynamin GTPase dynA BSU22030 +yqcA BSU25970 2668762 2669340 putative phage tail baseplate protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fliJ BSU16250 1697196 1697639 flagellar synthesis rod subunit of export ATPase swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +yvzC BSU33650 3456282 3456515 putative phage-like transcriptional regulator yvzC BSU33650 +smpB BSU33600 3451248 3451718 tmRNA-binding protein secG // smpB // rnr // yvaK // ssrA secG // smpB // rnr // yvaK // ssrA +cdsA BSU16540 1722000 1722809 phosphatidate cytidylyltransferase (CDP-diglyceride synthase) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cheR BSU22720 2380347 2381117 methyl-accepting chemotaxis proteins (MCPs) methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yozI BSU18870 2057214 2057579 conserved hypothetical protein; putative defective prophage 6 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yycB BSU40480 4159790 4160998 putative transporter YycB yycB // yycC yycB // yycC +yoeC BSU18390 2003401 2003946 putative bacteriophage integrase yoeC BSU18390 +glgB BSU30980 3169763 3171646 1,4-alpha-glucan branching enzyme glgP // glgA // glgD // glgC // glgB glgP // glgA // glgD // glgC // glgB +yfhL BSU08580 929406 929738 factor for peptide SdpC immunity yfhM // yfhL // yfhK yfhM // yfhL // yfhK +sfp BSU03570 407638 408135 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywlB BSU36960 3794166 3794609 conserved protein of unknown function ywlB BSU36960 +panB BSU22430 2353839 2354672 ketopantoate hydroxymethyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +clpY BSU16160 1688676 1690079 two-component ATP-dependent protease (ATPase and chaperone) codY // clpY // clpQ // codV codY // clpY // clpQ // codV +albC BSU37390 3837840 3838559 putative subtilosin ABC efflux transporter ATP-binding protein albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA +cotQ BSU34520 3542943 3544286 spore coat protein; putative oxidoreductase cotQ BSU34520 +yosC BSU20170 2168910 2169452 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpsP BSU15990 1673620 1673892 ribosomal protein S16 (BS17) ylqC // rpsP ylqC // rpsP +yqxH BSU25910 2665436 2665858 putative holin; skin element yqxH BSU25910 +yodF BSU19580 2130377 2131867 putative Na+/metabolite permease yodF BSU19580 +natK BSU02730 294615 295571 NatK two-component sensory histidine kinase, phosphorylated // NatK two-component sensory histidine kinase natK BSU02730 +yxzE BSU38790 3982973 3983173 putative bacteriocin yxzE BSU38790 +chrS BSU36110 3720925 3721401 transcriptional negative regulator of chromate transport (Lrp/AsnC family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bceS BSU30390 3112190 3113194 BceS two-component sensory histidine kinase, phosphorylated // BceS two-component sensory histidine kinase bceS // bceR bceS // bceR +scpA BSU23220 2425831 2426586 chromosome condensation and partitioning factor ypuI // scpB // scpA ypuI // scpB // scpA +yubD BSU31130 3191843 3193378 putative efflux transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sspG BSU32640 3354066 3354212 small acid-soluble spore protein yurS // sspG yurS // sspG +yfiZ BSU08450 920474 921475 xenosiderophore schizokinen (dihydroxamate) transporter (permease) yfhA // yfiZ yfhA // yfiZ +ytpA BSU30510 3122662 3123441 phospholipase component of bacilysocin synthesis or export In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqfW BSU25090 2590804 2591385 putative nucleotidase yqfW BSU25090 +rttF BSU25870 2662712 2663290 antitoxin factor of ribonuclease toxin RttG; skin element rttF // rttG rttF // rttG +rapE BSU25830 2659213 2660340 response regulator aspartate phosphatase; skin element phrE // rapE phrE // rapE +ytmB BSU30570 3131152 3131394 conserved protein of unknown function ytmB BSU30570 +cspC BSU05120 559264 559464 cold-shock protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yojO BSU19380 2111837 2113753 putative activator of nitric oxide reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvlB BSU35120 3607325 3608422 conserved protein of unknown function, stress-related yvlD // yvlC // yvlB // yvlA yvlD // yvlC // yvlB // yvlA +citM BSU07610 834383 835684 transporter of divalent metal ions/citrate complexes yflN // citM yflN // citM +cypA BSU26740 2731107 2732339 cytochrome P450 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +flhP BSU36390 3745436 3746245 flagellar hook-basal body accessory protein flhP // flhO // mbl // spoIIID // usd flhP // flhO // mbl // spoIIID // usd +alsD BSU36000 3708799 3709566 alpha-acetolactate decarboxylase alsD // alsS alsD // alsS +yocR BSU19340 2104934 2106271 putative sodium-dependent transporter yocR BSU19340 +gntP BSU40070 4115711 4117057 gluconate/proton permease gntZ // gntP // gntK // gntR gntZ // gntP // gntK // gntR +rsgI BSU13460 1412644 1413789 sigmaI modulating factor rsgI // sigI rsgI // sigI proB BSU13120 1378496 1379593 glutamate 5-kinase proA // proB proA // proB -yqbP BSU26020 2672054 2672713 putative phage murein-binding protein; skin element -rnpA BSU41050 4214753 4215103 protein component of ribonuclease P (RNase P) (substrate specificity) -ytiB BSU30690 3138321 3138884 carbonic anhydrase -yneI BSU17940 1924030 1924392 putative response regulator (CheY homolog) yneJ // yneI // ccdA yneJ // yneI // ccdA -alaP BSU30530 3124250 3125641 alanine permease metK // alaP // asnB metK // alaP // asnB -lip BSU02700 292205 292843 secreted alkaliphilic lipase lip BSU02700 -bpsA BSU22050 2316956 2318053 promiscuous alkylpyrone synthase BpsA (polyketide synthesis) -mneS BSU06320 686962 687834 Mn2+ efflux transporter mneS BSU06320 -yfmS BSU07360 808562 809422 chemotaxis sensory transducer (sensed target unknown) yfmS // yfmT yfmS // yfmT -yraH BSU26940 2752167 2752553 putative lyase -opuD BSU30070 3076818 3078356 glycine betaine transporter opuD BSU30070 -comFC BSU35450 3641125 3641847 component of the DNA transport apparatus yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM -srfAB BSU03490 387744 398495 surfactin synthetase srfAD // srfAC // comS // srfAB // srfAA srfAD // srfAC // comS // srfAB // srfAA -pbuE BSU05800 625125 626291 hypoxanthine efflux transporter pbuE BSU05800 -ctaB1 BSU12080 1279514 1280503 heme o synthase 1 -pdeH BSU31740 3258037 3259266 cyclic di-GMP phosphodiesterase pdeH BSU31740 -spoVV BSU15030 1570574 1571800 dipicolinic acid transporter (to the spore) spoVV BSU15030 -yxaL BSU39940 4102429 4103661 membrane associated protein kinase with beta-propeller domain yxaL // yxaJ yxaL // yxaJ -mprF BSU08425 916778 919348 phosphatidylglycerol lysyltransferase involved in tRNA-dependent lysinylation of phospholipids mprF BSU08425 -fpiA BSU03830 435036 435989 petrobactin iron-siderophore ABC transporter (binding lipoprotein) fpiA // fpiD // fpiC // fpiB fpiA // fpiD // fpiC // fpiB -asd BSU16750 1745991 1747031 aspartate-semialdehyde dehydrogenase dapA // dapG // asd // spoVFB // spoVFA dapA // dapG // asd // spoVFB // spoVFA -usd BSU36430 3748717 3748827 putative factor required for translation of spoIIID flhP // flhO // mbl // spoIIID // usd flhP // flhO // mbl // spoIIID // usd -yknX BSU14350 1504282 1505415 subunit of efflux permease exporting the starvation-induced killing protein yknZ // yknY // yknX // yknW yknZ // yknY // yknX // yknW -yonP BSU21030 2222340 2222534 hypothetical protein; phage SPbeta -dppA BSU12920 1360401 1361225 D-alanyl-aminopeptidase dppE // dppD // dppC // dppB // dppA dppE // dppD // dppC // dppB // dppA -fpiB BSU03800 432372 433322 petrobactin iron-siderophore ABC transporter (permease) fpiA // fpiD // fpiC // fpiB fpiA // fpiD // fpiC // fpiB -phrE BSU25840 2660330 2660464 regulator peptide of the activity of phosphatase RapE; skin element phrE // rapE phrE // rapE -exoA BSU40880 4197780 4198538 apurinic/apyrimidinic endonuclease exoA // ccpB exoA // ccpB +pdhD BSU14610 1531870 1533282 dihydrolipoamide dehydrogenase E3 subunit of both pyruvate dehydrogenase and 2-oxoglutarate dehydrogenase complexes pdhD // pdhC // pdhB // pdhA pdhD // pdhC // pdhB // pdhA +yojE BSU19480 2123026 2123922 putative N-acetylated toxic metabolites yojE // bshB2 // yojF // yoyC yojE // bshB2 // yojF // yoyC +yorG BSU20390 2184450 2185421 putative ATP/GTP binding protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytqB BSU30490 3120964 3121548 putative RNA methylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycbN BSU02570 280086 281009 ABC family ATP-binding protein YcbN In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rplGA BSU16620 1733687 1733989 K-turn RNA binding protein rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS +guaC BSU32130 3303042 3304022 GMP reductase (NADP-dependent) guaC BSU32130 +yopU BSU20760 2203111 2203308 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pcrB BSU06600 718622 719308 heptaprenylglyceryl-phosphate synthase yerH // ligA // pcrA // pcrB yerH // ligA // pcrA // pcrB +bioB BSU30200 3090482 3091489 biotin synthase ytbQ // bioI // bioB // bioD // bioF // bioK // bioW ytbQ // bioI // bioB // bioD // bioF // bioK // bioW +yrzA BSU27290 2788680 2788883 conserved protein of unknown function yrzA BSU27290 +yusU BSU32930 3378800 3379087 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjdA BSU11980 1268829 1269584 putative acyl-carrier protein oxidoreductase; phage island In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fliQ BSU16360 1705543 1705812 component of the flagellar export machinery swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +ycnI BSU03940 446174 446788 putative membrane protein involved in copper intake ycnI // ycnJ // ycnK ycnI // ycnJ // ycnK +cwlH BSU25710 2648903 2649655 N-acetylmuramoyl-L-alanine amidase cwlH BSU25710 +pgdS BSU35860 3696257 3697498 gamma-DD-glutamyl hydrolase (PGA depolymerase) pgdS BSU35860 +racE BSU28390 2903217 2904035 glutamate racemase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sipT BSU14410 1511308 1511889 type I signal peptidase sipT BSU14410 +rpsL BSU01100 129702 130118 ribosomal protein S12 (BS12) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yosA BSU20190 2169807 2169926 putative type I toxin; phage SPbeta yosA BSU20190 +fpiA BSU03830 435036 435989 iron(III)-petrobactin ABC transporter substrate-binding lipoprotein fpiA // fpiD // fpiC // fpiB fpiA // fpiD // fpiC // fpiB +yfmT BSU07350 807091 808548 vanillin dehydrogenase yfmS // yfmT yfmS // yfmT +ndoA BSU04660 518943 519293 endoribonuclease toxin ndoAI // ndoA ndoAI // ndoA +cmoI BSU29320 3003049 3003330 N-acetyl-L-cysteine sulfenic acid reductase ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA +spsP BSU07290 800232 801143 putative glycosyltransferase spsR // spsQ // spsP // spsO // spsN spsR // spsQ // spsP // spsO // spsN +glnR BSU17450 1877959 1878366 transcriptional regulator (nitrogen metabolism) glnA // glnR glnA // glnR +purE BSU06420 698612 699100 N5-carboxyaminoimidazole ribonucleotide mutase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE +yfzA BSU08029 875428 875694 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +aimA BSU02120 231348 232967 H+/serine transporter aimA BSU02120 +hepT BSU22740 2381919 2382965 heptaprenyl diphosphate synthase component II In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pdeB BSU16970 1768941 1769735 2'3' and 3'5' cyclic nucleotide monophosphates phosphodiesterase involved in biofilm formation In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylaK BSU14810 1549465 1550793 putative phosphate starvation inducible protein ylaK BSU14810 +rapB BSU36690 3771000 3772133 response regulator aspartate phosphatase rapB BSU36690 +ylqC BSU16000 1673892 1674137 putative RNA binding protein ylqC // rpsP ylqC // rpsP +yqbP BSU26020 2672054 2672713 putative phage murein-binding protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +epsL BSU34250 3516880 3517488 putative phosphotransferase involved in extracellular matrix synthesis epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +rsfA BSU37620 3861437 3862213 prespore-specific transcription regulatory gene rsfA BSU37620 +BSU_17715 BSU_17715 1905637 1905774 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +skfH BSU01980 219607 220032 sibling killing effect; sporulation killing factor biosynthesis and export skfH // skfG // skfF // skfE // skfC // skfB // skfA skfH // skfG // skfF // skfE // skfC // skfB // skfA +estB BSU08350 910019 910651 secreted esterase / acylglycerol lipase estB BSU08350 +spoIIB BSU28060 2863294 2864292 spatial and temporal regulator of the dissolution of septal peptidoglycan during engulfment (stage II sporulation) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gudB BSU22960 2402067 2403350 cryptic glutamate dehydrogenase (active after removal of a 9 bp insert) gudB BSU22960 +mreB BSU28030 2860735 2861748 cell-shape determining protein minD // minC // mreD // mreC // mreB minD // minC // mreD // mreC // mreB +nrdFB BSU20040 2159981 2161778 phage SPbeta ribonucleoside diphosphate reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tboL BSU_MISC_RNA_49 3105153 3105367 T-box riboswitch specific of leucine tRNA ligase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xkdI BSU12630 1331245 1331730 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA +galK BSU38200 3920638 3921810 galactokinase galT // galK galT // galK +arsR BSU25810 2657317 2657634 transcriptional regulator (ArsR-arsenate); skin element arsC // arsB // yqcK // arsR arsC // arsB // yqcK // arsR +yloB BSU15650 1637965 1640637 P-type calcium transport ATPase (sporulation) yloB BSU15650 +yqfC BSU25360 2616667 2616948 conserved sporulation protein of unknown function yqfD // yqfC yqfD // yqfC +sipV BSU10490 1122175 1122681 type I signal peptidase sipV // yhjE sipV // yhjE +yyzJ BSU40574 4171625 4171789 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +albF BSU37420 3841017 3842297 putative peptidase involved in subtilosin production albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA +ysxD BSU28180 2879363 2879860 putative integral inner membrane protein ysxD BSU28180 +xkdN BSU12671 1334339 1334785 phage PBSX; conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +roxS BSU_misc_RNA_67 1233405 1233543 small regulatory RNA (NO regulated) roxS BSU_misc_RNA_67 +ganS BSU34160 3507253 3508518 polygalactose / cyclodextrin-binding lipoprotein ganB // ganA // ganQ // ganP // ganS ganB // ganA // ganQ // ganP // ganS +lnrJ BSU08290 903811 905013 two-component sensor histidine kinase [YfiK] lnrK // lnrJ lnrK // lnrJ glpF BSU09280 1002501 1003325 glycerol permease glpK // glpF glpK // glpF -ytrC BSU30440 3116996 3117982 ABC transporter, permease component involved in resistance to cell wall inhibitors ytrG // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA BSU_30466 // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA -cotC BSU17700 1904995 1905195 spore coat protein (outer) cotC BSU17700 -ybgF BSU02400 260123 261535 putative aminoacid permease +ydfS BSU05540 601019 601726 conserved hypothetical protein ydfS BSU05540 +trnB-Met1 BSU_TRNA_61 3172872 3172948 tRNA-Met trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +trnI-Ala BSU_TRNA_28 166253 166328 tRNA-Ala In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yclJ BSU03750 426577 427260 two-component response regulator [YclK] (possibly involved in arabinogalactan metabolism) yclK // yclJ // phrC // rapC yclK // yclJ // phrC // rapC +yqaS BSU26200 2689594 2690313 putative phage-related terminase small subunit; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pghZ BSU20460 2189961 2190785 gamma-polyglutamate hydrolase; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjzB BSU11320 1207818 1208057 spore coat protein yjzB BSU11320 +spoIIIAA BSU24430 2536690 2537613 ATP-binding stage III sporulation protein spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV +gtcA BSU38210 3921891 3922274 teichoic acid glycosylation protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yteR BSU30120 3081131 3082252 unsaturated rhamnogalacturonyl hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lplC BSU07120 782062 782949 putative ABC transporter membrane subunit LplC In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_19745 BSU_19745 2145671 2145826 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ureC BSU36640 3766714 3768423 urease (alpha subunit) ureC // ureB // ureA ureC // ureB // ureA +exoR BSU22010 2310995 2311885 5'→3' exonuclease exoR BSU22010 +yngL BSU18290 1959695 1960087 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +prkT BSU00660 73809 74825 serine/threonine-protein kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glgA BSU30950 3166118 3167572 glycogen (starch) synthase glgP // glgA // glgD // glgC // glgB glgP // glgA // glgD // glgC // glgB +yozX BSU18899 2060009 2060233 putative phage protein; putative defective prophage 6 yozX BSU18899 +yxaH BSU39970 4104929 4106137 integral inner membrane protein involved in response to flavonoids yxaH // qdoI yxaH // qdoI +yxeB BSU39610 4067183 4068148 iron(III)-hydroxamate ABC transporter ferrioxamine-binding lipoprotein yxeB BSU39610 +fruR BSU14380 1507578 1508333 transcriptional regulator (DeoR family) fruA // fruK // fruR fruA // fruK // fruR +tlpB BSU31230 3204067 3206055 methyl-accepting chemotaxis protein tlpB BSU31230 +ctaB BSU14880 1559309 1560226 heme o synthase ctaG // ctaF // ctaE // ctaD // ctaC // ctaB ctaG // ctaF // ctaE // ctaD // ctaC // ctaB +ilvB BSU28310 2895248 2896972 acetohydroxy-acid synthase (large subunit) leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB +yfjR BSU07990 870388 871248 putative beta-hydroxyacid dehydrogenase yfjR BSU07990 +oxdC BSU33240 3410466 3411623 oxalate decarboxylase rsiO // oxdC rsiO // oxdC +ypzA BSU21950 2308495 2308764 putative spore coat protein ypzA BSU21950 +lysP BSU33330 3419656 3421065 lysine permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yteA BSU30840 3154007 3154726 putative regulatory protein yteA BSU30840 +yraO BSU26860 2744163 2745479 putative citrate transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrhF BSU27210 2780525 2780893 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yitH BSU10990 1177365 1178213 putative N-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mdxK BSU34570 3549228 3551501 maltose phosphorylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pstA BSU24970 2578833 2579717 phosphate ABC transporter membrane subunit PstA pstBB // pstBA // pstA // pstC // pstS pstBB // pstBA // pstA // pstC // pstS +bdbA BSU21460 2266936 2267349 bacteriophage SPbeta thiol-disulfide oxidoreductase sunA // bdbB // sunS // bdbA // sunT sunA // bdbB // sunS // bdbA // sunT +dapG BSU16760 1747123 1748337 aspartokinase I (alpha and beta subunits) dapA // dapG // asd // spoVFB // spoVFA dapA // dapG // asd // spoVFB // spoVFA +yqbR BSU26000 2670801 2671064 conserved phage protein of unknown function; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pucF BSU32530 3342433 3343671 allantoate amidohydrolase pucG // pucF pucG // pucF +rrnW-16S BSU_RRNA_9 96392 97945 ribosomal RNA-16S In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydfH BSU05410 587744 588967 YdfH two-component sensory histidine kinase, phosphorylated // YdfH two-component sensory histidine kinase ydfI // ydfH ydfI // ydfH +yhdA BSU09340 1010445 1010969 oxidoreductase, NAD(P)H-FMN and ferric iron reductase (azoreductase) yhdA // yhcZ // yhcY yhdA // yhcZ // yhcY +ypuC BSU23329 2433631 2433885 ypuC // ypuC // ypuB ypuC // ypuC // ypuB +trpD BSU22670 2374881 2375897 anthranilate phosphoribosyltransferase aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE +yuaD BSU31040 3183201 3183779 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sscA BSU09958 1071402 1071488 spore assembly and germination protein sscA // sscB sscA // BSU_09959 +gmuF BSU05870 631808 632755 phosphohexomutase; cupin family gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC +opuBB BSU33720 3461435 3462088 choline ABC transporter membrane subunit OpuBB opuBD // opuBC // opuBB // opuBA opuBD // opuBC // opuBB // opuBA +nagZ BSU01660 186452 188380 β-N-acetyl-glucosaminidase namZ // nagZ // amiE namZ // nagZ // amiE +eag BSU13650 1431027 1431458 putative small membrane protein eag BSU13650 +yuzE BSU31810 3263835 3264224 conserved protein of unknown function yuzE BSU31810 +iolB BSU39750 4082030 4082845 5-deoxy-D-glucuronate isomerase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA +ytlA BSU30595 3132370 3133374 putative ABC transporter substrate binding protein YtlA ytlD // ytlC // ytlA ytlD // ytlC // ytlA +yoqN BSU20570 2195564 2195782 consserved hypothetical protein; phage SPbeta yoqN BSU20570 +BSU_21058 BSU_21058 2226176 2226346 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ygaE BSU08700 941168 942229 putative membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywhC BSU37530 3852718 3853377 putative metal-dependent hydrolase; integral membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +papB BSU13860 1453691 1454782 Xaa-Pro Xaa-Pro-Xaa di-tri-peptidase used in osmoprotection In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spsN BSU07270 798469 799233 glucose-1-phosphate cytidylyltransferase (sporulation) spsR // spsQ // spsP // spsO // spsN spsR // spsQ // spsP // spsO // spsN +yxdJ BSU39660 4072284 4072973 YxdJ two-component response regulator, phosphorylated // YxdJ two-component response regulator yxdK // yxdJ yxdK // yxdJ +ypfD BSU22880 2394664 2395812 RNA degradation presenting factor (ribosomal protein S1 homolog) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnD-Asp BSU_TRNA_34 952042 952118 tRNA-Asp trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +menH BSU30810 3149751 3150575 2-succinyl-6-hydroxy-2, 4-cyclohexadiene-1-carboxylate synthase menC // menE // menB // menH // menD // menF menC // menE // menB // menH // menD // menF +conQ BSU04860 533338 534780 ICEBs1 mobile element: coupling conjugation protein VirD4 yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +pxpC BSU04090 460592 461599 L-5-oxoprolinase (ATP-dependent) subunit C pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC +ybfP BSU02320 251427 252314 putative transcriptional regulator (AraC/XylS family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ssuA BSU08840 962179 963177 aliphatic sulfonate ABC transporter, substrate-binding lipoprotein ygaN // ssuD // ssuC // ssuA // ssuB ygaN // ssuD // ssuC // ssuA // ssuB +yozG BSU18740 2043678 2043932 putative antitoxin of a toxin / antitoxin system; putative transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoaF BSU18580 2027509 2027802 conserved protein of unknown function yoaF BSU18580 +yocA BSU19130 2085303 2085980 putative murein fragments glycosidase yocA BSU19130 +rpsT BSU25550 2635815 2636081 ribosomal protein S20 (BS20) rpsT BSU25550 +ncrF BSU_misc_RNA_73 1917501 1917580 putative conserved small untranslated RNA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +holB BSU00310 40665 41654 DNA polymerase III clamp loader delta' subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yzzP BSU_17845 1916955 1917302 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hslO BSU00710 79880 80755 disulfide bond chaperone (heat shock protein HSP33) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sda BSU25690 2647456 2647614 check point factor coupling initiation of sporulation and replication initiation sda BSU25690 +cwlT BSU04970 544022 545011 ICEBs1 mobile element: two-domain autolysin with N-acetylmuramidase and DL-endopeptidase activity VirB1 yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +yxiC BSU39310 4038513 4038782 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sigL BSU34200 3512498 3513808 RNA polymerase sigma-54 factor (sigma-L) sigL BSU34200 +yutK BSU32180 3307017 3308231 putative Na+(H+)/nucleoside cotransporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylaD BSU14740 1544603 1544896 anti-SigP(YlaC) sigma factor ylaD // ylaC // ylaB // ylaA ylaD // ylaC // ylaB // ylaA +ispF BSU00910 110480 110956 2-C-methyl-D-erythritol-2,4-cyclodiphosphate synthase ispF // ispD // yacL ispF // ispD // yacL +yqgQ BSU24860 2571582 2571797 putative single strand nucleic acid binding transcription factor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxaM BSU39930 4101166 4102365 putative efflux transporter yxaM // asnH // yxnB // yxbA // yxbB yxaM // asnH // yxnB // yxbA // yxbB +yqjC BSU23930 2488329 2488751 putative methylmalonyl-CoA epimerase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rrnD-23S BSU_RRNA_17 948418 951345 ribosomal RNA-23S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +ycnC BSU03850 437474 438352 putative transcriptional regulator (TetR/AcrR family) ycnB // ycnC ycnB // ycnC +moaE BSU14300 1498966 1499439 molybdopterin synthase (large subunit) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +degR BSU21940 2308157 2308339 activator of degradative enzymes (aprE, nprE, sacB) production or activity degR BSU21940 +yutI BSU32220 3310386 3310721 putative iron-sulfur scaffold protein yutI BSU32220 +yobW BSU19110 2084214 2084759 mother cell-specific membrane sporulation protein yobW BSU19110 +rplC BSU01160 135712 136341 ribosomal protein L3 (BL3) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +walH BSU40390 4150496 4151863 regulator of WalRK htrC // walJ // walI // walH // walK // walR htrC // walJ // walI // walH // walK // walR +dapF BSU32170 3306040 3306894 diaminopimelate epimerase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bioY BSU10370 1111925 1112485 putative biotin ECF transporter, S component BioY In SUBSEQ, `end' (3) is beyond the end of the sequence (0). ycbJ BSU02520 275838 276758 putative phosphotransferase ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC -ypjQ BSU21830 2297984 2298517 putative phosphatidylglycerophosphatase ypjQ BSU21830 -yvmA BSU35090 3605523 3606734 pulcherrimin efflux transporter yvmA // pchR yvmA // pchR -hmoA BSU07150 785113 785439 heme-degrading monooxygenase hmoA BSU07150 -azlC BSU26710 2728976 2729740 branched-chain amino acid / methionine exporter yrdK // brnQ // azlD // azlC // azlB yrdK // brnQ // azlD // azlC // azlB -opuE BSU06660 726840 728318 proline transporter opuE BSU06660 -ftsE BSU35260 3624821 3625507 cell-division signal transducer (ATP-binding protein) ftsX // ftsE ftsX // ftsE -pbpD BSU31490 3233911 3235785 penicillin-binding protein 4 yuxK // pbpD yuxK // pbpD -glpT BSU02140 233994 235328 sn-glycerol-3-phosphate permease glpQ // glpT glpQ // glpT -iolD BSU39730 4079083 4080996 3D-(3,5/4)-trihydroxycyclohexane-1,2-dione hydrolase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA -catD BSU08230 897588 897992 catechol-2,3-dioxygenase membrane subunit catE // catD catE // catD -bceB BSU30370 3109397 3111337 ABC transporter (permease) bceA // bceB bceA // bceB -yjcG BSU11850 1256862 1257377 2',3'-cyclic phosphodiesterase -rtbN BSU36190 3725600 3727408 putative ribonuclease toxin -gutP BSU06160 668601 669992 H+-glucitol symporter; prophage region 3 gutP // gutB gutP // gutB -cdsA BSU16540 1722000 1722809 phosphatidate cytidylyltransferase (CDP-diglyceride synthase) -xkdU BSU12740 1342380 1342958 phage PBSX; conserved hypothetical protein -pftB BSU28900 2954492 2955187 pyruvate import system subunit B pftA // pftB pftA // pftB -nadD BSU25640 2643765 2644334 nicotinate-nucleotide adenylyltransferase -yybC BSU40690 4181982 4182461 putative integral membrane protein yybC // yybD // yybE yybC // yybD // yybE -mntH BSU04360 491147 492424 proton-coupled manganese transporter mntH BSU04360 -ytcQ BSU30160 3085800 3087296 putative ABC transporter (binding lipoprotein) ytcQ BSU30160 -ynxB BSU17470 1880087 1880377 putative phage protein; defective, phage region ynxB BSU17470 -yknY BSU14360 1505416 1506108 subunit of efflux permease exporting the starvation-induced killing protein (ATP-binding protein) yknZ // yknY // yknX // yknW yknZ // yknY // yknX // yknW -ybfQ BSU02330 252514 253482 putative enzyme with rhodanese domain -yokD BSU21630 2281667 2282485 aminoglycoside N3'-acetyltransferase -fpiC BSU03810 433315 434262 petrobactin iron-siderophore ABC transporter (permease) fpiA // fpiD // fpiC // fpiB fpiA // fpiD // fpiC // fpiB -yesO BSU06970 761662 762945 pectin degradation byproducts (rhamnose oligosaccharides)-binding lipoprotein -yrkJ BSU26490 2710002 2710787 putative permease -mgtE BSU13300 1396013 1397368 magnesium transporter mgtE BSU13300 -hprK BSU35000 3594242 3595174 serine/threonine protein kinase/phosphorylase (pyrophosphate-producing) hprK BSU35000 -tmrB BSU03140 339156 339749 ATP-binding tunicamycin resistance protein tmrB BSU03140 -glnT BSU02420 262732 264168 glutamine transporter glnT // glsA glnT // glsA -yxeI BSU39540 4062543 4063529 penicillin V amidase yxeJ // yxeI yxeJ // yxeI -yugS BSU31300 3216163 3217452 putative membrane protein yugS BSU31300 -efeU BSU38280 3929105 3930550 ferrous ion permease efeB // efeO // efeU efeB // efeO // efeU -thiS BSU11680 1244844 1245044 sulfur carrier for synthesis of hydroxyethylthiazole phosphate thiD // thiF // thiG // thiS // thiO // tenI // tenA thiD // thiF // thiG // thiS // thiO // tenI // tenA -yfjP BSU08010 872425 873288 putative DNA-3-methyladenine glycosylase yfjO // yfjP yfjO // yfjP -yflS BSU07570 829382 830818 malate (2-oxoglutarate) transporter yflS BSU07570 -fliR BSU16370 1705820 1706599 component of the flagellar export machinery swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -rbsB BSU35960 3706145 3707062 ribose ABC transporter (ribose-binding lipoprotein) rbsB // rbsC // rbsA // rbsD // rbsK // rbsR rbsB // rbsC // rbsA // rbsD // rbsK // rbsR -ybfB BSU02170 236879 238129 putative carboxylate transporter -yopT BSU20770 2203378 2203596 conserved protein of unknown function; phage SPbeta -xkdF BSU12600 1328702 1329529 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA -bceA BSU30380 3111327 3112088 bacitracin ABC efflux transporter (ATP-binding protein) bceA // bceB bceA // bceB -prmA BSU25450 2623825 2624760 ribosomal protein L11 methyltransferase mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA -yycA BSU40490 4161103 4163160 putative glycosyl transferase -iolT BSU06230 676442 677863 myo-inositol transporter iolT BSU06230 -cypC BSU02100 229525 230778 fatty acid beta-hydroxylating cytochrome P450 cypC BSU02100 -ymaD BSU17280 1864225 1864677 putative peroxiredoxin-related protein +ydzV BSU06049 654333 654692 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +relA BSU27600 2820529 2822733 GTP pyrophosphokinase (RelA/SpoT) dtd // relA dtd // relA +yndB BSU17730 1906272 1906706 regulator of stress-related ATPase (flavonoid-sensing) yndB BSU17730 +thiQ BSU15350 1607556 1608836 N-formyl-4-amino-5-aminomethyl-2-methylpyrimidine deformylase thiQ BSU15350 +trpA BSU22630 2371508 2372311 tryptophan synthase (alpha subunit) aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE +refZ BSU29630 3032417 3033040 regulator of FtsZ defining the chromosome region captured in the forespore refZ BSU29630 +yetL BSU07220 789652 790155 transcriptional regulator (FlvL-flavonoids) yetL BSU07220 +pbpF BSU10110 1083851 1085995 penicillin-binding protein 2C (1F class) required for spore germination pbpF BSU10110 +ysmB BSU28400 2904043 2904483 putative transcriptional regulator (mother cell's gene expression during sporulation) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytlR BSU29940 3063833 3064762 putative phospholipid kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydfL BSU05460 594186 594998 putative transcriptional regulator of efflux transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xkdD BSU12540 1323802 1324152 phage PBSX; conserved hypothetical protein ykzK // xtrA // xkdD // xkdC // xkdB ykzK // xtrA // xkdD // xkdC // xkdB +cotJA BSU06890 755907 756155 component of the inner spore coat yesK // yesJ // cotJC // cotJB // cotJA yesK // yesJ // cotJC // cotJB // cotJA +cssR BSU33010 3385724 3386401 CssR two-component response regulator, phosphorylated // CssR two-component response regulator cssS // cssR cssS // cssR +rpsK BSU01420 148359 148754 ribosomal protein S11 (BS11) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ppsA BSU18340 1990272 1997957 non-ribosomal plipastatin synthetase A involved in synthesis of plipastatin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypuA BSU23370 2436045 2436917 putative exported protein ypuA BSU23370 +satA BSU40740 4185160 4185681 streptothricin acetyltransferase satA BSU40740 +ybaR BSU01580 177083 178519 putative permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydbO BSU04540 506866 507738 putative cation efflux system ydbO BSU04540 +yoqX BSU20480 2191334 2191555 conserved protein of unknown function; SPbeta phage In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +metN BSU32750 3363266 3364291 methionine ABC transporter ATP-binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqxK BSU23600 2457349 2458512 putative nucleotide binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cysE BSU00930 112800 113453 serine O-acetyltransferase raeA // rlmB // mrnC // cysS // cysE // gltX raeA // rlmB // mrnC // cysS // cysE // gltX +fabF BSU11340 1209183 1210424 beta-ketoacyl-acyl carrier protein synthase II (involved in pimelate synthesis) fabF // fabHA fabF // fabHA +efeO BSU38270 3927951 3929108 lipoprotein binding ferrous or ferric iron for transport efeB // efeO // efeU efeB // efeO // efeU +yobT BSU19080 2081753 2082454 putative metal-dependent hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydaF BSU04210 473174 473725 putative ribosomal protein N-acetyltransferase ydaF // ydaE // ydaD // ydaG ydaF // ydaE // ydaD // ydaG +acoL BSU08090 882266 883642 acetoin dehydrogenase E3 component (dihydrolipoamide dehydrogenase) acoL // acoC // acoB // acoA acoL // acoC // acoB // acoA +yxbG BSU39840 4091845 4092666 putative oxidoreductase yxbG BSU39840 +atpC BSU36800 3781069 3781467 ATP synthase (subunit epsilon, F1 subunit) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI +yopV BSU20750 2202805 2202999 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cwlK BSU02810 303804 304307 murein L,D-endopeptidase cwlK BSU02810 +yyaE BSU40930 4201070 4203073 putative oxidoreductase (molybdoenzyme) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ppaC BSU40550 4168204 4169133 inorganic pyrophosphatase (Mn2+-dependent) ppaC BSU40550 +yoyF BSU19669 2137897 2138040 hypothetical protein yoyF BSU19669 +yvmC BSU35070 3603821 3604567 cyclodipeptide synthase (tRNA-dependent), pulcherimminic acid precursor cypX // yvmC cypX // yvmC +fabZ BSU36370 3743732 3744157 beta-hydroxyacyl-[acyl carrier protein] dehydratase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cueR BSU09560 1033458 1033889 indirect copper efflux transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cotH BSU36060 3716009 3717097 spore coat protein kinase cotH BSU36060 +hisC BSU22620 2370415 2371497 histidinol-phosphate aminotransferase; tyrosine/phenylalanine aminotransferase (promiscuous) aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE +ytzA BSU29170 2984312 2984695 putative integral inner membrane protein ytzA // pyk // pfkA ytzA // pyk // pfkA +yabM BSU00570 64817 66415 putative exporter yabR // divIC // yabQ // yabP // rqcP // yabN // yabM yabR // divIC // yabQ // yabP // rqcP // yabN // yabM +yocK BSU19240 2097126 2097617 putative general stress protein yocK BSU19240 +fliL BSU16300 1701228 1701650 flagellar basal-body (stator) associated protein swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +lysC BSU28470 2909520 2910746 aspartokinase II alpha subunit (aa 1->408) lysC BSU28470 +yorB BSU20440 2187819 2188115 conserved hypothetical protein; phage SPbeta yorC // yorB yorC // yorB +ydzF BSU05270 574106 574435 putative transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykvR BSU13800 1447251 1447541 conserved hypothetical protein (HGT island) ykvR BSU13800 +yitD BSU10950 1173333 1174091 2-phospho-3-sulfolactate synthase yitD // yitC yitD // yitC +trmE BSU41020 4211510 4212889 tRNA modification GTPase and tRNA-U34 5-formylation enzyme noc // rsmG // trmF // trmE noc // rsmG // trmF // trmE +tetB BSU40770 4187681 4189057 multifunctional tetracycline-metal/H+ antiporter and Na+(K+)/H+ antiporter tetB // tetL tetB // tetL +lcfB BSU10270 1100980 1102521 long-chain fatty-acid-CoA ligase (degradative) lcfB BSU10270 +yjpA BSU12450 1317157 1317414 putative enzyme yjpA BSU12450 +yktB BSU14650 1536235 1536873 conserved protein of unknown function yktB BSU14650 +epsH BSU34300 3521111 3522145 putative glycosyltransferase involved in biofilm formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +tboILV BSU_MISC_RNA_45 2897094 2897340 T-box controlling synthesis of branched chain amino acids In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +metA BSU21910 2305378 2306283 homoserine O-acetyltransferase metA BSU21910 +yybF BSU40660 4179163 4180377 putative permease yybF BSU40660 +ylbD BSU14970 1567651 1568049 sporulation-related protein (coat) ylbE // ylbD ylbE // ylbD +yhaH BSU10000 1073895 1074251 putative membrane protein; acid tolerance protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_27185 BSU_27185 2778608 2778766 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yetM BSU07230 790318 791427 putative flavin-dependent hydroxylase/monooxygenase acting on salicylate derivatives yetM BSU07230 +sucC BSU16090 1680431 1681588 succinyl-CoA synthetase (beta subunit) sucD // sucC sucD // sucC +ycgI BSU03120 337562 338158 xenotiotic metabolite methyltransferase ycgI BSU03120 +yvaF BSU33580 3449049 3449621 putative transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqeC BSU25730 2650487 2651380 putative catabolic 6-phospho-gluconate dehydrogenase (NAD[+]-dependent) yqeC BSU25730 +ypiF BSU22570 2365235 2365681 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +qoxC BSU38150 3914691 3915305 cytochrome aa3-600 quinol oxidase (subunit III) qoxC // qoxB // qoxA // qoxD qoxC // qoxB // qoxA // qoxD +yhxC BSU10400 1115698 1116555 putative oxidoreductase yhxC BSU10400 +yxlC BSU38690 3969999 3970319 sigma-Y antisigma factor yxlG // yxlF // yxlE // yxlD // yxlC // sigY yxlG // yxlF // yxlE // yxlD // yxlC // sigY +yocN BSU19280 2099127 2099360 conserved protein of unknown function (sporulation-related) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvoF BSU34960 3591288 3591806 dephosphorylated heptaprenylglyceryl phosphate O-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvcT BSU34680 3562566 3563543 putative 2-ketogluconate reductase; hydroxypyruvate / glyoxylate reductase yvcT BSU34680 +holA BSU25560 2636096 2637139 DNA polymerase clamp loader delta subunit holA BSU25560 +yesR BSU07000 764781 765815 rhamnogalacturonan hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yosI BSU20110 2166873 2167007 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydzW BSU06078 658813 659010 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yobO BSU19030 2076206 2078626 putative phage-related pre-neck appendage protein; defective prophage 6 yobO BSU19030 pftA BSU28910 2955209 2955649 pyruvate uptake system subunit A pftA // pftB pftA // pftB -pbuO BSU29990 3068908 3070206 hypoxanthine/guanine permease pbuO BSU29990 -bdbA BSU21460 2266936 2267349 bacteriophage SPbeta thiol-disulfide oxidoreductase sunA // bdbB // sunS // bdbA // sunT sunA // bdbB // sunS // bdbA // sunT -mneP BSU05470 595109 596002 Mn2+ efflux transporter mneP BSU05470 -yefB BSU06740 738995 739897 putative site-specific recombinase / invertase; HGT island yefB BSU06740 -yqaI BSU26300 2697095 2697289 hypothetical protein; skin element -yknZ BSU14370 1506105 1507298 permease subunit exporting Sporulation-Delaying Protein yknZ // yknY // yknX // yknW yknZ // yknY // yknX // yknW -cwlO BSU34800 3574363 3575784 secreted cell wall DL-endopeptidase cwlO BSU34800 -yceK BSU02970 320421 320723 putative transcriptional regulator (ArsR family) yceK BSU02970 -fpiD BSU03820 434256 435014 petrobactin iron-siderophore ABC transporter (ATP-binding protein) fpiA // fpiD // fpiC // fpiB fpiA // fpiD // fpiC // fpiB -hutH BSU39350 4042051 4043577 histidine ammonia-lyase (histidase) hutM // hutG // hutI // hutU // hutH // hutP hutM // hutG // hutI // hutU // hutH // hutP -gbsA BSU31060 3185092 3186564 glycine betaine aldehyde dehydrogenase, NAD+-dependent gbsB // gbsA gbsB // gbsA -yknW BSU14340 1503582 1504277 subunit of permease exporting the starvation-induced killing protein yknZ // yknY // yknX // yknW yknZ // yknY // yknX // yknW -mecA BSU11520 1229068 1229724 adaptor protein controlling oligomerization of the AAA+ protein ClpC mecA BSU11520 -treP BSU07800 850367 851779 phosphotransferase system (PTS) trehalose-specific enzyme IIBC component treR // treA // treP treR // treA // treP -nasA BSU03330 362937 364142 putative nitrate transporter nasA BSU03330 -clpY BSU16160 1688676 1690079 two-component ATP-dependent protease (ATPase and chaperone) codY // clpY // clpQ // codV codY // clpY // clpQ // codV -yvyI BSU35790 3687597 3688547 mannose-6-phosphate isomerase (active on aldose substrates with hydroxyl groups oriented in the same direction at the C-2 and C-3 positions as in mannose) yvyI BSU35790 -yfiG BSU08260 900080 901528 inositol transporter yfiI // yfiH // yfiG yfiI // yfiH // yfiG -yoqJ BSU20610 2197344 2197859 conserved hypothetical protein; phage SPbeta -phrA BSU12440 1316995 1317129 secreted inhibitor of the activity of phosphatase RapA (quorum sensing) phrA // rapA phrA // rapA -gltP BSU02340 253518 254762 proton/glutamate symport protein -cccA BSU25190 2599523 2599885 cytochrome c550 -yycR BSU40250 4135798 4137024 putative dehydrogenase yycR BSU40250 -skfA BSU01910 213941 214108 sporulation killing factor A skfH // skfG // skfF // skfE // skfC // skfB // skfA skfH // skfG // skfF // skfE // skfC // skfB // skfA -pksD BSU17110 1785133 1786107 enzyme involved in bacillaene synthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC -murC BSU29790 3048177 3049475 UDP-N-acetyl muramate-alanine ligase murC BSU29790 -yozP BSU21310 2246151 2246480 hypothetical protein; phage SPbeta -yecA BSU06550 712019 713293 putative amino acid exporter yecA BSU06550 -yqbD BSU26150 2684161 2685129 putative nucleic acid-binding protein; skin element -mdxK BSU34570 3549228 3551501 maltose phosphorylase -ycdB BSU02790 300830 302248 conserved protein of unknown function ycdB BSU02790 -fabF BSU11340 1209183 1210424 beta-ketoacyl-acyl carrier protein synthase II (involved in pimelate synthesis) fabF // fabHA fabF // fabHA -ytcB BSU30870 3157008 3157958 putative UDP-glucose epimerase +eno BSU33900 3476555 3477847 enolase eno // pgm // tpiA // pgk // gapA // cggR eno // pgm // tpiA // pgk // gapA // cggR +ywdE BSU37990 3899272 3899805 putative integral inner membrane protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytfI BSU29510 3018778 3019458 conserved sporulation-related protein gerW // ytfI gerW // ytfI +bshB1 BSU22470 2358208 2358918 N-acetyl-alpha-D-glucosaminyl L-malate deacetylase 1; malate N-acetylglucosamine N-acetyl hydrolase dapB // ypjD // birA // cca // bshA // bshB1 // mgsA dapB // ypjD // birA // cca // bshA // bshB1 // mgsA +pckA BSU30560 3129530 3131113 phosphoenolpyruvate carboxykinase pckA BSU30560 +ytzK BSU29679 3038060 3038203 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxlA BSU38710 3971060 3972433 putative purine-cytosine (pyridoxine) permease yxlA BSU38710 +yraN BSU26870 2745594 2746463 putative transcriptional regulator (probes citrate or citrate-related metabolite) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnB-Arg BSU_TRNA_58 3173138 3173214 tRNA-Arg trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +yutF BSU32290 3318029 3318799 5' nucleotidase, promiscuous yutF // yutE // yutD yutF // yutE // yutD +yczH BSU04020 454652 455260 putative hydrolase yczH BSU04020 +fadH BSU14060 1478072 1478836 putative 2,4-dienoyl-CoA reductase fadG // fadH fadG // fadH +rrnO-5S BSU_RRNA_3 14692 14810 ribosomal RNA-5S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S deaD BSU39110 4015987 4017426 ATP-dependent RNA helicase for 23S ribosomal RNA maturation deaD // yxiM deaD // yxiM -yfmD BSU07510 824714 825715 iron-dicitrate ABC transporter (permease) yfmF // yfmE // yfmD // yfmC yfmF // yfmE // yfmD // yfmC -ffh BSU15980 1672174 1673514 signal recognition particle-like (SRP) GTPase ffh // ylxM ffh // ylxM -lytC BSU35620 3659119 3660609 N-acetylmuramoyl-L-alanine amidase (major autolysin) lytC // lytB // lytA lytC // lytB // lytA -yorA BSU20450 2188204 2189964 putative uronase; phage SPbeta -yjlA BSU12260 1296620 1297594 putative permease -yqgM BSU24910 2574641 2575720 putative glycosyltransferase +yozU BSU18819 2050373 2050585 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yycE BSU40430 4156931 4157350 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywqG BSU36220 3728511 3729296 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spsG BSU37850 3886004 3887023 putative glycosyltransferase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA +yugU BSU31280 3213854 3214252 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhxA BSU09260 1000364 1001716 putative aminotransferase glpP // yhxA glpP // yhxA +hisG BSU34920 3587551 3588192 ATP phosphoribosyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yosT BSU20010 2158724 2159173 putative transcription modulator; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +oatA BSU27140 2771318 2773222 peptidoglycan O-acetyltransferase oatA // rsiV // sigV // yrhK oatA // rsiV // sigV // yrhK +leuB BSU28270 2891020 2892117 3-isopropylmalate dehydrogenase leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB +speA BSU14630 1534279 1535751 arginine decarboxylase speA BSU14630 +yebA BSU06350 690364 692577 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hemC BSU28150 2875951 2876895 porphobilinogen deaminase (hydroxymethylbilane synthase) hemL // hemB // hemD // hemC // hemX // hemA hemL // hemB // hemD // hemC // hemX // hemA +ureA BSU36660 3768791 3769108 urease (gamma subunit) ureC // ureB // ureA ureC // ureB // ureA +yhfT BSU10360 1110479 1111918 putative long-chain fatty-acid-CoA ligase (proofreading for biotin synthesis) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqgE BSU25010 2584035 2585327 putative efflux transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hepS BSU22760 2383615 2384370 heptaprenyl diphosphate synthase component I In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tkt BSU17890 1919861 1921864 transketolase tkt BSU17890 +med BSU11300 1206629 1207582 positive regulator of comK comZ // med comZ // med +ykqA BSU14500 1519635 1520468 putative gamma-glutamylcyclotransferase (bacillithiol degradation) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykuJ BSU14100 1484117 1484356 putative RNA-specific modification enzyme subunit ccpC // darB // abbA // ykuK // ykuJ ccpC // darB // abbA // ykuK // ykuJ +corA BSU24740 2560489 2561442 CorA-family divalent ion transporter corA BSU24740 +yqeG BSU25680 2646594 2647112 phosphatase (active on GMP and Glc-6-P) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pdaC BSU12100 1281128 1282531 N-acetylmuramic acid deacetylase pdaC BSU12100 +yobA BSU18810 2049950 2050312 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpsC BSU01220 138842 139498 ribosomal protein S3 (BS3) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yomY BSU21180 2238198 2238452 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +epeA BSU40150 4124963 4125592 putative antimicrobial peptide ABC exporter, ATP-binding subunit epeB // epeA // epeP // epeE // epeX epeB // epeA // epeP // epeE // epeX +yqzG BSU24650 2555519 2555845 putative exported protein yqzG BSU24650 +yunD BSU32370 3323670 3325058 putative nuclease/nucleotidase/phosphoesterase yunD // yunE // yunF // yunG yunD // yunE // yunF // yunG +opuE BSU06660 726840 728318 proline transporter opuE BSU06660 +licB BSU38590 3961566 3961874 phosphotransferase system (PTS) lichenan-specific enzyme IIB component licH // licA // licC // licB licH // licA // licC // licB +yesP BSU06980 762942 763871 putative carbohydrate ABC transporter membrane subunit YesP In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dnaB BSU28990 2964148 2965566 helicase loading protein; replication initiation membrane attachment protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gerAA BSU33050 3390782 3392230 GerA germination receptor, GerAA component gerAC // gerAB // gerAA gerAC // gerAB // gerAA +alaS BSU27410 2798174 2800810 alanyl-tRNA synthetase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hemA BSU28170 2877766 2879133 glutamyl-tRNA reductase hemL // hemB // hemD // hemC // hemX // hemA hemL // hemB // hemD // hemC // hemX // hemA +spoIIIAC BSU24410 2535952 2536158 stage III sporulation protein (feeding tube apparatus) spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV +yfiI BSU08280 902506 903687 putative oxidoreductase yfiI // yfiH // yfiG yfiI // yfiH // yfiG +yviA BSU35480 3643664 3644509 fatty acid kinase fatty acid binding subunit A yviA BSU35480 +yusE BSU32770 3365069 3365389 putative thiol-disulfide oxidoreductase with thioredoxin domain yusD // yusE yusD // yusE +whiA BSU34750 3569573 3570523 putative morphogen In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqkB BSU23660 2461873 2462196 conserved protein of unknown function yqkC // yqkB // yqkA // yqjZ // yqjY yqkC // yqkB // yqkA // yqjZ // yqjY +iolU BSU31170 3196906 3197892 scyllo-inositol dehydrogenase (NADP+) iolU BSU31170 +guwA BSU_MISC_RNA_16 1376328 1376439 guanidine-sensing riboswitch (binds free guanidinium) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trpP BSU10010 1074646 1075164 putative tryptophan ECF transporter, S component trpP BSU10010 +yxiO BSU39100 4014682 4015968 putative efflux transporter yxiO BSU39100 +ycgS BSU03260 351842 352696 putative aromatic hydrocarbon hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ahpF BSU40100 4119527 4121056 alkyl hydroperoxide reductase (large subunit) ahpF // ahpC ahpF // ahpC +ytzB BSU29870 3056479 3056796 conserved protein of unknown function ytzB BSU29870 +ykuC BSU14030 1475150 1476442 putative transporter ykuC BSU14030 +bsdD BSU03651 414595 414822 phenolic acid decarboxylase subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yonX BSU20970 2217133 2217639 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypeP BSU21970 2308967 2309647 ribonuclease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykoG BSU13250 1391953 1392639 two-component response regulator [YkoH] In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yomV BSU21210 2239586 2240296 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybbH BSU01690 191183 192034 transcriptional regulator MurR-N-acetylmuramic acid In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybaF BSU01470 152130 152927 putative ECF transporter, T component In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mtnW BSU13590 1427061 1428278 2,3-diketo-5-methylthiopentyl-1-phosphate enolase (DK-MTP-1-P enolase) mtnD // mtnB // mtnX // mtnW mtnD // mtnB // mtnX // mtnW +bpsB BSU22040 2316446 2316952 alkylpyrone methyltransferase (polyketide synthesis) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrzT BSU27809 2841307 2841447 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ptpZ BSU36240 3731005 3731769 protein tyrosine-phosphatase ptpZ // ptkA // tkmA // ugd ptpZ // ptkA // tkmA // ugd +yvgL BSU33380 3425272 3426054 molybdate-binding lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pdeH BSU31740 3258037 3259266 cyclic di-GMP phosphodiesterase pdeH BSU31740 +spoIIIC BSU26390 2701338 2701754 RNA polymerase sporulation-specific sigma-K factor precursor (Sigma-27) (C-terminal fragment) spoIIIC // spoIVCB spoIIIC // spoIVCB +yoaP BSU18690 2039610 2040365 conserved hypothetical protein yoaP BSU18690 +yhcQ BSU09180 990612 991265 putative spore coat protein yhcQ BSU09180 +ruvB BSU27730 2835150 2836154 Holliday junction DNA helicase, ATP-dependent component ruvB // ruvA ruvB // ruvA +sat BSU15590 1632208 1633356 sulfate adenylyltransferase sirC // sirB // sumT // cysC // sat // cysP // cysH sirC // sirB // sumT // cysC // sat // cysP // cysH +alaP BSU30530 3124250 3125641 alanine permease metK // alaP // asnB metK // alaP // asnB +ynaI BSU17560 1886057 1886527 conserved hypothetical protein; defective phage region In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +raeA BSU00970 116025 116537 ribosome-dependent mRNA endonuclease raeA // rlmB // mrnC // cysS // cysE // gltX raeA // rlmB // mrnC // cysS // cysE // gltX +pyrK BSU15530 1626948 1627718 dihydroorotate dehydrogenase (electron transfer subunit) pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR +dgk BSU00150 23146 23769 deoxyguanosine kinase dck // dgk dck // dgk +yotL BSU19840 2152927 2153169 putative transcriptional regulator; phage SPbeta yotL BSU19840 +yoqC BSU20680 2200376 2200783 putative SOS nucleotide-binding protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrkI BSU26500 2710848 2711075 putative sulfur-carrier protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gerPE BSU10680 1148744 1149145 spore germination protein gerPF // gerPE // gerPD // gerPC // gerPB // gerPA gerPF // gerPE // gerPD // gerPC // gerPB // gerPA +yfhB BSU08470 922618 923499 putative isomerase yfhB BSU08470 +ymcB BSU17010 1772843 1774372 enzyme for ms(2)i(6)A formation for tRNA modification In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cpgA BSU15780 1653103 1653999 GTPase involved in ribosome biogenesis In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoyD BSU19579 2130177 2130377 putative exported protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytaF BSU29070 2971531 2972163 membrane calmodulin-like protein essential for stage III sporulation In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqjG BSU23890 2483904 2484731 Sec-independent factor for membrane protein insertion (YidC/SpoIIIJ family) yqjG BSU23890 +nupP BSU31560 3242610 3243656 guanosine ABC transporter membrane subunit NupP nupQ // nupP // nupO // nupN nupQ // nupP // nupO // nupN +mapA BSU01380 146527 147273 methionine aminopeptidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rnaC BSU_misc_RNA_82 2773783 2773883 SurF small regulatory RNA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqeZ BSU25390 2618466 2619779 putative membrane bound peptidase of unkwnown function yqfB // floA // yqeZ yqfB // floA // yqeZ +azoR2 BSU33540 3445442 3446077 NADH:dichloroindophenol oxidoreductase (2-methylhydroquinone resistance) azoR2 BSU33540 +yqgO BSU24880 2573520 2573693 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylxS BSU16590 1731776 1732246 ribosome maturation factor rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS +gltC BSU18460 2014779 2015681 transcriptional regulator (LysR family) (GltC-glutamate) gltC BSU18460 +ntdR BSU10560 1129715 1130704 transcriptional regulator of the ntd operon (NtdR-NTD) (recent HGT island) ntdR BSU10560 +yycQ BSU40260 4137362 4137610 conserved membrane protein yycQ // yycP // yycO yycQ // yycP // yycO +yxjL BSU38910 3994369 3995025 two-component response regulator [YxjM] In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +aadK BSU26790 2735682 2736536 aminoglycoside 6-adenylyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +uxuB BSU12350 1306562 1307398 fructuronate reductase uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC +pepT BSU38920 3995075 3996307 peptidase T (tripeptidase) pepT BSU38920 +rhaR BSU31210 3201027 3201803 transcriptional regulator of the rhamnose operon (RhaR / l-rhamnulose-1-phosphate) rhaA // rhaM // rhaB // rhaR // rhaEW rhaA // rhaM // rhaB // rhaR // rhaEW +yusS BSU32910 3377430 3377759 conserved enzyme of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytsJ BSU29220 2989900 2991132 NADP-dependent malic enzyme (conversion of malate into pyruvate, anabolic) ytsJ BSU29220 +yycD BSU40450 4159005 4159205 conserved hypothetical protein yycD BSU40450 +ylbK BSU15040 1571981 1572763 putative hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tuaD BSU35580 3654139 3655524 UDP-glucose 6-dehydrogenase (teichuronic acid) tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB +rrnO-23S BSU_RRNA_2 11709 14636 ribosomal RNA-23S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S rrnO-5S // rrnO-23S // trnO-Ala // trnO-Ile // rrnO-16S +yxiG BSU39190 4021429 4021845 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mswG BSU_MISC_RNA_50 3129195 3129333 S-adenosylmethionine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +alsT BSU18120 1938925 1940322 H+/Na+:nitrogen-donor aminoacid symporter alsT BSU18120 +yjlB BSU12270 1297726 1298223 conserved hypothetical protein; cupin family yjlB BSU12270 +purT BSU02230 243892 245046 phosphoribosylglycinamide formyltransferase 2 purT BSU02230 +yyaS BSU40730 4184460 4185065 putative integral inner membrane protein yyaS // yyaT yyaS // yyaT +cyeA BSU18770 2045929 2046807 putative modified amino acid or TCA compound efflux permease cyeA BSU18770 +nasB BSU03320 360442 362757 assimilatory nitrate reductase (electron transfer subunit NasB) nasC // nasB // nasF // nasE // nasD nasC // nasB // nasF // nasE // nasD +ypjB BSU22520 2361544 2362338 sporulation septum-associated protein ypjB BSU22520 +ybbA BSU01600 179595 180347 iron-chelator (enterobactin family) esterase ybbA // feuC // feuB // feuA ybbA // feuC // feuB // feuA +sirA BSU17900 1922017 1922463 factor controlling DNA replication yneF // sirA yneF // sirA +rpsG BSU01110 130160 130630 ribosomal protein S7 (BS7) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dhbE BSU31980 3288641 3290260 2,3-dihydroxybenzoate-AMP ligase dhbF // dhbB // dhbE // dhbC // dhbA dhbF // dhbB // dhbE // dhbC // dhbA +psdB BSU34690 3563581 3565521 ABC transporter (lantibiotic resistance) membrane subunit PsdB psdS // psdR // psdB // psdA psdS // psdR // psdB // psdA +ynfCc BSU_18109 1937915 1938091 conserved hypothetical protein (C-terminus) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfiV BSU08410 916124 916606 putative transcriptional regulator (MarR family) yfiV BSU08410 +yrkB BSU26570 2715719 2715865 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mleN BSU23560 2452800 2454206 malate-H+/Na+-lactate antiporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrpB BSU26800 2736915 2737958 putative anionic nitroalkane monoxygenase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_28709 BSU_28709 2936269 2936439 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfjC BSU08150 887364 888131 conserved protein of unknown function yfjF // yfjE // yfjD // yfjC // yfjB // yfjA yfjF // yfjE // yfjD // yfjC // yfjB // yfjA +dltB BSU38510 3953783 3954970 PG:teichoic acid D-alanyltransferase ywzH // dltE // dltD // dltC // dltB // dltA ywzH // dltE // dltD // dltC // dltB // dltA +yxaI BSU39960 4104444 4104899 putative integral membrane protein of unknown function yxaI BSU39960 +rrnJ-16S BSU_RRNA_6 90536 92089 ribosomal RNA-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S +yuzD BSU32210 3309960 3310286 putative sulfur oxido-reduction management enzyme yuzD BSU32210 +ansA BSU23580 2455819 2456808 exported L-asparaginase ansB // ansA ansB // ansA +ftsE BSU35260 3624821 3625507 ATPase FtsE ftsX // ftsE ftsX // ftsE +ydhJ BSU05780 623373 624350 putative metal-dependent phosphohydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ssrSA BSU_MISC_RNA_32 2095909 2096111 6Sa RNA rtbJ // ssrSA rtbJ // ssrSA +rplD BSU01170 136369 136992 ribosomal protein L4 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lipM BSU24530 2543968 2544804 protein octanoyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spsB BSU37900 3890922 3892346 putative dTDP glycosyl/glycerophosphate transferase or transport spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA +ykgA BSU13020 1371015 1371875 N(G),N(G)-dimethylarginine dimethylaminohydrolase pgl // ykgA pgl // ykgA +sacA BSU38040 3902210 3903649 sucrose-6-phosphate hydrolase ywdA // sacA // sacP ywdA // sacA // sacP +rpmEB BSU30700 3138978 3139226 ribosomal protein L31 rpmEB BSU30700 +nusG BSU01010 117890 118423 RNA polymerase elongation pause factor/intrinsic transcription termination factor NusG nusG BSU01010 +ywbG BSU38330 3933577 3934254 metabolic regulator controlling activity of murein hydrolases In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sr7p 3036354 3036473 small protein SR7P sr7p // sr7 +ypoC BSU22330 2344264 2344758 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +salA BSU01540 157421 158479 phosphorylation-dependent (Y327) transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycgG BSU03100 335329 336090 conserved protein of unknown function (similar to phage protein) ycgG // ycgF ycgG // ycgF +trnI-Pro BSU_TRNA_27 166168 166244 tRNA-Pro In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yodP BSU19700 2140898 2141725 epsilon-amino-beta-lysine acetyl transferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cggR BSU33950 3482752 3483774 transcriptional regulator of gapA eno // pgm // tpiA // pgk // gapA // cggR eno // pgm // tpiA // pgk // gapA // cggR +cdnL BSU05130 560151 560612 transcriptional regulator for repair and outgrowth of heat damaged spores In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bstG BSU05630 608246 608764 bacillithiol S-transferase bstG BSU05630 +mbl BSU36410 3747254 3748255 MreB-like morphogen flhP // flhO // mbl // spoIIID // usd flhP // flhO // mbl // spoIIID // usd +spoVAEB BSU23402 2440423 2440773 spore germinant protein spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA +ugtP BSU21920 2306514 2307662 UDP-glucose diacylglyceroltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glnM BSU27450 2803990 2804640 putative L-glutamine ABC transporter membrane subunit GlnM glnP // glnM // glnH // glnQ glnP // glnM // glnH // glnQ +ydcA BSU04610 515016 515615 putative rhomboid protease ydcA BSU04610 +moaD BSU14310 1499432 1499665 molybdopterin synthase (small subunit) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yheG BSU09730 1049142 1049762 putative NADH-flavin oxidoreductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywzH BSU38499 3952108 3952257 conserved hypothetical membrane protein ywzH // dltE // dltD // dltC // dltB // dltA ywzH // dltE // dltD // dltC // dltB // dltA +yozM BSU18960 2065042 2065377 putative bacteriophage protein; putative defective prophage 6 yozM BSU18960 +ndhF BSU01830 205409 206926 putative NADH dehydrogenase; prophage 1 region In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rrnG-5S BSU_RRNA_28 176197 176315 ribosomal RNA-5S In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yezE BSU06860 753817 754401 putative transcriptional regulator (TetR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +csbC BSU39810 4088002 4089387 putative metabolite transporter csbC BSU39810 +xlyB BSU12460 1317535 1318488 phage PBSX; N-acetylmuramoyl-L-alanine amidase xlyB BSU12460 +yvdS BSU34490 3541488 3541823 sodium / proton antiporter subunit A In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +metC BSU11880 1259606 1260778 cystathionine beta-lyase metC // metI metC // metI +rny BSU16960 1767310 1768872 endoribonuclease Y In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvbW BSU34010 3489910 3491253 putative leucine permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dgcK BSU09120 985734 986813 diguanylate cyclase dgcK BSU09120 +deoD BSU19630 2135470 2136171 purine nucleoside phosphorylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fluC BSU09600 1036953 1037309 fluoride efflux channel component A In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pheT BSU28630 2927008 2929422 phenylalanyl-tRNA synthetase (beta subunit) pheS // pheT pheS // pheT +spmB BSU23170 2422264 2422800 spore maturation protein spmB // spmA // dacB spmB // spmA // dacB +ywtE BSU35850 3695363 3696223 5-amino-6-ribitylamino-2,4(1H, 3H)-pyrimidinedione 5'-phosphate phosphatase (promiscuous activity) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +helD BSU33450 3434327 3436651 DNA 3'-5' helicase IV In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytlP BSU29960 3065751 3066302 putative RNA 2',3'-cyclic phosphodiesterase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cidA BSU38320 3933209 3933595 metabolic regulator of murein hydrolases In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvrC BSU33180 3403493 3404437 putative lipoprotein binding vitamin B12 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqeL BSU25620 2642841 2643197 ribosomal silencing factor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +int BSU04800 529505 530611 ICEBs1 integrase int // immA // immR int // immA // immR +yppG BSU22250 2338017 2338394 putative spore coat protein; methionine-glutamine-rich protein yppG BSU22250 +rimM BSU16020 1674650 1675174 16S rRNA processing protein trmD // rimM // ylqD trmD // rimM // ylqD +rsbW BSU04720 522414 522896 switch protein/serine kinase and anti-sigma factor (inhibitory sigma-B binding protein) rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA +ylmE BSU15380 1610170 1610862 putative PLP-containing enzyme ylmH // ylmG // sepF // ylmE // ylmD ylmH // ylmG // sepF // ylmE // ylmD +spoIISC BSU_12815 1348219 1348356 three component toxin / antitoxin / antitoxin SpoIISABC, antitoxin C In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yesW BSU07050 770234 772096 polysaccharide lyase; lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytcP BSU30170 3087321 3088181 putative rhamnogalacturonan ABC transporter membrane subunit YtcP In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnD-His BSU_TRNA_39 952495 952570 tRNA-His trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +sasB BSU11600 1237006 1237641 (p)ppGpp synthetase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ahpA BSU14220 1492261 1492803 biofilm-specific peroxidase; 2-cys peroxiredoxin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhaQ BSU09890 1062591 1063487 putative ABC efflux transporter ATP-binding protein YhaQ In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +aroC BSU23080 2412706 2413473 3-dehydroquinate dehydratase aroC BSU23080 +ydzW BSU06073 657793 658062 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rapD BSU36380 3744349 3745413 response regulator aspartate phosphatase rapD BSU36380 +tkmA BSU36260 3732525 3733271 modulator of PtkA protein tyrosine kinase activity; modulation of biofilm formation ptpZ // ptkA // tkmA // ugd ptpZ // ptkA // tkmA // ugd +yheN BSU09660 1040861 1041709 putative polysaccharide deacetylase yheN BSU09660 +yvbJ BSU33880 3474106 3475923 conserved protein of unknown function yvbJ BSU33880 +yrkA BSU26610 2718959 2720263 putative membrane associated protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yorL BSU20340 2175596 2179513 DNA polymerase with 3'-5' exonuclease activity; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjgB BSU12150 1284870 1285445 putative exported protein yjgB BSU12150 +yfmN BSU07410 814109 814264 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydgA BSU05560 602185 602427 conserved hypothetical protein; putative germination protein cotP // ydgA // ydgB cotP // ydgA // ydgB +ydzP BSU05408 587157 587336 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnSL-Ser1 BSU_TRNA_7 22292 22384 tRNA-Ser In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvrG BSU33210 3406614 3408356 two-component sensor histidine kinase YvrG innvolved in cell wall processes [YvrH] In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yufS BSU31590 3246152 3246367 putative bacteriocin yufS BSU31590 +yuzL BSU32849 3372569 3372715 conserved protein of unknown function yuzL BSU32849 +yceJ BSU02960 319180 320352 putative carbohydrate transporter (possibly exporter) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +adaA BSU01810 203729 204364 methylphosphotriester-DNA alkyltransferase and transcriptional regulator (AraC/XylS family) adaB // adaA adaB // adaA +yosF BSU20140 2167975 2168100 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqgV BSU24810 2565920 2566234 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ktrB BSU31100 3189089 3190426 potassium transporter ATPase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gabR BSU03890 440025 441464 transcriptional regulator (GntR/MocR family) with PLP binding site (GabR-GABA-PLP aldimine) gabR BSU03890 +abnB BSU39330 4039466 4040875 arabinan endo-1,5-alpha-L-arabinosidase ([Ca(2+)-dependent] abnB BSU39330 +ydhC BSU05700 615871 616545 putative transcriptional regulator (GntR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gerBB BSU35810 3690269 3691375 component of germinant receptor B gerBC // gerBB // gerBA gerBC // gerBB // gerBA +yomX BSU21190 2238436 2239086 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywgB BSU37580 3858417 3858887 putative transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +guaD BSU13170 1382677 1383147 guanine deaminase guaD BSU13170 +mtaB BSU25430 2621677 2623032 tRNA N(6)-threonylcarbamoyladenosine (t(6)A) methylthiotransferase mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA +bglS BSU39070 4011842 4012570 endo-beta-1,3-1,4 glucanase bglS // licT bglS // licT +ycsN BSU04150 466042 466944 putative oxidoreductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydeO BSU05280 574690 575562 putative integral inner membrane protein ydeO BSU05280 +oppB BSU11440 1221594 1222529 oligopeptide ABC transporter membrane subunit OppB oppF // oppD // oppC // oppB // oppA oppF // oppD // oppC // oppB // oppA +pps BSU18830 2051329 2053929 putative PEP-dependent enzyme pps BSU18830 +BSU_18596 BSU_18596 2028854 2028976 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfmD BSU07510 824714 825715 ferric citrate ABC transporter membrane subunit YfmD yfmF // yfmE // yfmD // yfmC yfmF // yfmE // yfmD // yfmC +yczM BSU03788 430185 430274 putative type I toxin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +parC BSU18100 1935448 1937868 subunit A of DNA topoisomerase IV (ATP-dependent) parC // parE parC // parE +ydfR BSU05530 600229 600906 conserved membrane protein of unknown function ydfR BSU05530 +yfkJ BSU07880 862004 862474 protein-tyrosine-phosphatase yfkH // yfkI // yfkJ yfkH // yfkI // yfkJ +pnpA BSU16690 1739383 1741500 polynucleotide phosphorylase (PNPase) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yitG BSU10980 1175985 1177253 putative efflux transporter yitF // yitG yitF // yitG +yobH BSU18930 2063510 2064163 fragment of putative DNA phage repair protein; putative defective prophage 6 yobH // yozK // yozL yobH // yozK // yozL +yktD BSU14690 1538770 1539684 putative AdoMet-dependent methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yngA BSU18170 1946249 1946695 putative conserved membrane protein possibly involved in arabinogalactan metabolism uptA // yngB // yngA uptA // yngB // yngA +swsB BSU16700 1741618 1742577 putative sugar deacetylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bdhK BSU31360 3222195 3223367 NADH-dependent butanol dehydrogenase subunit bdhK BSU31360 +bshC BSU15120 1578376 1579995 malate glucosamine cysteine ligase ylbQ // bshC ylbQ // bshC +yxaD BSU40010 4109185 4109616 putative transcriptional regulator (MarR family) yxaD BSU40010 +ypzE BSU23060 2410695 2410859 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yybK BSU40610 4175117 4175872 putative transporter permease subunit yybJ // yybK // yybL // yybM // yybN yybJ // yybK // yybL // yybM // yybN +gmuD BSU05840 628630 630027 mannoside-phospho-beta-d-glucosidase gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC +purL BSU06480 703237 705465 phosphoribosylformylglycinamidine synthetase subunit II purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE +ymaE BSU17250 1860449 1861273 putative hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +znuC BSU02860 309347 310042 Zn2+ ABC transporter ATP-binding protein znuB // znuC // znuA znuB // znuC // znuA +panC BSU22420 2352977 2353837 pantothenate synthetase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tig BSU28230 2886315 2887589 prolyl isomerase (trigger factor) tig BSU28230 +yutG BSU32280 3317502 3318002 putative phosphatidylglycerophosphatase yutG BSU32280 +sspJ BSU33340 3421465 3421605 small acid-soluble spore protein sspJ BSU33340 +yorP BSU20300 2174104 2174319 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ureB BSU36650 3768420 3768794 urease (beta subunit) ureC // ureB // ureA ureC // ureB // ureA +blyA BSU21410 2263489 2264592 bacteriophage SPbeta N-acetylmuramoyl-L-alanine amidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fpiC BSU03810 433315 434262 iron(III)-petrobactin ABC transporter membrane subunit FpiC fpiA // fpiD // fpiC // fpiB fpiA // fpiD // fpiC // fpiB +yoyE BSU19639 2136373 2136498 conserved hypothetical protein yoyE BSU19639 +yqzK BSU23519 2449489 2449716 conserved protein of unknown function ripX // yqzK ripX // yqzK +glcR BSU36300 3739206 3739982 transcriptional regulator (glucose repression of catabolic operons) phoC // glcR // ssbB phoC // glcR // ssbB +ydjM BSU06250 679390 679761 protein involved in cell wall metabolism ydjM BSU06250 +ywnA BSU36630 3766178 3766579 putative transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bshB2 BSU19460 2121641 2122306 malate N-acetylglucosamine deacetylase (second enzyme) yojE // bshB2 // yojF // yoyC yojE // bshB2 // yojF // yoyC +yknZ BSU14370 1506105 1507298 putative transporter (SDP resistance) membrane protein YknZ yknZ // yknY // yknX // yknW yknZ // yknY // yknX // yknW +yojW BSU19999 2158120 2158287 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yurZ BSU32720 3361305 3361682 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glpG BSU24870 2571907 2573430 membrane endopeptidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dacB BSU23190 2423383 2424531 D-alanyl-D-alanine carboxypeptidase (penicillin-binding protein 5*) (required for spore cortex) spmB // spmA // dacB spmB // spmA // dacB +ktrD BSU13500 1416067 1417416 K+-transporting ATPase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpsNB BSU08880 965909 966178 alternative ribosomal protein S14 rpsNB BSU08880 +srlX BSU_misc_RNA_86 4096997 4097409 putative small RNA or mRNA leader sequence In SUBSEQ, `end' (3) is beyond the end of the sequence (0). gntR BSU40050 4113417 4114148 transcriptional regulator (GntR-gluconate) gntZ // gntP // gntK // gntR gntZ // gntP // gntK // gntR -amiE BSU01670 188408 189733 amidase hydrolyzing N-acetylmuramyl-L-Ala bond of MurNAc peptides -recA BSU16940 1764645 1765691 multifunctional SOS repair factor recA BSU16940 -iscS BSU29590 3026957 3028102 cysteine desulfurase -yonB BSU21150 2236269 2237285 conserved protein of unknown function; phage SPbeta -ydjP BSU06280 681547 682362 putative aminoacrylate hydrolase ydjO // ydjP // yeaA ydjO // ydjP // yeaA -yqcB BSU25960 2668493 2668765 conserved phage protein of unknown function; skin element -epsA BSU34370 3529151 3529855 modulator of protein tyrosine kinase EpsB involved in biofilm matrix formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA -ytlD BSU30620 3134144 3134956 putative permease of ABC anion transporter ytlD // ytlC // ytlA ytlD // ytlC // ytlA -yizC BSU11139 1190036 1190233 conserved hypothetical protein; genus orphan -pcp BSU02650 286773 287420 pyrrolidone-carboxylate (pyroglutamate) peptidase pcp BSU02650 -yxjM BSU38900 3993162 3994382 two-component sensor histidine kinase [YxjL] -spsR BSU07310 802351 803286 putative glycosyltransferase (complex carbohydrate synthase) spsR // spsQ // spsP // spsO // spsN spsR // spsQ // spsP // spsO // spsN -rpe BSU15790 1654004 1654657 ribulose-5-phosphate 3-epimerase -flgL BSU35400 3637338 3638234 flagellar hook-filament junction protein flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA -yorQ BSU20290 2173956 2174111 conserved hypothetical protein; phage SPbeta -yxbD BSU39870 4095356 4095835 putative N-acetyltransferase yxbD // yxbC yxbD // yxbC -comGE BSU24690 2556921 2557268 component of the DNA transport pilin platform spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA -pnpA BSU16690 1739383 1741500 polynucleotide phosphorylase (PNPase) -rplM BSU01490 153842 154279 ribosomal protein L13 -yonU BSU20990 2219281 2219469 conserved protein of unknown function; phage SPbeta -tcyJ BSU29380 3007426 3008235 sulfur containing amino acid ABC transporter binding lipoprotein ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA -arsC BSU25780 2655322 2655741 thioredoxin-coupled arsenate reductase; skin element arsC // arsB // yqcK // arsR arsC // arsB // yqcK // arsR -groEL BSU06030 650234 651868 chaperonin large subunit groEL // groES groEL // groES -bceS BSU30390 3112190 3113194 BceS two-component sensory histidine kinase, phosphorylated // BceS two-component sensory histidine kinase bceS // bceR bceS // bceR -lutR BSU34180 3509831 3510490 L-lactate utilization global transcriptional regulator (GntR family) -ycbD BSU02470 268846 270312 2,5-dioxovalerate dehydrogenase (alpha-ketoglutaric semialdehyde dehydrogenase) ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC -yitA BSU10920 1170473 1171642 putative sulfate adenylyltransferase yisZ // yitA // yitB yisZ // yitA // yitB -yetA BSU07090 776834 779407 putative enzyme -yxkO BSU38720 3972448 3973278 NAD(P)HX dehydratase yxkO BSU38720 -yvkB BSU35200 3618364 3618933 putative transcriptional regulator (TetR/AcrR family) -cysP BSU15580 1631095 1632159 sulfate permease sirC // sirB // sumT // cysC // sat // cysP // cysH sirC // sirB // sumT // cysC // sat // cysP // cysH -iolI BSU39680 4073974 4074810 inosose isomerase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA -yosI BSU20110 2166873 2167007 hypothetical protein; phage SPbeta +mltG BSU27370 2795887 2796969 lytic transglycosylase MltG mltG BSU27370 yjcA BSU11790 1252177 1252533 sporulation-specific protein yjcA BSU11790 -efp BSU24450 2538115 2538672 elongation factor P -rpsB BSU16490 1717933 1718673 ribosomal protein S2 tsf // rpsB // frr // pyrH tsf // rpsB // frr // pyrH -rpmD BSU01340 143875 144054 ribosomal protein L30 (BL27) -yopI BSU20880 2210749 2211282 conserved protein of unknown function; phage SPbeta -accA BSU29200 2987731 2988708 acetyl-CoA carboxylase (carboxyltransferase alpha subunit) accD // accA accD // accA -comEC BSU25570 2637543 2639873 DNA channel for uptake in competent cells comEC // comEB // comEA comEC // comEB // comEA -gmuD BSU05840 628630 630027 mannoside-phospho-beta-d-glucosidase gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC -yteT BSU30100 3079333 3080619 putative dehydrogenase of rhamnogalaturonan degradation -cyeB BSU34000 3488952 3489869 cysteine and O-acetylserine efflux permease cyeB BSU34000 -pssA BSU02270 247744 248277 phosphatidylserine synthase psd // ybfM // pssA psd // ybfM // pssA -gerPA BSU10720 1150206 1150427 spore germination protein gerPF // gerPE // gerPD // gerPC // gerPB // gerPA gerPF // gerPE // gerPD // gerPC // gerPB // gerPA -yesJ BSU06920 757111 757653 putative acetyltransferase yesK // yesJ // cotJC // cotJB // cotJA yesK // yesJ // cotJC // cotJB // cotJA -dltD BSU38530 3955223 3956401 D-alanine carrier protein:PG D-alanyltransferase ywzH // dltE // dltD // dltC // dltB // dltA ywzH // dltE // dltD // dltC // dltB // dltA -pelC BSU34950 3590603 3591268 secreted pectate (polygalacturonate) lyase -sepF BSU15390 1610859 1611314 cell division machinery factor ylmH // ylmG // sepF // ylmE // ylmD ylmH // ylmG // sepF // ylmE // ylmD -yxeO BSU39480 4058029 4058778 putative ABC transporter (ATP-binding protein) yxeQ // sndB // yxeO // yxeN // yxeM // snaB // yxeK yxeQ // sndB // yxeO // yxeN // yxeM // snaB // yxeK -yotC BSU19930 2155058 2155249 hypothetical protein; phage SPbeta -prpE BSU11630 1239387 1240121 phosphorylated protein phosphatase E and diadenosine-polyphosphate hydrolase prpE BSU11630 -yqxC BSU24260 2522871 2523716 putative 2'-O-ribose RNA methyltransferase yqxC BSU24260 -fliY BSU16320 1702672 1703808 flagellar motor switching and energizing phosphatase swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -rplW BSU01180 136992 137279 ribosomal protein L23 -yopY BSU20720 2201705 2201983 conserved hypothetical protein; phage SPbeta -speD BSU29010 2966413 2966793 S-adenosylmethionine decarboxylase speD // gapB speD // gapB -yqfD BSU25350 2615452 2616648 stage IV sporulation protein; putative UDP-glucose-4-epimerase yqfD // yqfC yqfD // yqfC -ydgG BSU05640 608933 609391 putative transcriptional regulator (MarR family) ydgH // ydgG ydgH // ydgG -ybdN BSU02040 224075 224932 putative phage protein; prophage region 1 -opuCD BSU33800 3467546 3468235 glycine betaine/carnitine/choline/choline sulfate ABC transporter (promiscuous permease) opuCD // opuCC // opuCB // opuCA opuCD // opuCC // opuCB // opuCA -ytlR BSU29940 3063833 3064762 putative phospholipid kinase -ntdA BSU10550 1128286 1129611 biosynthesis of neotrehalosadiamine (3,3'-diamino-3,3'-dideoxy-alpha, beta-trehalose);3-oxo-glucose-6-phosphate:glutamate aminotransferase; kanosamine aminotransferase (recent HGT island) glcP // ntdC // ntdB // ntdA glcP // ntdC // ntdB // ntdA -gatB BSU06690 730509 731939 glutamyl-tRNA(Gln) amidotransferase (subunit B) -ywbF BSU38340 3934358 3935557 putative sugar permease -yvcN BSU34730 3568527 3569291 putative arylamine N-acetyltransferase -pbpB BSU15160 1581947 1584097 penicillin-binding protein 2B pbpB // ftsL // rsmH // mraZ pbpB // ftsL // rsmH // mraZ -oppF BSU11470 1224533 1225450 oligopeptide ABC transporter (ATP-binding protein) oppF // oppD // oppC // oppB // oppA oppF // oppD // oppC // oppB // oppA -cgeD BSU19760 2146821 2148101 putative glycosyltransferase involved in maturation of the outermost layer of the spore cgeE // cgeD // cgeC cgeE // cgeD // cgeC -sucD BSU16100 1681617 1682519 succinyl-CoA synthetase (alpha subunit) sucD // sucC sucD // sucC +qdoR BSU39990 4107352 4107927 QdoR transcriptional repressor qdoR BSU39990 +cspD BSU21930 2307905 2308105 cold-shock protein, molecular chaperone, RNA-helicase co-factor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trxA BSU28500 2913024 2913338 thioredoxin trxA BSU28500 +ylxF BSU16260 1697651 1698265 putative kinesin-like protein swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +yopR BSU20790 2204192 2205169 putative DNA breaking-rejoining enzyme; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +csoR BSU33520 3443896 3444201 repressor of copper utilisation proteins-Cu(I) csoR BSU33520 +yjlA BSU12260 1296620 1297594 putative permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoVG BSU00490 55866 56159 regulator required for spore cortex synthesis (stage V sporulation) spoVG BSU00490 +ytrG BSU_30466 3119273 3119410 conserved protein of unknown function ytrG // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA BSU_30466 // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA +pbpC BSU04140 463934 465940 penicillin-binding lipoprotein 3; transpeptidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +comGG BSU24670 2556137 2556511 component of the DNA transport pilin platform spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA +galE BSU38860 3989948 3990967 UDP-glucose 4-epimerase galE BSU38860 +menH BSU22750 2382907 2383608 demethylmenaquinone methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rocA BSU37780 3878966 3880513 delta-1-pyrroline-5 carboxylate dehydrogenase rocC // rocB // rocA rocC // rocB // rocA +tsaD BSU05940 643258 644298 tRNA(NNU) t(6)A37 threonylcarbamoyladenosine modification; glycation binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yugG BSU31410 3226933 3227433 putative transcriptional regulator (Lrp/AsnC family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rimI BSU05930 642810 643265 ribosomal protein S18 alanine N-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pyk BSU29180 2984788 2986545 pyruvate kinase ytzA // pyk // pfkA ytzA // pyk // pfkA +ypdQ BSU21990 2310419 2310817 putative RNA binding protein (no RNase H activity) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tadA BSU00180 25852 26337 tRNA specific adenosine A34 deaminase scr // tadA scr // tadA ptb BSU24090 2503765 2504664 phosphate BCFA and butyryl coenzyme A transferase bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb -yoqO BSU20560 2195173 2195547 putative membrane protein; phage SPbeta yoqO BSU20560 -secE BSU01000 117532 117711 preprotein translocase subunit -yqfZ BSU25060 2588701 2589000 factor involved in motility ispG // yqfZ ispG // yqfZ -araD BSU28780 2944983 2945672 L-ribulose-5-phosphate 4-epimerase abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA -ndhF BSU01830 205409 206926 putative NADH dehydrogenase; prophage 1 region -dnaG BSU25210 2601528 2603339 DNA primase sigA // dnaG // yqxD sigA // dnaG // yqxD -ydfE BSU05380 585155 585778 putative flavoprotein ydfE BSU05380 -acuC BSU29710 3041392 3042555 protein deacetylase (regulates AcsA activity) acuC // acuB // acuA acuC // acuB // acuA -yabA BSU00330 42499 42858 regulator of DNA replication initiation YabA -smpB BSU33600 3451248 3451718 tmRNA-binding protein secG // smpB // rnr // yvaK // ssrA secG // smpB // rnr // yvaK // ssrA -purM BSU06500 706973 708013 phosphoribosylaminoimidazole synthetase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE -dnaC BSU40440 4157471 4158835 replicative DNA helicase dnaC BSU40440 -yhfS BSU10350 1109388 1110482 acetyl-CoA C-acetyltransferase -yvdR BSU34500 3541823 3542143 sodium-proton two component antiporter subunit -rarA BSU27530 2812336 2813601 DNA-dependent ATPase active at replication forks rarA BSU27530 -qoxA BSU38170 3917296 3918261 cytochrome aa3-600 quinol oxidase (subunit II) qoxC // qoxB // qoxA // qoxD qoxC // qoxB // qoxA // qoxD -argF BSU11250 1203461 1204420 ornithine carbamoyltransferase argF // carB // carA // argD // argB // argJ // argC argF // carB // carA // argD // argB // argJ // argC -sirA BSU17900 1922017 1922463 factor controlling DNA replication yneF // sirA yneF // sirA -ctaE BSU14910 1563437 1564060 cytochrome caa3 oxidase (subunit III) ctaG // ctaF // ctaE // ctaD // ctaC // ctaB ctaG // ctaF // ctaE // ctaD // ctaC // ctaB -citH BSU39060 4010404 4011684 secondary transporter of divalent metal ions/citrate complexes citH BSU39060 -dnaB BSU28990 2964148 2965566 helicase loading protein; replication initiation membrane attachment protein -yodD BSU19560 2128464 2129066 putative hydrolase yodD // yodE yodD // yodE -fabG BSU15910 1664513 1665253 beta-ketoacyl-acyl carrier protein reductase fabG // fabD // plsX // fapR fabG // fabD // plsX // fapR -dnaD BSU22350 2345433 2346131 DNA-remodelling primosomal protein -yqjG BSU23890 2483904 2484731 Sec-independent factor for membrane protein insertion (YidC/SpoIIIJ family) yqjG BSU23890 -yorF BSU20400 2185504 2186418 conserved hypothetical protein; phage SPbeta -dnaA BSU00010 410 1750 chromosomal replication initiator informational ATPase dnaN // dnaA dnaN // dnaA -folK BSU00790 86946 87449 7,8-dihydro-6-hydroxymethylpterin pyrophosphokinase lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB -yqgT BSU24830 2567360 2568490 putative d,l-endopeptidase -dnaE BSU29230 2991269 2994616 DNA polymerase III (alpha subunit), DnaE3 dnaE BSU29230 -yshB BSU28600 2925100 2925633 putative integral membrane protein yshB BSU28600 -ybbA BSU01600 179595 180347 iron-chelator (enterobactin family) esterase ybbA // feuC // feuB // feuA ybbA // feuC // feuB // feuA -sigE BSU15320 1604771 1605490 RNA polymerase sporulation-specific sigma-29 factor (sigma-E) sigG // sigE // spoIIGA sigG // sigE // spoIIGA -ydeJ BSU05220 569290 569949 putative lipoprotein -ppnKB BSU29540 3021233 3022036 inorganic polyphosphate/ATP-NAD kinase ppnKB BSU29540 -sigM BSU09520 1029577 1030068 RNA polymerase ECF (extracytoplasmic function)-type sigma factor (sigma(M)) yhdK // yhdL // sigM yhdK // yhdL // sigM -cysJ BSU33440 3432339 3434156 assimilatory sulfite reductase (flavoprotein alpha-subunit) cysI // cysJ cysI // cysJ +clpE BSU13700 1435628 1437727 ATP-dependent Clp protease (class III stress gene) clpE BSU13700 +yozT BSU18709 2040988 2041227 conserved hypothetical protein (putative phage origin); putative defective prophage 6 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yobF BSU18890 2058715 2059638 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tgl BSU31270 3212591 3213328 protein-glutamine gamma-glutamyltransferase (transglutaminase) tgl BSU31270 +spoIIIL BSU24660 2555887 2556066 factor involved in sporulation spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA +secG BSU33630 3455093 3455323 preprotein translocase subunit secG // rnr // yvaK // smpB // ssrA secG // rnr // yvaK // smpB // ssrA +ltaSP BSU33360 3422354 3424207 primase of polyglycerolphosphate lipoteichoic acid (LTA) synthesis In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hisB BSU34900 3585690 3586274 imidazoleglycerol-phosphate dehydratase [Mn(II)-dependent] In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pbpI BSU27310 2789686 2791440 penicillin-binding protein PBP4B yrrS // pbpI yrrS // pbpI +yoxB BSU18520 2019797 2020567 conserved protein of unknown function yoaA // yoxB // yoxC yoaA // yoxB // yoxC +nadC BSU27860 2847048 2847917 nicotinate-nucleotide pyrophosphorylase (quinolinate phosphoribosyltransferase) nadA // nadC // nadB nadA // nadC // nadB +cotO BSU11730 1248665 1249348 spore outer coat protein cotO BSU11730 +ytxK BSU29480 3016646 3017635 putative nucleic acid methyltransferase ytxK BSU29480 +yhcB BSU09020 979396 979926 NADH:quinone oxidoreductase associated to benzoate stress yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI +mswE BSU_MISC_RNA_29 1630115 1630220 S-adenosylmethionine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gmuB BSU05810 626622 626933 oligo-alpha-mannoside phosphotransferase system enzyme IIB gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC +prsA BSU09950 1070364 1071242 molecular chaperone lipoprotein prsA BSU09950 +yccK BSU02770 298466 299398 putative ion channel associated aldo-keto reductase yccK BSU02770 +yqbQ BSU26010 2671061 2672041 conserved phage protein of unknown function; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lytE BSU09420 1018998 1020002 cell wall dl-endopeptidase; phosphatase-associated protein (major autolysin) lytE BSU09420 +lplB BSU07110 781092 782048 putative ABC transporter membrane subunit LplB In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_24205 BSU_24205 2516215 2516367 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytxB BSU28970 2962510 2963151 putative osomosensing transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +coaBC BSU15700 1642851 1644071 coenzyme A biosynthesis bifunctional protein CoaBC; phosphopantothenoylcysteine synthetase/decarboxylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoqB BSU20690 2200790 2201128 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sdpA BSU33750 3464289 3464765 export step of killing factor SdpC sdpC // sdpB // sdpA sdpC // sdpB // sdpA +yqaO BSU26240 2692645 2692851 conserved phage protein of unknown function; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pgsA BSU16920 1762623 1763204 CDP-diacylglycerol-glycerol-3-phosphate 3-phosphatidyltransferase pgsA // rodZ pgsA // rodZ +hemB BSU28130 2874202 2875176 delta-aminolevulinic acid dehydratase (porphobilinogen synthase) hemL // hemB // hemD // hemC // hemX // hemA hemL // hemB // hemD // hemC // hemX // hemA +yueE BSU31830 3264678 3265208 putative metal-dependent phosphohydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yppD BSU22280 2339226 2339471 putative sporulation protein yppE // yppD yppE // yppD +rodZ BSU16910 1761707 1762573 cell shape determination factor pgsA // rodZ pgsA // rodZ +acdA BSU37170 3813246 3814385 acyl-CoA dehydrogenase acdA // fadF // rpoE acdA // fadF // rpoE +yozW BSU18898 2059691 2059864 hypothetical protein; putative defective prophage 6 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +kinC BSU14490 1518333 1519619 two-component sensor potassium-responsive histidine kinase regulating cannibalism and biofilm formation kinC BSU14490 +ywnG BSU36570 3761182 3761700 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +purF BSU06490 705441 706871 glutamine phosphoribosylpyrophosphate amidotransferase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE +cgeB BSU19790 2149084 2150037 protein involved in maturation of the outermost layer of the spore cgeB // cgeA cgeB // cgeA +glyA BSU36900 3789190 3790437 serine hydroxymethyltransferase glyA BSU36900 +levR BSU27080 2763025 2765832 transcriptional regulator (NifA/NtrC family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). ydjG BSU06190 671994 673019 putative phage replication protein; prophage region 3 ydjI // ydjH // ydjG // pspA ydjI // ydjH // ydjG // pspA -sigO BSU33230 3409462 3409992 alternative sigma factor rsoA // sigO rsoA // sigO -hemY BSU10140 1088197 1089609 promiscuous protoporphyrinogen IX and coproporphyrinogen III oxidase hemY // hemH // hemE hemY // hemH // hemE -epsF BSU34320 3523270 3524424 putative glycosyltransferase involved in matrix formation (chain-length determination) epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +araM BSU28760 2943006 2944190 sn-glycerol-1-phosphate dehydrogenase [NAD+] (catabolic) abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA +tuaH BSU35540 3649875 3651068 putative glycosyltransferase (teichuronic acid) tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB +ldt BSU14040 1476518 1477012 murein L,D-transpeptidase ldt BSU14040 +recU BSU22310 2340802 2341422 Holliday junction resolvase ponA // recU ponA // recU +yqaQ BSU26220 2690989 2691444 putative phage DNA-binding protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhaJ BSU09965 1072042 1072560 putative membrane enzyme yhaJ BSU09965 +ydgB BSU05570 602441 602713 conserved hypothetical protein; putative germination protein cotP // ydgA // ydgB cotP // ydgA // ydgB +ydzW BSU06083 659129 659221 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +iolJ BSU39670 4073081 4073953 2-deoxy-5-keto-D-gluconic acid 6-phosphate aldolase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA +gltA BSU18450 2010070 2014632 glutamate synthase (large subunit, NADP-dependent) gltB // gltA gltB // gltA +ykoX BSU13430 1409912 1410577 putative integral membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqhV BSU24440 2537689 2537970 conserved protein of unknown function spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV +ctaE BSU14910 1563437 1564060 cytochrome caa3 oxidase (subunit III) ctaG // ctaF // ctaE // ctaD // ctaC // ctaB ctaG // ctaF // ctaE // ctaD // ctaC // ctaB +rnc BSU15930 1665710 1666459 ribonuclease III ftsY // smc // rnc ftsY // smc // rnc +proI BSU23800 2473151 2473987 pyrroline-5-carboxylate reductase (NADP-dependent, weak activity) proI BSU23800 +pspA BSU06180 671245 671928 phage shock protein A homolog regulator; prophage region 3 ydjI // ydjH // ydjG // pspA ydjI // ydjH // ydjG // pspA +yyaN BSU40800 4189796 4190212 putative transcriptional regulator (MerR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sufC BSU32710 3359995 3360780 sulfur mobilizing ABC protein, ATPase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnY-Glu BSU_TRNA_3 4155053 4155124 tRNA-Glu In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yraK BSU26910 2749660 2750475 putative hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). sigH BSU00980 116600 117256 RNA polymerase sigma-30 factor (sigma(H)) sigH BSU00980 -ywdE BSU37990 3899272 3899805 putative integral inner membrane protein of unknown function -yitO BSU11055 1183029 1183958 putative integral inner membrane protein with HTTM domain yitM // yitO // yitP yitM // yitO // yitP -sigZ BSU26840 2742244 2742774 RNA polymerase ECF(extracytoplasmic function)-type sigma factor (sigma-Z) -slp BSU14620 1533327 1533701 small peptidoglycan-associated lipoprotein slp BSU14620 -yxkD BSU38840 3987927 3988763 guanidinium exporter yxkD BSU38840 -sigF BSU23450 2443429 2444196 RNA polymerase sporulation-specific sigma factor (sigma-F) sigF // spoIIAB // spoIIAA // dacF sigF // spoIIAB // spoIIAA // dacF -yocR BSU19340 2104934 2106271 putative sodium-dependent transporter yocR BSU19340 -fmt BSU15730 1646999 1647952 methionyl-tRNA formyltransferase -sigG BSU15330 1605630 1606412 RNA polymerase sporulation-specific sigma factor (sigma-G) sigG // sigE // spoIIGA sigG // sigE // spoIIGA -yqkD BSU23640 2460664 2461581 putative hydrolase yqkD BSU23640 -yorW BSU20230 2170771 2171136 conserved hypothetical protein; phage SPbeta -sigI BSU13450 1411892 1412647 RNA polymerase sigma factor (heat stress responsive) rsgI // sigI rsgI // sigI -yabP BSU00600 68216 68518 spore protein involved in the shaping of the spore coat yabR // divIC // yabQ // yabP // yabO // yabN // yabM yabR // divIC // yabQ // yabP // yabO // yabN // yabM -sipW BSU24630 2553930 2554502 type I signal peptidase tasA // sipW // tapA tasA // sipW // tapA -sigL BSU34200 3512498 3513808 RNA polymerase sigma-54 factor (sigma-L) sigL BSU34200 -ysmB BSU28400 2904043 2904483 putative transcriptional regulator (mother cell's gene expression during sporulation) -rplQ BSU01440 149953 150315 ribosomal protein L17 (BL15) -sigW BSU01730 194849 195412 RNA polymerase ECF(extracytoplasmic function)-type sigma factor W rsiW // sigW rsiW // sigW -lrpB BSU05060 552052 552501 transcriptional regulator (Lrp/AsnC family) lrpB BSU05060 -cmoO BSU29330 3003345 3004349 monooxygenase (S-alkyl substrates) ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA -sigV BSU27120 2769850 2770350 RNA polymerase ECF(extracytoplasmic function)-type sigma factor (sigma(V)) yrhK // oatA // rsiV // sigV yrhK // oatA // rsiV // sigV -yvrN BSU33260 3412128 3413357 putative ABC transporter (ATP-binding protein) yvrN // yvrO // yvrP yvrN // yvrO // yvrP -moaC BSU05960 646582 647094 molybdenum cofactor biosynthesis protein C -sigA BSU25200 2600214 2601329 RNA polymerase major sigma-43 factor (sigma-A) sigA // dnaG // yqxD sigA // dnaG // yqxD -yhaM BSU09930 1069042 1069986 3'-5' exonuclease yhaM // sbcE // yhaO yhaM // sbcE // yhaO -ganB BSU34120 3501651 3502940 arabinogalactan endo-1,4-β-galactosidase ganB // ganA // ganQ // ganP // ganS ganB // ganA // ganQ // ganP // ganS -sigD BSU16470 1716493 1717257 RNA polymerase sigma-28 factor (sigma-D) swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -spsL BSU37810 3882979 3883434 putative dTDP-4-deoxyrhamnose-3,5-epimerase (cell surface and spore coat) spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA -iolX BSU10850 1164370 1165398 scyllo-inositol 2-dehydrogenase (NAD(+)) -ylaC BSU14730 1544085 1544606 RNA polymerase ECF-type sigma factor ylaD // ylaC // ylaB // ylaA ylaD // ylaC // ylaB // ylaA -ykpA BSU14430 1512373 1513995 putative energy-sensing inhibitor of translation -yxlF BSU38660 3968717 3969604 putative ABC transporter component (ATP-binding protein) yxlG // yxlF // yxlE // yxlD // yxlC // sigY yxlG // yxlF // yxlE // yxlD // yxlC // sigY -sigY BSU38700 3970312 3970848 RNA polymerase ECF (extracytoplasmic function)-type sigma factor (sigma-Y) yxlG // yxlF // yxlE // yxlD // yxlC // sigY yxlG // yxlF // yxlE // yxlD // yxlC // sigY -yobW BSU19110 2084214 2084759 mother cell-specific membrane sporulation protein yobW BSU19110 -pyrAA BSU15510 1622657 1623751 pyrimidine-specific carbamoyl-phosphate synthetase (small subunit, glutaminase subunit) pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR -sigB BSU04730 522862 523650 RNA polymerase sigma-37 factor (sigma(B)) rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA +yraG BSU26950 2752802 2753047 putative spore coat protein yraD // yraE // adhB // yraF // yraG yraD // yraE // adhB // yraF // yraG +yddR BSU05080 553711 554475 putative metal-dependent hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoVIF BSU11810 1253385 1253639 sporulation-specific protein needed for heat resistance yjcB // yjzK // yjcZ // spoVIF yjcB // yjzK // yjcZ // spoVIF +srbL BSU_misc_RNA_85 3404546 3404676 putative coenzyme B12 (AdoCbl) riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfmI BSU07460 819311 820531 putative efflux transporter yfmJ // yfmI yfmJ // yfmI +ydzX BSU06319 686602 686889 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). spoVAA BSU23440 2442684 2443304 stage V sporulation protein AA spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA -nrdEB BSU20060 2162108 2165614 SPbeta phage ribonucleoside reductase alpha (large) subunit -rsoA BSU33222 3409219 3409458 regulator of sigma-O rsoA // sigO rsoA // sigO -rnmV BSU00410 50087 50647 ribonuclease M5 ksgA // rnmV ksgA // rnmV -spoIIIAE BSU24390 2534326 2535525 stage III sporulation protein (feeding tube apparatus) spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV -fin BSU00540 60130 60360 protein required for the switch from F to G during sporulation (anti sigma F) fin BSU00540 -tig BSU28230 2886315 2887589 prolyl isomerase (trigger factor) tig BSU28230 -rpsNA BSU01290 141757 141942 ribosomal protein S14 -sigX BSU23100 2414627 2415211 RNA polymerase ECF(extracytoplasmic function)-type sigma factor sigma(X) rsiX // sigX rsiX // sigX -conQ BSU04860 533338 534780 ICEBs1 mobile element: coupling conjugation protein VirD4 -icd BSU29130 2979716 2980987 isocitrate dehydrogenase mdh // icd // citZ mdh // icd // citZ -ylxR BSU16610 1733410 1733685 nucleoid-associated protein rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS -gerAC BSU33070 3393293 3394414 component of the germination receptor GerA gerAC // gerAB // gerAA gerAC // gerAB // gerAA -ydhI BSU05770 622808 623290 putative acetyltransferase -rex BSU05970 647091 647738 transcription repressor of cydABCD and yjlC-ndh expression -yheJ BSU09700 1045037 1045198 regulator leader peptide -cggR BSU33950 3482752 3483774 transcriptional regulator of gapA eno // pgm // tpiA // pgk // gapA // cggR eno // pgm // tpiA // pgk // gapA // cggR -walR BSU40410 4153696 4154403 WalR two-component response regulator, phosphorylated // WalR two-component response regulator htrC // walJ // walI // walH // walK // walR htrC // walJ // walI // walH // walK // walR -cysL BSU37650 3864309 3865208 regulator of sulfur assimilation CysL, activates cysJI expression cysL BSU37650 -gerPF BSU10670 1148494 1148712 spore germination protein gerPF // gerPE // gerPD // gerPC // gerPB // gerPA gerPF // gerPE // gerPD // gerPC // gerPB // gerPA -pchR BSU35080 3604993 3605502 transcriptional regulator for pulcherriminic acid synthesis yvmA // pchR yvmA // pchR -ykuT BSU14210 1491221 1492024 small-conductance mechanosensitive channel ykuT BSU14210 -sasA BSU38480 3949952 3950584 (p)ppGpp synthetase sasA BSU38480 -gbsR BSU31070 3186763 3187305 transcriptional repressor for gbsAB gbsR BSU31070 -yobH BSU18930 2063510 2064163 fragment of putative DNA phage repair protein; putative defective prophage 6 yobH // yozK // yozL yobH // yozK // yozL -ftsZ BSU15290 1597832 1598980 cell-division initiation protein ftsZ // ftsA ftsZ // ftsA -mntR BSU24520 2543440 2543868 transcriptional regulator (hydrogen peroxide sensing, allosterically regulated by Mn2+) -spmB BSU23170 2422264 2422800 spore maturation protein spmB // spmA // dacB spmB // spmA // dacB -yotH BSU19880 2154077 2154250 putative sensor or permease; phage SPbeta -ohrR BSU13150 1381434 1381877 transcriptional regulator sensing organic peroxides ohrR BSU13150 -dnaX BSU00190 26814 28505 DNA polymerase III subunit tau subunit -yqiG BSU24210 2516440 2517558 putative NADH-dependent flavin oxidoreductase yqiG BSU24210 +BSU_21639 BSU_21639 2282801 2282956 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spsE BSU37870 3887741 3888862 putative phosphoenolpyruvate-sugar pyruvyltransferase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA +dhaS BSU19310 2100580 2102067 aldehyde dehydrogenase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhcE BSU09050 980473 981234 putative ABC efflux transporter membrane protein YhcE yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI +topB BSU04260 476558 478741 DNA topoisomerase III In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glpD BSU09300 1004975 1006642 sn-glycerol-3-phosphate oxidase (FAD-dependent) glpD BSU09300 +yyaD BSU40940 4203424 4204440 putative transporter yyaD BSU40940 +ydbP BSU04550 507753 508073 putative thioredoxin or thiol-disulfide isomerase ydbP BSU04550 +acoC BSU08080 881049 882245 acetoin dehydrogenase E2 component (dihydrolipoamide acetyltransferase) acoL // acoC // acoB // acoA acoL // acoC // acoB // acoA +proJ BSU18470 2015733 2016848 glutamate 5-kinase proJ // proH proJ // proH +rsbU BSU04700 521019 522026 protein serine phosphatase; controls the activity of the anxiosome (stressosome) rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV +mtnX BSU13600 1428275 1428982 2-hydroxy-3-keto-5-methylthiopentenyl-1- phosphatephosphatase (HK-MTPenyl-1-P phosphatase) mtnD // mtnB // mtnX // mtnW mtnD // mtnB // mtnX // mtnW +yozK BSU18940 2064200 2064547 putative phage DNA repair protein fragment; putative defective prophage 6 yobH // yozK // yozL yobH // yozK // yozL +pssA BSU02270 247744 248277 phosphatidylserine synthase psd // ybfM // pssA psd // ybfM // pssA +yerH BSU06630 723635 724825 putative lipoprotein yerH // ligA // pcrA // pcrB yerH // ligA // pcrA // pcrB +yutC BSU32320 3319676 3320308 putative sporulation-related lipoprotein yutC BSU32320 +yqeH BSU25670 2645490 2646590 potassium-dependent GTPase involved in ribosome 30S assembly In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dnaE BSU29230 2991269 2994616 DNA polymerase III (alpha subunit), DnaE3 dnaE BSU29230 +nupN BSU31540 3239930 3241009 guanosine ABC transporter substrate-binding lipoprotein nupQ // nupP // nupO // nupN nupQ // nupP // nupO // nupN +yndE BSU17760 1909086 1910177 putative spore germination integral inner membrane protein yndF // yndE // yndD yndF // yndE // yndD +yqbB BSU26170 2685856 2686773 putative phage head morphogenesis protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytrF BSU30410 3113979 3115289 putative ABC transporter membrane protein ytrG // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA BSU_30466 // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA +yfkK BSU07870 861586 861801 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhjP BSU10590 1133498 1135225 putative transcription factor yhjP BSU10590 +yvzI BSU35698 3671416 3671622 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yusZ BSU32980 3382633 3383475 putative short-chain acyl dehydrogenase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rapC BSU03770 428831 429979 response regulator aspartate phosphatase yclK // yclJ // phrC // rapC yclK // yclJ // phrC // rapC +ctaG BSU14930 1564422 1565315 cytochrome aa(3) assembly factor ctaG // ctaF // ctaE // ctaD // ctaC // ctaB ctaG // ctaF // ctaE // ctaD // ctaC // ctaB +yitA BSU10920 1170473 1171642 putative sulfate adenylyltransferase yisZ // yitA // yitB yisZ // yitA // yitB +thrS BSU28950 2959257 2961188 threonyl-tRNA synthetase thrS BSU28950 +yhcF BSU09060 981237 981602 putative transcriptional regulator (GntR family) yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI +epsK BSU34265 3517485 3519002 putative extracellular matrix component exporter; putative cyclic di-GMP receptor epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +ycdF BSU02830 305658 306434 putative oxidoreductase ycdG // ycdF ycdG // ycdF +epsI BSU34290 3520030 3521106 putative polysaccharide pyruvyl transferase involved in biofilm matrix formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +gmuR BSU05850 630170 630883 transcriptional regulator (GntR family) gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC +ccdA BSU17930 1923234 1923941 cytochrome c-type biogenesis protein CcdA; thiol-disulfide oxido-reductase yneJ // yneI // ccdA yneJ // yneI // ccdA +yvyI BSU35790 3687597 3688547 mannose-6-phosphate isomerase (active on aldose substrates with hydroxyl groups oriented in the same direction at the C-2 and C-3 positions as in mannose) yvyI BSU35790 +yqeF BSU25700 2647920 2648651 putative lipoprotein; putative esterase yqeF BSU25700 +sigV BSU27120 2769850 2770350 RNA polymerase ECF(extracytoplasmic function)-type sigma factor (sigma(V)) oatA // rsiV // sigV // yrhK oatA // rsiV // sigV // yrhK +yqgU BSU24820 2566237 2567298 putative lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_26569 BSU_26569 2715510 2715686 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cdaS BSU19430 2118504 2119127 spore diadenylate cyclase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykzR BSU13799 1446317 1446568 putative spore-specific glycosyl hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykoM BSU13340 1398496 1398960 putative transcriptional regulator (MarR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfhJ BSU08560 928389 928658 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cotU BSU17670 1901117 1901377 spore coat protein cotU BSU17670 +ykyA BSU14570 1527231 1527902 putative lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mutL BSU17050 1778337 1780220 DNA mismatch repair endonuclease mutL // mutS mutL // mutS +trpE BSU22680 2375869 2377416 anthranilate synthase aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE +BSU_26829 BSU_26829 2740517 2740678 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydjE BSU06170 670087 671049 putative sugar kinase (ribokinase family); prophage region 3 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +atpD BSU36810 3781491 3782912 ATP synthase (subunit beta, component F1) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI +tboTB BSU_MISC_RNA_57 3856226 3856447 T-box In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpmB BSU15820 1655599 1655787 ribosomal protein L28 rpmB BSU15820 +yybS BSU40520 4165659 4166588 putative integral inner membrane protein rplI // gdpP // yybS rplI // gdpP // yybS +pbpB BSU15160 1581947 1584097 penicillin-binding protein 2B pbpB // ftsL // rsmH // mraZ pbpB // ftsL // rsmH // mraZ +csgA BSU02070 228066 228314 sporulation-specific SASP protein ybxH // csgA ybxH // csgA +yonN BSU21050 2225337 2225615 HU-related DNA-binding protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_40358 BSU_40358 4147419 4147547 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylaC BSU14730 1544085 1544606 RNA polymerase ECF-type sigma factor ylaD // ylaC // ylaB // ylaA ylaD // ylaC // ylaB // ylaA +yfhE BSU08500 924468 924578 hypothetical protein yfhD // yfhE // yfhF yfhD // yfhE // yfhF +lcfA BSU28560 2918646 2920328 long chain acyl-CoA ligase (degradative) etfA // etfB // fadB // fadR // lcfA etfA // etfB // fadB // fadR // lcfA +yomQ BSU21260 2243642 2243992 putative tail phage assembly protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywkB BSU37040 3799377 3800336 putative metabolite transporter ywkB // maeA ywkB // maeA +mrpB BSU31610 3248996 3249427 Na+:H+ antiporter subunit B mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA +BSU_21409 BSU_21409 2263251 2263469 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gntK BSU40060 4114141 4115682 D-gluconate kinase gntZ // gntP // gntK // gntR gntZ // gntP // gntK // gntR +yraA BSU27020 2757492 2758001 deglycase; general stress protecting enzyme; protects against methylglyoxal toxicity adhA // yraA adhA // yraA +ydzM BSU05099 556562 556738 conserved phage protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rplE BSU01280 141195 141734 ribosomal protein L5 (BL6) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yosD BSU20160 2168476 2168871 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_36575 BSU_36575 3761859 3761990 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypmP BSU21760 2292432 2292683 conserved hypothetical protein ypmP // ilvA ypmP // ilvA +malP BSU08200 892215 893798 phosphotransferase system (PTS) maltose-specific enzyme IICB component malP // malR // malA malP // malR // malA +ycnB BSU03840 436036 437454 putative c-di-AMP efflux transporter ycnB // ycnC ycnB // ycnC +trnB-Met3 BSU_TRNA_62 3172793 3172869 tRNA-Met trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +gutR BSU06140 664775 667264 transcriptional regulator of the glucitol operon gutR BSU06140 +ypjA BSU22530 2362407 2362964 conserved integral inner membrane protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fadG BSU14071 1479137 1480867 putative cell wall-binding protein fadG // fadH fadG // fadH +trnJ-Leu2 BSU_TRNA_17 95861 95946 tRNA-Leu trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S +yhjA BSU10440 1118850 1119119 conserved hypothetical protein yhjA BSU10440 +bdbB BSU21440 2265225 2265671 thiol-disulfide oxidoreductase B; bacteriophage SPbeta sunA // bdbB // sunS // bdbA // sunT sunA // bdbB // sunS // bdbA // sunT +chaA BSU07920 865205 866260 Ca2+/H+ antiporter yfkD // chaA yfkD // chaA +ydzL BSU04839 531978 532238 ICEBs1 mobile element: conserved protein of unknown function yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +rtbO BSU36180 3725146 3725610 putative ribonuclease antitoxin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +skfF BSU01960 217697 219040 sporulation killing factor efflux transporter, membrane protein SkfF skfH // skfG // skfF // skfE // skfC // skfB // skfA skfH // skfG // skfF // skfE // skfC // skfB // skfA +mmr BSU37570 3857017 3858417 toxic compound efflux transporter (may export homoserine) mmr BSU37570 +ynzC BSU17880 1919459 1919692 conserved protein of unknown function ynzC // yneB // yneA ynzC // yneB // yneA +hemN BSU25500 2629718 2630857 coproporphyrinogen III oxidase mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA +ysnA BSU28360 2900545 2901141 deoxyinosine/deoxyxanthosine triphosphate pyrophosphatase, promiscuous (subunit A) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rplX BSU01270 140857 141168 ribosomal protein L24 (BL23) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yybC BSU40690 4181982 4182461 putative integral membrane protein yybC // yybD // yybE yybC // yybD // yybE +valS BSU28090 2866664 2869306 valyl-tRNA synthetase folC // valS folC // valS +yngF BSU18220 1951228 1952010 methylglutaconyl-CoA hydratase (leucine degradation) yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ +trhP2 BSU27350 2794147 2795076 tRNA wobble base hydroxylation protein TrhP2 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybfB BSU02170 236879 238129 putative carboxylate transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +iolH BSU39690 4074896 4075765 putative sugar-phosphate epimerase/isomerase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA +yscB BSU28890 2953795 2954460 putative lipoprotein yscB BSU28890 +cdd BSU25300 2610927 2611337 cytidine/deoxycytidine deaminase era // cdd era // cdd +BSU_26449 BSU_26449 2706534 2706782 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mdxJ BSU34580 3551479 3552363 putative component of maltodextrin transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gamA BSU02360 256823 257572 glucosamine-6-phosphate deaminase gamP // gamA gamP // gamA +psdR BSU34720 3567422 3568135 PsdR-phosphoaspartate // response regulator PsdR psdS // psdR // psdB // psdA psdS // psdR // psdB // psdA +yopY BSU20720 2201705 2201983 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +aimR BSU20860 2208994 2210154 arbitrium peptide sensor regulator; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +scoC BSU09990 1073106 1073717 transcriptional regulator of extracellular protease production, sporulation and bacilysin production (MarR family) scoC BSU09990 +cotP BSU05550 601741 602172 spore coat protein cotP // ydgA // ydgB cotP // ydgA // ydgB +spoIIE BSU00640 70538 73021 SpoIIAA-phosphate serine phosphatase spoIIE BSU00640 +yhzB BSU08900 967229 967852 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gpsA BSU22830 2389151 2390188 NADPH-dependent glycerol-3-phosphate dehydrogenase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ponA BSU22320 2341444 2344188 peptidoglycan glycosyltransferase (penicillin-binding proteins 1A and 1B) ponA // recU ponA // recU +obg BSU27920 2852661 2853947 ppGpp-binding GTPase involved in cell portioning, DNA repair and ribosome assembly obg // spo0B obg // spo0B +trnJ-Leu1 BSU_TRNA_15 95649 95731 tRNA-Leu trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S hypR BSU40540 4167622 4167999 hypochloric acid-specific transcriptional regulator hypR BSU40540 -comC BSU28070 2864426 2865172 membrane prepilin peptidase comC BSU28070 -tufA BSU01130 132882 134072 elongation factor Tu -nusG BSU01010 117890 118423 RNA polymerase elongation pause factor -acpS BSU04620 515710 516075 holo-acyl carrier protein synthase (phosphopantetheinyl transferase) -lytS BSU28930 2956486 2958267 LytS two-component sensory histidine kinase, phosphorylated // LytS two-component sensory histidine kinase -rpoE BSU37160 3812542 3813063 RNA polymerase (delta subunit) and transcriptional repressor rpoE // acdA // fadF rpoE // acdA // fadF -mdtR BSU32870 3374492 3374959 transcriptional regulator (MarR family, low level antibiotic resistance) -ydfQ BSU05510 598729 599067 putative thioredoxin or thiol-disulfide isomerase -rhaR BSU31210 3201027 3201803 transcriptional regulator of the rhamnose operon (RhaR / l-rhamnulose-1-phosphate) rhaA // rhaM // rhaB // rhaR // rhaEW rhaA // rhaM // rhaB // rhaR // rhaEW -yhdK BSU09500 1028233 1028523 negative regulator of the activity of sigma-M yhdK // yhdL // sigM yhdK // yhdL // sigM -sdpA BSU33750 3464289 3464765 export step of killing factor SdpC sdpC // sdpB // sdpA sdpC // sdpB // sdpA -sinR BSU24610 2552653 2552988 master regulator of biofilm formation sinR // sinI sinR // sinI -ywhK BSU37450 3844416 3845771 factor interacting with DNA helicase PcrA -yhjG BSU10500 1122862 1124361 putative aromatic compound monooxygenase/hydroxylase -codY BSU16170 1690119 1690898 transcriptional regulator, GTP and BCAA-dependent codY // clpY // clpQ // codV codY // clpY // clpQ // codV -mcpC BSU13950 1463628 1465595 methyl-accepting chemotaxis protein mcpC BSU13950 -thiE BSU38290 3930707 3931375 thiamine-phosphate pyrophosphorylase (thiamine phosphate synthase) thiE // thiM // ywbI thiE // thiM // ywbI -gabR BSU03890 440025 441464 transcriptional regulator (GntR/MocR family) with PLP binding site (GabR-GABA-PLP aldimine) gabR BSU03890 -yoaT BSU18750 2044038 2044832 putative integral inner membrane protein -ylbP BSU15100 1576767 1577249 putative acetyltransferase ylbP BSU15100 -fnr BSU37310 3831512 3832228 transcriptional regulator of anaerobic metabolism (FNR/CAP family) fnr // narK fnr // narK -prsW BSU22940 2400208 2400864 protease required for RsiW anti-sigma(W) degradation -yodQ BSU19710 2141703 2143013 putative deacetylase -opcR BSU33840 3471266 3471823 negative transcriptional regulator of choline uptake systems opcR BSU33840 -nadR BSU27890 2850716 2851258 transcriptional repressor of de novo NAD biosynthesis nadR // nifS nadR // nifS -bkdAB BSU24040 2498093 2499076 branched-chain alpha-keto acid dehydrogenase E1 subunit bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb -thrR BSU27910 2852157 2852600 transcriptional repressor of operons hom-thrCB and thrD pheA // thrR pheA // thrR -gsiB BSU04400 494506 494877 general stress protein glucose starvation induced gsiB BSU04400 -cysE BSU00930 112800 113453 serine O-acetyltransferase raeA // rlmB // mrnC // cysS // cysE // gltX raeA // rlmB // mrnC // cysS // cysE // gltX -sufB BSU32670 3355593 3356990 FeS cluster formation scaffold protein -araQ BSU28730 2939851 2940696 arabinose/arabinan permease abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA -yhcZ BSU09330 1009804 1010448 two-component response regulator [YhcY] yhdA // yhcZ // yhcY yhdA // yhcZ // yhcY -aseR BSU05330 579541 579876 transcriptional regulator (metals sensing ArsR-SmtB repressors family) -narJ BSU37260 3824226 3824780 nitrate reductase molybdenum cofactor assembly chaperone NarJ narI // narJ // narH // narG narI // narJ // narH // narG -yvaC BSU33550 3446237 3448132 putative integral inner membrane protein -ykvP BSU13780 1444099 1445298 spore protein (HGT island) ykzQ // ykvQ // ykvP ykzQ // ykvQ // ykvP +ypzF BSU22019 2311986 2312132 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywnB BSU36620 3765469 3766110 putative oxidoreductase ywnB BSU36620 +rocD BSU40340 4144301 4145506 ornithine aminotransferase argI // rocE // rocD argI // rocE // rocD +ydeH BSU05200 567662 568108 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrbD BSU27810 2841611 2843065 sodium/proton-dependent alanine transporter yrbD BSU27810 +yoaH BSU18610 2029429 2031114 putative methyl-accepting chemotaxis protein yoaH BSU18610 +sleB BSU22930 2399152 2400069 spore germination cortex-lytic enzyme ypeB // sleB ypeB // sleB +gswB BSU_MISC_RNA_63 4005523 4005625 guanine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tswA BSU_MISC_RNA_14 1242262 1242370 thiamine pyrophosphate riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +remA BSU15670 1641672 1641941 essential sporulation DNA binding protein; regulator of biofilm formation In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +surC BSU_misc_RNA_79 2625952 2626042 sporulation-related small untranslated RNA surC BSU_misc_RNA_79 +rplL BSU01050 120607 120978 ribosomal protein L12 (BL9) ldlJ // rplL // rplJ ldlJ // rplL // rplJ aprE BSU10300 1104423 1105568 serine alkaline protease (Ca(2+)-dependent subtilisin E) aprE BSU10300 -yoaC BSU18550 2022561 2024024 hydroxylated metabolite kinase -rodA BSU38120 3912332 3913513 peptidoglycan polymerase RodA rodA BSU38120 -nosA BSU07630 836653 837744 nitric-oxide synthase yflK // nosA yflK // nosA -hepT BSU22740 2381919 2382965 heptaprenyl diphosphate synthase component II -pycA BSU14860 1554185 1557631 pyruvate carboxylase pycA // ftsW pycA // ftsW -yoxD BSU18500 2018554 2019270 putative oxido-reductase -yojE BSU19480 2123026 2123922 putative N-acetylated toxic metabolites yojE // bshB2 // yojF // yoyC yojE // bshB2 // yojF // yoyC -aroF BSU22710 2379100 2380272 chorismate synthase -yqjN BSU23810 2474028 2475671 putative N-deacylase yqjN BSU23810 -secDF BSU27650 2826900 2829113 protein-export membrane protein +yoyC BSU19479 2122672 2122950 conserved protein of unknown function yojE // bshB2 // yojF // yoyC yojE // bshB2 // yojF // yoyC +kbl BSU17000 1771517 1772695 2-amino-3-ketobutyrate CoA ligase (glycine acetyl transferase) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqxG BSU25920 2665903 2666796 putative phage-related lytic exoenzyme; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ysxC BSU28190 2879882 2880469 GTPase involved in ribosome 50S subunit assembly (maturation of the central 50S protuberance) ysxC // lonA ysxC // lonA +dgcW BSU13420 1407329 1409731 diguanylate cyclase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mrpD BSU31630 3249761 3251242 Na+:H+ antiporter subunit D mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA +truA BSU01480 152937 153680 tRNA pseudouridine (38-40) synthase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +capC BSU35890 3698982 3699431 capsular polyglutamate amide ligase/translocase subunit capE // capA // capC // capB capE // capA // capC // capB +ykzQ BSU13789 1445314 1445541 putative peptidoglycan binding protein ykzQ // ykvQ // ykvP ykzQ // ykvQ // ykvP +liaH BSU33120 3397846 3398523 modulator of liaIHGFSR (yvqIHGFEC) operon expression liaR // liaS // liaF // liaG // liaH // liaI liaR // liaS // liaF // liaG // liaH // liaI +ydaN BSU04310 483845 485956 putative regulator of exopolysaccharide synthesis ydaN // ydaM // ydaL // ydaK // ydaJ ydaN // ydaM // ydaL // ydaK // ydaJ +yqfG BSU25320 2611808 2612281 endonuclease involved in 70S ribosomes quality control In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxlG BSU38650 3967944 3968720 putative ABC efflux transporter membrane protein YxlG yxlG // yxlF // yxlE // yxlD // yxlC // sigY yxlG // yxlF // yxlE // yxlD // yxlC // sigY +cysI BSU33430 3430598 3432313 assimilatory sulfite reductase (hemoprotein beta-subunit) cysI // cysJ cysI // cysJ +gbsB BSU31050 3183867 3185075 choline dehydrogenase gbsB // gbsA gbsB // gbsA +yqfQ BSU25150 2595669 2596412 conserved protein of unknown function yqfQ BSU25150 +gdpP BSU40510 4163643 4165622 phosphodiesterase acting on cyclic dinucleotides rplI // gdpP // yybS rplI // gdpP // yybS +pyrP BSU15480 1619023 1620330 uracil permease pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR +gpsB BSU22180 2331779 2332075 cell division protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydbB BSU04410 495009 495350 putative enzyme; cupin family In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +txpA BSU26050 2678240 2678419 toxic peptide of toxin-antitoxin system; skin element txpA BSU26050 +yeeK BSU06850 753265 753702 spore inner coat protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ilvE BSU02390 259016 260086 isoleucine-valine aminotransferase / aromatic amino acid aminotransferase ilvE BSU02390 +bsrC BSU_misc_RNA_64 474329 474597 small regulatory RNA bsrC BSU_misc_RNA_64 +pabC BSU00760 84874 85755 4-amino-4-deoxychorismate pyruvate-lyase lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB +ydhF BSU05730 619321 620031 putative phosphate-starvation lipoprotein ydhF // phoB ydhF // phoB +hxlR BSU03470 376032 376394 positive regulator of hxlAB expression (formaldehyde sensing) hxlR BSU03470 +pbpX BSU16950 1765859 1767034 penicillin-binding endopeptidase X (lysozyme resistance) pbpX BSU16950 +ispE BSU00460 53516 54385 4-(cytidine 5'-diphospho)-2-C-methyl-D-erythritol kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywrD BSU36100 3719134 3720711 oxamate amidohydrolase ywrD BSU36100 +aprX BSU17260 1861384 1862712 alkaline serine protease aprX BSU17260 +thiV BSU13230 1390439 1391038 putative thiamine/hydroxymethylpyrimidine ECF transporter, S component ThiV In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybfQ BSU02330 252514 253482 putative enzyme with rhodanese domain In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yotH BSU19880 2154077 2154250 putative sensor or permease; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sbcE BSU09920 1066077 1068968 ATPase involved in DNA double strand break repair and recombination yhaM // sbcE // yhaO yhaM // sbcE // yhaO +yneJ BSU17950 1924471 1924962 putative integral inner membrane protein yneJ // yneI // ccdA yneJ // yneI // ccdA +ydcI BSU04780 525743 527902 RNA helicase transcriptional accessory protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yetI BSU07180 787264 787560 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yomS BSU21240 2242056 2242412 putative phage-related lytic exoenzyme; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yyzK BSU40578 4172259 4172405 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_04849 BSU_04849 532758 532886 ICEBs1 mobile element; hypothetical protein yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +yxxB BSU39440 4053454 4054281 putative integral membrane protein yxxB // yxeR yxxB // yxeR +yybH BSU40640 4177756 4178145 conserved hypothetical protein yybI // yybH yybI // yybH +ywsA BSU35980 3707836 3708132 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_14568 BSU_14568 1526924 1527067 putative antitoxin In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytdP BSU30150 3083441 3085759 membrane bound transcriptional regulator (controlling rhamnogalacturonan degradation) ytdP BSU30150 +ykvP BSU13780 1444099 1445298 spore protein (HGT island) ykzQ // ykvQ // ykvP ykzQ // ykvQ // ykvP +rlmN BSU15750 1649286 1650377 23S rRNA m2A2503 methyltransferase and tRNA A37 C2 methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +prp BSU27950 2855177 2855515 ribosomal protein L27 specific N-terminal end cysteine protease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spo0B BSU27930 2853981 2854559 sporulation initiation phosphotransferase obg // spo0B obg // spo0B +ytzC BSU30470 3119565 3119837 conserved protein of unknown function ytzC BSU30470 +uppS BSU16530 1721214 1721996 undecaprenyl pyrophosphate synthase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +murP BSU01680 189790 191157 N-acetylmuramic acid PTS permease-MurP subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +adk BSU01370 145877 146530 adenylate kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +abh BSU14480 1517865 1518143 transcriptional regulator abh BSU14480 +glcF BSU28690 2934594 2935928 glycolate oxidase (iron-sulfur subunit) glcF BSU28690 +ynzL BSU18019 1930074 1930199 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhfA BSU10080 1081413 1082804 putative transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +clpP BSU34540 3546234 3546827 ATP-dependent Clp protease proteolytic subunit; Maxwell's demon clpP BSU34540 +yhdW BSU09620 1037688 1038419 putative glycerophosphodiester phosphodiesterase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoqS BSU20530 2194053 2194400 putative RNA-binding protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yefC BSU06750 739878 740213 putative resolvase; HGT island In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ysdA BSU28840 2951898 2952167 putative membrane component ysdA // rplT // rpmI // infC ysdA // rplT // rpmI // infC +spoIIIAB BSU24420 2536181 2536696 stage III sporulation protein (feeding tube apparatus) spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV +yydB BSU40220 4132729 4134174 putative phosphohydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yonE BSU21120 2232682 2234202 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpmD BSU01340 143875 144054 ribosomal protein L30 (BL27) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +appA BSU11382 1214001 1215167 appC // appB // appA // appA // appF // appD appC // appB // appA // appA // appF // appD +rrnJ-5S BSU_RRNA_8 95237 95354 ribosomal RNA-5S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S +drm BSU23500 2447246 2448430 1,5-phosphopentomutase pupG // drm pupG // drm +ywjB BSU37220 3819220 3819744 putative oxidoreductase ywjB BSU37220 +trmR BSU27360 2795082 2795735 tRNA ho5U34 methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxbB BSU39890 4097416 4098150 putative S-adenosylmethionine-dependent methyltransferase yxaM // asnH // yxnB // yxbA // yxbB yxaM // asnH // yxnB // yxbA // yxbB +ynzE BSU18270 1957451 1957756 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +flhG BSU16410 1710838 1711734 ATPase affecting flagellar basal body localisation and number swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +srfAB BSU03490 387744 398495 surfactin synthetase srfAD // srfAC // comS // srfAB // srfAA srfAD // srfAC // comS // srfAB // srfAA +mtnA BSU13550 1422172 1423233 methylthioribose-1-phosphate isomerase (methionine salvage pathway) mtnA // mtnK mtnA // mtnK +trnB-Ser1 BSU_TRNA_63 3172694 3172786 tRNA-Ser trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +ganB BSU34120 3501651 3502940 arabinogalactan endo-1,4-β-galactosidase ganB // ganA // ganQ // ganP // ganS ganB // ganA // ganQ // ganP // ganS +yuzA BSU31380 3224864 3225100 conserved protein of unknown function yuzA BSU31380 +sqhC BSU19320 2102168 2104066 squalene-hopene cyclase, sporulenol synthase (spore protection) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yktA BSU14640 1535936 1536202 conserved protein of unknown function yktA BSU14640 +spoIVFB BSU27970 2855973 2856839 membrane metalloprotease [proteolysis of pro-sigma(K)] spoIVFB // spoIVFA spoIVFB // spoIVFA +yjcH BSU11860 1257414 1258136 putative stress-related hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pfeT BSU13850 1451371 1453284 Fe(II) efflux transporter possibly involved in copper(II) uptake pfeT BSU13850 +yoeA BSU18370 2000960 2002351 putative Na+-driven efflux transporter yoeA BSU18370 +ldlJ BSU_MISC_RNA_3 119855 119995 L10_leader ldlJ // rplL // rplJ ldlJ // rplL // rplJ +mlpA BSU16710 1742617 1743846 specific processing protease mlpA BSU16710 +rocR BSU40350 4145747 4147132 transcriptional regulator (NtrC/NifA family) rocR BSU40350 +phoB BSU05740 620097 621485 alkaline phosphatase III (promiscuous, heptaprenylglyceryl phosphate is a substrate) ydhF // phoB ydhF // phoB +trnB-Asn BSU_TRNA_70 3172070 3172144 tRNA-Asn trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +khtU BSU09850 1059203 1060420 proton/potassium antiporter; methylglyoxal resistance In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +purU BSU13110 1377243 1378145 formyltetrahydrofolate hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dnmA BSU06760 740288 742927 DNA methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywnC BSU36610 3765051 3765434 putative integral inner membrane protein ywnC BSU36610 +ytzG BSU30035 3072743 3073462 16S rRNA pseudouridylate 516 synthase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +opuBC BSU33710 3460503 3461423 choline ABC transporter substrate-binding lipoprotein opuBD // opuBC // opuBB // opuBA opuBD // opuBC // opuBB // opuBA +yncM BSU17690 1903511 1904233 conserved exported protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mtnB BSU13610 1428940 1429569 methylthioribulose-1-phosphate dehydratase (MTRu-1-P dehydratase) mtnD // mtnB // mtnX // mtnW mtnD // mtnB // mtnX // mtnW +deoR BSU39430 4052379 4053320 transcriptional regulator of pyrmidine deoxyribonucleosides degradation (DeoR-dR5P) deoR // pdp // nupC // deoC deoR // pdp // nupC // deoC +ltaSB BSU07710 842047 843996 lipoteichoic acid synthase ltaSB BSU07710 +ywaF BSU38440 3945530 3946243 putative integral membrane protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yczL BSU03359 365850 366035 hypothetical protein yczL // zagA // yciB // folEB yczL // zagA // yciB // folEB +BSU_26935 BSU_26935 2751923 2752024 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +exuR BSU12370 1308802 1309803 transcriptional regulator (LacI family) uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC +yotG BSU19890 2154266 2154583 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fbaA BSU37120 3808512 3809369 fructose-1,6-bisphosphate aldolase tal // fbaA tal // fbaA +ylaI BSU14790 1548389 1548598 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +brfA BSU23540 2451148 2451363 ribosome rescue factor BrfA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxbC BSU39880 4095915 4096907 conserved protein of unknown function yxbD // yxbC yxbD // yxbC +ypqP BSU21670 2286448 2287053 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ccpA BSU29740 3044165 3045169 transcriptional regulator of catabolite repression (Lacl family) motS // motP // ccpA motS // motP // ccpA +yceE BSU02910 313396 313974 putative stress adaptation protein (tellurite resistance) yceH // yceG // yceF // yceE // yceD // yceC yceH // yceG // yceF // yceE // yceD // yceC +bacA BSU37740 3873566 3874180 prephenate decarboxylase bacF // bacE // bacD // bacC // bacB // bacA bacF // bacE // bacD // bacC // bacB // bacA +yqaB BSU26380 2700838 2701356 putative peptidase; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypuB BSU23340 2434143 2434346 hypothetical protein ypuC // ypuC // ypuB ypuC // ypuC // ypuB +cotR BSU34530 3544642 3545604 spore coat lipolytic enzyme cotR BSU34530 +ydaG BSU04220 473803 474225 putative general stress protein ydaG // ydaF // ydaE // ydaD ydaG // ydaF // ydaE // ydaD +yheE BSU09760 1050443 1050661 conserved hypothetical protein (sporulation / germination island) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfnB BSU07330 804657 805364 pyrimidine nucleotide phosphatase (promiscuous) yfnB BSU07330 +uxuA BSU12340 1305486 1306565 D-mannonate dehydratase uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC +rsiX BSU23090 2413585 2414691 negative regulator of sigma(X) activity rsiX // sigX rsiX // sigX +yvaC BSU33550 3446237 3448132 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pncB BSU31750 3259403 3260875 nicotinate phosphoribosyltransferase pncB BSU31750 +ydzT BSU06038 652713 653018 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yycA BSU40490 4161103 4163160 putative glycosyl transferase yycA BSU40490 +yrdD BSU26749 2732547 2732747 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rapF BSU37460 3846001 3847146 response regulator aspartate phosphatase anti-activator of ComA phrF // rapF phrF // rapF cysK BSU00730 81771 82697 cysteine synthase cysK BSU00730 -ycsN BSU04150 466042 466944 putative oxidoreductase -fadB BSU28540 2917166 2917942 enoyl-CoA hydratase etfA // etfB // fadB // fadR // lcfA etfA // etfB // fadB // fadR // lcfA -pucL BSU32450 3333162 3334646 urate oxidase with peroxide reductase N-terminal domain pucM // pucL // pucK // pucJ // pucR pucM // pucL // pucK // pucJ // pucR -ydeD BSU05160 562502 563461 putative permease ydeD BSU05160 -yhcI BSU09090 983229 984170 putative ABC transporter (permease) yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI -yvgL BSU33380 3425272 3426054 molybdate-binding lipoprotein -ywkB BSU37040 3799377 3800336 putative metabolite transporter ywkB // maeA ywkB // maeA -sndC BSU10070 1080150 1081340 N-acetyl amino acid acetylase, promiscuous activity -mtnK BSU13560 1423241 1424434 methylthioribose kinase (methionine salvage pathway, promiscuous) mtnA // mtnK mtnA // mtnK -gerQ BSU37920 3893441 3893986 inner spore coat protein gerQ BSU37920 -ppsB BSU18330 1982565 1990247 nonribosomal plipastatin synthetase B involved in synthesis of plipastatin -ykyA BSU14570 1527231 1527902 putative lipoprotein -ypjC BSU22510 2360630 2361502 putative integral inner membrane protein ypjC BSU22510 -yocK BSU19240 2097126 2097617 putative general stress protein yocK BSU19240 -glnH BSU27440 2803108 2803929 glutamine ABC transporter (glutamine-binding lipoprotein) glnP // glnM // glnH // glnQ glnP // glnM // glnH // glnQ -ansB BSU23570 2454347 2455774 L-aspartase (aspartate ammonia lyase) ansB // ansA ansB // ansA -ycnK BSU03960 448461 449033 transcriptional regulator of copper intake (CutR-Cu(+)) ycnK BSU03960 -mfd BSU00550 60430 63963 transcription-repair coupling factor -thrC BSU32250 3313770 3314828 threonine synthase thrB // thrC // hom thrB // thrC // hom -ysnB BSU28350 2900020 2900529 putative phosphoesterase ysnB BSU28350 -ygaN BSU08870 965261 965797 putative sulfur-related oxidoreductase ygaN // ssuD // ssuC // ssuA // ssuB ygaN // ssuD // ssuC // ssuA // ssuB -yddK BSU05000 546166 546966 ICEBs1 mobile element: conserved protein of unknown function yddK BSU05000 -atpH BSU36840 3785403 3785948 ATP synthase (subunit delta, component F1) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI -yvrC BSU33180 3403493 3404437 putative lipoprotein binding vitamin B12 -ykoQ BSU13370 1400767 1401579 putative metallophosphoesterase ykoQ BSU13370 -yhaR BSU09880 1061491 1062258 putative dehydratase / isomerase yhaR BSU09880 -sncO BSU_misc_RNA_65 532583 532642 ICEBs1 mobile element: conserved small untranslated RNA -rocC BSU37760 3875780 3877192 basic aminoacid permease rocC // rocB // rocA rocC // rocB // rocA -yngA BSU18170 1946249 1946695 putative conserved membrane protein possibly involved in arabinogalactan metabolism -yknV BSU14330 1501658 1503472 putative ABC transporter (ATP-binding protein) -yppF BSU22260 2338582 2338770 putative sporulation protein yppF BSU22260 -yobR BSU19060 2080351 2081094 putative acetyltransferase -cypB BSU27160 2773890 2777054 cytochrome P450 CYP102A3 cypB // fatR cypB // fatR -spoVAEA BSU23401 2439804 2440415 stage V sporulation germinant protein spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA +rpoE BSU37160 3812542 3813063 RNA polymerase (delta subunit) and transcriptional repressor rpoE // acdA // fadF rpoE // acdA // fadF +scmK BSU39520 4060818 4062143 N-acetyl-S-(2-succino)-L-cysteine monooxygenase yxeQ // sndB // yxeO // yxeN // yxeM // scmL // scmK yxeQ // sndB // yxeO // yxeN // yxeM // scmL // scmK +yopC BSU20940 2213536 2214864 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spo0M BSU08760 953373 954149 protein involved in the control of the cell cycle as a function of the environment spo0M BSU08760 +yczG BSU03880 439709 440023 putative transcriptional regulator (ArsR family) yczG BSU03880 +rttL BSU19000 2071754 2073556 phage toxin ribonuclease; putative defective prophage 6 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqcI BSU25820 2658006 2658770 conserved protein of unknown function; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hag BSU35360 3634987 3635901 flagellin protein hag BSU35360 +adhR BSU27000 2755382 2755804 transcriptional regulator regulated by thiol-alkylation adhR BSU27000 +ftsY BSU15950 1670140 1671129 signal recognition particle (docking protein) ftsY // smc // rnc ftsY // smc // rnc +mreD BSU28010 2859317 2859835 cell-shape determining protein minD // minC // mreD // mreC // mreB minD // minC // mreD // mreC // mreB +rpmGA BSU24900 2574408 2574557 ribosomal protein L33 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +purD BSU06530 710148 711416 phosphoribosylglycinamide synthetase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE +gerM BSU28380 2902002 2903102 germination (cortex hydrolysis) and sporulation (stage II, multiple polar septa) lytic enzyme gerM BSU28380 +comFC BSU35450 3641125 3641847 component of the DNA transport apparatus yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM +yjcQ BSU11950 1267129 1267413 conserved hypothetical protein; phage island yjcQ // yjcP yjcQ // yjcP +yvfG BSU34210 3513887 3514105 conserved protein of unknown function yvfG BSU34210 +yozS BSU18669 2037063 2037368 putative permease, phage-related; defective prophage 6 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mcpC BSU13950 1463628 1465595 methyl-accepting chemotaxis protein mcpC BSU13950 +yitU BSU11140 1190490 1191302 5-amino-6-ribitylamino-2,4(1H, 3H)-pyrimidinedione 5'-phosphate phosphatase (promiscuous) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sppO BSU14250 1494403 1495368 spore protein cse15 sppO BSU14250 +yneF BSU17910 1922549 1922767 putative acyltransferase yneF // sirA yneF // sirA +yxaC BSU40022 4110217 4110909 putative murein hydrolase export regulator yxaK // yxaC yxaK // yxaC +fhuD BSU33320 3418474 3419421 iron(III) hydroxamate ABC transporter ferrichrome-binding lipoprotein fhuD BSU33320 +yodN BSU19670 2138037 2138717 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yozD BSU19660 2137602 2137778 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqiI BSU24190 2514979 2515599 N-acetylmuramoyl-L-alanine amidase yqiK // yqiI // yqiH yqiK // yqiI // yqiH yclG BSU03680 417993 419747 putative uronase yclG BSU03680 -yabC BSU00360 43921 44799 16S rRNA 2'-O-ribose C1402 methyltransferase -bioYB BSU32030 3294270 3294872 putative biotin transporter bioYB BSU32030 -ysxD BSU28180 2879363 2879860 putative integral inner membrane protein ysxD BSU28180 -ygaD BSU08690 939349 941091 putative ABC transporter (ATP-binding protein) -ydcI BSU04780 525743 527902 RNA helicase transcriptional accessory protein -ureC BSU36640 3766714 3768423 urease (alpha subunit) ureC // ureB // ureA ureC // ureB // ureA -cssR BSU33010 3385724 3386401 CssR two-component response regulator, phosphorylated // CssR two-component response regulator cssS // cssR cssS // cssR -ohrA BSU13140 1380978 1381403 peroxiredoxin ohrA BSU13140 -yhdY BSU09640 1038909 1040024 small conductance mechano-sensitive channel -yjcB BSU_11800 1252858 1253073 sporulation-specific protein yjcB // yjzK // spoVIF // yjcZ yjcB // yjzK // spoVIF // yjcZ -mmr BSU37570 3857017 3858417 toxic compound efflux transporter (may export homoserine) mmr BSU37570 -cotM BSU17970 1925655 1926047 spore coat protein (outer) cotM BSU17970 -ccpC BSU14140 1486045 1486926 transcriptional repressor of citB and citZ ccpC // darB // abbA // ykuK // ykuJ ccpC // darB // abbA // ykuK // ykuJ -xpt BSU22070 2319440 2320024 xanthine phosphoribosyltransferase pbuX // xpt pbuX // xpt -yobE BSU18880 2057801 2058460 putative SOS response associated phage protein; putative defective prophage 6 -yraF BSU26960 2753065 2753433 putative spore coat protein yraD // yraE // adhB // yraF // yraG yraD // yraE // adhB // yraF // yraG -resD BSU23120 2417181 2417903 ResD two-component response regulator, phosphorylated // ResD two-component response regulator resE // resD // resC // resB // resA resE // resD // resC // resB // resA -srfAC BSU03510 398532 402359 surfactin synthetase srfAD // srfAC // comS // srfAB // srfAA srfAD // srfAC // comS // srfAB // srfAA -dck BSU00140 22496 23149 deoxyadenosine/deoxycytidine kinase dck // dgk dck // dgk -pncA BSU31760 3260891 3261442 nicotinamidase; NAD salvage pathway -mreC BSU28020 2859832 2860704 cell-shape determining protein minD // minC // mreD // mreC // mreB minD // minC // mreD // mreC // mreB -yfiZ BSU08450 920474 921475 xenosiderophore schizokinen (dihydroxamate) transporter (permease) yfhA // yfiZ yfhA // yfiZ -ydbO BSU04540 506866 507738 putative cation efflux system ydbO BSU04540 -ywoG BSU36450 3749487 3750677 putative efflux transporter ywoG BSU36450 -yusI BSU32810 3366573 3366929 putative oxidoreductase with thioredoxin domain and regulator domain -dppC BSU12940 1362174 1363136 dipeptide ABC transporter (permease) dppE // dppD // dppC // dppB // dppA dppE // dppD // dppC // dppB // dppA -yhdF BSU09450 1022231 1023100 putative NAD(P)-dependent dehydrogenase yhdF BSU09450 -ssbA BSU40900 4198886 4199404 single-strand DNA-binding protein engD // rpsR // ssbA // rpsF engD // rpsR // ssbA // rpsF -albC BSU37390 3837840 3838559 putative transporter involved in subtilosin production albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA -yndD BSU17750 1907494 1909056 spore germination receptor subunit yndF // yndE // yndD yndF // yndE // yndD -ptsH BSU13900 1459384 1459650 histidine-containing phosphocarrier protein of the phosphotransferase system (PTS) (HPr protein) ptsI // ptsH // ptsG ptsI // ptsH // ptsG -ilvD BSU21870 2300762 2302438 dihydroxy-acid dehydratase ilvD BSU21870 -oxdD BSU18670 2037601 2038779 oxalate decarboxylase (Mn2+-dependent); spore constituent oxdD BSU18670 -yrdF BSU26730 2730560 2730835 putative ribonuclease inhibitor -ypfD BSU22880 2394664 2395812 RNA degradation presenting factor (ribosomal protein S1 homolog) -yciB BSU03350 365170 365754 putative Zn(2+)-dependent division lipoprotein (schizosome) yciB // folEB // yczL // zagA yciB // folEB // yczL // zagA -safA BSU27840 2844675 2845838 morphogenetic protein associated with SpoVID coxA // safA coxA // safA -malR BSU31530 3238751 3239458 YufM two-component response regulator, phosphorylated // MalR two-component response regulator malK // malR malK // malR -kimA BSU04320 486432 488255 K+ importer -yfiF BSU08250 898961 899905 putative transcriptional regulator (AraC/XylS family; cupin family) yfiF BSU08250 -yurQ BSU32620 3352312 3352686 putative excinuclease yurQ // yurR // frlD // frlM // frlN // frlO // frlB yurQ // yurR // frlD // frlM // frlN // frlO // frlB -ptpZ BSU36240 3731005 3731769 protein tyrosine-phosphatase ptpZ // ptkA // tkmA // ugd ptpZ // ptkA // tkmA // ugd +yhxD BSU10430 1117734 1118633 putative oxidoreductase yhxD BSU10430 glpP BSU09270 1001744 1002322 sn-glycerol-3-phosphate responding transcription antiterminator glpP // yhxA glpP // yhxA -xkdW BSU12760 1345305 1345634 phage PBSX; conserved hypothetical protein -ywjD BSU37200 3817863 3818825 UV DNA damage repair endonuclease -yybA BSU40710 4183445 4183897 transcriptional regulator (MarR family, polyamine export and degradation) -queD BSU13730 1440100 1440549 6-carboxy-5,6,7,8-tetrahydropterin synthase; queuosine biosynthesis -ynzG BSU17490 1881098 1881349 putative phage protein; defective phage region -yhcW BSU09240 997724 998386 promiscuous phosphoglycolate phosphatase / glycerol-3-phosphate phosphatase / 2-deoxyglucose-6-phosphatase -yokB BSU21650 2283858 2284568 hypothetical protein; phage SPbeta -acdA BSU37170 3813246 3814385 acyl-CoA dehydrogenase acdA // fadF // rpoE acdA // fadF // rpoE -yrkF BSU26530 2712577 2713134 putative rhodanese-related sulfur transferase -motA BSU13690 1434433 1435245 motility protein A; MotA component of the H+-coupled stator flagellum complex motB // motA motB // motA -ycgJ BSU03160 340613 341374 xenotiotic metabolite methyltransferase ycgJ BSU03160 -gltB BSU18440 2008572 2010053 glutamate synthase (small subunit, NADP-dependent) gltB // gltA gltB // gltA -mstX BSU31321 3218525 3218857 atypical membrane-integrating regulator of biofilm formation (Mistic protein) kbfO // mstX kbfO // mstX -trpC BSU22660 2374139 2374888 indole-3-glycerol phosphate synthase aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE -dusC BSU08030 876426 877403 tRNA-dihydrouridine synthase 2 dusC BSU08030 -dtd BSU27590 2820077 2820475 gly-tRNA(Ala) deacylase / D-Tyr-tRNATyr deacylase dtd // relA dtd // relA -alsD BSU36000 3708799 3709566 alpha-acetolactate decarboxylase alsD // alsS alsD // alsS -pxpB BSU04080 459867 460589 L-5-oxoprolinase (ATP-dependent) subunit B pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC -xkdH BSU12620 1330892 1331248 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA -yunE BSU32380 3325078 3325899 putative transporter -gdpP BSU40510 4163643 4165622 phosphodiesterase acting on cyclic dinucleotides rplI // gdpP // yybS rplI // gdpP // yybS -yhcB BSU09020 979396 979926 NADH:quinone oxidoreductase associated to benzoate stress yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI -ebrA BSU17300 1865058 1865375 small toxic metabolite efflux transporter subunit -ywlA BSU36980 3795491 3795853 putative integral inner membrane protein ywlA BSU36980 -sunI BSU21490 2269988 2270305 protein of immunity to sublancin -ktrD BSU13500 1416067 1417416 K+-transporting ATPase -yqaG BSU26320 2697673 2698242 putative transcriptional regulator; skin element -yngK BSU18280 1958027 1959559 putative exported glycoside hydrolase yngK BSU18280 -opuAB BSU02990 322271 323119 L-proline betaine and betonicine ABC transporter (permease) opuAC // opuAB // opuAA opuAC // opuAB // opuAA -birA BSU22440 2354918 2355895 biotin acetyl-CoA-carboxylase ligase and biotin regulon repressor (BirA-biotinoyl-5'-AMP) dapB // ypjD // birA // cca // bshA // bshB1 // mgsA dapB // ypjD // birA // cca // bshA // bshB1 // mgsA -ktrB BSU31100 3189089 3190426 potassium transporter ATPase -yrzB BSU27380 2797100 2797381 putative nucleic acid binding protein -treR BSU07820 853556 854272 transcriptional regulator (TreR-trehalose) treR // treA // treP treR // treA // treP -ycnC BSU03850 437474 438352 putative transcriptional regulator (TetR/AcrR family) ycnB // ycnC ycnB // ycnC -gerBB BSU35810 3690269 3691375 component of germinant receptor B gerBC // gerBB // gerBA gerBC // gerBB // gerBA -yutJ BSU32200 3308867 3309934 putative NADH dehydrogenase yutJ BSU32200 -xlyB BSU12460 1317535 1318488 phage PBSX; N-acetylmuramoyl-L-alanine amidase xlyB BSU12460 -katA BSU08820 959535 960986 vegetative catalase 1 katA BSU08820 -yycN BSU40290 4139679 4140149 putative N-acetyltransferase yycN BSU40290 -murAA BSU36760 3777949 3779259 UDP-N-acetylglucosamine 1-carboxyvinyltransferase murAA BSU36760 -acpK BSU17130 1788469 1788717 holo-AcpK // acyl-carrier protein AcpK pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC -ykoH BSU13260 1392643 1394007 two-component sensor histidine kinase [YkoG] -youB BSU21329 2247367 2247543 conserved phage protein of unknown function; phage SPbeta -spoIISC BSU_12815 1348219 1348356 three component toxin / antitoxin / antitoxin SpoIISABC, antitoxin C -yqbB BSU26170 2685856 2686773 putative phage head morphogenesis protein; skin element -parC BSU18100 1935448 1937868 subunit A of DNA topoisomerase IV (ATP-dependent) parC // parE parC // parE -cwlK BSU02810 303804 304307 murein L,D-endopeptidase cwlK BSU02810 -cotD BSU22200 2332784 2333011 spore coat protein (inner) cotD BSU22200 -cotS BSU30900 3159691 3160746 spore coat protein ytxO // cotS // cotSA ytxO // cotS // cotSA -aapA BSU27090 2766558 2767946 small amino acid permease aapA BSU27090 -yflT BSU07550 827455 827802 heat stress induced protein yflT BSU07550 -ubiD BSU03640 413157 414578 promiscuous phenolic acid decarboxylase subunit; 1,4-dihydroxy-2-naphtoate-heptaprenyl diphosphate decarboxylase -lytA BSU35640 3662789 3663097 membrane bound lipoprotein lytC // lytB // lytA lytC // lytB // lytA -dhbE BSU31980 3288641 3290260 2,3-dihydroxybenzoate-AMP ligase dhbF // dhbB // dhbE // dhbC // dhbA dhbF // dhbB // dhbE // dhbC // dhbA -ndh BSU12290 1299074 1300252 NADH dehydrogenase ndh // yjlC ndh // yjlC -yfhP BSU08620 934457 935440 putative membrane hydrolase yfhP BSU08620 -gntP BSU40070 4115711 4117057 gluconate/proton permease gntZ // gntP // gntK // gntR gntZ // gntP // gntK // gntR -ywnG BSU36570 3761182 3761700 putative integral inner membrane protein -rny BSU16960 1767310 1768872 endoribonuclease Y -gdnC BSU13090 1376517 1376855 guanidinium efflux transporter subunit -yomZ BSU21170 2237806 2238201 conserved protein of unknown function; phage SPbeta -trmE BSU41020 4211510 4212889 tRNA modification GTPase and tRNA-U34 5-formylation enzyme noc // rsmG // trmF // trmE noc // rsmG // trmF // trmE -yqbS BSU25990 2670363 2670788 conserved phage protein of unknown function; skin element -tkt BSU17890 1919861 1921864 transketolase tkt BSU17890 +pcp BSU02650 286773 287420 pyrrolidone-carboxylate (pyroglutamate) peptidase pcp BSU02650 +pbuE BSU05800 625125 626291 hypoxanthine efflux transporter pbuE BSU05800 +ybfI BSU02220 242834 243661 putative transcriptional regulator (AraC/XylS family, cupin family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sspK BSU08550 928112 928264 small acid-soluble spore protein sspK BSU08550 +appD BSU11360 1211477 1212463 oligopeptide ABC transporter ATP-binding protein AppD appC // appB // appA // appA // appF // appD appC // appB // appA // appA // appF // appD +BSU_27935 BSU_27935 2854637 2854759 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +feuA BSU01630 182370 183323 ferri-bacillibactin-binding lipoprotein ybbA // feuC // feuB // feuA ybbA // feuC // feuB // feuA +ykvA BSU13630 1430161 1430481 conserved hypothetical protein ykvA BSU13630 +ykzN BSU13169 1382457 1382627 hypothetical protein ykzN // ohrB ykzN // ohrB +era BSU25290 2610041 2610946 maturation of 16S RNA and assembly of 30S ribosomal subunit GTPase era // cdd era // cdd +hemH BSU10130 1087250 1088182 coproporphyrin ferrochelatase hemY // hemH // hemE hemY // hemH // hemE +opuCD BSU33800 3467546 3468235 glycine betaine/carnitine/choline/choline sulfate ABC transporter, membrane subunit OpuCD opuCD // opuCC // opuCB // opuCA opuCD // opuCC // opuCB // opuCA +mtnN BSU27270 2787130 2787825 methylthioadenosine / S-adenosylhomocysteine nucleosidase yrhC // mccB // mccA // mtnN // yrrT yrhC // mccB // mccA // mtnN // yrrT dps BSU30650 3136238 3136675 DNA-protecting protein, mini-ferritin dps BSU30650 -exoR BSU22010 2310995 2311885 5'→3' exonuclease exoR BSU22010 -lmrB BSU02670 288653 290092 flavonoid efflux transporter; drug-export protein lmrB // lmrA lmrB // lmrA -yraN BSU26870 2745594 2746463 putative transcriptional regulator (probes citrate or citrate-related metabolite) -yfnB BSU07330 804657 805364 pyrimidine nucleotide phosphatase (promiscuous) yfnB BSU07330 -hxlA BSU03460 375166 375798 3-hexulose-6-phosphate synthase (HPS) hxlB // hxlA hxlB // hxlA -flgN BSU35420 3639787 3640269 factor required for flagellar based motility flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA flgL // flgK // flgN // flgM // yvyF // comFC // comFB // comFA -comQ BSU31710 3256008 3256907 isoprenyl transferase (pre-ComX modification) comX // comQ comX // comQ -manP BSU12010 1272725 1274677 phosphotransferase system (PTS) mannose-specific enzyme IIBCA component yjdF // manA // manP yjdF // manA // manP -yfiS BSU08380 912547 913800 putative efflux transporter yfiR // yfiS yfiR // yfiS -yxbA BSU39900 4098150 4098419 conserved protein of unknown function yxaM // asnH // yxnB // yxbA // yxbB yxaM // asnH // yxnB // yxbA // yxbB -rapD BSU36380 3744349 3745413 response regulator aspartate phosphatase rapD BSU36380 -mlpA BSU16710 1742617 1743846 specific processing protease mlpA BSU16710 -ykcB BSU12880 1354285 1356435 putative membrane glycosyl transferase -spbT BSU21000 2219784 2219960 toxin; phage SPbeta -maa BSU40850 4195778 4196332 maltose O-acetyltransferase +fliS BSU35330 3632488 3632889 flagellar assembly protein FliS fliT // fliS // fliD // yvyC fliT // fliS // fliD // yvyC +truB BSU16660 1736886 1737815 tRNA pseudouridine 55 synthase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nhaX BSU09690 1044373 1044873 stress response protein, UspA family nhaX BSU09690 +yitE BSU10960 1174136 1174765 putative integral inner membrane protein yitE BSU10960 +yybN BSU40580 4173114 4173551 conserved protein of unknown function yybJ // yybK // yybL // yybM // yybN yybJ // yybK // yybL // yybM // yybN +trnS-Lys BSU_TRNA_49 529087 529162 tRNA-Lys In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybaC BSU01140 134171 135127 putative proline iminopeptidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rrnE-16S BSU_RRNA_30 635433 636987 ribosomal RNA-16S In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +murAB BSU37100 3806086 3807375 UDP-N-acetylglucosamine 1-carboxyvinyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylmH BSU15410 1611654 1612427 factor involved in shape determination, RNA-binding fold ylmH // ylmG // sepF // ylmE // ylmD ylmH // ylmG // sepF // ylmE // ylmD +yopW BSU20740 2202381 2202716 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). yqcK BSU25800 2656816 2657256 putative thiol lyase arsC // arsB // yqcK // arsR arsC // arsB // yqcK // arsR -yncF BSU17660 1900080 1900514 deoxyuridine 5'-triphosphate pyrophosphatase (phage origin) -ytrF BSU30410 3113979 3115289 metabolite permease involved in resistance to cell wall inhibitors ytrG // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA BSU_30466 // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA -ypkP BSU21800 2295982 2296602 putative 1-acyl-sn-glycerol-3-phosphate acyltransferase ypkP BSU21800 -gudD BSU02490 271800 273167 glucarate dehydratase ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC -gltR BSU26670 2725837 2726727 transcriptional regulator (LysR family) gltR BSU26670 -lplB BSU07110 781092 782048 ABC transporter (permease) for alpha-galacturonides -nasD BSU03300 355764 358181 assimilatory nitrite reductase subunit nasF // nasE // nasD // nasC // nasB nasF // nasE // nasD // nasC // nasB -minJ BSU35220 3620346 3621539 topological determinant of cell division -kapB BSU31460 3231399 3231785 factor required for KinB signal transduction and activation of the phosphorelay to sporulation kapB // kinB kapB // kinB -iolG BSU39700 4075785 4076819 myo-inositol 2-dehydrogenase/D-chiro-inositol 3-dehydrogenase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA -malR BSU08190 891436 892200 transcriptional activator of the Mal operon malP // malR // malA malP // malR // malA -spoVIF BSU11810 1253385 1253639 sporulation-specific protein needed for heat resistance yjcB // yjzK // yjcZ // spoVIF yjcB // yjzK // yjcZ // spoVIF -ywqN BSU36150 3722786 3723331 putative oxidoreductase -pyrH BSU16510 1719802 1720524 uridylate kinase frr // pyrH // tsf // rpsB frr // pyrH // tsf // rpsB -xkdR BSU12710 1340609 1340875 phage PBSX; conserved hypothetical protein -yopG BSU20900 2211884 2212015 hypothetical protein; phage SPbeta -yybF BSU40660 4179163 4180377 putative permease yybF BSU40660 -comEA BSU25590 2640513 2641130 membrane bound high-affinity DNA-binding receptor comEC // comEB // comEA comEC // comEB // comEA -ynbB BSU17440 1876584 1877849 putative C-S lyase -yteR BSU30120 3081131 3082252 unsaturated rhamnogalacturonyl hydrolase -yokG BSU21600 2278602 2279675 conserved protein of unknown function; phage SPbeta -psd BSU02290 248749 249540 phosphatidylserine decarboxylase; 32 kDa precursor processed into a 29 kDa protein psd // ybfM // pssA psd // ybfM // pssA -yrkN BSU26450 2707127 2707684 putative N-acetyltransferase -yesL BSU06940 758093 758722 putative permease or sensor of a three component system for pectin and rhamnogalacturonan transport and degradation -ycgH BSU03110 336092 337432 putative amino acid transporter ycgH BSU03110 -ppaX BSU34970 3591810 3592460 pyrophosphatase / glycerol-3-phosphatase -tlpA BSU31250 3208280 3210268 methyl-accepting chemotaxis protein (membrane curvature dependent localisation) mcpA // tlpA mcpA // tlpA -yxeM BSU39500 4059488 4060282 putative ABC transporter (binding lipoprotein) yxeQ // sndB // yxeO // yxeN // yxeM // snaB // yxeK yxeQ // sndB // yxeO // yxeN // yxeM // snaB // yxeK -pdaA BSU07980 869559 870350 exported peptidoglycan N-acetylmuramic acid deacetylase pdaA BSU07980 -tenA BSU11650 1242449 1243159 thiaminase II thiD // thiF // thiG // thiS // thiO // tenI // tenA thiD // thiF // thiG // thiS // thiO // tenI // tenA -rbsD BSU35930 3703271 3703666 D-ribose pyranase rbsB // rbsC // rbsA // rbsD // rbsK // rbsR rbsB // rbsC // rbsA // rbsD // rbsK // rbsR -fliZ BSU16340 1704211 1704870 flagellar regulatory protein swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -xtmA BSU12570 1325096 1325893 phage PBSX; prophage terminase (small subunit) ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA -yopW BSU20740 2202381 2202716 hypothetical protein; phage SPbeta -walK BSU40400 4151853 4153688 WalK two-component sensory histidine kinase, phosphorylated // WalK two-component sensory histidine kinase htrC // walJ // walI // walH // walK // walR htrC // walJ // walI // walH // walK // walR -rpsU BSU25410 2620371 2620544 ribosomal protein S21 -ymaE BSU17250 1860449 1861273 putative hydrolase -ybxG BSU02060 226566 227954 putative amino acid permease ybxG BSU02060 -bhlB BSU21430 2264903 2265169 holin-like protein; bacteriophage SPbeta -ytlP BSU29960 3065751 3066302 putative RNA 2',3'-cyclic phosphodiesterase -yqaL BSU26270 2694420 2695097 putative DNA-binding protein; skin element -swrC BSU06710 732955 736113 surfactin exporter involved in surfactin self-resistance -yceF BSU02920 314025 314798 protein involved in response to manganese yceH // yceG // yceF // yceE // yceD // yceC yceH // yceG // yceF // yceE // yceD // yceC -whiA BSU34750 3569573 3570523 putative morphogen -floT BSU31010 3180465 3181994 flotillin lipid rafts scaffold protein yuaI // floT // yuaF yuaI // floT // yuaF -rtbD BSU39300 4036784 4038493 ribonuclease toxin of the RtbD-RtbE toxin-antitoxin system yxxE // rtbE // rtbD yxxE // rtbE // rtbD -yfkT BSU07760 846182 847258 putative spore germination integral inner membrane transporter yfkT // yfkS // yfkR // yfkQ yfkT // yfkS // yfkR // yfkQ -yjbC BSU11490 1226938 1227516 putative thiol oxidation management factor; putative acetyltransferase yjbC // spxA yjbC // spxA -tagB BSU35760 3682173 3683318 teichoic acid primase, CDP-glycerol:N-acetyl-beta-d-mannosaminyl-1, 4-N-acetyl-d-glucosaminyldiphosphoundecaprenyl glycerophosphotransferase tagB // tagA tagB // tagA -topA BSU16120 1683661 1685736 DNA topoisomerase I topA BSU16120 -yjnA BSU12400 1312851 1313615 putative permease -yoqM BSU20580 2195986 2196264 putative membrane bound or exported protein; phage SPbeta yoqM BSU20580 -yydF BSU40180 4127498 4127647 precursor of exported modified peptide (epipeptide) controlling LiaRS activity yydJ // yydI // yydH // yydG // yydF yydJ // yydI // yydH // yydG // yydF -yqfU BSU25110 2592003 2592884 putative integral inner membrane protein yqfU // nfo yqfU // nfo -pksA BSU17080 1781906 1782523 transcriptional regulator of bacillaene synthesis operon -ybzH BSU01889 211429 211731 putative transcriptional regulator (ArsR family); prophage 1 region -yomO BSU21280 2244230 2244730 conserved protein of unknown function; phage SPbeta -motP BSU29730 3043284 3044102 sodium channel stator-force generator subunit of flagellar rotation motS // motP // ccpA motS // motP // ccpA -yqbG BSU26120 2682486 2682881 conserved phage protein of unknown function; skin element -purH BSU06520 708594 710132 fused phosphoribosylaminoimidazole carboxy formyl formyltransferase; inosine-monophosphate cyclohydrolase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE -natB BSU02760 297170 298330 Na+ ABC efflux transporter (permease) natB // natA natB // natA -cotR BSU34530 3544642 3545604 spore coat lipolytic enzyme cotR BSU34530 -menF BSU30830 3152302 3153717 menaquinone-specific isochorismate synthase menC // menE // menB // menH // menD // menF menC // menE // menB // menH // menD // menF -med BSU11300 1206629 1207582 positive regulator of comK comZ // med comZ // med -yfmI BSU07460 819311 820531 putative efflux transporter yfmJ // yfmI yfmJ // yfmI -licT BSU39080 4012866 4013699 transcriptional antiterminator (BglG family) bglS // licT bglS // licT -tuaE BSU35570 3652588 3654054 putative polymerase of teichuronic acid repeating units tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB -rnc BSU15930 1665710 1666459 ribonuclease III ftsY // smc // rnc ftsY // smc // rnc -yjjA BSU12230 1294138 1294950 putative enzyme yjjA BSU12230 -yorD BSU20420 2186985 2187299 stress protein SCP1; phage SPbeta -yxaC BSU40022 4110217 4110909 putative murein hydrolase export regulator yxaK // yxaC yxaK // yxaC -glpG BSU24870 2571907 2573430 membrane endopeptidase -ymfH BSU16860 1758314 1759600 putative processing protease -feuB BSU01620 181347 182351 ferri-bacillibactin permease ybbA // feuC // feuB // feuA ybbA // feuC // feuB // feuA -yonE BSU21120 2232682 2234202 conserved protein of unknown function; phage SPbeta -ytcI BSU29560 3023677 3025266 putative acyl-coenzyme A synthetase -yqxG BSU25920 2665903 2666796 putative phage-related lytic exoenzyme; skin element -ydjJ BSU06220 674832 675857 putative membrane associated potassium channel; prophage region 3 ydjJ BSU06220 -ytmA BSU30580 3131446 3132219 putative esterase -epsD BSU34340 3525250 3526395 putative extracellular matrix glycosyltransferase epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA -cwlJ BSU02600 282469 282897 spore cortex cell wall hydrolase cwlJ BSU02600 -nprB BSU11100 1186037 1187653 extracellular neutral protease B -spsO BSU07280 799240 800208 putative CDP-sugar-dehydratase/epimerase spsR // spsQ // spsP // spsO // spsN spsR // spsQ // spsP // spsO // spsN -yxkA BSU38870 3991082 3991588 putative phospholipid binding protein -yvyC BSU35350 3634425 3634754 putative flagellar protein of unknown function fliT // fliS // fliD // yvyC fliT // fliS // fliD // yvyC -prpC BSU15760 1650384 1651148 multitarget phosphorylated protein phosphatase -yxbG BSU39840 4091845 4092666 putative oxidoreductase yxbG BSU39840 -mtbP BSU20250 2171401 2172732 DNA (cytosine-5-)-methyltransferase; phage SPbeta -yjdB BSU11990 1269733 1270080 putative exported protein; phage island yjdB BSU11990 -yqzG BSU24650 2555519 2555845 putative exported protein yqzG BSU24650 -rbfA BSU16650 1736451 1736804 pre-ribosomal (17S) RNA binding factor A rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS -ybaE BSU01460 151303 152133 energizing coupling factor of ABC influx transporter (ATP-binding protein) -yopA BSU20960 2215460 2216776 conserved protein of unknown function; phage SPbeta -tcyM BSU29350 3005122 3005829 sulfur-containing amino acid ABC transporter (permease) ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA -yqeC BSU25730 2650487 2651380 putative catabolic 6-phospho-gluconate dehydrogenase (NAD[+]-dependent) yqeC BSU25730 -tatCY BSU05990 647940 648704 component of the twin-arginine pre-protein translocation pathway -ytvB BSU30330 3105470 3105805 putative conserved membrane protein -ganQ BSU34140 3505102 3505953 galacto-oligosaccharides (galactan) oligomer permease ganB // ganA // ganQ // ganP // ganS ganB // ganA // ganQ // ganP // ganS -glnJ BSU02440 265476 266708 GlnK two-component sensory histidine kinase -yisV BSU10880 1166737 1168191 putative PLP-dependent transcriptional regulator yisV BSU10880 -yesX BSU07060 772142 773980 polysaccharide lyase -yxlD BSU38680 3969796 3970002 putative sigma-Y antisigma factor component yxlG // yxlF // yxlE // yxlD // yxlC // sigY yxlG // yxlF // yxlE // yxlD // yxlC // sigY -uvrB BSU35170 3612945 3614930 excinuclease ABC (subunit B) uvrA // uvrB uvrA // uvrB -pyrF BSU15550 1628622 1629341 orotidine 5'-phosphate decarboxylase pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR -yxdK BSU39650 4071310 4072287 YxdK two-component sensory histidine kinase, phosphorylated // YxdK two-component sensory histidine kinase yxdK // yxdJ yxdK // yxdJ -yosL BSU20080 2165972 2166325 conserved protein of unknown function; phage SPbeta -cotX BSU11760 1250656 1251174 spore coat protein (insoluble fraction) cotX // cotW // cotV cotX // cotW // cotV -spoIIIAC BSU24410 2535952 2536158 stage III sporulation protein (feeding tube apparatus) spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV -cheC BSU16450 1715344 1715973 signal terminating phosphatase of CheR-mediated methylation of methyl-accepting chemotaxis proteins (MCPs) swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -rplF BSU01310 142402 142941 ribosomal protein L6 (BL8) -aimP BSU20850 2208855 2208980 arbitrium lysis /lysogeny regulatory peptide; phage SPbeta -ytwI BSU29150 2982603 2983067 putative integral membrane protein ytwI BSU29150 -gpr BSU25540 2634505 2635611 spore germination protease gpr BSU25540 -gmuB BSU05810 626622 626933 oligo-alpha-mannoside phosphotransferase system enzyme IIB gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC -murJ BSU30050 3073531 3075165 lipid II flippase -araR BSU33970 3485670 3486758 transcriptional repressor of the ara regulon (LacI family) araR BSU33970 -mpr BSU02240 245190 246131 extracellular glutamyl-endopeptidase mpr BSU02240 -gerPD BSU10690 1149145 1149321 spore germination protein gerPF // gerPE // gerPD // gerPC // gerPB // gerPA gerPF // gerPE // gerPD // gerPC // gerPB // gerPA -cotJA BSU06890 755907 756155 component of the inner spore coat yesK // yesJ // cotJC // cotJB // cotJA yesK // yesJ // cotJC // cotJB // cotJA -dltA BSU38500 3952275 3953786 D-alanine--[D-alanyl carrier protein] ligase ywzH // dltE // dltD // dltC // dltB // dltA ywzH // dltE // dltD // dltC // dltB // dltA -hisG BSU34920 3587551 3588192 ATP phosphoribosyltransferase -spoIIGA BSU15310 1603779 1604708 protease processing pro-sigma-E sigG // sigE // spoIIGA sigG // sigE // spoIIGA -yxeR BSU39450 4054354 4055466 putative ethanolamine permease yxxB // yxeR yxxB // yxeR -yotF BSU19900 2154596 2154673 hypothetical protein; phage SPbeta -sasB BSU11600 1237006 1237641 (p)ppGpp synthetase -spoIVB BSU24230 2519102 2520382 regulatory membrane-associated serine protease spoIVB BSU24230 -swrD BSU16299 1701016 1701231 flagellar power transducer required for swarming swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -rpsJ BSU01150 135364 135672 ribosomal protein S10 (BS13); transcription antitermination factor -yoqB BSU20690 2200790 2201128 conserved hypothetical protein; phage SPbeta -ytxB BSU28970 2962510 2963151 putative osomosensing transporter -dgkA BSU25310 2611456 2611827 undecaprenol kinase -ydgC BSU05580 603012 603599 putative transcriptional regulator -ybdJ BSU02000 221258 221929 two-component system response regulator [YbdK] -sdpC BSU33770 3465776 3466387 precursor of killing factor SdpC sdpC // sdpB // sdpA sdpC // sdpB // sdpA -trmB BSU29900 3059547 3060188 tRNA (guanine-N(7)-)-methyltransferase trmB BSU29900 -glcP BSU10520 1125123 1126328 glucose/mannose:H+ symporter (recent HGT island) glcP // ntdC // ntdB // ntdA glcP // ntdC // ntdB // ntdA -sapB BSU06650 726035 726733 putative magnesium transporter sapB BSU06650 -ywbI BSU38310 3932198 3933103 transcriptional regulator (LysR family, cidAB expression) thiE // thiM // ywbI thiE // thiM // ywbI -psdS BSU34710 3566358 3567428 two-component sensor histidine kinase PsdS psdS // psdR // psdB // psdA psdS // psdR // psdB // psdA -mraZ BSU15130 1580121 1580552 inhibitor of RsmH and transcriptional regulator pbpB // ftsL // rsmH // mraZ pbpB // ftsL // rsmH // mraZ -oppB BSU11440 1221594 1222529 oligopeptide ABC transporter (permease) oppF // oppD // oppC // oppB // oppA oppF // oppD // oppC // oppB // oppA -yodS BSU19730 2143660 2144349 putative oxoacid CoA-transferase -bglH BSU39260 4032346 4033755 aryl-phospho-beta-d-glucosidase yxiE // bglH // bglP yxiE // bglH // bglP -lpdV BSU24060 2500104 2501528 branched-chain alpha-keto acid dehydrogenase E3 subunit (dihydrolipoamide dehydrogenase) bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb -ylqG BSU16070 1678250 1679980 putative glycosyltransferase -mrnC BSU00950 114854 115285 ribonuclease for 23S RNA maturation, mini-RNase III raeA // rlmB // mrnC // cysS // cysE // gltX raeA // rlmB // mrnC // cysS // cysE // gltX -yoqS BSU20530 2194053 2194400 putative RNA-binding protein; phage SPbeta -araN BSU28750 2941674 2942975 sugar-binding lipoprotein abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA -sodA BSU25020 2585434 2586042 superoxide dismutase (Mn[2+]-dependent) -ydfB BSU05350 581694 582479 putative acetyltransferase -alkA BSU01800 202547 203458 DNA-3-methyladenine glycosylase; prophage 1 region alkA BSU01800 -yvaE BSU33570 3448693 3449052 putative metabolite-efflux transporter -acsA BSU29680 3038213 3039931 acetyl-CoA synthetase acsA BSU29680 -yhfP BSU10320 1106524 1107516 putative oxidoreductase -purB BSU06440 700232 701527 adenylosuccinate lyase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE -qoxD BSU38140 3914315 3914689 cytochrome aa3-600 quinol oxidase (subunit IV) qoxC // qoxB // qoxA // qoxD qoxC // qoxB // qoxA // qoxD -yveA BSU34470 3539165 3540727 L-aspartate/L-glutamate / proton permease yveA // levB // sacB yveA // levB // sacB -ctaB BSU14880 1559309 1560226 heme o synthase ctaG // ctaF // ctaE // ctaD // ctaC // ctaB ctaG // ctaF // ctaE // ctaD // ctaC // ctaB -argD BSU11220 1198099 1199256 N-acetylornithine aminotransferase argF // carB // carA // argD // argB // argJ // argC argF // carB // carA // argD // argB // argJ // argC -yojA BSU19520 2124850 2126184 putative H+/anion permease -hbuT BSU39000 4002716 4004134 putative acid metabolite permease yxjF // scoB // scoA // hbuT yxjF // scoB // scoA // hbuT -yqjL BSU23830 2476969 2477730 putative hydrolase yqjL BSU23830 -fapR BSU15880 1661967 1662533 transcription factor controlling fatty acid and phospholipid metabolism (FapR-malonyl-Coa) fabG // fabD // plsX // fapR fabG // fabD // plsX // fapR -pabA BSU00750 84290 84874 4-amino-4-deoxychorismate synthase; anthranilate synthase (subunit II) lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB -yorI BSU20370 2182408 2183922 putative replicative DNA helicase (DnaB family); phage SPbeta -lcfA BSU28560 2918646 2920328 long chain acyl-CoA ligase (degradative) etfA // etfB // fadB // fadR // lcfA etfA // etfB // fadB // fadR // lcfA -mgsR BSU24770 2564026 2564406 transcriptional regulator of stress mgsR BSU24770 -ydeF BSU05180 564713 566101 putative PLP-dependent transcriptional regulator -pdaB BSU01570 159779 160543 polysaccharide deacetylase involved in sporulation pdaB BSU01570 -yvgN BSU33400 3426749 3427579 promiscuous glyoxal/methylglyoxal reductase yvgN BSU33400 -ackA BSU29470 3015111 3016298 acetate kinase ackA BSU29470 -pbpF BSU10110 1083851 1085995 penicillin-binding protein 2C (1F class) required for spore germination pbpF BSU10110 -epsI BSU34290 3520030 3521106 putative polysaccharide pyruvyl transferase involved in biofilm matrix formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA -ywdH BSU37960 3896290 3897660 putative aldehyde dehydrogenase ywdH BSU37960 -yitI BSU11000 1178218 1178667 putative N-acetyltransferase -pdhB BSU14590 1529445 1530422 pyruvate dehydrogenase (E1 beta subunit) pdhD // pdhC // pdhB // pdhA pdhD // pdhC // pdhB // pdhA -yxkH BSU38800 3983187 3984026 putative exported polysaccharide deacetylase, lipoprotein yxkH BSU38800 -dhaS BSU19310 2100580 2102067 aldehyde dehydrogenase -rpoZ BSU15690 1642567 1642770 omega subunit of RNA polymerase -ansR BSU23590 2456990 2457340 transcriptional regulator of ansAB (Xre family) ansR BSU23590 -yorZ BSU20200 2170030 2170242 conserved hypothetical protein; phage SPbeta -yabM BSU00570 64817 66415 putative exporter yabR // divIC // yabQ // yabP // yabO // yabN // yabM yabR // divIC // yabQ // yabP // yabO // yabN // yabM -yqhH BSU24580 2549775 2551448 putative RNA polymerase-associated helicase protein -rph BSU28370 2901154 2901891 ribonuclease PH -rpsM BSU01410 147973 148338 ribosomal protein S13 -yddM BSU05030 548710 549651 ICEBs1 mobile element: putative helicase -ribR BSU29300 3000985 3001677 RNA-binding riboflavin kinase ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA -yvrG BSU33210 3406614 3408356 two-component sensor histidine kinase YvrG innvolved in cell wall processes [YvrH] -rimI BSU05930 642810 643265 ribosomal protein S18 alanine N-acetyltransferase -yhaP BSU09900 1063480 1064739 Na+-dependent exporter (ABC permease) -yvfS BSU34080 3497614 3498351 putative ABC transporter (permease) -rocA BSU37780 3878966 3880513 delta-1-pyrroline-5 carboxylate dehydrogenase rocC // rocB // rocA rocC // rocB // rocA -yisQ BSU10820 1160776 1162143 putative Na(+)-driven efflux transporter yisQ BSU10820 -fruK BSU14390 1508330 1509241 fructose-1-phosphate kinase fruA // fruK // fruR fruA // fruK // fruR -katX BSU38630 3964997 3966640 major catalase in spores katX BSU38630 -yobT BSU19080 2081753 2082454 putative metal-dependent hydrolase -pyrP BSU15480 1619023 1620330 uracil permease pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR -spoVAD BSU23410 2440775 2441791 stage V sporulation protein AD (uptake of pyridine-2,6-dicarboxylic acid) spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA -yosR BSU20030 2159742 2159984 SPbeta phage putative thiol disulfide oxidoreductase fragment -metS BSU00380 45633 47627 methionyl-tRNA synthetase metS BSU00380 -spoIIIAH BSU24360 2532353 2533009 stage III sporulation ratchet engulfment protein spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV -lonA BSU28200 2880466 2882790 class III heat-shock ATP-dependent LonA protease ysxC // lonA ysxC // lonA -rplNA BSU01260 140451 140819 ribosomal protein L14 -immR BSU04820 531130 531513 ICEBs1 mobile element: transcriptional regulator (Xre family) -phoR BSU29100 2976068 2977807 PhoR sensory histidine kinase, phosphorylated // PhoR two-component sensory histidine kinase phoR // phoP phoR // phoP -yuxN BSU33030 3388113 3388988 putative transcriptional regulator yuxN BSU33030 -ydhE BSU05720 618095 619282 putative glycosyltransferase ydhE BSU05720 -yheN BSU09660 1040861 1041709 putative polysaccharide deacetylase yheN BSU09660 -pgm BSU33910 3477877 3479412 phosphoglycerate mutase eno // pgm // tpiA // pgk // gapA // cggR eno // pgm // tpiA // pgk // gapA // cggR -ywfO BSU37600 3859535 3860836 putative metal-dependent nucleotide (pyro)phosphohydrolase -sbcD BSU10640 1143577 1144752 DNA repair exonuclease hlpB // sbcC // sbcD hlpB // sbcC // sbcD -ykuP BSU14170 1488413 1488868 short-chain flavodoxin ykuP // ykuO // ykuN ykuP // ykuO // ykuN -ywaF BSU38440 3945530 3946243 putative integral membrane protein of unknown function -yozY BSU18908 2060817 2061077 putative transcriptional regulator from bacteriophage; putative defective prophage 6 -divIB BSU15240 1593704 1594495 cell-division initiation protein sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE -resB BSU23140 2419179 2420807 factor required for cytochrome c synthesis resE // resD // resC // resB // resA resE // resD // resC // resB // resA -yotK BSU19850 2153171 2153356 putative nucleic acid binding protein; phage SPbeta yotK BSU19850 -yaaH BSU00160 23868 25151 spore peptidoglycan N-acetylglucosaminidase yaaH BSU00160 -yqiK BSU24180 2514169 2514900 glycerophosphodiester phosphodiesterase (exolytic cleavage of individual teichoic acid monomer units) yqiK // yqiI // yqiH yqiK // yqiI // yqiH -radC BSU28040 2861840 2862535 conserved nucleotide-related metabolism protein radC BSU28040 -rplGB BSU01090 129340 129588 K-turn RNA binding protein; alternative ribosomal protein L7A -ddl BSU04560 508248 509312 D-alanyl-D-alanine ligase A -infC BSU28870 2952828 2953349 initiation factor IF-3 ysdA // rplT // rpmI // infC ysdA // rplT // rpmI // infC -fadA BSU32830 3368839 3370014 acetyl-CoA C-acyltransferase fadE // fadA // fadN // fadM fadE // fadA // fadN // fadM -ydfN BSU05480 596478 597098 putative oxidoreductase ydfP // ydfN // ydfO ydfP // ydfN // ydfO -yhdH BSU09470 1024865 1026220 putative sodium-dependent transporter -catR BSU33680 3457615 3457941 transcriptional regulator of catechol dioxygenase -albE BSU37410 3839852 3841012 peptidase involved in subtilosin A production albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA -yhjC BSU10460 1120628 1120828 putative exported protein yhjB // yhjC yhjB // yhjC -splA BSU13920 1461453 1461692 TRAP-like transcriptional negative regulator of spore photoproduct lyase splB // splA splB // splA -ywbO BSU38250 3925797 3926399 putative sulfur oxido-reductase ywbO BSU38250 -yoaR BSU18720 2041928 2042839 putative factor for cell wall maintenance or synthesis yoaR BSU18720 -ylbL BSU15050 1572765 1573790 putative degradative enzyme -dgrA BSU22910 2397019 2397672 cyclic di-GMP receptor -yodM BSU19650 2136913 2137524 phosphatidylglycerol phosphate (PGP) phosphatase; undecaprenyl-pyrophosphate phosphatase (promiscuous activity) -nadC BSU27860 2847048 2847917 nicotinate-nucleotide pyrophosphorylase (quinolinate phosphoribosyltransferase) nadA // nadC // nadB nadA // nadC // nadB -bmr BSU24010 2494656 2495825 multidrug-efflux transporter bmrR // bmr // bmrU bmrR // bmr // bmrU -ydaP BSU04340 488830 490554 acetyl-phosphate generating pyruvate oxidase ydaP BSU04340 -radA BSU00870 106096 107472 DNA repair protein; 6-O-methylguanine-DNA methyltransferase disA // radA // clpC // mcsB // mcsA // ctsR disA // radA // clpC // mcsB // mcsA // ctsR -sspG BSU32640 3354066 3354212 small acid-soluble spore protein yurS // sspG yurS // sspG -glcF BSU28690 2934594 2935928 glycolate oxidase (iron-sulfur subunit) glcF BSU28690 -glpK BSU09290 1003344 1004834 glycerol kinase (sn-glycerol-3-phosphate generating) glpK // glpF glpK // glpF -ydeQ BSU05300 576209 576802 putative NAD(P)H oxidoreductase involved in regulating potassium efflux ydeQ BSU05300 -ywjA BSU37230 3819754 3821481 putative ABC lipid transporter (ATP-binding protein) ywjA BSU37230 -csoR BSU33520 3443896 3444201 repressor of copper utilisation proteins-Cu(I) csoR BSU33520 -queF BSU13750 1441291 1441788 NADPH-dependent 7-cyano-7-deazaguanine reductase -yhfK BSU10260 1100219 1100863 putative NAD-binding epimerase / hydratase -gltC BSU18460 2014779 2015681 transcriptional regulator (LysR family) (GltC-glutamate) gltC BSU18460 -vpr BSU38090 3907844 3910264 extracellular serine protease vpr BSU38090 -trpE BSU22680 2375869 2377416 anthranilate synthase aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE -ylaK BSU14810 1549465 1550793 putative phosphate starvation inducible protein ylaK BSU14810 -apt BSU27610 2822901 2823413 adenine phosphoribosyltransferase apt // recJ apt // recJ -yojK BSU19420 2117051 2118268 putative YDP-glycosyltransferase -pxpR BSU04100 461615 462367 transcriptional regulator of the pxp operon (IclR family) pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC -yqjQ BSU23780 2471002 2471781 putative metabolite dehydrogenase, NAD-binding yqjT // coaA // dsdA // yqjQ // yqjP yqjT // coaA // dsdA // yqjQ // yqjP -pucR BSU32420 3328762 3330357 transcriptional regulator of the purine degradation operon pucM // pucL // pucK // pucJ // pucR pucM // pucL // pucK // pucJ // pucR -coaX BSU00700 79092 79868 pantothenate kinase type III -yhcF BSU09060 981237 981602 putative transcriptional regulator (GntR family) yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI -xsa BSU28510 2913661 2915148 α-L-arabinofuranosidase 2 xsa BSU28510 -prfA BSU37010 3797085 3798155 peptide chain release factor 1 -cdnL BSU05130 560151 560612 transcriptional regulator for repair and outgrowth of heat damaged spores -kinE BSU13530 1419213 1421429 two-component sensor histidine kinase ogt // kinE ogt // kinE -sspJ BSU33340 3421465 3421605 small acid-soluble spore protein sspJ BSU33340 -ppsE BSU18300 1960198 1964037 nonribosomal plipastatin synthetase E -ecsA BSU10040 1077440 1078183 ABC transporter (ATP-binding protein) +nprE BSU14700 1540036 1541601 extracellular neutral metalloprotease nprE BSU14700 +yrpG BSU26850 2742909 2743889 putative aldo-keto reductase yrpG BSU26850 mgsA BSU22480 2358911 2359324 methylglyoxal synthase dapB // ypjD // birA // cca // bshA // bshB1 // mgsA dapB // ypjD // birA // cca // bshA // bshB1 // mgsA -spsC BSU37890 3889732 3890901 putative glutamine-dependent sugar transaminase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA -alaS BSU27410 2798174 2800810 alanyl-tRNA synthetase -rnjA BSU14530 1523118 1524785 ribonuclease J1 rnjA // rpoY rnjA // rpoY -yczG BSU03880 439709 440023 putative transcriptional regulator (ArsR family) yczG BSU03880 -yocH BSU19210 2092899 2093762 exported cell wall lytic enzyme yocH BSU19210 -yutI BSU32220 3310386 3310721 putative iron-sulfur scaffold protein yutI BSU32220 -spoIIM BSU23530 2450403 2451047 autolysin component for dissolution of the septal cell wall (stage II sporulation) spoIIM BSU23530 -ssuA BSU08840 962179 963177 aliphatic sulfonate ABC transporter (binding lipoprotein) ygaN // ssuD // ssuC // ssuA // ssuB ygaN // ssuD // ssuC // ssuA // ssuB -prs BSU00510 57745 58698 phosphoribosylpyrophosphate synthetase ctc // prs // gcaD ctc // prs // gcaD -atpD BSU36810 3781491 3782912 ATP synthase (subunit beta, component F1) atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI atpC // atpD // atpG // atpA // atpH // atpF // atpE // atpB // atpI -ilvB BSU28310 2895248 2896972 acetohydroxy-acid synthase (large subunit) leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB -tnrA BSU13310 1397411 1397743 nitrogen sensing transcriptional regulator tnrA BSU13310 -conG BSU04960 541578 544025 ICEBs1 conjugation machinery -asrE BSU_misc_RNA_74 2069732 2070115 small regulatory antitoxin RNA, toxin-antitoxin type I system (BsrE/AsrE) -yvqK BSU33150 3400537 3401118 putative ATP:cob(I)alamin adenosyltransferase -eglS BSU18130 1940625 1942124 endo-1,4-beta-glucanase eglS BSU18130 -khtU BSU09850 1059203 1060420 proton/potassium antiporter; methylglyoxal resistance -mrfA BSU22220 2334581 2336830 ATP-dependent helicase -bacB BSU37730 3872869 3873576 3-((4R)-4-hydroxycyclohexa-1, 5-dien-1-yl)-2-oxopropanoate isomerase bacF // bacE // bacD // bacC // bacB // bacA bacF // bacE // bacD // bacC // bacB // bacA -yrhO BSU27110 2768827 2769654 putative transcriptional regulator controlling amino acid export -moaE BSU14300 1498966 1499439 molybdopterin synthase (large subunit) -yclD BSU03652 414819 415283 putative FMN-binding enzyme subunit -yobO BSU19030 2076206 2078626 putative phage-related pre-neck appendage protein; defective prophage 6 yobO BSU19030 -dhbA BSU32000 3291511 3292296 2,3-dihydro-2,3-dihydroxybenzoate dehydrogenase dhbF // dhbB // dhbE // dhbC // dhbA dhbF // dhbB // dhbE // dhbC // dhbA -ypuA BSU23370 2436045 2436917 putative exported protein ypuA BSU23370 -fabL BSU08650 937079 937831 enoyl-acyl carrier protein reductase III sspE // fabL // mutY sspE // fabL // mutY -holB BSU00310 40665 41654 DNA polymerase III clamp loader delta' subunit -mta BSU36600 3764133 3764906 transcriptional regulator regulating efflux transporters synthesis (Fur-independent bacillibactin export) mta BSU36600 -hemC BSU28150 2875951 2876895 porphobilinogen deaminase (hydroxymethylbilane synthase) hemL // hemB // hemD // hemC // hemX // hemA hemL // hemB // hemD // hemC // hemX // hemA -purU BSU13110 1377243 1378145 formyltetrahydrofolate hydrolase -rsbV BSU04710 522088 522417 anti-anti-sigma factor (antagonist of RsbW) rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA -spoIIIJ BSU41040 4213823 4214608 Sec-independent factor for membrane protein insertion (YidC/SpoIIIJ family) jag // spoIIIJ jag // spoIIIJ -yusZ BSU32980 3382633 3383475 putative short-chain acyl dehydrogenase -ccdA BSU17930 1923234 1923941 cytochrome c-type biogenesis protein CcdA; thiol-disulfide oxido-reductase yneJ // yneI // ccdA yneJ // yneI // ccdA -fluC BSU09600 1036953 1037309 fluoride efflux channel component A -bpsB BSU22040 2316446 2316952 alkylpyrone methyltransferase (polyketide synthesis) -ywhB BSU37540 3853486 3853674 2-hydroxymuconate tautomerase (promiscuous) ywhB BSU37540 -yraK BSU26910 2749660 2750475 putative hydrolase -ykuE BSU14050 1477069 1477929 exported metallophosphoesterase (Mn2+ and Zn2+) -srfAA BSU03480 376968 387731 surfactin synthetase srfAD // srfAC // comS // srfAB // srfAA srfAD // srfAC // comS // srfAB // srfAA -xynA BSU18840 2054599 2055240 secreted endo-1,4-beta-xylanase xynA BSU18840 -yuzC BSU31730 3257693 3258061 inner spore coat protein yuzC BSU31730 -aroC BSU23080 2412706 2413473 3-dehydroquinate dehydratase aroC BSU23080 -yfiV BSU08410 916124 916606 putative transcriptional regulator (MarR family) yfiV BSU08410 +cdaA BSU01750 196213 197034 diadenylate cyclase glmM // cdaR // cdaA glmM // cdaR // cdaA +ezrA BSU29610 3029729 3031417 negative regulator of FtsZ ring formation ezrA BSU29610 +kdgK BSU22110 2323601 2324575 2-keto-3-deoxygluconate kinase kdgT // kdgA // kdgK // kdgR kdgT // kdgA // kdgK // kdgR +epsD BSU34340 3525250 3526395 putative extracellular matrix glycosyltransferase epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +yvfU BSU34060 3495876 3496478 two-component response regulator [YvfT] In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spsQ BSU07300 801172 802350 putative glycosyltransferase (complex carbohydrate synthase) spsR // spsQ // spsP // spsO // spsN spsR // spsQ // spsP // spsO // spsN +yuzM BSU32859 3373743 3373988 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tetL BSU40780 4189091 4189153 tetracycline resistance leader peptide tetB // tetL tetB // tetL +xkzB BSU12672 1334815 1334964 phage PBSX; conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybaS BSU01590 178665 179585 putative sodium dependent transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +araB BSU28790 2945689 2947371 L-ribulokinase abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA +yugT BSU31290 3214372 3216036 putative oligo-1,6-glucosidase yugT BSU31290 +yxeR BSU39450 4054354 4055466 putative ethanolamine permease yxxB // yxeR yxxB // yxeR +engD BSU40920 4199843 4200943 potassium-dependent informational ATPase interacting with 70S ribosome; ROS stress regulator engD // rpsR // ssbA // rpsF engD // rpsR // ssbA // rpsF +mntD BSU30740 3142077 3142964 Mn2+ ABC transporter membrane subunit MntD mntD // mntC // mntB // mntA mntD // mntC // mntB // mntA +tagG BSU35710 3675167 3675994 wall teichoic acid ABC transporter membrane subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +queA BSU27720 2833899 2834927 S-adenosylmethionine tRNA ribosyltransferase-isomerase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +albG BSU37430 3842294 3842995 putative integral membrane protein involved in subtilosin production and immunity albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA +yoqA BSU20700 2201125 2201475 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). pdxS BSU00110 19062 19946 glutamine amidotransferase for pyridoxal phosphate synthesis; pyridoxal 5'-phosphate synthase complex, synthase subunit pdxT // pdxS pdxT // pdxS -spoIIID BSU36420 3748421 3748702 transcriptional regulator (stage III sporulation) flhP // flhO // mbl // spoIIID // usd flhP // flhO // mbl // spoIIID // usd -minD BSU27990 2857776 2858582 ATPase activator of MinC minD // minC // mreD // mreC // mreB minD // minC // mreD // mreC // mreB -htrA BSU12900 1357936 1359285 membrane bound serine protease Do, quality control protease and chaperone (heat-shock protein) htrA BSU12900 -ydbJ BSU04490 502908 503834 putative ABC transporter (ATP-binding subunit) -ccpB BSU40870 4196786 4197721 transcriptional repressor of carbon supply (LacI family) exoA // ccpB exoA // ccpB -yusE BSU32770 3365069 3365389 putative thiol-disulfide oxidoreductase with thioredoxin domain yusD // yusE yusD // yusE -ynzK BSU17699 1904393 1904749 putative membrane protein of unknown function (phage origin) -lytE BSU09420 1018998 1020002 cell wall dl-endopeptidase; phosphatase-associated protein (major autolysin) lytE BSU09420 -thyB BSU21820 2297106 2297900 thymidylate synthase B -sboX BSU37360 3836146 3836298 putative bacteriocin-like product albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA +arfM BSU37290 3830141 3830617 transcriptional regulator arfM BSU37290 +yonP BSU21030 2222340 2222534 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +srdFi BSU_misc_RNA_76 2160390 2161194 intron of subunit F of phage SPbeta ribonucleotide reductase containing CDS for homing endonuclease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sdaM BSU_misc_RNA_80 2647405 2647663 antisense RNA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoVB BSU27670 2829564 2831120 involved in spore cortex synthesis (stage V sporulation); translocase with flippase function for peptidoglycan synthesis spoVB BSU27670 +acsA BSU29680 3038213 3039931 acetyl-CoA synthetase acsA BSU29680 +yhjC BSU10460 1120628 1120828 putative exported protein yhjB // yhjC yhjB // yhjC +yrrB BSU27490 2808707 2809327 putative tetratricopeptide repeat family protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ssbB BSU36310 3740206 3740547 single-strand DNA-binding protein ssbB // phoC // glcR ssbB // phoC // glcR +yjcG BSU11850 1256862 1257377 2',3'-cyclic phosphodiesterase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gdh BSU03930 445344 446129 forespore glucose 1-dehydrogenase gdh // glcU gdh // glcU +yneN BSU18010 1929481 1929993 putative membrane-bound proteins with a thioredoxin-like domain yneN BSU18010 +metK BSU30550 3127825 3129027 S-adenosylmethionine synthetase metK // alaP // asnB metK // alaP // asnB +ffh BSU15980 1672174 1673514 signal recognition particle-like (SRP) GTPase ffh // ylxM ffh // ylxM +yxjH BSU38950 3997964 3999097 putative methyl-tetrahydrofolate methyltransferase (biofilm formation) yxjH BSU38950 +ybzG BSU01389 147312 147536 putative ribosome binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). azlD BSU26700 2728647 2728979 branched-chain amino acid / methionine exporter yrdK // brnQ // azlD // azlC // azlB yrdK // brnQ // azlD // azlC // azlB -papB BSU13860 1453691 1454782 Xaa-Pro Xaa-Pro-Xaa di-tri-peptidase used in osmoprotection -nasB BSU03320 360442 362757 assimilatory nitrate reductase (electron transfer subunit NasB) nasC // nasB // nasF // nasE // nasD nasC // nasB // nasF // nasE // nasD -yoaK BSU18640 2033895 2034572 putative membrane protein -yuxJ BSU31480 3232640 3233818 putative exporter induced in acid stress -engA BSU22840 2390206 2391516 GTPase essential for ribosome 50S subunit assembly (maturation of the 50S subunit central protoberance) -yfiC BSU08220 895619 897433 putative ABC transporter (ATP-binding protein) yfiC // malQ yfiC // malQ -yrzF BSU27785 2840110 2840757 putative serine/threonine-protein kinase -ywqL BSU36170 3724420 3725136 endonuclease V ywqL BSU36170 -ydaK BSU04280 480013 480864 cyclic-di-GMP receptor ydaN // ydaM // ydaL // ydaK // ydaJ ydaN // ydaM // ydaL // ydaK // ydaJ -xkdT BSU12730 1341350 1342396 phage PBSX; putative base plate assembly protein -frlM BSU32580 3347919 3348821 fructose-amino acid permease frlD // frlM // frlN // frlO // frlB // yurQ // yurR frlD // frlM // frlN // frlO // frlB // yurQ // yurR -yybD BSU40680 4181456 4181899 putative acetyltransferase yybC // yybD // yybE yybC // yybD // yybE -pucF BSU32530 3342433 3343671 allantoate amidohydrolase pucG // pucF pucG // pucF -glnA BSU17460 1878425 1879759 glutamine synthetase glnA // glnR glnA // glnR +ytdA BSU30850 3154735 3155553 putative UTP-glucose-1-phosphate uridylyltransferase ytdA BSU30850 +BSU_40576 BSU_40576 4171801 4171986 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +comGB BSU24720 2557983 2558954 membrane pilin platform component of the DNA transport machinery spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA spoIIIL // comGG // comGF // comGE // comGD // comGC // comGB // comGA +ohrB BSU13160 1382020 1382430 organic hydroperoxide resistance reductase B ykzN // ohrB ykzN // ohrB +albE BSU37410 3839852 3841012 peptidase involved in subtilosin A production albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA +yfiB BSU08210 893904 895625 ABC family transporter ATP-binding/membrane protein YfiB yfiC // yfiB yfiC // yfiB +trnD-Phe BSU_TRNA_35 952131 952206 tRNA-Phe trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +yorQ BSU20290 2173956 2174111 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +efpI BSU16870 1759655 1760383 EF-P-5 aminopentanone reductase (EF-P repair enzyme), NADPH-dependent In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ssdC BSU04630 516241 517257 spore shape development protein SsdC ssdC BSU04630 +ligV BSU13410 1406357 1407292 ATP-dependent DNA ligase subunit Ku; AP/deoxyribose 5'-phosphate (5'-dRP)-lyase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dnaK BSU25470 2626112 2627947 molecular chaperone, ATP-dependent mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA +iolT BSU06230 676442 677863 myo-inositol transporter iolT BSU06230 +glnK BSU36520 3758016 3758366 nitrogen-regulated PII-like regulator protein // nitrogen-regulated PII-like regulator protein glnK // amtB glnK // amtB +yizD BSU11549 1233133 1233300 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yorS BSU20270 2172932 2173450 putative 5'(3')-deoxyribonucleotidase; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fabHB BSU10170 1092770 1093747 beta-ketoacyl-acyl carrier protein synthase III 2 fabHB BSU10170 +mtbP BSU20250 2171401 2172732 DNA (cytosine-5-)-methyltransferase; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rghRA BSU33660 3456667 3457074 transcriptional repressor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ascR BSU29400 3008938 3009864 transcriptional regulator of operon snaA-ytnM degrading cysteine-containing compounds (AscR-N-acetylcysteine) ascR BSU29400 +hutU BSU39360 4043574 4045232 urocanase hutM // hutG // hutI // hutU // hutH // hutP hutM // hutG // hutI // hutU // hutH // hutP +mrpF BSU31650 3251724 3252008 Na+:H+ antiporter subunit F mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA +yyzG BSU40259 4137087 4137257 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sinI BSU24600 2552446 2552619 antagonist of SinR sinR // sinI sinR // sinI +forE1 BSU12170 1288541 1289101 formate dehydrogenase subunit ForE1 forE1 // forC1 forE1 // forC1 +ung BSU37970 3897685 3898362 uracil-DNA glycosylase ung BSU37970 +gpr BSU25540 2634505 2635611 spore germination protease gpr BSU25540 +yjkA BSU12240 1294996 1295748 ABC family transporter membrane protein YjkA yjkA // yjkB yjkA // yjkB +yesV BSU07040 769487 770113 putative integral inner membrane component In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ymaG BSU17310 1865512 1865787 inner spore coat protein; cell wall associated protein ymaG BSU17310 +BSU_38495 BSU_38495 3951824 3951958 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ymfK BSU16890 1760851 1761303 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhaX BSU09830 1056702 1057568 putative hydrolase yhaX BSU09830 +yunE BSU32380 3325078 3325899 putative transporter yunD // yunE // yunF // yunG yunD // yunE // yunF // yunG +yqbT BSU25980 2669324 2670370 putative phage baseplate assembly protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfhI BSU08540 926886 928079 putative efflux transporter yfhI BSU08540 +yycO BSU40280 4138800 4139537 conserved exported protein yycQ // yycP // yycO yycQ // yycP // yycO +yeaD BSU06340 689146 690342 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydzW BSU06077 658615 658758 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxeF BSU39570 4065074 4065508 lipocalin-like lipoprotein yxeH // yxeG // yxeF yxeH // yxeG // yxeF +ykuH BSU14080 1481547 1482095 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydaT BSU04380 492989 493441 conserved protein of unknown function ydaS // ydaT ydaS // ydaT +yoqP BSU20550 2194718 2195059 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +maeN BSU31580 3244770 3246116 Na+/malate symporter maeN BSU31580 +ykrA BSU14550 1525386 1526159 putative hydrolase ykrA BSU14550 +yojB BSU19510 2124529 2124765 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +penP BSU18800 2048533 2049453 beta-lactamase precursor (putative hydrolase) penP BSU18800 +BSU_11525 BSU_11525 1229719 1229841 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxiB BSU39320 4038794 4039159 conserved protein of unknown function yxiB BSU39320 +yrpDX BSU_26826 2740769 2740846 expressed polypeptide of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhaI BSU09980 1072768 1073109 conserved protein of unknown function yhaI BSU09980 +btr BSU01640 183414 185003 transcriptional activator (AraC/XylS family) of synthesis and uptake of the siderophore bacillibactin btr BSU01640 +ydaC BSU04180 470957 471502 putative methyltransferase ydaC BSU04180 +rnjB BSU16780 1749418 1751085 dual activity 5' exo-and endoribonuclease J2 rnjB BSU16780 +cysH BSU15570 1630382 1631083 (phospho)adenosine phosphosulfate reductase sirC // sirB // sumT // cysC // sat // cysP // cysH sirC // sirB // sumT // cysC // sat // cysP // cysH +ycbP BSU02590 281769 282155 putative inner integral membrane protein ycbP BSU02590 +ybdK BSU02010 221950 222912 two-component system sensor histidine kinase [YbdJ] ybdK BSU02010 +forE2 BSU27230 2784170 2784652 formate dehydrogenase ForE2 forE2 // forC2 forE2 // forC2 +yqgN BSU24890 2573760 2574323 5-formyltetrahydrofolate cyclo-ligase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mreBH BSU14470 1516574 1517581 cell-shape determining protein ykpC // mreBH ykpC // mreBH +yvzJ BSU34729 3568282 3568491 putative lipoprotein yvzJ BSU34729 +murB BSU15230 1592663 1593574 UDP-N-acetylenolpyruvoylglucosamine reductase sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE +yjcR BSU11960 1267574 1268101 putative phage-related nucleic acid binding terminase small subunit; phage island In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rplF BSU01310 142402 142941 ribosomal protein L6 (BL8) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mcpA BSU31240 3206169 3208154 methyl-accepting chemotaxis protein mcpA // tlpA mcpA // tlpA +yrdD BSU26750 2732747 2732881 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrzM BSU26558 2714231 2714548 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yuiF BSU32040 3294942 3296270 histidine / basic amino acid transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytkC BSU30640 3135668 3136072 putative autolytic amidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_11515 BSU_11515 1228961 1229101 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +phrF BSU37470 3847130 3847249 secreted regulator of the activity of phosphatase RapF phrF // rapF phrF // rapF +spoIID BSU36750 3776722 3777753 lytic transglycosylase; autolysin required for complete dissolution of the asymmetric septum (stage II sporulation) spoIID BSU36750 +skfE BSU01950 216913 217632 sporulation killing factor efflux transporter, ATP-binding protein SkfE skfH // skfG // skfF // skfE // skfC // skfB // skfA skfH // skfG // skfF // skfE // skfC // skfB // skfA +adhA BSU27010 2756312 2757361 S-(hydroxymethyl)bacillithiol dehydrogenase adhA // yraA adhA // yraA +murI BSU26810 2738308 2739105 glutamate racemase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhbJ BSU09000 977069 977734 putative membrane fusion protein; putative exporter subunit (benzoate transcriptome) yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI +frlN BSU32590 3348825 3349703 fructosylamine ABC transporter membrane subunit FrlN frlD // frlM // frlN // frlO // frlB // yurQ // yurR frlD // frlM // frlN // frlO // frlB // yurQ // yurR +ykuT BSU14210 1491221 1492024 small-conductance mechanosensitive channel ykuT BSU14210 +fswB BSU_misc_RNA_78 2410581 2410888 flavin mononucleotide riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yobQ BSU19050 2079611 2080336 putative transcriptional regulator (AraC/XylS family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqkE BSU23630 2460278 2460502 conserved protein of unknown function yqkE BSU23630 +epeP BSU40160 4125742 4126500 putative membrane metalloprotease epeB // epeA // epeP // epeE // epeX epeB // epeA // epeP // epeE // epeX +trnD-Glu BSU_TRNA_31 951788 951859 tRNA-Glu trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +yfiY BSU08440 919366 920343 xenosiderophore schizokinen (dihydroxamate) transporter binding lipoprotein yfiY BSU08440 +recQ BSU23020 2406922 2408412 ATP-dependent DNA helicase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ccpN BSU25250 2604959 2605597 negative regulator of gluconeogenesis yqfL // ccpN yqfL // ccpN +rpoC BSU01080 125562 129161 RNA polymerase (beta' subunit) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rrnG-16S BSU_RRNA_25 171498 173049 ribosomal RNA-16S In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrhO BSU27110 2768827 2769654 putative transcriptional regulator controlling amino acid export In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrkH BSU26510 2711109 2712242 putative sulfur transferase / hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glxA BSU38370 3937135 3937515 glyoxalase I; hemithioacetal-bacillithiol lactoyl-bacillithiol formation glxA BSU38370 +kre BSU14020 1474560 1475024 regulator of transcription factor ComK function via modulation of mRNA stability kre BSU14020 +yrzQ BSU27468 2805348 2805479 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). yhcT BSU09210 995624 996532 putative RNA pseudouridine synthase yhcT BSU09210 -yokE BSU21620 2280881 2281363 conserved protein of unknown function; phage SPbeta -spo0F BSU37130 3809550 3809924 two-component response regulator of sporulation initiation spo0F BSU37130 -yrkK BSU26480 2708943 2709419 putative integral inner membrane protein -kinD BSU13660 1431486 1433006 checkpoint protein linking spore formation to extracellular matrix production kinD BSU13660 -nadE BSU03130 338288 339106 ammonium-dependent NAD+ synthetase nadE BSU03130 -ggt BSU18410 2004677 2006440 membrane bound gamma-glutamyltranspeptidase ggt BSU18410 -yugT BSU31290 3214372 3216036 putative oligo-1,6-glucosidase yugT BSU31290 -trpA BSU22630 2371508 2372311 tryptophan synthase (alpha subunit) aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE -yfjQ BSU08000 871347 872306 divalent cation (octahedral coordination) transporter yfjQ BSU08000 -aspS BSU27550 2814743 2816521 aspartyl-tRNA synthetase, promiscuous (also recognizes tRNAasn) -rbsC BSU35950 3705165 3706133 ribose ABC transporter (permease) rbsB // rbsC // rbsA // rbsD // rbsK // rbsR rbsB // rbsC // rbsA // rbsD // rbsK // rbsR -ycsD BSU04030 455346 455738 putative hydroxyacyl-(acyl carrier protein) dehydratase ycsD BSU04030 -xkdE BSU12590 1327195 1328682 phage PBSX; phage capsid portal protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA -fisB BSU32350 3322463 3323227 protein required for membrane fission during spore formation fisB BSU32350 -yycB BSU40480 4159790 4160998 putative anion ABC transporter (permease) yycB // yycC yycB // yycC -yhbI BSU08990 976569 977033 putative transcriptional regulator (MarR family) induced by acid stress yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI -pghC BSU17270 1863448 1864155 gamma-polyglutamate hydrolase (phage origin) -ywlE BSU36930 3791805 3792257 protein-arginine(tyrosine moonlighting) phosphatase (oxidative stress) -sunS BSU21450 2265668 2266936 sublancin glycosyltransferase; phage SPbeta sunA // bdbB // sunS // bdbA // sunT sunA // bdbB // sunS // bdbA // sunT -rsgI BSU13460 1412644 1413789 sigmaI modulating factor rsgI // sigI rsgI // sigI -yqaJ BSU26290 2696030 2696989 putative nuclease; skin element -yngHA BSU18240 1953181 1954515 biotin carboxylase for subunit LdeHB of methylcrotonyl-CoA carboxylase yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ -yceJ BSU02960 319180 320352 putative carbohydrate transporter (possibly exporter) -panD BSU22410 2352592 2352975 aspartate 1-decarboxylase -gbsB BSU31050 3183867 3185075 choline dehydrogenase gbsB // gbsA gbsB // gbsA -pbpI BSU27310 2789686 2791440 penicillin-binding protein PBP4B yrrS // pbpI yrrS // pbpI -yfkQ BSU07790 848633 850174 putative spore germination protein yfkT // yfkS // yfkR // yfkQ yfkT // yfkS // yfkR // yfkQ -rapC BSU03770 428831 429979 response regulator aspartate phosphatase phrC // rapC phrC // rapC -lytD BSU35780 3684826 3687468 exported N-acetylglucosaminidase (major autolysin) (CWBP90) lytD BSU35780 -yutM BSU32160 3305599 3305961 sulfur carrier chaperone involved in Fe-S cluster assembly -rapA BSU12430 1315869 1317005 response regulator aspartate phosphatase phrA // rapA phrA // rapA -thiC BSU08790 955895 957667 phosphomethylpyrimidine synthase monomer -yycS BSU40240 4135351 4135764 putative lipoprotein yycS BSU40240 -ywmD BSU36730 3774655 3775329 putative exported protein ywmD BSU36730 -pksC BSU17100 1783763 1784629 malonyl-CoA-acyltransferase involved in bacillaene synthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC -thiV BSU13230 1390439 1391038 thiamine transporter, permease component -yomM BSU21300 2245147 2246148 putative integrase; phage SPbeta -bsrC BSU_misc_RNA_64 474329 474597 small regulatory RNA bsrC BSU_misc_RNA_64 -yqbE BSU26140 2683207 2684142 putative phage capsid protein; skin element -plsY BSU18070 1931920 1932501 acylphosphate:glycerol-3-phosphate O-acyltransferase -ycdA BSU02780 299438 300502 lipoprotein involved in swarming behaviour ycdA BSU02780 -ypvA BSU22150 2327488 2329413 putative ATP-dependent helicase ypvA BSU22150 -ytcA BSU30860 3155725 3157011 putative UDP-glucose dehydrogenase -levE BSU27060 2761907 2762395 phosphotransferase system (PTS) fructose-specific enzyme IIB component BSU_27035 // sacC // levG // levF // levE // levD BSU_27035 // sacC // levG // levF // levE // levD -yfmE BSU07500 823716 824717 iron-dicitrate ABC transporter (permease) yfmF // yfmE // yfmD // yfmC yfmF // yfmE // yfmD // yfmC -tcyA BSU03610 410656 411462 cystine ABC transporter (substrate-binding lipoprotein) tcyC // tcyB // tcyA tcyC // tcyB // tcyA -tuaB BSU35600 3656752 3658203 putative exporter involved in biosynthesis of teichuronic acid tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB -ald BSU31930 3278325 3279461 L-alanine dehydrogenase (NAD-dependent) ald BSU31930 -yjkB BSU12250 1295748 1296500 putative ABC transporter (ATP-binding protein) -yfhL BSU08580 929406 929738 factor for peptide SdpC immunity yfhM // yfhL // yfhK yfhM // yfhL // yfhK -glxK BSU40040 4112073 4113221 D-glycerate kinase yxaB // glxK yxaB // glxK -ywnJ BSU36540 3759169 3759591 putative integral inner membrane protein ywnJ BSU36540 -cinA BSU16930 1763222 1764472 competence-damage inducible regulator -ykhA BSU13030 1372035 1372553 promiscuous acyl-CoA thioesterase -yonC BSU21140 2235694 2236230 conserved protein of unknown function; phage SPbeta -noc BSU40990 4207897 4208748 DNA-binding protein Spo0J-like noc // rsmG // trmF // trmE noc // rsmG // trmF // trmE -yqcD BSU25940 2667045 2667380 conserved phage protein of unknown function; skin element -lexA BSU17850 1917639 1918256 transcriptional repressor of the SOS regulon lexA BSU17850 -ytlC BSU30610 3133387 3134169 putative ABC anion transporter component, ATP-binding ytlD // ytlC // ytlA ytlD // ytlC // ytlA -ypeP BSU21970 2308967 2309647 ribonuclease -tatCD BSU02640 286048 286776 component of the twin-arginine pre-protein translocation pathway -zinT BSU26830 2741357 2742112 lipoprotein buffering protein for Zn2+ transport zinT BSU26830 -spsQ BSU07300 801172 802350 putative glycosyltransferase (complex carbohydrate synthase) spsR // spsQ // spsP // spsO // spsN spsR // spsQ // spsP // spsO // spsN -nucA BSU03430 372154 372603 endonuclease nin // nucA nin // nucA -fliW BSU35380 3636264 3636695 assembly factor of the flagellum fliW // csrA fliW // csrA -comA BSU31680 3252804 3253448 ComA two-component response regulator, phosphorylated // ComA two-component response regulator yuxO // comA yuxO // comA -aldX BSU39860 4093980 4095317 putative aldehyde dehydrogenase aldX BSU39860 -estB BSU08350 910019 910651 secreted esterase / acylglycerol lipase estB BSU08350 -rpsO BSU16680 1738941 1739210 ribosomal protein S15 (BS18) -ywpD BSU36350 3742384 3743220 putative two-component sensor histidine kinase ywpD BSU36350 -yonV BSU20980 2217967 2219199 conserved protein of unknown function; phage SPbeta -ykaA BSU12850 1350482 1351099 putative PitB transporter accessory protein pit // ykaA pit // ykaA -spoIVCA BSU25770 2653371 2654873 site-specific DNA recombinase; skin element spoIVCA BSU25770 -yyaM BSU40810 4190209 4191126 putative efflux transporter -yttB BSU30350 3107232 3108425 putative efflux transporter yttB BSU30350 -yncB BSU17620 1895378 1896013 DNA nuclease, lipoprotein (phage origin) yncB BSU17620 -ycbC BSU02460 267890 268816 5-dehydro-4-deoxyglucarate dehydratase ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC -ilvA BSU21770 2292769 2294037 threonine dehydratase ypmP // ilvA ypmP // ilvA -rhgZ BSU07080 774799 776790 beta-galacturonidase -yrdP BSU26640 2722767 2723804 putative oxidoreductase -yvkC BSU35190 3615793 3618288 putative phosphotransferase +mrfA BSU22220 2334581 2336830 ATP-dependent helicase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +aseR BSU05330 579541 579876 transcriptional regulator (metals sensing ArsR-SmtB repressors family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yuxJ BSU31480 3232640 3233818 putative exporter induced in acid stress In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tuaA BSU35610 3658407 3658892 tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB +smiA BSU35319 3631763 3632140 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ampS BSU14450 1514997 1516229 aminopeptidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mswF BSU_MISC_RNA_31 2025160 2025251 AdoMet riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fruA BSU14400 1509256 1511163 phosphotransferase system (PTS) fructose-specific enzyme IIABC component fruA // fruK // fruR fruA // fruK // fruR +mdxE BSU34610 3554553 3555806 maltodextrin ABC transporter substrate-binding lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yodC BSU19550 2127813 2128421 water forming NADH oxidase (nitroreductase) yodC BSU19550 +trnY-Phe BSU_TRNA_1 4154787 4154859 tRNA-Phe In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvkB BSU35200 3618364 3618933 putative transcriptional regulator (TetR/AcrR family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yphA BSU22860 2392751 2393350 conserved membrane protein of unknown function ypzH // seaA // yphA ypzH // seaA // yphA +lutP BSU34190 3510780 3512471 L-lactate permease lutP BSU34190 +dxr BSU16550 1722871 1724022 1-deoxy-D-xylulose-5-phosphate reductoisomerase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +epr BSU38400 3939869 3941806 extracellular serine protease epr BSU38400 +yfiU BSU08400 914457 916013 putative efflux transporter yfiU BSU08400 +bshA BSU22460 2357078 2358211 N-acetyl-alpha-D-glucosaminyl L-malate synthase; malate glycosyltransferase for bacillithiol synthesis dapB // ypjD // birA // cca // bshA // bshB1 // mgsA dapB // ypjD // birA // cca // bshA // bshB1 // mgsA +yhfO BSU10310 1106003 1106452 putative N-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bofC BSU27750 2836909 2837421 bypass of forespore C, intercompartmental signaling factor bofC // csbX bofC // csbX +yopM BSU20840 2208328 2208528 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvlC BSU35110 3607123 3607320 membrane associated phage-like stress regulator, nisin resistance yvlD // yvlC // yvlB // yvlA yvlD // yvlC // yvlB // yvlA +rpmGCb BSU23836 2477777 2477899 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yugM BSU31340 3220301 3220672 putative transporter yugN // yugM // pgi yugN // yugM // pgi +yycN BSU40290 4139679 4140149 putative N-acetyltransferase yycN BSU40290 +yrrD BSU27470 2805704 2806228 conserved protein of unknown function yrrD BSU27470 +leuS BSU30320 3102629 3105043 leucyl-tRNA synthetase leuS BSU30320 +yolA BSU21540 2272896 2273363 conserved exported protein of unknown function; SPbeta phage In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnY-Asp BSU_TRNA_2 4154895 4154971 tRNA-Asp In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +nsrR BSU09380 1013411 1013851 NO-dependent activator of the ResDE regulon (Fe-S NO binding site) nsrR BSU09380 +xkdT BSU12730 1341350 1342396 phage PBSX; putative base plate assembly protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hom BSU32260 3314828 3316129 homoserine dehydrogenase thrB // thrC // hom thrB // thrC // hom +ndk BSU22730 2381354 2381803 nucleoside diphosphate kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tpiA BSU33920 3479405 3480166 triose phosphate isomerase eno // pgm // tpiA // pgk // gapA // cggR eno // pgm // tpiA // pgk // gapA // cggR +spoIIP BSU25530 2633237 2634442 spore autolysin (stage II sporulation) yqxA // spoIIP yqxA // spoIIP +yheB BSU09790 1053520 1054653 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tal BSU37110 3807754 3808392 transaldolase tal // fbaA tal // fbaA +polA BSU29090 2973182 2975824 DNA polymerase I In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoyA BSU18979 2069262 2069561 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sweD BSU24930 2576367 2576720 co-factor of the FtsEX-CwlO cell wall hydrolase complex sweC // sweD sweC // sweD +ywbO BSU38250 3925797 3926399 putative sulfur oxido-reductase ywbO BSU38250 +sncZ BSU_misc_RNA_66 559532 559610 putative small conserved untranslated RNA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ynzF BSU17480 1880623 1880967 putative phage protein; defective phage region In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xkdG BSU12610 1329555 1330490 phage PBSX; putative phage chromosome binding protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA +yqaM BSU26260 2693597 2694538 putative helicase loader; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ansZ BSU02690 290915 292042 L-asparaginase 2 (putative lipoprotein) ansZ BSU02690 +ymzD BSU17060 1780618 1781073 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywqB BSU36270 3733852 3735462 putative replication initiation protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lepA BSU25510 2630910 2632748 ribosomal elongation factor, GTPase mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA +sndC BSU10070 1080150 1081340 N-acetyl amino acid acetylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yisN BSU10780 1156504 1157091 conserved hypothetical protein yisN BSU10780 +ypbE BSU23000 2405620 2406342 putative enzyme possibly involved in cell wall turnover In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sigM BSU09520 1029577 1030068 RNA polymerase ECF (extracytoplasmic function)-type sigma factor (sigma(M)) yhdK // yhdL // sigM yhdK // yhdL // sigM +ydzS BSU05343 581228 581329 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pucA BSU32510 3339945 3340937 xanthine dehydrogenase molybdopterin recruitment factor pucE // pucD // pucC // pucB // pucA pucE // pucD // pucC // pucB // pucA +yokB BSU21650 2283858 2284568 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykfB BSU12980 1366844 1367944 L-Ala-D/L-Glu epimerase ykfD // ykfC // ykfB // ykfA ykfD // ykfC // ykfB // ykfA +comN BSU27660 2829152 2829448 post-transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ptsG BSU13890 1457187 1459286 phosphotransferase system (PTS) glucose-specific enzyme IICBA component ptsI // ptsH // ptsG ptsI // ptsH // ptsG +yydA BSU40230 4134436 4134915 23S rRNA (pseudouridine1915-N3)-methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +xkdU BSU12740 1342380 1342958 phage PBSX; conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pbpG BSU37510 3849818 3851893 sporulation specific penicillin-binding protein 2D pbpG BSU37510 +folEA BSU22780 2384783 2385355 GTP cyclohydrolase I mtrB // folEA mtrB // folEA +albA BSU37370 3836323 3837669 subtilosin A thioether formation enzyme albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA +pksE BSU17120 1786104 1788407 enzyme involved in bacillaene synthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC +asnO BSU10790 1157237 1159081 asparagine synthetase (sporulation related) asnO BSU10790 +xynD BSU18160 1944113 1945654 arabinoxylan arabinofuranohydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybxI BSU02090 228549 229352 exported beta-lactamase ybxI BSU02090 +yflB BSU07735 844253 844645 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjfB BSU12120 1283169 1283336 conserved hypothetical protein yjfB BSU12120 +pcrA BSU06610 719370 721589 ATP-dependent DNA helicase yerH // ligA // pcrA // pcrB yerH // ligA // pcrA // pcrB +ydiR BSU06090 659623 660564 type-2 restriction enzyme BsuMI component BsuRA (YdiR); prophage region 3 ydjA // ydiS // ydiR ydjA // ydiS // ydiR +gntZ BSU40080 4117080 4118486 6-phosphogluconate dehydrogenase (NAD+-dependent) gntZ // gntP // gntK // gntR gntZ // gntP // gntK // gntR +purA BSU40420 4155433 4156725 adenylosuccinate synthetase purA BSU40420 +pdhA BSU14580 1528326 1529441 pyruvate dehydrogenase (E1 alpha subunit) pdhD // pdhC // pdhB // pdhA pdhD // pdhC // pdhB // pdhA +yrrT BSU27280 2787846 2788487 putative AdoMet-dependent methyltransferase yrhC // mccB // mccA // mtnN // yrrT yrhC // mccB // mccA // mtnN // yrrT +ydaS BSU04370 492654 492911 conserved protein of unknown function ydaS // ydaT ydaS // ydaT +yosV BSU19990 2157829 2158119 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cah BSU03180 342538 343494 promiscuous acetyl xylan esterase-cephalosporin C deacetylase cah BSU03180 +veg BSU00440 52763 53023 conserved hypothetical protein veg BSU00440 +rpsS BSU01200 138202 138480 ribosomal protein S19 (BS19) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fabD BSU15900 1663567 1664520 malonyl CoA:acyl carrier protein transacylase fabG // fabD // plsX // fapR fabG // fabD // plsX // fapR +yoqE BSU20660 2199362 2199526 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +frlB BSU32610 3351110 3352096 fructosevaline-6-phosphate deglycase frlD // frlM // frlN // frlO // frlB // yurQ // yurR frlD // frlM // frlN // frlO // frlB // yurQ // yurR +groEL BSU06030 650234 651868 chaperonin large subunit groEL // groES groEL // groES +ydfD BSU05370 583589 585037 putative PLP-dependent transcriptional regulator ydfD BSU05370 +yitS BSU11110 1187700 1188551 fatty acid kinase fatty acid binding subunit B yitS BSU11110 +ydjN BSU06260 679827 680873 putative membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rbsD BSU35930 3703271 3703666 D-ribose pyranase rbsB // rbsC // rbsA // rbsD // rbsK // rbsR rbsB // rbsC // rbsA // rbsD // rbsK // rbsR +yfiQ BSU08360 910840 911928 acetyl-glucosamine metabolite exporter component involved in biofilm formation yfiQ BSU08360 +rrnD-16S BSU_RRNA_22 946696 948250 ribosomal RNA-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +ywjG BSU37140 3810090 3810611 conserved protein of unknown function ywjG BSU37140 +yoqG BSU20640 2198848 2199105 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spxA BSU11500 1227697 1228092 redox-sensitive regulator spxA // yjbC spxA // yjbC +ybdN BSU02040 224075 224932 putative phage protein; prophage region 1 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yonS BSU21010 2220335 2220946 putative hydrolase lipoprotein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_27035 BSU_27035 2759985 2760152 hypothetical protein BSU_27035 // sacC // levG // levF // levE // levD BSU_27035 // sacC // levG // levF // levE // levD +phoA BSU09410 1017083 1018468 alkaline phosphatase A phoA BSU09410 +yqbS BSU25990 2670363 2670788 conserved phage protein of unknown function; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoaB BSU18540 2021223 2022467 negatively charged metabolite transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqhR BSU24480 2540288 2540824 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yomF BSU21380 2259475 2260296 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yerC BSU06580 716431 716745 transcriptional repressor-histidine operons yerC // yerB yerC // yerB +pksD BSU17110 1785133 1786107 enzyme involved in bacillaene synthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC +trnE-Met BSU_TRNA_21 640268 640344 tRNA-Met In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fpiB BSU03800 432372 433322 iron(III)-petrobactin ABC transporter membrane subunit FpiB fpiA // fpiD // fpiC // fpiB fpiA // fpiD // fpiC // fpiB +yvsG BSU33350 3421772 3422254 putative membrane hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +catE BSU08240 898010 898867 catechol-2,3-dioxygenase subunit catE // catD catE // catD +sigZ BSU26840 2742244 2742774 RNA polymerase ECF(extracytoplasmic function)-type sigma factor (sigma-Z) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +moaB BSU29460 3014514 3015026 molybdopterin GTP-binding precursor Z biosynthesis component moaB BSU29460 +ddcA BSU28240 2887817 2888821 DNA damage checkpoint antagonist In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dnaX BSU00190 26814 28505 DNA polymerase III subunit tau subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +addA BSU10630 1139807 1143505 ATP-dependent deoxyribonuclease (subunit A) addA // addB addA // addB +nupC BSU39410 4050340 4051521 pyrimidine-nucleoside Na+(H+) cotransporter pdp // nupC // deoC // deoR pdp // nupC // deoC // deoR +thiM BSU38300 3931372 3932190 5-(2-hydroxyethyl)-4-methylthiazole kinase thiE // thiM // ywbI thiE // thiM // ywbI +yqcB BSU25960 2668493 2668765 conserved phage protein of unknown function; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rtbI BSU19220 2094010 2095785 ATP-dependent helicase rtbI BSU19220 +chrA BSU36130 3722005 3722541 putative chromate efflux transporter subunit ChrA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqhY BSU24330 2529926 2530333 modulator of lipid biosynthesis yqhY // accC // accB yqhY // accC // accB +opuAC BSU03000 323119 324000 glycine betaine ABC transporter substrate-binding lipoprotein opuAC // opuAB // opuAA opuAC // opuAB // opuAA +rodA BSU38120 3912332 3913513 peptidoglycan polymerase RodA rodA BSU38120 +mtnK BSU13560 1423241 1424434 methylthioribose kinase (methionine salvage pathway, promiscuous) mtnA // mtnK mtnA // mtnK +yisQ BSU10820 1160776 1162143 putative Na(+)-driven efflux transporter yisQ BSU10820 +xkdH BSU12620 1330892 1331248 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA +yxeE BSU39580 4065597 4065962 inner spore coat protein yxeE BSU39580 +bstA BSU08390 913924 914460 bacillithiol S-transferase bstA BSU08390 +efp BSU24450 2538115 2538672 elongation factor P In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bsn BSU32540 3344113 3344979 extracellular ribonuclease bsn BSU32540 +htrA BSU12900 1357936 1359285 membrane bound serine protease Do, quality control protease and chaperone (heat-shock protein) htrA BSU12900 +cotG BSU36070 3717238 3717825 spore morphogenetic protein cotG BSU36070 +ywoB BSU36500 3756044 3756508 putative integral inner membrane protein BSU_36499 // ywoC // ywoB // ywoD BSU_36499 // ywoC // ywoB // ywoD +hemQ BSU37670 3866596 3867360 iron-coproporphyrin (coproheme) decarboxylase hemQ BSU37670 +yhzF BSU10009 1074381 1074572 membrane protein of unknown function yhzF BSU10009 +yxlE BSU38670 3969611 3969799 negative regulator of sigma-Y activity yxlG // yxlF // yxlE // yxlD // yxlC // sigY yxlG // yxlF // yxlE // yxlD // yxlC // sigY +argS BSU37330 3833650 3835320 arginyl-tRNA synthetase argS BSU37330 +yqbH BSU26110 2682127 2682489 conserved phage protein of unknown function; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). ycgT BSU03270 352858 353868 Fur-regulated NADPH:ferredoxin oxidoreductase ycgT BSU03270 -iolJ BSU39670 4073081 4073953 2-deoxy-5-keto-D-gluconic acid 6-phosphate aldolase iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA -yugF BSU31420 3227581 3228402 putative hydrolase yugF BSU31420 -cotV BSU11780 1251631 1252017 spore coat protein (insoluble fraction) cotX // cotW // cotV cotX // cotW // cotV -yfjE BSU08130 886223 886681 putative integral inner membrane protein yfjF // yfjE // yfjD // yfjC // yfjB // yfjA yfjF // yfjE // yfjD // yfjC // yfjB // yfjA -swrB BSU16480 1717286 1717789 coupling factor for flagellin transcription and translation swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -chrS BSU36110 3720925 3721401 transcriptional negative regulator of chromate transport (Lrp/AsnC family) -yopJ BSU20870 2210331 2210747 conserved protein of unknown function; phage SPbeta -xkdO BSU12680 1334966 1338964 phage PBSX; putative tape measure protein -holA BSU25560 2636096 2637139 DNA polymerase clamp loader delta subunit holA BSU25560 -yybK BSU40610 4175117 4175872 putative transporter permease subunit yybJ // yybK // yybL // yybM // yybN yybJ // yybK // yybL // yybM // yybN -yteU BSU30090 3078643 3079311 putative membrane enzyme for rhamnogalaturonan degradation -cwlC BSU17410 1872812 1873579 N-acetylmuramoyl-L-alanine amidase (sporulation-specific) cwlC BSU17410 -cesB BSU02260 246658 247548 enantioselective carboxylesterase -yokJ BSU21570 2275200 2275697 conserved protein of unknown function; phage SPbeta -cotJC BSU06910 756417 756986 enzyme component of the inner spore coat yesK // yesJ // cotJC // cotJB // cotJA yesK // yesJ // cotJC // cotJB // cotJA -yrkQ BSU26420 2703150 2704448 two-component sensor histidine kinase [YrkP] -yvpB BSU34940 3589611 3590363 putative hydratase -mdr BSU03070 332441 333979 multidrug-efflux transporter mdr BSU03070 -sndB BSU39470 4056870 4058012 N-acetyl-sulfur-metabolite deacetylase yxeQ // sndB // yxeO // yxeN // yxeM // snaB // yxeK yxeQ // sndB // yxeO // yxeN // yxeM // snaB // yxeK +xynP BSU17570 1887352 1888743 H+-xyloside symporter xynB // xynP xynB // xynP +yvyF BSU35440 3640632 3641051 putative transcriptional regulator of flagella formation yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM +araN BSU28750 2941674 2942975 sugar-binding lipoprotein abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA +trnD-Met BSU_TRNA_33 951954 952030 tRNA-Met trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +yxaK BSU40021 4109843 4110247 putative integral inner membrane protein involved in export murein hydrolases yxaK // yxaC yxaK // yxaC +iolF BSU39710 4076842 4078158 inositol transport protein iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA iolJ // iolI // iolH // iolG // iolF // iolE // iolD // iolC // iolB // mmsA +yxaJ BSU39950 4103762 4104187 putative integral membrane protein of unknown function yxaL // yxaJ yxaL // yxaJ +sspM BSU22290 2339670 2339774 small acid-soluble spore protein sspM BSU22290 +ycnK BSU03960 448461 449033 transcriptional regulator of copper intake (CutR-Cu(+)) ycnI // ycnJ // ycnK ycnI // ycnJ // ycnK +htpG BSU39820 4089429 4091309 class III heat-shock protein (ATP-dependent molecular chaperone HSP90) htpG BSU39820 +msrA BSU21690 2287529 2288062 peptide methionine S-sulfoxide reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjaV BSU11290 1205981 1206538 putative NAD(P) binding enzyme In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqgX BSU24790 2564923 2565558 putative metal-binding hydrolase yqgX BSU24790 +BSU_19915 BSU_19915 2154781 2154972 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fliM BSU16310 1701684 1702682 flagellar motor switching and energizing component swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +yjzG BSU11929 1265677 1265850 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ntdB BSU10540 1127466 1128314 biosynthesis of neotrehalosadiamine (3,3'-diamino-3,3'-dideoxy-alpha, beta-trehalose);kanosamine-6-phosphate phosphatase (recent HGT island) glcP // ntdC // ntdB // ntdA glcP // ntdC // ntdB // ntdA +acoB BSU08070 880007 881035 acetoin dehydrogenase E1 component (TPP-dependent beta subunit) acoL // acoC // acoB // acoA acoL // acoC // acoB // acoA +yoqF BSU20650 2199150 2199353 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoaS BSU18730 2043186 2043668 putative toxin of a toxin / antitoxin system In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gabT BSU03900 441571 442881 4-aminobutyrate aminotransferase gabD // gabT gabD // gabT +ytsP BSU29640 3033167 3033658 free methionine-(R)-sulfoxide reductase ytsP BSU29640 +ktrA BSU31090 3188414 3189082 potassium uptake protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tatCD BSU02640 286048 286776 component of the twin-arginine pre-protein translocation pathway In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tatAC BSU17710 1905370 1905558 component of the twin-arginine pre-protein translocation pathway In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +aspB BSU22370 2347660 2348841 anabolic oxaloacetate / glutamate aminotransferase aspB // tseB // ypmA aspB // tseB // ypmA +oppD BSU11460 1223455 1224531 oligopeptide ABC transporter ATP-binding protein OppD oppF // oppD // oppC // oppB // oppA oppF // oppD // oppC // oppB // oppA +yfkI BSU07890 862492 862812 conserved hypothetical protein yfkH // yfkI // yfkJ yfkH // yfkI // yfkJ +yonF BSU21110 2230895 2232664 putative P-loop ATPase; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yczO BSU04039 455771 455935 conserved protein of unknown function yczO BSU04039 +fpiD BSU03820 434256 435014 iron(III)-petrobactin ABC transporter ATP-binding protein fpiA // fpiD // fpiC // fpiB fpiA // fpiD // fpiC // fpiB +menA BSU38490 3950726 3951661 1,4-dihydroxy-2-naphthoate octaprenyltransferase menA BSU38490 +xkdX BSU12770 1345631 1345795 phage PBSX; conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybaK BSU01520 156109 156552 conserved protein of unknown function cwlD // ybaK cwlD // ybaK +ntdC BSU10530 1126400 1127452 biosynthesis of neotrehalosadiamine (3,3'-diamino-3,3'-dideoxy-alpha,beta-trehalose), glucose-6-P 3-dehydrogenase; kanosamine biosynthesis (recent HGT island) glcP // ntdC // ntdB // ntdA glcP // ntdC // ntdB // ntdA +yjiA BSU12200 1290675 1290953 hypothetical protein yjiA BSU12200 +catD BSU08230 897588 897992 catechol-2,3-dioxygenase membrane subunit catE // catD catE // catD +sigW BSU01730 194849 195412 RNA polymerase ECF(extracytoplasmic function)-type sigma factor W rsiW // sigW rsiW // sigW +paiA BSU32150 3304743 3305261 polyamine N-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjbI BSU11560 1234510 1234908 putative thiol management oxidoreductase component spxH // yjbI spxH // yjbI +yuaF BSU31020 3182015 3182539 putative membrane integrity integral membrane protein yuaI // floT // yuaF yuaI // floT // yuaF +gerBA BSU35800 3688812 3690263 component of germinant receptor B gerBC // gerBB // gerBA gerBC // gerBB // gerBA +spoIVCB BSU25760 2652993 2653463 RNA polymerase sporulation-specific sigma-K factor precursor (Sigma-27) (N-terminal half) spoIIIC // spoIVCB spoIIIC // spoIVCB +noc BSU40990 4207897 4208748 DNA-binding protein Spo0J-like noc // rsmG // trmF // trmE noc // rsmG // trmF // trmE +yotF BSU19900 2154596 2154673 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bacC BSU37720 3872105 3872866 bacilysin biosynthesis oxidoreductase bacF // bacE // bacD // bacC // bacB // bacA bacF // bacE // bacD // bacC // bacB // bacA +usd BSU36430 3748717 3748827 putative factor required for translation of spoIIID flhP // flhO // mbl // spoIIID // usd flhP // flhO // mbl // spoIIID // usd +fliP BSU16350 1704863 1705528 component of the flagellar export machinery swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +yubF BSU31110 3190462 3190725 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjbA BSU11410 1217326 1218078 putative sporulation nucleic acid binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). rhaB BSU31200 3199565 3201022 rhamnulokinase rhaA // rhaM // rhaB // rhaR // rhaEW rhaA // rhaM // rhaB // rhaR // rhaEW -yjbO BSU11620 1238523 1239374 pseudouridylate synthase -chaA BSU07920 865205 866260 Ca2+/H+ antiporter yfkD // chaA yfkD // chaA -fliM BSU16310 1701684 1702682 flagellar motor switching and energizing component swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -capB BSU35900 3699446 3700627 capsular polyglutamate synthetase (ATP-dependent amide ligase) capE // capA // capC // capB capE // capA // capC // capB -yopZ BSU20710 2201488 2201691 conserved hypothetical protein; phage SPbeta -xkdD BSU12540 1323802 1324152 phage PBSX; conserved hypothetical protein ykzK // xtrA // xkdD // xkdC // xkdB ykzK // xtrA // xkdD // xkdC // xkdB -phoH BSU25340 2614496 2615455 phosphate starvation-induced protein -walJ BSU40370 4148851 4149645 putative hydrolase htrC // walJ // walI // walH // walK // walR htrC // walJ // walI // walH // walK // walR -prkD BSU02030 223219 223989 putative protein kinase -pksN BSU17210 1834409 1850875 trans AT polyketide synthase of type I involved in bacillaene synthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC -amyX BSU29930 3061651 3063807 pullulanase amyX BSU29930 -yomD BSU21400 2262437 2263261 conserved protein of unknown function; phage SPbeta -gatA BSU06680 729038 730495 glutamyl-tRNA(Gln) amidotransferase (subunit A) -yqaN BSU26250 2692933 2693361 putative Holliday junction resolvase; skin element -yvzJ BSU34729 3568282 3568491 putative lipoprotein yvzJ BSU34729 -yceC BSU02890 312159 312758 putative stress adaptation protein (tellurite resistance) yceH // yceG // yceF // yceE // yceD // yceC yceH // yceG // yceF // yceE // yceD // yceC -oppD BSU11460 1223455 1224531 oligopeptide ABC transporter (ATP-binding protein) oppF // oppD // oppC // oppB // oppA oppF // oppD // oppC // oppB // oppA -glgB BSU30980 3169763 3171646 1,4-alpha-glucan branching enzyme glgP // glgA // glgD // glgC // glgB glgP // glgA // glgD // glgC // glgB -sucC BSU16090 1680431 1681588 succinyl-CoA synthetase (beta subunit) sucD // sucC sucD // sucC -mapB BSU07690 839735 840484 methionine aminopeptidase B yflH // mapB yflH // mapB -yoqP BSU20550 2194718 2195059 conserved hypothetical protein; phage SPbeta -tagE BSU35730 3678399 3680420 UDP-glucose:polyglycerol phosphate alpha-glucosyltransferase tagF // tagE // tagD tagF // tagE // tagD -yqgB BSU25040 2586813 2587580 factor involved in motility yqgB BSU25040 -exuR BSU12370 1308802 1309803 transcriptional regulator (LacI family) uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC -adaB BSU01820 204351 204890 O6-methylguanine-DNA methyltransferase; prophage 1 region adaB // adaA adaB // adaA -yydI BSU40150 4124963 4125592 ABC transporter (ATP-binding protein) yydJ // yydI // yydH // yydG // yydF yydJ // yydI // yydH // yydG // yydF -acuB BSU29700 3040751 3041395 component of the acetyl-coenzyme A synthetase regulation pathway acuC // acuB // acuA acuC // acuB // acuA -mutL BSU17050 1778337 1780220 DNA mismatch repair endonuclease mutL // mutS mutL // mutS -purF BSU06490 705441 706871 glutamine phosphoribosylpyrophosphate amidotransferase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE -yomR BSU21250 2242414 2243631 conserved protein of unknown function; phage SPbeta -yvdS BSU34490 3541488 3541823 sodium / proton antiporter subunit A -yqbJ BSU26090 2681177 2681614 conserved phage protein of unknown function; skin element -carB BSU11240 1200381 1203473 arginine-specific carbamoyl-phosphate synthetase (large subunit) argF // carB // carA // argD // argB // argJ // argC argF // carB // carA // argD // argB // argJ // argC -mntB BSU30760 3144267 3145019 manganese ABC transporter (ATP-binding protein) mntD // mntC // mntB // mntA mntD // mntC // mntB // mntA -katE BSU39050 4008143 4010203 catalase 2 yxiS // katE yxiS // katE -yfmL BSU07430 816113 817243 putative ATP-dependent RNA helicase yfmL BSU07430 -fabD BSU15900 1663567 1664520 malonyl CoA:acyl carrier protein transacylase fabG // fabD // plsX // fapR fabG // fabD // plsX // fapR -tuaH BSU35540 3649875 3651068 putative glycosyltransferase (teichuronic acid) tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB -yorG BSU20390 2184450 2185421 putative ATP/GTP binding protein; phage SPbeta -yjhB BSU12190 1290018 1290644 putative ADP-ribose pyrophosphatase -yqgU BSU24820 2566237 2567298 putative lipoprotein -yxnA BSU40000 4108058 4109128 putative oxidoreductase yxnA BSU40000 -ybaS BSU01590 178665 179585 putative sodium dependent transporter -ymfC BSU16810 1754785 1755510 putative transcriptional regulator (GntR family, possibly involved in biofilm formation) +pksH BSU17160 1791193 1791972 enoyl-CoA hydratase for bacillaene biosynthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC +yocM BSU19260 2098316 2098792 putative chaperone yocM BSU19260 +speE BSU37500 3848786 3849616 spermidine synthase; polyamine metabolism speB // speE speB // speE +yvrP BSU33280 3414023 3415216 membrane fusion family protein YvrP yvrN // yvrO // yvrP yvrN // yvrO // yvrP +yhaL BSU09940 1070111 1070323 sporulation factor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywrO BSU35990 3708172 3708699 nitroreductase (unknown substrate) ywrO BSU35990 +spo0A BSU24220 2518023 2518826 response regulator, phosphorylated in response to complex YlbF/YmcA/YaaT spo0A BSU24220 +yqkF BSU23620 2459326 2460246 NADPH-dependent aldo-keto reductase (acts on 4-hydroxy-2,3-trans-nonenal) yqkF BSU23620 +ykoJ BSU13280 1394776 1395288 putative exported protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +brxA BSU21860 2300221 2300655 protein disulfide isomerase; bacilliredoxin A (de-bacillithiolation) brxA BSU21860 +lonB BSU28210 2882971 2884629 spore-specific ATP-dependent protease LonB lonB BSU28210 tpx BSU29490 3017696 3018199 thiol peroxidase (lipid hydroperoxide reductase) tpx BSU29490 -yonH BSU21090 2229385 2229885 conserved protein of unknown function; phage SPbeta -pspA BSU06180 671245 671928 phage shock protein A homolog regulator; prophage region 3 ydjI // ydjH // ydjG // pspA ydjI // ydjH // ydjG // pspA -yqxI BSU25890 2663929 2664408 hypothetical protein; skin element yqxJ // yqxI yqxJ // yqxI -epsG BSU34310 3522170 3523273 biofilm extracellular matrix formation chain-length determining factor epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA -asnB BSU30540 3125777 3127675 meso-diaminopimelic acid amidotransferase (asparagine synthetase) metK // alaP // asnB metK // alaP // asnB -yitL BSU11030 1181499 1182395 RNA-binding protein yitL BSU11030 -ycbN BSU02570 280086 281009 putative ABC efflux transporter (ATP-binding protein) -aldY BSU38830 3986428 3987885 putative aldehyde dehydrogenase aldY BSU38830 -yetM BSU07230 790318 791427 putative flavin-dependent hydroxylase/monooxygenase acting on salicylate derivatives yetM BSU07230 -priA BSU15710 1644068 1646485 primosomal replication factor Y (primosomal protein N') -hpf BSU35310 3631003 3631572 ribosome-associated sigma 54 modulation protein; ribosome dimerisation factor hpf BSU35310 -yorX BSU20220 2170504 2170731 conserved hypothetical protein; phage SPbeta -iolS BSU39780 4085608 4086540 putative aldo-keto reductase iolS // iolR iolS // iolR -tasA BSU24620 2553081 2553866 major biofilm matrix component tasA // sipW // tapA tasA // sipW // tapA -yjcO BSU11930 1265887 1266348 putative DNA binding protein; phage island -rpoA BSU01430 148931 149875 RNA polymerase (alpha subunit) -nusA BSU16600 1732281 1733396 transcription translation coupling factor involved in Rho-dependent transcription termination rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS -cmoI BSU29320 3003049 3003330 redoxin ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA ytnM // sndA // ribR // cmoJ // cmoI // cmoO // tcyN // tcyM // tcyL // tcyK // tcyJ // snaA -yopD BSU20930 2213083 2213478 conserved membrane protein of unknown function; phage SPbeta -ydiF BSU05950 644528 646456 putative energy-sensing inhibitor of translation ydiF BSU05950 -sda BSU25690 2647456 2647614 check point factor coupling initiation of sporulation and replication initiation sda BSU25690 -rsbQ BSU34100 3499541 3500350 regulator of RsbP phosphatase rsbP // rsbQ rsbP // rsbQ -melR BSU30260 3096782 3097816 transcriptional regulator (LacI family) melC // melD // melE // melR // melA melC // melD // melE // melR // melA -iolQ BSU10840 1163148 1164161 transcriptional repressor of iolX (LacI family) -ybgG BSU02410 261656 262603 homocysteine methylase using (R,S)AdoMet ybgG BSU02410 -yxlG BSU38650 3967944 3968720 putative ABC-transporter (permease) yxlG // yxlF // yxlE // yxlD // yxlC // sigY yxlG // yxlF // yxlE // yxlD // yxlC // sigY -rhgT BSU07020 768137 768835 rhamnogalacturonan acetylesterase -pyrC BSU15500 1621374 1622660 dihydroorotase pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR -yvlC BSU35110 3607123 3607320 membrane associated phage-like stress regulator, nisin resistance yvlD // yvlC // yvlB // yvlA yvlD // yvlC // yvlB // yvlA -yosQ BSU20050 2160565 2161086 SPbeta phage endodeoxyribonuclease (homing endonuclease, responsible for intron mobility) -yxeB BSU39610 4067183 4068148 desferrioxamine-and ferrichrome-binding transporter lipoprotein (shuttle system) yxeB BSU39610 -spoIIIAF BSU24380 2533692 2534312 stage III sporulation protein (feeding tube apparatus) spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV -cotO BSU11730 1248665 1249348 spore outer coat protein cotO BSU11730 -rplE BSU01280 141195 141734 ribosomal protein L5 (BL6) -cheB BSU16420 1711736 1712809 methyl-accepting chemotaxis proteins (MCP)-glutamate methylesterase swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -mdh BSU29120 2978734 2979672 malate dehydrogenase (NAD-dependent) mdh // icd // citZ mdh // icd // citZ -yopO BSU20820 2207748 2207960 putative transcriptional regulator, lambda repressor-like; phage SPbeta -phoB BSU05740 620097 621485 alkaline phosphatase III (promiscuous, heptaprenylglyceryl phosphate is a substrate) ydhF // phoB ydhF // phoB -hemN BSU25500 2629718 2630857 coproporphyrinogen III oxidase mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hrcA // hemN // lepA -pgk BSU33930 3480197 3481381 phosphoglycerate kinase eno // pgm // tpiA // pgk // gapA // cggR eno // pgm // tpiA // pgk // gapA // cggR -ybfH BSU02210 241917 242837 putative permease -hlpB BSU10660 1148155 1148457 HNH nuclease-like essential for DNA repair hlpB // sbcC // sbcD hlpB // sbcC // sbcD -rapH BSU06830 750959 752089 response regulator aspartate phosphatase rapH // phrH rapH // phrH -ywaD BSU38470 3948555 3949922 exported double-zinc aminopeptidase ywaD BSU38470 -hisH BSU34890 3585051 3585689 imidazole glycerol phosphate synthase, glutamine amidotransferase subunit -ftsA BSU15280 1596474 1597796 cell-division protein essential for Z-ring assembly ftsZ // ftsA ftsZ // ftsA -nupC BSU39410 4050340 4051521 pyrimidine-nucleoside Na+(H+) cotransporter pdp // nupC // deoC // deoR pdp // nupC // deoC // deoR -yotI BSU19870 2153718 2154080 conserved hypothetical protein; phage SPbeta -cwlQ BSU11570 1235163 1235708 bifunctional muramidase and murein lytic transglycosylase cwlQ BSU11570 -yqiH BSU24200 2515614 2515907 putative lipoprotein yqiK // yqiI // yqiH yqiK // yqiI // yqiH -fliJ BSU16250 1697196 1697639 flagellar synthesis rod subunit of export ATPase swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -rpsG BSU01110 130160 130630 ribosomal protein S7 (BS7) -yoqE BSU20660 2199362 2199526 hypothetical protein; phage SPbeta -lytT BSU28920 2955783 2956508 LytT two-component response regulator, phosphorylated // LytT two-component response regulator lytT BSU28920 -recO BSU25280 2608946 2609713 DNA double strand break repair and homologous recombination factor -ydfP BSU05500 598154 598543 putative membrane bound oxidoreductase ydfP // ydfN // ydfO ydfP // ydfN // ydfO -skfG BSU01970 219087 219602 sporulation killing factor biosynthesis and export skfH // skfG // skfF // skfE // skfC // skfB // skfA skfH // skfG // skfF // skfE // skfC // skfB // skfA -yvaV BSU33740 3463534 3464067 putative transcriptional regulator (controlling choline uptake) -ytoP BSU29860 3055247 3056320 putative modified amino acid aminopeptidase ytoP BSU29860 -sipV BSU10490 1122175 1122681 type I signal peptidase sipV // yhjE sipV // yhjE -pcrA BSU06610 719370 721589 ATP-dependent DNA helicase yerH // ligA // pcrA // pcrB yerH // ligA // pcrA // pcrB -efeO BSU38270 3927951 3929108 lipoprotein binding ferrous or ferric iron for transport efeB // efeO // efeU efeB // efeO // efeU -yvdB BSU34660 3559979 3561571 putative anion transporter -gerR BSU15090 1576129 1576710 DNA-binding regulator gerR BSU15090 -yjbA BSU11410 1217326 1218078 putative sporulation nucleic acid binding protein -yodP BSU19700 2140898 2141725 epsilon-amino-beta-lysine acetyl transferase -wapA BSU39230 4023544 4030548 cell wall-associated tRNA nuclease precursor; intercellular growth inhibitor wapI // wapA wapI // wapA -bkdB BSU24030 2496796 2498070 branched-chain alpha-keto acid dehydrogenase E2 subunit (lipoamide acyltransferase) bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb bkdB // bkdAB // bkdAA // lpdV // buk // bcd // ptb -rplS BSU16040 1676042 1676389 ribosomal protein L19 -gltX BSU00920 111047 112498 glutamyl-tRNA synthetase raeA // rlmB // mrnC // cysS // cysE // gltX raeA // rlmB // mrnC // cysS // cysE // gltX -ligB BSU20500 2192370 2193182 DNA ligase-like protein; bacteriophage SPbeta -abfA BSU28720 2938330 2939832 α-L-arabinofuranosidase 1 abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA -pstS BSU24990 2580715 2581617 phosphate ABC transporter (phosphate binding lipoprotein) pstBB // pstBA // pstA // pstC // pstS pstBB // pstBA // pstA // pstC // pstS -ydeS BSU05320 578337 578933 putative transcriptional regulator (TetR/AcrR family) -rsiW BSU01740 195426 196052 anti-sigma(W) factor rsiW // sigW rsiW // sigW -azoR2 BSU33540 3445442 3446077 NADH:dichloroindophenol oxidoreductase (2-methylhydroquinone resistance) azoR2 BSU33540 -dgcP BSU29650 3033696 3035435 diguanylate cyclase dgcP BSU29650 -yhfN BSU10290 1103104 1104384 putative membrane metalloprotease yhfN BSU10290 -yebC BSU06380 696195 696998 putative integral inner membrane protein -nfrA BSU38110 3911477 3912226 FMN-containing NADPH-linked nitro/flavin reductase ywcH // nfrA ywcH // nfrA -pbpE BSU34440 3534118 3535473 penicillin-binding protein 4* racX // pbpE racX // pbpE -ftsW BSU14850 1552899 1554110 cell-division protein; transporter of lipid-linked cell wall precursors pycA // ftsW pycA // ftsW -argC BSU11190 1195034 1196071 N-acetylglutamate gamma-semialdehyde dehydrogenase argF // carB // carA // argD // argB // argJ // argC argF // carB // carA // argD // argB // argJ // argC -rsbRC BSU19450 2120767 2121615 co-antagonist of RsbT; component of the anxiosome (stressosome) -yxjF BSU38970 4000539 4001312 putative hydroxyacid dehydrogenase yxjF // scoB // scoA // hbuT yxjF // scoB // scoA // hbuT -proI BSU23800 2473151 2473987 pyrroline-5-carboxylate reductase (NADP-dependent, weak activity) proI BSU23800 -sdaAB BSU15850 1658242 1658904 L-serine dehydratase (beta chain) -yacD BSU00720 80802 81695 putative protein chaperone accessory lipoprotein factor -yorL BSU20340 2175596 2179513 DNA polymerase with 3'-5' exonuclease activity; phage SPbeta -etfB BSU28530 2916378 2917151 electron transfer flavoprotein (beta subunit) etfA // etfB // fadB // fadR // lcfA etfA // etfB // fadB // fadR // lcfA -corA BSU24740 2560489 2561442 CorA-type divalent ion transporter corA BSU24740 -ydeC BSU05150 561514 562389 putative transcriptional regulator (AraC/XylS family) -salA BSU01540 157421 158479 phosphorylation-dependent (Y327) transcriptional regulator -yvgK BSU33370 3424235 3425161 putative molybdate binding regulator yvgK BSU33370 -argH BSU29440 3011751 3013136 argininosuccinate lyase -ecsC BSU10060 1079422 1080132 putative hydrolase +pepA BSU32050 3296417 3297919 cytosol aminopeptidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +epsB BSU34360 3528462 3529145 protein tyrosine kinase involved in biofilm matrix formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +rbsC BSU35950 3705165 3706133 ribose ABC transporter membrane subunit rbsB // rbsC // rbsA // rbsD // rbsK // rbsR rbsB // rbsC // rbsA // rbsD // rbsK // rbsR +yokH BSU21590 2277521 2278078 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ygzA BSU08770 954291 954494 conserved protein of unknown function ygzA BSU08770 +yjbO BSU11620 1238523 1239374 pseudouridylate synthase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mtlA BSU03981 449724 451160 phosphotransferase system (PTS) mannitol-specific enzyme IICB component mtlF // mtlD // mtlA mtlF // mtlD // mtlA +yqxD BSU25230 2603373 2603867 conserved protein of unknown function sigA // dnaG // yqxD sigA // dnaG // yqxD +yoaU BSU18760 2044956 2045828 putative transcriptional regulator (LysR family) yoaU BSU18760 +sinR BSU24610 2552653 2552988 master regulator of biofilm formation sinR // sinI sinR // sinI +tuaG BSU35550 3651097 3651855 putative glycosyltransferase (teichuronic acid) tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB +flhA BSU16390 1707714 1709747 component of the flagellar export machinery swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +mutY BSU08630 935656 936765 A/G-specific adenine glycosylase or DNA-(apurinic or apyrimidinic site) lyase sspE // fabL // mutY sspE // fabL // mutY +yhfC BSU10180 1093874 1094650 putative integral membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +csbX BSU27760 2837469 2838776 putative catecholate siderophose exporter bofC // csbX bofC // csbX +rlmB BSU00960 115269 116018 23S rRNA (Gm2251)-methyltransferase raeA // rlmB // mrnC // cysS // cysE // gltX raeA // rlmB // mrnC // cysS // cysE // gltX +ywiC BSU37300 3830761 3831480 putative integral inner membrane protein ywiC BSU37300 +yusR BSU32900 3377019 3377408 putative 3-oxoacyl-acyl-carrier protein reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ndh BSU12290 1299074 1300252 NADH:quinone reductase (non-electrogenic) ndh // yjlC ndh // yjlC +xpf BSU12560 1324471 1324980 phage PBSX; putative RNA polymerase PBSX sigma factor-like In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sspA BSU29570 3025445 3025654 small acid-soluble spore protein (alpha-type SASP) sspA BSU29570 +murF BSU04570 509384 510757 UDP-N-acetylmuramoylalanyl-D-glutamyl-2, 6-diaminopimelate-D-alanyl-D-alanine ligase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yneP BSU18040 1930834 1931199 acyl-CoA thioesterase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fbpA BSU04536 506455 506619 Fur-regulated basic protein A fbpA // fbpB BSU04536 // fbpB +ytcI BSU29560 3023677 3025266 putative acyl-coenzyme A synthetase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lipC BSU04110 462431 463072 spore coat phospholipase B lipC // pxpR // pxpC // pxpB // ycsI // ycsG // pxpA lipC // pxpR // pxpC // pxpB // ycsI // ycsG // pxpA +fusA BSU01120 130684 132762 elongation factor G In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydfK BSU05450 593407 594096 putative integral inner membrane protein ydfK BSU05450 +sivA BSU37800 3882191 3882655 biofilm protein, member of the processed secretome contributing to biofilm hydrophobicity sivA BSU37800 +accD BSU29210 2988693 2989565 acetyl-CoA carboxylase (carboxyltransferase beta subunit) accD // accA accD // accA +menB BSU30800 3148901 3149716 1,4-dihydroxy-2-naphthoyl-CoA synthase menC // menE // menB // menH // menD // menF menC // menE // menB // menH // menD // menF +rplP BSU01230 139500 139934 ribosomal protein L16 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ridA BSU00480 55295 55672 aminoacrylate/iminopropionate hydrolase/deaminase ridA // purR ridA // purR +ywzA BSU38180 3918777 3919022 conserved protein of unknown function ywzA BSU38180 +ycnL BSU03970 449198 449551 putative reductase or disulfide isomerase ycnL BSU03970 +hypO BSU07830 854412 855077 NAD(P)H-flavin oxidoreductase (nitroreductase) hypO BSU07830 +ytcQ BSU30160 3085800 3087296 putative rhamnogalacturonan ABC transporter substrate-binding lipoprotein ytcQ BSU30160 +ribH BSU23250 2427892 2428356 6,7-dimethyl-8-ribityllumazine synthase, beta subunit ypzK // ribH // ribA // ribE // ribD ypzK // ribH // ribA // ribE // ribD +glcT BSU13880 1456092 1456958 transcriptional antiterminator (BglG family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pxpA BSU04050 457023 457796 oxoprolinase subunit A pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC +trmD BSU16030 1675171 1675902 tRNA(m1G37)methyltransferase trmD // rimM // ylqD trmD // rimM // ylqD +yitY BSU11170 1192858 1194288 putative FMN/FAD-binding oxidoreductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yerA BSU06560 713664 715406 putative adenine deaminase YerA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rqcP BSU00590 67877 68137 ribosomal RNA binding protein involved in 50S recycling; heat shock protein yabR // divIC // yabQ // yabP // rqcP // yabN // yabM yabR // divIC // yabQ // yabP // rqcP // yabN // yabM +xkdQ BSU12700 1339632 1340609 phage PBSX; conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_31289 BSU_31289 3214212 3214346 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoqM BSU20580 2195986 2196264 putative membrane bound or exported protein; phage SPbeta yoqM BSU20580 +oppA BSU11430 1219849 1221486 oligopeptide ABC transporter substrate-binding lipoprotein oppF // oppD // oppC // oppB // oppA oppF // oppD // oppC // oppB // oppA +ylbN BSU15070 1575264 1575782 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +BSU_35678 BSU_35678 3666841 3667059 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqjD BSU23920 2486813 2488336 putative propionyl-CoA carboxylase beta chain In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykvO BSU13770 1442872 1443618 putative oxidoreductase (HGT island) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +apbT BSU_misc_RNA_90 2219743 2219849 antisense RNA of toxin SpbT In SUBSEQ, `end' (3) is beyond the end of the sequence (0). ydjA BSU06110 661630 663027 type-2 restriction enzyme BsuMI component BsuRC (YdjA); prophage region 3 ydjA // ydiS // ydiR ydjA // ydiS // ydiR -spsA BSU37910 3892351 3893121 spore coat dTDP-glycosyltransferase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA -epsL BSU34250 3516880 3517488 putative phosphotransferase involved in extracellular matrix synthesis epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA -ykrA BSU14550 1525386 1526159 putative hydrolase ykrA BSU14550 -yitF BSU10970 1174861 1175976 putative enolase superfamily enzyme (isomerase / dehydratase) yitF // yitG yitF // yitG -rtbJ BSU19230 2096350 2096976 FMN-dependent NADH-azoreductase ssrSA // rtbJ ssrSA // rtbJ -cimH BSU38770 3979753 3981105 citrate/malate/H+ symporter cimH BSU38770 -mleN BSU23560 2452800 2454206 malate-H+/Na+-lactate antiporter -sirC BSU15630 1635603 1636091 precorrin-2 dehydrogenase sirC // sirB // sumT // cysC // sat // cysP // cysH sirC // sirB // sumT // cysC // sat // cysP // cysH -pth BSU00530 59504 60070 peptidyl-tRNA hydrolase -yosD BSU20160 2168476 2168871 conserved protein of unknown function; phage SPbeta -ysnF BSU28340 2898931 2899752 putative stress response protein ysnF BSU28340 -gcvPB BSU24550 2545410 2546876 glycine decarboxylase (subunit 2) (glycine cleavage system protein P) gcvPB // gcvPA // gcvT gcvPB // gcvPA // gcvT -yddJ BSU04990 545595 545975 ICEBs1 mobile element: putative lipoprotein of unknown function -ybzG BSU01389 147312 147536 putative ribosome binding protein -yvrB BSU33170 3402469 3403530 putative vitamin B12 permease -nrnA BSU29250 2995908 2996849 nanoRNase (oligoribonuclease) (3'->5'short substrates, 5'->3' long substrates), 3',5'-bisphosphate nucleotidase nrnA BSU29250 -khtS BSU09870 1060988 1061326 K+/H+ antiporter for K+ efflux -thiL BSU05900 640662 641639 thiamine monophosphate kinase -ywfA BSU37750 3874332 3875570 putative efflux transporter ywfA BSU37750 -lutA BSU34050 3494985 3495701 iron-sulfur oxidase subunit used in L-lactate utilization -yknU BSU14320 1499889 1501646 putative ABC transporter (ATP-binding protein) -wprA BSU10770 1153789 1156473 cell wall-associated protease wprA BSU10770 -yobQ BSU19050 2079611 2080336 putative transcriptional regulator (AraC/XylS family) -licC BSU38580 3960192 3961550 phosphotransferase system (PTS) lichenan-specific enzyme IIC component licH // licA // licC // licB licH // licA // licC // licB -spoVAF BSU23390 2438372 2439853 stage V sporulation protein AF spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA spoVAF // spoVAEA // spoVAEB // spoVAD // spoVAC // spoVAB // spoVAA -lspA BSU15450 1616744 1617208 signal peptidase II -yazA BSU00350 43647 43946 putative UvrC-Intron-type (URI) endonuclease -yosV BSU19990 2157829 2158119 conserved hypothetical protein; phage SPbeta -hemA BSU28170 2877766 2879133 glutamyl-tRNA reductase hemL // hemB // hemD // hemC // hemX // hemA hemL // hemB // hemD // hemC // hemX // hemA -nusB BSU24320 2529267 2529662 transcription termination factor NusB folD // nusB folD // nusB -rsbX BSU04740 523650 524249 serine phosphatase rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA -rplP BSU01230 139500 139934 ribosomal protein L16 -htrB BSU33000 3384070 3385446 protease-associated chaperone for the extracytoplasmic folding and quality control of exported proteins htrB BSU33000 -ytaF BSU29070 2971531 2972163 membrane calmodulin-like protein essential for stage III sporulation -yhdW BSU09620 1037688 1038419 putative glycerophosphodiester phosphodiesterase -ydhB BSU05690 614885 615622 putative integral inner membrane protein ydhB BSU05690 -thrZ BSU37560 3854256 3856172 threonyl-tRNA synthetase ywhA // thrZ ywhA // thrZ -yvbI BSU33870 3473372 3474070 conserved protein of unknown function -ykuK BSU14110 1484466 1484984 putative RNA-binding enzyme component ccpC // darB // abbA // ykuK // ykuJ ccpC // darB // abbA // ykuK // ykuJ -yhjR BSU10610 1135699 1136136 putative electron carrier protein (putative sporulation gene) yhjR BSU10610 -yobD BSU18850 2056278 2056616 transcriptional regulator (phage-related, Xre family); putative defective prophage 6 yobD BSU18850 -sacX BSU38410 3942234 3943613 negative regulator of SacY sacY // sacX sacY // sacX -resE BSU23110 2415415 2417184 ResE two-component sensory histidine kinase, phosphorylated // ResE two-component sensory histidine kinase resE // resD // resC // resB // resA resE // resD // resC // resB // resA -spoVE BSU15210 1590317 1591417 factor for spore cortex peptidoglycan synthesis (stage V sporulation) sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE -serS BSU00130 20880 22157 seryl-tRNA synthetase serS BSU00130 -sprB BSU19820 2152086 2152262 recombination directionality factor; phage SPbeta -mreD BSU28010 2859317 2859835 cell-shape determining protein minD // minC // mreD // mreC // mreB minD // minC // mreD // mreC // mreB -mmgC BSU24150 2510806 2511945 propionyl-CoA dehydrogenase subunit mmgF // prpD // mmgD // mmgC // mmgB // mmgA mmgF // prpD // mmgD // mmgC // mmgB // mmgA -ydbM BSU04520 505152 506297 putative acyl-CoA dehydrogenase ydbM BSU04520 -ybxB BSU01060 121068 121673 23S rRNA m2G1835 methyltransferase -gcvH BSU32800 3366123 3366506 glycine cleavage system protein H (lipoyl acceptor protein) -ysdA BSU28840 2951898 2952167 putative membrane component ysdA // rplT // rpmI // infC ysdA // rplT // rpmI // infC -citA BSU09440 1021057 1022157 citrate synthase I citA BSU09440 -nap BSU05440 592303 593205 carboxylesterase NP nap BSU05440 -albB BSU37380 3837682 3837843 membrane component involved in subtilosin production albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA -yvzC BSU33650 3456282 3456515 putative phage-like transcriptional regulator yvzC BSU33650 -glcT BSU13880 1456092 1456958 transcriptional antiterminator (BglG family) -comK BSU10420 1117109 1117687 competence transcription factor (CTF) comK BSU10420 -yozS BSU18669 2037063 2037368 putative permease, phage-related; defective prophage 6 -slrA BSU38229 3923319 3923477 anti-repressor of SlrR -fni BSU22870 2393602 2394651 isopentenyl diphosphate isomerase (typeII) -ylbH BSU15010 1569519 1570073 16S rRNA m2G966 methyltransferase -coxA BSU27830 2843931 2844527 spore germination protein coxA // safA coxA // safA -yodH BSU19600 2133455 2134156 putative S-adenosylmethionine-dependent methyltransferase yodI // yodH yodI // yodH -ydaN BSU04310 483845 485956 putative regulator of exopolysaccharide synthesis ydaN // ydaM // ydaL // ydaK // ydaJ ydaN // ydaM // ydaL // ydaK // ydaJ -artQ BSU23970 2491289 2491948 high affinity arginine ABC transporter (permease) -frlO BSU32600 3349761 3351029 fructose amino acid-binding lipoprotein frlD // frlM // frlN // frlO // frlB // yurQ // yurR frlD // frlM // frlN // frlO // frlB // yurQ // yurR -mcsA BSU00840 101927 102484 activator of protein kinase McsB disA // radA // clpC // mcsB // mcsA // ctsR disA // radA // clpC // mcsB // mcsA // ctsR -yhxA BSU09260 1000364 1001716 putative aminotransferase glpP // yhxA glpP // yhxA -sspI BSU28660 2931692 2931907 small acid-soluble spore protein sspI BSU28660 -clsB BSU37190 3816654 3817850 minor cardiolipin synthetase (phospholipase D family) -ydzF BSU05270 574106 574435 putative transcriptional regulator -ykvI BSU13710 1438092 1439135 putative transporter ykvI BSU13710 -copB BSU33490 3438853 3440961 Cd(II), Zn(II) and Co(II) exporter (ATPase) copB BSU33490 -yhcV BSU09230 997175 997597 putative CBS containing enzyme (sporulation-/ germination-related) yhcV BSU09230 -yhfE BSU10200 1095063 1096103 putative aminopeptidase -pyrG BSU37150 3810693 3812300 CTP synthetase pyrG BSU37150 -sacP BSU38050 3903646 3905031 phosphotransferase system (PTS) sucrose-specific enzyme IIBC component ywdA // sacA // sacP ywdA // sacA // sacP -motB BSU13680 1433676 1434461 motility protein B; MotB component of the H+-coupled stator flagellum complex motB // motA motB // motA -ylaE BSU14750 1544936 1545547 putative exported protein -yogA BSU18430 2007526 2008515 putative oxidoreductase yogA BSU18430 -yojN BSU19390 2113764 2114678 putative nitric-oxide reductase associated protein -trpF BSU22650 2373487 2374134 phosphoribosylanthranilate isomerase aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE -yqjT BSU23750 2468159 2468545 putative lyase yqjT // coaA // dsdA // yqjQ // yqjP yqjT // coaA // dsdA // yqjQ // yqjP -yrvJ BSU27580 2818494 2820050 putative N-acetylmuramoyl-L-alanine amidase, family 3 yrvJ BSU27580 -tilS BSU00670 74929 76347 tRNA(ile2) lysidine synthetase -ycsG BSU04060 457811 459025 5-oxoproline transporter pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC pxpR // pxpC // pxpB // ycsI // ycsG // pxpA // lipC -lysC BSU28470 2909520 2910746 aspartokinase II alpha subunit (aa 1->408) lysC BSU28470 -yunD BSU32370 3323670 3325058 putative nuclease/nucleotidase/phosphoesterase -yddT BSU05100 556763 557449 putative exported phage protein -yhcA BSU09010 977775 979373 putative c-di-AMP exporter yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI yhcI // yhcH // yhcG // yhcF // yhcE // yhcD // yhcC // yhcB // yhcA // yhbJ // yhbI -fhuB BSU33310 3417222 3418376 ferrichrome ABC transporter (permease) -spoIIR BSU36970 3794676 3795350 regulator signal of pro-sigma(E) spoIIGA endopeptidase (stage II sporulation) spoIIR BSU36970 -yhaH BSU10000 1073895 1074251 putative membrane protein; acid tolerance protein -htpX BSU13490 1414997 1415893 membrane protease -spsF BSU37860 3887026 3887748 putative glycosyltransferase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA -yngJ BSU18260 1956218 1957360 isovaleryl-CoA dehydrogenase (leucine degradation) yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ -kinC BSU14490 1518333 1519619 two-component sensor potassium-responsive histidine kinase regulating cannibalism and biofilm formation kinC BSU14490 -panB BSU22430 2353839 2354672 ketopantoate hydroxymethyltransferase -des BSU19180 2089396 2090454 fatty acid desaturase des BSU19180 -udk BSU27330 2792218 2792853 uridine kinase -drm BSU23500 2447246 2448430 1,5-phosphopentomutase pupG // drm pupG // drm -ycnB BSU03840 436036 437454 putative c-di-AMP efflux transporter ycnB // ycnC ycnB // ycnC -yabJ BSU00480 55295 55672 aminoacrylate/iminopropionate hydrolase/deaminase yabJ // purR yabJ // purR -yutK BSU32180 3307017 3308231 putative Na+(H+)/nucleoside cotransporter -leuA BSU28280 2892138 2893694 2-isopropylmalate synthase leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB -senS BSU08810 959311 959508 transcriptional regulator (repressor of ScoC) senS BSU08810 -conB BSU04910 536985 538049 ICEBs1 mobile element: subunit of the conjugation machinery VirB8 -spoIID BSU36750 3776722 3777753 lytic transglycosylase; autolysin required for complete dissolution of the asymmetric septum (stage II sporulation) spoIID BSU36750 -liaH BSU33120 3397846 3398523 modulator of liaIHGFSR (yvqIHGFEC) operon expression liaR // liaS // liaF // liaG // liaH // liaI liaR // liaS // liaF // liaG // liaH // liaI -ykoG BSU13250 1391953 1392639 two-component response regulator [YkoH] -yheC BSU09780 1052162 1053253 spore coat associated protein, subunit C yheD // yheC yheD // yheC -rnaC BSU_misc_RNA_82 2773783 2773883 SurF small regulatory RNA -bacE BSU37700 3869487 3870671 efflux protein for bacilysin excretion, self-protection against bacilysin bacF // bacE // bacD // bacC // bacB // bacA bacF // bacE // bacD // bacC // bacB // bacA -parE BSU18090 1933477 1935444 subunit B of DNA topoisomerase IV (ATP-dependent) parC // parE parC // parE -moeB BSU14270 1496155 1497174 molybdopterin biosynthesis adenylyltransferase -gpsB BSU22180 2331779 2332075 cell division protein -rttL BSU19000 2071754 2073556 phage toxin ribonuclease; putative defective prophage 6 -levR BSU27080 2763025 2765832 transcriptional regulator (NifA/NtrC family) -ypzK BSU23240 2427405 2427779 putative riboflavin synthesis-related N-acetyltransferase ypzK // ribH // ribA // ribE // ribD ypzK // ribH // ribA // ribE // ribD -ubiX BSU03630 412540 413154 phenolic acid decarboxylase-flavin prenyltransferase subunit -xpaC BSU00250 35845 36459 putative phosphatase yaaN // xpaC yaaN // xpaC -dhbB BSU31970 3287675 3288613 isochorismatase (siderophore specific) dhbF // dhbB // dhbE // dhbC // dhbA dhbF // dhbB // dhbE // dhbC // dhbA -hemL BSU28120 2872880 2874172 glutamate-1-semialdehyde 2,1-aminomutase hemL // hemB // hemD // hemC // hemX // hemA hemL // hemB // hemD // hemC // hemX // hemA -csbB BSU08600 930818 931807 putative bactoprenol glycosyl transferase, phage origin csbB BSU08600 -rsbS BSU04680 520237 520602 antagonist of RsbT rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV rsbU // rsbT // rsbS // rsbRA // rsbX // sigB // rsbW // rsbV -ywnH BSU36560 3760694 3761185 putative aminoacid analogs (phosphinothricin) N-acetyltransferase -yusT BSU32920 3377893 3378780 transcriptional regulator of unknown specificity (LysR family) yusT BSU32920 -ykkB BSU13080 1375777 1376295 putative N-acetyltransferase -cueR BSU09560 1033458 1033889 indirect copper efflux transcriptional regulator -trmF BSU41010 4209603 4211489 tRNA uridine 5-carboxymethylaminomethyl modification enzyme noc // rsmG // trmF // trmE noc // rsmG // trmF // trmE -speE BSU37500 3848786 3849616 spermidine synthase; polyamine metabolism speB // speE speB // speE -yneB BSU17870 1918742 1919395 putative site-specific recombinase, resolvase ynzC // yneB // yneA ynzC // yneB // yneA -cheV BSU14010 1473605 1474516 coupling protein and response regulator for CheA activity in response to attractants (chemotaxis) cheV BSU14010 -sspL BSU22000 2310859 2310987 small acid-soluble spore protein sspL BSU22000 -penP BSU18800 2048533 2049453 beta-lactamase precursor (putative hydrolase) penP BSU18800 -yraO BSU26860 2744163 2745479 putative citrate transporter -ypbD BSU23010 2406293 2406862 conserved membrane protein of unknown function -alrB BSU17640 1897941 1899125 alanine racemase (minor activity) alrB BSU17640 -hxlB BSU03450 374603 375160 6-phospho-3-hexuloisomerase (PHI) hxlB // hxlA hxlB // hxlA -recF BSU00040 3437 4549 RecA filament-DNA complex stabilisation, ssDNA and dsDNA binding, ATP binding gyrB // remB // recF // yaaA gyrB // remB // recF // yaaA -comX BSU31700 3255853 3256020 competence pheromone precursor (pheromone peptide aa 46->55, geranyl-modified) comX // comQ comX // comQ -rplU BSU27960 2855518 2855826 ribosomal protein L21 (BL20) -yfiR BSU08370 911964 912581 transcriptional regulator (TetR/AcrR family) yfiR // yfiS yfiR // yfiS -dctR BSU04460 499365 500045 DctR two-component response regulator, phosphorylated // DctR two-component response regulator dctP // dctR // dctS dctP // dctR // dctS -fabZ BSU36370 3743732 3744157 beta-hydroxyacyl-[acyl carrier protein] dehydratase -metN BSU32730 3361767 3362591 methionine ABC transporter, substrate binding lipoprotein -mhqA BSU12870 1353080 1354030 hydroquinone-specific extradiol dioxygenase mhqA BSU12870 -ygxB BSU09390 1013958 1015616 putative integral membrane protein -yyaJ BSU40840 4194389 4195744 putative transporter yyaJ BSU40840 -narK BSU37320 3832327 3833514 nitrite extrusion permease fnr // narK fnr // narK -yncE BSU17650 1899589 1900050 putative prophage protein -ykvU BSU13830 1449250 1450587 spore membrane protein involved in germination stoA // ykvU stoA // ykvU -yplQ BSU21790 2295302 2295943 putative membrane hydrolase yplQ BSU21790 -yoaH BSU18610 2029429 2031114 putative methyl-accepting chemotaxis protein yoaH BSU18610 -yrdN BSU26660 2725114 2725503 putative tautomerase -spoIVA BSU22800 2386195 2387673 morphogenetic stage IV sporulation protein spoIVA BSU22800 -nasE BSU03290 355412 355732 assimilatory nitrite reductase subunit nasF // nasE // nasD // nasC // nasB nasF // nasE // nasD // nasC // nasB -bofC BSU27750 2836909 2837421 bypass of forespore C, intercompartmental signaling factor bofC // csbX bofC // csbX -kinB BSU31450 3230067 3231353 two-component sensor potassium-binding histidine kinase kapB // kinB kapB // kinB -lrpC BSU04250 476059 476493 transcriptional regulator (Lrp/AsnC family) lrpC BSU04250 -malA BSU08180 890022 891371 6-phospho-alpha-glucosidase malP // malR // malA malP // malR // malA -queA BSU27720 2833899 2834927 S-adenosylmethionine tRNA ribosyltransferase-isomerase -chrA BSU36130 3722005 3722541 chromate transporter subunit C -ydaF BSU04210 473174 473725 putative ribosomal protein N-acetyltransferase ydaG // ydaF // ydaE // ydaD ydaG // ydaF // ydaE // ydaD -xkdQ BSU12700 1339632 1340609 phage PBSX; conserved hypothetical protein -pucB BSU32500 3339331 3339948 putative molybdopterin cofactor synthesis cytidylyl transferase pucE // pucD // pucC // pucB // pucA pucE // pucD // pucC // pucB // pucA -yybI BSU40630 4176900 4177688 inner spore coat protein yybI // yybH yybI // yybH -yhcN BSU09150 989022 989591 putative germination lipoprotein yhcN BSU09150 -ynbA BSU17430 1875304 1876566 ribosome-splitting GTPase (also ATPase, rescuing stalled ribosomes, E-site binding) -glpX BSU37090 3805090 3806055 fructose 1,6-bisphosphatase class II glpX BSU37090 -yokH BSU21590 2277521 2278078 conserved protein of unknown function; phage SPbeta -mtnD BSU13620 1429584 1430120 acireductone dioxygenase (Ni2+ or Fe2+-requiring) mtnD // mtnB // mtnX // mtnW mtnD // mtnB // mtnX // mtnW -yrkO BSU26440 2705398 2706615 putative integral inner membrane protein -iseA BSU18380 2002637 2003182 inhibitor of DL-endopeptidases involved in cell-separation iseA BSU18380 -ycgF BSU03090 334630 335259 putative aminoacid export permease ycgG // ycgF ycgG // ycgF -qcrA BSU22560 2364589 2365092 menaquinol:cytochrome c oxidoreductase (iron-sulfur subunit) qcrC // qcrB // qcrA qcrC // qcrB // qcrA -mcpA BSU31240 3206169 3208154 methyl-accepting chemotaxis protein mcpA // tlpA mcpA // tlpA -trmU BSU27500 2809413 2810528 tRNA-specific 2-thiouridylase trmU // yrvO // cymR trmU // yrvO // cymR -yfkA BSU07955 868007 869128 putative Fe-S oxidoreductase, radical SAM superfamily yfkC // yfkA yfkC // yfkA -ycsA BSU04000 452830 453894 putative tartrate dehydrogenase ycsA BSU04000 -rbsK BSU35920 3702393 3703274 ribokinase rbsB // rbsC // rbsA // rbsD // rbsK // rbsR rbsB // rbsC // rbsA // rbsD // rbsK // rbsR -yutC BSU32320 3319676 3320308 putative sporulation-related lipoprotein yutC BSU32320 -xpf BSU12560 1324471 1324980 phage PBSX; putative RNA polymerase PBSX sigma factor-like -yhbD BSU08940 970667 971383 putative sporulation-related protein -walH BSU40390 4150496 4151863 regulator of WalRK htrC // walJ // walI // walH // walK // walR htrC // walJ // walI // walH // walK // walR -upp BSU36890 3788426 3789055 uracil phosphoribosyltransferase upp BSU36890 -pksS BSU17230 1858566 1859783 cytochrome P450 of bacillaene metabolism -dgcW BSU13420 1407329 1409731 diguanylate cyclase -bhlA BSU21420 2264680 2264892 holin-like protein; bacteriophage SPbeta -mciZ BSU23616 2459141 2459263 cell division inhibitor -yqaM BSU26260 2693597 2694538 putative helicase loader; skin element -yngF BSU18220 1951228 1952010 methylglutaconyl-CoA hydratase (leucine degradation) yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ -yceE BSU02910 313396 313974 putative stress adaptation protein (tellurite resistance) yceH // yceG // yceF // yceE // yceD // yceC yceH // yceG // yceF // yceE // yceD // yceC -asnS BSU22360 2346224 2347516 asparaginyl-tRNA synthetase -yuaI BSU31000 3179926 3180447 putative N-acetyltransferase yuaI // floT // yuaF yuaI // floT // yuaF -mccA BSU27260 2786142 2787065 cystathionine beta-synthase for the reverse transsulfuration pathway yrhC // mccB // mccA // mtnN // yrrT yrhC // mccB // mccA // mtnN // yrrT -yflA BSU07750 844770 846185 putative aminoacid transporter yflA BSU07750 -yclI BSU03740 424904 426364 putative transporter -tagA BSU35750 3681370 3682140 N-acetylmannosamine (ManNAc) C4 hydroxyl of a membrane-anchored N-acetylglucosaminyl diphospholipid (GlcNAc-pp-undecaprenyl, lipid I) glycosyltransferase tagB // tagA tagB // tagA -guaC BSU32130 3303042 3304022 GMP reductase (NADP-dependent) guaC BSU32130 -oxdC BSU33240 3410466 3411623 oxalate decarboxylase rsiO // oxdC rsiO // oxdC -uxaA BSU12390 1311319 1312812 altronate dehydratase uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC -ygzB BSU08740 944959 945312 putative membrane protein ygzB BSU08740 -yydG BSU40170 4126481 4127440 radical SAM peptide epimerase yydJ // yydI // yydH // yydG // yydF yydJ // yydI // yydH // yydG // yydF -rapB BSU36690 3771000 3772133 response regulator aspartate phosphatase rapB BSU36690 -ymcC BSU17070 1781228 1781785 putative integral inner membrane protein +rsmE BSU25440 2623032 2623802 methylase of U1498 in 16S rRNA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA +spoIIQ BSU36550 3759702 3760553 forespore protein required for alternative engulfment spoIIQ BSU36550 +trnQ-Arg BSU_TRNA_81 3545889 3545964 tRNA-Arg In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +carA BSU11230 1199327 1200388 arginine-specific carbamoyl-phosphate synthetase (small subunit) argF // carB // carA // argD // argB // argJ // argC argF // carB // carA // argD // argB // argJ // argC +gltX BSU00920 111047 112498 glutamyl-tRNA synthetase raeA // rlmB // mrnC // cysS // cysE // gltX raeA // rlmB // mrnC // cysS // cysE // gltX +yabC BSU00360 43921 44799 16S rRNA 2'-O-ribose C1402 methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykzK BSU12539 1323550 1323717 phage PBSX; conserved hypothetical protein ykzK // xtrA // xkdD // xkdC // xkdB ykzK // xtrA // xkdD // xkdC // xkdB +nrdIB BSU20070 2165577 2165972 SPbeta phage subunit of ribonucleoside diphosphate reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sunT BSU21470 2267346 2269463 sublancin 168 maturation protease / ABC efflux transporter sunA // bdbB // sunS // bdbA // sunT sunA // bdbB // sunS // bdbA // sunT +ydiO BSU06060 655223 656506 DNA-methyltransferase (cytosine-specific); prophage 3 region ydiP // ydiO ydiP // ydiO +yoaA BSU18530 2020611 2021144 putative N-acetyltransferase yoaA // yoxB // yoxC yoaA // yoxB // yoxC +yncB BSU17620 1895378 1896013 DNA nuclease, lipoprotein (phage origin) yncB BSU17620 +trnA-Ile BSU_TRNA_8 31932 32008 tRNA-Ile rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S rrnA-5S // rrnA-23S // trnA-Ala // trnA-Ile // rrnA-16S +yheC BSU09780 1052162 1053253 spore coat associated protein, subunit C yheD // yheC yheD // yheC +yjmD BSU12330 1304442 1305461 putative oxidoreductase uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC uxaA // uxaB // exuR // exuT // uxuB // uxuA // yjmD // yjmC // exuM // uxaC +efeU BSU38280 3929105 3930550 ferrous ion permease efeB // efeO // efeU efeB // efeO // efeU +yqzO BSU26259 2693457 2693606 hypothetical protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytrC BSU30440 3116996 3117982 putative ABC transporter membrane protein YtrC ytrG // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA BSU_30466 // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA +gsaB BSU08710 942449 943738 glutamate-1-semialdehyde aminotransferase, class III aminotransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxiM BSU39120 4017508 4018656 pectin acetylesterase yxiM // deaD yxiM // deaD +ybxB BSU01060 121068 121673 23S rRNA m2G1835 methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ymfK BSU16900 1761302 1761640 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tyrS BSU29670 3036603 3037871 tyrosyl-tRNA synthetase tyrS BSU29670 +yvcA BSU34850 3581965 3582690 putative lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pdaA BSU07980 869559 870350 exported peptidoglycan N-acetylmuramic acid deacetylase pdaA BSU07980 +ymfJ BSU16880 1760464 1760721 putative enzyme In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +secY BSU01360 144527 145822 preprotein translocase subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bsrE BSU_18978 2069883 2069975 type I toxin (BsrE/AsrE) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mifM BSU23880 2483586 2483873 sensor of SpoIIIJ activity In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjgA BSU12140 1284371 1284769 conserved membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yybO BSU40570 4170045 4171352 putative permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrzS BSU27729 2834957 2835157 conserved membrane protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lip BSU02700 292205 292843 secreted alkaliphilic lipase lip BSU02700 +ywoD BSU36480 3753933 3755291 putative efflux transporter BSU_36499 // ywoC // ywoB // ywoD BSU_36499 // ywoC // ywoB // ywoD +fnr BSU37310 3831512 3832228 transcriptional regulator of anaerobic metabolism (FNR/CAP family) fnr // narK fnr // narK +ybbJ BSU01710 193075 193557 putative acyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhfS BSU10350 1109388 1110482 acetyl-CoA C-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfjE BSU08130 886223 886681 putative integral inner membrane protein yfjF // yfjE // yfjD // yfjC // yfjB // yfjA yfjF // yfjE // yfjD // yfjC // yfjB // yfjA +tyrA BSU22610 2369251 2370366 prephenate dehydrogenase aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE aroE // tyrA // hisC // trpA // trpB // trpF // trpC // trpD // trpE +argJ BSU11200 1196091 1197311 ornithine acetyltransferase; amino-acid acetyltransferase argF // carB // carA // argD // argB // argJ // argC argF // carB // carA // argD // argB // argJ // argC +yvaG BSU33590 3449732 3450526 putative oxidoreductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +scoA BSU38990 4001976 4002692 acetoacetyl CoA-transferase (subunit A) yxjF // scoB // scoA // hbuT yxjF // scoB // scoA // hbuT +manP BSU12010 1272725 1274677 phosphotransferase system (PTS) mannose-specific enzyme IIBCA component yjdF // manA // manP yjdF // manA // manP +leuC BSU28260 2889552 2890970 3-isopropylmalate dehydratase (large subunit) leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB leuD // leuC // leuB // leuA // ilvC // ilvH // ilvB +nrdI BSU17370 1868617 1869009 co-factor of ribonucleotide diphosphate reductase ymaB // nrdF // nrdE // nrdI ymaB // nrdF // nrdE // nrdI +tsf BSU16500 1718775 1719656 elongation factor Ts tsf // rpsB // frr // pyrH tsf // rpsB // frr // pyrH +speB BSU37490 3847853 3848725 agmatinase speB // speE speB // speE +ytfP BSU30060 3075367 3076629 putative NAD(FAD)-utilizing dehydrogenase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fadA BSU32830 3368839 3370014 acetyl-CoA C-acyltransferase fadE // fadA // fadN // fadM fadE // fadA // fadN // fadM +yfnC BSU07320 803317 804546 putative efflux transporter yfnC BSU07320 +yvaD BSU33560 3448295 3448696 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +hbs BSU22790 2385543 2385821 non-specific DNA-binding protein HBsu hbs BSU22790 +bstB BSU31030 3182707 3183195 bacillithiol S-transferase bstB BSU31030 +thiE BSU38290 3930707 3931375 thiamine-phosphate pyrophosphorylase (thiamine phosphate synthase) thiE // thiM // ywbI thiE // thiM // ywbI +tuaA BSU35609 3658259 3658408 tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB +yonH BSU21090 2229385 2229885 conserved protein of unknown function; phage SPbeta yonH BSU21090 +mtlR BSU04160 467130 469214 transcriptional regulator, PTS-dependent activator mtlR BSU04160 +yusG BSU32790 3365831 3366067 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fmnP BSU23050 2410017 2410589 riboflavin ECF transporter, S component fmnP BSU23050 +recG BSU15870 1659810 1661858 branch migrating ATP-dependent DNA helicase involved in DNA recombination and repair In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +radC BSU28040 2861840 2862535 conserved nucleotide-related metabolism protein radC BSU28040 +cdaR BSU01760 197027 198478 regulator of diadenylate cyclase activity glmM // cdaR // cdaA glmM // cdaR // cdaA +ytrD BSU30430 3115989 3116966 putative ABC transporter membrane protein YtrD ytrG // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA BSU_30466 // ytrF // ytrE // ytrD // ytrC // ytrB // ytrA +pgk BSU33930 3480197 3481381 phosphoglycerate kinase eno // pgm // tpiA // pgk // gapA // cggR eno // pgm // tpiA // pgk // gapA // cggR +ylaB BSU14720 1543816 1544085 hypothetical protein ylaD // ylaC // ylaB // ylaA ylaD // ylaC // ylaB // ylaA +araA BSU28800 2947385 2948875 L-arabinose isomerase abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA +yfmE BSU07500 823716 824717 ferric citrate ABC transporter membrane subunit YfmE yfmF // yfmE // yfmD // yfmC yfmF // yfmE // yfmD // yfmC +yqzM BSU25569 2637369 2637503 conserved protein of unknown function yqzM BSU25569 +serA BSU23070 2411086 2412663 3-phosphoglycerate dehydrogenase serA BSU23070 +yvgK BSU33370 3424235 3425161 putative molybdate binding regulator yvgK BSU33370 +csaA BSU19040 2079214 2079546 molecular chaperone for secreting proteins In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoVT BSU00560 64099 64635 transcriptional regulator of sporulation / germination spoVT BSU00560 +yrvC BSU27640 2826245 2826742 putative potassium transport accessory component In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ygaC BSU08680 938731 939261 putative RNA binding factor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pswI BSU_misc_RNA_91 2472880 2473125 proline T-box riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glnL BSU02450 266719 267663 GlnL two-component response regulator, phosphorylated // GlnL two-component response regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywrK BSU36030 3712617 3713945 putative Na+/H+ antiporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glcK BSU24850 2570606 2571571 glucose kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +phrG BSU40310 4141358 4141474 secreted regulator of the activity of phosphatase RapG phrG // rapG phrG // rapG +acpA BSU15920 1665337 1665570 acyl carrier protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yosK BSU20090 2166413 2166613 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rtp BSU18490 2017886 2018254 replication terminator protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +iolS BSU39780 4085608 4086540 putative aldo-keto reductase iolS // iolR iolS // iolR +tmrB BSU03140 339156 339749 ATP-binding tunicamycin resistance protein tmrB BSU03140 +pyrAB BSU15520 1623736 1626951 pyrimidine-specific carbamoyl-phosphate synthetase (large subunit) pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR pyaC // pyaB // pyaA // pyrE // pyrF // pyrD // pyrK // pyrAB // pyrAA // pyrC // pyrB // pyrP // pyrR +ytwF BSU30310 3102201 3102512 putative sulfur transferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mneS BSU06320 686962 687834 Mn2+ efflux transporter mneS BSU06320 +pdxK BSU38020 3900963 3901778 pyridoxine, pyridoxal, and pyridoxamine kinase pdxK BSU38020 +aimX BSU_ncRNA_1 2208590 2208880 small RNA controlling lysogeny of phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywlE BSU36930 3791805 3792257 protein-arginine(tyrosine moonlighting) phosphatase (oxidative stress) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +parA BSU40970 4206397 4207158 chromosome partitioning protein; transcriptional regulator parB // parA parB // parA +yqfB BSU25370 2617005 2617424 conserved protein of unknown function yqfB // floA // yqeZ yqfB // floA // yqeZ +ywzC BSU37610 3860998 3861222 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjdG BSU12040 1276337 1276843 putative acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfhO BSU08610 931879 934464 lipoteichoic acid glycosylation protein yfhO BSU08610 +ydzE BSU05140 561180 561416 putative permease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywqO BSU36140 3722568 3722789 conserved protein of unknown function ywqO BSU36140 +mutS BSU17040 1775745 1778321 DNA mismatch repair recognition factor mutL // mutS mutL // mutS +ydzU BSU06048 654071 654343 hypothetical protein; prophage 3 region In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxaL BSU39940 4102429 4103661 membrane associated protein kinase with beta-propeller domain yxaL // yxaJ yxaL // yxaJ +cotI BSU30920 3162084 3163157 spore coat kinase cotI BSU30920 +accC BSU24340 2530354 2531706 acetyl-CoA carboxylase subunit (biotin carboxylase subunit) yqhY // accC // accB yqhY // accC // accB +chrB BSU36120 3721415 3722008 putative chromate efflux transporter subunit ChrB In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yjcB BSU_11800 1252858 1253073 sporulation-specific protein yjcB // yjzK // spoVIF // yjcZ yjcB // yjzK // spoVIF // yjcZ +glcD BSU28680 2933185 2934597 glycolate oxidase subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). rsbRB BSU13200 1387206 1388039 component of the anxiosome (stressosome) rsbRB BSU13200 -yomP BSU21270 2243989 2244180 conserved phage protein of unknown function; phage SPbeta -fsrA BSU_misc_RNA_69 1483557 1483640 regulatory RNA controlling iron-dependent metabolism -yqbH BSU26110 2682127 2682489 conserved phage protein of unknown function; skin element -sspN BSU18020 1930264 1930410 small acid-soluble spore protein tlp // sspN tlp // sspN -menH BSU30810 3149751 3150575 2-succinyl-6-hydroxy-2, 4-cyclohexadiene-1-carboxylate synthase menC // menE // menB // menH // menD // menF menC // menE // menB // menH // menD // menF -kdgR BSU22120 2324613 2325632 transcriptional repressor of the Kdg operon (KdgR-galacturonate) kdgT // kdgA // kdgK // kdgR kdgT // kdgA // kdgK // kdgR -yfmJ BSU07450 817810 818829 putative oxidoreductase yfmJ // yfmI yfmJ // yfmI -sacC BSU27030 2758043 2760076 levanase BSU_27035 // sacC // levG // levF // levE // levD BSU_27035 // sacC // levG // levF // levE // levD +yvaQ BSU33690 3458066 3459766 putative methyl-accepting transducer In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gcvPB BSU24550 2545410 2546876 glycine decarboxylase (subunit 2) (glycine cleavage system protein P) gcvPB // gcvPA // gcvT gcvPB // gcvPA // gcvT +lysA BSU23380 2436947 2438266 meso-2,6-diaminopimelate decarboxylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tseB BSU22380 2348864 2349349 suppressor of tetracyclin sensitivity of an ezrA mutant aspB // tseB // ypmA aspB // tseB // ypmA +nadD BSU25640 2643765 2644334 nicotinate-nucleotide adenylyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gerD BSU01550 158515 159072 lipoprotein factor mediating clustering of germination proteins gerD BSU01550 +metE BSU13180 1383320 1385608 cobalamin-independent methionine synthase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yabE BSU00400 48629 49942 putative cell wall shaping enzyme yabE BSU00400 +argI BSU40320 4141711 4142601 arginase argI // rocE // rocD argI // rocE // rocD +skfA BSU01910 213941 214108 sporulation killing factor A skfH // skfG // skfF // skfE // skfC // skfB // skfA skfH // skfG // skfF // skfE // skfC // skfB // skfA +mtlF BSU03982 451185 451616 phosphotransferase system (PTS) mannitol-specific enzyme IIA component mtlF // mtlD // mtlA mtlF // mtlD // mtlA +flgB BSU16180 1691278 1691667 flagellar component of cell-proximal portion of basal-body rod swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB +ywzE BSU36668 3769289 3769453 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydzW BSU06079 659010 659129 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +melA BSU30300 3100881 3102179 alpha-D-galactoside galactohydrolase melC // melD // melE // melR // melA melC // melD // melE // melR // melA +yueD BSU31840 3265406 3266137 benzil reductase (benzoin forming) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqeM BSU25610 2642101 2642844 putative methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycbC BSU02460 267890 268816 5-dehydro-4-deoxyglucarate dehydratase ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC +yjaU BSU11280 1205165 1205899 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sul BSU00770 85737 86594 dihydropteroate synthase lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB +sodA BSU25020 2585434 2586042 superoxide dismutase (Mn[2+]-dependent) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +floT BSU31010 3180465 3181994 flotillin lipid rafts scaffold protein yuaI // floT // yuaF yuaI // floT // yuaF +dinF BSU21710 2288669 2290006 damage inducible, Na+ driven multidrug efflux pump dinF BSU21710 +spoIIIJ BSU41040 4213823 4214608 Sec-independent factor for membrane protein insertion (YidC/SpoIIIJ family) jag // spoIIIJ jag // spoIIIJ +rpoZ BSU15690 1642567 1642770 omega subunit of RNA polymerase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yoyJ BSU20999 2219514 2219765 conserved protein of unknown function (toxin/antitoxin island); phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydzW BSU06074 658061 658189 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pbuX BSU22060 2318127 2319443 xanthine permease pbuX // xpt pbuX // xpt +rsbRC BSU19450 2120767 2121615 co-antagonist of RsbT; component of the anxiosome (stressosome) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fliW BSU35380 3636264 3636695 assembly factor of the flagellum fliW // csrA fliW // csrA +yddN BSU05040 550240 551259 putative alkanal monooxygenase yddN BSU05040 +fra BSU05750 621847 622218 frataxin; iron/sulfur chaperone fra BSU05750 +coaE BSU29060 2970922 2971515 dephosphocoenzyme A kinase coaE BSU29060 +ymfD BSU16825 1755649 1756857 bacillibactin exporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glmS BSU01780 200277 202079 L-glutamine-D-fructose-6-phosphate amidotransferase glmS BSU01780 +znuB BSU02870 310000 310842 Zn2+ ABC transporter membrane subunit znuB // znuC // znuA znuB // znuC // znuA +bglA BSU40110 4121166 4122605 aryl-6-phospho-beta-glucosidase bglA // yyzE bglA // yyzE +yddQ BSU05070 552616 553158 putative hydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +splA BSU13920 1461453 1461692 TRAP-like transcriptional negative regulator of spore photoproduct lyase splB // splA splB // splA +yojN BSU19390 2113764 2114678 putative nitric-oxide reductase associated protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yopP BSU20810 2206682 2207758 putative phage integrase; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mdxD BSU34620 3555902 3557671 glucan 1,4-alpha-maltohydrolase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spsA BSU37910 3892351 3893121 spore coat dTDP-glycosyltransferase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA +engA BSU22840 2390206 2391516 GTPase essential for ribosome 50S subunit assembly (maturation of the 50S subunit central protoberance) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +srfAC BSU03510 398532 402359 surfactin synthetase srfAD // srfAC // comS // srfAB // srfAA srfAD // srfAC // comS // srfAB // srfAA +rpsH BSU01300 141974 142372 ribosomal protein S8 (BS8) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +dppC BSU12940 1362174 1363136 dipeptide ABC transporter membrane subunit DppC dppE // dppD // dppC // dppB // dppA dppE // dppD // dppC // dppB // dppA +ybaJ BSU01510 155156 155923 putative methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvdA BSU34670 3561590 3562183 putative carbonic anhydrase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bdr BSU22950 2400984 2401958 bacilliredoxin reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ilvA BSU21770 2292769 2294037 threonine dehydratase ypmP // ilvA ypmP // ilvA +yrbG BSU27680 2831124 2831780 conserved hypothetical protein yrbG BSU27680 +speD BSU29010 2966413 2966793 S-adenosylmethionine decarboxylase speD // gapB speD // gapB +ykzE BSU13510 1417719 1417895 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yviE BSU35390 3636716 3637291 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ldsD BSU_misc_RNA_93 3035589 3035721 ribosomal protein S4 leader mRNA sequence ldsD // rpsD BSU_misc_RNA_93 // rpsD +yyaC BSU40950 4204900 4205517 spore-specific protease yyaC BSU40950 +ywzF BSU36669 3769626 3769808 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +defB BSU14560 1526195 1526749 N-formyl-cysteine deformylase (promiscuous) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gspA BSU38430 3944560 3945420 putative glycosyl transferase (general stress protein) gspA BSU38430 +lrpC BSU04250 476059 476493 transcriptional regulator (Lrp/AsnC family) lrpC BSU04250 +yxjG BSU38960 3999350 4000486 putative methyltetrahydrofolate methyltransferase (biofilm formation) yxjG BSU38960 +appF BSU11370 1212460 1213449 oligopeptide ABC transporter ATP-binding protein AppF appC // appB // appA // appA // appF // appD appC // appB // appA // appA // appF // appD tuaF BSU35560 3651879 3652559 putative hydrolase involved in teichuronic acid synthesis tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB tuaA // tuaA // tuaH // tuaG // tuaF // tuaE // tuaD // tuaC // tuaB -yczE BSU03580 408240 408887 integral inner membrane protein regulating antibiotic production yczE BSU03580 -yjiC BSU12220 1292557 1293735 polyphenols TDP-rhamnosyltransferase, promiscuous -yukB BSU31875 3269914 3274401 ESX secretion system FtsK/SpoIIIE family ATPase yueC // yueB // yukB // yukC // yukD // yukE yueC // yueB // yukB // yukC // yukD // yukE -gyrB BSU00060 4867 6783 DNA gyrase (subunit B) gyrB // remB // recF // yaaA gyrB // remB // recF // yaaA -yxaK BSU40021 4109843 4110247 putative integral inner membrane protein involved in export murein hydrolases yxaK // yxaC yxaK // yxaC -recX BSU08520 925633 926427 regulatory protein RecX yfhH // recX yfhH // recX -gyrA BSU00070 6994 9459 DNA gyrase (subunit A) gyrA BSU00070 -ymfF BSU16845 1757037 1758317 putative metalloprotease -ywoB BSU36500 3756044 3756508 putative integral inner membrane protein BSU_36499 // ywoC // ywoB // ywoD BSU_36499 // ywoC // ywoB // ywoD -yonF BSU21110 2230895 2232664 putative P-loop ATPase; phage SPbeta -ykfC BSU12990 1367941 1368831 gamma-D-glutamyl-L-diaminoacid endopeptidase ykfD // ykfC // ykfB // ykfA ykfD // ykfC // ykfB // ykfA -yqxH BSU25910 2665436 2665858 putative holin; skin element -parB BSU40960 4205556 4206404 site-specific DNA-binding protein parB // parA parB // parA -pckA BSU30560 3129530 3131113 phosphoenolpyruvate carboxykinase pckA BSU30560 -pghL BSU17820 1915221 1915979 phage gamma-polyglutamate hydrolase pghL BSU17820 -ycbP BSU02590 281769 282155 putative inner integral membrane protein ycbP BSU02590 -ugtP BSU21920 2306514 2307662 UDP-glucose diacylglyceroltransferase -spsN BSU07270 798469 799233 glucose-1-phosphate cytidylyltransferase (sporulation) spsR // spsQ // spsP // spsO // spsN spsR // spsQ // spsP // spsO // spsN -yrpB BSU26800 2736915 2737958 putative anionic nitroalkane monoxygenase -fliD BSU35340 3632911 3634407 flagellar hook-associated capping protein 2 (HAP2) fliT // fliS // fliD // yvyC fliT // fliS // fliD // yvyC -yckD BSU03400 369773 370105 putative exported protein yckD BSU03400 -htpG BSU39820 4089429 4091309 class III heat-shock protein (ATP-dependent molecular chaperone HSP90) htpG BSU39820 -maeN BSU31580 3244770 3246116 Na+/malate symporter maeN BSU31580 -yjdA BSU11980 1268829 1269584 putative acyl-carrier protein oxidoreductase; phage island -lnrL BSU08310 905816 906751 ABC transporter (ATP-binding protein) biofilm formation -infB BSU16630 1734009 1736159 initiation factor IF-2 rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS rbfA // ylxP // infB // rplGA // ylxR // nusA // ylxS -phoC BSU36290 3738343 3739200 phosphatase of unidentified specificity (possibly promiscuous) phoC // glcR // ssbB phoC // glcR // ssbB -yopB BSU20950 2214972 2215199 putative transcriptional regulator, lambda repressor-like; phage SPbeta -spoIISB BSU12820 1348442 1348612 three-component apoptotic control system component B (antitoxin B) +trnE-Asp BSU_TRNA_22 640405 640481 tRNA-Asp In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +padC BSU34400 3532325 3532810 phenolic acid decarboxylase padC // yveG // yveF padC // yveG // yveF +yizB BSU11079 1184657 1185004 putative transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfhF BSU08510 924633 925544 putative nucleotide-or NAD-binding protein yfhD // yfhE // yfhF yfhD // yfhE // yfhF +yopQ BSU20800 2205193 2206575 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +malA BSU08180 890022 891371 maltose-6′-phosphate glucosidase malP // malR // malA malP // malR // malA +rgpA BSU14629 1534120 1534239 regulator of GapA synthesis In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ccrZ BSU29920 3060674 3061288 putative kinase/phosphotransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +putB BSU03200 344551 345462 proline oxidase putP // putC // putB putP // putC // putB +sdaAB BSU15850 1658242 1658904 L-serine dehydratase (beta chain) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sncO BSU_misc_RNA_65 532583 532642 ICEBs1 mobile element: conserved small untranslated RNA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yosG BSU20130 2167570 2167932 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvzB BSU35150 3609420 3609902 putative flagellin yvzB BSU35150 +ytbD BSU29040 2968824 2970014 putative transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yshE BSU28570 2920517 2920921 putative integral inner membrane protein yshE BSU28570 +ydfP BSU05500 598154 598543 putative membrane bound oxidoreductase ydfP // ydfN // ydfO ydfP // ydfN // ydfO +nagP BSU07700 840656 842014 phosphotransferase system (PTS) N-acetylglucosamine-specific enzyme IICB component nagP BSU07700 +cotJC BSU06910 756417 756986 enzyme component of the inner spore coat yesK // yesJ // cotJC // cotJB // cotJA yesK // yesJ // cotJC // cotJB // cotJA +yvbT BSU33980 3486807 3487817 putative alkanal monooxygenase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trmFO BSU16130 1685812 1687119 tRNA:m5U-54 methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yneK BSU17960 1924993 1925421 factor interacting with DynA yneK BSU17960 +yosU BSU20000 2158439 2158684 hypothetical protein yosU BSU20000 +ygaJ BSU08780 954893 955585 putative peptidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +moeA BSU14280 1497192 1498484 molybdate to molybdopterin ligation enzyme In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gcvT BSU24570 2548245 2549333 aminomethyltransferase (glycine cleavage system protein T) gcvPB // gcvPA // gcvT gcvPB // gcvPA // gcvT +ytkL BSU29410 3009915 3010598 putative metal-dependent hydrolase ytkL BSU29410 +topA BSU16120 1683661 1685736 DNA topoisomerase I topA BSU16120 +spsJ BSU37830 3884292 3885239 dTDP-glucose 4,6-dehydratase spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA spsL // spsK // spsJ // spsI // spsG // spsF // spsE // spsD // spsC // spsB // spsA +sunA BSU21480 2269521 2269691 sublancin 168 lantibiotic antimicrobial precursor peptide; SPBeta prophage sunA // bdbB // sunS // bdbA // sunT sunA // bdbB // sunS // bdbA // sunT +purH BSU06520 708594 710132 fused phosphoribosylaminoimidazole carboxy formyl formyltransferase; inosine-monophosphate cyclohydrolase purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE +ftsX BSU35250 3623938 3624828 membrane protein FtsX ftsX // ftsE ftsX // ftsE +yqdA BSU26330 2698316 2698456 hypothetical protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yomL BSU21320 2246656 2247342 conserved exported protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ythA BSU30710 3139431 3140762 putative cytochrome bd menaquinol oxidase subunit I In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ykpA BSU14430 1512373 1513995 putative energy-sensing inhibitor of translation In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +comK BSU10420 1117109 1117687 competence transcription factor (CTF) comK BSU10420 +cdoA BSU31140 3193863 3194348 cysteine dioxygenase cdoA BSU31140 +yvrH BSU33221 3408353 3409066 two-component response regulator YvrH involved in cell wall processes [YvrG] In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gyrB BSU00060 4867 6783 DNA gyrase (subunit B) gyrB // remB // recF // rlbA gyrB // remB // recF // rlbA +ydfO BSU05490 597114 598052 putative dioxygenase ydfP // ydfN // ydfO ydfP // ydfN // ydfO +ycbG BSU02500 273237 273938 transcriptional regulator (GntR family) ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC ycbJ // garD // ycbG // gudD // gudP // ycbD // ycbC +pstS BSU24990 2580715 2581617 phosphate ABC transporter substrate-binding lipoprotein pstBB // pstBA // pstA // pstC // pstS pstBB // pstBA // pstA // pstC // pstS +yodQ BSU19710 2141703 2143013 putative deacetylase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +csn BSU26890 2747984 2748817 chitosanase csn BSU26890 +yxeO BSU39480 4058029 4058778 putative ABC transporter ATP-binding protein YxeO yxeQ // sndB // yxeO // yxeN // yxeM // scmL // scmK yxeQ // sndB // yxeO // yxeN // yxeM // scmL // scmK +rpsU BSU25410 2620371 2620544 ribosomal protein S21 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybgB BSU02380 258532 258807 conserved protein of unknown function (B. subtilis-specific) gamR // ybgB gamR // ybgB +xkdF BSU12600 1328702 1329529 phage PBSX; conserved hypothetical protein ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA ykzM // ykzL // xkdM // xkdK // xkdJ // xkdI // xkdH // xkdG // xkdF // xkdE // xtmB // xtmA +yhgD BSU10150 1089755 1090330 transcriptional regulator of unknown target In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yczJ BSU04130 463496 463783 conserved protein of unknown function yczJ BSU04130 +ytlD BSU30620 3134144 3134956 putative ABC transporter membrane subunit YtlD ytlD // ytlC // ytlA ytlD // ytlC // ytlA +kduD BSU22140 2326683 2327447 2-keto-3-deoxygluconate oxidoreductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydfI BSU05420 588960 589601 YdfI two-component response regulator, phosphorylated // YdfI two-component response regulator ydfI // ydfH ydfI // ydfH +ywjD BSU37200 3817863 3818825 UV DNA damage repair endonuclease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yozL BSU18950 2064540 2064833 conserved hypothetical protein of phage origin; putative defective prophage 6 yobH // yozK // yozL yobH // yozK // yozL +tagH BSU35700 3673564 3675147 wall teichoic acid ABC transporter ATP-binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +prsW BSU22940 2400208 2400864 protease required for RsiW anti-sigma(W) degradation In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +epsC BSU34350 3526407 3528203 putative UDP-sugar epimerase involved in biofilm matrix formation epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA epsO // epsN // epsM // epsL // epsK // epsJ // epsI // epsH // epsG // epsF // epsE // epsD // epsC // epsB // epsA +yorT BSU20260 2172781 2172900 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +phrK BSU18920 2063262 2063384 secreted regulator of the activity of phosphatase RapK phrK // rapK phrK // rapK +yfjF BSU08120 885844 886173 putative membrane protein yfjF // yfjE // yfjD // yfjC // yfjB // yfjA yfjF // yfjE // yfjD // yfjC // yfjB // yfjA +yvcB BSU34840 3580053 3581963 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rlmCD BSU06730 737603 738982 23S rRNA m5U747/m5U1939 RNA methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fosB BSU17840 1916663 1917097 magnesium-dependent bacillithiol-transferase fosB BSU17840 +rplV BSU01210 138497 138838 ribosomal protein L22 (BL17) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spoIIIAD BSU24400 2535544 2535945 stage III sporulation protein (feeding tube apparatus) spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV spoIIIAH // spoIIIAG // spoIIIAF // spoIIIAE // spoIIIAD // spoIIIAC // spoIIIAB // spoIIIAA // yqhV +walJ BSU40370 4148851 4149645 putative hydrolase htrC // walJ // walI // walH // walK // walR htrC // walJ // walI // walH // walK // walR +minD BSU27990 2857776 2858582 ATPase activator of MinC minD // minC // mreD // mreC // mreB minD // minC // mreD // mreC // mreB +rsbX BSU04740 523650 524249 serine phosphatase rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA rsbX // sigB // rsbW // rsbV // rsbU // rsbT // rsbS // rsbRA +pksM BSU17200 1821553 1834341 trans AT polyketide synthase of type I involved in bacillaene synthesis pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC pksR // pksN // pksM // pksL // pksJ // pksI // pksH // pksG // pksF // acpK // pksE // pksD // pksC +yoqT BSU20520 2193827 2193976 conserved hypothetical protein; phage SPbeta yoqT BSU20520 +wapA BSU39230 4023544 4030548 cell wall-associated tRNA nuclease precursor; intercellular growth inhibitor wapI // wapA wapI // wapA +ybxA BSU01450 150443 151288 putative ECF transporter, ATP-binding component YbxA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypsC BSU22170 2330075 2331232 m(7)G2069 methylase of 23S rRNA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +swgA BSU_MISC_RNA_37 2549407 2549606 dual aptamer glycine riboswitch In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +htrC BSU40360 4147567 4148769 sporulation membrane serine protease htrC // walJ // walI // walH // walK // walR htrC // walJ // walI // walH // walK // walR +yosH BSU20120 2167039 2167509 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvfT BSU34070 3496495 3497610 two-component sensor histidine kinase [YvfU] In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pgcA BSU09310 1006774 1008519 alpha-phosphoglucomutase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytbQ BSU30180 3088388 3089149 putative NAD-dependent nucleoside-diphosphate-sugar epimerase ytbQ // bioI // bioB // bioD // bioF // bioK // bioW ytbQ // bioI // bioB // bioD // bioF // bioK // bioW +rttG BSU25860 2661102 2662697 phage ribonuclease toxin; skin element rttF // rttG rttF // rttG +yabB BSU00340 42917 43660 tRNA1(Val) (adenine(37)-N6)-methyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +motP BSU29730 3043284 3044102 sodium channel stator-force generator subunit of flagellar rotation motS // motP // ccpA motS // motP // ccpA +yopB BSU20950 2214972 2215199 putative transcriptional regulator, lambda repressor-like; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +spxO BSU33029 3387781 3387945 regulator of SpxA degradation spxO BSU33029 +yezF BSU06559 713308 713535 hypothetical protein yezF BSU06559 +yabA BSU00330 42499 42858 regulator of DNA replication initiation YabA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). phrH BSU06839 752079 752252 hexapeptide (TDRNTT) inhibitor of regulatory cascade phrH // rapH phrH // rapH -cwlH BSU25710 2648903 2649655 N-acetylmuramoyl-L-alanine amidase cwlH BSU25710 -tetB BSU40770 4187681 4189057 multifunctional tetracycline-metal/H+ antiporter and Na+(K+)/H+ antiporter tetB // tetL tetB // tetL -remA BSU15670 1641672 1641941 essential sporulation DNA binding protein; regulator of biofilm formation -ykrK BSU13480 1414125 1414826 regulator of quality control -leuS BSU30320 3102629 3105043 leucyl-tRNA synthetase leuS BSU30320 -xylR BSU17590 1890512 1891666 transcriptional regulator xylR BSU17590 -phrI BSU05020 548438 548557 ICEBs1 mobile element: secreted regulator of the activity of phosphatase RapI phrI // rapI phrI // rapI -remB BSU00050 4567 4812 regulator of extracellular matrix formation gyrB // remB // recF // yaaA gyrB // remB // recF // yaaA -glsA BSU02430 264191 265174 glutaminase glnT // glsA glnT // glsA -dinF BSU21710 2288669 2290006 damage inducible, Na+ driven multidrug efflux pump dinF BSU21710 -yesW BSU07050 770234 772096 polysaccharide lyase; lipoprotein -yrkA BSU26610 2718959 2720263 putative membrane associated protein +yoqK BSU20600 2197121 2197324 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +plsY BSU18070 1931920 1932501 acylphosphate:glycerol-3-phosphate O-acyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycxA BSU03530 403217 404443 surfactin exporter ycxA BSU03530 +yflD BSU07720 844097 844234 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqgL BSU24920 2575717 2576187 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +comFA BSU35470 3642167 3643558 ATP-dependent helicase competence protein yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM +cmk BSU22890 2396045 2396719 cytidylate kinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnJ-Thr BSU_TRNA_13 95455 95530 tRNA-Thr trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S +yfmR BSU07370 809557 811446 putative energy-dependent translational throttle A yfmR BSU07370 +murQ BSU01700 192051 192965 D-lactyl ether N-acetylmuramic-6-phosphate acid etherase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqbG BSU26120 2682486 2682881 conserved phage protein of unknown function; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bkdR BSU24100 2504789 2506867 transcriptional regulator bkdR BSU24100 +cotE BSU17030 1775067 1775612 morphogenic spore protein cotE BSU17030 +ygxB BSU09390 1013958 1015616 putative integral membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +folEB BSU03340 364259 365173 GTP cyclohydrolase I yciB // folEB // yczL // zagA yciB // folEB // yczL // zagA +qcrB BSU22550 2363913 2364587 menaquinol:cytochrome c oxidoreductase (cytochrome b subunit) qcrC // qcrB // qcrA qcrC // qcrB // qcrA +sufU BSU32680 3357011 3357454 iron-sulfur cluster assembly sulfur-transfer protein (Zn(2+)-dependent) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yukJ BSU31945 3279573 3280250 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yaaI BSU00170 25221 25766 putative amidase (isochorismatase family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tboYB BSU_MISC_RNA_59 3946910 3947116 T-box riboswitch specific of tyrosine tRNA ligase tboYB // ywaE // tyrZ tboYB // ywaE // tyrZ +asnS BSU22360 2346224 2347516 asparaginyl-tRNA synthetase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yugS BSU31300 3216163 3217452 putative membrane protein yugS BSU31300 +psdA BSU34700 3565496 3566275 ABC transporter (lantibiotic resistance) ATP-binding protein PsdA psdS // psdR // psdB // psdA psdS // psdR // psdB // psdA +nhaK BSU33420 3428331 3430343 Na+/H+ antiporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +gcvH BSU32800 3366123 3366506 glycine cleavage system protein H (lipoyl acceptor protein) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lmrB BSU02670 288653 290092 flavonoid efflux transporter; drug-export protein lmrB // lmrA lmrB // lmrA +ylaL BSU14820 1550797 1551282 conserved hypothetical protein ylaL BSU14820 +ribE BSU23270 2429600 2430247 riboflavin synthase (alpha subunit) ypzK // ribH // ribA // ribE // ribD ypzK // ribH // ribA // ribE // ribD +katA BSU08820 959535 960986 vegetative catalase 1 katA BSU08820 +yydD BSU40200 4130578 4132338 putative DNA wielding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +queG BSU08910 967935 969095 epoxyqueuosine reductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pgm BSU33910 3477877 3479412 phosphoglycerate mutase eno // pgm // tpiA // pgk // gapA // cggR eno // pgm // tpiA // pgk // gapA // cggR +sboA BSU37350 3836058 3836189 subtilosin A albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA +yndH BSU17790 1912339 1912956 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywqH BSU36210 3727697 3728119 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +glnP BSU27460 2804657 2805313 putative L-glutamine ABC transporter membrane subunit GlnP glnP // glnM // glnH // glnQ glnP // glnM // glnH // glnQ +rplT BSU28850 2952224 2952583 ribosomal protein L20 ysdA // rplT // rpmI // infC ysdA // rplT // rpmI // infC +yyaK BSU40830 4193264 4194163 putative integral inner membrane protease yyaK BSU40830 +ctaM BSU19140 2086070 2086606 putative integral inner membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvcN BSU34730 3568527 3569291 putative arylamine N-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ytwI BSU29150 2982603 2983067 putative integral membrane protein ytwI BSU29150 +qcrC BSU22540 2363111 2363878 menaquinol:cytochrome c oxidoreductase (cytochrome cc subunit) qcrC // qcrB // qcrA qcrC // qcrB // qcrA +yqcC BSU25950 2667390 2668490 conserved phage protein of unknown function; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylxW BSU15250 1594492 1595187 conserved hypothetical protein sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE +yueB BSU31860 3266687 3269917 ESX secretion system; calcium-dependent phage SPP1 attachment site yueC // yueB // yukB // yukC // yukD // yukE yueC // yueB // yukB // yukC // yukD // yukE +ydfF BSU05390 585868 586548 putative transcriptional regulator ydfF BSU05390 +rnpB BSU_MISC_RNA_35 2331320 2331720 RNA component of ribonuclease P (RNase P) (catalytic subunit, ribozyme) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rapG BSU40300 4140260 4141357 response regulator aspartate phosphatase phrG // rapG phrG // rapG +yheA BSU09800 1054746 1055099 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypmS BSU21730 2290285 2290848 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +kdgR BSU22120 2324613 2325632 transcriptional repressor of the Kdg operon (KdgR-galacturonate) kdgT // kdgA // kdgK // kdgR kdgT // kdgA // kdgK // kdgR +yhaO BSU09910 1064846 1066072 putative DNA repair exonuclease yhaM // sbcE // yhaO yhaM // sbcE // yhaO +spbT BSU21000 2219784 2219960 toxin; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ybfM BSU02280 248268 248756 putative membrane phosphatase psd // ybfM // pssA psd // ybfM // pssA +yodB BSU19540 2127345 2127683 transcriptional repressor yodB BSU19540 +mrpE BSU31640 3251248 3251724 Na+:H+ antiporter subunit E mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA mrpG // mrpF // mrpE // mrpD // mrpC // mrpB // mrpA +devI BSU04840 532292 532552 ICEBs1 mobile element: sporulation inhibitor DevI yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis yddJ // yddI // cwlT // conG // yddF // conE // conD // conC // conB // yddA // ydcT // ydcS // nicK // conQ // helP // BSU_04849 // devI // ydzL // xis +araL BSU28770 2944187 2945005 glycolytic and pentose phosphate intermediates phosphatase abfA // araQ // araP // araN // araM // araL // araD // araB // araA abfA // araQ // araP // araN // araM // araL // araD // araB // araA +ccpB BSU40870 4196786 4197721 transcriptional repressor of carbon supply (LacI family) exoA // ccpB exoA // ccpB +prmA BSU25450 2623825 2624760 ribosomal protein L11 methyltransferase mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA mtaB // rsmE // prmA // dnaJ // dnaK // grpE // hemN // lepA // hrcA +zur BSU25100 2591428 2591865 transcriptional regulator (Zn[2+]-binding Fur family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +opuCA BSU33830 3469860 3471002 glycine betaine/carnitine/choline/choline sulfate ABC transporter, ATP-binding protein opuCD // opuCC // opuCB // opuCA opuCD // opuCC // opuCB // opuCA +comFB BSU35460 3641811 3642107 regulator of competence, pole located yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM yvyF // comFC // comFB // comFA // flgL // flgK // flgN // flgM +surX BSU_misc_RNA_89 1780404 1780554 small untranslated RNA of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +bacG BSU37680 3867493 3868272 cyclohexenol-containing tetrahydro-4-hydroxyphenylpyruvate H(4)HPP in bacilysin synthesis bacG BSU37680 +yrzK BSU27570 2818191 2818361 conserved protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhaP BSU09900 1063480 1064739 putative ABC efflux transporter membrane subunit YhaP In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +asd BSU16750 1745991 1747031 aspartate-semialdehyde dehydrogenase dapA // dapG // asd // spoVFB // spoVFA dapA // dapG // asd // spoVFB // spoVFA +yveG BSU34410 3532833 3533144 conserved protein of unknown function padC // yveG // yveF padC // yveG // yveF +ywpG BSU36320 3740624 3741007 interaction partner of DynA In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yneT BSU18080 1932671 1933078 putative acyl-CoA-binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fabG BSU15910 1664513 1665253 beta-ketoacyl-acyl carrier protein reductase fabG // fabD // plsX // fapR fabG // fabD // plsX // fapR +lutC BSU34030 3492797 3493519 component of an iron-sulfur oxidase for L-lactate utilization In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lexA BSU17850 1917639 1918256 transcriptional repressor of the SOS regulon lexA BSU17850 +yomM BSU21300 2245147 2246148 putative integrase; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +srrA BSU_misc_RNA_70 1534070 1534280 small regulatory RNA and messenger RNA (arginine metabolism) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yndD BSU17750 1907494 1909056 spore germination receptor subunit yndF // yndE // yndD yndF // yndE // yndD +nrdF BSU17390 1871089 1872078 ribonucleoside-diphosphate reductase (minor subunit) ymaB // nrdF // nrdE // nrdI ymaB // nrdF // nrdE // nrdI +yobM BSU19010 2073658 2074215 putative phage protein; putative defective prophage 6 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqzI BSU25850 2660574 2660732 hypothetical protein; skin element In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rpsO BSU16680 1738941 1739210 ribosomal protein S15 (BS18) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnE-Gly BSU_TRNA_80 635200 635273 tRNA-Gly In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ypbS BSU22020 2312207 2312464 spore associated protein ypbS BSU22020 +gerE BSU28410 2904727 2904951 transcriptional regulator required for the expression of late spore coat genes gerE BSU28410 +khtS BSU09870 1060988 1061326 K+/H+ antiporter for K+ efflux In SUBSEQ, `end' (3) is beyond the end of the sequence (0). uvrA BSU35160 3610064 3612937 excinuclease ABC (subunit A) uvrA // uvrB uvrA // uvrB -putP BSU03220 347150 348571 putative proline/ornithine permease putP // putC // putB putP // putC // putB -yxdL BSU39640 4070393 4071166 ABC transporter (ATP-binding protein); efflux of cationic peptides -yugJ BSU31370 3223471 3224634 NADH-dependent butanol dehydrogenase yugJ BSU31370 -cotY BSU11750 1250016 1250504 outer spore coat protein (crust layer, insoluble fraction) cotZ // cotY cotZ // cotY -acoR BSU08100 883758 885575 transcriptional regulator (AcoR-acetoin) sspH // acoR sspH // acoR -cheW BSU16440 1714855 1715325 modulation of CheA activity in response to attractants (chemotaxis) swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB swrB // sigD // cheD // cheC // cheW // cheA // cheB // flhG // flhF // flhA // flhB // fliR // fliQ // fliP // fliZ // cheY // fliY // fliM // fliL // swrD // flgE // flgD // fliK // ylxF // fliJ // fliI // fliH // fliG // fliF // fliE // flgC // flgB -cotH BSU36060 3716009 3717097 spore coat protein kinase cotH BSU36060 +ybfG BSU02200 239644 241842 putative pepdidoglycan binding protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yitI BSU11000 1178218 1178667 putative N-acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvkC BSU35190 3615793 3618288 flavonoid phosphate synthetase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ycdB BSU02790 300830 302248 conserved protein of unknown function ycdB BSU02790 +ykzV BSU14569 1526859 1527017 putative type I toxin (toxin I motif) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tagT BSU35840 3694239 3695207 teichoic acid-peptidoglycan tethering enzyme (LCP component) with transcription regulator domain of capsule synthesis tagT BSU35840 +trnE-Arg BSU_TRNA_79 635110 635186 tRNA-Arg In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yfkC BSU07940 867164 868006 mechanosensitive ion channel yfkC // yfkA yfkC // yfkA +yhcR BSU09190 991348 995001 non specific extracellular Ca2+-dependent endonuclease cleaving RNA and DNA srtA // yhcR srtA // yhcR +dinG BSU22400 2349671 2352466 damage inducible ATP-dependent 3'->5' nuclease In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhdJ BSU09490 1027774 1028202 putative acetyltransferase yhdJ BSU09490 +yoaK BSU18640 2033895 2034572 putative membrane protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +motS BSU29720 3042566 3043294 sodium channel stator-force generator peptidoglycan binding subunit of flagellar rotation motS // motP // ccpA motS // motP // ccpA +ysdC BSU28820 2950221 2951306 putative fructose-lysine aminopeptidase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +cotD BSU22200 2332784 2333011 spore coat protein (inner) cotD BSU22200 +spo0E BSU13640 1430684 1430941 negative regulatory phosphatase acting on Spo0A-P (sporulation) spo0E BSU13640 +BSU_36499 BSU_36499 3755967 3756134 hypothetical protein BSU_36499 // ywoC // ywoB // ywoD BSU_36499 // ywoC // ywoB // ywoD +yomU BSU21220 2240339 2241136 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rrnD-5S BSU_RRNA_18 951457 951572 ribosomal RNA-5S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S trnD-Leu2 // trnD-Leu1 // trnD-Cys // trnD-Gly // trnD-Gln // trnD-His // trnD-Trp // trnD-Tyr // trnD-Thr // trnD-Phe // trnD-Asp // trnD-Met // trnD-Val // trnD-Glu // trnD-Ser // trnD-Asn // rrnD-5S // rrnD-23S // rrnD-16S +yngI BSU18250 1954525 1956174 acetoacetyl-CoA synthetase yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ yngHB // yngE // yngF // yngG // yngHA // yngI // yngJ +opuCC BSU33810 3468253 3469164 glycine betaine/carnitine/choline/choline sulfate ABC transporter, substrate-binding lipoprotein opuCD // opuCC // opuCB // opuCA opuCD // opuCC // opuCB // opuCA +yobV BSU19100 2083067 2084008 putative transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +kduI BSU22130 2325854 2326681 4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase, 5-keto-4-deoxyuronate isomerase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ftsR BSU18420 2006541 2007398 transcriptional regulator (LysR family) ftsR BSU18420 +comS BSU03500 390880 391020 regulator of genetic competence srfAD // srfAC // comS // srfAB // srfAA srfAD // srfAC // comS // srfAB // srfAA +yqxA BSU25520 2632882 2633220 conserved protein of unknown function yqxA // spoIIP yqxA // spoIIP +dapA BSU16770 1748368 1749240 4-hydroxy-tetrahydrodipicolinate synthase dapA // dapG // asd // spoVFB // spoVFA dapA // dapG // asd // spoVFB // spoVFA +yxjN BSU38890 3992671 3993144 putative integral inner membrane protein of unknown function yxjN BSU38890 +ytaB BSU30930 3163237 3163704 putative receptor ytaB BSU30930 +ybzH BSU01889 211429 211731 putative transcriptional regulator (ArsR family); prophage 1 region In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lplJ BSU10250 1099159 1100154 lipoate-protein ligase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yuzC BSU31730 3257693 3258061 inner spore coat protein yuzC BSU31730 +dnaC BSU40440 4157471 4158835 replicative DNA helicase dnaC BSU40440 +youB BSU21329 2247367 2247543 conserved phage protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +sbp BSU15270 1595935 1596300 putative integral inner membrane protein (small basic protein) sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE sbp // ylxX // ylxW // divIB // murB // murG // spoVE // murD // mraY // murE +BSU_37089 BSU_37089 3804714 3804875 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +mcsB BSU00850 102484 103575 protein arginine kinase disA // radA // clpC // mcsB // mcsA // ctsR disA // radA // clpC // mcsB // mcsA // ctsR +yhfF BSU10210 1096116 1096523 putative RNA-binding PUA-containing enzyme In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnB-Leu2 BSU_TRNA_57 3173224 3173309 tRNA-Leu trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +spoVS BSU16980 1769935 1770195 regulator required for dehydratation of the spore core and assembly of the coat (stage V sporulation) spoVS BSU16980 +forC1 BSU12160 1285591 1288548 formate dehydrogenase subunit ForC1 forE1 // forC1 forE1 // forC1 +ycsA BSU04000 452830 453894 putative tartrate dehydrogenase ycsA BSU04000 +ydeL BSU05240 571389 572780 putative PLP-dependent transcriptional regulator In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yitP BSU11070 1183943 1184479 conserved hypothetical protein yitM // yitO // yitP yitM // yitO // yitP +trnB-Ser2 BSU_TRNA_71 3171976 3172066 tRNA-Ser trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +ydzT BSU06034 652087 652245 In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +fadM BSU32850 3372740 3373648 proline dehydrogenase 1 fadE // fadA // fadN // fadM fadE // fadA // fadN // fadM +samT BSU11010 1178757 1180595 bifunctional homocysteine S-methyltransferase using (R,S)AdoMet and methylenetetrahydrofolate reductase [NAD(P)H] samT BSU11010 +yfmM BSU07420 814384 815940 putative energy-sensing inhibitor of translation yfmM BSU07420 +BSU_37569 BSU_37569 3856782 3856937 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yopA BSU20960 2215460 2216776 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ynaE BSU17530 1884238 1884879 conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ywbI BSU38310 3932198 3933103 transcriptional regulator (LysR family, cidAB expression) thiE // thiM // ywbI thiE // thiM // ywbI +trnJ-Gly BSU_TRNA_16 95772 95846 tRNA-Gly trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S trnJ-Ala // trnJ-Pro // trnJ-Arg // trnJ-Leu2 // trnJ-Gly // trnJ-Leu1 // trnJ-Lys // trnJ-Thr // trnJ-Val // rrnJ-5S // rrnJ-23S // rrnJ-16S +yorN BSU20320 2174585 2174734 conserved hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylaE BSU14750 1544936 1545547 putative exported protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +azlC BSU26710 2728976 2729740 branched-chain amino acid / methionine exporter yrdK // brnQ // azlD // azlC // azlB yrdK // brnQ // azlD // azlC // azlB +glxB BSU32660 3354551 3354934 methylglyoxalase; lactoylbacillithiol lyase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +addB BSU10620 1136320 1139820 ATP-dependent deoxyribonuclease (subunit B) addA // addB addA // addB +ggaA BSU35690 3670035 3671375 poly(glucosyl N-acetylgalactosamine 1-phosphate) glucosyltransferase (missing signal peptide) ggaB // ggaA ggaB // ggaA +trnI-Arg BSU_TRNA_26 166064 166140 tRNA-Arg In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ebrA BSU17300 1865058 1865375 small toxic metabolite efflux transporter subunit In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +lutA BSU34050 3494985 3495701 iron-sulfur oxidase subunit used in L-lactate utilization In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +trnB-Asp BSU_TRNA_65 3172512 3172588 tRNA-Asp trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S trnB-Glu // trnB-Ser2 // trnB-Asn // trnB-Ile2 // trnB-Gly2 // trnB-His // trnB-Phe // trnB-Asp // trnB-Met2 // trnB-Ser1 // trnB-Met3 // trnB-Met1 // trnB-Ala // trnB-Pro // trnB-Arg // trnB-Leu2 // trnB-Gly1 // trnB-Leu1 // trnB-Lys // trnB-Thr // trnB-Val // rrnB-5S // rrnB-23S // rrnB-16S +clsB BSU37190 3816654 3817850 minor cardiolipin synthetase (phospholipase D family) In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ahrC BSU24250 2522324 2522773 transcriptional regulator (AhrC(ArgR)-arginine) recN // ahrC recN // ahrC +purS BSU06460 702319 702573 factor required for phosphoribosylformylglycinamidine synthetase activity purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE purD // purH // purN // purM // purF // purL // purQ // purS // purC // purB // purK // purE +thiF BSU11700 1245808 1246818 [sulfur-carrier protein ThiS] adenylyltransferase thiD // thiF // thiG // thiS // thiO // tenI // tenA thiD // thiF // thiG // thiS // thiO // tenI // tenA +yrbE BSU27770 2838847 2839872 putative inositol-related oxidoreductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +pabB BSU00740 82864 84276 4-amino-4-deoxychorismate synthase (para-aminobenzoate synthase) lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB +gmuC BSU05830 627284 628612 oligo-alpha-mannoside phosphotransferase system enzyme IIC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC gmuG // gmuF // gmuE // gmuR // gmuD // gmuA // gmuB // gmuC +ywnJ BSU36540 3759169 3759591 putative integral inner membrane protein ywnJ BSU36540 +BSU_27786 BSU_27786 2840803 2840925 hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +divIC BSU00620 69168 69545 cell-division initiation protein yabR // divIC // yabQ // yabP // rqcP // yabN // yabM yabR // divIC // yabQ // yabP // rqcP // yabN // yabM +dusB BSU00810 87634 88635 tRNA-dihydrouridine synthase B lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB lysS // dusB // yazB // folK // folB // sul // pabC // pabA // pabB +thiN BSU15800 1654730 1655374 thiamine pyrophosphokinase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +tagE BSU35730 3678399 3680420 UDP-glucose:polyglycerol phosphate alpha-glucosyltransferase tagF // tagE // tagD tagF // tagE // tagD +mutS2 BSU28580 2920936 2923293 homologous recombination factor In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +albD BSU37400 3838552 3839862 putative subtilosin ABC efflux transporter membrane subunit albG // albF // albE // albD // albC // albB // albA // sboX // sboA albG // albF // albE // albD // albC // albB // albA // sboX // sboA +alrB BSU17640 1897941 1899125 alanine racemase (minor activity) alrB BSU17640 +pdaB BSU01570 159779 160543 polysaccharide deacetylase involved in sporulation pdaB BSU01570 +argH BSU29440 3011751 3013136 argininosuccinate lyase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yozP BSU21310 2246151 2246480 hypothetical protein; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yetN BSU07240 791462 792532 conserved hypothetical protein yetN BSU07240 +tboTA BSU_MISC_RNA_58 3856479 3856700 T-box riboswitch specific of threonine tRNA ligase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqzH BSU23720 2465966 2466172 conserved protein of unknown function yqzH BSU23720 +ygaK BSU08800 957705 959060 putative FAD-dependent oxido-reductase ygaK BSU08800 +ymaF BSU17320 1865876 1866289 putative sporulation-related protein of unknown function In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ydzH BSU05520 599107 599343 conserved hypothetical protein, sporulation-related In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +ylbP BSU15100 1576767 1577249 putative acetyltransferase ylbP BSU15100 +coaD BSU15020 1570078 1570563 phosphopantetheine adenylyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rosA 1056390 1056623 small regulatory RNA RosA rosA +ywqN BSU36150 3722786 3723331 putative oxidoreductase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yrhH BSU27180 2777877 2778419 putative methyltransferase yrhH BSU27180 +ydhI BSU05770 622808 623290 putative acetyltransferase In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yhdH BSU09470 1024865 1026220 putative sodium-dependent transporter In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +polYB BSU23710 2464562 2465800 Y family DNA polymerase V bypassing lesions during replication yqjX // polYB yqjX // polYB +ccpC BSU14140 1486045 1486926 transcriptional repressor of citB and citZ ccpC // darB // abbA // ykuK // ykuJ ccpC // darB // abbA // ykuK // ykuJ +yopF BSU20910 2212026 2212241 conserved protein of unknown function; phage SPbeta In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yqjY BSU23690 2463571 2464041 putative N-acetyltransferase yqkC // yqkB // yqkA // yqjZ // yqjY yqkC // yqkB // yqkA // yqjZ // yqjY +guaB BSU00090 15915 17381 inosine-monophosphate dehydrogenase guaB BSU00090 +xkzA BSU12749 1342955 1343227 phage PBSX; conserved hypothetical protein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yvlD BSU35100 3606762 3607121 putative integral phage holin-like membrane protein yvlD // yvlC // yvlB // yvlA yvlD // yvlC // yvlB // yvlA +patB BSU31440 3228778 3229941 promiscuous cystathionine / cystine beta-lyase / cysteine desulfhydrase patB BSU31440 +ctaK BSU30660 3136938 3137375 putative lipoprotein In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +rrnG-23S BSU_RRNA_27 173214 176141 ribosomal RNA-23S In SUBSEQ, `end' (3) is beyond the end of the sequence (0). +yxbF BSU39850 4092695 4093837 putative transcriptional regulator yxbF BSU39850 +narG BSU37280 3826259 3829945 nitrate reductase (alpha subunit) narI // narJ // narH // narG narI // narJ // narH // narG diff --git a/data/external/eggNOG_annotations.txt b/data/external/eggNOG_annotations.txt index 17fde382..1eeae676 100644 --- a/data/external/eggNOG_annotations.txt +++ b/data/external/eggNOG_annotations.txt @@ -1,3982 +1,3962 @@ -# emapper version: emapper-1.0.3-35-g63c274b emapper DB: 2.0 -# command: ./emapper.py --cpu 6 -i /data/shared/emapper_jobs/user_data/MM_f50vg5jq/query_seqs.fa --output query_seqs.fa --output_dir /data/shared/emapper_jobs/user_data/MM_f50vg5jq -m diamond -d none --tax_scope 1386 --go_evidence non-electronic --target_orthologs all --seed_ortholog_evalue 0.001 --seed_ortholog_score 60 --query-cover 20 --subject-cover 0 --override --temp_dir /data/shared/emapper_jobs/user_data/MM_f50vg5jq -# time: Tue Mar 30 18:23:42 2021 -#query_name seed_eggNOG_ortholog seed_ortholog_evalue seed_ortholog_score best_tax_level Preferred_name GOs EC KEGG_ko KEGG_Pathway KEGG_Module KEGG_Reaction KEGG_rclass BRITE KEGG_TC CAZy BiGG_Reaction -BSU_00010 224308.BSU00010 1.3e-251 875.2 Bacillus dnaA GO:0003674,GO:0003676,GO:0003677,GO:0003688,GO:0003690,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006270,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0016020,GO:0034641,GO:0034645,GO:0042802,GO:0043170,GO:0043565,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0071944,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1901576,GO:1990837 ko:K02313 ko02020,ko04112,map02020,map04112 ko00000,ko00001,ko03032,ko03036 Bacillus 1TPV7@1239,1ZBKI@1386,4H9MW@91061,COG0593@1,COG0593@2 NA|NA|NA L it binds specifically double-stranded DNA at a 9 bp consensus (dnaA box) 5'-TTATC CA A CA A-3'. DnaA binds to ATP and to acidic phospholipids -BSU_00020 224308.BSU00020 1e-204 719.2 Bacillus dnaN 2.7.7.7 ko:K02338 ko00230,ko00240,ko01100,ko03030,ko03430,ko03440,map00230,map00240,map01100,map03030,map03430,map03440 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 Bacillus 1TQ7J@1239,1ZAVV@1386,4H9TF@91061,COG0592@1,COG0592@2 NA|NA|NA L Confers DNA tethering and processivity to DNA polymerases and other proteins. Acts as a clamp, forming a ring around DNA (a reaction catalyzed by the clamp-loading complex) which diffuses in an ATP-independent manner freely and bidirectionally along dsDNA. Initially characterized for its ability to contact the catalytic subunit of DNA polymerase III (Pol III), a complex, multichain enzyme responsible for most of the replicative synthesis in bacteria -BSU_00030 224308.BSU00030 4e-33 146.7 Bacillus yaaA Bacillus 1VEJ2@1239,1ZIXZ@1386,4HNMC@91061,COG2501@1,COG2501@2 NA|NA|NA S S4 domain -BSU_00040 224308.BSU00040 2.4e-206 724.5 Bacillus recF GO:0000731,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006281,GO:0006302,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009295,GO:0009987,GO:0018130,GO:0019438,GO:0033554,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0071897,GO:0090304,GO:1901360,GO:1901362,GO:1901576 ko:K03629 ko03440,map03440 ko00000,ko00001,ko03400 Bacillus 1TP9U@1239,1ZC8V@1386,4HA0W@91061,COG1195@1,COG1195@2 NA|NA|NA L it is required for DNA replication and normal SOS inducibility. RecF binds preferentially to single-stranded, linear DNA. It also seems to bind ATP -BSU_00050 224308.BSU00050 4e-37 160.2 Bacillus yaaB Bacillus 1VEZV@1239,1ZIZ5@1386,2E36Q@1,32Y6E@2,4HQTK@91061 NA|NA|NA S Domain of unknown function (DUF370) -BSU_00060 224308.BSU00060 0.0 1261.9 Bacillus gyrB GO:0003674,GO:0003824,GO:0003916,GO:0003918,GO:0005575,GO:0006139,GO:0006259,GO:0006265,GO:0006725,GO:0006807,GO:0006996,GO:0007059,GO:0008094,GO:0008150,GO:0008152,GO:0009295,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016853,GO:0016887,GO:0017111,GO:0034641,GO:0042623,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0051276,GO:0061505,GO:0071103,GO:0071704,GO:0071840,GO:0090304,GO:0140097,GO:1901360 5.99.1.3 ko:K02470 ko00000,ko01000,ko03032,ko03400 Bacillus 1TQ0R@1239,1ZBFI@1386,4H9Y6@91061,COG0187@1,COG0187@2 NA|NA|NA L A type II topoisomerase that negatively supercoils closed circular double-stranded (ds) DNA in an ATP-dependent manner to modulate DNA topology and maintain chromosomes in an underwound state. Negative supercoiling favors strand separation, and DNA replication, transcription, recombination and repair, all of which involve strand separation. Also able to catalyze the interconversion of other topological isomers of dsDNA rings, including catenanes and knotted rings. Type II topoisomerases break and join 2 DNA strands simultaneously in an ATP-dependent manner -BSU_00070 224308.BSU00070 0.0 1401.3 Bacillus gyrA 5.99.1.3 ko:K02469 ko00000,ko01000,ko03032,ko03400 Bacillus 1TP2Z@1239,1ZB8F@1386,4HAHY@91061,COG0188@1,COG0188@2 NA|NA|NA L A type II topoisomerase that negatively supercoils closed circular double-stranded (ds) DNA in an ATP-dependent manner to modulate DNA topology and maintain chromosomes in an underwound state. Negative supercoiling favors strand separation, and DNA replication, transcription, recombination and repair, all of which involve strand separation. Also able to catalyze the interconversion of other topological isomers of dsDNA rings, including catenanes and knotted rings. Type II topoisomerases break and join 2 DNA strands simultaneously in an ATP-dependent manner -BSU_00080 224308.BSU00080 6e-182 643.3 Bacillus yaaC Bacillus 1UYYT@1239,1ZBYK@1386,28JUG@1,2Z9JI@2,4HC3E@91061 NA|NA|NA S YaaC-like Protein -BSU_00090 224308.BSU00090 3.9e-273 946.8 Bacillus guaB GO:0003674,GO:0003824,GO:0003938,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006163,GO:0006164,GO:0006183,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009116,GO:0009117,GO:0009119,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009163,GO:0009165,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016491,GO:0016614,GO:0016616,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034404,GO:0034641,GO:0034654,GO:0042278,GO:0042451,GO:0042455,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046039,GO:0046128,GO:0046129,GO:0046390,GO:0046483,GO:0055086,GO:0055114,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901068,GO:1901070,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 1.1.1.205 ko:K00088 ko00230,ko00983,ko01100,ko01110,map00230,map00983,map01100,map01110 M00050 R01130,R08240 RC00143,RC02207 ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1TNZ1@1239,1ZC91@1386,4H9V3@91061,COG0516@1,COG0516@2,COG0517@1,COG0517@2 NA|NA|NA F Catalyzes the conversion of inosine 5'-phosphate (IMP) to xanthosine 5'-phosphate (XMP), the first committed and rate- limiting step in the de novo synthesis of guanine nucleotides, and therefore plays an important role in the regulation of cell growth -BSU_00100 224308.BSU00100 8.9e-248 862.4 Bacillus dacA GO:0003674,GO:0003824,GO:0004175,GO:0004180,GO:0004185,GO:0005575,GO:0005618,GO:0005623,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008236,GO:0008238,GO:0009002,GO:0016787,GO:0017171,GO:0019538,GO:0030312,GO:0043170,GO:0044238,GO:0044464,GO:0070008,GO:0070011,GO:0071704,GO:0071944,GO:0140096,GO:1901564 3.4.16.4 ko:K07258 ko00550,ko01100,map00550,map01100 ko00000,ko00001,ko01000,ko01002,ko01011 Bacillus 1TQN0@1239,1ZAS6@1386,4HBD4@91061,COG1686@1,COG1686@2 NA|NA|NA M Belongs to the peptidase S11 family -BSU_00110 224308.BSU00110 3.7e-157 560.8 Bacillus pdxS GO:0003674,GO:0005488,GO:0005515,GO:0042802 4.3.3.6 ko:K06215 ko00750,map00750 R07456 RC00010,RC01783,RC03043 ko00000,ko00001,ko01000 Bacillus 1TPSZ@1239,1ZB36@1386,4H9RA@91061,COG0214@1,COG0214@2 NA|NA|NA H Catalyzes the formation of pyridoxal 5'-phosphate from ribose 5-phosphate (RBP), glyceraldehyde 3-phosphate (G3P) and ammonia. The ammonia is provided by the PdxT subunit. Can also use ribulose 5-phosphate and dihydroxyacetone phosphate as substrates, resulting from enzyme-catalyzed isomerization of RBP and G3P, respectively -BSU_00120 224308.BSU00120 1.8e-107 395.2 Bacillus pdxT GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006081,GO:0006725,GO:0006732,GO:0006766,GO:0006767,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008614,GO:0009058,GO:0009108,GO:0009110,GO:0009987,GO:0017144,GO:0018130,GO:0019438,GO:0019637,GO:0032991,GO:0034641,GO:0042364,GO:0042802,GO:0042816,GO:0042819,GO:0042822,GO:0042823,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046184,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:0072524,GO:0072525,GO:0090407,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901615,GO:1901617,GO:1902494,GO:1903600 4.3.3.6 ko:K08681 ko00750,map00750 R07456 RC00010,RC01783,RC03043 ko00000,ko00001,ko01000 Bacillus 1V3I6@1239,1ZD5C@1386,4HFSZ@91061,COG0311@1,COG0311@2 NA|NA|NA H Catalyzes the hydrolysis of glutamine to glutamate and ammonia as part of the biosynthesis of pyridoxal 5'-phosphate. The resulting ammonia molecule is channeled to the active site of PdxS -BSU_00130 224308.BSU00130 7.3e-207 726.5 Bacillus serS 6.1.1.11 ko:K01875 ko00970,map00970 M00359,M00360 R03662,R08218 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TP4W@1239,1ZCBQ@1386,4H9Y4@91061,COG0172@1,COG0172@2 NA|NA|NA J Catalyzes the attachment of serine to tRNA(Ser). Is also able to aminoacylate tRNA(Sec) with serine, to form the misacylated tRNA L-seryl-tRNA(Sec), which will be further converted into selenocysteinyl-tRNA(Sec) -BSU_00140 224308.BSU00140 4.8e-122 443.7 Bacillus dck 2.7.1.74,2.7.1.76 ko:K15519 ko00230,ko00240,ko01100,map00230,map00240,map01100 R00185,R01666,R02089 RC00002,RC00017 ko00000,ko00001,ko01000 Bacillus 1TPJ1@1239,1ZBFB@1386,4HA9N@91061,COG1428@1,COG1428@2 NA|NA|NA F Deoxycytidine kinase -BSU_00150 224308.BSU00150 5.5e-115 420.2 Bacillus dgk 2.7.1.113 ko:K15518 ko00230,map00230 R01967 RC00002,RC00017 ko00000,ko00001,ko01000 Bacillus 1TQKS@1239,1ZCAQ@1386,4HBWC@91061,COG1428@1,COG1428@2 NA|NA|NA F Deoxyguanosine kinase -BSU_00160 224308.BSU00160 9.6e-215 752.7 Bacillus yaaH ko:K06306 ko00000 Bacillus 1TQK2@1239,1ZBQC@1386,4HBJC@91061,COG1388@1,COG1388@2,COG3858@1,COG3858@2 NA|NA|NA M Glycoside Hydrolase Family -BSU_00170 224308.BSU00170 4.1e-98 364.0 Bacillus yaaI GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006206,GO:0006208,GO:0006212,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009112,GO:0009987,GO:0017144,GO:0019860,GO:0034641,GO:0042737,GO:0044237,GO:0044238,GO:0044248,GO:0044270,GO:0044281,GO:0044424,GO:0044464,GO:0046113,GO:0046483,GO:0046700,GO:0055086,GO:0071704,GO:0072527,GO:0072529,GO:1901360,GO:1901361,GO:1901564,GO:1901565,GO:1901575 Bacillus 1V5Y9@1239,1ZQ73@1386,4HHKW@91061,COG1335@1,COG1335@2 NA|NA|NA Q COG1335 Amidases related to nicotinamidase -BSU_00180 224308.BSU00180 2.3e-84 318.2 Bacillus tadA GO:0002097,GO:0002100,GO:0006139,GO:0006382,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016553,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:1901360 3.5.4.33 ko:K11991 R10223 RC00477 ko00000,ko01000,ko03016 Bacillus 1V3HZ@1239,1ZFRP@1386,4HH7S@91061,COG0590@1,COG0590@2 NA|NA|NA FJ Catalyzes the deamination of adenosine to inosine at the wobble position 34 of tRNA(Arg2) -BSU_00190 224308.BSU00190 0.0 1097.4 Bacillus dnaX GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0034641,GO:0034645,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:1901360,GO:1901576 2.7.7.7 ko:K02343 ko00230,ko00240,ko01100,ko03030,ko03430,ko03440,map00230,map00240,map01100,map03030,map03430,map03440 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 Bacillus 1TPS9@1239,1ZB2M@1386,4HAUE@91061,COG2812@1,COG2812@2 NA|NA|NA L DNA polymerase III is a complex, multichain enzyme responsible for most of the replicative synthesis in bacteria. This DNA polymerase also exhibits 3' to 5' exonuclease activity -BSU_00200 224308.BSU00200 9e-37 159.5 Bacillus yaaK ko:K09747 ko00000 Bacillus 1VA1S@1239,1ZGZI@1386,4HKH3@91061,COG0718@1,COG0718@2 NA|NA|NA S Binds to DNA and alters its conformation. May be involved in regulation of gene expression, nucleoid organization and DNA protection -BSU_00210 224308.BSU00210 6.6e-110 403.3 Bacillus recR ko:K06187 ko03440,map03440 ko00000,ko00001,ko03400 Bacillus 1TR87@1239,1ZBDK@1386,4HAZR@91061,COG0353@1,COG0353@2 NA|NA|NA L May play a role in DNA repair. It seems to be involved in an RecBC-independent recombinational process of DNA repair. It may act with RecF and RecO -BSU_00220 224308.BSU00220 1.3e-31 141.7 Bacillus yaaL Bacillus 1VM3Z@1239,1ZIUR@1386,2EHEM@1,33B6J@2,4HR3I@91061 NA|NA|NA S Protein of unknown function (DUF2508) -BSU_00230 224308.BSU00230 8.1e-36 156.0 Bacillus bofA ko:K06317 ko00000 Bacillus 1VG2H@1239,1ZIUF@1386,2E9CH@1,333K6@2,4HNZC@91061 NA|NA|NA S Sigma-K factor-processing regulatory protein BofA -BSU_00240 224308.BSU00240 5.7e-31 139.4 Bacillus csfB Bacillus 1VM34@1239,1ZK09@1386,2EIS2@1,33CHE@2,4HR6Z@91061 NA|NA|NA S Inhibitor of sigma-G Gin -BSU_00250 224308.BSU00250 8e-103 379.8 Bacillus xpaC Bacillus 1V5B1@1239,1ZG4A@1386,4HKAX@91061,COG4915@1,COG4915@2 NA|NA|NA S 5-bromo-4-chloroindolyl phosphate hydrolysis protein -BSU_00260 224308.BSU00260 7.6e-203 713.0 Bacillus yaaN Bacillus 1TQVX@1239,1ZATR@1386,4H9Z6@91061,COG3853@1,COG3853@2 NA|NA|NA P Belongs to the TelA family -BSU_00270 224308.BSU00270 2.4e-275 954.1 Bacillus yaaO Bacillus 1TNZ9@1239,1ZBKS@1386,4HBGC@91061,COG1982@1,COG1982@2 NA|NA|NA E Orn Lys Arg decarboxylase -BSU_00280 224308.BSU00280 6.2e-114 416.8 Bacillus tmk GO:0003674,GO:0003824,GO:0004798,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006220,GO:0006221,GO:0006227,GO:0006233,GO:0006235,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009041,GO:0009058,GO:0009117,GO:0009123,GO:0009132,GO:0009133,GO:0009138,GO:0009139,GO:0009141,GO:0009142,GO:0009147,GO:0009148,GO:0009165,GO:0009186,GO:0009189,GO:0009196,GO:0009197,GO:0009200,GO:0009202,GO:0009211,GO:0009212,GO:0009219,GO:0009221,GO:0009262,GO:0009263,GO:0009265,GO:0009394,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0018130,GO:0019205,GO:0019438,GO:0019637,GO:0019692,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046072,GO:0046075,GO:0046077,GO:0046385,GO:0046483,GO:0046940,GO:0050145,GO:0055086,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.7.4.9 ko:K00943 ko00240,ko01100,map00240,map01100 M00053 R02094,R02098 RC00002 ko00000,ko00001,ko00002,ko01000 Bacillus 1V1HE@1239,1ZBSZ@1386,4HGWR@91061,COG0125@1,COG0125@2 NA|NA|NA F Phosphorylation of dTMP to form dTDP in both de novo and salvage pathways of dTTP synthesis -BSU_00290 224308.BSU00290 3.7e-54 217.2 Bacillus yaaQ Bacillus 1V6NI@1239,1ZHEA@1386,4HIHA@91061,COG3870@1,COG3870@2 NA|NA|NA S protein conserved in bacteria -BSU_00300 224308.BSU00300 2.6e-71 274.6 Bacillus yaaR ko:K09770 ko00000 Bacillus 1VF6M@1239,1ZFYU@1386,4HP8D@91061,COG1728@1,COG1728@2 NA|NA|NA S protein conserved in bacteria -BSU_00310 224308.BSU00310 3.7e-182 644.0 Bacillus holB GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0034641,GO:0034645,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:1901360,GO:1901576 2.7.7.7 ko:K02341 ko00230,ko00240,ko01100,ko03030,ko03430,ko03440,map00230,map00240,map01100,map03030,map03430,map03440 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 Bacillus 1TRVS@1239,1ZBDA@1386,4HA3T@91061,COG0470@1,COG0470@2 NA|NA|NA L DNA polymerase III -BSU_00320 224308.BSU00320 3.6e-146 524.2 Bacillus yaaT GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 Bacillus 1TP1V@1239,1ZBCK@1386,4H9M9@91061,COG1774@1,COG1774@2 NA|NA|NA S stage 0 sporulation protein -BSU_00330 224308.BSU00330 8.2e-31 139.8 Bacillus yabA GO:0003674,GO:0005488,GO:0005515,GO:0042802 Bacillus 1VA1F@1239,1ZGZH@1386,4HKND@91061,COG4467@1,COG4467@2 NA|NA|NA L Involved in initiation control of chromosome replication -BSU_00340 224308.BSU00340 4.2e-138 497.3 Bacillus yabB GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0008168,GO:0008757,GO:0016740,GO:0016741,GO:0032259,GO:0044424,GO:0044444,GO:0044464 Bacillus 1TQ25@1239,1ZCBX@1386,4HA8W@91061,COG4123@1,COG4123@2 NA|NA|NA S Conserved hypothetical protein 95 -BSU_00350 224308.BSU00350 3.2e-49 200.7 Bacillus yazA ko:K07461 ko00000 Bacillus 1VEZF@1239,1ZIXI@1386,4HNHJ@91061,COG2827@1,COG2827@2 NA|NA|NA L endonuclease containing a URI domain -BSU_00360 224308.BSU00360 9.6e-158 562.8 Bacillus rsmI GO:0000154,GO:0000451,GO:0000453,GO:0001510,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:1901360 2.1.1.198 ko:K07056 ko00000,ko01000,ko03009 Bacillus 1TP6U@1239,1ZBN1@1386,4HAH8@91061,COG0313@1,COG0313@2 NA|NA|NA H Catalyzes the 2'-O-methylation of the ribose of cytidine 1402 (C1402) in 16S rRNA -BSU_00370 224308.BSU00370 8e-45 186.0 Bacillus abrB GO:0003674,GO:0005488,GO:0005515,GO:0008150,GO:0042802,GO:0043937,GO:0050789,GO:0050793,GO:0065007 ko:K06284 ko00000,ko03000 Bacillus 1VA3H@1239,1ZH0F@1386,4HKCH@91061,COG2002@1,COG2002@2 NA|NA|NA K COG2002 Regulators of stationary sporulation gene expression -BSU_00380 224308.BSU00380 0.0 1336.6 Bacillus metG GO:0003674,GO:0003824,GO:0004812,GO:0004825,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006431,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.10 ko:K01874 ko00450,ko00970,map00450,map00970 M00359,M00360 R03659,R04773 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TPA1@1239,1ZASP@1386,4H9VC@91061,COG0073@1,COG0073@2,COG0143@1,COG0143@2 NA|NA|NA J Is required not only for elongation of protein synthesis but also for the initiation of all mRNA translation through initiator tRNA(fMet) aminoacylation -BSU_00390 224308.BSU00390 4e-144 517.3 Bacillus yabD GO:0003674,GO:0003824,GO:0004518,GO:0004536,GO:0006139,GO:0006259,GO:0006308,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009987,GO:0016787,GO:0016788,GO:0019439,GO:0034641,GO:0034655,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044260,GO:0044265,GO:0044270,GO:0046483,GO:0046700,GO:0071704,GO:0090304,GO:0090305,GO:0140097,GO:1901360,GO:1901361,GO:1901575 ko:K03424 ko00000,ko01000 Bacillus 1TNY1@1239,1ZB78@1386,4HA74@91061,COG0084@1,COG0084@2 NA|NA|NA L hydrolase, TatD -BSU_00400 224308.BSU00400 7.3e-194 683.3 Bacillus yabE Bacillus 1TTIK@1239,1ZC0Q@1386,4HC79@91061,COG3583@1,COG3583@2,COG3584@1,COG3584@2 NA|NA|NA T protein conserved in bacteria -BSU_00410 224308.BSU00410 1.4e-98 365.5 Bacillus rnmV GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004540,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016787,GO:0016788,GO:0016891,GO:0016893,GO:0022613,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043822,GO:0044085,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0140098,GO:1901360 3.1.26.8 ko:K05985 ko00000,ko01000 Bacillus 1V3K3@1239,1ZFNN@1386,4HH5Y@91061,COG1658@1,COG1658@2 NA|NA|NA J Required for correct processing of both the 5' and 3' ends of 5S rRNA precursor. Cleaves both sides of a double-stranded region yielding mature 5S rRNA in one step -BSU_00420 224308.BSU00420 4e-156 557.4 Bacillus ksgA GO:0000154,GO:0000179,GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008170,GO:0008173,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016433,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.182 ko:K02528 R10716 RC00003,RC03257 ko00000,ko01000,ko03009 Bacillus 1TP9W@1239,1ZBZX@1386,4HA4R@91061,COG0030@1,COG0030@2 NA|NA|NA J Specifically dimethylates two adjacent adenosines (A1518 and A1519) in the loop of a conserved hairpin near the 3'-end of 16S rRNA in the 30S particle. May play a critical role in biogenesis of 30S subunits -BSU_00430 224308.BSU00430 7.1e-137 493.4 Bacillus yabG GO:0005575,GO:0005618,GO:0005623,GO:0030312,GO:0031160,GO:0043591,GO:0043593,GO:0044426,GO:0044462,GO:0044464,GO:0071944 ko:K06436 ko00000 Bacillus 1TNZK@1239,1ZCTC@1386,28HCB@1,2Z7P7@2,4HBET@91061 NA|NA|NA S peptidase -BSU_00440 224308.BSU00440 1.3e-38 165.2 Bacillus veg Bacillus 1VEQM@1239,1ZI19@1386,4HKF8@91061,COG4466@1,COG4466@2 NA|NA|NA S protein conserved in bacteria -BSU_00450 224308.BSU00450 1.8e-26 124.4 Bacillus sspF ko:K06423 ko00000 Bacillus 1VEHE@1239,1ZITS@1386,2E2ZT@1,32Y0E@2,4HNK8@91061 NA|NA|NA S DNA topological change -BSU_00460 224308.BSU00460 7e-161 573.2 Bacillus ispE GO:0003674,GO:0003824,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0044237,GO:0050515 2.7.1.148 ko:K00919 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00096 R05634 RC00002,RC01439 ko00000,ko00001,ko00002,ko01000 iYO844.BSU00460 Bacillus 1TPXV@1239,1ZAYT@1386,4HAV8@91061,COG1947@1,COG1947@2 NA|NA|NA I Catalyzes the phosphorylation of the position 2 hydroxy group of 4-diphosphocytidyl-2C-methyl-D-erythritol -BSU_00470 224308.BSU00470 4.5e-152 543.9 Bacillus purR ko:K09685 ko00000,ko03000 Bacillus 1TPN9@1239,1ZAW9@1386,4HB8I@91061,COG0503@1,COG0503@2 NA|NA|NA F pur operon repressor -BSU_00480 1051501.AYTL01000009_gene187 6.5e-63 246.5 Bacillus yabJ GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0006633,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009987,GO:0016053,GO:0016787,GO:0019239,GO:0019752,GO:0032787,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0046360,GO:0046361,GO:0046394,GO:0046459,GO:0051790,GO:0071704,GO:0072330,GO:1901576 3.5.99.10 ko:K09022 R11098,R11099 RC03275,RC03354 ko00000,ko01000 Bacillus 1V6HG@1239,1ZG9Q@1386,4HKEF@91061,COG0251@1,COG0251@2 NA|NA|NA J translation initiation inhibitor, yjgF family -BSU_00490 224308.BSU00490 1.7e-47 194.9 Bacillus spoVG GO:0000003,GO:0008150,GO:0019954,GO:0030436,GO:0032502,GO:0043934 ko:K06412 ko00000 Bacillus 1V9ZG@1239,1ZGXK@1386,4HIPT@91061,COG2088@1,COG2088@2 NA|NA|NA D Essential for sporulation. Interferes with or is a negative regulator of the pathway leading to asymmetric septation -BSU_00500 224308.BSU00500 1.1e-229 802.4 Bacillus glmU GO:0000270,GO:0000271,GO:0003674,GO:0003824,GO:0003977,GO:0005975,GO:0005976,GO:0006022,GO:0006023,GO:0006024,GO:0006629,GO:0006807,GO:0008150,GO:0008152,GO:0008610,GO:0008653,GO:0009058,GO:0009059,GO:0009103,GO:0009252,GO:0009273,GO:0009987,GO:0016051,GO:0016740,GO:0016772,GO:0016779,GO:0030203,GO:0033692,GO:0034637,GO:0034645,GO:0042546,GO:0043170,GO:0044036,GO:0044038,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044260,GO:0044262,GO:0044264,GO:0070569,GO:0070589,GO:0071554,GO:0071704,GO:0071840,GO:1901135,GO:1901137,GO:1901564,GO:1901566,GO:1901576,GO:1903509 2.3.1.157,2.7.7.23 ko:K04042 ko00520,ko01100,ko01130,map00520,map01100,map01130 M00362 R00416,R05332 RC00002,RC00004,RC00166 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP88@1239,1ZAVH@1386,4H9V5@91061,COG1207@1,COG1207@2 NA|NA|NA M Catalyzes the last two sequential reactions in the de novo biosynthetic pathway for UDP-N-acetylglucosamine (UDP- GlcNAc). The C-terminal domain catalyzes the transfer of acetyl group from acetyl coenzyme A to glucosamine-1-phosphate (GlcN-1-P) to produce N-acetylglucosamine-1-phosphate (GlcNAc-1-P), which is converted into UDP-GlcNAc by the transfer of uridine 5- monophosphate (from uridine 5-triphosphate), a reaction catalyzed by the N-terminal domain -BSU_00510 224308.BSU00510 2.1e-174 618.2 Bacillus prs GO:0003674,GO:0003824,GO:0004749,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009150,GO:0009152,GO:0009165,GO:0009259,GO:0009260,GO:0009987,GO:0016740,GO:0016772,GO:0016778,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.7.6.1 ko:K00948 ko00030,ko00230,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00030,map00230,map01100,map01110,map01120,map01130,map01200,map01230 M00005 R01049 RC00002,RC00078 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ6Q@1239,1ZD4C@1386,4HB61@91061,COG0462@1,COG0462@2 NA|NA|NA F Involved in the biosynthesis of the central metabolite phospho-alpha-D-ribosyl-1-pyrophosphate (PRPP) via the transfer of pyrophosphoryl group from ATP to 1-hydroxyl of ribose-5-phosphate (Rib-5-P) -BSU_00520 224308.BSU00520 5.1e-97 360.5 Bacillus ctc GO:0003674,GO:0003676,GO:0003723,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008097,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0019538,GO:0019843,GO:0022625,GO:0022626,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02897 ko03010,map03010 M00178 ko00000,ko00001,ko00002,ko03011 Bacillus 1VA38@1239,1ZDPJ@1386,4HIMM@91061,COG1825@1,COG1825@2 NA|NA|NA J This is one of the proteins that binds to the 5S RNA in the ribosome where it forms part of the central protuberance -BSU_00530 224308.BSU00530 1.4e-104 385.6 Bacillus pth GO:0003674,GO:0003824,GO:0004045,GO:0016787,GO:0016788,GO:0052689,GO:0140098,GO:0140101 3.1.1.29 ko:K01056 ko00000,ko01000,ko03012 Bacillus 1V3NB@1239,1ZC7I@1386,4HH2Z@91061,COG0193@1,COG0193@2 NA|NA|NA J The natural substrate for this enzyme may be peptidyl- tRNAs which drop off the ribosome during protein synthesis -BSU_00540 224308.BSU00540 3.1e-39 167.2 Bacillus yabK Bacillus 1VMIU@1239,1ZJ5B@1386,2EJ4H@1,33CVR@2,4HP24@91061 NA|NA|NA S Peptide ABC transporter permease -BSU_00550 224308.BSU00550 0.0 2260.3 Bacillus mfd ko:K03723 ko03420,map03420 ko00000,ko00001,ko01000,ko03400 Bacillus 1TPF1@1239,1ZBAK@1386,4H9NB@91061,COG1197@1,COG1197@2 NA|NA|NA L Couples transcription and DNA repair by recognizing RNA polymerase (RNAP) stalled at DNA lesions. Mediates ATP-dependent release of RNAP and its truncated transcript from the DNA, and recruitment of nucleotide excision repair machinery to the damaged site -BSU_00560 224308.BSU00560 2.5e-92 344.7 Bacillus spoVT GO:0003674,GO:0005488,GO:0005515,GO:0042802 ko:K04769 ko00000,ko03000 Bacillus 1V02A@1239,1ZAXU@1386,4HDIW@91061,COG2002@1,COG2002@2 NA|NA|NA K stage V sporulation protein -BSU_00570 224308.BSU00570 4e-287 993.4 Bacillus yabM GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03328 ko00000 2.A.66.2 Bacillus 1TNYX@1239,1ZBBF@1386,4HACG@91061,COG2244@1,COG2244@2 NA|NA|NA S COG2244 Membrane protein involved in the export of O-antigen and teichoic acid -BSU_00580 224308.BSU00580 6e-245 853.2 Bacillus yabN GO:0003674,GO:0003824,GO:0006139,GO:0006163,GO:0006195,GO:0006203,GO:0006213,GO:0006220,GO:0006244,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009116,GO:0009117,GO:0009119,GO:0009141,GO:0009143,GO:0009144,GO:0009146,GO:0009147,GO:0009149,GO:0009151,GO:0009155,GO:0009164,GO:0009166,GO:0009199,GO:0009200,GO:0009203,GO:0009204,GO:0009208,GO:0009210,GO:0009211,GO:0009213,GO:0009215,GO:0009217,GO:0009218,GO:0009219,GO:0009222,GO:0009223,GO:0009259,GO:0009261,GO:0009262,GO:0009264,GO:0009394,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0019692,GO:0019693,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0034656,GO:0042454,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044282,GO:0044283,GO:0046046,GO:0046047,GO:0046051,GO:0046052,GO:0046060,GO:0046061,GO:0046070,GO:0046075,GO:0046076,GO:0046080,GO:0046081,GO:0046131,GO:0046133,GO:0046135,GO:0046386,GO:0046434,GO:0046483,GO:0046700,GO:0047429,GO:0055086,GO:0071704,GO:0072521,GO:0072523,GO:0072527,GO:0072529,GO:1901135,GO:1901136,GO:1901292,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901565,GO:1901575,GO:1901576,GO:1901657,GO:1901658 ko:K02499 ko00000,ko03036 Bacillus 1TPK1@1239,1ZAYB@1386,4HA0A@91061,COG1694@1,COG3956@2 NA|NA|NA S COG3956 Protein containing tetrapyrrole methyltransferase domain and MazG-like -BSU_00590 224308.BSU00590 2.5e-37 161.0 Bacillus yabO Bacillus 1VEI5@1239,1ZHXN@1386,4HKJJ@91061,COG1188@1,COG1188@2 NA|NA|NA J COG1188 Ribosome-associated heat shock protein implicated in the recycling of the 50S subunit (S4 paralog) -BSU_00600 224308.BSU00600 1.9e-49 201.4 Bacillus yabP GO:0005575,GO:0005623,GO:0042601,GO:0042763,GO:0044464 Bacillus 1VEIW@1239,1ZGYU@1386,2E3ZZ@1,32YWW@2,4HPDE@91061 NA|NA|NA S Sporulation protein YabP -BSU_00610 224308.BSU00610 6.6e-108 396.7 Bacillus yabQ GO:0005575,GO:0005623,GO:0042601,GO:0042763,GO:0044464 Bacillus 1V91M@1239,1ZH7H@1386,2BYDV@1,32RAH@2,4HIIQ@91061 NA|NA|NA S spore cortex biosynthesis protein -BSU_00620 224308.BSU00620 1.8e-44 185.3 Bacillus divIC ko:K13052 ko00000,ko03036 Bacillus 1VKC5@1239,1ZIBZ@1386,4HR53@91061,COG2919@1,COG2919@2 NA|NA|NA D Septum formation initiator -BSU_00630 1051501.AYTL01000009_gene201 1.7e-58 231.9 Bacillus yabR ko:K07571 ko00000 Bacillus 1V6FE@1239,1ZG7S@1386,4HIKM@91061,COG1098@1,COG1098@2 NA|NA|NA J RNA binding protein (contains ribosomal protein S1 domain) -BSU_00640 224308.BSU00640 0.0 1557.3 Bacillus spoIIE GO:0005575,GO:0005623,GO:0042601,GO:0042763,GO:0044464 3.1.3.16 ko:K06382 ko00000,ko01000 Bacillus 1TQ92@1239,1ZAYZ@1386,4HB0X@91061,COG2208@1,COG2208@2 NA|NA|NA KT stage II sporulation protein E -BSU_00650 224308.BSU00650 2.6e-124 451.4 Bacillus yabS ko:K07114 ko00000,ko02000 1.A.13.2.2,1.A.13.2.3 Bacillus 1U1SJ@1239,1ZC1N@1386,4HD70@91061,COG2304@1,COG2304@2 NA|NA|NA S protein containing a von Willebrand factor type A (vWA) domain -BSU_00660 224308.BSU00660 1.5e-186 658.7 Bacillus yabT 2.7.11.1 ko:K08884 ko00000,ko01000,ko01001 Bacillus 1TSNS@1239,1ZBVA@1386,4HBDI@91061,COG0515@1,COG0515@2 NA|NA|NA KLT serine threonine protein kinase -BSU_00670 224308.BSU00670 7.7e-274 949.1 Bacillus tilS 6.3.4.19 ko:K04075 R09597 RC02633,RC02634 ko00000,ko01000,ko03016 Bacillus 1TPXP@1239,1ZBFQ@1386,4H9ZM@91061,COG0037@1,COG0037@2 NA|NA|NA D Ligates lysine onto the cytidine present at position 34 of the AUA codon-specific tRNA(Ile) that contains the anticodon CAU, in an ATP-dependent manner. Cytidine is converted to lysidine, thus changing the amino acid specificity of the tRNA from methionine to isoleucine -BSU_00680 224308.BSU00680 1.3e-93 349.0 Bacillus hprT GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 2.4.2.8 ko:K00760 ko00230,ko00983,ko01100,ko01110,map00230,map00983,map01100,map01110 R00190,R01132,R01229,R02142,R08237,R08238,R08245 RC00063,RC00122 ko00000,ko00001,ko01000 Bacillus 1V1C9@1239,1ZB7B@1386,4HFZ2@91061,COG0634@1,COG0634@2 NA|NA|NA F Belongs to the purine pyrimidine phosphoribosyltransferase family -BSU_00690 224308.BSU00690 0.0 1217.2 Bacillus ftsH GO:0003674,GO:0003824,GO:0004176,GO:0005575,GO:0005623,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008237,GO:0009056,GO:0009057,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0019538,GO:0030163,GO:0030428,GO:0032502,GO:0042623,GO:0043170,GO:0043934,GO:0044238,GO:0044464,GO:0070011,GO:0071704,GO:0140096,GO:1901564,GO:1901565,GO:1901575 ko:K03798 M00742 ko00000,ko00002,ko01000,ko01002,ko03110 Bacillus 1TPTV@1239,1ZBEU@1386,4HAJB@91061,COG0465@1,COG0465@2 NA|NA|NA O Acts as a processive, ATP-dependent zinc metallopeptidase for both cytoplasmic and membrane proteins. Plays a role in the quality control of integral membrane proteins -BSU_00700 224308.BSU00700 2e-146 525.0 Bacillus coaX 2.7.1.33 ko:K03525 ko00770,ko01100,map00770,map01100 M00120 R02971,R03018,R04391 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1TR0X@1239,1ZBQ0@1386,4H9QA@91061,COG1521@1,COG1521@2 NA|NA|NA F Catalyzes the phosphorylation of pantothenate (Pan), the first step in CoA biosynthesis -BSU_00710 224308.BSU00710 3.8e-162 577.4 Bacillus hslO ko:K04083 ko00000,ko03110 Bacillus 1TRCH@1239,1ZBFC@1386,4HAFR@91061,COG1281@1,COG1281@2 NA|NA|NA O Redox regulated molecular chaperone. Protects both thermally unfolding and oxidatively damaged proteins from irreversible aggregation. Plays an important role in the bacterial defense system toward oxidative stress -BSU_00720 224308.BSU00720 2.7e-160 571.2 Bacillus yacD 5.2.1.8 ko:K07533 ko00000,ko01000,ko03110 Bacillus 1UZZM@1239,1ZBFZ@1386,4HE14@91061,COG0760@1,COG0760@2 NA|NA|NA O peptidyl-prolyl isomerase -BSU_00730 224308.BSU00730 1.5e-169 602.1 Bacillus cysK GO:0000096,GO:0000097,GO:0000098,GO:0003674,GO:0003824,GO:0004122,GO:0004124,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006534,GO:0006535,GO:0006555,GO:0006563,GO:0006790,GO:0006807,GO:0008134,GO:0008144,GO:0008150,GO:0008152,GO:0008284,GO:0008652,GO:0009056,GO:0009058,GO:0009063,GO:0009066,GO:0009068,GO:0009069,GO:0009070,GO:0009087,GO:0009987,GO:0016043,GO:0016053,GO:0016054,GO:0016740,GO:0016765,GO:0016829,GO:0016835,GO:0016836,GO:0016846,GO:0019344,GO:0019752,GO:0019842,GO:0022607,GO:0030170,GO:0032991,GO:0032993,GO:0036094,GO:0042127,GO:0042802,GO:0042803,GO:0043167,GO:0043168,GO:0043388,GO:0043436,GO:0043933,GO:0044085,GO:0044093,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044272,GO:0044273,GO:0044281,GO:0044282,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0046395,GO:0046983,GO:0048037,GO:0048518,GO:0048522,GO:0050662,GO:0050789,GO:0050794,GO:0051098,GO:0051099,GO:0051101,GO:0051259,GO:0051260,GO:0051262,GO:0051289,GO:0051291,GO:0065003,GO:0065007,GO:0065009,GO:0070279,GO:0071704,GO:0071840,GO:0080146,GO:0097159,GO:1901363,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576,GO:1901605,GO:1901606,GO:1901607,GO:1904796,GO:1904798,GO:2000677,GO:2000679 2.5.1.47 ko:K01738 ko00270,ko00920,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00270,map00920,map01100,map01110,map01120,map01130,map01200,map01230 M00021 R00897,R03601,R04859 RC00020,RC02814,RC02821 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP30@1239,1ZBC7@1386,4HAMU@91061,COG0031@1,COG0031@2 NA|NA|NA E Belongs to the cysteine synthase cystathionine beta- synthase family -BSU_00740 224308.BSU00740 7.9e-271 939.1 Bacillus pabB GO:0000162,GO:0000287,GO:0003674,GO:0003824,GO:0004049,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005950,GO:0006082,GO:0006520,GO:0006568,GO:0006575,GO:0006576,GO:0006586,GO:0006725,GO:0006732,GO:0006760,GO:0006807,GO:0008150,GO:0008152,GO:0008483,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009108,GO:0009308,GO:0009309,GO:0009396,GO:0009987,GO:0016053,GO:0016740,GO:0016769,GO:0016829,GO:0016830,GO:0016833,GO:0018130,GO:0019438,GO:0019752,GO:0032991,GO:0034641,GO:0042398,GO:0042401,GO:0042430,GO:0042435,GO:0042558,GO:0042559,GO:0043167,GO:0043169,GO:0043436,GO:0043603,GO:0043604,GO:0044106,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046219,GO:0046394,GO:0046483,GO:0046653,GO:0046654,GO:0046820,GO:0046872,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1902494 2.6.1.85 ko:K01665 ko00790,map00790 R01716 RC00010,RC01418 ko00000,ko00001,ko01000 Bacillus 1TQAP@1239,1ZARE@1386,4HB31@91061,COG0147@1,COG0147@2 NA|NA|NA EH Part of a heterotetrameric complex that catalyzes the two-step biosynthesis of anthranilate, an intermediate in the biosynthesis of L-tryptophan. In the first step, the glutamine- binding beta subunit (TrpG) of anthranilate synthase (AS) provides the glutamine amidotransferase activity which generates ammonia as a substrate that, along with chorismate, is used in the second step, catalyzed by the large alpha subunit of AS (TrpE) to produce anthranilate. In the absence of TrpG, TrpE can synthesize anthranilate directly from chorismate and high concentrations of ammonia -BSU_00750 224308.BSU00750 1.3e-107 395.6 Bacillus pabA GO:0000162,GO:0003674,GO:0003824,GO:0004049,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005950,GO:0006082,GO:0006520,GO:0006568,GO:0006575,GO:0006576,GO:0006586,GO:0006725,GO:0006732,GO:0006760,GO:0006807,GO:0008150,GO:0008152,GO:0008483,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009108,GO:0009308,GO:0009309,GO:0009396,GO:0009987,GO:0016053,GO:0016740,GO:0016769,GO:0016829,GO:0016830,GO:0016833,GO:0018130,GO:0019438,GO:0019752,GO:0032991,GO:0034641,GO:0042398,GO:0042401,GO:0042430,GO:0042435,GO:0042558,GO:0042559,GO:0043436,GO:0043603,GO:0043604,GO:0044106,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046219,GO:0046394,GO:0046483,GO:0046653,GO:0046654,GO:0046820,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1902494 2.6.1.85 ko:K01664 ko00790,map00790 R01716 RC00010,RC01418 ko00000,ko00001,ko01000 iYO844.BSU00750 Bacillus 1TT9R@1239,1ZBB7@1386,4H9XP@91061,COG0512@1,COG0512@2 NA|NA|NA EH Anthranilate synthase -BSU_00760 224308.BSU00760 2.7e-168 597.8 Bacillus pabC 4.1.3.38 ko:K02619 ko00790,map00790 R05553 RC01843,RC02148 ko00000,ko00001,ko01000 Bacillus 1TSIP@1239,1ZCRC@1386,4HC7K@91061,COG0115@1,COG0115@2 NA|NA|NA EH 4-amino-4-deoxychorismate lyase -BSU_00770 224308.BSU00770 4.5e-160 570.5 Bacillus folP GO:0003674,GO:0003824,GO:0004156,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006575,GO:0006725,GO:0006732,GO:0006760,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009396,GO:0009987,GO:0016053,GO:0016740,GO:0016765,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0042398,GO:0042558,GO:0042559,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0046653,GO:0046654,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.5.1.15 ko:K00796 ko00790,ko01100,map00790,map01100 M00126,M00841 R03066,R03067 RC00121,RC00842 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPKT@1239,1ZAPZ@1386,4H9SY@91061,COG0294@1,COG0294@2 NA|NA|NA H Catalyzes the condensation of para-aminobenzoate (pABA) with 6-hydroxymethyl-7,8-dihydropterin diphosphate (DHPt-PP) to form 7,8-dihydropteroate (H2Pte), the immediate precursor of folate derivatives -BSU_00780 224308.BSU00780 1.4e-62 245.4 Bacillus folB 1.13.11.81,4.1.2.25,5.1.99.8 ko:K01633 ko00790,ko01100,map00790,map01100 M00126,M00840 R03504,R11037,R11073 RC00721,RC00943,RC01479,RC03333,RC03334 ko00000,ko00001,ko00002,ko01000 Bacillus 1VA0I@1239,1ZGZ7@1386,4HKKK@91061,COG1539@1,COG1539@2 NA|NA|NA H Catalyzes the conversion of 7,8-dihydroneopterin to 6- hydroxymethyl-7,8-dihydropterin -BSU_00790 224308.BSU00790 4.6e-88 330.5 Bacillus folK 2.7.6.3 ko:K00950 ko00790,ko01100,map00790,map01100 M00126,M00841 R03503 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1V6PR@1239,1ZGBC@1386,4HIMG@91061,COG0801@1,COG0801@2 NA|NA|NA H 2-amino-4-hydroxy-6-hydroxymethyldihydropteridine pyrophosphokinase -BSU_00800 224308.BSU00800 5.2e-30 136.3 Bacillus yazB Bacillus 1VIT6@1239,1ZJ4Q@1386,4HP4J@91061,COG1396@1,COG1396@2 NA|NA|NA K transcriptional -BSU_00810 224308.BSU00810 6.4e-190 669.8 Bacillus dus1 Bacillus 1TQ2R@1239,1ZC6T@1386,4HA9K@91061,COG0042@1,COG0042@2 NA|NA|NA J Catalyzes the synthesis of 5,6-dihydrouridine (D), a modified base found in the D-loop of most tRNAs, via the reduction of the C5-C6 double bond in target uridines -BSU_00820 224308.BSU00820 2.2e-287 994.2 Bacillus lysS 6.1.1.6 ko:K04567 ko00970,map00970 M00359,M00360 R03658 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TP2P@1239,1ZAVI@1386,4H9X4@91061,COG1190@1,COG1190@2 NA|NA|NA J Belongs to the class-II aminoacyl-tRNA synthetase family -BSU_00830 224308.BSU00830 4.8e-76 290.4 Bacillus ctsR GO:0006950,GO:0008150,GO:0010035,GO:0010038,GO:0042221,GO:0050896,GO:0097501 ko:K03708 ko00000,ko03000 Bacillus 1VAXT@1239,1ZFR6@1386,4HIFT@91061,COG4463@1,COG4463@2 NA|NA|NA K Belongs to the CtsR family -BSU_00840 224308.BSU00840 1.4e-90 339.0 Bacillus mcsA GO:0003674,GO:0005488,GO:0005507,GO:0006950,GO:0008150,GO:0008270,GO:0010035,GO:0010038,GO:0042221,GO:0043167,GO:0043169,GO:0046686,GO:0046688,GO:0046870,GO:0046872,GO:0046914,GO:0050896,GO:0050897,GO:0097501,GO:1990169,GO:1990170 ko:K19411 ko00000 Bacillus 1V6YM@1239,1ZG9T@1386,4HH4R@91061,COG3880@1,COG3880@2 NA|NA|NA S protein with conserved CXXC pairs -BSU_00850 224308.BSU00850 1e-201 709.1 Bacillus mcsB 2.7.14.1 ko:K19405 R11090 RC00002,RC00203 ko00000,ko01000 Bacillus 1TPBA@1239,1ZBJU@1386,4HC6U@91061,COG3869@1,COG3869@2 NA|NA|NA E Catalyzes the specific phosphorylation of arginine residues in a large number of proteins. Is part of the bacterial stress response system. Protein arginine phosphorylation has a physiologically important role and is involved in the regulation of many critical cellular processes, such as protein homeostasis, motility, competence, and stringent and stress responses, by regulating gene expression and protein activity -BSU_00860 224308.BSU00860 0.0 1540.8 Bacillus clpC ko:K03696 ko01100,map01100 ko00000,ko03110 Bacillus 1TPMU@1239,1ZB4C@1386,4HACY@91061,COG0542@1,COG0542@2 NA|NA|NA O Belongs to the ClpA ClpB family -BSU_00870 224308.BSU00870 2e-255 887.9 Bacillus radA ko:K04485 ko00000,ko03400 Bacillus 1TQ7Y@1239,1ZB8H@1386,4H9YC@91061,COG1066@1,COG1066@2 NA|NA|NA O DNA-dependent ATPase involved in processing of recombination intermediates, plays a role in repairing DNA breaks. Stimulates the branch migration of RecA-mediated strand transfer reactions, allowing the 3' invading strand to extend heteroduplex DNA faster. Binds ssDNA in the presence of ADP but not other nucleotides, has ATPase activity that is stimulated by ssDNA and various branched DNA structures, but inhibited by SSB. Does not have RecA's homology-searching function -BSU_00880 224308.BSU00880 2.9e-196 691.0 Bacillus disA 2.7.7.85 ko:K07067 ko00000,ko01000 Bacillus 1TQD8@1239,1ZBIY@1386,4HAQP@91061,COG1623@1,COG1623@2 NA|NA|NA L Has also diadenylate cyclase activity, catalyzing the condensation of 2 ATP molecules into cyclic di-AMP (c-di-AMP). c- di-AMP acts as a signaling molecule that couples DNA integrity with progression of sporulation. The rise in c-di-AMP level generated by DisA while scanning the chromosome, operates as a positive signal that advances sporulation -BSU_00890 224308.BSU00890 4.5e-197 693.7 Bacillus yacL GO:0005575,GO:0005618,GO:0005623,GO:0030312,GO:0044464,GO:0071944 Bacillus 1TP0P@1239,1ZB5A@1386,4H9NQ@91061,COG4956@1,COG4956@2 NA|NA|NA S COG4956 Integral membrane protein (PIN domain superfamily) -BSU_00900 224308.BSU00900 6.5e-125 453.4 Bacillus ispD GO:0003674,GO:0003824,GO:0016740,GO:0016772,GO:0016779,GO:0050518,GO:0070567 2.7.7.60 ko:K00991 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00096 R05633 RC00002 ko00000,ko00001,ko00002,ko01000 Bacillus 1V3M7@1239,1ZCWR@1386,4HH2N@91061,COG1211@1,COG1211@2 NA|NA|NA I Catalyzes the formation of 4-diphosphocytidyl-2-C- methyl-D-erythritol from CTP and 2-C-methyl-D-erythritol 4- phosphate (MEP) -BSU_00910 224308.BSU00910 5.3e-86 323.6 Bacillus ispF 4.6.1.12 ko:K01770 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00096 R05637 RC00002,RC01440 ko00000,ko00001,ko00002,ko01000 Bacillus 1V3P0@1239,1ZB1U@1386,4HG1X@91061,COG0245@1,COG0245@2 NA|NA|NA I Involved in the biosynthesis of isopentenyl diphosphate (IPP) and dimethylallyl diphosphate (DMAPP), two major building blocks of isoprenoid compounds. Catalyzes the conversion of 4- diphosphocytidyl-2-C-methyl-D-erythritol 2-phosphate (CDP-ME2P) to 2-C-methyl-D-erythritol 2,4-cyclodiphosphate (ME-CPP) with a corresponding release of cytidine 5-monophosphate (CMP) -BSU_00920 224308.BSU00920 3.3e-280 970.3 Bacillus gltX 6.1.1.24 ko:K09698 ko00970,ko01100,map00970,map01100 M00360 R03651,R05578 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TPJC@1239,1ZAWK@1386,4HAKH@91061,COG0008@1,COG0008@2 NA|NA|NA J Catalyzes the attachment of glutamate to tRNA(Glu) in a two-step reaction glutamate is first activated by ATP to form Glu-AMP and then transferred to the acceptor end of tRNA(Glu) -BSU_00930 224308.BSU00930 1.6e-117 428.7 Bacillus cysE GO:0000096,GO:0000097,GO:0000098,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006534,GO:0006555,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008374,GO:0008652,GO:0009001,GO:0009056,GO:0009058,GO:0009063,GO:0009066,GO:0009068,GO:0009069,GO:0009070,GO:0009087,GO:0009987,GO:0016053,GO:0016054,GO:0016407,GO:0016412,GO:0016413,GO:0016740,GO:0016746,GO:0016747,GO:0019344,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044272,GO:0044273,GO:0044281,GO:0044282,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046395,GO:0071704,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576,GO:1901605,GO:1901606,GO:1901607 2.3.1.30 ko:K00640 ko00270,ko00920,ko01100,ko01110,ko01120,ko01200,ko01230,ko05111,map00270,map00920,map01100,map01110,map01120,map01200,map01230,map05111 M00021 R00586 RC00004,RC00041 ko00000,ko00001,ko00002,ko01000 iYO844.BSU00930 Bacillus 1TR42@1239,1ZCNM@1386,4HAKS@91061,COG1045@1,COG1045@2 NA|NA|NA E Serine acetyltransferase -BSU_00940 224308.BSU00940 8.4e-273 945.7 Bacillus cysS GO:0000166,GO:0003674,GO:0003824,GO:0004812,GO:0004817,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006423,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0017076,GO:0019538,GO:0019752,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034641,GO:0034645,GO:0034660,GO:0035639,GO:0036094,GO:0043038,GO:0043039,GO:0043043,GO:0043167,GO:0043168,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0097159,GO:0097367,GO:0140098,GO:0140101,GO:1901265,GO:1901360,GO:1901363,GO:1901564,GO:1901566,GO:1901576 6.1.1.16 ko:K01883 ko00970,map00970 M00359,M00360 R03650 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TP9D@1239,1ZB69@1386,4HA6D@91061,COG0215@1,COG0215@2 NA|NA|NA J Belongs to the class-I aminoacyl-tRNA synthetase family -BSU_00950 224308.BSU00950 1.8e-72 278.5 Bacillus mrnC GO:0003674,GO:0003824,GO:0004518,GO:0004540,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016787,GO:0016788,GO:0022613,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0044085,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:0090305,GO:0090501,GO:0140098,GO:1901360 ko:K11145 ko00000,ko01000,ko03009 Bacillus 1VA5V@1239,1ZH0Z@1386,4HIM3@91061,COG1939@1,COG1939@2 NA|NA|NA J Involved in correct processing of both the 5' and 3' ends of 23S rRNA precursor. Processes 30S rRNA precursor transcript even in absence of ribonuclease 3 (Rnc) -BSU_00960 224308.BSU00960 2e-135 488.4 Bacillus yacO GO:0000154,GO:0000451,GO:0000453,GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008171,GO:0008173,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016435,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0070039,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.185 ko:K03218 ko00000,ko01000,ko03009 Bacillus 1TP9G@1239,1ZAXC@1386,4HBBI@91061,COG0566@1,COG0566@2 NA|NA|NA J Belongs to the class IV-like SAM-binding methyltransferase superfamily. RNA methyltransferase TrmH family -BSU_00970 224308.BSU00970 2.1e-88 331.6 Bacillus yacP ko:K06962 ko00000 Bacillus 1V9XR@1239,1ZCMG@1386,4HFW4@91061,COG3688@1,COG3688@2 NA|NA|NA S RNA-binding protein containing a PIN domain -BSU_00980 224308.BSU00980 2.6e-115 421.4 Bacillus sigH ko:K03091 ko00000,ko03021 Bacillus 1TP55@1239,1ZBEV@1386,4HAHR@91061,COG1595@1,COG1595@2 NA|NA|NA K Belongs to the sigma-70 factor family -BSU_00990 224308.BSU00990 3e-19 100.1 Bacillus rpmGB ko:K02913 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VFTQ@1239,1ZKEU@1386,4HR5Q@91061,COG0267@1,COG0267@2 NA|NA|NA J Belongs to the bacterial ribosomal protein bL33 family -BSU_01000 224308.BSU01000 1.7e-21 107.8 Bacillus secE ko:K03073 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 ko00000,ko00001,ko00002,ko02044 3.A.5.1,3.A.5.2 Bacillus 1VK48@1239,1ZIY2@1386,4HR1W@91061,COG0690@1,COG0690@2 NA|NA|NA U Essential subunit of the Sec protein translocation channel SecYEG. Clamps together the 2 halves of SecY. May contact the channel plug during translocation -BSU_01010 224308.BSU01010 8.3e-96 356.3 Bacillus nusG GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:1903506,GO:2000112,GO:2001141 ko:K02601 ko00000,ko03009,ko03021 Bacillus 1TR3P@1239,1ZBRH@1386,4HAJA@91061,COG0250@1,COG0250@2 NA|NA|NA K Participates in transcription elongation, termination and antitermination -BSU_01020 1051501.AYTL01000005_gene322 6.2e-70 270.0 Bacillus rplK GO:0000027,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016043,GO:0019538,GO:0019843,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02867 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V1BS@1239,1ZFIG@1386,4HFQ0@91061,COG0080@1,COG0080@2 NA|NA|NA J Forms part of the ribosomal stalk which helps the ribosome interact with GTP-bound translation factors -BSU_01030 224308.BSU01030 1.9e-124 451.8 Bacillus rplA GO:0000470,GO:0003674,GO:0003676,GO:0003723,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006139,GO:0006364,GO:0006396,GO:0006412,GO:0006518,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016070,GO:0016072,GO:0019538,GO:0022613,GO:0022625,GO:0022626,GO:0032991,GO:0034470,GO:0034641,GO:0034645,GO:0034660,GO:0042254,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02863 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1TPTS@1239,1ZB14@1386,4HAK4@91061,COG0081@1,COG0081@2 NA|NA|NA J Binds directly to 23S rRNA. The L1 stalk is quite mobile in the ribosome, and is involved in E site tRNA release -BSU_01040 224308.BSU01040 8.6e-79 299.7 Bacillus rplJ GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0019538,GO:0022625,GO:0022626,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02864 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V3JJ@1239,1ZBGK@1386,4HH0N@91061,COG0244@1,COG0244@2 NA|NA|NA J Forms part of the ribosomal stalk, playing a central role in the interaction of the ribosome with GTP-bound translation factors -BSU_01050 1051501.AYTL01000005_gene325 2.1e-42 178.3 Bacillus rplL ko:K02935 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V6EI@1239,1ZG84@1386,4HIGQ@91061,COG0222@1,COG0222@2 NA|NA|NA J Forms part of the ribosomal stalk which helps the ribosome interact with GTP-bound translation factors. Is thus essential for accurate translation -BSU_01060 224308.BSU01060 1.4e-107 395.6 Bacillus ybxB GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0008152,GO:0008168,GO:0008757,GO:0016740,GO:0016741,GO:0032259,GO:0044424,GO:0044464 2.1.1.172 ko:K00564 R07234 RC00003 ko00000,ko01000,ko03009 Bacillus 1V1BG@1239,1ZBPR@1386,4HHCA@91061,COG2813@1,COG2813@2 NA|NA|NA J Methyltransferase -BSU_01070 224308.BSU01070 0.0 2368.6 Bacillus rpoB GO:0000428,GO:0005575,GO:0005622,GO:0005623,GO:0030880,GO:0032991,GO:0044424,GO:0044464,GO:0061695,GO:1902494,GO:1990234 2.7.7.6 ko:K03043 ko00230,ko00240,ko01100,ko03020,map00230,map00240,map01100,map03020 M00183 R00435,R00441,R00442,R00443 RC02795 br01611,ko00000,ko00001,ko00002,ko01000,ko03021,ko03400 Bacillus 1TP96@1239,1ZBPC@1386,4H9PK@91061,COG0085@1,COG0085@2 NA|NA|NA K DNA-dependent RNA polymerase catalyzes the transcription of DNA into RNA using the four ribonucleoside triphosphates as substrates -BSU_01080 224308.BSU01080 0.0 2360.9 Bacillus rpoC GO:0000428,GO:0005575,GO:0005622,GO:0005623,GO:0030880,GO:0032991,GO:0044424,GO:0044464,GO:0061695,GO:1902494,GO:1990234 2.7.7.6 ko:K03046 ko00230,ko00240,ko01100,ko03020,map00230,map00240,map01100,map03020 M00183 R00435,R00441,R00442,R00443 RC02795 br01611,ko00000,ko00001,ko00002,ko01000,ko03021,ko03400 Bacillus 1TNYT@1239,1ZDK0@1386,4HA24@91061,COG0086@1,COG0086@2 NA|NA|NA K DNA-dependent RNA polymerase catalyzes the transcription of DNA into RNA using the four ribonucleoside triphosphates as substrates -BSU_01090 224308.BSU01090 1.8e-32 144.8 Bacillus ybxF GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 ko:K07590 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VFD8@1239,1ZIU6@1386,4HNXS@91061,COG1358@1,COG1358@2 NA|NA|NA J Belongs to the eukaryotic ribosomal protein eL8 family -BSU_01100 224308.BSU01100 1.4e-71 275.4 Bacillus rpsL GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0019538,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02950 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V1FJ@1239,1ZFM9@1386,4HFMZ@91061,COG0048@1,COG0048@2 NA|NA|NA J Interacts with and stabilizes bases of the 16S rRNA that are involved in tRNA selection in the A site and with the mRNA backbone. Located at the interface of the 30S and 50S subunits, it traverses the body of the 30S subunit contacting proteins on the other side and probably holding the rRNA structure together. The combined cluster of proteins S8, S12 and S17 appears to hold together the shoulder and platform of the 30S subunit -BSU_01110 1051501.AYTL01000005_gene331 1.3e-81 308.9 Bacillus rpsG GO:0000028,GO:0003674,GO:0003676,GO:0003723,GO:0003729,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016043,GO:0019538,GO:0019843,GO:0022607,GO:0022613,GO:0022618,GO:0022626,GO:0022627,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0042254,GO:0042255,GO:0042274,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02992 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V1GG@1239,1ZBVR@1386,4H9PA@91061,COG0049@1,COG0049@2 NA|NA|NA J One of the primary rRNA binding proteins, it binds directly to 16S rRNA where it nucleates assembly of the head domain of the 30S subunit. Is located at the subunit interface close to the decoding center, probably blocks exit of the E-site tRNA -BSU_01120 224308.BSU01120 0.0 1362.4 Bacillus fusA ko:K02355 ko00000,ko03012,ko03029 Bacillus 1TPF9@1239,1ZBS4@1386,4HAB8@91061,COG0480@1,COG0480@2 NA|NA|NA J Catalyzes the GTP-dependent ribosomal translocation step during translation elongation. During this step, the ribosome changes from the pre-translocational (PRE) to the post- translocational (POST) state as the newly formed A-site-bound peptidyl-tRNA and P-site-bound deacylated tRNA move to the P and E sites, respectively. Catalyzes the coordinated movement of the two tRNA molecules, the mRNA and conformational changes in the ribosome -BSU_01130 224308.BSU01130 5.5e-225 786.6 Bacillus tuf GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 ko:K02358 ko00000,ko03012,ko03029,ko04147 Bacillus 1TPKC@1239,1ZCZK@1386,4HAEH@91061,COG0050@1,COG0050@2 NA|NA|NA J This protein promotes the GTP-dependent binding of aminoacyl-tRNA to the A-site of ribosomes during protein biosynthesis -BSU_01140 224308.BSU01140 1.2e-185 655.6 Bacillus ybaC Bacillus 1UHTA@1239,1ZS38@1386,4IS90@91061,COG0596@1,COG0596@2 NA|NA|NA S Alpha/beta hydrolase family -BSU_01150 1051501.AYTL01000005_gene335 1.3e-48 198.7 Bacillus rpsJ GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0019538,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044446,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02946 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V6C9@1239,1ZGA6@1386,4HIKH@91061,COG0051@1,COG0051@2 NA|NA|NA J Involved in the binding of tRNA to the ribosomes -BSU_01160 224308.BSU01160 1.4e-110 405.6 Bacillus rplC GO:0008150,GO:0009893,GO:0010468,GO:0010604,GO:0010628,GO:0019219,GO:0019222,GO:0031323,GO:0031325,GO:0044087,GO:0044089,GO:0045935,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0051171,GO:0051173,GO:0051252,GO:0051254,GO:0060255,GO:0065007,GO:0080090,GO:0090069,GO:0090070,GO:2000232,GO:2000234 ko:K02906 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1TPFT@1239,1ZCM8@1386,4HAEN@91061,COG0087@1,COG0087@2 NA|NA|NA J One of the primary rRNA binding proteins, it binds directly near the 3'-end of the 23S rRNA, where it nucleates assembly of the 50S subunit -BSU_01170 224308.BSU01170 5.1e-105 387.1 Bacillus rplD GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0019538,GO:0022625,GO:0022626,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02926 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1TPGW@1239,1ZBG9@1386,4HB01@91061,COG0088@1,COG0088@2 NA|NA|NA J Forms part of the polypeptide exit tunnel -BSU_01180 224308.BSU01180 2e-43 181.4 Bacillus rplW GO:0000027,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02892 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VA4W@1239,1ZH09@1386,4HKCV@91061,COG0089@1,COG0089@2 NA|NA|NA J One of the early assembly proteins it binds 23S rRNA. One of the proteins that surrounds the polypeptide exit tunnel on the outside of the ribosome. Forms the main docking site for trigger factor binding to the ribosome -BSU_01190 224308.BSU01190 3.2e-155 554.3 Bacillus rplB GO:0002181,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0019538,GO:0022625,GO:0022626,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02886 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1TP9X@1239,1ZCQP@1386,4HAE8@91061,COG0090@1,COG0090@2 NA|NA|NA J One of the primary rRNA binding proteins. Required for association of the 30S and 50S subunits to form the 70S ribosome, for tRNA binding and peptide bond formation. It has been suggested to have peptidyltransferase activity -BSU_01200 1051501.AYTL01000005_gene340 6.3e-47 193.0 Bacillus rpsS GO:0000028,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006996,GO:0008150,GO:0009987,GO:0015935,GO:0016043,GO:0022607,GO:0022613,GO:0022618,GO:0022626,GO:0022627,GO:0032991,GO:0034622,GO:0042254,GO:0042255,GO:0042274,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043933,GO:0044085,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071826,GO:0071840,GO:1990904 ko:K02965 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V6CX@1239,1ZGXY@1386,4HIG0@91061,COG0185@1,COG0185@2 NA|NA|NA J Protein S19 forms a complex with S13 that binds strongly to the 16S ribosomal RNA -BSU_01210 224308.BSU01210 7.2e-53 213.0 Bacillus rplV GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0015934,GO:0022625,GO:0022626,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:1990904 ko:K02890 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V6PU@1239,1ZG6U@1386,4HIK2@91061,COG0091@1,COG0091@2 NA|NA|NA J The globular domain of the protein is located near the polypeptide exit tunnel on the outside of the subunit, while an extended beta-hairpin is found that lines the wall of the exit tunnel in the center of the 70S ribosome -BSU_01220 224308.BSU01220 1.4e-116 425.6 Bacillus rpsC GO:0002181,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0019538,GO:0022626,GO:0022627,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02982 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1TPCP@1239,1ZBA9@1386,4HAUR@91061,COG0092@1,COG0092@2 NA|NA|NA J Binds the lower part of the 30S subunit head. Binds mRNA in the 70S ribosome, positioning it for translation -BSU_01230 1051501.AYTL01000005_gene343 2.2e-75 288.1 Bacillus rplP GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0015934,GO:0019843,GO:0022625,GO:0022626,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0097159,GO:1901363,GO:1990904 ko:K02878 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V1AY@1239,1ZFMZ@1386,4HFPN@91061,COG0197@1,COG0197@2 NA|NA|NA J Binds 23S rRNA and is also seen to make contacts with the A and possibly P site tRNAs -BSU_01240 1051501.AYTL01000005_gene344 3.7e-25 120.2 Bacillus rpmC GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0015934,GO:0022625,GO:0022626,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:1990904 ko:K02904 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VEME@1239,1ZI7W@1386,4HNUP@91061,COG0255@1,COG0255@2 NA|NA|NA J Belongs to the universal ribosomal protein uL29 family -BSU_01250 224308.BSU01250 6e-39 166.4 Bacillus rpsQ GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0019538,GO:0022626,GO:0022627,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02961 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V9YC@1239,1ZH2Q@1386,4HKDN@91061,COG0186@1,COG0186@2 NA|NA|NA J One of the primary rRNA binding proteins, it binds specifically to the 5'-end of 16S ribosomal RNA -BSU_01260 1051501.AYTL01000005_gene346 6.6e-60 236.5 Bacillus rplN GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0015934,GO:0019843,GO:0022625,GO:0022626,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0070180,GO:0097159,GO:1901363,GO:1990904 ko:K02874 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V3N0@1239,1ZG7H@1386,4HGYR@91061,COG0093@1,COG0093@2 NA|NA|NA J Binds to 23S rRNA. Forms part of two intersubunit bridges in the 70S ribosome -BSU_01270 1051501.AYTL01000005_gene347 1.1e-50 205.7 Bacillus rplX GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0019538,GO:0022625,GO:0022626,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02895 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V9ZQ@1239,1ZGZQ@1386,4HKH9@91061,COG0198@1,COG0198@2 NA|NA|NA J One of the proteins that surrounds the polypeptide exit tunnel on the outside of the subunit -BSU_01280 224308.BSU01280 7.8e-94 349.7 Bacillus rplE GO:0000027,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02931 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1TPE0@1239,1ZB6T@1386,4HBAX@91061,COG0094@1,COG0094@2 NA|NA|NA J This is 1 of the proteins that binds and probably mediates the attachment of the 5S RNA into the large ribosomal subunit, where it forms part of the central protuberance. In the 70S ribosome it contacts protein S13 of the 30S subunit (bridge B1b), connecting the 2 subunits -BSU_01290 224308.BSU01290 4.3e-28 129.8 Bacillus rpsN GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0019538,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044446,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02954 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VEF6@1239,1ZHVE@1386,4HNKX@91061,COG0199@1,COG0199@2 NA|NA|NA J Binds 16S rRNA, required for the assembly of 30S particles and may also be responsible for determining the conformation of the 16S rRNA at the A site -BSU_01300 224308.BSU01300 5.1e-66 256.9 Bacillus rpsH GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0015935,GO:0022626,GO:0022627,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:1990904 ko:K02994 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V3KK@1239,1ZFMC@1386,4HH32@91061,COG0096@1,COG0096@2 NA|NA|NA J One of the primary rRNA binding proteins, it binds directly to 16S rRNA central domain where it helps coordinate assembly of the platform of the 30S subunit -BSU_01310 224308.BSU01310 3e-93 347.8 Bacillus rplF GO:0002181,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0019538,GO:0022625,GO:0022626,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02933 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V1FC@1239,1ZCR5@1386,4HFQD@91061,COG0097@1,COG0097@2 NA|NA|NA J This protein binds to the 23S rRNA, and is important in its secondary structure. It is located near the subunit interface in the base of the L7 L12 stalk, and near the tRNA binding site of the peptidyltransferase center -BSU_01320 224308.BSU01320 6.7e-57 226.5 Bacillus rplR GO:0003674,GO:0003676,GO:0003723,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0008097,GO:0015934,GO:0019843,GO:0022625,GO:0022626,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0097159,GO:1901363,GO:1990904 ko:K02881 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V6DM@1239,1ZG7C@1386,4HIGF@91061,COG0256@1,COG0256@2 NA|NA|NA J This is one of the proteins that binds and probably mediates the attachment of the 5S RNA into the large ribosomal subunit, where it forms part of the central protuberance -BSU_01330 224308.BSU01330 1.5e-83 315.5 Bacillus rpsE GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0019538,GO:0022626,GO:0022627,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02988 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V1B1@1239,1ZBWE@1386,4HFN4@91061,COG0098@1,COG0098@2 NA|NA|NA J Located at the back of the 30S subunit body where it stabilizes the conformation of the head with respect to the body -BSU_01340 1051501.AYTL01000005_gene354 3.1e-23 113.6 Bacillus rpmD GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0015934,GO:0022625,GO:0022626,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:1990904 ko:K02907 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VEG4@1239,1ZITD@1386,4HNHF@91061,COG1841@1,COG1841@2 NA|NA|NA J Ribosomal protein L30 -BSU_01350 1051501.AYTL01000005_gene355 4e-72 277.3 Bacillus rplO GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0015934,GO:0022625,GO:0022626,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:1990904 ko:K02876 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V3KE@1239,1ZFMY@1386,4HFPW@91061,COG0200@1,COG0200@2 NA|NA|NA J binds to the 23S rRNA -BSU_01360 224308.BSU01360 7.1e-234 816.2 Bacillus secY GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03076 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 ko00000,ko00001,ko00002,ko02044 3.A.5 Bacillus 1TPHB@1239,1ZCEG@1386,4HAWH@91061,COG0201@1,COG0201@2 NA|NA|NA U The central subunit of the protein translocation channel SecYEG. Consists of two halves formed by TMs 1-5 and 6-10. These two domains form a lateral gate at the front which open onto the bilayer between TMs 2 and 7, and are clamped together by SecE at the back. The channel is closed by both a pore ring composed of hydrophobic SecY resides and a short helix (helix 2A) on the extracellular side of the membrane which forms a plug. The plug probably moves laterally to allow the channel to open. The ring and the pore may move independently -BSU_01370 224308.BSU01370 9.7e-123 446.0 Bacillus adk GO:0003674,GO:0003824,GO:0004017,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009123,GO:0009165,GO:0009987,GO:0015949,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0018130,GO:0019205,GO:0019438,GO:0019637,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046483,GO:0046940,GO:0050145,GO:0055086,GO:0071704,GO:0090407,GO:1901293,GO:1901360,GO:1901362,GO:1901576 2.7.4.3 ko:K00939 ko00230,ko00730,ko01100,ko01110,ko01130,map00230,map00730,map01100,map01110,map01130 M00049 R00127,R01547,R11319 RC00002 ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1TP27@1239,1ZBYM@1386,4HA89@91061,COG0563@1,COG0563@2 NA|NA|NA F Catalyzes the reversible transfer of the terminal phosphate group between ATP and AMP. Plays an important role in cellular energy homeostasis and in adenine nucleotide metabolism -BSU_01380 224308.BSU01380 8.2e-142 509.6 Bacillus map 3.4.11.18 ko:K01265 ko00000,ko01000,ko01002 Bacillus 1TQC1@1239,1ZBQI@1386,4H9S9@91061,COG0024@1,COG0024@2 NA|NA|NA E Methionine aminopeptidase -BSU_01389 224308.BSU01389 1.7e-34 151.4 Bacteria Bacillus COG2163@1,COG2163@2 NA|NA|NA J ribosomal large subunit biogenesis -BSU_01390 1051501.AYTL01000005_gene359 1.8e-33 147.9 Bacillus infA GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0043021,GO:0043022,GO:0044424,GO:0044444,GO:0044464,GO:0044877 ko:K02518 ko00000,ko03012 Bacillus 1V9ZK@1239,1ZHWN@1386,4HKF4@91061,COG0361@1,COG0361@2 NA|NA|NA J One of the essential components for the initiation of protein synthesis. Stabilizes the binding of IF-2 and IF-3 on the 30S subunit to which N-formylmethionyl-tRNA(fMet) subsequently binds. Helps modulate mRNA selection, yielding the 30S pre- initiation complex (PIC). Upon addition of the 50S ribosomal subunit IF-1, IF-2 and IF-3 are released leaving the mature 70S translation initation complex -BSU_01400 1178537.BA1_05527 9.1e-13 78.2 Bacillus rpmJ ko:K02919 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VK4F@1239,1ZK67@1386,4HR2X@91061,COG0257@1,COG0257@2 NA|NA|NA J Belongs to the bacterial ribosomal protein bL36 family -BSU_01410 224308.BSU01410 6.8e-57 226.5 Bacillus rpsM GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0019538,GO:0022613,GO:0032991,GO:0034641,GO:0034645,GO:0042254,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044446,GO:0044464,GO:0071704,GO:0071840,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02952 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V3JH@1239,1ZGAW@1386,4HGX6@91061,COG0099@1,COG0099@2 NA|NA|NA J Located at the top of the head of the 30S subunit, it contacts several helices of the 16S rRNA. In the 70S ribosome it contacts the 23S rRNA (bridge B1a) and protein L5 of the 50S subunit (bridge B1b), connecting the 2 subunits -BSU_01420 224308.BSU01420 3.6e-64 250.8 Bacillus rpsK GO:0000028,GO:0000462,GO:0003674,GO:0003676,GO:0003723,GO:0003729,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006139,GO:0006364,GO:0006396,GO:0006412,GO:0006518,GO:0006725,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016043,GO:0016070,GO:0016072,GO:0019538,GO:0019843,GO:0022607,GO:0022613,GO:0022618,GO:0022626,GO:0022627,GO:0030490,GO:0032991,GO:0034470,GO:0034622,GO:0034641,GO:0034645,GO:0034660,GO:0042254,GO:0042255,GO:0042274,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0046483,GO:0048027,GO:0065003,GO:0070181,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02948 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V3IK@1239,1ZFIU@1386,4HH2T@91061,COG0100@1,COG0100@2 NA|NA|NA J Located on the platform of the 30S subunit, it bridges several disparate RNA helices of the 16S rRNA. Forms part of the Shine-Dalgarno cleft in the 70S ribosome -BSU_01430 224308.BSU01430 5.3e-170 603.6 Bacillus rpoA GO:0003674,GO:0003824,GO:0003899,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006351,GO:0006354,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016772,GO:0016779,GO:0018130,GO:0019438,GO:0032774,GO:0034062,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0097659,GO:0097747,GO:0140098,GO:1901360,GO:1901362,GO:1901576 2.7.7.6 ko:K03040 ko00230,ko00240,ko01100,ko03020,map00230,map00240,map01100,map03020 M00183 R00435,R00441,R00442,R00443 RC02795 br01611,ko00000,ko00001,ko00002,ko01000,ko03021,ko03400 Bacillus 1TPR8@1239,1ZBHX@1386,4H9R1@91061,COG0202@1,COG0202@2 NA|NA|NA K DNA-dependent RNA polymerase catalyzes the transcription of DNA into RNA using the four ribonucleoside triphosphates as substrates -BSU_01440 1051501.AYTL01000005_gene363 6.1e-58 229.9 Bacillus rplQ GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0015934,GO:0022625,GO:0022626,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:1990904 ko:K02879 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V6JQ@1239,1ZG80@1386,4HGX2@91061,COG0203@1,COG0203@2 NA|NA|NA J Ribosomal protein L17 -BSU_01450 224308.BSU01450 8.6e-156 556.2 Bacillus ecfA ko:K16786 ko02010,map02010 M00582 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.25,3.A.1.28,3.A.1.29,3.A.1.30,3.A.1.31,3.A.1.32,3.A.1.33,3.A.1.35 Bacillus 1TPH8@1239,1ZBD2@1386,4H9R8@91061,COG1122@1,COG1122@2 NA|NA|NA P ATP-binding (A) component of a common energy-coupling factor (ECF) ABC-transporter complex. Unlike classic ABC transporters this ECF transporter provides the energy necessary to transport a number of different substrates -BSU_01460 224308.BSU01460 1.5e-152 545.4 Bacillus ybaE GO:0003674,GO:0003824,GO:0005215,GO:0006810,GO:0008150,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085 ko:K16787 ko02010,map02010 M00582 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.25,3.A.1.28,3.A.1.29,3.A.1.30,3.A.1.31,3.A.1.32,3.A.1.33,3.A.1.35 Bacillus 1TPH8@1239,1ZBBK@1386,4HA7T@91061,COG1122@1,COG1122@2 NA|NA|NA P ATP-binding (A) component of a common energy-coupling factor (ECF) ABC-transporter complex. Unlike classic ABC transporters this ECF transporter provides the energy necessary to transport a number of different substrates -BSU_01470 224308.BSU01470 1e-118 433.0 Bacillus ecfT ko:K16785 ko02010,map02010 M00582 ko00000,ko00001,ko00002,ko02000 3.A.1.25,3.A.1.28,3.A.1.29,3.A.1.30,3.A.1.31,3.A.1.32,3.A.1.33,3.A.1.35 Bacillus 1TQ0E@1239,1ZBNS@1386,4H9VT@91061,COG0619@1,COG0619@2 NA|NA|NA P Transmembrane (T) component of an energy-coupling factor (ECF) ABC-transporter complex. Unlike classic ABC transporters this ECF transporter provides the energy necessary to transport a number of different substrates -BSU_01480 224308.BSU01480 3.7e-142 510.8 Bacillus truA GO:0001522,GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009982,GO:0009987,GO:0010467,GO:0016070,GO:0016853,GO:0016866,GO:0031119,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:1901360 5.4.99.12 ko:K06173 ko00000,ko01000,ko03016 Bacillus 1TQUY@1239,1ZCC7@1386,4HCFI@91061,COG0101@1,COG0101@2 NA|NA|NA J Formation of pseudouridine at positions 38, 39 and 40 in the anticodon stem and loop of transfer RNAs -BSU_01490 1051501.AYTL01000005_gene368 1.1e-77 295.8 Bacillus rplM GO:0003674,GO:0003676,GO:0003723,GO:0003729,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0019538,GO:0022625,GO:0022626,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02871 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V3HX@1239,1ZFJA@1386,4HG0I@91061,COG0102@1,COG0102@2 NA|NA|NA J This protein is one of the early assembly proteins of the 50S ribosomal subunit, although it is not seen to bind rRNA by itself. It is important during the early stages of 50S assembly -BSU_01500 224308.BSU01500 8e-64 249.6 Bacillus rpsI GO:0000462,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006139,GO:0006364,GO:0006396,GO:0006412,GO:0006518,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016070,GO:0016072,GO:0019538,GO:0022613,GO:0022626,GO:0022627,GO:0030490,GO:0032991,GO:0034470,GO:0034641,GO:0034645,GO:0034660,GO:0042254,GO:0042274,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02996 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V3MQ@1239,1ZG6R@1386,4HH3B@91061,COG0103@1,COG0103@2 NA|NA|NA J Belongs to the universal ribosomal protein uS9 family -BSU_01510 224308.BSU01510 1.4e-144 518.8 Bacillus ybaJ Bacillus 1TR3E@1239,1ZF9T@1386,4HA5G@91061,COG0500@1,COG2226@2 NA|NA|NA Q Methyltransferase domain -BSU_01520 224308.BSU01520 1.6e-65 255.4 Bacillus ybaK Bacillus 1V9E2@1239,1ZFUF@1386,2BVDP@1,32QTK@2,4HJ1S@91061 NA|NA|NA S Protein of unknown function (DUF2521) -BSU_01530 224308.BSU01530 1.9e-132 478.4 Bacillus cwlD GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 3.5.1.28 ko:K01448 ko01503,map01503 M00727 R04112 RC00064,RC00141 ko00000,ko00001,ko00002,ko01000,ko01011,ko03036 Bacillus 1TQ74@1239,1ZBJ8@1386,4HAV3@91061,COG0860@1,COG0860@2 NA|NA|NA M n-acetylmuramoyl-L-alanine amidase -BSU_01540 224308.BSU01540 1.8e-198 698.4 Bacillus salA GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:1902679,GO:1903506,GO:1903507,GO:2000112,GO:2000113,GO:2001141 ko:K03593 ko00000,ko03029,ko03036 Bacillus 1TQ34@1239,1ZC2E@1386,4HAW4@91061,COG0489@1,COG0489@2 NA|NA|NA D Binds and transfers iron-sulfur (Fe-S) clusters to target apoproteins. Can hydrolyze ATP -BSU_01550 224308.BSU01550 2.6e-84 318.2 Bacillus gerD GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0016020,GO:0030312,GO:0031160,GO:0044464,GO:0071944 ko:K06294 ko00000 Bacillus 1VAW4@1239,1ZQMV@1386,29HQ2@1,32TXD@2,4HMNZ@91061 NA|NA|NA -BSU_01560 224308.BSU01560 2.3e-102 378.3 Bacillus kbaA GO:0008150,GO:0022603,GO:0042173,GO:0043937,GO:0043938,GO:0045595,GO:0045597,GO:0045881,GO:0048518,GO:0048522,GO:0050789,GO:0050793,GO:0050794,GO:0051094,GO:0065007 ko:K06349 ko00000 Bacillus 1UZ64@1239,1ZFN5@1386,4HFDE@91061,COG2194@1,COG2194@2 NA|NA|NA S Involved in the activation of the KinB signaling pathway of sporulation -BSU_01570 224308.BSU01570 2.7e-140 504.6 Bacillus pdaB GO:0005575,GO:0005623,GO:0016020,GO:0042763,GO:0044464 Bacillus 1UZQS@1239,1ZRC8@1386,4IPKY@91061,COG0726@1,COG0726@2 NA|NA|NA G Polysaccharide deacetylase -BSU_01580 224308.BSU01580 1e-249 869.0 Bacillus ybaR ko:K03321 ko00000,ko02000 2.A.53.3 Bacillus 1TPI4@1239,1ZCKC@1386,4H9V4@91061,COG0659@1,COG0659@2 NA|NA|NA P COG0659 Sulfate permease and related transporters (MFS superfamily) -BSU_01590 224308.BSU01590 2e-161 575.1 Bacillus ybaS Bacillus 1TP85@1239,1ZQNX@1386,4HB6E@91061,COG0385@1,COG0385@2 NA|NA|NA S Na -dependent transporter -BSU_01600 224308.BSU01600 3.7e-142 510.8 Bacillus ybbA ko:K07017 ko00000 Bacillus 1VAX2@1239,1ZFE7@1386,4HGZQ@91061,COG2819@1,COG2819@2 NA|NA|NA S Putative esterase -BSU_01610 224308.BSU01610 5.1e-179 633.6 Bacillus feuC GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K02015 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 Bacillus 1TPX6@1239,1ZQ8W@1386,4HD4U@91061,COG0609@1,COG0609@2 NA|NA|NA P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily -BSU_01620 224308.BSU01620 1.8e-176 625.2 Bacillus feuB GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0008150,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071944 ko:K02015 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 Bacillus 1TP13@1239,1ZC7Z@1386,4HA75@91061,COG0609@1,COG0609@2 NA|NA|NA P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily -BSU_01630 224308.BSU01630 1.2e-166 592.4 Bacillus feuA GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 ko:K02016 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 Bacillus 1TQY2@1239,1ZEG1@1386,4HB4K@91061,COG0614@1,COG0614@2 NA|NA|NA P Iron-uptake system-binding protein -BSU_01640 224308.BSU01640 9.1e-308 1062.0 Bacillus ybbB ko:K21701 ko00000,ko03000 Bacillus 1UA6E@1239,1ZF3U@1386,4HE6W@91061,COG0614@1,COG0614@2,COG2207@1,COG2207@2 NA|NA|NA K COG2207 AraC-type DNA-binding domain-containing proteins -BSU_01650 224308.BSU01650 7.5e-241 839.3 Bacillus ybbC Bacillus 1VRMG@1239,1ZBF3@1386,4HA8F@91061,COG3876@1,COG3876@2 NA|NA|NA S protein conserved in bacteria -BSU_01660 224308.BSU01660 0.0 1230.7 Bacillus ybbD 3.2.1.52 ko:K01207 ko00520,ko00531,ko01100,ko01501,map00520,map00531,map01100,map01501 M00628 R00022,R05963,R07809,R07810,R10831 RC00049 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP63@1239,1ZCGR@1386,4HBDB@91061,COG1472@1,COG1472@2 NA|NA|NA G Belongs to the glycosyl hydrolase 3 family -BSU_01670 224308.BSU01670 6.8e-256 889.4 Bacillus ybbE 3.4.16.4 ko:K21469 ko00550,map00550 ko00000,ko00001,ko01000,ko01002,ko01011 Bacillus 1U828@1239,1ZBJ0@1386,4HA0Q@91061,COG1680@1,COG1680@2 NA|NA|NA V Belongs to the UPF0214 family -BSU_01680 224308.BSU01680 1.3e-233 815.5 Bacillus ybbF GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563,GO:0090588 2.7.1.211 ko:K02809,ko:K02810 ko00500,ko02060,map00500,map02060 M00269 R00811 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.2.1,4.A.1.2.10,4.A.1.2.12,4.A.1.2.9 Bacillus 1TP5X@1239,1ZE6P@1386,4H9KS@91061,COG1263@1,COG1263@2,COG1264@1,COG1264@2 NA|NA|NA G phosphotransferase system -BSU_01690 224308.BSU01690 1.9e-150 538.5 Bacillus ybbH GO:0003674,GO:0003700,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 Bacillus 1TPIX@1239,1ZQ09@1386,4HBJA@91061,COG1737@1,COG1737@2 NA|NA|NA K transcriptional -BSU_01700 224308.BSU01700 3.5e-163 580.9 Bacillus murQ 4.2.1.126 ko:K07106 ko00520,ko01100,map00520,map01100 R08555 RC00397,RC00746 ko00000,ko00001,ko01000 Bacillus 1TPSF@1239,1ZCFF@1386,4HBWP@91061,COG2103@1,COG2103@2 NA|NA|NA G Specifically catalyzes the cleavage of the D-lactyl ether substituent of MurNAc 6-phosphate, producing GlcNAc 6- phosphate and D-lactate -BSU_01710 224308.BSU01710 1.1e-86 325.9 Bacillus ybbJ Bacillus 1VB0J@1239,1ZHYA@1386,4HMJ9@91061,COG1670@1,COG1670@2 NA|NA|NA J acetyltransferase -BSU_01720 224308.BSU01720 6.6e-78 296.6 Bacillus ybbK Bacillus 1V700@1239,1ZGEW@1386,4HJH0@91061,COG1683@1,COG1683@2 NA|NA|NA S Protein of unknown function (DUF523) -BSU_01730 224308.BSU01730 1.4e-98 365.5 Bacillus sigW ko:K03088 ko00000,ko03021 Bacillus 1TS3M@1239,1ZCZ4@1386,4HC17@91061,COG1595@1,COG1595@2 NA|NA|NA K Belongs to the sigma-70 factor family. ECF subfamily -BSU_01740 224308.BSU01740 2.8e-103 381.3 Bacillus rsiW GO:0005575,GO:0016020 Bacillus 1V6C7@1239,1ZE1K@1386,4HFTK@91061,COG5662@1,COG5662@2 NA|NA|NA K Is the anti-sigma factor for SigW. The presence of RsiW leads to the inactivation of SigW, and its proteolytic destruction to sigma-W activation -BSU_01750 224308.BSU01750 4.6e-146 523.9 Bacillus dacA GO:0003674,GO:0003824,GO:0004016,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0009975,GO:0016020,GO:0016021,GO:0016829,GO:0016849,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 2.7.7.85 ko:K18672 ko00000,ko01000 Bacillus 1TPRW@1239,1ZBIU@1386,4H9XZ@91061,COG1624@1,COG1624@2 NA|NA|NA S Catalyzes the condensation of 2 ATP molecules into cyclic di-AMP (c-di-AMP), a second messenger used to regulate differing processes in different bacteria -BSU_01760 224308.BSU01760 3e-225 787.7 Bacillus ybbR GO:0008150,GO:0031279,GO:0031281,GO:0043085,GO:0044093,GO:0045761,GO:0045762,GO:0050790,GO:0051339,GO:0051349,GO:0065007,GO:0065009 Bacillus 1TSIV@1239,1ZB2T@1386,4HD8Y@91061,COG4856@1,COG4856@2 NA|NA|NA S protein conserved in bacteria -BSU_01770 224308.BSU01770 1.6e-252 878.2 Bacillus glmM 5.4.2.10 ko:K03431 ko00520,ko01100,ko01130,map00520,map01100,map01130 R02060 RC00408 ko00000,ko00001,ko01000 Bacillus 1TP1X@1239,1ZC74@1386,4HB16@91061,COG1109@1,COG1109@2 NA|NA|NA G Catalyzes the conversion of glucosamine-6-phosphate to glucosamine-1-phosphate -BSU_01780 224308.BSU01780 0.0 1167.5 Bacillus glmS GO:0003674,GO:0003824,GO:0004360,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006002,GO:0006040,GO:0006047,GO:0006139,GO:0006464,GO:0006486,GO:0006487,GO:0006725,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008483,GO:0009058,GO:0009059,GO:0009100,GO:0009101,GO:0009225,GO:0009987,GO:0016740,GO:0016769,GO:0019538,GO:0019637,GO:0034641,GO:0034645,GO:0036211,GO:0043170,GO:0043412,GO:0043413,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0055086,GO:0070085,GO:0070548,GO:0071704,GO:1901135,GO:1901137,GO:1901360,GO:1901564,GO:1901566,GO:1901576 2.6.1.16 ko:K00820 ko00250,ko00520,ko01100,ko01130,ko04931,map00250,map00520,map01100,map01130,map04931 R00768 RC00010,RC00163,RC02752 ko00000,ko00001,ko01000,ko01002 iYO844.BSU01780 Bacillus 1TPGU@1239,1ZBI5@1386,4H9R4@91061,COG0449@1,COG0449@2 NA|NA|NA M Catalyzes the first step in hexosamine metabolism, converting fructose-6P into glucosamine-6P using glutamine as a nitrogen source -BSU_01800 224308.BSU01800 3.6e-176 624.0 Bacillus alkA GO:0003674,GO:0003676,GO:0003677,GO:0003684,GO:0003824,GO:0003905,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006259,GO:0006281,GO:0006284,GO:0006285,GO:0006304,GO:0006307,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008725,GO:0009987,GO:0016787,GO:0016798,GO:0016799,GO:0019104,GO:0032131,GO:0032991,GO:0032993,GO:0033554,GO:0034641,GO:0035510,GO:0043170,GO:0043412,GO:0043733,GO:0043916,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0097159,GO:0140097,GO:1901360,GO:1901363 3.2.2.21 ko:K01247 ko03410,map03410 ko00000,ko00001,ko01000,ko03400 Bacillus 1TQAF@1239,1ZCV5@1386,4HBYM@91061,COG0122@1,COG0122@2 NA|NA|NA L COG0122 3-methyladenine DNA glycosylase 8-oxoguanine DNA glycosylase -BSU_01810 224308.BSU01810 2.3e-121 441.4 Bacillus adaA GO:0003674,GO:0003700,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 ko:K13530 ko00000,ko01000,ko03000,ko03400 Bacillus 1V3Y7@1239,1ZC5J@1386,4HH3N@91061,COG2169@1,COG2169@2 NA|NA|NA K Transcriptional regulator -BSU_01820 224308.BSU01820 8.6e-101 372.9 Bacillus adaB GO:0003674,GO:0003824,GO:0003908,GO:0006139,GO:0006259,GO:0006281,GO:0006304,GO:0006307,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008168,GO:0008172,GO:0009987,GO:0016740,GO:0016741,GO:0032259,GO:0033554,GO:0034641,GO:0035510,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:1901360 2.1.1.63 ko:K13531 ko00000,ko01000,ko03400 Bacillus 1VA03@1239,1ZFQ0@1386,4HETA@91061,COG0350@1,COG0350@2 NA|NA|NA L Involved in the cellular defense against the biological effects of O6-methylguanine (O6-MeG) and O4-methylthymine (O4-MeT) in DNA. Repairs the methylated nucleobase in DNA by stoichiometrically transferring the methyl group to a cysteine residue in the enzyme. This is a suicide reaction the enzyme is irreversibly inactivated -BSU_01830 224308.BSU01830 2.5e-278 964.1 Bacillus ndhF GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 1.6.5.3 ko:K05577 ko00190,ko01100,map00190,map01100 M00145 R11945 RC00061 ko00000,ko00001,ko00002,ko01000 Bacillus 1TS72@1239,1ZCMA@1386,4HCW7@91061,COG1009@1,COG1009@2 NA|NA|NA CP COG1009 NADH ubiquinone oxidoreductase subunit 5 (chain L) Multisubunit Na H antiporter, MnhA subunit -BSU_01845 224308.BSU01845 0.0 1773.8 Bacillus ybcC ko:K09822 ko00000 Bacillus 1UWRU@1239,1ZCP6@1386,4HAMS@91061,COG3002@1,COG3002@2 NA|NA|NA S Belongs to the UPF0753 family -BSU_01860 224308.BSU01860 6.3e-96 356.7 Bacillus ybcF Bacillus 1W0HW@1239,1ZFYB@1386,4HYSF@91061,COG0288@1,COG0288@2 NA|NA|NA P carbonic anhydrase -BSU_01870 224308.BSU01870 6.6e-47 193.0 Bacillus Bacillus 1UBA5@1239,1ZKI1@1386,2BF6D@1,328YS@2,4IMNX@91061 NA|NA|NA -BSU_01880 224308.BSU01880 7.9e-61 239.6 Bacillus ybcI Bacillus 1V6YC@1239,1ZH3T@1386,4HIMH@91061,COG5609@1,COG5609@2 NA|NA|NA S Uncharacterized conserved protein (DUF2294) -BSU_01889 1051501.AYTL01000034_gene3188 8.6e-50 202.6 Bacillus GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1V98U@1239,1ZHRJ@1386,4HIU9@91061,COG0640@1,COG0640@2 NA|NA|NA K Helix-turn-helix domain -BSU_01890 224308.BSU01890 3.4e-203 714.1 Bacillus ybcL ko:K08164 ko00000,ko02000 2.A.1.2 Bacillus 1TRNU@1239,1ZCJJ@1386,4HCSX@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_01900 224308.BSU01900 3.4e-49 200.7 Bacteria Bacillus COG0449@1,COG0449@2 NA|NA|NA M glutamine-fructose-6-phosphate transaminase (isomerizing) activity -BSU_01920 224308.BSU01920 1.6e-238 831.6 Bacilli Bacillus 1TVGT@1239,4HB41@91061,COG0535@1,COG0535@2 NA|NA|NA J 4Fe-4S single cluster domain -BSU_01935 224308.BSU01935 2.7e-277 960.7 Bacteria Bacillus COG1266@1,COG1266@2 NA|NA|NA V CAAX protease self-immunity -BSU_01950 224308.BSU01950 3.2e-135 487.6 Bacillus ko:K01990 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1V3YS@1239,1ZE5G@1386,4HI3E@91061,COG1131@1,COG1131@2 NA|NA|NA V ABC transporter -BSU_01960 224308.BSU01960 6.9e-248 862.8 Bacillus Bacillus 1VJNR@1239,1ZD8W@1386,2EE96@1,3383K@2,4HPH3@91061 NA|NA|NA S ABC transporter -BSU_01970 224308.BSU01970 1.3e-90 339.0 Bacillus Bacillus 1W30F@1239,1ZFZ4@1386,4I003@91061,COG1413@1,COG1413@2 NA|NA|NA C HEAT repeats -BSU_01980 224308.BSU01980 1.6e-78 298.5 Bacillus Bacillus 1UAGU@1239,1ZHT5@1386,4IKV9@91061,COG0526@1,COG0526@2 NA|NA|NA CO Thioredoxin-like -BSU_01990 224308.BSU01990 1.1e-181 642.5 Bacillus GO:0003674,GO:0003824,GO:0016787 Bacillus 1V202@1239,1ZBQD@1386,4HJ0U@91061,COG0596@1,COG0596@2 NA|NA|NA S hydrolases or acyltransferases (alpha beta hydrolase superfamily) -BSU_02000 224308.BSU02000 2.6e-123 448.0 Bacillus ko:K02483 ko00000,ko02022 Bacillus 1TRNP@1239,1ZCWC@1386,4HBUV@91061,COG0745@1,COG0745@2 NA|NA|NA T Transcriptional regulatory protein, C terminal -BSU_02010 224308.BSU02010 6.8e-173 613.2 Bacillus Bacillus 1VQZ2@1239,1ZQJ2@1386,4HT7I@91061,COG0642@1,COG0642@2 NA|NA|NA T His Kinase A (phospho-acceptor) domain -BSU_02030 224308.BSU02030 2.7e-140 504.6 Bacillus ybdM 2.7.11.1 ko:K08884 ko00000,ko01000,ko01001 Bacillus 1V0NM@1239,1ZREF@1386,4IPTS@91061,COG0515@1,COG0515@2 NA|NA|NA KLT Protein tyrosine kinase -BSU_02040 224308.BSU02040 8.2e-154 549.7 Bacillus ybdN Bacillus 1VMH7@1239,1ZDRK@1386,2ET76@1,33KR7@2,4ISWQ@91061 NA|NA|NA -BSU_02050 224308.BSU02050 2.5e-217 761.1 Bacillus ybdO Bacillus 1UY56@1239,1ZFX7@1386,28KQP@1,2ZA8F@2,4IV8V@91061 NA|NA|NA S Domain of unknown function (DUF4885) -BSU_02060 224308.BSU02060 4e-259 900.2 Bacillus ybxG ko:K03293 ko00000 2.A.3.1 Bacillus 1TP97@1239,1ZAQB@1386,4H9QX@91061,COG1113@1,COG1113@2 NA|NA|NA E COG1113 Gamma-aminobutyrate permease and related permeases -BSU_02070 224308.BSU02070 6.2e-38 162.9 Bacillus csgA Bacillus 1VESG@1239,1ZIZ4@1386,2C58K@1,32Y9K@2,4HQS0@91061 NA|NA|NA S Sigma-G-dependent sporulation-specific SASP protein -BSU_02080 224308.BSU02080 8.2e-30 135.6 Bacillus ybxH Bacillus 1VJY0@1239,1ZJCF@1386,2E4N3@1,32ZGZ@2,4HPM3@91061 NA|NA|NA S Family of unknown function (DUF5370) -BSU_02090 224308.BSU02090 1.2e-151 542.3 Bacillus 3.5.2.6 ko:K17838 ko01501,map01501 R06363 RC01499 ko00000,ko00001,ko01000 Bacillus 1VZ0X@1239,1ZQP5@1386,4HTVD@91061,COG2602@1,COG2602@2 NA|NA|NA V beta-lactamase -BSU_02100 224308.BSU02100 2.4e-247 860.9 Bacillus cypC 1.11.2.4 ko:K15629 R09740 ko00000,ko00199,ko01000 Bacillus 1TP02@1239,1ZB7N@1386,4HAIY@91061,COG2124@1,COG2124@2 NA|NA|NA Q Cytochrome P450 -BSU_02110 224308.BSU02110 8.2e-41 172.6 Bacillus ybyB Bacillus 1VHQQ@1239,1ZK3H@1386,2E6UJ@1,331E9@2,4HPYC@91061 NA|NA|NA -BSU_02120 224308.BSU02120 3.9e-290 1003.4 Bacillus ybeC GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015179,GO:0015291,GO:0015297,GO:0015318,GO:0015711,GO:0015807,GO:0015849,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1902475,GO:1903825,GO:1905039 Bacillus 1TPJH@1239,1ZCG6@1386,4HC13@91061,COG0531@1,COG0531@2 NA|NA|NA E amino acid -BSU_02130 224308.BSU02130 7.4e-166 589.7 Bacillus glpQ 3.1.3.1,3.1.4.46 ko:K01113,ko:K01126 ko00564,ko00790,ko01100,ko02020,map00564,map00790,map01100,map02020 M00126 R01030,R01470,R04620 RC00017,RC00425 ko00000,ko00001,ko00002,ko01000 Bacillus 1UY23@1239,1ZCIE@1386,4HEAD@91061,COG0584@1,COG0584@2 NA|NA|NA C glycerophosphoryl diester phosphodiesterase -BSU_02140 224308.BSU02140 1.2e-257 895.2 Bacillus glpT GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K02445 ko00000,ko02000 2.A.1.4.3 Bacillus 1TS33@1239,1ZE0D@1386,4HE0X@91061,COG2271@1,COG2271@2 NA|NA|NA G -transporter -BSU_02150 224308.BSU02150 4.9e-35 153.3 Bacillus Bacillus 1UBBD@1239,1ZKKX@1386,2BF7G@1,32900@2,4IMQB@91061 NA|NA|NA S Protein of unknown function (DUF2651) -BSU_02160 224308.BSU02160 2.7e-171 607.8 Bacillus ybfA Bacillus 1VHDQ@1239,1ZF1Z@1386,4HQ0R@91061,COG0454@1,COG0456@2,COG1846@1,COG1846@2 NA|NA|NA K FR47-like protein -BSU_02170 224308.BSU02170 3.8e-224 783.9 Bacillus ybfB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1TRHT@1239,1ZCIM@1386,4HDG8@91061,COG2271@1,COG2271@2 NA|NA|NA G COG0477 Permeases of the major facilitator superfamily -BSU_02200 224308.BSU02200 0.0 1412.1 Bacillus ybfG Bacillus 1TPV1@1239,1ZN4E@1386,4HCRA@91061,COG3409@1,COG3409@2 NA|NA|NA M Domain of unknown function (DUF1906) -BSU_02210 224308.BSU02210 1.5e-161 575.5 Bacillus ybfH Bacillus 1TRKE@1239,1ZCN0@1386,4HFHC@91061,COG0697@1,COG0697@2 NA|NA|NA EG EamA-like transporter family -BSU_02220 224308.BSU02220 3e-145 521.2 Bacillus GO:0003674,GO:0003700,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 Bacillus 1TPNZ@1239,1ZDS6@1386,4HDP3@91061,COG1917@1,COG1917@2,COG2207@1,COG2207@2 NA|NA|NA K AraC-like ligand binding domain -BSU_02230 224308.BSU02230 3.3e-214 750.7 Bacillus purT 2.1.2.2 ko:K08289 ko00230,ko00670,ko01100,ko01110,ko01130,map00230,map00670,map01100,map01110,map01130 M00048 R04325,R04326 RC00026,RC00197,RC01128 ko00000,ko00001,ko00002,ko01000 Bacillus 1UI4R@1239,1ZCNZ@1386,4HEI0@91061,COG0027@1,COG0027@2 NA|NA|NA F Involved in the de novo purine biosynthesis. Catalyzes the transfer of formate to 5-phospho-ribosyl-glycinamide (GAR), producing 5-phospho-ribosyl-N-formylglycinamide (FGAR). Formate is provided by PurU via hydrolysis of 10-formyl-tetrahydrofolate -BSU_02240 224308.BSU02240 1.2e-177 629.0 Bacilli Bacillus 1VC6K@1239,4HKUW@91061,COG3591@1,COG3591@2 NA|NA|NA M Belongs to the peptidase S1B family -BSU_02260 224308.BSU02260 4.2e-169 600.5 Bacillus GO:0003674,GO:0003824,GO:0016787 Bacillus 1V0M4@1239,1ZHQC@1386,4HPRJ@91061,COG0596@1,COG0596@2 NA|NA|NA S Alpha/beta hydrolase family -BSU_02270 224308.BSU02270 5.4e-95 353.6 Bacillus pssA GO:0003674,GO:0003824,GO:0003882,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0006629,GO:0006644,GO:0006650,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0009058,GO:0009987,GO:0016020,GO:0016740,GO:0016772,GO:0016780,GO:0017169,GO:0019637,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044424,GO:0044464,GO:0045017,GO:0046474,GO:0046486,GO:0071704,GO:0071944,GO:0090407,GO:1901576 2.7.8.8 ko:K17103 ko00260,ko00564,ko01100,ko01110,map00260,map00564,map01100,map01110 M00093 R01800 RC00002,RC00017,RC02795 ko00000,ko00001,ko00002,ko01000 Bacillus 1TR44@1239,1ZFNJ@1386,4HMYA@91061,COG1183@1,COG1183@2 NA|NA|NA I Belongs to the CDP-alcohol phosphatidyltransferase class-I family -BSU_02280 224308.BSU02280 6e-85 320.1 Bacillus ybfM GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1U42T@1239,1ZFPN@1386,4HJQK@91061,COG0586@1,COG0586@2 NA|NA|NA S SNARE associated Golgi protein -BSU_02290 224308.BSU02290 9.6e-149 532.7 Bacillus psd 4.1.1.65 ko:K01613 ko00564,ko01100,ko01110,map00564,map01100,map01110 M00093 R02055 RC00299 ko00000,ko00001,ko00002,ko01000 Bacillus 1TR34@1239,1ZAZ4@1386,4HB6I@91061,COG0688@1,COG0688@2 NA|NA|NA I Catalyzes the formation of phosphatidylethanolamine (PtdEtn) from phosphatidylserine (PtdSer) -BSU_02300 224308.BSU02300 5.3e-46 189.9 Bacilli Bacillus 1VQE2@1239,2EN3Y@1,33FS1@2,4HS9F@91061 NA|NA|NA -BSU_02310 224308.BSU02310 7.3e-258 896.0 Bacillus ko:K06880 ko00000,ko01000,ko01504 Bacillus 1V2D8@1239,1ZESJ@1386,4HGGF@91061,COG2312@1,COG2312@2 NA|NA|NA S Erythromycin esterase -BSU_02320 224308.BSU02320 1.1e-166 592.4 Bacillus ybfP GO:0003674,GO:0003824,GO:0006081,GO:0006082,GO:0006089,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009438,GO:0009987,GO:0016053,GO:0016829,GO:0016835,GO:0016836,GO:0019172,GO:0019243,GO:0019249,GO:0019752,GO:0032787,GO:0042180,GO:0042182,GO:0043436,GO:0044237,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0046185,GO:0046394,GO:0051596,GO:0061727,GO:0071704,GO:0072330,GO:1901575,GO:1901576,GO:1901615,GO:1901617 ko:K13653 ko00000,ko03000 Bacillus 1TQKE@1239,1ZD9Q@1386,4HAA2@91061,COG2207@1,COG2207@2 NA|NA|NA K Transcriptional regulator -BSU_02330 224308.BSU02330 8.6e-192 676.0 Bacillus ybfQ ko:K07146 ko00000 Bacillus 1TRG7@1239,1ZCR7@1386,4HA0J@91061,COG1054@1,COG1054@2 NA|NA|NA S Belongs to the UPF0176 family -BSU_02340 224308.BSU02340 8.4e-216 756.1 Bacillus gltP ko:K11102 ko00000,ko02000 2.A.23.1.1,2.A.23.1.2 Bacillus 1VQUE@1239,1ZE4T@1386,4HU9Y@91061,COG1301@1,COG1301@2 NA|NA|NA C Belongs to the dicarboxylate amino acid cation symporter (DAACS) (TC 2.A.23) family -BSU_02350 224308.BSU02350 0.0 1208.7 Bacillus ptsG GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 2.7.1.199 ko:K02763,ko:K02764,ko:K02765,ko:K20116,ko:K20117,ko:K20118 ko00010,ko00520,ko02060,map00010,map00520,map02060 M00282,M00809 R02631,R02738 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.13,4.A.1.1.14,4.A.1.1.6,4.A.1.1.9 Bacillus 1TPJ8@1239,1ZC48@1386,4HA8X@91061,COG1263@1,COG1263@2,COG1264@1,COG1264@2,COG2190@1,COG2190@2 NA|NA|NA G phosphotransferase system -BSU_02360 224308.BSU02360 4.7e-137 493.8 Bacillus GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 3.5.99.6 ko:K02564 ko00520,ko01100,map00520,map01100 R00765 RC00163 ko00000,ko00001,ko01000 iYO844.BSU02360 Bacillus 1TP10@1239,1ZMA5@1386,4HAG4@91061,COG0363@1,COG0363@2 NA|NA|NA G Catalyzes the reversible isomerization-deamination of glucosamine 6-phosphate (GlcN6P) to form fructose 6-phosphate (Fru6P) and ammonium ion -BSU_02370 224308.BSU02370 8.3e-128 463.0 Bacillus ko:K03710 ko00000,ko03000 Bacillus 1TVMZ@1239,1ZF1V@1386,4H9TD@91061,COG2188@1,COG2188@2 NA|NA|NA K UTRA -BSU_02390 224308.BSU02390 9.1e-203 712.6 Bacillus ybgE 2.6.1.42 ko:K00826 ko00270,ko00280,ko00290,ko00770,ko01100,ko01110,ko01130,ko01210,ko01230,map00270,map00280,map00290,map00770,map01100,map01110,map01130,map01210,map01230 M00019,M00036,M00119,M00570 R01090,R01214,R02199,R10991 RC00006,RC00036 ko00000,ko00001,ko00002,ko01000,ko01007 Bacillus 1TQQI@1239,1ZBFM@1386,4HASX@91061,COG0115@1,COG0115@2 NA|NA|NA E Branched-chain amino acid aminotransferase -BSU_02400 224308.BSU02400 1.5e-261 908.3 Bacillus ybgF ko:K16235,ko:K16236 ko00000,ko02000 2.A.3.1,2.A.3.1.10 Bacillus 1UHNR@1239,1ZB12@1386,4HUT7@91061,COG0833@1,COG0833@2 NA|NA|NA E amino acid -BSU_02410 224308.BSU02410 1.6e-182 645.2 Bacillus mmuM 2.1.1.10 ko:K00547 ko00270,ko01100,ko01110,map00270,map01100,map01110 R00650 RC00003,RC00035 ko00000,ko00001,ko01000 Bacillus 1UHQ5@1239,1ZC9Q@1386,4HAS6@91061,COG2040@1,COG2040@2 NA|NA|NA H homocysteine -BSU_02420 224308.BSU02420 3.9e-257 893.6 Bacillus glnT GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03310,ko:K11626 ko02020,map02020 ko00000,ko00001 2.A.25 Bacillus 1TNZP@1239,1ZAX7@1386,4H9SZ@91061,COG1115@1,COG1115@2 NA|NA|NA E Sodium alanine symporter -BSU_02430 224308.BSU02430 2.6e-188 664.5 Bacillus glsA2 GO:0003674,GO:0003824,GO:0004359,GO:0006082,GO:0006520,GO:0006536,GO:0006537,GO:0006541,GO:0006543,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009056,GO:0009058,GO:0009063,GO:0009064,GO:0009065,GO:0009084,GO:0009987,GO:0016053,GO:0016054,GO:0016787,GO:0016810,GO:0016811,GO:0019752,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0046394,GO:0046395,GO:0071704,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576,GO:1901605,GO:1901606,GO:1901607 3.5.1.2 ko:K01425 ko00220,ko00250,ko00471,ko01100,ko04724,ko04727,ko04964,ko05206,ko05230,map00220,map00250,map00471,map01100,map04724,map04727,map04964,map05206,map05230 R00256,R01579 RC00010,RC02798 ko00000,ko00001,ko01000 iYO844.BSU02430 Bacillus 1TP64@1239,1ZBXX@1386,4H9XA@91061,COG2066@1,COG2066@2 NA|NA|NA E Belongs to the glutaminase family -BSU_02440 224308.BSU02440 1.7e-229 801.6 Bacillus glnJ 2.7.13.3 ko:K07717 ko02020,map02020 M00518 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1UHS4@1239,1ZD9G@1386,4HCZT@91061,COG4191@1,COG4191@2 NA|NA|NA T Histidine kinase -BSU_02450 224308.BSU02450 1.5e-169 602.1 Bacillus glnL ko:K07719 ko02020,map02020 M00518 ko00000,ko00001,ko00002,ko02022 Bacillus 1UHS3@1239,1ZBP6@1386,4HBYG@91061,COG0784@1,COG0784@2 NA|NA|NA T Regulator -BSU_02460 224308.BSU02460 5.9e-174 616.7 Bacillus ycbC 4.2.1.41 ko:K01707 ko00053,ko01100,map00053,map01100 R02279 RC00678 ko00000,ko00001,ko01000 Bacillus 1UHED@1239,1ZASZ@1386,4HAUA@91061,COG0329@1,COG0329@2 NA|NA|NA EM 5-dehydro-4-deoxyglucarate dehydratase activity -BSU_02470 224308.BSU02470 6.1e-274 949.5 Bacillus ycbD ko:K22187 ko00040,map00040 R11768 RC00080 ko00000,ko00001,ko01000 Bacillus 1TP4S@1239,1ZAXK@1386,4H9MF@91061,COG1012@1,COG1012@2 NA|NA|NA C Catalyzes the oxidation of malonate semialdehyde (MSA) and methylmalonate semialdehyde (MMSA) into acetyl-CoA and propanoyl-CoA, respectively -BSU_02480 224308.BSU02480 2e-255 887.9 Bacillus gudP GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0044425,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 ko:K03535 ko00000,ko02000 2.A.1.14.1 iYO844.BSU02480 Bacillus 1TP6X@1239,1ZCX2@1386,4HEVA@91061,COG2271@1,COG2271@2 NA|NA|NA G COG0477 Permeases of the major facilitator superfamily -BSU_02490 224308.BSU02490 3.8e-270 936.8 Bacillus gudD 4.2.1.40 ko:K01706 ko00053,ko01100,map00053,map01100 R02752,R08056 RC00543 ko00000,ko00001,ko01000 Bacillus 1TUWS@1239,1ZE3M@1386,4HCCY@91061,COG4948@1,COG4948@2 NA|NA|NA M Belongs to the mandelate racemase muconate lactonizing enzyme family -BSU_02500 224308.BSU02500 2.5e-124 451.4 Bacillus ycbG ko:K05799 ko00000,ko03000 Bacillus 1UZ3J@1239,1ZEQX@1386,4HCTE@91061,COG2186@1,COG2186@2 NA|NA|NA K FCD -BSU_02510 224308.BSU02510 6.3e-298 1029.2 Bacillus garD GO:0003674,GO:0003824,GO:0005975,GO:0006082,GO:0008150,GO:0008152,GO:0008867,GO:0009056,GO:0009987,GO:0016052,GO:0016054,GO:0016829,GO:0016835,GO:0016836,GO:0019577,GO:0019579,GO:0019580,GO:0019752,GO:0043436,GO:0043648,GO:0043649,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046392,GO:0046395,GO:0071704,GO:1901575 4.2.1.42 ko:K01708 ko00053,map00053 R05608 RC00543 ko00000,ko00001,ko01000 iYO844.BSU02510 Bacillus 1TPTX@1239,1ZB6X@1386,4HAQZ@91061,COG2721@1,COG2721@2 NA|NA|NA G Altronate -BSU_02520 224308.BSU02520 3e-178 630.9 Bacillus ycbJ ko:K06979 M00760 br01600,ko00000,ko00002,ko01504 Bacillus 1TPYB@1239,1ZDCM@1386,4HBYQ@91061,COG3173@1,COG3173@2 NA|NA|NA S Macrolide 2'-phosphotransferase -BSU_02530 224308.BSU02530 7.4e-24 115.5 Bacilli Bacillus 1W42W@1239,2CJT0@1,2ZS83@2,4HZX8@91061 NA|NA|NA K Tryptophan RNA-binding attenuator protein inhibitory protein -BSU_02540 224308.BSU02540 1.2e-171 609.0 Bacteria Bacillus COG0697@1,COG0697@2 NA|NA|NA EG spore germination -BSU_02550 224308.BSU02550 2.8e-125 454.5 Bacillus ko:K02483 ko00000,ko02022 Bacillus 1TRK5@1239,1ZDIJ@1386,4HE4N@91061,COG0745@1,COG0745@2 NA|NA|NA T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain -BSU_02560 224308.BSU02560 5.2e-170 603.6 Bacillus ycbM Bacillus 1TPK5@1239,1ZBGU@1386,4HC46@91061,COG0642@1,COG2205@2 NA|NA|NA T PhoQ Sensor -BSU_02570 224308.BSU02570 8.2e-168 596.3 Bacillus ko:K01990 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TPBQ@1239,1ZDHR@1386,4HC5D@91061,COG1131@1,COG1131@2 NA|NA|NA V ABC transporter, ATP-binding protein -BSU_02580 224308.BSU02580 4.6e-115 420.6 Bacillus Bacillus 1TPNJ@1239,1ZGQ2@1386,2Z9TS@2,4HGY0@91061,COG1277@1 NA|NA|NA S ABC-2 family transporter protein -BSU_02590 224308.BSU02590 1.4e-52 212.2 Bacillus ycbP Bacillus 1VH0F@1239,1ZJ7Q@1386,2E4BW@1,32Z7G@2,4HPQD@91061 NA|NA|NA S Protein of unknown function (DUF2512) -BSU_02600 224308.BSU02600 2.1e-78 298.1 Bacillus cwlJ 3.5.1.28 ko:K01449 R04112 RC00064,RC00141 ko00000,ko01000 Bacillus 1V3QK@1239,1ZGB9@1386,4HH00@91061,COG3773@1,COG3773@2 NA|NA|NA M Cell wall -BSU_02610 224308.BSU02610 1.1e-135 489.2 Bacillus Bacillus 1UZ85@1239,1ZE5Y@1386,4HCUJ@91061,COG2304@1,COG2304@2 NA|NA|NA T vWA found in TerF C terminus -BSU_02620 224308.BSU02620 0.0 1197.6 Bacillus phoD 3.1.3.1 ko:K01113 ko00790,ko01100,ko02020,map00790,map01100,map02020 M00126 R04620 RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1UZSJ@1239,1ZB15@1386,4HE16@91061,COG3540@1,COG3540@2 NA|NA|NA P COG3540 Phosphodiesterase alkaline phosphatase D -BSU_02630 224308.BSU02630 8.5e-28 129.0 Bacillus tatAD GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0016020,GO:0044424,GO:0044444,GO:0044464,GO:0071944 ko:K03116 ko03060,ko03070,map03060,map03070 M00336 ko00000,ko00001,ko00002,ko02044 2.A.64 Bacillus 1VFP2@1239,1ZIUG@1386,4HNM7@91061,COG1826@1,COG1826@2 NA|NA|NA U Part of the twin-arginine translocation (Tat) system that transports large folded proteins containing a characteristic twin-arginine motif in their signal peptide across membranes. TatA could form the protein-conducting channel of the Tat system -BSU_02640 224308.BSU02640 2e-124 451.8 Bacillus tatCD GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006886,GO:0008104,GO:0008150,GO:0008320,GO:0008565,GO:0009977,GO:0015031,GO:0015291,GO:0015399,GO:0015405,GO:0015450,GO:0015833,GO:0016020,GO:0022804,GO:0022857,GO:0022884,GO:0032991,GO:0033036,GO:0033281,GO:0034613,GO:0042886,GO:0042887,GO:0043953,GO:0044425,GO:0044459,GO:0044464,GO:0045184,GO:0046907,GO:0051179,GO:0051234,GO:0051641,GO:0051649,GO:0055085,GO:0065002,GO:0070727,GO:0071702,GO:0071705,GO:0071806,GO:0071944,GO:0098796,GO:0098797,GO:1904680 ko:K03118 ko03060,ko03070,map03060,map03070 M00336 ko00000,ko00001,ko00002,ko02044 2.A.64 Bacillus 1U7N7@1239,1ZBYZ@1386,4HB1U@91061,COG0805@1,COG0805@2 NA|NA|NA U Part of the twin-arginine translocation (Tat) system that transports large folded proteins containing a characteristic twin-arginine motif in their signal peptide across membranes -BSU_02650 224308.BSU02650 2.4e-121 441.4 Bacillus pcp GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0019538,GO:0043170,GO:0044238,GO:0044424,GO:0044464,GO:0071704,GO:1901564 3.4.19.3 ko:K01304 ko00000,ko01000,ko01002 Bacillus 1TRRX@1239,1ZEI9@1386,4HCIJ@91061,COG2039@1,COG2039@2 NA|NA|NA O Removes 5-oxoproline from various penultimate amino acid residues except L-proline -BSU_02660 224308.BSU02660 1e-209 735.7 Bacillus ycbU Bacillus 1TRDP@1239,1ZQ2U@1386,4HBP7@91061,COG0520@1,COG0520@2 NA|NA|NA E Selenocysteine lyase -BSU_02670 224308.BSU02670 1.5e-229 802.0 Bacillus lmrB ko:K18926 M00715 ko00000,ko00002,ko02000 2.A.1.3.30 Bacillus 1UNMW@1239,1ZS2J@1386,4HFCU@91061,COG0477@1,COG0477@2 NA|NA|NA EGP the major facilitator superfamily -BSU_02680 224308.BSU02680 6.3e-102 376.7 Bacillus lmrA ko:K18939 M00715 ko00000,ko00002,ko03000 Bacillus 1V9W3@1239,1ZREG@1386,4IPY1@91061,COG1309@1,COG1309@2 NA|NA|NA K Transcriptional regulator -BSU_02690 224308.BSU02690 4.8e-202 710.3 Bacillus yccC GO:0003674,GO:0003824,GO:0004067,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006528,GO:0006530,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009063,GO:0009064,GO:0009065,GO:0009066,GO:0009068,GO:0009987,GO:0016054,GO:0016787,GO:0016810,GO:0016811,GO:0019752,GO:0032787,GO:0034641,GO:0043436,GO:0043603,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0044424,GO:0044464,GO:0046395,GO:0071704,GO:0072329,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 3.5.1.1 ko:K01424 ko00250,ko00460,ko01100,ko01110,map00250,map00460,map01100,map01110 R00485 RC00010,RC02798 ko00000,ko00001,ko01000 Bacillus 1TPP9@1239,1ZAZT@1386,4H9YJ@91061,COG0252@1,COG0252@2 NA|NA|NA EJ COG0252 L-asparaginase archaeal Glu-tRNAGln amidotransferase subunit D -BSU_02700 224308.BSU02700 1.2e-114 419.1 Bacillus GO:0003674,GO:0003824,GO:0004806,GO:0005575,GO:0005576,GO:0016298,GO:0016787,GO:0016788,GO:0052689 3.1.1.3 ko:K01046 ko00561,ko01100,map00561,map01100 M00098 R02250,R02687 RC00020,RC00037,RC00041,RC00094 ko00000,ko00001,ko00002,ko01000 Bacillus 1VVU8@1239,1ZB57@1386,4HWN0@91061,COG1075@1,COG1075@2 NA|NA|NA S acetyltransferases and hydrolases with the alpha beta hydrolase fold -BSU_02710 224308.BSU02710 3.4e-59 234.2 Bacteria Bacillus COG1714@1,COG1714@2 NA|NA|NA S RDD family -BSU_02720 224308.BSU02720 1.6e-199 701.8 Bacillus yccF ko:K07039 ko00000 Bacillus 1V8NE@1239,1ZE7P@1386,4HK5V@91061,COG1405@1,COG1405@2,COG3012@1,COG3012@2 NA|NA|NA K DNA-templated transcriptional preinitiation complex assembly -BSU_02730 224308.BSU02730 3.5e-161 574.3 Bacillus natK 2.7.13.3 ko:K11640 ko02020,map02020 M00494 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1VK8U@1239,1ZEI5@1386,4HR8P@91061,COG3290@1,COG3290@2 NA|NA|NA T GHKL domain -BSU_02740 224308.BSU02740 2e-126 458.4 Bacillus natR ko:K02477,ko:K11641 ko02020,map02020 M00494 ko00000,ko00001,ko00002,ko02022 Bacillus 1V14X@1239,1ZAPX@1386,4HGFK@91061,COG3279@1,COG3279@2 NA|NA|NA T LytTr DNA-binding domain -BSU_02750 224308.BSU02750 5.3e-133 480.3 Bacillus natA 3.6.3.7 ko:K09697 ko02010,ko02020,map02010,map02020 M00253 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.115 iYO844.BSU02750 Bacillus 1UHYH@1239,1ZC0Y@1386,4ISGA@91061,COG4555@1,COG4555@2 NA|NA|NA CP ATPases associated with a variety of cellular activities -BSU_02760 224308.BSU02760 7.6e-203 713.0 Bacillus ko:K09696 ko02010,ko02020,map02010,map02020 M00253 ko00000,ko00001,ko00002,ko02000 3.A.1.115 iYO844.BSU02760 Bacillus 1V8IQ@1239,1ZRP0@1386,4IQWM@91061,COG1668@1,COG1668@2 NA|NA|NA CP ABC-2 family transporter protein -BSU_02770 224308.BSU02770 2.7e-174 617.8 Bacillus yccK Bacillus 1TPIY@1239,1ZCES@1386,4HA4Q@91061,COG0667@1,COG0667@2 NA|NA|NA C Aldo keto reductase -BSU_02780 224308.BSU02780 1.1e-176 625.9 Bacillus ycdA Bacillus 1V92B@1239,1ZFKF@1386,2CEN8@1,32ESZ@2,4HJUE@91061 NA|NA|NA S Domain of unknown function (DUF5105) -BSU_02790 224308.BSU02790 1e-281 975.3 Bacillus ycdB Bacillus 1VB3P@1239,1ZH8C@1386,4HMZV@91061,COG1595@1,COG1595@2 NA|NA|NA K Belongs to the sigma-70 factor family. ECF subfamily -BSU_02800 224308.BSU02800 1e-267 928.7 Bacilli Bacillus 1VB3P@1239,4HMZV@91061,COG1595@1,COG1595@2 NA|NA|NA K Belongs to the sigma-70 factor family. ECF subfamily -BSU_02810 224308.BSU02810 3e-95 354.4 Bacillus ko:K17733 ko00000,ko01000,ko01002,ko01011 Bacillus 1V69M@1239,1ZPVJ@1386,4HJT3@91061,COG1876@1,COG1876@2 NA|NA|NA M D-alanyl-D-alanine carboxypeptidase -BSU_02820 224308.BSU02820 1.2e-173 615.9 Bacillus rapJ ko:K06368 ko00000,ko01000 Bacillus 1UBN0@1239,1ZMNF@1386,4IN2J@91061,COG0457@1,COG0457@2 NA|NA|NA S response regulator aspartate phosphatase -BSU_02830 224308.BSU02830 2.7e-140 504.6 Bacillus 1.1.1.47 ko:K00034 ko00030,ko01120,ko01200,map00030,map01120,map01200 R01520,R01521 RC00066 ko00000,ko00001,ko01000 Bacillus 1VTHQ@1239,1ZQ6B@1386,4HTXP@91061,COG1028@1,COG1028@2 NA|NA|NA IQ Enoyl-(Acyl carrier protein) reductase -BSU_02840 224308.BSU02840 0.0 1199.5 Bacillus malL GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.2.1.10,3.2.1.20 ko:K01182,ko:K01187 ko00052,ko00500,ko01100,map00052,map00500,map01100 R00028,R00801,R00802,R01718,R01791,R06087,R06088,R06199 RC00028,RC00049,RC00059,RC00077,RC00451 ko00000,ko00001,ko01000 GH13,GH31 Bacillus 1TP53@1239,1ZASC@1386,4HA1G@91061,COG0366@1,COG0366@2 NA|NA|NA G COG0366 Glycosidases -BSU_02850 224308.BSU02850 1.1e-167 595.9 Bacillus ko:K09815 ko02010,map02010 M00242 ko00000,ko00001,ko00002,ko02000 3.A.1.15.3,3.A.1.15.5 Bacillus 1TPG7@1239,1ZC2Z@1386,4H9UN@91061,COG0803@1,COG0803@2 NA|NA|NA P Belongs to the bacterial solute-binding protein 9 family -BSU_02860 224308.BSU02860 4.2e-132 477.2 Bacillus ko:K09817 ko02010,map02010 M00242 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.15.3,3.A.1.15.5 iYO844.BSU02860 Bacillus 1TQ68@1239,1ZBS5@1386,4HAZI@91061,COG1121@1,COG1121@2 NA|NA|NA P 'COG1121 ABC-type Mn Zn transport systems, ATPase component' -BSU_02870 224308.BSU02870 2.9e-135 488.0 Bacillus GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0010035,GO:0010038,GO:0010043,GO:0016020,GO:0042221,GO:0044464,GO:0050896,GO:0071944 ko:K09816 ko02010,map02010 M00242 ko00000,ko00001,ko00002,ko02000 3.A.1.15.3,3.A.1.15.5 Bacillus 1TR79@1239,1ZB0A@1386,4HC3C@91061,COG1108@1,COG1108@2 NA|NA|NA P COG1108 ABC-type Mn2 Zn2 transport systems, permease components -BSU_02880 224308.BSU02880 9.1e-189 666.0 Bacillus yceB GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 Bacillus 1TPRS@1239,1ZB1E@1386,4H9R2@91061,COG2141@1,COG2141@2 NA|NA|NA C COG2141 Coenzyme F420-dependent N5,N10-methylene tetrahydromethanopterin reductase and related flavin-dependent oxidoreductases -BSU_02890 224308.BSU02890 6.6e-110 403.3 Bacillus yceC GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 Bacillus 1TR98@1239,1ZD3Z@1386,4HBM3@91061,COG2310@1,COG2310@2 NA|NA|NA T proteins involved in stress response, homologs of TerZ and -BSU_02900 224308.BSU02900 4.8e-105 387.1 Bacillus yceD ko:K05795 ko00000 Bacillus 1TNZQ@1239,1ZB1M@1386,4HA7H@91061,COG2310@1,COG2310@2 NA|NA|NA T proteins involved in stress response, homologs of TerZ and -BSU_02910 224308.BSU02910 7.8e-108 396.4 Bacillus yceE ko:K05795 ko00000 Bacillus 1TNZQ@1239,1ZBCX@1386,4HA7H@91061,COG2310@1,COG2310@2 NA|NA|NA T proteins involved in stress response, homologs of TerZ and -BSU_02920 224308.BSU02920 1.1e-136 492.7 Bacillus yceF Bacillus 1UVIJ@1239,1ZRX6@1386,4HEKW@91061,COG0861@1,COG0861@2 NA|NA|NA P Protein of unknown function (DUF475) -BSU_02930 224308.BSU02930 0.0 1095.9 Bacillus yceG Bacillus 1TRYC@1239,1ZBR8@1386,2BVVP@1,2Z9CR@2,4HC71@91061 NA|NA|NA S Putative component of 'biosynthetic module' -BSU_02940 224308.BSU02940 3.3e-192 677.6 Bacillus yceH Bacillus 1TQVX@1239,1ZQEF@1386,4HB7G@91061,COG3853@1,COG3853@2 NA|NA|NA P Belongs to the TelA family -BSU_02950 224308.BSU02950 2.3e-218 764.6 Bacillus yceI GO:0005575,GO:0016020,GO:0016021,GO:0031224,GO:0044425 ko:K08369 ko00000,ko02000 2.A.1 Bacillus 1UIFU@1239,1ZS7A@1386,4ISWR@91061,COG0477@1,COG0477@2 NA|NA|NA P Uncharacterised MFS-type transporter YbfB -BSU_02960 224308.BSU02960 3.2e-209 734.2 Bacillus Bacillus 1TSS8@1239,1ZMIV@1386,4HF36@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Uncharacterised MFS-type transporter YbfB -BSU_02970 224308.BSU02970 1.6e-48 198.4 Bacillus GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1UV2N@1239,1ZP5F@1386,4I4FV@91061,COG0640@1,COG0640@2 NA|NA|NA K helix_turn_helix, Arsenical Resistance Operon Repressor -BSU_02980 224308.BSU02980 8.7e-229 799.3 Bacillus opuAA 3.6.3.32 ko:K02000 ko02010,map02010 M00208 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.12 Bacillus 1UHNE@1239,1ZS1P@1386,4HA9P@91061,COG0517@1,COG0517@2,COG4175@1,COG4175@2 NA|NA|NA E glycine betaine -BSU_02990 224308.BSU02990 2.2e-127 461.8 Bacillus opuAB GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006836,GO:0008150,GO:0015695,GO:0015696,GO:0015871,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944 ko:K02001 ko02010,map02010 M00208 ko00000,ko00001,ko00002,ko02000 3.A.1.12 Bacillus 1UHRI@1239,1ZS1Q@1386,4IS7D@91061,COG4176@1,COG4176@2 NA|NA|NA P glycine betaine -BSU_03000 224308.BSU03000 9e-164 582.8 Bacillus opuAC GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0015695,GO:0015696,GO:0015697,GO:0015838,GO:0016020,GO:0031460,GO:0044464,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944,GO:0072337 ko:K02002 ko02010,map02010 M00208 ko00000,ko00001,ko00002,ko02000 3.A.1.12 Bacillus 1TP82@1239,1ZS5A@1386,4H9MM@91061,COG2113@1,COG2113@2 NA|NA|NA E glycine betaine -BSU_03010 224308.BSU03010 2e-219 768.1 Bacillus amhX ko:K14665 ko00000,ko01000,ko01002 Bacillus 1TQ7R@1239,1ZB9M@1386,4HB6M@91061,COG1473@1,COG1473@2 NA|NA|NA S amidohydrolase -BSU_03020 224308.BSU03020 1.7e-257 894.8 Bacillus ycgA Bacillus 1TQJ0@1239,1ZBC6@1386,4H9P7@91061,COG1288@1,COG1288@2 NA|NA|NA S Membrane -BSU_03030 224308.BSU03030 1.9e-98 365.2 Bacillus ycgB Bacillus 1W2X5@1239,1ZK8J@1386,291CP@1,2ZNZI@2,4I0H4@91061 NA|NA|NA -BSU_03040 224308.BSU03040 0.0 1342.4 Bacilli Bacillus 1TQSE@1239,4HEGR@91061,COG0366@1,COG0366@2 NA|NA|NA G alpha-amylase -BSU_03050 224308.BSU03050 5.6e-183 646.7 Bacillus ldh GO:0003674,GO:0003824,GO:0004457,GO:0004459,GO:0005975,GO:0006082,GO:0006090,GO:0006091,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016052,GO:0016053,GO:0016310,GO:0016491,GO:0016614,GO:0016616,GO:0017144,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042866,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046031,GO:0046034,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046939,GO:0051186,GO:0051188,GO:0055086,GO:0055114,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576 1.1.1.27 ko:K00016 ko00010,ko00270,ko00620,ko00640,ko01100,ko01110,ko01120,ko01130,ko04922,map00010,map00270,map00620,map00640,map01100,map01110,map01120,map01130,map04922 R00703,R01000,R03104 RC00031,RC00044 ko00000,ko00001,ko01000,ko04147 Bacillus 1TPSY@1239,1ZD2C@1386,4HB0Z@91061,COG0039@1,COG0039@2 NA|NA|NA C Belongs to the LDH MDH superfamily. LDH family -BSU_03060 224308.BSU03060 1.4e-292 1011.5 Bacillus lctP ko:K03303 ko00000,ko02000 2.A.14 Bacillus 1TQNM@1239,1ZC0U@1386,4HAF3@91061,COG1620@1,COG1620@2 NA|NA|NA C L-lactate permease -BSU_03070 224308.BSU03070 1.4e-268 931.8 Bacillus mdr GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 Bacillus 1VSW8@1239,1ZAS8@1386,4HUQC@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_03080 224308.BSU03080 5.7e-77 293.5 Bacillus ycgE GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1V8TC@1239,1ZBA1@1386,4HK9G@91061,COG1846@1,COG1846@2 NA|NA|NA K helix_turn_helix multiple antibiotic resistance protein -BSU_03090 224308.BSU03090 1.1e-112 412.5 Bacillus ycgF GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006820,GO:0006865,GO:0008150,GO:0008324,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015174,GO:0015181,GO:0015318,GO:0015711,GO:0015802,GO:0015807,GO:0015809,GO:0015849,GO:0015893,GO:0016020,GO:0022857,GO:0034220,GO:0042221,GO:0042493,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098655,GO:0098656,GO:1902023,GO:1903825,GO:1903826,GO:1905039,GO:1990822 Bacillus 1V1Q5@1239,1ZEMW@1386,4HFVQ@91061,COG1280@1,COG1280@2 NA|NA|NA E Lysine exporter protein LysE YggA -BSU_03100 224308.BSU03100 2.6e-151 541.2 Bacillus yqcI ko:K09190 ko00000 Bacillus 1US5K@1239,1ZQUM@1386,4HDGW@91061,COG3403@1,COG3403@2 NA|NA|NA S YqcI/YcgG family -BSU_03110 224308.BSU03110 9.6e-250 869.0 Bacillus ycgH GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03293 ko00000 2.A.3.1 Bacillus 1TP97@1239,1ZDGG@1386,4H9QX@91061,COG1113@1,COG1113@2 NA|NA|NA E COG1113 Gamma-aminobutyrate permease and related permeases -BSU_03120 224308.BSU03120 5.4e-112 410.2 Bacillus ycgI ko:K09967 ko00000 Bacillus 1V1VR@1239,1ZQJI@1386,4HVM7@91061,COG3665@1,COG3665@2 NA|NA|NA S Domain of unknown function (DUF1989) -BSU_03130 224308.BSU03130 2.6e-149 534.6 Bacillus nadE GO:0000003,GO:0003674,GO:0003824,GO:0003952,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006725,GO:0006732,GO:0006733,GO:0006734,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008795,GO:0009058,GO:0009108,GO:0009117,GO:0009165,GO:0009435,GO:0009987,GO:0016874,GO:0016879,GO:0016880,GO:0016884,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019637,GO:0019674,GO:0019954,GO:0030436,GO:0032502,GO:0034641,GO:0034654,GO:0043934,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046483,GO:0046496,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072524,GO:0072525,GO:0090407,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 6.3.1.5 ko:K01916 ko00760,ko01100,map00760,map01100 M00115 R00189 RC00100 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ38@1239,1ZBM2@1386,4HA2R@91061,COG0171@1,COG0171@2 NA|NA|NA H Catalyzes the ATP-dependent amidation of deamido-NAD to form NAD. Uses ammonia as a nitrogen source -BSU_03140 224308.BSU03140 4.3e-109 400.6 Bacillus tmrB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1V1TY@1239,1ZHR7@1386,4HIVE@91061,COG1660@1,COG1660@2 NA|NA|NA S AAA domain -BSU_03150 224308.BSU03150 5.1e-104 383.6 Bacillus aroK GO:0000287,GO:0003674,GO:0003824,GO:0004765,GO:0005488,GO:0006082,GO:0006520,GO:0006725,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019438,GO:0019632,GO:0019752,GO:0032787,GO:0043167,GO:0043169,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0046872,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901615 2.7.1.71 ko:K00891 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00022 R02412 RC00002,RC00078 ko00000,ko00001,ko00002,ko01000 Bacillus 1VA6Z@1239,1ZHX4@1386,4HKD6@91061,COG0703@1,COG0703@2 NA|NA|NA F Catalyzes the specific phosphorylation of the 3-hydroxyl group of shikimic acid using ATP as a cosubstrate -BSU_03160 224308.BSU03160 6.2e-145 520.0 Bacillus Bacillus 1UZN6@1239,1ZCA4@1386,4HB38@91061,COG0500@1,COG2226@2 NA|NA|NA Q ubiE/COQ5 methyltransferase family -BSU_03170 224308.BSU03170 3.8e-179 634.0 Bacillus ycgK ko:K04761 ko02026,map02026 ko00000,ko00001,ko03000 Bacillus 1UZ63@1239,1ZFCM@1386,4HDFA@91061,COG0583@1,COG0583@2 NA|NA|NA K LysR substrate binding domain -BSU_03180 224308.BSU03180 5e-184 650.2 Bacillus cah 3.1.1.41 ko:K01060 ko00311,ko01130,map00311,map01130 R03062 RC00020,RC00041 ko00000,ko00001,ko01000 Bacillus 1TS02@1239,1ZQXB@1386,4HD1F@91061,COG3458@1,COG3458@2 NA|NA|NA Q Acetyl xylan esterase (AXE1) -BSU_03190 224308.BSU03190 4.9e-145 520.4 Bacillus ycgL ko:K07074 ko00000 Bacillus 1TT57@1239,1ZBMK@1386,4HD38@91061,COG3541@1,COG3541@2 NA|NA|NA S Predicted nucleotidyltransferase -BSU_03200 224308.BSU03200 8.7e-170 602.8 Bacillus ycgM GO:0000166,GO:0003674,GO:0003824,GO:0004657,GO:0005488,GO:0006082,GO:0006520,GO:0006560,GO:0006562,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009063,GO:0009064,GO:0009065,GO:0009987,GO:0016054,GO:0016491,GO:0016645,GO:0019752,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046395,GO:0046483,GO:0046700,GO:0048037,GO:0050660,GO:0050662,GO:0055114,GO:0071704,GO:0071949,GO:0097159,GO:1901265,GO:1901360,GO:1901361,GO:1901363,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 ko:K00318 ko00330,ko01100,ko01110,ko01130,map00330,map01100,map01110,map01130 R10507 RC00083 ko00000,ko00001,ko01000 Bacillus 1TQV3@1239,1ZB5G@1386,4HAC1@91061,COG0506@1,COG0506@2 NA|NA|NA E Proline dehydrogenase -BSU_03210 224308.BSU03210 1.2e-293 1015.0 Bacillus rocA 1.2.1.88 ko:K00294 ko00250,ko00330,ko01100,map00250,map00330,map01100 R00245,R00707,R00708,R04444,R04445,R05051 RC00080,RC00216,RC00242,RC00255 ko00000,ko00001,ko01000 Bacillus 1TP4S@1239,1ZCI4@1386,4HBS1@91061,COG1012@1,COG1012@2 NA|NA|NA C Belongs to the aldehyde dehydrogenase family. RocA subfamily -BSU_03220 224308.BSU03220 5.2e-262 909.8 Bacillus ycgO ko:K11928 ko00000,ko02000 2.A.21.2 Bacillus 1TPVE@1239,1ZB64@1386,4H9KW@91061,COG0591@1,COG0591@2 NA|NA|NA E Belongs to the sodium solute symporter (SSF) (TC 2.A.21) family -BSU_03230 224308.BSU03230 2.8e-227 794.3 Bacillus ycgP Bacillus 1UYDU@1239,1ZQ0M@1386,4HFGP@91061,COG2508@1,COG2508@2 NA|NA|NA QT COG2508 Regulator of polyketide synthase expression -BSU_03240 224308.BSU03240 4.4e-147 527.3 Bacillus ycgQ ko:K08986 ko00000 Bacillus 1V3EX@1239,1ZAQN@1386,4HG9F@91061,COG3689@1,COG3689@2 NA|NA|NA S membrane -BSU_03250 224308.BSU03250 2e-139 501.9 Bacillus ycgR ko:K07089 ko00000 Bacillus 1TQHK@1239,1ZC03@1386,4HB25@91061,COG0701@1,COG0701@2 NA|NA|NA S permeases -BSU_03260 224308.BSU03260 9.6e-163 579.3 Bacillus Bacillus 1TUXD@1239,1ZEWP@1386,4HE1R@91061,COG2267@1,COG2267@2 NA|NA|NA I alpha/beta hydrolase fold -BSU_03270 224308.BSU03270 2.8e-193 681.0 Bacillus ycgT GO:0008150,GO:0009987,GO:0010035,GO:0010038,GO:0010039,GO:0042221,GO:0050896,GO:0051716,GO:0070887,GO:0071241,GO:0071248,GO:0071281 1.18.1.2,1.19.1.1 ko:K21567 ko00000,ko01000 Bacillus 1TRPN@1239,1ZB05@1386,4HACJ@91061,COG0492@1,COG0492@2 NA|NA|NA C Ferredoxin--NADP reductase -BSU_03280 224308.BSU03280 1.9e-283 981.1 Bacillus nasF GO:0003674,GO:0003824,GO:0004851,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008169,GO:0008757,GO:0009058,GO:0009987,GO:0016740,GO:0016741,GO:0018130,GO:0019354,GO:0019438,GO:0032259,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0044237,GO:0044249,GO:0044271,GO:0046148,GO:0046156,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.1.1.107,4.2.1.75 ko:K13542 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R03165,R03194 RC00003,RC00871,RC01861 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQNH@1239,1ZBV1@1386,4HBB7@91061,COG0007@1,COG0007@2,COG1587@1,COG1587@2 NA|NA|NA H Belongs to the precorrin methyltransferase family -BSU_03290 224308.BSU03290 7.7e-57 226.1 Bacillus nasE 1.7.1.15 ko:K00363 ko00910,ko01120,map00910,map01120 M00530 R00787 RC00176 ko00000,ko00001,ko00002,ko01000 iYO844.BSU03290 Bacillus 1VBNU@1239,1ZI6A@1386,4HKDI@91061,COG2146@1,COG2146@2 NA|NA|NA P Nitrite reductase -BSU_03300 224308.BSU03300 0.0 1606.3 Bacillus nasD 1.7.1.15 ko:K00362 ko00910,ko01120,map00910,map01120 M00530 R00787 RC00176 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQYX@1239,1ZQ9P@1386,4HASM@91061,COG1251@1,COG1251@2 NA|NA|NA C Belongs to the nitrite and sulfite reductase 4Fe-4S domain family -BSU_03310 224308.BSU03310 0.0 1427.2 Bacillus nasC ko:K00372 ko00910,ko01120,map00910,map01120 M00531 R00798,R01106 RC02812 ko00000,ko00001,ko00002,ko01000 Bacillus 1VTS0@1239,1ZBMY@1386,4HAZ4@91061,COG0243@1,COG0243@2 NA|NA|NA C Belongs to the prokaryotic molybdopterin-containing oxidoreductase family -BSU_03320 224308.BSU03320 0.0 1524.6 Bacillus nasB 1.7.1.15 ko:K00362 ko00910,ko01120,map00910,map01120 M00530 R00787 RC00176 ko00000,ko00001,ko00002,ko01000 Bacillus 1UIY8@1239,1ZS7B@1386,4ISWS@91061,COG1251@1,COG1251@2 NA|NA|NA C Assimilatory nitrate reductase (electron transfer subunit) -BSU_03330 224308.BSU03330 1.3e-221 775.4 Bacillus nasA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K02575 ko00910,map00910 M00615 ko00000,ko00001,ko00002,ko02000 2.A.1.8 iYO844.BSU03330 Bacillus 1TRS9@1239,1ZBQH@1386,4HCY1@91061,COG2223@1,COG2223@2 NA|NA|NA P COG2223 Nitrate nitrite transporter -BSU_03340 224308.BSU03340 2.4e-172 611.3 Bacillus folE2 3.5.4.16 ko:K09007 ko00790,ko01100,map00790,map01100 M00126 R00428,R04639,R05046,R05048 RC00263,RC00294,RC00323,RC00945,RC01188 ko00000,ko00001,ko00002,ko01000 Bacillus 1TTA1@1239,1ZBW2@1386,4H9P4@91061,COG1469@1,COG1469@2 NA|NA|NA S Converts GTP to 7,8-dihydroneopterin triphosphate -BSU_03350 224308.BSU03350 9.3e-109 399.4 Bacilli Bacillus 1V4KP@1239,4HIBF@91061,COG1376@1,COG1376@2 NA|NA|NA M ErfK YbiS YcfS YnhG -BSU_03360 224308.BSU03360 2.4e-228 797.7 Bacillus yciC Bacillus 1TPCG@1239,1ZCV4@1386,4HARN@91061,COG0523@1,COG0523@2 NA|NA|NA S GTPases (G3E family) -BSU_03370 224308.BSU03370 4.1e-116 424.1 Bacillus yckA GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 ko:K10009 ko02010,map02010 M00234 ko00000,ko00001,ko00002,ko02000 3.A.1.3.10,3.A.1.3.14 Bacillus 1TQ43@1239,1ZQ0X@1386,4HCZV@91061,COG0765@1,COG0765@2 NA|NA|NA P COG0765 ABC-type amino acid transport system, permease component -BSU_03380 224308.BSU03380 2.3e-132 478.4 Bacillus yckB ko:K02424 ko02010,map02010 M00234 ko00000,ko00001,ko00002,ko02000,ko02035 3.A.1.3.10,3.A.1.3.14 Bacillus 1UHHG@1239,1ZDH6@1386,4H9NX@91061,COG0834@1,COG0834@2 NA|NA|NA ET COG0834 ABC-type amino acid transport signal transduction systems, periplasmic component domain -BSU_03390 224308.BSU03390 7.3e-77 293.1 Bacillus yckC Bacillus 1V6N5@1239,1ZI28@1386,4HJRB@91061,COG1714@1,COG1714@2 NA|NA|NA S membrane -BSU_03400 224308.BSU03400 5.9e-52 209.9 Bacillus yckD Bacillus 1V1PR@1239,1ZIVA@1386,28P1F@1,2ZBXS@2,4IAIX@91061 NA|NA|NA S Protein of unknown function (DUF2680) -BSU_03410 224308.BSU03410 2e-298 1030.8 Bacillus yckE GO:0003674,GO:0003824,GO:0004553,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0008422,GO:0015926,GO:0016787,GO:0016798,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:1901135,GO:1901657 3.2.1.86 ko:K01223 ko00010,ko00500,map00010,map00500 R00839,R05133,R05134 RC00049,RC00171,RC00714 ko00000,ko00001,ko01000 GT1 Bacillus 1TP19@1239,1ZBF2@1386,4H9KU@91061,COG2723@1,COG2723@2 NA|NA|NA G Belongs to the glycosyl hydrolase 1 family -BSU_03420 224308.BSU03420 5.8e-70 270.0 Bacillus nin GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1W3MU@1239,1ZJNH@1386,295FN@1,2ZSTE@2,4I00N@91061 NA|NA|NA S Competence protein J (ComJ) -BSU_03430 224308.BSU03430 5.4e-72 276.9 Bacillus nucA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1V89J@1239,1ZG0N@1386,4HJVE@91061,COG3209@1,COG3209@2 NA|NA|NA M Deoxyribonuclease NucA/NucB -BSU_03440 224308.BSU03440 3e-187 661.8 Bacillus tlpC ko:K03406 ko02020,ko02030,map02020,map02030 ko00000,ko00001,ko02035 Bacillus 1TP5A@1239,1ZBEA@1386,4H9RZ@91061,COG0840@1,COG0840@2,COG3290@1,COG3290@2 NA|NA|NA NT chemotaxis protein -BSU_03450 224308.BSU03450 7.8e-97 359.8 Bacillus hxlB 5.3.1.27 ko:K08094 ko00030,ko00680,ko01100,ko01120,ko01200,ko01230,map00030,map00680,map01100,map01120,map01200,map01230 M00345,M00580 R05339,R09780 RC00377 ko00000,ko00001,ko00002,ko01000 Bacillus 1UYG2@1239,1ZRNW@1386,4IQVK@91061,COG0794@1,COG0794@2 NA|NA|NA G SIS domain -BSU_03460 224308.BSU03460 5.5e-107 393.7 Bacillus hxlA GO:0003674,GO:0003824,GO:0004590,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006206,GO:0006207,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009112,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0018130,GO:0019856,GO:0034641,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046112,GO:0046483,GO:0055086,GO:0071704,GO:0072527,GO:0072528,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 4.1.2.43 ko:K08093 ko00030,ko00680,ko01100,ko01120,ko01200,ko01230,map00030,map00680,map01100,map01120,map01200,map01230 M00345,M00580 R05338 RC00421,RC00422 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ55@1239,1ZBDI@1386,4HBMT@91061,COG0269@1,COG0269@2 NA|NA|NA G 3-hexulose-6-phosphate synthase -BSU_03470 224308.BSU03470 2.1e-63 248.1 Bacillus hxlR Bacillus 1VA9M@1239,1ZH1P@1386,4HH0A@91061,COG1733@1,COG1733@2 NA|NA|NA K transcriptional -BSU_03480 224308.BSU03480 0.0 7096.5 Bacillus srfAA ko:K15654,ko:K15655,ko:K16119 ko01054,ko02024,map01054,map02024 ko00000,ko00001,ko01008 Bacillus 1TPTH@1239,1ZB3S@1386,4HAHU@91061,COG1020@1,COG1020@2 NA|NA|NA Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall -BSU_03490 224308.BSU03490 0.0 7077.6 Bacillus srfAB ko:K15654,ko:K15655,ko:K16120 ko01054,ko02024,map01054,map02024 ko00000,ko00001,ko01008 Bacillus 1TPTH@1239,1ZB3S@1386,4HAHU@91061,COG1020@1,COG1020@2 NA|NA|NA Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall -BSU_03510 224308.BSU03510 0.0 2541.1 Bacillus srfAC ko:K15656,ko:K16121 ko01054,ko02024,map01054,map02024 ko00000,ko00001,ko01008 Bacillus 1VRPH@1239,1ZREH@1386,4HT9K@91061,COG1020@1,COG1020@2 NA|NA|NA Q COG1020 Non-ribosomal peptide synthetase modules and related proteins -BSU_03520 224308.BSU03520 9.8e-140 502.7 Bacillus srfAD GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006629,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0044238,GO:0044424,GO:0044464,GO:0071704,GO:1901576 ko:K15657 ko02024,map02024 ko00000,ko00001,ko01008 Bacillus 1V3KR@1239,1ZEUW@1386,4HIG8@91061,COG3208@1,COG3208@2 NA|NA|NA Q thioesterase -BSU_03530 224308.BSU03530 7.2e-228 796.2 Bacillus Bacillus 1UIY9@1239,1ZS7C@1386,4HZ4P@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major Facilitator Superfamily -BSU_03540 224308.BSU03540 1.1e-90 339.3 Bacillus Bacillus 1VF3X@1239,1ZKJM@1386,2E30Y@1,32Y1E@2,4HNVI@91061 NA|NA|NA S YcxB-like protein -BSU_03550 224308.BSU03550 1.3e-163 582.4 Bacillus ycxC Bacillus 1TYSF@1239,1ZBXE@1386,4HE6N@91061,COG0697@1,COG0697@2 NA|NA|NA EG EamA-like transporter family -BSU_03560 224308.BSU03560 7.5e-255 885.9 Bacillus ycxD Bacillus 1TPS5@1239,1ZCK8@1386,4HBNK@91061,COG1167@1,COG1167@2 NA|NA|NA K GntR family transcriptional regulator -BSU_03569 1051501.AYTL01000031_gene1528 7.9e-21 105.5 Bacillus sfp ko:K06133 ko00770,map00770 R01625 RC00002 ko00000,ko00001,ko01000 Bacillus 1VEYZ@1239,1ZHU1@1386,4HIVV@91061,COG2091@1,COG2091@2 NA|NA|NA H Belongs to the P-Pant transferase superfamily -BSU_03570 1051501.AYTL01000031_gene1528 5.7e-75 287.0 Bacillus sfp ko:K06133 ko00770,map00770 R01625 RC00002 ko00000,ko00001,ko01000 Bacillus 1VEYZ@1239,1ZHU1@1386,4HIVV@91061,COG2091@1,COG2091@2 NA|NA|NA H Belongs to the P-Pant transferase superfamily -BSU_03580 224308.BSU03580 9.7e-115 419.5 Bacillus yczE GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006553,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0008897,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009987,GO:0016053,GO:0016740,GO:0016772,GO:0016780,GO:0019752,GO:0019878,GO:0043436,GO:0043900,GO:0043902,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0065007,GO:0071704,GO:1900190,GO:1900192,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 ko:K07149 ko00000 Bacillus 1V47R@1239,1ZG36@1386,4HGYQ@91061,COG2364@1,COG2364@2 NA|NA|NA S membrane -BSU_03590 224308.BSU03590 4.8e-134 483.8 Bacillus tcyC ko:K10010 ko02010,map02010 M00234 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.3.10,3.A.1.3.14 Bacillus 1TNYD@1239,1ZB2E@1386,4H9WY@91061,COG1126@1,COG1126@2 NA|NA|NA E COG1126 ABC-type polar amino acid transport system, ATPase component -BSU_03600 224308.BSU03600 1e-122 446.0 Bacillus tcyB GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 ko:K10009 ko02010,map02010 M00234 ko00000,ko00001,ko00002,ko02000 3.A.1.3.10,3.A.1.3.14 iYO844.BSU03600 Bacillus 1TPQ8@1239,1ZBG5@1386,4H9N1@91061,COG0765@1,COG0765@2 NA|NA|NA P COG0765 ABC-type amino acid transport system, permease component -BSU_03610 224308.BSU03610 2.6e-141 508.1 Bacillus tcyA ko:K02424 ko02010,map02010 M00234 ko00000,ko00001,ko00002,ko02000,ko02035 3.A.1.3.10,3.A.1.3.14 Bacillus 1TR13@1239,1ZCH3@1386,4HBRP@91061,COG0834@1,COG0834@2 NA|NA|NA ET Belongs to the bacterial solute-binding protein 3 family -BSU_03620 224308.BSU03620 8.3e-162 576.2 Bacillus GO:0000976,GO:0000984,GO:0000986,GO:0000987,GO:0001017,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0097159,GO:1901363,GO:1990837 ko:K21755 ko00000,ko03000 Bacillus 1UXFR@1239,1ZFHD@1386,4HBNZ@91061,COG0583@1,COG0583@2 NA|NA|NA K LysR substrate binding domain -BSU_03630 224308.BSU03630 3.4e-109 401.0 Bacillus ubiX GO:0003674,GO:0003824,GO:0006732,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0044237,GO:0044249,GO:0051186,GO:0051188 2.5.1.129 ko:K03186 ko00130,ko00627,ko00940,ko01100,ko01110,ko01120,ko01220,map00130,map00627,map00940,map01100,map01110,map01120,map01220 M00117 R01238,R02952,R03367,R04985,R04986,R11225 RC00391,RC00814,RC03392 ko00000,ko00001,ko00002,ko01000 Bacillus 1V3JV@1239,1ZFID@1386,4HFZX@91061,COG0163@1,COG0163@2 NA|NA|NA H Flavin prenyltransferase that catalyzes the synthesis of the prenylated FMN cofactor (prenyl-FMN) for 4-hydroxy-3- polyprenylbenzoic acid decarboxylase UbiD. The prenyltransferase is metal-independent and links a dimethylallyl moiety from dimethylallyl monophosphate (DMAP) to the flavin N5 and C6 atoms of FMN -BSU_03640 224308.BSU03640 3.1e-283 980.3 Bacillus yclC GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0016829,GO:0016830,GO:0016831,GO:0044424,GO:0044464 4.1.1.61 ko:K01612,ko:K16874 ko00365,ko00627,ko01120,ko01220,map00365,map00627,map01120,map01220 R01238,R10213 RC00391,RC03086 ko00000,ko00001,ko01000 Bacillus 1TQ6V@1239,1ZR0K@1386,4HM1D@91061,COG0043@1,COG0043@2 NA|NA|NA H Decarboxylase involved in the decarboxylation and detoxification of phenolic derivatives under both aerobic and anaerobic conditions. It is able to catalyze the reversible decarboxylation of 4-hydroxybenzoate -BSU_03651 224308.BSU03651 5.1e-39 166.4 Bacillus 4.1.1.61 ko:K21759 ko00627,ko01120,ko01220,map00627,map01120,map01220 R01238 RC00391 ko00000,ko00001,ko01000 Bacillus 1VM7H@1239,1ZJD7@1386,2CK9M@1,32SBW@2,4HY8Z@91061 NA|NA|NA S response to toxic substance -BSU_03652 224308.BSU03652 1.8e-83 315.1 Bacillus Bacillus 1VD47@1239,1ZIAY@1386,2DAI9@1,32TVI@2,4HKCX@91061 NA|NA|NA -BSU_03660 224308.BSU03660 1.1e-161 575.9 Bacilli Bacillus 1UZ0T@1239,4HBH8@91061,COG0596@1,COG0596@2 NA|NA|NA S Alpha beta hydrolase -BSU_03670 224308.BSU03670 2.5e-267 927.5 Bacillus yclF ko:K03305 ko00000 2.A.17 Bacillus 1TP81@1239,1ZAVZ@1386,4HAF2@91061,COG3104@1,COG3104@2 NA|NA|NA E amino acid peptide transporter -BSU_03680 224308.BSU03680 4.9e-310 1069.7 Bacillus yclG Bacillus 1V161@1239,1ZDR3@1386,4HUBB@91061,COG5434@1,COG5434@2 NA|NA|NA M Pectate lyase superfamily protein -BSU_03700 224308.BSU03700 1.2e-281 975.3 Bacillus gerKA ko:K06295,ko:K06307 ko00000 Bacillus 1TP7K@1239,1ZBEF@1386,4HAH1@91061,COG0697@1,COG0697@2 NA|NA|NA EG Spore germination protein -BSU_03710 224308.BSU03710 2.2e-232 811.2 Bacillus gerKC ko:K06297 ko00000 Bacillus 1TRSN@1239,1ZDF7@1386,2DBJR@1,2Z9N7@2,4HCDI@91061 NA|NA|NA S spore germination -BSU_03720 224308.BSU03720 2.2e-199 701.4 Bacillus gerKB ko:K06296 ko00000,ko02000 2.A.3.9.3 Bacillus 1UI3Y@1239,1ZS7D@1386,4ISCI@91061,COG1457@1,COG1457@2 NA|NA|NA F Spore germination protein -BSU_03730 224308.BSU03730 8.6e-122 443.0 Bacillus yclH ko:K02003 M00258 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TP5M@1239,1ZPYV@1386,4HD2M@91061,COG1136@1,COG1136@2 NA|NA|NA P ABC transporter -BSU_03740 224308.BSU03740 3e-204 718.0 Bacillus yclI GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K02004 M00258 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TPSE@1239,1ZBS7@1386,4HCAX@91061,COG0577@1,COG0577@2 NA|NA|NA V ABC transporter (permease) YclI -BSU_03750 224308.BSU03750 2.3e-127 461.5 Bacillus yclJ ko:K02483 ko00000,ko02022 Bacillus 1TQUQ@1239,1ZD4W@1386,4HAXP@91061,COG0745@1,COG0745@2 NA|NA|NA T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain -BSU_03760 224308.BSU03760 4e-262 910.2 Bacillus Bacillus 1TQ1H@1239,1ZS7E@1386,4IS6U@91061,COG3850@1,COG3850@2,COG5002@1,COG5002@2 NA|NA|NA T HAMP (Histidine kinases, Adenylyl cyclases, Methyl binding proteins, Phosphatases) domain -BSU_03770 326423.RBAM_019730 8.9e-71 274.2 Bacillus rapA1 ko:K06359 ko02024,map02024 ko00000,ko00001,ko01000 Bacillus 1W0TS@1239,1ZCCQ@1386,4HZ05@91061,COG0457@1,COG0457@2 NA|NA|NA S aspartate phosphatase -BSU_03790 224308.BSU03790 2.5e-253 880.9 Bacillus yclM GO:0000166,GO:0003674,GO:0003824,GO:0004072,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006553,GO:0006793,GO:0006796,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016774,GO:0017076,GO:0019202,GO:0019752,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0046451,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.2.4 ko:K00928 ko00260,ko00261,ko00270,ko00300,ko01100,ko01110,ko01120,ko01130,ko01210,ko01230,map00260,map00261,map00270,map00300,map01100,map01110,map01120,map01130,map01210,map01230 M00016,M00017,M00018,M00033,M00525,M00526,M00527 R00480 RC00002,RC00043 ko00000,ko00001,ko00002,ko01000 iYO844.BSU03790 Bacillus 1TPQJ@1239,1ZBR5@1386,4HAEP@91061,COG0527@1,COG0527@2 NA|NA|NA E Belongs to the aspartokinase family -BSU_03800 224308.BSU03800 2.6e-161 574.7 Bacillus yclN ko:K02015 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 Bacillus 1TSQX@1239,1ZB32@1386,4H9P2@91061,COG4606@1,COG4606@2 NA|NA|NA P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily -BSU_03810 224308.BSU03810 4.3e-164 583.9 Bacillus yclO ko:K02015 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 Bacillus 1TP3V@1239,1ZB2F@1386,4HAHE@91061,COG4605@1,COG4605@2 NA|NA|NA P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily -BSU_03820 224308.BSU03820 8.1e-137 493.0 Bacillus yclP 3.6.3.34 ko:K02013 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.14 Bacillus 1UHP5@1239,1ZB9F@1386,4HBJE@91061,COG4604@1,COG4604@2 NA|NA|NA P ABC transporter, ATP-binding protein -BSU_03830 224308.BSU03830 9.4e-175 619.4 Bacillus yclQ GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 ko:K02016 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 iYO844.BSU03830 Bacillus 1UXCZ@1239,1ZB26@1386,4HAMP@91061,COG4607@1,COG4607@2 NA|NA|NA P COG4607 ABC-type enterochelin transport system, periplasmic component -BSU_03840 224308.BSU03840 2.4e-251 874.4 Bacillus ycnB Bacillus 1TPRN@1239,1ZAXQ@1386,4H9VV@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_03850 224308.BSU03850 1.1e-153 549.3 Bacillus ycnC GO:0003674,GO:0003700,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 Bacillus 1V783@1239,1ZFCZ@1386,4HIR7@91061,COG1309@1,COG1309@2 NA|NA|NA K Transcriptional regulator -BSU_03860 224308.BSU03860 7.5e-135 486.5 Bacillus 1.5.1.39 ko:K10678,ko:K19286 ko00633,ko00740,ko01100,ko01120,map00633,map00740,map01100,map01120 R05705,R05706,R08014,R08017,R08042 RC00126,RC00250 ko00000,ko00001,ko01000 Bacillus 1UB8S@1239,1ZBQ3@1386,4HEGP@91061,COG0778@1,COG0778@2 NA|NA|NA C Oxidoreductase -BSU_03870 224308.BSU03870 2.7e-45 187.6 Bacillus ycnE GO:0003674,GO:0003824 Bacillus 1VG4T@1239,1ZJAH@1386,4HPNQ@91061,COG1359@1,COG1359@2 NA|NA|NA S Monooxygenase -BSU_03880 224308.BSU03880 3.6e-51 207.2 Bacillus yczG GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1U4AD@1239,1ZQGK@1386,4HZN5@91061,COG0640@1,COG0640@2 NA|NA|NA K helix_turn_helix, Arsenical Resistance Operon Repressor -BSU_03890 224308.BSU03890 2.3e-273 947.6 Bacillus gabR ko:K00375 ko00000,ko03000 Bacillus 1TPS5@1239,1ZB5R@1386,4HB2U@91061,COG1167@1,COG1167@2 NA|NA|NA K COG1167 Transcriptional regulators containing a DNA-binding HTH domain and an aminotransferase domain (MocR family) and their eukaryotic orthologs -BSU_03900 224308.BSU03900 7.4e-247 859.4 Bacillus gabT GO:0003674,GO:0003824,GO:0003867,GO:0008483,GO:0016740,GO:0016769 2.6.1.19,2.6.1.22 ko:K00823,ko:K07250 ko00250,ko00280,ko00410,ko00640,ko00650,ko01100,ko01120,map00250,map00280,map00410,map00640,map00650,map01100,map01120 M00027 R00908,R01648,R04188 RC00006,RC00062,RC00160 ko00000,ko00001,ko00002,ko01000,ko01007 Bacillus 1VS6F@1239,1ZAZ9@1386,4H9M7@91061,COG0160@1,COG0160@2 NA|NA|NA E Belongs to the class-III pyridoxal-phosphate-dependent aminotransferase family -BSU_03910 224308.BSU03910 5.8e-266 922.9 Bacillus gabD GO:0000166,GO:0001505,GO:0003674,GO:0003824,GO:0004777,GO:0005488,GO:0006082,GO:0006105,GO:0006520,GO:0006536,GO:0006538,GO:0006540,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009063,GO:0009064,GO:0009065,GO:0009448,GO:0009450,GO:0009987,GO:0016054,GO:0016491,GO:0016620,GO:0016903,GO:0017144,GO:0019752,GO:0032787,GO:0036094,GO:0042133,GO:0042135,GO:0043436,GO:0043648,GO:0043649,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046395,GO:0048037,GO:0050662,GO:0051287,GO:0055114,GO:0065007,GO:0065008,GO:0071704,GO:0072329,GO:0097159,GO:1901265,GO:1901363,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 1.2.1.16,1.2.1.20,1.2.1.79 ko:K00135 ko00250,ko00310,ko00350,ko00650,ko00760,ko01100,ko01120,map00250,map00310,map00350,map00650,map00760,map01100,map01120 M00027 R00713,R00714,R02401 RC00080 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP4S@1239,1ZAXK@1386,4H9MF@91061,COG1012@1,COG1012@2 NA|NA|NA C Catalyzes the oxidation of malonate semialdehyde (MSA) and methylmalonate semialdehyde (MMSA) into acetyl-CoA and propanoyl-CoA, respectively -BSU_03920 224308.BSU03920 1.4e-148 532.3 Bacillus glcU GO:0003674,GO:0005215,GO:0005355,GO:0006810,GO:0008150,GO:0008643,GO:0008645,GO:0015144,GO:0015145,GO:0015149,GO:0015749,GO:0022857,GO:0034219,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:1904659 ko:K05340 ko00000,ko02000 2.A.7.5 Bacillus 1TQBN@1239,1ZE1R@1386,4HAVH@91061,COG4975@1,COG4975@2 NA|NA|NA U Glucose uptake -BSU_03930 224308.BSU03930 1.7e-145 521.9 Bacillus gdh 1.1.1.47 ko:K00034 ko00030,ko01120,ko01200,map00030,map01120,map01200 R01520,R01521 RC00066 ko00000,ko00001,ko01000 iYO844.BSU03930 Bacillus 1TR5M@1239,1ZD11@1386,4HCD2@91061,COG1028@1,COG1028@2 NA|NA|NA IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) -BSU_03940 224308.BSU03940 4.4e-101 374.0 Bacillus ycnI Bacillus 1V509@1239,1ZGDU@1386,4HH2V@91061,COG4549@1,COG4549@2 NA|NA|NA S protein conserved in bacteria -BSU_03950 224308.BSU03950 2.5e-308 1063.9 Bacillus ycnJ GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K14166 ko00000,ko02000 Bacillus 1V0AI@1239,1ZEHB@1386,4HDZZ@91061,COG1276@1,COG1276@2,COG2372@1,COG2372@2 NA|NA|NA P protein, homolog of Cu resistance protein CopC -BSU_03960 224308.BSU03960 2.9e-107 394.4 Bacillus ycnK ko:K21601 ko00000,ko03000 Bacillus 1V2NI@1239,1ZGG8@1386,4HG3I@91061,COG1349@1,COG1349@2 NA|NA|NA K COG1349 Transcriptional regulators of sugar metabolism -BSU_03970 1051501.AYTL01000031_gene1485 1.2e-55 222.2 Bacillus Bacillus 1U8TT@1239,1ZKJI@1386,2C03Z@1,30154@2,4IIS6@91061 NA|NA|NA -BSU_03981 224308.BSU03981 9.6e-240 835.9 Bacillus mtlA GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563 2.7.1.197 ko:K02799,ko:K02800 ko00051,ko02060,map00051,map02060 M00274 R02704 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.2.1.12,4.A.2.1.2,4.A.2.1.24,4.A.2.1.5 Bacillus 1TPE3@1239,1ZC81@1386,4HAVV@91061,COG2213@1,COG2213@2 NA|NA|NA G COG2213 Phosphotransferase system, mannitol-specific IIBC component -BSU_03982 224308.BSU03982 3.3e-71 274.2 Bacillus mtlF GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563 2.7.1.197 ko:K02798 ko00051,ko02060,map00051,map02060 M00274 R02704 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.2.1.12,4.A.2.1.2,4.A.2.1.24,4.A.2.1.5 Bacillus 1V77P@1239,1ZETZ@1386,4HIM2@91061,COG4668@1,COG4668@2 NA|NA|NA G COG4668 Mannitol fructose-specific phosphotransferase system, IIA domain -BSU_03990 224308.BSU03990 1.2e-210 738.8 Bacillus mtlD GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0006059,GO:0006066,GO:0008150,GO:0008152,GO:0008926,GO:0009056,GO:0009987,GO:0016052,GO:0016491,GO:0016614,GO:0016616,GO:0019400,GO:0019405,GO:0019407,GO:0019592,GO:0019594,GO:0019751,GO:0044237,GO:0044238,GO:0044248,GO:0044262,GO:0044275,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046164,GO:0046174,GO:0055114,GO:0071704,GO:1901575,GO:1901615,GO:1901616 1.1.1.17 ko:K00009 ko00051,map00051 R02703 RC00085 ko00000,ko00001,ko01000 Bacillus 1TPZU@1239,1ZD4H@1386,4H9S3@91061,COG0246@1,COG0246@2 NA|NA|NA G COG0246 Mannitol-1-phosphate altronate dehydrogenases -BSU_04000 224308.BSU04000 4.5e-202 710.3 Bacillus ycsA 1.1.1.83,1.1.1.93,4.1.1.73 ko:K07246 ko00630,ko00650,map00630,map00650 R00215,R01751,R02545,R06180 RC00084,RC00105,RC00594 ko00000,ko00001,ko01000 Bacillus 1TPEM@1239,1ZB1V@1386,4HA76@91061,COG0473@1,COG0473@2 NA|NA|NA CE Tartrate dehydrogenase -BSU_04010 224308.BSU04010 4.2e-98 364.0 Bacillus sipT GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.4.21.89 ko:K03100 ko02024,ko03060,map02024,map03060 ko00000,ko00001,ko01000,ko01002 Bacillus 1V2BJ@1239,1ZGNJ@1386,4HGCB@91061,COG0681@1,COG0681@2 NA|NA|NA U Belongs to the peptidase S26 family -BSU_04020 224308.BSU04020 8.5e-113 412.9 Bacillus Bacillus 1V78Q@1239,1ZFXV@1386,4HDAM@91061,COG0412@1,COG0412@2 NA|NA|NA Q COG0412 Dienelactone hydrolase and related enzymes -BSU_04030 224308.BSU04030 9.1e-68 262.7 Bacillus ycsD 4.2.1.59 ko:K02372 ko00061,ko00780,ko01100,ko01212,map00061,map00780,map01100,map01212 M00083,M00572 R04428,R04535,R04537,R04544,R04568,R04954,R04965,R07764,R10117,R10121 RC00831,RC01095 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1VXZP@1239,1ZNA6@1386,4HXDJ@91061,COG0764@1,COG0764@2 NA|NA|NA I FabA-like domain -BSU_04040 224308.BSU04040 1.4e-136 492.3 Bacillus ycsE 3.1.3.104 ko:K21064 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R07280 RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1TR2E@1239,1ZQ4E@1386,4HFXT@91061,COG0561@1,COG0561@2 NA|NA|NA S Sucrose-6F-phosphate phosphohydrolase -BSU_04050 224308.BSU04050 2.7e-140 504.6 Bacillus ycsF ko:K07160 ko00000 Bacillus 1TR8X@1239,1ZC6W@1386,4H9PF@91061,COG1540@1,COG1540@2 NA|NA|NA S Belongs to the UPF0271 (lamB) family -BSU_04060 224308.BSU04060 1.1e-212 745.7 Bacillus ycsG Bacillus 1TP0Q@1239,1ZC68@1386,4HAYE@91061,COG1914@1,COG1914@2 NA|NA|NA P COG1914 Mn2 and Fe2 transporters of the NRAMP family -BSU_04070 224308.BSU04070 1.2e-148 532.3 Bacillus ycsI Bacillus 1TRY8@1239,1ZB87@1386,4HCWD@91061,COG4336@1,COG4336@2 NA|NA|NA S Belongs to the D-glutamate cyclase family -BSU_04080 224308.BSU04080 3.2e-135 487.6 Bacillus kipI ko:K06351 ko00000 Bacillus 1TTBZ@1239,1ZDVS@1386,4HHJJ@91061,COG2049@1,COG2049@2 NA|NA|NA E Allophanate hydrolase subunit 1 -BSU_04090 224308.BSU04090 8.6e-187 659.4 Bacillus kipA ko:K06350 ko00000 Bacillus 1TR6U@1239,1ZCFE@1386,4HACC@91061,COG1984@1,COG1984@2 NA|NA|NA E Allophanate hydrolase subunit 2 -BSU_04100 224308.BSU04100 1.6e-132 478.8 Bacillus kipR GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:2000112,GO:2000113,GO:2001141 Bacillus 1TQS2@1239,1ZDMV@1386,4HBYR@91061,COG1414@1,COG1414@2 NA|NA|NA K Transcriptional regulator -BSU_04110 224308.BSU04110 2.2e-119 434.9 Bacillus ycsK GO:0006629,GO:0008150,GO:0008152,GO:0009056,GO:0016042,GO:0044238,GO:0071704,GO:1901575 Bacillus 1VAXZ@1239,1ZETN@1386,4HNDB@91061,COG2755@1,COG2755@2 NA|NA|NA E anatomical structure formation involved in morphogenesis -BSU_04130 224308.BSU04130 2.4e-49 201.1 Bacillus yczJ Bacillus 1VCZF@1239,1ZH5C@1386,4HMH1@91061,COG2329@1,COG2329@2 NA|NA|NA S biosynthesis -BSU_04140 224308.BSU04140 0.0 1331.2 Bacillus pbpC ko:K21467 ko00000,ko01011 Bacillus 1TQHY@1239,1ZAX9@1386,4H9MT@91061,COG0768@1,COG0768@2 NA|NA|NA M Penicillin-binding Protein -BSU_04150 224308.BSU04150 4.7e-176 623.6 Bacillus ycsN Bacillus 1TQ12@1239,1ZD8D@1386,4HA57@91061,COG4989@1,COG4989@2 NA|NA|NA S Oxidoreductase -BSU_04160 224308.BSU04160 0.0 1322.0 Bacillus mtlR ko:K03483 ko00000,ko03000 Bacillus 1TQT1@1239,1ZBYI@1386,4HABH@91061,COG3711@1,COG3711@2 NA|NA|NA K transcriptional regulator, MtlR -BSU_04170 224308.BSU04170 2.5e-294 1017.3 Bacillus ydaB Bacillus 1TPSX@1239,1ZEIH@1386,4HACS@91061,COG0318@1,COG0318@2 NA|NA|NA IQ acyl-CoA ligase -BSU_04180 224308.BSU04180 1.6e-99 368.6 Bacillus ydaC Bacillus 1V9BF@1239,1ZGGF@1386,4HK9K@91061,COG0500@1,COG2226@2 NA|NA|NA Q Methyltransferase domain -BSU_04190 224308.BSU04190 2.4e-161 574.7 Bacillus ydaD Bacillus 1TR53@1239,1ZAS0@1386,4HB8Y@91061,COG1028@1,COG1028@2 NA|NA|NA IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) -BSU_04200 224308.BSU04200 2.1e-96 358.2 Bacillus ydaE 5.3.1.15 ko:K09988 ko00040,map00040 R01898 RC00516 ko00000,ko00001,ko01000 Bacillus 1UI65@1239,1ZGCF@1386,4ISF6@91061,COG1917@1,COG1917@2 NA|NA|NA S Cupin 2, conserved barrel domain protein -BSU_04210 224308.BSU04210 8.5e-104 382.9 Bacillus ydaF GO:0003674,GO:0003824,GO:0004596,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006464,GO:0006473,GO:0006474,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0008999,GO:0009987,GO:0010467,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0017198,GO:0018193,GO:0018209,GO:0019538,GO:0030920,GO:0031365,GO:0034212,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0051604,GO:0071704,GO:1901564,GO:1990189 ko:K03817 ko00000,ko01000,ko03009 Bacillus 1V3NE@1239,1ZEC8@1386,4HG1N@91061,COG1670@1,COG1670@2 NA|NA|NA J COG1670 Acetyltransferases, including N-acetylases of ribosomal proteins -BSU_04220 224308.BSU04220 1.2e-76 292.4 Bacillus ydaG Bacillus 1V6MX@1239,1ZH2Z@1386,4HIYZ@91061,COG3871@1,COG3871@2 NA|NA|NA S general stress protein -BSU_04230 224308.BSU04230 7e-139 500.0 Bacillus amj Bacillus 1TT4K@1239,1ZCHB@1386,28NMK@1,2ZBN3@2,4HBFT@91061 NA|NA|NA U Involved in peptidoglycan biosynthesis. Transports lipid-linked peptidoglycan precursors from the inner to the outer leaflet of the cytoplasmic membrane -BSU_04240 224308.BSU04240 6.6e-47 193.0 Bacillus ydzA GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 Bacillus 1VGN4@1239,1ZIWN@1386,4HNVP@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_04250 224308.BSU04250 3.2e-74 284.3 Bacillus lrpC GO:0001101,GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0042221,GO:0043200,GO:0043565,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1901698,GO:1901700,GO:1903506,GO:2000112,GO:2001141 ko:K03719 ko00000,ko03000,ko03036 Bacillus 1V93E@1239,1ZS0N@1386,4IS27@91061,COG1522@1,COG1522@2 NA|NA|NA K Transcriptional regulator -BSU_04260 224308.BSU04260 0.0 1427.2 Bacillus topB 5.99.1.2 ko:K03169 ko00000,ko01000,ko03032 Bacillus 1TPJD@1239,1ZBEG@1386,4HAZV@91061,COG0550@1,COG0550@2,COG0551@1,COG0551@2 NA|NA|NA L Releases the supercoiling and torsional tension of DNA, which is introduced during the DNA replication and transcription, by transiently cleaving and rejoining one strand of the DNA duplex. Introduces a single-strand break via transesterification at a target site in duplex DNA. The scissile phosphodiester is attacked by the catalytic tyrosine of the enzyme, resulting in the formation of a DNA-(5'-phosphotyrosyl)-enzyme intermediate and the expulsion of a 3'-OH DNA strand. The free DNA strand then undergoes passage around the unbroken strand, thus removing DNA supercoils. Finally, in the religation step, the DNA 3'-OH attacks the covalent intermediate to expel the active-site tyrosine and restore the DNA phosphodiester backbone -BSU_04270 224308.BSU04270 3.3e-208 730.7 Bacillus ydaJ Bacillus 1V4ZT@1239,1ZR17@1386,4HG8R@91061,COG3405@1,COG3405@2 NA|NA|NA M Belongs to the glycosyl hydrolase 8 (cellulase D) family -BSU_04280 224308.BSU04280 3.4e-152 544.3 Bacillus ydaK Bacillus 1VHAN@1239,1ZFFR@1386,4HQWC@91061,COG2199@1,COG3706@2 NA|NA|NA T Diguanylate cyclase, GGDEF domain -BSU_04290 224308.BSU04290 0.0 1124.4 Bacillus ydaL Bacillus 1TSDC@1239,1ZDYW@1386,4HD1Q@91061,COG5298@1,COG5298@2 NA|NA|NA S Uncharacterized protein conserved in bacteria (DUF2334) -BSU_04300 224308.BSU04300 7.7e-233 812.8 Bacillus ydaM Bacillus 1TRCI@1239,1ZE8G@1386,4HAAK@91061,COG1215@1,COG1215@2 NA|NA|NA M Glycosyl transferase family group 2 -BSU_04310 224308.BSU04310 0.0 1332.0 Bacillus ydaN GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1V3ZA@1239,1ZFHW@1386,28HGC@1,2Z7S8@2,4IRWX@91061 NA|NA|NA S Bacterial cellulose synthase subunit -BSU_04320 224308.BSU04320 0.0 1147.9 Bacillus ydaO GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015179,GO:0015291,GO:0015297,GO:0015318,GO:0015711,GO:0015807,GO:0015849,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1902475,GO:1903825,GO:1905039 Bacillus 1TQE1@1239,1ZC7Q@1386,4HAZH@91061,COG0531@1,COG0531@2 NA|NA|NA E amino acid -BSU_04330 224308.BSU04330 1e-78 299.3 Bacillus mutT 3.6.1.55 ko:K03574 ko00000,ko01000,ko03400 Bacillus 1VQCD@1239,1ZHWQ@1386,4IPY2@91061,COG0494@1,COG0494@2 NA|NA|NA L Belongs to the Nudix hydrolase family -BSU_04340 224308.BSU04340 0.0 1144.8 Bacillus ydaP 1.2.3.3 ko:K00158 ko00620,ko01100,map00620,map01100 R00207 RC02745 ko00000,ko00001,ko01000 Bacillus 1TQE8@1239,1ZB01@1386,4HBUS@91061,COG0028@1,COG0028@2 NA|NA|NA EH Belongs to the TPP enzyme family -BSU_04359 224308.BSU04359 1.6e-39 168.3 Bacillus Bacillus 1UAHA@1239,1ZHYE@1386,29RT2@1,30CWY@2,4IKVS@91061 NA|NA|NA -BSU_04360 224308.BSU04360 2.3e-224 784.6 Bacillus mntH ko:K03322 ko00000,ko02000 2.A.55.2.6,2.A.55.3 iYO844.BSU04360 Bacillus 1TPT1@1239,1ZCHH@1386,4HAEA@91061,COG1914@1,COG1914@2 NA|NA|NA P H( )-stimulated, divalent metal cation uptake system -BSU_04380 224308.BSU04380 5.6e-77 293.5 Bacillus ydaT Bacillus 1V946@1239,1ZRWN@1386,4IRQ3@91061,COG4876@1,COG4876@2 NA|NA|NA S Uncharacterized protein conserved in bacteria (DUF2188) -BSU_04390 224308.BSU04390 8.4e-148 529.6 Bacillus ydbA Bacillus 1UHSD@1239,1ZS3Q@1386,4IS9K@91061,COG2217@1,COG2217@2 NA|NA|NA P EcsC protein family -BSU_04410 224308.BSU04410 1.5e-58 231.9 Bacillus ydbB Bacillus 1VI5Z@1239,1ZGZ3@1386,4HSX4@91061,COG0662@1,COG0662@2 NA|NA|NA G Cupin domain -BSU_04420 224308.BSU04420 4.7e-63 246.9 Bacillus ydbC Bacillus 1VHZ1@1239,1ZHXX@1386,4HP36@91061,COG2329@1,COG2329@2 NA|NA|NA S Domain of unknown function (DUF4937 -BSU_04430 224308.BSU04430 5.4e-155 553.5 Bacillus ydbD GO:0006950,GO:0006974,GO:0008150,GO:0009987,GO:0033554,GO:0050896,GO:0051716 ko:K07217 ko00000 Bacillus 1TQVQ@1239,1ZBZ9@1386,4H9XR@91061,COG3546@1,COG3546@2 NA|NA|NA P Catalase -BSU_04440 224308.BSU04440 4.6e-199 700.3 Bacillus dctB Bacillus 1TP3I@1239,1ZCY6@1386,4HD0U@91061,COG1638@1,COG1638@2 NA|NA|NA G COG1638 TRAP-type C4-dicarboxylate transport system, periplasmic component -BSU_04450 224308.BSU04450 4.3e-297 1026.5 Bacillus dctS 2.7.13.3 ko:K11614,ko:K11637,ko:K11691 ko02020,map02020 M00487,M00489,M00490 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1TQJR@1239,1ZBHV@1386,4H9Q0@91061,COG3290@1,COG3290@2 NA|NA|NA T Signal transduction histidine kinase regulating citrate malate metabolism -BSU_04460 224308.BSU04460 1.4e-119 435.6 Bacillus dctR ko:K11692 ko02020,map02020 M00489 ko00000,ko00001,ko00002,ko02022 Bacillus 1V49R@1239,1ZDGY@1386,4HHD4@91061,COG4565@1,COG4565@2 NA|NA|NA T COG4565 Response regulator of citrate malate metabolism -BSU_04470 224308.BSU04470 1.1e-226 792.3 Bacillus dctA ko:K11103 ko02020,map02020 ko00000,ko00001,ko02000 2.A.23.1.3,2.A.23.1.6,2.A.23.1.7 Bacillus 1TPME@1239,1ZBKK@1386,4H9T7@91061,COG1301@1,COG1301@2 NA|NA|NA U Belongs to the dicarboxylate amino acid cation symporter (DAACS) (TC 2.A.23) family -BSU_04480 224308.BSU04480 7.4e-181 639.8 Bacillus ydbI GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 Bacillus 1TSBK@1239,1ZBJD@1386,4HBYJ@91061,COG0628@1,COG0628@2 NA|NA|NA S AI-2E family transporter -BSU_04490 224308.BSU04490 6.1e-171 606.7 Bacillus ydbJ ko:K01990 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TP4J@1239,1ZB4N@1386,4HBGH@91061,COG1131@1,COG1131@2 NA|NA|NA V ABC transporter, ATP-binding protein -BSU_04500 224308.BSU04500 1.5e-124 452.2 Bacillus ydbK ko:K01992 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TT9E@1239,1ZDPM@1386,4HE5W@91061,COG1277@1,COG1277@2 NA|NA|NA S COG1277 ABC-type transport system involved in multi-copper enzyme maturation, permease component -BSU_04510 224308.BSU04510 4.6e-52 210.3 Bacillus ydbL Bacillus 1UA4S@1239,1ZGT1@1386,29RJA@1,30CND@2,4IKF0@91061 NA|NA|NA -BSU_04520 224308.BSU04520 5.2e-220 770.0 Bacillus ydbM iYO844.BSU04520 Bacillus 1TP57@1239,1ZATT@1386,4HBTP@91061,COG1960@1,COG1960@2 NA|NA|NA I acyl-CoA dehydrogenase -BSU_04530 224308.BSU04530 2.2e-24 117.5 Bacillus Bacillus 1UBCP@1239,1ZKP6@1386,29SEI@1,30DJB@2,4IMRH@91061 NA|NA|NA S Fur-regulated basic protein B -BSU_04536 279010.BL05040 2.9e-07 60.5 Bacillus Bacillus 1UB1P@1239,1ZJZ0@1386,29S5B@1,30D9U@2,4IMEJ@91061 NA|NA|NA S Fur-regulated basic protein A -BSU_04540 224308.BSU04540 2.5e-150 538.1 Bacillus Bacillus 1TSGY@1239,1ZAPN@1386,4H9WP@91061,COG0053@1,COG0053@2 NA|NA|NA P Belongs to the cation diffusion facilitator (CDF) transporter (TC 2.A.4) family -BSU_04550 224308.BSU04550 3.8e-56 223.8 Bacillus ydbP GO:0003674,GO:0003824,GO:0004791,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009636,GO:0009987,GO:0015035,GO:0015036,GO:0016209,GO:0016491,GO:0016651,GO:0016667,GO:0016668,GO:0016671,GO:0019725,GO:0033554,GO:0034599,GO:0042221,GO:0042592,GO:0044424,GO:0044444,GO:0044464,GO:0045454,GO:0047134,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0055114,GO:0065007,GO:0065008,GO:0070887,GO:0097237,GO:0098754,GO:0098869,GO:1990748 Bacillus 1VA84@1239,1ZHXM@1386,4HKCD@91061,COG0526@1,COG0526@2 NA|NA|NA CO Thioredoxin -BSU_04560 224308.BSU04560 7.7e-202 709.5 Bacillus ddl 6.3.2.4 ko:K01921 ko00473,ko00550,ko01100,ko01502,map00473,map00550,map01100,map01502 R01150 RC00064,RC00141 ko00000,ko00001,ko01000,ko01011 Bacillus 1TP2Y@1239,1ZDA3@1386,4H9KB@91061,COG1181@1,COG1181@2 NA|NA|NA F Belongs to the D-alanine--D-alanine ligase family -BSU_04570 224308.BSU04570 5.2e-259 899.8 Bacillus murF 6.3.2.10 ko:K01929 ko00300,ko00550,ko01100,ko01502,map00300,map00550,map01100,map01502 R04573,R04617 RC00064,RC00141 ko00000,ko00001,ko01000,ko01011 Bacillus 1VT78@1239,1ZCC3@1386,4HACR@91061,COG0770@1,COG0770@2 NA|NA|NA M Involved in cell wall formation. Catalyzes the final step in the synthesis of UDP-N-acetylmuramoyl-pentapeptide, the precursor of murein -BSU_04580 224308.BSU04580 9e-249 865.9 Bacillus cshA GO:0000166,GO:0003674,GO:0003676,GO:0003723,GO:0003724,GO:0003824,GO:0004004,GO:0004386,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005886,GO:0006139,GO:0006725,GO:0006807,GO:0006950,GO:0008026,GO:0008144,GO:0008150,GO:0008152,GO:0008186,GO:0009266,GO:0009295,GO:0009409,GO:0009628,GO:0009987,GO:0010501,GO:0016020,GO:0016070,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034641,GO:0035639,GO:0036094,GO:0042623,GO:0043167,GO:0043168,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0044237,GO:0044238,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0070035,GO:0071704,GO:0071944,GO:0090304,GO:0097159,GO:0097367,GO:0140098,GO:1901265,GO:1901360,GO:1901363 3.6.4.13 ko:K05592 ko03018,map03018 ko00000,ko00001,ko01000,ko03009,ko03019 Bacillus 1TPAP@1239,1ZAPP@1386,4HAB3@91061,COG0513@1,COG0513@2 NA|NA|NA JKL DEAD-box RNA helicase possibly involved in RNA degradation. Unwinds dsRNA in both 5'- and 3'-directions, has RNA- dependent ATPase activity -BSU_04590 224308.BSU04590 3.6e-82 310.8 Bacillus ydbS ko:K09167 ko00000 Bacillus 1VFTS@1239,1ZQR1@1386,4HPTD@91061,COG3402@1,COG3402@2 NA|NA|NA S Bacterial PH domain -BSU_04600 224308.BSU04600 3.7e-263 913.7 Bacillus ydbT ko:K08981 ko00000 Bacillus 1TSRJ@1239,1ZBIF@1386,4HB8P@91061,COG3428@1,COG3428@2 NA|NA|NA S Membrane -BSU_04610 224308.BSU04610 3.1e-107 394.4 Bacillus ydcA Bacillus 1TQXT@1239,1ZCEK@1386,4HCDF@91061,COG0705@1,COG0705@2 NA|NA|NA S membrane protein (homolog of Drosophila rhomboid) -BSU_04620 224308.BSU04620 4.2e-59 233.8 Bacillus acpS 2.7.8.7 ko:K00997 ko00770,map00770 R01625 RC00002 ko00000,ko00001,ko01000 iYO844.BSU04620 Bacillus 1VA0T@1239,1ZI02@1386,4HKBI@91061,COG0736@1,COG0736@2 NA|NA|NA I Transfers the 4'-phosphopantetheine moiety from coenzyme A to a Ser of acyl-carrier-protein -BSU_04630 224308.BSU04630 5.8e-183 646.7 Bacillus ydcC Bacillus 1TSRE@1239,1ZBE6@1386,4HBCH@91061,COG2834@1,COG2834@2 NA|NA|NA M COG2834 Outer membrane lipoprotein-sorting protein -BSU_04640 224308.BSU04640 3.9e-223 780.4 Bacillus alr 5.1.1.1 ko:K01775 ko00473,ko01100,ko01502,map00473,map01100,map01502 R00401 RC00285 ko00000,ko00001,ko01000,ko01011 Bacillus 1TNYY@1239,1ZCW9@1386,4HA95@91061,COG0787@1,COG0787@2 NA|NA|NA E Catalyzes the interconversion of L-alanine and D- alanine. May also act on other amino acids -BSU_04650 1051501.AYTL01000031_gene1412 8e-42 176.0 Bacillus ndoAI GO:0003674,GO:0005488,GO:0005515,GO:0042802 ko:K07723 ko00000,ko02048,ko03000 Bacillus 1VA28@1239,1ZGYI@1386,4HKPU@91061,COG0864@1,COG0864@2 NA|NA|NA K transcriptional regulators containing the CopG Arc MetJ DNA-binding domain and a metal-binding domain -BSU_04660 1051501.AYTL01000031_gene1411 4.2e-56 223.8 Bacillus ndoA ko:K07171 ko00000,ko01000,ko02048 Bacillus 1V6DK@1239,1ZG8R@1386,4HGXF@91061,COG2337@1,COG2337@2 NA|NA|NA L Toxic component of a toxin-antitoxin (TA) module -BSU_04670 224308.BSU04670 1.6e-143 515.4 Bacillus rsbR ko:K17763 ko00000,ko03021 Bacillus 1UGQT@1239,1ZBRY@1386,4HCRH@91061,COG1366@1,COG1366@2 NA|NA|NA T Positive regulator of sigma-B -BSU_04680 224308.BSU04680 1.2e-56 225.7 Bacillus rsbS ko:K17762 ko00000,ko03021 Bacillus 1V7FB@1239,1ZGH2@1386,4HIQ6@91061,COG1366@1,COG1366@2 NA|NA|NA T antagonist -BSU_04690 224308.BSU04690 2.2e-69 268.1 Bacillus rsbT 2.7.11.1 ko:K17752 ko00000,ko01000,ko01001,ko03021 Bacillus 1V6Y4@1239,1ZG7T@1386,4HIQU@91061,COG2172@1,COG2172@2 NA|NA|NA T COG2172 Anti-sigma regulatory factor (Ser Thr protein kinase) -BSU_04700 224308.BSU04700 1.2e-188 665.6 Bacillus rsbU 3.1.3.3 ko:K07315 ko00000,ko01000,ko03021 Bacillus 1TQY5@1239,1ZBIB@1386,4HAF6@91061,COG2208@1,COG2208@2 NA|NA|NA KT phosphatase -BSU_04710 224308.BSU04710 9.1e-53 212.6 Bacillus rsbV ko:K04749 ko00000,ko03021 Bacillus 1VER8@1239,1ZIDN@1386,4HP2I@91061,COG1366@1,COG1366@2 NA|NA|NA T Belongs to the anti-sigma-factor antagonist family -BSU_04720 224308.BSU04720 4.1e-86 323.9 Bacillus rsbW GO:0000988,GO:0000989,GO:0003674,GO:0008150,GO:0009889,GO:0010556,GO:0016989,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2001141 2.7.11.1 ko:K04757 ko00000,ko01000,ko01001,ko03021 Bacillus 1V1IA@1239,1ZQQZ@1386,4HM6Z@91061,COG2172@1,COG2172@2 NA|NA|NA F Negative regulator of sigma-B activity. Phosphorylates and inactivates its specific antagonist protein, RsbV. Upon phosphorylation of RsbV, RsbW is released and binds to sigma-B, thereby blocking its ability to form an RNA polymerase holoenzyme (E-sigma-B) -BSU_04730 224308.BSU04730 5.8e-138 496.9 Bacillus sigB GO:0000988,GO:0000990,GO:0003674,GO:0006139,GO:0006351,GO:0006352,GO:0006355,GO:0006725,GO:0006807,GO:0006950,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009889,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0016070,GO:0016987,GO:0018130,GO:0019219,GO:0019222,GO:0019438,GO:0031323,GO:0031326,GO:0032774,GO:0033554,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0043254,GO:0043620,GO:0044087,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0050789,GO:0050794,GO:0050896,GO:0051128,GO:0051171,GO:0051252,GO:0051716,GO:0060255,GO:0065007,GO:0071704,GO:0080090,GO:0090304,GO:0097659,GO:0140110,GO:1901360,GO:1901362,GO:1901576,GO:1903506,GO:2000112,GO:2000142,GO:2001141 ko:K03090 ko00000,ko03021 Bacillus 1TP3Q@1239,1ZBAP@1386,4HBIW@91061,COG1191@1,COG1191@2 NA|NA|NA K Sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released -BSU_04740 224308.BSU04740 1.1e-107 396.0 Bacillus rsbX GO:0006950,GO:0008150,GO:0009266,GO:0009408,GO:0009628,GO:0050896 3.1.3.3 ko:K05518 ko00000,ko01000,ko03021 Bacillus 1V0BN@1239,1ZEVQ@1386,4HECS@91061,COG2208@1,COG2208@2 NA|NA|NA KT Sigma factor PP2C-like phosphatases -BSU_04760 224308.BSU04760 2.5e-82 311.2 Bacillus Bacillus 1VAXR@1239,1ZGHM@1386,4HKYH@91061,COG1673@1,COG1673@2 NA|NA|NA S EVE domain -BSU_04770 224308.BSU04770 2.1e-76 291.6 Bacillus GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1VCDY@1239,1ZN3E@1386,4HM32@91061,COG1846@1,COG1846@2 NA|NA|NA K helix_turn_helix multiple antibiotic resistance protein -BSU_04780 224308.BSU04780 0.0 1376.7 Bacillus ydcI ko:K06959 ko00000 Bacillus 1TPFE@1239,1ZC3T@1386,4HAGY@91061,COG2183@1,COG2183@2 NA|NA|NA K COG2183 Transcriptional accessory protein -BSU_04785 720555.BATR1942_21120 5.7e-15 85.5 Bacillus Bacillus 1VMHM@1239,1ZJZZ@1386,2DRP7@1,33CG4@2,4I61H@91061 NA|NA|NA -BSU_04790 224308.BSU04790 2.8e-84 317.8 Bacillus ydcK ko:K03095 ko00000 Bacillus 1V6NU@1239,1ZG8Y@1386,4HIHY@91061,COG3091@1,COG3091@2 NA|NA|NA S Belongs to the SprT family -BSU_04800 224308.BSU04800 3.2e-211 740.7 Bacillus ydcL Bacillus 1TTJI@1239,1ZDA0@1386,4HDG6@91061,COG0582@1,COG0582@2 NA|NA|NA L Belongs to the 'phage' integrase family -BSU_04810 224308.BSU04810 2.2e-90 338.2 Bacillus Bacillus 1V88E@1239,1ZI6V@1386,4HJ7D@91061,COG2856@1,COG2856@2 NA|NA|NA E IrrE N-terminal-like domain -BSU_04820 224308.BSU04820 7.3e-62 243.0 Bacilli Bacillus 1VHEV@1239,4HPPW@91061,COG1396@1,COG1396@2 NA|NA|NA K Transcriptional -BSU_04830 720555.BATR1942_21145 1.8e-16 91.3 Bacilli Bacillus 1U2X1@1239,2A77Z@1,30W4A@2,4HS8I@91061 NA|NA|NA -BSU_04839 224308.BSU04839 1.4e-40 171.8 Bacillus Bacillus 1UCZ6@1239,1ZPU2@1386,2B24P@1,31UMU@2,4IPF5@91061 NA|NA|NA -BSU_04850 720555.BATR1942_21160 8.6e-63 246.1 Bacillus Bacillus 1V1U5@1239,1ZMW6@1386,28NIV@1,2ZBK5@2,4HG1A@91061 NA|NA|NA S Bacterial protein of unknown function (DUF961) -BSU_04860 224308.BSU04860 2.3e-273 947.6 Bacillus ydcQ Bacillus 1TPHE@1239,1ZBR1@1386,4HB44@91061,COG1674@1,COG1674@2 NA|NA|NA D Ftsk spoiiie family protein -BSU_04870 224308.BSU04870 3.3e-205 720.7 Bacillus ydcR ko:K07467 ko00000 Bacillus 1UHNT@1239,1ZGST@1386,4HVQS@91061,COG2946@1,COG2946@2 NA|NA|NA L Replication initiation factor -BSU_04900 224308.BSU04900 1.5e-49 201.8 Bacillus yddA Bacillus 1VQK4@1239,1ZNR9@1386,2EVJ9@1,33NZD@2,4HSPW@91061 NA|NA|NA -BSU_04910 224308.BSU04910 3.4e-173 614.4 Bacillus yddB Bacillus 1V6NJ@1239,1ZI7T@1386,2BYEF@1,32R38@2,4HK05@91061 NA|NA|NA S Conjugative transposon protein TcpC -BSU_04920 224308.BSU04920 5.1e-40 169.9 Bacillus yddC Bacillus 1W29H@1239,1ZP41@1386,294EE@1,2ZRUB@2,4I1MZ@91061 NA|NA|NA -BSU_04930 224308.BSU04930 4e-95 354.0 Bacillus yddD Bacillus 1V96Y@1239,1ZMZV@1386,2BPVZ@1,32IPP@2,4HIW5@91061 NA|NA|NA S TcpE family -BSU_04940 224308.BSU04940 0.0 1648.6 Bacillus yddE GO:0000746,GO:0005575,GO:0005623,GO:0008150,GO:0009291,GO:0009292,GO:0009987,GO:0044464,GO:0044764,GO:0051704,GO:0060187 Bacillus 1TPVQ@1239,1ZQE8@1386,4HDZ5@91061,COG0433@1,COG0433@2 NA|NA|NA S AAA-like domain -BSU_04950 224308.BSU04950 2.5e-55 221.1 Bacilli Bacillus 1VE04@1239,2E4E6@1,32Z9E@2,4HYJ7@91061 NA|NA|NA S Domain of unknown function (DUF1874) -BSU_04960 224308.BSU04960 0.0 1308.5 Bacillus yddG Bacillus 1TQPB@1239,1ZG38@1386,4HBX3@91061,COG5644@1,COG5644@2 NA|NA|NA S maturation of SSU-rRNA -BSU_04970 224308.BSU04970 4.1e-189 667.2 Bacillus yddH GO:0003674,GO:0003796,GO:0003824,GO:0004175,GO:0004553,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016787,GO:0016798,GO:0019538,GO:0043170,GO:0044238,GO:0061783,GO:0070011,GO:0071704,GO:0140096,GO:1901564 Bacillus 1TP24@1239,1ZG51@1386,4HBUX@91061,COG0741@1,COG0741@2,COG0791@1,COG0791@2 NA|NA|NA M Lysozyme-like -BSU_04980 224308.BSU04980 1.5e-86 325.5 Bacillus yddI Bacillus 1W6E8@1239,1ZN5V@1386,2900X@1,2ZMR5@2,4I1JR@91061 NA|NA|NA -BSU_04990 224308.BSU04990 9.2e-65 252.7 Bacillus yddJ Bacillus 1VPHX@1239,1ZP7D@1386,2ESSR@1,33KB4@2,4HRN2@91061 NA|NA|NA S Domain of unknown function with cystatin-like fold (DUF4467) -BSU_05000 224308.BSU05000 1.6e-127 462.2 Bacillus Bacillus 1VMGK@1239,1ZNSC@1386,2CI0I@1,332G0@2,4HS1G@91061 NA|NA|NA S TIR domain -BSU_05010 1274524.BSONL12_02192 1.4e-74 287.0 Bacillus rapA ko:K06359,ko:K06360,ko:K06367 ko02024,map02024 ko00000,ko00001,ko01000 Bacillus 1UUXQ@1239,1ZDKN@1386,4I402@91061,COG0457@1,COG0457@2 NA|NA|NA S response regulator aspartate phosphatase -BSU_05030 224308.BSU05030 2.1e-163 581.6 Firmicutes Bacillus 1VH88@1239,2ECUD@1,336RX@2 NA|NA|NA -BSU_05040 224308.BSU05040 4.6e-188 663.7 Bacillus GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 Bacillus 1TQWJ@1239,1ZAPR@1386,4HBMR@91061,COG2141@1,COG2141@2 NA|NA|NA C COG2141 Coenzyme F420-dependent N5,N10-methylene tetrahydromethanopterin reductase and related flavin-dependent oxidoreductases -BSU_05050 224308.BSU05050 4.1e-71 273.9 Bacillus lrpA GO:0001101,GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0042221,GO:0043200,GO:0043565,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1901698,GO:1901700,GO:1903506,GO:2000112,GO:2001141 ko:K03719 ko00000,ko03000,ko03036 Bacillus 1V45K@1239,1ZGIJ@1386,4HH2H@91061,COG1522@1,COG1522@2 NA|NA|NA K transcriptional -BSU_05060 224308.BSU05060 6.5e-78 296.6 Bacillus lrpB GO:0001101,GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0042221,GO:0043200,GO:0043565,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1901698,GO:1901700,GO:1903506,GO:2000112,GO:2001141 ko:K03719 ko00000,ko03000,ko03036 Bacillus 1V45K@1239,1ZGIJ@1386,4HH2H@91061,COG1522@1,COG1522@2 NA|NA|NA K transcriptional -BSU_05070 224308.BSU05070 1.6e-99 368.6 Bacillus yddQ Bacillus 1V7MY@1239,1ZD1Q@1386,4HDR2@91061,COG1335@1,COG1335@2 NA|NA|NA Q Isochorismatase family -BSU_05080 224308.BSU05080 2.6e-143 514.6 Bacillus yddR Bacillus 1TSSV@1239,1ZB0N@1386,4HCSS@91061,COG2220@1,COG2220@2 NA|NA|NA S Zn-dependent hydrolases of the beta-lactamase fold -BSU_05090 224308.BSU05090 8.5e-227 792.7 Bacillus yddS Bacillus 1TQ7H@1239,1ZS7F@1386,4HB0I@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_05110 224308.BSU05110 2.4e-112 411.4 Bacillus Bacillus 1V1Z0@1239,1ZQ65@1386,4IQYN@91061,COG0693@1,COG0693@2 NA|NA|NA S DJ-1/PfpI family -BSU_05120 224308.BSU05120 1.9e-29 134.4 Bacillus cspC ko:K03704 ko00000,ko03000 Bacillus 1VEE0@1239,1ZHSU@1386,4HNJC@91061,COG1278@1,COG1278@2 NA|NA|NA K Cold shock -BSU_05130 224308.BSU05130 1e-78 299.3 Bacillus ydeB ko:K07736 ko00000,ko03000 Bacillus 1V40K@1239,1ZG97@1386,4HI9J@91061,COG1329@1,COG1329@2 NA|NA|NA K Transcription factor -BSU_05140 224308.BSU05140 1.2e-35 155.2 Bacteria Bacillus COG0697@1,COG0697@2 NA|NA|NA EG spore germination -BSU_05150 224308.BSU05150 1.9e-166 591.7 Bacillus GO:0003674,GO:0003700,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 Bacillus 1UYFB@1239,1ZREI@1386,4IPW9@91061,COG1917@1,COG1917@2,COG2207@1,COG2207@2 NA|NA|NA K AraC-like ligand binding domain -BSU_05160 224308.BSU05160 4e-173 614.0 Bacillus ydeD Bacillus 1TR6G@1239,1ZCQ3@1386,4HAMD@91061,COG0697@1,COG0697@2 NA|NA|NA EG COG0697 Permeases of the drug metabolite transporter (DMT) superfamily -BSU_05170 224308.BSU05170 4.3e-166 590.5 Bacillus ydeE GO:0003674,GO:0003824,GO:0006081,GO:0006082,GO:0006089,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009438,GO:0009987,GO:0016053,GO:0016829,GO:0016835,GO:0016836,GO:0019172,GO:0019243,GO:0019249,GO:0019752,GO:0032787,GO:0042180,GO:0042182,GO:0043436,GO:0044237,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0046185,GO:0046394,GO:0051596,GO:0061727,GO:0071704,GO:0072330,GO:1901575,GO:1901576,GO:1901615,GO:1901617 ko:K13653 ko00000,ko03000 Bacillus 1TPI9@1239,1ZAUV@1386,4HCJ8@91061,COG2207@1,COG2207@2,COG3708@1,COG3708@2 NA|NA|NA K AraC family transcriptional regulator -BSU_05180 224308.BSU05180 4.9e-265 919.8 Bacillus Bacillus 1TPS5@1239,1ZD2Q@1386,4HD5A@91061,COG1167@1,COG1167@2 NA|NA|NA K COG1167 Transcriptional regulators containing a DNA-binding HTH domain and an aminotransferase domain (MocR family) and their eukaryotic orthologs -BSU_05190 224308.BSU05190 2e-220 771.5 Bacillus ydeG Bacillus 1UHS2@1239,1ZC9K@1386,4IS7X@91061,COG0477@1,COG0477@2 NA|NA|NA EGP Major facilitator superfamily -BSU_05200 224308.BSU05200 5.5e-61 240.4 Bacillus ydeH Bacillus 1VASP@1239,1ZJHA@1386,2E0VF@1,32WCQ@2,4HKEM@91061 NA|NA|NA -BSU_05210 224308.BSU05210 1.5e-106 392.1 Bacillus Bacillus 1UYP9@1239,1ZDB7@1386,4HDZD@91061,COG4430@1,COG4430@2 NA|NA|NA S Bacteriocin-protection, YdeI or OmpD-Associated -BSU_05220 224308.BSU05220 8.9e-116 422.9 Bacillus Bacillus 1V43E@1239,1ZH81@1386,291NR@1,2ZP8Y@2,4HHQD@91061 NA|NA|NA -BSU_05230 224308.BSU05230 4.1e-153 547.4 Bacillus ydeK Bacillus 1VQY5@1239,1ZDUK@1386,4HTD3@91061,COG0697@1,COG0697@2 NA|NA|NA EG -transporter -BSU_05240 224308.BSU05240 2.6e-274 950.7 Bacillus ydeL ko:K00375 ko00000,ko03000 Bacillus 1TPS5@1239,1ZB5R@1386,4HB2U@91061,COG1167@1,COG1167@2 NA|NA|NA K COG1167 Transcriptional regulators containing a DNA-binding HTH domain and an aminotransferase domain (MocR family) and their eukaryotic orthologs -BSU_05250 224308.BSU05250 7.1e-74 283.1 Bacillus ydeM Bacillus 1VFE5@1239,1ZHGT@1386,4HHCB@91061,COG2030@1,COG2030@2 NA|NA|NA I N-terminal half of MaoC dehydratase -BSU_05260 224308.BSU05260 1.5e-106 392.1 Bacilli Bacillus 1V6R4@1239,4HVF4@91061,COG3545@1,COG3545@2 NA|NA|NA S Serine hydrolase -BSU_05270 224308.BSU05270 1.9e-58 231.5 Bacilli Bacillus 1VA9M@1239,4HNAK@91061,COG1733@1,COG1733@2 NA|NA|NA K HxlR-like helix-turn-helix -BSU_05280 224308.BSU05280 3.2e-153 547.7 Bacillus ydeO Bacillus 1TQTP@1239,1ZCF3@1386,4HBV2@91061,COG1284@1,COG1284@2 NA|NA|NA S Uncharacterized protein conserved in bacteria (DUF2179) -BSU_05290 224308.BSU05290 1.1e-68 265.8 Bacillus Bacillus 1VA9M@1239,1ZHCV@1386,4HH0A@91061,COG1733@1,COG1733@2 NA|NA|NA K Transcriptional regulator -BSU_05300 224308.BSU05300 1.7e-110 405.2 Bacillus ko:K11748 ko00000,ko02000 2.A.37.1.2 Bacillus 1V4UF@1239,1ZGJ6@1386,4HH6R@91061,COG2249@1,COG2249@2 NA|NA|NA S NADPH-quinone reductase (modulator of drug activity B) -BSU_05310 224308.BSU05310 2e-195 688.3 Bacillus ydeR Bacillus 1TS0E@1239,1ZF75@1386,4HE0M@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_05320 224308.BSU05320 1.4e-104 385.6 Bacillus ydeS GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 Bacillus 1VG7Z@1239,1ZRXB@1386,4IRRY@91061,COG1309@1,COG1309@2 NA|NA|NA K Transcriptional regulator -BSU_05330 224308.BSU05330 2.1e-57 228.0 Bacillus GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 ko:K03892 ko00000,ko03000 Bacillus 1VEER@1239,1ZHC7@1386,4HM9M@91061,COG0640@1,COG0640@2 NA|NA|NA K transcriptional -BSU_05340 224308.BSU05340 1.1e-231 808.9 Bacillus ydfA ko:K03893 ko00000,ko02000 2.A.45.1,3.A.4.1 Bacillus 1TPNN@1239,1ZBHC@1386,4H9WV@91061,COG1055@1,COG1055@2 NA|NA|NA P Involved in arsenical resistance. Thought to form the channel of an arsenite pump -BSU_05343 1196029.ALIM01000035_gene2412 7.8e-11 71.6 Bacillus arsC GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0008794,GO:0016491,GO:0030611,GO:0030613,GO:0030614,GO:0042221,GO:0046685,GO:0050896,GO:0055114 1.20.4.1 ko:K03741 ko00000,ko01000 Bacillus 1V3JW@1239,1ZFM2@1386,4HH49@91061,COG0394@1,COG0394@2 NA|NA|NA T Catalyzes the reduction of arsenate As(V) to arsenite As(III) -BSU_05350 224308.BSU05350 1.1e-149 535.8 Bacillus Bacillus 1V8DB@1239,1ZREJ@1386,4IPY3@91061,COG1670@1,COG1670@2 NA|NA|NA J GNAT acetyltransferase -BSU_05360 224308.BSU05360 1.8e-162 578.6 Bacillus Bacillus 1TSKX@1239,1ZDEA@1386,4HBPE@91061,COG0697@1,COG0697@2 NA|NA|NA EG EamA-like transporter family -BSU_05370 224308.BSU05370 3.2e-275 953.7 Bacillus ko:K18907 M00700,M00702 ko00000,ko00002,ko01504,ko03000 Bacillus 1TPS5@1239,1ZASA@1386,4HB1C@91061,COG1167@1,COG1167@2 NA|NA|NA K COG1167 Transcriptional regulators containing a DNA-binding HTH domain and an aminotransferase domain (MocR family) and their eukaryotic orthologs -BSU_05380 224308.BSU05380 9.9e-117 426.0 Bacillus Bacillus 1TRI4@1239,1ZFZX@1386,4HE21@91061,COG1853@1,COG1853@2 NA|NA|NA S Flavin reductase like domain -BSU_05390 224308.BSU05390 4.5e-123 447.2 Bacillus ydfF GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010035,GO:0010038,GO:0010288,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0032791,GO:0042221,GO:0043167,GO:0043169,GO:0046686,GO:0046870,GO:0046872,GO:0046914,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097063,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1V007@1239,1ZDVN@1386,4HDXJ@91061,COG0640@1,COG0640@2 NA|NA|NA K helix_turn_helix, Arsenical Resistance Operon Repressor -BSU_05400 224308.BSU05400 2.6e-79 301.2 Bacillus Bacillus 1V97G@1239,1ZFPE@1386,4HHFF@91061,COG2128@1,COG2128@2 NA|NA|NA S Antioxidant protein with alkyl hydroperoxidase activity. Required for the reduction of the AhpC active site cysteine residues and for the regeneration of the AhpC enzyme activity -BSU_05410 224308.BSU05410 5.7e-193 680.2 Bacillus ydfH 2.7.13.3 ko:K11623 ko02020,map02020 M00484 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1UYVE@1239,1ZMNB@1386,4HGNS@91061,COG4585@1,COG4585@2 NA|NA|NA T Histidine kinase -BSU_05420 224308.BSU05420 2.4e-110 404.8 Bacillus ydfI ko:K11624 ko02020,map02020 M00484 ko00000,ko00001,ko00002,ko02022 Bacillus 1V207@1239,1ZGF3@1386,4HG4K@91061,COG2197@1,COG2197@2 NA|NA|NA K Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain -BSU_05430 224308.BSU05430 0.0 1343.6 Bacillus ydfJ ko:K11625 ko02020,map02020 ko00000,ko00001 Bacillus 1TQ7C@1239,1ZDKH@1386,4HCW1@91061,COG2409@1,COG2409@2 NA|NA|NA S drug exporters of the RND superfamily -BSU_05440 224308.BSU05440 3.3e-177 627.5 Bacillus GO:0003674,GO:0003824,GO:0016787 Bacillus 1V3C8@1239,1ZQW7@1386,4HGMA@91061,COG0596@1,COG0596@2 NA|NA|NA S Alpha/beta hydrolase family -BSU_05450 224308.BSU05450 9.9e-118 429.5 Bacillus ko:K07150 ko00000 Bacillus 1UH19@1239,1ZBSK@1386,4HB4E@91061,COG1811@1,COG1811@2 NA|NA|NA S Protein of unknown function (DUF554) -BSU_05460 224308.BSU05460 5.4e-147 526.9 Bacillus Bacillus 1V48S@1239,1ZQ1T@1386,4HGJF@91061,COG0789@1,COG0789@2,COG4978@1,COG4978@2 NA|NA|NA K Bacterial transcription activator, effector binding domain -BSU_05470 224308.BSU05470 2.7e-155 554.7 Bacillus ydfM Bacillus 1TSGY@1239,1ZAPN@1386,4H9WP@91061,COG0053@1,COG0053@2 NA|NA|NA P Belongs to the cation diffusion facilitator (CDF) transporter (TC 2.A.4) family -BSU_05480 224308.BSU05480 1.6e-111 408.7 Bacillus ydfN ko:K15976 ko00000,ko01000 Bacillus 1V1NQ@1239,1ZE4B@1386,4HHS6@91061,COG0778@1,COG0778@2 NA|NA|NA C nitroreductase -BSU_05490 224308.BSU05490 6.2e-187 659.8 Bacillus ydfO ko:K15975 ko00000 Bacillus 1TQCN@1239,1ZAQY@1386,4HAMC@91061,COG0346@1,COG0346@2 NA|NA|NA E COG0346 Lactoylglutathione lyase and related lyases -BSU_05500 224308.BSU05500 1.5e-62 245.4 Bacillus ydfP ko:K15977 ko00000 Bacillus 1V7TX@1239,1ZGHR@1386,4HJ1T@91061,COG2259@1,COG2259@2 NA|NA|NA S DoxX -BSU_05510 224308.BSU05510 2.1e-57 228.0 Bacillus ydfQ Bacillus 1VFUD@1239,1ZJBR@1386,4HNQS@91061,COG0526@1,COG0526@2 NA|NA|NA CO Thioredoxin -BSU_05520 224308.BSU05560 1.2e-14 85.5 Bacillus ydgA Bacillus 1VMF2@1239,1ZJ0K@1386,2EQG8@1,33I29@2,4IAND@91061 NA|NA|NA S Spore germination protein gerPA/gerPF -BSU_05530 224308.BSU05530 7.5e-118 429.9 Bacillus ydfR Bacillus 1V84I@1239,1ZR7T@1386,4HJRH@91061,COG2323@1,COG2323@2 NA|NA|NA S Protein of unknown function (DUF421) -BSU_05540 224308.BSU05540 8.9e-122 443.0 Bacillus ydfS Bacillus 1V0NU@1239,1ZQ04@1386,4HFHX@91061,COG2323@1,COG2323@2 NA|NA|NA S Protein of unknown function (DUF421) -BSU_05550 224308.BSU05550 2.9e-75 287.7 Bacteria Bacillus COG0071@1,COG0071@2 NA|NA|NA O Belongs to the small heat shock protein (HSP20) family -BSU_05560 224308.BSU05560 3e-37 160.6 Bacillus ydgA Bacillus 1VMF2@1239,1ZJ0K@1386,2EQG8@1,33I29@2,4IAND@91061 NA|NA|NA S Spore germination protein gerPA/gerPF -BSU_05570 224308.BSU05570 2.3e-41 174.5 Bacillus ydgB Bacillus 1W1ME@1239,1ZJH9@1386,2EQG8@1,33IXY@2,4I0CE@91061 NA|NA|NA S Spore germination protein gerPA/gerPF -BSU_05580 224308.BSU05580 2.5e-101 374.8 Bacillus GO:0003674,GO:0003700,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 Bacillus 1V50Q@1239,1ZGFG@1386,4HHD5@91061,COG1309@1,COG1309@2 NA|NA|NA K Bacterial regulatory proteins, tetR family -BSU_05590 224308.BSU05590 4.3e-53 213.8 Bacillus Bacillus 1VXVN@1239,1ZIJV@1386,2F6NF@1,33Z4Z@2,4HXT1@91061 NA|NA|NA S DoxX-like family -BSU_05600 224308.BSU05600 4e-86 323.9 Bacillus yycN Bacillus 1VAU8@1239,1ZFP4@1386,4HMA6@91061,COG0454@1,COG0456@2 NA|NA|NA K Acetyltransferase -BSU_05610 224308.BSU05610 7.2e-308 1062.4 Bacillus ko:K18231 ko02010,map02010 br01600,ko00000,ko00001,ko01504,ko02000 3.A.1.121.1,3.A.1.121.3 Bacillus 1TQNA@1239,1ZBZP@1386,4H9VW@91061,COG0488@1,COG0488@2 NA|NA|NA S ABC transporter -BSU_05620 224308.BSU05620 8.9e-251 872.5 Bacillus aapA ko:K11737 ko00000,ko02000 2.A.3.1.7 Bacillus 1TP97@1239,1ZAQB@1386,4H9QX@91061,COG1113@1,COG1113@2 NA|NA|NA E COG1113 Gamma-aminobutyrate permease and related permeases -BSU_05630 224308.BSU05630 7.8e-91 339.7 Bacillus Bacillus 1V51W@1239,1ZR49@1386,4HKV1@91061,COG2318@1,COG2318@2 NA|NA|NA S DinB family -BSU_05640 224308.BSU05640 7.1e-80 303.1 Bacillus GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1VGV7@1239,1ZHGG@1386,4HNX9@91061,COG1846@1,COG1846@2 NA|NA|NA K helix_turn_helix multiple antibiotic resistance protein -BSU_05650 224308.BSU05650 0.0 1339.3 Bacillus ydgH ko:K06994 ko00000 Bacillus 1TQ7C@1239,1ZCFN@1386,4HBM6@91061,COG1033@1,COG1033@2,COG2409@1,COG2409@2 NA|NA|NA S drug exporters of the RND superfamily -BSU_05660 224308.BSU05660 1.4e-113 415.6 Bacillus ydgI Bacillus 1UYJU@1239,1ZAQV@1386,4HBVQ@91061,COG0778@1,COG0778@2 NA|NA|NA C nitroreductase -BSU_05670 224308.BSU05670 2.4e-81 308.1 Bacillus Bacillus 1VXGR@1239,1ZRRD@1386,4HX2D@91061,COG1846@1,COG1846@2 NA|NA|NA K Winged helix DNA-binding domain -BSU_05680 224308.BSU05680 4.3e-209 733.8 Bacillus ydgK ko:K07552 ko00000,ko02000 2.A.1.2 Bacillus 1TR6I@1239,1ZCB7@1386,4HBX6@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_05690 224308.BSU05690 2.7e-121 441.4 Bacillus ydhB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K07090 ko00000 Bacillus 1TRFG@1239,1ZEEX@1386,4HGR6@91061,COG0730@1,COG0730@2 NA|NA|NA S membrane transporter protein -BSU_05700 224308.BSU05700 1.1e-121 442.6 Bacillus ydhC Bacillus 1V6GK@1239,1ZFQP@1386,4HIN7@91061,COG1802@1,COG1802@2 NA|NA|NA K FCD -BSU_05710 224308.BSU05710 5.7e-244 849.7 Bacillus ydhD Bacillus 1TQK2@1239,1ZF99@1386,4HB5I@91061,COG1388@1,COG1388@2,COG3858@1,COG3858@2 NA|NA|NA M Glycosyl hydrolase -BSU_05720 224308.BSU05720 1.2e-227 795.4 Bacillus ydhE GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0008194,GO:0016740,GO:0016757,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0044424,GO:0044464 Bacillus 1TSPC@1239,1ZB3Z@1386,4HB9I@91061,COG1819@1,COG1819@2 NA|NA|NA CG COG1819 Glycosyl transferases, related to UDP-glucuronosyltransferase -BSU_05730 224308.BSU05730 4.1e-127 460.7 Bacillus Bacillus 1VBIX@1239,1ZEV8@1386,299QV@1,2ZWT3@2,4HI89@91061 NA|NA|NA -BSU_05740 224308.BSU05740 2.4e-259 901.0 Bacillus phoB 3.1.3.1 ko:K01077 ko00730,ko00790,ko01100,ko02020,map00730,map00790,map01100,map02020 M00126 R02135,R04620 RC00017 ko00000,ko00001,ko00002,ko00537,ko01000,ko04147 Bacillus 1TQCI@1239,1ZB3J@1386,4HA27@91061,COG1785@1,COG1785@2 NA|NA|NA P Belongs to the alkaline phosphatase family -BSU_05750 224308.BSU05750 7.8e-69 266.2 Bacillus ydhG ko:K05937 ko00000 Bacillus 1V6QT@1239,1ZFK6@1386,4HIUI@91061,COG5646@1,COG5646@2 NA|NA|NA S Domain of unknown function (DU1801) -BSU_05770 224308.BSU05770 2.4e-86 324.7 Bacillus GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008080,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0044424,GO:0044464 Bacillus 1UHNV@1239,1ZS7G@1386,4IS4R@91061,COG0454@1,COG0454@2 NA|NA|NA K Acetyltransferase (GNAT) domain -BSU_05780 224308.BSU05780 3e-184 651.0 Bacillus GO:0003674,GO:0003824,GO:0006139,GO:0006163,GO:0006195,GO:0006203,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008832,GO:0009056,GO:0009058,GO:0009117,GO:0009141,GO:0009143,GO:0009144,GO:0009146,GO:0009151,GO:0009155,GO:0009166,GO:0009200,GO:0009204,GO:0009215,GO:0009217,GO:0009262,GO:0009264,GO:0009394,GO:0009987,GO:0016787,GO:0016788,GO:0016793,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0019692,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042578,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046070,GO:0046386,GO:0046434,GO:0046483,GO:0046700,GO:0055086,GO:0071704,GO:0072521,GO:0072523,GO:1901135,GO:1901136,GO:1901292,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901565,GO:1901575,GO:1901576 ko:K06885 ko00000 Bacillus 1TQZH@1239,1ZBN3@1386,4HD6U@91061,COG1078@1,COG1078@2 NA|NA|NA S Metal dependent phosphohydrolases with conserved 'HD' motif. -BSU_05790 224308.BSU05790 3.7e-108 397.5 Bacillus ydhK Bacillus 1V3Q9@1239,1ZGK9@1386,4HH9X@91061,COG1388@1,COG1388@2 NA|NA|NA M Protein of unknown function (DUF1541) -BSU_05800 224308.BSU05800 1e-199 702.6 Bacillus ydhL ko:K18567 ko00000,ko02000 2.A.1.2.25 Bacillus 1TRNU@1239,1ZCJJ@1386,4HCSX@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_05810 224308.BSU05810 1.9e-47 194.9 Bacillus ydhM 2.7.1.196,2.7.1.205 ko:K02760 ko00500,ko02060,map00500,map02060 M00275 R11170,R11172 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.3.2 Bacillus 1VADE@1239,1ZQH2@1386,4HKCQ@91061,COG1440@1,COG1440@2 NA|NA|NA G phosphotransferase system -BSU_05820 224308.BSU05820 7.8e-52 209.5 Bacillus ydhN 2.7.1.196,2.7.1.205 ko:K02759 ko00500,ko02060,map00500,map02060 M00275 R11170,R11172 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.3.2 iYO844.BSU05820 Bacillus 1VA8Z@1239,1ZHBT@1386,4HM1B@91061,COG1447@1,COG1447@2 NA|NA|NA G phosphotransferase system -BSU_05830 224308.BSU05830 3.4e-239 833.9 Bacillus ydhO ko:K02761 ko00500,ko02060,map00500,map02060 M00275 R11170,R11172 RC00017,RC03206 ko00000,ko00001,ko00002,ko02000 4.A.3.2 Bacillus 1TP8D@1239,1ZBJ7@1386,4H9W2@91061,COG1455@1,COG1455@2 NA|NA|NA G The phosphoenolpyruvate-dependent sugar phosphotransferase system (PTS), a major carbohydrate active - transport system, catalyzes the phosphorylation of incoming sugar substrates concomitant with their translocation across the cell membrane -BSU_05840 224308.BSU05840 4.1e-288 996.5 Bacillus ydhP GO:0003674,GO:0003824,GO:0004553,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0008422,GO:0015926,GO:0016787,GO:0016798,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:1901135,GO:1901657 3.2.1.86 ko:K01223 ko00010,ko00500,map00010,map00500 R00839,R05133,R05134 RC00049,RC00171,RC00714 ko00000,ko00001,ko01000 GT1 Bacillus 1TP19@1239,1ZBF2@1386,4H9KU@91061,COG2723@1,COG2723@2 NA|NA|NA G Belongs to the glycosyl hydrolase 1 family -BSU_05850 224308.BSU05850 6.6e-133 479.9 Bacillus ydhQ ko:K03492 ko00000,ko03000 Bacillus 1V0UW@1239,1ZE1N@1386,4HD10@91061,COG2188@1,COG2188@2 NA|NA|NA K UTRA -BSU_05860 224308.BSU05860 1.6e-171 608.6 Bacillus gmuE 2.7.1.4 ko:K00847 ko00051,ko00500,ko00520,ko01100,map00051,map00500,map00520,map01100 R00760,R00867,R03920 RC00002,RC00017 ko00000,ko00001,ko01000 Bacillus 1TQU4@1239,1ZDIZ@1386,4HA1C@91061,COG1940@1,COG1940@2 NA|NA|NA GK COG1940 Transcriptional regulator sugar kinase -BSU_05870 224308.BSU05870 7.1e-191 672.9 Bacillus manA 5.3.1.8 ko:K01809 ko00051,ko00520,ko01100,ko01110,ko01130,map00051,map00520,map01100,map01110,map01130 M00114 R01819 RC00376 ko00000,ko00001,ko00002,ko01000 iYO844.BSU12020 Bacillus 1VRGI@1239,1ZDJI@1386,4HBFW@91061,COG1482@1,COG1482@2 NA|NA|NA G mannose-6-phosphate isomerase -BSU_05880 224308.BSU05880 1.3e-215 755.4 Bacillus ydhT 3.2.1.78 ko:K01218 ko00051,ko02024,map00051,map02024 R01332 RC00467 ko00000,ko00001,ko01000 GH26 Bacillus 1VW9J@1239,1ZEI1@1386,4HWU3@91061,COG4124@1,COG4124@2 NA|NA|NA G Belongs to the glycosyl hydrolase 26 family -BSU_05890 1051501.AYTL01000038_gene395 3.7e-131 474.2 Bacillus katM2 ko:K07217 ko00000 Bacillus 1TP0F@1239,1ZDFW@1386,4HBA9@91061,COG3546@1,COG3546@2 NA|NA|NA P Catalase -BSU_05899 1002809.SSIL_2544 2.6e-16 90.1 Planococcaceae Bacillus 1TP0F@1239,26DS4@186818,4HBA9@91061,COG3546@1,COG3546@2 NA|NA|NA P Manganese containing catalase -BSU_05900 224308.BSU05900 7.8e-185 652.9 Bacillus thiL 2.7.4.16 ko:K00946 ko00730,ko01100,map00730,map01100 M00127 R00617 RC00002 ko00000,ko00001,ko00002,ko01000 iYO844.BSU05900 Bacillus 1V0SM@1239,1ZBME@1386,4HG10@91061,COG0611@1,COG0611@2 NA|NA|NA H Catalyzes the ATP-dependent phosphorylation of thiamine- monophosphate (TMP) to form thiamine-pyrophosphate (TPP), the active form of vitamin B1 -BSU_05910 224308.BSU05910 1.5e-85 322.0 Bacillus ydiB GO:0002949,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0070525,GO:0071704,GO:0090304,GO:1901360 ko:K06925 ko00000,ko03016 Bacillus 1V6CV@1239,1ZGBU@1386,4HIIF@91061,COG0802@1,COG0802@2 NA|NA|NA S ATPase or kinase -BSU_05920 224308.BSU05920 1.5e-126 458.8 Bacillus ydiC GO:0002949,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0070525,GO:0071704,GO:0090304,GO:1901360 ko:K14742 ko00000,ko03016 Bacillus 1V4YX@1239,1ZC43@1386,4HHD7@91061,COG1214@1,COG1214@2 NA|NA|NA O COG1214 Inactive homolog of metal-dependent proteases -BSU_05930 224308.BSU05930 2.1e-84 318.2 Bacillus rimI 2.3.1.128 ko:K03789 ko00000,ko01000,ko03009 Bacillus 1V6KU@1239,1ZGAT@1386,4HIKU@91061,COG0454@1,COG0456@2 NA|NA|NA K This enzyme acetylates the N-terminal alanine of ribosomal protein S18 -BSU_05940 224308.BSU05940 2.1e-191 674.9 Bacillus tsaD GO:0002949,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0070525,GO:0071704,GO:0090304,GO:1901360 2.3.1.234 ko:K01409 R10648 RC00070,RC00416 ko00000,ko01000,ko03016 Bacillus 1TQDR@1239,1ZBT3@1386,4HANB@91061,COG0533@1,COG0533@2 NA|NA|NA O Required for the formation of a threonylcarbamoyl group on adenosine at position 37 (t(6)A37) in tRNAs that read codons beginning with adenine. Is involved in the transfer of the threonylcarbamoyl moiety of threonylcarbamoyl-AMP (TC-AMP) to the N6 group of A37, together with TsaE and TsaB. TsaD likely plays a direct catalytic role in this reaction -BSU_05950 224308.BSU05950 0.0 1090.9 Bacillus ydiF ko:K06158 ko00000,ko03012 Bacillus 1TPAX@1239,1ZB7Z@1386,4HBVV@91061,COG0488@1,COG0488@2 NA|NA|NA S ABC transporter -BSU_05960 224308.BSU05960 9.4e-89 332.8 Bacillus moaC 4.6.1.17 ko:K03637 ko00790,ko01100,ko04122,map00790,map01100,map04122 R11372 RC03425 ko00000,ko00001,ko01000 Bacillus 1V3J4@1239,1ZFIK@1386,4HH39@91061,COG0315@1,COG0315@2 NA|NA|NA H Catalyzes the conversion of (8S)-3',8-cyclo-7,8- dihydroguanosine 5'-triphosphate to cyclic pyranopterin monophosphate (cPMP) -BSU_05970 224308.BSU05970 1.5e-115 422.2 Bacillus rex ko:K01926 ko00000,ko03000 Bacillus 1TSMR@1239,1ZANM@1386,4HB7Q@91061,COG2344@1,COG2344@2 NA|NA|NA K Modulates transcription in response to changes in cellular NADH NAD( ) redox state -BSU_05980 224308.BSU05980 1.6e-21 107.8 Bacillus tatA ko:K03116 ko03060,ko03070,map03060,map03070 M00336 ko00000,ko00001,ko00002,ko02044 2.A.64 Bacillus 1VFP2@1239,1ZIUG@1386,4HNM7@91061,COG1826@1,COG1826@2 NA|NA|NA U Part of the twin-arginine translocation (Tat) system that transports large folded proteins containing a characteristic twin-arginine motif in their signal peptide across membranes. TatA could form the protein-conducting channel of the Tat system -BSU_05990 224308.BSU05990 4.5e-127 460.7 Bacillus tatC GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006886,GO:0008104,GO:0008150,GO:0008320,GO:0008565,GO:0009977,GO:0015031,GO:0015291,GO:0015399,GO:0015405,GO:0015450,GO:0015833,GO:0016020,GO:0022804,GO:0022857,GO:0022884,GO:0032991,GO:0033036,GO:0033281,GO:0034613,GO:0042886,GO:0042887,GO:0043953,GO:0044425,GO:0044459,GO:0044464,GO:0045184,GO:0046907,GO:0051179,GO:0051234,GO:0051641,GO:0051649,GO:0055085,GO:0065002,GO:0070727,GO:0071702,GO:0071705,GO:0071806,GO:0071944,GO:0098796,GO:0098797,GO:1904680 ko:K03118 ko03060,ko03070,map03060,map03070 M00336 ko00000,ko00001,ko00002,ko02044 2.A.64 Bacillus 1U7N7@1239,1ZBYZ@1386,4HB1U@91061,COG0805@1,COG0805@2 NA|NA|NA U Part of the twin-arginine translocation (Tat) system that transports large folded proteins containing a characteristic twin-arginine motif in their signal peptide across membranes -BSU_06000 224308.BSU06000 6.5e-27 125.9 Bacillus ydiK Bacillus 1UAKQ@1239,1ZIH1@1386,29ZQY@1,30MRQ@2,4IKZC@91061 NA|NA|NA S Domain of unknown function (DUF4305) -BSU_06010 224308.BSU06010 1.3e-128 465.7 Bacillus ydiL ko:K07052 ko00000 Bacillus 1UZGJ@1239,1ZBE1@1386,4HFCB@91061,COG1266@1,COG1266@2 NA|NA|NA S CAAX protease self-immunity -BSU_06020 1051501.AYTL01000011_gene17 2.1e-42 177.9 Bacillus groS GO:0003674,GO:0005488,GO:0005515,GO:0006457,GO:0006458,GO:0006950,GO:0006986,GO:0008150,GO:0009987,GO:0010033,GO:0035966,GO:0042221,GO:0043167,GO:0043169,GO:0046872,GO:0050896,GO:0051082,GO:0051084,GO:0051085,GO:0051087,GO:0061077 ko:K04078 ko00000,ko03029,ko03110 Bacillus 1V9ZM@1239,1ZGZ1@1386,4HKEK@91061,COG0234@1,COG0234@2 NA|NA|NA O Binds to Cpn60 in the presence of Mg-ATP and suppresses the ATPase activity of the latter -BSU_06030 224308.BSU06030 1.5e-281 974.9 Bacillus groEL GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006457,GO:0006458,GO:0008150,GO:0009987,GO:0016465,GO:0032991,GO:0044183,GO:0044424,GO:0044444,GO:0044445,GO:0044464,GO:0051082,GO:0061077,GO:0101031,GO:1990220 ko:K04077 ko03018,ko04212,ko04940,ko05134,ko05152,map03018,map04212,map04940,map05134,map05152 ko00000,ko00001,ko03019,ko03029,ko03110,ko04147 Bacillus 1TP1T@1239,1ZBKJ@1386,4HA38@91061,COG0459@1,COG0459@2 NA|NA|NA O Prevents misfolding and promotes the refolding and proper assembly of unfolded polypeptides generated under stress conditions -BSU_06033 1347369.CCAD010000021_gene1565 5.9e-09 65.5 Bacillus Bacillus 1TTJI@1239,1ZB92@1386,4HDG6@91061,COG0582@1,COG0582@2 NA|NA|NA L Belongs to the 'phage' integrase family -BSU_06034 1347369.CCAD010000021_gene1565 1.5e-08 64.7 Bacillus Bacillus 1TTJI@1239,1ZB92@1386,4HDG6@91061,COG0582@1,COG0582@2 NA|NA|NA L Belongs to the 'phage' integrase family -BSU_06037 1347369.CCAD010000021_gene1565 2.5e-16 90.9 Bacillus Bacillus 1TTJI@1239,1ZB92@1386,4HDG6@91061,COG0582@1,COG0582@2 NA|NA|NA L Belongs to the 'phage' integrase family -BSU_06038 1347369.CCAD010000021_gene1565 1.2e-27 129.0 Bacillus Bacillus 1TTJI@1239,1ZB92@1386,4HDG6@91061,COG0582@1,COG0582@2 NA|NA|NA L Belongs to the 'phage' integrase family -BSU_06040 224308.BSU06040 1.1e-65 255.8 Bacteria Bacillus COG3378@1,COG3378@2 NA|NA|NA KL Phage plasmid primase P4 family -BSU_06049 315749.Bcer98_2948 1.1e-08 66.2 Bacillus ko:K07474 ko00000 Bacillus 1VAD9@1239,1ZHGN@1386,4HKES@91061,COG3728@1,COG3728@2 NA|NA|NA L Terminase small subunit -BSU_06060 224308.BSU06060 1.8e-250 871.3 Bacillus GO:0003674,GO:0003824,GO:0006139,GO:0006259,GO:0006304,GO:0006305,GO:0006306,GO:0006725,GO:0006807,GO:0006950,GO:0006952,GO:0008150,GO:0008152,GO:0008168,GO:0009307,GO:0009987,GO:0016740,GO:0016741,GO:0032259,GO:0032776,GO:0034641,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0044355,GO:0044728,GO:0046483,GO:0050896,GO:0071704,GO:0090304,GO:0099046,GO:1901360 2.1.1.37 ko:K00558 ko00270,ko01100,ko05206,map00270,map01100,map05206 M00035 R04858 RC00003,RC00332 ko00000,ko00001,ko00002,ko01000,ko02048,ko03032,ko03036 Bacillus 1TSNX@1239,1ZBQM@1386,4HFAI@91061,COG0270@1,COG0270@2 NA|NA|NA L DNA (cytosine-5-)-methyltransferase activity -BSU_06070 224308.BSU06070 2.7e-232 810.8 Bacillus GO:0003674,GO:0003824,GO:0006139,GO:0006259,GO:0006304,GO:0006305,GO:0006306,GO:0006725,GO:0006807,GO:0006950,GO:0006952,GO:0008150,GO:0008152,GO:0008168,GO:0009307,GO:0009987,GO:0016740,GO:0016741,GO:0032259,GO:0032776,GO:0034641,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0044355,GO:0044728,GO:0046483,GO:0050896,GO:0071704,GO:0090304,GO:0099046,GO:1901360 2.1.1.37 ko:K00558 ko00270,ko01100,ko05206,map00270,map01100,map05206 M00035 R04858 RC00003,RC00332 ko00000,ko00001,ko00002,ko01000,ko02048,ko03032,ko03036 Bacillus 1TPNE@1239,1ZGRG@1386,4IPQ7@91061,COG0270@1,COG0270@2 NA|NA|NA H Belongs to the class I-like SAM-binding methyltransferase superfamily. C5-methyltransferase family -BSU_06073 1294265.JCM21738_1980 2.4e-11 74.7 Bacillus pgcA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 5.4.2.2 ko:K01835 ko00010,ko00030,ko00052,ko00230,ko00500,ko00520,ko00521,ko01100,ko01110,ko01120,ko01130,map00010,map00030,map00052,map00230,map00500,map00520,map00521,map01100,map01110,map01120,map01130 M00549 R00959,R01057,R08639 RC00408 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP2N@1239,1ZBEM@1386,4HADU@91061,COG1109@1,COG1109@2 NA|NA|NA G Phosphoglucomutase -BSU_06074 1294265.JCM21738_1980 1.7e-10 70.9 Bacillus pgcA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 5.4.2.2 ko:K01835 ko00010,ko00030,ko00052,ko00230,ko00500,ko00520,ko00521,ko01100,ko01110,ko01120,ko01130,map00010,map00030,map00052,map00230,map00500,map00520,map00521,map01100,map01110,map01120,map01130 M00549 R00959,R01057,R08639 RC00408 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP2N@1239,1ZBEM@1386,4HADU@91061,COG1109@1,COG1109@2 NA|NA|NA G Phosphoglucomutase -BSU_06076 1347086.CCBA010000021_gene2798 8e-54 216.5 Bacillus pgcA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 5.4.2.2 ko:K01835 ko00010,ko00030,ko00052,ko00230,ko00500,ko00520,ko00521,ko01100,ko01110,ko01120,ko01130,map00010,map00030,map00052,map00230,map00500,map00520,map00521,map01100,map01110,map01120,map01130 M00549 R00959,R01057,R08639 RC00408 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP2N@1239,1ZBEM@1386,4HADU@91061,COG1109@1,COG1109@2 NA|NA|NA G Phosphoglucomutase -BSU_06078 1294265.JCM21738_1980 1.7e-14 84.7 Bacillus pgcA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 5.4.2.2 ko:K01835 ko00010,ko00030,ko00052,ko00230,ko00500,ko00520,ko00521,ko01100,ko01110,ko01120,ko01130,map00010,map00030,map00052,map00230,map00500,map00520,map00521,map01100,map01110,map01120,map01130 M00549 R00959,R01057,R08639 RC00408 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP2N@1239,1ZBEM@1386,4HADU@91061,COG1109@1,COG1109@2 NA|NA|NA G Phosphoglucomutase -BSU_06100 224308.BSU06100 2e-199 701.4 Bacilli Bacillus 1TPIP@1239,4HH8S@91061,COG1401@1,COG1401@2 NA|NA|NA V AAA domain (dynein-related subfamily) -BSU_06110 224308.BSU06110 8.4e-257 892.5 Bacillus Bacillus 1UPXU@1239,1ZNF0@1386,28NWY@1,2ZBUR@2,4HJPD@91061 NA|NA|NA J LlaJI restriction endonuclease -BSU_06120 1274524.BSONL12_13101 1.8e-08 65.5 Bacillus Bacillus 1V1KI@1239,1ZG04@1386,4HFUC@91061,COG1073@1,COG1073@2 NA|NA|NA S Abhydrolase domain containing 18 -BSU_06130 224308.BSU06130 3.5e-63 247.3 Bacilli Bacillus 1V1KI@1239,4HFUC@91061,COG1073@1,COG1073@2 NA|NA|NA S alpha beta -BSU_06140 224308.BSU06140 0.0 1671.8 Bacillus gutR ko:K16247 ko00000,ko03000 Bacillus 1VSHC@1239,1ZM8Y@1386,4HVBE@91061,COG0457@1,COG0457@2 NA|NA|NA K NB-ARC domain -BSU_06150 224308.BSU06150 6.5e-201 706.4 Bacillus gutB 1.1.1.14 ko:K00008 ko00040,ko00051,ko01100,map00040,map00051,map01100 M00014 R00875,R01896 RC00085,RC00102 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPWP@1239,1ZRDJ@1386,4IPQ3@91061,COG1063@1,COG1063@2 NA|NA|NA E Dehydrogenase -BSU_06160 224308.BSU06160 1.2e-255 888.6 Bacillus gutP ko:K03292,ko:K16248 ko00000,ko02000 2.A.2 Bacillus 1TRA5@1239,1ZFRW@1386,4HBAI@91061,COG2211@1,COG2211@2 NA|NA|NA G MFS/sugar transport protein -BSU_06170 224308.BSU06170 1.9e-175 621.7 Bacillus ydjE 2.7.1.4 ko:K00847 ko00051,ko00500,ko00520,ko01100,map00051,map00500,map00520,map01100 R00760,R00867,R03920 RC00002,RC00017 ko00000,ko00001,ko01000 Bacillus 1TPGM@1239,1ZPUT@1386,4HCVK@91061,COG0524@1,COG0524@2 NA|NA|NA G pfkB family carbohydrate kinase -BSU_06180 224308.BSU06180 1.1e-113 416.0 Bacillus pspA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 ko:K03969 ko00000 Bacillus 1UYNB@1239,1ZBUS@1386,4HAMR@91061,COG1842@1,COG1842@2 NA|NA|NA KT Phage shock protein A -BSU_06190 224308.BSU06190 5.7e-178 630.2 Bacillus ydjG Bacillus 1UI22@1239,1ZD8P@1386,4HBK5@91061,COG1198@1,COG1198@2 NA|NA|NA L Involved in the restart of stalled replication forks. Recognizes and binds the arrested nascent DNA chain at stalled replication forks. It can open the DNA duplex, via its helicase activity, and promote assembly of the primosome and loading of the major replicative helicase DnaB onto DNA -BSU_06200 224308.BSU06200 3.6e-137 494.2 Bacillus ydjH ko:K06872 ko00000 Bacillus 1V8N5@1239,1ZF0N@1386,4HN3N@91061,COG1512@1,COG1512@2 NA|NA|NA S COG1512 Beta-propeller domains of methanol dehydrogenase type -BSU_06210 224308.BSU06210 1.8e-149 535.4 Bacillus ydjI Bacillus 1TRYU@1239,1ZE87@1386,4HB4Z@91061,COG4260@1,COG4260@2 NA|NA|NA S virion core protein (lumpy skin disease virus) -BSU_06220 224308.BSU06220 7.9e-196 689.5 Bacilli Bacillus 1UYYN@1239,28JN3@1,2Z9EI@2,4HDZ8@91061 NA|NA|NA S Ion transport 2 domain protein -BSU_06230 224308.BSU06230 4.5e-258 896.7 Bacillus iolT GO:0003674,GO:0005215,GO:0005351,GO:0005402,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0008643,GO:0015075,GO:0015077,GO:0015078,GO:0015144,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015672,GO:0022804,GO:0022857,GO:0022890,GO:0034219,GO:0034220,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0098655,GO:0098660,GO:0098662,GO:1902600 ko:K06609 ko00000,ko02000 2.A.1.1.26 Bacillus 1TREV@1239,1ZAUM@1386,4HAN1@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_06240 224308.BSU06240 8.9e-195 686.0 Bacillus bdhA GO:0000721,GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0016491,GO:0016614,GO:0016616,GO:0055114 1.1.1.303,1.1.1.4 ko:K00004 ko00650,map00650 R02855,R02946,R10504 RC00205,RC00525 ko00000,ko00001,ko01000 iYO844.BSU06240 Bacillus 1TPWP@1239,1ZBQS@1386,4HABC@91061,COG1063@1,COG1063@2 NA|NA|NA E Dehydrogenase -BSU_06250 224308.BSU06250 9.9e-64 249.2 Bacillus ydjM Bacillus 1VPGQ@1239,1ZG1Y@1386,4HXBZ@91061,COG0797@1,COG0797@2 NA|NA|NA M Lytic transglycolase -BSU_06260 224308.BSU06260 7.4e-157 560.1 Bacillus ydjN Bacillus 1U2TZ@1239,1ZEIS@1386,4HSNM@91061,COG0823@1,COG0823@2 NA|NA|NA U Involved in the tonB-independent uptake of proteins -BSU_06270 224308.BSU06270 1.6e-34 151.4 Bacillus ydjO Bacillus 1VGI2@1239,1ZK65@1386,2CGYI@1,32YUY@2,4HPBN@91061 NA|NA|NA S Cold-inducible protein YdjO -BSU_06280 224308.BSU06280 1.6e-159 568.5 Bacillus Bacillus 1UIX9@1239,1ZREK@1386,4ISVM@91061,COG2267@1,COG2267@2 NA|NA|NA I Alpha/beta hydrolase family -BSU_06290 224308.BSU06290 5.3e-181 640.2 Bacillus yeaA Bacillus 1TSE5@1239,1ZDYE@1386,28IH1@1,2Z8IC@2,4HD81@91061 NA|NA|NA S Protein of unknown function (DUF4003) -BSU_06300 224308.BSU06300 0.0 1087.0 Bacillus cotA GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0016491,GO:0016679,GO:0016682,GO:0016722,GO:0052716,GO:0055114 1.16.3.3 ko:K06324 ko00000,ko01000 Bacillus 1TQSU@1239,1ZD48@1386,4HDD6@91061,COG2132@1,COG2132@2 NA|NA|NA Q multicopper oxidases -BSU_06310 224308.BSU06310 4.4e-253 880.2 Bacillus gabP ko:K11735 ko00000,ko02000 2.A.3.1.4,2.A.3.1.5 iYO844.BSU06310 Bacillus 1TP97@1239,1ZS14@1386,4H9QX@91061,COG1113@1,COG1113@2 NA|NA|NA E COG1113 Gamma-aminobutyrate permease and related permeases -BSU_06320 224308.BSU06320 1.3e-154 552.4 Bacillus yeaB Bacillus 1TSGY@1239,1ZAPN@1386,4H9WP@91061,COG0053@1,COG0053@2 NA|NA|NA P Belongs to the cation diffusion facilitator (CDF) transporter (TC 2.A.4) family -BSU_06330 224308.BSU06330 2.7e-177 627.9 Bacillus yeaC GO:0005575,GO:0005618,GO:0005623,GO:0030312,GO:0044464,GO:0071944 ko:K03924 ko00000,ko01000 Bacillus 1TPKR@1239,1ZDJ1@1386,4HA0T@91061,COG0714@1,COG0714@2 NA|NA|NA S COG0714 MoxR-like ATPases -BSU_06340 224308.BSU06340 1.6e-224 785.0 Bacillus yeaD Bacillus 1TUWF@1239,1ZCAS@1386,4HDRE@91061,COG1721@1,COG1721@2 NA|NA|NA S conserved protein (some members contain a von Willebrand factor type A (vWA) domain) -BSU_06350 224308.BSU06350 0.0 1261.5 Bacillus yebA Bacillus 1TP8K@1239,1ZBUN@1386,4HB2E@91061,COG1305@1,COG1305@2 NA|NA|NA E COG1305 Transglutaminase-like enzymes -BSU_06360 224308.BSU06360 4.9e-306 1056.2 Bacillus guaA GO:0003674,GO:0003824,GO:0003921,GO:0003922,GO:0006139,GO:0006163,GO:0006164,GO:0006177,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009116,GO:0009117,GO:0009119,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009163,GO:0009165,GO:0009167,GO:0009168,GO:0009259,GO:0009260,GO:0009987,GO:0016874,GO:0016879,GO:0016884,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034404,GO:0034641,GO:0034654,GO:0042278,GO:0042451,GO:0042455,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0046037,GO:0046128,GO:0046129,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901068,GO:1901070,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 6.3.5.2 ko:K01951 ko00230,ko00983,ko01100,map00230,map00983,map01100 M00050 R01230,R01231,R08244 RC00010,RC00204 ko00000,ko00001,ko00002,ko01000,ko01002 Bacillus 1TPG8@1239,1ZB6Z@1386,4HA7Q@91061,COG0518@1,COG0518@2,COG0519@1,COG0519@2 NA|NA|NA F Catalyzes the synthesis of GMP from XMP -BSU_06370 224308.BSU06370 1e-211 742.7 Bacillus pbuG ko:K06901 ko00000,ko02000 2.A.1.40 iYO844.BSU06370 Bacillus 1TQC6@1239,1ZARH@1386,4HANG@91061,COG2252@1,COG2252@2 NA|NA|NA S permease -BSU_06380 224308.BSU06380 2.3e-118 431.8 Bacillus yebC Bacillus 1VK5M@1239,1ZF8F@1386,4HS44@91061,COG3064@1,COG3064@2 NA|NA|NA M Membrane -BSU_06400 224308.BSU06400 6.8e-93 346.7 Bacillus yebE Bacillus 1V14J@1239,1ZBPZ@1386,4HCBK@91061,COG4843@1,COG4843@2 NA|NA|NA S UPF0316 protein -BSU_06410 224308.BSU06410 1.3e-27 128.3 Bacillus yebG Bacillus 1VKIZ@1239,1ZJ2K@1386,2C5CS@1,33A0C@2,4HRCC@91061 NA|NA|NA S NETI protein -BSU_06420 224308.BSU06420 4.3e-83 313.9 Bacillus purE 5.4.99.18 ko:K01588 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048 R07405 RC01947 ko00000,ko00001,ko00002,ko01000 Bacillus 1V1MV@1239,1ZFRE@1386,4HFR7@91061,COG0041@1,COG0041@2 NA|NA|NA F Catalyzes the conversion of N5-carboxyaminoimidazole ribonucleotide (N5-CAIR) to 4-carboxy-5-aminoimidazole ribonucleotide (CAIR) -BSU_06430 224308.BSU06430 9.1e-217 759.2 Bacillus purK GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 6.3.4.18 ko:K01589 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048 R07404 RC01927 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQCD@1239,1ZB8P@1386,4H9M5@91061,COG0026@1,COG0026@2 NA|NA|NA F Catalyzes the ATP-dependent conversion of 5- aminoimidazole ribonucleotide (AIR) and HCO(3)(-) to N5- carboxyaminoimidazole ribonucleotide (N5-CAIR) -BSU_06440 224308.BSU06440 1.6e-246 858.2 Bacillus purB GO:0003674,GO:0003824,GO:0004018,GO:0006139,GO:0006163,GO:0006164,GO:0006167,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009167,GO:0009168,GO:0009259,GO:0009260,GO:0009987,GO:0016829,GO:0016840,GO:0016842,GO:0017144,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0044208,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0046033,GO:0046390,GO:0046483,GO:0055086,GO:0070626,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 4.3.2.2 ko:K01756 ko00230,ko00250,ko01100,ko01110,ko01130,map00230,map00250,map01100,map01110,map01130 M00048,M00049 R01083,R04559 RC00379,RC00444,RC00445 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPMM@1239,1ZC7P@1386,4HACW@91061,COG0015@1,COG0015@2 NA|NA|NA F Belongs to the lyase 1 family. Adenylosuccinate lyase subfamily -BSU_06450 224308.BSU06450 2e-132 478.4 Bacillus purC 6.3.2.6 ko:K01923 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048 R04591 RC00064,RC00162 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP11@1239,1ZAWJ@1386,4H9U8@91061,COG0152@1,COG0152@2 NA|NA|NA F Belongs to the SAICAR synthetase family -BSU_06460 224308.BSU06460 4.9e-38 163.3 Bacillus purS 6.3.5.3 ko:K01952 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048 R04463 RC00010,RC01160 ko00000,ko00001,ko00002,ko01000 iYO844.BSU06460 Bacillus 1VEH1@1239,1ZHUG@1386,4HP0E@91061,COG1828@1,COG1828@2 NA|NA|NA F Part of the phosphoribosylformylglycinamidine synthase complex involved in the purines biosynthetic pathway. Catalyzes the ATP-dependent conversion of formylglycinamide ribonucleotide (FGAR) and glutamine to yield formylglycinamidine ribonucleotide (FGAM) and glutamate. The FGAM synthase complex is composed of three subunits. PurQ produces an ammonia molecule by converting glutamine to glutamate. PurL transfers the ammonia molecule to FGAR to form FGAM in an ATP-dependent manner. PurS interacts with PurQ and PurL and is thought to assist in the transfer of the ammonia molecule from PurQ to PurL -BSU_06470 224308.BSU06470 8.6e-130 469.5 Bacillus purQ GO:0003674,GO:0003824,GO:0004642,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009150,GO:0009152,GO:0009165,GO:0009259,GO:0009260,GO:0009987,GO:0016874,GO:0016879,GO:0016884,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 6.3.5.3 ko:K01952 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048 R04463 RC00010,RC01160 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP1B@1239,1ZB9C@1386,4HAKZ@91061,COG0047@1,COG0047@2 NA|NA|NA F Part of the phosphoribosylformylglycinamidine synthase complex involved in the purines biosynthetic pathway. Catalyzes the ATP-dependent conversion of formylglycinamide ribonucleotide (FGAR) and glutamine to yield formylglycinamidine ribonucleotide (FGAM) and glutamate. The FGAM synthase complex is composed of three subunits. PurQ produces an ammonia molecule by converting glutamine to glutamate. PurL transfers the ammonia molecule to FGAR to form FGAM in an ATP-dependent manner. PurS interacts with PurQ and PurL and is thought to assist in the transfer of the ammonia molecule from PurQ to PurL -BSU_06480 224308.BSU06480 0.0 1461.0 Bacillus purL GO:0000166,GO:0003674,GO:0003824,GO:0004642,GO:0005488,GO:0005524,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009165,GO:0009987,GO:0016874,GO:0016879,GO:0016884,GO:0017076,GO:0018130,GO:0019438,GO:0019637,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034641,GO:0034654,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:0097159,GO:0097367,GO:1901265,GO:1901293,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576 6.3.5.3 ko:K01952 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048 R04463 RC00010,RC01160 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPAS@1239,1ZCN8@1386,4HB3N@91061,COG0046@1,COG0046@2 NA|NA|NA F Part of the phosphoribosylformylglycinamidine synthase complex involved in the purines biosynthetic pathway. Catalyzes the ATP-dependent conversion of formylglycinamide ribonucleotide (FGAR) and glutamine to yield formylglycinamidine ribonucleotide (FGAM) and glutamate. The FGAM synthase complex is composed of three subunits. PurQ produces an ammonia molecule by converting glutamine to glutamate. PurL transfers the ammonia molecule to FGAR to form FGAM in an ATP-dependent manner. PurS interacts with PurQ and PurL and is thought to assist in the transfer of the ammonia molecule from PurQ to PurL -BSU_06490 224308.BSU06490 1.6e-271 941.4 Bacillus purF 2.4.2.14 ko:K00764 ko00230,ko00250,ko01100,ko01110,ko01130,map00230,map00250,map01100,map01110,map01130 M00048 R01072 RC00010,RC02724,RC02752 ko00000,ko00001,ko00002,ko01000,ko01002 Bacillus 1TPH3@1239,1ZCE0@1386,4HAXU@91061,COG0034@1,COG0034@2 NA|NA|NA F Catalyzes the formation of phosphoribosylamine from phosphoribosylpyrophosphate (PRPP) and glutamine -BSU_06500 224308.BSU06500 1.3e-177 629.0 Bacillus purM 6.3.3.1 ko:K01933 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048 R04208 RC01100 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP9J@1239,1ZBPS@1386,4HABW@91061,COG0150@1,COG0150@2 NA|NA|NA F Phosphoribosylformylglycinamidine cyclo-ligase -BSU_06510 224308.BSU06510 1.7e-105 388.7 Bacillus purN 2.1.2.2 ko:K11175 ko00230,ko00670,ko01100,ko01110,ko01130,map00230,map00670,map01100,map01110,map01130 M00048 R04325,R04326 RC00026,RC00197,RC01128 ko00000,ko00001,ko00002,ko01000 Bacillus 1V3RJ@1239,1ZFSE@1386,4HGY5@91061,COG0299@1,COG0299@2 NA|NA|NA F Catalyzes the transfer of a formyl group from 10- formyltetrahydrofolate to 5-phospho-ribosyl-glycinamide (GAR), producing 5-phospho-ribosyl-N-formylglycinamide (FGAR) and tetrahydrofolate -BSU_06520 224308.BSU06520 2e-288 997.7 Bacillus purH 2.1.2.3,3.5.4.10 ko:K00602 ko00230,ko00670,ko01100,ko01110,ko01130,ko01523,map00230,map00670,map01100,map01110,map01130,map01523 M00048 R01127,R04560 RC00026,RC00263,RC00456 ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1TPQ5@1239,1ZD5E@1386,4H9YY@91061,COG0138@1,COG0138@2 NA|NA|NA F Bifunctional purine biosynthesis protein PurH -BSU_06530 224308.BSU06530 2.8e-235 820.8 Bacillus purD 6.3.4.13 ko:K01945 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048 R04144 RC00090,RC00166 ko00000,ko00001,ko00002,ko01000 iYO844.BSU06530 Bacillus 1UHN9@1239,1ZCE3@1386,4HA70@91061,COG0151@1,COG0151@2 NA|NA|NA F Belongs to the GARS family -BSU_06540 224308.BSU06540 7.7e-73 279.6 Bacillus GO:0001101,GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0042221,GO:0043200,GO:0043565,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1901698,GO:1901700,GO:1903506,GO:2000112,GO:2001141 Bacillus 1V3MI@1239,1ZGV7@1386,4HH5Z@91061,COG1522@1,COG1522@2 NA|NA|NA K helix_turn_helix ASNC type -BSU_06550 224308.BSU06550 3.8e-232 810.4 Bacillus GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015179,GO:0015291,GO:0015297,GO:0015318,GO:0015711,GO:0015807,GO:0015849,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1902475,GO:1903825,GO:1905039 ko:K16263 ko00000,ko02000 2.A.3.13 Bacillus 1TT8K@1239,1ZCR4@1386,4HCAU@91061,COG0531@1,COG0531@2 NA|NA|NA E Amino acid permease -BSU_06559 1051501.AYTL01000011_gene58 4.5e-27 126.7 Bacillus Bacillus 1VIHS@1239,1ZJ0E@1386,2EAXM@1,334YP@2,4HR0C@91061 NA|NA|NA S Protein of unknown function (DUF2892) -BSU_06560 224308.BSU06560 0.0 1201.4 Bacillus yerA GO:0003674,GO:0003824,GO:0006040,GO:0006044,GO:0006046,GO:0008150,GO:0008152,GO:0008448,GO:0009056,GO:0016787,GO:0016810,GO:0016811,GO:0019213,GO:0046348,GO:0071704,GO:1901071,GO:1901072,GO:1901135,GO:1901136,GO:1901575 3.5.4.2 ko:K01486 ko00230,ko01100,map00230,map01100 R01244 RC00477 ko00000,ko00001,ko01000 Bacillus 1TP84@1239,1ZAY2@1386,4HAIR@91061,COG1001@1,COG1001@2 NA|NA|NA F adenine deaminase -BSU_06570 224308.BSU06570 4e-192 677.2 Bacillus yerB Bacillus 1TRGE@1239,1ZB6W@1386,4HBPI@91061,COG1470@1,COG1470@2 NA|NA|NA S Protein of unknown function (DUF3048) C-terminal domain -BSU_06580 1051501.AYTL01000011_gene61 1.1e-50 205.7 Bacillus yerC Bacillus 1VA04@1239,1ZH87@1386,4HKS8@91061,COG4496@1,COG4496@2 NA|NA|NA S protein conserved in bacteria -BSU_06590 224308.BSU06590 5.5e-305 1052.7 Bacillus yerD GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006536,GO:0006537,GO:0006541,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0015930,GO:0016053,GO:0016491,GO:0016638,GO:0019676,GO:0019740,GO:0019752,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0055114,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 Bacillus 1TSHA@1239,1ZCQH@1386,4HA97@91061,COG0069@1,COG0069@2 NA|NA|NA E Belongs to the glutamate synthase family -BSU_06600 224308.BSU06600 3.8e-125 454.1 Bacillus pcrB GO:0002094,GO:0003674,GO:0003824,GO:0004659,GO:0006629,GO:0006644,GO:0006650,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0009058,GO:0009987,GO:0016740,GO:0016765,GO:0019637,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0045017,GO:0046474,GO:0046486,GO:0071704,GO:0090407,GO:1901576 ko:K07094 ko00000,ko01000 Bacillus 1TQQK@1239,1ZBBT@1386,4H9YW@91061,COG1646@1,COG1646@2 NA|NA|NA I 35 carbon atoms) to the C3 hydroxyl of sn-glycerol-1-phosphate (G1P), producing heptaprenylglyceryl phosphate (HepGP). This reaction is an ether-bond-formation step in the biosynthesis of archaea-type G1P-based membrane lipids found in Bacillales -BSU_06610 224308.BSU06610 0.0 1436.4 Bacillus pcrA 3.6.4.12 ko:K03657 ko03420,ko03430,map03420,map03430 ko00000,ko00001,ko01000,ko03400 Bacillus 1TPSU@1239,1ZCM9@1386,4HB12@91061,COG0210@1,COG0210@2 NA|NA|NA L ATP-dependent DNA helicase -BSU_06620 224308.BSU06620 0.0 1285.8 Bacillus ligA GO:0003674,GO:0003824,GO:0003909,GO:0003911,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006259,GO:0006266,GO:0006281,GO:0006284,GO:0006288,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009987,GO:0016874,GO:0016886,GO:0033554,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0050896,GO:0051103,GO:0051716,GO:0071704,GO:0090304,GO:0140097,GO:1901360 6.5.1.2 ko:K01972 ko03030,ko03410,ko03420,ko03430,map03030,map03410,map03420,map03430 R00382 RC00005 ko00000,ko00001,ko01000,ko03032,ko03400 Bacillus 1TPQ3@1239,1ZATN@1386,4HA1D@91061,COG0272@1,COG0272@2 NA|NA|NA L DNA ligase that catalyzes the formation of phosphodiester linkages between 5'-phosphoryl and 3'-hydroxyl groups in double-stranded DNA using NAD as a coenzyme and as the energy source for the reaction. It is essential for DNA replication and repair of damaged DNA -BSU_06630 224308.BSU06630 7e-220 769.6 Bacillus yerH Bacillus 1TSYE@1239,1ZBGV@1386,4HBI8@91061,COG4851@1,COG4851@2 NA|NA|NA S COG4851 Protein involved in sex pheromone biosynthesis -BSU_06640 224308.BSU06640 3.4e-199 700.7 Bacillus yerI Bacillus 1TSRC@1239,1ZEJM@1386,4HEJ3@91061,COG2334@1,COG2334@2 NA|NA|NA S homoserine kinase type II (protein kinase fold) -BSU_06650 224308.BSU06650 1.6e-123 448.7 Bacillus sapB ko:K07507 ko00000,ko02000 9.B.20 Bacillus 1V409@1239,1ZBY0@1386,4HGHY@91061,COG1285@1,COG1285@2 NA|NA|NA S MgtC SapB transporter -BSU_06660 224308.BSU06660 3.4e-264 917.1 Bacillus opuE ko:K03307 ko00000 2.A.21 Bacillus 1TPVE@1239,1ZB64@1386,4H9KW@91061,COG0591@1,COG0591@2 NA|NA|NA E Belongs to the sodium solute symporter (SSF) (TC 2.A.21) family -BSU_06670 1051501.AYTL01000011_gene70 3.6e-45 187.2 Bacillus gatC 6.3.5.6,6.3.5.7 ko:K02435 ko00970,ko01100,map00970,map01100 R03905,R04212 RC00010 ko00000,ko00001,ko01000,ko03029 Bacillus 1VEK3@1239,1ZH54@1386,4HNNA@91061,COG0721@1,COG0721@2 NA|NA|NA J Allows the formation of correctly charged Asn-tRNA(Asn) or Gln-tRNA(Gln) through the transamidation of misacylated Asp- tRNA(Asn) or Glu-tRNA(Gln) in organisms which lack either or both of asparaginyl-tRNA or glutaminyl-tRNA synthetases. The reaction takes place in the presence of glutamine and ATP through an activated phospho-Asp-tRNA(Asn) or phospho-Glu-tRNA(Gln) -BSU_06680 224308.BSU06680 2.1e-274 951.0 Bacillus gatA 6.3.5.6,6.3.5.7 ko:K02433 ko00970,ko01100,map00970,map01100 R03905,R04212 RC00010 ko00000,ko00001,ko01000,ko03029 Bacillus 1TP0C@1239,1ZAT1@1386,4HBAZ@91061,COG0154@1,COG0154@2 NA|NA|NA J Allows the formation of correctly charged Gln-tRNA(Gln) through the transamidation of misacylated Glu-tRNA(Gln) in organisms which lack glutaminyl-tRNA synthetase. The reaction takes place in the presence of glutamine and ATP through an activated gamma-phospho-Glu-tRNA(Gln) -BSU_06690 224308.BSU06690 5.2e-270 936.4 Bacillus gatB GO:0003674,GO:0003824,GO:0006082,GO:0006139,GO:0006399,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016070,GO:0016874,GO:0016879,GO:0016884,GO:0019752,GO:0034641,GO:0034660,GO:0043038,GO:0043039,GO:0043170,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0046483,GO:0050567,GO:0070681,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564 6.3.5.6,6.3.5.7 ko:K02434 ko00970,ko01100,map00970,map01100 R03905,R04212 RC00010 ko00000,ko00001,ko01000,ko03029 Bacillus 1TPG3@1239,1ZB3K@1386,4HAFB@91061,COG0064@1,COG0064@2 NA|NA|NA J Allows the formation of correctly charged Asn-tRNA(Asn) or Gln-tRNA(Gln) through the transamidation of misacylated Asp- tRNA(Asn) or Glu-tRNA(Gln) in organisms which lack either or both of asparaginyl-tRNA or glutaminyl-tRNA synthetases. The reaction takes place in the presence of glutamine and ATP through an activated phospho-Asp-tRNA(Asn) or phospho-Glu-tRNA(Gln) -BSU_06700 224308.BSU06700 6.8e-156 556.6 Bacillus yerO GO:0003674,GO:0003700,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 Bacillus 1UDHR@1239,1ZFND@1386,4HFAX@91061,COG1309@1,COG1309@2 NA|NA|NA K Transcriptional regulator -BSU_06710 224308.BSU06710 0.0 1765.4 Bacillus swrC ko:K03296 ko00000 2.A.6.2 Bacillus 1TQ03@1239,1ZBJ3@1386,4HAFP@91061,COG0841@1,COG0841@2 NA|NA|NA V Belongs to the resistance-nodulation-cell division (RND) (TC 2.A.6) family -BSU_06720 224308.BSU06720 5.1e-170 603.6 Bacillus dagK GO:0003674,GO:0003824,GO:0004143,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0044237 2.7.1.107 ko:K07029 ko00561,ko00564,ko01100,ko01110,map00561,map00564,map01100,map01110 R02240 RC00002,RC00017 ko00000,ko00001,ko01000 Bacillus 1TQAU@1239,1ZBPD@1386,4H9WD@91061,COG1597@1,COG1597@2 NA|NA|NA I COG1597 Sphingosine kinase and enzymes related to eukaryotic diacylglycerol kinase -BSU_06730 224308.BSU06730 2e-255 887.9 Bacillus yefA GO:0000154,GO:0001510,GO:0003674,GO:0003824,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008169,GO:0008173,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016436,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0070041,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.190 ko:K03215 ko00000,ko01000,ko03009 Bacillus 1TP4H@1239,1ZB9G@1386,4HA6M@91061,COG2265@1,COG2265@2 NA|NA|NA J Belongs to the class I-like SAM-binding methyltransferase superfamily. RNA M5U methyltransferase family -BSU_06740 224308.BSU06740 2.2e-165 588.2 Bacillus GO:0000150,GO:0003674,GO:0003824,GO:0006139,GO:0006259,GO:0006310,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:0140097,GO:1901360 Bacillus 1TPA6@1239,1ZREM@1386,4HUAQ@91061,COG1961@1,COG1961@2 NA|NA|NA L Recombinase -BSU_06750 224308.BSU06750 5.4e-53 213.4 Bacillus GO:0000150,GO:0003674,GO:0003824,GO:0006139,GO:0006259,GO:0006310,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:0140097,GO:1901360 Bacillus 1V51N@1239,1ZQD1@1386,4HDX2@91061,COG1961@1,COG1961@2 NA|NA|NA L Resolvase, N terminal domain -BSU_06760 224308.BSU06760 0.0 1761.9 Bacilli Bacillus 1TRZH@1239,4HE9W@91061,COG1002@1,COG1002@2 NA|NA|NA V Type II restriction enzyme, methylase subunits -BSU_06770 224308.BSU06770 0.0 1177.9 Bacilli Bacillus 1TQUR@1239,4HDB4@91061,COG1061@1,COG1061@2 NA|NA|NA L DEAD-like helicases superfamily -BSU_06780 224308.BSU06780 3e-212 744.2 Bacilli Bacillus 1V2DG@1239,4HFZU@91061,COG0226@1,COG0226@2 NA|NA|NA P T5orf172 -BSU_06800 224308.BSU06800 1e-30 138.7 Bacillus Bacillus 1W27D@1239,1ZKI6@1386,2EGIH@1,33AAN@2,4I1VW@91061 NA|NA|NA S Colicin immunity protein / pyocin immunity protein -BSU_06811 224308.BSU06811 6.8e-83 313.2 Bacillus Bacillus 1VJMI@1239,1ZI9K@1386,32YNG@2,4HPD8@91061,COG5444@1 NA|NA|NA S Protein of unknown function, DUF600 -BSU_06812 224308.BSU06812 0.0 1248.8 Bacillus Bacillus 1V674@1239,1ZF5M@1386,4HKPS@91061,COG5444@1,COG5444@2 NA|NA|NA L nucleic acid phosphodiester bond hydrolysis -BSU_06820 224308.BSU06820 3.1e-192 677.6 Bacteria Bacillus COG3391@1,COG3391@2 NA|NA|NA CO amine dehydrogenase activity -BSU_06830 224308.BSU06830 9.3e-214 749.2 Bacillus rapH ko:K06366 ko02024,map02024 ko00000,ko00001,ko01000 Bacillus 1TVDD@1239,1ZEMY@1386,4IJYM@91061,COG0457@1,COG0457@2 NA|NA|NA S Tetratricopeptide repeat -BSU_06840 224308.BSU06840 1.6e-126 458.8 Bacillus yeeI GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 Bacillus 1TPP5@1239,1ZBN0@1386,4H9WJ@91061,COG0217@1,COG0217@2 NA|NA|NA K transcriptional regulatory protein -BSU_06860 224308.BSU06860 2e-103 381.7 Bacillus yezE GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 ko:K16137 ko00000,ko03000 Bacillus 1VTZE@1239,1ZH8K@1386,4HTVN@91061,COG1309@1,COG1309@2 NA|NA|NA K Transcriptional regulator -BSU_06870 224308.BSU06870 1.6e-81 308.5 Bacillus yesE ko:K06893 ko00000 Bacillus 1VXIF@1239,1ZNB7@1386,4HXSI@91061,COG3631@1,COG3631@2 NA|NA|NA S SnoaL-like domain -BSU_06880 224308.BSU06880 3.8e-159 567.4 Bacillus yesF Bacillus 1VQTZ@1239,1ZGK1@1386,4HU7Q@91061,COG0702@1,COG0702@2 NA|NA|NA GM NAD(P)H-binding -BSU_06890 224308.BSU06890 9e-45 185.7 Bacillus cotJA ko:K06332 ko00000 Bacillus 1VFSE@1239,1ZISW@1386,2E85N@1,332J6@2,4HNIY@91061 NA|NA|NA S Spore coat associated protein JA (CotJA) -BSU_06900 224308.BSU06900 2.5e-45 187.6 Bacillus cotJB ko:K06333 ko00000 Bacillus 1VESM@1239,1ZI8X@1386,2E34J@1,32Y4N@2,4HKID@91061 NA|NA|NA S CotJB protein -BSU_06910 224308.BSU06910 8.8e-104 382.9 Bacillus cotJC ko:K06334 ko00000 Bacillus 1TQVQ@1239,1ZQQY@1386,4HA34@91061,COG3546@1,COG3546@2 NA|NA|NA P Spore Coat -BSU_06920 224308.BSU06920 7.1e-103 379.8 Bacillus yesJ Bacillus 1VBXZ@1239,1ZQWG@1386,4ISWT@91061,COG0454@1,COG0454@2 NA|NA|NA K Acetyltransferase (GNAT) family -BSU_06940 224308.BSU06940 7.5e-104 383.3 Bacillus yesL Bacillus 1V4YK@1239,1ZGAP@1386,4HHBR@91061,COG5578@1,COG5578@2 NA|NA|NA S Protein of unknown function, DUF624 -BSU_06950 224308.BSU06950 0.0 1104.4 Bacillus yesM 2.7.13.3 ko:K07718 ko02020,map02020 M00519 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1UU89@1239,1ZAUI@1386,4HECK@91061,COG2972@1,COG2972@2 NA|NA|NA T Histidine kinase -BSU_06960 224308.BSU06960 5e-204 716.8 Bacillus ko:K07720 ko02020,map02020 M00519 ko00000,ko00001,ko00002,ko02022 Bacillus 1UZKW@1239,1ZPXG@1386,4HF1S@91061,COG2207@1,COG2207@2,COG4753@1,COG4753@2 NA|NA|NA K helix_turn_helix, arabinose operon control protein -BSU_06970 224308.BSU06970 1.1e-247 862.1 Bacillus yesO ko:K02027 M00207 ko00000,ko00002,ko02000 3.A.1.1 iYO844.BSU06970 Bacillus 1TQJV@1239,1ZBWM@1386,4HBW5@91061,COG1653@1,COG1653@2 NA|NA|NA G Bacterial extracellular solute-binding protein -BSU_06980 224308.BSU06980 4.7e-171 607.1 Bacillus GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 ko:K02025 M00207 ko00000,ko00002,ko02000 3.A.1.1 Bacillus 1TPTZ@1239,1ZAQ5@1386,4HB63@91061,COG1175@1,COG1175@2 NA|NA|NA G Binding-protein-dependent transport system inner membrane component -BSU_06990 224308.BSU06990 2.2e-165 588.2 Bacillus ko:K02026 M00207 ko00000,ko00002,ko02000 3.A.1.1 iYO844.BSU06990 Bacillus 1TSYB@1239,1ZEBZ@1386,4HBHQ@91061,COG0395@1,COG0395@2 NA|NA|NA P Binding-protein-dependent transport system inner membrane component -BSU_07000 224308.BSU07000 2.7e-199 701.0 Bacillus 3.2.1.172 ko:K15532 ko00000,ko01000 GH105 Bacillus 1UYKV@1239,1ZDHW@1386,4HEBW@91061,COG4225@1,COG4225@2 NA|NA|NA S Glycosyl Hydrolase Family 88 -BSU_07010 224308.BSU07010 0.0 1490.7 Bacillus yesS GO:0003674,GO:0003824,GO:0006081,GO:0006082,GO:0006089,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009438,GO:0009987,GO:0016053,GO:0016829,GO:0016835,GO:0016836,GO:0019172,GO:0019243,GO:0019249,GO:0019752,GO:0032787,GO:0042180,GO:0042182,GO:0043436,GO:0044237,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0046185,GO:0046394,GO:0051596,GO:0061727,GO:0071704,GO:0072330,GO:1901575,GO:1901576,GO:1901615,GO:1901617 Bacillus 1TTA3@1239,1ZD14@1386,4HEIT@91061,COG2207@1,COG2207@2 NA|NA|NA K Transcriptional regulator -BSU_07020 224308.BSU07020 6.5e-133 479.9 Bacillus Bacillus 1V2SC@1239,1ZEN8@1386,4HHCC@91061,COG2755@1,COG2755@2 NA|NA|NA E GDSL-like Lipase/Acylhydrolase -BSU_07030 224308.BSU07030 1.5e-131 475.3 Bacillus Bacillus 1V4EN@1239,1ZDUY@1386,29765@1,2ZUE2@2,4HH0R@91061 NA|NA|NA S Domain of unknown function (DUF1961) -BSU_07040 224308.BSU07040 2.3e-113 414.8 Bacillus Bacillus 1V69Y@1239,1ZFT5@1386,4I499@91061,COG5578@1,COG5578@2 NA|NA|NA S Protein of unknown function, DUF624 -BSU_07050 224308.BSU07050 0.0 1267.7 Bacillus 4.2.2.23,4.2.2.24 ko:K18197,ko:K18198 ko00000,ko01000 PL11 Bacillus 1TQR3@1239,1ZEBX@1386,4HBSX@91061,COG3401@1,COG3401@2 NA|NA|NA E cell wall organization -BSU_07060 224308.BSU07060 0.0 1286.9 Bacillus 4.2.2.23,4.2.2.24 ko:K18197,ko:K18198 ko00000,ko01000 PL11 Bacillus 1TQR3@1239,1ZEBX@1386,4HBSX@91061,COG3401@1,COG3401@2 NA|NA|NA E cell wall organization -BSU_07070 224308.BSU07070 5.2e-124 450.3 Bacillus Bacillus 1V2SC@1239,1ZQND@1386,4IPY4@91061,COG2755@1,COG2755@2 NA|NA|NA E GDSL-like Lipase/Acylhydrolase -BSU_07080 224308.BSU07080 0.0 1385.9 Bacillus 3.2.1.23 ko:K01190 ko00052,ko00511,ko00600,ko01100,map00052,map00511,map00600,map01100 R01105,R01678,R03355,R04783,R06114 RC00049,RC00452 ko00000,ko00001,ko01000 Bacillus 1VRKP@1239,1ZFF3@1386,4HUMJ@91061,COG1874@1,COG1874@2 NA|NA|NA G beta-galactosidase activity -BSU_07090 224308.BSU07090 0.0 1805.8 Bacillus yetA Bacillus 1UYYK@1239,1ZES9@1386,28I2Y@1,2Z86X@2,4HEZF@91061 NA|NA|NA -BSU_07100 224308.BSU07100 1.6e-290 1004.6 Bacillus lplA ko:K17318 ko02010,map02010 M00603 ko00000,ko00001,ko00002,ko02000 3.A.1.1.29,3.A.1.1.9 Bacillus 1TRD0@1239,1ZE2D@1386,4HA0M@91061,COG1653@1,COG1653@2 NA|NA|NA G Bacterial extracellular solute-binding protein -BSU_07110 224308.BSU07110 2.2e-176 624.8 Bacillus lplB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K17319 ko02010,map02010 M00603 ko00000,ko00001,ko00002,ko02000 3.A.1.1.29,3.A.1.1.9 Bacillus 1TP33@1239,1ZAQ3@1386,4HATZ@91061,COG4209@1,COG4209@2 NA|NA|NA G COG4209 ABC-type polysaccharide transport system, permease component -BSU_07120 224308.BSU07120 2.9e-162 577.8 Bacillus GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K17320 ko02010,map02010 M00603 ko00000,ko00001,ko00002,ko02000 3.A.1.1.29,3.A.1.1.9 Bacillus 1TS0D@1239,1ZQ4V@1386,4HA5Y@91061,COG0395@1,COG0395@2 NA|NA|NA G Binding-protein-dependent transport system inner membrane component -BSU_07130 224308.BSU07130 5.6e-258 896.3 Bacillus 3.2.1.22 ko:K07406 ko00052,ko00561,ko00600,ko00603,map00052,map00561,map00600,map00603 R01101,R01103,R01104,R01194,R01329,R02926,R03634,R04019,R04470,R05549,R05961,R06091 RC00049,RC00059,RC00451 ko00000,ko00001,ko01000 Bacillus 1TREJ@1239,1ZEWX@1386,4HUZQ@91061,COG1486@1,COG1486@2 NA|NA|NA G Family 4 glycosyl hydrolase -BSU_07140 224308.BSU07140 1e-122 446.0 Bacillus yetF Bacillus 1UYR2@1239,1ZFK2@1386,4HFCN@91061,COG2323@1,COG2323@2 NA|NA|NA S membrane -BSU_07150 224308.BSU07150 7.4e-55 219.5 Bacillus yetG 1.14.99.48 ko:K07145 ko00860,ko01110,map00860,map01110 R10468,R10510 RC03185 ko00000,ko00001,ko01000 Bacillus 1VBS6@1239,1ZHZ4@1386,4HKUG@91061,COG2329@1,COG2329@2 NA|NA|NA S Antibiotic biosynthesis monooxygenase -BSU_07160 224308.BSU07160 3.3e-64 250.8 Bacillus yetH Bacillus 1V4S3@1239,1ZGP1@1386,4HIIR@91061,COG0346@1,COG0346@2 NA|NA|NA E Glyoxalase/Bleomycin resistance protein/Dioxygenase superfamily -BSU_07170 1051501.AYTL01000011_gene124 3.6e-89 334.3 Bacillus ko:K17763 ko00000,ko03021 Bacillus 1V1QF@1239,1ZDJX@1386,4HGBT@91061,COG1366@1,COG1366@2 NA|NA|NA T COG1366 Anti-anti-sigma regulatory factor (antagonist of anti-sigma factor) -BSU_07180 1051501.AYTL01000011_gene124 1.1e-44 185.7 Bacillus ko:K17763 ko00000,ko03021 Bacillus 1V1QF@1239,1ZDJX@1386,4HGBT@91061,COG1366@1,COG1366@2 NA|NA|NA T COG1366 Anti-anti-sigma regulatory factor (antagonist of anti-sigma factor) -BSU_07190 224308.BSU07190 1.5e-19 101.3 Bacteria Bacillus COG5583@1,COG5583@2 NA|NA|NA S Uncharacterized small protein (DUF2292) -BSU_07200 224308.BSU07200 9e-105 386.3 Bacillus yetJ ko:K06890 ko00000 Bacillus 1V6RG@1239,1ZCV6@1386,4HISH@91061,COG0670@1,COG0670@2 NA|NA|NA S Belongs to the BI1 family -BSU_07210 224308.BSU07210 2.3e-171 608.2 Bacillus Bacillus 1TRKE@1239,1ZCZY@1386,4HCSH@91061,COG0697@1,COG0697@2 NA|NA|NA EG EamA-like transporter family -BSU_07220 224308.BSU07220 1.1e-89 335.9 Bacillus GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1VIXS@1239,1ZJKZ@1386,4HPYM@91061,COG1846@1,COG1846@2 NA|NA|NA K helix_turn_helix multiple antibiotic resistance protein -BSU_07230 224308.BSU07230 1e-212 745.7 Bacillus yetM Bacillus 1VUA1@1239,1ZE9G@1386,4HTBK@91061,COG0654@1,COG0654@2 NA|NA|NA CH FAD binding domain -BSU_07240 224308.BSU07240 8e-199 699.5 Bacillus yetN Bacillus 1UD9R@1239,1ZC32@1386,2CEJD@1,2Z81V@2,4HAPP@91061 NA|NA|NA S Protein of unknown function (DUF3900) -BSU_07250 224308.BSU07250 0.0 2142.5 Bacillus cypD GO:0000166,GO:0003674,GO:0003824,GO:0003958,GO:0004497,GO:0005488,GO:0005504,GO:0005506,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0008289,GO:0009987,GO:0010181,GO:0016491,GO:0016651,GO:0016653,GO:0016705,GO:0016712,GO:0019395,GO:0019752,GO:0020037,GO:0030258,GO:0031406,GO:0032553,GO:0032787,GO:0033293,GO:0034440,GO:0036094,GO:0043167,GO:0043168,GO:0043169,GO:0043177,GO:0043436,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0046872,GO:0046906,GO:0046914,GO:0048037,GO:0050660,GO:0050662,GO:0055114,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901363 1.14.14.1,1.6.2.4 ko:K14338 ko00071,ko00380,ko00627,ko01120,map00071,map00380,map00627,map01120 R03629,R04121,R05259 RC00046,RC01311 ko00000,ko00001,ko00199,ko01000 Bacillus 1TS1E@1239,1ZQAP@1386,4HCWS@91061,COG0369@1,COG0369@2,COG2124@1,COG2124@2 NA|NA|NA C Belongs to the cytochrome P450 family -BSU_07260 224308.BSU07260 0.0 1275.4 Bacillus yfnI GO:0005575,GO:0005576 2.7.8.20 ko:K19005 ko00561,ko01100,map00561,map01100 R05081,R10849 RC00017 ko00000,ko00001,ko01000 Bacillus 1TRMA@1239,1ZBBV@1386,4H9S0@91061,COG1368@1,COG1368@2 NA|NA|NA M Belongs to the LTA synthase family -BSU_07270 224308.BSU07270 3.5e-148 530.8 Bacillus yfnH 2.7.7.33 ko:K00978 ko00500,ko00520,ko01100,map00500,map00520,map01100 R00956 RC00002 ko00000,ko00001,ko01000 Bacillus 1TT1F@1239,1ZQJC@1386,4HUVJ@91061,COG1208@1,COG1208@2 NA|NA|NA JM Nucleotidyl transferase -BSU_07280 224308.BSU07280 3.2e-186 657.5 Bacillus yfnG 4.2.1.45 ko:K01709 ko00520,map00520 R02426 RC00402 ko00000,ko00001,ko01000 Bacillus 1VP6I@1239,1ZFBK@1386,4ISWU@91061,COG0451@1,COG0451@2 NA|NA|NA M dehydratase -BSU_07290 224308.BSU07290 6.4e-181 639.8 Bacillus yfnF Bacillus 1VS6N@1239,1ZRVS@1386,4HUAY@91061,COG1442@1,COG1442@2 NA|NA|NA M Nucleotide-diphospho-sugar transferase -BSU_07300 224308.BSU07300 2.5e-225 787.7 Bacillus yfnE Bacillus 1VDP9@1239,1ZREN@1386,4IPY5@91061,COG1216@1,COG1216@2 NA|NA|NA S Glycosyltransferase like family 2 -BSU_07310 224308.BSU07310 5.9e-190 669.8 Bacillus yfnD Bacillus 1UZ8Q@1239,1ZF68@1386,4HURC@91061,COG1442@1,COG1442@2 NA|NA|NA M Nucleotide-diphospho-sugar transferase -BSU_07320 224308.BSU07320 3.5e-206 724.2 Bacillus yfnC GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K08223 ko00000,ko02000 2.A.1.35 Bacillus 1TPTN@1239,1ZB21@1386,4HA7C@91061,COG2223@1,COG2223@2 NA|NA|NA P COG0477 Permeases of the major facilitator superfamily -BSU_07330 224308.BSU07330 1.3e-133 482.3 Bacillus yfnB 3.8.1.2 ko:K01560 ko00361,ko00625,ko01100,ko01120,map00361,map00625,map01100,map01120 R05287 RC00697 ko00000,ko00001,ko01000 Bacillus 1TWM7@1239,1ZE98@1386,4HEXU@91061,COG1011@1,COG1011@2 NA|NA|NA S Haloacid dehalogenase-like hydrolase -BSU_07340 224308.BSU07340 2.2e-241 841.3 Bacillus yfnA ko:K03294 ko00000 2.A.3.2 Bacillus 1TQ4K@1239,1ZBB0@1386,4HA66@91061,COG0531@1,COG0531@2 NA|NA|NA E amino acid -BSU_07350 224308.BSU07350 4.8e-279 966.5 Bacillus yfmT GO:0003674,GO:0003824,GO:0004029,GO:0008150,GO:0008152,GO:0016491,GO:0016620,GO:0016903,GO:0018479,GO:0055114 1.2.1.3,1.2.1.67 ko:K00128,ko:K21802 ko00010,ko00053,ko00071,ko00280,ko00310,ko00330,ko00340,ko00380,ko00410,ko00561,ko00620,ko00625,ko00627,ko00903,ko00981,ko01100,ko01110,ko01120,ko01130,map00010,map00053,map00071,map00280,map00310,map00330,map00340,map00380,map00410,map00561,map00620,map00625,map00627,map00903,map00981,map01100,map01110,map01120,map01130 M00135 R00264,R00631,R00710,R00904,R01752,R01986,R02549,R02678,R02940,R02957,R03283,R03869,R04065,R04506,R04903,R05050,R05237,R05238,R05286,R05699,R06366,R08146 RC00047,RC00071,RC00075,RC00080,RC00186,RC00218,RC00242,RC00816,RC01500 ko00000,ko00001,ko00002,ko01000 iYO844.BSU38830 Bacillus 1TP4S@1239,1ZAXK@1386,4H9MF@91061,COG1012@1,COG1012@2 NA|NA|NA C Catalyzes the oxidation of malonate semialdehyde (MSA) and methylmalonate semialdehyde (MMSA) into acetyl-CoA and propanoyl-CoA, respectively -BSU_07360 224308.BSU07360 1.7e-114 419.1 Bacillus yfmS Bacillus 1V8NI@1239,1ZDCZ@1386,4HAGI@91061,COG0840@1,COG0840@2 NA|NA|NA NT chemotaxis protein -BSU_07370 224308.BSU07370 0.0 1214.1 Bacillus yfmR ko:K15738 ko00000,ko02000 3.A.1.120.6 Bacillus 1TPAX@1239,1ZBTF@1386,4H9TK@91061,COG0488@1,COG0488@2 NA|NA|NA S COG0488 ATPase components of ABC transporters with duplicated ATPase domains -BSU_07380 224308.BSU07380 5.1e-75 287.0 Bacillus yfmQ Bacillus 1V7YX@1239,1ZH1S@1386,2BT7F@1,32NCS@2,4HJIR@91061 NA|NA|NA S Uncharacterised protein from bacillus cereus group -BSU_07390 224308.BSU07390 6.2e-70 270.0 Bacillus yfmP ko:K21902 ko00000,ko03000 Bacillus 1VBDA@1239,1ZIAJ@1386,4HMS4@91061,COG0789@1,COG0789@2 NA|NA|NA K transcriptional -BSU_07400 224308.BSU07400 2.5e-209 734.6 Bacillus yfmO ko:K08221 ko00000,ko02000 2.A.1.32 Bacillus 1TRRB@1239,1ZDMB@1386,4HAUF@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_07410 1051501.AYTL01000011_gene149 2.7e-07 60.5 Bacillus Bacillus 1VVA1@1239,1ZHAM@1386,2F25R@1,33V44@2,4HVY4@91061 NA|NA|NA -BSU_07420 224308.BSU07420 3.2e-297 1026.9 Bacillus yfmM Bacillus 1TPAX@1239,1ZB1Y@1386,4HC58@91061,COG0488@1,COG0488@2 NA|NA|NA S COG0488 ATPase components of ABC transporters with duplicated ATPase domains -BSU_07430 224308.BSU07430 1.1e-201 709.1 Bacillus yfmL GO:0003674,GO:0003724,GO:0003824,GO:0004004,GO:0004386,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006725,GO:0006807,GO:0008026,GO:0008150,GO:0008152,GO:0008186,GO:0009987,GO:0010501,GO:0016070,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0034641,GO:0042623,GO:0043170,GO:0044237,GO:0044238,GO:0044424,GO:0044464,GO:0046483,GO:0070035,GO:0071704,GO:0090304,GO:0140098,GO:1901360 Bacillus 1TQ9R@1239,1ZC9I@1386,4HANR@91061,COG0513@1,COG0513@2 NA|NA|NA L COG0513 Superfamily II DNA and RNA helicases -BSU_07440 224308.BSU07440 1.3e-81 308.9 Bacteria Bacillus COG0454@1,COG0456@2 NA|NA|NA K acetyltransferase -BSU_07450 224308.BSU07450 1.4e-189 668.7 Bacillus yfmJ ko:K07119 ko00000 Bacillus 1TQUE@1239,1ZC4N@1386,4HCHY@91061,COG2130@1,COG2130@2 NA|NA|NA S N-terminal domain of oxidoreductase -BSU_07460 224308.BSU07460 1.3e-213 748.8 Bacillus Bacillus 1TSQ2@1239,1ZQXJ@1386,4HFB1@91061,COG2211@1,COG2211@2 NA|NA|NA G Major Facilitator Superfamily -BSU_07480 224308.BSU07480 5.6e-296 1022.7 Bacillus Bacillus 1TT4R@1239,1ZCIT@1386,4HA8D@91061,COG1262@1,COG1262@2 NA|NA|NA S Sulfatase-modifying factor enzyme 1 -BSU_07490 224308.BSU07490 2e-149 535.0 Bacillus yfmF 3.6.3.34 ko:K02013 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.14 Bacillus 1TP2Q@1239,1ZEBC@1386,4HADG@91061,COG1120@1,COG1120@2 NA|NA|NA P ATPases associated with a variety of cellular activities -BSU_07500 224308.BSU07500 2.1e-169 601.7 Bacillus ko:K02015 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 iYO844.BSU07500 Bacillus 1TPX6@1239,1ZD7X@1386,4HAM8@91061,COG0609@1,COG0609@2 NA|NA|NA P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily -BSU_07510 224308.BSU07510 7.3e-170 603.2 Bacillus ko:K02015 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 Bacillus 1UC21@1239,1ZF51@1386,4HDZP@91061,COG0609@1,COG0609@2 NA|NA|NA P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily -BSU_07520 224308.BSU07520 5.8e-169 600.1 Bacillus GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 ko:K02016 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 iYO844.BSU07520 Bacillus 1U1RC@1239,1ZEMX@1386,4HEP3@91061,COG4594@1,COG4594@2 NA|NA|NA P COG4594 ABC-type Fe3 -citrate transport system, periplasmic component -BSU_07530 1274524.BSONL12_06998 2.6e-24 118.2 Bacillus Bacillus 1UA2M@1239,1ZGDW@1386,29RI0@1,30CKZ@2,4IKC0@91061 NA|NA|NA S Protein of unknown function (DUF3212) -BSU_07550 224308.BSU07550 1.3e-57 228.8 Bacillus yflT Bacillus 1VCTC@1239,1ZHWS@1386,2DJ0G@1,32UC2@2,4HKM5@91061 NA|NA|NA S Heat induced stress protein YflT -BSU_07560 224308.BSU07560 6.5e-240 836.3 Bacillus pel 4.2.2.2 ko:K01728 ko00040,ko02024,map00040,map02024 R02361,R06240 RC00049,RC00705 ko00000,ko00001,ko01000 Bacillus 1U9EG@1239,1ZE00@1386,4HEBZ@91061,COG3866@1,COG3866@2 NA|NA|NA G Pectate lyase -BSU_07570 224308.BSU07570 5.5e-235 820.1 Bacillus yflS ko:K03319 ko00000 2.A.47 Bacillus 1TSGE@1239,1ZC2I@1386,4HDE4@91061,COG0471@1,COG0471@2 NA|NA|NA P Sodium:sulfate symporter transmembrane region -BSU_07580 224308.BSU07580 1.8e-290 1004.6 Bacillus citS 2.7.13.3 ko:K11614,ko:K11637,ko:K11691 ko02020,map02020 M00487,M00489,M00490 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1TQJR@1239,1ZBHV@1386,4H9Q0@91061,COG3290@1,COG3290@2 NA|NA|NA T Signal transduction histidine kinase regulating citrate malate metabolism -BSU_07590 224308.BSU07590 1.5e-118 432.2 Bacillus citT ko:K11638 ko02020,map02020 M00487 ko00000,ko00001,ko00002,ko02022 Bacillus 1V1D7@1239,1ZFEC@1386,4HFWB@91061,COG4565@1,COG4565@2 NA|NA|NA T response regulator -BSU_07600 224308.BSU07600 5.2e-181 640.2 Bacillus yflP Bacillus 1V0HH@1239,1ZB42@1386,4HBWA@91061,COG3181@1,COG3181@2 NA|NA|NA S Tripartite tricarboxylate transporter family receptor -BSU_07610 224308.BSU07610 1.9e-226 791.6 Bacillus citM GO:0003674,GO:0005215,GO:0005575,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0034220,GO:0044425,GO:0051179,GO:0051234,GO:0055085,GO:0098656 ko:K11639 ko02020,map02020 ko00000,ko00001 2.A.11.1.1 Bacillus 1TQQH@1239,1ZFH7@1386,4HAGT@91061,COG2851@1,COG2851@2 NA|NA|NA C Citrate transporter -BSU_07620 224308.BSU07620 9.3e-152 542.7 Bacillus yflN Bacillus 1TQGU@1239,1ZB0U@1386,4HBJ3@91061,COG0491@1,COG0491@2 NA|NA|NA S COG0491 Zn-dependent hydrolases, including glyoxylases -BSU_07630 224308.BSU07630 3e-217 760.8 Bacillus nos GO:0001505,GO:0003674,GO:0003824,GO:0004497,GO:0004517,GO:0006807,GO:0006809,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016491,GO:0016705,GO:0016709,GO:0017144,GO:0034641,GO:0042133,GO:0042136,GO:0044237,GO:0044249,GO:0044271,GO:0046209,GO:0055114,GO:0065007,GO:0065008,GO:0072593,GO:1903409,GO:2001057 1.14.14.47 ko:K00491 ko00220,ko00330,ko01100,ko01110,map00220,map00330,map01100,map01110 R11711,R11712,R11713 RC00177,RC00330,RC01044 ko00000,ko00001,ko01000 Bacillus 1TRDM@1239,1ZB33@1386,4HAR0@91061,COG4362@1,COG4362@2 NA|NA|NA C Belongs to the NOS family. Bacterial NOS oxygenase subfamily -BSU_07640 224308.BSU07640 4.9e-44 183.3 Bacillus yflL GO:0003674,GO:0003824,GO:0003998,GO:0016787,GO:0016817,GO:0016818 3.6.1.7 ko:K01512 ko00620,ko00627,ko01120,map00620,map00627,map01120 R00317,R01421,R01515 RC00043 ko00000,ko00001,ko01000 Bacillus 1VEM9@1239,1ZITT@1386,4HNN7@91061,COG1254@1,COG1254@2 NA|NA|NA C Belongs to the acylphosphatase family -BSU_07650 224308.BSU07650 1.5e-123 448.7 Bacillus yflK Bacillus 1UB2C@1239,1ZCRA@1386,4HB26@91061,COG2258@1,COG2258@2 NA|NA|NA S protein conserved in bacteria -BSU_07660 224308.BSU07660 8.7e-18 95.1 Bacillus yflJ Bacillus 1VPY7@1239,1ZK0I@1386,2EG6C@1,339Y6@2,4HRNE@91061 NA|NA|NA S Protein of unknown function (DUF2639) -BSU_07670 224308.BSU07670 6.9e-19 99.0 Bacillus yflI Bacillus 1UBC7@1239,1ZKN8@1386,29SE6@1,30DIX@2,4IMR3@91061 NA|NA|NA -BSU_07680 224308.BSU07680 4e-50 203.8 Bacillus yflH Bacillus 1VC4Z@1239,1ZGUZ@1386,2DB6C@1,32TWU@2,4HKEX@91061 NA|NA|NA S Protein of unknown function (DUF3243) -BSU_07690 224308.BSU07690 1.9e-138 498.4 Bacillus yflG 3.4.11.18 ko:K01265 ko00000,ko01000,ko01002 Bacillus 1TQC1@1239,1ZCVZ@1386,4H9S9@91061,COG0024@1,COG0024@2 NA|NA|NA E Methionine aminopeptidase -BSU_07700 224308.BSU07700 2e-250 871.3 Bacillus nagP 2.7.1.193 ko:K02803,ko:K02804 ko00520,ko02060,map00520,map02060 M00267 R05199 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.15,4.A.1.1.2,4.A.1.1.5,4.A.1.1.7 Bacillus 1TPJ8@1239,1ZAZ3@1386,4HA8X@91061,COG1263@1,COG1263@2,COG1264@1,COG1264@2 NA|NA|NA G COG1263 Phosphotransferase system IIC components, glucose maltose N-acetylglucosamine-specific -BSU_07710 224308.BSU07710 0.0 1281.5 Bacillus yflE GO:0005575,GO:0005576 2.7.8.20 ko:K19005 ko00561,ko01100,map00561,map01100 R05081,R10849 RC00017 ko00000,ko00001,ko01000 Bacillus 1TRMA@1239,1ZBBV@1386,4H9S0@91061,COG1368@1,COG1368@2 NA|NA|NA M Belongs to the LTA synthase family -BSU_07735 224308.BSU07735 1e-66 259.2 Bacillus yflB Bacillus 1VADP@1239,1ZI9Y@1386,2D7FD@1,32TNY@2,4HKCW@91061 NA|NA|NA S Domain of unknown function (DUF1992) -BSU_07750 224308.BSU07750 7.2e-256 889.4 Bacillus yflA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03310 ko00000 2.A.25 Bacillus 1TNZP@1239,1ZAX7@1386,4H9SZ@91061,COG1115@1,COG1115@2 NA|NA|NA E Sodium alanine symporter -BSU_07760 224308.BSU07760 3.5e-194 684.1 Bacillus ko:K06309 ko00000 Bacillus 1TSIB@1239,1ZEKN@1386,4ISWV@91061,COG0531@1,COG0531@2 NA|NA|NA E Spore germination protein -BSU_07780 224308.BSU07780 8.6e-207 726.1 Bacillus ko:K06297,ko:K06308 ko00000 Bacillus 1TRSN@1239,1ZDF7@1386,2DBJR@1,2Z9N7@2,4HCDI@91061 NA|NA|NA S spore germination -BSU_07790 224308.BSU07790 2.6e-283 980.7 Bacillus ko:K06295,ko:K06307 ko00000 Bacillus 1TP7K@1239,1ZBEF@1386,4HAH1@91061,COG0697@1,COG0697@2 NA|NA|NA EG Spore germination protein -BSU_07800 224308.BSU07800 1.9e-256 891.3 Bacillus treP GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0015766,GO:0015771,GO:0015772,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563,GO:0090589 2.7.1.201 ko:K02818,ko:K02819 ko00500,ko02060,map00500,map02060 M00270 R02780 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.2.13,4.A.1.2.4,4.A.1.2.8 iYO844.BSU07800 Bacillus 1TP5X@1239,1ZB5X@1386,4HA0I@91061,COG1263@1,COG1263@2,COG1264@1,COG1264@2 NA|NA|NA G phosphotransferase system -BSU_07810 224308.BSU07810 0.0 1190.6 Bacillus treA 3.2.1.93 ko:K01226 ko00500,map00500 R00837,R06113 RC00049 ko00000,ko00001,ko01000 GH13 Bacillus 1TP53@1239,1ZASC@1386,4HA1G@91061,COG0366@1,COG0366@2 NA|NA|NA G COG0366 Glycosidases -BSU_07820 224308.BSU07820 3e-133 481.1 Bacillus treR ko:K03486 ko00000,ko03000 Bacillus 1TRF6@1239,1ZATF@1386,4HDCX@91061,COG2188@1,COG2188@2 NA|NA|NA K transcriptional -BSU_07830 224308.BSU07830 2.8e-125 454.5 Bacillus iYO844.BSU07830 Bacillus 1V1PI@1239,1ZBI6@1386,4HB7V@91061,COG0778@1,COG0778@2 NA|NA|NA C nitroreductase -BSU_07840 224308.BSU07840 0.0 2808.1 Bacillus yfkN 3.1.3.5,3.1.3.6,3.1.4.16 ko:K01119,ko:K08693 ko00230,ko00240,ko00760,ko01100,ko01110,map00230,map00240,map00760,map01100,map01110 R00183,R00511,R00963,R01126,R01227,R01562,R01569,R01664,R01877,R01968,R02088,R02102,R02148,R02370,R02719,R03537,R03538,R03929,R05135 RC00017,RC00078,RC00296 ko00000,ko00001,ko01000 iYO844.BSU07840 Bacillus 1TPV2@1239,1ZAY0@1386,4HB9S@91061,COG0737@1,COG0737@2 NA|NA|NA F Belongs to the 5'-nucleotidase family -BSU_07850 224308.BSU07850 2.7e-91 341.3 Bacillus yfkM 3.5.1.124 ko:K05520 ko00000,ko01000,ko01002 Bacillus 1V3I7@1239,1ZFMH@1386,4HFNG@91061,COG0693@1,COG0693@2 NA|NA|NA S protease -BSU_07860 224308.BSU07860 1.2e-206 725.7 Bacillus Bacillus 1VNR0@1239,1ZCMD@1386,4ISCF@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_07870 224308.BSU07870 3.5e-29 133.7 Bacillus yfkK Bacillus 1VEYR@1239,1ZJ0U@1386,4HNKK@91061,COG4840@1,COG4840@2 NA|NA|NA S Belongs to the UPF0435 family -BSU_07880 224308.BSU07880 3.8e-84 317.4 Bacillus yfkJ 3.1.3.48 ko:K01104 ko00000,ko01000 Bacillus 1V6SG@1239,1ZG7W@1386,4HIZN@91061,COG0394@1,COG0394@2 NA|NA|NA T Belongs to the low molecular weight phosphotyrosine protein phosphatase family -BSU_07890 224308.BSU07890 1.4e-50 205.3 Bacillus yfkI Bacillus 1VGY5@1239,1ZIVN@1386,4HPNI@91061,COG4980@1,COG4980@2 NA|NA|NA S gas vesicle protein -BSU_07900 224308.BSU07900 1.7e-143 515.4 Bacillus yfkH ko:K07058 ko00000 Bacillus 1U7HM@1239,1ZCAD@1386,4H9MJ@91061,COG1295@1,COG1295@2 NA|NA|NA S Belongs to the UPF0761 family -BSU_07910 224308.BSU07910 1.2e-219 768.8 Bacillus yfkF GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1UIJV@1239,1ZS6S@1386,4ISKN@91061,COG0477@1,COG0477@2 NA|NA|NA EGP COG0477 Permeases of the major facilitator superfamily -BSU_07920 224308.BSU07920 1.4e-182 645.6 Bacillus yfkE GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006812,GO:0006816,GO:0008150,GO:0008324,GO:0015075,GO:0015077,GO:0015078,GO:0015085,GO:0015291,GO:0015297,GO:0015298,GO:0015299,GO:0015318,GO:0015368,GO:0015369,GO:0015491,GO:0015672,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0022890,GO:0030001,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0046873,GO:0051139,GO:0051179,GO:0051234,GO:0055085,GO:0070588,GO:0070838,GO:0071944,GO:0072511,GO:0098655,GO:0098660,GO:0098662,GO:0099516,GO:1902600 ko:K07300 ko00000,ko02000 2.A.19 Bacillus 1TQN2@1239,1ZC9V@1386,4HB3X@91061,COG0387@1,COG0387@2 NA|NA|NA P COG0387 Ca2 H antiporter -BSU_07930 224308.BSU07930 9e-147 526.2 Bacillus yfkD Bacillus 1TR7N@1239,1ZBTH@1386,28IN6@1,2Z8NK@2,4HBDQ@91061 NA|NA|NA S YfkD-like protein -BSU_07940 224308.BSU07940 9.2e-150 536.2 Bacillus yfkC GO:0003674,GO:0005215,GO:0006810,GO:0006950,GO:0006970,GO:0008150,GO:0008381,GO:0009628,GO:0009987,GO:0015267,GO:0022803,GO:0022836,GO:0022857,GO:0033554,GO:0050896,GO:0051179,GO:0051234,GO:0051716,GO:0055085,GO:0071214,GO:0071470,GO:0104004 Bacillus 1V16H@1239,1ZEMM@1386,4HAP1@91061,COG0668@1,COG0668@2 NA|NA|NA M Mechanosensitive ion channel -BSU_07955 224308.BSU07955 9.2e-222 775.8 Bacillus yfkA Bacillus 1TRC8@1239,1ZAVK@1386,4HA9Q@91061,COG0535@1,COG0535@2 NA|NA|NA S YfkB-like domain -BSU_07970 224308.BSU07970 1.8e-26 124.4 Bacillus yfjT Bacillus 1VMMF@1239,1ZIWC@1386,2CEJ8@1,33H3W@2,4HRK8@91061 NA|NA|NA -BSU_07980 224308.BSU07980 4.4e-154 550.4 Bacillus pdaA GO:0005575,GO:0016020 ko:K01567 ko00000,ko01000 Bacillus 1TT1X@1239,1ZBYP@1386,4HAQI@91061,COG0726@1,COG0726@2 NA|NA|NA G deacetylase -BSU_07990 224308.BSU07990 7.2e-150 536.6 Bacillus yfjR Bacillus 1VS8P@1239,1ZFJJ@1386,4HTTT@91061,COG2084@1,COG2084@2 NA|NA|NA I NAD-binding of NADP-dependent 3-hydroxyisobutyrate dehydrogenase -BSU_08000 224308.BSU08000 2.9e-184 651.0 Bacillus corA GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 ko:K03284 ko00000,ko02000 1.A.35.1,1.A.35.3 iYO844.BSU08000 Bacillus 1TPSV@1239,1ZBVW@1386,4HAPC@91061,COG0598@1,COG0598@2 NA|NA|NA P Mediates influx of magnesium ions -BSU_08010 224308.BSU08010 1.7e-167 595.1 Bacillus yfjP GO:0003674,GO:0003676,GO:0003677,GO:0003684,GO:0003824,GO:0003905,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006259,GO:0006281,GO:0006284,GO:0006285,GO:0006304,GO:0006307,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008725,GO:0009987,GO:0016787,GO:0016798,GO:0016799,GO:0019104,GO:0032131,GO:0032991,GO:0032993,GO:0033554,GO:0034641,GO:0035510,GO:0043170,GO:0043412,GO:0043733,GO:0043916,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0097159,GO:0140097,GO:1901360,GO:1901363 3.2.2.21 ko:K01247 ko03410,map03410 ko00000,ko00001,ko01000,ko03400 Bacillus 1TQAF@1239,1ZCV5@1386,4HBYM@91061,COG0122@1,COG0122@2 NA|NA|NA L COG0122 3-methyladenine DNA glycosylase 8-oxoguanine DNA glycosylase -BSU_08020 224308.BSU08020 1.8e-267 927.9 Bacillus yfjO 2.1.1.190,2.1.1.35 ko:K00557,ko:K03215 ko00000,ko01000,ko03009,ko03016 Bacillus 1TP4H@1239,1ZD4Q@1386,4HA6M@91061,COG2265@1,COG2265@2 NA|NA|NA J Belongs to the class I-like SAM-binding methyltransferase superfamily. RNA M5U methyltransferase family -BSU_08029 326423.RBAM_008270 2.7e-39 167.5 Bacillus Bacillus 1VCMQ@1239,1ZK4J@1386,2CV5Q@1,32SWW@2,4HNDT@91061 NA|NA|NA S YfzA-like protein -BSU_08030 224308.BSU08030 8.7e-192 676.0 Bacillus yfjN Bacillus 1TQ2R@1239,1ZBSF@1386,4HA9K@91061,COG0042@1,COG0042@2 NA|NA|NA J Catalyzes the synthesis of 5,6-dihydrouridine (D), a modified base found in the D-loop of most tRNAs, via the reduction of the C5-C6 double bond in target uridines -BSU_08040 224308.BSU08040 6.6e-86 323.2 Bacillus yfjM Bacillus 1VB13@1239,1ZHPM@1386,4HMQY@91061,COG4637@1,COG4637@2 NA|NA|NA S Psort location Cytoplasmic, score -BSU_08050 279010.BL03094 5.1e-29 134.8 Bacillus Bacillus 1V9TJ@1239,1ZGAY@1386,2B8UY@1,32255@2,4HQHE@91061 NA|NA|NA -BSU_08060 224308.BSU08060 2e-191 674.9 Bacillus acoA ko:K21416 ko00000,ko01000 Bacillus 1TQDG@1239,1ZAY4@1386,4HBEA@91061,COG1071@1,COG1071@2 NA|NA|NA C COG1071 Pyruvate 2-oxoglutarate dehydrogenase complex, dehydrogenase (E1) component, eukaryotic type, alpha subunit -BSU_08070 224308.BSU08070 1.7e-190 671.8 Bacillus acoB ko:K21417 ko00000,ko01000 Bacillus 1TP3J@1239,1ZE4V@1386,4HAP6@91061,COG0022@1,COG0022@2 NA|NA|NA C COG0022 Pyruvate 2-oxoglutarate dehydrogenase complex, dehydrogenase (E1) component, eukaryotic type, beta subunit -BSU_08080 224308.BSU08080 4.9e-197 693.7 Bacillus acoC 2.3.1.12 ko:K00627 ko00010,ko00020,ko00620,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00020,map00620,map01100,map01110,map01120,map01130,map01200 M00307 R00209,R02569 RC00004,RC02742,RC02857 br01601,ko00000,ko00001,ko00002,ko01000 Bacillus 1TR5N@1239,1ZB6D@1386,4HDFT@91061,COG0508@1,COG0508@2 NA|NA|NA C Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex -BSU_08090 224308.BSU08090 1.1e-256 892.1 Bacillus acoL 1.8.1.4 ko:K00382 ko00010,ko00020,ko00260,ko00280,ko00620,ko00630,ko00640,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00020,map00260,map00280,map00620,map00630,map00640,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00036,M00307,M00532 R00209,R01221,R01698,R03815,R07618,R08549 RC00004,RC00022,RC00583,RC02742,RC02833,RC02834 br01601,ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1TP1W@1239,1ZCM1@1386,4H9Z5@91061,COG1249@1,COG1249@2 NA|NA|NA C COG1249 Pyruvate 2-oxoglutarate dehydrogenase complex, dihydrolipoamide dehydrogenase (E3) component, and related enzymes -BSU_08100 224308.BSU08100 0.0 1213.4 Bacillus acoR ko:K21405 ko00000,ko03000 Bacillus 1VHQN@1239,1ZS1R@1386,4HUF7@91061,COG3284@1,COG3284@2 NA|NA|NA KQ COG3284 Transcriptional activator of acetoin glycerol metabolism -BSU_08110 224308.BSU08110 1.9e-25 120.9 Bacillus sspH ko:K06425 ko00000 Bacillus 1VKXK@1239,1ZKGU@1386,2EH2H@1,33AUF@2,4HRIP@91061 NA|NA|NA S Belongs to the SspH family -BSU_08120 224308.BSU08120 5.2e-56 223.4 Bacillus yfjF ko:K09771 ko00000,ko02000 2.A.7.26 Bacillus 1V6YJ@1239,1ZHH6@1386,4HIIY@91061,COG1742@1,COG1742@2 NA|NA|NA S UPF0060 membrane protein -BSU_08130 224308.BSU08130 2.5e-80 304.7 Bacillus Bacillus 1TXVF@1239,1ZF7I@1386,2BHJ4@1,32BMJ@2,4I6XX@91061 NA|NA|NA S Family of unknown function (DUF5381) -BSU_08140 224308.BSU08140 3.1e-101 374.4 Bacillus yfjD Bacillus 1UAQF@1239,1ZIZ0@1386,2BHJ4@1,31I9E@2,4IM33@91061 NA|NA|NA S Family of unknown function (DUF5381) -BSU_08150 224308.BSU08150 6.9e-144 516.5 Bacillus yfjC Bacillus 1W1TU@1239,1ZEWR@1386,295F9@1,2ZST0@2,4I211@91061 NA|NA|NA -BSU_08160 224308.BSU08160 1.6e-190 672.2 Bacillus yfjB Bacillus 1U9MI@1239,1ZE74@1386,2B6C6@1,31Z9T@2,4IJSZ@91061 NA|NA|NA -BSU_08170 224308.BSU08170 1.9e-44 184.9 Bacillus yfjA Bacillus 1UAGF@1239,1ZHQG@1386,4IKUW@91061,COG4842@1,COG4842@2 NA|NA|NA S Belongs to the WXG100 family -BSU_08180 224308.BSU08180 1.7e-262 911.4 Bacillus glvA 3.2.1.122 ko:K01232 ko00500,map00500 R00837,R00838,R06113 RC00049 ko00000,ko00001,ko01000 GH4 Bacillus 1TQ9I@1239,1ZQT2@1386,4H9TM@91061,COG1486@1,COG1486@2 NA|NA|NA G COG1486 Alpha-galactosidases 6-phospho-beta-glucosidases, family 4 of glycosyl hydrolases -BSU_08190 224308.BSU08190 5.4e-141 506.9 Bacillus GO:0003674,GO:0003700,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 ko:K03481 ko00000,ko03000 Bacillus 1V1PK@1239,1ZHAE@1386,4HNF6@91061,COG1737@1,COG1737@2 NA|NA|NA K Helix-turn-helix domain, rpiR family -BSU_08200 224308.BSU08200 8e-296 1022.3 Bacillus malP 2.7.1.208 ko:K02749,ko:K02750 ko00500,ko02060,map00500,map02060 M00268 R04111 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.10,4.A.1.1.16,4.A.1.1.4,4.A.1.1.8 Bacillus 1TPJ8@1239,1ZC48@1386,4HA8X@91061,COG1263@1,COG1263@2,COG1264@1,COG1264@2 NA|NA|NA G phosphotransferase system -BSU_08210 224308.BSU08210 3.6e-310 1070.1 Bacillus malQ ko:K06147 ko00000,ko02000 3.A.1.106,3.A.1.109,3.A.1.21 Bacillus 1TP0B@1239,1ZBEE@1386,4H9SC@91061,COG1132@1,COG1132@2 NA|NA|NA V ABC transporter -BSU_08220 224308.BSU08220 0.0 1146.0 Bacillus yfiC ko:K06147 ko00000,ko02000 3.A.1.106,3.A.1.109,3.A.1.21 Bacillus 1TP0B@1239,1ZBIW@1386,4HA3S@91061,COG1132@1,COG1132@2 NA|NA|NA V COG1132 ABC-type multidrug transport system, ATPase and permease components -BSU_08230 224308.BSU08230 1.7e-64 251.9 Bacillus yfiD Bacillus 1VCS2@1239,1ZHVA@1386,4HKRK@91061,COG2259@1,COG2259@2 NA|NA|NA S DoxX -BSU_08240 224308.BSU08240 9.7e-163 579.3 Bacillus catE 1.13.11.2 ko:K07104 ko00361,ko00362,ko00622,ko00643,ko01100,ko01120,ko01220,map00361,map00362,map00622,map00643,map01100,map01120,map01220 M00569 R00816,R04089,R05295,R05404,R05406,R07795 RC00387,RC00643,RC01075,RC01364,RC01914 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPRF@1239,1ZAQI@1386,4HAE7@91061,COG2514@1,COG2514@2 NA|NA|NA S glyoxalase -BSU_08250 224308.BSU08250 2.6e-177 627.9 Bacillus GO:0003674,GO:0003700,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 ko:K02099 ko00000,ko03000 Bacillus 1VA2A@1239,1ZERX@1386,4HMD0@91061,COG1917@1,COG1917@2,COG4977@1,COG4977@2 NA|NA|NA K AraC-like ligand binding domain -BSU_08260 224308.BSU08260 4e-262 910.2 Bacillus yfiG GO:0003674,GO:0005215,GO:0005351,GO:0005402,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0008643,GO:0015075,GO:0015077,GO:0015078,GO:0015144,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015672,GO:0022804,GO:0022857,GO:0022890,GO:0034219,GO:0034220,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0098655,GO:0098660,GO:0098662,GO:1902600 ko:K06609 ko00000,ko02000 2.A.1.1.26 Bacillus 1TREV@1239,1ZAUM@1386,4HAN1@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_08270 224308.BSU08270 1.4e-183 648.7 Bacillus Bacillus 1TPJT@1239,1ZCIZ@1386,4H9KJ@91061,COG1082@1,COG1082@2 NA|NA|NA G Xylose isomerase -BSU_08280 224308.BSU08280 6.5e-234 816.2 Bacillus Bacillus 1UZEK@1239,1ZBDD@1386,4HUSS@91061,COG0673@1,COG0673@2 NA|NA|NA S Oxidoreductase -BSU_08290 224308.BSU08290 5.2e-223 780.0 Bacillus Bacillus 1TQI3@1239,1ZPX5@1386,4HHFU@91061,COG4585@1,COG4585@2 NA|NA|NA T Histidine kinase -BSU_08300 224308.BSU08300 7.1e-113 413.3 Bacillus ko:K02479 ko00000,ko02022 Bacillus 1TRXG@1239,1ZC3A@1386,4HHIC@91061,COG2197@1,COG2197@2 NA|NA|NA KT LuxR family transcriptional regulator -BSU_08310 224308.BSU08310 1.1e-170 605.9 Bacillus ko:K01990 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TPMQ@1239,1ZPYP@1386,4HDH1@91061,COG1131@1,COG1131@2 NA|NA|NA V ABC transporter, ATP-binding protein -BSU_08320 224308.BSU08320 1.7e-213 748.4 Bacillus ko:K01992 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1V8HM@1239,1ZRCG@1386,4IPM5@91061,COG0842@1,COG0842@2,COG1511@1,COG1511@2 NA|NA|NA V ABC-2 family transporter protein -BSU_08330 224308.BSU08330 1e-207 729.2 Bacillus ko:K01992 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1V7HN@1239,1ZCVY@1386,4HGE5@91061,COG0842@1,COG0842@2 NA|NA|NA V COG0842 ABC-type multidrug transport system, permease component -BSU_08340 224308.BSU08340 1.8e-98 365.2 Bacillus padR Bacillus 1V6TJ@1239,1ZGRY@1386,4HKXY@91061,COG1695@1,COG1695@2 NA|NA|NA K transcriptional -BSU_08350 224308.BSU08350 7.5e-80 303.5 Bacillus lip GO:0003674,GO:0003824,GO:0004806,GO:0005575,GO:0005576,GO:0016298,GO:0016787,GO:0016788,GO:0052689 3.1.1.3 ko:K01046 ko00561,ko01100,map00561,map01100 M00098 R02250,R02687 RC00020,RC00037,RC00041,RC00094 ko00000,ko00001,ko00002,ko01000 Bacillus 1VVU8@1239,1ZB57@1386,4HWN0@91061,COG1075@1,COG1075@2 NA|NA|NA S acetyltransferases and hydrolases with the alpha beta hydrolase fold -BSU_08360 224308.BSU08360 1.5e-197 695.3 Bacillus yfiQ Bacillus 1V5V5@1239,1ZFFK@1386,4HGCW@91061,COG3936@1,COG3936@2 NA|NA|NA G COG3936 Protein involved in polysaccharide intercellular adhesin (PIA) synthesis biofilm formation -BSU_08370 224308.BSU08370 3.4e-109 401.0 Bacillus yfiR GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 Bacillus 1V9AU@1239,1ZREP@1386,4IPY6@91061,COG1309@1,COG1309@2 NA|NA|NA K Transcriptional regulator -BSU_08380 224308.BSU08380 8.7e-221 772.7 Bacillus yfiS Bacillus 1VYQ7@1239,1ZFVK@1386,4HYZJ@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_08390 224308.BSU08390 5.6e-100 370.2 Bacillus yfiT Bacillus 1V2BI@1239,1ZG53@1386,4HF8B@91061,COG2318@1,COG2318@2 NA|NA|NA S Belongs to the metal hydrolase YfiT family -BSU_08400 224308.BSU08400 1.9e-286 991.1 Bacillus yfiU GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 Bacillus 1VSW8@1239,1ZAS8@1386,4HUQC@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_08410 224308.BSU08410 5.2e-81 307.0 Bacillus yfiV GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1V3P7@1239,1ZD03@1386,4HYD5@91061,COG1846@1,COG1846@2 NA|NA|NA K transcriptional -BSU_08425 224308.BSU08425 0.0 1632.8 Bacillus mprF 2.3.2.3 ko:K14205 ko01503,ko02020,ko05150,map01503,map02020,map05150 M00726 ko00000,ko00001,ko00002,ko01000,ko01504 2.A.1.3.37 iYO844.BG12900 Bacillus 1TQI2@1239,1ZCB5@1386,4HBHU@91061,COG0392@1,COG0392@2,COG2898@1,COG2898@2 NA|NA|NA S Catalyzes the transfer of a lysyl group from L-lysyl- tRNA(Lys) to membrane-bound phosphatidylglycerol (PG), which produces lysylphosphatidylglycerol (LPG), a major component of the bacterial membrane with a positive net charge. LPG synthesis contributes to bacterial virulence as it is involved in the resistance mechanism against cationic antimicrobial peptides (CAMP) produces by the host's immune system (defensins, cathelicidins) and by the competing microorganisms -BSU_08440 224308.BSU08440 1.1e-181 642.5 Bacillus yfiY GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044424,GO:0044464 ko:K02016 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 Bacillus 1TR63@1239,1ZCYN@1386,4HB8N@91061,COG0614@1,COG0614@2 NA|NA|NA P ABC transporter substrate-binding protein -BSU_08450 224308.BSU08450 6.8e-176 623.2 Bacillus yfiZ ko:K02015 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 iYO844.BSU08450 Bacillus 1TP13@1239,1ZQ8X@1386,4HAW8@91061,COG0609@1,COG0609@2 NA|NA|NA P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily -BSU_08460 224308.BSU08460 8.9e-171 606.3 Bacillus yfhA ko:K02015 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 Bacillus 1TPX6@1239,1ZAU0@1386,4HAM8@91061,COG0609@1,COG0609@2 NA|NA|NA P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily -BSU_08470 224308.BSU08470 3e-167 594.3 Bacillus yfhB Bacillus 1TRAF@1239,1ZD49@1386,4HAC5@91061,COG0384@1,COG0384@2 NA|NA|NA S PhzF family -BSU_08480 224308.BSU08480 6.7e-107 393.3 Bacillus yfhC Bacillus 1UYXM@1239,1ZGXE@1386,4HD96@91061,COG0778@1,COG0778@2 NA|NA|NA C nitroreductase -BSU_08490 224308.BSU08490 4.6e-25 119.8 Bacillus yfhD Bacillus 1U0IF@1239,1ZJCB@1386,2DJQF@1,306WX@2,4I9X1@91061 NA|NA|NA S YfhD-like protein -BSU_08510 224308.BSU08510 8.4e-173 612.8 Bacillus yfhF ko:K07071 ko00000 Bacillus 1TRCE@1239,1ZBKW@1386,4HBRT@91061,COG1090@1,COG1090@2 NA|NA|NA S nucleoside-diphosphate sugar epimerase -BSU_08520 224308.BSU08520 1.9e-141 508.4 Bacillus recX ko:K03565 ko00000,ko03400 Bacillus 1V72V@1239,1ZC8N@1386,4HJ7R@91061,COG2137@1,COG2137@2 NA|NA|NA S Modulates RecA activity -BSU_08530 224308.BSU08530 1.6e-51 208.4 Bacillus yfhH Bacillus 1VADG@1239,1ZH1I@1386,2C8IW@1,32PGC@2,4HNM3@91061 NA|NA|NA S Protein of unknown function (DUF1811) -BSU_08540 224308.BSU08540 1.9e-209 734.9 Bacillus yfhI GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1TQXU@1239,1ZQ77@1386,4HAYB@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_08550 224308.BSU08550 1e-19 101.7 Bacillus sspK ko:K06428 ko00000 Bacillus 1VG3A@1239,1ZIVJ@1386,2ERTV@1,33JD2@2,4HPKX@91061 NA|NA|NA S reproduction -BSU_08560 224308.BSU08560 2.2e-44 184.5 Bacillus yfhJ Bacillus 1VFTN@1239,1ZI0N@1386,2CEK7@1,330II@2,4HNJY@91061 NA|NA|NA S WVELL protein -BSU_08570 224308.BSU08570 1.6e-91 342.0 Bacillus yfhK Bacillus 1UBB8@1239,1ZKKP@1386,4IMQ5@91061,COG3103@1,COG3103@2 NA|NA|NA T Bacterial SH3 domain homologues -BSU_08580 224308.BSU08580 1.9e-50 204.9 Bacillus yfhL Bacillus 1UHRY@1239,1ZK3C@1386,4HSIY@91061,COG5658@1,COG5658@2 NA|NA|NA S SdpI/YhfL protein family -BSU_08590 224308.BSU08590 1.1e-171 609.0 Bacillus yfhM Bacillus 1UZ7K@1239,1ZATX@1386,4HCZB@91061,COG0596@1,COG0596@2 NA|NA|NA S Alpha beta hydrolase -BSU_08600 224308.BSU08600 4.7e-185 653.7 Bacillus csbB ko:K20534 ko00000,ko01000,ko01005,ko02000 4.D.2.1.9 GT2 Bacillus 1TPR3@1239,1ZD2D@1386,4HC2Z@91061,COG0463@1,COG0463@2 NA|NA|NA M COG0463 Glycosyltransferases involved in cell wall biogenesis -BSU_08610 224308.BSU08610 0.0 1677.1 Bacillus yfhO Bacillus 1TPVY@1239,1ZCSF@1386,4HD9X@91061,COG4485@1,COG4485@2 NA|NA|NA S Bacterial membrane protein YfhO -BSU_08620 224308.BSU08620 9.3e-186 656.0 Bacillus yfhP ko:K07038 ko00000 Bacillus 1TQFC@1239,1ZBEI@1386,4H9PU@91061,COG1988@1,COG1988@2 NA|NA|NA S membrane-bound metal-dependent -BSU_08630 224308.BSU08630 1.5e-211 741.9 Bacillus mutY ko:K03575 ko03410,map03410 ko00000,ko00001,ko01000,ko03400 Bacillus 1TPUT@1239,1ZD5Y@1386,4H9UM@91061,COG1194@1,COG1194@2 NA|NA|NA L A G-specific -BSU_08640 224308.BSU08640 1.2e-35 155.2 Bacillus yfhS Bacillus 1VGI6@1239,1ZHXH@1386,2BX0I@1,335P2@2,4HQNB@91061 NA|NA|NA -BSU_08650 224308.BSU08650 4.8e-134 483.8 Bacillus fabL GO:0000166,GO:0003674,GO:0003824,GO:0004312,GO:0004318,GO:0005488,GO:0006082,GO:0006629,GO:0006631,GO:0006633,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009987,GO:0016043,GO:0016053,GO:0016491,GO:0016627,GO:0016628,GO:0016740,GO:0016746,GO:0016747,GO:0019752,GO:0022607,GO:0030497,GO:0032787,GO:0036094,GO:0043436,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0046394,GO:0048037,GO:0050661,GO:0050662,GO:0051259,GO:0051260,GO:0051262,GO:0051289,GO:0055114,GO:0065003,GO:0071704,GO:0071840,GO:0072330,GO:0097159,GO:1901265,GO:1901363,GO:1901576 1.3.1.104 ko:K10780 ko00061,ko01100,ko01212,map00061,map01100,map01212 M00083 R01404,R04430,R04725,R04956,R04959,R04962,R04967,R04970 RC00052,RC00076,RC00120 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1TRVE@1239,1ZAXT@1386,4HCFY@91061,COG1028@1,COG1028@2 NA|NA|NA IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) -BSU_08660 1051501.AYTL01000029_gene1547 2.4e-08 64.7 Bacillus sspE ko:K06422 ko00000 Bacillus 1VGGC@1239,1ZJ1V@1386,2DRQR@1,33CNQ@2,4HR2A@91061 NA|NA|NA S Small, acid-soluble spore protein, gamma-type -BSU_08670 224308.BSU08670 3e-54 217.6 Bacillus ygaB Bacillus 1U5GK@1239,1ZIZN@1386,29NRW@1,309PW@2,4IF7D@91061 NA|NA|NA S YgaB-like protein -BSU_08680 1051501.AYTL01000029_gene1545 2.2e-104 384.8 Bacillus ygaC ko:K07586 ko00000 Bacillus 1TRX8@1239,1ZB2J@1386,4H9NM@91061,COG3557@1,COG3557@2 NA|NA|NA J Belongs to the UPF0374 family -BSU_08690 224308.BSU08690 3.1e-301 1040.4 Bacillus ygaD GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 ko:K11085 ko02010,map02010 ko00000,ko00001,ko01000,ko02000 3.A.1.106 Bacillus 1TP0B@1239,1ZAY7@1386,4HA3S@91061,COG1132@1,COG1132@2 NA|NA|NA V ABC transporter -BSU_08700 224308.BSU08700 3.1e-179 634.4 Bacillus ygaE Bacillus 1TPVH@1239,1ZCJA@1386,4HAEG@91061,COG4129@1,COG4129@2 NA|NA|NA S Membrane -BSU_08710 224308.BSU08710 2.1e-246 857.8 Bacillus gsaB 5.4.3.8 ko:K01845 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R02272 RC00677 ko00000,ko00001,ko00002,ko01000,ko01007 iYO844.BSU08710 Bacillus 1TPNH@1239,1ZB74@1386,4HBDZ@91061,COG0001@1,COG0001@2 NA|NA|NA H Glutamate-1-semialdehyde aminotransferase -BSU_08720 224308.BSU08720 4.8e-87 327.0 Bacillus ygaF 1.11.1.15 ko:K03564 ko00000,ko01000 Bacillus 1V3N5@1239,1ZFKU@1386,4HH7Z@91061,COG1225@1,COG1225@2 NA|NA|NA O Peroxiredoxin -BSU_08730 224308.BSU08730 6.8e-80 303.1 Bacillus perR GO:0000976,GO:0001067,GO:0001130,GO:0001216,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009891,GO:0009892,GO:0009893,GO:0010468,GO:0010556,GO:0010557,GO:0010558,GO:0010604,GO:0010605,GO:0010628,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031325,GO:0031326,GO:0031327,GO:0031328,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0045892,GO:0045893,GO:0045934,GO:0045935,GO:0048518,GO:0048519,GO:0048522,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051173,GO:0051252,GO:0051253,GO:0051254,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1902680,GO:1903506,GO:1903507,GO:1903508,GO:1990837,GO:2000112,GO:2000113,GO:2001141 ko:K09825 ko00000,ko03000 Bacillus 1V400@1239,1ZFKE@1386,4HHF8@91061,COG0735@1,COG0735@2 NA|NA|NA P Belongs to the Fur family -BSU_08740 224308.BSU08740 3.2e-56 224.2 Bacillus ygzB Bacillus 1V6FR@1239,1ZGXQ@1386,2C1CK@1,313Y4@2,4HIGI@91061 NA|NA|NA S UPF0295 protein -BSU_08750 224308.BSU08750 8.7e-167 592.8 Bacillus ygxA Bacillus 1TR3A@1239,1ZB0T@1386,28IXS@1,2Z8VM@2,4HDYI@91061 NA|NA|NA S Nucleotidyltransferase-like -BSU_08760 224308.BSU08760 5.9e-143 513.5 Bacillus spo0M ko:K06377 ko00000 Bacillus 1TPEA@1239,1ZBFU@1386,4HBPW@91061,COG4326@1,COG4326@2 NA|NA|NA S COG4326 Sporulation control protein -BSU_08770 224308.BSU08770 4.8e-28 129.8 Bacillus Bacillus 1UBEU@1239,1ZKT6@1386,29SG5@1,30DM3@2,4IMTF@91061 NA|NA|NA -BSU_08779 224308.BSU08779 5.4e-43 179.9 Bacteria Bacillus COG5577@1,COG5577@2 NA|NA|NA M sporulation resulting in formation of a cellular spore -BSU_08780 224308.BSU08780 7.6e-134 483.0 Bacillus ygaJ GO:0003674,GO:0003824,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016787,GO:0019538,GO:0043170,GO:0044238,GO:0071704,GO:0140096,GO:1901564 3.4.13.21 ko:K05995 ko00000,ko01000,ko01002 Bacillus 1TRBA@1239,1ZC4Z@1386,4HB19@91061,COG3340@1,COG3340@2 NA|NA|NA E Belongs to the peptidase S51 family -BSU_08790 224308.BSU08790 0.0 1205.3 Bacillus thiC GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006725,GO:0006766,GO:0006767,GO:0006772,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009110,GO:0009228,GO:0009987,GO:0017144,GO:0018130,GO:0019438,GO:0034641,GO:0042364,GO:0042723,GO:0042724,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0072527,GO:0072528,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 4.1.99.17 ko:K03147 ko00730,ko01100,map00730,map01100 M00127 R03472 RC03251,RC03252 ko00000,ko00001,ko00002,ko01000 iYO844.BSU08790 Bacillus 1TNZ3@1239,1ZBCQ@1386,4HC0P@91061,COG0422@1,COG0422@2 NA|NA|NA H Catalyzes the synthesis of the hydroxymethylpyrimidine phosphate (HMP-P) moiety of thiamine from aminoimidazole ribotide (AIR) in a radical S-adenosyl-L-methionine (SAM)-dependent reaction -BSU_08800 224308.BSU08800 3.3e-266 923.7 Bacillus ygaK Bacillus 1U53V@1239,1ZD2F@1386,4HDF7@91061,COG0277@1,COG0277@2 NA|NA|NA C Berberine and berberine like -BSU_08820 224308.BSU08820 5.4e-291 1006.1 Bacillus katA GO:0000302,GO:0003674,GO:0003824,GO:0004096,GO:0004601,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009056,GO:0009636,GO:0009987,GO:0010035,GO:0016209,GO:0016491,GO:0016684,GO:0016999,GO:0017001,GO:0017144,GO:0020037,GO:0042221,GO:0042493,GO:0042542,GO:0042737,GO:0042743,GO:0042744,GO:0044237,GO:0044248,GO:0044424,GO:0044464,GO:0046677,GO:0046906,GO:0048037,GO:0050896,GO:0051186,GO:0051187,GO:0051716,GO:0055114,GO:0070887,GO:0072593,GO:0097159,GO:0097237,GO:0098754,GO:0098869,GO:1901363,GO:1901700,GO:1990748 1.11.1.6 ko:K03781 ko00380,ko00630,ko01110,ko01130,ko01200,ko04011,ko04016,ko04068,ko04146,ko04211,ko04212,ko04213,ko05014,map00380,map00630,map01110,map01130,map01200,map04011,map04016,map04068,map04146,map04211,map04212,map04213,map05014 M00532 R00009,R00602,R02670 RC00034,RC00767,RC02141,RC02755 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPPV@1239,1ZB44@1386,4H9XQ@91061,COG0753@1,COG0753@2 NA|NA|NA P serves to protect cells from the toxic effects of hydrogen peroxide -BSU_08830 224308.BSU08830 2.3e-139 501.5 Bacillus ssuB GO:0003674,GO:0005215,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0008509,GO:0015075,GO:0022857,GO:0034220,GO:0051179,GO:0051234,GO:0055085,GO:0098656 ko:K15555 ko00920,ko02010,map00920,map02010 M00436 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.17.2 iYO844.BSU08830 Bacillus 1TRM6@1239,1ZCC8@1386,4HAJC@91061,COG1116@1,COG1116@2 NA|NA|NA P COG1116 ABC-type nitrate sulfonate bicarbonate transport system, ATPase component -BSU_08840 224308.BSU08840 3e-171 607.8 Bacillus ssuA GO:0003674,GO:0005215 ko:K15553 ko00920,ko02010,map00920,map02010 M00436 ko00000,ko00001,ko00002,ko02000 3.A.1.17.2 Bacillus 1TRET@1239,1ZREQ@1386,4IPY7@91061,COG0715@1,COG0715@2 NA|NA|NA M Sulfonate ABC transporter -BSU_08850 224308.BSU08850 2.5e-147 528.1 Bacillus ssuC GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0016020,GO:0022857,GO:0042908,GO:0042910,GO:0042918,GO:0042959,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 ko:K15554 ko00920,ko02010,map00920,map02010 M00436 ko00000,ko00001,ko00002,ko02000 3.A.1.17.2 Bacillus 1TQ26@1239,1ZBH6@1386,4HCJ7@91061,COG0600@1,COG0600@2 NA|NA|NA P COG0600 ABC-type nitrate sulfonate bicarbonate transport system, permease component -BSU_08860 224308.BSU08860 5.3e-217 760.0 Bacillus ssuD 1.14.14.5 ko:K04091 ko00920,map00920 R07210,R10206 RC01779,RC02556 ko00000,ko00001,ko01000 Bacillus 1TW8W@1239,1ZCMH@1386,4HB95@91061,COG2141@1,COG2141@2 NA|NA|NA C Catalyzes the desulfonation of aliphatic sulfonates -BSU_08880 224308.BSU08880 1e-41 175.6 Bacillus rpsNB GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0019538,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044446,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02954 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VEF6@1239,1ZHU3@1386,4HKK1@91061,COG0199@1,COG0199@2 NA|NA|NA J Binds 16S rRNA, required for the assembly of 30S particles and may also be responsible for determining the conformation of the 16S rRNA at the A site -BSU_08890 224308.BSU08890 6.9e-78 296.6 Bacillus ygaO Bacillus 1VKUT@1239,1ZJNY@1386,2BYG6@1,33MFH@2,4HS20@91061 NA|NA|NA -BSU_08899 224308.BSU08899 7.2e-29 132.5 Bacillus ko:K07729 ko00000,ko03000 Bacillus 1VCMF@1239,1ZJDE@1386,4HQAM@91061,COG1476@1,COG1476@2 NA|NA|NA K Transcriptional regulator -BSU_08900 224308.BSU08900 1.3e-113 415.6 Bacillus yhzB Bacillus 1V7YR@1239,1ZBT2@1386,4HGDN@91061,COG3382@1,COG3382@2 NA|NA|NA S B3/4 domain -BSU_08910 224308.BSU08910 4.6e-224 783.5 Bacillus queG GO:0003674,GO:0003824,GO:0006139,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008616,GO:0009058,GO:0009116,GO:0009119,GO:0009163,GO:0009987,GO:0016491,GO:0018130,GO:0019438,GO:0034404,GO:0034641,GO:0034654,GO:0042455,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0046116,GO:0046483,GO:0052693,GO:0055086,GO:0055114,GO:0071704,GO:1901135,GO:1901137,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 1.17.99.6 ko:K18979 ko00000,ko01000,ko03016 Bacillus 1TP6Q@1239,1ZC1W@1386,4HAEW@91061,COG1600@1,COG1600@2 NA|NA|NA C Catalyzes the conversion of epoxyqueuosine (oQ) to queuosine (Q), which is a hypermodified base found in the wobble positions of tRNA(Asp), tRNA(Asn), tRNA(His) and tRNA(Tyr) -BSU_08920 224308.BSU08920 1.6e-179 635.2 Bacillus yhbB Bacillus 1UR4B@1239,1ZC8T@1386,2DB72@1,2Z7JI@2,4HCE4@91061 NA|NA|NA S Putative amidase domain -BSU_08930 224308.BSU08930 1.3e-87 328.9 Bacillus cspR 2.1.1.207 ko:K03216 ko00000,ko01000,ko03016 Bacillus 1V3GW@1239,1ZFKH@1386,4HFNY@91061,COG0219@1,COG0219@2 NA|NA|NA J Belongs to the class IV-like SAM-binding methyltransferase superfamily. RNA methyltransferase TrmH family. TrmL subfamily -BSU_08940 224308.BSU08940 3e-125 454.5 Bacillus yhbD Bacillus 1UYCQ@1239,1ZEDR@1386,4HI3I@91061,COG0789@1,COG0789@2 NA|NA|NA K Protein of unknown function (DUF4004) -BSU_08950 224308.BSU08950 2.7e-65 255.4 Bacillus yhbE Bacillus 1V6E6@1239,1ZQYV@1386,4HHZU@91061,COG1664@1,COG1664@2 NA|NA|NA M COG1664 Integral membrane protein CcmA involved in cell shape determination -BSU_08960 224308.BSU08960 1.4e-74 286.2 Bacillus yhbF Bacillus 1V6FF@1239,1ZGKZ@1386,4HJV2@91061,COG1664@1,COG1664@2 NA|NA|NA M COG1664 Integral membrane protein CcmA involved in cell shape determination -BSU_08970 224308.BSU08970 0.0 1234.9 Bacillus prkA ko:K07180 ko00000 Bacillus 1TRTW@1239,1ZBM9@1386,4HA8A@91061,COG2766@1,COG2766@2 NA|NA|NA T Ser protein kinase -BSU_08980 224308.BSU08980 4.2e-225 786.9 Bacillus yhbH ko:K09786 ko00000 Bacillus 1TQIN@1239,1ZATH@1386,4HBIH@91061,COG2718@1,COG2718@2 NA|NA|NA S Belongs to the UPF0229 family -BSU_08990 224308.BSU08990 3.7e-76 290.8 Bacteria Bacillus COG1846@1,COG1846@2 NA|NA|NA K DNA-binding transcription factor activity -BSU_09000 224308.BSU09000 1e-103 382.9 Bacillus yhbJ Bacillus 1V1F5@1239,1ZE85@1386,4HHAT@91061,COG1566@1,COG1566@2 NA|NA|NA V COG1566 Multidrug resistance efflux pump -BSU_09010 224308.BSU09010 6.9e-271 939.5 Bacillus yhcA ko:K03446 M00701 ko00000,ko00002,ko02000 2.A.1.3 Bacillus 1TPRN@1239,1ZAXQ@1386,4H9VV@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_09020 224308.BSU09020 1.8e-98 365.2 Bacillus GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0016491,GO:0055114 1.6.5.2 ko:K03809 ko00130,ko01110,map00130,map01110 R02964,R03643,R03816 RC00819 ko00000,ko00001,ko01000 Bacillus 1TSY9@1239,1ZBKC@1386,4H9MQ@91061,COG0655@1,COG0655@2 NA|NA|NA S Belongs to the WrbA family -BSU_09030 224308.BSU09030 2.7e-37 161.4 Bacillus yhcC Bacillus 1W210@1239,1ZKKM@1386,28XRM@1,2ZJN4@2,4I1DZ@91061 NA|NA|NA -BSU_09050 720555.BATR1942_02120 1.3e-54 219.9 Bacillus Bacillus 1VA01@1239,1ZJVW@1386,2CHZZ@1,32S6Y@2,4IJSI@91061 NA|NA|NA -BSU_09060 224308.BSU09060 1.5e-59 235.3 Bacillus yhcF Bacillus 1VA2B@1239,1ZHSQ@1386,4HPK4@91061,COG1725@1,COG1725@2 NA|NA|NA K Transcriptional regulator -BSU_09070 224308.BSU09070 2.7e-123 448.0 Bacillus yhcG ko:K01990 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TPUP@1239,1ZCBF@1386,4HC2V@91061,COG1131@1,COG1131@2 NA|NA|NA V ABC transporter, ATP-binding protein -BSU_09080 224308.BSU09080 4.5e-166 590.5 Bacillus yhcH ko:K01990 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TP4J@1239,1ZB4N@1386,4HBGH@91061,COG1131@1,COG1131@2 NA|NA|NA V ABC transporter, ATP-binding protein -BSU_09090 224308.BSU09090 6.7e-165 586.6 Bacillus yhcI ko:K01992 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TT9E@1239,1ZDPM@1386,4HE5W@91061,COG1277@1,COG1277@2 NA|NA|NA S COG1277 ABC-type transport system involved in multi-copper enzyme maturation, permease component -BSU_09100 224308.BSU09100 1.3e-30 138.3 Bacillus cspD GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006355,GO:0006950,GO:0008150,GO:0009266,GO:0009409,GO:0009628,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044424,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 ko:K03704 ko00000,ko03000 Bacillus 1VEE0@1239,1ZHTU@1386,4HNJC@91061,COG1278@1,COG1278@2 NA|NA|NA K Cold-shock protein -BSU_09110 224308.BSU09110 8.8e-153 546.2 Bacillus yhcJ ko:K02073 ko02010,map02010 M00238 ko00000,ko00001,ko00002,ko02000 3.A.1.24 Bacillus 1TQAS@1239,1ZB4Z@1386,4HCTA@91061,COG1464@1,COG1464@2 NA|NA|NA M Belongs to the nlpA lipoprotein family -BSU_09120 224308.BSU09120 2e-197 694.9 Bacillus yhcK 2.7.7.65 ko:K18967 ko00000,ko01000,ko02000 9.B.34.1.1 Bacillus 1TQIK@1239,1ZB59@1386,4HEDD@91061,COG2199@1,COG3706@2 NA|NA|NA T COG2199 FOG GGDEF domain -BSU_09130 224308.BSU09130 1.4e-219 768.8 Bacillus yhcL ko:K06956 ko00000 Bacillus 1UPUK@1239,1ZB7C@1386,4HAJY@91061,COG1823@1,COG1823@2 NA|NA|NA U Belongs to the dicarboxylate amino acid cation symporter (DAACS) (TC 2.A.23) family -BSU_09140 224308.BSU09140 6.3e-44 183.7 Bacillus yhcM Bacillus 1UA2I@1239,1ZGD7@1386,29RHY@1,30CKX@2,4IKBT@91061 NA|NA|NA -BSU_09150 224308.BSU09150 3.5e-68 264.6 Bacillus yhcN Bacillus 1VA6H@1239,1ZHSJ@1386,2DZ9Y@1,32V70@2,4HKSG@91061 NA|NA|NA S Sporulation lipoprotein YhcN/YlaJ (Spore_YhcN_YlaJ) -BSU_09165 224308.BSU09165 4.3e-167 594.0 Bacillus yhcP Bacillus 1V9QT@1239,1ZDEB@1386,2AJCZ@1,319YD@2,4IIN1@91061 NA|NA|NA -BSU_09180 224308.BSU09180 8.9e-100 369.8 Bacillus yhcQ Bacillus 1UIAR@1239,1ZDQK@1386,4HC0T@91061,COG5577@1,COG5577@2 NA|NA|NA M Spore coat protein -BSU_09190 224308.BSU09190 0.0 2344.7 Bacillus yhcR 3.1.3.5,3.1.3.6,3.1.4.16 ko:K01081,ko:K01119,ko:K08693 ko00230,ko00240,ko00760,ko01100,ko01110,map00230,map00240,map00760,map01100,map01110 R00183,R00511,R00963,R01126,R01227,R01562,R01569,R01664,R01877,R01968,R02088,R02102,R02148,R02323,R02370,R02719,R03346,R03537,R03538,R03929,R05135 RC00017,RC00078,RC00296 ko00000,ko00001,ko01000 iYO844.BSU07840 Bacillus 1TPV2@1239,1ZAY0@1386,4HB9S@91061,COG0737@1,COG0737@2,COG1525@1,COG1525@2,COG4085@1,COG4085@2 NA|NA|NA F Belongs to the 5'-nucleotidase family -BSU_09200 224308.BSU09200 1.3e-105 389.0 Bacillus yhcS 3.4.22.70 ko:K07284 ko00000,ko01000,ko01002,ko01011 Bacillus 1V1RS@1239,1ZFRS@1386,4HFWK@91061,COG3764@1,COG3764@2 NA|NA|NA M COG3764 Sortase (surface protein transpeptidase) -BSU_09210 224308.BSU09210 1.3e-170 605.5 Bacillus yhcT GO:0000154,GO:0000455,GO:0001522,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009451,GO:0009982,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016853,GO:0016866,GO:0022613,GO:0031118,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0044085,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:1901360 5.4.99.23 ko:K06180 ko00000,ko01000,ko03009 Bacillus 1TSM6@1239,1ZDMG@1386,4HA7M@91061,COG0564@1,COG0564@2 NA|NA|NA J Responsible for synthesis of pseudouridine from uracil -BSU_09220 224308.BSU09220 1.2e-67 262.3 Bacillus yhcU Bacillus 1U9MH@1239,1ZG4U@1386,29RAQ@1,30CCF@2,4IJSY@91061 NA|NA|NA S Family of unknown function (DUF5365) -BSU_09230 224308.BSU09230 2.2e-67 261.5 Bacillus yhcV Bacillus 1V9ZB@1239,1ZS4F@1386,4ISB2@91061,COG0517@1,COG0517@2 NA|NA|NA S COG0517 FOG CBS domain -BSU_09240 224308.BSU09240 6e-120 436.8 Bacillus yhcW GO:0003674,GO:0003824,GO:0003850,GO:0004346,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0019203,GO:0042578,GO:0044237,GO:0050308,GO:0050309 ko:K07025 ko00000 Bacillus 1V1N8@1239,1ZEV6@1386,4HG58@91061,COG0637@1,COG0637@2 NA|NA|NA S hydrolase -BSU_09250 224308.BSU09250 3.5e-304 1050.0 Bacillus yhcX Bacillus 1TQAZ@1239,1ZB16@1386,4HCQW@91061,COG0388@1,COG0388@2,COG3153@1,COG3153@2 NA|NA|NA K Nitrilase cyanide hydratase and apolipoprotein N-acyltransferase -BSU_09260 224308.BSU09260 4e-264 916.8 Bacillus yhxA Bacillus 1TP9N@1239,1ZAUQ@1386,4HAA5@91061,COG0161@1,COG0161@2 NA|NA|NA E Belongs to the class-III pyridoxal-phosphate-dependent aminotransferase family -BSU_09270 224308.BSU09270 3.1e-104 384.4 Bacillus glpP GO:0001072,GO:0001678,GO:0003674,GO:0005975,GO:0006066,GO:0006071,GO:0006355,GO:0008150,GO:0008152,GO:0009743,GO:0009746,GO:0009749,GO:0009889,GO:0009890,GO:0009891,GO:0009892,GO:0009893,GO:0009987,GO:0010033,GO:0010468,GO:0010556,GO:0010557,GO:0010558,GO:0010604,GO:0010605,GO:0010628,GO:0010629,GO:0019219,GO:0019222,GO:0019400,GO:0019725,GO:0019751,GO:0031323,GO:0031324,GO:0031325,GO:0031326,GO:0031327,GO:0031328,GO:0031554,GO:0031564,GO:0033500,GO:0034284,GO:0042221,GO:0042592,GO:0042593,GO:0043242,GO:0043244,GO:0044237,GO:0044238,GO:0044262,GO:0044281,GO:0045892,GO:0045893,GO:0045934,GO:0045935,GO:0046677,GO:0048518,GO:0048519,GO:0048522,GO:0048523,GO:0048878,GO:0050789,GO:0050794,GO:0050896,GO:0051128,GO:0051129,GO:0051171,GO:0051172,GO:0051173,GO:0051252,GO:0051253,GO:0051254,GO:0051716,GO:0055082,GO:0060255,GO:0060567,GO:0065007,GO:0065008,GO:0070887,GO:0071310,GO:0071322,GO:0071326,GO:0071331,GO:0071333,GO:0071704,GO:0080090,GO:0140110,GO:1901615,GO:1901700,GO:1901701,GO:1902679,GO:1902680,GO:1903506,GO:1903507,GO:1903508,GO:2000112,GO:2000113,GO:2001141 ko:K02443 ko00000,ko03000 Bacillus 1V4IE@1239,1ZCJN@1386,4HH9Q@91061,COG1954@1,COG1954@2 NA|NA|NA K Regulates expression of the glpD operon. In the presence of glycerol 3-phosphate (G3P) causes antitermination of transcription of glpD at the inverted repeat of the leader region to enhance its transcription. Binds and stabilizes glpD leader mRNA -BSU_09280 224308.BSU09280 3.3e-152 544.3 Bacillus glpF GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K02440 ko00000,ko02000 1.A.8.1,1.A.8.2 Bacillus 1TP4T@1239,1ZCUB@1386,4HAWP@91061,COG0580@1,COG0580@2 NA|NA|NA G Belongs to the MIP aquaporin (TC 1.A.8) family -BSU_09290 224308.BSU09290 7.8e-293 1012.3 Bacillus glpK GO:0003674,GO:0003824,GO:0004370,GO:0005975,GO:0006066,GO:0006071,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019400,GO:0019751,GO:0044237,GO:0044238,GO:0044262,GO:0044281,GO:0071704,GO:1901615 2.7.1.30 ko:K00864 ko00561,ko01100,ko03320,ko04626,map00561,map01100,map03320,map04626 R00847 RC00002,RC00017 ko00000,ko00001,ko01000,ko04147 Bacillus 1TPX3@1239,1ZB20@1386,4H9ZF@91061,COG0554@1,COG0554@2 NA|NA|NA C Key enzyme in the regulation of glycerol uptake and metabolism. Catalyzes the phosphorylation of glycerol to yield sn- glycerol 3-phosphate -BSU_09300 224308.BSU09300 0.0 1114.0 Bacillus glpD GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 1.1.5.3 ko:K00111 ko00564,ko01110,map00564,map01110 R00848 RC00029 ko00000,ko00001,ko01000 Bacillus 1TQJN@1239,1ZCGN@1386,4HAG8@91061,COG0578@1,COG0578@2 NA|NA|NA C Belongs to the FAD-dependent glycerol-3-phosphate dehydrogenase family -BSU_09310 224308.BSU09310 0.0 1139.0 Bacillus pgcA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 5.4.2.2 ko:K01835 ko00010,ko00030,ko00052,ko00230,ko00500,ko00520,ko00521,ko01100,ko01110,ko01120,ko01130,map00010,map00030,map00052,map00230,map00500,map00520,map00521,map01100,map01110,map01120,map01130 M00549 R00959,R01057,R08639 RC00408 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP2N@1239,1ZBEM@1386,4HADU@91061,COG1109@1,COG1109@2 NA|NA|NA G Phosphoglucomutase -BSU_09320 224308.BSU09320 7.2e-214 749.6 Bacillus yhcY 2.7.13.3 ko:K02480 ko00000,ko01000,ko01001,ko02022 Bacillus 1TR88@1239,1ZCMJ@1386,4HBF3@91061,COG2203@1,COG2203@2,COG4585@1,COG4585@2 NA|NA|NA T Histidine kinase -BSU_09330 224308.BSU09330 1.8e-113 415.2 Bacillus yhcZ ko:K02479 ko00000,ko02022 Bacillus 1TRXG@1239,1ZDBY@1386,4HCCV@91061,COG2197@1,COG2197@2 NA|NA|NA K COG2197 Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain -BSU_09340 224308.BSU09340 1.9e-84 318.5 Bacillus yhdA GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0010181,GO:0016491,GO:0016645,GO:0016646,GO:0032553,GO:0036094,GO:0042802,GO:0043167,GO:0043168,GO:0044424,GO:0044444,GO:0044464,GO:0048037,GO:0050662,GO:0052873,GO:0055114,GO:0097159,GO:0097367,GO:1901265,GO:1901363 1.7.1.6 ko:K03206 ko00000,ko01000 Bacillus 1VDZQ@1239,1ZQ9A@1386,4HMQ1@91061,COG0431@1,COG0431@2 NA|NA|NA S NADPH-dependent FMN reductase -BSU_09350 224308.BSU09350 2.1e-38 164.5 Bacillus yhdB Bacillus 1VAT9@1239,1ZHZK@1386,2E2U4@1,32XW8@2,4HN53@91061 NA|NA|NA S YhdB-like protein -BSU_09360 224308.BSU09360 8.1e-54 216.1 Bacillus yhdC Bacillus 1UAGC@1239,1ZHQ6@1386,29RSF@1,30CW8@2,4IKUT@91061 NA|NA|NA S Protein of unknown function (DUF3889) -BSU_09370 224308.BSU09370 1.3e-188 666.0 Bacillus lytF ko:K19220,ko:K19223,ko:K19224 ko00000,ko01000,ko01002,ko01011 CBM50 Bacillus 1TP24@1239,1ZCHY@1386,4HA77@91061,COG0791@1,COG0791@2,COG1388@1,COG1388@2 NA|NA|NA M COG1388 FOG LysM repeat -BSU_09380 224308.BSU09380 6e-76 290.0 Bacillus yhdE ko:K13771 ko05132,map05132 ko00000,ko00001,ko03000 Bacillus 1V4G2@1239,1ZH5D@1386,4HHBH@91061,COG1959@1,COG1959@2 NA|NA|NA K Transcriptional regulator -BSU_09390 224308.BSU09390 1.8e-266 924.9 Bacillus ygxB Bacillus 1TQXJ@1239,1ZF3F@1386,4HCK2@91061,COG0668@1,COG0668@2 NA|NA|NA M Conserved TM helix -BSU_09400 224308.BSU09400 3.7e-276 956.8 Bacillus spoVR ko:K06415 ko00000 Bacillus 1TRHQ@1239,1ZAT5@1386,4HBAW@91061,COG2719@1,COG2719@2 NA|NA|NA S Stage V sporulation protein R -BSU_09410 224308.BSU09410 4e-259 900.2 Bacillus phoA 3.1.3.1 ko:K01077 ko00730,ko00790,ko01100,ko02020,map00730,map00790,map01100,map02020 M00126 R02135,R04620 RC00017 ko00000,ko00001,ko00002,ko00537,ko01000,ko04147 Bacillus 1TQCI@1239,1ZB3J@1386,4HA27@91061,COG1785@1,COG1785@2 NA|NA|NA P Belongs to the alkaline phosphatase family -BSU_09420 224308.BSU09420 4.2e-141 507.7 Bacillus lytE ko:K19220,ko:K19223,ko:K19224 ko00000,ko01000,ko01002,ko01011 CBM50 Bacillus 1TP24@1239,1ZCHY@1386,4HA77@91061,COG0791@1,COG0791@2,COG1388@1,COG1388@2 NA|NA|NA M COG1388 FOG LysM repeat -BSU_09430 224308.BSU09430 6.4e-162 576.6 Bacillus citR GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 ko:K19242 ko00000,ko03000 Bacillus 1V1MH@1239,1ZD99@1386,4HFVE@91061,COG0583@1,COG0583@2 NA|NA|NA K Transcriptional regulator -BSU_09440 224308.BSU09440 2.4e-206 724.5 Bacillus citA 2.3.3.1 ko:K01647 ko00020,ko00630,ko01100,ko01110,ko01120,ko01130,ko01200,ko01210,ko01230,map00020,map00630,map01100,map01110,map01120,map01130,map01200,map01210,map01230 M00009,M00010,M00012,M00740 R00351 RC00004,RC00067 br01601,ko00000,ko00001,ko00002,ko01000 Bacillus 1TPPS@1239,1ZBE9@1386,4HDG0@91061,COG0372@1,COG0372@2 NA|NA|NA C Belongs to the citrate synthase family -BSU_09450 224308.BSU09450 8.3e-162 576.2 Bacillus yhdF Bacillus 1TR53@1239,1ZAS0@1386,4HB8Y@91061,COG1028@1,COG1028@2 NA|NA|NA IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) -BSU_09460 224308.BSU09460 5.8e-250 869.8 Bacillus ko:K03294 ko00000 2.A.3.2 Bacillus 1TQ4K@1239,1ZBB0@1386,4HA66@91061,COG0531@1,COG0531@2 NA|NA|NA E amino acid -BSU_09470 224308.BSU09470 3.3e-242 844.0 Bacillus yhdH ko:K03308 ko00000 2.A.22.4,2.A.22.5 Bacillus 1TP6B@1239,1ZBC5@1386,4HAAI@91061,COG0733@1,COG0733@2 NA|NA|NA S Belongs to the sodium neurotransmitter symporter (SNF) (TC 2.A.22) family -BSU_09480 224308.BSU09480 6.3e-276 956.1 Bacillus ydeL ko:K00375 ko00000,ko03000 Bacillus 1TPS5@1239,1ZB5R@1386,4HB2U@91061,COG1167@1,COG1167@2 NA|NA|NA K COG1167 Transcriptional regulators containing a DNA-binding HTH domain and an aminotransferase domain (MocR family) and their eukaryotic orthologs -BSU_09490 224308.BSU09490 1.2e-76 292.4 Bacillus GO:0003674,GO:0003824,GO:0004596,GO:0005575,GO:0005622,GO:0005623,GO:0006464,GO:0006473,GO:0006474,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0019538,GO:0031248,GO:0031365,GO:0032991,GO:0034212,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0051604,GO:0071704,GO:1901564,GO:1902493,GO:1902494,GO:1990234 Bacillus 1V47B@1239,1ZI27@1386,4HHAS@91061,COG0454@1,COG0456@2 NA|NA|NA K COG0454 Histone acetyltransferase HPA2 and related acetyltransferases -BSU_09500 224308.BSU09500 1.4e-44 185.3 Bacillus yhdK Bacillus 1UA8R@1239,1ZH64@1386,29RMT@1,30CR2@2,4IKK7@91061 NA|NA|NA S Sigma-M inhibitor protein -BSU_09510 224308.BSU09510 2.3e-201 708.0 Bacillus yhdL Bacillus 1USSJ@1239,1ZRWA@1386,2C5RJ@1,2Z96W@2,4IRP8@91061 NA|NA|NA S Sigma factor regulator N-terminal -BSU_09520 224308.BSU09520 9.3e-86 322.8 Bacillus sigM ko:K03088 ko00000,ko03021 Bacillus 1VYEJ@1239,1ZGTR@1386,4IPY8@91061,COG1595@1,COG1595@2 NA|NA|NA K Belongs to the sigma-70 factor family. ECF subfamily -BSU_09530 224308.BSU09530 2.6e-191 674.5 Bacillus yhdN Bacillus 1TPIY@1239,1ZFDQ@1386,4HA4Q@91061,COG0667@1,COG0667@2 NA|NA|NA C Aldo keto reductase -BSU_09540 224308.BSU09540 5.1e-110 403.7 Bacillus GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0008374,GO:0016020,GO:0016411,GO:0016740,GO:0016746,GO:0016747,GO:0042171,GO:0044464,GO:0071617,GO:0071944 2.3.1.51 ko:K00655 ko00561,ko00564,ko01100,ko01110,map00561,map00564,map01100,map01110 M00089 R02241,R09381 RC00004,RC00037,RC00039 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1U8N2@1239,1ZQCA@1386,4HDQR@91061,COG0204@1,COG0204@2 NA|NA|NA I Belongs to the 1-acyl-sn-glycerol-3-phosphate acyltransferase family -BSU_09550 224308.BSU09550 5.2e-240 836.6 Bacillus yhdP Bacillus 1TPN0@1239,1ZBAN@1386,4H9SB@91061,COG1253@1,COG1253@2 NA|NA|NA S COG1253 Hemolysins and related proteins containing CBS domains -BSU_09560 224308.BSU09560 7.2e-74 283.1 Bacillus ko:K11923 ko00000,ko03000 Bacillus 1VHZ2@1239,1ZHVY@1386,4HMJ6@91061,COG0789@1,COG0789@2 NA|NA|NA K transcriptional -BSU_09570 224308.BSU09570 2.3e-223 781.2 Bacillus yhdR 2.6.1.1 ko:K11358 ko00220,ko00250,ko00270,ko00330,ko00350,ko00360,ko00400,ko00401,ko00950,ko00960,ko01100,ko01110,ko01130,ko01210,ko01230,map00220,map00250,map00270,map00330,map00350,map00360,map00400,map00401,map00950,map00960,map01100,map01110,map01130,map01210,map01230 R00355,R00694,R00734,R00896,R02433,R02619,R05052 RC00006 ko00000,ko00001,ko01000,ko01007 Bacillus 1TP36@1239,1ZEW4@1386,4HFCH@91061,COG0436@1,COG0436@2 NA|NA|NA E Aminotransferase -BSU_09590 224308.BSU09590 1.9e-240 838.2 Bacillus yhdT Bacillus 1TPN0@1239,1ZBQF@1386,4H9SB@91061,COG1253@1,COG1253@2 NA|NA|NA P COG1253 Hemolysins and related proteins containing CBS domains -BSU_09600 224308.BSU09600 6.2e-47 193.4 Bacillus crcB2 GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0008509,GO:0015075,GO:0015103,GO:0015318,GO:0015698,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944,GO:0098656,GO:0098660,GO:0098661,GO:1903424,GO:1903425 ko:K06199 ko00000,ko02000 1.A.43.1,1.A.43.2,1.A.43.3 Bacillus 1VM30@1239,1ZIV0@1386,4HRC4@91061,COG0239@1,COG0239@2 NA|NA|NA D Important for reducing fluoride concentration in the cell, thus reducing its toxicity -BSU_09610 224308.BSU09610 8.6e-66 256.1 Bacillus crcB1 GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0008509,GO:0015075,GO:0015103,GO:0015318,GO:0015698,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944,GO:0098656,GO:0098660,GO:0098661,GO:1903424,GO:1903425 ko:K06199 ko00000,ko02000 1.A.43.1,1.A.43.2,1.A.43.3 Bacillus 1VEH7@1239,1ZJ3M@1386,4HNI0@91061,COG0239@1,COG0239@2 NA|NA|NA D Important for reducing fluoride concentration in the cell, thus reducing its toxicity -BSU_09620 224308.BSU09620 5.6e-135 486.9 Bacillus yhdW 3.1.4.46 ko:K01126 ko00564,map00564 R01030,R01470 RC00017,RC00425 ko00000,ko00001,ko01000 Bacillus 1UY23@1239,1ZCIE@1386,4HEAD@91061,COG0584@1,COG0584@2 NA|NA|NA C glycerophosphoryl diester phosphodiesterase -BSU_09640 224308.BSU09640 1.1e-203 715.7 Bacillus yhdY ko:K16052 ko00000,ko02000 1.A.23.4 Bacillus 1TR9Z@1239,1ZBUJ@1386,4HBDU@91061,COG0668@1,COG0668@2 NA|NA|NA M Mechanosensitive ion channel -BSU_09650 224308.BSU09650 2e-140 505.0 Bacillus cobB ko:K12410 ko00000,ko01000 Bacillus 1TQKD@1239,1ZB8T@1386,4HC4I@91061,COG0846@1,COG0846@2 NA|NA|NA K NAD-dependent protein deacetylase which modulates the activities of several enzymes which are inactive in their acetylated form -BSU_09660 224308.BSU09660 2.9e-151 541.2 Bacillus yheN GO:0005575,GO:0016020 Bacillus 1TYRH@1239,1ZEGM@1386,4HEQR@91061,COG0726@1,COG0726@2 NA|NA|NA G deacetylase -BSU_09670 224308.BSU09670 2.4e-153 548.1 Bacillus dat GO:0003674,GO:0003824,GO:0005488,GO:0006082,GO:0006520,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008483,GO:0008652,GO:0009056,GO:0009058,GO:0009063,GO:0009987,GO:0016053,GO:0016054,GO:0016740,GO:0016769,GO:0019478,GO:0019752,GO:0019842,GO:0030170,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0046394,GO:0046395,GO:0046416,GO:0046437,GO:0047810,GO:0048037,GO:0050662,GO:0070279,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576,GO:1901605,GO:1901606,GO:1901607 2.6.1.21 ko:K00824 ko00310,ko00330,ko00360,ko00472,ko00473,ko01100,map00310,map00330,map00360,map00472,map00473,map01100 R01148,R01582,R02459,R02851,R02924,R05053 RC00006,RC00008,RC00025 ko00000,ko00001,ko01000,ko01007 Bacillus 1TPY2@1239,1ZBVX@1386,4HAWW@91061,COG0115@1,COG0115@2 NA|NA|NA E Acts on the D-isomers of alanine, leucine, aspartate, glutamate, aminobutyrate, norvaline and asparagine. The enzyme transfers an amino group from a substrate D-amino acid to the pyridoxal phosphate cofactor to form pyridoxamine and an alpha- keto acid in the first half-reaction -BSU_09680 224308.BSU09680 4.8e-233 813.5 Bacillus nhaC GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03315 ko00000,ko02000 2.A.35 Bacillus 1TQ3B@1239,1ZBQN@1386,4HA18@91061,COG1757@1,COG1757@2 NA|NA|NA C Na H antiporter -BSU_09690 224308.BSU09690 5.2e-84 317.0 Bacillus nhaX Bacillus 1V6RY@1239,1ZHCT@1386,4HIZM@91061,COG0589@1,COG0589@2 NA|NA|NA T Belongs to the universal stress protein A family -BSU_09710 224308.BSU09710 0.0 1135.9 Bacillus yheI ko:K18889 ko02010,map02010 M00707 ko00000,ko00001,ko00002,ko02000 3.A.1.106.13,3.A.1.106.5 Bacillus 1TP0B@1239,1ZBXB@1386,4HA3S@91061,COG1132@1,COG1132@2 NA|NA|NA V COG1132 ABC-type multidrug transport system, ATPase and permease components -BSU_09720 224308.BSU09720 0.0 1296.2 Bacillus yheH GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 ko:K18890 ko02010,map02010 M00707 ko00000,ko00001,ko00002,ko02000 3.A.1.106.13,3.A.1.106.5 Bacillus 1TP0B@1239,1ZBIW@1386,4HA3S@91061,COG1132@1,COG1132@2 NA|NA|NA V COG1132 ABC-type multidrug transport system, ATPase and permease components -BSU_09730 224308.BSU09730 4.8e-111 407.1 Bacillus yheG Bacillus 1TS7J@1239,1ZGA3@1386,4HFT3@91061,COG0702@1,COG0702@2 NA|NA|NA GM NAD(P)H-binding -BSU_09750 224308.BSU09750 1.4e-27 128.3 Bacillus ko:K06418,ko:K06419,ko:K06420 ko00000 Bacillus 1VEDY@1239,1ZIWS@1386,2BX75@1,32YCI@2,4HNHZ@91061 NA|NA|NA S spore protein -BSU_09760 224308.BSU09760 2.1e-37 161.0 Bacillus yheE Bacillus 1VGKG@1239,1ZIY3@1386,2E3WD@1,32YTI@2,4HSKD@91061 NA|NA|NA S Family of unknown function (DUF5342) -BSU_09770 224308.BSU09770 2.7e-268 930.6 Bacillus yheD GO:0005575,GO:0005623,GO:0042601,GO:0042763,GO:0044464 Bacillus 1TSWS@1239,1ZAR6@1386,4HCJA@91061,COG0189@1,COG0189@2 NA|NA|NA HJ YheC/D like ATP-grasp -BSU_09780 224308.BSU09780 7.3e-216 756.1 Bacillus yheC Bacillus 1U4ME@1239,1ZBNP@1386,4HFD2@91061,COG0189@1,COG0189@2 NA|NA|NA HJ YheC/D like ATP-grasp -BSU_09790 224308.BSU09790 1.1e-203 715.7 Bacillus yheB Bacillus 1TQDH@1239,1ZB1W@1386,4HA30@91061,COG4399@1,COG4399@2 NA|NA|NA S Belongs to the UPF0754 family -BSU_09800 224308.BSU09800 1.6e-47 195.3 Bacillus yheA Bacillus 1VASS@1239,1ZH14@1386,4HKKC@91061,COG3679@1,COG3679@2 NA|NA|NA S Belongs to the UPF0342 family -BSU_09810 224308.BSU09810 4e-206 723.8 Bacillus yhaZ Bacillus 1TRE4@1239,1ZBAW@1386,4HA0G@91061,COG4335@1,COG4335@2 NA|NA|NA L DNA alkylation repair enzyme -BSU_09830 224308.BSU09830 7.3e-142 510.0 Bacillus yhaX Bacillus 1TREF@1239,1ZQ4F@1386,4H9Y9@91061,COG0561@1,COG0561@2 NA|NA|NA S haloacid dehalogenase-like hydrolase -BSU_09840 224308.BSU09840 1.2e-293 1015.0 Bacillus hemZ Bacillus 1TREM@1239,1ZCRB@1386,4HC2D@91061,COG0635@1,COG0635@2 NA|NA|NA H coproporphyrinogen III oxidase -BSU_09850 224308.BSU09850 2.8e-208 731.1 Bacillus yhaU ko:K03455 ko00000 2.A.37 iYO844.BSU09850 Bacillus 1TS32@1239,1ZBQT@1386,4HC99@91061,COG0475@1,COG0475@2 NA|NA|NA P COG0475 Kef-type K transport systems, membrane components -BSU_09860 224308.BSU09860 1.3e-87 328.9 Bacillus ko:K07228 ko00000 Bacillus 1V544@1239,1ZR77@1386,4HIGC@91061,COG0490@1,COG0490@2 NA|NA|NA P regulatory, ligand-binding protein related to C-terminal domains of K channels -BSU_09880 224308.BSU09880 3.2e-133 481.1 Bacillus yhaR Bacillus 1TRCQ@1239,1ZARB@1386,4HDUU@91061,COG1024@1,COG1024@2 NA|NA|NA I enoyl-CoA hydratase -BSU_09889 224308.BSU09889 1.8e-26 124.4 Bacillus Bacillus 1VF2A@1239,1ZIT1@1386,2E4GP@1,32ZBV@2,4HNUS@91061 NA|NA|NA S YhzD-like protein -BSU_09890 224308.BSU09890 3e-167 594.3 Bacillus yhaQ ko:K01990 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TR06@1239,1ZC9T@1386,4H9RX@91061,COG4152@1,COG4152@2 NA|NA|NA S ABC transporter, ATP-binding protein -BSU_09900 224308.BSU09900 7.2e-215 753.1 Bacillus yhaP ko:K01992 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TXRK@1239,1ZBM6@1386,4HC9K@91061,COG1668@1,COG1668@2 NA|NA|NA CP COG1668 ABC-type Na efflux pump, permease component -BSU_09910 224308.BSU09910 1.6e-227 795.0 Bacillus yhaO ko:K03547 ko00000,ko03400 Bacillus 1TWMI@1239,1ZC5G@1386,4HCA0@91061,COG0420@1,COG0420@2 NA|NA|NA L DNA repair exonuclease -BSU_09920 224308.BSU09920 0.0 1812.7 Bacillus yhaN Bacillus 1TQP3@1239,1ZDHB@1386,4HBCA@91061,COG4717@1,COG4717@2 NA|NA|NA L AAA domain -BSU_09930 224308.BSU09930 2.6e-177 627.9 Bacillus yhaM GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0022613,GO:0031123,GO:0031125,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043628,GO:0044085,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:1901360 ko:K03698 ko00000,ko01000,ko03019 Bacillus 1TPIU@1239,1ZB1G@1386,4HB1M@91061,COG3481@1,COG3481@2 NA|NA|NA L Shows a 3'-5' exoribonuclease activity -BSU_09940 224308.BSU09940 2e-21 107.8 Bacillus yhaL Bacillus 1VJ6N@1239,1ZK3U@1386,2DQFN@1,336J9@2,4HQ0A@91061 NA|NA|NA S Sporulation protein YhaL -BSU_09950 224308.BSU09950 1.9e-121 442.2 Bacillus prsA 5.2.1.8 ko:K01802,ko:K07533 ko00000,ko01000,ko03110 Bacillus 1TX3R@1239,1ZC6P@1386,4HC85@91061,COG0760@1,COG0760@2 NA|NA|NA M plays a major role in protein secretion by helping the post-translocational extracellular folding of several secreted proteins -BSU_09965 224308.BSU09965 1.5e-89 335.5 Bacillus yhaK Bacillus 1V3PX@1239,1ZFA0@1386,293PD@1,2ZR52@2,4HI32@91061 NA|NA|NA S Putative zincin peptidase -BSU_09980 224308.BSU09980 3.1e-56 224.2 Bacillus yhaI Bacillus 1VCG9@1239,1ZJ2C@1386,2D8K4@1,32TRG@2,4HMCV@91061 NA|NA|NA S Protein of unknown function (DUF1878) -BSU_09990 224308.BSU09990 1.7e-113 415.2 Bacillus hpr GO:0000003,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0019954,GO:0030436,GO:0031323,GO:0031326,GO:0032502,GO:0043934,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:2000112,GO:2001141 ko:K09682 ko00000,ko03000 Bacillus 1UY04@1239,1ZBRK@1386,4HBQS@91061,COG1846@1,COG1846@2 NA|NA|NA K Negative regulator of protease production and sporulation -BSU_10000 224308.BSU10000 8.1e-39 166.4 Bacillus yhaH Bacillus 1VAKP@1239,1ZJ3D@1386,4HKD5@91061,COG4980@1,COG4980@2 NA|NA|NA S YtxH-like protein -BSU_10009 720555.BATR1942_02630 9e-21 105.5 Bacillus Bacillus 1UARY@1239,1ZJ5E@1386,2BAXH@1,324D7@2,4IM4R@91061 NA|NA|NA -BSU_10010 224308.BSU10010 6.2e-80 303.5 Bacillus trpP iYO844.BSU10010 Bacillus 1VAQG@1239,1ZF8Y@1386,2CK8D@1,32SBU@2,4HHGS@91061 NA|NA|NA S Tryptophan transporter TrpP -BSU_10020 224308.BSU10020 1.7e-204 718.4 Bacillus serC GO:0003674,GO:0003824,GO:0004648,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006563,GO:0006564,GO:0006807,GO:0008150,GO:0008152,GO:0008483,GO:0008652,GO:0009058,GO:0009069,GO:0009070,GO:0009987,GO:0016053,GO:0016740,GO:0016769,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.6.1.52 ko:K00831 ko00260,ko00680,ko00750,ko01100,ko01120,ko01130,ko01200,ko01230,map00260,map00680,map00750,map01100,map01120,map01130,map01200,map01230 M00020,M00124 R04173,R05085 RC00006,RC00036 ko00000,ko00001,ko00002,ko01000,ko01007 Bacillus 1TP6Y@1239,1ZB9N@1386,4HATT@91061,COG1932@1,COG1932@2 NA|NA|NA E Catalyzes the reversible conversion of 3- phosphohydroxypyruvate to phosphoserine and of 3-hydroxy-2-oxo-4- phosphonooxybutanoate to phosphohydroxythreonine -BSU_10030 224308.BSU10030 1e-80 305.8 Bacillus hit ko:K02503 ko00000,ko04147 Bacillus 1V9ZJ@1239,1ZGI0@1386,4HIG2@91061,COG0537@1,COG0537@2 NA|NA|NA FG COG0537 Diadenosine tetraphosphate (Ap4A) hydrolase and other HIT family hydrolases -BSU_10040 224308.BSU10040 6e-137 493.4 Bacillus ecsA ko:K01990 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TQIH@1239,1ZBAI@1386,4HA2B@91061,COG1131@1,COG1131@2 NA|NA|NA V transporter (ATP-binding protein) -BSU_10050 224308.BSU10050 3.1e-215 754.2 Bacillus ecsB ko:K01992 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1V1VG@1239,1ZBQG@1386,4HG1K@91061,COG4473@1,COG4473@2 NA|NA|NA U ABC transporter -BSU_10060 224308.BSU10060 8.1e-115 419.9 Bacillus ecsC Bacillus 1TQNW@1239,1ZAQM@1386,28I6D@1,2Z89E@2,4HCGQ@91061 NA|NA|NA S EcsC protein family -BSU_10070 224308.BSU10070 4e-231 807.0 Bacillus yhaA ko:K01436 ko00000,ko01000,ko01002 Bacillus 1TPD7@1239,1ZAR7@1386,4H9WQ@91061,COG1473@1,COG1473@2 NA|NA|NA E COG1473 Metal-dependent amidase aminoacylase carboxypeptidase -BSU_10080 224308.BSU10080 3.2e-248 864.0 Bacillus yhfA Bacillus 1TQ99@1239,1ZCNB@1386,4H9Q2@91061,COG3069@1,COG3069@2 NA|NA|NA C membrane -BSU_10090 1051501.AYTL01000027_gene554 2.9e-08 64.7 Bacillus Bacillus 1W59I@1239,1ZSGB@1386,4I0MS@91061,COG1592@1,COG1592@2 NA|NA|NA C Rubrerythrin -BSU_10100 224308.BSU10100 2.9e-90 337.8 Bacillus yhgC 1.14.99.57 ko:K21481 ko00000,ko01000 Bacillus 1V501@1239,1ZGDD@1386,4HHA2@91061,COG2329@1,COG2329@2 NA|NA|NA S enzyme involved in biosynthesis of extracellular polysaccharides -BSU_10110 224308.BSU10110 0.0 1417.9 Bacillus pbpF GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 2.4.1.129,3.4.16.4 ko:K12555 ko00550,ko01100,ko01501,map00550,map01100,map01501 ko00000,ko00001,ko01000,ko01003,ko01011 GT51 Bacillus 1TPM5@1239,1ZAXY@1386,4H9SA@91061,COG0744@1,COG0744@2 NA|NA|NA M penicillin-binding protein -BSU_10120 224308.BSU10120 2.8e-204 717.6 Bacillus hemE GO:0003674,GO:0003824,GO:0004853,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0018130,GO:0019438,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0044237,GO:0044249,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0046148,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 4.1.1.37 ko:K01599 ko00860,ko01100,ko01110,map00860,map01100,map01110 M00121 R03197,R04972 RC00872 ko00000,ko00001,ko00002,ko01000 Bacillus 1TR8Q@1239,1ZDGX@1386,4HAXT@91061,COG0407@1,COG0407@2 NA|NA|NA H Catalyzes the decarboxylation of four acetate groups of uroporphyrinogen-III to yield coproporphyrinogen-III -BSU_10130 224308.BSU10130 1.2e-179 635.6 Bacillus hemH GO:0003674,GO:0003824,GO:0004325,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016829,GO:0018130,GO:0019438,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0044237,GO:0044249,GO:0044271,GO:0044424,GO:0044464,GO:0046148,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 4.99.1.1,4.99.1.9 ko:K01772 ko00860,ko01100,ko01110,map00860,map01100,map01110 M00121 R00310,R11329 RC01012 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPKF@1239,1ZAZ6@1386,4HAYG@91061,COG0276@1,COG0276@2 NA|NA|NA H Catalyzes the ferrous insertion into protoporphyrin IX -BSU_10140 224308.BSU10140 2.2e-268 931.0 Bacillus hemY 1.3.3.15,1.3.3.4 ko:K00231 ko00860,ko01100,ko01110,map00860,map01100,map01110 M00121 R03222,R04178 RC00885 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ6W@1239,1ZANK@1386,4HAUG@91061,COG1232@1,COG1232@2 NA|NA|NA H Catalyzes the 6-electron oxidation of protoporphyrinogen-IX to form protoporphyrin-IX -BSU_10150 224308.BSU10150 1.9e-101 375.2 Bacillus yhgD GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 ko:K09017 ko00000,ko03000 Bacillus 1V2H2@1239,1ZFYK@1386,4HHJD@91061,COG1309@1,COG1309@2 NA|NA|NA K Transcriptional regulator -BSU_10160 224308.BSU10160 2.3e-238 832.0 Bacillus yhgE ko:K01421 ko00000 Bacillus 1TQ15@1239,1ZBH0@1386,4H9T9@91061,COG1511@1,COG1511@2 NA|NA|NA S YhgE Pip N-terminal domain protein -BSU_10170 224308.BSU10170 5.1e-184 650.2 Bacillus fabHB GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0009987,GO:0016740,GO:0016746,GO:0016747,GO:0019752,GO:0032787,GO:0033818,GO:0043436,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0071704 2.3.1.180 ko:K00648 ko00061,ko01100,ko01212,map00061,map01100,map01212 M00082,M00083 R10707 RC00004,RC02729,RC02888 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1TP0K@1239,1ZD2T@1386,4HATK@91061,COG0332@1,COG0332@2 NA|NA|NA I Catalyzes the condensation reaction of fatty acid synthesis by the addition to an acyl acceptor of two carbons from malonyl-ACP. Catalyzes the first condensation reaction which initiates fatty acid synthesis and may therefore play a role in governing the total rate of fatty acid production. Possesses both acetoacetyl-ACP synthase and acetyl transacylase activities. Its substrate specificity determines the biosynthesis of branched- chain and or straight-chain of fatty acids -BSU_10180 224308.BSU10180 1.7e-137 495.4 Bacillus Bacillus 1V3UF@1239,1ZGJV@1386,4HEYB@91061,COG4377@1,COG4377@2 NA|NA|NA S Putative membrane peptidase family (DUF2324) -BSU_10200 224308.BSU10200 2.7e-199 701.0 Bacillus yhfE Bacillus 1TQ86@1239,1ZBP8@1386,4HBDK@91061,COG1363@1,COG1363@2 NA|NA|NA G peptidase M42 -BSU_10210 224308.BSU10210 2.8e-72 277.7 Bacillus Bacillus 1VDG5@1239,1ZKFH@1386,4HM8P@91061,COG4405@1,COG4405@2 NA|NA|NA S ASCH -BSU_10220 224308.BSU10220 6.4e-227 793.1 Bacillus gltT ko:K11102 ko00000,ko02000 2.A.23.1.1,2.A.23.1.2 iYO844.BSU10220 Bacillus 1TPME@1239,1ZCSU@1386,4H9T7@91061,COG1301@1,COG1301@2 NA|NA|NA C Belongs to the dicarboxylate amino acid cation symporter (DAACS) (TC 2.A.23) family -BSU_10230 224308.BSU10230 3.3e-20 103.2 Bacillus yhfH Bacillus 1VN4G@1239,1ZK0S@1386,2C2JF@1,33CZ0@2,4HR1T@91061 NA|NA|NA S YhfH-like protein -BSU_10240 224308.BSU10240 3.1e-141 507.7 Bacillus yhfI GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004540,GO:0006139,GO:0006396,GO:0006399,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016787,GO:0016788,GO:0016891,GO:0016893,GO:0031123,GO:0034414,GO:0034470,GO:0034641,GO:0034660,GO:0042779,GO:0042780,GO:0042781,GO:0043170,GO:0043628,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0140098,GO:1901360,GO:1905267 Bacillus 1V1TF@1239,1ZCZE@1386,4HFNV@91061,COG1234@1,COG1234@2 NA|NA|NA S COG1234 Metal-dependent hydrolases of the beta-lactamase superfamily III -BSU_10250 224308.BSU10250 3.3e-191 674.1 Bacillus yhfJ GO:0003674,GO:0003824,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009249,GO:0009987,GO:0010467,GO:0016740,GO:0016746,GO:0016747,GO:0016772,GO:0016779,GO:0016874,GO:0016879,GO:0016979,GO:0017118,GO:0018065,GO:0018193,GO:0018205,GO:0019538,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0051604,GO:0071704,GO:0140096,GO:1901564 6.3.1.20 ko:K03800 ko00785,ko01100,map00785,map01100 R07770,R07771,R11143 RC00043,RC00070,RC00090,RC00992,RC02896 ko00000,ko00001,ko01000 Bacillus 1TQ5U@1239,1ZBIZ@1386,4H9P6@91061,COG0095@1,COG0095@2 NA|NA|NA H Lipoate-protein ligase -BSU_10260 224308.BSU10260 4.5e-112 410.6 Bacillus yhfK GO:0005575,GO:0005622,GO:0005623,GO:0044464 Bacillus 1TQFS@1239,1ZBH3@1386,4HDA2@91061,COG0702@1,COG0702@2 NA|NA|NA GM NmrA-like family -BSU_10270 224308.BSU10270 1.2e-301 1041.6 Bacillus yhfL 6.2.1.3 ko:K01897 ko00061,ko00071,ko01100,ko01212,ko02024,ko03320,ko04146,ko04216,ko04714,ko04920,map00061,map00071,map01100,map01212,map02024,map03320,map04146,map04216,map04714,map04920 M00086 R01280 RC00004,RC00014 ko00000,ko00001,ko00002,ko01000,ko01004,ko04147 4.C.1.1 Bacillus 1TPSX@1239,1ZPZU@1386,4HACS@91061,COG0318@1,COG0318@2 NA|NA|NA IQ AMP-binding enzyme C-terminal domain -BSU_10280 224308.BSU10280 4.3e-65 253.8 Bacillus yhfM Bacillus 1U9Z4@1239,1ZFIS@1386,29RG4@1,30CIX@2,4IK71@91061 NA|NA|NA -BSU_10290 224308.BSU10290 1.2e-241 842.0 Bacillus yhfN GO:0003674,GO:0003824,GO:0004175,GO:0004222,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008237,GO:0009987,GO:0010467,GO:0016485,GO:0016787,GO:0019538,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0051604,GO:0070011,GO:0071586,GO:0071704,GO:0080120,GO:0140096,GO:1901564 Bacillus 1TRQE@1239,1ZC4F@1386,4HD5G@91061,COG0501@1,COG0501@2 NA|NA|NA O Peptidase M48 -BSU_10300 224308.BSU10300 4e-204 717.2 Bacillus aprE GO:0003674,GO:0003824,GO:0004175,GO:0004252,GO:0005575,GO:0005576,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008236,GO:0016787,GO:0017171,GO:0019538,GO:0030193,GO:0030195,GO:0032101,GO:0032102,GO:0042730,GO:0043170,GO:0044238,GO:0048519,GO:0048583,GO:0048585,GO:0050789,GO:0050818,GO:0050819,GO:0050878,GO:0051239,GO:0051241,GO:0061041,GO:0061045,GO:0065007,GO:0065008,GO:0070011,GO:0071704,GO:0080134,GO:0140096,GO:1900046,GO:1900047,GO:1901564,GO:1903034,GO:1903035 3.4.21.62 ko:K01342,ko:K13277 ko02024,map02024 ko00000,ko00001,ko01000,ko01002,ko03110 Bacillus 1TQ2M@1239,1ZPV5@1386,4HBYC@91061,COG1404@1,COG1404@2 NA|NA|NA O Belongs to the peptidase S8 family -BSU_10310 224308.BSU10310 1.6e-79 302.0 Bacillus GO:0003674,GO:0003824,GO:0004596,GO:0005575,GO:0005622,GO:0005623,GO:0006464,GO:0006473,GO:0006474,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0019538,GO:0031248,GO:0031365,GO:0032991,GO:0034212,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0051604,GO:0071704,GO:1901564,GO:1902493,GO:1902494,GO:1990234 Bacillus 1V3W3@1239,1ZGJE@1386,4HHYX@91061,COG0454@1,COG0456@2 NA|NA|NA K acetyltransferase -BSU_10320 224308.BSU10320 1.4e-181 642.1 Bacillus yhfP Bacillus 1TPGR@1239,1ZCGD@1386,4HACF@91061,COG0604@1,COG0604@2 NA|NA|NA C Quinone oxidoreductase -BSU_10330 224308.BSU10330 7.3e-159 566.6 Bacillus yhfQ GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 ko:K02016 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 Bacillus 1VQVG@1239,1ZPXH@1386,4HTU4@91061,COG4594@1,COG4594@2 NA|NA|NA M Periplasmic binding protein -BSU_10340 224308.BSU10340 3.2e-109 401.0 Bacillus yhfR ko:K15640 ko00000 Bacillus 1V6ES@1239,1ZDQW@1386,4HGZI@91061,COG0406@1,COG0406@2 NA|NA|NA G Belongs to the phosphoglycerate mutase family -BSU_10350 224308.BSU10350 3.9e-201 707.2 Bacillus yhfS 2.3.1.9 ko:K00626 ko00071,ko00072,ko00280,ko00310,ko00362,ko00380,ko00620,ko00630,ko00640,ko00650,ko00720,ko00900,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,ko02020,map00071,map00072,map00280,map00310,map00362,map00380,map00620,map00630,map00640,map00650,map00720,map00900,map01100,map01110,map01120,map01130,map01200,map01212,map02020 M00088,M00095,M00373,M00374,M00375 R00238,R01177 RC00004,RC00326 ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1TP07@1239,1ZB7V@1386,4H9RJ@91061,COG0183@1,COG0183@2 NA|NA|NA I Belongs to the thiolase family -BSU_10360 224308.BSU10360 1.7e-281 974.5 Bacillus yhfT 6.2.1.3 ko:K01897 ko00061,ko00071,ko01100,ko01212,ko02024,ko03320,ko04146,ko04216,ko04714,ko04920,map00061,map00071,map01100,map01212,map02024,map03320,map04146,map04216,map04714,map04920 M00086 R01280 RC00004,RC00014 ko00000,ko00001,ko00002,ko01000,ko01004,ko04147 4.C.1.1 Bacillus 1TT9C@1239,1ZCW8@1386,4HBQ2@91061,COG0318@1,COG0318@2 NA|NA|NA IQ AMP-binding enzyme C-terminal domain -BSU_10370 224308.BSU10370 8.4e-91 339.7 Bacillus ko:K03523 ko02010,map02010 M00581,M00582 ko00000,ko00001,ko00002,ko02000 2.A.88.1,2.A.88.2 Bacillus 1VAAD@1239,1ZC7W@1386,4HI8T@91061,COG1268@1,COG1268@2 NA|NA|NA S BioY family -BSU_10380 224308.BSU10380 3.7e-182 644.4 Bacillus hemAT GO:0003674,GO:0005488,GO:0006935,GO:0007154,GO:0007165,GO:0008150,GO:0009453,GO:0009454,GO:0009605,GO:0009987,GO:0020037,GO:0023052,GO:0040011,GO:0042221,GO:0042330,GO:0046906,GO:0048037,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0065007,GO:0097159,GO:1901363 ko:K06595 ko00000,ko02035 Bacillus 1TRTV@1239,1ZBCT@1386,4H9M1@91061,COG0840@1,COG0840@2 NA|NA|NA NT chemotaxis protein -BSU_10390 224308.BSU10390 1.9e-302 1044.3 Bacillus yhfW GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0008152,GO:0016491,GO:0044424,GO:0044464,GO:0055114 Bacillus 1TR1R@1239,1ZC19@1386,4H9V8@91061,COG0665@1,COG0665@2,COG0723@1,COG0723@2 NA|NA|NA CE COG0665 Glycine D-amino acid oxidases (deaminating) -BSU_10400 224308.BSU10400 2.7e-157 561.2 Bacillus yhxC Bacillus 1TR53@1239,1ZAS0@1386,4HB8Y@91061,COG1028@1,COG1028@2 NA|NA|NA IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) -BSU_10410 224308.BSU10410 2.1e-32 144.4 Bacillus yhzC Bacillus 1VP85@1239,1ZIVF@1386,2EUKM@1,33N2I@2,4HRNF@91061 NA|NA|NA S IDEAL -BSU_10420 224308.BSU10420 7.1e-109 399.8 Bacillus comK ko:K02250 ko02024,map02024 ko00000,ko00001,ko02044,ko03000 Bacillus 1V4S5@1239,1ZGB4@1386,4HHF4@91061,COG4903@1,COG4903@2 NA|NA|NA K Competence transcription factor -BSU_10430 224308.BSU10430 4.7e-168 597.0 Bacillus yhxD Bacillus 1TR53@1239,1ZDFM@1386,4HB8Y@91061,COG1028@1,COG1028@2 NA|NA|NA IQ Enoyl-(Acyl carrier protein) reductase -BSU_10440 224308.BSU10440 1.7e-41 174.9 Bacillus yhjA Bacillus 1VEXA@1239,1ZJT0@1386,2E52I@1,32ZVS@2,4HP05@91061 NA|NA|NA S Excalibur calcium-binding domain -BSU_10450 224308.BSU10450 1.4e-265 921.8 Bacillus yhjB ko:K03307 ko00000 2.A.21 Bacillus 1TRYH@1239,1ZCBN@1386,4HE2W@91061,COG0591@1,COG0591@2 NA|NA|NA E Belongs to the sodium solute symporter (SSF) (TC 2.A.21) family -BSU_10460 224308.BSU10460 1.2e-26 125.2 Bacillus yhjC Bacillus 1VMRC@1239,1ZKA6@1386,2EFSS@1,339IS@2,4HR88@91061 NA|NA|NA S Protein of unknown function (DUF3311) -BSU_10470 224308.BSU10470 8.5e-60 236.1 Bacillus yhjD Bacillus 1V8E1@1239,1ZH24@1386,2ATJK@1,31J3N@2,4HK5R@91061 NA|NA|NA -BSU_10480 224308.BSU10480 1.5e-109 402.1 Bacillus yhjE Bacillus 1TS5T@1239,1ZCHZ@1386,4HDKU@91061,COG0398@1,COG0398@2 NA|NA|NA S SNARE associated Golgi protein -BSU_10490 224308.BSU10490 2e-91 341.7 Bacillus sipV 3.4.21.89 ko:K03100 ko02024,ko03060,map02024,map03060 ko00000,ko00001,ko01000,ko01002 Bacillus 1V2BJ@1239,1ZAPC@1386,4HGCB@91061,COG0681@1,COG0681@2 NA|NA|NA U Belongs to the peptidase S26 family -BSU_10500 224308.BSU10500 6.4e-287 992.6 Bacillus yhjG Bacillus 1TSDI@1239,1ZF6C@1386,4HAQG@91061,COG0654@1,COG0654@2 NA|NA|NA CH FAD binding domain -BSU_10510 224308.BSU10510 2e-94 351.7 Bacillus yhjH Bacillus 1VXUD@1239,1ZJI1@1386,4HXW7@91061,COG1846@1,COG1846@2 NA|NA|NA K helix_turn_helix multiple antibiotic resistance protein -BSU_10520 224308.BSU10520 1.5e-214 751.9 Bacillus glcP ko:K08174 ko00000,ko02000 2.A.1.7 Bacillus 1V2RZ@1239,1ZFFY@1386,4I0M2@91061,COG0738@1,COG0738@2 NA|NA|NA G Major Facilitator Superfamily -BSU_10530 224308.BSU10530 1.4e-200 705.3 Bacillus GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016491,GO:0016614,GO:0016616,GO:0016999,GO:0017000,GO:0017144,GO:0044237,GO:0044249,GO:0055114 1.1.1.361 ko:K18652 ko00000,ko01000 Bacillus 1TQ72@1239,1ZCPA@1386,4HCS4@91061,COG0673@1,COG0673@2 NA|NA|NA S Oxidoreductase family, C-terminal alpha/beta domain -BSU_10540 224308.BSU10540 3.1e-161 574.3 Bacillus ntdB GO:0003674,GO:0003824,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0016999,GO:0017000,GO:0017144,GO:0042578,GO:0044237,GO:0044249 3.1.3.92 ko:K18654 ko00000,ko01000 Bacillus 1V3E0@1239,1ZBFY@1386,4HGK8@91061,COG0561@1,COG0561@2 NA|NA|NA S Sucrose-6F-phosphate phosphohydrolase -BSU_10550 224308.BSU10550 7.5e-255 885.9 Bacillus GO:0003674,GO:0003824,GO:0005488,GO:0008144,GO:0008150,GO:0008152,GO:0008483,GO:0009058,GO:0009987,GO:0016740,GO:0016769,GO:0016999,GO:0017000,GO:0017144,GO:0019842,GO:0030170,GO:0036094,GO:0043167,GO:0043168,GO:0044237,GO:0044249,GO:0048037,GO:0050662,GO:0070279,GO:0097159,GO:1901363 2.6.1.104 ko:K18653 R10698 RC00006,RC00781 ko00000,ko01000 Bacillus 1TPDH@1239,1ZCTS@1386,4HBZ8@91061,COG0399@1,COG0399@2 NA|NA|NA E Belongs to the DegT DnrJ EryC1 family -BSU_10560 224308.BSU10560 1.2e-188 665.6 Bacillus yhjM Bacillus 1TQSQ@1239,1ZC0J@1386,4HBNR@91061,COG1609@1,COG1609@2 NA|NA|NA K Transcriptional regulator -BSU_10570 224308.BSU10570 8.3e-202 709.5 Bacillus yhjN ko:K07120 ko00000 Bacillus 1UVXN@1239,1ZDNB@1386,4HDRW@91061,COG3180@1,COG3180@2 NA|NA|NA S membrane -BSU_10580 224308.BSU10580 5.3e-215 753.4 Bacillus GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1V1U3@1239,1ZQZT@1386,4HBXY@91061,COG0477@1,COG0477@2,COG2814@2 NA|NA|NA EGP Transmembrane secretion effector -BSU_10590 224308.BSU10590 0.0 1177.2 Bacillus GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 Bacillus 1TRY2@1239,1ZFQC@1386,4HBZ3@91061,COG4533@1,COG4533@2 NA|NA|NA S Sugar transport-related sRNA regulator N-term -BSU_10600 224308.BSU10600 2.6e-36 157.9 Bacillus Bacillus 1V6N0@1239,1ZIM7@1386,32SB1@2,4HIWV@91061,COG1145@1 NA|NA|NA C COG1145 Ferredoxin -BSU_10610 224308.BSU10610 3.7e-78 297.4 Bacillus yhjR Bacillus 1V9AF@1239,1ZGFE@1386,4HIP7@91061,COG1633@1,COG1633@2 NA|NA|NA S Rubrerythrin -BSU_10620 224308.BSU10620 0.0 2311.6 Bacillus addB GO:0003674,GO:0003824,GO:0004518,GO:0004527,GO:0006139,GO:0006259,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016787,GO:0016788,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:0090305,GO:1901360 3.6.4.12 ko:K16899 ko00000,ko01000,ko03400 Bacillus 1TQJW@1239,1ZC70@1386,4HAY6@91061,COG3857@1,COG3857@2 NA|NA|NA L ATP-dependent helicase deoxyribonuclease subunit B -BSU_10630 224308.BSU10630 0.0 2423.3 Bacillus addA GO:0003674,GO:0003824,GO:0004518,GO:0004527,GO:0006139,GO:0006259,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016787,GO:0016788,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:0090305,GO:1901360 3.6.4.12 ko:K16898 ko00000,ko01000,ko03400 Bacillus 1TQ35@1239,1ZBG6@1386,4HA64@91061,COG1074@1,COG1074@2 NA|NA|NA L ATP-dependent helicase nuclease subunit A -BSU_10640 224308.BSU10640 2.8e-221 774.2 Bacillus sbcD ko:K03547 ko00000,ko03400 Bacillus 1TQY6@1239,1ZBQQ@1386,4HAKB@91061,COG0420@1,COG0420@2 NA|NA|NA L SbcCD cleaves DNA hairpin structures. These structures can inhibit DNA replication and are intermediates in certain DNA recombination reactions. The complex acts as a 3'- 5' double strand exonuclease that can open hairpins. It also has a 5' single-strand endonuclease activity -BSU_10650 224308.BSU10650 0.0 1657.9 Bacillus sbcC ko:K03546 ko00000,ko03400 Bacillus 1TPCS@1239,1ZAP5@1386,4H9Q3@91061,COG0419@1,COG0419@2 NA|NA|NA L COG0419 ATPase involved in DNA repair -BSU_10660 224308.BSU10660 1.3e-50 205.3 Bacillus yisB Bacillus 1VFR5@1239,1ZICY@1386,4HQB5@91061,COG1403@1,COG1403@2 NA|NA|NA V COG1403 Restriction endonuclease -BSU_10670 224308.BSU10670 7.6e-32 142.5 Bacillus gerPF ko:K06304 ko00000 Bacillus 1VHZ7@1239,1ZIWY@1386,2DP0U@1,3302E@2,4HNJQ@91061 NA|NA|NA S Spore germination protein gerPA/gerPF -BSU_10680 224308.BSU10680 5.1e-66 256.9 Bacillus gerPE ko:K06303 ko00000 Bacillus 1VM15@1239,1ZJ91@1386,2EEB8@1,3385J@2,4HPJI@91061 NA|NA|NA S Spore germination protein GerPE -BSU_10690 224308.BSU10690 1.1e-23 115.2 Bacillus gerPD ko:K06302 ko00000 Bacillus 1VK5Y@1239,1ZIUX@1386,2C5QJ@1,33C5U@2,4HR2R@91061 NA|NA|NA S Spore germination protein -BSU_10700 224308.BSU10700 1.8e-54 219.2 Bacillus gerPC ko:K06301 ko00000 Bacillus 1VF1J@1239,1ZI2K@1386,2EBJR@1,335K6@2,4HNKG@91061 NA|NA|NA S Spore germination protein -BSU_10710 224308.BSU10710 6.7e-34 149.4 Bacillus gerPB ko:K06300 ko00000 Bacillus 1VHMW@1239,1ZIW2@1386,2EBHF@1,335HY@2,4HPZZ@91061 NA|NA|NA S cell differentiation -BSU_10720 224308.BSU10720 3.1e-33 147.1 Bacillus gerPA GO:0000003,GO:0008150,GO:0009847,GO:0019954,GO:0030436,GO:0032502,GO:0043934 ko:K06299 ko00000 Bacillus 1VF9T@1239,1ZIV2@1386,2DPJX@1,332FH@2,4HPCA@91061 NA|NA|NA S Spore germination protein -BSU_10730 224308.BSU10730 2.5e-22 110.5 Bacillus yisI Bacillus 1TX0U@1239,1ZJMR@1386,2DJ46@1,304QH@2,4I5VT@91061 NA|NA|NA S Spo0E like sporulation regulatory protein -BSU_10740 224308.BSU10740 2.8e-176 624.4 Bacillus cotH ko:K06330 ko00000 Bacillus 1U0PJ@1239,1ZD5Z@1386,4HBE4@91061,COG5337@1,COG5337@2 NA|NA|NA M Spore Coat -BSU_10750 224308.BSU10750 5.4e-172 610.1 Bacillus yisK Bacillus 1TQDQ@1239,1ZCHF@1386,4HCBR@91061,COG0179@1,COG0179@2 NA|NA|NA Q COG0179 2-keto-4-pentenoate hydratase 2-oxohepta-3-ene-1,7-dioic acid hydratase (catechol pathway) -BSU_10760 224308.BSU10760 5e-57 226.9 Bacillus yisL Bacillus 1VB9W@1239,1ZHSY@1386,2CKSS@1,32W2Q@2,4HMC5@91061 NA|NA|NA S UPF0344 protein -BSU_10770 224308.BSU10770 0.0 1613.2 Bacillus wprA ko:K13274 ko00000,ko01000,ko01002,ko03110 Bacillus 1TQ2M@1239,1ZAZE@1386,4HB7D@91061,COG1404@1,COG1404@2 NA|NA|NA O Belongs to the peptidase S8 family -BSU_10780 224308.BSU10780 3.8e-110 404.1 Bacillus yisN Bacillus 1VHAC@1239,1ZD5D@1386,2E4ZB@1,32ZT1@2,4HQBP@91061 NA|NA|NA S Protein of unknown function (DUF2777) -BSU_10790 224308.BSU10790 0.0 1286.9 Bacillus asnO 6.3.5.4 ko:K01953 ko00250,ko01100,ko01110,map00250,map01100,map01110 R00578 RC00010 ko00000,ko00001,ko01000,ko01002 Bacillus 1TRPB@1239,1ZBY8@1386,4HA44@91061,COG0367@1,COG0367@2 NA|NA|NA E Asparagine synthase -BSU_10800 224308.BSU10800 4.4e-88 330.5 Bacillus yizA Bacillus 1V6ZG@1239,1ZDMN@1386,4HJ60@91061,COG2318@1,COG2318@2 NA|NA|NA S Damage-inducible protein DinB -BSU_10810 224308.BSU10810 3e-153 547.7 Bacillus yisP 2.5.1.32,2.5.1.99 ko:K02291 ko00906,ko01062,ko01100,ko01110,map00906,map01062,map01100,map01110 M00097 R02065,R04218,R07270,R10177 RC00362,RC01101,RC02869 ko00000,ko00001,ko00002,ko01000,ko01006 Bacillus 1TQHF@1239,1ZCIV@1386,4HA1A@91061,COG1562@1,COG1562@2 NA|NA|NA I phytoene -BSU_10820 224308.BSU10820 6.8e-243 846.3 Bacillus yisQ Bacillus 1TQMT@1239,1ZBQK@1386,4H9Y2@91061,COG0534@1,COG0534@2 NA|NA|NA V Mate efflux family protein -BSU_10830 224308.BSU10830 3.1e-161 574.3 Bacillus yisR Bacillus 1UYDC@1239,1ZCW5@1386,4HAAA@91061,COG1917@1,COG1917@2,COG2207@1,COG2207@2 NA|NA|NA K Transcriptional regulator -BSU_10840 224308.BSU10840 4e-184 650.6 Bacillus Bacillus 1TQ7K@1239,1ZQ1E@1386,4H9V1@91061,COG1609@1,COG1609@2 NA|NA|NA K helix_turn _helix lactose operon repressor -BSU_10850 224308.BSU10850 7.7e-199 699.5 Bacillus yisS GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0005975,GO:0006020,GO:0006066,GO:0008150,GO:0008152,GO:0009056,GO:0009987,GO:0010033,GO:0016052,GO:0016491,GO:0016614,GO:0016616,GO:0019310,GO:0019751,GO:0036094,GO:0042221,GO:0043167,GO:0043168,GO:0044237,GO:0044238,GO:0044248,GO:0044262,GO:0044275,GO:0044281,GO:0044282,GO:0046164,GO:0046174,GO:0048037,GO:0050662,GO:0050896,GO:0051287,GO:0051716,GO:0055114,GO:0070403,GO:0070404,GO:0070887,GO:0071704,GO:0097159,GO:1901265,GO:1901363,GO:1901575,GO:1901615,GO:1901616,GO:1901700,GO:1901701,GO:1902140,GO:1902141 1.1.1.370 ko:K16043 ko00562,ko01120,map00562,map01120 R09953 RC00182 ko00000,ko00001,ko01000 Bacillus 1TQJX@1239,1ZQC0@1386,4HDFF@91061,COG0673@1,COG0673@2 NA|NA|NA S Oxidoreductase family, C-terminal alpha/beta domain -BSU_10860 224308.BSU10860 2.1e-93 348.2 Bacillus Bacillus 1V51W@1239,1ZJR9@1386,4HIYI@91061,COG2318@1,COG2318@2 NA|NA|NA S DinB family -BSU_10870 224308.BSU10870 2.8e-117 427.9 Bacillus GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006820,GO:0006865,GO:0008150,GO:0008324,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015174,GO:0015181,GO:0015318,GO:0015711,GO:0015802,GO:0015807,GO:0015809,GO:0015849,GO:0015893,GO:0016020,GO:0022857,GO:0034220,GO:0042221,GO:0042493,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098655,GO:0098656,GO:1902023,GO:1903825,GO:1903826,GO:1905039,GO:1990822 ko:K06895 ko00000,ko02000 2.A.75.1 Bacillus 1V1Q2@1239,1ZFM6@1386,4HFYS@91061,COG1279@1,COG1279@2 NA|NA|NA S Lysine exporter protein LysE YggA -BSU_10880 224308.BSU10880 2.7e-282 977.2 Bacillus yisV ko:K18907 M00700,M00702 ko00000,ko00002,ko01504,ko03000 Bacillus 1TPS5@1239,1ZASA@1386,4HB1C@91061,COG1167@1,COG1167@2 NA|NA|NA K COG1167 Transcriptional regulators containing a DNA-binding HTH domain and an aminotransferase domain (MocR family) and their eukaryotic orthologs -BSU_10890 224308.BSU10890 6.8e-36 157.5 Bacillus yisX Bacillus 1VAPB@1239,1ZDT3@1386,4HHBX@91061,COG1357@1,COG1357@2 NA|NA|NA S Pentapeptide repeats (9 copies) -BSU_10900 224308.BSU10900 5.3e-155 553.5 Bacillus yisY 1.11.1.10 ko:K00433 ko00000,ko01000 Bacillus 1TPI0@1239,1ZEU4@1386,4HCKX@91061,COG2267@1,COG2267@2 NA|NA|NA I hydrolases or acyltransferases (alpha beta hydrolase superfamily) -BSU_10910 224308.BSU10910 8.4e-113 412.9 Bacillus cysC GO:0003674,GO:0003824,GO:0004020,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0044237 2.7.1.25 ko:K00860 ko00230,ko00920,ko01100,ko01120,map00230,map00920,map01100,map01120 M00176 R00509,R04928 RC00002,RC00078 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQXK@1239,1ZBCZ@1386,4HB96@91061,COG0529@1,COG0529@2 NA|NA|NA P Catalyzes the synthesis of activated sulfate -BSU_10920 224308.BSU10920 5.4e-233 813.1 Bacillus 2.7.7.4 ko:K00958 ko00230,ko00261,ko00450,ko00920,ko01100,ko01120,ko01130,map00230,map00261,map00450,map00920,map01100,map01120,map01130 M00176,M00596 R00529,R04929 RC02809,RC02889 ko00000,ko00001,ko00002,ko01000 Bacillus 1TR4C@1239,1ZCB4@1386,4HC20@91061,COG2046@1,COG2046@2 NA|NA|NA P Belongs to the sulfate adenylyltransferase family -BSU_10930 224308.BSU10930 1.6e-142 511.9 Bacillus cysH GO:0003674,GO:0003824,GO:0004604,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0008152,GO:0016491,GO:0016667,GO:0016671,GO:0044424,GO:0044464,GO:0055114 1.8.4.10,1.8.4.8 ko:K00390 ko00920,ko01100,ko01120,map00920,map01100,map01120 M00176 R02021 RC00007,RC02862 ko00000,ko00001,ko00002,ko01000 Bacillus 1TSMI@1239,1ZCBJ@1386,4HA9E@91061,COG0175@1,COG0175@2 NA|NA|NA EH Belongs to the PAPS reductase family. CysH subfamily -BSU_10940 224308.BSU10940 8.4e-125 453.0 Bacillus GO:0003674,GO:0003824,GO:0016829,GO:0016830,GO:0016831,GO:0050545 3.1.3.71 ko:K05979 ko00680,ko01120,map00680,map01120 M00358 R05789 RC00428 ko00000,ko00001,ko00002,ko01000 Bacillus 1TTEV@1239,1ZFKP@1386,4HGDY@91061,COG2045@1,COG2045@2 NA|NA|NA H Belongs to the ComB family -BSU_10950 224308.BSU10950 3.2e-141 507.7 Bacillus yitD 4.4.1.19 ko:K08097 ko00680,ko01120,map00680,map01120 M00358 R07476 RC01799 ko00000,ko00001,ko00002,ko01000 Bacillus 1V20V@1239,1ZEWC@1386,4HDSM@91061,COG1809@1,COG1809@2 NA|NA|NA S synthase -BSU_10960 224308.BSU10960 2.9e-108 397.9 Bacillus yitE Bacillus 1V5G7@1239,1ZBEZ@1386,4HHDF@91061,COG1284@1,COG1284@2 NA|NA|NA S Uncharacterised 5xTM membrane BCR, YitT family COG1284 -BSU_10970 224308.BSU10970 9.2e-222 775.8 Bacilli Bacillus 1TZ0E@1239,4HDTT@91061,COG4948@1,COG4948@2 NA|NA|NA M Belongs to the mandelate racemase muconate lactonizing enzyme family -BSU_10980 224308.BSU10980 6.7e-229 799.7 Bacillus yitG ko:K08221 ko00000,ko02000 2.A.1.32 Bacillus 1TQEW@1239,1ZB5B@1386,4HASU@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_10990 224308.BSU10990 3.1e-161 574.3 Bacillus yitH Bacillus 1UHT6@1239,1ZS32@1386,4IS8U@91061,COG0454@1,COG0454@2 NA|NA|NA K Acetyltransferase (GNAT) domain -BSU_11000 224308.BSU11000 3.4e-82 310.8 Bacilli Bacillus 1UIYA@1239,4ISWW@91061,COG2153@1,COG2153@2 NA|NA|NA S Acetyltransferase (GNAT) domain -BSU_11010 224308.BSU11010 0.0 1209.9 Bacillus yitJ 1.5.1.20,2.1.1.10 ko:K00297,ko:K00547 ko00270,ko00670,ko00720,ko01100,ko01110,ko01120,ko01200,ko01523,map00270,map00670,map00720,map01100,map01110,map01120,map01200,map01523 M00377 R00650,R01224,R07168 RC00003,RC00035,RC00081 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPYV@1239,1ZBGC@1386,4HAB5@91061,COG0646@1,COG0646@2,COG0685@1,COG0685@2 NA|NA|NA E Catalyzes the formation of 5,10-methylenetetrahydrofolate from 5-methyltetrahydrofolate and S-adenosyl-L-homocysteine and methionine from S-adenosyl-L-methionine and L-homocysteine -BSU_11020 224308.BSU11020 1.5e-54 219.2 Bacillus yitK ko:K09767 ko00000 Bacillus 1VQZH@1239,1ZRBD@1386,4HUT5@91061,COG1666@1,COG1666@2 NA|NA|NA S Belongs to the UPF0234 family -BSU_11030 224308.BSU11030 1.5e-169 602.1 Bacillus yitL ko:K00243 ko00000 Bacillus 1TQ1Z@1239,1ZASM@1386,4HDAZ@91061,COG2996@1,COG2996@2 NA|NA|NA S protein conserved in bacteria -BSU_11040 224308.BSU11040 1.4e-93 349.0 Bacillus Bacillus 1UCNB@1239,1ZPD0@1386,29TCH@1,30EJM@2,4IP4F@91061 NA|NA|NA -BSU_11055 224308.BSU11055 4.7e-171 607.1 Bacillus Bacillus 1VNVF@1239,1ZM9H@1386,28UJT@1,2ZGQB@2,4HRVJ@91061 NA|NA|NA -BSU_11070 224308.BSU11070 2.6e-97 361.3 Bacillus Bacillus 1VF6Z@1239,1ZPGV@1386,2CE3Z@1,3348B@2,4HPIA@91061 NA|NA|NA S Sporulation delaying protein SdpA -BSU_11079 224308.BSU11079 2.6e-58 231.1 Bacillus Bacillus 1VXXB@1239,1ZHYM@1386,4HNVK@91061,COG1695@1,COG1695@2 NA|NA|NA K Transcriptional regulator PadR-like family -BSU_11080 224308.BSU11080 4.5e-95 354.0 Bacilli Bacillus 1W5AD@1239,2C85J@1,2ZKN3@2,4I1GW@91061 NA|NA|NA -BSU_11090 224308.BSU11090 2.4e-44 184.5 Bacillus yitR Bacillus 1VHSE@1239,1ZIRE@1386,2E6JV@1,3316R@2,4HQJY@91061 NA|NA|NA S Domain of unknown function (DUF3784) -BSU_11100 224308.BSU11100 4.5e-311 1072.8 Bacillus nprB ko:K08777 ko02024,map02024 ko00000,ko00001,ko01000,ko01002 Bacillus 1TP08@1239,1ZCEP@1386,4H9S6@91061,COG3227@1,COG3227@2 NA|NA|NA E Peptidase M4 -BSU_11110 224308.BSU11110 1.4e-158 565.5 Bacillus yitS Bacillus 1TQDI@1239,1ZCK2@1386,4HAYQ@91061,COG1307@1,COG1307@2 NA|NA|NA S protein conserved in bacteria -BSU_11120 224308.BSU11120 1.1e-147 529.3 Bacillus yitT Bacillus 1TRBT@1239,1ZDFA@1386,4HBPR@91061,COG1284@1,COG1284@2 NA|NA|NA S Uncharacterized protein conserved in bacteria (DUF2179) -BSU_11130 224308.BSU11130 5.4e-59 233.4 Bacteria Bacillus 2AYP4@1,339GZ@2 NA|NA|NA S Intracellular proteinase inhibitor -BSU_11139 224308.BSU11139 2.5e-26 124.0 Bacillus Bacillus 1VMU1@1239,1ZIEQ@1386,2EVBZ@1,33NSG@2,4I1MA@91061 NA|NA|NA S Protein of unknown function (DUF3813) -BSU_11140 224308.BSU11140 3.2e-155 554.3 Bacillus yitU 3.1.3.104 ko:K21064 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R07280 RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1TREF@1239,1ZC4W@1386,4H9Y9@91061,COG0561@1,COG0561@2 NA|NA|NA S hydrolases of the HAD superfamily -BSU_11150 224308.BSU11150 7.6e-143 513.1 Bacillus yitV ko:K06889 ko00000 Bacillus 1TTC0@1239,1ZBIJ@1386,4HBCG@91061,COG1073@1,COG1073@2 NA|NA|NA S COG1073 Hydrolases of the alpha beta superfamily -BSU_11160 224308.BSU11160 6.1e-51 206.5 Bacillus yitW Bacillus 1V9YV@1239,1ZH2A@1386,4HKC6@91061,COG2151@1,COG2151@2 NA|NA|NA S metal-sulfur cluster biosynthetic enzyme -BSU_11170 224308.BSU11170 7.3e-272 942.6 Bacillus yitY Bacillus 1UIU4@1239,1ZD7D@1386,4HBGZ@91061,COG0277@1,COG0277@2 NA|NA|NA C D-arabinono-1,4-lactone oxidase -BSU_11180 224308.BSU11180 2.6e-83 314.7 Bacillus yitZ GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1TT4P@1239,1ZG23@1386,4HDSQ@91061,COG2271@1,COG2271@2 NA|NA|NA G Major Facilitator Superfamily -BSU_11190 224308.BSU11190 9.2e-200 702.6 Bacillus argC GO:0003674,GO:0003824,GO:0003942,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016491,GO:0016620,GO:0016903,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0055114,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.2.1.38 ko:K00145 ko00220,ko01100,ko01110,ko01130,ko01210,ko01230,map00220,map01100,map01110,map01130,map01210,map01230 M00028,M00845 R03443 RC00684 ko00000,ko00001,ko00002,ko01000 iYO844.BSU11190 Bacillus 1TPVI@1239,1ZBHP@1386,4H9YD@91061,COG0002@1,COG0002@2 NA|NA|NA E Catalyzes the NADPH-dependent reduction of N-acetyl-5- glutamyl phosphate to yield N-acetyl-L-glutamate 5-semialdehyde -BSU_11200 224308.BSU11200 5.3e-231 806.6 Bacillus argJ GO:0003674,GO:0003824,GO:0004042,GO:0004358,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006591,GO:0006592,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.3.1.1,2.3.1.35 ko:K00620 ko00220,ko01100,ko01110,ko01130,ko01210,ko01230,map00220,map01100,map01110,map01130,map01210,map01230 M00028 R00259,R02282 RC00004,RC00064 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPBP@1239,1ZAU3@1386,4H9TQ@91061,COG1364@1,COG1364@2 NA|NA|NA E Catalyzes two activities which are involved in the cyclic version of arginine biosynthesis the synthesis of N- acetylglutamate from glutamate and acetyl-CoA as the acetyl donor, and of ornithine by transacetylation between N(2)-acetylornithine and glutamate -BSU_11210 224308.BSU11210 3.7e-137 494.2 Bacillus argB GO:0003674,GO:0003824,GO:0003991,GO:0005488,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016597,GO:0016740,GO:0016772,GO:0016774,GO:0019752,GO:0031406,GO:0034618,GO:0036094,GO:0043167,GO:0043168,GO:0043169,GO:0043177,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.2.8 ko:K00930 ko00220,ko01100,ko01110,ko01130,ko01210,ko01230,map00220,map01100,map01110,map01130,map01210,map01230 M00028 R02649 RC00002,RC00043 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP0N@1239,1ZF3H@1386,4HH91@91061,COG0548@1,COG0548@2 NA|NA|NA E Belongs to the acetylglutamate kinase family. ArgB subfamily -BSU_11220 224308.BSU11220 7.5e-219 766.1 Bacillus argD GO:0003674,GO:0003824,GO:0003992,GO:0005488,GO:0005515,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008483,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016740,GO:0016769,GO:0019752,GO:0019842,GO:0030170,GO:0036094,GO:0042802,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0048037,GO:0050662,GO:0070279,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.6.1.11,2.6.1.17 ko:K00821 ko00220,ko00300,ko01100,ko01110,ko01120,ko01130,ko01210,ko01230,map00220,map00300,map01100,map01110,map01120,map01130,map01210,map01230 M00016,M00028,M00845 R02283,R04475 RC00006,RC00062 ko00000,ko00001,ko00002,ko01000,ko01007 Bacillus 1TP9S@1239,1ZC2Y@1386,4H9VZ@91061,COG4992@1,COG4992@2 NA|NA|NA E acetylornithine aminotransferase -BSU_11230 224308.BSU11230 6.7e-206 723.0 Bacillus carA GO:0000050,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005951,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0019627,GO:0019752,GO:0032991,GO:0034641,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0071704,GO:0071941,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1902494 6.3.5.5 ko:K01956 ko00240,ko00250,ko01100,map00240,map00250,map01100 M00051 R00256,R00575,R01395,R10948,R10949 RC00002,RC00010,RC00043,RC02750,RC02798,RC03314 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ8N@1239,1ZBBD@1386,4HAYC@91061,COG0505@1,COG0505@2 NA|NA|NA F Carbamoyl-phosphate synthetase glutamine chain -BSU_11240 224308.BSU11240 0.0 2013.4 Bacillus carB GO:0000050,GO:0003674,GO:0003824,GO:0004087,GO:0004088,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016874,GO:0016879,GO:0016884,GO:0019627,GO:0019752,GO:0034641,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0071704,GO:0071941,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 6.3.5.5 ko:K01955 ko00240,ko00250,ko01100,map00240,map00250,map01100 M00051 R00256,R00575,R01395,R10948,R10949 RC00002,RC00010,RC00043,RC02750,RC02798,RC03314 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPID@1239,1ZPZA@1386,4HABE@91061,COG0458@1,COG0458@2 NA|NA|NA EF Carbamoyl-phosphate synthetase ammonia chain -BSU_11250 224308.BSU11250 6.5e-176 623.2 Bacillus argF GO:0000050,GO:0003674,GO:0003824,GO:0004585,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006591,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016740,GO:0016741,GO:0016743,GO:0019627,GO:0019752,GO:0034641,GO:0042450,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0071704,GO:0071941,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.1.3.3 ko:K00611 ko00220,ko01100,ko01110,ko01130,ko01230,map00220,map01100,map01110,map01130,map01230 M00029,M00844 R01398 RC00096 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPF2@1239,1ZC5E@1386,4H9X8@91061,COG0078@1,COG0078@2 NA|NA|NA E Reversibly catalyzes the transfer of the carbamoyl group from carbamoyl phosphate (CP) to the N(epsilon) atom of ornithine (ORN) to produce L-citrulline -BSU_11260 1051501.AYTL01000027_gene674 1.2e-27 128.3 Bacillus yjzC Bacillus 1VN1D@1239,1ZR8P@1386,2EG5I@1,339XF@2,4HRD8@91061 NA|NA|NA S YjzC-like protein -BSU_11270 326423.RBAM_011270 3.8e-16 90.1 Bacilli Bacillus 1VMJ6@1239,2DRQH@1,33CMT@2,4HR1S@91061 NA|NA|NA S Protein of unknown function (DUF2929) -BSU_11280 224308.BSU11280 1.1e-141 509.2 Bacillus yjaU Bacillus 1UZM1@1239,1ZD5F@1386,4HFJW@91061,COG2267@1,COG2267@2 NA|NA|NA I carboxylic ester hydrolase activity -BSU_11290 224308.BSU11290 1.2e-102 379.0 Bacillus yjaV Bacillus 1UIYB@1239,1ZKCK@1386,29HWM@1,30IFG@2,4ISWX@91061 NA|NA|NA -BSU_11300 224308.BSU11300 1.9e-183 648.3 Bacillus med ko:K05519 ko00000,ko03000 Bacillus 1UY2H@1239,1ZBN4@1386,4HCI5@91061,COG1744@1,COG1744@2 NA|NA|NA S Transcriptional activator protein med -BSU_11310 1051501.AYTL01000027_gene679 1.6e-25 121.3 Bacillus comZ ko:K02254 ko00000,ko02044 Bacillus 1W5UC@1239,1ZJ0V@1386,2C7Y5@1,2ZW4E@2,4HZZW@91061 NA|NA|NA S ComZ -BSU_11320 224308.BSU11320 4.2e-23 113.6 Bacillus yjzB Bacillus 1U2D5@1239,1ZHZD@1386,2BSPY@1,32MSR@2,4IBYU@91061 NA|NA|NA -BSU_11330 224308.BSU11330 6.6e-173 613.2 Bacillus fabH GO:0003674,GO:0003824,GO:0004312,GO:0004315,GO:0006082,GO:0006629,GO:0006631,GO:0006633,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009987,GO:0016053,GO:0016740,GO:0016746,GO:0016747,GO:0019752,GO:0032787,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0046394,GO:0071704,GO:0072330,GO:1901576 2.3.1.180 ko:K00648 ko00061,ko01100,ko01212,map00061,map01100,map01212 M00082,M00083 R10707 RC00004,RC02729,RC02888 ko00000,ko00001,ko00002,ko01000,ko01004 iYO844.BSU11330 Bacillus 1TP0K@1239,1ZAQ1@1386,4HATK@91061,COG0332@1,COG0332@2 NA|NA|NA I Catalyzes the condensation reaction of fatty acid synthesis by the addition to an acyl acceptor of two carbons from malonyl-ACP. Catalyzes the first condensation reaction which initiates fatty acid synthesis and may therefore play a role in governing the total rate of fatty acid production. Possesses both acetoacetyl-ACP synthase and acetyl transacylase activities. Its substrate specificity determines the biosynthesis of branched- chain and or straight-chain of fatty acids -BSU_11340 224308.BSU11340 3.1e-234 817.4 Bacillus fabF 2.3.1.179 ko:K09458 ko00061,ko00780,ko01100,ko01212,map00061,map00780,map01100,map01212 M00083,M00572 R04355,R04726,R04952,R04957,R04960,R04963,R04968,R07762,R10115,R10119 RC00039,RC02728,RC02729,RC02888 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1TPA7@1239,1ZD02@1386,4H9SD@91061,COG0304@1,COG0304@2 NA|NA|NA I Catalyzes the condensation reaction of fatty acid synthesis by the addition to an acyl acceptor of two carbons from malonyl-ACP -BSU_11350 224308.BSU11350 1.7e-150 538.5 Bacillus yjaZ Bacillus 1UYP6@1239,1ZCYK@1386,4HFSY@91061,COG5504@1,COG5504@2 NA|NA|NA O Zn-dependent protease -BSU_11360 224308.BSU11360 3e-184 651.0 Bacillus appD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K02031 ko02024,map02024 M00239 ko00000,ko00001,ko00002,ko02000 3.A.1.5 Bacillus 1TP6E@1239,1ZB72@1386,4HA4E@91061,COG0444@1,COG0444@2 NA|NA|NA P Belongs to the ABC transporter superfamily -BSU_11370 224308.BSU11370 1.4e-186 658.7 Bacillus appF GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K02032,ko:K10823 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00239,M00439 ko00000,ko00001,ko00002,ko02000 3.A.1.5,3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.25 Bacillus 1V36J@1239,1ZBA4@1386,4H9YB@91061,COG4608@1,COG4608@2 NA|NA|NA E Belongs to the ABC transporter superfamily -BSU_11381 1051501.AYTL01000027_gene686 4.3e-48 197.6 Bacillus appA ko:K02035 ko02024,map02024 M00239 ko00000,ko00001,ko00002,ko02000 3.A.1.5 Bacillus 1TQ0N@1239,1ZC4E@1386,4HARF@91061,COG0747@1,COG0747@2 NA|NA|NA E COG0747 ABC-type dipeptide transport system, periplasmic component -BSU_11382 1051501.AYTL01000027_gene686 1.4e-193 682.2 Bacillus appA ko:K02035 ko02024,map02024 M00239 ko00000,ko00001,ko00002,ko02000 3.A.1.5 Bacillus 1TQ0N@1239,1ZC4E@1386,4HARF@91061,COG0747@1,COG0747@2 NA|NA|NA E COG0747 ABC-type dipeptide transport system, periplasmic component -BSU_11390 224308.BSU11390 2.2e-171 608.2 Bacillus appB GO:0003674,GO:0005215,GO:0006810,GO:0008150,GO:0022857,GO:0051179,GO:0051234,GO:0055085 ko:K02033 ko02024,map02024 M00239 ko00000,ko00001,ko00002,ko02000 3.A.1.5 Bacillus 1TP1S@1239,1ZCAV@1386,4HATR@91061,COG0601@1,COG0601@2 NA|NA|NA P COG0601 ABC-type dipeptide oligopeptide nickel transport systems, permease components -BSU_11400 224308.BSU11400 1.3e-162 578.9 Bacillus appC ko:K02034 ko02024,map02024 M00239 ko00000,ko00001,ko00002,ko02000 3.A.1.5 Bacillus 1TP4R@1239,1ZCNS@1386,4HBB9@91061,COG1173@1,COG1173@2 NA|NA|NA EP COG1173 ABC-type dipeptide oligopeptide nickel transport systems, permease components -BSU_11410 224308.BSU11410 6.5e-147 526.6 Bacillus yjbA Bacillus 1TPYR@1239,1ZAX0@1386,28IPR@1,2Z8PJ@2,4HBI7@91061 NA|NA|NA S Belongs to the UPF0736 family -BSU_11420 224308.BSU11420 8e-185 652.9 Bacillus trpS 6.1.1.2 ko:K01867 ko00970,map00970 M00359,M00360 R03664 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TPY7@1239,1ZCUY@1386,4HA1K@91061,COG0180@1,COG0180@2 NA|NA|NA J Tryptophanyl-tRNA synthetase -BSU_11430 224308.BSU11430 0.0 1089.3 Bacillus oppA GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 ko:K15580 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00439 ko00000,ko00001,ko00002,ko02000 3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.25 Bacillus 1TNYQ@1239,1ZBB4@1386,4HAMK@91061,COG4166@1,COG4166@2 NA|NA|NA E ABC transporter substrate-binding protein -BSU_11440 224308.BSU11440 4.6e-166 590.5 Bacillus oppB GO:0003674,GO:0005215,GO:0006810,GO:0008150,GO:0022857,GO:0051179,GO:0051234,GO:0055085 ko:K15581 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00439 ko00000,ko00001,ko00002,ko02000 3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.25 Bacillus 1TP1S@1239,1ZAUS@1386,4HA2S@91061,COG0601@1,COG0601@2 NA|NA|NA P COG0601 ABC-type dipeptide oligopeptide nickel transport systems, permease components -BSU_11450 224308.BSU11450 1.3e-165 589.0 Bacillus oppC ko:K15582,ko:K16201 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00439,M00566 ko00000,ko00001,ko00002,ko02000 3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.2,3.A.1.5.25 Bacillus 1TP4R@1239,1ZC9B@1386,4H9PZ@91061,COG1173@1,COG1173@2 NA|NA|NA EP COG1173 ABC-type dipeptide oligopeptide nickel transport systems, permease components -BSU_11460 224308.BSU11460 1.2e-199 702.2 Bacillus oppD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K15583,ko:K16202 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00439,M00566 ko00000,ko00001,ko00002,ko02000 3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.2,3.A.1.5.25 Bacillus 1TP6E@1239,1ZB72@1386,4HA4E@91061,COG0444@1,COG0444@2 NA|NA|NA P Belongs to the ABC transporter superfamily -BSU_11470 224308.BSU11470 9.3e-172 609.4 Bacillus oppF GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K10823 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00439 ko00000,ko00001,ko00002,ko02000 3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.25 Bacillus 1V36J@1239,1ZBA4@1386,4H9YB@91061,COG4608@1,COG4608@2 NA|NA|NA E Belongs to the ABC transporter superfamily -BSU_11480 224308.BSU11480 1.3e-213 748.8 Bacillus yjbB Bacillus 1V9VP@1239,1ZS7H@1386,4HX3Y@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major Facilitator Superfamily -BSU_11490 224308.BSU11490 1.2e-103 382.5 Bacillus yjbC Bacillus 1TSZY@1239,1ZD7N@1386,4HAYD@91061,COG0454@1,COG0456@2 NA|NA|NA K COG0454 Histone acetyltransferase HPA2 and related acetyltransferases -BSU_11500 224308.BSU11500 3.5e-67 260.8 Bacillus spxA ko:K16509 ko00000 Bacillus 1V3QC@1239,1ZFK4@1386,4HH0I@91061,COG1393@1,COG1393@2 NA|NA|NA K Interferes with activator-stimulated transcription by interaction with the RNA polymerase alpha-CTD. May function to globally reduce transcription of genes involved in growth- and development-promoting processes and to increase transcription of genes involved in thiol homeostasis, during periods of extreme stress -BSU_11510 224308.BSU11510 1e-111 409.5 Bacillus yjbE GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1UYA9@1239,1ZRX5@1386,4HETB@91061,COG0861@1,COG0861@2 NA|NA|NA P Integral membrane protein TerC family -BSU_11520 224308.BSU11520 4e-116 424.1 Bacillus mecA GO:0007154,GO:0008150,GO:0009292,GO:0009294,GO:0009605,GO:0009987,GO:0009991,GO:0030420,GO:0031668,GO:0044764,GO:0050896,GO:0051704,GO:0051716,GO:0071496 ko:K16511 ko00000 Bacillus 1UZ7D@1239,1ZAV4@1386,4HDV3@91061,COG4862@1,COG4862@2 NA|NA|NA NOT Enables the recognition and targeting of unfolded and aggregated proteins to the ClpC protease or to other proteins involved in proteolysis. Acts negatively in the development of competence by binding ComK and recruiting it to the ClpCP protease. When overexpressed, inhibits sporulation. Also involved in Spx degradation by ClpC -BSU_11530 224308.BSU11530 3.7e-223 780.4 Bacillus yjbF ko:K06198 ko00000 Bacillus 1TRGD@1239,1ZCFD@1386,4HFP5@91061,COG4469@1,COG4469@2 NA|NA|NA S Competence protein -BSU_11540 224308.BSU11540 0.0 1292.3 Bacillus pepF GO:0003674,GO:0003824,GO:0004175,GO:0004222,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006465,GO:0006508,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008237,GO:0009987,GO:0010467,GO:0016485,GO:0016787,GO:0019538,GO:0034641,GO:0043170,GO:0043603,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044444,GO:0044464,GO:0051604,GO:0070011,GO:0071704,GO:0140096,GO:1901564 ko:K08602 ko00000,ko01000,ko01002 Bacillus 1TP4P@1239,1ZCHA@1386,4HA7X@91061,COG1164@1,COG1164@2 NA|NA|NA E oligoendopeptidase F -BSU_11549 224308.BSU11549 3e-20 103.6 Bacillus Bacillus 1U9RE@1239,1ZJ77@1386,2AP4C@1,31E5Z@2,4HSI2@91061 NA|NA|NA -BSU_11550 224308.BSU11550 5.6e-169 600.1 Bacillus yjbH Bacillus 1TQ8K@1239,1ZATS@1386,4HAI8@91061,COG2761@1,COG2761@2 NA|NA|NA Q dithiol-disulfide isomerase involved in polyketide biosynthesis -BSU_11560 224308.BSU11560 8.1e-72 276.2 Bacillus yjbI ko:K06886 ko00000 Bacillus 1V6JN@1239,1ZQR2@1386,4HMCZ@91061,COG2346@1,COG2346@2 NA|NA|NA S Bacterial-like globin -BSU_11570 224308.BSU11570 1.6e-91 342.0 Bacillus yjbJ Bacillus 1V6DD@1239,1ZH33@1386,4HIWA@91061,COG0741@1,COG0741@2 NA|NA|NA M COG0741 Soluble lytic murein transglycosylase and related regulatory proteins (some contain LysM invasin domains) -BSU_11580 224308.BSU11580 5.4e-101 373.6 Bacillus yjbK Bacillus 1VA56@1239,1ZH0U@1386,4HMNE@91061,COG4116@1,COG4116@2 NA|NA|NA S protein conserved in bacteria -BSU_11590 224308.BSU11590 1.2e-61 242.3 Bacillus yjbL Bacillus 1VGBJ@1239,1ZIVU@1386,2E3PJ@1,32YMN@2,4HNU4@91061 NA|NA|NA S Belongs to the UPF0738 family -BSU_11600 224308.BSU11600 5.8e-112 410.2 Bacillus yjbM GO:0003674,GO:0003824,GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0008150,GO:0008152,GO:0008728,GO:0008893,GO:0009116,GO:0009117,GO:0009119,GO:0009150,GO:0009259,GO:0009605,GO:0009987,GO:0009991,GO:0015969,GO:0016020,GO:0016740,GO:0016772,GO:0016778,GO:0016787,GO:0016788,GO:0016794,GO:0019637,GO:0019693,GO:0030312,GO:0031667,GO:0033865,GO:0033875,GO:0034032,GO:0034035,GO:0034641,GO:0042278,GO:0042578,GO:0042594,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0046128,GO:0046483,GO:0050896,GO:0055086,GO:0071704,GO:0071944,GO:0072521,GO:1901068,GO:1901135,GO:1901360,GO:1901564,GO:1901657 2.7.6.5 ko:K07816 ko00230,map00230 R00429 RC00002,RC00078 ko00000,ko00001,ko01000 Bacillus 1TQ2F@1239,1ZBM8@1386,4HA3Q@91061,COG2357@1,COG2357@2 NA|NA|NA S GTP pyrophosphokinase -BSU_11610 224308.BSU11610 3.6e-151 540.8 Bacillus nadK GO:0000166,GO:0003674,GO:0003824,GO:0003951,GO:0005488,GO:0005524,GO:0006139,GO:0006725,GO:0006732,GO:0006733,GO:0006739,GO:0006741,GO:0006753,GO:0006766,GO:0006767,GO:0006769,GO:0006793,GO:0006796,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008976,GO:0009058,GO:0009108,GO:0009117,GO:0009165,GO:0009820,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0016776,GO:0017076,GO:0017144,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019637,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034641,GO:0034654,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0043603,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0046483,GO:0046496,GO:0048037,GO:0050662,GO:0051186,GO:0051188,GO:0051287,GO:0055086,GO:0071704,GO:0072524,GO:0072525,GO:0090407,GO:0097159,GO:0097367,GO:1901265,GO:1901293,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576 2.7.1.23 ko:K00858 ko00760,ko01100,map00760,map01100 R00104 RC00002,RC00078 ko00000,ko00001,ko01000 Bacillus 1TRB3@1239,1ZAQP@1386,4HB08@91061,COG0061@1,COG0061@2 NA|NA|NA G Involved in the regulation of the intracellular balance of NAD and NADP, and is a key enzyme in the biosynthesis of NADP. Catalyzes specifically the phosphorylation on 2'-hydroxyl of the adenosine moiety of NAD to yield NADP -BSU_11620 224308.BSU11620 1.2e-160 572.4 Bacillus yjbO GO:0000154,GO:0000455,GO:0001522,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009451,GO:0009982,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016853,GO:0016866,GO:0022613,GO:0031118,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0044085,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:1901360 5.4.99.23 ko:K06180 ko00000,ko01000,ko03009 Bacillus 1TS1T@1239,1ZB25@1386,4HBRY@91061,COG0564@1,COG0564@2 NA|NA|NA J Responsible for synthesis of pseudouridine from uracil -BSU_11630 224308.BSU11630 5.1e-128 463.8 Bacillus prpE GO:0003674,GO:0003824,GO:0004721,GO:0006464,GO:0006470,GO:0006793,GO:0006796,GO:0006807,GO:0008138,GO:0008150,GO:0008152,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0019538,GO:0036211,GO:0042578,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:0140096,GO:1901564 3.1.3.16,3.6.1.41 ko:K01090,ko:K01525 ko00230,map00230 R00125 RC00002 ko00000,ko00001,ko01000 Bacillus 1TPCI@1239,1ZBK8@1386,4HBD8@91061,COG0639@1,COG0639@2 NA|NA|NA T Asymmetrically hydrolyzes Ap4p to yield AMP and ATP -BSU_11640 224308.BSU11640 0.0 1124.4 Bacillus yjbQ ko:K03455,ko:K03499 ko00000,ko02000 2.A.37,2.A.38.1,2.A.38.4 Bacillus 1TS32@1239,1ZBJR@1386,4H9Q5@91061,COG0475@1,COG0475@2,COG0569@1,COG0569@2 NA|NA|NA P Belongs to the monovalent cation proton antiporter 2 (CPA2) transporter (TC 2.A.37) family -BSU_11650 224308.BSU11650 5.8e-137 493.4 Bacillus tenA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 3.5.99.2 ko:K03707 ko00730,ko01100,map00730,map01100 R02133,R09993 RC00224,RC00652,RC02832 ko00000,ko00001,ko01000,ko03000 Bacillus 1TPK0@1239,1ZQWS@1386,4HCPF@91061,COG0819@1,COG0819@2 NA|NA|NA K Catalyzes an amino-pyrimidine hydrolysis reaction at the C5' of the pyrimidine moiety of thiamine compounds, a reaction that is part of a thiamine salvage pathway -BSU_11660 224308.BSU11660 6.4e-108 396.7 Bacillus tenI GO:0003674,GO:0003824,GO:0004789,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006725,GO:0006766,GO:0006767,GO:0006772,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009110,GO:0009228,GO:0009987,GO:0016740,GO:0016765,GO:0017144,GO:0018130,GO:0019438,GO:0034641,GO:0042364,GO:0042723,GO:0042724,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0072527,GO:0072528,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 5.3.99.10 ko:K10810 ko00730,ko01100,map00730,map01100 R09977 RC02766 ko00000,ko00001,ko01000,ko03000 Bacillus 1V6KJ@1239,1ZH29@1386,4HIM9@91061,COG0352@1,COG0352@2 NA|NA|NA H Transcriptional regulator TenI -BSU_11670 224308.BSU11670 1.2e-218 765.4 Bacillus thiO GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006725,GO:0006766,GO:0006767,GO:0006772,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009110,GO:0009228,GO:0009987,GO:0016491,GO:0016638,GO:0016641,GO:0017144,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0036094,GO:0042364,GO:0042723,GO:0042724,GO:0043167,GO:0043168,GO:0043436,GO:0043799,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046483,GO:0048037,GO:0050660,GO:0050662,GO:0055114,GO:0071704,GO:0071949,GO:0072527,GO:0072528,GO:0097159,GO:1901265,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576 1.4.3.19 ko:K03153 ko00730,ko01100,map00730,map01100 R07463 RC01788 ko00000,ko00001,ko01000 Bacillus 1VTRW@1239,1ZCZM@1386,4HD2K@91061,COG0665@1,COG0665@2 NA|NA|NA E Glycine oxidase -BSU_11680 224308.BSU11680 3.8e-30 136.7 Bacteria Bacillus COG2104@1,COG2104@2 NA|NA|NA H thiamine diphosphate biosynthetic process -BSU_11690 224308.BSU11690 2.4e-136 491.5 Bacillus thiG GO:0003674,GO:0003824,GO:0006725,GO:0006766,GO:0006767,GO:0006772,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009110,GO:0009228,GO:0009987,GO:0017144,GO:0018130,GO:0019438,GO:0034641,GO:0042364,GO:0042723,GO:0042724,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0046483,GO:0071704,GO:0072527,GO:0072528,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.8.1.10 ko:K03149 ko00730,ko01100,map00730,map01100 R10247 RC03096,RC03097,RC03461 ko00000,ko00001,ko01000 Bacillus 1TQZ1@1239,1ZB9S@1386,4HBSI@91061,COG2022@1,COG2022@2 NA|NA|NA H Catalyzes the rearrangement of 1-deoxy-D-xylulose 5- phosphate (DXP) to produce the thiazole phosphate moiety of thiamine. Sulfur is provided by the thiocarboxylate moiety of the carrier protein ThiS. In vitro, sulfur can be provided by H(2)S -BSU_11700 224308.BSU11700 1e-187 662.5 Bacillus thiF GO:0003674,GO:0003824,GO:0016740,GO:0016772,GO:0016779 2.7.7.73 ko:K03148 ko00730,ko01100,ko04122,map00730,map01100,map04122 R07459 RC00043 ko00000,ko00001,ko01000 Bacillus 1TQ3U@1239,1ZBR4@1386,4HBGP@91061,COG0476@1,COG0476@2 NA|NA|NA H COG0476 Dinucleotide-utilizing enzymes involved in molybdopterin and thiamine biosynthesis family 2 -BSU_11710 224308.BSU11710 1.2e-149 535.8 Bacillus thiD 2.7.1.49,2.7.4.7 ko:K00941 ko00730,ko01100,map00730,map01100 M00127 R03471,R04509 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ4A@1239,1ZCQT@1386,4HAAH@91061,COG0351@1,COG0351@2 NA|NA|NA H Phosphomethylpyrimidine kinase -BSU_11720 224308.BSU11720 5.5e-141 506.9 Bacillus fabI GO:0003674,GO:0003824,GO:0004312,GO:0004318,GO:0006082,GO:0006629,GO:0006631,GO:0006633,GO:0006950,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009266,GO:0009409,GO:0009628,GO:0009987,GO:0016043,GO:0016053,GO:0016491,GO:0016627,GO:0016628,GO:0016740,GO:0016746,GO:0016747,GO:0019752,GO:0022607,GO:0030497,GO:0032787,GO:0033554,GO:0043436,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0046394,GO:0050896,GO:0051259,GO:0051260,GO:0051262,GO:0051289,GO:0051716,GO:0055114,GO:0065003,GO:0070417,GO:0071704,GO:0071840,GO:0072330,GO:1901576 1.3.1.10,1.3.1.9 ko:K00208 ko00061,ko00333,ko00780,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01100,map01130,map01212 M00083,M00572 R01404,R04429,R04430,R04724,R04725,R04955,R04956,R04958,R04959,R04961,R04962,R04966,R04967,R04969,R04970,R07765,R10118,R10122,R11671 RC00052,RC00076,RC00120 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1TPVD@1239,1ZAP0@1386,4H9YN@91061,COG0623@1,COG0623@2 NA|NA|NA I Enoyl- acyl-carrier-protein reductase NADH -BSU_11730 224308.BSU11730 1.2e-54 219.9 Bacillus yjbX GO:0005575,GO:0005618,GO:0005623,GO:0030312,GO:0031160,GO:0044464,GO:0071944 Bacillus 1VFWU@1239,1ZDKY@1386,2EECC@1,3386N@2,4HQI6@91061 NA|NA|NA S Spore coat protein -BSU_11740 224308.BSU11740 8.8e-83 312.8 Bacillus cotZ ko:K06344 ko00000 Bacillus 1V1H6@1239,1ZESU@1386,28Q17@1,2ZCJP@2,4HGUD@91061 NA|NA|NA S Spore coat protein -BSU_11750 224308.BSU11750 5.8e-96 356.7 Bacillus cotY ko:K06343 ko00000 Bacillus 1V4YJ@1239,1ZDHZ@1386,29X3J@1,30ISA@2,4HHNC@91061 NA|NA|NA S Spore coat protein Z -BSU_11760 224308.BSU11760 1.4e-76 292.4 Bacillus cotX ko:K06342 ko00000 Bacillus 1VBNQ@1239,1ZGPY@1386,2CFVW@1,32S2K@2,4HMD7@91061 NA|NA|NA S Spore Coat Protein X and V domain -BSU_11770 224308.BSU11770 3.5e-33 147.5 Bacillus cotW ko:K06341 ko00000 Bacillus 1UAGS@1239,1ZHSG@1386,2ARSC@1,31H3P@2,4IKV7@91061 NA|NA|NA -BSU_11780 224308.BSU11780 5.1e-55 220.3 Bacillus cotV ko:K06340 ko00000 Bacillus 1UA32@1239,1ZGFD@1386,29RIB@1,30CMA@2,4IKCH@91061 NA|NA|NA S Spore Coat Protein X and V domain -BSU_11790 224308.BSU11790 1.5e-56 225.3 Bacillus yjcA Bacillus 1VACE@1239,1ZHZZ@1386,2CDF4@1,32RXN@2,4HKM4@91061 NA|NA|NA S Protein of unknown function (DUF1360) -BSU_11810 224308.BSU11810 4.9e-38 163.3 Bacillus spoVIF Bacillus 1VFDU@1239,1ZHWX@1386,2E36V@1,32Y6J@2,4HY6K@91061 NA|NA|NA S Stage VI sporulation protein F -BSU_11820 224308.BSU11820 0.0 1524.6 Bacillus yjcD 3.6.4.12 ko:K03657 ko03420,ko03430,map03420,map03430 ko00000,ko00001,ko01000,ko03400 Bacillus 1TPVG@1239,1ZCF6@1386,4HBVF@91061,COG0210@1,COG0210@2 NA|NA|NA L DNA helicase -BSU_11839 224308.BSU11839 2.9e-38 164.1 Bacillus Bacillus 1UA5W@1239,1ZGY6@1386,29RK5@1,30CPB@2,4IKGI@91061 NA|NA|NA -BSU_11840 224308.BSU11840 5e-72 276.9 Bacillus yjcF Bacillus 1VA2J@1239,1ZH1Q@1386,4HKF5@91061,COG2153@1,COG2153@2 NA|NA|NA S COG0454 Histone acetyltransferase HPA2 and related acetyltransferases -BSU_11850 224308.BSU11850 4.8e-93 347.1 Bacillus yjcG Bacillus 1V2F3@1239,1ZG9R@1386,4HG6P@91061,COG1514@1,COG1514@2 NA|NA|NA J Belongs to the 2H phosphoesterase superfamily. YjcG family -BSU_11860 224308.BSU11860 3.1e-138 497.7 Bacillus yjcH ko:K07214 ko00000 Bacillus 1UCAC@1239,1ZBAQ@1386,4HC02@91061,COG2382@1,COG2382@2 NA|NA|NA P COG2382 Enterochelin esterase and related enzymes -BSU_11870 224308.BSU11870 6.4e-215 753.1 Bacillus metI GO:0003674,GO:0003824,GO:0003962,GO:0004123,GO:0016740,GO:0016765,GO:0016829,GO:0016846 2.5.1.48 ko:K01739 ko00270,ko00450,ko00920,ko01100,ko01110,ko01130,ko01230,map00270,map00450,map00920,map01100,map01110,map01130,map01230 M00017 R00999,R01288,R02508,R03217,R03260,R04944,R04945,R04946 RC00020,RC00056,RC00069,RC00420,RC02848,RC02866 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPC7@1239,1ZAR9@1386,4HAFQ@91061,COG0626@1,COG0626@2 NA|NA|NA E cystathionine -BSU_11880 224308.BSU11880 4.9e-218 763.5 Bacillus metC GO:0003674,GO:0003824,GO:0003962,GO:0004123,GO:0016740,GO:0016765,GO:0016829,GO:0016846 4.4.1.8 ko:K01760 ko00270,ko00450,ko01100,ko01110,ko01230,map00270,map00450,map01100,map01110,map01230 M00017 R00782,R01286,R02408,R04941 RC00056,RC00069,RC00382,RC00488,RC00710,RC01245,RC02303 ko00000,ko00001,ko00002,ko01000 iYO844.BSU11880 Bacillus 1TPC7@1239,1ZAR9@1386,4HAFQ@91061,COG0626@1,COG0626@2 NA|NA|NA E cystathionine -BSU_11890 224308.BSU11890 6.3e-99 366.7 Bacillus yjcK 2.3.1.128 ko:K03790 ko00000,ko01000,ko03009 Bacillus 1V49W@1239,1ZGG6@1386,4HHAP@91061,COG1670@1,COG1670@2 NA|NA|NA J Alanine acetyltransferase -BSU_11900 224308.BSU11900 1.8e-212 745.0 Bacillus yjcL Bacillus 1TSC8@1239,1ZCH1@1386,4HBJU@91061,COG5505@1,COG5505@2 NA|NA|NA S Protein of unknown function (DUF819) -BSU_11910 224308.BSU11910 4.9e-192 677.2 Bacilli Bacillus 1W055@1239,2DHU9@1,300Z5@2,4IPY9@91061 NA|NA|NA S Putative amidase domain -BSU_11920 224308.BSU11920 3.4e-44 184.1 Bacillus yjcN Bacillus 1VYZK@1239,1ZIN3@1386,2C7E8@1,3476F@2,4HYJE@91061 NA|NA|NA -BSU_11930 224308.BSU11930 1.4e-80 305.4 Bacillus Bacillus 1V8R5@1239,1ZFNM@1386,4HJMG@91061,COG3677@1,COG3677@2 NA|NA|NA L Transposase -BSU_11940 224308.BSU11940 3.5e-72 277.7 Bacillus yjcP Bacillus 1UC1K@1239,1ZNHI@1386,29SW9@1,30E2G@2,4INHM@91061 NA|NA|NA -BSU_11950 224308.BSU11950 6.9e-49 199.5 Bacilli Bacillus 1VZ6T@1239,2DYR8@1,34ASK@2,4I0VA@91061 NA|NA|NA S YjcQ protein -BSU_11960 224308.BSU11960 1.9e-92 345.1 Bacillus yqaS Bacillus 1V6XI@1239,1ZDWD@1386,4HIZ8@91061,COG5484@1,COG5484@2 NA|NA|NA L DNA packaging -BSU_11970 224308.BSU11970 2.1e-54 218.0 Bacteria Bacillus COG1359@1,COG1359@2 NA|NA|NA S Antibiotic biosynthesis monooxygenase -BSU_11980 224308.BSU11980 4.1e-141 507.3 Bacillus 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1TQ80@1239,1ZD1G@1386,4HASE@91061,COG1028@1,COG1028@2 NA|NA|NA IQ Enoyl-(Acyl carrier protein) reductase -BSU_12000 224308.BSU12000 0.0 1265.4 Bacillus manR ko:K02538,ko:K03491 ko00000,ko03000 Bacillus 1TQT1@1239,1ZQ0H@1386,4HB6A@91061,COG1762@1,COG1762@2,COG3711@1,COG3711@2 NA|NA|NA GKT transcriptional antiterminator -BSU_12010 224308.BSU12010 0.0 1156.4 Bacillus manP GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563 2.7.1.202 ko:K02768,ko:K02769,ko:K02770 ko00051,ko01100,ko01120,ko02060,map00051,map01100,map01120,map02060 M00273 R03232 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.2.1 Bacillus 1TPKU@1239,1ZC31@1386,4H9KR@91061,COG1299@1,COG1299@2,COG1445@1,COG1445@2,COG1762@1,COG1762@2 NA|NA|NA G phosphotransferase system -BSU_12020 224308.BSU12020 1.1e-188 665.6 Bacillus manA 5.3.1.8 ko:K01809 ko00051,ko00520,ko01100,ko01110,ko01130,map00051,map00520,map01100,map01110,map01130 M00114 R01819 RC00376 ko00000,ko00001,ko00002,ko01000 iYO844.BSU12020 Bacillus 1VRGI@1239,1ZDJI@1386,4HBFW@91061,COG1482@1,COG1482@2 NA|NA|NA G mannose-6-phosphate isomerase -BSU_12030 224308.BSU12030 5.2e-65 253.8 Bacillus yjdF Bacillus 1V2J3@1239,1ZIDK@1386,28NY7@1,2ZBVG@2,4HMY0@91061 NA|NA|NA S Protein of unknown function (DUF2992) -BSU_12040 224308.BSU12040 4.3e-94 350.5 Bacillus Bacillus 1VB6W@1239,1ZJ1I@1386,4HP5I@91061,COG1670@1,COG1670@2 NA|NA|NA J Acetyltransferase (GNAT) domain -BSU_12060 224308.BSU12060 1.4e-81 308.9 Bacillus ko:K03976 ko00000,ko01000,ko03016 Bacillus 1V6JF@1239,1ZGGN@1386,4HHFK@91061,COG2606@1,COG2606@2 NA|NA|NA S Belongs to the prolyl-tRNA editing family. YbaK EbsC subfamily -BSU_12069 224308.BSU12069 7e-29 132.5 Bacillus Bacillus 1VIN9@1239,1ZJ0A@1386,2E715@1,331JW@2,4HQH3@91061 NA|NA|NA S Domain of unknown function (DUF4177) -BSU_12070 224308.BSU12070 4.5e-52 210.3 Bacilli Bacillus 1VDHU@1239,2C2RW@1,32WKK@2,4HJU1@91061 NA|NA|NA S Domain of unknown function (DUF4306) -BSU_12080 224308.BSU12080 1.8e-181 641.7 Bacillus ctaO GO:0003674,GO:0003824,GO:0004311,GO:0004659,GO:0005575,GO:0005623,GO:0005886,GO:0006091,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0015980,GO:0016020,GO:0016740,GO:0016765,GO:0018130,GO:0019438,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0044237,GO:0044249,GO:0044271,GO:0044464,GO:0045333,GO:0046148,GO:0046483,GO:0051186,GO:0051188,GO:0055114,GO:0071704,GO:0071944,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.5.1.141 ko:K02257 ko00190,ko00860,ko01100,ko01110,ko04714,map00190,map00860,map01100,map01110,map04714 M00154 R07411 RC01786 ko00000,ko00001,ko00002,ko01000,ko01006,ko03029 iYO844.BSU12080 Bacillus 1TPS1@1239,1ZCJT@1386,4HBJT@91061,COG0109@1,COG0109@2 NA|NA|NA O Converts heme B (protoheme IX) to heme O by substitution of the vinyl group on carbon 2 of heme B porphyrin ring with a hydroxyethyl farnesyl side group -BSU_12100 224308.BSU12100 8.4e-265 919.1 Bacillus yjeA GO:0005575,GO:0016020 3.5.1.104 ko:K22278 ko00000,ko01000 Bacillus 1V6DN@1239,1ZC54@1386,4HEPH@91061,COG0726@1,COG0726@2 NA|NA|NA G Polysaccharide deacetylase -BSU_12110 224308.BSU12110 9.3e-83 312.8 Bacillus Bacillus 1W0PN@1239,1ZMTC@1386,2DT08@1,33I4U@2,4HYRZ@91061 NA|NA|NA S Protein of unknown function (DUF2690) -BSU_12120 224308.BSU12120 6e-21 105.9 Bacillus yjfB Bacillus 1VKHI@1239,1ZKBW@1386,2DR71@1,33AGR@2,4IMK8@91061 NA|NA|NA S Putative motility protein -BSU_12130 224308.BSU12130 2.7e-171 607.8 Bacillus yjfC Bacillus 1TT7P@1239,1ZD4T@1386,4HH4B@91061,COG5504@1,COG5504@2 NA|NA|NA O Predicted Zn-dependent protease (DUF2268) -BSU_12140 224308.BSU12140 3.8e-69 267.3 Bacillus yjgA Bacillus 1VBSA@1239,1ZHY1@1386,4HKPR@91061,COG0642@1,COG2205@2 NA|NA|NA T PhoQ Sensor -BSU_12150 224308.BSU12150 1.5e-103 382.1 Bacillus yjgB Bacillus 1VBGS@1239,1ZIAP@1386,2E0RN@1,32W9R@2,4HKSB@91061 NA|NA|NA S Domain of unknown function (DUF4309) -BSU_12160 224308.BSU12160 0.0 2033.1 Bacillus yjgC GO:0003674,GO:0003824,GO:0003954,GO:0005488,GO:0008150,GO:0008152,GO:0016491,GO:0016651,GO:0048037,GO:0051536,GO:0051540,GO:0055114 1.17.1.9 ko:K00123 ko00630,ko00680,ko01100,ko01120,ko01200,map00630,map00680,map01100,map01120,map01200 R00519 RC02796 ko00000,ko00001,ko01000 Bacillus 1TT6D@1239,1ZS18@1386,4IS5E@91061,COG3383@1,COG3383@2 NA|NA|NA C formate dehydrogenase (NAD+) activity -BSU_12170 224308.BSU12170 7.4e-95 353.2 Bacillus yjgD Bacillus 1VDZ4@1239,1ZDHJ@1386,4HP7W@91061,COG2427@1,COG2427@2 NA|NA|NA S Protein of unknown function (DUF1641) -BSU_12180 1510440.A0A068ETV6_9CAUD 8.6e-07 60.8 Siphoviridae Bacillus 4QBTR@10239,4QMC9@10699,4QT1W@28883 NA|NA|NA S Domain of unknown function (DUF4352) -BSU_12190 224308.BSU12190 3.1e-118 431.0 Bacillus yjhB 3.6.1.13 ko:K01515 ko00230,map00230 R01054 RC00002 ko00000,ko00001,ko01000 Bacillus 1U7WX@1239,1ZD9E@1386,4HHQT@91061,COG1051@1,COG1051@2 NA|NA|NA F ADP-ribose pyrophosphatase -BSU_12210 224308.BSU12210 6.5e-226 789.6 Bacillus yjiB GO:0003674,GO:0003824,GO:0004497,GO:0006066,GO:0006629,GO:0006706,GO:0006707,GO:0008150,GO:0008152,GO:0008202,GO:0008203,GO:0008395,GO:0009056,GO:0016042,GO:0016125,GO:0016127,GO:0016491,GO:0016705,GO:0016709,GO:0036199,GO:0044238,GO:0044281,GO:0044282,GO:0046164,GO:0055114,GO:0071704,GO:1901360,GO:1901361,GO:1901575,GO:1901615,GO:1901616,GO:1902652 Bacillus 1TPWZ@1239,1ZC1Y@1386,4HAGS@91061,COG2124@1,COG2124@2 NA|NA|NA C Cytochrome P450 -BSU_12220 224308.BSU12220 7.7e-219 766.1 Bacillus yjiC GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0008194,GO:0016740,GO:0016757,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0044424,GO:0044464 Bacillus 1TSPC@1239,1ZB3Z@1386,4HB9I@91061,COG1819@1,COG1819@2 NA|NA|NA CG COG1819 Glycosyl transferases, related to UDP-glucuronosyltransferase -BSU_12229 224308.BSU12229 1.4e-29 134.8 Bacillus Bacillus 1W6IS@1239,1ZJZF@1386,28XHF@1,2ZJEU@2,4HZXN@91061 NA|NA|NA -BSU_12230 224308.BSU12230 2e-146 525.0 Bacillus hemD 4.2.1.75 ko:K01719 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R03165 RC01861 ko00000,ko00001,ko00002,ko01000 Bacillus 1V0K1@1239,1ZCRM@1386,4HFWP@91061,COG1587@1,COG1587@2 NA|NA|NA H Uroporphyrinogen-III synthase -BSU_12240 224308.BSU12240 3.3e-122 444.5 Bacillus yjkA GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006873,GO:0006875,GO:0006879,GO:0008150,GO:0009987,GO:0015075,GO:0016020,GO:0016021,GO:0019725,GO:0022857,GO:0030003,GO:0031224,GO:0031226,GO:0034220,GO:0042592,GO:0044425,GO:0044459,GO:0044464,GO:0046916,GO:0048878,GO:0050801,GO:0051179,GO:0051234,GO:0055065,GO:0055072,GO:0055076,GO:0055080,GO:0055082,GO:0055085,GO:0065007,GO:0065008,GO:0071944,GO:0098771 ko:K02069 M00211 ko00000,ko00002,ko02000 9.B.25.1 Bacillus 1UY1N@1239,1ZB6C@1386,4HDM4@91061,COG0390@1,COG0390@2 NA|NA|NA S transport system, permease component -BSU_12250 224308.BSU12250 8.8e-136 489.6 Bacillus yjkB ko:K02068 M00211 ko00000,ko00002,ko02000 Bacillus 1V2UH@1239,1ZPYW@1386,4HDCU@91061,COG1117@1,COG1117@2 NA|NA|NA P ATPases associated with a variety of cellular activities -BSU_12260 224308.BSU12260 3.9e-176 624.0 Bacillus yjlA Bacillus 1TP9B@1239,1ZB35@1386,4H9TT@91061,COG0697@1,COG0697@2 NA|NA|NA EG Putative multidrug resistance efflux transporter -BSU_12270 224308.BSU12270 3.6e-93 347.4 Bacillus yjlB Bacillus 1V6MJ@1239,1ZGYD@1386,4HJGB@91061,COG4297@1,COG4297@2 NA|NA|NA S Cupin domain -BSU_12280 224308.BSU12280 1.2e-65 255.8 Bacillus yjlC Bacillus 1V7FZ@1239,1ZR46@1386,32RCT@2,4HK07@91061,COG2427@1 NA|NA|NA S Protein of unknown function (DUF1641) -BSU_12290 224308.BSU12290 3.4e-219 767.3 Bacillus yjlD 1.6.99.3 ko:K03885 ko00190,map00190 ko00000,ko00001,ko01000 iYO844.BSU12290 Bacillus 1TR6X@1239,1ZAV9@1386,4HA14@91061,COG1252@1,COG1252@2 NA|NA|NA C NADH dehydrogenase -BSU_12300 224308.BSU12300 1.8e-286 991.1 Bacillus uxaC 5.3.1.12 ko:K01812 ko00040,ko01100,map00040,map01100 M00061,M00631 R01482,R01983 RC00376 ko00000,ko00001,ko00002,ko01000 Bacillus 1TRI0@1239,1ZBR3@1386,4HCGI@91061,COG1904@1,COG1904@2 NA|NA|NA G glucuronate isomerase -BSU_12310 224308.BSU12310 1.3e-249 868.6 Bacillus ko:K03292 ko00000 2.A.2 Bacillus 1TRYR@1239,1ZR5M@1386,4HUTW@91061,COG2211@1,COG2211@2 NA|NA|NA G symporter YjmB -BSU_12320 224308.BSU12320 6.6e-195 686.4 Bacillus yjmC 1.1.1.350 ko:K00073 ko00230,ko01120,map00230,map01120 R02935,R02936 RC00169 ko00000,ko00001,ko01000 Bacillus 1TR0Z@1239,1ZB9H@1386,4HB6X@91061,COG2055@1,COG2055@2 NA|NA|NA C Belongs to the LDH2 MDH2 oxidoreductase family -BSU_12330 224308.BSU12330 2.8e-193 681.0 Bacillus yjmD 1.1.1.380 ko:K08322 ko00040,ko01100,map00040,map01100 R10848 RC00085 ko00000,ko00001,ko01000 iYO844.BSU12330 Bacillus 1TS6I@1239,1ZCJC@1386,4HBDT@91061,COG1063@1,COG1063@2 NA|NA|NA E Alcohol dehydrogenase GroES-like domain -BSU_12340 224308.BSU12340 8e-215 752.7 Bacillus uxuA GO:0003674,GO:0003824,GO:0005488,GO:0005506,GO:0005975,GO:0005996,GO:0006063,GO:0006064,GO:0006082,GO:0008150,GO:0008152,GO:0008198,GO:0008927,GO:0009056,GO:0009987,GO:0016052,GO:0016054,GO:0016829,GO:0016835,GO:0016836,GO:0019585,GO:0019752,GO:0030145,GO:0032787,GO:0042839,GO:0042840,GO:0043167,GO:0043169,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046365,GO:0046395,GO:0046872,GO:0046914,GO:0071704,GO:0072329,GO:1901575 4.2.1.8 ko:K01686 ko00040,ko01100,map00040,map01100 M00061 R05606 RC00543 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP5F@1239,1ZD3F@1386,4H9UR@91061,COG1312@1,COG1312@2 NA|NA|NA G Catalyzes the dehydration of D-mannonate -BSU_12350 224308.BSU12350 4e-153 547.4 Bacillus yjmF Bacillus 1TQ3V@1239,1ZBI3@1386,4HBSW@91061,COG1028@1,COG1028@2 NA|NA|NA IQ Belongs to the short-chain dehydrogenases reductases (SDR) family -BSU_12360 224308.BSU12360 6.3e-227 793.1 Bacillus exuT GO:0003674,GO:0005215,GO:0005575,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0044425,GO:0051179,GO:0051234,GO:0055085 ko:K08191 ko00000,ko02000 2.A.1.14.2 Bacillus 1TP6X@1239,1ZC6J@1386,4HEVA@91061,COG2271@1,COG2271@2 NA|NA|NA G Sugar (and other) transporter -BSU_12370 224308.BSU12370 4e-184 650.6 Bacillus exuR ko:K02529 ko00000,ko03000 Bacillus 1UCPU@1239,1ZQ1F@1386,4HDJ7@91061,COG1609@1,COG1609@2 NA|NA|NA K transcriptional -BSU_12380 224308.BSU12380 3.6e-287 993.4 Bacillus uxaB GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005996,GO:0006063,GO:0006082,GO:0008150,GO:0008152,GO:0009026,GO:0009056,GO:0009987,GO:0016052,GO:0016054,GO:0016491,GO:0016614,GO:0016616,GO:0019586,GO:0019698,GO:0019752,GO:0032787,GO:0036094,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046365,GO:0046395,GO:0046396,GO:0046397,GO:0048037,GO:0050662,GO:0051287,GO:0055114,GO:0071704,GO:0072329,GO:0097159,GO:1901265,GO:1901363,GO:1901575 1.1.1.58 ko:K00041 ko00040,ko01100,map00040,map01100 M00631 R02555 RC00085 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPZU@1239,1ZCF4@1386,4HCQC@91061,COG0246@1,COG0246@2 NA|NA|NA G tagaturonate reductase activity -BSU_12390 224308.BSU12390 4.4e-288 996.5 Bacillus uxaA GO:0003674,GO:0003824,GO:0005975,GO:0005996,GO:0006063,GO:0006082,GO:0008150,GO:0008152,GO:0008789,GO:0009056,GO:0009987,GO:0016052,GO:0016054,GO:0016829,GO:0016835,GO:0016836,GO:0019586,GO:0019698,GO:0019752,GO:0032787,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046365,GO:0046395,GO:0046396,GO:0046397,GO:0071704,GO:0072329,GO:1901575 4.2.1.7 ko:K01685 ko00040,ko01100,map00040,map01100 M00631 R01540 RC00543 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPTX@1239,1ZB6X@1386,4HAQZ@91061,COG2721@1,COG2721@2 NA|NA|NA G Altronate -BSU_12400 224308.BSU12400 7.4e-130 469.9 Bacillus yjnA ko:K07090 ko00000 Bacillus 1TQFD@1239,1ZDN3@1386,4HBT4@91061,COG0730@1,COG0730@2 NA|NA|NA S membrane transporter protein -BSU_12410 224308.BSU12410 5.5e-80 303.5 Bacillus yjoA Bacillus 1V359@1239,1ZH6K@1386,4HGA1@91061,COG2318@1,COG2318@2 NA|NA|NA S DinB family -BSU_12420 224308.BSU12420 1.6e-246 858.2 Bacillus Bacillus 1TPA8@1239,1ZBWY@1386,4HDJY@91061,COG0465@1,COG0465@2 NA|NA|NA O AAA domain (dynein-related subfamily) -BSU_12430 224308.BSU12430 5.5e-214 750.0 Bacillus rapA ko:K06359,ko:K06360,ko:K06367 ko02024,map02024 ko00000,ko00001,ko01000 Bacillus 1UUXQ@1239,1ZDKN@1386,4I402@91061,COG0457@1,COG0457@2 NA|NA|NA S response regulator aspartate phosphatase -BSU_12450 224308.BSU12450 1.1e-40 172.2 Bacilli Bacillus 1VYYQ@1239,4HY97@91061,COG2350@1,COG2350@2 NA|NA|NA S YCII-related domain -BSU_12460 224308.BSU12460 1.2e-169 602.4 Bacillus xlyB 3.5.1.28 ko:K01447 R04112 RC00064,RC00141 ko00000,ko01000 Bacillus 1V5B9@1239,1ZIM6@1386,4HJY4@91061,COG1388@1,COG1388@2,COG3409@1,COG3409@2,COG5632@1,COG5632@2 NA|NA|NA M N-acetylmuramoyl-L-alanine amidase -BSU_12470 224308.BSU12470 2.7e-61 241.1 Bacillus yjqA Bacillus 1V77G@1239,1ZH97@1386,3172B@2,4HJ0W@91061,arCOG12631@1 NA|NA|NA S Bacterial PH domain -BSU_12480 224308.BSU12480 7.1e-112 409.8 Bacillus Bacillus 1VBQ5@1239,1ZQV8@1386,4HK5Q@91061,COG4195@1,COG4195@2 NA|NA|NA S Pfam:DUF867 -BSU_12490 224308.BSU12490 7.5e-160 569.7 Bacillus yjqC GO:0006950,GO:0006974,GO:0008150,GO:0009987,GO:0033554,GO:0050896,GO:0051716 ko:K07217 ko00000 Bacillus 1TQVQ@1239,1ZBZ9@1386,4H9XR@91061,COG3546@1,COG3546@2 NA|NA|NA P Catalase -BSU_12500 224308.BSU12500 2.7e-111 407.9 Bacillus xkdA Bacillus 1VF4T@1239,1ZIKA@1386,4HP2V@91061,COG2856@1,COG2856@2 NA|NA|NA E IrrE N-terminal-like domain -BSU_12510 224308.BSU12510 7e-56 223.0 Bacillus xre Bacillus 1VK84@1239,1ZISZ@1386,4HRBT@91061,COG1396@1,COG1396@2 NA|NA|NA K Helix-turn-helix XRE-family like proteins -BSU_12520 224308.BSU12520 1e-156 559.3 Bacillus xkdB Bacillus 1VVNW@1239,1ZFTW@1386,4HWH8@91061,COG1522@1,COG1522@2 NA|NA|NA K sequence-specific DNA binding -BSU_12530 224308.BSU12530 1.1e-152 545.8 Bacillus xkdC GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006271,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0022616,GO:0034641,GO:0034645,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:1901360,GO:1901576 Bacillus 1V48P@1239,1ZG1R@1386,4HJWT@91061,COG1484@1,COG1484@2 NA|NA|NA L Bacterial dnaA protein -BSU_12550 1178540.BA70_01760 7.8e-10 69.3 Bacillus yqaO Bacillus 1UAM7@1239,1ZIIF@1386,2B77Q@1,320A3@2,4IKZW@91061 NA|NA|NA S Phage-like element PBSX protein XtrA -BSU_12560 224308.BSU12560 9.7e-86 322.8 Bacillus xpf ko:K03088 ko00000,ko03021 Bacillus 1VAEY@1239,1ZJ9T@1386,4HMVP@91061,COG1595@1,COG1595@2 NA|NA|NA K COG1595 DNA-directed RNA polymerase specialized sigma subunit, sigma24 homolog -BSU_12570 224308.BSU12570 8.2e-140 503.1 Bacillus xtmA ko:K07474 ko00000 Bacillus 1V8HJ@1239,1ZEK7@1386,4HJ4Z@91061,COG3728@1,COG3728@2,COG5484@1,COG5484@2 NA|NA|NA L phage terminase small subunit -BSU_12580 224308.BSU12580 1.6e-254 884.8 Bacillus ko:K06909 ko00000 Bacillus 1TRQP@1239,1ZCXF@1386,4HDMY@91061,COG1783@1,COG1783@2 NA|NA|NA S phage terminase, large subunit -BSU_12590 224308.BSU12590 7e-286 989.2 Bacillus yqbA Bacillus 1TT5R@1239,1ZE9D@1386,4HEHM@91061,COG5518@1,COG5518@2 NA|NA|NA S portal protein -BSU_12600 224308.BSU12600 2e-133 481.9 Bacillus xkdF Bacillus 1V1FT@1239,1ZEM9@1386,4HGCH@91061,COG0338@1,COG0338@2 NA|NA|NA L Putative phage serine protease XkdF -BSU_12610 224308.BSU12610 1.3e-168 599.0 Bacillus xkdG Bacillus 1V0XG@1239,1ZCB6@1386,4HN8Z@91061,COG4653@1,COG4653@2 NA|NA|NA S Phage capsid family -BSU_12619 224308.BSU12619 9.2e-65 252.7 Bacilli Bacillus 1VP51@1239,2ESBD@1,33JW4@2,4HYYW@91061 NA|NA|NA S Protein of unknown function (DUF3199) -BSU_12620 224308.BSU12620 1.5e-64 251.9 Bacilli Bacillus 1VKQF@1239,2EHGE@1,33B8A@2,4HZ7D@91061 NA|NA|NA S Domain of unknown function (DUF3599) -BSU_12630 224308.BSU12630 7.5e-88 329.7 Bacillus xkdI Bacillus 1TYGV@1239,1ZFEH@1386,2EFQM@1,30H1B@2,4HZQ3@91061 NA|NA|NA S Bacteriophage HK97-gp10, putative tail-component -BSU_12640 224308.BSU12640 3.2e-77 294.3 Bacillus xkdJ Bacillus 1W3G3@1239,1ZFEX@1386,28Y6W@1,2ZK27@2,4I0HC@91061 NA|NA|NA -BSU_12649 224308.BSU12649 6.5e-31 139.4 Bacillus Bacillus 1W5VR@1239,1ZHU2@1386,28UMM@1,2ZGS5@2,4I1KU@91061 NA|NA|NA -BSU_12650 224308.BSU12650 4.2e-256 890.2 Bacillus xkdK Bacillus 1TP1Y@1239,1ZJRF@1386,28IGV@1,2Z8I6@2,4HFJP@91061 NA|NA|NA S Phage tail sheath C-terminal domain -BSU_12660 224308.BSU12660 1e-75 289.3 Bacillus xkdM Bacillus 1VEC7@1239,1ZEZD@1386,2CBAP@1,32S1D@2,4IRT1@91061 NA|NA|NA S Phage tail tube protein -BSU_12671 224308.BSU12671 4.2e-77 293.9 Bacillus Bacillus 1VIHA@1239,1ZDQV@1386,2DQYD@1,339DA@2,4HS2Z@91061 NA|NA|NA S Phage XkdN-like tail assembly chaperone protein, TAC -BSU_12672 1051501.AYTL01000027_gene847 6.8e-16 89.0 Bacillus Bacillus 1UAQY@1239,1ZJ15@1386,29RY7@1,30D2I@2,4IM3M@91061 NA|NA|NA -BSU_12680 224308.BSU12680 0.0 1578.9 Bacillus xkdO Bacillus 1VAT4@1239,1ZFFP@1386,4HMYI@91061,COG3953@1,COG3953@2,COG5412@1,COG5412@2 NA|NA|NA L Transglycosylase SLT domain -BSU_12690 224308.BSU12690 6.4e-122 443.4 Bacillus Bacillus 1V1BA@1239,1ZD2J@1386,4HFRJ@91061,COG1652@1,COG1652@2 NA|NA|NA S Lysin motif -BSU_12700 224308.BSU12700 1.1e-181 642.5 Bacillus yqbQ Bacillus 1VAT1@1239,1ZBZG@1386,4HQVE@91061,COG4193@1,COG4193@2 NA|NA|NA G NLP P60 protein -BSU_12710 224308.BSU12710 3.5e-39 167.2 Bacillus xkdR Bacillus 1UAFU@1239,1ZHKX@1386,29RS3@1,30CVT@2,4IKU7@91061 NA|NA|NA S Protein of unknown function (DUF2577) -BSU_12720 224308.BSU12720 2.1e-70 271.6 Bacillus xkdS Bacillus 1VJ3Z@1239,1ZG3F@1386,4HPXD@91061,COG3628@1,COG3628@2 NA|NA|NA S Protein of unknown function (DUF2634) -BSU_12730 224308.BSU12730 2.1e-191 674.9 Bacillus Bacillus 1TQZU@1239,1ZB2D@1386,4HCTP@91061,COG3299@1,COG3299@2 NA|NA|NA S Evidence 3 Function proposed based on presence of conserved amino acid motif, structural feature or limited homology -BSU_12740 224308.BSU12740 8.9e-104 382.9 Bacillus Bacillus 1VKFB@1239,1ZGZU@1386,4HSXC@91061,COG3778@1,COG3778@2 NA|NA|NA S Uncharacterised protein conserved in bacteria (DUF2313) -BSU_12749 224308.BSU12749 1.1e-40 172.2 Bacillus Bacillus 1VMJP@1239,1ZP25@1386,2EKUT@1,33EIE@2,4HR3P@91061 NA|NA|NA -BSU_12750 224308.BSU12750 0.0 1402.1 Bacillus Bacillus 1V48I@1239,1ZFE2@1386,292XD@1,2ZQEV@2,4HS4X@91061 NA|NA|NA -BSU_12760 224308.BSU12760 4.4e-55 220.3 Bacillus xkdW Bacillus 1U22K@1239,1ZH0P@1386,2BREE@1,32KD7@2,4IBJV@91061 NA|NA|NA S XkdW protein -BSU_12770 224308.BSU12770 2.8e-23 113.6 Bacillus xkdX Bacillus 1UAT1@1239,1ZJ9F@1386,29RZE@1,30D3R@2,4IM5V@91061 NA|NA|NA -BSU_12780 224308.BSU12780 2.1e-154 551.6 Bacillus xepA Bacillus 1UCMF@1239,1ZPBV@1386,29TBY@1,30EJ0@2,4IP3K@91061 NA|NA|NA -BSU_12790 224308.BSU12790 6.1e-39 166.4 Bacillus xhlA Bacillus 1VKRJ@1239,1ZIPZ@1386,2EUET@1,33MX4@2,4HS03@91061 NA|NA|NA S Haemolysin XhlA -BSU_12800 224308.BSU12800 1.6e-39 168.3 Bacillus Bacillus 1VKC1@1239,1ZKKG@1386,2DRCI@1,33B7V@2,4HP5W@91061 NA|NA|NA S SPP1 phage holin -BSU_12810 224308.BSU12810 1.6e-163 582.0 Bacillus xlyA 3.5.1.28 ko:K01447 R04112 RC00064,RC00141 ko00000,ko01000 Bacillus 1V7KT@1239,1ZB8D@1386,4HJ9N@91061,COG3409@1,COG3409@2,COG5632@1,COG5632@2 NA|NA|NA M n-acetylmuramoyl-L-alanine amidase -BSU_12820 224308.BSU12820 1.1e-22 111.7 Bacillus spoIISB ko:K06389 ko00000 Bacillus 1UAYF@1239,1ZJQE@1386,29S32@1,30D7K@2,4IMBF@91061 NA|NA|NA S Stage II sporulation protein SB -BSU_12830 224308.BSU12830 3e-136 491.1 Bacillus spoIISA ko:K06388 ko00000 Bacillus 1U2MF@1239,1ZE5J@1386,2CDMR@1,33VU0@2,4HW8B@91061 NA|NA|NA S Toxin SpoIISA, type II toxin-antitoxin system -BSU_12840 224308.BSU12840 1.3e-174 619.0 Bacillus pit GO:0003674,GO:0005215,GO:0005315,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006817,GO:0006820,GO:0008150,GO:0015291,GO:0015318,GO:0015698,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0035435,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944,GO:0098656,GO:0098660,GO:0098661 ko:K03306 ko00000 2.A.20 Bacillus 1TQ3D@1239,1ZBFE@1386,4HAPD@91061,COG0306@1,COG0306@2 NA|NA|NA P phosphate transporter -BSU_12850 224308.BSU12850 1.2e-109 402.5 Bacillus ykaA ko:K07220 ko00000 Bacillus 1V3AP@1239,1ZRTM@1386,4IRDI@91061,COG1392@1,COG1392@2 NA|NA|NA P COG1392 Phosphate transport regulator (distant homolog of PhoU) -BSU_12860 224308.BSU12860 1.6e-241 841.6 Bacillus ykbA GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015179,GO:0015291,GO:0015297,GO:0015318,GO:0015711,GO:0015807,GO:0015849,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1902475,GO:1903825,GO:1905039 ko:K03294 ko00000 2.A.3.2 Bacillus 1TQ48@1239,1ZCVT@1386,4HBGT@91061,COG0531@1,COG0531@2 NA|NA|NA E amino acid -BSU_12870 224308.BSU12870 1.2e-182 645.6 Bacillus ykcA ko:K15975 ko00000 Bacillus 1TP7I@1239,1ZBUA@1386,4H9ND@91061,COG0346@1,COG0346@2 NA|NA|NA E COG0346 Lactoylglutathione lyase and related lyases -BSU_12880 224308.BSU12880 0.0 1124.4 Bacillus ykcB Bacillus 1TPGI@1239,1ZCFV@1386,4HCEY@91061,COG1807@1,COG1807@2 NA|NA|NA M COG1807 4-amino-4-deoxy-L-arabinose transferase and related glycosyltransferases of PMT family -BSU_12890 224308.BSU12890 2.2e-179 634.8 Bacillus ykcC ko:K20534 ko00000,ko01000,ko01005,ko02000 4.D.2.1.9 GT2 Bacillus 1TPR3@1239,1ZD2D@1386,4HC2Z@91061,COG0463@1,COG0463@2 NA|NA|NA M COG0463 Glycosyltransferases involved in cell wall biogenesis -BSU_12900 224308.BSU12900 1.9e-213 748.4 Bacillus htrA 3.4.21.107 ko:K04771 ko01503,ko02020,map01503,map02020 M00728 ko00000,ko00001,ko00002,ko01000,ko01002,ko03110 Bacillus 1TRM8@1239,1ZB6P@1386,4HA31@91061,COG0265@1,COG0265@2 NA|NA|NA O COG0265 Trypsin-like serine proteases, typically periplasmic, contain C-terminal PDZ domain -BSU_12910 224308.BSU12910 1.8e-137 495.4 Bacillus proG 1.5.1.2 ko:K00286 ko00330,ko01100,ko01110,ko01130,ko01230,map00330,map01100,map01110,map01130,map01230 M00015 R01248,R01251,R03291,R03293 RC00054,RC00083 ko00000,ko00001,ko00002,ko01000 Bacillus 1UZ3D@1239,1ZCP4@1386,4HCJ6@91061,COG0345@1,COG0345@2 NA|NA|NA E Pyrroline-5-carboxylate reductase -BSU_12920 224308.BSU12920 1.3e-153 548.9 Bacillus dppA ko:K16203 ko00000,ko01000,ko01002 3.A.1.5.2 iYO844.BSU12920 Bacillus 1TSUZ@1239,1ZC41@1386,4HC5R@91061,COG2362@1,COG2362@2 NA|NA|NA E D-aminopeptidase -BSU_12930 224308.BSU12930 2e-161 575.1 Bacillus dppB GO:0003674,GO:0005215,GO:0006810,GO:0008150,GO:0022857,GO:0051179,GO:0051234,GO:0055085 ko:K16200 ko02010,map02010 M00566 ko00000,ko00001,ko00002,ko02000 3.A.1.5.2 iYO844.BSU12930 Bacillus 1TP1S@1239,1ZAUS@1386,4HA2S@91061,COG0601@1,COG0601@2 NA|NA|NA P COG0601 ABC-type dipeptide oligopeptide nickel transport systems, permease components -BSU_12940 224308.BSU12940 6.6e-176 623.2 Bacillus dppC ko:K15582,ko:K16201 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00439,M00566 ko00000,ko00001,ko00002,ko02000 3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.2,3.A.1.5.25 Bacillus 1TP4R@1239,1ZC9B@1386,4H9PZ@91061,COG1173@1,COG1173@2 NA|NA|NA EP COG1173 ABC-type dipeptide oligopeptide nickel transport systems, permease components -BSU_12950 224308.BSU12950 5.8e-191 673.3 Bacillus dppD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K15583,ko:K16202 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00439,M00566 ko00000,ko00001,ko00002,ko02000 3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.2,3.A.1.5.25 Bacillus 1TP6E@1239,1ZB72@1386,4HA4E@91061,COG0444@1,COG0444@2 NA|NA|NA P Belongs to the ABC transporter superfamily -BSU_12960 224308.BSU12960 0.0 1120.1 Bacillus dppE GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 ko:K16199 ko02010,map02010 M00566 ko00000,ko00001,ko00002,ko02000 3.A.1.5.2 Bacillus 1TNYQ@1239,1ZBB4@1386,4HAMK@91061,COG4166@1,COG4166@2 NA|NA|NA E ABC transporter substrate-binding protein -BSU_12970 224308.BSU12970 4.7e-182 643.7 Bacillus ykfA 3.4.17.13 ko:K01297 ko00000,ko01000,ko01002,ko01011 Bacillus 1TRBB@1239,1ZC09@1386,4HAWT@91061,COG1619@1,COG1619@2 NA|NA|NA V proteins, homologs of microcin C7 resistance protein MccF -BSU_12980 224308.BSU12980 5.5e-203 713.4 Bacillus ykfB 5.1.1.20 ko:K19802 R10938 RC03309 ko00000,ko01000 Bacillus 1TQMS@1239,1ZC5Y@1386,4HCY5@91061,COG4948@1,COG4948@2 NA|NA|NA M Belongs to the mandelate racemase muconate lactonizing enzyme family -BSU_12990 224308.BSU12990 9.1e-172 609.4 Bacillus ykfC 3.4.14.13 ko:K20742 ko00000,ko01000,ko01002 Bacillus 1TSZ0@1239,1ZD7T@1386,4HBUM@91061,COG0791@1,COG0791@2 NA|NA|NA M COG0791 Cell wall-associated hydrolases (invasion-associated proteins) -BSU_13000 224308.BSU13000 1.3e-187 662.1 Bacillus ykfD ko:K02032,ko:K10823 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00239,M00439 ko00000,ko00001,ko00002,ko02000 3.A.1.5,3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.25 Bacillus 1V36J@1239,1ZBA4@1386,4H9YB@91061,COG4608@1,COG4608@2 NA|NA|NA E Belongs to the ABC transporter superfamily -BSU_13010 224308.BSU13010 1.3e-204 718.8 Bacillus pgl GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0016787,GO:0016788,GO:0017057,GO:0044424,GO:0044444,GO:0044464,GO:0052689 3.1.1.31 ko:K07404 ko00030,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map01100,map01110,map01120,map01130,map01200 M00004,M00006,M00008 R02035 RC00537 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ3J@1239,1ZANH@1386,4HBHB@91061,COG2706@1,COG2706@2 NA|NA|NA G 6-phosphogluconolactonase -BSU_13020 224308.BSU13020 9.1e-161 572.8 Bacillus ykgA Bacillus 1VDT8@1239,1ZCTN@1386,4ISAW@91061,COG1834@1,COG1834@2 NA|NA|NA E Amidinotransferase -BSU_13030 224308.BSU13030 2.4e-92 344.7 Bacillus ykhA GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006163,GO:0006629,GO:0006631,GO:0006637,GO:0006725,GO:0006732,GO:0006753,GO:0006790,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009117,GO:0009150,GO:0009259,GO:0009987,GO:0016289,GO:0016787,GO:0016788,GO:0016790,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0033865,GO:0033875,GO:0034032,GO:0034641,GO:0035383,GO:0043436,GO:0043603,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0047617,GO:0051186,GO:0055086,GO:0071704,GO:0072521,GO:1901135,GO:1901360,GO:1901564 Bacillus 1V3S2@1239,1ZGQ9@1386,4HJ0Z@91061,COG1607@1,COG1607@2 NA|NA|NA I Acyl-CoA hydrolase -BSU_13040 224308.BSU13040 1.7e-226 791.6 Bacillus hmp GO:0000041,GO:0000166,GO:0001505,GO:0003674,GO:0003824,GO:0004155,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0006807,GO:0006810,GO:0006811,GO:0006812,GO:0006826,GO:0006950,GO:0008144,GO:0008150,GO:0008152,GO:0008941,GO:0009056,GO:0009987,GO:0015669,GO:0015671,GO:0015893,GO:0016491,GO:0016645,GO:0016646,GO:0016705,GO:0016708,GO:0017144,GO:0019825,GO:0030001,GO:0033554,GO:0034641,GO:0036094,GO:0042133,GO:0042135,GO:0042221,GO:0042493,GO:0042737,GO:0043167,GO:0043168,GO:0044237,GO:0044248,GO:0044270,GO:0044464,GO:0046209,GO:0046210,GO:0048037,GO:0050660,GO:0050662,GO:0050896,GO:0051179,GO:0051213,GO:0051234,GO:0051409,GO:0051716,GO:0055114,GO:0065007,GO:0065008,GO:0071500,GO:0071949,GO:0072593,GO:0097159,GO:1901265,GO:1901363,GO:2001057 1.14.12.17 ko:K05916 ko05132,map05132 ko00000,ko00001,ko01000 Bacillus 1TRG2@1239,1ZAP9@1386,4HAU3@91061,COG1017@1,COG1017@2,COG1018@1,COG1018@2 NA|NA|NA C Is involved in NO detoxification in an aerobic process, termed nitric oxide dioxygenase (NOD) reaction that utilizes O(2) and NAD(P)H to convert NO to nitrate, which protects the bacterium from various noxious nitrogen compounds. Therefore, plays a central role in the inducible response to nitrosative stress -BSU_13050 720555.BATR1942_03695 1.8e-07 61.6 Bacillus Bacillus 1W534@1239,1ZPGP@1386,290T0@1,2ZNF3@2,4I1ZV@91061 NA|NA|NA -BSU_13060 224308.BSU13060 9.2e-130 469.5 Bacillus ykjA Bacillus 1V95K@1239,1ZQ05@1386,4HIRN@91061,COG2323@1,COG2323@2 NA|NA|NA S Protein of unknown function (DUF421) -BSU_13070 224308.BSU13070 1.8e-98 365.2 Bacillus ykkA Bacillus 1VXC8@1239,1ZH7I@1386,4HWVP@91061,COG2318@1,COG2318@2 NA|NA|NA S Protein of unknown function (DUF664) -BSU_13080 224308.BSU13080 1.7e-98 365.2 Bacillus ykkB Bacillus 1V4IY@1239,1ZFNH@1386,4HG60@91061,COG1670@1,COG1670@2 NA|NA|NA J COG1670 Acetyltransferases, including N-acetylases of ribosomal proteins -BSU_13090 224308.BSU13090 5.9e-55 219.9 Bacillus ykkC GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0015893,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0042221,GO:0042493,GO:0044425,GO:0044459,GO:0044464,GO:0046618,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071944 ko:K18924 M00712 ko00000,ko00002,ko02000 2.A.7.1.5 Bacillus 1VA2G@1239,1ZHW4@1386,4HKGV@91061,COG2076@1,COG2076@2 NA|NA|NA P Multidrug resistance protein -BSU_13100 224308.BSU13100 2.4e-50 204.5 Bacillus ykkD GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0015893,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0042221,GO:0042493,GO:0044425,GO:0044459,GO:0044464,GO:0046618,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071944 ko:K18925 M00712 ko00000,ko00002,ko02000 2.A.7.1.5 Bacillus 1VAQQ@1239,1ZHZ0@1386,4HKMP@91061,COG2076@1,COG2076@2 NA|NA|NA P Multidrug resistance protein -BSU_13110 224308.BSU13110 6.6e-170 603.2 Bacillus purU 3.5.1.10 ko:K01433 ko00630,ko00670,map00630,map00670 R00944 RC00026,RC00111 ko00000,ko00001,ko01000 Bacillus 1TSN4@1239,1ZAYE@1386,4HAW2@91061,COG0788@1,COG0788@2 NA|NA|NA F Catalyzes the hydrolysis of 10-formyltetrahydrofolate (formyl-FH4) to formate and tetrahydrofolate (FH4) -BSU_13120 224308.BSU13120 1.8e-201 708.4 Bacillus proB GO:0003674,GO:0003824,GO:0004349,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006560,GO:0006561,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016774,GO:0018130,GO:0019202,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.2.11 ko:K00931 ko00330,ko00332,ko01100,ko01130,ko01230,map00330,map00332,map01100,map01130,map01230 M00015 R00239 RC00002,RC00043 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPG6@1239,1ZAPU@1386,4HA9B@91061,COG0263@1,COG0263@2 NA|NA|NA E Catalyzes the transfer of a phosphate group to glutamate to form L-glutamate 5-phosphate -BSU_13130 224308.BSU13130 4.3e-228 797.0 Bacillus proA GO:0003674,GO:0003824,GO:0004350,GO:0008150,GO:0008152,GO:0016491,GO:0016620,GO:0016903,GO:0055114 1.2.1.41 ko:K00147 ko00330,ko00332,ko01100,ko01110,ko01130,ko01230,map00330,map00332,map01100,map01110,map01130,map01230 M00015 R03313 RC00684 ko00000,ko00001,ko00002,ko01000 iYO844.BSU13130 Bacillus 1TQ9V@1239,1ZC00@1386,4HB7B@91061,COG0014@1,COG0014@2 NA|NA|NA E Catalyzes the NADPH-dependent reduction of L-glutamate 5-phosphate into L-glutamate 5-semialdehyde and phosphate. The product spontaneously undergoes cyclization to form 1-pyrroline-5- carboxylate -BSU_13140 224308.BSU13140 1.6e-70 271.9 Bacillus ohrA Bacillus 1V54N@1239,1ZHD3@1386,4HJCS@91061,COG1764@1,COG1764@2 NA|NA|NA O Organic hydroperoxide resistance protein -BSU_13150 224308.BSU13150 6.7e-75 286.6 Bacillus ohrR GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0044424,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1V6G0@1239,1ZHB6@1386,4HKQR@91061,COG1846@1,COG1846@2 NA|NA|NA K COG1846 Transcriptional regulators -BSU_13160 224308.BSU13160 1.4e-71 275.4 Bacillus ohrB Bacillus 1V54N@1239,1ZHD3@1386,4HJCS@91061,COG1764@1,COG1764@2 NA|NA|NA O Organic hydroperoxide resistance protein -BSU_13170 224308.BSU13170 3.6e-87 327.4 Bacillus guaD GO:0006139,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0016070,GO:0034641,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:1901360 3.5.4.3 ko:K01487 ko00230,ko01100,map00230,map01100 R01676 RC00204 ko00000,ko00001,ko01000 Bacillus 1V7G0@1239,1ZEIN@1386,4HJIH@91061,COG0590@1,COG0590@2 NA|NA|NA FJ COG0590 Cytosine adenosine deaminases -BSU_13180 224308.BSU13180 0.0 1518.4 Bacillus metE GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0003871,GO:0005575,GO:0005576,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006555,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008172,GO:0008652,GO:0008705,GO:0009058,GO:0009066,GO:0009067,GO:0009086,GO:0009987,GO:0016053,GO:0016740,GO:0016741,GO:0019752,GO:0032259,GO:0042084,GO:0042085,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0050667,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.1.1.14 ko:K00549 ko00270,ko00450,ko01100,ko01110,ko01230,map00270,map00450,map01100,map01110,map01230 M00017 R04405,R09365 RC00035,RC00113,RC01241 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP2H@1239,1ZBI7@1386,4H9QC@91061,COG0620@1,COG0620@2 NA|NA|NA E Catalyzes the transfer of a methyl group from 5- methyltetrahydrofolate to homocysteine resulting in methionine formation -BSU_13190 224308.BSU13190 2.9e-176 624.4 Bacillus ispA ko:K13275 ko00000,ko01000,ko01002,ko03110 Bacillus 1TPZ5@1239,1ZPUP@1386,4HA5F@91061,COG1404@1,COG1404@2 NA|NA|NA O Belongs to the peptidase S8 family -BSU_13200 224308.BSU13200 1.1e-150 539.3 Bacillus ko:K17763 ko00000,ko03021 Bacillus 1V1QF@1239,1ZDJX@1386,4HGBT@91061,COG1366@1,COG1366@2 NA|NA|NA T COG1366 Anti-anti-sigma regulatory factor (antagonist of anti-sigma factor) -BSU_13210 224308.BSU13210 3.1e-136 491.1 Bacillus ko:K16785 ko02010,map02010 M00582 ko00000,ko00001,ko00002,ko02000 3.A.1.25,3.A.1.28,3.A.1.29,3.A.1.30,3.A.1.31,3.A.1.32,3.A.1.33,3.A.1.35 Bacillus 1TUDZ@1239,1ZEHA@1386,4HCPC@91061,COG0619@1,COG0619@2 NA|NA|NA P Cobalt transport protein -BSU_13220 224308.BSU13220 6.8e-311 1072.4 Bacillus ykoD GO:0003674,GO:0003824,GO:0005215,GO:0006810,GO:0008150,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085 ko:K16786,ko:K16787 ko02010,map02010 M00582 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.25,3.A.1.28,3.A.1.29,3.A.1.30,3.A.1.31,3.A.1.32,3.A.1.33,3.A.1.35 Bacillus 1TPH8@1239,1ZD95@1386,4HAJM@91061,COG1122@1,COG1122@2 NA|NA|NA P ABC transporter, ATP-binding protein -BSU_13230 224308.BSU13230 1.5e-98 365.5 Bacillus ko:K16925 M00582 ko00000,ko00002,ko02000 3.A.1.30 Bacillus 1V39N@1239,1ZEPF@1386,4HF32@91061,COG4721@1,COG4721@2 NA|NA|NA S ABC-type cobalt transport system, permease component -BSU_13240 224308.BSU13240 1e-110 406.0 Bacillus Bacillus 1TQQC@1239,1ZFNS@1386,28NV2@1,2ZBT9@2,4HCCT@91061 NA|NA|NA S YKOF-related Family -BSU_13250 224308.BSU13250 4.1e-124 450.7 Bacillus ykoG ko:K02483 ko00000,ko02022 Bacillus 1TS81@1239,1ZD1X@1386,4H9NE@91061,COG0745@1,COG0745@2 NA|NA|NA T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain -BSU_13260 224308.BSU13260 2.1e-244 851.3 Bacillus ykoH Bacillus 1TPSK@1239,1ZB8J@1386,4HAH5@91061,COG3850@1,COG3850@2,COG5002@1,COG5002@2 NA|NA|NA T Histidine kinase -BSU_13270 224308.BSU13270 1.9e-113 415.2 Bacillus ykoI Bacillus 1VHVW@1239,1ZDTW@1386,4HP4W@91061,COG3212@1,COG3212@2 NA|NA|NA S Peptidase propeptide and YPEB domain -BSU_13280 224308.BSU13280 9.7e-86 322.8 Bacillus ykoJ Bacillus 1VEU1@1239,1ZJ8Z@1386,4HPJK@91061,COG3212@1,COG3212@2 NA|NA|NA S Peptidase propeptide and YPEB domain -BSU_13300 224308.BSU13300 3.8e-222 777.3 Bacillus mgtE ko:K06213 ko00000,ko02000 1.A.26.1 iYO844.BSU13300 Bacillus 1TP4V@1239,1ZCSG@1386,4HASP@91061,COG2239@1,COG2239@2 NA|NA|NA P Acts as a magnesium transporter -BSU_13310 224308.BSU13310 2.4e-53 214.5 Bacillus tnrA GO:0001047,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0006355,GO:0006808,GO:0007154,GO:0007584,GO:0008150,GO:0009605,GO:0009719,GO:0009889,GO:0009891,GO:0009893,GO:0009987,GO:0009991,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0010557,GO:0010604,GO:0010628,GO:0016020,GO:0019219,GO:0019222,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0031667,GO:0031668,GO:0031669,GO:0031670,GO:0042221,GO:0043562,GO:0044212,GO:0044464,GO:0045893,GO:0045935,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051173,GO:0051252,GO:0051254,GO:0051716,GO:0060255,GO:0065007,GO:0070887,GO:0071310,GO:0071417,GO:0071495,GO:0071496,GO:0071944,GO:0080090,GO:0090293,GO:0090294,GO:0097159,GO:1901363,GO:1901698,GO:1901699,GO:1902680,GO:1903506,GO:1903508,GO:2000112,GO:2001141 Bacillus 1VABB@1239,1ZHYS@1386,4HMSS@91061,COG0789@1,COG0789@2 NA|NA|NA K transcriptional -BSU_13320 224308.BSU13320 1.3e-17 94.7 Bacillus Bacillus 1UB54@1239,1ZK6F@1386,29S82@1,30DCJ@2,4IMHP@91061 NA|NA|NA -BSU_13330 224308.BSU13330 1.2e-25 121.7 Bacillus ykoL Bacillus 1UB9W@1239,1ZKHJ@1386,29SC8@1,30DGU@2,4IMNN@91061 NA|NA|NA -BSU_13340 224308.BSU13340 2.2e-81 308.1 Bacillus ykoM GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 ko:K15973 ko00000,ko03000 Bacillus 1V7Z7@1239,1ZCI8@1386,4HJ25@91061,COG1846@1,COG1846@2 NA|NA|NA K transcriptional -BSU_13350 224308.BSU13350 3.9e-220 770.4 Bacillus ykoN Bacillus 1UQ6A@1239,1ZC45@1386,4HDYW@91061,COG0707@1,COG0707@2 NA|NA|NA M COG0707 UDP-N-acetylglucosamine LPS N-acetylglucosamine transferase -BSU_13360 224308.BSU13360 8.3e-99 366.3 Bacillus ykoP Bacillus 1V6E9@1239,1ZHR8@1386,4HIR9@91061,COG0726@1,COG0726@2 NA|NA|NA G polysaccharide deacetylase -BSU_13370 224308.BSU13370 1.2e-154 552.4 Bacillus ykoQ ko:K07098 ko00000 Bacillus 1TUM2@1239,1ZDBZ@1386,4HAX1@91061,COG1408@1,COG1408@2 NA|NA|NA S Calcineurin-like phosphoesterase superfamily domain -BSU_13380 224308.BSU13380 0.0 1140.6 Bacillus ykoS Bacillus 1UB21@1239,1ZB3G@1386,28H8D@1,2Z7KA@2,4HA47@91061 NA|NA|NA -BSU_13390 224308.BSU13390 5.6e-186 656.8 Bacillus ykoT Bacillus 1TPR3@1239,1ZD2D@1386,4HC2Z@91061,COG0463@1,COG0463@2 NA|NA|NA M COG0463 Glycosyltransferases involved in cell wall biogenesis -BSU_13400 224308.BSU13400 0.0 1241.9 Bacillus ligD 6.5.1.1 ko:K01971 ko03450,map03450 R00381 RC00005 ko00000,ko00001,ko01000,ko03400 Bacillus 1TSAC@1239,1ZB2G@1386,4HAJG@91061,COG1793@1,COG1793@2,COG3285@1,COG3285@2 NA|NA|NA L ATP-dependent DNA ligase -BSU_13410 224308.BSU13410 1.6e-171 608.6 Bacillus ku GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0005488,GO:0097159,GO:1901363 ko:K10979 ko03450,map03450 ko00000,ko00001,ko03400 Bacillus 1TSY5@1239,1ZB9J@1386,4HC5V@91061,COG1273@1,COG1273@2 NA|NA|NA L With LigD forms a non-homologous end joining (NHEJ) DNA repair enzyme, which repairs dsDNA breaks with reduced fidelity. Binds linear dsDNA with 5'- and 3'- overhangs but not closed circular dsDNA nor ssDNA. Recruits and stimulates the ligase activity of LigD -BSU_13420 224308.BSU13420 0.0 1557.3 Bacillus ykoW Bacillus 1TP8V@1239,1ZAVY@1386,4HA3G@91061,COG3300@1,COG3300@2,COG5001@1,COG5001@2 NA|NA|NA T Diguanylate cyclase -BSU_13430 224308.BSU13430 2.4e-116 424.9 Bacillus ykoX GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1V1D4@1239,1ZCPB@1386,4HFSU@91061,COG0586@1,COG0586@2 NA|NA|NA S membrane-associated protein -BSU_13440 224308.BSU13440 4.6e-177 627.1 Bacillus ykoY Bacillus 1TQ09@1239,1ZBPQ@1386,4HB99@91061,COG0861@1,COG0861@2 NA|NA|NA P COG0861 Membrane protein TerC, possibly involved in tellurium resistance -BSU_13450 224308.BSU13450 1.6e-129 468.8 Bacillus sigI ko:K03093 ko00000,ko03021 Bacillus 1V5E6@1239,1ZCY4@1386,4HEBS@91061,COG1191@1,COG1191@2 NA|NA|NA K Sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released -BSU_13460 224308.BSU13460 3.7e-117 428.3 Bacillus rsgI Bacillus 1VEND@1239,1ZFAW@1386,2E3R1@1,32YNU@2,4HNII@91061 NA|NA|NA S Anti-sigma factor N-terminus -BSU_13470 224308.BSU13470 4.3e-26 123.2 Bacillus sspD ko:K06421 ko00000 Bacillus 1VJMT@1239,1ZIU2@1386,2BX75@1,32YR8@2,4HP70@91061 NA|NA|NA S small acid-soluble spore protein -BSU_13480 224308.BSU13480 2.5e-124 451.4 Bacillus ykrK Bacillus 1V390@1239,1ZDN7@1386,28PJY@1,2ZC9F@2,4HG7F@91061 NA|NA|NA S Domain of unknown function (DUF1836) -BSU_13490 224308.BSU13490 1.2e-155 555.8 Bacillus htpX ko:K03799 M00743 ko00000,ko00002,ko01000,ko01002 Bacillus 1TP23@1239,1ZBW6@1386,4HB11@91061,COG0501@1,COG0501@2 NA|NA|NA O Belongs to the peptidase M48B family -BSU_13500 224308.BSU13500 2.8e-233 814.3 Bacillus ktrD Bacillus 1TQ4S@1239,1ZD2H@1386,4H9ME@91061,COG0168@1,COG0168@2 NA|NA|NA P COG0168 Trk-type K transport systems, membrane components -BSU_13509 326423.RBAM_013280 2e-10 70.9 Bacillus Bacillus 1V3N6@1239,1ZGSS@1386,4HDTW@91061,COG2323@1,COG2323@2 NA|NA|NA S Protein of unknown function (DUF421) -BSU_13510 224308.BSU13510 9.8e-22 108.6 Bacillus ykzE Bacillus 1UAVK@1239,1ZJGH@1386,29S13@1,30D5G@2,4IM8F@91061 NA|NA|NA -BSU_13520 224308.BSU13520 1.1e-189 669.1 Bacillus ykrP Bacillus 1TPGY@1239,1ZDAV@1386,4HCER@91061,COG3594@1,COG3594@2 NA|NA|NA G COG3594 Fucose 4-O-acetylase and related acetyltransferases -BSU_13530 224308.BSU13530 0.0 1434.5 Bacillus kinE 2.7.13.3 ko:K13533 ko02020,map02020 M00485 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1VUBP@1239,1ZS15@1386,4HUPW@91061,COG5002@1,COG5002@2 NA|NA|NA T Histidine kinase -BSU_13540 224308.BSU13540 1.2e-88 332.4 Bacillus ogt GO:0003674,GO:0003824,GO:0003908,GO:0006139,GO:0006259,GO:0006281,GO:0006304,GO:0006307,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008168,GO:0008172,GO:0009987,GO:0016740,GO:0016741,GO:0032259,GO:0033554,GO:0034641,GO:0035510,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:1901360 2.1.1.63 ko:K00567 ko00000,ko01000,ko03400 Bacillus 1VA03@1239,1ZGW4@1386,4HKC0@91061,COG0350@1,COG0350@2 NA|NA|NA L Involved in the cellular defense against the biological effects of O6-methylguanine (O6-MeG) and O4-methylthymine (O4-MeT) in DNA. Repairs the methylated nucleobase in DNA by stoichiometrically transferring the methyl group to a cysteine residue in the enzyme. This is a suicide reaction the enzyme is irreversibly inactivated -BSU_13550 224308.BSU13550 5.7e-197 693.3 Bacillus mtnA GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006555,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009086,GO:0009987,GO:0016053,GO:0016853,GO:0016860,GO:0016861,GO:0017144,GO:0019509,GO:0019752,GO:0043094,GO:0043102,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0046523,GO:0071265,GO:0071267,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 5.3.1.23 ko:K08963 ko00270,ko01100,map00270,map01100 M00034 R04420 RC01151 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPDK@1239,1ZCD9@1386,4H9WM@91061,COG0182@1,COG0182@2 NA|NA|NA E Catalyzes the interconversion of methylthioribose-1- phosphate (MTR-1-P) into methylthioribulose-1-phosphate (MTRu-1- P) -BSU_13560 224308.BSU13560 1.3e-229 802.0 Bacillus mtnK GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006555,GO:0006790,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009086,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.1.100 ko:K00899 ko00270,ko01100,map00270,map01100 M00034 R04143 RC00002,RC00078 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPHY@1239,1ZBZS@1386,4H9QU@91061,COG4857@1,COG4857@2 NA|NA|NA F Catalyzes the phosphorylation of methylthioribose into methylthioribose-1-phosphate -BSU_13570 224308.BSU13570 5.9e-151 540.0 Bacillus mtnU 3.5.1.3 ko:K13566 ko00250,map00250 R00269,R00348 RC00010 ko00000,ko00001,ko01000 Bacillus 1TQDK@1239,1ZB5Z@1386,4HC44@91061,COG0388@1,COG0388@2 NA|NA|NA S Nitrilase cyanide hydratase and apolipoprotein N-acyltransferase -BSU_13580 224308.BSU13580 1.4e-231 808.5 Bacillus mtnE ko:K08969 ko00270,ko01100,map00270,map01100 M00034 R07396 RC00006 ko00000,ko00001,ko00002,ko01000,ko01007 Bacillus 1TQD6@1239,1ZBB2@1386,4HAHQ@91061,COG0436@1,COG0436@2 NA|NA|NA E Aminotransferase -BSU_13590 224308.BSU13590 6.9e-231 806.2 Bacillus mtnW GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0009853,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0016984,GO:0043094,GO:0044237 5.3.2.5 ko:K08965 ko00270,ko01100,map00270,map01100 M00034 R07393 RC02421 ko00000,ko00001,ko00002,ko01000 Bacillus 1TSZQ@1239,1ZC2J@1386,4HBIK@91061,COG1850@1,COG1850@2 NA|NA|NA G Catalyzes the enolization of 2,3-diketo-5- methylthiopentyl-1-phosphate (DK-MTP-1-P) into 2-hydroxy-3-keto-5- methylthiopentenyl-1-phosphate (HK-MTPenyl-1-P) -BSU_13600 224308.BSU13600 1.7e-136 491.9 Bacillus mtnX 3.1.3.87 ko:K08966 ko00270,ko01100,map00270,map01100 M00034 R07394 RC02074 ko00000,ko00001,ko00002,ko01000 iYO844.BSU13600 Bacillus 1TSZ9@1239,1ZBXD@1386,4H9ZE@91061,COG4359@1,COG4359@2 NA|NA|NA E Dephosphorylates 2-hydroxy-3-keto-5-methylthiopentenyl- 1-phosphate (HK-MTPenyl-1-P) yielding 1,2-dihydroxy-3-keto-5- methylthiopentene (DHK-MTPene) -BSU_13610 224308.BSU13610 1.2e-114 419.1 Bacillus mtnB 4.2.1.109 ko:K08964 ko00270,ko01100,map00270,map01100 M00034 R07392 RC01939 ko00000,ko00001,ko00002,ko01000 Bacillus 1V516@1239,1ZRN8@1386,4IQSM@91061,COG0235@1,COG0235@2 NA|NA|NA E Catalyzes the dehydration of methylthioribulose-1- phosphate (MTRu-1-P) into 2,3-diketo-5-methylthiopentyl-1- phosphate (DK-MTP-1-P) -BSU_13620 224308.BSU13620 2.2e-96 358.2 Bacillus mtnD GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006555,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009086,GO:0009987,GO:0010309,GO:0016053,GO:0016491,GO:0016701,GO:0016702,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0051213,GO:0055114,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.13.11.53,1.13.11.54 ko:K08967 ko00270,ko01100,map00270,map01100 M00034 R07363,R07364 RC01866,RC02018,RC02118 ko00000,ko00001,ko00002,ko01000 Bacillus 1TT4W@1239,1ZFZ5@1386,4HFN3@91061,COG1791@1,COG1791@2 NA|NA|NA S Catalyzes 2 different reactions between oxygene and the acireductone 1,2-dihydroxy-3-keto-5-methylthiopentene (DHK-MTPene) depending upon the metal bound in the active site. Fe-containing acireductone dioxygenase (Fe-ARD) produces formate and 2-keto-4- methylthiobutyrate (KMTB), the alpha-ketoacid precursor of methionine in the methionine recycle pathway. Ni-containing acireductone dioxygenase (Ni-ARD) produces methylthiopropionate, carbon monoxide and formate, and does not lie on the methionine recycle pathway -BSU_13630 224308.BSU13630 2.8e-51 207.6 Bacillus Bacillus 1VPY4@1239,1ZRUF@1386,4IRH9@91061,COG3339@1,COG3339@2 NA|NA|NA S Protein of unknown function (DUF1232) -BSU_13640 1178540.BA70_03470 6.3e-09 66.6 Bacillus ko:K06376 ko00000 Bacillus 1UAJH@1239,1ZIAW@1386,2AS3A@1,31HFZ@2,4IKY2@91061 NA|NA|NA S Spo0E like sporulation regulatory protein -BSU_13650 224308.BSU13650 2.3e-64 251.5 Bacillus Bacillus 1VCMY@1239,1ZI1S@1386,2E06E@1,32VUE@2,4HNC3@91061 NA|NA|NA -BSU_13660 224308.BSU13660 6.5e-279 966.1 Bacillus kinD 2.7.13.3 ko:K13532 ko02020,map02020 M00485 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1TPU8@1239,1ZD24@1386,4HF96@91061,COG3852@1,COG3852@2 NA|NA|NA T COG0642 Signal transduction histidine kinase -BSU_13670 224308.BSU13670 2.3e-75 288.1 Bacillus ykvE GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 ko:K15973 ko00000,ko03000 Bacillus 1V6EE@1239,1ZGC6@1386,4HJ8T@91061,COG1846@1,COG1846@2 NA|NA|NA K transcriptional -BSU_13680 224308.BSU13680 4.3e-125 454.1 Bacillus motB ko:K02557 ko02030,ko02040,map02030,map02040 ko00000,ko00001,ko02000,ko02035 1.A.30.1 Bacillus 1UXY4@1239,1ZB4F@1386,4HCCI@91061,COG1360@1,COG1360@2 NA|NA|NA N Flagellar motor protein -BSU_13690 224308.BSU13690 6e-138 496.9 Bacillus motA GO:0001539,GO:0005575,GO:0005623,GO:0005886,GO:0006928,GO:0008150,GO:0009987,GO:0016020,GO:0016021,GO:0031224,GO:0040011,GO:0044425,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071944,GO:0071973,GO:0071978,GO:0097588 ko:K02556 ko02020,ko02030,ko02040,map02020,map02030,map02040 ko00000,ko00001,ko02000,ko02035 1.A.30.1 Bacillus 1TRH1@1239,1ZB8I@1386,4HAXG@91061,COG1291@1,COG1291@2 NA|NA|NA N flagellar motor -BSU_13700 224308.BSU13700 0.0 1336.2 Bacillus clpE ko:K03697 ko00000,ko03110 Bacillus 1TPMU@1239,1ZBTK@1386,4HA0V@91061,COG0542@1,COG0542@2 NA|NA|NA O Belongs to the ClpA ClpB family -BSU_13710 224308.BSU13710 1.5e-181 642.1 Bacillus ykvI Bacillus 1U601@1239,1ZAX1@1386,4HBYW@91061,COG3949@1,COG3949@2 NA|NA|NA S membrane -BSU_13720 224308.BSU13720 1.2e-125 455.7 Bacillus queC 6.3.4.20 ko:K06920 ko00790,ko01100,map00790,map01100 R09978 RC00959 ko00000,ko00001,ko01000,ko03016 Bacillus 1TP4Z@1239,1ZCJD@1386,4HB1Y@91061,COG0603@1,COG0603@2 NA|NA|NA F Catalyzes the ATP-dependent conversion of 7-carboxy-7- deazaguanine (CDG) to 7-cyano-7-deazaguanine (preQ(0)) -BSU_13730 224308.BSU13730 1.5e-82 312.0 Bacillus queD 4.1.2.50,4.2.3.12 ko:K01737 ko00790,ko01100,map00790,map01100 M00842,M00843 R04286,R09959 RC01117,RC02846,RC02847 ko00000,ko00001,ko00002,ko01000,ko03016 Bacillus 1V6X6@1239,1ZDDT@1386,4HJ9P@91061,COG0720@1,COG0720@2 NA|NA|NA H synthase -BSU_13740 224308.BSU13740 2.2e-139 501.5 Bacillus queE GO:0000287,GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0008144,GO:0016829,GO:0016840,GO:0042802,GO:0042803,GO:0043167,GO:0043169,GO:0046872,GO:0046983,GO:0048037,GO:0050662,GO:0051536,GO:0051539,GO:0051540,GO:1901681,GO:1904047 4.3.99.3 ko:K10026 ko00790,ko01100,map00790,map01100 R10002 RC02989 ko00000,ko00001,ko01000,ko03016 Bacillus 1TQ58@1239,1ZBRU@1386,4HAJ3@91061,COG0602@1,COG0602@2 NA|NA|NA H Catalyzes the complex heterocyclic radical-mediated conversion of 6-carboxy-5,6,7,8-tetrahydropterin (CPH4) to 7- carboxy-7-deazaguanine (CDG), a step common to the biosynthetic pathways of all 7-deazapurine-containing compounds -BSU_13750 1051501.AYTL01000027_gene960 3.5e-96 357.5 Bacillus queF 1.7.1.13 ko:K09457 ko00790,ko01100,map00790,map01100 R07605 RC01875 ko00000,ko00001,ko01000,ko03016 Bacillus 1TPYC@1239,1ZB8C@1386,4HB14@91061,COG0780@1,COG0780@2 NA|NA|NA S Catalyzes the NADPH-dependent reduction of 7-cyano-7- deazaguanine (preQ0) to 7-aminomethyl-7-deazaguanine (preQ1) -BSU_13760 224308.BSU13760 2.6e-61 241.1 Bacillus ykvN Bacillus 1VA9M@1239,1ZG7Y@1386,4HVQB@91061,COG1733@1,COG1733@2 NA|NA|NA K Transcriptional regulator -BSU_13770 224308.BSU13770 1.4e-133 482.3 Bacillus ykvO Bacillus 1UZSG@1239,1ZCT4@1386,4HF5D@91061,COG1028@1,COG1028@2 NA|NA|NA IQ Enoyl-(Acyl carrier protein) reductase -BSU_13780 224308.BSU13780 2.3e-234 817.8 Bacillus Bacillus 1TRY6@1239,1ZARJ@1386,4HJAS@91061,COG1388@1,COG1388@2,COG4641@1,COG4641@2 NA|NA|NA M Glycosyl transferases group 1 -BSU_13789 224308.BSU13789 1.5e-35 154.8 Bacteria Bacillus COG1388@1,COG1388@2 NA|NA|NA M LysM domain -BSU_13790 224308.BSU13790 1.4e-132 478.8 Bacillus Bacillus 1TQK2@1239,1ZPVK@1386,4HE0C@91061,COG3858@1,COG3858@2 NA|NA|NA G Glycosyl hydrolases family 18 -BSU_13799 224308.BSU13799 1.6e-41 174.9 Bacteria Bacillus COG3858@1,COG3858@2 NA|NA|NA S chitin binding -BSU_13800 224308.BSU13800 7.3e-46 189.5 Bacillus ykvR Bacillus 1VGMB@1239,1ZJ10@1386,2E4N6@1,32ZH2@2,4HPMV@91061 NA|NA|NA S Protein of unknown function (DUF3219) -BSU_13810 1051501.AYTL01000027_gene966 1e-24 118.6 Bacillus ykvS Bacillus 1VF7M@1239,1ZIXH@1386,4HPMH@91061,COG4873@1,COG4873@2 NA|NA|NA S protein conserved in bacteria -BSU_13819 224308.BSU13819 4.6e-28 129.8 Bacillus Bacillus 1VKXC@1239,1ZIUC@1386,2EI19@1,33BSS@2,4HR2E@91061 NA|NA|NA -BSU_13820 224308.BSU13820 2.8e-103 381.3 Bacillus ykvT 3.5.1.28 ko:K01449 R04112 RC00064,RC00141 ko00000,ko01000 Bacillus 1TRFW@1239,1ZRER@1386,4IPK9@91061,COG3773@1,COG3773@2 NA|NA|NA M Cell Wall Hydrolase -BSU_13830 224308.BSU13830 1.7e-238 831.6 Bacillus ykvU Bacillus 1VRYZ@1239,1ZCGG@1386,4HV8Z@91061,COG2244@1,COG2244@2 NA|NA|NA S COG2244 Membrane protein involved in the export of O-antigen and teichoic acid -BSU_13840 224308.BSU13840 8.3e-90 336.3 Bacillus stoA Bacillus 1VAPY@1239,1ZEK2@1386,4HJN1@91061,COG0526@1,COG0526@2 NA|NA|NA CO thiol-disulfide -BSU_13850 224308.BSU13850 0.0 1193.3 Bacillus zosA 3.6.3.3,3.6.3.5 ko:K01534 ko00000,ko01000 3.A.3.6 Bacillus 1TQ07@1239,1ZAPS@1386,4H9SP@91061,COG2217@1,COG2217@2 NA|NA|NA P COG2217 Cation transport ATPase -BSU_13860 224308.BSU13860 1.5e-208 731.9 Bacillus ykvY 3.4.13.9 ko:K01271 ko00000,ko01000,ko01002 Bacillus 1TQ6R@1239,1ZBZE@1386,4HA5I@91061,COG0006@1,COG0006@2 NA|NA|NA E COG0006 Xaa-Pro aminopeptidase -BSU_13870 224308.BSU13870 2.2e-179 634.8 Bacillus ykvZ Bacillus 1TQSQ@1239,1ZC0J@1386,4HBNR@91061,COG1609@1,COG1609@2 NA|NA|NA K Transcriptional regulator -BSU_13880 224308.BSU13880 1.5e-131 475.7 Bacillus glcT ko:K03480 ko00000,ko03000 Bacillus 1TQJJ@1239,1ZBDU@1386,4HBB3@91061,COG3711@1,COG3711@2 NA|NA|NA K antiterminator -BSU_13890 224308.BSU13890 0.0 1349.3 Bacillus ptsG GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 2.7.1.199 ko:K02763,ko:K02764,ko:K02765,ko:K20116,ko:K20117,ko:K20118 ko00010,ko00520,ko02060,map00010,map00520,map02060 M00282,M00809 R02631,R02738 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.13,4.A.1.1.14,4.A.1.1.6,4.A.1.1.9 Bacillus 1TPJ8@1239,1ZC48@1386,4HA8X@91061,COG1263@1,COG1263@2,COG1264@1,COG1264@2,COG2190@1,COG2190@2 NA|NA|NA G phosphotransferase system -BSU_13900 224308.BSU13900 3.5e-39 167.2 Bacillus ptsH GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0043610,GO:0044424,GO:0044464,GO:0050789,GO:0065007 ko:K11189 ko00000,ko02000 4.A.2.1 Bacillus 1VA0R@1239,1ZHX7@1386,4HKGA@91061,COG1925@1,COG1925@2 NA|NA|NA G phosphocarrier protein HPr -BSU_13910 224308.BSU13910 0.0 1087.0 Bacillus ptsI 2.7.3.9 ko:K08483 ko02060,map02060 ko00000,ko00001,ko01000,ko02000 8.A.7 Bacillus 1TPK8@1239,1ZAU2@1386,4H9VD@91061,COG1080@1,COG1080@2 NA|NA|NA G General (non sugar-specific) component of the phosphoenolpyruvate-dependent sugar phosphotransferase system (sugar PTS). This major carbohydrate active-transport system catalyzes the phosphorylation of incoming sugar substrates concomitantly with their translocation across the cell membrane. Enzyme I transfers the phosphoryl group from phosphoenolpyruvate (PEP) to the phosphoryl carrier protein (HPr) -BSU_13920 224308.BSU13920 1.6e-38 164.9 Bacillus splA ko:K06315 ko00000,ko03000 Bacillus 1VNQV@1239,1ZIV4@1386,2EURH@1,33N73@2,4HRM4@91061 NA|NA|NA S Transcriptional regulator -BSU_13930 224308.BSU13930 4.4e-202 710.3 Bacillus splB GO:0003674,GO:0003824,GO:0003913,GO:0005488,GO:0005575,GO:0005623,GO:0016829,GO:0016830,GO:0042601,GO:0042763,GO:0043167,GO:0043169,GO:0044464,GO:0046872,GO:0048037,GO:0051536,GO:0051539,GO:0051540,GO:0070283,GO:0140097 4.1.99.14 ko:K03716 ko00000,ko01000 Bacillus 1TPA3@1239,1ZBPU@1386,4HACB@91061,COG1533@1,COG1533@2 NA|NA|NA L Spore photoproduct lyase -BSU_13940 224308.BSU13940 2e-131 474.9 Bacillus ykwB Bacillus 1U521@1239,1ZCHR@1386,4HBEJ@91061,COG0454@1,COG0456@2 NA|NA|NA K COG0454 Histone acetyltransferase HPA2 and related acetyltransferases -BSU_13950 224308.BSU13950 2e-264 918.3 Bacillus mcpC GO:0005575,GO:0005623,GO:0005886,GO:0006935,GO:0008150,GO:0009605,GO:0016020,GO:0040011,GO:0042221,GO:0042330,GO:0044464,GO:0050896,GO:0050918,GO:0071944 ko:K03406 ko02020,ko02030,map02020,map02030 ko00000,ko00001,ko02035 Bacillus 1TP5A@1239,1ZBEA@1386,4H9RZ@91061,COG0840@1,COG0840@2 NA|NA|NA NT chemotaxis protein -BSU_13960 224308.BSU13960 8.6e-159 566.2 Bacillus ykwC 1.1.1.31 ko:K00020 ko00280,ko01100,map00280,map01100 R05066 RC00099 ko00000,ko00001,ko01000 Bacillus 1TR4F@1239,1ZBSG@1386,4H9MA@91061,COG2084@1,COG2084@2 NA|NA|NA I COG2084 3-hydroxyisobutyrate dehydrogenase and related beta-hydroxyacid dehydrogenases -BSU_13970 224308.BSU13970 1.4e-123 449.1 Bacillus ykwD Bacillus 1V6GZ@1239,1ZDSK@1386,4HJ21@91061,COG2340@1,COG2340@2 NA|NA|NA J protein with SCP PR1 domains -BSU_13980 224308.BSU13980 0.0 1382.5 Bacillus pbpH ko:K21466 ko00550,map00550 ko00000,ko00001,ko01011 Bacillus 1TQHY@1239,1ZEGD@1386,4HAFX@91061,COG0768@1,COG0768@2 NA|NA|NA M Penicillin-binding Protein -BSU_13990 224308.BSU13990 0.0 1186.4 Bacillus kinA GO:0003674,GO:0005488,GO:0005515,GO:0008150,GO:0009653,GO:0009987,GO:0030154,GO:0030435,GO:0032502,GO:0042802,GO:0043934,GO:0043937,GO:0043938,GO:0048518,GO:0048646,GO:0048856,GO:0048869,GO:0050789,GO:0050793,GO:0051094,GO:0065007 2.7.13.3 ko:K02491 ko02020,map02020 M00485 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1VCNJ@1239,1ZS41@1386,4HVBX@91061,COG4191@1,COG4191@2 NA|NA|NA T Histidine kinase -BSU_14000 224308.BSU14000 1.4e-223 781.9 Bacillus patA ko:K00841 ko00300,ko01100,ko01110,ko01230,map00300,map01100,map01110,map01230 M00525 R04467 RC00006 ko00000,ko00001,ko00002,ko01000,ko01007 Bacillus 1TP0J@1239,1ZAWQ@1386,4HA13@91061,COG0436@1,COG0436@2 NA|NA|NA E Aminotransferase -BSU_14009 720555.BATR1942_04770 3.7e-15 86.7 Bacillus Bacillus 1UB88@1239,1ZKDP@1386,29SAK@1,30DF4@2,4IMKY@91061 NA|NA|NA -BSU_14010 224308.BSU14010 2.8e-168 597.8 Bacillus cheV GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006935,GO:0008150,GO:0009605,GO:0040011,GO:0042221,GO:0042330,GO:0044424,GO:0044444,GO:0044464,GO:0050896 ko:K03415 ko02020,ko02030,map02020,map02030 M00506 ko00000,ko00001,ko00002,ko02022,ko02035 Bacillus 1TRJU@1239,1ZAYA@1386,4HCPT@91061,COG0784@1,COG0784@2,COG0835@1,COG0835@2 NA|NA|NA T Chemotaxis protein CheV -BSU_14020 224308.BSU14020 2.8e-84 317.8 Bacillus ykyB Bacillus 1V4IK@1239,1ZGD1@1386,2ABH1@1,310Y3@2,4HI56@91061 NA|NA|NA S YkyB-like protein -BSU_14030 224308.BSU14030 2.8e-238 830.9 Bacillus ykuC Bacillus 1U72T@1239,1ZCHP@1386,4HCHH@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_14040 224308.BSU14040 5.9e-88 330.1 Bacillus ykuD Bacillus 1V9XU@1239,1ZGIN@1386,4HKDD@91061,COG1376@1,COG1376@2 NA|NA|NA S protein conserved in bacteria -BSU_14050 224308.BSU14050 1.6e-165 588.6 Bacillus ykuE ko:K07098 ko00000 Bacillus 1UU17@1239,1ZB99@1386,4HC8Q@91061,COG1408@1,COG1408@2 NA|NA|NA S Metallophosphoesterase -BSU_14060 224308.BSU14060 3.8e-142 510.8 Bacillus ykuF 1.3.1.34 ko:K00219 ko00000,ko01000 Bacillus 1TPDB@1239,1ZDEP@1386,4HAKR@91061,COG1028@1,COG1028@2 NA|NA|NA IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) -BSU_14071 224308.BSU14071 0.0 1169.5 Bacillus ykuG Bacillus 1TPV1@1239,1ZDMY@1386,4HCRA@91061,COG3409@1,COG3409@2 NA|NA|NA M Putative peptidoglycan binding domain -BSU_14072 224308.BSU14072 2.9e-93 347.8 Bacteria Bacillus COG3409@1,COG3409@2 NA|NA|NA M Peptidoglycan-binding domain 1 protein -BSU_14090 224308.BSU14090 8.8e-234 815.8 Bacillus ykuI Bacillus 1UADD@1239,1ZBWD@1386,4HCNX@91061,COG2200@1,COG2200@2 NA|NA|NA T Diguanylate phosphodiesterase -BSU_14100 224308.BSU14100 6.6e-37 159.5 Bacillus ykuJ Bacillus 1VKD0@1239,1ZI15@1386,4HRGC@91061,COG4703@1,COG4703@2 NA|NA|NA S protein conserved in bacteria -BSU_14110 224308.BSU14110 7.5e-94 349.7 Bacillus ko:K09776 ko00000 Bacillus 1V6RQ@1239,1ZR7G@1386,4HHG1@91061,COG1978@1,COG1978@2 NA|NA|NA S Ribonuclease H-like -BSU_14120 224308.BSU14120 1.3e-27 128.3 Bacillus ykzF Bacillus 1VPE1@1239,1ZIPB@1386,2DFUR@1,2ZT80@2,4HZWS@91061 NA|NA|NA S Antirepressor AbbA -BSU_14130 224308.BSU14130 2.1e-76 291.6 Bacillus ykuL Bacillus 1V9HN@1239,1ZGY8@1386,4HH3X@91061,COG0517@1,COG0517@2 NA|NA|NA S CBS domain -BSU_14140 224308.BSU14140 6e-168 596.7 Bacillus ccpC Bacillus 1TZ6U@1239,1ZB8N@1386,4HB3Y@91061,COG0583@1,COG0583@2 NA|NA|NA K Transcriptional regulator -BSU_14150 224308.BSU14150 9.7e-88 329.3 Bacillus ko:K03839 ko00000 Bacillus 1V7AG@1239,1ZQAR@1386,4HYY9@91061,COG0716@1,COG0716@2 NA|NA|NA C Flavodoxin domain -BSU_14160 224308.BSU14160 5.5e-177 626.7 Bacillus ykuO Bacillus 1U9SX@1239,1ZEXC@1386,2AQTM@1,31G1Q@2,4IK02@91061 NA|NA|NA -BSU_14170 224308.BSU14170 5.4e-80 303.5 Bacillus ykuP ko:K03839 ko00000 Bacillus 1V7AG@1239,1ZGS6@1386,4HMJF@91061,COG0716@1,COG0716@2 NA|NA|NA C Flavodoxin -BSU_14180 224308.BSU14180 2.4e-74 285.4 Bacillus dapH 2.3.1.117,2.3.1.89 ko:K00674,ko:K05822 ko00300,ko01100,ko01110,ko01120,ko01230,map00300,map01100,map01110,map01120,map01230 M00016,M00525 R04364,R04365 RC00004,RC01136 ko00000,ko00001,ko00002,ko01000 iYO844.BSU14180 Bacillus 1TQUJ@1239,1ZBFG@1386,4H9KY@91061,COG2171@1,COG2171@2 NA|NA|NA E Catalyzes the transfer of an acetyl group from acetyl- CoA to tetrahydrodipicolinate -BSU_14190 224308.BSU14190 9.9e-216 755.7 Bacillus dapL GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006553,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009987,GO:0016053,GO:0016787,GO:0016810,GO:0016811,GO:0019213,GO:0019752,GO:0019877,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0046451,GO:0050118,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 3.5.1.47 ko:K05823 ko00300,ko01100,ko01110,ko01230,map00300,map01100,map01110,map01230 M00525 R02733 RC00064,RC00300 ko00000,ko00001,ko00002,ko01000,ko01002 Bacillus 1TPD7@1239,1ZC15@1386,4H9SG@91061,COG1473@1,COG1473@2 NA|NA|NA E Catalyzes the conversion of N-acetyl-diaminopimelate to diaminopimelate and acetate -BSU_14200 224308.BSU14200 1.5e-36 158.3 Bacillus ykuS Bacillus 1VH91@1239,1ZJ6Z@1386,2E5FN@1,3307C@2,4HP9B@91061 NA|NA|NA S Belongs to the UPF0180 family -BSU_14210 224308.BSU14210 1.5e-141 508.8 Bacillus ykuT GO:0003674,GO:0005215,GO:0006810,GO:0006950,GO:0006970,GO:0008150,GO:0008381,GO:0009628,GO:0009987,GO:0015267,GO:0022803,GO:0022836,GO:0022857,GO:0033554,GO:0050896,GO:0051179,GO:0051234,GO:0051716,GO:0055085,GO:0071214,GO:0071470,GO:0104004 ko:K22044 ko00000,ko02000 1.A.23.3 Bacillus 1TR9Z@1239,1ZCW4@1386,4HCB8@91061,COG0668@1,COG0668@2 NA|NA|NA M Mechanosensitive ion channel -BSU_14220 224308.BSU14220 6.6e-101 373.2 Bacillus ykuU Bacillus 1TQU7@1239,1ZCZP@1386,4HA2M@91061,COG0450@1,COG0450@2 NA|NA|NA O Alkyl hydroperoxide reductase -BSU_14230 224308.BSU14230 7.4e-82 309.7 Bacillus ykuV Bacillus 1V1R4@1239,1ZBFR@1386,4HFWU@91061,COG0526@1,COG0526@2 NA|NA|NA CO thiol-disulfide -BSU_14240 224308.BSU14240 9.9e-95 352.8 Bacillus rok Bacillus 1W2P8@1239,1ZEC3@1386,29AGR@1,2ZXGY@2,4HZNQ@91061 NA|NA|NA K Repressor of ComK -BSU_14250 224308.BSU14250 6.4e-147 526.9 Bacillus yknT ko:K06437 ko00000 Bacillus 1U9S5@1239,1ZEMZ@1386,29RCT@1,30CEZ@2,4IJYN@91061 NA|NA|NA -BSU_14260 224308.BSU14260 6.6e-110 403.3 Bacillus mobA 2.7.7.77 ko:K03752 ko00790,ko01100,map00790,map01100 R11581 ko00000,ko00001,ko01000 Bacillus 1VA6T@1239,1ZIA7@1386,4HPX3@91061,COG0746@1,COG0746@2 NA|NA|NA H Transfers a GMP moiety from GTP to Mo-molybdopterin (Mo- MPT) cofactor (Moco or molybdenum cofactor) to form Mo- molybdopterin guanine dinucleotide (Mo-MGD) cofactor -BSU_14270 224308.BSU14270 9e-192 676.0 Bacillus moeB GO:0003674,GO:0003824,GO:0016740,GO:0016772,GO:0016779 2.7.7.80 ko:K21029 ko04122,map04122 R07459 RC00043 ko00000,ko00001,ko01000 Bacillus 1TQ3U@1239,1ZBR4@1386,4HBGP@91061,COG0476@1,COG0476@2 NA|NA|NA H COG0476 Dinucleotide-utilizing enzymes involved in molybdopterin and thiamine biosynthesis family 2 -BSU_14280 224308.BSU14280 1.4e-245 855.1 Bacillus moeA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006163,GO:0006725,GO:0006732,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009116,GO:0009117,GO:0009119,GO:0009141,GO:0009144,GO:0009150,GO:0009199,GO:0009205,GO:0009259,GO:0009987,GO:0018130,GO:0019538,GO:0019637,GO:0019693,GO:0032324,GO:0034641,GO:0042278,GO:0043170,GO:0043545,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044281,GO:0044424,GO:0044464,GO:0046039,GO:0046128,GO:0046483,GO:0051186,GO:0051188,GO:0051189,GO:0055086,GO:0071704,GO:0072521,GO:0090407,GO:1901068,GO:1901135,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657 2.10.1.1 ko:K03750 ko00790,ko01100,map00790,map01100 R09735 RC03462 ko00000,ko00001,ko01000 Bacillus 1TQJ8@1239,1ZB4V@1386,4HAFT@91061,COG0303@1,COG0303@2 NA|NA|NA H molybdopterin -BSU_14290 224308.BSU14290 1.7e-93 348.6 Bacillus mobB ko:K03753 ko00000 Bacillus 1VFA0@1239,1ZH3K@1386,4HNMQ@91061,COG1763@1,COG1763@2 NA|NA|NA H molybdopterin-guanine dinucleotide biosynthesis protein -BSU_14300 224308.BSU14300 1.4e-83 315.5 Bacillus moaE GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006163,GO:0006725,GO:0006732,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009116,GO:0009117,GO:0009119,GO:0009141,GO:0009144,GO:0009150,GO:0009199,GO:0009205,GO:0009259,GO:0009987,GO:0016740,GO:0016782,GO:0016783,GO:0018130,GO:0019538,GO:0019637,GO:0019693,GO:0030366,GO:0032324,GO:0034641,GO:0042278,GO:0043170,GO:0043545,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046039,GO:0046128,GO:0046483,GO:0051186,GO:0051188,GO:0051189,GO:0055086,GO:0071704,GO:0072521,GO:0090407,GO:1901068,GO:1901135,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657 2.8.1.12 ko:K03635 ko00790,ko01100,ko04122,map00790,map01100,map04122 R09395 RC02507 ko00000,ko00001,ko01000 Bacillus 1V3V0@1239,1ZG9N@1386,4HGZD@91061,COG0314@1,COG0314@2 NA|NA|NA H COG0314 Molybdopterin converting factor, large subunit -BSU_14310 224308.BSU14310 4.8e-32 143.3 Bacillus moaD ko:K03636 ko04122,map04122 ko00000,ko00001 Bacillus 1VERN@1239,1ZIV7@1386,4HNP5@91061,COG1977@1,COG1977@2 NA|NA|NA H Involved in sulfur transfer in the conversion of molybdopterin precursor Z to molybdopterin -BSU_14320 224308.BSU14320 0.0 1136.7 Bacillus yknU GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 ko:K06147 ko00000,ko02000 3.A.1.106,3.A.1.109,3.A.1.21 Bacillus 1TP0B@1239,1ZASV@1386,4HA3S@91061,COG1132@1,COG1132@2 NA|NA|NA V COG1132 ABC-type multidrug transport system, ATPase and permease components -BSU_14330 224308.BSU14330 0.0 1135.9 Bacillus yknV GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 ko:K02021,ko:K06147 ko00000,ko02000 3.A.1.106,3.A.1.109,3.A.1.110,3.A.1.112,3.A.1.113,3.A.1.117,3.A.1.21 Bacillus 1TP0B@1239,1ZBIW@1386,4HA3S@91061,COG1132@1,COG1132@2 NA|NA|NA V COG1132 ABC-type multidrug transport system, ATPase and permease components -BSU_14340 224308.BSU14340 2.2e-117 428.3 Bacillus yknW Bacillus 1VPDN@1239,1ZIQW@1386,2EJ6V@1,33CY2@2,4HS8D@91061 NA|NA|NA S Yip1 domain -BSU_14350 224308.BSU14350 5e-159 567.4 Bacillus yknX GO:0003674,GO:0005488,GO:0005515,GO:0042802 ko:K02005 ko00000 Bacillus 1V5DX@1239,1ZD1D@1386,4HMQM@91061,COG0845@1,COG0845@2 NA|NA|NA M Belongs to the membrane fusion protein (MFP) (TC 8.A.1) family -BSU_14360 224308.BSU14360 4.2e-124 450.7 Bacillus yknY ko:K02003 M00258 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TPBJ@1239,1ZC14@1386,4HBMF@91061,COG1136@1,COG1136@2 NA|NA|NA V ABC transporter, ATP-binding protein -BSU_14370 224308.BSU14370 3.5e-211 740.7 Bacillus yknZ GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0042802,GO:0044464,GO:0071944 ko:K02004 M00258 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TPUU@1239,1ZDCS@1386,4HATE@91061,COG0577@1,COG0577@2 NA|NA|NA V COG0577 ABC-type antimicrobial peptide transport system, permease component -BSU_14380 224308.BSU14380 5.2e-136 490.3 Bacillus fruR ko:K03436 ko00000,ko03000 Bacillus 1TSF8@1239,1ZBIR@1386,4HDT9@91061,COG1349@1,COG1349@2 NA|NA|NA K Transcriptional regulator -BSU_14390 224308.BSU14390 1.1e-167 595.9 Bacillus fruK GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0019200,GO:0044237,GO:0044238,GO:0044262,GO:0044424,GO:0044444,GO:0044464,GO:0046835,GO:0071704 2.7.1.56 ko:K00882 ko00051,map00051 R02071 RC00002,RC00017 ko00000,ko00001,ko01000 iYO844.BSU14390 Bacillus 1TQ36@1239,1ZB76@1386,4HANU@91061,COG1105@1,COG1105@2 NA|NA|NA G Belongs to the carbohydrate kinase PfkB family -BSU_14400 224308.BSU14400 0.0 1094.0 Bacillus fruA GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563 2.7.1.202 ko:K02768,ko:K02769,ko:K02770 ko00051,ko01100,ko01120,ko02060,map00051,map01100,map01120,map02060 M00273 R03232 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.2.1 Bacillus 1TPKU@1239,1ZAVB@1386,4H9KR@91061,COG1299@1,COG1299@2,COG1445@1,COG1445@2,COG1762@1,COG1762@2 NA|NA|NA GT COG1762 Phosphotransferase system mannitol fructose-specific IIA domain (Ntr-type) -BSU_14410 224308.BSU14410 8.1e-105 386.3 Bacillus sipT GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.4.21.89 ko:K03100 ko02024,ko03060,map02024,map03060 ko00000,ko00001,ko01000,ko01002 Bacillus 1V2BJ@1239,1ZGNJ@1386,4HGCB@91061,COG0681@1,COG0681@2 NA|NA|NA U Belongs to the peptidase S26 family -BSU_14420 224308.BSU14420 1.8e-38 164.9 Bacillus ykoA Bacillus 1UAG3@1239,1ZHMP@1386,29RS7@1,30CVY@2,4IKUG@91061 NA|NA|NA -BSU_14430 224308.BSU14430 1.3e-309 1068.1 Bacillus ykpA Bacillus 1TPW0@1239,1ZBVV@1386,4HATH@91061,COG0488@1,COG0488@2 NA|NA|NA S COG0488 ATPase components of ABC transporters with duplicated ATPase domains -BSU_14440 224308.BSU14440 2.5e-169 601.3 Bacillus ykpB GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 1.1.1.169 ko:K00077 ko00770,ko01100,ko01110,map00770,map01100,map01110 M00119 R02472 RC00726 ko00000,ko00001,ko00002,ko01000 Bacillus 1TSZ1@1239,1ZAU6@1386,4HB4T@91061,COG1893@1,COG1893@2 NA|NA|NA H Catalyzes the NADPH-dependent reduction of ketopantoate into pantoic acid -BSU_14450 224308.BSU14450 2.7e-238 830.9 Bacillus ampS ko:K19689 ko00000,ko01000,ko01002 Bacillus 1TP65@1239,1ZCU3@1386,4H9W8@91061,COG2309@1,COG2309@2 NA|NA|NA E COG2309 Leucyl aminopeptidase (aminopeptidase T) -BSU_14460 720555.BATR1942_04995 1.8e-12 77.4 Bacillus Bacillus 1UB7X@1239,1ZKCX@1386,29SAF@1,30DEY@2,4IMKP@91061 NA|NA|NA S Uncharacterized protein YkpC -BSU_14470 224308.BSU14470 1.3e-182 645.6 Bacillus mreBH ko:K03569 ko00000,ko02048,ko03036,ko04812 1.A.33.1,9.B.157.1 Bacillus 1TP51@1239,1ZCN2@1386,4HC52@91061,COG1077@1,COG1077@2 NA|NA|NA D Rod-share determining protein MreBH -BSU_14480 1051501.AYTL01000027_gene1038 2.5e-43 181.0 Bacillus abh ko:K06284 ko00000,ko03000 Bacillus 1VA3H@1239,1ZH5A@1386,4HKCH@91061,COG2002@1,COG2002@2 NA|NA|NA K of stationary sporulation gene expression -BSU_14490 224308.BSU14490 4.6e-241 840.1 Bacillus kinC GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 2.7.13.3 ko:K07698 ko02020,map02020 M00485 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1TRH0@1239,1ZDWU@1386,4HD4A@91061,COG3852@1,COG3852@2 NA|NA|NA T COG0642 Signal transduction histidine kinase -BSU_14500 224308.BSU14500 2.7e-162 577.8 Bacillus ykqA Bacillus 1V4XC@1239,1ZJQH@1386,4HH0F@91061,COG2105@1,COG2105@2,COG3703@1,COG3703@2 NA|NA|NA P Gamma-glutamyl cyclotransferase, AIG2-like -BSU_14510 224308.BSU14510 6.9e-116 423.3 Bacillus ktrC GO:0003674,GO:0005488,GO:0005515,GO:0042802 ko:K03499 ko00000,ko02000 2.A.38.1,2.A.38.4 Bacillus 1TQ9H@1239,1ZC2N@1386,4HBPH@91061,COG0569@1,COG0569@2 NA|NA|NA P COG0569 K transport systems, NAD-binding component -BSU_14520 224308.BSU14520 0.0 1122.5 Bacillus ade GO:0003674,GO:0003824,GO:0006040,GO:0006044,GO:0006046,GO:0008150,GO:0008152,GO:0008448,GO:0009056,GO:0016787,GO:0016810,GO:0016811,GO:0019213,GO:0046348,GO:0071704,GO:1901071,GO:1901072,GO:1901135,GO:1901136,GO:1901575 3.5.4.2 ko:K01486 ko00230,ko01100,map00230,map01100 R01244 RC00477 ko00000,ko00001,ko01000 iYO844.BSU14520 Bacillus 1TP84@1239,1ZCHI@1386,4HBB2@91061,COG1001@1,COG1001@2 NA|NA|NA F Belongs to the metallo-dependent hydrolases superfamily. Adenine deaminase family -BSU_14530 224308.BSU14530 0.0 1114.0 Bacillus rnjA GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004527,GO:0004532,GO:0004534,GO:0004540,GO:0005488,GO:0005515,GO:0006139,GO:0006364,GO:0006396,GO:0006397,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008409,GO:0009987,GO:0010467,GO:0016070,GO:0016071,GO:0016072,GO:0016787,GO:0016788,GO:0016796,GO:0016896,GO:0022613,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0042802,GO:0043170,GO:0044085,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0090503,GO:0140098,GO:1901360 ko:K12574 ko03018,map03018 ko00000,ko00001,ko01000,ko03019 Bacillus 1TQ9G@1239,1ZBCD@1386,4HAAP@91061,COG0595@1,COG0595@2 NA|NA|NA S An RNase that has 5'-3' exonuclease and possibly endonuclease activity. Involved in maturation of rRNA and in some organisms also mRNA maturation and or decay -BSU_14540 224308.BSU14540 1.8e-30 137.9 Bacillus ykzG Bacillus 1VEI7@1239,1ZIUI@1386,4HNSK@91061,COG5503@1,COG5503@2 NA|NA|NA S Belongs to the UPF0356 family -BSU_14550 224308.BSU14550 2.3e-147 528.1 Bacillus ykrA Bacillus 1TSZZ@1239,1ZBY4@1386,4HB54@91061,COG0561@1,COG0561@2 NA|NA|NA S hydrolases of the HAD superfamily -BSU_14560 224308.BSU14560 6.8e-101 373.2 Bacillus def GO:0003674,GO:0003824,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016787,GO:0016810,GO:0016811,GO:0018193,GO:0018206,GO:0019538,GO:0031365,GO:0036211,GO:0042586,GO:0043170,GO:0043412,GO:0043686,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:1901564 3.5.1.88 ko:K01462 ko00000,ko01000 Bacillus 1V70B@1239,1ZB0K@1386,4HH0G@91061,COG0242@1,COG0242@2 NA|NA|NA J Removes the formyl group from the N-terminal Met of newly synthesized proteins. Requires at least a dipeptide for an efficient rate of reaction. N-terminal L-methionine is a prerequisite for activity but the enzyme has broad specificity at other positions -BSU_14570 224308.BSU14570 4.5e-115 420.6 Bacillus ykyA Bacillus 1V4G3@1239,1ZH4B@1386,4HHDM@91061,COG0497@1,COG0497@2 NA|NA|NA L Putative cell-wall binding lipoprotein -BSU_14580 224308.BSU14580 2.2e-191 674.9 Bacillus pdhA 1.2.4.1 ko:K00161 ko00010,ko00020,ko00620,ko01100,ko01110,ko01120,ko01130,ko01200,ko04066,ko04922,ko05230,map00010,map00020,map00620,map01100,map01110,map01120,map01130,map01200,map04066,map04922,map05230 M00307 R00014,R00209,R01699,R03270 RC00004,RC00027,RC00627,RC02742,RC02744,RC02882 br01601,ko00000,ko00001,ko00002,ko01000 Bacillus 1TQDG@1239,1ZBE0@1386,4H9PQ@91061,COG1071@1,COG1071@2 NA|NA|NA C COG1071 Pyruvate 2-oxoglutarate dehydrogenase complex, dehydrogenase (E1) component, eukaryotic type, alpha subunit -BSU_14590 224308.BSU14590 4.9e-179 633.6 Bacillus pdhB 1.2.4.1 ko:K00162 ko00010,ko00020,ko00620,ko01100,ko01110,ko01120,ko01130,ko01200,ko04066,ko04922,ko05230,map00010,map00020,map00620,map01100,map01110,map01120,map01130,map01200,map04066,map04922,map05230 M00307 R00014,R00209,R01699,R03270 RC00004,RC00027,RC00627,RC02742,RC02744,RC02882 br01601,ko00000,ko00001,ko00002,ko01000 iYO844.BSU14590 Bacillus 1TP3J@1239,1ZBJ1@1386,4HA4H@91061,COG0022@1,COG0022@2 NA|NA|NA C COG0022 Pyruvate 2-oxoglutarate dehydrogenase complex, dehydrogenase (E1) component, eukaryotic type, beta subunit -BSU_14600 224308.BSU14600 1.7e-230 805.1 Bacillus pdhC 2.3.1.12 ko:K00627 ko00010,ko00020,ko00620,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00020,map00620,map01100,map01110,map01120,map01130,map01200 M00307 R00209,R02569 RC00004,RC02742,RC02857 br01601,ko00000,ko00001,ko00002,ko01000 Bacillus 1TR5N@1239,1ZAQR@1386,4HA7A@91061,COG0508@1,COG0508@2 NA|NA|NA C Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex -BSU_14610 224308.BSU14610 4.1e-243 847.0 Bacillus pdhD GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 1.8.1.4 ko:K00382 ko00010,ko00020,ko00260,ko00280,ko00620,ko00630,ko00640,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00020,map00260,map00280,map00620,map00630,map00640,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00036,M00307,M00532 R00209,R01221,R01698,R03815,R07618,R08549 RC00004,RC00022,RC00583,RC02742,RC02833,RC02834 br01601,ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1TP1W@1239,1ZCJR@1386,4HB3K@91061,COG1249@1,COG1249@2 NA|NA|NA C COG1249 Pyruvate 2-oxoglutarate dehydrogenase complex, dihydrolipoamide dehydrogenase (E3) component, and related enzymes -BSU_14620 224308.BSU14620 2.2e-63 248.1 Bacillus slp Bacillus 1UAWB@1239,1ZJHW@1386,4IM94@91061,COG0526@1,COG0526@2 NA|NA|NA CO COG0526, thiol-disulfide isomerase and thioredoxins -BSU_14629 1274524.BSONL12_11721 4.4e-10 69.3 Firmicutes Bacillus 1VKZ1@1239,2DTX2@1,33N27@2 NA|NA|NA S SR1 protein -BSU_14630 224308.BSU14630 5.9e-277 959.5 Bacillus speA 4.1.1.19 ko:K01585 ko00330,ko01100,map00330,map01100 M00133 R00566 RC00299 ko00000,ko00001,ko00002,ko01000 Bacillus 1TNZ9@1239,1ZAR0@1386,4HBGC@91061,COG1982@1,COG1982@2 NA|NA|NA E Arginine -BSU_14640 224308.BSU14640 2.6e-42 177.6 Bacillus yktA Bacillus 1VEK8@1239,1ZHT9@1386,4HNKR@91061,COG4476@1,COG4476@2 NA|NA|NA S Belongs to the UPF0223 family -BSU_14650 224308.BSU14650 1.2e-117 429.1 Bacillus yktB Bacillus 1UY83@1239,1ZCEH@1386,4HEDB@91061,COG4493@1,COG4493@2 NA|NA|NA S Belongs to the UPF0637 family -BSU_14660 224308.BSU14660 1.2e-25 121.7 Bacillus ykzI Bacillus 1UAVY@1239,1ZJH7@1386,29S19@1,30D5Q@2,4IM8R@91061 NA|NA|NA -BSU_14670 224308.BSU14670 7.9e-151 539.7 Bacillus suhB GO:0003674,GO:0003824,GO:0005975,GO:0006020,GO:0006066,GO:0006793,GO:0006796,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0008934,GO:0009056,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0019637,GO:0019751,GO:0023052,GO:0042578,GO:0043647,GO:0044237,GO:0044238,GO:0044262,GO:0044281,GO:0044282,GO:0046164,GO:0046174,GO:0046434,GO:0046838,GO:0046855,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0052745,GO:0052834,GO:0065007,GO:0071545,GO:0071704,GO:1901575,GO:1901615,GO:1901616 3.1.3.25 ko:K01092 ko00521,ko00562,ko01100,ko04070,map00521,map00562,map01100,map04070 M00131 R01185,R01186,R01187 RC00078 ko00000,ko00001,ko00002,ko01000 Bacillus 1TR4E@1239,1ZAS1@1386,4HB92@91061,COG0483@1,COG0483@2 NA|NA|NA G Inositol monophosphatase -BSU_14680 224308.BSU14680 1.1e-77 295.8 Bacillus ykzC Bacillus 1VZVT@1239,1ZIPR@1386,2FENS@1,346N3@2,4HYCA@91061 NA|NA|NA S Acetyltransferase (GNAT) family -BSU_14690 224308.BSU14690 1.1e-172 612.5 Bacillus Bacillus 1TSGJ@1239,1ZDGN@1386,4HCZS@91061,COG3315@1,COG3315@2 NA|NA|NA Q Exhibits S-adenosyl-L-methionine-dependent methyltransferase activity -BSU_14700 224308.BSU14700 3.7e-293 1013.4 Bacillus nprE GO:0005575,GO:0005576 3.4.24.28 ko:K01400 ko00000,ko01000,ko01002 Bacillus 1TP08@1239,1ZCEP@1386,4H9S6@91061,COG3227@1,COG3227@2 NA|NA|NA E Peptidase M4 -BSU_14710 224308.BSU14710 0.0 1269.6 Bacillus ylaA Bacillus 1VZQR@1239,1ZDGJ@1386,2FH24@1,348WX@2,4IJQ4@91061 NA|NA|NA -BSU_14720 224308.BSU14720 5.9e-42 176.4 Bacillus ylaB Bacillus 1UATQ@1239,1ZJBE@1386,29RZZ@1,30D4A@2,4IM6J@91061 NA|NA|NA -BSU_14730 224308.BSU14730 4.6e-91 340.5 Bacillus ylaC ko:K03088 ko00000,ko03021 Bacillus 1V1S3@1239,1ZGKM@1386,4HG2H@91061,COG1595@1,COG1595@2 NA|NA|NA K Belongs to the sigma-70 factor family. ECF subfamily -BSU_14740 1034347.CAHJ01000057_gene895 2.6e-11 74.7 Bacillus Bacillus 1VKXY@1239,1ZFZR@1386,4HCBH@91061,COG5660@1,COG5660@2 NA|NA|NA S Putative zinc-finger -BSU_14750 224308.BSU14750 1.8e-38 166.0 Bacillus ylaE Bacillus 1U9T9@1239,1ZEZ2@1386,2AR0Q@1,31G9I@2,4IK0K@91061 NA|NA|NA -BSU_14760 1051501.AYTL01000027_gene1064 1.4e-21 108.2 Firmicutes Bacillus 1VNV6@1239,2DR2B@1,339VK@2 NA|NA|NA S Family of unknown function (DUF5325) -BSU_14770 224308.BSU14770 0.0 1192.9 Bacillus typA ko:K06207 ko00000 Bacillus 1TQ5Y@1239,1ZB9R@1386,4HAQ6@91061,COG1217@1,COG1217@2 NA|NA|NA T GTP-binding protein TypA -BSU_14780 224308.BSU14780 7.2e-47 193.0 Bacillus ylaH Bacillus 1VBNE@1239,1ZI2F@1386,2E309@1,32TAR@2,4HM33@91061 NA|NA|NA S YlaH-like protein -BSU_14790 224308.BSU14790 1.5e-32 144.8 Bacillus ylaI Bacillus 1VFMW@1239,1ZIXV@1386,4HNPM@91061,COG4896@1,COG4896@2 NA|NA|NA S protein conserved in bacteria -BSU_14800 224308.BSU14800 1e-89 336.3 Bacillus ylaJ Bacillus 1VA69@1239,1ZFXZ@1386,2A3AP@1,30RSQ@2,4HKTQ@91061 NA|NA|NA S Sporulation lipoprotein YhcN/YlaJ (Spore_YhcN_YlaJ) -BSU_14810 224308.BSU14810 1.4e-248 865.1 Bacillus ylaK ko:K07175 ko00000 Bacillus 1UHTD@1239,1ZDIF@1386,4HA4V@91061,COG1875@1,COG1875@2 NA|NA|NA T ATPase related to phosphate starvation-inducible protein PhoH -BSU_14820 224308.BSU14820 4.6e-85 320.5 Bacillus ylaL Bacillus 1V1EZ@1239,1ZDPV@1386,4HIWI@91061,COG2041@1,COG2041@2 NA|NA|NA S Part of the MsrPQ system that repairs oxidized periplasmic proteins containing methionine sulfoxide residues (Met-O), using respiratory chain electrons. Thus protects these proteins from oxidative-stress damage caused by reactive species of oxygen and chlorine generated by the host defense mechanisms. MsrPQ is essential for the maintenance of envelope integrity under bleach stress, rescuing a wide series of structurally unrelated periplasmic proteins from methionine oxidation. The catalytic subunit MsrP is non-stereospecific, being able to reduce both (R-) and (S-) diastereoisomers of methionine sulfoxide -BSU_14830 224308.BSU14830 2.8e-171 607.8 Bacillus glsA GO:0003674,GO:0003824,GO:0004359,GO:0006082,GO:0006520,GO:0006536,GO:0006537,GO:0006541,GO:0006543,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009056,GO:0009058,GO:0009063,GO:0009064,GO:0009065,GO:0009084,GO:0009987,GO:0016053,GO:0016054,GO:0016787,GO:0016810,GO:0016811,GO:0019752,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0046394,GO:0046395,GO:0071704,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576,GO:1901605,GO:1901606,GO:1901607 3.5.1.2 ko:K01425 ko00220,ko00250,ko00471,ko01100,ko04724,ko04727,ko04964,ko05206,ko05230,map00220,map00250,map00471,map01100,map04724,map04727,map04964,map05206,map05230 R00256,R01579 RC00010,RC02798 ko00000,ko00001,ko01000 Bacillus 1TP64@1239,1ZBXX@1386,4H9XA@91061,COG2066@1,COG2066@2 NA|NA|NA E Belongs to the glutaminase family -BSU_14840 224308.BSU14840 1.1e-43 182.2 Bacillus ylaN Bacillus 1VAXB@1239,1ZI2B@1386,4HKIX@91061,COG4838@1,COG4838@2 NA|NA|NA S Belongs to the UPF0358 family -BSU_14850 224308.BSU14850 7.6e-214 749.6 Bacillus ftsW ko:K03588 ko04112,map04112 ko00000,ko00001,ko02000,ko03036 2.A.103.1 Bacillus 1TPT7@1239,1ZBDZ@1386,4HAEV@91061,COG0772@1,COG0772@2 NA|NA|NA D Belongs to the SEDS family -BSU_14860 224308.BSU14860 0.0 2280.4 Bacillus pycA 6.4.1.1 ko:K01958 ko00020,ko00620,ko00720,ko01100,ko01120,ko01200,ko01230,map00020,map00620,map00720,map01100,map01120,map01200,map01230 M00173 R00344 RC00040,RC00367 ko00000,ko00001,ko00002,ko01000 Bacillus 1UHP9@1239,1ZC4R@1386,4IS56@91061,COG1038@1,COG1038@2 NA|NA|NA C Catalyzes a 2-step reaction, involving the ATP-dependent carboxylation of the covalently attached biotin in the first step and the transfer of the carboxyl group to pyruvate in the second -BSU_14870 224308.BSU14870 4.5e-166 590.5 Bacillus ctaA GO:0000003,GO:0003674,GO:0003824,GO:0008150,GO:0009987,GO:0016043,GO:0017004,GO:0019954,GO:0022607,GO:0030436,GO:0032502,GO:0034622,GO:0043933,GO:0043934,GO:0044085,GO:0065003,GO:0071840 ko:K02259 ko00190,ko00860,ko01100,ko01110,ko02020,ko04714,map00190,map00860,map01100,map01110,map02020,map04714 M00154 R07412 RC00769 ko00000,ko00001,ko00002,ko03029 3.D.4.4 iYO844.BSU14870 Bacillus 1TR4W@1239,1ZC0K@1386,4HC12@91061,COG1612@1,COG1612@2 NA|NA|NA O Catalyzes the oxidation of the C8 methyl side group on heme O porphyrin ring into a formyl group -BSU_14880 224308.BSU14880 5.5e-164 583.6 Bacillus ctaB GO:0003674,GO:0003824,GO:0004311,GO:0004659,GO:0005575,GO:0005623,GO:0005886,GO:0006091,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0015980,GO:0016020,GO:0016740,GO:0016765,GO:0018130,GO:0019438,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0044237,GO:0044249,GO:0044271,GO:0044464,GO:0045333,GO:0046148,GO:0046483,GO:0051186,GO:0051188,GO:0055114,GO:0071704,GO:0071944,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.5.1.141 ko:K02257 ko00190,ko00860,ko01100,ko01110,ko04714,map00190,map00860,map01100,map01110,map04714 M00154 R07411 RC01786 ko00000,ko00001,ko00002,ko01000,ko01006,ko03029 Bacillus 1TPS1@1239,1ZCJT@1386,4HBJT@91061,COG0109@1,COG0109@2 NA|NA|NA O Converts heme B (protoheme IX) to heme O by substitution of the vinyl group on carbon 2 of heme B porphyrin ring with a hydroxyethyl farnesyl side group -BSU_14890 224308.BSU14890 1e-190 672.5 Bacillus ctaC GO:0005575,GO:0005623,GO:0005886,GO:0006091,GO:0006119,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009117,GO:0009123,GO:0009126,GO:0009141,GO:0009144,GO:0009150,GO:0009161,GO:0009167,GO:0009199,GO:0009205,GO:0009259,GO:0009987,GO:0015980,GO:0016020,GO:0016310,GO:0017144,GO:0019637,GO:0019693,GO:0022900,GO:0022904,GO:0034641,GO:0042773,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0045333,GO:0046034,GO:0046483,GO:0055086,GO:0055114,GO:0071704,GO:0071944,GO:0072521,GO:1901135,GO:1901360,GO:1901564 1.9.3.1 ko:K02275 ko00190,ko01100,map00190,map01100 M00155 R00081 RC00016 ko00000,ko00001,ko00002,ko01000 3.D.4.2,3.D.4.4,3.D.4.6 Bacillus 1TRC3@1239,1ZAP8@1386,4HADQ@91061,COG1622@1,COG1622@2,COG2010@1,COG2010@2 NA|NA|NA C Subunits I and II form the functional core of the enzyme complex. Electrons originating in cytochrome c are transferred via heme a and Cu(A) to the binuclear center formed by heme a3 and Cu(B) -BSU_14900 224308.BSU14900 0.0 1243.8 Bacillus ctaD GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006091,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008152,GO:0009060,GO:0009486,GO:0009987,GO:0015002,GO:0015672,GO:0015980,GO:0015988,GO:0015990,GO:0016020,GO:0016021,GO:0016491,GO:0022900,GO:0022904,GO:0031224,GO:0031226,GO:0034220,GO:0044237,GO:0044425,GO:0044459,GO:0044464,GO:0045333,GO:0051179,GO:0051234,GO:0055085,GO:0055114,GO:0071944,GO:0098655,GO:0098660,GO:0098662,GO:1902600 1.9.3.1 ko:K02274 ko00190,ko01100,map00190,map01100 M00155 R00081 RC00016 ko00000,ko00001,ko00002,ko01000 3.D.4.2,3.D.4.3,3.D.4.4,3.D.4.6 Bacillus 1TP2U@1239,1ZBD5@1386,4HA4X@91061,COG0843@1,COG0843@2 NA|NA|NA C Cytochrome c oxidase is the component of the respiratory chain that catalyzes the reduction of oxygen to water. Subunits 1- 3 form the functional core of the enzyme complex. CO I is the catalytic subunit of the enzyme. Electrons originating in cytochrome c are transferred via the copper A center of subunit 2 and heme A of subunit 1 to the bimetallic center formed by heme A3 and copper B -BSU_14910 224308.BSU14910 5.6e-112 410.2 Bacillus ctaE GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 1.9.3.1 ko:K02276 ko00190,ko01100,map00190,map01100 M00155 R00081 RC00016 ko00000,ko00001,ko00002,ko01000 3.D.4.4,3.D.4.6 Bacillus 1TQJ1@1239,1ZBVD@1386,4HAHK@91061,COG1845@1,COG1845@2 NA|NA|NA C COG1845 Heme copper-type cytochrome quinol oxidase, subunit 3 -BSU_14920 224308.BSU14920 7e-53 213.0 Bacillus ctaF GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 1.9.3.1 ko:K02277 ko00190,ko01100,map00190,map01100 M00155 ko00000,ko00001,ko00002,ko01000 3.D.4.4 iYO844.BSU14920 Bacillus 1V855@1239,1ZH0W@1386,4HJV7@91061,COG3125@1,COG3125@2 NA|NA|NA C COG3125 Heme copper-type cytochrome quinol oxidase, subunit 4 -BSU_14930 224308.BSU14930 5.2e-167 593.6 Bacillus ctaG ko:K02862 ko00000 Bacillus 1TQFK@1239,1ZBC8@1386,4H9WN@91061,COG3336@1,COG3336@2 NA|NA|NA S cytochrome c oxidase -BSU_14940 224308.BSU14940 1.5e-61 241.9 Bacillus ylbA Bacillus 1V6HY@1239,1ZHCP@1386,2AHI2@1,317VK@2,4HJHD@91061 NA|NA|NA S YugN-like family -BSU_14950 224308.BSU14950 4.4e-74 283.9 Bacillus ylbB Bacillus 1VW3X@1239,1ZH6S@1386,4HJ81@91061,COG2905@1,COG2905@2 NA|NA|NA T COG0517 FOG CBS domain -BSU_14960 224308.BSU14960 1.1e-200 705.7 Bacillus ylbC Bacillus 1UYZ4@1239,1ZCGK@1386,4HBTC@91061,COG2340@1,COG2340@2 NA|NA|NA S protein with SCP PR1 domains -BSU_14970 224308.BSU14970 6.9e-63 246.5 Bacillus ylbD Bacillus 1VA7R@1239,1ZI1G@1386,2DV4S@1,32UYM@2,4HMUX@91061 NA|NA|NA S Putative coat protein -BSU_14980 224308.BSU14980 1.5e-36 158.3 Bacillus ylbE Bacillus 1VJ46@1239,1ZJ6S@1386,2ED1C@1,336YB@2,4HPWX@91061 NA|NA|NA S YlbE-like protein -BSU_14990 224308.BSU14990 4e-75 287.3 Bacillus ylbF Bacillus 1V3R6@1239,1ZG76@1386,4HGYS@91061,COG3679@1,COG3679@2 NA|NA|NA S Belongs to the UPF0342 family -BSU_15000 224308.BSU15000 2e-42 177.9 Bacillus ylbG Bacillus 1VF52@1239,1ZI4I@1386,4HNTH@91061,COG4471@1,COG4471@2 NA|NA|NA S UPF0298 protein -BSU_15010 224308.BSU15010 3.2e-98 364.4 Bacillus ylbH Bacillus 1V3JF@1239,1ZFNI@1386,4HGXT@91061,COG0742@1,COG0742@2 NA|NA|NA L Methyltransferase -BSU_15020 224308.BSU15020 5.1e-84 317.0 Bacillus coaD GO:0003674,GO:0003824,GO:0004595,GO:0006082,GO:0006575,GO:0006732,GO:0006766,GO:0006767,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009110,GO:0009987,GO:0015939,GO:0015940,GO:0016053,GO:0016740,GO:0016772,GO:0016779,GO:0019752,GO:0032787,GO:0034641,GO:0042364,GO:0042398,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0046394,GO:0051186,GO:0051188,GO:0070566,GO:0071704,GO:0072330,GO:1901564,GO:1901566,GO:1901576 2.7.7.3 ko:K00954 ko00770,ko01100,map00770,map01100 M00120 R03035 RC00002 ko00000,ko00001,ko00002,ko01000 Bacillus 1V3MR@1239,1ZFNZ@1386,4HH47@91061,COG0669@1,COG0669@2 NA|NA|NA H Reversibly transfers an adenylyl group from ATP to 4'- phosphopantetheine, yielding dephospho-CoA (dPCoA) and pyrophosphate -BSU_15030 224308.BSU15030 6.5e-221 773.1 Bacillus ylbJ Bacillus 1TR0V@1239,1ZCCT@1386,4HB55@91061,COG3314@1,COG3314@2 NA|NA|NA S Sporulation integral membrane protein YlbJ -BSU_15040 224308.BSU15040 1.3e-137 495.7 Bacillus ylbK GO:0003674,GO:0003824,GO:0016787 ko:K07001 ko00000 Bacillus 1UUVB@1239,1ZBCG@1386,4HDFQ@91061,COG1752@1,COG1752@2 NA|NA|NA S esterase of the alpha-beta hydrolase superfamily -BSU_15050 224308.BSU15050 1.5e-186 658.7 Bacillus ylbL ko:K07177 ko02024,map02024 ko00000,ko00001,ko01002 Bacillus 1TRUF@1239,1ZAW6@1386,4HBAY@91061,COG3480@1,COG3480@2 NA|NA|NA T Belongs to the peptidase S16 family -BSU_15060 224308.BSU15060 4.7e-235 820.1 Bacillus ylbM Bacillus 1TPP2@1239,1ZC63@1386,4HAZJ@91061,COG1323@1,COG1323@2 NA|NA|NA S Belongs to the UPF0348 family -BSU_15070 224308.BSU15070 2.3e-90 338.2 Bacillus ylbN ko:K07040 ko00000 Bacillus 1VB08@1239,1ZGJH@1386,4HME9@91061,COG1399@1,COG1399@2 NA|NA|NA S metal-binding, possibly nucleic acid-binding protein -BSU_15080 224308.BSU15080 2.1e-27 127.5 Bacilli Bacillus 1VEFI@1239,4HNIZ@91061,COG0333@1,COG0333@2 NA|NA|NA J Belongs to the bacterial ribosomal protein bL32 family -BSU_15090 224308.BSU15090 1.5e-74 285.8 Bacillus ylbO Bacillus 1V5HI@1239,1ZBX1@1386,2C8MW@1,305IT@2,4HGP6@91061 NA|NA|NA S SANT SWI3, ADA2, N-CoR and TFIIIB'' DNA-binding domains -BSU_15100 224308.BSU15100 6.8e-89 333.2 Bacillus ylbP Bacillus 1V259@1239,1ZFN4@1386,4HFSD@91061,COG0454@1,COG0454@2 NA|NA|NA K n-acetyltransferase -BSU_15110 224308.BSU15110 1.2e-168 599.0 Bacillus ylbQ GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006573,GO:0006575,GO:0006732,GO:0006766,GO:0006767,GO:0006807,GO:0008150,GO:0008152,GO:0008677,GO:0009058,GO:0009081,GO:0009108,GO:0009110,GO:0009987,GO:0015939,GO:0015940,GO:0016053,GO:0016491,GO:0016614,GO:0016616,GO:0019752,GO:0032787,GO:0033317,GO:0034641,GO:0042364,GO:0042398,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0051186,GO:0051188,GO:0055114,GO:0071704,GO:0072330,GO:1901564,GO:1901566,GO:1901576,GO:1901605 1.1.1.169 ko:K00077 ko00770,ko01100,ko01110,map00770,map01100,map01110 M00119 R02472 RC00726 ko00000,ko00001,ko00002,ko01000 iYO844.BSU15110 Bacillus 1V1NJ@1239,1ZFJY@1386,4HFWT@91061,COG1893@1,COG1893@2 NA|NA|NA H Catalyzes the NADPH-dependent reduction of ketopantoate into pantoic acid -BSU_15120 224308.BSU15120 4.9e-309 1066.2 Bacillus bshC ko:K22136 ko00000 Bacillus 1TQ2P@1239,1ZBMV@1386,4HA2Z@91061,COG4365@1,COG4365@2 NA|NA|NA S Involved in bacillithiol (BSH) biosynthesis. May catalyze the last step of the pathway, the addition of cysteine to glucosamine malate (GlcN-Mal) to generate BSH -BSU_15130 224308.BSU15130 4.8e-78 297.0 Bacillus mraZ GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0031333,GO:0043254,GO:0043565,GO:0044087,GO:0044212,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051128,GO:0051129,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:1990837,GO:2000112,GO:2000113,GO:2000142,GO:2000143,GO:2001141 ko:K03925 ko00000 Bacillus 1V3JD@1239,1ZFN0@1386,4HH23@91061,COG2001@1,COG2001@2 NA|NA|NA K Belongs to the MraZ family -BSU_15140 224308.BSU15140 1.5e-172 612.1 Bacillus rsmH GO:0000154,GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008170,GO:0008173,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016434,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0070475,GO:0071424,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.199 ko:K03438 ko00000,ko01000,ko03009 Bacillus 1TNZV@1239,1ZCHN@1386,4H9U2@91061,COG0275@1,COG0275@2 NA|NA|NA J Specifically methylates the N4 position of cytidine in position 1402 (C1402) of 16S rRNA -BSU_15150 224308.BSU15150 6.3e-44 183.3 Bacillus ftsL Bacillus 1VDUV@1239,1ZIVC@1386,4HKM7@91061,COG4839@1,COG4839@2 NA|NA|NA D Essential cell division protein -BSU_15160 224308.BSU15160 0.0 1403.3 Bacillus pbpB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K08724 ko00550,map00550 ko00000,ko00001,ko01011 Bacillus 1TP93@1239,1ZASE@1386,4H9VQ@91061,COG0768@1,COG0768@2 NA|NA|NA M Penicillin-binding Protein -BSU_15170 224308.BSU15170 0.0 1266.9 Bacillus spoVD ko:K08384 ko00550,map00550 ko00000,ko00001,ko01011 Bacillus 1TP93@1239,1ZBC0@1386,4H9VQ@91061,COG0768@1,COG0768@2 NA|NA|NA M stage V sporulation protein D -BSU_15180 224308.BSU15180 8.9e-281 972.2 Bacillus murE GO:0000270,GO:0003674,GO:0003824,GO:0006022,GO:0006023,GO:0006024,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009252,GO:0009273,GO:0009987,GO:0016874,GO:0016879,GO:0016881,GO:0030203,GO:0034645,GO:0042546,GO:0043170,GO:0044036,GO:0044038,GO:0044085,GO:0044237,GO:0044249,GO:0044260,GO:0070589,GO:0071554,GO:0071704,GO:0071840,GO:1901135,GO:1901137,GO:1901564,GO:1901566,GO:1901576 6.3.2.13 ko:K01928 ko00300,ko00550,map00300,map00550 R02788 RC00064,RC00090 ko00000,ko00001,ko01000,ko01011 Bacillus 1TPQE@1239,1ZB77@1386,4H9T1@91061,COG0769@1,COG0769@2 NA|NA|NA M Catalyzes the addition of meso-diaminopimelic acid to the nucleotide precursor UDP-N-acetylmuramoyl-L-alanyl-D-glutamate (UMAG) in the biosynthesis of bacterial cell-wall peptidoglycan -BSU_15190 224308.BSU15190 5.4e-170 603.6 Bacillus mraY 2.7.8.13 ko:K01000 ko00550,ko01100,ko01502,map00550,map01100,map01502 R05629,R05630 RC00002,RC02753 ko00000,ko00001,ko01000,ko01011 9.B.146 Bacillus 1TP8W@1239,1ZBIK@1386,4H9TP@91061,COG0472@1,COG0472@2 NA|NA|NA M First step of the lipid cycle reactions in the biosynthesis of the cell wall peptidoglycan -BSU_15200 224308.BSU15200 3.4e-255 887.1 Bacillus murD 6.3.2.9 ko:K01925 ko00471,ko00550,ko01100,map00471,map00550,map01100 R02783 RC00064,RC00141 ko00000,ko00001,ko01000,ko01011 Bacillus 1TQ3P@1239,1ZARV@1386,4HA5P@91061,COG0771@1,COG0771@2 NA|NA|NA M Cell wall formation. Catalyzes the addition of glutamate to the nucleotide precursor UDP-N-acetylmuramoyl-L-alanine (UMA) -BSU_15210 224308.BSU15210 7.7e-197 693.0 Bacillus spoVE GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03588 ko04112,map04112 ko00000,ko00001,ko02000,ko03036 2.A.103.1 Bacillus 1TPT7@1239,1ZBY5@1386,4HAEV@91061,COG0772@1,COG0772@2 NA|NA|NA D Belongs to the SEDS family -BSU_15220 224308.BSU15220 3.9e-201 707.2 Bacillus murG 2.4.1.227 ko:K02563 ko00550,ko01100,ko01502,ko04112,map00550,map01100,map01502,map04112 R05032,R05662 RC00005,RC00049 ko00000,ko00001,ko01000,ko01011 GT28 Bacillus 1TQFT@1239,1ZBA5@1386,4HBAQ@91061,COG0707@1,COG0707@2 NA|NA|NA M Cell wall formation. Catalyzes the transfer of a GlcNAc subunit on undecaprenyl-pyrophosphoryl-MurNAc-pentapeptide (lipid intermediate I) to form undecaprenyl-pyrophosphoryl-MurNAc- (pentapeptide)GlcNAc (lipid intermediate II) -BSU_15230 224308.BSU15230 9e-167 592.8 Bacillus murB 1.3.1.98 ko:K00075 ko00520,ko00550,ko01100,map00520,map00550,map01100 R03191,R03192 RC02639 ko00000,ko00001,ko01000,ko01011 iYO844.BSU15230 Bacillus 1TP3W@1239,1ZC3F@1386,4HAD8@91061,COG0812@1,COG0812@2 NA|NA|NA M cell wall formation -BSU_15240 224308.BSU15240 5.8e-138 496.9 Bacillus divIB ko:K03589 ko04112,map04112 ko00000,ko00001,ko03036 Bacillus 1V6V5@1239,1ZDSW@1386,4HDFD@91061,COG1589@1,COG1589@2 NA|NA|NA D Cell division protein that may be involved in stabilizing or promoting the assembly of the division complex -BSU_15250 224308.BSU15250 4.1e-103 380.9 Bacillus ylxW GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 Bacillus 1V0FG@1239,1ZE4Z@1386,4HAN4@91061,COG3879@1,COG3879@2 NA|NA|NA S protein conserved in bacteria -BSU_15260 224308.BSU15260 1.4e-122 445.7 Bacillus ylxX GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 Bacillus 1V2J7@1239,1ZDER@1386,4HG14@91061,COG3879@1,COG3879@2 NA|NA|NA S protein conserved in bacteria -BSU_15270 224308.BSU15270 1e-57 229.2 Bacillus sbp Bacillus 1VA6N@1239,1ZGAQ@1386,4HIMZ@91061,COG3856@1,COG3856@2 NA|NA|NA S small basic protein -BSU_15280 224308.BSU15280 4.1e-229 800.4 Bacillus ftsA GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0009898,GO:0009987,GO:0016020,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0032153,GO:0044425,GO:0044459,GO:0044464,GO:0051301,GO:0071944,GO:0098552,GO:0098562 ko:K03590 ko04112,map04112 ko00000,ko00001,ko03036,ko04812 Bacillus 1TP1Z@1239,1ZBH1@1386,4H9NF@91061,COG0849@1,COG0849@2 NA|NA|NA D Cell division protein that is involved in the assembly of the Z ring. May serve as a membrane anchor for the Z ring -BSU_15290 224308.BSU15290 3.4e-203 714.1 Bacillus ftsZ GO:0000166,GO:0001882,GO:0001883,GO:0003674,GO:0003824,GO:0003924,GO:0005488,GO:0005515,GO:0005525,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0017076,GO:0017111,GO:0019001,GO:0030428,GO:0032153,GO:0032549,GO:0032550,GO:0032553,GO:0032555,GO:0032561,GO:0035639,GO:0036094,GO:0042802,GO:0043167,GO:0043168,GO:0044424,GO:0044464,GO:0051301,GO:0097159,GO:0097367,GO:1901265,GO:1901363 ko:K03531 ko04112,map04112 ko00000,ko00001,ko02048,ko03036,ko04812 Bacillus 1TP6W@1239,1ZC2F@1386,4H9WZ@91061,COG0206@1,COG0206@2 NA|NA|NA D Essential cell division protein that forms a contractile ring structure (Z ring) at the future cell division site. The regulation of the ring assembly controls the timing and the location of cell division. One of the functions of the FtsZ ring is to recruit other cell division proteins to the septum to produce a new cell wall between the dividing cells. Binds GTP and shows GTPase activity -BSU_15300 224308.BSU15300 0.0 2826.6 Bacillus bpr GO:0005575,GO:0005576 ko:K13276 ko00000,ko01000,ko01002,ko03110 Bacillus 1TPUY@1239,1ZDEQ@1386,4HBDE@91061,COG1404@1,COG1404@2,COG4412@1,COG4412@2 NA|NA|NA O COG1404 Subtilisin-like serine proteases -BSU_15310 224308.BSU15310 2.1e-171 608.2 Bacillus spoIIGA GO:0003674,GO:0003824,GO:0004175,GO:0004190,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016020,GO:0016021,GO:0016787,GO:0019538,GO:0031224,GO:0031226,GO:0043170,GO:0043621,GO:0044238,GO:0044425,GO:0044459,GO:0044464,GO:0070001,GO:0070011,GO:0071704,GO:0071944,GO:0140096,GO:1901564 ko:K06383 ko00000,ko01000,ko01002 Bacillus 1UY4W@1239,1ZAV2@1386,29ECG@1,301AF@2,4HDX6@91061 NA|NA|NA M aspartic protease that is responsible for the proteolytic cleavage of the RNA polymerase sigma E factor (SigE spoIIGB) to yield the active peptide in the mother cell during sporulation. Responds to a signal from the forespore that is triggered by the extracellular signal protein SpoIIR -BSU_15320 224308.BSU15320 2.3e-125 454.9 Bacillus sigE GO:0000003,GO:0000988,GO:0000990,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006139,GO:0006351,GO:0006352,GO:0006355,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009889,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0016020,GO:0016070,GO:0016987,GO:0018130,GO:0019219,GO:0019222,GO:0019438,GO:0019954,GO:0030436,GO:0031323,GO:0031326,GO:0032502,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0043254,GO:0043934,GO:0044087,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0050789,GO:0050794,GO:0051128,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0071704,GO:0071944,GO:0080090,GO:0090304,GO:0097159,GO:0097659,GO:0140110,GO:1901360,GO:1901362,GO:1901363,GO:1901576,GO:1903506,GO:2000112,GO:2000142,GO:2001141 ko:K03091 ko00000,ko03021 Bacillus 1TP3T@1239,1ZBKD@1386,4H9PG@91061,COG1191@1,COG1191@2 NA|NA|NA K sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released -BSU_15330 224308.BSU15330 6.2e-140 503.4 Bacillus sigG ko:K03091 ko00000,ko03021 Bacillus 1TPDD@1239,1ZB53@1386,4H9MN@91061,COG1191@1,COG1191@2 NA|NA|NA K Sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released -BSU_15340 224308.BSU15340 1.8e-147 528.5 Bacillus ylmA 3.6.3.34 ko:K02013 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.14 Bacillus 1TRR4@1239,1ZBUE@1386,4HB4U@91061,COG1119@1,COG1119@2 NA|NA|NA P COG1119 ABC-type molybdenum transport system, ATPase component photorepair protein PhrA -BSU_15350 224308.BSU15350 2.2e-256 891.0 Bacillus ylmB ko:K20895 ko00730,ko01100,map00730,map01100 R11313 RC00197 ko00000,ko00001,ko01000 Bacillus 1TQS9@1239,1ZQFB@1386,4HBWM@91061,COG0624@1,COG0624@2 NA|NA|NA E Acetylornithine deacetylase -BSU_15360 224308.BSU15360 3e-37 160.6 Bacillus ylmC Bacillus 1VEMT@1239,1ZI0Y@1386,4HNT3@91061,COG1873@1,COG1873@2 NA|NA|NA S sporulation protein -BSU_15370 224308.BSU15370 1.8e-158 565.1 Bacillus ylmD GO:0003674,GO:0005488,GO:0005507,GO:0043167,GO:0043169,GO:0046872,GO:0046914 ko:K05810 ko00000,ko01000 Bacillus 1TS34@1239,1ZBZZ@1386,4HFUM@91061,COG1496@1,COG1496@2 NA|NA|NA S Belongs to the multicopper oxidase YfiH RL5 family -BSU_15380 224308.BSU15380 4.9e-125 453.8 Bacillus ylmE GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0008144,GO:0019842,GO:0030170,GO:0036094,GO:0043167,GO:0043168,GO:0044464,GO:0048037,GO:0050662,GO:0070279,GO:0097159,GO:1901363 ko:K06997 ko00000 Bacillus 1TRDN@1239,1ZARM@1386,4HC45@91061,COG0325@1,COG0325@2 NA|NA|NA S Pyridoxal 5'-phosphate (PLP)-binding protein, which is involved in PLP homeostasis -BSU_15390 224308.BSU15390 2.3e-62 245.0 Bacillus sepF GO:0000910,GO:0003674,GO:0005488,GO:0005515,GO:0007049,GO:0008150,GO:0009987,GO:0016043,GO:0022402,GO:0022607,GO:0032506,GO:0042802,GO:0044085,GO:0051301,GO:0071840,GO:0090529 ko:K09772 ko00000,ko03036 Bacillus 1VER3@1239,1ZGE0@1386,4HKIC@91061,COG1799@1,COG1799@2 NA|NA|NA D Cell division protein that is part of the divisome complex and is recruited early to the Z-ring. Probably stimulates Z-ring formation, perhaps through the cross-linking of FtsZ protofilaments. Its function overlaps with FtsA -BSU_15400 224308.BSU15400 2.1e-39 167.9 Bacillus ylmG ko:K02221 ko00000,ko02044 Bacillus 1VEKA@1239,1ZHUZ@1386,4HNJR@91061,COG0762@1,COG0762@2 NA|NA|NA S membrane -BSU_15410 224308.BSU15410 1.5e-138 498.8 Bacillus ylmH Bacillus 1U5V2@1239,1ZC97@1386,4HD3F@91061,COG2302@1,COG2302@2 NA|NA|NA S conserved protein, contains S4-like domain -BSU_15420 224308.BSU15420 4.4e-67 260.8 Bacillus divIVA GO:0003674,GO:0005488,GO:0005515,GO:0042802 ko:K04074 ko00000,ko03036 Bacillus 1V27M@1239,1ZFNB@1386,4HG80@91061,COG3599@1,COG3599@2 NA|NA|NA D Cell division initiation protein -BSU_15430 224308.BSU15430 0.0 1882.1 Bacillus ileS 6.1.1.5 ko:K01870 ko00970,map00970 M00359,M00360 R03656 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TPS7@1239,1ZAQK@1386,4HAWB@91061,COG0060@1,COG0060@2 NA|NA|NA J amino acids such as valine, to avoid such errors it has two additional distinct tRNA(Ile)-dependent editing activities. One activity is designated as 'pretransfer' editing and involves the hydrolysis of activated Val-AMP. The other activity is designated 'posttransfer' editing and involves deacylation of mischarged Val-tRNA(Ile) -BSU_15440 224308.BSU15440 2.2e-63 248.1 Bacillus ylyA Bacillus 1UA3Y@1239,1ZGM6@1386,4IKDQ@91061,COG1734@1,COG1734@2 NA|NA|NA T COG1734 DnaK suppressor protein -BSU_15450 224308.BSU15450 3e-78 297.7 Bacillus lspA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.4.23.36 ko:K03101 ko03060,map03060 ko00000,ko00001,ko01000,ko01002 Bacillus 1VA9R@1239,1ZGBF@1386,4HIR4@91061,COG0597@1,COG0597@2 NA|NA|NA MU This protein specifically catalyzes the removal of signal peptides from prolipoproteins -BSU_15460 224308.BSU15460 1.9e-164 585.1 Bacillus ylyB GO:0000154,GO:0000455,GO:0001522,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009451,GO:0009982,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016853,GO:0016866,GO:0022613,GO:0031118,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0044085,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:1901360 5.4.99.23 ko:K06180 ko00000,ko01000,ko03009 Bacillus 1TPCM@1239,1ZC3M@1386,4HBG2@91061,COG0564@1,COG0564@2 NA|NA|NA J Responsible for synthesis of pseudouridine from uracil -BSU_15470 224308.BSU15470 3.6e-94 350.9 Bacillus pyrR GO:0003674,GO:0003700,GO:0006139,GO:0006220,GO:0006221,GO:0006355,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009165,GO:0009218,GO:0009220,GO:0009259,GO:0009260,GO:0009889,GO:0009987,GO:0010468,GO:0010556,GO:0018130,GO:0019219,GO:0019222,GO:0019438,GO:0019637,GO:0019693,GO:0031323,GO:0031326,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0046390,GO:0046483,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0055086,GO:0060255,GO:0065007,GO:0071704,GO:0072527,GO:0072528,GO:0080090,GO:0090407,GO:0140110,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1903506,GO:2000112,GO:2001141 2.4.2.9 ko:K02825 ko00240,ko01100,map00240,map01100 R00966 RC00063 ko00000,ko00001,ko01000,ko03000 Bacillus 1V3GV@1239,1ZB3P@1386,4HGYE@91061,COG2065@1,COG2065@2 NA|NA|NA F Also displays a weak uracil phosphoribosyltransferase activity which is not physiologically significant -BSU_15480 224308.BSU15480 8.8e-232 809.3 Bacillus pyrP ko:K02824 ko00000,ko02000 2.A.40.1.1,2.A.40.1.2 Bacillus 1TQKX@1239,1ZBWN@1386,4HAEU@91061,COG2233@1,COG2233@2 NA|NA|NA F Xanthine uracil -BSU_15490 224308.BSU15490 2.4e-167 594.7 Bacillus pyrB GO:0003674,GO:0003824,GO:0004070,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006220,GO:0006221,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009165,GO:0009218,GO:0009220,GO:0009259,GO:0009260,GO:0009987,GO:0016740,GO:0016741,GO:0016743,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.1.3.2 ko:K00609 ko00240,ko00250,ko01100,map00240,map00250,map01100 M00051 R01397 RC00064,RC02850 ko00000,ko00001,ko00002,ko01000 iYO844.BSU15490 Bacillus 1TQ96@1239,1ZBHG@1386,4H9M6@91061,COG0540@1,COG0540@2 NA|NA|NA F Belongs to the ATCase OTCase family -BSU_15500 224308.BSU15500 2.9e-251 874.0 Bacillus pyrC GO:0003674,GO:0003824,GO:0004038,GO:0004151,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006144,GO:0006145,GO:0006220,GO:0006221,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009112,GO:0009117,GO:0009165,GO:0009218,GO:0009220,GO:0009259,GO:0009260,GO:0009987,GO:0016787,GO:0016810,GO:0016812,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046113,GO:0046390,GO:0046483,GO:0046700,GO:0055086,GO:0071704,GO:0072521,GO:0072523,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576 3.5.2.3 ko:K01465 ko00240,ko01100,map00240,map01100 M00051 R01993 RC00632 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPQM@1239,1ZAS7@1386,4HA90@91061,COG0044@1,COG0044@2 NA|NA|NA F Belongs to the metallo-dependent hydrolases superfamily. DHOase family. Class I DHOase subfamily -BSU_15510 224308.BSU15510 8.4e-212 742.7 Bacillus carA GO:0000050,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005951,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0019627,GO:0019752,GO:0032991,GO:0034641,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0071704,GO:0071941,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1902494 6.3.5.5 ko:K01956 ko00240,ko00250,ko01100,map00240,map00250,map01100 M00051 R00256,R00575,R01395,R10948,R10949 RC00002,RC00010,RC00043,RC02750,RC02798,RC03314 ko00000,ko00001,ko00002,ko01000 iYO844.BSU15510 Bacillus 1TQ8N@1239,1ZB7G@1386,4H9Z0@91061,COG0505@1,COG0505@2 NA|NA|NA F Carbamoyl-phosphate synthetase glutamine chain -BSU_15520 224308.BSU15520 0.0 2086.6 Bacillus carB GO:0000050,GO:0003674,GO:0003824,GO:0004087,GO:0004088,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016874,GO:0016879,GO:0016884,GO:0019627,GO:0019752,GO:0034641,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0071704,GO:0071941,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 6.3.5.5 ko:K01955 ko00240,ko00250,ko01100,map00240,map00250,map01100 M00051 R00256,R00575,R01395,R10948,R10949 RC00002,RC00010,RC00043,RC02750,RC02798,RC03314 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPID@1239,1ZCEM@1386,4HAEY@91061,COG0458@1,COG0458@2 NA|NA|NA F Belongs to the CarB family -BSU_15530 224308.BSU15530 8.2e-145 519.6 Bacillus pyrK GO:0003674,GO:0003824,GO:0004152,GO:0006139,GO:0006220,GO:0006221,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009165,GO:0009218,GO:0009220,GO:0009259,GO:0009260,GO:0009987,GO:0016491,GO:0016627,GO:0016635,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0046390,GO:0046483,GO:0055086,GO:0055114,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 ko:K02823 ko00240,ko01100,map00240,map01100 ko00000,ko00001 iYO844.BSU15530 Bacillus 1TQ5D@1239,1ZBJI@1386,4HAU4@91061,COG0543@1,COG0543@2 NA|NA|NA C Responsible for channeling the electrons from the oxidation of dihydroorotate from the FMN redox center in the PyrD type B subunit to the ultimate electron acceptor NAD( ) -BSU_15540 224308.BSU15540 4.9e-176 623.6 Bacillus pyrD GO:0003674,GO:0003824,GO:0004152,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006206,GO:0006207,GO:0006220,GO:0006221,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009112,GO:0009117,GO:0009165,GO:0009218,GO:0009220,GO:0009259,GO:0009260,GO:0009987,GO:0016491,GO:0016627,GO:0016635,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0019856,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046112,GO:0046390,GO:0046483,GO:0055086,GO:0055114,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 1.3.1.14 ko:K17828 ko00240,ko01100,map00240,map01100 M00051 R01869 RC00051 ko00000,ko00001,ko00002,ko01000 iYO844.BSU15540 Bacillus 1TPFV@1239,1ZBNC@1386,4HA5H@91061,COG0167@1,COG0167@2 NA|NA|NA F Belongs to the dihydroorotate dehydrogenase family. Type 1 subfamily -BSU_15550 224308.BSU15550 1.4e-125 455.7 Bacillus pyrF GO:0003674,GO:0003824,GO:0004590,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006206,GO:0006207,GO:0006220,GO:0006221,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009112,GO:0009117,GO:0009165,GO:0009218,GO:0009220,GO:0009259,GO:0009260,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0019856,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046112,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 4.1.1.23 ko:K01591 ko00240,ko01100,map00240,map01100 M00051 R00965 RC00409 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPPH@1239,1ZB1I@1386,4HAJ2@91061,COG0284@1,COG0284@2 NA|NA|NA F Catalyzes the decarboxylation of orotidine 5'- monophosphate (OMP) to uridine 5'-monophosphate (UMP) -BSU_15560 224308.BSU15560 5.9e-120 436.8 Bacillus pyrE 2.4.2.10 ko:K00762 ko00240,ko01100,map00240,map01100 M00051 R01870 RC00611 ko00000,ko00001,ko00002,ko01000 iYO844.BSU15560 Bacillus 1V1BZ@1239,1ZASD@1386,4HFV7@91061,COG0461@1,COG0461@2 NA|NA|NA F Catalyzes the transfer of a ribosyl phosphate group from 5-phosphoribose 1-diphosphate to orotate, leading to the formation of orotidine monophosphate (OMP) -BSU_15570 224308.BSU15570 5.9e-142 510.0 Bacillus cysH GO:0003674,GO:0003824,GO:0004604,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0008152,GO:0016491,GO:0016667,GO:0016671,GO:0044424,GO:0044464,GO:0055114 1.8.4.10,1.8.4.8 ko:K00390 ko00920,ko01100,ko01120,map00920,map01100,map01120 M00176 R02021 RC00007,RC02862 ko00000,ko00001,ko00002,ko01000 iYO844.BSU15570 Bacillus 1TSMI@1239,1ZCBJ@1386,4HA9E@91061,COG0175@1,COG0175@2 NA|NA|NA EH Belongs to the PAPS reductase family. CysH subfamily -BSU_15580 224308.BSU15580 1.8e-179 635.2 Bacillus cysP GO:0003674,GO:0005215,GO:0005315,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006817,GO:0006820,GO:0008150,GO:0015291,GO:0015318,GO:0015698,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0035435,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944,GO:0098656,GO:0098660,GO:0098661 ko:K16331 ko00000,ko02000 2.A.20.4 Bacillus 1TQ3D@1239,1ZBFE@1386,4HAPD@91061,COG0306@1,COG0306@2 NA|NA|NA P phosphate transporter -BSU_15590 224308.BSU15590 2.2e-223 781.2 Bacillus sat 2.7.7.4 ko:K00958 ko00230,ko00261,ko00450,ko00920,ko01100,ko01120,ko01130,map00230,map00261,map00450,map00920,map01100,map01120,map01130 M00176,M00596 R00529,R04929 RC02809,RC02889 ko00000,ko00001,ko00002,ko01000 Bacillus 1TR4C@1239,1ZCB4@1386,4HC20@91061,COG2046@1,COG2046@2 NA|NA|NA P Belongs to the sulfate adenylyltransferase family -BSU_15600 224308.BSU15600 1.2e-108 399.1 Bacillus cysC GO:0003674,GO:0003824,GO:0004020,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0044237 2.7.1.25 ko:K00860 ko00230,ko00920,ko01100,ko01120,map00230,map00920,map01100,map01120 M00176 R00509,R04928 RC00002,RC00078 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQXK@1239,1ZBCZ@1386,4HB96@91061,COG0529@1,COG0529@2 NA|NA|NA P Catalyzes the synthesis of activated sulfate -BSU_15610 224308.BSU15610 3.7e-145 520.8 Bacillus cysG GO:0003674,GO:0003824,GO:0004851,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008169,GO:0008757,GO:0009058,GO:0009987,GO:0016740,GO:0016741,GO:0018130,GO:0019354,GO:0019438,GO:0032259,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0044237,GO:0044249,GO:0044271,GO:0046148,GO:0046156,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.1.1.107 ko:K02303 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R03194 RC00003,RC00871 ko00000,ko00001,ko00002,ko01000 iYO844.BSU15610 Bacillus 1TQNH@1239,1ZBV1@1386,4HBB7@91061,COG0007@1,COG0007@2 NA|NA|NA H Belongs to the precorrin methyltransferase family -BSU_15620 224308.BSU15620 3.4e-146 524.2 Bacillus sirB 4.99.1.4 ko:K03794 ko00860,ko01100,ko01110,map00860,map01100,map01110 M00121 R02864 RC01012 ko00000,ko00001,ko00002,ko01000 Bacillus 1TRDV@1239,1ZGH1@1386,4H9RT@91061,COG2138@1,COG2138@2 NA|NA|NA S Sirohydrochlorin ferrochelatase -BSU_15630 224308.BSU15630 7.3e-83 313.2 Bacillus sirC 1.3.1.76,4.99.1.4 ko:K02304 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R02864,R03947 RC01012,RC01034 ko00000,ko00001,ko00002,ko01000 Bacillus 1VA2E@1239,1ZHMG@1386,4HIRG@91061,COG1648@1,COG1648@2 NA|NA|NA H Siroheme synthase -BSU_15640 224308.BSU15640 0.0 1127.5 Bacillus yloA Bacillus 1TQ8A@1239,1ZBGD@1386,4H9UF@91061,COG1293@1,COG1293@2 NA|NA|NA K RNA-binding protein homologous to eukaryotic snRNP -BSU_15650 224308.BSU15650 0.0 1689.5 Bacillus yloB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.6.3.8 ko:K01537 ko00000,ko01000 3.A.3.2 iYO844.BSU15650 Bacillus 1TPF5@1239,1ZCDJ@1386,4H9S5@91061,COG0474@1,COG0474@2 NA|NA|NA P COG0474 Cation transport ATPase -BSU_15660 224308.BSU15660 4e-156 557.4 Bacillus yloC Bacillus 1TQHJ@1239,1ZCGE@1386,4HAK9@91061,COG1561@1,COG1561@2 NA|NA|NA S stress-induced protein -BSU_15670 1051501.AYTL01000027_gene1154 2.5e-40 171.0 Bacillus ylzA ko:K09777 ko00000 Bacillus 1VA40@1239,1ZHVQ@1386,4HKDP@91061,COG2052@1,COG2052@2 NA|NA|NA S Belongs to the UPF0296 family -BSU_15680 224308.BSU15680 5.2e-110 403.7 Bacillus gmk GO:0003674,GO:0003824,GO:0004385,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009116,GO:0009117,GO:0009119,GO:0009123,GO:0009126,GO:0009132,GO:0009135,GO:0009150,GO:0009161,GO:0009165,GO:0009167,GO:0009179,GO:0009185,GO:0009259,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0018130,GO:0019205,GO:0019438,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0042278,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046037,GO:0046128,GO:0046483,GO:0046710,GO:0046940,GO:0050145,GO:0055086,GO:0071704,GO:0072521,GO:0090407,GO:1901068,GO:1901135,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901576,GO:1901657 2.7.4.8 ko:K00942 ko00230,ko01100,map00230,map01100 M00050 R00332,R02090 RC00002 ko00000,ko00001,ko00002,ko01000 iYO844.BSU15680 Bacillus 1TP0M@1239,1ZBZI@1386,4HAYW@91061,COG0194@1,COG0194@2 NA|NA|NA F Essential for recycling GMP and indirectly, cGMP -BSU_15690 1051501.AYTL01000027_gene1156 3.6e-28 130.2 Bacillus rpoZ 2.7.7.6 ko:K03060 ko00230,ko00240,ko01100,ko03020,map00230,map00240,map01100,map03020 M00183 R00435,R00441,R00442,R00443 RC02795 br01611,ko00000,ko00001,ko00002,ko01000,ko03021,ko03400 Bacillus 1VK74@1239,1ZIVD@1386,4HNHS@91061,COG1758@1,COG1758@2 NA|NA|NA K Promotes RNA polymerase assembly. Latches the N- and C- terminal regions of the beta' subunit thereby facilitating its interaction with the beta and alpha subunits -BSU_15700 224308.BSU15700 1.5e-225 788.5 Bacillus coaBC 4.1.1.36,6.3.2.5 ko:K13038 ko00770,ko01100,map00770,map01100 M00120 R03269,R04231 RC00064,RC00090,RC00822 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPP3@1239,1ZD3R@1386,4HAK8@91061,COG0452@1,COG0452@2 NA|NA|NA H Catalyzes two steps in the biosynthesis of coenzyme A. In the first step cysteine is conjugated to 4'-phosphopantothenate to form 4-phosphopantothenoylcysteine, in the latter compound is decarboxylated to form 4'-phosphopantotheine -BSU_15710 224308.BSU15710 0.0 1587.4 Bacillus priA GO:0003674,GO:0003678,GO:0003824,GO:0004003,GO:0004386,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006268,GO:0006270,GO:0006281,GO:0006302,GO:0006310,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0006996,GO:0008026,GO:0008094,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0032392,GO:0032508,GO:0033554,GO:0034641,GO:0034645,GO:0042623,GO:0043138,GO:0043140,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0046483,GO:0050896,GO:0051276,GO:0051716,GO:0070035,GO:0071103,GO:0071704,GO:0071840,GO:0090304,GO:0140097,GO:1901360,GO:1901576 ko:K04066 ko03440,map03440 ko00000,ko00001,ko01000,ko03400 Bacillus 1TNYB@1239,1ZCBY@1386,4H9WW@91061,COG1198@1,COG1198@2 NA|NA|NA L Involved in the restart of stalled replication forks. Recognizes and binds the arrested nascent DNA chain at stalled replication forks. It can open the DNA duplex, via its helicase activity, and promote assembly of the primosome and loading of the major replicative helicase DnaB onto DNA -BSU_15720 224308.BSU15720 1e-84 319.3 Bacillus def1 GO:0003674,GO:0003824,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0008463,GO:0009987,GO:0016787,GO:0016810,GO:0016811,GO:0018193,GO:0018206,GO:0019538,GO:0031365,GO:0036211,GO:0042586,GO:0043170,GO:0043412,GO:0043686,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:1901564 3.5.1.88 ko:K01462 ko00000,ko01000 Bacillus 1V70B@1239,1ZGES@1386,4HHMA@91061,COG0242@1,COG0242@2 NA|NA|NA J Removes the formyl group from the N-terminal Met of newly synthesized proteins. Requires at least a dipeptide for an efficient rate of reaction. N-terminal L-methionine is a prerequisite for activity but the enzyme has broad specificity at other positions -BSU_15730 224308.BSU15730 6.5e-176 623.2 Bacillus fmt GO:0003674,GO:0003824,GO:0004479,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006412,GO:0006413,GO:0006464,GO:0006518,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016741,GO:0016742,GO:0019538,GO:0019988,GO:0034470,GO:0034641,GO:0034645,GO:0034660,GO:0036211,GO:0043043,GO:0043170,GO:0043412,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0046483,GO:0071704,GO:0071951,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 2.1.2.9 ko:K00604 ko00670,ko00970,map00670,map00970 R03940 RC00026,RC00165 ko00000,ko00001,ko01000 Bacillus 1TQ32@1239,1ZBSP@1386,4HART@91061,COG0223@1,COG0223@2 NA|NA|NA J Attaches a formyl group to the free amino group of methionyl-tRNA(fMet). The formyl group appears to play a dual role in the initiator identity of N-formylmethionyl-tRNA by promoting its recognition by IF2 and preventing the misappropriation of this tRNA by the elongation apparatus -BSU_15740 224308.BSU15740 4.9e-254 883.2 Bacillus rsmB GO:0000154,GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008169,GO:0008173,GO:0008649,GO:0008757,GO:0009383,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016434,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0070475,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.176 ko:K03500 ko00000,ko01000,ko03009 Bacillus 1TP3N@1239,1ZCWU@1386,4HBQ6@91061,COG0144@1,COG0144@2,COG0781@1,COG0781@2 NA|NA|NA J Specifically methylates the cytosine at position 967 (m5C967) of 16S rRNA -BSU_15750 224308.BSU15750 8.1e-207 726.1 Bacillus rlmN GO:0000154,GO:0001510,GO:0003674,GO:0003824,GO:0006139,GO:0006364,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0008168,GO:0008173,GO:0008175,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016740,GO:0016741,GO:0022613,GO:0030488,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0070475,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140101,GO:0140102,GO:1901360 2.1.1.192 ko:K06941 ko00000,ko01000,ko03009 Bacillus 1TPVF@1239,1ZBCJ@1386,4H9NU@91061,COG0820@1,COG0820@2 NA|NA|NA J Specifically methylates position 2 of adenine 2503 in 23S rRNA and position 2 of adenine 37 in tRNAs -BSU_15760 224308.BSU15760 4.2e-141 507.3 Bacillus prpC 3.1.3.16 ko:K20074 ko00000,ko01000,ko01009 Bacillus 1V6K5@1239,1ZCYC@1386,4HCDR@91061,COG0631@1,COG0631@2 NA|NA|NA T phosphatase -BSU_15770 224308.BSU15770 0.0 1246.1 Bacillus prkC GO:0002237,GO:0003674,GO:0003824,GO:0004672,GO:0004674,GO:0005488,GO:0005539,GO:0005575,GO:0005623,GO:0005886,GO:0006464,GO:0006468,GO:0006793,GO:0006796,GO:0006807,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0009605,GO:0009607,GO:0009617,GO:0009719,GO:0009847,GO:0009987,GO:0010033,GO:0010243,GO:0016020,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019538,GO:0023052,GO:0032494,GO:0032502,GO:0036211,GO:0042221,GO:0042834,GO:0043170,GO:0043207,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051704,GO:0051707,GO:0051716,GO:0065007,GO:0070887,GO:0071216,GO:0071219,GO:0071224,GO:0071310,GO:0071417,GO:0071495,GO:0071704,GO:0071944,GO:0097367,GO:0140096,GO:1901564,GO:1901698,GO:1901699,GO:1901700,GO:1901701 2.7.11.1 ko:K12132 ko00000,ko01000,ko01001 Bacillus 1TP3F@1239,1ZBBU@1386,4H9KD@91061,COG0515@1,COG0515@2,COG2815@1,COG2815@2 NA|NA|NA KLT serine threonine protein kinase -BSU_15780 224308.BSU15780 1.9e-169 601.7 Bacillus rsgA 3.1.3.100 ko:K06949 ko00730,ko01100,map00730,map01100 R00615,R02135 RC00002,RC00017 ko00000,ko00001,ko01000,ko03009 Bacillus 1TPSQ@1239,1ZB4W@1386,4HA9W@91061,COG1162@1,COG1162@2 NA|NA|NA S One of several proteins that assist in the late maturation steps of the functional core of the 30S ribosomal subunit. Helps release RbfA from mature subunits. May play a role in the assembly of ribosomal proteins into the subunit. Circularly permuted GTPase that catalyzes slow GTP hydrolysis, GTPase activity is stimulated by the 30S ribosomal subunit -BSU_15790 224308.BSU15790 7.2e-118 429.9 Bacillus rpe GO:0003674,GO:0003824,GO:0004750,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005996,GO:0006081,GO:0006098,GO:0006139,GO:0006725,GO:0006732,GO:0006733,GO:0006739,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009052,GO:0009056,GO:0009117,GO:0009987,GO:0016052,GO:0016853,GO:0016854,GO:0016857,GO:0019321,GO:0019323,GO:0019362,GO:0019637,GO:0019682,GO:0019693,GO:0034641,GO:0043167,GO:0043169,GO:0044237,GO:0044238,GO:0044262,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046365,GO:0046483,GO:0046496,GO:0046872,GO:0051156,GO:0051186,GO:0055086,GO:0071704,GO:0072524,GO:1901135,GO:1901360,GO:1901564,GO:1901575 5.1.3.1 ko:K01783 ko00030,ko00040,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00030,map00040,map00710,map01100,map01110,map01120,map01130,map01200,map01230 M00004,M00007 R01529 RC00540 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQK8@1239,1ZCUF@1386,4H9RW@91061,COG0036@1,COG0036@2 NA|NA|NA G Belongs to the ribulose-phosphate 3-epimerase family -BSU_15800 224308.BSU15800 5.3e-121 440.3 Bacillus thiN 2.7.6.2 ko:K00949 ko00730,ko01100,map00730,map01100 R00619 RC00002,RC00017 ko00000,ko00001,ko01000 Bacillus 1VA0W@1239,1ZD4A@1386,4HHS1@91061,COG1564@1,COG1564@2 NA|NA|NA H thiamine pyrophosphokinase -BSU_15820 224308.BSU15820 9.2e-26 122.1 Bacillus rpmB ko:K02902 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VEI2@1239,1ZIVY@1386,4HNIK@91061,COG0227@1,COG0227@2 NA|NA|NA J Belongs to the bacterial ribosomal protein bL28 family -BSU_15830 224308.BSU15830 9.3e-59 232.6 Bacillus yloU Bacillus 1V731@1239,1ZG6I@1386,4HIS4@91061,COG1302@1,COG1302@2 NA|NA|NA S protein conserved in bacteria -BSU_15840 224308.BSU15840 4.6e-302 1043.1 Bacillus yloV ko:K07030 ko00000 Bacillus 1TQMX@1239,1ZBRP@1386,4HBSE@91061,COG1461@1,COG1461@2 NA|NA|NA S kinase related to dihydroxyacetone kinase -BSU_15850 224308.BSU15850 3.3e-118 431.0 Bacillus sdaAB GO:0003674,GO:0003824,GO:0003941,GO:0016829,GO:0016840,GO:0016841 4.3.1.17 ko:K01752 ko00260,ko00270,ko01100,ko01110,ko01130,ko01200,ko01230,map00260,map00270,map01100,map01110,map01130,map01200,map01230 R00220,R00590 RC00331,RC02600 ko00000,ko00001,ko01000 Bacillus 1U8TZ@1239,1ZCRK@1386,4HBD6@91061,COG1760@1,COG1760@2 NA|NA|NA E L-serine dehydratase -BSU_15860 224308.BSU15860 1.6e-155 555.4 Bacillus sdaAA GO:0003674,GO:0003824,GO:0003941,GO:0016829,GO:0016840,GO:0016841 4.3.1.17 ko:K01752 ko00260,ko00270,ko01100,ko01110,ko01130,ko01200,ko01230,map00260,map00270,map01100,map01110,map01130,map01200,map01230 R00220,R00590 RC00331,RC02600 ko00000,ko00001,ko01000 Bacillus 1TP79@1239,1ZC9A@1386,4HAI1@91061,COG1760@1,COG1760@2 NA|NA|NA E L-serine dehydratase -BSU_15870 224308.BSU15870 0.0 1341.6 Bacillus recG GO:0003674,GO:0003724,GO:0003824,GO:0004004,GO:0004386,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006725,GO:0006807,GO:0008026,GO:0008150,GO:0008152,GO:0008186,GO:0009987,GO:0010501,GO:0016070,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0034641,GO:0042623,GO:0043170,GO:0044237,GO:0044238,GO:0044424,GO:0044464,GO:0046483,GO:0070035,GO:0071704,GO:0090304,GO:0140098,GO:1901360 3.6.4.12 ko:K03655 ko03440,map03440 ko00000,ko00001,ko01000,ko03400 Bacillus 1TQ6I@1239,1ZC17@1386,4HAWN@91061,COG1200@1,COG1200@2 NA|NA|NA L Critical role in recombination and DNA repair. Helps process Holliday junction intermediates to mature products by catalyzing branch migration. Has a DNA unwinding activity characteristic of a DNA helicase with a 3'- to 5'- polarity. Unwinds branched duplex DNA (Y-DNA) -BSU_15880 224308.BSU15880 6.8e-80 303.5 Bacillus fapR Bacillus 1V3MJ@1239,1ZAV1@1386,4HHFC@91061,COG1349@1,COG1349@2,COG2050@1,COG2050@2 NA|NA|NA K Transcriptional factor involved in regulation of membrane lipid biosynthesis by repressing genes involved in fatty acid and phospholipid metabolism -BSU_15890 224308.BSU15890 9.5e-178 629.4 Bacillus plsX GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 2.3.1.15 ko:K03621 ko00561,ko00564,ko01100,ko01110,map00561,map00564,map01100,map01110 M00089 R00851,R09380 RC00004,RC00039,RC00041 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1TPXS@1239,1ZBW8@1386,4HA0R@91061,COG0416@1,COG0416@2 NA|NA|NA I Catalyzes the reversible formation of acyl-phosphate (acyl-PO(4)) from acyl- acyl-carrier-protein (acyl-ACP). This enzyme utilizes acyl-ACP as fatty acyl donor, but not acyl-CoA -BSU_15900 224308.BSU15900 1.5e-169 602.1 Bacillus fabD 2.3.1.39 ko:K00645 ko00061,ko00333,ko01100,ko01130,ko01212,map00061,map00333,map01100,map01130,map01212 M00082 R01626,R11671 RC00004,RC00039,RC02727 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1TPB7@1239,1ZBGQ@1386,4HBCU@91061,COG0331@1,COG0331@2 NA|NA|NA I malonyl CoA-acyl carrier protein transacylase -BSU_15910 224308.BSU15910 1e-128 466.1 Bacillus fabG 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 iYO844.BSU15910 Bacillus 1TP76@1239,1ZCDY@1386,4HAA6@91061,COG1028@1,COG1028@2 NA|NA|NA IQ reductase -BSU_15920 1051501.AYTL01000027_gene1178 4.8e-32 143.3 Bacillus acpP GO:0000035,GO:0000036,GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0006082,GO:0006629,GO:0006631,GO:0006633,GO:0006643,GO:0006644,GO:0006664,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0009058,GO:0009245,GO:0009247,GO:0009311,GO:0009312,GO:0009987,GO:0016051,GO:0016053,GO:0019637,GO:0019752,GO:0019842,GO:0031177,GO:0032787,GO:0033218,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0044620,GO:0046394,GO:0046467,GO:0046493,GO:0048037,GO:0051192,GO:0071704,GO:0072330,GO:0072341,GO:0090407,GO:0140104,GO:1901135,GO:1901137,GO:1901269,GO:1901271,GO:1901576,GO:1903509 ko:K02078 ko00000,ko00001 Bacillus 1VEE3@1239,1ZHY7@1386,4HNQ0@91061,COG0236@1,COG0236@2 NA|NA|NA IQ Carrier of the growing fatty acid chain in fatty acid biosynthesis -BSU_15930 224308.BSU15930 2.6e-135 488.0 Bacillus rnc GO:0003674,GO:0003676,GO:0003723,GO:0003725,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004525,GO:0004540,GO:0005488,GO:0006139,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016787,GO:0016788,GO:0016891,GO:0016893,GO:0032296,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0097159,GO:0140098,GO:1901360,GO:1901363 3.1.26.3 ko:K03685 ko03008,ko05205,map03008,map05205 ko00000,ko00001,ko01000,ko03009,ko03019,ko03036 Bacillus 1TPGC@1239,1ZAPM@1386,4HAWU@91061,COG0571@1,COG0571@2 NA|NA|NA J Digests double-stranded RNA. Involved in the processing of primary rRNA transcript to yield the immediate precursors to the large and small rRNAs (23S and 16S). Processes some mRNAs, and tRNAs when they are encoded in the rRNA operon. Processes pre- crRNA and tracrRNA of type II CRISPR loci if present in the organism -BSU_15940 224308.BSU15940 0.0 1697.6 Bacillus smc GO:0003674,GO:0005488,GO:0005515,GO:0042802 ko:K03529 ko00000,ko03036 Bacillus 1TPJV@1239,1ZAWM@1386,4HB89@91061,COG1196@1,COG1196@2 NA|NA|NA D Required for chromosome condensation and partitioning -BSU_15950 224308.BSU15950 1.5e-175 622.1 Bacillus ftsY ko:K03110 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 ko00000,ko00001,ko00002,ko02044 3.A.5.1,3.A.5.2,3.A.5.7 Bacillus 1TPRI@1239,1ZB46@1386,4HA6A@91061,COG0552@1,COG0552@2 NA|NA|NA U Involved in targeting and insertion of nascent membrane proteins into the cytoplasmic membrane. Acts as a receptor for the complex formed by the signal recognition particle (SRP) and the ribosome-nascent chain (RNC) -BSU_15960 224308.BSU15960 4.9e-87 327.0 Bacilli Bacillus 1V1BK@1239,28M0G@1,2ZJQW@2,4HHTK@91061 NA|NA|NA -BSU_15970 1051501.AYTL01000027_gene1184 2.8e-49 201.1 Bacillus ylxM ko:K09787 ko00000 Bacillus 1VEGP@1239,1ZH7Z@1386,4HKK6@91061,COG2739@1,COG2739@2 NA|NA|NA S Might take part in the signal recognition particle (SRP) pathway. This is inferred from the conservation of its genetic proximity to ftsY ffh. May be a regulatory protein -BSU_15980 224308.BSU15980 7.9e-236 822.8 Bacillus ffh 3.6.5.4 ko:K03106 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 ko00000,ko00001,ko00002,ko01000,ko02044 3.A.5.1,3.A.5.2,3.A.5.7,3.A.5.8,3.A.5.9 Bacillus 1TP06@1239,1ZB4I@1386,4H9T4@91061,COG0541@1,COG0541@2 NA|NA|NA U Involved in targeting and insertion of nascent membrane proteins into the cytoplasmic membrane. Binds to the hydrophobic signal sequence of the ribosome-nascent chain (RNC) as it emerges from the ribosomes. The SRP-RNC complex is then targeted to the cytoplasmic membrane where it interacts with the SRP receptor FtsY -BSU_15990 1051501.AYTL01000027_gene1186 1.9e-43 181.4 Bacillus rpsP GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0019538,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044446,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02959 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011,ko03029 Bacillus 1VA0X@1239,1ZGXP@1386,4HKNN@91061,COG0228@1,COG0228@2 NA|NA|NA J Belongs to the bacterial ribosomal protein bS16 family -BSU_16000 224308.BSU16000 2e-36 157.9 Bacillus ylqC ko:K06960 ko00000 Bacillus 1VEG7@1239,1ZIW7@1386,4HNX0@91061,COG1837@1,COG1837@2 NA|NA|NA S Belongs to the UPF0109 family -BSU_16010 224308.BSU16010 2.1e-61 241.5 Bacillus ylqD Bacillus 1W0UI@1239,1ZQSB@1386,2FI10@1,349TX@2,4HYP9@91061 NA|NA|NA S YlqD protein -BSU_16020 224308.BSU16020 9e-95 352.8 Bacillus rimM ko:K02860 ko00000,ko03009 Bacillus 1V6HD@1239,1ZFP2@1386,4HH3H@91061,COG0806@1,COG0806@2 NA|NA|NA J An accessory protein needed during the final step in the assembly of 30S ribosomal subunit, possibly for assembly of the head region. Probably interacts with S19. Essential for efficient processing of 16S rRNA. May be needed both before and after RbfA during the maturation of 16S rRNA. It has affinity for free ribosomal 30S subunits but not for 70S ribosomes -BSU_16030 224308.BSU16030 4.1e-138 497.3 Bacillus trmD GO:0001510,GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0008168,GO:0008173,GO:0008175,GO:0008757,GO:0009019,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016423,GO:0016740,GO:0016741,GO:0016772,GO:0016779,GO:0030488,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0050518,GO:0070567,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360 2.1.1.228 ko:K00554 R00597 RC00003,RC00334 ko00000,ko01000,ko03016 Bacillus 1TPBV@1239,1ZD4X@1386,4HBFV@91061,COG0336@1,COG0336@2 NA|NA|NA J Belongs to the RNA methyltransferase TrmD family -BSU_16040 224308.BSU16040 3.2e-56 224.2 Bacillus rplS GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0015934,GO:0022625,GO:0022626,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:1990904 ko:K02884 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V6FT@1239,1ZGDK@1386,4HIK3@91061,COG0335@1,COG0335@2 NA|NA|NA J This protein is located at the 30S-50S ribosomal subunit interface and may play a role in the structure and function of the aminoacyl-tRNA binding site -BSU_16050 224308.BSU16050 7.1e-158 563.1 Bacillus rbgA GO:0003674,GO:0003824,GO:0003924,GO:0008150,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0017111,GO:0022613,GO:0042254,GO:0044085,GO:0071840 ko:K14540 ko00000,ko03009 Bacillus 1TQGK@1239,1ZB63@1386,4HA4D@91061,COG1161@1,COG1161@2 NA|NA|NA S Required for a late step of 50S ribosomal subunit assembly. Has GTPase activity -BSU_16060 224308.BSU16060 6.9e-136 490.0 Bacillus rnhB GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004523,GO:0004540,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006271,GO:0006273,GO:0006281,GO:0006298,GO:0006401,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009058,GO:0009059,GO:0009987,GO:0016070,GO:0016787,GO:0016788,GO:0016891,GO:0016893,GO:0019439,GO:0022616,GO:0032299,GO:0032991,GO:0033554,GO:0033567,GO:0034641,GO:0034645,GO:0034655,GO:0043137,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044260,GO:0044265,GO:0044270,GO:0044424,GO:0044464,GO:0046483,GO:0046700,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0140098,GO:1901360,GO:1901361,GO:1901575,GO:1901576 3.1.26.4 ko:K03470 ko03030,map03030 ko00000,ko00001,ko01000,ko03032 Bacillus 1V1D6@1239,1ZB7H@1386,4HB7M@91061,COG0164@1,COG0164@2 NA|NA|NA L Endonuclease that specifically degrades the RNA of RNA- DNA hybrids -BSU_16070 224308.BSU16070 1.4e-290 1005.0 Bacillus ylqG Bacillus 1TT0I@1239,1ZCY5@1386,2C5DW@1,2Z7RX@2,4HDMQ@91061 NA|NA|NA -BSU_16080 224308.BSU16080 5e-44 183.3 Bacillus ylqH ko:K04061 ko00000,ko02044 Bacillus 1VF4R@1239,1ZIW6@1386,4HPCF@91061,COG2257@1,COG2257@2 NA|NA|NA S homolog of the cytoplasmic domain of flagellar protein FhlB -BSU_16090 224308.BSU16090 5.8e-211 740.0 Bacillus sucC GO:0003674,GO:0003824,GO:0004774,GO:0004775,GO:0006082,GO:0006091,GO:0006099,GO:0006101,GO:0008150,GO:0008152,GO:0009060,GO:0009987,GO:0015980,GO:0016874,GO:0016877,GO:0016878,GO:0016999,GO:0017144,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0045333,GO:0055114,GO:0071704,GO:0072350 6.2.1.5 ko:K01903 ko00020,ko00640,ko00660,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,map00020,map00640,map00660,map00720,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00173,M00374,M00620 R00405,R02404 RC00004,RC00014 ko00000,ko00001,ko00002,ko01000 iYO844.BSU16090 Bacillus 1TQG4@1239,1ZB9P@1386,4HA3W@91061,COG0045@1,COG0045@2 NA|NA|NA C Succinyl-CoA synthetase functions in the citric acid cycle (TCA), coupling the hydrolysis of succinyl-CoA to the synthesis of either ATP or GTP and thus represents the only step of substrate-level phosphorylation in the TCA. The beta subunit provides nucleotide specificity of the enzyme and binds the substrate succinate, while the binding sites for coenzyme A and phosphate are found in the alpha subunit -BSU_16100 224308.BSU16100 1.8e-167 595.1 Bacillus sucD 6.2.1.5 ko:K01902 ko00020,ko00640,ko00660,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,map00020,map00640,map00660,map00720,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00173,M00374,M00620 R00405,R02404 RC00004,RC00014 ko00000,ko00001,ko00002,ko01000 iYO844.BSU16100 Bacillus 1TPIT@1239,1ZCHE@1386,4HA2J@91061,COG0074@1,COG0074@2 NA|NA|NA C Succinyl-CoA synthetase functions in the citric acid cycle (TCA), coupling the hydrolysis of succinyl-CoA to the synthesis of either ATP or GTP and thus represents the only step of substrate-level phosphorylation in the TCA. The alpha subunit of the enzyme binds the substrates coenzyme A and phosphate, while succinate binding and nucleotide specificity is provided by the beta subunit -BSU_16110 224308.BSU16110 2.9e-170 604.4 Bacillus dprA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 ko:K04096 ko00000 Bacillus 1TPP7@1239,1ZBZ3@1386,4HGWM@91061,COG0758@1,COG0758@2 NA|NA|NA LU Rossmann fold nucleotide-binding protein involved in DNA uptake -BSU_16120 224308.BSU16120 0.0 1382.9 Bacillus topA 5.99.1.2 ko:K03168 ko00000,ko01000,ko03032,ko03400 Bacillus 1TPUS@1239,1ZB7D@1386,4HA6C@91061,COG0550@1,COG0550@2 NA|NA|NA L Releases the supercoiling and torsional tension of DNA, which is introduced during the DNA replication and transcription, by transiently cleaving and rejoining one strand of the DNA duplex. Introduces a single-strand break via transesterification at a target site in duplex DNA. The scissile phosphodiester is attacked by the catalytic tyrosine of the enzyme, resulting in the formation of a DNA-(5'-phosphotyrosyl)-enzyme intermediate and the expulsion of a 3'-OH DNA strand. The free DNA strand then undergoes passage around the unbroken strand, thus removing DNA supercoils. Finally, in the religation step, the DNA 3'-OH attacks the covalent intermediate to expel the active-site tyrosine and restore the DNA phosphodiester backbone -BSU_16130 224308.BSU16130 1.3e-246 858.6 Bacillus trmFO GO:0000166,GO:0001510,GO:0002097,GO:0002098,GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0030488,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0036094,GO:0043167,GO:0043168,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0048037,GO:0050660,GO:0050662,GO:0071704,GO:0090304,GO:0097159,GO:1901265,GO:1901360,GO:1901363 2.1.1.74 ko:K04094 ko00000,ko01000,ko03016,ko03036 Bacillus 1TP67@1239,1ZAR2@1386,4HB27@91061,COG1206@1,COG1206@2 NA|NA|NA J Catalyzes the folate-dependent formation of 5-methyl- uridine at position 54 (M-5-U54) in all tRNAs -BSU_16140 224308.BSU16140 4.3e-169 600.5 Bacillus xerC ko:K03733 ko00000,ko03036 Bacillus 1TPQB@1239,1ZB91@1386,4HARA@91061,COG4974@1,COG4974@2 NA|NA|NA L tyrosine recombinase XerC -BSU_16150 224308.BSU16150 7.4e-92 343.2 Bacillus hslV 3.4.25.2 ko:K01419 ko00000,ko01000,ko01002 Bacillus 1TPXK@1239,1ZCMN@1386,4H9PD@91061,COG5405@1,COG5405@2 NA|NA|NA O Protease subunit of a proteasome-like degradation complex believed to be a general protein degrading machinery -BSU_16160 224308.BSU16160 2.6e-250 870.9 Bacillus hslU ko:K03667 ko00000,ko03110 Bacillus 1TPKQ@1239,1ZCWK@1386,4HA83@91061,COG1220@1,COG1220@2 NA|NA|NA O this subunit has chaperone activity. The binding of ATP and its subsequent hydrolysis by HslU are essential for unfolding of protein substrates subsequently hydrolyzed by HslV. HslU recognizes the N-terminal part of its protein substrates and unfolds these before they are guided to HslV for hydrolysis -BSU_16170 1051501.AYTL01000027_gene1204 1.6e-135 488.8 Bacillus codY GO:0000976,GO:0001067,GO:0001130,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0044424,GO:0044464,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:1990837,GO:2000112,GO:2000113,GO:2001141 ko:K03706 ko00000,ko03000 Bacillus 1TS7A@1239,1ZBT9@1386,4HA9U@91061,COG4465@1,COG4465@2 NA|NA|NA K DNA-binding protein that represses the expression of many genes that are induced as cells make the transition from rapid exponential growth to stationary phase. It is a GTP-binding protein that senses the intracellular GTP concentration as an indicator of nutritional limitations. At low GTP concentration it no longer binds GTP and stop to act as a transcriptional repressor -BSU_16180 224308.BSU16180 3.9e-63 247.3 Bacillus flgB GO:0001539,GO:0005575,GO:0005623,GO:0006928,GO:0008150,GO:0009288,GO:0009424,GO:0009987,GO:0040011,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0071978,GO:0097588 ko:K02387 ko02040,map02040 ko00000,ko00001,ko02035 Bacillus 1VIK5@1239,1ZQN0@1386,4HX5S@91061,COG1815@1,COG1815@2 NA|NA|NA N Structural component of flagellum, the bacterial motility apparatus. Part of the rod structure of flagellar basal body -BSU_16190 224308.BSU16190 1.5e-74 285.4 Bacillus flgC GO:0001539,GO:0005575,GO:0005623,GO:0006928,GO:0008150,GO:0009288,GO:0009424,GO:0009987,GO:0040011,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0071978,GO:0097588 ko:K02388 ko02040,map02040 ko00000,ko00001,ko02035 Bacillus 1V6NB@1239,1ZGA0@1386,4HH4W@91061,COG1558@1,COG1558@2 NA|NA|NA N Belongs to the flagella basal body rod proteins family -BSU_16200 224308.BSU16200 3.3e-31 141.0 Bacillus fliE ko:K02408 ko02040,map02040 ko00000,ko00001,ko02035 Bacillus 1VEEY@1239,1ZIT0@1386,4HNZW@91061,COG1677@1,COG1677@2 NA|NA|NA N Flagellar hook-basal body -BSU_16210 224308.BSU16210 4.1e-255 887.1 Bacillus fliF ko:K02409 ko02040,map02040 ko00000,ko00001,ko02035,ko02044 3.A.6.2,3.A.6.3 Bacillus 1TRK0@1239,1ZAZN@1386,4HBF0@91061,COG1766@1,COG1766@2 NA|NA|NA N The M ring may be actively involved in energy transduction -BSU_16220 1051501.AYTL01000027_gene1209 3.3e-178 630.9 Bacillus fliG ko:K02410 ko02030,ko02040,map02030,map02040 ko00000,ko00001,ko02035 Bacillus 1TP01@1239,1ZAQU@1386,4HAFZ@91061,COG1536@1,COG1536@2 NA|NA|NA N One of the proteins that forms a switch complex that is proposed to be located at the base of the basal body. This complex interacts with chemotaxis proteins (such as CheY) in addition to contacting components of the motor that determine the direction of flagellar rotation -BSU_16230 224308.BSU16230 3.6e-106 391.0 Bacillus fliH ko:K02411 ko02040,map02040 ko00000,ko00001,ko02035,ko02044 3.A.6.2 Bacillus 1VEUV@1239,1ZE47@1386,4HG3R@91061,COG1317@1,COG1317@2 NA|NA|NA NU COG1317 Flagellar biosynthesis type III secretory pathway protein -BSU_16240 224308.BSU16240 4.2e-242 843.6 Bacillus fliI 3.6.3.14 ko:K02412 ko02040,map02040 ko00000,ko00001,ko01000,ko02035,ko02044 3.A.6.2,3.A.6.3 Bacillus 1TP0R@1239,1ZBXU@1386,4HAUY@91061,COG1157@1,COG1157@2 NA|NA|NA NU COG1157 Flagellar biosynthesis type III secretory pathway ATPase -BSU_16250 224308.BSU16250 2.5e-69 268.1 Bacillus fliJ GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K02413 ko02040,map02040 ko00000,ko00001,ko02035 Bacillus 1V6SQ@1239,1ZGXV@1386,4HJZP@91061,COG2882@1,COG2882@2 NA|NA|NA N Flagellar biosynthesis chaperone -BSU_16260 224308.BSU16260 7.7e-37 160.6 Bacillus ylxF Bacillus 1V87H@1239,1ZCXR@1386,4HM5Z@91061,COG3334@1,COG3334@2 NA|NA|NA S MgtE intracellular N domain -BSU_16270 224308.BSU16270 1.2e-221 775.8 Bacillus fliK GO:0001539,GO:0006928,GO:0008150,GO:0009987,GO:0040011,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0071978,GO:0097588 ko:K02414 ko02040,map02040 ko00000,ko00001,ko02035 Bacillus 1VI6B@1239,1ZERA@1386,4HGUR@91061,COG3144@1,COG3144@2 NA|NA|NA N Flagellar hook-length control protein -BSU_16280 224308.BSU16280 3.9e-72 277.3 Bacillus flgD GO:0001539,GO:0005575,GO:0005623,GO:0006928,GO:0008150,GO:0009288,GO:0009424,GO:0009987,GO:0040011,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0071978,GO:0097588 ko:K02389 ko02040,map02040 ko00000,ko00001,ko02035 Bacillus 1VF85@1239,1ZI5S@1386,4HNQK@91061,COG1843@1,COG1843@2 NA|NA|NA N Flagellar basal body rod modification protein -BSU_16290 224308.BSU16290 1.8e-139 501.9 Bacillus flgG GO:0001539,GO:0005575,GO:0005623,GO:0006928,GO:0008150,GO:0009288,GO:0009424,GO:0009987,GO:0040011,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0071978,GO:0097588 ko:K02390 ko02040,map02040 ko00000,ko00001,ko02035 Bacillus 1TRA2@1239,1ZCVW@1386,4HBNB@91061,COG4786@1,COG4786@2 NA|NA|NA N Flagellar basal body rod -BSU_16299 224308.BSU16299 4.4e-32 143.3 Bacillus flbD ko:K02385 ko00000,ko02035 Bacillus 1VKHB@1239,1ZIYN@1386,4HP2W@91061,COG1582@1,COG1582@2 NA|NA|NA N protein, possibly involved in motility -BSU_16300 224308.BSU16300 7.8e-49 199.9 Bacillus fliL ko:K02415 ko00000,ko02035 Bacillus 1V6K9@1239,1ZI2U@1386,4HIJZ@91061,COG1580@1,COG1580@2 NA|NA|NA N Controls the rotational direction of flagella during chemotaxis -BSU_16310 224308.BSU16310 3.2e-181 641.0 Bacillus fliM GO:0005575,GO:0005623,GO:0005886,GO:0006935,GO:0008150,GO:0009288,GO:0009425,GO:0009605,GO:0016020,GO:0040011,GO:0042221,GO:0042330,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0050896,GO:0050918,GO:0071944 ko:K02416 ko02030,ko02040,map02030,map02040 ko00000,ko00001,ko02035 Bacillus 1TPTM@1239,1ZCI6@1386,4HAAY@91061,COG1868@1,COG1868@2 NA|NA|NA N One of the proteins that forms a switch complex that is proposed to be located at the base of the basal body. This complex interacts with chemotaxis proteins (such as CheY) in addition to contacting components of the motor that determine the direction of flagellar rotation -BSU_16320 224308.BSU16320 7.7e-184 649.8 Bacillus fliY GO:0003674,GO:0003824,GO:0004721,GO:0006464,GO:0006470,GO:0006793,GO:0006796,GO:0006807,GO:0006935,GO:0008150,GO:0008152,GO:0009605,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0019538,GO:0032879,GO:0036211,GO:0040011,GO:0040012,GO:0042221,GO:0042330,GO:0042578,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0050789,GO:0050794,GO:0050896,GO:0051270,GO:0065007,GO:0071704,GO:0140096,GO:1901564,GO:1902021,GO:2000145 ko:K02417 ko02030,ko02040,map02030,map02040 ko00000,ko00001,ko02035,ko02044 3.A.6.2,3.A.6.3 Bacillus 1TPT8@1239,1ZB7S@1386,4HC56@91061,COG1776@1,COG1776@2,COG1886@1,COG1886@2 NA|NA|NA N FliN is one of three proteins (FliG, FliN, FliM) that form the rotor-mounted switch complex (C ring), located at the base of the basal body. This complex interacts with the CheY and CheZ chemotaxis proteins, in addition to contacting components of the motor that determine the direction of flagellar rotation -BSU_16330 224308.BSU16330 2.7e-58 231.1 Bacillus cheY ko:K03413 ko02020,ko02030,map02020,map02030 M00506 ko00000,ko00001,ko00002,ko02022,ko02035 Bacillus 1V3IU@1239,1ZG7Q@1386,4HGY2@91061,COG2201@1,COG2201@2 NA|NA|NA T response regulator -BSU_16340 224308.BSU16340 2.1e-96 358.6 Bacillus fliZ ko:K02418 ko02040,map02040 ko00000,ko00001,ko02035,ko02044 3.A.6.2 Bacillus 1VGFI@1239,1ZQNA@1386,4HJJQ@91061,COG3190@1,COG3190@2 NA|NA|NA N Flagellar biosynthesis protein, FliO -BSU_16350 224308.BSU16350 2.8e-109 401.4 Bacillus fliP ko:K02419 ko02040,map02040 ko00000,ko00001,ko02035,ko02044 3.A.6.2 Bacillus 1TPIE@1239,1ZCWT@1386,4HA79@91061,COG1338@1,COG1338@2 NA|NA|NA N Plays a role in the flagellum-specific transport system -BSU_16360 224308.BSU16360 4.8e-36 156.8 Bacillus fliQ ko:K02420 ko02040,map02040 ko00000,ko00001,ko02035,ko02044 3.A.6.2 Bacillus 1VEHF@1239,1ZI12@1386,4HKVS@91061,COG1987@1,COG1987@2 NA|NA|NA N Role in flagellar biosynthesis -BSU_16370 224308.BSU16370 6.1e-132 476.9 Bacillus fliR ko:K02421 ko02040,map02040 ko00000,ko00001,ko02035,ko02044 3.A.6.2 Bacillus 1TRB2@1239,1ZBJF@1386,4HA2E@91061,COG1684@1,COG1684@2 NA|NA|NA N Flagellar biosynthetic protein FliR -BSU_16380 224308.BSU16380 3.1e-190 671.0 Bacillus flhB ko:K02401 ko02040,map02040 ko00000,ko00001,ko02035,ko02044 3.A.6.2 Bacillus 1TPRP@1239,1ZBSH@1386,4HB7Y@91061,COG1377@1,COG1377@2 NA|NA|NA N Required for formation of the rod structure in the basal body of the flagellar apparatus. Together with FliI and FliH, may constitute the export apparatus of flagellin -BSU_16390 224308.BSU16390 0.0 1225.7 Bacillus flhA ko:K02400 ko02040,map02040 ko00000,ko00001,ko02035,ko02044 3.A.6.2,3.A.6.3 Bacillus 1TQBM@1239,1ZBID@1386,4H9XU@91061,COG1298@1,COG1298@2 NA|NA|NA N Required for formation of the rod structure of the flagellar apparatus. Together with FliI and FliH, may constitute the export apparatus of flagellin -BSU_16400 224308.BSU16400 8.8e-201 706.1 Bacillus flhF GO:0003674,GO:0005488,GO:0005515,GO:0042802 ko:K02404 ko00000,ko02035 Bacillus 1TSP7@1239,1ZCJ9@1386,4H9VG@91061,COG1419@1,COG1419@2 NA|NA|NA N Flagellar biosynthesis regulator FlhF -BSU_16410 224308.BSU16410 3.4e-158 564.3 Bacillus ylxH ko:K04562 ko00000,ko02035 Bacillus 1TRZ5@1239,1ZE3G@1386,4HCWZ@91061,COG0455@1,COG0455@2 NA|NA|NA D Belongs to the ParA family -BSU_16420 224308.BSU16420 9.8e-197 692.6 Bacillus cheB GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.1.1.61,3.5.1.44 ko:K03412 ko02020,ko02030,map02020,map02030 M00506 ko00000,ko00001,ko00002,ko01000,ko02022,ko02035 Bacillus 1TRHC@1239,1ZC36@1386,4HBJY@91061,COG2201@1,COG2201@2 NA|NA|NA NT catalyzes the demethylation of specific methylglutamate residues introduced into the chemoreceptors (methyl-accepting chemotaxis proteins) by CheR -BSU_16430 224308.BSU16430 0.0 1270.8 Bacillus cheA 2.7.13.3 ko:K03407 ko02020,ko02030,map02020,map02030 M00506 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022,ko02035 Bacillus 1TPMS@1239,1ZATW@1386,4HAQD@91061,COG0643@1,COG0643@2,COG2198@1,COG2198@2 NA|NA|NA NT COG0643 Chemotaxis protein histidine kinase and related kinases -BSU_16440 224308.BSU16440 4.7e-79 300.4 Bacillus cheW GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006935,GO:0008150,GO:0009453,GO:0009605,GO:0040011,GO:0042221,GO:0042330,GO:0042333,GO:0044424,GO:0044444,GO:0044464,GO:0050896 ko:K03408 ko02020,ko02030,map02020,map02030 ko00000,ko00001,ko02035 Bacillus 1V4HH@1239,1ZGZE@1386,4HHB5@91061,COG0835@1,COG0835@2 NA|NA|NA NT COG0835 Chemotaxis signal transduction protein -BSU_16450 224308.BSU16450 2.2e-111 408.3 Bacillus cheC GO:0006935,GO:0008150,GO:0009605,GO:0040011,GO:0042221,GO:0042330,GO:0050896,GO:0050918 ko:K03410 ko02030,map02030 ko00000,ko00001,ko02035 Bacillus 1UNKB@1239,1ZDIE@1386,4HB40@91061,COG1776@1,COG1776@2 NA|NA|NA NT COG1776 Chemotaxis protein CheC, inhibitor of MCP methylation -BSU_16460 224308.BSU16460 1.9e-86 325.1 Bacillus cheD 3.5.1.44 ko:K03411 ko02030,map02030 ko00000,ko00001,ko01000,ko02035 Bacillus 1V70X@1239,1ZGE3@1386,4HIVG@91061,COG1871@1,COG1871@2 NA|NA|NA NT Deamidates glutamine residues to glutamate on methyl- accepting chemotaxis receptors (MCPs). CheD-mediated MCP deamidation is required for productive communication of the conformational signals of the chemoreceptors to the CheA kinase -BSU_16470 224308.BSU16470 9.6e-138 496.1 Bacillus sigD ko:K02405 ko02020,ko02025,ko02026,ko02040,ko05111,map02020,map02025,map02026,map02040,map05111 ko00000,ko00001,ko02035,ko03021 Bacillus 1TP9K@1239,1ZAPF@1386,4HCJV@91061,COG1191@1,COG1191@2 NA|NA|NA K Sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released -BSU_16480 224308.BSU16480 7.3e-78 296.6 Bacillus ylxL Bacillus 1V9ZA@1239,1ZF9N@1386,2D5MU@1,32TJF@2,4HMQI@91061 NA|NA|NA -BSU_16490 224308.BSU16490 2.2e-131 474.9 Bacillus rpsB GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0019538,GO:0022626,GO:0022627,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02967 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1TPNA@1239,1ZAYU@1386,4H9N5@91061,COG0052@1,COG0052@2 NA|NA|NA J Belongs to the universal ribosomal protein uS2 family -BSU_16500 224308.BSU16500 1.1e-156 559.3 Bacillus tsf GO:0003674,GO:0003676,GO:0003723,GO:0003746,GO:0005488,GO:0006412,GO:0006414,GO:0006518,GO:0006807,GO:0008135,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0019538,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576 ko:K02357 ko00000,ko03012,ko03029 Bacillus 1TPFJ@1239,1ZB7R@1386,4HBDV@91061,COG0264@1,COG0264@2 NA|NA|NA J Associates with the EF-Tu.GDP complex and induces the exchange of GDP to GTP. It remains bound to the aminoacyl-tRNA.EF- Tu.GTP complex up to the GTP hydrolysis stage on the ribosome -BSU_16510 224308.BSU16510 4.7e-126 457.2 Bacillus pyrH 2.7.4.22 ko:K09903 ko00240,ko01100,map00240,map01100 R00158 RC00002 ko00000,ko00001,ko01000 Bacillus 1TPXN@1239,1ZBMW@1386,4H9UB@91061,COG0528@1,COG0528@2 NA|NA|NA F Catalyzes the reversible phosphorylation of UMP to UDP -BSU_16520 224308.BSU16520 1.4e-90 339.0 Bacillus frr GO:0002181,GO:0002184,GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006412,GO:0006415,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016043,GO:0019538,GO:0022411,GO:0032984,GO:0034641,GO:0034645,GO:0043021,GO:0043023,GO:0043043,GO:0043170,GO:0043603,GO:0043604,GO:0043624,GO:0043933,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044464,GO:0044877,GO:0071704,GO:0071840,GO:1901564,GO:1901566,GO:1901576 ko:K02838 ko00000,ko03012 Bacillus 1V1F2@1239,1ZAZF@1386,4HFSH@91061,COG0233@1,COG0233@2 NA|NA|NA J Responsible for the release of ribosomes from messenger RNA at the termination of protein biosynthesis. May increase the efficiency of translation by recycling ribosomes from one round of translation to another -BSU_16530 224308.BSU16530 1.1e-144 519.2 Bacillus uppS GO:0002094,GO:0003674,GO:0003824,GO:0004659,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006066,GO:0006629,GO:0006720,GO:0008150,GO:0008152,GO:0008299,GO:0008610,GO:0009058,GO:0009987,GO:0016093,GO:0016094,GO:0016740,GO:0016765,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046165,GO:0071704,GO:1901576,GO:1901615,GO:1901617 2.5.1.31 ko:K00806 ko00900,ko01110,map00900,map01110 R06447 RC00279,RC02839 ko00000,ko00001,ko01000,ko01006 Bacillus 1TQTS@1239,1ZC2T@1386,4HA37@91061,COG0020@1,COG0020@2 NA|NA|NA I Catalyzes the condensation of isopentenyl diphosphate (IPP) with allylic pyrophosphates generating different type of terpenoids -BSU_16540 224308.BSU16540 4.9e-140 503.8 Bacillus cdsA GO:0003674,GO:0003824,GO:0004605,GO:0005575,GO:0006139,GO:0006220,GO:0006221,GO:0006629,GO:0006644,GO:0006650,GO:0006655,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0009058,GO:0009117,GO:0009165,GO:0009987,GO:0016020,GO:0016024,GO:0016740,GO:0016772,GO:0016779,GO:0018130,GO:0019438,GO:0019637,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044271,GO:0044281,GO:0045017,GO:0046341,GO:0046471,GO:0046474,GO:0046483,GO:0046486,GO:0055086,GO:0070567,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.7.7.41 ko:K00981 ko00564,ko01100,ko01110,ko04070,map00564,map01100,map01110,map04070 M00093 R01799 RC00002 ko00000,ko00001,ko00002,ko01000 Bacillus 1TT0Q@1239,1ZBWF@1386,4HAMN@91061,COG4589@1,COG4589@2 NA|NA|NA S Belongs to the CDS family -BSU_16550 224308.BSU16550 7.8e-216 756.1 Bacillus dxr GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0006081,GO:0006082,GO:0006090,GO:0006629,GO:0006644,GO:0006720,GO:0006721,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008299,GO:0008610,GO:0008654,GO:0009058,GO:0009240,GO:0009987,GO:0016114,GO:0016491,GO:0016614,GO:0016616,GO:0019288,GO:0019637,GO:0019682,GO:0019752,GO:0030145,GO:0030604,GO:0032787,GO:0036094,GO:0043167,GO:0043168,GO:0043169,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0046490,GO:0046872,GO:0046914,GO:0048037,GO:0050661,GO:0050662,GO:0051483,GO:0051484,GO:0055114,GO:0070402,GO:0071704,GO:0090407,GO:0097159,GO:1901135,GO:1901265,GO:1901363,GO:1901576 1.1.1.267 ko:K00099 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00096 R05688 RC01452 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP1C@1239,1ZC3I@1386,4HBAV@91061,COG0743@1,COG0743@2 NA|NA|NA I Catalyzes the NADP-dependent rearrangement and reduction of 1-deoxy-D-xylulose-5-phosphate (DXP) to 2-C-methyl-D-erythritol 4-phosphate (MEP) -BSU_16560 224308.BSU16560 2e-233 814.7 Bacillus rseP ko:K11749 ko02024,ko04112,map02024,map04112 ko00000,ko00001,ko01000,ko01002 Bacillus 1TPMC@1239,1ZCPQ@1386,4HAQ5@91061,COG0750@1,COG0750@2 NA|NA|NA M zinc metalloprotease -BSU_16570 224308.BSU16570 0.0 1110.1 Bacillus proS 6.1.1.15 ko:K01881 ko00970,map00970 M00359,M00360 R03661 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TRBV@1239,1ZD7M@1386,4H9NN@91061,COG0442@1,COG0442@2 NA|NA|NA J Catalyzes the attachment of proline to tRNA(Pro) in a two-step reaction proline is first activated by ATP to form Pro- AMP and then transferred to the acceptor end of tRNA(Pro). As ProRS can inadvertently accommodate and process non-cognate amino acids such as alanine and cysteine, to avoid such errors it has two additional distinct editing activities against alanine. One activity is designated as 'pretransfer' editing and involves the tRNA(Pro)-independent hydrolysis of activated Ala-AMP. The other activity is designated 'posttransfer' editing and involves deacylation of mischarged Ala-tRNA(Pro). The misacylated Cys- tRNA(Pro) is not edited by ProRS -BSU_16580 224308.BSU16580 0.0 2866.3 Bacillus polC GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 2.7.7.7 ko:K03763 ko00230,ko00240,ko01100,ko03030,ko03430,ko03440,map00230,map00240,map01100,map03030,map03430,map03440 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 Bacillus 1TPAG@1239,1ZCIB@1386,4H9RF@91061,COG2176@1,COG2176@2 NA|NA|NA L Required for replicative DNA synthesis. This DNA polymerase also exhibits 3' to 5' exonuclease activity -BSU_16590 224308.BSU16590 5.6e-80 303.5 Bacillus rimP GO:0000028,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0034622,GO:0034641,GO:0034645,GO:0042254,GO:0042255,GO:0042274,GO:0043043,GO:0043170,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:1901564,GO:1901566,GO:1901576 ko:K09748 ko00000,ko03009 Bacillus 1V6KT@1239,1ZG6S@1386,4HH88@91061,COG0779@1,COG0779@2 NA|NA|NA S Required for maturation of 30S ribosomal subunits -BSU_16600 224308.BSU16600 2.5e-203 714.5 Bacillus nusA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0031554,GO:0031564,GO:0043244,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051128,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:1903506,GO:2000112,GO:2001141 ko:K02600 ko00000,ko03009,ko03021 Bacillus 1TPB3@1239,1ZDAH@1386,4HA7F@91061,COG0195@1,COG0195@2 NA|NA|NA K Participates in both transcription termination and antitermination -BSU_16610 224308.BSU16610 4.3e-32 143.7 Bacillus ylxR ko:K07742 ko00000 Bacillus 1VEJS@1239,1ZHSV@1386,4HKBY@91061,COG2740@1,COG2740@2 NA|NA|NA K nucleic-acid-binding protein implicated in transcription termination -BSU_16620 224308.BSU16620 5.2e-47 193.4 Bacillus rplGA Bacillus 1VEYG@1239,1ZI1N@1386,4HNY7@91061,COG1358@1,COG1358@2 NA|NA|NA J ribosomal protein -BSU_16630 224308.BSU16630 0.0 1263.4 Bacillus infB GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 ko:K02519 ko00000,ko03012,ko03029 Bacillus 1TPAI@1239,1ZBWA@1386,4HA8S@91061,COG0532@1,COG0532@2 NA|NA|NA J One of the essential components for the initiation of protein synthesis. Protects formylmethionyl-tRNA from spontaneous hydrolysis and promotes its binding to the 30S ribosomal subunits. Also involved in the hydrolysis of GTP during the formation of the 70S ribosomal complex -BSU_16640 1051501.AYTL01000027_gene1252 3.8e-44 183.7 Bacillus ylxP ko:K09764 ko00000 Bacillus 1VEHY@1239,1ZI43@1386,4HNXC@91061,COG1550@1,COG1550@2 NA|NA|NA S protein conserved in bacteria -BSU_16650 224308.BSU16650 8.5e-57 226.1 Bacillus rbfA ko:K02834 ko00000,ko03009 Bacillus 1VA0P@1239,1ZGB3@1386,4HII1@91061,COG0858@1,COG0858@2 NA|NA|NA J One of several proteins that assist in the late maturation steps of the functional core of the 30S ribosomal subunit. Associates with free 30S ribosomal subunits (but not with 30S subunits that are part of 70S ribosomes or polysomes). Required for efficient processing of 16S rRNA. May interact with the 5'-terminal helix region of 16S rRNA -BSU_16660 224308.BSU16660 2.3e-173 614.8 Bacillus truB GO:0001522,GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009982,GO:0009987,GO:0010467,GO:0016070,GO:0016071,GO:0016556,GO:0016853,GO:0016866,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:1901360,GO:1990481 5.4.99.25 ko:K03177 ko00000,ko01000,ko03016 Bacillus 1TP9Y@1239,1ZBKE@1386,4HA9X@91061,COG0130@1,COG0130@2 NA|NA|NA J Responsible for synthesis of pseudouridine from uracil- 55 in the psi GC loop of transfer RNAs -BSU_16670 224308.BSU16670 1e-181 642.5 Bacillus ribC 2.7.1.26,2.7.7.2 ko:K11753 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R00161,R00549 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPKS@1239,1ZBFH@1386,4H9KE@91061,COG0196@1,COG0196@2 NA|NA|NA H Belongs to the ribF family -BSU_16680 224308.BSU16680 1e-41 175.6 Bacillus rpsO GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0015935,GO:0022626,GO:0022627,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:1990904 ko:K02956 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VA5C@1239,1ZH7M@1386,4HKE9@91061,COG0184@1,COG0184@2 NA|NA|NA J Forms an intersubunit bridge (bridge B4) with the 23S rRNA of the 50S subunit in the ribosome -BSU_16690 224308.BSU16690 0.0 1334.7 Bacillus pnp GO:0003674,GO:0003676,GO:0003723,GO:0003729,GO:0003824,GO:0004654,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006401,GO:0006402,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009892,GO:0009987,GO:0010468,GO:0010605,GO:0010629,GO:0016070,GO:0016071,GO:0016740,GO:0016772,GO:0016779,GO:0019222,GO:0019439,GO:0034641,GO:0034655,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044260,GO:0044265,GO:0044270,GO:0044424,GO:0044464,GO:0046483,GO:0046700,GO:0048519,GO:0050789,GO:0060255,GO:0065007,GO:0071704,GO:0090304,GO:0097159,GO:1901360,GO:1901361,GO:1901363,GO:1901575 2.7.7.8 ko:K00962 ko00230,ko00240,ko03018,map00230,map00240,map03018 M00394 R00437,R00438,R00439,R00440 RC02795 ko00000,ko00001,ko00002,ko01000,ko03016,ko03019 Bacillus 1TQDW@1239,1ZB24@1386,4H9Z3@91061,COG1185@1,COG1185@2 NA|NA|NA J Involved in mRNA degradation. Catalyzes the phosphorolysis of single-stranded polyribonucleotides processively in the 3'- to 5'-direction -BSU_16700 224308.BSU16700 7.2e-183 646.4 Bacillus ylxY GO:0005575,GO:0016020 Bacillus 1TQ5M@1239,1ZC6V@1386,4HAHC@91061,COG0726@1,COG0726@2 NA|NA|NA G Sporulation protein, polysaccharide deacetylase -BSU_16710 224308.BSU16710 7.5e-233 812.8 Bacillus mlpA Bacillus 1TP5I@1239,1ZDJE@1386,4HBBF@91061,COG0612@1,COG0612@2 NA|NA|NA S Belongs to the peptidase M16 family -BSU_16720 224308.BSU16720 5.6e-42 176.4 Bacillus ymxH Bacillus 1VEJW@1239,1ZI6Z@1386,4HPFQ@91061,COG1873@1,COG1873@2 NA|NA|NA S YlmC YmxH family -BSU_16730 224308.BSU16730 5e-162 577.0 Bacillus spoVFA GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0016491,GO:0016614,GO:0016616,GO:0016618,GO:0030267,GO:0044424,GO:0044444,GO:0044464,GO:0055114 ko:K06410 ko00000 iYO844.BSU16730 Bacillus 1UI1W@1239,1ZAZJ@1386,4HA71@91061,COG1052@1,COG1052@2 NA|NA|NA CH Dipicolinate synthase subunit A -BSU_16740 224308.BSU16740 5.6e-109 400.2 Bacillus spoVFB ko:K06411 ko00000 iYO844.BSU16740 Bacillus 1TQPT@1239,1ZCJQ@1386,4HAU9@91061,COG0452@1,COG0452@2 NA|NA|NA H Together with DpaA, catalyzes the conversion of dihydrodipicolinate to dipicolinate (DPA) -BSU_16750 224308.BSU16750 2.4e-192 677.9 Bacillus asd 1.2.1.11 ko:K00133 ko00260,ko00261,ko00270,ko00300,ko01100,ko01110,ko01120,ko01130,ko01210,ko01230,map00260,map00261,map00270,map00300,map01100,map01110,map01120,map01130,map01210,map01230 M00016,M00017,M00018,M00033,M00525,M00526,M00527 R02291 RC00684 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPC6@1239,1ZAVS@1386,4HA9H@91061,COG0136@1,COG0136@2 NA|NA|NA E Catalyzes the NADPH-dependent formation of L-aspartate- semialdehyde (L-ASA) by the reductive dephosphorylation of L- aspartyl-4-phosphate -BSU_16760 224308.BSU16760 1e-221 775.8 Bacillus dapG GO:0003674,GO:0003824,GO:0004072,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006553,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016774,GO:0019202,GO:0019752,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0046451,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.2.4 ko:K00928 ko00260,ko00261,ko00270,ko00300,ko01100,ko01110,ko01120,ko01130,ko01210,ko01230,map00260,map00261,map00270,map00300,map01100,map01110,map01120,map01130,map01210,map01230 M00016,M00017,M00018,M00033,M00525,M00526,M00527 R00480 RC00002,RC00043 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPQJ@1239,1ZBSQ@1386,4HADX@91061,COG0527@1,COG0527@2 NA|NA|NA E Belongs to the aspartokinase family -BSU_16770 224308.BSU16770 3.1e-156 557.8 Bacillus dapA 4.3.3.7 ko:K01714 ko00261,ko00300,ko01100,ko01110,ko01120,ko01130,ko01230,map00261,map00300,map01100,map01110,map01120,map01130,map01230 M00016,M00525,M00526,M00527 R10147 RC03062,RC03063 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPCK@1239,1ZBNR@1386,4H9K9@91061,COG0329@1,COG0329@2 NA|NA|NA E Catalyzes the condensation of (S)-aspartate-beta- semialdehyde (S)-ASA and pyruvate to 4-hydroxy- tetrahydrodipicolinate (HTPA) -BSU_16780 224308.BSU16780 3.3e-308 1063.5 Bacillus rnjB GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004540,GO:0006139,GO:0006396,GO:0006397,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016071,GO:0016787,GO:0016788,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0140098,GO:1901360 ko:K12574 ko03018,map03018 ko00000,ko00001,ko01000,ko03019 Bacillus 1TQ9G@1239,1ZB4E@1386,4HAAP@91061,COG0595@1,COG0595@2 NA|NA|NA S An RNase that has 5'-3' exonuclease and possibly endonuclease activity. Involved in maturation of rRNA and in some organisms also mRNA maturation and or decay -BSU_16790 224308.BSU16790 1.2e-132 479.2 Bacillus tepA Bacillus 1TPX2@1239,1ZBH5@1386,4H9XG@91061,COG0740@1,COG0740@2 NA|NA|NA OU COG0740 Protease subunit of ATP-dependent Clp proteases -BSU_16799 224308.BSU16799 5.7e-32 142.9 Bacillus Bacillus 1VM75@1239,1ZIB2@1386,2DR6C@1,33ACS@2,4IKY5@91061 NA|NA|NA S YlzJ-like protein -BSU_16800 224308.BSU16800 0.0 1427.5 Bacillus spoIIIE GO:0000003,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0019954,GO:0030436,GO:0031323,GO:0031326,GO:0032502,GO:0043934,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:1903506,GO:2000112,GO:2001141 ko:K03466 ko00000,ko03036 3.A.12 Bacillus 1TPJR@1239,1ZANX@1386,4H9WA@91061,COG1674@1,COG1674@2,COG4980@1,COG4980@2 NA|NA|NA D Belongs to the FtsK SpoIIIE SftA family -BSU_16810 224308.BSU16810 1.8e-133 481.9 Bacillus ymfC ko:K03710 ko00000,ko03000 Bacillus 1TQQQ@1239,1ZB5M@1386,4H9TG@91061,COG2188@1,COG2188@2 NA|NA|NA K Transcriptional regulator -BSU_16825 224308.BSU16825 2.6e-206 724.5 Bacillus ymfD ko:K08221 ko00000,ko02000 2.A.1.32 Bacillus 1TQEW@1239,1ZB5B@1386,4HASU@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_16845 224308.BSU16845 4.4e-236 823.5 Bacillus ymfF Bacillus 1TPN6@1239,1ZCAJ@1386,4H9P5@91061,COG0612@1,COG0612@2 NA|NA|NA S Peptidase M16 -BSU_16860 224308.BSU16860 2.4e-242 844.3 Bacillus ymfH Bacillus 1TP5I@1239,1ZBXQ@1386,4H9YG@91061,COG0612@1,COG0612@2 NA|NA|NA S zinc protease -BSU_16870 224308.BSU16870 1.6e-129 468.8 Bacillus ymfI 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1V5EI@1239,1ZS7I@1386,4ISWY@91061,COG0300@1,COG0300@2 NA|NA|NA S Catalyzes the first of the two reduction steps in the elongation cycle of fatty acid synthesis -BSU_16880 224308.BSU16880 8.1e-41 172.6 Bacillus ymfJ Bacillus 1VGM7@1239,1ZHTB@1386,2E5KP@1,330BT@2,4HNNX@91061 NA|NA|NA S Protein of unknown function (DUF3243) -BSU_16890 1051501.AYTL01000027_gene1276 1.6e-76 292.0 Bacillus ymfK Bacillus 1TRXV@1239,1ZAU1@1386,28HGR@1,2Z7SI@2,4HA2I@91061 NA|NA|NA S Protein of unknown function (DUF3388) -BSU_16900 1051501.AYTL01000027_gene1276 4.1e-56 223.8 Bacillus ymfK Bacillus 1TRXV@1239,1ZAU1@1386,28HGR@1,2Z7SI@2,4HA2I@91061 NA|NA|NA S Protein of unknown function (DUF3388) -BSU_16910 224308.BSU16910 2.4e-124 451.8 Bacillus ymfM Bacillus 1V1N7@1239,1ZDC1@1386,4HKW3@91061,COG1426@1,COG1426@2 NA|NA|NA S protein conserved in bacteria -BSU_16920 224308.BSU16920 4.2e-101 374.0 Bacillus pgsA GO:0006629,GO:0006644,GO:0006650,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0009058,GO:0009987,GO:0019637,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0045017,GO:0046474,GO:0046486,GO:0071704,GO:0090407,GO:1901576 2.7.8.5 ko:K00995 ko00564,ko01100,map00564,map01100 R01801 RC00002,RC00017,RC02795 ko00000,ko00001,ko01000 Bacillus 1V6PJ@1239,1ZBJ2@1386,4HCEX@91061,COG0558@1,COG0558@2 NA|NA|NA I Belongs to the CDP-alcohol phosphatidyltransferase class-I family -BSU_16930 224308.BSU16930 3.3e-236 823.9 Bacillus cinA 3.5.1.42 ko:K03742 ko00760,map00760 R02322 RC00100 ko00000,ko00001,ko01000 Bacillus 1TQ1N@1239,1ZC5R@1386,4HATN@91061,COG1058@1,COG1058@2,COG1546@1,COG1546@2 NA|NA|NA S Belongs to the CinA family -BSU_16940 224308.BSU16940 1.4e-187 662.1 Bacillus recA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 ko:K03553 ko03440,map03440 M00729 ko00000,ko00001,ko00002,ko03400 Bacillus 1TPD5@1239,1ZCUX@1386,4HAG5@91061,COG0468@1,COG0468@2 NA|NA|NA L Can catalyze the hydrolysis of ATP in the presence of single-stranded DNA, the ATP-dependent uptake of single-stranded DNA by duplex DNA, and the ATP-dependent hybridization of homologous single-stranded DNAs. It interacts with LexA causing its activation and leading to its autocatalytic cleavage -BSU_16950 224308.BSU16950 1.8e-215 755.0 Bacillus pbpX Bacillus 1V0GX@1239,1ZGWP@1386,4HCXH@91061,COG1680@1,COG1680@2 NA|NA|NA V Beta-lactamase -BSU_16960 224308.BSU16960 4.7e-224 783.9 Bacillus rny GO:0003674,GO:0005488,GO:0005515,GO:0042802 ko:K18682 ko03018,map03018 ko00000,ko00001,ko01000,ko03019 Bacillus 1TP48@1239,1ZBGP@1386,4HC9J@91061,COG1418@1,COG1418@2 NA|NA|NA S Endoribonuclease that initiates mRNA decay -BSU_16970 224308.BSU16970 3.2e-152 544.3 Bacillus ymdB GO:0003674,GO:0003824,GO:0004112,GO:0004113,GO:0008081,GO:0016787,GO:0016788,GO:0042578 ko:K09769 ko00000 Bacillus 1TR9P@1239,1ZC3D@1386,4HAV5@91061,COG1692@1,COG1692@2 NA|NA|NA S protein conserved in bacteria -BSU_16980 1051501.AYTL01000027_gene1285 2.1e-36 157.9 Bacillus spoVS ko:K06416 ko00000 Bacillus 1V6G8@1239,1ZH05@1386,4HIQV@91061,COG2359@1,COG2359@2 NA|NA|NA S Stage V sporulation protein S -BSU_16990 224308.BSU16990 4.6e-199 700.3 Bacillus tdh 1.1.1.103 ko:K00060 ko00260,map00260 R01465 RC00525 ko00000,ko00001,ko01000 Bacillus 1TS6I@1239,1ZPZV@1386,4HD08@91061,COG1063@1,COG1063@2 NA|NA|NA C Catalyzes the NAD( )-dependent oxidation of L-threonine to 2-amino-3-ketobutyrate -BSU_17000 224308.BSU17000 1.1e-217 762.3 Bacillus kbl GO:0003674,GO:0003824,GO:0005488,GO:0006082,GO:0006732,GO:0006766,GO:0006767,GO:0006768,GO:0006790,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008710,GO:0008890,GO:0009058,GO:0009102,GO:0009108,GO:0009110,GO:0009987,GO:0016053,GO:0016407,GO:0016408,GO:0016453,GO:0016740,GO:0016746,GO:0016747,GO:0017144,GO:0018130,GO:0019752,GO:0019842,GO:0030170,GO:0032787,GO:0034641,GO:0036094,GO:0042364,GO:0043167,GO:0043168,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0048037,GO:0050662,GO:0051186,GO:0051188,GO:0070279,GO:0071704,GO:0072330,GO:0097159,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576 2.3.1.29 ko:K00639 ko00260,map00260 R00371 RC00004,RC00394 ko00000,ko00001,ko01000,ko01007 Bacillus 1TPUX@1239,1ZAUZ@1386,4HAH3@91061,COG0156@1,COG0156@2 NA|NA|NA H Catalyzes the decarboxylative condensation of pimeloyl- acyl-carrier protein and L-alanine to produce 8-amino-7- oxononanoate (AON), acyl-carrier protein , and carbon dioxide -BSU_17010 224308.BSU17010 3.5e-296 1023.5 Bacillus miaB GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016782,GO:0034470,GO:0034641,GO:0034660,GO:0035596,GO:0035597,GO:0035600,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0050497,GO:0071704,GO:0090304,GO:1901360 2.8.4.3 ko:K06168 R10645,R10646,R10647 RC00003,RC00980,RC03221,RC03222 ko00000,ko01000,ko03016 Bacillus 1TNYN@1239,1ZBMF@1386,4HAAS@91061,COG0621@1,COG0621@2 NA|NA|NA J Catalyzes the methylthiolation of N6- (dimethylallyl)adenosine (i(6)A), leading to the formation of 2- methylthio-N6-(dimethylallyl)adenosine (ms(2)i(6)A) at position 37 in tRNAs that read codons beginning with uridine -BSU_17020 224308.BSU17020 2e-68 265.0 Bacillus ymcA Bacillus 1V4W0@1239,1ZG72@1386,4HH6Y@91061,COG4550@1,COG4550@2 NA|NA|NA S Belongs to the UPF0342 family -BSU_17030 1051501.AYTL01000027_gene1290 2.9e-88 331.3 Bacillus cotE GO:0003674,GO:0005488,GO:0005515,GO:0042802 ko:K06328 ko00000 Bacillus 1V30V@1239,1ZE20@1386,2BYGR@1,2ZIKA@2,4HFX6@91061 NA|NA|NA S Spore coat protein -BSU_17040 224308.BSU17040 0.0 1665.2 Bacillus mutS GO:0003674,GO:0003676,GO:0003677,GO:0003684,GO:0003690,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006281,GO:0006298,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008094,GO:0008150,GO:0008152,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0030983,GO:0032300,GO:0032991,GO:0033554,GO:0034641,GO:0042623,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1990391 ko:K03555 ko03430,map03430 ko00000,ko00001,ko03400 Bacillus 1TPRJ@1239,1ZB93@1386,4HA63@91061,COG0249@1,COG0249@2 NA|NA|NA L that it carries out the mismatch recognition step. This protein has a weak ATPase activity -BSU_17050 224308.BSU17050 0.0 1221.1 Bacillus mutL GO:0000166,GO:0003674,GO:0003676,GO:0003677,GO:0003697,GO:0003824,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006281,GO:0006298,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008144,GO:0008150,GO:0008152,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0030554,GO:0032300,GO:0032553,GO:0032555,GO:0032559,GO:0032991,GO:0033554,GO:0034641,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0097159,GO:0097367,GO:1901265,GO:1901360,GO:1901363,GO:1990391 ko:K03572 ko03430,map03430 ko00000,ko00001,ko03400 Bacillus 1TPGK@1239,1ZB9X@1386,4HB34@91061,COG0323@1,COG0323@2 NA|NA|NA L This protein is involved in the repair of mismatches in DNA. It is required for dam-dependent methyl-directed DNA mismatch repair. May act as a molecular matchmaker , a protein that promotes the formation of a stable complex between two or more DNA-binding proteins in an ATP-dependent manner without itself being part of a final effector complex -BSU_17060 224308.BSU17060 3.9e-70 270.8 Bacillus Bacillus 1VBA4@1239,1ZIVG@1386,2E08D@1,32VW3@2,4HKHV@91061 NA|NA|NA S Regulatory protein YrvL -BSU_17070 224308.BSU17070 2.7e-97 361.3 Bacillus ymcC Bacillus 1V2C0@1239,1ZFQD@1386,28NRE@1,2ZBQP@2,4HGF6@91061 NA|NA|NA S Membrane -BSU_17080 224308.BSU17080 7.6e-109 399.8 Bacillus pksA GO:0003674,GO:0003700,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 Bacillus 1V50H@1239,1ZGDV@1386,4HJQ2@91061,COG3226@1,COG3226@2 NA|NA|NA K Transcriptional regulator -BSU_17090 224308.BSU17090 4.2e-129 467.2 Bacilli Bacillus 1V5TI@1239,4HH95@91061,COG0491@1,COG0491@2 NA|NA|NA S Polyketide biosynthesis -BSU_17100 224308.BSU17100 4.4e-163 580.5 Bacillus ko:K15327 ko00000,ko01008 Bacillus 1TPB7@1239,1ZBGQ@1386,4HBCU@91061,COG0331@1,COG0331@2 NA|NA|NA I malonyl CoA-acyl carrier protein transacylase -BSU_17110 224308.BSU17110 4.1e-186 657.1 Bacillus ko:K15328 ko00000,ko01008 Bacillus 1TRPC@1239,1ZIAR@1386,4HGJQ@91061,COG3321@1,COG3321@2 NA|NA|NA Q Acyl transferase domain -BSU_17120 224308.BSU17120 0.0 1527.7 Bacillus ko:K15329 ko00000,ko01008 Bacillus 1TPB7@1239,1ZBGQ@1386,4HBCU@91061,COG0331@1,COG0331@2,COG2070@1,COG2070@2 NA|NA|NA I malonyl CoA-acyl carrier protein transacylase -BSU_17130 224308.BSU17130 2.4e-37 161.0 Bacillus acpK ko:K15337 ko00000,ko01008 Bacillus 1VH6X@1239,1ZP8M@1386,4HQ20@91061,COG0236@1,COG0236@2 NA|NA|NA IQ Phosphopantetheine attachment site -BSU_17140 224308.BSU17140 4.6e-238 830.1 Bacillus ko:K00646 ko00000,ko01008 Bacillus 1TPA7@1239,1ZD02@1386,4H9SD@91061,COG0304@1,COG0304@2 NA|NA|NA I Catalyzes the condensation reaction of fatty acid synthesis by the addition to an acyl acceptor of two carbons from malonyl-ACP -BSU_17150 224308.BSU17150 2.3e-245 854.4 Bacillus 2.3.3.10 ko:K01641,ko:K15311 ko00072,ko00280,ko00650,ko00900,ko01100,ko01110,ko01130,map00072,map00280,map00650,map00900,map01100,map01110,map01130 M00088,M00095 R01978 RC00004,RC00503 ko00000,ko00001,ko00002,ko01000,ko01008 Bacillus 1TR4K@1239,1ZE86@1386,4HA67@91061,COG3425@1,COG3425@2 NA|NA|NA I synthase -BSU_17160 224308.BSU17160 3.1e-144 517.7 Bacillus ko:K15312 ko00000,ko01008 Bacillus 1TRCQ@1239,1ZARB@1386,4HDUU@91061,COG1024@1,COG1024@2 NA|NA|NA I enoyl-CoA hydratase -BSU_17170 224308.BSU17170 4.7e-137 493.8 Bacilli Bacillus 1UY7Y@1239,4HU35@91061,COG1024@1,COG1024@2 NA|NA|NA I Belongs to the enoyl-CoA hydratase isomerase family -BSU_17180 224308.BSU17180 0.0 10096.5 Bacillus ko:K13611,ko:K13613,ko:K13614 ko00000,ko01004,ko01008 Bacillus 1TPTH@1239,1ZS7J@1386,4HTBC@91061,COG0300@1,COG0300@2,COG0318@1,COG0318@2,COG1020@1,COG1020@2,COG1028@1,COG1028@2,COG3321@1,COG3321@2 NA|NA|NA IQ polyketide synthase -BSU_17190 224308.BSU17190 0.0 9034.8 Bacillus ko:K13612 ko00000,ko01004,ko01008 Bacillus 1VU8Z@1239,1ZD1S@1386,4HV19@91061,COG0236@1,COG0236@2,COG0300@1,COG0300@2,COG3321@1,COG3321@2,COG4221@1,COG4221@2 NA|NA|NA Q Polyketide synthase of type I -BSU_17200 224308.BSU17200 0.0 8535.2 Bacillus ko:K13611,ko:K13613,ko:K13614 ko00000,ko01004,ko01008 Bacillus 1TPTH@1239,1ZS7J@1386,4HTBC@91061,COG0236@1,COG0236@2,COG0451@1,COG0451@2,COG1020@1,COG1020@2,COG1028@1,COG1028@2,COG3321@1,COG3321@2 NA|NA|NA IQ polyketide synthase -BSU_17210 224308.BSU17210 0.0 10919.2 Bacillus ko:K13611,ko:K13613,ko:K13614 ko00000,ko01004,ko01008 Bacillus 1TPTH@1239,1ZS7J@1386,4HTBC@91061,COG1020@1,COG1020@2,COG1028@1,COG1028@2,COG3321@1,COG3321@2,COG4221@1,COG4221@2 NA|NA|NA IQ polyketide synthase -BSU_17220 224308.BSU17220 0.0 5055.3 Bacilli Bacillus 1VRGS@1239,4HV13@91061,COG0236@1,COG0236@2,COG2227@1,COG2227@2,COG3319@1,COG3319@2,COG3321@1,COG3321@2 NA|NA|NA HQ Beta-ketoacyl synthase -BSU_17230 224308.BSU17230 3.3e-233 813.9 Bacillus cypA ko:K15468 ko00000,ko01008 Bacillus 1TPWZ@1239,1ZC1Y@1386,4HAGS@91061,COG2124@1,COG2124@2 NA|NA|NA C Cytochrome P450 -BSU_17240 224308.BSU17240 2e-61 241.5 Bacillus ymzB Bacillus 1VMJW@1239,1ZJQF@1386,2DRIZ@1,33BZG@2,4HR8I@91061 NA|NA|NA -BSU_17250 224308.BSU17250 1.4e-163 582.0 Bacillus Bacillus 1TSM4@1239,1ZDRZ@1386,4HBZ2@91061,COG0491@1,COG0491@2 NA|NA|NA S Metallo-beta-lactamase superfamily -BSU_17260 224308.BSU17260 7.7e-252 875.9 Bacillus aprX ko:K17734 ko00000,ko01000,ko01002 Bacillus 1TQRU@1239,1ZAZK@1386,4HAZA@91061,COG1404@1,COG1404@2 NA|NA|NA O Belongs to the peptidase S8 family -BSU_17270 224308.BSU17270 4.6e-126 457.2 Bacillus ymaC Bacillus 1VBQ5@1239,1ZECB@1386,4HK5Q@91061,COG4195@1,COG4195@2 NA|NA|NA S Replication protein -BSU_17280 224308.BSU17280 9.2e-80 302.8 Bacillus ymaD Bacillus 1V41Y@1239,1ZFXM@1386,4HH9W@91061,COG1764@1,COG1764@2 NA|NA|NA O redox protein, regulator of disulfide bond formation -BSU_17290 224308.BSU17290 1e-54 219.2 Bacillus GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 ko:K11815 M00710 ko00000,ko00002,ko02000 2.A.7.1.6 Bacillus 1VEUF@1239,1ZHXE@1386,4HNJX@91061,COG2076@1,COG2076@2 NA|NA|NA P COG2076 Membrane transporters of cations and cationic drugs -BSU_17300 224308.BSU17300 8.2e-51 206.1 Bacillus ebrA GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 ko:K11814 M00710 ko00000,ko00002,ko02000 2.A.7.1.6 Bacillus 1VEUF@1239,1ZHQQ@1386,4HM1T@91061,COG2076@1,COG2076@2 NA|NA|NA P Small Multidrug Resistance protein -BSU_17320 224308.BSU17320 1.1e-47 196.1 Bacillus ymaF Bacillus 1VZDS@1239,1ZFZA@1386,2DXCY@1,344GQ@2,4HYN9@91061 NA|NA|NA S YmaF family -BSU_17330 224308.BSU17330 1.6e-174 618.6 Bacillus miaA GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016765,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0052381,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360 2.5.1.75 ko:K00791 ko00908,ko01100,ko01110,map00908,map01100,map01110 R01122 RC02820 ko00000,ko00001,ko01000,ko01006,ko03016 Bacillus 1TPSC@1239,1ZBX9@1386,4HAVW@91061,COG0324@1,COG0324@2 NA|NA|NA J Catalyzes the transfer of a dimethylallyl group onto the adenine at position 37 in tRNAs that read codons beginning with uridine, leading to the formation of N6-(dimethylallyl)adenosine (i(6)A) -BSU_17340 1051501.AYTL01000027_gene1306 2.4e-33 147.5 Bacillus hfq ko:K03666 ko02024,ko03018,ko05111,map02024,map03018,map05111 ko00000,ko00001,ko03019,ko03036 Bacillus 1VEGI@1239,1ZHYZ@1386,4HNN2@91061,COG1923@1,COG1923@2 NA|NA|NA J RNA chaperone that binds small regulatory RNA (sRNAs) and mRNAs to facilitate mRNA translational regulation in response to envelope stress, environmental stress and changes in metabolite concentrations. Also binds with high specificity to tRNAs -BSU_17350 326423.RBAM_017150 1.1e-22 112.5 Bacillus Bacillus 1UB4T@1239,1ZK5R@1386,29S7U@1,30DCB@2,4IMHD@91061 NA|NA|NA -BSU_17360 1274524.BSONL12_21669 5.8e-22 109.8 Bacillus ymzA Bacillus 1UAJ9@1239,1ZI93@1386,2BK5Y@1,32EJN@2,4IKXT@91061 NA|NA|NA -BSU_17370 224308.BSU17370 2.3e-66 258.1 Bacillus nrdI GO:0000166,GO:0003674,GO:0005488,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010181,GO:0019538,GO:0032553,GO:0036094,GO:0036211,GO:0043167,GO:0043168,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0048037,GO:0050662,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901363,GO:1901564 ko:K03647 ko00000 Bacillus 1V9T1@1239,1ZIDV@1386,4HJ0M@91061,COG1780@1,COG1780@2 NA|NA|NA F Probably involved in ribonucleotide reductase function -BSU_17380 224308.BSU17380 0.0 1394.4 Bacillus nrdE 1.17.4.1 ko:K00525 ko00230,ko00240,ko01100,map00230,map00240,map01100 M00053 R02017,R02018,R02019,R02024 RC00613 ko00000,ko00001,ko00002,ko01000,ko03400 iYO844.BSU17380 Bacillus 1TPFH@1239,1ZANT@1386,4H9X0@91061,COG0209@1,COG0209@2 NA|NA|NA F Provides the precursors necessary for DNA synthesis. Catalyzes the biosynthesis of deoxyribonucleotides from the corresponding ribonucleotides -BSU_17390 224308.BSU17390 7.7e-188 662.9 Bacillus nrdF 1.17.4.1 ko:K00526 ko00230,ko00240,ko01100,map00230,map00240,map01100 M00053 R02017,R02018,R02019,R02024 RC00613 ko00000,ko00001,ko00002,ko01000,ko03400 iYO844.BSU17390 Bacillus 1TQTH@1239,1ZBBM@1386,4H9WX@91061,COG0208@1,COG0208@2 NA|NA|NA F Provides the precursors necessary for DNA synthesis. Catalyzes the biosynthesis of deoxyribonucleotides from the corresponding ribonucleotides -BSU_17400 224308.BSU17400 3.4e-109 401.0 Bacillus Bacillus 1V7SZ@1239,1ZRW4@1386,4IRNS@91061,COG4112@1,COG4112@2 NA|NA|NA -BSU_17410 224308.BSU17410 7.9e-116 423.3 Bacillus cwlC GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0008745,GO:0016787,GO:0016810,GO:0016811,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464,GO:0061783 3.5.1.28 ko:K01448 ko01503,map01503 M00727 R04112 RC00064,RC00141 ko00000,ko00001,ko00002,ko01000,ko01011,ko03036 Bacillus 1V3MD@1239,1ZBPF@1386,4HHD1@91061,COG0860@1,COG0860@2 NA|NA|NA M n-acetylmuramoyl-L-alanine amidase -BSU_17420 224308.BSU17420 3e-176 624.4 Bacillus spoVK ko:K06413 ko00000 Bacillus 1TPQZ@1239,1ZBII@1386,4HCQK@91061,COG0464@1,COG0464@2 NA|NA|NA O stage V sporulation protein K -BSU_17430 224308.BSU17430 9.4e-231 805.8 Bacillus hflX GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0043021,GO:0043022,GO:0044424,GO:0044464,GO:0044877 ko:K03665 ko00000,ko03009 Bacillus 1TNZB@1239,1ZBT6@1386,4HACA@91061,COG2262@1,COG2262@2 NA|NA|NA S GTPase that associates with the 50S ribosomal subunit and may have a role during protein synthesis or ribosome biogenesis -BSU_17440 224308.BSU17440 5.7e-244 849.7 Bacillus ynbB GO:0003674,GO:0003824,GO:0003962,GO:0004123,GO:0016740,GO:0016765,GO:0016829,GO:0016846 Bacillus 1TQ88@1239,1ZAXI@1386,4HAF5@91061,COG4100@1,COG4100@2 NA|NA|NA P COG4100 Cystathionine beta-lyase family protein involved in aluminum resistance -BSU_17450 224308.BSU17450 1.9e-68 265.0 Bacillus glnR GO:0003674,GO:0005488,GO:0005515,GO:0006082,GO:0006355,GO:0006520,GO:0006541,GO:0006542,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009889,GO:0009987,GO:0010468,GO:0010556,GO:0016053,GO:0019219,GO:0019222,GO:0019752,GO:0031323,GO:0031326,GO:0042802,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0071704,GO:0080090,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1903506,GO:2000112,GO:2001141 ko:K03713 ko00000,ko03000 Bacillus 1V6JE@1239,1ZH1F@1386,4HKM6@91061,COG0789@1,COG0789@2 NA|NA|NA K transcriptional -BSU_17460 224308.BSU17460 1.6e-260 904.8 Bacillus glnA GO:0003674,GO:0005488,GO:0005515,GO:0006082,GO:0006355,GO:0006520,GO:0006541,GO:0006542,GO:0006807,GO:0006808,GO:0007154,GO:0007584,GO:0008134,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009605,GO:0009719,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0009991,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0016053,GO:0016597,GO:0019219,GO:0019222,GO:0019752,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0031406,GO:0031667,GO:0031668,GO:0031669,GO:0031670,GO:0036094,GO:0042221,GO:0043167,GO:0043168,GO:0043169,GO:0043177,GO:0043392,GO:0043436,GO:0043562,GO:0044092,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0045892,GO:0045934,GO:0046394,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0050896,GO:0051098,GO:0051100,GO:0051101,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0051716,GO:0060255,GO:0061984,GO:0065007,GO:0065009,GO:0070406,GO:0070887,GO:0071310,GO:0071417,GO:0071495,GO:0071496,GO:0071704,GO:0080090,GO:0090293,GO:0090295,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1901698,GO:1901699,GO:1902679,GO:1903506,GO:1903507,GO:1904796,GO:1904797,GO:2000112,GO:2000113,GO:2000677,GO:2000678,GO:2001141 6.3.1.2 ko:K01915 ko00220,ko00250,ko00630,ko00910,ko01100,ko01120,ko01230,ko02020,ko04217,ko04724,ko04727,map00220,map00250,map00630,map00910,map01100,map01120,map01230,map02020,map04217,map04724,map04727 R00253 RC00010,RC02798 ko00000,ko00001,ko01000,ko04147 Bacillus 1TNZA@1239,1ZBIQ@1386,4HACE@91061,COG0174@1,COG0174@2 NA|NA|NA E glutamine synthetase -BSU_17470 586416.GZ22_07760 6.4e-10 70.1 Bacilli Bacillus 1VJBB@1239,2E5DI@1,3305I@2,4HQRW@91061 NA|NA|NA -BSU_17480 224308.BSU21600 3.2e-32 144.4 Bacillus Bacillus 1UCTS@1239,1ZPKS@1386,2AKQD@1,31BH4@2,4IP9Z@91061 NA|NA|NA -BSU_17490 224308.BSU17490 9.7e-39 165.6 Bacillus Bacillus 1VGVR@1239,1ZJ76@1386,2E8AN@1,332PH@2,4HNM2@91061 NA|NA|NA -BSU_17500 224308.BSU17500 1.2e-79 302.4 Bacteria Bacillus COG4282@1,COG4282@2 NA|NA|NA G regulation of fungal-type cell wall biogenesis -BSU_17510 224308.BSU17510 1.1e-144 519.2 Bacilli Bacillus 1VRTX@1239,28RYR@1,333ED@2,4HTN7@91061 NA|NA|NA -BSU_17520 224308.BSU17520 3.4e-99 367.5 Bacillus ynaD Bacillus 1V5D0@1239,1ZFVB@1386,4HFTD@91061,COG1670@1,COG1670@2 NA|NA|NA J Acetyltransferase (GNAT) domain -BSU_17530 224308.BSU17530 3.3e-123 447.6 Bacillus Bacillus 1V1ZK@1239,1ZE3N@1386,2CHEV@1,2ZC9V@2,4HGJX@91061 NA|NA|NA S Domain of unknown function (DUF3885) -BSU_17540 224308.BSU17540 1.1e-59 235.7 Bacillus ynaF Bacillus 1UC1P@1239,1ZNHQ@1386,29SWA@1,30E2I@2,4INHS@91061 NA|NA|NA -BSU_17560 224308.BSU17560 2.4e-83 314.7 Bacillus Bacillus 1V436@1239,1ZFVR@1386,4HIUW@91061,COG0135@1,COG0135@2 NA|NA|NA E phosphoribosylanthranilate isomerase activity -BSU_17570 224308.BSU17570 4.6e-255 886.7 Bacillus xynP ko:K03292 ko00000 2.A.2 Bacillus 1TRA5@1239,1ZR5N@1386,4HENT@91061,COG2211@1,COG2211@2 NA|NA|NA G MFS/sugar transport protein -BSU_17580 224308.BSU17580 0.0 1145.6 Bacillus xynB 3.2.1.37 ko:K01198 ko00520,ko01100,map00520,map01100 R01433 RC00467 ko00000,ko00001,ko01000 GH43 Bacillus 1TP5K@1239,1ZCCV@1386,4HA16@91061,COG3507@1,COG3507@2 NA|NA|NA G Belongs to the glycosyl hydrolase 43 family -BSU_17590 224308.BSU17590 1.7e-215 755.0 Bacillus xylR Bacillus 1TQCE@1239,1ZC4Y@1386,4HDE3@91061,COG1940@1,COG1940@2 NA|NA|NA GK ROK family -BSU_17600 224308.BSU17600 6.8e-264 916.0 Bacillus xylA GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005975,GO:0005996,GO:0008150,GO:0008152,GO:0009045,GO:0009056,GO:0016052,GO:0016853,GO:0016860,GO:0016861,GO:0019321,GO:0019323,GO:0042732,GO:0042843,GO:0044238,GO:0044281,GO:0044282,GO:0044424,GO:0044464,GO:0046365,GO:0071704,GO:1901575 5.3.1.5 ko:K01805 ko00040,ko00051,ko01100,map00040,map00051,map01100 R00878,R01432 RC00376,RC00516 ko00000,ko00001,ko01000 Bacillus 1TQW2@1239,1ZE2B@1386,4H9WG@91061,COG2115@1,COG2115@2 NA|NA|NA G Belongs to the xylose isomerase family -BSU_17610 224308.BSU17610 1e-292 1011.9 Bacillus xylB 2.7.1.17 ko:K00854 ko00040,ko01100,map00040,map01100 M00014 R01639 RC00002,RC00538 ko00000,ko00001,ko00002,ko01000 iYO844.BSU17610 Bacillus 1TQ1I@1239,1ZBEJ@1386,4HBRJ@91061,COG1070@1,COG1070@2 NA|NA|NA G xylulose kinase -BSU_17620 224308.BSU17620 2.3e-113 414.8 Bacillus yokF GO:0003674,GO:0003824,GO:0004518,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006401,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009987,GO:0016070,GO:0016787,GO:0016788,GO:0019439,GO:0034641,GO:0034655,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044260,GO:0044265,GO:0044270,GO:0044424,GO:0044464,GO:0046483,GO:0046700,GO:0071704,GO:0090304,GO:0090305,GO:1901360,GO:1901361,GO:1901575 3.1.31.1 ko:K01174 ko00000,ko01000 Bacillus 1V46V@1239,1ZQ6S@1386,4HHJ1@91061,COG1525@1,COG1525@2 NA|NA|NA L RNA catabolic process -BSU_17630 224308.BSU17630 9.4e-256 889.0 Bacillus Bacillus 1TREV@1239,1ZAUM@1386,4HAN1@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_17640 224308.BSU17640 4.5e-219 766.9 Bacillus alr2 5.1.1.1 ko:K01775 ko00473,ko01100,ko01502,map00473,map01100,map01502 R00401 RC00285 ko00000,ko00001,ko01000,ko01011 Bacillus 1TNYY@1239,1ZCW9@1386,4HA95@91061,COG0787@1,COG0787@2 NA|NA|NA E Catalyzes the interconversion of L-alanine and D- alanine. May also act on other amino acids -BSU_17650 224308.BSU17650 1.1e-83 315.8 Bacillus Bacillus 1VCYR@1239,1ZR51@1386,2CEK2@1,32S02@2,4HXMN@91061 NA|NA|NA S Protein of unknown function (DUF2691) -BSU_17660 224308.BSU17660 8.3e-78 296.2 Bacillus yncF GO:0000287,GO:0003674,GO:0003824,GO:0004170,GO:0005488,GO:0006139,GO:0006220,GO:0006221,GO:0006226,GO:0006244,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009117,GO:0009123,GO:0009124,GO:0009129,GO:0009130,GO:0009141,GO:0009143,GO:0009147,GO:0009149,GO:0009157,GO:0009162,GO:0009165,GO:0009166,GO:0009176,GO:0009177,GO:0009200,GO:0009204,GO:0009211,GO:0009213,GO:0009219,GO:0009221,GO:0009223,GO:0009262,GO:0009263,GO:0009264,GO:0009265,GO:0009394,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0019692,GO:0022607,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0043167,GO:0043169,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046078,GO:0046080,GO:0046081,GO:0046385,GO:0046386,GO:0046434,GO:0046483,GO:0046700,GO:0046872,GO:0047429,GO:0051259,GO:0051260,GO:0055086,GO:0065003,GO:0070206,GO:0070207,GO:0071704,GO:0071840,GO:0072527,GO:0072528,GO:0072529,GO:0090407,GO:1901135,GO:1901136,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576 3.6.1.23 ko:K01520 ko00240,ko00983,ko01100,map00240,map00983,map01100 M00053 R02100,R11896 RC00002 ko00000,ko00001,ko00002,ko01000,ko03400 iYO844.BSU17660 Bacillus 1V5PP@1239,1ZGRC@1386,4HHFX@91061,COG0756@1,COG0756@2 NA|NA|NA F Deoxyuridine 5'-triphosphate -BSU_17680 224308.BSU17680 2e-165 588.2 Bacillus thyA 2.1.1.45 ko:K00560 ko00240,ko00670,ko01100,ko01523,map00240,map00670,map01100,map01523 M00053 R02101 RC00219,RC00332 ko00000,ko00001,ko00002,ko01000 Bacillus 1TSIR@1239,1ZM6D@1386,4H9QS@91061,COG0207@1,COG0207@2 NA|NA|NA F Catalyzes the reductive methylation of 2'-deoxyuridine- 5'-monophosphate (dUMP) to 2'-deoxythymidine-5'-monophosphate (dTMP) while utilizing 5,10-methylenetetrahydrofolate (mTHF) as the methyl donor and reductant in the reaction, yielding dihydrofolate (DHF) as a by-product. This enzymatic reaction provides an intracellular de novo source of dTMP, an essential precursor for DNA biosynthesis -BSU_17690 224308.BSU17690 1.3e-128 465.7 Bacillus Bacillus 1VCJR@1239,1ZFBY@1386,2CQ69@1,32SKI@2,4HNF9@91061 NA|NA|NA S Domain of unknown function, YrpD -BSU_17710 224308.BSU17710 1.3e-24 118.2 Bacteria Bacillus COG1826@1,COG1826@2 NA|NA|NA U protein secretion -BSU_17720 224308.BSU17720 3.1e-71 274.2 Bacillus Bacillus 1U0CE@1239,1ZKHR@1386,2BAHV@1,323YG@2,4I9P8@91061 NA|NA|NA -BSU_17730 224308.BSU17730 8.8e-80 302.8 Bacillus yndB Bacillus 1V7US@1239,1ZGHK@1386,4HK0E@91061,COG3832@1,COG3832@2 NA|NA|NA S Activator of Hsp90 ATPase homolog 1-like protein -BSU_17750 224308.BSU17750 2.5e-286 990.7 Bacillus ko:K06310 ko00000 Bacillus 1TP7K@1239,1ZBEF@1386,4HAH1@91061,COG0697@1,COG0697@2 NA|NA|NA EG Spore germination protein -BSU_17760 224308.BSU17760 7.6e-197 693.0 Bacillus GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015179,GO:0015291,GO:0015297,GO:0015318,GO:0015711,GO:0015807,GO:0015849,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1902475,GO:1903825,GO:1905039 ko:K06311 ko00000,ko02000 2.A.3.9.4 Bacillus 1TZQ6@1239,1ZS7K@1386,4ISWZ@91061,COG0531@1,COG0531@2 NA|NA|NA U Spore germination -BSU_17770 224308.BSU17770 7.1e-220 769.6 Bacillus ko:K06293,ko:K06312 ko00000 Bacillus 1UB3Y@1239,1ZRWJ@1386,28IEM@1,2Z8GN@2,4HV0B@91061 NA|NA|NA S Spore germination protein -BSU_17780 224308.BSU17780 1.3e-153 548.9 Bacillus yndG Bacillus 1UP6P@1239,1ZF3C@1386,29RNN@1,30CRY@2,4HBII@91061 NA|NA|NA S DoxX-like family -BSU_17790 224308.BSU17790 4.4e-117 427.2 Bacillus Bacillus 1V2DB@1239,1ZGP4@1386,2ZG4P@2,4HGUW@91061,arCOG11972@1 NA|NA|NA S Domain of unknown function (DUF4166) -BSU_17800 224308.BSU17800 0.0 1081.2 Bacillus yndJ Bacillus 1TRII@1239,1ZCE4@1386,28KUD@1,2ZAB6@2,4HA8V@91061 NA|NA|NA S YndJ-like protein -BSU_17820 224308.BSU17820 1.5e-138 498.8 Bacillus yndL Bacillus 1VBQ5@1239,1ZECB@1386,4HK5Q@91061,COG4195@1,COG4195@2 NA|NA|NA S Replication protein -BSU_17830 224308.BSU17830 2.5e-92 344.7 Bacillus yndM Bacillus 1VH0F@1239,1ZINT@1386,2E4BW@1,32Z7G@2,4HPQD@91061 NA|NA|NA S Protein of unknown function (DUF2512) -BSU_17840 224308.BSU17840 4.4e-79 300.4 Bacillus fosB GO:0003674,GO:0003824,GO:0004364,GO:0008150,GO:0016740,GO:0016765,GO:0042221,GO:0046677,GO:0050896 ko:K11210 ko00000,ko01000 Bacillus 1V422@1239,1ZG9A@1386,4HH25@91061,COG0346@1,COG0346@2 NA|NA|NA H Metallothiol transferase which confers resistance to fosfomycin by catalyzing the addition of a thiol cofactor to fosfomycin. L-cysteine is probably the physiological thiol donor -BSU_17850 224308.BSU17850 4.4e-109 400.6 Bacillus lexA GO:0000976,GO:0001067,GO:0001130,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:1990837,GO:2000112,GO:2000113,GO:2001141 3.4.21.88 ko:K01356 M00729 ko00000,ko00002,ko01000,ko01002,ko03400 Bacillus 1TQ3H@1239,1ZBMU@1386,4HBHA@91061,COG1974@1,COG1974@2 NA|NA|NA K Represses a number of genes involved in the response to DNA damage (SOS response), including recA and lexA. In the presence of single-stranded DNA, RecA interacts with LexA causing an autocatalytic cleavage which disrupts the DNA-binding part of LexA, leading to derepression of the SOS regulon and eventually DNA repair -BSU_17860 224308.BSU17860 1.5e-49 201.8 Bacillus yneA Bacillus 1VK5T@1239,1ZH8B@1386,4HRE2@91061,COG1388@1,COG1388@2 NA|NA|NA D Inhibits cell division during the SOS response. Affects a later stage of the cell division protein assembly, after the assembly of the Z ring, by probably suppressing recruitment of FtsL and or DivIC to the division machinery -BSU_17870 224308.BSU17870 2e-112 411.8 Bacillus yneB GO:0000150,GO:0003674,GO:0003824,GO:0006139,GO:0006259,GO:0006310,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:0140097,GO:1901360 Bacillus 1TR74@1239,1ZCET@1386,4HBJI@91061,COG1961@1,COG1961@2 NA|NA|NA L resolvase -BSU_17880 224308.BSU17880 2.1e-32 144.4 Bacillus ynzC Bacillus 1VEKJ@1239,1ZIU8@1386,4HNIB@91061,COG4224@1,COG4224@2 NA|NA|NA S UPF0291 protein -BSU_17890 224308.BSU17890 0.0 1320.8 Bacillus tkt 2.2.1.1 ko:K00615 ko00030,ko00710,ko01051,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00030,map00710,map01051,map01100,map01110,map01120,map01130,map01200,map01230 M00004,M00007,M00165,M00167 R01067,R01641,R01830,R06590 RC00032,RC00226,RC00571,RC01560 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPIB@1239,1ZBQ6@1386,4HADA@91061,COG0021@1,COG0021@2 NA|NA|NA G Catalyzes the transfer of a two-carbon ketol group from a ketose donor to an aldose acceptor, via a covalent intermediate with the cofactor thiamine pyrophosphate -BSU_17900 224308.BSU17900 2.8e-81 307.8 Bacillus yneE Bacillus 1VHIA@1239,1ZEP8@1386,2EUDS@1,33MW4@2,4HSFG@91061 NA|NA|NA S Sporulation inhibitor of replication protein sirA -BSU_17910 1051501.AYTL01000033_gene259 3e-28 130.6 Bacillus yneF ko:K09976 ko00000 Bacillus 1VEJC@1239,1ZHYQ@1386,4HNN9@91061,COG3763@1,COG3763@2 NA|NA|NA S UPF0154 protein -BSU_17920 326423.RBAM_017720 9.7e-14 82.0 Bacillus ynzD Bacillus 1UAWP@1239,1ZJIT@1386,29S1R@1,30D66@2,4IM9H@91061 NA|NA|NA S Spo0E like sporulation regulatory protein -BSU_17930 224308.BSU17930 1.2e-126 459.1 Bacillus ccdA ko:K06196 ko00000,ko02000 5.A.1.2 Bacillus 1TQH1@1239,1ZBPX@1386,4H9UJ@91061,COG0785@1,COG0785@2 NA|NA|NA O cytochrome c biogenesis protein -BSU_17940 224308.BSU17940 9.3e-59 232.6 Bacillus ccdB ko:K03413 ko02020,ko02030,map02020,map02030 M00506 ko00000,ko00001,ko00002,ko02022,ko02035 Bacillus 1V3IU@1239,1ZRES@1386,4ISX0@91061,COG2201@1,COG2201@2 NA|NA|NA T cheY-homologous receiver domain -BSU_17950 224308.BSU17950 1e-76 292.7 Bacillus yneJ Bacillus 1V7C6@1239,1ZG68@1386,4HGXI@91061,COG4846@1,COG4846@2 NA|NA|NA O COG4846 Membrane protein involved in cytochrome C biogenesis -BSU_17960 224308.BSU17960 9.3e-74 282.7 Bacillus yneK Bacillus 1V3V6@1239,1ZG6E@1386,291YW@1,2ZPID@2,4HGYJ@91061 NA|NA|NA S Protein of unknown function (DUF2621) -BSU_17970 224308.BSU17970 6.3e-69 266.5 Bacillus cotM ko:K06335 ko00000 Bacillus 1UB14@1239,1ZJX9@1386,4IME0@91061,COG0071@1,COG0071@2 NA|NA|NA O Spore coat protein -BSU_17980 224308.BSU17980 6.5e-19 99.0 Bacillus sspP ko:K06433 ko00000 Bacillus 1VJFQ@1239,1ZK01@1386,2E54C@1,32ZXB@2,4HQN1@91061 NA|NA|NA S Belongs to the SspP family -BSU_17990 1178537.BA1_08761 3.7e-14 83.2 Bacillus sspO ko:K06432 ko00000 Bacillus 1VNNB@1239,1ZIU1@1386,2EI8E@1,33BZS@2,4HS1A@91061 NA|NA|NA S Belongs to the SspO family -BSU_18000 224308.BSU18000 0.0 1823.9 Bacillus citB GO:0003674,GO:0003676,GO:0003723,GO:0003729,GO:0003730,GO:0003824,GO:0003994,GO:0005488,GO:0006082,GO:0006091,GO:0006099,GO:0006101,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0009060,GO:0009987,GO:0015980,GO:0016829,GO:0016835,GO:0016836,GO:0016999,GO:0017144,GO:0019541,GO:0019679,GO:0019752,GO:0032787,GO:0043436,GO:0043937,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0045333,GO:0046459,GO:0047456,GO:0048037,GO:0050789,GO:0050793,GO:0051536,GO:0051539,GO:0051540,GO:0055114,GO:0065007,GO:0071704,GO:0072350,GO:0097159,GO:1901363 4.2.1.3 ko:K01681 ko00020,ko00630,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01210,ko01230,map00020,map00630,map00720,map01100,map01110,map01120,map01130,map01200,map01210,map01230 M00009,M00010,M00012,M00173,M00740 R01324,R01325,R01900 RC00497,RC00498,RC00618 br01601,ko00000,ko00001,ko00002,ko01000 Bacillus 1VTMM@1239,1ZART@1386,4HB5N@91061,COG1048@1,COG1048@2 NA|NA|NA C Catalyzes the isomerization of citrate to isocitrate via cis-aconitate -BSU_18010 224308.BSU18010 7e-92 343.2 Bacillus yneN Bacillus 1VAPY@1239,1ZG2C@1386,4HJN1@91061,COG0526@1,COG0526@2 NA|NA|NA CO alkyl hydroperoxide reductase Thiol specific antioxidant Mal allergen -BSU_18020 1461580.CCAS010000001_gene168 5.1e-08 62.8 Bacillus sspN ko:K06431 ko00000 Bacillus 1VMWH@1239,1ZK32@1386,2EPWV@1,33HHC@2,4HRXR@91061 NA|NA|NA S Small acid-soluble spore protein N family -BSU_18030 224308.BSU18030 6.5e-35 152.9 Bacillus tlp ko:K06434 ko00000 Bacillus 1VF8M@1239,1ZITR@1386,2E62M@1,330RR@2,4HPWY@91061 NA|NA|NA S Belongs to the Tlp family -BSU_18040 224308.BSU18040 1.6e-66 258.5 Bacillus yneP ko:K07107 ko00000,ko01000 Bacillus 1VAGM@1239,1ZG6C@1386,4HIVC@91061,COG0824@1,COG0824@2 NA|NA|NA S thioesterase -BSU_18050 224308.BSU18050 2.2e-53 214.5 Bacillus yneQ Bacillus 1VC46@1239,1ZI00@1386,2CICC@1,32S7S@2,4HKPJ@91061 NA|NA|NA -BSU_18060 224308.BSU18060 5.3e-49 199.9 Bacillus yneR Bacillus 1VEQE@1239,1ZHU4@1386,4HNU2@91061,COG4841@1,COG4841@2 NA|NA|NA S Belongs to the HesB IscA family -BSU_18070 224308.BSU18070 8.4e-94 349.7 Bacillus plsY 2.3.1.15 ko:K08591 ko00561,ko00564,ko01100,ko01110,map00561,map00564,map01100,map01110 M00089 R00851,R09380 RC00004,RC00039,RC00041 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1VA3J@1239,1ZFP9@1386,4HC55@91061,COG0344@1,COG0344@2 NA|NA|NA I Catalyzes the transfer of an acyl group from acyl- phosphate (acyl-PO(4)) to glycerol-3-phosphate (G3P) to form lysophosphatidic acid (LPA). This enzyme utilizes acyl-phosphate as fatty acyl donor, but not acyl-CoA or acyl-ACP -BSU_18080 224308.BSU18080 1.1e-68 265.8 Bacillus yneT ko:K06929 ko00000 Bacillus 1V7C7@1239,1ZG6W@1386,4HIZT@91061,COG1832@1,COG1832@2 NA|NA|NA S CoA-binding protein -BSU_18090 224308.BSU18090 0.0 1245.0 Bacillus parE GO:0003674,GO:0003824,GO:0003916,GO:0003918,GO:0005575,GO:0006139,GO:0006259,GO:0006265,GO:0006725,GO:0006807,GO:0006996,GO:0007059,GO:0008094,GO:0008150,GO:0008152,GO:0009295,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016853,GO:0016887,GO:0017111,GO:0034641,GO:0042623,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0051276,GO:0061505,GO:0071103,GO:0071704,GO:0071840,GO:0090304,GO:0140097,GO:1901360 ko:K02622 ko00000,ko01000,ko02048,ko03032,ko03036 Bacillus 1TQCF@1239,1ZBMM@1386,4H9UC@91061,COG0187@1,COG0187@2 NA|NA|NA L Topoisomerase IV is essential for chromosome segregation. It relaxes supercoiled DNA. Performs the decatenation events required during the replication of a circular DNA molecule -BSU_18100 224308.BSU18100 0.0 1583.9 Bacillus parC GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 ko:K02621 ko00000,ko01000,ko02048,ko03032,ko03036 Bacillus 1TRE7@1239,1ZBCI@1386,4HAQB@91061,COG0188@1,COG0188@2 NA|NA|NA L Topoisomerase IV is essential for chromosome segregation. It relaxes supercoiled DNA. Performs the decatenation events required during the replication of a circular DNA molecule -BSU_18109 326423.RBAM_017920 2.4e-12 77.4 Bacillus Bacillus 1UBB9@1239,1ZKKQ@1386,29SDG@1,30DI8@2,4IMQ6@91061 NA|NA|NA -BSU_18110 224308.BSU18110 2.7e-70 271.2 Bacillus ynfC Bacillus 1U284@1239,1ZHFJ@1386,29KWY@1,307UE@2,4IBSD@91061 NA|NA|NA -BSU_18120 224308.BSU18120 1.4e-251 875.2 Bacillus alsT GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03310,ko:K11626 ko02020,map02020 ko00000,ko00001 2.A.25 Bacillus 1TNZP@1239,1ZAX7@1386,4H9SZ@91061,COG1115@1,COG1115@2 NA|NA|NA E Sodium alanine symporter -BSU_18130 224308.BSU18130 4e-297 1026.5 Bacillus bglC 3.2.1.4 ko:K01179 ko00500,ko01100,map00500,map01100 R06200,R11307,R11308 ko00000,ko00001,ko01000 GH5,GH9 Bacillus 1TSJQ@1239,1ZEYQ@1386,4HFEH@91061,COG2730@1,COG2730@2 NA|NA|NA G PFAM glycoside hydrolase family 5 -BSU_18150 224308.BSU18150 6.3e-251 872.8 Bacilli Bacillus 1U8RG@1239,4HS8Y@91061,COG5520@1,COG5520@2 NA|NA|NA M Belongs to the glycosyl hydrolase 30 family -BSU_18160 224308.BSU18160 7.5e-299 1032.3 Bacillus xynD 3.2.1.55 ko:K15921 ko00520,map00520 R01762 ko00000,ko00001,ko01000 CBM6,GH43 Bacillus 1TSKZ@1239,1ZATA@1386,4HTDV@91061,COG3507@1,COG3507@2 NA|NA|NA G Belongs to the glycosyl hydrolase 43 family -BSU_18170 224308.BSU18170 4.1e-80 303.9 Bacillus yngA Bacillus 1VCBC@1239,1ZRYB@1386,4HM7K@91061,COG2246@1,COG2246@2 NA|NA|NA S membrane -BSU_18180 224308.BSU18180 7e-164 583.2 Bacillus yngB 2.7.7.9 ko:K00963 ko00040,ko00052,ko00500,ko00520,ko01100,ko01130,map00040,map00052,map00500,map00520,map01100,map01130 M00129,M00361,M00362,M00549 R00289 RC00002 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ24@1239,1ZASX@1386,4HATY@91061,COG1210@1,COG1210@2 NA|NA|NA M UTP-glucose-1-phosphate uridylyltransferase -BSU_18190 224308.BSU18190 1.2e-103 382.5 Bacillus yngC GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1V1D4@1239,1ZCPB@1386,4HFSU@91061,COG0586@1,COG0586@2 NA|NA|NA S membrane-associated protein -BSU_18200 224308.BSU18200 3.3e-233 813.9 Bacillus yngD ko:K07097 ko00000 Bacillus 1TQPZ@1239,1ZCH8@1386,4HCSM@91061,COG2404@1,COG2404@2 NA|NA|NA S phosphohydrolase (DHH superfamily) -BSU_18210 224308.BSU18210 5.7e-291 1006.1 Bacillus yngE iYO844.BSU18210 Bacillus 1TQCV@1239,1ZBHM@1386,4HBK9@91061,COG4799@1,COG4799@2 NA|NA|NA I COG4799 Acetyl-CoA carboxylase, carboxyltransferase component (subunits alpha and beta) -BSU_18220 224308.BSU18220 3.7e-137 494.2 Bacillus yngF GO:0003674,GO:0003824,GO:0004300,GO:0006082,GO:0006629,GO:0006631,GO:0006635,GO:0008150,GO:0008152,GO:0009056,GO:0009062,GO:0009987,GO:0016042,GO:0016054,GO:0016829,GO:0016835,GO:0016836,GO:0019395,GO:0019752,GO:0030258,GO:0032787,GO:0034440,GO:0043436,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044281,GO:0044282,GO:0046395,GO:0055114,GO:0071704,GO:0072329,GO:1901575 Bacillus 1TQ89@1239,1ZAXG@1386,4HCH3@91061,COG1024@1,COG1024@2 NA|NA|NA I Belongs to the enoyl-CoA hydratase isomerase family -BSU_18230 224308.BSU18230 1.4e-167 595.5 Bacillus yngG GO:0003674,GO:0003824,GO:0004419,GO:0005488,GO:0016829,GO:0016830,GO:0016833,GO:0043167,GO:0043169,GO:0046872 4.1.3.4 ko:K01640 ko00072,ko00280,ko00281,ko00650,ko01100,ko04146,map00072,map00280,map00281,map00650,map01100,map04146 M00036,M00088 R01360,R08090 RC00502,RC00503,RC01118,RC01946 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQG3@1239,1ZC18@1386,4HA1U@91061,COG0119@1,COG0119@2 NA|NA|NA E Hydroxymethylglutaryl-CoA lyase -BSU_18239 224308.BSU18239 1e-31 142.1 Bacillus ko:K02160 ko00061,ko00620,ko00640,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,map00061,map00620,map00640,map00720,map01100,map01110,map01120,map01130,map01200,map01212 M00082,M00376 R00742 RC00040,RC00367 ko00000,ko00001,ko00002 Bacillus 1UI6N@1239,1ZIUY@1386,4ISFM@91061,COG0511@1,COG0511@2 NA|NA|NA I Biotin carboxyl carrier protein -BSU_18240 224308.BSU18240 5e-251 873.2 Bacillus yngH 6.3.4.14,6.4.1.2 ko:K01961 ko00061,ko00620,ko00640,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,map00061,map00620,map00640,map00720,map01100,map01110,map01120,map01130,map01200,map01212 M00082,M00376 R00742,R04385 RC00040,RC00253,RC00367 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP16@1239,1ZBTG@1386,4HA40@91061,COG0439@1,COG0439@2 NA|NA|NA I Biotin carboxylase -BSU_18250 224308.BSU18250 0.0 1123.6 Bacillus yngI ko:K00666 ko00000,ko01000,ko01004 Bacillus 1TPSX@1239,1ZPZR@1386,4HAHB@91061,COG0318@1,COG0318@2 NA|NA|NA IQ COG0318 Acyl-CoA synthetases (AMP-forming) AMP-acid ligases II -BSU_18260 224308.BSU18260 7.5e-211 739.6 Bacillus yngJ 1.3.8.1 ko:K00248 ko00071,ko00280,ko00650,ko01100,ko01110,ko01120,ko01200,ko01212,map00071,map00280,map00650,map01100,map01110,map01120,map01200,map01212 R01175,R01178,R02661,R03172,R04751 RC00052,RC00068,RC00076,RC00120,RC00148 ko00000,ko00001,ko01000 Bacillus 1TP57@1239,1ZCGC@1386,4HAWZ@91061,COG1960@1,COG1960@2 NA|NA|NA I acyl-CoA dehydrogenase -BSU_18270 1274524.BSONL12_00627 3.1e-31 141.0 Bacillus Bacillus 1VCTQ@1239,1ZJF8@1386,2E1TX@1,32X3M@2,4HNDY@91061 NA|NA|NA S Family of unknown function (DUF5367) -BSU_18280 224308.BSU18280 2.8e-306 1057.0 Bacillus yngK Bacillus 1TRTG@1239,1ZC0H@1386,4HD0M@91061,COG1649@1,COG1649@2 NA|NA|NA T Glycosyl hydrolase-like 10 -BSU_18290 224308.BSU18290 4.7e-64 250.4 Bacillus yngL Bacillus 1VACE@1239,1ZGTF@1386,2CDF4@1,32RXN@2,4HQ6D@91061 NA|NA|NA S Protein of unknown function (DUF1360) -BSU_18300 224308.BSU18300 0.0 2581.2 Bacteria Bacillus COG1020@1,COG1020@2,COG3319@1,COG3319@2 NA|NA|NA Q amino acid activation for nonribosomal peptide biosynthetic process -BSU_18310 224308.BSU18310 0.0 7189.7 Bacillus ko:K15667 ko01054,map01054 ko00000,ko00001,ko01008 Bacillus 1TPTH@1239,1ZB3S@1386,4HAHU@91061,COG1020@1,COG1020@2 NA|NA|NA Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall -BSU_18320 224308.BSU18320 0.0 5089.2 Bacillus ko:K15666 ko01054,map01054 ko00000,ko00001,ko01008 Bacillus 1TPTH@1239,1ZB3S@1386,4HAHU@91061,COG1020@1,COG1020@2 NA|NA|NA Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall -BSU_18330 224308.BSU18330 0.0 5122.0 Bacillus ko:K15665 ko01054,map01054 ko00000,ko00001,ko01008 Bacillus 1TPTH@1239,1ZB3S@1386,4HAHU@91061,COG1020@1,COG1020@2 NA|NA|NA Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall -BSU_18340 224308.BSU18340 0.0 5077.7 Bacillus ko:K15664 ko01054,map01054 ko00000,ko00001,ko01008 Bacillus 1TPTH@1239,1ZB3S@1386,4HAHU@91061,COG1020@1,COG1020@2 NA|NA|NA Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall -BSU_18350 224308.BSU18350 7.2e-275 952.6 Bacillus dacC 3.4.16.4 ko:K07259 ko00550,map00550 ko00000,ko00001,ko01000,ko01002,ko01011 Bacillus 1TQFQ@1239,1ZBNY@1386,4HA3X@91061,COG2027@1,COG2027@2 NA|NA|NA M D-alanyl-D-alanine carboxypeptidase -BSU_18360 224308.BSU18360 1e-192 679.1 Bacillus yoxA GO:0003674,GO:0003824,GO:0004034,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005975,GO:0005996,GO:0006006,GO:0006012,GO:0008150,GO:0008152,GO:0009056,GO:0016052,GO:0016853,GO:0016854,GO:0016857,GO:0019318,GO:0019320,GO:0019388,GO:0033499,GO:0044238,GO:0044281,GO:0044282,GO:0044424,GO:0044464,GO:0046365,GO:0071704,GO:1901575 5.1.3.3 ko:K01785 ko00010,ko00052,ko01100,ko01110,ko01120,ko01130,map00010,map00052,map01100,map01110,map01120,map01130 M00632 R01602,R10619 RC00563 ko00000,ko00001,ko00002,ko01000 Bacillus 1TS6R@1239,1ZGMA@1386,4IRTK@91061,COG2017@1,COG2017@2 NA|NA|NA G Aldose 1-epimerase -BSU_18370 224308.BSU18370 3.9e-246 857.1 Bacillus yoeA Bacillus 1TNZN@1239,1ZEAW@1386,4HANM@91061,COG0534@1,COG0534@2 NA|NA|NA V MATE efflux family protein -BSU_18380 224308.BSU18380 1.8e-98 365.2 Bacillus yoeB Bacillus 1VHBN@1239,1ZH85@1386,2DQ89@1,33587@2,4HP4B@91061 NA|NA|NA S IseA DL-endopeptidase inhibitor -BSU_18390 224308.BSU18390 3.8e-96 357.5 Bacillus Bacillus 1V2RX@1239,1ZGYW@1386,4HE06@91061,COG0582@1,COG0582@2 NA|NA|NA L Integrase -BSU_18400 224308.BSU18400 5e-34 149.8 Bacillus yoeD Bacillus 1VFQ2@1239,1ZIWJ@1386,4HNRS@91061,COG0166@1,COG0166@2 NA|NA|NA G Helix-turn-helix domain -BSU_18410 224308.BSU18410 0.0 1180.2 Bacillus ggt 2.3.2.2,3.4.19.13 ko:K00681 ko00430,ko00460,ko00480,ko01100,map00430,map00460,map00480,map01100 R00494,R01262,R01687,R03867,R03916,R03970,R03971,R04935 RC00064,RC00090,RC00096 ko00000,ko00001,ko01000,ko01002 Bacillus 1TR9U@1239,1ZCVJ@1386,4HB23@91061,COG0405@1,COG0405@2 NA|NA|NA E gamma-glutamyltransferase -BSU_18420 224308.BSU18420 4.2e-158 563.9 Bacilli Bacillus 1UCV1@1239,4HE6I@91061,COG0583@1,COG0583@2 NA|NA|NA K Transcriptional regulator -BSU_18430 224308.BSU18430 6.5e-187 659.8 Bacillus yogA ko:K13955 ko00000 Bacillus 1TRRF@1239,1ZC7U@1386,4HBSF@91061,COG0604@1,COG0604@2 NA|NA|NA C COG0604 NADPH quinone reductase and related Zn-dependent oxidoreductases -BSU_18440 224308.BSU18440 4.5e-293 1013.1 Bacillus gltB 1.4.1.13,1.4.1.14 ko:K00266 ko00250,ko00910,ko01100,ko01110,ko01120,ko01130,ko01230,map00250,map00910,map01100,map01110,map01120,map01130,map01230 R00093,R00114,R00248 RC00006,RC00010,RC02799 ko00000,ko00001,ko01000 Bacillus 1TQ1A@1239,1ZC3C@1386,4HAD5@91061,COG0493@1,COG0493@2 NA|NA|NA E COG0493 NADPH-dependent glutamate synthase beta chain and related oxidoreductases -BSU_18450 224308.BSU18450 0.0 3023.0 Bacillus gltA GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006536,GO:0006537,GO:0006541,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0015930,GO:0016053,GO:0016491,GO:0016638,GO:0019676,GO:0019740,GO:0019752,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0055114,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.4.1.13,1.4.1.14,1.4.7.1 ko:K00265,ko:K00284 ko00250,ko00630,ko00910,ko01100,ko01110,ko01120,ko01130,ko01230,map00250,map00630,map00910,map01100,map01110,map01120,map01130,map01230 R00021,R00093,R00114,R00248,R10086 RC00006,RC00010,RC02799 ko00000,ko00001,ko01000 Bacillus 1TQ0B@1239,1ZBFF@1386,4HA4G@91061,COG0067@1,COG0067@2,COG0069@1,COG0069@2,COG0070@1,COG0070@2 NA|NA|NA E glutamate synthase -BSU_18460 224308.BSU18460 1.3e-154 552.4 Bacillus gltC GO:0003674,GO:0003700,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 ko:K09681 ko00000,ko03000 Bacillus 1TRVX@1239,1ZCDN@1386,4HA1X@91061,COG0583@1,COG0583@2 NA|NA|NA K Transcriptional regulator -BSU_18470 224308.BSU18470 7e-206 723.0 Bacillus proJ GO:0003674,GO:0003824,GO:0004349,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006560,GO:0006561,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016774,GO:0018130,GO:0019202,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.2.11 ko:K00931 ko00330,ko00332,ko01100,ko01130,ko01230,map00330,map00332,map01100,map01130,map01230 M00015 R00239 RC00002,RC00043 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPG6@1239,1ZAPU@1386,4HA9B@91061,COG0263@1,COG0263@2 NA|NA|NA E Catalyzes the transfer of a phosphate group to glutamate to form L-glutamate 5-phosphate -BSU_18480 224308.BSU18480 6.8e-159 566.6 Bacillus proH 1.5.1.2 ko:K00286 ko00330,ko01100,ko01110,ko01130,ko01230,map00330,map01100,map01110,map01130,map01230 M00015 R01248,R01251,R03291,R03293 RC00054,RC00083 ko00000,ko00001,ko00002,ko01000 iYO844.BSU18480 Bacillus 1TP1E@1239,1ZCWZ@1386,4H9RV@91061,COG0345@1,COG0345@2 NA|NA|NA E Catalyzes the reduction of 1-pyrroline-5-carboxylate (PCA) to L-proline -BSU_18490 224308.BSU18490 3.3e-59 234.2 Bacillus rtp Bacillus 1V4I3@1239,1ZGU9@1386,4HHBU@91061,COG1695@1,COG1695@2 NA|NA|NA K Plays a role in DNA replication and termination (fork arrest mechanism). Two dimers of rtp bind to the two inverted repeat regions (IRI and IRII) present in the termination site. The binding of each dimer is centered on an 8 bp direct repeat -BSU_18500 224308.BSU18500 3.7e-123 447.6 Bacillus yoxD 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1UG37@1239,1ZDQ3@1386,4HC7Y@91061,COG0300@1,COG0300@2 NA|NA|NA S Belongs to the short-chain dehydrogenases reductases (SDR) family -BSU_18510 224308.BSU18510 5.1e-42 176.8 Bacteria Bacillus COG4768@1,COG4768@2 NA|NA|NA S Bacterial protein of unknown function (DUF948) -BSU_18520 224308.BSU18520 5.3e-144 516.9 Bacillus yoxB Bacillus 1V3TG@1239,1ZG2Q@1386,28PVT@1,2ZCGB@2,4HHU4@91061 NA|NA|NA -BSU_18530 224308.BSU18530 1.3e-96 359.0 Bacillus yoaA 2.3.1.128 ko:K03790 ko00000,ko01000,ko03009 Bacillus 1V2C6@1239,1ZGGH@1386,4HG3C@91061,COG1670@1,COG1670@2 NA|NA|NA J COG1670 Acetyltransferases, including N-acetylases of ribosomal proteins -BSU_18540 224308.BSU18540 1.1e-234 818.9 Bacillus yoaB Bacillus 1TRNB@1239,1ZCJH@1386,4HCAI@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_18550 224308.BSU18550 1.7e-284 984.6 Bacillus yoaC 2.7.1.189 ko:K11216 ko02024,map02024 R11183 RC00002,RC00017 ko00000,ko00001,ko01000 Bacillus 1TQ1I@1239,1ZMJ7@1386,4HBRJ@91061,COG1070@1,COG1070@2 NA|NA|NA G FGGY family of carbohydrate kinases, C-terminal domain -BSU_18560 224308.BSU18560 5.5e-197 693.3 Bacillus yoaD 1.1.1.399,1.1.1.95 ko:K00058 ko00260,ko00680,ko01100,ko01120,ko01130,ko01200,ko01230,map00260,map00680,map01100,map01120,map01130,map01200,map01230 M00020 R01513 RC00031 ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1UY3Y@1239,1ZENF@1386,4HMWA@91061,COG0111@1,COG0111@2 NA|NA|NA EH Belongs to the D-isomer specific 2-hydroxyacid dehydrogenase family -BSU_18570 224308.BSU18570 0.0 1401.0 Bacillus yoaE Bacillus 1TPZG@1239,1ZAU8@1386,4HBA3@91061,COG0243@1,COG0243@2 NA|NA|NA C belongs to the prokaryotic molybdopterin-containing oxidoreductase family -BSU_18580 1051501.AYTL01000030_gene2213 3.2e-33 147.5 Bacillus Bacillus 1VD6E@1239,1ZI0G@1386,2CH62@1,32S5C@2,4HKZ3@91061 NA|NA|NA -BSU_18590 1051501.AYTL01000028_gene2068 3.8e-08 64.7 Bacillus ywlA Bacillus 1UCW8@1239,1ZPPX@1386,2B1TR@1,31U9Q@2,4IPC8@91061 NA|NA|NA S Uncharacterised protein family (UPF0715) -BSU_18596 224308.BSU18596 1.5e-13 80.9 Bacillus Bacillus 1W5BI@1239,1ZK8V@1386,2C1AY@1,2ZPBJ@2,4I1SU@91061 NA|NA|NA -BSU_18600 224308.BSU18600 2.5e-38 164.5 Bacilli Bacillus 1W2TZ@1239,2EIXM@1,2ZSX9@2,4I06A@91061 NA|NA|NA S Protein of unknown function (DUF4025) -BSU_18610 224308.BSU18610 5.9e-188 664.1 Bacillus yoaH ko:K03406 ko02020,ko02030,map02020,map02030 ko00000,ko00001,ko02035 Bacillus 1TP5A@1239,1ZMP8@1386,4H9RZ@91061,COG0840@1,COG0840@2,COG5278@1,COG5278@2 NA|NA|NA NT methyl-accepting chemotaxis protein -BSU_18620 224308.BSU18620 1.1e-280 971.8 Bacillus yoaI 1.14.14.9 ko:K00483 ko00350,ko01120,ko01220,map00350,map01120,map01220 R02698,R03299 RC00046 ko00000,ko00001,ko01000 Bacillus 1TQ70@1239,1ZDRC@1386,4HA4I@91061,COG2368@1,COG2368@2 NA|NA|NA Q COG2368 Aromatic ring hydroxylase -BSU_18630 224308.BSU18630 6.5e-133 479.9 Bacillus ko:K20628 ko00000 Bacillus 1UYVA@1239,1ZMHI@1386,4HTET@91061,COG4305@1,COG4305@2 NA|NA|NA G Endoglucanase C-terminal domain subunit and related proteins -BSU_18640 224308.BSU18640 4e-111 407.5 Bacillus yoaK Bacillus 1VBZN@1239,1ZFAA@1386,4HMQK@91061,COG3619@1,COG3619@2 NA|NA|NA S Membrane -BSU_18650 224308.BSU18650 3.9e-198 697.2 Bacilli Bacillus 1VQVQ@1239,4HTPK@91061,COG3866@1,COG3866@2 NA|NA|NA G Amb_all -BSU_18660 224308.BSU18660 1.8e-132 478.4 Bacillus yoqW Bacillus 1TRRV@1239,1ZCQB@1386,4HDUN@91061,COG2135@1,COG2135@2 NA|NA|NA S Belongs to the SOS response-associated peptidase family -BSU_18670 224308.BSU18670 4.5e-235 820.1 Bacillus GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0008150,GO:0008152,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0019752,GO:0033609,GO:0043436,GO:0043648,GO:0044237,GO:0044281,GO:0044424,GO:0044464,GO:0046564,GO:0071704 4.1.1.2 ko:K01569 ko00630,ko01100,map00630,map01100 R00522 RC00321 ko00000,ko00001,ko01000 iYO844.BSU18670 Bacillus 1TPC2@1239,1ZBBS@1386,4HA6V@91061,COG2140@1,COG2140@2 NA|NA|NA G Oxalate decarboxylase -BSU_18690 224308.BSU18690 2.5e-146 524.6 Bacillus yoaP Bacillus 1UHVP@1239,1ZS4D@1386,4ISAV@91061,COG0454@1,COG0456@2 NA|NA|NA K YoaP-like -BSU_18700 224308.BSU18700 1.6e-66 258.5 Bacillus yoaQ Bacillus 1VAY0@1239,1ZNQV@1386,2DNHP@1,32XJY@2,4HMYH@91061 NA|NA|NA S Evidence 4 Homologs of previously reported genes of -BSU_18710 224308.BSU18710 7e-89 333.2 Bacillus Bacillus 1VQIU@1239,1ZQPK@1386,2EV9F@1,33IVQ@2,4HRBH@91061 NA|NA|NA -BSU_18720 224308.BSU18720 4.2e-172 610.5 Bacillus yoaR Bacillus 1TSH8@1239,1ZBNK@1386,4HCPD@91061,COG2720@1,COG2720@2 NA|NA|NA V vancomycin resistance protein -BSU_18730 224308.BSU18730 9.5e-75 286.2 Bacillus yoaS Bacillus 1V593@1239,1ZFS5@1386,293T3@1,2ZR8H@2,4HG8Q@91061 NA|NA|NA S Protein of unknown function (DUF2975) -BSU_18740 224308.BSU18740 9.2e-37 159.1 Bacillus ko:K07727 ko00000,ko03000 Bacillus 1VESP@1239,1ZHUY@1386,4HKR7@91061,COG3655@1,COG3655@2 NA|NA|NA K Transcriptional regulator -BSU_18750 224308.BSU18750 2.5e-149 534.6 Bacillus yoaT Bacillus 1TSSG@1239,1ZCEJ@1386,4H9MC@91061,COG3739@1,COG3739@2 NA|NA|NA S Protein of unknown function (DUF817) -BSU_18760 224308.BSU18760 1.5e-158 565.5 Bacillus yoaU Bacillus 1V275@1239,1ZMPJ@1386,4HCKR@91061,COG0583@1,COG0583@2 NA|NA|NA K LysR substrate binding domain -BSU_18770 224308.BSU18770 1e-159 569.3 Bacillus yoaV Bacillus 1U3VF@1239,1ZHPV@1386,4IQWZ@91061,COG0697@1,COG0697@2 NA|NA|NA EG EamA-like transporter family -BSU_18780 224308.BSU18780 6.3e-78 296.6 Bacillus yoaW Bacillus 1U8NQ@1239,1ZNRJ@1386,29QTX@1,30BTX@2,4IIKN@91061 NA|NA|NA -BSU_18790 224308.BSU18790 1.8e-118 431.8 Bacillus Bacillus 1TPJK@1239,1ZCPK@1386,4HGTS@91061,COG0693@1,COG0693@2 NA|NA|NA S DJ-1/PfpI family -BSU_18800 224308.BSU18800 3.9e-170 604.0 Bacillus penP GO:0005575,GO:0005576 3.5.2.6 ko:K17836 ko00311,ko01130,ko01501,map00311,map01130,map01501 M00627,M00628 R06363 RC01499 ko00000,ko00001,ko00002,ko01000,ko01504 Bacillus 1TQFB@1239,1ZBKB@1386,4HAQ1@91061,COG2367@1,COG2367@2 NA|NA|NA V beta-lactamase -BSU_18830 224308.BSU18830 0.0 1699.5 Bacillus pps 2.7.9.2 ko:K01007 ko00620,ko00680,ko00720,ko01100,ko01120,ko01200,map00620,map00680,map00720,map01100,map01120,map01200 M00173,M00374 R00199 RC00002,RC00015 ko00000,ko00001,ko00002,ko01000 Bacillus 1UYA0@1239,1ZAW5@1386,4HD4S@91061,COG0574@1,COG0574@2,COG3848@1,COG3848@2 NA|NA|NA GT phosphoenolpyruvate synthase -BSU_18840 224308.BSU18840 3.1e-121 441.0 Bacillus xynA GO:0005575,GO:0016020 3.2.1.8 ko:K01181 ko00000,ko01000 Bacillus 1UZ2U@1239,1ZEQK@1386,4HVCK@91061,COG0726@1,COG0726@2 NA|NA|NA G Glycosyl hydrolases family 11 -BSU_18849 224308.BSU18849 3e-37 160.6 Bacilli Bacillus 1VM6J@1239,4IREZ@91061,COG2314@1,COG2314@2 NA|NA|NA S TM2 domain -BSU_18850 224308.BSU18850 9.6e-58 229.2 Bacillus Bacillus 1UV2P@1239,1ZJGT@1386,4I3Y4@91061,COG1396@1,COG1396@2 NA|NA|NA K Helix-turn-helix -BSU_18870 224308.BSU18870 2.6e-69 267.7 Bacillus yoaQ Bacillus 1VAY0@1239,1ZNQV@1386,2DNHP@1,32XJY@2,4HMYH@91061 NA|NA|NA S Evidence 4 Homologs of previously reported genes of -BSU_18880 224308.BSU18880 1.1e-126 459.1 Bacillus yoqW Bacillus 1TRRV@1239,1ZCQB@1386,4HDUN@91061,COG2135@1,COG2135@2 NA|NA|NA S Belongs to the SOS response-associated peptidase family -BSU_18890 224308.BSU18890 3.6e-179 634.0 Bacillus Bacillus 1UPWE@1239,1ZMU8@1386,28J1H@1,2Z8YF@2,4IEHP@91061 NA|NA|NA -BSU_18909 10736.A0A1P8CWN5_BPPHT 1.3e-16 91.3 Siphoviridae Bacillus 4QCCS@10239,4QMEM@10699,4QQK6@28883,4QXZM@35237 NA|NA|NA S Bacteriophage holin -BSU_18910 224308.BSU18910 2.9e-207 727.6 Bacillus ko:K06369 ko02024,map02024 ko00000,ko00001,ko01000 Bacillus 1UV2Q@1239,1ZF04@1386,4I405@91061,COG0457@1,COG0457@2 NA|NA|NA S aspartate phosphatase -BSU_18930 224308.BSU18930 2e-123 448.4 Bacillus uvrX ko:K03502 ko00000,ko03400 Bacillus 1TP42@1239,1ZC8I@1386,4HA1P@91061,COG0389@1,COG0389@2 NA|NA|NA L Poorly processive, error-prone DNA polymerase involved in untargeted mutagenesis. Copies undamaged DNA at stalled replication forks, which arise in vivo from mismatched or misaligned primer ends. These misaligned primers can be extended by PolIV. Exhibits no 3'-5' exonuclease (proofreading) activity. May be involved in translesional synthesis, in conjunction with the beta clamp from PolIII -BSU_18940 224308.BSU18940 2.4e-59 234.6 Bacillus uvrX ko:K03502 ko00000,ko03400 Bacillus 1TP42@1239,1ZC8I@1386,4HA1P@91061,COG0389@1,COG0389@2 NA|NA|NA L Poorly processive, error-prone DNA polymerase involved in untargeted mutagenesis. Copies undamaged DNA at stalled replication forks, which arise in vivo from mismatched or misaligned primer ends. These misaligned primers can be extended by PolIV. Exhibits no 3'-5' exonuclease (proofreading) activity. May be involved in translesional synthesis, in conjunction with the beta clamp from PolIII -BSU_18950 224308.BSU21510 5.6e-38 163.3 Bacillus Bacillus 1UPV4@1239,1ZSK7@1386,2EAKH@1,33B0A@2,4IVBD@91061 NA|NA|NA S YolD-like protein -BSU_18960 224308.BSU18960 4.9e-54 216.9 Bacillus Bacillus 1W3P9@1239,1ZKG0@1386,291HX@1,2ZP4F@2,4I063@91061 NA|NA|NA -BSU_18970 224308.BSU18970 0.0 2298.1 Bacillus Bacillus 1TQYD@1239,1ZMGS@1386,4HDQS@91061,COG5290@1,COG5290@2 NA|NA|NA K Psort location Cytoplasmic, score -BSU_18980 224308.BSU18980 4.6e-157 560.5 Firmicutes Bacillus 1W4HE@1239,296GY@1,2ZTSG@2 NA|NA|NA -BSU_18990 224308.BSU18990 6.7e-86 323.2 Bacillus ko:K21488 ko00000,ko02048 Bacillus 1VDC9@1239,1ZFJS@1386,2E17N@1,32WNB@2,4HHCQ@91061 NA|NA|NA S SMI1-KNR4 cell-wall -BSU_19000 224308.BSU19000 0.0 1137.9 Bacillus ko:K21487 ko00000,ko01000,ko02048 Bacillus 1V897@1239,1ZIHP@1386,4HIMS@91061,COG5444@1,COG5444@2 NA|NA|NA L A nuclease of the HNH/ENDO VII superfamily with conserved LHH -BSU_19010 224308.BSU19010 1.3e-104 385.6 Bacillus yokH Bacillus 1W2DK@1239,1ZHYP@1386,4I1HJ@91061,COG4282@1,COG4282@2 NA|NA|NA G SMI1 / KNR4 family -BSU_19020 224308.BSU19020 1.6e-279 968.0 Bacillus 1.4.3.4 ko:K00274 ko00260,ko00330,ko00340,ko00350,ko00360,ko00380,ko00950,ko00982,ko01100,ko01110,ko04726,ko04728,ko05030,ko05031,ko05034,map00260,map00330,map00340,map00350,map00360,map00380,map00950,map00982,map01100,map01110,map04726,map04728,map05030,map05031,map05034 M00135 R02173,R02382,R02529,R02532,R02613,R02908,R02919,R04025,R04300,R04674,R04890,R04893,R04894,R04907,R04908,R08346,R08347,R08348,R11354 RC00062,RC00160,RC00225,RC00676,RC00807,RC00808,RC01808,RC02226,RC02713 ko00000,ko00001,ko00002,ko01000 Bacillus 1TRJC@1239,1ZBU2@1386,4HBN4@91061,COG1231@1,COG1231@2 NA|NA|NA E COG1231 Monoamine oxidase -BSU_19030 224308.BSU19030 0.0 1566.6 Bacillus yobO Bacillus 1TSDM@1239,1ZB2S@1386,4HF01@91061,COG5434@1,COG5434@2 NA|NA|NA M Pectate lyase superfamily protein -BSU_19040 224308.BSU19040 1.7e-54 218.4 Bacillus csaA GO:0000049,GO:0003674,GO:0003676,GO:0003723,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0017101,GO:0017102,GO:0019538,GO:0019752,GO:0032991,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1901564,GO:1901566,GO:1901576 ko:K06878 ko00000 Bacillus 1V6N9@1239,1ZH62@1386,4HINY@91061,COG0073@1,COG0073@2 NA|NA|NA J tRNA-binding protein -BSU_19050 224308.BSU19050 5.9e-137 493.4 Bacillus yobQ Bacillus 1V4EJ@1239,1ZF13@1386,4HJ2M@91061,COG0662@1,COG0662@2,COG2207@1,COG2207@2 NA|NA|NA K helix_turn_helix, arabinose operon control protein -BSU_19060 224308.BSU19060 4.3e-143 513.8 Bacillus GO:0003674,GO:0003824,GO:0004596,GO:0005575,GO:0005622,GO:0005623,GO:0006464,GO:0006473,GO:0006474,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0019538,GO:0031248,GO:0031365,GO:0032991,GO:0034212,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0051604,GO:0071704,GO:1901564,GO:1902493,GO:1902494,GO:1990234 Bacillus 1V37I@1239,1ZQJP@1386,4HJ2D@91061,COG0454@1,COG0456@2 NA|NA|NA J FR47-like protein -BSU_19070 224308.BSU19070 5.1e-99 367.1 Bacillus yobS GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 Bacillus 1V1DM@1239,1ZCT7@1386,4HG0Y@91061,COG1309@1,COG1309@2 NA|NA|NA K Transcriptional regulator -BSU_19080 224308.BSU19080 7.2e-132 476.5 Bacillus yobT Bacillus 1TPPD@1239,1ZCBS@1386,4HB0S@91061,COG0491@1,COG0491@2 NA|NA|NA S COG0491 Zn-dependent hydrolases, including glyoxylases -BSU_19090 224308.BSU19090 2.6e-88 331.3 Bacillus Bacillus 1VXXE@1239,1ZI69@1386,4HWWS@91061,COG3708@1,COG3708@2 NA|NA|NA K Bacterial transcription activator, effector binding domain -BSU_19100 224308.BSU19100 2e-177 628.2 Bacillus yobV Bacillus 1TT23@1239,1ZQBA@1386,4HIPG@91061,COG2378@1,COG2378@2 NA|NA|NA K WYL domain -BSU_19110 224308.BSU19110 4.2e-95 354.0 Bacillus yobW Bacillus 1VAX8@1239,1ZF86@1386,2DUZZ@1,32UY8@2,4HMKW@91061 NA|NA|NA -BSU_19120 224308.BSU19120 1.7e-51 208.4 Bacillus yozA ko:K22043 ko00000,ko03000 Bacillus 1VA6G@1239,1ZGXI@1386,4HKYT@91061,COG0640@1,COG0640@2 NA|NA|NA K transcriptional -BSU_19130 224308.BSU19130 7.5e-118 429.9 Bacillus yocA Bacillus 1VD4A@1239,1ZDE7@1386,4HN7R@91061,COG0741@1,COG0741@2 NA|NA|NA M COG0741 Soluble lytic murein transglycosylase and related regulatory proteins (some contain LysM invasin domains) -BSU_19140 1051501.AYTL01000030_gene2262 3.3e-92 344.4 Bacillus yozB ko:K08976 ko00000 Bacillus 1V3KT@1239,1ZFN2@1386,4HH92@91061,COG2322@1,COG2322@2 NA|NA|NA S membrane -BSU_19150 224308.BSU19150 4.9e-145 520.4 Bacillus Bacillus 1VW2D@1239,1ZSJT@1386,297WE@1,2ZV2Y@2,4HW4N@91061 NA|NA|NA -BSU_19160 224308.BSU19160 3.2e-94 350.9 Bacillus yocC Bacillus 1V2BK@1239,1ZG7B@1386,28PIX@1,2ZC8R@2,4HGS0@91061 NA|NA|NA -BSU_19170 224308.BSU19170 1.2e-188 665.6 Bacillus yocD 3.4.17.13 ko:K01297 ko00000,ko01000,ko01002,ko01011 Bacillus 1TRBB@1239,1ZQ9Y@1386,4HB1P@91061,COG1619@1,COG1619@2 NA|NA|NA V peptidase S66 -BSU_19180 224308.BSU19180 6.9e-203 713.0 Bacillus des 1.14.19.23,1.14.19.45 ko:K10255 ko02020,map02020 ko00000,ko00001,ko01000,ko01004 Bacillus 1TP3B@1239,1ZAYJ@1386,4H9TS@91061,COG3239@1,COG3239@2 NA|NA|NA I fatty acid desaturase -BSU_19190 224308.BSU19190 7e-198 696.4 Bacillus desK GO:0003674,GO:0003824,GO:0004721,GO:0005488,GO:0005515,GO:0006464,GO:0006470,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0019538,GO:0036211,GO:0042578,GO:0042802,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:0140096,GO:1901564 2.7.13.3 ko:K07778 ko02020,map02020 M00479 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1TSUE@1239,1ZBZR@1386,4HB9N@91061,COG4585@1,COG4585@2 NA|NA|NA T Histidine kinase -BSU_19200 224308.BSU19200 1.7e-105 388.7 Bacillus desR ko:K07693 ko02020,map02020 M00479 ko00000,ko00001,ko00002,ko02022 Bacillus 1TVTF@1239,1ZC1V@1386,4HAJW@91061,COG2197@1,COG2197@2 NA|NA|NA T COG2197 Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain -BSU_19210 224308.BSU19210 1.2e-112 412.9 Bacillus yocH Bacillus 1UV4J@1239,1ZFSM@1386,4HCGU@91061,COG1388@1,COG1388@2,COG3584@1,COG3584@2 NA|NA|NA M COG1388 FOG LysM repeat -BSU_19220 224308.BSU19220 0.0 1174.8 Bacillus recQ GO:0003674,GO:0003676,GO:0003677,GO:0003678,GO:0003824,GO:0004003,GO:0004386,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005694,GO:0005737,GO:0006139,GO:0006259,GO:0006281,GO:0006310,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0006996,GO:0008026,GO:0008094,GO:0008150,GO:0008152,GO:0009295,GO:0009378,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0032392,GO:0032508,GO:0033554,GO:0034641,GO:0042623,GO:0043138,GO:0043140,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051276,GO:0051716,GO:0070035,GO:0071103,GO:0071704,GO:0071840,GO:0090304,GO:0097159,GO:0140097,GO:1901360,GO:1901363 3.6.4.12 ko:K03654 ko03018,map03018 ko00000,ko00001,ko01000,ko03400 Bacillus 1TPN5@1239,1ZC4U@1386,4H9QP@91061,COG0514@1,COG0514@2 NA|NA|NA L DNA helicase -BSU_19230 224308.BSU19230 1.3e-113 415.6 Bacillus azoR ko:K01118 ko00000,ko01000 Bacillus 1UGCK@1239,1ZR58@1386,4HAPQ@91061,COG1182@1,COG1182@2 NA|NA|NA I Catalyzes the reductive cleavage of azo bond in aromatic azo compounds to the corresponding amines. Requires NADH, but not NADPH, as an electron donor for its activity -BSU_19240 224308.BSU19240 7.4e-83 313.2 Bacillus yocK Bacillus 1W0NA@1239,1ZG5H@1386,4HZ77@91061,COG1734@1,COG1734@2 NA|NA|NA T general stress protein -BSU_19250 224308.BSU19250 1.1e-53 215.7 Bacillus yocL Bacillus 1U9H0@1239,1ZGBD@1386,2B51N@1,31XUX@2,4IJM1@91061 NA|NA|NA -BSU_19259 224308.BSU19259 1.1e-33 148.7 Bacillus Bacillus 1UB0T@1239,1ZJWA@1386,29S4P@1,30D96@2,4IMDM@91061 NA|NA|NA -BSU_19260 224308.BSU19260 2.2e-87 328.2 Bacillus yocM ko:K13993 ko04141,map04141 ko00000,ko00001,ko03110 Bacillus 1VIHI@1239,1ZFR8@1386,4HPSX@91061,COG0071@1,COG0071@2 NA|NA|NA O Belongs to the small heat shock protein (HSP20) family -BSU_19270 224308.BSU19270 1.9e-40 171.4 Bacillus yozN Bacillus 1VPU6@1239,1ZHT1@1386,2EHWS@1,33BND@2,4HRS1@91061 NA|NA|NA -BSU_19280 224308.BSU19280 3.2e-36 157.1 Bacillus yocN Bacillus 1VHR4@1239,1ZIJX@1386,2EFR8@1,339HA@2,4HQMM@91061 NA|NA|NA -BSU_19290 224308.BSU19290 7e-56 223.0 Bacillus yozO Bacillus 1VFEW@1239,1ZGGS@1386,303Q6@2,4IKCU@91061,arCOG12631@1 NA|NA|NA S Bacterial PH domain -BSU_19300 224308.BSU19300 6e-31 139.4 Bacillus yozC Bacillus 1VFHJ@1239,1ZITX@1386,2E3WX@1,32YU3@2,4HPQ5@91061 NA|NA|NA -BSU_19310 224308.BSU19310 6.8e-289 999.2 Bacillus dhaS 1.2.1.3,1.2.1.39 ko:K00128,ko:K00146 ko00010,ko00053,ko00071,ko00280,ko00310,ko00330,ko00340,ko00360,ko00380,ko00410,ko00561,ko00620,ko00625,ko00643,ko00903,ko00981,ko01100,ko01110,ko01120,ko01130,map00010,map00053,map00071,map00280,map00310,map00330,map00340,map00360,map00380,map00410,map00561,map00620,map00625,map00643,map00903,map00981,map01100,map01110,map01120,map01130 M00135 R00264,R00631,R00710,R00904,R01752,R01986,R02536,R02549,R02678,R02940,R02957,R03283,R03869,R04065,R04506,R04903,R05050,R05237,R05238,R05286,R06366,R08146 RC00047,RC00071,RC00080,RC00186,RC00218,RC00242,RC00816,RC01500 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP4S@1239,1ZAY9@1386,4H9MF@91061,COG1012@1,COG1012@2 NA|NA|NA C Belongs to the aldehyde dehydrogenase family -BSU_19320 224308.BSU19320 0.0 1239.2 Bacillus sqhC 4.2.1.137 ko:K18115 ko00000,ko01000 Bacillus 1TRRG@1239,1ZBBW@1386,4HA2Q@91061,COG1657@1,COG1657@2 NA|NA|NA I COG1657 Squalene cyclase -BSU_19330 224308.BSU19330 9.2e-166 589.3 Bacillus sodF 1.15.1.1 ko:K04564 ko04013,ko04068,ko04146,ko04211,ko04212,ko04213,ko05016,map04013,map04068,map04146,map04211,map04212,map04213,map05016 ko00000,ko00001,ko01000 Bacillus 1TPXT@1239,1ZB6Q@1386,4HAX6@91061,COG0605@1,COG0605@2 NA|NA|NA P Superoxide dismutase -BSU_19340 224308.BSU19340 5.8e-231 806.6 Bacillus yocR ko:K03308 ko00000 2.A.22.4,2.A.22.5 Bacillus 1TP6B@1239,1ZBC5@1386,4HAAI@91061,COG0733@1,COG0733@2 NA|NA|NA S Belongs to the sodium neurotransmitter symporter (SNF) (TC 2.A.22) family -BSU_19350 224308.BSU19350 8.6e-168 596.3 Bacillus yocS ko:K03453 ko00000 2.A.28 iYO844.BSU19350 Bacillus 1TP85@1239,1ZB6V@1386,4HBG6@91061,COG0385@1,COG0385@2 NA|NA|NA S -transporter -BSU_19360 224308.BSU19360 3.1e-194 684.5 Bacillus odhB 2.3.1.61 ko:K00658 ko00020,ko00310,ko01100,ko01110,ko01120,ko01130,ko01200,map00020,map00310,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00032 R02570,R02571,R08549 RC00004,RC02727,RC02833 br01601,ko00000,ko00001,ko00002,ko01000 Bacillus 1TP3C@1239,1ZBCB@1386,4HBVM@91061,COG0508@1,COG0508@2 NA|NA|NA C The 2-oxoglutarate dehydrogenase complex catalyzes the overall conversion of 2-oxoglutarate to succinyl-CoA and CO(2) -BSU_19370 224308.BSU19370 0.0 1886.7 Bacillus odhA GO:0003674,GO:0003824,GO:0004591,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006091,GO:0006099,GO:0006101,GO:0008150,GO:0008152,GO:0009060,GO:0009987,GO:0015980,GO:0016491,GO:0016624,GO:0016903,GO:0016999,GO:0017144,GO:0019752,GO:0032991,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0045239,GO:0045240,GO:0045252,GO:0045333,GO:0055114,GO:0071704,GO:0072350,GO:1902494,GO:1990204,GO:1990234 1.2.4.2 ko:K00164 ko00020,ko00310,ko00380,ko01100,ko01110,ko01120,ko01130,ko01200,map00020,map00310,map00380,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00032 R00621,R01933,R01940,R03316,R08549 RC00004,RC00027,RC00627,RC02743,RC02833,RC02883 br01601,ko00000,ko00001,ko00002,ko01000 Bacillus 1TRDW@1239,1ZAX3@1386,4HAUI@91061,COG0567@1,COG0567@2 NA|NA|NA C The 2-oxoglutarate dehydrogenase complex catalyzes the overall conversion of 2-oxoglutarate to succinyl-CoA and CO(2). It contains multiple copies of three enzymatic components 2- oxoglutarate dehydrogenase (E1), dihydrolipoamide succinyltransferase (E2) and lipoamide dehydrogenase (E3) -BSU_19380 224308.BSU19380 0.0 1251.1 Bacillus yojO Bacillus 1TPW1@1239,1ZD6R@1386,4HCPJ@91061,COG4548@1,COG4548@2 NA|NA|NA P Von Willebrand factor -BSU_19390 224308.BSU19390 2.6e-166 591.3 Bacillus yojN ko:K04748 R00294 RC02794 ko00000 3.D.4.10 Bacillus 1TQJA@1239,1ZAT6@1386,4HBG4@91061,COG0714@1,COG0714@2 NA|NA|NA S ATPase family associated with various cellular activities (AAA) -BSU_19400 224308.BSU19400 1.7e-110 405.2 Bacillus yojM GO:0000302,GO:0000303,GO:0000305,GO:0003674,GO:0003824,GO:0004784,GO:0005488,GO:0005507,GO:0005515,GO:0005575,GO:0005576,GO:0005615,GO:0006801,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0008270,GO:0009636,GO:0009987,GO:0010035,GO:0016209,GO:0016491,GO:0016721,GO:0019430,GO:0033554,GO:0034599,GO:0034614,GO:0042221,GO:0042802,GO:0042803,GO:0043167,GO:0043169,GO:0044237,GO:0044421,GO:0046872,GO:0046914,GO:0046983,GO:0050896,GO:0051716,GO:0055114,GO:0070887,GO:0071450,GO:0071451,GO:0072593,GO:0097237,GO:0098754,GO:0098869,GO:1901700,GO:1901701,GO:1990748 1.15.1.1 ko:K04565 ko04146,ko04213,ko05014,ko05016,ko05020,map04146,map04213,map05014,map05016,map05020 ko00000,ko00001,ko01000 Bacillus 1V652@1239,1ZE46@1386,4HH67@91061,COG2032@1,COG2032@2 NA|NA|NA P Destroys radicals which are normally produced within the cells and which are toxic to biological systems -BSU_19410 224308.BSU19410 2.7e-198 698.0 Bacillus ko:K19220,ko:K19223,ko:K19224 ko00000,ko01000,ko01002,ko01011 CBM50 Bacillus 1TP24@1239,1ZCHY@1386,4HA77@91061,COG0791@1,COG0791@2,COG1388@1,COG1388@2 NA|NA|NA M COG1388 FOG LysM repeat -BSU_19420 224308.BSU19420 4.1e-231 807.0 Bacillus yojK GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0008194,GO:0016740,GO:0016757,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0044424,GO:0044464 Bacillus 1TSPC@1239,1ZRSZ@1386,4HRJW@91061,COG1819@1,COG1819@2 NA|NA|NA CG UDP-glucoronosyl and UDP-glucosyl transferase -BSU_19430 224308.BSU19430 6.2e-111 406.8 Bacillus dacB GO:0003674,GO:0003824,GO:0004016,GO:0009975,GO:0016829,GO:0016849 2.7.7.85 ko:K18672 ko00000,ko01000 Bacillus 1V3J8@1239,1ZGH7@1386,4HHIB@91061,COG1624@1,COG1624@2 NA|NA|NA S Catalyzes the condensation of 2 ATP molecules into cyclic di-AMP (c-di-AMP), a second messenger used to regulate differing processes in different bacteria -BSU_19440 224308.BSU19440 7.2e-245 852.8 Bacillus norM GO:0003674,GO:0005215,GO:0006810,GO:0006855,GO:0008150,GO:0015238,GO:0015893,GO:0022857,GO:0042221,GO:0042493,GO:0042891,GO:0042895,GO:0046677,GO:0050896,GO:0051179,GO:0051234,GO:0055085 ko:K03327 ko00000,ko02000 2.A.66.1 Bacillus 1TP5U@1239,1ZAX6@1386,4HA4W@91061,COG0534@1,COG0534@2 NA|NA|NA V Multidrug efflux pump -BSU_19450 224308.BSU19450 1.9e-150 538.5 Bacillus ko:K17763 ko00000,ko03021 Bacillus 1V1QF@1239,1ZDJX@1386,4HGBT@91061,COG1366@1,COG1366@2 NA|NA|NA T COG1366 Anti-anti-sigma regulatory factor (antagonist of anti-sigma factor) -BSU_19460 224308.BSU19460 2.8e-125 454.5 Bacillus yojG ko:K22135 ko00000,ko01000 Bacillus 1TPSJ@1239,1ZB3T@1386,4HA2P@91061,COG2120@1,COG2120@2 NA|NA|NA S deacetylase -BSU_19470 224308.BSU19470 3.7e-60 237.3 Bacillus yojF Bacillus 1VA8Q@1239,1ZH30@1386,4HKMK@91061,COG2120@1,COG2120@2 NA|NA|NA S Protein of unknown function (DUF1806) -BSU_19479 224308.BSU19479 3.2e-43 180.6 Bacillus Bacillus 1TWSW@1239,1ZJ8C@1386,29HMR@1,304J1@2,4I5M0@91061 NA|NA|NA -BSU_19480 224308.BSU19480 5.9e-163 580.1 Bacillus yojE ko:K05786 ko00000,ko02000 2.A.7.7 Bacillus 1TQF2@1239,1ZD78@1386,4HAYU@91061,COG2962@1,COG2962@2 NA|NA|NA S -transporter -BSU_19490 224308.BSU19490 5.9e-61 240.4 Bacillus yozR Bacillus 1VMD6@1239,1ZGEB@1386,2DR1M@1,339SJ@2,4HRV5@91061 NA|NA|NA S COG0071 Molecular chaperone (small heat shock protein) -BSU_19510 1178540.BA70_14055 3.4e-09 67.4 Bacillus Bacillus 1UAN7@1239,1ZIN1@1386,2B7QS@1,320WV@2,4IM0U@91061 NA|NA|NA -BSU_19520 224308.BSU19520 1.4e-208 732.3 Bacillus GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0008028,GO:0008150,GO:0008509,GO:0008514,GO:0008643,GO:0015075,GO:0015128,GO:0015144,GO:0015318,GO:0015711,GO:0015718,GO:0015849,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034219,GO:0034220,GO:0035429,GO:0042873,GO:0042879,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098656,GO:1903825,GO:1905039 ko:K03299 ko00000,ko02000 2.A.8 Bacillus 1TQ14@1239,1ZAYI@1386,4HB0Y@91061,COG2610@1,COG2610@2 NA|NA|NA EG COG2610 H gluconate symporter and related permeases -BSU_19530 224308.BSU19530 5e-66 256.9 Bacillus yodA Bacillus 1V3SS@1239,1ZG7P@1386,4HI9G@91061,COG1942@1,COG1942@2 NA|NA|NA S tautomerase -BSU_19540 224308.BSU19540 2.8e-57 227.6 Bacillus yodB GO:0000976,GO:0001067,GO:0001130,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:1990837,GO:2000112,GO:2000113,GO:2001141 Bacillus 1VBI7@1239,1ZH23@1386,4HKBR@91061,COG1733@1,COG1733@2 NA|NA|NA K transcriptional -BSU_19550 224308.BSU19550 8.2e-108 396.4 Bacillus yodC Bacillus 1UXYI@1239,1ZQ88@1386,4HBMN@91061,COG0778@1,COG0778@2 NA|NA|NA C nitroreductase -BSU_19560 224308.BSU19560 6.4e-113 413.3 Bacillus yodD ko:K06999 ko00000 Bacillus 1TPBY@1239,1ZAQZ@1386,4HB45@91061,COG0400@1,COG0400@2 NA|NA|NA S Carboxylesterase -BSU_19570 224308.BSU19570 9.9e-174 615.9 Bacillus yodE ko:K15975 ko00000 Bacillus 1TQCN@1239,1ZAQY@1386,4HAMC@91061,COG0346@1,COG0346@2 NA|NA|NA E COG0346 Lactoylglutathione lyase and related lyases -BSU_19579 224308.BSU19579 1e-27 128.6 Bacillus Bacillus 1VMRC@1239,1ZI2T@1386,2EFSS@1,339IS@2,4HR88@91061 NA|NA|NA S Protein of unknown function (DUF3311) -BSU_19580 224308.BSU19580 7.1e-270 936.0 Bacillus yodF ko:K03307 ko00000 2.A.21 Bacillus 1TRYH@1239,1ZCBN@1386,4HE2W@91061,COG0591@1,COG0591@2 NA|NA|NA E Belongs to the sodium solute symporter (SSF) (TC 2.A.21) family -BSU_19590 224308.BSU19590 4.3e-253 880.2 Bacillus ctpA GO:0003674,GO:0003824,GO:0004175,GO:0005575,GO:0005623,GO:0006508,GO:0006807,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0008233,GO:0009987,GO:0016787,GO:0019538,GO:0023052,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0043170,GO:0044238,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0065007,GO:0070011,GO:0071704,GO:0140096,GO:1901564 3.4.21.102 ko:K03797 ko00000,ko01000,ko01002 Bacillus 1TPBI@1239,1ZBDE@1386,4HAKE@91061,COG0793@1,COG0793@2,COG3409@1,COG3409@2 NA|NA|NA M Belongs to the peptidase S41A family -BSU_19600 224308.BSU19600 2.8e-128 464.5 Bacillus yodH GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0008152,GO:0008168,GO:0008757,GO:0016740,GO:0016741,GO:0032259,GO:0044424,GO:0044464 Bacillus 1V4RW@1239,1ZE3P@1386,4HIF0@91061,COG0500@1,COG2226@2 NA|NA|NA Q Methyltransferase -BSU_19610 224308.BSU19610 6.8e-24 116.3 Bacillus yodI Bacillus 1VFH2@1239,1ZJAM@1386,2DPDU@1,331PB@2,4HQIZ@91061 NA|NA|NA -BSU_19620 224308.BSU19620 4.2e-139 500.7 Bacillus yodJ 3.4.17.14 ko:K07260 ko00550,ko01100,ko01502,ko02020,map00550,map01100,map01502,map02020 M00651 ko00000,ko00001,ko00002,ko01000,ko01002,ko01011,ko01504 Bacillus 1V1F7@1239,1ZCAG@1386,4HBR1@91061,COG1876@1,COG1876@2 NA|NA|NA M D-alanyl-D-alanine carboxypeptidase -BSU_19630 224308.BSU19630 7e-127 459.9 Bacillus deoD 2.4.2.1 ko:K03784 ko00230,ko00240,ko00760,ko01100,ko01110,map00230,map00240,map00760,map01100,map01110 R01561,R01863,R01969,R02147,R02294,R02295,R02297,R02484,R02557,R02748,R08368,R10244 RC00033,RC00063,RC00122 ko00000,ko00001,ko01000 Bacillus 1TQPG@1239,1ZCBV@1386,4HADM@91061,COG0813@1,COG0813@2 NA|NA|NA F Purine nucleoside phosphorylase -BSU_19639 1403313.AXBR01000024_gene4656 8.8e-09 65.1 Bacillus Bacillus 1VQ20@1239,1ZK5P@1386,2EKRV@1,33EFM@2,4HSEI@91061 NA|NA|NA -BSU_19640 224308.BSU19640 6e-54 216.5 Bacillus yodL Bacillus 1VAAQ@1239,1ZIA3@1386,2FBM7@1,343SB@2,4HYUG@91061 NA|NA|NA S YodL-like -BSU_19650 224308.BSU19650 9.1e-107 392.9 Bacillus yodM 3.6.1.27 ko:K19302 ko00550,map00550 R05627 RC00002 ko00000,ko00001,ko01000,ko01011 Bacillus 1VF2U@1239,1ZJJP@1386,4HNXR@91061,COG0671@1,COG0671@2 NA|NA|NA I Acid phosphatase homologues -BSU_19660 224308.BSU19660 4.7e-24 116.3 Bacillus yozD Bacillus 1W6RM@1239,1ZITN@1386,28VRR@1,2ZHTJ@2,4IFAF@91061 NA|NA|NA S YozD-like protein -BSU_19670 224308.BSU19670 2.4e-124 451.4 Bacillus yodN Bacillus 1VMVV@1239,1ZD8X@1386,2ESB9@1,33JW0@2,4HSTZ@91061 NA|NA|NA -BSU_19680 224308.BSU19680 2.4e-36 157.5 Bacillus yozE Bacillus 1VFI4@1239,1ZJ7C@1386,4HR7P@91061,COG4479@1,COG4479@2 NA|NA|NA S Belongs to the UPF0346 family -BSU_19689 224308.BSU19689 3.7e-47 193.7 Bacillus yokU Bacillus 1VZPM@1239,1ZHW2@1386,2FGYP@1,348TV@2,4HYBM@91061 NA|NA|NA S YokU-like protein, putative antitoxin -BSU_19690 224308.BSU19690 3e-278 963.8 Bacillus kamA 5.4.3.2 ko:K01843 ko00310,map00310 R00461 RC00303 ko00000,ko00001,ko01000 Bacillus 1TQQZ@1239,1ZBET@1386,4HE2P@91061,COG1509@1,COG1509@2 NA|NA|NA E lysine 2,3-aminomutase -BSU_19700 224308.BSU19700 4.2e-155 553.9 Bacillus ablB 2.3.1.264 ko:K21935 R11701 ko00000,ko01000 Bacillus 1V4AF@1239,1ZCVH@1386,4HD36@91061,COG0454@1,COG0456@2 NA|NA|NA K Acetyltransferase (GNAT) family -BSU_19710 224308.BSU19710 1.7e-259 901.4 Bacillus yodQ 3.5.1.16,3.5.1.18 ko:K01438,ko:K01439 ko00220,ko00300,ko01100,ko01110,ko01120,ko01130,ko01210,ko01230,map00220,map00300,map01100,map01110,map01120,map01130,map01210,map01230 M00016,M00028,M00845 R00669,R02734,R09107 RC00064,RC00090,RC00300 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQS9@1239,1ZBDC@1386,4HDHW@91061,COG0624@1,COG0624@2 NA|NA|NA E Acetylornithine deacetylase -BSU_19720 224308.BSU19720 2.7e-117 427.9 Bacillus yodR 2.8.3.8,2.8.3.9 ko:K01035 ko00310,ko00627,ko00640,ko00650,ko01100,ko01120,ko02020,map00310,map00627,map00640,map00650,map01100,map01120,map02020 R01179,R01359,R01365,R07832 RC00012,RC00014 ko00000,ko00001,ko01000 Bacillus 1TNY5@1239,1ZB4Q@1386,4HBFR@91061,COG2057@1,COG2057@2 NA|NA|NA I COG2057 Acyl CoA acetate 3-ketoacid CoA transferase, beta subunit -BSU_19730 224308.BSU19730 2.9e-125 454.5 Bacillus yodS 2.8.3.8,2.8.3.9 ko:K01034 ko00310,ko00627,ko00640,ko00650,ko01100,ko01120,ko02020,map00310,map00627,map00640,map00650,map01100,map01120,map02020 R01179,R01359,R01365,R07832 RC00012,RC00014 ko00000,ko00001,ko01000 Bacillus 1TSZT@1239,1ZQEH@1386,4HDJG@91061,COG1788@1,COG1788@2 NA|NA|NA I COG1788 Acyl CoA acetate 3-ketoacid CoA transferase, alpha subunit -BSU_19740 224308.BSU19740 2.8e-249 867.5 Bacillus yodT Bacillus 1TP9N@1239,1ZAWS@1386,4HD8E@91061,COG0161@1,COG0161@2 NA|NA|NA H Belongs to the class-III pyridoxal-phosphate-dependent aminotransferase family -BSU_19750 224308.BSU19750 4.8e-145 520.4 Bacteria Bacillus COG0454@1,COG0456@2 NA|NA|NA K acetyltransferase -BSU_19760 224308.BSU19760 1.7e-256 891.3 Bacillus cgeD ko:K06322 ko00000 Bacillus 1VT8J@1239,1ZBH8@1386,4HU2T@91061,COG0463@1,COG0463@2 NA|NA|NA M maturation of the outermost layer of the spore -BSU_19770 224308.BSU19770 5.9e-38 163.3 Bacillus cgeC ko:K06321 ko00000 Bacillus 1UAEY@1239,1ZHGH@1386,29RRN@1,30CVA@2,4IKT8@91061 NA|NA|NA -BSU_19780 224308.BSU19780 1.9e-65 255.0 Bacillus cgeA ko:K06319 ko00000 Bacillus 1UA3F@1239,1ZGHQ@1386,29RIJ@1,30CMI@2,4IKD5@91061 NA|NA|NA -BSU_19790 224308.BSU19790 5.7e-188 663.3 Bacillus cgeB ko:K06320 ko00000 Bacillus 1TQNB@1239,1ZF3Y@1386,4HBH5@91061,COG4641@1,COG4641@2 NA|NA|NA S Spore maturation protein -BSU_19800 224308.BSU19800 6.1e-213 746.5 Bacillus phy 3.1.3.8 ko:K01083 ko00562,map00562 R03371 RC00078 ko00000,ko00001,ko01000 Bacillus 1VRJS@1239,1ZM0Y@1386,4HV5E@91061,COG4247@1,COG4247@2 NA|NA|NA I Myo-inositol-hexaphosphate 3-phosphohydrolase -BSU_19810 326423.RBAM_019650 3.6e-62 244.2 Bacillus ko:K19421 ko00000 Bacillus 1TR3W@1239,1ZB9K@1386,4HAER@91061,COG1086@1,COG1086@2 NA|NA|NA GM Polysaccharide biosynthesis protein -BSU_19830 224308.BSU19830 6.1e-108 396.7 Firmicutes Bacillus 1W0W5@1239,COG3331@1,COG3331@2 NA|NA|NA L Endonuclease that resolves Holliday junction intermediates in genetic recombination. Cleaves mobile four-strand junctions by introducing symmetrical nicks in paired strands. Promotes annealing of linear ssDNA with homologous dsDNA. Required for DNA repair, homologous recombination and chromosome segregation -BSU_19840 720555.BATR1942_06935 1.8e-10 71.6 Bacillus Bacillus 1UAXF@1239,1ZJMH@1386,29S27@1,30D6P@2,4IMA9@91061 NA|NA|NA K Cro/C1-type HTH DNA-binding domain -BSU_19940 224308.BSU19940 3.3e-168 597.4 Bacilli Bacillus 1VHNQ@1239,4HPMT@91061,COG1409@1,COG1409@2 NA|NA|NA S Calcineurin-like phosphoesterase -BSU_19950 224308.BSU19950 4.2e-30 136.7 Bacillus ko:K06418,ko:K06419,ko:K06420 ko00000 Bacillus 1VEDY@1239,1ZIWS@1386,2BX75@1,32YCI@2,4HNHZ@91061 NA|NA|NA S spore protein -BSU_20010 224308.BSU20010 1.5e-82 312.0 Bacillus Bacillus 1V73Y@1239,1ZPXI@1386,4HMR0@91061,COG3449@1,COG3449@2 NA|NA|NA L Bacterial transcription activator, effector binding domain -BSU_20020 224308.BSU20020 4e-77 293.9 Bacillus yncF GO:0000287,GO:0003674,GO:0003824,GO:0004170,GO:0005488,GO:0006139,GO:0006220,GO:0006221,GO:0006226,GO:0006244,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009117,GO:0009123,GO:0009124,GO:0009129,GO:0009130,GO:0009141,GO:0009143,GO:0009147,GO:0009149,GO:0009157,GO:0009162,GO:0009165,GO:0009166,GO:0009176,GO:0009177,GO:0009200,GO:0009204,GO:0009211,GO:0009213,GO:0009219,GO:0009221,GO:0009223,GO:0009262,GO:0009263,GO:0009264,GO:0009265,GO:0009394,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0019692,GO:0022607,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0043167,GO:0043169,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046078,GO:0046080,GO:0046081,GO:0046385,GO:0046386,GO:0046434,GO:0046483,GO:0046700,GO:0046872,GO:0047429,GO:0051259,GO:0051260,GO:0055086,GO:0065003,GO:0070206,GO:0070207,GO:0071704,GO:0071840,GO:0072527,GO:0072528,GO:0072529,GO:0090407,GO:1901135,GO:1901136,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576 3.6.1.23 ko:K01520 ko00240,ko00983,ko01100,map00240,map00983,map01100 M00053 R02100,R11896 RC00002 ko00000,ko00001,ko00002,ko01000,ko03400 iYO844.BSU17660 Bacillus 1V5PP@1239,1ZGRC@1386,4HHFX@91061,COG0756@1,COG0756@2 NA|NA|NA F Deoxyuridine 5'-triphosphate -BSU_20030 224308.BSU20030 1e-37 162.2 Bacillus GO:0003674,GO:0003824,GO:0004791,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009636,GO:0009987,GO:0015035,GO:0015036,GO:0016209,GO:0016491,GO:0016651,GO:0016667,GO:0016668,GO:0016671,GO:0019725,GO:0033554,GO:0034599,GO:0042221,GO:0042592,GO:0044424,GO:0044444,GO:0044464,GO:0045454,GO:0047134,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0055114,GO:0065007,GO:0065008,GO:0070887,GO:0097237,GO:0098754,GO:0098869,GO:1990748 Bacillus 1UBD7@1239,1ZKQ6@1386,4IMRZ@91061,COG0526@1,COG0526@2 NA|NA|NA O Glutaredoxin -BSU_20040 224308.BSU20040 6.8e-74 283.1 Bacillus nrdF 1.17.4.1 ko:K00526 ko00230,ko00240,ko01100,map00230,map00240,map01100 M00053 R02017,R02018,R02019,R02024 RC00613 ko00000,ko00001,ko00002,ko01000,ko03400 iYO844.BSU17390 Bacillus 1TQTH@1239,1ZBBM@1386,4H9WX@91061,COG0208@1,COG0208@2 NA|NA|NA F Provides the precursors necessary for DNA synthesis. Catalyzes the biosynthesis of deoxyribonucleotides from the corresponding ribonucleotides -BSU_20050 224308.BSU20050 5.6e-97 360.1 Bacillus Bacillus 1UBBA@1239,1ZKKS@1386,2DR9Y@1,33AUY@2,4IMQ7@91061 NA|NA|NA L HNH endonuclease -BSU_20060 224308.BSU20060 0.0 1677.5 Bacillus nrdE 1.17.4.1 ko:K00525 ko00230,ko00240,ko01100,map00230,map00240,map01100 M00053 R02017,R02018,R02019,R02024 RC00613 ko00000,ko00001,ko00002,ko01000,ko03400 iYO844.BSU17380 Bacillus 1TPFH@1239,1ZANT@1386,4H9X0@91061,COG0209@1,COG0209@2,COG1372@1,COG1372@2 NA|NA|NA F Provides the precursors necessary for DNA synthesis. Catalyzes the biosynthesis of deoxyribonucleotides from the corresponding ribonucleotides -BSU_20070 224308.BSU20070 1.1e-65 255.8 Bacillus GO:0000166,GO:0003674,GO:0005488,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010181,GO:0019538,GO:0032553,GO:0036094,GO:0036211,GO:0043167,GO:0043168,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0048037,GO:0050662,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901363,GO:1901564 ko:K03647 ko00000 Bacillus 1V9T1@1239,1ZIDV@1386,4HJ0M@91061,COG1780@1,COG1780@2 NA|NA|NA F Probably involved in ribonucleotide reductase function -BSU_20250 224308.BSU20250 2.6e-255 887.5 Bacillus 2.1.1.37 ko:K00558 ko00270,ko01100,ko05206,map00270,map01100,map05206 M00035 R04858 RC00003,RC00332 ko00000,ko00001,ko00002,ko01000,ko02048,ko03032,ko03036 Bacillus 1TSNX@1239,1ZBQM@1386,4HFAI@91061,COG0270@1,COG0270@2 NA|NA|NA L DNA (cytosine-5-)-methyltransferase activity -BSU_20270 224308.BSU20270 1.6e-96 358.6 Bacillus Bacillus 1V87A@1239,1ZG01@1386,4HJ5I@91061,COG4502@1,COG4502@2 NA|NA|NA S 5' nucleotidase, deoxy (Pyrimidine), cytosolic type C protein (NT5C) -BSU_20280 224308.BSU20280 7.7e-88 329.7 Bacteria Bacillus COG0125@1,COG0125@2 NA|NA|NA F dTDP biosynthetic process -BSU_20330 224308.BSU20330 4.6e-126 457.2 Bacilli Bacillus 1VB9X@1239,4HZ0P@91061,COG3584@1,COG3584@2 NA|NA|NA S protein conserved in bacteria -BSU_20340 224308.BSU20340 0.0 2568.5 Bacillus Bacillus 1TPYG@1239,1ZCIC@1386,4H9T3@91061,COG0587@1,COG0587@2 NA|NA|NA L DNA polymerase -BSU_20350 224308.BSU20350 0.0 1139.4 Bacillus Bacillus 1TPXE@1239,1ZBAT@1386,4H9UP@91061,COG0608@1,COG0608@2 NA|NA|NA L Single-stranded-DNA-specific exonuclease RecJ -BSU_20360 224308.BSU20360 2e-224 784.6 Bacilli Bacillus 1V3HG@1239,4HSWD@91061,COG0358@1,COG0358@2 NA|NA|NA L DNA primase activity -BSU_20370 224308.BSU20370 6.1e-285 986.1 Bacilli Bacillus 1V25F@1239,4HU9E@91061,COG0305@1,COG0305@2 NA|NA|NA J DnaB-like helicase C terminal domain -BSU_20380 224308.BSU20380 2.3e-86 324.7 Bacilli Bacillus 1W0NH@1239,2CDG4@1,33EU6@2,4HYSK@91061 NA|NA|NA -BSU_20390 224308.BSU20390 1.3e-179 635.6 Bacilli Bacillus 1V18T@1239,4HS00@91061,COG2887@1,COG2887@2 NA|NA|NA L AAA domain -BSU_20400 224308.BSU20400 2.3e-170 604.7 Bacilli Bacillus 1VPN8@1239,2E7RY@1,33277@2,4HZK4@91061 NA|NA|NA -BSU_20450 224308.BSU20450 0.0 1129.8 Bacillus Bacillus 1V10E@1239,1ZPVM@1386,4HFE0@91061,COG3420@1,COG3420@2,COG5434@1,COG5434@2 NA|NA|NA M Parallel beta-helix repeats -BSU_20460 224308.BSU20460 1.3e-148 532.3 Bacillus Bacillus 1VBQ5@1239,1ZNRP@1386,4HK5Q@91061,COG4195@1,COG4195@2 NA|NA|NA S Pfam:DUF867 -BSU_20490 224308.BSU20490 1.7e-130 471.9 Bacillus yoqW Bacillus 1TRRV@1239,1ZCQB@1386,4HDUN@91061,COG2135@1,COG2135@2 NA|NA|NA S Belongs to the SOS response-associated peptidase family -BSU_20500 224308.BSU20500 4.1e-155 553.9 Bacillus ligB 6.5.1.1,6.5.1.6,6.5.1.7 ko:K10747 ko03030,ko03410,ko03420,ko03430,map03030,map03410,map03420,map03430 R00381,R00382,R10822,R10823 RC00005 ko00000,ko00001,ko01000,ko03032,ko03400 Bacillus 1V5A5@1239,1ZF2Y@1386,4HN30@91061,COG1793@1,COG1793@2 NA|NA|NA L ATP-dependent DNA ligase -BSU_20510 224308.BSU20510 3e-77 294.3 Bacilli Bacillus 1W0VS@1239,2FIW6@1,34AMC@2,4HZCE@91061 NA|NA|NA -BSU_20580 224308.BSU20580 1.7e-44 184.9 Bacillus Bacillus 1UCW2@1239,1ZPPR@1386,29TIF@1,30ERS@2,4IPC2@91061 NA|NA|NA -BSU_20610 224308.BSU20610 2.5e-97 361.3 Bacilli Bacillus 1U0V5@1239,4HX94@91061,COG4474@1,COG4474@2 NA|NA|NA S Protein of unknown function (DUF1273) -BSU_20630 224308.BSU20630 5e-78 297.0 Bacillus yoqH Bacillus 1V4EU@1239,1ZG0I@1386,4HI00@91061,COG1388@1,COG1388@2 NA|NA|NA M LysM domain -BSU_20660 1122918.KB907248_gene4513 1.1e-11 75.1 Paenibacillaceae Bacillus 1TRF9@1239,26VXB@186822,28J2E@1,2Z8YX@2,4HHVK@91061 NA|NA|NA S Protein of unknown function (DUF2815) -BSU_20670 224308.BSU20670 8e-137 493.0 Bacillus ko:K07741 ko00000 Bacillus 1TT7W@1239,1ZI3G@1386,4I4AV@91061,COG3645@1,COG3645@2,COG3646@1,COG3646@2 NA|NA|NA S Phage regulatory protein Rha (Phage_pRha) -BSU_20780 224308.BSU20780 1.4e-33 148.3 Bacteria Bacillus COG3655@1,COG3655@2 NA|NA|NA K Transcriptional regulator -BSU_20790 224308.BSU20790 3.5e-177 627.5 Bacillus Bacillus 1VJ2G@1239,1ZK8K@1386,2EEGE@1,338A8@2,4HQ73@91061 NA|NA|NA -BSU_20800 224308.BSU20800 1e-262 912.1 Bacillus Bacillus 1VHAT@1239,1ZMI0@1386,2E7F8@1,331Y8@2,4HNSB@91061 NA|NA|NA S DNA-sulfur modification-associated -BSU_20810 224308.BSU20810 1.2e-197 695.7 Bacillus Bacillus 1W09N@1239,1ZNGI@1386,4HYE3@91061,COG0582@1,COG0582@2 NA|NA|NA L Belongs to the 'phage' integrase family -BSU_20860 720555.BATR1942_07720 6.6e-106 391.0 Bacillus Bacillus 1TZYM@1239,1ZFYN@1386,29JP8@1,306KH@2,4I986@91061 NA|NA|NA -BSU_20880 224308.BSU20880 2e-86 325.1 Firmicutes Bacillus 1VN66@1239,2ESDE@1,33JY5@2 NA|NA|NA -BSU_20890 224308.BSU20890 1.7e-96 358.6 Firmicutes Bacillus 1W525@1239,2E4HH@1,32ZCM@2 NA|NA|NA S Super-infection exclusion protein B -BSU_20928 224308.BSU20928 1.2e-27 128.3 Bacillus Bacillus 1W6IS@1239,1ZJZF@1386,28XHF@1,2ZJEU@2,4HZXN@91061 NA|NA|NA -BSU_20930 224308.BSU36980 1.8e-07 62.4 Bacillus ywlA Bacillus 1UCW8@1239,1ZPPX@1386,2B1TR@1,31U9Q@2,4IPC8@91061 NA|NA|NA S Uncharacterised protein family (UPF0715) -BSU_20940 224308.BSU20940 6.5e-259 899.4 Bacilli Bacillus 1V9KX@1239,2D6VC@1,32TMW@2,4HVFT@91061 NA|NA|NA -BSU_20950 224308.BSU20950 7.7e-35 152.5 Bacilli Bacillus 1VJKD@1239,4I010@91061,COG3655@1,COG3655@2 NA|NA|NA K Cro/C1-type HTH DNA-binding domain -BSU_20960 224308.BSU20960 2.3e-256 891.0 Bacilli Bacillus 1V9AH@1239,2CFPC@1,31SN4@2,4HMY7@91061 NA|NA|NA -BSU_20980 224308.BSU20980 1.3e-237 828.6 Bacillus Bacillus 1TSRB@1239,1ZFXA@1386,28MFC@1,2ZASU@2,4HCU5@91061 NA|NA|NA -BSU_21010 1385512.N784_11145 6.7e-17 94.4 Pontibacillus Bacillus 1UXDA@1239,29YV2@1,2YBTK@289201,30KRG@2,4IFP9@91061 NA|NA|NA -BSU_21020 224308.BSU21020 7.4e-55 219.5 Bacteria Bacillus COG1395@1,COG1395@2 NA|NA|NA K domain, Protein -BSU_21040 224308.BSU21040 0.0 1681.0 Bacillus Bacillus 1TT4T@1239,1ZEBG@1386,28N83@1,2ZBCM@2,4HTS9@91061 NA|NA|NA -BSU_21050 224308.BSU21050 3e-41 174.1 Bacillus GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0009889,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2001141 ko:K03530 ko00000,ko03032,ko03036,ko03400 Bacillus 1V9XQ@1239,1ZH48@1386,4HKF2@91061,COG0776@1,COG0776@2 NA|NA|NA L Histone-like DNA-binding protein which is capable of wrapping DNA to stabilize it, and thus to prevent its denaturation under extreme environmental conditions -BSU_21070 224308.BSU21070 4.5e-230 803.5 Bacillus Bacillus 1TWCZ@1239,1ZPSH@1386,2AEN8@1,314I5@2,4I54M@91061 NA|NA|NA -BSU_21100 224308.BSU21100 4.1e-175 620.5 Bacillus Bacillus 1VB3U@1239,1ZKII@1386,2DFCT@1,32U56@2,4HZBT@91061 NA|NA|NA -BSU_21110 224308.BSU21110 0.0 1191.0 Bacillus Bacillus 1UIYC@1239,1ZFCA@1386,4ISX1@91061,COG4373@1,COG4373@2 NA|NA|NA S Terminase-like family -BSU_21120 224308.BSU21120 1.1e-281 975.3 Bacillus Bacillus 1VE54@1239,1ZM1I@1386,2E01S@1,32VQX@2,4IMWQ@91061 NA|NA|NA -BSU_21130 224308.BSU21130 3.5e-266 923.7 Bacillus Bacillus 1W605@1239,1ZM4D@1386,2C7CX@1,2ZQ8R@2,4I0YJ@91061 NA|NA|NA -BSU_21140 224308.BSU21140 2.7e-94 351.3 Bacillus Bacillus 1UBTT@1239,1ZN22@1386,29SQE@1,30DW9@2,4IN92@91061 NA|NA|NA -BSU_21150 224308.BSU21150 9.6e-186 656.0 Bacillus Bacillus 1UBM9@1239,1ZMIW@1386,29SKI@1,30DRU@2,4IN1J@91061 NA|NA|NA -BSU_21160 224308.BSU21160 8.6e-81 306.2 Bacillus Bacillus 1UBVU@1239,1ZN6Q@1386,2BFNE@1,329GT@2,4INBE@91061 NA|NA|NA -BSU_21170 224308.BSU21170 1.9e-68 265.0 Bacillus Bacillus 1UC7M@1239,1ZNSB@1386,29T11@1,30E7G@2,4INQ2@91061 NA|NA|NA -BSU_21190 224308.BSU21190 2.4e-121 441.4 Bacillus Bacillus 1W3HY@1239,1ZPJ9@1386,28Y0A@1,2ZJW1@2,4HZP7@91061 NA|NA|NA -BSU_21200 224308.BSU21200 4.5e-91 340.5 Bacillus Bacillus 1UD0R@1239,1ZKTT@1386,29TN0@1,30EVN@2,4IPGU@91061 NA|NA|NA -BSU_21210 224308.BSU21210 1.4e-130 472.2 Bacillus Bacillus 1W5KC@1239,1ZN4C@1386,28VYJ@1,2ZHZT@2,4I1FU@91061 NA|NA|NA -BSU_21220 224308.BSU21220 3.5e-90 338.2 Bacillus Bacillus 1V71K@1239,1ZMM1@1386,2C4YF@1,32RES@2,4HZ64@91061 NA|NA|NA -BSU_21240 224308.BSU21240 2.3e-57 228.0 Bacillus Bacillus 1UCMF@1239,1ZPBV@1386,29TBY@1,30EJ0@2,4IP3K@91061 NA|NA|NA -BSU_21250 224308.BSU21250 1.9e-172 612.1 Bacilli Bacillus 1V48I@1239,292XD@1,2ZQEV@2,4HS4X@91061 NA|NA|NA -BSU_21260 1178540.BA70_12730 8e-07 60.1 Bacillus Bacillus 1UAPT@1239,1ZIW9@1386,29RXF@1,30D1N@2,4IM2F@91061 NA|NA|NA -BSU_21270 279010.BL00866 3.2e-10 70.5 Bacillus xkdX Bacillus 1UAT1@1239,1ZJ9F@1386,29RZE@1,30D3R@2,4IM5V@91061 NA|NA|NA -BSU_21280 224308.BSU21280 4.3e-86 323.9 Bacillus Bacillus 1UC7K@1239,1ZNS7@1386,2BFYF@1,329U8@2,4INQ0@91061 NA|NA|NA -BSU_21290 224308.BSU21290 1e-69 269.2 Bacillus Bacillus 1W3CT@1239,1ZPKN@1386,2948Q@1,2ZRNY@2,4I0UR@91061 NA|NA|NA -BSU_21300 224308.BSU21300 3.6e-193 680.6 Bacillus Bacillus 1TRSA@1239,1ZQKR@1386,4HC4V@91061,COG0582@1,COG0582@2 NA|NA|NA A Belongs to the 'phage' integrase family -BSU_21340 224308.BSU21340 1.6e-115 422.2 Bacillus Bacillus 1TX61@1239,1ZKAZ@1386,2BXMF@1,32TH6@2,4I62J@91061 NA|NA|NA -BSU_21350 224308.BSU21350 0.0 3151.7 Bacillus Bacillus 1V6DD@1239,1ZH33@1386,4HIWA@91061,COG0739@1,COG0739@2,COG0741@1,COG0741@2,COG1196@1,COG1196@2 NA|NA|NA M COG0741 Soluble lytic murein transglycosylase and related regulatory proteins (some contain LysM invasin domains) -BSU_21360 224308.BSU21360 1e-144 519.2 Bacillus Bacillus 1VKWN@1239,1ZMZE@1386,33P3R@2,4HRWG@91061,COG4722@1 NA|NA|NA S Phage tail protein -BSU_21370 224308.BSU21370 0.0 1689.1 Bacillus Bacillus 1V2Z6@1239,1ZM1W@1386,4HGM7@91061,COG2433@1,COG2433@2 NA|NA|NA S Pfam Transposase IS66 -BSU_21380 224308.BSU21380 2e-133 481.9 Bacillus Bacillus 1VIYY@1239,1ZMWR@1386,2DQQT@1,3384R@2,4HP4P@91061 NA|NA|NA -BSU_21390 224308.BSU21390 0.0 1280.8 Bacilli Bacillus 1TR6Z@1239,4HGB0@91061,COG4632@1,COG4632@2,COG5434@1,COG5434@2 NA|NA|NA G Exopolysaccharide biosynthesis protein -BSU_21400 224308.BSU21400 1.1e-163 582.4 Bacillus Bacillus 1W3ST@1239,1ZK6P@1386,29WU3@1,30IFH@2,4I20W@91061 NA|NA|NA -BSU_21410 224308.BSU21410 2.1e-186 658.3 Bacillus 3.5.1.28 ko:K01447 R04112 RC00064,RC00141 ko00000,ko01000 Bacillus 1V3JT@1239,1ZPVN@1386,4HGC1@91061,COG5632@1,COG5632@2 NA|NA|NA M Ami_2 -BSU_21420 224308.BSU21420 7.4e-32 142.5 Bacillus bhlA Bacillus 1W1UA@1239,1ZJC2@1386,2EE5S@1,2ZUAI@2,4I0TR@91061 NA|NA|NA S BhlA holin family -BSU_21430 224308.BSU21430 9.3e-40 169.1 Bacillus Bacillus 1U3UU@1239,1ZPQI@1386,2DK6Q@1,308R2@2,4IDMZ@91061 NA|NA|NA S SPP1 phage holin -BSU_21440 224308.BSU21440 5.7e-74 283.5 Bacteria Bacillus COG1495@1,COG1495@2 NA|NA|NA O protein disulfide oxidoreductase activity -BSU_21450 224308.BSU21450 6.9e-242 842.8 Bacillus GO:0003674,GO:0003824,GO:0006464,GO:0006486,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0008194,GO:0009058,GO:0009059,GO:0009100,GO:0009101,GO:0009403,GO:0009404,GO:0009987,GO:0016740,GO:0016757,GO:0016999,GO:0017000,GO:0017144,GO:0018193,GO:0018198,GO:0018240,GO:0018280,GO:0019538,GO:0019748,GO:0030152,GO:0030650,GO:0030651,GO:0034641,GO:0034645,GO:0036211,GO:0043043,GO:0043170,GO:0043412,GO:0043413,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044550,GO:0046224,GO:0070085,GO:0071704,GO:1901135,GO:1901137,GO:1901564,GO:1901566,GO:1901576 Bacillus 1TQEM@1239,1ZCYT@1386,4H9X9@91061,COG0463@1,COG0463@2 NA|NA|NA M COG0463 Glycosyltransferases involved in cell wall biogenesis -BSU_21460 224308.BSU21460 2.1e-70 271.6 Bacteria Bacillus COG0526@1,COG0526@2 NA|NA|NA CO cell redox homeostasis -BSU_21470 224308.BSU21470 0.0 1345.1 Bacillus GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 ko:K06147,ko:K06148 ko00000,ko02000 3.A.1,3.A.1.106,3.A.1.109,3.A.1.21 Bacillus 1VS7N@1239,1ZMUN@1386,4HVDC@91061,COG2274@1,COG2274@2,COG3271@1,COG3271@2 NA|NA|NA V Peptidase C39 family -BSU_21500 224308.BSU21500 2.4e-239 834.3 Bacillus uvrX ko:K03502 ko00000,ko03400 Bacillus 1TP42@1239,1ZC8I@1386,4HA1P@91061,COG0389@1,COG0389@2 NA|NA|NA L Poorly processive, error-prone DNA polymerase involved in untargeted mutagenesis. Copies undamaged DNA at stalled replication forks, which arise in vivo from mismatched or misaligned primer ends. These misaligned primers can be extended by PolIV. Exhibits no 3'-5' exonuclease (proofreading) activity. May be involved in translesional synthesis, in conjunction with the beta clamp from PolIII -BSU_21510 224308.BSU21510 9.8e-55 219.2 Bacillus Bacillus 1UPV4@1239,1ZSK7@1386,2EAKH@1,33B0A@2,4IVBD@91061 NA|NA|NA S YolD-like protein -BSU_21520 224308.BSU18960 5.6e-42 176.8 Bacillus Bacillus 1W3P9@1239,1ZKG0@1386,291HX@1,2ZP4F@2,4I063@91061 NA|NA|NA -BSU_21540 420246.GTNG_2802 6.7e-09 67.4 Bacilli Bacillus 1VWZV@1239,2DWVZ@1,3425B@2,4HWZ0@91061 NA|NA|NA S Domain of unknown function (DUF4879) -BSU_21550 224308.BSU21550 4.7e-99 367.1 Bacillus Bacillus 1UUXI@1239,1ZHU0@1386,4I685@91061,COG1670@1,COG1670@2 NA|NA|NA J Acetyltransferase (GNAT) domain -BSU_21560 224308.BSU21560 7.1e-109 399.8 Bacillus yokK Bacillus 1V63A@1239,1ZHUQ@1386,2DP6N@1,330S4@2,4HICJ@91061 NA|NA|NA S SMI1 / KNR4 family -BSU_21570 224308.BSU21570 3.2e-94 350.9 Bacillus ko:K21490 ko00000,ko02048 Bacillus 1TS5V@1239,1ZFYQ@1386,28MM1@1,2ZAX0@2,4HB71@91061 NA|NA|NA S SMI1 / KNR4 family (SUKH-1) -BSU_21580 224308.BSU21580 2.1e-302 1044.3 Bacteria Bacillus COG5444@1,COG5444@2 NA|NA|NA UW nuclease activity -BSU_21590 224308.BSU21590 6e-105 386.7 Bacillus yokH Bacillus 1W2DK@1239,1ZHYP@1386,4I1HJ@91061,COG4282@1,COG4282@2 NA|NA|NA G SMI1 / KNR4 family -BSU_21598 1499685.CCFJ01000014_gene1407 6.2e-19 99.8 Bacillus Bacillus 1TQ93@1239,1ZQF8@1386,4HDNZ@91061,COG3464@1,COG3464@2 NA|NA|NA L Transposase -BSU_21599 1499685.CCFJ01000014_gene1407 2.8e-09 66.6 Bacillus Bacillus 1TQ93@1239,1ZQF8@1386,4HDNZ@91061,COG3464@1,COG3464@2 NA|NA|NA L Transposase -BSU_21600 224308.BSU21600 7e-203 713.0 Bacillus Bacillus 1UCTS@1239,1ZPKS@1386,2AKQD@1,31BH4@2,4IP9Z@91061 NA|NA|NA -BSU_21610 224308.BSU21610 7.3e-113 413.7 Bacillus yokF GO:0003674,GO:0003824,GO:0004518,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006401,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009987,GO:0016070,GO:0016787,GO:0016788,GO:0019439,GO:0034641,GO:0034655,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044260,GO:0044265,GO:0044270,GO:0044424,GO:0044464,GO:0046483,GO:0046700,GO:0071704,GO:0090304,GO:0090305,GO:1901360,GO:1901361,GO:1901575 3.1.31.1 ko:K01174 ko00000,ko01000 Bacillus 1V46V@1239,1ZQ6S@1386,4HHJ1@91061,COG1525@1,COG1525@2 NA|NA|NA L RNA catabolic process -BSU_21620 224308.BSU21620 1.9e-83 315.1 Bacillus Bacillus 1UBYK@1239,1ZNCK@1386,29SU6@1,30E09@2,4INED@91061 NA|NA|NA S Bacterial PH domain -BSU_21630 224308.BSU21630 1.4e-155 555.4 Bacillus yokD 2.3.1.81 ko:K00662 ko00000,ko01000,ko01504 Bacillus 1V2QD@1239,1ZC4K@1386,4HE0G@91061,COG2746@1,COG2746@2 NA|NA|NA V aminoglycoside -BSU_21640 224308.BSU21640 1.5e-94 352.1 Bacilli Bacillus 1VBDE@1239,2DK7D@1,32UEH@2,4HNEG@91061 NA|NA|NA -BSU_21650 224308.BSU21650 2.8e-107 394.8 Bacilli Bacillus 1W5DI@1239,294YP@1,2ZSBK@2,4I18Z@91061 NA|NA|NA -BSU_21660 224308.BSU21660 4.7e-307 1059.7 Bacillus yokA GO:0000150,GO:0003674,GO:0003824,GO:0006139,GO:0006259,GO:0006310,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:0140097,GO:1901360 Bacillus 1TP0S@1239,1ZQD3@1386,4HBMH@91061,COG1961@1,COG1961@2 NA|NA|NA L Recombinase -BSU_21670 326423.RBAM_019840 1.9e-96 358.6 Bacillus ko:K19421 ko00000 Bacillus 1TR3W@1239,1ZB9K@1386,4HAER@91061,COG1086@1,COG1086@2 NA|NA|NA GM Polysaccharide biosynthesis protein -BSU_21680 224308.BSU21680 1.8e-80 305.1 Bacillus msrB 1.8.4.12 ko:K07305 ko00000,ko01000 Bacillus 1UPN0@1239,1ZFQG@1386,4HGWN@91061,COG0229@1,COG0229@2 NA|NA|NA O peptide methionine sulfoxide reductase -BSU_21690 224308.BSU21690 1.2e-102 379.0 Bacillus msrA 1.8.4.11,1.8.4.12 ko:K07304,ko:K12267 ko00000,ko01000 Bacillus 1TQ3E@1239,1ZCC5@1386,4HAIV@91061,COG0225@1,COG0225@2 NA|NA|NA O Has an important function as a repair enzyme for proteins that have been inactivated by oxidation. Catalyzes the reversible oxidation-reduction of methionine sulfoxide in proteins to methionine -BSU_21700 224308.BSU21700 2.8e-70 271.2 Bacillus ypoP GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1V3P7@1239,1ZHZC@1386,4HPNY@91061,COG1846@1,COG1846@2 NA|NA|NA K transcriptional -BSU_21710 224308.BSU21710 4.5e-223 780.4 Bacillus Bacillus 1TNZN@1239,1ZEAW@1386,4HANM@91061,COG0534@1,COG0534@2 NA|NA|NA V MATE efflux family protein -BSU_21720 224308.BSU21720 9.2e-29 132.1 Bacillus ypmT Bacillus 1UAK7@1239,1ZIEX@1386,29RUY@1,30CYZ@2,4IKYV@91061 NA|NA|NA S Uncharacterized ympT -BSU_21730 224308.BSU21730 1.1e-98 365.9 Bacillus ypmS Bacillus 1VF0K@1239,1ZF26@1386,4HIYN@91061,COG4698@1,COG4698@2 NA|NA|NA S protein conserved in bacteria -BSU_21740 224308.BSU21740 2.1e-137 495.0 Bacillus ypmR GO:0003674,GO:0003824,GO:0004620,GO:0004622,GO:0016298,GO:0016787,GO:0016788,GO:0052689 Bacillus 1V1HR@1239,1ZRET@1386,4HDXS@91061,COG2755@1,COG2755@2 NA|NA|NA E GDSL-like Lipase/Acylhydrolase -BSU_21750 224308.BSU21750 5.4e-109 400.2 Bacillus ypmQ ko:K07152 ko00000,ko03029 Bacillus 1V03J@1239,1ZFJQ@1386,4HET3@91061,COG1999@1,COG1999@2 NA|NA|NA S protein SCO1 SenC PrrC, involved in biogenesis of respiratory and photosynthetic systems -BSU_21760 224308.BSU21760 5.1e-40 169.9 Bacillus ypmP Bacillus 1VDJY@1239,1ZIXP@1386,2E2C2@1,32XH4@2,4HMBA@91061 NA|NA|NA S Protein of unknown function (DUF2535) -BSU_21770 224308.BSU21770 7.4e-244 849.4 Bacillus ilvA GO:0006082,GO:0006520,GO:0006566,GO:0006807,GO:0008150,GO:0008152,GO:0009066,GO:0009987,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0071704,GO:1901564,GO:1901605 4.3.1.19 ko:K01754 ko00260,ko00290,ko01100,ko01110,ko01130,ko01200,ko01230,map00260,map00290,map01100,map01110,map01130,map01200,map01230 M00570 R00220,R00996 RC00418,RC02600 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP22@1239,1ZBM0@1386,4H9NK@91061,COG1171@1,COG1171@2 NA|NA|NA E Catalyzes the anaerobic formation of alpha-ketobutyrate and ammonia from threonine in a two-step reaction. The first step involved a dehydration of threonine and a production of enamine intermediates (aminocrotonate), which tautomerizes to its imine form (iminobutyrate). Both intermediates are unstable and short- lived. The second step is the nonenzymatic hydrolysis of the enamine imine intermediates to form 2-ketobutyrate and free ammonia. In the low water environment of the cell, the second step is accelerated by RidA -BSU_21780 224308.BSU21780 2.7e-185 654.4 Bacillus yplP Bacillus 1VSHE@1239,1ZEVI@1386,4ISX2@91061,COG1221@1,COG1221@2 NA|NA|NA K Transcriptional regulator -BSU_21790 224308.BSU21790 7.1e-110 403.3 Bacillus yplQ ko:K11068 ko00000,ko02042 Bacillus 1TSFK@1239,1ZBJJ@1386,4HAT2@91061,COG1272@1,COG1272@2 NA|NA|NA S protein, Hemolysin III -BSU_21800 224308.BSU21800 9.6e-112 409.5 Bacillus ypkP 2.3.1.51 ko:K00655 ko00561,ko00564,ko01100,ko01110,map00561,map00564,map01100,map01110 M00089 R02241,R09381 RC00004,RC00037,RC00039 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1UMJA@1239,1ZEYG@1386,4HD2E@91061,COG0204@1,COG0204@2 NA|NA|NA I Belongs to the 1-acyl-sn-glycerol-3-phosphate acyltransferase family -BSU_21810 224308.BSU21810 1.3e-95 355.5 Bacillus dfrA 1.5.1.3 ko:K00287 ko00670,ko00790,ko01100,ko01523,map00670,map00790,map01100,map01523 M00126,M00840 R00936,R00937,R00939,R00940,R02235,R02236,R11765 RC00109,RC00110,RC00158 ko00000,ko00001,ko00002,ko01000 Bacillus 1VB80@1239,1ZG71@1386,4HIGJ@91061,COG0262@1,COG0262@2 NA|NA|NA H Key enzyme in folate metabolism. Catalyzes an essential reaction for de novo glycine and purine synthesis, and for DNA precursor synthesis -BSU_21820 224308.BSU21820 7.3e-157 559.7 Bacillus thyA GO:0003674,GO:0003824,GO:0004799,GO:0006139,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0009058,GO:0009117,GO:0009165,GO:0009262,GO:0009263,GO:0009265,GO:0009394,GO:0009987,GO:0016740,GO:0016741,GO:0018130,GO:0019438,GO:0019637,GO:0019692,GO:0032259,GO:0034641,GO:0034654,GO:0042083,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0046385,GO:0046483,GO:0055086,GO:0071704,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901576 2.1.1.45 ko:K00560 ko00240,ko00670,ko01100,ko01523,map00240,map00670,map01100,map01523 M00053 R02101 RC00219,RC00332 ko00000,ko00001,ko00002,ko01000 Bacillus 1TSIR@1239,1ZAUT@1386,4H9QS@91061,COG0207@1,COG0207@2 NA|NA|NA F Catalyzes the reductive methylation of 2'-deoxyuridine- 5'-monophosphate (dUMP) to 2'-deoxythymidine-5'-monophosphate (dTMP) while utilizing 5,10-methylenetetrahydrofolate (mTHF) as the methyl donor and reductant in the reaction, yielding dihydrofolate (DHF) as a by-product. This enzymatic reaction provides an intracellular de novo source of dTMP, an essential precursor for DNA biosynthesis -BSU_21830 1051501.AYTL01000030_gene2349 7.2e-92 343.2 Bacillus ypjQ 3.1.3.27 ko:K01095 ko00564,ko01100,map00564,map01100 R02029 RC00017 ko00000,ko00001,ko01000 Bacillus 1V3I0@1239,1ZCY9@1386,4HH4Y@91061,COG1267@1,COG1267@2 NA|NA|NA I COG1267 Phosphatidylglycerophosphatase A and related proteins -BSU_21840 224308.BSU21840 1.3e-113 415.6 Bacillus ypjP Bacillus 1V3JN@1239,1ZGAN@1386,2C2Z4@1,2ZV7K@2,4HHVS@91061 NA|NA|NA S YpjP-like protein -BSU_21850 224308.BSU21850 2.2e-145 521.5 Bacillus ypiP Bacillus 1UIYD@1239,1ZS7M@1386,4ISX3@91061,COG2136@1,COG2136@2,COG2521@1,COG2521@2 NA|NA|NA AJ Putative SAM-dependent methyltransferase -BSU_21860 224308.BSU21860 2.9e-75 287.7 Bacillus yphP Bacillus 1V1T3@1239,1ZGM0@1386,28NYH@1,2ZBVN@2,4HHZS@91061 NA|NA|NA S Belongs to the UPF0403 family -BSU_21870 224308.BSU21870 0.0 1112.8 Bacillus ilvD 4.2.1.9 ko:K01687 ko00290,ko00770,ko01100,ko01110,ko01130,ko01210,ko01230,map00290,map00770,map01100,map01110,map01130,map01210,map01230 M00019,M00570 R01209,R04441,R05070 RC00468,RC01714 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP1R@1239,1ZASK@1386,4H9ZG@91061,COG0129@1,COG0129@2 NA|NA|NA E Belongs to the IlvD Edd family -BSU_21880 224308.BSU21880 4e-156 557.8 Bacillus ypgR Bacillus 1TRJT@1239,1ZB7F@1386,4HBFD@91061,COG1413@1,COG1413@2 NA|NA|NA C COG0694 Thioredoxin-like proteins and domains -BSU_21890 224308.BSU21890 5.2e-110 403.7 Bacillus ypgQ ko:K06950 ko00000 Bacillus 1V7IZ@1239,1ZB0E@1386,4HIVB@91061,COG1418@1,COG1418@2 NA|NA|NA S phosphohydrolase -BSU_21900 224308.BSU21900 4e-89 334.0 Bacillus bsaA 1.11.1.9 ko:K00432 ko00480,ko00590,ko04918,map00480,map00590,map04918 R00274,R07034,R07035 RC00011,RC00982 ko00000,ko00001,ko01000 Bacillus 1V3M3@1239,1ZGBN@1386,4HH5Q@91061,COG0386@1,COG0386@2 NA|NA|NA O Belongs to the glutathione peroxidase family -BSU_21910 224308.BSU21910 1.2e-176 625.5 Bacillus metAA GO:0003674,GO:0003824,GO:0008374,GO:0008899,GO:0016740,GO:0016746,GO:0016747,GO:0016748,GO:0016750 2.3.1.46 ko:K00651 ko00270,ko00920,ko01100,ko01110,ko01230,map00270,map00920,map01100,map01110,map01230 M00017 R01777 RC00004,RC00041 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQVR@1239,1ZCTU@1386,4H9W4@91061,COG1897@1,COG1897@2 NA|NA|NA E Transfers an acetyl group from acetyl-CoA to L- homoserine, forming acetyl-L-homoserine -BSU_21920 224308.BSU21920 3.5e-216 757.3 Bacillus ugtP GO:0003674,GO:0003824,GO:0008194,GO:0016740,GO:0016757,GO:0016758,GO:0035251,GO:0046527,GO:0047228 2.4.1.315 ko:K03429 ko00561,ko01100,map00561,map01100 R02689,R04377 RC00005,RC00059 ko00000,ko00001,ko01000,ko01003 GT28 Bacillus 1TR07@1239,1ZQUQ@1386,4HBKJ@91061,COG0707@1,COG0707@2 NA|NA|NA M Processive glucosyltransferase involved in the biosynthesis of both the bilayer- and non-bilayer-forming membrane glucolipids. Is able to successively transfer up to three glucosyl residues to diacylglycerol (DAG), thereby catalyzing the formation of beta-monoglucosyl-DAG (3-O-(beta-D-glucopyranosyl)-1,2-diacyl- sn-glycerol), beta-diglucosyl-DAG (3-O-(beta-D-glucopyranosyl- beta-(1- 6)-D-glucopyranosyl)-1,2-diacyl-sn-glycerol) and beta- triglucosyl-DAG (3-O-(beta-D-glucopyranosyl-beta-(1- 6)-D- glucopyranosyl-beta-(1- 6)-D-glucopyranosyl)-1,2-diacyl-sn- glycerol). Beta-diglucosyl-DAG is the predominant glycolipid found in Bacillales and is also used as a membrane anchor for lipoteichoic acid (LTA) -BSU_21930 224308.BSU21930 1e-30 138.7 Bacillus cspD ko:K03704 ko00000,ko03000 Bacillus 1VEE0@1239,1ZHTU@1386,4HNJC@91061,COG1278@1,COG1278@2 NA|NA|NA K Cold-shock protein -BSU_21940 1274524.BSONL12_01472 6.4e-16 89.4 Bacillus degR Bacillus 1UAZQ@1239,1ZJT7@1386,29S43@1,30D8J@2,4IMCJ@91061 NA|NA|NA -BSU_21950 1051501.AYTL01000030_gene2361 1.4e-30 138.7 Bacillus Bacillus 1UAXW@1239,1ZJNM@1386,29S2J@1,30D72@2,4IMAQ@91061 NA|NA|NA S Protein of unknown function (DUF2564) -BSU_21960 224308.BSU21960 5e-29 132.9 Bacillus ypeQ Bacillus 1VF2M@1239,1ZKC4@1386,2E6UK@1,331EA@2,4HPQ1@91061 NA|NA|NA S Zinc-finger -BSU_21970 224308.BSU21970 1.5e-126 458.8 Bacillus ypeP 3.1.26.4 ko:K03469 ko03030,map03030 ko00000,ko00001,ko01000,ko03032 Bacillus 1V3K2@1239,1ZDMZ@1386,4HE8H@91061,COG0328@1,COG0328@2 NA|NA|NA L COG0328 Ribonuclease HI -BSU_21980 224308.BSU21980 1.9e-121 441.8 Bacillus ypdP ko:K09125 ko00000 Bacillus 1TSAY@1239,1ZEKB@1386,4HB9T@91061,COG1738@1,COG1738@2 NA|NA|NA S Involved in the import of queuosine (Q) precursors, required for Q precursor salvage -BSU_21990 224308.BSU21990 1.9e-68 265.0 Bacillus rnhA 3.1.26.4 ko:K03469 ko03030,map03030 ko00000,ko00001,ko01000,ko03032 Bacillus 1VE23@1239,1ZQJB@1386,4HKXV@91061,COG0328@1,COG0328@2 NA|NA|NA L Ribonuclease -BSU_22010 224308.BSU22010 3.3e-166 590.9 Bacillus ypcP Bacillus 1TQ05@1239,1ZB2Z@1386,4H9UW@91061,COG0258@1,COG0258@2 NA|NA|NA L 5'3' exonuclease -BSU_22019 279010.BL00672 3.3e-07 60.1 Bacteria Bacillus 2DNYK@1,32ZT6@2 NA|NA|NA -BSU_22020 224308.BSU22020 1.7e-38 164.9 Bacillus ypbS Bacillus 1VDJ2@1239,1ZJ5C@1386,2E0UC@1,32WBV@2,4HKXT@91061 NA|NA|NA S Protein of unknown function (DUF2533) -BSU_22030 224308.BSU22030 0.0 2258.8 Bacillus ypbR GO:0000910,GO:0003674,GO:0003824,GO:0003924,GO:0005575,GO:0007049,GO:0008150,GO:0009987,GO:0016020,GO:0016021,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0017111,GO:0022402,GO:0022607,GO:0031224,GO:0032506,GO:0044085,GO:0044425,GO:0051301,GO:0071840,GO:0090529 Bacillus 1TR0Q@1239,1ZAXM@1386,4HBAC@91061,COG0699@1,COG0699@2 NA|NA|NA S Dynamin family -BSU_22040 224308.BSU22040 8.7e-87 326.2 Bacillus ypbQ ko:K16168 ko00000,ko01008 Bacillus 1V6IY@1239,1ZGT0@1386,4HIFN@91061,COG1755@1,COG1755@2 NA|NA|NA S protein conserved in bacteria -BSU_22050 224308.BSU22050 5.7e-208 729.9 Bacillus bcsA ko:K16167 ko00000,ko01008 Bacillus 1TPUK@1239,1ZC8W@1386,4HBHH@91061,COG3424@1,COG3424@2 NA|NA|NA Q Naringenin-chalcone synthase -BSU_22060 224308.BSU22060 2.7e-228 797.7 Bacillus pbuX GO:0003674,GO:0005215,GO:0005345,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006863,GO:0008150,GO:0015205,GO:0015851,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0042906,GO:0042907,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072530,GO:1904823 ko:K16169 ko00000,ko02000 2.A.40.3.1 Bacillus 1TNZZ@1239,1ZAUK@1386,4HBAM@91061,COG2233@1,COG2233@2 NA|NA|NA F xanthine -BSU_22070 224308.BSU22070 1.5e-98 365.5 Bacillus xpt 2.4.2.22 ko:K03816 ko00230,ko01100,ko01110,map00230,map01100,map01110 R01229,R02142 RC00063,RC00122 ko00000,ko00001,ko01000 iYO844.BSU22070 Bacillus 1V1DU@1239,1ZFTS@1386,4HFNW@91061,COG0503@1,COG0503@2 NA|NA|NA F Converts the preformed base xanthine, a product of nucleic acid breakdown, to xanthosine 5'-monophosphate (XMP), so it can be reused for RNA or DNA synthesis -BSU_22080 224308.BSU22080 7.1e-294 1015.8 Bacillus ypwA GO:0003674,GO:0003824,GO:0004180,GO:0004181,GO:0005488,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008235,GO:0008237,GO:0008238,GO:0008270,GO:0016787,GO:0019538,GO:0043167,GO:0043169,GO:0043170,GO:0044238,GO:0046872,GO:0046914,GO:0070011,GO:0071704,GO:0140096,GO:1901564 3.4.17.19 ko:K01299 ko00000,ko01000,ko01002 Bacillus 1TPS6@1239,1ZB3X@1386,4HAPE@91061,COG2317@1,COG2317@2 NA|NA|NA E Broad specificity carboxypetidase that releases amino acids sequentially from the C-terminus, including neutral, aromatic, polar and basic residues -BSU_22090 224308.BSU22090 8.6e-171 606.3 Bacillus kdgT GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K02526 ko00000,ko02000 2.A.10.1 Bacillus 1UPH1@1239,1ZDHF@1386,28H7K@1,2Z7JT@2,4HE88@91061 NA|NA|NA P The 2-keto-3-deoxygluconate permease transports the degraded pectin products into the bacterial cell, where they serve as carbon and energy sources. This is a hydrogen coupled transport system -BSU_22100 224308.BSU22100 1.2e-103 382.5 Bacillus kdgA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 4.1.2.14,4.1.3.42 ko:K01625 ko00030,ko00630,ko01100,ko01120,ko01200,map00030,map00630,map01100,map01120,map01200 M00008,M00061,M00308,M00631 R00470,R05605 RC00307,RC00308,RC00435 ko00000,ko00001,ko00002,ko01000 Bacillus 1TS0F@1239,1ZEB4@1386,4HG4G@91061,COG0800@1,COG0800@2 NA|NA|NA G 2-dehydro-3-deoxy-phosphogluconate aldolase -BSU_22110 224308.BSU22110 4.9e-187 660.2 Bacillus kdgK 2.7.1.45 ko:K00874 ko00030,ko01100,ko01120,ko01200,map00030,map01100,map01120,map01200 M00061,M00308,M00631 R01541 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1TRRY@1239,1ZC46@1386,4HBH6@91061,COG0524@1,COG0524@2 NA|NA|NA G COG0524 Sugar kinases, ribokinase family -BSU_22120 224308.BSU22120 6.7e-187 659.8 Bacillus kdgR ko:K02525 ko00000,ko03000 Bacillus 1TQSY@1239,1ZEA9@1386,4HAJI@91061,COG1609@1,COG1609@2 NA|NA|NA K transcriptional -BSU_22130 224308.BSU22130 2.8e-159 567.8 Bacillus kduI 5.3.1.17 ko:K01815 ko00040,map00040 R04383 RC00541 ko00000,ko00001,ko01000 Bacillus 1VSXE@1239,1ZQMN@1386,4HU2K@91061,COG3717@1,COG3717@2 NA|NA|NA G Catalyzes the isomerization of 5-dehydro-4-deoxy-D- glucuronate to 3-deoxy-D-glycero-2,5-hexodiulosonate -BSU_22140 224308.BSU22140 1.2e-132 479.2 Bacillus kduD 1.1.1.127 ko:K00065 ko00040,map00040 R01542 RC00089 ko00000,ko00001,ko01000 Bacillus 1TPZ8@1239,1ZC4X@1386,4HAMW@91061,COG1028@1,COG1028@2 NA|NA|NA IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) -BSU_22150 224308.BSU22150 0.0 1278.5 Bacillus ypvA 3.6.4.12 ko:K03722 ko00000,ko01000,ko03400 Bacillus 1TRNV@1239,1ZARY@1386,4HBYD@91061,COG1199@1,COG1199@2 NA|NA|NA KL COG1199 Rad3-related DNA helicases -BSU_22169 224308.BSU22169 1.9e-21 107.5 Bacillus Bacillus 1VQ3B@1239,1ZJ7P@1386,2EJ2F@1,33CTM@2,4HS4Z@91061 NA|NA|NA S YpzG-like protein -BSU_22170 224308.BSU22170 9.2e-225 785.8 Bacillus ypsC GO:0000154,GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008170,GO:0008173,GO:0008649,GO:0008757,GO:0008990,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016435,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0036265,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0070043,GO:0070475,GO:0070476,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 ko:K07444 ko00000,ko01000 Bacillus 1TP0X@1239,1ZBJB@1386,4HBKY@91061,COG0116@1,COG0116@2 NA|NA|NA L Belongs to the methyltransferase superfamily -BSU_22180 224308.BSU22180 4.8e-45 186.8 Bacillus gpsB Bacillus 1VEQ4@1239,1ZH10@1386,4HKUX@91061,COG3599@1,COG3599@2 NA|NA|NA D Divisome component that associates with the complex late in its assembly, after the Z-ring is formed, and is dependent on DivIC and PBP2B for its recruitment to the divisome. Together with EzrA, is a key component of the system that regulates PBP1 localization during cell cycle progression. Its main role could be the removal of PBP1 from the cell pole after pole maturation is completed. Also contributes to the recruitment of PBP1 to the division complex. Not essential for septum formation -BSU_22190 1051501.AYTL01000030_gene2385 4e-97 360.9 Bacillus ypsA Bacillus 1V6SM@1239,1ZFYS@1386,4HJGM@91061,COG4474@1,COG4474@2 NA|NA|NA S Belongs to the UPF0398 family -BSU_22200 224308.BSU22200 7.2e-41 172.6 Bacillus cotD ko:K06327 ko00000 Bacillus 1UB38@1239,1ZK2P@1386,2DP9U@1,3315V@2,4IMFX@91061 NA|NA|NA S Inner spore coat protein D -BSU_22210 224308.BSU22210 2.3e-237 827.8 Bacillus yprB ko:K07502 ko00000 Bacillus 1TQQU@1239,1ZAZQ@1386,4HDMU@91061,COG3359@1,COG3359@2 NA|NA|NA L RNase_H superfamily -BSU_22220 224308.BSU22220 0.0 1503.4 Bacillus yprA GO:0003674,GO:0003724,GO:0003824,GO:0004004,GO:0004386,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006725,GO:0006807,GO:0008026,GO:0008150,GO:0008152,GO:0008186,GO:0009987,GO:0010501,GO:0016070,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0034641,GO:0042623,GO:0043170,GO:0044237,GO:0044238,GO:0044424,GO:0044464,GO:0046483,GO:0070035,GO:0071704,GO:0090304,GO:0140098,GO:1901360 ko:K06877 ko00000 Bacillus 1TSPA@1239,1ZDM5@1386,4H9T2@91061,COG1111@1,COG1111@2,COG1205@1,COG1205@2 NA|NA|NA L COG1205 Distinct helicase family with a unique C-terminal domain including a metal-binding cysteine cluster -BSU_22230 224308.BSU22230 3.2e-81 307.8 Bacillus ypqE ko:K02777 ko00010,ko00500,ko00520,ko02026,ko02060,ko05111,map00010,map00500,map00520,map02026,map02060,map05111 M00265,M00266,M00268,M00270,M00272,M00303,M00806 R02738,R02780,R04111,R04394,R05132,R08559 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.1 Bacillus 1VAEB@1239,1ZG91@1386,4HIPR@91061,COG2190@1,COG2190@2 NA|NA|NA G COG2190 Phosphotransferase system IIA components -BSU_22240 224308.BSU22240 1.5e-71 275.4 Bacteria Bacillus COG0071@1,COG0071@2 NA|NA|NA O Belongs to the small heat shock protein (HSP20) family -BSU_22250 224308.BSU22250 2e-48 198.4 Bacillus yppG Bacillus 1U5F9@1239,1ZJ7A@1386,29NR8@1,309P6@2,4IF6W@91061 NA|NA|NA S YppG-like protein -BSU_22270 1196324.A374_03644 3.3e-11 74.7 Bacilli Bacillus 1VIES@1239,2C8E7@1,32RKZ@2,4HP5S@91061 NA|NA|NA S Bacterial domain of unknown function (DUF1798) -BSU_22300 224308.BSU22300 4.4e-188 663.7 Bacillus yppC Bacillus 1TT1H@1239,1ZCHW@1386,28MSG@1,2ZB0U@2,4HBNQ@91061 NA|NA|NA S Protein of unknown function (DUF2515) -BSU_22310 224308.BSU22310 2.1e-114 418.3 Bacillus recU GO:0006139,GO:0006259,GO:0006281,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009987,GO:0033554,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:1901360 ko:K03700 ko00000,ko03400 Bacillus 1V3S4@1239,1ZCV9@1386,4HGZ7@91061,COG3331@1,COG3331@2 NA|NA|NA L Endonuclease that resolves Holliday junction intermediates in genetic recombination. Cleaves mobile four-strand junctions by introducing symmetrical nicks in paired strands. Promotes annealing of linear ssDNA with homologous dsDNA. Required for DNA repair, homologous recombination and chromosome segregation -BSU_22320 224308.BSU22320 0.0 1527.7 Bacillus ponA 2.4.1.129,3.4.16.4 ko:K05366 ko00550,ko01100,ko01501,map00550,map01100,map01501 ko00000,ko00001,ko01000,ko01003,ko01011 GT51 Bacillus 1TPM5@1239,1ZAXY@1386,4H9SA@91061,COG0744@1,COG0744@2,COG4499@1,COG4499@2 NA|NA|NA M penicillin-binding protein -BSU_22330 224308.BSU22330 1e-92 345.9 Bacillus ypoC Bacillus 1VKVK@1239,1ZITC@1386,2EGVD@1,33AMM@2,4HRYS@91061 NA|NA|NA -BSU_22340 224308.BSU22340 3.7e-122 444.1 Bacillus nth 4.2.99.18 ko:K10773 ko03410,map03410 ko00000,ko00001,ko01000,ko03400 Bacillus 1TRAK@1239,1ZBJE@1386,4HATD@91061,COG0177@1,COG0177@2 NA|NA|NA L DNA repair enzyme that has both DNA N-glycosylase activity and AP-lyase activity. The DNA N-glycosylase activity releases various damaged pyrimidines from DNA by cleaving the N- glycosidic bond, leaving an AP (apurinic apyrimidinic) site. The AP-lyase activity cleaves the phosphodiester bond 3' to the AP site by a beta-elimination, leaving a 3'-terminal unsaturated sugar and a product with a terminal 5'-phosphate -BSU_22350 224308.BSU22350 9.7e-129 466.1 Bacillus dnaD ko:K02086 ko00000 Bacillus 1V283@1239,1ZC34@1386,4HFP3@91061,COG3935@1,COG3935@2 NA|NA|NA L DNA replication protein DnaD -BSU_22360 224308.BSU22360 9.8e-252 875.5 Bacillus asnS 6.1.1.22 ko:K01893 ko00970,map00970 M00359,M00360 R03648 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TP38@1239,1ZC51@1386,4H9YH@91061,COG0017@1,COG0017@2 NA|NA|NA J asparaginyl-tRNA -BSU_22370 224308.BSU22370 2.6e-222 777.7 Bacillus aspB 2.6.1.1 ko:K00812 ko00220,ko00250,ko00270,ko00330,ko00350,ko00360,ko00400,ko00401,ko00950,ko00960,ko01100,ko01110,ko01130,ko01210,ko01230,map00220,map00250,map00270,map00330,map00350,map00360,map00400,map00401,map00950,map00960,map01100,map01110,map01130,map01210,map01230 R00355,R00694,R00734,R00896,R02433,R02619,R05052 RC00006 ko00000,ko00001,ko01000,ko01007 Bacillus 1TP0J@1239,1ZCMB@1386,4HA13@91061,COG0436@1,COG0436@2 NA|NA|NA E Aminotransferase -BSU_22380 224308.BSU22380 5.8e-80 303.5 Bacillus ypmB Bacillus 1VA2H@1239,1ZFVJ@1386,4HNMM@91061,COG5353@1,COG5353@2 NA|NA|NA S protein conserved in bacteria -BSU_22390 1051501.AYTL01000030_gene2405 1.1e-22 111.7 Bacillus ypmA Bacillus 1VHMN@1239,1ZIUT@1386,2E85E@1,332IZ@2,4HPYR@91061 NA|NA|NA S Protein of unknown function (DUF4264) -BSU_22400 224308.BSU22400 0.0 1845.1 Bacillus dinG 3.6.4.12 ko:K03722 ko00000,ko01000,ko03400 Bacillus 1TQHQ@1239,1ZAWI@1386,4HB2Y@91061,COG0847@1,COG0847@2,COG1199@1,COG1199@2 NA|NA|NA L helicase involved in DNA repair and perhaps also replication -BSU_22410 224308.BSU22410 6e-64 250.0 Bacillus panD 4.1.1.11 ko:K01579 ko00410,ko00770,ko01100,ko01110,map00410,map00770,map01100,map01110 M00119 R00489 RC00299 ko00000,ko00001,ko00002,ko01000 Bacillus 1V6NQ@1239,1ZG9V@1386,4HIV1@91061,COG0853@1,COG0853@2 NA|NA|NA H Catalyzes the pyruvoyl-dependent decarboxylation of aspartate to produce beta-alanine -BSU_22420 224308.BSU22420 2.1e-157 561.6 Bacillus panC GO:0003674,GO:0003824,GO:0004592,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006573,GO:0006575,GO:0006732,GO:0006766,GO:0006767,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009081,GO:0009108,GO:0009110,GO:0009987,GO:0015939,GO:0015940,GO:0016053,GO:0016874,GO:0016879,GO:0016881,GO:0019752,GO:0032787,GO:0033317,GO:0034641,GO:0042364,GO:0042398,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0051186,GO:0051188,GO:0071704,GO:0072330,GO:1901564,GO:1901566,GO:1901576,GO:1901605 6.3.2.1 ko:K01918 ko00410,ko00770,ko01100,ko01110,map00410,map00770,map01100,map01110 M00119 R02473 RC00096,RC00141 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP7A@1239,1ZAV5@1386,4HAIQ@91061,COG0414@1,COG0414@2 NA|NA|NA H Catalyzes the condensation of pantoate with beta-alanine in an ATP-dependent reaction via a pantoyl-adenylate intermediate -BSU_22430 224308.BSU22430 2.4e-150 538.1 Bacillus panB 2.1.2.11 ko:K00606 ko00770,ko01100,ko01110,map00770,map01100,map01110 M00119 R01226 RC00022,RC00200 ko00000,ko00001,ko00002,ko01000 iYO844.BSU22430 Bacillus 1TPZA@1239,1ZAWV@1386,4H9S8@91061,COG0413@1,COG0413@2 NA|NA|NA H Catalyzes the reversible reaction in which hydroxymethyl group from 5,10-methylenetetrahydrofolate is transferred onto alpha-ketoisovalerate to form ketopantoate -BSU_22440 224308.BSU22440 1.5e-183 648.7 Bacillus birA 6.3.4.15 ko:K03524 ko00780,ko01100,map00780,map01100 R01074,R05145 RC00043,RC00070,RC00096,RC02896 ko00000,ko00001,ko01000,ko03000 Bacillus 1TQCU@1239,1ZBI9@1386,4HB60@91061,COG0340@1,COG0340@2,COG1654@1,COG1654@2 NA|NA|NA K Acts both as a biotin-- acetyl-CoA-carboxylase ligase and a repressor -BSU_22450 224308.BSU22450 7.5e-222 776.2 Bacillus cca 2.7.7.72 ko:K00974 ko03013,map03013 R09382,R09383,R09384,R09386 RC00078 ko00000,ko00001,ko01000,ko03016 Bacillus 1TQ2A@1239,1ZC20@1386,4HB2W@91061,COG0617@1,COG0617@2 NA|NA|NA J Catalyzes the addition and repair of the essential 3'- terminal CCA sequence in tRNAs without using a nucleic acid template. Adds these three nucleotides in the order of C, C, and A to the tRNA nucleotide-73, using CTP and ATP as substrates and producing inorganic pyrophosphate -BSU_22460 224308.BSU22460 8.2e-210 736.1 Bacillus bshA GO:0003674,GO:0003824,GO:0016740,GO:0016757 ko:K00754 ko00000,ko01000 GT4 Bacillus 1TPS8@1239,1ZASJ@1386,4HA43@91061,COG0438@1,COG0438@2 NA|NA|NA M N-acetyl-alpha-D-glucosaminyl L-malate synthase -BSU_22470 224308.BSU22470 1.2e-129 469.2 Bacillus bshB1 ko:K01463 ko00000,ko01000 Bacillus 1TV10@1239,1ZAZI@1386,4HFJQ@91061,COG2120@1,COG2120@2 NA|NA|NA S proteins, LmbE homologs -BSU_22480 224308.BSU22480 1.1e-71 275.8 Bacillus mgsA GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006081,GO:0008150,GO:0008152,GO:0008929,GO:0009058,GO:0009438,GO:0009987,GO:0016829,GO:0016835,GO:0016838,GO:0019242,GO:0042180,GO:0042181,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046184,GO:0071704,GO:1901576 4.2.3.3 ko:K01734 ko00640,ko01120,map00640,map01120 R01016 RC00424 ko00000,ko00001,ko01000 Bacillus 1V3KQ@1239,1ZGAF@1386,4HH64@91061,COG1803@1,COG1803@2 NA|NA|NA G methylglyoxal synthase -BSU_22490 224308.BSU22490 1.1e-147 529.3 Bacillus dapB GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0008839,GO:0009058,GO:0009987,GO:0016053,GO:0016491,GO:0016627,GO:0016628,GO:0019752,GO:0019877,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046451,GO:0055114,GO:0071704,GO:1901564,GO:1901566,GO:1901576 1.17.1.8 ko:K00215 ko00261,ko00300,ko01100,ko01110,ko01120,ko01130,ko01230,map00261,map00300,map01100,map01110,map01120,map01130,map01230 M00016,M00525,M00526,M00527 R04198,R04199 RC00478 ko00000,ko00001,ko00002,ko01000 iYO844.BSU22490 Bacillus 1TR9D@1239,1ZAWD@1386,4HA5X@91061,COG0289@1,COG0289@2 NA|NA|NA E Catalyzes the conversion of 4-hydroxy- tetrahydrodipicolinate (HTPA) to tetrahydrodipicolinate -BSU_22500 224308.BSU22500 5.2e-56 223.4 Bacillus ypjD Bacillus 1V701@1239,1ZH1U@1386,4HISK@91061,COG1694@1,COG1694@2 NA|NA|NA S Nucleotide pyrophosphohydrolase -BSU_22510 224308.BSU22510 1.4e-156 558.9 Bacillus ypjC Bacillus 1TRAU@1239,1ZBUC@1386,4H9UY@91061,COG1284@1,COG1284@2 NA|NA|NA S Uncharacterized protein conserved in bacteria (DUF2179) -BSU_22520 224308.BSU22520 1e-142 512.7 Bacillus ypjB Bacillus 1V1HS@1239,1ZANV@1386,28RMR@1,2ZE0H@2,4HFRG@91061 NA|NA|NA S sporulation protein -BSU_22530 224308.BSU22530 4.6e-97 360.5 Bacillus ypjA Bacillus 1V1NI@1239,1ZFJF@1386,4HFTW@91061,COG4347@1,COG4347@2 NA|NA|NA S membrane -BSU_22540 224308.BSU22540 2.5e-146 524.6 Bacillus qcrC ko:K03888 ko00190,ko01100,map00190,map01100 M00151 ko00000,ko00001,ko00002 Bacillus 1TRS8@1239,1ZCZW@1386,4H9XH@91061,COG1290@1,COG1290@2,COG2010@1,COG2010@2 NA|NA|NA C Menaquinol-cytochrome c reductase cytochrome b c subunit -BSU_22550 1051501.AYTL01000030_gene2421 8.8e-127 459.5 Bacillus qcrB ko:K03887 ko00190,ko01100,map00190,map01100 M00151 ko00000,ko00001,ko00002 Bacillus 1TP6M@1239,1ZB3U@1386,4H9XV@91061,COG1290@1,COG1290@2 NA|NA|NA C COG1290 Cytochrome b subunit of the bc complex -BSU_22560 224308.BSU22560 1.6e-96 358.6 Bacillus qcrA ko:K03886 ko00190,ko01100,map00190,map01100 M00151 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQUH@1239,1ZFNX@1386,4HBX1@91061,COG0723@1,COG0723@2 NA|NA|NA C Menaquinol-cytochrome c reductase -BSU_22570 224308.BSU22570 1.4e-77 295.4 Bacillus ypiF Bacillus 1VBS0@1239,1ZI4R@1386,2CSPZ@1,32SRK@2,4HKXQ@91061 NA|NA|NA S Protein of unknown function (DUF2487) -BSU_22580 224308.BSU22580 4.7e-99 367.1 Bacillus ypiB Bacillus 1V5KV@1239,1ZB4J@1386,4HEE0@91061,COG5582@1,COG5582@2 NA|NA|NA S Belongs to the UPF0302 family -BSU_22590 224308.BSU22590 7e-234 816.2 Bacillus ypiA Bacillus 1TT97@1239,1ZAZM@1386,4HAIA@91061,COG0457@1,COG0457@2 NA|NA|NA S COG0457 FOG TPR repeat -BSU_22600 224308.BSU22600 1.5e-236 825.1 Bacillus aroA GO:0003674,GO:0003824,GO:0003866,GO:0006082,GO:0008150,GO:0008152,GO:0009058,GO:0009423,GO:0009987,GO:0016053,GO:0016740,GO:0016765,GO:0019752,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0046417,GO:0071704,GO:1901576 2.5.1.19 ko:K00800 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00022 R03460 RC00350 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPIH@1239,1ZBP0@1386,4HBHZ@91061,COG0128@1,COG0128@2 NA|NA|NA E Catalyzes the transfer of the enolpyruvyl moiety of phosphoenolpyruvate (PEP) to the 5-hydroxyl of shikimate-3- phosphate (S3P) to produce enolpyruvyl shikimate-3-phosphate and inorganic phosphate -BSU_22610 224308.BSU22610 2e-208 731.5 Bacillus tyrA GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0006082,GO:0006520,GO:0006570,GO:0006571,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0008977,GO:0009058,GO:0009072,GO:0009073,GO:0009095,GO:0009987,GO:0016053,GO:0016491,GO:0016627,GO:0016628,GO:0019438,GO:0019752,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0048037,GO:0050662,GO:0051287,GO:0055114,GO:0070403,GO:0071704,GO:0097159,GO:1901265,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.3.1.12 ko:K04517 ko00400,ko00401,ko01100,ko01110,ko01130,ko01230,map00400,map00401,map01100,map01110,map01130,map01230 M00025 R01728 RC00125 ko00000,ko00001,ko00002,ko01000 iYO844.BSU22610 Bacillus 1TPXG@1239,1ZBVZ@1386,4HBI4@91061,COG0287@1,COG0287@2 NA|NA|NA E prephenate dehydrogenase -BSU_22620 224308.BSU22620 4.9e-204 716.8 Bacillus hisC 2.6.1.9 ko:K00817 ko00340,ko00350,ko00360,ko00400,ko00401,ko00960,ko01100,ko01110,ko01130,ko01230,map00340,map00350,map00360,map00400,map00401,map00960,map01100,map01110,map01130,map01230 M00026 R00694,R00734,R03243 RC00006,RC00888 ko00000,ko00001,ko00002,ko01000,ko01007 Bacillus 1TPUV@1239,1ZBYJ@1386,4HA1H@91061,COG0079@1,COG0079@2 NA|NA|NA E Belongs to the class-II pyridoxal-phosphate-dependent aminotransferase family. Histidinol-phosphate aminotransferase subfamily -BSU_22630 224308.BSU22630 9.4e-144 516.2 Bacillus trpA 4.2.1.20 ko:K01695 ko00260,ko00400,ko01100,ko01110,ko01130,ko01230,map00260,map00400,map01100,map01110,map01130,map01230 M00023 R00674,R02340,R02722 RC00209,RC00210,RC00700,RC00701,RC02868 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPXA@1239,1ZC5U@1386,4HFQ8@91061,COG0159@1,COG0159@2 NA|NA|NA E The alpha subunit is responsible for the aldol cleavage of indoleglycerol phosphate to indole and glyceraldehyde 3- phosphate -BSU_22640 224308.BSU22640 6.8e-231 806.2 Bacillus trpB GO:0000162,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006568,GO:0006576,GO:0006586,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009308,GO:0009309,GO:0009987,GO:0016053,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0042401,GO:0042430,GO:0042435,GO:0043436,GO:0044106,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046219,GO:0046394,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 4.2.1.20,5.3.1.24 ko:K01696,ko:K01817 ko00260,ko00400,ko01100,ko01110,ko01130,ko01230,map00260,map00400,map01100,map01110,map01130,map01230 M00023 R00674,R02340,R02722,R03509 RC00209,RC00210,RC00700,RC00701,RC00945,RC02868 ko00000,ko00001,ko00002,ko01000 iYO844.BSU22640 Bacillus 1TPI3@1239,1ZCBT@1386,4H9WC@91061,COG0133@1,COG0133@2 NA|NA|NA E The beta subunit is responsible for the synthesis of L- tryptophan from indole and L-serine -BSU_22650 224308.BSU22650 1.1e-118 432.6 Bacillus trpF 5.3.1.24 ko:K01817 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00023 R03509 RC00945 ko00000,ko00001,ko00002,ko01000 Bacillus 1V6Y0@1239,1ZGH8@1386,4HJ7Y@91061,COG0135@1,COG0135@2 NA|NA|NA E Belongs to the TrpF family -BSU_22660 1051501.AYTL01000030_gene2432 4.4e-111 407.5 Bacillus trpC 4.1.1.48 ko:K01609 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00023 R03508 RC00944 ko00000,ko00001,ko00002,ko01000 Bacillus 1TR94@1239,1ZD63@1386,4HDZQ@91061,COG0134@1,COG0134@2 NA|NA|NA E Belongs to the TrpC family -BSU_22670 224308.BSU22670 2.1e-180 638.3 Bacillus trpD GO:0000162,GO:0003674,GO:0003824,GO:0004048,GO:0004425,GO:0006082,GO:0006520,GO:0006568,GO:0006576,GO:0006586,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009308,GO:0009309,GO:0009987,GO:0016053,GO:0016740,GO:0016757,GO:0016763,GO:0016829,GO:0016830,GO:0016831,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0042401,GO:0042430,GO:0042435,GO:0043436,GO:0044106,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0046219,GO:0046394,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.4.2.18 ko:K00766 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00023 R01073 RC00440 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP8U@1239,1ZBZ1@1386,4H9KQ@91061,COG0547@1,COG0547@2 NA|NA|NA E Catalyzes the transfer of the phosphoribosyl group of 5- phosphorylribose-1-pyrophosphate (PRPP) to anthranilate to yield N-(5'-phosphoribosyl)-anthranilate (PRA) -BSU_22680 224308.BSU22680 1.1e-294 1018.5 Bacillus trpE GO:0000162,GO:0003674,GO:0003824,GO:0004049,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005950,GO:0006082,GO:0006520,GO:0006568,GO:0006576,GO:0006586,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009308,GO:0009309,GO:0009987,GO:0016053,GO:0016829,GO:0016830,GO:0016833,GO:0018130,GO:0019438,GO:0019752,GO:0032991,GO:0034641,GO:0042401,GO:0042430,GO:0042435,GO:0043436,GO:0044106,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046219,GO:0046394,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1902494 4.1.3.27 ko:K01657 ko00400,ko00405,ko01100,ko01110,ko01130,ko01230,ko02024,ko02025,map00400,map00405,map01100,map01110,map01130,map01230,map02024,map02025 M00023 R00985,R00986 RC00010,RC02148,RC02414 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQAP@1239,1ZARE@1386,4HB31@91061,COG0147@1,COG0147@2 NA|NA|NA EH Part of a heterotetrameric complex that catalyzes the two-step biosynthesis of anthranilate, an intermediate in the biosynthesis of L-tryptophan. In the first step, the glutamine- binding beta subunit (TrpG) of anthranilate synthase (AS) provides the glutamine amidotransferase activity which generates ammonia as a substrate that, along with chorismate, is used in the second step, catalyzed by the large alpha subunit of AS (TrpE) to produce anthranilate. In the absence of TrpG, TrpE can synthesize anthranilate directly from chorismate and high concentrations of ammonia -BSU_22690 224308.BSU22690 1e-63 249.2 Bacillus aroH GO:0003674,GO:0003824,GO:0004106,GO:0006082,GO:0008150,GO:0008152,GO:0009987,GO:0016853,GO:0016866,GO:0019752,GO:0043436,GO:0043648,GO:0044237,GO:0044281,GO:0046417,GO:0071704 5.4.99.5 ko:K06208 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00024,M00025 R01715 RC03116 ko00000,ko00001,ko00002,ko01000 Bacillus 1VAID@1239,1ZH0S@1386,4HKTN@91061,COG4401@1,COG4401@2 NA|NA|NA E Catalyzes the Claisen rearrangement of chorismate to prephenate. Probably involved in the aromatic amino acid biosynthesis -BSU_22700 224308.BSU22700 1.4e-206 725.3 Bacillus aroB 4.2.3.4 ko:K01735 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00022 R03083 RC00847 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPKZ@1239,1ZC9C@1386,4HAKN@91061,COG0337@1,COG0337@2 NA|NA|NA E Catalyzes the conversion of 3-deoxy-D-arabino- heptulosonate 7-phosphate (DAHP) to dehydroquinate (DHQ) -BSU_22710 224308.BSU22710 9.3e-217 759.2 Bacillus aroC GO:0000166,GO:0003674,GO:0003824,GO:0004107,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009423,GO:0009987,GO:0010181,GO:0016053,GO:0016829,GO:0016835,GO:0016838,GO:0019438,GO:0019752,GO:0032553,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046417,GO:0048037,GO:0050662,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576 4.2.3.5 ko:K01736 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00022 R01714 RC00586 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ40@1239,1ZB2N@1386,4HA0H@91061,COG0082@1,COG0082@2 NA|NA|NA E Catalyzes the anti-1,4-elimination of the C-3 phosphate and the C-6 proR hydrogen from 5-enolpyruvylshikimate-3-phosphate (EPSP) to yield chorismate, which is the branch point compound that serves as the starting substrate for the three terminal pathways of aromatic amino acid biosynthesis. This reaction introduces a second double bond into the aromatic ring system -BSU_22720 224308.BSU22720 5e-142 510.4 Bacillus cheR 2.1.1.80 ko:K00575 ko02020,ko02030,map02020,map02030 ko00000,ko00001,ko01000,ko02035 Bacillus 1TPD8@1239,1ZCKU@1386,4HAS1@91061,COG1352@1,COG1352@2 NA|NA|NA NT COG1352 Methylase of chemotaxis methyl-accepting proteins -BSU_22730 224308.BSU22730 5.4e-80 303.5 Bacillus ndk GO:0003674,GO:0003824,GO:0004550,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006163,GO:0006165,GO:0006220,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009117,GO:0009132,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0019205,GO:0019637,GO:0034641,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0046483,GO:0046939,GO:0055086,GO:0071704,GO:0072521,GO:0072527,GO:1901360,GO:1901564 2.7.4.6 ko:K00940 ko00230,ko00240,ko00983,ko01100,ko01110,ko01130,ko04016,map00230,map00240,map00983,map01100,map01110,map01130,map04016 M00049,M00050,M00052,M00053 R00124,R00139,R00156,R00330,R00570,R00722,R01137,R01857,R02093,R02326,R02331,R03530,R11894,R11895 RC00002 ko00000,ko00001,ko00002,ko01000,ko04131 Bacillus 1V44G@1239,1ZFJ7@1386,4HH8C@91061,COG0105@1,COG0105@2 NA|NA|NA F Major role in the synthesis of nucleoside triphosphates other than ATP. The ATP gamma phosphate is transferred to the NDP beta phosphate via a ping-pong mechanism, using a phosphorylated active-site intermediate -BSU_22740 224308.BSU22740 7.6e-194 682.9 Bacillus hepT GO:0003674,GO:0003824,GO:0006732,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009233,GO:0009234,GO:0009987,GO:0016740,GO:0016765,GO:0042180,GO:0042181,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0051186,GO:0051188,GO:0071704,GO:1901576,GO:1901661,GO:1901663 2.5.1.30 ko:K00805 ko00900,ko01110,map00900,map01110 R09247 RC00279 ko00000,ko00001,ko01000,ko01006 Bacillus 1TR0U@1239,1ZAZ7@1386,4H9RH@91061,COG0142@1,COG0142@2 NA|NA|NA H Belongs to the FPP GGPP synthase family -BSU_22750 224308.BSU22750 1.5e-132 478.8 Bacillus menG GO:0003674,GO:0003824,GO:0006732,GO:0008150,GO:0008152,GO:0008168,GO:0009058,GO:0009108,GO:0009233,GO:0009234,GO:0009987,GO:0016740,GO:0016741,GO:0032259,GO:0042180,GO:0042181,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0051186,GO:0051188,GO:0071704,GO:1901576,GO:1901661,GO:1901663 2.1.1.163,2.1.1.201 ko:K03183 ko00130,ko01100,ko01110,map00130,map01100,map01110 M00116,M00117 R04990,R04993,R06859,R08774,R09736 RC00003,RC01253,RC01662 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQEA@1239,1ZB6U@1386,4HAR9@91061,COG0500@1,COG2226@2 NA|NA|NA H Methyltransferase required for the conversion of demethylmenaquinol (DMKH2) to menaquinol (MKH2) -BSU_22760 224308.BSU22760 9.5e-138 496.1 Bacillus hepS GO:0003674,GO:0003824,GO:0006732,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009233,GO:0009234,GO:0009987,GO:0016740,GO:0016765,GO:0042180,GO:0042181,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0051186,GO:0051188,GO:0071704,GO:1901576,GO:1901661,GO:1901663 2.5.1.30 ko:K00805 ko00900,ko01110,map00900,map01110 R09247 RC00279 ko00000,ko00001,ko01000,ko01006 Bacillus 1V1TG@1239,1ZQJT@1386,4HFY5@91061,COG0142@1,COG0142@2 NA|NA|NA H Heptaprenyl diphosphate synthase (HEPPP synthase) subunit 1 -BSU_22770 224308.BSU22770 3.8e-34 150.2 Bacillus mtrB ko:K06285 ko00000,ko03000 Bacillus 1VF84@1239,1ZHX6@1386,2E4ES@1,32Z9Y@2,4HNYS@91061 NA|NA|NA K Required for transcription attenuation control in the Trp operon. This trans-acting factor seems to recognize a 10 bases nucleotide sequence in the Trp leader transcript causing transcription termination. Binds the leader RNA only in presence of L-tryptophan -BSU_22780 224308.BSU22780 1.2e-100 372.5 Bacillus folE GO:0000166,GO:0001882,GO:0001883,GO:0003674,GO:0003824,GO:0003933,GO:0003934,GO:0005488,GO:0005525,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006066,GO:0006725,GO:0006729,GO:0006732,GO:0006807,GO:0008150,GO:0008152,GO:0008270,GO:0009058,GO:0009108,GO:0009987,GO:0016787,GO:0016810,GO:0016814,GO:0017076,GO:0017144,GO:0018130,GO:0019001,GO:0019238,GO:0019438,GO:0019751,GO:0032549,GO:0032550,GO:0032553,GO:0032555,GO:0032561,GO:0034311,GO:0034312,GO:0034641,GO:0035639,GO:0036094,GO:0042558,GO:0042559,GO:0043167,GO:0043168,GO:0043169,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046146,GO:0046165,GO:0046173,GO:0046483,GO:0046872,GO:0046914,GO:0051186,GO:0051188,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901615,GO:1901617 3.5.4.16 ko:K01495 ko00790,ko01100,map00790,map01100 M00126,M00841,M00842,M00843 R00428,R04639,R05046,R05048 RC00263,RC00294,RC00323,RC00945,RC01188 ko00000,ko00001,ko00002,ko01000 Bacillus 1TRNM@1239,1ZAZD@1386,4HAXS@91061,COG0302@1,COG0302@2 NA|NA|NA H GTP cyclohydrolase -BSU_22790 1051501.AYTL01000030_gene2445 1e-41 175.6 Bacillus hbs GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0009889,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2001141 ko:K03530 ko00000,ko03032,ko03036,ko03400 Bacillus 1V9XQ@1239,1ZH48@1386,4HKF2@91061,COG0776@1,COG0776@2 NA|NA|NA L Histone-like DNA-binding protein which is capable of wrapping DNA to stabilize it, and thus to prevent its denaturation under extreme environmental conditions -BSU_22800 224308.BSU22800 6.3e-279 966.1 Bacillus spoIVA GO:0000166,GO:0000270,GO:0003674,GO:0003824,GO:0005488,GO:0005524,GO:0005575,GO:0005618,GO:0005623,GO:0006022,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0009653,GO:0009847,GO:0009987,GO:0010927,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0022607,GO:0030154,GO:0030203,GO:0030312,GO:0030435,GO:0030554,GO:0031160,GO:0032502,GO:0032553,GO:0032555,GO:0032559,GO:0032989,GO:0034622,GO:0035639,GO:0036094,GO:0042244,GO:0042546,GO:0042601,GO:0042763,GO:0043167,GO:0043168,GO:0043170,GO:0043591,GO:0043595,GO:0043933,GO:0043934,GO:0044085,GO:0044426,GO:0044462,GO:0044464,GO:0045229,GO:0048646,GO:0048856,GO:0048869,GO:0051258,GO:0051259,GO:0065003,GO:0070499,GO:0070590,GO:0070726,GO:0071554,GO:0071555,GO:0071704,GO:0071840,GO:0071944,GO:0097159,GO:0097367,GO:1901135,GO:1901265,GO:1901363,GO:1901564 ko:K06398 ko00000 Bacillus 1TPPG@1239,1ZBNH@1386,4HBH1@91061,COG0699@1,COG0699@2 NA|NA|NA S ATPase. Has a role at an early stage in the morphogenesis of the spore coat -BSU_22810 224308.BSU22810 9.2e-138 496.1 Bacillus yphF Bacillus 1V177@1239,1ZCRV@1386,28J08@1,2Z8XG@2,4HCWC@91061 NA|NA|NA -BSU_22820 1274524.BSONL12_01907 2.6e-18 97.4 Bacillus Bacillus 1VMUI@1239,1ZJ2B@1386,2EJSH@1,33DH6@2,4HS5M@91061 NA|NA|NA S Protein of unknown function (DUF2768) -BSU_22830 224308.BSU22830 3.9e-190 670.6 Bacillus gpsA GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0016491,GO:0016614,GO:0016616,GO:0047952,GO:0055114 1.1.1.94 ko:K00057 ko00564,ko01110,map00564,map01110 R00842,R00844 RC00029 ko00000,ko00001,ko01000 Bacillus 1TQ5P@1239,1ZCHQ@1386,4HAXW@91061,COG0240@1,COG0240@2 NA|NA|NA I Glycerol-3-phosphate dehydrogenase -BSU_22840 224308.BSU22840 6.7e-248 862.8 Bacillus der ko:K03977 ko00000,ko03009 Bacillus 1TPNM@1239,1ZAUP@1386,4HAJ6@91061,COG1160@1,COG1160@2 NA|NA|NA S GTPase that plays an essential role in the late steps of ribosome biogenesis -BSU_22849 224308.BSU22849 2.7e-28 130.6 Bacillus ypzH Bacillus 1VGKE@1239,1ZIU7@1386,2E5GX@1,3308G@2,4HPSE@91061 NA|NA|NA -BSU_22850 224308.BSU22850 4.2e-161 573.9 Bacillus yphB ko:K05739 ko00000 Bacillus 1TPCJ@1239,1ZBT4@1386,28IBV@1,2Z8EA@2,4HB3C@91061 NA|NA|NA S YIEGIA protein -BSU_22860 224308.BSU22860 3e-102 377.9 Bacilli Bacillus 1VDHE@1239,2C369@1,32TN5@2,4HN2A@91061 NA|NA|NA -BSU_22869 1196324.A374_03349 1.7e-07 60.8 Bacilli Bacillus 1VM1E@1239,2EHPS@1,33BFI@2,4HS3S@91061 NA|NA|NA S YpzI-like protein -BSU_22870 224308.BSU22870 6.9e-187 659.8 Bacillus fni GO:0003674,GO:0003824,GO:0004452,GO:0006629,GO:0006720,GO:0008150,GO:0008152,GO:0008299,GO:0008610,GO:0009058,GO:0009987,GO:0016853,GO:0016860,GO:0016863,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0071704,GO:1901576 5.3.3.2 ko:K01823 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00095,M00096,M00364,M00365,M00366,M00367 R01123 RC00455 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQZ3@1239,1ZCXC@1386,4HAMV@91061,COG1304@1,COG1304@2 NA|NA|NA C Involved in the biosynthesis of isoprenoids. Catalyzes the 1,3-allylic rearrangement of the homoallylic substrate isopentenyl (IPP) to its allylic isomer, dimethylallyl diphosphate (DMAPP) -BSU_22880 224308.BSU22880 7.3e-206 723.0 Bacillus rpsA ko:K02945 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1TQ9N@1239,1ZARR@1386,4H9PX@91061,COG0539@1,COG0539@2 NA|NA|NA J Ribosomal protein S1 -BSU_22890 224308.BSU22890 4.2e-113 414.1 Bacillus cmk GO:0003674,GO:0003824,GO:0004127,GO:0004592,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006520,GO:0006573,GO:0006575,GO:0006725,GO:0006732,GO:0006753,GO:0006766,GO:0006767,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009081,GO:0009108,GO:0009110,GO:0009117,GO:0009123,GO:0009165,GO:0009987,GO:0015939,GO:0015940,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0016874,GO:0016879,GO:0016881,GO:0018130,GO:0019205,GO:0019438,GO:0019637,GO:0019752,GO:0032787,GO:0033317,GO:0034641,GO:0034654,GO:0042364,GO:0042398,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0046939,GO:0046940,GO:0050145,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072330,GO:0090407,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605 2.7.4.25 ko:K00945 ko00240,ko01100,map00240,map01100 M00052 R00158,R00512,R01665 RC00002 ko00000,ko00001,ko00002,ko01000 Bacillus 1V3IA@1239,1ZBXZ@1386,4HFZE@91061,COG0283@1,COG0283@2 NA|NA|NA F Belongs to the cytidylate kinase family. Type 1 subfamily -BSU_22900 224308.BSU22900 3.1e-23 113.6 Bacillus Bacillus 1U5JI@1239,1ZK0C@1386,29NTG@1,309RK@2,4IFAC@91061 NA|NA|NA S Family of unknown function (DUF5359) -BSU_22910 224308.BSU22910 1.6e-112 412.1 Bacillus ypfA Bacillus 1V31U@1239,1ZCCG@1386,4HGFE@91061,COG5581@1,COG5581@2 NA|NA|NA M Flagellar protein YcgR -BSU_22920 224308.BSU22920 1.4e-253 881.7 Bacillus ypeB ko:K06313 ko00000 Bacillus 1TT9K@1239,1ZB4M@1386,4HBM9@91061,COG2959@1,COG2959@2 NA|NA|NA H sporulation protein -BSU_22930 224308.BSU22930 7.9e-155 553.1 Bacillus sleB GO:0005575,GO:0005623,GO:0042763,GO:0044464 3.5.1.28 ko:K01449 R04112 RC00064,RC00141 ko00000,ko01000 Bacillus 1TRFW@1239,1ZB40@1386,4HA2V@91061,COG3409@1,COG3409@2,COG3773@1,COG3773@2 NA|NA|NA M Spore cortex-lytic enzyme -BSU_22940 224308.BSU22940 1.7e-119 435.3 Bacillus prsW Bacillus 1UZGQ@1239,1ZBUQ@1386,4HCGD@91061,COG2339@1,COG2339@2 NA|NA|NA S Involved in the degradation of specific anti-sigma factors -BSU_22950 224308.BSU22950 2.8e-174 617.8 Bacillus ypdA 1.8.1.9 ko:K00384 ko00450,map00450 R02016,R03596,R09372 RC00013,RC02518,RC02873 ko00000,ko00001,ko01000 Bacillus 1TQGS@1239,1ZCBR@1386,4HBIS@91061,COG0492@1,COG0492@2 NA|NA|NA O COG0492 Thioredoxin reductase -BSU_22960 224308.BSU22960 1.2e-246 858.6 Bacillus gudB GO:0003674,GO:0003824,GO:0004352,GO:0004353,GO:0006082,GO:0006520,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016491,GO:0016638,GO:0016639,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0055114,GO:0071704,GO:1901564 1.4.1.2 ko:K00260 ko00220,ko00250,ko00430,ko00910,ko01100,map00220,map00250,map00430,map00910,map01100 R00243 RC00006,RC02799 ko00000,ko00001,ko01000 Bacillus 1TP45@1239,1ZAX4@1386,4HAEI@91061,COG0334@1,COG0334@2 NA|NA|NA E Belongs to the Glu Leu Phe Val dehydrogenases family -BSU_22970 224308.BSU22970 4.1e-104 384.0 Bacillus mecB GO:0007154,GO:0008150,GO:0009292,GO:0009294,GO:0009605,GO:0009987,GO:0009991,GO:0030420,GO:0031668,GO:0044764,GO:0050896,GO:0051704,GO:0051716,GO:0071496 ko:K16511 ko00000 Bacillus 1V1B7@1239,1ZF7G@1386,4HBM5@91061,COG4862@1,COG4862@2 NA|NA|NA NOT Enables the recognition and targeting of unfolded and aggregated proteins to the ClpC protease or to other proteins involved in proteolysis. Acts negatively in the development of competence by binding ComK and recruiting it to the ClpCP protease. When overexpressed, inhibits sporulation. Also involved in Spx degradation by ClpC -BSU_22980 224308.BSU22980 3e-147 527.7 Bacillus ypbG ko:K07098 ko00000 Bacillus 1V494@1239,1ZBFW@1386,4HH1B@91061,COG1408@1,COG1408@2 NA|NA|NA S Calcineurin-like phosphoesterase superfamily domain -BSU_22990 224308.BSU22990 4.8e-81 307.0 Bacillus ypbF Bacillus 1VK1A@1239,1ZC57@1386,2EENU@1,338GN@2,4HNX3@91061 NA|NA|NA S Protein of unknown function (DUF2663) -BSU_23000 224308.BSU23000 7.8e-81 307.0 Bacillus ypbE Bacillus 1V8A5@1239,1ZG8Q@1386,4HIV2@91061,COG1388@1,COG1388@2 NA|NA|NA M Lysin motif -BSU_23010 224308.BSU23010 5.9e-100 370.2 Bacillus ypbD ko:K07052 ko00000 Bacillus 1V4WK@1239,1ZEBP@1386,4HHKM@91061,COG1266@1,COG1266@2 NA|NA|NA S metal-dependent membrane protease -BSU_23020 224308.BSU23020 4.1e-286 989.9 Bacillus recQ GO:0003674,GO:0003676,GO:0003677,GO:0003678,GO:0003824,GO:0004003,GO:0004386,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005694,GO:0005737,GO:0006139,GO:0006259,GO:0006281,GO:0006310,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0006996,GO:0008026,GO:0008094,GO:0008150,GO:0008152,GO:0009295,GO:0009378,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0032392,GO:0032508,GO:0033554,GO:0034641,GO:0042623,GO:0043138,GO:0043140,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051276,GO:0051716,GO:0070035,GO:0071103,GO:0071704,GO:0071840,GO:0090304,GO:0097159,GO:0140097,GO:1901360,GO:1901363 3.6.4.12 ko:K03654 ko03018,map03018 ko00000,ko00001,ko01000,ko03400 Bacillus 1TPN5@1239,1ZB1X@1386,4H9QP@91061,COG0514@1,COG0514@2 NA|NA|NA L DNA helicase -BSU_23030 224308.BSU23030 6.5e-201 706.4 Bacillus ypbB Bacillus 1TQU9@1239,1ZDGR@1386,4HFUR@91061,COG4955@1,COG4955@2 NA|NA|NA S protein conserved in bacteria -BSU_23040 1051501.AYTL01000030_gene2472 7.8e-41 172.6 Bacillus fer GO:0003674,GO:0003824,GO:0005488,GO:0006091,GO:0008150,GO:0008152,GO:0009055,GO:0009987,GO:0016491,GO:0022900,GO:0044237,GO:0048037,GO:0051536,GO:0051539,GO:0051540,GO:0055114 ko:K05337 ko00000 Bacillus 1VAC2@1239,1ZHTS@1386,4HKG7@91061,COG1141@1,COG1141@2 NA|NA|NA C Ferredoxin -BSU_23050 224308.BSU23050 9.8e-87 326.2 Bacillus fmnP GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006855,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015238,GO:0015711,GO:0015893,GO:0016020,GO:0022857,GO:0032217,GO:0032218,GO:0034220,GO:0035461,GO:0042221,GO:0042493,GO:0044464,GO:0050896,GO:0051179,GO:0051180,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0090482,GO:0098656 Bacillus 1V4BW@1239,1ZG7K@1386,4HHFT@91061,COG3601@1,COG3601@2 NA|NA|NA U Mediates riboflavin uptake, may also transport FMN and roseoflavin. Probably a riboflavin-binding protein that interacts with the energy-coupling factor (ECF) ABC-transporter complex. Unlike classic ABC transporters this ECF transporter provides the energy necessary to transport a number of different substrates. The substrates themselves are bound by transmembrane, not extracytoplasmic soluble proteins -BSU_23070 224308.BSU23070 2.6e-294 1017.3 Bacillus serA 1.1.1.399,1.1.1.95 ko:K00058 ko00260,ko00680,ko01100,ko01120,ko01130,ko01200,ko01230,map00260,map00680,map01100,map01120,map01130,map01200,map01230 M00020 R01513 RC00031 ko00000,ko00001,ko00002,ko01000,ko04147 iYO844.BSU23070 Bacillus 1V410@1239,1ZDB3@1386,4H9PH@91061,COG0111@1,COG0111@2 NA|NA|NA E Belongs to the D-isomer specific 2-hydroxyacid dehydrogenase family -BSU_23080 224308.BSU23080 1.5e-135 488.8 Bacillus aroD 4.2.1.10 ko:K03785 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00022 R03084 RC00848 ko00000,ko00001,ko00002,ko01000 Bacillus 1TSPN@1239,1ZD9W@1386,4HDMG@91061,COG0710@1,COG0710@2 NA|NA|NA E Involved in the third step of the chorismate pathway, which leads to the biosynthesis of aromatic amino acids. Catalyzes the cis-dehydration of 3-dehydroquinate (DHQ) and introduces the first double bond of the aromatic ring to yield 3- dehydroshikimate -BSU_23090 224308.BSU23090 4e-201 707.2 Bacillus rsiX GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1VJ9Y@1239,1ZBUX@1386,2E6XT@1,331H4@2,4HPEM@91061 NA|NA|NA -BSU_23100 224308.BSU23100 5.9e-103 380.2 Bacillus sigX GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03088 ko00000,ko03021 Bacillus 1V4T2@1239,1ZEC7@1386,4HFZ0@91061,COG1595@1,COG1595@2 NA|NA|NA K Belongs to the sigma-70 factor family. ECF subfamily -BSU_23110 224308.BSU23110 0.0 1140.6 Bacillus resE 2.7.13.3 ko:K07651 ko02020,map02020 M00458 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1TQ1H@1239,1ZAQC@1386,4HBZ0@91061,COG5002@1,COG5002@2 NA|NA|NA T Histidine kinase -BSU_23120 224308.BSU23120 3.9e-133 480.7 Bacillus resD ko:K07775 ko02020,map02020 M00458 ko00000,ko00001,ko00002,ko02022 Bacillus 1TPZ0@1239,1ZC0F@1386,4HA7D@91061,COG0745@1,COG0745@2 NA|NA|NA T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain -BSU_23130 224308.BSU23130 6.7e-215 753.1 Bacillus resC GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008152,GO:0015886,GO:0016020,GO:0044464,GO:0051179,GO:0051181,GO:0051234,GO:0055114,GO:0071702,GO:0071705,GO:0071944,GO:1901678 Bacillus 1TQZ4@1239,1ZBH9@1386,4HA2N@91061,COG0755@1,COG0755@2 NA|NA|NA O 'COG0755 ABC-type transport system involved in cytochrome c biogenesis, permease component' -BSU_23140 224308.BSU23140 0.0 1095.1 Bacillus resB ko:K07399 ko00000 Bacillus 1TQ6C@1239,1ZBB3@1386,4HAFD@91061,COG1333@1,COG1333@2 NA|NA|NA O COG1333 ResB protein required for cytochrome c biosynthesis -BSU_23150 224308.BSU23150 2.1e-99 368.2 Bacillus resA GO:0008150,GO:0009987,GO:0016043,GO:0017004,GO:0022607,GO:0034622,GO:0043933,GO:0044085,GO:0065003,GO:0071840 Bacillus 1VAPY@1239,1ZCW1@1386,4HIQ3@91061,COG0526@1,COG0526@2 NA|NA|NA CO Thiol-disulfide oxidoreductase which is required in disulfide reduction during c-type cytochrome synthesis. May accept reducing equivalents from CcdA, leading to breakage of disulfide bonds in apocytochrome c -BSU_23160 224308.BSU23160 1.2e-132 479.2 Bacillus rluB GO:0000154,GO:0000455,GO:0001522,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009451,GO:0009982,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016853,GO:0016866,GO:0022613,GO:0031118,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0044085,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:1901360 5.4.99.22 ko:K06178 ko00000,ko01000,ko03009 Bacillus 1TP68@1239,1ZBNQ@1386,4H9MU@91061,COG1187@1,COG1187@2 NA|NA|NA J Belongs to the pseudouridine synthase RsuA family -BSU_23170 224308.BSU23170 3.2e-87 327.8 Bacillus spmB ko:K06374 ko00000 Bacillus 1V45M@1239,1ZFIY@1386,4HH1Y@91061,COG0700@1,COG0700@2 NA|NA|NA S Spore maturation protein -BSU_23180 224308.BSU23180 5.9e-103 380.2 Bacillus spmA ko:K06373 ko00000 Bacillus 1V1E2@1239,1ZBSV@1386,4HBTK@91061,COG2715@1,COG2715@2 NA|NA|NA S Spore maturation protein -BSU_23190 224308.BSU23190 2.1e-213 748.0 Bacillus dacB GO:0003674,GO:0003824,GO:0004175,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016787,GO:0019538,GO:0043170,GO:0044238,GO:0070011,GO:0071704,GO:0140096,GO:1901564 3.4.16.4 ko:K07258 ko00550,ko01100,map00550,map01100 ko00000,ko00001,ko01000,ko01002,ko01011 Bacillus 1TQ8M@1239,1ZBRQ@1386,4HAHH@91061,COG1686@1,COG1686@2 NA|NA|NA M Belongs to the peptidase S11 family -BSU_23200 224308.BSU23200 8.9e-98 362.8 Bacillus ypuI Bacillus 1V423@1239,1ZG69@1386,29P42@1,30A29@2,4HH8N@91061 NA|NA|NA S Protein of unknown function (DUF3907) -BSU_23210 224308.BSU23210 3.2e-104 384.4 Bacillus scpB ko:K06024 ko00000,ko03036 Bacillus 1V6HI@1239,1ZFNU@1386,4HIQ0@91061,COG1386@1,COG1386@2 NA|NA|NA D Participates in chromosomal partition during cell division. May act via the formation of a condensin-like complex containing Smc and ScpA that pull DNA away from mid-cell into both cell halves -BSU_23220 224308.BSU23220 5.6e-130 470.3 Bacillus scpA GO:0003674,GO:0005488,GO:0005515,GO:0042802 ko:K05896 ko00000,ko03036 Bacillus 1TRW3@1239,1ZDD6@1386,4HA6Q@91061,COG1354@1,COG1354@2 NA|NA|NA D Participates in chromosomal partition during cell division. May act via the formation of a condensin-like complex containing Smc and ScpB that pull DNA away from mid-cell into both cell halves -BSU_23230 224308.BSU23230 7.6e-94 349.7 Bacillus ypuF ko:K09763 ko00000 Bacillus 1V7AS@1239,1ZR7S@1386,4HI8I@91061,COG1547@1,COG1547@2 NA|NA|NA S Domain of unknown function (DUF309) -BSU_23240 1051501.AYTL01000030_gene2492 1e-63 249.2 Bacillus ribT ko:K02859 ko00000 Bacillus 1VAD7@1239,1ZHDK@1386,4HKR2@91061,COG0454@1,COG0456@2 NA|NA|NA K COG0454 Histone acetyltransferase HPA2 and related acetyltransferases -BSU_23250 1051501.AYTL01000030_gene2493 8.5e-81 306.2 Bacillus ribH GO:0000906,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006766,GO:0006767,GO:0006771,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009110,GO:0009231,GO:0009987,GO:0016740,GO:0016765,GO:0017144,GO:0018130,GO:0034641,GO:0042364,GO:0042726,GO:0042727,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.5.1.78 ko:K00794 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R04457 RC00960 ko00000,ko00001,ko00002,ko01000 Bacillus 1V1DA@1239,1ZFJ6@1386,4HFRA@91061,COG0054@1,COG0054@2 NA|NA|NA H Catalyzes the formation of 6,7-dimethyl-8- ribityllumazine by condensation of 5-amino-6-(D- ribitylamino)uracil with 3,4-dihydroxy-2-butanone 4-phosphate. This is the penultimate step in the biosynthesis of riboflavin -BSU_23260 224308.BSU23260 1.7e-229 801.6 Bacillus ribBA GO:0003674,GO:0003824,GO:0003933,GO:0003935,GO:0006766,GO:0006767,GO:0006771,GO:0006807,GO:0008150,GO:0008152,GO:0008686,GO:0009058,GO:0009110,GO:0009231,GO:0009987,GO:0016787,GO:0016810,GO:0016814,GO:0016829,GO:0016830,GO:0017144,GO:0018130,GO:0019238,GO:0034641,GO:0042364,GO:0042726,GO:0042727,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 3.5.4.25,4.1.99.12 ko:K14652 ko00740,ko00790,ko01100,ko01110,map00740,map00790,map01100,map01110 M00125,M00840 R00425,R07281 RC00293,RC01792,RC01815,RC02504 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPH9@1239,1ZBF9@1386,4H9PW@91061,COG0108@1,COG0108@2,COG0807@1,COG0807@2 NA|NA|NA H Catalyzes the conversion of D-ribulose 5-phosphate to formate and 3,4-dihydroxy-2-butanone 4-phosphate -BSU_23270 224308.BSU23270 2.5e-115 421.4 Bacillus ribE GO:0003674,GO:0003824,GO:0004746,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006766,GO:0006767,GO:0006771,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009110,GO:0009231,GO:0009987,GO:0016740,GO:0016765,GO:0017144,GO:0018130,GO:0034641,GO:0042364,GO:0042726,GO:0042727,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.5.1.9 ko:K00793 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R00066 RC00958,RC00960 ko00000,ko00001,ko00002,ko01000 iYO844.BSU23270 Bacillus 1V1EP@1239,1ZBB9@1386,4HC7B@91061,COG0307@1,COG0307@2 NA|NA|NA H Riboflavin synthase -BSU_23280 224308.BSU23280 2.2e-204 718.0 Bacillus ribD GO:0006139,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0016070,GO:0034641,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:1901360 1.1.1.193,3.5.4.26 ko:K11752 ko00740,ko01100,ko01110,ko02024,map00740,map01100,map01110,map02024 M00125 R03458,R03459 RC00204,RC00933 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP4F@1239,1ZBTJ@1386,4HBNA@91061,COG0117@1,COG0117@2,COG1985@1,COG1985@2 NA|NA|NA H Converts 2,5-diamino-6-(ribosylamino)-4(3h)-pyrimidinone 5'-phosphate into 5-amino-6-(ribosylamino)-2,4(1h,3h)- pyrimidinedione 5'-phosphate -BSU_23300 224308.BSU23300 1.3e-54 218.8 Bacillus ypuD Bacillus 1UAS0@1239,1ZJ5R@1386,29RI8@1,30D34@2,4IM4U@91061 NA|NA|NA -BSU_23310 224308.BSU23310 6.8e-101 373.2 Bacillus sipT GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.4.21.89 ko:K03100 ko02024,ko03060,map02024,map03060 ko00000,ko00001,ko01000,ko01002 Bacillus 1V2BJ@1239,1ZGNJ@1386,4HGCB@91061,COG0681@1,COG0681@2 NA|NA|NA U Belongs to the peptidase S26 family -BSU_23328 224308.BSU23328 3.8e-33 146.7 Bacillus ko:K07069 ko00000 Bacillus 1VEIV@1239,1ZJ32@1386,4HNP6@91061,COG3478@1,COG3478@2 NA|NA|NA S nucleic-acid-binding protein containing a Zn-ribbon domain -BSU_23330 1033734.CAET01000058_gene1901 4e-12 77.4 Bacillus Bacillus 1UVK3@1239,1ZRI5@1386,4IPNP@91061,COG0586@1,COG0586@2 NA|NA|NA S SNARE associated Golgi protein -BSU_23360 1051501.AYTL01000030_gene2500 1.4e-80 305.4 Bacillus GO:0000413,GO:0003674,GO:0003755,GO:0003824,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016853,GO:0016859,GO:0018193,GO:0018208,GO:0019538,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:0140096,GO:1901564 5.2.1.8 ko:K03768 ko00000,ko01000,ko03110 Bacillus 1TRHW@1239,1ZFRG@1386,4HHA1@91061,COG0652@1,COG0652@2 NA|NA|NA O PPIases accelerate the folding of proteins. It catalyzes the cis-trans isomerization of proline imidic peptide bonds in oligopeptides -BSU_23370 224308.BSU23370 2.1e-149 535.0 Bacillus ypuA Bacillus 1TR2I@1239,1ZD5H@1386,4HBVZ@91061,COG4086@1,COG4086@2 NA|NA|NA S Secreted protein -BSU_23380 224308.BSU23380 6.7e-256 889.4 Bacillus lysA 4.1.1.20 ko:K01586 ko00300,ko01100,ko01110,ko01120,ko01130,ko01230,map00300,map01100,map01110,map01120,map01130,map01230 M00016,M00525,M00526,M00527 R00451 RC00299 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPE9@1239,1ZD43@1386,4H9XW@91061,COG0019@1,COG0019@2 NA|NA|NA E Specifically catalyzes the decarboxylation of meso- diaminopimelate (meso-DAP) to L-lysine -BSU_23390 224308.BSU23390 3.1e-273 947.2 Bacillus spoVAF ko:K06408 ko00000 Bacillus 1TP7K@1239,1ZB54@1386,4HBWN@91061,COG0697@1,COG0697@2 NA|NA|NA EG Stage V sporulation protein AF -BSU_23401 224308.BSU23401 1.8e-110 405.2 Bacillus ko:K06407 ko00000 Bacillus 1V3UB@1239,1ZR7J@1386,29419@1,2ZRG2@2,4HGP9@91061 NA|NA|NA S stage V sporulation protein -BSU_23402 224308.BSU23402 3.8e-57 227.3 Bacillus spoVAEB ko:K06407 ko00000 Bacillus 1V6SU@1239,1ZG67@1386,2ANER@1,315MJ@2,4HIW4@91061 NA|NA|NA S stage V sporulation protein -BSU_23410 224308.BSU23410 1.5e-191 675.2 Bacillus spoVAD GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0016020,GO:0030312,GO:0031160,GO:0044464,GO:0071944 ko:K06406 ko00000 Bacillus 1TPDE@1239,1ZAW8@1386,4H9W9@91061,COG0332@1,COG0332@2 NA|NA|NA I Stage V sporulation protein AD -BSU_23420 224308.BSU23420 3.9e-78 297.4 Bacillus spoVAC ko:K06405 ko00000 Bacillus 1V46U@1239,1ZFW2@1386,2ANER@1,31DDD@2,4HH0C@91061 NA|NA|NA S stage V sporulation protein AC -BSU_23430 224308.BSU23430 1.7e-67 261.9 Bacillus spoVAB ko:K06404 ko00000 Bacillus 1VFMI@1239,1ZGZY@1386,2AF43@1,3152T@2,4HIN3@91061 NA|NA|NA S Stage V sporulation protein AB -BSU_23440 224308.BSU23440 1.3e-111 409.1 Bacillus spoVAA ko:K06403 ko00000 Bacillus 1V214@1239,1ZBVY@1386,28PNE@1,2ZCB6@2,4HFTI@91061 NA|NA|NA S Stage V sporulation protein AA -BSU_23450 224308.BSU23450 5.3e-136 490.3 Bacillus sigF ko:K03091 ko00000,ko03021 Bacillus 1TP3Q@1239,1ZANZ@1386,4HC42@91061,COG1191@1,COG1191@2 NA|NA|NA K Sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released -BSU_23460 224308.BSU23460 3e-75 287.7 Bacillus spoIIAB GO:0000003,GO:0000988,GO:0000989,GO:0003674,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0016989,GO:0019219,GO:0019222,GO:0019954,GO:0030436,GO:0031323,GO:0031326,GO:0032502,GO:0043934,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 2.7.11.1 ko:K06379 ko00000,ko01000 Bacillus 1V6V2@1239,1ZFKS@1386,4HGYN@91061,COG2172@1,COG2172@2 NA|NA|NA F Binds to sigma F and blocks its ability to form an RNA polymerase holoenzyme (E-sigma F). Phosphorylates SpoIIAA on a serine residue. This phosphorylation may enable SpoIIAA to act as an anti-anti-sigma factor that counteracts SpoIIAB and thus releases sigma F from inhibition -BSU_23470 224308.BSU23470 5e-57 226.9 Bacillus spoIIAA ko:K06378 ko00000 Bacillus 1VENG@1239,1ZGYC@1386,4HINR@91061,COG1366@1,COG1366@2 NA|NA|NA T Belongs to the anti-sigma-factor antagonist family -BSU_23480 224308.BSU23480 4.8e-213 746.9 Bacillus dacF GO:0003674,GO:0003824,GO:0004175,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016787,GO:0019538,GO:0043170,GO:0044238,GO:0070011,GO:0071704,GO:0140096,GO:1901564 3.4.16.4 ko:K07258 ko00550,ko01100,map00550,map01100 ko00000,ko00001,ko01000,ko01002,ko01011 Bacillus 1TQN0@1239,1ZB0W@1386,4HBCE@91061,COG1686@1,COG1686@2 NA|NA|NA M Belongs to the peptidase S11 family -BSU_23490 224308.BSU23490 2.9e-148 531.2 Bacillus punA 2.4.2.1 ko:K03783 ko00230,ko00240,ko00760,ko01100,ko01110,map00230,map00240,map00760,map01100,map01110 R01561,R01863,R01969,R02147,R02294,R02295,R02297,R02484,R02557,R02748,R08368,R10244 RC00033,RC00063,RC00122 ko00000,ko00001,ko01000 Bacillus 1TQ37@1239,1ZBKZ@1386,4HABP@91061,COG0005@1,COG0005@2 NA|NA|NA F The purine nucleoside phosphorylases catalyze the phosphorolytic breakdown of the N-glycosidic bond in the beta- (deoxy)ribonucleoside molecules, with the formation of the corresponding free purine bases and pentose-1-phosphate -BSU_23500 224308.BSU23500 2.1e-232 811.2 Bacillus deoB GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008973,GO:0016853,GO:0016866,GO:0016868,GO:0044424,GO:0044444,GO:0044464 5.4.2.7 ko:K01839 ko00030,ko00230,map00030,map00230 R01057,R02749 RC00408 ko00000,ko00001,ko01000 Bacillus 1TP70@1239,1ZBG0@1386,4H9RU@91061,COG1015@1,COG1015@2 NA|NA|NA G Phosphotransfer between the C1 and C5 carbon atoms of pentose -BSU_23510 224308.BSU23510 4.4e-166 590.5 Bacillus xerD ko:K04763 ko00000,ko03036 Bacillus 1TQRG@1239,1ZDBF@1386,4HAEX@91061,COG4974@1,COG4974@2 NA|NA|NA L recombinase XerD -BSU_23519 224308.BSU23519 6.3e-37 159.5 Bacillus Bacillus 1VHUQ@1239,1ZIY4@1386,2E9B4@1,333IZ@2,4HR2C@91061 NA|NA|NA S Protein of unknown function (DUF4227) -BSU_23520 224308.BSU23520 3.1e-80 304.3 Bacillus fur GO:0000976,GO:0001067,GO:0001130,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:1990837,GO:2000112,GO:2000113,GO:2001141 ko:K03711 ko00000,ko03000 Bacillus 1V7F0@1239,1ZCPG@1386,4HH78@91061,COG0735@1,COG0735@2 NA|NA|NA P Belongs to the Fur family -BSU_23530 224308.BSU23530 3.9e-108 397.5 Bacillus spoIIM GO:0005575,GO:0005623,GO:0008150,GO:0010564,GO:0022603,GO:0030428,GO:0032465,GO:0032467,GO:0032954,GO:0042173,GO:0043937,GO:0044087,GO:0044089,GO:0044464,GO:0045595,GO:0045787,GO:0048518,GO:0048522,GO:0050789,GO:0050793,GO:0050794,GO:0051128,GO:0051130,GO:0051302,GO:0051726,GO:0051781,GO:0065007,GO:0090068,GO:1901891,GO:1901893 ko:K06384 ko00000 Bacillus 1V81P@1239,1ZAYC@1386,4HJW8@91061,COG1300@1,COG1300@2 NA|NA|NA S Required for complete septum migration and engulfment of the forespore compartment during sporulation. Required for stabilizing and recruiting of SpoIIP to the septal membrane -BSU_23540 224308.BSU23540 3.4e-32 143.7 Bacillus yqkK Bacillus 1UAP9@1239,1ZIS1@1386,2B8M5@1,321WG@2,4IM1W@91061 NA|NA|NA -BSU_23550 224308.BSU23550 9.4e-242 842.4 Bacillus mleA 1.1.1.38 ko:K00027 ko00620,ko01200,ko02020,map00620,map01200,map02020 R00214 RC00105 ko00000,ko00001,ko01000 Bacillus 1UYHB@1239,1ZDC7@1386,4HDRG@91061,COG0281@1,COG0281@2 NA|NA|NA C malic enzyme -BSU_23560 224308.BSU23560 5.3e-235 820.1 Bacillus mleN GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03315 ko00000,ko02000 2.A.35 Bacillus 1TQ3B@1239,1ZBQN@1386,4HA18@91061,COG1757@1,COG1757@2 NA|NA|NA C Na H antiporter -BSU_23570 224308.BSU23570 4.9e-268 929.9 Bacillus aspA 4.3.1.1 ko:K01744 ko00250,ko01100,map00250,map01100 R00490 RC00316,RC02799 ko00000,ko00001,ko01000 Bacillus 1TP3U@1239,1ZB5F@1386,4HFM9@91061,COG1027@1,COG1027@2 NA|NA|NA E Aspartate ammonia-lyase -BSU_23580 224308.BSU23580 6.1e-185 653.3 Bacillus ansA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.5.1.1 ko:K01424 ko00250,ko00460,ko01100,ko01110,map00250,map00460,map01100,map01110 R00485 RC00010,RC02798 ko00000,ko00001,ko01000 Bacillus 1TPP9@1239,1ZQ9H@1386,4HD98@91061,COG0252@1,COG0252@2 NA|NA|NA EJ L-asparaginase -BSU_23590 224308.BSU23590 7.6e-58 229.6 Bacillus ansR Bacillus 1VK84@1239,1ZI74@1386,4HM8Q@91061,COG1396@1,COG1396@2 NA|NA|NA K Transcriptional regulator -BSU_23600 224308.BSU23600 5.1e-223 780.0 Bacillus yqxK Bacillus 1TP9P@1239,1ZASI@1386,4HCQ4@91061,COG1379@1,COG1379@2 NA|NA|NA L DNA helicase -BSU_23610 224308.BSU23610 2e-92 345.1 Bacillus nudF 3.6.1.13 ko:K01515 ko00230,map00230 R01054 RC00002 ko00000,ko00001,ko01000 iYO844.BSU23610 Bacillus 1V6F5@1239,1ZFIW@1386,4HII9@91061,COG0494@1,COG0494@2 NA|NA|NA L Belongs to the Nudix hydrolase family -BSU_23620 224308.BSU23620 7.4e-169 599.7 Bacillus yqkF Bacillus 1TTT8@1239,1ZBYV@1386,4H9XM@91061,COG0667@1,COG0667@2 NA|NA|NA C oxidoreductases (related to aryl-alcohol dehydrogenases) -BSU_23630 224308.BSU23630 5.6e-14 83.2 Bacilli Bacillus 1U9P4@1239,2EGUT@1,30CDC@2,4HZT2@91061 NA|NA|NA S Protein of unknown function (DUF3886) -BSU_23640 224308.BSU23640 4e-175 620.5 Bacillus yqkD ko:K06889 ko00000 Bacillus 1TQYU@1239,1ZBDV@1386,4HC4H@91061,COG1073@1,COG1073@2 NA|NA|NA S COG1073 Hydrolases of the alpha beta superfamily -BSU_23650 224308.BSU23650 1.2e-38 165.2 Bacillus yqkC Bacillus 1VYS1@1239,1ZIBH@1386,2FH9Z@1,34949@2,4HYMH@91061 NA|NA|NA S Protein of unknown function (DUF2552) -BSU_23660 224308.BSU23660 3.6e-54 217.2 Bacillus yqkB Bacillus 1VJ11@1239,1ZSK4@1386,4HPA2@91061,COG4918@1,COG4918@2 NA|NA|NA S Belongs to the HesB IscA family -BSU_23670 224308.BSU23670 8e-196 689.5 Bacillus yqkA Bacillus 1V3IB@1239,1ZHJE@1386,4HH5X@91061,COG0454@1,COG0456@2,COG2320@1,COG2320@2 NA|NA|NA K GrpB protein -BSU_23680 224308.BSU23680 4.7e-60 236.9 Bacillus yqjZ Bacillus 1VAM1@1239,1ZHXP@1386,4HJD7@91061,COG2329@1,COG2329@2 NA|NA|NA S enzyme involved in biosynthesis of extracellular polysaccharides -BSU_23690 224308.BSU23690 6.2e-87 326.6 Bacillus yqjY GO:0003674,GO:0003824,GO:0006464,GO:0006473,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016740,GO:0016746,GO:0016747,GO:0019538,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:1901564 Bacillus 1V50M@1239,1ZG7D@1386,4HH63@91061,COG0454@1,COG0456@2 NA|NA|NA K acetyltransferase -BSU_23700 1051501.AYTL01000030_gene2536 3.7e-49 200.7 Bacilli Bacillus 1VM8Z@1239,2DQHI@1,336W6@2,4HQJC@91061 NA|NA|NA S YolD-like protein -BSU_23710 224308.BSU23710 2.4e-239 834.3 Bacillus polYB 2.7.7.7 ko:K02346,ko:K03502 ko00000,ko01000,ko03400 Bacillus 1TP42@1239,1ZC8I@1386,4HA1P@91061,COG0389@1,COG0389@2 NA|NA|NA L Poorly processive, error-prone DNA polymerase involved in untargeted mutagenesis. Copies undamaged DNA at stalled replication forks, which arise in vivo from mismatched or misaligned primer ends. These misaligned primers can be extended by PolIV. Exhibits no 3'-5' exonuclease (proofreading) activity. May be involved in translesional synthesis, in conjunction with the beta clamp from PolIII -BSU_23730 224308.BSU23730 1.2e-225 788.9 Bacillus yqjV GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1UI4M@1239,1ZS7N@1386,4ISD6@91061,COG2211@1,COG2211@2 NA|NA|NA G Major Facilitator Superfamily -BSU_23750 224308.BSU23750 1.2e-72 278.9 Bacillus yqjT Bacillus 1V6KX@1239,1ZGG2@1386,4HJMS@91061,COG0346@1,COG0346@2 NA|NA|NA E Glyoxalase/Bleomycin resistance protein/Dioxygenase superfamily -BSU_23760 224308.BSU23760 4.1e-178 630.6 Bacillus coaA GO:0003674,GO:0003824,GO:0004594,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006732,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009117,GO:0009150,GO:0009152,GO:0009165,GO:0009259,GO:0009260,GO:0009987,GO:0015936,GO:0015937,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0033865,GO:0033866,GO:0033875,GO:0034030,GO:0034032,GO:0034033,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046390,GO:0046483,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.7.1.33 ko:K00867 ko00770,ko01100,map00770,map01100 M00120 R02971,R03018,R04391 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPHJ@1239,1ZB00@1386,4HA4K@91061,COG1072@1,COG1072@2 NA|NA|NA F Pantothenic acid kinase -BSU_23770 224308.BSU23770 4e-264 916.8 Bacillus dsdA GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006807,GO:0008150,GO:0008152,GO:0008721,GO:0009987,GO:0016829,GO:0016840,GO:0016841,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0071704,GO:1901564 4.3.1.18 ko:K01753 ko00260,map00260 R00221 RC02600 ko00000,ko00001,ko01000 Bacillus 1TPAH@1239,1ZASU@1386,4HANC@91061,COG3048@1,COG3048@2 NA|NA|NA E Belongs to the serine threonine dehydratase family. DsdA subfamily -BSU_23780 224308.BSU23780 5.9e-143 513.5 Bacillus yqjQ ko:K07124 ko00000 Bacillus 1TSJ3@1239,1ZBRZ@1386,4HDU5@91061,COG0300@1,COG0300@2 NA|NA|NA S Belongs to the short-chain dehydrogenases reductases (SDR) family -BSU_23790 224308.BSU23790 5.7e-180 636.7 Bacillus yqjP Bacillus 1TQPX@1239,1ZCFS@1386,4HAV6@91061,COG0491@1,COG0491@2 NA|NA|NA S COG0491 Zn-dependent hydrolases, including glyoxylases -BSU_23800 224308.BSU23800 1.9e-147 528.5 Bacillus proI 1.5.1.2 ko:K00286 ko00330,ko01100,ko01110,ko01130,ko01230,map00330,map01100,map01110,map01130,map01230 M00015 R01248,R01251,R03291,R03293 RC00054,RC00083 ko00000,ko00001,ko00002,ko01000 iYO844.BSU18480 Bacillus 1TP1E@1239,1ZCWZ@1386,4H9RV@91061,COG0345@1,COG0345@2 NA|NA|NA E Catalyzes the reduction of 1-pyrroline-5-carboxylate (PCA) to L-proline -BSU_23810 224308.BSU23810 0.0 1093.6 Bacillus yqjN Bacillus 1TQQ7@1239,1ZCEE@1386,4HABT@91061,COG4187@1,COG4187@2 NA|NA|NA E arginine degradation protein -BSU_23820 224308.BSU23820 2.4e-192 677.9 Bacillus namA 1.6.99.1 ko:K00354 R00282 RC00001 ko00000,ko01000 Bacillus 1TPM6@1239,1ZB4D@1386,4H9YM@91061,COG1902@1,COG1902@2 NA|NA|NA C Catalyzes the reduction of the double bond of an array of alpha,beta-unsaturated aldehydes and ketones. It also reduces the nitro group of nitroester and nitroaromatic compounds. It could have a role in detoxification processes -BSU_23830 224308.BSU23830 1.6e-145 521.9 Bacillus yqjL Bacillus 1V9D7@1239,1ZEVK@1386,4HK54@91061,COG0596@1,COG0596@2 NA|NA|NA S hydrolases or acyltransferases (alpha beta hydrolase superfamily) -BSU_23836 1178537.BA1_01345 6.3e-15 85.5 Bacillus rpmG ko:K02913 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VEJ4@1239,1ZIUS@1386,4HNIM@91061,COG0267@1,COG0267@2 NA|NA|NA J Belongs to the bacterial ribosomal protein bL33 family -BSU_23840 224308.BSU23840 5e-173 613.6 Bacillus rnz GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004540,GO:0005488,GO:0005515,GO:0006139,GO:0006396,GO:0006399,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016787,GO:0016788,GO:0016891,GO:0016893,GO:0031123,GO:0034414,GO:0034470,GO:0034641,GO:0034660,GO:0042779,GO:0042780,GO:0042781,GO:0042802,GO:0043170,GO:0043628,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0140098,GO:1901360,GO:1905267 3.1.26.11 ko:K00784 ko03013,map03013 ko00000,ko00001,ko01000,ko03016 Bacillus 1TRGP@1239,1ZC3J@1386,4HABM@91061,COG1234@1,COG1234@2 NA|NA|NA S Zinc phosphodiesterase, which displays some tRNA 3'- processing endonuclease activity. Probably involved in tRNA maturation, by removing a 3'-trailer from precursor tRNA -BSU_23850 224308.BSU23850 2.1e-290 1004.2 Bacillus zwf 1.1.1.363,1.1.1.49 ko:K00036 ko00030,ko00480,ko01100,ko01110,ko01120,ko01130,ko01200,ko05230,map00030,map00480,map01100,map01110,map01120,map01130,map01200,map05230 M00004,M00006,M00008 R00835,R02736,R10907 RC00001,RC00066 ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1TPYF@1239,1ZCZ3@1386,4HA73@91061,COG0364@1,COG0364@2 NA|NA|NA G Catalyzes the oxidation of glucose 6-phosphate to 6- phosphogluconolactone -BSU_23860 224308.BSU23860 9e-267 925.6 Bacillus yqjI 1.1.1.343,1.1.1.44 ko:K00033 ko00030,ko00480,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map00480,map01100,map01110,map01120,map01130,map01200 M00004,M00006 R01528,R10221 RC00001,RC00539 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP4I@1239,1ZC6M@1386,4H9NC@91061,COG0362@1,COG0362@2 NA|NA|NA G Catalyzes the oxidative decarboxylation of 6- phosphogluconate to ribulose 5-phosphate and CO(2), with concomitant reduction of NADP to NADPH -BSU_23870 224308.BSU23870 1.6e-235 821.6 Bacillus dinB GO:0008150,GO:0009314,GO:0009411,GO:0009416,GO:0009628,GO:0009650,GO:0050896 2.7.7.7 ko:K02346 ko00000,ko01000,ko03400 Bacillus 1TP42@1239,1ZAZZ@1386,4HADJ@91061,COG0389@1,COG0389@2 NA|NA|NA L Poorly processive, error-prone DNA polymerase involved in untargeted mutagenesis. Copies undamaged DNA at stalled replication forks, which arise in vivo from mismatched or misaligned primer ends. These misaligned primers can be extended by PolIV. Exhibits no 3'-5' exonuclease (proofreading) activity. May be involved in translesional synthesis, in conjunction with the beta clamp from PolIII -BSU_23880 1274524.BSONL12_07272 1e-23 115.9 Bacillus yqzJ Bacillus 1UAGA@1239,1ZHPK@1386,29RSE@1,30CW5@2,4IKUQ@91061 NA|NA|NA -BSU_23890 224308.BSU23890 9.7e-144 516.2 Bacillus oxaA2 ko:K03217 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 ko00000,ko00001,ko00002,ko02044,ko03029 2.A.9 Bacillus 1TSDN@1239,1ZE6C@1386,4HCC8@91061,COG0706@1,COG0706@2 NA|NA|NA U Required for the insertion and or proper folding and or complex formation of integral membrane proteins into the membrane. Involved in integration of membrane proteins that insert both dependently and independently of the Sec translocase complex, as well as at least some lipoproteins -BSU_23900 224308.BSU23900 6.1e-142 510.0 Bacillus yqjF ko:K09166 ko00000 Bacillus 1UYZQ@1239,1ZDFC@1386,4HEHN@91061,COG3361@1,COG3361@2 NA|NA|NA S Uncharacterized conserved protein (COG2071) -BSU_23910 224308.BSU23910 2.8e-202 711.1 Bacillus yqjE 3.4.11.4 ko:K01258 ko00000,ko01000,ko01002 Bacillus 1TP3A@1239,1ZBSY@1386,4HA04@91061,COG2195@1,COG2195@2 NA|NA|NA E COG2195 Di- and tripeptidases -BSU_23920 224308.BSU23920 7.4e-291 1005.7 Bacillus yqjD GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0009056,GO:0009062,GO:0009987,GO:0016042,GO:0016054,GO:0016421,GO:0016874,GO:0016885,GO:0019752,GO:0032787,GO:0043436,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044281,GO:0044282,GO:0046395,GO:0071704,GO:0072329,GO:1901575 2.1.3.15,6.4.1.3 ko:K01966 ko00280,ko00630,ko00640,ko01100,ko01120,ko01130,ko01200,map00280,map00630,map00640,map01100,map01120,map01130,map01200 M00373,M00741 R01859 RC00097,RC00609 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQCV@1239,1ZQ98@1386,4HC50@91061,COG4799@1,COG4799@2 NA|NA|NA I COG4799 Acetyl-CoA carboxylase, carboxyltransferase component (subunits alpha and beta) -BSU_23930 224308.BSU23930 3.7e-75 287.3 Bacillus yqjC 5.1.99.1 ko:K05606 ko00280,ko00630,ko00640,ko00720,ko01100,ko01120,ko01200,map00280,map00630,map00640,map00720,map01100,map01120,map01200 M00373,M00375,M00376,M00741 R02765,R09979 RC00780,RC02739 ko00000,ko00001,ko00002,ko01000 Bacillus 1V6SC@1239,1ZHE7@1386,4HCP5@91061,COG0346@1,COG0346@2 NA|NA|NA E COG0346 Lactoylglutathione lyase and related lyases -BSU_23940 224308.BSU23940 2.3e-98 364.8 Bacillus yqjB Bacillus 1V26F@1239,1ZGC7@1386,4HG56@91061,COG1376@1,COG1376@2 NA|NA|NA S protein conserved in bacteria -BSU_23950 224308.BSU23950 1.9e-175 621.7 Bacillus yqjA Bacillus 1TP2T@1239,1ZBBI@1386,4HAWV@91061,COG4129@1,COG4129@2 NA|NA|NA S Putative aromatic acid exporter C-terminal domain -BSU_23960 224308.BSU23960 3.5e-129 467.6 Bacillus artM 3.6.3.21 ko:K02028 M00236 ko00000,ko00002,ko01000,ko02000 3.A.1.3 Bacillus 1TNYD@1239,1ZB2E@1386,4H9WY@91061,COG1126@1,COG1126@2 NA|NA|NA E COG1126 ABC-type polar amino acid transport system, ATPase component -BSU_23970 224308.BSU23970 1.1e-108 399.4 Bacillus artQ GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 ko:K02029 M00236 ko00000,ko00002,ko02000 3.A.1.3 Bacillus 1TPM3@1239,1ZBUZ@1386,4HAS2@91061,COG0765@1,COG0765@2 NA|NA|NA E COG0765 ABC-type amino acid transport system, permease component -BSU_23980 224308.BSU23980 1.1e-136 492.7 Bacillus artP ko:K02030 M00236 ko00000,ko00002,ko02000 3.A.1.3 Bacillus 1TT16@1239,1ZRKX@1386,4HU0X@91061,COG0834@1,COG0834@2 NA|NA|NA ET Belongs to the bacterial solute-binding protein 3 family -BSU_23990 224308.BSU23990 1.6e-76 292.0 Bacillus yqiW Bacillus 1V1T3@1239,1ZFKZ@1386,28NYH@1,2ZBVN@2,4HHZS@91061 NA|NA|NA S Belongs to the UPF0403 family -BSU_24000 224308.BSU24000 2e-166 591.7 Bacillus bmrU Bacillus 1TRGQ@1239,1ZCT6@1386,4HDR5@91061,COG1597@1,COG1597@2 NA|NA|NA I COG1597 Sphingosine kinase and enzymes related to eukaryotic diacylglycerol kinase -BSU_24010 224308.BSU24010 1.8e-207 728.4 Bacillus blt GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K08153,ko:K19578 M00717,M00765 ko00000,ko00002,ko02000 2.A.1.2.70,2.A.1.2.8 iYO844.BSU26590 Bacillus 1TS6K@1239,1ZB90@1386,4HB1V@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_24020 224308.BSU24020 4.4e-152 543.9 Bacillus ko:K19575 M00765 ko00000,ko00002,ko03000 Bacillus 1V9GA@1239,1ZH1N@1386,4IPYA@91061,COG0789@1,COG0789@2,COG4978@1,COG4978@2 NA|NA|NA K helix_turn_helix, mercury resistance -BSU_24030 224308.BSU24030 5.9e-233 813.1 Bacillus bkdB 2.3.1.168 ko:K09699 ko00280,ko00640,ko01100,ko01110,ko01130,map00280,map00640,map01100,map01110,map01130 M00036 R02662,R03174,R04097,R10998 RC00004,RC02727,RC02870 br01601,ko00000,ko00001,ko00002,ko01000 Bacillus 1TQSH@1239,1ZC6F@1386,4HBSU@91061,COG0508@1,COG0508@2 NA|NA|NA C Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex -BSU_24040 224308.BSU24040 3e-184 651.0 Bacillus bfmBAB 1.2.4.4 ko:K00167 ko00280,ko00640,ko01100,ko01110,ko01130,map00280,map00640,map01100,map01110,map01130 M00036 R07599,R07600,R07601,R07602,R07603,R07604,R10996,R10997 RC00027,RC00627,RC02743,RC02883,RC02949,RC02953 br01601,ko00000,ko00001,ko00002,ko01000 iYO844.BSU24040 Bacillus 1TP3J@1239,1ZC0X@1386,4HAP6@91061,COG0022@1,COG0022@2 NA|NA|NA C COG0022 Pyruvate 2-oxoglutarate dehydrogenase complex, dehydrogenase (E1) component, eukaryotic type, beta subunit -BSU_24050 224308.BSU24050 3.2e-186 657.5 Bacillus bfmBAA 1.2.4.4 ko:K00166 ko00280,ko00640,ko01100,ko01110,ko01130,map00280,map00640,map01100,map01110,map01130 M00036 R07599,R07600,R07601,R07602,R07603,R07604,R10996,R10997 RC00027,RC00627,RC02743,RC02883,RC02949,RC02953 br01601,ko00000,ko00001,ko00002,ko01000 Bacillus 1TQDG@1239,1ZCCJ@1386,4HBEQ@91061,COG1071@1,COG1071@2 NA|NA|NA C COG1071 Pyruvate 2-oxoglutarate dehydrogenase complex, dehydrogenase (E1) component, eukaryotic type, alpha subunit -BSU_24060 224308.BSU24060 5.7e-269 932.9 Bacillus bfmBC 1.8.1.4 ko:K00382 ko00010,ko00020,ko00260,ko00280,ko00620,ko00630,ko00640,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00020,map00260,map00280,map00620,map00630,map00640,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00036,M00307,M00532 R00209,R01221,R01698,R03815,R07618,R08549 RC00004,RC00022,RC00583,RC02742,RC02833,RC02834 br01601,ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1TP1W@1239,1ZBCS@1386,4H9Z5@91061,COG1249@1,COG1249@2 NA|NA|NA C COG1249 Pyruvate 2-oxoglutarate dehydrogenase complex, dihydrolipoamide dehydrogenase (E3) component, and related enzymes -BSU_24070 224308.BSU24070 1.9e-203 714.9 Bacillus buk 2.7.2.7 ko:K00929 ko00650,ko01100,map00650,map01100 R01688 RC00002,RC00043 ko00000,ko00001,ko01000 Bacillus 1TPKE@1239,1ZC7E@1386,4H9QV@91061,COG3426@1,COG3426@2 NA|NA|NA C Belongs to the acetokinase family -BSU_24080 224308.BSU24080 3.7e-207 727.2 Bacillus bcd 1.4.1.9 ko:K00263 ko00280,ko00290,ko01100,ko01110,ko01130,map00280,map00290,map01100,map01110,map01130 R01088,R01434,R02196 RC00006,RC00036 ko00000,ko00001,ko01000 Bacillus 1TQU2@1239,1ZB55@1386,4HAB2@91061,COG0334@1,COG0334@2 NA|NA|NA E Belongs to the Glu Leu Phe Val dehydrogenases family -BSU_24090 224308.BSU24090 1.2e-155 555.8 Bacillus ptb 2.3.1.19 ko:K00634 ko00650,ko01100,map00650,map01100 R01174 RC00004,RC02816 ko00000,ko00001,ko01000 iYO844.BSU24090 Bacillus 1TRQU@1239,1ZC49@1386,4HBSK@91061,COG0280@1,COG0280@2 NA|NA|NA C phosphate butyryltransferase -BSU_24100 224308.BSU24100 0.0 1344.7 Bacillus bkdR Bacillus 1TP0E@1239,1ZAZA@1386,4HADT@91061,COG3290@1,COG3290@2,COG3829@1,COG3829@2 NA|NA|NA KT Transcriptional regulator -BSU_24110 224308.BSU24110 6.8e-34 149.4 Bacillus yqzF Bacillus 1VFDB@1239,1ZIWH@1386,2E54T@1,32ZXQ@2,4HNU1@91061 NA|NA|NA S Protein of unknown function (DUF2627) -BSU_24120 224308.BSU24120 1.2e-163 582.4 Bacillus prpB 4.1.3.30,5.4.2.9 ko:K01841,ko:K03417 ko00440,ko00640,ko01100,ko01120,ko01130,map00440,map00640,map01100,map01120,map01130 R00409,R00661 RC00286,RC00287,RC02792 ko00000,ko00001,ko01000 Bacillus 1TQVY@1239,1ZR0A@1386,4HCDV@91061,COG2513@1,COG2513@2 NA|NA|NA G Catalyzes the thermodynamically favored C-C bond cleavage of (2R,3S)-2-methylisocitrate to yield pyruvate and succinate -BSU_24130 224308.BSU24130 9.7e-277 958.7 Bacillus prpD GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0009987,GO:0016829,GO:0016835,GO:0016836,GO:0016999,GO:0017144,GO:0019541,GO:0019679,GO:0019752,GO:0032787,GO:0043436,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0046459,GO:0047547,GO:0071704 4.2.1.79 ko:K01720 ko00640,map00640 R04424 RC01152 ko00000,ko00001,ko01000 Bacillus 1TRR8@1239,1ZCS6@1386,4HAUS@91061,COG2079@1,COG2079@2 NA|NA|NA S 2-methylcitrate dehydratase -BSU_24140 224308.BSU24140 1.4e-209 735.3 Bacillus mmgD GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0009987,GO:0016740,GO:0016746,GO:0016999,GO:0017144,GO:0019541,GO:0019679,GO:0019752,GO:0032787,GO:0036440,GO:0043436,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0046459,GO:0046912,GO:0050440,GO:0071704 2.3.3.1 ko:K01647 ko00020,ko00630,ko01100,ko01110,ko01120,ko01130,ko01200,ko01210,ko01230,map00020,map00630,map01100,map01110,map01120,map01130,map01200,map01210,map01230 M00009,M00010,M00012,M00740 R00351 RC00004,RC00067 br01601,ko00000,ko00001,ko00002,ko01000 Bacillus 1TSRN@1239,1ZC80@1386,4HAZ9@91061,COG0372@1,COG0372@2 NA|NA|NA C Belongs to the citrate synthase family -BSU_24150 224308.BSU24150 3e-212 744.2 Bacillus mmgC ko:K18244 ko00000,ko01000 Bacillus 1TP57@1239,1ZBG3@1386,4HA2A@91061,COG1960@1,COG1960@2 NA|NA|NA I acyl-CoA dehydrogenase -BSU_24160 224308.BSU24160 8e-157 559.7 Bacillus mmgB 1.1.1.157 ko:K00074 ko00360,ko00362,ko00650,ko01100,ko01120,map00360,map00362,map00650,map01100,map01120 R01976,R05576,R06941 RC00029,RC00117 ko00000,ko00001,ko01000 Bacillus 1TPJS@1239,1ZAYV@1386,4HA59@91061,COG1250@1,COG1250@2 NA|NA|NA I Dehydrogenase -BSU_24170 224308.BSU24170 2e-219 768.1 Bacillus mmgA GO:0003674,GO:0003824,GO:0003988,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006629,GO:0006631,GO:0006635,GO:0008150,GO:0008152,GO:0009056,GO:0009062,GO:0009987,GO:0016042,GO:0016054,GO:0016408,GO:0016740,GO:0016746,GO:0016747,GO:0019395,GO:0019752,GO:0030258,GO:0032787,GO:0034440,GO:0043436,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044281,GO:0044282,GO:0044424,GO:0044464,GO:0046395,GO:0055114,GO:0071704,GO:0072329,GO:1901575 2.3.1.9 ko:K00626 ko00071,ko00072,ko00280,ko00310,ko00362,ko00380,ko00620,ko00630,ko00640,ko00650,ko00720,ko00900,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,ko02020,map00071,map00072,map00280,map00310,map00362,map00380,map00620,map00630,map00640,map00650,map00720,map00900,map01100,map01110,map01120,map01130,map01200,map01212,map02020 M00088,M00095,M00373,M00374,M00375 R00238,R01177 RC00004,RC00326 ko00000,ko00001,ko00002,ko01000,ko04147 iYO844.BSU24170 Bacillus 1TP07@1239,1ZB7V@1386,4H9RJ@91061,COG0183@1,COG0183@2 NA|NA|NA I Belongs to the thiolase family -BSU_24180 224308.BSU24180 3.1e-133 481.1 Bacillus yqiK 3.1.4.46 ko:K01126 ko00564,map00564 R01030,R01470 RC00017,RC00425 ko00000,ko00001,ko01000 Bacillus 1V3W4@1239,1ZFB8@1386,4HFNQ@91061,COG0584@1,COG0584@2 NA|NA|NA C glycerophosphoryl diester phosphodiesterase -BSU_24190 224308.BSU24190 1.9e-107 395.2 Bacillus yqiI GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 3.5.1.28 ko:K01448 ko01503,map01503 M00727 R04112 RC00064,RC00141 ko00000,ko00001,ko00002,ko01000,ko01011,ko03036 Bacillus 1TR6H@1239,1ZPUS@1386,4H9U6@91061,COG0860@1,COG0860@2 NA|NA|NA M Cell wall hydrolase autolysin -BSU_24200 720555.BATR1942_10405 1e-26 125.9 Bacteria Bacillus 2E29G@1,32XF4@2 NA|NA|NA -BSU_24210 224308.BSU24210 2.2e-215 754.6 Bacillus yqiG Bacillus 1TPM6@1239,1ZB1N@1386,4HAS5@91061,COG1902@1,COG1902@2 NA|NA|NA C COG1902 NADH flavin oxidoreductases, Old Yellow Enzyme family -BSU_24220 1051501.AYTL01000030_gene2591 5.5e-144 516.9 Bacillus spo0A GO:0000003,GO:0000156,GO:0000160,GO:0000910,GO:0003674,GO:0006355,GO:0007049,GO:0007154,GO:0007165,GO:0008150,GO:0008356,GO:0009889,GO:0009987,GO:0010468,GO:0010556,GO:0016043,GO:0019219,GO:0019222,GO:0019954,GO:0022402,GO:0022603,GO:0022607,GO:0023052,GO:0030436,GO:0031323,GO:0031326,GO:0032502,GO:0032506,GO:0035556,GO:0042173,GO:0042710,GO:0043934,GO:0043937,GO:0043938,GO:0044010,GO:0044085,GO:0044764,GO:0045595,GO:0045597,GO:0045881,GO:0048518,GO:0048522,GO:0050789,GO:0050793,GO:0050794,GO:0050896,GO:0051094,GO:0051171,GO:0051252,GO:0051301,GO:0051704,GO:0051716,GO:0060089,GO:0060255,GO:0065007,GO:0071840,GO:0080090,GO:0090529,GO:0090604,GO:0090606,GO:1903506,GO:2000112,GO:2001141 ko:K07699 ko02020,ko02024,map02020,map02024 M00485 ko00000,ko00001,ko00002,ko02022 Bacillus 1TPF7@1239,1ZBNB@1386,4HA1M@91061,COG0745@1,COG0745@2 NA|NA|NA KT May play the central regulatory role in sporulation. It may be an element of the effector pathway responsible for the activation of sporulation genes in response to nutritional stress. Spo0A may act in concert with spo0H (a sigma factor) to control the expression of some genes that are critical to the sporulation process -BSU_24230 224308.BSU24230 2.1e-238 831.2 Bacillus spoIVB 3.4.21.116 ko:K06399 ko00000,ko01000,ko01002 Bacillus 1TPIR@1239,1ZB04@1386,4H9TW@91061,COG0750@1,COG0750@2 NA|NA|NA M Stage IV sporulation protein B -BSU_24240 224308.BSU24240 0.0 1076.2 Bacillus recN GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006281,GO:0006302,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009295,GO:0009987,GO:0033554,GO:0034641,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:1901360 ko:K03631 ko00000,ko03400 Bacillus 1TP99@1239,1ZC8B@1386,4H9ZR@91061,COG0497@1,COG0497@2 NA|NA|NA L May be involved in recombinational repair of damaged DNA -BSU_24250 224308.BSU24250 2.2e-78 298.1 Bacillus argR GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006355,GO:0006520,GO:0006525,GO:0006807,GO:0008150,GO:0008152,GO:0009064,GO:0009889,GO:0009987,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0019752,GO:0031323,GO:0031326,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0044424,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0071704,GO:0080090,GO:1901564,GO:1901605,GO:1903506,GO:2000112,GO:2001141 ko:K03402 ko00000,ko03000 Bacillus 1V1R7@1239,1ZFJ8@1386,4HFY8@91061,COG1438@1,COG1438@2 NA|NA|NA K Regulates arginine biosynthesis genes -BSU_24260 224308.BSU24260 1.1e-155 555.8 Bacillus yqxC 2.1.1.226,2.1.1.227 ko:K06442 ko00000,ko01000,ko03009 Bacillus 1TPE4@1239,1ZBDS@1386,4HAPY@91061,COG1189@1,COG1189@2 NA|NA|NA J rRNA methylase -BSU_24270 224308.BSU24270 0.0 1278.5 Bacillus dxs 2.2.1.7 ko:K01662 ko00730,ko00900,ko01100,ko01110,ko01130,map00730,map00900,map01100,map01110,map01130 M00096 R05636 RC00032 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP37@1239,1ZBHF@1386,4H9QW@91061,COG1154@1,COG1154@2 NA|NA|NA H Catalyzes the acyloin condensation reaction between C atoms 2 and 3 of pyruvate and glyceraldehyde 3-phosphate to yield 1-deoxy-D-xylulose-5-phosphate (DXP) -BSU_24280 224308.BSU24280 1.3e-162 578.9 Bacillus ispA GO:0003674,GO:0003824,GO:0004659,GO:0005575,GO:0005622,GO:0005623,GO:0006629,GO:0006720,GO:0008150,GO:0008152,GO:0008299,GO:0008610,GO:0009058,GO:0009987,GO:0016740,GO:0016765,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044464,GO:0071704,GO:1901576 2.5.1.1,2.5.1.10,2.5.1.29 ko:K13789 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00364,M00366 R01658,R02003,R02061 RC00279 ko00000,ko00001,ko00002,ko01000,ko01006 Bacillus 1TPQY@1239,1ZC4G@1386,4HA8E@91061,COG0142@1,COG0142@2 NA|NA|NA H Belongs to the FPP GGPP synthase family -BSU_24290 224308.BSU24290 1.3e-38 165.2 Bacillus xseB 3.1.11.6 ko:K03602 ko03430,map03430 ko00000,ko00001,ko01000,ko03400 Bacillus 1VK9I@1239,1ZIVS@1386,4HNRB@91061,COG1722@1,COG1722@2 NA|NA|NA L Bidirectionally degrades single-stranded DNA into large acid-insoluble oligonucleotides, which are then degraded further into small acid-soluble oligonucleotides -BSU_24300 224308.BSU24300 3.8e-246 857.1 Bacillus xseA 3.1.11.6 ko:K03601 ko03430,map03430 ko00000,ko00001,ko01000,ko03400 Bacillus 1TP4E@1239,1ZB5Q@1386,4HAN2@91061,COG1570@1,COG1570@2 NA|NA|NA L Bidirectionally degrades single-stranded DNA into large acid-insoluble oligonucleotides, which are then degraded further into small acid-soluble oligonucleotides -BSU_24310 224308.BSU24310 1.8e-156 558.5 Bacillus folD GO:0003674,GO:0003824,GO:0004477,GO:0004488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006730,GO:0008150,GO:0008152,GO:0009987,GO:0016491,GO:0016645,GO:0016646,GO:0016787,GO:0016810,GO:0016814,GO:0019238,GO:0044237,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0055114 1.5.1.5,3.5.4.9 ko:K01491 ko00670,ko00720,ko01100,ko01120,ko01200,map00670,map00720,map01100,map01120,map01200 M00140,M00377 R01220,R01655 RC00202,RC00578 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP1P@1239,1ZC9G@1386,4H9Q6@91061,COG0190@1,COG0190@2 NA|NA|NA F Catalyzes the oxidation of 5,10- methylenetetrahydrofolate to 5,10-methenyltetrahydrofolate and then the hydrolysis of 5,10-methenyltetrahydrofolate to 10- formyltetrahydrofolate -BSU_24320 224308.BSU24320 3.3e-65 254.2 Bacillus nusB ko:K03625 ko00000,ko03009,ko03021 Bacillus 1VA9B@1239,1ZH3P@1386,4HKMU@91061,COG0781@1,COG0781@2 NA|NA|NA K Involved in transcription antitermination. Required for transcription of ribosomal RNA (rRNA) genes. Binds specifically to the boxA antiterminator sequence of the ribosomal RNA (rrn) operons -BSU_24330 224308.BSU24330 4.7e-67 260.4 Bacillus yqhY Bacillus 1V4IC@1239,1ZG6N@1386,4HJ7T@91061,COG1302@1,COG1302@2 NA|NA|NA S protein conserved in bacteria -BSU_24340 224308.BSU24340 2.6e-255 887.5 Bacillus accC 6.3.4.14,6.4.1.2 ko:K01961 ko00061,ko00620,ko00640,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,map00061,map00620,map00640,map00720,map01100,map01110,map01120,map01130,map01200,map01212 M00082,M00376 R00742,R04385 RC00040,RC00253,RC00367 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP16@1239,1ZC56@1386,4HARK@91061,COG0439@1,COG0439@2 NA|NA|NA I An AccC homodimer forms the biotin carboxylase subunit of the acetyl CoA carboxylase, an enzyme that catalyzes the formation of malonyl-CoA, which in turn controls the rate of fatty acid metabolism -BSU_24350 224308.BSU24350 2.6e-64 251.5 Bacillus accB ko:K02160 ko00061,ko00620,ko00640,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,map00061,map00620,map00640,map00720,map01100,map01110,map01120,map01130,map01200,map01212 M00082,M00376 R00742 RC00040,RC00367 ko00000,ko00001,ko00002 Bacillus 1VAB7@1239,1ZGFF@1386,4HKCS@91061,COG0511@1,COG0511@2 NA|NA|NA I first, biotin carboxylase catalyzes the carboxylation of the carrier protein and then the transcarboxylase transfers the carboxyl group to form malonyl-CoA -BSU_24360 224308.BSU24360 2.2e-90 338.6 Bacillus spoIIIAH ko:K06397 ko00000 1.A.34.1.1 Bacillus 1V4Y2@1239,1ZHEH@1386,29WYG@1,30IKQ@2,4HI5K@91061 NA|NA|NA S SpoIIIAH-like protein -BSU_24370 224308.BSU24370 1.2e-102 379.4 Bacillus spoIIIAG ko:K06396 ko00000 Bacillus 1VF3M@1239,1ZEMQ@1386,2E6BB@1,330Z5@2,4HH7J@91061 NA|NA|NA S stage III sporulation protein AG -BSU_24380 224308.BSU24380 6.9e-102 376.7 Bacillus spoIIIAF ko:K06395 ko00000 Bacillus 1VIAM@1239,1ZS0K@1386,2E7KE@1,3322G@2,4HPYJ@91061 NA|NA|NA S Stage III sporulation protein AF (Spore_III_AF) -BSU_24390 224308.BSU24390 2.2e-197 694.9 Bacillus spoIIIAE ko:K06394 ko00000 Bacillus 1TQQ2@1239,1ZCFI@1386,2C2CG@1,2Z7PW@2,4H9UX@91061 NA|NA|NA S stage III sporulation protein AE -BSU_24400 224308.BSU24400 3.9e-58 230.7 Bacillus spoIIIAD ko:K06393 ko00000 Bacillus 1VA9Y@1239,1ZGYV@1386,2CPUI@1,32SJW@2,4HIIH@91061 NA|NA|NA S Stage III sporulation protein AD -BSU_24410 1051501.AYTL01000030_gene2610 1.3e-28 131.7 Bacillus spoIIIAC ko:K06392 ko00000 Bacillus 1VEM4@1239,1ZQSJ@1386,2E555@1,32ZY3@2,4HNG4@91061 NA|NA|NA S stage III sporulation protein AC -BSU_24420 224308.BSU24420 4.9e-85 320.5 Bacillus spoIIIAB ko:K06391 ko00000 Bacillus 1VAEG@1239,1ZQIX@1386,2CEWW@1,32S0Q@2,4HGSK@91061 NA|NA|NA S Stage III sporulation protein -BSU_24430 224308.BSU24430 2.1e-171 608.2 Bacillus spoIIIAA ko:K06390 ko00000 Bacillus 1TQ23@1239,1ZAWB@1386,4HA2K@91061,COG3854@1,COG3854@2 NA|NA|NA S stage III sporulation protein AA -BSU_24440 224308.BSU24440 1.3e-36 158.7 Bacillus yqhV Bacillus 1VEW3@1239,1ZIYG@1386,2E4CX@1,32Z8B@2,4HNU3@91061 NA|NA|NA S Protein of unknown function (DUF2619) -BSU_24450 224308.BSU24450 9.2e-98 362.8 Bacillus efp GO:0003674,GO:0003676,GO:0003723,GO:0003746,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006412,GO:0006414,GO:0006518,GO:0006807,GO:0008135,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0019538,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044464,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576 ko:K02356 ko00000,ko03012 Bacillus 1TR8P@1239,1ZAT9@1386,4H9YX@91061,COG0231@1,COG0231@2 NA|NA|NA J Involved in peptide bond synthesis. Stimulates efficient translation and peptide-bond synthesis on native or reconstituted 70S ribosomes in vitro. Probably functions indirectly by altering the affinity of the ribosome for aminoacyl-tRNA, thus increasing their reactivity as acceptors for peptidyl transferase -BSU_24460 224308.BSU24460 1.5e-173 615.5 Bacillus yqhT 3.4.11.9,3.4.13.9 ko:K01262,ko:K01271 ko00000,ko01000,ko01002 Bacillus 1TQ44@1239,1ZB4P@1386,4HAT7@91061,COG0006@1,COG0006@2 NA|NA|NA E COG0006 Xaa-Pro aminopeptidase -BSU_24470 224308.BSU24470 2.5e-77 294.7 Bacillus aroQ 4.2.1.10 ko:K03786 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00022 R03084 RC00848 ko00000,ko00001,ko00002,ko01000 Bacillus 1V6E8@1239,1ZG8H@1386,4HJ2V@91061,COG0757@1,COG0757@2 NA|NA|NA E Catalyzes a trans-dehydration via an enolate intermediate -BSU_24480 224308.BSU24480 1e-93 349.4 Bacillus yqhR Bacillus 1V5PG@1239,1ZBD8@1386,29VNZ@1,30H6A@2,4HJV5@91061 NA|NA|NA S Conserved membrane protein YqhR -BSU_24490 224308.BSU24490 1.6e-174 618.6 Bacillus yqhQ Bacillus 1TPBU@1239,1ZBXJ@1386,4H9KN@91061,COG3872@1,COG3872@2 NA|NA|NA S Protein of unknown function (DUF1385) -BSU_24500 224308.BSU24500 3.7e-61 240.7 Bacillus yqhP Bacillus 1U3TH@1239,1ZIYH@1386,2BYG1@1,33M6N@2,4IC1U@91061 NA|NA|NA -BSU_24510 224308.BSU24510 1.4e-164 585.5 Bacillus yqhO GO:0003674,GO:0003824,GO:0016787 ko:K07001 ko00000 Bacillus 1TRJW@1239,1ZC13@1386,4HB8J@91061,COG1752@1,COG1752@2 NA|NA|NA S esterase of the alpha-beta hydrolase superfamily -BSU_24520 224308.BSU24520 1.6e-73 282.0 Bacillus mntR Bacillus 1V3IS@1239,1ZFKR@1386,4HH06@91061,COG1321@1,COG1321@2 NA|NA|NA K Involved in manganese homeostasis. Might activate the transcription of the mntABCD operon -BSU_24530 224308.BSU24530 8.8e-161 572.8 Bacillus lipM GO:0003674,GO:0003824,GO:0006082,GO:0006464,GO:0006629,GO:0006631,GO:0006633,GO:0006732,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009106,GO:0009107,GO:0009108,GO:0009249,GO:0009987,GO:0010467,GO:0016053,GO:0016415,GO:0016740,GO:0016746,GO:0016747,GO:0018065,GO:0018130,GO:0018193,GO:0018205,GO:0019538,GO:0019752,GO:0032787,GO:0036211,GO:0043170,GO:0043412,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044260,GO:0044267,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0051186,GO:0051188,GO:0051604,GO:0071704,GO:0072330,GO:1901360,GO:1901362,GO:1901564,GO:1901576 6.3.1.20 ko:K03800 ko00785,ko01100,map00785,map01100 R07770,R07771,R11143 RC00043,RC00070,RC00090,RC00992,RC02896 ko00000,ko00001,ko01000 Bacillus 1TQ5U@1239,1ZBG2@1386,4HABG@91061,COG0095@1,COG0095@2 NA|NA|NA H Catalyzes the transfer of endogenously produced octanoic acid from octanoyl-acyl-carrier-protein onto the lipoyl domain of GcvH, an intermediate carrier during protein lipoylation -BSU_24540 224308.BSU24540 3.8e-63 247.3 Bacillus yqhL Bacillus 1VAI7@1239,1ZGZX@1386,4HKCE@91061,COG0607@1,COG0607@2 NA|NA|NA P COG0607 Rhodanese-related sulfurtransferase -BSU_24550 224308.BSU24550 6.3e-287 992.6 Bacillus gcvPB 1.4.4.2 ko:K00283 ko00260,ko00630,ko01100,ko01110,ko01130,ko01200,map00260,map00630,map01100,map01110,map01130,map01200 R01221,R03425 RC00022,RC00929,RC02834,RC02880 ko00000,ko00001,ko01000 Bacillus 1TPK9@1239,1ZATI@1386,4HB80@91061,COG1003@1,COG1003@2 NA|NA|NA E The glycine cleavage system catalyzes the degradation of glycine. The P protein binds the alpha-amino group of glycine through its pyridoxal phosphate cofactor -BSU_24560 224308.BSU24560 5.8e-255 886.3 Bacillus gcvPA 1.4.4.2 ko:K00282 ko00260,ko00630,ko01100,ko01110,ko01130,ko01200,map00260,map00630,map01100,map01110,map01130,map01200 R01221,R03425 RC00022,RC00929,RC02834,RC02880 ko00000,ko00001,ko01000 Bacillus 1TQGG@1239,1ZB0H@1386,4HA7P@91061,COG0403@1,COG0403@2 NA|NA|NA E The glycine cleavage system catalyzes the degradation of glycine. The P protein binds the alpha-amino group of glycine through its pyridoxal phosphate cofactor -BSU_24570 224308.BSU24570 2.1e-207 728.0 Bacillus gcvT 2.1.2.10 ko:K00605 ko00260,ko00630,ko00670,ko01100,ko01110,ko01130,ko01200,map00260,map00630,map00670,map01100,map01110,map01130,map01200 M00532 R01221,R02300,R04125 RC00022,RC00069,RC00183,RC02834 ko00000,ko00001,ko00002,ko01000 Bacillus 1TRKX@1239,1ZAS5@1386,4H9MX@91061,COG0404@1,COG0404@2 NA|NA|NA E The glycine cleavage system catalyzes the degradation of glycine -BSU_24580 224308.BSU24580 0.0 1106.7 Bacillus yqhH Bacillus 1TQ5E@1239,1ZAR5@1386,4H9WB@91061,COG0553@1,COG0553@2 NA|NA|NA L COG0553 Superfamily II DNA RNA helicases, SNF2 family -BSU_24590 224308.BSU24590 4.2e-152 543.9 Bacillus yqhG Bacillus 1TS45@1239,1ZAXP@1386,2CH5D@1,2Z821@2,4HCE9@91061 NA|NA|NA S Bacterial protein YqhG of unknown function -BSU_24600 224308.BSU24600 2.1e-24 117.5 Bacillus sinI ko:K06372 ko00000 Bacillus 1UB3V@1239,1ZK3S@1386,29S6X@1,30DBE@2,4IMGG@91061 NA|NA|NA S Anti-repressor SinI -BSU_24610 1051501.AYTL01000030_gene2630 3.2e-53 214.2 Bacillus sinR GO:0008150,GO:0009892,GO:0010468,GO:0010605,GO:0010629,GO:0019222,GO:0048519,GO:0050789,GO:0060255,GO:0065007 ko:K19449 ko00000,ko03000 Bacillus 1VAXE@1239,1ZHZH@1386,4HKHB@91061,COG1396@1,COG1396@2 NA|NA|NA K transcriptional -BSU_24620 224308.BSU24620 5.1e-142 510.4 Bacillus tasA GO:0003674,GO:0005488,GO:0005515,GO:0042802 ko:K06336 ko00000,ko01002 Bacillus 1V2TR@1239,1ZC8Q@1386,2CA96@1,2ZBTW@2,4HGFJ@91061 NA|NA|NA S Cell division protein FtsN -BSU_24630 224308.BSU24630 6.6e-59 233.8 Bacillus sipW GO:0003674,GO:0003824,GO:0006465,GO:0006508,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0009987,GO:0010467,GO:0016485,GO:0016787,GO:0019538,GO:0034641,GO:0043170,GO:0043603,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0051604,GO:0071704,GO:0140096,GO:1901564 3.4.21.89 ko:K13280 ko03060,map03060 ko00000,ko00001,ko01000,ko01002 Bacillus 1VH6F@1239,1ZRQY@1386,4HJZA@91061,COG0681@1,COG0681@2 NA|NA|NA U Signal peptidase -BSU_24640 224308.BSU24640 2.1e-116 425.2 Bacillus yqxM ko:K19433 ko00000 Bacillus 1U9ZM@1239,1ZFNP@1386,29RGE@1,30CJ7@2,4IK7R@91061 NA|NA|NA -BSU_24650 224308.BSU24650 3.1e-53 214.2 Bacillus yqzG Bacillus 1U288@1239,1ZHFX@1386,29KX1@1,307UH@2,4IBSK@91061 NA|NA|NA S Protein of unknown function (DUF3889) -BSU_24660 224308.BSU24660 2.3e-26 124.0 Bacillus yqzE Bacillus 1VM73@1239,1ZJY6@1386,2EKZB@1,33ENU@2,4HR7F@91061 NA|NA|NA S YqzE-like protein -BSU_24670 1051501.AYTL01000030_gene2635 6.3e-42 176.8 Bacillus ko:K02249 M00429 ko00000,ko00002,ko02044 Bacillus 1UB30@1239,1ZK26@1386,2BH1G@1,32B1U@2,4IMFQ@91061 NA|NA|NA S ComG operon protein 7 -BSU_24680 224308.BSU24680 1.4e-65 255.4 Bacteria Bacillus COG4940@1,COG4940@2 NA|NA|NA U Putative Competence protein ComGF -BSU_24690 224308.BSU24690 2.4e-59 234.6 Bacillus comGE ko:K02247 M00429 ko00000,ko00002,ko02044 Bacillus 1U27V@1239,1ZHEW@1386,2A141@1,30P9X@2,4IBS2@91061 NA|NA|NA -BSU_24700 224308.BSU24700 7.4e-71 273.1 Bacteria Bacillus COG4970@1,COG4970@2 NA|NA|NA NU protein transport across the cell outer membrane -BSU_24710 224308.BSU24710 2.3e-47 194.5 Bacillus comGC GO:0005575,GO:0005623,GO:0005886,GO:0009986,GO:0016020,GO:0044464,GO:0071944 ko:K02245 M00429 ko00000,ko00002,ko02044 Bacillus 1VFI9@1239,1ZIXK@1386,4HNNT@91061,COG4537@1,COG4537@2 NA|NA|NA U Required for transformation and DNA binding -BSU_24720 224308.BSU24720 3.3e-175 620.9 Bacillus comGB ko:K02244 M00429 ko00000,ko00002,ko02044 3.A.14.1 Bacillus 1U00C@1239,1ZCQK@1386,4HGUA@91061,COG1459@1,COG1459@2 NA|NA|NA NU COG1459 Type II secretory pathway, component PulF -BSU_24730 224308.BSU24730 5e-201 706.8 Bacillus comGA ko:K02243 M00429 ko00000,ko00002,ko02044 3.A.14.1 Bacillus 1TPGE@1239,1ZBK5@1386,4HB0C@91061,COG2804@1,COG2804@2 NA|NA|NA NU COG2804 Type II secretory pathway, ATPase PulE Tfp pilus assembly pathway, ATPase PilB -BSU_24740 224308.BSU24740 9.4e-175 619.4 Bacillus yqxL GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 Bacillus 1UZTE@1239,1ZD16@1386,4HDNF@91061,COG0598@1,COG0598@2 NA|NA|NA P Mg2 transporter protein -BSU_24750 224308.BSU24750 7.3e-242 842.8 Bacillus yqhB Bacillus 1TPN0@1239,1ZBAN@1386,4H9SB@91061,COG1253@1,COG1253@2 NA|NA|NA S COG1253 Hemolysins and related proteins containing CBS domains -BSU_24760 224308.BSU24760 2.8e-151 541.2 Bacillus yqhA ko:K17763 ko00000,ko03021 Bacillus 1V326@1239,1ZPXD@1386,4HGFQ@91061,COG1366@1,COG1366@2 NA|NA|NA T COG1366 Anti-anti-sigma regulatory factor (antagonist of anti-sigma factor) -BSU_24770 224308.BSU24770 4.5e-64 250.4 Bacillus yqgZ 1.20.4.1 ko:K00537,ko:K16509 ko00000,ko01000 Bacillus 1V73M@1239,1ZHC6@1386,4HJDP@91061,COG1393@1,COG1393@2 NA|NA|NA P Belongs to the ArsC family -BSU_24780 1051501.AYTL01000030_gene2647 3e-37 160.6 Bacillus yqgY Bacillus 1VB9C@1239,1ZQN8@1386,2E1GI@1,32WUX@2,4HKV2@91061 NA|NA|NA S Protein of unknown function (DUF2626) -BSU_24790 224308.BSU24790 3.3e-123 447.6 Bacillus yqgX Bacillus 1V6FA@1239,1ZC72@1386,4HHRQ@91061,COG0491@1,COG0491@2 NA|NA|NA S COG0491 Zn-dependent hydrolases, including glyoxylases -BSU_24800 224308.BSU24800 1.5e-22 111.3 Bacillus yqgW Bacillus 1VET3@1239,1ZK2C@1386,2ES0W@1,306VH@2,4I9TK@91061 NA|NA|NA S Protein of unknown function (DUF2759) -BSU_24810 224308.BSU24810 1.2e-49 202.2 Bacillus yqgV GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 Bacillus 1VC84@1239,1ZRYU@1386,4HMNH@91061,COG0011@1,COG0011@2 NA|NA|NA S Thiamine-binding protein -BSU_24820 224308.BSU24820 1.6e-199 701.8 Bacillus yqgU Bacillus 1V8TN@1239,1ZESD@1386,2BAY9@1,324E2@2,4HJ42@91061 NA|NA|NA -BSU_24830 224308.BSU24830 8.4e-223 779.2 Bacillus yqgT GO:0003674,GO:0003824,GO:0004180,GO:0004181,GO:0005575,GO:0005576,GO:0005615,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008235,GO:0008237,GO:0008238,GO:0016787,GO:0019538,GO:0043170,GO:0044238,GO:0044421,GO:0070011,GO:0071704,GO:0140096,GO:1901564 3.4.19.11 ko:K01308 ko00000,ko01000,ko01002 Bacillus 1TP3K@1239,1ZD1J@1386,4HAHN@91061,COG2866@1,COG2866@2 NA|NA|NA E Gamma-D-glutamyl-L-diamino acid endopeptidase -BSU_24840 224308.BSU24840 0.0 1255.0 Bacillus yqgS GO:0005575,GO:0005576 2.7.8.20 ko:K19005 ko00561,ko01100,map00561,map01100 R05081,R10849 RC00017 ko00000,ko00001,ko01000 Bacillus 1TRMA@1239,1ZBBV@1386,4H9S0@91061,COG1368@1,COG1368@2 NA|NA|NA M Belongs to the LTA synthase family -BSU_24850 224308.BSU24850 8.9e-181 639.4 Bacillus glcK GO:0003674,GO:0003824,GO:0004340,GO:0004396,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005975,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019200,GO:0019637,GO:0044237,GO:0044238,GO:0044262,GO:0044424,GO:0044464,GO:0046835,GO:0051156,GO:0071704,GO:1901135 2.7.1.2 ko:K00845 ko00010,ko00052,ko00500,ko00520,ko00521,ko00524,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00052,map00500,map00520,map00521,map00524,map01100,map01110,map01120,map01130,map01200 M00001,M00549 R00299,R01600,R01786 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPKW@1239,1ZBV8@1386,4HBAU@91061,COG1940@1,COG1940@2 NA|NA|NA G Glucokinase -BSU_24860 224308.BSU24860 5.2e-33 146.4 Bacteria Bacillus COG4483@1,COG4483@2 NA|NA|NA S Protein conserved in bacteria -BSU_24870 224308.BSU24870 2.3e-268 931.0 Bacillus glpG 3.4.21.105 ko:K19225 ko00000,ko01000,ko01002 Bacillus 1TQXT@1239,1ZBV7@1386,4HCDF@91061,COG0457@1,COG0457@2,COG0705@1,COG0705@2 NA|NA|NA O membrane protein (homolog of Drosophila rhomboid) -BSU_24880 279010.BL05268 4.2e-09 66.6 Bacillus yqgO Bacillus 1UB73@1239,1ZKBA@1386,2BF3K@1,328VQ@2,4IMJT@91061 NA|NA|NA -BSU_24890 224308.BSU24890 4.6e-105 387.1 Bacillus yqgN GO:0003674,GO:0003824,GO:0006082,GO:0006575,GO:0006725,GO:0006730,GO:0006732,GO:0006760,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009396,GO:0009987,GO:0016053,GO:0016874,GO:0016879,GO:0016882,GO:0018130,GO:0019438,GO:0019752,GO:0030272,GO:0034641,GO:0035999,GO:0042398,GO:0042558,GO:0042559,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0046653,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 6.3.3.2 ko:K01934 ko00670,ko01100,map00670,map01100 R02301 RC00183 ko00000,ko00001,ko01000 Bacillus 1VA91@1239,1ZH1W@1386,4HM35@91061,COG0212@1,COG0212@2 NA|NA|NA H Belongs to the 5-formyltetrahydrofolate cyclo-ligase family -BSU_24900 224308.BSU24900 1.6e-20 104.4 Bacillus rpmGA ko:K02913 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VEJ4@1239,1ZIUS@1386,4HNIM@91061,COG0267@1,COG0267@2 NA|NA|NA J Belongs to the bacterial ribosomal protein bL33 family -BSU_24910 224308.BSU24910 5.4e-203 713.4 Bacillus yqgM Bacillus 1V2NV@1239,1ZS6K@1386,4HE1F@91061,COG0438@1,COG0438@2 NA|NA|NA M Glycosyl transferases group 1 -BSU_24930 224308.BSU24930 2e-50 204.9 Bacillus yqzD Bacillus 1VGCA@1239,1ZJ5Y@1386,2E4ER@1,32Z9X@2,4HS6U@91061 NA|NA|NA -BSU_24940 224308.BSU24940 3.1e-75 287.7 Bacillus Bacillus 1VF1E@1239,1ZQS7@1386,4HQ19@91061,COG1559@1,COG1559@2 NA|NA|NA S YceG-like family -BSU_24950 224308.BSU24950 1.7e-145 521.9 Bacillus pstB 3.6.3.27 ko:K02036 ko02010,map02010 M00222 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.7 Bacillus 1TP1M@1239,1ZBQ5@1386,4HAB1@91061,COG1117@1,COG1117@2 NA|NA|NA P Part of the ABC transporter complex PstSACB involved in phosphate import. Responsible for energy coupling to the transport system -BSU_24960 224308.BSU24960 1.1e-147 529.3 Bacillus pstBA 3.6.3.27 ko:K02036 ko02010,map02010 M00222 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.7 Bacillus 1TP1M@1239,1ZBQ5@1386,4HAB1@91061,COG1117@1,COG1117@2 NA|NA|NA P Part of the ABC transporter complex PstSACB involved in phosphate import. Responsible for energy coupling to the transport system -BSU_24970 224308.BSU24970 7.4e-158 563.1 Bacillus pstA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K02038 ko02010,map02010 M00222 ko00000,ko00001,ko00002,ko02000 3.A.1.7 Bacillus 1TP74@1239,1ZDAY@1386,4HAKF@91061,COG0581@1,COG0581@2 NA|NA|NA P Phosphate transport system permease -BSU_24980 224308.BSU24980 2.2e-160 571.6 Bacillus pstC GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K02037 ko02010,map02010 M00222 ko00000,ko00001,ko00002,ko02000 3.A.1.7 Bacillus 1TSPP@1239,1ZAUU@1386,4HC9H@91061,COG0573@1,COG0573@2 NA|NA|NA P probably responsible for the translocation of the substrate across the membrane -BSU_24990 224308.BSU24990 1.2e-150 539.3 Bacillus pstS GO:0003674,GO:0005488,GO:0006810,GO:0006811,GO:0006817,GO:0006820,GO:0008150,GO:0015698,GO:0042301,GO:0043167,GO:0043168,GO:0051179,GO:0051234 ko:K02040 ko02010,ko02020,ko05152,map02010,map02020,map05152 M00222 ko00000,ko00001,ko00002,ko02000 3.A.1.7 Bacillus 1TQ5X@1239,1ZB22@1386,4HBEB@91061,COG0226@1,COG0226@2 NA|NA|NA P Phosphate -BSU_25000 224308.BSU25000 0.0 1312.7 Bacillus pbpA ko:K21465 ko00550,map00550 ko00000,ko00001,ko01011 Bacillus 1TQHY@1239,1ZBJM@1386,4HAFX@91061,COG0768@1,COG0768@2 NA|NA|NA M penicillin-binding protein -BSU_25010 224308.BSU25010 4.3e-231 807.0 Bacillus yqgE ko:K08222 ko00000,ko02000 2.A.1.33 Bacillus 1TTC8@1239,1ZAQ7@1386,4HAPZ@91061,COG0477@1,COG0477@2 NA|NA|NA EGP Major facilitator superfamily -BSU_25020 224308.BSU25020 1.1e-115 422.5 Bacillus sodA GO:0000302,GO:0000303,GO:0000305,GO:0003674,GO:0003824,GO:0004784,GO:0006801,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009636,GO:0009987,GO:0010035,GO:0016209,GO:0016491,GO:0016721,GO:0019430,GO:0033554,GO:0034599,GO:0034614,GO:0042221,GO:0044237,GO:0050896,GO:0051716,GO:0055114,GO:0070887,GO:0071450,GO:0071451,GO:0072593,GO:0097237,GO:0098754,GO:0098869,GO:1901700,GO:1901701,GO:1990748 1.15.1.1 ko:K04564 ko04013,ko04068,ko04146,ko04211,ko04212,ko04213,ko05016,map04013,map04068,map04146,map04211,map04212,map04213,map05016 ko00000,ko00001,ko01000 Bacillus 1TPXT@1239,1ZBWK@1386,4HA6U@91061,COG0605@1,COG0605@2 NA|NA|NA P radicals which are normally produced within the cells and which are toxic to biological systems -BSU_25030 224308.BSU25030 6.8e-73 280.0 Bacillus yqgC ko:K09793 ko00000 Bacillus 1V5DQ@1239,1ZGBY@1386,4HHFQ@91061,COG2839@1,COG2839@2 NA|NA|NA S protein conserved in bacteria -BSU_25040 224308.BSU25040 1.4e-133 482.3 Bacillus yqgB Bacillus 1V2MC@1239,1ZBMN@1386,4HGIF@91061,COG5521@1,COG5521@2 NA|NA|NA S Protein of unknown function (DUF1189) -BSU_25050 224308.BSU25050 3.8e-75 287.3 Bacilli Bacillus 1W475@1239,28U06@1,2ZSTF@2,4I0TG@91061 NA|NA|NA -BSU_25060 224308.BSU25060 8.8e-47 192.6 Bacteria Bacillus COG1388@1,COG1388@2 NA|NA|NA M LysM domain -BSU_25070 224308.BSU25070 7.4e-203 713.0 Bacillus ispG GO:0003674,GO:0003824,GO:0006081,GO:0006082,GO:0006090,GO:0006629,GO:0006644,GO:0006720,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008299,GO:0008610,GO:0008654,GO:0009058,GO:0009240,GO:0009987,GO:0016491,GO:0016725,GO:0019288,GO:0019637,GO:0019682,GO:0019752,GO:0032787,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0046429,GO:0046490,GO:0052592,GO:0055114,GO:0071704,GO:0090407,GO:1901135,GO:1901576 1.17.7.1,1.17.7.3 ko:K03526 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00096 R08689,R10859 RC01486 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPFR@1239,1ZCV1@1386,4H9S1@91061,COG0821@1,COG0821@2 NA|NA|NA I Converts 2C-methyl-D-erythritol 2,4-cyclodiphosphate (ME-2,4cPP) into 1-hydroxy-2-methyl-2-(E)-butenyl 4-diphosphate -BSU_25080 224308.BSU25080 8.8e-63 246.1 Bacillus yqfX Bacillus 1VEVX@1239,1ZIJI@1386,4HP5D@91061,COG4709@1,COG4709@2 NA|NA|NA S membrane -BSU_25090 224308.BSU25090 2.1e-108 398.3 Bacillus yqfW ko:K05967 ko00000 Bacillus 1V2IT@1239,1ZDPA@1386,4HG86@91061,COG5663@1,COG5663@2 NA|NA|NA S Belongs to the 5'(3')-deoxyribonucleotidase family -BSU_25100 224308.BSU25100 3.2e-77 294.3 Bacillus zur GO:0000976,GO:0001067,GO:0001130,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:1990837,GO:2000112,GO:2000113,GO:2001141 ko:K02076 ko00000,ko03000 Bacillus 1V6RI@1239,1ZG74@1386,4HIGM@91061,COG0735@1,COG0735@2 NA|NA|NA P Belongs to the Fur family -BSU_25110 224308.BSU25110 2.8e-157 561.2 Bacillus yqfU Bacillus 1TQTP@1239,1ZCF3@1386,4HBV2@91061,COG1284@1,COG1284@2 NA|NA|NA S Uncharacterized protein conserved in bacteria (DUF2179) -BSU_25120 224308.BSU25120 3.5e-36 157.1 Bacillus yqfT Bacillus 1VI20@1239,1ZIUK@1386,2E5RP@1,330GA@2,4HPUF@91061 NA|NA|NA S Protein of unknown function (DUF2624) -BSU_25130 224308.BSU25130 2e-166 591.7 Bacillus nfo GO:0003674,GO:0003824,GO:0003906,GO:0006139,GO:0006259,GO:0006281,GO:0006284,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008081,GO:0008150,GO:0008152,GO:0009987,GO:0016787,GO:0016788,GO:0033554,GO:0034641,GO:0042578,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0140097,GO:1901360 3.1.21.2 ko:K01151 ko03410,map03410 ko00000,ko00001,ko01000,ko03400 Bacillus 1TP1D@1239,1ZBYQ@1386,4HB4F@91061,COG0648@1,COG0648@2 NA|NA|NA L Endonuclease IV plays a role in DNA repair. It cleaves phosphodiester bonds at apurinic or apyrimidinic sites (AP sites) to produce new 5'-ends that are base-free deoxyribose 5-phosphate residues. It preferentially attacks modified AP sites created by bleomycin and neocarzinostatin -BSU_25140 224308.BSU25140 5e-243 846.7 Bacillus cshB GO:0000166,GO:0003674,GO:0003676,GO:0003723,GO:0003724,GO:0003824,GO:0004004,GO:0004386,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006725,GO:0006807,GO:0006950,GO:0008026,GO:0008144,GO:0008150,GO:0008152,GO:0008186,GO:0009266,GO:0009295,GO:0009409,GO:0009628,GO:0009987,GO:0010501,GO:0016070,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034641,GO:0035639,GO:0036094,GO:0042623,GO:0043167,GO:0043168,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0044237,GO:0044238,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0070035,GO:0071704,GO:0090304,GO:0097159,GO:0097367,GO:0140098,GO:1901265,GO:1901360,GO:1901363 3.6.4.13 ko:K18692 ko00000,ko01000,ko03009,ko03019 Bacillus 1TPAP@1239,1ZDG5@1386,4HA98@91061,COG0513@1,COG0513@2 NA|NA|NA JKL DEAD-box RNA helicase. May work in conjunction with the cold shock proteins to ensure proper initiation of transcription at low and optimal temperatures -BSU_25150 224308.BSU25150 2.9e-14 85.9 Bacillus yqfQ Bacillus 1VFWG@1239,1ZIWT@1386,2ECSV@1,336QF@2,4HP8Y@91061 NA|NA|NA S YqfQ-like protein -BSU_25160 224308.BSU25160 4.5e-177 627.1 Bacillus ispH 1.17.7.4 ko:K03527 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00096 R05884,R08210 RC01137,RC01487 ko00000,ko00001,ko00002,ko01000 Bacillus 1UHT7@1239,1ZAUG@1386,4H9S4@91061,COG0761@1,COG0761@2 NA|NA|NA IM Catalyzes the conversion of 1-hydroxy-2-methyl-2-(E)- butenyl 4-diphosphate (HMBPP) into a mixture of isopentenyl diphosphate (IPP) and dimethylallyl diphosphate (DMAPP). Acts in the terminal step of the DOXP MEP pathway for isoprenoid precursor biosynthesis -BSU_25170 224308.BSU25170 6.6e-212 743.0 Bacillus yqfO GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 Bacillus 1TQ27@1239,1ZAPV@1386,4H9NY@91061,COG0327@1,COG0327@2 NA|NA|NA S Belongs to the GTP cyclohydrolase I type 2 NIF3 family -BSU_25180 224308.BSU25180 1.4e-116 425.6 Bacillus trmK GO:0001510,GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0008168,GO:0008173,GO:0008175,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016426,GO:0016429,GO:0016740,GO:0016741,GO:0030488,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360 2.1.1.217 ko:K06967 ko00000,ko01000,ko03016 Bacillus 1V3I4@1239,1ZE5B@1386,4HHIM@91061,COG2384@1,COG2384@2 NA|NA|NA S SAM-dependent methyltransferase -BSU_25190 224308.BSU25190 2.6e-61 241.1 Bacillus cccA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K13300 ko00000 Bacillus 1VA0V@1239,1ZHVP@1386,4HKF3@91061,COG2010@1,COG2010@2 NA|NA|NA C COG2010 Cytochrome c, mono- and diheme variants -BSU_25200 1051501.AYTL01000030_gene2689 2.6e-200 704.5 Bacillus sigA ko:K03086 ko00000,ko03021 Bacillus 1TPD6@1239,1ZAV8@1386,4HB1H@91061,COG0568@1,COG0568@2 NA|NA|NA K Sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released. This sigma factor is the primary sigma factor during exponential growth -BSU_25210 224308.BSU25210 0.0 1181.8 Bacillus dnaG ko:K02316 ko03030,map03030 ko00000,ko00001,ko01000,ko03032 Bacillus 1TQ0X@1239,1ZC16@1386,4HAG2@91061,COG0358@1,COG0358@2 NA|NA|NA L RNA polymerase that catalyzes the synthesis of short RNA molecules used as primers for DNA polymerase during DNA replication -BSU_25230 224308.BSU25230 5.9e-88 330.1 Bacillus yqxD ko:K09768 ko00000 Bacillus 1V9Z0@1239,1ZFK7@1386,4HM1G@91061,COG1671@1,COG1671@2 NA|NA|NA S Belongs to the UPF0178 family -BSU_25240 224308.BSU25240 9.8e-149 532.7 Bacillus yqfL 2.7.11.33,2.7.4.28 ko:K09773 ko00000,ko01000 Bacillus 1TPG0@1239,1ZBIT@1386,4HB0Q@91061,COG1806@1,COG1806@2 NA|NA|NA S Bifunctional serine threonine kinase and phosphorylase involved in the regulation of the pyruvate, phosphate dikinase (PPDK) by catalyzing its phosphorylation dephosphorylation -BSU_25250 224308.BSU25250 7.5e-112 409.8 Bacillus ccpN GO:0006355,GO:0007154,GO:0007584,GO:0008150,GO:0009605,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0009991,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0031667,GO:0031668,GO:0031669,GO:0031670,GO:0042221,GO:0045013,GO:0045892,GO:0045934,GO:0045990,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0051716,GO:0060255,GO:0061984,GO:0061985,GO:0065007,GO:0070887,GO:0071496,GO:0080090,GO:1902679,GO:1903506,GO:1903507,GO:2000112,GO:2000113,GO:2001141 Bacillus 1TRZD@1239,1ZB0P@1386,4HC4C@91061,COG0517@1,COG0517@2 NA|NA|NA K CBS domain -BSU_25260 224308.BSU25260 0.0 1327.8 Bacillus glyS 6.1.1.14 ko:K01879 ko00970,map00970 M00360 R03654 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TNZ7@1239,1ZDF3@1386,4H9NT@91061,COG0751@1,COG0751@2 NA|NA|NA J Glycyl-tRNA synthetase beta subunit -BSU_25270 224308.BSU25270 5.7e-174 616.7 Bacillus glyQ 6.1.1.14 ko:K01878 ko00970,map00970 M00360 R03654 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TPW8@1239,1ZCKP@1386,4HBCF@91061,COG0752@1,COG0752@2 NA|NA|NA J glycyl-tRNA synthetase alpha subunit -BSU_25280 224308.BSU25280 1.1e-144 519.2 Bacillus recO GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006281,GO:0006302,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009295,GO:0009987,GO:0033554,GO:0034641,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:1901360 ko:K03584 ko03440,map03440 ko00000,ko00001,ko03400 Bacillus 1UZ19@1239,1ZAUA@1386,4HAHI@91061,COG1381@1,COG1381@2 NA|NA|NA L Involved in DNA repair and RecF pathway recombination -BSU_25289 224308.BSU25289 1.8e-18 97.4 Bacillus Bacillus 1U5JZ@1239,1ZK2R@1386,2DKK1@1,309RW@2,4IFAR@91061 NA|NA|NA S YqzL-like protein -BSU_25290 224308.BSU25290 4e-167 594.0 Bacillus era GO:0006275,GO:0008150,GO:0008156,GO:0009889,GO:0009890,GO:0009892,GO:0010556,GO:0010558,GO:0010605,GO:0019219,GO:0019222,GO:0030174,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032297,GO:0045934,GO:0048518,GO:0048519,GO:0048522,GO:0048523,GO:0050789,GO:0050794,GO:0051052,GO:0051053,GO:0051171,GO:0051172,GO:0051302,GO:0051781,GO:0060255,GO:0065007,GO:0080090,GO:0090329,GO:2000104,GO:2000112,GO:2000113 ko:K03595 ko00000,ko03009,ko03029 Bacillus 1TP3R@1239,1ZCSH@1386,4H9WF@91061,COG1159@1,COG1159@2 NA|NA|NA S An essential GTPase that binds both GDP and GTP, with rapid nucleotide exchange. Plays a role in 16S rRNA processing and 30S ribosomal subunit biogenesis and possibly also in cell cycle regulation and energy metabolism -BSU_25300 224308.BSU25300 1.2e-70 272.3 Bacillus cdd GO:0003674,GO:0003824,GO:0004126,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006213,GO:0006216,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008270,GO:0009056,GO:0009116,GO:0009119,GO:0009164,GO:0009972,GO:0009987,GO:0016787,GO:0016810,GO:0016814,GO:0019239,GO:0019439,GO:0034641,GO:0034655,GO:0034656,GO:0042454,GO:0043167,GO:0043169,GO:0044237,GO:0044238,GO:0044248,GO:0044270,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046087,GO:0046131,GO:0046133,GO:0046135,GO:0046483,GO:0046700,GO:0046872,GO:0046914,GO:0055086,GO:0071704,GO:0072527,GO:0072529,GO:1901135,GO:1901136,GO:1901360,GO:1901361,GO:1901564,GO:1901565,GO:1901575,GO:1901657,GO:1901658 3.5.4.5 ko:K01489 ko00240,ko00983,ko01100,map00240,map00983,map01100 R01878,R02485,R08221 RC00074,RC00514 ko00000,ko00001,ko01000 iYO844.BSU25300 Bacillus 1V6IP@1239,1ZG79@1386,4HIJ3@91061,COG0295@1,COG0295@2 NA|NA|NA F This enzyme scavenges exogenous and endogenous cytidine and 2'-deoxycytidine for UMP synthesis -BSU_25310 224308.BSU25310 2.7e-61 241.1 Bacillus dgkA 2.7.1.66 ko:K00887 ko00550,map00550 R05626 RC00002,RC00017 ko00000,ko00001,ko01000 Bacillus 1VEGR@1239,1ZHW0@1386,4HNKN@91061,COG0818@1,COG0818@2 NA|NA|NA M Diacylglycerol kinase -BSU_25320 224308.BSU25320 8.7e-81 306.2 Bacillus ybeY ko:K07042 ko00000,ko03009 Bacillus 1V6BU@1239,1ZG7I@1386,4HIIE@91061,COG0319@1,COG0319@2 NA|NA|NA S Single strand-specific metallo-endoribonuclease involved in late-stage 70S ribosome quality control and in maturation of the 3' terminus of the 16S rRNA -BSU_25330 224308.BSU25330 0.0 1263.1 Bacillus yqfF ko:K07037 ko00000 Bacillus 1TR1A@1239,1ZANS@1386,4HAEZ@91061,COG1480@1,COG1480@2 NA|NA|NA S membrane-associated HD superfamily hydrolase -BSU_25340 224308.BSU25340 1.9e-175 621.7 Bacillus phoH ko:K06217 ko00000 Bacillus 1TP35@1239,1ZBVE@1386,4HBD5@91061,COG1702@1,COG1702@2 NA|NA|NA T Phosphate starvation-inducible protein PhoH -BSU_25350 224308.BSU25350 2.5e-185 654.8 Bacillus yqfD ko:K06438 ko00000 Bacillus 1TR3N@1239,1ZBP7@1386,4HC8P@91061,COG0561@1,COG0561@2 NA|NA|NA S Stage IV sporulation -BSU_25360 224308.BSU25360 4.6e-45 186.8 Bacillus yqfC Bacillus 1VF5C@1239,1ZHZA@1386,2E4EZ@1,32ZA5@2,4HNQG@91061 NA|NA|NA S sporulation protein YqfC -BSU_25370 224308.BSU25370 1.3e-24 119.4 Bacillus yqfB Bacillus 1UA17@1239,1ZG2T@1386,29RH9@1,30CK6@2,4IK9T@91061 NA|NA|NA -BSU_25380 224308.BSU25380 9.6e-122 443.4 Bacillus yqfA Bacillus 1TPTD@1239,1ZD1V@1386,4HAIX@91061,COG4864@1,COG4864@2 NA|NA|NA S UPF0365 protein -BSU_25390 224308.BSU25390 1.2e-228 798.9 Bacillus yqeZ ko:K07403 ko00000 Bacillus 1TR54@1239,1ZCTF@1386,4H9P9@91061,COG1030@1,COG1030@2 NA|NA|NA O COG1030 Membrane-bound serine protease (ClpP class) -BSU_25400 224308.BSU25400 2.2e-62 245.0 Bacillus yqeY ko:K09117 ko00000 Bacillus 1V6F2@1239,1ZGGX@1386,4HIQP@91061,COG1610@1,COG1610@2 NA|NA|NA S Yqey-like protein -BSU_25410 1178537.BA1_04662 2.6e-19 100.5 Bacillus rpsU GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005840,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044446,GO:0044464,GO:1990904 ko:K02970 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VEHU@1239,1ZJ3R@1386,4HNPV@91061,COG0828@1,COG0828@2 NA|NA|NA J Belongs to the bacterial ribosomal protein bS21 family -BSU_25420 224308.BSU25420 1e-157 562.8 Bacillus yqeW ko:K03324 ko00000,ko02000 2.A.58.2 Bacillus 1TP4K@1239,1ZBHZ@1386,4HAZ0@91061,COG1283@1,COG1283@2 NA|NA|NA P COG1283 Na phosphate symporter -BSU_25430 224308.BSU25430 3.5e-260 903.7 Bacillus mtaB GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016782,GO:0034470,GO:0034641,GO:0034660,GO:0035596,GO:0035598,GO:0035600,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0050497,GO:0071704,GO:0090304,GO:1901360 2.8.4.5 ko:K18707 R10649 RC00003,RC03221 ko00000,ko01000,ko03016 Bacillus 1TPBR@1239,1ZB8Q@1386,4HBYZ@91061,COG0621@1,COG0621@2 NA|NA|NA J ribosomal protein S12 methylthiotransferase -BSU_25440 224308.BSU25440 2.5e-141 508.1 Bacillus rsmE GO:0000154,GO:0001510,GO:0003674,GO:0003824,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008170,GO:0008173,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016436,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0070042,GO:0070475,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.193 ko:K09761 ko00000,ko01000,ko03009 Bacillus 1V1CT@1239,1ZAV7@1386,4HH8P@91061,COG1385@1,COG1385@2 NA|NA|NA J Specifically methylates the N3 position of the uracil ring of uridine 1498 (m3U1498) in 16S rRNA. Acts on the fully assembled 30S ribosomal subunit -BSU_25450 224308.BSU25450 9.2e-175 619.4 Bacillus prmA ko:K02687 ko00000,ko01000,ko03009 Bacillus 1TPKI@1239,1ZB7J@1386,4HAMF@91061,COG2264@1,COG2264@2 NA|NA|NA J Methylates ribosomal protein L11 -BSU_25460 224308.BSU25460 7.2e-182 643.3 Bacillus dnaJ ko:K03686 ko00000,ko03029,ko03110 Bacillus 1TP00@1239,1ZC0R@1386,4H9KA@91061,COG0484@1,COG0484@2 NA|NA|NA O ATP binding to DnaK triggers the release of the substrate protein, thus completing the reaction cycle. Several rounds of ATP-dependent interactions between DnaJ, DnaK and GrpE are required for fully efficient folding. Also involved, together with DnaK and GrpE, in the DNA replication of plasmids through activation of initiation proteins -BSU_25470 224308.BSU25470 0.0 1079.7 Bacillus dnaK ko:K04043 ko03018,ko04212,ko05152,map03018,map04212,map05152 ko00000,ko00001,ko03019,ko03029,ko03110,ko04147 1.A.33.1 Bacillus 1TP1J@1239,1ZAZ2@1386,4HA9S@91061,COG0443@1,COG0443@2 NA|NA|NA O Heat shock 70 kDa protein -BSU_25480 224308.BSU25480 6.5e-75 287.0 Bacillus grpE GO:0000166,GO:0000774,GO:0003674,GO:0005488,GO:0005515,GO:0008150,GO:0017076,GO:0030234,GO:0030554,GO:0036094,GO:0050790,GO:0051082,GO:0060589,GO:0060590,GO:0065007,GO:0065009,GO:0097159,GO:0098772,GO:1901265,GO:1901363 ko:K03687 ko00000,ko03029,ko03110 Bacillus 1V6G2@1239,1ZGCW@1386,4HIRK@91061,COG0576@1,COG0576@2 NA|NA|NA O Participates actively in the response to hyperosmotic and heat shock by preventing the aggregation of stress-denatured proteins, in association with DnaK and GrpE. It is the nucleotide exchange factor for DnaK and may function as a thermosensor. Unfolded proteins bind initially to DnaJ -BSU_25490 224308.BSU25490 1e-187 662.5 Bacillus hrcA GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:1902679,GO:1903506,GO:1903507,GO:2000112,GO:2000113,GO:2001141 ko:K03705 ko00000,ko03000 Bacillus 1TQP7@1239,1ZBQV@1386,4HAX5@91061,COG1420@1,COG1420@2 NA|NA|NA K Negative regulator of class I heat shock genes (grpE- dnaK-dnaJ and groELS operons). Prevents heat-shock induction of these operons -BSU_25500 224308.BSU25500 8.2e-218 762.7 Bacillus hemN GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006725,GO:0006778,GO:0006779,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0018130,GO:0019438,GO:0033013,GO:0033014,GO:0034641,GO:0044237,GO:0044249,GO:0044271,GO:0044424,GO:0044464,GO:0046483,GO:0048037,GO:0051186,GO:0051188,GO:0051536,GO:0051539,GO:0051540,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 Bacillus 1TPES@1239,1ZC7V@1386,4HA60@91061,COG0635@1,COG0635@2 NA|NA|NA H Involved in the biosynthesis of porphyrin-containing compound -BSU_25510 224308.BSU25510 0.0 1182.9 Bacillus lepA ko:K03596 ko05134,map05134 ko00000,ko00001 Bacillus 1TP0G@1239,1ZC7J@1386,4HASA@91061,COG0481@1,COG0481@2 NA|NA|NA M Required for accurate and efficient protein synthesis under certain stress conditions. May act as a fidelity factor of the translation reaction, by catalyzing a one-codon backward translocation of tRNAs on improperly translocated ribosomes. Back- translocation proceeds from a post-translocation (POST) complex to a pre-translocation (PRE) complex, thus giving elongation factor G a second chance to translocate the tRNAs correctly. Binds to ribosomes in a GTP-dependent manner -BSU_25520 224308.BSU25520 1.7e-54 218.4 Bacillus yqxA Bacillus 1W0SN@1239,1ZJ36@1386,2C4MB@1,345EE@2,4HP0K@91061 NA|NA|NA S Protein of unknown function (DUF3679) -BSU_25530 224308.BSU25530 1.2e-222 778.9 Bacillus spoIIP ko:K06385 ko00000 Bacillus 1TSFS@1239,1ZAV0@1386,4HACZ@91061,COG0860@1,COG0860@2 NA|NA|NA M stage II sporulation protein P -BSU_25540 224308.BSU25540 2.9e-204 717.6 Bacillus gpr GO:0000003,GO:0003674,GO:0003824,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016787,GO:0019538,GO:0019954,GO:0030436,GO:0032502,GO:0043170,GO:0043934,GO:0044238,GO:0071704,GO:0140096,GO:1901564 3.4.24.78 ko:K06012 ko00000,ko01000,ko01002 Bacillus 1TPFY@1239,1ZC4A@1386,4HAGH@91061,COG0680@1,COG0680@2 NA|NA|NA C Initiates the rapid degradation of small, acid-soluble proteins during spore germination -BSU_25550 224308.BSU25550 1.6e-36 158.3 Bacillus rpsT ko:K02968 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VEGX@1239,1ZI3X@1386,4HNJS@91061,COG0268@1,COG0268@2 NA|NA|NA J Binds directly to 16S ribosomal RNA -BSU_25560 224308.BSU25560 1.9e-189 668.3 Bacillus holA 2.7.7.7 ko:K02340 ko00230,ko00240,ko01100,ko03030,ko03430,ko03440,map00230,map00240,map01100,map03030,map03430,map03440 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 Bacillus 1TRM0@1239,1ZBST@1386,4HBB4@91061,COG1466@1,COG1466@2 NA|NA|NA L DNA polymerase III delta subunit -BSU_25569 224308.BSU25569 6.8e-15 85.5 Bacillus Bacillus 1VMIR@1239,1ZK02@1386,2EJUP@1,33DJB@2,4HRA6@91061 NA|NA|NA S YqzM-like protein -BSU_25570 224308.BSU25570 0.0 1449.1 Bacillus comEC ko:K02238 M00429 ko00000,ko00002,ko02044 3.A.11.1,3.A.11.2 Bacillus 1TS9U@1239,1ZBWR@1386,4H9M4@91061,COG0658@1,COG0658@2,COG2333@1,COG2333@2 NA|NA|NA S Competence protein ComEC -BSU_25580 224308.BSU25580 3.6e-105 387.5 Bacillus comEB 3.5.4.12 ko:K01493 ko00240,ko01100,map00240,map01100 M00429 R01663 RC00074 ko00000,ko00001,ko00002,ko01000,ko02044 Bacillus 1V3PU@1239,1ZQ4K@1386,4HEJU@91061,COG2131@1,COG2131@2 NA|NA|NA F ComE operon protein 2 -BSU_25590 224308.BSU25590 5.1e-105 387.1 Bacillus comEA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K02237 M00429 ko00000,ko00002,ko02044 3.A.11.1,3.A.11.2 Bacillus 1VA3W@1239,1ZH4N@1386,4HKJ1@91061,COG1555@1,COG1555@2,COG1596@1,COG1596@2 NA|NA|NA L COG1555 DNA uptake protein and related DNA-binding proteins -BSU_25600 224308.BSU25600 1.4e-147 528.9 Bacillus comER ko:K02239 M00429 ko00000,ko00002,ko02044 Bacillus 1UZ3D@1239,1ZBFA@1386,4HCJ6@91061,COG0345@1,COG0345@2 NA|NA|NA E Catalyzes the reduction of 1-pyrroline-5-carboxylate (PCA) to L-proline -BSU_25610 224308.BSU25610 4.9e-139 500.4 Bacillus yqeM Bacillus 1TQUF@1239,1ZB0Y@1386,4HD2W@91061,COG0500@1,COG2226@2 NA|NA|NA Q Methyltransferase -BSU_25620 224308.BSU25620 8.9e-62 242.7 Bacillus rsfS GO:0003674,GO:0005488,GO:0006417,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010608,GO:0010629,GO:0017148,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032268,GO:0032269,GO:0034248,GO:0034249,GO:0043021,GO:0043023,GO:0044087,GO:0044877,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051246,GO:0051248,GO:0060255,GO:0065007,GO:0080090,GO:0090069,GO:0090071,GO:2000112,GO:2000113 ko:K09710 ko00000,ko03009 Bacillus 1VA2Z@1239,1ZGYR@1386,4HKEJ@91061,COG0799@1,COG0799@2 NA|NA|NA J Functions as a ribosomal silencing factor. Interacts with ribosomal protein L14 (rplN), blocking formation of intersubunit bridge B8. Prevents association of the 30S and 50S ribosomal subunits and the formation of functional ribosomes, thus repressing translation -BSU_25630 224308.BSU25630 1.3e-102 379.0 Bacillus yqeK Bacillus 1V6Y1@1239,1ZCQJ@1386,4HHRY@91061,COG1713@1,COG1713@2 NA|NA|NA H HD superfamily hydrolase involved in NAD metabolism -BSU_25640 224308.BSU25640 4.5e-108 397.1 Bacillus nadD GO:0000309,GO:0003674,GO:0003824,GO:0004515,GO:0006082,GO:0006139,GO:0006520,GO:0006531,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009066,GO:0009108,GO:0009117,GO:0009165,GO:0009435,GO:0009987,GO:0016740,GO:0016772,GO:0016779,GO:0018130,GO:0019355,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019637,GO:0019674,GO:0019752,GO:0034627,GO:0034628,GO:0034641,GO:0034654,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0046483,GO:0046496,GO:0051186,GO:0051188,GO:0055086,GO:0070566,GO:0071704,GO:0072524,GO:0072525,GO:0090407,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605 2.7.7.18 ko:K00969 ko00760,ko01100,map00760,map01100 M00115 R00137,R03005 RC00002 ko00000,ko00001,ko00002,ko01000 Bacillus 1V3SK@1239,1ZFIV@1386,4HGXK@91061,COG1057@1,COG1057@2 NA|NA|NA H Catalyzes the reversible adenylation of nicotinate mononucleotide (NaMN) to nicotinic acid adenine dinucleotide (NaAD) -BSU_25650 224308.BSU25650 3.6e-45 187.2 Bacillus yqeI ko:K07574 ko00000,ko03009 Bacillus 1VEGM@1239,1ZH83@1386,4HKC7@91061,COG1534@1,COG1534@2 NA|NA|NA J RNA-binding protein containing KH domain, possibly ribosomal protein -BSU_25660 224308.BSU25660 4.6e-157 560.5 Bacillus aroE GO:0000166,GO:0003674,GO:0003824,GO:0004764,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0008150,GO:0008152,GO:0009058,GO:0009423,GO:0009987,GO:0016053,GO:0016491,GO:0016614,GO:0016616,GO:0019632,GO:0019752,GO:0032787,GO:0036094,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046417,GO:0048037,GO:0050661,GO:0050662,GO:0055114,GO:0071704,GO:0097159,GO:1901265,GO:1901363,GO:1901576,GO:1901615 1.1.1.25 ko:K00014 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00022 R02413 RC00206 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQRY@1239,1ZANW@1386,4HD4R@91061,COG0169@1,COG0169@2 NA|NA|NA E Involved in the biosynthesis of the chorismate, which leads to the biosynthesis of aromatic amino acids. Catalyzes the reversible NADPH linked reduction of 3-dehydroshikimate (DHSA) to yield shikimate (SA) -BSU_25670 224308.BSU25670 1.5e-213 748.4 Bacillus yqeH GO:0003674,GO:0003824,GO:0003924,GO:0006275,GO:0008150,GO:0008156,GO:0009889,GO:0009890,GO:0009892,GO:0010556,GO:0010558,GO:0010605,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0017111,GO:0019219,GO:0019222,GO:0022613,GO:0030174,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032297,GO:0042254,GO:0044085,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051052,GO:0051053,GO:0051171,GO:0051172,GO:0060255,GO:0065007,GO:0071840,GO:0080090,GO:0090329,GO:2000104,GO:2000112,GO:2000113 ko:K06948 ko00000,ko03009 Bacillus 1TPM2@1239,1ZBES@1386,4HAAF@91061,COG1161@1,COG1161@2 NA|NA|NA S In Bacillus subtilis this enzyme appears to be involved in 30S ribosomal RNA subunit biogenesis -BSU_25680 224308.BSU25680 6.8e-95 353.2 Bacillus yqeG ko:K07015 ko00000 Bacillus 1V6KM@1239,1ZFKN@1386,4HGAV@91061,COG2179@1,COG2179@2 NA|NA|NA S hydrolase of the HAD superfamily -BSU_25690 224308.BSU25690 4.8e-20 102.8 Bacillus sda ko:K06371 ko00000 Bacillus 1VMKK@1239,1ZJY1@1386,2EIH6@1,33C8I@2,4HRH7@91061 NA|NA|NA S Sporulation inhibitor A -BSU_25700 224308.BSU25700 1e-141 509.2 Bacillus yqeF Bacillus 1U232@1239,1ZF2H@1386,4IPYB@91061,COG2755@1,COG2755@2 NA|NA|NA E GDSL-like Lipase/Acylhydrolase -BSU_25710 224308.BSU25710 2.7e-137 494.6 Bacillus xlyA 3.5.1.28 ko:K01447 R04112 RC00064,RC00141 ko00000,ko01000 Bacillus 1V7KT@1239,1ZB8D@1386,4HJ9N@91061,COG3409@1,COG3409@2,COG5632@1,COG5632@2 NA|NA|NA M n-acetylmuramoyl-L-alanine amidase -BSU_25720 224308.BSU25720 1e-105 389.4 Bacillus yqeD Bacillus 1VIP7@1239,1ZRQW@1386,4HK4G@91061,COG0398@1,COG0398@2 NA|NA|NA S SNARE associated Golgi protein -BSU_25730 224308.BSU25730 2e-171 608.2 Bacillus yqeC 1.1.1.343,1.1.1.44 ko:K00033 ko00030,ko00480,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map00480,map01100,map01110,map01120,map01130,map01200 M00004,M00006 R01528,R10221 RC00001,RC00539 ko00000,ko00001,ko00002,ko01000 Bacillus 1UHN4@1239,1ZS1B@1386,4IS44@91061,COG1023@1,COG1023@2 NA|NA|NA G 6-phosphogluconate dehydrogenase -BSU_25740 224308.BSU25740 1e-133 482.6 Bacillus Bacillus 1V3CS@1239,1ZQK7@1386,28NWW@1,2ZBUP@2,4HGW3@91061 NA|NA|NA -BSU_25750 224308.BSU25750 1.4e-74 285.4 Bacillus nucB GO:0005575,GO:0005576 Bacillus 1V89J@1239,1ZH27@1386,4HJVE@91061,COG3209@1,COG3209@2 NA|NA|NA M Deoxyribonuclease NucA/NucB -BSU_25760 1051501.AYTL01000030_gene2744 3.3e-56 224.6 Bacillus sigK GO:0000003,GO:0000988,GO:0000990,GO:0003674,GO:0006139,GO:0006351,GO:0006352,GO:0006355,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009889,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0016070,GO:0016987,GO:0018130,GO:0019219,GO:0019222,GO:0019438,GO:0019954,GO:0030436,GO:0031323,GO:0031326,GO:0032502,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0043254,GO:0043934,GO:0044087,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0050789,GO:0050794,GO:0051128,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0071704,GO:0080090,GO:0090304,GO:0097659,GO:0140110,GO:1901360,GO:1901362,GO:1901576,GO:1903506,GO:2000112,GO:2000142,GO:2001141 ko:K03091 ko00000,ko03021 Bacillus 1TPJ5@1239,1ZB3Q@1386,4HBY2@91061,COG1191@1,COG1191@2 NA|NA|NA K sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released -BSU_25770 224308.BSU25770 3.1e-281 973.8 Bacillus GO:0000150,GO:0003674,GO:0003824,GO:0006139,GO:0006259,GO:0006310,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:0140097,GO:1901360 ko:K06400 ko00000 Bacillus 1TPUG@1239,1ZBV3@1386,4HB3H@91061,COG1961@1,COG1961@2 NA|NA|NA L Recombinase -BSU_25780 224308.BSU25780 2.3e-77 294.7 Bacillus arsC GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0008794,GO:0016491,GO:0030611,GO:0030613,GO:0030614,GO:0042221,GO:0046685,GO:0050896,GO:0055114 1.20.4.1 ko:K03741 ko00000,ko01000 Bacillus 1V3JW@1239,1ZFM2@1386,4HH49@91061,COG0394@1,COG0394@2 NA|NA|NA T Catalyzes the reduction of arsenate As(V) to arsenite As(III) -BSU_25790 224308.BSU25790 1e-182 646.0 Bacillus arsB GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0008509,GO:0015075,GO:0015103,GO:0015104,GO:0015105,GO:0015291,GO:0015297,GO:0015318,GO:0015698,GO:0015699,GO:0015700,GO:0016020,GO:0022804,GO:0022857,GO:0034220,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944,GO:0098656 ko:K03325 ko00000,ko02000 2.A.59 iYO844.BSU25790 Bacillus 1TRMD@1239,1ZD7K@1386,4HC8A@91061,COG0798@1,COG0798@2 NA|NA|NA P Arsenic resistance protein -BSU_25800 224308.BSU25800 2.3e-75 288.1 Bacillus GO:0008150,GO:0010035,GO:0010038,GO:0042221,GO:0046686,GO:0050896 4.4.1.5 ko:K01759 ko00620,map00620 R02530 RC00004,RC00740 ko00000,ko00001,ko01000 Bacillus 1V6K2@1239,1ZGBR@1386,4HJ55@91061,COG0346@1,COG0346@2 NA|NA|NA E Glyoxalase/Bleomycin resistance protein/Dioxygenase superfamily -BSU_25810 224308.BSU25810 2.1e-54 218.0 Bacillus arsR GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 ko:K03892 ko00000,ko03000 Bacillus 1V9XT@1239,1ZI0T@1386,4HKP8@91061,COG0640@1,COG0640@2 NA|NA|NA K ArsR family transcriptional regulator -BSU_25820 224308.BSU25820 2.4e-152 544.7 Bacillus yqcI ko:K09190 ko00000 Bacillus 1US5K@1239,1ZQUM@1386,4HDGW@91061,COG3403@1,COG3403@2 NA|NA|NA S YqcI/YcgG family -BSU_25830 1207055.C100_07000 2.7e-96 359.0 Proteobacteria Bacillus 1NT1X@1224,COG0457@1,COG0457@2 NA|NA|NA S Tetratricopeptide repeat -BSU_25860 224308.BSU25860 6.4e-277 959.5 Bacillus ko:K21491 ko00000,ko01000,ko02048 Bacillus 1VDC1@1239,1ZQPE@1386,4HQE1@91061,COG5444@1,COG5444@2 NA|NA|NA A Pre-toxin TG -BSU_25870 224308.BSU25870 1.8e-104 385.2 Bacillus ko:K21492 ko00000,ko02048 Bacillus 1V30S@1239,1ZIE5@1386,2DMGT@1,32REF@2,4HG7J@91061 NA|NA|NA S Suppressor of fused protein (SUFU) -BSU_25880 224308.BSU25880 8.5e-60 236.1 Bacilli Bacillus 1W5SD@1239,28SJJ@1,2ZEVX@2,4I225@91061 NA|NA|NA -BSU_25900 224308.BSU25900 1.5e-144 518.8 Bacillus 3.5.1.28 ko:K01447 R04112 RC00064,RC00141 ko00000,ko01000 Bacillus 1V5B9@1239,1ZIM6@1386,4HJY4@91061,COG3409@1,COG3409@2,COG5632@1,COG5632@2 NA|NA|NA M N-acetylmuramoyl-L-alanine amidase -BSU_25910 224308.BSU25910 4.4e-68 263.8 Bacillus Bacillus 1V5S1@1239,1ZHHN@1386,4HIAA@91061,COG4824@1,COG4824@2 NA|NA|NA S Bacteriophage holin family -BSU_25920 224308.BSU25920 8.2e-165 586.3 Bacillus xepA Bacillus 1UCMF@1239,1ZPBV@1386,29TBY@1,30EJ0@2,4IP3K@91061 NA|NA|NA -BSU_25930 224308.BSU25930 2.2e-23 114.0 Bacillus Bacillus 1UAT1@1239,1ZJ9F@1386,29RZE@1,30D3R@2,4IM5V@91061 NA|NA|NA -BSU_25940 224308.BSU25940 8.9e-56 222.6 Bacillus xkdW Bacillus 1U22K@1239,1ZH0P@1386,2BREE@1,32KD7@2,4IBJV@91061 NA|NA|NA S XkdW protein -BSU_25950 224308.BSU25950 2.6e-221 774.2 Bacillus Bacillus 1V48I@1239,1ZFE2@1386,292XD@1,2ZQEV@2,4HS4X@91061 NA|NA|NA -BSU_25960 224308.BSU25960 2.1e-39 167.9 Bacillus Bacillus 1VMJP@1239,1ZP25@1386,2EKUT@1,33EIE@2,4HR3P@91061 NA|NA|NA -BSU_25970 224308.BSU25970 1.7e-102 378.6 Bacillus Bacillus 1VKFB@1239,1ZGZU@1386,4HSXC@91061,COG3778@1,COG3778@2 NA|NA|NA S Uncharacterised protein conserved in bacteria (DUF2313) -BSU_25980 224308.BSU25980 1e-190 672.5 Bacillus Bacillus 1TQZU@1239,1ZB2D@1386,4HCTP@91061,COG3299@1,COG3299@2 NA|NA|NA S Evidence 3 Function proposed based on presence of conserved amino acid motif, structural feature or limited homology -BSU_25990 224308.BSU25990 1.6e-70 271.9 Bacillus xkdS Bacillus 1VJ3Z@1239,1ZG3F@1386,4HPXD@91061,COG3628@1,COG3628@2 NA|NA|NA S Protein of unknown function (DUF2634) -BSU_26000 224308.BSU26000 3e-38 164.1 Bacillus xkdR Bacillus 1UAFU@1239,1ZHKX@1386,29RS3@1,30CVT@2,4IKU7@91061 NA|NA|NA S Protein of unknown function (DUF2577) -BSU_26010 224308.BSU26010 4e-181 640.6 Bacillus yqbQ Bacillus 1VAT1@1239,1ZBZG@1386,4HQVE@91061,COG4193@1,COG4193@2 NA|NA|NA G NLP P60 protein -BSU_26020 224308.BSU26020 8.3e-114 416.4 Bacillus xkdP Bacillus 1V1BA@1239,1ZD2J@1386,4HFRJ@91061,COG1652@1,COG1652@2 NA|NA|NA S Lysin motif -BSU_26030 224308.BSU26030 0.0 1887.5 Bacillus xkdO Bacillus 1VAT4@1239,1ZFFP@1386,4HMYI@91061,COG3953@1,COG3953@2,COG5280@1,COG5280@2 NA|NA|NA L Transglycosylase SLT domain -BSU_26039 1051501.AYTL01000027_gene847 2.5e-15 87.4 Bacillus Bacillus 1UAQY@1239,1ZJ15@1386,29RY7@1,30D2I@2,4IM3M@91061 NA|NA|NA -BSU_26040 720555.BATR1942_03995 5.6e-66 256.9 Bacillus Bacillus 1VIHA@1239,1ZDQV@1386,2DQYD@1,339DA@2,4HS2Z@91061 NA|NA|NA S Phage XkdN-like tail assembly chaperone protein, TAC -BSU_26060 224308.BSU26060 6e-76 290.0 Bacillus xkdM Bacillus 1VEC7@1239,1ZEZD@1386,2CBAP@1,32S1D@2,4IRT1@91061 NA|NA|NA S Phage tail tube protein -BSU_26075 224308.BSU26075 9.3e-256 889.0 Bacillus Bacillus 1TP1Y@1239,1ZJRF@1386,28IGV@1,2Z8I6@2,4HFJP@91061 NA|NA|NA S Phage tail sheath C-terminal domain -BSU_26089 224308.BSU26089 1.4e-26 124.8 Bacilli Bacillus 1W5VR@1239,28UMM@1,2ZGS5@2,4I1KU@91061 NA|NA|NA -BSU_26090 224308.BSU26090 2.4e-77 294.7 Bacillus yqbJ Bacillus 1W3G3@1239,1ZFEX@1386,28Y6W@1,2ZK27@2,4I0HC@91061 NA|NA|NA -BSU_26100 224308.BSU26100 7.3e-94 349.7 Bacillus Bacillus 1V9JW@1239,1ZHNY@1386,2EFQM@1,32GN3@2,4IRJU@91061 NA|NA|NA S Bacteriophage HK97-gp10, putative tail-component -BSU_26110 224308.BSU26110 8.7e-65 252.7 Bacillus Bacillus 1VKQF@1239,1ZJ8E@1386,2EHGE@1,33B8A@2,4HZ7D@91061 NA|NA|NA S Domain of unknown function (DUF3599) -BSU_26120 224308.BSU26120 3.5e-67 260.8 Bacillus Bacillus 1VP51@1239,1ZN6C@1386,2ESBD@1,33JW4@2,4HYYW@91061 NA|NA|NA S Protein of unknown function (DUF3199) -BSU_26130 224308.BSU26130 6.2e-51 206.5 Bacillus Bacillus 1UCTE@1239,1ZPKE@1386,29TGI@1,30EPS@2,4IP9N@91061 NA|NA|NA S YqbF, hypothetical protein domain -BSU_26140 224308.BSU26140 4.1e-167 594.0 Bacillus Bacillus 1V0XG@1239,1ZKZT@1386,4HN8Z@91061,COG4653@1,COG4653@2 NA|NA|NA S Phage capsid family -BSU_26150 224308.BSU26150 5.1e-128 464.2 Bacillus yqbD Bacillus 1V1FT@1239,1ZEM9@1386,4HGCH@91061,COG0338@1,COG0338@2 NA|NA|NA L Putative phage serine protease XkdF -BSU_26160 224308.BSU26160 4.4e-115 420.6 Bacillus Bacillus 1UCGP@1239,1ZP58@1386,2BM8A@1,32FS0@2,4INZ2@91061 NA|NA|NA -BSU_26170 224308.BSU26170 1.3e-168 599.0 Bacillus Bacillus 1V2XJ@1239,1ZIBC@1386,4HG77@91061,COG2369@1,COG2369@2 NA|NA|NA S Phage Mu protein F like protein -BSU_26180 224308.BSU26180 7.7e-296 1022.3 Bacillus yqbA Bacillus 1TT5R@1239,1ZE9D@1386,4HEHM@91061,COG5518@1,COG5518@2 NA|NA|NA S portal protein -BSU_26190 224308.BSU26190 5.2e-253 879.8 Bacillus yqaT ko:K06909 ko00000 Bacillus 1TRQP@1239,1ZCXF@1386,4HDMY@91061,COG1783@1,COG1783@2 NA|NA|NA S phage terminase, large subunit -BSU_26200 224308.BSU26200 1.1e-106 392.9 Bacillus yqaS Bacillus 1V6XI@1239,1ZDWD@1386,4HIZ8@91061,COG5484@1,COG5484@2 NA|NA|NA L DNA packaging -BSU_26220 224308.BSU26220 1.1e-80 305.8 Bacillus yqaQ Bacillus 1V8R5@1239,1ZFNM@1386,4HJMG@91061,COG3677@1,COG3677@2 NA|NA|NA L Transposase -BSU_26230 224308.BSU26230 2.7e-166 591.3 Firmicutes Bacillus 1VNRH@1239,2EIV1@1,33CKC@2 NA|NA|NA -BSU_26240 224308.BSU26240 3.6e-31 140.2 Bacillus yqaO Bacillus 1UAM7@1239,1ZIIF@1386,2B77Q@1,320A3@2,4IKZW@91061 NA|NA|NA S Phage-like element PBSX protein XtrA -BSU_26250 224308.BSU26250 1.2e-73 282.3 Bacillus Bacillus 1VF2H@1239,1ZHF6@1386,4HJ0V@91061,COG4570@1,COG4570@2 NA|NA|NA L Endodeoxyribonuclease RusA -BSU_26260 224308.BSU26260 6e-182 643.3 Bacillus yqaM GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006271,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0022616,GO:0034641,GO:0034645,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:1901360,GO:1901576 Bacillus 1V48P@1239,1ZQIY@1386,4HI3X@91061,COG1484@1,COG1484@2 NA|NA|NA L IstB-like ATP binding protein -BSU_26270 224308.BSU26270 7.7e-123 446.4 Bacillus yqaL Bacillus 1UBE3@1239,1ZKRM@1386,4IMST@91061,COG3935@1,COG3935@2 NA|NA|NA L DnaD domain protein -BSU_26280 224308.BSU26280 4.3e-155 553.9 Bacillus yqaK ko:K07455 ko00000,ko03400 Bacillus 1UNDF@1239,1ZEC2@1386,4HB2T@91061,COG3723@1,COG3723@2 NA|NA|NA L RecT family -BSU_26290 224308.BSU26290 2.6e-180 637.9 Bacillus yqaJ Bacillus 1TS2Y@1239,1ZBMA@1386,4HAFK@91061,COG5377@1,COG5377@2 NA|NA|NA L YqaJ-like viral recombinase domain -BSU_26320 224308.BSU26320 2e-103 381.7 Bacilli Bacillus 1VX3G@1239,2FA2Y@1,342BX@2,4HXDM@91061 NA|NA|NA -BSU_26340 224308.BSU26340 1.1e-36 158.7 Bacillus Bacillus 1VEKB@1239,1ZK8P@1386,4IBRC@91061,COG1476@1,COG1476@2 NA|NA|NA K Helix-turn-helix XRE-family like proteins -BSU_26350 224308.BSU26350 2.5e-56 224.6 Bacteria Bacillus COG3620@1,COG3620@2 NA|NA|NA K sequence-specific DNA binding -BSU_26370 224308.BSU26370 1.7e-101 375.2 Bacillus yqaC Bacillus 1UJD5@1239,1ZNE0@1386,4HB5Z@91061,COG0563@1,COG0563@2 NA|NA|NA F adenylate kinase activity -BSU_26380 224308.BSU26380 2.4e-100 371.3 Bacillus yqaB Bacillus 1VF4T@1239,1ZIKA@1386,4HP2V@91061,COG2856@1,COG2856@2 NA|NA|NA E IrrE N-terminal-like domain -BSU_26390 1051501.AYTL01000030_gene2744 3.9e-61 240.7 Bacillus sigK GO:0000003,GO:0000988,GO:0000990,GO:0003674,GO:0006139,GO:0006351,GO:0006352,GO:0006355,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009889,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0016070,GO:0016987,GO:0018130,GO:0019219,GO:0019222,GO:0019438,GO:0019954,GO:0030436,GO:0031323,GO:0031326,GO:0032502,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0043254,GO:0043934,GO:0044087,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0050789,GO:0050794,GO:0051128,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0071704,GO:0080090,GO:0090304,GO:0097659,GO:0140110,GO:1901360,GO:1901362,GO:1901576,GO:1903506,GO:2000112,GO:2000142,GO:2001141 ko:K03091 ko00000,ko03021 Bacillus 1TPJ5@1239,1ZB3Q@1386,4HBY2@91061,COG1191@1,COG1191@2 NA|NA|NA K sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released -BSU_26410 224308.BSU26410 3.3e-68 264.2 Bacillus psiE ko:K13256 ko00000 Bacillus 1VCG5@1239,1ZI7B@1386,4HKQN@91061,COG3223@1,COG3223@2 NA|NA|NA S Protein PsiE homolog -BSU_26420 224308.BSU26420 2e-236 824.7 Bacillus yrkQ Bacillus 1UIF3@1239,1ZF3Q@1386,4HHMV@91061,COG0642@1,COG0642@2,COG5002@1,COG5002@2 NA|NA|NA T Histidine kinase -BSU_26430 224308.BSU26430 1.8e-127 461.8 Bacillus yrkP ko:K02483 ko00000,ko02022 Bacillus 1TP9M@1239,1ZCRU@1386,4HB3T@91061,COG0745@1,COG0745@2 NA|NA|NA T Transcriptional regulator -BSU_26440 224308.BSU26440 1.4e-223 781.9 Bacillus yrkO ko:K07148 ko00000 Bacillus 1TQNS@1239,1ZBX3@1386,4HCR3@91061,COG2311@1,COG2311@2 NA|NA|NA P Protein of unknown function (DUF418) -BSU_26450 224308.BSU26450 1e-104 386.0 Bacillus yrkN Bacillus 1UHQ4@1239,1ZGRK@1386,4HKZ0@91061,COG0454@1,COG0454@2 NA|NA|NA K Acetyltransferase (GNAT) family -BSU_26470 224308.BSU26470 3.3e-97 360.9 Bacillus yrkL ko:K11748 ko00000,ko02000 2.A.37.1.2 Bacillus 1V4UF@1239,1ZRNF@1386,4HIR3@91061,COG2249@1,COG2249@2 NA|NA|NA S Flavodoxin-like fold -BSU_26480 224308.BSU26480 4.8e-79 300.4 Bacillus Bacillus 1V318@1239,1ZH6Z@1386,28P6Z@1,2ZC1H@2,4HFZ4@91061 NA|NA|NA S Protein of unknown function with HXXEE motif -BSU_26490 224308.BSU26490 7.3e-117 426.8 Bacillus yrkJ ko:K07090 ko00000 Bacillus 1TRIE@1239,1ZC6G@1386,4HARW@91061,COG0730@1,COG0730@2 NA|NA|NA S membrane transporter protein -BSU_26500 224308.BSU26500 4.1e-36 156.8 Bacillus yrkI GO:0008150,GO:0009987,GO:0019725,GO:0042592,GO:0048878,GO:0055082,GO:0065007,GO:0065008 Bacillus 1VEEC@1239,1ZI1V@1386,4HNQT@91061,COG0425@1,COG0425@2 NA|NA|NA O Belongs to the sulfur carrier protein TusA family -BSU_26510 224308.BSU26510 1.5e-219 768.5 Bacillus yrkH Bacillus 1TPE2@1239,1ZCD8@1386,4H9WH@91061,COG0491@1,COG0491@2,COG0607@1,COG0607@2 NA|NA|NA P Rhodanese Homology Domain -BSU_26530 224308.BSU26530 2.9e-99 367.9 Bacillus yrkF Bacillus 1V1GU@1239,1ZAVN@1386,4HFR8@91061,COG0425@1,COG0425@2,COG0607@1,COG0607@2 NA|NA|NA OP Belongs to the sulfur carrier protein TusA family -BSU_26540 224308.BSU26540 8.6e-84 316.2 Bacillus yrkE Bacillus 1V2R5@1239,1ZC42@1386,4HG2Y@91061,COG2210@1,COG2210@2 NA|NA|NA O DsrE/DsrF/DrsH-like family -BSU_26550 224308.BSU26550 3.2e-26 123.6 Bacteria Bacillus COG1937@1,COG1937@2 NA|NA|NA S negative regulation of transcription, DNA-templated -BSU_26558 796606.BMMGA3_13625 2.6e-28 131.3 Bacillus Bacillus 1VFKM@1239,1ZIUB@1386,2E45C@1,32Z1E@2,4HP7B@91061 NA|NA|NA -BSU_26560 224308.BSU26560 5.8e-108 396.7 Bacillus yrkC Bacillus 1V3H4@1239,1ZFFQ@1386,4HH1K@91061,COG0662@1,COG0662@2 NA|NA|NA G Cupin domain -BSU_26580 224308.BSU26580 8.1e-151 539.7 Bacillus bltR Bacillus 1V48S@1239,1ZQ1U@1386,4HGJF@91061,COG0789@1,COG0789@2,COG4978@1,COG4978@2 NA|NA|NA K helix_turn_helix, mercury resistance -BSU_26590 224308.BSU26590 6e-211 740.0 Bacillus blt GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K08153,ko:K19578 M00717,M00765 ko00000,ko00002,ko02000 2.A.1.2.70,2.A.1.2.8 iYO844.BSU26590 Bacillus 1TS6K@1239,1ZB90@1386,4HB1V@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_26600 224308.BSU26600 2.4e-83 314.7 Bacillus bltD 2.3.1.57 ko:K00657 ko00330,ko01100,ko04216,map00330,map01100,map04216 M00135 R01154 RC00004,RC00096 ko00000,ko00001,ko00002,ko01000 iYO844.BSU26600 Bacillus 1VBFC@1239,1ZQF0@1386,4HJG1@91061,COG0454@1,COG0456@2 NA|NA|NA K FR47-like protein -BSU_26610 224308.BSU26610 7.6e-236 822.8 Bacillus Bacillus 1TPN0@1239,1ZBAN@1386,4H9SB@91061,COG1253@1,COG1253@2 NA|NA|NA S COG1253 Hemolysins and related proteins containing CBS domains -BSU_26619 224308.BSU26619 3.5e-17 93.2 Bacillus Bacillus 1UCMX@1239,1ZPCH@1386,29TCA@1,30EJC@2,4IP42@91061 NA|NA|NA S YrzO-like protein -BSU_26620 224308.BSU26620 2.9e-171 607.8 Bacillus Bacillus 1UZGC@1239,1ZD9P@1386,4HDET@91061,COG0697@1,COG0697@2 NA|NA|NA EG EamA-like transporter family -BSU_26630 224308.BSU26630 1e-159 569.3 Bacillus Bacillus 1UYHT@1239,1ZQ2D@1386,4HETP@91061,COG0583@1,COG0583@2 NA|NA|NA K Transcriptional regulator -BSU_26640 224308.BSU26640 3.5e-199 700.7 Bacillus ko:K07222 ko00000 Bacillus 1UG83@1239,1ZC6B@1386,4HAFV@91061,COG2072@1,COG2072@2 NA|NA|NA P Oxidoreductase -BSU_26650 224308.BSU26650 7.8e-158 563.1 Bacillus czcD ko:K16264 ko00000,ko02000 2.A.4.1 Bacillus 1TR92@1239,1ZB56@1386,4HBCQ@91061,COG1230@1,COG1230@2 NA|NA|NA P COG1230 Co Zn Cd efflux system component -BSU_26660 224308.BSU26660 2.2e-66 258.1 Bacillus Bacillus 1V3SS@1239,1ZG7P@1386,4HI9G@91061,COG1942@1,COG1942@2 NA|NA|NA S tautomerase -BSU_26670 224308.BSU26670 1e-162 579.3 Bacillus Bacillus 1UCV1@1239,1ZDHP@1386,4HE6I@91061,COG0583@1,COG0583@2 NA|NA|NA K LysR substrate binding domain -BSU_26690 224308.BSU26690 2.6e-231 807.7 Bacillus GO:0003333,GO:0003674,GO:0005215,GO:0005304,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006820,GO:0006855,GO:0006865,GO:0008150,GO:0008324,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015175,GO:0015179,GO:0015188,GO:0015190,GO:0015238,GO:0015318,GO:0015658,GO:0015711,GO:0015803,GO:0015804,GO:0015807,GO:0015818,GO:0015820,GO:0015829,GO:0015849,GO:0015893,GO:0016020,GO:0022857,GO:0034220,GO:0042221,GO:0042493,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098655,GO:0098656,GO:1902475,GO:1903785,GO:1903825,GO:1905039 ko:K03311 ko00000 2.A.26 Bacillus 1TQIS@1239,1ZAST@1386,4HAKA@91061,COG1114@1,COG1114@2 NA|NA|NA E Component of the transport system for branched-chain amino acids -BSU_26700 224308.BSU26700 5.6e-50 203.4 Bacillus azlD Bacillus 1V9YS@1239,1ZHEG@1386,4HJID@91061,COG1687@1,COG1687@2 NA|NA|NA E Branched-chain amino acid transport protein (AzlD) -BSU_26710 224308.BSU26710 5.6e-138 496.9 Bacillus azlC Bacillus 1TP8P@1239,1ZRPV@1386,4IQZH@91061,COG1296@1,COG1296@2 NA|NA|NA E AzlC protein -BSU_26720 224308.BSU26720 3.7e-79 300.8 Bacillus bkdR GO:0001101,GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0042221,GO:0043200,GO:0043565,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1901698,GO:1901700,GO:1903506,GO:2000112,GO:2001141 Bacillus 1V319@1239,1ZD2Z@1386,4HFNU@91061,COG1522@1,COG1522@2 NA|NA|NA K helix_turn_helix ASNC type -BSU_26730 224308.BSU26730 6.9e-46 189.5 Bacillus yrdF ko:K03623 ko00000 Bacillus 1VFHP@1239,1ZJ2M@1386,4HS3R@91061,COG2732@1,COG2732@2 NA|NA|NA K ribonuclease inhibitor -BSU_26740 224308.BSU26740 7e-231 806.2 Bacillus cypA ko:K15468 ko00000,ko01008 Bacillus 1TPWZ@1239,1ZC1Y@1386,4HAGS@91061,COG2124@1,COG2124@2 NA|NA|NA C Cytochrome P450 -BSU_26760 224308.BSU26760 5.3e-101 373.6 Bacillus yrdC Bacillus 1V70H@1239,1ZG9B@1386,4HJXC@91061,COG1335@1,COG1335@2 NA|NA|NA Q Isochorismatase family -BSU_26770 224308.BSU26770 4e-57 227.3 Bacteria Bacillus 2ED2V@1,336ZS@2 NA|NA|NA S Protein of unknown function (DUF2568) -BSU_26780 224308.BSU26780 1.5e-91 342.0 Bacillus yrdA Bacillus 1TSEV@1239,1ZQV0@1386,4HCNJ@91061,COG2318@1,COG2318@2 NA|NA|NA S DinB family -BSU_26790 224308.BSU26790 1.3e-167 595.5 Bacillus aadK ko:K05593 ko00000,ko01000,ko01504 Bacillus 1TRA1@1239,1ZE40@1386,2DB8K@1,2Z7S1@2,4HBIE@91061 NA|NA|NA G Streptomycin adenylyltransferase -BSU_26800 224308.BSU26800 2.6e-194 684.5 Bacillus yrpB 1.13.12.16 ko:K00459 ko00910,map00910 R00025 RC02541,RC02759 ko00000,ko00001,ko01000 Bacillus 1TPC3@1239,1ZBXS@1386,4H9T0@91061,COG2070@1,COG2070@2 NA|NA|NA S COG2070 Dioxygenases related to 2-nitropropane dioxygenase -BSU_26810 224308.BSU26810 1.3e-148 532.3 Bacillus GO:0000270,GO:0003674,GO:0003824,GO:0006022,GO:0006023,GO:0006024,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009252,GO:0009273,GO:0009987,GO:0016853,GO:0016854,GO:0016855,GO:0030203,GO:0034645,GO:0036361,GO:0042546,GO:0043170,GO:0044036,GO:0044038,GO:0044085,GO:0044237,GO:0044249,GO:0044260,GO:0047661,GO:0070589,GO:0071554,GO:0071704,GO:0071840,GO:1901135,GO:1901137,GO:1901564,GO:1901566,GO:1901576 5.1.1.3 ko:K01776 ko00471,ko01100,map00471,map01100 R00260 RC00302 ko00000,ko00001,ko01000,ko01011 Bacillus 1TPPR@1239,1ZG4P@1386,4HBW9@91061,COG0796@1,COG0796@2 NA|NA|NA M Provides the (R)-glutamate required for cell wall biosynthesis -BSU_26820 224308.BSU26820 3.9e-125 454.1 Bacillus yrpD Bacillus 1VCJR@1239,1ZFBY@1386,2CQ69@1,32SKI@2,4HNF9@91061 NA|NA|NA S Domain of unknown function, YrpD -BSU_26830 224308.BSU26830 9.2e-117 426.4 Bacillus ko:K09815 ko02010,map02010 M00242 ko00000,ko00001,ko00002,ko02000 3.A.1.15.3,3.A.1.15.5 Bacillus 1UI6E@1239,1ZS5B@1386,4ISFG@91061,COG3443@1,COG3443@2 NA|NA|NA S ZinT (YodA) periplasmic lipocalin-like zinc-recruitment -BSU_26840 224308.BSU26840 8.2e-96 356.3 Bacillus ko:K03088 ko00000,ko03021 Bacillus 1V3G9@1239,1ZMXR@1386,4HW99@91061,COG1595@1,COG1595@2 NA|NA|NA K Belongs to the sigma-70 factor family. ECF subfamily -BSU_26850 224308.BSU26850 7.6e-188 662.9 Bacillus Bacillus 1UY4A@1239,1ZQG9@1386,4HBZD@91061,COG0667@1,COG0667@2 NA|NA|NA C Aldo/keto reductase family -BSU_26860 224308.BSU26860 2.1e-225 788.1 Bacillus yraO GO:0003674,GO:0005215,GO:0005575,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0034220,GO:0044425,GO:0051179,GO:0051234,GO:0055085,GO:0098656 ko:K03300,ko:K11639 ko02020,map02020 ko00000,ko00001 2.A.11,2.A.11.1.1 Bacillus 1TQQH@1239,1ZCEQ@1386,4HAGT@91061,COG2851@1,COG2851@2 NA|NA|NA C Citrate transporter -BSU_26870 224308.BSU26870 2e-163 581.6 Bacillus yraN Bacillus 1TZ6U@1239,1ZB8N@1386,4HB3Y@91061,COG0583@1,COG0583@2 NA|NA|NA K Transcriptional regulator -BSU_26880 224308.BSU26880 4.1e-206 723.8 Bacillus yraM Bacillus 1TPP6@1239,1ZBED@1386,4HD7I@91061,COG2828@1,COG2828@2 NA|NA|NA S PrpF protein -BSU_26890 224308.BSU26890 4.5e-157 560.5 Bacilli Bacillus 1VCJN@1239,4HTZB@91061,COG3409@1,COG3409@2 NA|NA|NA M Aids in the defense against invading fungal pathogens by degrading their cell wall chitosan -BSU_26900 224308.BSU26900 1.7e-41 174.9 Bacillus Bacillus 1VEZS@1239,1ZHZQ@1386,4HNM8@91061,COG5566@1,COG5566@2 NA|NA|NA S COG2197 Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain -BSU_26910 224308.BSU26910 5.4e-155 553.5 Bacillus Bacillus 1VHJX@1239,1ZD51@1386,4HQIV@91061,COG0596@1,COG0596@2 NA|NA|NA S Alpha beta hydrolase -BSU_26920 1051501.AYTL01000030_gene2769 2.9e-60 237.7 Bacillus Bacillus 1VRDW@1239,1ZPM0@1386,4HTEI@91061,COG3103@1,COG4991@2 NA|NA|NA T sh3 domain protein -BSU_26930 224308.BSU26930 5.8e-61 240.0 Bacillus Bacillus 1VRDW@1239,1ZPM0@1386,4HTEI@91061,COG3103@1,COG4991@2 NA|NA|NA T sh3 domain protein -BSU_26940 224308.BSU26940 2.2e-66 258.1 Bacillus Bacillus 1V9KE@1239,1ZK71@1386,4HK92@91061,COG0346@1,COG0346@2 NA|NA|NA E Glyoxalase-like domain -BSU_26950 224308.BSU26950 8.9e-37 159.1 Bacillus yraG ko:K06440 ko00000 Bacillus 1W180@1239,1ZQW3@1386,2DA30@1,347MA@2,4HYA3@91061 NA|NA|NA -BSU_26960 224308.BSU26960 1.4e-62 245.4 Bacillus yraF Bacillus 1V4E3@1239,1ZH5H@1386,4HH3T@91061,COG5577@1,COG5577@2 NA|NA|NA M Spore coat protein -BSU_26970 224308.BSU26970 4.9e-223 780.0 Bacillus adhB 1.1.1.1,1.1.1.284,1.2.1.46 ko:K00121,ko:K00148 ko00010,ko00071,ko00350,ko00625,ko00626,ko00680,ko00830,ko00980,ko00982,ko01100,ko01110,ko01120,ko01130,ko01200,ko01220,ko05204,map00010,map00071,map00350,map00625,map00626,map00680,map00830,map00980,map00982,map01100,map01110,map01120,map01130,map01200,map01220,map05204 R00604,R00623,R00754,R02124,R04880,R05233,R05234,R06917,R06927,R06983,R07105,R08281,R08306,R08310 RC00050,RC00087,RC00088,RC00099,RC00116,RC00188,RC00649,RC01715,RC01734,RC02273 ko00000,ko00001,ko01000 Bacillus 1TPIW@1239,1ZB9D@1386,4HB2G@91061,COG1063@1,COG1063@2 NA|NA|NA E COG1063 Threonine dehydrogenase and related Zn-dependent dehydrogenases -BSU_26980 224308.BSU26980 4.3e-26 123.2 Bacillus Bacillus 1VK4Z@1239,1ZJAB@1386,2EGYD@1,33AQH@2,4HRB4@91061 NA|NA|NA -BSU_26990 224308.BSU26990 1.9e-49 201.4 Bacillus yraD ko:K06439 ko00000 Bacillus 1VB60@1239,1ZI7J@1386,4HM7J@91061,COG5577@1,COG5577@2 NA|NA|NA M Spore coat protein -BSU_27000 224308.BSU27000 7.3e-47 193.4 Bacillus yraB ko:K21745 ko00000,ko03000 Bacillus 1VAAP@1239,1ZHPE@1386,4HKZ9@91061,COG0789@1,COG0789@2 NA|NA|NA K helix_turn_helix, mercury resistance -BSU_27009 224308.BSU27009 5.4e-29 132.9 Bacteria Bacillus COG0599@1,COG0599@2 NA|NA|NA S peroxiredoxin activity -BSU_27010 224308.BSU27010 3.2e-200 704.1 Bacillus adhA ko:K13979 ko00000,ko01000 Bacillus 1TP5B@1239,1ZB8Z@1386,4HA9Z@91061,COG1064@1,COG1064@2 NA|NA|NA C alcohol dehydrogenase -BSU_27020 224308.BSU27020 8.5e-90 336.3 Bacillus yraA 3.5.1.124 ko:K05520 ko00000,ko01000,ko01002 Bacillus 1V3I7@1239,1ZFMH@1386,4HFNG@91061,COG0693@1,COG0693@2 NA|NA|NA S protease -BSU_27030 224308.BSU27030 0.0 1407.1 Bacillus sacC GO:0003674,GO:0003824,GO:0004553,GO:0004564,GO:0005975,GO:0005984,GO:0005985,GO:0005987,GO:0008150,GO:0008152,GO:0009056,GO:0009311,GO:0009313,GO:0009987,GO:0016052,GO:0016787,GO:0016798,GO:0044237,GO:0044238,GO:0044248,GO:0044262,GO:0044275,GO:0046352,GO:0071704,GO:1901575 3.2.1.80 ko:K03332 ko00051,map00051 R00879 ko00000,ko00001,ko01000 Bacillus 1TS4M@1239,1ZPVF@1386,4HC82@91061,COG1621@1,COG1621@2 NA|NA|NA G Belongs to the glycosyl hydrolase 32 family -BSU_27040 224308.BSU27040 2.5e-152 544.7 Bacillus levG GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034219,GO:0044425,GO:0044459,GO:0044464,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944 ko:K02771,ko:K02796 ko00051,ko00520,ko01100,ko02060,map00051,map00520,map01100,map02060 M00276,M00304 R02630,R03232 RC00017,RC03206 ko00000,ko00001,ko00002,ko02000 4.A.6.1,4.A.6.1.2 Bacillus 1TQA3@1239,1ZCPZ@1386,4HA3K@91061,COG3716@1,COG3716@2 NA|NA|NA G COG3716 Phosphotransferase system, mannose fructose N-acetylgalactosamine-specific component IID -BSU_27050 224308.BSU27050 4.9e-116 424.1 Bacillus levF GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034219,GO:0044425,GO:0044459,GO:0044464,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944 ko:K02746,ko:K11196 ko00051,ko00052,ko02060,map00051,map00052,map02060 M00277,M00304 R03232,R08366 RC00017,RC03206 ko00000,ko00001,ko00002,ko02000 4.A.6.1.2,4.A.6.1.4 Bacillus 1TPKK@1239,1ZE3U@1386,4H9QI@91061,COG3715@1,COG3715@2 NA|NA|NA G COG3715 Phosphotransferase system, mannose fructose N-acetylgalactosamine-specific component IIC -BSU_27060 224308.BSU27060 1.1e-81 309.3 Bacillus ptnA 2.7.1.191,2.7.1.202 ko:K02793,ko:K02794,ko:K11195 ko00051,ko00520,ko01100,ko02060,map00051,map00520,map01100,map02060 M00276,M00304 R02630,R03232 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.6.1,4.A.6.1.2 Bacillus 1TQJ4@1239,1ZDQ9@1386,4H9Z8@91061,COG3444@1,COG3444@2 NA|NA|NA G PTS system mannose fructose sorbose family -BSU_27070 224308.BSU27070 6.6e-75 286.6 Bacillus levD 2.7.1.202 ko:K11194 ko00051,ko02060,map00051,map02060 M00304 R03232 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.6.1.2 Bacillus 1VB2D@1239,1ZN60@1386,4HMGK@91061,COG2893@1,COG2893@2 NA|NA|NA G PTS system fructose IIA component -BSU_27080 224308.BSU27080 0.0 1805.4 Bacillus levR Bacillus 1VSHE@1239,1ZCV2@1386,4HB6T@91061,COG1221@1,COG1221@2,COG3933@1,COG3933@2 NA|NA|NA K PTS system fructose IIA component -BSU_27090 224308.BSU27090 3.5e-255 887.1 Bacillus ko:K11737 ko00000,ko02000 2.A.3.1.7 Bacillus 1TP97@1239,1ZAQB@1386,4H9QX@91061,COG1113@1,COG1113@2 NA|NA|NA E COG1113 Gamma-aminobutyrate permease and related permeases -BSU_27100 224308.BSU27100 6.1e-106 390.2 Bacillus yrhP GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 Bacillus 1V22Q@1239,1ZFWG@1386,4HGG7@91061,COG1280@1,COG1280@2 NA|NA|NA E LysE type translocator -BSU_27110 224308.BSU27110 1.8e-150 538.5 Bacillus yrhO Bacillus 1TSY3@1239,1ZR3N@1386,4HPSV@91061,COG1378@1,COG1378@2 NA|NA|NA K Archaeal transcriptional regulator TrmB -BSU_27120 224308.BSU27120 7.3e-86 323.2 Bacillus sigV ko:K03088 ko00000,ko03021 Bacillus 1V734@1239,1ZGIA@1386,4HJX8@91061,COG1595@1,COG1595@2 NA|NA|NA K Belongs to the sigma-70 factor family. ECF subfamily -BSU_27130 224308.BSU27130 2.9e-151 541.2 Bacillus rsiV Bacillus 1TQKG@1239,1ZDFG@1386,2DBFK@1,2Z8Z7@2,4HDJX@91061 NA|NA|NA S Protein of unknown function (DUF3298) -BSU_27140 224308.BSU27140 0.0 1166.0 Bacillus yrhL GO:0000271,GO:0005575,GO:0005975,GO:0005976,GO:0006629,GO:0008150,GO:0008152,GO:0008610,GO:0008653,GO:0009058,GO:0009059,GO:0009103,GO:0009987,GO:0016020,GO:0016051,GO:0033692,GO:0034637,GO:0034645,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044260,GO:0044262,GO:0044264,GO:0071704,GO:1901135,GO:1901137,GO:1901576,GO:1903509 Bacillus 1TPTG@1239,1ZB6R@1386,4HB7R@91061,COG1835@1,COG1835@2,COG2755@1,COG2755@2 NA|NA|NA I Acyltransferase family -BSU_27150 224308.BSU27150 2.5e-46 191.0 Bacillus Bacillus 1UPW8@1239,1ZSKD@1386,2E53A@1,32ZWE@2,4HNZR@91061 NA|NA|NA S YrhK-like protein -BSU_27160 224308.BSU27160 0.0 2118.2 Bacillus yrhJ GO:0000166,GO:0003674,GO:0003824,GO:0003958,GO:0004497,GO:0005488,GO:0005504,GO:0005506,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0008289,GO:0009987,GO:0010181,GO:0016491,GO:0016651,GO:0016653,GO:0016705,GO:0016712,GO:0019395,GO:0019752,GO:0020037,GO:0030258,GO:0031406,GO:0032553,GO:0032787,GO:0033293,GO:0034440,GO:0036094,GO:0043167,GO:0043168,GO:0043169,GO:0043177,GO:0043436,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0046872,GO:0046906,GO:0046914,GO:0048037,GO:0050660,GO:0050662,GO:0055114,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901363 1.14.14.1,1.6.2.4 ko:K14338 ko00071,ko00380,ko00627,ko01120,map00071,map00380,map00627,map01120 R03629,R04121,R05259 RC00046,RC01311 ko00000,ko00001,ko00199,ko01000 Bacillus 1TS1E@1239,1ZQAP@1386,4HCWS@91061,COG0369@1,COG0369@2,COG2124@1,COG2124@2 NA|NA|NA C Belongs to the cytochrome P450 family -BSU_27170 224308.BSU27170 8.2e-105 386.3 Bacillus GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 ko:K22106 ko00000,ko03000 Bacillus 1VHP8@1239,1ZREU@1386,4IPYC@91061,COG1309@1,COG1309@2 NA|NA|NA K Tetracycline repressor, C-terminal all-alpha domain -BSU_27180 224308.BSU27180 7.6e-97 359.8 Bacteria Bacillus COG0500@1,COG2226@2 NA|NA|NA Q methyltransferase -BSU_27200 224308.BSU27200 3e-142 511.1 Bacillus yrhG GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006855,GO:0008028,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015238,GO:0015318,GO:0015499,GO:0015711,GO:0015718,GO:0015724,GO:0015849,GO:0015893,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0042221,GO:0042493,GO:0042891,GO:0042895,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098656,GO:1903825,GO:1905039 ko:K21993 ko00000,ko02000 1.A.16.2 Bacillus 1TRTT@1239,1ZC1K@1386,4HB22@91061,COG2116@1,COG2116@2 NA|NA|NA P Formate nitrite -BSU_27210 224308.BSU27210 1e-60 239.2 Bacillus yrhF Bacillus 1V8MU@1239,1ZHGK@1386,4HIS7@91061,COG5609@1,COG5609@2 NA|NA|NA S Uncharacterized conserved protein (DUF2294) -BSU_27220 224308.BSU27220 0.0 1979.5 Bacillus yrhE GO:0003674,GO:0003824,GO:0003954,GO:0005488,GO:0008150,GO:0008152,GO:0016491,GO:0016651,GO:0048037,GO:0051536,GO:0051540,GO:0055114 1.17.1.9 ko:K00123 ko00630,ko00680,ko01100,ko01120,ko01200,map00630,map00680,map01100,map01120,map01200 R00519 RC02796 ko00000,ko00001,ko01000 Bacillus 1TT6D@1239,1ZS18@1386,4IS5E@91061,COG3383@1,COG3383@2 NA|NA|NA C formate dehydrogenase (NAD+) activity -BSU_27230 224308.BSU27230 2.4e-78 298.1 Bacillus yrhD Bacillus 1V6Z7@1239,1ZHM2@1386,4HIG1@91061,COG2427@1,COG2427@2 NA|NA|NA S Protein of unknown function (DUF1641) -BSU_27240 224308.BSU27240 6e-35 152.9 Bacillus yrhC Bacillus 1VFSW@1239,1ZIGK@1386,2E8M6@1,332YN@2,4HNHX@91061 NA|NA|NA S YrhC-like protein -BSU_27250 224308.BSU27250 4.4e-211 740.3 Bacillus mccB GO:0000096,GO:0000098,GO:0003674,GO:0003824,GO:0003962,GO:0004123,GO:0006082,GO:0006520,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008284,GO:0009056,GO:0009063,GO:0009987,GO:0016054,GO:0016740,GO:0016765,GO:0016829,GO:0016846,GO:0019752,GO:0042127,GO:0043418,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044273,GO:0044281,GO:0044282,GO:0046395,GO:0048518,GO:0048522,GO:0050667,GO:0050789,GO:0050794,GO:0065007,GO:0071704,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 4.4.1.1,4.4.1.2 ko:K17217 ko00260,ko00270,ko00920,ko01100,ko01130,ko01230,map00260,map00270,map00920,map01100,map01130,map01230 M00609 R00782,R01001,R01283,R02408 RC00069,RC00348,RC00382,RC00487,RC00710,RC02303,RC02814 ko00000,ko00001,ko00002,ko01000 iYO844.BSU27250 Bacillus 1TPC7@1239,1ZAR9@1386,4HAFQ@91061,COG0626@1,COG0626@2 NA|NA|NA E cystathionine -BSU_27260 224308.BSU27260 2.1e-171 608.2 Bacillus mccA GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0004122,GO:0004124,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006534,GO:0006535,GO:0006563,GO:0006790,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008284,GO:0008652,GO:0009058,GO:0009069,GO:0009070,GO:0009987,GO:0016053,GO:0016740,GO:0016765,GO:0016829,GO:0016835,GO:0016836,GO:0016846,GO:0019344,GO:0019752,GO:0019842,GO:0030170,GO:0036094,GO:0042127,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0048037,GO:0048518,GO:0048522,GO:0050662,GO:0050789,GO:0050794,GO:0065007,GO:0070279,GO:0071704,GO:0080146,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.5.1.134 ko:K17216 ko00270,ko01100,ko01230,map00270,map01100,map01230 M00609 R10305 RC00020,RC00069 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP30@1239,1ZD93@1386,4HAMU@91061,COG0031@1,COG0031@2 NA|NA|NA E Cysteine synthase -BSU_27270 224308.BSU27270 7.2e-124 449.9 Bacillus mtnN 3.2.2.9 ko:K01243 ko00270,ko01100,ko01230,map00270,map01100,map01230 M00034,M00609 R00194,R01401 RC00063,RC00318 ko00000,ko00001,ko00002,ko01000 Bacillus 1U7WK@1239,1ZB7T@1386,4HB8K@91061,COG0775@1,COG0775@2 NA|NA|NA E Catalyzes the irreversible cleavage of the glycosidic bond in both 5'-methylthioadenosine (MTA) and S- adenosylhomocysteine (SAH AdoHcy) to adenine and the corresponding thioribose, 5'-methylthioribose and S-ribosylhomocysteine, respectively -BSU_27280 224308.BSU27280 2e-120 438.3 Bacillus yrrT GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0008152,GO:0008168,GO:0008757,GO:0016740,GO:0016741,GO:0032259,GO:0044424,GO:0044464 ko:K17462 ko00270,ko01100,ko01230,map00270,map01100,map01230 M00609 R10404 RC00003 ko00000,ko00001,ko00002,ko01000 Bacillus 1V3T6@1239,1ZFN7@1386,4HHF1@91061,COG0500@1,COG2226@2 NA|NA|NA Q Could be a S-adenosyl-L-methionine-dependent methyltransferase -BSU_27290 224308.BSU27290 1.2e-26 125.2 Bacillus yrzA Bacillus 1VHCS@1239,1ZIT5@1386,2E6WR@1,331G7@2,4HQVN@91061 NA|NA|NA S Protein of unknown function (DUF2536) -BSU_27300 224308.BSU27300 7.1e-63 247.3 Bacillus yrrS Bacillus 1V93H@1239,1ZH00@1386,2BJ57@1,32DEE@2,4HN71@91061 NA|NA|NA S Protein of unknown function (DUF1510) -BSU_27310 224308.BSU27310 0.0 1138.6 Bacillus pbpI ko:K21468 ko00000,ko01011 Bacillus 1TQKI@1239,1ZBDB@1386,4HC5S@91061,COG0768@1,COG0768@2 NA|NA|NA M Penicillin-binding Protein -BSU_27320 224308.BSU27320 4e-78 297.4 Bacillus greA GO:0006139,GO:0006351,GO:0006354,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0018130,GO:0019438,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0071704,GO:0090304,GO:0097659,GO:1901360,GO:1901362,GO:1901576 ko:K03624 ko00000,ko03021 Bacillus 1V44S@1239,1ZFQI@1386,4HGZU@91061,COG0782@1,COG0782@2 NA|NA|NA K Necessary for efficient RNA polymerase transcription elongation past template-encoded arresting sites. The arresting sites in DNA have the property of trapping a certain fraction of elongating RNA polymerases that pass through, resulting in locked ternary complexes. Cleavage of the nascent transcript by cleavage factors such as GreA or GreB allows the resumption of elongation from the new 3'terminus. GreA releases sequences of 2 to 3 nucleotides -BSU_27330 224308.BSU27330 8e-114 416.4 Bacillus udk GO:0003674,GO:0003824,GO:0004849,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006206,GO:0006213,GO:0006220,GO:0006221,GO:0006222,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008655,GO:0009058,GO:0009112,GO:0009116,GO:0009117,GO:0009119,GO:0009123,GO:0009124,GO:0009129,GO:0009130,GO:0009156,GO:0009161,GO:0009163,GO:0009165,GO:0009173,GO:0009174,GO:0009218,GO:0009220,GO:0009224,GO:0009259,GO:0009260,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0018130,GO:0019205,GO:0019206,GO:0019438,GO:0019637,GO:0019693,GO:0034404,GO:0034641,GO:0034654,GO:0042455,GO:0043094,GO:0043097,GO:0043174,GO:0043771,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046035,GO:0046049,GO:0046131,GO:0046132,GO:0046134,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 2.7.1.48 ko:K00876 ko00240,ko00983,ko01100,map00240,map00983,map01100 R00513,R00516,R00517,R00962,R00964,R00967,R00968,R00970,R01548,R01549,R01880,R02091,R02096,R02097,R02327,R02332,R02371,R02372,R08232 RC00002,RC00017 ko00000,ko00001,ko01000 Bacillus 1TQ4V@1239,1ZB2B@1386,4HAVR@91061,COG0572@1,COG0572@2 NA|NA|NA F Cytidine monophosphokinase -BSU_27340 224308.BSU27340 6.1e-246 856.3 Bacillus yrrO ko:K08303 ko05120,map05120 ko00000,ko00001,ko01000,ko01002 Bacillus 1TPRE@1239,1ZC7K@1386,4HBEG@91061,COG0826@1,COG0826@2 NA|NA|NA O COG0826 Collagenase and related proteases -BSU_27350 224308.BSU27350 1.3e-173 615.5 Bacillus yrrN ko:K08303 ko05120,map05120 ko00000,ko00001,ko01000,ko01002 Bacillus 1TQIZ@1239,1ZAXB@1386,4HA2T@91061,COG0826@1,COG0826@2 NA|NA|NA O Peptidase U32 -BSU_27360 224308.BSU27360 1e-119 436.0 Bacillus yrrM 2.1.1.104 ko:K00588 ko00360,ko00940,ko00941,ko00945,ko01100,ko01110,map00360,map00940,map00941,map00945,map01100,map01110 M00039,M00350 R01942,R06578 RC00003,RC00392 ko00000,ko00001,ko00002,ko01000 Bacillus 1UF4M@1239,1ZFK8@1386,4HE9E@91061,COG4122@1,COG4122@2 NA|NA|NA S O-methyltransferase -BSU_27370 224308.BSU27370 3.7e-183 647.5 Bacillus mltG ko:K07082 ko00000 Bacillus 1TS48@1239,1ZC44@1386,4HAUV@91061,COG1559@1,COG1559@2 NA|NA|NA S Functions as a peptidoglycan terminase that cleaves nascent peptidoglycan strands endolytically to terminate their elongation -BSU_27380 224308.BSU27380 2e-45 188.0 Bacillus yrzB Bacillus 1VAPW@1239,1ZI20@1386,4HKV7@91061,COG3906@1,COG3906@2 NA|NA|NA S Belongs to the UPF0473 family -BSU_27390 224308.BSU27390 3.6e-70 270.8 Bacillus yrrK GO:0000966,GO:0000967,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0022613,GO:0034470,GO:0034471,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0044085,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:1901360 ko:K07447 ko00000,ko01000 Bacillus 1V6ER@1239,1ZG6Y@1386,4HH04@91061,COG0816@1,COG0816@2 NA|NA|NA L Could be a nuclease involved in processing of the 5'-end of pre-16S rRNA -BSU_27400 224308.BSU27400 2.9e-41 174.1 Bacillus yrzL Bacillus 1VAC4@1239,1ZHU7@1386,4HKD0@91061,COG4472@1,COG4472@2 NA|NA|NA S Belongs to the UPF0297 family -BSU_27410 224308.BSU27410 0.0 1731.8 Bacillus alaS GO:0003674,GO:0003824,GO:0004812,GO:0004813,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006412,GO:0006418,GO:0006419,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016597,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0031406,GO:0034470,GO:0034641,GO:0034645,GO:0034660,GO:0036094,GO:0043038,GO:0043039,GO:0043043,GO:0043167,GO:0043168,GO:0043170,GO:0043177,GO:0043412,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.7 ko:K01872 ko00970,map00970 M00359,M00360 R03038 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TPK6@1239,1ZB9E@1386,4H9XC@91061,COG0013@1,COG0013@2 NA|NA|NA J Catalyzes the attachment of alanine to tRNA(Ala) in a two-step reaction alanine is first activated by ATP to form Ala- AMP and then transferred to the acceptor end of tRNA(Ala). Also edits incorrectly charged Ser-tRNA(Ala) and Gly-tRNA(Ala) via its editing domain -BSU_27420 224308.BSU27420 4.5e-170 604.0 Bacillus yrrI GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 Bacillus 1TQ84@1239,1ZBGE@1386,4H9SR@91061,COG0628@1,COG0628@2 NA|NA|NA S AI-2E family transporter -BSU_27430 224308.BSU27430 2.2e-131 474.9 Bacillus glnQ ko:K09972,ko:K10041 ko02010,map02010 M00228,M00232 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.3,3.A.1.3.17,3.A.1.3.18,3.A.1.3.7,3.A.1.3.8 Bacillus 1TNYD@1239,1ZB2E@1386,4H9WY@91061,COG1126@1,COG1126@2 NA|NA|NA E COG1126 ABC-type polar amino acid transport system, ATPase component -BSU_27440 224308.BSU27440 1.1e-144 519.2 Bacillus glnH ko:K09969,ko:K10039 ko02010,map02010 M00228,M00232 ko00000,ko00001,ko00002,ko02000 3.A.1.3,3.A.1.3.18,3.A.1.3.7,3.A.1.3.8 Bacillus 1TT11@1239,1ZCGF@1386,4HAHV@91061,COG0834@1,COG0834@2 NA|NA|NA ET Belongs to the bacterial solute-binding protein 3 family -BSU_27450 224308.BSU27450 6.1e-109 400.2 Bacillus glnM GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 ko:K10040 ko02010,map02010 M00228 ko00000,ko00001,ko00002,ko02000 3.A.1.3 Bacillus 1TQ5K@1239,1ZCEF@1386,4HFBH@91061,COG0765@1,COG0765@2 NA|NA|NA P ABC transporter -BSU_27460 224308.BSU27460 1.7e-106 392.1 Bacillus glnP GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 ko:K10040 ko02010,map02010 M00228 ko00000,ko00001,ko00002,ko02000 3.A.1.3 Bacillus 1UJM4@1239,1ZCE8@1386,4HBAS@91061,COG0765@1,COG0765@2 NA|NA|NA P ABC transporter -BSU_27468 279010.BL05285 1.7e-07 60.8 Bacillus Bacillus 1UB24@1239,1ZJZY@1386,2BGYN@1,32AYR@2,4IMF0@91061 NA|NA|NA S Protein of unknown function (DUF3918) -BSU_27469 224308.BSU27469 1.6e-30 137.9 Bacillus yrzR Bacillus 1VEX3@1239,1ZIT3@1386,2E4YS@1,32ZSJ@2,4HNZ8@91061 NA|NA|NA -BSU_27470 224308.BSU27470 2e-94 351.7 Bacillus yrrD Bacillus 1VEG9@1239,1ZH8E@1386,4HPBU@91061,COG3881@1,COG3881@2 NA|NA|NA S protein conserved in bacteria -BSU_27480 224308.BSU27480 0.0 1574.3 Bacillus recD2 3.1.11.5 ko:K03581 ko03440,map03440 ko00000,ko00001,ko01000,ko03400 Bacillus 1TPZH@1239,1ZAYS@1386,4HATQ@91061,COG0507@1,COG0507@2 NA|NA|NA L DNA-dependent ATPase and ATP-dependent 5'-3' DNA helicase. Has no activity on blunt DNA or DNA with 3'-overhangs, requires at least 10 bases of 5'-ssDNA for helicase activity -BSU_27500 224308.BSU27500 3.8e-220 770.4 Bacillus mnmA GO:0002097,GO:0002098,GO:0002143,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0034227,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:1901360 2.8.1.13 ko:K00566 ko04122,map04122 R08700 RC02313,RC02315 ko00000,ko00001,ko01000,ko03016 Bacillus 1TPIZ@1239,1ZBWQ@1386,4HBJ6@91061,COG0482@1,COG0482@2 NA|NA|NA J Catalyzes the 2-thiolation of uridine at the wobble position (U34) of tRNA, leading to the formation of s(2)U34 -BSU_27510 224308.BSU27510 7.9e-213 746.1 Bacillus yrvO 2.8.1.7 ko:K04487 ko00730,ko01100,ko04122,map00730,map01100,map04122 R07460,R11528,R11529 RC01789,RC02313 ko00000,ko00001,ko01000,ko02048,ko03016,ko03029 Bacillus 1TP21@1239,1ZB1B@1386,4HA6H@91061,COG1104@1,COG1104@2 NA|NA|NA E Cysteine desulfurase -BSU_27520 224308.BSU27520 2.1e-70 271.6 Bacillus cymR GO:0001047,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005515,GO:0005575,GO:0008150,GO:0009987,GO:0016043,GO:0022607,GO:0032991,GO:0032993,GO:0042802,GO:0042803,GO:0043933,GO:0044085,GO:0044212,GO:0046983,GO:0051259,GO:0051260,GO:0051262,GO:0051289,GO:0051291,GO:0065003,GO:0071840,GO:0097159,GO:1901363 ko:K17472 ko00000,ko03000 Bacillus 1V3QB@1239,1ZFKT@1386,4HHCF@91061,COG1959@1,COG1959@2 NA|NA|NA K Transcriptional regulator -BSU_27530 224308.BSU27530 3.3e-236 823.9 Bacillus yrvN ko:K07478 ko00000 Bacillus 1TPVV@1239,1ZBCW@1386,4HAIS@91061,COG2256@1,COG2256@2 NA|NA|NA L COG2256 ATPase related to the helicase subunit of the Holliday junction resolvase -BSU_27540 224308.BSU27540 4.8e-137 493.8 Bacillus yrvM GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016829,GO:0016835,GO:0016836,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0061503,GO:0061504,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360 ko:K22132 ko00000,ko03016 Bacillus 1TQ7A@1239,1ZBGG@1386,4H9KZ@91061,COG1179@1,COG1179@2 NA|NA|NA H COG1179 Dinucleotide-utilizing enzymes involved in molybdopterin and thiamine biosynthesis family 1 -BSU_27550 224308.BSU27550 0.0 1170.2 Bacillus aspS 6.1.1.12 ko:K01876 ko00970,map00970 M00359,M00360 R05577 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016,ko03029 Bacillus 1TPCN@1239,1ZBXI@1386,4HACD@91061,COG0173@1,COG0173@2 NA|NA|NA J Aspartyl-tRNA synthetase with relaxed tRNA specificity since it is able to aspartylate not only its cognate tRNA(Asp) but also tRNA(Asn). Reaction proceeds in two steps L-aspartate is first activated by ATP to form Asp-AMP and then transferred to the acceptor end of tRNA(Asp Asn) -BSU_27560 224308.BSU27560 8.8e-245 852.4 Bacillus hisS 6.1.1.21 ko:K01892 ko00970,map00970 M00359,M00360 R03655 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TP3D@1239,1ZBXR@1386,4HAM2@91061,COG0124@1,COG0124@2 NA|NA|NA J histidyl-tRNA synthetase -BSU_27580 224308.BSU27580 6.7e-263 912.9 Bacillus yrvJ GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 3.5.1.28 ko:K01448 ko01503,map01503 M00727 R04112 RC00064,RC00141 ko00000,ko00001,ko00002,ko01000,ko01011,ko03036 Bacillus 1UYPW@1239,1ZDI1@1386,4HBVT@91061,COG0860@1,COG0860@2,COG3103@1,COG3103@2,COG4991@2 NA|NA|NA M COG3103 SH3 domain protein -BSU_27590 224308.BSU27590 3.2e-68 264.2 Bacillus dtd GO:0002161,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006399,GO:0006450,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016070,GO:0016787,GO:0016788,GO:0034641,GO:0034660,GO:0043170,GO:0044237,GO:0044238,GO:0044424,GO:0044464,GO:0046483,GO:0051499,GO:0051500,GO:0052689,GO:0065007,GO:0065008,GO:0071704,GO:0090304,GO:0106074,GO:0140098,GO:0140101,GO:1901360 ko:K07560 ko00000,ko01000,ko03016 Bacillus 1V6GH@1239,1ZG82@1386,4HINN@91061,COG1490@1,COG1490@2 NA|NA|NA J rejects L-amino acids rather than detecting D-amino acids in the active site. By recycling D-aminoacyl-tRNA to D-amino acids and free tRNA molecules, this enzyme counteracts the toxicity associated with the formation of D-aminoacyl-tRNA entities in vivo and helps enforce protein L-homochirality -BSU_27600 224308.BSU27600 0.0 1434.5 Bacillus relA GO:0003674,GO:0003824,GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0008150,GO:0008152,GO:0008728,GO:0008893,GO:0009116,GO:0009117,GO:0009119,GO:0009150,GO:0009259,GO:0009605,GO:0009987,GO:0009991,GO:0015969,GO:0016020,GO:0016740,GO:0016772,GO:0016778,GO:0016787,GO:0016788,GO:0016794,GO:0019637,GO:0019693,GO:0030312,GO:0031667,GO:0033865,GO:0033875,GO:0034032,GO:0034035,GO:0034641,GO:0042278,GO:0042578,GO:0042594,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0046128,GO:0046483,GO:0050896,GO:0055086,GO:0071704,GO:0071944,GO:0072521,GO:1901068,GO:1901135,GO:1901360,GO:1901564,GO:1901657 2.7.6.5 ko:K00951 ko00230,map00230 R00429 RC00002,RC00078 ko00000,ko00001,ko01000 iYO844.BSU27600 Bacillus 1TNYZ@1239,1ZBN6@1386,4HBX7@91061,COG0317@1,COG0317@2 NA|NA|NA KT In eubacteria ppGpp (guanosine 3'-diphosphate 5-' diphosphate) is a mediator of the stringent response that coordinates a variety of cellular activities in response to changes in nutritional abundance -BSU_27610 224308.BSU27610 1e-90 339.3 Bacillus apt GO:0003674,GO:0003824,GO:0003999,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006144,GO:0006168,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009112,GO:0009113,GO:0009987,GO:0016740,GO:0016757,GO:0016763,GO:0018130,GO:0019438,GO:0034641,GO:0034654,GO:0042440,GO:0043094,GO:0043096,GO:0043101,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046083,GO:0046084,GO:0046112,GO:0046148,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.4.2.7 ko:K00759 ko00230,ko01100,map00230,map01100 R00190,R01229,R04378 RC00063 ko00000,ko00001,ko01000,ko04147 Bacillus 1V1BV@1239,1ZD01@1386,4HFUA@91061,COG0503@1,COG0503@2 NA|NA|NA F Catalyzes a salvage reaction resulting in the formation of AMP, that is energically less costly than de novo synthesis -BSU_27620 224308.BSU27620 0.0 1547.7 Bacillus recJ ko:K07462 ko03410,ko03430,ko03440,map03410,map03430,map03440 ko00000,ko00001,ko01000,ko03400 Bacillus 1TPXE@1239,1ZBAT@1386,4H9UP@91061,COG0608@1,COG0608@2,COG4199@1,COG4199@2 NA|NA|NA L Single-stranded-DNA-specific exonuclease RecJ -BSU_27630 224308.BSU27630 2.3e-48 198.0 Bacillus yrvD Bacillus 1VGMG@1239,1ZIY0@1386,4HQ29@91061,COG5416@1,COG5416@2 NA|NA|NA S Lipopolysaccharide assembly protein A domain -BSU_27640 224308.BSU27640 2.9e-87 327.8 Bacillus yrvC ko:K07228 ko00000 Bacillus 1V544@1239,1ZGIQ@1386,4HI3A@91061,COG0490@1,COG0490@2 NA|NA|NA P regulatory, ligand-binding protein related to C-terminal domains of K channels -BSU_27650 224308.BSU27650 0.0 1373.6 Bacillus secD GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008104,GO:0008150,GO:0015031,GO:0015833,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0033036,GO:0042886,GO:0044425,GO:0044459,GO:0044464,GO:0045184,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944 ko:K12257 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 ko00000,ko00001,ko00002,ko02044 2.A.6.4 Bacillus 1TQVT@1239,1ZBS9@1386,4HB6K@91061,COG0341@1,COG0341@2,COG0342@1,COG0342@2 NA|NA|NA U Part of the Sec protein translocase complex. Interacts with the SecYEG preprotein conducting channel. SecDF uses the proton motive force (PMF) to complete protein translocation after the ATP-dependent function of SecA -BSU_27660 224308.BSU27660 1.6e-48 198.4 Bacillus yrzD Bacillus 1VHES@1239,1ZJ02@1386,2E6NG@1,3318Y@2,4HP4D@91061 NA|NA|NA S Post-transcriptional regulator -BSU_27670 224308.BSU27670 1.3e-269 935.3 Bacillus spoVB ko:K06409 ko00000,ko02000 2.A.66.2.14 Bacillus 1TNYX@1239,1ZDHC@1386,4HAB7@91061,COG2244@1,COG2244@2 NA|NA|NA S COG2244 Membrane protein involved in the export of O-antigen and teichoic acid -BSU_27680 224308.BSU27680 3.7e-114 417.5 Bacillus yrbG Bacillus 1V3NW@1239,1ZDIR@1386,4HHEY@91061,COG2323@1,COG2323@2 NA|NA|NA S membrane -BSU_27690 224308.BSU27690 2e-74 285.0 Bacillus yrzE Bacillus 1VFPE@1239,1ZHSS@1386,2E8Q1@1,33314@2,4HPJ2@91061 NA|NA|NA S Protein of unknown function (DUF3792) -BSU_27700 224308.BSU27700 1.8e-38 164.9 Bacillus yajC ko:K03210 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 ko00000,ko00001,ko00002,ko02044 3.A.5.1,3.A.5.2 Bacillus 1VEMC@1239,1ZHST@1386,4HNK0@91061,COG1862@1,COG1862@2 NA|NA|NA U Preprotein translocase subunit YajC -BSU_27710 224308.BSU27710 8.8e-228 795.8 Bacillus tgt GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008616,GO:0009058,GO:0009116,GO:0009119,GO:0009163,GO:0009987,GO:0018130,GO:0019438,GO:0034404,GO:0034641,GO:0034654,GO:0042455,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046116,GO:0046483,GO:0055086,GO:0071704,GO:1901135,GO:1901137,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 2.4.2.29 ko:K00773 R03789,R10209 RC00063 ko00000,ko01000,ko03016 Bacillus 1TNZ4@1239,1ZBFJ@1386,4HCNM@91061,COG0343@1,COG0343@2 NA|NA|NA F Catalyzes the base-exchange of a guanine (G) residue with the queuine precursor 7-aminomethyl-7-deazaguanine (PreQ1) at position 34 (anticodon wobble position) in tRNAs with GU(N) anticodons (tRNA-Asp, -Asn, -His and -Tyr). Catalysis occurs through a double-displacement mechanism. The nucleophile active site attacks the C1' of nucleotide 34 to detach the guanine base from the RNA, forming a covalent enzyme-RNA intermediate. The proton acceptor active site deprotonates the incoming PreQ1, allowing a nucleophilic attack on the C1' of the ribose to form the product. After dissociation, two additional enzymatic reactions on the tRNA convert PreQ1 to queuine (Q), resulting in the hypermodified nucleoside queuosine (7-(((4,5-cis-dihydroxy-2- cyclopenten-1-yl)amino)methyl)-7-deazaguanosine) -BSU_27720 224308.BSU27720 3.3e-194 684.1 Bacillus queA GO:0002097,GO:0002099,GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0008616,GO:0009058,GO:0009116,GO:0009119,GO:0009163,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016853,GO:0018130,GO:0019438,GO:0034404,GO:0034470,GO:0034641,GO:0034654,GO:0034660,GO:0042455,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0046116,GO:0046483,GO:0051075,GO:0055086,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901135,GO:1901137,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 2.4.99.17 ko:K07568 ko00000,ko01000,ko03016 Bacillus 1TPKD@1239,1ZB71@1386,4H9PT@91061,COG0809@1,COG0809@2 NA|NA|NA J Transfers and isomerizes the ribose moiety from AdoMet to the 7-aminomethyl group of 7-deazaguanine (preQ1-tRNA) to give epoxyqueuosine (oQ-tRNA) -BSU_27729 1051501.AYTL01000030_gene2846 5.7e-18 96.3 Bacillus yrzS Bacillus 1VEGC@1239,1ZJ6M@1386,2DNS1@1,32YVX@2,4HPC6@91061 NA|NA|NA S Protein of unknown function (DUF2905) -BSU_27730 224308.BSU27730 1.1e-186 659.1 Bacillus ruvB 3.6.4.12 ko:K03551 ko03440,map03440 ko00000,ko00001,ko01000,ko03400 Bacillus 1TR47@1239,1ZC5A@1386,4HBMW@91061,COG2255@1,COG2255@2 NA|NA|NA L The RuvA-RuvB complex in the presence of ATP renatures cruciform structure in supercoiled DNA with palindromic sequence, indicating that it may promote strand exchange reactions in homologous recombination. RuvAB is a helicase that mediates the Holliday junction migration by localized denaturation and reannealing -BSU_27740 224308.BSU27740 3.4e-106 391.0 Bacillus ruvA 3.6.4.12 ko:K03550 ko03440,map03440 ko00000,ko00001,ko01000,ko03400 Bacillus 1V3KF@1239,1ZBJT@1386,4HHI5@91061,COG0632@1,COG0632@2 NA|NA|NA L The RuvA-RuvB complex in the presence of ATP renatures cruciform structure in supercoiled DNA with palindromic sequence, indicating that it may promote strand exchange reactions in homologous recombination. RuvAB is a helicase that mediates the Holliday junction migration by localized denaturation and reannealing. RuvA stimulates, in the presence of DNA, the weak ATPase activity of RuvB -BSU_27750 224308.BSU27750 8.2e-93 346.3 Bacillus bofC ko:K06318 ko00000 Bacillus 1V83A@1239,1ZH9Y@1386,2DGQY@1,32U7R@2,4HKRI@91061 NA|NA|NA S BofC C-terminal domain -BSU_27760 224308.BSU27760 9e-253 879.0 Bacillus csbX Bacillus 1TRNB@1239,1ZCJH@1386,4HCAI@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_27770 224308.BSU27770 2.2e-193 681.4 Bacillus 1.1.1.18,1.1.1.369 ko:K00010 ko00521,ko00562,ko01100,ko01120,ko01130,map00521,map00562,map01100,map01120,map01130 R01183,R09951 RC00182 ko00000,ko00001,ko01000 Bacillus 1TP83@1239,1ZBDM@1386,4HAKY@91061,COG0673@1,COG0673@2 NA|NA|NA S Oxidoreductase family, NAD-binding Rossmann fold -BSU_27785 224308.BSU27785 8.4e-119 433.0 Bacillus yrzF Bacillus 1UIYE@1239,1ZF0H@1386,4ISX4@91061,COG2112@1,COG2112@2 NA|NA|NA T serine threonine protein kinase -BSU_27800 1051501.AYTL01000030_gene2853 4.4e-35 153.7 Bacillus Bacillus 1VAGT@1239,1ZH9N@1386,2CJYE@1,32SB3@2,4HRVP@91061 NA|NA|NA S Family of unknown function (DUF5412) -BSU_27810 224308.BSU27810 3.1e-262 910.6 Bacillus yrbD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03310 ko00000 2.A.25 Bacillus 1TNZP@1239,1ZAX7@1386,4H9SZ@91061,COG1115@1,COG1115@2 NA|NA|NA E Sodium alanine symporter -BSU_27820 224308.BSU27820 3.2e-127 461.1 Bacillus yrbC GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 Bacillus 1TPP5@1239,1ZBN0@1386,4H9WJ@91061,COG0217@1,COG0217@2 NA|NA|NA K transcriptional regulatory protein -BSU_27830 720555.BATR1942_11680 6.5e-49 200.7 Bacillus ko:K06345 ko00000 Bacillus 1V67M@1239,1ZDZH@1386,2C7CE@1,30872@2,4HHGE@91061 NA|NA|NA S Sporulation lipoprotein YhcN/YlaJ (Spore_YhcN_YlaJ) -BSU_27840 224308.BSU27840 1.7e-157 562.4 Bacillus safA GO:0003674,GO:0005488,GO:0005515,GO:0019899,GO:0051117 ko:K06370 ko00000 Bacillus 1VETU@1239,1ZD0H@1386,4HP2D@91061,COG1388@1,COG1388@2 NA|NA|NA M spore coat assembly protein SafA -BSU_27850 224308.BSU27850 6.3e-215 753.1 Bacillus nadA GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006520,GO:0006531,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008987,GO:0009058,GO:0009066,GO:0009108,GO:0009117,GO:0009165,GO:0009435,GO:0009987,GO:0016053,GO:0017144,GO:0018130,GO:0019355,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019637,GO:0019674,GO:0019752,GO:0019805,GO:0034627,GO:0034628,GO:0034641,GO:0034654,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0046496,GO:0046874,GO:0048037,GO:0051186,GO:0051188,GO:0051536,GO:0051539,GO:0051540,GO:0055086,GO:0071704,GO:0072524,GO:0072525,GO:0090407,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605 2.5.1.72 ko:K03517 ko00760,ko01100,map00760,map01100 M00115 R04292 RC01119 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP6R@1239,1ZAR3@1386,4H9QG@91061,COG0379@1,COG0379@2 NA|NA|NA H Catalyzes the condensation of iminoaspartate with dihydroxyacetone phosphate to form quinolinate -BSU_27860 224308.BSU27860 7e-161 573.2 Bacillus nadC GO:0003674,GO:0003824,GO:0004514,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009165,GO:0009435,GO:0009987,GO:0016054,GO:0016740,GO:0016757,GO:0016763,GO:0017144,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019637,GO:0019674,GO:0019752,GO:0034213,GO:0034641,GO:0034654,GO:0042737,GO:0043436,GO:0043648,GO:0043649,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044282,GO:0044424,GO:0044464,GO:0046395,GO:0046483,GO:0046496,GO:0046700,GO:0046874,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072524,GO:0072525,GO:0072526,GO:0090407,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576 2.4.2.19 ko:K00767 ko00760,ko01100,map00760,map01100 M00115 R03348 RC02877 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPQC@1239,1ZBVN@1386,4HB46@91061,COG0157@1,COG0157@2 NA|NA|NA H Belongs to the NadC ModD family -BSU_27870 224308.BSU27870 3.5e-307 1060.1 Bacillus nadB 1.4.3.16 ko:K00278 ko00250,ko00760,ko01100,map00250,map00760,map01100 M00115 R00357,R00481 RC00006,RC02566 ko00000,ko00001,ko00002,ko01000 Bacillus 1UHSP@1239,1ZBIE@1386,4H9ZZ@91061,COG0029@1,COG0029@2 NA|NA|NA H Catalyzes the oxidation of L-aspartate to iminoaspartate -BSU_27880 224308.BSU27880 2e-230 804.7 Bacillus nifS 2.8.1.7 ko:K04487 ko00730,ko01100,ko04122,map00730,map01100,map04122 R07460,R11528,R11529 RC01789,RC02313 ko00000,ko00001,ko01000,ko02048,ko03016,ko03029 Bacillus 1TPYU@1239,1ZCRY@1386,4HA5J@91061,COG1104@1,COG1104@2 NA|NA|NA E Cysteine desulfurase -BSU_27890 224308.BSU27890 6e-94 350.1 Bacillus nadR ko:K07105 ko00000 Bacillus 1V6EY@1239,1ZGFK@1386,4HGYB@91061,COG1827@1,COG1827@2 NA|NA|NA S small molecule binding protein (contains 3H domain) -BSU_27900 224308.BSU27900 5.7e-163 580.1 Bacillus pheA GO:0003674,GO:0003824,GO:0004664,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006558,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009094,GO:0009095,GO:0009987,GO:0016053,GO:0016829,GO:0016835,GO:0016836,GO:0017144,GO:0019438,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1902221,GO:1902223 4.2.1.51 ko:K04518 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00024 R00691,R01373 RC00360 ko00000,ko00001,ko00002,ko01000 iYO844.BSU27900 Bacillus 1TPDN@1239,1ZAVW@1386,4HA96@91061,COG0077@1,COG0077@2 NA|NA|NA E Prephenate dehydratase -BSU_27910 224308.BSU27910 3.7e-73 280.8 Bacillus pheB 5.4.99.5 ko:K06209 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00024,M00025 R01715 RC03116 ko00000,ko00001,ko00002,ko01000 iYO844.BSU27910 Bacillus 1VAJ9@1239,1ZFNK@1386,4HFRC@91061,COG4492@1,COG4492@2 NA|NA|NA S Belongs to the UPF0735 family -BSU_27920 224308.BSU27920 2.5e-231 807.7 Bacillus obg GO:0000003,GO:0000160,GO:0000166,GO:0001882,GO:0001883,GO:0003674,GO:0005488,GO:0005525,GO:0007154,GO:0007165,GO:0008150,GO:0009987,GO:0017076,GO:0019001,GO:0019954,GO:0023052,GO:0030436,GO:0032502,GO:0032549,GO:0032550,GO:0032553,GO:0032555,GO:0032561,GO:0035556,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0043934,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0065007,GO:0097159,GO:0097367,GO:1901265,GO:1901363 ko:K03979 ko00000,ko01000,ko03009 Bacillus 1TPX7@1239,1ZCM4@1386,4H9P8@91061,COG0536@1,COG0536@2 NA|NA|NA S An essential GTPase which binds GTP, GDP and possibly (p)ppGpp with moderate affinity, with high nucleotide exchange rates and a fairly low GTP hydrolysis rate. Plays a role in control of the cell cycle, stress response, ribosome biogenesis and in those bacteria that undergo differentiation, in morphogenesis control -BSU_27930 224308.BSU27930 2.5e-106 391.3 Bacillus spo0B GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 ko:K06375 ko02020,ko02024,map02020,map02024 ko00000,ko00001,ko01000 Bacillus 1V8IS@1239,1ZHUN@1386,4HQ4T@91061,COG3290@1,COG3290@2 NA|NA|NA T Sporulation initiation phospho-transferase B, C-terminal -BSU_27940 1051501.AYTL01000030_gene2867 4.2e-46 190.3 Bacillus rpmA GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0015934,GO:0022625,GO:0022626,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:1990904 ko:K02899 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V6HW@1239,1ZGZ9@1386,4HIMN@91061,COG0211@1,COG0211@2 NA|NA|NA J Belongs to the bacterial ribosomal protein bL27 family -BSU_27950 224308.BSU27950 6.9e-56 223.0 Bacillus ysxB ko:K07584 ko00000 Bacillus 1VEQ9@1239,1ZI1F@1386,4HNMV@91061,COG2868@1,COG2868@2 NA|NA|NA J ribosomal protein -BSU_27960 224308.BSU27960 9.7e-49 199.1 Bacillus rplU GO:0003674,GO:0003735,GO:0005198 ko:K02888 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V9YH@1239,1ZGZG@1386,4HIGK@91061,COG0261@1,COG0261@2 NA|NA|NA J This protein binds to 23S rRNA in the presence of protein L20 -BSU_27970 224308.BSU27970 2e-160 571.6 Bacillus spoIVFB ko:K06402 ko00000,ko01000,ko01002 Bacillus 1V72P@1239,1ZAQ2@1386,4IR6Y@91061,COG1994@1,COG1994@2 NA|NA|NA S Stage IV sporulation protein -BSU_27980 224308.BSU27980 6.4e-145 520.0 Bacillus spoIVFA ko:K06401 ko00000 Bacillus 1TSQI@1239,1ZFJN@1386,4HFC8@91061,COG0739@1,COG0739@2 NA|NA|NA M COG0739 Membrane proteins related to metalloendopeptidases -BSU_27990 224308.BSU27990 4.2e-144 517.3 Bacillus minD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03609 ko00000,ko03036,ko04812 Bacillus 1TP6P@1239,1ZB5P@1386,4HB2F@91061,COG2894@1,COG2894@2 NA|NA|NA D Belongs to the ParA family -BSU_28000 224308.BSU28000 1.9e-108 398.7 Bacillus minC GO:0000910,GO:0003674,GO:0004857,GO:0007049,GO:0007105,GO:0008150,GO:0009987,GO:0022402,GO:0030234,GO:0031333,GO:0032271,GO:0032272,GO:0032506,GO:0043086,GO:0043254,GO:0044087,GO:0044092,GO:0048519,GO:0048523,GO:0050789,GO:0050790,GO:0050794,GO:0051128,GO:0051129,GO:0051301,GO:0065007,GO:0065009,GO:0098772 ko:K03610 ko00000,ko03036,ko04812 Bacillus 1VAPC@1239,1ZDSJ@1386,4HBTI@91061,COG0850@1,COG0850@2 NA|NA|NA D Cell division inhibitor that blocks the formation of polar Z ring septums. Rapidly oscillates between the poles of the cell to destabilize FtsZ filaments that have formed before they mature into polar Z rings. Prevents FtsZ polymerization -BSU_28010 224308.BSU28010 2.4e-84 318.2 Bacillus mreD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03571 ko00000,ko03036 9.B.157.1 Bacillus 1VEN7@1239,1ZGID@1386,4HNWW@91061,COG2891@1,COG2891@2 NA|NA|NA M shape-determining protein -BSU_28020 224308.BSU28020 4.7e-157 560.5 Bacillus mreC GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0008360,GO:0009273,GO:0009987,GO:0016020,GO:0022603,GO:0022604,GO:0030428,GO:0042546,GO:0043621,GO:0044085,GO:0044464,GO:0050789,GO:0050793,GO:0050794,GO:0051128,GO:0065007,GO:0065008,GO:0071554,GO:0071840,GO:0071944 ko:K03570 ko00000,ko03036 9.B.157.1 Bacillus 1TR1V@1239,1ZC8X@1386,4HB0K@91061,COG1792@1,COG1792@2 NA|NA|NA M Involved in formation and maintenance of cell shape -BSU_28030 224308.BSU28030 3.1e-184 651.0 Bacillus mreB ko:K03569 ko00000,ko02048,ko03036,ko04812 1.A.33.1,9.B.157.1 Bacillus 1TP51@1239,1ZB43@1386,4HA4S@91061,COG1077@1,COG1077@2 NA|NA|NA D Rod shape-determining protein MreB -BSU_28040 224308.BSU28040 1e-125 456.1 Bacillus radC ko:K03630 ko00000 Bacillus 1TQ3K@1239,1ZBYH@1386,4HB1W@91061,COG2003@1,COG2003@2 NA|NA|NA E Belongs to the UPF0758 family -BSU_28050 224308.BSU28050 4.8e-102 377.1 Bacillus maf GO:0000278,GO:0000281,GO:0000910,GO:0000917,GO:0005575,GO:0005623,GO:0007049,GO:0008150,GO:0009987,GO:0016043,GO:0022402,GO:0022607,GO:0030428,GO:0032506,GO:0044085,GO:0044464,GO:0051301,GO:0061640,GO:0071840,GO:0090529,GO:1902410,GO:1903047 ko:K06287 ko00000 Bacillus 1V6FH@1239,1ZGDP@1386,4HIMK@91061,COG0424@1,COG0424@2 NA|NA|NA D septum formation protein Maf -BSU_28060 224308.BSU28060 1.8e-168 598.6 Bacillus spoIIB ko:K06380 ko00000 Bacillus 1U9YU@1239,1ZFFM@1386,29RG0@1,30CIU@2,4IK6R@91061 NA|NA|NA S Sporulation related domain -BSU_28070 224308.BSU28070 3.3e-127 461.1 Bacillus comC 3.4.23.43 ko:K02236 M00429 ko00000,ko00002,ko01000,ko02044 Bacillus 1TQY4@1239,1ZCQ2@1386,4HCC3@91061,COG1989@1,COG1989@2 NA|NA|NA NOU COG1989 Type II secretory pathway, prepilin signal peptidase PulO and related peptidases -BSU_28080 224308.BSU28080 7.3e-247 859.4 Bacillus folC GO:0003674,GO:0003824,GO:0004326,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006575,GO:0006725,GO:0006732,GO:0006760,GO:0006761,GO:0006807,GO:0008150,GO:0008152,GO:0008841,GO:0009058,GO:0009108,GO:0009396,GO:0009987,GO:0016053,GO:0016874,GO:0016879,GO:0016881,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0042398,GO:0042558,GO:0042559,GO:0043436,GO:0043603,GO:0043604,GO:0043648,GO:0043650,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0046452,GO:0046483,GO:0046900,GO:0046901,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 6.3.2.12,6.3.2.17 ko:K11754 ko00790,ko01100,map00790,map01100 M00126,M00841 R00942,R02237,R04241 RC00064,RC00090,RC00162 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPX5@1239,1ZAWN@1386,4HBJM@91061,COG0285@1,COG0285@2 NA|NA|NA H Belongs to the folylpolyglutamate synthase family -BSU_28090 224308.BSU28090 0.0 1771.1 Bacillus valS GO:0003674,GO:0003824,GO:0004812,GO:0004832,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006438,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.9 ko:K01873 ko00970,map00970 M00359,M00360 R03665 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TPN4@1239,1ZAS4@1386,4HB85@91061,COG0525@1,COG0525@2 NA|NA|NA J amino acids such as threonine, to avoid such errors, it has a posttransfer editing activity that hydrolyzes mischarged Thr-tRNA(Val) in a tRNA-dependent manner -BSU_28099 1051501.AYTL01000030_gene2883 3.5e-25 120.2 Bacillus Bacillus 1VP5F@1239,1ZIWU@1386,2ESUV@1,33KD9@2,4HSYB@91061 NA|NA|NA -BSU_28100 224308.BSU28100 2.6e-199 701.0 Bacillus ysxE Bacillus 1V54J@1239,1ZB97@1386,4HH2K@91061,COG2334@1,COG2334@2 NA|NA|NA S A protein kinase that phosphorylates Ser and Thr residues. Probably acts to suppress the effects of stress linked to accumulation of reactive oxygen species. Probably involved in the extracytoplasmic stress response -BSU_28110 224308.BSU28110 3.3e-226 791.2 Bacillus spoVID GO:0003674,GO:0005488,GO:0005515,GO:0019899,GO:0051117 ko:K06417 ko00000 Bacillus 1U052@1239,1ZB2H@1386,4HF2C@91061,COG1388@1,COG1388@2 NA|NA|NA M stage VI sporulation protein D -BSU_28120 224308.BSU28120 7.8e-249 865.9 Bacillus hemL 5.4.3.8 ko:K01845 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R02272 RC00677 ko00000,ko00001,ko00002,ko01000,ko01007 Bacillus 1TPNH@1239,1ZBUT@1386,4HANQ@91061,COG0001@1,COG0001@2 NA|NA|NA H Glutamate-1-semialdehyde aminotransferase -BSU_28130 224308.BSU28130 9.6e-183 646.0 Bacillus hemB GO:0003674,GO:0003824,GO:0004655,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0008270,GO:0009058,GO:0009987,GO:0016829,GO:0016835,GO:0016836,GO:0018130,GO:0019438,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0043167,GO:0043169,GO:0044237,GO:0044249,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0046148,GO:0046483,GO:0046872,GO:0046914,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 4.2.1.24 ko:K01698 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R00036 RC00918,RC01781 ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1TP09@1239,1ZARK@1386,4HBQC@91061,COG0113@1,COG0113@2 NA|NA|NA H Belongs to the ALAD family -BSU_28140 224308.BSU28140 7.6e-146 523.1 Bacillus hemD 4.2.1.75 ko:K01719 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R03165 RC01861 ko00000,ko00001,ko00002,ko01000 Bacillus 1UHSJ@1239,1ZGER@1386,4HFY4@91061,COG1587@1,COG1587@2 NA|NA|NA H Uroporphyrinogen-III synthase -BSU_28150 224308.BSU28150 5.1e-173 613.6 Bacillus hemC GO:0003674,GO:0003824,GO:0004418,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016740,GO:0016765,GO:0018130,GO:0019438,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0044237,GO:0044249,GO:0044271,GO:0044424,GO:0044464,GO:0046148,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.5.1.61 ko:K01749 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R00084 RC02317 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPFQ@1239,1ZCR0@1386,4H9TV@91061,COG0181@1,COG0181@2 NA|NA|NA H Tetrapolymerization of the monopyrrole PBG into the hydroxymethylbilane pre-uroporphyrinogen in several discrete steps -BSU_28160 224308.BSU28160 6.1e-146 523.5 Bacillus hemX GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008152,GO:0015886,GO:0016020,GO:0044464,GO:0051179,GO:0051181,GO:0051234,GO:0055114,GO:0071702,GO:0071705,GO:0071944,GO:1901678 ko:K02497 ko00000 Bacillus 1U8IP@1239,1ZBFP@1386,4HD6H@91061,COG0755@1,COG0755@2 NA|NA|NA O cytochrome C -BSU_28170 224308.BSU28170 5.9e-247 859.8 Bacillus hemA 1.2.1.70 ko:K02492 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R04109 RC00055,RC00149 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQN9@1239,1ZBER@1386,4HAVC@91061,COG0373@1,COG0373@2 NA|NA|NA H Catalyzes the NADPH-dependent reduction of glutamyl- tRNA(Glu) to glutamate 1-semialdehyde (GSA) -BSU_28180 224308.BSU28180 2.4e-89 334.7 Bacillus ysxD Bacillus 1VA1R@1239,1ZGJG@1386,2CYGZ@1,32T47@2,4HM46@91061 NA|NA|NA -BSU_28190 224308.BSU28190 2e-106 391.7 Bacillus engB GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 ko:K03978 ko00000,ko03036 Bacillus 1TSPW@1239,1ZBX7@1386,4HBXZ@91061,COG0218@1,COG0218@2 NA|NA|NA D Necessary for normal cell division and for the maintenance of normal septation -BSU_28200 224308.BSU28200 0.0 1485.7 Bacillus lon GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.4.21.53 ko:K01338 ko04112,map04112 ko00000,ko00001,ko01000,ko01002 Bacillus 1TNYG@1239,1ZAXX@1386,4HAZK@91061,COG0466@1,COG0466@2 NA|NA|NA O ATP-dependent serine protease that mediates the selective degradation of mutant and abnormal proteins as well as certain short-lived regulatory proteins. Required for cellular homeostasis and for survival from DNA damage and developmental changes induced by stress. Degrades polypeptides processively to yield small peptide fragments that are 5 to 10 amino acids long. Binds to DNA in a double-stranded, site-specific manner -BSU_28210 224308.BSU28210 6.9e-311 1072.4 Bacillus lonB 3.4.21.53 ko:K04076 ko00000,ko01000,ko01002 Bacillus 1TP2K@1239,1ZBW1@1386,4HB6F@91061,COG0470@1,COG0470@2,COG1067@1,COG1067@2 NA|NA|NA LO Belongs to the peptidase S16 family -BSU_28220 224308.BSU28220 5.9e-233 813.1 Bacillus clpX GO:0000166,GO:0003674,GO:0003824,GO:0004176,GO:0005488,GO:0005524,GO:0006508,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008233,GO:0009056,GO:0009057,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0019538,GO:0030163,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0035639,GO:0036094,GO:0042623,GO:0043167,GO:0043168,GO:0043170,GO:0044238,GO:0051301,GO:0070011,GO:0071704,GO:0097159,GO:0097367,GO:0140096,GO:1901265,GO:1901363,GO:1901564,GO:1901565,GO:1901575 ko:K03544 ko04112,map04112 ko00000,ko00001,ko03110 Bacillus 1TQ00@1239,1ZANE@1386,4H9U4@91061,COG1219@1,COG1219@2 NA|NA|NA O ATP-dependent specificity component of the Clp protease. It directs the protease to specific substrates. Can perform chaperone functions in the absence of ClpP -BSU_28230 224308.BSU28230 1.8e-226 791.6 Bacillus tig GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 ko:K03545 ko00000 Bacillus 1TQQ8@1239,1ZBRE@1386,4H9Q8@91061,COG0544@1,COG0544@2 NA|NA|NA D Involved in protein export. Acts as a chaperone by maintaining the newly synthesized protein in an open conformation. Functions as a peptidyl-prolyl cis-trans isomerase -BSU_28240 224308.BSU28240 3.9e-187 660.6 Bacillus ysoA Bacillus 1V7T7@1239,1ZS6N@1386,4HKAH@91061,COG0457@1,COG0457@2,COG1477@1,COG1477@2 NA|NA|NA H Tetratricopeptide repeat -BSU_28250 224308.BSU28250 1.4e-115 422.2 Bacillus leuD 4.2.1.33,4.2.1.35 ko:K01704 ko00290,ko00660,ko01100,ko01110,ko01210,ko01230,map00290,map00660,map01100,map01110,map01210,map01230 M00432,M00535 R03896,R03898,R03968,R04001,R10170 RC00976,RC00977,RC01041,RC01046,RC03072 br01601,ko00000,ko00001,ko00002,ko01000 Bacillus 1V1I6@1239,1ZQWB@1386,4HH3U@91061,COG0066@1,COG0066@2 NA|NA|NA E Catalyzes the isomerization between 2-isopropylmalate and 3-isopropylmalate, via the formation of 2-isopropylmaleate -BSU_28260 224308.BSU28260 2.8e-276 957.2 Bacillus leuC 4.2.1.33,4.2.1.35 ko:K01703 ko00290,ko00660,ko00966,ko01100,ko01110,ko01210,ko01230,map00290,map00660,map00966,map01100,map01110,map01210,map01230 M00432,M00535 R03896,R03898,R03968,R04001,R08620,R08624,R08628,R08634,R08641,R08645,R10170 RC00497,RC00976,RC00977,RC01041,RC01046,RC03072 br01601,ko00000,ko00001,ko00002,ko01000 Bacillus 1TPE5@1239,1ZCF1@1386,4HAWA@91061,COG0065@1,COG0065@2 NA|NA|NA E Catalyzes the isomerization between 2-isopropylmalate and 3-isopropylmalate, via the formation of 2-isopropylmaleate -BSU_28270 224308.BSU28270 7.4e-200 703.0 Bacillus leuB GO:0003674,GO:0003824,GO:0003862,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006551,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009081,GO:0009082,GO:0009098,GO:0009987,GO:0016053,GO:0016491,GO:0016614,GO:0016616,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0055114,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.1.1.85 ko:K00052 ko00290,ko00660,ko01100,ko01110,ko01210,ko01230,map00290,map00660,map01100,map01110,map01210,map01230 M00432,M00535 R00994,R04426,R10052 RC00084,RC00417,RC03036 br01601,ko00000,ko00001,ko00002,ko01000 iYO844.BSU28270 Bacillus 1TPEM@1239,1ZB3Y@1386,4HATP@91061,COG0473@1,COG0473@2 NA|NA|NA CE Catalyzes the oxidation of 3-carboxy-2-hydroxy-4- methylpentanoate (3-isopropylmalate) to 3-carboxy-4-methyl-2- oxopentanoate. The product decarboxylates to 4-methyl-2 oxopentanoate -BSU_28280 224308.BSU28280 6.9e-292 1009.2 Bacillus leuA 2.3.3.13 ko:K01649 ko00290,ko00620,ko01100,ko01110,ko01210,ko01230,map00290,map00620,map01100,map01110,map01210,map01230 M00432 R01213 RC00004,RC00470,RC02754 br01601,ko00000,ko00001,ko00002,ko01000 iYO844.BSU28280 Bacillus 1TP4Y@1239,1ZC5T@1386,4HA6E@91061,COG0119@1,COG0119@2 NA|NA|NA E Catalyzes the condensation of the acetyl group of acetyl-CoA with 3-methyl-2-oxobutanoate (2-oxoisovalerate) to form 3-carboxy-3-hydroxy-4-methylpentanoate (2-isopropylmalate) -BSU_28290 224308.BSU28290 5.3e-192 676.8 Bacillus ilvC 1.1.1.86 ko:K00053 ko00290,ko00770,ko01100,ko01110,ko01130,ko01210,ko01230,map00290,map00770,map01100,map01110,map01130,map01210,map01230 M00019,M00570 R03051,R04439,R04440,R05068,R05069,R05071 RC00726,RC00836,RC00837,RC01726 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPI7@1239,1ZCH5@1386,4HADK@91061,COG0059@1,COG0059@2 NA|NA|NA EH Involved in the biosynthesis of branched-chain amino acids (BCAA). Catalyzes an alkyl-migration followed by a ketol- acid reduction of (S)-2-acetolactate (S2AL) to yield (R)-2,3- dihydroxy-isovalerate. In the isomerase reaction, S2AL is rearranged via a Mg-dependent methyl migration to produce 3- hydroxy-3-methyl-2-ketobutyrate (HMKB). In the reductase reaction, this 2-ketoacid undergoes a metal-dependent reduction by NADPH to yield (R)-2,3-dihydroxy-isovalerate -BSU_28300 224308.BSU28300 7.1e-84 316.6 Bacillus ilvH GO:0003674,GO:0003824,GO:0003984,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005948,GO:0006082,GO:0006520,GO:0006549,GO:0006573,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009081,GO:0009082,GO:0009097,GO:0009099,GO:0009987,GO:0016053,GO:0016740,GO:0016744,GO:0019752,GO:0032991,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1902494,GO:1990234 2.2.1.6 ko:K01653 ko00290,ko00650,ko00660,ko00770,ko01100,ko01110,ko01130,ko01210,ko01230,map00290,map00650,map00660,map00770,map01100,map01110,map01130,map01210,map01230 M00019,M00570 R00006,R00014,R00226,R03050,R04672,R04673,R08648 RC00027,RC00106,RC01192,RC02744,RC02893 ko00000,ko00001,ko00002,ko01000 Bacillus 1V2AJ@1239,1ZFP3@1386,4HDY5@91061,COG0440@1,COG0440@2 NA|NA|NA E Acetolactate synthase -BSU_28310 224308.BSU28310 0.0 1137.1 Bacillus ilvB 2.2.1.6 ko:K01652 ko00290,ko00650,ko00660,ko00770,ko01100,ko01110,ko01130,ko01210,ko01230,map00290,map00650,map00660,map00770,map01100,map01110,map01130,map01210,map01230 M00019,M00570 R00006,R00014,R00226,R03050,R04672,R04673,R08648 RC00027,RC00106,RC01192,RC02744,RC02893 ko00000,ko00001,ko00002,ko01000 iYO844.BSU28310 Bacillus 1TQE8@1239,1ZB1D@1386,4H9VR@91061,COG0028@1,COG0028@2 NA|NA|NA E Acetolactate synthase -BSU_28330 224308.BSU28330 1.3e-81 308.9 Bacillus ysnE GO:0003674,GO:0003824,GO:0004596,GO:0005575,GO:0005622,GO:0005623,GO:0006464,GO:0006473,GO:0006474,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0019538,GO:0031248,GO:0031365,GO:0032991,GO:0034212,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0051604,GO:0071704,GO:1901564,GO:1902493,GO:1902494,GO:1990234 ko:K03829 ko00000,ko01000 Bacillus 1V4EA@1239,1ZGG7@1386,4HHBF@91061,COG0454@1,COG0454@2 NA|NA|NA K acetyltransferase -BSU_28340 224308.BSU28340 1.5e-133 482.3 Bacillus Bacillus 1V9A1@1239,1ZE4F@1386,4HISC@91061,COG3861@1,COG3861@2 NA|NA|NA S protein conserved in bacteria -BSU_28350 224308.BSU28350 2.4e-92 344.7 Bacillus ysnB GO:0003674,GO:0005488,GO:0008270,GO:0043167,GO:0043169,GO:0046872,GO:0046914 ko:K07095 ko00000 Bacillus 1VA0U@1239,1ZH0K@1386,4HM24@91061,COG0622@1,COG0622@2 NA|NA|NA S Phosphoesterase -BSU_28360 224308.BSU28360 7.1e-104 383.3 Bacillus rdgB GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009141,GO:0009143,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046434,GO:0046483,GO:0046700,GO:0047429,GO:0055086,GO:0071704,GO:1901292,GO:1901360,GO:1901361,GO:1901362,GO:1901575,GO:1901576 3.6.1.66 ko:K02428 ko00230,map00230 R00426,R00720,R01855,R02100,R02720,R03531 RC00002 ko00000,ko00001,ko01000 Bacillus 1V6RN@1239,1ZFJM@1386,4HCP6@91061,COG0127@1,COG0127@2 NA|NA|NA F Pyrophosphatase that catalyzes the hydrolysis of nucleoside triphosphates to their monophosphate derivatives, with a high preference for the non-canonical purine nucleotides XTP (xanthosine triphosphate), dITP (deoxyinosine triphosphate) and ITP. Seems to function as a house-cleaning enzyme that removes non-canonical purine nucleotides from the nucleotide pool, thus preventing their incorporation into DNA RNA and avoiding chromosomal lesions -BSU_28370 224308.BSU28370 3.1e-133 481.1 Bacillus rph GO:0003674,GO:0003824,GO:0004518,GO:0004540,GO:0006139,GO:0006364,GO:0006396,GO:0006399,GO:0006401,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016075,GO:0016787,GO:0016788,GO:0019439,GO:0022613,GO:0031123,GO:0031125,GO:0034470,GO:0034641,GO:0034655,GO:0034660,GO:0034661,GO:0042254,GO:0043170,GO:0043628,GO:0044085,GO:0044237,GO:0044238,GO:0044248,GO:0044260,GO:0044265,GO:0044270,GO:0046483,GO:0046700,GO:0071704,GO:0071840,GO:0090304,GO:0090305,GO:0090501,GO:0140098,GO:1901360,GO:1901361,GO:1901575 2.7.7.56 ko:K00989 ko00000,ko01000,ko03016 Bacillus 1TQM3@1239,1ZBXN@1386,4HBH3@91061,COG0689@1,COG0689@2 NA|NA|NA J Phosphorolytic exoribonuclease that removes nucleotide residues following the -CCA terminus of tRNA and adds nucleotides to the ends of RNA molecules by using nucleoside diphosphates as substrates -BSU_28380 224308.BSU28380 5e-196 690.3 Bacillus gerM ko:K06298 ko00000 Bacillus 1TPQD@1239,1ZBZJ@1386,4HB1S@91061,COG5401@1,COG5401@2 NA|NA|NA S COG5401 Spore germination protein -BSU_28390 224308.BSU28390 2.1e-154 551.6 Bacillus murI GO:0000270,GO:0003674,GO:0003824,GO:0006022,GO:0006023,GO:0006024,GO:0006807,GO:0008150,GO:0008152,GO:0008881,GO:0009058,GO:0009059,GO:0009252,GO:0009273,GO:0009987,GO:0016853,GO:0016854,GO:0016855,GO:0030203,GO:0034645,GO:0036361,GO:0042546,GO:0043170,GO:0044036,GO:0044038,GO:0044085,GO:0044237,GO:0044249,GO:0044260,GO:0047661,GO:0070589,GO:0071554,GO:0071704,GO:0071840,GO:1901135,GO:1901137,GO:1901564,GO:1901566,GO:1901576 5.1.1.3 ko:K01776 ko00471,ko01100,map00471,map01100 R00260 RC00302 ko00000,ko00001,ko01000,ko01011 iYO844.BSU28390 Bacillus 1TPPR@1239,1ZBC9@1386,4HA46@91061,COG0796@1,COG0796@2 NA|NA|NA M Provides the (R)-glutamate required for cell wall biosynthesis -BSU_28400 224308.BSU28400 3.9e-75 287.3 Bacillus ysmB Bacillus 1VACT@1239,1ZQ3V@1386,4HKGN@91061,COG1846@1,COG1846@2 NA|NA|NA K helix_turn_helix multiple antibiotic resistance protein -BSU_28410 1051501.AYTL01000030_gene2917 5.6e-30 136.3 Bacillus gerE ko:K01994 ko00000,ko03000 Bacillus 1VBZR@1239,1ZHTA@1386,4HKT4@91061,COG2197@1,COG2197@2 NA|NA|NA K Transcriptional regulator -BSU_28420 224308.BSU28420 1.3e-78 298.9 Bacillus ysmA ko:K07107 ko00000,ko01000 Bacillus 1V6GS@1239,1ZH3F@1386,4HJ05@91061,COG0824@1,COG0824@2 NA|NA|NA S thioesterase -BSU_28430 224308.BSU28430 7.8e-148 529.6 Bacillus sdhB GO:0005575,GO:0005623,GO:0005886,GO:0006091,GO:0008150,GO:0008152,GO:0009060,GO:0009987,GO:0015980,GO:0016020,GO:0022900,GO:0022904,GO:0044237,GO:0044464,GO:0045333,GO:0055114,GO:0071944 1.3.5.1,1.3.5.4 ko:K00240 ko00020,ko00190,ko00650,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,map00020,map00190,map00650,map00720,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00149,M00173,M00374,M00376 R02164 RC00045 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP17@1239,1ZAPQ@1386,4HAG7@91061,COG0479@1,COG0479@2 NA|NA|NA C succinate dehydrogenase -BSU_28440 224308.BSU28440 0.0 1198.0 Bacillus sdhA GO:0003674,GO:0003824,GO:0006091,GO:0008150,GO:0008152,GO:0009055,GO:0009061,GO:0009987,GO:0015980,GO:0016491,GO:0022900,GO:0044237,GO:0045333,GO:0055114 1.3.5.1,1.3.5.4 ko:K00239 ko00020,ko00190,ko00650,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko05134,map00020,map00190,map00650,map00720,map01100,map01110,map01120,map01130,map01200,map05134 M00009,M00011,M00149,M00173,M00374,M00376 R02164 RC00045 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPAR@1239,1ZBRD@1386,4HBVG@91061,COG1053@1,COG1053@2 NA|NA|NA C succinate dehydrogenase -BSU_28450 224308.BSU28450 4.1e-107 394.0 Bacillus sdhC ko:K00241 ko00020,ko00190,ko00650,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,map00020,map00190,map00650,map00720,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00149,M00173,M00374,M00376 R02164 RC00045 ko00000,ko00001,ko00002 iYO844.BSU28450 Bacillus 1TQUI@1239,1ZBB5@1386,4HBX0@91061,COG2009@1,COG2009@2 NA|NA|NA C succinate dehydrogenase -BSU_28460 224308.BSU28460 1.5e-79 302.0 Bacillus yslB Bacillus 1VD7N@1239,1ZQN2@1386,4HKV3@91061,COG1719@1,COG1719@2 NA|NA|NA S Protein of unknown function (DUF2507) -BSU_28470 224308.BSU28470 2.2e-216 758.1 Bacillus lysC GO:0003674,GO:0003824,GO:0004072,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006553,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016774,GO:0019202,GO:0019752,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0046451,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.2.4 ko:K00928 ko00260,ko00261,ko00270,ko00300,ko01100,ko01110,ko01120,ko01130,ko01210,ko01230,map00260,map00261,map00270,map00300,map01100,map01110,map01120,map01130,map01210,map01230 M00016,M00017,M00018,M00033,M00525,M00526,M00527 R00480 RC00002,RC00043 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPQJ@1239,1ZDA6@1386,4HADX@91061,COG0527@1,COG0527@2 NA|NA|NA E Belongs to the aspartokinase family -BSU_28475 224308.BSU28470 1.6e-77 295.4 Bacillus lysC GO:0003674,GO:0003824,GO:0004072,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006553,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016774,GO:0019202,GO:0019752,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0046451,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.2.4 ko:K00928 ko00260,ko00261,ko00270,ko00300,ko01100,ko01110,ko01120,ko01130,ko01210,ko01230,map00260,map00261,map00270,map00300,map01100,map01110,map01120,map01130,map01210,map01230 M00016,M00017,M00018,M00033,M00525,M00526,M00527 R00480 RC00002,RC00043 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPQJ@1239,1ZDA6@1386,4HADX@91061,COG0527@1,COG0527@2 NA|NA|NA E Belongs to the aspartokinase family -BSU_28490 224308.BSU28490 0.0 1169.8 Bacillus uvrC GO:0005575,GO:0005622,GO:0005623,GO:0009380,GO:0032991,GO:0044424,GO:0044464,GO:1902494,GO:1905347,GO:1905348,GO:1990391 ko:K03703 ko03420,map03420 ko00000,ko00001,ko03400 Bacillus 1TP4B@1239,1ZBY1@1386,4H9QH@91061,COG0322@1,COG0322@2 NA|NA|NA L The UvrABC repair system catalyzes the recognition and processing of DNA lesions. UvrC both incises the 5' and 3' sides of the lesion. The N-terminal half is responsible for the 3' incision and the C-terminal half is responsible for the 5' incision -BSU_28500 1051501.AYTL01000030_gene2925 3.3e-52 210.7 Bacillus trxA GO:0003674,GO:0003824,GO:0004791,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009636,GO:0009987,GO:0015035,GO:0015036,GO:0016209,GO:0016491,GO:0016651,GO:0016667,GO:0016668,GO:0016671,GO:0019725,GO:0033554,GO:0034599,GO:0042221,GO:0042592,GO:0044424,GO:0044444,GO:0044464,GO:0045454,GO:0047134,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0055114,GO:0065007,GO:0065008,GO:0070887,GO:0097237,GO:0098754,GO:0098869,GO:1990748 ko:K03671 ko04621,ko05418,map04621,map05418 ko00000,ko00001,ko03110 Bacillus 1VA3Y@1239,1ZGXM@1386,4HKKX@91061,COG3118@1,COG3118@2 NA|NA|NA O Belongs to the thioredoxin family -BSU_28510 224308.BSU28510 6.8e-305 1052.4 Bacillus xsa 3.2.1.55 ko:K01209 ko00520,map00520 R01762 ko00000,ko00001,ko01000 GH51 Bacillus 1TR7B@1239,1ZCNR@1386,4HCUX@91061,COG3534@1,COG3534@2 NA|NA|NA G Alpha-L-arabinofuranosidase C-terminus -BSU_28520 224308.BSU28520 7.1e-178 629.8 Bacillus etfA GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0006082,GO:0006091,GO:0006629,GO:0006631,GO:0006635,GO:0008150,GO:0008152,GO:0009055,GO:0009056,GO:0009062,GO:0009987,GO:0016042,GO:0016054,GO:0016491,GO:0019395,GO:0019752,GO:0022900,GO:0030258,GO:0032787,GO:0033539,GO:0034440,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044281,GO:0044282,GO:0046395,GO:0048037,GO:0050660,GO:0050662,GO:0055114,GO:0071704,GO:0072329,GO:0097159,GO:1901265,GO:1901363,GO:1901575 ko:K03522 ko00000,ko04147 Bacillus 1TPC8@1239,1ZBCR@1386,4HAE2@91061,COG2025@1,COG2025@2 NA|NA|NA C Electron transfer flavoprotein -BSU_28530 224308.BSU28530 2.6e-135 488.0 Bacillus etfB GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006091,GO:0008150,GO:0008152,GO:0009055,GO:0009987,GO:0016491,GO:0022900,GO:0044237,GO:0044424,GO:0044444,GO:0044464,GO:0055114 ko:K03521 ko00000 Bacillus 1TQA0@1239,1ZBTA@1386,4H9QY@91061,COG2086@1,COG2086@2 NA|NA|NA C Electron transfer flavoprotein -BSU_28540 224308.BSU28540 5.3e-136 490.3 Bacillus fadB GO:0003674,GO:0003824,GO:0004300,GO:0006082,GO:0006629,GO:0006631,GO:0006635,GO:0008150,GO:0008152,GO:0009056,GO:0009062,GO:0009987,GO:0016042,GO:0016054,GO:0016829,GO:0016835,GO:0016836,GO:0019395,GO:0019752,GO:0030258,GO:0032787,GO:0034440,GO:0043436,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044281,GO:0044282,GO:0046395,GO:0055114,GO:0071704,GO:0072329,GO:1901575 4.2.1.17 ko:K13767 ko00071,ko00362,ko01100,ko01120,ko01212,map00071,map00362,map01100,map01120,map01212 M00087 R03026,R04170,R04738,R04740,R04744,R04746 RC00831,RC01095 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ89@1239,1ZCKH@1386,4HB73@91061,COG1024@1,COG1024@2 NA|NA|NA I Belongs to the enoyl-CoA hydratase isomerase family -BSU_28550 224308.BSU28550 4.6e-100 370.5 Bacillus fadR GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 ko:K13770 ko00000,ko03000 Bacillus 1TRSH@1239,1ZAU5@1386,4H9RC@91061,COG1309@1,COG1309@2 NA|NA|NA K Transcriptional regulator -BSU_28560 224308.BSU28560 0.0 1140.9 Bacillus lcfA 6.2.1.3 ko:K01897 ko00061,ko00071,ko01100,ko01212,ko02024,ko03320,ko04146,ko04216,ko04714,ko04920,map00061,map00071,map01100,map01212,map02024,map03320,map04146,map04216,map04714,map04920 M00086 R01280 RC00004,RC00014 ko00000,ko00001,ko00002,ko01000,ko01004,ko04147 4.C.1.1 Bacillus 1TPSX@1239,1ZAY1@1386,4HA2G@91061,COG0318@1,COG0318@2 NA|NA|NA IQ COG0318 Acyl-CoA synthetases (AMP-forming) AMP-acid ligases II -BSU_28570 224308.BSU28570 1.6e-67 261.9 Bacillus yshE ko:K08989 ko00000 Bacillus 1V6MT@1239,1ZG9Y@1386,4HH4E@91061,COG3766@1,COG3766@2 NA|NA|NA S membrane -BSU_28580 224308.BSU28580 0.0 1343.9 Bacillus mutS2 GO:0003674,GO:0003676,GO:0003677,GO:0003684,GO:0003690,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006281,GO:0006298,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008094,GO:0008150,GO:0008152,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0030983,GO:0032300,GO:0032991,GO:0033554,GO:0034641,GO:0042623,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1990391 ko:K07456 ko03430,map03430 ko00000,ko00001,ko03400 Bacillus 1TP5W@1239,1ZBJV@1386,4H9NZ@91061,COG1193@1,COG1193@2 NA|NA|NA L Endonuclease that is involved in the suppression of homologous recombination and may therefore have a key role in the control of bacterial genetic diversity -BSU_28590 224308.BSU28590 0.0 1113.2 Bacillus polX ko:K02347 ko00000,ko03400 Bacillus 1TQ33@1239,1ZB3A@1386,4HAI2@91061,COG1387@1,COG1387@2,COG1796@1,COG1796@2 NA|NA|NA L COG1796 DNA polymerase IV (family X) -BSU_28600 224308.BSU28600 2.3e-85 321.6 Bacillus yshB Bacillus 1V7U0@1239,1ZDGZ@1386,4HIUU@91061,COG1286@1,COG1286@2 NA|NA|NA S membrane protein, required for colicin V production -BSU_28610 224308.BSU28610 4e-40 170.2 Bacillus zapA ko:K09888 ko00000,ko03036 Bacillus 1VFZR@1239,1ZHZX@1386,4HNRI@91061,COG3027@1,COG3027@2 NA|NA|NA D Activator of cell division through the inhibition of FtsZ GTPase activity, therefore promoting FtsZ assembly into bundles of protofilaments necessary for the formation of the division Z ring. It is recruited early at mid-cell but it is not essential for cell division -BSU_28620 224308.BSU28620 6.9e-170 603.2 Bacillus rnhC GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004523,GO:0004540,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006271,GO:0006273,GO:0006281,GO:0006298,GO:0006401,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009058,GO:0009059,GO:0009987,GO:0016070,GO:0016787,GO:0016788,GO:0016891,GO:0016893,GO:0019439,GO:0022616,GO:0032299,GO:0032991,GO:0033554,GO:0033567,GO:0034641,GO:0034645,GO:0034655,GO:0043137,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044260,GO:0044265,GO:0044270,GO:0044424,GO:0044464,GO:0046483,GO:0046700,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0140098,GO:1901360,GO:1901361,GO:1901575,GO:1901576 3.1.26.4 ko:K03471 ko03030,map03030 ko00000,ko00001,ko01000,ko03032 Bacillus 1TQBE@1239,1ZBHW@1386,4H9QR@91061,COG1039@1,COG1039@2 NA|NA|NA L Endonuclease that specifically degrades the RNA of RNA- DNA hybrids -BSU_28630 224308.BSU28630 0.0 1550.8 Bacillus pheT GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006432,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009328,GO:0009987,GO:0010467,GO:0016070,GO:0019538,GO:0019752,GO:0032991,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:1901360,GO:1901564,GO:1901566,GO:1901576,GO:1902494 6.1.1.20 ko:K01890 ko00970,map00970 M00359,M00360 R03660 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TP98@1239,1ZB8G@1386,4HAQ9@91061,COG0072@1,COG0072@2,COG0073@1,COG0073@2 NA|NA|NA J Belongs to the phenylalanyl-tRNA synthetase beta subunit family. Type 1 subfamily -BSU_28640 224308.BSU28640 4.7e-196 690.3 Bacillus pheS GO:0003674,GO:0003824,GO:0004812,GO:0004826,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006432,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.20 ko:K01889 ko00970,map00970 M00359,M00360 R03660 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TPFW@1239,1ZANR@1386,4HAVN@91061,COG0016@1,COG0016@2 NA|NA|NA J Belongs to the class-II aminoacyl-tRNA synthetase family. Phe-tRNA synthetase alpha subunit type 1 subfamily -BSU_28650 224308.BSU28650 5.3e-133 480.3 Bacillus ysgA ko:K03437 ko00000,ko03016 Bacillus 1V3JP@1239,1ZBTY@1386,4HCF5@91061,COG0566@1,COG0566@2 NA|NA|NA J Belongs to the class IV-like SAM-binding methyltransferase superfamily. RNA methyltransferase TrmH family -BSU_28660 224308.BSU28660 3.4e-32 143.7 Bacillus sspI ko:K06426 ko00000 Bacillus 1VFJP@1239,1ZIXT@1386,2E3SP@1,32YQ7@2,4HNJI@91061 NA|NA|NA S Belongs to the SspI family -BSU_28670 224308.BSU28670 7.5e-208 729.6 Bacillus ysfB ko:K02647 ko00000,ko03000 Bacillus 1UYW2@1239,1ZD1P@1386,4HD2Q@91061,COG3835@1,COG3835@2 NA|NA|NA KT regulator -BSU_28680 224308.BSU28680 1.2e-263 915.2 Bacillus glcD 1.1.3.15 ko:K00104 ko00630,ko01100,ko01110,ko01120,ko01130,map00630,map01100,map01110,map01120,map01130 R00475 RC00042 ko00000,ko00001,ko01000 iYO844.BSU28680 Bacillus 1TPBC@1239,1ZCQN@1386,4H9UU@91061,COG0277@1,COG0277@2 NA|NA|NA C Glycolate oxidase subunit -BSU_28690 224308.BSU28690 9.5e-258 895.6 Bacillus ysfD ko:K11473 ko00630,ko01100,ko01110,ko01120,ko01130,map00630,map01100,map01110,map01120,map01130 R00475 RC00042 ko00000,ko00001 Bacillus 1TR46@1239,1ZATD@1386,4HAY9@91061,COG0247@1,COG0247@2 NA|NA|NA C Glycolate oxidase -BSU_28700 224308.BSU28700 6.1e-38 162.9 Bacteria Bacillus COG0346@1,COG0346@2 NA|NA|NA E lactoylglutathione lyase activity -BSU_28710 224308.BSU28710 0.0 1166.0 Bacillus cstA GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0007154,GO:0008150,GO:0009605,GO:0009987,GO:0009991,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0031667,GO:0031668,GO:0031669,GO:0044425,GO:0044459,GO:0044464,GO:0050896,GO:0051716,GO:0071496,GO:0071944 ko:K06200 ko00000 Bacillus 1TQN8@1239,1ZC6K@1386,4H9SU@91061,COG1966@1,COG1966@2 NA|NA|NA T Carbon starvation protein -BSU_28720 224308.BSU28720 7.8e-301 1038.9 Bacillus abfA 3.2.1.55 ko:K01209 ko00520,map00520 R01762 ko00000,ko00001,ko01000 GH51 Bacillus 1TRY9@1239,1ZE6H@1386,4HAZ7@91061,COG3534@1,COG3534@2 NA|NA|NA G alpha-L-arabinofuranosidase activity -BSU_28730 224308.BSU28730 5.8e-144 516.9 Bacillus araQ ko:K17236 ko02010,map02010 M00602 ko00000,ko00001,ko00002,ko02000 3.A.1.1.34 Bacillus 1TT5G@1239,1ZETQ@1386,4HCVZ@91061,COG0395@1,COG0395@2 NA|NA|NA G transport system permease -BSU_28740 224308.BSU28740 2.4e-167 594.7 Bacillus araP ko:K17235 ko02010,map02010 M00602 ko00000,ko00001,ko00002,ko02000 3.A.1.1.34 Bacillus 1TRSP@1239,1ZDJF@1386,4HDJS@91061,COG1175@1,COG1175@2 NA|NA|NA G carbohydrate transport -BSU_28750 224308.BSU28750 6.2e-254 882.9 Bacillus araN ko:K17234 ko02010,map02010 M00602 ko00000,ko00001,ko00002,ko02000 3.A.1.1.34 Bacillus 1TS9Z@1239,1ZBMD@1386,4HAYY@91061,COG1653@1,COG1653@2 NA|NA|NA G carbohydrate transport -BSU_28760 224308.BSU28760 8.5e-226 789.3 Bacillus araM 1.1.1.261 ko:K00096 ko00564,map00564 R05679,R05680 RC00029 ko00000,ko00001,ko01000 Bacillus 1VTSP@1239,1ZR9Q@1386,4HTK1@91061,COG0371@1,COG0371@2 NA|NA|NA I Catalyzes the NAD(P)H-dependent reduction of dihydroxyacetonephosphate (DHAP or glycerone phosphate) to glycerol 1-phosphate (G1P). The G1P thus generated is probably used for the synthesis of phosphoglycerolipids in Gram-positive bacterial species -BSU_28770 224308.BSU28770 1.3e-148 532.3 Bacillus araL ko:K02101 ko00000 Bacillus 1UZNG@1239,1ZE6I@1386,4HCI1@91061,COG0647@1,COG0647@2 NA|NA|NA G Haloacid dehalogenase-like hydrolase -BSU_28780 224308.BSU28780 1.4e-132 478.8 Bacillus araD GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005996,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008270,GO:0008742,GO:0009056,GO:0009058,GO:0009987,GO:0016052,GO:0016829,GO:0016830,GO:0016832,GO:0016853,GO:0016854,GO:0016857,GO:0019321,GO:0019323,GO:0019566,GO:0019568,GO:0019569,GO:0019572,GO:0019637,GO:0043167,GO:0043169,GO:0044237,GO:0044238,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046365,GO:0046373,GO:0046872,GO:0046914,GO:0051167,GO:0071704,GO:0090407,GO:1901135,GO:1901137,GO:1901159,GO:1901575,GO:1901576 5.1.3.4 ko:K03077 ko00040,ko00053,ko01100,ko01120,map00040,map00053,map01100,map01120 M00550 R05850 RC01479 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPDV@1239,1ZDGI@1386,4H9W0@91061,COG0235@1,COG0235@2 NA|NA|NA G COG0235 Ribulose-5-phosphate 4-epimerase and related epimerases and aldolases -BSU_28790 224308.BSU28790 0.0 1092.8 Bacillus araB 2.7.1.16 ko:K00853 ko00040,ko01100,map00040,map01100 R01526,R02439 RC00002,RC00538 ko00000,ko00001,ko01000 Bacillus 1TP8T@1239,1ZB10@1386,4HC3A@91061,COG1069@1,COG1069@2 NA|NA|NA C Belongs to the ribulokinase family -BSU_28800 224308.BSU28800 4.1e-294 1016.5 Bacillus araA 5.3.1.4 ko:K01804 ko00040,ko01100,map00040,map01100 R01761 RC00516 ko00000,ko00001,ko01000 Bacillus 1TPXC@1239,1ZD9A@1386,4HAWS@91061,COG2160@1,COG2160@2 NA|NA|NA G Catalyzes the conversion of L-arabinose to L-ribulose -BSU_28810 224308.BSU28810 3.6e-190 670.6 Bacillus 3.2.1.99 ko:K06113 ko00000,ko01000 GH43 Bacillus 1TPHA@1239,1ZDPS@1386,4HBSN@91061,COG3507@1,COG3507@2 NA|NA|NA G Belongs to the glycosyl hydrolase 43 family -BSU_28820 224308.BSU28820 7.6e-205 719.5 Bacillus ysdC Bacillus 1TNZT@1239,1ZD06@1386,4H9SM@91061,COG1363@1,COG1363@2 NA|NA|NA G COG1363 Cellulase M and related proteins -BSU_28830 224308.BSU28830 1.6e-67 261.9 Bacillus ysdB Bacillus 1V4BT@1239,1ZH08@1386,29RHG@1,30CKE@2,4HIQA@91061 NA|NA|NA S Sigma-w pathway protein YsdB -BSU_28840 224308.BSU28840 1.3e-44 185.3 Bacillus ysdA Bacillus 1VEJY@1239,1ZIYS@1386,4HNXQ@91061,COG3326@1,COG3326@2 NA|NA|NA S Membrane -BSU_28850 1051501.AYTL01000030_gene2964 6e-58 229.9 Bacillus rplT GO:0000027,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006996,GO:0008150,GO:0009987,GO:0015934,GO:0016043,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0032991,GO:0034622,GO:0042254,GO:0042255,GO:0042273,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043933,GO:0044085,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071826,GO:0071840,GO:1990904 ko:K02887 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V6DB@1239,1ZG75@1386,4HH2W@91061,COG0292@1,COG0292@2 NA|NA|NA J Binds directly to 23S ribosomal RNA and is necessary for the in vitro assembly process of the 50S ribosomal subunit. It is not involved in the protein synthesizing functions of that subunit -BSU_28860 224308.BSU28860 2e-26 124.4 Bacillus rpmI GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0015934,GO:0022625,GO:0022626,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:1990904 ko:K02916 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VF5W@1239,1ZJBX@1386,4HNIQ@91061,COG0291@1,COG0291@2 NA|NA|NA J Belongs to the bacterial ribosomal protein bL35 family -BSU_28870 224308.BSU28870 9.6e-89 332.8 Bacillus infC GO:0003674,GO:0003676,GO:0003723,GO:0003743,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006412,GO:0006413,GO:0006518,GO:0006807,GO:0006996,GO:0008135,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016020,GO:0016043,GO:0019538,GO:0022411,GO:0032790,GO:0032984,GO:0032988,GO:0034641,GO:0034645,GO:0043021,GO:0043022,GO:0043043,GO:0043170,GO:0043603,GO:0043604,GO:0043933,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0044877,GO:0071704,GO:0071826,GO:0071840,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1903008 ko:K02520 ko00000,ko03012,ko03029 Bacillus 1V1RC@1239,1ZCBZ@1386,4HFUS@91061,COG0290@1,COG0290@2 NA|NA|NA J IF-3 binds to the 30S ribosomal subunit and shifts the equilibrum between 70S ribosomes and their 50S and 30S subunits in favor of the free subunits, thus enhancing the availability of 30S subunits on which protein synthesis initiation begins -BSU_28900 224308.BSU28900 3.1e-111 407.9 Bacillus lrgB ko:K05339 ko02020,map02020 ko00000,ko00001 Bacillus 1TRGN@1239,1ZRNK@1386,4IQTD@91061,COG1346@1,COG1346@2 NA|NA|NA M Inhibits the expression or activity of extracellular murein hydrolases by interacting, possibly with LrgA, with the holin-like protein CidA. The LrgAB and CidA proteins may affect the proton motive force of the membrane. May be involved in programmed cell death (PCD), possibly triggering PCD in response to antibiotics and environmental stresses -BSU_28910 224308.BSU28910 3.7e-49 201.1 Bacillus lrgA GO:0000270,GO:0003674,GO:0005215,GO:0006022,GO:0006026,GO:0006027,GO:0006807,GO:0006810,GO:0008104,GO:0008150,GO:0008152,GO:0008565,GO:0009056,GO:0009057,GO:0009253,GO:0015031,GO:0015833,GO:0030203,GO:0033036,GO:0042886,GO:0043170,GO:0045184,GO:0051179,GO:0051234,GO:0071702,GO:0071704,GO:0071705,GO:1901135,GO:1901136,GO:1901564,GO:1901565,GO:1901575 ko:K05338 ko02020,map02020 ko00000,ko00001,ko02000 1.E.14.1 Bacillus 1V9Z2@1239,1ZHA7@1386,4IR9S@91061,COG1380@1,COG1380@2 NA|NA|NA S Inhibits the expression or activity of extracellular murein hydrolases by interacting, possibly with LrgB, with the holin-like protein CidA. The LrgAB and CidA proteins may affect the proton motive force of the membrane. May be involved in programmed cell death (PCD), possibly triggering PCD in response to antibiotics and environmental stresses -BSU_28920 224308.BSU28920 1.1e-130 472.6 Bacillus lytT GO:0000156,GO:0000160,GO:0003674,GO:0007154,GO:0007165,GO:0008150,GO:0009987,GO:0023052,GO:0035556,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0060089,GO:0065007 ko:K07705 ko02020,map02020 M00492 ko00000,ko00001,ko00002,ko02022 Bacillus 1V14X@1239,1ZC3U@1386,4HDIC@91061,COG3279@1,COG3279@2 NA|NA|NA T COG3279 Response regulator of the LytR AlgR family -BSU_28930 224308.BSU28930 0.0 1104.7 Bacillus lytS 2.7.13.3 ko:K07704 ko02020,map02020 M00492 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1VTXF@1239,1ZBKQ@1386,4H9Z1@91061,COG3275@1,COG3275@2 NA|NA|NA T Histidine kinase -BSU_28940 224308.BSU28940 2.5e-149 534.6 Bacillus ysaA ko:K07025 ko00000 Bacillus 1TS3W@1239,1ZBN8@1386,4HADE@91061,COG1011@1,COG1011@2 NA|NA|NA S HAD-hyrolase-like -BSU_28950 224308.BSU28950 0.0 1285.8 Bacillus thrS GO:0003674,GO:0003824,GO:0004812,GO:0004829,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006435,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.3 ko:K01868 ko00970,map00970 M00359,M00360 R03663 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TP78@1239,1ZB5W@1386,4HABZ@91061,COG0441@1,COG0441@2 NA|NA|NA J Catalyzes the attachment of threonine to tRNA(Thr) in a two-step reaction L-threonine is first activated by ATP to form Thr-AMP and then transferred to the acceptor end of tRNA(Thr) -BSU_28960 224308.BSU28960 6.4e-159 566.6 Bacillus ytxC Bacillus 1UC5R@1239,1ZRWW@1386,28MGE@1,2ZATN@2,4HESX@91061 NA|NA|NA S YtxC-like family -BSU_28970 224308.BSU28970 8.4e-111 406.4 Bacillus ytxB Bacillus 1V3J1@1239,1ZEPX@1386,4HHXX@91061,COG0398@1,COG0398@2 NA|NA|NA S SNARE associated Golgi protein -BSU_28980 224308.BSU28980 5e-173 613.6 Bacillus dnaI GO:0003674,GO:0003676,GO:0003677,GO:0003688,GO:0003690,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006270,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0016020,GO:0034641,GO:0034645,GO:0043170,GO:0043565,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0071944,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1901576,GO:1990837 ko:K11144 ko00000,ko03032 Bacillus 1TPZX@1239,1ZB6G@1386,4HABS@91061,COG1484@1,COG1484@2 NA|NA|NA L Primosomal protein DnaI -BSU_28990 224308.BSU28990 5.9e-266 922.9 Bacillus dnaB ko:K03346 ko00000,ko03032 Bacillus 1TSBB@1239,1ZBJY@1386,4H9RI@91061,COG3611@1,COG3611@2 NA|NA|NA L Membrane attachment protein -BSU_29000 224308.BSU29000 2.5e-80 304.7 Bacillus nrdR ko:K07738 ko00000,ko03000 Bacillus 1V3JA@1239,1ZFS0@1386,4HGXA@91061,COG1327@1,COG1327@2 NA|NA|NA K Negatively regulates transcription of bacterial ribonucleotide reductase nrd genes and operons by binding to NrdR- boxes -BSU_29010 1051501.AYTL01000030_gene2978 3.4e-67 260.8 Bacillus speH 4.1.1.50 ko:K01611 ko00270,ko00330,ko01100,map00270,map00330,map01100 M00034,M00133 R00178 RC00299 ko00000,ko00001,ko00002,ko01000 Bacillus 1V3U2@1239,1ZFPA@1386,4HH1F@91061,COG1586@1,COG1586@2 NA|NA|NA E Catalyzes the decarboxylation of S-adenosylmethionine to S-adenosylmethioninamine (dcAdoMet), the propylamine donor required for the synthesis of the polyamines spermine and spermidine from the diamine putrescine -BSU_29020 224308.BSU29020 4.8e-193 680.2 Bacillus gapB GO:0000166,GO:0003674,GO:0003824,GO:0004365,GO:0005488,GO:0005975,GO:0005996,GO:0006006,GO:0006094,GO:0008150,GO:0008152,GO:0009058,GO:0016051,GO:0016491,GO:0016620,GO:0016903,GO:0019318,GO:0019319,GO:0036094,GO:0043891,GO:0044238,GO:0044281,GO:0044283,GO:0046364,GO:0048037,GO:0050661,GO:0050662,GO:0051287,GO:0055114,GO:0071704,GO:0097159,GO:1901265,GO:1901363,GO:1901576 1.2.1.12 ko:K00134 ko00010,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,ko04066,ko05010,map00010,map00710,map01100,map01110,map01120,map01130,map01200,map01230,map04066,map05010 M00001,M00002,M00003,M00165,M00166,M00308,M00552 R01061 RC00149 ko00000,ko00001,ko00002,ko01000,ko04131,ko04147 Bacillus 1TNYU@1239,1ZCF9@1386,4H9NS@91061,COG0057@1,COG0057@2 NA|NA|NA G Belongs to the glyceraldehyde-3-phosphate dehydrogenase family -BSU_29030 224308.BSU29030 1.7e-66 258.5 Bacillus ytcD Bacillus 1V43K@1239,1ZGIV@1386,4HH01@91061,COG1733@1,COG1733@2 NA|NA|NA K Transcriptional regulator -BSU_29040 224308.BSU29040 8.3e-205 719.5 Bacillus ytbD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1TQXU@1239,1ZQ77@1386,4HAYB@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_29050 224308.BSU29050 1.5e-160 572.0 Bacillus ytbE Bacillus 1TPM1@1239,1ZC55@1386,4HARE@91061,COG0656@1,COG0656@2 NA|NA|NA S reductase -BSU_29060 224308.BSU29060 1.7e-97 362.1 Bacillus coaE GO:0003674,GO:0003824,GO:0004140,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006732,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009117,GO:0009150,GO:0009152,GO:0009165,GO:0009259,GO:0009260,GO:0009987,GO:0015936,GO:0015937,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0033865,GO:0033866,GO:0033875,GO:0034030,GO:0034032,GO:0034033,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0046390,GO:0046483,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.7.1.24 ko:K00859 ko00770,ko01100,map00770,map01100 M00120 R00130 RC00002,RC00078 ko00000,ko00001,ko00002,ko01000 Bacillus 1V6FS@1239,1ZFSI@1386,4HII3@91061,COG0237@1,COG0237@2 NA|NA|NA F Catalyzes the phosphorylation of the 3'-hydroxyl group of dephosphocoenzyme A to form coenzyme A -BSU_29070 224308.BSU29070 1.9e-107 395.2 Bacillus ytaF Bacillus 1V4BC@1239,1ZCPR@1386,4HH29@91061,COG1971@1,COG1971@2 NA|NA|NA P Probably functions as a manganese efflux pump -BSU_29080 224308.BSU29080 3.4e-157 560.8 Bacillus fpg 3.2.2.23,4.2.99.18 ko:K10563 ko03410,map03410 ko00000,ko00001,ko01000,ko03400 Bacillus 1TPM9@1239,1ZCC9@1386,4H9Q7@91061,COG0266@1,COG0266@2 NA|NA|NA L Involved in base excision repair of DNA damaged by oxidation or by mutagenic agents. Acts as DNA glycosylase that recognizes and removes damaged bases. Has a preference for oxidized purines, such as 7,8-dihydro-8-oxoguanine (8-oxoG). Has AP (apurinic apyrimidinic) lyase activity and introduces nicks in the DNA strand. Cleaves the DNA backbone by beta-delta elimination to generate a single-strand break at the site of the removed base with both 3'- and 5'-phosphates -BSU_29090 224308.BSU29090 0.0 1705.6 Bacillus polA GO:0003674,GO:0003824,GO:0003887,GO:0004518,GO:0004527,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006281,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008409,GO:0009058,GO:0009059,GO:0009987,GO:0016740,GO:0016772,GO:0016779,GO:0016787,GO:0016788,GO:0018130,GO:0019438,GO:0033554,GO:0034061,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0071897,GO:0090304,GO:0090305,GO:0140097,GO:1901360,GO:1901362,GO:1901576 2.7.7.7 ko:K02335 ko00230,ko00240,ko01100,ko03030,ko03410,ko03420,ko03440,map00230,map00240,map01100,map03030,map03410,map03420,map03440 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko01000,ko03032,ko03400 Bacillus 1TPKJ@1239,1ZB6Y@1386,4H9S7@91061,COG0258@1,COG0258@2,COG0749@1,COG0749@2 NA|NA|NA L In addition to polymerase activity, this DNA polymerase exhibits 5'-3' exonuclease activity -BSU_29100 224308.BSU29100 0.0 1121.3 Bacillus phoR 2.7.13.3 ko:K07636 ko02020,map02020 M00434 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1TQ1H@1239,1ZC0T@1386,4HB1B@91061,COG5002@1,COG5002@2 NA|NA|NA T Signal transduction histidine kinase -BSU_29110 224308.BSU29110 3.7e-131 474.2 Bacillus phoP ko:K07658 ko02020,map02020 M00434 ko00000,ko00001,ko00002,ko02022 Bacillus 1TPWS@1239,1ZBGS@1386,4H9KP@91061,COG0745@1,COG0745@2 NA|NA|NA T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain -BSU_29120 224308.BSU29120 2.4e-170 604.7 Bacillus mdh GO:0003674,GO:0003824,GO:0004470,GO:0006082,GO:0006091,GO:0006099,GO:0006101,GO:0008150,GO:0008152,GO:0009060,GO:0009987,GO:0015980,GO:0016491,GO:0016614,GO:0016615,GO:0016999,GO:0017144,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0045333,GO:0055114,GO:0071704,GO:0072350 1.1.1.37 ko:K00024 ko00020,ko00270,ko00620,ko00630,ko00680,ko00710,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,map00020,map00270,map00620,map00630,map00680,map00710,map00720,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00012,M00168,M00173,M00346,M00374,M00620,M00740 R00342,R07136 RC00031 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPSY@1239,1ZC27@1386,4HB0Z@91061,COG0039@1,COG0039@2 NA|NA|NA C Catalyzes the reversible oxidation of malate to oxaloacetate -BSU_29130 224308.BSU29130 3.1e-242 844.0 Bacillus icd 1.1.1.42 ko:K00031 ko00020,ko00480,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01210,ko01230,ko04146,map00020,map00480,map00720,map01100,map01110,map01120,map01130,map01200,map01210,map01230,map04146 M00009,M00010,M00173,M00740 R00267,R00268,R01899 RC00001,RC00084,RC00114,RC00626,RC02801 br01601,ko00000,ko00001,ko00002,ko01000 Bacillus 1UHPE@1239,1ZBWV@1386,4H9US@91061,COG0538@1,COG0538@2 NA|NA|NA C isocitrate -BSU_29140 224308.BSU29140 8.1e-210 736.1 Bacillus citZ 2.3.3.1 ko:K01647 ko00020,ko00630,ko01100,ko01110,ko01120,ko01130,ko01200,ko01210,ko01230,map00020,map00630,map01100,map01110,map01120,map01130,map01200,map01210,map01230 M00009,M00010,M00012,M00740 R00351 RC00004,RC00067 br01601,ko00000,ko00001,ko00002,ko01000 Bacillus 1TPPS@1239,1ZBAY@1386,4H9YE@91061,COG0372@1,COG0372@2 NA|NA|NA C Belongs to the citrate synthase family -BSU_29150 224308.BSU29150 8e-71 273.1 Bacillus ytwI Bacillus 1V7JN@1239,1ZQTM@1386,4HINS@91061,COG2707@1,COG2707@2 NA|NA|NA S membrane -BSU_29160 224308.BSU29160 4.4e-192 677.2 Bacillus ytvI GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 Bacillus 1TS4S@1239,1ZBXK@1386,4HC6G@91061,COG0628@1,COG0628@2 NA|NA|NA S sporulation integral membrane protein YtvI -BSU_29170 224308.BSU29170 3e-63 247.7 Bacillus ytzA ko:K07113 ko00000 Bacillus 1VF5Y@1239,1ZQRP@1386,4HNQ9@91061,COG3030@1,COG3030@2 NA|NA|NA S COG3030 Protein affecting phage T7 exclusion by the F plasmid -BSU_29180 224308.BSU29180 0.0 1085.1 Bacillus pyk GO:0003674,GO:0003824,GO:0004743,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0006082,GO:0006090,GO:0006091,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016052,GO:0016053,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0017144,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042866,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046031,GO:0046034,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046939,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576 2.7.1.40 ko:K00873 ko00010,ko00230,ko00620,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,ko04922,ko04930,ko05165,ko05203,ko05230,map00010,map00230,map00620,map01100,map01110,map01120,map01130,map01200,map01230,map04922,map04930,map05165,map05203,map05230 M00001,M00002,M00049,M00050 R00200,R00430,R01138,R01858,R02320 RC00002,RC00015 ko00000,ko00001,ko00002,ko01000,ko04131,ko04147 Bacillus 1TPGG@1239,1ZCDT@1386,4H9VY@91061,COG0469@1,COG0469@2 NA|NA|NA G Belongs to the pyruvate kinase family -BSU_29190 224308.BSU29190 5.7e-180 636.7 Bacillus pfkA GO:0003674,GO:0003824,GO:0003872,GO:0005975,GO:0006082,GO:0006090,GO:0006091,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008443,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016052,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0017144,GO:0018130,GO:0019200,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042866,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044262,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046031,GO:0046034,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046835,GO:0046939,GO:0051186,GO:0051188,GO:0055086,GO:0061615,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576 2.7.1.11 ko:K00850 ko00010,ko00030,ko00051,ko00052,ko00680,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,ko03018,ko04152,ko05230,map00010,map00030,map00051,map00052,map00680,map01100,map01110,map01120,map01130,map01200,map01230,map03018,map04152,map05230 M00001,M00345 R00756,R03236,R03237,R03238,R03239,R04779 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000,ko01009,ko03019 iYO844.BSU29190 Bacillus 1TPF4@1239,1ZB3D@1386,4HAPN@91061,COG0205@1,COG0205@2 NA|NA|NA F Catalyzes the phosphorylation of D-fructose 6-phosphate to fructose 1,6-bisphosphate by ATP, the first committing step of glycolysis -BSU_29200 224308.BSU29200 7.3e-183 646.4 Bacillus accA 2.1.3.15,6.4.1.2 ko:K01962 ko00061,ko00620,ko00640,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,map00061,map00620,map00640,map00720,map01100,map01110,map01120,map01130,map01200,map01212 M00082,M00376 R00742,R04386 RC00040,RC00253,RC00367 ko00000,ko00001,ko00002,ko01000 Bacillus 1UHNS@1239,1ZC5V@1386,4HA4C@91061,COG0825@1,COG0825@2 NA|NA|NA I Component of the acetyl coenzyme A carboxylase (ACC) complex. First, biotin carboxylase catalyzes the carboxylation of biotin on its carrier protein (BCCP) and then the CO(2) group is transferred by the carboxyltransferase to acetyl-CoA to form malonyl-CoA -BSU_29210 224308.BSU29210 1.4e-161 575.5 Bacillus accD 2.1.3.15,6.4.1.2 ko:K01963 ko00061,ko00620,ko00640,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,map00061,map00620,map00640,map00720,map01100,map01110,map01120,map01130,map01200,map01212 M00082,M00376 R00742,R04386 RC00040,RC00253,RC00367 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP4U@1239,1ZB3M@1386,4HAI7@91061,COG0777@1,COG0777@2 NA|NA|NA I Component of the acetyl coenzyme A carboxylase (ACC) complex. Biotin carboxylase (BC) catalyzes the carboxylation of biotin on its carrier protein (BCCP) and then the CO(2) group is transferred by the transcarboxylase to acetyl-CoA to form malonyl- CoA -BSU_29220 224308.BSU29220 2.6e-225 787.7 Bacillus ytsJ 1.1.1.38 ko:K00027 ko00620,ko01200,ko02020,map00620,map01200,map02020 R00214 RC00105 ko00000,ko00001,ko01000 Bacillus 1TPJ3@1239,1ZBAH@1386,4H9WR@91061,COG0281@1,COG0281@2 NA|NA|NA C Malate dehydrogenase -BSU_29230 224308.BSU29230 0.0 2175.6 Bacillus dnaE 2.7.7.7 ko:K02337 ko00230,ko00240,ko01100,ko03030,ko03430,ko03440,map00230,map00240,map01100,map03030,map03430,map03440 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 Bacillus 1TPYG@1239,1ZCIC@1386,4H9T3@91061,COG0587@1,COG0587@2 NA|NA|NA L DNA polymerase -BSU_29239 224308.BSU29239 5.3e-56 223.4 Bacillus ytrH Bacillus 1VGPH@1239,1ZH6P@1386,2CBNY@1,330BE@2,4HNX7@91061 NA|NA|NA S Sporulation protein YtrH -BSU_29240 224308.BSU29240 1.4e-68 265.8 Bacillus ytrI Bacillus 1V73K@1239,1ZHIX@1386,2AV7G@1,31KY3@2,4HJ3F@91061 NA|NA|NA -BSU_29249 224308.BSU29249 1.5e-28 131.3 Bacillus Bacillus 1VJ98@1239,1ZIJ7@1386,2EK73@1,33DXG@2,4HNYT@91061 NA|NA|NA -BSU_29250 224308.BSU29250 1.3e-181 642.1 Bacillus nrnA 3.1.13.3,3.1.3.7 ko:K06881 ko00920,ko01100,ko01120,map00920,map01100,map01120 R00188,R00508 RC00078 ko00000,ko00001,ko01000,ko03400 Bacillus 1TPXX@1239,1ZB08@1386,4H9ZW@91061,COG0618@1,COG0618@2 NA|NA|NA S COG0618 Exopolyphosphatase-related proteins -BSU_29260 224308.BSU29260 4e-47 193.7 Bacillus ytpI Bacillus 1VD0Y@1239,1ZHYC@1386,2E1U1@1,32X3Q@2,4HNCK@91061 NA|NA|NA S YtpI-like protein -BSU_29270 224308.BSU29270 1.8e-240 838.2 Bacillus ytoI Bacillus 1TPU6@1239,1ZB1Q@1386,4HB62@91061,COG4109@1,COG4109@2 NA|NA|NA K transcriptional regulator containing CBS domains -BSU_29280 224308.BSU29280 2e-158 565.1 Bacillus ytnM ko:K07090 ko00000 Bacillus 1UV0H@1239,1ZBC2@1386,4HDSG@91061,COG0730@1,COG0730@2 NA|NA|NA S membrane transporter protein -BSU_29290 224308.BSU29290 8.4e-240 835.9 Bacillus ytnL ko:K21613 ko00000,ko01000,ko01002 Bacillus 1TPD7@1239,1ZB09@1386,4H9WQ@91061,COG1473@1,COG1473@2 NA|NA|NA E hydrolase activity -BSU_29300 224308.BSU29300 1.1e-127 462.6 Bacillus 2.7.1.26,2.7.7.2 ko:K11753 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R00161,R00549 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1VXBN@1239,1ZHUP@1386,4HXKJ@91061,COG0196@1,COG0196@2 NA|NA|NA H Riboflavin kinase -BSU_29310 224308.BSU29310 1.4e-256 891.7 Bacillus ytnJ Bacillus 1TQZ0@1239,1ZBUG@1386,4HAF9@91061,COG2141@1,COG2141@2 NA|NA|NA C COG2141 Coenzyme F420-dependent N5,N10-methylene tetrahydromethanopterin reductase and related flavin-dependent oxidoreductases -BSU_29320 224308.BSU29320 4.9e-47 193.4 Bacillus ytnI Bacillus 1VFJ0@1239,1ZHVX@1386,4HKXP@91061,COG0695@1,COG0695@2 NA|NA|NA O COG0695 Glutaredoxin and related proteins -BSU_29330 224308.BSU29330 1.6e-185 655.2 Bacillus ytmO GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 Bacillus 1TPRS@1239,1ZB1E@1386,4H9R2@91061,COG2141@1,COG2141@2 NA|NA|NA C COG2141 Coenzyme F420-dependent N5,N10-methylene tetrahydromethanopterin reductase and related flavin-dependent oxidoreductases -BSU_29340 224308.BSU29340 1.7e-142 511.9 Bacillus tcyN ko:K16960 ko02010,map02010 M00585 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.3.13 Bacillus 1TNYD@1239,1ZB2E@1386,4H9WY@91061,COG1126@1,COG1126@2 NA|NA|NA E COG1126 ABC-type polar amino acid transport system, ATPase component -BSU_29350 224308.BSU29350 1.3e-120 439.1 Bacillus GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 ko:K16959 ko02010,map02010 M00585 ko00000,ko00001,ko00002,ko02000 3.A.1.3.13 Bacillus 1V1PT@1239,1ZQ0Y@1386,4HUB0@91061,COG0765@1,COG0765@2 NA|NA|NA U Binding-protein-dependent transport system inner membrane component -BSU_29360 224308.BSU29360 8.2e-123 446.4 Bacillus tcyL GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 ko:K16958 ko02010,map02010 M00585 ko00000,ko00001,ko00002,ko02000 3.A.1.3.13 Bacillus 1TY31@1239,1ZCP3@1386,4HBN2@91061,COG0765@1,COG0765@2 NA|NA|NA P Binding-protein-dependent transport system inner membrane component -BSU_29370 224308.BSU29370 2.6e-149 534.6 Bacillus ko:K16957 ko02010,map02010 M00585 ko00000,ko00001,ko00002,ko02000 3.A.1.3.13 Bacillus 1UKNE@1239,1ZQ0Z@1386,4HD8M@91061,COG0834@1,COG0834@2 NA|NA|NA M Bacterial periplasmic substrate-binding proteins -BSU_29380 224308.BSU29380 1.6e-151 542.0 Bacillus ko:K16956 ko02010,map02010 M00585 ko00000,ko00001,ko00002,ko02000 3.A.1.3.13 Bacillus 1TR13@1239,1ZQ10@1386,4HBRP@91061,COG0834@1,COG0834@2 NA|NA|NA ET Bacterial periplasmic substrate-binding proteins -BSU_29390 224308.BSU29390 2.5e-100 371.3 Bacillus ytmI ko:K00680 ko00000,ko01000 Bacillus 1V528@1239,1ZHM1@1386,4HH0W@91061,COG0454@1,COG0454@2 NA|NA|NA K Acetyltransferase (GNAT) domain -BSU_29400 224308.BSU29400 5e-173 613.6 Bacillus ytlI GO:0000976,GO:0000984,GO:0000986,GO:0000987,GO:0001017,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0097159,GO:1901363,GO:1990837 ko:K21960 ko00000,ko03000 Bacillus 1TS2I@1239,1ZQ2F@1386,4HEA9@91061,COG0583@1,COG0583@2 NA|NA|NA K LysR substrate binding domain -BSU_29410 224308.BSU29410 3e-130 471.1 Bacillus ytkL Bacillus 1TQR1@1239,1ZBI0@1386,4HBM0@91061,COG2220@1,COG2220@2 NA|NA|NA S Belongs to the UPF0173 family -BSU_29420 224308.BSU29420 1.9e-141 508.4 Bacillus ytkK 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1TSQV@1239,1ZC75@1386,4HB3U@91061,COG1028@1,COG1028@2 NA|NA|NA IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) -BSU_29440 224308.BSU29440 5.2e-267 926.4 Bacillus argH GO:0003674,GO:0003824,GO:0004056,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006591,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016829,GO:0016840,GO:0016842,GO:0019752,GO:0042450,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 4.3.2.1 ko:K01755 ko00220,ko00250,ko01100,ko01110,ko01130,ko01230,map00220,map00250,map01100,map01110,map01130,map01230 M00029,M00844,M00845 R01086 RC00445,RC00447 ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1TNZ6@1239,1ZD3C@1386,4HB24@91061,COG0165@1,COG0165@2 NA|NA|NA E argininosuccinate lyase -BSU_29450 224308.BSU29450 5.1e-234 816.6 Bacillus argG GO:0000050,GO:0000053,GO:0003674,GO:0003824,GO:0004055,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006575,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016874,GO:0016879,GO:0019627,GO:0019752,GO:0034641,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0071704,GO:0071941,GO:0072350,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 6.3.4.5 ko:K01940 ko00220,ko00250,ko01100,ko01110,ko01130,ko01230,ko05418,map00220,map00250,map01100,map01110,map01130,map01230,map05418 M00029,M00844,M00845 R01954 RC00380,RC00629 ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1TP3X@1239,1ZC1P@1386,4HA1E@91061,COG0137@1,COG0137@2 NA|NA|NA E Belongs to the argininosuccinate synthase family. Type 1 subfamily -BSU_29460 224308.BSU29460 8e-88 329.7 Bacillus moaB 2.7.7.75 ko:K03638 ko00790,ko01100,map00790,map01100 R09726 RC00002 ko00000,ko00001,ko01000 Bacillus 1V3XM@1239,1ZFK1@1386,4HH5V@91061,COG0521@1,COG0521@2 NA|NA|NA H May be involved in the biosynthesis of molybdopterin -BSU_29470 224308.BSU29470 6.3e-221 773.1 Bacillus ackA 2.7.2.1 ko:K00925 ko00430,ko00620,ko00640,ko00680,ko00720,ko01100,ko01120,ko01200,map00430,map00620,map00640,map00680,map00720,map01100,map01120,map01200 M00357,M00579 R00315,R01353 RC00002,RC00043 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ22@1239,1ZDDX@1386,4HA7K@91061,COG0282@1,COG0282@2 NA|NA|NA F Catalyzes the formation of acetyl phosphate from acetate and ATP. Can also catalyze the reverse reaction -BSU_29480 224308.BSU29480 9.1e-165 586.3 Bacillus ytxK 2.1.1.72 ko:K00571 ko00000,ko01000,ko02048 Bacillus 1TRIQ@1239,1ZBZ7@1386,4H9SE@91061,COG0827@1,COG0827@2 NA|NA|NA L DNA methylase -BSU_29490 224308.BSU29490 4.1e-89 334.0 Bacillus tpx 1.11.1.15 ko:K11065 ko00000,ko01000 Bacillus 1V474@1239,1ZARA@1386,4HFMW@91061,COG2077@1,COG2077@2 NA|NA|NA O Thiol-specific peroxidase that catalyzes the reduction of hydrogen peroxide and organic hydroperoxides to water and alcohols, respectively. Plays a role in cell protection against oxidative stress by detoxifying peroxides -BSU_29500 224308.BSU29500 3e-70 271.2 Bacillus ytfJ Bacillus 1V6H7@1239,1ZG9C@1386,4HIG7@91061,COG3874@1,COG3874@2 NA|NA|NA S Sporulation protein YtfJ -BSU_29510 224308.BSU29510 2.7e-115 421.4 Bacillus ytfI Bacillus 1VEG0@1239,1ZBQY@1386,2E5MF@1,330CC@2,4HMVE@91061 NA|NA|NA S Protein of unknown function (DUF2953) -BSU_29520 224308.BSU29520 2.2e-87 328.2 Bacillus yteJ Bacillus 1VATS@1239,1ZFC7@1386,4HKJ3@91061,COG1714@1,COG1714@2 NA|NA|NA S RDD family -BSU_29530 224308.BSU29530 4.2e-181 640.6 Bacillus sppA ko:K04773 ko00000,ko01000,ko01002 Bacillus 1TRQW@1239,1ZBTV@1386,4HB4R@91061,COG0616@1,COG0616@2 NA|NA|NA OU signal peptide peptidase SppA -BSU_29540 224308.BSU29540 3.7e-148 530.8 Bacillus ppnK 2.7.1.23 ko:K00858 ko00760,ko01100,map00760,map01100 R00104 RC00002,RC00078 ko00000,ko00001,ko01000 Bacillus 1TRXB@1239,1ZB1S@1386,4HCEW@91061,COG0061@1,COG0061@2 NA|NA|NA G Involved in the regulation of the intracellular balance of NAD and NADP, and is a key enzyme in the biosynthesis of NADP. Catalyzes specifically the phosphorylation on 2'-hydroxyl of the adenosine moiety of NAD to yield NADP -BSU_29550 224308.BSU29550 0.0 1088.2 Bacillus ytcJ Bacillus 1TQ6G@1239,1ZBDY@1386,4H9T6@91061,COG1574@1,COG1574@2 NA|NA|NA S amidohydrolase -BSU_29560 224308.BSU29560 4.5e-307 1059.7 Bacillus ytcI GO:0003674,GO:0003824,GO:0003996,GO:0004321,GO:0006082,GO:0006139,GO:0006163,GO:0006629,GO:0006631,GO:0006633,GO:0006637,GO:0006725,GO:0006732,GO:0006753,GO:0006790,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009117,GO:0009150,GO:0009259,GO:0009987,GO:0015645,GO:0016053,GO:0016405,GO:0016408,GO:0016740,GO:0016746,GO:0016747,GO:0016874,GO:0016877,GO:0016878,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0033865,GO:0033875,GO:0034032,GO:0034641,GO:0035383,GO:0043436,GO:0043603,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0051186,GO:0055086,GO:0071704,GO:0072330,GO:0072521,GO:1901135,GO:1901360,GO:1901564,GO:1901576 6.2.1.1 ko:K01895 ko00010,ko00620,ko00640,ko00680,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00620,map00640,map00680,map00720,map01100,map01110,map01120,map01130,map01200 M00357 R00235,R00236,R00316,R00926,R01354 RC00004,RC00012,RC00043,RC00070,RC02746,RC02816 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1TQTI@1239,1ZCDC@1386,4H9PN@91061,COG0365@1,COG0365@2 NA|NA|NA I COG0365 Acyl-coenzyme A synthetases AMP-(fatty) acid ligases -BSU_29570 224308.BSU29570 3.4e-29 133.7 Bacillus ko:K06418,ko:K06419,ko:K06420 ko00000 Bacillus 1VEDY@1239,1ZIWS@1386,2BX75@1,32YCI@2,4HNHZ@91061 NA|NA|NA S spore protein -BSU_29580 224308.BSU29580 6e-227 793.1 Bacillus thiI 2.8.1.4 ko:K03151 ko00730,ko01100,ko04122,map00730,map01100,map04122 R07461 ko00000,ko00001,ko01000,ko03016 Bacillus 1TPNW@1239,1ZBZY@1386,4HAV9@91061,COG0301@1,COG0301@2 NA|NA|NA H Catalyzes the ATP-dependent transfer of a sulfur to tRNA to produce 4-thiouridine in position 8 of tRNAs, which functions as a near-UV photosensor. Also catalyzes the transfer of sulfur to the sulfur carrier protein ThiS, forming ThiS-thiocarboxylate. This is a step in the synthesis of thiazole, in the thiamine biosynthesis pathway. The sulfur is donated as persulfide by IscS -BSU_29590 224308.BSU29590 3.7e-210 737.3 Bacillus nifZ 2.8.1.7 ko:K04487 ko00730,ko01100,ko04122,map00730,map01100,map04122 R07460,R11528,R11529 RC01789,RC02313 ko00000,ko00001,ko01000,ko02048,ko03016,ko03029 Bacillus 1TP21@1239,1ZBHY@1386,4HAEE@91061,COG1104@1,COG1104@2 NA|NA|NA E Cysteine desulfurase -BSU_29600 224308.BSU29600 8.4e-238 829.3 Bacillus braB GO:0003333,GO:0003674,GO:0005215,GO:0005304,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006820,GO:0006855,GO:0006865,GO:0008150,GO:0008324,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015175,GO:0015179,GO:0015188,GO:0015190,GO:0015238,GO:0015318,GO:0015658,GO:0015711,GO:0015803,GO:0015804,GO:0015807,GO:0015818,GO:0015820,GO:0015829,GO:0015849,GO:0015893,GO:0016020,GO:0022857,GO:0034220,GO:0042221,GO:0042493,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098655,GO:0098656,GO:1902475,GO:1903785,GO:1903825,GO:1905039 ko:K03311 ko00000 2.A.26 Bacillus 1TQIS@1239,1ZAST@1386,4HAKA@91061,COG1114@1,COG1114@2 NA|NA|NA E Component of the transport system for branched-chain amino acids -BSU_29610 224308.BSU29610 7e-274 949.5 Bacillus ezrA GO:0000278,GO:0000281,GO:0000910,GO:0000917,GO:0000918,GO:0000921,GO:0005575,GO:0005623,GO:0005886,GO:0006996,GO:0007010,GO:0007049,GO:0008150,GO:0009987,GO:0016020,GO:0016043,GO:0022402,GO:0022607,GO:0031106,GO:0032185,GO:0032506,GO:0034622,GO:0043933,GO:0044085,GO:0044464,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0051301,GO:0051302,GO:0051781,GO:0061640,GO:0065003,GO:0065007,GO:0070925,GO:0071840,GO:0071944,GO:0090529,GO:1902410,GO:1903047 ko:K06286 ko00000,ko03036 Bacillus 1TQR7@1239,1ZAWX@1386,4HA15@91061,COG4477@1,COG4477@2 NA|NA|NA D modulates the frequency and position of FtsZ ring formation. Inhibits FtsZ ring formation at polar sites. Interacts either with FtsZ or with one of its binding partners to promote depolymerization -BSU_29620 224308.BSU29620 2.7e-154 551.2 Bacillus hisJ GO:0000105,GO:0003674,GO:0003824,GO:0004401,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006547,GO:0006725,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009987,GO:0016053,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0042578,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0046483,GO:0052803,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 3.1.3.15 ko:K04486 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R03013 RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQQX@1239,1ZCA3@1386,4H9P1@91061,COG1387@1,COG1387@2 NA|NA|NA E COG1387 Histidinol phosphatase and related hydrolases of the PHP family -BSU_29630 224308.BSU29630 5.8e-109 400.2 Bacillus yttP GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 Bacillus 1V6TA@1239,1ZGRH@1386,4HISQ@91061,COG1309@1,COG1309@2 NA|NA|NA K Transcriptional regulator -BSU_29640 224308.BSU29640 2.6e-88 331.3 Bacillus ytsP 1.8.4.14 ko:K08968 ko00270,map00270 R02025 RC00639 ko00000,ko00001,ko01000 Bacillus 1V6GQ@1239,1ZFMG@1386,4HH7X@91061,COG1956@1,COG1956@2 NA|NA|NA T GAF domain-containing protein -BSU_29650 224308.BSU29650 0.0 1079.3 Bacillus ytrP Bacillus 1TQ2X@1239,1ZCE7@1386,4HA6T@91061,COG2199@1,COG2199@2,COG2203@1,COG2203@2 NA|NA|NA T COG2199 FOG GGDEF domain -BSU_29660 224308.BSU29660 3.3e-109 401.0 Bacillus rpsD GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005840,GO:0006417,GO:0006450,GO:0008150,GO:0009889,GO:0009891,GO:0009893,GO:0010468,GO:0010556,GO:0010557,GO:0010604,GO:0010608,GO:0010628,GO:0015935,GO:0019222,GO:0019843,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0032268,GO:0032270,GO:0032991,GO:0034248,GO:0034250,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044446,GO:0044464,GO:0045727,GO:0045903,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0051171,GO:0051173,GO:0051246,GO:0051247,GO:0060255,GO:0065007,GO:0065008,GO:0080090,GO:0097159,GO:1901363,GO:1990904,GO:2000112 ko:K02986 ko03010,map03010 M00178,M00179 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1TR0J@1239,1ZCEB@1386,4HAC9@91061,COG0522@1,COG0522@2 NA|NA|NA J One of the primary rRNA binding proteins, it binds directly to 16S rRNA where it nucleates assembly of the body of the 30S subunit -BSU_29670 224308.BSU29670 6.1e-238 829.7 Bacillus tyrS GO:0003674,GO:0003824,GO:0004812,GO:0004831,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006399,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016070,GO:0016874,GO:0016875,GO:0019752,GO:0034641,GO:0034660,GO:0043038,GO:0043039,GO:0043170,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564 6.1.1.1 ko:K01866 ko00970,map00970 M00359,M00360 R02918 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016,ko03029 Bacillus 1TPGN@1239,1ZBY9@1386,4H9YV@91061,COG0162@1,COG0162@2 NA|NA|NA J Catalyzes the attachment of tyrosine to tRNA(Tyr) in a two-step reaction tyrosine is first activated by ATP to form Tyr- AMP and then transferred to the acceptor end of tRNA(Tyr) -BSU_29680 224308.BSU29680 0.0 1151.7 Bacillus acsA 6.2.1.1 ko:K01895 ko00010,ko00620,ko00640,ko00680,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00620,map00640,map00680,map00720,map01100,map01110,map01120,map01130,map01200 M00357 R00235,R00236,R00316,R00926,R01354 RC00004,RC00012,RC00043,RC00070,RC02746,RC02816 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1TQTI@1239,1ZBDX@1386,4H9PN@91061,COG0365@1,COG0365@2 NA|NA|NA I COG0365 Acyl-coenzyme A synthetases AMP-(fatty) acid ligases -BSU_29690 224308.BSU29690 6.1e-122 443.4 Bacillus acuA GO:0001101,GO:0003674,GO:0003824,GO:0006066,GO:0006355,GO:0006950,GO:0007154,GO:0007584,GO:0008150,GO:0008152,GO:0009056,GO:0009267,GO:0009605,GO:0009847,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0009991,GO:0010033,GO:0010034,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0016407,GO:0016491,GO:0016614,GO:0016616,GO:0016740,GO:0016746,GO:0016747,GO:0019152,GO:0019219,GO:0019222,GO:0019751,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0031667,GO:0031668,GO:0031669,GO:0031670,GO:0032502,GO:0033554,GO:0034077,GO:0034078,GO:0034311,GO:0034313,GO:0042149,GO:0042180,GO:0042182,GO:0042221,GO:0042594,GO:0042844,GO:0042846,GO:0043894,GO:0044237,GO:0044248,GO:0044281,GO:0044282,GO:0045013,GO:0045014,GO:0045149,GO:0045150,GO:0045892,GO:0045934,GO:0045990,GO:0046015,GO:0046164,GO:0046174,GO:0046677,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0051716,GO:0055114,GO:0060255,GO:0061984,GO:0061985,GO:0061986,GO:0065007,GO:0070887,GO:0071229,GO:0071236,GO:0071310,GO:0071311,GO:0071496,GO:0071704,GO:0080090,GO:1901575,GO:1901615,GO:1901616,GO:1901700,GO:1901701,GO:1902652,GO:1902679,GO:1903506,GO:1903507,GO:2000112,GO:2000113,GO:2001141 ko:K04766 ko00000,ko01000 Bacillus 1TSEY@1239,1ZANI@1386,4HA1V@91061,COG0454@1,COG0454@2 NA|NA|NA K Part of the acuABC operon, which is possibly involved in the breakdown of acetoin and butanediol. Acts as an acetyltransferase inactivating acetyl-CoA synthetase AcsA via acetylation at a Lys residue -BSU_29700 224308.BSU29700 2.7e-117 427.9 Bacillus acuB GO:0003674,GO:0003824,GO:0003938,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006163,GO:0006164,GO:0006183,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009116,GO:0009117,GO:0009119,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009163,GO:0009165,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016491,GO:0016614,GO:0016616,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034404,GO:0034641,GO:0034654,GO:0042278,GO:0042451,GO:0042455,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046039,GO:0046128,GO:0046129,GO:0046390,GO:0046483,GO:0055086,GO:0055114,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901068,GO:1901070,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 ko:K04767 ko00000 Bacillus 1V7SC@1239,1ZRPY@1386,4HGJP@91061,COG0517@1,COG0517@2 NA|NA|NA S Domain in cystathionine beta-synthase and other proteins. -BSU_29710 224308.BSU29710 2.4e-225 787.7 Bacillus acuC ko:K04768 ko00000 iYO844.BSU29710 Bacillus 1TQF7@1239,1ZC2K@1386,4HBTF@91061,COG0123@1,COG0123@2 NA|NA|NA BQ histone deacetylase -BSU_29720 224308.BSU29720 2.3e-125 454.9 Bacillus ytxE ko:K02557 ko02030,ko02040,map02030,map02040 ko00000,ko00001,ko02000,ko02035 1.A.30.1 Bacillus 1UXY4@1239,1ZB4F@1386,4HCCI@91061,COG1360@1,COG1360@2 NA|NA|NA N Flagellar motor protein -BSU_29730 224308.BSU29730 1.2e-146 525.8 Bacillus ytxD GO:0001539,GO:0005575,GO:0005623,GO:0005886,GO:0006928,GO:0008150,GO:0009987,GO:0016020,GO:0016021,GO:0031224,GO:0040011,GO:0044425,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071944,GO:0071973,GO:0071978,GO:0097588 ko:K02556 ko02020,ko02030,ko02040,map02020,map02030,map02040 ko00000,ko00001,ko02000,ko02035 1.A.30.1 Bacillus 1TRH1@1239,1ZB8I@1386,4HAXG@91061,COG1291@1,COG1291@2 NA|NA|NA N flagellar motor -BSU_29740 224308.BSU29740 2.9e-182 644.4 Bacillus ccpA GO:0000976,GO:0001067,GO:0001130,GO:0001216,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009891,GO:0009892,GO:0009893,GO:0010468,GO:0010556,GO:0010557,GO:0010558,GO:0010604,GO:0010605,GO:0010628,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031325,GO:0031326,GO:0031327,GO:0031328,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0045892,GO:0045893,GO:0045934,GO:0045935,GO:0048518,GO:0048519,GO:0048522,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051173,GO:0051252,GO:0051253,GO:0051254,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1902680,GO:1903506,GO:1903507,GO:1903508,GO:1990837,GO:2000112,GO:2000113,GO:2001141 ko:K02529 ko00000,ko03000 Bacillus 1TQ7K@1239,1ZCFZ@1386,4H9NG@91061,COG1609@1,COG1609@2 NA|NA|NA K catabolite control protein A -BSU_29750 224308.BSU29750 8.3e-196 689.5 Bacillus aroA 2.5.1.54,5.4.99.5 ko:K13853 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00022,M00024,M00025 R01715,R01826 RC00435,RC03116 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP61@1239,1ZB0X@1386,4HB03@91061,COG1605@1,COG1605@2,COG2876@1,COG2876@2 NA|NA|NA E Catalyzes the formation of 3-deoxy-D-aribino-hept-2-ulosonate 7-phosphate from phosphoenolpyruvate and D-erythrose 4-phosphate and the formation of prephenate from chorismate -BSU_29760 224308.BSU29760 9.6e-55 219.2 Bacillus ytxJ Bacillus 1VEPC@1239,1ZI6R@1386,4HNXE@91061,COG3118@1,COG3118@2 NA|NA|NA O Protein of unknown function (DUF2847) -BSU_29770 224308.BSU29770 6.5e-17 94.0 Bacillus ytxH Bacillus 1VFY7@1239,1ZEKS@1386,4HNWV@91061,COG4980@1,COG4980@2 NA|NA|NA S COG4980 Gas vesicle protein -BSU_29780 224308.BSU29780 4.6e-17 94.4 Bacillus ytxG Bacillus 1VAXN@1239,1ZGYS@1386,4HM93@91061,COG4768@1,COG4768@2 NA|NA|NA S protein containing a divergent version of the methyl-accepting chemotaxis-like domain -BSU_29790 224308.BSU29790 2.8e-254 884.0 Bacillus murC 6.3.2.8 ko:K01924 ko00471,ko00550,ko01100,map00471,map00550,map01100 R03193 RC00064,RC00141 ko00000,ko00001,ko01000,ko01011 Bacillus 1TQ5H@1239,1ZB5U@1386,4HAR4@91061,COG0773@1,COG0773@2 NA|NA|NA M Belongs to the MurCDEF family -BSU_29805 224308.BSU29805 0.0 1631.7 Bacillus sftA ko:K03466 ko00000,ko03036 3.A.12 Bacillus 1TPJR@1239,1ZAYY@1386,4HA1S@91061,COG1674@1,COG1674@2 NA|NA|NA D Belongs to the FtsK SpoIIIE SftA family -BSU_29820 224308.BSU29820 1.3e-108 399.1 Bacillus ytpR GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006432,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009328,GO:0009987,GO:0010467,GO:0016070,GO:0019538,GO:0019752,GO:0032991,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:1901360,GO:1901564,GO:1901566,GO:1901576,GO:1902494 ko:K06878 ko00000 Bacillus 1V3R1@1239,1ZD7F@1386,4HHBI@91061,COG0073@1,COG0073@2 NA|NA|NA J Belongs to the phenylalanyl-tRNA synthetase beta subunit family. Type 1 subfamily -BSU_29830 224308.BSU29830 2.2e-148 531.6 Bacillus ytpQ Bacillus 1TTBU@1239,1ZBQ7@1386,4HAD1@91061,COG4848@1,COG4848@2 NA|NA|NA S Belongs to the UPF0354 family -BSU_29840 224308.BSU29840 3.5e-57 227.3 Bacillus ytpP GO:0003674,GO:0003824,GO:0004791,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009636,GO:0009987,GO:0015035,GO:0015036,GO:0016209,GO:0016491,GO:0016651,GO:0016667,GO:0016668,GO:0016671,GO:0019725,GO:0033554,GO:0034599,GO:0042221,GO:0042592,GO:0044424,GO:0044444,GO:0044464,GO:0045454,GO:0047134,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0055114,GO:0065007,GO:0065008,GO:0070887,GO:0097237,GO:0098754,GO:0098869,GO:1990748 Bacillus 1VAS6@1239,1ZHAS@1386,4HKGM@91061,COG0526@1,COG0526@2 NA|NA|NA CO Thioredoxin -BSU_29850 224308.BSU29850 1e-78 299.3 Bacillus ytoQ Bacillus 1V1Z5@1239,1ZE4G@1386,28NR0@1,2ZBQD@2,4HGAG@91061 NA|NA|NA S Nucleoside 2-deoxyribosyltransferase YtoQ -BSU_29860 224308.BSU29860 8e-207 726.1 Bacillus ytoP Bacillus 1TNZT@1239,1ZAXE@1386,4H9SM@91061,COG1363@1,COG1363@2 NA|NA|NA G COG1363 Cellulase M and related proteins -BSU_29870 224308.BSU29870 1.7e-51 208.4 Bacillus ytzB Bacillus 1VEIQ@1239,1ZJ31@1386,4HNS2@91061,COG5584@1,COG5584@2 NA|NA|NA S small secreted protein -BSU_29880 224308.BSU29880 0.0 1126.3 Bacillus malS GO:0003674,GO:0003824,GO:0004470,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006090,GO:0006108,GO:0008150,GO:0008152,GO:0009987,GO:0016491,GO:0016614,GO:0016615,GO:0019752,GO:0032787,GO:0043436,GO:0043648,GO:0044237,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0055114,GO:0071704 1.1.1.38 ko:K00027 ko00620,ko01200,ko02020,map00620,map01200,map02020 R00214 RC00105 ko00000,ko00001,ko01000 Bacillus 1TPJ3@1239,1ZD0I@1386,4H9WR@91061,COG0281@1,COG0281@2 NA|NA|NA C Malate dehydrogenase -BSU_29890 224308.BSU29890 1.3e-150 538.9 Bacillus ytnP Bacillus 1TRED@1239,1ZAYX@1386,4HAP2@91061,COG0491@1,COG0491@2 NA|NA|NA S COG0491 Zn-dependent hydrolases, including glyoxylases -BSU_29900 224308.BSU29900 2.4e-121 441.4 Bacillus trmB GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0008168,GO:0008173,GO:0008175,GO:0008176,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016423,GO:0016740,GO:0016741,GO:0030488,GO:0032259,GO:0032991,GO:0034470,GO:0034641,GO:0034660,GO:0034708,GO:0036265,GO:0043170,GO:0043412,GO:0043414,GO:0043527,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0106004,GO:0140098,GO:0140101,GO:1901360,GO:1902494,GO:1990234 2.1.1.33 ko:K03439 ko00000,ko01000,ko03016 Bacillus 1TQCA@1239,1ZAP2@1386,4HC08@91061,COG0220@1,COG0220@2 NA|NA|NA J Catalyzes the formation of N(7)-methylguanine at position 46 (m7G46) in tRNA -BSU_29910 224308.BSU29910 4.5e-45 186.8 Bacillus ytzH Bacillus 1VAYB@1239,1ZQJD@1386,2E43M@1,32YZY@2,4HM5I@91061 NA|NA|NA S YtzH-like protein -BSU_29920 224308.BSU29920 5.7e-117 426.8 Bacillus ytmP Bacillus 1UMFY@1239,1ZC4H@1386,4HBF9@91061,COG0510@1,COG0510@2 NA|NA|NA M Phosphotransferase -BSU_29930 224308.BSU29930 0.0 1482.2 Bacillus amyX 3.2.1.41 ko:K01200 ko00500,ko01100,ko01110,map00500,map01100,map01110 R02111 ko00000,ko00001,ko01000 CBM48,GH13 Bacillus 1TP3M@1239,1ZC85@1386,4HBP5@91061,COG1523@1,COG1523@2 NA|NA|NA G Belongs to the glycosyl hydrolase 13 family -BSU_29940 224308.BSU29940 5e-181 640.2 Bacillus ytlR Bacillus 1TUH3@1239,1ZRQM@1386,4IR1U@91061,COG1597@1,COG1597@2 NA|NA|NA I Diacylglycerol kinase catalytic domain -BSU_29950 224308.BSU29950 2.2e-165 588.2 Bacillus ytlQ Bacillus 1UZ00@1239,1ZDNP@1386,28NSI@1,2ZB4U@2,4HDBT@91061 NA|NA|NA -BSU_29960 224308.BSU29960 7.2e-103 379.8 Bacillus ytlP GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008104,GO:0008150,GO:0009966,GO:0010646,GO:0010738,GO:0023051,GO:0033036,GO:0034237,GO:0044424,GO:0044444,GO:0044464,GO:0048583,GO:0050789,GO:0050794,GO:0051018,GO:0051179,GO:0065007,GO:1902531 3.1.4.58 ko:K01975 ko00000,ko01000,ko03016 Bacillus 1VCBK@1239,1ZHT8@1386,4HM3V@91061,COG1514@1,COG1514@2 NA|NA|NA J Hydrolyzes RNA 2',3'-cyclic phosphodiester to an RNA 2'- phosphomonoester -BSU_29970 224308.BSU29970 1.1e-172 612.5 Bacillus ytkP GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0004124,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006534,GO:0006535,GO:0006563,GO:0006790,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009069,GO:0009070,GO:0009987,GO:0016053,GO:0016740,GO:0016765,GO:0016829,GO:0016846,GO:0019344,GO:0019752,GO:0019842,GO:0030170,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0048037,GO:0050662,GO:0070279,GO:0071704,GO:0080146,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.5.1.47 ko:K01738 ko00270,ko00920,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00270,map00920,map01100,map01110,map01120,map01130,map01200,map01230 M00021 R00897,R03601,R04859 RC00020,RC02814,RC02821 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP30@1239,1ZC73@1386,4HAMU@91061,COG0031@1,COG0031@2 NA|NA|NA E Belongs to the cysteine synthase cystathionine beta- synthase family -BSU_29980 224308.BSU29980 1.2e-271 941.8 Bacillus ytjP 3.5.1.18 ko:K01439 ko00300,ko01100,ko01120,ko01230,map00300,map01100,map01120,map01230 M00016 R02734 RC00064,RC00090 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPEG@1239,1ZBI2@1386,4HC14@91061,COG0624@1,COG0624@2 NA|NA|NA E Dipeptidase -BSU_29990 224308.BSU29990 1.6e-225 788.5 Bacillus pbuO ko:K06901 ko00000,ko02000 2.A.1.40 Bacillus 1TQC6@1239,1ZDJJ@1386,4HANG@91061,COG2252@1,COG2252@2 NA|NA|NA S permease -BSU_30000 224308.BSU30000 6.6e-207 726.5 Bacillus ythQ ko:K01992 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1V6RH@1239,1ZEVB@1386,4HK0C@91061,COG4473@1,COG4473@2 NA|NA|NA U Bacterial ABC transporter protein EcsB -BSU_30010 224308.BSU30010 5.6e-132 476.9 Bacillus ythP ko:K01990 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TQIH@1239,1ZC0G@1386,4HA2B@91061,COG1131@1,COG1131@2 NA|NA|NA V ABC transporter -BSU_30020 224308.BSU30020 4.1e-33 146.7 Bacillus ytzE Bacillus 1VG5N@1239,1ZHT3@1386,4HNPQ@91061,COG1349@1,COG1349@2 NA|NA|NA K COG1349 Transcriptional regulators of sugar metabolism -BSU_30035 224308.BSU30035 4.3e-132 477.2 Bacillus rsuA GO:0000154,GO:0000455,GO:0001522,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009451,GO:0009982,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016853,GO:0016866,GO:0022613,GO:0031118,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0044085,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:1901360 5.4.99.19 ko:K06183 ko00000,ko01000,ko03009 Bacillus 1TQZ2@1239,1ZCAM@1386,4H9VU@91061,COG1187@1,COG1187@2 NA|NA|NA J Belongs to the pseudouridine synthase RsuA family -BSU_30050 224308.BSU30050 2.2e-293 1014.2 Bacillus ytgP GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03328 ko00000 2.A.66.2 Bacillus 1TNYX@1239,1ZBR9@1386,4H9RY@91061,COG2244@1,COG2244@2 NA|NA|NA S COG2244 Membrane protein involved in the export of O-antigen and teichoic acid -BSU_30060 224308.BSU30060 7.6e-241 839.3 Bacillus ytfP ko:K07007 ko00000 Bacillus 1TQ6E@1239,1ZAT3@1386,4HAAT@91061,COG2081@1,COG2081@2 NA|NA|NA S HI0933-like protein -BSU_30070 224308.BSU30070 7.5e-283 979.2 Bacillus opuD GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0015695,GO:0015696,GO:0015697,GO:0015838,GO:0016020,GO:0031460,GO:0044464,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944,GO:0072337 ko:K05020 ko00000,ko02000 2.A.15.1.1,2.A.15.1.11 iYO844.BSU30070 Bacillus 1TRS6@1239,1ZBRN@1386,4HA7U@91061,COG1292@1,COG1292@2 NA|NA|NA M Belongs to the BCCT transporter (TC 2.A.15) family -BSU_30080 224308.BSU30080 5.2e-26 122.9 Bacillus yteV Bacillus 1VMH9@1239,1ZIVZ@1386,2EJ4P@1,33CVX@2,4HSGS@91061 NA|NA|NA S Sporulation protein Cse60 -BSU_30090 224308.BSU30090 8.2e-117 426.4 Bacillus yteU Bacillus 1V69Y@1239,1ZGMC@1386,4HH89@91061,COG5578@1,COG5578@2 NA|NA|NA S Integral membrane protein -BSU_30100 224308.BSU30100 2e-257 894.4 Bacillus yteT Bacillus 1TSUT@1239,1ZD0S@1386,4HDBM@91061,COG0673@1,COG0673@2 NA|NA|NA S Oxidoreductase family, C-terminal alpha/beta domain -BSU_30110 224308.BSU30110 1e-87 329.3 Bacillus yteS Bacillus 1U9I7@1239,1ZCI0@1386,4IJNU@91061,COG1653@1,COG1653@2 NA|NA|NA G transport -BSU_30120 224308.BSU30120 8.1e-226 789.3 Bacillus yteR GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.2.1.172 ko:K15532 ko00000,ko01000 GH105 Bacillus 1TRJ7@1239,1ZCCP@1386,4HDRZ@91061,COG4225@1,COG4225@2 NA|NA|NA G unsaturated glucuronyl hydrolase involved in regulation of bacterial surface properties, and related proteins -BSU_30135 224308.BSU30135 4.4e-172 610.5 Bacillus lplB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K17319 ko02010,map02010 M00603 ko00000,ko00001,ko00002,ko02000 3.A.1.1.29,3.A.1.1.9 Bacillus 1TP33@1239,1ZAQ3@1386,4HATZ@91061,COG4209@1,COG4209@2 NA|NA|NA G COG4209 ABC-type polysaccharide transport system, permease component -BSU_30150 224308.BSU30150 0.0 1515.4 Bacillus ytdP GO:0003674,GO:0003824,GO:0006081,GO:0006082,GO:0006089,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009438,GO:0009987,GO:0016053,GO:0016829,GO:0016835,GO:0016836,GO:0019172,GO:0019243,GO:0019249,GO:0019752,GO:0032787,GO:0042180,GO:0042182,GO:0043436,GO:0044237,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0046185,GO:0046394,GO:0051596,GO:0061727,GO:0071704,GO:0072330,GO:1901575,GO:1901576,GO:1901615,GO:1901617 Bacillus 1UY4J@1239,1ZCUV@1386,4HE0E@91061,COG2207@1,COG2207@2 NA|NA|NA K Transcriptional regulator -BSU_30160 224308.BSU30160 2.8e-290 1003.8 Bacillus ko:K17318 ko02010,map02010 M00603 ko00000,ko00001,ko00002,ko02000 3.A.1.1.29,3.A.1.1.9 Bacillus 1TRD0@1239,1ZQXP@1386,4HTV1@91061,COG1653@1,COG1653@2 NA|NA|NA G COG1653 ABC-type sugar transport system, periplasmic component -BSU_30170 224308.BSU30170 1.4e-148 532.3 Bacillus ytcP ko:K17320 ko02010,map02010 M00603 ko00000,ko00001,ko00002,ko02000 3.A.1.1.29,3.A.1.1.9 Bacillus 1TQ9F@1239,1ZCUS@1386,4HBG3@91061,COG0395@1,COG0395@2 NA|NA|NA G COG0395 ABC-type sugar transport system, permease component -BSU_30180 224308.BSU30180 1.2e-137 495.7 Bacillus ytbQ 1.1.1.388 ko:K19243 ko00030,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map01100,map01110,map01120,map01130,map01200 M00004,M00006 R10520,R10907 RC00066 ko00000,ko00001,ko00002,ko01000 Bacillus 1V0AK@1239,1ZEQA@1386,4HQJU@91061,COG0451@1,COG0451@2 NA|NA|NA GM NAD dependent epimerase/dehydratase family -BSU_30190 224308.BSU30190 3.2e-225 787.3 Bacillus bioI GO:0006082,GO:0006732,GO:0006766,GO:0006767,GO:0006768,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009102,GO:0009108,GO:0009110,GO:0009987,GO:0016053,GO:0017144,GO:0018130,GO:0019752,GO:0032787,GO:0034641,GO:0042364,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:0072330,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 1.14.14.46 ko:K16593 ko00780,ko01100,map00780,map01100 M00573 R10123 ko00000,ko00001,ko00002,ko00199,ko01000 Bacillus 1TPWZ@1239,1ZC1Y@1386,4HAGS@91061,COG2124@1,COG2124@2 NA|NA|NA C Cytochrome P450 -BSU_30200 224308.BSU30200 3.7e-190 670.6 Bacillus bioB 2.8.1.6 ko:K01012 ko00780,ko01100,map00780,map01100 M00123,M00573,M00577 R01078 RC00441 ko00000,ko00001,ko00002,ko01000 iYO844.BSU30200 Bacillus 1TPQ4@1239,1ZCAU@1386,4HAGM@91061,COG0502@1,COG0502@2 NA|NA|NA H Catalyzes the conversion of dethiobiotin (DTB) to biotin by the insertion of a sulfur atom into dethiobiotin via a radical- based mechanism -BSU_30210 224308.BSU30210 6.3e-128 463.4 Bacillus bioD GO:0003674,GO:0003824,GO:0004141,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006732,GO:0006766,GO:0006767,GO:0006768,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009102,GO:0009108,GO:0009110,GO:0009987,GO:0016053,GO:0016874,GO:0016879,GO:0016882,GO:0017144,GO:0018130,GO:0019752,GO:0032787,GO:0034641,GO:0042364,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:0072330,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 6.3.3.3 ko:K01935 ko00780,ko01100,map00780,map01100 M00123,M00573,M00577 R03182 RC00868 ko00000,ko00001,ko00002,ko01000 Bacillus 1V7IE@1239,1ZRTE@1386,4IRD4@91061,COG0132@1,COG0132@2 NA|NA|NA H Catalyzes a mechanistically unusual reaction, the ATP- dependent insertion of CO2 between the N7 and N8 nitrogen atoms of 7,8-diaminopelargonic acid (DAPA) to form an ureido ring -BSU_30220 224308.BSU30220 2.4e-220 771.2 Bacillus bioF GO:0003674,GO:0003824,GO:0006082,GO:0006732,GO:0006766,GO:0006767,GO:0006768,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008710,GO:0009058,GO:0009102,GO:0009108,GO:0009110,GO:0009987,GO:0016053,GO:0016740,GO:0016746,GO:0016747,GO:0017144,GO:0018130,GO:0019752,GO:0032787,GO:0034641,GO:0042364,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:0072330,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.3.1.47 ko:K00652 ko00780,ko01100,map00780,map01100 M00123,M00573,M00577 R03210,R10124 RC00004,RC00039,RC02725 ko00000,ko00001,ko00002,ko01000,ko01007 Bacillus 1TPUX@1239,1ZAUZ@1386,4HAH3@91061,COG0156@1,COG0156@2 NA|NA|NA H Catalyzes the decarboxylative condensation of pimeloyl- acyl-carrier protein and L-alanine to produce 8-amino-7- oxononanoate (AON), acyl-carrier protein , and carbon dioxide -BSU_30230 224308.BSU30230 4.2e-261 906.7 Bacillus bioA 2.6.1.105,2.6.1.62 ko:K00833,ko:K19563 ko00780,ko01100,map00780,map01100 M00123,M00573,M00577 R03231,R10699 RC00006,RC00062,RC00887 ko00000,ko00001,ko00002,ko01000,ko01007 Bacillus 1TP9N@1239,1ZR67@1386,4H9QK@91061,COG0161@1,COG0161@2 NA|NA|NA H Catalyzes the transfer of the alpha-amino group from S- adenosyl-L-methionine (SAM) to 7-keto-8-aminopelargonic acid (KAPA) to form 7,8-diaminopelargonic acid (DAPA). It is the only animotransferase known to utilize SAM as an amino donor -BSU_30240 224308.BSU30240 2.9e-150 537.7 Bacillus bioW 6.2.1.14 ko:K01906 ko00780,ko01100,map00780,map01100 M00577 R03209 RC00004,RC00014 ko00000,ko00001,ko00002,ko01000 Bacillus 1V38Y@1239,1ZEA6@1386,4HJME@91061,COG1424@1,COG1424@2 NA|NA|NA H Catalyzes the transformation of pimelate into pimeloyl- CoA with concomitant hydrolysis of ATP to AMP -BSU_30250 224308.BSU30250 2.2e-173 614.8 Bacillus Bacillus 1UYH0@1239,1ZQKV@1386,4HE35@91061,COG1073@1,COG1073@2 NA|NA|NA S Acetyl xylan esterase (AXE1) -BSU_30260 224308.BSU30260 3.8e-190 670.6 Bacillus msmR ko:K02529 ko00000,ko03000 Bacillus 1TPZJ@1239,1ZD8J@1386,4HC9Z@91061,COG1609@1,COG1609@2 NA|NA|NA K Transcriptional regulator -BSU_30270 224308.BSU30270 3.8e-248 863.6 Bacillus msmE ko:K10117 ko02010,map02010 M00196 ko00000,ko00001,ko00002,ko02000 3.A.1.1.28 Bacillus 1TQHT@1239,1ZD76@1386,4HAH2@91061,COG1653@1,COG1653@2 NA|NA|NA G Bacterial extracellular solute-binding protein -BSU_30280 224308.BSU30280 2.5e-169 601.3 Bacillus amyD GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 ko:K10118 ko02010,map02010 M00196 ko00000,ko00001,ko00002,ko02000 3.A.1.1.28 Bacillus 1TRA3@1239,1ZQ7U@1386,4HEA0@91061,COG1175@1,COG1175@2 NA|NA|NA P ABC transporter -BSU_30290 224308.BSU30290 2.6e-144 518.1 Bacillus amyC ko:K10119 ko02010,map02010 M00196 ko00000,ko00001,ko00002,ko02000 3.A.1.1.28 Bacillus 1TR8M@1239,1ZQ4Y@1386,4HAKX@91061,COG0395@1,COG0395@2 NA|NA|NA P ABC transporter (permease) -BSU_30300 224308.BSU30300 6.9e-253 879.4 Bacillus melA 3.2.1.22 ko:K07406 ko00052,ko00561,ko00600,ko00603,map00052,map00561,map00600,map00603 R01101,R01103,R01104,R01194,R01329,R02926,R03634,R04019,R04470,R05549,R05961,R06091 RC00049,RC00059,RC00451 ko00000,ko00001,ko01000 Bacillus 1TQ9I@1239,1ZQT1@1386,4HCGH@91061,COG1486@1,COG1486@2 NA|NA|NA G Family 4 glycosyl hydrolase -BSU_30310 224308.BSU30310 3.6e-51 207.2 Bacillus ytwF Bacillus 1VES3@1239,1ZH5X@1386,4HNRE@91061,COG0607@1,COG0607@2 NA|NA|NA P Sulfurtransferase -BSU_30320 224308.BSU30320 0.0 1669.4 Bacillus leuS GO:0003674,GO:0003824,GO:0004812,GO:0004823,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006429,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.4 ko:K01869 ko00970,map00970 M00359,M00360 R03657 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016,ko03029 Bacillus 1TP0Y@1239,1ZARG@1386,4HAG1@91061,COG0495@1,COG0495@2 NA|NA|NA J Belongs to the class-I aminoacyl-tRNA synthetase family -BSU_30330 224308.BSU30330 1.7e-54 218.4 Bacillus ytvB Bacillus 1W4DK@1239,1ZGUQ@1386,28XZV@1,2ZJVM@2,4I02G@91061 NA|NA|NA S Protein of unknown function (DUF4257) -BSU_30340 224308.BSU30340 1.3e-142 512.3 Bacillus ytvA GO:0003674,GO:0003824,GO:0004672,GO:0004674,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006464,GO:0006468,GO:0006793,GO:0006796,GO:0006807,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019538,GO:0023052,GO:0035556,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0065007,GO:0071704,GO:0140096,GO:1901564 Bacillus 1V4PP@1239,1ZE0R@1386,4HER6@91061,COG1366@1,COG1366@2,COG2202@1,COG2202@2 NA|NA|NA T Motif C-terminal to PAS motifs (likely to contribute to PAS structural domain) -BSU_30350 224308.BSU30350 3.5e-211 740.7 Bacillus yttB Bacillus 1TPJ6@1239,1ZBPE@1386,4HAGJ@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_30360 224308.BSU30360 3e-43 182.2 Bacillus yttA Bacillus 1VFAN@1239,1ZDUX@1386,4HQ1M@91061,COG2433@1,COG2433@2 NA|NA|NA S Pfam Transposase IS66 -BSU_30370 224308.BSU30370 0.0 1193.3 Bacillus bceB ko:K11632 ko02010,ko02020,map02010,map02020 M00314,M00737,M00738 ko00000,ko00001,ko00002,ko02000 3.A.1.134.3 Bacillus 1TR2D@1239,1ZBJC@1386,4H9SH@91061,COG0577@1,COG0577@2 NA|NA|NA V ABC transporter (permease) -BSU_30380 224308.BSU30380 1.9e-138 498.4 Bacillus bceA ko:K11631 ko02010,ko02020,map02010,map02020 M00314,M00737,M00738 ko00000,ko00001,ko00002,ko02000 3.A.1.134.3 Bacillus 1TNZG@1239,1ZCDW@1386,4H9UT@91061,COG1136@1,COG1136@2 NA|NA|NA V ABC transporter, ATP-binding protein -BSU_30390 224308.BSU30390 9.5e-186 656.0 Bacillus bceS 2.7.13.3 ko:K11629 ko02020,map02020 M00469,M00738 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1TSIC@1239,1ZS7P@1386,4HC32@91061,COG0642@1,COG2205@2 NA|NA|NA T PhoQ Sensor -BSU_30400 224308.BSU30400 8.7e-130 469.5 Bacillus bceR ko:K11630 ko02020,map02020 M00469,M00738 ko00000,ko00001,ko00002,ko02022 Bacillus 1TR32@1239,1ZCP0@1386,4HAUJ@91061,COG0745@1,COG0745@2 NA|NA|NA T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain -BSU_30410 224308.BSU30410 1.9e-234 818.1 Bacillus ytrF ko:K16918 ko02010,map02010 M00584 ko00000,ko00001,ko00002,ko02000 3.A.1 Bacillus 1TPUU@1239,1ZE27@1386,4HDKX@91061,COG0577@1,COG0577@2 NA|NA|NA V COG0577 ABC-type antimicrobial peptide transport system, permease component -BSU_30420 224308.BSU30420 5.3e-127 460.3 Bacillus ytrE ko:K16920 ko02010,map02010 M00584 ko00000,ko00001,ko00002,ko02000 3.A.1 Bacillus 1TPBJ@1239,1ZPYX@1386,4HCWT@91061,COG1136@1,COG1136@2 NA|NA|NA V ABC transporter, ATP-binding protein -BSU_30430 720555.BATR1942_12985 1e-147 529.6 Bacilli Bacillus 1W1HD@1239,28RDX@1,2ZDT6@2,4I0VX@91061 NA|NA|NA -BSU_30440 224308.BSU30440 8e-169 599.7 Bacillus ko:K16919 ko02010,map02010 M00584 ko00000,ko00001,ko00002,ko02000 3.A.1 Bacillus 1VRDR@1239,1ZS7Q@1386,2EWYB@1,33Q9P@2,4HT25@91061 NA|NA|NA P ABC-2 family transporter protein -BSU_30450 224308.BSU30450 1.9e-161 575.1 Bacillus ytrB ko:K16921 ko02010,map02010 M00584 ko00000,ko00001,ko00002,ko02000 3.A.1 Bacillus 1VYEA@1239,1ZPYY@1386,4HXN2@91061,COG1131@1,COG1131@2 NA|NA|NA P abc transporter atp-binding protein -BSU_30460 224308.BSU30460 8.6e-66 256.1 Bacillus ytrA ko:K07979 ko00000,ko03000 Bacillus 1VFD0@1239,1ZGQV@1386,4HNIT@91061,COG1725@1,COG1725@2 NA|NA|NA K GntR family transcriptional regulator -BSU_30470 224308.BSU30470 1.5e-40 171.8 Bacillus ytzC Bacillus 1U0BH@1239,1ZISQ@1386,29JW2@1,306TD@2,4I9NA@91061 NA|NA|NA S Protein of unknown function (DUF2524) -BSU_30480 224308.BSU30480 3.6e-190 670.6 Bacillus ytqA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 ko:K07139 ko00000 Bacillus 1TQ57@1239,1ZBM1@1386,4H9N8@91061,COG1242@1,COG1242@2 NA|NA|NA S Fe-S oxidoreductase -BSU_30490 224308.BSU30490 5.7e-106 390.2 Bacillus ytqB Bacillus 1V6VU@1239,1ZS5P@1386,4ISFT@91061,COG2519@1,COG2519@2 NA|NA|NA J Putative rRNA methylase -BSU_30500 224308.BSU30500 3.3e-216 757.3 Bacillus ytpB 4.2.3.130 ko:K16188 R10009 RC02994 ko00000,ko01000 Bacillus 1TQQ6@1239,1ZCGB@1386,2C5HJ@1,2Z812@2,4HA3F@91061 NA|NA|NA S Tetraprenyl-beta-curcumene synthase -BSU_30510 224308.BSU30510 5.5e-149 533.5 Bacillus ytpA GO:0003674,GO:0003824,GO:0005575,GO:0006629,GO:0008150,GO:0008152,GO:0016020,GO:0016298,GO:0016787,GO:0016788,GO:0044238,GO:0071704 3.1.1.5 ko:K01048 ko00564,map00564 ko00000,ko00001,ko01000 Bacillus 1UZ5S@1239,1ZBD1@1386,4HEHP@91061,COG2267@1,COG2267@2 NA|NA|NA I Alpha beta hydrolase -BSU_30520 224308.BSU30520 3.5e-59 234.6 Bacillus ytoA Bacillus 1V6CZ@1239,1ZBFS@1386,4HFPC@91061,COG0663@1,COG0663@2 NA|NA|NA S COG0663 Carbonic anhydrases acetyltransferases, isoleucine patch superfamily -BSU_30530 224308.BSU30530 1.9e-256 891.3 Bacillus ytnA ko:K03293 ko00000 2.A.3.1 Bacillus 1TP97@1239,1ZAQB@1386,4H9QX@91061,COG1113@1,COG1113@2 NA|NA|NA E COG1113 Gamma-aminobutyrate permease and related permeases -BSU_30540 224308.BSU30540 0.0 1293.1 Bacillus asnB 6.3.5.4 ko:K01953 ko00250,ko01100,ko01110,map00250,map01100,map01110 R00578 RC00010 ko00000,ko00001,ko01000,ko01002 Bacillus 1TRPB@1239,1ZAPW@1386,4HAIP@91061,COG0367@1,COG0367@2 NA|NA|NA E Asparagine synthase -BSU_30550 224308.BSU30550 7.3e-225 786.2 Bacillus metK GO:0003674,GO:0003824,GO:0004478,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0016740,GO:0016765,GO:0044424,GO:0044444,GO:0044464 2.5.1.6 ko:K00789 ko00270,ko01100,ko01110,ko01230,map00270,map01100,map01110,map01230 M00034,M00035,M00368,M00609 R00177,R04771 RC00021,RC01211 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPCV@1239,1ZBHR@1386,4HB33@91061,COG0192@1,COG0192@2 NA|NA|NA H Catalyzes the formation of S-adenosylmethionine (AdoMet) from methionine and ATP. The overall synthetic reaction is composed of two sequential steps, AdoMet formation and the subsequent tripolyphosphate hydrolysis which occurs prior to release of AdoMet from the enzyme -BSU_30560 224308.BSU30560 4.4e-311 1073.2 Bacillus pckA GO:0000166,GO:0003674,GO:0003824,GO:0004611,GO:0004612,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005996,GO:0006006,GO:0006094,GO:0008144,GO:0008150,GO:0008152,GO:0009058,GO:0016051,GO:0016829,GO:0016830,GO:0016831,GO:0017076,GO:0019318,GO:0019319,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0044238,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046364,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901363,GO:1901576 4.1.1.49 ko:K01610 ko00010,ko00020,ko00620,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00020,map00620,map00710,map01100,map01110,map01120,map01130,map01200 M00003,M00170 R00341 RC00002,RC02741 ko00000,ko00001,ko00002,ko01000 iYO844.BSU30560 Bacillus 1TPQV@1239,1ZCVN@1386,4HAKG@91061,COG1866@1,COG1866@2 NA|NA|NA C Involved in the gluconeogenesis. Catalyzes the conversion of oxaloacetate (OAA) to phosphoenolpyruvate (PEP) through direct phosphoryl transfer between the nucleoside triphosphate and OAA -BSU_30570 224308.BSU30570 2.1e-38 164.5 Bacillus Bacillus 1VJ7K@1239,1ZR94@1386,2EA0D@1,32SFQ@2,4HPZ6@91061 NA|NA|NA S Protein of unknown function (DUF2584) -BSU_30580 224308.BSU30580 9.4e-149 532.7 Bacillus ytmA Bacillus 1U5SB@1239,1ZC9W@1386,4HB1A@91061,COG1506@1,COG1506@2 NA|NA|NA E COG1506 Dipeptidyl aminopeptidases acylaminoacyl-peptidases -BSU_30595 224308.BSU30595 6.4e-190 669.8 Bacillus ytlA GO:0003674,GO:0005215 ko:K02051 M00188 ko00000,ko00002,ko02000 3.A.1.16,3.A.1.17 Bacillus 1TQN5@1239,1ZC0Z@1386,4HAB9@91061,COG0715@1,COG0715@2 NA|NA|NA P COG0715 ABC-type nitrate sulfonate bicarbonate transport systems, periplasmic components -BSU_30610 224308.BSU30610 2.4e-144 518.1 Bacillus ytlC ko:K02049 M00188 ko00000,ko00002,ko02000 3.A.1.16,3.A.1.17 Bacillus 1TRM6@1239,1ZC33@1386,4HBZ6@91061,COG1116@1,COG1116@2 NA|NA|NA P ABC transporter -BSU_30620 224308.BSU30620 3.1e-142 511.1 Bacillus ytlD GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K02050 M00188 ko00000,ko00002,ko02000 3.A.1.16,3.A.1.17 Bacillus 1TR6A@1239,1ZD96@1386,4HARB@91061,COG0600@1,COG0600@2 NA|NA|NA P COG0600 ABC-type nitrate sulfonate bicarbonate transport system, permease component -BSU_30630 224308.BSU30630 4.8e-87 327.0 Bacillus ytkD 3.6.1.55 ko:K03574 ko00000,ko01000,ko03400 Bacillus 1V42H@1239,1ZGYP@1386,4HH5W@91061,COG0494@1,COG0494@2 NA|NA|NA L Belongs to the Nudix hydrolase family -BSU_30640 224308.BSU30640 9.1e-63 246.1 Bacillus ytkC Bacillus 1UA5F@1239,1ZGWK@1386,4IKFX@91061,COG4824@1,COG4824@2 NA|NA|NA S Bacteriophage holin family -BSU_30650 224308.BSU30650 3.5e-76 290.8 Bacillus dps ko:K04047 ko00000,ko03036 Bacillus 1VCVJ@1239,1ZGCM@1386,4HMBD@91061,COG0783@1,COG0783@2 NA|NA|NA P Belongs to the Dps family -BSU_30660 224308.BSU30660 8.1e-73 279.6 Bacillus ytkA Bacillus 1V1PA@1239,1ZG8T@1386,28PM4@1,2ZCA8@2,4HFNN@91061 NA|NA|NA S YtkA-like -BSU_30670 224308.BSU30670 2.8e-87 327.8 Bacillus luxS 4.4.1.21 ko:K07173 ko00270,ko01100,ko01230,ko02024,ko02026,ko05111,map00270,map01100,map01230,map02024,map02026,map05111 M00609 R01291 RC00069,RC01929 ko00000,ko00001,ko00002,ko01000 Bacillus 1V1CH@1239,1ZBSW@1386,4HFPR@91061,COG1854@1,COG1854@2 NA|NA|NA T Involved in the synthesis of autoinducer 2 (AI-2) which is secreted by bacteria and is used to communicate both the cell density and the metabolic potential of the environment. The regulation of gene expression in response to changes in cell density is called quorum sensing. Catalyzes the transformation of S-ribosylhomocysteine (RHC) to homocysteine (HC) and 4,5- dihydroxy-2,3-pentadione (DPD) -BSU_30680 224308.BSU30680 1.4e-39 168.3 Bacillus ytjA ko:K08998 ko00000 Bacillus 1VEIG@1239,1ZHVV@1386,4HPA3@91061,COG0759@1,COG0759@2 NA|NA|NA S Could be involved in insertion of integral membrane proteins into the membrane -BSU_30690 224308.BSU30690 9.6e-103 379.4 Bacillus ytiB 4.2.1.1 ko:K01673 ko00910,map00910 R00132,R10092 RC02807 ko00000,ko00001,ko01000 Bacillus 1V1EC@1239,1ZB5T@1386,4HFQA@91061,COG0288@1,COG0288@2 NA|NA|NA P Reversible hydration of carbon dioxide -BSU_30700 224308.BSU30700 6e-41 172.9 Bacillus rpmE2 ko:K02909 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VEGU@1239,1ZHX3@1386,4HKF0@91061,COG0254@1,COG0254@2 NA|NA|NA J Ribosomal protein L31 -BSU_30710 224308.BSU30710 8e-249 865.9 Bacillus ythA 1.10.3.14 ko:K00425 ko00190,ko01100,ko02020,map00190,map01100,map02020 M00153 R11325 RC00061 ko00000,ko00001,ko00002,ko01000 3.D.4.3 Bacillus 1TRH4@1239,1ZBAG@1386,4HA19@91061,COG1271@1,COG1271@2 NA|NA|NA C oxidase, subunit -BSU_30720 224308.BSU30720 1.2e-188 665.6 Bacillus ythB 1.10.3.14 ko:K00426 ko00190,ko01100,ko02020,map00190,map01100,map02020 M00153 R11325 RC00061 ko00000,ko00001,ko00002,ko01000 3.D.4.3 Bacillus 1TPYX@1239,1ZCH6@1386,4HA9T@91061,COG1294@1,COG1294@2 NA|NA|NA C COG1294 Cytochrome bd-type quinol oxidase, subunit 2 -BSU_30739 224308.BSU30739 1.9e-24 117.5 Bacillus Bacillus 1VF0S@1239,1ZJ4H@1386,2E3H2@1,32YFR@2,4HNTB@91061 NA|NA|NA S Domain of Unknown Function (DUF1540) -BSU_30740 224308.BSU30740 2.3e-151 541.6 Bacillus mntD GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0010035,GO:0010038,GO:0010043,GO:0016020,GO:0042221,GO:0044464,GO:0050896,GO:0071944 ko:K11709 ko02010,map02010 M00319 ko00000,ko00001,ko00002,ko02000 3.A.1.15 Bacillus 1TPZB@1239,1ZAY6@1386,4HBD7@91061,COG1108@1,COG1108@2 NA|NA|NA P 'COG1108 ABC-type Mn2 Zn2 transport systems, permease components' -BSU_30750 224308.BSU30750 5.5e-234 816.6 Bacillus mntC GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0010035,GO:0010038,GO:0010043,GO:0016020,GO:0042221,GO:0044464,GO:0050896,GO:0071944 ko:K11708 ko02010,map02010 M00319 ko00000,ko00001,ko00002,ko02000 3.A.1.15 Bacillus 1TPZB@1239,1ZDBC@1386,4HCDH@91061,COG1108@1,COG1108@2,COG1321@1,COG1321@2 NA|NA|NA P COG1108 ABC-type Mn2 Zn2 transport systems, permease components -BSU_30760 224308.BSU30760 2e-140 505.0 Bacillus mntB 3.6.3.35 ko:K11710,ko:K19973 ko02010,map02010 M00319,M00792 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.15,3.A.1.15.15 iYO844.BSU30760 Bacillus 1TQJ3@1239,1ZC67@1386,4HA2W@91061,COG1121@1,COG1121@2 NA|NA|NA P 'COG1121 ABC-type Mn Zn transport systems, ATPase component' -BSU_30770 224308.BSU30770 3e-170 604.4 Bacillus mntA ko:K11707 ko02010,map02010 M00319 ko00000,ko00001,ko00002,ko02000 3.A.1.15 Bacillus 1TRKU@1239,1ZC5F@1386,4HAKT@91061,COG0803@1,COG0803@2 NA|NA|NA P Belongs to the bacterial solute-binding protein 9 family -BSU_30780 224308.BSU30780 2.4e-214 751.1 Bacillus menC GO:0006732,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009233,GO:0009234,GO:0009987,GO:0042180,GO:0042181,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0051186,GO:0051188,GO:0071704,GO:1901576,GO:1901661,GO:1901663 4.2.1.113 ko:K02549 ko00130,ko01100,ko01110,map00130,map01100,map01110 M00116 R04031 RC01053 ko00000,ko00001,ko00002,ko01000 iYO844.BSU30780 Bacillus 1TQMS@1239,1ZBMS@1386,4HBMX@91061,COG4948@1,COG4948@2 NA|NA|NA H Converts 2-succinyl-6-hydroxy-2,4-cyclohexadiene-1- carboxylate (SHCHC) to 2-succinylbenzoate (OSB) -BSU_30790 224308.BSU30790 5.3e-278 963.0 Bacillus menE 6.2.1.26 ko:K01911 ko00130,ko01100,ko01110,map00130,map01100,map01110 M00116 R04030 RC00004,RC00014 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPSX@1239,1ZB6H@1386,4HACS@91061,COG0318@1,COG0318@2 NA|NA|NA H Belongs to the ATP-dependent AMP-binding enzyme family. MenE subfamily -BSU_30800 224308.BSU30800 7.1e-155 553.1 Bacillus menB GO:0003674,GO:0003824,GO:0005488,GO:0006732,GO:0008150,GO:0008152,GO:0008935,GO:0009058,GO:0009108,GO:0009233,GO:0009234,GO:0009987,GO:0016829,GO:0016830,GO:0016833,GO:0042180,GO:0042181,GO:0043167,GO:0043168,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0051186,GO:0051188,GO:0071704,GO:0071890,GO:1901576,GO:1901661,GO:1901663 4.1.3.36 ko:K01661 ko00130,ko01100,ko01110,map00130,map01100,map01110 M00116 R07263 RC01923 ko00000,ko00001,ko00002,ko01000 Bacillus 1UHNU@1239,1ZB3B@1386,4HAD0@91061,COG0447@1,COG0447@2 NA|NA|NA H Converts o-succinylbenzoyl-CoA (OSB-CoA) to 1,4- dihydroxy-2-naphthoyl-CoA (DHNA-CoA) -BSU_30810 224308.BSU30810 6.5e-156 556.6 Bacillus menH GO:0003674,GO:0003824,GO:0016787 4.2.99.20 ko:K08680 ko00130,ko01100,ko01110,map00130,map01100,map01110 M00116 R08166 RC02148,RC02475 ko00000,ko00001,ko00002,ko01000 Bacillus 1TS4C@1239,1ZAU9@1386,4HB6G@91061,COG0596@1,COG0596@2 NA|NA|NA S Catalyzes a proton abstraction reaction that results in 2,5-elimination of pyruvate from 2-succinyl-5-enolpyruvyl-6- hydroxy-3-cyclohexene-1-carboxylate (SEPHCHC) and the formation of 2-succinyl-6-hydroxy-2,4-cyclohexadiene-1-carboxylate (SHCHC) -BSU_30820 224308.BSU30820 0.0 1174.8 Bacillus menD 2.2.1.9 ko:K02551 ko00130,ko01100,ko01110,map00130,map01100,map01110 M00116 R08165 RC02186 ko00000,ko00001,ko00002,ko01000 Bacillus 1TRDB@1239,1ZANU@1386,4HC48@91061,COG1165@1,COG1165@2 NA|NA|NA H Catalyzes the thiamine diphosphate-dependent decarboxylation of 2-oxoglutarate and the subsequent addition of the resulting succinic semialdehyde-thiamine pyrophosphate anion to isochorismate to yield 2-succinyl-5-enolpyruvyl-6-hydroxy-3- cyclohexene-1-carboxylate (SEPHCHC) -BSU_30830 224308.BSU30830 1.4e-272 944.9 Bacillus menF GO:0006732,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009233,GO:0009234,GO:0009987,GO:0042180,GO:0042181,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0051186,GO:0051188,GO:0071704,GO:1901576,GO:1901661,GO:1901663 5.4.4.2 ko:K02552 ko00130,ko01053,ko01100,ko01110,ko01130,map00130,map01053,map01100,map01110,map01130 M00116 R01717 RC00588 ko00000,ko00001,ko00002,ko01000 iYO844.BSU30830 Bacillus 1TSRT@1239,1ZB3V@1386,4H9K8@91061,COG1169@1,COG1169@2 NA|NA|NA HQ Isochorismate synthase -BSU_30840 224308.BSU30840 4.3e-132 477.2 Bacillus yteA Bacillus 1V6MF@1239,1ZEEI@1386,4HEPK@91061,COG1734@1,COG1734@2 NA|NA|NA T COG1734 DnaK suppressor protein -BSU_30850 224308.BSU30850 1.7e-153 548.5 Bacillus ytdA 2.7.7.9 ko:K00963 ko00040,ko00052,ko00500,ko00520,ko01100,ko01130,map00040,map00052,map00500,map00520,map01100,map01130 M00129,M00361,M00362,M00549 R00289 RC00002 ko00000,ko00001,ko00002,ko01000 Bacillus 1VRS2@1239,1ZCZA@1386,4HUKI@91061,COG1210@1,COG1210@2 NA|NA|NA M Nucleotidyl transferase -BSU_30860 224308.BSU30860 2.6e-244 850.9 Bacillus ytcA 1.1.1.22 ko:K00012 ko00040,ko00053,ko00520,ko01100,map00040,map00053,map00520,map01100 M00014,M00129,M00361,M00362 R00286 RC00291 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQFN@1239,1ZAP3@1386,4HADP@91061,COG1004@1,COG1004@2 NA|NA|NA M Belongs to the UDP-glucose GDP-mannose dehydrogenase family -BSU_30870 224308.BSU30870 6.7e-181 639.8 Bacillus ytcB Bacillus 1VP6I@1239,1ZQ48@1386,4HAN7@91061,COG0451@1,COG0451@2 NA|NA|NA M NAD-dependent epimerase dehydratase -BSU_30880 224308.BSU30880 6.1e-235 819.7 Bacillus GO:0003674,GO:0003824,GO:0016740,GO:0016757 Bacillus 1TSGH@1239,1ZPVP@1386,4HDGK@91061,COG0438@1,COG0438@2 NA|NA|NA M Glycosyltransferase Family 4 -BSU_30900 224308.BSU30900 3.9e-206 723.8 Bacillus cotS ko:K06337 ko00000 Bacillus 1V035@1239,1ZBJZ@1386,4HEX5@91061,COG2334@1,COG2334@2 NA|NA|NA S Seems to be required for the assembly of the CotSA protein in spores -BSU_30910 224308.BSU30910 2.4e-217 761.1 Bacillus GO:0003674,GO:0003824,GO:0016740,GO:0016757 ko:K06338 ko00000 Bacillus 1TRRW@1239,1ZCKJ@1386,4HAFA@91061,COG0438@1,COG0438@2 NA|NA|NA M Glycosyl transferases group 1 -BSU_30920 224308.BSU30920 2.3e-209 734.6 Bacillus cotI ko:K06331 ko00000 Bacillus 1V12T@1239,1ZREV@1386,4IPYD@91061,COG2334@1,COG2334@2 NA|NA|NA S Spore coat protein -BSU_30930 224308.BSU30930 1.7e-76 292.0 Bacillus ytaB ko:K05770 ko04080,ko04214,ko04979,ko05166,map04080,map04214,map04979,map05166 ko00000,ko00001,ko02000 9.A.24 Bacillus 1VDNQ@1239,1ZHKT@1386,4IRXH@91061,COG3476@1,COG3476@2 NA|NA|NA T membrane -BSU_30940 224308.BSU30940 0.0 1622.1 Bacillus glgP GO:0000272,GO:0003674,GO:0003824,GO:0004645,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005975,GO:0005976,GO:0005977,GO:0005980,GO:0006073,GO:0006091,GO:0006112,GO:0008144,GO:0008150,GO:0008152,GO:0008184,GO:0009056,GO:0009057,GO:0009251,GO:0009987,GO:0015980,GO:0016052,GO:0016740,GO:0016757,GO:0016758,GO:0019842,GO:0030170,GO:0036094,GO:0043167,GO:0043168,GO:0043170,GO:0044042,GO:0044237,GO:0044238,GO:0044247,GO:0044248,GO:0044260,GO:0044262,GO:0044264,GO:0044275,GO:0044424,GO:0044464,GO:0048037,GO:0050662,GO:0055114,GO:0070279,GO:0071704,GO:0097159,GO:1901363,GO:1901575 2.4.1.1 ko:K00688 ko00500,ko01100,ko01110,ko02026,ko04217,ko04910,ko04922,ko04931,map00500,map01100,map01110,map02026,map04217,map04910,map04922,map04931 R02111 ko00000,ko00001,ko01000 GT35 iYO844.BSU30940 Bacillus 1TQAJ@1239,1ZCRF@1386,4H9XI@91061,COG0058@1,COG0058@2 NA|NA|NA G Phosphorylase is an important allosteric enzyme in carbohydrate metabolism. Enzymes from different sources differ in their regulatory mechanisms and in their natural substrates. However, all known phosphorylases share catalytic and structural properties -BSU_30950 224308.BSU30950 7.3e-288 995.7 Bacillus glgA GO:0000271,GO:0003674,GO:0003824,GO:0005975,GO:0005976,GO:0005977,GO:0005978,GO:0006073,GO:0006091,GO:0006112,GO:0008150,GO:0008152,GO:0009011,GO:0009058,GO:0009059,GO:0009250,GO:0009987,GO:0015980,GO:0016051,GO:0016740,GO:0016757,GO:0016758,GO:0033692,GO:0034637,GO:0034645,GO:0043170,GO:0044042,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044262,GO:0044264,GO:0046527,GO:0055114,GO:0071704,GO:1901576 2.4.1.21 ko:K00703 ko00500,ko01100,ko01110,ko02026,map00500,map01100,map01110,map02026 M00565 R02421 RC00005 ko00000,ko00001,ko00002,ko01000,ko01003 GT5 Bacillus 1TQ4M@1239,1ZDBA@1386,4HAVA@91061,COG0297@1,COG0297@2 NA|NA|NA G Synthesizes alpha-1,4-glucan chains using ADP-glucose -BSU_30960 224308.BSU30960 1.7e-177 628.6 Bacillus glgD 2.7.7.27 ko:K00975 ko00500,ko00520,ko01100,ko01110,ko02026,map00500,map00520,map01100,map01110,map02026 M00565 R00948 RC00002 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPZ3@1239,1ZBVM@1386,4H9UQ@91061,COG0448@1,COG0448@2 NA|NA|NA G Glucose-1-phosphate adenylyltransferase, GlgD subunit -BSU_30970 224308.BSU30970 6.1e-197 693.3 Bacillus glgC GO:0000271,GO:0003674,GO:0003824,GO:0005975,GO:0005976,GO:0005977,GO:0005978,GO:0006073,GO:0006091,GO:0006112,GO:0008150,GO:0008152,GO:0008878,GO:0009058,GO:0009059,GO:0009250,GO:0009987,GO:0015980,GO:0016051,GO:0016740,GO:0016772,GO:0016779,GO:0033692,GO:0034637,GO:0034645,GO:0043170,GO:0044042,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044262,GO:0044264,GO:0055114,GO:0070566,GO:0071704,GO:1901576 2.7.7.27 ko:K00975 ko00500,ko00520,ko01100,ko01110,ko02026,map00500,map00520,map01100,map01110,map02026 M00565 R00948 RC00002 ko00000,ko00001,ko00002,ko01000 Bacillus 1TNZW@1239,1ZCF2@1386,4HAZX@91061,COG0448@1,COG0448@2 NA|NA|NA G Catalyzes the synthesis of ADP-glucose, a sugar donor used in elongation reactions on alpha-glucans -BSU_30980 224308.BSU30980 0.0 1354.0 Bacillus glgB GO:0000271,GO:0003674,GO:0003824,GO:0003844,GO:0005975,GO:0005976,GO:0005977,GO:0005978,GO:0006073,GO:0006091,GO:0006112,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009250,GO:0009987,GO:0015980,GO:0016051,GO:0016740,GO:0016757,GO:0016758,GO:0033692,GO:0034637,GO:0034645,GO:0043170,GO:0044042,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044262,GO:0044264,GO:0055114,GO:0071704,GO:1901576 2.4.1.18 ko:K00700 ko00500,ko01100,ko01110,map00500,map01100,map01110 M00565 R02110 ko00000,ko00001,ko00002,ko01000,ko04147 CBM48,GH13 Bacillus 1TP4M@1239,1ZCHU@1386,4HAPM@91061,COG0296@1,COG0296@2 NA|NA|NA G Catalyzes the formation of the alpha-1,6-glucosidic linkages in glycogen by scission of a 1,4-alpha-linked oligosaccharide from growing alpha-1,4-glucan chains and the subsequent attachment of the oligosaccharide to the alpha-1,6 position -BSU_30990 224308.BSU30990 7.4e-90 336.7 Bacillus yuaJ ko:K16789 ko00000,ko02000 2.A.88.3 Bacillus 1V1WX@1239,1ZR59@1386,4HFZJ@91061,COG3859@1,COG3859@2 NA|NA|NA S Thiamine transporter protein (Thia_YuaJ) -BSU_31000 224308.BSU31000 5.8e-94 350.1 Bacillus Bacillus 1VAAC@1239,1ZHWJ@1386,4HKUR@91061,COG1247@1,COG1247@2 NA|NA|NA M FR47-like protein -BSU_31010 224308.BSU31010 9.1e-188 663.3 Bacillus yuaG ko:K07192 ko04910,map04910 ko00000,ko00001,ko03036,ko04131,ko04147 Bacillus 1TQDT@1239,1ZBTE@1386,4HA0C@91061,COG2268@1,COG2268@2 NA|NA|NA S protein conserved in bacteria -BSU_31020 224308.BSU31020 3.8e-77 294.3 Bacillus yuaF Bacillus 1V4S8@1239,1ZGPJ@1386,4HHUI@91061,COG1585@1,COG1585@2 NA|NA|NA OU Membrane protein implicated in regulation of membrane protease activity -BSU_31030 224308.BSU31030 6.6e-84 316.6 Bacillus yuaE Bacillus 1V8A0@1239,1ZR7U@1386,4HIW8@91061,COG2318@1,COG2318@2 NA|NA|NA S DinB superfamily -BSU_31040 224308.BSU31040 1.3e-107 395.6 Bacillus yuaD Bacillus 1V8N9@1239,1ZHKN@1386,28NII@1,2ZBJY@2,4HVKD@91061 NA|NA|NA -BSU_31050 224308.BSU31050 4.9e-229 800.0 Bacillus gbsB GO:0003674,GO:0003824,GO:0004022,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0016491,GO:0016614,GO:0016616,GO:0044424,GO:0044444,GO:0044464,GO:0055114 1.1.1.1 ko:K11440 ko00260,ko01100,map00260,map01100 M00555 R08557,R08558 RC00087 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPB4@1239,1ZBBG@1386,4HAPA@91061,COG1454@1,COG1454@2 NA|NA|NA C alcohol dehydrogenase -BSU_31060 224308.BSU31060 1.4e-281 974.9 Bacillus gbsA 1.2.1.8 ko:K00130 ko00260,ko01100,map00260,map01100 M00555 R02565,R02566 RC00080 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP4S@1239,1ZAY9@1386,4H9MF@91061,COG1012@1,COG1012@2 NA|NA|NA C Belongs to the aldehyde dehydrogenase family -BSU_31070 224308.BSU31070 1.9e-95 355.1 Bacillus yuaC ko:K22109 ko00000,ko03000 Bacillus 1V3E5@1239,1ZGAI@1386,4HIEJ@91061,COG1510@1,COG1510@2 NA|NA|NA K Belongs to the GbsR family -BSU_31080 224308.BSU31080 3.7e-91 340.9 Bacillus yuaB Bacillus 1W4BH@1239,1ZFDP@1386,2974U@1,2ZUCW@2,4I1IR@91061 NA|NA|NA -BSU_31090 224308.BSU31090 8.4e-122 443.0 Bacillus ktrA GO:0003674,GO:0005488,GO:0005515,GO:0042802 ko:K03499 ko00000,ko02000 2.A.38.1,2.A.38.4 Bacillus 1TQ9H@1239,1ZC2N@1386,4HBPH@91061,COG0569@1,COG0569@2 NA|NA|NA P COG0569 K transport systems, NAD-binding component -BSU_31100 224308.BSU31100 9.3e-237 825.9 Bacillus ko:K03498 ko00000,ko02000 2.A.38.1,2.A.38.4 Bacillus 1TQ4S@1239,1ZBJ9@1386,4H9ME@91061,COG0168@1,COG0168@2 NA|NA|NA P Potassium -BSU_31110 224308.BSU31110 2.3e-38 164.5 Bacillus yubF GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006950,GO:0006974,GO:0008150,GO:0009987,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0033554,GO:0044425,GO:0044459,GO:0044464,GO:0050896,GO:0051716,GO:0071944 Bacillus 1V29F@1239,1ZR9T@1386,4HMJX@91061,COG4682@1,COG4682@2 NA|NA|NA S yiaA/B two helix domain -BSU_31120 224308.BSU31120 9e-153 546.2 Bacillus Bacillus 1V7JY@1239,1ZJU6@1386,4HIY4@91061,COG1705@1,COG1705@2 NA|NA|NA NU Mannosyl-glycoprotein endo-beta-N-acetylglucosaminidase -BSU_31130 224308.BSU31130 1.1e-276 958.7 Bacillus yubD GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 Bacillus 1UIMH@1239,1ZFGU@1386,4ISNI@91061,COG0477@1,COG0477@2 NA|NA|NA P Major Facilitator Superfamily -BSU_31140 224308.BSU31140 5.8e-88 330.1 Bacillus 1.13.11.20 ko:K00456 ko00270,ko00430,ko01100,map00270,map00430,map01100 R00893 RC00404 ko00000,ko00001,ko01000 Bacillus 1VFPC@1239,1ZFM7@1386,4HPUH@91061,COG5553@1,COG5553@2 NA|NA|NA S Cysteine dioxygenase type I -BSU_31150 224308.BSU31150 2.7e-133 481.5 Bacillus uppP 3.6.1.27 ko:K06153 ko00550,map00550 R05627 RC00002 ko00000,ko00001,ko01000,ko01011 Bacillus 1TPFA@1239,1ZD80@1386,4HB0M@91061,COG1968@1,COG1968@2 NA|NA|NA V Catalyzes the dephosphorylation of undecaprenyl diphosphate (UPP). Confers resistance to bacitracin -BSU_31160 224308.BSU31160 1.1e-196 692.6 Bacillus yubA GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 Bacillus 1TQ84@1239,1ZCDX@1386,4H9SR@91061,COG0628@1,COG0628@2 NA|NA|NA S transporter activity -BSU_31170 224308.BSU31170 5.7e-183 646.7 Bacillus yulF GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0016491,GO:0016614,GO:0016616,GO:0055114,GO:0102497 ko:K22230 ko00562,ko01120,map00562,map01120 R09954 RC00182 ko00000,ko00001,ko01000 Bacillus 1TQSS@1239,1ZBUF@1386,4HCIG@91061,COG0673@1,COG0673@2 NA|NA|NA S Oxidoreductase -BSU_31180 224308.BSU31180 2.3e-253 880.9 Bacillus rhaA GO:0003674,GO:0003824,GO:0005975,GO:0005996,GO:0008150,GO:0008152,GO:0008740,GO:0009056,GO:0016052,GO:0016853,GO:0016860,GO:0016861,GO:0019299,GO:0019301,GO:0019318,GO:0019320,GO:0019321,GO:0019324,GO:0044238,GO:0044281,GO:0044282,GO:0046365,GO:0071704,GO:1901575 2.7.1.5,5.3.1.14 ko:K00848,ko:K01813 ko00040,ko00051,ko01120,map00040,map00051,map01120 R01902,R02437,R03014 RC00002,RC00017,RC00434 ko00000,ko00001,ko01000 Bacillus 1TS42@1239,1ZQ7E@1386,4HBQP@91061,COG4806@1,COG4806@2 NA|NA|NA G Belongs to the rhamnose isomerase family -BSU_31190 224308.BSU31190 4.2e-55 220.3 Bacillus 5.1.3.32 ko:K03534 R10819 RC00563 ko00000,ko01000 Bacillus 1VA1C@1239,1ZGZB@1386,4HM5P@91061,COG3254@1,COG3254@2 NA|NA|NA G Involved in the anomeric conversion of L-rhamnose -BSU_31200 224308.BSU31200 3e-281 973.8 Bacillus rhaB GO:0005975,GO:0005996,GO:0008150,GO:0008152,GO:0009056,GO:0016052,GO:0019299,GO:0019301,GO:0019318,GO:0019320,GO:0044238,GO:0044281,GO:0044282,GO:0046365,GO:0071704,GO:1901575 2.7.1.5 ko:K00848 ko00040,ko00051,ko01120,map00040,map00051,map01120 R01902,R03014 RC00002,RC00017 ko00000,ko00001,ko01000 Bacillus 1TP7Z@1239,1ZAQ8@1386,4HB5X@91061,COG1070@1,COG1070@2 NA|NA|NA G Involved in the catabolism of L-rhamnose (6-deoxy-L- mannose). Catalyzes the transfer of the gamma-phosphate group from ATP to the 1-hydroxyl group of L-rhamnulose to yield L-rhamnulose 1-phosphate -BSU_31210 224308.BSU31210 1.7e-134 485.3 Bacillus yulB ko:K02530 ko00000,ko03000 Bacillus 1TSHY@1239,1ZCCE@1386,4HD6Y@91061,COG1349@1,COG1349@2 NA|NA|NA K COG1349 Transcriptional regulators of sugar metabolism -BSU_31220 224308.BSU31220 0.0 1395.2 Bacillus rhaD Bacillus 1TQB8@1239,1ZC3P@1386,4HB28@91061,COG1028@1,COG1028@2,COG3347@1,COG3347@2 NA|NA|NA IQ Class II Aldolase and Adducin N-terminal domain -BSU_31230 224308.BSU31230 5.1e-239 833.9 Bacillus mcpA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03406 ko02020,ko02030,map02020,map02030 ko00000,ko00001,ko02035 Bacillus 1TP5A@1239,1ZBEA@1386,4H9RZ@91061,COG0840@1,COG0840@2 NA|NA|NA NT chemotaxis protein -BSU_31240 224308.BSU31240 2.2e-295 1021.1 Bacillus mcpA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03406 ko02020,ko02030,map02020,map02030 ko00000,ko00001,ko02035 Bacillus 1TP5A@1239,1ZBEA@1386,4H9RZ@91061,COG0840@1,COG0840@2 NA|NA|NA NT chemotaxis protein -BSU_31250 224308.BSU31250 1.5e-222 779.2 Bacillus mcpA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03406 ko02020,ko02030,map02020,map02030 ko00000,ko00001,ko02035 Bacillus 1TP5A@1239,1ZBEA@1386,4H9RZ@91061,COG0840@1,COG0840@2 NA|NA|NA NT chemotaxis protein -BSU_31260 224308.BSU31260 3.2e-225 788.1 Bacillus mcpB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03406 ko02020,ko02030,map02020,map02030 ko00000,ko00001,ko02035 Bacillus 1TP5A@1239,1ZBEA@1386,4H9RZ@91061,COG0840@1,COG0840@2 NA|NA|NA NT chemotaxis protein -BSU_31270 224308.BSU31270 4.4e-140 503.8 Bacillus tgl GO:0000003,GO:0003674,GO:0003810,GO:0003824,GO:0008150,GO:0016740,GO:0016746,GO:0016755,GO:0019954,GO:0030436,GO:0032502,GO:0043934,GO:0140096 2.3.2.13 ko:K00686 ko00000,ko01000 Bacillus 1V23R@1239,1ZG1S@1386,2Z8C5@2,4HB9U@91061,arCOG13259@1 NA|NA|NA S protein-glutamine gamma-glutamyltransferase activity -BSU_31279 720555.BATR1942_13465 1.7e-35 154.8 Bacillus Bacillus 1VEUX@1239,1ZITW@1386,2E9DY@1,333MH@2,4HPGE@91061 NA|NA|NA -BSU_31280 224308.BSU31280 3.6e-72 277.3 Bacillus yugU Bacillus 1V6J7@1239,1ZGBA@1386,4HI2R@91061,COG0432@1,COG0432@2 NA|NA|NA S Uncharacterised protein family UPF0047 -BSU_31290 224308.BSU31290 0.0 1173.7 Bacillus yugT 3.2.1.10,3.2.1.20 ko:K01182,ko:K01187 ko00052,ko00500,ko01100,map00052,map00500,map01100 R00028,R00801,R00802,R01718,R01791,R06087,R06088,R06199 RC00028,RC00049,RC00059,RC00077,RC00451 ko00000,ko00001,ko01000 GH13,GH31 Bacillus 1TP53@1239,1ZASC@1386,4HA1G@91061,COG0366@1,COG0366@2 NA|NA|NA G COG0366 Glycosidases -BSU_31300 224308.BSU31300 4.4e-236 823.5 Bacillus yugS Bacillus 1TPN0@1239,1ZBAN@1386,4H9SB@91061,COG1253@1,COG1253@2 NA|NA|NA S COG1253 Hemolysins and related proteins containing CBS domains -BSU_31310 224308.BSU31310 3.1e-116 424.5 Bacillus yugP ko:K06973 ko00000 Bacillus 1TPD3@1239,1ZD1M@1386,4HB8Z@91061,COG2738@1,COG2738@2 NA|NA|NA S Zn-dependent protease -BSU_31319 224308.BSU31319 7.8e-39 166.0 Bacillus Bacillus 1UAMN@1239,1ZIKF@1386,29RVY@1,30D00@2,4IM08@91061 NA|NA|NA -BSU_31321 224308.BSU31321 1.8e-53 214.9 Bacillus Bacillus 1VIRW@1239,1ZJ73@1386,2EEW1@1,338PF@2,4HP92@91061 NA|NA|NA S Membrane-integrating protein Mistic -BSU_31322 224308.BSU31322 2.8e-182 644.4 Bacillus yugO ko:K10716 ko00000,ko02000 1.A.1.1,1.A.1.13,1.A.1.17,1.A.1.24,1.A.1.25,1.A.1.6 Bacillus 1TS7X@1239,1ZCD3@1386,4HCIB@91061,COG1226@1,COG1226@2 NA|NA|NA P COG1226 Kef-type K transport systems -BSU_31330 224308.BSU31330 2.2e-72 278.1 Bacillus yugN Bacillus 1VG6F@1239,1ZHXR@1386,2E71A@1,331JZ@2,4HNSV@91061 NA|NA|NA S YugN-like family -BSU_31350 224308.BSU31350 7.1e-261 906.0 Bacillus pgi GO:0003674,GO:0003824,GO:0004347,GO:0005975,GO:0005996,GO:0006006,GO:0006082,GO:0006090,GO:0006091,GO:0006094,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016051,GO:0016052,GO:0016053,GO:0016310,GO:0016853,GO:0016860,GO:0016861,GO:0017144,GO:0018130,GO:0019318,GO:0019319,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042866,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046031,GO:0046034,GO:0046364,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046939,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576 5.3.1.9 ko:K01810 ko00010,ko00030,ko00500,ko00520,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00030,map00500,map00520,map01100,map01110,map01120,map01130,map01200 M00001,M00004,M00114 R02739,R02740,R03321 RC00376,RC00563 ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1TP29@1239,1ZB6B@1386,4H9VI@91061,COG0166@1,COG0166@2 NA|NA|NA G Belongs to the GPI family -BSU_31360 224308.BSU31360 4.8e-229 800.0 Bacillus yugK ko:K19955 ko00000,ko01000 Bacillus 1TPS3@1239,1ZDAC@1386,4H9TR@91061,COG1979@1,COG1979@2 NA|NA|NA C Dehydrogenase -BSU_31370 224308.BSU31370 2e-227 794.7 Bacillus yugJ ko:K19955 ko00000,ko01000 Bacillus 1TPS3@1239,1ZBKF@1386,4H9TR@91061,COG1979@1,COG1979@2 NA|NA|NA C oxidoreductases, Fe-dependent alcohol dehydrogenase family -BSU_31380 224308.BSU31380 1.8e-34 151.4 Bacillus yuzA ko:K09779 ko00000 Bacillus 1VEQJ@1239,1ZHUV@1386,4HP56@91061,COG2155@1,COG2155@2 NA|NA|NA S Domain of unknown function (DUF378) -BSU_31390 224308.BSU31390 1.5e-62 245.4 Bacillus yugI ko:K07570 ko00000 Bacillus 1VASQ@1239,1ZHK5@1386,4HKSW@91061,COG1098@1,COG1098@2 NA|NA|NA J RNA binding protein (contains ribosomal protein S1 domain) -BSU_31400 224308.BSU31400 3e-215 754.2 Bacillus yugH ko:K10907 ko00000,ko01000,ko01007 Bacillus 1TP0J@1239,1ZAWQ@1386,4HA13@91061,COG0436@1,COG0436@2 NA|NA|NA E Aminotransferase -BSU_31410 224308.BSU31410 2.8e-85 321.2 Bacillus alaR Bacillus 1V3PB@1239,1ZFM5@1386,4HH9K@91061,COG1522@1,COG1522@2 NA|NA|NA K Transcriptional regulator -BSU_31420 224308.BSU31420 1.7e-156 558.5 Bacillus yugF GO:0003674,GO:0003824,GO:0016787 Bacillus 1TP59@1239,1ZBTQ@1386,4HEFN@91061,COG2267@1,COG2267@2 NA|NA|NA I Hydrolase -BSU_31430 224308.BSU31430 1.3e-41 175.3 Bacillus yugE Bacillus 1VJJM@1239,1ZJ49@1386,2EACT@1,334GP@2,4HQ2Z@91061 NA|NA|NA S Domain of unknown function (DUF1871) -BSU_31440 224308.BSU31440 3.1e-228 797.3 Bacillus patB 4.4.1.8 ko:K14155 ko00270,ko00450,ko01100,ko01110,ko01230,map00270,map00450,map01100,map01110,map01230 R00782,R01286,R02408,R04941 RC00056,RC00069,RC00382,RC00488,RC00710,RC01245,RC02303 ko00000,ko00001,ko01000,ko01007 Bacillus 1TP5G@1239,1ZCQC@1386,4H9PE@91061,COG1168@1,COG1168@2 NA|NA|NA E COG1168 Bifunctional PLP-dependent enzyme with beta-cystathionase and maltose regulon repressor activities -BSU_31450 224308.BSU31450 7.8e-233 812.8 Bacillus kinB GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0016020,GO:0022603,GO:0042173,GO:0043937,GO:0043938,GO:0044464,GO:0045595,GO:0045597,GO:0045881,GO:0048518,GO:0048522,GO:0050789,GO:0050793,GO:0050794,GO:0051094,GO:0065007,GO:0071944 2.7.13.3 ko:K07697 ko02020,map02020 M00485 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1V0MW@1239,1ZS1T@1386,4HEZ5@91061,COG0642@1,COG2205@2 NA|NA|NA T PhoQ Sensor -BSU_31460 224308.BSU31460 3.3e-70 270.8 Bacillus kapB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K06347 ko02020,map02020 ko00000,ko00001 Bacillus 1VATB@1239,1ZGXU@1386,2DNAX@1,32UIM@2,4HKG4@91061 NA|NA|NA G Kinase associated protein B -BSU_31470 224308.BSU31470 3.2e-115 421.0 Bacillus kapD ko:K06348 ko00000 Bacillus 1V7QB@1239,1ZRXX@1386,4IRTF@91061,COG5018@1,COG5018@2 NA|NA|NA L the KinA pathway to sporulation -BSU_31480 224308.BSU31480 9.4e-209 732.6 Bacillus yuxJ Bacillus 1TRDJ@1239,1ZBN7@1386,4H9Q9@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_31490 224308.BSU31490 0.0 1236.5 Bacillus pbpD 2.4.1.129,3.4.16.4 ko:K18770 ko00550,map00550 ko00000,ko00001,ko01000,ko01003,ko01011 GT51 Bacillus 1TPM5@1239,1ZCKA@1386,4HBBB@91061,COG0744@1,COG0744@2 NA|NA|NA M Penicillin-binding Protein -BSU_31500 224308.BSU31500 1.1e-74 285.8 Bacillus yuxK Bacillus 1V7DJ@1239,1ZH0A@1386,4HIUD@91061,COG3011@1,COG3011@2 NA|NA|NA S protein conserved in bacteria -BSU_31510 224308.BSU31510 1.1e-77 296.2 Bacillus yufK Bacillus 1V4EG@1239,1ZGKU@1386,2CIBU@1,30GF5@2,4HH80@91061 NA|NA|NA S Family of unknown function (DUF5366) -BSU_31520 224308.BSU31520 1.7e-293 1014.6 Bacillus malK 2.7.13.3 ko:K11614,ko:K11637,ko:K11691 ko02020,map02020 M00487,M00489,M00490 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1TQJR@1239,1ZBHV@1386,4H9Q0@91061,COG3290@1,COG3290@2 NA|NA|NA T Signal transduction histidine kinase regulating citrate malate metabolism -BSU_31530 224308.BSU31530 3.9e-125 454.1 Bacillus yufM ko:K11615 ko02020,map02020 M00490 ko00000,ko00001,ko00002,ko02022 Bacillus 1V3PK@1239,1ZFRB@1386,4HGXB@91061,COG4565@1,COG4565@2 NA|NA|NA T COG4565 Response regulator of citrate malate metabolism -BSU_31540 224308.BSU31540 5.8e-197 693.3 Bacillus yufN ko:K07335 ko00000 Bacillus 1TPEU@1239,1ZBS3@1386,4HANH@91061,COG1744@1,COG1744@2 NA|NA|NA S ABC-type transport system, periplasmic component surface lipoprotein -BSU_31550 224308.BSU31550 1.9e-273 948.0 Bacillus yufO 3.6.3.17 ko:K02056 M00221 ko00000,ko00002,ko01000,ko02000 3.A.1.2 Bacillus 1UYQA@1239,1ZS12@1386,4HVSH@91061,COG3845@1,COG3845@2 NA|NA|NA S ABC transporter, ATP-binding protein -BSU_31560 224308.BSU31560 1.4e-184 652.1 Bacillus yufP GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015145,GO:0015749,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0034219,GO:0044425,GO:0044464,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944 ko:K02057 M00221 ko00000,ko00002,ko02000 3.A.1.2 Bacillus 1TP1F@1239,1ZCTP@1386,4H9VE@91061,COG4603@1,COG4603@2 NA|NA|NA S Belongs to the binding-protein-dependent transport system permease family -BSU_31570 224308.BSU31570 7.7e-169 599.7 Bacillus yufQ ko:K02057 M00221 ko00000,ko00002,ko02000 3.A.1.2 Bacillus 1TP8Y@1239,1ZAYF@1386,4HAX4@91061,COG1079@1,COG1079@2 NA|NA|NA S Belongs to the binding-protein-dependent transport system permease family -BSU_31580 224308.BSU31580 2.1e-233 814.7 Bacillus maeN ko:K11616 ko02020,map02020 ko00000,ko00001 2.A.24.2 Bacillus 1TR97@1239,1ZC12@1386,4HBS8@91061,COG3493@1,COG3493@2 NA|NA|NA C COG3493 Na citrate symporter -BSU_31590 720555.BATR1942_13645 3.2e-14 84.0 Bacillus Bacillus 1UAMP@1239,1ZIKJ@1386,2ASDS@1,31HT9@2,4IM09@91061 NA|NA|NA -BSU_31600 224308.BSU31600 0.0 1474.9 Bacillus mrpA GO:0003674,GO:0005215,GO:0005451,GO:0006810,GO:0006811,GO:0006812,GO:0006814,GO:0008150,GO:0008324,GO:0015075,GO:0015077,GO:0015078,GO:0015081,GO:0015291,GO:0015297,GO:0015298,GO:0015299,GO:0015318,GO:0015385,GO:0015491,GO:0015672,GO:0022804,GO:0022857,GO:0022890,GO:0030001,GO:0034220,GO:0035725,GO:0046873,GO:0051179,GO:0051234,GO:0055085,GO:0098655,GO:0098660,GO:0098662,GO:0099516,GO:1902600 ko:K05565 ko00000,ko02000 2.A.63.1,2.A.63.2 Bacillus 1TQW4@1239,1ZAZ0@1386,4H9YR@91061,COG1009@1,COG1009@2,COG2111@1,COG2111@2 NA|NA|NA CP COG1009 NADH ubiquinone oxidoreductase subunit 5 (chain L) Multisubunit Na H antiporter, MnhA subunit -BSU_31610 224308.BSU31610 9.1e-69 266.2 Bacillus mrpB ko:K05566 ko00000,ko02000 2.A.63.1,2.A.63.2 Bacillus 1V3VF@1239,1ZHC0@1386,4HHAN@91061,COG2111@1,COG2111@2 NA|NA|NA P Subunit B of antiporter complex involved in resistance to high concentrations of Na , K , Li and or alkali -BSU_31620 224308.BSU31620 2.6e-50 204.5 Bacillus mrpC ko:K05567 ko00000,ko02000 2.A.63.1,2.A.63.2 Bacillus 1V7CR@1239,1ZH1G@1386,4HJHX@91061,COG1006@1,COG1006@2 NA|NA|NA P Subunit C of antiporter complex involved in resistance to high concentrations of Na , K , Li and or alkali -BSU_31630 224308.BSU31630 6.4e-263 912.9 Bacillus mrpD GO:0003674,GO:0005215,GO:0005451,GO:0006810,GO:0006811,GO:0006812,GO:0006814,GO:0008150,GO:0008324,GO:0015075,GO:0015077,GO:0015078,GO:0015081,GO:0015291,GO:0015297,GO:0015298,GO:0015299,GO:0015318,GO:0015385,GO:0015491,GO:0015672,GO:0022804,GO:0022857,GO:0022890,GO:0030001,GO:0034220,GO:0035725,GO:0046873,GO:0051179,GO:0051234,GO:0055085,GO:0098655,GO:0098660,GO:0098662,GO:0099516,GO:1902600 ko:K05568 ko00000,ko02000 2.A.63.1,2.A.63.2 Bacillus 1TRAT@1239,1ZB2A@1386,4HA10@91061,COG0651@1,COG0651@2 NA|NA|NA CP Subunit D of antiporter complex involved in resistance to high concentrations of Na , K , Li and or alkali -BSU_31640 224308.BSU31640 8.2e-79 299.7 Bacillus mrpE ko:K05569 ko00000,ko02000 2.A.63.1,2.A.63.2 Bacillus 1V52M@1239,1ZGAK@1386,4HI4G@91061,COG1863@1,COG1863@2 NA|NA|NA P Subunit E of antiporter complex involved in resistance to high concentrations of Na , K , Li and or alkali -BSU_31650 224308.BSU31650 1.2e-37 162.2 Bacillus mrpF ko:K05570 ko00000,ko02000 2.A.63.1,2.A.63.2 iYO844.BSU31650 Bacillus 1VFB4@1239,1ZI42@1386,4HNQY@91061,COG2212@1,COG2212@2 NA|NA|NA P Subunit F of antiporter complex involved in resistance to high concentrations of Na , K , Li and or alkali -BSU_31660 224308.BSU31660 8.7e-60 236.1 Bacillus mrpG ko:K05571 ko00000,ko02000 2.A.63.1,2.A.63.2 iYO844.BSU31660 Bacillus 1VABT@1239,1ZHVK@1386,4HKX5@91061,COG1320@1,COG1320@2 NA|NA|NA P COG1320 Multisubunit Na H antiporter, MnhG subunit -BSU_31670 224308.BSU31670 1.6e-64 251.9 Bacillus yuxO Bacillus 1V7G2@1239,1ZGY5@1386,4HIIA@91061,COG2050@1,COG2050@2 NA|NA|NA Q protein, possibly involved in aromatic compounds catabolism -BSU_31680 224308.BSU31680 6.7e-116 423.3 Bacillus comA ko:K07691 ko02020,ko02024,map02020,map02024 M00476 ko00000,ko00001,ko00002,ko02022 Bacillus 1V2KZ@1239,1ZH4R@1386,4HCF0@91061,COG2197@1,COG2197@2 NA|NA|NA K COG2197 Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain -BSU_31690 224308.BSU31690 0.0 1452.2 Bacillus comP GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 2.7.13.3 ko:K07680 ko02020,ko02024,map02020,map02024 M00476 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1UBX4@1239,1ZDCQ@1386,4HCU8@91061,COG4585@1,COG4585@2 NA|NA|NA T Histidine kinase -BSU_31710 224308.BSU31710 3e-162 577.8 Bacillus comQ ko:K02251 ko02024,map02024 ko00000,ko00001,ko02044 Bacillus 1V8J4@1239,1ZF0I@1386,4IRG4@91061,COG0142@1,COG0142@2 NA|NA|NA H Polyprenyl synthetase -BSU_31730 326423.RBAM_028810 1.4e-22 112.5 Bacillus Bacillus 1VHQD@1239,1ZIWQ@1386,2E2ZD@1,32Y01@2,4HNXI@91061 NA|NA|NA -BSU_31740 224308.BSU31740 3.7e-232 810.4 Bacillus yuxH Bacillus 1TPWC@1239,1ZDNG@1386,4HD4Q@91061,COG3434@1,COG3434@2 NA|NA|NA T signal transduction protein containing EAL and modified HD-GYP domains -BSU_31750 224308.BSU31750 8e-266 922.5 Bacillus pncB 6.3.4.21 ko:K00763 ko00760,ko01100,map00760,map01100 R01724 RC00033 ko00000,ko00001,ko01000 iYO844.BSU31750 Bacillus 1TPDW@1239,1ZCGY@1386,4HAI4@91061,COG1488@1,COG1488@2 NA|NA|NA H Catalyzes the synthesis of beta-nicotinate D- ribonucleotide from nicotinate and 5-phospho-D-ribose 1-phosphate at the expense of ATP -BSU_31760 224308.BSU31760 6.5e-104 383.3 Bacillus pncA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006206,GO:0006208,GO:0006212,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009112,GO:0009987,GO:0017144,GO:0019860,GO:0034641,GO:0042737,GO:0044237,GO:0044238,GO:0044248,GO:0044270,GO:0044281,GO:0044424,GO:0044464,GO:0046113,GO:0046483,GO:0046700,GO:0055086,GO:0071704,GO:0072527,GO:0072529,GO:1901360,GO:1901361,GO:1901564,GO:1901565,GO:1901575 Bacillus 1V1CY@1239,1ZBY3@1386,4HFRS@91061,COG1335@1,COG1335@2 NA|NA|NA Q COG1335 Amidases related to nicotinamidase -BSU_31770 224308.BSU31770 2.1e-67 261.5 Bacillus Bacillus 1VFCV@1239,1ZRYW@1386,4HM3G@91061,COG5506@1,COG5506@2 NA|NA|NA S Protein of unknown function (DUF1694) -BSU_31780 224308.BSU31780 1.3e-38 165.2 Bacillus yueH Bacillus 1VM9Y@1239,1ZJ1B@1386,2EGG3@1,33A84@2,4HR8J@91061 NA|NA|NA S YueH-like protein -BSU_31790 224308.BSU31790 3.5e-32 143.7 Bacillus yueG ko:K06299 ko00000 Bacillus 1UAM1@1239,1ZIHU@1386,2ASBM@1,31HQV@2,4IKZP@91061 NA|NA|NA S Spore germination protein gerPA/gerPF -BSU_31800 224308.BSU31800 3.2e-190 671.0 Bacillus yueF GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 Bacillus 1TQ84@1239,1ZCDX@1386,4H9SR@91061,COG0628@1,COG0628@2 NA|NA|NA S transporter activity -BSU_31810 224308.BSU31810 1e-71 275.8 Bacillus Bacillus 1UB8Y@1239,1ZKFQ@1386,30DFU@2,4IMMP@91061,COG5428@1 NA|NA|NA S Protein of unknown function (DUF2283) -BSU_31820 720555.BATR1942_13755 4.9e-24 116.7 Bacillus Bacillus 1VKCB@1239,1ZIX7@1386,2EFV8@1,339ME@2,4HRFC@91061 NA|NA|NA S Protein of unknown function (DUF2642) -BSU_31830 224308.BSU31830 8.2e-96 356.3 Bacillus yueE ko:K06950 ko00000 Bacillus 1V3UK@1239,1ZFMK@1386,4HH7I@91061,COG1418@1,COG1418@2 NA|NA|NA S phosphohydrolase -BSU_31840 224308.BSU31840 7.5e-132 476.5 Bacillus yueD 1.1.1.320 ko:K16216 ko00000,ko01000 Bacillus 1V1Z9@1239,1ZFQF@1386,4HCPI@91061,COG1028@1,COG1028@2 NA|NA|NA IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) -BSU_31850 224308.BSU31850 1.1e-64 252.7 Bacillus yueC Bacillus 1VNC3@1239,1ZFZV@1386,2CK53@1,33EWP@2,4HSK6@91061 NA|NA|NA S Family of unknown function (DUF5383) -BSU_31860 224308.BSU31860 0.0 1525.4 Bacillus yueB Bacillus 1TPQK@1239,1ZREW@1386,4IPYE@91061,COG1511@1,COG1511@2 NA|NA|NA S type VII secretion protein EsaA -BSU_31875 224308.BSU31875 0.0 2953.7 Bacillus yukA ko:K03466 ko00000,ko03036 3.A.12 Bacillus 1TRA4@1239,1ZDSN@1386,4H9QM@91061,COG0433@1,COG0433@2,COG1674@1,COG1674@2 NA|NA|NA D COG1674 DNA segregation ATPase FtsK SpoIIIE and related proteins -BSU_31890 224308.BSU31890 2.3e-211 741.5 Bacillus yukC Bacillus 1UY6F@1239,1ZCXX@1386,4H9W3@91061,COG4499@1,COG4499@2 NA|NA|NA S WXG100 protein secretion system (Wss), protein YukC -BSU_31900 224308.BSU31900 1.3e-40 171.8 Bacillus yukD Bacillus 1VG9I@1239,1ZJ9E@1386,4HPXH@91061,COG5417@1,COG5417@2 NA|NA|NA S WXG100 protein secretion system (Wss), protein YukD -BSU_31910 1051501.AYTL01000004_gene3776 6.2e-45 186.4 Bacillus yukE Bacillus 1VHZ4@1239,1ZRVT@1386,4IRN2@91061,COG4842@1,COG4842@2 NA|NA|NA S Belongs to the WXG100 family -BSU_31920 224308.BSU31920 4.4e-236 823.5 Bacillus yukF GO:0006139,GO:0006351,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0018130,GO:0019438,GO:0032502,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0043934,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0071704,GO:0090304,GO:0097659,GO:1901360,GO:1901362,GO:1901576 Bacillus 1TRRH@1239,1ZB6S@1386,4HDGP@91061,COG2508@1,COG2508@2,COG4465@1,COG4465@2 NA|NA|NA QT Transcriptional regulator -BSU_31930 224308.BSU31930 2.1e-205 721.5 Bacillus ald GO:0000286,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006522,GO:0006524,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009063,GO:0009078,GO:0009080,GO:0009653,GO:0009987,GO:0016054,GO:0016491,GO:0016638,GO:0019752,GO:0030154,GO:0030435,GO:0032502,GO:0043436,GO:0043934,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046395,GO:0048646,GO:0048856,GO:0048869,GO:0055114,GO:0071704,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 1.4.1.1 ko:K00259 ko00250,ko00430,ko01100,map00250,map00430,map01100 R00396 RC00008 ko00000,ko00001,ko01000 Bacillus 1TNZ5@1239,1ZBQE@1386,4HABX@91061,COG0686@1,COG0686@2 NA|NA|NA E Belongs to the AlaDH PNT family -BSU_31945 224308.BSU31945 1.8e-132 478.4 Bacillus yukJ Bacillus 1UESK@1239,1ZG7X@1386,4HESW@91061,COG5634@1,COG5634@2 NA|NA|NA S Uncharacterized conserved protein (DUF2278) -BSU_31959 224308.BSU31959 6.4e-36 156.0 Bacillus ko:K05375 ko00261,ko01130,map00261,map01130 M00736 R10880 RC00064,RC00141,RC03296,RC03297,RC03298 ko00000,ko00001,ko00002 Bacillus 1VQAA@1239,1ZNVW@1386,4HRE7@91061,COG3251@1,COG3251@2 NA|NA|NA S MbtH-like protein -BSU_31960 224308.BSU31960 0.0 4753.7 Bacillus dhbF ko:K04780 ko01053,map01053 ko00000,ko00001,ko01008 Bacillus 1TPTH@1239,1ZB3S@1386,4HAHU@91061,COG1020@1,COG1020@2 NA|NA|NA Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall -BSU_31970 224308.BSU31970 3.1e-178 630.9 Bacillus dhbB 3.3.2.1,6.3.2.14 ko:K01252 ko01053,ko01110,ko01130,map01053,map01110,map01130 R03037,R07644 RC00162,RC00350,RC02148,RC03046 ko00000,ko00001,ko01000,ko01008 Bacillus 1UYPM@1239,1ZDF4@1386,4HCQX@91061,COG1535@1,COG1535@2,COG3433@1,COG3433@2 NA|NA|NA Q Isochorismatase family -BSU_31980 224308.BSU31980 0.0 1088.6 Bacillus entE 2.7.7.58,6.3.2.14 ko:K02363 ko01053,ko01110,ko01130,map01053,map01110,map01130 R07644 RC00162,RC03046 ko00000,ko00001,ko01000,ko01008 Bacillus 1VX0S@1239,1ZC29@1386,4HCTT@91061,COG1021@1,COG1021@2 NA|NA|NA Q 2,3-dihydroxybenzoate-AMP ligase -BSU_31990 224308.BSU31990 3.9e-226 790.4 Bacillus dhbC 5.4.4.2 ko:K02361 ko00130,ko01053,ko01100,ko01110,ko01130,map00130,map01053,map01100,map01110,map01130 M00116 R01717 RC00588 ko00000,ko00001,ko00002,ko01000 Bacillus 1TSRT@1239,1ZEF0@1386,4HD3U@91061,COG1169@1,COG1169@2 NA|NA|NA HQ Isochorismate synthase -BSU_32000 224308.BSU32000 1.2e-140 505.8 Bacillus dhbA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0009987,GO:0010035,GO:0010038,GO:0010039,GO:0042221,GO:0044424,GO:0044464,GO:0050896,GO:0051716,GO:0070887,GO:0071241,GO:0071248,GO:0071281 1.3.1.28 ko:K00216 ko01053,ko01110,ko01130,map01053,map01110,map01130 R01505 RC00534 ko00000,ko00001,ko01000 Bacillus 1TRFM@1239,1ZEGF@1386,4HG6Y@91061,COG1028@1,COG1028@2 NA|NA|NA IQ Belongs to the short-chain dehydrogenases reductases (SDR) family -BSU_32010 224308.BSU32010 2.9e-167 594.3 Bacillus yuiI ko:K07017 ko00000 Bacillus 1V0WQ@1239,1ZGN9@1386,4HEAZ@91061,COG2819@1,COG2819@2 NA|NA|NA S Putative esterase -BSU_32020 224308.BSU32020 9.8e-122 442.6 Bacillus yuiH Bacillus 1V1P9@1239,1ZD5R@1386,4HFQC@91061,COG2041@1,COG2041@2 NA|NA|NA S Oxidoreductase molybdopterin binding domain -BSU_32030 224308.BSU32030 1.9e-93 348.6 Bacillus bioY ko:K03523 ko02010,map02010 M00581,M00582 ko00000,ko00001,ko00002,ko02000 2.A.88.1,2.A.88.2 Bacillus 1TS7R@1239,1ZCIP@1386,4HC1H@91061,COG1268@1,COG1268@2 NA|NA|NA S Biotin biosynthesis protein -BSU_32040 224308.BSU32040 6.6e-211 740.0 Bacillus yuiF ko:K07084 ko00000,ko02000 2.A.8.1.12 Bacillus 1TSRY@1239,1ZB9I@1386,4HBK6@91061,COG2056@1,COG2056@2 NA|NA|NA S antiporter -BSU_32050 224308.BSU32050 3.4e-280 970.3 Bacillus pepA 3.4.11.1 ko:K01255 ko00480,ko01100,map00480,map01100 R00899,R04951 RC00096,RC00141 ko00000,ko00001,ko01000,ko01002 Bacillus 1TPJZ@1239,1ZBZU@1386,4HAPW@91061,COG0260@1,COG0260@2 NA|NA|NA E Presumably involved in the processing and regular turnover of intracellular proteins. Catalyzes the removal of unsubstituted N-terminal amino acids from various peptides -BSU_32060 224308.BSU32060 2e-77 295.0 Bacillus yuiD ko:K09775 ko00000 Bacillus 1VAVC@1239,1ZFKA@1386,4HHA6@91061,COG1963@1,COG1963@2 NA|NA|NA S protein conserved in bacteria -BSU_32070 224308.BSU32070 9.5e-118 429.5 Bacillus yuiC Bacillus 1UYMN@1239,1ZDD1@1386,4HIVQ@91061,COG3584@1,COG3584@2 NA|NA|NA S protein conserved in bacteria -BSU_32080 224308.BSU32080 1.4e-26 125.6 Bacillus yuiB Bacillus 1VABM@1239,1ZHT7@1386,2CDZ2@1,32RYS@2,4HKKB@91061 NA|NA|NA S Putative membrane protein -BSU_32090 326423.RBAM_029140 3.1e-10 70.1 Bacillus Bacillus 1W38G@1239,1ZK4G@1386,2DD3B@1,2ZGAM@2,4I209@91061 NA|NA|NA S Family of unknown function (DUF5351) -BSU_32100 224308.BSU32100 4.2e-236 823.5 Bacillus yumB GO:0003674,GO:0003824,GO:0003955,GO:0006091,GO:0008150,GO:0008152,GO:0009060,GO:0009987,GO:0015980,GO:0016491,GO:0016651,GO:0016655,GO:0019646,GO:0022900,GO:0022904,GO:0044237,GO:0045333,GO:0055114 1.6.99.3 ko:K03885 ko00190,map00190 ko00000,ko00001,ko01000 iYO844.BSU32100 Bacillus 1TR6X@1239,1ZAV9@1386,4HA14@91061,COG1252@1,COG1252@2 NA|NA|NA C NADH dehydrogenase -BSU_32110 224308.BSU32110 5.9e-188 663.3 Bacillus yumC 1.18.1.2,1.19.1.1 ko:K21567 ko00000,ko01000 iYO844.BSU32110 Bacillus 1TRPN@1239,1ZCEZ@1386,4H9V7@91061,COG0492@1,COG0492@2 NA|NA|NA C reductase -BSU_32130 224308.BSU32130 8.4e-187 659.4 Bacillus guaC 1.7.1.7 ko:K00364 ko00230,map00230 R01134 RC00457 ko00000,ko00001,ko01000 Bacillus 1TNYF@1239,1ZCDA@1386,4HA55@91061,COG0516@1,COG0516@2 NA|NA|NA F Catalyzes the irreversible NADPH-dependent deamination of GMP to IMP. It functions in the conversion of nucleobase, nucleoside and nucleotide derivatives of G to A nucleotides, and in maintaining the intracellular balance of A and G nucleotides -BSU_32140 224308.BSU32140 2e-117 428.3 Bacillus paiB ko:K07734 ko00000,ko03000 Bacillus 1UYCC@1239,1ZQZA@1386,4HGV6@91061,COG2808@1,COG2808@2 NA|NA|NA K Putative FMN-binding domain -BSU_32150 224308.BSU32150 1.1e-73 282.7 Bacillus paiA GO:0003674,GO:0003824,GO:0004145,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008080,GO:0008150,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0043937,GO:0043939,GO:0044424,GO:0044464,GO:0048519,GO:0050789,GO:0050793,GO:0051093,GO:0065007 2.3.1.57 ko:K22441 ko00000,ko01000 Bacillus 1V1RG@1239,1ZDTF@1386,4HFN7@91061,COG0454@1,COG0456@2 NA|NA|NA K COG0454 Histone acetyltransferase HPA2 and related acetyltransferases -BSU_32160 224308.BSU32160 6.3e-63 246.5 Bacillus yutM ko:K13628 ko00000,ko03016 Bacillus 1V6IN@1239,1ZQR6@1386,4HIKA@91061,COG0316@1,COG0316@2 NA|NA|NA S Belongs to the HesB IscA family -BSU_32170 224308.BSU32170 3.7e-162 577.4 Bacillus dapF GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006553,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0008837,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009987,GO:0016053,GO:0016853,GO:0016854,GO:0016855,GO:0019752,GO:0036361,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046451,GO:0047661,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 5.1.1.7 ko:K01778 ko00300,ko01100,ko01110,ko01120,ko01130,ko01230,map00300,map01100,map01110,map01120,map01130,map01230 M00016,M00525,M00527 R02735 RC00302 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPMN@1239,1ZD98@1386,4HBH4@91061,COG0253@1,COG0253@2 NA|NA|NA E Catalyzes the stereoinversion of LL-2,6- diaminoheptanedioate (L,L-DAP) to meso-diaminoheptanedioate (meso- DAP), a precursor of L-lysine and an essential component of the bacterial peptidoglycan -BSU_32180 224308.BSU32180 5.3e-199 700.3 Bacillus yutK GO:0003674,GO:0005215,GO:0005337,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0015858,GO:0015931,GO:0015932,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:1901264,GO:1901505,GO:1901642 ko:K03317 ko00000 2.A.41 iYO844.BSU32180 Bacillus 1TRSK@1239,1ZAW2@1386,4HA8N@91061,COG1972@1,COG1972@2 NA|NA|NA F Belongs to the concentrative nucleoside transporter (CNT) (TC 2.A.41) family -BSU_32190 224308.BSU32190 5.3e-39 166.4 Bacillus yuzB Bacillus 1VFJJ@1239,1ZHVJ@1386,4HNQ8@91061,COG4844@1,COG4844@2 NA|NA|NA S Belongs to the UPF0349 family -BSU_32200 224308.BSU32200 2.1e-207 728.0 Bacillus yutJ 1.6.99.3 ko:K03885 ko00190,map00190 ko00000,ko00001,ko01000 Bacillus 1TPE6@1239,1ZC0V@1386,4H9MY@91061,COG1252@1,COG1252@2 NA|NA|NA C NADH dehydrogenase -BSU_32210 224308.BSU32210 7.9e-57 226.1 Bacillus yuzD Bacillus 1VA2D@1239,1ZI07@1386,4HKZN@91061,COG4837@1,COG4837@2 NA|NA|NA S protein conserved in bacteria -BSU_32220 224308.BSU32220 4.7e-57 226.9 Bacillus yutI Bacillus 1VAAU@1239,1ZHTR@1386,4HKQ8@91061,COG0694@1,COG0694@2 NA|NA|NA O COG0694 Thioredoxin-like proteins and domains -BSU_32230 224308.BSU32230 0.0 1250.0 Bacillus yuxL 3.4.19.1 ko:K01303 ko00000,ko01000,ko01002 Bacillus 1TR2N@1239,1ZB2Q@1386,4H9RR@91061,COG0823@1,COG0823@2,COG1506@1,COG1506@2,COG4946@1,COG4946@2 NA|NA|NA EU peptidase -BSU_32240 224308.BSU32240 1.5e-172 612.1 Bacillus thrB GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0004413,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006555,GO:0006566,GO:0006790,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009069,GO:0009086,GO:0009088,GO:0009092,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019202,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.1.39 ko:K00872 ko00260,ko01100,ko01110,ko01120,ko01230,map00260,map01100,map01110,map01120,map01230 M00018 R01771 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1TRWS@1239,1ZBK1@1386,4HCQN@91061,COG0083@1,COG0083@2 NA|NA|NA E Catalyzes the ATP-dependent phosphorylation of L- homoserine to L-homoserine phosphate -BSU_32250 224308.BSU32250 3e-198 697.6 Bacillus thrC GO:0003674,GO:0003824,GO:0004795,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008144,GO:0016829,GO:0016835,GO:0016838,GO:0019842,GO:0030170,GO:0036094,GO:0043167,GO:0043168,GO:0044424,GO:0044464,GO:0048037,GO:0050662,GO:0070279,GO:0097159,GO:1901363 4.2.3.1 ko:K01733 ko00260,ko00750,ko01100,ko01110,ko01120,ko01230,map00260,map00750,map01100,map01110,map01120,map01230 M00018 R01466,R05086 RC00017,RC00526 ko00000,ko00001,ko00002,ko01000 iYO844.BSU32250 Bacillus 1TP25@1239,1ZB11@1386,4HA1F@91061,COG0498@1,COG0498@2 NA|NA|NA E Catalyzes the gamma-elimination of phosphate from L- phosphohomoserine and the beta-addition of water to produce L- threonine -BSU_32260 224308.BSU32260 4.6e-241 840.1 Bacillus hom 1.1.1.3 ko:K00003 ko00260,ko00270,ko00300,ko01100,ko01110,ko01120,ko01130,ko01230,map00260,map00270,map00300,map01100,map01110,map01120,map01130,map01230 M00017,M00018 R01773,R01775 RC00087 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ2H@1239,1ZAVJ@1386,4HBAP@91061,COG0460@1,COG0460@2 NA|NA|NA E homoserine dehydrogenase -BSU_32270 224308.BSU32270 3.4e-199 700.7 Bacillus yutH GO:0005575,GO:0005623,GO:0042601,GO:0042763,GO:0044464 Bacillus 1VEZ6@1239,1ZBAM@1386,4HBAB@91061,COG2334@1,COG2334@2 NA|NA|NA S Spore coat protein -BSU_32280 224308.BSU32280 9.5e-86 322.8 Bacillus yutG 3.1.3.27 ko:K01095 ko00564,ko01100,map00564,map01100 R02029 RC00017 ko00000,ko00001,ko01000 Bacillus 1V3I0@1239,1ZFQE@1386,4HH4Y@91061,COG1267@1,COG1267@2 NA|NA|NA I COG1267 Phosphatidylglycerophosphatase A and related proteins -BSU_32290 224308.BSU32290 1.1e-141 509.2 Bacillus yutF 3.1.3.41 ko:K01101 ko00627,ko01120,map00627,map01120 R03024 RC00151 ko00000,ko00001,ko01000 Bacillus 1TQGM@1239,1ZB73@1386,4HA3R@91061,COG0647@1,COG0647@2 NA|NA|NA G Catalyzes the dephosphorylation of 2-6 carbon acid sugars in vitro -BSU_32300 224308.BSU32300 1.7e-75 288.5 Bacillus yutE Bacillus 1V6HM@1239,1ZGY2@1386,4HITV@91061,COG2445@1,COG2445@2 NA|NA|NA S Protein of unknown function DUF86 -BSU_32310 1051501.AYTL01000004_gene3739 1.6e-47 194.9 Bacillus yutD Bacillus 1VA85@1239,1ZHY5@1386,4HKF7@91061,COG4470@1,COG4470@2 NA|NA|NA S protein conserved in bacteria -BSU_32320 224308.BSU32320 1.1e-110 406.0 Bacillus yutC Bacillus 1VNN8@1239,1ZFFJ@1386,2EHES@1,33B6Q@2,4HRDX@91061 NA|NA|NA S Sporulation lipoprotein YhcN/YlaJ (Spore_YhcN_YlaJ) -BSU_32330 224308.BSU32330 1.8e-167 595.1 Bacillus lipA GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006464,GO:0006629,GO:0006631,GO:0006633,GO:0006732,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009106,GO:0009107,GO:0009108,GO:0009249,GO:0009987,GO:0010467,GO:0016053,GO:0016740,GO:0016782,GO:0016783,GO:0016992,GO:0018065,GO:0018130,GO:0018193,GO:0018205,GO:0019538,GO:0019752,GO:0032787,GO:0036211,GO:0043170,GO:0043412,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044260,GO:0044267,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0046483,GO:0051186,GO:0051188,GO:0051604,GO:0070283,GO:0071704,GO:0072330,GO:1901360,GO:1901362,GO:1901564,GO:1901576 2.8.1.8 ko:K03644 ko00785,ko01100,map00785,map01100 R07767,R07768 RC01978 ko00000,ko00001,ko01000 Bacillus 1TQM4@1239,1ZB5D@1386,4H9SW@91061,COG0320@1,COG0320@2 NA|NA|NA H Catalyzes the radical-mediated insertion of two sulfur atoms into the C-6 and C-8 positions of the octanoyl moiety bound to the lipoyl domains of lipoate-dependent enzymes, thereby converting the octanoylated domains into lipoylated derivatives -BSU_32340 224308.BSU32340 9.9e-196 689.1 Bacillus lytH ko:K21472 ko00000,ko01000,ko01002,ko01011 Bacillus 1TQMQ@1239,1ZAQT@1386,4HC7V@91061,COG0739@1,COG0739@2 NA|NA|NA M Peptidase, M23 -BSU_32350 224308.BSU32350 1.9e-133 481.9 Bacillus yunB Bacillus 1V6KA@1239,1ZFY9@1386,2B51H@1,31XUS@2,4HKBP@91061 NA|NA|NA S Sporulation protein YunB (Spo_YunB) -BSU_32360 224308.BSU32360 6.2e-48 196.4 Bacillus yunC Bacillus 1VAP7@1239,1ZHYB@1386,4HKBM@91061,COG3377@1,COG3377@2 NA|NA|NA S Domain of unknown function (DUF1805) -BSU_32370 224308.BSU32370 9.9e-266 922.2 Bacillus yunD 3.1.3.5 ko:K01081 ko00230,ko00240,ko00760,ko01100,ko01110,map00230,map00240,map00760,map01100,map01110 R00183,R00511,R00963,R01126,R01227,R01569,R01664,R01968,R02088,R02102,R02323,R02719,R03346 RC00017 ko00000,ko00001,ko01000 Bacillus 1TQCW@1239,1ZCJ8@1386,4HAUC@91061,COG0737@1,COG0737@2 NA|NA|NA F Belongs to the 5'-nucleotidase family -BSU_32380 224308.BSU32380 4.5e-141 507.3 Bacillus yunE ko:K07090 ko00000 Bacillus 1TPMA@1239,1ZAPI@1386,4HCYJ@91061,COG0730@1,COG0730@2 NA|NA|NA S membrane transporter protein -BSU_32390 224308.BSU32390 7.3e-171 606.3 Bacillus yunF Bacillus 1TPX4@1239,1ZATP@1386,4HA0X@91061,COG1801@1,COG1801@2 NA|NA|NA S Protein of unknown function DUF72 -BSU_32400 224308.BSU32400 5.1e-62 243.4 Bacillus yunG Bacillus 1VCSV@1239,1ZI88@1386,2E0C4@1,32X51@2,4HNEN@91061 NA|NA|NA -BSU_32410 224308.BSU32410 1.7e-259 901.4 Bacillus allB GO:0003674,GO:0003824,GO:0004038,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006144,GO:0006145,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009112,GO:0009987,GO:0016787,GO:0016810,GO:0016812,GO:0019439,GO:0034641,GO:0044237,GO:0044238,GO:0044248,GO:0044270,GO:0044281,GO:0044424,GO:0044464,GO:0046113,GO:0046483,GO:0046700,GO:0055086,GO:0071704,GO:0072521,GO:0072523,GO:1901360,GO:1901361,GO:1901564,GO:1901565,GO:1901575 3.5.2.5 ko:K01466 ko00230,ko01100,ko01120,map00230,map01100,map01120 M00546 R02425 RC00680 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP8C@1239,1ZBUB@1386,4HBNG@91061,COG0044@1,COG0044@2 NA|NA|NA F Catalyzes the conversion of allantoin (5- ureidohydantoin) to allantoic acid by hydrolytic cleavage of the five-member hydantoin ring -BSU_32420 224308.BSU32420 2.6e-302 1043.9 Bacillus pucR ko:K09684 ko00000,ko03000 Bacillus 1TRDF@1239,1ZCWF@1386,4H9KC@91061,COG2508@1,COG2508@2 NA|NA|NA QT COG2508 Regulator of polyketide synthase expression -BSU_32430 224308.BSU32430 4.6e-236 823.5 Bacillus GO:0003674,GO:0005215,GO:0005345,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006863,GO:0008150,GO:0015205,GO:0015851,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0042906,GO:0042907,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072530,GO:1904823 ko:K16170 ko00000,ko02000 2.A.40.3.2 Bacillus 1TNZZ@1239,1ZB4S@1386,4HBAM@91061,COG2233@1,COG2233@2 NA|NA|NA F Permease family -BSU_32440 224308.BSU32440 2.3e-224 784.6 Bacillus GO:0003674,GO:0005215,GO:0005345,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006863,GO:0008150,GO:0015205,GO:0015851,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0042906,GO:0042907,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072530,GO:1904823 ko:K16169 ko00000,ko02000 2.A.40.3.1 Bacillus 1TNZZ@1239,1ZAUK@1386,4HBAM@91061,COG2233@1,COG2233@2 NA|NA|NA F xanthine -BSU_32450 224308.BSU32450 1.1e-283 981.9 Bacillus 1.7.3.3,4.1.1.97 ko:K16838 ko00230,ko00232,ko01100,ko01120,map00230,map00232,map01100,map01120 M00546 R02106,R06604,R07981 RC01551,RC02107,RC02551 ko00000,ko00001,ko00002,ko01000 Bacillus 1UY6S@1239,1ZCAY@1386,4HAQX@91061,COG3195@1,COG3195@2,COG3648@1,COG3648@2 NA|NA|NA Q Catalyzes the oxidation of uric acid to 5- hydroxyisourate, which is further processed to form (S)-allantoin -BSU_32460 224308.BSU32460 1.2e-60 238.8 Bacillus pucM GO:0003674,GO:0005488,GO:0005515,GO:0006139,GO:0006144,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009112,GO:0009987,GO:0034641,GO:0042802,GO:0044237,GO:0044238,GO:0044281,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:1901360,GO:1901564 3.5.2.17 ko:K07127 ko00230,ko01100,ko01120,map00230,map01100,map01120 M00546 R06601 RC03393 ko00000,ko00001,ko00002,ko01000,ko02000 9.B.35.1.2,9.B.35.2 Bacillus 1VATV@1239,1ZHYV@1386,4HKI8@91061,COG2351@1,COG2351@2 NA|NA|NA S Belongs to the transthyretin family. 5-hydroxyisourate hydrolase subfamily -BSU_32470 224308.BSU32470 1.3e-98 365.5 Bacillus 1.17.1.4,1.2.5.3 ko:K00087,ko:K03518 ko00230,ko01100,ko01120,map00230,map01100,map01120 M00546 R01768,R02103,R11168 RC00143,RC02800 ko00000,ko00001,ko00002,ko01000 iYO844.BSU32470 Bacillus 1V6HE@1239,1ZGEA@1386,4HINQ@91061,COG2080@1,COG2080@2 NA|NA|NA C COG2080 Aerobic-type carbon monoxide dehydrogenase, small subunit CoxS CutS homologs -BSU_32480 224308.BSU32480 0.0 1486.5 Bacillus pucD 1.17.1.4 ko:K00087 ko00230,ko01100,ko01120,map00230,map01100,map01120 M00546 R01768,R02103 RC00143 ko00000,ko00001,ko00002,ko01000 iYO844.BSU32480 Bacillus 1TP7U@1239,1ZC08@1386,4HC1W@91061,COG1529@1,COG1529@2 NA|NA|NA C COG1529 Aerobic-type carbon monoxide dehydrogenase, large subunit CoxL CutL homologs -BSU_32490 224308.BSU32490 5.7e-152 543.5 Bacillus pucC 1.17.1.4 ko:K00087 ko00230,ko01100,ko01120,map00230,map01100,map01120 M00546 R01768,R02103 RC00143 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQA5@1239,1ZG3A@1386,4HJ3P@91061,COG1319@1,COG1319@2 NA|NA|NA C COG1319 Aerobic-type carbon monoxide dehydrogenase, middle subunit CoxM CutM homologs -BSU_32500 224308.BSU32500 6.2e-111 406.8 Bacillus pucB 1.17.1.4,2.7.7.76 ko:K00087,ko:K07141 ko00230,ko00790,ko01100,ko01120,map00230,map00790,map01100,map01120 M00546 R01768,R02103,R11582 RC00143 ko00000,ko00001,ko00002,ko01000 Bacillus 1VA0B@1239,1ZI29@1386,4HMD3@91061,COG2068@1,COG2068@2 NA|NA|NA S MobA-like NTP transferase domain -BSU_32510 224308.BSU32510 3.7e-190 670.6 Bacillus pucA 1.17.1.4 ko:K00087,ko:K07402 ko00230,ko01100,ko01120,map00230,map01100,map01120 M00546 R01768,R02103 RC00143 ko00000,ko00001,ko00002,ko01000 Bacillus 1URM5@1239,1ZD2G@1386,4HEI3@91061,COG1975@1,COG1975@2 NA|NA|NA O COG1975 Xanthine and CO dehydrogenases maturation factor, XdhC CoxF family -BSU_32520 224308.BSU32520 3.2e-239 833.9 Bacillus pucG GO:0001505,GO:0003674,GO:0003824,GO:0004760,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005777,GO:0006082,GO:0006520,GO:0006544,GO:0006545,GO:0006807,GO:0008150,GO:0008152,GO:0008453,GO:0008483,GO:0008652,GO:0009058,GO:0009069,GO:0009070,GO:0009987,GO:0016053,GO:0016740,GO:0016769,GO:0017144,GO:0019265,GO:0019752,GO:0042133,GO:0042136,GO:0042579,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0065007,GO:0065008,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.6.1.112 ko:K00839 ko00230,map00230 R10908 RC00018,RC03305 ko00000,ko00001,ko01000,ko01007 Bacillus 1TPS0@1239,1ZC8E@1386,4HBDW@91061,COG0075@1,COG0075@2 NA|NA|NA E COG0075 Serine-pyruvate aminotransferase archaeal aspartate aminotransferase -BSU_32530 224308.BSU32530 2.7e-238 830.9 Bacillus pucF GO:0000255,GO:0000256,GO:0003674,GO:0003824,GO:0005488,GO:0006807,GO:0008150,GO:0008152,GO:0008270,GO:0009056,GO:0009987,GO:0016787,GO:0016810,GO:0016813,GO:0017144,GO:0034641,GO:0042737,GO:0043167,GO:0043169,GO:0043603,GO:0043605,GO:0044237,GO:0044248,GO:0044270,GO:0046483,GO:0046700,GO:0046872,GO:0046914,GO:0047652,GO:0071704,GO:1901360,GO:1901361,GO:1901564,GO:1901565,GO:1901575 3.5.3.9 ko:K02083 ko00230,ko01120,map00230,map01120 R02423 RC00064 ko00000,ko00001,ko01000,ko01002 Bacillus 1TQ0P@1239,1ZB60@1386,4HAE4@91061,COG0624@1,COG0624@2 NA|NA|NA E COG0624 Acetylornithine deacetylase Succinyl-diaminopimelate desuccinylase and related deacylases -BSU_32540 224308.BSU32540 4.1e-169 600.5 Bacillus bsn GO:0005575,GO:0005576 Bacillus 1U9GI@1239,1ZAYK@1386,4IJKB@91061,COG2356@1,COG2356@2 NA|NA|NA L Ribonuclease -BSU_32550 224308.BSU32550 2e-205 721.5 Bacillus yurJ ko:K10112 ko02010,map02010 M00194,M00196,M00197,M00200,M00201,M00206,M00207,M00491,M00602,M00605,M00606 ko00000,ko00001,ko00002,ko02000 3.A.1.1 Bacillus 1TP2M@1239,1ZBDW@1386,4HAMQ@91061,COG3842@1,COG3842@2 NA|NA|NA P Belongs to the ABC transporter superfamily -BSU_32560 224308.BSU32560 1.9e-135 488.4 Bacillus ko:K10711 ko00000,ko03000 Bacillus 1TVMZ@1239,1ZCCZ@1386,4H9TD@91061,COG2188@1,COG2188@2 NA|NA|NA K UTRA -BSU_32570 224308.BSU32570 2.5e-163 581.3 Bacillus 2.7.1.218 ko:K10710 R08124 RC00002,RC00017 ko00000,ko01000 Bacillus 1TSST@1239,1ZREX@1386,4HGU3@91061,COG0524@1,COG0524@2 NA|NA|NA G pfkB family carbohydrate kinase -BSU_32580 224308.BSU32580 1.2e-168 599.0 Bacillus ko:K10119 ko02010,map02010 M00196 ko00000,ko00001,ko00002,ko02000 3.A.1.1.28 Bacillus 1TRD1@1239,1ZRMC@1386,4IQN9@91061,COG0395@1,COG0395@2 NA|NA|NA P COG0395 ABC-type sugar transport system, permease component -BSU_32590 224308.BSU32590 2.4e-156 558.1 Bacillus yurN GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 ko:K10118 ko02010,map02010 M00196 ko00000,ko00001,ko00002,ko02000 3.A.1.1.28 Bacillus 1TRU7@1239,1ZDHY@1386,4HAEJ@91061,COG1175@1,COG1175@2 NA|NA|NA G Binding-protein-dependent transport system inner membrane component -BSU_32600 224308.BSU32600 2.9e-240 837.4 Bacillus yurO ko:K10117 ko02010,map02010 M00196 ko00000,ko00001,ko00002,ko02000 3.A.1.1.28 Bacillus 1UY14@1239,1ZQ33@1386,4HEMF@91061,COG1653@1,COG1653@2 NA|NA|NA G COG1653 ABC-type sugar transport system, periplasmic component -BSU_32610 224308.BSU32610 3.9e-184 650.6 Bacillus frlB ko:K10708 R08125 RC00053,RC01805 ko00000,ko01000 Bacillus 1TRTA@1239,1ZCTQ@1386,4HB2C@91061,COG2222@1,COG2222@2 NA|NA|NA M Catalyzes the conversion of a range of fructosamine 6- phosphates to glucose 6-phosphate and a free amino acid -BSU_32620 224308.BSU32620 4.8e-66 256.9 Bacillus yurQ GO:0005575,GO:0005622,GO:0005623,GO:0006950,GO:0006974,GO:0008150,GO:0009380,GO:0009987,GO:0032991,GO:0033554,GO:0044424,GO:0044464,GO:0050896,GO:0051716,GO:1902494,GO:1905347,GO:1905348,GO:1990391 Bacillus 1V8E6@1239,1ZGGU@1386,4HJHV@91061,COG0322@1,COG0322@2 NA|NA|NA L COG0322 Nuclease subunit of the excinuclease complex -BSU_32630 224308.BSU32630 3.1e-209 734.2 Bacillus yurR GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0008152,GO:0016491,GO:0044424,GO:0044464,GO:0055114 1.4.5.1 ko:K00285 ko00360,map00360 R01374,R09493 RC00006,RC00025 ko00000,ko00001,ko01000 Bacillus 1TQTF@1239,1ZBU6@1386,4HA0F@91061,COG0665@1,COG0665@2 NA|NA|NA E COG0665 Glycine D-amino acid oxidases (deaminating) -BSU_32650 1051501.AYTL01000004_gene3705 2.3e-41 174.5 Bacillus Bacillus 1VNSX@1239,1ZK4C@1386,2ESBJ@1,33JWA@2,4HS9N@91061 NA|NA|NA -BSU_32660 224308.BSU32660 1.3e-66 258.8 Bacillus Bacillus 1V48E@1239,1ZGA1@1386,4HHUT@91061,COG0346@1,COG0346@2 NA|NA|NA E Glyoxalase/Bleomycin resistance protein/Dioxygenase superfamily -BSU_32669 224308.BSU32669 5.5e-43 179.9 Bacillus GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1VBHV@1239,1ZHAQ@1386,4HMJ1@91061,COG0640@1,COG0640@2 NA|NA|NA K helix_turn_helix, Arsenical Resistance Operon Repressor -BSU_32670 1051501.AYTL01000004_gene3701 6e-271 939.5 Bacillus sufB ko:K09014 ko00000 Bacillus 1TQ21@1239,1ZCDS@1386,4HA1Z@91061,COG0719@1,COG0719@2 NA|NA|NA O FeS cluster assembly -BSU_32680 1051501.AYTL01000004_gene3700 1.9e-77 295.0 Bacillus nifU GO:0003674,GO:0003824,GO:0005488,GO:0005506,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006807,GO:0006873,GO:0006875,GO:0006879,GO:0008150,GO:0008152,GO:0008198,GO:0009987,GO:0010467,GO:0016740,GO:0016782,GO:0019538,GO:0019725,GO:0030003,GO:0036455,GO:0042592,GO:0043167,GO:0043169,GO:0043170,GO:0044238,GO:0044424,GO:0044464,GO:0046872,GO:0046914,GO:0046916,GO:0048037,GO:0048878,GO:0050801,GO:0051536,GO:0051537,GO:0051539,GO:0051540,GO:0051604,GO:0055065,GO:0055072,GO:0055076,GO:0055080,GO:0055082,GO:0065007,GO:0065008,GO:0071704,GO:0097428,GO:0098771,GO:1901564 ko:K04488 ko00000 Bacillus 1V3H9@1239,1ZFQ8@1386,4HIJ0@91061,COG0822@1,COG0822@2 NA|NA|NA C COG0822 NifU homolog involved in Fe-S cluster formation -BSU_32690 224308.BSU32690 2.1e-235 821.2 Bacillus csd 2.8.1.7,4.4.1.16 ko:K11717 ko00450,ko01100,map00450,map01100 R03599,R11528 RC00961,RC01789,RC02313 ko00000,ko00001,ko01000 Bacillus 1TQ1W@1239,1ZB79@1386,4HA6Z@91061,COG0520@1,COG0520@2 NA|NA|NA E Catalyzes the removal of elemental sulfur and selenium atoms from L-cysteine, L-cystine, L-selenocysteine, and L- selenocystine to produce L-alanine -BSU_32700 224308.BSU32700 2.4e-245 854.4 Bacillus sufD ko:K09015 ko00000 Bacillus 1TRT0@1239,1ZATY@1386,4HB6W@91061,COG0719@1,COG0719@2 NA|NA|NA O assembly protein SufD -BSU_32710 224308.BSU32710 3.9e-142 510.8 Bacillus sufC ko:K09013 ko00000,ko02000 Bacillus 1TQ98@1239,1ZAW4@1386,4HAD9@91061,COG0396@1,COG0396@2 NA|NA|NA O COG0396 ABC-type transport system involved in Fe-S cluster assembly, ATPase component -BSU_32719 1385511.N783_04030 3.1e-07 60.1 Pontibacillus Bacillus 1TVCR@1239,2DIQD@1,2YB20@289201,303WK@2,4IJW4@91061 NA|NA|NA -BSU_32720 224308.BSU32720 2.4e-65 254.6 Bacillus yurZ Bacillus 1V8W7@1239,1ZGYY@1386,4HHDQ@91061,COG0599@1,COG0599@2 NA|NA|NA S Antioxidant protein with alkyl hydroperoxidase activity. Required for the reduction of the AhpC active site cysteine residues and for the regeneration of the AhpC enzyme activity -BSU_32730 224308.BSU32730 3.2e-147 527.7 Bacillus metQ ko:K02073 ko02010,map02010 M00238 ko00000,ko00001,ko00002,ko02000 3.A.1.24 Bacillus 1TQAS@1239,1ZATZ@1386,4HBK0@91061,COG1464@1,COG1464@2 NA|NA|NA P Belongs to the NlpA lipoprotein family -BSU_32740 224308.BSU32740 3e-95 354.8 Bacillus metP GO:0000101,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006820,GO:0006865,GO:0008150,GO:0015711,GO:0015821,GO:0015849,GO:0016020,GO:0042940,GO:0044464,GO:0046942,GO:0048473,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944,GO:0072348 ko:K02072 ko02010,map02010 M00238 ko00000,ko00001,ko00002,ko02000 3.A.1.24 Bacillus 1TR59@1239,1ZCW0@1386,4H9NA@91061,COG2011@1,COG2011@2 NA|NA|NA P COG2011 ABC-type metal ion transport system, permease component -BSU_32750 224308.BSU32750 1.1e-184 652.5 Bacillus metN GO:0003674,GO:0003824,GO:0005215,GO:0006810,GO:0008150,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085 ko:K02071 ko02010,map02010 M00238 ko00000,ko00001,ko00002,ko02000 3.A.1.24 iYO844.BSU32750 Bacillus 1TPPN@1239,1ZAZX@1386,4H9VX@91061,COG1135@1,COG1135@2 NA|NA|NA P Part of the ABC transporter complex MetNIQ involved in methionine import. Responsible for energy coupling to the transport system -BSU_32760 224308.BSU32760 3.2e-56 224.2 Bacillus yusD Bacillus 1VHK2@1239,1ZGVX@1386,2CCFT@1,330P4@2,4HP1K@91061 NA|NA|NA S SCP-2 sterol transfer family -BSU_32770 224308.BSU32770 7.2e-55 219.5 Bacillus yusE GO:0003674,GO:0003824,GO:0004791,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009636,GO:0009987,GO:0015035,GO:0015036,GO:0016209,GO:0016491,GO:0016651,GO:0016667,GO:0016668,GO:0016671,GO:0019725,GO:0033554,GO:0034599,GO:0042221,GO:0042592,GO:0044424,GO:0044444,GO:0044464,GO:0045454,GO:0047134,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0055114,GO:0065007,GO:0065008,GO:0070887,GO:0097237,GO:0098754,GO:0098869,GO:1990748 Bacillus 1VEVR@1239,1ZIVX@1386,4HNM9@91061,COG0526@1,COG0526@2 NA|NA|NA CO Thioredoxin -BSU_32780 224308.BSU32780 5.6e-74 283.5 Bacillus yusF GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004540,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016787,GO:0016788,GO:0016891,GO:0016893,GO:0022613,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043822,GO:0044085,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0140098,GO:1901360 ko:K07476 ko00000 Bacillus 1VBXW@1239,1ZH1R@1386,4HKN4@91061,COG1658@1,COG1658@2 NA|NA|NA L COG1658 Small primase-like proteins (Toprim domain) -BSU_32790 224308.BSU32790 1.4e-39 168.3 Bacillus yusG Bacillus 1VP54@1239,1ZIUE@1386,2ET7S@1,33KRT@2,4HRRC@91061 NA|NA|NA S Protein of unknown function (DUF2553) -BSU_32800 224308.BSU32800 2.1e-64 251.5 Bacillus gcvH GO:0006082,GO:0006464,GO:0006629,GO:0006631,GO:0006633,GO:0006732,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009106,GO:0009107,GO:0009108,GO:0009249,GO:0009987,GO:0010467,GO:0016053,GO:0018065,GO:0018130,GO:0018193,GO:0018205,GO:0019538,GO:0019752,GO:0032787,GO:0036211,GO:0043170,GO:0043412,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044260,GO:0044267,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0051186,GO:0051188,GO:0051604,GO:0071704,GO:0072330,GO:1901360,GO:1901362,GO:1901564,GO:1901576 ko:K02437 ko00260,ko00630,ko01100,ko01110,ko01130,ko01200,map00260,map00630,map01100,map01110,map01130,map01200 M00532 R01221 RC00022,RC02834 ko00000,ko00001,ko00002 Bacillus 1V6WV@1239,1ZGG0@1386,4HIMA@91061,COG0509@1,COG0509@2 NA|NA|NA E Is also involved in protein lipoylation via its role as an octanoyl lipoyl carrier protein intermediate -BSU_32810 224308.BSU32810 4.7e-63 246.9 Bacillus yusI 1.20.4.1 ko:K00537 ko00000,ko01000 Bacillus 1VA5Q@1239,1ZH0I@1386,4HKQQ@91061,COG1393@1,COG1393@2 NA|NA|NA P Belongs to the ArsC family -BSU_32820 224308.BSU32820 0.0 1104.0 Bacillus fadE Bacillus 1TP57@1239,1ZBUU@1386,4HB0J@91061,COG1960@1,COG1960@2 NA|NA|NA I acyl-CoA dehydrogenase -BSU_32830 224308.BSU32830 2.5e-217 761.1 Bacillus fadA 2.3.1.16 ko:K00632 ko00071,ko00280,ko00281,ko00362,ko00592,ko00642,ko01100,ko01110,ko01120,ko01130,ko01212,map00071,map00280,map00281,map00362,map00592,map00642,map01100,map01110,map01120,map01130,map01212 M00087,M00113 R00829,R00927,R01177,R03778,R03858,R03991,R04546,R04742,R04747,R05506,R05586,R07891,R07895,R07899,R08091,R08095 RC00004,RC00326,RC00405,RC01702,RC02728,RC02898,RC02955 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP07@1239,1ZBKX@1386,4H9RJ@91061,COG0183@1,COG0183@2 NA|NA|NA I Belongs to the thiolase family -BSU_32840 224308.BSU32840 0.0 1553.5 Bacillus fadN 1.1.1.35 ko:K07516 ko00071,ko00362,ko00650,ko01100,ko01120,ko01200,ko01212,map00071,map00362,map00650,map01100,map01120,map01200,map01212 M00087 R01975,R04737,R04739,R04741,R04743,R04745,R04748,R05305 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000 iYO844.BSU32840 Bacillus 1TR8J@1239,1ZATV@1386,4H9XN@91061,COG1024@1,COG1024@2,COG1250@1,COG1250@2 NA|NA|NA I 3-hydroxyacyl-CoA dehydrogenase -BSU_32849 935837.JAEK01000004_gene4710 7.9e-09 65.5 Bacillus Bacillus 1W2JM@1239,1ZK3D@1386,2EVX5@1,33PAU@2,4HSMC@91061 NA|NA|NA S YuzL-like protein -BSU_32850 224308.BSU32850 3.8e-165 587.4 Bacillus fadM GO:0000166,GO:0003674,GO:0003824,GO:0004657,GO:0005488,GO:0006082,GO:0006520,GO:0006560,GO:0006562,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009063,GO:0009064,GO:0009065,GO:0009987,GO:0016054,GO:0016491,GO:0016645,GO:0019752,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046395,GO:0046483,GO:0046700,GO:0048037,GO:0050660,GO:0050662,GO:0055114,GO:0071704,GO:0071949,GO:0097159,GO:1901265,GO:1901360,GO:1901361,GO:1901363,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 ko:K00318 ko00330,ko01100,ko01110,ko01130,map00330,map01100,map01110,map01130 R10507 RC00083 ko00000,ko00001,ko01000 Bacillus 1TQV3@1239,1ZB5G@1386,4HAC1@91061,COG0506@1,COG0506@2 NA|NA|NA E Proline dehydrogenase -BSU_32859 224308.BSU32859 8.6e-40 169.1 Bacillus Bacillus 1VEJ6@1239,1ZIXG@1386,2E37R@1,32Y7E@2,4HNWR@91061 NA|NA|NA -BSU_32860 224308.BSU32860 7e-53 213.0 Bacillus yusN Bacillus 1V96G@1239,1ZHVT@1386,4HK73@91061,COG5577@1,COG5577@2 NA|NA|NA M Coat F domain -BSU_32870 224308.BSU32870 9.2e-75 286.2 Bacillus yusO GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1VEPU@1239,1ZIJW@1386,4HPM1@91061,COG1846@1,COG1846@2 NA|NA|NA K Iron dependent repressor, N-terminal DNA binding domain -BSU_32880 224308.BSU32880 6.5e-293 1012.7 Bacillus yusP GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 Bacillus 1TPHW@1239,1ZS1D@1386,4H9YA@91061,COG0477@1,COG0477@2 NA|NA|NA P Major facilitator superfamily -BSU_32890 224308.BSU32890 1.4e-65 255.4 Bacillus yusQ Bacillus 1VF8N@1239,1ZR2J@1386,4HPG0@91061,COG1942@1,COG1942@2 NA|NA|NA S Tautomerase enzyme -BSU_32900 224308.BSU32900 1.8e-63 248.4 Bacillus yusR 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1V05R@1239,1ZB06@1386,4HDCM@91061,COG1028@1,COG1028@2 NA|NA|NA IQ Belongs to the short-chain dehydrogenases reductases (SDR) family -BSU_32910 224308.BSU32910 5.5e-50 203.4 Bacilli Bacillus 1V05R@1239,4HDCM@91061,COG1028@1,COG1028@2 NA|NA|NA IQ Belongs to the short-chain dehydrogenases reductases (SDR) family -BSU_32920 224308.BSU32920 6.1e-160 570.1 Bacillus yusT Bacillus 1UCV1@1239,1ZQ2G@1386,4HE6I@91061,COG0583@1,COG0583@2 NA|NA|NA K LysR substrate binding domain -BSU_32930 224308.BSU32930 6.5e-47 193.0 Bacillus yusU Bacillus 1VJ5A@1239,1ZIZE@1386,2DPT3@1,3339Q@2,4HP0F@91061 NA|NA|NA S Protein of unknown function (DUF2573) -BSU_32940 224308.BSU32940 1.8e-153 548.5 Bacillus yusV 3.6.3.34 ko:K02013 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.14 Bacillus 1TP2Q@1239,1ZBMI@1386,4HADG@91061,COG1120@1,COG1120@2 NA|NA|NA HP ABC transporter -BSU_32950 1051501.AYTL01000004_gene3671 1.2e-65 255.8 Bacillus Bacillus 1VIIH@1239,1ZJFZ@1386,2EDM5@1,337H0@2,4HPCP@91061 NA|NA|NA S YusW-like protein -BSU_32960 1051501.AYTL01000004_gene3670 1.1e-257 895.6 Bacillus yusX Bacillus 1TQ5W@1239,1ZCRR@1386,4HAN9@91061,COG1164@1,COG1164@2 NA|NA|NA E COG1164 Oligoendopeptidase F -BSU_32970 1051501.AYTL01000004_gene3670 6.4e-34 149.8 Bacillus yusX Bacillus 1TQ5W@1239,1ZCRR@1386,4HAN9@91061,COG1164@1,COG1164@2 NA|NA|NA E COG1164 Oligoendopeptidase F -BSU_32980 224308.BSU32980 6.2e-154 550.1 Bacillus yusZ Bacillus 1UI3U@1239,1ZS7R@1386,4ISCX@91061,COG1028@1,COG1028@2 NA|NA|NA IQ Belongs to the short-chain dehydrogenases reductases (SDR) family -BSU_32990 224308.BSU32990 2.1e-79 301.6 Bacillus ko:K04047 ko00000,ko03036 Bacillus 1VC7X@1239,1ZRSG@1386,4HKH8@91061,COG0783@1,COG0783@2 NA|NA|NA P Ferritin-like domain -BSU_33000 224308.BSU33000 1.6e-236 825.1 Bacillus htrB 3.4.21.107 ko:K04771 ko01503,ko02020,map01503,map02020 M00728 ko00000,ko00001,ko00002,ko01000,ko01002,ko03110 Bacillus 1TRM8@1239,1ZB6P@1386,4HA31@91061,COG0265@1,COG0265@2 NA|NA|NA O COG0265 Trypsin-like serine proteases, typically periplasmic, contain C-terminal PDZ domain -BSU_33010 224308.BSU33010 5.7e-126 456.8 Bacillus cssR ko:K07770 ko02020,map02020 M00448 ko00000,ko00001,ko00002,ko02022 Bacillus 1TR8K@1239,1ZBX5@1386,4HBSB@91061,COG0745@1,COG0745@2 NA|NA|NA T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain -BSU_33020 224308.BSU33020 7.4e-250 869.4 Bacillus cssS 2.7.13.3 ko:K07650 ko02020,map02020 M00448 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1TSCS@1239,1ZBVF@1386,4HBPP@91061,COG0642@1,COG2205@2,COG2770@1,COG2770@2 NA|NA|NA T PhoQ Sensor -BSU_33029 1051501.AYTL01000004_gene3664 2.8e-23 113.6 Bacillus Bacillus 1UBG1@1239,1ZKVW@1386,29SH6@1,30DN8@2,4IMUQ@91061 NA|NA|NA -BSU_33030 224308.BSU33030 9.6e-158 562.8 Bacillus yuxN GO:0003674,GO:0003700,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 Bacillus 1UDHR@1239,1ZFND@1386,4HFAX@91061,COG1309@1,COG1309@2 NA|NA|NA K Transcriptional regulator -BSU_33040 224308.BSU33040 5.6e-261 906.4 Bacillus fumC GO:0003674,GO:0003824,GO:0004333,GO:0006082,GO:0006091,GO:0006099,GO:0006101,GO:0006106,GO:0006108,GO:0008150,GO:0008152,GO:0009060,GO:0009987,GO:0015980,GO:0016829,GO:0016835,GO:0016836,GO:0016999,GO:0017144,GO:0019752,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044281,GO:0045333,GO:0055114,GO:0071704,GO:0072350 4.2.1.2 ko:K01679 ko00020,ko00620,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko04934,ko05200,ko05211,map00020,map00620,map00720,map01100,map01110,map01120,map01130,map01200,map04934,map05200,map05211 M00009,M00011,M00173,M00376 R01082 RC00443 ko00000,ko00001,ko00002,ko01000 Bacillus 1UHPH@1239,1ZS23@1386,4HA6P@91061,COG0114@1,COG0114@2 NA|NA|NA C Involved in the TCA cycle. Catalyzes the stereospecific interconversion of fumarate to L-malate -BSU_33049 224308.BSU33049 3.8e-24 116.7 Bacillus Bacillus 1UB6J@1239,1ZK9V@1386,2BF37@1,328V9@2,4IMJ7@91061 NA|NA|NA S Protein of unknown function (DUF3970) -BSU_33050 224308.BSU33050 1.3e-247 862.1 Bacillus gerAA ko:K06288 ko00000 Bacillus 1TP7K@1239,1ZBEF@1386,4HAH1@91061,COG0697@1,COG0697@2 NA|NA|NA EG Spore germination protein -BSU_33060 224308.BSU33060 1.5e-197 695.3 Bacillus gerAB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K06289 ko00000,ko02000 2.A.3.9.1 Bacillus 1UI6P@1239,1ZS5H@1386,4ISFP@91061,COG0814@1,COG0814@2 NA|NA|NA E Spore germination protein -BSU_33070 224308.BSU33070 7.9e-189 666.4 Bacillus gerAC ko:K06290,ko:K06293 ko00000 Bacillus 1V3HD@1239,1ZBN5@1386,2DFTJ@1,2ZT3R@2,4HGX9@91061 NA|NA|NA S Spore germination B3/ GerAC like, C-terminal -BSU_33080 224308.BSU33080 2.3e-108 398.3 Bacillus liaR ko:K11618 ko02020,map02020 M00481,M00754 ko00000,ko00001,ko00002,ko02022 Bacillus 1TQ1U@1239,1ZAT4@1386,4HA4B@91061,COG2197@1,COG2197@2 NA|NA|NA KT COG2197 Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain -BSU_33090 224308.BSU33090 1.2e-186 659.1 Bacillus liaS 2.7.13.3 ko:K11617 ko02020,map02020 M00481,M00754 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1TPDG@1239,1ZB48@1386,4HC7E@91061,COG4585@1,COG4585@2 NA|NA|NA T Histidine kinase -BSU_33100 224308.BSU33100 9.4e-127 459.5 Bacillus ko:K11622 ko02020,map02020 ko00000,ko00001 Bacillus 1V9PN@1239,1ZQ0N@1386,4HMCU@91061,COG4758@1,COG4758@2 NA|NA|NA S Cell wall-active antibiotics response 4TMS YvqF -BSU_33110 224308.BSU33110 1.6e-128 465.7 Bacillus liaG ko:K11621 ko02020,map02020 ko00000,ko00001 Bacillus 1V94C@1239,1ZEE4@1386,4HJYP@91061,COG3595@1,COG3595@2 NA|NA|NA S Putative adhesin -BSU_33120 224308.BSU33120 5.6e-105 387.1 Bacillus liaH GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 ko:K03969,ko:K11620 ko02020,map02020 M00754 ko00000,ko00001,ko00002 Bacillus 1V2MH@1239,1ZAR1@1386,4HGD1@91061,COG1842@1,COG1842@2 NA|NA|NA KT COG1842 Phage shock protein A (IM30), suppresses sigma54-dependent transcription -BSU_33130 224308.BSU33130 9.5e-62 242.7 Bacillus liaI ko:K11619 ko02020,map02020 M00754 ko00000,ko00001,ko00002 Bacillus 1UA5E@1239,1ZGWI@1386,4IKFV@91061,COG4758@1,COG4758@2 NA|NA|NA S membrane -BSU_33140 224308.BSU33140 8.2e-227 792.7 Bacillus yvqJ Bacillus 1UIYF@1239,1ZDQ7@1386,4ISX5@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_33150 224308.BSU33150 1.1e-101 375.9 Bacillus yvqK 2.5.1.17 ko:K00798 ko00860,ko01100,map00860,map01100 M00122 R01492,R05220,R07268 RC00533 ko00000,ko00001,ko00002,ko01000 Bacillus 1V3PI@1239,1ZCJ1@1386,4HH26@91061,COG2096@1,COG2096@2 NA|NA|NA S Adenosyltransferase -BSU_33160 224308.BSU33160 4.7e-249 866.7 Bacillus yvrA 3.6.3.34 ko:K02013 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.14 Bacillus 1TP2Q@1239,1ZASR@1386,4HA28@91061,COG1120@1,COG1120@2 NA|NA|NA HP COG1120 ABC-type cobalamin Fe3 -siderophores transport systems, ATPase components -BSU_33170 224308.BSU33170 1.3e-185 655.6 Bacillus btuC ko:K02015 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 iYO844.BSU33170 Bacillus 1TPX6@1239,1ZD7V@1386,4HAUK@91061,COG0609@1,COG0609@2 NA|NA|NA P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily -BSU_33180 224308.BSU33180 3.1e-170 604.4 Bacillus ko:K02016 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 iYO844.BSU33180 Bacillus 1TQV7@1239,1ZBF0@1386,4HCF3@91061,COG0614@1,COG0614@2 NA|NA|NA P COG0614 ABC-type Fe3 -hydroxamate transport system, periplasmic component -BSU_33190 224308.BSU33190 1.1e-139 502.7 Bacillus yvrD Bacillus 1TPZN@1239,1ZCYQ@1386,4HBJ8@91061,COG1028@1,COG1028@2 NA|NA|NA IQ Belongs to the short-chain dehydrogenases reductases (SDR) family -BSU_33200 224308.BSU33200 2.6e-171 607.8 Bacillus yvrE GO:0003674,GO:0003824,GO:0004341,GO:0005488,GO:0005509,GO:0005575,GO:0005576,GO:0005975,GO:0005996,GO:0006082,GO:0006732,GO:0006766,GO:0006767,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009110,GO:0009987,GO:0016051,GO:0016053,GO:0016787,GO:0016788,GO:0019752,GO:0019852,GO:0019853,GO:0042364,GO:0043167,GO:0043169,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046364,GO:0046394,GO:0046872,GO:0051186,GO:0051188,GO:0052689,GO:0071704,GO:1901576 ko:K14274 ko00040,map00040 R02427 RC00713 ko00000,ko00001,ko01000 Bacillus 1V1TK@1239,1ZAVX@1386,4HG0A@91061,COG3386@1,COG3386@2 NA|NA|NA G SMP-30/Gluconolaconase/LRE-like region -BSU_33210 224308.BSU33210 0.0 1122.1 Bacillus yvrG Bacillus 1TS12@1239,1ZATU@1386,4HC66@91061,COG0642@1,COG2205@2 NA|NA|NA T PhoQ Sensor -BSU_33221 224308.BSU33221 4.8e-131 473.8 Bacillus yvrH ko:K02483 ko00000,ko02022 Bacillus 1TX0Q@1239,1ZBAA@1386,4HEF8@91061,COG0745@1,COG0745@2 NA|NA|NA T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain -BSU_33222 326423.RBAM_030360 3.5e-22 110.5 Bacilli Bacillus 1VNFK@1239,2DRUJ@1,33D4G@2,4HRTG@91061 NA|NA|NA -BSU_33230 224308.BSU33230 4.2e-92 344.0 Bacillus yvrI ko:K03093 ko00000,ko03021 Bacillus 1VF0Z@1239,1ZESN@1386,4HNZQ@91061,COG1191@1,COG1191@2 NA|NA|NA K RNA polymerase -BSU_33239 224308.BSU33239 1.8e-56 224.9 Bacillus Bacillus 1UBBR@1239,1ZKMF@1386,29SDU@1,30DIK@2,4IMQN@91061 NA|NA|NA S YvrJ protein family -BSU_33240 224308.BSU33240 1.2e-229 802.0 Bacillus oxdC 4.1.1.2 ko:K01569 ko00630,ko01100,map00630,map01100 R00522 RC00321 ko00000,ko00001,ko01000 Bacillus 1TPC2@1239,1ZF6R@1386,4HA6V@91061,COG2140@1,COG2140@2 NA|NA|NA G Oxalate decarboxylase -BSU_33250 224308.BSU33250 2.9e-64 251.1 Bacillus yvrL Bacillus 1UA2J@1239,1ZGDA@1386,29RHZ@1,30CKY@2,4IKBU@91061 NA|NA|NA S Regulatory protein YrvL -BSU_33260 224308.BSU33260 3e-210 737.6 Bacillus GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0042802,GO:0044464,GO:0071944 ko:K02004 M00258 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TPUU@1239,1ZDCS@1386,4HATE@91061,COG0577@1,COG0577@2 NA|NA|NA V COG0577 ABC-type antimicrobial peptide transport system, permease component -BSU_33270 224308.BSU33270 1.2e-123 449.1 Bacillus ko:K02003 M00258 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TPBJ@1239,1ZC14@1386,4HBMF@91061,COG1136@1,COG1136@2 NA|NA|NA V ABC transporter, ATP-binding protein -BSU_33280 224308.BSU33280 8.1e-176 623.2 Bacillus ko:K02005 ko00000 Bacillus 1V046@1239,1ZQX7@1386,4HMJ5@91061,COG0845@1,COG0845@2 NA|NA|NA M Efflux transporter rnd family, mfp subunit -BSU_33290 224308.BSU33290 7.5e-149 533.1 Bacillus fhuC 3.6.3.34 ko:K02013 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.14 Bacillus 1TP2Q@1239,1ZBMI@1386,4HADG@91061,COG1120@1,COG1120@2 NA|NA|NA HP ABC transporter -BSU_33300 224308.BSU33300 9e-176 622.9 Bacillus fhuG ko:K02015 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 iYO844.BSU33300 Bacillus 1TPX6@1239,1ZAU0@1386,4HAM8@91061,COG0609@1,COG0609@2 NA|NA|NA P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily -BSU_33310 224308.BSU33310 1.5e-203 715.3 Bacillus fhuB ko:K02015 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 Bacillus 1TP13@1239,1ZC7Z@1386,4HA75@91061,COG0609@1,COG0609@2 NA|NA|NA P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily -BSU_33320 224308.BSU33320 3.7e-179 634.0 Bacillus fhuD GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 ko:K02016 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 Bacillus 1V2E9@1239,1ZREY@1386,4IPYF@91061,COG0614@1,COG0614@2 NA|NA|NA P ABC transporter -BSU_33330 224308.BSU33330 4.4e-237 827.0 Bacillus yvsH ko:K03294,ko:K03758 ko00000,ko02000 2.A.3.2 iYO844.BSU33330 Bacillus 1TSSB@1239,1ZCJ6@1386,4HA92@91061,COG0531@1,COG0531@2 NA|NA|NA E Arginine ornithine antiporter -BSU_33340 1051501.AYTL01000004_gene3628 1.1e-15 88.2 Bacillus ko:K06427 ko00000 Bacillus 1UB0W@1239,1ZJWM@1386,29S4R@1,30D99@2,4IMDS@91061 NA|NA|NA S Small spore protein J (Spore_SspJ) -BSU_33350 224308.BSU33350 2.3e-84 318.2 Bacillus yvsG ko:K07038 ko00000 Bacillus 1V3QT@1239,1ZFRV@1386,4HGYG@91061,COG1988@1,COG1988@2 NA|NA|NA S LexA-binding, inner membrane-associated putative hydrolase -BSU_33360 224308.BSU33360 0.0 1228.0 Bacillus yvgJ Bacillus 1TRMA@1239,1ZF0R@1386,4H9S0@91061,COG1368@1,COG1368@2 NA|NA|NA M Belongs to the LTA synthase family -BSU_33370 224308.BSU33370 1.4e-170 605.5 Bacillus yvgK ko:K07219 ko00000 Bacillus 1TRH3@1239,1ZC11@1386,4HAJV@91061,COG1910@1,COG1910@2 NA|NA|NA P COG1910 Periplasmic molybdate-binding protein domain -BSU_33380 224308.BSU33380 9.8e-138 496.1 Bacillus yvgL GO:0003674,GO:0005488,GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0030973,GO:0031975,GO:0042597,GO:0043167,GO:0043168,GO:0044464 ko:K02020 ko02010,map02010 M00189 ko00000,ko00001,ko00002,ko02000 3.A.1.8 Bacillus 1U9U3@1239,1ZBKR@1386,4HG0Q@91061,COG0725@1,COG0725@2 NA|NA|NA P COG0725 ABC-type molybdate transport system, periplasmic component -BSU_33390 224308.BSU33390 6.3e-120 436.8 Bacillus modB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K02018 ko02010,map02010 M00189 ko00000,ko00001,ko00002,ko02000 3.A.1.8 Bacillus 1TRNA@1239,1ZATK@1386,4HEA2@91061,COG4149@1,COG4149@2 NA|NA|NA P COG4149 ABC-type molybdate transport system, permease component -BSU_33400 224308.BSU33400 1.5e-157 562.0 Bacillus yvgN Bacillus 1TPM1@1239,1ZC55@1386,4HARE@91061,COG0656@1,COG0656@2 NA|NA|NA S reductase -BSU_33410 224308.BSU33410 7.1e-86 323.2 Bacillus yvgO Bacillus 1VVGE@1239,1ZFNW@1386,2EKDS@1,33E41@2,4HW4S@91061 NA|NA|NA -BSU_33420 224308.BSU33420 0.0 1146.7 Bacillus nhaK GO:0003674,GO:0005215,GO:0005451,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006813,GO:0006814,GO:0006873,GO:0006885,GO:0008150,GO:0008324,GO:0009987,GO:0015075,GO:0015077,GO:0015078,GO:0015079,GO:0015081,GO:0015291,GO:0015297,GO:0015298,GO:0015299,GO:0015318,GO:0015385,GO:0015386,GO:0015491,GO:0015672,GO:0016020,GO:0019725,GO:0022804,GO:0022821,GO:0022857,GO:0022890,GO:0030001,GO:0030003,GO:0030004,GO:0030641,GO:0034220,GO:0035725,GO:0042592,GO:0044464,GO:0046873,GO:0048878,GO:0050801,GO:0051179,GO:0051234,GO:0051453,GO:0055067,GO:0055080,GO:0055082,GO:0055085,GO:0065007,GO:0065008,GO:0071804,GO:0071805,GO:0071944,GO:0098655,GO:0098657,GO:0098659,GO:0098660,GO:0098662,GO:0098719,GO:0098739,GO:0098771,GO:0099516,GO:0099587,GO:1902600 ko:K03316 ko00000 2.A.36 Bacillus 1TR4G@1239,1ZB41@1386,4HBJR@91061,COG0025@1,COG0025@2 NA|NA|NA P COG0025 NhaP-type Na H and K H antiporters -BSU_33430 224308.BSU33430 0.0 1167.5 Bacillus cysI GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0006790,GO:0008150,GO:0008152,GO:0009337,GO:0009987,GO:0016002,GO:0016491,GO:0016667,GO:0016673,GO:0019419,GO:0032991,GO:0044237,GO:0044424,GO:0044464,GO:0050311,GO:0055114 1.8.1.2 ko:K00381 ko00920,ko01100,ko01120,map00920,map01100,map01120 M00176 R00858 RC00065 ko00000,ko00001,ko00002,ko01000 Bacillus 1TS58@1239,1ZBHT@1386,4HBEX@91061,COG0155@1,COG0155@2 NA|NA|NA P Component of the sulfite reductase complex that catalyzes the 6-electron reduction of sulfite to sulfide. This is one of several activities required for the biosynthesis of L- cysteine from sulfate -BSU_33440 224308.BSU33440 0.0 1176.0 Bacillus cysJ 1.8.1.2 ko:K00380 ko00920,ko01100,ko01120,map00920,map01100,map01120 M00176 R00858 RC00065 ko00000,ko00001,ko00002,ko01000 iYO844.BSU33440 Bacillus 1TP5J@1239,1ZANY@1386,4HCQI@91061,COG0369@1,COG0369@2 NA|NA|NA P Component of the sulfite reductase complex that catalyzes the 6-electron reduction of sulfite to sulfide. This is one of several activities required for the biosynthesis of L- cysteine from sulfate. The flavoprotein component catalyzes the electron flow from NADPH - FAD - FMN to the hemoprotein component -BSU_33450 224308.BSU33450 0.0 1541.6 Bacillus yvgS 3.6.4.12 ko:K03657 ko03420,ko03430,map03420,map03430 ko00000,ko00001,ko01000,ko03400 Bacillus 1TP39@1239,1ZAWP@1386,4H9Y5@91061,COG3973@1,COG3973@2 NA|NA|NA L DNA helicase -BSU_33460 224308.BSU33460 7e-107 393.3 Bacillus yvgT GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1UH1K@1239,1ZBS1@1386,4HDC7@91061,COG2860@1,COG2860@2 NA|NA|NA S membrane -BSU_33470 224308.BSU33470 5e-72 276.9 Bacillus bdbC ko:K03611 ko00000,ko03110 5.A.2.1 Bacillus 1V79S@1239,1ZH0E@1386,4HIKP@91061,COG1495@1,COG1495@2 NA|NA|NA O Required for disulfide bond formation in some proteins -BSU_33480 224308.BSU33480 2.7e-104 384.8 Bacillus bdbD Bacillus 1V6IC@1239,1ZE03@1386,4HKJU@91061,COG1651@1,COG1651@2 NA|NA|NA O Thioredoxin -BSU_33490 224308.BSU33490 0.0 1300.8 Bacillus yvgW GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.6.3.3,3.6.3.5 ko:K01534 ko00000,ko01000 3.A.3.6 Bacillus 1TQ07@1239,1ZAPS@1386,4H9SP@91061,COG2217@1,COG2217@2 NA|NA|NA P COG2217 Cation transport ATPase -BSU_33500 224308.BSU33500 0.0 1508.0 Bacillus copA GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0042802,GO:0044464,GO:0071944 3.6.3.54 ko:K17686 ko01524,ko04016,map01524,map04016 R00086 RC00002 ko00000,ko00001,ko01000 3.A.3.5 Bacillus 1TP5S@1239,1ZAVE@1386,4HAI0@91061,COG2217@1,COG2217@2 NA|NA|NA P P-type ATPase -BSU_33510 224308.BSU33510 2.6e-29 134.0 Bacillus copZ GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 ko:K07213 ko04978,map04978 ko00000,ko00001 Bacillus 1VERB@1239,1ZITG@1386,4HNP0@91061,COG2608@1,COG2608@2 NA|NA|NA P Copper resistance protein CopZ -BSU_33520 224308.BSU33520 3.7e-48 197.2 Bacillus yvgZ GO:0000976,GO:0001067,GO:0001130,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:1990837,GO:2000112,GO:2000113,GO:2001141 ko:K21600 ko00000,ko03000 Bacillus 1VEF5@1239,1ZQH8@1386,4HKJV@91061,COG1937@1,COG1937@2 NA|NA|NA S transcriptional -BSU_33530 224308.BSU33530 2.9e-204 717.6 Bacillus yvaA GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0008150,GO:0008152,GO:0016491,GO:0016614,GO:0016616,GO:0036094,GO:0043167,GO:0043168,GO:0048037,GO:0050661,GO:0050662,GO:0055114,GO:0070401,GO:0070402,GO:0097159,GO:0102497,GO:1901265,GO:1901363 1.1.1.371 ko:K16044 ko00562,ko01120,map00562,map01120 R09954 RC00182 ko00000,ko00001,ko01000 Bacillus 1TR8S@1239,1ZDU7@1386,4HBHI@91061,COG0673@1,COG0673@2 NA|NA|NA S Oxidoreductase -BSU_33540 224308.BSU33540 4.1e-118 430.6 Bacillus azoR ko:K01118 ko00000,ko01000 Bacillus 1UZBY@1239,1ZD4D@1386,4HB1Z@91061,COG1182@1,COG1182@2 NA|NA|NA I Catalyzes the reductive cleavage of azo bond in aromatic azo compounds to the corresponding amines. Requires NADH, but not NADPH, as an electron donor for its activity -BSU_33550 224308.BSU33550 0.0 1201.4 Bacillus Bacillus 1UU7Y@1239,1ZEB5@1386,4HE9J@91061,COG1289@1,COG1289@2 NA|NA|NA S Fusaric acid resistance protein-like -BSU_33560 224308.BSU33560 9.6e-73 279.3 Bacillus yvaD Bacillus 1V5EJ@1239,1ZQKJ@1386,2A3NR@1,30S65@2,4HHP8@91061 NA|NA|NA S Family of unknown function (DUF5360) -BSU_33570 224308.BSU33570 4.8e-55 220.3 Bacillus yvaE ko:K03297 ko00000,ko02000 2.A.7.1 Bacillus 1VEUF@1239,1ZHWT@1386,4HNJX@91061,COG2076@1,COG2076@2 NA|NA|NA P Small Multidrug Resistance protein -BSU_33580 224308.BSU33580 7e-101 373.2 Bacillus GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 Bacillus 1V7SY@1239,1ZR38@1386,4HIHV@91061,COG1309@1,COG1309@2 NA|NA|NA K Bacterial regulatory proteins, tetR family -BSU_33590 224308.BSU33590 1.5e-130 472.2 Bacillus yvaG 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1TPZN@1239,1ZF72@1386,4HBJ8@91061,COG1028@1,COG1028@2 NA|NA|NA IQ Belongs to the short-chain dehydrogenases reductases (SDR) family -BSU_33600 224308.BSU33600 3.5e-82 310.8 Bacillus smpB GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0019538,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0070930,GO:0071704,GO:1901564 ko:K03664 ko00000 Bacillus 1V3IJ@1239,1ZFJ0@1386,4HGZX@91061,COG0691@1,COG0691@2 NA|NA|NA O Required for rescue of stalled ribosomes mediated by trans-translation. Binds to transfer-messenger RNA (tmRNA), required for stable association of tmRNA with ribosomes. tmRNA and SmpB together mimic tRNA shape, replacing the anticodon stem-loop with SmpB. tmRNA is encoded by the ssrA gene -BSU_33610 224308.BSU33610 0.0 1417.5 Bacillus rnr ko:K12573 ko03018,map03018 ko00000,ko00001,ko01000,ko03016,ko03019 Bacillus 1TQ1G@1239,1ZBDP@1386,4HBBH@91061,COG0557@1,COG0557@2 NA|NA|NA K 3'-5' exoribonuclease that releases 5'-nucleoside monophosphates and is involved in maturation of structured RNAs -BSU_33620 224308.BSU33620 9.6e-143 512.7 Bacillus est GO:0003674,GO:0003824,GO:0005575,GO:0006629,GO:0008150,GO:0008152,GO:0016020,GO:0016298,GO:0016787,GO:0016788,GO:0044238,GO:0071704 3.1.1.1 ko:K03928 ko00000,ko01000 Bacillus 1TQ7X@1239,1ZAVD@1386,4HBE6@91061,COG1647@1,COG1647@2 NA|NA|NA S Carboxylesterase -BSU_33630 1051501.AYTL01000004_gene3595 5.2e-23 113.2 Bacillus secG GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006886,GO:0008104,GO:0008150,GO:0015031,GO:0015833,GO:0016020,GO:0033036,GO:0034613,GO:0042886,GO:0043952,GO:0044464,GO:0045184,GO:0046907,GO:0051179,GO:0051234,GO:0051641,GO:0051649,GO:0055085,GO:0065002,GO:0070727,GO:0071702,GO:0071705,GO:0071806,GO:0071944 ko:K03075 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 ko00000,ko00001,ko00002,ko02044 3.A.5.1,3.A.5.2 Bacillus 1VEQR@1239,1ZHZV@1386,4HNKC@91061,COG1314@1,COG1314@2 NA|NA|NA U Preprotein translocase subunit SecG -BSU_33640 224308.BSU33640 6.2e-153 546.6 Bacillus yvaM Bacillus 1V619@1239,1ZDX1@1386,4HCRW@91061,COG0596@1,COG0596@2 NA|NA|NA S Serine aminopeptidase, S33 -BSU_33650 224308.BSU33650 7.1e-36 156.0 Bacillus yvzC Bacillus 1UAIJ@1239,1ZI5J@1386,4IKX1@91061,COG1476@1,COG1476@2 NA|NA|NA K Transcriptional -BSU_33660 224308.BSU33660 8.6e-69 266.2 Bacillus ko:K22299 ko00000,ko03000 Bacillus 1VKJA@1239,1ZGS0@1386,4HITA@91061,COG1396@1,COG1396@2 NA|NA|NA K transcriptional -BSU_33670 224308.BSU33670 1.4e-69 268.9 Bacillus ko:K22299 ko00000,ko03000 Bacillus 1VKJA@1239,1ZQBP@1386,4HITA@91061,COG1396@1,COG1396@2 NA|NA|NA K Cro/C1-type HTH DNA-binding domain -BSU_33680 224308.BSU33680 3.7e-54 217.2 Bacillus yvaP GO:0000976,GO:0001067,GO:0001130,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:1990837,GO:2000112,GO:2000113,GO:2001141 Bacillus 1VBI7@1239,1ZH23@1386,4HKBR@91061,COG1733@1,COG1733@2 NA|NA|NA K transcriptional -BSU_33690 224308.BSU33690 7.2e-226 790.0 Bacillus yvaQ ko:K03406 ko02020,ko02030,map02020,map02030 ko00000,ko00001,ko02035 Bacillus 1TP5A@1239,1ZBEA@1386,4H9RZ@91061,COG0840@1,COG0840@2 NA|NA|NA NT chemotaxis protein -BSU_33700 224308.BSU33700 1.4e-111 409.1 Bacillus opuCD GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0015695,GO:0015696,GO:0015697,GO:0015838,GO:0016020,GO:0031460,GO:0044464,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944,GO:0072337 ko:K05846 ko02010,map02010 M00209 ko00000,ko00001,ko00002,ko02000 3.A.1.12 iYO844.BSU33800 Bacillus 1TQ5C@1239,1ZCXV@1386,4HAVM@91061,COG1174@1,COG1174@2 NA|NA|NA P COG1174 ABC-type proline glycine betaine transport systems, permease component -BSU_33710 224308.BSU33710 1.9e-172 611.7 Bacillus opuCC GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0015695,GO:0015696,GO:0015697,GO:0015838,GO:0016020,GO:0031460,GO:0044464,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944,GO:0072337 ko:K05845 ko02010,map02010 M00209 ko00000,ko00001,ko00002,ko02000 3.A.1.12 Bacillus 1TQ7D@1239,1ZQFN@1386,4HARV@91061,COG1732@1,COG1732@2 NA|NA|NA M COG1732 Periplasmic glycine betaine choline-binding (lipo)protein of an ABC-type transport system (osmoprotectant binding protein) -BSU_33720 224308.BSU33720 4.2e-110 404.1 Bacillus opuCB GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071705,GO:0071944 ko:K05846 ko02010,map02010 M00209 ko00000,ko00001,ko00002,ko02000 3.A.1.12 iYO844.BSU33720 Bacillus 1TSX8@1239,1ZQFM@1386,4HC1D@91061,COG1174@1,COG1174@2 NA|NA|NA P COG1174 ABC-type proline glycine betaine transport systems, permease component -BSU_33730 224308.BSU33730 4e-212 743.8 Bacillus opuCA ko:K05847 ko02010,map02010 M00209 ko00000,ko00001,ko00002,ko02000 3.A.1.12 iYO844.BSU33730 Bacillus 1TPV8@1239,1ZBIG@1386,4H9SI@91061,COG0517@1,COG0517@2,COG1125@1,COG1125@2 NA|NA|NA E COG1125 ABC-type proline glycine betaine transport systems, ATPase components -BSU_33740 224308.BSU33740 1.5e-60 239.2 Bacillus yvbF ko:K22301 ko00000,ko03000 Bacillus 1V7DN@1239,1ZFI3@1386,4HJUD@91061,COG1510@1,COG1510@2 NA|NA|NA K Belongs to the GbsR family -BSU_33750 1297581.H919_13445 1.3e-12 79.7 Bacilli Bacillus 1VF6Z@1239,2CE3Z@1,3348B@2,4HPIA@91061 NA|NA|NA S Sporulation delaying protein SdpA -BSU_33760 224308.BSU33760 1.3e-171 609.0 Bacillus Bacillus 1VNVF@1239,1ZM9H@1386,28UJT@1,2ZGQB@2,4HRVJ@91061 NA|NA|NA -BSU_33770 1051501.AYTL01000027_gene649 4.4e-08 65.1 Bacillus Bacillus 1UCNB@1239,1ZPD0@1386,29TCH@1,30EJM@2,4IP4F@91061 NA|NA|NA -BSU_33780 224308.BSU33780 4.3e-96 357.5 Bacillus GO:0008150,GO:0009636,GO:0042221,GO:0050896 Bacillus 1VBIT@1239,1ZQE2@1386,4HJDZ@91061,COG5658@1,COG5658@2 NA|NA|NA S Immunity protein that provides protection for the cell against the toxic effects of SDP, its own SdpC-derived killing factor, and that functions as a receptor signal transduction protein as well. Once SDP accumulates in the extracellular milieu, SdpI binds to SDP, causing sequestration of SdpR at the bacterial membrane -BSU_33790 224308.BSU33790 9.8e-45 185.7 Bacillus sdpR GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1VA3M@1239,1ZHYD@1386,4HKWM@91061,COG0640@1,COG0640@2 NA|NA|NA K transcriptional -BSU_33800 224308.BSU33800 1.5e-113 415.6 Bacillus opuCD GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0015695,GO:0015696,GO:0015697,GO:0015838,GO:0016020,GO:0031460,GO:0044464,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944,GO:0072337 ko:K05846 ko02010,map02010 M00209 ko00000,ko00001,ko00002,ko02000 3.A.1.12 iYO844.BSU33800 Bacillus 1TQ5C@1239,1ZCXV@1386,4HAVM@91061,COG1174@1,COG1174@2 NA|NA|NA P COG1174 ABC-type proline glycine betaine transport systems, permease component -BSU_33810 224308.BSU33810 3.2e-172 610.9 Bacillus opuCC GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0015695,GO:0015696,GO:0015697,GO:0015838,GO:0016020,GO:0031460,GO:0044464,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944,GO:0072337 ko:K05845 ko02010,map02010 M00209 ko00000,ko00001,ko00002,ko02000 3.A.1.12 Bacillus 1TQ7D@1239,1ZQFN@1386,4HARV@91061,COG1732@1,COG1732@2 NA|NA|NA M COG1732 Periplasmic glycine betaine choline-binding (lipo)protein of an ABC-type transport system (osmoprotectant binding protein) -BSU_33820 224308.BSU33820 7.7e-112 409.8 Bacillus opuCB GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071705,GO:0071944 ko:K05846 ko02010,map02010 M00209 ko00000,ko00001,ko00002,ko02000 3.A.1.12 iYO844.BSU33720 Bacillus 1TSX8@1239,1ZQFM@1386,4HC1D@91061,COG1174@1,COG1174@2 NA|NA|NA P COG1174 ABC-type proline glycine betaine transport systems, permease component -BSU_33830 224308.BSU33830 1.5e-211 741.9 Bacillus opuCA ko:K05847 ko02010,map02010 M00209 ko00000,ko00001,ko00002,ko02000 3.A.1.12 iYO844.BSU33730 Bacillus 1TPV8@1239,1ZBIG@1386,4H9SI@91061,COG0517@1,COG0517@2,COG1125@1,COG1125@2 NA|NA|NA E COG1125 ABC-type proline glycine betaine transport systems, ATPase components -BSU_33840 224308.BSU33840 2.4e-98 364.8 Bacillus yvbF ko:K22301 ko00000,ko03000 Bacillus 1V7DN@1239,1ZFI3@1386,4HJUD@91061,COG1510@1,COG1510@2 NA|NA|NA K Belongs to the GbsR family -BSU_33850 224308.BSU33850 3.7e-103 380.9 Bacillus yvbG ko:K05595 ko00000,ko02000 2.A.95.1 Bacillus 1V81W@1239,1ZDG0@1386,4HIUV@91061,COG2095@1,COG2095@2 NA|NA|NA U UPF0056 membrane protein -BSU_33860 224308.BSU33860 1.5e-112 412.1 Bacillus Bacillus 1TSGG@1239,1ZBNE@1386,28IW6@1,2Z8UG@2,4HCTI@91061 NA|NA|NA S YvbH-like oligomerisation region -BSU_33870 224308.BSU33870 7.2e-124 449.9 Bacilli Bacillus 1VK5M@1239,4HIHS@91061,COG3064@1,COG3064@2 NA|NA|NA M Membrane -BSU_33880 224308.BSU33880 0.0 1151.0 Bacillus Bacillus 1UYJN@1239,1ZCS9@1386,4HF8I@91061,COG4640@1,COG4640@2 NA|NA|NA S response to antibiotic -BSU_33890 224308.BSU33890 7e-83 313.2 Bacillus yvbK Bacillus 1V3IC@1239,1ZGDE@1386,4HH45@91061,COG0454@1,COG0456@2 NA|NA|NA K acetyltransferase -BSU_33900 224308.BSU33900 1.9e-242 844.7 Bacillus eno GO:0003674,GO:0003824,GO:0004634,GO:0005975,GO:0006082,GO:0006090,GO:0006091,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016052,GO:0016053,GO:0016310,GO:0016829,GO:0016835,GO:0016836,GO:0017144,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042866,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046031,GO:0046034,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046939,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576 4.2.1.11 ko:K01689 ko00010,ko00680,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,ko03018,ko04066,map00010,map00680,map01100,map01110,map01120,map01130,map01200,map01230,map03018,map04066 M00001,M00002,M00003,M00346,M00394 R00658 RC00349 ko00000,ko00001,ko00002,ko01000,ko03019,ko04147 Bacillus 1TP2S@1239,1ZAZB@1386,4HAKI@91061,COG0148@1,COG0148@2 NA|NA|NA G Catalyzes the reversible conversion of 2- phosphoglycerate into phosphoenolpyruvate. It is essential for the degradation of carbohydrates via glycolysis -BSU_33910 224308.BSU33910 2.2e-298 1030.8 Bacillus gpmI GO:0003674,GO:0003824,GO:0004619,GO:0005488,GO:0005975,GO:0006082,GO:0006090,GO:0006091,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016052,GO:0016053,GO:0016310,GO:0016853,GO:0016866,GO:0016868,GO:0017144,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0019752,GO:0030145,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042866,GO:0043167,GO:0043169,GO:0043436,GO:0043937,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046031,GO:0046034,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046537,GO:0046700,GO:0046872,GO:0046914,GO:0046939,GO:0050789,GO:0050793,GO:0051186,GO:0051188,GO:0055086,GO:0065007,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576 5.4.2.12 ko:K15633 ko00010,ko00260,ko00680,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00010,map00260,map00680,map01100,map01110,map01120,map01130,map01200,map01230 M00001,M00002,M00003 R01518 RC00536 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPM4@1239,1ZAPE@1386,4HBTQ@91061,COG0696@1,COG0696@2 NA|NA|NA G Catalyzes the interconversion of 2-phosphoglycerate and -BSU_33920 224308.BSU33920 5.6e-138 496.9 Bacillus tpiA GO:0003674,GO:0003824,GO:0004807,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005996,GO:0006006,GO:0006066,GO:0006071,GO:0006081,GO:0006082,GO:0006090,GO:0006091,GO:0006094,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016051,GO:0016052,GO:0016053,GO:0016310,GO:0016853,GO:0016860,GO:0016861,GO:0017144,GO:0018130,GO:0019318,GO:0019319,GO:0019359,GO:0019362,GO:0019363,GO:0019400,GO:0019405,GO:0019438,GO:0019439,GO:0019563,GO:0019637,GO:0019682,GO:0019693,GO:0019751,GO:0019752,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042866,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044262,GO:0044270,GO:0044271,GO:0044275,GO:0044281,GO:0044282,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046031,GO:0046034,GO:0046164,GO:0046166,GO:0046174,GO:0046184,GO:0046364,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046939,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576,GO:1901615,GO:1901616 5.3.1.1 ko:K01803 ko00010,ko00051,ko00562,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00010,map00051,map00562,map00710,map01100,map01110,map01120,map01130,map01200,map01230 M00001,M00002,M00003 R01015 RC00423 ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1TP2F@1239,1ZB6N@1386,4HAPT@91061,COG0149@1,COG0149@2 NA|NA|NA G Involved in the gluconeogenesis. Catalyzes stereospecifically the conversion of dihydroxyacetone phosphate (DHAP) to D-glyceraldehyde-3-phosphate (G3P) -BSU_33930 224308.BSU33930 1.7e-218 765.0 Bacillus pgk GO:0003674,GO:0003824,GO:0004618,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005975,GO:0006082,GO:0006090,GO:0006091,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016052,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016774,GO:0017144,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042866,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046031,GO:0046034,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046939,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576 2.7.2.3 ko:K00927 ko00010,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00010,map00710,map01100,map01110,map01120,map01130,map01200,map01230 M00001,M00002,M00003,M00165,M00166,M00308,M00552 R01512 RC00002,RC00043 ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1TP3H@1239,1ZCXW@1386,4H9R3@91061,COG0126@1,COG0126@2 NA|NA|NA F Belongs to the phosphoglycerate kinase family -BSU_33940 224308.BSU33940 1.1e-184 652.5 Bacillus gapA GO:0000166,GO:0003674,GO:0003824,GO:0004365,GO:0005488,GO:0005975,GO:0006082,GO:0006090,GO:0006091,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016052,GO:0016053,GO:0016310,GO:0016491,GO:0016620,GO:0016903,GO:0017144,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0036094,GO:0042866,GO:0043436,GO:0043891,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046031,GO:0046034,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046939,GO:0048037,GO:0050662,GO:0051186,GO:0051188,GO:0051287,GO:0055086,GO:0055114,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:0097159,GO:1901135,GO:1901137,GO:1901265,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901575,GO:1901576 1.2.1.12 ko:K00134 ko00010,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,ko04066,ko05010,map00010,map00710,map01100,map01110,map01120,map01130,map01200,map01230,map04066,map05010 M00001,M00002,M00003,M00165,M00166,M00308,M00552 R01061 RC00149 ko00000,ko00001,ko00002,ko01000,ko04131,ko04147 Bacillus 1TNYU@1239,1ZCF9@1386,4H9NS@91061,COG0057@1,COG0057@2 NA|NA|NA G Belongs to the glyceraldehyde-3-phosphate dehydrogenase family -BSU_33950 224308.BSU33950 1.4e-184 652.1 Bacillus cggR ko:K05311 ko00000,ko03000 Bacillus 1TP62@1239,1ZBYA@1386,4HAE6@91061,COG2390@1,COG2390@2 NA|NA|NA K COG2390 Transcriptional regulator, contains sigma factor-related N-terminal domain -BSU_33960 224308.BSU33960 2.8e-252 877.5 Bacillus araE GO:0003674,GO:0005215,GO:0005351,GO:0005402,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0008643,GO:0015075,GO:0015077,GO:0015078,GO:0015144,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015672,GO:0016020,GO:0022804,GO:0022857,GO:0022890,GO:0034219,GO:0034220,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098655,GO:0098660,GO:0098662,GO:1902600 ko:K02100 ko00000,ko02000 2.A.1.1.2 Bacillus 1TREV@1239,1ZAUM@1386,4HAN1@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_33970 224308.BSU33970 9.3e-203 712.6 Bacillus araR ko:K02103 ko00000,ko03000 Bacillus 1TP9Q@1239,1ZBZA@1386,4HARD@91061,COG1609@1,COG1609@2 NA|NA|NA K transcriptional -BSU_33980 224308.BSU33980 2.6e-191 674.5 Bacillus yvbT GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 Bacillus 1TQWJ@1239,1ZAPR@1386,4HBMR@91061,COG2141@1,COG2141@2 NA|NA|NA C COG2141 Coenzyme F420-dependent N5,N10-methylene tetrahydromethanopterin reductase and related flavin-dependent oxidoreductases -BSU_33990 224308.BSU33990 6.6e-159 566.6 Bacillus yvbU GO:0000976,GO:0000984,GO:0000986,GO:0000987,GO:0001017,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0097159,GO:1901363,GO:1990837 Bacillus 1V275@1239,1ZDKT@1386,4HK7I@91061,COG0583@1,COG0583@2 NA|NA|NA K Transcriptional regulator -BSU_34000 224308.BSU34000 1.4e-156 558.9 Bacillus yvbV Bacillus 1TRJZ@1239,1ZCMU@1386,4HDJI@91061,COG0697@1,COG0697@2 NA|NA|NA EG EamA-like transporter family -BSU_34010 224308.BSU34010 4.8e-241 840.1 Bacillus yvbW ko:K03293 ko00000 2.A.3.1 Bacillus 1TP97@1239,1ZS14@1386,4H9QX@91061,COG1113@1,COG1113@2 NA|NA|NA E COG1113 Gamma-aminobutyrate permease and related permeases -BSU_34020 224308.BSU34020 7.2e-197 693.0 Bacillus Bacillus 1UY7M@1239,1ZREZ@1386,4HDBG@91061,COG3858@1,COG3858@2 NA|NA|NA S Glycosyl hydrolase -BSU_34030 224308.BSU34030 3.9e-133 480.7 Bacillus lutC ko:K00782 ko00000 Bacillus 1UZAK@1239,1ZCX9@1386,4HH3R@91061,COG1556@1,COG1556@2 NA|NA|NA S Is involved in L-lactate degradation and allows cells to grow with lactate as the sole carbon source -BSU_34040 224308.BSU34040 2.1e-274 951.0 Bacillus lutB ko:K18929 ko00000 Bacillus 1TREQ@1239,1ZCJB@1386,4H9UI@91061,COG1139@1,COG1139@2 NA|NA|NA C Is involved in L-lactate degradation and allows cells to grow with lactate as the sole carbon source. Has probably a role as an electron transporter during oxidation of L-lactate -BSU_34050 224308.BSU34050 2.6e-137 494.6 Bacillus lutA ko:K18928 ko00000 Bacillus 1TPFC@1239,1ZCUT@1386,4HAKC@91061,COG0247@1,COG0247@2 NA|NA|NA C Is involved in L-lactate degradation and allows cells to grow with lactate as the sole carbon source -BSU_34060 224308.BSU34060 4.5e-106 390.6 Bacillus yvfU ko:K02479,ko:K07693 ko02020,map02020 M00479 ko00000,ko00001,ko00002,ko02022 Bacillus 1TVTF@1239,1ZC1V@1386,4HAJW@91061,COG2197@1,COG2197@2 NA|NA|NA T COG2197 Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain -BSU_34070 224308.BSU34070 1.5e-200 705.3 Bacillus yvfT 2.7.13.3 ko:K07778 ko02020,map02020 M00479 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1UXXW@1239,1ZPXJ@1386,4HCS6@91061,COG4585@1,COG4585@2 NA|NA|NA T Histidine kinase -BSU_34080 224308.BSU34080 1.1e-133 482.6 Bacillus yvfS ko:K01992 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1V7QG@1239,1ZD2I@1386,4HFU4@91061,COG0842@1,COG0842@2 NA|NA|NA V COG0842 ABC-type multidrug transport system, permease component -BSU_34090 224308.BSU34090 5.1e-162 577.0 Bacillus yvfR ko:K01990 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TRM5@1239,1ZCK0@1386,4HFBN@91061,COG1131@1,COG1131@2 NA|NA|NA V COG1131 ABC-type multidrug transport system, ATPase component -BSU_34100 224308.BSU34100 4.4e-157 560.5 Bacillus rsbQ ko:K19707 ko00000,ko03021 Bacillus 1TREC@1239,1ZDQB@1386,4HAPB@91061,COG0596@1,COG0596@2 NA|NA|NA S Alpha/beta hydrolase family -BSU_34110 224308.BSU34110 2.4e-199 701.4 Bacillus 3.1.3.3 ko:K07315 ko00000,ko01000,ko03021 Bacillus 1TS3B@1239,1ZBBE@1386,4HCRR@91061,COG2208@1,COG2208@2 NA|NA|NA T response regulator -BSU_34120 224308.BSU34120 4.4e-252 876.7 Bacillus yvfO 3.2.1.89 ko:K01224 ko00000,ko01000 Bacillus 1TQDZ@1239,1ZBZ2@1386,4HBYA@91061,COG3867@1,COG3867@2 NA|NA|NA G arabinogalactan -BSU_34130 224308.BSU34130 0.0 1441.0 Bacillus lacA 3.2.1.23 ko:K12308 ko00052,map00052 R01105 RC00452 ko00000,ko00001,ko01000 Bacillus 1TQN6@1239,1ZCHT@1386,4HARI@91061,COG1874@1,COG1874@2 NA|NA|NA G beta-galactosidase -BSU_34140 224308.BSU34140 5.5e-150 537.0 Bacillus ganQ GO:0003674,GO:0003824,GO:0005215,GO:0005363,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015154,GO:0015157,GO:0015399,GO:0015405,GO:0015422,GO:0015423,GO:0015766,GO:0015768,GO:0015772,GO:0015774,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0033037,GO:0034219,GO:0042623,GO:0042626,GO:0042956,GO:0043211,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 ko:K15772 ko02010,map02010 M00491 ko00000,ko00001,ko00002,ko02000 3.A.1.1.16,3.A.1.1.2 Bacillus 1TRB7@1239,1ZB5C@1386,4HC5K@91061,COG3833@1,COG3833@2 NA|NA|NA P transport -BSU_34150 224308.BSU34150 2.2e-232 811.2 Bacillus ganP GO:0003674,GO:0003824,GO:0005215,GO:0005363,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015154,GO:0015157,GO:0015399,GO:0015405,GO:0015422,GO:0015423,GO:0015766,GO:0015768,GO:0015772,GO:0016020,GO:0016021,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0032991,GO:0034219,GO:0042623,GO:0042626,GO:0043190,GO:0043211,GO:0043492,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098533,GO:0098796,GO:0098797,GO:1902494,GO:1902495,GO:1904949,GO:1990060,GO:1990351 ko:K15771 ko02010,map02010 M00491 ko00000,ko00001,ko00002,ko02000 3.A.1.1.16,3.A.1.1.2 iYO844.BSU34150 Bacillus 1TR2A@1239,1ZBHD@1386,4HB8H@91061,COG1175@1,COG1175@2 NA|NA|NA P COG1175 ABC-type sugar transport systems, permease components -BSU_34160 224308.BSU34160 5e-232 810.1 Bacillus cycB ko:K15770 ko02010,map02010 M00491 ko00000,ko00001,ko00002,ko02000 3.A.1.1.16,3.A.1.1.2 iYO844.BSU34610 Bacillus 1TPU9@1239,1ZBWG@1386,4HBHE@91061,COG2182@1,COG2182@2 NA|NA|NA G COG2182 Maltose-binding periplasmic proteins domains -BSU_34170 224308.BSU34170 3e-184 651.0 Bacillus lacR ko:K02529 ko00000,ko03000 Bacillus 1TPZJ@1239,1ZD8J@1386,4HC9Z@91061,COG1609@1,COG1609@2 NA|NA|NA K Transcriptional regulator -BSU_34180 224308.BSU34180 1.1e-110 406.0 Bacillus yvfI ko:K05799 ko00000,ko03000 Bacillus 1V2TU@1239,1ZD1T@1386,4HDHI@91061,COG2186@1,COG2186@2 NA|NA|NA K COG2186 Transcriptional regulators -BSU_34190 224308.BSU34190 2.3e-309 1067.4 Bacillus yvfH ko:K03303 ko00000,ko02000 2.A.14 Bacillus 1TQNM@1239,1ZC0U@1386,4HAF3@91061,COG1620@1,COG1620@2 NA|NA|NA C L-lactate permease -BSU_34200 224308.BSU34200 1.1e-242 845.5 Bacillus sigL ko:K03092 ko02020,ko05111,map02020,map05111 ko00000,ko00001,ko03021 Bacillus 1TQ0H@1239,1ZBKU@1386,4HA8T@91061,COG1508@1,COG1508@2 NA|NA|NA K COG1508 DNA-directed RNA polymerase specialized sigma subunit, sigma54 homolog -BSU_34210 224308.BSU34210 1.7e-31 141.4 Bacillus yvfG Bacillus 1VN1G@1239,1ZI1T@1386,2EM15@1,33EQP@2,4HSEP@91061 NA|NA|NA S YvfG protein -BSU_34220 224308.BSU34220 9.8e-188 662.5 Bacilli Bacillus 1V5MK@1239,4HJ1D@91061,COG5039@1,COG5039@2 NA|NA|NA GM Exopolysaccharide biosynthesis protein -BSU_34230 224308.BSU34230 2.1e-224 784.6 Bacillus epsN ko:K19430 ko00000,ko01000 Bacillus 1TPDH@1239,1ZCTS@1386,4HBZ8@91061,COG0399@1,COG0399@2 NA|NA|NA E Belongs to the DegT DnrJ EryC1 family -BSU_34240 224308.BSU34240 3.7e-58 231.5 Bacillus epsM GO:0003674,GO:0003824,GO:0008374,GO:0016740,GO:0016746,GO:0016747 ko:K19429 ko00000,ko01000 Bacillus 1V8CV@1239,1ZGBH@1386,4HJ0P@91061,COG0110@1,COG0110@2 NA|NA|NA GM COG0110 Acetyltransferase (isoleucine patch superfamily) -BSU_34250 224308.BSU34250 4.4e-109 400.6 Bacillus epsL GO:0003674,GO:0003824,GO:0005975,GO:0005976,GO:0008150,GO:0008152,GO:0016740,GO:0016772,GO:0016780,GO:0043170,GO:0044238,GO:0071704 ko:K19428 ko00000,ko01000 Bacillus 1TP49@1239,1ZC89@1386,4HFZV@91061,COG2148@1,COG2148@2 NA|NA|NA M COG2148 Sugar transferases involved in lipopolysaccharide synthesis -BSU_34265 224308.BSU34265 2e-259 901.4 Bacillus epsK GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K19418 ko00000,ko02000 Bacillus 1TQBD@1239,1ZAXV@1386,4HTU0@91061,COG2244@1,COG2244@2 NA|NA|NA S COG2244 Membrane protein involved in the export of O-antigen and teichoic acid -BSU_34280 224308.BSU34280 3.3e-197 694.1 Bacillus epsJ GO:0003674,GO:0003824,GO:0016740,GO:0016757 ko:K19427 ko00000,ko01000 GT2 Bacillus 1VATJ@1239,1ZFI5@1386,4HCW0@91061,COG1216@1,COG1216@2 NA|NA|NA S COG0463 Glycosyltransferases involved in cell wall biogenesis -BSU_34290 224308.BSU34290 6.2e-207 726.5 Bacillus epsI ko:K19426 ko00000,ko01000 Bacillus 1V5MK@1239,1ZEEK@1386,4HJ1D@91061,COG5039@1,COG5039@2 NA|NA|NA GM pyruvyl transferase -BSU_34300 224308.BSU34300 6.1e-196 689.9 Bacillus epsH GO:0003674,GO:0003824,GO:0016740,GO:0016757 ko:K19425 ko00000,ko01000,ko01003 GT2 Bacillus 1VJX3@1239,1ZDMT@1386,4HWYT@91061,COG1216@1,COG1216@2 NA|NA|NA S Glycosyltransferase like family 2 -BSU_34310 224308.BSU34310 8.2e-207 726.1 Bacillus epsG ko:K19419 ko00000,ko02000 9.B.183.1.9 Bacillus 1UPRV@1239,1ZSJX@1386,2DP3I@1,330DE@2,4HS3P@91061 NA|NA|NA S EpsG family -BSU_34320 224308.BSU34320 6.8e-220 769.6 Bacillus epsF GO:0003674,GO:0003824,GO:0016740,GO:0016757,GO:0016758 ko:K19424 ko00000,ko01000,ko01003 GT4 Bacillus 1TRCM@1239,1ZEMI@1386,4HC0S@91061,COG0438@1,COG0438@2 NA|NA|NA M Glycosyl transferases group 1 -BSU_34330 224308.BSU34330 9.1e-158 562.8 Bacillus epsE ko:K19423 ko00000,ko01000,ko01003 GT2 Bacillus 1UZRX@1239,1ZEKC@1386,4HGN8@91061,COG1215@1,COG1215@2 NA|NA|NA M COG0463 Glycosyltransferases involved in cell wall biogenesis -BSU_34340 224308.BSU34340 3.5e-224 783.9 Bacillus epsD GO:0003674,GO:0003824,GO:0016740,GO:0016757 ko:K19422 ko00000,ko01000 GT4 Bacillus 1TPY6@1239,1ZD2Y@1386,4HCN6@91061,COG0438@1,COG0438@2 NA|NA|NA M Glycosyl transferase 4-like -BSU_34350 224308.BSU34350 0.0 1168.7 Bacillus epsC GO:0008150,GO:0043900,GO:0043902,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0065007,GO:1900190,GO:1900192 ko:K19421 ko00000 Bacillus 1TR3W@1239,1ZB9K@1386,4HAER@91061,COG1086@1,COG1086@2 NA|NA|NA GM Polysaccharide biosynthesis protein -BSU_34360 224308.BSU34360 2.3e-114 418.3 Bacillus epsB 2.7.10.2 ko:K00903 ko00000,ko01000,ko01001 Bacillus 1TS4R@1239,1ZB83@1386,4HCEN@91061,COG0489@1,COG0489@2 NA|NA|NA D COG0489 ATPases involved in chromosome partitioning -BSU_34370 224308.BSU34370 6.8e-122 443.4 Bacillus epsA ko:K19420 ko00000 Bacillus 1UZCR@1239,1ZBJ4@1386,4HE26@91061,COG3944@1,COG3944@2 NA|NA|NA M biosynthesis protein -BSU_34380 224308.BSU34380 9.6e-77 292.7 Bacillus ko:K19417 ko00000,ko03000 Bacillus 1VAXE@1239,1ZFHM@1386,4HKHB@91061,COG1396@1,COG1396@2 NA|NA|NA K transcriptional -BSU_34390 224308.BSU34390 6.3e-287 992.6 Bacillus pnbA ko:K03929 ko00000,ko01000 CE10 Bacillus 1UXY5@1239,1ZEEU@1386,4HCKV@91061,COG2272@1,COG2272@2 NA|NA|NA I Belongs to the type-B carboxylesterase lipase family -BSU_34400 224308.BSU34400 7.8e-93 346.3 Bacillus padC ko:K13727 ko00000,ko01000 Bacillus 1UY0X@1239,1ZF2A@1386,4HAN3@91061,COG3479@1,COG3479@2 NA|NA|NA Q Phenolic acid decarboxylase -BSU_34410 224308.BSU34410 2.2e-48 198.0 Bacillus Bacillus 1VFZZ@1239,1ZJV7@1386,2DMP1@1,32SS8@2,4HX01@91061 NA|NA|NA S Protein of unknown function (DUF3237) -BSU_34430 224308.BSU34430 6.8e-127 459.9 Bacillus racX 5.1.1.13 ko:K01779 ko00250,ko01054,map00250,map01054 R00491 RC00302 ko00000,ko00001,ko01000 Bacillus 1V1BP@1239,1ZQCX@1386,4HFX8@91061,COG1794@1,COG1794@2 NA|NA|NA M Belongs to the aspartate glutamate racemases family -BSU_34440 224308.BSU34440 1.6e-265 921.4 Bacillus pbpE GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 Bacillus 1UZUZ@1239,1ZG0V@1386,4IPQ5@91061,COG1680@1,COG1680@2 NA|NA|NA V Beta-lactamase -BSU_34450 224308.BSU34450 2e-274 951.0 Bacillus sacB GO:0005575,GO:0005576 2.4.1.10 ko:K00692 ko00500,ko01100,ko02020,map00500,map01100,map02020 R05140 RC00077 ko00000,ko00001,ko01000,ko01003 GH68 Bacillus 1TR8C@1239,1ZBRC@1386,4HBYU@91061,COG1621@1,COG1621@2 NA|NA|NA M levansucrase activity -BSU_34460 224308.BSU34460 0.0 1090.5 Bacillus GO:0003674,GO:0003824,GO:0004553,GO:0004564,GO:0005975,GO:0005984,GO:0005985,GO:0005987,GO:0008150,GO:0008152,GO:0009056,GO:0009311,GO:0009313,GO:0009987,GO:0016052,GO:0016787,GO:0016798,GO:0044237,GO:0044238,GO:0044248,GO:0044262,GO:0044275,GO:0046352,GO:0071704,GO:1901575 3.2.1.65 ko:K01212 ko00500,map00500 R05624,R11311 RC03278 ko00000,ko00001,ko01000 GH32 Bacillus 1TPAE@1239,1ZE06@1386,4H9Y7@91061,COG1621@1,COG1621@2 NA|NA|NA G Belongs to the glycosyl hydrolase 32 family -BSU_34470 224308.BSU34470 3e-295 1020.4 Bacillus yveA GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015179,GO:0015291,GO:0015297,GO:0015318,GO:0015711,GO:0015807,GO:0015849,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1902475,GO:1903825,GO:1905039 Bacillus 1TPJH@1239,1ZCG6@1386,4HC13@91061,COG0531@1,COG0531@2 NA|NA|NA E amino acid -BSU_34480 224308.BSU34480 6.7e-106 390.2 Bacillus yvdT GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 Bacillus 1V4J3@1239,1ZG5D@1386,4HHPI@91061,COG1309@1,COG1309@2 NA|NA|NA K Transcriptional regulator -BSU_34490 224308.BSU34490 1.1e-50 205.7 Bacillus yvdS GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0015893,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0042221,GO:0042493,GO:0044425,GO:0044459,GO:0044464,GO:0046618,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071944 ko:K18924 M00712 ko00000,ko00002,ko02000 2.A.7.1.5 Bacillus 1VA4Z@1239,1ZIHS@1386,4HKVF@91061,COG2076@1,COG2076@2 NA|NA|NA P Small Multidrug Resistance protein -BSU_34500 224308.BSU34500 7e-50 203.0 Bacillus yvdR GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0015893,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0042221,GO:0042493,GO:0044425,GO:0044459,GO:0044464,GO:0046618,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071944 ko:K11741 ko00000,ko02000 2.A.7.1 Bacillus 1VE2R@1239,1ZIIC@1386,4HKJB@91061,COG2076@1,COG2076@2 NA|NA|NA P Small Multidrug Resistance protein -BSU_34510 224308.BSU34510 3.7e-93 347.4 Bacillus Bacillus 1V1I2@1239,1ZFJV@1386,2DBXC@1,2ZBP3@2,4HB52@91061 NA|NA|NA S Protein of unknown function (DUF3231) -BSU_34520 224308.BSU34520 1.4e-269 934.9 Bacillus yvdP Bacillus 1U53V@1239,1ZKKC@1386,4HDF7@91061,COG0277@1,COG0277@2 NA|NA|NA C COG0277 FAD FMN-containing dehydrogenases -BSU_34530 224308.BSU34530 2.5e-183 647.9 Bacillus Bacillus 1V83Q@1239,1ZRZG@1386,4IRZP@91061,COG3621@1,COG3621@2 NA|NA|NA S Patatin-like phospholipase -BSU_34540 224308.BSU34540 2e-103 381.7 Bacillus clpP GO:0003674,GO:0003824,GO:0004176,GO:0005488,GO:0005515,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0019538,GO:0042623,GO:0042802,GO:0043170,GO:0044238,GO:0070011,GO:0071704,GO:0140096,GO:1901564 3.4.21.92 ko:K01358 ko04112,ko04212,map04112,map04212 ko00000,ko00001,ko01000,ko01002 Bacillus 1TQ91@1239,1ZARS@1386,4HA8J@91061,COG0740@1,COG0740@2 NA|NA|NA OU Cleaves peptides in various proteins in a process that requires ATP hydrolysis. Has a chymotrypsin-like activity. Plays a major role in the degradation of misfolded proteins -BSU_34550 224308.BSU34550 2.3e-122 444.9 Bacillus GO:0000287,GO:0003674,GO:0003824,GO:0005488,GO:0005975,GO:0008150,GO:0008152,GO:0008801,GO:0016853,GO:0016866,GO:0016868,GO:0043167,GO:0043169,GO:0044238,GO:0046872,GO:0071704 5.4.2.6 ko:K01838 ko00500,map00500 R02728,R11310 RC00408 ko00000,ko00001,ko01000 Bacillus 1V389@1239,1ZQ74@1386,4HGHQ@91061,COG0637@1,COG0637@2 NA|NA|NA S Haloacid dehalogenase-like hydrolase -BSU_34560 224308.BSU34560 0.0 1179.5 Bacillus malL GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.2.1.10 ko:K01182 ko00052,ko00500,ko01100,map00052,map00500,map01100 R00801,R01718,R01791,R06199 RC00028,RC00059,RC00077,RC00451 ko00000,ko00001,ko01000 GH13 Bacillus 1TP53@1239,1ZASC@1386,4HA1G@91061,COG0366@1,COG0366@2 NA|NA|NA G COG0366 Glycosidases -BSU_34570 224308.BSU34570 0.0 1548.5 Bacillus yvdK GO:0003674,GO:0003824,GO:0005575,GO:0005618,GO:0005623,GO:0016787,GO:0030312,GO:0044464,GO:0071944 2.4.1.8 ko:K00691 ko00500,ko01100,map00500,map01100 R01555 RC00049 ko00000,ko00001,ko01000 GH65 Bacillus 1TQMB@1239,1ZBSM@1386,4HAVB@91061,COG1554@1,COG1554@2 NA|NA|NA G Glycoside hydrolase, family 65 -BSU_34580 224308.BSU34580 1.9e-158 565.1 Bacillus Bacillus 1V7S4@1239,1ZF9A@1386,4HJ3V@91061,COG5521@1,COG5521@2 NA|NA|NA S Protein of unknown function (DUF1189) -BSU_34590 224308.BSU34590 1.3e-148 532.3 Bacillus mdxG GO:0003674,GO:0003824,GO:0005215,GO:0005363,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015154,GO:0015157,GO:0015399,GO:0015405,GO:0015422,GO:0015423,GO:0015766,GO:0015768,GO:0015772,GO:0015774,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0033037,GO:0034219,GO:0042623,GO:0042626,GO:0042956,GO:0043211,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 ko:K15772 ko02010,map02010 M00491 ko00000,ko00001,ko00002,ko02000 3.A.1.1.16,3.A.1.1.2 Bacillus 1TRB7@1239,1ZB5C@1386,4HC5K@91061,COG3833@1,COG3833@2 NA|NA|NA P transport -BSU_34600 224308.BSU34600 9e-245 852.4 Bacillus mdxF GO:0003674,GO:0003824,GO:0005215,GO:0005363,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015154,GO:0015157,GO:0015399,GO:0015405,GO:0015422,GO:0015423,GO:0015766,GO:0015768,GO:0015772,GO:0016020,GO:0016021,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0032991,GO:0034219,GO:0042623,GO:0042626,GO:0043190,GO:0043211,GO:0043492,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098533,GO:0098796,GO:0098797,GO:1902494,GO:1902495,GO:1904949,GO:1990060,GO:1990351 ko:K15771 ko02010,map02010 M00491 ko00000,ko00001,ko00002,ko02000 3.A.1.1.16,3.A.1.1.2 Bacillus 1TR2A@1239,1ZBHD@1386,4HB8H@91061,COG1175@1,COG1175@2 NA|NA|NA P COG1175 ABC-type sugar transport systems, permease components -BSU_34610 224308.BSU34610 2.8e-235 820.8 Bacillus mdxE ko:K15770 ko02010,map02010 M00491 ko00000,ko00001,ko00002,ko02000 3.A.1.1.16,3.A.1.1.2 iYO844.BSU34610 Bacillus 1TPU9@1239,1ZBWG@1386,4HBHE@91061,COG2182@1,COG2182@2 NA|NA|NA G COG2182 Maltose-binding periplasmic proteins domains -BSU_34620 224308.BSU34620 0.0 1254.2 Bacillus nplT 3.2.1.133,3.2.1.135,3.2.1.54 ko:K01208 ko00500,ko01100,map00500,map01100 R02112,R03122,R11262 ko00000,ko00001,ko01000 GH13 Bacillus 1TNZ0@1239,1ZAZP@1386,4HB67@91061,COG0366@1,COG0366@2 NA|NA|NA G Alpha amylase, N-terminal ig-like domain -BSU_34630 224308.BSU34630 6.1e-174 616.7 Bacillus yvdE Bacillus 1U6Z4@1239,1ZCWX@1386,4HC2A@91061,COG1609@1,COG1609@2 NA|NA|NA K Transcriptional regulator -BSU_34640 224308.BSU34640 5.6e-106 390.2 Bacillus yvdD 3.2.2.10 ko:K06966 ko00230,ko00240,map00230,map00240 R00182,R00510 RC00063,RC00318 ko00000,ko00001,ko01000 Bacillus 1V9MJ@1239,1ZQTF@1386,4HIU1@91061,COG1611@1,COG1611@2 NA|NA|NA S Belongs to the LOG family -BSU_34650 224308.BSU34650 1.2e-52 212.2 Bacillus yvdC Bacillus 1VA9N@1239,1ZRZC@1386,4HMTD@91061,COG1694@1,COG1694@2 NA|NA|NA S MazG nucleotide pyrophosphohydrolase domain -BSU_34660 224308.BSU34660 3.6e-288 996.9 Bacillus yvdB GO:0003333,GO:0003674,GO:0005215,GO:0005310,GO:0005326,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006835,GO:0006836,GO:0006855,GO:0006865,GO:0008150,GO:0008272,GO:0008509,GO:0008514,GO:0015075,GO:0015103,GO:0015116,GO:0015138,GO:0015141,GO:0015171,GO:0015172,GO:0015179,GO:0015183,GO:0015238,GO:0015318,GO:0015556,GO:0015698,GO:0015711,GO:0015740,GO:0015741,GO:0015744,GO:0015800,GO:0015807,GO:0015849,GO:0015893,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0042221,GO:0042493,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0070778,GO:0071422,GO:0071702,GO:0071705,GO:0071944,GO:0072348,GO:0098656,GO:0098660,GO:0098661,GO:1901682,GO:1902358,GO:1902475,GO:1903825,GO:1905039 ko:K03321 ko00000,ko02000 2.A.53.3 Bacillus 1TPI4@1239,1ZCKC@1386,4H9V4@91061,COG0659@1,COG0659@2 NA|NA|NA P COG0659 Sulfate permease and related transporters (MFS superfamily) -BSU_34670 224308.BSU34670 1.8e-107 395.2 Bacillus yvdA 4.2.1.1 ko:K01673 ko00910,map00910 R00132,R10092 RC02807 ko00000,ko00001,ko01000 Bacillus 1V1EC@1239,1ZB5T@1386,4HFQA@91061,COG0288@1,COG0288@2 NA|NA|NA P Reversible hydration of carbon dioxide -BSU_34680 224308.BSU34680 1.7e-184 651.7 Bacillus yvcT GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0016491,GO:0016614,GO:0016616,GO:0016618,GO:0030267,GO:0044424,GO:0044444,GO:0044464,GO:0055114 1.1.1.215,1.1.1.79,1.1.1.81 ko:K00090 ko00030,ko00260,ko00620,ko00630,ko01100,ko01110,ko01120,map00030,map00260,map00620,map00630,map01100,map01110,map01120 R00465,R01388,R01392,R01739 RC00031,RC00042,RC00084 ko00000,ko00001,ko01000 Bacillus 1TPCX@1239,1ZB0I@1386,4HASY@91061,COG1052@1,COG1052@2 NA|NA|NA CH Belongs to the D-isomer specific 2-hydroxyacid dehydrogenase family -BSU_34690 224308.BSU34690 0.0 1206.8 Bacillus ko:K02004 M00258 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TR2D@1239,1ZB66@1386,4HAG9@91061,COG0577@1,COG0577@2 NA|NA|NA V ABC transporter (permease) -BSU_34700 224308.BSU34700 9.5e-141 506.1 Bacillus ko:K02003 M00258 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TNZG@1239,1ZCDW@1386,4H9UT@91061,COG1136@1,COG1136@2 NA|NA|NA V ABC transporter, ATP-binding protein -BSU_34710 224308.BSU34710 5.2e-198 696.8 Bacillus Bacillus 1UI6U@1239,1ZS5S@1386,4ISFW@91061,COG5002@1,COG5002@2 NA|NA|NA T His Kinase A (phosphoacceptor) domain -BSU_34720 224308.BSU34720 6.6e-133 479.9 Bacillus yvcP ko:K02483,ko:K11634 ko02020,map02020 M00470 ko00000,ko00001,ko00002,ko02022 Bacillus 1TR32@1239,1ZE1M@1386,4HAQ7@91061,COG0745@1,COG0745@2 NA|NA|NA T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain -BSU_34729 224308.BSU34729 3e-33 147.1 Bacillus Bacillus 1UB89@1239,1ZKDV@1386,29SAN@1,30DF6@2,4IMM0@91061 NA|NA|NA -BSU_34730 224308.BSU34730 1e-147 529.3 Bacillus yvcN 2.3.1.118 ko:K00675 ko00000,ko01000 Bacillus 1V4PB@1239,1ZCUM@1386,4HHI4@91061,COG2162@1,COG2162@2 NA|NA|NA Q Belongs to the arylamine N-acetyltransferase family -BSU_34740 224308.BSU34740 3.5e-36 157.1 Bacillus crh ko:K11184 ko00000 Bacillus 1VA0R@1239,1ZHV0@1386,4HKKW@91061,COG1925@1,COG1925@2 NA|NA|NA G Phosphocarrier protein Chr -BSU_34750 224308.BSU34750 2.4e-170 604.7 Bacillus whiA GO:0008150,GO:0043937,GO:0050789,GO:0050793,GO:0065007 ko:K09762 ko00000 Bacillus 1TP2X@1239,1ZBKY@1386,4HB4H@91061,COG1481@1,COG1481@2 NA|NA|NA K May be required for sporulation -BSU_34760 224308.BSU34760 9.1e-178 629.4 Bacillus yvcK Bacillus 1TPNV@1239,1ZB2R@1386,4HA0Z@91061,COG0391@1,COG0391@2 NA|NA|NA S Required for morphogenesis under gluconeogenic growth conditions -BSU_34770 224308.BSU34770 9.7e-166 589.3 Bacillus yvcJ ko:K06958 ko00000,ko03019 Bacillus 1TPS4@1239,1ZCWE@1386,4H9KM@91061,COG1660@1,COG1660@2 NA|NA|NA S Displays ATPase and GTPase activities -BSU_34780 224308.BSU34780 3e-89 334.3 Bacillus yvcI 3.6.1.55 ko:K03574 ko00000,ko01000,ko03400 Bacillus 1V66I@1239,1ZQ2P@1386,4HJEQ@91061,COG1051@1,COG1051@2 NA|NA|NA F COG0494 NTP pyrophosphohydrolases including oxidative damage repair enzymes -BSU_34790 224308.BSU34790 3.2e-175 620.9 Bacillus trxB 1.8.1.9 ko:K00384 ko00450,map00450 R02016,R03596,R09372 RC00013,RC02518,RC02873 ko00000,ko00001,ko01000 Bacillus 1TNZS@1239,1ZBDJ@1386,4HA4N@91061,COG0492@1,COG0492@2 NA|NA|NA C Belongs to the class-II pyridine nucleotide-disulfide oxidoreductase family -BSU_34800 224308.BSU34800 2.4e-102 379.4 Bacillus cwlO ko:K21471 ko00000,ko01000,ko01002,ko01011 Bacillus 1UVYK@1239,1ZCUD@1386,4HDAX@91061,COG0791@1,COG0791@2,COG3883@1,COG3883@2 NA|NA|NA M protein conserved in bacteria -BSU_34810 224308.BSU34810 4e-278 963.4 Bacillus yvcD Bacillus 1UBH2@1239,1ZD40@1386,4HB47@91061,COG0457@1,COG0457@2 NA|NA|NA S COG0457 FOG TPR repeat -BSU_34820 224308.BSU34820 0.0 1103.6 Bacillus bmrA GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 3.6.3.44 ko:K18104 ko01501,ko02010,map01501,map02010 M00700 ko00000,ko00001,ko00002,ko01000,ko01504,ko02000 3.A.1.117,3.A.1.123 Bacillus 1TSY4@1239,1ZCBG@1386,4HAJQ@91061,COG1132@1,COG1132@2 NA|NA|NA V ABC transporter -BSU_34840 224308.BSU34840 0.0 1246.1 Bacillus Bacillus 1TSPR@1239,1ZEQ5@1386,2CA56@1,2Z93A@2,4HAN6@91061 NA|NA|NA -BSU_34850 224308.BSU34850 7.7e-121 439.9 Bacillus Bacillus 1VEY8@1239,1ZJRC@1386,2E73G@1,331MZ@2,4HPNS@91061 NA|NA|NA -BSU_34860 224308.BSU34860 1.4e-113 415.6 Bacillus hisI 3.5.4.19,3.6.1.31 ko:K01496,ko:K11755 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R04035,R04037 RC00002,RC01055 ko00000,ko00001,ko00002,ko01000 iYO844.BSU34860 Bacillus 1UYNA@1239,1ZDBB@1386,4HA9R@91061,COG0139@1,COG0139@2,COG0140@1,COG0140@2 NA|NA|NA E belongs to the PRA-CH family -BSU_34870 224308.BSU34870 4.7e-137 493.8 Bacillus hisF GO:0000107,GO:0003674,GO:0003824,GO:0016740,GO:0016757,GO:0016763 ko:K02500 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R04558 RC00010,RC01190,RC01943 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP0W@1239,1ZAUX@1386,4HAAM@91061,COG0107@1,COG0107@2 NA|NA|NA E IGPS catalyzes the conversion of PRFAR and glutamine to IGP, AICAR and glutamate. The HisF subunit catalyzes the cyclization activity that produces IGP and AICAR from PRFAR using the ammonia provided by the HisH subunit -BSU_34880 224308.BSU34880 5.3e-133 480.3 Bacillus hisA GO:0000105,GO:0000162,GO:0003674,GO:0003824,GO:0003949,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006547,GO:0006568,GO:0006576,GO:0006586,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009308,GO:0009309,GO:0009987,GO:0016053,GO:0016853,GO:0016860,GO:0016861,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0042401,GO:0042430,GO:0042435,GO:0043436,GO:0044106,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046219,GO:0046394,GO:0046483,GO:0052803,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 5.3.1.16 ko:K01814 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R04640 RC00945 ko00000,ko00001,ko00002,ko01000 Bacillus 1V1IR@1239,1ZC7D@1386,4HACP@91061,COG0106@1,COG0106@2 NA|NA|NA E 1-(5-phosphoribosyl)-5- 5-phosphoribosylamino)methylideneamino imidazole-4-carboxamide isomerase -BSU_34890 224308.BSU34890 3e-116 424.5 Bacillus hisH GO:0000105,GO:0000107,GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006547,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009987,GO:0016053,GO:0016740,GO:0016757,GO:0016763,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0052803,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 ko:K02501 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R04558 RC00010,RC01190,RC01943 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQT0@1239,1ZBC4@1386,4HFXQ@91061,COG0118@1,COG0118@2 NA|NA|NA E IGPS catalyzes the conversion of PRFAR and glutamine to IGP, AICAR and glutamate. The HisH subunit provides the glutamine amidotransferase activity that produces the ammonia necessary to HisF for the synthesis of IGP and AICAR -BSU_34900 224308.BSU34900 3.5e-108 397.5 Bacillus hisB GO:0000105,GO:0003674,GO:0003824,GO:0004424,GO:0006082,GO:0006520,GO:0006547,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009987,GO:0016053,GO:0016829,GO:0016835,GO:0016836,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0052803,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 4.2.1.19 ko:K01693 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R03457 RC00932 ko00000,ko00001,ko00002,ko01000 Bacillus 1TRH7@1239,1ZBVJ@1386,4HCFG@91061,COG0131@1,COG0131@2 NA|NA|NA E imidazoleglycerol-phosphate dehydratase -BSU_34910 224308.BSU34910 1.1e-231 808.9 Bacillus hisD GO:0000105,GO:0003674,GO:0003824,GO:0004399,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006547,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009987,GO:0016053,GO:0016491,GO:0016614,GO:0016616,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0052803,GO:0055114,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.1.1.23 ko:K00013 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R01158,R01163,R03012 RC00099,RC00242,RC00463 ko00000,ko00001,ko00002,ko01000 iYO844.BSU34910 Bacillus 1TPAW@1239,1ZCAX@1386,4H9XK@91061,COG0141@1,COG0141@2 NA|NA|NA E Catalyzes the sequential NAD-dependent oxidations of L- histidinol to L-histidinaldehyde and then to L-histidine -BSU_34920 224308.BSU34920 2.5e-115 421.4 Bacillus hisG GO:0000105,GO:0003674,GO:0003824,GO:0003879,GO:0006082,GO:0006520,GO:0006547,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009987,GO:0016053,GO:0016740,GO:0016757,GO:0016763,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0052803,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.4.2.17 ko:K00765 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R01071 RC02819,RC03200 ko00000,ko00001,ko00002,ko01000 Bacillus 1TSVZ@1239,1ZCFW@1386,4H9MH@91061,COG0040@1,COG0040@2 NA|NA|NA E Catalyzes the condensation of ATP and 5-phosphoribose 1- diphosphate to form N'-(5'-phosphoribosyl)-ATP (PR-ATP). Has a crucial role in the pathway because the rate of histidine biosynthesis seems to be controlled primarily by regulation of HisG enzymatic activity -BSU_34930 224308.BSU34930 8.2e-221 772.7 Bacillus hisZ ko:K02502 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R01071 RC02819,RC03200 ko00000,ko00001,ko00002 Bacillus 1TPZZ@1239,1ZB4H@1386,4HBBA@91061,COG3705@1,COG3705@2 NA|NA|NA E Required for the first step of histidine biosynthesis. May allow the feedback regulation of ATP phosphoribosyltransferase activity by histidine -BSU_34940 224308.BSU34940 7.7e-140 503.1 Bacillus yvpB Bacillus 1V3XE@1239,1ZDKM@1386,4HK8M@91061,COG4990@1,COG4990@2 NA|NA|NA NU protein conserved in bacteria -BSU_34950 224308.BSU34950 9.3e-121 439.5 Bacilli Bacillus 1VSCG@1239,4HVEI@91061,COG5297@1,COG5297@2 NA|NA|NA G Pectate lyase -BSU_34960 224308.BSU34960 3.9e-82 310.8 Bacillus yvoF Bacillus 1V1SM@1239,1ZBJ5@1386,4HFTP@91061,COG0110@1,COG0110@2 NA|NA|NA S COG0110 Acetyltransferase (isoleucine patch superfamily) -BSU_34970 224308.BSU34970 2.2e-119 434.9 Bacillus ppaX GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006259,GO:0006281,GO:0006725,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008967,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0033554,GO:0034641,GO:0042578,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:1901360 3.6.1.1 ko:K06019 ko00190,map00190 ko00000,ko00001,ko01000 Bacillus 1TPPZ@1239,1ZB95@1386,4HE7X@91061,COG0546@1,COG0546@2 NA|NA|NA S Hydrolyzes pyrophosphate formed during P-Ser-HPr dephosphorylation by HPrK P. Might play a role in controlling the intracellular pyrophosphate pool -BSU_34980 224308.BSU34980 2.5e-164 584.7 Bacillus yvoD Bacillus 1TQT3@1239,1ZAYP@1386,4HAIZ@91061,COG0370@1,COG0370@2 NA|NA|NA P COG0370 Fe2 transport system protein B -BSU_34990 224308.BSU34990 8.3e-148 529.6 Bacillus lgt GO:0003674,GO:0003824,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0008961,GO:0009249,GO:0009987,GO:0010467,GO:0016740,GO:0016757,GO:0018065,GO:0018193,GO:0018205,GO:0019538,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0051604,GO:0071704,GO:0140096,GO:1901564 ko:K13292 ko00000,ko01000 Bacillus 1TPAK@1239,1ZAR8@1386,4HAT0@91061,COG0682@1,COG0682@2 NA|NA|NA M Transfers the N-acyl diglyceride group on what will become the N-terminal cysteine of membrane lipoproteins -BSU_35000 224308.BSU35000 2.9e-168 597.8 Bacillus hprK GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 ko:K06023 ko00000,ko01000 Bacillus 1TP5Z@1239,1ZD05@1386,4HAXR@91061,COG1493@1,COG1493@2 NA|NA|NA F Catalyzes the ATP- as well as the pyrophosphate- dependent phosphorylation of a specific serine residue in HPr, a phosphocarrier protein of the phosphoenolpyruvate-dependent sugar phosphotransferase system (PTS). HprK P also catalyzes the pyrophosphate-producing, inorganic phosphate-dependent dephosphorylation (phosphorolysis) of seryl-phosphorylated HPr (P- Ser-HPr). The two antagonistic activities of HprK P are regulated by several intracellular metabolites, which change their concentration in response to the absence or presence of rapidly metabolisable carbon sources (glucose, fructose, etc.) in the growth medium. Also phosphorylates dephosphorylates the HPr-like catabolite repression protein crh on a specific serine residue. Therefore, by controlling the phosphorylation state of HPr and crh, HPrK P is a sensor enzyme that plays a major role in the regulation of carbon metabolism and sugar transport it mediates carbon catabolite repression (CCR), and regulates PTS-catalyzed carbohydrate uptake and inducer exclusion -BSU_35010 224308.BSU35010 1.2e-222 778.9 Bacillus nagA GO:0003674,GO:0003824,GO:0005488,GO:0005506,GO:0005515,GO:0006040,GO:0006044,GO:0006046,GO:0008150,GO:0008152,GO:0008448,GO:0009056,GO:0016787,GO:0016810,GO:0016811,GO:0019213,GO:0042802,GO:0042803,GO:0043167,GO:0043169,GO:0046348,GO:0046872,GO:0046914,GO:0046983,GO:0071704,GO:1901071,GO:1901072,GO:1901135,GO:1901136,GO:1901575 3.5.1.25 ko:K01443 ko00520,ko01130,map00520,map01130 R02059 RC00166,RC00300 ko00000,ko00001,ko01000 Bacillus 1TPFK@1239,1ZCM7@1386,4HC6C@91061,COG1820@1,COG1820@2 NA|NA|NA G Belongs to the metallo-dependent hydrolases superfamily. NagA family -BSU_35020 224308.BSU35020 1.5e-132 478.8 Bacillus nagB GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 3.5.99.6 ko:K02564 ko00520,ko01100,map00520,map01100 R00765 RC00163 ko00000,ko00001,ko01000 iYO844.BSU35020 Bacillus 1TP10@1239,1ZD28@1386,4HAG4@91061,COG0363@1,COG0363@2 NA|NA|NA G Catalyzes the reversible isomerization-deamination of glucosamine 6-phosphate (GlcN6P) to form fructose 6-phosphate (Fru6P) and ammonium ion -BSU_35030 224308.BSU35030 6.2e-134 483.4 Bacillus yvoA ko:K03710 ko00000,ko03000 Bacillus 1UYBW@1239,1ZBS6@1386,4HDDG@91061,COG2188@1,COG2188@2 NA|NA|NA K transcriptional -BSU_35040 224308.BSU35040 0.0 2621.7 Bacillus yvnB Bacillus 1TPQQ@1239,1ZCF0@1386,4HC2W@91061,COG1409@1,COG1409@2 NA|NA|NA Q Calcineurin-like phosphoesterase -BSU_35050 224308.BSU35050 1.4e-83 315.5 Bacillus yvnA Bacillus 1W0YZ@1239,1ZQ3W@1386,4HY82@91061,COG1846@1,COG1846@2 NA|NA|NA K helix_turn_helix multiple antibiotic resistance protein -BSU_35060 224308.BSU35060 1.4e-231 808.5 Bacillus cypX GO:0003674,GO:0003824,GO:0004497,GO:0005488,GO:0005506,GO:0006629,GO:0008150,GO:0008152,GO:0008202,GO:0016125,GO:0016491,GO:0016705,GO:0016713,GO:0020037,GO:0042440,GO:0043167,GO:0043169,GO:0044238,GO:0046148,GO:0046872,GO:0046906,GO:0046914,GO:0048037,GO:0055114,GO:0071704,GO:0097159,GO:1901360,GO:1901363,GO:1901615 1.14.15.13 ko:K17474 ko00000,ko00199,ko01000 Bacillus 1TPWZ@1239,1ZC1Y@1386,4HAGS@91061,COG2124@1,COG2124@2 NA|NA|NA C Cytochrome P450 -BSU_35070 224308.BSU35070 2.1e-137 495.0 Bacillus yvmC GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0016740,GO:0016746,GO:0016755,GO:0042440,GO:0046148,GO:0140096 2.3.2.22 ko:K17485 ko00000,ko01000 Bacillus 1VVMM@1239,1ZMQK@1386,2E8AV@1,332PQ@2,4HWIF@91061 NA|NA|NA S Involved in the biosynthesis of pulcherrimin, a red extracellular pigment. It uses activated amino acids in the form of aminoacyl-tRNAs (aa-tRNAs) as substrates to catalyze the ATP- independent formation of cyclodipeptides which are intermediates in diketopiperazine (DKP) biosynthetic pathways. Catalyzes the formation of cyclo(L-Leu-L-Leu) (cLL) from L-leucyl-tRNA(Leu). Can also incorporate various nonpolar residues, such as L- phenylalanine, L-leucine and methionine, into cyclodipeptides -BSU_35080 224308.BSU35080 6.7e-87 326.6 Bacillus yvmB Bacillus 1VDUK@1239,1ZQ3X@1386,4HN0Q@91061,COG1846@1,COG1846@2 NA|NA|NA K helix_turn_helix multiple antibiotic resistance protein -BSU_35090 224308.BSU35090 6.1e-203 713.4 Bacillus Bacillus 1TR6I@1239,1ZFKW@1386,4HCNW@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_35100 224308.BSU35100 2.1e-50 204.9 Bacillus yvlD ko:K08972 ko00000 Bacillus 1VF4I@1239,1ZI79@1386,4HNXP@91061,COG1950@1,COG1950@2 NA|NA|NA S Membrane -BSU_35110 224308.BSU35110 4.3e-26 123.2 Bacillus yvlC Bacillus 1VKBQ@1239,1ZJCV@1386,4HRGW@91061,COG1983@1,COG1983@2 NA|NA|NA KT PspC domain -BSU_35120 224308.BSU35120 5.7e-168 597.0 Bacillus yvlB Bacillus 1TS90@1239,1ZC95@1386,4HDI6@91061,COG3595@1,COG3595@2 NA|NA|NA S Putative adhesin -BSU_35130 224308.BSU35130 1.8e-48 198.4 Bacillus yvlA Bacillus 1UACD@1239,1ZHD2@1386,2DZIG@1,30CTN@2,4IKQM@91061 NA|NA|NA -BSU_35140 224308.BSU35140 1.1e-33 148.7 Bacillus yvkN Bacillus 1UANW@1239,1ZIQG@1386,29RWT@1,30D0Y@2,4IM1I@91061 NA|NA|NA -BSU_35150 224308.BSU35150 6.4e-79 300.1 Bacillus hag ko:K02406 ko02020,ko02040,ko04621,ko04626,ko05132,ko05134,map02020,map02040,map04621,map04626,map05132,map05134 ko00000,ko00001,ko02035 Bacillus 1TP1K@1239,1ZAQJ@1386,4H9UA@91061,COG1344@1,COG1344@2 NA|NA|NA N Flagellin is the subunit protein which polymerizes to form the filaments of bacterial flagella -BSU_35160 224308.BSU35160 0.0 1897.1 Bacillus uvrA ko:K03701 ko03420,map03420 ko00000,ko00001,ko03400 Bacillus 1TPIJ@1239,1ZARC@1386,4HAW9@91061,COG0178@1,COG0178@2 NA|NA|NA L The UvrABC repair system catalyzes the recognition and processing of DNA lesions. UvrA is an ATPase and a DNA-binding protein. A damage recognition complex composed of 2 UvrA and 2 UvrB subunits scans DNA for abnormalities. When the presence of a lesion has been verified by UvrB, the UvrA molecules dissociate -BSU_35170 224308.BSU35170 0.0 1191.8 Bacillus uvrB ko:K03702 ko03420,map03420 ko00000,ko00001,ko03400 Bacillus 1TPKB@1239,1ZC50@1386,4HB81@91061,COG0556@1,COG0556@2 NA|NA|NA L damaged site, the DNA wraps around one UvrB monomer. DNA wrap is dependent on ATP binding by UvrB and probably causes local melting of the DNA helix, facilitating insertion of UvrB beta-hairpin between the DNA strands. Then UvrB probes one DNA strand for the presence of a lesion. If a lesion is found the UvrA subunits dissociate and the UvrB-DNA preincision complex is formed. This complex is subsequently bound by UvrC and the second UvrB is released. If no lesion is found, the DNA wraps around the other UvrB subunit that will check the other stand for damage -BSU_35180 224308.BSU35180 2.6e-30 137.5 Bacillus csbA Bacillus 1VMTY@1239,1ZITV@1386,4HQMX@91061,COG4897@1,COG4897@2 NA|NA|NA S protein conserved in bacteria -BSU_35190 224308.BSU35190 0.0 1647.1 Bacillus yvkC 2.7.9.2 ko:K01007 ko00620,ko00680,ko00720,ko01100,ko01120,ko01200,map00620,map00680,map00720,map01100,map01120,map01200 M00173,M00374 R00199 RC00002,RC00015 ko00000,ko00001,ko00002,ko01000 Bacillus 1UYA0@1239,1ZQ5X@1386,4HDHF@91061,COG0574@1,COG0574@2,COG3848@1,COG3848@2 NA|NA|NA GT Phosphotransferase -BSU_35200 224308.BSU35200 1.2e-100 372.5 Bacillus yvkB GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 Bacillus 1V69B@1239,1ZEDX@1386,4HIE0@91061,COG1309@1,COG1309@2 NA|NA|NA K Transcriptional regulator -BSU_35210 224308.BSU35210 1.3e-227 795.4 Bacillus yvkA GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 Bacillus 1U4EP@1239,1ZC4J@1386,4HAZC@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_35220 224308.BSU35220 8.3e-221 772.7 Bacillus minJ Bacillus 1TSBA@1239,1ZAQG@1386,4HA05@91061,COG0265@1,COG0265@2 NA|NA|NA O COG0265 Trypsin-like serine proteases, typically periplasmic, contain C-terminal PDZ domain -BSU_35230 1051501.AYTL01000004_gene3438 1.7e-54 218.4 Bacillus swrA Bacillus 1UA28@1239,1ZGBI@1386,29RHV@1,30CKU@2,4IKBF@91061 NA|NA|NA S Swarming motility protein -BSU_35239 1051501.AYTL01000004_gene3438 7.4e-10 68.6 Bacillus swrA Bacillus 1UA28@1239,1ZGBI@1386,29RHV@1,30CKU@2,4IKBF@91061 NA|NA|NA S Swarming motility protein -BSU_35240 224308.BSU35240 1.5e-269 934.9 Bacillus ctpB GO:0003674,GO:0003824,GO:0004175,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0006508,GO:0006518,GO:0006807,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0008233,GO:0009653,GO:0009987,GO:0016787,GO:0019538,GO:0023052,GO:0030154,GO:0030288,GO:0030313,GO:0030435,GO:0031975,GO:0032502,GO:0033218,GO:0034641,GO:0042277,GO:0042597,GO:0042802,GO:0042803,GO:0043170,GO:0043603,GO:0043900,GO:0043902,GO:0043934,GO:0044237,GO:0044238,GO:0044464,GO:0046983,GO:0048518,GO:0048522,GO:0048646,GO:0048856,GO:0048869,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0065007,GO:0070011,GO:0071704,GO:0140096,GO:1900190,GO:1900192,GO:1901564 3.4.21.102 ko:K03797 ko00000,ko01000,ko01002 Bacillus 1TPBI@1239,1ZBDE@1386,4HAKE@91061,COG0793@1,COG0793@2,COG3409@1,COG3409@2 NA|NA|NA M Belongs to the peptidase S41A family -BSU_35250 224308.BSU35250 2e-155 555.1 Bacillus ftsX GO:0000910,GO:0005575,GO:0005623,GO:0005886,GO:0007049,GO:0007154,GO:0007165,GO:0007166,GO:0008150,GO:0008356,GO:0009966,GO:0009987,GO:0010033,GO:0010646,GO:0016020,GO:0016043,GO:0019221,GO:0022402,GO:0022603,GO:0022607,GO:0023051,GO:0023052,GO:0032506,GO:0034097,GO:0042173,GO:0042221,GO:0043937,GO:0043938,GO:0044085,GO:0044464,GO:0045595,GO:0045597,GO:0045881,GO:0048518,GO:0048522,GO:0048583,GO:0050789,GO:0050793,GO:0050794,GO:0050896,GO:0051094,GO:0051301,GO:0051716,GO:0065007,GO:0070098,GO:0070297,GO:0070887,GO:0071310,GO:0071345,GO:0071840,GO:0071944,GO:0090529,GO:1902531 ko:K09811 ko02010,map02010 M00256 ko00000,ko00001,ko00002,ko02000,ko03036 3.A.1.140 Bacillus 1TPND@1239,1ZC4Q@1386,4HA5A@91061,COG2177@1,COG2177@2 NA|NA|NA D Part of the ABC transporter FtsEX involved in asymmetric cellular division facilitating the initiation of sporulation -BSU_35260 224308.BSU35260 2.7e-123 448.0 Bacillus ftsE GO:0000910,GO:0005575,GO:0005623,GO:0005886,GO:0007049,GO:0008150,GO:0008356,GO:0009966,GO:0009987,GO:0010646,GO:0016020,GO:0016043,GO:0022402,GO:0022603,GO:0022607,GO:0023051,GO:0032506,GO:0042173,GO:0043937,GO:0043938,GO:0044085,GO:0044464,GO:0045595,GO:0045597,GO:0045881,GO:0048518,GO:0048522,GO:0048583,GO:0050789,GO:0050793,GO:0050794,GO:0051094,GO:0051301,GO:0065007,GO:0070297,GO:0071840,GO:0071944,GO:0090529,GO:1902531 ko:K09812 ko02010,map02010 M00256 ko00000,ko00001,ko00002,ko02000,ko03036 3.A.1.140 Bacillus 1TP58@1239,1ZCAE@1386,4H9Z2@91061,COG2884@1,COG2884@2 NA|NA|NA D cell division ATP-binding protein FtsE -BSU_35270 224308.BSU35270 9e-56 222.6 Bacillus cccB ko:K12263 ko00000 Bacillus 1VEEP@1239,1ZITU@1386,4HP6N@91061,COG2010@1,COG2010@2 NA|NA|NA C COG2010 Cytochrome c, mono- and diheme variants -BSU_35280 224308.BSU35280 9.7e-142 509.6 Bacillus yvjA Bacillus 1TR9J@1239,1ZC5M@1386,4H9N6@91061,COG1284@1,COG1284@2 NA|NA|NA S Uncharacterized protein conserved in bacteria (DUF2179) -BSU_35290 224308.BSU35290 4.1e-192 677.2 Bacillus prfB GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 ko:K02836 ko00000,ko03012 Bacillus 1TPSB@1239,1ZB5N@1386,4H9N2@91061,COG1186@1,COG1186@2 NA|NA|NA J Peptide chain release factor 2 directs the termination of translation in response to the peptide chain termination codons UGA and UAA -BSU_35300 224308.BSU35300 0.0 1640.9 Bacillus secA GO:0000166,GO:0002790,GO:0003674,GO:0003824,GO:0005215,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0005887,GO:0006810,GO:0008104,GO:0008144,GO:0008150,GO:0008320,GO:0008565,GO:0009306,GO:0009987,GO:0015031,GO:0015399,GO:0015405,GO:0015440,GO:0015450,GO:0015462,GO:0015833,GO:0016020,GO:0016021,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0022804,GO:0022857,GO:0022884,GO:0030554,GO:0031224,GO:0031226,GO:0031522,GO:0032553,GO:0032555,GO:0032559,GO:0032940,GO:0032991,GO:0033036,GO:0033220,GO:0035639,GO:0036094,GO:0042623,GO:0042626,GO:0042886,GO:0042887,GO:0043167,GO:0043168,GO:0043492,GO:0043952,GO:0044424,GO:0044425,GO:0044444,GO:0044459,GO:0044464,GO:0045184,GO:0046903,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071806,GO:0071944,GO:0097159,GO:0097367,GO:1901265,GO:1901363,GO:1904680 ko:K03070 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 ko00000,ko00001,ko00002,ko02044 3.A.5.1,3.A.5.10,3.A.5.2,3.A.5.4 Bacillus 1TPEY@1239,1ZAXF@1386,4HA22@91061,COG0653@1,COG0653@2 NA|NA|NA U Part of the Sec protein translocase complex. Interacts with the SecYEG preprotein conducting channel. Has a central role in coupling the hydrolysis of ATP to the transfer of proteins into and across the cell membrane, serving as an ATP-driven molecular motor driving the stepwise translocation of polypeptide chains across the membrane -BSU_35310 224308.BSU35310 3.7e-102 377.5 Bacillus hpf GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006417,GO:0006448,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010608,GO:0010629,GO:0015935,GO:0017148,GO:0019222,GO:0022626,GO:0022627,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032268,GO:0032269,GO:0032991,GO:0034248,GO:0034249,GO:0043021,GO:0043022,GO:0043024,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0044877,GO:0045900,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051246,GO:0051248,GO:0060255,GO:0065007,GO:0080090,GO:1990904,GO:2000112,GO:2000113 ko:K05808 ko00000,ko03009 Bacillus 1V1D5@1239,1ZFW8@1386,4HFX9@91061,COG1544@1,COG1544@2 NA|NA|NA J Required for dimerization of active 70S ribosomes into 100S ribosomes in stationary phase -BSU_35319 224308.BSU35319 4.8e-66 256.9 Bacillus Bacillus 1UA12@1239,1ZG21@1386,2AQ94@1,31FEZ@2,4IK9M@91061 NA|NA|NA -BSU_35320 1308866.J416_00489 3.2e-08 64.7 Gracilibacillus Bacillus 1VEKH@1239,2E69G@1,330XF@2,47181@74385,4HNWI@91061 NA|NA|NA S bacterial-type flagellum organization -BSU_35330 224308.BSU35330 5e-69 266.9 Bacillus fliS ko:K02422 ko02040,map02040 ko00000,ko00001,ko02035 Bacillus 1VA8K@1239,1ZH26@1386,4HIN5@91061,COG1516@1,COG1516@2 NA|NA|NA N flagellar protein FliS -BSU_35340 224308.BSU35340 2.1e-266 924.5 Bacillus fliD GO:0001539,GO:0005575,GO:0005576,GO:0005623,GO:0006928,GO:0008150,GO:0009288,GO:0009420,GO:0009421,GO:0009987,GO:0040011,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0097588 ko:K02407 ko02040,map02040 ko00000,ko00001,ko02035 Bacillus 1TQ66@1239,1ZCIG@1386,4H9TN@91061,COG1345@1,COG1345@2 NA|NA|NA N morphogenesis and for the elongation of the flagellar filament by facilitating polymerization of the flagellin monomers at the tip of growing filament. Forms a capping structure, which prevents flagellin subunits (transported through the central channel of the flagellum) from leaking out without polymerization at the distal end -BSU_35350 224308.BSU35350 6.1e-57 226.5 Bacillus yvyC ko:K06603 ko00000,ko02035 Bacillus 1VFRY@1239,1ZIZC@1386,4HNSH@91061,COG1334@1,COG1334@2 NA|NA|NA N flagellar protein FlaG -BSU_35360 224308.BSU35360 3.2e-156 557.8 Bacillus hag ko:K02406 ko02020,ko02040,ko04621,ko04626,ko05132,ko05134,map02020,map02040,map04621,map04626,map05132,map05134 ko00000,ko00001,ko02035 Bacillus 1TP1K@1239,1ZAQJ@1386,4H9UA@91061,COG1344@1,COG1344@2 NA|NA|NA N Flagellin is the subunit protein which polymerizes to form the filaments of bacterial flagella -BSU_35370 224308.BSU35370 3.3e-30 137.1 Bacillus csrA ko:K03563 ko02020,ko02025,ko02026,ko05111,map02020,map02025,map02026,map05111 ko00000,ko00001,ko03019 Bacillus 1VEEF@1239,1ZJ2S@1386,4HNPJ@91061,COG1551@1,COG1551@2 NA|NA|NA T Could accelerate the degradation of some genes transcripts potentially through selective RNA binding -BSU_35380 224308.BSU35380 4.7e-73 280.4 Bacillus fliW ko:K13626 ko00000,ko02035 Bacillus 1VA6Y@1239,1ZI2D@1386,4HKYD@91061,COG1699@1,COG1699@2 NA|NA|NA S Binds to the C-terminal region of flagellin, which is implicated in polymerization, and participates in the assembly of the flagellum -BSU_35390 224308.BSU35390 4.3e-50 204.5 Bacillus yviE Bacillus 1VDGT@1239,1ZG8D@1386,2AZFG@1,31RPF@2,4HMCF@91061 NA|NA|NA -BSU_35400 224308.BSU35400 2.4e-156 558.1 Bacillus flgL GO:0005575,GO:0005576,GO:0005623,GO:0009288,GO:0042995,GO:0043226,GO:0043228,GO:0044464 ko:K02397 ko02040,map02040 ko00000,ko00001,ko02035 Bacillus 1TPDT@1239,1ZC4T@1386,4HCCZ@91061,COG1344@1,COG1344@2 NA|NA|NA N Belongs to the bacterial flagellin family -BSU_35410 224308.BSU35410 2e-264 917.9 Bacillus flgK ko:K02396 ko02040,map02040 ko00000,ko00001,ko02035 Bacillus 1TPXH@1239,1ZB70@1386,4HAKM@91061,COG1256@1,COG1256@2,COG4786@1,COG4786@2 NA|NA|NA N flagellar hook-associated protein -BSU_35420 224308.BSU35420 4.1e-78 297.4 Bacillus yvyG Bacillus 1VF67@1239,1ZJCA@1386,4HMI4@91061,COG3418@1,COG3418@2 NA|NA|NA NOU FlgN protein -BSU_35430 224308.BSU35430 7.1e-40 169.5 Bacillus flgM ko:K02398 ko02020,ko02025,ko02026,ko02040,map02020,map02025,map02026,map02040 ko00000,ko00001,ko02035 Bacillus 1VKHM@1239,1ZIVP@1386,4HRCG@91061,COG2747@1,COG2747@2 NA|NA|NA KNU Negative regulator of flagellin synthesis -BSU_35440 224308.BSU35440 1.6e-73 282.0 Bacillus yvyF Bacillus 1VB5H@1239,1ZIAM@1386,2D61I@1,32TKA@2,4HKIR@91061 NA|NA|NA S flagellar protein -BSU_35450 224308.BSU35450 4.5e-129 467.2 Bacillus comFC ko:K02242 M00429 ko00000,ko00002,ko02044 Bacillus 1V73S@1239,1ZG88@1386,4HJ6R@91061,COG1040@1,COG1040@2 NA|NA|NA S Phosphoribosyl transferase domain -BSU_35460 224308.BSU35460 9.7e-46 189.1 Bacillus comFB ko:K02241 M00429 ko00000,ko00002,ko02044 Bacillus 1VEGZ@1239,1ZHFM@1386,2DNY2@1,32ZR4@2,4HQDM@91061 NA|NA|NA S Late competence development protein ComFB -BSU_35470 224308.BSU35470 9.5e-269 932.2 Bacillus comFA GO:0003674,GO:0003678,GO:0003824,GO:0004003,GO:0004386,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006268,GO:0006270,GO:0006281,GO:0006302,GO:0006310,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0006996,GO:0008026,GO:0008094,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0032392,GO:0032508,GO:0033554,GO:0034641,GO:0034645,GO:0042623,GO:0043138,GO:0043140,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0046483,GO:0050896,GO:0051276,GO:0051716,GO:0070035,GO:0071103,GO:0071704,GO:0071840,GO:0090304,GO:0140097,GO:1901360,GO:1901576 ko:K02240 M00429 ko00000,ko00002,ko02044 3.A.11.1 Bacillus 1TPZE@1239,1ZBXC@1386,4HB00@91061,COG4098@1,COG4098@2 NA|NA|NA L COG4098 Superfamily II DNA RNA helicase required for DNA uptake (late competence protein) -BSU_35480 224308.BSU35480 1.2e-154 552.4 Bacillus degV Bacillus 1TRM7@1239,1ZAQH@1386,4HBIR@91061,COG1307@1,COG1307@2 NA|NA|NA S protein conserved in bacteria -BSU_35490 224308.BSU35490 3.4e-126 457.6 Bacillus degU ko:K07692 ko02020,ko02024,map02020,map02024 M00478 ko00000,ko00001,ko00002,ko02022 Bacillus 1TRXG@1239,1ZB23@1386,4HA3V@91061,COG2197@1,COG2197@2 NA|NA|NA KT COG2197 Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain -BSU_35500 224308.BSU35500 8.7e-183 646.4 Bacillus degS 2.7.13.3 ko:K07777 ko02020,map02020 M00478 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1TQI3@1239,1ZDAA@1386,4HAUU@91061,COG4585@1,COG4585@2 NA|NA|NA T Member of the two-component regulatory system DegS DegU, which plays an important role in the transition growth phase -BSU_35510 224308.BSU35510 3.5e-120 437.6 Bacillus yvyE Bacillus 1V6MQ@1239,1ZAXD@1386,4HBIT@91061,COG1739@1,COG1739@2 NA|NA|NA S Domain of unknown function (DUF1949) -BSU_35520 224308.BSU35520 6e-163 580.5 Bacillus yvhJ Bacillus 1TQ9C@1239,1ZB6K@1386,4HB29@91061,COG1316@1,COG1316@2 NA|NA|NA K Transcriptional regulator -BSU_35530 224308.BSU35530 4.4e-181 640.6 Bacillus tagO GO:0000287,GO:0003674,GO:0003824,GO:0005488,GO:0016740,GO:0016772,GO:0016780,GO:0030145,GO:0043167,GO:0043169,GO:0046872,GO:0046914 2.7.8.33,2.7.8.35 ko:K02851 R08856 RC00002 ko00000,ko01000,ko01003,ko01005 Bacillus 1TP9V@1239,1ZBZB@1386,4H9KT@91061,COG0472@1,COG0472@2 NA|NA|NA M COG0472 UDP-N-acetylmuramyl pentapeptide phosphotransferase UDP-N-acetylglucosamine-1-phosphate transferase -BSU_35540 224308.BSU35540 7.5e-238 829.3 Bacillus tuaH GO:0003674,GO:0003824,GO:0016740,GO:0016757 ko:K16699 ko00000,ko01000,ko01003 Bacillus 1TQ1S@1239,1ZBVC@1386,4HP9Q@91061,COG0438@1,COG0438@2 NA|NA|NA M Teichuronic acid biosynthesis glycosyltransferase tuaH -BSU_35550 224308.BSU35550 4.7e-145 520.4 Bacillus tuaG GO:0003674,GO:0003824,GO:0016740,GO:0016757 ko:K16698 ko00000,ko01000,ko01003 GT2 iYO844.BSU35550 Bacillus 1VUUB@1239,1ZCPM@1386,4IS9M@91061,COG1215@1,COG1215@2 NA|NA|NA M Glycosyltransferase like family 2 -BSU_35560 224308.BSU35560 1.3e-114 419.1 Bacillus tuaF ko:K16706 ko00000 Bacillus 1VMAJ@1239,1ZET2@1386,4HRWH@91061,COG3206@1,COG3206@2 NA|NA|NA M protein involved in exopolysaccharide biosynthesis -BSU_35570 224308.BSU35570 2.8e-263 914.1 Bacillus tuaE ko:K16705 ko00000 Bacillus 1V5WV@1239,1ZC1E@1386,4HF4U@91061,COG3307@1,COG3307@2 NA|NA|NA M Teichuronic acid biosynthesis protein -BSU_35580 224308.BSU35580 3.1e-259 900.6 Bacillus tuaD GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 1.1.1.22 ko:K00012 ko00040,ko00053,ko00520,ko01100,map00040,map00053,map00520,map01100 M00014,M00129,M00361,M00362 R00286 RC00291 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQFN@1239,1ZAP3@1386,4HADP@91061,COG1004@1,COG1004@2 NA|NA|NA M Belongs to the UDP-glucose GDP-mannose dehydrogenase family -BSU_35590 224308.BSU35590 1.3e-221 775.4 Bacillus tuaC GO:0003674,GO:0003824,GO:0016740,GO:0016757 ko:K16697 ko00000,ko01000,ko01003 GT4 iYO844.BSU35590 Bacillus 1TPS8@1239,1ZS7S@1386,4ISX6@91061,COG0297@1,COG0297@2,COG0438@1,COG0438@2 NA|NA|NA GM Teichuronic acid -BSU_35600 224308.BSU35600 5.7e-248 863.2 Bacillus tuaB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03328,ko:K16694 ko00000,ko02000 2.A.66.2,2.A.66.2.6 iYO844.BSU35600 Bacillus 1TPSH@1239,1ZDDM@1386,4HAGX@91061,COG2244@1,COG2244@2 NA|NA|NA S COG2244 Membrane protein involved in the export of O-antigen and teichoic acid -BSU_35609 326423.RBAM_032760 2e-20 104.0 Bacillus tuaA Bacillus 1TP7M@1239,1ZDDY@1386,4HB15@91061,COG2148@1,COG2148@2 NA|NA|NA M COG2148 Sugar transferases involved in lipopolysaccharide synthesis -BSU_35610 1051501.AYTL01000004_gene3401 2.4e-78 298.1 Bacillus tuaA Bacillus 1TP7M@1239,1ZDDY@1386,4HB15@91061,COG2148@1,COG2148@2 NA|NA|NA M COG2148 Sugar transferases involved in lipopolysaccharide synthesis -BSU_35620 224308.BSU35620 6.6e-268 929.5 Bacillus lytC GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 3.5.1.28 ko:K01448 ko01503,map01503 M00727 R04112 RC00064,RC00141 ko00000,ko00001,ko00002,ko01000,ko01011,ko03036 Bacillus 1UYPW@1239,1ZD0F@1386,4HBVT@91061,COG0860@1,COG0860@2,COG2247@1,COG2247@2 NA|NA|NA M n-acetylmuramoyl-L-alanine amidase -BSU_35630 224308.BSU35630 0.0 1258.8 Bacillus lytB GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 Bacillus 1V9XE@1239,1ZF67@1386,4HDNT@91061,COG2247@1,COG2247@2,COG2385@1,COG2385@2 NA|NA|NA D Stage II sporulation protein -BSU_35640 1051501.AYTL01000004_gene3398 1e-37 162.5 Bacteria Bacillus 2E29G@1,32XF4@2 NA|NA|NA -BSU_35650 224308.BSU35650 1.4e-162 578.9 Bacillus lytR Bacillus 1TR1B@1239,1ZBT5@1386,4HA09@91061,COG1316@1,COG1316@2 NA|NA|NA K May catalyze the final step in cell wall teichoic acid biosynthesis, the transfer of the anionic cell wall polymers (APs) from their lipid-linked precursor to the cell wall peptidoglycan (PG) -BSU_35660 224308.BSU35660 1.4e-217 761.9 Bacillus mnaA 5.1.3.14 ko:K01791 ko00520,ko01100,ko05111,map00520,map01100,map05111 M00362 R00420 RC00290 ko00000,ko00001,ko00002,ko01000,ko01005 Bacillus 1TQZT@1239,1ZCZG@1386,4HBI3@91061,COG0381@1,COG0381@2 NA|NA|NA M Belongs to the UDP-N-acetylglucosamine 2-epimerase family -BSU_35670 224308.BSU35670 1.5e-163 582.0 Bacillus gtaB 2.7.7.9 ko:K00963 ko00040,ko00052,ko00500,ko00520,ko01100,ko01130,map00040,map00052,map00500,map00520,map01100,map01130 M00129,M00361,M00362,M00549 R00289 RC00002 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ24@1239,1ZASX@1386,4HATY@91061,COG1210@1,COG1210@2 NA|NA|NA M UTP-glucose-1-phosphate uridylyltransferase -BSU_35680 224308.BSU35680 0.0 1806.6 Bacillus GO:0003674,GO:0003824,GO:0016740,GO:0016757 Bacillus 1V4DT@1239,1ZDEV@1386,4HC9U@91061,COG1215@1,COG1215@2,COG1887@1,COG1887@2 NA|NA|NA M CDP-Glycerol:Poly(glycerophosphate) glycerophosphotransferase -BSU_35690 224308.BSU35690 1.4e-256 891.7 Bacillus GO:0003674,GO:0003824,GO:0016740,GO:0016757 Bacillus 1V35I@1239,1ZAYQ@1386,4HG1U@91061,COG0463@1,COG0463@2 NA|NA|NA M Glycosyltransferase like family 2 -BSU_35698 1174504.AJTN02000010_gene4487 4.1e-11 73.6 Bacillus tagF GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0016740,GO:0016757,GO:0044464,GO:0071944 2.7.8.12 ko:K09809 ko00000,ko01000 Bacillus 1TP75@1239,1ZB61@1386,4H9Q1@91061,COG1887@1,COG1887@2 NA|NA|NA M glycosyl glycerophosphate transferases involved in teichoic acid biosynthesis TagF TagB EpsJ RodC -BSU_35699 224308.BSU35670 3.6e-100 370.9 Bacillus gtaB 2.7.7.9 ko:K00963 ko00040,ko00052,ko00500,ko00520,ko01100,ko01130,map00040,map00052,map00500,map00520,map01100,map01130 M00129,M00361,M00362,M00549 R00289 RC00002 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ24@1239,1ZASX@1386,4HATY@91061,COG1210@1,COG1210@2 NA|NA|NA M UTP-glucose-1-phosphate uridylyltransferase -BSU_35700 224308.BSU35700 3e-279 967.2 Bacillus tagH GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015221,GO:0015399,GO:0015405,GO:0015437,GO:0015920,GO:0015921,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0022884,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:1901264,GO:1901505 3.6.3.40 ko:K09693 ko02010,map02010 M00251 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.104 Bacillus 1TQKK@1239,1ZC6D@1386,4HC6N@91061,COG1134@1,COG1134@2 NA|NA|NA GM Part of the ABC transporter complex TagGH involved in teichoic acids export. Responsible for energy coupling to the transport system -BSU_35710 224308.BSU35710 2.4e-150 538.1 Bacillus tagG GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015920,GO:0033036,GO:0051179,GO:0051234,GO:0071702,GO:1901264 ko:K09692 ko02010,map02010 M00251 ko00000,ko00001,ko00002,ko02000 3.A.1.104 Bacillus 1TQZF@1239,1ZC4D@1386,4HB9R@91061,COG1682@1,COG1682@2 NA|NA|NA GM Transport permease protein -BSU_35720 224308.BSU35720 0.0 1495.3 Bacillus tagF GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0016740,GO:0016757,GO:0044464,GO:0071944 2.7.8.12 ko:K09809 ko00000,ko01000 Bacillus 1TP75@1239,1ZB61@1386,4H9Q1@91061,COG1887@1,COG1887@2 NA|NA|NA M glycosyl glycerophosphate transferases involved in teichoic acid biosynthesis TagF TagB EpsJ RodC -BSU_35730 224308.BSU35730 0.0 1338.6 Bacillus tagE GO:0003674,GO:0003824,GO:0016740,GO:0016757,GO:0016758 2.4.1.52 ko:K00712 ko00000,ko01000,ko01003 GT4 Bacillus 1TR6K@1239,1ZGQW@1386,4HGDG@91061,COG0438@1,COG0438@2 NA|NA|NA M Glycosyl transferase 1 domain A -BSU_35740 224308.BSU35740 9.7e-70 269.2 Bacillus tagD 2.7.7.39 ko:K00980 ko00564,map00564 R00856 RC00002 ko00000,ko00001,ko01000 Bacillus 1V3KY@1239,1ZGEJ@1386,4HGWZ@91061,COG0615@1,COG0615@2 NA|NA|NA IM Cytidylyltransferase -BSU_35750 224308.BSU35750 3.1e-144 517.7 Bacillus tagA 2.4.1.187 ko:K05946 ko05111,map05111 ko00000,ko00001,ko01000,ko01003 GT26 Bacillus 1V3QV@1239,1ZFMX@1386,4HH6B@91061,COG1922@1,COG1922@2 NA|NA|NA M Catalyzes the conversion of GlcNAc-PP-undecaprenol into ManNAc-GlcNAc-PP-undecaprenol, the first committed lipid intermediate in the de novo synthesis of teichoic acid -BSU_35760 224308.BSU35760 8.5e-215 752.7 Bacillus tagB 2.7.8.44 ko:K21285 R11558 RC00078 ko00000,ko01000 iYO844.BSU35760 Bacillus 1TSTN@1239,1ZCUZ@1386,4HBID@91061,COG1887@1,COG1887@2 NA|NA|NA M glycosyl glycerophosphate transferases involved in teichoic acid biosynthesis TagF TagB EpsJ RodC -BSU_35770 224308.BSU35770 2e-260 904.4 Bacillus Bacillus 1VPJ7@1239,1ZJCY@1386,2ENW5@1,33GH6@2,4HSTH@91061 NA|NA|NA -BSU_35780 224308.BSU35780 1.2e-216 760.0 Bacillus lytD 3.2.1.96 ko:K01227 ko00511,map00511 ko00000,ko00001,ko01000 Bacillus 1V1F9@1239,1ZRF0@1386,4HWI1@91061,COG4193@1,COG4193@2 NA|NA|NA G Mannosyl-glycoprotein endo-beta-N-acetylglucosaminidase -BSU_35790 224308.BSU35790 1.2e-190 672.2 Bacillus manA 5.3.1.8 ko:K01809 ko00051,ko00520,ko01100,ko01110,ko01130,map00051,map00520,map01100,map01110,map01130 M00114 R01819 RC00376 ko00000,ko00001,ko00002,ko01000 iYO844.BSU12020 Bacillus 1VRGI@1239,1ZDJI@1386,4HBFW@91061,COG1482@1,COG1482@2 NA|NA|NA G mannose-6-phosphate isomerase -BSU_35800 224308.BSU35800 6e-266 922.9 Bacillus gerBA ko:K06291 ko00000 Bacillus 1TP7K@1239,1ZBEF@1386,4HAH1@91061,COG0697@1,COG0697@2 NA|NA|NA EG Spore germination protein -BSU_35810 224308.BSU35810 9.8e-200 702.6 Bacillus gerBB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K06292 ko00000,ko02000 2.A.3.9.2 Bacillus 1UI6P@1239,1ZDSE@1386,4ISFP@91061,COG0814@1,COG0814@2 NA|NA|NA E Spore germination protein -BSU_35820 224308.BSU35820 1.3e-215 755.4 Bacillus gerBC ko:K06290,ko:K06293,ko:K06312 ko00000 Bacillus 1UB3Y@1239,1ZRWJ@1386,28IEM@1,2Z8GN@2,4HV0B@91061 NA|NA|NA S Spore germination protein -BSU_35830 224308.BSU35830 3.2e-248 864.0 Bacillus ywtG GO:0003674,GO:0005215,GO:0005351,GO:0005402,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0008643,GO:0015075,GO:0015077,GO:0015078,GO:0015144,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015672,GO:0022804,GO:0022857,GO:0022890,GO:0034219,GO:0034220,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0098655,GO:0098660,GO:0098662,GO:1902600 ko:K08139 ko04113,map04113 ko00000,ko00001,ko02000 2.A.1.1 Bacillus 1TREV@1239,1ZAUM@1386,4HAN1@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_35840 224308.BSU35840 1.4e-170 605.5 Bacillus ywtF Bacillus 1TQ9C@1239,1ZB6K@1386,4HB29@91061,COG1316@1,COG1316@2 NA|NA|NA K Transcriptional regulator -BSU_35850 224308.BSU35850 1.2e-160 572.4 Bacillus ywtE 3.1.3.104 ko:K21064 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R07280 RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1V5FB@1239,1ZDBI@1386,4HGY8@91061,COG0561@1,COG0561@2 NA|NA|NA S hydrolases of the HAD superfamily -BSU_35860 224308.BSU35860 8.3e-240 835.9 Bacillus pgdS GO:0005575,GO:0005576,GO:0005618,GO:0005623,GO:0030312,GO:0044464,GO:0071944 Bacillus 1V7MV@1239,1ZBTD@1386,4HCQ2@91061,COG0791@1,COG0791@2 NA|NA|NA M COG0791 Cell wall-associated hydrolases (invasion-associated proteins) -BSU_35870 224308.BSU35870 7.9e-21 105.5 Bacillus ywtC Bacillus 1U8NV@1239,1ZNS6@1386,29QU5@1,30BU5@2,4IIKX@91061 NA|NA|NA -BSU_35880 224308.BSU35880 3.7e-218 763.8 Bacillus capA ko:K07282 ko00000 Bacillus 1TSQG@1239,1ZQDC@1386,4HCUP@91061,COG2843@1,COG2843@2 NA|NA|NA M enzyme of poly-gamma-glutamate biosynthesis (capsule formation) -BSU_35890 224308.BSU35890 1.5e-69 268.9 Bacillus capC ko:K22116 ko00000 Bacillus 1V445@1239,1ZGKP@1386,29EG8@1,301E5@2,4HHXZ@91061 NA|NA|NA S biosynthesis protein -BSU_35900 224308.BSU35900 1e-223 782.3 Bacillus capB ko:K01932 ko00000,ko01000 Bacillus 1U01Y@1239,1ZDU1@1386,4HDCH@91061,COG0771@1,COG0771@2 NA|NA|NA M COG0769 UDP-N-acetylmuramyl tripeptide synthase -BSU_35910 224308.BSU35910 3.4e-180 637.5 Bacillus rbsR ko:K02529 ko00000,ko03000 Bacillus 1TQ7K@1239,1ZC3W@1386,4H9V1@91061,COG1609@1,COG1609@2 NA|NA|NA K transcriptional -BSU_35920 224308.BSU35920 6.4e-162 576.6 Bacillus rbsK GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0019200,GO:0044237,GO:0044238,GO:0044262,GO:0044424,GO:0044444,GO:0044464,GO:0046835,GO:0071704 2.7.1.15 ko:K00852 ko00030,map00030 R01051,R02750 RC00002,RC00017 ko00000,ko00001,ko01000 Bacillus 1TQRC@1239,1ZCQ4@1386,4HA87@91061,COG0524@1,COG0524@2 NA|NA|NA H Catalyzes the phosphorylation of ribose at O-5 in a reaction requiring ATP and magnesium. The resulting D-ribose-5- phosphate can then be used either for sythesis of nucleotides, histidine, and tryptophan, or as a component of the pentose phosphate pathway -BSU_35930 224308.BSU35930 3.6e-64 250.8 Bacillus rbsD GO:0003674,GO:0003824,GO:0005215,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015145,GO:0015146,GO:0015399,GO:0015405,GO:0015407,GO:0015591,GO:0015608,GO:0015611,GO:0015749,GO:0015750,GO:0015752,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0034219,GO:0042623,GO:0042626,GO:0043211,GO:0043492,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702 5.4.99.62 ko:K06726 ko02010,map02010 R08247 RC02247 ko00000,ko00001,ko01000 Bacillus 1VA2V@1239,1ZGYM@1386,4HIFW@91061,COG1869@1,COG1869@2 NA|NA|NA G Catalyzes the interconversion of beta-pyran and beta- furan forms of D-ribose -BSU_35940 224308.BSU35940 3.9e-276 956.8 Bacillus rbsA GO:0000166,GO:0003674,GO:0003824,GO:0005215,GO:0005488,GO:0005524,GO:0006810,GO:0008144,GO:0008150,GO:0008643,GO:0015144,GO:0015145,GO:0015146,GO:0015399,GO:0015405,GO:0015407,GO:0015591,GO:0015608,GO:0015611,GO:0015749,GO:0015750,GO:0015752,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0022804,GO:0022857,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034219,GO:0035639,GO:0036094,GO:0042623,GO:0042626,GO:0043167,GO:0043168,GO:0043211,GO:0043492,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0097159,GO:0097367,GO:1901265,GO:1901363 3.6.3.17 ko:K10441 ko02010,map02010 M00212 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.2.1,3.A.1.2.13,3.A.1.2.19 Bacillus 1TP6I@1239,1ZB07@1386,4H9VK@91061,COG1129@1,COG1129@2 NA|NA|NA G Part of the ABC transporter complex RbsABC involved in ribose import. Responsible for energy coupling to the transport system -BSU_35950 224308.BSU35950 2.4e-154 551.6 Bacillus rbsC GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015145,GO:0015749,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0034219,GO:0044425,GO:0044464,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944 ko:K10440 ko02010,map02010 M00212 ko00000,ko00001,ko00002,ko02000 3.A.1.2.1,3.A.1.2.13,3.A.1.2.19 Bacillus 1TP72@1239,1ZBAZ@1386,4H9Y3@91061,COG1172@1,COG1172@2 NA|NA|NA G Belongs to the binding-protein-dependent transport system permease family -BSU_35960 224308.BSU35960 9.7e-161 572.8 Bacillus rbsB GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015145,GO:0015749,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0034219,GO:0044425,GO:0044464,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944 ko:K10439 ko02010,ko02030,map02010,map02030 M00212 ko00000,ko00001,ko00002,ko02000 3.A.1.2.1,3.A.1.2.13,3.A.1.2.19 Bacillus 1TQ1B@1239,1ZD3D@1386,4HCSN@91061,COG1879@1,COG1879@2 NA|NA|NA G COG1879 ABC-type sugar transport system, periplasmic component -BSU_35970 224308.BSU35970 7.8e-94 349.7 Bacteria Bacillus COG3103@1,COG3103@2 NA|NA|NA T Sh3 type 3 domain protein -BSU_35980 224308.BSU35980 6.1e-48 196.4 Bacillus Bacillus 1VF4H@1239,1ZQTK@1386,2E59K@1,3301W@2,4HPY9@91061 NA|NA|NA S Protein of unknown function (DUF3892) -BSU_35990 224308.BSU35990 2.5e-97 361.3 Bacillus ywrO Bacillus 1V4UF@1239,1ZGJ6@1386,4HH6R@91061,COG2249@1,COG2249@2 NA|NA|NA S NADPH-quinone reductase (modulator of drug activity B) -BSU_36000 224308.BSU36000 2.1e-145 521.5 Bacillus alsD GO:0003674,GO:0003824,GO:0016829,GO:0016830,GO:0016831,GO:0047605 4.1.1.5 ko:K01575 ko00650,ko00660,map00650,map00660 R02948 RC00812 ko00000,ko00001,ko01000 Bacillus 1V4AH@1239,1ZQAI@1386,4HHNB@91061,COG3527@1,COG3527@2 NA|NA|NA H Alpha-acetolactate decarboxylase -BSU_36010 224308.BSU36010 0.0 1122.1 Bacillus alsS 2.2.1.6 ko:K01652 ko00290,ko00650,ko00660,ko00770,ko01100,ko01110,ko01130,ko01210,ko01230,map00290,map00650,map00660,map00770,map01100,map01110,map01130,map01210,map01230 M00019,M00570 R00006,R00014,R00226,R03050,R04672,R04673,R08648 RC00027,RC00106,RC01192,RC02744,RC02893 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQE8@1239,1ZE8P@1386,4HAV1@91061,COG0028@1,COG0028@2 NA|NA|NA EH Belongs to the TPP enzyme family -BSU_36020 224308.BSU36020 1.9e-169 601.7 Bacillus alsR Bacillus 1TRVX@1239,1ZRMJ@1386,4HHXD@91061,COG0583@1,COG0583@2 NA|NA|NA K LysR substrate binding domain -BSU_36030 224308.BSU36030 5.6e-242 843.2 Bacillus ywrK ko:K03893 ko00000,ko02000 2.A.45.1,3.A.4.1 Bacillus 1TPNN@1239,1ZBHC@1386,4H9WV@91061,COG1055@1,COG1055@2 NA|NA|NA P Involved in arsenical resistance. Thought to form the channel of an arsenite pump -BSU_36040 224308.BSU36040 9.7e-126 456.1 Bacillus ywrJ Bacillus 1V4SZ@1239,1ZFWE@1386,29H6Z@1,3044I@2,4HHCE@91061 NA|NA|NA -BSU_36050 224308.BSU36050 7.6e-131 473.8 Bacillus cotB ko:K06325 ko00000 Bacillus 1VF41@1239,1ZGKF@1386,2E48W@1,32Z4Q@2,4HPBF@91061 NA|NA|NA -BSU_36060 224308.BSU36060 2.1e-210 738.0 Bacillus cotH ko:K06330 ko00000 Bacillus 1U0PJ@1239,1ZD5Z@1386,4HBE4@91061,COG5337@1,COG5337@2 NA|NA|NA M Spore Coat -BSU_36070 720555.BATR1942_15925 3.7e-12 78.6 Bacillus Bacillus 1UBV7@1239,1ZN5C@1386,29SRG@1,30DXD@2,4INAQ@91061 NA|NA|NA -BSU_36080 224308.BSU36080 1.4e-110 405.6 Bacillus ywrF Bacillus 1V52S@1239,1ZB1C@1386,4HGD9@91061,COG1853@1,COG1853@2 NA|NA|NA S COG1853 Conserved protein domain typically associated with flavoprotein oxygenases, DIM6 NTAB family -BSU_36090 224308.BSU36090 6.4e-54 216.5 Bacillus Bacillus 1UBBF@1239,1ZKM0@1386,29SDM@1,30DIC@2,4IMQD@91061 NA|NA|NA S Domain of unknown function (DUF4181) -BSU_36100 224308.BSU36100 1.7e-309 1067.8 Bacillus ywrD 2.3.2.2,3.4.19.13 ko:K00681 ko00430,ko00460,ko00480,ko01100,map00430,map00460,map00480,map01100 R00494,R01262,R01687,R03867,R03916,R03970,R03971,R04935 RC00064,RC00090,RC00096 ko00000,ko00001,ko01000,ko01002 Bacillus 1TR9U@1239,1ZCVJ@1386,4HB23@91061,COG0405@1,COG0405@2 NA|NA|NA E gamma-glutamyltransferase -BSU_36110 224308.BSU36110 3.6e-82 310.8 Bacillus ywrC GO:0001101,GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0042221,GO:0043200,GO:0043565,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1901698,GO:1901700,GO:1903506,GO:2000112,GO:2001141 ko:K03719 ko00000,ko03000,ko03036 Bacillus 1V1DR@1239,1ZG22@1386,4HFRT@91061,COG1522@1,COG1522@2 NA|NA|NA K Transcriptional regulator -BSU_36120 224308.BSU36120 4.1e-104 384.0 Bacillus ywrB ko:K07240 ko00000,ko02000 2.A.51.1 iYO844.BSU36120 Bacillus 1V43H@1239,1ZRPT@1386,4IQZD@91061,COG2059@1,COG2059@2 NA|NA|NA P Chromate transporter -BSU_36130 224308.BSU36130 1.2e-89 335.9 Bacillus ywrA ko:K07240 ko00000,ko02000 2.A.51.1 Bacillus 1V2C2@1239,1ZR6K@1386,4HFTN@91061,COG2059@1,COG2059@2 NA|NA|NA P COG2059 Chromate transport protein ChrA -BSU_36150 224308.BSU36150 4.6e-102 377.1 Bacillus ywqN Bacillus 1V1DK@1239,1ZFK5@1386,4HG41@91061,COG0655@1,COG0655@2 NA|NA|NA S NAD(P)H-dependent -BSU_36160 224308.BSU36160 4.9e-162 577.0 Bacillus Bacillus 1TRYW@1239,1ZC6S@1386,4H9T5@91061,COG0583@1,COG0583@2 NA|NA|NA K Transcriptional regulator -BSU_36170 224308.BSU36170 7.6e-137 493.0 Bacillus nfi 3.1.21.7 ko:K05982 ko00000,ko01000,ko03400 Bacillus 1V1CJ@1239,1ZBJQ@1386,4HEAW@91061,COG1515@1,COG1515@2 NA|NA|NA L DNA repair enzyme involved in the repair of deaminated bases. Selectively cleaves double-stranded DNA at the second phosphodiester bond 3' to a deoxyinosine leaving behind the intact lesion on the nicked DNA -BSU_36180 224308.BSU36180 2.9e-52 211.5 Bacillus Bacillus 1VEG1@1239,1ZS09@1386,4IS1A@91061,COG2849@1,COG2849@2 NA|NA|NA S MORN repeat variant -BSU_36190 224308.BSU36190 0.0 1179.5 Bacillus Bacillus 1V674@1239,1ZF5M@1386,4HKPS@91061,COG5444@1,COG5444@2 NA|NA|NA L nucleic acid phosphodiester bond hydrolysis -BSU_36200 224308.BSU36200 2.2e-38 164.5 Bacilli Bacillus 1VKUV@1239,2ENUM@1,33GFQ@2,4HR78@91061 NA|NA|NA S Family of unknown function (DUF5344) -BSU_36210 1444310.JANV01000032_gene705 5.7e-15 87.4 Bacillus Bacillus 1VGH4@1239,1ZG43@1386,2E38D@1,32Y83@2,4HPJW@91061 NA|NA|NA S Domain of unknown function (DUF5082) -BSU_36220 224308.BSU36220 5.8e-154 550.1 Bacillus ywqG Bacillus 1V7GE@1239,1ZF4W@1386,4HJ4G@91061,COG3878@1,COG3878@2 NA|NA|NA S Domain of unknown function (DUF1963) -BSU_36230 224308.BSU36230 4e-248 863.6 Bacillus ywqF 1.1.1.22 ko:K00012 ko00040,ko00053,ko00520,ko01100,map00040,map00053,map00520,map01100 M00014,M00129,M00361,M00362 R00286 RC00291 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQFN@1239,1ZAP3@1386,4HADP@91061,COG1004@1,COG1004@2 NA|NA|NA M Belongs to the UDP-glucose GDP-mannose dehydrogenase family -BSU_36240 224308.BSU36240 2.4e-141 508.1 Bacillus ywqE 3.1.3.48 ko:K01104 ko00000,ko01000 Bacillus 1TQ1T@1239,1ZDH3@1386,4HDZR@91061,COG4464@1,COG4464@2 NA|NA|NA GM COG4464 Capsular polysaccharide biosynthesis protein -BSU_36250 224308.BSU36250 2.5e-124 451.4 Bacillus ywqD 2.7.10.2 ko:K00903 ko00000,ko01000,ko01001 Bacillus 1TS4R@1239,1ZB83@1386,4HCEN@91061,COG0489@1,COG0489@2 NA|NA|NA D COG0489 ATPases involved in chromosome partitioning -BSU_36260 224308.BSU36260 3.5e-116 424.5 Bacillus ywqC ko:K19420 ko00000 Bacillus 1UZCR@1239,1ZBJ4@1386,4HE26@91061,COG3944@1,COG3944@2 NA|NA|NA M biosynthesis protein -BSU_36269 224308.BSU36269 2e-17 94.0 Bacillus Bacillus 1UBE9@1239,1ZKRV@1386,2BF9J@1,3292F@2,4IMSZ@91061 NA|NA|NA -BSU_36270 224308.BSU36270 8.4e-309 1065.4 Bacillus ywqB Bacillus 1TSUG@1239,1ZR5V@1386,4HBPY@91061,COG4715@1,COG4715@2 NA|NA|NA S SWIM zinc finger -BSU_36280 224308.BSU36280 0.0 1852.8 Bacillus ywqA Bacillus 1TPFZ@1239,1ZBZT@1386,4HAIF@91061,COG0553@1,COG0553@2 NA|NA|NA L COG0553 Superfamily II DNA RNA helicases, SNF2 family -BSU_36290 224308.BSU36290 6.1e-157 560.1 Bacillus ywpJ 3.1.3.104 ko:K21064 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R07280 RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1V5FB@1239,1ZDBI@1386,4HGY8@91061,COG0561@1,COG0561@2 NA|NA|NA S hydrolases of the HAD superfamily -BSU_36300 224308.BSU36300 1.5e-138 498.8 Bacillus glcR ko:K22103 ko00000,ko03000 Bacillus 1V1VH@1239,1ZEDB@1386,4HG12@91061,COG1349@1,COG1349@2 NA|NA|NA K COG1349 Transcriptional regulators of sugar metabolism -BSU_36310 224308.BSU36310 1.7e-57 228.4 Bacillus ywpH ko:K03111 ko03030,ko03430,ko03440,map03030,map03430,map03440 ko00000,ko00001,ko03029,ko03032,ko03400 Bacillus 1V797@1239,1ZH3N@1386,4HJFJ@91061,COG0629@1,COG0629@2 NA|NA|NA L Single-stranded DNA-binding protein -BSU_36320 224308.BSU36320 2.9e-66 257.7 Bacillus ywpG Bacillus 1UA2P@1239,1ZGE4@1386,29RI2@1,30CM1@2,4IKC3@91061 NA|NA|NA -BSU_36330 224308.BSU36330 2.4e-66 258.1 Bacillus ywpF Bacillus 1V8K8@1239,1ZEV0@1386,2E3V2@1,32YSB@2,4HMGU@91061 NA|NA|NA S YwpF-like protein -BSU_36340 224308.BSU36340 1.4e-50 205.3 Bacilli Bacillus 1V4ZG@1239,4HMUE@91061,COG3764@1,COG3764@2 NA|NA|NA M Sortase family -BSU_36350 224308.BSU36350 3e-153 547.7 Bacillus ywpD Bacillus 1TRIG@1239,1ZS5Y@1386,4HD8X@91061,COG0745@1,COG0745@2,COG2972@1,COG2972@2 NA|NA|NA T Histidine kinase -BSU_36360 224308.BSU36360 3.4e-54 217.6 Bacillus mscL GO:0003674,GO:0005215,GO:0005575,GO:0006810,GO:0006811,GO:0006884,GO:0008150,GO:0008361,GO:0008381,GO:0009987,GO:0009992,GO:0015267,GO:0016020,GO:0016021,GO:0016043,GO:0019725,GO:0022803,GO:0022836,GO:0022857,GO:0030104,GO:0031224,GO:0032535,GO:0042592,GO:0044425,GO:0048878,GO:0051179,GO:0051234,GO:0055082,GO:0055085,GO:0065007,GO:0065008,GO:0071840,GO:0090066 ko:K03282 ko00000,ko02000 1.A.22.1 Bacillus 1VA14@1239,1ZH44@1386,4HKIA@91061,COG1970@1,COG1970@2 NA|NA|NA M Channel that opens in response to stretch forces in the membrane lipid bilayer. May participate in the regulation of osmotic pressure changes within the cell -BSU_36370 224308.BSU36370 8.4e-75 286.2 Bacillus fabZ 4.2.1.59 ko:K02372 ko00061,ko00780,ko01100,ko01212,map00061,map00780,map01100,map01212 M00083,M00572 R04428,R04535,R04537,R04544,R04568,R04954,R04965,R07764,R10117,R10121 RC00831,RC01095 ko00000,ko00001,ko00002,ko01000,ko01004 Bacillus 1V6EX@1239,1ZFJ9@1386,4HGX1@91061,COG0764@1,COG0764@2 NA|NA|NA I Involved in unsaturated fatty acids biosynthesis. Catalyzes the dehydration of short chain beta-hydroxyacyl-ACPs and long chain saturated and unsaturated beta-hydroxyacyl-ACPs -BSU_36380 224308.BSU36380 3.6e-199 700.7 Bacillus rapD ko:K06362 ko00000,ko01000 Bacillus 1U3RZ@1239,1ZF5Q@1386,4IDJ0@91061,COG0457@1,COG0457@2 NA|NA|NA S aspartate phosphatase -BSU_36390 224308.BSU36390 2.6e-141 508.1 Bacillus flhP GO:0001539,GO:0005575,GO:0005623,GO:0006928,GO:0008150,GO:0009288,GO:0009424,GO:0009987,GO:0040011,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0071978,GO:0097588 ko:K02392 ko02040,map02040 ko00000,ko00001,ko02035 Bacillus 1TSYY@1239,1ZCIJ@1386,4HC6B@91061,COG4786@1,COG4786@2 NA|NA|NA N flagellar basal body -BSU_36400 224308.BSU36400 1.5e-125 455.7 Bacillus flhO GO:0001539,GO:0005575,GO:0005623,GO:0006928,GO:0008150,GO:0009288,GO:0009424,GO:0009987,GO:0040011,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0071978,GO:0097588 ko:K02392 ko02040,map02040 ko00000,ko00001,ko02035 Bacillus 1TRFQ@1239,1ZBEC@1386,4HCKG@91061,COG4786@1,COG4786@2 NA|NA|NA N flagellar basal body -BSU_36410 224308.BSU36410 6e-180 636.7 Bacillus mbl ko:K03569 ko00000,ko02048,ko03036,ko04812 1.A.33.1,9.B.157.1 Bacillus 1TP51@1239,1ZC87@1386,4HA4S@91061,COG1077@1,COG1077@2 NA|NA|NA D Rod shape-determining protein -BSU_36420 224308.BSU36420 6.6e-44 183.0 Bacillus spoIIID ko:K06283 ko00000,ko03000 Bacillus 1VADF@1239,1ZGY1@1386,4HKIY@91061,COG1609@1,COG1609@2 NA|NA|NA K Stage III sporulation protein D -BSU_36440 224308.BSU36440 3.5e-70 270.8 Bacillus Bacillus 1VBQ1@1239,1ZIKI@1386,4HMXC@91061,COG1846@1,COG1846@2 NA|NA|NA K COG1846 Transcriptional regulators -BSU_36450 224308.BSU36450 4.6e-211 740.3 Bacillus ywoG GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 Bacillus 1TQHD@1239,1ZAUW@1386,4HBCZ@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_36460 224308.BSU36460 2.1e-231 808.1 Bacillus ywoF Bacillus 1UY76@1239,1ZDPG@1386,4HCY7@91061,COG3420@1,COG3420@2 NA|NA|NA P Right handed beta helix region -BSU_36470 224308.BSU36470 5.2e-281 973.0 Bacillus GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0015205,GO:0015851,GO:0016020,GO:0022857,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944 ko:K03457 ko00000 2.A.39 Bacillus 1TS5W@1239,1ZDNH@1386,4HAIM@91061,COG1953@1,COG1953@2 NA|NA|NA FH COG1953 Cytosine uracil thiamine allantoin permeases -BSU_36480 224308.BSU36480 5.7e-242 843.2 Bacillus ywoD GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 Bacillus 1UIYG@1239,1ZAWC@1386,4ISX7@91061,COG0477@1,COG0477@2 NA|NA|NA EGP Major facilitator superfamily -BSU_36490 224308.BSU36490 6.7e-104 383.3 Bacillus ywoC Bacillus 1V4UN@1239,1ZG0P@1386,4HH38@91061,COG1335@1,COG1335@2 NA|NA|NA Q Isochorismatase family -BSU_36500 224308.BSU36500 5.2e-78 297.0 Bacillus Bacillus 1VY2S@1239,1ZGUV@1386,2CDZ7@1,310W6@2,4HWZM@91061 NA|NA|NA -BSU_36510 224308.BSU36510 4.3e-225 786.9 Bacillus nrgA ko:K03320 ko00000,ko02000 1.A.11 iYO844.BSU36510 Bacillus 1TQYG@1239,1ZB5S@1386,4HBGK@91061,COG0004@1,COG0004@2 NA|NA|NA P Ammonium transporter -BSU_36520 224308.BSU36520 2.6e-58 231.1 Bacillus nrgB ko:K04751 ko02020,map02020 ko00000,ko00001 Bacillus 1V9Z5@1239,1ZGHT@1386,4HM5G@91061,COG0347@1,COG0347@2 NA|NA|NA K Belongs to the P(II) protein family -BSU_36530 224308.BSU36530 5.8e-103 380.2 Bacillus bcrC 3.6.1.27 ko:K19302 ko00550,map00550 R05627 RC00002 ko00000,ko00001,ko01000,ko01011 Bacillus 1VARM@1239,1ZGFZ@1386,4HN1F@91061,COG0671@1,COG0671@2 NA|NA|NA I COG0671 Membrane-associated phospholipid phosphatase -BSU_36540 224308.BSU36540 6e-73 280.0 Bacillus ywnJ Bacillus 1VGUK@1239,1ZHPH@1386,2E5BV@1,3303W@2,4HQU7@91061 NA|NA|NA S VanZ like family -BSU_36550 224308.BSU36550 5.5e-126 457.2 Bacillus spoIIQ GO:0005575,GO:0005623,GO:0042601,GO:0042763,GO:0044464 ko:K06386 ko00000 1.A.34.1.1 Bacillus 1V7CU@1239,1ZC61@1386,4HCZJ@91061,COG0739@1,COG0739@2 NA|NA|NA M COG0739 Membrane proteins related to metalloendopeptidases -BSU_36560 224308.BSU36560 1.1e-89 335.9 Bacillus ywnH GO:0003674,GO:0003824,GO:0006464,GO:0006473,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016740,GO:0016746,GO:0016747,GO:0019538,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:1901564 2.3.1.183 ko:K03823 ko00440,ko01130,map00440,map01130 R08871,R08938 RC00004,RC00064 ko00000,ko00001,ko01000 Bacillus 1V3V3@1239,1ZFR7@1386,4HHNY@91061,COG1247@1,COG1247@2 NA|NA|NA M COG1247 Sortase and related acyltransferases -BSU_36570 720555.BATR1942_16260 3.5e-14 85.1 Bacillus ywnC Bacillus 1VQNN@1239,1ZG44@1386,2EKMP@1,33EBE@2,4HSNG@91061 NA|NA|NA S Family of unknown function (DUF5362) -BSU_36580 224308.BSU36580 3.7e-70 270.8 Bacillus ywnF Bacillus 1VF8Y@1239,1ZJ57@1386,2E4P1@1,32ZHT@2,4HQ3Y@91061 NA|NA|NA S Family of unknown function (DUF5392) -BSU_36590 224308.BSU36590 5.8e-277 959.5 Bacillus ywnE GO:0003674,GO:0003824,GO:0005575,GO:0006629,GO:0006644,GO:0006650,GO:0006655,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0008808,GO:0009058,GO:0009987,GO:0016020,GO:0016740,GO:0016772,GO:0016780,GO:0019637,GO:0030572,GO:0032048,GO:0032049,GO:0032502,GO:0043934,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0045017,GO:0046471,GO:0046474,GO:0046486,GO:0071704,GO:0090407,GO:1901576 ko:K06131 ko00564,ko01100,map00564,map01100 R07390 RC00017 ko00000,ko00001,ko01000 Bacillus 1TPKY@1239,1ZBG7@1386,4H9TI@91061,COG1502@1,COG1502@2 NA|NA|NA I Catalyzes the reversible phosphatidyl group transfer from one phosphatidylglycerol molecule to another to form cardiolipin (CL) (diphosphatidylglycerol) and glycerol -BSU_36600 224308.BSU36600 6.9e-144 516.5 Bacillus mta ko:K21743 ko00000,ko03000 Bacillus 1TS6Z@1239,1ZBMT@1386,4HCVW@91061,COG0789@1,COG0789@2 NA|NA|NA K transcriptional -BSU_36610 224308.BSU36610 4.4e-59 233.8 Bacillus ywnC Bacillus 1VQNN@1239,1ZG44@1386,2EKMP@1,33EBE@2,4HSNG@91061 NA|NA|NA S Family of unknown function (DUF5362) -BSU_36620 224308.BSU36620 3.6e-114 417.5 Bacillus ywnB ko:K07118 ko00000 Bacillus 1TZ3T@1239,1ZESA@1386,4HAJ4@91061,COG2910@1,COG2910@2 NA|NA|NA S NAD(P)H-binding -BSU_36630 224308.BSU36630 2.8e-64 251.1 Bacillus ywnA Bacillus 1V6FK@1239,1ZHA4@1386,4HKZD@91061,COG1959@1,COG1959@2 NA|NA|NA K Transcriptional regulator -BSU_36640 224308.BSU36640 0.0 1136.7 Bacillus ureC 3.5.1.5 ko:K01428 ko00220,ko00230,ko00791,ko01100,ko01120,ko05120,map00220,map00230,map00791,map01100,map01120,map05120 R00131 RC02798,RC02806 ko00000,ko00001,ko01000 Bacillus 1TPQP@1239,1ZDMR@1386,4HBTS@91061,COG0804@1,COG0804@2 NA|NA|NA E Belongs to the metallo-dependent hydrolases superfamily. Urease alpha subunit family -BSU_36650 224308.BSU36650 1e-63 249.2 Bacillus ureB 3.5.1.5 ko:K01429 ko00220,ko00230,ko00791,ko01100,ko01120,map00220,map00230,map00791,map01100,map01120 R00131 RC02798,RC02806 ko00000,ko00001,ko01000 Bacillus 1VAIA@1239,1ZH2P@1386,4HM0I@91061,COG0832@1,COG0832@2 NA|NA|NA E Belongs to the urease beta subunit family -BSU_36660 224308.BSU36660 8.2e-51 206.1 Bacillus ureA 3.5.1.5 ko:K01430 ko00220,ko00230,ko00791,ko01100,ko01120,map00220,map00230,map00791,map01100,map01120 R00131 RC02798,RC02806 ko00000,ko00001,ko01000 iYO844.BSU36660 Bacillus 1V7GU@1239,1ZH3M@1386,4HIJS@91061,COG0831@1,COG0831@2 NA|NA|NA E Belongs to the urease gamma subunit family -BSU_36670 224308.BSU36670 3.7e-11 73.6 Bacteria Bacillus COG3237@1,COG3237@2 NA|NA|NA K CsbD-like -BSU_36680 224308.BSU36680 5.2e-84 317.0 Bacillus ywmF Bacillus 1V8QC@1239,1ZQQW@1386,4HK02@91061,COG1994@1,COG1994@2 NA|NA|NA S Peptidase M50 -BSU_36690 1051501.AYTL01000027_gene816 2.3e-103 382.5 Bacillus rapA ko:K06359,ko:K06360,ko:K06367 ko02024,map02024 ko00000,ko00001,ko01000 Bacillus 1UUXQ@1239,1ZDKN@1386,4I402@91061,COG0457@1,COG0457@2 NA|NA|NA S response regulator aspartate phosphatase -BSU_36700 224308.BSU36700 1.2e-191 675.6 Bacillus moaA 4.1.99.22 ko:K03639 ko00790,ko01100,ko04122,map00790,map01100,map04122 R09394 RC03420 ko00000,ko00001,ko01000 Bacillus 1TP89@1239,1ZCD4@1386,4HAKQ@91061,COG2896@1,COG2896@2 NA|NA|NA H Catalyzes the cyclization of GTP to (8S)-3',8-cyclo-7,8- dihydroguanosine 5'-triphosphate -BSU_36710 224308.BSU36710 4.4e-146 523.9 Bacillus fdhD ko:K02379 ko00000 Bacillus 1TU8R@1239,1ZBNJ@1386,4HAY8@91061,COG1526@1,COG1526@2 NA|NA|NA C Required for formate dehydrogenase (FDH) activity. Acts as a sulfur carrier protein that transfers sulfur from IscS to the molybdenum cofactor prior to its insertion into FDH -BSU_36730 224308.BSU36730 1.2e-120 439.1 Bacillus ywmD ko:K07114 ko00000,ko02000 1.A.13.2.2,1.A.13.2.3 Bacillus 1UZKX@1239,1ZBWZ@1386,4HCSC@91061,COG2304@1,COG2304@2 NA|NA|NA S protein containing a von Willebrand factor type A (vWA) domain -BSU_36740 224308.BSU36740 3e-122 444.5 Bacillus ywmC ko:K07114 ko00000,ko02000 1.A.13.2.2,1.A.13.2.3 Bacillus 1UZKX@1239,1ZD9C@1386,4HCSC@91061,COG2304@1,COG2304@2 NA|NA|NA S protein containing a von Willebrand factor type A (vWA) domain -BSU_36750 224308.BSU36750 4.4e-178 630.6 Bacillus spoIID GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 ko:K06381 ko00000 Bacillus 1TQSI@1239,1ZBNU@1386,4HCE3@91061,COG2385@1,COG2385@2 NA|NA|NA D Stage II sporulation protein D -BSU_36760 224308.BSU36760 2.1e-241 841.3 Bacillus murAA 2.5.1.7 ko:K00790 ko00520,ko00550,ko01100,map00520,map00550,map01100 R00660 RC00350 ko00000,ko00001,ko01000,ko01011 Bacillus 1TPAU@1239,1ZB89@1386,4H9KI@91061,COG0766@1,COG0766@2 NA|NA|NA M Cell wall formation. Adds enolpyruvyl to UDP-N- acetylglucosamine -BSU_36770 224308.BSU36770 2.8e-134 484.6 Bacillus ywmB Bacillus 1VN6K@1239,1ZHV5@1386,2DSIK@1,33GA6@2,4HSJR@91061 NA|NA|NA S TATA-box binding -BSU_36780 224308.BSU36780 2.1e-32 144.4 Bacillus ywzB Bacillus 1VK5C@1239,1ZJ1E@1386,4HR8D@91061,COG4836@1,COG4836@2 NA|NA|NA S membrane -BSU_36790 224308.BSU36790 5.6e-88 330.1 Bacillus ywmA Bacillus 1W4TC@1239,1ZE76@1386,28YPI@1,2ZKH3@2,4IJT1@91061 NA|NA|NA -BSU_36800 224308.BSU36800 7.6e-54 216.5 Bacillus atpC GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006754,GO:0006793,GO:0006796,GO:0006807,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009167,GO:0009168,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0015672,GO:0015985,GO:0015986,GO:0016020,GO:0016469,GO:0017144,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0032991,GO:0033178,GO:0034220,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044425,GO:0044464,GO:0045259,GO:0045261,GO:0046034,GO:0046390,GO:0046483,GO:0051179,GO:0051234,GO:0055085,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:0098655,GO:0098660,GO:0098662,GO:0098796,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1902600 ko:K02114 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 ko00000,ko00001,ko00002,ko00194 3.A.2.1 Bacillus 1VA89@1239,1ZGET@1386,4HKHS@91061,COG0355@1,COG0355@2 NA|NA|NA C Produces ATP from ADP in the presence of a proton gradient across the membrane -BSU_36810 224308.BSU36810 2e-266 924.5 Bacillus atpD 3.6.3.14 ko:K02112 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 ko00000,ko00001,ko00002,ko00194,ko01000 3.A.2.1 Bacillus 1TPGF@1239,1ZB62@1386,4HAT6@91061,COG0055@1,COG0055@2 NA|NA|NA C Produces ATP from ADP in the presence of a proton gradient across the membrane. The catalytic sites are hosted primarily by the beta subunits -BSU_36820 224308.BSU36820 1.9e-150 538.5 Bacillus atpG ko:K02115 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 ko00000,ko00001,ko00002,ko00194 3.A.2.1 iYO844.BSU36820 Bacillus 1TPBX@1239,1ZCKT@1386,4HB0E@91061,COG0224@1,COG0224@2 NA|NA|NA C Produces ATP from ADP in the presence of a proton gradient across the membrane. The gamma chain is believed to be important in regulating ATPase activity and the flow of protons through the CF(0) complex -BSU_36830 224308.BSU36830 1.5e-280 971.5 Bacillus atpA 3.6.3.14 ko:K02111 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 ko00000,ko00001,ko00002,ko00194,ko01000 3.A.2.1 Bacillus 1TNZ8@1239,1ZB13@1386,4HAMZ@91061,COG0056@1,COG0056@2 NA|NA|NA C Produces ATP from ADP in the presence of a proton gradient across the membrane. The alpha chain is a regulatory subunit -BSU_36840 224308.BSU36840 1.8e-90 338.6 Bacillus atpH ko:K02113 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 ko00000,ko00001,ko00002,ko00194 3.A.2.1 Bacillus 1VAG3@1239,1ZG65@1386,4HKFW@91061,COG0712@1,COG0712@2 NA|NA|NA C F(1)F(0) ATP synthase produces ATP from ADP in the presence of a proton or sodium gradient. F-type ATPases consist of two structural domains, F(1) containing the extramembraneous catalytic core and F(0) containing the membrane proton channel, linked together by a central stalk and a peripheral stalk. During catalysis, ATP synthesis in the catalytic domain of F(1) is coupled via a rotary mechanism of the central stalk subunits to proton translocation -BSU_36850 224308.BSU36850 6.4e-45 187.2 Bacillus atpF ko:K02109 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 ko00000,ko00001,ko00002,ko00194 3.A.2.1 iYO844.BSU36850 Bacillus 1VB85@1239,1ZGHN@1386,4HM64@91061,COG0711@1,COG0711@2 NA|NA|NA C Component of the F(0) channel, it forms part of the peripheral stalk, linking F(1) to F(0) -BSU_36860 1051501.AYTL01000028_gene2080 3.6e-26 123.6 Bacillus atpE GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006754,GO:0006793,GO:0006796,GO:0006807,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008152,GO:0008324,GO:0009058,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009167,GO:0009168,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0015075,GO:0015077,GO:0015078,GO:0015318,GO:0015399,GO:0015405,GO:0015672,GO:0015985,GO:0015986,GO:0016020,GO:0016462,GO:0016469,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0017144,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0019829,GO:0022804,GO:0022853,GO:0022857,GO:0022890,GO:0032991,GO:0033177,GO:0034220,GO:0034641,GO:0034654,GO:0042623,GO:0042625,GO:0042626,GO:0043492,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044425,GO:0044464,GO:0044769,GO:0045259,GO:0045263,GO:0046034,GO:0046390,GO:0046483,GO:0046933,GO:0051179,GO:0051234,GO:0055085,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:0090662,GO:0098655,GO:0098660,GO:0098662,GO:0098796,GO:0099131,GO:0099132,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1902600 ko:K02110 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 ko00000,ko00001,ko00002,ko00194 3.A.2.1 Bacillus 1VEHP@1239,1ZIWP@1386,4HNKQ@91061,COG0636@1,COG0636@2 NA|NA|NA C F(1)F(0) ATP synthase produces ATP from ADP in the presence of a proton or sodium gradient. F-type ATPases consist of two structural domains, F(1) containing the extramembraneous catalytic core and F(0) containing the membrane proton channel, linked together by a central stalk and a peripheral stalk. During catalysis, ATP synthesis in the catalytic domain of F(1) is coupled via a rotary mechanism of the central stalk subunits to proton translocation -BSU_36870 224308.BSU36870 1e-128 466.1 Bacillus atpB GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005622,GO:0005623,GO:0005886,GO:0005887,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006754,GO:0006793,GO:0006796,GO:0006807,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008152,GO:0008324,GO:0009058,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009167,GO:0009168,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0015075,GO:0015077,GO:0015078,GO:0015318,GO:0015399,GO:0015405,GO:0015672,GO:0015985,GO:0015986,GO:0016020,GO:0016021,GO:0016462,GO:0016469,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0017144,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0019829,GO:0022804,GO:0022853,GO:0022857,GO:0022890,GO:0031224,GO:0031226,GO:0032991,GO:0033177,GO:0034220,GO:0034641,GO:0034654,GO:0042623,GO:0042625,GO:0042626,GO:0042777,GO:0043492,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044425,GO:0044459,GO:0044464,GO:0044769,GO:0045259,GO:0045263,GO:0046034,GO:0046390,GO:0046483,GO:0046933,GO:0051179,GO:0051234,GO:0055085,GO:0055086,GO:0071704,GO:0071944,GO:0072521,GO:0072522,GO:0090407,GO:0090662,GO:0098655,GO:0098660,GO:0098662,GO:0098796,GO:0099131,GO:0099132,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1902600 ko:K02108 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 ko00000,ko00001,ko00002,ko00194,ko03110 3.A.2.1 Bacillus 1TQIT@1239,1ZB02@1386,4H9NV@91061,COG0356@1,COG0356@2 NA|NA|NA C it plays a direct role in the translocation of protons across the membrane -BSU_36880 224308.BSU36880 4.3e-62 243.8 Bacillus atpI ko:K02116 ko00000,ko00194 3.A.2.1 Bacillus 1V9N6@1239,1ZQSH@1386,2E2UM@1,32HZ5@2,4HK0H@91061 NA|NA|NA S ATP synthase -BSU_36890 224308.BSU36890 7.9e-114 416.4 Bacillus upp GO:0003674,GO:0003824,GO:0004849,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006206,GO:0006213,GO:0006220,GO:0006221,GO:0006222,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008655,GO:0009058,GO:0009112,GO:0009116,GO:0009117,GO:0009119,GO:0009123,GO:0009124,GO:0009129,GO:0009130,GO:0009156,GO:0009161,GO:0009163,GO:0009165,GO:0009173,GO:0009174,GO:0009218,GO:0009220,GO:0009259,GO:0009260,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0018130,GO:0019205,GO:0019206,GO:0019438,GO:0019637,GO:0019693,GO:0034404,GO:0034641,GO:0034654,GO:0042455,GO:0043094,GO:0043097,GO:0043174,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046049,GO:0046131,GO:0046132,GO:0046134,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 2.4.2.9 ko:K00761 ko00240,ko01100,map00240,map01100 R00966 RC00063 ko00000,ko00001,ko01000 Bacillus 1TPMT@1239,1ZASG@1386,4H9Y0@91061,COG0035@1,COG0035@2 NA|NA|NA F Catalyzes the conversion of uracil and 5-phospho-alpha- D-ribose 1-diphosphate (PRPP) to UMP and diphosphate -BSU_36900 224308.BSU36900 3.5e-238 830.5 Bacillus glyA 2.1.2.1 ko:K00600 ko00260,ko00460,ko00630,ko00670,ko00680,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,ko01523,map00260,map00460,map00630,map00670,map00680,map01100,map01110,map01120,map01130,map01200,map01230,map01523 M00140,M00141,M00346,M00532 R00945,R09099 RC00022,RC00112,RC01583,RC02958 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQVM@1239,1ZB9V@1386,4HA5K@91061,COG0112@1,COG0112@2 NA|NA|NA E Catalyzes the reversible interconversion of serine and glycine with tetrahydrofolate (THF) serving as the one-carbon carrier. This reaction serves as the major source of one-carbon groups required for the biosynthesis of purines, thymidylate, methionine, and other important biomolecules. Also exhibits THF- independent aldolase activity toward beta-hydroxyamino acids, producing glycine and aldehydes, via a retro-aldol mechanism -BSU_36910 224308.BSU36910 1.2e-94 352.4 Bacillus ywlG Bacillus 1V3H0@1239,1ZFKM@1386,4HH6F@91061,COG4475@1,COG4475@2 NA|NA|NA S Belongs to the UPF0340 family -BSU_36920 1051501.AYTL01000028_gene2074 2.8e-81 307.8 Bacillus ywlF 5.3.1.6 ko:K01808 ko00030,ko00051,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00030,map00051,map00710,map01100,map01110,map01120,map01130,map01200,map01230 M00004,M00007,M00165,M00167 R01056,R09030 RC00376,RC00434 ko00000,ko00001,ko00002,ko01000 Bacillus 1V3HE@1239,1ZFM4@1386,4HGXD@91061,COG0698@1,COG0698@2 NA|NA|NA G Ribose 5-phosphate isomerase -BSU_36930 224308.BSU36930 3.9e-78 297.4 Bacillus ywlE 3.9.1.2 ko:K20201 ko00000,ko01000 Bacillus 1VA05@1239,1ZH51@1386,4HKBQ@91061,COG0394@1,COG0394@2 NA|NA|NA T Belongs to the low molecular weight phosphotyrosine protein phosphatase family -BSU_36940 224308.BSU36940 3.8e-91 340.9 Bacillus mntP Bacillus 1V4QK@1239,1ZFK0@1386,4HH7C@91061,COG1971@1,COG1971@2 NA|NA|NA P Probably functions as a manganese efflux pump -BSU_36950 224308.BSU36950 2.1e-196 691.4 Bacillus ywlC GO:0000049,GO:0000166,GO:0002949,GO:0003674,GO:0003676,GO:0003723,GO:0003824,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006450,GO:0006725,GO:0006807,GO:0008033,GO:0008144,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016772,GO:0016779,GO:0017076,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034470,GO:0034641,GO:0034660,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044424,GO:0044464,GO:0046483,GO:0065007,GO:0065008,GO:0070525,GO:0071704,GO:0090304,GO:0097159,GO:0097367,GO:1901265,GO:1901360,GO:1901363 2.7.7.87 ko:K07566 R10463 RC00745 ko00000,ko01000,ko03009,ko03016 Bacillus 1TP1I@1239,1ZB2V@1386,4HA7W@91061,COG0009@1,COG0009@2 NA|NA|NA J Required for the formation of a threonylcarbamoyl group on adenosine at position 37 (t(6)A37) in tRNAs that read codons beginning with adenine -BSU_36960 224308.BSU36960 1.6e-76 292.0 Bacillus ywlB Bacillus 1U9KN@1239,1ZIA8@1386,4IKY0@91061,COG1246@1,COG1246@2 NA|NA|NA E Belongs to the acetyltransferase family. ArgA subfamily -BSU_36970 224308.BSU36970 1e-111 409.5 Bacillus spoIIR ko:K06387 ko00000 Bacillus 1V6PK@1239,1ZEE3@1386,2AUKD@1,31K93@2,4HI5F@91061 NA|NA|NA S stage II sporulation protein R -BSU_36980 224308.BSU36980 5.7e-56 223.4 Bacillus ywlA Bacillus 1UCW8@1239,1ZPPX@1386,2B1TR@1,31U9Q@2,4IPC8@91061 NA|NA|NA S Uncharacterised protein family (UPF0715) -BSU_37000 224308.BSU37000 3.8e-159 567.4 Bacillus prmC GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0008168,GO:0008757,GO:0016740,GO:0016741,GO:0032259,GO:0044424,GO:0044444,GO:0044464 2.1.1.297 ko:K02493 R10806 RC00003,RC03279 ko00000,ko01000,ko03012 Bacillus 1TSMA@1239,1ZBSE@1386,4HC6W@91061,COG2890@1,COG2890@2 NA|NA|NA J Methylates the class 1 translation termination release factors RF1 PrfA and RF2 PrfB on the glutamine residue of the universally conserved GGQ motif -BSU_37010 224308.BSU37010 1.6e-191 675.2 Bacillus prfA ko:K02835 ko00000,ko03012 Bacillus 1TQ7V@1239,1ZCE9@1386,4H9MB@91061,COG0216@1,COG0216@2 NA|NA|NA J Peptide chain release factor 1 directs the termination of translation in response to the peptide chain termination codons UAG and UAA -BSU_37020 224308.BSU37020 1.4e-68 265.4 Bacillus ywkD ko:K08234 ko00000 Bacillus 1V6XU@1239,1ZHFW@1386,4HIFI@91061,COG0346@1,COG0346@2 NA|NA|NA E Glyoxalase/Bleomycin resistance protein/Dioxygenase superfamily -BSU_37030 224308.BSU37030 3.7e-91 340.9 Bacillus racA ko:K11686 ko00000,ko03036 Bacillus 1VH5D@1239,1ZG6F@1386,4HQ0J@91061,COG0789@1,COG0789@2 NA|NA|NA K Required for the formation of axial filaments and for anchoring the origin regions at the cell poles in sporulating cells, thus ensuring proper chromosome segregation in the prespore. Binds in a dispersed manner throughout the chromosome but preferentially to sites clustered in the origin portion of the chromosome, causing condensation of the chromosome and its remodeling into an elongated, anchored structure -BSU_37040 224308.BSU37040 1.5e-159 568.9 Bacillus ywkB ko:K07088 ko00000 Bacillus 1VDS9@1239,1ZDDW@1386,4HQT5@91061,COG0679@1,COG0679@2 NA|NA|NA S Membrane transport protein -BSU_37050 224308.BSU37050 0.0 1144.0 Bacillus maeA GO:0003674,GO:0003824,GO:0004470,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006090,GO:0006108,GO:0008150,GO:0008152,GO:0009987,GO:0016491,GO:0016614,GO:0016615,GO:0019752,GO:0032787,GO:0043436,GO:0043648,GO:0044237,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0055114,GO:0071704 1.1.1.38 ko:K00027 ko00620,ko01200,ko02020,map00620,map01200,map02020 R00214 RC00105 ko00000,ko00001,ko01000 Bacillus 1TPJ3@1239,1ZQEV@1386,4HBF1@91061,COG0281@1,COG0281@2 NA|NA|NA C malic enzyme -BSU_37060 224308.BSU37060 4.1e-104 384.0 Bacillus tdk GO:0003674,GO:0003824,GO:0004797,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006213,GO:0006259,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009116,GO:0009117,GO:0009120,GO:0009123,GO:0009124,GO:0009157,GO:0009162,GO:0009165,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0018130,GO:0019136,GO:0019205,GO:0019206,GO:0019438,GO:0019637,GO:0034641,GO:0034654,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046104,GO:0046125,GO:0046483,GO:0055086,GO:0071704,GO:0072527,GO:0090304,GO:0090407,GO:1901135,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901576,GO:1901657 2.7.1.21 ko:K00857 ko00240,ko00983,ko01100,map00240,map00983,map01100 R01567,R02099,R08233 RC00002,RC00017 ko00000,ko00001,ko01000 iYO844.BSU37060 Bacillus 1TRVM@1239,1ZBMX@1386,4HA4A@91061,COG1435@1,COG1435@2 NA|NA|NA F thymidine kinase -BSU_37070 1051501.AYTL01000028_gene2059 1.8e-32 144.4 Bacillus rpmE ko:K02909 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VEGU@1239,1ZQBD@1386,4HNQF@91061,COG0254@1,COG0254@2 NA|NA|NA J Binds the 23S rRNA -BSU_37080 224308.BSU37080 4.7e-238 830.1 Bacillus rho ko:K03628 ko03018,map03018 ko00000,ko00001,ko03019,ko03021 Bacillus 1TPHZ@1239,1ZBN9@1386,4H9XB@91061,COG1158@1,COG1158@2 NA|NA|NA K Facilitates transcription termination by a mechanism that involves Rho binding to the nascent RNA, activation of Rho's RNA-dependent ATPase activity, and release of the mRNA from the DNA template -BSU_37090 224308.BSU37090 3.3e-175 620.9 Bacillus glpX GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005996,GO:0006006,GO:0006094,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016051,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0019203,GO:0019318,GO:0019319,GO:0019637,GO:0030388,GO:0042132,GO:0042578,GO:0044237,GO:0044238,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046364,GO:0050308,GO:0071704,GO:1901135,GO:1901576 3.1.3.11 ko:K02446 ko00010,ko00030,ko00051,ko00680,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00030,map00051,map00680,map00710,map01100,map01110,map01120,map01130,map01200 M00003,M00165,M00167 R00762,R04780 RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP0D@1239,1ZC28@1386,4H9MV@91061,COG1494@1,COG1494@2 NA|NA|NA G fructose-1,6-bisphosphatase -BSU_37100 224308.BSU37100 1.9e-239 834.7 Bacillus murAB 2.5.1.7 ko:K00790 ko00520,ko00550,ko01100,map00520,map00550,map01100 R00660 RC00350 ko00000,ko00001,ko01000,ko01011 iYO844.BSU37100 Bacillus 1TPAU@1239,1ZASB@1386,4H9KI@91061,COG0766@1,COG0766@2 NA|NA|NA M Cell wall formation. Adds enolpyruvyl to UDP-N- acetylglucosamine -BSU_37110 224308.BSU37110 2e-112 411.8 Bacillus tal GO:0003674,GO:0005488,GO:0005515,GO:0042802 2.2.1.2 ko:K00616 ko00030,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00030,map01100,map01110,map01120,map01130,map01200,map01230 M00004,M00007 R01827 RC00439,RC00604 ko00000,ko00001,ko00002,ko01000 iYO844.BSU37110 Bacillus 1TP4Q@1239,1ZCA6@1386,4HA8G@91061,COG0176@1,COG0176@2 NA|NA|NA G Transaldolase is important for the balance of metabolites in the pentose-phosphate pathway -BSU_37120 224308.BSU37120 1.2e-157 562.4 Bacillus fbaA 4.1.2.13 ko:K01624 ko00010,ko00030,ko00051,ko00680,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00010,map00030,map00051,map00680,map00710,map01100,map01110,map01120,map01130,map01200,map01230 M00001,M00003,M00165,M00167,M00344,M00345 R01068,R01070,R01829,R02568 RC00438,RC00439,RC00603,RC00604 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ01@1239,1ZBBA@1386,4H9ZU@91061,COG0191@1,COG0191@2 NA|NA|NA G Aldolase -BSU_37130 1051501.AYTL01000028_gene2053 1.9e-62 245.0 Bacillus spo0F ko:K02490 ko02020,ko02024,map02020,map02024 M00485 ko00000,ko00001,ko00002,ko02022 Bacillus 1V6R9@1239,1ZQRZ@1386,4HICG@91061,COG2204@1,COG2204@2 NA|NA|NA T COG0784 FOG CheY-like receiver -BSU_37140 224308.BSU37140 3.2e-92 344.4 Bacillus ywjG Bacillus 1VJUP@1239,1ZH7S@1386,4HP1J@91061,COG4821@1,COG4821@2 NA|NA|NA S Domain of unknown function (DUF2529) -BSU_37150 224308.BSU37150 0.0 1078.9 Bacillus pyrG 6.3.4.2 ko:K01937 ko00240,ko01100,map00240,map01100 M00052 R00571,R00573 RC00010,RC00074 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP34@1239,1ZB0S@1386,4H9X6@91061,COG0504@1,COG0504@2 NA|NA|NA F Catalyzes the ATP-dependent amination of UTP to CTP with either L-glutamine or ammonia as the source of nitrogen. Regulates intracellular CTP levels through interactions with the four ribonucleotide triphosphates -BSU_37160 224308.BSU37160 1.1e-49 203.0 Bacillus rpoE GO:0003674,GO:0003824,GO:0003899,GO:0006139,GO:0006351,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016772,GO:0016779,GO:0018130,GO:0019438,GO:0032774,GO:0034062,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0071704,GO:0090304,GO:0097659,GO:0097747,GO:0140098,GO:1901360,GO:1901362,GO:1901576 ko:K03048 ko00230,ko00240,ko01100,ko03020,map00230,map00240,map01100,map03020 M00183 R00435,R00441,R00442,R00443 RC02795 br01611,ko00000,ko00001,ko00002,ko03021,ko03400 Bacillus 1V6WX@1239,1ZH95@1386,4HIUK@91061,COG3343@1,COG3343@2 NA|NA|NA K Participates in both the initiation and recycling phases of transcription. In the presence of the delta subunit, RNAP displays an increased specificity of transcription, a decreased affinity for nucleic acids, and an increased efficiency of RNA synthesis because of enhanced recycling -BSU_37170 224308.BSU37170 4.4e-211 740.3 Bacillus acdA Bacillus 1TP57@1239,1ZBG3@1386,4HA2A@91061,COG1960@1,COG1960@2 NA|NA|NA I acyl-CoA dehydrogenase -BSU_37180 224308.BSU37180 0.0 1417.9 Bacillus fadF Bacillus 1TPG1@1239,1ZBAJ@1386,4HB2J@91061,COG0247@1,COG0247@2,COG2181@1,COG2181@2 NA|NA|NA C COG0247 Fe-S oxidoreductase -BSU_37190 224308.BSU37190 4e-223 780.4 Bacillus ywjE GO:0003674,GO:0003824,GO:0005575,GO:0006629,GO:0006644,GO:0006650,GO:0006655,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0008808,GO:0009058,GO:0009987,GO:0016020,GO:0016740,GO:0016772,GO:0016780,GO:0019637,GO:0030572,GO:0032048,GO:0032049,GO:0032502,GO:0043934,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0045017,GO:0046471,GO:0046474,GO:0046486,GO:0071704,GO:0090407,GO:1901576 ko:K06131 ko00564,ko01100,map00564,map01100 R07390 RC00017 ko00000,ko00001,ko01000 Bacillus 1USPT@1239,1ZC77@1386,4HCJD@91061,COG1502@1,COG1502@2 NA|NA|NA I Belongs to the phospholipase D family. Cardiolipin synthase subfamily -BSU_37200 224308.BSU37200 1.1e-183 649.0 Bacillus uvsE ko:K13281 ko00000,ko01000 Bacillus 1TTCB@1239,1ZCJ7@1386,4H9PY@91061,COG4294@1,COG4294@2 NA|NA|NA L Component in a DNA repair pathway. Removal of UV-light damaged nucleotides. Recognizes pyrimidine dimers and cleave a phosphodiester bond immediately 5' to the lesion -BSU_37210 224308.BSU37210 4.6e-42 176.8 Bacillus ywjC Bacillus 1UAW5@1239,1ZJHN@1386,29S1C@1,30D5T@2,4IM8Y@91061 NA|NA|NA -BSU_37220 224308.BSU37220 8.1e-96 356.3 Bacillus ywjB Bacillus 1VAUA@1239,1ZEDJ@1386,4HH71@91061,COG0262@1,COG0262@2 NA|NA|NA H RibD C-terminal domain -BSU_37230 224308.BSU37230 0.0 1124.0 Bacillus ywjA ko:K06147 ko00000,ko02000 3.A.1.106,3.A.1.109,3.A.1.21 Bacillus 1TP0B@1239,1ZBV0@1386,4HA3S@91061,COG1132@1,COG1132@2 NA|NA|NA V ABC transporter -BSU_37240 224308.BSU37240 1.1e-286 991.9 Bacillus ywiE GO:0003674,GO:0003824,GO:0005575,GO:0006629,GO:0006644,GO:0006650,GO:0006655,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0008808,GO:0009058,GO:0009987,GO:0016020,GO:0016740,GO:0016772,GO:0016780,GO:0019637,GO:0030572,GO:0032048,GO:0032049,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0045017,GO:0046471,GO:0046474,GO:0046486,GO:0071704,GO:0090407,GO:1901576 ko:K06131 ko00564,ko01100,map00564,map01100 R07390 RC00017 ko00000,ko00001,ko01000 iYO844.BSU37240 Bacillus 1TPKY@1239,1ZBG7@1386,4H9TI@91061,COG1502@1,COG1502@2 NA|NA|NA I Catalyzes the reversible phosphatidyl group transfer from one phosphatidylglycerol molecule to another to form cardiolipin (CL) (diphosphatidylglycerol) and glycerol -BSU_37250 224308.BSU37250 3.1e-124 451.1 Bacillus narI GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0006091,GO:0008150,GO:0008152,GO:0008940,GO:0009055,GO:0009061,GO:0009987,GO:0015980,GO:0016020,GO:0016491,GO:0016661,GO:0019645,GO:0020037,GO:0022900,GO:0022904,GO:0044237,GO:0044464,GO:0045333,GO:0046906,GO:0048037,GO:0055114,GO:0071944,GO:0097159,GO:1901363 1.7.5.1 ko:K00374 ko00910,ko01120,ko02020,map00910,map01120,map02020 M00529,M00530 R00798,R01106,R09497 RC02812 ko00000,ko00001,ko00002,ko01000 5.A.3.1 Bacillus 1V6BS@1239,1ZR0N@1386,4HTW9@91061,COG2181@1,COG2181@2 NA|NA|NA C nitrate reductase, gamma -BSU_37260 224308.BSU37260 4.1e-98 364.0 Bacillus narJ ko:K00373 ko02020,map02020 ko00000,ko00001 iYO844.BSU37260 Bacillus 1V4I4@1239,1ZHHD@1386,4HHY3@91061,COG2180@1,COG2180@2 NA|NA|NA C nitrate reductase -BSU_37270 224308.BSU37270 2.3e-297 1027.3 Bacillus narH 1.7.5.1 ko:K00371 ko00910,ko01120,ko02020,map00910,map01120,map02020 M00529,M00530,M00804 R00798,R01106,R09497 RC02812 ko00000,ko00001,ko00002,ko01000 5.A.3.1 Bacillus 1TRGG@1239,1ZCJ2@1386,4HAR2@91061,COG1140@1,COG1140@2 NA|NA|NA C Nitrate reductase, beta -BSU_37280 224308.BSU37280 0.0 2560.0 Bacillus narG GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 1.7.5.1 ko:K00370 ko00910,ko01120,ko02020,map00910,map01120,map02020 M00529,M00530,M00804 R00798,R01106,R09497 RC02812 ko00000,ko00001,ko00002,ko01000 5.A.3.1 Bacillus 1TQG1@1239,1ZC1Z@1386,4HBVB@91061,COG5013@1,COG5013@2 NA|NA|NA C Belongs to the prokaryotic molybdopterin-containing oxidoreductase family -BSU_37290 224308.BSU37290 9e-86 322.8 Bacteria Bacillus COG0664@1,COG0664@2 NA|NA|NA T cyclic nucleotide binding -BSU_37300 224308.BSU37300 7.4e-140 503.1 Bacillus ywiC Bacillus 1UPQD@1239,1ZSJV@1386,28NT3@1,2ZBRV@2,4IV8Z@91061 NA|NA|NA S YwiC-like protein -BSU_37310 224308.BSU37310 9e-130 469.5 Bacillus fnr Bacillus 1V1UY@1239,1ZQCG@1386,4HFSF@91061,COG0664@1,COG0664@2 NA|NA|NA K helix_turn_helix, cAMP Regulatory protein -BSU_37320 224308.BSU37320 1.7e-213 748.4 Bacillus narK GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K02575 ko00910,map00910 M00615 ko00000,ko00001,ko00002,ko02000 2.A.1.8 iYO844.BSU37320 Bacillus 1TRS9@1239,1ZBQH@1386,4HCY1@91061,COG2223@1,COG2223@2 NA|NA|NA P COG2223 Nitrate nitrite transporter -BSU_37330 224308.BSU37330 0.0 1110.9 Bacillus argS GO:0003674,GO:0003824,GO:0004812,GO:0004814,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006420,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.19 ko:K01887 ko00970,map00970 M00359,M00360 R03646 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016,ko03029 Bacillus 1TPEZ@1239,1ZBP1@1386,4HAR3@91061,COG0018@1,COG0018@2 NA|NA|NA J Arginyl-tRNA synthetase -BSU_37340 224308.BSU37340 7.9e-73 279.6 Bacillus ywiB Bacillus 1VK4E@1239,1ZHXY@1386,4HR38@91061,COG4506@1,COG4506@2 NA|NA|NA S protein conserved in bacteria -BSU_37350 1035184.HMPREF1042_0020 1.3e-07 61.2 Streptococcus anginosus group Bacillus 1VZEE@1239,2DY3G@1,347YK@2,42EF5@671232,4HZ9Z@91061 NA|NA|NA S Bacteriocin subtilosin A -BSU_37370 224308.BSU37370 4.4e-271 939.9 Bacillus Bacillus 1TR52@1239,1ZBK3@1386,4HAY2@91061,COG0535@1,COG0535@2 NA|NA|NA C Fe-S oxidoreductases -BSU_37390 224308.BSU37390 4.3e-132 477.2 Bacillus ko:K01990 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TQIH@1239,1ZCRH@1386,4HCT1@91061,COG1131@1,COG1131@2 NA|NA|NA V ABC transporter -BSU_37400 224308.BSU37400 5.3e-237 826.6 Bacteria Bacillus COG0474@1,COG0474@2 NA|NA|NA P ATPase, P-type transporting, HAD superfamily, subfamily IC -BSU_37410 224308.BSU37410 4.4e-219 766.9 Bacteria Bacillus COG0612@1,COG0612@2 NA|NA|NA L Peptidase, M16 -BSU_37420 224308.BSU37420 2.7e-249 867.5 Bacteria Bacillus COG0612@1,COG0612@2 NA|NA|NA L Peptidase, M16 -BSU_37440 224308.BSU37440 4.9e-249 866.7 Bacteria Bacillus COG3391@1,COG3391@2 NA|NA|NA CO amine dehydrogenase activity -BSU_37450 224308.BSU37450 4.3e-205 720.7 Bacteria Bacillus COG3391@1,COG3391@2 NA|NA|NA CO amine dehydrogenase activity -BSU_37460 326423.RBAM_019730 4e-79 302.0 Bacillus rapA1 ko:K06359 ko02024,map02024 ko00000,ko00001,ko01000 Bacillus 1W0TS@1239,1ZCCQ@1386,4HZ05@91061,COG0457@1,COG0457@2 NA|NA|NA S aspartate phosphatase -BSU_37480 224308.BSU37480 1.3e-84 318.9 Bacillus Bacillus 1V3MU@1239,1ZR2M@1386,4HGFP@91061,COG2606@1,COG2606@2 NA|NA|NA S Aminoacyl-tRNA editing domain -BSU_37490 224308.BSU37490 1.6e-168 598.6 Bacillus speB 3.5.3.11 ko:K01480 ko00330,ko01100,map00330,map01100 M00133 R01157 RC00024,RC00329 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP2A@1239,1ZB9A@1386,4HA7S@91061,COG0010@1,COG0010@2 NA|NA|NA E Belongs to the arginase family -BSU_37500 224308.BSU37500 2.4e-158 564.7 Bacillus speE GO:0003674,GO:0003824,GO:0004766,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006576,GO:0006595,GO:0006596,GO:0006807,GO:0008150,GO:0008152,GO:0008216,GO:0008295,GO:0009058,GO:0009308,GO:0009309,GO:0009987,GO:0016740,GO:0016765,GO:0034641,GO:0042401,GO:0044106,GO:0044237,GO:0044249,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:0097164,GO:1901564,GO:1901566,GO:1901576 2.5.1.16 ko:K00797 ko00270,ko00330,ko00410,ko00480,ko01100,map00270,map00330,map00410,map00480,map01100 M00034,M00133 R01920,R02869,R08359 RC00021,RC00053 ko00000,ko00001,ko00002,ko01000 iYO844.BSU37500 Bacillus 1TPG5@1239,1ZB0B@1386,4H9WU@91061,COG0421@1,COG0421@2 NA|NA|NA E Catalyzes the irreversible transfer of a propylamine group from the amino donor S-adenosylmethioninamine (decarboxy- AdoMet) to putrescine (1,4-diaminobutane) to yield spermidine -BSU_37510 224308.BSU37510 0.0 1373.6 Bacillus pbpG GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 2.4.1.129,3.4.16.4 ko:K21464 ko00550,map00550 ko00000,ko00001,ko01000,ko01003,ko01011 GT51 Bacillus 1TPM5@1239,1ZBUK@1386,4H9SA@91061,COG0744@1,COG0744@2 NA|NA|NA M penicillin-binding protein -BSU_37520 224308.BSU37520 8.9e-95 352.8 Bacillus ywhD Bacillus 1V1UK@1239,1ZBQ1@1386,28J0N@1,2Z8XT@2,4HD4W@91061 NA|NA|NA S YwhD family -BSU_37530 224308.BSU37530 8.6e-119 433.0 Bacillus ywhC Bacillus 1V6D4@1239,1ZQYX@1386,4HK6C@91061,COG1994@1,COG1994@2 NA|NA|NA S Peptidase family M50 -BSU_37540 1051501.AYTL01000028_gene2013 4.6e-25 119.8 Bacillus ywhB GO:0003674,GO:0003824,GO:0006725,GO:0008150,GO:0008152,GO:0009987,GO:0016853,GO:0044237 5.3.2.6 ko:K01821 ko00362,ko00621,ko00622,ko01100,ko01120,ko01220,map00362,map00621,map00622,map01100,map01120,map01220 M00569 R03966,R05389 RC01040,RC01355 ko00000,ko00001,ko00002,ko01000 Bacillus 1VKD5@1239,1ZITA@1386,4HRBS@91061,COG1942@1,COG1942@2 NA|NA|NA G 4-oxalocrotonate tautomerase -BSU_37550 224308.BSU37550 5.5e-71 273.5 Bacillus ywhA GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1VBX8@1239,1ZFE5@1386,4HKR1@91061,COG1846@1,COG1846@2 NA|NA|NA K Transcriptional regulator -BSU_37560 224308.BSU37560 0.0 1283.9 Bacillus thrZ GO:0003674,GO:0003824,GO:0004812,GO:0004829,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006435,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.3 ko:K01868 ko00970,map00970 M00359,M00360 R03663 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 Bacillus 1TP78@1239,1ZDCN@1386,4HABZ@91061,COG0441@1,COG0441@2 NA|NA|NA J Catalyzes the attachment of threonine to tRNA(Thr) in a two-step reaction L-threonine is first activated by ATP to form Thr-AMP and then transferred to the acceptor end of tRNA(Thr) -BSU_37570 224308.BSU37570 4.5e-242 843.6 Bacillus GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K08166 ko00000,ko02000 2.A.1.3.10 Bacillus 1V2WI@1239,1ZMH9@1386,4HGNH@91061,COG0477@1,COG0477@2 NA|NA|NA U Major Facilitator Superfamily -BSU_37580 224308.BSU37580 4.7e-79 300.4 Bacillus Bacillus 1V462@1239,1ZGU4@1386,4HHBN@91061,COG1959@1,COG1959@2 NA|NA|NA K Transcriptional regulator -BSU_37590 224308.BSU37590 9.2e-89 332.8 Bacillus ywgA ko:K09388 ko00000 Bacillus 1V6Q4@1239,1ZFMJ@1386,4HHX3@91061,COG3465@1,COG3465@2 NA|NA|NA -BSU_37600 224308.BSU37600 3e-256 890.6 Bacillus ywfO GO:0003674,GO:0003824,GO:0006139,GO:0006163,GO:0006195,GO:0006203,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008832,GO:0009056,GO:0009058,GO:0009117,GO:0009141,GO:0009143,GO:0009144,GO:0009146,GO:0009151,GO:0009155,GO:0009166,GO:0009200,GO:0009204,GO:0009215,GO:0009217,GO:0009262,GO:0009264,GO:0009394,GO:0009987,GO:0016787,GO:0016788,GO:0016793,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0019692,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042578,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046070,GO:0046386,GO:0046434,GO:0046483,GO:0046700,GO:0055086,GO:0071704,GO:0072521,GO:0072523,GO:1901135,GO:1901136,GO:1901292,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901565,GO:1901575,GO:1901576 ko:K06885 ko00000 Bacillus 1TPVB@1239,1ZBRB@1386,4HAX8@91061,COG1078@1,COG1078@2 NA|NA|NA S COG1078 HD superfamily phosphohydrolases -BSU_37610 224308.BSU37610 6.9e-36 156.0 Bacillus ywzC Bacillus 1VB5Q@1239,1ZHXV@1386,4HKJX@91061,COG4844@1,COG4844@2 NA|NA|NA S Belongs to the UPF0741 family -BSU_37620 224308.BSU37620 2.7e-111 408.3 Bacillus rsfA GO:0005575,GO:0005623,GO:0042763,GO:0044464 ko:K06314 ko00000,ko03000 Bacillus 1V3JK@1239,1ZQRD@1386,2A3YB@1,30SGP@2,4HHK1@91061 NA|NA|NA -BSU_37630 224308.BSU37630 8.8e-159 566.2 Bacillus ywfM ko:K03298 ko00000,ko02000 2.A.7.3 Bacillus 1TQTG@1239,1ZCU5@1386,4HCMU@91061,COG0697@1,COG0697@2 NA|NA|NA EG EamA-like transporter family -BSU_37640 224308.BSU37640 1.1e-155 555.8 Bacillus lipL GO:0003674,GO:0003824,GO:0006082,GO:0006464,GO:0006629,GO:0006631,GO:0006633,GO:0006732,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009106,GO:0009107,GO:0009108,GO:0009249,GO:0009987,GO:0010467,GO:0016053,GO:0016415,GO:0016740,GO:0016746,GO:0016747,GO:0018065,GO:0018130,GO:0018193,GO:0018205,GO:0019538,GO:0019752,GO:0032787,GO:0036211,GO:0043170,GO:0043412,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044260,GO:0044267,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0051186,GO:0051188,GO:0051604,GO:0071704,GO:0072330,GO:1901360,GO:1901362,GO:1901564,GO:1901576 2.3.1.204 ko:K16869 ko00000,ko01000 Bacillus 1TQKA@1239,1ZCIA@1386,4HCPS@91061,COG0095@1,COG0095@2 NA|NA|NA H Catalyzes the amidotransfer (transamidation) of the octanoyl moiety from octanoyl-GcvH to the lipoyl domain of the E2 subunit of lipoate-dependent enzymes -BSU_37650 224308.BSU37650 2e-163 581.6 Bacillus cysL ko:K21900 ko00000,ko03000 Bacillus 1TP6T@1239,1ZBIX@1386,4HC4T@91061,COG0583@1,COG0583@2 NA|NA|NA K Transcriptional regulator -BSU_37660 224308.BSU37660 1.1e-175 622.5 Bacillus eutD 2.3.1.8 ko:K00625 ko00430,ko00620,ko00640,ko00680,ko00720,ko01100,ko01120,ko01200,map00430,map00620,map00640,map00680,map00720,map01100,map01120,map01200 M00357,M00579 R00230,R00921 RC00004,RC02746,RC02816 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPQ0@1239,1ZC98@1386,4H9VH@91061,COG0280@1,COG0280@2 NA|NA|NA C In Salmonella this enzyme is required for ethanolamine catabolism -BSU_37670 224308.BSU37670 1.9e-146 525.0 Bacillus ywfI ko:K00435 ko00860,ko01100,ko01110,map00860,map01100,map01110 R11522 RC00884 ko00000,ko00001,ko01000 Bacillus 1TQB2@1239,1ZAZY@1386,4H9YI@91061,COG3253@1,COG3253@2 NA|NA|NA C May function as heme-dependent peroxidase -BSU_37680 224308.BSU37680 6.8e-139 500.0 Bacillus ywfH GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016491,GO:0016627,GO:0016628,GO:0016999,GO:0017000,GO:0017144,GO:0036094,GO:0044237,GO:0044249,GO:0048037,GO:0050661,GO:0050662,GO:0055114,GO:0097159,GO:1901265,GO:1901363 ko:K19550 ko01130,map01130 M00787 R11067 RC03342 ko00000,ko00001,ko00002,ko01000 Bacillus 1U2GS@1239,1ZBQ2@1386,4H9R9@91061,COG1028@1,COG1028@2 NA|NA|NA IQ Enoyl-(Acyl carrier protein) reductase -BSU_37690 224308.BSU37690 4.6e-235 820.1 Bacillus ywfG GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0008483,GO:0009058,GO:0009987,GO:0016740,GO:0016769,GO:0016999,GO:0017000,GO:0017144,GO:0044237,GO:0044249 ko:K19549 ko01130,map01130 M00787 R11068 RC00006 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQD6@1239,1ZEPP@1386,4HAHQ@91061,COG0436@1,COG0436@2 NA|NA|NA E Aminotransferase class I and II -BSU_37700 224308.BSU37700 5e-210 736.9 Bacillus bacE ko:K19552 ko00000,ko02000 2.A.1.21.5 Bacillus 1UXP5@1239,1ZF1Y@1386,4HCSQ@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_37710 224308.BSU37710 6.1e-271 939.5 Bacilli Bacillus 1VSXT@1239,4HT21@91061,COG0151@1,COG0151@2 NA|NA|NA F Part of the bacABCDEFG operon responsible for the biosynthesis of bacilysin, an irreversible inactivator of the glutaminase domain of glucosamine synthetase. Catalyzes the formation of alpha-dipeptides from various L-amino acids in the presence of ATP. In vivo catalyzes the ligation of L-alanine and L-anticapsin (epoxycyclohexanonyl-Ala) to produce the final bacilysin antibiotic (L-Ala-L-4S-cyclohexenonyl-Ala dipeptide) -BSU_37720 224308.BSU37720 3e-139 501.1 Bacillus bacC 1.1.1.385 ko:K19548 ko01130,map01130 M00787 R10917 RC00154 ko00000,ko00001,ko00002,ko01000 Bacillus 1TR5M@1239,1ZEJ9@1386,4HCD2@91061,COG1028@1,COG1028@2 NA|NA|NA IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) -BSU_37730 224308.BSU37730 2.2e-136 491.5 Bacillus bacB GO:0003674,GO:0003824,GO:0005488,GO:0005506,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016853,GO:0016860,GO:0016863,GO:0016999,GO:0017000,GO:0017144,GO:0043167,GO:0043169,GO:0044237,GO:0044249,GO:0046872,GO:0046914,GO:0050897 5.3.3.19 ko:K19547 ko01130,map01130 M00787 ko00000,ko00001,ko00002,ko01000 Bacillus 1TXB2@1239,1ZEIP@1386,4I68H@91061,COG1917@1,COG1917@2 NA|NA|NA S Part of the bacABCDEF operon responsible for the biosynthesis of the nonribosomally synthesized dipeptide antibiotic bacilysin, composed of L-alanine and L-anticapsin. Bacilysin is an irreversible inactivator of the glutaminase domain of glucosamine synthetase. BacB catalyzes the allylic isomerization of the -BSU_37740 224308.BSU37740 1.5e-112 412.1 Bacillus bacA GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0016999,GO:0017000,GO:0017144,GO:0044237,GO:0044249 4.1.1.100 ko:K19546 ko01130,map01130 M00787 ko00000,ko00001,ko00002,ko01000 Bacillus 1VY44@1239,1ZDG1@1386,4HXPI@91061,COG0077@1,COG0077@2 NA|NA|NA E Part of the bacABCDEF operon responsible for the biosynthesis of the nonribosomally synthesized dipeptide antibiotic bacilysin, composed of L-alanine and L-anticapsin. Bacilysin is an irreversible inactivator of the glutaminase domain of glucosamine synthetase. BacA is an unusual prephenate decarboxylase that avoids the typical aromatization of the cyclohexadienol ring of prephenate. BacA catalyzes the protonation of prephenate (1-carboxy-4-hydroxy-alpha-oxo-2,5-cyclohexadiene-1- propanoic acid) at C6 position, followed by a decarboxylation to produce the endocyclic-delta(4),delta(8)-7R-dihydro- hydroxyphenylpyruvate (en-H2HPP). En-H2HPP is able to undergo a slow nonenzymatic isomerization to produce the exocyclic- delta(3),delta(5)-dihydro-hydroxyphenylpyruvate (ex-H2HPP). BacA isomerizes only the pro-R double bond in prephenate -BSU_37750 224308.BSU37750 7.8e-206 723.0 Bacillus ywfA GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 Bacillus 1V0Z5@1239,1ZCZ9@1386,4HW2N@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_37760 224308.BSU37760 6.7e-262 909.4 Bacillus rocC ko:K02205 ko00000,ko02000 2.A.3.1 Bacillus 1UHNR@1239,1ZB12@1386,4HUT7@91061,COG0833@1,COG0833@2 NA|NA|NA E amino acid -BSU_37770 224308.BSU37770 0.0 1162.5 Bacillus rocB Bacillus 1TQQ7@1239,1ZCEE@1386,4HABT@91061,COG4187@1,COG4187@2 NA|NA|NA E arginine degradation protein -BSU_37780 224308.BSU37780 2.4e-297 1027.3 Bacillus rocA 1.2.1.88 ko:K00294 ko00250,ko00330,ko01100,map00250,map00330,map01100 R00245,R00707,R00708,R04444,R04445,R05051 RC00080,RC00216,RC00242,RC00255 ko00000,ko00001,ko01000 iYO844.BSU37780 Bacillus 1TP4S@1239,1ZCI4@1386,4HBS1@91061,COG1012@1,COG1012@2 NA|NA|NA C Belongs to the aldehyde dehydrogenase family. RocA subfamily -BSU_37790 224308.BSU37790 1.3e-243 848.6 Bacillus rocG GO:0003674,GO:0003824,GO:0004352,GO:0004353,GO:0006082,GO:0006520,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016491,GO:0016638,GO:0016639,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0055114,GO:0071704,GO:1901564 1.4.1.2 ko:K00260 ko00220,ko00250,ko00430,ko00910,ko01100,map00220,map00250,map00430,map00910,map01100 R00243 RC00006,RC02799 ko00000,ko00001,ko01000 Bacillus 1TP45@1239,1ZAX4@1386,4HAEI@91061,COG0334@1,COG0334@2 NA|NA|NA E Belongs to the Glu Leu Phe Val dehydrogenases family -BSU_37800 224308.BSU37800 3e-78 297.7 Bacillus Bacillus 1W4BH@1239,1ZFDP@1386,2974U@1,2ZUCW@2,4I1IR@91061 NA|NA|NA -BSU_37810 224308.BSU37810 6e-87 326.6 Bacillus spsL 5.1.3.13 ko:K01790 ko00521,ko00523,ko01130,map00521,map00523,map01130 M00793 R06514 RC01531 ko00000,ko00001,ko00002,ko01000 Bacillus 1V4G5@1239,1ZFSW@1386,4HGWJ@91061,COG1898@1,COG1898@2 NA|NA|NA M Spore Coat -BSU_37820 224308.BSU37820 9e-161 572.8 Bacillus spsK 1.1.1.133 ko:K00067 ko00521,ko00523,ko01130,map00521,map00523,map01130 M00793 R02777 RC00182 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP71@1239,1ZBZD@1386,4HBXF@91061,COG1091@1,COG1091@2 NA|NA|NA M Catalyzes the reduction of dTDP-6-deoxy-L-lyxo-4- hexulose to yield dTDP-L-rhamnose -BSU_37830 224308.BSU37830 1.8e-181 641.7 Bacillus spsJ 4.2.1.46 ko:K01710 ko00521,ko00523,ko00525,ko01055,ko01130,map00521,map00523,map00525,map01055,map01130 M00793 R06513 RC00402 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPWM@1239,1ZBFX@1386,4HA3Y@91061,COG1088@1,COG1088@2 NA|NA|NA M Belongs to the NAD(P)-dependent epimerase dehydratase family. dTDP-glucose dehydratase subfamily -BSU_37840 224308.BSU37840 3.2e-138 497.7 Bacillus spsI 2.7.7.24 ko:K00973 ko00521,ko00523,ko00525,ko01130,map00521,map00523,map00525,map01130 M00793 R02328 RC00002 ko00000,ko00001,ko00002,ko01000 Bacillus 1V301@1239,1ZAWH@1386,4H9R0@91061,COG1209@1,COG1209@2 NA|NA|NA M Catalyzes the formation of dTDP-glucose, from dTTP and glucose 1-phosphate, as well as its pyrophosphorolysis -BSU_37850 224308.BSU37850 2.9e-190 671.0 Bacillus spsG Bacillus 1U2ZW@1239,1ZDRP@1386,4HDTP@91061,COG3980@1,COG3980@2 NA|NA|NA M Spore Coat -BSU_37860 224308.BSU37860 2.2e-131 474.9 Bacillus spsF ko:K07257 ko00000 Bacillus 1U4YD@1239,1ZE65@1386,4HE69@91061,COG1861@1,COG1861@2 NA|NA|NA M Spore Coat -BSU_37870 224308.BSU37870 4.1e-214 750.4 Bacillus spsE 2.5.1.56 ko:K01654 ko00520,ko01100,map00520,map01100 R01804,R04435 RC00159 ko00000,ko00001,ko01000 Bacillus 1TS09@1239,1ZBZ4@1386,4HA1Y@91061,COG2089@1,COG2089@2 NA|NA|NA M acid synthase -BSU_37880 224308.BSU37880 6.8e-164 583.2 Bacillus spsD GO:0003674,GO:0003824,GO:0004596,GO:0005575,GO:0005622,GO:0005623,GO:0006464,GO:0006473,GO:0006474,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0019538,GO:0031248,GO:0031365,GO:0032991,GO:0034212,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0051604,GO:0071704,GO:1901564,GO:1902493,GO:1902494,GO:1990234 2.3.1.210 ko:K16704 ko00000,ko01000 Bacillus 1V4XR@1239,1ZET7@1386,4I182@91061,COG0454@1,COG0456@2 NA|NA|NA K Spore Coat -BSU_37890 224308.BSU37890 2.7e-224 784.3 Bacillus spsC Bacillus 1TPDH@1239,1ZQW8@1386,4HDN8@91061,COG0399@1,COG0399@2 NA|NA|NA E Belongs to the DegT DnrJ EryC1 family -BSU_37900 224308.BSU37900 3e-278 963.8 Bacillus spsB Bacillus 1VVE5@1239,1ZE0J@1386,4HWEM@91061,COG1887@1,COG1887@2 NA|NA|NA M Capsule polysaccharide biosynthesis protein -BSU_37910 224308.BSU37910 4.8e-145 520.4 Bacillus spsA Bacillus 1VTPH@1239,1ZDZ5@1386,4HUD5@91061,COG0463@1,COG0463@2 NA|NA|NA M Spore Coat -BSU_37920 224308.BSU37920 8.2e-75 286.6 Bacillus gerQ GO:0005575,GO:0005618,GO:0005623,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0018149,GO:0018153,GO:0018193,GO:0018199,GO:0018205,GO:0018262,GO:0019538,GO:0030312,GO:0031160,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044464,GO:0071704,GO:0071944,GO:1901564 ko:K06305 ko00000 Bacillus 1VAD2@1239,1ZH2J@1386,2CWP1@1,32T03@2,4HKGQ@91061 NA|NA|NA S Essential for the localization of CwlJ in the spore coat and for spore germination triggered by calcium and dipicolinic acid (DPA). Its assembly into the spore coat is dependent on the coat morphogenetic proteins CotE and SpoIVA -BSU_37930 224308.BSU37930 9.6e-59 232.6 Bacillus ywdK Bacillus 1VA79@1239,1ZGYJ@1386,4HKHG@91061,COG2363@1,COG2363@2 NA|NA|NA S small membrane protein -BSU_37940 224308.BSU37940 2.2e-238 831.2 Bacillus ywdJ GO:0003674,GO:0005215,GO:0005345,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006863,GO:0008150,GO:0015205,GO:0015851,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0042906,GO:0042907,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072530,GO:1904823 Bacillus 1TQ0A@1239,1ZD5W@1386,4HA6X@91061,COG2233@1,COG2233@2 NA|NA|NA F Xanthine uracil -BSU_37950 224308.BSU37950 1.3e-48 198.7 Bacillus ywdI Bacillus 1VPJY@1239,1ZHM5@1386,2DRJS@1,33C32@2,4HRSY@91061 NA|NA|NA S Family of unknown function (DUF5327) -BSU_37960 224308.BSU37960 1e-262 912.1 Bacillus ywdH 1.2.1.3 ko:K00128 ko00010,ko00053,ko00071,ko00280,ko00310,ko00330,ko00340,ko00380,ko00410,ko00561,ko00620,ko00625,ko00903,ko00981,ko01100,ko01110,ko01120,ko01130,map00010,map00053,map00071,map00280,map00310,map00330,map00340,map00380,map00410,map00561,map00620,map00625,map00903,map00981,map01100,map01110,map01120,map01130 M00135 R00264,R00631,R00710,R00904,R01752,R01986,R02549,R02678,R02940,R02957,R03283,R03869,R04065,R04506,R04903,R05050,R05237,R05238,R05286,R06366,R08146 RC00047,RC00071,RC00080,RC00186,RC00218,RC00242,RC00816,RC01500 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP4S@1239,1ZBGZ@1386,4HB97@91061,COG1012@1,COG1012@2 NA|NA|NA C Belongs to the aldehyde dehydrogenase family -BSU_37970 224308.BSU37970 8.5e-130 469.5 Bacillus ung GO:0003674,GO:0003824,GO:0004844,GO:0006139,GO:0006259,GO:0006281,GO:0006284,GO:0006285,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009987,GO:0016787,GO:0016798,GO:0016799,GO:0019104,GO:0033554,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0097506,GO:0097510,GO:0140097,GO:1901360 3.2.2.27 ko:K03648 ko03410,ko05340,map03410,map05340 ko00000,ko00001,ko01000,ko03400 Bacillus 1TPSN@1239,1ZBCY@1386,4HBTR@91061,COG0692@1,COG0692@2 NA|NA|NA L Excises uracil residues from the DNA which can arise as a result of misincorporation of dUMP residues by DNA polymerase or due to deamination of cytosine -BSU_37980 224308.BSU37980 1.9e-152 545.0 Bacillus ywdF GO:0003674,GO:0003824,GO:0016740,GO:0016757 Bacillus 1TP40@1239,1ZE37@1386,4HDDN@91061,COG1216@1,COG1216@2 NA|NA|NA S Glycosyltransferase like family 2 -BSU_38000 224308.BSU38000 2.3e-113 414.8 Bacillus ywdD Bacillus 1V0KB@1239,1ZE6E@1386,28MY0@1,2ZB4Y@2,4HE2C@91061 NA|NA|NA -BSU_38018 224308.BSU38018 2.1e-57 228.0 Bacillus ko:K10947 ko00000,ko03000 Bacillus 1V4NA@1239,1ZINR@1386,4HHWW@91061,COG1695@1,COG1695@2 NA|NA|NA K Transcriptional regulator PadR-like family -BSU_38020 224308.BSU38020 1.6e-146 525.4 Bacillus pdxK 2.7.1.35 ko:K00868 ko00750,ko01100,map00750,map01100 R00174,R01909,R02493 RC00002,RC00017 ko00000,ko00001,ko01000 Bacillus 1TQ4A@1239,1ZQ7W@1386,4H9PP@91061,COG0351@1,COG0351@2 NA|NA|NA H Phosphomethylpyrimidine kinase -BSU_38030 720555.BATR1942_16905 3.4e-28 130.6 Bacillus ywdA Bacillus 1U24I@1239,1ZH61@1386,2CEZ0@1,307S6@2,4IBN7@91061 NA|NA|NA -BSU_38040 224308.BSU38040 4.3e-296 1023.1 Bacillus sacA 3.2.1.26 ko:K01193 ko00052,ko00500,ko01100,map00052,map00500,map01100 R00801,R00802,R02410,R03635,R03921,R06088 RC00028,RC00077 ko00000,ko00001,ko01000 GH32 iYO844.BSU38040 Bacillus 1TPAE@1239,1ZCBA@1386,4H9Y7@91061,COG1621@1,COG1621@2 NA|NA|NA G invertase -BSU_38050 224308.BSU38050 8.6e-254 882.5 Bacillus sacP GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563 2.7.1.211 ko:K02809,ko:K02810 ko00500,ko02060,map00500,map02060 M00269 R00811 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.2.1,4.A.1.2.10,4.A.1.2.12,4.A.1.2.9 iYO844.BSU38050 Bacillus 1TP5X@1239,1ZB5X@1386,4HA0I@91061,COG1263@1,COG1263@2,COG1264@1,COG1264@2 NA|NA|NA G phosphotransferase system -BSU_38060 224308.BSU38060 1.8e-139 501.9 Bacillus GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0008509,GO:0015075,GO:0015103,GO:0015112,GO:0015291,GO:0015318,GO:0015513,GO:0015698,GO:0015706,GO:0015707,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071705,GO:0071944,GO:0098656 ko:K02598 ko00000,ko02000 1.A.16.3 Bacillus 1TRTT@1239,1ZDNX@1386,4HC15@91061,COG2116@1,COG2116@2 NA|NA|NA P Formate/nitrite transporter -BSU_38070 224308.BSU38070 4.1e-150 537.3 Bacillus sacT ko:K03488 ko00000,ko03000 Bacillus 1TT5A@1239,1ZDB0@1386,4HC5Y@91061,COG3711@1,COG3711@2 NA|NA|NA K transcriptional antiterminator -BSU_38090 224308.BSU38090 0.0 1551.6 Bacillus vpr GO:0005575,GO:0005576 ko:K14647 ko02024,map02024 ko00000,ko00001,ko01000,ko01002,ko03110 Bacillus 1TPH1@1239,1ZBS0@1386,4HBQH@91061,COG1404@1,COG1404@2 NA|NA|NA O Belongs to the peptidase S8 family -BSU_38100 224308.BSU38100 8.6e-187 659.4 Bacillus ywcH GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 Bacillus 1TPRS@1239,1ZB1E@1386,4H9R2@91061,COG2141@1,COG2141@2 NA|NA|NA C COG2141 Coenzyme F420-dependent N5,N10-methylene tetrahydromethanopterin reductase and related flavin-dependent oxidoreductases -BSU_38110 224308.BSU38110 1.6e-137 495.4 Bacillus nfrA1 1.5.1.38 ko:K19285 ko00740,ko01100,map00740,map01100 R05706 RC00126 ko00000,ko00001,ko01000 Bacillus 1UB8S@1239,1ZBQ3@1386,4HEGP@91061,COG0778@1,COG0778@2 NA|NA|NA C Oxidoreductase -BSU_38120 224308.BSU38120 5e-202 710.3 Bacillus rodA ko:K05837 ko00000,ko03036 Bacillus 1TPGH@1239,1ZBSB@1386,4HAV4@91061,COG0772@1,COG0772@2 NA|NA|NA D Belongs to the SEDS family -BSU_38130 1051501.AYTL01000028_gene1953 4.6e-39 166.8 Bacillus ywcE GO:0008150,GO:0009847,GO:0032502 Bacillus 1VP6R@1239,1ZIF1@1386,2EPRF@1,33HBX@2,4HRWK@91061 NA|NA|NA S Required for proper spore morphogenesis. Important for spore germination -BSU_38140 224308.BSU38140 5.8e-64 250.0 Bacillus qoxD GO:0003674,GO:0003824,GO:0006091,GO:0006119,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009117,GO:0009123,GO:0009126,GO:0009141,GO:0009144,GO:0009150,GO:0009161,GO:0009167,GO:0009199,GO:0009205,GO:0009259,GO:0009987,GO:0015980,GO:0016310,GO:0016491,GO:0016679,GO:0016682,GO:0017144,GO:0019637,GO:0019693,GO:0022900,GO:0022904,GO:0034641,GO:0042773,GO:0044237,GO:0044238,GO:0044281,GO:0045333,GO:0046034,GO:0046483,GO:0055086,GO:0055114,GO:0071704,GO:0072521,GO:1901135,GO:1901360,GO:1901564 1.10.3.12 ko:K02829 ko00190,ko01100,map00190,map01100 M00416 R09492 RC00819 ko00000,ko00001,ko00002,ko01000 Bacillus 1VFT1@1239,1ZJ46@1386,4HQ12@91061,COG3125@1,COG3125@2 NA|NA|NA C quinol oxidase, subunit -BSU_38150 224308.BSU38150 2.1e-111 408.3 Bacillus qoxC GO:0003674,GO:0003824,GO:0006091,GO:0006119,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009117,GO:0009123,GO:0009126,GO:0009141,GO:0009144,GO:0009150,GO:0009161,GO:0009167,GO:0009199,GO:0009205,GO:0009259,GO:0009987,GO:0015980,GO:0016310,GO:0016491,GO:0016679,GO:0016682,GO:0017144,GO:0019637,GO:0019693,GO:0022900,GO:0022904,GO:0034641,GO:0042773,GO:0044237,GO:0044238,GO:0044281,GO:0045333,GO:0046034,GO:0046483,GO:0055086,GO:0055114,GO:0071704,GO:0072521,GO:1901135,GO:1901360,GO:1901564 1.10.3.12 ko:K02828 ko00190,ko01100,map00190,map01100 M00416 R09492 RC00819 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQJ1@1239,1ZDEX@1386,4HCWH@91061,COG1845@1,COG1845@2 NA|NA|NA C quinol oxidase, subunit -BSU_38160 224308.BSU38160 0.0 1304.7 Bacillus qoxB GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006091,GO:0006119,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008152,GO:0009060,GO:0009117,GO:0009123,GO:0009126,GO:0009141,GO:0009144,GO:0009150,GO:0009161,GO:0009167,GO:0009199,GO:0009205,GO:0009259,GO:0009486,GO:0009987,GO:0015002,GO:0015672,GO:0015980,GO:0015988,GO:0015990,GO:0016020,GO:0016021,GO:0016310,GO:0016491,GO:0016679,GO:0016682,GO:0017144,GO:0019637,GO:0019693,GO:0022900,GO:0022904,GO:0031224,GO:0031226,GO:0034220,GO:0034641,GO:0042773,GO:0044237,GO:0044238,GO:0044281,GO:0044425,GO:0044459,GO:0044464,GO:0045333,GO:0046034,GO:0046483,GO:0051179,GO:0051234,GO:0055085,GO:0055086,GO:0055114,GO:0071704,GO:0071944,GO:0072521,GO:0098655,GO:0098660,GO:0098662,GO:1901135,GO:1901360,GO:1901564,GO:1902600 1.10.3.12 ko:K02827 ko00190,ko01100,map00190,map01100 M00416 R09492 RC00819 ko00000,ko00001,ko00002,ko01000 3.D.4.1 Bacillus 1TP2U@1239,1ZBD5@1386,4HA4X@91061,COG0843@1,COG0843@2 NA|NA|NA C Cytochrome c oxidase is the component of the respiratory chain that catalyzes the reduction of oxygen to water. Subunits 1- 3 form the functional core of the enzyme complex. CO I is the catalytic subunit of the enzyme. Electrons originating in cytochrome c are transferred via the copper A center of subunit 2 and heme A of subunit 1 to the bimetallic center formed by heme A3 and copper B -BSU_38170 224308.BSU38170 5.9e-177 626.7 Bacillus qoxA GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006091,GO:0006119,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008152,GO:0008324,GO:0009055,GO:0009117,GO:0009123,GO:0009126,GO:0009141,GO:0009144,GO:0009150,GO:0009161,GO:0009167,GO:0009199,GO:0009205,GO:0009259,GO:0009319,GO:0009987,GO:0015002,GO:0015075,GO:0015077,GO:0015078,GO:0015318,GO:0015672,GO:0015980,GO:0016020,GO:0016021,GO:0016310,GO:0016491,GO:0016679,GO:0016682,GO:0017144,GO:0019637,GO:0019693,GO:0022857,GO:0022890,GO:0022900,GO:0022904,GO:0031224,GO:0031226,GO:0032991,GO:0034220,GO:0034641,GO:0042773,GO:0044237,GO:0044238,GO:0044281,GO:0044425,GO:0044459,GO:0044464,GO:0045333,GO:0046034,GO:0046483,GO:0051179,GO:0051234,GO:0055085,GO:0055086,GO:0055114,GO:0070069,GO:0071704,GO:0071944,GO:0072521,GO:0098655,GO:0098660,GO:0098662,GO:0098796,GO:1901135,GO:1901360,GO:1901564,GO:1902494,GO:1902600 1.10.3.12 ko:K02826 ko00190,ko01100,map00190,map01100 M00416 R09492 RC00819 ko00000,ko00001,ko00002,ko01000 3.D.4.1 Bacillus 1TPF6@1239,1ZB28@1386,4HA9J@91061,COG1622@1,COG1622@2 NA|NA|NA C Catalyzes quinol oxidation with the concomitant reduction of oxygen to water. Subunit II transfers the electrons from a quinol to the binuclear center of the catalytic subunit I -BSU_38180 224308.BSU38180 1.3e-35 155.2 Bacillus ydaS Bacillus 1VENK@1239,1ZJBG@1386,4HNKV@91061,COG2261@1,COG2261@2 NA|NA|NA S membrane -BSU_38190 224308.BSU38190 6.3e-306 1055.8 Bacillus galT 2.7.7.12 ko:K00965 ko00052,ko00520,ko01100,ko04917,map00052,map00520,map01100,map04917 M00362,M00554,M00632 R00955 RC00002 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPBN@1239,1ZAVT@1386,4HAYJ@91061,COG4468@1,COG4468@2 NA|NA|NA G UDP-glucose--hexose-1-phosphate uridylyltransferase -BSU_38200 224308.BSU38200 1.1e-228 798.9 Bacillus galK 2.7.1.6 ko:K00849 ko00052,ko00520,ko01100,map00052,map00520,map01100 M00554,M00632 R01092 RC00002,RC00078 ko00000,ko00001,ko00002,ko01000,ko04147 Bacillus 1TPD0@1239,1ZC9P@1386,4HARP@91061,COG0153@1,COG0153@2 NA|NA|NA G Catalyzes the transfer of the gamma-phosphate of ATP to D-galactose to form alpha-D-galactose-1-phosphate (Gal-1-P) -BSU_38210 224308.BSU38210 2e-59 235.0 Bacillus ywcD Bacillus 1VESW@1239,1ZG2Y@1386,4HNK7@91061,COG2246@1,COG2246@2 NA|NA|NA S GtrA-like protein -BSU_38220 224308.BSU38220 3.8e-122 444.1 Bacteria Bacillus COG1309@1,COG1309@2 NA|NA|NA K transcriptional regulator -BSU_38230 224308.BSU38230 1.7e-48 198.4 Bacillus ywcB Bacillus 1VAEW@1239,1ZHX2@1386,4HM0S@91061,COG3162@1,COG3162@2 NA|NA|NA S Protein of unknown function, DUF485 -BSU_38240 224308.BSU38240 3.1e-268 930.6 Bacillus ywcA ko:K14393 ko00000,ko02000 2.A.21.7 Bacillus 1UHT5@1239,1ZCX7@1386,4HCF6@91061,COG4147@1,COG4147@2 NA|NA|NA S Belongs to the sodium solute symporter (SSF) (TC 2.A.21) family -BSU_38250 224308.BSU38250 3.2e-112 411.0 Bacillus ywbO Bacillus 1TZ1N@1239,1ZD4M@1386,4HEBF@91061,COG2761@1,COG2761@2 NA|NA|NA Q dithiol-disulfide isomerase involved in polyketide biosynthesis -BSU_38260 224308.BSU38260 4.5e-225 786.9 Bacillus efeN GO:0005575,GO:0005576 ko:K16301 ko00000,ko01000,ko02000 2.A.108.2.3 iYO844.BSU38260 Bacillus 1UY9Y@1239,1ZEAD@1386,4HACQ@91061,COG2837@1,COG2837@2 NA|NA|NA P Dyp-type peroxidase family protein -BSU_38270 224308.BSU38270 3.4e-187 661.0 Bacillus GO:0000041,GO:0006810,GO:0006811,GO:0006812,GO:0006826,GO:0008150,GO:0015684,GO:0030001,GO:0051179,GO:0051234,GO:0070838,GO:0072511 ko:K07224 ko00000,ko02000 2.A.108.2.3 Bacillus 1TS89@1239,1ZC6N@1386,4HB0W@91061,COG2822@1,COG2822@2 NA|NA|NA P periplasmic lipoprotein involved in iron transport -BSU_38280 224308.BSU38280 1.4e-254 885.2 Bacillus GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K07243 ko00000,ko02000 2.A.108.1,2.A.108.2 Bacillus 1TQIA@1239,1ZDYA@1386,4HCJZ@91061,COG0672@1,COG0672@2 NA|NA|NA P COG0672 High-affinity Fe2 Pb2 permease -BSU_38290 224308.BSU38290 6.9e-116 423.3 Bacillus thiE GO:0003674,GO:0003824,GO:0004789,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006725,GO:0006766,GO:0006767,GO:0006772,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009110,GO:0009228,GO:0009987,GO:0016740,GO:0016765,GO:0017144,GO:0018130,GO:0019438,GO:0034641,GO:0042364,GO:0042723,GO:0042724,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0072527,GO:0072528,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.5.1.3 ko:K00788 ko00730,ko01100,map00730,map01100 M00127 R03223,R10712 RC00224,RC03255,RC03397 ko00000,ko00001,ko00002,ko01000 iYO844.BSU38290 Bacillus 1V3ZR@1239,1ZFNE@1386,4HH1E@91061,COG0352@1,COG0352@2 NA|NA|NA H Condenses 4-methyl-5-(beta-hydroxyethyl)thiazole monophosphate (THZ-P) and 2-methyl-4-amino-5-hydroxymethyl pyrimidine pyrophosphate (HMP-PP) to form thiamine monophosphate (TMP) -BSU_38300 224308.BSU38300 4.8e-143 513.8 Bacillus thiM GO:0003674,GO:0003824,GO:0006725,GO:0006766,GO:0006767,GO:0006772,GO:0006790,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008972,GO:0009058,GO:0009110,GO:0009228,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0017144,GO:0018130,GO:0019438,GO:0034641,GO:0042364,GO:0042723,GO:0042724,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0046483,GO:0071704,GO:0072527,GO:0072528,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.7.1.50 ko:K00878 ko00730,ko01100,map00730,map01100 M00127 R04448 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1V1R6@1239,1ZAX2@1386,4HFTJ@91061,COG2145@1,COG2145@2 NA|NA|NA H Catalyzes the phosphorylation of the hydroxyl group of 4-methyl-5-beta-hydroxyethylthiazole (THZ) -BSU_38310 224308.BSU38310 7.3e-153 546.6 Bacillus ywbI GO:0000976,GO:0000984,GO:0000986,GO:0000987,GO:0001017,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0097159,GO:1901363,GO:1990837 Bacillus 1TQ6Y@1239,1ZBXV@1386,4HB94@91061,COG0583@1,COG0583@2 NA|NA|NA K Transcriptional regulator -BSU_38320 1051501.AYTL01000028_gene1932 1.1e-57 229.2 Bacillus ywbH ko:K06518 ko00000,ko02000 1.E.14.2 Bacillus 1VEN4@1239,1ZGVJ@1386,4HNKZ@91061,COG1380@1,COG1380@2 NA|NA|NA S Increases the activity of extracellular murein hydrolases possibly by mediating their export via hole formation. Inhibited by the antiholin-like proteins LrgAB. In an unstressed cell, the LrgAB products probably inhibit the function of the CidA protein. When a cell is stressed by the addition of antibiotics or by other factors in the environment, CidA possibly oligomerizes within the bacterial cell membrane, creating lesions that disrupt the proton motive force, which in turn results in loss of cell viability. These lesions are also hypothesized to regulate the subsequent cell lysis by either allowing the murein hydrolases access to the cell wall substrate and or regulating their activity by a -BSU_38330 224308.BSU38330 5.2e-111 407.1 Bacillus ywbG Bacillus 1TRGN@1239,1ZFQ6@1386,4HF0M@91061,COG1346@1,COG1346@2 NA|NA|NA M effector of murein hydrolase -BSU_38340 224308.BSU38340 3.3e-209 734.2 Bacillus ywbF ko:K05820 ko00000,ko02000 2.A.1.27 Bacillus 1TS3C@1239,1ZS79@1386,4HC3B@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_38350 224308.BSU38350 2.1e-28 131.0 Bacillus ywbE Bacillus 1VEG3@1239,1ZIX5@1386,4HNJA@91061,COG4895@1,COG4895@2 NA|NA|NA S Uncharacterized conserved protein (DUF2196) -BSU_38360 224308.BSU38360 1.5e-222 778.5 Bacillus ywbD 2.1.1.191 ko:K06969 ko00000,ko01000,ko03009 Bacillus 1TRAJ@1239,1ZBVG@1386,4HAA1@91061,COG1092@1,COG1092@2 NA|NA|NA J Methyltransferase -BSU_38370 224308.BSU38370 5.7e-67 260.0 Bacillus ywbC 4.4.1.5 ko:K01759 ko00620,map00620 R02530 RC00004,RC00740 ko00000,ko00001,ko01000 Bacillus 1V7GY@1239,1ZH3E@1386,4HIYA@91061,COG0346@1,COG0346@2 NA|NA|NA E glyoxalase -BSU_38380 224308.BSU38380 3e-127 461.1 Bacillus Bacillus 1W34Q@1239,1ZMSX@1386,29A5D@1,2ZX6E@2,4I1DM@91061 NA|NA|NA S Protein of unknown function (DUF2711) -BSU_38390 224308.BSU38390 9.8e-247 859.0 Bacillus licC ko:K02761 ko00500,ko02060,map00500,map02060 M00275 R11170,R11172 RC00017,RC03206 ko00000,ko00001,ko00002,ko02000 4.A.3.2 iYO844.BSU38390 Bacillus 1TP8D@1239,1ZBJ7@1386,4H9W2@91061,COG1455@1,COG1455@2 NA|NA|NA G The phosphoenolpyruvate-dependent sugar phosphotransferase system (PTS), a major carbohydrate active - transport system, catalyzes the phosphorylation of incoming sugar substrates concomitant with their translocation across the cell membrane -BSU_38400 224308.BSU38400 1.6e-277 961.8 Bacillus epr GO:0005575,GO:0005576 3.4.21.62 ko:K01342,ko:K13277 ko02024,map02024 ko00000,ko00001,ko01000,ko01002,ko03110 Bacillus 1TQ2M@1239,1ZPV5@1386,4HBYC@91061,COG1404@1,COG1404@2 NA|NA|NA O Belongs to the peptidase S8 family -BSU_38410 224308.BSU38410 8.9e-243 845.9 Bacillus sacX GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563 2.7.1.211 ko:K02809,ko:K02810 ko00500,ko02060,map00500,map02060 M00269 R00811 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.2.1,4.A.1.2.10,4.A.1.2.12,4.A.1.2.9 iYO844.BSU38050 Bacillus 1TP5X@1239,1ZB5X@1386,4HA0I@91061,COG1263@1,COG1263@2,COG1264@1,COG1264@2 NA|NA|NA G phosphotransferase system -BSU_38420 224308.BSU38420 6.8e-153 546.6 Bacillus sacT ko:K03488 ko00000,ko03000 Bacillus 1TT5A@1239,1ZDB0@1386,4HC5Y@91061,COG3711@1,COG3711@2 NA|NA|NA K transcriptional antiterminator -BSU_38430 224308.BSU38430 1.2e-168 599.0 Bacillus gspA GO:0000271,GO:0003674,GO:0003824,GO:0005975,GO:0005976,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0016051,GO:0016740,GO:0016757,GO:0043170,GO:0044238,GO:0071704,GO:1901576 Bacillus 1V2FM@1239,1ZCME@1386,4HFSG@91061,COG1442@1,COG1442@2 NA|NA|NA M General stress -BSU_38440 224308.BSU38440 2.9e-128 464.5 Bacillus ywaF Bacillus 1V4XE@1239,1ZBDN@1386,4HHC6@91061,COG5522@1,COG5522@2 NA|NA|NA S Integral membrane protein -BSU_38450 224308.BSU38450 1.4e-87 328.9 Bacillus ywaE GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1VM7T@1239,1ZGG4@1386,4I35C@91061,COG1846@1,COG1846@2 NA|NA|NA K Transcriptional regulator -BSU_38460 224308.BSU38460 2.6e-233 814.3 Bacillus tyrZ GO:0003674,GO:0003824,GO:0004812,GO:0004831,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006399,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016070,GO:0016874,GO:0016875,GO:0019752,GO:0034641,GO:0034660,GO:0043038,GO:0043039,GO:0043170,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564 6.1.1.1 ko:K01866 ko00970,map00970 M00359,M00360 R02918 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016,ko03029 Bacillus 1TPGN@1239,1ZBY9@1386,4H9YV@91061,COG0162@1,COG0162@2 NA|NA|NA J Catalyzes the attachment of tyrosine to tRNA(Tyr) in a two-step reaction tyrosine is first activated by ATP to form Tyr- AMP and then transferred to the acceptor end of tRNA(Tyr) -BSU_38470 224308.BSU38470 2.3e-251 874.4 Bacillus ywaD 3.4.11.10,3.4.11.6 ko:K19701 ko00000,ko01000,ko01002 Bacillus 1UFM1@1239,1ZC0A@1386,4HBE5@91061,COG2234@1,COG2234@2 NA|NA|NA S PA domain -BSU_38480 224308.BSU38480 8.5e-116 422.9 Bacillus ywaC GO:0003674,GO:0003824,GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0008150,GO:0008152,GO:0008728,GO:0008893,GO:0009116,GO:0009117,GO:0009119,GO:0009150,GO:0009259,GO:0009605,GO:0009987,GO:0009991,GO:0015969,GO:0016020,GO:0016740,GO:0016772,GO:0016778,GO:0016787,GO:0016788,GO:0016794,GO:0019637,GO:0019693,GO:0030312,GO:0031667,GO:0033865,GO:0033875,GO:0034032,GO:0034035,GO:0034641,GO:0042278,GO:0042578,GO:0042594,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0046128,GO:0046483,GO:0050896,GO:0055086,GO:0071704,GO:0071944,GO:0072521,GO:1901068,GO:1901135,GO:1901360,GO:1901564,GO:1901657 2.7.6.5 ko:K07816 ko00230,map00230 R00429 RC00002,RC00078 ko00000,ko00001,ko01000 Bacillus 1TSC9@1239,1ZB8W@1386,4HBE0@91061,COG2357@1,COG2357@2 NA|NA|NA S protein conserved in bacteria -BSU_38490 224308.BSU38490 9.2e-167 592.8 Bacillus menA GO:0003674,GO:0003824,GO:0004659,GO:0006732,GO:0006733,GO:0006743,GO:0006744,GO:0006766,GO:0006775,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009110,GO:0009233,GO:0009234,GO:0009987,GO:0016740,GO:0016765,GO:0032194,GO:0042180,GO:0042181,GO:0042362,GO:0042371,GO:0042373,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0051186,GO:0051188,GO:0071704,GO:1901576,GO:1901661,GO:1901663 2.5.1.74 ko:K02548 ko00130,ko01100,ko01110,map00130,map01100,map01110 M00116 R05617,R06858,R10757 RC02935,RC02936,RC03264 ko00000,ko00001,ko00002,ko01000,ko01006 Bacillus 1TSZV@1239,1ZB6F@1386,4HA68@91061,COG1575@1,COG1575@2 NA|NA|NA H Belongs to the MenA family. Type 1 subfamily -BSU_38499 720555.BATR1942_17205 8.3e-14 82.0 Bacillus Bacillus 1W521@1239,1ZJJ4@1386,2DF9X@1,2ZR1C@2,4I1M8@91061 NA|NA|NA S D-Ala-teichoic acid biosynthesis protein -BSU_38500 224308.BSU38500 1.3e-292 1011.5 Bacillus dltA GO:0000166,GO:0000270,GO:0003674,GO:0003824,GO:0005215,GO:0005488,GO:0006022,GO:0006023,GO:0006024,GO:0006807,GO:0006810,GO:0008144,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009252,GO:0009273,GO:0009987,GO:0016208,GO:0016874,GO:0016879,GO:0016881,GO:0017076,GO:0022857,GO:0030203,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034645,GO:0036094,GO:0042546,GO:0043167,GO:0043168,GO:0043169,GO:0043170,GO:0044036,GO:0044038,GO:0044085,GO:0044237,GO:0044249,GO:0044260,GO:0051179,GO:0051234,GO:0055085,GO:0070589,GO:0071554,GO:0071704,GO:0071840,GO:0097159,GO:0097367,GO:1901135,GO:1901137,GO:1901265,GO:1901363,GO:1901564,GO:1901566,GO:1901576 6.1.1.13 ko:K03367 ko00473,ko01503,ko02020,ko05150,map00473,map01503,map02020,map05150 M00725 R02718 RC00037,RC00094 ko00000,ko00001,ko00002,ko01000,ko01504 Bacillus 1TPTH@1239,1ZB3S@1386,4HAHU@91061,COG1020@1,COG1020@2 NA|NA|NA Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall -BSU_38510 224308.BSU38510 2.1e-232 811.2 Bacillus dltB ko:K03739 ko01503,ko02020,ko05150,map01503,map02020,map05150 M00725 ko00000,ko00001,ko00002,ko01504 Bacillus 1TP52@1239,1ZCX1@1386,4HBQG@91061,COG1696@1,COG1696@2 NA|NA|NA M membrane protein involved in D-alanine export -BSU_38520 1051501.AYTL01000028_gene1911 2.5e-36 157.5 Bacillus dltC GO:0000270,GO:0003674,GO:0005215,GO:0006022,GO:0006023,GO:0006024,GO:0006807,GO:0006810,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009252,GO:0009273,GO:0009987,GO:0022857,GO:0030203,GO:0034645,GO:0042546,GO:0043170,GO:0044036,GO:0044038,GO:0044085,GO:0044237,GO:0044249,GO:0044260,GO:0051179,GO:0051234,GO:0055085,GO:0070589,GO:0071554,GO:0071704,GO:0071840,GO:1901135,GO:1901137,GO:1901564,GO:1901566,GO:1901576 6.1.1.13 ko:K14188 ko00473,ko01503,ko02020,ko05150,map00473,map01503,map02020,map05150 M00725 R02718 RC00037,RC00094 ko00000,ko00001,ko00002,ko01000,ko01504 Bacillus 1VFQI@1239,1ZJEB@1386,4HNIH@91061,COG0236@1,COG0236@2 NA|NA|NA IQ Carrier protein involved in the D-alanylation of lipoteichoic acid (LTA). The loading of thioester-linked D-alanine onto DltC is catalyzed by D-alanine--D-alanyl carrier protein ligase DltA. The DltC-carried D-alanyl group is further transferred to cell membrane phosphatidylglycerol (PG) by forming an ester bond, probably catalyzed by DltD. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall -BSU_38530 224308.BSU38530 3.9e-231 807.0 Bacillus dltD ko:K03740 ko01503,ko02020,ko05150,map01503,map02020,map05150 M00725 ko00000,ko00001,ko00002,ko01504 Bacillus 1TSZU@1239,1ZD6Q@1386,4HC3H@91061,COG3966@1,COG3966@2 NA|NA|NA M COG3966 Protein involved in D-alanine esterification of lipoteichoic acid and wall teichoic acid (D-alanine transfer protein) -BSU_38540 224308.BSU38540 1.5e-138 498.8 Bacillus dltE ko:K14189 ko00000,ko01000 Bacillus 1TT89@1239,1ZBB6@1386,4HC2F@91061,COG3967@1,COG3967@2 NA|NA|NA M Belongs to the short-chain dehydrogenases reductases (SDR) family -BSU_38550 224308.BSU38550 5.3e-206 723.4 Bacillus ilvK 2.6.1.42 ko:K00826 ko00270,ko00280,ko00290,ko00770,ko01100,ko01110,ko01130,ko01210,ko01230,map00270,map00280,map00290,map00770,map01100,map01110,map01130,map01210,map01230 M00019,M00036,M00119,M00570 R01090,R01214,R02199,R10991 RC00006,RC00036 ko00000,ko00001,ko00002,ko01000,ko01007 iYO844.BSU38550 Bacillus 1TQQI@1239,1ZBFM@1386,4HASX@91061,COG0115@1,COG0115@2 NA|NA|NA E Branched-chain amino acid aminotransferase -BSU_38560 224308.BSU38560 1.8e-253 881.3 Bacillus licH 3.2.1.86 ko:K01222 ko00010,ko00500,map00010,map00500 R00839,R05133,R05134 RC00049,RC00171,RC00714 ko00000,ko00001,ko01000 GT4 Bacillus 1TQ9I@1239,1ZC6U@1386,4H9Z4@91061,COG1486@1,COG1486@2 NA|NA|NA G COG1486 Alpha-galactosidases 6-phospho-beta-glucosidases, family 4 of glycosyl hydrolases -BSU_38570 224308.BSU38570 1.9e-50 204.9 Bacillus licA 2.7.1.196,2.7.1.205 ko:K02759 ko00500,ko02060,map00500,map02060 M00275 R11170,R11172 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.3.2 iYO844.BSU38570 Bacillus 1VEGE@1239,1ZI2Z@1386,4HM37@91061,COG1447@1,COG1447@2 NA|NA|NA G phosphotransferase system -BSU_38580 224308.BSU38580 1.7e-249 868.2 Bacillus licC ko:K02761 ko00500,ko02060,map00500,map02060 M00275 R11170,R11172 RC00017,RC03206 ko00000,ko00001,ko00002,ko02000 4.A.3.2 iYO844.BSU38390 Bacillus 1TP8D@1239,1ZBJ7@1386,4H9W2@91061,COG1455@1,COG1455@2 NA|NA|NA G The phosphoenolpyruvate-dependent sugar phosphotransferase system (PTS), a major carbohydrate active - transport system, catalyzes the phosphorylation of incoming sugar substrates concomitant with their translocation across the cell membrane -BSU_38590 224308.BSU38590 3e-50 204.1 Bacillus licB 2.7.1.196,2.7.1.205 ko:K02760 ko00500,ko02060,map00500,map02060 M00275 R11170,R11172 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.3.2 Bacillus 1VADE@1239,1ZIC3@1386,4HM5Q@91061,COG1440@1,COG1440@2 NA|NA|NA G transporter subunit IIB -BSU_38600 224308.BSU38600 0.0 1253.8 Bacillus licR ko:K03491 ko00000,ko03000 Bacillus 1TQT1@1239,1ZQ0I@1386,4HEIQ@91061,COG1762@1,COG1762@2,COG3711@1,COG3711@2 NA|NA|NA GKT Mga helix-turn-helix domain -BSU_38610 224308.BSU38610 2.4e-19 100.5 Bacillus yxzF Bacillus 1UB79@1239,1ZKBI@1386,2BT1W@1,32N67@2,4IMJZ@91061 NA|NA|NA -BSU_38620 224308.BSU38620 1.7e-110 405.2 Bacillus yxlJ GO:0003674,GO:0003824,GO:0003905,GO:0006139,GO:0006259,GO:0006281,GO:0006284,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009987,GO:0016787,GO:0016798,GO:0016799,GO:0019104,GO:0033554,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0140097,GO:1901360 3.2.2.21 ko:K03652 ko03410,map03410 ko00000,ko00001,ko01000,ko03400 Bacillus 1V1E6@1239,1ZFWT@1386,4HG5E@91061,COG2094@1,COG2094@2 NA|NA|NA L Belongs to the DNA glycosylase MPG family -BSU_38630 224308.BSU38630 0.0 1127.5 Bacillus katX GO:0000302,GO:0003674,GO:0003824,GO:0004096,GO:0004601,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009056,GO:0009636,GO:0009987,GO:0010035,GO:0016209,GO:0016491,GO:0016684,GO:0016999,GO:0017001,GO:0017144,GO:0020037,GO:0042221,GO:0042493,GO:0042542,GO:0042737,GO:0042743,GO:0042744,GO:0044237,GO:0044248,GO:0044424,GO:0044464,GO:0046677,GO:0046906,GO:0048037,GO:0050896,GO:0051186,GO:0051187,GO:0051716,GO:0055114,GO:0070887,GO:0072593,GO:0097159,GO:0097237,GO:0098754,GO:0098869,GO:1901363,GO:1901700,GO:1990748 1.11.1.6 ko:K03781 ko00380,ko00630,ko01110,ko01130,ko01200,ko04011,ko04016,ko04068,ko04146,ko04211,ko04212,ko04213,ko05014,map00380,map00630,map01110,map01130,map01200,map04011,map04016,map04068,map04146,map04211,map04212,map04213,map05014 M00532 R00009,R00602,R02670 RC00034,RC00767,RC02141,RC02755 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPPV@1239,1ZB44@1386,4H9XQ@91061,COG0753@1,COG0753@2 NA|NA|NA P serves to protect cells from the toxic effects of hydrogen peroxide -BSU_38640 224308.BSU38640 3.6e-216 757.3 Bacillus yxlH GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 Bacillus 1TWWZ@1239,1ZCPX@1386,4HEV3@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_38650 224308.BSU38650 3e-139 501.1 Bacillus yxlG ko:K01992 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1UYUR@1239,1ZCZZ@1386,4HEAP@91061,COG1277@1,COG1277@2 NA|NA|NA S COG1277 ABC-type transport system involved in multi-copper enzyme maturation, permease component -BSU_38660 224308.BSU38660 8.7e-167 592.8 Bacillus yxlF ko:K01990 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1TQEV@1239,1ZBR2@1386,4HBHF@91061,COG1131@1,COG1131@2 NA|NA|NA V ABC transporter, ATP-binding protein -BSU_38670 224308.BSU38670 9.8e-28 128.6 Bacillus Bacillus 1VM0N@1239,1ZIVE@1386,2DPPC@1,332VC@2,4HNHT@91061 NA|NA|NA S Phospholipase_D-nuclease N-terminal -BSU_38680 224308.BSU38680 2.1e-31 141.0 Bacillus Bacillus 1TZ34@1239,1ZK0K@1386,2DJGR@1,3062I@2,4HZY3@91061 NA|NA|NA -BSU_38690 224308.BSU38690 6.6e-48 196.4 Bacillus Bacillus 1W5NR@1239,1ZJPN@1386,295E2@1,2ZSRV@2,4I1KQ@91061 NA|NA|NA S Family of unknown function (DUF5345) -BSU_38700 224308.BSU38700 8.1e-91 339.7 Bacillus sigY ko:K03088 ko00000,ko03021 Bacillus 1VB37@1239,1ZCWY@1386,4HMZ2@91061,COG1595@1,COG1595@2 NA|NA|NA K Belongs to the sigma-70 factor family. ECF subfamily -BSU_38710 224308.BSU38710 3.8e-254 883.6 Bacillus yxlA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K03457 ko00000 2.A.39 iYO844.BSU38710 Bacillus 1V5JP@1239,1ZCP8@1386,4HIHK@91061,COG1457@1,COG1457@2 NA|NA|NA F Belongs to the purine-cytosine permease (2.A.39) family -BSU_38720 224308.BSU38720 1.4e-161 575.5 Bacillus nnrD 4.2.1.136,5.1.99.6 ko:K17758,ko:K17759 ko00000,ko01000 Bacillus 1TNZE@1239,1ZAP7@1386,4HBZC@91061,COG0063@1,COG0063@2 NA|NA|NA G Bifunctional enzyme that catalyzes the epimerization of the S- and R-forms of NAD(P)HX and the dehydration of the S-form of NAD(P)HX at the expense of ADP, which is converted to AMP. This allows the repair of both epimers of NAD(P)HX, a damaged form of NAD(P)H that is a result of enzymatic or heat-dependent hydration -BSU_38730 224308.BSU38730 0.0 1097.4 Bacillus cydD ko:K16012 ko02010,map02010 ko00000,ko00001,ko02000 3.A.1.129 Bacillus 1UHN5@1239,1ZCKI@1386,4HAAB@91061,COG4987@1,COG4987@2 NA|NA|NA V ATP-binding protein -BSU_38740 224308.BSU38740 0.0 1089.7 Bacillus cydC GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 ko:K16013 ko02010,map02010 ko00000,ko00001,ko02000 3.A.1.129 Bacillus 1TQ1P@1239,1ZB86@1386,4HAN0@91061,COG4988@1,COG4988@2 NA|NA|NA V ATP-binding -BSU_38750 224308.BSU38750 4.9e-190 670.2 Bacillus cydB 1.10.3.14 ko:K00426 ko00190,ko01100,ko02020,map00190,map01100,map02020 M00153 R11325 RC00061 ko00000,ko00001,ko00002,ko01000 3.D.4.3 iYO844.BSU38750 Bacillus 1TRYV@1239,1ZDGQ@1386,4H9KF@91061,COG1294@1,COG1294@2 NA|NA|NA C Cytochrome d ubiquinol oxidase, subunit II -BSU_38760 224308.BSU38760 2.1e-268 931.0 Bacillus cydA 1.10.3.14 ko:K00425 ko00190,ko01100,ko02020,map00190,map01100,map02020 M00153 R11325 RC00061 ko00000,ko00001,ko00002,ko01000 3.D.4.3 Bacillus 1TRH4@1239,1ZBAG@1386,4HA19@91061,COG1271@1,COG1271@2 NA|NA|NA C oxidase, subunit -BSU_38770 224308.BSU38770 3.2e-229 800.8 Bacillus cimH Bacillus 1TR97@1239,1ZC12@1386,4HBS8@91061,COG3493@1,COG3493@2 NA|NA|NA C COG3493 Na citrate symporter -BSU_38780 224308.BSU38780 0.0 1088.2 Bacillus Bacillus 1U88Z@1239,1ZQAN@1386,4HF3W@91061,COG0501@1,COG0501@2 NA|NA|NA O Peptidase family M48 -BSU_38800 224308.BSU38800 5e-156 557.0 Bacillus yxkH Bacillus 1V6AW@1239,1ZQ8K@1386,4HHC9@91061,COG0726@1,COG0726@2 NA|NA|NA G Polysaccharide deacetylase -BSU_38810 224308.BSU38810 1e-204 719.2 Bacillus msmX ko:K10112 ko02010,map02010 M00194,M00196,M00197,M00200,M00201,M00206,M00207,M00491,M00602,M00605,M00606 ko00000,ko00001,ko00002,ko02000 3.A.1.1 Bacillus 1TP2M@1239,1ZBDW@1386,4HAMQ@91061,COG3842@1,COG3842@2 NA|NA|NA P Belongs to the ABC transporter superfamily -BSU_38820 224308.BSU38820 8.2e-165 586.3 Bacillus yxkF Bacillus 1V649@1239,1ZH98@1386,4HHCD@91061,COG2508@1,COG2508@2 NA|NA|NA QT PucR C-terminal helix-turn-helix domain -BSU_38830 224308.BSU38830 4.2e-275 953.4 Bacillus aldY GO:0003674,GO:0003824,GO:0004029,GO:0008150,GO:0008152,GO:0016491,GO:0016620,GO:0016903,GO:0018479,GO:0055114 1.2.1.3,1.2.1.67 ko:K00128,ko:K21802 ko00010,ko00053,ko00071,ko00280,ko00310,ko00330,ko00340,ko00380,ko00410,ko00561,ko00620,ko00625,ko00627,ko00903,ko00981,ko01100,ko01110,ko01120,ko01130,map00010,map00053,map00071,map00280,map00310,map00330,map00340,map00380,map00410,map00561,map00620,map00625,map00627,map00903,map00981,map01100,map01110,map01120,map01130 M00135 R00264,R00631,R00710,R00904,R01752,R01986,R02549,R02678,R02940,R02957,R03283,R03869,R04065,R04506,R04903,R05050,R05237,R05238,R05286,R05699,R06366,R08146 RC00047,RC00071,RC00075,RC00080,RC00186,RC00218,RC00242,RC00816,RC01500 ko00000,ko00001,ko00002,ko01000 iYO844.BSU38830 Bacillus 1TP4S@1239,1ZAXK@1386,4H9MF@91061,COG1012@1,COG1012@2 NA|NA|NA C Catalyzes the oxidation of malonate semialdehyde (MSA) and methylmalonate semialdehyde (MMSA) into acetyl-CoA and propanoyl-CoA, respectively -BSU_38840 224308.BSU38840 3.3e-147 527.7 Bacillus yxkD Bacillus 1TRAU@1239,1ZD69@1386,4H9UY@91061,COG1284@1,COG1284@2 NA|NA|NA S Uncharacterised 5xTM membrane BCR, YitT family COG1284 -BSU_38850 224308.BSU38850 4.6e-70 270.8 Bacteria Bacillus 2DY9G@1,348S7@2 NA|NA|NA S Domain of unknown function (DUF4352) -BSU_38860 224308.BSU38860 7.9e-196 689.5 Bacillus galE 5.1.3.2 ko:K01784 ko00052,ko00520,ko01100,map00052,map00520,map01100 M00361,M00362,M00632 R00291,R02984 RC00289 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ7N@1239,1ZB5V@1386,4H9U5@91061,COG1087@1,COG1087@2 NA|NA|NA M Belongs to the NAD(P)-dependent epimerase dehydratase family -BSU_38870 224308.BSU38870 3e-95 354.4 Bacillus ko:K06910 ko00000 Bacillus 1V88T@1239,1ZMY1@1386,4IRQA@91061,COG1881@1,COG1881@2 NA|NA|NA S Phosphatidylethanolamine-binding protein -BSU_38880 224308.BSU38880 3.3e-166 590.9 Bacillus Bacillus 1UYA4@1239,1ZFDM@1386,4HHV2@91061,COG0583@1,COG0583@2 NA|NA|NA K LysR substrate binding domain -BSU_38890 224308.BSU38890 4e-78 297.4 Bacilli Bacillus 1W1ZH@1239,2ZSI3@2,4I1FS@91061,arCOG10684@1 NA|NA|NA S Protein of unknown function (DUF1453) -BSU_38900 224308.BSU38900 2.6e-193 681.4 Bacillus Bacillus 1TRFX@1239,1ZDHA@1386,4HD1M@91061,COG4585@1,COG4585@2 NA|NA|NA T Signal transduction histidine kinase -BSU_38910 224308.BSU38910 1.2e-115 422.5 Bacillus ko:K02479 ko00000,ko02022 Bacillus 1V30W@1239,1ZGDR@1386,4HT1P@91061,COG2197@1,COG2197@2 NA|NA|NA K helix_turn_helix, Lux Regulon -BSU_38920 224308.BSU38920 8e-235 819.3 Bacillus pepT GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0019538,GO:0043170,GO:0044238,GO:0044424,GO:0044464,GO:0071704,GO:1901564 3.4.11.4 ko:K01258 ko00000,ko01000,ko01002 Bacillus 1TP3A@1239,1ZCZN@1386,4HAZE@91061,COG2195@1,COG2195@2 NA|NA|NA E Cleaves the N-terminal amino acid of tripeptides -BSU_38940 224308.BSU38940 1.3e-87 328.9 Bacillus yxjI Bacillus 1V3WA@1239,1ZQ5F@1386,4HJ82@91061,COG4894@1,COG4894@2 NA|NA|NA S LURP-one-related -BSU_38950 224308.BSU38950 9.3e-222 775.8 Bacillus yxjG Bacillus 1TPDQ@1239,1ZDE8@1386,4HADW@91061,COG0620@1,COG0620@2 NA|NA|NA E Methionine synthase -BSU_38960 224308.BSU38960 1.8e-220 771.5 Bacillus yxjG 2.1.1.14 ko:K00549 ko00270,ko00450,ko01100,ko01110,ko01230,map00270,map00450,map01100,map01110,map01230 M00017 R04405,R09365 RC00035,RC00113,RC01241 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPDQ@1239,1ZDE8@1386,4HADW@91061,COG0620@1,COG0620@2 NA|NA|NA E Methionine synthase -BSU_38970 224308.BSU38970 2.2e-137 495.0 Bacillus yxjF 1.1.1.30 ko:K00019 ko00072,ko00650,ko01100,map00072,map00650,map01100 M00088 R01361 RC00117 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP3G@1239,1ZDEW@1386,4HACT@91061,COG1028@1,COG1028@2 NA|NA|NA IQ Catalyzes the formation of acetoacetate from 3-hydroxybutyrate -BSU_38980 224308.BSU38980 8.8e-116 422.9 Bacillus scoE 2.8.3.5 ko:K01029 ko00072,ko00280,ko00650,map00072,map00280,map00650 R00410 RC00014 ko00000,ko00001,ko01000 Bacillus 1TNY5@1239,1ZB4Q@1386,4HBFR@91061,COG2057@1,COG2057@2 NA|NA|NA I COG2057 Acyl CoA acetate 3-ketoacid CoA transferase, beta subunit -BSU_38990 224308.BSU38990 2.4e-130 471.5 Bacillus scoA 2.8.3.5 ko:K01028 ko00072,ko00280,ko00650,map00072,map00280,map00650 R00410 RC00014 ko00000,ko00001,ko01000 Bacillus 1V21Q@1239,1ZCXP@1386,4HB3E@91061,COG1788@1,COG1788@2 NA|NA|NA I COG1788 Acyl CoA acetate 3-ketoacid CoA transferase, alpha subunit -BSU_39000 224308.BSU39000 4.4e-253 880.2 Bacillus yxjC GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 Bacillus 1TQJ6@1239,1ZCGI@1386,4HA01@91061,COG2610@1,COG2610@2 NA|NA|NA EG COG2610 H gluconate symporter and related permeases -BSU_39010 224308.BSU39010 6.9e-161 573.2 Bacillus yxjB 2.1.1.187 ko:K00563 R07233 RC00003 ko00000,ko01000,ko03009 Bacillus 1UIYH@1239,1ZS7T@1386,4ISX8@91061,COG0500@1,COG0500@2 NA|NA|NA Q Methyltransferase domain -BSU_39020 224308.BSU39020 3.2e-212 744.2 Bacillus nupG GO:0003674,GO:0005215,GO:0005337,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0015075,GO:0015077,GO:0015078,GO:0015212,GO:0015213,GO:0015214,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015506,GO:0015672,GO:0015858,GO:0015861,GO:0015862,GO:0015864,GO:0015931,GO:0015932,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0022890,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072531,GO:0098655,GO:0098660,GO:0098662,GO:1901264,GO:1901505,GO:1901642,GO:1902600 ko:K16323 ko00000,ko02000 2.A.41.1 Bacillus 1TRSK@1239,1ZAW2@1386,4HA8N@91061,COG1972@1,COG1972@2 NA|NA|NA F Belongs to the concentrative nucleoside transporter (CNT) (TC 2.A.41) family -BSU_39029 1051501.AYTL01000028_gene1858 1.4e-61 242.3 Bacillus Bacillus 1VD7B@1239,1ZI85@1386,4IT9B@91061,COG5513@1,COG5513@2 NA|NA|NA T Domain of unknown function (DUF4163) -BSU_39030 1051501.AYTL01000028_gene1858 2.1e-22 111.3 Bacillus Bacillus 1VD7B@1239,1ZI85@1386,4IT9B@91061,COG5513@1,COG5513@2 NA|NA|NA T Domain of unknown function (DUF4163) -BSU_39040 224308.BSU39040 4.5e-48 196.8 Bacillus yxiS Bacillus 1VA1W@1239,1ZHWY@1386,2CI5E@1,32S7D@2,4HKCJ@91061 NA|NA|NA -BSU_39050 224308.BSU39050 0.0 1393.3 Bacillus katE GO:0003674,GO:0003824,GO:0004096,GO:0004601,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009056,GO:0009636,GO:0009987,GO:0016209,GO:0016491,GO:0016684,GO:0016999,GO:0017001,GO:0017144,GO:0020037,GO:0042221,GO:0042737,GO:0042743,GO:0042744,GO:0044237,GO:0044248,GO:0044424,GO:0044444,GO:0044464,GO:0046906,GO:0048037,GO:0050896,GO:0051186,GO:0051187,GO:0051716,GO:0055114,GO:0070887,GO:0072593,GO:0097159,GO:0097237,GO:0098754,GO:0098869,GO:1901363,GO:1990748 1.11.1.6 ko:K03781 ko00380,ko00630,ko01110,ko01130,ko01200,ko04011,ko04016,ko04068,ko04146,ko04211,ko04212,ko04213,ko05014,map00380,map00630,map01110,map01130,map01200,map04011,map04016,map04068,map04146,map04211,map04212,map04213,map05014 M00532 R00009,R00602,R02670 RC00034,RC00767,RC02141,RC02755 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPPV@1239,1ZB44@1386,4H9XQ@91061,COG0693@1,COG0693@2,COG0753@1,COG0753@2 NA|NA|NA P serves to protect cells from the toxic effects of hydrogen peroxide -BSU_39060 224308.BSU39060 1.1e-223 782.3 Bacillus citH GO:0003674,GO:0005215,GO:0005575,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0034220,GO:0044425,GO:0051179,GO:0051234,GO:0055085,GO:0098656 ko:K03300,ko:K11639 ko02020,map02020 ko00000,ko00001 2.A.11,2.A.11.1.1 Bacillus 1TQQH@1239,1ZCEQ@1386,4HAGT@91061,COG2851@1,COG2851@2 NA|NA|NA C Citrate transporter -BSU_39070 224308.BSU39070 8.5e-144 516.2 Bacillus bglS GO:0005575,GO:0005576 Bacillus 1UY13@1239,1ZRF1@1386,4IPYG@91061,COG2273@1,COG2273@2 NA|NA|NA M licheninase activity -BSU_39080 224308.BSU39080 1.8e-150 538.5 Bacillus licT GO:0006355,GO:0008150,GO:0009889,GO:0009891,GO:0009893,GO:0010468,GO:0010556,GO:0010557,GO:0010604,GO:0010628,GO:0019219,GO:0019222,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0045893,GO:0045935,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0051171,GO:0051173,GO:0051252,GO:0051254,GO:0060255,GO:0065007,GO:0080090,GO:1902680,GO:1903506,GO:1903508,GO:2000112,GO:2001141 ko:K03488 ko00000,ko03000 Bacillus 1TT5A@1239,1ZDB0@1386,4HC5Y@91061,COG3711@1,COG3711@2 NA|NA|NA K transcriptional antiterminator -BSU_39090 224308.BSU39090 1.5e-113 415.6 Bacillus Bacillus 1UCB4@1239,1ZNXJ@1386,29T3N@1,30EA7@2,4INTI@91061 NA|NA|NA -BSU_39100 224308.BSU39100 1.3e-232 812.0 Bacillus yxiO ko:K06902 ko04138,map04138 ko00000,ko00001,ko02000,ko04131 2.A.1.24,9.A.15.1 Bacillus 1TRTH@1239,1ZDX4@1386,4H9VB@91061,COG2270@1,COG2270@2 NA|NA|NA S COG2270 Permeases of the major facilitator superfamily -BSU_39110 224308.BSU39110 1.7e-265 921.4 Bacillus dbpA GO:0003674,GO:0003724,GO:0003824,GO:0004004,GO:0004386,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006725,GO:0006807,GO:0008026,GO:0008150,GO:0008152,GO:0008186,GO:0009987,GO:0010501,GO:0016070,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0034641,GO:0042623,GO:0043170,GO:0044237,GO:0044238,GO:0044424,GO:0044464,GO:0046483,GO:0070035,GO:0071704,GO:0090304,GO:0140098,GO:1901360 3.6.4.13 ko:K05592 ko03018,map03018 ko00000,ko00001,ko01000,ko03009,ko03019 Bacillus 1TPAP@1239,1ZB39@1386,4HBR4@91061,COG0513@1,COG0513@2 NA|NA|NA JKL DEAD-box RNA helicase involved in the assembly of the 50S ribosomal subunit. Has an RNA-dependent ATPase activity, which is specific for 23S rRNA, and a 3' to 5' RNA helicase activity that uses the energy of ATP hydrolysis to destabilize and unwind short rRNA duplexes -BSU_39120 224308.BSU39120 1.3e-218 765.4 Bacillus Bacillus 1UZJV@1239,1ZM72@1386,4HUHE@91061,COG2755@1,COG2755@2,COG3401@1,COG3401@2 NA|NA|NA E GDSL-like Lipase/Acylhydrolase -BSU_39150 224308.BSU39150 2.7e-48 197.6 Bacillus yxiJ Bacillus 1UB22@1239,1ZJZS@1386,2A1BF@1,30PIA@2,4IMEY@91061 NA|NA|NA S YxiJ-like protein -BSU_39160 224308.BSU39160 2e-96 358.2 Bacillus yxiI Bacillus 1VCA8@1239,1ZG90@1386,2BVWY@1,32U73@2,4HMAC@91061 NA|NA|NA S Protein of unknown function (DUF2716) -BSU_39170 224308.BSU39170 6.4e-81 306.6 Bacillus Bacillus 1U8MN@1239,1ZNP6@1386,29QTC@1,30BT9@2,4IIJP@91061 NA|NA|NA -BSU_39180 1051501.AYTL01000028_gene1838 8.2e-46 189.5 Bacillus Bacillus 1U8MN@1239,1ZNP6@1386,29QTC@1,30BT9@2,4IIJP@91061 NA|NA|NA -BSU_39190 224308.BSU39190 6.3e-75 286.6 Bacillus yxiG Bacillus 1VJ42@1239,1ZKCC@1386,2DQVR@1,338YS@2,4HQ6X@91061 NA|NA|NA -BSU_39200 224308.BSU39200 1.4e-62 245.4 Bacillus Bacillus 1VQDU@1239,1ZK77@1386,2EGX2@1,33AP7@2,4IMI0@91061 NA|NA|NA -BSU_39210 224308.BSU39210 2.9e-84 317.8 Bacillus Bacillus 1UBDX@1239,1ZKRF@1386,29SFG@1,30DKA@2,4IMSN@91061 NA|NA|NA -BSU_39220 224308.BSU39220 2.5e-71 274.6 Bacillus yxxG Bacillus 1W5MD@1239,1ZK5C@1386,295XK@1,2ZT8F@2,4I1YY@91061 NA|NA|NA -BSU_39230 224308.BSU39230 0.0 3804.6 Bacillus wapA GO:0003674,GO:0003824,GO:0004518,GO:0004540,GO:0004549,GO:0006139,GO:0006399,GO:0006401,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009987,GO:0016070,GO:0016078,GO:0016787,GO:0016788,GO:0019439,GO:0034641,GO:0034655,GO:0034660,GO:0034661,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044260,GO:0044265,GO:0044270,GO:0046483,GO:0046700,GO:0071704,GO:0090304,GO:0090305,GO:0090501,GO:0140098,GO:0140101,GO:1901360,GO:1901361,GO:1901575 Bacillus 1TR8F@1239,1ZDH9@1386,4HBZE@91061,COG3209@1,COG3209@2 NA|NA|NA M COG3209 Rhs family protein -BSU_39240 224308.BSU39240 4.9e-168 597.0 Bacillus yxxF Bacillus 1UAMA@1239,1ZET8@1386,4HA84@91061,COG0697@1,COG0697@2 NA|NA|NA EG EamA-like transporter family -BSU_39250 224308.BSU39250 2.4e-72 278.1 Bacillus yxiE Bacillus 1VEJR@1239,1ZJAT@1386,4IRSH@91061,COG0589@1,COG0589@2 NA|NA|NA T Belongs to the universal stress protein A family -BSU_39260 224308.BSU39260 1.1e-280 971.8 Bacillus bglH GO:0003674,GO:0003824,GO:0004553,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0008422,GO:0015926,GO:0016787,GO:0016798,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:1901135,GO:1901657 3.2.1.86 ko:K01223 ko00010,ko00500,map00010,map00500 R00839,R05133,R05134 RC00049,RC00171,RC00714 ko00000,ko00001,ko01000 GT1 Bacillus 1TP19@1239,1ZQ3H@1386,4HA1W@91061,COG2723@1,COG2723@2 NA|NA|NA G Belongs to the glycosyl hydrolase 1 family -BSU_39270 224308.BSU39270 0.0 1114.4 Bacillus bglP GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0015766,GO:0015771,GO:0015772,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563,GO:0090589 ko:K02755,ko:K02756,ko:K02757 ko02060,map02060 M00271 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.2.11,4.A.1.2.2,4.A.1.2.5,4.A.1.2.6 Bacillus 1TP5X@1239,1ZC3X@1386,4HA0I@91061,COG1263@1,COG1263@2,COG1264@1,COG1264@2,COG2190@1,COG2190@2 NA|NA|NA G phosphotransferase system -BSU_39280 224308.BSU39280 6.1e-51 206.5 Bacillus Bacillus 1VKHV@1239,1ZIAN@1386,2BWJU@1,33F3X@2,4HSYN@91061 NA|NA|NA -BSU_39290 224308.BSU39290 3.8e-78 297.4 Bacillus ko:K21494 ko00000,ko02048 Bacillus 1V80A@1239,1ZFW6@1386,2CM6W@1,31IMN@2,4HVIQ@91061 NA|NA|NA S SMI1 / KNR4 family -BSU_39300 224308.BSU39300 0.0 1090.9 Bacillus ko:K21493 ko00000,ko01000,ko02048 Bacillus 1V8G4@1239,1ZDRW@1386,4ISX9@91061,COG5444@1,COG5444@2 NA|NA|NA S nuclease activity -BSU_39310 224308.BSU39310 6.1e-39 166.4 Bacillus yxiC Bacillus 1VFDQ@1239,1ZJAX@1386,2CFFU@1,32ZHK@2,4HRXU@91061 NA|NA|NA S Family of unknown function (DUF5344) -BSU_39320 224308.BSU39320 2.1e-21 108.6 Bacilli Bacillus 1VGWV@1239,2EE98@1,3383N@2,4HQJB@91061 NA|NA|NA S Domain of unknown function (DUF5082) -BSU_39330 224308.BSU39330 1.1e-283 981.9 Bacillus yxiA 3.2.1.99 ko:K06113 ko00000,ko01000 GH43 Bacillus 1TPHA@1239,1ZDPS@1386,4HBSN@91061,COG3507@1,COG3507@2 NA|NA|NA G Belongs to the glycosyl hydrolase 43 family -BSU_39340 224308.BSU39340 8.5e-78 296.2 Bacillus hutP GO:0006082,GO:0006355,GO:0006520,GO:0006547,GO:0006548,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009063,GO:0009889,GO:0009987,GO:0010468,GO:0010556,GO:0016054,GO:0019219,GO:0019222,GO:0019439,GO:0019752,GO:0031323,GO:0031326,GO:0034641,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044270,GO:0044281,GO:0044282,GO:0046395,GO:0046483,GO:0046700,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0052803,GO:0052805,GO:0060255,GO:0065007,GO:0071704,GO:0080090,GO:1901360,GO:1901361,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606,GO:1903506,GO:2000112,GO:2001141 ko:K09683 ko00000,ko03000 Bacillus 1V1JV@1239,1ZGK3@1386,28T9W@1,2ZFIH@2,4HFXV@91061 NA|NA|NA K Antiterminator that binds to cis-acting regulatory sequences on the mRNA in the presence of histidine, thereby suppressing transcription termination and activating the hut operon for histidine utilization -BSU_39350 224308.BSU39350 4e-284 983.4 Bacillus hutH 4.3.1.3 ko:K01745 ko00340,ko01100,map00340,map01100 M00045 R01168 RC00361 ko00000,ko00001,ko00002,ko01000 iYO844.BSU39350 Bacillus 1TPCW@1239,1ZC8Z@1386,4H9YS@91061,COG2986@1,COG2986@2 NA|NA|NA E Histidine ammonia-lyase -BSU_39360 224308.BSU39360 0.0 1119.8 Bacillus hutU 4.2.1.49 ko:K01712 ko00340,ko01100,map00340,map01100 M00045 R02914 RC00804 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPZ9@1239,1ZCMM@1386,4H9NH@91061,COG2987@1,COG2987@2 NA|NA|NA E Catalyzes the conversion of urocanate to 4-imidazolone- 5-propionate -BSU_39370 224308.BSU39370 2.1e-238 831.2 Bacillus hutI 3.5.2.7 ko:K01468 ko00340,ko01100,map00340,map01100 M00045 R02288 RC00683 ko00000,ko00001,ko00002,ko01000 iYO844.BSU39370 Bacillus 1TP2J@1239,1ZDE5@1386,4HAVY@91061,COG1228@1,COG1228@2 NA|NA|NA Q Imidazolone-5-propionate hydrolase -BSU_39380 224308.BSU39380 1.4e-181 642.1 Bacillus hutG 3.5.3.8 ko:K01479 ko00340,ko01100,map00340,map01100 M00045 R02285 RC00221,RC00681 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP2A@1239,1ZBPI@1386,4HCKQ@91061,COG0010@1,COG0010@2 NA|NA|NA E Catalyzes the conversion of N-formimidoyl-L-glutamate to L-glutamate and formamide -BSU_39390 224308.BSU39390 2.1e-263 914.4 Bacillus hutM ko:K16236 ko00000,ko02000 2.A.3.1 iYO844.BSU39390 Bacillus 1UHNR@1239,1ZB12@1386,4HUT7@91061,COG0833@1,COG0833@2 NA|NA|NA E amino acid -BSU_39400 224308.BSU39400 7.1e-234 816.2 Bacillus pdp GO:0003674,GO:0003824,GO:0004645,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0009032,GO:0016740,GO:0016757,GO:0016758,GO:0016763,GO:0044424,GO:0044444,GO:0044464 2.4.2.2 ko:K00756 ko00240,ko01100,map00240,map01100 R01570,R01876,R02296,R02484 RC00063 ko00000,ko00001,ko01000 Bacillus 1TPCH@1239,1ZBI1@1386,4H9NP@91061,COG0213@1,COG0213@2 NA|NA|NA F phosphorylase -BSU_39410 224308.BSU39410 1.7e-205 721.8 Bacillus nupC GO:0003674,GO:0005215,GO:0005337,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0015075,GO:0015077,GO:0015078,GO:0015212,GO:0015213,GO:0015214,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015506,GO:0015672,GO:0015858,GO:0015861,GO:0015862,GO:0015864,GO:0015931,GO:0015932,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0022890,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072531,GO:0098655,GO:0098660,GO:0098662,GO:1901264,GO:1901505,GO:1901642,GO:1902600 ko:K11535 ko00000,ko02000 2.A.41.1 iYO844.BSU39410 Bacillus 1TRSK@1239,1ZAW2@1386,4HA8N@91061,COG1972@1,COG1972@2 NA|NA|NA F Belongs to the concentrative nucleoside transporter (CNT) (TC 2.A.41) family -BSU_39420 224308.BSU39420 1.5e-115 422.2 Bacillus deoC GO:0003674,GO:0003824,GO:0004139,GO:0005975,GO:0006139,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009117,GO:0009166,GO:0009262,GO:0009264,GO:0009987,GO:0016052,GO:0016829,GO:0016830,GO:0016832,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046434,GO:0046483,GO:0046700,GO:0055086,GO:0071704,GO:1901135,GO:1901136,GO:1901292,GO:1901360,GO:1901361,GO:1901362,GO:1901575,GO:1901576 4.1.2.4 ko:K01619 ko00030,map00030 R01066 RC00436,RC00437 ko00000,ko00001,ko01000 iYO844.BSU39420 Bacillus 1TPAJ@1239,1ZCZ6@1386,4HAAJ@91061,COG0274@1,COG0274@2 NA|NA|NA F Catalyzes a reversible aldol reaction between acetaldehyde and D-glyceraldehyde 3-phosphate to generate 2-deoxy- D-ribose 5-phosphate -BSU_39430 224308.BSU39430 6e-174 616.7 Bacillus deoR GO:0003674,GO:0005488,GO:0005515,GO:0042802 ko:K05346 ko00000,ko03000 Bacillus 1TPUB@1239,1ZD4S@1386,4HCAR@91061,COG2390@1,COG2390@2 NA|NA|NA K COG2390 Transcriptional regulator, contains sigma factor-related N-terminal domain -BSU_39440 224308.BSU39440 5.1e-153 547.0 Bacillus Bacillus 1TT9P@1239,1ZEVA@1386,2DBB1@1,2Z854@2,4HDSP@91061 NA|NA|NA S Domain of Unknown Function (DUF1206) -BSU_39450 224308.BSU39450 1.5e-200 705.3 Bacillus eutH GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 ko:K04023 ko00000 iYO844.BSU39450 Bacillus 1TNZF@1239,1ZCSJ@1386,4HAQ8@91061,COG3192@1,COG3192@2 NA|NA|NA E Ethanolamine utilisation protein, EutH -BSU_39460 224308.BSU39460 3.4e-255 887.1 Bacillus yxeQ GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0009987,GO:0016829,GO:0016835,GO:0016836,GO:0016999,GO:0017144,GO:0019541,GO:0019679,GO:0019752,GO:0032787,GO:0043436,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0046459,GO:0047547,GO:0071704 Bacillus 1TSD7@1239,1ZR1G@1386,4HFIN@91061,COG2079@1,COG2079@2 NA|NA|NA S MmgE/PrpD family -BSU_39470 224308.BSU39470 6.5e-215 753.1 Bacillus yxeP ko:K21613 ko00000,ko01000,ko01002 Bacillus 1TPD7@1239,1ZB09@1386,4H9WQ@91061,COG1473@1,COG1473@2 NA|NA|NA E hydrolase activity -BSU_39480 224308.BSU39480 9.1e-133 479.6 Bacillus yxeO ko:K16963 ko02010,map02010 M00586 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.3 Bacillus 1TNYD@1239,1ZDVK@1386,4H9WY@91061,COG1126@1,COG1126@2 NA|NA|NA P ABC transporter, ATP-binding protein -BSU_39490 224308.BSU39490 9.1e-108 396.4 Bacillus yxeN GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 ko:K16962 ko02010,map02010 M00586 ko00000,ko00001,ko00002,ko02000 3.A.1.3 Bacillus 1TQ43@1239,1ZESX@1386,4HCZV@91061,COG0765@1,COG0765@2 NA|NA|NA P COG0765 ABC-type amino acid transport system, permease component -BSU_39500 224308.BSU39500 4.2e-144 517.3 Bacillus yxeM ko:K16961 ko02010,map02010 M00586 ko00000,ko00001,ko00002,ko02000 3.A.1.3 Bacillus 1TR13@1239,1ZFES@1386,4HNTP@91061,COG0834@1,COG0834@2 NA|NA|NA M Belongs to the bacterial solute-binding protein 3 family -BSU_39510 224308.BSU39510 1.2e-93 349.0 Bacillus yxeL Bacillus 1V9FA@1239,1ZEY7@1386,4HJ4W@91061,COG0454@1,COG0456@2 NA|NA|NA K COG0454 Histone acetyltransferase HPA2 and related acetyltransferases -BSU_39520 224308.BSU39520 3.7e-254 883.6 Bacillus yxeK Bacillus 1TQZ0@1239,1ZBUG@1386,4HAF9@91061,COG2141@1,COG2141@2 NA|NA|NA C COG2141 Coenzyme F420-dependent N5,N10-methylene tetrahydromethanopterin reductase and related flavin-dependent oxidoreductases -BSU_39540 224308.BSU39540 1.5e-191 675.2 Bacillus yxeI 3.5.1.24 ko:K01442 ko00120,ko00121,ko01100,map00120,map00121,map01100 R02797,R03975,R03977,R04486,R04487,R05835 RC00090,RC00096 ko00000,ko00001,ko01000 Bacillus 1TPZS@1239,1ZM5U@1386,4HEQ3@91061,COG3049@1,COG3049@2 NA|NA|NA M Linear amide C-N hydrolases, choloylglycine hydrolase family -BSU_39550 224308.BSU39550 8e-151 539.7 Bacillus yxeH Bacillus 1TR16@1239,1ZCPY@1386,4HCZ6@91061,COG0561@1,COG0561@2 NA|NA|NA S hydrolases of the HAD superfamily -BSU_39580 224308.BSU39580 1.3e-20 105.9 Bacillus yxeE Bacillus 1UAIT@1239,1ZI6G@1386,2BBDR@1,324WV@2,4IKX9@91061 NA|NA|NA -BSU_39590 224308.BSU39590 3.3e-16 91.3 Bacillus yxeD Bacillus 1VJP8@1239,1ZHAI@1386,2ED14@1,336Y2@2,4HS9Y@91061 NA|NA|NA -BSU_39600 224308.BSU39600 1.4e-68 265.4 Bacteria Bacillus 2DDWI@1,2ZJM0@2 NA|NA|NA -BSU_39610 224308.BSU39610 1e-176 625.9 Bacillus fhuD GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 ko:K02016 ko02010,map02010 M00240 ko00000,ko00001,ko00002,ko02000 3.A.1.14 Bacillus 1TQMK@1239,1ZBTM@1386,4HBP4@91061,COG0614@1,COG0614@2 NA|NA|NA P ABC transporter -BSU_39620 224308.BSU39620 2.6e-58 231.1 Bacillus yxeA Bacillus 1VHCQ@1239,1ZJSA@1386,4HNS8@91061,COG5294@1,COG5294@2 NA|NA|NA S Protein of unknown function (DUF1093) -BSU_39630 224308.BSU39630 0.0 1196.0 Bacillus yxdM ko:K11636 ko02020,map02020 M00315 ko00000,ko00001,ko00002,ko02000 3.A.1.134.6 Bacillus 1TR2D@1239,1ZB66@1386,4HAG9@91061,COG0577@1,COG0577@2 NA|NA|NA V ABC transporter (permease) -BSU_39640 224308.BSU39640 1.6e-140 505.4 Bacillus yxdL ko:K11635 ko02020,map02020 M00315 ko00000,ko00001,ko00002,ko02000 3.A.1.134.6 Bacillus 1TNZG@1239,1ZCDW@1386,4H9UT@91061,COG1136@1,COG1136@2 NA|NA|NA V ABC transporter, ATP-binding protein -BSU_39650 224308.BSU39650 2.1e-182 644.8 Bacillus yxdK 2.7.13.3 ko:K11633 ko02020,map02020 M00470 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1TSIC@1239,1ZAPT@1386,4HCB6@91061,COG0642@1,COG2205@2 NA|NA|NA T PhoQ Sensor -BSU_39660 224308.BSU39660 5.4e-124 450.3 Bacillus yxdJ ko:K02483,ko:K11634 ko02020,map02020 M00470 ko00000,ko00001,ko00002,ko02022 Bacillus 1TR32@1239,1ZE1M@1386,4HAQ7@91061,COG0745@1,COG0745@2 NA|NA|NA T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain -BSU_39670 224308.BSU39670 9.2e-161 572.8 Bacillus iolJ 4.1.2.29 ko:K03339 ko00562,ko01100,ko01120,map00562,map01100,map01120 R05378 RC00603,RC00721 ko00000,ko00001,ko01000 iYO844.BSU39670 Bacillus 1TQ01@1239,1ZEJH@1386,4H9ZU@91061,COG0191@1,COG0191@2 NA|NA|NA F Produces dihydroxyacetone phosphate (DHAP or glycerone phosphate) and malonic semialdehyde (MSA or 3-oxopropanoate) from 6-phospho-5-dehydro-2-deoxy-D-gluconate (DKGP) -BSU_39680 224308.BSU39680 3.3e-139 501.1 Bacillus iolI 5.3.99.11 ko:K06606 ko00562,ko01120,map00562,map01120 R09952 RC01513 ko00000,ko00001,ko01000 Bacillus 1TS20@1239,1ZCMI@1386,4HD4V@91061,COG1082@1,COG1082@2 NA|NA|NA G Involved in the reversible interconverion of 2-keto-myo- inositol (2KMI, inosose or 2,4,6 3,5-pentahydroxycyclohexanone) to 1-keto-D-chiro-inositol (1KDCI or 2,3,5 4,6- pentahydroxycyclohexanone) -BSU_39690 224308.BSU39690 3.8e-167 594.0 Bacillus iolH ko:K06605 ko00000 Bacillus 1UZXE@1239,1ZE6D@1386,4HEG4@91061,COG1082@1,COG1082@2 NA|NA|NA G Xylose isomerase-like TIM barrel -BSU_39700 224308.BSU39700 3.6e-196 690.6 Bacillus iolG 1.1.1.18,1.1.1.369 ko:K00010 ko00521,ko00562,ko01100,ko01120,ko01130,map00521,map00562,map01100,map01120,map01130 R01183,R09951 RC00182 ko00000,ko00001,ko01000 Bacillus 1TRHA@1239,1ZENE@1386,4HA6R@91061,COG0673@1,COG0673@2 NA|NA|NA S Involved in the oxidation of myo-inositol (MI) and D- chiro-inositol (DCI) to 2-keto-myo-inositol (2KMI or 2-inosose) and 1-keto-D-chiro-inositol (1KDCI), respectively -BSU_39710 224308.BSU39710 2.2e-235 821.2 Bacillus iolF GO:0003674,GO:0005215,GO:0005351,GO:0005402,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0008643,GO:0015075,GO:0015077,GO:0015078,GO:0015144,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015672,GO:0022804,GO:0022857,GO:0022890,GO:0034219,GO:0034220,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0098655,GO:0098660,GO:0098662,GO:1902600 ko:K06610 ko00000,ko02000 2.A.1.1.27 Bacillus 1TRBM@1239,1ZQ91@1386,4HE7W@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_39720 224308.BSU39720 3.6e-176 624.0 Bacillus iolE 4.2.1.44 ko:K03335 ko00562,ko01100,ko01120,map00562,map01100,map01120 R02782,R05659 RC00782,RC01448 ko00000,ko00001,ko01000 Bacillus 1TPZ2@1239,1ZEF8@1386,4HCIM@91061,COG1082@1,COG1082@2 NA|NA|NA G Catalyzes the dehydration of inosose (2-keto-myo- inositol, 2KMI or 2,4,6 3,5-pentahydroxycyclohexanone) to 3D- (3,5 4)-trihydroxycyclohexane-1,2-dione (D-2,3-diketo-4-deoxy-epi- inositol) -BSU_39730 224308.BSU39730 0.0 1250.7 Bacillus iolD GO:0006629,GO:0006644,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009056,GO:0009395,GO:0009987,GO:0016042,GO:0019637,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0046434,GO:0071704,GO:1901575 3.7.1.22 ko:K03336 ko00562,ko01100,ko01120,map00562,map01100,map01120 R08603 RC02331 ko00000,ko00001,ko01000 iYO844.BSU39730 Bacillus 1UI18@1239,1ZCZJ@1386,4HCPP@91061,COG3962@1,COG3962@2 NA|NA|NA E Involved in the cleavage of the C1-C2 bond of 3D- (3,5 4)-trihydroxycyclohexane-1,2-dione (THcHDO) to yield 5-deoxy- glucuronate (5DG) -BSU_39740 224308.BSU39740 6.4e-179 633.3 Bacillus iolC GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005975,GO:0006629,GO:0006644,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009056,GO:0009395,GO:0009987,GO:0016042,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0019200,GO:0019637,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044262,GO:0044424,GO:0044464,GO:0046434,GO:0046835,GO:0071704,GO:1901575 2.7.1.92 ko:K03338 ko00562,ko01100,ko01120,map00562,map01100,map01120 R05661 RC00002,RC00017 ko00000,ko00001,ko01000 iYO844.BSU39740 Bacillus 1TPGM@1239,1ZCTX@1386,4HB78@91061,COG0524@1,COG0524@2 NA|NA|NA G Catalyzes the phosphorylation of 5-dehydro-2-deoxy-D- gluconate (2-deoxy-5-keto-D-gluconate or DKG) to 6-phospho-5- dehydro-2-deoxy-D-gluconate (DKGP) -BSU_39750 224308.BSU39750 1.9e-155 555.1 Bacillus iolB 5.3.1.30 ko:K03337 ko00562,ko01100,ko01120,map00562,map01100,map01120 R08503 RC00541 ko00000,ko00001,ko01000 Bacillus 1TR6M@1239,1ZCS0@1386,4HCDY@91061,COG3718@1,COG3718@2 NA|NA|NA G Involved in the isomerization of 5-deoxy-glucuronate (5DG) to 5-dehydro-2-deoxy-D-gluconate (DKG or 2-deoxy-5-keto-D- gluconate) -BSU_39760 224308.BSU39760 2.3e-281 974.2 Bacillus iolA GO:0003674,GO:0003824,GO:0004491,GO:0006082,GO:0006520,GO:0006573,GO:0006574,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009063,GO:0009081,GO:0009083,GO:0009987,GO:0016054,GO:0016491,GO:0016620,GO:0016903,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046395,GO:0055114,GO:0071704,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 1.2.1.18,1.2.1.27 ko:K00140 ko00280,ko00410,ko00562,ko00640,ko01100,ko01200,map00280,map00410,map00562,map00640,map01100,map01200 M00013 R00705,R00706,R00922,R00935 RC00004,RC02723,RC02817 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP4S@1239,1ZAXK@1386,4H9MF@91061,COG1012@1,COG1012@2 NA|NA|NA C Catalyzes the oxidation of malonate semialdehyde (MSA) and methylmalonate semialdehyde (MMSA) into acetyl-CoA and propanoyl-CoA, respectively -BSU_39770 224308.BSU39770 4.3e-138 497.3 Bacillus iolR ko:K06608 ko00000,ko03000 Bacillus 1TTGR@1239,1ZDNC@1386,4HEVD@91061,COG1349@1,COG1349@2 NA|NA|NA K COG1349 Transcriptional regulators of sugar metabolism -BSU_39780 224308.BSU39780 6.3e-176 623.2 Bacillus iolS ko:K06607 ko00000,ko01000 Bacillus 1TPIY@1239,1ZCES@1386,4HA4Q@91061,COG0667@1,COG0667@2 NA|NA|NA C Aldo keto reductase -BSU_39800 1051501.AYTL01000028_gene1780 1.1e-47 195.7 Bacillus Bacillus 1VH2H@1239,1ZI67@1386,2DTR5@1,33MCD@2,4HQ9N@91061 NA|NA|NA S Protein of unknown function (DUF2653) -BSU_39810 224308.BSU39810 5.1e-246 856.7 Bacillus csbC GO:0003674,GO:0005215,GO:0005351,GO:0005402,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0008643,GO:0015075,GO:0015077,GO:0015078,GO:0015144,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015672,GO:0022804,GO:0022857,GO:0022890,GO:0034219,GO:0034220,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0098655,GO:0098660,GO:0098662,GO:1902600 ko:K08139 ko04113,map04113 ko00000,ko00001,ko02000 2.A.1.1 Bacillus 1TREV@1239,1ZAUM@1386,4HAN1@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_39820 224308.BSU39820 0.0 1168.7 Bacillus htpG ko:K04079 ko04141,ko04151,ko04217,ko04612,ko04621,ko04626,ko04657,ko04659,ko04914,ko04915,ko05200,ko05215,ko05418,map04141,map04151,map04217,map04612,map04621,map04626,map04657,map04659,map04914,map04915,map05200,map05215,map05418 ko00000,ko00001,ko01009,ko03029,ko03051,ko03110,ko04131,ko04147 Bacillus 1TQEU@1239,1ZBHK@1386,4HD5Z@91061,COG0326@1,COG0326@2 NA|NA|NA O Molecular chaperone. Has ATPase activity -BSU_39840 224308.BSU39840 9.6e-152 542.7 Bacillus yxbG Bacillus 1UYSA@1239,1ZD29@1386,4HBJJ@91061,COG1028@1,COG1028@2 NA|NA|NA IQ Enoyl-(Acyl carrier protein) reductase -BSU_39850 224308.BSU39850 3.8e-215 753.8 Bacillus yxbF GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 Bacillus 1UBJ1@1239,1ZM8W@1386,4IMYN@91061,COG1309@1,COG1309@2 NA|NA|NA K Bacterial regulatory proteins, tetR family -BSU_39860 224308.BSU39860 2.3e-248 864.4 Bacillus aldX 1.2.1.3 ko:K00128 ko00010,ko00053,ko00071,ko00280,ko00310,ko00330,ko00340,ko00380,ko00410,ko00561,ko00620,ko00625,ko00903,ko00981,ko01100,ko01110,ko01120,ko01130,map00010,map00053,map00071,map00280,map00310,map00330,map00340,map00380,map00410,map00561,map00620,map00625,map00903,map00981,map01100,map01110,map01120,map01130 M00135 R00264,R00631,R00710,R00904,R01752,R01986,R02549,R02678,R02940,R02957,R03283,R03869,R04065,R04506,R04903,R05050,R05237,R05238,R05286,R06366,R08146 RC00047,RC00071,RC00080,RC00186,RC00218,RC00242,RC00816,RC01500 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP4S@1239,1ZBGZ@1386,4HB97@91061,COG1012@1,COG1012@2 NA|NA|NA C Belongs to the aldehyde dehydrogenase family -BSU_39870 224308.BSU39870 2e-85 321.6 Bacillus yxbD GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008080,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0044424,GO:0044464 3.2.2.20 ko:K01246 ko03410,map03410 ko00000,ko00001,ko01000,ko03400 Bacillus 1V6D6@1239,1ZGF7@1386,4HIQX@91061,COG0454@1,COG0456@2 NA|NA|NA K Acetyltransferase (GNAT) domain -BSU_39880 224308.BSU39880 3.8e-187 660.6 Bacillus GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0018193,GO:0018195,GO:0019538,GO:0030961,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:1901564 Bacillus 1VRH2@1239,1ZMIA@1386,4HT5B@91061,COG2850@1,COG2850@2 NA|NA|NA S A domain family that is part of the cupin metalloenzyme superfamily. -BSU_39890 224308.BSU39890 5.6e-127 460.3 Bacilli Bacillus 1V7SG@1239,4HVM3@91061,COG0500@1,COG2226@2 NA|NA|NA Q Met-10+ like-protein -BSU_39900 224308.BSU39900 8.2e-44 182.6 Bacillus Bacillus 1W2S6@1239,1ZP8X@1386,294PM@1,2ZECM@2,4I1IA@91061 NA|NA|NA S Coenzyme PQQ synthesis protein D (PqqD) -BSU_39910 224308.BSU39910 1.8e-86 325.1 Bacilli Bacillus 1W0HT@1239,2DX96@1,343YD@2,4HYPI@91061 NA|NA|NA -BSU_39920 224308.BSU39920 0.0 1553.1 Bacillus 6.3.5.4 ko:K01953 ko00250,ko01100,ko01110,map00250,map01100,map01110 R00578 RC00010 ko00000,ko00001,ko01000,ko01002 Bacillus 1VT9B@1239,1ZMNE@1386,4HUM7@91061,COG0367@1,COG0367@2 NA|NA|NA E Asparagine synthase -BSU_39930 224308.BSU39930 1.3e-213 748.8 Bacillus yxaM Bacillus 1VAEM@1239,1ZK70@1386,4HVDW@91061,COG0477@1,COG2814@2 NA|NA|NA U MFS_1 like family -BSU_39940 224308.BSU39940 6.8e-93 347.8 Bacillus yxaL Bacillus 1V9TE@1239,1ZJSW@1386,4HJ03@91061,COG1520@1,COG1520@2 NA|NA|NA S PQQ-like domain -BSU_39950 224308.BSU39950 6e-65 253.4 Bacillus Bacillus 1UAPG@1239,1ZISF@1386,29RX6@1,34C2Q@2,4HY0W@91061 NA|NA|NA S Family of unknown function (DUF5391) -BSU_39960 224308.BSU39960 1.8e-75 288.5 Bacillus yxaI Bacillus 1VIH4@1239,1ZF2E@1386,4HSGI@91061,COG1714@1,COG1714@2 NA|NA|NA S membrane protein domain -BSU_39970 224308.BSU39970 2.4e-228 797.7 Bacillus ko:K07148 ko00000 Bacillus 1TQNS@1239,1ZBX3@1386,4HCR3@91061,COG2311@1,COG2311@2 NA|NA|NA P Protein of unknown function (DUF418) -BSU_39980 224308.BSU39980 2.6e-199 701.0 Bacillus 1.13.11.24 ko:K07155 ko00000,ko01000 Bacillus 1V0NH@1239,1ZEAB@1386,4HFF0@91061,COG1917@1,COG1917@2 NA|NA|NA S AraC-like ligand binding domain -BSU_39990 224308.BSU39990 9.2e-101 372.9 Bacillus yxaF ko:K18939 M00715 ko00000,ko00002,ko03000 Bacillus 1V7QU@1239,1ZGD2@1386,4HJIT@91061,COG1309@1,COG1309@2 NA|NA|NA K Transcriptional regulator -BSU_40000 224308.BSU40000 3.8e-201 707.2 Bacillus yxnA Bacillus 1URGX@1239,1ZF92@1386,4HC4W@91061,COG1028@1,COG1028@2 NA|NA|NA IQ Belongs to the short-chain dehydrogenases reductases (SDR) family -BSU_40010 224308.BSU40010 7.4e-71 273.1 Bacillus GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 Bacillus 1V7G6@1239,1ZH4J@1386,4HM9I@91061,COG1846@1,COG1846@2 NA|NA|NA K helix_turn_helix multiple antibiotic resistance protein -BSU_40021 224308.BSU40021 6.8e-50 203.4 Bacillus ko:K06518 ko00000,ko02000 1.E.14.2 Bacillus 1VE19@1239,1ZQGW@1386,4HMWP@91061,COG1380@1,COG1380@2 NA|NA|NA S LrgA family -BSU_40022 224308.BSU40022 4.5e-118 430.6 Bacillus yxaC Bacillus 1TRGN@1239,1ZFQ6@1386,4HF0M@91061,COG1346@1,COG1346@2 NA|NA|NA M effector of murein hydrolase -BSU_40030 224308.BSU40030 2.2e-193 681.4 Bacillus ko:K19426 ko00000,ko01000 Bacillus 1V5MK@1239,1ZR1U@1386,4HB4G@91061,COG5039@1,COG5039@2 NA|NA|NA GM Polysaccharide pyruvyl transferase -BSU_40040 224308.BSU40040 1.2e-208 732.3 Bacillus glxK 2.7.1.165 ko:K00865 ko00260,ko00561,ko00630,ko01100,ko01120,ko01130,map00260,map00561,map00630,map01100,map01120,map01130 R08572 RC00002,RC00428 ko00000,ko00001,ko01000 Bacillus 1TPSI@1239,1ZC1D@1386,4HA91@91061,COG1929@1,COG1929@2 NA|NA|NA G Belongs to the glycerate kinase type-1 family -BSU_40050 224308.BSU40050 1.2e-126 459.1 Bacillus gntR ko:K11476 ko00000,ko03000 Bacillus 1TSJY@1239,1ZCQF@1386,4HBY3@91061,COG1802@1,COG1802@2 NA|NA|NA K transcriptional -BSU_40060 224308.BSU40060 7.8e-304 1048.9 Bacillus gntK 2.7.1.12 ko:K00851 ko00030,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map01100,map01110,map01120,map01130,map01200 R01737 RC00002,RC00017 ko00000,ko00001,ko01000 Bacillus 1TQ1I@1239,1ZD0J@1386,4H9W6@91061,COG1070@1,COG1070@2 NA|NA|NA G Belongs to the FGGY kinase family -BSU_40070 224308.BSU40070 1e-230 805.8 Bacillus gntP1 GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0008028,GO:0008150,GO:0008509,GO:0008514,GO:0008643,GO:0015075,GO:0015128,GO:0015144,GO:0015318,GO:0015711,GO:0015718,GO:0015849,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034219,GO:0034220,GO:0035429,GO:0042873,GO:0042879,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098656,GO:1903825,GO:1905039 ko:K03299 ko00000,ko02000 2.A.8 Bacillus 1TQ14@1239,1ZAYI@1386,4HB0Y@91061,COG2610@1,COG2610@2 NA|NA|NA EG COG2610 H gluconate symporter and related permeases -BSU_40080 224308.BSU40080 6.5e-273 946.0 Bacillus gntZ 1.1.1.343,1.1.1.44 ko:K00033 ko00030,ko00480,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map00480,map01100,map01110,map01120,map01130,map01200 M00004,M00006 R01528,R10221 RC00001,RC00539 ko00000,ko00001,ko00002,ko01000 Bacillus 1TP4I@1239,1ZBRV@1386,4H9NC@91061,COG0362@1,COG0362@2 NA|NA|NA G Catalyzes the oxidative decarboxylation of 6- phosphogluconate to ribulose 5-phosphate and CO(2), with concomitant reduction of NADP to NADPH -BSU_40090 224308.BSU40090 2.7e-105 387.9 Bacillus ahpC 1.11.1.15 ko:K03386 ko04214,map04214 ko00000,ko00001,ko01000,ko04147 Bacillus 1TQU7@1239,1ZCZP@1386,4HA2M@91061,COG0450@1,COG0450@2 NA|NA|NA O Alkyl hydroperoxide reductase -BSU_40100 224308.BSU40100 6.5e-287 992.6 Bacillus ahpF ko:K03387 ko00000,ko01000 Bacillus 1TPYN@1239,1ZCRN@1386,4H9W1@91061,COG3634@1,COG3634@2 NA|NA|NA O Alkyl hydroperoxide reductase -BSU_40110 224308.BSU40110 1.1e-291 1008.4 Bacillus bglA GO:0003674,GO:0003824,GO:0004553,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0008422,GO:0015926,GO:0016787,GO:0016798,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:1901135,GO:1901657 3.2.1.86 ko:K01223 ko00010,ko00500,map00010,map00500 R00839,R05133,R05134 RC00049,RC00171,RC00714 ko00000,ko00001,ko01000 GT1 Bacillus 1TP19@1239,1ZQ3H@1386,4HA1W@91061,COG2723@1,COG2723@2 NA|NA|NA G Belongs to the glycosyl hydrolase 1 family -BSU_40120 224308.BSU40120 3.9e-34 150.2 Bacteria Bacillus COG2190@1,COG2190@2 NA|NA|NA G phosphoenolpyruvate-dependent sugar phosphotransferase system -BSU_40130 224308.BSU40130 2.2e-128 464.9 Bacillus yydK ko:K03489 ko00000,ko03000 Bacillus 1V2M8@1239,1ZDVR@1386,4HGRM@91061,COG2188@1,COG2188@2 NA|NA|NA K Transcriptional regulator -BSU_40139 224308.BSU40139 1.3e-12 78.2 Bacillus Bacillus 1W4E0@1239,1ZP04@1386,2C0AP@1,2ZRKA@2,4I06F@91061 NA|NA|NA -BSU_40140 224308.BSU40140 5.5e-119 433.7 Bacillus ko:K16916 ko02010,map02010 M00583 ko00000,ko00001,ko00002,ko02000 3.A.1.133.1 Bacillus 1VQYZ@1239,1ZMW8@1386,2EWB9@1,33PQ0@2,4HT5C@91061 NA|NA|NA S ABC-2 family transporter protein -BSU_40150 224308.BSU40150 3.1e-110 404.4 Bacillus ko:K16917 ko02010,map02010 M00583 ko00000,ko00001,ko00002,ko02000 3.A.1.133.1 Bacillus 1V3UQ@1239,1ZMR9@1386,4HIDP@91061,COG1131@1,COG1131@2 NA|NA|NA P ABC transporter -BSU_40160 224308.BSU40160 1.4e-133 482.3 Bacillus ko:K16922 ko00000,ko01002 Bacillus 1TW4T@1239,1ZPTJ@1386,4I9A5@91061,COG1994@1,COG1994@2 NA|NA|NA O Peptidase M50 -BSU_40170 224308.BSU40170 1.3e-184 652.1 Bacilli Bacillus 1VI96@1239,4HTH2@91061,COG0535@1,COG0535@2 NA|NA|NA S Radical SAM superfamily -BSU_40180 984892.SPSE_2206 1.3e-11 74.7 Staphylococcaceae Bacillus 1W2G9@1239,2DF67@1,2ZQME@2,4H13H@90964,4HZWY@91061 NA|NA|NA -BSU_40190 224308.BSU40190 0.0 1292.3 Bacillus fbp 3.1.3.11 ko:K04041 ko00010,ko00030,ko00051,ko00680,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00030,map00051,map00680,map00710,map01100,map01110,map01120,map01130,map01200 M00003,M00165,M00167 R00762,R04780 RC00017 ko00000,ko00001,ko00002,ko01000 Bacillus 1TPFU@1239,1ZE8H@1386,4HBAN@91061,COG3855@1,COG3855@2 NA|NA|NA G Firmicute fructose-1,6-bisphosphatase -BSU_40200 224308.BSU40200 0.0 1146.3 Bacillus Bacillus 1V11B@1239,1ZKMH@1386,4IITG@91061,COG5293@1,COG5293@2 NA|NA|NA S Uncharacterised protein conserved in bacteria (DUF2326) -BSU_40210 224308.BSU40210 3.3e-65 254.2 Bacillus Bacillus 1UCUY@1239,1ZPNA@1386,29THP@1,30EQZ@2,4IPB0@91061 NA|NA|NA -BSU_40220 224308.BSU40220 1.2e-279 968.4 Bacillus Bacillus 1V7BW@1239,1ZMQM@1386,4IN35@91061,COG1409@1,COG1409@2 NA|NA|NA S Calcineurin-like phosphoesterase -BSU_40230 224308.BSU40230 8.8e-81 306.2 Bacillus rlmH 2.1.1.177 ko:K00783 ko00000,ko01000,ko03009 Bacillus 1V3JM@1239,1ZFK3@1386,4HFP8@91061,COG1576@1,COG1576@2 NA|NA|NA J Specifically methylates the pseudouridine at position 1915 (m3Psi1915) in 23S rRNA -BSU_40239 666686.B1NLA3E_22125 1.9e-09 67.8 Bacillus Bacillus 1TV4F@1239,1ZJ38@1386,2AWIN@1,31NF9@2,4IINS@91061 NA|NA|NA S YyzF-like protein -BSU_40240 224308.BSU40240 7.1e-71 273.1 Bacillus Bacillus 1VDU5@1239,1ZJIW@1386,2DKCH@1,32UEV@2,4HN5E@91061 NA|NA|NA -BSU_40250 224308.BSU40250 1.1e-236 825.5 Bacillus yycR 1.1.1.1,1.1.1.284,1.2.1.46 ko:K00121,ko:K00148 ko00010,ko00071,ko00350,ko00625,ko00626,ko00680,ko00830,ko00980,ko00982,ko01100,ko01110,ko01120,ko01130,ko01200,ko01220,ko05204,map00010,map00071,map00350,map00625,map00626,map00680,map00830,map00980,map00982,map01100,map01110,map01120,map01130,map01200,map01220,map05204 R00604,R00623,R00754,R02124,R04880,R05233,R05234,R06917,R06927,R06983,R07105,R08281,R08306,R08310 RC00050,RC00087,RC00088,RC00099,RC00116,RC00188,RC00649,RC01715,RC01734,RC02273 ko00000,ko00001,ko01000 Bacillus 1TPIW@1239,1ZB9D@1386,4HB2G@91061,COG1063@1,COG1063@2 NA|NA|NA E COG1063 Threonine dehydrogenase and related Zn-dependent dehydrogenases -BSU_40260 224308.BSU40260 3.5e-33 147.1 Bacillus yycQ Bacillus 1UARQ@1239,1ZJ4M@1386,29RYM@1,30D2Z@2,4IM4G@91061 NA|NA|NA S Protein of unknown function (DUF2651) -BSU_40270 224308.BSU40270 3.6e-221 773.9 Bacillus yycP Bacillus 1VIUZ@1239,1ZHK1@1386,2E4ET@1,32Z9Z@2,4HPKC@91061 NA|NA|NA -BSU_40280 224308.BSU40280 9.9e-132 476.1 Bacillus yycO Bacillus 1V69Q@1239,1ZHR3@1386,4HIEK@91061,COG3863@1,COG3863@2 NA|NA|NA S Permuted papain-like amidase enzyme, YaeF/YiiX, C92 family -BSU_40290 224308.BSU40290 5.2e-86 323.6 Bacillus yycN Bacillus 1VAU8@1239,1ZFP4@1386,4HMA6@91061,COG0454@1,COG0456@2 NA|NA|NA K Acetyltransferase -BSU_40300 1051501.AYTL01000028_gene1733 8.5e-188 662.9 Bacillus Bacillus 1UV2Q@1239,1ZF04@1386,4I405@91061,COG0457@1,COG0457@2 NA|NA|NA S aspartate phosphatase -BSU_40320 224308.BSU40320 3.9e-167 594.0 Bacillus rocF GO:0003674,GO:0003824,GO:0004053,GO:0006082,GO:0006520,GO:0006525,GO:0006807,GO:0008150,GO:0008152,GO:0009064,GO:0009987,GO:0016787,GO:0016810,GO:0016813,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0071704,GO:1901564,GO:1901605 3.5.3.1 ko:K01476 ko00220,ko00330,ko01100,ko01110,ko01130,ko01230,ko05146,map00220,map00330,map01100,map01110,map01130,map01230,map05146 M00029,M00134 R00551 RC00024,RC00329 ko00000,ko00001,ko00002,ko01000 Bacillus 1TR10@1239,1ZCJY@1386,4HAT5@91061,COG0010@1,COG0010@2 NA|NA|NA E Belongs to the arginase family -BSU_40330 224308.BSU40330 1.6e-260 904.8 Bacillus rocE GO:0005575,GO:0005623,GO:0005886,GO:0006082,GO:0006520,GO:0006525,GO:0006807,GO:0008150,GO:0008152,GO:0009064,GO:0009987,GO:0016020,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0071704,GO:0071944,GO:1901564,GO:1901605 ko:K02205 ko00000,ko02000 2.A.3.1 Bacillus 1UHNR@1239,1ZB12@1386,4HUT7@91061,COG0833@1,COG0833@2 NA|NA|NA E amino acid -BSU_40340 224308.BSU40340 3e-234 817.4 Bacillus rocD GO:0003674,GO:0003824,GO:0004587,GO:0005488,GO:0005515,GO:0006082,GO:0006520,GO:0006525,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008483,GO:0009064,GO:0009987,GO:0016740,GO:0016769,GO:0019752,GO:0019842,GO:0030170,GO:0036094,GO:0042802,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0048037,GO:0050662,GO:0070279,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901605 2.6.1.13 ko:K00819 ko00330,ko01100,ko01110,ko01130,map00330,map01100,map01110,map01130 R00667 RC00006,RC00062 ko00000,ko00001,ko01000,ko01007 iYO844.BSU40340 Bacillus 1TP9S@1239,1ZAV3@1386,4HA2Y@91061,COG4992@1,COG4992@2 NA|NA|NA E Catalyzes the interconversion of ornithine to glutamate semialdehyde -BSU_40350 224308.BSU40350 2.6e-258 897.5 Bacillus rocR GO:0006082,GO:0006355,GO:0006520,GO:0006525,GO:0006807,GO:0008150,GO:0008152,GO:0009064,GO:0009889,GO:0009987,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0019752,GO:0031323,GO:0031326,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0071704,GO:0080090,GO:1901564,GO:1901605,GO:1903506,GO:2000112,GO:2001141 ko:K06714 ko00000,ko03000 Bacillus 1TP0E@1239,1ZB0M@1386,4HC5M@91061,COG3829@1,COG3829@2 NA|NA|NA KT COG3829 Transcriptional regulator containing PAS, AAA-type ATPase, and DNA-binding domains -BSU_40359 326423.RBAM_037320 1.7e-16 91.3 Bacillus 2.7.13.3 ko:K02484 ko00000,ko01000,ko01001,ko02022 Bacillus 1TPVJ@1239,1ZC2G@1386,4HDDP@91061,COG5002@1,COG5002@2 NA|NA|NA T COG0642 Signal transduction histidine kinase -BSU_40360 224308.BSU40360 1.4e-220 771.9 Bacillus yyxA 3.4.21.107 ko:K04771 ko01503,ko02020,map01503,map02020 M00728 ko00000,ko00001,ko00002,ko01000,ko01002,ko03110 Bacillus 1TRM8@1239,1ZBNF@1386,4HA31@91061,COG0265@1,COG0265@2 NA|NA|NA O COG0265 Trypsin-like serine proteases, typically periplasmic, contain C-terminal PDZ domain -BSU_40370 224308.BSU40370 1.5e-149 535.4 Bacillus yycJ Bacillus 1TQ8E@1239,1ZASY@1386,4HAKD@91061,COG1235@1,COG1235@2 NA|NA|NA S COG1235 Metal-dependent hydrolases of the beta-lactamase superfamily I -BSU_40380 224308.BSU40380 1.6e-154 552.0 Bacillus yycI Bacillus 1V1FW@1239,1ZDGV@1386,4HFWZ@91061,COG4853@1,COG4853@2 NA|NA|NA S protein conserved in bacteria -BSU_40390 224308.BSU40390 6.1e-260 902.9 Bacillus walH Bacillus 1UV48@1239,1ZD30@1386,4HF30@91061,COG4863@1,COG4863@2 NA|NA|NA S protein conserved in bacteria -BSU_40400 224308.BSU40400 0.0 1164.8 Bacillus yycG 2.7.13.3 ko:K07652 ko02020,map02020 M00459 ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 Bacillus 1TQ1H@1239,1ZCQI@1386,4HA52@91061,COG5002@1,COG5002@2 NA|NA|NA T Histidine kinase -BSU_40410 224308.BSU40410 1.9e-132 478.4 Bacillus yycF GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:1903506,GO:2000112,GO:2001141 ko:K07668 ko02020,map02020 M00459 ko00000,ko00001,ko00002,ko02022 Bacillus 1TPQG@1239,1ZAT8@1386,4HA8Q@91061,COG0745@1,COG0745@2 NA|NA|NA T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain -BSU_40420 224308.BSU40420 3.9e-248 863.6 Bacillus purA GO:0003674,GO:0003824,GO:0004019,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006163,GO:0006164,GO:0006167,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009167,GO:0009168,GO:0009259,GO:0009260,GO:0009987,GO:0016874,GO:0016879,GO:0017144,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0044208,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046033,GO:0046040,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 6.3.4.4 ko:K01939 ko00230,ko00250,ko01100,map00230,map00250,map01100 M00049 R01135 RC00458,RC00459 ko00000,ko00001,ko00002,ko01000 Bacillus 1TQ4C@1239,1ZBF8@1386,4H9YT@91061,COG0104@1,COG0104@2 NA|NA|NA F Plays an important role in the de novo pathway of purine nucleotide biosynthesis. Catalyzes the first committed step in the biosynthesis of AMP from IMP -BSU_40430 224308.BSU40430 1.4e-77 295.4 Bacillus yycE Bacillus 1V4ST@1239,1ZFZT@1386,4HHEE@91061,COG0346@1,COG0346@2 NA|NA|NA E Glyoxalase/Bleomycin resistance protein/Dioxygenase superfamily -BSU_40440 224308.BSU40440 5.2e-251 873.2 Bacillus dnaC GO:0003674,GO:0003678,GO:0003824,GO:0004386,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006268,GO:0006725,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0017111,GO:0032392,GO:0032508,GO:0034641,GO:0034645,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0051276,GO:0071103,GO:0071704,GO:0071840,GO:0090304,GO:0140097,GO:1901360,GO:1901576 3.6.4.12 ko:K02314 ko03030,ko04112,map03030,map04112 ko00000,ko00001,ko01000,ko03032 Bacillus 1TPCT@1239,1ZBUR@1386,4H9Y8@91061,COG0305@1,COG0305@2 NA|NA|NA L Participates in initiation and elongation during chromosome replication -BSU_40450 224308.BSU40450 4.2e-29 133.3 Bacillus yycD Bacillus 1VGBD@1239,1ZK2J@1386,2EDFP@1,337BX@2,4HRJ6@91061 NA|NA|NA S Uncharacterized protein conserved in bacteria (DUF2188) -BSU_40470 224308.BSU40470 3.2e-15 86.7 Bacillus yycC Bacillus 1VNWW@1239,1ZK0J@1386,4HRUI@91061,COG3093@1,COG3093@2 NA|NA|NA K YycC-like protein -BSU_40480 224308.BSU40480 1.4e-220 771.9 Bacillus yycB ko:K03449 ko00000,ko02000 2.A.1.17 Bacillus 1TP9R@1239,1ZC26@1386,4H9YZ@91061,COG2807@1,COG2807@2 NA|NA|NA P COG2807 Cyanate permease -BSU_40490 224308.BSU40490 0.0 1251.9 Bacillus yycA Bacillus 1TPGI@1239,1ZCFV@1386,4HCEY@91061,COG1807@1,COG1807@2 NA|NA|NA M COG1807 4-amino-4-deoxy-L-arabinose transferase and related glycosyltransferases of PMT family -BSU_40500 224308.BSU40500 3.7e-73 280.8 Bacillus rplI GO:0003674,GO:0003676,GO:0003723,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0019538,GO:0022625,GO:0022626,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02939 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V6QG@1239,1ZGEE@1386,4HIKJ@91061,COG0359@1,COG0359@2 NA|NA|NA J binds to the 23S rRNA -BSU_40510 224308.BSU40510 0.0 1249.6 Bacillus yybT Bacillus 1TPGP@1239,1ZCB0@1386,4HBVH@91061,COG3887@1,COG3887@2 NA|NA|NA T signaling protein consisting of a modified GGDEF domain and a DHH domain -BSU_40520 224308.BSU40520 4.9e-160 570.5 Bacillus yybS Bacillus 1UZYE@1239,1ZC1B@1386,4HAFH@91061,COG4241@1,COG4241@2 NA|NA|NA S membrane -BSU_40530 224308.BSU40530 6.6e-84 316.6 Bacillus cotF ko:K06329 ko00000 Bacillus 1V91D@1239,1ZGWF@1386,4HJ0J@91061,COG5577@1,COG5577@2 NA|NA|NA M Spore coat protein -BSU_40540 224308.BSU40540 2.3e-68 264.6 Bacillus yybR Bacillus 1VA9M@1239,1ZHCV@1386,4HH0A@91061,COG1733@1,COG1733@2 NA|NA|NA K Transcriptional regulator -BSU_40550 224308.BSU40550 1.9e-164 585.1 Bacillus ppaC GO:0003674,GO:0003824,GO:0004427,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006793,GO:0008150,GO:0008152,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0044237,GO:0044424,GO:0044464 3.6.1.1 ko:K15986 ko00190,map00190 ko00000,ko00001,ko01000 Bacillus 1TPH6@1239,1ZBEH@1386,4H9T8@91061,COG1227@1,COG1227@2 NA|NA|NA C Inorganic pyrophosphatase -BSU_40560 224308.BSU40560 2.2e-70 271.6 Bacillus Bacillus 1TZ2Y@1239,1ZG0T@1386,2A2UI@1,30R8G@2,4I89Y@91061 NA|NA|NA -BSU_40570 224308.BSU40570 3.9e-240 837.0 Bacillus yybO GO:0003674,GO:0005215,GO:0005575,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0044425,GO:0051179,GO:0051234,GO:0055085 Bacillus 1TP6X@1239,1ZCX2@1386,4HEVA@91061,COG2271@1,COG2271@2 NA|NA|NA G COG0477 Permeases of the major facilitator superfamily -BSU_40573 1347369.CCAD010000017_gene1435 1.7e-16 91.7 Bacillus Bacillus 1VH9M@1239,1ZHRD@1386,2E903@1,3339I@2,4HP31@91061 NA|NA|NA -BSU_40574 224308.BSU40640 9.8e-08 62.0 Bacillus Bacillus 1V5V3@1239,1ZGJ3@1386,4HIZV@91061,COG4319@1,COG4319@2 NA|NA|NA S SnoaL-like domain -BSU_40580 224308.BSU40580 2.2e-78 298.1 Bacilli Bacillus 1VCJ4@1239,2DZY0@1,32VMV@2,4HN9V@91061 NA|NA|NA S Protein of unknown function (DUF2712) -BSU_40590 224308.BSU40590 7e-125 453.4 Bacillus Bacillus 1TUMH@1239,1ZNVN@1386,28KBJ@1,30GXE@2,4IH21@91061 NA|NA|NA -BSU_40600 224308.BSU40600 1.5e-121 442.2 Bacilli Bacillus 1VBZD@1239,2DT4F@1,32UUD@2,4HMMT@91061 NA|NA|NA -BSU_40610 224308.BSU40610 3.4e-127 461.1 Firmicutes Bacillus 1VJVZ@1239,2EBXU@1,335X6@2 NA|NA|NA S Protein of unknown function (DUF2705) -BSU_40620 224308.BSU40620 4.4e-115 420.6 Bacillus yybJ ko:K01990 M00254 ko00000,ko00002,ko02000 3.A.1 Bacillus 1V1P4@1239,1ZFTP@1386,4HF4S@91061,COG1131@1,COG1131@2 NA|NA|NA V ATPases associated with a variety of cellular activities -BSU_40630 224308.BSU40630 1.1e-131 476.1 Bacillus Bacillus 1UTKU@1239,1ZS7U@1386,28I7X@1,2Z8AS@2,4HHB9@91061 NA|NA|NA -BSU_40640 224308.BSU40640 1e-66 259.2 Bacillus Bacillus 1V5V3@1239,1ZGJ3@1386,4HIZV@91061,COG4319@1,COG4319@2 NA|NA|NA S SnoaL-like domain -BSU_40650 224308.BSU40650 5.1e-124 450.7 Bacillus yybG Bacillus 1TR7Y@1239,1ZBA0@1386,4HBDH@91061,COG1357@1,COG1357@2 NA|NA|NA S Pentapeptide repeat-containing protein -BSU_40660 224308.BSU40660 5.5e-220 770.0 Bacillus yybF ko:K08224 ko00000,ko02000 2.A.1.36 Bacillus 1TQKU@1239,1ZCSQ@1386,4HA5Q@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_40670 224308.BSU40670 3.6e-165 587.4 Bacillus yybE GO:0000976,GO:0000984,GO:0000986,GO:0000987,GO:0001017,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0097159,GO:1901363,GO:1990837 Bacillus 1TRVX@1239,1ZQ2H@1386,4HDHR@91061,COG0583@1,COG0583@2 NA|NA|NA K Transcriptional regulator -BSU_40680 224308.BSU40680 3.4e-79 300.8 Bacillus GO:0003674,GO:0003824,GO:0016740,GO:0016746,GO:0016747 Bacillus 1VA2J@1239,1ZGIP@1386,4HKF5@91061,COG2153@1,COG2153@2 NA|NA|NA S Acetyltransferase (GNAT) domain -BSU_40690 224308.BSU40690 4.5e-77 293.9 Bacillus yybC Bacillus 1V8UN@1239,1ZHNT@1386,2BWFV@1,32QWV@2,4HK47@91061 NA|NA|NA -BSU_40700 224308.BSU40700 5.1e-127 460.3 Bacillus Bacillus 1TQGU@1239,1ZQQH@1386,4HBJ3@91061,COG0491@1,COG0491@2 NA|NA|NA S Metallo-beta-lactamase superfamily -BSU_40710 224308.BSU40710 9.5e-77 292.7 Bacillus yybA Bacillus 1V3PS@1239,1ZFRK@1386,4HFN6@91061,COG1846@1,COG1846@2 NA|NA|NA K transcriptional -BSU_40720 224308.BSU40720 1e-78 299.3 Bacillus yyaT GO:0003674,GO:0003824,GO:0016740,GO:0016746,GO:0016747 Bacillus 1VA2J@1239,1ZGIP@1386,4HKF5@91061,COG2153@1,COG2153@2 NA|NA|NA S Acetyltransferase (GNAT) domain -BSU_40730 224308.BSU40730 2.6e-101 374.8 Bacillus yyaS ko:K07149 ko00000 Bacillus 1V3NC@1239,1ZCBH@1386,4HGRQ@91061,COG2364@1,COG2364@2 NA|NA|NA S Membrane -BSU_40740 224308.BSU40740 9.2e-100 369.4 Bacillus Bacillus 1V1D1@1239,1ZR23@1386,4HK2F@91061,COG0454@1,COG0456@2 NA|NA|NA K Acetyltransferase (GNAT) domain -BSU_40750 224308.BSU40750 9.2e-67 259.2 Bacilli Bacillus 1VBCB@1239,4HHQI@91061,COG2315@1,COG2315@2 NA|NA|NA S YjbR -BSU_40760 224308.BSU40760 2.9e-107 394.4 Bacillus Bacillus 1TRY1@1239,1ZRR0@1386,4HC69@91061,COG0262@1,COG0262@2 NA|NA|NA H RibD C-terminal domain -BSU_40770 224308.BSU40770 2.9e-249 867.5 Bacillus tetB GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 ko:K08168 M00704 ko00000,ko00002,ko01504,ko02000 2.A.1.3.16,2.A.1.3.22,2.A.1.3.6 Bacillus 1TQWM@1239,1ZAQX@1386,4HB5B@91061,COG0477@1,COG2814@2 NA|NA|NA EGP Major facilitator Superfamily -BSU_40790 224308.BSU40790 1.6e-43 181.4 Bacteria Bacillus COG1331@1,COG1331@2 NA|NA|NA O Highly conserved protein containing a thioredoxin domain -BSU_40800 224308.BSU40800 1e-61 242.7 Bacillus Bacillus 1VVUU@1239,1ZIHB@1386,4HW24@91061,COG0789@1,COG0789@2 NA|NA|NA K MerR HTH family regulatory protein -BSU_40810 224308.BSU40810 5.7e-161 573.5 Bacillus Bacillus 1V2GJ@1239,1ZRP6@1386,4HV8D@91061,COG0697@1,COG0697@2 NA|NA|NA EG EamA-like transporter family -BSU_40820 224308.BSU40820 0.0 1411.7 Bacillus yyaL ko:K06888 ko00000 Bacillus 1TPRD@1239,1ZCEN@1386,4H9ZS@91061,COG1331@1,COG1331@2 NA|NA|NA O COG1331 Highly conserved protein containing a thioredoxin domain -BSU_40830 224308.BSU40830 1.6e-168 598.6 Bacillus yyaK ko:K07052 ko00000 Bacillus 1VCI6@1239,1ZFTH@1386,4HUC0@91061,COG1266@1,COG1266@2 NA|NA|NA S CAAX protease self-immunity -BSU_40840 224308.BSU40840 6.5e-246 856.3 Bacillus ko:K08369 ko00000,ko02000 2.A.1 Bacillus 1UY0B@1239,1ZH7J@1386,4HERK@91061,COG0477@1,COG0477@2,COG2814@2 NA|NA|NA EGP Major facilitator superfamily -BSU_40850 224308.BSU40850 6.6e-96 356.7 Bacillus vatD GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008374,GO:0016740,GO:0016746,GO:0016747,GO:0044424,GO:0044444,GO:0044464 2.3.1.79 ko:K00661,ko:K18234 ko00000,ko01000,ko01504 Bacillus 1TPKX@1239,1ZBSX@1386,4HEHH@91061,COG0110@1,COG0110@2 NA|NA|NA S Bacterial transferase hexapeptide (six repeats) -BSU_40860 224308.BSU40860 6.8e-68 263.1 Bacillus yyaH 4.4.1.5 ko:K01759 ko00620,map00620 R02530 RC00004,RC00740 ko00000,ko00001,ko01000 Bacillus 1V4NM@1239,1ZRTP@1386,4HMRV@91061,COG0346@1,COG0346@2 NA|NA|NA E Glyoxalase/Bleomycin resistance protein/Dioxygenase superfamily -BSU_40870 224308.BSU40870 5.6e-180 636.7 Bacillus ccpB Bacillus 1TQSQ@1239,1ZC0J@1386,4HBNR@91061,COG1609@1,COG1609@2 NA|NA|NA K Transcriptional regulator -BSU_40880 224308.BSU40880 1.4e-144 518.8 Bacillus exoA GO:0003674,GO:0003824,GO:0003906,GO:0004518,GO:0004527,GO:0004529,GO:0004536,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006259,GO:0006281,GO:0006284,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008296,GO:0008309,GO:0008311,GO:0008408,GO:0009987,GO:0016787,GO:0016788,GO:0016796,GO:0016895,GO:0033554,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0090305,GO:0140097,GO:1901360 3.1.11.2 ko:K01142 ko03410,map03410 ko00000,ko00001,ko01000,ko03400 Bacillus 1TPFB@1239,1ZAS3@1386,4HAIU@91061,COG0708@1,COG0708@2 NA|NA|NA L exodeoxyribonuclease III -BSU_40890 224308.BSU40890 8.6e-37 159.1 Bacillus rpsR GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0019538,GO:0022626,GO:0022627,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 ko:K02963 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1V9XS@1239,1ZHUE@1386,4HKCC@91061,COG0238@1,COG0238@2 NA|NA|NA J Binds as a heterodimer with protein S6 to the central domain of the 16S rRNA, where it helps stabilize the platform of the 30S subunit -BSU_40900 224308.BSU40900 4.9e-69 267.3 Bacillus ssb ko:K03111 ko03030,ko03430,ko03440,map03030,map03430,map03440 ko00000,ko00001,ko03029,ko03032,ko03400 Bacillus 1V3WT@1239,1ZFIJ@1386,4HH8I@91061,COG0629@1,COG0629@2 NA|NA|NA L Plays an important role in DNA replication, recombination and repair. Binds to ssDNA and to an array of partner proteins to recruit them to their sites of action during DNA metabolism -BSU_40910 224308.BSU40910 7.2e-46 189.5 Bacillus rpsF GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0015935,GO:0019843,GO:0022626,GO:0022627,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0070181,GO:0097159,GO:1901363,GO:1990904 ko:K02990 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011,ko03029 Bacillus 1VA18@1239,1ZGZ0@1386,4HKHD@91061,COG0360@1,COG0360@2 NA|NA|NA J Binds together with S18 to 16S ribosomal RNA -BSU_40920 224308.BSU40920 6.7e-201 706.4 Bacillus ychF GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0044424,GO:0044464 ko:K06942 ko00000,ko03009 Bacillus 1TPRK@1239,1ZBUI@1386,4H9SQ@91061,COG0012@1,COG0012@2 NA|NA|NA J ATPase that binds to both the 70S ribosome and the 50S ribosomal subunit in a nucleotide-independent manner -BSU_40930 224308.BSU40930 0.0 1352.4 Bacillus yyaE Bacillus 1TPZG@1239,1ZQAS@1386,4HTGY@91061,COG0243@1,COG0243@2 NA|NA|NA C Belongs to the prokaryotic molybdopterin-containing oxidoreductase family -BSU_40939 224308.BSU40939 3.8e-33 146.7 Bacillus yyzM Bacillus 1VEQ7@1239,1ZIUV@1386,4HNHU@91061,COG4481@1,COG4481@2 NA|NA|NA S protein conserved in bacteria -BSU_40940 224308.BSU40940 7.9e-180 636.3 Bacillus yyaD Bacillus 1U1WV@1239,1ZQME@1386,4H9MI@91061,COG3949@1,COG3949@2 NA|NA|NA S Membrane -BSU_40950 224308.BSU40950 2.1e-111 408.3 Bacillus yyaC Bacillus 1V6JT@1239,1ZCER@1386,2ADZG@1,313RY@2,4HH5B@91061 NA|NA|NA S Sporulation protein YyaC -BSU_40960 224308.BSU40960 4.6e-149 533.9 Bacillus spo0J GO:0005575,GO:0005622,GO:0005623,GO:0007059,GO:0008150,GO:0009295,GO:0009987,GO:0022603,GO:0042173,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0043937,GO:0043938,GO:0044424,GO:0044464,GO:0045595,GO:0045597,GO:0045881,GO:0048518,GO:0048522,GO:0050789,GO:0050793,GO:0050794,GO:0051094,GO:0065007 ko:K03497 ko00000,ko03000,ko03036,ko04812 Bacillus 1TQ2B@1239,1ZBDT@1386,4H9TB@91061,COG1475@1,COG1475@2 NA|NA|NA K Belongs to the ParB family -BSU_40970 224308.BSU40970 4.9e-134 483.8 Bacillus soj GO:0008150,GO:0022603,GO:0042173,GO:0042174,GO:0043937,GO:0043939,GO:0045595,GO:0045596,GO:0048519,GO:0048523,GO:0050789,GO:0050793,GO:0050794,GO:0051093,GO:0065007 ko:K03496 ko00000,ko03036,ko04812 Bacillus 1TP8S@1239,1ZBXG@1386,4HAYM@91061,COG1192@1,COG1192@2 NA|NA|NA D COG1192 ATPases involved in chromosome partitioning -BSU_40980 224308.BSU40980 2.5e-74 284.6 Bacillus Bacillus 1VAZH@1239,1ZIQ3@1386,2DZPD@1,32VFE@2,4HMUD@91061 NA|NA|NA S Bacterial PH domain -BSU_40990 224308.BSU40990 3.2e-150 537.7 Bacillus noc ko:K03497 ko00000,ko03000,ko03036,ko04812 Bacillus 1TP0I@1239,1ZCDV@1386,4HAC6@91061,COG1475@1,COG1475@2 NA|NA|NA D Effects nucleoid occlusion by binding relatively nonspecifically to DNA and preventing the assembly of the division machinery in the vicinity of the nucleoid, especially under conditions that disturb the cell cycle. It helps to coordinate cell division and chromosome segregation by preventing the formation of the Z ring through the nucleoid, which would cause chromosome breakage -BSU_41000 224308.BSU41000 3.7e-131 474.2 Bacillus rsmG GO:0000154,GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008170,GO:0008173,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016435,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0036265,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0070043,GO:0070475,GO:0070476,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.170 ko:K03501 ko00000,ko01000,ko03009,ko03036 Bacillus 1TPBT@1239,1ZAWG@1386,4HAAZ@91061,COG0357@1,COG0357@2 NA|NA|NA J Specifically methylates the N7 position of guanine in position 535 of 16S rRNA -BSU_41010 224308.BSU41010 0.0 1237.2 Bacillus gidA GO:0000166,GO:0001510,GO:0002097,GO:0002098,GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0030488,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0036094,GO:0043167,GO:0043168,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0048037,GO:0050660,GO:0050662,GO:0071704,GO:0090304,GO:0097159,GO:1901265,GO:1901360,GO:1901363 ko:K03495 R08701 RC00053,RC00209,RC00870 ko00000,ko03016,ko03036 Bacillus 1TQ4B@1239,1ZB67@1386,4HA6S@91061,COG0445@1,COG0445@2 NA|NA|NA D NAD-binding protein involved in the addition of a carboxymethylaminomethyl (cmnm) group at the wobble position (U34) of certain tRNAs, forming tRNA-cmnm(5)s(2)U34 -BSU_41020 224308.BSU41020 5.2e-251 873.2 Bacillus mnmE ko:K03650 R08701 RC00053,RC00209,RC00870 ko00000,ko01000,ko03016 Bacillus 1TPJF@1239,1ZBTZ@1386,4HA06@91061,COG0486@1,COG0486@2 NA|NA|NA S Exhibits a very high intrinsic GTPase hydrolysis rate. Involved in the addition of a carboxymethylaminomethyl (cmnm) group at the wobble position (U34) of certain tRNAs, forming tRNA- cmnm(5)s(2)U34 -BSU_41030 224308.BSU41030 1.1e-107 396.0 Bacillus jag ko:K06346 ko00000 Bacillus 1V3IN@1239,1ZDGU@1386,4HHHU@91061,COG1847@1,COG1847@2 NA|NA|NA S single-stranded nucleic acid binding R3H -BSU_41040 224308.BSU41040 1e-118 433.0 Bacillus spoIIIJ GO:0005575,GO:0008150,GO:0009653,GO:0009987,GO:0016020,GO:0030154,GO:0030435,GO:0032502,GO:0043934,GO:0048646,GO:0048856,GO:0048869 ko:K03217 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 ko00000,ko00001,ko00002,ko02044,ko03029 2.A.9 Bacillus 1TQ0J@1239,1ZBYD@1386,4HB3J@91061,COG0706@1,COG0706@2 NA|NA|NA U Required for the insertion and or proper folding and or complex formation of integral membrane proteins into the membrane. Involved in integration of membrane proteins that insert both dependently and independently of the Sec translocase complex, as well as at least some lipoproteins -BSU_41050 224308.BSU41050 5.1e-54 216.9 Bacillus rnpA GO:0003674,GO:0003676,GO:0003723,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004526,GO:0004540,GO:0004549,GO:0005488,GO:0005575,GO:0006139,GO:0006396,GO:0006399,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016787,GO:0016788,GO:0016891,GO:0016893,GO:0030677,GO:0031123,GO:0031404,GO:0032991,GO:0033204,GO:0034414,GO:0034470,GO:0034641,GO:0034660,GO:0042301,GO:0042779,GO:0042780,GO:0042781,GO:0043167,GO:0043168,GO:0043170,GO:0043199,GO:0043628,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0097159,GO:0140098,GO:0140101,GO:1901360,GO:1901363,GO:1901681,GO:1902494,GO:1902555,GO:1905267,GO:1905348,GO:1990904 3.1.26.5 ko:K03536 ko00000,ko01000,ko03016 Bacillus 1VA78@1239,1ZHUH@1386,4HKG6@91061,COG0594@1,COG0594@2 NA|NA|NA J RNaseP catalyzes the removal of the 5'-leader sequence from pre-tRNA to produce the mature 5'-terminus. It can also cleave other RNA substrates such as 4.5S RNA. The protein component plays an auxiliary but essential role in vivo by binding to the 5'-leader sequence and broadening the substrate specificity of the ribozyme -BSU_41060 1274524.BSONL12_19464 7.5e-14 82.0 Bacillus rpmH ko:K02914 ko03010,map03010 M00178 br01610,ko00000,ko00001,ko00002,ko03011 Bacillus 1VK90@1239,1ZJ74@1386,4HR2Z@91061,COG0230@1,COG0230@2 NA|NA|NA J Belongs to the bacterial ribosomal protein bL34 family -# 3975 queries scanned -# Total time (seconds): 4911.22577214 -# Rate: 0.81 q/s +## Wed Feb 7 23:50:50 2024 +## emapper-2.1.12 +## /data/shared/home/emapper/miniconda3/envs/eggnog-mapper-2.1/bin/emapper.py --cpu 20 --mp_start_method forkserver --data_dir /dev/shm/ -o out --output_dir /emapper_web_jobs/emapper_jobs/user_data/MM_p4ga3nim --temp_dir /emapper_web_jobs/emapper_jobs/user_data/MM_p4ga3nim --override -m diamond --dmnd_ignore_warnings --dmnd_algo ctg -i /emapper_web_jobs/emapper_jobs/user_data/MM_p4ga3nim/queries.fasta --evalue 0.001 --score 60 --pident 40 --query_cover 20 --subject_cover 20 --itype CDS --translate --tax_scope 2 --target_orthologs all --go_evidence non-electronic --pfam_realign none --report_orthologs --decorate_gff yes --excel +## +#query seed_ortholog evalue score eggNOG_OGs max_annot_lvl COG_category Description Preferred_name GOs EC KEGG_ko KEGG_Pathway KEGG_Module KEGG_Reaction KEGG_rclass BRITE KEGG_TC CAZy BiGG_Reaction PFAMs +BSU_00010 224308.BSU00010 0.0 877.0 COG0593@1|root,COG0593@2|Bacteria,1TPV7@1239|Firmicutes,4H9MW@91061|Bacilli,1ZBKI@1386|Bacillus 2|Bacteria L it binds specifically double-stranded DNA at a 9 bp consensus (dnaA box) 5'-TTATC CA A CA A-3'. DnaA binds to ATP and to acidic phospholipids dnaA GO:0003674,GO:0003676,GO:0003677,GO:0003688,GO:0003690,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006270,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0016020,GO:0034641,GO:0034645,GO:0042802,GO:0043170,GO:0043565,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0071944,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1901576,GO:1990837 - ko:K02313 ko02020,ko04112,map02020,map04112 - - - ko00000,ko00001,ko03032,ko03036 - - - Bac_DnaA,Bac_DnaA_C,DnaA_N +BSU_00020 224308.BSU00020 1.71e-263 723.0 COG0592@1|root,COG0592@2|Bacteria,1TQ7J@1239|Firmicutes,4H9TF@91061|Bacilli,1ZAVV@1386|Bacillus 2|Bacteria L Confers DNA tethering and processivity to DNA polymerases and other proteins. Acts as a clamp, forming a ring around DNA (a reaction catalyzed by the clamp-loading complex) which diffuses in an ATP-independent manner freely and bidirectionally along dsDNA. Initially characterized for its ability to contact the catalytic subunit of DNA polymerase III (Pol III), a complex, multichain enzyme responsible for most of the replicative synthesis in bacteria dnaN - 2.7.7.7 ko:K02338 ko00230,ko00240,ko01100,ko03030,ko03430,ko03440,map00230,map00240,map01100,map03030,map03430,map03440 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 - - - DNA_pol3_beta,DNA_pol3_beta_2,DNA_pol3_beta_3 +BSU_00030 224308.BSU00030 2.24e-45 146.0 COG2501@1|root,COG2501@2|Bacteria,1VEJ2@1239|Firmicutes,4HNMC@91061|Bacilli,1ZIXZ@1386|Bacillus 2|Bacteria S S4 domain yaaA GO:0003674,GO:0003676,GO:0003723,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0019538,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576 - ko:K14761 - - - - ko00000,ko03009 - - - S4_2 +BSU_00040 224308.BSU00040 1.3e-263 722.0 COG1195@1|root,COG1195@2|Bacteria,1TP9U@1239|Firmicutes,4HA0W@91061|Bacilli,1ZC8V@1386|Bacillus 2|Bacteria L it is required for DNA replication and normal SOS inducibility. RecF binds preferentially to single-stranded, linear DNA. It also seems to bind ATP recF GO:0000731,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006281,GO:0006302,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009295,GO:0009987,GO:0018130,GO:0019438,GO:0033554,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0071897,GO:0090304,GO:1901360,GO:1901362,GO:1901576 - ko:K03629 ko03440,map03440 - - - ko00000,ko00001,ko03400 - - - SMC_N +BSU_00050 224308.BSU00050 2.52e-51 162.0 2E36Q@1|root,32Y6E@2|Bacteria,1VEZV@1239|Firmicutes,4HQTK@91061|Bacilli,1ZIZ5@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF370) yaaB - - - - - - - - - - - DUF370 +BSU_00060 224308.BSU00060 0.0 1258.0 COG0187@1|root,COG0187@2|Bacteria,1TQ0R@1239|Firmicutes,4H9Y6@91061|Bacilli,1ZBFI@1386|Bacillus 2|Bacteria L A type II topoisomerase that negatively supercoils closed circular double-stranded (ds) DNA in an ATP-dependent manner to modulate DNA topology and maintain chromosomes in an underwound state. Negative supercoiling favors strand separation, and DNA replication, transcription, recombination and repair, all of which involve strand separation. Also able to catalyze the interconversion of other topological isomers of dsDNA rings, including catenanes and knotted rings. Type II topoisomerases break and join 2 DNA strands simultaneously in an ATP-dependent manner gyrB GO:0000166,GO:0000287,GO:0003674,GO:0003824,GO:0003916,GO:0003918,GO:0005488,GO:0005524,GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0006139,GO:0006259,GO:0006265,GO:0006725,GO:0006807,GO:0006996,GO:0007059,GO:0008094,GO:0008144,GO:0008150,GO:0008152,GO:0009295,GO:0009987,GO:0016020,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016853,GO:0016887,GO:0017076,GO:0017111,GO:0030312,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034335,GO:0034641,GO:0035639,GO:0036094,GO:0040007,GO:0042623,GO:0043167,GO:0043168,GO:0043169,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044464,GO:0046483,GO:0046872,GO:0051276,GO:0061505,GO:0071103,GO:0071704,GO:0071840,GO:0071944,GO:0090304,GO:0097159,GO:0097367,GO:0140097,GO:1901265,GO:1901360,GO:1901363 5.99.1.3 ko:K02470,ko:K02622 - - - - ko00000,ko01000,ko02048,ko03032,ko03036,ko03400 - - - DNA_gyraseB,DNA_gyraseB_C,HATPase_c,Toprim +BSU_00070 224308.BSU00070 0.0 1439.0 COG0188@1|root,COG0188@2|Bacteria,1TP2Z@1239|Firmicutes,4HAHY@91061|Bacilli,1ZB8F@1386|Bacillus 2|Bacteria L A type II topoisomerase that negatively supercoils closed circular double-stranded (ds) DNA in an ATP-dependent manner to modulate DNA topology and maintain chromosomes in an underwound state. Negative supercoiling favors strand separation, and DNA replication, transcription, recombination and repair, all of which involve strand separation. Also able to catalyze the interconversion of other topological isomers of dsDNA rings, including catenanes and knotted rings. Type II topoisomerases break and join 2 DNA strands simultaneously in an ATP-dependent manner gyrA GO:0000166,GO:0000287,GO:0003674,GO:0003824,GO:0003916,GO:0003918,GO:0005488,GO:0005524,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0006139,GO:0006259,GO:0006265,GO:0006725,GO:0006807,GO:0006996,GO:0008094,GO:0008144,GO:0008150,GO:0008152,GO:0009987,GO:0016020,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016853,GO:0016887,GO:0017076,GO:0017111,GO:0030312,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034335,GO:0034641,GO:0035639,GO:0036094,GO:0042623,GO:0043167,GO:0043168,GO:0043169,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0046872,GO:0051276,GO:0061505,GO:0071103,GO:0071704,GO:0071840,GO:0071944,GO:0090304,GO:0097159,GO:0097367,GO:0140097,GO:1901265,GO:1901360,GO:1901363 5.99.1.3 ko:K02469,ko:K02621 - - - - ko00000,ko01000,ko02048,ko03032,ko03036,ko03400 - - - DNA_gyraseA_C,DNA_topoisoIV +BSU_00080 224308.BSU00080 4.5e-234 643.0 28JUG@1|root,2Z9JI@2|Bacteria,1UYYT@1239|Firmicutes,4HC3E@91061|Bacilli,1ZBYK@1386|Bacillus 2|Bacteria S YaaC-like Protein yaaC - - - - - - - - - - - YaaC +BSU_00090 224308.BSU00090 0.0 946.0 COG0516@1|root,COG0517@1|root,COG0516@2|Bacteria,COG0517@2|Bacteria,1TNZ1@1239|Firmicutes,4H9V3@91061|Bacilli,1ZC91@1386|Bacillus 2|Bacteria F Catalyzes the conversion of inosine 5'-phosphate (IMP) to xanthosine 5'-phosphate (XMP), the first committed and rate- limiting step in the de novo synthesis of guanine nucleotides, and therefore plays an important role in the regulation of cell growth guaB GO:0003674,GO:0003824,GO:0003938,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006163,GO:0006164,GO:0006183,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009116,GO:0009117,GO:0009119,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009163,GO:0009165,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009314,GO:0009411,GO:0009416,GO:0009628,GO:0009987,GO:0016491,GO:0016614,GO:0016616,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034404,GO:0034641,GO:0034654,GO:0042278,GO:0042451,GO:0042455,GO:0042802,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046039,GO:0046128,GO:0046129,GO:0046390,GO:0046483,GO:0050896,GO:0055086,GO:0055114,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901068,GO:1901070,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 1.1.1.205 ko:K00088 ko00230,ko00983,ko01100,ko01110,map00230,map00983,map01100,map01110 M00050 R01130,R08240 RC00143,RC02207 ko00000,ko00001,ko00002,ko01000,ko04147 - - iAPECO1_1312.APECO1_4018,iECABU_c1320.ECABU_c28100,iECP_1309.ECP_2510,iECSF_1327.ECSF_2349,iUTI89_1310.UTI89_C2826,ic_1306.c3027 CBS,IMPDH,NMO +BSU_00100 224308.BSU00100 7.51e-316 860.0 COG1686@1|root,COG1686@2|Bacteria,1TQN0@1239|Firmicutes,4HBD4@91061|Bacilli,1ZAS6@1386|Bacillus 2|Bacteria M Belongs to the peptidase S11 family dacA GO:0003674,GO:0003824,GO:0004175,GO:0004180,GO:0004185,GO:0005575,GO:0005618,GO:0005623,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008236,GO:0008238,GO:0009002,GO:0016787,GO:0017171,GO:0019538,GO:0030312,GO:0043170,GO:0044238,GO:0044464,GO:0070008,GO:0070011,GO:0071704,GO:0071944,GO:0140096,GO:1901564 3.4.16.4 ko:K01286,ko:K07258 ko00550,ko01100,map00550,map01100 - - - ko00000,ko00001,ko01000,ko01002,ko01011 - - - PBP5_C,Peptidase_S11 +BSU_00110 224308.BSU00110 3.7e-202 560.0 COG0214@1|root,COG0214@2|Bacteria,1TPSZ@1239|Firmicutes,4H9RA@91061|Bacilli,1ZB36@1386|Bacillus 2|Bacteria H Catalyzes the formation of pyridoxal 5'-phosphate from ribose 5-phosphate (RBP), glyceraldehyde 3-phosphate (G3P) and ammonia. The ammonia is provided by the PdxT subunit. Can also use ribulose 5-phosphate and dihydroxyacetone phosphate as substrates, resulting from enzyme-catalyzed isomerization of RBP and G3P, respectively pdxS GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0006081,GO:0006725,GO:0006732,GO:0006766,GO:0006767,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009110,GO:0009987,GO:0016020,GO:0016829,GO:0016840,GO:0016843,GO:0017144,GO:0018130,GO:0019438,GO:0019637,GO:0034641,GO:0040007,GO:0042364,GO:0042802,GO:0042816,GO:0042819,GO:0042822,GO:0042823,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044464,GO:0046184,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:0071944,GO:0072524,GO:0072525,GO:0090407,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901615,GO:1901617 4.3.3.6 ko:K06215 ko00750,map00750 - R07456 RC00010,RC01783,RC03043 ko00000,ko00001,ko01000 - - - SOR_SNZ +BSU_00120 224308.BSU00120 1.66e-138 391.0 COG0311@1|root,COG0311@2|Bacteria,1V3I6@1239|Firmicutes,4HFSZ@91061|Bacilli,1ZD5C@1386|Bacillus 2|Bacteria H Catalyzes the hydrolysis of glutamine to glutamate and ammonia as part of the biosynthesis of pyridoxal 5'-phosphate. The resulting ammonia molecule is channeled to the active site of PdxS pdxT GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006081,GO:0006725,GO:0006732,GO:0006766,GO:0006767,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0006974,GO:0007154,GO:0008150,GO:0008152,GO:0008614,GO:0009058,GO:0009108,GO:0009110,GO:0009432,GO:0009605,GO:0009987,GO:0009991,GO:0016829,GO:0016840,GO:0016843,GO:0017144,GO:0018130,GO:0019438,GO:0019637,GO:0031668,GO:0032991,GO:0033554,GO:0034641,GO:0040007,GO:0042364,GO:0042802,GO:0042816,GO:0042819,GO:0042822,GO:0042823,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046184,GO:0046483,GO:0050896,GO:0051186,GO:0051188,GO:0051716,GO:0071496,GO:0071704,GO:0072524,GO:0072525,GO:0090407,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901615,GO:1901617,GO:1902494,GO:1903600 4.3.3.6 ko:K08681 ko00750,map00750 - R07456 RC00010,RC01783,RC03043 ko00000,ko00001,ko01000 - - iHN637.CLJU_RS19495 SNO +BSU_00130 224308.BSU00130 9.79e-296 808.0 COG0172@1|root,COG0172@2|Bacteria,1TP4W@1239|Firmicutes,4H9Y4@91061|Bacilli,1ZCBQ@1386|Bacillus 2|Bacteria J Catalyzes the attachment of serine to tRNA(Ser). Is also able to aminoacylate tRNA(Sec) with serine, to form the misacylated tRNA L-seryl-tRNA(Sec), which will be further converted into selenocysteinyl-tRNA(Sec) serS GO:0000287,GO:0003674,GO:0003824,GO:0004812,GO:0004828,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006434,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009059,GO:0009069,GO:0009070,GO:0009987,GO:0010467,GO:0016053,GO:0016070,GO:0016259,GO:0016260,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0042802,GO:0043038,GO:0043039,GO:0043043,GO:0043167,GO:0043169,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0046872,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 6.1.1.11 ko:K01875 ko00970,map00970 M00359,M00360 R03662,R08218 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - iAF987.Gmet_3528,iSDY_1059.SDY_2368 Seryl_tRNA_N,tRNA-synt_2b +BSU_00140 224308.BSU00140 3.72e-159 445.0 COG1428@1|root,COG1428@2|Bacteria,1TPJ1@1239|Firmicutes,4HA9N@91061|Bacilli,1ZBFB@1386|Bacillus 2|Bacteria F Deoxycytidine kinase dck - 2.7.1.113,2.7.1.74,2.7.1.76 ko:K15518,ko:K15519 ko00230,ko00240,ko01100,map00230,map00240,map01100 - R00185,R01666,R01967,R02089 RC00002,RC00017 ko00000,ko00001,ko01000 - - - dNK +BSU_00150 224308.BSU00150 2.43e-150 422.0 COG1428@1|root,COG1428@2|Bacteria,1TQKS@1239|Firmicutes,4HBWC@91061|Bacilli,1ZCAQ@1386|Bacillus 2|Bacteria F Deoxyguanosine kinase dgk - 2.7.1.113,2.7.1.74,2.7.1.76 ko:K15518,ko:K15519 ko00230,ko00240,ko01100,map00230,map00240,map01100 - R00185,R01666,R01967,R02089 RC00002,RC00017 ko00000,ko00001,ko01000 - - - HPPK,dNK +BSU_00160 224308.BSU00160 3.13e-277 761.0 COG1388@1|root,COG3858@1|root,COG1388@2|Bacteria,COG3858@2|Bacteria,1TQK2@1239|Firmicutes,4HBJC@91061|Bacilli,1ZBQC@1386|Bacillus 2|Bacteria M Glycoside Hydrolase Family yaaH - - ko:K06306 - - - - ko00000 - - - Glyco_hydro_18,LysM +BSU_00170 224308.BSU00170 2.91e-127 362.0 COG1335@1|root,COG1335@2|Bacteria,1V5Y9@1239|Firmicutes,4HHKW@91061|Bacilli,1ZQ73@1386|Bacillus 2|Bacteria Q COG1335 Amidases related to nicotinamidase yaaI GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006206,GO:0006208,GO:0006212,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009112,GO:0009987,GO:0017144,GO:0019860,GO:0034641,GO:0042737,GO:0044237,GO:0044238,GO:0044248,GO:0044270,GO:0044281,GO:0044424,GO:0044464,GO:0046113,GO:0046483,GO:0046700,GO:0055086,GO:0071704,GO:0072527,GO:0072529,GO:1901360,GO:1901361,GO:1901564,GO:1901565,GO:1901575 - - - - - - - - - - Isochorismatase +BSU_00180 224308.BSU00180 1.55e-110 318.0 COG0590@1|root,COG0590@2|Bacteria,1V3HZ@1239|Firmicutes,4HH7S@91061|Bacilli,1ZFRP@1386|Bacillus 2|Bacteria FJ Catalyzes the deamination of adenosine to inosine at the wobble position 34 of tRNA(Arg2) tadA GO:0002097,GO:0002100,GO:0006139,GO:0006382,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016553,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:1901360 3.5.4.1,3.5.4.3,3.5.4.33 ko:K01485,ko:K01487,ko:K11991 ko00230,ko00240,ko00330,ko01100,map00230,map00240,map00330,map01100 - R00974,R01411,R01676,R02922,R10223 RC00074,RC00204,RC00477,RC00514,RC00809 ko00000,ko00001,ko01000,ko03016 - - - MafB19-deam +BSU_00190 224308.BSU00190 0.0 1097.0 COG2812@1|root,COG2812@2|Bacteria,1TPS9@1239|Firmicutes,4HAUE@91061|Bacilli,1ZB2M@1386|Bacillus 2|Bacteria L DNA polymerase III is a complex, multichain enzyme responsible for most of the replicative synthesis in bacteria. This DNA polymerase also exhibits 3' to 5' exonuclease activity dnaX GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0034641,GO:0034645,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:1901360,GO:1901576 2.7.7.7 ko:K02341,ko:K02343 ko00230,ko00240,ko01100,ko03030,ko03430,ko03440,map00230,map00240,map01100,map03030,map03430,map03440 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 - - - DNA_pol3_delta2,DNA_pol3_gamma3 +BSU_00200 224308.BSU00200 8.75e-55 172.0 COG0718@1|root,COG0718@2|Bacteria,1VA1S@1239|Firmicutes,4HKH3@91061|Bacilli,1ZGZI@1386|Bacillus 2|Bacteria S Binds to DNA and alters its conformation. May be involved in regulation of gene expression, nucleoid organization and DNA protection yaaK - - ko:K09747 - - - - ko00000 - - - YbaB_DNA_bd +BSU_00210 224308.BSU00210 8.53e-142 400.0 COG0353@1|root,COG0353@2|Bacteria,1TR87@1239|Firmicutes,4HAZR@91061|Bacilli,1ZBDK@1386|Bacillus 2|Bacteria L May play a role in DNA repair. It seems to be involved in an RecBC-independent recombinational process of DNA repair. It may act with RecF and RecO recR GO:0000731,GO:0006139,GO:0006259,GO:0006281,GO:0006302,GO:0006310,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009314,GO:0009411,GO:0009416,GO:0009628,GO:0009987,GO:0018130,GO:0019438,GO:0033554,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0071897,GO:0090304,GO:1901360,GO:1901362,GO:1901576 - ko:K06187 ko03440,map03440 - - - ko00000,ko00001,ko03400 - - - HHH,RecR,Toprim_4 +BSU_00220 224308.BSU00220 1.55e-42 139.0 2EHEM@1|root,33B6J@2|Bacteria,1VM3Z@1239|Firmicutes,4HR3I@91061|Bacilli,1ZIUR@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2508) yaaL - - - - - - - - - - - DUF2508 +BSU_00230 224308.BSU00230 5.3e-49 156.0 2E9CH@1|root,333K6@2|Bacteria,1VG2H@1239|Firmicutes,4HNZC@91061|Bacilli,1ZIUF@1386|Bacillus 2|Bacteria S Sigma-K factor-processing regulatory protein BofA bofA - - ko:K06317 - - - - ko00000 - - - BofA +BSU_00240 224308.BSU00240 2.21e-42 138.0 2EIS2@1|root,33CHE@2|Bacteria,1VM34@1239|Firmicutes,4HR6Z@91061|Bacilli,1ZK09@1386|Bacillus 2|Bacteria S Inhibitor of sigma-G Gin csfB - - - - - - - - - - - Gin +BSU_00250 224308.BSU00250 3.28e-133 379.0 COG4915@1|root,COG4915@2|Bacteria,1V5B1@1239|Firmicutes,4HKAX@91061|Bacilli,1ZG4A@1386|Bacillus 2|Bacteria S 5-bromo-4-chloroindolyl phosphate hydrolysis protein xpaC - - - - - - - - - - - Halogen_Hydrol +BSU_00260 224308.BSU00260 5.05e-260 714.0 COG3853@1|root,COG3853@2|Bacteria,1TQVX@1239|Firmicutes,4H9Z6@91061|Bacilli,1ZATR@1386|Bacillus 2|Bacteria P Belongs to the TelA family yaaN - - - - - - - - - - - TelA +BSU_00270 224308.BSU00270 0.0 952.0 COG1982@1|root,COG1982@2|Bacteria,1TNZ9@1239|Firmicutes,4HBGC@91061|Bacilli,1ZBKS@1386|Bacillus 2|Bacteria E Orn Lys Arg decarboxylase adiA GO:0000166,GO:0001882,GO:0001883,GO:0003674,GO:0003824,GO:0004586,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006525,GO:0006527,GO:0006553,GO:0006554,GO:0006576,GO:0006595,GO:0006596,GO:0006807,GO:0006873,GO:0006885,GO:0008144,GO:0008150,GO:0008152,GO:0008216,GO:0008295,GO:0008792,GO:0008923,GO:0009056,GO:0009058,GO:0009063,GO:0009064,GO:0009065,GO:0009066,GO:0009068,GO:0009308,GO:0009309,GO:0009987,GO:0016054,GO:0016829,GO:0016830,GO:0016831,GO:0017076,GO:0019001,GO:0019725,GO:0019752,GO:0019842,GO:0030003,GO:0030004,GO:0030170,GO:0030641,GO:0032549,GO:0032550,GO:0032553,GO:0032555,GO:0032561,GO:0034641,GO:0036094,GO:0042401,GO:0042592,GO:0042802,GO:0043167,GO:0043168,GO:0043436,GO:0044106,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044271,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0045852,GO:0046395,GO:0048037,GO:0048878,GO:0050662,GO:0050801,GO:0051453,GO:0051454,GO:0055067,GO:0055080,GO:0055082,GO:0065007,GO:0065008,GO:0070279,GO:0071704,GO:0097159,GO:0097164,GO:0097216,GO:0097367,GO:0098771,GO:1901265,GO:1901363,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576,GO:1901605,GO:1901606 4.1.1.17,4.1.1.18,4.1.1.19 ko:K01581,ko:K01582,ko:K01583,ko:K01584,ko:K01585 ko00310,ko00330,ko00480,ko00960,ko01100,ko01110,ko01130,map00310,map00330,map00480,map00960,map01100,map01110,map01130 M00133,M00134 R00462,R00566,R00670 RC00299 ko00000,ko00001,ko00002,ko01000 - - iEC042_1314.EC042_4483,iECW_1372.ECW_m0743,iEcHS_1320.EcHS_A3126,iSbBS512_1146.SbBS512_E0179,iWFL_1372.ECW_m0743 OKR_DC_1,OKR_DC_1_C,OKR_DC_1_N +BSU_00280 224308.BSU00280 2.82e-147 415.0 COG0125@1|root,COG0125@2|Bacteria,1V1HE@1239|Firmicutes,4HGWR@91061|Bacilli,1ZBSZ@1386|Bacillus 2|Bacteria F Phosphorylation of dTMP to form dTDP in both de novo and salvage pathways of dTTP synthesis tmk GO:0003674,GO:0003824,GO:0004798,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006220,GO:0006221,GO:0006227,GO:0006233,GO:0006235,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009041,GO:0009058,GO:0009117,GO:0009123,GO:0009132,GO:0009133,GO:0009138,GO:0009139,GO:0009141,GO:0009142,GO:0009147,GO:0009148,GO:0009165,GO:0009186,GO:0009189,GO:0009196,GO:0009197,GO:0009200,GO:0009202,GO:0009211,GO:0009212,GO:0009219,GO:0009221,GO:0009262,GO:0009263,GO:0009265,GO:0009394,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0018130,GO:0019205,GO:0019438,GO:0019637,GO:0019692,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046072,GO:0046075,GO:0046077,GO:0046385,GO:0046483,GO:0046940,GO:0050145,GO:0055086,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.7.4.9 ko:K00943 ko00240,ko01100,map00240,map01100 M00053 R02094,R02098 RC00002 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS02535 Thymidylate_kin +BSU_00290 224308.BSU00290 1.02e-72 218.0 COG3870@1|root,COG3870@2|Bacteria,1V6NI@1239|Firmicutes,4HIHA@91061|Bacilli,1ZHEA@1386|Bacillus 2|Bacteria S protein conserved in bacteria yaaQ - - - - - - - - - - - CdAMP_rec +BSU_00300 224308.BSU00300 3.63e-95 278.0 COG1728@1|root,COG1728@2|Bacteria,1VF6M@1239|Firmicutes,4HP8D@91061|Bacilli,1ZFYU@1386|Bacillus 2|Bacteria S protein conserved in bacteria yaaR - - ko:K09770 - - - - ko00000 - - - DUF327 +BSU_00310 224308.BSU00310 2.42e-236 650.0 COG0470@1|root,COG0470@2|Bacteria,1TRVS@1239|Firmicutes,4HA3T@91061|Bacilli,1ZBDA@1386|Bacillus 2|Bacteria L DNA polymerase III holB GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0034641,GO:0034645,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:1901360,GO:1901576 2.7.7.7 ko:K02341 ko00230,ko00240,ko01100,ko03030,ko03430,ko03440,map00230,map00240,map01100,map03030,map03430,map03440 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 - - - DNA_pol3_delta2,DNApol3-delta_C +BSU_00320 224308.BSU00320 3.14e-189 526.0 COG1774@1|root,COG1774@2|Bacteria,1TP1V@1239|Firmicutes,4H9M9@91061|Bacilli,1ZBCK@1386|Bacillus 2|Bacteria S stage 0 sporulation protein yaaT GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 - - - - - - - - - - PSP1 +BSU_00330 224308.BSU00330 4.37e-56 177.0 COG4467@1|root,COG4467@2|Bacteria,1VA1F@1239|Firmicutes,4HKND@91061|Bacilli,1ZGZH@1386|Bacillus 2|Bacteria L Involved in initiation control of chromosome replication yabA GO:0003674,GO:0005488,GO:0005515,GO:0042802 - - - - - - - - - - YabB +BSU_00340 224308.BSU00340 2.81e-178 496.0 COG4123@1|root,COG4123@2|Bacteria,1TQ25@1239|Firmicutes,4HA8W@91061|Bacilli,1ZCBX@1386|Bacillus 2|Bacteria S Conserved hypothetical protein 95 yabB GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0008168,GO:0008757,GO:0016740,GO:0016741,GO:0032259,GO:0044424,GO:0044444,GO:0044464 2.1.1.223 ko:K07461,ko:K15460 - - - - ko00000,ko01000,ko03016 - - - MTS +BSU_00350 224308.BSU00350 4.19e-65 198.0 COG2827@1|root,COG2827@2|Bacteria,1VEZF@1239|Firmicutes,4HNHJ@91061|Bacilli,1ZIXI@1386|Bacillus 2|Bacteria L endonuclease containing a URI domain yazA - - ko:K07461 - - - - ko00000 - - - GIY-YIG +BSU_00360 224308.BSU00360 7.26e-208 575.0 COG0313@1|root,COG0313@2|Bacteria,1TP6U@1239|Firmicutes,4HAH8@91061|Bacilli,1ZBN1@1386|Bacillus 2|Bacteria H Catalyzes the 2'-O-methylation of the ribose of cytidine 1402 (C1402) in 16S rRNA rsmI GO:0000154,GO:0000451,GO:0000453,GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008171,GO:0008173,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016020,GO:0016070,GO:0016072,GO:0016434,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044464,GO:0046483,GO:0070677,GO:0071704,GO:0071840,GO:0071944,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.198 ko:K07056 - - - - ko00000,ko01000,ko03009 - - - TP_methylase +BSU_00370 224308.BSU00370 3.65e-60 185.0 COG2002@1|root,COG2002@2|Bacteria,1VA3H@1239|Firmicutes,4HKCH@91061|Bacilli,1ZH0F@1386|Bacillus 2|Bacteria K COG2002 Regulators of stationary sporulation gene expression abrB GO:0003674,GO:0005488,GO:0005515,GO:0008150,GO:0042802,GO:0043937,GO:0050789,GO:0050793,GO:0065007 - ko:K06284 - - - - ko00000,ko03000 - - - MazE_antitoxin +BSU_00380 224308.BSU00380 0.0 1329.0 COG0073@1|root,COG0143@1|root,COG0073@2|Bacteria,COG0143@2|Bacteria,1TPA1@1239|Firmicutes,4H9VC@91061|Bacilli,1ZASP@1386|Bacillus 2|Bacteria J Is required not only for elongation of protein synthesis but also for the initiation of all mRNA translation through initiator tRNA(fMet) aminoacylation metG GO:0000049,GO:0003674,GO:0003676,GO:0003723,GO:0003824,GO:0004812,GO:0004825,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006431,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016020,GO:0016070,GO:0016874,GO:0016875,GO:0017101,GO:0017102,GO:0019538,GO:0019752,GO:0032991,GO:0034641,GO:0034645,GO:0034660,GO:0040007,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071944,GO:0090304,GO:0097159,GO:0140098,GO:0140101,GO:1901360,GO:1901363,GO:1901564,GO:1901566,GO:1901576 6.1.1.10,6.1.1.20 ko:K01874,ko:K01890,ko:K06878 ko00450,ko00970,map00450,map00970 M00359,M00360 R03659,R03660,R04773 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - - Anticodon_1,tRNA-synt_1g,tRNA_bind +BSU_00390 224308.BSU00390 5.05e-185 514.0 COG0084@1|root,COG0084@2|Bacteria,1TNY1@1239|Firmicutes,4HA74@91061|Bacilli,1ZB78@1386|Bacillus 2|Bacteria L hydrolase, TatD tatD GO:0003674,GO:0003824,GO:0004518,GO:0004536,GO:0006139,GO:0006259,GO:0006308,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009987,GO:0016787,GO:0016788,GO:0019439,GO:0034641,GO:0034655,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044260,GO:0044265,GO:0044270,GO:0046483,GO:0046700,GO:0071704,GO:0090304,GO:0090305,GO:0140097,GO:1901360,GO:1901361,GO:1901575 - ko:K03424 - - - - ko00000,ko01000 - - - TatD_DNase +BSU_00400 224308.BSU00400 5.47e-283 777.0 COG3583@1|root,COG3584@1|root,COG3583@2|Bacteria,COG3584@2|Bacteria,1TTIK@1239|Firmicutes,4HC79@91061|Bacilli,1ZC0Q@1386|Bacillus 2|Bacteria T protein conserved in bacteria rpfB GO:0005575,GO:0005576,GO:0008150,GO:0009892,GO:0009893,GO:0010468,GO:0010604,GO:0010605,GO:0010628,GO:0010629,GO:0019222,GO:0022611,GO:0032502,GO:0040008,GO:0040009,GO:0040010,GO:0044111,GO:0044114,GO:0044115,GO:0044403,GO:0044419,GO:0045927,GO:0048518,GO:0048519,GO:0050789,GO:0051704,GO:0060255,GO:0065007,GO:0085016 - ko:K21687,ko:K21688 - - - - ko00000 - GH23 - 3D,DUF348,G5,Transglycosylas +BSU_00410 224308.BSU00410 1.05e-127 363.0 COG1658@1|root,COG1658@2|Bacteria,1V3K3@1239|Firmicutes,4HH5Y@91061|Bacilli,1ZFNN@1386|Bacillus 2|Bacteria J Required for correct processing of both the 5' and 3' ends of 5S rRNA precursor. Cleaves both sides of a double-stranded region yielding mature 5S rRNA in one step rnmV GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004540,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016787,GO:0016788,GO:0016891,GO:0016893,GO:0022613,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043822,GO:0044085,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0140098,GO:1901360 3.1.26.8 ko:K05985,ko:K07476 - - - - ko00000,ko01000 - - - DUF4093,Toprim,Toprim_4 +BSU_00420 224308.BSU00420 1.24e-199 554.0 COG0030@1|root,COG0030@2|Bacteria,1TP9W@1239|Firmicutes,4HA4R@91061|Bacilli,1ZBZX@1386|Bacillus 2|Bacteria J Specifically dimethylates two adjacent adenosines (A1518 and A1519) in the loop of a conserved hairpin near the 3'-end of 16S rRNA in the 30S particle. May play a critical role in biogenesis of 30S subunits ksgA GO:0000154,GO:0000179,GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008170,GO:0008173,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016433,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.182 ko:K02528 - - R10716 RC00003,RC03257 ko00000,ko01000,ko03009 - - - RrnaAD +BSU_00430 224308.BSU00430 3.7e-200 555.0 28HCB@1|root,2Z7P7@2|Bacteria,1TNZK@1239|Firmicutes,4HBET@91061|Bacilli,1ZCTC@1386|Bacillus 2|Bacteria S peptidase yabG GO:0005575,GO:0005618,GO:0005623,GO:0030312,GO:0031160,GO:0043591,GO:0043593,GO:0044426,GO:0044462,GO:0044464,GO:0071944 - ko:K06436 - - - - ko00000 - - - Peptidase_U57 +BSU_00440 224308.BSU00440 5.32e-53 166.0 COG4466@1|root,COG4466@2|Bacteria,1VEQM@1239|Firmicutes,4HKF8@91061|Bacilli,1ZI19@1386|Bacillus 2|Bacteria S protein conserved in bacteria veg - - - - - - - - - - - VEG +BSU_00450 224308.BSU00450 1.14e-36 123.0 2E2ZT@1|root,32Y0E@2|Bacteria,1VEHE@1239|Firmicutes,4HNK8@91061|Bacilli,1ZITS@1386|Bacillus 2|Bacteria S DNA topological change sspF - - ko:K06423 - - - - ko00000 - - - SASP +BSU_00460 224308.BSU00460 2.34e-207 573.0 COG1947@1|root,COG1947@2|Bacteria,1TPXV@1239|Firmicutes,4HAV8@91061|Bacilli,1ZAYT@1386|Bacillus 2|Bacteria I Catalyzes the phosphorylation of the position 2 hydroxy group of 4-diphosphocytidyl-2C-methyl-D-erythritol ispE GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0005524,GO:0006629,GO:0006720,GO:0006793,GO:0006796,GO:0008144,GO:0008150,GO:0008152,GO:0008299,GO:0008610,GO:0009058,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0017076,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0035639,GO:0036094,GO:0040007,GO:0043167,GO:0043168,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0050515,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901363,GO:1901576 2.1.1.182,2.7.1.148 ko:K00919,ko:K02528,ko:K16924 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00096,M00582 R05634,R10716 RC00002,RC00003,RC01439,RC03257 ko00000,ko00001,ko00002,ko01000,ko02000,ko03009 3.A.1.29 - iEC55989_1330.EC55989_1304,iLJ478.TM1383,iYO844.BSU00460 GHMP_kinases_C,GHMP_kinases_N +BSU_00470 224308.BSU00470 4.66e-196 544.0 COG0503@1|root,COG0503@2|Bacteria,1TPN9@1239|Firmicutes,4HB8I@91061|Bacilli,1ZAW9@1386|Bacillus 2|Bacteria F pur operon repressor purR GO:0003674,GO:0003824,GO:0003999,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006144,GO:0006168,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009112,GO:0009113,GO:0009987,GO:0016740,GO:0016757,GO:0016763,GO:0018130,GO:0019438,GO:0034641,GO:0034654,GO:0042440,GO:0043094,GO:0043096,GO:0043101,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046083,GO:0046084,GO:0046112,GO:0046148,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.4.2.22,2.4.2.7 ko:K00759,ko:K03816,ko:K09685 ko00230,ko01100,ko01110,map00230,map01100,map01110 - R00190,R01229,R02142,R04378 RC00063,RC00122 ko00000,ko00001,ko01000,ko03000,ko04147 - - iYO844.BSU22070 Pribosyltran,PuR_N +BSU_00480 1051501.AYTL01000009_gene187 3.45e-83 246.0 COG0251@1|root,COG0251@2|Bacteria,1V6HG@1239|Firmicutes,4HKEF@91061|Bacilli,1ZG9Q@1386|Bacillus 2|Bacteria J translation initiation inhibitor, yjgF family yabJ GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0006633,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009987,GO:0016053,GO:0016787,GO:0019239,GO:0019752,GO:0032787,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0046360,GO:0046361,GO:0046394,GO:0046459,GO:0051790,GO:0071704,GO:0072330,GO:1901576 3.5.99.10 ko:K09022 - - R11098,R11099 RC03275,RC03354 ko00000,ko01000 - - - Ribonuc_L-PSP +BSU_00490 224308.BSU00490 2.45e-63 193.0 COG2088@1|root,COG2088@2|Bacteria,1V9ZG@1239|Firmicutes,4HIPT@91061|Bacilli,1ZGXK@1386|Bacillus 2|Bacteria D Essential for sporulation. Interferes with or is a negative regulator of the pathway leading to asymmetric septation spoVG GO:0000003,GO:0008150,GO:0019954,GO:0030436,GO:0032502,GO:0043934 - ko:K06412 - - - - ko00000 - - - SpoVG +BSU_00500 224308.BSU00500 9e-310 846.0 COG1207@1|root,COG1207@2|Bacteria,1TP88@1239|Firmicutes,4H9V5@91061|Bacilli,1ZAVH@1386|Bacillus 2|Bacteria M Catalyzes the last two sequential reactions in the de novo biosynthetic pathway for UDP-N-acetylglucosamine (UDP- GlcNAc). The C-terminal domain catalyzes the transfer of acetyl group from acetyl coenzyme A to glucosamine-1-phosphate (GlcN-1-P) to produce N-acetylglucosamine-1-phosphate (GlcNAc-1-P), which is converted into UDP-GlcNAc by the transfer of uridine 5- monophosphate (from uridine 5-triphosphate), a reaction catalyzed by the N-terminal domain glmU GO:0000270,GO:0000271,GO:0000287,GO:0003674,GO:0003824,GO:0003977,GO:0005488,GO:0005975,GO:0005976,GO:0006022,GO:0006023,GO:0006024,GO:0006629,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0008610,GO:0008653,GO:0009058,GO:0009059,GO:0009103,GO:0009252,GO:0009273,GO:0009987,GO:0016051,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0016772,GO:0016779,GO:0019134,GO:0022610,GO:0030203,GO:0030260,GO:0033692,GO:0034637,GO:0034645,GO:0035635,GO:0040007,GO:0042546,GO:0043167,GO:0043169,GO:0043170,GO:0044036,GO:0044038,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044260,GO:0044262,GO:0044264,GO:0044403,GO:0044406,GO:0044409,GO:0044419,GO:0044650,GO:0046872,GO:0051701,GO:0051704,GO:0051806,GO:0051828,GO:0070569,GO:0070589,GO:0071554,GO:0071704,GO:0071840,GO:1901135,GO:1901137,GO:1901564,GO:1901566,GO:1901576,GO:1903509 2.3.1.157,2.7.7.23 ko:K04042,ko:K11528 ko00520,ko01100,ko01130,map00520,map01100,map01130 M00362 R00416,R05332 RC00002,RC00004,RC00166 ko00000,ko00001,ko00002,ko01000 - - - Hexapep,NTP_transf_3,NTP_transferase +BSU_00510 224308.BSU00510 1.22e-223 617.0 COG0462@1|root,COG0462@2|Bacteria,1TQ6Q@1239|Firmicutes,4HB61@91061|Bacilli,1ZD4C@1386|Bacillus 2|Bacteria F Involved in the biosynthesis of the central metabolite phospho-alpha-D-ribosyl-1-pyrophosphate (PRPP) via the transfer of pyrophosphoryl group from ATP to 1-hydroxyl of ribose-5-phosphate (Rib-5-P) prs GO:0003674,GO:0003824,GO:0004749,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009150,GO:0009152,GO:0009165,GO:0009259,GO:0009260,GO:0009987,GO:0016740,GO:0016772,GO:0016778,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.7.6.1 ko:K00948 ko00030,ko00230,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00030,map00230,map01100,map01110,map01120,map01130,map01200,map01230 M00005 R01049 RC00002,RC00078 ko00000,ko00001,ko00002,ko01000 - - iAF987.Gmet_2848 Pribosyl_synth,Pribosyltran_N +BSU_00520 224308.BSU00520 1.45e-136 387.0 COG1825@1|root,COG1825@2|Bacteria,1VA38@1239|Firmicutes,4HIMM@91061|Bacilli,1ZDPJ@1386|Bacillus 2|Bacteria J This is one of the proteins that binds to the 5S RNA in the ribosome where it forms part of the central protuberance ctc GO:0003674,GO:0003676,GO:0003723,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008097,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0019538,GO:0019843,GO:0022625,GO:0022626,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02897 ko03010,map03010 M00178 - - ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L25p,Ribosomal_TL5_C +BSU_00530 224308.BSU00530 2.03e-135 383.0 COG0193@1|root,COG0193@2|Bacteria,1V3NB@1239|Firmicutes,4HH2Z@91061|Bacilli,1ZC7I@1386|Bacillus 2|Bacteria J The natural substrate for this enzyme may be peptidyl- tRNAs which drop off the ribosome during protein synthesis pth GO:0003674,GO:0003824,GO:0004045,GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0016020,GO:0016787,GO:0016788,GO:0040007,GO:0044464,GO:0052689,GO:0071944,GO:0140098,GO:0140101 3.1.1.29 ko:K01056 - - - - ko00000,ko01000,ko03012 - - - Pept_tRNA_hydro +BSU_00540 224308.BSU00540 6.36e-54 168.0 2EJ4H@1|root,33CVR@2|Bacteria,1VMIU@1239|Firmicutes,4HP24@91061|Bacilli,1ZJ5B@1386|Bacillus 2|Bacteria S Peptide ABC transporter permease yabK - - - - - - - - - - - DUF2757 +BSU_00550 224308.BSU00550 0.0 2255.0 COG1197@1|root,COG1197@2|Bacteria,1TPF1@1239|Firmicutes,4H9NB@91061|Bacilli,1ZBAK@1386|Bacillus 2|Bacteria L Couples transcription and DNA repair by recognizing RNA polymerase (RNAP) stalled at DNA lesions. Mediates ATP-dependent release of RNAP and its truncated transcript from the DNA, and recruitment of nucleotide excision repair machinery to the damaged site mfd - - ko:K03723 ko03420,map03420 - - - ko00000,ko00001,ko01000,ko03400 - - - CarD_CdnL_TRCF,DEAD,Helicase_C,TRCF +BSU_00560 224308.BSU00560 5.88e-121 345.0 COG2002@1|root,COG2002@2|Bacteria,1V02A@1239|Firmicutes,4HDIW@91061|Bacilli,1ZAXU@1386|Bacillus 2|Bacteria K stage V sporulation protein spoVT GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K04769 - - - - ko00000,ko03000 - - - MazE_antitoxin,SpoVT_C +BSU_00570 224308.BSU00570 0.0 991.0 COG2244@1|root,COG2244@2|Bacteria,1TNYX@1239|Firmicutes,4HACG@91061|Bacilli,1ZBBF@1386|Bacillus 2|Bacteria S COG2244 Membrane protein involved in the export of O-antigen and teichoic acid yabM GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03328,ko:K06409 - - - - ko00000,ko02000 2.A.66.2,2.A.66.2.14 - - Polysacc_synt,Polysacc_synt_C +BSU_00580 224308.BSU00580 0.0 890.0 COG1694@1|root,COG3956@2|Bacteria,1TPK1@1239|Firmicutes,4HA0A@91061|Bacilli,1ZAYB@1386|Bacillus 2|Bacteria S COG3956 Protein containing tetrapyrrole methyltransferase domain and MazG-like mazG GO:0003674,GO:0003824,GO:0006139,GO:0006163,GO:0006195,GO:0006203,GO:0006213,GO:0006220,GO:0006244,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009116,GO:0009117,GO:0009119,GO:0009141,GO:0009143,GO:0009144,GO:0009146,GO:0009147,GO:0009149,GO:0009151,GO:0009155,GO:0009164,GO:0009166,GO:0009199,GO:0009200,GO:0009203,GO:0009204,GO:0009208,GO:0009210,GO:0009211,GO:0009213,GO:0009215,GO:0009217,GO:0009218,GO:0009219,GO:0009222,GO:0009223,GO:0009259,GO:0009261,GO:0009262,GO:0009264,GO:0009394,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0019692,GO:0019693,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0034656,GO:0042454,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044282,GO:0044283,GO:0046046,GO:0046047,GO:0046051,GO:0046052,GO:0046060,GO:0046061,GO:0046070,GO:0046075,GO:0046076,GO:0046080,GO:0046081,GO:0046131,GO:0046133,GO:0046135,GO:0046386,GO:0046434,GO:0046483,GO:0046700,GO:0047429,GO:0055086,GO:0071704,GO:0072521,GO:0072523,GO:0072527,GO:0072529,GO:1901135,GO:1901136,GO:1901292,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901565,GO:1901575,GO:1901576,GO:1901657,GO:1901658 3.6.1.66,3.6.1.9 ko:K02428,ko:K02499,ko:K04765 ko00230,ko00240,ko00760,ko00770,ko01100,map00230,map00240,map00760,map00770,map01100 - R00086,R00087,R00103,R00287,R00426,R00515,R00662,R00720,R01855,R02100,R02720,R03004,R03036,R03531,R11323 RC00002 ko00000,ko00001,ko01000,ko03036 - - iJN678.sll1005 MazG,TP_methylase +BSU_00590 224308.BSU00590 4.22e-50 159.0 COG1188@1|root,COG1188@2|Bacteria,1VEI5@1239|Firmicutes,4HKJJ@91061|Bacilli,1ZHXN@1386|Bacillus 2|Bacteria J COG1188 Ribosome-associated heat shock protein implicated in the recycling of the 50S subunit (S4 paralog) yabO GO:0008150,GO:0040007 - - - - - - - - - - DUF3558,S4 +BSU_00600 224308.BSU00600 1.91e-66 201.0 2E3ZZ@1|root,32YWW@2|Bacteria,1VEIW@1239|Firmicutes,4HPDE@91061|Bacilli,1ZGYU@1386|Bacillus 2|Bacteria S Sporulation protein YabP yabP GO:0005575,GO:0005623,GO:0042601,GO:0042763,GO:0044464 - - - - - - - - - - YabP +BSU_00610 224308.BSU00610 2.21e-139 395.0 2BYDV@1|root,32RAH@2|Bacteria,1V91M@1239|Firmicutes,4HIIQ@91061|Bacilli,1ZH7H@1386|Bacillus 2|Bacteria S spore cortex biosynthesis protein yabQ GO:0005575,GO:0005623,GO:0042601,GO:0042763,GO:0044464 - - - - - - - - - - Spore_YabQ +BSU_00620 224308.BSU00620 8.44e-75 224.0 COG2919@1|root,COG2919@2|Bacteria,1VKC5@1239|Firmicutes,4HR53@91061|Bacilli,1ZIBZ@1386|Bacillus 2|Bacteria D Septum formation initiator divIC - - ko:K05589,ko:K13052 - - - - ko00000,ko03036 - - - DivIC +BSU_00630 1051501.AYTL01000009_gene201 2.49e-82 244.0 COG1098@1|root,COG1098@2|Bacteria,1V6FE@1239|Firmicutes,4HIKM@91061|Bacilli,1ZG7S@1386|Bacillus 2|Bacteria J RNA binding protein (contains ribosomal protein S1 domain) yabR - - ko:K07570,ko:K07571 - - - - ko00000 - - - S1 +BSU_00640 224308.BSU00640 0.0 1556.0 COG2208@1|root,COG2208@2|Bacteria,1TQ92@1239|Firmicutes,4HB0X@91061|Bacilli,1ZAYZ@1386|Bacillus 2|Bacteria KT stage II sporulation protein E spoIIE GO:0005575,GO:0005623,GO:0006950,GO:0008150,GO:0009266,GO:0009408,GO:0009628,GO:0042601,GO:0042763,GO:0044464,GO:0050896 3.1.3.16,3.1.3.3 ko:K05518,ko:K06382 - - - - ko00000,ko01000,ko03021 - - - SpoIIE +BSU_00650 224308.BSU00650 1.13e-167 469.0 COG2304@1|root,COG2304@2|Bacteria,1U1SJ@1239|Firmicutes,4HD70@91061|Bacilli,1ZC1N@1386|Bacillus 2|Bacteria S protein containing a von Willebrand factor type A (vWA) domain yabS - - ko:K07114 - - - - ko00000,ko02000 1.A.13.2.2,1.A.13.2.3 - - VIT,VWA,VWA_2 +BSU_00660 224308.BSU00660 1.25e-238 656.0 COG0515@1|root,COG0515@2|Bacteria,1TSNS@1239|Firmicutes,4HBDI@91061|Bacilli,1ZBVA@1386|Bacillus 2|Bacteria KLT serine threonine protein kinase yabT - 2.7.11.1 ko:K08884 - - - - ko00000,ko01000,ko01001 - - - Pkinase +BSU_00670 224308.BSU00670 0.0 944.0 COG0037@1|root,COG0037@2|Bacteria,1TPXP@1239|Firmicutes,4H9ZM@91061|Bacilli,1ZBFQ@1386|Bacillus 2|Bacteria D Ligates lysine onto the cytidine present at position 34 of the AUA codon-specific tRNA(Ile) that contains the anticodon CAU, in an ATP-dependent manner. Cytidine is converted to lysidine, thus changing the amino acid specificity of the tRNA from methionine to isoleucine tilS - 2.4.2.8,6.3.4.19 ko:K04075,ko:K15780 ko00230,ko01100,ko01110,map00230,map01100,map01110 - R01132,R01229,R02142,R09597 RC00063,RC00122,RC02633,RC02634 ko00000,ko00001,ko01000,ko03016 - - - ATP_bind_3,TilS,TilS_C +BSU_00680 224308.BSU00680 4.82e-121 346.0 COG0634@1|root,COG0634@2|Bacteria,1V1C9@1239|Firmicutes,4HFZ2@91061|Bacilli,1ZB7B@1386|Bacillus 2|Bacteria F Belongs to the purine pyrimidine phosphoribosyltransferase family hpt GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 2.4.2.8,6.3.4.19 ko:K00760,ko:K15780 ko00230,ko00983,ko01100,ko01110,map00230,map00983,map01100,map01110 - R00190,R01132,R01229,R02142,R08237,R08238,R08245 RC00063,RC00122 ko00000,ko00001,ko01000,ko03016 - - - Pribosyltran +BSU_00690 224308.BSU00690 0.0 1233.0 COG0465@1|root,COG0465@2|Bacteria,1TPTV@1239|Firmicutes,4HAJB@91061|Bacilli,1ZBEU@1386|Bacillus 2|Bacteria O Acts as a processive, ATP-dependent zinc metallopeptidase for both cytoplasmic and membrane proteins. Plays a role in the quality control of integral membrane proteins ftsH GO:0003674,GO:0003824,GO:0004176,GO:0005575,GO:0005623,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008237,GO:0009056,GO:0009057,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0019538,GO:0030163,GO:0030428,GO:0032502,GO:0042623,GO:0043170,GO:0043934,GO:0044238,GO:0044464,GO:0070011,GO:0071704,GO:0140096,GO:1901564,GO:1901565,GO:1901575 - ko:K03798 - M00742 - - ko00000,ko00002,ko01000,ko01002,ko03110 - - - AAA,FtsH_ext,Peptidase_M41 +BSU_00700 224308.BSU00700 2.82e-188 522.0 COG1521@1|root,COG1521@2|Bacteria,1TR0X@1239|Firmicutes,4H9QA@91061|Bacilli,1ZBQ0@1386|Bacillus 2|Bacteria F Catalyzes the phosphorylation of pantothenate (Pan), the first step in CoA biosynthesis coaX GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 2.7.1.33 ko:K03525 ko00770,ko01100,map00770,map01100 M00120 R02971,R03018,R04391 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 - - iAF987.Gmet_1986 Pan_kinase +BSU_00710 224308.BSU00710 9.54e-208 574.0 COG1281@1|root,COG1281@2|Bacteria,1TRCH@1239|Firmicutes,4HAFR@91061|Bacilli,1ZBFC@1386|Bacillus 2|Bacteria O Redox regulated molecular chaperone. Protects both thermally unfolding and oxidatively damaged proteins from irreversible aggregation. Plays an important role in the bacterial defense system toward oxidative stress hslO GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006457,GO:0006950,GO:0006979,GO:0008150,GO:0008270,GO:0009266,GO:0009408,GO:0009628,GO:0009987,GO:0031647,GO:0036506,GO:0042026,GO:0042802,GO:0043167,GO:0043169,GO:0044183,GO:0044424,GO:0044444,GO:0044464,GO:0046872,GO:0046914,GO:0050896,GO:0065007,GO:0065008 - ko:K04083 - - - - ko00000,ko03110 - - - HSP33 +BSU_00720 224308.BSU00720 1.46e-205 569.0 COG0760@1|root,COG0760@2|Bacteria,1UZZM@1239|Firmicutes,4HE14@91061|Bacilli,1ZBFZ@1386|Bacillus 2|Bacteria O peptidyl-prolyl isomerase yacD - 5.2.1.8 ko:K03770,ko:K07533 - - - - ko00000,ko01000,ko03110 - - - Rotamase,Rotamase_2,Rotamase_3,SurA_N_3 +BSU_00730 224308.BSU00730 3.77e-218 602.0 COG0031@1|root,COG0031@2|Bacteria,1TP30@1239|Firmicutes,4HAMU@91061|Bacilli,1ZBC7@1386|Bacillus 2|Bacteria E Belongs to the cysteine synthase cystathionine beta- synthase family cysK GO:0000096,GO:0000097,GO:0000098,GO:0003674,GO:0003824,GO:0004122,GO:0004124,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006534,GO:0006535,GO:0006555,GO:0006563,GO:0006790,GO:0006807,GO:0008134,GO:0008144,GO:0008150,GO:0008152,GO:0008284,GO:0008652,GO:0009056,GO:0009058,GO:0009063,GO:0009066,GO:0009068,GO:0009069,GO:0009070,GO:0009087,GO:0009987,GO:0016043,GO:0016053,GO:0016054,GO:0016740,GO:0016765,GO:0016829,GO:0016835,GO:0016836,GO:0016846,GO:0019344,GO:0019752,GO:0019842,GO:0022607,GO:0030170,GO:0032991,GO:0032993,GO:0036094,GO:0042127,GO:0042802,GO:0042803,GO:0043167,GO:0043168,GO:0043388,GO:0043436,GO:0043933,GO:0044085,GO:0044093,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044272,GO:0044273,GO:0044281,GO:0044282,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0046395,GO:0046983,GO:0048037,GO:0048518,GO:0048522,GO:0050662,GO:0050789,GO:0050794,GO:0051098,GO:0051099,GO:0051101,GO:0051259,GO:0051260,GO:0051262,GO:0051289,GO:0051291,GO:0065003,GO:0065007,GO:0065009,GO:0070279,GO:0071704,GO:0071840,GO:0080146,GO:0097159,GO:1901363,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576,GO:1901605,GO:1901606,GO:1901607,GO:1904796,GO:1904798,GO:2000677,GO:2000679 2.5.1.47 ko:K01738 ko00270,ko00920,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00270,map00920,map01100,map01110,map01120,map01130,map01200,map01230 M00021 R00897,R03601,R04859 RC00020,RC02814,RC02821 ko00000,ko00001,ko00002,ko01000 - - - PALP +BSU_00740 224308.BSU00740 0.0 935.0 COG0147@1|root,COG0147@2|Bacteria,1TQAP@1239|Firmicutes,4HB31@91061|Bacilli,1ZARE@1386|Bacillus 2|Bacteria EH Part of a heterotetrameric complex that catalyzes the two-step biosynthesis of anthranilate, an intermediate in the biosynthesis of L-tryptophan. In the first step, the glutamine- binding beta subunit (TrpG) of anthranilate synthase (AS) provides the glutamine amidotransferase activity which generates ammonia as a substrate that, along with chorismate, is used in the second step, catalyzed by the large alpha subunit of AS (TrpE) to produce anthranilate. In the absence of TrpG, TrpE can synthesize anthranilate directly from chorismate and high concentrations of ammonia pabB GO:0000162,GO:0000287,GO:0003674,GO:0003824,GO:0004049,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005950,GO:0006082,GO:0006520,GO:0006568,GO:0006575,GO:0006576,GO:0006586,GO:0006725,GO:0006732,GO:0006760,GO:0006807,GO:0008150,GO:0008152,GO:0008483,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009108,GO:0009308,GO:0009309,GO:0009396,GO:0009987,GO:0016053,GO:0016740,GO:0016769,GO:0016829,GO:0016830,GO:0016833,GO:0018130,GO:0019438,GO:0019752,GO:0032991,GO:0034641,GO:0042398,GO:0042401,GO:0042430,GO:0042435,GO:0042558,GO:0042559,GO:0043167,GO:0043169,GO:0043436,GO:0043603,GO:0043604,GO:0044106,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046219,GO:0046394,GO:0046483,GO:0046653,GO:0046654,GO:0046820,GO:0046872,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1902494 2.6.1.85 ko:K01665 ko00790,map00790 - R01716 RC00010,RC01418 ko00000,ko00001,ko01000 - - - Anth_synt_I_N,Chorismate_bind +BSU_00750 224308.BSU00750 1.73e-139 394.0 COG0512@1|root,COG0512@2|Bacteria,1TT9R@1239|Firmicutes,4H9XP@91061|Bacilli,1ZBB7@1386|Bacillus 2|Bacteria EH Anthranilate synthase pabA GO:0000162,GO:0003674,GO:0003824,GO:0004049,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005950,GO:0006082,GO:0006520,GO:0006568,GO:0006575,GO:0006576,GO:0006586,GO:0006725,GO:0006732,GO:0006760,GO:0006807,GO:0008150,GO:0008152,GO:0008483,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009108,GO:0009308,GO:0009309,GO:0009396,GO:0009987,GO:0016053,GO:0016740,GO:0016769,GO:0016829,GO:0016830,GO:0016833,GO:0018130,GO:0019438,GO:0019752,GO:0032991,GO:0034641,GO:0042398,GO:0042401,GO:0042430,GO:0042435,GO:0042558,GO:0042559,GO:0043436,GO:0043603,GO:0043604,GO:0044106,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046219,GO:0046394,GO:0046483,GO:0046653,GO:0046654,GO:0046820,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1902494 2.6.1.85,4.1.3.27 ko:K01658,ko:K01664 ko00400,ko00405,ko00790,ko01100,ko01110,ko01130,ko01230,ko02024,ko02025,map00400,map00405,map00790,map01100,map01110,map01130,map01230,map02024,map02025 M00023 R00985,R00986,R01716 RC00010,RC01418,RC02148,RC02414 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU00750 GATase +BSU_00760 224308.BSU00760 2.27e-216 596.0 COG0115@1|root,COG0115@2|Bacteria,1TSIP@1239|Firmicutes,4HC7K@91061|Bacilli,1ZCRC@1386|Bacillus 2|Bacteria EH 4-amino-4-deoxychorismate lyase pabC - 2.6.1.42,4.1.3.38 ko:K00826,ko:K02619 ko00270,ko00280,ko00290,ko00770,ko00790,ko01100,ko01110,ko01130,ko01210,ko01230,map00270,map00280,map00290,map00770,map00790,map01100,map01110,map01130,map01210,map01230 M00019,M00036,M00119,M00570 R01090,R01214,R02199,R05553,R10991 RC00006,RC00036,RC01843,RC02148 ko00000,ko00001,ko00002,ko01000,ko01007 - - - Aminotran_4 +BSU_00770 224308.BSU00770 3.32e-205 567.0 COG0294@1|root,COG0294@2|Bacteria,1TPKT@1239|Firmicutes,4H9SY@91061|Bacilli,1ZAPZ@1386|Bacillus 2|Bacteria H Catalyzes the condensation of para-aminobenzoate (pABA) with 6-hydroxymethyl-7,8-dihydropterin diphosphate (DHPt-PP) to form 7,8-dihydropteroate (H2Pte), the immediate precursor of folate derivatives folP GO:0003674,GO:0003824,GO:0004156,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006575,GO:0006725,GO:0006732,GO:0006760,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009396,GO:0009987,GO:0016053,GO:0016740,GO:0016765,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0042398,GO:0042558,GO:0042559,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0046653,GO:0046654,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.5.1.15,2.7.6.3 ko:K00796,ko:K13941 ko00790,ko01100,map00790,map01100 M00126,M00840,M00841 R03066,R03067,R03503 RC00002,RC00017,RC00121,RC00842 ko00000,ko00001,ko00002,ko01000 - - iHN637.CLJU_RS03115 Pterin_bind +BSU_00780 224308.BSU00780 2.78e-82 243.0 COG1539@1|root,COG1539@2|Bacteria,1VA0I@1239|Firmicutes,4HKKK@91061|Bacilli,1ZGZ7@1386|Bacillus 2|Bacteria H Catalyzes the conversion of 7,8-dihydroneopterin to 6- hydroxymethyl-7,8-dihydropterin folB - 1.13.11.81,2.5.1.15,2.7.6.3,4.1.2.25,5.1.99.8 ko:K00796,ko:K00950,ko:K01633,ko:K13940 ko00790,ko01100,map00790,map01100 M00126,M00840,M00841 R03066,R03067,R03503,R03504,R11037,R11073 RC00002,RC00017,RC00121,RC00721,RC00842,RC00943,RC01479,RC03333,RC03334 ko00000,ko00001,ko00002,ko01000 - - - FolB,HPPK +BSU_00790 224308.BSU00790 4.56e-115 330.0 COG0801@1|root,COG0801@2|Bacteria,1V6PR@1239|Firmicutes,4HIMG@91061|Bacilli,1ZGBC@1386|Bacillus 2|Bacteria H 2-amino-4-hydroxy-6-hydroxymethyldihydropteridine pyrophosphokinase folK - 1.13.11.81,2.5.1.15,2.7.6.3,3.5.4.16,4.1.2.25,5.1.99.8 ko:K00796,ko:K00950,ko:K01495,ko:K01633,ko:K13940 ko00790,ko01100,map00790,map01100 M00126,M00840,M00841,M00842,M00843 R00428,R03066,R03067,R03503,R03504,R04639,R05046,R05048,R11037,R11073 RC00002,RC00017,RC00121,RC00263,RC00294,RC00323,RC00721,RC00842,RC00943,RC00945,RC01188,RC01479,RC03333,RC03334 ko00000,ko00001,ko00002,ko01000 - - - FolB,HPPK +BSU_00800 224308.BSU00800 1.81e-41 136.0 COG1396@1|root,COG1396@2|Bacteria,1VIT6@1239|Firmicutes,4HP4J@91061|Bacilli,1ZJ4Q@1386|Bacillus 2|Bacteria K transcriptional yazB - - - - - - - - - - - HTH_3,HTH_31 +BSU_00810 224308.BSU00810 3.21e-243 667.0 COG0042@1|root,COG0042@2|Bacteria,1TQ2R@1239|Firmicutes,4HA9K@91061|Bacilli,1ZC6T@1386|Bacillus 2|Bacteria J Catalyzes the synthesis of 5,6-dihydrouridine (D), a modified base found in the D-loop of most tRNAs, via the reduction of the C5-C6 double bond in target uridines dus - - ko:K05540 - - - - ko00000,ko01000,ko03016 - - - Dus +BSU_00820 224308.BSU00820 0.0 991.0 COG1190@1|root,COG1190@2|Bacteria,1TP2P@1239|Firmicutes,4H9X4@91061|Bacilli,1ZAVI@1386|Bacillus 2|Bacteria J Belongs to the class-II aminoacyl-tRNA synthetase family lysS GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 6.1.1.6 ko:K04567 ko00970,map00970 M00359,M00360 R03658 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - - tRNA-synt_2,tRNA_anti-codon,tRNA_bind +BSU_00830 224308.BSU00830 2.5e-99 289.0 COG4463@1|root,COG4463@2|Bacteria,1VAXT@1239|Firmicutes,4HIFT@91061|Bacilli,1ZFR6@1386|Bacillus 2|Bacteria K Belongs to the CtsR family ctsR GO:0006950,GO:0008150,GO:0010035,GO:0010038,GO:0042221,GO:0046686,GO:0046688,GO:0050896,GO:0097501,GO:1990169,GO:1990170 - ko:K03708 - - - - ko00000,ko03000 - - - CtsR +BSU_00840 224308.BSU00840 2.02e-120 345.0 COG3880@1|root,COG3880@2|Bacteria,1V6YM@1239|Firmicutes,4HH4R@91061|Bacilli,1ZG9T@1386|Bacillus 2|Bacteria S protein with conserved CXXC pairs mcsA GO:0003674,GO:0005488,GO:0005507,GO:0006950,GO:0008150,GO:0008270,GO:0010035,GO:0010038,GO:0042221,GO:0043167,GO:0043169,GO:0046686,GO:0046688,GO:0046870,GO:0046872,GO:0046914,GO:0050896,GO:0050897,GO:0097501,GO:1990169,GO:1990170 2.7.14.1 ko:K19405,ko:K19411 - - R11090 RC00002,RC00203 ko00000,ko01000 - - - Cytochrom_CIII,Cytochrome_C7,GSu_C4xC__C2xCH,UVR +BSU_00850 224308.BSU00850 7.74e-257 704.0 COG3869@1|root,COG3869@2|Bacteria,1TPBA@1239|Firmicutes,4HC6U@91061|Bacilli,1ZBJU@1386|Bacillus 2|Bacteria E Catalyzes the specific phosphorylation of arginine residues in a large number of proteins. Is part of the bacterial stress response system. Protein arginine phosphorylation has a physiologically important role and is involved in the regulation of many critical cellular processes, such as protein homeostasis, motility, competence, and stringent and stress responses, by regulating gene expression and protein activity mcsB GO:0006950,GO:0008150,GO:0010035,GO:0010038,GO:0042221,GO:0046686,GO:0046688,GO:0050896,GO:0097501,GO:1990169,GO:1990170 2.7.14.1,2.7.3.2,2.7.3.3 ko:K00933,ko:K00934,ko:K19405 ko00330,ko01100,map00330,map01100 M00047 R00554,R01881,R11090 RC00002,RC00203 ko00000,ko00001,ko00002,ko01000,ko04147 - - - ATP-gua_Ptrans +BSU_00860 224308.BSU00860 0.0 1539.0 COG0542@1|root,COG0542@2|Bacteria,1TPMU@1239|Firmicutes,4HACY@91061|Bacilli,1ZB4C@1386|Bacillus 2|Bacteria O Belongs to the ClpA ClpB family clpC GO:0006950,GO:0008150,GO:0010035,GO:0010038,GO:0042221,GO:0046686,GO:0046688,GO:0050896,GO:0097501,GO:1990169,GO:1990170 - ko:K03696,ko:K03697 ko01100,map01100 - - - ko00000,ko03110 - - - AAA,AAA_2,ClpB_D2-small,Clp_N,UVR +BSU_00870 224308.BSU00870 0.0 891.0 COG1066@1|root,COG1066@2|Bacteria,1TQ7Y@1239|Firmicutes,4H9YC@91061|Bacilli,1ZB8H@1386|Bacillus 2|Bacteria O DNA-dependent ATPase involved in processing of recombination intermediates, plays a role in repairing DNA breaks. Stimulates the branch migration of RecA-mediated strand transfer reactions, allowing the 3' invading strand to extend heteroduplex DNA faster. Binds ssDNA in the presence of ADP but not other nucleotides, has ATPase activity that is stimulated by ssDNA and various branched DNA structures, but inhibited by SSB. Does not have RecA's homology-searching function radA - - ko:K04485 - - - - ko00000,ko03400 - - - AAA_25,ATPase,ChlI,Lon_C +BSU_00880 224308.BSU00880 3.8e-251 690.0 COG1623@1|root,COG1623@2|Bacteria,1TQD8@1239|Firmicutes,4HAQP@91061|Bacilli,1ZBIY@1386|Bacillus 2|Bacteria L Has also diadenylate cyclase activity, catalyzing the condensation of 2 ATP molecules into cyclic di-AMP (c-di-AMP). c- di-AMP acts as a signaling molecule that couples DNA integrity with progression of sporulation. The rise in c-di-AMP level generated by DisA while scanning the chromosome, operates as a positive signal that advances sporulation disA - 2.7.7.85 ko:K07067 - - - - ko00000,ko01000 - - - DisA-linker,DisA_N,HHH,HHH_2 +BSU_00890 224308.BSU00890 2.57e-252 693.0 COG4956@1|root,COG4956@2|Bacteria,1TP0P@1239|Firmicutes,4H9NQ@91061|Bacilli,1ZB5A@1386|Bacillus 2|Bacteria S COG4956 Integral membrane protein (PIN domain superfamily) yacL GO:0005575,GO:0005618,GO:0005623,GO:0030312,GO:0044464,GO:0071944 - - - - - - - - - - PIN,PIN_4,TRAM +BSU_00900 224308.BSU00900 1.82e-162 455.0 COG1211@1|root,COG1211@2|Bacteria,1V3M7@1239|Firmicutes,4HH2N@91061|Bacilli,1ZCWR@1386|Bacillus 2|Bacteria I Catalyzes the formation of 4-diphosphocytidyl-2-C- methyl-D-erythritol from CTP and 2-C-methyl-D-erythritol 4- phosphate (MEP) ispD GO:0003674,GO:0003824,GO:0016740,GO:0016772,GO:0016779,GO:0050518,GO:0070567 2.7.7.60,4.6.1.12 ko:K00991,ko:K12506 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00096 R05633,R05637 RC00002,RC01440 ko00000,ko00001,ko00002,ko01000 - - iHN637.CLJU_RS20335 IspD +BSU_00910 224308.BSU00910 6.35e-113 323.0 COG0245@1|root,COG0245@2|Bacteria,1V3P0@1239|Firmicutes,4HG1X@91061|Bacilli,1ZB1U@1386|Bacillus 2|Bacteria I Involved in the biosynthesis of isopentenyl diphosphate (IPP) and dimethylallyl diphosphate (DMAPP), two major building blocks of isoprenoid compounds. Catalyzes the conversion of 4- diphosphocytidyl-2-C-methyl-D-erythritol 2-phosphate (CDP-ME2P) to 2-C-methyl-D-erythritol 2,4-cyclodiphosphate (ME-CPP) with a corresponding release of cytidine 5-monophosphate (CMP) ispF GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0006732,GO:0006733,GO:0006743,GO:0006744,GO:0008150,GO:0008152,GO:0008270,GO:0008685,GO:0009058,GO:0009108,GO:0009987,GO:0016829,GO:0016849,GO:0030145,GO:0042180,GO:0042181,GO:0042802,GO:0043167,GO:0043169,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0046872,GO:0046914,GO:0051186,GO:0051188,GO:0071704,GO:1901576,GO:1901661,GO:1901663 2.1.1.228,2.7.7.60,4.6.1.12 ko:K00554,ko:K00991,ko:K01770,ko:K12506 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00096 R00597,R05633,R05637 RC00002,RC00003,RC00334,RC01440 ko00000,ko00001,ko00002,ko01000,ko03016 - - iPC815.YPO3360 IspD,YgbB +BSU_00920 224308.BSU00920 0.0 968.0 COG0008@1|root,COG0008@2|Bacteria,1TPJC@1239|Firmicutes,4HAKH@91061|Bacilli,1ZAWK@1386|Bacillus 2|Bacteria J Catalyzes the attachment of glutamate to tRNA(Glu) in a two-step reaction glutamate is first activated by ATP to form Glu-AMP and then transferred to the acceptor end of tRNA(Glu) gltX GO:0001871,GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0009986,GO:0030246,GO:0030247,GO:0044424,GO:0044464,GO:2001065 6.1.1.17,6.1.1.24 ko:K01885,ko:K09698 ko00860,ko00970,ko01100,ko01110,ko01120,map00860,map00970,map01100,map01110,map01120 M00121,M00359,M00360 R03651,R05578 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko02048,ko03016 - - iSB619.SA_RS02860 tRNA-synt_1c +BSU_00930 224308.BSU00930 7.76e-152 427.0 COG1045@1|root,COG1045@2|Bacteria,1TR42@1239|Firmicutes,4HAKS@91061|Bacilli,1ZCNM@1386|Bacillus 2|Bacteria E Serine acetyltransferase cysE GO:0000096,GO:0000097,GO:0000098,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006534,GO:0006555,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008374,GO:0008652,GO:0009001,GO:0009056,GO:0009058,GO:0009063,GO:0009066,GO:0009068,GO:0009069,GO:0009070,GO:0009087,GO:0009987,GO:0016053,GO:0016054,GO:0016407,GO:0016412,GO:0016413,GO:0016740,GO:0016746,GO:0016747,GO:0019344,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044272,GO:0044273,GO:0044281,GO:0044282,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046395,GO:0071704,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576,GO:1901605,GO:1901606,GO:1901607 2.3.1.30 ko:K00640 ko00270,ko00920,ko01100,ko01110,ko01120,ko01200,ko01230,ko05111,map00270,map00920,map01100,map01110,map01120,map01200,map01230,map05111 M00021 R00586 RC00004,RC00041 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS02865,iYO844.BSU00930 Hexapep,SATase_N +BSU_00940 224308.BSU00940 0.0 944.0 COG0215@1|root,COG0215@2|Bacteria,1TP9D@1239|Firmicutes,4HA6D@91061|Bacilli,1ZB69@1386|Bacillus 2|Bacteria J Belongs to the class-I aminoacyl-tRNA synthetase family cysS GO:0000166,GO:0001871,GO:0003674,GO:0003824,GO:0004812,GO:0004817,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006423,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008270,GO:0009058,GO:0009059,GO:0009986,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0017076,GO:0019538,GO:0019752,GO:0030246,GO:0030247,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034641,GO:0034645,GO:0034660,GO:0035639,GO:0036094,GO:0043038,GO:0043039,GO:0043043,GO:0043167,GO:0043168,GO:0043169,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0046872,GO:0046914,GO:0071704,GO:0090304,GO:0097159,GO:0097367,GO:0140098,GO:0140101,GO:1901265,GO:1901360,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:2001065 6.1.1.16,6.3.1.13 ko:K01883,ko:K15526 ko00970,map00970 M00359,M00360 R03650 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - iECUMN_1333.ECUMN_0566,iJN746.PP_2905 DALR_2,tRNA-synt_1e,tRNA-synt_1g +BSU_00950 224308.BSU00950 3.52e-96 280.0 COG1939@1|root,COG1939@2|Bacteria,1VA5V@1239|Firmicutes,4HIM3@91061|Bacilli,1ZH0Z@1386|Bacillus 2|Bacteria J Involved in correct processing of both the 5' and 3' ends of 23S rRNA precursor. Processes 30S rRNA precursor transcript even in absence of ribonuclease 3 (Rnc) mrnC GO:0003674,GO:0003824,GO:0004518,GO:0004540,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016787,GO:0016788,GO:0022613,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0044085,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:0090305,GO:0090501,GO:0140098,GO:1901360 - ko:K11145 - - - - ko00000,ko01000,ko03009 - - - Ribonuclease_3 +BSU_00960 224308.BSU00960 4.29e-174 486.0 COG0566@1|root,COG0566@2|Bacteria,1TP9G@1239|Firmicutes,4HBBI@91061|Bacilli,1ZAXC@1386|Bacillus 2|Bacteria J Belongs to the class IV-like SAM-binding methyltransferase superfamily. RNA methyltransferase TrmH family rlmB GO:0000154,GO:0000451,GO:0000453,GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008171,GO:0008173,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016435,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0070039,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.185 ko:K03218,ko:K03437,ko:K12952 - - - - ko00000,ko01000,ko03009,ko03016 3.A.3.23 - - SpoU_methylase,SpoU_sub_bind +BSU_00970 224308.BSU00970 3.31e-114 328.0 COG3688@1|root,COG3688@2|Bacteria,1V9XR@1239|Firmicutes,4HFW4@91061|Bacilli,1ZCMG@1386|Bacillus 2|Bacteria S RNA-binding protein containing a PIN domain yacP - - ko:K06962 - - - - ko00000 - - - EFG_C,EFG_IV,GTP_EFTU,NYN_YacP +BSU_00980 224308.BSU00980 1.62e-149 421.0 COG1595@1|root,COG1595@2|Bacteria,1TP55@1239|Firmicutes,4HAHR@91061|Bacilli,1ZBEV@1386|Bacillus 2|Bacteria K Belongs to the sigma-70 factor family sigH - - ko:K03088,ko:K03091,ko:K12296 ko02020,ko02024,map02020,map02024 - - - ko00000,ko00001,ko03000,ko03021 - - - GerE,Sigma70_r2,Sigma70_r4_2 +BSU_00990 224308.BSU00990 1.04e-27 100.0 COG0267@1|root,COG0267@2|Bacteria,1VFTQ@1239|Firmicutes,4HR5Q@91061|Bacilli,1ZKEU@1386|Bacillus 2|Bacteria J Belongs to the bacterial ribosomal protein bL33 family rpmG - - ko:K02913 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L33 +BSU_01000 224308.BSU01000 2.65e-32 112.0 COG0690@1|root,COG0690@2|Bacteria,1VK48@1239|Firmicutes,4HR1W@91061|Bacilli,1ZIY2@1386|Bacillus 2|Bacteria U Essential subunit of the Sec protein translocation channel SecYEG. Clamps together the 2 halves of SecY. May contact the channel plug during translocation secE GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0005887,GO:0008150,GO:0016020,GO:0016021,GO:0030312,GO:0031224,GO:0031226,GO:0040007,GO:0044425,GO:0044459,GO:0044464,GO:0071944 - ko:K03073 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 - - ko00000,ko00001,ko00002,ko02044 3.A.5.1,3.A.5.2 - - SecE +BSU_01010 224308.BSU01010 1.19e-124 355.0 COG0250@1|root,COG0250@2|Bacteria,1TR3P@1239|Firmicutes,4HAJA@91061|Bacilli,1ZBRH@1386|Bacillus 2|Bacteria K Participates in transcription elongation, termination and antitermination nusG GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:1903506,GO:2000112,GO:2001141 - ko:K02601 - - - - ko00000,ko03009,ko03021 - - - KOW,NusG +BSU_01020 1051501.AYTL01000005_gene322 1.39e-92 271.0 COG0080@1|root,COG0080@2|Bacteria,1V1BS@1239|Firmicutes,4HFQ0@91061|Bacilli,1ZFIG@1386|Bacillus 2|Bacteria J Forms part of the ribosomal stalk which helps the ribosome interact with GTP-bound translation factors rplK GO:0000027,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006415,GO:0006518,GO:0006807,GO:0006950,GO:0006996,GO:0007154,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009267,GO:0009605,GO:0009987,GO:0009991,GO:0010467,GO:0015934,GO:0015968,GO:0016043,GO:0019538,GO:0019843,GO:0022411,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0030312,GO:0031667,GO:0031668,GO:0031669,GO:0032984,GO:0032991,GO:0033554,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042273,GO:0042594,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043624,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0050896,GO:0051716,GO:0065003,GO:0070925,GO:0071496,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02867 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L11,Ribosomal_L11_N +BSU_01030 224308.BSU01030 1.82e-162 455.0 COG0081@1|root,COG0081@2|Bacteria,1TPTS@1239|Firmicutes,4HAK4@91061|Bacilli,1ZB14@1386|Bacillus 2|Bacteria J Binds directly to 23S rRNA. The L1 stalk is quite mobile in the ribosome, and is involved in E site tRNA release rplA GO:0000027,GO:0000470,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006139,GO:0006364,GO:0006396,GO:0006412,GO:0006417,GO:0006446,GO:0006518,GO:0006725,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010608,GO:0010629,GO:0015934,GO:0016020,GO:0016043,GO:0016070,GO:0016072,GO:0017148,GO:0019222,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0030312,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032268,GO:0032269,GO:0032991,GO:0034248,GO:0034249,GO:0034470,GO:0034622,GO:0034641,GO:0034645,GO:0034660,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0045947,GO:0046483,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051246,GO:0051248,GO:0060255,GO:0065003,GO:0065007,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0080090,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904,GO:2000112,GO:2000113 - ko:K02863 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L1 +BSU_01040 224308.BSU01040 4.03e-104 302.0 COG0244@1|root,COG0244@2|Bacteria,1V3JJ@1239|Firmicutes,4HH0N@91061|Bacilli,1ZBGK@1386|Bacillus 2|Bacteria J Forms part of the ribosomal stalk, playing a central role in the interaction of the ribosome with GTP-bound translation factors rplJ GO:0003674,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006417,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010608,GO:0010629,GO:0015934,GO:0016020,GO:0017148,GO:0019222,GO:0019538,GO:0022625,GO:0022626,GO:0030312,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032268,GO:0032269,GO:0032991,GO:0034248,GO:0034249,GO:0034641,GO:0034645,GO:0040007,GO:0043021,GO:0043022,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0044877,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051246,GO:0051248,GO:0060255,GO:0065007,GO:0071704,GO:0071944,GO:0080090,GO:1901564,GO:1901566,GO:1901576,GO:1990904,GO:2000112,GO:2000113 - ko:K02864,ko:K02935 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L10 +BSU_01050 1051501.AYTL01000005_gene325 2.84e-64 198.0 COG0222@1|root,COG0222@2|Bacteria,1V6EI@1239|Firmicutes,4HIGQ@91061|Bacilli,1ZG84@1386|Bacillus 2|Bacteria J Forms part of the ribosomal stalk which helps the ribosome interact with GTP-bound translation factors. Is thus essential for accurate translation rplL - - ko:K02935 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L12,Ribosomal_L12_N +BSU_01060 224308.BSU01060 5.1e-140 395.0 COG2813@1|root,COG2813@2|Bacteria,1V1BG@1239|Firmicutes,4HHCA@91061|Bacilli,1ZBPR@1386|Bacillus 2|Bacteria J Methyltransferase rsmC GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0008152,GO:0008168,GO:0008757,GO:0016740,GO:0016741,GO:0032259,GO:0044424,GO:0044464 2.1.1.172 ko:K00564 - - R07234 RC00003 ko00000,ko01000,ko03009 - - - MTS +BSU_01070 224308.BSU01070 0.0 2354.0 COG0085@1|root,COG0085@2|Bacteria,1TP96@1239|Firmicutes,4H9PK@91061|Bacilli,1ZBPC@1386|Bacillus 2|Bacteria K DNA-dependent RNA polymerase catalyzes the transcription of DNA into RNA using the four ribonucleoside triphosphates as substrates rpoB GO:0000428,GO:0005575,GO:0005622,GO:0005623,GO:0030880,GO:0032991,GO:0044424,GO:0044464,GO:0061695,GO:1902494,GO:1990234 2.7.7.6 ko:K03043 ko00230,ko00240,ko01100,ko03020,map00230,map00240,map01100,map03020 M00183 R00435,R00441,R00442,R00443 RC02795 br01611,ko00000,ko00001,ko00002,ko01000,ko03021,ko03400 - - - RNA_pol_Rpb2_1,RNA_pol_Rpb2_2,RNA_pol_Rpb2_3,RNA_pol_Rpb2_45,RNA_pol_Rpb2_6,RNA_pol_Rpb2_7 +BSU_01080 224308.BSU01080 0.0 2361.0 COG0086@1|root,COG0086@2|Bacteria,1TNYT@1239|Firmicutes,4HA24@91061|Bacilli,1ZDK0@1386|Bacillus 2|Bacteria K DNA-dependent RNA polymerase catalyzes the transcription of DNA into RNA using the four ribonucleoside triphosphates as substrates rpoC GO:0000428,GO:0005575,GO:0005622,GO:0005623,GO:0030880,GO:0032991,GO:0044424,GO:0044464,GO:0061695,GO:1902494,GO:1990234 2.7.7.6 ko:K03046 ko00230,ko00240,ko01100,ko03020,map00230,map00240,map01100,map03020 M00183 R00435,R00441,R00442,R00443 RC02795 br01611,ko00000,ko00001,ko00002,ko01000,ko03021,ko03400 - - - RNA_pol_Rpb1_1,RNA_pol_Rpb1_2,RNA_pol_Rpb1_3,RNA_pol_Rpb1_4,RNA_pol_Rpb1_5 +BSU_01090 224308.BSU01090 1.99e-44 144.0 COG1358@1|root,COG1358@2|Bacteria,1VFD8@1239|Firmicutes,4HNXS@91061|Bacilli,1ZIU6@1386|Bacillus 2|Bacteria J Belongs to the eukaryotic ribosomal protein eL8 family rplGB GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 - ko:K07590 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L7Ae +BSU_01100 224308.BSU01100 6.67e-94 274.0 COG0048@1|root,COG0048@2|Bacteria,1V1FJ@1239|Firmicutes,4HFMZ@91061|Bacilli,1ZFM9@1386|Bacillus 2|Bacteria J Interacts with and stabilizes bases of the 16S rRNA that are involved in tRNA selection in the A site and with the mRNA backbone. Located at the interface of the 30S and 50S subunits, it traverses the body of the 30S subunit contacting proteins on the other side and probably holding the rRNA structure together. The combined cluster of proteins S8, S12 and S17 appears to hold together the shoulder and platform of the 30S subunit rpsL GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0019538,GO:0032991,GO:0034641,GO:0034645,GO:0040007,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02950 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosom_S12_S23 +BSU_01110 1051501.AYTL01000005_gene331 4.85e-107 308.0 COG0049@1|root,COG0049@2|Bacteria,1V1GG@1239|Firmicutes,4H9PA@91061|Bacilli,1ZBVR@1386|Bacillus 2|Bacteria J One of the primary rRNA binding proteins, it binds directly to 16S rRNA where it nucleates assembly of the head domain of the 30S subunit. Is located at the subunit interface close to the decoding center, probably blocks exit of the E-site tRNA rpsG GO:0000028,GO:0003674,GO:0003676,GO:0003723,GO:0003729,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006417,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010608,GO:0010629,GO:0015935,GO:0016020,GO:0016043,GO:0017148,GO:0019222,GO:0019538,GO:0019843,GO:0022607,GO:0022613,GO:0022618,GO:0022626,GO:0022627,GO:0030312,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032268,GO:0032269,GO:0032991,GO:0034248,GO:0034249,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042274,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051246,GO:0051248,GO:0060255,GO:0065003,GO:0065007,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0080090,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904,GO:2000112,GO:2000113 - ko:K02992 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S7 +BSU_01120 224308.BSU01120 0.0 1360.0 COG0480@1|root,COG0480@2|Bacteria,1TPF9@1239|Firmicutes,4HAB8@91061|Bacilli,1ZBS4@1386|Bacillus 2|Bacteria J Catalyzes the GTP-dependent ribosomal translocation step during translation elongation. During this step, the ribosome changes from the pre-translocational (PRE) to the post- translocational (POST) state as the newly formed A-site-bound peptidyl-tRNA and P-site-bound deacylated tRNA move to the P and E sites, respectively. Catalyzes the coordinated movement of the two tRNA molecules, the mRNA and conformational changes in the ribosome fusA GO:0003674,GO:0003676,GO:0003723,GO:0003746,GO:0005488,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006412,GO:0006414,GO:0006518,GO:0006807,GO:0008135,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016020,GO:0019538,GO:0030312,GO:0034641,GO:0034645,GO:0040007,GO:0043043,GO:0043170,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:0071944,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576 - ko:K02355 - - - - ko00000,ko03012,ko03029 - - - EFG_C,EFG_II,EFG_IV,GTP_EFTU,GTP_EFTU_D2 +BSU_01130 224308.BSU01130 2.01e-287 785.0 COG0050@1|root,COG0050@2|Bacteria,1TPKC@1239|Firmicutes,4HAEH@91061|Bacilli,1ZCZK@1386|Bacillus 2|Bacteria J This protein promotes the GTP-dependent binding of aminoacyl-tRNA to the A-site of ribosomes during protein biosynthesis tuf GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 - ko:K02358 - - - - ko00000,ko03012,ko03029,ko04147 - - iSB619.SA_RS02960 GTP_EFTU,GTP_EFTU_D2,GTP_EFTU_D3 +BSU_01140 224308.BSU01140 8.78e-238 652.0 COG0596@1|root,COG0596@2|Bacteria,1UHTA@1239|Firmicutes,4IS90@91061|Bacilli,1ZS38@1386|Bacillus 2|Bacteria S Alpha/beta hydrolase family ybaC - 3.4.11.5 ko:K01259 ko00330,map00330 - R00135 - ko00000,ko00001,ko01000,ko01002 - - - Abhydrolase_1,Hydrolase_4 +BSU_01150 1051501.AYTL01000005_gene335 2.58e-65 199.0 COG0051@1|root,COG0051@2|Bacteria,1V6C9@1239|Firmicutes,4HIKH@91061|Bacilli,1ZGA6@1386|Bacillus 2|Bacteria J Involved in the binding of tRNA to the ribosomes rpsJ GO:0001072,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006355,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009889,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0015935,GO:0019219,GO:0019222,GO:0019538,GO:0022626,GO:0022627,GO:0031323,GO:0031326,GO:0031554,GO:0031564,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043244,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0050789,GO:0050794,GO:0051128,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0071704,GO:0080090,GO:0140110,GO:1901564,GO:1901566,GO:1901576,GO:1903506,GO:1990904,GO:2000112,GO:2001141 - ko:K02946 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S10 +BSU_01160 224308.BSU01160 7.2e-144 406.0 COG0087@1|root,COG0087@2|Bacteria,1TPFT@1239|Firmicutes,4HAEN@91061|Bacilli,1ZCM8@1386|Bacillus 2|Bacteria J One of the primary rRNA binding proteins, it binds directly near the 3'-end of the 23S rRNA, where it nucleates assembly of the 50S subunit rplC GO:0000027,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009893,GO:0009987,GO:0010467,GO:0010468,GO:0010604,GO:0010628,GO:0015934,GO:0016020,GO:0016043,GO:0019219,GO:0019222,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0031323,GO:0031325,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044087,GO:0044089,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0045935,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0051171,GO:0051173,GO:0051252,GO:0051254,GO:0060255,GO:0065003,GO:0065007,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0080090,GO:0090069,GO:0090070,GO:1901564,GO:1901566,GO:1901576,GO:1990904,GO:2000232,GO:2000234 - ko:K02906 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L3 +BSU_01170 224308.BSU01170 7.43e-136 385.0 COG0088@1|root,COG0088@2|Bacteria,1TPGW@1239|Firmicutes,4HB01@91061|Bacilli,1ZBG9@1386|Bacillus 2|Bacteria J Forms part of the polypeptide exit tunnel rplD GO:0001130,GO:0001217,GO:0003674,GO:0003676,GO:0003700,GO:0003723,GO:0003735,GO:0004857,GO:0005198,GO:0005488,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005844,GO:0005886,GO:0006355,GO:0006412,GO:0006417,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0008428,GO:0009058,GO:0009059,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010608,GO:0010629,GO:0015934,GO:0016020,GO:0016043,GO:0017148,GO:0019219,GO:0019222,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0030234,GO:0030312,GO:0030371,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032069,GO:0032074,GO:0032268,GO:0032269,GO:0032991,GO:0032993,GO:0034248,GO:0034249,GO:0034622,GO:0034641,GO:0034645,GO:0042254,GO:0042255,GO:0042788,GO:0043043,GO:0043086,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044092,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0045182,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050790,GO:0050794,GO:0051171,GO:0051172,GO:0051246,GO:0051248,GO:0051252,GO:0051253,GO:0051336,GO:0051346,GO:0060255,GO:0060698,GO:0060699,GO:0060700,GO:0060701,GO:0060702,GO:0065003,GO:0065007,GO:0065009,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0080090,GO:0097159,GO:0098772,GO:0140110,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1902679,GO:1903506,GO:1903507,GO:1990904,GO:2000112,GO:2000113,GO:2001141 - ko:K02926,ko:K16193 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L4 +BSU_01180 224308.BSU01180 3.27e-58 180.0 COG0089@1|root,COG0089@2|Bacteria,1VA4W@1239|Firmicutes,4HKCV@91061|Bacilli,1ZH09@1386|Bacillus 2|Bacteria J One of the early assembly proteins it binds 23S rRNA. One of the proteins that surrounds the polypeptide exit tunnel on the outside of the ribosome. Forms the main docking site for trigger factor binding to the ribosome rplW GO:0000027,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016020,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02892 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L23 +BSU_01190 224308.BSU01190 2.72e-200 554.0 COG0090@1|root,COG0090@2|Bacteria,1TP9X@1239|Firmicutes,4HAE8@91061|Bacilli,1ZCQP@1386|Bacillus 2|Bacteria J One of the primary rRNA binding proteins. Required for association of the 30S and 50S subunits to form the 70S ribosome, for tRNA binding and peptide bond formation. It has been suggested to have peptidyltransferase activity rplB GO:0000027,GO:0002181,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0008270,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016020,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043167,GO:0043169,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0046872,GO:0046914,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02886 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L2,Ribosomal_L2_C +BSU_01200 1051501.AYTL01000005_gene340 2.83e-62 190.0 COG0185@1|root,COG0185@2|Bacteria,1V6CX@1239|Firmicutes,4HIG0@91061|Bacilli,1ZGXY@1386|Bacillus 2|Bacteria J Protein S19 forms a complex with S13 that binds strongly to the 16S ribosomal RNA rpsS GO:0000028,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016020,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022626,GO:0022627,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042274,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02965 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S19 +BSU_01210 224308.BSU01210 9.23e-71 213.0 COG0091@1|root,COG0091@2|Bacteria,1V6PU@1239|Firmicutes,4HIK2@91061|Bacilli,1ZG6U@1386|Bacillus 2|Bacteria J The globular domain of the protein is located near the polypeptide exit tunnel on the outside of the subunit, while an extended beta-hairpin is found that lines the wall of the exit tunnel in the center of the 70S ribosome rplV GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005844,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0030312,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042788,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02890 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L22 +BSU_01220 224308.BSU01220 2.4e-151 426.0 COG0092@1|root,COG0092@2|Bacteria,1TPCP@1239|Firmicutes,4HAUR@91061|Bacilli,1ZBA9@1386|Bacillus 2|Bacteria J Binds the lower part of the 30S subunit head. Binds mRNA in the 70S ribosome, positioning it for translation rpsC GO:0000028,GO:0002181,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016020,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022626,GO:0022627,GO:0030312,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042274,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02982 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - KH_2,Ribosomal_S3_C +BSU_01230 1051501.AYTL01000005_gene343 1.96e-98 286.0 COG0197@1|root,COG0197@2|Bacteria,1V1AY@1239|Firmicutes,4HFPN@91061|Bacilli,1ZFMZ@1386|Bacillus 2|Bacteria J Binds 23S rRNA and is also seen to make contacts with the A and possibly P site tRNAs rplP GO:0000027,GO:0000049,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016020,GO:0016043,GO:0019538,GO:0019843,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02878 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L16 +BSU_01240 1051501.AYTL01000005_gene344 1.88e-35 120.0 COG0255@1|root,COG0255@2|Bacteria,1VEME@1239|Firmicutes,4HNUP@91061|Bacilli,1ZI7W@1386|Bacillus 2|Bacteria J Belongs to the universal ribosomal protein uL29 family rpmC GO:0000027,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02904 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L29 +BSU_01250 224308.BSU01250 1.64e-52 165.0 COG0186@1|root,COG0186@2|Bacteria,1V9YC@1239|Firmicutes,4HKDN@91061|Bacilli,1ZH2Q@1386|Bacillus 2|Bacteria J One of the primary rRNA binding proteins, it binds specifically to the 5'-end of 16S ribosomal RNA rpsQ GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016020,GO:0019538,GO:0022626,GO:0022627,GO:0032991,GO:0034641,GO:0034645,GO:0040007,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:0071944,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02961 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S17 +BSU_01260 1051501.AYTL01000005_gene346 3.62e-79 235.0 COG0093@1|root,COG0093@2|Bacteria,1V3N0@1239|Firmicutes,4HGYR@91061|Bacilli,1ZG7H@1386|Bacillus 2|Bacteria J Binds to 23S rRNA. Forms part of two intersubunit bridges in the 70S ribosome rplN GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016020,GO:0019538,GO:0019843,GO:0022625,GO:0022626,GO:0032991,GO:0034641,GO:0034645,GO:0040007,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0070180,GO:0071704,GO:0071944,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02874 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L14 +BSU_01270 1051501.AYTL01000005_gene347 1.43e-67 204.0 COG0198@1|root,COG0198@2|Bacteria,1V9ZQ@1239|Firmicutes,4HKH9@91061|Bacilli,1ZGZQ@1386|Bacillus 2|Bacteria J One of the proteins that surrounds the polypeptide exit tunnel on the outside of the subunit rplX GO:0000027,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0030312,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02895 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - KOW,ribosomal_L24 +BSU_01280 224308.BSU01280 7.72e-122 348.0 COG0094@1|root,COG0094@2|Bacteria,1TPE0@1239|Firmicutes,4HBAX@91061|Bacilli,1ZB6T@1386|Bacillus 2|Bacteria J This is 1 of the proteins that binds and probably mediates the attachment of the 5S RNA into the large ribosomal subunit, where it forms part of the central protuberance. In the 70S ribosome it contacts protein S13 of the 30S subunit (bridge B1b), connecting the 2 subunits rplE GO:0000027,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008097,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016020,GO:0016043,GO:0019538,GO:0019843,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02931 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L5,Ribosomal_L5_C +BSU_01290 224308.BSU01290 5.82e-39 129.0 COG0199@1|root,COG0199@2|Bacteria,1VEF6@1239|Firmicutes,4HNKX@91061|Bacilli,1ZHVE@1386|Bacillus 2|Bacteria J Binds 16S rRNA, required for the assembly of 30S particles and may also be responsible for determining the conformation of the 16S rRNA at the A site rpsN GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0019538,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044446,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02954 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S14 +BSU_01300 224308.BSU01300 3.11e-87 256.0 COG0096@1|root,COG0096@2|Bacteria,1V3KK@1239|Firmicutes,4HH32@91061|Bacilli,1ZFMC@1386|Bacillus 2|Bacteria J One of the primary rRNA binding proteins, it binds directly to 16S rRNA central domain where it helps coordinate assembly of the platform of the 30S subunit rpsH GO:0000028,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009894,GO:0009987,GO:0010467,GO:0010468,GO:0010608,GO:0015935,GO:0016043,GO:0019219,GO:0019222,GO:0019538,GO:0019843,GO:0022607,GO:0022613,GO:0022618,GO:0022626,GO:0022627,GO:0031323,GO:0031329,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0042254,GO:0042255,GO:0042274,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043487,GO:0043488,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0061013,GO:0065003,GO:0065007,GO:0065008,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0080090,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1903311,GO:1990904 - ko:K02994 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S8 +BSU_01310 224308.BSU01310 4.47e-121 346.0 COG0097@1|root,COG0097@2|Bacteria,1V1FC@1239|Firmicutes,4HFQD@91061|Bacilli,1ZCR5@1386|Bacillus 2|Bacteria J This protein binds to the 23S rRNA, and is important in its secondary structure. It is located near the subunit interface in the base of the L7 L12 stalk, and near the tRNA binding site of the peptidyltransferase center rplF GO:0000027,GO:0002181,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016020,GO:0016043,GO:0019538,GO:0019843,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0030312,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070180,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02933 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L6 +BSU_01320 224308.BSU01320 2.89e-75 225.0 COG0256@1|root,COG0256@2|Bacteria,1V6DM@1239|Firmicutes,4HIGF@91061|Bacilli,1ZG7C@1386|Bacillus 2|Bacteria J This is one of the proteins that binds and probably mediates the attachment of the 5S RNA into the large ribosomal subunit, where it forms part of the central protuberance rplR GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008097,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0019538,GO:0019843,GO:0022625,GO:0022626,GO:0032991,GO:0034641,GO:0034645,GO:0040007,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02881 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L18p +BSU_01330 224308.BSU01330 4.56e-110 317.0 COG0098@1|root,COG0098@2|Bacteria,1V1B1@1239|Firmicutes,4HFN4@91061|Bacilli,1ZBWE@1386|Bacillus 2|Bacteria J Located at the back of the 30S subunit body where it stabilizes the conformation of the head with respect to the body rpsE GO:0000028,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016020,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022626,GO:0022627,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042274,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:1901564,GO:1901566,GO:1901576,GO:1990145,GO:1990904 - ko:K02988 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S5,Ribosomal_S5_C +BSU_01340 1051501.AYTL01000005_gene354 1.59e-33 115.0 COG1841@1|root,COG1841@2|Bacteria,1VEG4@1239|Firmicutes,4HNHF@91061|Bacilli,1ZITD@1386|Bacillus 2|Bacteria J Ribosomal protein L30 rpmD GO:0000027,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02907 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L30 +BSU_01350 1051501.AYTL01000005_gene355 7.32e-95 277.0 COG0200@1|root,COG0200@2|Bacteria,1V3KE@1239|Firmicutes,4HFPW@91061|Bacilli,1ZFMY@1386|Bacillus 2|Bacteria J binds to the 23S rRNA rplO GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016020,GO:0019538,GO:0022625,GO:0022626,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:0071944,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02876 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L27A +BSU_01360 224308.BSU01360 1.63e-297 813.0 COG0201@1|root,COG0201@2|Bacteria,1TPHB@1239|Firmicutes,4HAWH@91061|Bacilli,1ZCEG@1386|Bacillus 2|Bacteria U The central subunit of the protein translocation channel SecYEG. Consists of two halves formed by TMs 1-5 and 6-10. These two domains form a lateral gate at the front which open onto the bilayer between TMs 2 and 7, and are clamped together by SecE at the back. The channel is closed by both a pore ring composed of hydrophobic SecY resides and a short helix (helix 2A) on the extracellular side of the membrane which forms a plug. The plug probably moves laterally to allow the channel to open. The ring and the pore may move independently secY GO:0002790,GO:0003674,GO:0005048,GO:0005215,GO:0005488,GO:0005575,GO:0005576,GO:0005623,GO:0005886,GO:0005887,GO:0006605,GO:0006612,GO:0006613,GO:0006614,GO:0006616,GO:0006810,GO:0006886,GO:0008104,GO:0008150,GO:0008320,GO:0008565,GO:0009306,GO:0009987,GO:0015031,GO:0015833,GO:0016020,GO:0016021,GO:0016043,GO:0022857,GO:0022884,GO:0031224,GO:0031226,GO:0031522,GO:0032940,GO:0032978,GO:0032991,GO:0033036,GO:0033218,GO:0033365,GO:0034613,GO:0040007,GO:0042277,GO:0042886,GO:0042887,GO:0043952,GO:0044425,GO:0044459,GO:0044464,GO:0045047,GO:0045184,GO:0046903,GO:0046907,GO:0051179,GO:0051205,GO:0051234,GO:0051641,GO:0051649,GO:0055085,GO:0061024,GO:0065002,GO:0070727,GO:0070972,GO:0071702,GO:0071705,GO:0071806,GO:0071840,GO:0071944,GO:0072594,GO:0072599,GO:0072657,GO:0090150,GO:1904680 - ko:K03076 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 - - ko00000,ko00001,ko00002,ko02044 3.A.5 - - SecY +BSU_01370 224308.BSU01370 6.17e-158 442.0 COG0563@1|root,COG0563@2|Bacteria,1TP27@1239|Firmicutes,4HA89@91061|Bacilli,1ZBYM@1386|Bacillus 2|Bacteria F Catalyzes the reversible transfer of the terminal phosphate group between ATP and AMP. Plays an important role in cellular energy homeostasis and in adenine nucleotide metabolism adk GO:0003674,GO:0003824,GO:0004017,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009123,GO:0009165,GO:0009987,GO:0015949,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0018130,GO:0019205,GO:0019438,GO:0019637,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046483,GO:0046940,GO:0050145,GO:0055086,GO:0071704,GO:0090407,GO:1901293,GO:1901360,GO:1901362,GO:1901576 2.7.4.3 ko:K00939 ko00230,ko00730,ko01100,ko01110,ko01130,map00230,map00730,map01100,map01110,map01130 M00049 R00127,R01547,R11319 RC00002 ko00000,ko00001,ko00002,ko01000,ko04147 - - iHN637.CLJU_RS20110 ADK,ADK_lid +BSU_01380 224308.BSU01380 2.32e-182 506.0 COG0024@1|root,COG0024@2|Bacteria,1TQC1@1239|Firmicutes,4H9S9@91061|Bacilli,1ZBQI@1386|Bacillus 2|Bacteria E Methionine aminopeptidase map - 3.4.11.18 ko:K01265 - - - - ko00000,ko01000,ko01002 - - - Peptidase_M24 +BSU_01389 224308.BSU01389 5.8e-47 150.0 COG2163@1|root,COG2163@2|Bacteria 2|Bacteria J ribosomal large subunit biogenesis - - - - - - - - - - - - - +BSU_01390 1051501.AYTL01000005_gene359 2.92e-46 148.0 COG0361@1|root,COG0361@2|Bacteria,1V9ZK@1239|Firmicutes,4HKF4@91061|Bacilli,1ZHWN@1386|Bacillus 2|Bacteria J One of the essential components for the initiation of protein synthesis. Stabilizes the binding of IF-2 and IF-3 on the 30S subunit to which N-formylmethionyl-tRNA(fMet) subsequently binds. Helps modulate mRNA selection, yielding the 30S pre- initiation complex (PIC). Upon addition of the 50S ribosomal subunit IF-1, IF-2 and IF-3 are released leaving the mature 70S translation initation complex infA GO:0001871,GO:0003674,GO:0005488,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0008150,GO:0009986,GO:0016020,GO:0030246,GO:0030247,GO:0030312,GO:0040007,GO:0043021,GO:0043022,GO:0044424,GO:0044444,GO:0044464,GO:0044877,GO:0071944,GO:2001065 - ko:K02518 - - - - ko00000,ko03012 - - - eIF-1a +BSU_01400 1178537.BA1_05527 2.45e-19 78.2 COG0257@1|root,COG0257@2|Bacteria,1VK4F@1239|Firmicutes,4HR2X@91061|Bacilli,1ZK67@1386|Bacillus 2|Bacteria J Belongs to the bacterial ribosomal protein bL36 family rpmJ GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0019538,GO:0022625,GO:0022626,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02919 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L36 +BSU_01410 224308.BSU01410 1.09e-75 226.0 COG0099@1|root,COG0099@2|Bacteria,1V3JH@1239|Firmicutes,4HGX6@91061|Bacilli,1ZGAW@1386|Bacillus 2|Bacteria J Located at the top of the head of the 30S subunit, it contacts several helices of the 16S rRNA. In the 70S ribosome it contacts the 23S rRNA (bridge B1a) and protein L5 of the 50S subunit (bridge B1b), connecting the 2 subunits rpsM GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016020,GO:0019538,GO:0022613,GO:0022626,GO:0022627,GO:0032991,GO:0034641,GO:0034645,GO:0042254,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:0071840,GO:0071944,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02952 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S13 +BSU_01420 224308.BSU01420 3.24e-84 249.0 COG0100@1|root,COG0100@2|Bacteria,1V3IK@1239|Firmicutes,4HH2T@91061|Bacilli,1ZFIU@1386|Bacillus 2|Bacteria J Located on the platform of the 30S subunit, it bridges several disparate RNA helices of the 16S rRNA. Forms part of the Shine-Dalgarno cleft in the 70S ribosome rpsK GO:0000028,GO:0000462,GO:0003674,GO:0003676,GO:0003723,GO:0003729,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006139,GO:0006364,GO:0006396,GO:0006412,GO:0006518,GO:0006725,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016020,GO:0016043,GO:0016070,GO:0016072,GO:0019538,GO:0019843,GO:0022607,GO:0022613,GO:0022618,GO:0022626,GO:0022627,GO:0030490,GO:0032991,GO:0034470,GO:0034622,GO:0034641,GO:0034645,GO:0034660,GO:0040007,GO:0042254,GO:0042255,GO:0042274,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0046483,GO:0048027,GO:0065003,GO:0070181,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02948 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S11 +BSU_01430 224308.BSU01430 7.01e-217 599.0 COG0202@1|root,COG0202@2|Bacteria,1TPR8@1239|Firmicutes,4H9R1@91061|Bacilli,1ZBHX@1386|Bacillus 2|Bacteria K DNA-dependent RNA polymerase catalyzes the transcription of DNA into RNA using the four ribonucleoside triphosphates as substrates rpoA GO:0003674,GO:0003824,GO:0003899,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006351,GO:0006354,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016772,GO:0016779,GO:0018130,GO:0019438,GO:0032774,GO:0034062,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0097659,GO:0097747,GO:0140098,GO:1901360,GO:1901362,GO:1901576 2.7.7.6 ko:K03040 ko00230,ko00240,ko01100,ko03020,map00230,map00240,map01100,map03020 M00183 R00435,R00441,R00442,R00443 RC02795 br01611,ko00000,ko00001,ko00002,ko01000,ko03021,ko03400 - - - RNA_pol_A_CTD,RNA_pol_A_bac,RNA_pol_L +BSU_01440 1051501.AYTL01000005_gene363 4.27e-77 230.0 COG0203@1|root,COG0203@2|Bacteria,1V6JQ@1239|Firmicutes,4HGX2@91061|Bacilli,1ZG80@1386|Bacillus 2|Bacteria J Ribosomal protein L17 rplQ GO:0000027,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016020,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0030312,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02879,ko:K16193 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L17 +BSU_01450 224308.BSU01450 7.5e-200 553.0 COG1122@1|root,COG1122@2|Bacteria,1TPH8@1239|Firmicutes,4H9R8@91061|Bacilli,1ZBD2@1386|Bacillus 2|Bacteria P ATP-binding (A) component of a common energy-coupling factor (ECF) ABC-transporter complex. Unlike classic ABC transporters this ECF transporter provides the energy necessary to transport a number of different substrates ecfA1 GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006855,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015238,GO:0015711,GO:0015893,GO:0016020,GO:0022857,GO:0032217,GO:0032218,GO:0034220,GO:0035461,GO:0042221,GO:0042493,GO:0044464,GO:0050896,GO:0051179,GO:0051180,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0090482,GO:0098656 - ko:K16784,ko:K16786,ko:K16787 ko02010,map02010 M00581,M00582 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.25,3.A.1.25.1,3.A.1.28,3.A.1.29,3.A.1.30,3.A.1.31,3.A.1.32,3.A.1.33,3.A.1.35 - - ABC_tran +BSU_01460 224308.BSU01460 1.1e-194 540.0 COG1122@1|root,COG1122@2|Bacteria,1TPH8@1239|Firmicutes,4HA7T@91061|Bacilli,1ZBBK@1386|Bacillus 2|Bacteria P ATP-binding (A) component of a common energy-coupling factor (ECF) ABC-transporter complex. Unlike classic ABC transporters this ECF transporter provides the energy necessary to transport a number of different substrates ecfA2 GO:0000166,GO:0003674,GO:0003824,GO:0005215,GO:0005488,GO:0005524,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006855,GO:0008144,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015238,GO:0015399,GO:0015405,GO:0015711,GO:0015893,GO:0016020,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0022804,GO:0022857,GO:0030554,GO:0032217,GO:0032218,GO:0032553,GO:0032555,GO:0032559,GO:0034220,GO:0035461,GO:0035639,GO:0036094,GO:0042221,GO:0042493,GO:0042623,GO:0042626,GO:0043167,GO:0043168,GO:0043492,GO:0044464,GO:0050896,GO:0051179,GO:0051180,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0090482,GO:0097159,GO:0097367,GO:0098656,GO:1901265,GO:1901363 3.6.3.55 ko:K02068,ko:K06857,ko:K16784,ko:K16786,ko:K16787 ko02010,map02010 M00186,M00211,M00581,M00582 R10531 RC00002 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.25,3.A.1.25.1,3.A.1.28,3.A.1.29,3.A.1.30,3.A.1.31,3.A.1.32,3.A.1.33,3.A.1.35,3.A.1.6.2,3.A.1.6.4 - - ABC_tran +BSU_01470 224308.BSU01470 1.6e-177 496.0 COG0619@1|root,COG0619@2|Bacteria,1TQ0E@1239|Firmicutes,4H9VT@91061|Bacilli,1ZBNS@1386|Bacillus 2|Bacteria P Transmembrane (T) component of an energy-coupling factor (ECF) ABC-transporter complex. Unlike classic ABC transporters this ECF transporter provides the energy necessary to transport a number of different substrates ecfT - - ko:K16783,ko:K16785 ko02010,map02010 M00581,M00582 - - ko00000,ko00001,ko00002,ko02000 3.A.1.25,3.A.1.25.1,3.A.1.28,3.A.1.29,3.A.1.30,3.A.1.31,3.A.1.32,3.A.1.33,3.A.1.35 - - CbiQ +BSU_01480 224308.BSU01480 1.51e-182 507.0 COG0101@1|root,COG0101@2|Bacteria,1TQUY@1239|Firmicutes,4HCFI@91061|Bacilli,1ZCC7@1386|Bacillus 2|Bacteria J Formation of pseudouridine at positions 38, 39 and 40 in the anticodon stem and loop of transfer RNAs truA GO:0001522,GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009982,GO:0009987,GO:0010467,GO:0016070,GO:0016853,GO:0016866,GO:0031119,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:1901360 5.4.99.12 ko:K06173 - - - - ko00000,ko01000,ko03016 - - - PseudoU_synth_1 +BSU_01490 1051501.AYTL01000005_gene368 1.13e-102 296.0 COG0102@1|root,COG0102@2|Bacteria,1V3HX@1239|Firmicutes,4HG0I@91061|Bacilli,1ZFJA@1386|Bacillus 2|Bacteria J This protein is one of the early assembly proteins of the 50S ribosomal subunit, although it is not seen to bind rRNA by itself. It is important during the early stages of 50S assembly rplM GO:0003674,GO:0003676,GO:0003723,GO:0003729,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006417,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0008270,GO:0009058,GO:0009059,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010608,GO:0010629,GO:0015934,GO:0016020,GO:0017148,GO:0019222,GO:0019538,GO:0019843,GO:0022625,GO:0022626,GO:0030312,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032268,GO:0032269,GO:0032991,GO:0034248,GO:0034249,GO:0034641,GO:0034645,GO:0040007,GO:0043043,GO:0043167,GO:0043169,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0046872,GO:0046914,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051246,GO:0051248,GO:0060255,GO:0065007,GO:0070180,GO:0071704,GO:0071944,GO:0080090,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904,GO:2000112,GO:2000113 - ko:K02871 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L13 +BSU_01500 224308.BSU01500 1.23e-83 247.0 COG0103@1|root,COG0103@2|Bacteria,1V3MQ@1239|Firmicutes,4HH3B@91061|Bacilli,1ZG6R@1386|Bacillus 2|Bacteria J Belongs to the universal ribosomal protein uS9 family rpsI GO:0000462,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006139,GO:0006364,GO:0006396,GO:0006412,GO:0006518,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016070,GO:0016072,GO:0019538,GO:0022613,GO:0022626,GO:0022627,GO:0030490,GO:0032991,GO:0034470,GO:0034641,GO:0034645,GO:0034660,GO:0042254,GO:0042274,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02996 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S9 +BSU_01510 224308.BSU01510 2.14e-186 517.0 COG0500@1|root,COG2226@2|Bacteria,1TR3E@1239|Firmicutes,4HA5G@91061|Bacilli,1ZF9T@1386|Bacillus 2|Bacteria Q Methyltransferase domain ybaJ - - - - - - - - - - - Methyltransf_11 +BSU_01520 224308.BSU01520 2.54e-91 268.0 2BVDP@1|root,32QTK@2|Bacteria,1V9E2@1239|Firmicutes,4HJ1S@91061|Bacilli,1ZFUF@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2521) ybaK - - - - - - - - - - - DUF2521 +BSU_01530 224308.BSU01530 2.22e-170 475.0 COG0860@1|root,COG0860@2|Bacteria,1TQ74@1239|Firmicutes,4HAV3@91061|Bacilli,1ZBJ8@1386|Bacillus 2|Bacteria M n-acetylmuramoyl-L-alanine amidase cwlD GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 3.5.1.28 ko:K01448 ko01503,map01503 M00727 R04112 RC00064,RC00141 ko00000,ko00001,ko00002,ko01000,ko01011,ko03036 - - - Amidase_3 +BSU_01540 224308.BSU01540 1.1e-255 701.0 COG0489@1|root,COG0489@2|Bacteria,1TQ34@1239|Firmicutes,4HAW4@91061|Bacilli,1ZC2E@1386|Bacillus 2|Bacteria D Binds and transfers iron-sulfur (Fe-S) clusters to target apoproteins. Can hydrolyze ATP mrp GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0040007,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:1902679,GO:1903506,GO:1903507,GO:2000112,GO:2000113,GO:2001141 - ko:K03593 - - - - ko00000,ko03029,ko03036 - - - FeS_assembly_P,ParA +BSU_01550 224308.BSU01550 1.04e-122 350.0 29HQ2@1|root,32TXD@2|Bacteria,1VAW4@1239|Firmicutes,4HMNZ@91061|Bacilli,1ZQMV@1386|Bacillus 2|Bacteria - - gerD GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0016020,GO:0030312,GO:0031160,GO:0044464,GO:0071944 - ko:K06294 - - - - ko00000 - - - - +BSU_01560 224308.BSU01560 5.95e-133 377.0 COG2194@1|root,COG2194@2|Bacteria,1UZ64@1239|Firmicutes,4HFDE@91061|Bacilli,1ZFN5@1386|Bacillus 2|Bacteria S Involved in the activation of the KinB signaling pathway of sporulation kbaA GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0016020,GO:0022603,GO:0042173,GO:0043937,GO:0043938,GO:0044464,GO:0045595,GO:0045597,GO:0045881,GO:0048518,GO:0048522,GO:0050789,GO:0050793,GO:0050794,GO:0051094,GO:0065007,GO:0071944 2.7.8.43 ko:K03760,ko:K06349,ko:K11537,ko:K19353 ko00540,ko01503,map00540,map01503 M00722 R11555,R11556,R11557 RC00002 ko00000,ko00001,ko00002,ko01000,ko01005,ko02000 2.A.1.10.2 - - CBP_BcsG,KbaA +BSU_01570 224308.BSU01570 1.75e-180 502.0 COG0726@1|root,COG0726@2|Bacteria,1UZQS@1239|Firmicutes,4IPKY@91061|Bacilli,1ZRC8@1386|Bacillus 2|Bacteria G Polysaccharide deacetylase pdaB GO:0005575,GO:0005623,GO:0016020,GO:0042763,GO:0044464 3.5.1.104 ko:K22278 - - - - ko00000,ko01000 - - - Polysacc_deac_1 +BSU_01580 224308.BSU01580 0.0 874.0 COG0659@1|root,COG0659@2|Bacteria,1TPI4@1239|Firmicutes,4H9V4@91061|Bacilli,1ZCKC@1386|Bacillus 2|Bacteria P COG0659 Sulfate permease and related transporters (MFS superfamily) ybaR - - ko:K03321 - - - - ko00000,ko02000 2.A.53.3 - - STAS,Sulfate_transp +BSU_01590 224308.BSU01590 2.06e-205 570.0 COG0385@1|root,COG0385@2|Bacteria,1TP85@1239|Firmicutes,4HB6E@91061|Bacilli,1ZQNX@1386|Bacillus 2|Bacteria S Na -dependent transporter ybaS - 1.1.1.58 ko:K00041,ko:K03453 ko00040,ko01100,map00040,map01100 M00631 R02555 RC00085 ko00000,ko00001,ko00002,ko01000 2.A.28 - iYO844.BSU19350 SBF,SBF_like +BSU_01600 224308.BSU01600 1.63e-183 509.0 COG2819@1|root,COG2819@2|Bacteria,1VAX2@1239|Firmicutes,4HGZQ@91061|Bacilli,1ZFE7@1386|Bacillus 2|Bacteria S Putative esterase ybbA - - ko:K07017 - - - - ko00000 - - - Esterase +BSU_01610 224308.BSU01610 3.51e-228 630.0 COG0609@1|root,COG0609@2|Bacteria,1TPX6@1239|Firmicutes,4HD4U@91061|Bacilli,1ZQ8W@1386|Bacillus 2|Bacteria P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily feuC GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0008150,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071944 - ko:K02015 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - iYO844.BSU07500,iYO844.BSU08450,iYO844.BSU33170,iYO844.BSU33300 FecCD +BSU_01620 224308.BSU01620 2.88e-226 625.0 COG0609@1|root,COG0609@2|Bacteria,1TP13@1239|Firmicutes,4HA75@91061|Bacilli,1ZC7Z@1386|Bacillus 2|Bacteria P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily feuB GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0008150,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071944 - ko:K02015 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - iYO844.BSU07500,iYO844.BSU08450,iYO844.BSU33170,iYO844.BSU33300 FecCD +BSU_01630 224308.BSU01630 9.23e-219 604.0 COG0614@1|root,COG0614@2|Bacteria,1TQY2@1239|Firmicutes,4HB4K@91061|Bacilli,1ZEG1@1386|Bacillus 2|Bacteria P Iron-uptake system-binding protein feuA GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 - ko:K02016 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - - Peripla_BP_2 +BSU_01640 224308.BSU01640 0.0 1033.0 COG0614@1|root,COG2207@1|root,COG0614@2|Bacteria,COG2207@2|Bacteria,1UA6E@1239|Firmicutes,4HE6W@91061|Bacilli,1ZF3U@1386|Bacillus 2|Bacteria K COG2207 AraC-type DNA-binding domain-containing proteins ybbB - - ko:K21701 - - - - ko00000,ko03000 - - - AraC_binding,HTH_18,HTH_AraC,Peripla_BP_2 +BSU_01650 224308.BSU01650 3.6e-306 833.0 COG3876@1|root,COG3876@2|Bacteria,1VRMG@1239|Firmicutes,4HA8F@91061|Bacilli,1ZBF3@1386|Bacillus 2|Bacteria S protein conserved in bacteria ybbC - 3.2.1.52 ko:K01207 ko00520,ko00531,ko01100,ko01501,map00520,map00531,map01100,map01501 M00628 R00022,R05963,R07809,R07810,R10831 RC00049 ko00000,ko00001,ko00002,ko01000 - - - DUF1343 +BSU_01660 224308.BSU01660 0.0 1244.0 COG1472@1|root,COG1472@2|Bacteria,1TP63@1239|Firmicutes,4HBDB@91061|Bacilli,1ZCGR@1386|Bacillus 2|Bacteria G Belongs to the glycosyl hydrolase 3 family ybbD - 3.2.1.52 ko:K01207 ko00520,ko00531,ko01100,ko01501,map00520,map00531,map01100,map01501 M00628 R00022,R05963,R07809,R07810,R10831 RC00049 ko00000,ko00001,ko00002,ko01000 - - - Glyco_hydro_3,Glyco_hydro_3_C +BSU_01670 224308.BSU01670 0.0 884.0 COG1680@1|root,COG1680@2|Bacteria,1U828@1239|Firmicutes,4HA0Q@91061|Bacilli,1ZBJ0@1386|Bacillus 2|Bacteria V Belongs to the UPF0214 family yfeW GO:0003674,GO:0003824,GO:0004180,GO:0004185,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0006508,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008233,GO:0008236,GO:0008238,GO:0008658,GO:0009002,GO:0016020,GO:0016787,GO:0017171,GO:0019538,GO:0031224,GO:0031226,GO:0031406,GO:0033218,GO:0033293,GO:0036094,GO:0043167,GO:0043168,GO:0043170,GO:0043177,GO:0044238,GO:0044425,GO:0044459,GO:0044464,GO:0070008,GO:0070011,GO:0071704,GO:0071944,GO:0097159,GO:0140096,GO:1901363,GO:1901564,GO:1901681 3.4.16.4 ko:K21469 ko00550,map00550 - - - ko00000,ko00001,ko01000,ko01002,ko01011 - - - Amidase_2,Beta-lactamase,PG_binding_1 +BSU_01680 224308.BSU01680 7.29e-304 831.0 COG1263@1|root,COG1264@1|root,COG1263@2|Bacteria,COG1264@2|Bacteria,1TP5X@1239|Firmicutes,4H9KS@91061|Bacilli,1ZE6P@1386|Bacillus 2|Bacteria G phosphotransferase system ybbF GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0015766,GO:0015771,GO:0015772,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563,GO:0090588,GO:0090589 2.7.1.193,2.7.1.199,2.7.1.201,2.7.1.208,2.7.1.211 ko:K02749,ko:K02750,ko:K02755,ko:K02756,ko:K02757,ko:K02763,ko:K02764,ko:K02765,ko:K02803,ko:K02804,ko:K02808,ko:K02809,ko:K02810,ko:K02818,ko:K02819,ko:K20116,ko:K20117,ko:K20118 ko00010,ko00500,ko00520,ko02060,map00010,map00500,map00520,map02060 M00267,M00268,M00269,M00270,M00271,M00282,M00809 R00811,R02631,R02738,R02780,R04111,R05199 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.10,4.A.1.1.13,4.A.1.1.14,4.A.1.1.15,4.A.1.1.16,4.A.1.1.2,4.A.1.1.4,4.A.1.1.5,4.A.1.1.6,4.A.1.1.7,4.A.1.1.8,4.A.1.1.9,4.A.1.2.1,4.A.1.2.10,4.A.1.2.11,4.A.1.2.12,4.A.1.2.13,4.A.1.2.2,4.A.1.2.4,4.A.1.2.5,4.A.1.2.6,4.A.1.2.8,4.A.1.2.9 - iYO844.BSU07800,iYO844.BSU38050 PTS_EIIA_1,PTS_EIIB,PTS_EIIC +BSU_01690 224308.BSU01690 3.82e-194 539.0 COG1737@1|root,COG1737@2|Bacteria,1TPIX@1239|Firmicutes,4HBJA@91061|Bacilli,1ZQ09@1386|Bacillus 2|Bacteria K transcriptional ybbH GO:0003674,GO:0003700,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 - ko:K03481 - - - - ko00000,ko03000 - - - HTH_6,SIS +BSU_01700 224308.BSU01700 4.04e-211 584.0 COG2103@1|root,COG2103@2|Bacteria,1TPSF@1239|Firmicutes,4HBWP@91061|Bacilli,1ZCFF@1386|Bacillus 2|Bacteria G Specifically catalyzes the cleavage of the D-lactyl ether substituent of MurNAc 6-phosphate, producing GlcNAc 6- phosphate and D-lactate murQ - 4.2.1.126 ko:K07106 ko00520,ko01100,map00520,map01100 - R08555 RC00397,RC00746 ko00000,ko00001,ko01000 - - - SIS,SIS_2 +BSU_01710 224308.BSU01710 1.55e-114 328.0 COG1670@1|root,COG1670@2|Bacteria,1VB0J@1239|Firmicutes,4HMJ9@91061|Bacilli,1ZHYA@1386|Bacillus 2|Bacteria J acetyltransferase ybbJ - - - - - - - - - - - Acetyltransf_1,Acetyltransf_10 +BSU_01720 224308.BSU01720 4.19e-101 293.0 COG1683@1|root,COG1683@2|Bacteria,1V700@1239|Firmicutes,4HJH0@91061|Bacilli,1ZGEW@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF523) ybbK - 2.4.2.1,6.3.2.4 ko:K01921,ko:K03783 ko00230,ko00240,ko00473,ko00550,ko00760,ko01100,ko01110,ko01502,map00230,map00240,map00473,map00550,map00760,map01100,map01110,map01502 - R01150,R01561,R01863,R01969,R02147,R02294,R02295,R02297,R02484,R02557,R02748,R08368,R10244 RC00033,RC00063,RC00064,RC00122,RC00141 ko00000,ko00001,ko01000,ko01011 - - - DUF523 +BSU_01730 224308.BSU01730 1.6e-127 363.0 COG1595@1|root,COG1595@2|Bacteria,1TS3M@1239|Firmicutes,4HC17@91061|Bacilli,1ZCZ4@1386|Bacillus 2|Bacteria K Belongs to the sigma-70 factor family. ECF subfamily sigW - - ko:K03088 - - - - ko00000,ko03021 - - - Sigma70_r2,Sigma70_r4_2 +BSU_01740 224308.BSU01740 2.73e-152 427.0 COG5662@1|root,COG5662@2|Bacteria,1V6C7@1239|Firmicutes,4HFTK@91061|Bacilli,1ZE1K@1386|Bacillus 2|Bacteria K Is the anti-sigma factor for SigW. The presence of RsiW leads to the inactivation of SigW, and its proteolytic destruction to sigma-W activation rsiW GO:0005575,GO:0016020 - - - - - - - - - - Bactofilin,zf-HC2 +BSU_01750 224308.BSU01750 5.43e-189 525.0 COG1624@1|root,COG1624@2|Bacteria,1TPRW@1239|Firmicutes,4H9XZ@91061|Bacilli,1ZBIU@1386|Bacillus 2|Bacteria S Catalyzes the condensation of 2 ATP molecules into cyclic di-AMP (c-di-AMP), a second messenger used to regulate differing processes in different bacteria dacA GO:0003674,GO:0003824,GO:0004016,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0009975,GO:0016020,GO:0016021,GO:0016829,GO:0016849,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 2.7.7.85 ko:K18672 - - - - ko00000,ko01000 - - - DisA_N +BSU_01760 224308.BSU01760 4.16e-292 804.0 COG4856@1|root,COG4856@2|Bacteria,1TSIV@1239|Firmicutes,4HD8Y@91061|Bacilli,1ZB2T@1386|Bacillus 2|Bacteria S protein conserved in bacteria ybbR GO:0008150,GO:0031279,GO:0031281,GO:0043085,GO:0044093,GO:0045761,GO:0045762,GO:0050790,GO:0051339,GO:0051349,GO:0065007,GO:0065009 - - - - - - - - - - YbbR +BSU_01770 224308.BSU01770 0.0 871.0 COG1109@1|root,COG1109@2|Bacteria,1TP1X@1239|Firmicutes,4HB16@91061|Bacilli,1ZC74@1386|Bacillus 2|Bacteria G Catalyzes the conversion of glucosamine-6-phosphate to glucosamine-1-phosphate glmM GO:0003674,GO:0003824,GO:0004614,GO:0004615,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0006040,GO:0006047,GO:0006048,GO:0006139,GO:0006464,GO:0006468,GO:0006725,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008966,GO:0009058,GO:0009225,GO:0009226,GO:0009987,GO:0016310,GO:0016853,GO:0016866,GO:0016868,GO:0018130,GO:0019438,GO:0019538,GO:0034641,GO:0034654,GO:0036211,GO:0040007,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046349,GO:0046483,GO:0046777,GO:0055086,GO:0071704,GO:1901135,GO:1901137,GO:1901360,GO:1901362,GO:1901564,GO:1901576 5.4.2.10 ko:K03431 ko00520,ko01100,ko01130,map00520,map01100,map01130 - R02060 RC00408 ko00000,ko00001,ko01000 - - iSB619.SA_RS11275,iSBO_1134.SBO_3206 PGM_PMM_I,PGM_PMM_II,PGM_PMM_III,PGM_PMM_IV +BSU_01780 224308.BSU01780 0.0 1162.0 COG0449@1|root,COG0449@2|Bacteria,1TPGU@1239|Firmicutes,4H9R4@91061|Bacilli,1ZBI5@1386|Bacillus 2|Bacteria M Catalyzes the first step in hexosamine metabolism, converting fructose-6P into glucosamine-6P using glutamine as a nitrogen source glmS GO:0003674,GO:0003824,GO:0004360,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006002,GO:0006040,GO:0006047,GO:0006139,GO:0006464,GO:0006486,GO:0006487,GO:0006725,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008483,GO:0009058,GO:0009059,GO:0009100,GO:0009101,GO:0009225,GO:0009987,GO:0016020,GO:0016740,GO:0016769,GO:0019538,GO:0019637,GO:0034641,GO:0034645,GO:0036211,GO:0040007,GO:0043170,GO:0043412,GO:0043413,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0055086,GO:0070085,GO:0070548,GO:0071704,GO:0071944,GO:1901135,GO:1901137,GO:1901360,GO:1901564,GO:1901566,GO:1901576 2.6.1.16 ko:K00820 ko00250,ko00520,ko01100,ko01130,ko04931,map00250,map00520,map01100,map01130,map04931 - R00768 RC00010,RC00163,RC02752 ko00000,ko00001,ko01000,ko01002 - - iNJ661.Rv3436c,iSB619.SA_RS11245,iYO844.BSU01780 GATase_6,SIS +BSU_01800 224308.BSU01800 6.09e-226 621.0 COG0122@1|root,COG0122@2|Bacteria,1TQAF@1239|Firmicutes,4HBYM@91061|Bacilli,1ZCV5@1386|Bacillus 2|Bacteria L COG0122 3-methyladenine DNA glycosylase 8-oxoguanine DNA glycosylase alkA GO:0003674,GO:0003676,GO:0003677,GO:0003684,GO:0003824,GO:0003905,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006259,GO:0006281,GO:0006284,GO:0006285,GO:0006304,GO:0006307,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008725,GO:0009987,GO:0016787,GO:0016798,GO:0016799,GO:0019104,GO:0032131,GO:0032991,GO:0032993,GO:0033554,GO:0034641,GO:0035510,GO:0043170,GO:0043412,GO:0043733,GO:0043916,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0097159,GO:0140097,GO:1901360,GO:1901363 3.2.2.21 ko:K01247,ko:K13529 ko03410,map03410 - - - ko00000,ko00001,ko01000,ko03000,ko03400 - - - Ada_Zn_binding,AlkA_N,HhH-GPD,OGG_N +BSU_01810 224308.BSU01810 2.25e-157 440.0 COG2169@1|root,COG2169@2|Bacteria,1V3Y7@1239|Firmicutes,4HH3N@91061|Bacilli,1ZC5J@1386|Bacillus 2|Bacteria K Transcriptional regulator adaA GO:0003674,GO:0003700,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 3.2.2.21 ko:K13529,ko:K13530,ko:K15051 ko03410,map03410 - - - ko00000,ko00001,ko01000,ko03000,ko03400 - - - Ada_Zn_binding,HTH_18,HTH_AraC +BSU_01820 224308.BSU01820 4.49e-130 369.0 COG0350@1|root,COG0350@2|Bacteria,1VA03@1239|Firmicutes,4HETA@91061|Bacilli,1ZFQ0@1386|Bacillus 2|Bacteria L Involved in the cellular defense against the biological effects of O6-methylguanine (O6-MeG) and O4-methylthymine (O4-MeT) in DNA. Repairs the methylated nucleobase in DNA by stoichiometrically transferring the methyl group to a cysteine residue in the enzyme. This is a suicide reaction the enzyme is irreversibly inactivated ogt GO:0003674,GO:0003824,GO:0003908,GO:0006139,GO:0006259,GO:0006281,GO:0006304,GO:0006307,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008168,GO:0008172,GO:0009987,GO:0016740,GO:0016741,GO:0032259,GO:0033554,GO:0034641,GO:0035510,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:1901360 2.1.1.63,3.2.2.21 ko:K00567,ko:K10778,ko:K13529,ko:K13531 ko03410,map03410 - - - ko00000,ko00001,ko01000,ko03000,ko03400 - - - DNA_binding_1,Methyltransf_1N +BSU_01830 224308.BSU01830 0.0 960.0 COG1009@1|root,COG1009@2|Bacteria,1TS72@1239|Firmicutes,4HCW7@91061|Bacilli,1ZCMA@1386|Bacillus 2|Bacteria CP COG1009 NADH ubiquinone oxidoreductase subunit 5 (chain L) Multisubunit Na H antiporter, MnhA subunit ndhF GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 1.6.5.3 ko:K00341,ko:K05577,ko:K09822 ko00190,ko01100,map00190,map01100 M00144,M00145 R11945 RC00061 ko00000,ko00001,ko00002,ko01000 3.D.1 - - Proton_antipo_M,Proton_antipo_N +BSU_01845 224308.BSU01845 0.0 1759.0 COG3002@1|root,COG3002@2|Bacteria,1UWRU@1239|Firmicutes,4HAMS@91061|Bacilli,1ZCP6@1386|Bacillus 2|Bacteria S Belongs to the UPF0753 family ybcC - - ko:K09822 - - - - ko00000 - - - DUF2309 +BSU_01860 224308.BSU01860 2.51e-125 356.0 COG0288@1|root,COG0288@2|Bacteria,1W0HW@1239|Firmicutes,4HYSF@91061|Bacilli,1ZFYB@1386|Bacillus 2|Bacteria P carbonic anhydrase can GO:0003674,GO:0003824,GO:0004089,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008270,GO:0015976,GO:0016829,GO:0016835,GO:0016836,GO:0043167,GO:0043169,GO:0044424,GO:0044444,GO:0044464,GO:0046872,GO:0046914 4.2.1.1 ko:K01673,ko:K03321 ko00910,map00910 - R00132,R10092 RC02807 ko00000,ko00001,ko01000,ko02000 2.A.53.3 - iAF987.Gmet_3517,iNJ661.Rv3273,iSBO_1134.SBO_0115,iSbBS512_1146.SbBS512_E0119 Pro_CA,Sulfate_transp +BSU_01870 224308.BSU01870 5.59e-64 195.0 2BF6D@1|root,328YS@2|Bacteria,1UBA5@1239|Firmicutes,4IMNX@91061|Bacilli,1ZKI1@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_01880 224308.BSU01880 3.6e-80 238.0 COG5609@1|root,COG5609@2|Bacteria,1V6YC@1239|Firmicutes,4HIMH@91061|Bacilli,1ZH3T@1386|Bacillus 2|Bacteria S Uncharacterized conserved protein (DUF2294) ybcI - - - - - - - - - - - DUF2294 +BSU_01889 1051501.AYTL01000034_gene3188 9.45e-67 202.0 COG0640@1|root,COG0640@2|Bacteria,1V98U@1239|Firmicutes,4HIU9@91061|Bacilli,1ZHRJ@1386|Bacillus 2|Bacteria K Helix-turn-helix domain ybzH GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - HTH_20,HTH_5 +BSU_01890 224308.BSU01890 1.14e-258 711.0 COG0477@1|root,COG2814@2|Bacteria,1TRNU@1239|Firmicutes,4HCSX@91061|Bacilli,1ZCJJ@1386|Bacillus 2|Bacteria EGP COG2814 Arabinose efflux permease ybcL - - ko:K08164,ko:K18567 - - - - ko00000,ko02000 2.A.1.2,2.A.1.2.25 - - MFS_1,Sugar_tr +BSU_01900 224308.BSU01900 7.34e-66 200.0 COG0449@1|root,COG0449@2|Bacteria 2|Bacteria M glutamine-fructose-6-phosphate transaminase (isomerizing) activity glmD - 2.6.1.16 ko:K00820 ko00250,ko00520,ko01100,ko01130,ko04931,map00250,map00520,map01100,map01130,map04931 - R00768 RC00010,RC00163,RC02752 ko00000,ko00001,ko01000,ko01002 - - - SIS +BSU_01920 224308.BSU01920 7.24e-304 827.0 COG0535@1|root,COG0535@2|Bacteria,1TVGT@1239|Firmicutes,4HB41@91061|Bacilli 2|Bacteria J 4Fe-4S single cluster domain - - - - - - - - - - - - Fer4_12,Fer4_14,Radical_SAM,SPASM +BSU_01935 224308.BSU01935 0.0 956.0 COG1266@1|root,COG1266@2|Bacteria 2|Bacteria V CAAX protease self-immunity - - - ko:K07052 - - - - ko00000 - - - Abi +BSU_01950 224308.BSU01950 8.07e-174 484.0 COG1131@1|root,COG1131@2|Bacteria,1V3YS@1239|Firmicutes,4HI3E@91061|Bacilli,1ZE5G@1386|Bacillus 2|Bacteria V ABC transporter skfE - - ko:K01990 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC_tran +BSU_01960 224308.BSU01960 3.99e-313 854.0 2EE96@1|root,3383K@2|Bacteria,1VJNR@1239|Firmicutes,4HPH3@91061|Bacilli,1ZD8W@1386|Bacillus 2|Bacteria S ABC transporter skfF - - - - - - - - - - - - +BSU_01970 224308.BSU01970 3.88e-118 338.0 COG1413@1|root,COG1413@2|Bacteria,1W30F@1239|Firmicutes,4I003@91061|Bacilli,1ZFZ4@1386|Bacillus 2|Bacteria C HEAT repeats - - - - - - - - - - - - DUF4241,HEAT,HEAT_2 +BSU_01980 224308.BSU01980 5.88e-103 297.0 COG0526@1|root,COG0526@2|Bacteria,1UAGU@1239|Firmicutes,4IKV9@91061|Bacilli,1ZHT5@1386|Bacillus 2|Bacteria CO Thioredoxin-like domain txn - - ko:K03671 ko04621,ko05418,map04621,map05418 - - - ko00000,ko00001,ko03110 - - - Thioredoxin,Thioredoxin_9 +BSU_01990 224308.BSU01990 8.07e-233 640.0 COG0596@1|root,COG0596@2|Bacteria,1V202@1239|Firmicutes,4HJ0U@91061|Bacilli,1ZBQD@1386|Bacillus 2|Bacteria S hydrolases or acyltransferases (alpha beta hydrolase superfamily) - GO:0003674,GO:0003824,GO:0016787 - - - - - - - - - - Abhydrolase_1,Abhydrolase_6 +BSU_02000 224308.BSU02000 2.93e-159 446.0 COG0745@1|root,COG0745@2|Bacteria,1TRNP@1239|Firmicutes,4HBUV@91061|Bacilli,1ZCWC@1386|Bacillus 2|Bacteria T Transcriptional regulatory protein, C terminal - - - ko:K02483 - - - - ko00000,ko02022 - - - Response_reg,Trans_reg_C +BSU_02010 224308.BSU02010 4.24e-221 610.0 COG0642@1|root,COG0642@2|Bacteria,1VQZ2@1239|Firmicutes,4HT7I@91061|Bacilli,1ZQJ2@1386|Bacillus 2|Bacteria T His Kinase A (phospho-acceptor) domain - - - - - - - - - - - - HAMP,HATPase_c,HisKA +BSU_02030 224308.BSU02030 2.49e-181 504.0 COG0515@1|root,COG0515@2|Bacteria,1V0NM@1239|Firmicutes,4IPTS@91061|Bacilli,1ZREF@1386|Bacillus 2|Bacteria KLT Protein tyrosine kinase ybdM - 2.7.11.1 ko:K08884 - - - - ko00000,ko01000,ko01001 - - - Pkinase +BSU_02040 224308.BSU02040 6.61e-196 544.0 2ET76@1|root,33KR7@2|Bacteria,1VMH7@1239|Firmicutes,4ISWQ@91061|Bacilli,1ZDRK@1386|Bacillus 2|Bacteria - - ybdN - - - - - - - - - - - - +BSU_02050 224308.BSU02050 1.19e-278 762.0 28KQP@1|root,2ZA8F@2|Bacteria,1UY56@1239|Firmicutes,4IV8V@91061|Bacilli,1ZFX7@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF4885) ybdO - - - - - - - - - - - DUF4885 +BSU_02060 224308.BSU02060 0.0 894.0 COG1113@1|root,COG1113@2|Bacteria,1TP97@1239|Firmicutes,4H9QX@91061|Bacilli,1ZAQB@1386|Bacillus 2|Bacteria E COG1113 Gamma-aminobutyrate permease and related permeases yifK GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03293 - - - - ko00000 2.A.3.1 - - AA_permease +BSU_02070 224308.BSU02070 5.46e-51 161.0 2C58K@1|root,32Y9K@2|Bacteria,1VESG@1239|Firmicutes,4HQS0@91061|Bacilli,1ZIZ4@1386|Bacillus 2|Bacteria S Sigma-G-dependent sporulation-specific SASP protein csgA - - - - - - - - - - - CsgA +BSU_02080 224308.BSU02080 6.92e-41 134.0 2E4N3@1|root,32ZGZ@2|Bacteria,1VJY0@1239|Firmicutes,4HPM3@91061|Bacilli,1ZJCF@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5370) ybxH - - - - - - - - - - - DUF5370 +BSU_02090 224308.BSU02090 3.86e-195 540.0 COG2602@1|root,COG2602@2|Bacteria,1VZ0X@1239|Firmicutes,4HTVD@91061|Bacilli,1ZQP5@1386|Bacillus 2|Bacteria V beta-lactamase ybxI - 3.5.2.6 ko:K02172,ko:K17838 ko01501,map01501 M00627 R06363 RC01499 ko00000,ko00001,ko00002,ko01000,ko01002,ko01504 - - - Transpeptidase +BSU_02100 224308.BSU02100 9.97e-317 861.0 COG2124@1|root,COG2124@2|Bacteria,1TP02@1239|Firmicutes,4HAIY@91061|Bacilli,1ZB7N@1386|Bacillus 2|Bacteria Q Cytochrome P450 cypC - 1.11.2.4,1.14.14.1 ko:K00493,ko:K15629 ko00071,ko00380,ko00627,ko01120,map00071,map00380,map00627,map01120 - R03629,R04121,R05259,R09740 RC00046,RC01311 ko00000,ko00001,ko00199,ko01000 - - - p450 +BSU_02110 224308.BSU02110 1.11e-54 171.0 2E6UJ@1|root,331E9@2|Bacteria,1VHQQ@1239|Firmicutes,4HPYC@91061|Bacilli,1ZK3H@1386|Bacillus 2|Bacteria - - ybyB - - - - - - - - - - - - +BSU_02120 224308.BSU02120 0.0 1056.0 COG0531@1|root,COG0531@2|Bacteria,1TPJH@1239|Firmicutes,4HC13@91061|Bacilli,1ZCG6@1386|Bacillus 2|Bacteria E amino acid ybeC GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015179,GO:0015291,GO:0015297,GO:0015318,GO:0015711,GO:0015807,GO:0015849,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1902475,GO:1903825,GO:1905039 - - - - - - - - - - AA_permease_2 +BSU_02130 224308.BSU02130 7.3e-213 587.0 COG0584@1|root,COG0584@2|Bacteria,1UY23@1239|Firmicutes,4HEAD@91061|Bacilli,1ZCIE@1386|Bacillus 2|Bacteria C glycerophosphoryl diester phosphodiesterase glpQ - 3.1.3.1,3.1.4.46 ko:K01113,ko:K01126 ko00564,ko00790,ko01100,ko02020,map00564,map00790,map01100,map02020 M00126 R01030,R01470,R04620 RC00017,RC00425 ko00000,ko00001,ko00002,ko01000 - - - GDPD +BSU_02140 224308.BSU02140 0.0 894.0 COG2271@1|root,COG2271@2|Bacteria,1TS33@1239|Firmicutes,4HE0X@91061|Bacilli,1ZE0D@1386|Bacillus 2|Bacteria G -transporter glpT GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02445,ko:K07783 ko02020,map02020 - - - ko00000,ko00001,ko02000 2.A.1.4.3,2.A.1.4.4,2.A.1.4.6 - - MFS_1 +BSU_02150 224308.BSU02150 3.57e-47 151.0 2BF7G@1|root,32900@2|Bacteria,1UBBD@1239|Firmicutes,4IMQB@91061|Bacilli,1ZKKX@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2651) - - - - - - - - - - - - DUF2651 +BSU_02160 224308.BSU02160 2.56e-219 605.0 COG0454@1|root,COG1846@1|root,COG0456@2|Bacteria,COG1846@2|Bacteria,1VHDQ@1239|Firmicutes,4HQ0R@91061|Bacilli,1ZF1Z@1386|Bacillus 2|Bacteria K FR47-like protein ybfA - 3.4.15.5 ko:K01284 - - - - ko00000,ko01000,ko01002 - - - Acetyltransf_1,Acetyltransf_10,MarR,MarR_2 +BSU_02170 224308.BSU02170 2.36e-287 786.0 COG2271@1|root,COG2271@2|Bacteria,1TRHT@1239|Firmicutes,4HDG8@91061|Bacilli,1ZCIM@1386|Bacillus 2|Bacteria G COG0477 Permeases of the major facilitator superfamily ybfB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - MFS_1 +BSU_02200 224308.BSU02200 0.0 1436.0 COG3409@1|root,COG3409@2|Bacteria,1TPV1@1239|Firmicutes,4HCRA@91061|Bacilli,1ZN4E@1386|Bacillus 2|Bacteria M Domain of unknown function (DUF1906) ybfG GO:0003674,GO:0003824,GO:0004553,GO:0016787,GO:0016798,GO:0016977 3.2.1.132 ko:K01233 ko00520,ko01100,map00520,map01100 - R02833 - ko00000,ko00001,ko01000 - - - DUF1906,PG_binding_1 +BSU_02210 224308.BSU02210 5.27e-208 576.0 COG0697@1|root,COG0697@2|Bacteria,1TRKE@1239|Firmicutes,4HFHC@91061|Bacilli,1ZCN0@1386|Bacillus 2|Bacteria EG EamA-like transporter family ybfH - - - - - - - - - - - EamA +BSU_02220 224308.BSU02220 7.39e-188 523.0 COG1917@1|root,COG2207@1|root,COG1917@2|Bacteria,COG2207@2|Bacteria,1TPNZ@1239|Firmicutes,4HDP3@91061|Bacilli,1ZDS6@1386|Bacillus 2|Bacteria K AraC-like ligand binding domain ybfI GO:0003674,GO:0003700,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - AraC_binding,HTH_18,HTH_AraC +BSU_02230 224308.BSU02230 5.85e-274 749.0 COG0027@1|root,COG0027@2|Bacteria,1UI4R@1239|Firmicutes,4HEI0@91061|Bacilli,1ZCNZ@1386|Bacillus 2|Bacteria F Involved in the de novo purine biosynthesis. Catalyzes the transfer of formate to 5-phospho-ribosyl-glycinamide (GAR), producing 5-phospho-ribosyl-N-formylglycinamide (FGAR). Formate is provided by PurU via hydrolysis of 10-formyl-tetrahydrofolate purT GO:0003674,GO:0003824,GO:0004644,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008776,GO:0009058,GO:0009117,GO:0009150,GO:0009152,GO:0009165,GO:0009259,GO:0009260,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016741,GO:0016742,GO:0016772,GO:0016774,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.1.2.2 ko:K08289 ko00230,ko00670,ko01100,ko01110,ko01130,map00230,map00670,map01100,map01110,map01130 M00048 R04325,R04326 RC00026,RC00197,RC01128 ko00000,ko00001,ko00002,ko01000 - - iNJ661.Rv0389,iSDY_1059.SDY_1135 ATP-grasp,Epimerase +BSU_02240 224308.BSU02240 5.04e-230 632.0 COG3591@1|root,COG3591@2|Bacteria,1VC6K@1239|Firmicutes,4HKUW@91061|Bacilli 2|Bacteria M Belongs to the peptidase S1B family mpr GO:0005575,GO:0005576 3.4.21.19 ko:K01318 ko02024,map02024 - - - ko00000,ko00001,ko01000,ko01002 - - - CW_binding_1,Trypsin,Trypsin_2 +BSU_02260 224308.BSU02260 2.02e-216 597.0 COG0596@1|root,COG0596@2|Bacteria,1V0M4@1239|Firmicutes,4HPRJ@91061|Bacilli,1ZHQC@1386|Bacillus 2|Bacteria S Alpha/beta hydrolase family ybfK GO:0003674,GO:0003824,GO:0016787 - - - - - - - - - - Abhydrolase_1,Abhydrolase_6,Hydrolase_4 +BSU_02270 224308.BSU02270 3.99e-123 351.0 COG1183@1|root,COG1183@2|Bacteria,1TR44@1239|Firmicutes,4HMYA@91061|Bacilli,1ZFNJ@1386|Bacillus 2|Bacteria I Belongs to the CDP-alcohol phosphatidyltransferase class-I family pssA GO:0003674,GO:0003824,GO:0003882,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0006629,GO:0006644,GO:0006650,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0009058,GO:0009987,GO:0016020,GO:0016740,GO:0016772,GO:0016780,GO:0017169,GO:0019637,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044424,GO:0044464,GO:0045017,GO:0046474,GO:0046486,GO:0071704,GO:0071944,GO:0090407,GO:1901576 2.7.8.8 ko:K17103 ko00260,ko00564,ko01100,ko01110,map00260,map00564,map01100,map01110 M00093 R01800 RC00002,RC00017,RC02795 ko00000,ko00001,ko00002,ko01000 - - - CDP-OH_P_transf +BSU_02280 224308.BSU02280 7.07e-112 321.0 COG0586@1|root,COG0586@2|Bacteria,1U42T@1239|Firmicutes,4HJQK@91061|Bacilli,1ZFPN@1386|Bacillus 2|Bacteria S SNARE associated Golgi protein ybfM GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - SNARE_assoc +BSU_02290 224308.BSU02290 4.33e-190 527.0 COG0688@1|root,COG0688@2|Bacteria,1TR34@1239|Firmicutes,4HB6I@91061|Bacilli,1ZAZ4@1386|Bacillus 2|Bacteria I Catalyzes the formation of phosphatidylethanolamine (PtdEtn) from phosphatidylserine (PtdSer) psd - 4.1.1.65 ko:K01613 ko00564,ko01100,ko01110,map00564,map01100,map01110 M00093 R02055 RC00299 ko00000,ko00001,ko00002,ko01000 - - - PSDC,PS_Dcarbxylase +BSU_02300 224308.BSU02300 2.33e-61 188.0 2EN3Y@1|root,33FS1@2|Bacteria,1VQE2@1239|Firmicutes,4HS9F@91061|Bacilli 2|Bacteria - - ybfN - - - - - - - - - - - - +BSU_02310 224308.BSU02310 0.0 892.0 COG2312@1|root,COG2312@2|Bacteria,1V2D8@1239|Firmicutes,4HGGF@91061|Bacilli,1ZESJ@1386|Bacillus 2|Bacteria S Erythromycin esterase - - - ko:K06880 - - - - ko00000,ko01000,ko01504 - - - CarbopepD_reg_2,Erythro_esteras +BSU_02320 224308.BSU02320 5.14e-214 590.0 COG2207@1|root,COG2207@2|Bacteria,1TQKE@1239|Firmicutes,4HAA2@91061|Bacilli,1ZD9Q@1386|Bacillus 2|Bacteria K Transcriptional regulator ybfP GO:0003674,GO:0003824,GO:0006081,GO:0006082,GO:0006089,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009438,GO:0009987,GO:0016053,GO:0016829,GO:0016835,GO:0016836,GO:0019172,GO:0019243,GO:0019249,GO:0019752,GO:0032787,GO:0042180,GO:0042182,GO:0043436,GO:0044237,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0046185,GO:0046394,GO:0051596,GO:0061727,GO:0071704,GO:0072330,GO:1901575,GO:1901576,GO:1901615,GO:1901617 - ko:K13652,ko:K13653 - - - - ko00000,ko03000 - - - Acetyltransf_1,Acetyltransf_10,HTH_18,HTH_AraC +BSU_02330 224308.BSU02330 1.16e-244 670.0 COG1054@1|root,COG1054@2|Bacteria,1TRG7@1239|Firmicutes,4HA0J@91061|Bacilli,1ZCR7@1386|Bacillus 2|Bacteria S Belongs to the UPF0176 family yceA - - ko:K07146 - - - - ko00000 - - - Rhodanese,Rhodanese_C +BSU_02340 224308.BSU02340 1.22e-272 749.0 COG1301@1|root,COG1301@2|Bacteria,1VQUE@1239|Firmicutes,4HU9Y@91061|Bacilli,1ZE4T@1386|Bacillus 2|Bacteria C Belongs to the dicarboxylate amino acid cation symporter (DAACS) (TC 2.A.23) family gltP - - ko:K03309,ko:K11102,ko:K11103 ko02020,map02020 - - - ko00000,ko00001,ko02000 2.A.23,2.A.23.1.1,2.A.23.1.2,2.A.23.1.3,2.A.23.1.6,2.A.23.1.7 - iYO844.BSU10220 SDF +BSU_02350 224308.BSU02350 0.0 1229.0 COG1263@1|root,COG1264@1|root,COG2190@1|root,COG1263@2|Bacteria,COG1264@2|Bacteria,COG2190@2|Bacteria,1TPJ8@1239|Firmicutes,4HA8X@91061|Bacilli,1ZC48@1386|Bacillus 2|Bacteria G phosphotransferase system ptsG GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0015766,GO:0015771,GO:0015772,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563,GO:0090588,GO:0090589 2.7.1.193,2.7.1.199,2.7.1.201,2.7.1.208,2.7.1.211 ko:K02749,ko:K02750,ko:K02755,ko:K02756,ko:K02757,ko:K02763,ko:K02764,ko:K02765,ko:K02777,ko:K02803,ko:K02804,ko:K02809,ko:K02810,ko:K02818,ko:K02819,ko:K20116,ko:K20117,ko:K20118 ko00010,ko00500,ko00520,ko02026,ko02060,ko05111,map00010,map00500,map00520,map02026,map02060,map05111 M00265,M00266,M00267,M00268,M00269,M00270,M00271,M00272,M00282,M00303,M00806,M00809 R00811,R02631,R02738,R02780,R04111,R04394,R05132,R05199,R08559 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.1,4.A.1.1.10,4.A.1.1.13,4.A.1.1.14,4.A.1.1.15,4.A.1.1.16,4.A.1.1.2,4.A.1.1.4,4.A.1.1.5,4.A.1.1.6,4.A.1.1.7,4.A.1.1.8,4.A.1.1.9,4.A.1.2.1,4.A.1.2.10,4.A.1.2.11,4.A.1.2.12,4.A.1.2.13,4.A.1.2.2,4.A.1.2.4,4.A.1.2.5,4.A.1.2.6,4.A.1.2.8,4.A.1.2.9 - iYO844.BSU07800,iYO844.BSU38050 PTS_EIIA_1,PTS_EIIB,PTS_EIIC +BSU_02360 224308.BSU02360 7.72e-177 493.0 COG0363@1|root,COG0363@2|Bacteria,1TP10@1239|Firmicutes,4HAG4@91061|Bacilli,1ZMA5@1386|Bacillus 2|Bacteria G Catalyzes the reversible isomerization-deamination of glucosamine 6-phosphate (GlcN6P) to form fructose 6-phosphate (Fru6P) and ammonium ion nagB GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006040,GO:0008150,GO:0008152,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:1901135 3.1.1.31,3.5.99.6 ko:K01057,ko:K02564 ko00030,ko00520,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map00520,map01100,map01110,map01120,map01130,map01200 M00004,M00006,M00008 R00765,R02035 RC00163,RC00537 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU02360,iYO844.BSU35020 Glucosamine_iso +BSU_02370 224308.BSU02370 2.91e-165 462.0 COG2188@1|root,COG2188@2|Bacteria,1TVMZ@1239|Firmicutes,4H9TD@91061|Bacilli,1ZF1V@1386|Bacillus 2|Bacteria K UTRA - - - ko:K03710,ko:K10711 - - - - ko00000,ko03000 - - - GntR,UTRA +BSU_02390 224308.BSU02390 1.99e-260 713.0 COG0115@1|root,COG0115@2|Bacteria,1TQQI@1239|Firmicutes,4HASX@91061|Bacilli,1ZBFM@1386|Bacillus 2|Bacteria E Branched-chain amino acid aminotransferase ilvE - 2.6.1.42,4.1.3.38 ko:K00826,ko:K02619 ko00270,ko00280,ko00290,ko00770,ko00790,ko01100,ko01110,ko01130,ko01210,ko01230,map00270,map00280,map00290,map00770,map00790,map01100,map01110,map01130,map01210,map01230 M00019,M00036,M00119,M00570 R01090,R01214,R02199,R05553,R10991 RC00006,RC00036,RC01843,RC02148 ko00000,ko00001,ko00002,ko01000,ko01007 - - iYO844.BSU38550 Aminotran_4 +BSU_02400 224308.BSU02400 0.0 909.0 COG0833@1|root,COG0833@2|Bacteria,1UHNR@1239|Firmicutes,4HUT7@91061|Bacilli,1ZB12@1386|Bacillus 2|Bacteria E amino acid mmuP GO:0000096,GO:0000097,GO:0000100,GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006082,GO:0006520,GO:0006525,GO:0006555,GO:0006790,GO:0006807,GO:0006810,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009066,GO:0009067,GO:0009086,GO:0009987,GO:0015806,GO:0016020,GO:0016053,GO:0019752,GO:0022857,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0044464,GO:0046394,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071704,GO:0071705,GO:0071944,GO:0072337,GO:0072348,GO:0072349,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1901682 - ko:K02205,ko:K03293,ko:K16235,ko:K16236 - - - - ko00000,ko02000 2.A.3.1,2.A.3.1.10 - iHN637.CLJU_RS13850,iYO844.BSU39390 AA_permease +BSU_02410 224308.BSU02410 2.23e-234 644.0 COG2040@1|root,COG2040@2|Bacteria,1UHQ5@1239|Firmicutes,4HAS6@91061|Bacilli,1ZC9Q@1386|Bacillus 2|Bacteria H homocysteine mmuM GO:0003674,GO:0003824,GO:0005488,GO:0006575,GO:0006790,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008168,GO:0008172,GO:0008270,GO:0008757,GO:0008898,GO:0009987,GO:0016740,GO:0016741,GO:0032259,GO:0033477,GO:0033554,GO:0043167,GO:0043169,GO:0044237,GO:0046872,GO:0046914,GO:0050896,GO:0051716,GO:0071704,GO:1901564 1.5.1.20,2.1.1.10 ko:K00297,ko:K00547 ko00270,ko00670,ko00720,ko01100,ko01110,ko01120,ko01200,ko01523,map00270,map00670,map00720,map01100,map01110,map01120,map01200,map01523 M00377 R00650,R01224,R07168 RC00003,RC00035,RC00081 ko00000,ko00001,ko00002,ko01000 - - - S-methyl_trans +BSU_02420 224308.BSU02420 0.0 897.0 COG1115@1|root,COG1115@2|Bacteria,1TNZP@1239|Firmicutes,4H9SZ@91061|Bacilli,1ZAX7@1386|Bacillus 2|Bacteria E Sodium alanine symporter agcS GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03310,ko:K11626 ko02020,map02020 - - - ko00000,ko00001 2.A.25 - - Na_Ala_symp +BSU_02430 224308.BSU02430 9.16e-240 658.0 COG2066@1|root,COG2066@2|Bacteria,1TP64@1239|Firmicutes,4H9XA@91061|Bacilli,1ZBXX@1386|Bacillus 2|Bacteria E Belongs to the glutaminase family glsA GO:0003674,GO:0003824,GO:0004359,GO:0006082,GO:0006520,GO:0006536,GO:0006537,GO:0006541,GO:0006543,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009056,GO:0009058,GO:0009063,GO:0009064,GO:0009065,GO:0009084,GO:0009987,GO:0016053,GO:0016054,GO:0016787,GO:0016810,GO:0016811,GO:0019752,GO:0040008,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0045926,GO:0046394,GO:0046395,GO:0048519,GO:0050789,GO:0065007,GO:0071704,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576,GO:1901605,GO:1901606,GO:1901607 3.5.1.2 ko:K01425 ko00220,ko00250,ko00471,ko01100,ko04724,ko04727,ko04964,ko05206,ko05230,map00220,map00250,map00471,map01100,map04724,map04727,map04964,map05206,map05230 - R00256,R01579 RC00010,RC02798 ko00000,ko00001,ko01000 - - iB21_1397.B21_01492,iECBD_1354.ECBD_2118,iECB_1328.ECB_01481,iECD_1391.ECD_01481,iYL1228.KPN_01636,iYO844.BSU02430 Glutaminase +BSU_02440 224308.BSU02440 1.01e-294 804.0 COG4191@1|root,COG4191@2|Bacteria,1UHS4@1239|Firmicutes,4HCZT@91061|Bacilli,1ZD9G@1386|Bacillus 2|Bacteria T Histidine kinase phoQ - 2.7.13.3 ko:K07637,ko:K07638,ko:K07717 ko01503,ko02020,ko02026,map01503,map02020,map02026 M00444,M00445,M00518,M00709,M00721,M00723,M00724,M00742,M00743,M00744 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko01504,ko02022 - - - HAMP,HATPase_c,HATPase_c_3,HisKA +BSU_02450 224308.BSU02450 1.72e-217 601.0 COG0784@1|root,COG0784@2|Bacteria,1UHS3@1239|Firmicutes,4HBYG@91061|Bacilli,1ZBP6@1386|Bacillus 2|Bacteria T Regulator glnL - - ko:K07719 ko02020,map02020 M00518 - - ko00000,ko00001,ko00002,ko02022 - - - Response_reg,TPR_16,TPR_19,TPR_8,YcbB +BSU_02460 224308.BSU02460 4.1e-222 612.0 COG0329@1|root,COG0329@2|Bacteria,1UHED@1239|Firmicutes,4HAUA@91061|Bacilli,1ZASZ@1386|Bacillus 2|Bacteria EM 5-dehydro-4-deoxyglucarate dehydratase activity kdgD - 4.2.1.41 ko:K01707 ko00053,ko01100,map00053,map01100 - R02279 RC00678 ko00000,ko00001,ko01000 - - - DHDPS +BSU_02470 224308.BSU02470 0.0 951.0 COG1012@1|root,COG1012@2|Bacteria,1TP4S@1239|Firmicutes,4H9MF@91061|Bacilli,1ZAXK@1386|Bacillus 2|Bacteria C Catalyzes the oxidation of malonate semialdehyde (MSA) and methylmalonate semialdehyde (MMSA) into acetyl-CoA and propanoyl-CoA, respectively ycbD - 1.2.1.3 ko:K00128,ko:K22187 ko00010,ko00040,ko00053,ko00071,ko00280,ko00310,ko00330,ko00340,ko00380,ko00410,ko00561,ko00620,ko00625,ko00903,ko00981,ko01100,ko01110,ko01120,ko01130,map00010,map00040,map00053,map00071,map00280,map00310,map00330,map00340,map00380,map00410,map00561,map00620,map00625,map00903,map00981,map01100,map01110,map01120,map01130 M00135 R00264,R00631,R00710,R00904,R01752,R01986,R02549,R02678,R02940,R02957,R03283,R03869,R04065,R04506,R04903,R05050,R05237,R05238,R05286,R06366,R08146,R11768 RC00047,RC00071,RC00080,RC00186,RC00218,RC00242,RC00816,RC01500 ko00000,ko00001,ko00002,ko01000 - - - Aldedh +BSU_02480 224308.BSU02480 0.0 889.0 COG2271@1|root,COG2271@2|Bacteria,1TP6X@1239|Firmicutes,4HEVA@91061|Bacilli,1ZCX2@1386|Bacillus 2|Bacteria G COG0477 Permeases of the major facilitator superfamily gudP GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0015711,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0044425,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944 - ko:K03535,ko:K08191 - - - - ko00000,ko02000 2.A.1.14.1,2.A.1.14.2 - iSSON_1240.SSON_2946,iYO844.BSU02480 MFS_1 +BSU_02490 224308.BSU02490 0.0 926.0 COG4948@1|root,COG4948@2|Bacteria,1TUWS@1239|Firmicutes,4HCCY@91061|Bacilli,1ZE3M@1386|Bacillus 2|Bacteria M Belongs to the mandelate racemase muconate lactonizing enzyme family gudD GO:0000287,GO:0003674,GO:0003824,GO:0005488,GO:0005975,GO:0006082,GO:0008150,GO:0008152,GO:0008872,GO:0009056,GO:0009987,GO:0016052,GO:0016054,GO:0016829,GO:0016835,GO:0016836,GO:0017144,GO:0019392,GO:0019394,GO:0019577,GO:0019579,GO:0019752,GO:0042737,GO:0042836,GO:0042838,GO:0043167,GO:0043169,GO:0043436,GO:0043648,GO:0043649,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046395,GO:0046872,GO:0071704,GO:1901575 4.2.1.40 ko:K01706 ko00053,ko01100,map00053,map01100 - R02752,R08056 RC00543 ko00000,ko00001,ko01000 - - iECO26_1355.ECO26_3857 MR_MLE_C,MR_MLE_N +BSU_02500 224308.BSU02500 1.33e-160 450.0 COG2186@1|root,COG2186@2|Bacteria,1UZ3J@1239|Firmicutes,4HCTE@91061|Bacilli,1ZEQX@1386|Bacillus 2|Bacteria K FCD ycbG - - ko:K05799 - - - - ko00000,ko03000 - - - FCD,GntR +BSU_02510 224308.BSU02510 0.0 1020.0 COG2721@1|root,COG2721@2|Bacteria,1TPTX@1239|Firmicutes,4HAQZ@91061|Bacilli,1ZB6X@1386|Bacillus 2|Bacteria G Altronate garD GO:0003674,GO:0003824,GO:0005975,GO:0005996,GO:0006063,GO:0006082,GO:0008150,GO:0008152,GO:0008789,GO:0008867,GO:0009056,GO:0009987,GO:0016052,GO:0016054,GO:0016829,GO:0016835,GO:0016836,GO:0019577,GO:0019579,GO:0019580,GO:0019586,GO:0019698,GO:0019752,GO:0032787,GO:0043436,GO:0043648,GO:0043649,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046365,GO:0046392,GO:0046395,GO:0046396,GO:0046397,GO:0071704,GO:0072329,GO:1901575 4.2.1.42,4.2.1.7 ko:K01685,ko:K01708,ko:K16850 ko00040,ko00053,ko01100,map00040,map00053,map01100 M00631 R01540,R05608 RC00543 ko00000,ko00001,ko00002,ko01000 - - iECED1_1282.ECED1_3790,iECP_1309.ECP_3218,iLF82_1304.LF82_0803,iNRG857_1313.NRG857_15535,iYO844.BSU02510 GD_AH_C,SAF +BSU_02520 224308.BSU02520 4.64e-227 624.0 COG3173@1|root,COG3173@2|Bacteria,1TPYB@1239|Firmicutes,4HBYQ@91061|Bacilli,1ZDCM@1386|Bacillus 2|Bacteria S Macrolide 2'-phosphotransferase ycbJ - - ko:K06979 - M00760 - - br01600,ko00000,ko00002,ko01504 - - - APH +BSU_02530 224308.BSU02530 8.73e-33 113.0 2CJT0@1|root,2ZS83@2|Bacteria,1W42W@1239|Firmicutes,4HZX8@91061|Bacilli 2|Bacteria K Tryptophan RNA-binding attenuator protein inhibitory protein rtpA GO:0003674,GO:0005488,GO:0005515,GO:0042802 - - - - - - - - - - Anti-TRAP +BSU_02540 224308.BSU02540 1.87e-220 608.0 COG0697@1|root,COG0697@2|Bacteria 2|Bacteria EG spore germination eamA1 - - - - - - - - - - - EamA +BSU_02550 224308.BSU02550 1.9e-161 452.0 COG0745@1|root,COG0745@2|Bacteria,1TRK5@1239|Firmicutes,4HE4N@91061|Bacilli,1ZDIJ@1386|Bacillus 2|Bacteria T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain ycbL - - ko:K02483 - - - - ko00000,ko02022 - - - Response_reg,Trans_reg_C +BSU_02560 224308.BSU02560 1.66e-218 603.0 COG0642@1|root,COG2205@2|Bacteria,1TPK5@1239|Firmicutes,4HC46@91061|Bacilli,1ZBGU@1386|Bacillus 2|Bacteria T Histidine kinase ycbM - - - - - - - - - - - HATPase_c,HisKA +BSU_02570 224308.BSU02570 4.75e-216 597.0 COG1131@1|root,COG1131@2|Bacteria,1TPBQ@1239|Firmicutes,4HC5D@91061|Bacilli,1ZDHR@1386|Bacillus 2|Bacteria V ABC transporter, ATP-binding protein ycbN - - ko:K01990 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC_tran +BSU_02580 224308.BSU02580 4.25e-150 423.0 COG1277@1|root,2Z9TS@2|Bacteria,1TPNJ@1239|Firmicutes,4HGY0@91061|Bacilli,1ZGQ2@1386|Bacillus 2|Bacteria S ABC-2 family transporter protein - - - - - - - - - - - - ABC2_membrane_2,ABC2_membrane_4 +BSU_02590 224308.BSU02590 2.21e-76 229.0 2E4BW@1|root,32Z7G@2|Bacteria,1VH0F@1239|Firmicutes,4HPQD@91061|Bacilli,1ZJ7Q@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2512) ycbP - - - - - - - - - - - DUF2512 +BSU_02600 224308.BSU02600 1.82e-102 296.0 COG3773@1|root,COG3773@2|Bacteria,1V3QK@1239|Firmicutes,4HH00@91061|Bacilli,1ZGB9@1386|Bacillus 2|Bacteria M Cell wall cwlJ - 3.5.1.28 ko:K01449 - - R04112 RC00064,RC00141 ko00000,ko01000 - - - Hydrolase_2 +BSU_02610 224308.BSU02610 4.66e-175 488.0 COG2304@1|root,COG2304@2|Bacteria,1UZ85@1239|Firmicutes,4HCUJ@91061|Bacilli,1ZE5Y@1386|Bacillus 2|Bacteria T vWA found in TerF C terminus ycbR - - - - - - - - - - - TerD,vWA-TerF-like +BSU_02620 224308.BSU02620 0.0 1195.0 COG3540@1|root,COG3540@2|Bacteria,1UZSJ@1239|Firmicutes,4HE16@91061|Bacilli,1ZB15@1386|Bacillus 2|Bacteria P COG3540 Phosphodiesterase alkaline phosphatase D phoD - 3.1.3.1 ko:K01113 ko00790,ko01100,ko02020,map00790,map01100,map02020 M00126 R04620 RC00017 ko00000,ko00001,ko00002,ko01000 - - - PhoD,PhoD_N +BSU_02630 224308.BSU02630 3.12e-38 128.0 COG1826@1|root,COG1826@2|Bacteria,1VFP2@1239|Firmicutes,4HNM7@91061|Bacilli,1ZIUG@1386|Bacillus 2|Bacteria U Part of the twin-arginine translocation (Tat) system that transports large folded proteins containing a characteristic twin-arginine motif in their signal peptide across membranes. TatA could form the protein-conducting channel of the Tat system tatA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0016020,GO:0044424,GO:0044444,GO:0044464,GO:0071944 - ko:K03116 ko03060,ko03070,map03060,map03070 M00336 - - ko00000,ko00001,ko00002,ko02044 2.A.64 - - MttA_Hcf106 +BSU_02640 224308.BSU02640 7.6e-160 449.0 COG0805@1|root,COG0805@2|Bacteria,1U7N7@1239|Firmicutes,4HB1U@91061|Bacilli,1ZBYZ@1386|Bacillus 2|Bacteria U Part of the twin-arginine translocation (Tat) system that transports large folded proteins containing a characteristic twin-arginine motif in their signal peptide across membranes tatC GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006886,GO:0008104,GO:0008150,GO:0008320,GO:0008565,GO:0009977,GO:0015031,GO:0015291,GO:0015399,GO:0015405,GO:0015450,GO:0015833,GO:0016020,GO:0022804,GO:0022857,GO:0022884,GO:0032991,GO:0033036,GO:0033281,GO:0034613,GO:0042886,GO:0042887,GO:0043953,GO:0044425,GO:0044459,GO:0044464,GO:0045184,GO:0046907,GO:0051179,GO:0051234,GO:0051641,GO:0051649,GO:0055085,GO:0065002,GO:0070727,GO:0071702,GO:0071705,GO:0071806,GO:0071944,GO:0098796,GO:0098797,GO:1904680 - ko:K03118 ko03060,ko03070,map03060,map03070 M00336 - - ko00000,ko00001,ko00002,ko02044 2.A.64 - - TatC +BSU_02650 224308.BSU02650 2.52e-156 438.0 COG2039@1|root,COG2039@2|Bacteria,1TRRX@1239|Firmicutes,4HCIJ@91061|Bacilli,1ZEI9@1386|Bacillus 2|Bacteria O Removes 5-oxoproline from various penultimate amino acid residues except L-proline pcp GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0019538,GO:0043170,GO:0044238,GO:0044424,GO:0044464,GO:0071704,GO:1901564 3.4.19.3 ko:K01304 - - - - ko00000,ko01000,ko01002 - - - Peptidase_C15 +BSU_02660 224308.BSU02660 3.48e-268 734.0 COG0520@1|root,COG0520@2|Bacteria,1TRDP@1239|Firmicutes,4HBP7@91061|Bacilli,1ZQ2U@1386|Bacillus 2|Bacteria E Selenocysteine lyase ycbU - - - - - - - - - - - Aminotran_5 +BSU_02670 224308.BSU02670 9.32e-310 848.0 COG0477@1|root,COG0477@2|Bacteria,1UNMW@1239|Firmicutes,4HFCU@91061|Bacilli,1ZS2J@1386|Bacillus 2|Bacteria EGP the major facilitator superfamily lmrB - - ko:K18926 - M00715 - - ko00000,ko00002,ko02000 2.A.1.3.30 - - MFS_1 +BSU_02680 224308.BSU02680 6.54e-132 374.0 COG1309@1|root,COG1309@2|Bacteria,1V9W3@1239|Firmicutes,4IPY1@91061|Bacilli,1ZREG@1386|Bacillus 2|Bacteria K Transcriptional regulator yxaF GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - ko:K16137,ko:K18939 - M00715 - - ko00000,ko00002,ko03000 - - - TetR_C_13,TetR_N +BSU_02690 224308.BSU02690 8.74e-260 713.0 COG0252@1|root,COG0252@2|Bacteria,1TPP9@1239|Firmicutes,4H9YJ@91061|Bacilli,1ZAZT@1386|Bacillus 2|Bacteria EJ COG0252 L-asparaginase archaeal Glu-tRNAGln amidotransferase subunit D ansB GO:0003674,GO:0003824,GO:0004067,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006528,GO:0006530,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009063,GO:0009064,GO:0009065,GO:0009066,GO:0009068,GO:0009987,GO:0016054,GO:0016787,GO:0016810,GO:0016811,GO:0019752,GO:0032787,GO:0034641,GO:0043436,GO:0043603,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0044424,GO:0044464,GO:0046395,GO:0071704,GO:0072329,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 3.5.1.1 ko:K01424 ko00250,ko00460,ko01100,ko01110,map00250,map00460,map01100,map01110 - R00485 RC00010,RC02798 ko00000,ko00001,ko01000 - - - Asparaginase +BSU_02700 224308.BSU02700 4e-147 414.0 COG1075@1|root,COG1075@2|Bacteria,1VVU8@1239|Firmicutes,4HWN0@91061|Bacilli,1ZB57@1386|Bacillus 2|Bacteria S acetyltransferases and hydrolases with the alpha beta hydrolase fold lip GO:0003674,GO:0003824,GO:0004806,GO:0005575,GO:0005576,GO:0016298,GO:0016787,GO:0016788,GO:0052689 3.1.1.3 ko:K01046 ko00561,ko01100,map00561,map01100 M00098 R02250,R02687 RC00020,RC00037,RC00041,RC00094 ko00000,ko00001,ko00002,ko01000 - - - Lipase_2 +BSU_02710 224308.BSU02710 1.24e-77 232.0 COG1714@1|root,COG1714@2|Bacteria 2|Bacteria S RDD family - - - - - - - - - - - - RDD +BSU_02720 224308.BSU02720 1.01e-254 699.0 COG1405@1|root,COG3012@1|root,COG1405@2|Bacteria,COG3012@2|Bacteria,1V8NE@1239|Firmicutes,4HK5V@91061|Bacilli,1ZE7P@1386|Bacillus 2|Bacteria K SEC-C motif yccF - - ko:K07039 - - - - ko00000 - - - HTH_psq,SEC-C,TPR_19 +BSU_02730 224308.BSU02730 2.74e-216 598.0 COG3290@1|root,COG3290@2|Bacteria,1VK8U@1239|Firmicutes,4HR8P@91061|Bacilli,1ZEI5@1386|Bacillus 2|Bacteria T GHKL domain natK - 2.7.13.3 ko:K03406,ko:K07706,ko:K11614,ko:K11637,ko:K11640,ko:K11691 ko02020,ko02024,ko02030,map02020,map02024,map02030 M00487,M00489,M00490,M00494,M00495 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022,ko02035 - - - HATPase_c,HATPase_c_5,PAS,SPOB_a,sCache_3_2 +BSU_02740 224308.BSU02740 6.86e-163 456.0 COG3279@1|root,COG3279@2|Bacteria,1V14X@1239|Firmicutes,4HGFK@91061|Bacilli,1ZAPX@1386|Bacillus 2|Bacteria T LytTr DNA-binding domain lytR_2 - - ko:K02477,ko:K07705,ko:K08083,ko:K11641 ko02020,map02020 M00492,M00493,M00494 - - ko00000,ko00001,ko00002,ko02022 - - - LytTR,Response_reg +BSU_02750 224308.BSU02750 5.41e-171 478.0 COG4555@1|root,COG4555@2|Bacteria,1UHYH@1239|Firmicutes,4ISGA@91061|Bacilli,1ZC0Y@1386|Bacillus 2|Bacteria CP ATPases associated with a variety of cellular activities natA - 3.6.3.7 ko:K01990,ko:K09697 ko02010,ko02020,map02010,map02020 M00253,M00254 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1,3.A.1.115 - iYO844.BSU02750 ABC_tran +BSU_02760 224308.BSU02760 9.75e-258 709.0 COG1668@1|root,COG1668@2|Bacteria,1V8IQ@1239|Firmicutes,4IQWM@91061|Bacilli,1ZRP0@1386|Bacillus 2|Bacteria CP ABC-2 family transporter protein natB - - ko:K01992,ko:K09696 ko02010,ko02020,map02010,map02020 M00253,M00254 - - ko00000,ko00001,ko00002,ko02000 3.A.1,3.A.1.115 - iYO844.BSU02760 ABC2_membrane_2,ABC2_membrane_3,Abi +BSU_02770 224308.BSU02770 5.83e-223 614.0 COG0667@1|root,COG0667@2|Bacteria,1TPIY@1239|Firmicutes,4HA4Q@91061|Bacilli,1ZCES@1386|Bacillus 2|Bacteria C Aldo keto reductase yccK - - ko:K06607 - - - - ko00000,ko01000 - - - Aldo_ket_red +BSU_02780 224308.BSU02780 1.35e-241 665.0 2CEN8@1|root,32ESZ@2|Bacteria,1V92B@1239|Firmicutes,4HJUE@91061|Bacilli,1ZFKF@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF5105) ycdA - - - - - - - - - - - DUF4352,DUF5105 +BSU_02790 224308.BSU02790 0.0 970.0 COG1595@1|root,COG1595@2|Bacteria,1VB3P@1239|Firmicutes,4HMZV@91061|Bacilli,1ZH8C@1386|Bacillus 2|Bacteria K Belongs to the sigma-70 factor family. ECF subfamily ycdB - - ko:K03088 - - - - ko00000,ko03021 - - - DUF4901,Sigma70_r2,Sigma70_r4_2 +BSU_02800 224308.BSU02800 0.0 928.0 COG1595@1|root,COG1595@2|Bacteria,1VB3P@1239|Firmicutes,4HMZV@91061|Bacilli 2|Bacteria K Belongs to the sigma-70 factor family. ECF subfamily ycdC - - ko:K03088 - - - - ko00000,ko03021 - - - DUF4901,Sigma70_r2,Sigma70_r4_2 +BSU_02810 224308.BSU02810 3.91e-125 355.0 COG1876@1|root,COG1876@2|Bacteria,1V69M@1239|Firmicutes,4HJT3@91061|Bacilli,1ZPVJ@1386|Bacillus 2|Bacteria M D-alanyl-D-alanine carboxypeptidase cwlK - - ko:K17733 - - - - ko00000,ko01000,ko01002,ko01011 - - - Peptidase_M15_4,VanY +BSU_02820 224308.BSU02820 1.42e-248 684.0 COG0457@1|root,COG0457@2|Bacteria,1UBN0@1239|Firmicutes,4IN2J@91061|Bacilli,1ZMNF@1386|Bacillus 2|Bacteria S Response regulator aspartate phosphatase rapJ - - ko:K06368 - - - - ko00000,ko01000 - - - TPR_12 +BSU_02830 224308.BSU02830 5.87e-181 504.0 COG1028@1|root,COG1028@2|Bacteria,1VTHQ@1239|Firmicutes,4HTXP@91061|Bacilli,1ZQ6B@1386|Bacillus 2|Bacteria IQ Enoyl-(Acyl carrier protein) reductase - - 1.1.1.47 ko:K00034 ko00030,ko01120,ko01200,map00030,map01120,map01200 - R01520,R01521 RC00066 ko00000,ko00001,ko01000 - - - adh_short_C2 +BSU_02840 224308.BSU02840 0.0 1200.0 COG0366@1|root,COG0366@2|Bacteria,1TP53@1239|Firmicutes,4HA1G@91061|Bacilli,1ZASC@1386|Bacillus 2|Bacteria G COG0366 Glycosidases malL GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.2.1.1,3.2.1.10,3.2.1.20,3.2.1.93,5.4.99.16 ko:K01182,ko:K01187,ko:K01226,ko:K05343 ko00052,ko00500,ko01100,map00052,map00500,map01100 - R00028,R00801,R00802,R00837,R01557,R01718,R01791,R02108,R02112,R06087,R06088,R06113,R06199,R11262 RC00028,RC00049,RC00059,RC00077,RC00451,RC01816 ko00000,ko00001,ko01000 - GH13,GH31 - Alpha-amylase,DUF3459,Malt_amylase_C +BSU_02850 224308.BSU02850 1.95e-221 611.0 COG0803@1|root,COG0803@2|Bacteria,1TPG7@1239|Firmicutes,4H9UN@91061|Bacilli,1ZC2Z@1386|Bacillus 2|Bacteria P Belongs to the bacterial solute-binding protein 9 family adcA - - ko:K09815 ko02010,map02010 M00242 - - ko00000,ko00001,ko00002,ko02000 3.A.1.15.3,3.A.1.15.5 - - ZinT,ZnuA +BSU_02860 224308.BSU02860 1.99e-170 475.0 COG1121@1|root,COG1121@2|Bacteria,1TQ68@1239|Firmicutes,4HAZI@91061|Bacilli,1ZBS5@1386|Bacillus 2|Bacteria P 'COG1121 ABC-type Mn Zn transport systems, ATPase component' adcC - - ko:K02074,ko:K09817,ko:K11710 ko02010,map02010 M00242,M00244,M00319 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.15,3.A.1.15.3,3.A.1.15.5 - iHN637.CLJU_RS15665,iYO844.BSU02860,iYO844.BSU30760 ABC_tran +BSU_02870 224308.BSU02870 4.63e-173 486.0 COG1108@1|root,COG1108@2|Bacteria,1TR79@1239|Firmicutes,4HC3C@91061|Bacilli,1ZB0A@1386|Bacillus 2|Bacteria P COG1108 ABC-type Mn2 Zn2 transport systems, permease components adcB GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0010035,GO:0010038,GO:0010043,GO:0016020,GO:0042221,GO:0044464,GO:0050896,GO:0071944 - ko:K09816 ko02010,map02010 M00242 - - ko00000,ko00001,ko00002,ko02000 3.A.1.15.3,3.A.1.15.5 - - ABC-3 +BSU_02880 224308.BSU02880 2.63e-241 662.0 COG2141@1|root,COG2141@2|Bacteria,1TPRS@1239|Firmicutes,4H9R2@91061|Bacilli,1ZB1E@1386|Bacillus 2|Bacteria C COG2141 Coenzyme F420-dependent N5,N10-methylene tetrahydromethanopterin reductase and related flavin-dependent oxidoreductases yceB GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 - - - - - - - - - - Bac_luciferase +BSU_02890 224308.BSU02890 1.08e-140 397.0 COG2310@1|root,COG2310@2|Bacteria,1TR98@1239|Firmicutes,4HBM3@91061|Bacilli,1ZD3Z@1386|Bacillus 2|Bacteria T proteins involved in stress response, homologs of TerZ and yceC GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.5.4.33 ko:K05795,ko:K11991 - - R10223 RC00477 ko00000,ko01000,ko03016 - - - TerD +BSU_02900 224308.BSU02900 8.9e-137 387.0 COG2310@1|root,COG2310@2|Bacteria,1TNZQ@1239|Firmicutes,4HA7H@91061|Bacilli,1ZB1M@1386|Bacillus 2|Bacteria T proteins involved in stress response, homologs of TerZ and yceD GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 - ko:K05795 - - - - ko00000 - - - TerD +BSU_02910 224308.BSU02910 4.97e-138 390.0 COG2310@1|root,COG2310@2|Bacteria,1TNZQ@1239|Firmicutes,4HA7H@91061|Bacilli,1ZBCX@1386|Bacillus 2|Bacteria T proteins involved in stress response, homologs of TerZ and yceE GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 - ko:K05795 - - - - ko00000 - - - TerD +BSU_02920 224308.BSU02920 1.18e-175 490.0 COG0861@1|root,COG0861@2|Bacteria,1UVIJ@1239|Firmicutes,4HEKW@91061|Bacilli,1ZRX6@1386|Bacillus 2|Bacteria P Protein of unknown function (DUF475) terC - - ko:K05794 - - - - ko00000 - - - TerC +BSU_02930 224308.BSU02930 0.0 1091.0 2BVVP@1|root,2Z9CR@2|Bacteria,1TRYC@1239|Firmicutes,4HC71@91061|Bacilli,1ZBR8@1386|Bacillus 2|Bacteria S Putative component of 'biosynthetic module' yceG - - - - - - - - - - - YceG_bac +BSU_02940 224308.BSU02940 2.96e-245 675.0 COG3853@1|root,COG3853@2|Bacteria,1TQVX@1239|Firmicutes,4HB7G@91061|Bacilli,1ZQEF@1386|Bacillus 2|Bacteria P Belongs to the TelA family yceH - - - - - - - - - - - TelA +BSU_02950 224308.BSU02950 2.32e-279 764.0 COG0477@1|root,COG0477@2|Bacteria,1UIFU@1239|Firmicutes,4ISWR@91061|Bacilli,1ZS7A@1386|Bacillus 2|Bacteria P Uncharacterised MFS-type transporter YbfB naiP GO:0005575,GO:0016020,GO:0016021,GO:0031224,GO:0044425 - ko:K08369 - - - - ko00000,ko02000 2.A.1 - - MFS_1,Sugar_tr +BSU_02960 224308.BSU02960 3.34e-267 733.0 COG0477@1|root,COG2814@2|Bacteria,1TSS8@1239|Firmicutes,4HF36@91061|Bacilli,1ZMIV@1386|Bacillus 2|Bacteria EGP Uncharacterised MFS-type transporter YbfB yceJ GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - - - - - - - - - - MFS_1,Sugar_tr +BSU_02970 224308.BSU02970 2.23e-65 199.0 COG0640@1|root,COG0640@2|Bacteria,1UV2N@1239|Firmicutes,4I4FV@91061|Bacilli,1ZP5F@1386|Bacillus 2|Bacteria K helix_turn_helix, Arsenical Resistance Operon Repressor - GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - HTH_20 +BSU_02980 224308.BSU02980 8.99e-293 800.0 COG0517@1|root,COG4175@1|root,COG0517@2|Bacteria,COG4175@2|Bacteria,1UHNE@1239|Firmicutes,4HA9P@91061|Bacilli,1ZS1P@1386|Bacillus 2|Bacteria E glycine betaine proV - 3.6.3.32 ko:K02000,ko:K05847 ko02010,map02010 M00208,M00209 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.12 - iYO844.BSU33730 ABC_tran,CBS +BSU_02990 224308.BSU02990 2.1e-186 520.0 COG4176@1|root,COG4176@2|Bacteria,1UHRI@1239|Firmicutes,4IS7D@91061|Bacilli,1ZS1Q@1386|Bacillus 2|Bacteria P glycine betaine opuAB GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006836,GO:0008150,GO:0015695,GO:0015696,GO:0015871,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944 - ko:K02001,ko:K02002 ko02010,map02010 M00208 - - ko00000,ko00001,ko00002,ko02000 3.A.1.12 - - BPD_transp_1,OpuAC +BSU_03000 224308.BSU03000 2.01e-210 581.0 COG2113@1|root,COG2113@2|Bacteria,1TP82@1239|Firmicutes,4H9MM@91061|Bacilli,1ZS5A@1386|Bacillus 2|Bacteria E glycine betaine opuAC GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0015695,GO:0015696,GO:0015697,GO:0015838,GO:0016020,GO:0031460,GO:0044464,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944,GO:0072337 - ko:K02001,ko:K02002,ko:K03406 ko02010,ko02020,ko02030,map02010,map02020,map02030 M00208 - - ko00000,ko00001,ko00002,ko02000,ko02035 3.A.1.12 - - OpuAC +BSU_03010 224308.BSU03010 2.5e-279 763.0 COG1473@1|root,COG1473@2|Bacteria,1TQ7R@1239|Firmicutes,4HB6M@91061|Bacilli,1ZB9M@1386|Bacillus 2|Bacteria S amidohydrolase amhX - - ko:K14665 - - - - ko00000,ko01000,ko01002 - - - M20_dimer,Peptidase_M20 +BSU_03020 224308.BSU03020 0.0 895.0 COG1288@1|root,COG1288@2|Bacteria,1TQJ0@1239|Firmicutes,4H9P7@91061|Bacilli,1ZBC6@1386|Bacillus 2|Bacteria S Membrane ycgA - - - - - - - - - - - DcuC +BSU_03030 224308.BSU03030 1.25e-127 363.0 291CP@1|root,2ZNZI@2|Bacteria,1W2X5@1239|Firmicutes,4I0H4@91061|Bacilli,1ZK8J@1386|Bacillus 2|Bacteria - - ycgB - - - - - - - - - - - - +BSU_03040 224308.BSU03040 0.0 1340.0 COG0366@1|root,COG0366@2|Bacteria,1TQSE@1239|Firmicutes,4HEGR@91061|Bacilli 2|Bacteria G alpha-amylase amyE - 3.2.1.1 ko:K01176 ko00500,ko01100,ko04973,map00500,map01100,map04973 - R02108,R02112,R11262 - ko00000,ko00001,ko01000 - GH13 - Alpha-amylase,Big_2,CBM26,CBM_20,CBM_25,SLH +BSU_03050 224308.BSU03050 2.06e-233 642.0 COG0039@1|root,COG0039@2|Bacteria,1TPSY@1239|Firmicutes,4HB0Z@91061|Bacilli,1ZD2C@1386|Bacillus 2|Bacteria C Belongs to the LDH MDH superfamily. LDH family ldh GO:0003674,GO:0003824,GO:0004457,GO:0004459,GO:0005975,GO:0006082,GO:0006090,GO:0006091,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016052,GO:0016053,GO:0016310,GO:0016491,GO:0016614,GO:0016616,GO:0017144,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042866,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046031,GO:0046034,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046939,GO:0051186,GO:0051188,GO:0055086,GO:0055114,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576 1.1.1.27 ko:K00016 ko00010,ko00270,ko00620,ko00640,ko01100,ko01110,ko01120,ko01130,ko04922,map00010,map00270,map00620,map00640,map01100,map01110,map01120,map01130,map04922 - R00703,R01000,R03104 RC00031,RC00044 ko00000,ko00001,ko01000,ko04147 - - - Ldh_1_C,Ldh_1_N +BSU_03060 224308.BSU03060 0.0 1014.0 COG1620@1|root,COG1620@2|Bacteria,1TQNM@1239|Firmicutes,4HAF3@91061|Bacilli,1ZC0U@1386|Bacillus 2|Bacteria C L-lactate permease lctP GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02550,ko:K03303 - - - - ko00000,ko02000 2.A.14,2.A.14.1.2 - - Lactate_perm +BSU_03070 224308.BSU03070 0.0 972.0 COG0477@1|root,COG2814@2|Bacteria,1VSW8@1239|Firmicutes,4HUQC@91061|Bacilli,1ZAS8@1386|Bacillus 2|Bacteria EGP the major facilitator superfamily mdr GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - - - - - - - - - - MFS_1 +BSU_03080 224308.BSU03080 1.06e-100 292.0 COG1846@1|root,COG1846@2|Bacteria,1V8TC@1239|Firmicutes,4HK9G@91061|Bacilli,1ZBA1@1386|Bacillus 2|Bacteria K helix_turn_helix multiple antibiotic resistance protein emrR GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - MarR,MarR_2 +BSU_03090 224308.BSU03090 5.28e-146 411.0 COG1280@1|root,COG1280@2|Bacteria,1V1Q5@1239|Firmicutes,4HFVQ@91061|Bacilli,1ZEMW@1386|Bacillus 2|Bacteria E Lysine exporter protein LysE YggA ycgF GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006820,GO:0006865,GO:0008150,GO:0008324,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015174,GO:0015181,GO:0015318,GO:0015711,GO:0015802,GO:0015807,GO:0015809,GO:0015849,GO:0015893,GO:0016020,GO:0022857,GO:0034220,GO:0042221,GO:0042493,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098655,GO:0098656,GO:1902023,GO:1903825,GO:1903826,GO:1905039,GO:1990822 - ko:K06895 - - - - ko00000,ko02000 2.A.75.1 - - LysE +BSU_03100 224308.BSU03100 1.85e-195 540.0 COG3403@1|root,COG3403@2|Bacteria,1US5K@1239|Firmicutes,4HDGW@91061|Bacilli,1ZQUM@1386|Bacillus 2|Bacteria S YqcI/YcgG family yqcI - - ko:K09190 - - - - ko00000 - - - YqcI_YcgG +BSU_03110 224308.BSU03110 0.0 867.0 COG1113@1|root,COG1113@2|Bacteria,1TP97@1239|Firmicutes,4H9QX@91061|Bacilli,1ZDGG@1386|Bacillus 2|Bacteria E COG1113 Gamma-aminobutyrate permease and related permeases ycgH GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03293,ko:K16235 - - - - ko00000,ko02000 2.A.3.1,2.A.3.1.10 - - AA_permease +BSU_03120 224308.BSU03120 7.6e-145 407.0 COG3665@1|root,COG3665@2|Bacteria,1V1VR@1239|Firmicutes,4HVM7@91061|Bacilli,1ZQJI@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF1989) ycgI - - ko:K09967 - - - - ko00000 - - - DUF1989 +BSU_03130 224308.BSU03130 1.83e-191 531.0 COG0171@1|root,COG0171@2|Bacteria,1TQ38@1239|Firmicutes,4HA2R@91061|Bacilli,1ZBM2@1386|Bacillus 2|Bacteria H Catalyzes the ATP-dependent amidation of deamido-NAD to form NAD. Uses ammonia as a nitrogen source nadE GO:0000003,GO:0003674,GO:0003824,GO:0003952,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006725,GO:0006732,GO:0006733,GO:0006734,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008795,GO:0009058,GO:0009108,GO:0009117,GO:0009165,GO:0009435,GO:0009987,GO:0016874,GO:0016879,GO:0016880,GO:0016884,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019637,GO:0019674,GO:0019954,GO:0030436,GO:0032502,GO:0034641,GO:0034654,GO:0043934,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046483,GO:0046496,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072524,GO:0072525,GO:0090407,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 6.3.1.5 ko:K01916 ko00760,ko01100,map00760,map01100 M00115 R00189 RC00100 ko00000,ko00001,ko00002,ko01000 - - - NAD_synthase +BSU_03140 224308.BSU03140 1.31e-140 397.0 COG1660@1|root,COG1660@2|Bacteria,1V1TY@1239|Firmicutes,4HIVE@91061|Bacilli,1ZHR7@1386|Bacillus 2|Bacteria S AAA domain tmrB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - AAA_18,AAA_33,ATP_bind_2 +BSU_03150 224308.BSU03150 1.05e-136 386.0 COG0703@1|root,COG0703@2|Bacteria,1VA6Z@1239|Firmicutes,4HKD6@91061|Bacilli,1ZHX4@1386|Bacillus 2|Bacteria F Catalyzes the specific phosphorylation of the 3-hydroxyl group of shikimic acid using ATP as a cosubstrate aroK GO:0000166,GO:0000287,GO:0003674,GO:0003824,GO:0004765,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006725,GO:0006793,GO:0006796,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009423,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0017076,GO:0019438,GO:0019632,GO:0019752,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0032787,GO:0035639,GO:0036094,GO:0040007,GO:0043167,GO:0043168,GO:0043169,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046417,GO:0046872,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901615 2.7.1.71,4.2.3.4 ko:K00891,ko:K13829 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00022 R02412,R03083 RC00002,RC00078,RC00847 ko00000,ko00001,ko00002,ko01000 - - - DHQ_synthase,SKI +BSU_03160 224308.BSU03160 1.29e-186 518.0 COG0500@1|root,COG2226@2|Bacteria,1UZN6@1239|Firmicutes,4HB38@91061|Bacilli,1ZCA4@1386|Bacillus 2|Bacteria Q ubiE/COQ5 methyltransferase family yafE GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0008152,GO:0008168,GO:0008757,GO:0016740,GO:0016741,GO:0032259,GO:0044424,GO:0044464 - - - - - - - - - - Methyltransf_11 +BSU_03170 224308.BSU03170 2.05e-230 634.0 COG0583@1|root,COG0583@2|Bacteria,1UZ63@1239|Firmicutes,4HDFA@91061|Bacilli,1ZFCM@1386|Bacillus 2|Bacteria K LysR substrate binding domain oxyR3 - - ko:K04761 ko02026,map02026 - - - ko00000,ko00001,ko03000 - - - HTH_1,LysR_substrate +BSU_03180 224308.BSU03180 1.15e-233 642.0 COG3458@1|root,COG3458@2|Bacteria,1TS02@1239|Firmicutes,4HD1F@91061|Bacilli,1ZQXB@1386|Bacillus 2|Bacteria Q Acetyl xylan esterase (AXE1) cah - 3.1.1.41 ko:K01060 ko00311,ko01130,map00311,map01130 - R03062 RC00020,RC00041 ko00000,ko00001,ko01000 - - - AXE1 +BSU_03190 224308.BSU03190 7.76e-187 519.0 COG3541@1|root,COG3541@2|Bacteria,1TT57@1239|Firmicutes,4HD38@91061|Bacilli,1ZBMK@1386|Bacillus 2|Bacteria S Predicted nucleotidyltransferase ycgL - - ko:K07074 - - - - ko00000 - - - Nuc-transf +BSU_03200 224308.BSU03200 1.48e-217 600.0 COG0506@1|root,COG0506@2|Bacteria,1TQV3@1239|Firmicutes,4HAC1@91061|Bacilli,1ZB5G@1386|Bacillus 2|Bacteria E Proline dehydrogenase ycgM GO:0000166,GO:0003674,GO:0003824,GO:0004657,GO:0005488,GO:0006082,GO:0006520,GO:0006560,GO:0006562,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009063,GO:0009064,GO:0009065,GO:0009987,GO:0016054,GO:0016491,GO:0016645,GO:0019752,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046395,GO:0046483,GO:0046700,GO:0048037,GO:0050660,GO:0050662,GO:0055114,GO:0071704,GO:0071949,GO:0097159,GO:1901265,GO:1901360,GO:1901361,GO:1901363,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 - ko:K00318 ko00330,ko01100,ko01110,ko01130,map00330,map01100,map01110,map01130 - R10507 RC00083 ko00000,ko00001,ko01000 - - - Pro_dh +BSU_03210 224308.BSU03210 0.0 1009.0 COG1012@1|root,COG1012@2|Bacteria,1TP4S@1239|Firmicutes,4HBS1@91061|Bacilli,1ZCI4@1386|Bacillus 2|Bacteria C Belongs to the aldehyde dehydrogenase family. RocA subfamily rocA - 1.2.1.88,1.5.5.2 ko:K00294,ko:K13821 ko00250,ko00330,ko01100,ko01110,ko01130,map00250,map00330,map01100,map01110,map01130 - R00245,R00707,R00708,R01253,R04444,R04445,R05051 RC00080,RC00083,RC00216,RC00242,RC00255 ko00000,ko00001,ko01000,ko03000 - - iAF987.Gmet_3512,iYO844.BSU37780 Aldedh,Pro_dh +BSU_03220 224308.BSU03220 0.0 914.0 COG0591@1|root,COG0591@2|Bacteria,1TPVE@1239|Firmicutes,4H9KW@91061|Bacilli,1ZB64@1386|Bacillus 2|Bacteria E Belongs to the sodium solute symporter (SSF) (TC 2.A.21) family putP - - ko:K03307,ko:K11928 - - - - ko00000,ko02000 2.A.21,2.A.21.2 - - SSF +BSU_03230 224308.BSU03230 3.92e-288 788.0 COG2508@1|root,COG2508@2|Bacteria,1UYDU@1239|Firmicutes,4HFGP@91061|Bacilli,1ZQ0M@1386|Bacillus 2|Bacteria QT COG2508 Regulator of polyketide synthase expression ycgP GO:0006139,GO:0006351,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0018130,GO:0019438,GO:0032502,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0043934,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0071704,GO:0090304,GO:0097659,GO:1901360,GO:1901362,GO:1901576 - ko:K09684 - - - - ko00000,ko03000 - - - HTH_30,PucR +BSU_03240 224308.BSU03240 3.82e-195 542.0 COG3689@1|root,COG3689@2|Bacteria,1V3EX@1239|Firmicutes,4HG9F@91061|Bacilli,1ZAQN@1386|Bacillus 2|Bacteria S membrane ycgQ - - ko:K08986 - - - - ko00000 - - - DUF1980 +BSU_03250 224308.BSU03250 1.84e-186 521.0 COG0701@1|root,COG0701@2|Bacteria,1TQHK@1239|Firmicutes,4HB25@91061|Bacilli,1ZC03@1386|Bacillus 2|Bacteria S permeases ycgR - - ko:K07089 - - - - ko00000 - - - ArsP_1,cobW +BSU_03260 224308.BSU03260 4.74e-209 577.0 COG2267@1|root,COG2267@2|Bacteria,1TUXD@1239|Firmicutes,4HE1R@91061|Bacilli,1ZEWP@1386|Bacillus 2|Bacteria I alpha/beta hydrolase fold ycgS - - - - - - - - - - - Abhydrolase_1,Abhydrolase_4 +BSU_03270 224308.BSU03270 8.9e-247 677.0 COG0492@1|root,COG0492@2|Bacteria,1TRPN@1239|Firmicutes,4HACJ@91061|Bacilli,1ZB05@1386|Bacillus 2|Bacteria C Ferredoxin--NADP reductase ycgT GO:0008150,GO:0009987,GO:0010035,GO:0010038,GO:0010039,GO:0042221,GO:0050896,GO:0051716,GO:0070887,GO:0071241,GO:0071248,GO:0071281 1.18.1.2,1.19.1.1 ko:K21567 - - - - ko00000,ko01000 - - iYO844.BSU32110 Pyr_redox_2,Pyr_redox_3 +BSU_03280 224308.BSU03280 0.0 977.0 COG0007@1|root,COG1587@1|root,COG0007@2|Bacteria,COG1587@2|Bacteria,1TQNH@1239|Firmicutes,4HBB7@91061|Bacilli,1ZBV1@1386|Bacillus 2|Bacteria H Belongs to the precorrin methyltransferase family cobA GO:0003674,GO:0003824,GO:0004851,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008169,GO:0008757,GO:0009058,GO:0009987,GO:0016740,GO:0016741,GO:0018130,GO:0019354,GO:0019438,GO:0032259,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0044237,GO:0044249,GO:0044271,GO:0046148,GO:0046156,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.1.1.107,4.2.1.75 ko:K01719,ko:K02303,ko:K13542 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R03165,R03194 RC00003,RC00871,RC01861 ko00000,ko00001,ko00002,ko01000 - - iHN637.CLJU_RS15755,iYO844.BSU15610 HEM4,TP_methylase +BSU_03290 224308.BSU03290 1.2e-74 223.0 COG2146@1|root,COG2146@2|Bacteria,1VBNU@1239|Firmicutes,4HKDI@91061|Bacilli,1ZI6A@1386|Bacillus 2|Bacteria P Nitrite reductase nirD - 1.7.1.15 ko:K00363,ko:K05710 ko00360,ko00910,ko01120,ko01220,map00360,map00910,map01120,map01220 M00530,M00545 R00787,R06782,R06783 RC00098,RC00176 br01602,ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS12545,iYO844.BSU03290 Rieske,Rieske_2 +BSU_03300 224308.BSU03300 0.0 1598.0 COG1251@1|root,COG1251@2|Bacteria,1TQYX@1239|Firmicutes,4HASM@91061|Bacilli,1ZQ9P@1386|Bacillus 2|Bacteria C Belongs to the nitrite and sulfite reductase 4Fe-4S domain family nirB - 1.7.1.15 ko:K00362 ko00910,ko01120,map00910,map01120 M00530 R00787 RC00176 ko00000,ko00001,ko00002,ko01000 - - - Fer2_BFD,NIR_SIR,NIR_SIR_ferr,Pyr_redox_2,Rieske_2 +BSU_03310 224308.BSU03310 0.0 1419.0 COG0243@1|root,COG0243@2|Bacteria,1VTS0@1239|Firmicutes,4HAZ4@91061|Bacilli,1ZBMY@1386|Bacillus 2|Bacteria C Belongs to the prokaryotic molybdopterin-containing oxidoreductase family nasC - - ko:K00372 ko00910,ko01120,map00910,map01120 M00531 R00798,R01106 RC02812 ko00000,ko00001,ko00002,ko01000 - - - Molybdop_Fe4S4,Molybdopterin,Molydop_binding +BSU_03320 224308.BSU03320 0.0 1540.0 COG1251@1|root,COG1251@2|Bacteria,1UIY8@1239|Firmicutes,4ISWS@91061|Bacilli,1ZS7B@1386|Bacillus 2|Bacteria C Assimilatory nitrate reductase (electron transfer subunit) nirB - 1.7.1.15 ko:K00362 ko00910,ko01120,map00910,map01120 M00530 R00787 RC00176 ko00000,ko00001,ko00002,ko01000 - - - Fer2_BFD,NIR_SIR,NIR_SIR_ferr,Pyr_redox_2,Rieske_2 +BSU_03330 224308.BSU03330 5.51e-283 774.0 COG2223@1|root,COG2223@2|Bacteria,1TRS9@1239|Firmicutes,4HCY1@91061|Bacilli,1ZBQH@1386|Bacillus 2|Bacteria P COG2223 Nitrate nitrite transporter nasA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02575 ko00910,map00910 M00615 - - ko00000,ko00001,ko00002,ko02000 2.A.1.8 - iYO844.BSU03330 MFS_1 +BSU_03340 224308.BSU03340 1.05e-222 613.0 COG1469@1|root,COG1469@2|Bacteria,1TTA1@1239|Firmicutes,4H9P4@91061|Bacilli,1ZBW2@1386|Bacillus 2|Bacteria S Converts GTP to 7,8-dihydroneopterin triphosphate folE2 - 3.5.4.16 ko:K09007 ko00790,ko01100,map00790,map01100 M00126 R00428,R04639,R05046,R05048 RC00263,RC00294,RC00323,RC00945,RC01188 ko00000,ko00001,ko00002,ko01000 - - - GCHY-1 +BSU_03350 224308.BSU03350 2.56e-141 398.0 COG1376@1|root,COG1376@2|Bacteria,1V4KP@1239|Firmicutes,4HIBF@91061|Bacilli 2|Bacteria M ErfK YbiS YcfS YnhG yciB - - - - - - - - - - - YkuD +BSU_03360 224308.BSU03360 6.78e-291 793.0 COG0523@1|root,COG0523@2|Bacteria,1TPCG@1239|Firmicutes,4HARN@91061|Bacilli,1ZCV4@1386|Bacillus 2|Bacteria S GTPases (G3E family) yciC - - - - - - - - - - - CobW_C,cobW +BSU_03370 224308.BSU03370 2.99e-149 421.0 COG0765@1|root,COG0765@2|Bacteria,1TQ43@1239|Firmicutes,4HCZV@91061|Bacilli,1ZQ0X@1386|Bacillus 2|Bacteria P COG0765 ABC-type amino acid transport system, permease component yecS GO:0000099,GO:0000101,GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006791,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015179,GO:0015184,GO:0015318,GO:0015711,GO:0015804,GO:0015807,GO:0015811,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072337,GO:0072348,GO:0072349,GO:0098656,GO:1901682,GO:1902475,GO:1903825,GO:1905039 - ko:K10009 ko02010,map02010 M00234 - - ko00000,ko00001,ko00002,ko02000 3.A.1.3.10,3.A.1.3.14 - iJN746.PP_0226 BPD_transp_1 +BSU_03380 224308.BSU03380 1.53e-186 520.0 COG0834@1|root,COG0834@2|Bacteria,1UHHG@1239|Firmicutes,4H9NX@91061|Bacilli,1ZDH6@1386|Bacillus 2|Bacteria ET COG0834 ABC-type amino acid transport signal transduction systems, periplasmic component domain yckB - - ko:K02030,ko:K02424,ko:K16956,ko:K16957,ko:K16961 ko02010,map02010 M00234,M00236,M00585,M00586 - - ko00000,ko00001,ko00002,ko02000,ko02035 3.A.1.3,3.A.1.3.10,3.A.1.3.13,3.A.1.3.14 - - SBP_bac_3 +BSU_03390 224308.BSU03390 5.95e-101 293.0 COG1714@1|root,COG1714@2|Bacteria,1V6N5@1239|Firmicutes,4HJRB@91061|Bacilli,1ZI28@1386|Bacillus 2|Bacteria S membrane yckC - - - - - - - - - - - RDD +BSU_03400 224308.BSU03400 3.53e-69 209.0 28P1F@1|root,2ZBXS@2|Bacteria,1V1PR@1239|Firmicutes,4IAIX@91061|Bacilli,1ZIVA@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2680) yckD - - - - - - - - - - - DUF2680 +BSU_03410 224308.BSU03410 0.0 1016.0 COG2723@1|root,COG2723@2|Bacteria,1TP19@1239|Firmicutes,4H9KU@91061|Bacilli,1ZBF2@1386|Bacillus 2|Bacteria G Belongs to the glycosyl hydrolase 1 family bglC GO:0003674,GO:0003824,GO:0004553,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0008422,GO:0015926,GO:0016787,GO:0016798,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:1901135,GO:1901657 3.2.1.21,3.2.1.86 ko:K01223,ko:K05350 ko00010,ko00460,ko00500,ko00940,ko01100,ko01110,map00010,map00460,map00500,map00940,map01100,map01110 - R00026,R00839,R02558,R02887,R02985,R03527,R04949,R04998,R05133,R05134,R10035,R10039,R10040 RC00049,RC00059,RC00171,RC00262,RC00397,RC00451,RC00714,RC00746,RC01248 ko00000,ko00001,ko01000 - GT1 - Glyco_hydro_1 +BSU_03420 224308.BSU03420 2.03e-92 270.0 295FN@1|root,2ZSTE@2|Bacteria,1W3MU@1239|Firmicutes,4I00N@91061|Bacilli,1ZJNH@1386|Bacillus 2|Bacteria S Competence protein J (ComJ) nin GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - ComJ +BSU_03430 224308.BSU03430 4.78e-101 293.0 COG3209@1|root,COG3209@2|Bacteria,1V89J@1239|Firmicutes,4HJVE@91061|Bacilli,1ZG0N@1386|Bacillus 2|Bacteria M Deoxyribonuclease NucA/NucB nucA GO:0005575,GO:0005576,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - DNase_NucA_NucB,Flg_new,PT-HINT +BSU_03440 224308.BSU03440 6.52e-269 753.0 COG0840@1|root,COG3290@1|root,COG0840@2|Bacteria,COG3290@2|Bacteria,1TP5A@1239|Firmicutes,4H9RZ@91061|Bacilli,1ZBEA@1386|Bacillus 2|Bacteria NT chemotaxis protein tlpC - 2.7.13.3 ko:K03406,ko:K11614,ko:K11637,ko:K11640,ko:K11691 ko02020,ko02030,map02020,map02030 M00487,M00489,M00490,M00494 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022,ko02035 - - - Cache_3-Cache_2,HAMP,MCPsignal,dCache_3,sCache_3_2,sCache_3_3 +BSU_03450 224308.BSU03450 1.38e-127 363.0 COG0794@1|root,COG0794@2|Bacteria,1UYG2@1239|Firmicutes,4IQVK@91061|Bacilli,1ZRNW@1386|Bacillus 2|Bacteria G SIS domain hxlB - 4.1.2.43,5.3.1.27 ko:K08093,ko:K08094 ko00030,ko00680,ko01100,ko01120,ko01200,ko01230,map00030,map00680,map01100,map01120,map01200,map01230 M00345,M00580 R05338,R05339,R09780 RC00377,RC00421,RC00422 ko00000,ko00001,ko00002,ko01000 - - iAPECO1_1312.APECO1_2643,iECS88_1305.ECS88_4262 SIS +BSU_03460 224308.BSU03460 2.39e-138 392.0 COG0269@1|root,COG0269@2|Bacteria,1TQ55@1239|Firmicutes,4HBMT@91061|Bacilli,1ZBDI@1386|Bacillus 2|Bacteria G 3-hexulose-6-phosphate synthase hxlA GO:0003674,GO:0003824,GO:0004590,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006206,GO:0006207,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009112,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0018130,GO:0019856,GO:0034641,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046112,GO:0046483,GO:0055086,GO:0071704,GO:0072527,GO:0072528,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 4.1.2.43 ko:K08093 ko00030,ko00680,ko01100,ko01120,ko01200,ko01230,map00030,map00680,map01100,map01120,map01200,map01230 M00345,M00580 R05338 RC00421,RC00422 ko00000,ko00001,ko00002,ko01000 - - - OMPdecase +BSU_03470 224308.BSU03470 1.74e-85 251.0 COG1733@1|root,COG1733@2|Bacteria,1VA9M@1239|Firmicutes,4HH0A@91061|Bacilli,1ZH1P@1386|Bacillus 2|Bacteria K transcriptional hxlR - - - - - - - - - - - HxlR +BSU_03480 224308.BSU03480 0.0 7064.0 COG1020@1|root,COG1020@2|Bacteria,1TPTH@1239|Firmicutes,4HAHU@91061|Bacilli,1ZB3S@1386|Bacillus 2|Bacteria Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall srfAA - - ko:K15654,ko:K15655,ko:K16119 ko01054,ko02024,map01054,map02024 - - - ko00000,ko00001,ko01008 - - - AMP-binding,AMP-binding_C,Condensation,PP-binding +BSU_03490 224308.BSU03490 0.0 7064.0 COG1020@1|root,COG1020@2|Bacteria,1TPTH@1239|Firmicutes,4HAHU@91061|Bacilli,1ZB3S@1386|Bacillus 2|Bacteria Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall srfAB - - ko:K15654,ko:K15655,ko:K16120 ko01054,ko02024,map01054,map02024 - - - ko00000,ko00001,ko01008 - - - AMP-binding,AMP-binding_C,Condensation,KR,PP-binding +BSU_03510 224308.BSU03510 0.0 2533.0 COG1020@1|root,COG1020@2|Bacteria,1VRPH@1239|Firmicutes,4HT9K@91061|Bacilli,1ZREH@1386|Bacillus 2|Bacteria Q COG1020 Non-ribosomal peptide synthetase modules and related proteins srfAC - - ko:K15656,ko:K15668,ko:K16121 ko01054,ko02024,map01054,map02024 - - - ko00000,ko00001,ko01008 - - - AMP-binding,AMP-binding_C,Condensation,PP-binding,Thioesterase +BSU_03520 224308.BSU03520 1.63e-179 499.0 COG3208@1|root,COG3208@2|Bacteria,1V3KR@1239|Firmicutes,4HIG8@91061|Bacilli,1ZEUW@1386|Bacillus 2|Bacteria Q thioesterase srfAD GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006629,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0044238,GO:0044424,GO:0044464,GO:0071704,GO:1901576 - ko:K15657 ko02024,map02024 - - - ko00000,ko00001,ko01008 - - - Thioesterase +BSU_03530 224308.BSU03530 1.38e-291 796.0 COG0477@1|root,COG2814@2|Bacteria,1UIY9@1239|Firmicutes,4HZ4P@91061|Bacilli,1ZS7C@1386|Bacillus 2|Bacteria EGP Major Facilitator Superfamily - - - - - - - - - - - - MFS_1,Sugar_tr +BSU_03540 224308.BSU03540 1.61e-126 360.0 2E30Y@1|root,32Y1E@2|Bacteria,1VF3X@1239|Firmicutes,4HNVI@91061|Bacilli,1ZKJM@1386|Bacillus 2|Bacteria S YcxB-like protein - - - - - - - - - - - - YcxB +BSU_03550 224308.BSU03550 1.77e-209 580.0 COG0697@1|root,COG0697@2|Bacteria,1TYSF@1239|Firmicutes,4HE6N@91061|Bacilli,1ZBXE@1386|Bacillus 2|Bacteria EG EamA-like transporter family ycxC - - - - - - - - - - - EamA +BSU_03560 224308.BSU03560 0.0 879.0 COG1167@1|root,COG1167@2|Bacteria,1TPS5@1239|Firmicutes,4HBNK@91061|Bacilli,1ZCK8@1386|Bacillus 2|Bacteria K GntR family transcriptional regulator ycxD - - ko:K00375,ko:K18907 - M00700,M00702 - - ko00000,ko00002,ko01504,ko03000 - - - Aminotran_1_2,GntR +BSU_03569 1051501.AYTL01000031_gene1528 2.09e-27 104.0 COG2091@1|root,COG2091@2|Bacteria,1VEYZ@1239|Firmicutes,4HIVV@91061|Bacilli,1ZHU1@1386|Bacillus 2|Bacteria H Belongs to the P-Pant transferase superfamily acpT GO:0003674,GO:0003824,GO:0006082,GO:0006464,GO:0006520,GO:0006553,GO:0006629,GO:0006631,GO:0006633,GO:0006807,GO:0008150,GO:0008152,GO:0008610,GO:0008652,GO:0008897,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009987,GO:0016053,GO:0016740,GO:0016772,GO:0016780,GO:0018070,GO:0018193,GO:0018209,GO:0018215,GO:0019538,GO:0019752,GO:0019878,GO:0032787,GO:0036211,GO:0043170,GO:0043412,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044260,GO:0044267,GO:0044281,GO:0044283,GO:0046394,GO:0071704,GO:0072330,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.8.7 ko:K00997,ko:K06133 ko00770,map00770 - R01625 RC00002 ko00000,ko00001,ko01000 - - iECNA114_1301.ECNA114_3584 ACPS +BSU_03570 1051501.AYTL01000031_gene1528 2.9e-96 284.0 COG2091@1|root,COG2091@2|Bacteria,1VEYZ@1239|Firmicutes,4HIVV@91061|Bacilli,1ZHU1@1386|Bacillus 2|Bacteria H Belongs to the P-Pant transferase superfamily acpT GO:0003674,GO:0003824,GO:0006082,GO:0006464,GO:0006520,GO:0006553,GO:0006629,GO:0006631,GO:0006633,GO:0006807,GO:0008150,GO:0008152,GO:0008610,GO:0008652,GO:0008897,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009987,GO:0016053,GO:0016740,GO:0016772,GO:0016780,GO:0018070,GO:0018193,GO:0018209,GO:0018215,GO:0019538,GO:0019752,GO:0019878,GO:0032787,GO:0036211,GO:0043170,GO:0043412,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044260,GO:0044267,GO:0044281,GO:0044283,GO:0046394,GO:0071704,GO:0072330,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.8.7 ko:K00997,ko:K06133 ko00770,map00770 - R01625 RC00002 ko00000,ko00001,ko01000 - - iECNA114_1301.ECNA114_3584 ACPS +BSU_03580 224308.BSU03580 1.76e-147 416.0 COG2364@1|root,COG2364@2|Bacteria,1V47R@1239|Firmicutes,4HGYQ@91061|Bacilli,1ZG36@1386|Bacillus 2|Bacteria S membrane yczE GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006553,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0008897,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009987,GO:0016053,GO:0016740,GO:0016772,GO:0016780,GO:0019752,GO:0019878,GO:0043436,GO:0043900,GO:0043902,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0065007,GO:0071704,GO:1900190,GO:1900192,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 - ko:K07149 - - - - ko00000 - - - YitT_membrane +BSU_03590 224308.BSU03590 7.11e-172 480.0 COG1126@1|root,COG1126@2|Bacteria,1TNYD@1239|Firmicutes,4H9WY@91061|Bacilli,1ZB2E@1386|Bacillus 2|Bacteria E COG1126 ABC-type polar amino acid transport system, ATPase component tcyC - 3.6.3.21 ko:K02028,ko:K10010,ko:K16960,ko:K16963 ko02010,map02010 M00234,M00236,M00585,M00586 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.3,3.A.1.3.10,3.A.1.3.13,3.A.1.3.14 - iSB619.SA_RS12615 ABC_tran +BSU_03600 224308.BSU03600 4.6e-157 441.0 COG0765@1|root,COG0765@2|Bacteria,1TPQ8@1239|Firmicutes,4H9N1@91061|Bacilli,1ZBG5@1386|Bacillus 2|Bacteria P COG0765 ABC-type amino acid transport system, permease component tcyB GO:0000099,GO:0000101,GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006820,GO:0006865,GO:0008150,GO:0008324,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015175,GO:0015179,GO:0015184,GO:0015318,GO:0015711,GO:0015804,GO:0015807,GO:0015811,GO:0015849,GO:0016020,GO:0022857,GO:0033229,GO:0034220,GO:0042883,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072337,GO:0072348,GO:0072349,GO:0098655,GO:0098656,GO:1901682,GO:1902475,GO:1903712,GO:1903825,GO:1905039 - ko:K02424,ko:K10009 ko02010,map02010 M00234 - - ko00000,ko00001,ko00002,ko02000,ko02035 3.A.1.3.10,3.A.1.3.14 - iYO844.BSU03600 BPD_transp_1,SBP_bac_3 +BSU_03610 224308.BSU03610 1.5e-188 524.0 COG0834@1|root,COG0834@2|Bacteria,1TR13@1239|Firmicutes,4HBRP@91061|Bacilli,1ZCH3@1386|Bacillus 2|Bacteria ET Belongs to the bacterial solute-binding protein 3 family tcyA - - ko:K02424,ko:K10009,ko:K16956,ko:K16957,ko:K16961 ko02010,map02010 M00234,M00585,M00586 - - ko00000,ko00001,ko00002,ko02000,ko02035 3.A.1.3,3.A.1.3.10,3.A.1.3.13,3.A.1.3.14 - - BPD_transp_1,SBP_bac_3 +BSU_03620 224308.BSU03620 2.64e-209 578.0 COG0583@1|root,COG0583@2|Bacteria,1UXFR@1239|Firmicutes,4HBNZ@91061|Bacilli,1ZFHD@1386|Bacillus 2|Bacteria K LysR substrate binding domain yclA GO:0000976,GO:0000984,GO:0000986,GO:0000987,GO:0001017,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0097159,GO:1901363,GO:1990837 - ko:K21755 - - - - ko00000,ko03000 - - - HTH_1,LysR_substrate +BSU_03630 224308.BSU03630 2.33e-142 402.0 COG0163@1|root,COG0163@2|Bacteria,1V3JV@1239|Firmicutes,4HFZX@91061|Bacilli,1ZFID@1386|Bacillus 2|Bacteria H Flavin prenyltransferase that catalyzes the synthesis of the prenylated FMN cofactor (prenyl-FMN) for 4-hydroxy-3- polyprenylbenzoic acid decarboxylase UbiD. The prenyltransferase is metal-independent and links a dimethylallyl moiety from dimethylallyl monophosphate (DMAP) to the flavin N5 and C6 atoms of FMN ubiX GO:0003674,GO:0003824,GO:0006732,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0044237,GO:0044249,GO:0051186,GO:0051188 2.5.1.129 ko:K03186 ko00130,ko00627,ko00940,ko01100,ko01110,ko01120,ko01220,map00130,map00627,map00940,map01100,map01110,map01120,map01220 M00117 R01238,R02952,R03367,R04985,R04986,R11225 RC00391,RC00814,RC03392 ko00000,ko00001,ko00002,ko01000 - - - Flavoprotein +BSU_03640 224308.BSU03640 0.0 973.0 COG0043@1|root,COG0043@2|Bacteria,1TQ6V@1239|Firmicutes,4HM1D@91061|Bacilli,1ZR0K@1386|Bacillus 2|Bacteria H Decarboxylase involved in the decarboxylation and detoxification of phenolic derivatives under both aerobic and anaerobic conditions. It is able to catalyze the reversible decarboxylation of 4-hydroxybenzoate yclC GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0016829,GO:0016830,GO:0016831,GO:0044424,GO:0044464 4.1.1.61,4.1.1.98 ko:K01612,ko:K03182,ko:K16874 ko00130,ko00365,ko00627,ko01100,ko01110,ko01120,ko01220,map00130,map00365,map00627,map01100,map01110,map01120,map01220 M00117 R01238,R04985,R04986,R10213 RC00391,RC03086 ko00000,ko00001,ko00002,ko01000 - - - UbiD +BSU_03651 224308.BSU03651 9.86e-53 165.0 2CK9M@1|root,32SBW@2|Bacteria,1VM7H@1239|Firmicutes,4HY8Z@91061|Bacilli,1ZJD7@1386|Bacillus 2|Bacteria S response to toxic substance bsdD - 4.1.1.61 ko:K21759 ko00627,ko01120,ko01220,map00627,map01120,map01220 - R01238 RC00391 ko00000,ko00001,ko01000 - - - - +BSU_03652 224308.BSU03652 1.24e-108 312.0 2DAI9@1|root,32TVI@2|Bacteria,1VD47@1239|Firmicutes,4HKCX@91061|Bacilli,1ZIAY@1386|Bacillus 2|Bacteria - - yclD - - - - - - - - - - - Putative_PNPOx +BSU_03660 224308.BSU03660 5.12e-207 572.0 COG0596@1|root,COG0596@2|Bacteria,1UZ0T@1239|Firmicutes,4HBH8@91061|Bacilli 2|Bacteria S Alpha beta hydrolase yclE GO:0003674,GO:0003824,GO:0016787 3.4.11.5 ko:K01259 ko00330,map00330 - R00135 - ko00000,ko00001,ko01000,ko01002 - - - Abhydrolase_1 +BSU_03670 224308.BSU03670 0.0 936.0 COG3104@1|root,COG3104@2|Bacteria,1TP81@1239|Firmicutes,4HAF2@91061|Bacilli,1ZAVZ@1386|Bacillus 2|Bacteria E amino acid peptide transporter dtpT GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03305 - - - - ko00000 2.A.17 - - PTR2 +BSU_03680 224308.BSU03680 0.0 1068.0 COG5434@1|root,COG5434@2|Bacteria,1V161@1239|Firmicutes,4HUBB@91061|Bacilli,1ZDR3@1386|Bacillus 2|Bacteria M Pectate lyase superfamily protein yclG - - - - - - - - - - - Beta_helix,Pectate_lyase_3 +BSU_03700 224308.BSU03700 0.0 991.0 COG0697@1|root,COG0697@2|Bacteria,1TP7K@1239|Firmicutes,4HAH1@91061|Bacilli,1ZBEF@1386|Bacillus 2|Bacteria EG Spore germination protein gerKA - - ko:K06295,ko:K06307 - - - - ko00000 - - - GerA +BSU_03710 224308.BSU03710 8.35e-297 809.0 2DBJR@1|root,2Z9N7@2|Bacteria,1TRSN@1239|Firmicutes,4HCDI@91061|Bacilli,1ZDF7@1386|Bacillus 2|Bacteria S spore germination gerKC - - ko:K06297 - - - - ko00000 - - - Spore_GerAC +BSU_03720 224308.BSU03720 2.29e-254 699.0 COG1457@1|root,COG1457@2|Bacteria,1UI3Y@1239|Firmicutes,4ISCI@91061|Bacilli,1ZS7D@1386|Bacillus 2|Bacteria F Spore germination protein gerKB - - ko:K06296 - - - - ko00000,ko02000 2.A.3.9.3 - - Spore_permease +BSU_03730 224308.BSU03730 2.05e-156 439.0 COG1136@1|root,COG1136@2|Bacteria,1TP5M@1239|Firmicutes,4HD2M@91061|Bacilli,1ZPYV@1386|Bacillus 2|Bacteria P ABC transporter yclH - - ko:K02003,ko:K02004 - M00258 - - ko00000,ko00002,ko02000 3.A.1 - - ABC_tran +BSU_03740 224308.BSU03740 5.59e-280 773.0 COG0577@1|root,COG0577@2|Bacteria,1TPSE@1239|Firmicutes,4HCAX@91061|Bacilli,1ZBS7@1386|Bacillus 2|Bacteria V ABC transporter (permease) YclI yclI GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02004 - M00258 - - ko00000,ko00002,ko02000 3.A.1 - - FtsX,MacB_PCD +BSU_03750 224308.BSU03750 2.23e-165 462.0 COG0745@1|root,COG0745@2|Bacteria,1TQUQ@1239|Firmicutes,4HAXP@91061|Bacilli,1ZD4W@1386|Bacillus 2|Bacteria T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain yclJ - - ko:K02483 - - - - ko00000,ko02022 - - - Response_reg,Trans_reg_C +BSU_03760 224308.BSU03760 0.0 901.0 COG3850@1|root,COG5002@1|root,COG3850@2|Bacteria,COG5002@2|Bacteria,1TQ1H@1239|Firmicutes,4IS6U@91061|Bacilli,1ZS7E@1386|Bacillus 2|Bacteria T HAMP (Histidine kinases, Adenylyl cyclases, Methyl binding proteins, Phosphatases) domain yclK - 2.7.13.3 ko:K07636,ko:K18143,ko:K19694 ko01501,ko02020,map01501,map02020 M00434,M00649,M00655 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko01504,ko02022 - - - GAF_3,HAMP,HATPase_c,HisKA +BSU_03770 326423.RBAM_019730 7.71e-98 303.0 COG0457@1|root,COG0457@2|Bacteria,1W0TS@1239|Firmicutes,4HZ05@91061|Bacilli,1ZCCQ@1386|Bacillus 2|Bacteria S aspartate phosphatase rapA1 - - ko:K06359,ko:K06361 ko02024,map02024 - - - ko00000,ko00001,ko01000 - - - TPR_12,TPR_8 +BSU_03790 224308.BSU03790 0.0 884.0 COG0527@1|root,COG0527@2|Bacteria,1TPQJ@1239|Firmicutes,4HAEP@91061|Bacilli,1ZBR5@1386|Bacillus 2|Bacteria E Belongs to the aspartokinase family lysC GO:0000166,GO:0003674,GO:0003824,GO:0004072,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006553,GO:0006793,GO:0006796,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016774,GO:0017076,GO:0019202,GO:0019752,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0046451,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.2.4 ko:K00928 ko00260,ko00261,ko00270,ko00300,ko01100,ko01110,ko01120,ko01130,ko01210,ko01230,map00260,map00261,map00270,map00300,map01100,map01110,map01120,map01130,map01210,map01230 M00016,M00017,M00018,M00033,M00525,M00526,M00527 R00480 RC00002,RC00043 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU03790 AA_kinase,ACT,ACT_7 +BSU_03800 224308.BSU03800 5.42e-206 572.0 COG4606@1|root,COG4606@2|Bacteria,1TSQX@1239|Firmicutes,4H9P2@91061|Bacilli,1ZB32@1386|Bacillus 2|Bacteria P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily yclN - - ko:K02015 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - - FecCD +BSU_03810 224308.BSU03810 4.69e-211 585.0 COG4605@1|root,COG4605@2|Bacteria,1TP3V@1239|Firmicutes,4HAHE@91061|Bacilli,1ZB2F@1386|Bacillus 2|Bacteria P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily fatC - - ko:K02015 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - - FecCD +BSU_03820 224308.BSU03820 5.63e-176 491.0 COG4604@1|root,COG4604@2|Bacteria,1UHP5@1239|Firmicutes,4HBJE@91061|Bacilli,1ZB9F@1386|Bacillus 2|Bacteria P ABC transporter, ATP-binding protein yclP - 3.6.3.34 ko:K02013 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.14 - - ABC_tran +BSU_03830 224308.BSU03830 4.98e-223 615.0 COG4607@1|root,COG4607@2|Bacteria,1UXCZ@1239|Firmicutes,4HAMP@91061|Bacilli,1ZB26@1386|Bacillus 2|Bacteria P COG4607 ABC-type enterochelin transport system, periplasmic component yclQ GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 - ko:K02016 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - iYO844.BSU03830 Peripla_BP_2 +BSU_03840 224308.BSU03840 0.0 874.0 COG0477@1|root,COG2814@2|Bacteria,1TPRN@1239|Firmicutes,4H9VV@91061|Bacilli,1ZAXQ@1386|Bacillus 2|Bacteria EGP the major facilitator superfamily ycnB - - - - - - - - - - - MFS_1 +BSU_03850 224308.BSU03850 1.76e-199 553.0 COG1309@1|root,COG1309@2|Bacteria,1V783@1239|Firmicutes,4HIR7@91061|Bacilli,1ZFCZ@1386|Bacillus 2|Bacteria K Transcriptional regulator ycnC GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - - - - - - - - - - TetR_N +BSU_03860 224308.BSU03860 2.12e-174 486.0 COG0778@1|root,COG0778@2|Bacteria,1UB8S@1239|Firmicutes,4HEGP@91061|Bacilli,1ZBQ3@1386|Bacillus 2|Bacteria C Oxidoreductase nfrA2 - 1.5.1.38,1.5.1.39 ko:K10678,ko:K19285,ko:K19286 ko00633,ko00740,ko01100,ko01120,map00633,map00740,map01100,map01120 - R05705,R05706,R08014,R08017,R08042 RC00126,RC00250 ko00000,ko00001,ko01000 - - - Nitroreductase +BSU_03870 224308.BSU03870 1.68e-60 186.0 COG1359@1|root,COG1359@2|Bacteria,1VG4T@1239|Firmicutes,4HPNQ@91061|Bacilli,1ZJAH@1386|Bacillus 2|Bacteria S Monooxygenase ycnE GO:0003674,GO:0003824 - - - - - - - - - - ABM +BSU_03880 224308.BSU03880 6.51e-69 208.0 COG0640@1|root,COG0640@2|Bacteria,1U4AD@1239|Firmicutes,4HZN5@91061|Bacilli,1ZQGK@1386|Bacillus 2|Bacteria K helix_turn_helix, Arsenical Resistance Operon Repressor yczG GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - HTH_20,HTH_5 +BSU_03890 224308.BSU03890 0.0 946.0 COG1167@1|root,COG1167@2|Bacteria,1TPS5@1239|Firmicutes,4HB2U@91061|Bacilli,1ZB5R@1386|Bacillus 2|Bacteria K COG1167 Transcriptional regulators containing a DNA-binding HTH domain and an aminotransferase domain (MocR family) and their eukaryotic orthologs gabR - - ko:K00375,ko:K18907 - M00700,M00702 - - ko00000,ko00002,ko01504,ko03000 - - - Aminotran_1_2,GntR +BSU_03900 224308.BSU03900 2.4e-313 853.0 COG0160@1|root,COG0160@2|Bacteria,1VS6F@1239|Firmicutes,4H9M7@91061|Bacilli,1ZAZ9@1386|Bacillus 2|Bacteria E Belongs to the class-III pyridoxal-phosphate-dependent aminotransferase family gabT GO:0003674,GO:0003824,GO:0003867,GO:0008483,GO:0016740,GO:0016769 2.6.1.19,2.6.1.22 ko:K00823,ko:K07250 ko00250,ko00280,ko00410,ko00640,ko00650,ko01100,ko01120,map00250,map00280,map00410,map00640,map00650,map01100,map01120 M00027 R00908,R01648,R04188 RC00006,RC00062,RC00160 ko00000,ko00001,ko00002,ko01000,ko01007 - - iHN637.CLJU_RS10045 Aminotran_3 +BSU_03910 224308.BSU03910 0.0 921.0 COG1012@1|root,COG1012@2|Bacteria,1TP4S@1239|Firmicutes,4H9MF@91061|Bacilli,1ZAXK@1386|Bacillus 2|Bacteria C Catalyzes the oxidation of malonate semialdehyde (MSA) and methylmalonate semialdehyde (MMSA) into acetyl-CoA and propanoyl-CoA, respectively gabD GO:0000166,GO:0001505,GO:0003674,GO:0003824,GO:0004777,GO:0005488,GO:0006082,GO:0006105,GO:0006520,GO:0006536,GO:0006538,GO:0006540,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009063,GO:0009064,GO:0009065,GO:0009448,GO:0009450,GO:0009987,GO:0016054,GO:0016491,GO:0016620,GO:0016903,GO:0017144,GO:0019752,GO:0032787,GO:0036094,GO:0042133,GO:0042135,GO:0043436,GO:0043648,GO:0043649,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046395,GO:0048037,GO:0050662,GO:0051287,GO:0055114,GO:0065007,GO:0065008,GO:0071704,GO:0072329,GO:0097159,GO:1901265,GO:1901363,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 1.2.1.16,1.2.1.20,1.2.1.79 ko:K00135 ko00250,ko00310,ko00350,ko00650,ko00760,ko01100,ko01120,map00250,map00310,map00350,map00650,map00760,map01100,map01120 M00027 R00713,R00714,R02401 RC00080 ko00000,ko00001,ko00002,ko01000 - - - Aldedh +BSU_03920 224308.BSU03920 1.67e-190 530.0 COG4975@1|root,COG4975@2|Bacteria,1TQBN@1239|Firmicutes,4HAVH@91061|Bacilli,1ZE1R@1386|Bacillus 2|Bacteria U Glucose uptake glcU GO:0003674,GO:0005215,GO:0005355,GO:0006810,GO:0008150,GO:0008643,GO:0008645,GO:0015144,GO:0015145,GO:0015149,GO:0015749,GO:0022857,GO:0034219,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:1904659 - ko:K05340 - - - - ko00000,ko02000 2.A.7.5 - - Sugar_transport,Ureide_permease +BSU_03930 224308.BSU03930 5.9e-187 519.0 COG1028@1|root,COG1028@2|Bacteria,1TR5M@1239|Firmicutes,4HCD2@91061|Bacilli,1ZD11@1386|Bacillus 2|Bacteria IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) gdh - 1.1.1.47 ko:K00034 ko00030,ko01120,ko01200,map00030,map01120,map01200 - R01520,R01521 RC00066 ko00000,ko00001,ko01000 - - iYO844.BSU03930 adh_short_C2 +BSU_03940 224308.BSU03940 4.34e-138 391.0 COG4549@1|root,COG4549@2|Bacteria,1V509@1239|Firmicutes,4HH2V@91061|Bacilli,1ZGDU@1386|Bacillus 2|Bacteria S protein conserved in bacteria ycnI - - ko:K07040 - - - - ko00000 - - - DUF1775 +BSU_03950 224308.BSU03950 0.0 1055.0 COG1276@1|root,COG2372@1|root,COG1276@2|Bacteria,COG2372@2|Bacteria,1V0AI@1239|Firmicutes,4HDZZ@91061|Bacilli,1ZEHB@1386|Bacillus 2|Bacteria P protein, homolog of Cu resistance protein CopC ycnJ GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K07156,ko:K14166 - - - - ko00000,ko02000 9.B.62.2 - - CopC,CopD,YtkA +BSU_03960 224308.BSU03960 5.18e-139 392.0 COG1349@1|root,COG1349@2|Bacteria,1V2NI@1239|Firmicutes,4HG3I@91061|Bacilli,1ZGG8@1386|Bacillus 2|Bacteria K COG1349 Transcriptional regulators of sugar metabolism ycnK - - ko:K21601 - - - - ko00000,ko03000 - - - DeoRC,HTH_DeoR,NosL +BSU_03970 1051501.AYTL01000031_gene1485 1.34e-74 223.0 2C03Z@1|root,30154@2|Bacteria,1U8TT@1239|Firmicutes,4IIS6@91061|Bacilli,1ZKJI@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_03981 224308.BSU03981 0.0 887.0 COG2213@1|root,COG2213@2|Bacteria,1TPE3@1239|Firmicutes,4HAVV@91061|Bacilli,1ZC81@1386|Bacillus 2|Bacteria G COG2213 Phosphotransferase system, mannitol-specific IIBC component mtlA GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563 2.7.1.197 ko:K02799,ko:K02800 ko00051,ko02060,map00051,map02060 M00274 R02704 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.2.1.12,4.A.2.1.2,4.A.2.1.24,4.A.2.1.5 - - PTS_EIIC,PTS_IIB +BSU_03982 224308.BSU03982 8.3e-95 276.0 COG4668@1|root,COG4668@2|Bacteria,1V77P@1239|Firmicutes,4HIM2@91061|Bacilli,1ZETZ@1386|Bacillus 2|Bacteria G COG4668 Mannitol fructose-specific phosphotransferase system, IIA domain mtlF GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563 2.7.1.197 ko:K02798,ko:K02799,ko:K02800 ko00051,ko02060,map00051,map02060 M00274 R02704 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.2.1.12,4.A.2.1.2,4.A.2.1.24,4.A.2.1.5 - - PTS_EIIA_2 +BSU_03990 224308.BSU03990 3.77e-269 736.0 COG0246@1|root,COG0246@2|Bacteria,1TPZU@1239|Firmicutes,4H9S3@91061|Bacilli,1ZD4H@1386|Bacillus 2|Bacteria G COG0246 Mannitol-1-phosphate altronate dehydrogenases mtlD GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0006059,GO:0006066,GO:0008150,GO:0008152,GO:0008926,GO:0009056,GO:0009987,GO:0016052,GO:0016491,GO:0016614,GO:0016616,GO:0019400,GO:0019405,GO:0019407,GO:0019592,GO:0019594,GO:0019751,GO:0044237,GO:0044238,GO:0044248,GO:0044262,GO:0044275,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046164,GO:0046174,GO:0055114,GO:0071704,GO:1901575,GO:1901615,GO:1901616 1.1.1.17 ko:K00009 ko00051,map00051 - R02703 RC00085 ko00000,ko00001,ko01000 - - iSBO_1134.SBO_3598,iSbBS512_1146.SbBS512_E4017 Mannitol_dh,Mannitol_dh_C +BSU_04000 224308.BSU04000 3.29e-258 707.0 COG0473@1|root,COG0473@2|Bacteria,1TPEM@1239|Firmicutes,4HA76@91061|Bacilli,1ZB1V@1386|Bacillus 2|Bacteria CE Tartrate dehydrogenase leuB GO:0003674,GO:0003824,GO:0003862,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006551,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009081,GO:0009082,GO:0009098,GO:0009987,GO:0016053,GO:0016491,GO:0016614,GO:0016616,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0055114,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.1.1.83,1.1.1.85,1.1.1.93,4.1.1.73 ko:K00052,ko:K07246 ko00290,ko00630,ko00650,ko00660,ko01100,ko01110,ko01210,ko01230,map00290,map00630,map00650,map00660,map01100,map01110,map01210,map01230 M00432,M00535 R00215,R00994,R01751,R02545,R04426,R06180,R10052 RC00084,RC00105,RC00417,RC00594,RC03036 br01601,ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU28270 Iso_dh +BSU_04010 224308.BSU04010 3.78e-126 359.0 COG0681@1|root,COG0681@2|Bacteria,1V2BJ@1239|Firmicutes,4HGCB@91061|Bacilli,1ZGNJ@1386|Bacillus 2|Bacteria U Belongs to the peptidase S26 family lepB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.4.21.89 ko:K03100 ko02024,ko03060,map02024,map03060 - - - ko00000,ko00001,ko01000,ko01002 - - - Peptidase_S24,Peptidase_S26 +BSU_04020 224308.BSU04020 2.64e-147 414.0 COG0412@1|root,COG0412@2|Bacteria,1V78Q@1239|Firmicutes,4HDAM@91061|Bacilli,1ZFXV@1386|Bacillus 2|Bacteria Q COG0412 Dienelactone hydrolase and related enzymes M1-673 - 3.1.1.45 ko:K01061,ko:K07017 ko00361,ko00364,ko00623,ko01100,ko01110,ko01120,ko01130,map00361,map00364,map00623,map01100,map01110,map01120,map01130 - R03893,R05510,R05511,R06835,R06838,R08120,R08121,R09136,R09220,R09222 RC01018,RC01906,RC01907,RC02441,RC02467,RC02468,RC02674,RC02675,RC02686 ko00000,ko00001,ko01000 - - - DLH +BSU_04030 224308.BSU04030 2.29e-88 259.0 COG0764@1|root,COG0764@2|Bacteria,1VXZP@1239|Firmicutes,4HXDJ@91061|Bacilli,1ZNA6@1386|Bacillus 2|Bacteria I FabA-like domain fabZ - 3.5.1.108,4.2.1.59 ko:K02372,ko:K16363 ko00061,ko00540,ko00780,ko01100,ko01212,map00061,map00540,map00780,map01100,map01212 M00060,M00083,M00572 R04428,R04535,R04537,R04544,R04568,R04587,R04954,R04965,R07764,R10117,R10121 RC00166,RC00300,RC00831,RC01095 ko00000,ko00001,ko00002,ko01000,ko01004,ko01005 - - - FabA,LpxC +BSU_04040 224308.BSU04040 1.9e-177 494.0 COG0561@1|root,COG0561@2|Bacteria,1TR2E@1239|Firmicutes,4HFXT@91061|Bacilli,1ZQ4E@1386|Bacillus 2|Bacteria S Sucrose-6F-phosphate phosphohydrolase ycsE - 3.1.3.104 ko:K21064 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R07280 RC00017 ko00000,ko00001,ko00002,ko01000 - - - Hydrolase_3 +BSU_04050 224308.BSU04050 3.82e-181 504.0 COG1540@1|root,COG1540@2|Bacteria,1TR8X@1239|Firmicutes,4H9PF@91061|Bacilli,1ZC6W@1386|Bacillus 2|Bacteria S Belongs to the UPF0271 (lamB) family ycsF - - ko:K07160 - - - - ko00000 - - - LamB_YcsF +BSU_04060 224308.BSU04060 2.78e-273 749.0 COG1914@1|root,COG1914@2|Bacteria,1TP0Q@1239|Firmicutes,4HAYE@91061|Bacilli,1ZC68@1386|Bacillus 2|Bacteria P COG1914 Mn2 and Fe2 transporters of the NRAMP family ycsG - - - - - - - - - - - Nramp +BSU_04070 224308.BSU04070 5.48e-190 526.0 COG4336@1|root,COG4336@2|Bacteria,1TRY8@1239|Firmicutes,4HCWD@91061|Bacilli,1ZB87@1386|Bacillus 2|Bacteria S Belongs to the D-glutamate cyclase family ycsI - - - - - - - - - - - DUF1445 +BSU_04080 224308.BSU04080 5.04e-173 482.0 COG2049@1|root,COG2049@2|Bacteria,1TTBZ@1239|Firmicutes,4HHJJ@91061|Bacilli,1ZDVS@1386|Bacillus 2|Bacteria E Allophanate hydrolase subunit 1 kipI - 3.5.1.54 ko:K01457,ko:K06351,ko:K07160 ko00220,ko00791,ko01100,ko01120,map00220,map00791,map01100,map01120 - R00005 RC02756 ko00000,ko00001,ko01000 - - - CT_C_D +BSU_04090 224308.BSU04090 1.99e-238 655.0 COG1984@1|root,COG1984@2|Bacteria,1TR6U@1239|Firmicutes,4HACC@91061|Bacilli,1ZCFE@1386|Bacillus 2|Bacteria E Allophanate hydrolase subunit 2 kipA - 6.3.4.6 ko:K01941,ko:K06350 ko00220,ko00791,ko01100,map00220,map00791,map01100 - R00774 RC00378 ko00000,ko00001,ko01000 - - - CT_A_B,CT_C_D +BSU_04100 224308.BSU04100 3.65e-171 478.0 COG1414@1|root,COG1414@2|Bacteria,1TQS2@1239|Firmicutes,4HBYR@91061|Bacilli,1ZDMV@1386|Bacillus 2|Bacteria K Transcriptional regulator kipR GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:2000112,GO:2000113,GO:2001141 - - - - - - - - - - HTH_IclR,IclR +BSU_04110 224308.BSU04110 4.18e-154 432.0 COG2755@1|root,COG2755@2|Bacteria,1VAXZ@1239|Firmicutes,4HNDB@91061|Bacilli,1ZETN@1386|Bacillus 2|Bacteria E anatomical structure formation involved in morphogenesis ycsK GO:0003674,GO:0003824,GO:0004620,GO:0004622,GO:0006629,GO:0008150,GO:0008152,GO:0009056,GO:0016042,GO:0016298,GO:0016787,GO:0016788,GO:0044238,GO:0052689,GO:0071704,GO:1901575 - - - - - - - - - - Lipase_GDSL_2 +BSU_04130 224308.BSU04130 7.67e-66 199.0 COG2329@1|root,COG2329@2|Bacteria,1VCZF@1239|Firmicutes,4HMH1@91061|Bacilli,1ZH5C@1386|Bacillus 2|Bacteria S biosynthesis yczJ - - - - - - - - - - - ABM +BSU_04140 224308.BSU04140 0.0 1325.0 COG0768@1|root,COG0768@2|Bacteria,1TQHY@1239|Firmicutes,4H9MT@91061|Bacilli,1ZAX9@1386|Bacillus 2|Bacteria M Penicillin-binding Protein pbpC - 3.4.16.4 ko:K02545,ko:K21467 ko00550,ko01100,ko01501,map00550,map01100,map01501 M00625 - - ko00000,ko00001,ko00002,ko01000,ko01011,ko01504 - - - MecA_N,PBP_dimer,Transpeptidase +BSU_04150 224308.BSU04150 3.26e-224 617.0 COG4989@1|root,COG4989@2|Bacteria,1TQ12@1239|Firmicutes,4HA57@91061|Bacilli,1ZD8D@1386|Bacillus 2|Bacteria S Oxidoreductase ydhF GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 - - - - - - - - - - Aldo_ket_red +BSU_04160 224308.BSU04160 0.0 1325.0 COG3711@1|root,COG3711@2|Bacteria,1TQT1@1239|Firmicutes,4HABH@91061|Bacilli,1ZBYI@1386|Bacillus 2|Bacteria K transcriptional regulator, MtlR mtlR - - ko:K03483 - - - - ko00000,ko03000 - - - HTH_11,Mga,PRD,PTS_EIIA_2,PTS_IIB +BSU_04170 224308.BSU04170 0.0 1014.0 COG0318@1|root,COG0318@2|Bacteria,1TPSX@1239|Firmicutes,4HACS@91061|Bacilli,1ZEIH@1386|Bacillus 2|Bacteria IQ acyl-CoA ligase ydaB - - - - - - - - - - - AMP-binding,AMP-binding_C +BSU_04180 224308.BSU04180 2.13e-129 367.0 COG0500@1|root,COG2226@2|Bacteria,1V9BF@1239|Firmicutes,4HK9K@91061|Bacilli,1ZGGF@1386|Bacillus 2|Bacteria Q Methyltransferase domain ydaC - - - - - - - - - - - Methyltransf_11,Methyltransf_25 +BSU_04190 224308.BSU04190 3.74e-207 572.0 COG1028@1|root,COG1028@2|Bacteria,1TR53@1239|Firmicutes,4HB8Y@91061|Bacilli,1ZAS0@1386|Bacillus 2|Bacteria IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) ydaD - 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 - - - adh_short_C2 +BSU_04200 224308.BSU04200 2.36e-126 358.0 COG1917@1|root,COG1917@2|Bacteria,1UI65@1239|Firmicutes,4ISF6@91061|Bacilli,1ZGCF@1386|Bacillus 2|Bacteria S Cupin 2, conserved barrel domain protein MA20_27600 - 5.3.1.15 ko:K09988 ko00040,map00040 - R01898 RC00516 ko00000,ko00001,ko01000 - - - - +BSU_04210 224308.BSU04210 6.6e-134 379.0 COG1670@1|root,COG1670@2|Bacteria,1V3NE@1239|Firmicutes,4HG1N@91061|Bacilli,1ZEC8@1386|Bacillus 2|Bacteria J COG1670 Acetyltransferases, including N-acetylases of ribosomal proteins rimL GO:0003674,GO:0003824,GO:0004596,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006464,GO:0006473,GO:0006474,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0008999,GO:0009987,GO:0010467,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0017198,GO:0018193,GO:0018209,GO:0019538,GO:0030920,GO:0031365,GO:0034212,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0051604,GO:0071704,GO:1901564,GO:1990189 1.1.1.25,2.3.1.128 ko:K00014,ko:K03790,ko:K03817 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00022 R02413 RC00206 ko00000,ko00001,ko00002,ko01000,ko03009 - - - Acetyltransf_3 +BSU_04220 224308.BSU04220 5.24e-101 292.0 COG3871@1|root,COG3871@2|Bacteria,1V6MX@1239|Firmicutes,4HIYZ@91061|Bacilli,1ZH2Z@1386|Bacillus 2|Bacteria S general stress protein ydaG - 1.4.3.5 ko:K00275 ko00750,ko01100,ko01120,map00750,map01100,map01120 M00124 R00277,R00278,R01710,R01711 RC00048,RC00116 ko00000,ko00001,ko00002,ko01000 - - - Putative_PNPOx,Pyrid_ox_like +BSU_04230 224308.BSU04230 5.35e-178 497.0 28NMK@1|root,2ZBN3@2|Bacteria,1TT4K@1239|Firmicutes,4HBFT@91061|Bacilli,1ZCHB@1386|Bacillus 2|Bacteria U Involved in peptidoglycan biosynthesis. Transports lipid-linked peptidoglycan precursors from the inner to the outer leaflet of the cytoplasmic membrane amj - - - - - - - - - - - Amj +BSU_04240 224308.BSU04240 1.88e-62 191.0 COG0477@1|root,COG2814@2|Bacteria,1VGN4@1239|Firmicutes,4HNVP@91061|Bacilli,1ZIWN@1386|Bacillus 2|Bacteria EGP Domain of unknown function (DUF3817) ydzA GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 - - - - - - - - - - DUF3817,MFS_1 +BSU_04250 224308.BSU04250 3.95e-98 285.0 COG1522@1|root,COG1522@2|Bacteria,1V93E@1239|Firmicutes,4IS27@91061|Bacilli,1ZS0N@1386|Bacillus 2|Bacteria K Transcriptional regulator lrpC GO:0001101,GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0042221,GO:0043200,GO:0043565,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1901698,GO:1901700,GO:1903506,GO:2000112,GO:2001141 - ko:K03719 - - - - ko00000,ko03000,ko03036 - - - AsnC_trans_reg,HTH_24,HTH_AsnC-type +BSU_04260 224308.BSU04260 0.0 1426.0 COG0550@1|root,COG0551@1|root,COG0550@2|Bacteria,COG0551@2|Bacteria,1TPJD@1239|Firmicutes,4HAZV@91061|Bacilli,1ZBEG@1386|Bacillus 2|Bacteria L Releases the supercoiling and torsional tension of DNA, which is introduced during the DNA replication and transcription, by transiently cleaving and rejoining one strand of the DNA duplex. Introduces a single-strand break via transesterification at a target site in duplex DNA. The scissile phosphodiester is attacked by the catalytic tyrosine of the enzyme, resulting in the formation of a DNA-(5'-phosphotyrosyl)-enzyme intermediate and the expulsion of a 3'-OH DNA strand. The free DNA strand then undergoes passage around the unbroken strand, thus removing DNA supercoils. Finally, in the religation step, the DNA 3'-OH attacks the covalent intermediate to expel the active-site tyrosine and restore the DNA phosphodiester backbone topB - 5.99.1.2 ko:K03168,ko:K03169,ko:K07479 - - - - ko00000,ko01000,ko03032,ko03400 - - - DUF2726,Topoisom_bac,Toprim,zf-C4_Topoisom +BSU_04270 224308.BSU04270 1.78e-266 729.0 COG3405@1|root,COG3405@2|Bacteria,1V4ZT@1239|Firmicutes,4HG8R@91061|Bacilli,1ZR17@1386|Bacillus 2|Bacteria M Belongs to the glycosyl hydrolase 8 (cellulase D) family ydaJ - - - - - - - - - - - Glyco_hydro_8 +BSU_04280 224308.BSU04280 1.14e-195 543.0 COG2199@1|root,COG3706@2|Bacteria,1VHAN@1239|Firmicutes,4HQWC@91061|Bacilli,1ZFFR@1386|Bacillus 2|Bacteria T Diguanylate cyclase, GGDEF domain ydaK - - - - - - - - - - - GGDEF +BSU_04290 224308.BSU04290 0.0 1120.0 COG5298@1|root,COG5298@2|Bacteria,1TSDC@1239|Firmicutes,4HD1Q@91061|Bacilli,1ZDYW@1386|Bacillus 2|Bacteria S Uncharacterized protein conserved in bacteria (DUF2334) ydaL - - - - - - - - - - - DUF2334 +BSU_04300 224308.BSU04300 7.86e-304 828.0 COG1215@1|root,COG1215@2|Bacteria,1TRCI@1239|Firmicutes,4HAAK@91061|Bacilli,1ZE8G@1386|Bacillus 2|Bacteria M Glycosyl transferase family group 2 ydaM - 2.4.1.336 ko:K11936,ko:K19003 ko00561,ko01100,ko02026,map00561,map01100,map02026 - R02689 RC00005,RC00059 ko00000,ko00001,ko01000,ko01003,ko02000 4.D.1.1.2,4.D.1.1.3 GT2 - Glyco_tranf_2_3,Glycos_transf_2 +BSU_04310 224308.BSU04310 0.0 1341.0 28HGC@1|root,2Z7S8@2|Bacteria,1V3ZA@1239|Firmicutes,4IRWX@91061|Bacilli,1ZFHW@1386|Bacillus 2|Bacteria S Bacterial cellulose synthase subunit ydaN GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K20541 - - - - ko00000,ko02000 4.D.3.1.6 - - BcsB +BSU_04320 224308.BSU04320 0.0 1151.0 COG0531@1|root,COG0531@2|Bacteria,1TQE1@1239|Firmicutes,4HAZH@91061|Bacilli,1ZC7Q@1386|Bacillus 2|Bacteria E amino acid ydaO GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015179,GO:0015291,GO:0015297,GO:0015318,GO:0015711,GO:0015807,GO:0015849,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1902475,GO:1903825,GO:1905039 - - - - - - - - - - AA_permease_2 +BSU_04330 224308.BSU04330 2.17e-102 296.0 COG0494@1|root,COG0494@2|Bacteria,1VQCD@1239|Firmicutes,4IPY2@91061|Bacilli,1ZHWQ@1386|Bacillus 2|Bacteria L Belongs to the Nudix hydrolase family mutT - 3.6.1.13,3.6.1.55 ko:K01515,ko:K03574 ko00230,map00230 - R01054 RC00002 ko00000,ko00001,ko01000,ko03400 - - - ADPrib_exo_Tox,NUDIX +BSU_04340 224308.BSU04340 0.0 1143.0 COG0028@1|root,COG0028@2|Bacteria,1TQE8@1239|Firmicutes,4HBUS@91061|Bacilli,1ZB01@1386|Bacillus 2|Bacteria EH Belongs to the TPP enzyme family poxB - 1.2.3.3,1.2.5.1 ko:K00156,ko:K00158 ko00620,ko01100,map00620,map01100 - R00207,R03145 RC00860,RC02745 ko00000,ko00001,ko01000 - - - TPP_enzyme_C,TPP_enzyme_M,TPP_enzyme_N +BSU_04359 224308.BSU04359 2.14e-53 167.0 29RT2@1|root,30CWY@2|Bacteria,1UAHA@1239|Firmicutes,4IKVS@91061|Bacilli,1ZHYE@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_04360 224308.BSU04360 3.9e-286 784.0 COG1914@1|root,COG1914@2|Bacteria,1TPT1@1239|Firmicutes,4HAEA@91061|Bacilli,1ZCHH@1386|Bacillus 2|Bacteria P H( )-stimulated, divalent metal cation uptake system mntH GO:0000041,GO:0003674,GO:0005215,GO:0005384,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006824,GO:0006826,GO:0006828,GO:0006829,GO:0008150,GO:0008324,GO:0009987,GO:0010035,GO:0010038,GO:0010039,GO:0015075,GO:0015077,GO:0015078,GO:0015086,GO:0015291,GO:0015292,GO:0015293,GO:0015318,GO:0015672,GO:0015684,GO:0015691,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0022890,GO:0030001,GO:0031224,GO:0034220,GO:0034755,GO:0042221,GO:0044425,GO:0044464,GO:0046873,GO:0046915,GO:0050896,GO:0051179,GO:0051234,GO:0051716,GO:0055085,GO:0070574,GO:0070838,GO:0070887,GO:0071241,GO:0071248,GO:0071281,GO:0071421,GO:0071577,GO:0071578,GO:0071944,GO:0072511,GO:0098655,GO:0098657,GO:0098659,GO:0098660,GO:0098662,GO:0098739,GO:0099587,GO:1902600 - ko:K03322 - - - - ko00000,ko02000 2.A.55.2.6,2.A.55.3 - iSF_1195.SF2457,iYO844.BSU04360 Nramp +BSU_04370 224308.BSU04370 1.67e-42 140.0 COG2261@1|root,COG2261@2|Bacteria,1VENK@1239|Firmicutes,4HNKV@91061|Bacilli,1ZJBG@1386|Bacillus 2|Bacteria S membrane ydaS - - - - - - - - - - - Transgly_assoc +BSU_04380 224308.BSU04380 2.25e-100 291.0 COG4876@1|root,COG4876@2|Bacteria,1V946@1239|Firmicutes,4IRQ3@91061|Bacilli,1ZRWN@1386|Bacillus 2|Bacteria S Uncharacterized protein conserved in bacteria (DUF2188) ydaT - - - - - - - - - - - DUF2188 +BSU_04390 224308.BSU04390 1.5e-190 529.0 COG2217@1|root,COG2217@2|Bacteria,1UHSD@1239|Firmicutes,4IS9K@91061|Bacilli,1ZS3Q@1386|Bacillus 2|Bacteria P EcsC protein family ydbA - 3.6.3.4,3.6.3.54 ko:K01533,ko:K17686 ko01524,ko04016,map01524,map04016 - R00086 RC00002 ko00000,ko00001,ko01000 3.A.3.5 - - EcsC,Hydrolase +BSU_04400 224308.BSU04400 8.37e-11 62.4 COG3729@1|root,COG3729@2|Bacteria,1V71P@1239|Firmicutes,4HJ8A@91061|Bacilli,1ZGZA@1386|Bacillus 2|Bacteria S general stress protein gsiB - - ko:K06884 - - - - ko00000 - - - KGG,LEA_5 +BSU_04410 224308.BSU04410 7.58e-79 234.0 COG0662@1|root,COG0662@2|Bacteria,1VI5Z@1239|Firmicutes,4HSX4@91061|Bacilli,1ZGZ3@1386|Bacillus 2|Bacteria G Cupin domain ydbB - - - - - - - - - - - Cupin_2 +BSU_04420 224308.BSU04420 5.41e-84 247.0 COG2329@1|root,COG2329@2|Bacteria,1VHZ1@1239|Firmicutes,4HP36@91061|Bacilli,1ZHXX@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF4937 ydbC - - - - - - - - - - - ABM,DUF4937 +BSU_04430 224308.BSU04430 1.35e-198 550.0 COG3546@1|root,COG3546@2|Bacteria,1TQVQ@1239|Firmicutes,4H9XR@91061|Bacilli,1ZBZ9@1386|Bacillus 2|Bacteria P Catalase ydbD GO:0006950,GO:0006974,GO:0008150,GO:0009987,GO:0033554,GO:0050896,GO:0051716 - ko:K06334,ko:K07217 - - - - ko00000 - - - Mn_catalase +BSU_04440 224308.BSU04440 3.66e-253 694.0 COG1638@1|root,COG1638@2|Bacteria,1TP3I@1239|Firmicutes,4HD0U@91061|Bacilli,1ZCY6@1386|Bacillus 2|Bacteria G COG1638 TRAP-type C4-dicarboxylate transport system, periplasmic component dctB - - ko:K11688 ko02020,map02020 - - - ko00000,ko00001,ko02000 2.A.56.1 - - DctP +BSU_04450 224308.BSU04450 0.0 1026.0 COG3290@1|root,COG3290@2|Bacteria,1TQJR@1239|Firmicutes,4H9Q0@91061|Bacilli,1ZBHV@1386|Bacillus 2|Bacteria T Signal transduction histidine kinase regulating citrate malate metabolism dctS - 2.7.13.3 ko:K02476,ko:K03406,ko:K11614,ko:K11637,ko:K11640,ko:K11691 ko02020,ko02030,map02020,map02030 M00487,M00489,M00490,M00494 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022,ko02035 - - - HATPase_c,HATPase_c_5,PAS,PAS_10,PAS_4,PAS_8,PAS_9,SPOB_a,sCache_3_2 +BSU_04460 224308.BSU04460 3.39e-155 436.0 COG4565@1|root,COG4565@2|Bacteria,1V49R@1239|Firmicutes,4HHD4@91061|Bacilli,1ZDGY@1386|Bacillus 2|Bacteria T COG4565 Response regulator of citrate malate metabolism dctR - - ko:K02475,ko:K11615,ko:K11638,ko:K11692 ko02020,map02020 M00487,M00489,M00490 - - ko00000,ko00001,ko00002,ko02022 - - - FaeA,HTH_11,HTH_DeoR,HTH_IclR,Response_reg +BSU_04470 224308.BSU04470 4.43e-290 793.0 COG1301@1|root,COG1301@2|Bacteria,1TPME@1239|Firmicutes,4H9T7@91061|Bacilli,1ZBKK@1386|Bacillus 2|Bacteria U Belongs to the dicarboxylate amino acid cation symporter (DAACS) (TC 2.A.23) family dctA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03309,ko:K11102,ko:K11103 ko02020,map02020 - - - ko00000,ko00001,ko02000 2.A.23,2.A.23.1.1,2.A.23.1.2,2.A.23.1.3,2.A.23.1.6,2.A.23.1.7 - iYO844.BSU10220 SDF +BSU_04480 224308.BSU04480 3.25e-231 639.0 COG0628@1|root,COG0628@2|Bacteria,1TSBK@1239|Firmicutes,4HBYJ@91061|Bacilli,1ZBJD@1386|Bacillus 2|Bacteria S AI-2E family transporter ydbI GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - - - - - - - - - - AI-2E_transport +BSU_04490 224308.BSU04490 2.28e-219 605.0 COG1131@1|root,COG1131@2|Bacteria,1TP4J@1239|Firmicutes,4HBGH@91061|Bacilli,1ZB4N@1386|Bacillus 2|Bacteria V ABC transporter, ATP-binding protein ydbJ - - ko:K01990 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC_tran +BSU_04500 224308.BSU04500 5.11e-160 450.0 COG1277@1|root,COG1277@2|Bacteria,1TT9E@1239|Firmicutes,4HE5W@91061|Bacilli,1ZDPM@1386|Bacillus 2|Bacteria S COG1277 ABC-type transport system involved in multi-copper enzyme maturation, permease component ydbK - - ko:K01992 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC2_membrane_2,ABC2_membrane_4 +BSU_04510 224308.BSU04510 2.67e-69 209.0 29RJA@1|root,30CND@2|Bacteria,1UA4S@1239|Firmicutes,4IKF0@91061|Bacilli,1ZGT1@1386|Bacillus 2|Bacteria - - ydbL - - - - - - - - - - - - +BSU_04520 224308.BSU04520 1.83e-280 766.0 COG1960@1|root,COG1960@2|Bacteria,1TP57@1239|Firmicutes,4HBTP@91061|Bacilli,1ZATT@1386|Bacillus 2|Bacteria I acyl-CoA dehydrogenase ydbM - 1.3.8.1 ko:K00248 ko00071,ko00280,ko00650,ko01100,ko01110,ko01120,ko01200,ko01212,map00071,map00280,map00650,map01100,map01110,map01120,map01200,map01212 - R01175,R01178,R02661,R03172,R04751 RC00052,RC00068,RC00076,RC00120,RC00148 ko00000,ko00001,ko01000 - - iYO844.BSU04520 Acyl-CoA_dh_1,Acyl-CoA_dh_2,Acyl-CoA_dh_M,Acyl-CoA_dh_N +BSU_04530 224308.BSU04530 5.55e-34 116.0 29SEI@1|root,30DJB@2|Bacteria,1UBCP@1239|Firmicutes,4IMRH@91061|Bacilli,1ZKP6@1386|Bacillus 2|Bacteria S Fur-regulated basic protein B - - - - - - - - - - - - Fur_reg_FbpB +BSU_04540 224308.BSU04540 1.91e-202 561.0 COG0053@1|root,COG0053@2|Bacteria,1TSGY@1239|Firmicutes,4H9WP@91061|Bacilli,1ZAPN@1386|Bacillus 2|Bacteria P Belongs to the cation diffusion facilitator (CDF) transporter (TC 2.A.4) family yeaB - - - - - - - - - - - Cation_efflux,ZT_dimer +BSU_04550 224308.BSU04550 4.19e-75 224.0 COG0526@1|root,COG0526@2|Bacteria,1VA84@1239|Firmicutes,4HKCD@91061|Bacilli,1ZHXM@1386|Bacillus 2|Bacteria CO Thioredoxin ydbP GO:0003674,GO:0003824,GO:0004791,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009636,GO:0009987,GO:0015035,GO:0015036,GO:0016209,GO:0016491,GO:0016651,GO:0016667,GO:0016668,GO:0016671,GO:0019725,GO:0033554,GO:0034599,GO:0042221,GO:0042592,GO:0044424,GO:0044444,GO:0044464,GO:0045454,GO:0047134,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0055114,GO:0065007,GO:0065008,GO:0070887,GO:0097237,GO:0098754,GO:0098869,GO:1990748 2.7.1.180,5.3.4.1 ko:K01829,ko:K03671,ko:K03734,ko:K06196 ko04621,ko05418,map04621,map05418 - - - ko00000,ko00001,ko01000,ko02000,ko03110 5.A.1.2 - - Rhodanese,Thioredoxin,Thioredoxin_7 +BSU_04560 224308.BSU04560 2.31e-258 707.0 COG1181@1|root,COG1181@2|Bacteria,1TP2Y@1239|Firmicutes,4H9KB@91061|Bacilli,1ZDA3@1386|Bacillus 2|Bacteria F Belongs to the D-alanine--D-alanine ligase family ddl - 6.3.2.4 ko:K01921 ko00473,ko00550,ko01100,ko01502,map00473,map00550,map01100,map01502 - R01150 RC00064,RC00141 ko00000,ko00001,ko01000,ko01011 - - - Dala_Dala_lig_C,Dala_Dala_lig_N +BSU_04570 224308.BSU04570 0.0 897.0 COG0770@1|root,COG0770@2|Bacteria,1VT78@1239|Firmicutes,4HACR@91061|Bacilli,1ZCC3@1386|Bacillus 2|Bacteria M Involved in cell wall formation. Catalyzes the final step in the synthesis of UDP-N-acetylmuramoyl-pentapeptide, the precursor of murein murF - 6.3.2.10 ko:K01929 ko00300,ko00550,ko01100,ko01502,map00300,map00550,map01100,map01502 - R04573,R04617 RC00064,RC00141 ko00000,ko00001,ko01000,ko01011 - - - Mur_ligase,Mur_ligase_C,Mur_ligase_M +BSU_04580 224308.BSU04580 0.0 919.0 COG0513@1|root,COG0513@2|Bacteria,1TPAP@1239|Firmicutes,4HAB3@91061|Bacilli,1ZAPP@1386|Bacillus 2|Bacteria JKL DEAD-box RNA helicase possibly involved in RNA degradation. Unwinds dsRNA in both 5'- and 3'-directions, has RNA- dependent ATPase activity cshA GO:0000166,GO:0003674,GO:0003676,GO:0003723,GO:0003724,GO:0003824,GO:0004004,GO:0004386,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0006139,GO:0006725,GO:0006807,GO:0006950,GO:0008026,GO:0008144,GO:0008150,GO:0008152,GO:0008186,GO:0009266,GO:0009295,GO:0009409,GO:0009628,GO:0009987,GO:0010501,GO:0016020,GO:0016070,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034641,GO:0035639,GO:0036094,GO:0042623,GO:0043167,GO:0043168,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0044237,GO:0044238,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0070035,GO:0071704,GO:0071944,GO:0090304,GO:0097159,GO:0097367,GO:0140098,GO:1901265,GO:1901360,GO:1901363 3.6.4.13 ko:K05592,ko:K18692 ko03018,map03018 - - - ko00000,ko00001,ko01000,ko03009,ko03019 - - - DEAD,DbpA,Helicase_C +BSU_04590 224308.BSU04590 4.28e-107 309.0 COG3402@1|root,COG3402@2|Bacteria,1VFTS@1239|Firmicutes,4HPTD@91061|Bacilli,1ZQR1@1386|Bacillus 2|Bacteria S Bacterial PH domain ydbS - - ko:K09167 - - - - ko00000 - - - bPH_2 +BSU_04600 224308.BSU04600 0.0 935.0 COG3428@1|root,COG3428@2|Bacteria,1TSRJ@1239|Firmicutes,4HB8P@91061|Bacilli,1ZBIF@1386|Bacillus 2|Bacteria S Membrane ydbT - - ko:K08981 - - - - ko00000 - - - bPH_2 +BSU_04610 224308.BSU04610 2.53e-139 394.0 COG0705@1|root,COG0705@2|Bacteria,1TQXT@1239|Firmicutes,4HCDF@91061|Bacilli,1ZCEK@1386|Bacillus 2|Bacteria S membrane protein (homolog of Drosophila rhomboid) ydcA - 3.4.21.105 ko:K19225 - - - - ko00000,ko01000,ko01002 - - - Rhomboid +BSU_04620 224308.BSU04620 1.95e-78 233.0 COG0736@1|root,COG0736@2|Bacteria,1VA0T@1239|Firmicutes,4HKBI@91061|Bacilli,1ZI02@1386|Bacillus 2|Bacteria I Transfers the 4'-phosphopantetheine moiety from coenzyme A to a Ser of acyl-carrier-protein acpS - 2.7.6.3,2.7.8.7,5.1.1.1 ko:K00950,ko:K00997,ko:K01775 ko00473,ko00770,ko00790,ko01100,ko01502,map00473,map00770,map00790,map01100,map01502 M00126,M00841 R00401,R01625,R03503 RC00002,RC00017,RC00285 ko00000,ko00001,ko00002,ko01000,ko01011 - - iHN637.CLJU_RS01470,iYO844.BSU04620 ACPS +BSU_04630 224308.BSU04630 3.29e-234 645.0 COG2834@1|root,COG2834@2|Bacteria,1TSRE@1239|Firmicutes,4HBCH@91061|Bacilli,1ZBE6@1386|Bacillus 2|Bacteria M COG2834 Outer membrane lipoprotein-sorting protein ydcC - - - - - - - - - - - DUF4367,LolA,LolA_2 +BSU_04640 224308.BSU04640 5.29e-284 775.0 COG0787@1|root,COG0787@2|Bacteria,1TNYY@1239|Firmicutes,4HA95@91061|Bacilli,1ZCW9@1386|Bacillus 2|Bacteria E Catalyzes the interconversion of L-alanine and D- alanine. May also act on other amino acids alr - 5.1.1.1,5.1.1.5 ko:K01775,ko:K20707 ko00473,ko01100,ko01502,map00473,map01100,map01502 - R00401 RC00285 ko00000,ko00001,ko01000,ko01011 - - - Ala_racemase_C,Ala_racemase_N +BSU_04650 1051501.AYTL01000031_gene1412 1.35e-56 176.0 COG0864@1|root,COG0864@2|Bacteria,1VA28@1239|Firmicutes,4HKPU@91061|Bacilli,1ZGYI@1386|Bacillus 2|Bacteria K transcriptional regulators containing the CopG Arc MetJ DNA-binding domain and a metal-binding domain ndoAI GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K07723 - - - - ko00000,ko02048,ko03000 - - - RHH_1 +BSU_04660 1051501.AYTL01000031_gene1411 6.17e-75 224.0 COG2337@1|root,COG2337@2|Bacteria,1V6DK@1239|Firmicutes,4HGXF@91061|Bacilli,1ZG8R@1386|Bacillus 2|Bacteria L Toxic component of a toxin-antitoxin (TA) module ndoA - - ko:K07171 - - - - ko00000,ko01000,ko02048 - - - PemK_toxin +BSU_04670 224308.BSU04670 3.12e-184 513.0 COG1366@1|root,COG1366@2|Bacteria,1UGQT@1239|Firmicutes,4HCRH@91061|Bacilli,1ZBRY@1386|Bacillus 2|Bacteria T Positive regulator of sigma-B rsbR GO:0003674,GO:0003824,GO:0004672,GO:0004674,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006464,GO:0006468,GO:0006793,GO:0006796,GO:0006807,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019538,GO:0023052,GO:0035556,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0065007,GO:0071704,GO:0140096,GO:1901564 - ko:K17763 - - - - ko00000,ko03021 - - - RsbRD_N,Rsbr_N,STAS +BSU_04680 224308.BSU04680 5.17e-74 222.0 COG1366@1|root,COG1366@2|Bacteria,1V7FB@1239|Firmicutes,4HIQ6@91061|Bacilli,1ZGH2@1386|Bacillus 2|Bacteria T antagonist rsbS - - ko:K17762 - - - - ko00000,ko03021 - - - STAS +BSU_04690 224308.BSU04690 8.56e-90 263.0 COG2172@1|root,COG2172@2|Bacteria,1V6Y4@1239|Firmicutes,4HIQU@91061|Bacilli,1ZG7T@1386|Bacillus 2|Bacteria T COG2172 Anti-sigma regulatory factor (Ser Thr protein kinase) rsbT GO:0000988,GO:0000989,GO:0003674,GO:0008150,GO:0009889,GO:0010556,GO:0016989,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2001141 2.7.11.1 ko:K04757,ko:K06379,ko:K17752 - - - - ko00000,ko01000,ko01001,ko03021 - - - HATPase_c,HATPase_c_2 +BSU_04700 224308.BSU04700 3.75e-243 667.0 COG2208@1|root,COG2208@2|Bacteria,1TQY5@1239|Firmicutes,4HAF6@91061|Bacilli,1ZBIB@1386|Bacillus 2|Bacteria KT phosphatase rsbU - 3.1.3.3 ko:K07315 - - - - ko00000,ko01000,ko03021 - - - RsbU_N,SpoIIE +BSU_04710 224308.BSU04710 1.97e-70 212.0 COG1366@1|root,COG1366@2|Bacteria,1VER8@1239|Firmicutes,4HP2I@91061|Bacilli,1ZIDN@1386|Bacillus 2|Bacteria T Belongs to the anti-sigma-factor antagonist family rsbV - - ko:K04749 - - - - ko00000,ko03021 - - - STAS,STAS_2 +BSU_04720 224308.BSU04720 2.48e-111 320.0 COG2172@1|root,COG2172@2|Bacteria,1V1IA@1239|Firmicutes,4HM6Z@91061|Bacilli,1ZQQZ@1386|Bacillus 2|Bacteria F Negative regulator of sigma-B activity. Phosphorylates and inactivates its specific antagonist protein, RsbV. Upon phosphorylation of RsbV, RsbW is released and binds to sigma-B, thereby blocking its ability to form an RNA polymerase holoenzyme (E-sigma-B) rsbW GO:0000988,GO:0000989,GO:0003674,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0016989,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 2.7.11.1 ko:K04757,ko:K06379,ko:K17752 - - - - ko00000,ko01000,ko01001,ko03021 - - - HATPase_c_2 +BSU_04730 224308.BSU04730 1.55e-178 498.0 COG1191@1|root,COG1191@2|Bacteria,1TP3Q@1239|Firmicutes,4HBIW@91061|Bacilli,1ZBAP@1386|Bacillus 2|Bacteria K Sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released sigB GO:0000988,GO:0000990,GO:0003674,GO:0005488,GO:0005515,GO:0006139,GO:0006351,GO:0006352,GO:0006355,GO:0006629,GO:0006725,GO:0006807,GO:0006950,GO:0006979,GO:0006995,GO:0007154,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009266,GO:0009267,GO:0009409,GO:0009605,GO:0009628,GO:0009889,GO:0009891,GO:0009893,GO:0009987,GO:0009991,GO:0010467,GO:0010468,GO:0010556,GO:0010557,GO:0010604,GO:0010628,GO:0016070,GO:0016987,GO:0018130,GO:0019219,GO:0019222,GO:0019438,GO:0019899,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0031667,GO:0031668,GO:0031669,GO:0032774,GO:0033554,GO:0034059,GO:0034641,GO:0034645,GO:0034654,GO:0036293,GO:0042221,GO:0042594,GO:0043170,GO:0043175,GO:0043254,GO:0043562,GO:0043620,GO:0044087,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0045893,GO:0045935,GO:0046483,GO:0046677,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0050896,GO:0051128,GO:0051171,GO:0051173,GO:0051252,GO:0051254,GO:0051716,GO:0060255,GO:0065007,GO:0070063,GO:0070417,GO:0070482,GO:0071496,GO:0071704,GO:0080090,GO:0090304,GO:0097659,GO:0140110,GO:1901360,GO:1901362,GO:1901576,GO:1902680,GO:1903506,GO:1903508,GO:2000112,GO:2000142,GO:2001141 - ko:K03090,ko:K03091,ko:K03093 - - - - ko00000,ko03021 - - - Sigma70_r2,Sigma70_r3,Sigma70_r4 +BSU_04740 224308.BSU04740 1.86e-141 399.0 COG2208@1|root,COG2208@2|Bacteria,1V0BN@1239|Firmicutes,4HECS@91061|Bacilli,1ZEVQ@1386|Bacillus 2|Bacteria KT Sigma factor PP2C-like phosphatases rsbX GO:0005575,GO:0005623,GO:0006950,GO:0008150,GO:0009266,GO:0009408,GO:0009628,GO:0042601,GO:0042763,GO:0044464,GO:0050896 3.1.3.16,3.1.3.3 ko:K05518,ko:K06382 - - - - ko00000,ko01000,ko03021 - - - PP2C_2,SpoIIE +BSU_04760 224308.BSU04760 1.32e-106 306.0 COG1673@1|root,COG1673@2|Bacteria,1VAXR@1239|Firmicutes,4HKYH@91061|Bacilli,1ZGHM@1386|Bacillus 2|Bacteria S EVE domain ydcG - - - - - - - - - - - EVE +BSU_04770 224308.BSU04770 3.1e-101 293.0 COG1846@1|root,COG1846@2|Bacteria,1VCDY@1239|Firmicutes,4HM32@91061|Bacilli,1ZN3E@1386|Bacillus 2|Bacteria K helix_turn_helix multiple antibiotic resistance protein ydcH GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - MarR,MarR_2 +BSU_04780 224308.BSU04780 0.0 1368.0 COG2183@1|root,COG2183@2|Bacteria,1TPFE@1239|Firmicutes,4HAGY@91061|Bacilli,1ZC3T@1386|Bacillus 2|Bacteria K COG2183 Transcriptional accessory protein yhgF GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0009314,GO:0009628,GO:0010212,GO:0044424,GO:0044444,GO:0044464,GO:0050896 - ko:K06959 - - - - ko00000 - - - HHH_3,S1,Tex_N,Tex_YqgF +BSU_04785 720555.BATR1942_21120 3.06e-22 85.5 2DRP7@1|root,33CG4@2|Bacteria,1VMHM@1239|Firmicutes,4I61H@91061|Bacilli,1ZJZZ@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_04790 224308.BSU04790 1.93e-110 317.0 COG3091@1|root,COG3091@2|Bacteria,1V6NU@1239|Firmicutes,4HIHY@91061|Bacilli,1ZG8Y@1386|Bacillus 2|Bacteria S Belongs to the SprT family ydcK - - ko:K03095 - - - - ko00000 - - - SprT-like,Zn_ribbon_SprT +BSU_04800 224308.BSU04800 4.41e-270 738.0 COG0582@1|root,COG0582@2|Bacteria,1TTJI@1239|Firmicutes,4HDG6@91061|Bacilli,1ZDA0@1386|Bacillus 2|Bacteria L Belongs to the 'phage' integrase family int - - - - - - - - - - - Arm-DNA-bind_4,Phage_int_SAM_3,Phage_int_SAM_5,Phage_integrase +BSU_04810 224308.BSU04810 8.17e-119 339.0 COG2856@1|root,COG2856@2|Bacteria,1V88E@1239|Firmicutes,4HJ7D@91061|Bacilli,1ZI6V@1386|Bacillus 2|Bacteria E IrrE N-terminal-like domain immA - - - - - - - - - - - Peptidase_M78 +BSU_04820 224308.BSU04820 1.91e-81 241.0 COG1396@1|root,COG1396@2|Bacteria,1VHEV@1239|Firmicutes,4HPPW@91061|Bacilli 2|Bacteria K Transcriptional yvaO - - ko:K22299 - - - - ko00000,ko03000 - - - HTH_19,HTH_3,HTH_31 +BSU_04830 720555.BATR1942_21145 6.31e-24 92.0 2A77Z@1|root,30W4A@2|Bacteria,1U2X1@1239|Firmicutes,4HS8I@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - - +BSU_04839 224308.BSU04839 5.52e-55 171.0 2B24P@1|root,31UMU@2|Bacteria,1UCZ6@1239|Firmicutes,4IPF5@91061|Bacilli,1ZPU2@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_04850 720555.BATR1942_21160 1.84e-83 246.0 28NIV@1|root,2ZBK5@2|Bacteria,1V1U5@1239|Firmicutes,4HG1A@91061|Bacilli,1ZMW6@1386|Bacillus 2|Bacteria S Bacterial protein of unknown function (DUF961) - - - - - - - - - - - - DUF961 +BSU_04860 224308.BSU04860 0.0 943.0 COG1674@1|root,COG1674@2|Bacteria,1TPHE@1239|Firmicutes,4HB44@91061|Bacilli,1ZBR1@1386|Bacillus 2|Bacteria D Ftsk spoiiie family protein ydcQ - - ko:K03466 - - - - ko00000,ko03036 3.A.12 - - FtsK_SpoIIIE,Ftsk_gamma +BSU_04870 224308.BSU04870 2.62e-263 720.0 COG2946@1|root,COG2946@2|Bacteria,1UHNT@1239|Firmicutes,4HVQS@91061|Bacilli,1ZGST@1386|Bacillus 2|Bacteria L Replication initiation factor nicK - - ko:K07467 - - - - ko00000 - - - HTH_3,Rep_trans +BSU_04900 224308.BSU04900 3.14e-66 201.0 2EVJ9@1|root,33NZD@2|Bacteria,1VQK4@1239|Firmicutes,4HSPW@91061|Bacilli,1ZNR9@1386|Bacillus 2|Bacteria - - yddA - - - - - - - - - - - - +BSU_04910 224308.BSU04910 2.19e-231 639.0 2BYEF@1|root,32R38@2|Bacteria,1V6NJ@1239|Firmicutes,4HK05@91061|Bacilli,1ZI7T@1386|Bacillus 2|Bacteria S Conjugative transposon protein TcpC yddB - - - - - - - - - - - TpcC +BSU_04920 224308.BSU04920 3.41e-54 169.0 294EE@1|root,2ZRUB@2|Bacteria,1W29H@1239|Firmicutes,4I1MZ@91061|Bacilli,1ZP41@1386|Bacillus 2|Bacteria - - yddC - - - - - - - - - - - - +BSU_04930 224308.BSU04930 7.8e-124 352.0 2BPVZ@1|root,32IPP@2|Bacteria,1V96Y@1239|Firmicutes,4HIW5@91061|Bacilli,1ZMZV@1386|Bacillus 2|Bacteria S TcpE family yddD - - - - - - - - - - - TcpE +BSU_04940 224308.BSU04940 0.0 1641.0 COG0433@1|root,COG0433@2|Bacteria,1TPVQ@1239|Firmicutes,4HDZ5@91061|Bacilli,1ZQE8@1386|Bacillus 2|Bacteria S AAA-like domain yddE GO:0000746,GO:0005575,GO:0005623,GO:0008150,GO:0009291,GO:0009292,GO:0009987,GO:0044464,GO:0044764,GO:0051704,GO:0060187 - - - - - - - - - - AAA_10 +BSU_04950 224308.BSU04950 2.81e-74 222.0 2E4E6@1|root,32Z9E@2|Bacteria,1VE04@1239|Firmicutes,4HYJ7@91061|Bacilli 2|Bacteria S Domain of unknown function (DUF1874) - - - - - - - - - - - - DUF1874 +BSU_04960 224308.BSU04960 0.0 1406.0 COG5644@1|root,COG5644@2|Bacteria,1TQPB@1239|Firmicutes,4HBX3@91061|Bacilli,1ZG38@1386|Bacillus 2|Bacteria S maturation of SSU-rRNA yddG - - ko:K03201,ko:K13613 ko03070,map03070 M00333 - - ko00000,ko00001,ko00002,ko01004,ko01008,ko02044 3.A.7 - - CHU_C,TrbL +BSU_04970 224308.BSU04970 4.74e-243 667.0 COG0741@1|root,COG0791@1|root,COG0741@2|Bacteria,COG0791@2|Bacteria,1TP24@1239|Firmicutes,4HBUX@91061|Bacilli,1ZG51@1386|Bacillus 2|Bacteria M Lysozyme-like yddH GO:0003674,GO:0003796,GO:0003824,GO:0004175,GO:0004553,GO:0005575,GO:0005576,GO:0005618,GO:0005623,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016787,GO:0016798,GO:0019538,GO:0030312,GO:0043170,GO:0044238,GO:0044464,GO:0061783,GO:0070011,GO:0071704,GO:0071944,GO:0140096,GO:1901564 - ko:K19220,ko:K19223,ko:K19224,ko:K21471 - - - - ko00000,ko01000,ko01002,ko01011 - CBM50 - Lysozyme_like,NLPC_P60 +BSU_04980 224308.BSU04980 4.05e-114 327.0 2900X@1|root,2ZMR5@2|Bacteria,1W6E8@1239|Firmicutes,4I1JR@91061|Bacilli,1ZN5V@1386|Bacillus 2|Bacteria - - yddI - - - - - - - - - - - - +BSU_04990 224308.BSU04990 1.91e-85 251.0 2ESSR@1|root,33KB4@2|Bacteria,1VPHX@1239|Firmicutes,4HRN2@91061|Bacilli,1ZP7D@1386|Bacillus 2|Bacteria S Domain of unknown function with cystatin-like fold (DUF4467) yddJ - - - - - - - - - - - DUF4467 +BSU_05000 224308.BSU05000 8.08e-192 532.0 2CI0I@1|root,332G0@2|Bacteria,1VMGK@1239|Firmicutes,4HS1G@91061|Bacilli,1ZNSC@1386|Bacillus 2|Bacteria S TIR domain - - - - - - - - - - - - TIR_2 +BSU_05010 1274524.BSONL12_02192 3.66e-92 288.0 COG0457@1|root,COG0457@2|Bacteria,1UUXQ@1239|Firmicutes,4I402@91061|Bacilli,1ZDKN@1386|Bacillus 2|Bacteria S Response regulator aspartate phosphatase rapA - - ko:K06359,ko:K06360,ko:K06367 ko02024,map02024 - - - ko00000,ko00001,ko01000 - - - TPR_12,TPR_16 +BSU_05030 224308.BSU05030 2.17e-215 595.0 2ECUD@1|root,336RX@2|Bacteria,1VH88@1239|Firmicutes 2|Bacteria - - - - - - - - - - - - - - - +BSU_05040 224308.BSU05040 2.43e-241 663.0 COG2141@1|root,COG2141@2|Bacteria,1TQWJ@1239|Firmicutes,4HBMR@91061|Bacilli,1ZAPR@1386|Bacillus 2|Bacteria C COG2141 Coenzyme F420-dependent N5,N10-methylene tetrahydromethanopterin reductase and related flavin-dependent oxidoreductases luxA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 - - - - - - - - - - Bac_luciferase +BSU_05050 224308.BSU05050 8.15e-94 273.0 COG1522@1|root,COG1522@2|Bacteria,1V45K@1239|Firmicutes,4HH2H@91061|Bacilli,1ZGIJ@1386|Bacillus 2|Bacteria K transcriptional lrpA GO:0001101,GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0042221,GO:0043200,GO:0043565,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1901698,GO:1901700,GO:1903506,GO:2000112,GO:2001141 - ko:K03719 - - - - ko00000,ko03000,ko03036 - - - AsnC_trans_reg,HTH_24,HTH_AsnC-type +BSU_05060 224308.BSU05060 2.17e-102 296.0 COG1522@1|root,COG1522@2|Bacteria,1V45K@1239|Firmicutes,4HH2H@91061|Bacilli,1ZGIJ@1386|Bacillus 2|Bacteria K transcriptional lrpB GO:0001101,GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0042221,GO:0043200,GO:0043565,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1901698,GO:1901700,GO:1903506,GO:2000112,GO:2001141 - ko:K03719 - - - - ko00000,ko03000,ko03036 - - - AsnC_trans_reg,HTH_24,HTH_AsnC-type +BSU_05070 224308.BSU05070 1.62e-128 365.0 COG1335@1|root,COG1335@2|Bacteria,1V7MY@1239|Firmicutes,4HDR2@91061|Bacilli,1ZD1Q@1386|Bacillus 2|Bacteria Q Isochorismatase family yddQ - 3.5.1.19 ko:K08281 ko00760,ko01100,map00760,map01100 - R01268 RC00100 ko00000,ko00001,ko01000 - - - Isochorismatase +BSU_05080 224308.BSU05080 1.34e-184 513.0 COG2220@1|root,COG2220@2|Bacteria,1TSSV@1239|Firmicutes,4HCSS@91061|Bacilli,1ZB0N@1386|Bacillus 2|Bacteria S Zn-dependent hydrolases of the beta-lactamase fold yddR - - - - - - - - - - - Lactamase_B_2,Lactamase_B_3 +BSU_05090 224308.BSU05090 3.35e-288 790.0 COG0477@1|root,COG2814@2|Bacteria,1TQ7H@1239|Firmicutes,4HB0I@91061|Bacilli,1ZS7F@1386|Bacillus 2|Bacteria EGP Major Facilitator Superfamily ydeG - - - - - - - - - - - MFS_1,MFS_2,Sugar_tr +BSU_05110 224308.BSU05110 8.55e-146 410.0 COG0693@1|root,COG0693@2|Bacteria,1V1Z0@1239|Firmicutes,4IQYN@91061|Bacilli,1ZQ65@1386|Bacillus 2|Bacteria S DJ-1/PfpI family ydeA GO:0003674,GO:0003824,GO:0004096,GO:0004601,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009056,GO:0009636,GO:0009987,GO:0016209,GO:0016491,GO:0016684,GO:0016999,GO:0017001,GO:0017144,GO:0020037,GO:0042221,GO:0042737,GO:0042743,GO:0042744,GO:0044237,GO:0044248,GO:0044424,GO:0044444,GO:0044464,GO:0046906,GO:0048037,GO:0050896,GO:0051186,GO:0051187,GO:0051716,GO:0055114,GO:0070887,GO:0072593,GO:0097159,GO:0097237,GO:0098754,GO:0098869,GO:1901363,GO:1990748 1.11.1.6,3.5.1.124 ko:K03781,ko:K05520 ko00380,ko00630,ko01110,ko01130,ko01200,ko04011,ko04016,ko04068,ko04146,ko04211,ko04212,ko04213,ko05014,map00380,map00630,map01110,map01130,map01200,map04011,map04016,map04068,map04146,map04211,map04212,map04213,map05014 M00532 R00009,R00602,R02670 RC00034,RC00767,RC02141,RC02755 ko00000,ko00001,ko00002,ko01000,ko01002 - - - DJ-1_PfpI +BSU_05120 224308.BSU05120 4.22e-41 135.0 COG1278@1|root,COG1278@2|Bacteria,1VEE0@1239|Firmicutes,4HNJC@91061|Bacilli,1ZHSU@1386|Bacillus 2|Bacteria K Cold shock cspL - - ko:K03704 - - - - ko00000,ko03000 - - - CSD +BSU_05130 224308.BSU05130 3.57e-103 298.0 COG1329@1|root,COG1329@2|Bacteria,1V40K@1239|Firmicutes,4HI9J@91061|Bacilli,1ZG97@1386|Bacillus 2|Bacteria K Transcription factor carD GO:0006950,GO:0007154,GO:0008150,GO:0009267,GO:0009405,GO:0009605,GO:0009987,GO:0009991,GO:0015968,GO:0031667,GO:0031668,GO:0031669,GO:0033554,GO:0040007,GO:0042594,GO:0044419,GO:0050896,GO:0051704,GO:0051716,GO:0071496 - ko:K07736 - - - - ko00000,ko03000 - - - CarD_CdnL_TRCF +BSU_05140 224308.BSU05140 8e-49 155.0 COG0697@1|root,COG0697@2|Bacteria 2|Bacteria EG spore germination ydzE - - - - - - - - - - - EamA +BSU_05150 224308.BSU05150 3.23e-215 593.0 COG1917@1|root,COG2207@1|root,COG1917@2|Bacteria,COG2207@2|Bacteria,1UYFB@1239|Firmicutes,4IPW9@91061|Bacilli,1ZREI@1386|Bacillus 2|Bacteria K AraC-like ligand binding domain rhaS5 GO:0003674,GO:0003700,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - AraC_binding,Cupin_2,HTH_18 +BSU_05160 224308.BSU05160 4.99e-224 618.0 COG0697@1|root,COG0697@2|Bacteria,1TR6G@1239|Firmicutes,4HAMD@91061|Bacilli,1ZCQ3@1386|Bacillus 2|Bacteria EG COG0697 Permeases of the drug metabolite transporter (DMT) superfamily yicL GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - EamA +BSU_05170 224308.BSU05170 2.87e-213 588.0 COG2207@1|root,COG3708@1|root,COG2207@2|Bacteria,COG3708@2|Bacteria,1TPI9@1239|Firmicutes,4HCJ8@91061|Bacilli,1ZAUV@1386|Bacillus 2|Bacteria K AraC family transcriptional regulator ydeE GO:0003674,GO:0003824,GO:0006081,GO:0006082,GO:0006089,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009438,GO:0009987,GO:0016053,GO:0016829,GO:0016835,GO:0016836,GO:0019172,GO:0019243,GO:0019249,GO:0019752,GO:0032787,GO:0042180,GO:0042182,GO:0043436,GO:0044237,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0046185,GO:0046394,GO:0051596,GO:0061727,GO:0071704,GO:0072330,GO:1901575,GO:1901576,GO:1901615,GO:1901617 - ko:K13653 - - - - ko00000,ko03000 - - - Cass2,GyrI-like,HTH_18 +BSU_05180 224308.BSU05180 0.0 917.0 COG1167@1|root,COG1167@2|Bacteria,1TPS5@1239|Firmicutes,4HD5A@91061|Bacilli,1ZD2Q@1386|Bacillus 2|Bacteria K COG1167 Transcriptional regulators containing a DNA-binding HTH domain and an aminotransferase domain (MocR family) and their eukaryotic orthologs - - - ko:K00375,ko:K18907 - M00700,M00702 - - ko00000,ko00002,ko01504,ko03000 - - - Aminotran_1_2,GntR +BSU_05190 224308.BSU05190 1.51e-281 773.0 COG0477@1|root,COG0477@2|Bacteria,1UHS2@1239|Firmicutes,4IS7X@91061|Bacilli,1ZC9K@1386|Bacillus 2|Bacteria EGP Major facilitator superfamily ydeG - - - - - - - - - - - MFS_1,Sugar_tr +BSU_05200 224308.BSU05200 3.19e-90 265.0 2E0VF@1|root,32WCQ@2|Bacteria,1VASP@1239|Firmicutes,4HKEM@91061|Bacilli,1ZJHA@1386|Bacillus 2|Bacteria - - ydeH - - - - - - - - - - - - +BSU_05210 224308.BSU05210 1.26e-138 392.0 COG4430@1|root,COG4430@2|Bacteria,1UYP9@1239|Firmicutes,4HDZD@91061|Bacilli,1ZDB7@1386|Bacillus 2|Bacteria S Bacteriocin-protection, YdeI or OmpD-Associated ydeI - - - - - - - - - - - DUF1801,OmdA +BSU_05220 224308.BSU05220 6.11e-150 422.0 291NR@1|root,2ZP8Y@2|Bacteria,1V43E@1239|Firmicutes,4HHQD@91061|Bacilli,1ZH81@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_05230 224308.BSU05230 4.66e-197 547.0 COG0697@1|root,COG0697@2|Bacteria,1VQY5@1239|Firmicutes,4HTD3@91061|Bacilli,1ZDUK@1386|Bacillus 2|Bacteria EG -transporter ydeK - - - - - - - - - - - EamA +BSU_05240 224308.BSU05240 0.0 947.0 COG1167@1|root,COG1167@2|Bacteria,1TPS5@1239|Firmicutes,4HB2U@91061|Bacilli,1ZB5R@1386|Bacillus 2|Bacteria K COG1167 Transcriptional regulators containing a DNA-binding HTH domain and an aminotransferase domain (MocR family) and their eukaryotic orthologs ydeL - - ko:K00375,ko:K18907 - M00700,M00702 - - ko00000,ko00002,ko01504,ko03000 - - - Aminotran_1_2,GntR +BSU_05250 224308.BSU05250 3.68e-97 282.0 COG2030@1|root,COG2030@2|Bacteria,1VFE5@1239|Firmicutes,4HHCB@91061|Bacilli,1ZHGT@1386|Bacillus 2|Bacteria I N-terminal half of MaoC dehydratase maoC - - - - - - - - - - - MaoC_dehydratas +BSU_05260 224308.BSU05260 8.6e-138 389.0 COG3545@1|root,COG3545@2|Bacteria,1V6R4@1239|Firmicutes,4HVF4@91061|Bacilli 2|Bacteria S Serine hydrolase ydeN - - ko:K07002 - - - - ko00000 - - - Ser_hydrolase +BSU_05270 224308.BSU05270 1.33e-77 230.0 COG1733@1|root,COG1733@2|Bacteria,1VA9M@1239|Firmicutes,4HNAK@91061|Bacilli 2|Bacteria K HxlR-like helix-turn-helix - - - - - - - - - - - - HxlR +BSU_05280 224308.BSU05280 1.68e-196 546.0 COG1284@1|root,COG1284@2|Bacteria,1TQTP@1239|Firmicutes,4HBV2@91061|Bacilli,1ZCF3@1386|Bacillus 2|Bacteria S Uncharacterized protein conserved in bacteria (DUF2179) yqfU - - - - - - - - - - - DUF2179,YitT_membrane +BSU_05290 224308.BSU05290 1.44e-90 265.0 COG1733@1|root,COG1733@2|Bacteria,1VA9M@1239|Firmicutes,4HH0A@91061|Bacilli,1ZHCV@1386|Bacillus 2|Bacteria K Transcriptional regulator ydeP - - - - - - - - - - - HxlR +BSU_05300 224308.BSU05300 3.49e-145 408.0 COG2249@1|root,COG2249@2|Bacteria,1V4UF@1239|Firmicutes,4HH6R@91061|Bacilli,1ZGJ6@1386|Bacillus 2|Bacteria S NADPH-quinone reductase (modulator of drug activity B) ywrO - - ko:K11748 - - - - ko00000,ko02000 2.A.37.1.2 - - Flavodoxin_2 +BSU_05310 224308.BSU05310 1.51e-261 719.0 COG0477@1|root,COG2814@2|Bacteria,1TS0E@1239|Firmicutes,4HE0M@91061|Bacilli,1ZF75@1386|Bacillus 2|Bacteria EGP Uncharacterised MFS-type transporter YbfB ydeR - - ko:K08224 - - - - ko00000,ko02000 2.A.1.36 - - MFS_1,Sugar_tr +BSU_05320 224308.BSU05320 1.07e-135 384.0 COG1309@1|root,COG1309@2|Bacteria,1VG7Z@1239|Firmicutes,4IRRY@91061|Bacilli,1ZRXB@1386|Bacillus 2|Bacteria K Transcriptional regulator ydeS GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - - - - - - - - - - TetR_C_11,TetR_N +BSU_05330 224308.BSU05330 2.56e-76 227.0 COG0640@1|root,COG0640@2|Bacteria,1VEER@1239|Firmicutes,4HM9M@91061|Bacilli,1ZHC7@1386|Bacillus 2|Bacteria K transcriptional arsR GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - ko:K03892,ko:K21903,ko:K22043 - - - - ko00000,ko03000 - - - HTH_24,HTH_5,ROK +BSU_05340 224308.BSU05340 3.69e-296 810.0 COG1055@1|root,COG1055@2|Bacteria,1TPNN@1239|Firmicutes,4H9WV@91061|Bacilli,1ZBHC@1386|Bacillus 2|Bacteria P Involved in arsenical resistance. Thought to form the channel of an arsenite pump arsB GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0008490,GO:0008509,GO:0015075,GO:0015103,GO:0015104,GO:0015105,GO:0015291,GO:0015318,GO:0015698,GO:0015699,GO:0015700,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0042960,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944,GO:0098656 - ko:K03893 - - - - ko00000,ko02000 2.A.45.1,3.A.4.1 - iAF1260.b3502,iB21_1397.B21_03304,iBWG_1329.BWG_3192,iECBD_1354.ECBD_0238,iECB_1328.ECB_03351,iECDH10B_1368.ECDH10B_3678,iECDH1ME8569_1439.ECDH1ME8569_3381,iECD_1391.ECD_03351,iECH74115_1262.ECH74115_4851,iECIAI1_1343.ECIAI1_3649,iECO103_1326.ECO103_4229,iECO111_1330.ECO111_4311,iECO26_1355.ECO26_4590,iECSE_1348.ECSE_3768,iECSP_1301.ECSP_4482,iECs_1301.ECs4374,iETEC_1333.ETEC_3749,iEcDH1_1363.EcDH1_0212,iEcE24377_1341.EcE24377A_3985,iEcHS_1320.EcHS_A3704,iEcolC_1368.EcolC_0214,iG2583_1286.G2583_4228,iJO1366.b3502,iSFV_1184.SFV_3514,iSF_1195.SF3535,iS_1188.S4233,iUMNK88_1353.UMNK88_4279,iY75_1357.Y75_RS19690,iZ_1308.Z4904 ArsB +BSU_05343 1196029.ALIM01000035_gene2412 2.85e-15 70.5 COG0394@1|root,COG0394@2|Bacteria,1V3JW@1239|Firmicutes,4HH49@91061|Bacilli,1ZFM2@1386|Bacillus 2|Bacteria T Catalyzes the reduction of arsenate As(V) to arsenite As(III) arsC GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0008794,GO:0016491,GO:0030611,GO:0030613,GO:0030614,GO:0042221,GO:0046685,GO:0050896,GO:0055114 1.20.4.1 ko:K03741 - - - - ko00000,ko01000 - - - LMWPc +BSU_05350 224308.BSU05350 1.35e-192 533.0 COG1670@1|root,COG1670@2|Bacteria,1V8DB@1239|Firmicutes,4IPY3@91061|Bacilli,1ZREJ@1386|Bacillus 2|Bacteria J GNAT acetyltransferase ydfB - - - - - - - - - - - GNAT_acetyltran +BSU_05360 224308.BSU05360 3.05e-207 574.0 COG0697@1|root,COG0697@2|Bacteria,1TSKX@1239|Firmicutes,4HBPE@91061|Bacilli,1ZDEA@1386|Bacillus 2|Bacteria EG EamA-like transporter family ydfC - - - - - - - - - - - EamA +BSU_05370 224308.BSU05370 0.0 946.0 COG1167@1|root,COG1167@2|Bacteria,1TPS5@1239|Firmicutes,4HB1C@91061|Bacilli,1ZASA@1386|Bacillus 2|Bacteria K COG1167 Transcriptional regulators containing a DNA-binding HTH domain and an aminotransferase domain (MocR family) and their eukaryotic orthologs ydfD - - ko:K00375,ko:K18907 - M00700,M00702 - - ko00000,ko00002,ko01504,ko03000 - - - Aminotran_1_2,GntR +BSU_05380 224308.BSU05380 1.71e-150 422.0 COG1853@1|root,COG1853@2|Bacteria,1TRI4@1239|Firmicutes,4HE21@91061|Bacilli,1ZFZX@1386|Bacillus 2|Bacteria S Flavin reductase like domain ydfE - - - - - - - - - - - Flavin_Reduct +BSU_05390 224308.BSU05390 5.24e-159 446.0 COG0640@1|root,COG0640@2|Bacteria,1V007@1239|Firmicutes,4HDXJ@91061|Bacilli,1ZDVN@1386|Bacillus 2|Bacteria K helix_turn_helix, Arsenical Resistance Operon Repressor ydfF GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010035,GO:0010038,GO:0010288,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0032791,GO:0042221,GO:0043167,GO:0043169,GO:0046686,GO:0046870,GO:0046872,GO:0046914,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097063,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - HTH_20 +BSU_05400 224308.BSU05400 1.37e-104 301.0 COG2128@1|root,COG2128@2|Bacteria,1V97G@1239|Firmicutes,4HHFF@91061|Bacilli,1ZFPE@1386|Bacillus 2|Bacteria S Antioxidant protein with alkyl hydroperoxidase activity. Required for the reduction of the AhpC active site cysteine residues and for the regeneration of the AhpC enzyme activity ydfG - - - - - - - - - - - CMD +BSU_05410 224308.BSU05410 7.89e-270 741.0 COG4585@1|root,COG4585@2|Bacteria,1UYVE@1239|Firmicutes,4HGNS@91061|Bacilli,1ZMNB@1386|Bacillus 2|Bacteria T Histidine kinase ydfH - 2.7.13.3 ko:K07675,ko:K11623 ko02020,map02020 M00473,M00484 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - HATPase_c,HisKA_3 +BSU_05420 224308.BSU05420 2.3e-142 402.0 COG2197@1|root,COG2197@2|Bacteria,1V207@1239|Firmicutes,4HG4K@91061|Bacilli,1ZGF3@1386|Bacillus 2|Bacteria K Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain ydfI - - ko:K11624 ko02020,map02020 M00484 - - ko00000,ko00001,ko00002,ko02022 - - - GerE,Response_reg +BSU_05430 224308.BSU05430 0.0 1346.0 COG2409@1|root,COG2409@2|Bacteria,1TQ7C@1239|Firmicutes,4HCW1@91061|Bacilli,1ZDKH@1386|Bacillus 2|Bacteria S drug exporters of the RND superfamily ydfJ - - ko:K06994,ko:K11625 ko02020,map02020 - - - ko00000,ko00001 - - - MMPL +BSU_05440 224308.BSU05440 9.73e-226 620.0 COG0596@1|root,COG0596@2|Bacteria,1V3C8@1239|Firmicutes,4HGMA@91061|Bacilli,1ZQW7@1386|Bacillus 2|Bacteria S Alpha/beta hydrolase family - GO:0003674,GO:0003824,GO:0016787 - - - - - - - - - - Abhydrolase_1,Abhydrolase_6,Hydrolase_4 +BSU_05450 224308.BSU05450 6.79e-152 428.0 COG1811@1|root,COG1811@2|Bacteria,1UH19@1239|Firmicutes,4HB4E@91061|Bacilli,1ZBSK@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF554) - - - ko:K07150 - - - - ko00000 - - - DUF554 +BSU_05460 224308.BSU05460 2.13e-189 526.0 COG0789@1|root,COG4978@1|root,COG0789@2|Bacteria,COG4978@2|Bacteria,1V48S@1239|Firmicutes,4HGJF@91061|Bacilli,1ZQ1T@1386|Bacillus 2|Bacteria K Bacterial transcription activator, effector binding domain bltR - - ko:K19575 - M00765 - - ko00000,ko00002,ko03000 - - - GyrI-like,MerR_1 +BSU_05470 224308.BSU05470 3.15e-200 556.0 COG0053@1|root,COG0053@2|Bacteria,1TSGY@1239|Firmicutes,4H9WP@91061|Bacilli,1ZAPN@1386|Bacillus 2|Bacteria P Belongs to the cation diffusion facilitator (CDF) transporter (TC 2.A.4) family fieF - - - - - - - - - - - Cation_efflux,ZT_dimer +BSU_05480 224308.BSU05480 3.45e-145 409.0 COG0778@1|root,COG0778@2|Bacteria,1V1NQ@1239|Firmicutes,4HHS6@91061|Bacilli,1ZE4B@1386|Bacillus 2|Bacteria C nitroreductase ydfN - - ko:K15976 - - - - ko00000,ko01000 - - - Nitroreductase +BSU_05490 224308.BSU05490 9.49e-239 654.0 COG0346@1|root,COG0346@2|Bacteria,1TQCN@1239|Firmicutes,4HAMC@91061|Bacilli,1ZAQY@1386|Bacillus 2|Bacteria E COG0346 Lactoylglutathione lyase and related lyases ydfO - - ko:K15975 - - - - ko00000 - - - Glyoxalase +BSU_05500 224308.BSU05500 8.02e-84 248.0 COG2259@1|root,COG2259@2|Bacteria,1V7TX@1239|Firmicutes,4HJ1T@91061|Bacilli,1ZGHR@1386|Bacillus 2|Bacteria S DoxX mhqP - - ko:K15977 - - - - ko00000 - - - DoxX +BSU_05510 224308.BSU05510 9.63e-77 228.0 COG0526@1|root,COG0526@2|Bacteria,1VFUD@1239|Firmicutes,4HNQS@91061|Bacilli,1ZJBR@1386|Bacillus 2|Bacteria CO Thioredoxin traF GO:0003674,GO:0003824,GO:0004791,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009636,GO:0009987,GO:0015035,GO:0015036,GO:0016209,GO:0016491,GO:0016651,GO:0016667,GO:0016668,GO:0016671,GO:0019725,GO:0033554,GO:0034599,GO:0042221,GO:0042592,GO:0044424,GO:0044444,GO:0044464,GO:0045454,GO:0047134,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0055114,GO:0065007,GO:0065008,GO:0070887,GO:0097237,GO:0098754,GO:0098869,GO:1990748 - ko:K12057 - - - - ko00000,ko02044 3.A.7.11.1 - - Thioredoxin,TraF +BSU_05520 224308.BSU05560 2.4e-21 86.3 2EQG8@1|root,33I29@2|Bacteria,1VMF2@1239|Firmicutes,4IAND@91061|Bacilli,1ZJ0K@1386|Bacillus 2|Bacteria S Spore germination protein gerPA/gerPF ydgA - - - - - - - - - - - gerPA +BSU_05530 224308.BSU05530 6.08e-153 430.0 COG2323@1|root,COG2323@2|Bacteria,1V84I@1239|Firmicutes,4HJRH@91061|Bacilli,1ZR7T@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF421) ydfR - - - - - - - - - - - DUF421 +BSU_05540 224308.BSU05540 4.44e-160 449.0 COG2323@1|root,COG2323@2|Bacteria,1V0NU@1239|Firmicutes,4HFHX@91061|Bacilli,1ZQ04@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF421) ydfS - - - - - - - - - - - DUF421 +BSU_05550 224308.BSU05550 3.13e-99 288.0 COG0071@1|root,COG0071@2|Bacteria 2|Bacteria O Belongs to the small heat shock protein (HSP20) family cotP - - ko:K13993 ko04141,map04141 - - - ko00000,ko00001,ko03110 - - - GvpH,HSP20 +BSU_05560 224308.BSU05560 2.74e-50 159.0 2EQG8@1|root,33I29@2|Bacteria,1VMF2@1239|Firmicutes,4IAND@91061|Bacilli,1ZJ0K@1386|Bacillus 2|Bacteria S Spore germination protein gerPA/gerPF ydgA - - - - - - - - - - - gerPA +BSU_05570 224308.BSU05570 2.19e-56 175.0 2EQG8@1|root,33IXY@2|Bacteria,1W1ME@1239|Firmicutes,4I0CE@91061|Bacilli,1ZJH9@1386|Bacillus 2|Bacteria S Spore germination protein gerPA/gerPF ydgB - - - - - - - - - - - gerPA +BSU_05580 224308.BSU05580 2.25e-131 373.0 COG1309@1|root,COG1309@2|Bacteria,1V50Q@1239|Firmicutes,4HHD5@91061|Bacilli,1ZGFG@1386|Bacillus 2|Bacteria K Bacterial regulatory proteins, tetR family ydgC GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - - - - - - - - - - TetR_N +BSU_05590 224308.BSU05590 4.21e-72 217.0 2F6NF@1|root,33Z4Z@2|Bacteria,1VXVN@1239|Firmicutes,4HXT1@91061|Bacilli,1ZIJV@1386|Bacillus 2|Bacteria S DoxX-like family - - - - - - - - - - - - DoxX_2 +BSU_05600 224308.BSU05600 2.49e-114 327.0 COG0454@1|root,COG0456@2|Bacteria,1VAU8@1239|Firmicutes,4HMA6@91061|Bacilli,1ZFP4@1386|Bacillus 2|Bacteria K Acetyltransferase yycN - 2.3.1.128 ko:K03789 - - - - ko00000,ko01000,ko03009 - - - Acetyltransf_1 +BSU_05610 224308.BSU05610 0.0 1056.0 COG0488@1|root,COG0488@2|Bacteria,1TQNA@1239|Firmicutes,4H9VW@91061|Bacilli,1ZBZP@1386|Bacillus 2|Bacteria S ABC transporter expZ - - ko:K18231 ko02010,map02010 - - - br01600,ko00000,ko00001,ko01504,ko02000 3.A.1.121.1,3.A.1.121.3 - - ABC_tran,ABC_tran_Xtn +BSU_05620 224308.BSU05620 0.0 867.0 COG1113@1|root,COG1113@2|Bacteria,1TP97@1239|Firmicutes,4H9QX@91061|Bacilli,1ZAQB@1386|Bacillus 2|Bacteria E COG1113 Gamma-aminobutyrate permease and related permeases cycA GO:0001761,GO:0001762,GO:0003333,GO:0003674,GO:0005215,GO:0005326,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006820,GO:0006836,GO:0006855,GO:0006865,GO:0008150,GO:0008324,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015175,GO:0015179,GO:0015180,GO:0015187,GO:0015238,GO:0015318,GO:0015711,GO:0015804,GO:0015807,GO:0015808,GO:0015816,GO:0015849,GO:0015893,GO:0016020,GO:0022857,GO:0022858,GO:0022889,GO:0032328,GO:0032329,GO:0034220,GO:0042221,GO:0042493,GO:0042891,GO:0042895,GO:0042940,GO:0042941,GO:0042942,GO:0042943,GO:0042944,GO:0042945,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098655,GO:0098656,GO:1902475,GO:1903825,GO:1905039 - ko:K03293,ko:K11737 - - - - ko00000,ko02000 2.A.3.1,2.A.3.1.7 - iECO111_1330.ECO111_5093,iECO26_1355.ECO26_5376,iEcHS_1320.EcHS_A4458,iSbBS512_1146.SbBS512_E4749,iYL1228.KPN_04601 AA_permease +BSU_05630 224308.BSU05630 5.09e-119 340.0 COG2318@1|root,COG2318@2|Bacteria,1V51W@1239|Firmicutes,4HKV1@91061|Bacilli,1ZR49@1386|Bacillus 2|Bacteria S DinB family dinB - - - - - - - - - - - DUF664,DinB +BSU_05640 224308.BSU05640 1.4e-104 302.0 COG1846@1|root,COG1846@2|Bacteria,1VGV7@1239|Firmicutes,4HNX9@91061|Bacilli,1ZHGG@1386|Bacillus 2|Bacteria K helix_turn_helix multiple antibiotic resistance protein - GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - ko:K21454 - - - - ko00000,ko03000 - - - Fic,HTH_24,HTH_27,MarR,MarR_2 +BSU_05650 224308.BSU05650 0.0 1505.0 COG1033@1|root,COG2409@1|root,COG1033@2|Bacteria,COG2409@2|Bacteria,1TQ7C@1239|Firmicutes,4HBM6@91061|Bacilli,1ZCFN@1386|Bacillus 2|Bacteria S drug exporters of the RND superfamily ydgH GO:0005575,GO:0005576,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0005887,GO:0008150,GO:0009605,GO:0009607,GO:0016020,GO:0016021,GO:0030312,GO:0031224,GO:0031226,GO:0040007,GO:0043207,GO:0044110,GO:0044116,GO:0044117,GO:0044119,GO:0044403,GO:0044419,GO:0044424,GO:0044425,GO:0044444,GO:0044459,GO:0044464,GO:0050896,GO:0051701,GO:0051704,GO:0051707,GO:0052173,GO:0052200,GO:0052564,GO:0052572,GO:0071944,GO:0075136 - ko:K06994,ko:K07003 - - - - ko00000 - - - MMPL +BSU_05660 224308.BSU05660 6.42e-147 414.0 COG0778@1|root,COG0778@2|Bacteria,1UYJU@1239|Firmicutes,4HBVQ@91061|Bacilli,1ZAQV@1386|Bacillus 2|Bacteria C nitroreductase drgA - - ko:K15976 - - - - ko00000,ko01000 - - - Nitroreductase +BSU_05670 224308.BSU05670 1.26e-106 308.0 COG1846@1|root,COG1846@2|Bacteria,1VXGR@1239|Firmicutes,4HX2D@91061|Bacilli,1ZRRD@1386|Bacillus 2|Bacteria K Winged helix DNA-binding domain ydgJ - - ko:K06075 - - - - ko00000,ko03000 - - - MarR,MarR_2 +BSU_05680 224308.BSU05680 5.97e-267 733.0 COG0477@1|root,COG2814@2|Bacteria,1TR6I@1239|Firmicutes,4HBX6@91061|Bacilli,1ZCB7@1386|Bacillus 2|Bacteria EGP -transporter tcaB - - ko:K07552 - - - - ko00000,ko02000 2.A.1.2 - - MFS_1 +BSU_05690 224308.BSU05690 1.77e-155 438.0 COG0730@1|root,COG0730@2|Bacteria,1TRFG@1239|Firmicutes,4HGR6@91061|Bacilli,1ZEEX@1386|Bacillus 2|Bacteria S membrane transporter protein ydhB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K07090 - - - - ko00000 - - - TauE +BSU_05700 224308.BSU05700 5.24e-158 443.0 COG1802@1|root,COG1802@2|Bacteria,1V6GK@1239|Firmicutes,4HIN7@91061|Bacilli,1ZFQP@1386|Bacillus 2|Bacteria K FCD ydhC - - - - - - - - - - - FCD,GntR +BSU_05710 224308.BSU05710 8.92e-310 843.0 COG1388@1|root,COG3858@1|root,COG1388@2|Bacteria,COG3858@2|Bacteria,1TQK2@1239|Firmicutes,4HB5I@91061|Bacilli,1ZF99@1386|Bacillus 2|Bacteria M Glycosyl hydrolase ydhD - - ko:K06306 - - - - ko00000 - - - Glyco_hydro_18,LysM +BSU_05720 224308.BSU05720 9.61e-290 790.0 COG1819@1|root,COG1819@2|Bacteria,1TSPC@1239|Firmicutes,4HB9I@91061|Bacilli,1ZB3Z@1386|Bacillus 2|Bacteria CG COG1819 Glycosyl transferases, related to UDP-glucuronosyltransferase ydhE GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0008194,GO:0016740,GO:0016757,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0044424,GO:0044464 - - - - - - - - - - UDPGT +BSU_05730 224308.BSU05730 7.71e-166 464.0 299QV@1|root,2ZWT3@2|Bacteria,1VBIX@1239|Firmicutes,4HI89@91061|Bacilli,1ZEV8@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - DUF4352 +BSU_05740 224308.BSU05740 0.0 904.0 COG1785@1|root,COG1785@2|Bacteria,1TQCI@1239|Firmicutes,4HA27@91061|Bacilli,1ZB3J@1386|Bacillus 2|Bacteria P Belongs to the alkaline phosphatase family phoB - 3.1.3.1 ko:K01077 ko00730,ko00790,ko01100,ko02020,map00730,map00790,map01100,map02020 M00126 R02135,R04620 RC00017 ko00000,ko00001,ko00002,ko00537,ko01000,ko04147 - - - Alk_phosphatase +BSU_05750 224308.BSU05750 9.93e-91 265.0 COG5646@1|root,COG5646@2|Bacteria,1V6QT@1239|Firmicutes,4HIUI@91061|Bacilli,1ZFK6@1386|Bacillus 2|Bacteria S Domain of unknown function (DU1801) frataxin - - ko:K05937 - - - - ko00000 - - - DUF1801 +BSU_05770 224308.BSU05770 3.66e-113 324.0 COG0454@1|root,COG0454@2|Bacteria,1UHNV@1239|Firmicutes,4IS4R@91061|Bacilli,1ZS7G@1386|Bacillus 2|Bacteria K Acetyltransferase (GNAT) domain - GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008080,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0044424,GO:0044464 - - - - - - - - - - Acetyltransf_1,Acetyltransf_10,DUF3616 +BSU_05780 224308.BSU05780 1.25e-236 650.0 COG1078@1|root,COG1078@2|Bacteria,1TQZH@1239|Firmicutes,4HD6U@91061|Bacilli,1ZBN3@1386|Bacillus 2|Bacteria S Metal dependent phosphohydrolases with conserved 'HD' motif. ydhJ GO:0003674,GO:0003824,GO:0006139,GO:0006163,GO:0006195,GO:0006203,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008832,GO:0009056,GO:0009058,GO:0009117,GO:0009141,GO:0009143,GO:0009144,GO:0009146,GO:0009151,GO:0009155,GO:0009166,GO:0009200,GO:0009204,GO:0009215,GO:0009217,GO:0009262,GO:0009264,GO:0009394,GO:0009987,GO:0016787,GO:0016788,GO:0016793,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0019692,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042578,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046070,GO:0046386,GO:0046434,GO:0046483,GO:0046700,GO:0055086,GO:0071704,GO:0072521,GO:0072523,GO:1901135,GO:1901136,GO:1901292,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901565,GO:1901575,GO:1901576 - ko:K06885 - - - - ko00000 - - - HD +BSU_05790 224308.BSU05790 2.07e-141 399.0 COG1388@1|root,COG1388@2|Bacteria,1V3Q9@1239|Firmicutes,4HH9X@91061|Bacilli,1ZGK9@1386|Bacillus 2|Bacteria M Protein of unknown function (DUF1541) ydhK - - - - - - - - - - - DUF1541 +BSU_05800 224308.BSU05800 6.3e-255 702.0 COG0477@1|root,COG2814@2|Bacteria,1TRNU@1239|Firmicutes,4HCSX@91061|Bacilli,1ZCJJ@1386|Bacillus 2|Bacteria EGP COG2814 Arabinose efflux permease pbuE - - ko:K08164,ko:K18567 - - - - ko00000,ko02000 2.A.1.2,2.A.1.2.25 - - MFS_1,Sugar_tr +BSU_05810 224308.BSU05810 2.29e-64 196.0 COG1440@1|root,COG1440@2|Bacteria,1VADE@1239|Firmicutes,4HKCQ@91061|Bacilli,1ZQH2@1386|Bacillus 2|Bacteria G phosphotransferase system ydhM - 2.7.1.196,2.7.1.205 ko:K02760 ko00500,ko02060,map00500,map02060 M00275 R11170,R11172 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.3.2 - - PTS_IIB +BSU_05820 224308.BSU05820 6.09e-70 211.0 COG1447@1|root,COG1447@2|Bacteria,1VA8Z@1239|Firmicutes,4HM1B@91061|Bacilli,1ZHBT@1386|Bacillus 2|Bacteria G phosphotransferase system ydhN3 - 2.7.1.196,2.7.1.205 ko:K02759 ko00500,ko02060,map00500,map02060 M00275 R11170,R11172 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.3.2 - iYO844.BSU05820 PTS_IIA +BSU_05830 224308.BSU05830 4.58e-305 833.0 COG1455@1|root,COG1455@2|Bacteria,1TP8D@1239|Firmicutes,4H9W2@91061|Bacilli,1ZBJ7@1386|Bacillus 2|Bacteria G The phosphoenolpyruvate-dependent sugar phosphotransferase system (PTS), a major carbohydrate active - transport system, catalyzes the phosphorylation of incoming sugar substrates concomitant with their translocation across the cell membrane celB - - ko:K02761 ko00500,ko02060,map00500,map02060 M00275 R11170,R11172 RC00017,RC03206 ko00000,ko00001,ko00002,ko02000 4.A.3.2 - iYO844.BSU38390 PTS_EIIC +BSU_05840 224308.BSU05840 0.0 987.0 COG2723@1|root,COG2723@2|Bacteria,1TP19@1239|Firmicutes,4H9KU@91061|Bacilli,1ZBF2@1386|Bacillus 2|Bacteria G Belongs to the glycosyl hydrolase 1 family gmuD GO:0003674,GO:0003824,GO:0004553,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0008422,GO:0015926,GO:0016787,GO:0016798,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:1901135,GO:1901657 3.2.1.21,3.2.1.86 ko:K01223,ko:K05350 ko00010,ko00460,ko00500,ko00940,ko01100,ko01110,map00010,map00460,map00500,map00940,map01100,map01110 - R00026,R00839,R02558,R02887,R02985,R03527,R04949,R04998,R05133,R05134,R10035,R10039,R10040 RC00049,RC00059,RC00171,RC00262,RC00397,RC00451,RC00714,RC00746,RC01248 ko00000,ko00001,ko01000 - GT1 - Glyco_hydro_1 +BSU_05850 224308.BSU05850 1.9e-171 478.0 COG2188@1|root,COG2188@2|Bacteria,1V0UW@1239|Firmicutes,4HD10@91061|Bacilli,1ZE1N@1386|Bacillus 2|Bacteria K UTRA ydhQ - - ko:K03486,ko:K03489,ko:K03492,ko:K03710 - - - - ko00000,ko03000 - - - GntR,UTRA +BSU_05860 224308.BSU05860 9.28e-219 603.0 COG1940@1|root,COG1940@2|Bacteria,1TQU4@1239|Firmicutes,4HA1C@91061|Bacilli,1ZDIZ@1386|Bacillus 2|Bacteria GK COG1940 Transcriptional regulator sugar kinase gmuE - 2.7.1.2,2.7.1.4 ko:K00845,ko:K00847 ko00010,ko00051,ko00052,ko00500,ko00520,ko00521,ko00524,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00051,map00052,map00500,map00520,map00521,map00524,map01100,map01110,map01120,map01130,map01200 M00001,M00549 R00299,R00760,R00867,R01600,R01786,R03920 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 - - - ROK +BSU_05870 224308.BSU05870 1.93e-244 669.0 COG1482@1|root,COG1482@2|Bacteria,1VRGI@1239|Firmicutes,4HBFW@91061|Bacilli,1ZDJI@1386|Bacillus 2|Bacteria G mannose-6-phosphate isomerase manA - 5.3.1.8 ko:K01809 ko00051,ko00520,ko01100,ko01110,ko01130,map00051,map00520,map01100,map01110,map01130 M00114 R01819 RC00376 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU12020 PMI_typeI +BSU_05880 224308.BSU05880 1e-272 744.0 COG4124@1|root,COG4124@2|Bacteria,1VW9J@1239|Firmicutes,4HWU3@91061|Bacilli,1ZEI1@1386|Bacillus 2|Bacteria G Belongs to the glycosyl hydrolase 26 family gmuG - 3.2.1.78 ko:K01218 ko00051,ko02024,map00051,map02024 - R01332 RC00467 ko00000,ko00001,ko01000 - GH26 - ChW,Glyco_hydro_26 +BSU_05890 1051501.AYTL01000038_gene395 2.5e-168 472.0 COG3546@1|root,COG3546@2|Bacteria,1TP0F@1239|Firmicutes,4HBA9@91061|Bacilli,1ZDFW@1386|Bacillus 2|Bacteria P Catalase ydhU - - ko:K07217 - - - - ko00000 - - - Mn_catalase +BSU_05900 224308.BSU05900 3.06e-237 652.0 COG0611@1|root,COG0611@2|Bacteria,1V0SM@1239|Firmicutes,4HG10@91061|Bacilli,1ZBME@1386|Bacillus 2|Bacteria H Catalyzes the ATP-dependent phosphorylation of thiamine- monophosphate (TMP) to form thiamine-pyrophosphate (TPP), the active form of vitamin B1 thiL GO:0000166,GO:0000287,GO:0003674,GO:0003824,GO:0005488,GO:0005524,GO:0006725,GO:0006732,GO:0006766,GO:0006767,GO:0006772,GO:0006790,GO:0006793,GO:0006796,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0009030,GO:0009058,GO:0009108,GO:0009110,GO:0009228,GO:0009229,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0017076,GO:0017144,GO:0018130,GO:0019438,GO:0019637,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034641,GO:0035639,GO:0036094,GO:0040007,GO:0042357,GO:0042364,GO:0042723,GO:0042724,GO:0043167,GO:0043168,GO:0043169,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0046483,GO:0046872,GO:0051186,GO:0051188,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:0097159,GO:0097367,GO:1901265,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576 2.7.4.16 ko:K00946,ko:K07123 ko00730,ko01100,map00730,map01100 M00127 R00617 RC00002 ko00000,ko00001,ko00002,ko01000 - - iNJ661.Rv2977c,iSFV_1184.SFV_0382,iYO844.BSU05900 AIRS,AIRS_C +BSU_05910 224308.BSU05910 3.68e-112 322.0 COG0802@1|root,COG0802@2|Bacteria,1V6CV@1239|Firmicutes,4HIIF@91061|Bacilli,1ZGBU@1386|Bacillus 2|Bacteria S ATPase or kinase ydiB GO:0002949,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0034470,GO:0034641,GO:0034660,GO:0040007,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0070525,GO:0071704,GO:0090304,GO:1901360 2.7.1.221,5.1.1.1 ko:K01775,ko:K06925,ko:K07102 ko00473,ko00520,ko01100,ko01502,map00473,map00520,map01100,map01502 - R00401,R08968,R11024 RC00002,RC00078,RC00285 ko00000,ko00001,ko01000,ko01011,ko03016 - - - TsaE +BSU_05920 224308.BSU05920 1.76e-163 457.0 COG1214@1|root,COG1214@2|Bacteria,1V4YX@1239|Firmicutes,4HHD7@91061|Bacilli,1ZC43@1386|Bacillus 2|Bacteria O COG1214 Inactive homolog of metal-dependent proteases yeaZ GO:0002949,GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006508,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0008233,GO:0008237,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016787,GO:0019538,GO:0034470,GO:0034641,GO:0034660,GO:0042802,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0070011,GO:0070525,GO:0071704,GO:0090304,GO:0140096,GO:1901360,GO:1901564 2.3.1.234 ko:K01409,ko:K14742 - - R10648 RC00070,RC00416 ko00000,ko01000,ko03016 - - - Peptidase_M22 +BSU_05930 224308.BSU05930 1.71e-109 314.0 COG0454@1|root,COG0456@2|Bacteria,1V6KU@1239|Firmicutes,4HIKU@91061|Bacilli,1ZGAT@1386|Bacillus 2|Bacteria K This enzyme acetylates the N-terminal alanine of ribosomal protein S18 rimI - 2.3.1.128 ko:K03789,ko:K14742 - - - - ko00000,ko01000,ko03009,ko03016 - - - Acetyltransf_1,Acetyltransf_10 +BSU_05940 224308.BSU05940 5.56e-246 676.0 COG0533@1|root,COG0533@2|Bacteria,1TQDR@1239|Firmicutes,4HANB@91061|Bacilli,1ZBT3@1386|Bacillus 2|Bacteria O Required for the formation of a threonylcarbamoyl group on adenosine at position 37 (t(6)A37) in tRNAs that read codons beginning with adenine. Is involved in the transfer of the threonylcarbamoyl moiety of threonylcarbamoyl-AMP (TC-AMP) to the N6 group of A37, together with TsaE and TsaB. TsaD likely plays a direct catalytic role in this reaction tsaD GO:0000287,GO:0000408,GO:0002949,GO:0003674,GO:0003824,GO:0004175,GO:0004222,GO:0005488,GO:0005506,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006508,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0008233,GO:0008237,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016787,GO:0019538,GO:0032991,GO:0034470,GO:0034641,GO:0034660,GO:0042802,GO:0043167,GO:0043169,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0046872,GO:0046914,GO:0070011,GO:0070525,GO:0071704,GO:0090304,GO:0140030,GO:0140032,GO:0140096,GO:1901360,GO:1901564 2.3.1.234 ko:K01409,ko:K03070 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 R10648 RC00070,RC00416 ko00000,ko00001,ko00002,ko01000,ko02044,ko03016 3.A.5.1,3.A.5.10,3.A.5.2,3.A.5.4 - - Peptidase_M22 +BSU_05950 224308.BSU05950 0.0 1157.0 COG0488@1|root,COG0488@2|Bacteria,1TPAX@1239|Firmicutes,4HBVV@91061|Bacilli,1ZB7Z@1386|Bacillus 2|Bacteria S ABC transporter ydiF - - ko:K06158 - - - - ko00000,ko03012 - - - ABC_tran,ABC_tran_CTD,ABC_tran_Xtn +BSU_05960 224308.BSU05960 1.46e-117 336.0 COG0315@1|root,COG0315@2|Bacteria,1V3J4@1239|Firmicutes,4HH39@91061|Bacilli,1ZFIK@1386|Bacillus 2|Bacteria H Catalyzes the conversion of (8S)-3',8-cyclo-7,8- dihydroguanosine 5'-triphosphate to cyclic pyranopterin monophosphate (cPMP) moaC GO:0002682,GO:0002683,GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005576,GO:0006732,GO:0006777,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009605,GO:0009607,GO:0009987,GO:0016043,GO:0016829,GO:0016849,GO:0018130,GO:0019538,GO:0019637,GO:0019720,GO:0022607,GO:0031347,GO:0031348,GO:0034214,GO:0035821,GO:0040007,GO:0042802,GO:0043170,GO:0043207,GO:0043545,GO:0043933,GO:0044003,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044403,GO:0044413,GO:0044414,GO:0044419,GO:0045088,GO:0045824,GO:0046483,GO:0048519,GO:0048583,GO:0048585,GO:0050776,GO:0050777,GO:0050789,GO:0050896,GO:0051186,GO:0051188,GO:0051189,GO:0051259,GO:0051701,GO:0051704,GO:0051707,GO:0051817,GO:0051832,GO:0051833,GO:0052031,GO:0052037,GO:0052167,GO:0052170,GO:0052173,GO:0052200,GO:0052255,GO:0052261,GO:0052306,GO:0052309,GO:0052552,GO:0052553,GO:0052561,GO:0052562,GO:0052564,GO:0052572,GO:0061799,GO:0065003,GO:0065007,GO:0071704,GO:0071840,GO:0075136,GO:0080134,GO:0090407,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 4.6.1.17 ko:K03637 ko00790,ko01100,ko04122,map00790,map01100,map04122 - R11372 RC03425 ko00000,ko00001,ko01000 - - - MoaC +BSU_05970 224308.BSU05970 2.14e-148 418.0 COG2344@1|root,COG2344@2|Bacteria,1TSMR@1239|Firmicutes,4HB7Q@91061|Bacilli,1ZANM@1386|Bacillus 2|Bacteria K Modulates transcription in response to changes in cellular NADH NAD( ) redox state rex - - ko:K01926 - - - - ko00000,ko03000 - - - CoA_binding,Put_DNA-bind_N +BSU_05980 224308.BSU05980 5.48e-31 108.0 COG1826@1|root,COG1826@2|Bacteria,1VFP2@1239|Firmicutes,4HNM7@91061|Bacilli,1ZIUG@1386|Bacillus 2|Bacteria U Part of the twin-arginine translocation (Tat) system that transports large folded proteins containing a characteristic twin-arginine motif in their signal peptide across membranes. TatA could form the protein-conducting channel of the Tat system tatA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0016020,GO:0044424,GO:0044444,GO:0044464,GO:0071944 - ko:K03116,ko:K03117 ko03060,ko03070,map03060,map03070 M00336 - - ko00000,ko00001,ko00002,ko02044 2.A.64 - - MttA_Hcf106 +BSU_05990 224308.BSU05990 1.46e-163 459.0 COG0805@1|root,COG0805@2|Bacteria,1U7N7@1239|Firmicutes,4HB1U@91061|Bacilli,1ZBYZ@1386|Bacillus 2|Bacteria U Part of the twin-arginine translocation (Tat) system that transports large folded proteins containing a characteristic twin-arginine motif in their signal peptide across membranes tatC GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006886,GO:0008104,GO:0008150,GO:0008320,GO:0008565,GO:0009977,GO:0015031,GO:0015291,GO:0015399,GO:0015405,GO:0015450,GO:0015833,GO:0016020,GO:0022804,GO:0022857,GO:0022884,GO:0032991,GO:0033036,GO:0033281,GO:0034613,GO:0042886,GO:0042887,GO:0043953,GO:0044425,GO:0044459,GO:0044464,GO:0045184,GO:0046907,GO:0051179,GO:0051234,GO:0051641,GO:0051649,GO:0055085,GO:0065002,GO:0070727,GO:0071702,GO:0071705,GO:0071806,GO:0071944,GO:0098796,GO:0098797,GO:1904680 - ko:K03118 ko03060,ko03070,map03060,map03070 M00336 - - ko00000,ko00001,ko00002,ko02044 2.A.64 - - TatC +BSU_06000 224308.BSU06000 3.2e-37 125.0 29ZQY@1|root,30MRQ@2|Bacteria,1UAKQ@1239|Firmicutes,4IKZC@91061|Bacilli,1ZIH1@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF4305) ydiK - - - - - - - - - - - DUF4305 +BSU_06010 224308.BSU06010 1.22e-166 466.0 COG1266@1|root,COG1266@2|Bacteria,1UZGJ@1239|Firmicutes,4HFCB@91061|Bacilli,1ZBE1@1386|Bacillus 2|Bacteria S CAAX protease self-immunity ydiL - - ko:K07052 - - - - ko00000 - - - Abi +BSU_06020 1051501.AYTL01000011_gene17 3.32e-58 181.0 COG0234@1|root,COG0234@2|Bacteria,1V9ZM@1239|Firmicutes,4HKEK@91061|Bacilli,1ZGZ1@1386|Bacillus 2|Bacteria O Binds to Cpn60 in the presence of Mg-ATP and suppresses the ATPase activity of the latter groS GO:0003674,GO:0005488,GO:0005515,GO:0006457,GO:0006458,GO:0006950,GO:0006986,GO:0008150,GO:0009987,GO:0010033,GO:0035966,GO:0042221,GO:0042802,GO:0043167,GO:0043169,GO:0046872,GO:0050896,GO:0051082,GO:0051084,GO:0051085,GO:0051087,GO:0061077 - ko:K04078 - - - - ko00000,ko03029,ko03110 - - - Cpn10 +BSU_06030 224308.BSU06030 0.0 994.0 COG0459@1|root,COG0459@2|Bacteria,1TP1T@1239|Firmicutes,4HA38@91061|Bacilli,1ZBKJ@1386|Bacillus 2|Bacteria O Prevents misfolding and promotes the refolding and proper assembly of unfolded polypeptides generated under stress conditions groL GO:0001817,GO:0001819,GO:0001871,GO:0002791,GO:0002793,GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006457,GO:0006458,GO:0008150,GO:0009986,GO:0009987,GO:0016465,GO:0030246,GO:0030247,GO:0032677,GO:0032757,GO:0032879,GO:0032880,GO:0032991,GO:0044183,GO:0044424,GO:0044444,GO:0044445,GO:0044464,GO:0044764,GO:0046812,GO:0048518,GO:0048522,GO:0050707,GO:0050708,GO:0050714,GO:0050715,GO:0050789,GO:0050794,GO:0051046,GO:0051047,GO:0051049,GO:0051050,GO:0051082,GO:0051222,GO:0051223,GO:0051239,GO:0051240,GO:0051704,GO:0061077,GO:0065007,GO:0070201,GO:0090087,GO:0098630,GO:0098743,GO:0101031,GO:1903530,GO:1903532,GO:1904951,GO:1990220,GO:2000482,GO:2000484,GO:2001065 - ko:K04077 ko03018,ko04212,ko04940,ko05134,ko05152,map03018,map04212,map04940,map05134,map05152 - - - ko00000,ko00001,ko03019,ko03029,ko03110,ko04147 - - - Cpn60_TCP1 +BSU_06033 1174504.AJTN02000261_gene567 1.39e-13 63.9 COG0582@1|root,COG0582@2|Bacteria 2|Bacteria L DNA integration - - - - - - - - - - - - Arm-DNA-bind_4,Phage_int_SAM_3,Phage_integrase +BSU_06038 1347369.CCAD010000021_gene1565 4.4e-34 127.0 COG0582@1|root,COG0582@2|Bacteria,1TTJI@1239|Firmicutes,4HDG6@91061|Bacilli,1ZB92@1386|Bacillus 2|Bacteria L Belongs to the 'phage' integrase family - - - - - - - - - - - - Arm-DNA-bind_4,Phage_int_SAM_3,Phage_integrase +BSU_06040 224308.BSU06040 6.93e-88 258.0 COG3378@1|root,COG3378@2|Bacteria 2|Bacteria KL Phage plasmid primase P4 family - - - ko:K06919 - - - - ko00000 - - - D5_N,P22_AR_N,PriCT_1,Prim-Pol +BSU_06049 315749.Bcer98_2948 1.46e-11 64.7 COG3728@1|root,COG3728@2|Bacteria,1VAD9@1239|Firmicutes,4HKES@91061|Bacilli,1ZHGN@1386|Bacillus 2|Bacteria L Terminase small subunit ps333 - - ko:K07474 - - - - ko00000 - - - Terminase_2 +BSU_06060 224308.BSU06060 0.0 867.0 COG0270@1|root,COG0270@2|Bacteria,1TSNX@1239|Firmicutes,4HFAI@91061|Bacilli,1ZBQM@1386|Bacillus 2|Bacteria L DNA (cytosine-5-)-methyltransferase activity dcm GO:0003674,GO:0003824,GO:0006139,GO:0006259,GO:0006304,GO:0006305,GO:0006306,GO:0006725,GO:0006807,GO:0006950,GO:0006952,GO:0008150,GO:0008152,GO:0008168,GO:0009307,GO:0009987,GO:0016740,GO:0016741,GO:0032259,GO:0032776,GO:0034641,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0044355,GO:0044728,GO:0046483,GO:0050896,GO:0071704,GO:0090304,GO:0099046,GO:1901360 2.1.1.37 ko:K00558 ko00270,ko01100,ko05206,map00270,map01100,map05206 M00035 R04858 RC00003,RC00332 ko00000,ko00001,ko00002,ko01000,ko02048,ko03032,ko03036 - - - DNA_methylase +BSU_06070 224308.BSU06070 2.89e-297 809.0 COG0270@1|root,COG0270@2|Bacteria,1TPNE@1239|Firmicutes,4IPQ7@91061|Bacilli,1ZGRG@1386|Bacillus 2|Bacteria H Belongs to the class I-like SAM-binding methyltransferase superfamily. C5-methyltransferase family dcm GO:0003674,GO:0003824,GO:0006139,GO:0006259,GO:0006304,GO:0006305,GO:0006306,GO:0006725,GO:0006807,GO:0006950,GO:0006952,GO:0008150,GO:0008152,GO:0008168,GO:0009307,GO:0009987,GO:0016740,GO:0016741,GO:0032259,GO:0032776,GO:0034641,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0044355,GO:0044728,GO:0046483,GO:0050896,GO:0071704,GO:0090304,GO:0099046,GO:1901360 2.1.1.37 ko:K00558 ko00270,ko01100,ko05206,map00270,map01100,map05206 M00035 R04858 RC00003,RC00332 ko00000,ko00001,ko00002,ko01000,ko02048,ko03032,ko03036 - - - DNA_methylase +BSU_06076 1347086.CCBA010000021_gene2798 1.96e-64 213.0 COG1109@1|root,COG1109@2|Bacteria,1TP2N@1239|Firmicutes,4HADU@91061|Bacilli,1ZBEM@1386|Bacillus 2|Bacteria G Phosphoglucomutase pgcA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 5.4.2.2,5.4.2.8 ko:K01835,ko:K01840 ko00010,ko00030,ko00051,ko00052,ko00230,ko00500,ko00520,ko00521,ko01100,ko01110,ko01120,ko01130,map00010,map00030,map00051,map00052,map00230,map00500,map00520,map00521,map01100,map01110,map01120,map01130 M00114,M00549 R00959,R01057,R01818,R08639 RC00408 ko00000,ko00001,ko00002,ko01000 - - - PGM_PMM_I,PGM_PMM_II,PGM_PMM_III,PGM_PMM_IV +BSU_06100 224308.BSU06100 3.67e-254 696.0 COG1401@1|root,COG1401@2|Bacteria,1TPIP@1239|Firmicutes,4HH8S@91061|Bacilli 2|Bacteria V AAA domain (dynein-related subfamily) - - - ko:K07452 - - - - ko00000,ko01000,ko02048 - - - AAA_5 +BSU_06110 224308.BSU06110 0.0 912.0 28NWY@1|root,2ZBUR@2|Bacteria,1UPXU@1239|Firmicutes,4HJPD@91061|Bacilli,1ZNF0@1386|Bacillus 2|Bacteria J LlaJI restriction endonuclease - - - - - - - - - - - - RE_LlaJI +BSU_06130 224308.BSU06130 1.76e-83 246.0 COG1073@1|root,COG1073@2|Bacteria,1V1KI@1239|Firmicutes,4HFUC@91061|Bacilli 2|Bacteria S alpha beta ydjC - - ko:K06889 - - - - ko00000 - - - Abhydrolase_6,DUF2048,Hydrolase_4 +BSU_06140 224308.BSU06140 0.0 1662.0 COG0457@1|root,COG0457@2|Bacteria,1VSHC@1239|Firmicutes,4HVBE@91061|Bacilli,1ZM8Y@1386|Bacillus 2|Bacteria K NB-ARC domain gutR - - ko:K16247 - - - - ko00000,ko03000 - - - NB-ARC +BSU_06150 224308.BSU06150 1.06e-258 708.0 COG1063@1|root,COG1063@2|Bacteria,1TPWP@1239|Firmicutes,4IPQ3@91061|Bacilli,1ZRDJ@1386|Bacillus 2|Bacteria E Dehydrogenase gutB - 1.1.1.14 ko:K00008 ko00040,ko00051,ko01100,map00040,map00051,map01100 M00014 R00875,R01896 RC00085,RC00102 ko00000,ko00001,ko00002,ko01000 - - - ADH_N,ADH_zinc_N +BSU_06160 224308.BSU06160 0.0 885.0 COG2211@1|root,COG2211@2|Bacteria,1TRA5@1239|Firmicutes,4HBAI@91061|Bacilli,1ZFRW@1386|Bacillus 2|Bacteria G MFS/sugar transport protein gutA - - ko:K03292,ko:K16248 - - - - ko00000,ko02000 2.A.2 - - MFS_2 +BSU_06170 224308.BSU06170 5.39e-224 618.0 COG0524@1|root,COG0524@2|Bacteria,1TPGM@1239|Firmicutes,4HCVK@91061|Bacilli,1ZPUT@1386|Bacillus 2|Bacteria G pfkB family carbohydrate kinase ydjE - 2.7.1.4 ko:K00847 ko00051,ko00500,ko00520,ko01100,map00051,map00500,map00520,map01100 - R00760,R00867,R03920 RC00002,RC00017 ko00000,ko00001,ko01000 - - - PfkB +BSU_06180 224308.BSU06180 5.36e-148 418.0 COG1842@1|root,COG1842@2|Bacteria,1UYNB@1239|Firmicutes,4HAMR@91061|Bacilli,1ZBUS@1386|Bacillus 2|Bacteria KT Phage shock protein A pspA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 - ko:K03969 - - - - ko00000 - - - PspA_IM30 +BSU_06190 224308.BSU06190 1.04e-227 629.0 COG1198@1|root,COG1198@2|Bacteria,1UI22@1239|Firmicutes,4HBK5@91061|Bacilli,1ZD8P@1386|Bacillus 2|Bacteria L Involved in the restart of stalled replication forks. Recognizes and binds the arrested nascent DNA chain at stalled replication forks. It can open the DNA duplex, via its helicase activity, and promote assembly of the primosome and loading of the major replicative helicase DnaB onto DNA ydjG - 3.6.4.12 ko:K04066,ko:K10742 ko03030,ko03440,map03030,map03440 - - - ko00000,ko00001,ko01000,ko03032,ko03400 - - - AAA_11,AAA_12,DUF4011,TF_Zn_Ribbon +BSU_06200 224308.BSU06200 3.96e-177 494.0 COG1512@1|root,COG1512@2|Bacteria,1V8N5@1239|Firmicutes,4HN3N@91061|Bacilli,1ZF0N@1386|Bacillus 2|Bacteria S COG1512 Beta-propeller domains of methanol dehydrogenase type ydjH - - ko:K06872 - - - - ko00000 - - - TPM_phosphatase +BSU_06210 224308.BSU06210 1.79e-203 566.0 COG4260@1|root,COG4260@2|Bacteria,1TRYU@1239|Firmicutes,4HB4Z@91061|Bacilli,1ZE87@1386|Bacillus 2|Bacteria S virion core protein (lumpy skin disease virus) ydjI - - - - - - - - - - - Band_7_1,DZR,zf-ribbon_3,zinc_ribbon_2 +BSU_06220 224308.BSU06220 1.37e-248 682.0 28JN3@1|root,2Z9EI@2|Bacteria,1UYYN@1239|Firmicutes,4HDZ8@91061|Bacilli 2|Bacteria S Ion transport 2 domain protein - - - - - - - - - - - - Ion_trans_2 +BSU_06230 224308.BSU06230 0.0 894.0 COG0477@1|root,COG2814@2|Bacteria,1TREV@1239|Firmicutes,4HAN1@91061|Bacilli,1ZAUM@1386|Bacillus 2|Bacteria U Belongs to the major facilitator superfamily. Sugar transporter (TC 2.A.1.1) family iolT GO:0003674,GO:0005215,GO:0005351,GO:0005402,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0008643,GO:0015075,GO:0015077,GO:0015078,GO:0015144,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015672,GO:0016020,GO:0022804,GO:0022857,GO:0022890,GO:0034219,GO:0034220,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098655,GO:0098660,GO:0098662,GO:1902600 - ko:K02100,ko:K06609,ko:K08139 ko04113,map04113 - - - ko00000,ko00001,ko02000 2.A.1.1,2.A.1.1.2,2.A.1.1.26 - - Sugar_tr +BSU_06240 224308.BSU06240 3.5e-249 684.0 COG1063@1|root,COG1063@2|Bacteria,1TPWP@1239|Firmicutes,4HABC@91061|Bacilli,1ZBQS@1386|Bacillus 2|Bacteria E Dehydrogenase bdhA GO:0000721,GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0016491,GO:0016614,GO:0016616,GO:0055114 1.1.1.264,1.1.1.303,1.1.1.4 ko:K00004,ko:K00098 ko00650,map00650 - R02855,R02946,R05684,R10504 RC00089,RC00205,RC00525 ko00000,ko00001,ko01000 - - iYO844.BSU06240 ADH_N,ADH_N_assoc,ADH_zinc_N +BSU_06250 224308.BSU06250 1.79e-84 249.0 COG0797@1|root,COG0797@2|Bacteria,1VPGQ@1239|Firmicutes,4HXBZ@91061|Bacilli,1ZG1Y@1386|Bacillus 2|Bacteria M Lytic transglycolase ydjM - - ko:K03642 - - - - ko00000 - - - DPBB_1,LysM,SPOR +BSU_06260 224308.BSU06260 3.76e-213 593.0 COG0823@1|root,COG0823@2|Bacteria,1U2TZ@1239|Firmicutes,4HSNM@91061|Bacilli,1ZEIS@1386|Bacillus 2|Bacteria U Involved in the tonB-independent uptake of proteins ydjN - - - - - - - - - - - Cu_amine_oxidN1,DUF5050,LRR_4,PD40,Transglut_core +BSU_06270 224308.BSU06270 9.99e-48 152.0 2CGYI@1|root,32YUY@2|Bacteria,1VGI2@1239|Firmicutes,4HPBN@91061|Bacilli,1ZK65@1386|Bacillus 2|Bacteria S Cold-inducible protein YdjO ydjO - - - - - - - - - - - YdjO +BSU_06280 224308.BSU06280 3.21e-205 566.0 COG2267@1|root,COG2267@2|Bacteria,1UIX9@1239|Firmicutes,4ISVM@91061|Bacilli,1ZREK@1386|Bacillus 2|Bacteria I Alpha/beta hydrolase family ydjP - - - - - - - - - - - Abhydrolase_1,Abhydrolase_6 +BSU_06290 224308.BSU06290 1.9e-233 642.0 28IH1@1|root,2Z8IC@2|Bacteria,1TSE5@1239|Firmicutes,4HD81@91061|Bacilli,1ZDYE@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF4003) yeaA - - - - - - - - - - - DUF4003 +BSU_06300 224308.BSU06300 0.0 1077.0 COG2132@1|root,COG2132@2|Bacteria,1TQSU@1239|Firmicutes,4HDD6@91061|Bacilli,1ZD48@1386|Bacillus 2|Bacteria Q multicopper oxidases cotA GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0016491,GO:0016679,GO:0016682,GO:0016722,GO:0052716,GO:0055114 1.10.3.4,1.16.3.3 ko:K06324,ko:K20219 ko00380,map00380 - R00074 RC00767,RC02319 ko00000,ko00001,ko01000 - - - Cu-oxidase,Cu-oxidase_2,Cu-oxidase_3 +BSU_06310 224308.BSU06310 0.0 875.0 COG1113@1|root,COG1113@2|Bacteria,1TP97@1239|Firmicutes,4H9QX@91061|Bacilli,1ZS14@1386|Bacillus 2|Bacteria E COG1113 Gamma-aminobutyrate permease and related permeases gabP - - ko:K03293,ko:K11735 - - - - ko00000,ko02000 2.A.3.1,2.A.3.1.4,2.A.3.1.5 - iNJ661.Rv0522,iYO844.BSU06310 AA_permease +BSU_06320 224308.BSU06320 6.13e-199 552.0 COG0053@1|root,COG0053@2|Bacteria,1TSGY@1239|Firmicutes,4H9WP@91061|Bacilli,1ZAPN@1386|Bacillus 2|Bacteria P Belongs to the cation diffusion facilitator (CDF) transporter (TC 2.A.4) family yeaB - - - - - - - - - - - Cation_efflux,ZT_dimer +BSU_06330 224308.BSU06330 1.18e-227 627.0 COG0714@1|root,COG0714@2|Bacteria,1TPKR@1239|Firmicutes,4HA0T@91061|Bacilli,1ZDJ1@1386|Bacillus 2|Bacteria S COG0714 MoxR-like ATPases yeaC GO:0005575,GO:0005618,GO:0005623,GO:0030312,GO:0044464,GO:0071944 - ko:K03924 - - - - ko00000,ko01000 - - - AAA_3 +BSU_06340 224308.BSU06340 6.74e-287 783.0 COG1721@1|root,COG1721@2|Bacteria,1TUWF@1239|Firmicutes,4HDRE@91061|Bacilli,1ZCAS@1386|Bacillus 2|Bacteria S conserved protein (some members contain a von Willebrand factor type A (vWA) domain) yeaD - - - - - - - - - - - DUF58 +BSU_06350 224308.BSU06350 0.0 1394.0 COG1305@1|root,COG1305@2|Bacteria,1TP8K@1239|Firmicutes,4HB2E@91061|Bacilli,1ZBUN@1386|Bacillus 2|Bacteria E COG1305 Transglutaminase-like enzymes yebA - - - - - - - - - - - DUF4129,Transglut_core +BSU_06360 224308.BSU06360 0.0 1044.0 COG0518@1|root,COG0519@1|root,COG0518@2|Bacteria,COG0519@2|Bacteria,1TPG8@1239|Firmicutes,4HA7Q@91061|Bacilli,1ZB6Z@1386|Bacillus 2|Bacteria F Catalyzes the synthesis of GMP from XMP guaA GO:0003674,GO:0003824,GO:0003921,GO:0003922,GO:0005488,GO:0005515,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006163,GO:0006164,GO:0006177,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009116,GO:0009117,GO:0009119,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009163,GO:0009165,GO:0009167,GO:0009168,GO:0009259,GO:0009260,GO:0009987,GO:0016874,GO:0016879,GO:0016884,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0030312,GO:0034404,GO:0034641,GO:0034654,GO:0040007,GO:0042278,GO:0042451,GO:0042455,GO:0042802,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046037,GO:0046128,GO:0046129,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0071944,GO:0072521,GO:0072522,GO:0090407,GO:1901068,GO:1901070,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 2.3.1.128,6.3.5.2 ko:K01951,ko:K03790 ko00230,ko00983,ko01100,map00230,map00983,map01100 M00050 R01230,R01231,R08244 RC00010,RC00204 ko00000,ko00001,ko00002,ko01000,ko01002,ko03009 - - iJN746.PP_1032,iLJ478.TM1820,iSF_1195.SF2553,iSFxv_1172.SFxv_2808,iS_1188.S2725,iYL1228.KPN_02833 GATase,GMP_synt_C,NAD_synthase +BSU_06370 224308.BSU06370 1.7e-283 778.0 COG2252@1|root,COG2252@2|Bacteria,1TQC6@1239|Firmicutes,4HANG@91061|Bacilli,1ZARH@1386|Bacillus 2|Bacteria S permease pbuG - - ko:K06901 - - - - ko00000,ko02000 2.A.1.40 - iYO844.BSU06370 Xan_ur_permease +BSU_06380 224308.BSU06380 1.44e-165 466.0 COG3064@1|root,COG3064@2|Bacteria,1VK5M@1239|Firmicutes,4HS44@91061|Bacilli,1ZF8F@1386|Bacillus 2|Bacteria M Membrane yebC - - ko:K16637 - - - - ko00000,ko02042 - - - Anthrax_toxA,zinc_ribbon_2 +BSU_06400 224308.BSU06400 2.66e-120 344.0 COG4843@1|root,COG4843@2|Bacteria,1V14J@1239|Firmicutes,4HCBK@91061|Bacilli,1ZBPZ@1386|Bacillus 2|Bacteria S UPF0316 protein yebE - - - - - - - - - - - DUF2179 +BSU_06410 224308.BSU06410 3.13e-38 127.0 2C5CS@1|root,33A0C@2|Bacteria,1VKIZ@1239|Firmicutes,4HRCC@91061|Bacilli,1ZJ2K@1386|Bacillus 2|Bacteria S NETI protein yebG - - - - - - - - - - - NETI +BSU_06420 224308.BSU06420 2.28e-108 312.0 COG0041@1|root,COG0041@2|Bacteria,1V1MV@1239|Firmicutes,4HFR7@91061|Bacilli,1ZFRE@1386|Bacillus 2|Bacteria F Catalyzes the conversion of N5-carboxyaminoimidazole ribonucleotide (N5-CAIR) to 4-carboxy-5-aminoimidazole ribonucleotide (CAIR) purE GO:0003674,GO:0003824,GO:0004638,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009150,GO:0009152,GO:0009165,GO:0009259,GO:0009260,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0016853,GO:0016866,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034023,GO:0034641,GO:0034654,GO:0042802,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 5.4.99.18 ko:K01588 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048 R07405 RC01947 ko00000,ko00001,ko00002,ko01000 - - iETEC_1333.ETEC_0575,iJN746.PP_5336,iPC815.YPO3076,iUTI89_1310.UTI89_C0551 AIRC +BSU_06430 224308.BSU06430 3.82e-277 757.0 COG0026@1|root,COG0026@2|Bacteria,1TQCD@1239|Firmicutes,4H9M5@91061|Bacilli,1ZB8P@1386|Bacillus 2|Bacteria F Catalyzes the ATP-dependent conversion of 5- aminoimidazole ribonucleotide (AIR) and HCO(3)(-) to N5- carboxyaminoimidazole ribonucleotide (N5-CAIR) purK GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 6.3.4.18 ko:K01589 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048 R07404 RC01927 ko00000,ko00001,ko00002,ko01000 - - - 2-Hacid_dh_C,ATP-grasp +BSU_06440 224308.BSU06440 6.85e-315 857.0 COG0015@1|root,COG0015@2|Bacteria,1TPMM@1239|Firmicutes,4HACW@91061|Bacilli,1ZC7P@1386|Bacillus 2|Bacteria F Belongs to the lyase 1 family. Adenylosuccinate lyase subfamily purB GO:0003674,GO:0003824,GO:0004018,GO:0006139,GO:0006163,GO:0006164,GO:0006167,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009167,GO:0009168,GO:0009259,GO:0009260,GO:0009987,GO:0016829,GO:0016840,GO:0016842,GO:0017144,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0044208,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0046033,GO:0046390,GO:0046483,GO:0055086,GO:0070626,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 4.3.2.2 ko:K01756 ko00230,ko00250,ko01100,ko01110,ko01130,map00230,map00250,map01100,map01110,map01130 M00048,M00049 R01083,R04559 RC00379,RC00444,RC00445 ko00000,ko00001,ko00002,ko01000 - - iLJ478.TM1095,iSB619.SA_RS09895 ADSL_C,Lyase_1 +BSU_06450 224308.BSU06450 4.3e-170 475.0 COG0152@1|root,COG0152@2|Bacteria,1TP11@1239|Firmicutes,4H9U8@91061|Bacilli,1ZAWJ@1386|Bacillus 2|Bacteria F Belongs to the SAICAR synthetase family purC GO:0003674,GO:0003824,GO:0004639,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0016874,GO:0016879,GO:0016881,GO:0044424,GO:0044444,GO:0044464 4.1.1.21,4.3.2.2,6.3.2.6 ko:K01587,ko:K01756,ko:K01923 ko00230,ko00250,ko01100,ko01110,ko01130,map00230,map00250,map01100,map01110,map01130 M00048,M00049 R01083,R04209,R04559,R04591 RC00064,RC00162,RC00379,RC00444,RC00445,RC00590 ko00000,ko00001,ko00002,ko01000 - - iAF1260.b2476,iB21_1397.B21_02330,iBWG_1329.BWG_2240,iE2348C_1286.E2348C_2713,iEC042_1314.EC042_2677,iEC55989_1330.EC55989_2759,iECABU_c1320.ECABU_c27880,iECBD_1354.ECBD_1213,iECB_1328.ECB_02368,iECDH10B_1368.ECDH10B_2642,iECDH1ME8569_1439.ECDH1ME8569_2402,iECDH1ME8569_1439.EcDH1_1193,iECD_1391.ECD_02368,iECED1_1282.ECED1_2911,iECH74115_1262.ECH74115_3698,iECIAI1_1343.ECIAI1_2527,iECNA114_1301.ECNA114_2561,iECO103_1326.ECO103_2988,iECO111_1330.ECO111_3199,iECO26_1355.ECO26_3522,iECOK1_1307.ECOK1_2784,iECP_1309.ECP_2490,iECS88_1305.ECS88_2658,iECSE_1348.ECSE_2760,iECSF_1327.ECSF_2329,iECSP_1301.ECSP_3415,iECUMN_1333.ECUMN_2789,iECW_1372.ECW_m2698,iECs_1301.ECs3338,iEKO11_1354.EKO11_1259,iETEC_1333.ETEC_2581,iEcDH1_1363.EcDH1_1193,iEcE24377_1341.EcE24377A_2757,iEcHS_1320.EcHS_A2607,iEcSMS35_1347.EcSMS35_2623,iEcolC_1368.EcolC_1200,iG2583_1286.G2583_2999,iJN746.PP_1240,iJO1366.b2476,iJR904.b2476,iLF82_1304.LF82_1775,iNRG857_1313.NRG857_12360,iSFV_1184.SFV_2521,iSF_1195.SF2519,iSFxv_1172.SFxv_2773,iS_1188.S2669,iSbBS512_1146.SbBS512_E2848,iUMNK88_1353.UMNK88_3071,iWFL_1372.ECW_m2698,iY75_1357.Y75_RS12925,iYL1228.KPN_02810,iZ_1308.Z3735 SAICAR_synt +BSU_06460 224308.BSU06460 3.79e-52 164.0 COG1828@1|root,COG1828@2|Bacteria,1VEH1@1239|Firmicutes,4HP0E@91061|Bacilli,1ZHUG@1386|Bacillus 2|Bacteria F Part of the phosphoribosylformylglycinamidine synthase complex involved in the purines biosynthetic pathway. Catalyzes the ATP-dependent conversion of formylglycinamide ribonucleotide (FGAR) and glutamine to yield formylglycinamidine ribonucleotide (FGAM) and glutamate. The FGAM synthase complex is composed of three subunits. PurQ produces an ammonia molecule by converting glutamine to glutamate. PurL transfers the ammonia molecule to FGAR to form FGAM in an ATP-dependent manner. PurS interacts with PurQ and PurL and is thought to assist in the transfer of the ammonia molecule from PurQ to PurL purS - 6.3.2.6,6.3.5.3 ko:K01923,ko:K01952 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048 R04463,R04591 RC00010,RC00064,RC00162,RC01160 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU06460 PurS +BSU_06470 224308.BSU06470 4.69e-167 466.0 COG0047@1|root,COG0047@2|Bacteria,1TP1B@1239|Firmicutes,4HAKZ@91061|Bacilli,1ZB9C@1386|Bacillus 2|Bacteria F Part of the phosphoribosylformylglycinamidine synthase complex involved in the purines biosynthetic pathway. Catalyzes the ATP-dependent conversion of formylglycinamide ribonucleotide (FGAR) and glutamine to yield formylglycinamidine ribonucleotide (FGAM) and glutamate. The FGAM synthase complex is composed of three subunits. PurQ produces an ammonia molecule by converting glutamine to glutamate. PurL transfers the ammonia molecule to FGAR to form FGAM in an ATP-dependent manner. PurS interacts with PurQ and PurL and is thought to assist in the transfer of the ammonia molecule from PurQ to PurL purQ GO:0003674,GO:0003824,GO:0004642,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009150,GO:0009152,GO:0009165,GO:0009259,GO:0009260,GO:0009987,GO:0016020,GO:0016874,GO:0016879,GO:0016884,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0040007,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0071944,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 6.3.5.3 ko:K01952 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048 R04463 RC00010,RC01160 ko00000,ko00001,ko00002,ko01000 - - - GATase_5 +BSU_06480 224308.BSU06480 0.0 1459.0 COG0046@1|root,COG0046@2|Bacteria,1TPAS@1239|Firmicutes,4HB3N@91061|Bacilli,1ZCN8@1386|Bacillus 2|Bacteria F Part of the phosphoribosylformylglycinamidine synthase complex involved in the purines biosynthetic pathway. Catalyzes the ATP-dependent conversion of formylglycinamide ribonucleotide (FGAR) and glutamine to yield formylglycinamidine ribonucleotide (FGAM) and glutamate. The FGAM synthase complex is composed of three subunits. PurQ produces an ammonia molecule by converting glutamine to glutamate. PurL transfers the ammonia molecule to FGAR to form FGAM in an ATP-dependent manner. PurS interacts with PurQ and PurL and is thought to assist in the transfer of the ammonia molecule from PurQ to PurL purL GO:0000166,GO:0000287,GO:0003674,GO:0003824,GO:0004642,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009150,GO:0009152,GO:0009165,GO:0009259,GO:0009260,GO:0009987,GO:0016874,GO:0016879,GO:0016884,GO:0017076,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034641,GO:0034654,GO:0035639,GO:0036094,GO:0040007,GO:0043167,GO:0043168,GO:0043169,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046390,GO:0046483,GO:0046872,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:0097159,GO:0097367,GO:1901135,GO:1901137,GO:1901265,GO:1901293,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576 6.3.5.3 ko:K01952 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048 R04463 RC00010,RC01160 ko00000,ko00001,ko00002,ko01000 - - - AIRS,AIRS_C +BSU_06490 224308.BSU06490 0.0 936.0 COG0034@1|root,COG0034@2|Bacteria,1TPH3@1239|Firmicutes,4HAXU@91061|Bacilli,1ZCE0@1386|Bacillus 2|Bacteria F Catalyzes the formation of phosphoribosylamine from phosphoribosylpyrophosphate (PRPP) and glutamine purF GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0009507,GO:0009536,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0044424,GO:0044444,GO:0044464 2.4.2.14 ko:K00764 ko00230,ko00250,ko01100,ko01110,ko01130,map00230,map00250,map01100,map01110,map01130 M00048 R01072 RC00010,RC02724,RC02752 ko00000,ko00001,ko00002,ko01000,ko01002 - - iSB619.SA_RS05225 GATase_6,GATase_7,Pribosyltran +BSU_06500 224308.BSU06500 4.2e-241 663.0 COG0150@1|root,COG0150@2|Bacteria,1TP9J@1239|Firmicutes,4HABW@91061|Bacilli,1ZBPS@1386|Bacillus 2|Bacteria F Phosphoribosylformylglycinamidine cyclo-ligase purM GO:0003674,GO:0003824,GO:0004641,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009150,GO:0009152,GO:0009165,GO:0009259,GO:0009260,GO:0009987,GO:0016874,GO:0016879,GO:0016882,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 6.3.3.1,6.3.4.13 ko:K01933,ko:K11788 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048 R04144,R04208 RC00090,RC00166,RC01100 ko00000,ko00001,ko00002,ko01000 - - iAF987.Gmet_1844,iECSF_1327.ECSF_2340 AIRS,AIRS_C +BSU_06510 224308.BSU06510 4.4e-138 390.0 COG0299@1|root,COG0299@2|Bacteria,1V3RJ@1239|Firmicutes,4HGY5@91061|Bacilli,1ZFSE@1386|Bacillus 2|Bacteria F Catalyzes the transfer of a formyl group from 10- formyltetrahydrofolate to 5-phospho-ribosyl-glycinamide (GAR), producing 5-phospho-ribosyl-N-formylglycinamide (FGAR) and tetrahydrofolate purN - 2.1.2.2 ko:K11175 ko00230,ko00670,ko01100,ko01110,ko01130,map00230,map00670,map01100,map01110,map01130 M00048 R04325,R04326 RC00026,RC00197,RC01128 ko00000,ko00001,ko00002,ko01000 - - - Formyl_trans_N,YjbR +BSU_06520 224308.BSU06520 0.0 993.0 COG0138@1|root,COG0138@2|Bacteria,1TPQ5@1239|Firmicutes,4H9YY@91061|Bacilli,1ZD5E@1386|Bacillus 2|Bacteria F Bifunctional purine biosynthesis protein PurH purH GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0016020,GO:0040007,GO:0044464,GO:0071944 2.1.2.3,3.5.4.10 ko:K00602 ko00230,ko00670,ko01100,ko01110,ko01130,ko01523,map00230,map00670,map01100,map01110,map01130,map01523 M00048 R01127,R04560 RC00026,RC00263,RC00456 ko00000,ko00001,ko00002,ko01000,ko04147 - - iJN678.purH AICARFT_IMPCHas,MGS +BSU_06530 224308.BSU06530 8.44e-300 818.0 COG0151@1|root,COG0151@2|Bacteria,1UHN9@1239|Firmicutes,4HA70@91061|Bacilli,1ZCE3@1386|Bacillus 2|Bacteria F Belongs to the GARS family purD - 6.3.4.13 ko:K01945 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048 R04144 RC00090,RC00166 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS05245,iYO844.BSU06530 GARS_A,GARS_C,GARS_N +BSU_06540 224308.BSU06540 5.26e-96 279.0 COG1522@1|root,COG1522@2|Bacteria,1V3MI@1239|Firmicutes,4HH5Z@91061|Bacilli,1ZGV7@1386|Bacillus 2|Bacteria K helix_turn_helix ASNC type - GO:0001101,GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0042221,GO:0043200,GO:0043565,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1901698,GO:1901700,GO:1903506,GO:2000112,GO:2001141 - ko:K03719 - - - - ko00000,ko03000,ko03036 - - - AsnC_trans_reg,HTH_24,HTH_AsnC-type +BSU_06550 224308.BSU06550 1.91e-297 812.0 COG0531@1|root,COG0531@2|Bacteria,1TT8K@1239|Firmicutes,4HCAU@91061|Bacilli,1ZCR4@1386|Bacillus 2|Bacteria E Amino acid permease yjeH GO:0000099,GO:0000101,GO:0000102,GO:0001101,GO:0003333,GO:0003674,GO:0005215,GO:0005294,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006812,GO:0006820,GO:0006855,GO:0006865,GO:0008150,GO:0008324,GO:0008509,GO:0008514,GO:0009719,GO:0009987,GO:0010033,GO:0010243,GO:0015075,GO:0015171,GO:0015175,GO:0015179,GO:0015191,GO:0015238,GO:0015291,GO:0015297,GO:0015318,GO:0015711,GO:0015803,GO:0015804,GO:0015807,GO:0015818,GO:0015820,GO:0015821,GO:0015829,GO:0015849,GO:0015893,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0042221,GO:0042493,GO:0043200,GO:0043865,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0051716,GO:0055085,GO:0070887,GO:0071229,GO:0071230,GO:0071310,GO:0071417,GO:0071495,GO:0071702,GO:0071705,GO:0071944,GO:0072348,GO:0098655,GO:0098656,GO:1901680,GO:1901682,GO:1901698,GO:1901699,GO:1901700,GO:1901701,GO:1902475,GO:1903714,GO:1903785,GO:1903825,GO:1905039 - ko:K03294,ko:K16263 - - - - ko00000,ko02000 2.A.3.13,2.A.3.2 - - AA_permease_2 +BSU_06559 1051501.AYTL01000011_gene58 6.96e-37 126.0 2EAXM@1|root,334YP@2|Bacteria,1VIHS@1239|Firmicutes,4HR0C@91061|Bacilli,1ZJ0E@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2892) - - - - - - - - - - - - DUF2892 +BSU_06560 224308.BSU06560 0.0 1190.0 COG1001@1|root,COG1001@2|Bacteria,1TP84@1239|Firmicutes,4HAIR@91061|Bacilli,1ZAY2@1386|Bacillus 2|Bacteria F adenine deaminase yerA GO:0003674,GO:0003824,GO:0006040,GO:0006044,GO:0006046,GO:0008150,GO:0008152,GO:0008448,GO:0009056,GO:0016787,GO:0016810,GO:0016811,GO:0019213,GO:0046348,GO:0071704,GO:1901071,GO:1901072,GO:1901135,GO:1901136,GO:1901575 3.5.4.2 ko:K01486 ko00230,ko01100,map00230,map01100 - R01244 RC00477 ko00000,ko00001,ko01000 - - - Adenine_deam_C,Amidohydro_1 +BSU_06570 224308.BSU06570 7.03e-246 674.0 COG1470@1|root,COG1470@2|Bacteria,1TRGE@1239|Firmicutes,4HBPI@91061|Bacilli,1ZB6W@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3048) C-terminal domain yerB - - - - - - - - - - - DUF3048,DUF3048_C +BSU_06580 1051501.AYTL01000011_gene61 7.62e-68 205.0 COG4496@1|root,COG4496@2|Bacteria,1VA04@1239|Firmicutes,4HKS8@91061|Bacilli,1ZH87@1386|Bacillus 2|Bacteria S protein conserved in bacteria yerC - - ko:K03720 - - - - ko00000,ko03000 - - - Trp_repressor +BSU_06590 224308.BSU06590 0.0 1053.0 COG0069@1|root,COG0069@2|Bacteria,1TSHA@1239|Firmicutes,4HA97@91061|Bacilli,1ZCQH@1386|Bacillus 2|Bacteria E Belongs to the glutamate synthase family yerD GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006536,GO:0006537,GO:0006541,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0015930,GO:0016053,GO:0016491,GO:0016638,GO:0019676,GO:0019740,GO:0019752,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0055114,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.4.7.1 ko:K00284 ko00630,ko00910,ko01120,map00630,map00910,map01120 - R00021,R10086 RC00006,RC00010 ko00000,ko00001,ko01000 - - - Glu_synthase +BSU_06600 224308.BSU06600 4.48e-161 451.0 COG1646@1|root,COG1646@2|Bacteria,1TQQK@1239|Firmicutes,4H9YW@91061|Bacilli,1ZBBT@1386|Bacillus 2|Bacteria I 35 carbon atoms) to the C3 hydroxyl of sn-glycerol-1-phosphate (G1P), producing heptaprenylglyceryl phosphate (HepGP). This reaction is an ether-bond-formation step in the biosynthesis of archaea-type G1P-based membrane lipids found in Bacillales pcrB GO:0002094,GO:0003674,GO:0003824,GO:0004659,GO:0006629,GO:0006644,GO:0006650,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0009058,GO:0009987,GO:0016740,GO:0016765,GO:0019637,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0045017,GO:0046474,GO:0046486,GO:0071704,GO:0090407,GO:1901576 - ko:K07094 - - - - ko00000,ko01000 - - - PcrB +BSU_06610 224308.BSU06610 0.0 1428.0 COG0210@1|root,COG0210@2|Bacteria,1TPSU@1239|Firmicutes,4HB12@91061|Bacilli,1ZCM9@1386|Bacillus 2|Bacteria L ATP-dependent DNA helicase pcrA - 3.6.4.12 ko:K03657 ko03420,ko03430,map03420,map03430 - - - ko00000,ko00001,ko01000,ko03400 - - - UvrD-helicase,UvrD_C +BSU_06620 224308.BSU06620 0.0 1283.0 COG0272@1|root,COG0272@2|Bacteria,1TPQ3@1239|Firmicutes,4HA1D@91061|Bacilli,1ZATN@1386|Bacillus 2|Bacteria L DNA ligase that catalyzes the formation of phosphodiester linkages between 5'-phosphoryl and 3'-hydroxyl groups in double-stranded DNA using NAD as a coenzyme and as the energy source for the reaction. It is essential for DNA replication and repair of damaged DNA ligA GO:0003674,GO:0003824,GO:0003909,GO:0003911,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006259,GO:0006266,GO:0006281,GO:0006284,GO:0006288,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009987,GO:0016874,GO:0016886,GO:0033554,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0050896,GO:0051103,GO:0051716,GO:0071704,GO:0090304,GO:0140097,GO:1901360 6.5.1.2 ko:K01972 ko03030,ko03410,ko03420,ko03430,map03030,map03410,map03420,map03430 - R00382 RC00005 ko00000,ko00001,ko01000,ko03032,ko03400 - - - BRCT,DNA_ligase_OB,DNA_ligase_ZBD,DNA_ligase_aden,HHH_2,HHH_5 +BSU_06630 224308.BSU06630 7.21e-281 768.0 COG4851@1|root,COG4851@2|Bacteria,1TSYE@1239|Firmicutes,4HBI8@91061|Bacilli,1ZBGV@1386|Bacillus 2|Bacteria S COG4851 Protein involved in sex pheromone biosynthesis camS - - - - - - - - - - - CamS +BSU_06640 224308.BSU06640 1.28e-255 699.0 COG2334@1|root,COG2334@2|Bacteria,1TSRC@1239|Firmicutes,4HEJ3@91061|Bacilli,1ZEJM@1386|Bacillus 2|Bacteria S homoserine kinase type II (protein kinase fold) yerI - - - - - - - - - - - APH +BSU_06650 224308.BSU06650 3.02e-161 452.0 COG1285@1|root,COG1285@2|Bacteria,1V409@1239|Firmicutes,4HGHY@91061|Bacilli,1ZBY0@1386|Bacillus 2|Bacteria S MgtC SapB transporter sapB - - ko:K07507 - - - - ko00000,ko02000 9.B.20 - - MgtC +BSU_06660 224308.BSU06660 0.0 916.0 COG0591@1|root,COG0591@2|Bacteria,1TPVE@1239|Firmicutes,4H9KW@91061|Bacilli,1ZB64@1386|Bacillus 2|Bacteria E Belongs to the sodium solute symporter (SSF) (TC 2.A.21) family putP - - ko:K03307,ko:K11928 - - - - ko00000,ko02000 2.A.21,2.A.21.2 - - SSF +BSU_06670 1051501.AYTL01000011_gene70 7.37e-61 187.0 COG0721@1|root,COG0721@2|Bacteria,1VEK3@1239|Firmicutes,4HNNA@91061|Bacilli,1ZH54@1386|Bacillus 2|Bacteria J Allows the formation of correctly charged Asn-tRNA(Asn) or Gln-tRNA(Gln) through the transamidation of misacylated Asp- tRNA(Asn) or Glu-tRNA(Gln) in organisms which lack either or both of asparaginyl-tRNA or glutaminyl-tRNA synthetases. The reaction takes place in the presence of glutamine and ATP through an activated phospho-Asp-tRNA(Asn) or phospho-Glu-tRNA(Gln) gatC - 6.3.5.6,6.3.5.7 ko:K02435 ko00970,ko01100,map00970,map01100 - R03905,R04212 RC00010 ko00000,ko00001,ko01000,ko03029 - - - Glu-tRNAGln +BSU_06680 224308.BSU06680 0.0 953.0 COG0154@1|root,COG0154@2|Bacteria,1TP0C@1239|Firmicutes,4HBAZ@91061|Bacilli,1ZAT1@1386|Bacillus 2|Bacteria J Allows the formation of correctly charged Gln-tRNA(Gln) through the transamidation of misacylated Glu-tRNA(Gln) in organisms which lack glutaminyl-tRNA synthetase. The reaction takes place in the presence of glutamine and ATP through an activated gamma-phospho-Glu-tRNA(Gln) gatA - 6.3.5.6,6.3.5.7 ko:K02433 ko00970,ko01100,map00970,map01100 - R03905,R04212 RC00010 ko00000,ko00001,ko01000,ko03029 - - - Amidase +BSU_06690 224308.BSU06690 0.0 932.0 COG0064@1|root,COG0064@2|Bacteria,1TPG3@1239|Firmicutes,4HAFB@91061|Bacilli,1ZB3K@1386|Bacillus 2|Bacteria J Allows the formation of correctly charged Asn-tRNA(Asn) or Gln-tRNA(Gln) through the transamidation of misacylated Asp- tRNA(Asn) or Glu-tRNA(Gln) in organisms which lack either or both of asparaginyl-tRNA or glutaminyl-tRNA synthetases. The reaction takes place in the presence of glutamine and ATP through an activated phospho-Asp-tRNA(Asn) or phospho-Glu-tRNA(Gln) gatB GO:0003674,GO:0003824,GO:0006082,GO:0006139,GO:0006399,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016070,GO:0016874,GO:0016879,GO:0016884,GO:0019752,GO:0034641,GO:0034660,GO:0043038,GO:0043039,GO:0043170,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0046483,GO:0050567,GO:0070681,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564 6.1.1.12,6.3.5.6,6.3.5.7 ko:K01876,ko:K02434 ko00970,ko01100,map00970,map01100 M00359,M00360 R03905,R04212,R05577 RC00010,RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016,ko03029 - - - GatB_N,GatB_Yqey +BSU_06700 224308.BSU06700 2.93e-201 558.0 COG1309@1|root,COG1309@2|Bacteria,1UDHR@1239|Firmicutes,4HFAX@91061|Bacilli,1ZFND@1386|Bacillus 2|Bacteria K Transcriptional regulator yerO GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - - - - - - - - - - TetR_N +BSU_06710 224308.BSU06710 0.0 1831.0 COG0841@1|root,COG0841@2|Bacteria,1TQ03@1239|Firmicutes,4HAFP@91061|Bacilli,1ZBJ3@1386|Bacillus 2|Bacteria V Belongs to the resistance-nodulation-cell division (RND) (TC 2.A.6) family swrC - - ko:K03296,ko:K07787 ko02020,map02020 - - - ko00000,ko00001,ko02000 2.A.6.1.4,2.A.6.2 - - ACR_tran +BSU_06720 224308.BSU06720 1.8e-218 602.0 COG1597@1|root,COG1597@2|Bacteria,1TQAU@1239|Firmicutes,4H9WD@91061|Bacilli,1ZBPD@1386|Bacillus 2|Bacteria I COG1597 Sphingosine kinase and enzymes related to eukaryotic diacylglycerol kinase yegS GO:0001727,GO:0003674,GO:0003824,GO:0004143,GO:0006629,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0030258,GO:0044237,GO:0044238,GO:0044255,GO:0046834,GO:0071704 2.7.1.107 ko:K07029 ko00561,ko00564,ko01100,ko01110,map00561,map00564,map01100,map01110 - R02240 RC00002,RC00017 ko00000,ko00001,ko01000 - - - DAGK_cat +BSU_06730 224308.BSU06730 0.0 909.0 COG2265@1|root,COG2265@2|Bacteria,1TP4H@1239|Firmicutes,4HA6M@91061|Bacilli,1ZB9G@1386|Bacillus 2|Bacteria J Belongs to the class I-like SAM-binding methyltransferase superfamily. RNA M5U methyltransferase family rumA GO:0000154,GO:0001510,GO:0003674,GO:0003824,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008169,GO:0008173,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016436,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0070041,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.190 ko:K03215 - - - - ko00000,ko01000,ko03009 - - - TRAM,tRNA_U5-meth_tr +BSU_06740 224308.BSU06740 1.86e-214 592.0 COG1961@1|root,COG1961@2|Bacteria,1TPA6@1239|Firmicutes,4HUAQ@91061|Bacilli,1ZREM@1386|Bacillus 2|Bacteria L Recombinase - GO:0000150,GO:0003674,GO:0003824,GO:0006139,GO:0006259,GO:0006310,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:0140097,GO:1901360 - ko:K14060 - - - - ko00000 - - - DUF4368,HTH_7,Recombinase,Resolvase,Zn_ribbon_recom +BSU_06750 224308.BSU06750 2.29e-70 212.0 COG1961@1|root,COG1961@2|Bacteria,1V51N@1239|Firmicutes,4HDX2@91061|Bacilli,1ZQD1@1386|Bacillus 2|Bacteria L Resolvase, N terminal domain - GO:0000150,GO:0003674,GO:0003824,GO:0006139,GO:0006259,GO:0006310,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:0140097,GO:1901360 - ko:K14060 - - - - ko00000 - - - HTH_7,Resolvase +BSU_06760 224308.BSU06760 0.0 1754.0 COG1002@1|root,COG1002@2|Bacteria,1TRZH@1239|Firmicutes,4HE9W@91061|Bacilli 2|Bacteria V Type II restriction enzyme, methylase subunits yeeA - - - - - - - - - - - N6_Mtase +BSU_06770 224308.BSU06770 0.0 1174.0 COG1061@1|root,COG1061@2|Bacteria,1TQUR@1239|Firmicutes,4HDB4@91061|Bacilli 2|Bacteria L DEAD-like helicases superfamily yeeB - - - - - - - - - - - Helicase_C,PMBR,ResIII +BSU_06780 224308.BSU06780 1.37e-271 743.0 COG0226@1|root,COG0226@2|Bacteria,1V2DG@1239|Firmicutes,4HFZU@91061|Bacilli 2|Bacteria P T5orf172 pstS GO:0003674,GO:0005488,GO:0006810,GO:0006811,GO:0006817,GO:0006820,GO:0008150,GO:0015698,GO:0042301,GO:0043167,GO:0043168,GO:0051179,GO:0051234 - ko:K02040 ko02010,ko02020,ko05152,map02010,map02020,map05152 M00222 - - ko00000,ko00001,ko00002,ko02000 3.A.1.7 - - MUG113,PBP_like_2,T5orf172 +BSU_06800 224308.BSU06800 4.15e-42 137.0 2EGIH@1|root,33AAN@2|Bacteria,1W27D@1239|Firmicutes,4I1VW@91061|Bacilli,1ZKI6@1386|Bacillus 2|Bacteria S Colicin immunity protein / pyocin immunity protein - - - - - - - - - - - - Colicin_Pyocin +BSU_06811 224308.BSU06811 1.71e-109 314.0 COG5444@1|root,32YNG@2|Bacteria,1VJMI@1239|Firmicutes,4HPD8@91061|Bacilli,1ZI9K@1386|Bacillus 2|Bacteria S Protein of unknown function, DUF600 - - - - - - - - - - - - DUF600 +BSU_06812 224308.BSU06812 0.0 1277.0 COG5444@1|root,COG5444@2|Bacteria,1V674@1239|Firmicutes,4HKPS@91061|Bacilli,1ZF5M@1386|Bacillus 2|Bacteria L nucleic acid phosphodiester bond hydrolysis - - - ko:K21487,ko:K21489,ko:K21491,ko:K21493 - - - - ko00000,ko01000,ko02048 - - - Endonuclea_NS_2,LHH,LXG,PT-TG +BSU_06820 224308.BSU06820 1.73e-246 676.0 COG3391@1|root,COG3391@2|Bacteria 2|Bacteria CO amine dehydrogenase activity - - 3.4.24.40 ko:K01406 ko01503,map01503 - - - ko00000,ko00001,ko01000,ko01002 - - - - +BSU_06830 224308.BSU06830 3.81e-275 752.0 COG0457@1|root,COG0457@2|Bacteria,1TVDD@1239|Firmicutes,4IJYM@91061|Bacilli,1ZEMY@1386|Bacillus 2|Bacteria S Tetratricopeptide repeat rapH - - ko:K06366 ko02024,map02024 - - - ko00000,ko00001,ko01000 - - - TPR_12,TPR_2,TPR_7 +BSU_06840 224308.BSU06840 1.09e-162 456.0 COG0217@1|root,COG0217@2|Bacteria,1TPP5@1239|Firmicutes,4H9WJ@91061|Bacilli,1ZBN0@1386|Bacillus 2|Bacteria K transcriptional regulatory protein yeeN GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 - - - - - - - - - - Transcrip_reg +BSU_06860 224308.BSU06860 5.34e-134 380.0 COG1309@1|root,COG1309@2|Bacteria,1VTZE@1239|Firmicutes,4HTVN@91061|Bacilli,1ZH8K@1386|Bacillus 2|Bacteria K Transcriptional regulator dhaR3 GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - ko:K16137 - - - - ko00000,ko03000 - - - TetR_C_13,TetR_N +BSU_06870 224308.BSU06870 4.95e-107 308.0 COG3631@1|root,COG3631@2|Bacteria,1VXIF@1239|Firmicutes,4HXSI@91061|Bacilli,1ZNB7@1386|Bacillus 2|Bacteria S SnoaL-like domain yesE - - ko:K06893 - - - - ko00000 - - - SnoaL_2 +BSU_06880 224308.BSU06880 8.81e-206 569.0 COG0702@1|root,COG0702@2|Bacteria,1VQTZ@1239|Firmicutes,4HU7Q@91061|Bacilli,1ZGK1@1386|Bacillus 2|Bacteria GM NAD(P)H-binding yesF GO:0005575,GO:0005622,GO:0005623,GO:0044464 - - - - - - - - - - NAD_binding_10,NmrA +BSU_06890 224308.BSU06890 3.8e-60 184.0 2E85N@1|root,332J6@2|Bacteria,1VFSE@1239|Firmicutes,4HNIY@91061|Bacilli,1ZISW@1386|Bacillus 2|Bacteria S Spore coat associated protein JA (CotJA) cotJA - - ko:K06332 - - - - ko00000 - - - CotJA +BSU_06900 224308.BSU06900 2.31e-61 187.0 2E34J@1|root,32Y4N@2|Bacteria,1VESM@1239|Firmicutes,4HKID@91061|Bacilli,1ZI8X@1386|Bacillus 2|Bacteria S CotJB protein cotJB - - ko:K06333 - - - - ko00000 - - - CotJB +BSU_06910 224308.BSU06910 1.04e-133 379.0 COG3546@1|root,COG3546@2|Bacteria,1TQVQ@1239|Firmicutes,4HA34@91061|Bacilli,1ZQQY@1386|Bacillus 2|Bacteria P Spore Coat cotJC GO:0006950,GO:0006974,GO:0008150,GO:0009987,GO:0033554,GO:0050896,GO:0051716 - ko:K06334,ko:K07217 - - - - ko00000 - - - Mn_catalase +BSU_06920 224308.BSU06920 1.76e-132 375.0 COG0454@1|root,COG0454@2|Bacteria,1VBXZ@1239|Firmicutes,4ISWT@91061|Bacilli,1ZQWG@1386|Bacillus 2|Bacteria K Acetyltransferase (GNAT) family yesJ - - - - - - - - - - - Acetyltransf_1,Acetyltransf_10 +BSU_06940 224308.BSU06940 3.52e-135 384.0 COG5578@1|root,COG5578@2|Bacteria,1V4YK@1239|Firmicutes,4HHBR@91061|Bacilli,1ZGAP@1386|Bacillus 2|Bacteria S Protein of unknown function, DUF624 yesL - - - - - - - - - - - DUF624 +BSU_06950 224308.BSU06950 0.0 1131.0 COG2972@1|root,COG2972@2|Bacteria,1UU89@1239|Firmicutes,4HECK@91061|Bacilli,1ZAUI@1386|Bacillus 2|Bacteria T Histidine kinase yesM - 2.7.13.3 ko:K07718 ko02020,map02020 M00519 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - HAMP,HATPase_c,His_kinase,dCache_1 +BSU_06960 224308.BSU06960 5.07e-260 713.0 COG2207@1|root,COG4753@1|root,COG2207@2|Bacteria,COG4753@2|Bacteria,1UZKW@1239|Firmicutes,4HF1S@91061|Bacilli,1ZPXG@1386|Bacillus 2|Bacteria K helix_turn_helix, arabinose operon control protein yesN - - ko:K07720 ko02020,map02020 M00519 - - ko00000,ko00001,ko00002,ko02022 - - - HTH_18,HTH_AraC,Response_reg,TniQ +BSU_06970 224308.BSU06970 3.5e-315 857.0 COG1653@1|root,COG1653@2|Bacteria,1TQJV@1239|Firmicutes,4HBW5@91061|Bacilli,1ZBWM@1386|Bacillus 2|Bacteria G Bacterial extracellular solute-binding protein yesO - - ko:K02027 - M00207 - - ko00000,ko00002,ko02000 3.A.1.1 - iYO844.BSU06970 SBP_bac_1,SBP_bac_8 +BSU_06980 224308.BSU06980 4.08e-218 602.0 COG1175@1|root,COG1175@2|Bacteria,1TPTZ@1239|Firmicutes,4HB63@91061|Bacilli,1ZAQ5@1386|Bacillus 2|Bacteria G Binding-protein-dependent transport system inner membrane component yesP GO:0003674,GO:0003824,GO:0005215,GO:0005363,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015154,GO:0015157,GO:0015399,GO:0015405,GO:0015422,GO:0015423,GO:0015766,GO:0015768,GO:0015772,GO:0016020,GO:0016021,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0032991,GO:0034219,GO:0042623,GO:0042626,GO:0043190,GO:0043211,GO:0043492,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098533,GO:0098796,GO:0098797,GO:1902494,GO:1902495,GO:1904949,GO:1990060,GO:1990351 - ko:K02025,ko:K10118,ko:K15771,ko:K17235 ko02010,map02010 M00196,M00207,M00491,M00602 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1,3.A.1.1.16,3.A.1.1.2,3.A.1.1.28,3.A.1.1.34 - iYO844.BSU34150 BPD_transp_1 +BSU_06990 224308.BSU06990 1.31e-212 587.0 COG0395@1|root,COG0395@2|Bacteria,1TSYB@1239|Firmicutes,4HBHQ@91061|Bacilli,1ZEBZ@1386|Bacillus 2|Bacteria P Binding-protein-dependent transport system inner membrane component yesQ - - ko:K02026 - M00207 - - ko00000,ko00002,ko02000 3.A.1.1 - iYO844.BSU06990 BPD_transp_1 +BSU_07000 224308.BSU07000 6.85e-255 698.0 COG4225@1|root,COG4225@2|Bacteria,1UYKV@1239|Firmicutes,4HEBW@91061|Bacilli,1ZDHW@1386|Bacillus 2|Bacteria S Glycosyl Hydrolase Family 88 - - 3.2.1.172 ko:K15532 - - - - ko00000,ko01000 - GH105 - Glyco_hydro_88 +BSU_07010 224308.BSU07010 0.0 1493.0 COG2207@1|root,COG2207@2|Bacteria,1TTA3@1239|Firmicutes,4HEIT@91061|Bacilli,1ZD14@1386|Bacillus 2|Bacteria K Transcriptional regulator yesS GO:0003674,GO:0003824,GO:0006081,GO:0006082,GO:0006089,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009438,GO:0009987,GO:0016053,GO:0016829,GO:0016835,GO:0016836,GO:0019172,GO:0019243,GO:0019249,GO:0019752,GO:0032787,GO:0042180,GO:0042182,GO:0043436,GO:0044237,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0046185,GO:0046394,GO:0051596,GO:0061727,GO:0071704,GO:0072330,GO:1901575,GO:1901576,GO:1901615,GO:1901617 - - - - - - - - - - HTH_18,dCache_1 +BSU_07020 224308.BSU07020 3.71e-171 477.0 COG2755@1|root,COG2755@2|Bacteria,1V2SC@1239|Firmicutes,4HHCC@91061|Bacilli,1ZEN8@1386|Bacillus 2|Bacteria E GDSL-like Lipase/Acylhydrolase - - - - - - - - - - - - Lipase_GDSL_2 +BSU_07030 224308.BSU07030 1.41e-169 472.0 29765@1|root,2ZUE2@2|Bacteria,1V4EN@1239|Firmicutes,4HH0R@91061|Bacilli,1ZDUY@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF1961) yesU - - - - - - - - - - - DUF1961 +BSU_07040 224308.BSU07040 3.44e-146 412.0 COG5578@1|root,COG5578@2|Bacteria,1V69Y@1239|Firmicutes,4I499@91061|Bacilli,1ZFT5@1386|Bacillus 2|Bacteria S Protein of unknown function, DUF624 yesV - - - - - - - - - - - DUF624 +BSU_07050 224308.BSU07050 0.0 1265.0 COG3401@1|root,COG3401@2|Bacteria,1TQR3@1239|Firmicutes,4HBSX@91061|Bacilli,1ZEBX@1386|Bacillus 2|Bacteria E cell wall organization yesX - 4.2.2.23,4.2.2.24 ko:K18197,ko:K18198 - - - - ko00000,ko01000 - PL11 - Dockerin_1 +BSU_07060 224308.BSU07060 0.0 1279.0 COG3401@1|root,COG3401@2|Bacteria,1TQR3@1239|Firmicutes,4HBSX@91061|Bacilli,1ZEBX@1386|Bacillus 2|Bacteria E cell wall organization yesX - 4.2.2.23,4.2.2.24 ko:K18197,ko:K18198 - - - - ko00000,ko01000 - PL11 - Dockerin_1,FG-GAP +BSU_07070 224308.BSU07070 9.13e-160 447.0 COG2755@1|root,COG2755@2|Bacteria,1V2SC@1239|Firmicutes,4IPY4@91061|Bacilli,1ZQND@1386|Bacillus 2|Bacteria E GDSL-like Lipase/Acylhydrolase yesY - - ko:K06882 - - - - ko00000 - - - Lipase_GDSL_2,fn3 +BSU_07080 224308.BSU07080 0.0 1376.0 COG1874@1|root,COG1874@2|Bacteria,1VRKP@1239|Firmicutes,4HUMJ@91061|Bacilli,1ZFF3@1386|Bacillus 2|Bacteria G beta-galactosidase activity yesZ - 3.2.1.23 ko:K01190,ko:K12308 ko00052,ko00511,ko00600,ko01100,map00052,map00511,map00600,map01100 - R01105,R01678,R03355,R04783,R06114 RC00049,RC00452 ko00000,ko00001,ko01000 - - - Glyco_hydro_42,Glyco_hydro_42C,Glyco_hydro_42M,Lipase_GDSL_2 +BSU_07090 224308.BSU07090 0.0 1808.0 28I2Y@1|root,2Z86X@2|Bacteria,1UYYK@1239|Firmicutes,4HEZF@91061|Bacilli,1ZES9@1386|Bacillus 2|Bacteria - - yetA - - - - - - - - - - - - +BSU_07100 224308.BSU07100 0.0 1004.0 COG1653@1|root,COG1653@2|Bacteria,1TRD0@1239|Firmicutes,4HA0M@91061|Bacilli,1ZE2D@1386|Bacillus 2|Bacteria G Bacterial extracellular solute-binding protein lplA - - ko:K17318 ko02010,map02010 M00603 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1.29,3.A.1.1.9 - - SBP_bac_1,SBP_bac_8 +BSU_07110 224308.BSU07110 1.01e-227 627.0 COG4209@1|root,COG4209@2|Bacteria,1TP33@1239|Firmicutes,4HATZ@91061|Bacilli,1ZAQ3@1386|Bacillus 2|Bacteria G COG4209 ABC-type polysaccharide transport system, permease component lplB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K17319 ko02010,map02010 M00603 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1.29,3.A.1.1.9 - - BPD_transp_1 +BSU_07120 224308.BSU07120 7.85e-209 577.0 COG0395@1|root,COG0395@2|Bacteria,1TS0D@1239|Firmicutes,4HA5Y@91061|Bacilli,1ZQ4V@1386|Bacillus 2|Bacteria G Binding-protein-dependent transport system inner membrane component lplC GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02026,ko:K17320 ko02010,map02010 M00207,M00603 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1,3.A.1.1.29,3.A.1.1.9 - - BPD_transp_1 +BSU_07130 224308.BSU07130 0.0 894.0 COG1486@1|root,COG1486@2|Bacteria,1TREJ@1239|Firmicutes,4HUZQ@91061|Bacilli,1ZEWX@1386|Bacillus 2|Bacteria G Family 4 glycosyl hydrolase lplD - 3.2.1.122,3.2.1.22,3.2.1.86 ko:K01222,ko:K01232,ko:K07406 ko00010,ko00052,ko00500,ko00561,ko00600,ko00603,map00010,map00052,map00500,map00561,map00600,map00603 - R00837,R00838,R00839,R01101,R01103,R01104,R01194,R01329,R02926,R03634,R04019,R04470,R05133,R05134,R05549,R05961,R06091,R06113 RC00049,RC00059,RC00171,RC00451,RC00714 ko00000,ko00001,ko01000 - GH4,GT4 - Glyco_hydro_4,Glyco_hydro_4C +BSU_07140 224308.BSU07140 3.13e-158 444.0 COG2323@1|root,COG2323@2|Bacteria,1UYR2@1239|Firmicutes,4HFCN@91061|Bacilli,1ZFK2@1386|Bacillus 2|Bacteria S membrane yetF - - - - - - - - - - - DUF421 +BSU_07150 224308.BSU07150 4.67e-73 219.0 COG2329@1|root,COG2329@2|Bacteria,1VBS6@1239|Firmicutes,4HKUG@91061|Bacilli,1ZHZ4@1386|Bacillus 2|Bacteria S Antibiotic biosynthesis monooxygenase isdI - 1.14.99.48,1.14.99.57 ko:K07145,ko:K21481 ko00860,ko01110,map00860,map01110 - R10468,R10510 RC03185 ko00000,ko00001,ko01000 - - - ABM +BSU_07160 224308.BSU07160 2.47e-85 251.0 COG0346@1|root,COG0346@2|Bacteria,1V4S3@1239|Firmicutes,4HIIR@91061|Bacilli,1ZGP1@1386|Bacillus 2|Bacteria E Glyoxalase/Bleomycin resistance protein/Dioxygenase superfamily yetH - - - - - - - - - - - Glyoxalase +BSU_07170 1051501.AYTL01000011_gene124 1.85e-114 334.0 COG1366@1|root,COG1366@2|Bacteria,1V1QF@1239|Firmicutes,4HGBT@91061|Bacilli,1ZDJX@1386|Bacillus 2|Bacteria T COG1366 Anti-anti-sigma regulatory factor (antagonist of anti-sigma factor) - - - ko:K17763 - - - - ko00000,ko03021 - - - STAS +BSU_07180 1051501.AYTL01000011_gene124 4.44e-57 184.0 COG1366@1|root,COG1366@2|Bacteria,1V1QF@1239|Firmicutes,4HGBT@91061|Bacilli,1ZDJX@1386|Bacillus 2|Bacteria T COG1366 Anti-anti-sigma regulatory factor (antagonist of anti-sigma factor) - - - ko:K17763 - - - - ko00000,ko03021 - - - STAS +BSU_07190 224308.BSU07190 1.09e-27 100.0 COG5583@1|root,COG5583@2|Bacteria 2|Bacteria S Uncharacterized small protein (DUF2292) yezD - - - - - - - - - - - DUF2292 +BSU_07200 224308.BSU07200 2.55e-135 385.0 COG0670@1|root,COG0670@2|Bacteria,1V6RG@1239|Firmicutes,4HISH@91061|Bacilli,1ZCV6@1386|Bacillus 2|Bacteria S Belongs to the BI1 family yetJ - - ko:K06890 - - - - ko00000 - - - Bax1-I +BSU_07210 224308.BSU07210 1.86e-220 610.0 COG0697@1|root,COG0697@2|Bacteria,1TRKE@1239|Firmicutes,4HCSH@91061|Bacilli,1ZCZY@1386|Bacillus 2|Bacteria EG EamA-like transporter family yetK - - - - - - - - - - - EamA +BSU_07220 224308.BSU07220 6.74e-117 334.0 COG1846@1|root,COG1846@2|Bacteria,1VIXS@1239|Firmicutes,4HPYM@91061|Bacilli,1ZJKZ@1386|Bacillus 2|Bacteria K helix_turn_helix multiple antibiotic resistance protein yetL GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - ko:K15973 - - - - ko00000,ko03000 - - - MarR,MarR_2 +BSU_07230 224308.BSU07230 4.77e-270 738.0 COG0654@1|root,COG0654@2|Bacteria,1VUA1@1239|Firmicutes,4HTBK@91061|Bacilli,1ZE9G@1386|Bacillus 2|Bacteria CH FAD binding domain yetM - - - - - - - - - - - FAD_binding_3 +BSU_07240 224308.BSU07240 6.1e-255 699.0 2CEJD@1|root,2Z81V@2|Bacteria,1UD9R@1239|Firmicutes,4HAPP@91061|Bacilli,1ZC32@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3900) yetN - - - - - - - - - - - DUF3898,DUF3900 +BSU_07250 224308.BSU07250 0.0 2134.0 COG0369@1|root,COG2124@1|root,COG0369@2|Bacteria,COG2124@2|Bacteria,1TS1E@1239|Firmicutes,4HCWS@91061|Bacilli,1ZQAP@1386|Bacillus 2|Bacteria C Belongs to the cytochrome P450 family cypD GO:0000166,GO:0003674,GO:0003824,GO:0003958,GO:0004497,GO:0005488,GO:0005504,GO:0005506,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0008289,GO:0009987,GO:0010181,GO:0016491,GO:0016651,GO:0016653,GO:0016705,GO:0016712,GO:0019395,GO:0019752,GO:0020037,GO:0030258,GO:0031406,GO:0032553,GO:0032787,GO:0033293,GO:0034440,GO:0036094,GO:0043167,GO:0043168,GO:0043169,GO:0043177,GO:0043436,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0046872,GO:0046906,GO:0046914,GO:0048037,GO:0050660,GO:0050662,GO:0055114,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901363 1.14.14.1,1.6.2.4 ko:K14338 ko00071,ko00380,ko00627,ko01120,map00071,map00380,map00627,map01120 - R03629,R04121,R05259 RC00046,RC01311 ko00000,ko00001,ko00199,ko01000 - - - FAD_binding_1,Flavodoxin_1,NAD_binding_1,p450 +BSU_07260 224308.BSU07260 0.0 1268.0 COG1368@1|root,COG1368@2|Bacteria,1TRMA@1239|Firmicutes,4H9S0@91061|Bacilli,1ZBBV@1386|Bacillus 2|Bacteria M Belongs to the LTA synthase family ltaS GO:0005575,GO:0005576 2.7.8.20 ko:K19005 ko00561,ko01100,map00561,map01100 - R05081,R10849 RC00017 ko00000,ko00001,ko01000 - - - Sulfatase +BSU_07270 224308.BSU07270 2.15e-190 527.0 COG1208@1|root,COG1208@2|Bacteria,1TT1F@1239|Firmicutes,4HUVJ@91061|Bacilli,1ZQJC@1386|Bacillus 2|Bacteria JM Nucleotidyl transferase rfbF - 2.7.7.33 ko:K00978 ko00500,ko00520,ko01100,map00500,map00520,map01100 - R00956 RC00002 ko00000,ko00001,ko01000 - - - NTP_transferase +BSU_07280 224308.BSU07280 2.95e-238 654.0 COG0451@1|root,COG0451@2|Bacteria,1VP6I@1239|Firmicutes,4ISWU@91061|Bacilli,1ZFBK@1386|Bacillus 2|Bacteria M dehydratase yfnG - 4.2.1.45,4.2.1.46,5.1.3.2 ko:K01709,ko:K01710,ko:K01784 ko00052,ko00520,ko00521,ko00523,ko00525,ko01055,ko01100,ko01130,map00052,map00520,map00521,map00523,map00525,map01055,map01100,map01130 M00361,M00362,M00632,M00793 R00291,R02426,R02984,R06513 RC00289,RC00402 ko00000,ko00001,ko00002,ko01000 - - - Epimerase,GDP_Man_Dehyd +BSU_07290 224308.BSU07290 5.66e-231 634.0 COG1442@1|root,COG1442@2|Bacteria,1VS6N@1239|Firmicutes,4HUAY@91061|Bacilli,1ZRVS@1386|Bacillus 2|Bacteria M Nucleotide-diphospho-sugar transferase yfnF - - - - - - - - - - - Glyco_transf_8,Nucleotid_trans +BSU_07300 224308.BSU07300 9.92e-286 780.0 COG1216@1|root,COG1216@2|Bacteria,1VDP9@1239|Firmicutes,4IPY5@91061|Bacilli,1ZREN@1386|Bacillus 2|Bacteria S Glycosyltransferase like family 2 yfnE - 2.4.1.338 ko:K20438 ko00525,ko01130,map00525,map01130 M00815 R11241 RC00049 ko00000,ko00001,ko00002,ko01000 - GT2 - Glyco_transf_7C,Glycos_transf_2,Laminin_G_3 +BSU_07310 224308.BSU07310 5.74e-244 667.0 COG1442@1|root,COG1442@2|Bacteria,1UZ8Q@1239|Firmicutes,4HURC@91061|Bacilli,1ZF68@1386|Bacillus 2|Bacteria M Nucleotide-diphospho-sugar transferase yfnD - - - - - - - - - - - Glyco_transf_8,Nucleotid_trans +BSU_07320 224308.BSU07320 6.21e-268 736.0 COG2223@1|root,COG2223@2|Bacteria,1TPTN@1239|Firmicutes,4HA7C@91061|Bacilli,1ZB21@1386|Bacillus 2|Bacteria P COG0477 Permeases of the major facilitator superfamily fsr GO:0005575,GO:0005623,GO:0005886,GO:0006950,GO:0006974,GO:0008150,GO:0009987,GO:0016020,GO:0033554,GO:0042221,GO:0044464,GO:0046677,GO:0050896,GO:0051716,GO:0071944 - ko:K08223 - - - - ko00000,ko02000 2.A.1.35 - - MFS_1 +BSU_07330 224308.BSU07330 9.43e-171 476.0 COG1011@1|root,COG1011@2|Bacteria,1TWM7@1239|Firmicutes,4HEXU@91061|Bacilli,1ZE98@1386|Bacillus 2|Bacteria S Haloacid dehalogenase-like hydrolase yjjG GO:0003674,GO:0003824,GO:0005488,GO:0006139,GO:0006206,GO:0006725,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008252,GO:0008253,GO:0008655,GO:0009058,GO:0009112,GO:0009410,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0018130,GO:0019438,GO:0019856,GO:0019859,GO:0030145,GO:0034641,GO:0034654,GO:0042221,GO:0042578,GO:0043094,GO:0043100,GO:0043167,GO:0043169,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0046112,GO:0046483,GO:0046872,GO:0046914,GO:0050896,GO:0055086,GO:0071704,GO:0072527,GO:0072528,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 3.1.3.102,3.1.3.104,3.1.3.5,3.8.1.2 ko:K01560,ko:K07025,ko:K08723,ko:K20862 ko00230,ko00240,ko00361,ko00625,ko00740,ko00760,ko01100,ko01110,ko01120,map00230,map00240,map00361,map00625,map00740,map00760,map01100,map01110,map01120 M00125 R00183,R00511,R00548,R00963,R01126,R01227,R01569,R01664,R01968,R02088,R02102,R02323,R02719,R03346,R05287,R07280 RC00017,RC00697 ko00000,ko00001,ko00002,ko01000 - - iECNA114_1301.ECNA114_4614 HAD_2 +BSU_07340 224308.BSU07340 4.16e-313 855.0 COG0531@1|root,COG0531@2|Bacteria,1TQ4K@1239|Firmicutes,4HA66@91061|Bacilli,1ZBB0@1386|Bacillus 2|Bacteria E amino acid yfnA - - ko:K03294 - - - - ko00000 2.A.3.2 - - AA_permease_2 +BSU_07350 224308.BSU07350 0.0 967.0 COG1012@1|root,COG1012@2|Bacteria,1TP4S@1239|Firmicutes,4H9MF@91061|Bacilli,1ZAXK@1386|Bacillus 2|Bacteria C Catalyzes the oxidation of malonate semialdehyde (MSA) and methylmalonate semialdehyde (MMSA) into acetyl-CoA and propanoyl-CoA, respectively yfmT GO:0003674,GO:0003824,GO:0004029,GO:0008150,GO:0008152,GO:0016491,GO:0016620,GO:0016903,GO:0018479,GO:0055114 1.2.1.3,1.2.1.67 ko:K00128,ko:K21802 ko00010,ko00053,ko00071,ko00280,ko00310,ko00330,ko00340,ko00380,ko00410,ko00561,ko00620,ko00625,ko00627,ko00903,ko00981,ko01100,ko01110,ko01120,ko01130,map00010,map00053,map00071,map00280,map00310,map00330,map00340,map00380,map00410,map00561,map00620,map00625,map00627,map00903,map00981,map01100,map01110,map01120,map01130 M00135 R00264,R00631,R00710,R00904,R01752,R01986,R02549,R02678,R02940,R02957,R03283,R03869,R04065,R04506,R04903,R05050,R05237,R05238,R05286,R05699,R06366,R08146 RC00047,RC00071,RC00075,RC00080,RC00186,RC00218,RC00242,RC00816,RC01500 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU38830 Aldedh +BSU_07360 224308.BSU07360 1.18e-162 460.0 COG0840@1|root,COG0840@2|Bacteria,1V8NI@1239|Firmicutes,4HAGI@91061|Bacilli,1ZDCZ@1386|Bacillus 2|Bacteria NT chemotaxis protein yfmS GO:0003674,GO:0005488,GO:0006935,GO:0007154,GO:0007165,GO:0008150,GO:0009453,GO:0009454,GO:0009605,GO:0009987,GO:0020037,GO:0023052,GO:0040011,GO:0042221,GO:0042330,GO:0046906,GO:0048037,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0065007,GO:0097159,GO:1901363 - ko:K03406,ko:K06595 ko02020,ko02030,map02020,map02030 - - - ko00000,ko00001,ko02035 - - - MCPsignal +BSU_07370 224308.BSU07370 0.0 1211.0 COG0488@1|root,COG0488@2|Bacteria,1TPAX@1239|Firmicutes,4H9TK@91061|Bacilli,1ZBTF@1386|Bacillus 2|Bacteria S COG0488 ATPase components of ABC transporters with duplicated ATPase domains yfmR - - ko:K15738 - - - - ko00000,ko02000 3.A.1.120.6 - - ABC_tran,ABC_tran_CTD,ABC_tran_Xtn +BSU_07380 224308.BSU07380 6.48e-99 287.0 2BT7F@1|root,32NCS@2|Bacteria,1V7YX@1239|Firmicutes,4HJIR@91061|Bacilli,1ZH1S@1386|Bacillus 2|Bacteria S Uncharacterised protein from bacillus cereus group yfmQ - - - - - - - - - - - YfmQ +BSU_07390 224308.BSU07390 8.7e-91 266.0 COG0789@1|root,COG0789@2|Bacteria,1VBDA@1239|Firmicutes,4HMS4@91061|Bacilli,1ZIAJ@1386|Bacillus 2|Bacteria K transcriptional yfmP - - ko:K21902 - - - - ko00000,ko03000 - - - MerR-DNA-bind,MerR_1 +BSU_07400 224308.BSU07400 3.59e-265 728.0 COG0477@1|root,COG2814@2|Bacteria,1TRRB@1239|Firmicutes,4HAUF@91061|Bacilli,1ZDMB@1386|Bacillus 2|Bacteria EGP Major facilitator superfamily yfmO - - ko:K08221 - - - - ko00000,ko02000 2.A.1.32 - - MFS_1,Usp +BSU_07410 1051501.AYTL01000011_gene149 3.96e-11 60.8 2F25R@1|root,33V44@2|Bacteria,1VVA1@1239|Firmicutes,4HVY4@91061|Bacilli,1ZHAM@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_07420 224308.BSU07420 0.0 1015.0 COG0488@1|root,COG0488@2|Bacteria,1TPAX@1239|Firmicutes,4HC58@91061|Bacilli,1ZB1Y@1386|Bacillus 2|Bacteria S COG0488 ATPase components of ABC transporters with duplicated ATPase domains yfmM - - ko:K06158 - - - - ko00000,ko03012 - - - ABC_tran,ABC_tran_Xtn +BSU_07430 224308.BSU07430 1.86e-266 730.0 COG0513@1|root,COG0513@2|Bacteria,1TQ9R@1239|Firmicutes,4HANR@91061|Bacilli,1ZC9I@1386|Bacillus 2|Bacteria L COG0513 Superfamily II DNA and RNA helicases yfmL GO:0000166,GO:0003674,GO:0003676,GO:0003723,GO:0003724,GO:0003824,GO:0004004,GO:0004386,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0006139,GO:0006725,GO:0006807,GO:0006950,GO:0008026,GO:0008144,GO:0008150,GO:0008152,GO:0008186,GO:0009266,GO:0009295,GO:0009409,GO:0009628,GO:0009987,GO:0010501,GO:0016020,GO:0016070,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034641,GO:0035639,GO:0036094,GO:0042623,GO:0043167,GO:0043168,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0044237,GO:0044238,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0070035,GO:0071704,GO:0071944,GO:0090304,GO:0097159,GO:0097367,GO:0140098,GO:1901265,GO:1901360,GO:1901363 3.6.4.13 ko:K05592,ko:K18692 ko03018,map03018 - - - ko00000,ko00001,ko01000,ko03009,ko03019 - - - DEAD,Helicase_C +BSU_07440 224308.BSU07440 1.86e-107 309.0 COG0454@1|root,COG0456@2|Bacteria 2|Bacteria K acetyltransferase yfmK - 2.3.1.128 ko:K03790 - - - - ko00000,ko01000,ko03009 - - - Acetyltransf_1,Acetyltransf_10,Acetyltransf_3 +BSU_07450 224308.BSU07450 4.21e-242 665.0 COG2130@1|root,COG2130@2|Bacteria,1TQUE@1239|Firmicutes,4HCHY@91061|Bacilli,1ZC4N@1386|Bacillus 2|Bacteria S N-terminal domain of oxidoreductase yfmJ - - ko:K07119 - - - - ko00000 - - - ADH_N_2,ADH_zinc_N +BSU_07460 224308.BSU07460 1.72e-268 738.0 COG2211@1|root,COG2211@2|Bacteria,1TSQ2@1239|Firmicutes,4HFB1@91061|Bacilli,1ZQXJ@1386|Bacillus 2|Bacteria G Major Facilitator Superfamily - - - ko:K08220 - - - - ko00000,ko02000 2.A.1.28.1,2.A.1.28.4 - - MFS_1,MFS_3 +BSU_07480 224308.BSU07480 0.0 1020.0 COG1262@1|root,COG1262@2|Bacteria,1TT4R@1239|Firmicutes,4HA8D@91061|Bacilli,1ZCIT@1386|Bacillus 2|Bacteria S Sulfatase-modifying factor enzyme 1 pkn1 - 1.14.99.50 ko:K18912 ko00340,map00340 - R11013 RC03323,RC03324 ko00000,ko00001,ko01000 - - - FGE-sulfatase +BSU_07490 224308.BSU07490 1.4e-192 534.0 COG1120@1|root,COG1120@2|Bacteria,1TP2Q@1239|Firmicutes,4HADG@91061|Bacilli,1ZEBC@1386|Bacillus 2|Bacteria P ATPases associated with a variety of cellular activities fhuC - 3.6.3.34 ko:K02013 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.14 - - ABC_tran +BSU_07500 224308.BSU07500 2.1e-223 617.0 COG0609@1|root,COG0609@2|Bacteria,1TPX6@1239|Firmicutes,4HAM8@91061|Bacilli,1ZD7X@1386|Bacillus 2|Bacteria P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily fecD GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0008150,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071944 - ko:K02015 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - iYO844.BSU07500,iYO844.BSU08450,iYO844.BSU33170,iYO844.BSU33300 FecCD +BSU_07510 224308.BSU07510 8.17e-221 611.0 COG0609@1|root,COG0609@2|Bacteria,1UC21@1239|Firmicutes,4HDZP@91061|Bacilli,1ZF51@1386|Bacillus 2|Bacteria P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily viuD GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0008150,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071944 - ko:K02015 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - iYO844.BSU07500,iYO844.BSU08450,iYO844.BSU33170,iYO844.BSU33300 FecCD +BSU_07520 224308.BSU07520 2.88e-221 610.0 COG4594@1|root,COG4594@2|Bacteria,1U1RC@1239|Firmicutes,4HEP3@91061|Bacilli,1ZEMX@1386|Bacillus 2|Bacteria P COG4594 ABC-type Fe3 -citrate transport system, periplasmic component fecB GO:0005575,GO:0005623,GO:0006810,GO:0008150,GO:0010035,GO:0010038,GO:0010039,GO:0015688,GO:0030288,GO:0030313,GO:0031975,GO:0042221,GO:0042592,GO:0042597,GO:0044464,GO:0048878,GO:0050801,GO:0050896,GO:0051179,GO:0051234,GO:0055065,GO:0055072,GO:0055076,GO:0055080,GO:0065007,GO:0065008,GO:0098771,GO:1901678 - ko:K02016 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - iYO844.BSU07520 Peripla_BP_2 +BSU_07530 1274524.BSONL12_06998 8.93e-32 115.0 29RI0@1|root,30CKZ@2|Bacteria,1UA2M@1239|Firmicutes,4IKC0@91061|Bacilli,1ZGDW@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3212) - - - - - - - - - - - - DUF3212 +BSU_07550 224308.BSU07550 1.71e-76 228.0 2DJ0G@1|root,32UC2@2|Bacteria,1VCTC@1239|Firmicutes,4HKM5@91061|Bacilli,1ZHWS@1386|Bacillus 2|Bacteria S Heat induced stress protein YflT yflT - - - - - - - - - - - YflT +BSU_07560 224308.BSU07560 2.45e-307 837.0 COG3866@1|root,COG3866@2|Bacteria,1U9EG@1239|Firmicutes,4HEBZ@91061|Bacilli,1ZE00@1386|Bacillus 2|Bacteria G Pectate lyase pel - 4.2.2.10,4.2.2.2 ko:K01728,ko:K01732 ko00040,ko02024,map00040,map02024 - R02361,R06240 RC00049,RC00705 ko00000,ko00001,ko01000 - - - Pec_lyase_C,Pectinesterase +BSU_07570 224308.BSU07570 0.0 878.0 COG0471@1|root,COG0471@2|Bacteria,1TSGE@1239|Firmicutes,4HDE4@91061|Bacilli,1ZC2I@1386|Bacillus 2|Bacteria P Sodium:sulfate symporter transmembrane region yflS - - ko:K03319 - - - - ko00000 2.A.47 - - Na_sulph_symp +BSU_07580 224308.BSU07580 0.0 1030.0 COG3290@1|root,COG3290@2|Bacteria,1TQJR@1239|Firmicutes,4H9Q0@91061|Bacilli,1ZBHV@1386|Bacillus 2|Bacteria T Signal transduction histidine kinase regulating citrate malate metabolism citS - 2.7.13.3 ko:K02476,ko:K03406,ko:K11614,ko:K11637,ko:K11640,ko:K11691 ko02020,ko02030,map02020,map02030 M00487,M00489,M00490,M00494 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022,ko02035 - - - HATPase_c,HATPase_c_5,PAS,PAS_4,PAS_8,PAS_9,SPOB_a,sCache_3_2 +BSU_07590 224308.BSU07590 1.14e-153 432.0 COG4565@1|root,COG4565@2|Bacteria,1V1D7@1239|Firmicutes,4HFWB@91061|Bacilli,1ZFEC@1386|Bacillus 2|Bacteria T response regulator citT - - ko:K02475,ko:K11615,ko:K11638,ko:K11692 ko02020,map02020 M00487,M00489,M00490 - - ko00000,ko00001,ko00002,ko02022 - - - CitT,HTH_11,Response_reg +BSU_07600 224308.BSU07600 1.45e-232 639.0 COG3181@1|root,COG3181@2|Bacteria,1V0HH@1239|Firmicutes,4HBWA@91061|Bacilli,1ZB42@1386|Bacillus 2|Bacteria S Tripartite tricarboxylate transporter family receptor yflP - - ko:K07795 ko02020,map02020 - - - ko00000,ko00001,ko02000 2.A.80.1 - - TctC +BSU_07610 224308.BSU07610 1.08e-287 788.0 COG2851@1|root,COG2851@2|Bacteria,1TQQH@1239|Firmicutes,4HAGT@91061|Bacilli,1ZFH7@1386|Bacillus 2|Bacteria C Citrate transporter citM GO:0003674,GO:0005215,GO:0005575,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0034220,GO:0044425,GO:0051179,GO:0051234,GO:0055085,GO:0098656 - ko:K03300,ko:K11639 ko02020,map02020 - - - ko00000,ko00001 2.A.11,2.A.11.1.1 - - CitMHS +BSU_07620 224308.BSU07620 7.21e-194 537.0 COG0491@1|root,COG0491@2|Bacteria,1TQGU@1239|Firmicutes,4HBJ3@91061|Bacilli,1ZB0U@1386|Bacillus 2|Bacteria S COG0491 Zn-dependent hydrolases, including glyoxylases yflN - - - - - - - - - - - Lactamase_B +BSU_07630 224308.BSU07630 2.89e-277 756.0 COG4362@1|root,COG4362@2|Bacteria,1TRDM@1239|Firmicutes,4HAR0@91061|Bacilli,1ZB33@1386|Bacillus 2|Bacteria C Belongs to the NOS family. Bacterial NOS oxygenase subfamily nos GO:0001505,GO:0003674,GO:0003824,GO:0004497,GO:0004517,GO:0006807,GO:0006809,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016491,GO:0016705,GO:0016709,GO:0017144,GO:0034641,GO:0042133,GO:0042136,GO:0044237,GO:0044249,GO:0044271,GO:0046209,GO:0055114,GO:0065007,GO:0065008,GO:0072593,GO:1903409,GO:2001057 1.14.14.47 ko:K00491 ko00220,ko00330,ko01100,ko01110,map00220,map00330,map01100,map01110 - R11711,R11712,R11713 RC00177,RC00330,RC01044 ko00000,ko00001,ko01000 - - - NO_synthase +BSU_07640 224308.BSU07640 2.54e-60 185.0 COG1254@1|root,COG1254@2|Bacteria,1VEM9@1239|Firmicutes,4HNN7@91061|Bacilli,1ZITT@1386|Bacillus 2|Bacteria C Belongs to the acylphosphatase family acyP GO:0003674,GO:0003824,GO:0003998,GO:0006950,GO:0008150,GO:0009266,GO:0009408,GO:0009628,GO:0016787,GO:0016817,GO:0016818,GO:0050896 3.6.1.7 ko:K01512 ko00620,ko00627,ko01120,map00620,map00627,map01120 - R00317,R01421,R01515 RC00043 ko00000,ko00001,ko01000 - - iSB619.SA_RS07020,iSBO_1134.SBO_2263,iSF_1195.SF0969,iSFxv_1172.SFxv_1053,iS_1188.S1036 Acylphosphatase +BSU_07650 224308.BSU07650 2.51e-159 446.0 COG2258@1|root,COG2258@2|Bacteria,1UB2C@1239|Firmicutes,4HB26@91061|Bacilli,1ZCRA@1386|Bacillus 2|Bacteria S protein conserved in bacteria yflK - - - - - - - - - - - 3-alpha,MOSC +BSU_07660 224308.BSU07660 1.1e-25 94.7 2EG6C@1|root,339Y6@2|Bacteria,1VPY7@1239|Firmicutes,4HRNE@91061|Bacilli,1ZK0I@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2639) yflJ - - - - - - - - - - - DUF2639 +BSU_07670 224308.BSU07670 6.9e-27 98.2 29SE6@1|root,30DIX@2|Bacteria,1UBC7@1239|Firmicutes,4IMR3@91061|Bacilli,1ZKN8@1386|Bacillus 2|Bacteria - - yflI - - - - - - - - - - - - +BSU_07680 224308.BSU07680 3.63e-66 201.0 2DB6C@1|root,32TWU@2|Bacteria,1VC4Z@1239|Firmicutes,4HKEX@91061|Bacilli,1ZGUZ@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3243) yflH - - - - - - - - - - - DUF3243 +BSU_07690 224308.BSU07690 1.14e-178 497.0 COG0024@1|root,COG0024@2|Bacteria,1TQC1@1239|Firmicutes,4H9S9@91061|Bacilli,1ZCVZ@1386|Bacillus 2|Bacteria E Methionine aminopeptidase map - 3.4.11.18 ko:K01265 - - - - ko00000,ko01000,ko01002 - - - Peptidase_M24,SEC-C +BSU_07700 224308.BSU07700 0.0 871.0 COG1263@1|root,COG1264@1|root,COG1263@2|Bacteria,COG1264@2|Bacteria,1TPJ8@1239|Firmicutes,4HA8X@91061|Bacilli,1ZAZ3@1386|Bacillus 2|Bacteria G COG1263 Phosphotransferase system IIC components, glucose maltose N-acetylglucosamine-specific nagE GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006950,GO:0006974,GO:0008150,GO:0008643,GO:0009401,GO:0009987,GO:0015144,GO:0015764,GO:0015766,GO:0015771,GO:0015772,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0033554,GO:0034219,GO:0044464,GO:0050896,GO:0051179,GO:0051234,GO:0051716,GO:0055085,GO:0071702,GO:0071944,GO:0090563,GO:0090586,GO:0090588,GO:0090589,GO:1901264 2.7.1.193,2.7.1.199,2.7.1.201,2.7.1.208,2.7.1.211 ko:K02749,ko:K02750,ko:K02755,ko:K02756,ko:K02757,ko:K02763,ko:K02764,ko:K02765,ko:K02802,ko:K02803,ko:K02804,ko:K02809,ko:K02810,ko:K02818,ko:K02819,ko:K20116,ko:K20117,ko:K20118 ko00010,ko00500,ko00520,ko02060,map00010,map00500,map00520,map02060 M00267,M00268,M00269,M00270,M00271,M00282,M00809 R00811,R02631,R02738,R02780,R04111,R05199 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.10,4.A.1.1.13,4.A.1.1.14,4.A.1.1.15,4.A.1.1.16,4.A.1.1.2,4.A.1.1.4,4.A.1.1.5,4.A.1.1.6,4.A.1.1.7,4.A.1.1.8,4.A.1.1.9,4.A.1.2.1,4.A.1.2.10,4.A.1.2.11,4.A.1.2.12,4.A.1.2.13,4.A.1.2.2,4.A.1.2.4,4.A.1.2.5,4.A.1.2.6,4.A.1.2.8,4.A.1.2.9 - iECP_1309.ECP_0691,iYO844.BSU07800,iYO844.BSU38050 PTS_EIIA_1,PTS_EIIB,PTS_EIIC +BSU_07710 224308.BSU07710 0.0 1275.0 COG1368@1|root,COG1368@2|Bacteria,1TRMA@1239|Firmicutes,4H9S0@91061|Bacilli,1ZBBV@1386|Bacillus 2|Bacteria M Belongs to the LTA synthase family ltaS GO:0005575,GO:0005576 2.7.8.20 ko:K19005 ko00561,ko01100,map00561,map01100 - R05081,R10849 RC00017 ko00000,ko00001,ko01000 - - - Sulfatase +BSU_07735 224308.BSU07735 1.89e-87 257.0 2D7FD@1|root,32TNY@2|Bacteria,1VADP@1239|Firmicutes,4HKCW@91061|Bacilli,1ZI9Y@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF1992) yhdN - - - - - - - - - - - DUF1992 +BSU_07750 224308.BSU07750 0.0 887.0 COG1115@1|root,COG1115@2|Bacteria,1TNZP@1239|Firmicutes,4H9SZ@91061|Bacilli,1ZAX7@1386|Bacillus 2|Bacteria E Sodium alanine symporter agcS_1 GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03310,ko:K11626 ko02020,map02020 - - - ko00000,ko00001 2.A.25 - - Na_Ala_symp +BSU_07760 224308.BSU07760 2.19e-249 685.0 COG0531@1|root,COG0531@2|Bacteria,1TSIB@1239|Firmicutes,4ISWV@91061|Bacilli,1ZEKN@1386|Bacillus 2|Bacteria E Spore germination protein yfkT GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015179,GO:0015291,GO:0015297,GO:0015318,GO:0015711,GO:0015807,GO:0015849,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1902475,GO:1903825,GO:1905039 - ko:K06296,ko:K06309,ko:K06311 - - - - ko00000,ko02000 2.A.3.9.3,2.A.3.9.4 - - Spore_permease +BSU_07780 224308.BSU07780 2.28e-271 743.0 2DBJR@1|root,2Z9N7@2|Bacteria,1TRSN@1239|Firmicutes,4HCDI@91061|Bacilli,1ZDF7@1386|Bacillus 2|Bacteria S spore germination yfkR - - ko:K06297,ko:K06308 - - - - ko00000 - - - Spore_GerAC +BSU_07790 224308.BSU07790 0.0 984.0 COG0697@1|root,COG0697@2|Bacteria,1TP7K@1239|Firmicutes,4HAH1@91061|Bacilli,1ZBEF@1386|Bacillus 2|Bacteria EG Spore germination protein yfkQ - - ko:K06295,ko:K06307 - - - - ko00000 - - - GerA +BSU_07800 224308.BSU07800 0.0 896.0 COG1263@1|root,COG1264@1|root,COG1263@2|Bacteria,COG1264@2|Bacteria,1TP5X@1239|Firmicutes,4HA0I@91061|Bacilli,1ZB5X@1386|Bacillus 2|Bacteria G phosphotransferase system treP GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0015766,GO:0015771,GO:0015772,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563,GO:0090588,GO:0090589 2.7.1.193,2.7.1.199,2.7.1.201,2.7.1.208,2.7.1.211 ko:K02749,ko:K02750,ko:K02755,ko:K02756,ko:K02757,ko:K02763,ko:K02764,ko:K02765,ko:K02803,ko:K02804,ko:K02809,ko:K02810,ko:K02818,ko:K02819,ko:K20116,ko:K20117,ko:K20118 ko00010,ko00500,ko00520,ko02060,map00010,map00500,map00520,map02060 M00267,M00268,M00269,M00270,M00271,M00282,M00809 R00811,R02631,R02738,R02780,R04111,R05199 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.10,4.A.1.1.13,4.A.1.1.14,4.A.1.1.15,4.A.1.1.16,4.A.1.1.2,4.A.1.1.4,4.A.1.1.5,4.A.1.1.6,4.A.1.1.7,4.A.1.1.8,4.A.1.1.9,4.A.1.2.1,4.A.1.2.10,4.A.1.2.11,4.A.1.2.12,4.A.1.2.13,4.A.1.2.2,4.A.1.2.4,4.A.1.2.5,4.A.1.2.6,4.A.1.2.8,4.A.1.2.9 - iYO844.BSU07800,iYO844.BSU38050 PTS_EIIA_1,PTS_EIIB,PTS_EIIC +BSU_07810 224308.BSU07810 0.0 1187.0 COG0366@1|root,COG0366@2|Bacteria,1TP53@1239|Firmicutes,4HA1G@91061|Bacilli,1ZASC@1386|Bacillus 2|Bacteria G COG0366 Glycosidases treC GO:0003674,GO:0003824,GO:0004553,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005984,GO:0005991,GO:0005993,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008788,GO:0009056,GO:0009311,GO:0009313,GO:0009987,GO:0015927,GO:0016052,GO:0016787,GO:0016798,GO:0033554,GO:0044237,GO:0044238,GO:0044248,GO:0044262,GO:0044275,GO:0044424,GO:0044444,GO:0044464,GO:0046352,GO:0050896,GO:0051716,GO:0071704,GO:1901575 3.2.1.1,3.2.1.10,3.2.1.20,3.2.1.93,5.4.99.16 ko:K01182,ko:K01187,ko:K01226,ko:K05343 ko00052,ko00500,ko01100,map00052,map00500,map01100 - R00028,R00801,R00802,R00837,R01557,R01718,R01791,R02108,R02112,R06087,R06088,R06113,R06199,R11262 RC00028,RC00049,RC00059,RC00077,RC00451,RC01816 ko00000,ko00001,ko01000 - GH13,GH31 iECW_1372.ECW_m4600,iEKO11_1354.EKO11_4072,iEcE24377_1341.EcE24377A_4811,iEcSMS35_1347.EcSMS35_4720,iWFL_1372.ECW_m4600 Alpha-amylase,DUF3459,Malt_amylase_C +BSU_07820 224308.BSU07820 1.24e-172 481.0 COG2188@1|root,COG2188@2|Bacteria,1TRF6@1239|Firmicutes,4HDCX@91061|Bacilli,1ZATF@1386|Bacillus 2|Bacteria K transcriptional treR - - ko:K03486,ko:K03489,ko:K03492,ko:K03710 - - - - ko00000,ko03000 - - - GntR,UTRA +BSU_07830 224308.BSU07830 5.27e-161 450.0 COG0778@1|root,COG0778@2|Bacteria,1V1PI@1239|Firmicutes,4HB7V@91061|Bacilli,1ZBI6@1386|Bacillus 2|Bacteria C nitroreductase frp - - - - - - - - - - iYO844.BSU07830 Nitroreductase +BSU_07840 224308.BSU07840 0.0 2835.0 COG0737@1|root,COG0737@2|Bacteria,1TPV2@1239|Firmicutes,4HB9S@91061|Bacilli,1ZAY0@1386|Bacillus 2|Bacteria F Belongs to the 5'-nucleotidase family cpdB GO:0003674,GO:0003824,GO:0004112,GO:0005575,GO:0005623,GO:0006139,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0006974,GO:0008081,GO:0008150,GO:0008152,GO:0008252,GO:0008254,GO:0008663,GO:0009056,GO:0009058,GO:0009117,GO:0009166,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0030288,GO:0030313,GO:0031975,GO:0033554,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042578,GO:0042597,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0044464,GO:0046434,GO:0046483,GO:0046700,GO:0050896,GO:0051716,GO:0055086,GO:0071704,GO:1901292,GO:1901360,GO:1901361,GO:1901362,GO:1901575,GO:1901576 3.1.3.5,3.1.3.6,3.1.4.16,3.6.1.45 ko:K01081,ko:K01119,ko:K06931,ko:K08693,ko:K11751 ko00230,ko00240,ko00760,ko01100,ko01110,map00230,map00240,map00760,map01100,map01110 - R00183,R00511,R00963,R01126,R01227,R01562,R01569,R01664,R01877,R01968,R02088,R02102,R02148,R02323,R02370,R02719,R03346,R03537,R03538,R03929,R05135 RC00017,RC00078,RC00296 ko00000,ko00001,ko01000 - - iEC55989_1330.EC55989_4773,iECH74115_1262.ECH74115_5730,iECNA114_1301.ECNA114_4436,iECSP_1301.ECSP_5315,iECW_1372.ECW_m4577,iECs_1301.ECs5191,iEKO11_1354.EKO11_4095,iEcE24377_1341.EcE24377A_4783,iG2583_1286.G2583_5043,iWFL_1372.ECW_m4577,iYO844.BSU07840,iZ_1308.Z5824 5_nucleotid_C,Metallophos +BSU_07850 224308.BSU07850 8.44e-118 337.0 COG0693@1|root,COG0693@2|Bacteria,1V3I7@1239|Firmicutes,4HFNG@91061|Bacilli,1ZFMH@1386|Bacillus 2|Bacteria S protease yfkM GO:0003674,GO:0003824,GO:0004096,GO:0004601,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006081,GO:0006082,GO:0006089,GO:0006139,GO:0006259,GO:0006281,GO:0006464,GO:0006517,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0006979,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009100,GO:0009266,GO:0009268,GO:0009314,GO:0009408,GO:0009411,GO:0009416,GO:0009438,GO:0009628,GO:0009636,GO:0009987,GO:0016053,GO:0016209,GO:0016491,GO:0016684,GO:0016829,GO:0016835,GO:0016836,GO:0016999,GO:0017001,GO:0017144,GO:0019172,GO:0019249,GO:0019538,GO:0019752,GO:0020037,GO:0030091,GO:0032787,GO:0033554,GO:0034641,GO:0036211,GO:0036524,GO:0036525,GO:0042180,GO:0042182,GO:0042221,GO:0042737,GO:0042743,GO:0042744,GO:0042802,GO:0043170,GO:0043412,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044260,GO:0044267,GO:0044281,GO:0044282,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046185,GO:0046394,GO:0046483,GO:0046906,GO:0048037,GO:0050896,GO:0051186,GO:0051187,GO:0051596,GO:0051716,GO:0055114,GO:0061727,GO:0070887,GO:0071704,GO:0072330,GO:0072593,GO:0090304,GO:0097159,GO:0097237,GO:0098754,GO:0098869,GO:0140096,GO:1901135,GO:1901360,GO:1901363,GO:1901564,GO:1901575,GO:1901576,GO:1901615,GO:1901617,GO:1990748 1.11.1.6,3.5.1.124 ko:K03781,ko:K05520 ko00380,ko00630,ko01110,ko01130,ko01200,ko04011,ko04016,ko04068,ko04146,ko04211,ko04212,ko04213,ko05014,map00380,map00630,map01110,map01130,map01200,map04011,map04016,map04068,map04146,map04211,map04212,map04213,map05014 M00532 R00009,R00602,R02670 RC00034,RC00767,RC02141,RC02755 ko00000,ko00001,ko00002,ko01000,ko01002 - - - DJ-1_PfpI +BSU_07860 224308.BSU07860 6.21e-266 730.0 COG0477@1|root,COG2814@2|Bacteria,1VNR0@1239|Firmicutes,4ISCF@91061|Bacilli,1ZCMD@1386|Bacillus 2|Bacteria EGP COG0477 Permeases of the major facilitator superfamily ydiN3 - - - - - - - - - - - MFS_1 +BSU_07870 224308.BSU07870 2.09e-41 136.0 COG4840@1|root,COG4840@2|Bacteria,1VEYR@1239|Firmicutes,4HNKK@91061|Bacilli,1ZJ0U@1386|Bacillus 2|Bacteria S Belongs to the UPF0435 family yfkK - - - - - - - - - - - DUF1128 +BSU_07880 224308.BSU07880 2.14e-110 317.0 COG0394@1|root,COG0394@2|Bacteria,1V6SG@1239|Firmicutes,4HIZN@91061|Bacilli,1ZG7W@1386|Bacillus 2|Bacteria T Belongs to the low molecular weight phosphotyrosine protein phosphatase family ptpA - 3.1.3.48 ko:K01104,ko:K20945 ko05111,map05111 - - - ko00000,ko00001,ko01000 - - - LMWPc +BSU_07890 224308.BSU07890 2.53e-67 204.0 COG4980@1|root,COG4980@2|Bacteria,1VGY5@1239|Firmicutes,4HPNI@91061|Bacilli,1ZIVN@1386|Bacillus 2|Bacteria S gas vesicle protein yfkI - - - - - - - - - - - - +BSU_07900 224308.BSU07900 9.64e-184 512.0 COG1295@1|root,COG1295@2|Bacteria,1U7HM@1239|Firmicutes,4H9MJ@91061|Bacilli,1ZCAD@1386|Bacillus 2|Bacteria S Belongs to the UPF0761 family yihY - - ko:K07058 - - - - ko00000 - - - Virul_fac_BrkB +BSU_07910 224308.BSU07910 1.9e-278 761.0 COG0477@1|root,COG0477@2|Bacteria,1UIJV@1239|Firmicutes,4ISKN@91061|Bacilli,1ZS6S@1386|Bacillus 2|Bacteria EGP COG0477 Permeases of the major facilitator superfamily ycaD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K08219 - - - - ko00000,ko02000 2.A.1.26 - - MFS_1,Sugar_tr +BSU_07920 224308.BSU07920 1.34e-235 650.0 COG0387@1|root,COG0387@2|Bacteria,1TQN2@1239|Firmicutes,4HB3X@91061|Bacilli,1ZC9V@1386|Bacillus 2|Bacteria P COG0387 Ca2 H antiporter cax GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006812,GO:0006816,GO:0008150,GO:0008324,GO:0015075,GO:0015077,GO:0015078,GO:0015085,GO:0015291,GO:0015297,GO:0015298,GO:0015299,GO:0015318,GO:0015368,GO:0015369,GO:0015491,GO:0015672,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0022890,GO:0030001,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0046873,GO:0051139,GO:0051179,GO:0051234,GO:0055085,GO:0070588,GO:0070838,GO:0071944,GO:0072511,GO:0098655,GO:0098660,GO:0098662,GO:0099516,GO:1902600 - ko:K07300 - - - - ko00000,ko02000 2.A.19 - iJN678.slr1336 Na_Ca_ex +BSU_07930 224308.BSU07930 9.44e-190 526.0 28IN6@1|root,2Z8NK@2|Bacteria,1TR7N@1239|Firmicutes,4HBDQ@91061|Bacilli,1ZBTH@1386|Bacillus 2|Bacteria S YfkD-like protein yfkD - - - - - - - - - - - YfkD +BSU_07940 224308.BSU07940 1.44e-192 535.0 COG0668@1|root,COG0668@2|Bacteria,1V16H@1239|Firmicutes,4HAP1@91061|Bacilli,1ZEMM@1386|Bacillus 2|Bacteria M Mechanosensitive ion channel yfkC GO:0003674,GO:0005215,GO:0006810,GO:0006950,GO:0006970,GO:0008150,GO:0008381,GO:0009628,GO:0009987,GO:0015267,GO:0022803,GO:0022836,GO:0022857,GO:0033554,GO:0050896,GO:0051179,GO:0051234,GO:0051716,GO:0055085,GO:0071214,GO:0071470,GO:0104004 - ko:K22044 - - - - ko00000,ko02000 1.A.23.3 - - MS_channel +BSU_07955 224308.BSU07955 1.76e-283 773.0 COG0535@1|root,COG0535@2|Bacteria,1TRC8@1239|Firmicutes,4HA9Q@91061|Bacilli,1ZAVK@1386|Bacillus 2|Bacteria S YfkB-like domain yfkA - - - - - - - - - - - Fer4_12,Fer4_14,Radical_SAM,YfkB +BSU_07970 224308.BSU07970 3.26e-36 122.0 2CEJ8@1|root,33H3W@2|Bacteria,1VMMF@1239|Firmicutes,4HRK8@91061|Bacilli,1ZIWC@1386|Bacillus 2|Bacteria - - yfjT - - - - - - - - - - - - +BSU_07980 224308.BSU07980 7.24e-198 547.0 COG0726@1|root,COG0726@2|Bacteria,1TT1X@1239|Firmicutes,4HAQI@91061|Bacilli,1ZBYP@1386|Bacillus 2|Bacteria G deacetylase pdaA GO:0005575,GO:0016020 - ko:K01567 - - - - ko00000,ko01000 - - - Polysacc_deac_1 +BSU_07990 224308.BSU07990 9.73e-194 538.0 COG2084@1|root,COG2084@2|Bacteria,1VS8P@1239|Firmicutes,4HTTT@91061|Bacilli,1ZFJJ@1386|Bacillus 2|Bacteria I NAD-binding of NADP-dependent 3-hydroxyisobutyrate dehydrogenase yfjR - 1.1.1.31 ko:K00020 ko00280,ko01100,map00280,map01100 - R05066 RC00099 ko00000,ko00001,ko01000 - - - NAD_binding_11,NAD_binding_2 +BSU_08000 224308.BSU08000 7.8e-237 650.0 COG0598@1|root,COG0598@2|Bacteria,1TPSV@1239|Firmicutes,4HAPC@91061|Bacilli,1ZBVW@1386|Bacillus 2|Bacteria P Mediates influx of magnesium ions corA GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 - ko:K03284 - - - - ko00000,ko02000 1.A.35.1,1.A.35.3 - iYO844.BSU08000 CorA +BSU_08010 224308.BSU08010 1.94e-214 591.0 COG0122@1|root,COG0122@2|Bacteria,1TQAF@1239|Firmicutes,4HBYM@91061|Bacilli,1ZCV5@1386|Bacillus 2|Bacteria L COG0122 3-methyladenine DNA glycosylase 8-oxoguanine DNA glycosylase yfjP GO:0003674,GO:0003676,GO:0003677,GO:0003684,GO:0003824,GO:0003905,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006259,GO:0006281,GO:0006284,GO:0006285,GO:0006304,GO:0006307,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008725,GO:0009987,GO:0016787,GO:0016798,GO:0016799,GO:0019104,GO:0032131,GO:0032991,GO:0032993,GO:0033554,GO:0034641,GO:0035510,GO:0043170,GO:0043412,GO:0043733,GO:0043916,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0097159,GO:0140097,GO:1901360,GO:1901363 3.2.2.21 ko:K01247 ko03410,map03410 - - - ko00000,ko00001,ko01000,ko03400 - - - HhH-GPD +BSU_08020 224308.BSU08020 0.0 926.0 COG2265@1|root,COG2265@2|Bacteria,1TP4H@1239|Firmicutes,4HA6M@91061|Bacilli,1ZD4Q@1386|Bacillus 2|Bacteria J Belongs to the class I-like SAM-binding methyltransferase superfamily. RNA M5U methyltransferase family rumA GO:0000154,GO:0001510,GO:0003674,GO:0003824,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008169,GO:0008173,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016436,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0070041,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.190,2.1.1.35 ko:K00557,ko:K03215 - - - - ko00000,ko01000,ko03009,ko03016 - - - TRAM,tRNA_U5-meth_tr +BSU_08029 326423.RBAM_008270 3e-53 167.0 2CV5Q@1|root,32SWW@2|Bacteria,1VCMQ@1239|Firmicutes,4HNDT@91061|Bacilli,1ZK4J@1386|Bacillus 2|Bacteria S YfzA-like protein - - - - - - - - - - - - YfzA +BSU_08030 224308.BSU08030 1.21e-243 668.0 COG0042@1|root,COG0042@2|Bacteria,1TQ2R@1239|Firmicutes,4HA9K@91061|Bacilli,1ZBSF@1386|Bacillus 2|Bacteria J Catalyzes the synthesis of 5,6-dihydrouridine (D), a modified base found in the D-loop of most tRNAs, via the reduction of the C5-C6 double bond in target uridines dus - - ko:K05541 - - - - ko00000,ko01000,ko03016 - - - Dus +BSU_08040 224308.BSU08040 9.55e-111 317.0 COG4637@1|root,COG4637@2|Bacteria,1VB13@1239|Firmicutes,4HMQY@91061|Bacilli,1ZHPM@1386|Bacillus 2|Bacteria S Psort location Cytoplasmic, score yfjM - - - - - - - - - - - AAA_21 +BSU_08060 224308.BSU08060 1.36e-244 671.0 COG1071@1|root,COG1071@2|Bacteria,1TQDG@1239|Firmicutes,4HBEA@91061|Bacilli,1ZAY4@1386|Bacillus 2|Bacteria C COG1071 Pyruvate 2-oxoglutarate dehydrogenase complex, dehydrogenase (E1) component, eukaryotic type, alpha subunit acoA - - ko:K21416 - - - - ko00000,ko01000 - - - E1_dh +BSU_08070 224308.BSU08070 2.75e-244 671.0 COG0022@1|root,COG0022@2|Bacteria,1TP3J@1239|Firmicutes,4HAP6@91061|Bacilli,1ZE4V@1386|Bacillus 2|Bacteria C COG0022 Pyruvate 2-oxoglutarate dehydrogenase complex, dehydrogenase (E1) component, eukaryotic type, beta subunit acoB - - ko:K21417 - - - - ko00000,ko01000 - - - Transket_pyr,Transketolase_C +BSU_08080 224308.BSU08080 4.19e-265 728.0 COG0508@1|root,COG0508@2|Bacteria,1TR5N@1239|Firmicutes,4HDFT@91061|Bacilli,1ZB6D@1386|Bacillus 2|Bacteria C Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex acoC - 2.3.1.12,2.3.1.61 ko:K00627,ko:K00658 ko00010,ko00020,ko00310,ko00620,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00020,map00310,map00620,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00032,M00307 R00209,R02569,R02570,R02571,R08549 RC00004,RC02727,RC02742,RC02833,RC02857 br01601,ko00000,ko00001,ko00002,ko01000 - - - 2-oxoacid_dh,Biotin_lipoyl,E3_binding +BSU_08090 224308.BSU08090 0.0 887.0 COG1249@1|root,COG1249@2|Bacteria,1TP1W@1239|Firmicutes,4H9Z5@91061|Bacilli,1ZCM1@1386|Bacillus 2|Bacteria C COG1249 Pyruvate 2-oxoglutarate dehydrogenase complex, dihydrolipoamide dehydrogenase (E3) component, and related enzymes acoL - 1.8.1.4 ko:K00382 ko00010,ko00020,ko00260,ko00280,ko00620,ko00630,ko00640,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00020,map00260,map00280,map00620,map00630,map00640,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00036,M00307,M00532 R00209,R01221,R01698,R03815,R07618,R08549 RC00004,RC00022,RC00583,RC02742,RC02833,RC02834 br01601,ko00000,ko00001,ko00002,ko01000,ko04147 - - - Pyr_redox_2,Pyr_redox_dim +BSU_08100 224308.BSU08100 0.0 1205.0 COG3284@1|root,COG3284@2|Bacteria,1VHQN@1239|Firmicutes,4HUF7@91061|Bacilli,1ZS1R@1386|Bacillus 2|Bacteria KQ COG3284 Transcriptional activator of acetoin glycerol metabolism acoR - - ko:K21405 - - - - ko00000,ko03000 - - - GAF,HTH_8,Sigma54_activat +BSU_08110 224308.BSU08110 8.16e-36 121.0 2EH2H@1|root,33AUF@2|Bacteria,1VKXK@1239|Firmicutes,4HRIP@91061|Bacilli,1ZKGU@1386|Bacillus 2|Bacteria S Belongs to the SspH family sspH - - ko:K06425 - - - - ko00000 - - - SspH +BSU_08120 224308.BSU08120 7.42e-75 223.0 COG1742@1|root,COG1742@2|Bacteria,1V6YJ@1239|Firmicutes,4HIIY@91061|Bacilli,1ZHH6@1386|Bacillus 2|Bacteria S UPF0060 membrane protein yfjF GO:0005575,GO:0005576 - ko:K09771 - - - - ko00000,ko02000 2.A.7.26 - - UPF0060 +BSU_08130 224308.BSU08130 4.89e-105 303.0 2BHJ4@1|root,32BMJ@2|Bacteria,1TXVF@1239|Firmicutes,4I6XX@91061|Bacilli,1ZF7I@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5381) - - - - - - - - - - - - DUF5381 +BSU_08140 224308.BSU08140 3.01e-131 372.0 2BHJ4@1|root,31I9E@2|Bacteria,1UAQF@1239|Firmicutes,4IM33@91061|Bacilli,1ZIZ0@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5381) yfjD - - - - - - - - - - - DUF5381 +BSU_08150 224308.BSU08150 2.5e-185 514.0 295F9@1|root,2ZST0@2|Bacteria,1W1TU@1239|Firmicutes,4I211@91061|Bacilli,1ZEWR@1386|Bacillus 2|Bacteria - - yfjC - - - - - - - - - - - - +BSU_08160 224308.BSU08160 7.89e-270 741.0 2B6C6@1|root,31Z9T@2|Bacteria,1U9MI@1239|Firmicutes,4IJSZ@91061|Bacilli,1ZE74@1386|Bacillus 2|Bacteria - - yfjB - - - - - - - - - - - - +BSU_08170 224308.BSU08170 1.6e-60 187.0 COG4842@1|root,COG4842@2|Bacteria,1UAGF@1239|Firmicutes,4IKUW@91061|Bacilli,1ZHQG@1386|Bacillus 2|Bacteria S Belongs to the WXG100 family yfjA - - - - - - - - - - - WXG100 +BSU_08180 224308.BSU08180 0.0 905.0 COG1486@1|root,COG1486@2|Bacteria,1TQ9I@1239|Firmicutes,4H9TM@91061|Bacilli,1ZQT2@1386|Bacillus 2|Bacteria G COG1486 Alpha-galactosidases 6-phospho-beta-glucosidases, family 4 of glycosyl hydrolases aglB - 3.2.1.122,3.2.1.22,3.2.1.86 ko:K01222,ko:K01232,ko:K07406 ko00010,ko00052,ko00500,ko00561,ko00600,ko00603,map00010,map00052,map00500,map00561,map00600,map00603 - R00837,R00838,R00839,R01101,R01103,R01104,R01194,R01329,R02926,R03634,R04019,R04470,R05133,R05134,R05549,R05961,R06091,R06113 RC00049,RC00059,RC00171,RC00451,RC00714 ko00000,ko00001,ko01000 - GH4,GT4 - Glyco_hydro_4,Glyco_hydro_4C +BSU_08190 224308.BSU08190 7.45e-182 506.0 COG1737@1|root,COG1737@2|Bacteria,1V1PK@1239|Firmicutes,4HNF6@91061|Bacilli,1ZHAE@1386|Bacillus 2|Bacteria K Helix-turn-helix domain, rpiR family glvR GO:0003674,GO:0003700,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 - ko:K03481 - - - - ko00000,ko03000 - - - HTH_6,SIS +BSU_08200 224308.BSU08200 0.0 1021.0 COG1263@1|root,COG1264@1|root,COG1263@2|Bacteria,COG1264@2|Bacteria,1TPJ8@1239|Firmicutes,4HA8X@91061|Bacilli,1ZC48@1386|Bacillus 2|Bacteria G phosphotransferase system glvC GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0015766,GO:0015771,GO:0015772,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563,GO:0090588,GO:0090589 2.7.1.193,2.7.1.199,2.7.1.201,2.7.1.208,2.7.1.211 ko:K02749,ko:K02750,ko:K02755,ko:K02756,ko:K02757,ko:K02763,ko:K02764,ko:K02765,ko:K02790,ko:K02791,ko:K02803,ko:K02804,ko:K02809,ko:K02810,ko:K02818,ko:K02819,ko:K20116,ko:K20117,ko:K20118 ko00010,ko00500,ko00520,ko02060,map00010,map00500,map00520,map02060 M00266,M00267,M00268,M00269,M00270,M00271,M00282,M00809 R00811,R02631,R02738,R02780,R04111,R05199 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.10,4.A.1.1.13,4.A.1.1.14,4.A.1.1.15,4.A.1.1.16,4.A.1.1.2,4.A.1.1.3,4.A.1.1.4,4.A.1.1.5,4.A.1.1.6,4.A.1.1.7,4.A.1.1.8,4.A.1.1.9,4.A.1.2.1,4.A.1.2.10,4.A.1.2.11,4.A.1.2.12,4.A.1.2.13,4.A.1.2.2,4.A.1.2.4,4.A.1.2.5,4.A.1.2.6,4.A.1.2.8,4.A.1.2.9 - iYO844.BSU07800,iYO844.BSU38050 PTS_EIIA_1,PTS_EIIB,PTS_EIIC +BSU_08210 224308.BSU08210 0.0 1068.0 COG1132@1|root,COG1132@2|Bacteria,1TP0B@1239|Firmicutes,4H9SC@91061|Bacilli,1ZBEE@1386|Bacillus 2|Bacteria V ABC transporter yfiB3 - - ko:K06147 - - - - ko00000,ko02000 3.A.1.106,3.A.1.109,3.A.1.21 - - ABC_membrane,ABC_tran +BSU_08220 224308.BSU08220 0.0 1139.0 COG1132@1|root,COG1132@2|Bacteria,1TP0B@1239|Firmicutes,4HA3S@91061|Bacilli,1ZBIW@1386|Bacillus 2|Bacteria V COG1132 ABC-type multidrug transport system, ATPase and permease components yfiC3 - - ko:K06147 - - - - ko00000,ko02000 3.A.1.106,3.A.1.109,3.A.1.21 - - ABC_membrane,ABC_tran +BSU_08230 224308.BSU08230 2.01e-84 249.0 COG2259@1|root,COG2259@2|Bacteria,1VCS2@1239|Firmicutes,4HKRK@91061|Bacilli,1ZHVA@1386|Bacillus 2|Bacteria S DoxX mhqP - - ko:K15977 - - - - ko00000 - - - DoxX +BSU_08240 224308.BSU08240 7.28e-209 577.0 COG2514@1|root,COG2514@2|Bacteria,1TPRF@1239|Firmicutes,4HAE7@91061|Bacilli,1ZAQI@1386|Bacillus 2|Bacteria S glyoxalase yfiE - 1.13.11.2 ko:K07104 ko00361,ko00362,ko00622,ko00643,ko01100,ko01120,ko01220,map00361,map00362,map00622,map00643,map01100,map01120,map01220 M00569 R00816,R04089,R05295,R05404,R05406,R07795 RC00387,RC00643,RC01075,RC01364,RC01914 ko00000,ko00001,ko00002,ko01000 - - - Glyoxalase +BSU_08250 224308.BSU08250 1.28e-228 629.0 COG1917@1|root,COG4977@1|root,COG1917@2|Bacteria,COG4977@2|Bacteria,1VA2A@1239|Firmicutes,4HMD0@91061|Bacilli,1ZERX@1386|Bacillus 2|Bacteria K AraC-like ligand binding domain - GO:0003674,GO:0003700,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 - ko:K02099 - - - - ko00000,ko03000 - - - AraC_binding,Arabinose_bd,Cupin_2,HTH_18 +BSU_08260 224308.BSU08260 0.0 910.0 COG0477@1|root,COG2814@2|Bacteria,1TREV@1239|Firmicutes,4HAN1@91061|Bacilli,1ZAUM@1386|Bacillus 2|Bacteria U Belongs to the major facilitator superfamily. Sugar transporter (TC 2.A.1.1) family iolT GO:0003674,GO:0005215,GO:0005351,GO:0005402,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0008643,GO:0015075,GO:0015077,GO:0015078,GO:0015144,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015672,GO:0016020,GO:0022804,GO:0022857,GO:0022890,GO:0034219,GO:0034220,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098655,GO:0098660,GO:0098662,GO:1902600 - ko:K02100,ko:K06609,ko:K08139 ko04113,map04113 - - - ko00000,ko00001,ko02000 2.A.1.1,2.A.1.1.2,2.A.1.1.26 - - Sugar_tr +BSU_08270 224308.BSU08270 5.47e-234 642.0 COG1082@1|root,COG1082@2|Bacteria,1TPJT@1239|Firmicutes,4H9KJ@91061|Bacilli,1ZCIZ@1386|Bacillus 2|Bacteria G Xylose isomerase - - - - - - - - - - - - AP_endonuc_2,AP_endonuc_2_N +BSU_08280 224308.BSU08280 9.32e-296 805.0 COG0673@1|root,COG0673@2|Bacteria,1UZEK@1239|Firmicutes,4HUSS@91061|Bacilli,1ZBDD@1386|Bacillus 2|Bacteria S Oxidoreductase - - - - - - - - - - - - GFO_IDH_MocA,GFO_IDH_MocA_C +BSU_08290 224308.BSU08290 1.59e-286 783.0 COG4585@1|root,COG4585@2|Bacteria,1TQI3@1239|Firmicutes,4HHFU@91061|Bacilli,1ZPX5@1386|Bacillus 2|Bacteria T Histidine kinase baeS - 2.7.13.3 ko:K11623 ko02020,map02020 M00484 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - HATPase_c,HisKA_3 +BSU_08300 224308.BSU08300 1.05e-146 414.0 COG2197@1|root,COG2197@2|Bacteria,1TRXG@1239|Firmicutes,4HHIC@91061|Bacilli,1ZC3A@1386|Bacillus 2|Bacteria KT LuxR family transcriptional regulator yfiK - - ko:K02479 - - - - ko00000,ko02022 - - - GerE,Response_reg +BSU_08310 224308.BSU08310 1.36e-217 601.0 COG1131@1|root,COG1131@2|Bacteria,1TPMQ@1239|Firmicutes,4HDH1@91061|Bacilli,1ZPYP@1386|Bacillus 2|Bacteria V ABC transporter, ATP-binding protein drrA - - ko:K01990,ko:K09695 ko02010,map02010 M00252,M00254 - - ko00000,ko00001,ko00002,ko02000 3.A.1,3.A.1.102 - - ABC_tran +BSU_08320 224308.BSU08320 3.66e-274 751.0 COG0842@1|root,COG1511@1|root,COG0842@2|Bacteria,COG1511@2|Bacteria,1V8HM@1239|Firmicutes,4IPM5@91061|Bacilli,1ZRCG@1386|Bacillus 2|Bacteria V ABC-2 family transporter protein - - - ko:K01992 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC2_membrane,ABC2_membrane_3 +BSU_08330 224308.BSU08330 1.31e-266 731.0 COG0842@1|root,COG0842@2|Bacteria,1V7HN@1239|Firmicutes,4HGE5@91061|Bacilli,1ZCVY@1386|Bacillus 2|Bacteria V COG0842 ABC-type multidrug transport system, permease component - - - ko:K01992 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC2_membrane,ABC2_membrane_3 +BSU_08340 224308.BSU08340 1.89e-128 365.0 COG1695@1|root,COG1695@2|Bacteria,1V6TJ@1239|Firmicutes,4HKXY@91061|Bacilli,1ZGRY@1386|Bacillus 2|Bacteria K transcriptional padR - - - - - - - - - - - PadR,Vir_act_alpha_C +BSU_08350 224308.BSU08350 3.2e-127 364.0 COG1075@1|root,COG1075@2|Bacteria,1VVU8@1239|Firmicutes,4HWN0@91061|Bacilli,1ZB57@1386|Bacillus 2|Bacteria S acetyltransferases and hydrolases with the alpha beta hydrolase fold lip GO:0003674,GO:0003824,GO:0004806,GO:0005575,GO:0005576,GO:0016298,GO:0016787,GO:0016788,GO:0052689 3.1.1.3 ko:K01046 ko00561,ko01100,map00561,map01100 M00098 R02250,R02687 RC00020,RC00037,RC00041,RC00094 ko00000,ko00001,ko00002,ko01000 - - - Lipase_2 +BSU_08360 224308.BSU08360 2.29e-253 696.0 COG3936@1|root,COG3936@2|Bacteria,1V5V5@1239|Firmicutes,4HGCW@91061|Bacilli,1ZFFK@1386|Bacillus 2|Bacteria G COG3936 Protein involved in polysaccharide intercellular adhesin (PIA) synthesis biofilm formation yfiQ - - ko:K21462 - - - - ko00000 - - - Acyl_transf_3 +BSU_08370 224308.BSU08370 1.2e-140 397.0 COG1309@1|root,COG1309@2|Bacteria,1V9AU@1239|Firmicutes,4IPY6@91061|Bacilli,1ZREP@1386|Bacillus 2|Bacteria K Transcriptional regulator yfiR GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - - - - - - - - - - TetR_C_5,TetR_N +BSU_08380 224308.BSU08380 4.51e-281 770.0 COG0477@1|root,COG2814@2|Bacteria,1VYQ7@1239|Firmicutes,4HYZJ@91061|Bacilli,1ZFVK@1386|Bacillus 2|Bacteria EGP Major facilitator superfamily yfiS - - - - - - - - - - - MFS_1 +BSU_08390 224308.BSU08390 2.41e-129 367.0 COG2318@1|root,COG2318@2|Bacteria,1V2BI@1239|Firmicutes,4HF8B@91061|Bacilli,1ZG53@1386|Bacillus 2|Bacteria S Belongs to the metal hydrolase YfiT family yfiT - - - - - - - - - - - DinB_2 +BSU_08400 224308.BSU08400 0.0 996.0 COG0477@1|root,COG2814@2|Bacteria,1VSW8@1239|Firmicutes,4HUQC@91061|Bacilli,1ZAS8@1386|Bacillus 2|Bacteria EGP the major facilitator superfamily yfiU GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - - - - - - - - - - MFS_1,Sugar_tr +BSU_08410 224308.BSU08410 5.39e-106 306.0 COG1846@1|root,COG1846@2|Bacteria,1V3P7@1239|Firmicutes,4HYD5@91061|Bacilli,1ZD03@1386|Bacillus 2|Bacteria K transcriptional yfiV GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - MarR,MarR_2 +BSU_08425 224308.BSU08425 0.0 1627.0 COG0392@1|root,COG2898@1|root,COG0392@2|Bacteria,COG2898@2|Bacteria,1TQI2@1239|Firmicutes,4HBHU@91061|Bacilli,1ZCB5@1386|Bacillus 2|Bacteria S Catalyzes the transfer of a lysyl group from L-lysyl- tRNA(Lys) to membrane-bound phosphatidylglycerol (PG), which produces lysylphosphatidylglycerol (LPG), a major component of the bacterial membrane with a positive net charge. LPG synthesis contributes to bacterial virulence as it is involved in the resistance mechanism against cationic antimicrobial peptides (CAMP) produces by the host's immune system (defensins, cathelicidins) and by the competing microorganisms mprF GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 2.3.2.3 ko:K07027,ko:K14205 ko01503,ko02020,ko05150,map01503,map02020,map05150 M00726 - - ko00000,ko00001,ko00002,ko01000,ko01504,ko02000 2.A.1.3.37,4.D.2 - iYO844.BG12900 DUF2156,LPG_synthase_TM +BSU_08440 224308.BSU08440 2.81e-233 642.0 COG0614@1|root,COG0614@2|Bacteria,1TR63@1239|Firmicutes,4HB8N@91061|Bacilli,1ZCYN@1386|Bacillus 2|Bacteria P ABC transporter substrate-binding protein yfiY GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044424,GO:0044464 - ko:K02016 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - - Peripla_BP_2 +BSU_08450 224308.BSU08450 1.54e-225 623.0 COG0609@1|root,COG0609@2|Bacteria,1TP13@1239|Firmicutes,4HAW8@91061|Bacilli,1ZQ8X@1386|Bacillus 2|Bacteria P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily yfiZ GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0008150,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071944 - ko:K02015 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - iYO844.BSU07500,iYO844.BSU08450,iYO844.BSU33170,iYO844.BSU33300 FecCD +BSU_08460 224308.BSU08460 5.18e-229 632.0 COG0609@1|root,COG0609@2|Bacteria,1TPX6@1239|Firmicutes,4HAM8@91061|Bacilli,1ZAU0@1386|Bacillus 2|Bacteria P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily yfhA GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0008150,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071944 - ko:K02015 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - iYO844.BSU07500,iYO844.BSU08450,iYO844.BSU33170,iYO844.BSU33300 FecCD +BSU_08470 224308.BSU08470 7.61e-215 592.0 COG0384@1|root,COG0384@2|Bacteria,1TRAF@1239|Firmicutes,4HAC5@91061|Bacilli,1ZD49@1386|Bacillus 2|Bacteria S PhzF family yfhB - 5.3.3.17 ko:K06998 ko00405,ko01130,ko02024,map00405,map01130,map02024 M00835 - - ko00000,ko00001,ko00002,ko01000 - - - PhzC-PhzF +BSU_08480 224308.BSU08480 2.87e-138 390.0 COG0778@1|root,COG0778@2|Bacteria,1UYXM@1239|Firmicutes,4HD96@91061|Bacilli,1ZGXE@1386|Bacillus 2|Bacteria C nitroreductase yfhC - - - - - - - - - - - Nitroreductase +BSU_08490 224308.BSU08490 8.86e-35 119.0 2DJQF@1|root,306WX@2|Bacteria,1U0IF@1239|Firmicutes,4I9X1@91061|Bacilli,1ZJCB@1386|Bacillus 2|Bacteria S YfhD-like protein yfhD - - - - - - - - - - - YfhD +BSU_08510 224308.BSU08510 1.13e-221 610.0 COG1090@1|root,COG1090@2|Bacteria,1TRCE@1239|Firmicutes,4HBRT@91061|Bacilli,1ZBKW@1386|Bacillus 2|Bacteria S nucleoside-diphosphate sugar epimerase yfhF - - ko:K07071 - - - - ko00000 - - - DUF1731,Epimerase +BSU_08520 224308.BSU08520 3.25e-181 505.0 COG2137@1|root,COG2137@2|Bacteria,1V72V@1239|Firmicutes,4HJ7R@91061|Bacilli,1ZC8N@1386|Bacillus 2|Bacteria S Modulates RecA activity recX GO:0003674,GO:0005488,GO:0005515,GO:0006950,GO:0006974,GO:0007154,GO:0008150,GO:0009432,GO:0009605,GO:0009987,GO:0009991,GO:0019899,GO:0031668,GO:0033554,GO:0043086,GO:0044092,GO:0050790,GO:0050896,GO:0051716,GO:0065007,GO:0065009,GO:0071496 2.4.1.337 ko:K03565,ko:K19002 ko00561,ko01100,map00561,map01100 - R10850 RC00005,RC00059 ko00000,ko00001,ko01000,ko01003,ko03400 - GT4 - RecX +BSU_08530 224308.BSU08530 4.58e-69 208.0 2C8IW@1|root,32PGC@2|Bacteria,1VADG@1239|Firmicutes,4HNM3@91061|Bacilli,1ZH1I@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF1811) yfhH - - - - - - - - - - - DUF1811 +BSU_08540 224308.BSU08540 4.94e-268 736.0 COG0477@1|root,COG2814@2|Bacteria,1TQXU@1239|Firmicutes,4HAYB@91061|Bacilli,1ZQ77@1386|Bacillus 2|Bacteria EGP -transporter araJ GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K19577 - - - - ko00000,ko02000 2.A.1.2.65 - - MFS_1 +BSU_08550 224308.BSU08550 2.25e-27 99.4 2ERTV@1|root,33JD2@2|Bacteria,1VG3A@1239|Firmicutes,4HPKX@91061|Bacilli,1ZIVJ@1386|Bacillus 2|Bacteria S reproduction sspK - - ko:K06428 - - - - ko00000 - - - SspK +BSU_08560 224308.BSU08560 8.95e-60 184.0 2CEK7@1|root,330II@2|Bacteria,1VFTN@1239|Firmicutes,4HNJY@91061|Bacilli,1ZI0N@1386|Bacillus 2|Bacteria S WVELL protein yfhJ - - - - - - - - - - - WVELL +BSU_08570 224308.BSU08570 3.58e-119 340.0 COG3103@1|root,COG3103@2|Bacteria,1UBB8@1239|Firmicutes,4IMQ5@91061|Bacilli,1ZKKP@1386|Bacillus 2|Bacteria T Bacterial SH3 domain homologues batE - - - - - - - - - - - BatD,Phenol_MetA_deg,SH3_3,SH3_4,TPR_16,TPR_2 +BSU_08580 224308.BSU08580 1.38e-66 202.0 COG5658@1|root,COG5658@2|Bacteria,1UHRY@1239|Firmicutes,4HSIY@91061|Bacilli,1ZK3C@1386|Bacillus 2|Bacteria S SdpI/YhfL protein family yfhL GO:0008150,GO:0009636,GO:0042221,GO:0050896 - - - - - - - - - - DUF1648,SdpI +BSU_08590 224308.BSU08590 6.8e-219 602.0 COG0596@1|root,COG0596@2|Bacteria,1UZ7K@1239|Firmicutes,4HCZB@91061|Bacilli,1ZATX@1386|Bacillus 2|Bacteria S Alpha beta hydrolase yfhM - 3.8.1.5 ko:K01563,ko:K22369 ko00361,ko00625,ko01100,ko01120,map00361,map00625,map01100,map01120 - R05284,R05367,R05368,R05369,R05370,R07669,R07670 RC01317,RC01340,RC01341,RC02013 ko00000,ko00001,ko01000,ko01002 - - - Abhydrolase_1 +BSU_08600 224308.BSU08600 3.43e-236 649.0 COG0463@1|root,COG0463@2|Bacteria,1TPR3@1239|Firmicutes,4HC2Z@91061|Bacilli,1ZD2D@1386|Bacillus 2|Bacteria M COG0463 Glycosyltransferases involved in cell wall biogenesis csbB - - ko:K20534 - - - - ko00000,ko01000,ko01005,ko02000 4.D.2.1.9 GT2 - Glycos_transf_2 +BSU_08610 224308.BSU08610 0.0 1670.0 COG4485@1|root,COG4485@2|Bacteria,1TPVY@1239|Firmicutes,4HD9X@91061|Bacilli,1ZCSF@1386|Bacillus 2|Bacteria S Bacterial membrane protein YfhO yfhO - - - - - - - - - - - YfhO +BSU_08620 224308.BSU08620 7.22e-237 651.0 COG1988@1|root,COG1988@2|Bacteria,1TQFC@1239|Firmicutes,4H9PU@91061|Bacilli,1ZBEI@1386|Bacillus 2|Bacteria S membrane-bound metal-dependent yfhP - - ko:K07038 - - - - ko00000 - - - YdjM +BSU_08630 224308.BSU08630 7.9e-269 735.0 COG1194@1|root,COG1194@2|Bacteria,1TPUT@1239|Firmicutes,4H9UM@91061|Bacilli,1ZD5Y@1386|Bacillus 2|Bacteria L A G-specific mutY - - ko:K03575 ko03410,map03410 - - - ko00000,ko00001,ko01000,ko03400 - - - EndIII_4Fe-2S,HhH-GPD,NUDIX_4 +BSU_08640 224308.BSU08640 1.73e-48 154.0 2BX0I@1|root,335P2@2|Bacteria,1VGI6@1239|Firmicutes,4HQNB@91061|Bacilli,1ZHXH@1386|Bacillus 2|Bacteria - - yfhS - - - - - - - - - - - - +BSU_08650 224308.BSU08650 3.13e-172 481.0 COG1028@1|root,COG1028@2|Bacteria,1TRVE@1239|Firmicutes,4HCFY@91061|Bacilli,1ZAXT@1386|Bacillus 2|Bacteria IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) fabL GO:0000166,GO:0003674,GO:0003824,GO:0004312,GO:0004318,GO:0005488,GO:0006082,GO:0006629,GO:0006631,GO:0006633,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009987,GO:0016043,GO:0016053,GO:0016491,GO:0016627,GO:0016628,GO:0016740,GO:0016746,GO:0016747,GO:0019752,GO:0022607,GO:0030497,GO:0032787,GO:0036094,GO:0043436,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0046394,GO:0048037,GO:0050661,GO:0050662,GO:0051259,GO:0051260,GO:0051262,GO:0051289,GO:0055114,GO:0065003,GO:0071704,GO:0071840,GO:0072330,GO:0097159,GO:1901265,GO:1901363,GO:1901576 1.3.1.104 ko:K10780 ko00061,ko01100,ko01212,map00061,map01100,map01212 M00083 R01404,R04430,R04725,R04956,R04959,R04962,R04967,R04970 RC00052,RC00076,RC00120 ko00000,ko00001,ko00002,ko01000,ko01004 - - - adh_short_C2 +BSU_08660 224308.BSU08660 2.35e-14 68.9 2DRQR@1|root,33CNQ@2|Bacteria,1VGGC@1239|Firmicutes,4HR2A@91061|Bacilli,1ZJ1V@1386|Bacillus 2|Bacteria S Small, acid-soluble spore protein, gamma-type sspE - - ko:K06422 - - - - ko00000 - - - SASP_gamma +BSU_08670 224308.BSU08670 4.21e-72 217.0 29NRW@1|root,309PW@2|Bacteria,1U5GK@1239|Firmicutes,4IF7D@91061|Bacilli,1ZIZN@1386|Bacillus 2|Bacteria S YgaB-like protein ygaB - - - - - - - - - - - YgaB +BSU_08680 1051501.AYTL01000029_gene1545 8.1e-136 383.0 COG3557@1|root,COG3557@2|Bacteria,1TRX8@1239|Firmicutes,4H9NM@91061|Bacilli,1ZB2J@1386|Bacillus 2|Bacteria J Belongs to the UPF0374 family ygaC - - ko:K07586 - - - - ko00000 - - - DUF402 +BSU_08690 224308.BSU08690 0.0 1097.0 COG1132@1|root,COG1132@2|Bacteria,1TP0B@1239|Firmicutes,4HA3S@91061|Bacilli,1ZAY7@1386|Bacillus 2|Bacteria V ABC transporter ygaD GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 - ko:K06147,ko:K11085 ko02010,map02010 - - - ko00000,ko00001,ko01000,ko02000 3.A.1.106,3.A.1.109,3.A.1.21 - - ABC_membrane,ABC_tran +BSU_08700 224308.BSU08700 1.4e-238 657.0 COG4129@1|root,COG4129@2|Bacteria,1TPVH@1239|Firmicutes,4HAEG@91061|Bacilli,1ZCJA@1386|Bacillus 2|Bacteria S Membrane ygaE - - - - - - - - - - - ArAE_1 +BSU_08710 224308.BSU08710 4.83e-314 855.0 COG0001@1|root,COG0001@2|Bacteria,1TPNH@1239|Firmicutes,4HBDZ@91061|Bacilli,1ZB74@1386|Bacillus 2|Bacteria H Glutamate-1-semialdehyde aminotransferase gsaB - 5.4.3.8 ko:K01845 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R02272 RC00677 ko00000,ko00001,ko00002,ko01000,ko01007 - - iYO844.BSU08710 Aminotran_3 +BSU_08720 224308.BSU08720 2.92e-113 324.0 COG1225@1|root,COG1225@2|Bacteria,1V3N5@1239|Firmicutes,4HH7Z@91061|Bacilli,1ZFKU@1386|Bacillus 2|Bacteria O Peroxiredoxin bcp GO:0003674,GO:0003824,GO:0004601,GO:0005575,GO:0005622,GO:0005623,GO:0005634,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0008379,GO:0009636,GO:0009987,GO:0016209,GO:0016491,GO:0016684,GO:0019725,GO:0033554,GO:0034599,GO:0042221,GO:0042592,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0044424,GO:0044464,GO:0045454,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0051920,GO:0055114,GO:0065007,GO:0065008,GO:0070887,GO:0097237,GO:0098754,GO:0098869,GO:1990748 1.11.1.15 ko:K03564 - - - - ko00000,ko01000 - - - AhpC-TSA +BSU_08730 224308.BSU08730 2.37e-104 301.0 COG0735@1|root,COG0735@2|Bacteria,1V400@1239|Firmicutes,4HHF8@91061|Bacilli,1ZFKE@1386|Bacillus 2|Bacteria P Belongs to the Fur family perR GO:0000976,GO:0001067,GO:0001130,GO:0001216,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009891,GO:0009892,GO:0009893,GO:0010468,GO:0010556,GO:0010557,GO:0010558,GO:0010604,GO:0010605,GO:0010628,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031325,GO:0031326,GO:0031327,GO:0031328,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0045892,GO:0045893,GO:0045934,GO:0045935,GO:0048518,GO:0048519,GO:0048522,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051173,GO:0051252,GO:0051253,GO:0051254,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1902680,GO:1903506,GO:1903507,GO:1903508,GO:1990837,GO:2000112,GO:2000113,GO:2001141 - ko:K03711,ko:K09825 - - - - ko00000,ko03000 - - - FUR +BSU_08740 224308.BSU08740 4.67e-75 224.0 2C1CK@1|root,313Y4@2|Bacteria,1V6FR@1239|Firmicutes,4HIGI@91061|Bacilli,1ZGXQ@1386|Bacillus 2|Bacteria S UPF0295 protein ygzB - - - - - - - - - - - DUF2614 +BSU_08750 224308.BSU08750 8.23e-215 592.0 28IXS@1|root,2Z8VM@2|Bacteria,1TR3A@1239|Firmicutes,4HDYI@91061|Bacilli,1ZB0T@1386|Bacillus 2|Bacteria S Nucleotidyltransferase-like ygxA - - - - - - - - - - - NTF-like +BSU_08760 224308.BSU08760 2.22e-185 515.0 COG4326@1|root,COG4326@2|Bacteria,1TPEA@1239|Firmicutes,4HBPW@91061|Bacilli,1ZBFU@1386|Bacillus 2|Bacteria S COG4326 Sporulation control protein spo0M - - ko:K06377 - - - - ko00000 - - - Spo0M +BSU_08770 224308.BSU08770 8.83e-39 129.0 29SG5@1|root,30DM3@2|Bacteria,1UBEU@1239|Firmicutes,4IMTF@91061|Bacilli,1ZKT6@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_08779 224308.BSU08779 6.53e-58 179.0 COG5577@1|root,COG5577@2|Bacteria 2|Bacteria M sporulation resulting in formation of a cellular spore yraF - - ko:K06329,ko:K06439 - - - - ko00000 - - - Coat_F +BSU_08780 224308.BSU08780 6.67e-173 481.0 COG3340@1|root,COG3340@2|Bacteria,1TRBA@1239|Firmicutes,4HB19@91061|Bacilli,1ZC4Z@1386|Bacillus 2|Bacteria E Belongs to the peptidase S51 family pepE GO:0003674,GO:0003824,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016787,GO:0019538,GO:0043170,GO:0044238,GO:0071704,GO:0140096,GO:1901564 3.4.11.2,3.4.13.21 ko:K01256,ko:K05995 ko00480,ko01100,map00480,map01100 - R00899,R04951 RC00096,RC00141 ko00000,ko00001,ko01000,ko01002 - - - Peptidase_S51 +BSU_08790 224308.BSU08790 0.0 1198.0 COG0422@1|root,COG0422@2|Bacteria,1TNZ3@1239|Firmicutes,4HC0P@91061|Bacilli,1ZBCQ@1386|Bacillus 2|Bacteria H Catalyzes the synthesis of the hydroxymethylpyrimidine phosphate (HMP-P) moiety of thiamine from aminoimidazole ribotide (AIR) in a radical S-adenosyl-L-methionine (SAM)-dependent reaction thiC GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006725,GO:0006766,GO:0006767,GO:0006772,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009110,GO:0009228,GO:0009987,GO:0016020,GO:0017144,GO:0018130,GO:0019438,GO:0034641,GO:0040007,GO:0042364,GO:0042723,GO:0042724,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071944,GO:0072527,GO:0072528,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 4.1.99.17,4.1.99.23 ko:K03147,ko:K22465 ko00730,ko01100,map00730,map01100 M00127 R03472 RC03251,RC03252 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU08790 ThiC-associated,ThiC_Rad_SAM +BSU_08800 224308.BSU08800 0.0 922.0 COG0277@1|root,COG0277@2|Bacteria,1U53V@1239|Firmicutes,4HDF7@91061|Bacilli,1ZD2F@1386|Bacillus 2|Bacteria C Berberine and berberine like yvdP - - - - - - - - - - - BBE,FAD_binding_4 +BSU_08820 224308.BSU08820 0.0 999.0 COG0753@1|root,COG0753@2|Bacteria,1TPPV@1239|Firmicutes,4H9XQ@91061|Bacilli,1ZB44@1386|Bacillus 2|Bacteria P serves to protect cells from the toxic effects of hydrogen peroxide katA GO:0000302,GO:0003674,GO:0003824,GO:0004096,GO:0004601,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009056,GO:0009636,GO:0009987,GO:0010035,GO:0016209,GO:0016491,GO:0016684,GO:0016999,GO:0017001,GO:0017144,GO:0020037,GO:0042221,GO:0042493,GO:0042542,GO:0042737,GO:0042743,GO:0042744,GO:0044237,GO:0044248,GO:0044424,GO:0044444,GO:0044464,GO:0046677,GO:0046906,GO:0048037,GO:0050896,GO:0051186,GO:0051187,GO:0051716,GO:0055114,GO:0070887,GO:0072593,GO:0097159,GO:0097237,GO:0098754,GO:0098869,GO:1901363,GO:1901700,GO:1990748 1.11.1.6 ko:K03781 ko00380,ko00630,ko01110,ko01130,ko01200,ko04011,ko04016,ko04068,ko04146,ko04211,ko04212,ko04213,ko05014,map00380,map00630,map01110,map01130,map01200,map04011,map04016,map04068,map04146,map04211,map04212,map04213,map05014 M00532 R00009,R00602,R02670 RC00034,RC00767,RC02141,RC02755 ko00000,ko00001,ko00002,ko01000 - - - Catalase,Catalase-rel +BSU_08830 224308.BSU08830 1.82e-178 497.0 COG1116@1|root,COG1116@2|Bacteria,1TRM6@1239|Firmicutes,4HAJC@91061|Bacilli,1ZCC8@1386|Bacillus 2|Bacteria P COG1116 ABC-type nitrate sulfonate bicarbonate transport system, ATPase component ssuB GO:0003674,GO:0005215,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0008509,GO:0015075,GO:0022857,GO:0034220,GO:0051179,GO:0051234,GO:0055085,GO:0098656 - ko:K02049,ko:K15555 ko00920,ko02010,map00920,map02010 M00188,M00436 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.16,3.A.1.17,3.A.1.17.2 - iYO844.BSU08830 ABC_tran +BSU_08840 224308.BSU08840 1.78e-219 607.0 COG0715@1|root,COG0715@2|Bacteria,1TRET@1239|Firmicutes,4IPY7@91061|Bacilli,1ZREQ@1386|Bacillus 2|Bacteria M Sulfonate ABC transporter ssuA GO:0003674,GO:0005215,GO:0006790,GO:0008150,GO:0008152,GO:0009987,GO:0044237 - ko:K02051,ko:K15553 ko00920,ko02010,map00920,map02010 M00188,M00436 - - ko00000,ko00001,ko00002,ko02000 3.A.1.16,3.A.1.17,3.A.1.17.2 - iAF1260.b0936,iBWG_1329.BWG_0788,iECDH10B_1368.ECDH10B_1006,iECDH1ME8569_1439.ECDH1ME8569_0887,iECSF_1327.ECSF_0857,iETEC_1333.ETEC_1004,iEcDH1_1363.EcDH1_2707,iJO1366.b0936,iSSON_1240.SSON_0939,iY75_1357.Y75_RS04865 NMT1,NMT1_2,SBP_bac_3 +BSU_08850 224308.BSU08850 5.86e-190 528.0 COG0600@1|root,COG0600@2|Bacteria,1TQ26@1239|Firmicutes,4HCJ7@91061|Bacilli,1ZBH6@1386|Bacillus 2|Bacteria P COG0600 ABC-type nitrate sulfonate bicarbonate transport system, permease component ssuC GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0016020,GO:0022857,GO:0042908,GO:0042910,GO:0042918,GO:0042959,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - ko:K02050,ko:K15554 ko00920,ko02010,map00920,map02010 M00188,M00436 - - ko00000,ko00001,ko00002,ko02000 3.A.1.16,3.A.1.17,3.A.1.17.2 - - BPD_transp_1 +BSU_08860 224308.BSU08860 9.35e-276 753.0 COG2141@1|root,COG2141@2|Bacteria,1TW8W@1239|Firmicutes,4HB95@91061|Bacilli,1ZCMH@1386|Bacillus 2|Bacteria C Catalyzes the desulfonation of aliphatic sulfonates ssuD - 1.14.14.28,1.14.14.5 ko:K04091,ko:K20938 ko00920,map00920 - R07210,R10206 RC01779,RC02556 ko00000,ko00001,ko01000 - - - Bac_luciferase +BSU_08880 224308.BSU08880 1.38e-54 171.0 COG0199@1|root,COG0199@2|Bacteria,1VEF6@1239|Firmicutes,4HKK1@91061|Bacilli,1ZHU3@1386|Bacillus 2|Bacteria J Binds 16S rRNA, required for the assembly of 30S particles and may also be responsible for determining the conformation of the 16S rRNA at the A site rpsN GO:0000028,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022626,GO:0022627,GO:0030312,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0042254,GO:0042255,GO:0042274,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02954 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S14 +BSU_08890 224308.BSU08890 2.79e-102 296.0 2BYG6@1|root,33MFH@2|Bacteria,1VKUT@1239|Firmicutes,4HS20@91061|Bacilli,1ZJNY@1386|Bacillus 2|Bacteria - - ygaO - - - - - - - - - - - - +BSU_08899 224308.BSU08899 1.42e-39 131.0 COG1476@1|root,COG1476@2|Bacteria,1VCMF@1239|Firmicutes,4HQAM@91061|Bacilli,1ZJDE@1386|Bacillus 2|Bacteria K Transcriptional regulator - - - ko:K07729 - - - - ko00000,ko03000 - - - HTH_26,HTH_3 +BSU_08900 224308.BSU08900 1.11e-146 413.0 COG3382@1|root,COG3382@2|Bacteria,1V7YR@1239|Firmicutes,4HGDN@91061|Bacilli,1ZBT2@1386|Bacillus 2|Bacteria S B3/4 domain yhzB - - - - - - - - - - - B3_4 +BSU_08910 224308.BSU08910 5.09e-285 778.0 COG1600@1|root,COG1600@2|Bacteria,1TP6Q@1239|Firmicutes,4HAEW@91061|Bacilli,1ZC1W@1386|Bacillus 2|Bacteria C Catalyzes the conversion of epoxyqueuosine (oQ) to queuosine (Q), which is a hypermodified base found in the wobble positions of tRNA(Asp), tRNA(Asn), tRNA(His) and tRNA(Tyr) queG GO:0003674,GO:0003824,GO:0006139,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008616,GO:0009058,GO:0009116,GO:0009119,GO:0009163,GO:0009987,GO:0016491,GO:0018130,GO:0019438,GO:0034404,GO:0034641,GO:0034654,GO:0042455,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0046116,GO:0046483,GO:0052693,GO:0055086,GO:0055114,GO:0071704,GO:1901135,GO:1901137,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 1.17.99.6 ko:K18979 - - - - ko00000,ko01000,ko03016 - - - DUF1730,Fer4_16,HEAT_2 +BSU_08920 224308.BSU08920 1.24e-229 631.0 2DB72@1|root,2Z7JI@2|Bacteria,1UR4B@1239|Firmicutes,4HCE4@91061|Bacilli,1ZC8T@1386|Bacillus 2|Bacteria S Putative amidase domain yhbB - - - - - - - - - - - Amidase_6 +BSU_08930 224308.BSU08930 3.13e-114 327.0 COG0219@1|root,COG0219@2|Bacteria,1V3GW@1239|Firmicutes,4HFNY@91061|Bacilli,1ZFKH@1386|Bacillus 2|Bacteria J Belongs to the class IV-like SAM-binding methyltransferase superfamily. RNA methyltransferase TrmH family. TrmL subfamily trmL GO:0001510,GO:0002128,GO:0002130,GO:0002131,GO:0002132,GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0008168,GO:0008173,GO:0008175,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016300,GO:0016427,GO:0016740,GO:0016741,GO:0030488,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042802,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0052665,GO:0052666,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360 2.1.1.207 ko:K03216 - - - - ko00000,ko01000,ko03016 - - - SpoU_methylase +BSU_08940 224308.BSU08940 1.74e-163 458.0 COG0789@1|root,COG0789@2|Bacteria,1UYCQ@1239|Firmicutes,4HI3I@91061|Bacilli,1ZEDR@1386|Bacillus 2|Bacteria K Protein of unknown function (DUF4004) yhbD - - ko:K18997,ko:K22491 - - - - ko00000,ko03000,ko03036 - - - DUF4004 +BSU_08950 224308.BSU08950 2.29e-96 288.0 COG1664@1|root,COG1664@2|Bacteria,1V6E6@1239|Firmicutes,4HHZU@91061|Bacilli,1ZQYV@1386|Bacillus 2|Bacteria M COG1664 Integral membrane protein CcmA involved in cell shape determination yhbE - - - - - - - - - - - Bactofilin +BSU_08960 224308.BSU08960 4.08e-110 323.0 COG1664@1|root,COG1664@2|Bacteria,1V6FF@1239|Firmicutes,4HJV2@91061|Bacilli,1ZGKZ@1386|Bacillus 2|Bacteria M COG1664 Integral membrane protein CcmA involved in cell shape determination yhbF - - - - - - - - - - - Bactofilin +BSU_08970 224308.BSU08970 0.0 1227.0 COG2766@1|root,COG2766@2|Bacteria,1TRTW@1239|Firmicutes,4HA8A@91061|Bacilli,1ZBM9@1386|Bacillus 2|Bacteria T Ser protein kinase prkA GO:0003674,GO:0003824,GO:0004672,GO:0006464,GO:0006468,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0006995,GO:0007154,GO:0008150,GO:0008152,GO:0009267,GO:0009605,GO:0009987,GO:0009991,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019538,GO:0031667,GO:0031668,GO:0031669,GO:0033554,GO:0036211,GO:0042594,GO:0043170,GO:0043412,GO:0043562,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0050896,GO:0051716,GO:0071496,GO:0071704,GO:0140096,GO:1901564 - ko:K07180 - - - - ko00000 - - - AAA_PrkA,PrkA +BSU_08980 224308.BSU08980 1.21e-286 782.0 COG2718@1|root,COG2718@2|Bacteria,1TQIN@1239|Firmicutes,4HBIH@91061|Bacilli,1ZATH@1386|Bacillus 2|Bacteria S Belongs to the UPF0229 family yhbH - - ko:K09786 - - - - ko00000 - - - DUF444,Haem_oxygenas_2 +BSU_08990 224308.BSU08990 5.25e-101 293.0 COG1846@1|root,COG1846@2|Bacteria 2|Bacteria K DNA-binding transcription factor activity yhbI GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - ko:K15973 - - - - ko00000,ko03000 - - - MarR +BSU_09000 224308.BSU09000 2.98e-142 403.0 COG1566@1|root,COG1566@2|Bacteria,1V1F5@1239|Firmicutes,4HHAT@91061|Bacilli,1ZE85@1386|Bacillus 2|Bacteria V COG1566 Multidrug resistance efflux pump yhbJ - - ko:K01993,ko:K03543 - M00701 - - ko00000,ko00002,ko02000 8.A.1.1 - - Biotin_lipoyl_2,HlyD_3,HlyD_D23 +BSU_09010 224308.BSU09010 0.0 1004.0 COG0477@1|root,COG2814@2|Bacteria,1TPRN@1239|Firmicutes,4H9VV@91061|Bacilli,1ZAXQ@1386|Bacillus 2|Bacteria EGP the major facilitator superfamily yhcA - - ko:K03446 - M00701 - - ko00000,ko00002,ko02000 2.A.1.3 - - MFS_1 +BSU_09020 224308.BSU09020 4.87e-128 363.0 COG0655@1|root,COG0655@2|Bacteria,1TSY9@1239|Firmicutes,4H9MQ@91061|Bacilli,1ZBKC@1386|Bacillus 2|Bacteria S Belongs to the WrbA family yhcB GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0016491,GO:0055114 1.6.5.2 ko:K03809 ko00130,ko01110,map00130,map01110 - R02964,R03643,R03816 RC00819 ko00000,ko00001,ko01000 - - - FMN_red +BSU_09030 224308.BSU09030 3.95e-59 185.0 28XRM@1|root,2ZJN4@2|Bacteria,1W210@1239|Firmicutes,4I1DZ@91061|Bacilli,1ZKKM@1386|Bacillus 2|Bacteria - - yhcC - - - - - - - - - - - - +BSU_09050 720555.BATR1942_02120 2.92e-69 221.0 2CHZZ@1|root,32S6Y@2|Bacteria,1VA01@1239|Firmicutes,4IJSI@91061|Bacilli,1ZJVW@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_09060 224308.BSU09060 1.67e-79 236.0 COG1725@1|root,COG1725@2|Bacteria,1VA2B@1239|Firmicutes,4HPK4@91061|Bacilli,1ZHSQ@1386|Bacillus 2|Bacteria K Transcriptional regulator yhcF - - ko:K07979 - - - - ko00000,ko03000 - - - GntR +BSU_09070 224308.BSU09070 3.38e-158 444.0 COG1131@1|root,COG1131@2|Bacteria,1TPUP@1239|Firmicutes,4HC2V@91061|Bacilli,1ZCBF@1386|Bacillus 2|Bacteria V ABC transporter, ATP-binding protein yhcG - - ko:K01990 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC_tran +BSU_09080 224308.BSU09080 6.47e-213 588.0 COG1131@1|root,COG1131@2|Bacteria,1TP4J@1239|Firmicutes,4HBGH@91061|Bacilli,1ZB4N@1386|Bacillus 2|Bacteria V ABC transporter, ATP-binding protein yhcH - - ko:K01990 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC_tran +BSU_09090 224308.BSU09090 3.45e-212 587.0 COG1277@1|root,COG1277@2|Bacteria,1TT9E@1239|Firmicutes,4HE5W@91061|Bacilli,1ZDPM@1386|Bacillus 2|Bacteria S COG1277 ABC-type transport system involved in multi-copper enzyme maturation, permease component yhcI - - ko:K01992 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC2_membrane_2,ABC2_membrane_4 +BSU_09100 224308.BSU09100 1.91e-42 138.0 COG1278@1|root,COG1278@2|Bacteria,1VEE0@1239|Firmicutes,4HNJC@91061|Bacilli,1ZHTU@1386|Bacillus 2|Bacteria K Cold-shock protein cspB GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006355,GO:0006950,GO:0008150,GO:0009266,GO:0009409,GO:0009628,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044424,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - ko:K03704 - - - - ko00000,ko03000 - - - CSD +BSU_09110 224308.BSU09110 1.34e-195 542.0 COG1464@1|root,COG1464@2|Bacteria,1TQAS@1239|Firmicutes,4HCTA@91061|Bacilli,1ZB4Z@1386|Bacillus 2|Bacteria M Belongs to the nlpA lipoprotein family metQ - - ko:K02073 ko02010,map02010 M00238 - - ko00000,ko00001,ko00002,ko02000 3.A.1.24 - - Lipoprotein_9 +BSU_09120 224308.BSU09120 7.08e-251 689.0 COG2199@1|root,COG3706@2|Bacteria,1TQIK@1239|Firmicutes,4HEDD@91061|Bacilli,1ZB59@1386|Bacillus 2|Bacteria T COG2199 FOG GGDEF domain yhcK - 2.7.7.65 ko:K18967 - - - - ko00000,ko01000,ko02000 9.B.34.1.1 - - 5TM-5TMR_LYT,GAF_2,GGDEF +BSU_09130 224308.BSU09130 4.34e-300 822.0 COG1823@1|root,COG1823@2|Bacteria,1UPUK@1239|Firmicutes,4HAJY@91061|Bacilli,1ZB7C@1386|Bacillus 2|Bacteria U Belongs to the dicarboxylate amino acid cation symporter (DAACS) (TC 2.A.23) family ydjN GO:0000099,GO:0000101,GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006791,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015179,GO:0015184,GO:0015318,GO:0015711,GO:0015804,GO:0015807,GO:0015811,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072337,GO:0072348,GO:0072349,GO:0098656,GO:1901682,GO:1902475,GO:1903825,GO:1905039 - ko:K06956 - - - - ko00000 - - - SDF +BSU_09140 224308.BSU09140 3.23e-80 240.0 29RHY@1|root,30CKX@2|Bacteria,1UA2I@1239|Firmicutes,4IKBT@91061|Bacilli,1ZGD7@1386|Bacillus 2|Bacteria - - yhcM - - - - - - - - - - - - +BSU_09150 224308.BSU09150 2.69e-111 322.0 2DZ9Y@1|root,32V70@2|Bacteria,1VA6H@1239|Firmicutes,4HKSG@91061|Bacilli,1ZHSJ@1386|Bacillus 2|Bacteria S Sporulation lipoprotein YhcN/YlaJ (Spore_YhcN_YlaJ) yhcN - - - - - - - - - - - Spore_YhcN_YlaJ +BSU_09165 224308.BSU09165 8e-227 625.0 2AJCZ@1|root,319YD@2|Bacteria,1V9QT@1239|Firmicutes,4IIN1@91061|Bacilli,1ZDEB@1386|Bacillus 2|Bacteria - - yhcP - - - - - - - - - - - - +BSU_09180 224308.BSU09180 3.4e-146 412.0 COG5577@1|root,COG5577@2|Bacteria,1UIAR@1239|Firmicutes,4HC0T@91061|Bacilli,1ZDQK@1386|Bacillus 2|Bacteria M Spore coat protein yhcQ - - ko:K06329,ko:K06439 - - - - ko00000 - - - Coat_F +BSU_09190 224308.BSU09190 0.0 2353.0 COG0737@1|root,COG1525@1|root,COG4085@1|root,COG0737@2|Bacteria,COG1525@2|Bacteria,COG4085@2|Bacteria,1TPV2@1239|Firmicutes,4HB9S@91061|Bacilli,1ZAY0@1386|Bacillus 2|Bacteria F Belongs to the 5'-nucleotidase family yhcR GO:0003674,GO:0003824,GO:0004518,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006401,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009987,GO:0016070,GO:0016787,GO:0016788,GO:0019439,GO:0034641,GO:0034655,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044260,GO:0044265,GO:0044270,GO:0044424,GO:0044464,GO:0046483,GO:0046700,GO:0071704,GO:0090304,GO:0090305,GO:1901360,GO:1901361,GO:1901575 3.1.3.5,3.1.3.6,3.1.31.1,3.1.4.16 ko:K01081,ko:K01119,ko:K01174,ko:K08693 ko00230,ko00240,ko00760,ko01100,ko01110,map00230,map00240,map00760,map01100,map01110 - R00183,R00511,R00963,R01126,R01227,R01562,R01569,R01664,R01877,R01968,R02088,R02102,R02148,R02323,R02370,R02719,R03346,R03537,R03538,R03929,R05135 RC00017,RC00078,RC00296 ko00000,ko00001,ko01000 - - iYO844.BSU07840 5_nucleotid_C,LTD,Metallophos,SLH,SNase +BSU_09200 224308.BSU09200 2.25e-137 389.0 COG3764@1|root,COG3764@2|Bacteria,1V1RS@1239|Firmicutes,4HFWK@91061|Bacilli,1ZFRS@1386|Bacillus 2|Bacteria M COG3764 Sortase (surface protein transpeptidase) yhcS - 3.4.22.70 ko:K07284 - - - - ko00000,ko01000,ko01002,ko01011 - - - Sortase +BSU_09210 224308.BSU09210 8.26e-219 603.0 COG0564@1|root,COG0564@2|Bacteria,1TSM6@1239|Firmicutes,4HA7M@91061|Bacilli,1ZDMG@1386|Bacillus 2|Bacteria J Responsible for synthesis of pseudouridine from uracil rluA GO:0000154,GO:0000455,GO:0001522,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009451,GO:0009982,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016853,GO:0016866,GO:0022613,GO:0031118,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0044085,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:1901360 5.4.99.23,5.4.99.28,5.4.99.29 ko:K06177,ko:K06180 - - - - ko00000,ko01000,ko03009,ko03016 - - - PseudoU_synth_2 +BSU_09220 224308.BSU09220 4.27e-89 261.0 29RAQ@1|root,30CCF@2|Bacteria,1U9MH@1239|Firmicutes,4IJSY@91061|Bacilli,1ZG4U@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5365) yhcU - - - - - - - - - - - DUF5365 +BSU_09230 224308.BSU09230 1.76e-90 265.0 COG0517@1|root,COG0517@2|Bacteria,1V9ZB@1239|Firmicutes,4ISB2@91061|Bacilli,1ZS4F@1386|Bacillus 2|Bacteria S COG0517 FOG CBS domain yhcV - - ko:K04767 - - - - ko00000 - - - CBS +BSU_09240 224308.BSU09240 1.76e-154 434.0 COG0637@1|root,COG0637@2|Bacteria,1V1N8@1239|Firmicutes,4HG58@91061|Bacilli,1ZEV6@1386|Bacillus 2|Bacteria S hydrolase yhcW GO:0003674,GO:0003824,GO:0003850,GO:0004346,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0019203,GO:0042578,GO:0044237,GO:0050308,GO:0050309 5.4.2.6 ko:K01838,ko:K07025 ko00500,map00500 - R02728,R11310 RC00408 ko00000,ko00001,ko01000 - - - HAD_2 +BSU_09250 224308.BSU09250 0.0 1044.0 COG0388@1|root,COG3153@1|root,COG0388@2|Bacteria,COG3153@2|Bacteria,1TQAZ@1239|Firmicutes,4HCQW@91061|Bacilli,1ZB16@1386|Bacillus 2|Bacteria K Nitrilase cyanide hydratase and apolipoprotein N-acyltransferase yhcX - 3.5.1.3 ko:K03824,ko:K11206,ko:K13566 ko00250,map00250 - R00269,R00348 RC00010 ko00000,ko00001,ko01000 - - - Acetyltransf_1,CN_hydrolase +BSU_09260 224308.BSU09260 0.0 914.0 COG0161@1|root,COG0161@2|Bacteria,1TP9N@1239|Firmicutes,4HAA5@91061|Bacilli,1ZAUQ@1386|Bacillus 2|Bacteria E Belongs to the class-III pyridoxal-phosphate-dependent aminotransferase family bioA - 2.6.1.105,2.6.1.62 ko:K00833,ko:K19563 ko00780,ko01100,map00780,map01100 M00123,M00573,M00577 R03231,R10699 RC00006,RC00062,RC00887 ko00000,ko00001,ko00002,ko01000,ko01007 - - - Aminotran_3 +BSU_09270 224308.BSU09270 1.37e-135 384.0 COG1954@1|root,COG1954@2|Bacteria,1V4IE@1239|Firmicutes,4HH9Q@91061|Bacilli,1ZCJN@1386|Bacillus 2|Bacteria K Regulates expression of the glpD operon. In the presence of glycerol 3-phosphate (G3P) causes antitermination of transcription of glpD at the inverted repeat of the leader region to enhance its transcription. Binds and stabilizes glpD leader mRNA glpP GO:0001072,GO:0001678,GO:0003674,GO:0005975,GO:0006066,GO:0006071,GO:0006355,GO:0008150,GO:0008152,GO:0009743,GO:0009746,GO:0009749,GO:0009889,GO:0009890,GO:0009891,GO:0009892,GO:0009893,GO:0009987,GO:0010033,GO:0010468,GO:0010556,GO:0010557,GO:0010558,GO:0010604,GO:0010605,GO:0010628,GO:0010629,GO:0019219,GO:0019222,GO:0019400,GO:0019725,GO:0019751,GO:0031323,GO:0031324,GO:0031325,GO:0031326,GO:0031327,GO:0031328,GO:0031554,GO:0031564,GO:0033500,GO:0034284,GO:0042221,GO:0042592,GO:0042593,GO:0043242,GO:0043244,GO:0044237,GO:0044238,GO:0044262,GO:0044281,GO:0045892,GO:0045893,GO:0045934,GO:0045935,GO:0046677,GO:0048518,GO:0048519,GO:0048522,GO:0048523,GO:0048878,GO:0050789,GO:0050794,GO:0050896,GO:0051128,GO:0051129,GO:0051171,GO:0051172,GO:0051173,GO:0051252,GO:0051253,GO:0051254,GO:0051716,GO:0055082,GO:0060255,GO:0060567,GO:0065007,GO:0065008,GO:0070887,GO:0071310,GO:0071322,GO:0071326,GO:0071331,GO:0071333,GO:0071704,GO:0080090,GO:0140110,GO:1901615,GO:1901700,GO:1901701,GO:1902679,GO:1902680,GO:1903506,GO:1903507,GO:1903508,GO:2000112,GO:2000113,GO:2001141 - ko:K02443 - - - - ko00000,ko03000 - - - G3P_antiterm +BSU_09280 224308.BSU09280 5.7e-196 543.0 COG0580@1|root,COG0580@2|Bacteria,1TP4T@1239|Firmicutes,4HAWP@91061|Bacilli,1ZCUB@1386|Bacillus 2|Bacteria G Belongs to the MIP aquaporin (TC 1.A.8) family glpF GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02440 - - - - ko00000,ko02000 1.A.8.1,1.A.8.2 - - MIP +BSU_09290 224308.BSU09290 0.0 1002.0 COG0554@1|root,COG0554@2|Bacteria,1TPX3@1239|Firmicutes,4H9ZF@91061|Bacilli,1ZB20@1386|Bacillus 2|Bacteria C Key enzyme in the regulation of glycerol uptake and metabolism. Catalyzes the phosphorylation of glycerol to yield sn- glycerol 3-phosphate glpK GO:0003674,GO:0003824,GO:0004370,GO:0005975,GO:0006066,GO:0006071,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019400,GO:0019751,GO:0044237,GO:0044238,GO:0044262,GO:0044281,GO:0071704,GO:1901615 2.7.1.30 ko:K00864 ko00561,ko01100,ko03320,ko04626,map00561,map01100,map03320,map04626 - R00847 RC00002,RC00017 ko00000,ko00001,ko01000,ko04147 - - - FGGY_C,FGGY_N +BSU_09300 224308.BSU09300 0.0 1111.0 COG0578@1|root,COG0578@2|Bacteria,1TQJN@1239|Firmicutes,4HAG8@91061|Bacilli,1ZCGN@1386|Bacillus 2|Bacteria C Belongs to the FAD-dependent glycerol-3-phosphate dehydrogenase family glpD GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0016020,GO:0044424,GO:0044464,GO:0071944 1.1.3.21,1.1.5.3 ko:K00105,ko:K00111 ko00564,ko01110,map00564,map01110 - R00846,R00848 RC00029 ko00000,ko00001,ko01000 - - - DAO,DAO_C +BSU_09310 224308.BSU09310 0.0 1134.0 COG1109@1|root,COG1109@2|Bacteria,1TP2N@1239|Firmicutes,4HADU@91061|Bacilli,1ZBEM@1386|Bacillus 2|Bacteria G Phosphoglucomutase pgcA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 5.4.2.2,5.4.2.8 ko:K01835,ko:K01840 ko00010,ko00030,ko00051,ko00052,ko00230,ko00500,ko00520,ko00521,ko01100,ko01110,ko01120,ko01130,map00010,map00030,map00051,map00052,map00230,map00500,map00520,map00521,map01100,map01110,map01120,map01130 M00114,M00549 R00959,R01057,R01818,R08639 RC00408 ko00000,ko00001,ko00002,ko01000 - - - PGM_PMM_I,PGM_PMM_II,PGM_PMM_III,PGM_PMM_IV +BSU_09320 224308.BSU09320 9.31e-273 746.0 COG2203@1|root,COG4585@1|root,COG2203@2|Bacteria,COG4585@2|Bacteria,1TR88@1239|Firmicutes,4HBF3@91061|Bacilli,1ZCMJ@1386|Bacillus 2|Bacteria T Histidine kinase yhcY - 2.7.13.3 ko:K02480 - - - - ko00000,ko01000,ko01001,ko02022 - - - GAF_2,HATPase_c,HisKA_3 +BSU_09330 224308.BSU09330 5.68e-148 417.0 COG2197@1|root,COG2197@2|Bacteria,1TRXG@1239|Firmicutes,4HCCV@91061|Bacilli,1ZDBY@1386|Bacillus 2|Bacteria K COG2197 Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain yhcZ - - ko:K02479,ko:K11618 ko02020,map02020 M00481,M00754 - - ko00000,ko00001,ko00002,ko02022 - - - GerE,Response_reg +BSU_09340 224308.BSU09340 5.68e-117 335.0 COG0431@1|root,COG0431@2|Bacteria,1VDZQ@1239|Firmicutes,4HMQ1@91061|Bacilli,1ZQ9A@1386|Bacillus 2|Bacteria S NADPH-dependent FMN reductase azr GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0010181,GO:0016491,GO:0016645,GO:0016646,GO:0032553,GO:0036094,GO:0042802,GO:0043167,GO:0043168,GO:0044424,GO:0044444,GO:0044464,GO:0048037,GO:0050662,GO:0052873,GO:0055114,GO:0097159,GO:0097367,GO:1901265,GO:1901363 1.7.1.6 ko:K03206 - - - - ko00000,ko01000 - - - FMN_red +BSU_09350 224308.BSU09350 1.65e-51 162.0 2E2U4@1|root,32XW8@2|Bacteria,1VAT9@1239|Firmicutes,4HN53@91061|Bacilli,1ZHZK@1386|Bacillus 2|Bacteria S YhdB-like protein yhdB - - - - - - - - - - - YhdB +BSU_09360 224308.BSU09360 1.25e-72 218.0 29RSF@1|root,30CW8@2|Bacteria,1UAGC@1239|Firmicutes,4IKUT@91061|Bacilli,1ZHQ6@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3889) yhdC - - - - - - - - - - - DUF3889 +BSU_09370 224308.BSU09370 2.4e-275 762.0 COG0791@1|root,COG1388@1|root,COG0791@2|Bacteria,COG1388@2|Bacteria,1TP24@1239|Firmicutes,4HA77@91061|Bacilli,1ZCHY@1386|Bacillus 2|Bacteria M COG1388 FOG LysM repeat cwlS GO:0003674,GO:0003796,GO:0003824,GO:0004175,GO:0004553,GO:0005575,GO:0005576,GO:0005618,GO:0005623,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016787,GO:0016798,GO:0019538,GO:0030312,GO:0043170,GO:0044238,GO:0044464,GO:0061783,GO:0070011,GO:0071704,GO:0071944,GO:0140096,GO:1901564 3.5.1.28 ko:K19220,ko:K19223,ko:K19224,ko:K21471,ko:K22409 - - - - ko00000,ko01000,ko01002,ko01011 - CBM50 - CHAP,LysM,NLPC_P60 +BSU_09380 224308.BSU09380 1.37e-99 289.0 COG1959@1|root,COG1959@2|Bacteria,1V4G2@1239|Firmicutes,4HHBH@91061|Bacilli,1ZH5D@1386|Bacillus 2|Bacteria K Transcriptional regulator nsrR - - ko:K13771 ko05132,map05132 - - - ko00000,ko00001,ko03000 - - - Rrf2 +BSU_09390 224308.BSU09390 0.0 937.0 COG0668@1|root,COG0668@2|Bacteria,1TQXJ@1239|Firmicutes,4HCK2@91061|Bacilli,1ZF3F@1386|Bacillus 2|Bacteria M Conserved TM helix ygxB - - - - - - - - - - - TM_helix +BSU_09400 224308.BSU09400 0.0 954.0 COG2719@1|root,COG2719@2|Bacteria,1TRHQ@1239|Firmicutes,4HBAW@91061|Bacilli,1ZAT5@1386|Bacillus 2|Bacteria S Stage V sporulation protein R spoVR GO:0006950,GO:0006974,GO:0008150,GO:0009987,GO:0033554,GO:0050896,GO:0051716 - ko:K06415 - - - - ko00000 - - - SpoVR +BSU_09410 224308.BSU09410 0.0 904.0 COG1785@1|root,COG1785@2|Bacteria,1TQCI@1239|Firmicutes,4HA27@91061|Bacilli,1ZB3J@1386|Bacillus 2|Bacteria P Belongs to the alkaline phosphatase family phoB - 3.1.3.1 ko:K01077 ko00730,ko00790,ko01100,ko02020,map00730,map00790,map01100,map02020 M00126 R02135,R04620 RC00017 ko00000,ko00001,ko00002,ko00537,ko01000,ko04147 - - - Alk_phosphatase +BSU_09420 224308.BSU09420 7.21e-204 568.0 COG0791@1|root,COG1388@1|root,COG0791@2|Bacteria,COG1388@2|Bacteria,1TP24@1239|Firmicutes,4HA77@91061|Bacilli,1ZCHY@1386|Bacillus 2|Bacteria M COG1388 FOG LysM repeat cwlS GO:0003674,GO:0003796,GO:0003824,GO:0004175,GO:0004553,GO:0005575,GO:0005576,GO:0005618,GO:0005623,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016787,GO:0016798,GO:0019538,GO:0030312,GO:0043170,GO:0044238,GO:0044464,GO:0061783,GO:0070011,GO:0071704,GO:0071944,GO:0140096,GO:1901564 3.5.1.28 ko:K19220,ko:K19223,ko:K19224,ko:K21471,ko:K22409 - - - - ko00000,ko01000,ko01002,ko01011 - CBM50 - CHAP,LysM,NLPC_P60 +BSU_09430 224308.BSU09430 4.93e-210 580.0 COG0583@1|root,COG0583@2|Bacteria,1V1MH@1239|Firmicutes,4HFVE@91061|Bacilli,1ZD99@1386|Bacillus 2|Bacteria K Transcriptional regulator citR GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 - ko:K19242 - - - - ko00000,ko03000 - - - HTH_1,LysR_substrate +BSU_09440 224308.BSU09440 5.51e-263 720.0 COG0372@1|root,COG0372@2|Bacteria,1TPPS@1239|Firmicutes,4HDG0@91061|Bacilli,1ZBE9@1386|Bacillus 2|Bacteria C Belongs to the citrate synthase family citA GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0009987,GO:0016740,GO:0016746,GO:0016999,GO:0017144,GO:0019541,GO:0019679,GO:0019752,GO:0032787,GO:0036440,GO:0043436,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0046459,GO:0046912,GO:0050440,GO:0071704 2.3.3.1 ko:K01647 ko00020,ko00630,ko01100,ko01110,ko01120,ko01130,ko01200,ko01210,ko01230,map00020,map00630,map01100,map01110,map01120,map01130,map01200,map01210,map01230 M00009,M00010,M00012,M00740 R00351 RC00004,RC00067 br01601,ko00000,ko00001,ko00002,ko01000 - - - Citrate_synt +BSU_09450 224308.BSU09450 2.85e-208 575.0 COG1028@1|root,COG1028@2|Bacteria,1TR53@1239|Firmicutes,4HB8Y@91061|Bacilli,1ZAS0@1386|Bacillus 2|Bacteria IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) yhdF - 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 - - - adh_short_C2 +BSU_09460 224308.BSU09460 8.94e-317 864.0 COG0531@1|root,COG0531@2|Bacteria,1TQ4K@1239|Firmicutes,4HA66@91061|Bacilli,1ZBB0@1386|Bacillus 2|Bacteria E amino acid yhdG - - ko:K03294 - - - - ko00000 2.A.3.2 - - AA_permease_2 +BSU_09470 224308.BSU09470 1.23e-309 845.0 COG0733@1|root,COG0733@2|Bacteria,1TP6B@1239|Firmicutes,4HAAI@91061|Bacilli,1ZBC5@1386|Bacillus 2|Bacteria S Belongs to the sodium neurotransmitter symporter (SNF) (TC 2.A.22) family yhdH - - ko:K03308 - - - - ko00000 2.A.22.4,2.A.22.5 - - SNF +BSU_09480 224308.BSU09480 0.0 949.0 COG1167@1|root,COG1167@2|Bacteria,1TPS5@1239|Firmicutes,4HB2U@91061|Bacilli,1ZB5R@1386|Bacillus 2|Bacteria K COG1167 Transcriptional regulators containing a DNA-binding HTH domain and an aminotransferase domain (MocR family) and their eukaryotic orthologs ydeL - - ko:K00375,ko:K18907 - M00700,M00702 - - ko00000,ko00002,ko01504,ko03000 - - - Aminotran_1_2,GntR +BSU_09490 224308.BSU09490 1.75e-100 291.0 COG0454@1|root,COG0456@2|Bacteria,1V47B@1239|Firmicutes,4HHAS@91061|Bacilli,1ZI27@1386|Bacillus 2|Bacteria K COG0454 Histone acetyltransferase HPA2 and related acetyltransferases BH1582 GO:0003674,GO:0003824,GO:0004596,GO:0005575,GO:0005622,GO:0005623,GO:0006464,GO:0006473,GO:0006474,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0019538,GO:0031248,GO:0031365,GO:0032991,GO:0034212,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0051604,GO:0071704,GO:1901564,GO:1902493,GO:1902494,GO:1990234 - - - - - - - - - - Acetyltransf_1,DUF3579 +BSU_09500 224308.BSU09500 4.27e-59 182.0 29RMT@1|root,30CR2@2|Bacteria,1UA8R@1239|Firmicutes,4IKK7@91061|Bacilli,1ZH64@1386|Bacillus 2|Bacteria S Sigma-M inhibitor protein yhdK - - - - - - - - - - - YhdK +BSU_09510 224308.BSU09510 7.76e-259 709.0 2C5RJ@1|root,2Z96W@2|Bacteria,1USSJ@1239|Firmicutes,4IRP8@91061|Bacilli,1ZRWA@1386|Bacillus 2|Bacteria S Sigma factor regulator N-terminal yhdL - - - - - - - - - - - Sigma_reg_C,Sigma_reg_N,zf-HC2 +BSU_09520 224308.BSU09520 2.28e-113 325.0 COG1595@1|root,COG1595@2|Bacteria,1VYEJ@1239|Firmicutes,4IPY8@91061|Bacilli,1ZGTR@1386|Bacillus 2|Bacteria K Belongs to the sigma-70 factor family. ECF subfamily sigM - - ko:K03088 - - - - ko00000,ko03021 - - - Sigma70_r2,Sigma70_r4_2 +BSU_09530 224308.BSU09530 6.74e-244 669.0 COG0667@1|root,COG0667@2|Bacteria,1TPIY@1239|Firmicutes,4HA4Q@91061|Bacilli,1ZFDQ@1386|Bacillus 2|Bacteria C Aldo keto reductase yhdN - - - - - - - - - - - Aldo_ket_red +BSU_09540 224308.BSU09540 3.9e-143 403.0 COG0204@1|root,COG0204@2|Bacteria,1U8N2@1239|Firmicutes,4HDQR@91061|Bacilli,1ZQCA@1386|Bacillus 2|Bacteria I Belongs to the 1-acyl-sn-glycerol-3-phosphate acyltransferase family plsC GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0008374,GO:0016020,GO:0016411,GO:0016740,GO:0016746,GO:0016747,GO:0042171,GO:0044464,GO:0071617,GO:0071944 2.3.1.51 ko:K00655 ko00561,ko00564,ko01100,ko01110,map00561,map00564,map01100,map01110 M00089 R02241,R09381 RC00004,RC00037,RC00039 ko00000,ko00001,ko00002,ko01000,ko01004 - - - Acyltransferase +BSU_09550 224308.BSU09550 8.87e-304 830.0 COG1253@1|root,COG1253@2|Bacteria,1TPN0@1239|Firmicutes,4H9SB@91061|Bacilli,1ZBAN@1386|Bacillus 2|Bacteria S COG1253 Hemolysins and related proteins containing CBS domains yhdP - - ko:K03699,ko:K06189 - - - - ko00000,ko02000,ko02042 9.A.40.1.2 - - CBS,CorC_HlyC,DUF21 +BSU_09560 224308.BSU09560 7.39e-98 284.0 COG0789@1|root,COG0789@2|Bacteria,1VHZ2@1239|Firmicutes,4HMJ6@91061|Bacilli,1ZHVY@1386|Bacillus 2|Bacteria K transcriptional cueR - - ko:K11923 - - - - ko00000,ko03000 - - - MerR_1 +BSU_09570 224308.BSU09570 4.37e-285 778.0 COG0436@1|root,COG0436@2|Bacteria,1TP36@1239|Firmicutes,4HFCH@91061|Bacilli,1ZEW4@1386|Bacillus 2|Bacteria E Aminotransferase yhdR - 2.6.1.1 ko:K11358 ko00220,ko00250,ko00270,ko00330,ko00350,ko00360,ko00400,ko00401,ko00950,ko00960,ko01100,ko01110,ko01130,ko01210,ko01230,map00220,map00250,map00270,map00330,map00350,map00360,map00400,map00401,map00950,map00960,map01100,map01110,map01130,map01210,map01230 - R00355,R00694,R00734,R00896,R02433,R02619,R05052 RC00006 ko00000,ko00001,ko01000,ko01007 - - - Aminotran_1_2 +BSU_09590 224308.BSU09590 0.0 878.0 COG1253@1|root,COG1253@2|Bacteria,1TPN0@1239|Firmicutes,4H9SB@91061|Bacilli,1ZBQF@1386|Bacillus 2|Bacteria P COG1253 Hemolysins and related proteins containing CBS domains yhdP - - ko:K03699,ko:K06189 - - - - ko00000,ko02000,ko02042 9.A.40.1.2 - - CBS,CorC_HlyC,DUF21 +BSU_09600 224308.BSU09600 2.69e-70 213.0 COG0239@1|root,COG0239@2|Bacteria,1VM30@1239|Firmicutes,4HRC4@91061|Bacilli,1ZIV0@1386|Bacillus 2|Bacteria D Important for reducing fluoride concentration in the cell, thus reducing its toxicity crcB GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0008509,GO:0015075,GO:0015103,GO:0015318,GO:0015698,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944,GO:0098656,GO:0098660,GO:0098661,GO:1903424,GO:1903425 - ko:K06199 - - - - ko00000,ko02000 1.A.43.1,1.A.43.2,1.A.43.3 - - CRCB +BSU_09610 224308.BSU09610 1.01e-87 258.0 COG0239@1|root,COG0239@2|Bacteria,1VEH7@1239|Firmicutes,4HNI0@91061|Bacilli,1ZJ3M@1386|Bacillus 2|Bacteria D Important for reducing fluoride concentration in the cell, thus reducing its toxicity crcB GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0008509,GO:0015075,GO:0015103,GO:0015318,GO:0015698,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944,GO:0098656,GO:0098660,GO:0098661,GO:1903424,GO:1903425 - ko:K06199 - - - - ko00000,ko02000 1.A.43.1,1.A.43.2,1.A.43.3 - - CRCB +BSU_09620 224308.BSU09620 1.1e-173 484.0 COG0584@1|root,COG0584@2|Bacteria,1UY23@1239|Firmicutes,4HEAD@91061|Bacilli,1ZCIE@1386|Bacillus 2|Bacteria C glycerophosphoryl diester phosphodiesterase glpQ - 3.1.4.46 ko:K01126 ko00564,map00564 - R01030,R01470 RC00017,RC00425 ko00000,ko00001,ko01000 - - iSB619.SA_RS08690 GDPD +BSU_09640 224308.BSU09640 4.51e-260 713.0 COG0668@1|root,COG0668@2|Bacteria,1TR9Z@1239|Firmicutes,4HBDU@91061|Bacilli,1ZBUJ@1386|Bacillus 2|Bacteria M Mechanosensitive ion channel yhdY - - ko:K16052 - - - - ko00000,ko02000 1.A.23.4 - - MS_channel +BSU_09650 224308.BSU09650 5.91e-180 500.0 COG0846@1|root,COG0846@2|Bacteria,1TQKD@1239|Firmicutes,4HC4I@91061|Bacilli,1ZB8T@1386|Bacillus 2|Bacteria K NAD-dependent protein deacetylase which modulates the activities of several enzymes which are inactive in their acetylated form cobB - - ko:K12410 - - - - ko00000,ko01000 - - - SIR2 +BSU_09660 224308.BSU09660 5.7e-200 554.0 COG0726@1|root,COG0726@2|Bacteria,1TYRH@1239|Firmicutes,4HEQR@91061|Bacilli,1ZEGM@1386|Bacillus 2|Bacteria G deacetylase nodB1 GO:0005575,GO:0016020 - - - - - - - - - - Cu_amine_oxidN1,Polysacc_deac_1 +BSU_09670 224308.BSU09670 2.23e-197 547.0 COG0115@1|root,COG0115@2|Bacteria,1TPY2@1239|Firmicutes,4HAWW@91061|Bacilli,1ZBVX@1386|Bacillus 2|Bacteria E Acts on the D-isomers of alanine, leucine, aspartate, glutamate, aminobutyrate, norvaline and asparagine. The enzyme transfers an amino group from a substrate D-amino acid to the pyridoxal phosphate cofactor to form pyridoxamine and an alpha- keto acid in the first half-reaction dat GO:0003674,GO:0003824,GO:0005488,GO:0006082,GO:0006520,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008483,GO:0008652,GO:0009056,GO:0009058,GO:0009063,GO:0009987,GO:0016053,GO:0016054,GO:0016740,GO:0016769,GO:0019478,GO:0019752,GO:0019842,GO:0030170,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0046394,GO:0046395,GO:0046416,GO:0046437,GO:0047810,GO:0048037,GO:0050662,GO:0070279,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576,GO:1901605,GO:1901606,GO:1901607 2.6.1.21 ko:K00824 ko00310,ko00330,ko00360,ko00472,ko00473,ko01100,map00310,map00330,map00360,map00472,map00473,map01100 - R01148,R01582,R02459,R02851,R02924,R05053 RC00006,RC00008,RC00025 ko00000,ko00001,ko01000,ko01007 - - - Aminotran_4 +BSU_09680 224308.BSU09680 1.13e-306 838.0 COG1757@1|root,COG1757@2|Bacteria,1TQ3B@1239|Firmicutes,4HA18@91061|Bacilli,1ZBQN@1386|Bacillus 2|Bacteria C Na H antiporter nhaC GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03315 - - - - ko00000,ko02000 2.A.35 - - Na_H_antiporter +BSU_09690 224308.BSU09690 1.86e-109 315.0 COG0589@1|root,COG0589@2|Bacteria,1V6RY@1239|Firmicutes,4HIZM@91061|Bacilli,1ZHCT@1386|Bacillus 2|Bacteria T Belongs to the universal stress protein A family uspA1 - - - - - - - - - - - Usp +BSU_09710 224308.BSU09710 0.0 1133.0 COG1132@1|root,COG1132@2|Bacteria,1TP0B@1239|Firmicutes,4HA3S@91061|Bacilli,1ZBXB@1386|Bacillus 2|Bacteria V COG1132 ABC-type multidrug transport system, ATPase and permease components yheI - - ko:K06147,ko:K18216,ko:K18889 ko02010,map02010 M00635,M00707 - - ko00000,ko00001,ko00002,ko01504,ko02000 3.A.1,3.A.1.106,3.A.1.106.13,3.A.1.106.5,3.A.1.109,3.A.1.21 - - ABC_membrane,ABC_tran +BSU_09720 224308.BSU09720 0.0 1292.0 COG1132@1|root,COG1132@2|Bacteria,1TP0B@1239|Firmicutes,4HA3S@91061|Bacilli,1ZBIW@1386|Bacillus 2|Bacteria V COG1132 ABC-type multidrug transport system, ATPase and permease components yheH GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 - ko:K06147,ko:K18217,ko:K18890 ko02010,map02010 M00635,M00707 - - ko00000,ko00001,ko00002,ko01504,ko02000 3.A.1,3.A.1.106,3.A.1.106.13,3.A.1.106.5,3.A.1.109,3.A.1.21 - - ABC_membrane,ABC_tran +BSU_09730 224308.BSU09730 3.31e-143 404.0 COG0702@1|root,COG0702@2|Bacteria,1TS7J@1239|Firmicutes,4HFT3@91061|Bacilli,1ZGA3@1386|Bacillus 2|Bacteria GM NAD(P)H-binding yheG GO:0005575,GO:0005622,GO:0005623,GO:0044464 - - - - - - - - - - NAD_binding_10 +BSU_09750 224308.BSU09750 1.25e-38 129.0 2BX75@1|root,32YCI@2|Bacteria,1VEDY@1239|Firmicutes,4HNHZ@91061|Bacilli,1ZIWS@1386|Bacillus 2|Bacteria S spore protein sspB - - ko:K06418,ko:K06419,ko:K06420,ko:K06421 - - - - ko00000 - - - SASP +BSU_09760 224308.BSU09760 5.41e-51 160.0 2E3WD@1|root,32YTI@2|Bacteria,1VGKG@1239|Firmicutes,4HSKD@91061|Bacilli,1ZIY3@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5342) yheE - - - - - - - - - - - DUF5342 +BSU_09770 224308.BSU09770 0.0 927.0 COG0189@1|root,COG0189@2|Bacteria,1TSWS@1239|Firmicutes,4HCJA@91061|Bacilli,1ZAR6@1386|Bacillus 2|Bacteria HJ YheC/D like ATP-grasp gshB GO:0000287,GO:0003674,GO:0003824,GO:0004363,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006518,GO:0006575,GO:0006749,GO:0006750,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016874,GO:0016879,GO:0016881,GO:0019184,GO:0034641,GO:0042398,GO:0042601,GO:0042763,GO:0043043,GO:0043167,GO:0043169,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044424,GO:0044444,GO:0044464,GO:0046872,GO:0051186,GO:0051188,GO:0071704,GO:1901564,GO:1901566,GO:1901576 6.3.2.2,6.3.2.3 ko:K01919,ko:K01920 ko00270,ko00480,ko01100,map00270,map00480,map01100 M00118 R00497,R00894,R10993,R10994 RC00064,RC00090,RC00096,RC00141 ko00000,ko00001,ko00002,ko01000 - - iECED1_1282.ECED1_3410,iECP_1309.ECP_2941,iJN678.gshB ATPgrasp_YheCD,GSH-S_ATP,GSH-S_N +BSU_09780 224308.BSU09780 3.37e-276 753.0 COG0189@1|root,COG0189@2|Bacteria,1U4ME@1239|Firmicutes,4HFD2@91061|Bacilli,1ZBNP@1386|Bacillus 2|Bacteria HJ YheC/D like ATP-grasp yheC GO:0005575,GO:0005623,GO:0042601,GO:0042763,GO:0044464 - - - - - - - - - - ATPgrasp_YheCD +BSU_09790 224308.BSU09790 1.51e-261 717.0 COG4399@1|root,COG4399@2|Bacteria,1TQDH@1239|Firmicutes,4HA30@91061|Bacilli,1ZB1W@1386|Bacillus 2|Bacteria S Belongs to the UPF0754 family yheB - - - - - - - - - - - DUF445 +BSU_09800 224308.BSU09800 7.46e-72 216.0 COG3679@1|root,COG3679@2|Bacteria,1VASS@1239|Firmicutes,4HKKC@91061|Bacilli,1ZH14@1386|Bacillus 2|Bacteria S Belongs to the UPF0342 family yheA - - - - - - - - - - - Com_YlbF +BSU_09810 224308.BSU09810 6.69e-264 722.0 COG4335@1|root,COG4335@2|Bacteria,1TRE4@1239|Firmicutes,4HA0G@91061|Bacilli,1ZBAW@1386|Bacillus 2|Bacteria L DNA alkylation repair enzyme yhaZ - - - - - - - - - - - DNA_alkylation +BSU_09830 224308.BSU09830 3.54e-197 547.0 COG0561@1|root,COG0561@2|Bacteria,1TREF@1239|Firmicutes,4H9Y9@91061|Bacilli,1ZQ4F@1386|Bacillus 2|Bacteria S haloacid dehalogenase-like hydrolase yhaX - - - - - - - - - - - Hydrolase_3 +BSU_09840 224308.BSU09840 0.0 1009.0 COG0635@1|root,COG0635@2|Bacteria,1TREM@1239|Firmicutes,4HC2D@91061|Bacilli,1ZCRB@1386|Bacillus 2|Bacteria H coproporphyrinogen III oxidase hemZ - - - - - - - - - - - Radical_SAM +BSU_09850 224308.BSU09850 1.85e-267 735.0 COG0475@1|root,COG0475@2|Bacteria,1TS32@1239|Firmicutes,4HC99@91061|Bacilli,1ZBQT@1386|Bacillus 2|Bacteria P COG0475 Kef-type K transport systems, membrane components yhaU - - ko:K03455 - - - - ko00000 2.A.37 - iYO844.BSU09850 Na_H_Exchanger +BSU_09860 224308.BSU09860 9.24e-114 326.0 COG0490@1|root,COG0490@2|Bacteria,1V544@1239|Firmicutes,4HIGC@91061|Bacilli,1ZR77@1386|Bacillus 2|Bacteria P regulatory, ligand-binding protein related to C-terminal domains of K channels yhaT - - ko:K07228 - - - - ko00000 - - - TrkA_C +BSU_09880 224308.BSU09880 1.6e-172 482.0 COG1024@1|root,COG1024@2|Bacteria,1TRCQ@1239|Firmicutes,4HDUU@91061|Bacilli,1ZARB@1386|Bacillus 2|Bacteria I enoyl-CoA hydratase yhaR - 5.3.3.18 ko:K15866 ko00360,ko01120,map00360,map01120 - R09837,R09839 RC00004,RC00326,RC02689,RC03003 ko00000,ko00001,ko01000 - - - ECH_1 +BSU_09889 224308.BSU09889 2.29e-36 122.0 2E4GP@1|root,32ZBV@2|Bacteria,1VF2A@1239|Firmicutes,4HNUS@91061|Bacilli,1ZIT1@1386|Bacillus 2|Bacteria S YhzD-like protein - - - - - - - - - - - - YhzD +BSU_09890 224308.BSU09890 2.27e-214 592.0 COG4152@1|root,COG4152@2|Bacteria,1TR06@1239|Firmicutes,4H9RX@91061|Bacilli,1ZC9T@1386|Bacillus 2|Bacteria S ABC transporter, ATP-binding protein natA - - ko:K01990 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC_tran,DUF4162 +BSU_09900 224308.BSU09900 5.14e-272 748.0 COG1668@1|root,COG1668@2|Bacteria,1TXRK@1239|Firmicutes,4HC9K@91061|Bacilli,1ZBM6@1386|Bacillus 2|Bacteria CP COG1668 ABC-type Na efflux pump, permease component yhaP - - ko:K01992,ko:K09696 ko02010,ko02020,map02010,map02020 M00253,M00254 - - ko00000,ko00001,ko00002,ko02000 3.A.1,3.A.1.115 - iYO844.BSU02760 ABC2_membrane_3 +BSU_09910 224308.BSU09910 8.78e-304 827.0 COG0420@1|root,COG0420@2|Bacteria,1TWMI@1239|Firmicutes,4HCA0@91061|Bacilli,1ZC5G@1386|Bacillus 2|Bacteria L DNA repair exonuclease yhaO - - ko:K03547 - - - - ko00000,ko03400 - - - Metallophos,Metallophos_2 +BSU_09920 224308.BSU09920 0.0 1804.0 COG4717@1|root,COG4717@2|Bacteria,1TQP3@1239|Firmicutes,4HBCA@91061|Bacilli,1ZDHB@1386|Bacillus 2|Bacteria L AAA domain yhaN - - - - - - - - - - - AAA_27 +BSU_09930 224308.BSU09930 5.22e-228 627.0 COG3481@1|root,COG3481@2|Bacteria,1TPIU@1239|Firmicutes,4HB1M@91061|Bacilli,1ZB1G@1386|Bacillus 2|Bacteria L Shows a 3'-5' exoribonuclease activity yhaM GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0022613,GO:0031123,GO:0031125,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043628,GO:0044085,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:1901360 - ko:K03698 - - - - ko00000,ko01000,ko03019 - - - HD,tRNA_anti-codon +BSU_09940 224308.BSU09940 7.66e-39 129.0 2DQFN@1|root,336J9@2|Bacteria,1VJ6N@1239|Firmicutes,4HQ0A@91061|Bacilli,1ZK3U@1386|Bacillus 2|Bacteria S Sporulation protein YhaL yhaL - - - - - - - - - - - Spore_YhaL +BSU_09950 224308.BSU09950 2.29e-179 503.0 COG0760@1|root,COG0760@2|Bacteria,1TX3R@1239|Firmicutes,4HC85@91061|Bacilli,1ZC6P@1386|Bacillus 2|Bacteria M plays a major role in protein secretion by helping the post-translocational extracellular folding of several secreted proteins prsA GO:0000413,GO:0003674,GO:0003755,GO:0003824,GO:0006457,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016853,GO:0016859,GO:0018193,GO:0018208,GO:0019538,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:0140096,GO:1901564 5.2.1.8 ko:K01802,ko:K03769,ko:K07533 - - - - ko00000,ko01000,ko03110 - - - Rotamase,Rotamase_3,Trigger_C +BSU_09965 224308.BSU09965 1.4e-116 334.0 293PD@1|root,2ZR52@2|Bacteria,1V3PX@1239|Firmicutes,4HI32@91061|Bacilli,1ZFA0@1386|Bacillus 2|Bacteria S Putative zincin peptidase yhaK - - - - - - - - - - - DUF3267 +BSU_09980 224308.BSU09980 1.72e-75 225.0 2D8K4@1|root,32TRG@2|Bacteria,1VCG9@1239|Firmicutes,4HMCV@91061|Bacilli,1ZJ2C@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF1878) yhaI - - - - - - - - - - - DUF1878 +BSU_09990 224308.BSU09990 4.92e-148 416.0 COG1846@1|root,COG1846@2|Bacteria,1UY04@1239|Firmicutes,4HBQS@91061|Bacilli,1ZBRK@1386|Bacillus 2|Bacteria K Negative regulator of protease production and sporulation hpr GO:0000003,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0019954,GO:0030436,GO:0031323,GO:0031326,GO:0032502,GO:0043934,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - ko:K09682 - - - - ko00000,ko03000 - - - MarR +BSU_10000 224308.BSU10000 3.89e-54 172.0 COG4980@1|root,COG4980@2|Bacteria,1VAKP@1239|Firmicutes,4HKD5@91061|Bacilli,1ZJ3D@1386|Bacillus 2|Bacteria S YtxH-like protein yhaH - - - - - - - - - - - YtxH +BSU_10009 720555.BATR1942_02630 3.94e-29 104.0 2BAXH@1|root,324D7@2|Bacteria,1UARY@1239|Firmicutes,4IM4R@91061|Bacilli,1ZJ5E@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_10010 224308.BSU10010 6.32e-104 302.0 2CK8D@1|root,32SBU@2|Bacteria,1VAQG@1239|Firmicutes,4HHGS@91061|Bacilli,1ZF8Y@1386|Bacillus 2|Bacteria S Tryptophan transporter TrpP trpP - - - - - - - - - - iHN637.CLJU_RS14305,iYO844.BSU10010 TrpP +BSU_10020 224308.BSU10020 1.84e-262 718.0 COG1932@1|root,COG1932@2|Bacteria,1TP6Y@1239|Firmicutes,4HATT@91061|Bacilli,1ZB9N@1386|Bacillus 2|Bacteria E Catalyzes the reversible conversion of 3- phosphohydroxypyruvate to phosphoserine and of 3-hydroxy-2-oxo-4- phosphonooxybutanoate to phosphohydroxythreonine serC GO:0003674,GO:0003824,GO:0004648,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006563,GO:0006564,GO:0006807,GO:0008150,GO:0008152,GO:0008483,GO:0008652,GO:0009058,GO:0009069,GO:0009070,GO:0009987,GO:0016053,GO:0016740,GO:0016769,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.6.1.52 ko:K00831 ko00260,ko00680,ko00750,ko01100,ko01120,ko01130,ko01200,ko01230,map00260,map00680,map00750,map01100,map01120,map01130,map01200,map01230 M00020,M00124 R04173,R05085 RC00006,RC00036 ko00000,ko00001,ko00002,ko01000,ko01007 - - - Aminotran_5 +BSU_10030 224308.BSU10030 3.5e-106 305.0 COG0537@1|root,COG0537@2|Bacteria,1V9ZJ@1239|Firmicutes,4HIG2@91061|Bacilli,1ZGI0@1386|Bacillus 2|Bacteria FG COG0537 Diadenosine tetraphosphate (Ap4A) hydrolase and other HIT family hydrolases hit - - ko:K02503 - - - - ko00000,ko04147 - - - HIT +BSU_10040 224308.BSU10040 2.7e-176 491.0 COG1131@1|root,COG1131@2|Bacteria,1TQIH@1239|Firmicutes,4HA2B@91061|Bacilli,1ZBAI@1386|Bacillus 2|Bacteria V transporter (ATP-binding protein) ecsA - - ko:K01990 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC_tran +BSU_10050 224308.BSU10050 3.11e-272 747.0 COG4473@1|root,COG4473@2|Bacteria,1V1VG@1239|Firmicutes,4HG1K@91061|Bacilli,1ZBQG@1386|Bacillus 2|Bacteria U ABC transporter ecsB - - ko:K01992 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - EcsB +BSU_10060 224308.BSU10060 5e-162 454.0 28I6D@1|root,2Z89E@2|Bacteria,1TQNW@1239|Firmicutes,4HCGQ@91061|Bacilli,1ZAQM@1386|Bacillus 2|Bacteria S EcsC protein family ecsC - - - - - - - - - - - EcsC +BSU_10070 224308.BSU10070 1.38e-294 803.0 COG1473@1|root,COG1473@2|Bacteria,1TPD7@1239|Firmicutes,4H9WQ@91061|Bacilli,1ZAR7@1386|Bacillus 2|Bacteria E COG1473 Metal-dependent amidase aminoacylase carboxypeptidase yhaA GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006553,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009987,GO:0016053,GO:0016787,GO:0016810,GO:0016811,GO:0019213,GO:0019752,GO:0019877,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0046451,GO:0050118,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 3.5.1.47 ko:K01436,ko:K05823,ko:K21613 ko00300,ko01100,ko01110,ko01230,map00300,map01100,map01110,map01230 M00525 R02733 RC00064,RC00300 ko00000,ko00001,ko00002,ko01000,ko01002 - - - M20_dimer,Peptidase_M20 +BSU_10080 224308.BSU10080 0.0 866.0 COG3069@1|root,COG3069@2|Bacteria,1TQ99@1239|Firmicutes,4H9Q2@91061|Bacilli,1ZCNB@1386|Bacillus 2|Bacteria C membrane yhfA - - - - - - - - - - - - +BSU_10090 1051501.AYTL01000027_gene554 1.58e-12 65.5 COG1592@1|root,COG1592@2|Bacteria,1W59I@1239|Firmicutes,4I0MS@91061|Bacilli,1ZSGB@1386|Bacillus 2|Bacteria C Rubrerythrin - - 1.15.1.2 ko:K05919,ko:K07798 ko02020,map02020 - - - ko00000,ko00001,ko01000,ko02000 2.A.6.1.4,8.A.1 - - Desulfoferrod_N,HlyD_D23,Rubrerythrin +BSU_10100 224308.BSU10100 1.31e-118 338.0 COG2329@1|root,COG2329@2|Bacteria,1V501@1239|Firmicutes,4HHA2@91061|Bacilli,1ZGDD@1386|Bacillus 2|Bacteria S enzyme involved in biosynthesis of extracellular polysaccharides traP GO:0005575,GO:0016020 1.14.99.57,6.2.1.3 ko:K01897,ko:K21481 ko00061,ko00071,ko01100,ko01212,ko02024,ko03320,ko04146,ko04216,ko04714,ko04920,map00061,map00071,map01100,map01212,map02024,map03320,map04146,map04216,map04714,map04920 M00086 R01280 RC00004,RC00014 ko00000,ko00001,ko00002,ko01000,ko01004,ko04147 4.C.1.1 - - ABM +BSU_10110 224308.BSU10110 0.0 1414.0 COG0744@1|root,COG0744@2|Bacteria,1TPM5@1239|Firmicutes,4H9SA@91061|Bacilli,1ZAXY@1386|Bacillus 2|Bacteria M penicillin-binding protein pbpF GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 2.4.1.129,3.4.16.4 ko:K05365,ko:K05366,ko:K12555,ko:K18770,ko:K21464 ko00550,ko01100,ko01501,map00550,map01100,map01501 - R04519 RC00005,RC00049 ko00000,ko00001,ko01000,ko01003,ko01011 - GT51 - Transgly,Transpeptidase,UB2H +BSU_10120 224308.BSU10120 7.78e-261 714.0 COG0407@1|root,COG0407@2|Bacteria,1TR8Q@1239|Firmicutes,4HAXT@91061|Bacilli,1ZDGX@1386|Bacillus 2|Bacteria H Catalyzes the decarboxylation of four acetate groups of uroporphyrinogen-III to yield coproporphyrinogen-III hemE GO:0003674,GO:0003824,GO:0004853,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0018130,GO:0019438,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0044237,GO:0044249,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0046148,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.1.1.246,4.1.1.37 ko:K01599,ko:K14080 ko00680,ko00860,ko01100,ko01110,ko01120,ko01200,map00680,map00860,map01100,map01110,map01120,map01200 M00121,M00356 R03197,R04972,R09098,R10000 RC00035,RC00872,RC01144,RC02440 ko00000,ko00001,ko00002,ko01000 - - iAF987.Gmet_0016 URO-D +BSU_10130 224308.BSU10130 1.19e-231 636.0 COG0276@1|root,COG0276@2|Bacteria,1TPKF@1239|Firmicutes,4HAYG@91061|Bacilli,1ZAZ6@1386|Bacillus 2|Bacteria H Catalyzes the ferrous insertion into protoporphyrin IX hemH GO:0003674,GO:0003824,GO:0004325,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016829,GO:0018130,GO:0019438,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0044237,GO:0044249,GO:0044271,GO:0044424,GO:0044464,GO:0046148,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 4.99.1.1,4.99.1.9 ko:K01772 ko00860,ko01100,ko01110,map00860,map01100,map01110 M00121 R00310,R11329 RC01012 ko00000,ko00001,ko00002,ko01000 - - - Ferrochelatase +BSU_10140 224308.BSU10140 0.0 929.0 COG1232@1|root,COG1232@2|Bacteria,1TQ6W@1239|Firmicutes,4HAUG@91061|Bacilli,1ZANK@1386|Bacillus 2|Bacteria H Catalyzes the 6-electron oxidation of protoporphyrinogen-IX to form protoporphyrin-IX hemG - 1.14.19.9,1.3.3.15,1.3.3.4 ko:K00231,ko:K14266 ko00404,ko00860,ko01100,ko01110,ko01130,map00404,map00860,map01100,map01110,map01130 M00121,M00789,M00790 R03222,R04178,R09570 RC00885,RC00949 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS09325 Amino_oxidase +BSU_10150 224308.BSU10150 3.49e-133 377.0 COG1309@1|root,COG1309@2|Bacteria,1V2H2@1239|Firmicutes,4HHJD@91061|Bacilli,1ZFYK@1386|Bacillus 2|Bacteria K Transcriptional regulator yhgD GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - ko:K03577,ko:K09017 - M00647 - - ko00000,ko00002,ko03000 - - - TetR_N +BSU_10160 224308.BSU10160 0.0 962.0 COG1511@1|root,COG1511@2|Bacteria,1TQ15@1239|Firmicutes,4H9T9@91061|Bacilli,1ZBH0@1386|Bacillus 2|Bacteria S YhgE Pip N-terminal domain protein yhgE - - ko:K01421 - - - - ko00000 - - - ABC2_membrane_3,DUF3533 +BSU_10170 224308.BSU10170 8.77e-237 650.0 COG0332@1|root,COG0332@2|Bacteria,1TP0K@1239|Firmicutes,4HATK@91061|Bacilli,1ZD2T@1386|Bacillus 2|Bacteria I Catalyzes the condensation reaction of fatty acid synthesis by the addition to an acyl acceptor of two carbons from malonyl-ACP. Catalyzes the first condensation reaction which initiates fatty acid synthesis and may therefore play a role in governing the total rate of fatty acid production. Possesses both acetoacetyl-ACP synthase and acetyl transacylase activities. Its substrate specificity determines the biosynthesis of branched- chain and or straight-chain of fatty acids fabH GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0009987,GO:0016740,GO:0016746,GO:0016747,GO:0019752,GO:0032787,GO:0033818,GO:0043436,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0071704 2.3.1.180 ko:K00648 ko00061,ko01100,ko01212,map00061,map01100,map01212 M00082,M00083 R10707 RC00004,RC02729,RC02888 ko00000,ko00001,ko00002,ko01000,ko01004 - - iYO844.BSU11330 ACP_syn_III,ACP_syn_III_C +BSU_10180 224308.BSU10180 1.61e-178 498.0 COG4377@1|root,COG4377@2|Bacteria,1V3UF@1239|Firmicutes,4HEYB@91061|Bacilli,1ZGJV@1386|Bacillus 2|Bacteria S Putative membrane peptidase family (DUF2324) yhfC - - - - - - - - - - - DUF2324 +BSU_10200 224308.BSU10200 2.68e-253 694.0 COG1363@1|root,COG1363@2|Bacteria,1TQ86@1239|Firmicutes,4HBDK@91061|Bacilli,1ZBP8@1386|Bacillus 2|Bacteria G peptidase M42 yhfE - 3.2.1.4 ko:K01179,ko:K01269 ko00500,ko01100,map00500,map01100 - R06200,R11307,R11308 - ko00000,ko00001,ko01000 - GH5,GH9 - Peptidase_M42 +BSU_10210 224308.BSU10210 3.75e-94 274.0 COG4405@1|root,COG4405@2|Bacteria,1VDG5@1239|Firmicutes,4HM8P@91061|Bacilli,1ZKFH@1386|Bacillus 2|Bacteria S ASCH - - 3.4.13.21 ko:K05995,ko:K06888 - - - - ko00000,ko01000,ko01002 - - - ASCH +BSU_10220 224308.BSU10220 4.77e-289 791.0 COG1301@1|root,COG1301@2|Bacteria,1TPME@1239|Firmicutes,4H9T7@91061|Bacilli,1ZCSU@1386|Bacillus 2|Bacteria C Belongs to the dicarboxylate amino acid cation symporter (DAACS) (TC 2.A.23) family gltP GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006835,GO:0008150,GO:0015711,GO:0015849,GO:0016020,GO:0044464,GO:0046942,GO:0051179,GO:0051234,GO:0071702,GO:0071944 - ko:K03309,ko:K11102,ko:K11103 ko02020,map02020 - - - ko00000,ko00001,ko02000 2.A.23,2.A.23.1.1,2.A.23.1.2,2.A.23.1.3,2.A.23.1.6,2.A.23.1.7 - iPC815.YPO0254,iYO844.BSU10220 SDF +BSU_10230 224308.BSU10230 3.61e-29 103.0 2C2JF@1|root,33CZ0@2|Bacteria,1VN4G@1239|Firmicutes,4HR1T@91061|Bacilli,1ZK0S@1386|Bacillus 2|Bacteria S YhfH-like protein yhfH - - - - - - - - - - - YhfH +BSU_10240 224308.BSU10240 5.93e-183 508.0 COG1234@1|root,COG1234@2|Bacteria,1V1TF@1239|Firmicutes,4HFNV@91061|Bacilli,1ZCZE@1386|Bacillus 2|Bacteria S COG1234 Metal-dependent hydrolases of the beta-lactamase superfamily III yhfI GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004540,GO:0005575,GO:0005623,GO:0005886,GO:0006139,GO:0006396,GO:0006399,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016020,GO:0016070,GO:0016787,GO:0016788,GO:0016891,GO:0016893,GO:0031123,GO:0034414,GO:0034470,GO:0034641,GO:0034660,GO:0040007,GO:0042779,GO:0042780,GO:0042781,GO:0043170,GO:0043628,GO:0044237,GO:0044238,GO:0044464,GO:0046483,GO:0071704,GO:0071944,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0140098,GO:1901360,GO:1905267 - - - - - - - - - - Lactamase_B_2 +BSU_10250 224308.BSU10250 1.21e-246 676.0 COG0095@1|root,COG0095@2|Bacteria,1TQ5U@1239|Firmicutes,4H9P6@91061|Bacilli,1ZBIZ@1386|Bacillus 2|Bacteria H Lipoate-protein ligase lplJ GO:0003674,GO:0003824,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009249,GO:0009987,GO:0010467,GO:0016740,GO:0016746,GO:0016747,GO:0016772,GO:0016779,GO:0016874,GO:0016879,GO:0016979,GO:0017118,GO:0018065,GO:0018193,GO:0018205,GO:0019538,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0051604,GO:0071704,GO:0140096,GO:1901564 6.3.1.20 ko:K03800 ko00785,ko01100,map00785,map01100 - R07770,R07771,R11143 RC00043,RC00070,RC00090,RC00992,RC02896 ko00000,ko00001,ko01000 - - - BPL_LplA_LipB,Lip_prot_lig_C +BSU_10260 224308.BSU10260 1.82e-144 408.0 COG0702@1|root,COG0702@2|Bacteria,1TQFS@1239|Firmicutes,4HDA2@91061|Bacilli,1ZBH3@1386|Bacillus 2|Bacteria GM NmrA-like family yhfK GO:0005575,GO:0005622,GO:0005623,GO:0044464 - - - - - - - - - - NAD_binding_10 +BSU_10270 224308.BSU10270 0.0 1039.0 COG0318@1|root,COG0318@2|Bacteria,1TPSX@1239|Firmicutes,4HACS@91061|Bacilli,1ZPZU@1386|Bacillus 2|Bacteria IQ AMP-binding enzyme C-terminal domain fadD - 6.2.1.3 ko:K00666,ko:K01897 ko00061,ko00071,ko01100,ko01212,ko02024,ko03320,ko04146,ko04216,ko04714,ko04920,map00061,map00071,map01100,map01212,map02024,map03320,map04146,map04216,map04714,map04920 M00086 R01280 RC00004,RC00014 ko00000,ko00001,ko00002,ko01000,ko01004,ko04147 4.C.1.1 - - AMP-binding,AMP-binding_C +BSU_10280 224308.BSU10280 2.78e-85 251.0 29RG4@1|root,30CIX@2|Bacteria,1U9Z4@1239|Firmicutes,4IK71@91061|Bacilli,1ZFIS@1386|Bacillus 2|Bacteria - - yhfM - - - - - - - - - - - - +BSU_10290 224308.BSU10290 9.64e-308 838.0 COG0501@1|root,COG0501@2|Bacteria,1TRQE@1239|Firmicutes,4HD5G@91061|Bacilli,1ZC4F@1386|Bacillus 2|Bacteria O Peptidase M48 yhfN GO:0003674,GO:0003824,GO:0004175,GO:0004222,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008237,GO:0009987,GO:0010467,GO:0016485,GO:0016787,GO:0019538,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0051604,GO:0070011,GO:0071586,GO:0071704,GO:0080120,GO:0140096,GO:1901564 3.4.24.84 ko:K06013 ko00900,ko01130,map00900,map01130 - R09845 RC00141 ko00000,ko00001,ko01000,ko01002,ko04147 - - - Peptidase_M48,Peptidase_M48_N +BSU_10300 224308.BSU10300 4.17e-261 717.0 COG1404@1|root,COG1404@2|Bacteria,1TQ2M@1239|Firmicutes,4HBYC@91061|Bacilli,1ZPV5@1386|Bacillus 2|Bacteria O Belongs to the peptidase S8 family aprE GO:0003674,GO:0003824,GO:0004175,GO:0004252,GO:0005575,GO:0005576,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008236,GO:0016787,GO:0017171,GO:0019538,GO:0030193,GO:0030195,GO:0032101,GO:0032102,GO:0042730,GO:0043170,GO:0044238,GO:0048519,GO:0048583,GO:0048585,GO:0050789,GO:0050818,GO:0050819,GO:0050878,GO:0051239,GO:0051241,GO:0061041,GO:0061045,GO:0065007,GO:0065008,GO:0070011,GO:0071704,GO:0080134,GO:0140096,GO:1900046,GO:1900047,GO:1901564,GO:1903034,GO:1903035 3.4.21.62 ko:K01342,ko:K13277 ko02024,map02024 - - - ko00000,ko00001,ko01000,ko01002,ko03110 - - - Inhibitor_I9,Peptidase_S8 +BSU_10310 224308.BSU10310 2.75e-105 303.0 COG0454@1|root,COG0456@2|Bacteria,1V3W3@1239|Firmicutes,4HHYX@91061|Bacilli,1ZGJE@1386|Bacillus 2|Bacteria K acetyltransferase VY92_01935 GO:0003674,GO:0003824,GO:0004596,GO:0005575,GO:0005622,GO:0005623,GO:0006464,GO:0006473,GO:0006474,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0019538,GO:0031248,GO:0031365,GO:0032991,GO:0034212,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0051604,GO:0071704,GO:1901564,GO:1902493,GO:1902494,GO:1990234 - - - - - - - - - - Acetyltransf_1 +BSU_10320 224308.BSU10320 2.4e-232 640.0 COG0604@1|root,COG0604@2|Bacteria,1TPGR@1239|Firmicutes,4HACF@91061|Bacilli,1ZCGD@1386|Bacillus 2|Bacteria C Quinone oxidoreductase yhfP - 1.1.1.1 ko:K00001,ko:K19745 ko00010,ko00071,ko00350,ko00625,ko00626,ko00640,ko00830,ko00980,ko00982,ko01100,ko01110,ko01120,ko01130,ko01220,map00010,map00071,map00350,map00625,map00626,map00640,map00830,map00980,map00982,map01100,map01110,map01120,map01130,map01220 - R00623,R00754,R00919,R02124,R04805,R04880,R05233,R05234,R06917,R06927,R07105,R08281,R08306,R08310 RC00050,RC00087,RC00088,RC00095,RC00099,RC00116,RC00649,RC01734,RC02273 ko00000,ko00001,ko01000 - - - ADH_N,ADH_zinc_N +BSU_10330 224308.BSU10330 2.77e-223 616.0 COG4594@1|root,COG4594@2|Bacteria,1VQVG@1239|Firmicutes,4HTU4@91061|Bacilli,1ZPXH@1386|Bacillus 2|Bacteria M Periplasmic binding protein ciuA GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 - ko:K02016 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - iYO844.BSU07520 Peripla_BP_2 +BSU_10340 224308.BSU10340 9.64e-141 397.0 COG0406@1|root,COG0406@2|Bacteria,1V6ES@1239|Firmicutes,4HGZI@91061|Bacilli,1ZDQW@1386|Bacillus 2|Bacteria G Belongs to the phosphoglycerate mutase family yhfR - 3.1.3.73,5.4.2.12 ko:K02226,ko:K15634,ko:K15640 ko00010,ko00260,ko00680,ko00860,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00010,map00260,map00680,map00860,map01100,map01110,map01120,map01130,map01200,map01230 M00001,M00002,M00003,M00122 R01518,R04594,R11173 RC00017,RC00536 ko00000,ko00001,ko00002,ko01000 - - - His_Phos_1 +BSU_10350 224308.BSU10350 1.19e-256 704.0 COG0183@1|root,COG0183@2|Bacteria,1TP07@1239|Firmicutes,4H9RJ@91061|Bacilli,1ZB7V@1386|Bacillus 2|Bacteria I Belongs to the thiolase family vraB - 2.3.1.9 ko:K00626 ko00071,ko00072,ko00280,ko00310,ko00362,ko00380,ko00620,ko00630,ko00640,ko00650,ko00720,ko00900,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,ko02020,map00071,map00072,map00280,map00310,map00362,map00380,map00620,map00630,map00640,map00650,map00720,map00900,map01100,map01110,map01120,map01130,map01200,map01212,map02020 M00088,M00095,M00373,M00374,M00375 R00238,R01177 RC00004,RC00326 ko00000,ko00001,ko00002,ko01000,ko04147 - - - Thiolase_C,Thiolase_N +BSU_10360 224308.BSU10360 0.0 971.0 COG0318@1|root,COG0318@2|Bacteria,1TT9C@1239|Firmicutes,4HBQ2@91061|Bacilli,1ZCW8@1386|Bacillus 2|Bacteria IQ AMP-binding enzyme C-terminal domain vraA - 6.2.1.3 ko:K01897 ko00061,ko00071,ko01100,ko01212,ko02024,ko03320,ko04146,ko04216,ko04714,ko04920,map00061,map00071,map01100,map01212,map02024,map03320,map04146,map04216,map04714,map04920 M00086 R01280 RC00004,RC00014 ko00000,ko00001,ko00002,ko01000,ko01004,ko04147 4.C.1.1 - - AMP-binding,AMP-binding_C +BSU_10370 224308.BSU10370 1.47e-118 340.0 COG1268@1|root,COG1268@2|Bacteria,1VAAD@1239|Firmicutes,4HI8T@91061|Bacilli,1ZC7W@1386|Bacillus 2|Bacteria S BioY family bioY GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0042802,GO:0044464,GO:0071944 - ko:K03523 ko02010,map02010 M00581,M00582 - - ko00000,ko00001,ko00002,ko02000 2.A.88.1,2.A.88.2 - - BioY +BSU_10380 224308.BSU10380 2.62e-260 719.0 COG0840@1|root,COG0840@2|Bacteria,1TRTV@1239|Firmicutes,4H9M1@91061|Bacilli,1ZBCT@1386|Bacillus 2|Bacteria NT chemotaxis protein hemAT GO:0003674,GO:0005488,GO:0006935,GO:0007154,GO:0007165,GO:0008150,GO:0009453,GO:0009454,GO:0009605,GO:0009987,GO:0020037,GO:0023052,GO:0040011,GO:0042221,GO:0042330,GO:0046906,GO:0048037,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0065007,GO:0097159,GO:1901363 - ko:K03406,ko:K06595 ko02020,ko02030,map02020,map02030 - - - ko00000,ko00001,ko02035 - - - CZB,MCPsignal,Protoglobin +BSU_10390 224308.BSU10390 0.0 1040.0 COG0665@1|root,COG0723@1|root,COG0665@2|Bacteria,COG0723@2|Bacteria,1TR1R@1239|Firmicutes,4H9V8@91061|Bacilli,1ZC19@1386|Bacillus 2|Bacteria CE COG0665 Glycine D-amino acid oxidases (deaminating) yhfW GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0008152,GO:0016491,GO:0044424,GO:0044464,GO:0055114 - ko:K09471 ko00330,ko01100,map00330,map01100 M00136 R07415 RC00062 ko00000,ko00001,ko00002,ko01000 - - - DAO,Rieske +BSU_10400 224308.BSU10400 1.11e-203 563.0 COG1028@1|root,COG1028@2|Bacteria,1TR53@1239|Firmicutes,4HB8Y@91061|Bacilli,1ZAS0@1386|Bacillus 2|Bacteria IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) yhxC - 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 - - - adh_short_C2 +BSU_10410 224308.BSU10410 9.84e-45 145.0 2EUKM@1|root,33N2I@2|Bacteria,1VP85@1239|Firmicutes,4HRNF@91061|Bacilli,1ZIVF@1386|Bacillus 2|Bacteria S IDEAL yhzC - - - - - - - - - - - IDEAL +BSU_10420 224308.BSU10420 2.19e-141 398.0 COG4903@1|root,COG4903@2|Bacteria,1V4S5@1239|Firmicutes,4HHF4@91061|Bacilli,1ZGB4@1386|Bacillus 2|Bacteria K Competence transcription factor comK - - ko:K02250 ko02024,map02024 - - - ko00000,ko00001,ko02044,ko03000 - - - ComK +BSU_10430 224308.BSU10430 2.55e-216 597.0 COG1028@1|root,COG1028@2|Bacteria,1TR53@1239|Firmicutes,4HB8Y@91061|Bacilli,1ZDFM@1386|Bacillus 2|Bacteria IQ Enoyl-(Acyl carrier protein) reductase yhxD - 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 - - - adh_short_C2 +BSU_10440 224308.BSU10440 5e-57 177.0 2E52I@1|root,32ZVS@2|Bacteria,1VEXA@1239|Firmicutes,4HP05@91061|Bacilli,1ZJT0@1386|Bacillus 2|Bacteria S Excalibur calcium-binding domain yhjA - - - - - - - - - - - Excalibur +BSU_10450 224308.BSU10450 0.0 917.0 COG0591@1|root,COG0591@2|Bacteria,1TRYH@1239|Firmicutes,4HE2W@91061|Bacilli,1ZCBN@1386|Bacillus 2|Bacteria E Belongs to the sodium solute symporter (SSF) (TC 2.A.21) family yhjB - - ko:K03307 - - - - ko00000 2.A.21 - - SSF +BSU_10460 224308.BSU10460 1.61e-36 123.0 2EFSS@1|root,339IS@2|Bacteria,1VMRC@1239|Firmicutes,4HR88@91061|Bacilli,1ZKA6@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3311) yhjC - - - - - - - - - - - DUF3311 +BSU_10470 224308.BSU10470 2.57e-78 233.0 2ATJK@1|root,31J3N@2|Bacteria,1V8E1@1239|Firmicutes,4HK5R@91061|Bacilli,1ZH24@1386|Bacillus 2|Bacteria - - yhjD - - - - - - - - - - - - +BSU_10480 224308.BSU10480 4.87e-141 399.0 COG0398@1|root,COG0398@2|Bacteria,1TS5T@1239|Firmicutes,4HDKU@91061|Bacilli,1ZCHZ@1386|Bacillus 2|Bacteria S SNARE associated Golgi protein yhjE - - - - - - - - - - - SNARE_assoc +BSU_10490 224308.BSU10490 3.09e-118 338.0 COG0681@1|root,COG0681@2|Bacteria,1V2BJ@1239|Firmicutes,4HGCB@91061|Bacilli,1ZAPC@1386|Bacillus 2|Bacteria U Belongs to the peptidase S26 family spsB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.4.21.89 ko:K03100,ko:K13280 ko02024,ko03060,map02024,map03060 - - - ko00000,ko00001,ko01000,ko01002 - - - Peptidase_S24,Peptidase_S26 +BSU_10500 224308.BSU10500 0.0 985.0 COG0654@1|root,COG0654@2|Bacteria,1TSDI@1239|Firmicutes,4HAQG@91061|Bacilli,1ZF6C@1386|Bacillus 2|Bacteria CH FAD binding domain yhjG - - - - - - - - - - - FAD_binding_3 +BSU_10510 224308.BSU10510 2.82e-122 348.0 COG1846@1|root,COG1846@2|Bacteria,1VXUD@1239|Firmicutes,4HXW7@91061|Bacilli,1ZJI1@1386|Bacillus 2|Bacteria K helix_turn_helix multiple antibiotic resistance protein yhjH - - - - - - - - - - - MarR +BSU_10520 224308.BSU10520 3.12e-273 749.0 COG0738@1|root,COG0738@2|Bacteria,1V2RZ@1239|Firmicutes,4I0M2@91061|Bacilli,1ZFFY@1386|Bacillus 2|Bacteria G Major Facilitator Superfamily glcP - - ko:K08174 - - - - ko00000,ko02000 2.A.1.7 - - MFS_1 +BSU_10530 224308.BSU10530 3.98e-257 704.0 COG0673@1|root,COG0673@2|Bacteria,1TQ72@1239|Firmicutes,4HCS4@91061|Bacilli,1ZCPA@1386|Bacillus 2|Bacteria S Oxidoreductase family, C-terminal alpha/beta domain thuB GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016491,GO:0016614,GO:0016616,GO:0016999,GO:0017000,GO:0017144,GO:0044237,GO:0044249,GO:0055114 1.1.1.18,1.1.1.361,1.1.1.369 ko:K00010,ko:K18652 ko00521,ko00562,ko01100,ko01120,ko01130,map00521,map00562,map01100,map01120,map01130 - R01183,R09951 RC00182 ko00000,ko00001,ko01000 - - - GFO_IDH_MocA,GFO_IDH_MocA_C +BSU_10540 224308.BSU10540 2.63e-205 567.0 COG0561@1|root,COG0561@2|Bacteria,1V3E0@1239|Firmicutes,4HGK8@91061|Bacilli,1ZBFY@1386|Bacillus 2|Bacteria S Sucrose-6F-phosphate phosphohydrolase ntdB GO:0003674,GO:0003824,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0016999,GO:0017000,GO:0017144,GO:0042578,GO:0044237,GO:0044249 3.1.3.24,3.1.3.92 ko:K07024,ko:K18654 ko00500,map00500 - R00805,R06211 RC00017 ko00000,ko00001,ko01000 - - - Hydrolase_3,S6PP +BSU_10550 224308.BSU10550 0.0 884.0 COG0399@1|root,COG0399@2|Bacteria,1TPDH@1239|Firmicutes,4HBZ8@91061|Bacilli,1ZCTS@1386|Bacillus 2|Bacteria E Belongs to the DegT DnrJ EryC1 family ntdA GO:0003674,GO:0003824,GO:0005488,GO:0008144,GO:0008150,GO:0008152,GO:0008483,GO:0009058,GO:0009987,GO:0016740,GO:0016769,GO:0016999,GO:0017000,GO:0017144,GO:0019842,GO:0030170,GO:0036094,GO:0043167,GO:0043168,GO:0044237,GO:0044249,GO:0048037,GO:0050662,GO:0070279,GO:0097159,GO:1901363 2.6.1.104 ko:K18653 - - R10698 RC00006,RC00781 ko00000,ko01000 - - - DegT_DnrJ_EryC1 +BSU_10560 224308.BSU10560 2.63e-240 660.0 COG1609@1|root,COG1609@2|Bacteria,1TQSQ@1239|Firmicutes,4HBNR@91061|Bacilli,1ZC0J@1386|Bacillus 2|Bacteria K Transcriptional regulator yhjM - 5.1.1.1 ko:K01775,ko:K05499 ko00473,ko01100,ko01502,map00473,map01100,map01502 - R00401 RC00285 ko00000,ko00001,ko01000,ko01011,ko03000 - - - LacI,Peripla_BP_1,Peripla_BP_3 +BSU_10570 224308.BSU10570 4.32e-260 714.0 COG3180@1|root,COG3180@2|Bacteria,1UVXN@1239|Firmicutes,4HDRW@91061|Bacilli,1ZDNB@1386|Bacillus 2|Bacteria S membrane abrB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K07120 - - - - ko00000 - - - AbrB +BSU_10580 224308.BSU10580 1.27e-272 748.0 COG0477@1|root,COG0477@2|Bacteria,COG2814@2|Bacteria,1V1U3@1239|Firmicutes,4HBXY@91061|Bacilli,1ZQZT@1386|Bacillus 2|Bacteria EGP Transmembrane secretion effector - GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - MFS_1,MFS_1_like,MFS_3,Sugar_tr +BSU_10590 224308.BSU10590 0.0 1165.0 COG4533@1|root,COG4533@2|Bacteria,1TRY2@1239|Firmicutes,4HBZ3@91061|Bacilli,1ZFQC@1386|Bacillus 2|Bacteria S Sugar transport-related sRNA regulator N-term - GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 - - - - - - - - - - SBP_bac_5,SgrR_N +BSU_10600 224308.BSU10600 3.54e-77 229.0 COG1145@1|root,32SB1@2|Bacteria,1V6N0@1239|Firmicutes,4HIWV@91061|Bacilli,1ZIM7@1386|Bacillus 2|Bacteria C COG1145 Ferredoxin yhjQ - - - - - - - - - - - DUF326 +BSU_10610 224308.BSU10610 2.67e-101 293.0 COG1633@1|root,COG1633@2|Bacteria,1V9AF@1239|Firmicutes,4HIP7@91061|Bacilli,1ZGFE@1386|Bacillus 2|Bacteria S Rubrerythrin yhjR - - - - - - - - - - - DUF2202,Rubrerythrin +BSU_10620 224308.BSU10620 0.0 2306.0 COG3857@1|root,COG3857@2|Bacteria,1TQJW@1239|Firmicutes,4HAY6@91061|Bacilli,1ZC70@1386|Bacillus 2|Bacteria L ATP-dependent helicase deoxyribonuclease subunit B addB GO:0003674,GO:0003678,GO:0003824,GO:0004003,GO:0004386,GO:0004518,GO:0004519,GO:0004527,GO:0006139,GO:0006259,GO:0006281,GO:0006302,GO:0006310,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0006996,GO:0008026,GO:0008094,GO:0008150,GO:0008152,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016788,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0032392,GO:0032508,GO:0033554,GO:0034641,GO:0042623,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0050896,GO:0051276,GO:0051716,GO:0070035,GO:0071103,GO:0071704,GO:0071840,GO:0090304,GO:0090305,GO:0140097,GO:1901360 3.1.21.3,3.6.4.12 ko:K01153,ko:K16899 - - - - ko00000,ko01000,ko02048,ko03400 - - - Exonuc_V_gamma,PDDEXK_1,UvrD_C +BSU_10630 224308.BSU10630 0.0 2410.0 COG1074@1|root,COG1074@2|Bacteria,1TQ35@1239|Firmicutes,4HA64@91061|Bacilli,1ZBG6@1386|Bacillus 2|Bacteria L ATP-dependent helicase nuclease subunit A addA GO:0003674,GO:0003824,GO:0004518,GO:0004527,GO:0006139,GO:0006259,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016787,GO:0016788,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:0090305,GO:1901360 3.6.4.12 ko:K16898 - - - - ko00000,ko01000,ko03400 - - - PDDEXK_1,UvrD-helicase,UvrD_C +BSU_10640 224308.BSU10640 3.43e-281 768.0 COG0420@1|root,COG0420@2|Bacteria,1TQY6@1239|Firmicutes,4HAKB@91061|Bacilli,1ZBQQ@1386|Bacillus 2|Bacteria L SbcCD cleaves DNA hairpin structures. These structures can inhibit DNA replication and are intermediates in certain DNA recombination reactions. The complex acts as a 3'- 5' double strand exonuclease that can open hairpins. It also has a 5' single-strand endonuclease activity sbcD - - ko:K03547 - - - - ko00000,ko03400 - - - Metallophos,SbcD_C +BSU_10650 224308.BSU10650 0.0 1915.0 COG0419@1|root,COG0419@2|Bacteria,1TPCS@1239|Firmicutes,4H9Q3@91061|Bacilli,1ZAP5@1386|Bacillus 2|Bacteria L COG0419 ATPase involved in DNA repair sbcC - - ko:K03546 - - - - ko00000,ko03400 - - - AAA_23,AAA_29,SbcCD_C +BSU_10660 224308.BSU10660 1.34e-66 202.0 COG1403@1|root,COG1403@2|Bacteria,1VFR5@1239|Firmicutes,4HQB5@91061|Bacilli,1ZICY@1386|Bacillus 2|Bacteria V COG1403 Restriction endonuclease yisB - - - - - - - - - - - HNH +BSU_10670 224308.BSU10670 3.3e-43 140.0 2DP0U@1|root,3302E@2|Bacteria,1VHZ7@1239|Firmicutes,4HNJQ@91061|Bacilli,1ZIWY@1386|Bacillus 2|Bacteria S Spore germination protein gerPA/gerPF gerPF - - ko:K06299,ko:K06304 - - - - ko00000 - - - gerPA +BSU_10680 224308.BSU10680 4.08e-88 259.0 2EEB8@1|root,3385J@2|Bacteria,1VM15@1239|Firmicutes,4HPJI@91061|Bacilli,1ZJ91@1386|Bacillus 2|Bacteria S Spore germination protein GerPE gerPE - - ko:K06303 - - - - ko00000 - - - GerPE +BSU_10690 224308.BSU10690 7.36e-34 116.0 2C5QJ@1|root,33C5U@2|Bacteria,1VK5Y@1239|Firmicutes,4HR2R@91061|Bacilli,1ZIUX@1386|Bacillus 2|Bacteria S Spore germination protein gerPD - - ko:K06302 - - - - ko00000 - - - - +BSU_10700 224308.BSU10700 8.23e-93 276.0 2EBJR@1|root,335K6@2|Bacteria,1VF1J@1239|Firmicutes,4HNKG@91061|Bacilli,1ZI2K@1386|Bacillus 2|Bacteria S Spore germination protein gerPC - - ko:K06301 - - - - ko00000 - - - GerPC +BSU_10710 224308.BSU10710 1.76e-47 152.0 2EBHF@1|root,335HY@2|Bacteria,1VHMW@1239|Firmicutes,4HPZZ@91061|Bacilli,1ZIW2@1386|Bacillus 2|Bacteria S cell differentiation gerPB - - ko:K06300 - - - - ko00000 - - - GerPB +BSU_10720 224308.BSU10720 1.82e-45 146.0 2DPJX@1|root,332FH@2|Bacteria,1VF9T@1239|Firmicutes,4HPCA@91061|Bacilli,1ZIV2@1386|Bacillus 2|Bacteria S Spore germination protein gerPA GO:0000003,GO:0008150,GO:0009847,GO:0019954,GO:0030436,GO:0032502,GO:0043934 - ko:K06299 - - - - ko00000 - - - gerPA +BSU_10730 224308.BSU10730 1.52e-32 112.0 2DJ46@1|root,304QH@2|Bacteria,1TX0U@1239|Firmicutes,4I5VT@91061|Bacilli,1ZJMR@1386|Bacillus 2|Bacteria S Spo0E like sporulation regulatory protein yisI - - - - - - - - - - - SpoOE-like +BSU_10740 224308.BSU10740 3.96e-224 617.0 COG5337@1|root,COG5337@2|Bacteria,1U0PJ@1239|Firmicutes,4HBE4@91061|Bacilli,1ZD5Z@1386|Bacillus 2|Bacteria M Spore Coat cotH - - ko:K06330 - - - - ko00000 - - - CotH +BSU_10750 224308.BSU10750 2.66e-219 604.0 COG0179@1|root,COG0179@2|Bacteria,1TQDQ@1239|Firmicutes,4HCBR@91061|Bacilli,1ZCHF@1386|Bacillus 2|Bacteria Q COG0179 2-keto-4-pentenoate hydratase 2-oxohepta-3-ene-1,7-dioic acid hydratase (catechol pathway) yisK - - - - - - - - - - - FAA_hydrolase +BSU_10760 224308.BSU10760 1.02e-74 224.0 2CKSS@1|root,32W2Q@2|Bacteria,1VB9W@1239|Firmicutes,4HMC5@91061|Bacilli,1ZHSY@1386|Bacillus 2|Bacteria S UPF0344 protein yisL - - - - - - - - - - - DUF1516 +BSU_10770 224308.BSU10770 0.0 1656.0 COG1404@1|root,COG1404@2|Bacteria,1TQ2M@1239|Firmicutes,4HB7D@91061|Bacilli,1ZAZE@1386|Bacillus 2|Bacteria O Belongs to the peptidase S8 family wprA - - ko:K13274 - - - - ko00000,ko01000,ko01002,ko03110 - - - CW_binding_2,Peptidase_S8 +BSU_10780 224308.BSU10780 1.17e-142 402.0 2E4ZB@1|root,32ZT1@2|Bacteria,1VHAC@1239|Firmicutes,4HQBP@91061|Bacilli,1ZD5D@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2777) yisN - - - - - - - - - - - DUF2777 +BSU_10790 224308.BSU10790 0.0 1279.0 COG0367@1|root,COG0367@2|Bacteria,1TRPB@1239|Firmicutes,4HA44@91061|Bacilli,1ZBY8@1386|Bacillus 2|Bacteria E Asparagine synthase asnO - 6.3.5.4 ko:K01953 ko00250,ko01100,ko01110,map00250,map01100,map01110 - R00578 RC00010 ko00000,ko00001,ko01000,ko01002 - - - Asn_synthase,GATase_7 +BSU_10800 224308.BSU10800 6.1e-116 331.0 COG2318@1|root,COG2318@2|Bacteria,1V6ZG@1239|Firmicutes,4HJ60@91061|Bacilli,1ZDMN@1386|Bacillus 2|Bacteria S Damage-inducible protein DinB yizA - - - - - - - - - - - DinB +BSU_10810 224308.BSU10810 1.2e-197 547.0 COG1562@1|root,COG1562@2|Bacteria,1TQHF@1239|Firmicutes,4HA1A@91061|Bacilli,1ZCIV@1386|Bacillus 2|Bacteria I phytoene crtB GO:0003674,GO:0003824,GO:0004337,GO:0004659,GO:0006629,GO:0006720,GO:0006721,GO:0008150,GO:0008152,GO:0008299,GO:0008610,GO:0009058,GO:0009987,GO:0016108,GO:0016109,GO:0016114,GO:0016116,GO:0016117,GO:0016740,GO:0016765,GO:0016767,GO:0042440,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0046148,GO:0071704,GO:1901576 2.5.1.21,2.5.1.32,2.5.1.99 ko:K00801,ko:K02291 ko00100,ko00906,ko00909,ko01062,ko01100,ko01110,ko01130,map00100,map00906,map00909,map01062,map01100,map01110,map01130 M00097 R00702,R02065,R02872,R04218,R06223,R07270,R10177 RC00362,RC00796,RC01101,RC02839,RC02869 ko00000,ko00001,ko00002,ko01000,ko01006 - - - SQS_PSY +BSU_10820 224308.BSU10820 1.01e-310 848.0 COG0534@1|root,COG0534@2|Bacteria,1TQMT@1239|Firmicutes,4H9Y2@91061|Bacilli,1ZBQK@1386|Bacillus 2|Bacteria V Mate efflux family protein yisQ GO:0003674,GO:0005215,GO:0006810,GO:0006855,GO:0008150,GO:0015238,GO:0015893,GO:0022857,GO:0042221,GO:0042493,GO:0042891,GO:0042895,GO:0046677,GO:0050896,GO:0051179,GO:0051234,GO:0055085 - ko:K03327 - - - - ko00000,ko02000 2.A.66.1 - - MatE +BSU_10830 224308.BSU10830 1.72e-208 576.0 COG1917@1|root,COG2207@1|root,COG1917@2|Bacteria,COG2207@2|Bacteria,1UYDC@1239|Firmicutes,4HAAA@91061|Bacilli,1ZCW5@1386|Bacillus 2|Bacteria K Transcriptional regulator yisR GO:0003674,GO:0003700,GO:0006139,GO:0006351,GO:0006355,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009889,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0016070,GO:0018130,GO:0019219,GO:0019222,GO:0019438,GO:0031323,GO:0031326,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0071704,GO:0080090,GO:0090304,GO:0097659,GO:0140110,GO:1901360,GO:1901362,GO:1901576,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - AraC_binding,Cupin_2,HTH_18,HTH_AraC +BSU_10840 224308.BSU10840 1.83e-235 648.0 COG1609@1|root,COG1609@2|Bacteria,1TQ7K@1239|Firmicutes,4H9V1@91061|Bacilli,1ZQ1E@1386|Bacillus 2|Bacteria K helix_turn _helix lactose operon repressor purR GO:0000976,GO:0000984,GO:0000986,GO:0000987,GO:0001017,GO:0001067,GO:0001130,GO:0001131,GO:0001141,GO:0001216,GO:0001217,GO:0002054,GO:0002057,GO:0002060,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006140,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009891,GO:0009892,GO:0009893,GO:0010468,GO:0010556,GO:0010557,GO:0010558,GO:0010563,GO:0010604,GO:0010605,GO:0010628,GO:0010629,GO:0019219,GO:0019220,GO:0019222,GO:0030808,GO:0030809,GO:0031323,GO:0031324,GO:0031325,GO:0031326,GO:0031327,GO:0031328,GO:0036094,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0045892,GO:0045893,GO:0045934,GO:0045935,GO:0045936,GO:0045980,GO:0048518,GO:0048519,GO:0048522,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051173,GO:0051174,GO:0051252,GO:0051253,GO:0051254,GO:0060255,GO:0062012,GO:0062014,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1900371,GO:1900372,GO:1900542,GO:1900543,GO:1901363,GO:1902679,GO:1902680,GO:1903506,GO:1903507,GO:1903508,GO:1990837,GO:2000112,GO:2000113,GO:2001141 - ko:K02529,ko:K03484,ko:K03604 - - - - ko00000,ko03000 - - - LacI,Peripla_BP_3 +BSU_10850 224308.BSU10850 3.96e-253 693.0 COG0673@1|root,COG0673@2|Bacteria,1TQJX@1239|Firmicutes,4HDFF@91061|Bacilli,1ZQC0@1386|Bacillus 2|Bacteria S Oxidoreductase family, C-terminal alpha/beta domain yisS GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0005975,GO:0006020,GO:0006066,GO:0008150,GO:0008152,GO:0009056,GO:0009987,GO:0010033,GO:0016052,GO:0016491,GO:0016614,GO:0016616,GO:0019310,GO:0019751,GO:0036094,GO:0042221,GO:0043167,GO:0043168,GO:0044237,GO:0044238,GO:0044248,GO:0044262,GO:0044275,GO:0044281,GO:0044282,GO:0046164,GO:0046174,GO:0048037,GO:0050662,GO:0050896,GO:0051287,GO:0051716,GO:0055114,GO:0070403,GO:0070404,GO:0070887,GO:0071704,GO:0097159,GO:1901265,GO:1901363,GO:1901575,GO:1901615,GO:1901616,GO:1901700,GO:1901701,GO:1902140,GO:1902141 1.1.1.18,1.1.1.369,1.1.1.370 ko:K00010,ko:K16043 ko00521,ko00562,ko01100,ko01120,ko01130,map00521,map00562,map01100,map01120,map01130 - R01183,R09951,R09953 RC00182 ko00000,ko00001,ko01000 - - - GFO_IDH_MocA,GFO_IDH_MocA_C +BSU_10860 224308.BSU10860 7.28e-122 347.0 COG2318@1|root,COG2318@2|Bacteria,1V51W@1239|Firmicutes,4HIYI@91061|Bacilli,1ZJR9@1386|Bacillus 2|Bacteria S DinB family yisT - - - - - - - - - - - DUF664,DinB +BSU_10870 224308.BSU10870 1.19e-152 429.0 COG1279@1|root,COG1279@2|Bacteria,1V1Q2@1239|Firmicutes,4HFYS@91061|Bacilli,1ZFM6@1386|Bacillus 2|Bacteria S Lysine exporter protein LysE YggA argO GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006812,GO:0006820,GO:0006865,GO:0008150,GO:0008324,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015174,GO:0015181,GO:0015318,GO:0015711,GO:0015802,GO:0015807,GO:0015809,GO:0015849,GO:0015893,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0042221,GO:0042493,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098655,GO:0098656,GO:1902023,GO:1903825,GO:1903826,GO:1905039,GO:1990822 - ko:K06895 - - - - ko00000,ko02000 2.A.75.1 - iPC815.YPO0918 LysE +BSU_10880 224308.BSU10880 0.0 966.0 COG1167@1|root,COG1167@2|Bacteria,1TPS5@1239|Firmicutes,4HB1C@91061|Bacilli,1ZASA@1386|Bacillus 2|Bacteria K COG1167 Transcriptional regulators containing a DNA-binding HTH domain and an aminotransferase domain (MocR family) and their eukaryotic orthologs ydfD - - ko:K00375,ko:K18907 - M00700,M00702 - - ko00000,ko00002,ko01504,ko03000 - - - Aminotran_1_2,GntR +BSU_10890 224308.BSU10890 2.15e-96 286.0 COG1357@1|root,COG1357@2|Bacteria,1VAPB@1239|Firmicutes,4HHBX@91061|Bacilli,1ZDT3@1386|Bacillus 2|Bacteria S Pentapeptide repeats (9 copies) yisX - - - - - - - - - - - Pentapeptide,Pentapeptide_4 +BSU_10900 224308.BSU10900 2.25e-199 551.0 COG2267@1|root,COG2267@2|Bacteria,1TPI0@1239|Firmicutes,4HCKX@91061|Bacilli,1ZEU4@1386|Bacillus 2|Bacteria I hydrolases or acyltransferases (alpha beta hydrolase superfamily) yisY - 1.11.1.10,3.1.1.24 ko:K00433,ko:K01055 ko00362,ko01100,ko01120,ko01220,map00362,map01100,map01120,map01220 M00568 R02991 RC00825 ko00000,ko00001,ko00002,ko01000 - - - Abhydrolase_1,Abhydrolase_4 +BSU_10910 224308.BSU10910 4.06e-145 408.0 COG0529@1|root,COG0529@2|Bacteria,1TQXK@1239|Firmicutes,4HB96@91061|Bacilli,1ZBCZ@1386|Bacillus 2|Bacteria P Catalyzes the synthesis of activated sulfate cysC GO:0000096,GO:0000103,GO:0003674,GO:0003824,GO:0004020,GO:0004779,GO:0004781,GO:0006082,GO:0006520,GO:0006790,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010134,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0016779,GO:0019379,GO:0019419,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0055114,GO:0070566,GO:0071704,GO:1901564 1.8.4.10,1.8.4.8,2.7.1.25,2.7.7.4 ko:K00390,ko:K00860,ko:K00958,ko:K13811 ko00230,ko00261,ko00450,ko00920,ko01100,ko01120,ko01130,map00230,map00261,map00450,map00920,map01100,map01120,map01130 M00176,M00596 R00509,R00529,R02021,R04928,R04929 RC00002,RC00007,RC00078,RC02809,RC02862,RC02889 ko00000,ko00001,ko00002,ko01000 - - - APS_kinase,ATP-sulfurylase,PUA_2 +BSU_10920 224308.BSU10920 3.94e-295 803.0 COG2046@1|root,COG2046@2|Bacteria,1TR4C@1239|Firmicutes,4HC20@91061|Bacilli,1ZCB4@1386|Bacillus 2|Bacteria P Belongs to the sulfate adenylyltransferase family sat - 2.7.7.4 ko:K00958 ko00230,ko00261,ko00450,ko00920,ko01100,ko01120,ko01130,map00230,map00261,map00450,map00920,map01100,map01120,map01130 M00176,M00596 R00529,R04929 RC02809,RC02889 ko00000,ko00001,ko00002,ko01000 - - - ATP-sulfurylase,PUA_2 +BSU_10930 224308.BSU10930 2.73e-184 510.0 COG0175@1|root,COG0175@2|Bacteria,1TSMI@1239|Firmicutes,4HA9E@91061|Bacilli,1ZCBJ@1386|Bacillus 2|Bacteria EH Belongs to the PAPS reductase family. CysH subfamily cysH GO:0003674,GO:0003824,GO:0004604,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0008152,GO:0016491,GO:0016667,GO:0016671,GO:0044424,GO:0044464,GO:0055114 1.8.4.10,1.8.4.8,2.7.1.25 ko:K00390,ko:K00860 ko00230,ko00920,ko01100,ko01120,map00230,map00920,map01100,map01120 M00176 R00509,R02021,R04928 RC00002,RC00007,RC00078,RC02862 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU15570 PAPS_reduct +BSU_10940 224308.BSU10940 1.34e-162 455.0 COG2045@1|root,COG2045@2|Bacteria,1TTEV@1239|Firmicutes,4HGDY@91061|Bacilli,1ZFKP@1386|Bacillus 2|Bacteria H Belongs to the ComB family comB GO:0003674,GO:0003824,GO:0016829,GO:0016830,GO:0016831,GO:0050545 3.1.3.71 ko:K05979 ko00680,ko01120,map00680,map01120 M00358 R05789 RC00428 ko00000,ko00001,ko00002,ko01000 - - - 2-ph_phosp +BSU_10950 224308.BSU10950 4.31e-180 501.0 COG1809@1|root,COG1809@2|Bacteria,1V20V@1239|Firmicutes,4HDSM@91061|Bacilli,1ZEWC@1386|Bacillus 2|Bacteria S synthase yitD - 4.4.1.19 ko:K08097 ko00680,ko01120,map00680,map01120 M00358 R07476 RC01799 ko00000,ko00001,ko00002,ko01000 - - - ComA +BSU_10960 224308.BSU10960 6.62e-140 396.0 COG1284@1|root,COG1284@2|Bacteria,1V5G7@1239|Firmicutes,4HHDF@91061|Bacilli,1ZBEZ@1386|Bacillus 2|Bacteria S Uncharacterised 5xTM membrane BCR, YitT family COG1284 yitE - - - - - - - - - - - DUF2179,YitT_membrane +BSU_10970 224308.BSU10970 8.71e-283 771.0 COG4948@1|root,COG4948@2|Bacteria,1TZ0E@1239|Firmicutes,4HDTT@91061|Bacilli 2|Bacteria M Belongs to the mandelate racemase muconate lactonizing enzyme family yitF - 5.5.1.27 ko:K18983 ko00053,map00053 - R10847 RC03287 ko00000,ko00001,ko01000 - - - MR_MLE_C,MR_MLE_N +BSU_10980 224308.BSU10980 1.01e-291 798.0 COG0477@1|root,COG2814@2|Bacteria,1TQEW@1239|Firmicutes,4HASU@91061|Bacilli,1ZB5B@1386|Bacillus 2|Bacteria EGP COG0477 Permeases of the major facilitator superfamily yitG - - ko:K08221 - - - - ko00000,ko02000 2.A.1.32 - - MFS_1,MFS_3,Sugar_tr,TRI12 +BSU_10990 224308.BSU10990 7.86e-207 571.0 COG0454@1|root,COG0454@2|Bacteria,1UHT6@1239|Firmicutes,4IS8U@91061|Bacilli,1ZS32@1386|Bacillus 2|Bacteria K Acetyltransferase (GNAT) domain yitH GO:0001101,GO:0003674,GO:0003824,GO:0006066,GO:0006355,GO:0007154,GO:0007584,GO:0008150,GO:0008152,GO:0009056,GO:0009605,GO:0009847,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0009991,GO:0010033,GO:0010034,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0016407,GO:0016491,GO:0016614,GO:0016616,GO:0016740,GO:0016746,GO:0016747,GO:0019152,GO:0019219,GO:0019222,GO:0019751,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0031667,GO:0031668,GO:0031669,GO:0031670,GO:0032502,GO:0034077,GO:0034078,GO:0034311,GO:0034313,GO:0042180,GO:0042182,GO:0042221,GO:0042844,GO:0042846,GO:0043894,GO:0044237,GO:0044248,GO:0044281,GO:0044282,GO:0045013,GO:0045014,GO:0045149,GO:0045150,GO:0045892,GO:0045934,GO:0045990,GO:0046015,GO:0046164,GO:0046174,GO:0046677,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0051716,GO:0055114,GO:0060255,GO:0061984,GO:0061985,GO:0061986,GO:0065007,GO:0070887,GO:0071229,GO:0071236,GO:0071310,GO:0071311,GO:0071496,GO:0071704,GO:0080090,GO:1901575,GO:1901615,GO:1901616,GO:1901700,GO:1901701,GO:1902652,GO:1902679,GO:1903506,GO:1903507,GO:2000112,GO:2000113,GO:2001141 - ko:K04766 - - - - ko00000,ko01000 - - - Acetyltransf_1,Acetyltransf_10 +BSU_11000 224308.BSU11000 8.19e-107 307.0 COG2153@1|root,COG2153@2|Bacteria,1UIYA@1239|Firmicutes,4ISWW@91061|Bacilli 2|Bacteria S Acetyltransferase (GNAT) domain yjcF GO:0003674,GO:0003824,GO:0016740,GO:0016746,GO:0016747 - ko:K02348,ko:K07000 - - - - ko00000 - - - 4HBT,Acetyltransf_1,Acetyltransf_10 +BSU_11010 224308.BSU11010 0.0 1205.0 COG0646@1|root,COG0685@1|root,COG0646@2|Bacteria,COG0685@2|Bacteria,1TPYV@1239|Firmicutes,4HAB5@91061|Bacilli,1ZBGC@1386|Bacillus 2|Bacteria E Catalyzes the formation of 5,10-methylenetetrahydrofolate from 5-methyltetrahydrofolate and S-adenosyl-L-homocysteine and methionine from S-adenosyl-L-methionine and L-homocysteine yitJ - 1.5.1.20,2.1.1.10,2.1.1.13 ko:K00297,ko:K00547,ko:K00548 ko00270,ko00450,ko00670,ko00720,ko01100,ko01110,ko01120,ko01200,ko01230,ko01523,map00270,map00450,map00670,map00720,map01100,map01110,map01120,map01200,map01230,map01523 M00017,M00377 R00650,R00946,R01224,R07168,R09365 RC00003,RC00035,RC00081,RC00113,RC01241 ko00000,ko00001,ko00002,ko01000 - - iAF987.Gmet_0504 MTHFR,S-methyl_trans +BSU_11020 224308.BSU11020 1.06e-77 235.0 COG1666@1|root,COG1666@2|Bacteria,1VQZH@1239|Firmicutes,4HUT5@91061|Bacilli,1ZRBD@1386|Bacillus 2|Bacteria S Belongs to the UPF0234 family yajQ GO:0000049,GO:0000166,GO:0001882,GO:0001883,GO:0003674,GO:0003676,GO:0003723,GO:0005488,GO:0005524,GO:0005525,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006974,GO:0008144,GO:0008150,GO:0009987,GO:0017076,GO:0019001,GO:0030554,GO:0032549,GO:0032550,GO:0032553,GO:0032555,GO:0032559,GO:0032561,GO:0033554,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0044424,GO:0044444,GO:0044464,GO:0050896,GO:0051716,GO:0097159,GO:0097367,GO:1901265,GO:1901363 - ko:K09767 - - - - ko00000 - - - DUF520 +BSU_11030 224308.BSU11030 1.94e-215 594.0 COG2996@1|root,COG2996@2|Bacteria,1TQ1Z@1239|Firmicutes,4HDAZ@91061|Bacilli,1ZASM@1386|Bacillus 2|Bacteria S protein conserved in bacteria cvfB - - ko:K00243 - - - - ko00000 - - - S1,S1_2 +BSU_11040 224308.BSU11040 1.69e-121 348.0 29TCH@1|root,30EJM@2|Bacteria,1UCNB@1239|Firmicutes,4IP4F@91061|Bacilli,1ZPD0@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_11055 224308.BSU11055 1.42e-218 603.0 28UJT@1|root,2ZGQB@2|Bacteria,1VNVF@1239|Firmicutes,4HRVJ@91061|Bacilli,1ZM9H@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - VKG_Carbox +BSU_11070 224308.BSU11070 3.29e-127 361.0 2CE3Z@1|root,3348B@2|Bacteria,1VF6Z@1239|Firmicutes,4HPIA@91061|Bacilli,1ZPGV@1386|Bacillus 2|Bacteria S Sporulation delaying protein SdpA - - - - - - - - - - - - SdpA +BSU_11079 224308.BSU11079 2.08e-77 230.0 COG1695@1|root,COG1695@2|Bacteria,1VXXB@1239|Firmicutes,4HNVK@91061|Bacilli,1ZHYM@1386|Bacillus 2|Bacteria K Transcriptional regulator PadR-like family - - - ko:K10947 - - - - ko00000,ko03000 - - - PadR +BSU_11080 224308.BSU11080 7.76e-123 352.0 2C85J@1|root,2ZKN3@2|Bacteria,1W5AD@1239|Firmicutes,4I1GW@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - - +BSU_11090 224308.BSU11090 4.59e-59 182.0 2E6JV@1|root,3316R@2|Bacteria,1VHSE@1239|Firmicutes,4HQJY@91061|Bacilli,1ZIRE@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF3784) yitR - - - - - - - - - - - DUF3784 +BSU_11100 224308.BSU11100 0.0 1070.0 COG3227@1|root,COG3227@2|Bacteria,1TP08@1239|Firmicutes,4H9S6@91061|Bacilli,1ZCEP@1386|Bacillus 2|Bacteria E Peptidase M4 nprB GO:0005575,GO:0005576 3.4.24.28 ko:K01400,ko:K08777 ko02024,map02024 - - - ko00000,ko00001,ko01000,ko01002 - - - FTP,PepSY,Peptidase_M4,Peptidase_M4_C +BSU_11110 224308.BSU11110 9.13e-202 558.0 COG1307@1|root,COG1307@2|Bacteria,1TQDI@1239|Firmicutes,4HAYQ@91061|Bacilli,1ZCK2@1386|Bacillus 2|Bacteria S protein conserved in bacteria yitS - - - - - - - - - - - DegV +BSU_11120 224308.BSU11120 2.29e-189 527.0 COG1284@1|root,COG1284@2|Bacteria,1TRBT@1239|Firmicutes,4HBPR@91061|Bacilli,1ZDFA@1386|Bacillus 2|Bacteria S Uncharacterized protein conserved in bacteria (DUF2179) yitT - - - - - - - - - - - DUF2179,YitT_membrane +BSU_11130 224308.BSU11130 1.38e-77 231.0 2AYP4@1|root,339GZ@2|Bacteria 2|Bacteria S Intracellular proteinase inhibitor ipi GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 - - - - - - - - - - BsuPI +BSU_11139 224308.BSU11139 7.41e-37 124.0 2EVBZ@1|root,33NSG@2|Bacteria,1VMU1@1239|Firmicutes,4I1MA@91061|Bacilli,1ZIEQ@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3813) - - - - - - - - - - - - DUF3813 +BSU_11140 224308.BSU11140 3.19e-200 553.0 COG0561@1|root,COG0561@2|Bacteria,1TREF@1239|Firmicutes,4H9Y9@91061|Bacilli,1ZC4W@1386|Bacillus 2|Bacteria S hydrolases of the HAD superfamily yitU - 3.1.3.104 ko:K21064 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R07280 RC00017 ko00000,ko00001,ko00002,ko01000 - - - Hydrolase_3 +BSU_11150 224308.BSU11150 2.92e-184 512.0 COG1073@1|root,COG1073@2|Bacteria,1TTC0@1239|Firmicutes,4HBCG@91061|Bacilli,1ZBIJ@1386|Bacillus 2|Bacteria S COG1073 Hydrolases of the alpha beta superfamily yjfP GO:0003674,GO:0003824,GO:0016787,GO:0016788,GO:0034338,GO:0052689 - ko:K06889 - - - - ko00000 - - - Abhydrolase_1,Hydrolase_4,Peptidase_S9 +BSU_11160 224308.BSU11160 1.33e-67 204.0 COG2151@1|root,COG2151@2|Bacteria,1V9YV@1239|Firmicutes,4HKC6@91061|Bacilli,1ZH2A@1386|Bacillus 2|Bacteria S metal-sulfur cluster biosynthetic enzyme yitW - - ko:K02612 ko00360,ko01120,map00360,map01120 - R09838 RC02690 ko00000,ko00001 - - - FeS_assembly_P +BSU_11170 224308.BSU11170 0.0 940.0 COG0277@1|root,COG0277@2|Bacteria,1UIU4@1239|Firmicutes,4HBGZ@91061|Bacilli,1ZD7D@1386|Bacillus 2|Bacteria C D-arabinono-1,4-lactone oxidase yitY - - - - - - - - - - - ALO,FAD_binding_4,Methyltransf_11 +BSU_11180 224308.BSU11180 1.08e-107 311.0 COG2271@1|root,COG2271@2|Bacteria,1TT4P@1239|Firmicutes,4HDSQ@91061|Bacilli,1ZG23@1386|Bacillus 2|Bacteria G Major Facilitator Superfamily norB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K08170 - M00702 - - ko00000,ko00002,ko01504,ko02000 2.A.1.3.23,2.A.1.3.59 - - MFS_1,Sugar_tr +BSU_11190 224308.BSU11190 1.82e-255 699.0 COG0002@1|root,COG0002@2|Bacteria,1TPVI@1239|Firmicutes,4H9YD@91061|Bacilli,1ZBHP@1386|Bacillus 2|Bacteria E Catalyzes the NADPH-dependent reduction of N-acetyl-5- glutamyl phosphate to yield N-acetyl-L-glutamate 5-semialdehyde argC GO:0003674,GO:0003824,GO:0003942,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016491,GO:0016620,GO:0016903,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0055114,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.2.1.38 ko:K00145 ko00220,ko01100,ko01110,ko01130,ko01210,ko01230,map00220,map01100,map01110,map01130,map01210,map01230 M00028,M00845 R03443 RC00684 ko00000,ko00001,ko00002,ko01000 - - iLJ478.TM1782,iSSON_1240.SSON_4131,iYO844.BSU11190 Semialdhyde_dh,Semialdhyde_dhC +BSU_11200 224308.BSU11200 7.4e-295 804.0 COG1364@1|root,COG1364@2|Bacteria,1TPBP@1239|Firmicutes,4H9TQ@91061|Bacilli,1ZAU3@1386|Bacillus 2|Bacteria E Catalyzes two activities which are involved in the cyclic version of arginine biosynthesis the synthesis of N- acetylglutamate from glutamate and acetyl-CoA as the acetyl donor, and of ornithine by transacetylation between N(2)-acetylornithine and glutamate argJ GO:0003674,GO:0003824,GO:0004042,GO:0004358,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006591,GO:0006592,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.3.1.1,2.3.1.35,2.7.2.8 ko:K00620,ko:K00930 ko00220,ko01100,ko01110,ko01130,ko01210,ko01230,map00220,map01100,map01110,map01130,map01210,map01230 M00028 R00259,R02282,R02649 RC00002,RC00004,RC00043,RC00064 ko00000,ko00001,ko00002,ko01000 - - iLJ478.TM1783 ArgJ +BSU_11210 224308.BSU11210 5.4e-177 494.0 COG0548@1|root,COG0548@2|Bacteria,1TP0N@1239|Firmicutes,4HH91@91061|Bacilli,1ZF3H@1386|Bacillus 2|Bacteria E Belongs to the acetylglutamate kinase family. ArgB subfamily argB GO:0003674,GO:0003824,GO:0003991,GO:0005488,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016597,GO:0016740,GO:0016772,GO:0016774,GO:0019752,GO:0031406,GO:0034618,GO:0036094,GO:0043167,GO:0043168,GO:0043169,GO:0043177,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.2.8 ko:K00930 ko00220,ko01100,ko01110,ko01130,ko01210,ko01230,map00220,map01100,map01110,map01130,map01210,map01230 M00028 R02649 RC00002,RC00043 ko00000,ko00001,ko00002,ko01000 - - - AA_kinase +BSU_11220 224308.BSU11220 1.69e-278 761.0 COG4992@1|root,COG4992@2|Bacteria,1TP9S@1239|Firmicutes,4H9VZ@91061|Bacilli,1ZC2Y@1386|Bacillus 2|Bacteria E acetylornithine aminotransferase argD GO:0003674,GO:0003824,GO:0003992,GO:0005488,GO:0005515,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008483,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016740,GO:0016769,GO:0019752,GO:0019842,GO:0030170,GO:0036094,GO:0042802,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0048037,GO:0050662,GO:0070279,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.6.1.11,2.6.1.17 ko:K00821 ko00220,ko00300,ko01100,ko01110,ko01120,ko01130,ko01210,ko01230,map00220,map00300,map01100,map01110,map01120,map01130,map01210,map01230 M00016,M00028,M00845 R02283,R04475 RC00006,RC00062 ko00000,ko00001,ko00002,ko01000,ko01007 - - - Aminotran_3 +BSU_11230 224308.BSU11230 1.4e-263 721.0 COG0505@1|root,COG0505@2|Bacteria,1TQ8N@1239|Firmicutes,4HAYC@91061|Bacilli,1ZBBD@1386|Bacillus 2|Bacteria F Carbamoyl-phosphate synthetase glutamine chain carA GO:0000050,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005951,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0019627,GO:0019752,GO:0032991,GO:0034641,GO:0040007,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0071704,GO:0071941,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1902494 6.3.5.5 ko:K01955,ko:K01956 ko00240,ko00250,ko01100,map00240,map00250,map01100 M00051 R00256,R00575,R01395,R10948,R10949 RC00002,RC00010,RC00043,RC02750,RC02798,RC03314 ko00000,ko00001,ko00002,ko01000 - - iNJ661.Rv1383,iYO844.BSU15510 CPSase_sm_chain,GATase +BSU_11240 224308.BSU11240 0.0 2007.0 COG0458@1|root,COG0458@2|Bacteria,1TPID@1239|Firmicutes,4HABE@91061|Bacilli,1ZPZA@1386|Bacillus 2|Bacteria EF Carbamoyl-phosphate synthetase ammonia chain carB GO:0000050,GO:0003674,GO:0003824,GO:0004087,GO:0004088,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016874,GO:0016879,GO:0016884,GO:0019627,GO:0019752,GO:0034641,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0071704,GO:0071941,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 6.3.5.5 ko:K01955 ko00240,ko00250,ko01100,map00240,map00250,map01100 M00051 R00256,R00575,R01395,R10948,R10949 RC00002,RC00010,RC00043,RC02750,RC02798,RC03314 ko00000,ko00001,ko00002,ko01000 - - - CPSase_L_D2,CPSase_L_D3,MGS +BSU_11250 224308.BSU11250 3.66e-226 623.0 COG0078@1|root,COG0078@2|Bacteria,1TPF2@1239|Firmicutes,4H9X8@91061|Bacilli,1ZC5E@1386|Bacillus 2|Bacteria E Reversibly catalyzes the transfer of the carbamoyl group from carbamoyl phosphate (CP) to the N(epsilon) atom of ornithine (ORN) to produce L-citrulline argF GO:0000050,GO:0003674,GO:0003824,GO:0004585,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006591,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016740,GO:0016741,GO:0016743,GO:0019627,GO:0019752,GO:0034641,GO:0042450,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0071704,GO:0071941,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.1.3.3 ko:K00611 ko00220,ko01100,ko01110,ko01130,ko01230,map00220,map01100,map01110,map01130,map01230 M00029,M00844 R01398 RC00096 ko00000,ko00001,ko00002,ko01000 - - - OTCace,OTCace_N +BSU_11260 1051501.AYTL01000027_gene674 9.06e-39 129.0 2EG5I@1|root,339XF@2|Bacteria,1VN1D@1239|Firmicutes,4HRD8@91061|Bacilli,1ZR8P@1386|Bacillus 2|Bacteria S YjzC-like protein yjzC - - - - - - - - - - - YjzC +BSU_11270 326423.RBAM_011270 8.84e-23 88.6 2DRQH@1|root,33CMT@2|Bacteria,1VMJ6@1239|Firmicutes,4HR1S@91061|Bacilli 2|Bacteria S Protein of unknown function (DUF2929) yjzD - - - - - - - - - - - DUF2929 +BSU_11280 224308.BSU11280 2.42e-182 506.0 COG2267@1|root,COG2267@2|Bacteria,1UZM1@1239|Firmicutes,4HFJW@91061|Bacilli,1ZD5F@1386|Bacillus 2|Bacteria I carboxylic ester hydrolase activity yjaU - - - - - - - - - - - Abhydrolase_1,Hydrolase_4 +BSU_11290 224308.BSU11290 5.41e-134 379.0 29HWM@1|root,30IFG@2|Bacteria,1UIYB@1239|Firmicutes,4ISWX@91061|Bacilli,1ZKCK@1386|Bacillus 2|Bacteria - - yjaV - - - - - - - - - - - - +BSU_11300 224308.BSU11300 1.29e-234 644.0 COG1744@1|root,COG1744@2|Bacteria,1UY2H@1239|Firmicutes,4HCI5@91061|Bacilli,1ZBN4@1386|Bacillus 2|Bacteria S Transcriptional activator protein med med - - ko:K02058,ko:K05519,ko:K07335 - M00221 - - ko00000,ko00002,ko02000,ko03000 3.A.1.2 - - Bmp +BSU_11310 1051501.AYTL01000027_gene679 1.07e-35 121.0 2C7Y5@1|root,2ZW4E@2|Bacteria,1W5UC@1239|Firmicutes,4HZZW@91061|Bacilli,1ZJ0V@1386|Bacillus 2|Bacteria S ComZ comZ - - ko:K02254 - - - - ko00000,ko02044 - - - ComZ +BSU_11320 224308.BSU11320 4.29e-40 133.0 2BSPY@1|root,32MSR@2|Bacteria,1U2D5@1239|Firmicutes,4IBYU@91061|Bacilli,1ZHZD@1386|Bacillus 2|Bacteria - - yjzB - - - - - - - - - - - - +BSU_11330 224308.BSU11330 1.61e-221 611.0 COG0332@1|root,COG0332@2|Bacteria,1TP0K@1239|Firmicutes,4HATK@91061|Bacilli,1ZAQ1@1386|Bacillus 2|Bacteria I Catalyzes the condensation reaction of fatty acid synthesis by the addition to an acyl acceptor of two carbons from malonyl-ACP. Catalyzes the first condensation reaction which initiates fatty acid synthesis and may therefore play a role in governing the total rate of fatty acid production. Possesses both acetoacetyl-ACP synthase and acetyl transacylase activities. Its substrate specificity determines the biosynthesis of branched- chain and or straight-chain of fatty acids fabH GO:0003674,GO:0003824,GO:0004312,GO:0004315,GO:0006082,GO:0006629,GO:0006631,GO:0006633,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009987,GO:0016053,GO:0016740,GO:0016746,GO:0016747,GO:0019752,GO:0032787,GO:0033818,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0046394,GO:0071704,GO:0072330,GO:1901576 2.3.1.180 ko:K00648 ko00061,ko01100,ko01212,map00061,map01100,map01212 M00082,M00083 R10707 RC00004,RC02729,RC02888 ko00000,ko00001,ko00002,ko01000,ko01004 - - iYO844.BSU11330 ACP_syn_III,ACP_syn_III_C +BSU_11340 224308.BSU11340 3.06e-302 823.0 COG0304@1|root,COG0304@2|Bacteria,1TPA7@1239|Firmicutes,4H9SD@91061|Bacilli,1ZD02@1386|Bacillus 2|Bacteria I Catalyzes the condensation reaction of fatty acid synthesis by the addition to an acyl acceptor of two carbons from malonyl-ACP fabF - 2.3.1.179 ko:K09458,ko:K14660 ko00061,ko00780,ko01100,ko01212,map00061,map00780,map01100,map01212 M00083,M00572 R04355,R04726,R04952,R04957,R04960,R04963,R04968,R07762,R10115,R10119 RC00039,RC02728,RC02729,RC02888 ko00000,ko00001,ko00002,ko01000,ko01004 - - iSB619.SA_RS04785 Ketoacyl-synt_C,ketoacyl-synt +BSU_11350 224308.BSU11350 9.48e-193 534.0 COG5504@1|root,COG5504@2|Bacteria,1UYP6@1239|Firmicutes,4HFSY@91061|Bacilli,1ZCYK@1386|Bacillus 2|Bacteria O Zn-dependent protease yjaZ - - - - - - - - - - - DUF2268 +BSU_11360 224308.BSU11360 6.15e-234 644.0 COG0444@1|root,COG0444@2|Bacteria,1TP6E@1239|Firmicutes,4HA4E@91061|Bacilli,1ZB72@1386|Bacillus 2|Bacteria P Belongs to the ABC transporter superfamily appD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02031,ko:K02032,ko:K15583,ko:K16202 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00239,M00439,M00566 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5,3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.2,3.A.1.5.25 - - ABC_tran,oligo_HPY +BSU_11370 224308.BSU11370 2.07e-237 652.0 COG4608@1|root,COG4608@2|Bacteria,1V36J@1239|Firmicutes,4H9YB@91061|Bacilli,1ZBA4@1386|Bacillus 2|Bacteria E Belongs to the ABC transporter superfamily appF GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02032,ko:K10823 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00239,M00439 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5,3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.25 - - ABC_tran,oligo_HPY +BSU_11381 1051501.AYTL01000027_gene686 2.17e-77 246.0 COG0747@1|root,COG0747@2|Bacteria,1TQ0N@1239|Firmicutes,4HARF@91061|Bacilli,1ZC4E@1386|Bacillus 2|Bacteria E COG0747 ABC-type dipeptide transport system, periplasmic component appA - - ko:K02035 ko02024,map02024 M00239 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5 - - SBP_bac_5 +BSU_11382 1051501.AYTL01000027_gene686 8.94e-244 680.0 COG0747@1|root,COG0747@2|Bacteria,1TQ0N@1239|Firmicutes,4HARF@91061|Bacilli,1ZC4E@1386|Bacillus 2|Bacteria E COG0747 ABC-type dipeptide transport system, periplasmic component appA - - ko:K02035 ko02024,map02024 M00239 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5 - - SBP_bac_5 +BSU_11390 224308.BSU11390 1.04e-219 607.0 COG0601@1|root,COG0601@2|Bacteria,1TP1S@1239|Firmicutes,4HATR@91061|Bacilli,1ZCAV@1386|Bacillus 2|Bacteria P COG0601 ABC-type dipeptide oligopeptide nickel transport systems, permease components oppB GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0016020,GO:0022857,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - ko:K02033 ko02024,map02024 M00239 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5 - - BPD_transp_1 +BSU_11400 224308.BSU11400 1.03e-208 578.0 COG1173@1|root,COG1173@2|Bacteria,1TP4R@1239|Firmicutes,4HBB9@91061|Bacilli,1ZCNS@1386|Bacillus 2|Bacteria EP COG1173 ABC-type dipeptide oligopeptide nickel transport systems, permease components appC - - ko:K02034,ko:K15582,ko:K16201 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00239,M00439,M00566 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5,3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.2,3.A.1.5.25 - - BPD_transp_1,OppC_N +BSU_11410 224308.BSU11410 3.18e-190 526.0 28IPR@1|root,2Z8PJ@2|Bacteria,1TPYR@1239|Firmicutes,4HBI7@91061|Bacilli,1ZAX0@1386|Bacillus 2|Bacteria S Belongs to the UPF0736 family yjbA - - - - - - - - - - - DUF3603 +BSU_11420 224308.BSU11420 6.15e-235 646.0 COG0180@1|root,COG0180@2|Bacteria,1TPY7@1239|Firmicutes,4HA1K@91061|Bacilli,1ZCUY@1386|Bacillus 2|Bacteria J Tryptophanyl-tRNA synthetase trpS GO:0003674,GO:0003824,GO:0004812,GO:0004830,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006436,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.2 ko:K01867 ko00970,map00970 M00359,M00360 R03664 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - iAF1260.b3384,iB21_1397.B21_03188,iBWG_1329.BWG_3075,iEC042_1314.EC042_3645,iECBD_1354.ECBD_0363,iECB_1328.ECB_03236,iECDH10B_1368.ECDH10B_3559,iECDH1ME8569_1439.ECDH1ME8569_3263,iECD_1391.ECD_03236,iECUMN_1333.ECUMN_3842,iECW_1372.ECW_m3639,iEKO11_1354.EKO11_0361,iEcDH1_1363.EcDH1_0329,iEcHS_1320.EcHS_A3580,iEcolC_1368.EcolC_0329,iJO1366.b3384,iLF82_1304.LF82_2316,iNRG857_1313.NRG857_16750,iPC815.YPO0157,iUMNK88_1353.UMNK88_4150,iWFL_1372.ECW_m3639,iY75_1357.Y75_RS20300 tRNA-synt_1b +BSU_11430 224308.BSU11430 0.0 1118.0 COG4166@1|root,COG4166@2|Bacteria,1TNYQ@1239|Firmicutes,4HAMK@91061|Bacilli,1ZBB4@1386|Bacillus 2|Bacteria E ABC transporter substrate-binding protein oppA GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 - ko:K15580,ko:K16199 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00439,M00566 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.2,3.A.1.5.25 - - SBP_bac_5 +BSU_11440 224308.BSU11440 4.19e-212 587.0 COG0601@1|root,COG0601@2|Bacteria,1TP1S@1239|Firmicutes,4HA2S@91061|Bacilli,1ZAUS@1386|Bacillus 2|Bacteria P COG0601 ABC-type dipeptide oligopeptide nickel transport systems, permease components oppB GO:0003674,GO:0005215,GO:0006810,GO:0008150,GO:0022857,GO:0051179,GO:0051234,GO:0055085 - ko:K02033,ko:K15581,ko:K16200 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00239,M00439,M00566 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5,3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.2,3.A.1.5.25 - iYO844.BSU12930 BPD_transp_1 +BSU_11450 224308.BSU11450 7.55e-212 586.0 COG1173@1|root,COG1173@2|Bacteria,1TP4R@1239|Firmicutes,4H9PZ@91061|Bacilli,1ZC9B@1386|Bacillus 2|Bacteria EP COG1173 ABC-type dipeptide oligopeptide nickel transport systems, permease components oppC - - ko:K02034,ko:K15582,ko:K16201 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00239,M00439,M00566 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5,3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.2,3.A.1.5.25 - - BPD_transp_1,OppC_N +BSU_11460 224308.BSU11460 3.95e-252 692.0 COG0444@1|root,COG0444@2|Bacteria,1TP6E@1239|Firmicutes,4HA4E@91061|Bacilli,1ZB72@1386|Bacillus 2|Bacteria P Belongs to the ABC transporter superfamily oppD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02031,ko:K02032,ko:K15583,ko:K16202 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00239,M00439,M00566 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5,3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.2,3.A.1.5.25 - - ABC_tran,oligo_HPY +BSU_11470 224308.BSU11470 1.27e-219 605.0 COG4608@1|root,COG4608@2|Bacteria,1V36J@1239|Firmicutes,4H9YB@91061|Bacilli,1ZBA4@1386|Bacillus 2|Bacteria E Belongs to the ABC transporter superfamily oppF GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02032,ko:K10823 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00239,M00439 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5,3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.25 - - ABC_tran,oligo_HPY +BSU_11480 224308.BSU11480 2.02e-271 745.0 COG0477@1|root,COG2814@2|Bacteria,1V9VP@1239|Firmicutes,4HX3Y@91061|Bacilli,1ZS7H@1386|Bacillus 2|Bacteria EGP Major Facilitator Superfamily yjbB - - - - - - - - - - - MFS_1 +BSU_11490 224308.BSU11490 2.65e-133 378.0 COG0454@1|root,COG0456@2|Bacteria,1TSZY@1239|Firmicutes,4HAYD@91061|Bacilli,1ZD7N@1386|Bacillus 2|Bacteria K COG0454 Histone acetyltransferase HPA2 and related acetyltransferases yjbC - - - - - - - - - - - Acetyltransf_7 +BSU_11500 224308.BSU11500 3.51e-88 259.0 COG1393@1|root,COG1393@2|Bacteria,1V3QC@1239|Firmicutes,4HH0I@91061|Bacilli,1ZFK4@1386|Bacillus 2|Bacteria K Interferes with activator-stimulated transcription by interaction with the RNA polymerase alpha-CTD. May function to globally reduce transcription of genes involved in growth- and development-promoting processes and to increase transcription of genes involved in thiol homeostasis, during periods of extreme stress spxA - 1.20.4.1 ko:K00537,ko:K16509 - - - - ko00000,ko01000 - - - ArsC +BSU_11510 224308.BSU11510 7.1e-144 407.0 COG0861@1|root,COG0861@2|Bacteria,1UYA9@1239|Firmicutes,4HETB@91061|Bacilli,1ZRX5@1386|Bacillus 2|Bacteria P Integral membrane protein TerC family yjbE GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - TerC +BSU_11520 224308.BSU11520 6.89e-151 424.0 COG4862@1|root,COG4862@2|Bacteria,1UZ7D@1239|Firmicutes,4HDV3@91061|Bacilli,1ZAV4@1386|Bacillus 2|Bacteria NOT Enables the recognition and targeting of unfolded and aggregated proteins to the ClpC protease or to other proteins involved in proteolysis. Acts negatively in the development of competence by binding ComK and recruiting it to the ClpCP protease. When overexpressed, inhibits sporulation. Also involved in Spx degradation by ClpC mecA GO:0006355,GO:0007154,GO:0008150,GO:0009292,GO:0009294,GO:0009605,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0009991,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0030420,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0031668,GO:0044764,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0051704,GO:0051716,GO:0060255,GO:0065007,GO:0071496,GO:0080090,GO:1902679,GO:1903506,GO:1903507,GO:2000112,GO:2000113,GO:2001141 - ko:K16511 - - - - ko00000 - - - MecA +BSU_11530 224308.BSU11530 4.33e-284 774.0 COG4469@1|root,COG4469@2|Bacteria,1TRGD@1239|Firmicutes,4HFP5@91061|Bacilli,1ZCFD@1386|Bacillus 2|Bacteria S Competence protein coiA - - ko:K06198 - - - - ko00000 - - - CoiA +BSU_11540 224308.BSU11540 0.0 1300.0 COG1164@1|root,COG1164@2|Bacteria,1TP4P@1239|Firmicutes,4HA7X@91061|Bacilli,1ZCHA@1386|Bacillus 2|Bacteria E oligoendopeptidase F pepF GO:0003674,GO:0003824,GO:0004175,GO:0004222,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006465,GO:0006508,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008237,GO:0009987,GO:0010467,GO:0016485,GO:0016787,GO:0019538,GO:0034641,GO:0043170,GO:0043603,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044444,GO:0044464,GO:0051604,GO:0070011,GO:0071704,GO:0140096,GO:1901564 - ko:K08602 - - - - ko00000,ko01000,ko01002 - - - Peptidase_M3,Peptidase_M3_N +BSU_11549 224308.BSU11549 2.68e-28 102.0 2AP4C@1|root,31E5Z@2|Bacteria,1U9RE@1239|Firmicutes,4HSI2@91061|Bacilli,1ZJ77@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_11550 224308.BSU11550 3.78e-218 601.0 COG2761@1|root,COG2761@2|Bacteria,1TQ8K@1239|Firmicutes,4HAI8@91061|Bacilli,1ZATS@1386|Bacillus 2|Bacteria Q dithiol-disulfide isomerase involved in polyketide biosynthesis yjbH GO:0005575,GO:0005618,GO:0005623,GO:0030312,GO:0044464,GO:0071944 - - - - - - - - - - DSBA,Thioredoxin_5 +BSU_11560 224308.BSU11560 8.58e-94 273.0 COG2346@1|root,COG2346@2|Bacteria,1V6JN@1239|Firmicutes,4HMCZ@91061|Bacilli,1ZQR2@1386|Bacillus 2|Bacteria S Bacterial-like globin yjbI - - ko:K06886 - - - - ko00000 - - - Bac_globin +BSU_11570 224308.BSU11570 1.43e-118 340.0 COG0741@1|root,COG0741@2|Bacteria,1V6DD@1239|Firmicutes,4HIWA@91061|Bacilli,1ZH33@1386|Bacillus 2|Bacteria M COG0741 Soluble lytic murein transglycosylase and related regulatory proteins (some contain LysM invasin domains) yjbJ - - - - - - - - - - - SLT +BSU_11580 224308.BSU11580 5.15e-130 369.0 COG4116@1|root,COG4116@2|Bacteria,1VA56@1239|Firmicutes,4HMNE@91061|Bacilli,1ZH0U@1386|Bacillus 2|Bacteria S protein conserved in bacteria yjbK - - - - - - - - - - - CYTH +BSU_11590 224308.BSU11590 1.87e-81 241.0 2E3PJ@1|root,32YMN@2|Bacteria,1VGBJ@1239|Firmicutes,4HNU4@91061|Bacilli,1ZIVU@1386|Bacillus 2|Bacteria S Belongs to the UPF0738 family yjbL - - - - - - - - - - - - +BSU_11600 224308.BSU11600 5.06e-145 409.0 COG2357@1|root,COG2357@2|Bacteria,1TQ2F@1239|Firmicutes,4HA3Q@91061|Bacilli,1ZBM8@1386|Bacillus 2|Bacteria S GTP pyrophosphokinase yjbM GO:0003674,GO:0003824,GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0008150,GO:0008152,GO:0008728,GO:0008893,GO:0009116,GO:0009117,GO:0009119,GO:0009150,GO:0009259,GO:0009605,GO:0009987,GO:0009991,GO:0015969,GO:0016020,GO:0016740,GO:0016772,GO:0016778,GO:0016787,GO:0016788,GO:0016794,GO:0019637,GO:0019693,GO:0030312,GO:0031667,GO:0033865,GO:0033875,GO:0034032,GO:0034035,GO:0034641,GO:0042278,GO:0042578,GO:0042594,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0046128,GO:0046483,GO:0050896,GO:0055086,GO:0071704,GO:0071944,GO:0072521,GO:1901068,GO:1901135,GO:1901360,GO:1901564,GO:1901657 2.7.6.5 ko:K07816 ko00230,map00230 - R00429 RC00002,RC00078 ko00000,ko00001,ko01000 - - - RelA_SpoT +BSU_11610 224308.BSU11610 2.94e-194 538.0 COG0061@1|root,COG0061@2|Bacteria,1TRB3@1239|Firmicutes,4HB08@91061|Bacilli,1ZAQP@1386|Bacillus 2|Bacteria G Involved in the regulation of the intracellular balance of NAD and NADP, and is a key enzyme in the biosynthesis of NADP. Catalyzes specifically the phosphorylation on 2'-hydroxyl of the adenosine moiety of NAD to yield NADP nadK GO:0000166,GO:0003674,GO:0003824,GO:0003951,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006725,GO:0006732,GO:0006733,GO:0006739,GO:0006741,GO:0006753,GO:0006766,GO:0006767,GO:0006769,GO:0006793,GO:0006796,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008976,GO:0009058,GO:0009108,GO:0009117,GO:0009165,GO:0009820,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0016776,GO:0017076,GO:0017144,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019637,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034641,GO:0034654,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0043603,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0046496,GO:0048037,GO:0050662,GO:0051186,GO:0051188,GO:0051287,GO:0055086,GO:0071704,GO:0072524,GO:0072525,GO:0090407,GO:0097159,GO:0097367,GO:1901265,GO:1901293,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576 2.7.1.23 ko:K00858 ko00760,ko01100,map00760,map01100 - R00104 RC00002,RC00078 ko00000,ko00001,ko01000 - - iEcSMS35_1347.EcSMS35_2767,iHN637.CLJU_RS05480,iLJ478.TM1733,iSB619.SA_RS04895 NAD_kinase +BSU_11620 224308.BSU11620 2.44e-206 570.0 COG0564@1|root,COG0564@2|Bacteria,1TS1T@1239|Firmicutes,4HBRY@91061|Bacilli,1ZB25@1386|Bacillus 2|Bacteria J Responsible for synthesis of pseudouridine from uracil rluD GO:0000154,GO:0000455,GO:0001522,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009451,GO:0009982,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016853,GO:0016866,GO:0022613,GO:0031118,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0044085,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:1901360 5.4.99.23,5.4.99.28,5.4.99.29 ko:K06177,ko:K06180 - - - - ko00000,ko01000,ko03009,ko03016 - - - PseudoU_synth_2 +BSU_11630 224308.BSU11630 8.09e-181 502.0 COG0639@1|root,COG0639@2|Bacteria,1TPCI@1239|Firmicutes,4HBD8@91061|Bacilli,1ZBK8@1386|Bacillus 2|Bacteria T Asymmetrically hydrolyzes Ap4p to yield AMP and ATP prpE GO:0003674,GO:0003824,GO:0004721,GO:0006464,GO:0006470,GO:0006793,GO:0006796,GO:0006807,GO:0008138,GO:0008150,GO:0008152,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0019538,GO:0036211,GO:0042578,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:0140096,GO:1901564 3.1.3.16,3.6.1.41 ko:K01090,ko:K01525 ko00230,map00230 - R00125 RC00002 ko00000,ko00001,ko01000 - - - AAA_33,Metallophos,PNKP-ligase_C,PNKP_ligase +BSU_11640 224308.BSU11640 0.0 1122.0 COG0475@1|root,COG0569@1|root,COG0475@2|Bacteria,COG0569@2|Bacteria,1TS32@1239|Firmicutes,4H9Q5@91061|Bacilli,1ZBJR@1386|Bacillus 2|Bacteria P Belongs to the monovalent cation proton antiporter 2 (CPA2) transporter (TC 2.A.37) family yjbQ - - ko:K03455,ko:K03499 - - - - ko00000,ko02000 2.A.37,2.A.38.1,2.A.38.4 - - Na_H_Exchanger,TrkA_C,TrkA_N +BSU_11650 224308.BSU11650 1.15e-176 491.0 COG0819@1|root,COG0819@2|Bacteria,1TPK0@1239|Firmicutes,4HCPF@91061|Bacilli,1ZQWS@1386|Bacillus 2|Bacteria K Catalyzes an amino-pyrimidine hydrolysis reaction at the C5' of the pyrimidine moiety of thiamine compounds, a reaction that is part of a thiamine salvage pathway tenA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 3.5.99.2 ko:K03707 ko00730,ko01100,map00730,map01100 - R02133,R09993 RC00224,RC00652,RC02832 ko00000,ko00001,ko01000,ko03000 - - - TENA_THI-4 +BSU_11660 224308.BSU11660 4.68e-138 391.0 COG0352@1|root,COG0352@2|Bacteria,1V6KJ@1239|Firmicutes,4HIM9@91061|Bacilli,1ZH29@1386|Bacillus 2|Bacteria H Transcriptional regulator TenI tenI GO:0003674,GO:0003824,GO:0004789,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006725,GO:0006766,GO:0006767,GO:0006772,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009110,GO:0009228,GO:0009987,GO:0016740,GO:0016765,GO:0017144,GO:0018130,GO:0019438,GO:0034641,GO:0042364,GO:0042723,GO:0042724,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0072527,GO:0072528,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.5.1.3,5.3.99.10 ko:K00788,ko:K10810 ko00730,ko01100,map00730,map01100 M00127 R03223,R09977,R10712 RC00224,RC02766,RC03255,RC03397 ko00000,ko00001,ko00002,ko01000,ko03000 - - iHN637.CLJU_RS06600 TMP-TENI +BSU_11670 224308.BSU11670 1.14e-277 758.0 COG0665@1|root,COG0665@2|Bacteria,1VTRW@1239|Firmicutes,4HD2K@91061|Bacilli,1ZCZM@1386|Bacillus 2|Bacteria E Glycine oxidase thiO GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006725,GO:0006766,GO:0006767,GO:0006772,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009110,GO:0009228,GO:0009987,GO:0016491,GO:0016638,GO:0016641,GO:0017144,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0036094,GO:0042364,GO:0042723,GO:0042724,GO:0043167,GO:0043168,GO:0043436,GO:0043799,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046483,GO:0048037,GO:0050660,GO:0050662,GO:0055114,GO:0071704,GO:0071949,GO:0072527,GO:0072528,GO:0097159,GO:1901265,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576 1.4.3.19,1.4.5.1 ko:K00285,ko:K03153 ko00360,ko00730,ko01100,map00360,map00730,map01100 - R01374,R07463,R09493 RC00006,RC00025,RC01788 ko00000,ko00001,ko01000 - - - DAO +BSU_11680 224308.BSU11680 5.12e-42 137.0 COG2104@1|root,COG2104@2|Bacteria 2|Bacteria H thiamine diphosphate biosynthetic process thiS - - ko:K03154 ko04122,map04122 - - - ko00000,ko00001 - - iJN678.ycf40 ThiS +BSU_11690 224308.BSU11690 3.12e-175 489.0 COG2022@1|root,COG2022@2|Bacteria,1TQZ1@1239|Firmicutes,4HBSI@91061|Bacilli,1ZB9S@1386|Bacillus 2|Bacteria H Catalyzes the rearrangement of 1-deoxy-D-xylulose 5- phosphate (DXP) to produce the thiazole phosphate moiety of thiamine. Sulfur is provided by the thiocarboxylate moiety of the carrier protein ThiS. In vitro, sulfur can be provided by H(2)S thiG GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006725,GO:0006766,GO:0006767,GO:0006772,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009110,GO:0009228,GO:0009987,GO:0017144,GO:0018130,GO:0019438,GO:0034641,GO:0040007,GO:0042364,GO:0042723,GO:0042724,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0072527,GO:0072528,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.8.1.10 ko:K03149 ko00730,ko01100,map00730,map01100 - R10247 RC03096,RC03097,RC03461 ko00000,ko00001,ko01000 - - iECABU_c1320.ECABU_c45060,iECO26_1355.ECO26_5099,ic_1306.c4947 ThiG +BSU_11700 224308.BSU11700 1.52e-238 656.0 COG0476@1|root,COG0476@2|Bacteria,1TQ3U@1239|Firmicutes,4HBGP@91061|Bacilli,1ZBR4@1386|Bacillus 2|Bacteria H COG0476 Dinucleotide-utilizing enzymes involved in molybdopterin and thiamine biosynthesis family 2 thiF GO:0003674,GO:0003824,GO:0016740,GO:0016772,GO:0016779 2.7.7.73,2.7.7.80 ko:K03148,ko:K21029 ko00730,ko01100,ko04122,map00730,map01100,map04122 - R07459 RC00043 ko00000,ko00001,ko01000 - - - ThiF +BSU_11710 224308.BSU11710 8.38e-192 532.0 COG0351@1|root,COG0351@2|Bacteria,1TQ4A@1239|Firmicutes,4HAAH@91061|Bacilli,1ZCQT@1386|Bacillus 2|Bacteria H Phosphomethylpyrimidine kinase thiD GO:0008150,GO:0040007 2.5.1.3,2.7.1.35,2.7.1.49,2.7.4.7,4.1.99.17 ko:K00868,ko:K00941,ko:K03147,ko:K21219 ko00730,ko00750,ko01100,map00730,map00750,map01100 M00127 R00174,R01909,R02493,R03223,R03471,R03472,R04509,R10712 RC00002,RC00017,RC00224,RC03251,RC03252,RC03255,RC03397 ko00000,ko00001,ko00002,ko01000 - - - Phos_pyr_kin +BSU_11720 224308.BSU11720 1.23e-182 508.0 COG0623@1|root,COG0623@2|Bacteria,1TPVD@1239|Firmicutes,4H9YN@91061|Bacilli,1ZAP0@1386|Bacillus 2|Bacteria I Enoyl- acyl-carrier-protein reductase NADH fabI GO:0000166,GO:0003674,GO:0003824,GO:0004312,GO:0004318,GO:0005488,GO:0006082,GO:0006629,GO:0006631,GO:0006633,GO:0006950,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009266,GO:0009409,GO:0009628,GO:0009987,GO:0016043,GO:0016053,GO:0016491,GO:0016627,GO:0016628,GO:0016740,GO:0016746,GO:0016747,GO:0019752,GO:0022607,GO:0030497,GO:0032787,GO:0033554,GO:0036094,GO:0043436,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0046394,GO:0048037,GO:0050661,GO:0050662,GO:0050896,GO:0051259,GO:0051260,GO:0051262,GO:0051289,GO:0051716,GO:0055114,GO:0065003,GO:0070417,GO:0071704,GO:0071840,GO:0072330,GO:0097159,GO:1901265,GO:1901363,GO:1901576 1.3.1.10,1.3.1.9 ko:K00208 ko00061,ko00333,ko00780,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01100,map01130,map01212 M00083,M00572 R01404,R04429,R04430,R04724,R04725,R04955,R04956,R04958,R04959,R04961,R04962,R04966,R04967,R04969,R04970,R07765,R10118,R10122,R11671 RC00052,RC00076,RC00120 ko00000,ko00001,ko00002,ko01000,ko01004 - - - adh_short_C2 +BSU_11730 224308.BSU11730 1.52e-108 318.0 2EECC@1|root,3386N@2|Bacteria,1VFWU@1239|Firmicutes,4HQI6@91061|Bacilli,1ZDKY@1386|Bacillus 2|Bacteria S Spore coat protein yjbX GO:0005575,GO:0005618,GO:0005623,GO:0030312,GO:0031160,GO:0044464,GO:0071944 - - - - - - - - - - Spore_coat_CotO +BSU_11740 224308.BSU11740 4.57e-108 310.0 28Q17@1|root,2ZCJP@2|Bacteria,1V1H6@1239|Firmicutes,4HGUD@91061|Bacilli,1ZESU@1386|Bacillus 2|Bacteria S Spore coat protein cotZ - - ko:K06344 - - - - ko00000 - - - Spore-coat_CotZ +BSU_11750 224308.BSU11750 3.12e-124 352.0 29X3J@1|root,30ISA@2|Bacteria,1V4YJ@1239|Firmicutes,4HHNC@91061|Bacilli,1ZDHZ@1386|Bacillus 2|Bacteria S Spore coat protein Z cotY - - ko:K06343,ko:K06344 - - - - ko00000 - - - Spore-coat_CotZ +BSU_11760 224308.BSU11760 3.55e-110 318.0 2CFVW@1|root,32S2K@2|Bacteria,1VBNQ@1239|Firmicutes,4HMD7@91061|Bacilli,1ZGPY@1386|Bacillus 2|Bacteria S Spore Coat Protein X and V domain cotX - - ko:K06342 - - - - ko00000 - - - Coat_X +BSU_11770 224308.BSU11770 1.08e-54 172.0 2ARSC@1|root,31H3P@2|Bacteria,1UAGS@1239|Firmicutes,4IKV7@91061|Bacilli,1ZHSG@1386|Bacillus 2|Bacteria - - cotW - - ko:K06341 - - - - ko00000 - - - - +BSU_11780 224308.BSU11780 1.44e-72 219.0 29RIB@1|root,30CMA@2|Bacteria,1UA32@1239|Firmicutes,4IKCH@91061|Bacilli,1ZGFD@1386|Bacillus 2|Bacteria S Spore Coat Protein X and V domain cotV - - ko:K06340 - - - - ko00000 - - - Coat_X +BSU_11790 224308.BSU11790 8.69e-76 226.0 2CDF4@1|root,32RXN@2|Bacteria,1VACE@1239|Firmicutes,4HKM4@91061|Bacilli,1ZHZZ@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF1360) yjcA - - - - - - - - - - - DUF1360 +BSU_11810 224308.BSU11810 1.88e-52 165.0 2E36V@1|root,32Y6J@2|Bacteria,1VFDU@1239|Firmicutes,4HY6K@91061|Bacilli,1ZHWX@1386|Bacillus 2|Bacteria S Stage VI sporulation protein F spoVIF - - - - - - - - - - - SpoVIF +BSU_11820 224308.BSU11820 0.0 1517.0 COG0210@1|root,COG0210@2|Bacteria,1TPVG@1239|Firmicutes,4HBVF@91061|Bacilli,1ZCF6@1386|Bacillus 2|Bacteria L DNA helicase yjcD - 3.6.4.12 ko:K03657 ko03420,ko03430,map03420,map03430 - - - ko00000,ko00001,ko01000,ko03400 - - - CoiA,UvrD-helicase,UvrD_C +BSU_11839 224308.BSU11839 6.31e-51 161.0 29RK5@1|root,30CPB@2|Bacteria,1UA5W@1239|Firmicutes,4IKGI@91061|Bacilli,1ZGY6@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_11840 224308.BSU11840 2.22e-93 273.0 COG2153@1|root,COG2153@2|Bacteria,1VA2J@1239|Firmicutes,4HKF5@91061|Bacilli,1ZH1Q@1386|Bacillus 2|Bacteria S COG0454 Histone acetyltransferase HPA2 and related acetyltransferases yjcF GO:0003674,GO:0003824,GO:0016740,GO:0016746,GO:0016747 - ko:K02348 - - - - ko00000 - - - Acetyltransf_10 +BSU_11850 224308.BSU11850 1.2e-121 347.0 COG1514@1|root,COG1514@2|Bacteria,1V2F3@1239|Firmicutes,4HG6P@91061|Bacilli,1ZG9R@1386|Bacillus 2|Bacteria J Belongs to the 2H phosphoesterase superfamily. YjcG family yjcG - - - - - - - - - - - 2_5_RNA_ligase2 +BSU_11860 224308.BSU11860 1.63e-178 496.0 COG2382@1|root,COG2382@2|Bacteria,1UCAC@1239|Firmicutes,4HC02@91061|Bacilli,1ZBAQ@1386|Bacillus 2|Bacteria P COG2382 Enterochelin esterase and related enzymes yjcH - - ko:K07214 - - - - ko00000 - - - Esterase +BSU_11870 224308.BSU11870 1.43e-273 748.0 COG0626@1|root,COG0626@2|Bacteria,1TPC7@1239|Firmicutes,4HAFQ@91061|Bacilli,1ZAR9@1386|Bacillus 2|Bacteria E cystathionine metB GO:0000096,GO:0000098,GO:0003674,GO:0003824,GO:0003962,GO:0004123,GO:0006082,GO:0006520,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008284,GO:0009056,GO:0009063,GO:0009987,GO:0016054,GO:0016740,GO:0016765,GO:0016829,GO:0016846,GO:0019752,GO:0042127,GO:0043418,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044273,GO:0044281,GO:0044282,GO:0046395,GO:0048518,GO:0048522,GO:0050667,GO:0050789,GO:0050794,GO:0065007,GO:0071704,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 2.5.1.48,4.4.1.1,4.4.1.2,4.4.1.8 ko:K01739,ko:K01760,ko:K17217 ko00260,ko00270,ko00450,ko00920,ko01100,ko01110,ko01130,ko01230,map00260,map00270,map00450,map00920,map01100,map01110,map01130,map01230 M00017,M00609 R00782,R00999,R01001,R01283,R01286,R01288,R02408,R02508,R03217,R03260,R04941,R04944,R04945,R04946 RC00020,RC00056,RC00069,RC00348,RC00382,RC00420,RC00487,RC00488,RC00710,RC01245,RC02303,RC02814,RC02848,RC02866 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU11880,iYO844.BSU27250 Cys_Met_Meta_PP +BSU_11880 224308.BSU11880 1.84e-280 766.0 COG0626@1|root,COG0626@2|Bacteria,1TPC7@1239|Firmicutes,4HAFQ@91061|Bacilli,1ZAR9@1386|Bacillus 2|Bacteria E cystathionine metC GO:0000096,GO:0000098,GO:0003674,GO:0003824,GO:0003962,GO:0004123,GO:0006082,GO:0006520,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008284,GO:0009056,GO:0009063,GO:0009987,GO:0016054,GO:0016740,GO:0016765,GO:0016829,GO:0016846,GO:0019752,GO:0042127,GO:0043418,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044273,GO:0044281,GO:0044282,GO:0046395,GO:0048518,GO:0048522,GO:0050667,GO:0050789,GO:0050794,GO:0065007,GO:0071704,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 2.5.1.48,4.4.1.1,4.4.1.2,4.4.1.8 ko:K01739,ko:K01760,ko:K17217 ko00260,ko00270,ko00450,ko00920,ko01100,ko01110,ko01130,ko01230,map00260,map00270,map00450,map00920,map01100,map01110,map01130,map01230 M00017,M00609 R00782,R00999,R01001,R01283,R01286,R01288,R02408,R02508,R03217,R03260,R04941,R04944,R04945,R04946 RC00020,RC00056,RC00069,RC00348,RC00382,RC00420,RC00487,RC00488,RC00710,RC01245,RC02303,RC02814,RC02848,RC02866 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU11880,iYO844.BSU27250 Cys_Met_Meta_PP,HRDC +BSU_11890 224308.BSU11890 2.13e-129 367.0 COG1670@1|root,COG1670@2|Bacteria,1V49W@1239|Firmicutes,4HHAP@91061|Bacilli,1ZGG6@1386|Bacillus 2|Bacteria J Alanine acetyltransferase rimJ - 2.3.1.128 ko:K03790 - - - - ko00000,ko01000,ko03009 - - - Acetyltransf_3 +BSU_11900 224308.BSU11900 7.39e-274 750.0 COG5505@1|root,COG5505@2|Bacteria,1TSC8@1239|Firmicutes,4HBJU@91061|Bacilli,1ZCH1@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF819) yjcL - - - - - - - - - - - DUF819 +BSU_11910 224308.BSU11910 1.01e-273 751.0 2DHU9@1|root,300Z5@2|Bacteria,1W055@1239|Firmicutes,4IPY9@91061|Bacilli 2|Bacteria S Putative amidase domain - - - - - - - - - - - - Amidase_6 +BSU_11920 224308.BSU11920 1.52e-68 207.0 2C7E8@1|root,3476F@2|Bacteria,1VYZK@1239|Firmicutes,4HYJE@91061|Bacilli,1ZIN3@1386|Bacillus 2|Bacteria - - yjcN - - - - - - - - - - - - +BSU_11930 224308.BSU11930 2.24e-106 306.0 COG3677@1|root,COG3677@2|Bacteria,1V8R5@1239|Firmicutes,4HJMG@91061|Bacilli,1ZFNM@1386|Bacillus 2|Bacteria L Transposase - - - - - - - - - - - - DDE_Tnp_IS1595,GerE,Zn_Tnp_IS1595 +BSU_11940 224308.BSU11940 5.68e-100 291.0 29SW9@1|root,30E2G@2|Bacteria,1UC1K@1239|Firmicutes,4INHM@91061|Bacilli,1ZNHI@1386|Bacillus 2|Bacteria - - yjcP - - - - - - - - - - - - +BSU_11950 224308.BSU11950 1.01e-65 199.0 2DYR8@1|root,34ASK@2|Bacteria,1VZ6T@1239|Firmicutes,4I0VA@91061|Bacilli 2|Bacteria S YjcQ protein - - - - - - - - - - - - YjcQ +BSU_11960 224308.BSU11960 3.29e-121 346.0 COG5484@1|root,COG5484@2|Bacteria,1V6XI@1239|Firmicutes,4HIZ8@91061|Bacilli,1ZDWD@1386|Bacillus 2|Bacteria L DNA packaging yqaS - - ko:K07474 - - - - ko00000 - - - HTH_23,Phage_terminase,Terminase_5,Terminase_6,Terminase_6C +BSU_11970 224308.BSU11970 2.17e-72 217.0 COG1359@1|root,COG1359@2|Bacteria 2|Bacteria S Antibiotic biosynthesis monooxygenase yjcS GO:0003674,GO:0003824 - - - - - - - - - - ABM +BSU_11980 224308.BSU11980 3.42e-181 504.0 COG1028@1|root,COG1028@2|Bacteria,1TQ80@1239|Firmicutes,4HASE@91061|Bacilli,1ZD1G@1386|Bacillus 2|Bacteria IQ Enoyl-(Acyl carrier protein) reductase - - 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 - - - adh_short_C2 +BSU_12000 224308.BSU12000 0.0 1265.0 COG1762@1|root,COG3711@1|root,COG1762@2|Bacteria,COG3711@2|Bacteria,1TQT1@1239|Firmicutes,4HB6A@91061|Bacilli,1ZQ0H@1386|Bacillus 2|Bacteria GKT transcriptional antiterminator manR GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563 2.7.1.200,2.7.1.202 ko:K02538,ko:K02768,ko:K02769,ko:K02770,ko:K02773,ko:K02806,ko:K03491 ko00051,ko00052,ko01100,ko01120,ko02060,map00051,map00052,map01100,map01120,map02060 M00273,M00279 R03232,R05570 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000,ko03000 4.A.2.1,4.A.5.1 - - HTH_11,Mga,PRD,PTS_EIIA_2,PTS_IIB +BSU_12010 224308.BSU12010 0.0 1204.0 COG1299@1|root,COG1445@1|root,COG1762@1|root,COG1299@2|Bacteria,COG1445@2|Bacteria,COG1762@2|Bacteria,1TPKU@1239|Firmicutes,4H9KR@91061|Bacilli,1ZC31@1386|Bacillus 2|Bacteria G phosphotransferase system manP GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563 2.7.1.191,2.7.1.202 ko:K02538,ko:K02768,ko:K02769,ko:K02770,ko:K02793,ko:K02794,ko:K02795,ko:K02806,ko:K03491 ko00051,ko00520,ko01100,ko01120,ko02060,map00051,map00520,map01100,map01120,map02060 M00273,M00276 R02630,R03232 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000,ko03000 4.A.2.1,4.A.6.1 - iSB619.SA_RS13955 PTS_EIIA_2,PTS_EIIC,PTS_IIB +BSU_12020 224308.BSU12020 6.2e-241 660.0 COG1482@1|root,COG1482@2|Bacteria,1VRGI@1239|Firmicutes,4HBFW@91061|Bacilli,1ZDJI@1386|Bacillus 2|Bacteria G mannose-6-phosphate isomerase manA - 5.3.1.8 ko:K01809 ko00051,ko00520,ko01100,ko01110,ko01130,map00051,map00520,map01100,map01110,map01130 M00114 R01819 RC00376 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU12020 PMI_typeI +BSU_12030 224308.BSU12030 3.09e-96 281.0 28NY7@1|root,2ZBVG@2|Bacteria,1V2J3@1239|Firmicutes,4HMY0@91061|Bacilli,1ZIDK@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2992) yjdF - - - - - - - - - - - DUF2992 +BSU_12040 224308.BSU12040 1.36e-121 346.0 COG1670@1|root,COG1670@2|Bacteria,1VB6W@1239|Firmicutes,4HP5I@91061|Bacilli,1ZJ1I@1386|Bacillus 2|Bacteria J Acetyltransferase (GNAT) domain yjdG - 2.3.1.128 ko:K03790 - - - - ko00000,ko01000,ko03009 - - - Acetyltransf_3 +BSU_12060 224308.BSU12060 1.01e-105 305.0 COG2606@1|root,COG2606@2|Bacteria,1V6JF@1239|Firmicutes,4HHFK@91061|Bacilli,1ZGGN@1386|Bacillus 2|Bacteria S Belongs to the prolyl-tRNA editing family. YbaK EbsC subfamily ybaK - - ko:K03976 - - - - ko00000,ko01000,ko03016 - - - tRNA_edit +BSU_12069 224308.BSU12069 6.12e-40 132.0 2E715@1|root,331JW@2|Bacteria,1VIN9@1239|Firmicutes,4HQH3@91061|Bacilli,1ZJ0A@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF4177) - - - - - - - - - - - - DUF4177 +BSU_12070 224308.BSU12070 4.66e-69 209.0 2C2RW@1|root,32WKK@2|Bacteria,1VDHU@1239|Firmicutes,4HJU1@91061|Bacilli 2|Bacteria S Domain of unknown function (DUF4306) yjdJ - - - - - - - - - - - DUF4306 +BSU_12080 224308.BSU12080 2.22e-232 640.0 COG0109@1|root,COG0109@2|Bacteria,1TPS1@1239|Firmicutes,4HBJT@91061|Bacilli,1ZCJT@1386|Bacillus 2|Bacteria O Converts heme B (protoheme IX) to heme O by substitution of the vinyl group on carbon 2 of heme B porphyrin ring with a hydroxyethyl farnesyl side group cyoE GO:0003674,GO:0003824,GO:0004311,GO:0004659,GO:0005575,GO:0005623,GO:0005886,GO:0006091,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0008495,GO:0009058,GO:0009987,GO:0015980,GO:0016020,GO:0016740,GO:0016765,GO:0018130,GO:0019438,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0044237,GO:0044249,GO:0044271,GO:0044464,GO:0045333,GO:0046148,GO:0046483,GO:0048033,GO:0048034,GO:0051186,GO:0051188,GO:0055114,GO:0071704,GO:0071944,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.5.1.141 ko:K02257 ko00190,ko00860,ko01100,ko01110,ko04714,map00190,map00860,map01100,map01110,map04714 M00154 R07411 RC01786 ko00000,ko00001,ko00002,ko01000,ko01006,ko03029 - - iSFxv_1172.SFxv_0410,iYO844.BSU12080 UbiA +BSU_12100 224308.BSU12100 0.0 910.0 COG0726@1|root,COG0726@2|Bacteria,1V6DN@1239|Firmicutes,4HEPH@91061|Bacilli,1ZC54@1386|Bacillus 2|Bacteria G Polysaccharide deacetylase pgdA GO:0005575,GO:0016020 3.5.1.104 ko:K22278 - - - - ko00000,ko01000 - - - DUF3298,DUF4163,Polysacc_deac_1 +BSU_12110 224308.BSU12110 6.36e-108 311.0 2DT08@1|root,33I4U@2|Bacteria,1W0PN@1239|Firmicutes,4HYRZ@91061|Bacilli,1ZMTC@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2690) - - - - - - - - - - - - DUF2690 +BSU_12120 224308.BSU12120 1.95e-30 107.0 2DR71@1|root,33AGR@2|Bacteria,1VKHI@1239|Firmicutes,4IMK8@91061|Bacilli,1ZKBW@1386|Bacillus 2|Bacteria S Putative motility protein yjfB - - - - - - - - - - - YjfB_motility +BSU_12130 224308.BSU12130 3.24e-219 604.0 COG5504@1|root,COG5504@2|Bacteria,1TT7P@1239|Firmicutes,4HH4B@91061|Bacilli,1ZD4T@1386|Bacillus 2|Bacteria O Predicted Zn-dependent protease (DUF2268) yjfC - - - - - - - - - - - DUF2268 +BSU_12140 224308.BSU12140 6.79e-91 266.0 COG0642@1|root,COG2205@2|Bacteria,1VBSA@1239|Firmicutes,4HKPR@91061|Bacilli,1ZHY1@1386|Bacillus 2|Bacteria T Protein of unknown function (DUF2809) yjgA - - - - - - - - - - - DUF2809 +BSU_12150 224308.BSU12150 1.22e-133 379.0 2E0RN@1|root,32W9R@2|Bacteria,1VBGS@1239|Firmicutes,4HKSB@91061|Bacilli,1ZIAP@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF4309) yjgB - - - - - - - - - - - DUF4309 +BSU_12160 224308.BSU12160 0.0 2026.0 COG3383@1|root,COG3383@2|Bacteria,1TT6D@1239|Firmicutes,4IS5E@91061|Bacilli,1ZS18@1386|Bacillus 2|Bacteria C formate dehydrogenase (NAD+) activity yjgC GO:0003674,GO:0003824,GO:0003954,GO:0005488,GO:0008150,GO:0008152,GO:0016491,GO:0016651,GO:0048037,GO:0051536,GO:0051540,GO:0055114 1.17.1.10,1.17.1.9 ko:K00123,ko:K05299 ko00630,ko00680,ko00720,ko01100,ko01120,ko01200,map00630,map00680,map00720,map01100,map01120,map01200 M00377 R00134,R00519 RC02796 ko00000,ko00001,ko00002,ko01000 - - - Fer2_4,Fer4,Molybdop_Fe4S4,Molybdopterin,Molydop_binding,NADH-G_4Fe-4S_3 +BSU_12170 224308.BSU12170 1.6e-122 350.0 COG2427@1|root,COG2427@2|Bacteria,1VDZ4@1239|Firmicutes,4HP7W@91061|Bacilli,1ZDHJ@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF1641) yjgD - - - - - - - - - - - DUF1641 +BSU_12190 224308.BSU12190 1.11e-151 426.0 COG1051@1|root,COG1051@2|Bacteria,1U7WX@1239|Firmicutes,4HHQT@91061|Bacilli,1ZD9E@1386|Bacillus 2|Bacteria F ADP-ribose pyrophosphatase yjhB - 3.6.1.13,3.6.1.55 ko:K01515,ko:K03574 ko00230,map00230 - R01054 RC00002 ko00000,ko00001,ko01000,ko03400 - - - NUDIX,Nudix_N +BSU_12210 224308.BSU12210 1.48e-289 790.0 COG2124@1|root,COG2124@2|Bacteria,1TPWZ@1239|Firmicutes,4HAGS@91061|Bacilli,1ZC1Y@1386|Bacillus 2|Bacteria C Cytochrome P450 eryK GO:0000166,GO:0003674,GO:0003824,GO:0004497,GO:0005488,GO:0005506,GO:0006066,GO:0006082,GO:0006629,GO:0006706,GO:0006707,GO:0006732,GO:0006766,GO:0006767,GO:0006768,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008202,GO:0008203,GO:0008395,GO:0009056,GO:0009058,GO:0009102,GO:0009108,GO:0009110,GO:0009987,GO:0016042,GO:0016053,GO:0016125,GO:0016127,GO:0016491,GO:0016705,GO:0016709,GO:0016713,GO:0016999,GO:0017000,GO:0017144,GO:0018130,GO:0019748,GO:0019752,GO:0020037,GO:0030638,GO:0030639,GO:0032787,GO:0033067,GO:0033068,GO:0034641,GO:0036094,GO:0036199,GO:0042364,GO:0042440,GO:0043167,GO:0043169,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044282,GO:0044283,GO:0044550,GO:0046148,GO:0046164,GO:0046394,GO:0046483,GO:0046872,GO:0046906,GO:0046914,GO:0048037,GO:0050661,GO:0050662,GO:0051186,GO:0051188,GO:0055114,GO:0071704,GO:0072330,GO:0097159,GO:1901265,GO:1901334,GO:1901336,GO:1901360,GO:1901361,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901575,GO:1901576,GO:1901615,GO:1901616,GO:1902652 1.14.13.154,1.14.14.46,1.14.15.13,1.14.15.8 ko:K14370,ko:K15468,ko:K16593,ko:K17474,ko:K21113,ko:K21114 ko00522,ko00780,ko01052,ko01100,ko01130,map00522,map00780,map01052,map01100,map01130 M00573,M00774 R05521,R05522,R10123 RC01892 ko00000,ko00001,ko00002,ko00199,ko01000,ko01008 - - - p450 +BSU_12220 224308.BSU12220 8.74e-280 765.0 COG1819@1|root,COG1819@2|Bacteria,1TSPC@1239|Firmicutes,4HB9I@91061|Bacilli,1ZB3Z@1386|Bacillus 2|Bacteria CG COG1819 Glycosyl transferases, related to UDP-glucuronosyltransferase oleD GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0008194,GO:0016740,GO:0016757,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0044424,GO:0044464 - ko:K14375,ko:K21251,ko:K21260,ko:K21262 ko00522,ko01052,ko01059,ko01130,map00522,map01052,map01059,map01130 M00777,M00833 R06484,R06485,R06486,R06487,R06488,R06489,R06490,R06491,R06492,R06493,R06494,R06495,R06496,R06497,R06498,R06499,R11418,R11420,R11421 RC00005,RC00049,RC03434 ko00000,ko00001,ko00002,ko01000,ko01008,ko01504 - GT1 - UDPGT +BSU_12229 224308.BSU12229 1.11e-41 136.0 28XHF@1|root,2ZJEU@2|Bacteria,1W6IS@1239|Firmicutes,4HZXN@91061|Bacilli,1ZJZF@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_12230 224308.BSU12230 8.69e-189 525.0 COG1587@1|root,COG1587@2|Bacteria,1V0K1@1239|Firmicutes,4HFWP@91061|Bacilli,1ZCRM@1386|Bacillus 2|Bacteria H Uroporphyrinogen-III synthase hemD - 2.1.1.107,4.2.1.75 ko:K01719,ko:K13542 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R03165,R03194 RC00003,RC00871,RC01861 ko00000,ko00001,ko00002,ko01000 - - - HEM4,Trans_reg_C +BSU_12240 224308.BSU12240 9.04e-156 439.0 COG0390@1|root,COG0390@2|Bacteria,1UY1N@1239|Firmicutes,4HDM4@91061|Bacilli,1ZB6C@1386|Bacillus 2|Bacteria S transport system, permease component ybbM GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006873,GO:0006875,GO:0006879,GO:0008150,GO:0009987,GO:0015075,GO:0016020,GO:0016021,GO:0019725,GO:0022857,GO:0030003,GO:0031224,GO:0031226,GO:0034220,GO:0042592,GO:0044425,GO:0044459,GO:0044464,GO:0046916,GO:0048878,GO:0050801,GO:0051179,GO:0051234,GO:0055065,GO:0055072,GO:0055076,GO:0055080,GO:0055082,GO:0055085,GO:0065007,GO:0065008,GO:0071944,GO:0098771 - ko:K02069 - M00211 - - ko00000,ko00002,ko02000 9.B.25.1 - - UPF0014 +BSU_12250 224308.BSU12250 2.79e-175 489.0 COG1117@1|root,COG1117@2|Bacteria,1V2UH@1239|Firmicutes,4HDCU@91061|Bacilli,1ZPYW@1386|Bacillus 2|Bacteria P ATPases associated with a variety of cellular activities pstB - 3.6.3.27 ko:K02036,ko:K02068 ko02010,map02010 M00211,M00222 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.7 - - ABC_tran +BSU_12260 224308.BSU12260 1.09e-225 622.0 COG0697@1|root,COG0697@2|Bacteria,1TP9B@1239|Firmicutes,4H9TT@91061|Bacilli,1ZB35@1386|Bacillus 2|Bacteria EG Putative multidrug resistance efflux transporter yjlA - - - - - - - - - - - EmrE +BSU_12270 224308.BSU12270 8.91e-121 344.0 COG4297@1|root,COG4297@2|Bacteria,1V6MJ@1239|Firmicutes,4HJGB@91061|Bacilli,1ZGYD@1386|Bacillus 2|Bacteria S Cupin domain yjlB - - - - - - - - - - - Cupin_1,Cupin_2 +BSU_12280 224308.BSU12280 1.39e-87 258.0 COG2427@1|root,32RCT@2|Bacteria,1V7FZ@1239|Firmicutes,4HK07@91061|Bacilli,1ZR46@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF1641) yjlC - - - - - - - - - - - DUF1641 +BSU_12290 224308.BSU12290 2.15e-280 766.0 COG1252@1|root,COG1252@2|Bacteria,1TR6X@1239|Firmicutes,4HA14@91061|Bacilli,1ZAV9@1386|Bacillus 2|Bacteria C NADH dehydrogenase yjlD GO:0003674,GO:0003824,GO:0003955,GO:0006091,GO:0008150,GO:0008152,GO:0009060,GO:0009987,GO:0015980,GO:0016491,GO:0016651,GO:0016655,GO:0019646,GO:0022900,GO:0022904,GO:0044237,GO:0045333,GO:0055114 1.6.99.3 ko:K03885 ko00190,map00190 - - - ko00000,ko00001,ko01000 - - iYO844.BSU12290,iYO844.BSU32100 Pyr_redox_2 +BSU_12300 224308.BSU12300 0.0 981.0 COG1904@1|root,COG1904@2|Bacteria,1TRI0@1239|Firmicutes,4HCGI@91061|Bacilli,1ZBR3@1386|Bacillus 2|Bacteria G glucuronate isomerase uxaC - 5.3.1.12 ko:K01812 ko00040,ko01100,map00040,map01100 M00061,M00631 R01482,R01983 RC00376 ko00000,ko00001,ko00002,ko01000 - - - UxaC +BSU_12310 224308.BSU12310 6.34e-316 862.0 COG2211@1|root,COG2211@2|Bacteria,1TRYR@1239|Firmicutes,4HUTW@91061|Bacilli,1ZR5M@1386|Bacillus 2|Bacteria G symporter YjmB yjmB - - ko:K03292,ko:K16248 - - - - ko00000,ko02000 2.A.2 - - MFS_2 +BSU_12320 224308.BSU12320 2.87e-248 681.0 COG2055@1|root,COG2055@2|Bacteria,1TR0Z@1239|Firmicutes,4HB6X@91061|Bacilli,1ZB9H@1386|Bacillus 2|Bacteria C Belongs to the LDH2 MDH2 oxidoreductase family allD - 1.1.1.350 ko:K00073 ko00230,ko01120,map00230,map01120 - R02935,R02936 RC00169 ko00000,ko00001,ko01000 - - - Ldh_2 +BSU_12330 224308.BSU12330 1.6e-246 676.0 COG1063@1|root,COG1063@2|Bacteria,1TS6I@1239|Firmicutes,4HBDT@91061|Bacilli,1ZCJC@1386|Bacillus 2|Bacteria E Alcohol dehydrogenase GroES-like domain rspB - 1.1.1.380 ko:K08322 ko00040,ko01100,map00040,map01100 - R10848 RC00085 ko00000,ko00001,ko01000 - - iYO844.BSU12330 ADH_N,ADH_zinc_N +BSU_12340 224308.BSU12340 1.66e-274 749.0 COG1312@1|root,COG1312@2|Bacteria,1TP5F@1239|Firmicutes,4H9UR@91061|Bacilli,1ZD3F@1386|Bacillus 2|Bacteria G Catalyzes the dehydration of D-mannonate uxuA GO:0003674,GO:0003824,GO:0005488,GO:0005506,GO:0005975,GO:0005996,GO:0006063,GO:0006064,GO:0006082,GO:0008150,GO:0008152,GO:0008198,GO:0008927,GO:0009056,GO:0009987,GO:0016052,GO:0016054,GO:0016829,GO:0016835,GO:0016836,GO:0019585,GO:0019752,GO:0030145,GO:0032787,GO:0042839,GO:0042840,GO:0043167,GO:0043169,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046365,GO:0046395,GO:0046872,GO:0046914,GO:0071704,GO:0072329,GO:1901575 4.2.1.8 ko:K01686 ko00040,ko01100,map00040,map01100 M00061 R05606 RC00543 ko00000,ko00001,ko00002,ko01000 - - - UxuA +BSU_12350 224308.BSU12350 1.34e-196 545.0 COG1028@1|root,COG1028@2|Bacteria,1TQ3V@1239|Firmicutes,4HBSW@91061|Bacilli,1ZBI3@1386|Bacillus 2|Bacteria IQ Belongs to the short-chain dehydrogenases reductases (SDR) family yjmF - - - - - - - - - - - adh_short,adh_short_C2 +BSU_12360 224308.BSU12360 1.37e-289 792.0 COG2271@1|root,COG2271@2|Bacteria,1TP6X@1239|Firmicutes,4HEVA@91061|Bacilli,1ZC6J@1386|Bacillus 2|Bacteria G Sugar (and other) transporter exuT GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0044425,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - ko:K03535,ko:K08191 - - - - ko00000,ko02000 2.A.1.14.1,2.A.1.14.2 - iYO844.BSU02480 MFS_1,Sugar_tr +BSU_12370 224308.BSU12370 6.95e-238 654.0 COG1609@1|root,COG1609@2|Bacteria,1UCPU@1239|Firmicutes,4HDJ7@91061|Bacilli,1ZQ1F@1386|Bacillus 2|Bacteria K transcriptional exuR - - ko:K02529 - - - - ko00000,ko03000 - - - LacI,Peripla_BP_3 +BSU_12380 224308.BSU12380 0.0 986.0 COG0246@1|root,COG0246@2|Bacteria,1TPZU@1239|Firmicutes,4HCQC@91061|Bacilli,1ZCF4@1386|Bacillus 2|Bacteria G tagaturonate reductase activity uxaB GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005996,GO:0006063,GO:0006082,GO:0008150,GO:0008152,GO:0009026,GO:0009056,GO:0009987,GO:0016052,GO:0016054,GO:0016491,GO:0016614,GO:0016616,GO:0019586,GO:0019698,GO:0019752,GO:0032787,GO:0036094,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046365,GO:0046395,GO:0046396,GO:0046397,GO:0048037,GO:0050662,GO:0051287,GO:0055114,GO:0071704,GO:0072329,GO:0097159,GO:1901265,GO:1901363,GO:1901575 1.1.1.17,1.1.1.58 ko:K00009,ko:K00041 ko00040,ko00051,ko01100,map00040,map00051,map01100 M00631 R02555,R02703 RC00085 ko00000,ko00001,ko00002,ko01000 - - - Mannitol_dh,Mannitol_dh_C +BSU_12390 224308.BSU12390 0.0 994.0 COG2721@1|root,COG2721@2|Bacteria,1TPTX@1239|Firmicutes,4HAQZ@91061|Bacilli,1ZB6X@1386|Bacillus 2|Bacteria G Altronate uxaA GO:0003674,GO:0003824,GO:0005975,GO:0005996,GO:0006063,GO:0006082,GO:0008150,GO:0008152,GO:0008789,GO:0008867,GO:0009056,GO:0009987,GO:0016052,GO:0016054,GO:0016829,GO:0016835,GO:0016836,GO:0019577,GO:0019579,GO:0019580,GO:0019586,GO:0019698,GO:0019752,GO:0032787,GO:0043436,GO:0043648,GO:0043649,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046365,GO:0046392,GO:0046395,GO:0046396,GO:0046397,GO:0071704,GO:0072329,GO:1901575 4.2.1.42,4.2.1.7,4.4.1.24 ko:K01685,ko:K01708,ko:K16845,ko:K16850 ko00040,ko00053,ko00270,ko01100,map00040,map00053,map00270,map01100 M00631 R01540,R05608,R07633 RC00543,RC01785 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU02510 GD_AH_C,SAF +BSU_12400 224308.BSU12400 1.59e-167 469.0 COG0730@1|root,COG0730@2|Bacteria,1TQFD@1239|Firmicutes,4HBT4@91061|Bacilli,1ZDN3@1386|Bacillus 2|Bacteria S membrane transporter protein MA20_18170 - - ko:K07090 - - - - ko00000 - - - TauE +BSU_12410 224308.BSU12410 4.87e-106 306.0 COG2318@1|root,COG2318@2|Bacteria,1V359@1239|Firmicutes,4HGA1@91061|Bacilli,1ZH6K@1386|Bacillus 2|Bacteria S DinB family yjoA - - - - - - - - - - - DinB,DinB_2 +BSU_12420 224308.BSU12420 6.08e-314 854.0 COG0465@1|root,COG0465@2|Bacteria,1TPA8@1239|Firmicutes,4HDJY@91061|Bacilli,1ZBWY@1386|Bacillus 2|Bacteria O AAA domain (dynein-related subfamily) VCP - 3.4.21.53 ko:K03798,ko:K04076,ko:K17681 - M00742 - - ko00000,ko00002,ko01000,ko01002,ko03029,ko03110 - - - AAA,ClpB_D2-small,Peptidase_M41 +BSU_12430 224308.BSU12430 1.49e-273 748.0 COG0457@1|root,COG0457@2|Bacteria,1UUXQ@1239|Firmicutes,4I402@91061|Bacilli,1ZDKN@1386|Bacillus 2|Bacteria S Response regulator aspartate phosphatase rapA - - ko:K06359,ko:K06360,ko:K06367 ko02024,map02024 - - - ko00000,ko00001,ko01000 - - - TPR_12,TPR_16 +BSU_12450 224308.BSU12450 1.79e-55 172.0 COG2350@1|root,COG2350@2|Bacteria,1VYYQ@1239|Firmicutes,4HY97@91061|Bacilli 2|Bacteria S YCII-related domain - - - ko:K09780 - - - - ko00000 - - - YCII +BSU_12460 224308.BSU12460 5.57e-220 607.0 COG1388@1|root,COG3409@1|root,COG5632@1|root,COG1388@2|Bacteria,COG3409@2|Bacteria,COG5632@2|Bacteria,1V5B9@1239|Firmicutes,4HJY4@91061|Bacilli,1ZIM6@1386|Bacillus 2|Bacteria M N-acetylmuramoyl-L-alanine amidase xlyA - 3.5.1.28 ko:K01447,ko:K19224 - - R04112 RC00064,RC00141 ko00000,ko01000,ko01002,ko01011 - CBM50 - Amidase_2,LysM,PG_binding_1,YkuD +BSU_12470 224308.BSU12470 3.31e-81 241.0 arCOG12631@1|root,3172B@2|Bacteria,1V77G@1239|Firmicutes,4HJ0W@91061|Bacilli,1ZH97@1386|Bacillus 2|Bacteria S Bacterial PH domain yjqA - - - - - - - - - - - bPH_1 +BSU_12480 224308.BSU12480 1.47e-143 404.0 COG4195@1|root,COG4195@2|Bacteria,1VBQ5@1239|Firmicutes,4HK5Q@91061|Bacilli,1ZQV8@1386|Bacillus 2|Bacteria S Pfam:DUF867 yjqB - - - - - - - - - - - AIG2_2,Gamma_PGA_hydro +BSU_12490 224308.BSU12490 4.54e-204 564.0 COG3546@1|root,COG3546@2|Bacteria,1TQVQ@1239|Firmicutes,4H9XR@91061|Bacilli,1ZBZ9@1386|Bacillus 2|Bacteria P Catalase ydbD GO:0006950,GO:0006974,GO:0008150,GO:0009987,GO:0033554,GO:0050896,GO:0051716 - ko:K06334,ko:K07217 - - - - ko00000 - - - Mn_catalase +BSU_12500 224308.BSU12500 3.1e-144 406.0 COG2856@1|root,COG2856@2|Bacteria,1VF4T@1239|Firmicutes,4HP2V@91061|Bacilli,1ZIKA@1386|Bacillus 2|Bacteria E IrrE N-terminal-like domain xkdA - - - - - - - - - - - Mrr_cat,Peptidase_M78 +BSU_12510 224308.BSU12510 2.01e-74 223.0 COG1396@1|root,COG1396@2|Bacteria,1VK84@1239|Firmicutes,4HRBT@91061|Bacilli,1ZISZ@1386|Bacillus 2|Bacteria K Helix-turn-helix XRE-family like proteins xre - - - - - - - - - - - HTH_19,HTH_3,HTH_31 +BSU_12520 224308.BSU12520 3.73e-203 561.0 COG1522@1|root,COG1522@2|Bacteria,1VVNW@1239|Firmicutes,4HWH8@91061|Bacilli,1ZFTW@1386|Bacillus 2|Bacteria K sequence-specific DNA binding xkdB - - - - - - - - - - - AsnC_trans_reg,HTH_AsnC-type +BSU_12530 224308.BSU12530 1.25e-195 541.0 COG1484@1|root,COG1484@2|Bacteria,1V48P@1239|Firmicutes,4HJWT@91061|Bacilli,1ZG1R@1386|Bacillus 2|Bacteria L Bacterial dnaA protein xkdC GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006271,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0022616,GO:0034641,GO:0034645,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:1901360,GO:1901576 - ko:K02315 - - - - ko00000,ko03032 - - - IstB_IS21 +BSU_12550 1178540.BA70_01760 1.19e-14 68.6 2B77Q@1|root,320A3@2|Bacteria,1UAM7@1239|Firmicutes,4IKZW@91061|Bacilli,1ZIIF@1386|Bacillus 2|Bacteria S Phage-like element PBSX protein XtrA yqaO - - - - - - - - - - - PBSX_XtrA +BSU_12560 224308.BSU12560 5.95e-112 322.0 COG1595@1|root,COG1595@2|Bacteria,1VAEY@1239|Firmicutes,4HMVP@91061|Bacilli,1ZJ9T@1386|Bacillus 2|Bacteria K COG1595 DNA-directed RNA polymerase specialized sigma subunit, sigma24 homolog xpf - - ko:K03088 - - - - ko00000,ko03021 - - - Sigma70_r4_2 +BSU_12570 224308.BSU12570 1.18e-179 501.0 COG3728@1|root,COG5484@1|root,COG3728@2|Bacteria,COG5484@2|Bacteria,1V8HJ@1239|Firmicutes,4HJ4Z@91061|Bacilli,1ZEK7@1386|Bacillus 2|Bacteria L phage terminase small subunit xtmA - - ko:K07474 - - - - ko00000 - - - HTH_23,Phage_terminase,Terminase_2,Terminase_5 +BSU_12580 224308.BSU12580 0.0 878.0 COG1783@1|root,COG1783@2|Bacteria,1TRQP@1239|Firmicutes,4HDMY@91061|Bacilli,1ZCXF@1386|Bacillus 2|Bacteria S phage terminase, large subunit xtmB - - ko:K06909 - - - - ko00000 - - - Terminase_3,Terminase_3C +BSU_12590 224308.BSU12590 0.0 982.0 COG5518@1|root,COG5518@2|Bacteria,1TT5R@1239|Firmicutes,4HEHM@91061|Bacilli,1ZE9D@1386|Bacillus 2|Bacteria S portal protein yqbA - - - - - - - - - - - Phage_portal +BSU_12600 224308.BSU12600 4.02e-176 493.0 COG0338@1|root,COG0338@2|Bacteria,1V1FT@1239|Firmicutes,4HGCH@91061|Bacilli,1ZEM9@1386|Bacillus 2|Bacteria L Putative phage serine protease XkdF xkdF3 - 2.1.1.72 ko:K06223,ko:K15125 ko03430,ko05133,map03430,map05133 - - - ko00000,ko00001,ko00536,ko01000,ko02048,ko03032,ko03400 - - - MethyltransfD12,Peptidase_S78_2 +BSU_12610 224308.BSU12610 1.12e-216 598.0 COG4653@1|root,COG4653@2|Bacteria,1V0XG@1239|Firmicutes,4HN8Z@91061|Bacilli,1ZCB6@1386|Bacillus 2|Bacteria S Phage capsid family xkdG - - - - - - - - - - - Phage_capsid +BSU_12619 224308.BSU12619 2.06e-85 251.0 2ESBD@1|root,33JW4@2|Bacteria,1VP51@1239|Firmicutes,4HYYW@91061|Bacilli 2|Bacteria S Protein of unknown function (DUF3199) yqbG - - - - - - - - - - - DUF3199 +BSU_12620 224308.BSU12620 1.05e-85 251.0 2EHGE@1|root,33B8A@2|Bacteria,1VKQF@1239|Firmicutes,4HZ7D@91061|Bacilli 2|Bacteria S Domain of unknown function (DUF3599) yqbH - - - - - - - - - - - DUF3599 +BSU_12630 224308.BSU12630 5.84e-115 329.0 2EFQM@1|root,30H1B@2|Bacteria,1TYGV@1239|Firmicutes,4HZQ3@91061|Bacilli,1ZFEH@1386|Bacillus 2|Bacteria S Bacteriophage HK97-gp10, putative tail-component xkdI - - - - - - - - - - - HK97-gp10_like +BSU_12640 224308.BSU12640 2.87e-101 293.0 28Y6W@1|root,2ZK27@2|Bacteria,1W3G3@1239|Firmicutes,4I0HC@91061|Bacilli,1ZFEX@1386|Bacillus 2|Bacteria - - xkdJ - - - - - - - - - - - - +BSU_12649 224308.BSU12649 1.35e-42 139.0 28UMM@1|root,2ZGS5@2|Bacteria,1W5VR@1239|Firmicutes,4I1KU@91061|Bacilli,1ZHU2@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_12650 224308.BSU12650 0.0 892.0 28IGV@1|root,2Z8I6@2|Bacteria,1TP1Y@1239|Firmicutes,4HFJP@91061|Bacilli,1ZJRF@1386|Bacillus 2|Bacteria S Phage tail sheath C-terminal domain xkdK - - - - - - - - - - - Phage_sheath_1,Phage_sheath_1C,Phage_sheath_1N +BSU_12660 224308.BSU12660 6.01e-99 287.0 2CBAP@1|root,32S1D@2|Bacteria,1VEC7@1239|Firmicutes,4IRT1@91061|Bacilli,1ZEZD@1386|Bacillus 2|Bacteria S Phage tail tube protein xkdM - - - - - - - - - - - DUF2001 +BSU_12671 224308.BSU12671 3.34e-101 293.0 2DQYD@1|root,339DA@2|Bacteria,1VIHA@1239|Firmicutes,4HS2Z@91061|Bacilli,1ZDQV@1386|Bacillus 2|Bacteria S Phage XkdN-like tail assembly chaperone protein, TAC - - - - - - - - - - - - Phage_TAC_5 +BSU_12672 1051501.AYTL01000027_gene847 4.26e-23 88.6 29RY7@1|root,30D2I@2|Bacteria,1UAQY@1239|Firmicutes,4IM3M@91061|Bacilli,1ZJ15@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_12680 224308.BSU12680 0.0 1798.0 COG3953@1|root,COG5412@1|root,COG3953@2|Bacteria,COG5412@2|Bacteria,1VAT4@1239|Firmicutes,4HMYI@91061|Bacilli,1ZFFP@1386|Bacillus 2|Bacteria L Transglycosylase SLT domain xkdO - - - - - - - - - - - DUF4157,SLT +BSU_12690 224308.BSU12690 3.57e-158 443.0 COG1652@1|root,COG1652@2|Bacteria,1V1BA@1239|Firmicutes,4HFRJ@91061|Bacilli,1ZD2J@1386|Bacillus 2|Bacteria S Lysin motif xkdP - - - - - - - - - - - BON,LysM +BSU_12700 224308.BSU12700 2.31e-232 639.0 COG4193@1|root,COG4193@2|Bacteria,1VAT1@1239|Firmicutes,4HQVE@91061|Bacilli,1ZBZG@1386|Bacillus 2|Bacteria G NLP P60 protein xkdQ - 3.2.1.96 ko:K01227 ko00511,map00511 - - - ko00000,ko00001,ko01000 - - - - +BSU_12710 224308.BSU12710 4.32e-53 167.0 29RS3@1|root,30CVT@2|Bacteria,1UAFU@1239|Firmicutes,4IKU7@91061|Bacilli,1ZHKX@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2577) xkdR - - - - - - - - - - - DUF2577 +BSU_12720 224308.BSU12720 1.97e-92 270.0 COG3628@1|root,COG3628@2|Bacteria,1VJ3Z@1239|Firmicutes,4HPXD@91061|Bacilli,1ZG3F@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2634) xkdS - - - - - - - - - - - DUF2634 +BSU_12730 224308.BSU12730 9.24e-246 675.0 COG3299@1|root,COG3299@2|Bacteria,1TQZU@1239|Firmicutes,4HCTP@91061|Bacilli,1ZB2D@1386|Bacillus 2|Bacteria S Evidence 3 Function proposed based on presence of conserved amino acid motif, structural feature or limited homology xkdT - - - - - - - - - - - Baseplate_J +BSU_12740 224308.BSU12740 2.76e-135 383.0 COG3778@1|root,COG3778@2|Bacteria,1VKFB@1239|Firmicutes,4HSXC@91061|Bacilli,1ZGZU@1386|Bacillus 2|Bacteria S Uncharacterised protein conserved in bacteria (DUF2313) xkdU - - - - - - - - - - - DUF2313 +BSU_12749 224308.BSU12749 1.27e-55 173.0 2EKUT@1|root,33EIE@2|Bacteria,1VMJP@1239|Firmicutes,4HR3P@91061|Bacilli,1ZP25@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_12750 224308.BSU12750 0.0 1395.0 292XD@1|root,2ZQEV@2|Bacteria,1V48I@1239|Firmicutes,4HS4X@91061|Bacilli,1ZFE2@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_12760 224308.BSU12760 8.68e-74 221.0 2BREE@1|root,32KD7@2|Bacteria,1U22K@1239|Firmicutes,4IBJV@91061|Bacilli,1ZH0P@1386|Bacillus 2|Bacteria S XkdW protein xkdW - - - - - - - - - - - XkdW +BSU_12770 224308.BSU12770 9.34e-33 113.0 29RZE@1|root,30D3R@2|Bacteria,1UAT1@1239|Firmicutes,4IM5V@91061|Bacilli,1ZJ9F@1386|Bacillus 2|Bacteria - - xkdX - - - - - - - - - - - Phage_XkdX +BSU_12780 224308.BSU12780 1.51e-198 550.0 29TBY@1|root,30EJ0@2|Bacteria,1UCMF@1239|Firmicutes,4IP3K@91061|Bacilli,1ZPBV@1386|Bacillus 2|Bacteria - - xepA - - - - - - - - - - - - +BSU_12790 224308.BSU12790 7.71e-52 164.0 2EUET@1|root,33MX4@2|Bacteria,1VKRJ@1239|Firmicutes,4HS03@91061|Bacilli,1ZIPZ@1386|Bacillus 2|Bacteria S Haemolysin XhlA xhlA - - - - - - - - - - - XhlA +BSU_12800 224308.BSU12800 8.12e-53 166.0 2DRCI@1|root,33B7V@2|Bacteria,1VKC1@1239|Firmicutes,4HP5W@91061|Bacilli,1ZKKG@1386|Bacillus 2|Bacteria S SPP1 phage holin xhlB - - - - - - - - - - - Holin_SPP1 +BSU_12810 224308.BSU12810 5.76e-212 585.0 COG3409@1|root,COG5632@1|root,COG3409@2|Bacteria,COG5632@2|Bacteria,1V7KT@1239|Firmicutes,4HJ9N@91061|Bacilli,1ZB8D@1386|Bacillus 2|Bacteria M n-acetylmuramoyl-L-alanine amidase xlyA - 3.5.1.28 ko:K01447,ko:K11062 - - R04112 RC00064,RC00141 ko00000,ko01000,ko02042 - - - Amidase_2,Cu_amine_oxidN1,Glucosaminidase,LysM,PG_binding_1,SH3_3,SLH +BSU_12820 224308.BSU12820 1.78e-31 110.0 29S32@1|root,30D7K@2|Bacteria,1UAYF@1239|Firmicutes,4IMBF@91061|Bacilli,1ZJQE@1386|Bacillus 2|Bacteria S Stage II sporulation protein SB spoIISB - - ko:K06389 - - - - ko00000 - - - SpoIISB_antitox +BSU_12830 224308.BSU12830 1.19e-175 489.0 2CDMR@1|root,33VU0@2|Bacteria,1U2MF@1239|Firmicutes,4HW8B@91061|Bacilli,1ZE5J@1386|Bacillus 2|Bacteria S Toxin SpoIISA, type II toxin-antitoxin system spoIISA - - ko:K06388 - - - - ko00000 - - - SpoIISA_toxin +BSU_12840 224308.BSU12840 1.54e-225 623.0 COG0306@1|root,COG0306@2|Bacteria,1TQ3D@1239|Firmicutes,4HAPD@91061|Bacilli,1ZBFE@1386|Bacillus 2|Bacteria P phosphate transporter pit GO:0003674,GO:0005215,GO:0005315,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006817,GO:0006820,GO:0008150,GO:0015291,GO:0015318,GO:0015698,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0035435,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944,GO:0098656,GO:0098660,GO:0098661 - ko:K03306 - - - - ko00000 2.A.20 - - PHO4 +BSU_12850 224308.BSU12850 1.85e-144 407.0 COG1392@1|root,COG1392@2|Bacteria,1V3AP@1239|Firmicutes,4IRDI@91061|Bacilli,1ZRTM@1386|Bacillus 2|Bacteria P COG1392 Phosphate transport regulator (distant homolog of PhoU) ykaA - - ko:K07220 - - - - ko00000 - - - PhoU_div +BSU_12860 224308.BSU12860 7.7e-311 847.0 COG0531@1|root,COG0531@2|Bacteria,1TQ48@1239|Firmicutes,4HBGT@91061|Bacilli,1ZCVT@1386|Bacillus 2|Bacteria E amino acid steT GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015179,GO:0015291,GO:0015297,GO:0015318,GO:0015711,GO:0015807,GO:0015849,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1902475,GO:1903825,GO:1905039 - ko:K03294 - - - - ko00000 2.A.3.2 - - AA_permease_2 +BSU_12870 224308.BSU12870 3.43e-234 643.0 COG0346@1|root,COG0346@2|Bacteria,1TP7I@1239|Firmicutes,4H9ND@91061|Bacilli,1ZBUA@1386|Bacillus 2|Bacteria E COG0346 Lactoylglutathione lyase and related lyases ykcA - - ko:K15975 - - - - ko00000 - - - Glyoxalase +BSU_12880 224308.BSU12880 0.0 1252.0 COG1807@1|root,COG1807@2|Bacteria,1TPGI@1239|Firmicutes,4HCEY@91061|Bacilli,1ZCFV@1386|Bacillus 2|Bacteria M COG1807 4-amino-4-deoxy-L-arabinose transferase and related glycosyltransferases of PMT family ykcB - - - - - - - - - - - PMT_2 +BSU_12890 224308.BSU12890 1.34e-230 635.0 COG0463@1|root,COG0463@2|Bacteria,1TPR3@1239|Firmicutes,4HC2Z@91061|Bacilli,1ZD2D@1386|Bacillus 2|Bacteria M COG0463 Glycosyltransferases involved in cell wall biogenesis ykcC - - ko:K20534 - - - - ko00000,ko01000,ko01005,ko02000 4.D.2.1.9 GT2 - Glycos_transf_2 +BSU_12900 224308.BSU12900 2.25e-288 791.0 COG0265@1|root,COG0265@2|Bacteria,1TRM8@1239|Firmicutes,4HA31@91061|Bacilli,1ZB6P@1386|Bacillus 2|Bacteria O COG0265 Trypsin-like serine proteases, typically periplasmic, contain C-terminal PDZ domain htrA GO:0008150,GO:0009266,GO:0009628,GO:0050896 3.4.21.107 ko:K04691,ko:K04771 ko01503,ko02020,map01503,map02020 M00728 - - ko00000,ko00001,ko00002,ko01000,ko01002,ko03110 - - - PDZ_2,Trypsin_2 +BSU_12910 224308.BSU12910 1.54e-183 511.0 COG0345@1|root,COG0345@2|Bacteria,1UZ3D@1239|Firmicutes,4HCJ6@91061|Bacilli,1ZCP4@1386|Bacillus 2|Bacteria E Pyrroline-5-carboxylate reductase proG - 1.5.1.2 ko:K00286,ko:K02239 ko00330,ko01100,ko01110,ko01130,ko01230,map00330,map01100,map01110,map01130,map01230 M00015,M00429 R01248,R01251,R03291,R03293 RC00054,RC00083 ko00000,ko00001,ko00002,ko01000,ko02044 - - - F420_oxidored,P5CR_dimer +BSU_12920 224308.BSU12920 2.42e-197 546.0 COG2362@1|root,COG2362@2|Bacteria,1TSUZ@1239|Firmicutes,4HC5R@91061|Bacilli,1ZC41@1386|Bacillus 2|Bacteria E D-aminopeptidase dppA - - ko:K16203 - - - - ko00000,ko01000,ko01002 3.A.1.5.2 - iYO844.BSU12920 Peptidase_M55 +BSU_12930 224308.BSU12930 2.92e-206 572.0 COG0601@1|root,COG0601@2|Bacteria,1TP1S@1239|Firmicutes,4HA2S@91061|Bacilli,1ZAUS@1386|Bacillus 2|Bacteria P COG0601 ABC-type dipeptide oligopeptide nickel transport systems, permease components oppB GO:0003674,GO:0005215,GO:0006810,GO:0008150,GO:0022857,GO:0051179,GO:0051234,GO:0055085 - ko:K02033,ko:K15581,ko:K16200 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00239,M00439,M00566 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5,3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.2,3.A.1.5.25 - iYO844.BSU12930 BPD_transp_1 +BSU_12940 224308.BSU12940 5.62e-226 623.0 COG1173@1|root,COG1173@2|Bacteria,1TP4R@1239|Firmicutes,4H9PZ@91061|Bacilli,1ZC9B@1386|Bacillus 2|Bacteria EP COG1173 ABC-type dipeptide oligopeptide nickel transport systems, permease components dppC - - ko:K02034,ko:K15582,ko:K16201 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00239,M00439,M00566 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5,3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.2,3.A.1.5.25 - - BPD_transp_1,OppC_N +BSU_12950 224308.BSU12950 6.22e-242 664.0 COG0444@1|root,COG0444@2|Bacteria,1TP6E@1239|Firmicutes,4HA4E@91061|Bacilli,1ZB72@1386|Bacillus 2|Bacteria P Belongs to the ABC transporter superfamily dppD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02031,ko:K02032,ko:K15583,ko:K16202 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00239,M00439,M00566 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5,3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.2,3.A.1.5.25 - - ABC_tran,oligo_HPY +BSU_12960 224308.BSU12960 0.0 1121.0 COG4166@1|root,COG4166@2|Bacteria,1TNYQ@1239|Firmicutes,4HAMK@91061|Bacilli,1ZBB4@1386|Bacillus 2|Bacteria E ABC transporter substrate-binding protein dppE GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 - ko:K15580,ko:K16199 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00439,M00566 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.2,3.A.1.5.25 - - SBP_bac_5 +BSU_12970 224308.BSU12970 7.18e-233 640.0 COG1619@1|root,COG1619@2|Bacteria,1TRBB@1239|Firmicutes,4HAWT@91061|Bacilli,1ZC09@1386|Bacillus 2|Bacteria V proteins, homologs of microcin C7 resistance protein MccF ykfA - 3.4.17.13 ko:K01297 - - - - ko00000,ko01000,ko01002,ko01011 - - - Peptidase_S66 +BSU_12980 224308.BSU12980 1.24e-259 712.0 COG4948@1|root,COG4948@2|Bacteria,1TQMS@1239|Firmicutes,4HCY5@91061|Bacilli,1ZC5Y@1386|Bacillus 2|Bacteria M Belongs to the mandelate racemase muconate lactonizing enzyme family ykfB GO:0000287,GO:0003674,GO:0003824,GO:0005488,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016853,GO:0016854,GO:0034641,GO:0043167,GO:0043169,GO:0043603,GO:0044237,GO:0046872,GO:0071704,GO:1901564 5.1.1.20 ko:K19802 - - R10938 RC03309 ko00000,ko01000 - - - MR_MLE_C,MR_MLE_N +BSU_12990 224308.BSU12990 2.56e-219 604.0 COG0791@1|root,COG0791@2|Bacteria,1TSZ0@1239|Firmicutes,4HBUM@91061|Bacilli,1ZD7T@1386|Bacillus 2|Bacteria M COG0791 Cell wall-associated hydrolases (invasion-associated proteins) ykfC - 3.4.14.13 ko:K20742,ko:K21471 - - - - ko00000,ko01000,ko01002,ko01011 - - - NLPC_P60,SH3_3 +BSU_13000 224308.BSU13000 1.77e-238 655.0 COG4608@1|root,COG4608@2|Bacteria,1V36J@1239|Firmicutes,4H9YB@91061|Bacilli,1ZBA4@1386|Bacillus 2|Bacteria E Belongs to the ABC transporter superfamily ykfD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02032,ko:K10823 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00239,M00439 - - ko00000,ko00001,ko00002,ko02000 3.A.1.5,3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.25 - - ABC_tran,oligo_HPY +BSU_13010 224308.BSU13010 9.83e-262 716.0 COG2706@1|root,COG2706@2|Bacteria,1TQ3J@1239|Firmicutes,4HBHB@91061|Bacilli,1ZANH@1386|Bacillus 2|Bacteria G 6-phosphogluconolactonase pgl GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0016787,GO:0016788,GO:0017057,GO:0044424,GO:0044444,GO:0044464,GO:0052689 3.1.1.31 ko:K07404 ko00030,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map01100,map01110,map01120,map01130,map01200 M00004,M00006,M00008 R02035 RC00537 ko00000,ko00001,ko00002,ko01000 - - - Lactonase +BSU_13020 224308.BSU13020 4.37e-206 570.0 COG1834@1|root,COG1834@2|Bacteria,1VDT8@1239|Firmicutes,4ISAW@91061|Bacilli,1ZCTN@1386|Bacillus 2|Bacteria E Amidinotransferase ykgA - - - - - - - - - - - Amidinotransf +BSU_13030 224308.BSU13030 2.16e-120 343.0 COG1607@1|root,COG1607@2|Bacteria,1V3S2@1239|Firmicutes,4HJ0Z@91061|Bacilli,1ZGQ9@1386|Bacillus 2|Bacteria I Acyl-CoA hydrolase ykhA GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006163,GO:0006629,GO:0006631,GO:0006637,GO:0006725,GO:0006732,GO:0006753,GO:0006790,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009117,GO:0009150,GO:0009259,GO:0009987,GO:0016289,GO:0016787,GO:0016788,GO:0016790,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0033865,GO:0033875,GO:0034032,GO:0034641,GO:0035383,GO:0043436,GO:0043603,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0047617,GO:0051186,GO:0055086,GO:0071704,GO:0072521,GO:1901135,GO:1901360,GO:1901564 3.1.2.20 ko:K01073 - - - - ko00000,ko01000 - - - 4HBT +BSU_13040 224308.BSU13040 2.65e-289 790.0 COG1017@1|root,COG1018@1|root,COG1017@2|Bacteria,COG1018@2|Bacteria,1TRG2@1239|Firmicutes,4HAU3@91061|Bacilli,1ZAP9@1386|Bacillus 2|Bacteria C Is involved in NO detoxification in an aerobic process, termed nitric oxide dioxygenase (NOD) reaction that utilizes O(2) and NAD(P)H to convert NO to nitrate, which protects the bacterium from various noxious nitrogen compounds. Therefore, plays a central role in the inducible response to nitrosative stress hmp GO:0000041,GO:0000166,GO:0001505,GO:0003674,GO:0003824,GO:0004155,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0006807,GO:0006810,GO:0006811,GO:0006812,GO:0006826,GO:0006950,GO:0008144,GO:0008150,GO:0008152,GO:0008941,GO:0009056,GO:0009987,GO:0015669,GO:0015671,GO:0015893,GO:0016491,GO:0016645,GO:0016646,GO:0016705,GO:0016708,GO:0017144,GO:0019825,GO:0030001,GO:0033554,GO:0034641,GO:0036094,GO:0042133,GO:0042135,GO:0042221,GO:0042493,GO:0042737,GO:0043167,GO:0043168,GO:0044237,GO:0044248,GO:0044270,GO:0044464,GO:0046209,GO:0046210,GO:0048037,GO:0050660,GO:0050662,GO:0050896,GO:0051179,GO:0051213,GO:0051234,GO:0051409,GO:0051716,GO:0055114,GO:0065007,GO:0065008,GO:0071500,GO:0071949,GO:0072593,GO:0097159,GO:1901265,GO:1901363,GO:2001057 1.14.12.17,1.18.1.3 ko:K05916,ko:K15765 ko00623,ko00920,ko01100,ko01120,ko01220,ko05132,map00623,map00920,map01100,map01120,map01220,map05132 M00538 R02550,R03562,R05666,R09513 RC00269,RC00490,RC02556 ko00000,ko00001,ko00002,ko01000 - - - FAD_binding_6,Globin,NAD_binding_1 +BSU_13050 279010.BL05199 5.85e-13 64.7 290T0@1|root,2ZNF3@2|Bacteria,1W534@1239|Firmicutes,4I1ZV@91061|Bacilli,1ZPGP@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_13060 224308.BSU13060 1.96e-167 468.0 COG2323@1|root,COG2323@2|Bacteria,1V95K@1239|Firmicutes,4HIRN@91061|Bacilli,1ZQ05@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF421) ykjA - - - - - - - - - - - DUF421 +BSU_13070 224308.BSU13070 1.57e-128 364.0 COG2318@1|root,COG2318@2|Bacteria,1VXC8@1239|Firmicutes,4HWVP@91061|Bacilli,1ZH7I@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF664) ykkA - - - - - - - - - - - DUF664,DinB_2 +BSU_13080 224308.BSU13080 3.59e-128 363.0 COG1670@1|root,COG1670@2|Bacteria,1V4IY@1239|Firmicutes,4HG60@91061|Bacilli,1ZFNH@1386|Bacillus 2|Bacteria J COG1670 Acetyltransferases, including N-acetylases of ribosomal proteins ykkB - 2.3.1.128 ko:K03790 - - - - ko00000,ko01000,ko03009 - - - Acetyltransf_3 +BSU_13090 224308.BSU13090 1.27e-72 218.0 COG2076@1|root,COG2076@2|Bacteria,1VA2G@1239|Firmicutes,4HKGV@91061|Bacilli,1ZHW4@1386|Bacillus 2|Bacteria P Multidrug resistance protein ykkC GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0015893,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0042221,GO:0042493,GO:0044425,GO:0044459,GO:0044464,GO:0046618,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - ko:K11741,ko:K18924 - M00712 - - ko00000,ko00002,ko02000 2.A.7.1,2.A.7.1.5 - - Multi_Drug_Res +BSU_13100 224308.BSU13100 2.86e-68 206.0 COG2076@1|root,COG2076@2|Bacteria,1VAQQ@1239|Firmicutes,4HKMP@91061|Bacilli,1ZHZ0@1386|Bacillus 2|Bacteria P Multidrug resistance protein ykkD GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0015893,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0042221,GO:0042493,GO:0044425,GO:0044459,GO:0044464,GO:0046618,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - ko:K11741,ko:K18925 - M00712 - - ko00000,ko00002,ko02000 2.A.7.1,2.A.7.1.5 - - Multi_Drug_Res +BSU_13110 224308.BSU13110 5.81e-218 601.0 COG0788@1|root,COG0788@2|Bacteria,1TSN4@1239|Firmicutes,4HAW2@91061|Bacilli,1ZAYE@1386|Bacillus 2|Bacteria F Catalyzes the hydrolysis of 10-formyltetrahydrofolate (formyl-FH4) to formate and tetrahydrofolate (FH4) purU GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006163,GO:0006164,GO:0006575,GO:0006725,GO:0006730,GO:0006732,GO:0006753,GO:0006760,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008864,GO:0009058,GO:0009108,GO:0009117,GO:0009150,GO:0009152,GO:0009165,GO:0009256,GO:0009257,GO:0009259,GO:0009260,GO:0009396,GO:0009987,GO:0016053,GO:0016787,GO:0016810,GO:0016811,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0019752,GO:0034641,GO:0034654,GO:0042398,GO:0042558,GO:0042559,GO:0043436,GO:0043603,GO:0043604,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046390,GO:0046394,GO:0046483,GO:0046653,GO:0046654,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.7.7.72,3.5.1.10 ko:K00974,ko:K01433 ko00630,ko00670,ko03013,map00630,map00670,map03013 - R00944,R09382,R09383,R09384,R09386 RC00026,RC00078,RC00111 ko00000,ko00001,ko01000,ko03016 - - iSDY_1059.SDY_1284 ACT,Formyl_trans_N +BSU_13120 224308.BSU13120 3.16e-257 706.0 COG0263@1|root,COG0263@2|Bacteria,1TPG6@1239|Firmicutes,4HA9B@91061|Bacilli,1ZAPU@1386|Bacillus 2|Bacteria E Catalyzes the transfer of a phosphate group to glutamate to form L-glutamate 5-phosphate proB GO:0003674,GO:0003824,GO:0004349,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006560,GO:0006561,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016774,GO:0018130,GO:0019202,GO:0019752,GO:0040007,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.2.11 ko:K00931 ko00330,ko00332,ko01100,ko01130,ko01230,map00330,map00332,map01100,map01130,map01230 M00015 R00239 RC00002,RC00043 ko00000,ko00001,ko00002,ko01000 - - - AA_kinase,PUA +BSU_13130 224308.BSU13130 3.38e-291 796.0 COG0014@1|root,COG0014@2|Bacteria,1TQ9V@1239|Firmicutes,4HB7B@91061|Bacilli,1ZC00@1386|Bacillus 2|Bacteria E Catalyzes the NADPH-dependent reduction of L-glutamate 5-phosphate into L-glutamate 5-semialdehyde and phosphate. The product spontaneously undergoes cyclization to form 1-pyrroline-5- carboxylate proA GO:0003674,GO:0003824,GO:0004350,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006082,GO:0006520,GO:0006560,GO:0006561,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016020,GO:0016053,GO:0016491,GO:0016620,GO:0016903,GO:0017144,GO:0018130,GO:0019752,GO:0042802,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0055114,GO:0055129,GO:0071704,GO:0071944,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.2.1.41,1.2.1.81 ko:K00147,ko:K15515 ko00330,ko00332,ko01100,ko01110,ko01130,ko01230,map00330,map00332,map01100,map01110,map01130,map01230 M00015 R03313 RC00684 ko00000,ko00001,ko00002,ko01000 - - iB21_1397.B21_00243,iECBD_1354.ECBD_3376,iECB_1328.ECB_00240,iECD_1391.ECD_00240,iLJ478.TM0293,iNJ661.Rv2427c,iYL1228.KPN_00280,iYO844.BSU13130 Aldedh +BSU_13140 224308.BSU13140 2.39e-93 273.0 COG1764@1|root,COG1764@2|Bacteria,1V54N@1239|Firmicutes,4HJCS@91061|Bacilli,1ZHD3@1386|Bacillus 2|Bacteria O Organic hydroperoxide resistance protein ohrA - - ko:K04063 - - - - ko00000 - - - OsmC +BSU_13150 224308.BSU13150 1.21e-98 286.0 COG1846@1|root,COG1846@2|Bacteria,1V6G0@1239|Firmicutes,4HKQR@91061|Bacilli,1ZHB6@1386|Bacillus 2|Bacteria K COG1846 Transcriptional regulators ohrR GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0044424,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - MarR +BSU_13160 224308.BSU13160 8.15e-94 273.0 COG1764@1|root,COG1764@2|Bacteria,1V54N@1239|Firmicutes,4HJCS@91061|Bacilli,1ZHD3@1386|Bacillus 2|Bacteria O Organic hydroperoxide resistance protein ohrB - - ko:K04063 - - - - ko00000 - - - OsmC +BSU_13170 224308.BSU13170 5.67e-115 328.0 COG0590@1|root,COG0590@2|Bacteria,1V7G0@1239|Firmicutes,4HJIH@91061|Bacilli,1ZEIN@1386|Bacillus 2|Bacteria FJ COG0590 Cytosine adenosine deaminases guaD GO:0002097,GO:0002100,GO:0006139,GO:0006382,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016553,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:1901360 3.5.4.12,3.5.4.3,3.5.4.33 ko:K01487,ko:K01493,ko:K11991 ko00230,ko00240,ko01100,map00230,map00240,map01100 M00429 R01663,R01676,R10223 RC00074,RC00204,RC00477 ko00000,ko00001,ko00002,ko01000,ko02044,ko03016 - - - MafB19-deam,dCMP_cyt_deam_1 +BSU_13180 224308.BSU13180 0.0 1516.0 COG0620@1|root,COG0620@2|Bacteria,1TP2H@1239|Firmicutes,4H9QC@91061|Bacilli,1ZBI7@1386|Bacillus 2|Bacteria E Catalyzes the transfer of a methyl group from 5- methyltetrahydrofolate to homocysteine resulting in methionine formation metE GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0003871,GO:0005575,GO:0005576,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006082,GO:0006464,GO:0006479,GO:0006520,GO:0006555,GO:0006575,GO:0006725,GO:0006730,GO:0006732,GO:0006760,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008172,GO:0008213,GO:0008276,GO:0008652,GO:0008705,GO:0009058,GO:0009066,GO:0009067,GO:0009086,GO:0009987,GO:0016020,GO:0016053,GO:0016740,GO:0016741,GO:0019538,GO:0019752,GO:0030312,GO:0032259,GO:0034641,GO:0035999,GO:0036211,GO:0040007,GO:0042084,GO:0042085,GO:0042558,GO:0043170,GO:0043412,GO:0043414,GO:0043436,GO:0043603,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0046653,GO:0050667,GO:0051186,GO:0071704,GO:0071944,GO:0140096,GO:1901360,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.1.1.14 ko:K00549 ko00270,ko00450,ko01100,ko01110,ko01230,map00270,map00450,map01100,map01110,map01230 M00017 R04405,R09365 RC00035,RC00113,RC01241 ko00000,ko00001,ko00002,ko01000 - - iE2348C_1286.E2348C_4130,iECO103_1326.ECO103_4334,iECO111_1330.ECO111_4657,iECO26_1355.ECO26_4756,iECW_1372.ECW_m4131,iEKO11_1354.EKO11_4528,iPC815.YPO3788,iWFL_1372.ECW_m4131 Meth_synt_1,Meth_synt_2 +BSU_13190 224308.BSU13190 3.66e-226 623.0 COG1404@1|root,COG1404@2|Bacteria,1TPZ5@1239|Firmicutes,4HA5F@91061|Bacilli,1ZPUP@1386|Bacillus 2|Bacteria O Belongs to the peptidase S8 family isp - - ko:K13275 - - - - ko00000,ko01000,ko01002,ko03110 - - - Peptidase_S8 +BSU_13200 224308.BSU13200 3.99e-193 536.0 COG1366@1|root,COG1366@2|Bacteria,1V1QF@1239|Firmicutes,4HGBT@91061|Bacilli,1ZDJX@1386|Bacillus 2|Bacteria T COG1366 Anti-anti-sigma regulatory factor (antagonist of anti-sigma factor) - GO:0003674,GO:0003824,GO:0004672,GO:0004674,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006464,GO:0006468,GO:0006793,GO:0006796,GO:0006807,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019538,GO:0023052,GO:0035556,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0065007,GO:0071704,GO:0140096,GO:1901564 - ko:K17763 - - - - ko00000,ko03021 - - - STAS +BSU_13210 224308.BSU13210 3.8e-175 489.0 COG0619@1|root,COG0619@2|Bacteria,1TUDZ@1239|Firmicutes,4HCPC@91061|Bacilli,1ZEHA@1386|Bacillus 2|Bacteria P Cobalt transport protein ykoC - - ko:K16785,ko:K16786,ko:K16787 ko02010,map02010 M00582 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.25,3.A.1.28,3.A.1.29,3.A.1.30,3.A.1.31,3.A.1.32,3.A.1.33,3.A.1.35 - - ABC_tran,CbiQ +BSU_13220 224308.BSU13220 0.0 1070.0 COG1122@1|root,COG1122@2|Bacteria,1TPH8@1239|Firmicutes,4HAJM@91061|Bacilli,1ZD95@1386|Bacillus 2|Bacteria P ABC transporter, ATP-binding protein ykoD GO:0003674,GO:0003824,GO:0005215,GO:0006810,GO:0008150,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085 - ko:K16785,ko:K16786,ko:K16787 ko02010,map02010 M00582 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.25,3.A.1.28,3.A.1.29,3.A.1.30,3.A.1.31,3.A.1.32,3.A.1.33,3.A.1.35 - - ABC_tran,CbiQ,DUF3744 +BSU_13230 224308.BSU13230 1.39e-127 364.0 COG4721@1|root,COG4721@2|Bacteria,1V39N@1239|Firmicutes,4HF32@91061|Bacilli,1ZEPF@1386|Bacillus 2|Bacteria S ABC-type cobalt transport system, permease component ykoE - - ko:K16925 - M00582 - - ko00000,ko00002,ko02000 3.A.1.30 - - ABC_cobalt +BSU_13240 224308.BSU13240 7.28e-144 405.0 28NV2@1|root,2ZBT9@2|Bacteria,1TQQC@1239|Firmicutes,4HCCT@91061|Bacilli,1ZFNS@1386|Bacillus 2|Bacteria S YKOF-related Family ykoF - - - - - - - - - - - Ykof +BSU_13250 224308.BSU13250 2.59e-160 449.0 COG0745@1|root,COG0745@2|Bacteria,1TS81@1239|Firmicutes,4H9NE@91061|Bacilli,1ZD1X@1386|Bacillus 2|Bacteria T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain ykoG - - ko:K02483 - - - - ko00000,ko02022 - - - Response_reg,Trans_reg_C +BSU_13260 224308.BSU13260 8.05e-312 851.0 COG3850@1|root,COG5002@1|root,COG3850@2|Bacteria,COG5002@2|Bacteria,1TPSK@1239|Firmicutes,4HAH5@91061|Bacilli,1ZB8J@1386|Bacillus 2|Bacteria T Histidine kinase ykoH - 2.7.13.3 ko:K02484 - - - - ko00000,ko01000,ko01001,ko02022 - - - HAMP,HATPase_c,HisKA +BSU_13270 224308.BSU13270 3.35e-146 413.0 COG3212@1|root,COG3212@2|Bacteria,1VHVW@1239|Firmicutes,4HP4W@91061|Bacilli,1ZDTW@1386|Bacillus 2|Bacteria S Peptidase propeptide and YPEB domain ykoI - - - - - - - - - - - PepSY +BSU_13280 224308.BSU13280 2.24e-112 323.0 COG3212@1|root,COG3212@2|Bacteria,1VEU1@1239|Firmicutes,4HPJK@91061|Bacilli,1ZJ8Z@1386|Bacillus 2|Bacteria S Peptidase propeptide and YPEB domain ykoJ - - - - - - - - - - - PepSY +BSU_13300 224308.BSU13300 9.86e-300 820.0 COG2239@1|root,COG2239@2|Bacteria,1TP4V@1239|Firmicutes,4HASP@91061|Bacilli,1ZCSG@1386|Bacillus 2|Bacteria P Acts as a magnesium transporter mgtE - - ko:K06213 - - - - ko00000,ko02000 1.A.26.1 - iYO844.BSU13300 CBS,MgtE,MgtE_N,PRC +BSU_13310 224308.BSU13310 1.49e-70 213.0 COG0789@1|root,COG0789@2|Bacteria,1VABB@1239|Firmicutes,4HMSS@91061|Bacilli,1ZHYS@1386|Bacillus 2|Bacteria K transcriptional tnrA GO:0001047,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0006355,GO:0006808,GO:0007154,GO:0007584,GO:0008150,GO:0009605,GO:0009719,GO:0009889,GO:0009891,GO:0009893,GO:0009987,GO:0009991,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0010557,GO:0010604,GO:0010628,GO:0016020,GO:0019219,GO:0019222,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0031667,GO:0031668,GO:0031669,GO:0031670,GO:0042221,GO:0042802,GO:0043562,GO:0044212,GO:0044464,GO:0045893,GO:0045935,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051173,GO:0051252,GO:0051254,GO:0051716,GO:0060255,GO:0065007,GO:0070887,GO:0071310,GO:0071417,GO:0071495,GO:0071496,GO:0071944,GO:0080090,GO:0090293,GO:0090294,GO:0097159,GO:1901363,GO:1901698,GO:1901699,GO:1902680,GO:1903506,GO:1903508,GO:2000112,GO:2001141 - ko:K03713 - - - - ko00000,ko03000 - - - MerR_1 +BSU_13320 224308.BSU13320 1.63e-25 94.7 29S82@1|root,30DCJ@2|Bacteria,1UB54@1239|Firmicutes,4IMHP@91061|Bacilli,1ZK6F@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_13330 224308.BSU13330 3.04e-36 122.0 29SC8@1|root,30DGU@2|Bacteria,1UB9W@1239|Firmicutes,4IMNN@91061|Bacilli,1ZKHJ@1386|Bacillus 2|Bacteria - - ykoL - - - - - - - - - - - Fur_reg_FbpA +BSU_13340 224308.BSU13340 9.83e-106 305.0 COG1846@1|root,COG1846@2|Bacteria,1V7Z7@1239|Firmicutes,4HJ25@91061|Bacilli,1ZCI8@1386|Bacillus 2|Bacteria K transcriptional mhqR GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - ko:K15973 - - - - ko00000,ko03000 - - - MarR +BSU_13350 224308.BSU13350 1.19e-281 768.0 COG0707@1|root,COG0707@2|Bacteria,1UQ6A@1239|Firmicutes,4HDYW@91061|Bacilli,1ZC45@1386|Bacillus 2|Bacteria M COG0707 UDP-N-acetylglucosamine LPS N-acetylglucosamine transferase ugtP GO:0003674,GO:0003824,GO:0008194,GO:0016740,GO:0016757,GO:0016758,GO:0035251,GO:0046527,GO:0047228 2.4.1.315 ko:K03429 ko00561,ko01100,map00561,map01100 - R02689,R04377 RC00005,RC00059 ko00000,ko00001,ko01000,ko01003 - GT28 - Glyco_tran_28_C,MGDG_synth +BSU_13360 224308.BSU13360 2.48e-129 367.0 COG0726@1|root,COG0726@2|Bacteria,1V6E9@1239|Firmicutes,4HIR9@91061|Bacilli,1ZHR8@1386|Bacillus 2|Bacteria G polysaccharide deacetylase ykoP - - - - - - - - - - - Polysacc_deac_1 +BSU_13370 224308.BSU13370 1.77e-197 546.0 COG1408@1|root,COG1408@2|Bacteria,1TUM2@1239|Firmicutes,4HAX1@91061|Bacilli,1ZDBZ@1386|Bacillus 2|Bacteria S Calcineurin-like phosphoesterase superfamily domain ykoQ - - ko:K07098 - - - - ko00000 - - - Metallophos,Metallophos_2 +BSU_13380 224308.BSU13380 0.0 1135.0 28H8D@1|root,2Z7KA@2|Bacteria,1UB21@1239|Firmicutes,4HA47@91061|Bacilli,1ZB3G@1386|Bacillus 2|Bacteria - - ykoS - - - - - - - - - - - - +BSU_13390 224308.BSU13390 1.15e-238 656.0 COG0463@1|root,COG0463@2|Bacteria,1TPR3@1239|Firmicutes,4HC2Z@91061|Bacilli,1ZD2D@1386|Bacillus 2|Bacteria M COG0463 Glycosyltransferases involved in cell wall biogenesis ykoT - - ko:K20534 - - - - ko00000,ko01000,ko01005,ko02000 4.D.2.1.9 GT2 - Glycos_transf_2 +BSU_13400 224308.BSU13400 0.0 1257.0 COG1793@1|root,COG3285@1|root,COG1793@2|Bacteria,COG3285@2|Bacteria,1TSAC@1239|Firmicutes,4HAJG@91061|Bacilli,1ZB2G@1386|Bacillus 2|Bacteria L ATP-dependent DNA ligase ligD - 6.5.1.1 ko:K01971 ko03450,map03450 - R00381 RC00005 ko00000,ko00001,ko01000,ko03400 - - - DNA_ligase_A_C,DNA_ligase_A_M,LigD_N +BSU_13410 224308.BSU13410 2.87e-219 605.0 COG1273@1|root,COG1273@2|Bacteria,1TSY5@1239|Firmicutes,4HC5V@91061|Bacilli,1ZB9J@1386|Bacillus 2|Bacteria L With LigD forms a non-homologous end joining (NHEJ) DNA repair enzyme, which repairs dsDNA breaks with reduced fidelity. Binds linear dsDNA with 5'- and 3'- overhangs but not closed circular dsDNA nor ssDNA. Recruits and stimulates the ligase activity of LigD ku GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0005488,GO:0097159,GO:1901363 - ko:K10979 ko03450,map03450 - - - ko00000,ko00001,ko03400 - - - Ku +BSU_13420 224308.BSU13420 0.0 1554.0 COG3300@1|root,COG5001@1|root,COG3300@2|Bacteria,COG5001@2|Bacteria,1TP8V@1239|Firmicutes,4HA3G@91061|Bacilli,1ZAVY@1386|Bacillus 2|Bacteria T Diguanylate cyclase ykoW GO:0000302,GO:0003674,GO:0003824,GO:0006950,GO:0006979,GO:0008081,GO:0008150,GO:0009987,GO:0010035,GO:0016740,GO:0016772,GO:0016779,GO:0016787,GO:0016788,GO:0033554,GO:0034599,GO:0034614,GO:0035690,GO:0042221,GO:0042493,GO:0042578,GO:0050896,GO:0051716,GO:0052621,GO:0070887,GO:0071111,GO:0071241,GO:0071731,GO:0071732,GO:0097366,GO:1901698,GO:1901699,GO:1901700,GO:1901701,GO:1902170 2.7.7.65 ko:K21023 ko02025,map02025 - - - ko00000,ko00001,ko01000 - - - EAL,GGDEF,MHYT,PAS_9 +BSU_13430 224308.BSU13430 4.48e-153 430.0 COG0586@1|root,COG0586@2|Bacteria,1V1D4@1239|Firmicutes,4HFSU@91061|Bacilli,1ZCPB@1386|Bacillus 2|Bacteria S membrane-associated protein ykoX GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - SNARE_assoc +BSU_13440 224308.BSU13440 4.63e-227 626.0 COG0861@1|root,COG0861@2|Bacteria,1TQ09@1239|Firmicutes,4HB99@91061|Bacilli,1ZBPQ@1386|Bacillus 2|Bacteria P COG0861 Membrane protein TerC, possibly involved in tellurium resistance ykoY - - - - - - - - - - - TerC +BSU_13450 224308.BSU13450 5.15e-167 468.0 COG1191@1|root,COG1191@2|Bacteria,1V5E6@1239|Firmicutes,4HEBS@91061|Bacilli,1ZCY4@1386|Bacillus 2|Bacteria K Sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released sigI GO:0000988,GO:0000990,GO:0003674,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0016987,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043254,GO:0044087,GO:0050789,GO:0050794,GO:0051128,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2000142,GO:2001141 - ko:K03091,ko:K03093 - - - - ko00000,ko03021 - - - Sigma70_r2 +BSU_13460 224308.BSU13460 9.33e-219 610.0 2E3R1@1|root,32YNU@2|Bacteria,1VEND@1239|Firmicutes,4HNII@91061|Bacilli,1ZFAW@1386|Bacillus 2|Bacteria S Anti-sigma factor N-terminus rsgI - - - - - - - - - - - RsgI_N +BSU_13470 224308.BSU13470 1.4e-36 123.0 2BX75@1|root,32YR8@2|Bacteria,1VJMT@1239|Firmicutes,4HP70@91061|Bacilli,1ZIU2@1386|Bacillus 2|Bacteria S small acid-soluble spore protein sspD - - ko:K06421 - - - - ko00000 - - - SASP +BSU_13480 224308.BSU13480 7.68e-160 448.0 28PJY@1|root,2ZC9F@2|Bacteria,1V390@1239|Firmicutes,4HG7F@91061|Bacilli,1ZDN7@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF1836) ykrK - - - - - - - - - - - DUF1836 +BSU_13490 224308.BSU13490 3.4e-200 556.0 COG0501@1|root,COG0501@2|Bacteria,1TP23@1239|Firmicutes,4HB11@91061|Bacilli,1ZBW6@1386|Bacillus 2|Bacteria O Belongs to the peptidase M48B family htpX - - ko:K03799 - M00743 - - ko00000,ko00002,ko01000,ko01002 - - - Peptidase_M48 +BSU_13500 224308.BSU13500 1.82e-310 847.0 COG0168@1|root,COG0168@2|Bacteria,1TQ4S@1239|Firmicutes,4H9ME@91061|Bacilli,1ZD2H@1386|Bacillus 2|Bacteria P COG0168 Trk-type K transport systems, membrane components ktrB - - ko:K03498,ko:K10716 - - - - ko00000,ko02000 1.A.1.1,1.A.1.13,1.A.1.17,1.A.1.24,1.A.1.25,1.A.1.6,2.A.38.1,2.A.38.4 - - TrkH +BSU_13509 326423.RBAM_013280 2.96e-14 70.5 COG2323@1|root,COG2323@2|Bacteria,1V3N6@1239|Firmicutes,4HDTW@91061|Bacilli,1ZGSS@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF421) ydfR - - - - - - - - - - - DUF421 +BSU_13510 224308.BSU13510 2.39e-30 107.0 29S13@1|root,30D5G@2|Bacteria,1UAVK@1239|Firmicutes,4IM8F@91061|Bacilli,1ZJGH@1386|Bacillus 2|Bacteria - - ykzE - - - - - - - - - - - - +BSU_13520 224308.BSU13520 3.34e-244 671.0 COG3594@1|root,COG3594@2|Bacteria,1TPGY@1239|Firmicutes,4HCER@91061|Bacilli,1ZDAV@1386|Bacillus 2|Bacteria G COG3594 Fucose 4-O-acetylase and related acetyltransferases ykrP - - ko:K13663 - - - - ko00000,ko01000 - - - Acyl_transf_3 +BSU_13530 224308.BSU13530 0.0 1434.0 COG5002@1|root,COG5002@2|Bacteria,1VUBP@1239|Firmicutes,4HUPW@91061|Bacilli,1ZS15@1386|Bacillus 2|Bacteria T Histidine kinase kinE - 2.7.13.3 ko:K13533,ko:K14986 ko02020,map02020 M00485,M00524 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - HATPase_c,HisKA,PAS,PAS_3,PAS_4,PAS_8,PAS_9,Response_reg +BSU_13540 224308.BSU13540 2.76e-115 330.0 COG0350@1|root,COG0350@2|Bacteria,1VA03@1239|Firmicutes,4HKC0@91061|Bacilli,1ZGW4@1386|Bacillus 2|Bacteria L Involved in the cellular defense against the biological effects of O6-methylguanine (O6-MeG) and O4-methylthymine (O4-MeT) in DNA. Repairs the methylated nucleobase in DNA by stoichiometrically transferring the methyl group to a cysteine residue in the enzyme. This is a suicide reaction the enzyme is irreversibly inactivated ogt GO:0003674,GO:0003824,GO:0003908,GO:0006139,GO:0006259,GO:0006281,GO:0006304,GO:0006307,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008168,GO:0008172,GO:0009987,GO:0016740,GO:0016741,GO:0032259,GO:0033554,GO:0034641,GO:0035510,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:1901360 2.1.1.63 ko:K00567,ko:K13531 - - - - ko00000,ko01000,ko03400 - - - DNA_binding_1,Methyltransf_1N +BSU_13550 224308.BSU13550 1.62e-253 695.0 COG0182@1|root,COG0182@2|Bacteria,1TPDK@1239|Firmicutes,4H9WM@91061|Bacilli,1ZCD9@1386|Bacillus 2|Bacteria E Catalyzes the interconversion of methylthioribose-1- phosphate (MTR-1-P) into methylthioribulose-1-phosphate (MTRu-1- P) mtnA GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006555,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009086,GO:0009987,GO:0016053,GO:0016853,GO:0016860,GO:0016861,GO:0017144,GO:0019509,GO:0019752,GO:0043094,GO:0043102,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0046523,GO:0071265,GO:0071267,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 5.3.1.23 ko:K08963 ko00270,ko01100,map00270,map01100 M00034 R04420 RC01151 ko00000,ko00001,ko00002,ko01000 - - - IF-2B +BSU_13560 224308.BSU13560 2.47e-293 800.0 COG4857@1|root,COG4857@2|Bacteria,1TPHY@1239|Firmicutes,4H9QU@91061|Bacilli,1ZBZS@1386|Bacillus 2|Bacteria F Catalyzes the phosphorylation of methylthioribose into methylthioribose-1-phosphate mtnK GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006555,GO:0006790,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009086,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.1.100 ko:K00899 ko00270,ko01100,map00270,map01100 M00034 R04143 RC00002,RC00078 ko00000,ko00001,ko00002,ko01000 - - - APH +BSU_13570 224308.BSU13570 1.99e-193 535.0 COG0388@1|root,COG0388@2|Bacteria,1TQDK@1239|Firmicutes,4HC44@91061|Bacilli,1ZB5Z@1386|Bacillus 2|Bacteria S Nitrilase cyanide hydratase and apolipoprotein N-acyltransferase mtnU - 3.5.1.3 ko:K11206,ko:K13566 ko00250,map00250 - R00269,R00348 RC00010 ko00000,ko00001,ko01000 - - - CN_hydrolase +BSU_13580 224308.BSU13580 4.81e-296 806.0 COG0436@1|root,COG0436@2|Bacteria,1TQD6@1239|Firmicutes,4HAHQ@91061|Bacilli,1ZBB2@1386|Bacillus 2|Bacteria E Aminotransferase mtnE GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0008483,GO:0009058,GO:0009987,GO:0016740,GO:0016769,GO:0016999,GO:0017000,GO:0017144,GO:0044237,GO:0044249 2.6.1.83 ko:K08969,ko:K10206,ko:K19549 ko00270,ko00300,ko01100,ko01110,ko01130,ko01230,map00270,map00300,map01100,map01110,map01130,map01230 M00034,M00527,M00787 R07396,R07613,R11068 RC00006,RC01847 ko00000,ko00001,ko00002,ko01000,ko01007 - - - Aminotran_1_2 +BSU_13590 224308.BSU13590 3.39e-295 805.0 COG1850@1|root,COG1850@2|Bacteria,1TSZQ@1239|Firmicutes,4HBIK@91061|Bacilli,1ZC2J@1386|Bacillus 2|Bacteria G Catalyzes the enolization of 2,3-diketo-5- methylthiopentyl-1-phosphate (DK-MTP-1-P) into 2-hydroxy-3-keto-5- methylthiopentenyl-1-phosphate (HK-MTPenyl-1-P) mtnW GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0009853,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0016984,GO:0043094,GO:0044237 5.3.2.5 ko:K08965 ko00270,ko01100,map00270,map01100 M00034 R07393 RC02421 ko00000,ko00001,ko00002,ko01000 - - - RuBisCO_large,RuBisCO_large_N +BSU_13600 224308.BSU13600 1.07e-176 491.0 COG4359@1|root,COG4359@2|Bacteria,1TSZ9@1239|Firmicutes,4H9ZE@91061|Bacilli,1ZBXD@1386|Bacillus 2|Bacteria E Dephosphorylates 2-hydroxy-3-keto-5-methylthiopentenyl- 1-phosphate (HK-MTPenyl-1-P) yielding 1,2-dihydroxy-3-keto-5- methylthiopentene (DHK-MTPene) mtnX - 3.1.3.87,4.2.1.109 ko:K08964,ko:K08966 ko00270,ko01100,map00270,map01100 M00034 R07392,R07394 RC01939,RC02074 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU13600 HAD,Put_Phosphatase +BSU_13610 224308.BSU13610 4.52e-147 414.0 COG0235@1|root,COG0235@2|Bacteria,1V516@1239|Firmicutes,4IQSM@91061|Bacilli,1ZRN8@1386|Bacillus 2|Bacteria E Catalyzes the dehydration of methylthioribulose-1- phosphate (MTRu-1-P) into 2,3-diketo-5-methylthiopentyl-1- phosphate (DK-MTP-1-P) mtnB GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005996,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008270,GO:0008742,GO:0009056,GO:0009058,GO:0009987,GO:0016052,GO:0016829,GO:0016830,GO:0016832,GO:0016853,GO:0016854,GO:0016857,GO:0019321,GO:0019323,GO:0019566,GO:0019568,GO:0019569,GO:0019572,GO:0019637,GO:0043167,GO:0043169,GO:0044237,GO:0044238,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046365,GO:0046373,GO:0046872,GO:0046914,GO:0051167,GO:0071704,GO:0090407,GO:1901135,GO:1901137,GO:1901159,GO:1901575,GO:1901576 3.1.3.87,4.1.2.17,4.2.1.109,5.1.3.4 ko:K01628,ko:K03077,ko:K08964,ko:K08966 ko00040,ko00051,ko00053,ko00270,ko01100,ko01120,map00040,map00051,map00053,map00270,map01100,map01120 M00034,M00550 R02262,R05850,R07392,R07394 RC00603,RC00604,RC01479,RC01939,RC02074 ko00000,ko00001,ko00002,ko01000 - - - Aldolase_II +BSU_13620 224308.BSU13620 1.5e-123 352.0 COG1791@1|root,COG1791@2|Bacteria,1TT4W@1239|Firmicutes,4HFN3@91061|Bacilli,1ZFZ5@1386|Bacillus 2|Bacteria S Catalyzes 2 different reactions between oxygene and the acireductone 1,2-dihydroxy-3-keto-5-methylthiopentene (DHK-MTPene) depending upon the metal bound in the active site. Fe-containing acireductone dioxygenase (Fe-ARD) produces formate and 2-keto-4- methylthiobutyrate (KMTB), the alpha-ketoacid precursor of methionine in the methionine recycle pathway. Ni-containing acireductone dioxygenase (Ni-ARD) produces methylthiopropionate, carbon monoxide and formate, and does not lie on the methionine recycle pathway mtnD GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006555,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009086,GO:0009987,GO:0010309,GO:0016053,GO:0016491,GO:0016701,GO:0016702,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0051213,GO:0055114,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.13.11.53,1.13.11.54 ko:K08967 ko00270,ko01100,map00270,map01100 M00034 R07363,R07364 RC01866,RC02018,RC02118 ko00000,ko00001,ko00002,ko01000 - - - ARD +BSU_13630 224308.BSU13630 8.82e-68 205.0 COG3339@1|root,COG3339@2|Bacteria,1VPY4@1239|Firmicutes,4IRH9@91061|Bacilli,1ZRUF@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF1232) XK27_09985 - - - - - - - - - - - DUF1232 +BSU_13640 1178540.BA70_03470 8.91e-14 67.4 2AS3A@1|root,31HFZ@2|Bacteria,1UAJH@1239|Firmicutes,4IKY2@91061|Bacilli,1ZIAW@1386|Bacillus 2|Bacteria S Spo0E like sporulation regulatory protein - - - ko:K06376 - - - - ko00000 - - - SpoOE-like +BSU_13650 224308.BSU13650 5.84e-95 277.0 2E06E@1|root,32VUE@2|Bacteria,1VCMY@1239|Firmicutes,4HNC3@91061|Bacilli,1ZI1S@1386|Bacillus 2|Bacteria - - eag - - - - - - - - - - - - +BSU_13660 224308.BSU13660 0.0 967.0 COG3852@1|root,COG3852@2|Bacteria,1TPU8@1239|Firmicutes,4HF96@91061|Bacilli,1ZD24@1386|Bacillus 2|Bacteria T COG0642 Signal transduction histidine kinase kinD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 2.7.13.3 ko:K07698,ko:K13532,ko:K17763 ko02020,map02020 M00485 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022,ko03021 - - - HATPase_c,HisKA,PAS,PAS_4,STAS,dCache_1 +BSU_13670 224308.BSU13670 5.17e-99 287.0 COG1846@1|root,COG1846@2|Bacteria,1V6EE@1239|Firmicutes,4HJ8T@91061|Bacilli,1ZGC6@1386|Bacillus 2|Bacteria K transcriptional ykvE GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - ko:K15973 - - - - ko00000,ko03000 - - - MarR +BSU_13680 224308.BSU13680 4.91e-170 476.0 COG1360@1|root,COG1360@2|Bacteria,1UXY4@1239|Firmicutes,4HCCI@91061|Bacilli,1ZB4F@1386|Bacillus 2|Bacteria N Flagellar motor protein motB - - ko:K02557 ko02030,ko02040,map02030,map02040 - - - ko00000,ko00001,ko02000,ko02035 1.A.30.1 - - MotB_plug,OmpA +BSU_13690 224308.BSU13690 2.01e-178 498.0 COG1291@1|root,COG1291@2|Bacteria,1TRH1@1239|Firmicutes,4HAXG@91061|Bacilli,1ZB8I@1386|Bacillus 2|Bacteria N flagellar motor motA GO:0001539,GO:0005575,GO:0005623,GO:0005886,GO:0006928,GO:0008150,GO:0009987,GO:0016020,GO:0016021,GO:0031224,GO:0040011,GO:0044425,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071944,GO:0071973,GO:0071978,GO:0097588 - ko:K02556 ko02020,ko02030,ko02040,map02020,map02030,map02040 - - - ko00000,ko00001,ko02000,ko02035 1.A.30.1 - - MotA_ExbB +BSU_13700 224308.BSU13700 0.0 1335.0 COG0542@1|root,COG0542@2|Bacteria,1TPMU@1239|Firmicutes,4HA0V@91061|Bacilli,1ZBTK@1386|Bacillus 2|Bacteria O Belongs to the ClpA ClpB family clpE GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03696,ko:K03697,ko:K04086 ko01100,map01100 - - - ko00000,ko03110 - - - AAA,AAA_2,ClpB_D2-small,Clp_N,UVR +BSU_13710 224308.BSU13710 4.26e-230 635.0 COG3949@1|root,COG3949@2|Bacteria,1U601@1239|Firmicutes,4HBYW@91061|Bacilli,1ZAX1@1386|Bacillus 2|Bacteria S membrane ykvI - - - - - - - - - - - Spore_permease +BSU_13720 224308.BSU13720 1.11e-161 452.0 COG0603@1|root,COG0603@2|Bacteria,1TP4Z@1239|Firmicutes,4HB1Y@91061|Bacilli,1ZCJD@1386|Bacillus 2|Bacteria F Catalyzes the ATP-dependent conversion of 7-carboxy-7- deazaguanine (CDG) to 7-cyano-7-deazaguanine (preQ(0)) queC - 6.3.4.20 ko:K06920 ko00790,ko01100,map00790,map01100 - R09978 RC00959 ko00000,ko00001,ko01000,ko03016 - - - QueC +BSU_13730 224308.BSU13730 4.06e-107 308.0 COG0720@1|root,COG0720@2|Bacteria,1V6X6@1239|Firmicutes,4HJ9P@91061|Bacilli,1ZDDT@1386|Bacillus 2|Bacteria H synthase queD - 4.1.2.50,4.2.3.12 ko:K01737 ko00790,ko01100,map00790,map01100 M00842,M00843 R04286,R09959 RC01117,RC02846,RC02847 ko00000,ko00001,ko00002,ko01000,ko03016 - - - PTPS +BSU_13740 224308.BSU13740 3.56e-179 498.0 COG0602@1|root,COG0602@2|Bacteria,1TQ58@1239|Firmicutes,4HAJ3@91061|Bacilli,1ZBRU@1386|Bacillus 2|Bacteria H Catalyzes the complex heterocyclic radical-mediated conversion of 6-carboxy-5,6,7,8-tetrahydropterin (CPH4) to 7- carboxy-7-deazaguanine (CDG), a step common to the biosynthetic pathways of all 7-deazapurine-containing compounds queE GO:0000287,GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0008144,GO:0016829,GO:0016840,GO:0042802,GO:0042803,GO:0043167,GO:0043169,GO:0046872,GO:0046983,GO:0048037,GO:0050662,GO:0051536,GO:0051539,GO:0051540,GO:1901681,GO:1904047 1.97.1.4,4.3.99.3 ko:K04068,ko:K10026 ko00790,ko01100,map00790,map01100 - R04710,R10002 RC02989 ko00000,ko00001,ko01000,ko03016 - - - Fer4_12,Fer4_14,Radical_SAM +BSU_13750 1051501.AYTL01000027_gene960 2.36e-125 355.0 COG0780@1|root,COG0780@2|Bacteria,1TPYC@1239|Firmicutes,4HB14@91061|Bacilli,1ZB8C@1386|Bacillus 2|Bacteria S Catalyzes the NADPH-dependent reduction of 7-cyano-7- deazaguanine (preQ0) to 7-aminomethyl-7-deazaguanine (preQ1) queF GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008616,GO:0009058,GO:0009116,GO:0009119,GO:0009163,GO:0009987,GO:0016491,GO:0016645,GO:0016646,GO:0016651,GO:0016657,GO:0018130,GO:0019438,GO:0033739,GO:0034404,GO:0034641,GO:0034654,GO:0042455,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046116,GO:0046483,GO:0055086,GO:0055114,GO:0071704,GO:1901135,GO:1901137,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 1.7.1.13 ko:K06879,ko:K09457 ko00790,ko01100,map00790,map01100 - R07605 RC01875 ko00000,ko00001,ko01000,ko03016 - - iSFV_1184.SFV_2663,iSF_1195.SF2807,iS_1188.S3002 QueF,QueF_N +BSU_13760 224308.BSU13760 2.8e-81 240.0 COG1733@1|root,COG1733@2|Bacteria,1VA9M@1239|Firmicutes,4HVQB@91061|Bacilli,1ZG7Y@1386|Bacillus 2|Bacteria K Transcriptional regulator ykvN - - - - - - - - - - - HxlR +BSU_13770 224308.BSU13770 9.35e-173 482.0 COG1028@1|root,COG1028@2|Bacteria,1UZSG@1239|Firmicutes,4HF5D@91061|Bacilli,1ZCT4@1386|Bacillus 2|Bacteria IQ Enoyl-(Acyl carrier protein) reductase ykvO - - - - - - - - - - - adh_short_C2 +BSU_13780 224308.BSU13780 2.21e-297 810.0 COG1388@1|root,COG4641@1|root,COG1388@2|Bacteria,COG4641@2|Bacteria,1TRY6@1239|Firmicutes,4HJAS@91061|Bacilli,1ZARJ@1386|Bacillus 2|Bacteria M Glycosyl transferases group 1 ykvP - 3.5.1.28 ko:K01447,ko:K06320,ko:K07273,ko:K08307 - - R04112 RC00064,RC00141 ko00000,ko01000,ko01011 - - - Amidase_2,DUF928,Glyco_trans_1_2,LysM +BSU_13789 224308.BSU13789 1.85e-48 154.0 COG1388@1|root,COG1388@2|Bacteria 2|Bacteria M LysM domain - - 3.5.1.104 ko:K22278 - - - - ko00000,ko01000 - - - Glyco_hydro_25,LysM,Polysacc_deac_1 +BSU_13790 224308.BSU13790 2.5e-169 472.0 COG3858@1|root,COG3858@2|Bacteria,1TQK2@1239|Firmicutes,4HE0C@91061|Bacilli,1ZPVK@1386|Bacillus 2|Bacteria G Glycosyl hydrolases family 18 - - - - - - - - - - - - Glyco_hydro_18,LysM,SLH +BSU_13799 224308.BSU13799 1.55e-55 172.0 COG3858@1|root,COG3858@2|Bacteria 2|Bacteria S chitin binding - - - - - - - - - - - - Cu_amine_oxidN1,Glyco_hydro_18 +BSU_13800 224308.BSU13800 1.09e-61 189.0 2E4N6@1|root,32ZH2@2|Bacteria,1VGMB@1239|Firmicutes,4HPMV@91061|Bacilli,1ZJ10@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3219) ykvR - - - - - - - - - - - DUF3219 +BSU_13810 1051501.AYTL01000027_gene966 2.22e-34 117.0 COG4873@1|root,COG4873@2|Bacteria,1VF7M@1239|Firmicutes,4HPMH@91061|Bacilli,1ZIXH@1386|Bacillus 2|Bacteria S protein conserved in bacteria ykvS - - - - - - - - - - - DUF2187 +BSU_13819 224308.BSU13819 5.04e-39 129.0 2EI19@1|root,33BSS@2|Bacteria,1VKXC@1239|Firmicutes,4HR2E@91061|Bacilli,1ZIUC@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_13820 224308.BSU13820 9.09e-142 400.0 COG3773@1|root,COG3773@2|Bacteria,1TRFW@1239|Firmicutes,4IPK9@91061|Bacilli,1ZRER@1386|Bacillus 2|Bacteria M Cell Wall Hydrolase ykvT - 3.5.1.28 ko:K01449 - - R04112 RC00064,RC00141 ko00000,ko01000 - - - Hydrolase_2,LysM +BSU_13830 224308.BSU13830 1.12e-302 827.0 COG2244@1|root,COG2244@2|Bacteria,1VRYZ@1239|Firmicutes,4HV8Z@91061|Bacilli,1ZCGG@1386|Bacillus 2|Bacteria S COG2244 Membrane protein involved in the export of O-antigen and teichoic acid spoVB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03328,ko:K06409 - - - - ko00000,ko02000 2.A.66.2,2.A.66.2.14 - - Polysacc_synt,Polysacc_synt_C +BSU_13840 224308.BSU13840 5.79e-117 334.0 COG0526@1|root,COG0526@2|Bacteria,1VAPY@1239|Firmicutes,4HJN1@91061|Bacilli,1ZEK2@1386|Bacillus 2|Bacteria CO thiol-disulfide stoA - - ko:K06196 - - - - ko00000,ko02000 5.A.1.2 - - AhpC-TSA,DsbD,Redoxin +BSU_13850 224308.BSU13850 0.0 1195.0 COG2217@1|root,COG2217@2|Bacteria,1TQ07@1239|Firmicutes,4H9SP@91061|Bacilli,1ZAPS@1386|Bacillus 2|Bacteria P COG2217 Cation transport ATPase cadA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.6.3.3,3.6.3.5 ko:K01534,ko:K12951,ko:K21887 - - - - ko00000,ko01000 3.A.3,3.A.3.6 - - E1-E2_ATPase,Hydrolase +BSU_13860 224308.BSU13860 3.2e-265 726.0 COG0006@1|root,COG0006@2|Bacteria,1TQ6R@1239|Firmicutes,4HA5I@91061|Bacilli,1ZBZE@1386|Bacillus 2|Bacteria E COG0006 Xaa-Pro aminopeptidase pepQ - 3.4.13.9 ko:K01271 - - - - ko00000,ko01000,ko01002 - - - Creatinase_N,Peptidase_M24 +BSU_13870 224308.BSU13870 3.28e-230 634.0 COG1609@1|root,COG1609@2|Bacteria,1TQSQ@1239|Firmicutes,4HBNR@91061|Bacilli,1ZC0J@1386|Bacillus 2|Bacteria K Transcriptional regulator ykvZ - 5.1.1.1 ko:K01775,ko:K05499 ko00473,ko01100,ko01502,map00473,map01100,map01502 - R00401 RC00285 ko00000,ko00001,ko01000,ko01011,ko03000 - - - LacI,Peripla_BP_1,Peripla_BP_3 +BSU_13880 224308.BSU13880 7.32e-174 488.0 COG3711@1|root,COG3711@2|Bacteria,1TQJJ@1239|Firmicutes,4HBB3@91061|Bacilli,1ZBDU@1386|Bacillus 2|Bacteria K antiterminator glcT GO:0006355,GO:0008150,GO:0009889,GO:0009891,GO:0009893,GO:0010468,GO:0010556,GO:0010557,GO:0010604,GO:0010628,GO:0019219,GO:0019222,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0045893,GO:0045935,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0051171,GO:0051173,GO:0051252,GO:0051254,GO:0060255,GO:0065007,GO:0080090,GO:1902680,GO:1903506,GO:1903508,GO:2000112,GO:2001141 - ko:K02538,ko:K03480,ko:K03488 - - - - ko00000,ko03000 - - - CAT_RBD,PRD +BSU_13890 224308.BSU13890 0.0 1342.0 COG1263@1|root,COG1264@1|root,COG2190@1|root,COG1263@2|Bacteria,COG1264@2|Bacteria,COG2190@2|Bacteria,1TPJ8@1239|Firmicutes,4HA8X@91061|Bacilli,1ZC48@1386|Bacillus 2|Bacteria G phosphotransferase system ptsG GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0015766,GO:0015771,GO:0015772,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563,GO:0090588,GO:0090589 2.7.1.193,2.7.1.199,2.7.1.201,2.7.1.208,2.7.1.211 ko:K02749,ko:K02750,ko:K02755,ko:K02756,ko:K02757,ko:K02763,ko:K02764,ko:K02765,ko:K02778,ko:K02803,ko:K02804,ko:K02809,ko:K02810,ko:K02818,ko:K02819,ko:K20116,ko:K20117,ko:K20118 ko00010,ko00500,ko00520,ko02060,ko05111,map00010,map00500,map00520,map02060,map05111 M00265,M00267,M00268,M00269,M00270,M00271,M00282,M00809 R00811,R02631,R02738,R02780,R04111,R05199 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.1,4.A.1.1.10,4.A.1.1.13,4.A.1.1.14,4.A.1.1.15,4.A.1.1.16,4.A.1.1.2,4.A.1.1.4,4.A.1.1.5,4.A.1.1.6,4.A.1.1.7,4.A.1.1.8,4.A.1.1.9,4.A.1.2.1,4.A.1.2.10,4.A.1.2.11,4.A.1.2.12,4.A.1.2.13,4.A.1.2.2,4.A.1.2.4,4.A.1.2.5,4.A.1.2.6,4.A.1.2.8,4.A.1.2.9 - iYO844.BSU07800,iYO844.BSU38050 PTS_EIIA_1,PTS_EIIB,PTS_EIIC +BSU_13900 224308.BSU13900 1.51e-53 168.0 COG1925@1|root,COG1925@2|Bacteria,1VA0R@1239|Firmicutes,4HKGA@91061|Bacilli,1ZHX7@1386|Bacillus 2|Bacteria G phosphocarrier protein HPr ptsH GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0043610,GO:0044424,GO:0044464,GO:0050789,GO:0065007 - ko:K11184,ko:K11189 - - - - ko00000,ko02000 4.A.2.1 - - PTS-HPr +BSU_13910 224308.BSU13910 0.0 1091.0 COG1080@1|root,COG1080@2|Bacteria,1TPK8@1239|Firmicutes,4H9VD@91061|Bacilli,1ZAU2@1386|Bacillus 2|Bacteria G General (non sugar-specific) component of the phosphoenolpyruvate-dependent sugar phosphotransferase system (sugar PTS). This major carbohydrate active-transport system catalyzes the phosphorylation of incoming sugar substrates concomitantly with their translocation across the cell membrane. Enzyme I transfers the phosphoryl group from phosphoenolpyruvate (PEP) to the phosphoryl carrier protein (HPr) ptsI GO:0000287,GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006810,GO:0008150,GO:0008643,GO:0008965,GO:0009401,GO:0016740,GO:0016772,GO:0016775,GO:0019197,GO:0032991,GO:0042802,GO:0043167,GO:0043169,GO:0044424,GO:0044444,GO:0044464,GO:0046872,GO:0051179,GO:0051234,GO:0071702 2.7.3.9 ko:K08483 ko02060,map02060 - - - ko00000,ko00001,ko01000,ko02000 8.A.7 - iB21_1397.B21_02277,iE2348C_1286.E2348C_2602,iEC042_1314.EC042_2625,iECBD_1354.ECBD_1265,iECB_1328.ECB_02316,iECD_1391.ECD_02316,iECH74115_1262.ECH74115_3647,iECIAI1_1343.ECIAI1_2474,iECIAI39_1322.ECIAI39_2562,iECO103_1326.ECO103_2935,iECO111_1330.ECO111_3146,iECO26_1355.ECO26_3469,iECP_1309.ECP_2440,iECSE_1348.ECSE_2707,iECSP_1301.ECSP_3364,iECUMN_1333.ECUMN_2738,iECW_1372.ECW_m2645,iECs_1301.ECs3288,iEKO11_1354.EKO11_1312,iEcE24377_1341.EcE24377A_2703,iEcHS_1320.EcHS_A2551,iEcSMS35_1347.EcSMS35_2571,iEcolC_1368.EcolC_1262,iLF82_1304.LF82_1770,iNRG857_1313.NRG857_12115,iSBO_1134.SBO_2440,iSDY_1059.SDY_2613,iSFV_1184.SFV_2468,iSF_1195.SF2471,iSFxv_1172.SFxv_2720,iSSON_1240.SSON_2505,iS_1188.S2617,iUMNK88_1353.UMNK88_3018,iWFL_1372.ECW_m2645,iZ_1308.Z3682 PEP-utilisers_N,PEP-utilizers,PEP-utilizers_C +BSU_13920 224308.BSU13920 1.54e-51 162.0 2EURH@1|root,33N73@2|Bacteria,1VNQV@1239|Firmicutes,4HRM4@91061|Bacilli,1ZIV4@1386|Bacillus 2|Bacteria S Transcriptional regulator splA - - ko:K06315 - - - - ko00000,ko03000 - - - SplA +BSU_13930 224308.BSU13930 2.13e-257 704.0 COG1533@1|root,COG1533@2|Bacteria,1TPA3@1239|Firmicutes,4HACB@91061|Bacilli,1ZBPU@1386|Bacillus 2|Bacteria L Spore photoproduct lyase splB GO:0003674,GO:0003824,GO:0003913,GO:0005488,GO:0005575,GO:0005623,GO:0016829,GO:0016830,GO:0042601,GO:0042763,GO:0043167,GO:0043169,GO:0044464,GO:0046872,GO:0048037,GO:0051536,GO:0051539,GO:0051540,GO:0070283,GO:0140097 4.1.99.14 ko:K03716 - - - - ko00000,ko01000 - - - Radical_SAM +BSU_13940 224308.BSU13940 5.49e-170 473.0 COG0454@1|root,COG0456@2|Bacteria,1U521@1239|Firmicutes,4HBEJ@91061|Bacilli,1ZCHR@1386|Bacillus 2|Bacteria K COG0454 Histone acetyltransferase HPA2 and related acetyltransferases ykwB - 2.3.1.1 ko:K00619,ko:K03830 ko00220,ko01100,ko01110,ko01130,ko01210,ko01230,map00220,map01100,map01110,map01130,map01210,map01230 M00028 R00259 RC00004,RC00064 ko00000,ko00001,ko00002,ko01000 - - - Acetyltransf_1 +BSU_13950 224308.BSU13950 0.0 1031.0 COG0840@1|root,COG0840@2|Bacteria,1TP5A@1239|Firmicutes,4H9RZ@91061|Bacilli,1ZBEA@1386|Bacillus 2|Bacteria NT chemotaxis protein mcpC GO:0005575,GO:0005623,GO:0005886,GO:0006935,GO:0008150,GO:0009605,GO:0016020,GO:0040011,GO:0042221,GO:0042330,GO:0044464,GO:0050896,GO:0050918,GO:0071944 - ko:K03406 ko02020,ko02030,map02020,map02030 - - - ko00000,ko00001,ko02035 - - - HAMP,MCPsignal,dCache_1 +BSU_13960 224308.BSU13960 2.83e-203 563.0 COG2084@1|root,COG2084@2|Bacteria,1TR4F@1239|Firmicutes,4H9MA@91061|Bacilli,1ZBSG@1386|Bacillus 2|Bacteria I COG2084 3-hydroxyisobutyrate dehydrogenase and related beta-hydroxyacid dehydrogenases glxR - 1.1.1.31,1.1.1.60 ko:K00020,ko:K00042 ko00280,ko00630,ko01100,map00280,map00630,map01100 - R01745,R01747,R05066 RC00099 ko00000,ko00001,ko01000 - - iJN678.mmsB NAD_binding_11,NAD_binding_2 +BSU_13970 224308.BSU13970 5.36e-172 481.0 COG2340@1|root,COG2340@2|Bacteria,1V6GZ@1239|Firmicutes,4HJ21@91061|Bacilli,1ZDSK@1386|Bacillus 2|Bacteria J protein with SCP PR1 domains ykwD - - - - - - - - - - - CAP +BSU_13980 224308.BSU13980 0.0 1378.0 COG0768@1|root,COG0768@2|Bacteria,1TQHY@1239|Firmicutes,4HAFX@91061|Bacilli,1ZEGD@1386|Bacillus 2|Bacteria M Penicillin-binding Protein mrdA - 3.4.16.4 ko:K00687,ko:K05515,ko:K12553,ko:K21465,ko:K21466 ko00550,ko01100,ko01501,map00550,map01100,map01501 - - - ko00000,ko00001,ko01000,ko01011 - - - PBP_dimer,Transpeptidase +BSU_13990 224308.BSU13990 0.0 1184.0 COG4191@1|root,COG4191@2|Bacteria,1VCNJ@1239|Firmicutes,4HVBX@91061|Bacilli,1ZS41@1386|Bacillus 2|Bacteria T Histidine kinase pilS GO:0003674,GO:0005488,GO:0005515,GO:0008150,GO:0009653,GO:0009987,GO:0030154,GO:0030435,GO:0032502,GO:0042802,GO:0043934,GO:0043937,GO:0043938,GO:0048518,GO:0048646,GO:0048856,GO:0048869,GO:0050789,GO:0050793,GO:0051094,GO:0065007 2.7.13.3 ko:K02491,ko:K02668,ko:K07698 ko02020,map02020 M00485,M00501 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022,ko02035 - - - HATPase_c,HisKA,PAS,PAS_3,PAS_8,PAS_9 +BSU_14000 224308.BSU14000 5.32e-286 781.0 COG0436@1|root,COG0436@2|Bacteria,1TP0J@1239|Firmicutes,4HA13@91061|Bacilli,1ZAWQ@1386|Bacillus 2|Bacteria E Aminotransferase patA - 2.6.1.1 ko:K00812,ko:K00841,ko:K10907 ko00220,ko00250,ko00270,ko00300,ko00330,ko00350,ko00360,ko00400,ko00401,ko00950,ko00960,ko01100,ko01110,ko01130,ko01210,ko01230,map00220,map00250,map00270,map00300,map00330,map00350,map00360,map00400,map00401,map00950,map00960,map01100,map01110,map01130,map01210,map01230 M00525 R00355,R00694,R00734,R00896,R02433,R02619,R04467,R05052 RC00006 ko00000,ko00001,ko00002,ko01000,ko01007 - - - Aminotran_1_2 +BSU_14009 720555.BATR1942_04770 1.05e-22 87.8 29SAK@1|root,30DF4@2|Bacteria,1UB88@1239|Firmicutes,4IMKY@91061|Bacilli,1ZKDP@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_14010 224308.BSU14010 1.73e-216 597.0 COG0784@1|root,COG0835@1|root,COG0784@2|Bacteria,COG0835@2|Bacteria,1TRJU@1239|Firmicutes,4HCPT@91061|Bacilli,1ZAYA@1386|Bacillus 2|Bacteria T Chemotaxis protein CheV cheV GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006935,GO:0008150,GO:0009453,GO:0009605,GO:0040011,GO:0042221,GO:0042330,GO:0042333,GO:0044424,GO:0044444,GO:0044464,GO:0050896 2.7.13.3 ko:K03407,ko:K03408,ko:K03415 ko02020,ko02030,map02020,map02030 M00506 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022,ko02035 - - - CheW,Response_reg +BSU_14020 224308.BSU14020 3.71e-110 316.0 2ABH1@1|root,310Y3@2|Bacteria,1V4IK@1239|Firmicutes,4HI56@91061|Bacilli,1ZGD1@1386|Bacillus 2|Bacteria S YkyB-like protein ykyB - - - - - - - - - - - YkyB +BSU_14030 224308.BSU14030 8.89e-306 834.0 COG0477@1|root,COG2814@2|Bacteria,1U72T@1239|Firmicutes,4HCHH@91061|Bacilli,1ZCHP@1386|Bacillus 2|Bacteria EGP COG0477 Permeases of the major facilitator superfamily ykuC - - - - - - - - - - - MFS_1 +BSU_14040 224308.BSU14040 8.92e-116 331.0 COG1376@1|root,COG1376@2|Bacteria,1V9XU@1239|Firmicutes,4HKDD@91061|Bacilli,1ZGIN@1386|Bacillus 2|Bacteria S protein conserved in bacteria ykuD - - ko:K19234 - - - - ko00000,ko01002,ko01011 - - - LysM,YkuD +BSU_14050 224308.BSU14050 3.48e-212 585.0 COG1408@1|root,COG1408@2|Bacteria,1UU17@1239|Firmicutes,4HC8Q@91061|Bacilli,1ZB99@1386|Bacillus 2|Bacteria S Metallophosphoesterase ykuE - - ko:K07098 - - - - ko00000 - - - Metallophos +BSU_14060 224308.BSU14060 1.83e-182 507.0 COG1028@1|root,COG1028@2|Bacteria,1TPDB@1239|Firmicutes,4HAKR@91061|Bacilli,1ZDEP@1386|Bacillus 2|Bacteria IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) fadH - 1.1.1.304,1.1.1.76,1.3.1.34 ko:K00219,ko:K18009 ko00650,map00650 - R03707,R09078,R10505 RC00205,RC00525 ko00000,ko00001,ko01000 - - - adh_short_C2 +BSU_14071 224308.BSU14071 0.0 1163.0 COG3409@1|root,COG3409@2|Bacteria,1TPV1@1239|Firmicutes,4HCRA@91061|Bacilli,1ZDMY@1386|Bacillus 2|Bacteria M Putative peptidoglycan binding domain ybfG GO:0003674,GO:0003824,GO:0004553,GO:0016787,GO:0016798,GO:0016977 3.2.1.132 ko:K01233 ko00520,ko01100,map00520,map01100 - R02833 - ko00000,ko00001,ko01000 - - - DUF1906,PG_binding_1 +BSU_14072 224308.BSU14072 1.52e-120 344.0 COG3409@1|root,COG3409@2|Bacteria 2|Bacteria M Peptidoglycan-binding domain 1 protein - - - - - - - - - - - - PG_binding_1 +BSU_14090 224308.BSU14090 1.76e-298 813.0 COG2200@1|root,COG2200@2|Bacteria,1UADD@1239|Firmicutes,4HCNX@91061|Bacilli,1ZBWD@1386|Bacillus 2|Bacteria T Diguanylate phosphodiesterase ykuI - - - - - - - - - - - DICT,EAL,YkuI_C +BSU_14100 224308.BSU14100 5.16e-50 158.0 COG4703@1|root,COG4703@2|Bacteria,1VKD0@1239|Firmicutes,4HRGC@91061|Bacilli,1ZI15@1386|Bacillus 2|Bacteria S protein conserved in bacteria ykuJ - - - - - - - - - - - DUF1797 +BSU_14110 224308.BSU14110 6.44e-122 347.0 COG1978@1|root,COG1978@2|Bacteria,1V6RQ@1239|Firmicutes,4HHG1@91061|Bacilli,1ZR7G@1386|Bacillus 2|Bacteria S Ribonuclease H-like ykuK - - ko:K09776 - - - - ko00000 - - - RNaseH_like +BSU_14120 224308.BSU14120 1.55e-38 128.0 2DFUR@1|root,2ZT80@2|Bacteria,1VPE1@1239|Firmicutes,4HZWS@91061|Bacilli,1ZIPB@1386|Bacillus 2|Bacteria S Antirepressor AbbA ykzF - - - - - - - - - - - AbbA_antirepres +BSU_14130 224308.BSU14130 5.15e-100 290.0 COG0517@1|root,COG0517@2|Bacteria,1V9HN@1239|Firmicutes,4HH3X@91061|Bacilli,1ZGY8@1386|Bacillus 2|Bacteria S CBS domain ykuL - - - - - - - - - - - CBS +BSU_14140 224308.BSU14140 6.52e-216 595.0 COG0583@1|root,COG0583@2|Bacteria,1TZ6U@1239|Firmicutes,4HB3Y@91061|Bacilli,1ZB8N@1386|Bacillus 2|Bacteria K Transcriptional regulator ccpC - - - - - - - - - - - HTH_1,LysR_substrate +BSU_14150 224308.BSU14150 7.72e-114 326.0 COG0716@1|root,COG0716@2|Bacteria,1V7AG@1239|Firmicutes,4HYY9@91061|Bacilli,1ZQAR@1386|Bacillus 2|Bacteria C Flavodoxin domain fld - - ko:K03839 - - - - ko00000 - - - Flavodoxin_1 +BSU_14160 224308.BSU14160 1.33e-226 622.0 2AQTM@1|root,31G1Q@2|Bacteria,1U9SX@1239|Firmicutes,4IK02@91061|Bacilli,1ZEXC@1386|Bacillus 2|Bacteria - - ykuO - - - - - - - - - - - - +BSU_14170 224308.BSU14170 3.73e-104 301.0 COG0716@1|root,COG0716@2|Bacteria,1V7AG@1239|Firmicutes,4HMJF@91061|Bacilli,1ZGS6@1386|Bacillus 2|Bacteria C Flavodoxin fld - - ko:K03839 - - - - ko00000 - - - Flavodoxin_1 +BSU_14180 224308.BSU14180 1.31e-125 362.0 COG2171@1|root,COG2171@2|Bacteria,1TQUJ@1239|Firmicutes,4H9KY@91061|Bacilli,1ZBFG@1386|Bacillus 2|Bacteria E Catalyzes the transfer of an acetyl group from acetyl- CoA to tetrahydrodipicolinate dapD GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006553,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0008666,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009987,GO:0016053,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0016748,GO:0016749,GO:0019752,GO:0019877,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046451,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.3.1.117,2.3.1.89 ko:K00674,ko:K05822 ko00300,ko01100,ko01110,ko01120,ko01230,map00300,map01100,map01110,map01120,map01230 M00016,M00525 R04364,R04365 RC00004,RC01136 ko00000,ko00001,ko00002,ko01000 - - iSbBS512_1146.SbBS512_E0158,iYO844.BSU14180 DapH_N,Hexapep,Hexapep_2,THDPS_N_2 +BSU_14190 224308.BSU14190 7.99e-276 753.0 COG1473@1|root,COG1473@2|Bacteria,1TPD7@1239|Firmicutes,4H9SG@91061|Bacilli,1ZC15@1386|Bacillus 2|Bacteria E Catalyzes the conversion of N-acetyl-diaminopimelate to diaminopimelate and acetate hipO GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006553,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009987,GO:0016053,GO:0016787,GO:0016810,GO:0016811,GO:0019213,GO:0019752,GO:0019877,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0046451,GO:0050118,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 3.5.1.47 ko:K05823,ko:K21613 ko00300,ko01100,ko01110,ko01230,map00300,map01100,map01110,map01230 M00525 R02733 RC00064,RC00300 ko00000,ko00001,ko00002,ko01000,ko01002 - - - M20_dimer,Peptidase_M20 +BSU_14200 224308.BSU14200 7.23e-51 160.0 2E5FN@1|root,3307C@2|Bacteria,1VH91@1239|Firmicutes,4HP9B@91061|Bacilli,1ZJ6Z@1386|Bacillus 2|Bacteria S Belongs to the UPF0180 family ykuS - - - - - - - - - - - UPF0180 +BSU_14210 224308.BSU14210 4.1e-181 505.0 COG0668@1|root,COG0668@2|Bacteria,1TR9Z@1239|Firmicutes,4HCB8@91061|Bacilli,1ZCW4@1386|Bacillus 2|Bacteria M Mechanosensitive ion channel ykuT GO:0003674,GO:0005215,GO:0005488,GO:0005515,GO:0006810,GO:0006950,GO:0006970,GO:0008150,GO:0008381,GO:0009628,GO:0009987,GO:0015267,GO:0022803,GO:0022836,GO:0022857,GO:0033554,GO:0042802,GO:0050896,GO:0051179,GO:0051234,GO:0051716,GO:0055085,GO:0071214,GO:0071470,GO:0104004 - ko:K22044 - - - - ko00000,ko02000 1.A.23.3 - - MS_channel +BSU_14220 224308.BSU14220 9.78e-130 368.0 COG0450@1|root,COG0450@2|Bacteria,1TQU7@1239|Firmicutes,4HA2M@91061|Bacilli,1ZCZP@1386|Bacillus 2|Bacteria O Alkyl hydroperoxide reductase ykuU - 1.11.1.15 ko:K03386 ko04214,map04214 - - - ko00000,ko00001,ko01000,ko04147 - - - 1-cysPrx_C,AhpC-TSA +BSU_14230 224308.BSU14230 6.25e-106 305.0 COG0526@1|root,COG0526@2|Bacteria,1V1R4@1239|Firmicutes,4HFWU@91061|Bacilli,1ZBFR@1386|Bacillus 2|Bacteria CO thiol-disulfide ykuV - - - - - - - - - - - AhpC-TSA,Thioredoxin_8 +BSU_14240 224308.BSU14240 4.71e-122 349.0 29AGR@1|root,2ZXGY@2|Bacteria,1W2P8@1239|Firmicutes,4HZNQ@91061|Bacilli,1ZEC3@1386|Bacillus 2|Bacteria K Repressor of ComK rok - - - - - - - - - - - - +BSU_14250 224308.BSU14250 1.47e-201 561.0 29RCT@1|root,30CEZ@2|Bacteria,1U9S5@1239|Firmicutes,4IJYN@91061|Bacilli,1ZEMZ@1386|Bacillus 2|Bacteria - - yknT - - ko:K06437 - - - - ko00000 - - - - +BSU_14260 224308.BSU14260 9.21e-142 400.0 COG0746@1|root,COG0746@2|Bacteria,1VA6T@1239|Firmicutes,4HPX3@91061|Bacilli,1ZIA7@1386|Bacillus 2|Bacteria H Transfers a GMP moiety from GTP to Mo-molybdopterin (Mo- MPT) cofactor (Moco or molybdenum cofactor) to form Mo- molybdopterin guanine dinucleotide (Mo-MGD) cofactor mobA GO:0003674,GO:0003824,GO:0006732,GO:0006777,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009987,GO:0018130,GO:0019538,GO:0019637,GO:0019720,GO:0043170,GO:0043545,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0046483,GO:0051186,GO:0051188,GO:0051189,GO:0071704,GO:0090407,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.7.7.77 ko:K03752,ko:K13818 ko00790,ko01100,map00790,map01100 - R11581 - ko00000,ko00001,ko01000 - - - DUF3305,MobB,NTP_transf_3 +BSU_14270 224308.BSU14270 6.5e-246 675.0 COG0476@1|root,COG0476@2|Bacteria,1TQ3U@1239|Firmicutes,4HBGP@91061|Bacilli,1ZBR4@1386|Bacillus 2|Bacteria H COG0476 Dinucleotide-utilizing enzymes involved in molybdopterin and thiamine biosynthesis family 2 moeB GO:0003674,GO:0003824,GO:0016740,GO:0016772,GO:0016779 2.7.7.73,2.7.7.80 ko:K03148,ko:K21029 ko00730,ko01100,ko04122,map00730,map01100,map04122 - R07459 RC00043 ko00000,ko00001,ko01000 - - - ThiF +BSU_14280 224308.BSU14280 1.05e-313 854.0 COG0303@1|root,COG0303@2|Bacteria,1TQJ8@1239|Firmicutes,4HAFT@91061|Bacilli,1ZB4V@1386|Bacillus 2|Bacteria H molybdopterin moeA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006163,GO:0006725,GO:0006732,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009116,GO:0009117,GO:0009119,GO:0009141,GO:0009144,GO:0009150,GO:0009199,GO:0009205,GO:0009259,GO:0009987,GO:0018130,GO:0019538,GO:0019637,GO:0019693,GO:0032324,GO:0034641,GO:0042278,GO:0043170,GO:0043545,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044281,GO:0044424,GO:0044464,GO:0046039,GO:0046128,GO:0046483,GO:0051186,GO:0051188,GO:0051189,GO:0055086,GO:0071704,GO:0072521,GO:0090407,GO:1901068,GO:1901135,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657 2.10.1.1 ko:K03750 ko00790,ko01100,map00790,map01100 - R09735 RC03462 ko00000,ko00001,ko01000 - - - MoCF_biosynth,MoeA_C,MoeA_N +BSU_14290 224308.BSU14290 3.44e-122 348.0 COG1763@1|root,COG1763@2|Bacteria,1VFA0@1239|Firmicutes,4HNMQ@91061|Bacilli,1ZH3K@1386|Bacillus 2|Bacteria H molybdopterin-guanine dinucleotide biosynthesis protein mobB GO:0000166,GO:0001882,GO:0001883,GO:0003674,GO:0005488,GO:0005525,GO:0017076,GO:0019001,GO:0032549,GO:0032550,GO:0032553,GO:0032555,GO:0032561,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0097159,GO:0097367,GO:1901265,GO:1901363 2.10.1.1,2.7.7.77 ko:K02379,ko:K03750,ko:K03752,ko:K03753,ko:K13818 ko00790,ko01100,map00790,map01100 - R09735,R11581 RC03462 ko00000,ko00001,ko01000 - - iB21_1397.B21_03691,iBWG_1329.BWG_3527,iECBD_1354.ECBD_4174,iECDH1ME8569_1439.ECDH1ME8569_3728,iEcDH1_1363.EcDH1_4130,iJO1366.b3856,iSbBS512_1146.SbBS512_E4328,iY75_1357.Y75_RS17805 MoCF_biosynth,MobB,MoeA_C,MoeA_N,NTP_transf_3 +BSU_14300 224308.BSU14300 6.61e-110 316.0 COG0314@1|root,COG0314@2|Bacteria,1V3V0@1239|Firmicutes,4HGZD@91061|Bacilli,1ZG9N@1386|Bacillus 2|Bacteria H COG0314 Molybdopterin converting factor, large subunit moaE GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006163,GO:0006725,GO:0006732,GO:0006753,GO:0006777,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009116,GO:0009117,GO:0009119,GO:0009141,GO:0009144,GO:0009150,GO:0009199,GO:0009205,GO:0009259,GO:0009987,GO:0016740,GO:0016782,GO:0016783,GO:0018130,GO:0019538,GO:0019637,GO:0019693,GO:0019720,GO:0030366,GO:0032324,GO:0034641,GO:0042278,GO:0043170,GO:0043545,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046039,GO:0046128,GO:0046483,GO:0051186,GO:0051188,GO:0051189,GO:0055086,GO:0071704,GO:0072521,GO:0090407,GO:1901068,GO:1901135,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657 2.8.1.12 ko:K03635,ko:K21142 ko00790,ko01100,ko04122,map00790,map01100,map04122 - R09395 RC02507 ko00000,ko00001,ko01000 - - - MoaE,ThiS +BSU_14310 224308.BSU14310 6.92e-45 145.0 COG1977@1|root,COG1977@2|Bacteria,1VERN@1239|Firmicutes,4HNP5@91061|Bacilli,1ZIV7@1386|Bacillus 2|Bacteria H Involved in sulfur transfer in the conversion of molybdopterin precursor Z to molybdopterin moaD - 2.8.1.12 ko:K03636,ko:K21142 ko00790,ko01100,ko04122,map00790,map01100,map04122 - R09395 RC02507 ko00000,ko00001,ko01000 - - - MoaE,ThiS +BSU_14320 224308.BSU14320 0.0 1134.0 COG1132@1|root,COG1132@2|Bacteria,1TP0B@1239|Firmicutes,4HA3S@91061|Bacilli,1ZASV@1386|Bacillus 2|Bacteria V COG1132 ABC-type multidrug transport system, ATPase and permease components yknU GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 - ko:K06147,ko:K11085 ko02010,map02010 - - - ko00000,ko00001,ko01000,ko02000 3.A.1.106,3.A.1.109,3.A.1.21 - - ABC_membrane,ABC_tran +BSU_14330 224308.BSU14330 0.0 1139.0 COG1132@1|root,COG1132@2|Bacteria,1TP0B@1239|Firmicutes,4HA3S@91061|Bacilli,1ZBIW@1386|Bacillus 2|Bacteria V COG1132 ABC-type multidrug transport system, ATPase and permease components yknV GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 - ko:K02021,ko:K06147,ko:K18890 ko02010,map02010 M00707 - - ko00000,ko00001,ko00002,ko02000 3.A.1.106,3.A.1.106.13,3.A.1.106.5,3.A.1.109,3.A.1.110,3.A.1.112,3.A.1.113,3.A.1.117,3.A.1.21 - - ABC_membrane,ABC_tran +BSU_14340 224308.BSU14340 1.6e-151 427.0 2EJ6V@1|root,33CY2@2|Bacteria,1VPDN@1239|Firmicutes,4HS8D@91061|Bacilli,1ZIQW@1386|Bacillus 2|Bacteria S Yip1 domain yknW - - - - - - - - - - - Yip1 +BSU_14350 224308.BSU14350 4.93e-235 650.0 COG0845@1|root,COG0845@2|Bacteria,1V5DX@1239|Firmicutes,4HMQM@91061|Bacilli,1ZD1D@1386|Bacillus 2|Bacteria M Belongs to the membrane fusion protein (MFP) (TC 8.A.1) family yknX GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K02005,ko:K13888 - M00709 - - ko00000,ko00002,ko02000 8.A.1 - - Biotin_lipoyl_2,HlyD_3,HlyD_D23 +BSU_14360 224308.BSU14360 6.1e-160 448.0 COG1136@1|root,COG1136@2|Bacteria,1TPBJ@1239|Firmicutes,4HBMF@91061|Bacilli,1ZC14@1386|Bacillus 2|Bacteria V ABC transporter, ATP-binding protein macB - - ko:K02003 - M00258 - - ko00000,ko00002,ko02000 3.A.1 - - ABC_tran +BSU_14370 224308.BSU14370 2.1e-269 739.0 COG0577@1|root,COG0577@2|Bacteria,1TPUU@1239|Firmicutes,4HATE@91061|Bacilli,1ZDCS@1386|Bacillus 2|Bacteria V COG0577 ABC-type antimicrobial peptide transport system, permease component yknZ GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0042802,GO:0044464,GO:0071944 - ko:K02004 - M00258 - - ko00000,ko00002,ko02000 3.A.1 - - FtsX,MacB_PCD +BSU_14380 224308.BSU14380 1.49e-175 489.0 COG1349@1|root,COG1349@2|Bacteria,1TSF8@1239|Firmicutes,4HDT9@91061|Bacilli,1ZBIR@1386|Bacillus 2|Bacteria K Transcriptional regulator fruR - - ko:K03436 - - - - ko00000,ko03000 - - - DeoRC,HTH_DeoR +BSU_14390 224308.BSU14390 9.99e-216 595.0 COG1105@1|root,COG1105@2|Bacteria,1TQ36@1239|Firmicutes,4HANU@91061|Bacilli,1ZB76@1386|Bacillus 2|Bacteria G Belongs to the carbohydrate kinase PfkB family pfkB GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0019200,GO:0044237,GO:0044238,GO:0044262,GO:0044424,GO:0044444,GO:0044464,GO:0046835,GO:0071704 2.7.1.11,2.7.1.56 ko:K00882,ko:K16370 ko00010,ko00030,ko00051,ko00052,ko00680,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00010,map00030,map00051,map00052,map00680,map01100,map01110,map01120,map01130,map01200,map01230 M00001,M00345 R00756,R02071,R03236,R03237,R03238,R03239,R04779 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU14390 PfkB +BSU_14400 224308.BSU14400 0.0 1148.0 COG1299@1|root,COG1445@1|root,COG1762@1|root,COG1299@2|Bacteria,COG1445@2|Bacteria,COG1762@2|Bacteria,1TPKU@1239|Firmicutes,4H9KR@91061|Bacilli,1ZAVB@1386|Bacillus 2|Bacteria GT COG1762 Phosphotransferase system mannitol fructose-specific IIA domain (Ntr-type) fruA GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563 2.7.1.202 ko:K02538,ko:K02768,ko:K02769,ko:K02770,ko:K02806,ko:K03491 ko00051,ko01100,ko01120,ko02060,map00051,map01100,map01120,map02060 M00273 R03232 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000,ko03000 4.A.2.1 - - PTS_EIIA_2,PTS_EIIC,PTS_IIB +BSU_14410 224308.BSU14410 4.95e-134 380.0 COG0681@1|root,COG0681@2|Bacteria,1V2BJ@1239|Firmicutes,4HGCB@91061|Bacilli,1ZGNJ@1386|Bacillus 2|Bacteria U Belongs to the peptidase S26 family sipT GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.4.21.89 ko:K03100 ko02024,ko03060,map02024,map03060 - - - ko00000,ko00001,ko01000,ko01002 - - - Peptidase_S24,Peptidase_S26 +BSU_14420 224308.BSU14420 3.15e-51 162.0 29RS7@1|root,30CVY@2|Bacteria,1UAG3@1239|Firmicutes,4IKUG@91061|Bacilli,1ZHMP@1386|Bacillus 2|Bacteria - - ykoA - - - - - - - - - - - - +BSU_14430 224308.BSU14430 0.0 1061.0 COG0488@1|root,COG0488@2|Bacteria,1TPW0@1239|Firmicutes,4HATH@91061|Bacilli,1ZBVV@1386|Bacillus 2|Bacteria S COG0488 ATPase components of ABC transporters with duplicated ATPase domains ybiT GO:0006950,GO:0008150,GO:0009266,GO:0009409,GO:0009628,GO:0050896 - ko:K06158 - - - - ko00000,ko03012 - - - ABC_tran,ABC_tran_Xtn +BSU_14440 224308.BSU14440 2.99e-217 599.0 COG1893@1|root,COG1893@2|Bacteria,1TSZ1@1239|Firmicutes,4HB4T@91061|Bacilli,1ZAU6@1386|Bacillus 2|Bacteria H Catalyzes the NADPH-dependent reduction of ketopantoate into pantoic acid panE GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 1.1.1.169 ko:K00077 ko00770,ko01100,ko01110,map00770,map01100,map01110 M00119 R02472 RC00726 ko00000,ko00001,ko00002,ko01000 - - - ApbA,ApbA_C +BSU_14450 224308.BSU14450 2.07e-303 826.0 COG2309@1|root,COG2309@2|Bacteria,1TP65@1239|Firmicutes,4H9W8@91061|Bacilli,1ZCU3@1386|Bacillus 2|Bacteria E COG2309 Leucyl aminopeptidase (aminopeptidase T) pepS - - ko:K19689 - - - - ko00000,ko01000,ko01002 - - - Peptidase_M29 +BSU_14460 720555.BATR1942_04995 1.09e-18 77.0 29SAF@1|root,30DEY@2|Bacteria,1UB7X@1239|Firmicutes,4IMKP@91061|Bacilli,1ZKCX@1386|Bacillus 2|Bacteria S Uncharacterized protein YkpC - - - - - - - - - - - - ykpC +BSU_14470 224308.BSU14470 1.06e-233 644.0 COG1077@1|root,COG1077@2|Bacteria,1TP51@1239|Firmicutes,4HC52@91061|Bacilli,1ZCN2@1386|Bacillus 2|Bacteria D Rod-share determining protein MreBH mreB - - ko:K03569 - - - - ko00000,ko02048,ko03036,ko04812 1.A.33.1,9.B.157.1 - - MreB_Mbl +BSU_14480 1051501.AYTL01000027_gene1038 2.63e-58 180.0 COG2002@1|root,COG2002@2|Bacteria,1VA3H@1239|Firmicutes,4HKCH@91061|Bacilli,1ZH5A@1386|Bacillus 2|Bacteria K of stationary sporulation gene expression abrB - - ko:K06284 - - - - ko00000,ko03000 - - - MazE_antitoxin +BSU_14490 224308.BSU14490 4.59e-307 837.0 COG3852@1|root,COG3852@2|Bacteria,1TRH0@1239|Firmicutes,4HD4A@91061|Bacilli,1ZDWU@1386|Bacillus 2|Bacteria T COG0642 Signal transduction histidine kinase kinC GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 2.7.13.3 ko:K07698,ko:K13532,ko:K17763 ko02020,map02020 M00485 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022,ko03021 - - - HATPase_c,HisKA,PAS,PAS_3,PAS_4,PAS_9,STAS,dCache_1 +BSU_14500 224308.BSU14500 1.86e-207 572.0 COG2105@1|root,COG3703@1|root,COG2105@2|Bacteria,COG3703@2|Bacteria,1V4XC@1239|Firmicutes,4HH0F@91061|Bacilli,1ZJQH@1386|Bacillus 2|Bacteria P Gamma-glutamyl cyclotransferase, AIG2-like ykqA - - - - - - - - - - - AIG2_2,GGACT +BSU_14510 224308.BSU14510 1.68e-148 419.0 COG0569@1|root,COG0569@2|Bacteria,1TQ9H@1239|Firmicutes,4HBPH@91061|Bacilli,1ZC2N@1386|Bacillus 2|Bacteria P COG0569 K transport systems, NAD-binding component ktrA GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K03499 - - - - ko00000,ko02000 2.A.38.1,2.A.38.4 - - TrkA_C,TrkA_N +BSU_14520 224308.BSU14520 0.0 1123.0 COG1001@1|root,COG1001@2|Bacteria,1TP84@1239|Firmicutes,4HBB2@91061|Bacilli,1ZCHI@1386|Bacillus 2|Bacteria F Belongs to the metallo-dependent hydrolases superfamily. Adenine deaminase family ade GO:0000034,GO:0003674,GO:0003824,GO:0004096,GO:0004601,GO:0005488,GO:0005506,GO:0006040,GO:0006044,GO:0006046,GO:0006139,GO:0006144,GO:0006145,GO:0006146,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008198,GO:0008448,GO:0009056,GO:0009058,GO:0009112,GO:0009113,GO:0009636,GO:0009987,GO:0016209,GO:0016491,GO:0016684,GO:0016787,GO:0016810,GO:0016811,GO:0016814,GO:0018130,GO:0019213,GO:0019239,GO:0019438,GO:0019439,GO:0030145,GO:0034641,GO:0042221,GO:0042440,GO:0043167,GO:0043169,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0046083,GO:0046100,GO:0046101,GO:0046112,GO:0046113,GO:0046148,GO:0046348,GO:0046483,GO:0046700,GO:0046872,GO:0046914,GO:0050896,GO:0051716,GO:0055086,GO:0055114,GO:0070887,GO:0071704,GO:0072521,GO:0072522,GO:0072523,GO:0097237,GO:0098754,GO:0098869,GO:1901071,GO:1901072,GO:1901135,GO:1901136,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576,GO:1990748 3.5.4.2 ko:K01486 ko00230,ko01100,map00230,map01100 - R01244 RC00477 ko00000,ko00001,ko01000 - - iECUMN_1333.ECUMN_4192,iSFV_1184.SFV_3844,iYO844.BSU14520 Adenine_deam_C,Amidohydro_1 +BSU_14530 224308.BSU14530 0.0 1108.0 COG0595@1|root,COG0595@2|Bacteria,1TQ9G@1239|Firmicutes,4HAAP@91061|Bacilli,1ZBCD@1386|Bacillus 2|Bacteria S An RNase that has 5'-3' exonuclease and possibly endonuclease activity. Involved in maturation of rRNA and in some organisms also mRNA maturation and or decay rnj GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004527,GO:0004532,GO:0004534,GO:0004540,GO:0005488,GO:0005515,GO:0006139,GO:0006364,GO:0006396,GO:0006397,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008409,GO:0009987,GO:0010467,GO:0016070,GO:0016071,GO:0016072,GO:0016787,GO:0016788,GO:0016796,GO:0016896,GO:0022613,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0042802,GO:0043170,GO:0044085,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0090503,GO:0140098,GO:1901360 - ko:K12574 ko03018,map03018 - - - ko00000,ko00001,ko01000,ko03019 - - - Lactamase_B,RMMBL +BSU_14540 224308.BSU14540 8.98e-42 137.0 COG5503@1|root,COG5503@2|Bacteria,1VEI7@1239|Firmicutes,4HNSK@91061|Bacilli,1ZIUI@1386|Bacillus 2|Bacteria S Belongs to the UPF0356 family ykzG - - - - - - - - - - - DUF1447 +BSU_14550 224308.BSU14550 1.06e-187 521.0 COG0561@1|root,COG0561@2|Bacteria,1TSZZ@1239|Firmicutes,4HB54@91061|Bacilli,1ZBY4@1386|Bacillus 2|Bacteria S hydrolases of the HAD superfamily ykrA - - - - - - - - - - - Hydrolase_3 +BSU_14560 224308.BSU14560 1.14e-130 370.0 COG0242@1|root,COG0242@2|Bacteria,1V70B@1239|Firmicutes,4HH0G@91061|Bacilli,1ZB0K@1386|Bacillus 2|Bacteria J Removes the formyl group from the N-terminal Met of newly synthesized proteins. Requires at least a dipeptide for an efficient rate of reaction. N-terminal L-methionine is a prerequisite for activity but the enzyme has broad specificity at other positions def GO:0003674,GO:0003824,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016787,GO:0016810,GO:0016811,GO:0018193,GO:0018206,GO:0019538,GO:0031365,GO:0036211,GO:0042586,GO:0043170,GO:0043412,GO:0043686,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:1901564 3.5.1.31,3.5.1.88 ko:K01450,ko:K01462 ko00270,ko00630,map00270,map00630 - R00653 RC00165,RC00323 ko00000,ko00001,ko01000 - - - Pep_deformylase +BSU_14569 224308.BSU14569 2.24e-19 79.3 2DRND@1|root,33CCV@2|Bacteria,1VNPA@1239|Firmicutes 2|Bacteria S Protein of unknown function (Tiny_TM_bacill) - - - - - - - - - - - - Tiny_TM_bacill +BSU_14570 224308.BSU14570 2.78e-148 418.0 COG0497@1|root,COG0497@2|Bacteria,1V4G3@1239|Firmicutes,4HHDM@91061|Bacilli,1ZH4B@1386|Bacillus 2|Bacteria L Putative cell-wall binding lipoprotein recN - - ko:K03631,ko:K20345 ko02024,map02024 - - - ko00000,ko00001,ko02000,ko03400 3.A.1.112,8.A.1 - - SMC_N,YkyA +BSU_14580 224308.BSU14580 1.06e-258 710.0 COG1071@1|root,COG1071@2|Bacteria,1TQDG@1239|Firmicutes,4H9PQ@91061|Bacilli,1ZBE0@1386|Bacillus 2|Bacteria C COG1071 Pyruvate 2-oxoglutarate dehydrogenase complex, dehydrogenase (E1) component, eukaryotic type, alpha subunit pdhA - 1.2.4.1,1.2.4.4 ko:K00161,ko:K00166 ko00010,ko00020,ko00280,ko00620,ko00640,ko01100,ko01110,ko01120,ko01130,ko01200,ko04066,ko04922,ko05230,map00010,map00020,map00280,map00620,map00640,map01100,map01110,map01120,map01130,map01200,map04066,map04922,map05230 M00036,M00307 R00014,R00209,R01699,R03270,R07599,R07600,R07601,R07602,R07603,R07604,R10996,R10997 RC00004,RC00027,RC00627,RC02742,RC02743,RC02744,RC02882,RC02883,RC02949,RC02953 br01601,ko00000,ko00001,ko00002,ko01000 - - - E1_dh,OxoDH_E1alpha_N +BSU_14590 224308.BSU14590 1.75e-227 627.0 COG0022@1|root,COG0022@2|Bacteria,1TP3J@1239|Firmicutes,4HA4H@91061|Bacilli,1ZBJ1@1386|Bacillus 2|Bacteria C COG0022 Pyruvate 2-oxoglutarate dehydrogenase complex, dehydrogenase (E1) component, eukaryotic type, beta subunit pdhB GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0016020,GO:0030312,GO:0044464,GO:0071944,GO:0140030,GO:0140032 1.2.4.1,1.2.4.4 ko:K00162,ko:K00167,ko:K21417 ko00010,ko00020,ko00280,ko00620,ko00640,ko01100,ko01110,ko01120,ko01130,ko01200,ko04066,ko04922,ko05230,map00010,map00020,map00280,map00620,map00640,map01100,map01110,map01120,map01130,map01200,map04066,map04922,map05230 M00036,M00307 R00014,R00209,R01699,R03270,R07599,R07600,R07601,R07602,R07603,R07604,R10996,R10997 RC00004,RC00027,RC00627,RC02742,RC02743,RC02744,RC02882,RC02883,RC02949,RC02953 br01601,ko00000,ko00001,ko00002,ko01000 - - iNJ661.Rv2496c,iSB619.SA_RS05355,iYO844.BSU14590,iYO844.BSU24040 Transket_pyr,Transketolase_C +BSU_14600 224308.BSU14600 5.96e-301 823.0 COG0508@1|root,COG0508@2|Bacteria,1TR5N@1239|Firmicutes,4HA7A@91061|Bacilli,1ZAQR@1386|Bacillus 2|Bacteria C Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex pdhC - 2.3.1.12 ko:K00627 ko00010,ko00020,ko00620,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00020,map00620,map01100,map01110,map01120,map01130,map01200 M00307 R00209,R02569 RC00004,RC02742,RC02857 br01601,ko00000,ko00001,ko00002,ko01000 - - - 2-oxoacid_dh,Biotin_lipoyl,E3_binding +BSU_14610 224308.BSU14610 0.0 911.0 COG1249@1|root,COG1249@2|Bacteria,1TP1W@1239|Firmicutes,4HB3K@91061|Bacilli,1ZCJR@1386|Bacillus 2|Bacteria C COG1249 Pyruvate 2-oxoglutarate dehydrogenase complex, dihydrolipoamide dehydrogenase (E3) component, and related enzymes lpdA GO:0000166,GO:0001505,GO:0003674,GO:0003824,GO:0004148,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005634,GO:0005654,GO:0005737,GO:0005739,GO:0005759,GO:0005829,GO:0006082,GO:0006084,GO:0006085,GO:0006086,GO:0006090,GO:0006103,GO:0006139,GO:0006163,GO:0006164,GO:0006464,GO:0006520,GO:0006544,GO:0006546,GO:0006637,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006790,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0008270,GO:0009056,GO:0009058,GO:0009063,GO:0009069,GO:0009071,GO:0009108,GO:0009117,GO:0009150,GO:0009152,GO:0009165,GO:0009259,GO:0009260,GO:0009987,GO:0015036,GO:0016054,GO:0016491,GO:0016651,GO:0016667,GO:0016668,GO:0017144,GO:0018130,GO:0018335,GO:0019362,GO:0019438,GO:0019464,GO:0019538,GO:0019637,GO:0019693,GO:0019752,GO:0031974,GO:0031981,GO:0032787,GO:0032991,GO:0033865,GO:0033866,GO:0033875,GO:0034030,GO:0034032,GO:0034033,GO:0034641,GO:0034654,GO:0035383,GO:0035384,GO:0036094,GO:0036211,GO:0042133,GO:0042135,GO:0042737,GO:0042802,GO:0043167,GO:0043168,GO:0043169,GO:0043170,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0043233,GO:0043412,GO:0043436,GO:0043543,GO:0043603,GO:0043604,GO:0043648,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044272,GO:0044281,GO:0044282,GO:0044422,GO:0044424,GO:0044428,GO:0044429,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0045239,GO:0045240,GO:0045250,GO:0045252,GO:0045254,GO:0046390,GO:0046395,GO:0046483,GO:0046496,GO:0046872,GO:0046914,GO:0048037,GO:0050660,GO:0050662,GO:0050896,GO:0051186,GO:0051188,GO:0055086,GO:0055114,GO:0061732,GO:0065007,GO:0065008,GO:0070013,GO:0071616,GO:0071704,GO:0072521,GO:0072522,GO:0072524,GO:0090407,GO:0097159,GO:0106077,GO:1901135,GO:1901137,GO:1901265,GO:1901293,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576,GO:1901605,GO:1901606,GO:1902494,GO:1990204,GO:1990234 1.8.1.4 ko:K00382 ko00010,ko00020,ko00260,ko00280,ko00620,ko00630,ko00640,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00020,map00260,map00280,map00620,map00630,map00640,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00036,M00307,M00532 R00209,R01221,R01698,R03815,R07618,R08549 RC00004,RC00022,RC00583,RC02742,RC02833,RC02834 br01601,ko00000,ko00001,ko00002,ko01000,ko04147 - - iAPECO1_1312.APECO1_1869,iEcolC_1368.EcolC_3543,iPC815.YPO3417,iSFV_1184.SFV_0107,iUMN146_1321.UM146_23385 Biotin_lipoyl,Pyr_redox_2,Pyr_redox_dim +BSU_14620 224308.BSU14620 4.55e-83 245.0 COG0526@1|root,COG0526@2|Bacteria,1UAWB@1239|Firmicutes,4IM94@91061|Bacilli,1ZJHW@1386|Bacillus 2|Bacteria CO COG0526, thiol-disulfide isomerase and thioredoxins slp - - - - - - - - - - - AhpC-TSA,HyaE,Redoxin +BSU_14629 1274524.BSONL12_11721 3.69e-15 67.8 2DTX2@1|root,33N27@2|Bacteria,1VKZ1@1239|Firmicutes 2|Bacteria S SR1 protein - - - - - - - - - - - - SR1P +BSU_14630 224308.BSU14630 0.0 955.0 COG1982@1|root,COG1982@2|Bacteria,1TNZ9@1239|Firmicutes,4HBGC@91061|Bacilli,1ZAR0@1386|Bacillus 2|Bacteria E Arginine speA GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006807,GO:0008150,GO:0008152,GO:0008923,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0071704,GO:1901564 4.1.1.17,4.1.1.19 ko:K01581,ko:K01585 ko00330,ko00480,ko01100,ko01110,ko01130,map00330,map00480,map01100,map01110,map01130 M00133,M00134 R00566,R00670 RC00299 ko00000,ko00001,ko00002,ko01000 - - - OKR_DC_1,OKR_DC_1_C +BSU_14640 224308.BSU14640 1.34e-56 176.0 COG4476@1|root,COG4476@2|Bacteria,1VEK8@1239|Firmicutes,4HNKR@91061|Bacilli,1ZHT9@1386|Bacillus 2|Bacteria S Belongs to the UPF0223 family yktA - - ko:K16509 - - - - ko00000 - - - UPF0223 +BSU_14650 224308.BSU14650 1.3e-152 428.0 COG4493@1|root,COG4493@2|Bacteria,1UY83@1239|Firmicutes,4HEDB@91061|Bacilli,1ZCEH@1386|Bacillus 2|Bacteria S Belongs to the UPF0637 family yktB - - - - - - - - - - - DUF1054 +BSU_14660 224308.BSU14660 2.03e-35 120.0 29S19@1|root,30D5Q@2|Bacteria,1UAVY@1239|Firmicutes,4IM8R@91061|Bacilli,1ZJH7@1386|Bacillus 2|Bacteria - - ykzI - - - - - - - - - - - - +BSU_14670 224308.BSU14670 9.48e-195 539.0 COG0483@1|root,COG0483@2|Bacteria,1TR4E@1239|Firmicutes,4HB92@91061|Bacilli,1ZAS1@1386|Bacillus 2|Bacteria G Inositol monophosphatase suhB GO:0003674,GO:0003824,GO:0005975,GO:0006020,GO:0006066,GO:0006793,GO:0006796,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0008934,GO:0009056,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0019637,GO:0019751,GO:0023052,GO:0042578,GO:0043647,GO:0044237,GO:0044238,GO:0044262,GO:0044281,GO:0044282,GO:0046164,GO:0046174,GO:0046434,GO:0046838,GO:0046855,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0052745,GO:0052834,GO:0065007,GO:0071545,GO:0071704,GO:1901575,GO:1901615,GO:1901616 3.1.3.25 ko:K01092 ko00521,ko00562,ko01100,ko04070,map00521,map00562,map01100,map04070 M00131 R01185,R01186,R01187 RC00078 ko00000,ko00001,ko00002,ko01000 - - - Inositol_P +BSU_14680 224308.BSU14680 3.02e-101 293.0 2FENS@1|root,346N3@2|Bacteria,1VZVT@1239|Firmicutes,4HYCA@91061|Bacilli,1ZIPR@1386|Bacillus 2|Bacteria S Acetyltransferase (GNAT) family ykzC - - - - - - - - - - - Acetyltransf_1,Acetyltransf_4 +BSU_14690 224308.BSU14690 1.28e-223 615.0 COG3315@1|root,COG3315@2|Bacteria,1TSGJ@1239|Firmicutes,4HCZS@91061|Bacilli,1ZDGN@1386|Bacillus 2|Bacteria Q Exhibits S-adenosyl-L-methionine-dependent methyltransferase activity - - - - - - - - - - - - LCM +BSU_14700 224308.BSU14700 0.0 1013.0 COG3227@1|root,COG3227@2|Bacteria,1TP08@1239|Firmicutes,4H9S6@91061|Bacilli,1ZCEP@1386|Bacillus 2|Bacteria E Peptidase M4 mpl GO:0005575,GO:0005576 3.4.24.28,3.4.24.29 ko:K01400,ko:K01401,ko:K08777,ko:K19351 ko01503,ko02024,ko05150,map01503,map02024,map05150 - - - ko00000,ko00001,ko01000,ko01002 - - - FTP,PPC,PepSY,Peptidase_M4,Peptidase_M4_C +BSU_14710 224308.BSU14710 0.0 1264.0 2FH24@1|root,348WX@2|Bacteria,1VZQR@1239|Firmicutes,4IJQ4@91061|Bacilli,1ZDGJ@1386|Bacillus 2|Bacteria - - ylaA - - - - - - - - - - - - +BSU_14720 224308.BSU14720 1.44e-56 176.0 29RZZ@1|root,30D4A@2|Bacteria,1UATQ@1239|Firmicutes,4IM6J@91061|Bacilli,1ZJBE@1386|Bacillus 2|Bacteria - - ylaB - - - - - - - - - - - - +BSU_14730 224308.BSU14730 4.51e-118 338.0 COG1595@1|root,COG1595@2|Bacteria,1V1S3@1239|Firmicutes,4HG2H@91061|Bacilli,1ZGKM@1386|Bacillus 2|Bacteria K Belongs to the sigma-70 factor family. ECF subfamily ylaC - - ko:K03088 - - - - ko00000,ko03021 - - - Sigma70_r2,Sigma70_r4_2 +BSU_14740 1034347.CAHJ01000057_gene895 2.27e-16 75.1 COG5660@1|root,COG5660@2|Bacteria,1VKXY@1239|Firmicutes,4HCBH@91061|Bacilli,1ZFZR@1386|Bacillus 2|Bacteria S Putative zinc-finger sigC GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0016020,GO:0030312,GO:0044464,GO:0071944 - ko:K03088 - - - - ko00000,ko03021 - - - zf-HC2 +BSU_14750 224308.BSU14750 1.74e-57 187.0 2AR0Q@1|root,31G9I@2|Bacteria,1U9T9@1239|Firmicutes,4IK0K@91061|Bacilli,1ZEZ2@1386|Bacillus 2|Bacteria - - ylaE - - - - - - - - - - - - +BSU_14760 1051501.AYTL01000027_gene1064 2.21e-30 107.0 2DR2B@1|root,339VK@2|Bacteria,1VNV6@1239|Firmicutes 2|Bacteria S Family of unknown function (DUF5325) - - - - - - - - - - - - DUF5325 +BSU_14770 224308.BSU14770 0.0 1187.0 COG1217@1|root,COG1217@2|Bacteria,1TQ5Y@1239|Firmicutes,4HAQ6@91061|Bacilli,1ZB9R@1386|Bacillus 2|Bacteria T GTP-binding protein TypA typA GO:0000027,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006996,GO:0008150,GO:0009266,GO:0009408,GO:0009409,GO:0009628,GO:0009987,GO:0016043,GO:0022607,GO:0022613,GO:0022618,GO:0034622,GO:0042254,GO:0042255,GO:0042273,GO:0043933,GO:0044085,GO:0044424,GO:0044444,GO:0044464,GO:0050896,GO:0065003,GO:0070925,GO:0071826,GO:0071840 - ko:K06207 - - - - ko00000 - - - EFG_C,EFG_II,GTP_EFTU,GTP_EFTU_D2 +BSU_14780 224308.BSU14780 1.26e-62 192.0 2E309@1|root,32TAR@2|Bacteria,1VBNE@1239|Firmicutes,4HM33@91061|Bacilli,1ZI2F@1386|Bacillus 2|Bacteria S YlaH-like protein ylaH - - - - - - - - - - - YlaH +BSU_14790 224308.BSU14790 1.61e-44 144.0 COG4896@1|root,COG4896@2|Bacteria,1VFMW@1239|Firmicutes,4HNPM@91061|Bacilli,1ZIXV@1386|Bacillus 2|Bacteria S protein conserved in bacteria ylaI - - - - - - - - - - - DUF2197 +BSU_14800 224308.BSU14800 1.72e-126 362.0 2A3AP@1|root,30RSQ@2|Bacteria,1VA69@1239|Firmicutes,4HKTQ@91061|Bacilli,1ZFXZ@1386|Bacillus 2|Bacteria S Sporulation lipoprotein YhcN/YlaJ (Spore_YhcN_YlaJ) ylaJ - - - - - - - - - - - Spore_YhcN_YlaJ +BSU_14810 224308.BSU14810 1.41e-315 860.0 COG1875@1|root,COG1875@2|Bacteria,1UHTD@1239|Firmicutes,4HA4V@91061|Bacilli,1ZDIF@1386|Bacillus 2|Bacteria T ATPase related to phosphate starvation-inducible protein PhoH phoH - - ko:K07175 - - - - ko00000 - - - PIN_4,PhoH +BSU_14820 224308.BSU14820 9.32e-112 321.0 COG2041@1|root,COG2041@2|Bacteria,1V1EZ@1239|Firmicutes,4HIWI@91061|Bacilli,1ZDPV@1386|Bacillus 2|Bacteria S Part of the MsrPQ system that repairs oxidized periplasmic proteins containing methionine sulfoxide residues (Met-O), using respiratory chain electrons. Thus protects these proteins from oxidative-stress damage caused by reactive species of oxygen and chlorine generated by the host defense mechanisms. MsrPQ is essential for the maintenance of envelope integrity under bleach stress, rescuing a wide series of structurally unrelated periplasmic proteins from methionine oxidation. The catalytic subunit MsrP is non-stereospecific, being able to reduce both (R-) and (S-) diastereoisomers of methionine sulfoxide ylaL - - - - - - - - - - - Mo-co_dimer,Oxidored_molyb +BSU_14830 224308.BSU14830 4.25e-220 607.0 COG2066@1|root,COG2066@2|Bacteria,1TP64@1239|Firmicutes,4H9XA@91061|Bacilli,1ZBXX@1386|Bacillus 2|Bacteria E Belongs to the glutaminase family glsA GO:0003674,GO:0003824,GO:0004359,GO:0006082,GO:0006520,GO:0006536,GO:0006537,GO:0006541,GO:0006543,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009056,GO:0009058,GO:0009063,GO:0009064,GO:0009065,GO:0009084,GO:0009987,GO:0016053,GO:0016054,GO:0016787,GO:0016810,GO:0016811,GO:0019752,GO:0040008,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0045926,GO:0046394,GO:0046395,GO:0048519,GO:0050789,GO:0065007,GO:0071704,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576,GO:1901605,GO:1901606,GO:1901607 3.5.1.2 ko:K01425 ko00220,ko00250,ko00471,ko01100,ko04724,ko04727,ko04964,ko05206,ko05230,map00220,map00250,map00471,map01100,map04724,map04727,map04964,map05206,map05230 - R00256,R01579 RC00010,RC02798 ko00000,ko00001,ko01000 - - iB21_1397.B21_01492,iECBD_1354.ECBD_2118,iECB_1328.ECB_01481,iECD_1391.ECD_01481,iYL1228.KPN_01636,iYO844.BSU02430 Glutaminase +BSU_14840 224308.BSU14840 1.99e-58 181.0 COG4838@1|root,COG4838@2|Bacteria,1VAXB@1239|Firmicutes,4HKIX@91061|Bacilli,1ZI2B@1386|Bacillus 2|Bacteria S Belongs to the UPF0358 family ylaN - - - - - - - - - - - DUF1507 +BSU_14850 224308.BSU14850 2.57e-273 749.0 COG0772@1|root,COG0772@2|Bacteria,1TPT7@1239|Firmicutes,4HAEV@91061|Bacilli,1ZBDZ@1386|Bacillus 2|Bacteria D Belongs to the SEDS family ftsW GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03588 ko04112,map04112 - - - ko00000,ko00001,ko02000,ko03036 2.A.103.1 - - FTSW_RODA_SPOVE +BSU_14860 224308.BSU14860 0.0 2277.0 COG1038@1|root,COG1038@2|Bacteria,1UHP9@1239|Firmicutes,4IS56@91061|Bacilli,1ZC4R@1386|Bacillus 2|Bacteria C Catalyzes a 2-step reaction, involving the ATP-dependent carboxylation of the covalently attached biotin in the first step and the transfer of the carboxyl group to pyruvate in the second pyc GO:0003674,GO:0003824,GO:0004075,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006629,GO:0006631,GO:0006633,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0010565,GO:0016053,GO:0016874,GO:0016879,GO:0019216,GO:0019217,GO:0019222,GO:0019752,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032787,GO:0042304,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0045717,GO:0045833,GO:0045922,GO:0046394,GO:0046890,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051055,GO:0062012,GO:0062014,GO:0065007,GO:0071704,GO:0072330,GO:0080090,GO:1901576 6.4.1.1 ko:K01958 ko00020,ko00620,ko00720,ko01100,ko01120,ko01200,ko01230,map00020,map00620,map00720,map01100,map01120,map01200,map01230 M00173 R00344 RC00040,RC00367 ko00000,ko00001,ko00002,ko01000 - - iHN637.CLJU_RS18410 Biotin_carb_C,Biotin_carb_N,Biotin_lipoyl,CPSase_L_D2,HMGL-like,PYC_OADA +BSU_14870 224308.BSU14870 2.97e-214 592.0 COG1612@1|root,COG1612@2|Bacteria,1TR4W@1239|Firmicutes,4HC12@91061|Bacilli,1ZC0K@1386|Bacillus 2|Bacteria O Catalyzes the oxidation of the C8 methyl side group on heme O porphyrin ring into a formyl group ctaA GO:0000003,GO:0003674,GO:0003824,GO:0008150,GO:0009987,GO:0016043,GO:0017004,GO:0019954,GO:0022607,GO:0030436,GO:0032502,GO:0034622,GO:0043933,GO:0043934,GO:0044085,GO:0065003,GO:0071840 2.5.1.141 ko:K02257,ko:K02259 ko00190,ko00860,ko01100,ko01110,ko02020,ko04714,map00190,map00860,map01100,map01110,map02020,map04714 M00154 R07411,R07412 RC00769,RC01786 ko00000,ko00001,ko00002,ko01000,ko01006,ko03029 3.D.4.4 - iSB619.SA_RS05460,iYO844.BSU14870 COX15-CtaA +BSU_14880 224308.BSU14880 1.7e-208 577.0 COG0109@1|root,COG0109@2|Bacteria,1TPS1@1239|Firmicutes,4HBJT@91061|Bacilli,1ZCJT@1386|Bacillus 2|Bacteria O Converts heme B (protoheme IX) to heme O by substitution of the vinyl group on carbon 2 of heme B porphyrin ring with a hydroxyethyl farnesyl side group ctaB GO:0003674,GO:0003824,GO:0004311,GO:0004659,GO:0005575,GO:0005623,GO:0005886,GO:0006091,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0015980,GO:0016020,GO:0016740,GO:0016765,GO:0018130,GO:0019438,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0044237,GO:0044249,GO:0044271,GO:0044464,GO:0045333,GO:0046148,GO:0046483,GO:0051186,GO:0051188,GO:0055114,GO:0071704,GO:0071944,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.5.1.141 ko:K02257 ko00190,ko00860,ko01100,ko01110,ko04714,map00190,map00860,map01100,map01110,map04714 M00154 R07411 RC01786 ko00000,ko00001,ko00002,ko01000,ko01006,ko03029 - - iSB619.SA_RS05465,iYO844.BSU12080 UbiA +BSU_14890 224308.BSU14890 5.85e-253 694.0 COG1622@1|root,COG2010@1|root,COG1622@2|Bacteria,COG2010@2|Bacteria,1TRC3@1239|Firmicutes,4HADQ@91061|Bacilli,1ZAP8@1386|Bacillus 2|Bacteria C Subunits I and II form the functional core of the enzyme complex. Electrons originating in cytochrome c are transferred via heme a and Cu(A) to the binuclear center formed by heme a3 and Cu(B) ctaC GO:0005575,GO:0005623,GO:0005886,GO:0006091,GO:0006119,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009117,GO:0009123,GO:0009126,GO:0009141,GO:0009144,GO:0009150,GO:0009161,GO:0009167,GO:0009199,GO:0009205,GO:0009259,GO:0009987,GO:0015980,GO:0016020,GO:0016310,GO:0017144,GO:0019637,GO:0019693,GO:0022900,GO:0022904,GO:0034641,GO:0042773,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0045333,GO:0046034,GO:0046483,GO:0055086,GO:0055114,GO:0071704,GO:0071944,GO:0072521,GO:1901135,GO:1901360,GO:1901564 1.10.3.12,1.9.3.1 ko:K02275,ko:K02826,ko:K17223 ko00190,ko00920,ko01100,ko01120,map00190,map00920,map01100,map01120 M00155,M00416,M00595 R00081,R09492,R10151 RC00016,RC00819,RC03151,RC03152 ko00000,ko00001,ko00002,ko01000 3.D.4.1,3.D.4.2,3.D.4.4,3.D.4.6 - - COX2,COX2_TM,Cytochrom_C,Cytochrome_CBB3 +BSU_14900 224308.BSU14900 0.0 1243.0 COG0843@1|root,COG0843@2|Bacteria,1TP2U@1239|Firmicutes,4HA4X@91061|Bacilli,1ZBD5@1386|Bacillus 2|Bacteria C Cytochrome c oxidase is the component of the respiratory chain that catalyzes the reduction of oxygen to water. Subunits 1- 3 form the functional core of the enzyme complex. CO I is the catalytic subunit of the enzyme. Electrons originating in cytochrome c are transferred via the copper A center of subunit 2 and heme A of subunit 1 to the bimetallic center formed by heme A3 and copper B ctaD GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006091,GO:0006119,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008152,GO:0009060,GO:0009117,GO:0009123,GO:0009126,GO:0009141,GO:0009144,GO:0009150,GO:0009161,GO:0009167,GO:0009199,GO:0009205,GO:0009259,GO:0009486,GO:0009987,GO:0015002,GO:0015672,GO:0015980,GO:0015988,GO:0015990,GO:0016020,GO:0016021,GO:0016310,GO:0016491,GO:0016679,GO:0016682,GO:0017144,GO:0019637,GO:0019693,GO:0022900,GO:0022904,GO:0031224,GO:0031226,GO:0034220,GO:0034641,GO:0042773,GO:0044237,GO:0044238,GO:0044281,GO:0044425,GO:0044459,GO:0044464,GO:0045333,GO:0046034,GO:0046483,GO:0051179,GO:0051234,GO:0055085,GO:0055086,GO:0055114,GO:0071704,GO:0071944,GO:0072521,GO:0098655,GO:0098660,GO:0098662,GO:1901135,GO:1901360,GO:1901564,GO:1902600 1.10.3.12,1.9.3.1 ko:K02274,ko:K02827 ko00190,ko01100,map00190,map01100 M00155,M00416 R00081,R09492 RC00016,RC00819 ko00000,ko00001,ko00002,ko01000 3.D.4.1,3.D.4.2,3.D.4.3,3.D.4.4,3.D.4.6 - - COX1 +BSU_14910 224308.BSU14910 1.84e-145 410.0 COG1845@1|root,COG1845@2|Bacteria,1TQJ1@1239|Firmicutes,4HAHK@91061|Bacilli,1ZBVD@1386|Bacillus 2|Bacteria C COG1845 Heme copper-type cytochrome quinol oxidase, subunit 3 cyoC GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0006091,GO:0006119,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009117,GO:0009123,GO:0009126,GO:0009141,GO:0009144,GO:0009150,GO:0009161,GO:0009167,GO:0009199,GO:0009205,GO:0009259,GO:0009987,GO:0015980,GO:0016020,GO:0016310,GO:0016491,GO:0016679,GO:0016682,GO:0017144,GO:0019637,GO:0019693,GO:0022900,GO:0022904,GO:0034641,GO:0042773,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0045333,GO:0046034,GO:0046483,GO:0055086,GO:0055114,GO:0071704,GO:0071944,GO:0072521,GO:1901135,GO:1901360,GO:1901564 1.10.3.12,1.9.3.1 ko:K02276,ko:K02299,ko:K02828 ko00190,ko01100,map00190,map01100 M00155,M00416,M00417 R00081,R09492 RC00016,RC00819 ko00000,ko00001,ko00002,ko01000 3.D.4.4,3.D.4.5,3.D.4.6 - - COX3 +BSU_14920 224308.BSU14920 6.09e-70 211.0 COG3125@1|root,COG3125@2|Bacteria,1V855@1239|Firmicutes,4HJV7@91061|Bacilli,1ZH0W@1386|Bacillus 2|Bacteria C COG3125 Heme copper-type cytochrome quinol oxidase, subunit 4 ctaF GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0006091,GO:0006119,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009117,GO:0009123,GO:0009126,GO:0009141,GO:0009144,GO:0009150,GO:0009161,GO:0009167,GO:0009199,GO:0009205,GO:0009259,GO:0009987,GO:0015980,GO:0016020,GO:0016310,GO:0016491,GO:0016679,GO:0016682,GO:0017144,GO:0019637,GO:0019693,GO:0022900,GO:0022904,GO:0034641,GO:0042773,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0045333,GO:0046034,GO:0046483,GO:0055086,GO:0055114,GO:0071704,GO:0071944,GO:0072521,GO:1901135,GO:1901360,GO:1901564 1.10.3.12,1.9.3.1 ko:K02277,ko:K02829 ko00190,ko01100,map00190,map01100 M00155,M00416 R09492 RC00819 ko00000,ko00001,ko00002,ko01000 3.D.4.4 - iYO844.BSU14920 COX4_pro +BSU_14930 224308.BSU14930 1.04e-214 592.0 COG3336@1|root,COG3336@2|Bacteria,1TQFK@1239|Firmicutes,4H9WN@91061|Bacilli,1ZBC8@1386|Bacillus 2|Bacteria S cytochrome c oxidase ctaG - - ko:K02862 - - - - ko00000 - - - Caa3_CtaG +BSU_14940 224308.BSU14940 6.56e-81 239.0 2AHI2@1|root,317VK@2|Bacteria,1V6HY@1239|Firmicutes,4HJHD@91061|Bacilli,1ZHCP@1386|Bacillus 2|Bacteria S YugN-like family ylbA - - - - - - - - - - - YugN +BSU_14950 224308.BSU14950 1.08e-97 284.0 COG2905@1|root,COG2905@2|Bacteria,1VW3X@1239|Firmicutes,4HJ81@91061|Bacilli,1ZH6S@1386|Bacillus 2|Bacteria T COG0517 FOG CBS domain ylbB - - - - - - - - - - - CBS +BSU_14960 224308.BSU14960 2.91e-257 704.0 COG2340@1|root,COG2340@2|Bacteria,1UYZ4@1239|Firmicutes,4HBTC@91061|Bacilli,1ZCGK@1386|Bacillus 2|Bacteria S protein with SCP PR1 domains ylbC - - - - - - - - - - - CAP,CAP_assoc_N +BSU_14970 224308.BSU14970 9.28e-89 260.0 2DV4S@1|root,32UYM@2|Bacteria,1VA7R@1239|Firmicutes,4HMUX@91061|Bacilli,1ZI1G@1386|Bacillus 2|Bacteria S Putative coat protein ylbD - - - - - - - - - - - YlbD_coat +BSU_14980 224308.BSU14980 1.73e-48 154.0 2ED1C@1|root,336YB@2|Bacteria,1VJ46@1239|Firmicutes,4HPWX@91061|Bacilli,1ZJ6S@1386|Bacillus 2|Bacteria S YlbE-like protein ylbE - - - - - - - - - - - YlbE +BSU_14990 224308.BSU14990 2.34e-97 283.0 COG3679@1|root,COG3679@2|Bacteria,1V3R6@1239|Firmicutes,4HGYS@91061|Bacilli,1ZG76@1386|Bacillus 2|Bacteria S Belongs to the UPF0342 family ylbF - - - - - - - - - - - Com_YlbF +BSU_15000 224308.BSU15000 3.78e-57 177.0 COG4471@1|root,COG4471@2|Bacteria,1VF52@1239|Firmicutes,4HNTH@91061|Bacilli,1ZI4I@1386|Bacillus 2|Bacteria S UPF0298 protein ylbG - - - - - - - - - - - DUF2129 +BSU_15010 224308.BSU15010 2.12e-126 360.0 COG0742@1|root,COG0742@2|Bacteria,1V3JF@1239|Firmicutes,4HGXT@91061|Bacilli,1ZFNI@1386|Bacillus 2|Bacteria L Methyltransferase rsmD - 2.1.1.171 ko:K08316 - - R07234 RC00003 ko00000,ko01000,ko03009 - - - Cons_hypoth95 +BSU_15020 224308.BSU15020 1.55e-110 318.0 COG0669@1|root,COG0669@2|Bacteria,1V3MR@1239|Firmicutes,4HH47@91061|Bacilli,1ZFNZ@1386|Bacillus 2|Bacteria H Reversibly transfers an adenylyl group from ATP to 4'- phosphopantetheine, yielding dephospho-CoA (dPCoA) and pyrophosphate coaD GO:0003674,GO:0003824,GO:0004595,GO:0005488,GO:0005515,GO:0006082,GO:0006139,GO:0006163,GO:0006164,GO:0006575,GO:0006725,GO:0006732,GO:0006753,GO:0006766,GO:0006767,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009110,GO:0009117,GO:0009150,GO:0009152,GO:0009165,GO:0009259,GO:0009260,GO:0009987,GO:0015936,GO:0015937,GO:0015939,GO:0015940,GO:0016053,GO:0016740,GO:0016772,GO:0016779,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0033865,GO:0033866,GO:0033875,GO:0034030,GO:0034032,GO:0034033,GO:0034641,GO:0034654,GO:0042364,GO:0042398,GO:0042802,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0046390,GO:0046394,GO:0046483,GO:0051186,GO:0051188,GO:0055086,GO:0070566,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.7.7.3 ko:K00954 ko00770,ko01100,map00770,map01100 M00120 R03035 RC00002 ko00000,ko00001,ko00002,ko01000 - - iPC815.YPO0053,iSDY_1059.SDY_4064 CTP_transf_like +BSU_15030 224308.BSU15030 2.73e-282 773.0 COG3314@1|root,COG3314@2|Bacteria,1TR0V@1239|Firmicutes,4HB55@91061|Bacilli,1ZCCT@1386|Bacillus 2|Bacteria S Sporulation integral membrane protein YlbJ ylbJ - - - - - - - - - - - Gate +BSU_15040 224308.BSU15040 7.35e-176 491.0 COG1752@1|root,COG1752@2|Bacteria,1UUVB@1239|Firmicutes,4HDFQ@91061|Bacilli,1ZBCG@1386|Bacillus 2|Bacteria S esterase of the alpha-beta hydrolase superfamily ylbK GO:0003674,GO:0003824,GO:0016787 - ko:K07001 - - - - ko00000 - - - Patatin +BSU_15050 224308.BSU15050 2.24e-238 656.0 COG3480@1|root,COG3480@2|Bacteria,1TRUF@1239|Firmicutes,4HBAY@91061|Bacilli,1ZAW6@1386|Bacillus 2|Bacteria T Belongs to the peptidase S16 family ylbL - - ko:K07177 ko02024,map02024 - - - ko00000,ko00001,ko01002 - - - Lon_C,PDZ_2 +BSU_15060 224308.BSU15060 5.94e-301 820.0 COG1323@1|root,COG1323@2|Bacteria,1TPP2@1239|Firmicutes,4HAZJ@91061|Bacilli,1ZC63@1386|Bacillus 2|Bacteria S Belongs to the UPF0348 family ylbM - - - - - - - - - - - HIGH_NTase1 +BSU_15070 224308.BSU15070 1.7e-117 336.0 COG1399@1|root,COG1399@2|Bacteria,1VB08@1239|Firmicutes,4HME9@91061|Bacilli,1ZGJH@1386|Bacillus 2|Bacteria S metal-binding, possibly nucleic acid-binding protein yceD GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0040007,GO:0044424,GO:0044444,GO:0044464 - ko:K07040 - - - - ko00000 - - - DUF177 +BSU_15080 224308.BSU15080 1.71e-37 125.0 COG0333@1|root,COG0333@2|Bacteria,1VEFI@1239|Firmicutes,4HNIZ@91061|Bacilli 2|Bacteria J Belongs to the bacterial ribosomal protein bL32 family rpmF GO:0000027,GO:0000302,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0006950,GO:0006979,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009314,GO:0009628,GO:0009987,GO:0010467,GO:0015934,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0042221,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0050896,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:1901564,GO:1901566,GO:1901576,GO:1901700,GO:1990904 - ko:K02911 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011,ko03029 - - - Ribosomal_L32p +BSU_15090 224308.BSU15090 1.65e-107 313.0 2C8MW@1|root,305IT@2|Bacteria,1V5HI@1239|Firmicutes,4HGP6@91061|Bacilli,1ZBX1@1386|Bacillus 2|Bacteria S SANT SWI3, ADA2, N-CoR and TFIIIB'' DNA-binding domains ylbO - - ko:K06314 - - - - ko00000,ko03000 - - - Myb_DNA-bind_6 +BSU_15100 224308.BSU15100 4.63e-116 332.0 COG0454@1|root,COG0454@2|Bacteria,1V259@1239|Firmicutes,4HFSD@91061|Bacilli,1ZFN4@1386|Bacillus 2|Bacteria K n-acetyltransferase ylbP - - - - - - - - - - - Acetyltransf_1,Acetyltransf_10,Acetyltransf_7 +BSU_15110 224308.BSU15110 1.66e-216 597.0 COG1893@1|root,COG1893@2|Bacteria,1V1NJ@1239|Firmicutes,4HFWT@91061|Bacilli,1ZFJY@1386|Bacillus 2|Bacteria H Catalyzes the NADPH-dependent reduction of ketopantoate into pantoic acid panE GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006573,GO:0006575,GO:0006732,GO:0006766,GO:0006767,GO:0006807,GO:0008150,GO:0008152,GO:0008677,GO:0009058,GO:0009081,GO:0009108,GO:0009110,GO:0009987,GO:0015939,GO:0015940,GO:0016053,GO:0016491,GO:0016614,GO:0016616,GO:0019752,GO:0032787,GO:0033317,GO:0034641,GO:0036094,GO:0042364,GO:0042398,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0048037,GO:0050661,GO:0050662,GO:0051186,GO:0051188,GO:0055114,GO:0071704,GO:0072330,GO:0097159,GO:1901265,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901605 1.1.1.169 ko:K00077 ko00770,ko01100,ko01110,map00770,map01100,map01110 M00119 R02472 RC00726 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU15110 ApbA,ApbA_C +BSU_15120 224308.BSU15120 0.0 1066.0 COG4365@1|root,COG4365@2|Bacteria,1TQ2P@1239|Firmicutes,4HA2Z@91061|Bacilli,1ZBMV@1386|Bacillus 2|Bacteria S Involved in bacillithiol (BSH) biosynthesis. May catalyze the last step of the pathway, the addition of cysteine to glucosamine malate (GlcN-Mal) to generate BSH bshC - - ko:K22136 - - - - ko00000 - - - BshC +BSU_15130 224308.BSU15130 7.99e-102 294.0 COG2001@1|root,COG2001@2|Bacteria,1V3JD@1239|Firmicutes,4HH23@91061|Bacilli,1ZFN0@1386|Bacillus 2|Bacteria K Belongs to the MraZ family mraZ GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0031333,GO:0043254,GO:0043565,GO:0044087,GO:0044212,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051128,GO:0051129,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:1990837,GO:2000112,GO:2000113,GO:2000142,GO:2000143,GO:2001141 - ko:K03925 - - - - ko00000 - - - MraZ +BSU_15140 224308.BSU15140 4.97e-220 607.0 COG0275@1|root,COG0275@2|Bacteria,1TNZV@1239|Firmicutes,4H9U2@91061|Bacilli,1ZCHN@1386|Bacillus 2|Bacteria J Specifically methylates the N4 position of cytidine in position 1402 (C1402) of 16S rRNA rsmH GO:0000154,GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008170,GO:0008173,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016434,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0070475,GO:0071424,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.199 ko:K03438 - - - - ko00000,ko01000,ko03009 - - - Methyltransf_5 +BSU_15150 224308.BSU15150 3.42e-68 207.0 COG4839@1|root,COG4839@2|Bacteria,1VDUV@1239|Firmicutes,4HKM7@91061|Bacilli,1ZIVC@1386|Bacillus 2|Bacteria D Essential cell division protein ftsL - - - - - - - - - - - DivIC +BSU_15160 224308.BSU15160 0.0 1396.0 COG0768@1|root,COG0768@2|Bacteria,1TP93@1239|Firmicutes,4H9VQ@91061|Bacilli,1ZASE@1386|Bacillus 2|Bacteria M Penicillin-binding Protein ftsI GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0008144,GO:0008150,GO:0008658,GO:0008955,GO:0009987,GO:0016020,GO:0016021,GO:0016740,GO:0016757,GO:0016758,GO:0031224,GO:0031226,GO:0031406,GO:0032153,GO:0033218,GO:0033293,GO:0036094,GO:0042221,GO:0042493,GO:0043167,GO:0043168,GO:0043177,GO:0044425,GO:0044459,GO:0044464,GO:0050896,GO:0051301,GO:0071944,GO:0097159,GO:1901363,GO:1901681 3.4.16.4 ko:K03587,ko:K08384,ko:K08724,ko:K12552,ko:K12556 ko00550,ko01100,ko01501,map00550,map01100,map01501 - - - ko00000,ko00001,ko01000,ko01011,ko03036 - - iSSON_1240.SSON_0092 PASTA,PBP_dimer,Transpeptidase +BSU_15170 224308.BSU15170 0.0 1266.0 COG0768@1|root,COG0768@2|Bacteria,1TP93@1239|Firmicutes,4H9VQ@91061|Bacilli,1ZBC0@1386|Bacillus 2|Bacteria M stage V sporulation protein D ftsI GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0008144,GO:0008150,GO:0008658,GO:0008955,GO:0009987,GO:0016020,GO:0016021,GO:0016740,GO:0016757,GO:0016758,GO:0031224,GO:0031226,GO:0031406,GO:0032153,GO:0033218,GO:0033293,GO:0036094,GO:0042221,GO:0042493,GO:0043167,GO:0043168,GO:0043177,GO:0044425,GO:0044459,GO:0044464,GO:0050896,GO:0051301,GO:0071944,GO:0097159,GO:1901363,GO:1901681 3.4.16.4 ko:K03587,ko:K08384,ko:K08724 ko00550,ko01501,map00550,map01501 - - - ko00000,ko00001,ko01000,ko01011,ko03036 - - iSSON_1240.SSON_0092 PASTA,PBP_dimer,Transpeptidase +BSU_15180 224308.BSU15180 0.0 968.0 COG0769@1|root,COG0769@2|Bacteria,1TPQE@1239|Firmicutes,4H9T1@91061|Bacilli,1ZB77@1386|Bacillus 2|Bacteria M Catalyzes the addition of meso-diaminopimelic acid to the nucleotide precursor UDP-N-acetylmuramoyl-L-alanyl-D-glutamate (UMAG) in the biosynthesis of bacterial cell-wall peptidoglycan murE GO:0000270,GO:0003674,GO:0003824,GO:0006022,GO:0006023,GO:0006024,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009252,GO:0009273,GO:0009987,GO:0016874,GO:0016879,GO:0016881,GO:0030203,GO:0034645,GO:0042546,GO:0043170,GO:0044036,GO:0044038,GO:0044085,GO:0044237,GO:0044249,GO:0044260,GO:0070589,GO:0071554,GO:0071704,GO:0071840,GO:1901135,GO:1901137,GO:1901564,GO:1901566,GO:1901576 6.3.2.10,6.3.2.13 ko:K01928,ko:K15792 ko00300,ko00550,map00300,map00550 - R02788,R04617 RC00064,RC00090,RC00141 ko00000,ko00001,ko01000,ko01011 - - - Mur_ligase,Mur_ligase_C,Mur_ligase_M +BSU_15190 224308.BSU15190 9.59e-220 607.0 COG0472@1|root,COG0472@2|Bacteria,1TP8W@1239|Firmicutes,4H9TP@91061|Bacilli,1ZBIK@1386|Bacillus 2|Bacteria M First step of the lipid cycle reactions in the biosynthesis of the cell wall peptidoglycan mraY GO:0000270,GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0006022,GO:0006023,GO:0006024,GO:0006807,GO:0008150,GO:0008152,GO:0008963,GO:0009058,GO:0009059,GO:0009252,GO:0009273,GO:0009987,GO:0016020,GO:0016740,GO:0016772,GO:0016780,GO:0030203,GO:0034645,GO:0040007,GO:0042546,GO:0042802,GO:0043170,GO:0044036,GO:0044038,GO:0044085,GO:0044237,GO:0044249,GO:0044260,GO:0044464,GO:0070589,GO:0071554,GO:0071704,GO:0071840,GO:0071944,GO:1901135,GO:1901137,GO:1901564,GO:1901566,GO:1901576 2.7.8.13 ko:K01000 ko00550,ko01100,ko01502,map00550,map01100,map01502 - R05629,R05630 RC00002,RC02753 ko00000,ko00001,ko01000,ko01011 9.B.146 - iAF987.Gmet_0409,iEC042_1314.EC042_0088,iECABU_c1320.ECABU_c00920,iECED1_1282.ECED1_0088,iECH74115_1262.ECH74115_0095,iECSP_1301.ECSP_0090,iECs_1301.ECs0091,iG2583_1286.G2583_0091,iSDY_1059.SDY_0117,iZ_1308.Z0097,ic_1306.c0105 Glycos_transf_4,MraY_sig1 +BSU_15200 224308.BSU15200 0.0 880.0 COG0771@1|root,COG0771@2|Bacteria,1TQ3P@1239|Firmicutes,4HA5P@91061|Bacilli,1ZARV@1386|Bacillus 2|Bacteria M Cell wall formation. Catalyzes the addition of glutamate to the nucleotide precursor UDP-N-acetylmuramoyl-L-alanine (UMA) murD - 6.3.2.9 ko:K01925,ko:K01932 ko00471,ko00550,ko01100,map00471,map00550,map01100 - R02783 RC00064,RC00141 ko00000,ko00001,ko01000,ko01011 - - - Mur_ligase_C,Mur_ligase_M +BSU_15210 224308.BSU15210 7.37e-252 692.0 COG0772@1|root,COG0772@2|Bacteria,1TPT7@1239|Firmicutes,4HAEV@91061|Bacilli,1ZBY5@1386|Bacillus 2|Bacteria D Belongs to the SEDS family ftsW GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03588 ko04112,map04112 - - - ko00000,ko00001,ko02000,ko03036 2.A.103.1 - - FTSW_RODA_SPOVE +BSU_15220 224308.BSU15220 9.42e-258 707.0 COG0707@1|root,COG0707@2|Bacteria,1TQFT@1239|Firmicutes,4HBAQ@91061|Bacilli,1ZBA5@1386|Bacillus 2|Bacteria M Cell wall formation. Catalyzes the transfer of a GlcNAc subunit on undecaprenyl-pyrophosphoryl-MurNAc-pentapeptide (lipid intermediate I) to form undecaprenyl-pyrophosphoryl-MurNAc- (pentapeptide)GlcNAc (lipid intermediate II) murG GO:0000270,GO:0003674,GO:0003824,GO:0006022,GO:0006023,GO:0006024,GO:0006807,GO:0008150,GO:0008152,GO:0008194,GO:0008375,GO:0009058,GO:0009059,GO:0009252,GO:0009273,GO:0009987,GO:0016740,GO:0016757,GO:0016758,GO:0030203,GO:0034645,GO:0040007,GO:0042546,GO:0043170,GO:0044036,GO:0044038,GO:0044085,GO:0044237,GO:0044249,GO:0044260,GO:0050511,GO:0070589,GO:0071554,GO:0071704,GO:0071840,GO:1901135,GO:1901137,GO:1901564,GO:1901566,GO:1901576 2.4.1.227,6.3.2.8 ko:K01924,ko:K02563 ko00471,ko00550,ko01100,ko01502,ko04112,map00471,map00550,map01100,map01502,map04112 - R03193,R05032,R05662 RC00005,RC00049,RC00064,RC00141 ko00000,ko00001,ko01000,ko01011 - GT28 iLJ478.TM0232,iSFV_1184.SFV_0083,iSF_1195.SF0087,iSFxv_1172.SFxv_0091,iS_1188.S0089 Glyco_tran_28_C,Glyco_transf_28 +BSU_15230 224308.BSU15230 1.3e-211 585.0 COG0812@1|root,COG0812@2|Bacteria,1TP3W@1239|Firmicutes,4HAD8@91061|Bacilli,1ZC3F@1386|Bacillus 2|Bacteria M cell wall formation murB - 1.3.1.98 ko:K00075 ko00520,ko00550,ko01100,map00520,map00550,map01100 - R03191,R03192 RC02639 ko00000,ko00001,ko01000,ko01011 - - iYO844.BSU15230 FAD_binding_4,MurB_C,Mur_ligase,Mur_ligase_C,Mur_ligase_M +BSU_15240 224308.BSU15240 1.18e-178 498.0 COG1589@1|root,COG1589@2|Bacteria,1V6V5@1239|Firmicutes,4HDFD@91061|Bacilli,1ZDSW@1386|Bacillus 2|Bacteria D Cell division protein that may be involved in stabilizing or promoting the assembly of the division complex divIB - - ko:K03589 ko04112,map04112 - - - ko00000,ko00001,ko03036 - - - FtsQ,POTRA_1 +BSU_15250 224308.BSU15250 2.83e-145 411.0 COG3879@1|root,COG3879@2|Bacteria,1V0FG@1239|Firmicutes,4HAN4@91061|Bacilli,1ZE4Z@1386|Bacillus 2|Bacteria S protein conserved in bacteria ylxW GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 - - - - - - - - - - DUF881 +BSU_15260 224308.BSU15260 4.26e-158 444.0 COG3879@1|root,COG3879@2|Bacteria,1V2J7@1239|Firmicutes,4HG14@91061|Bacilli,1ZDER@1386|Bacillus 2|Bacteria S protein conserved in bacteria ylxX GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 - - - - - - - - - - DUF881 +BSU_15270 224308.BSU15270 5.37e-76 227.0 COG3856@1|root,COG3856@2|Bacteria,1VA6N@1239|Firmicutes,4HIMZ@91061|Bacilli,1ZGAQ@1386|Bacillus 2|Bacteria S small basic protein sbp - - - - - - - - - - - DUF1290 +BSU_15280 224308.BSU15280 8.45e-300 820.0 COG0849@1|root,COG0849@2|Bacteria,1TP1Z@1239|Firmicutes,4H9NF@91061|Bacilli,1ZBH1@1386|Bacillus 2|Bacteria D Cell division protein that is involved in the assembly of the Z ring. May serve as a membrane anchor for the Z ring ftsA GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0009898,GO:0009987,GO:0016020,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0032153,GO:0044425,GO:0044459,GO:0044464,GO:0051301,GO:0071944,GO:0098552,GO:0098562 - ko:K03590 ko04112,map04112 - - - ko00000,ko00001,ko03036,ko04812 - - - DUF3484,FtsA,SHS2_FTSA +BSU_15290 224308.BSU15290 1.84e-260 715.0 COG0206@1|root,COG0206@2|Bacteria,1TP6W@1239|Firmicutes,4H9WZ@91061|Bacilli,1ZC2F@1386|Bacillus 2|Bacteria D Essential cell division protein that forms a contractile ring structure (Z ring) at the future cell division site. The regulation of the ring assembly controls the timing and the location of cell division. One of the functions of the FtsZ ring is to recruit other cell division proteins to the septum to produce a new cell wall between the dividing cells. Binds GTP and shows GTPase activity ftsZ GO:0000166,GO:0001882,GO:0001883,GO:0003674,GO:0003824,GO:0003924,GO:0005488,GO:0005515,GO:0005525,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0017076,GO:0017111,GO:0019001,GO:0030428,GO:0032153,GO:0032549,GO:0032550,GO:0032553,GO:0032555,GO:0032561,GO:0035639,GO:0036094,GO:0042802,GO:0043167,GO:0043168,GO:0044424,GO:0044464,GO:0051301,GO:0097159,GO:0097367,GO:1901265,GO:1901363 - ko:K03531 ko04112,map04112 - - - ko00000,ko00001,ko02048,ko03036,ko04812 - - - FtsZ_C,Tubulin +BSU_15300 224308.BSU15300 0.0 2838.0 COG1404@1|root,COG4412@1|root,COG1404@2|Bacteria,COG4412@2|Bacteria,1TPUY@1239|Firmicutes,4HBDE@91061|Bacilli,1ZDEQ@1386|Bacillus 2|Bacteria O COG1404 Subtilisin-like serine proteases bpr GO:0005575,GO:0005576 - ko:K09955,ko:K13276 - - - - ko00000,ko01000,ko01002,ko03110 - - - Big_4,CarbopepD_reg_2,CarboxypepD_reg,Inhibitor_I9,Kelch_1,Laminin_G_3,Malectin,Peptidase_M6,Peptidase_S8 +BSU_15310 224308.BSU15310 6.04e-220 607.0 29ECG@1|root,301AF@2|Bacteria,1UY4W@1239|Firmicutes,4HDX6@91061|Bacilli,1ZAV2@1386|Bacillus 2|Bacteria M aspartic protease that is responsible for the proteolytic cleavage of the RNA polymerase sigma E factor (SigE spoIIGB) to yield the active peptide in the mother cell during sporulation. Responds to a signal from the forespore that is triggered by the extracellular signal protein SpoIIR spoIIGA GO:0003674,GO:0003824,GO:0004175,GO:0004190,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016020,GO:0016021,GO:0016787,GO:0019538,GO:0031224,GO:0031226,GO:0043170,GO:0043621,GO:0044238,GO:0044425,GO:0044459,GO:0044464,GO:0070001,GO:0070011,GO:0071704,GO:0071944,GO:0140096,GO:1901564 - ko:K06383 - - - - ko00000,ko01000,ko01002 - - - Peptidase_U4 +BSU_15320 224308.BSU15320 1.48e-160 451.0 COG1191@1|root,COG1191@2|Bacteria,1TP3T@1239|Firmicutes,4H9PG@91061|Bacilli,1ZBKD@1386|Bacillus 2|Bacteria K sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released sigE GO:0000003,GO:0000988,GO:0000990,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006139,GO:0006351,GO:0006352,GO:0006355,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009889,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0016020,GO:0016070,GO:0016987,GO:0018130,GO:0019219,GO:0019222,GO:0019438,GO:0019954,GO:0030436,GO:0031323,GO:0031326,GO:0032502,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0043254,GO:0043934,GO:0044087,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0050789,GO:0050794,GO:0051128,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0071704,GO:0071944,GO:0080090,GO:0090304,GO:0097159,GO:0097659,GO:0140110,GO:1901360,GO:1901362,GO:1901363,GO:1901576,GO:1903506,GO:2000112,GO:2000142,GO:2001141 - ko:K03091 - - - - ko00000,ko03021 - - - Sigma70_r2,Sigma70_r4 +BSU_15330 224308.BSU15330 1.61e-179 500.0 COG1191@1|root,COG1191@2|Bacteria,1TPDD@1239|Firmicutes,4H9MN@91061|Bacilli,1ZB53@1386|Bacillus 2|Bacteria K Sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released sigG - - ko:K03091 - - - - ko00000,ko03021 - - - Sigma70_r2,Sigma70_r3,Sigma70_r4 +BSU_15340 224308.BSU15340 3.84e-189 525.0 COG1119@1|root,COG1119@2|Bacteria,1TRR4@1239|Firmicutes,4HB4U@91061|Bacilli,1ZBUE@1386|Bacillus 2|Bacteria P COG1119 ABC-type molybdenum transport system, ATPase component photorepair protein PhrA modF GO:0000166,GO:0003674,GO:0005488,GO:0005524,GO:0008144,GO:0017076,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0097159,GO:0097367,GO:1901265,GO:1901363 3.6.3.21,3.6.3.34 ko:K02013,ko:K02028,ko:K05776 ko02010,map02010 M00189,M00236,M00240 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.14,3.A.1.3 - - ABC_tran +BSU_15350 224308.BSU15350 0.0 879.0 COG0624@1|root,COG0624@2|Bacteria,1TQS9@1239|Firmicutes,4HBWM@91061|Bacilli,1ZQFB@1386|Bacillus 2|Bacteria E Acetylornithine deacetylase argE - 3.5.1.16 ko:K01438,ko:K20895 ko00220,ko00730,ko01100,ko01110,ko01130,ko01210,ko01230,map00220,map00730,map01100,map01110,map01130,map01210,map01230 M00028,M00845 R00669,R09107,R11313 RC00064,RC00197,RC00300 ko00000,ko00001,ko00002,ko01000 - - - M20_dimer,Peptidase_M20,Peptidase_M28 +BSU_15360 224308.BSU15360 3.58e-51 161.0 COG1873@1|root,COG1873@2|Bacteria,1VEMT@1239|Firmicutes,4HNT3@91061|Bacilli,1ZI0Y@1386|Bacillus 2|Bacteria S sporulation protein ylmC - - - - - - - - - - - PRC +BSU_15370 224308.BSU15370 5.53e-205 566.0 COG1496@1|root,COG1496@2|Bacteria,1TS34@1239|Firmicutes,4HFUM@91061|Bacilli,1ZBZZ@1386|Bacillus 2|Bacteria S Belongs to the multicopper oxidase YfiH RL5 family yfiH GO:0003674,GO:0003824,GO:0005488,GO:0005507,GO:0005515,GO:0005575,GO:0005618,GO:0005623,GO:0008150,GO:0008152,GO:0016491,GO:0016679,GO:0016682,GO:0030312,GO:0042802,GO:0042803,GO:0043167,GO:0043169,GO:0044464,GO:0046872,GO:0046914,GO:0046983,GO:0055114,GO:0071944 - ko:K05810 - - - - ko00000,ko01000 - - - Cu-oxidase_4 +BSU_15380 224308.BSU15380 6.36e-162 453.0 COG0325@1|root,COG0325@2|Bacteria,1TRDN@1239|Firmicutes,4HC45@91061|Bacilli,1ZARM@1386|Bacillus 2|Bacteria S Pyridoxal 5'-phosphate (PLP)-binding protein, which is involved in PLP homeostasis ylmE GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0008144,GO:0019842,GO:0030170,GO:0036094,GO:0043167,GO:0043168,GO:0044464,GO:0048037,GO:0050662,GO:0070279,GO:0097159,GO:1901363 - ko:K06997 - - - - ko00000 - - - Ala_racemase_N +BSU_15390 224308.BSU15390 5.44e-88 260.0 COG1799@1|root,COG1799@2|Bacteria,1VER3@1239|Firmicutes,4HKIC@91061|Bacilli,1ZGE0@1386|Bacillus 2|Bacteria D Cell division protein that is part of the divisome complex and is recruited early to the Z-ring. Probably stimulates Z-ring formation, perhaps through the cross-linking of FtsZ protofilaments. Its function overlaps with FtsA sepF GO:0000910,GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0007049,GO:0008150,GO:0009987,GO:0016020,GO:0016043,GO:0022402,GO:0022607,GO:0032506,GO:0042802,GO:0044085,GO:0044464,GO:0051301,GO:0071840,GO:0071944,GO:0090529 - ko:K09772 - - - - ko00000,ko03036 - - - SepF +BSU_15400 224308.BSU15400 1.22e-53 168.0 COG0762@1|root,COG0762@2|Bacteria,1VEKA@1239|Firmicutes,4HNJR@91061|Bacilli,1ZHUZ@1386|Bacillus 2|Bacteria S membrane yggT GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02221 - - - - ko00000,ko02044 - - - YGGT +BSU_15410 224308.BSU15410 3.67e-179 499.0 COG2302@1|root,COG2302@2|Bacteria,1U5V2@1239|Firmicutes,4HD3F@91061|Bacilli,1ZC97@1386|Bacillus 2|Bacteria S conserved protein, contains S4-like domain ylmH - 5.4.99.23,5.4.99.24 ko:K02487,ko:K06179,ko:K06180,ko:K06596 ko02020,ko02025,map02020,map02025 M00507 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022,ko02035,ko03009 - - - S4 +BSU_15420 224308.BSU15420 6.44e-100 291.0 COG3599@1|root,COG3599@2|Bacteria,1V27M@1239|Firmicutes,4HG80@91061|Bacilli,1ZFNB@1386|Bacillus 2|Bacteria D Cell division initiation protein divIVA GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K04074 - - - - ko00000,ko03036 - - - DivIVA +BSU_15430 224308.BSU15430 0.0 1868.0 COG0060@1|root,COG0060@2|Bacteria,1TPS7@1239|Firmicutes,4HAWB@91061|Bacilli,1ZAQK@1386|Bacillus 2|Bacteria J amino acids such as valine, to avoid such errors it has two additional distinct tRNA(Ile)-dependent editing activities. One activity is designated as 'pretransfer' editing and involves the hydrolysis of activated Val-AMP. The other activity is designated 'posttransfer' editing and involves deacylation of mischarged Val-tRNA(Ile) ileS GO:0003674,GO:0003824,GO:0004812,GO:0004822,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006428,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008270,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043167,GO:0043169,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0046872,GO:0046914,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.5 ko:K01870 ko00970,map00970 M00359,M00360 R03656 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - iG2583_1286.G2583_0027,iPC815.YPO0475 Anticodon_1,tRNA-synt_1,zf-FPG_IleRS +BSU_15440 224308.BSU15440 1.58e-83 246.0 COG1734@1|root,COG1734@2|Bacteria,1UA3Y@1239|Firmicutes,4IKDQ@91061|Bacilli,1ZGM6@1386|Bacillus 2|Bacteria T COG1734 DnaK suppressor protein dksA - - ko:K06204 ko02026,map02026 - - - ko00000,ko00001,ko03000,ko03009,ko03021 - - - zf-dskA_traR +BSU_15450 224308.BSU15450 7.77e-103 298.0 COG0597@1|root,COG0597@2|Bacteria,1VA9R@1239|Firmicutes,4HIR4@91061|Bacilli,1ZGBF@1386|Bacillus 2|Bacteria MU This protein specifically catalyzes the removal of signal peptides from prolipoproteins lspA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.4.23.36 ko:K03101 ko03060,map03060 - - - ko00000,ko00001,ko01000,ko01002 - - - Peptidase_A8 +BSU_15460 224308.BSU15460 3.52e-225 619.0 COG0564@1|root,COG0564@2|Bacteria,1TPCM@1239|Firmicutes,4HBG2@91061|Bacilli,1ZC3M@1386|Bacillus 2|Bacteria J Responsible for synthesis of pseudouridine from uracil rluD GO:0000027,GO:0000154,GO:0000455,GO:0001522,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009451,GO:0009982,GO:0009987,GO:0010467,GO:0016043,GO:0016070,GO:0016072,GO:0016853,GO:0016866,GO:0022607,GO:0022613,GO:0022618,GO:0031118,GO:0034470,GO:0034622,GO:0034641,GO:0034660,GO:0042254,GO:0042255,GO:0042273,GO:0043170,GO:0043412,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0090304,GO:1901360 5.4.99.23 ko:K06180 - - - - ko00000,ko01000,ko03009 - - iE2348C_1286.E2348C_2868,iECED1_1282.ECED1_3035,iECSF_1327.ECSF_2432 PseudoU_synth_2,S4 +BSU_15470 224308.BSU15470 1.28e-121 347.0 COG2065@1|root,COG2065@2|Bacteria,1V3GV@1239|Firmicutes,4HGYE@91061|Bacilli,1ZB3P@1386|Bacillus 2|Bacteria F Also displays a weak uracil phosphoribosyltransferase activity which is not physiologically significant pyrR GO:0003674,GO:0003700,GO:0003824,GO:0004845,GO:0005575,GO:0005618,GO:0005623,GO:0006139,GO:0006220,GO:0006221,GO:0006355,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008655,GO:0009058,GO:0009117,GO:0009165,GO:0009218,GO:0009220,GO:0009259,GO:0009260,GO:0009889,GO:0009987,GO:0010468,GO:0010556,GO:0016740,GO:0016757,GO:0016763,GO:0018130,GO:0019219,GO:0019222,GO:0019438,GO:0019637,GO:0019693,GO:0030312,GO:0031323,GO:0031326,GO:0034641,GO:0034654,GO:0043094,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044464,GO:0046390,GO:0046483,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0055086,GO:0060255,GO:0065007,GO:0071704,GO:0071944,GO:0072527,GO:0072528,GO:0080090,GO:0090407,GO:0140110,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1903506,GO:2000112,GO:2001141 2.4.2.9 ko:K02825 ko00240,ko01100,map00240,map01100 - R00966 RC00063 ko00000,ko00001,ko01000,ko03000 - - iHN637.CLJU_RS05275 Pribosyltran +BSU_15480 224308.BSU15480 7.45e-296 809.0 COG2233@1|root,COG2233@2|Bacteria,1TQKX@1239|Firmicutes,4HAEU@91061|Bacilli,1ZBWN@1386|Bacillus 2|Bacteria F Xanthine uracil pyrP GO:0003674,GO:0005215,GO:0005345,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006863,GO:0008150,GO:0015205,GO:0015851,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0042906,GO:0042907,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072530,GO:1904823 - ko:K02824,ko:K16169,ko:K16170 - - - - ko00000,ko02000 2.A.40.1.1,2.A.40.1.2,2.A.40.3.1,2.A.40.3.2 - iLJ478.TM0819 Xan_ur_permease +BSU_15490 224308.BSU15490 4.4e-215 594.0 COG0540@1|root,COG0540@2|Bacteria,1TQ96@1239|Firmicutes,4H9M6@91061|Bacilli,1ZBHG@1386|Bacillus 2|Bacteria F Belongs to the ATCase OTCase family pyrB GO:0003674,GO:0003824,GO:0004070,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006139,GO:0006220,GO:0006221,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009165,GO:0009218,GO:0009220,GO:0009259,GO:0009260,GO:0009987,GO:0016020,GO:0016740,GO:0016741,GO:0016743,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0030312,GO:0034641,GO:0034654,GO:0040007,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0071944,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.1.3.2 ko:K00608,ko:K00609 ko00240,ko00250,ko01100,map00240,map00250,map01100 M00051 R01397 RC00064,RC02850 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU15490 OTCace,OTCace_N +BSU_15500 224308.BSU15500 0.0 867.0 COG0044@1|root,COG0044@2|Bacteria,1TPQM@1239|Firmicutes,4HA90@91061|Bacilli,1ZAS7@1386|Bacillus 2|Bacteria F Belongs to the metallo-dependent hydrolases superfamily. DHOase family. Class I DHOase subfamily pyrC GO:0003674,GO:0003824,GO:0004038,GO:0004151,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006144,GO:0006145,GO:0006220,GO:0006221,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009112,GO:0009117,GO:0009165,GO:0009218,GO:0009220,GO:0009259,GO:0009260,GO:0009987,GO:0016787,GO:0016810,GO:0016812,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0040007,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046113,GO:0046390,GO:0046483,GO:0046700,GO:0055086,GO:0071704,GO:0072521,GO:0072523,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576 3.5.2.3 ko:K01465 ko00240,ko01100,map00240,map01100 M00051 R01993 RC00632 ko00000,ko00001,ko00002,ko01000 - - - Amidohydro_1 +BSU_15510 224308.BSU15510 1.31e-269 737.0 COG0505@1|root,COG0505@2|Bacteria,1TQ8N@1239|Firmicutes,4H9Z0@91061|Bacilli,1ZB7G@1386|Bacillus 2|Bacteria F Carbamoyl-phosphate synthetase glutamine chain carA GO:0000050,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005951,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0019627,GO:0019752,GO:0032991,GO:0034641,GO:0040007,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0071704,GO:0071941,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1902494 6.3.5.5 ko:K01955,ko:K01956 ko00240,ko00250,ko01100,map00240,map00250,map01100 M00051 R00256,R00575,R01395,R10948,R10949 RC00002,RC00010,RC00043,RC02750,RC02798,RC03314 ko00000,ko00001,ko00002,ko01000 - - iNJ661.Rv1383,iYO844.BSU15510 CPSase_sm_chain,GATase +BSU_15520 224308.BSU15520 0.0 2077.0 COG0458@1|root,COG0458@2|Bacteria,1TPID@1239|Firmicutes,4HAEY@91061|Bacilli,1ZCEM@1386|Bacillus 2|Bacteria F Belongs to the CarB family carB GO:0000050,GO:0003674,GO:0003824,GO:0004087,GO:0004088,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016874,GO:0016879,GO:0016884,GO:0019627,GO:0019752,GO:0034641,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0071704,GO:0071941,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 6.3.5.5 ko:K01955 ko00240,ko00250,ko01100,map00240,map00250,map01100 M00051 R00256,R00575,R01395,R10948,R10949 RC00002,RC00010,RC00043,RC02750,RC02798,RC03314 ko00000,ko00001,ko00002,ko01000 - - - CPSase_L_D2,CPSase_L_D3,MGS +BSU_15530 224308.BSU15530 3.84e-185 514.0 COG0543@1|root,COG0543@2|Bacteria,1TQ5D@1239|Firmicutes,4HAU4@91061|Bacilli,1ZBJI@1386|Bacillus 2|Bacteria C Responsible for channeling the electrons from the oxidation of dihydroorotate from the FMN redox center in the PyrD type B subunit to the ultimate electron acceptor NAD( ) pyrK GO:0003674,GO:0003824,GO:0004152,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006220,GO:0006221,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009165,GO:0009218,GO:0009220,GO:0009259,GO:0009260,GO:0009987,GO:0016491,GO:0016627,GO:0016635,GO:0016645,GO:0016646,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0042602,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046390,GO:0046483,GO:0052875,GO:0055086,GO:0055114,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 - ko:K02823 ko00240,ko01100,map00240,map01100 - - - ko00000,ko00001 - - iYO844.BSU15530 DHODB_Fe-S_bind,FAD_binding_6,NAD_binding_1 +BSU_15540 224308.BSU15540 1.33e-224 619.0 COG0167@1|root,COG0167@2|Bacteria,1TPFV@1239|Firmicutes,4HA5H@91061|Bacilli,1ZBNC@1386|Bacillus 2|Bacteria F Belongs to the dihydroorotate dehydrogenase family. Type 1 subfamily pyrD GO:0003674,GO:0003824,GO:0004152,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006206,GO:0006207,GO:0006220,GO:0006221,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009112,GO:0009117,GO:0009165,GO:0009218,GO:0009220,GO:0009259,GO:0009260,GO:0009987,GO:0016491,GO:0016627,GO:0016635,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0019856,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046112,GO:0046390,GO:0046483,GO:0055086,GO:0055114,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 1.3.1.14,1.3.98.1 ko:K00226,ko:K02823,ko:K17828 ko00240,ko01100,map00240,map01100 M00051 R01867,R01869 RC00051 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU15540 DHO_dh +BSU_15550 224308.BSU15550 6.56e-164 459.0 COG0284@1|root,COG0284@2|Bacteria,1TPPH@1239|Firmicutes,4HAJ2@91061|Bacilli,1ZB1I@1386|Bacillus 2|Bacteria F Catalyzes the decarboxylation of orotidine 5'- monophosphate (OMP) to uridine 5'-monophosphate (UMP) pyrF GO:0003674,GO:0003824,GO:0004590,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006206,GO:0006207,GO:0006220,GO:0006221,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009112,GO:0009117,GO:0009165,GO:0009218,GO:0009220,GO:0009259,GO:0009260,GO:0009987,GO:0015949,GO:0016829,GO:0016830,GO:0016831,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0019856,GO:0034641,GO:0034654,GO:0042802,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046112,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 4.1.1.23 ko:K01591 ko00240,ko01100,map00240,map01100 M00051 R00965 RC00409 ko00000,ko00001,ko00002,ko01000 - - iECO103_1326.ECO103_1444,iECSF_1327.ECSF_1264,iSFV_1184.SFV_1294,iSF_1195.SF1285,iSFxv_1172.SFxv_1457,iS_1188.S1368,ic_1306.c1750 OMPdecase +BSU_15560 224308.BSU15560 7.8e-156 437.0 COG0461@1|root,COG0461@2|Bacteria,1V1BZ@1239|Firmicutes,4HFV7@91061|Bacilli,1ZASD@1386|Bacillus 2|Bacteria F Catalyzes the transfer of a ribosyl phosphate group from 5-phosphoribose 1-diphosphate to orotate, leading to the formation of orotidine monophosphate (OMP) pyrE - 2.4.2.10,4.1.1.23 ko:K00762,ko:K01591,ko:K13421 ko00240,ko00983,ko01100,map00240,map00983,map01100 M00051 R00965,R01870,R08231 RC00063,RC00409,RC00611 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU15560 OMPdecase,Pribosyltran +BSU_15570 224308.BSU15570 3.58e-183 507.0 COG0175@1|root,COG0175@2|Bacteria,1TSMI@1239|Firmicutes,4HA9E@91061|Bacilli,1ZCBJ@1386|Bacillus 2|Bacteria EH Belongs to the PAPS reductase family. CysH subfamily cysH GO:0003674,GO:0003824,GO:0004604,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0008152,GO:0016491,GO:0016667,GO:0016671,GO:0044424,GO:0044464,GO:0055114 1.8.4.10,1.8.4.8,2.7.1.25 ko:K00390,ko:K00860 ko00230,ko00920,ko01100,ko01120,map00230,map00920,map01100,map01120 M00176 R00509,R02021,R04928 RC00002,RC00007,RC00078,RC02862 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU15570 PAPS_reduct +BSU_15580 224308.BSU15580 7.32e-230 635.0 COG0306@1|root,COG0306@2|Bacteria,1TQ3D@1239|Firmicutes,4HAPD@91061|Bacilli,1ZBFE@1386|Bacillus 2|Bacteria P phosphate transporter cysP GO:0003674,GO:0005215,GO:0005315,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006817,GO:0006820,GO:0008150,GO:0015291,GO:0015318,GO:0015698,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0035435,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944,GO:0098656,GO:0098660,GO:0098661 - ko:K03306,ko:K16331 - - - - ko00000,ko02000 2.A.20,2.A.20.4 - - PHO4 +BSU_15590 224308.BSU15590 2.62e-285 778.0 COG2046@1|root,COG2046@2|Bacteria,1TR4C@1239|Firmicutes,4HC20@91061|Bacilli,1ZCB4@1386|Bacillus 2|Bacteria P Belongs to the sulfate adenylyltransferase family sat - 2.7.7.4 ko:K00958 ko00230,ko00261,ko00450,ko00920,ko01100,ko01120,ko01130,map00230,map00261,map00450,map00920,map01100,map01120,map01130 M00176,M00596 R00529,R04929 RC02809,RC02889 ko00000,ko00001,ko00002,ko01000 - - - ATP-sulfurylase,PUA_2 +BSU_15600 224308.BSU15600 2.26e-141 399.0 COG0529@1|root,COG0529@2|Bacteria,1TQXK@1239|Firmicutes,4HB96@91061|Bacilli,1ZBCZ@1386|Bacillus 2|Bacteria P Catalyzes the synthesis of activated sulfate cysC GO:0003674,GO:0003824,GO:0004020,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0044237 2.7.1.25 ko:K00860 ko00230,ko00920,ko01100,ko01120,map00230,map00920,map01100,map01120 M00176 R00509,R04928 RC00002,RC00078 ko00000,ko00001,ko00002,ko01000 - - - APS_kinase +BSU_15610 224308.BSU15610 1.24e-186 518.0 COG0007@1|root,COG0007@2|Bacteria,1TQNH@1239|Firmicutes,4HBB7@91061|Bacilli,1ZBV1@1386|Bacillus 2|Bacteria H Belongs to the precorrin methyltransferase family cobA GO:0003674,GO:0003824,GO:0004851,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008169,GO:0008757,GO:0009058,GO:0009987,GO:0016740,GO:0016741,GO:0018130,GO:0019354,GO:0019438,GO:0032259,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0044237,GO:0044249,GO:0044271,GO:0046148,GO:0046156,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.1.1.107,4.2.1.75 ko:K02303,ko:K13542 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R03165,R03194 RC00003,RC00871,RC01861 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU15610 HEM4,TP_methylase +BSU_15620 224308.BSU15620 4.33e-189 525.0 COG2138@1|root,COG2138@2|Bacteria,1TRDV@1239|Firmicutes,4H9RT@91061|Bacilli,1ZGH1@1386|Bacillus 2|Bacteria S Sirohydrochlorin ferrochelatase cbiX - 4.99.1.3,4.99.1.4,5.4.99.60,5.4.99.61 ko:K03794,ko:K03795,ko:K06042 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R02864,R05177,R05807,R05814 RC01012,RC01292,RC01980 ko00000,ko00001,ko00002,ko01000 - - - CbiC,CbiX +BSU_15630 224308.BSU15630 2.28e-108 312.0 COG1648@1|root,COG1648@2|Bacteria,1VA2E@1239|Firmicutes,4HIRG@91061|Bacilli,1ZHMG@1386|Bacillus 2|Bacteria H Siroheme synthase cysG - 1.3.1.76,4.99.1.4 ko:K02304 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R02864,R03947 RC01012,RC01034 ko00000,ko00001,ko00002,ko01000 - - - CysG_dimeriser,NAD_binding_7,Sirohm_synth_M +BSU_15640 224308.BSU15640 0.0 1123.0 COG1293@1|root,COG1293@2|Bacteria,1TQ8A@1239|Firmicutes,4H9UF@91061|Bacilli,1ZBGD@1386|Bacillus 2|Bacteria K RNA-binding protein homologous to eukaryotic snRNP FbpA - - ko:K12341 ko03070,map03070 - - - ko00000,ko00001,ko02044 1.B.40.1.1 - - DUF814,FbpA +BSU_15650 224308.BSU15650 0.0 1684.0 COG0474@1|root,COG0474@2|Bacteria,1TPF5@1239|Firmicutes,4H9S5@91061|Bacilli,1ZCDJ@1386|Bacillus 2|Bacteria P COG0474 Cation transport ATPase yloB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.6.3.8 ko:K01537 - - - - ko00000,ko01000 3.A.3.2 - iYO844.BSU15650 Cation_ATPase,Cation_ATPase_C,Cation_ATPase_N,E1-E2_ATPase,Hydrolase +BSU_15660 224308.BSU15660 8.41e-202 559.0 COG1561@1|root,COG1561@2|Bacteria,1TQHJ@1239|Firmicutes,4HAK9@91061|Bacilli,1ZCGE@1386|Bacillus 2|Bacteria S stress-induced protein yloC - - - - - - - - - - - DUF1732,YicC_N +BSU_15670 1051501.AYTL01000027_gene1154 3.97e-54 169.0 COG2052@1|root,COG2052@2|Bacteria,1VA40@1239|Firmicutes,4HKDP@91061|Bacilli,1ZHVQ@1386|Bacillus 2|Bacteria S Belongs to the UPF0296 family ylzA - - ko:K09777 - - - - ko00000 - - - DUF370 +BSU_15680 224308.BSU15680 5.73e-143 403.0 COG0194@1|root,COG0194@2|Bacteria,1TP0M@1239|Firmicutes,4HAYW@91061|Bacilli,1ZBZI@1386|Bacillus 2|Bacteria F Essential for recycling GMP and indirectly, cGMP gmk GO:0003674,GO:0003824,GO:0004385,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009116,GO:0009117,GO:0009119,GO:0009123,GO:0009126,GO:0009132,GO:0009135,GO:0009150,GO:0009161,GO:0009165,GO:0009167,GO:0009179,GO:0009185,GO:0009259,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0018130,GO:0019205,GO:0019438,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0042278,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046037,GO:0046128,GO:0046483,GO:0046710,GO:0046940,GO:0050145,GO:0055086,GO:0071704,GO:0072521,GO:0090407,GO:1901068,GO:1901135,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901576,GO:1901657 2.7.4.8 ko:K00942 ko00230,ko01100,map00230,map01100 M00050 R00332,R02090 RC00002 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU15680 Guanylate_kin +BSU_15690 1051501.AYTL01000027_gene1156 6.21e-39 129.0 COG1758@1|root,COG1758@2|Bacteria,1VK74@1239|Firmicutes,4HNHS@91061|Bacilli,1ZIVD@1386|Bacillus 2|Bacteria K Promotes RNA polymerase assembly. Latches the N- and C- terminal regions of the beta' subunit thereby facilitating its interaction with the beta and alpha subunits rpoZ GO:0003674,GO:0003824,GO:0003899,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006351,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016772,GO:0016779,GO:0018130,GO:0019438,GO:0030312,GO:0030880,GO:0032774,GO:0032991,GO:0034062,GO:0034641,GO:0034645,GO:0034654,GO:0040007,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0061695,GO:0071704,GO:0071944,GO:0090304,GO:0097659,GO:0097747,GO:0140098,GO:1901360,GO:1901362,GO:1901576,GO:1902494,GO:1990234 2.7.7.6 ko:K03060 ko00230,ko00240,ko01100,ko03020,map00230,map00240,map01100,map03020 M00183 R00435,R00441,R00442,R00443 RC02795 br01611,ko00000,ko00001,ko00002,ko01000,ko03021,ko03400 - - - RNA_pol_Rpb6 +BSU_15700 224308.BSU15700 2.65e-288 788.0 COG0452@1|root,COG0452@2|Bacteria,1TPP3@1239|Firmicutes,4HAK8@91061|Bacilli,1ZD3R@1386|Bacillus 2|Bacteria H Catalyzes two steps in the biosynthesis of coenzyme A. In the first step cysteine is conjugated to 4'-phosphopantothenate to form 4-phosphopantothenoylcysteine, in the latter compound is decarboxylated to form 4'-phosphopantotheine coaBC - 4.1.1.36,6.3.2.5 ko:K01598,ko:K13038 ko00770,ko01100,map00770,map01100 M00120 R03269,R04231 RC00064,RC00090,RC00822 ko00000,ko00001,ko00002,ko01000 - - - DFP,Flavoprotein +BSU_15710 224308.BSU15710 0.0 1587.0 COG1198@1|root,COG1198@2|Bacteria,1TNYB@1239|Firmicutes,4H9WW@91061|Bacilli,1ZCBY@1386|Bacillus 2|Bacteria L Involved in the restart of stalled replication forks. Recognizes and binds the arrested nascent DNA chain at stalled replication forks. It can open the DNA duplex, via its helicase activity, and promote assembly of the primosome and loading of the major replicative helicase DnaB onto DNA priA GO:0003674,GO:0003678,GO:0003824,GO:0004003,GO:0004386,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006268,GO:0006270,GO:0006281,GO:0006302,GO:0006310,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0006996,GO:0008026,GO:0008094,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0032392,GO:0032508,GO:0033554,GO:0034641,GO:0034645,GO:0042623,GO:0043138,GO:0043140,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0046483,GO:0050896,GO:0051276,GO:0051716,GO:0070035,GO:0071103,GO:0071704,GO:0071840,GO:0090304,GO:0140097,GO:1901360,GO:1901576 - ko:K04066 ko03440,map03440 - - - ko00000,ko00001,ko01000,ko03400 - - - DEAD,Helicase_C,ResIII +BSU_15720 224308.BSU15720 8.3e-110 316.0 COG0242@1|root,COG0242@2|Bacteria,1V70B@1239|Firmicutes,4HHMA@91061|Bacilli,1ZGES@1386|Bacillus 2|Bacteria J Removes the formyl group from the N-terminal Met of newly synthesized proteins. Requires at least a dipeptide for an efficient rate of reaction. N-terminal L-methionine is a prerequisite for activity but the enzyme has broad specificity at other positions def GO:0003674,GO:0003824,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0008463,GO:0009987,GO:0016787,GO:0016810,GO:0016811,GO:0018193,GO:0018206,GO:0019538,GO:0031365,GO:0036211,GO:0042586,GO:0043170,GO:0043412,GO:0043686,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:1901564 2.1.2.9,3.5.1.88 ko:K00604,ko:K01462 ko00670,ko00970,map00670,map00970 - R03940 RC00026,RC00165 ko00000,ko00001,ko01000 - - - Pep_deformylase +BSU_15730 224308.BSU15730 2.21e-226 624.0 COG0223@1|root,COG0223@2|Bacteria,1TQ32@1239|Firmicutes,4HART@91061|Bacilli,1ZBSP@1386|Bacillus 2|Bacteria J Attaches a formyl group to the free amino group of methionyl-tRNA(fMet). The formyl group appears to play a dual role in the initiator identity of N-formylmethionyl-tRNA by promoting its recognition by IF2 and preventing the misappropriation of this tRNA by the elongation apparatus fmt GO:0003674,GO:0003824,GO:0004479,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006412,GO:0006413,GO:0006464,GO:0006518,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016741,GO:0016742,GO:0019538,GO:0019988,GO:0034470,GO:0034641,GO:0034645,GO:0034660,GO:0036211,GO:0043043,GO:0043170,GO:0043412,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0046483,GO:0071704,GO:0071951,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 2.1.2.9 ko:K00604 ko00670,ko00970,map00670,map00970 - R03940 RC00026,RC00165 ko00000,ko00001,ko01000 - - iSB619.SA_RS06010 Formyl_trans_C,Formyl_trans_N +BSU_15740 224308.BSU15740 0.0 886.0 COG0144@1|root,COG0781@1|root,COG0144@2|Bacteria,COG0781@2|Bacteria,1TP3N@1239|Firmicutes,4HBQ6@91061|Bacilli,1ZCWU@1386|Bacillus 2|Bacteria J Specifically methylates the cytosine at position 967 (m5C967) of 16S rRNA sun GO:0000154,GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008169,GO:0008173,GO:0008649,GO:0008757,GO:0009383,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016434,GO:0016740,GO:0016741,GO:0022613,GO:0030312,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0070475,GO:0071704,GO:0071840,GO:0071944,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.176 ko:K03500 - - - - ko00000,ko01000,ko03009 - - - Methyltr_RsmB-F,Methyltr_RsmF_N,NusB +BSU_15750 224308.BSU15750 3.73e-264 723.0 COG0820@1|root,COG0820@2|Bacteria,1TPVF@1239|Firmicutes,4H9NU@91061|Bacilli,1ZBCJ@1386|Bacillus 2|Bacteria J Specifically methylates position 2 of adenine 2503 in 23S rRNA and position 2 of adenine 37 in tRNAs rlmN GO:0000154,GO:0001510,GO:0003674,GO:0003824,GO:0006139,GO:0006364,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0008168,GO:0008173,GO:0008175,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016740,GO:0016741,GO:0022613,GO:0030488,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0070475,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140101,GO:0140102,GO:1901360 2.1.1.192 ko:K06941 - - - - ko00000,ko01000,ko03009 - - - Fer4_14,Radical_SAM +BSU_15760 224308.BSU15760 1.23e-180 503.0 COG0631@1|root,COG0631@2|Bacteria,1V6K5@1239|Firmicutes,4HCDR@91061|Bacilli,1ZCYC@1386|Bacillus 2|Bacteria T phosphatase stp - 3.1.3.16 ko:K20074 - - - - ko00000,ko01000,ko01009 - - - PP2C,PP2C_2 +BSU_15770 224308.BSU15770 0.0 1244.0 COG0515@1|root,COG2815@1|root,COG0515@2|Bacteria,COG2815@2|Bacteria,1TP3F@1239|Firmicutes,4H9KD@91061|Bacilli,1ZBBU@1386|Bacillus 2|Bacteria KLT serine threonine protein kinase prkC GO:0002237,GO:0003674,GO:0003824,GO:0004672,GO:0004674,GO:0005488,GO:0005539,GO:0005575,GO:0005623,GO:0005886,GO:0006464,GO:0006468,GO:0006793,GO:0006796,GO:0006807,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0009605,GO:0009607,GO:0009617,GO:0009719,GO:0009847,GO:0009987,GO:0010033,GO:0010243,GO:0016020,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019538,GO:0023052,GO:0032494,GO:0032502,GO:0036211,GO:0042221,GO:0042834,GO:0043170,GO:0043207,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051704,GO:0051707,GO:0051716,GO:0065007,GO:0070887,GO:0071216,GO:0071219,GO:0071224,GO:0071310,GO:0071417,GO:0071495,GO:0071704,GO:0071944,GO:0097367,GO:0140096,GO:1901564,GO:1901698,GO:1901699,GO:1901700,GO:1901701 2.7.11.1 ko:K08884,ko:K12132 - - - - ko00000,ko01000,ko01001 - - - PASTA,Pkinase +BSU_15780 224308.BSU15780 1.37e-215 595.0 COG1162@1|root,COG1162@2|Bacteria,1TPSQ@1239|Firmicutes,4HA9W@91061|Bacilli,1ZB4W@1386|Bacillus 2|Bacteria S One of several proteins that assist in the late maturation steps of the functional core of the 30S ribosomal subunit. Helps release RbfA from mature subunits. May play a role in the assembly of ribosomal proteins into the subunit. Circularly permuted GTPase that catalyzes slow GTP hydrolysis, GTPase activity is stimulated by the 30S ribosomal subunit rsgA - 3.1.3.100 ko:K06949 ko00730,ko01100,map00730,map01100 - R00615,R02135 RC00002,RC00017 ko00000,ko00001,ko01000,ko03009 - - - RsgA_GTPase,RsgA_N +BSU_15790 224308.BSU15790 4.68e-153 430.0 COG0036@1|root,COG0036@2|Bacteria,1TQK8@1239|Firmicutes,4H9RW@91061|Bacilli,1ZCUF@1386|Bacillus 2|Bacteria G Belongs to the ribulose-phosphate 3-epimerase family rpe GO:0003674,GO:0003824,GO:0004750,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005996,GO:0006081,GO:0006098,GO:0006139,GO:0006725,GO:0006732,GO:0006733,GO:0006739,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009052,GO:0009056,GO:0009117,GO:0009987,GO:0016052,GO:0016853,GO:0016854,GO:0016857,GO:0019321,GO:0019323,GO:0019362,GO:0019637,GO:0019682,GO:0019693,GO:0034641,GO:0043167,GO:0043169,GO:0044237,GO:0044238,GO:0044262,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046365,GO:0046483,GO:0046496,GO:0046872,GO:0051156,GO:0051186,GO:0055086,GO:0071704,GO:0072524,GO:1901135,GO:1901360,GO:1901564,GO:1901575 5.1.3.1 ko:K01783 ko00030,ko00040,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00030,map00040,map00710,map01100,map01110,map01120,map01130,map01200,map01230 M00004,M00007 R01529 RC00540 ko00000,ko00001,ko00002,ko01000 - - - Ribul_P_3_epim +BSU_15800 224308.BSU15800 2.83e-157 440.0 COG1564@1|root,COG1564@2|Bacteria,1VA0W@1239|Firmicutes,4HHS1@91061|Bacilli,1ZD4A@1386|Bacillus 2|Bacteria H thiamine pyrophosphokinase thiN - 2.7.6.2 ko:K00949 ko00730,ko01100,map00730,map01100 - R00619 RC00002,RC00017 ko00000,ko00001,ko01000 - - - TPK_B1_binding,TPK_catalytic +BSU_15820 224308.BSU15820 7.06e-36 121.0 COG0227@1|root,COG0227@2|Bacteria,1VEI2@1239|Firmicutes,4HNIK@91061|Bacilli,1ZIVY@1386|Bacillus 2|Bacteria J Belongs to the bacterial ribosomal protein bL28 family rpmB GO:0003674,GO:0003735,GO:0005198 - ko:K02902 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L28 +BSU_15830 224308.BSU15830 1.49e-77 231.0 COG1302@1|root,COG1302@2|Bacteria,1V731@1239|Firmicutes,4HIS4@91061|Bacilli,1ZG6I@1386|Bacillus 2|Bacteria S protein conserved in bacteria asp - - - - - - - - - - - Asp23 +BSU_15840 224308.BSU15840 0.0 1044.0 COG1461@1|root,COG1461@2|Bacteria,1TQMX@1239|Firmicutes,4HBSE@91061|Bacilli,1ZBRP@1386|Bacillus 2|Bacteria S kinase related to dihydroxyacetone kinase yloV - - ko:K07030 - - - - ko00000 - - - Dak1_2,Dak2 +BSU_15850 224308.BSU15850 1.45e-153 431.0 COG1760@1|root,COG1760@2|Bacteria,1U8TZ@1239|Firmicutes,4HBD6@91061|Bacilli,1ZCRK@1386|Bacillus 2|Bacteria E L-serine dehydratase sdaAB GO:0003674,GO:0003824,GO:0003941,GO:0016829,GO:0016840,GO:0016841 4.3.1.17 ko:K01752 ko00260,ko00270,ko01100,ko01110,ko01130,ko01200,ko01230,map00260,map00270,map01100,map01110,map01130,map01200,map01230 - R00220,R00590 RC00331,RC02600 ko00000,ko00001,ko01000 - - - ACT,SDH_alpha,SDH_beta +BSU_15860 224308.BSU15860 1.19e-201 560.0 COG1760@1|root,COG1760@2|Bacteria,1TP79@1239|Firmicutes,4HAI1@91061|Bacilli,1ZC9A@1386|Bacillus 2|Bacteria E L-serine dehydratase sdaAA GO:0003674,GO:0003824,GO:0003941,GO:0016829,GO:0016840,GO:0016841 4.3.1.17 ko:K01752 ko00260,ko00270,ko01100,ko01110,ko01130,ko01200,ko01230,map00260,map00270,map01100,map01110,map01130,map01200,map01230 - R00220,R00590 RC00331,RC02600 ko00000,ko00001,ko01000 - - - SDH_alpha +BSU_15870 224308.BSU15870 0.0 1336.0 COG1200@1|root,COG1200@2|Bacteria,1TQ6I@1239|Firmicutes,4HAWN@91061|Bacilli,1ZC17@1386|Bacillus 2|Bacteria L Critical role in recombination and DNA repair. Helps process Holliday junction intermediates to mature products by catalyzing branch migration. Has a DNA unwinding activity characteristic of a DNA helicase with a 3'- to 5'- polarity. Unwinds branched duplex DNA (Y-DNA) recG GO:0003674,GO:0003678,GO:0003724,GO:0003824,GO:0004003,GO:0004004,GO:0004386,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006139,GO:0006725,GO:0006807,GO:0006996,GO:0008026,GO:0008094,GO:0008150,GO:0008152,GO:0008186,GO:0009314,GO:0009379,GO:0009628,GO:0009987,GO:0010501,GO:0016020,GO:0016043,GO:0016070,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0032392,GO:0032508,GO:0032991,GO:0033202,GO:0034641,GO:0042623,GO:0043170,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0048476,GO:0050896,GO:0051276,GO:0070035,GO:0071103,GO:0071704,GO:0071840,GO:0071944,GO:0090304,GO:0140097,GO:0140098,GO:1901360,GO:1902494 3.6.4.12 ko:K03655 ko03440,map03440 - - - ko00000,ko00001,ko01000,ko03400 - - - DEAD,Helicase_C,RecG_wedge +BSU_15880 224308.BSU15880 6.22e-121 346.0 COG1349@1|root,COG2050@1|root,COG1349@2|Bacteria,COG2050@2|Bacteria,1V3MJ@1239|Firmicutes,4HHFC@91061|Bacilli,1ZAV1@1386|Bacillus 2|Bacteria K Transcriptional factor involved in regulation of membrane lipid biosynthesis by repressing genes involved in fatty acid and phospholipid metabolism fapR GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006555,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009086,GO:0009987,GO:0016053,GO:0016853,GO:0016860,GO:0016861,GO:0017144,GO:0019509,GO:0019752,GO:0043094,GO:0043102,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0046523,GO:0071265,GO:0071267,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 5.3.1.23 ko:K02614,ko:K08963 ko00270,ko00360,ko01100,map00270,map00360,map01100 M00034 R04420,R09840 RC00004,RC00014,RC01151 ko00000,ko00001,ko00002,ko01000 - - - 4HBT,HTH_DeoR,MaoC_dehydratas +BSU_15890 224308.BSU15890 8.33e-230 634.0 COG0416@1|root,COG0416@2|Bacteria,1TPXS@1239|Firmicutes,4HA0R@91061|Bacilli,1ZBW8@1386|Bacillus 2|Bacteria I Catalyzes the reversible formation of acyl-phosphate (acyl-PO(4)) from acyl- acyl-carrier-protein (acyl-ACP). This enzyme utilizes acyl-ACP as fatty acyl donor, but not acyl-CoA plsX GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 2.3.1.15 ko:K03621 ko00561,ko00564,ko01100,ko01110,map00561,map00564,map01100,map01110 M00089 R00851,R09380 RC00004,RC00039,RC00041 ko00000,ko00001,ko00002,ko01000,ko01004 - - - FA_synthesis +BSU_15900 224308.BSU15900 1.31e-218 604.0 COG0331@1|root,COG0331@2|Bacteria,1TPB7@1239|Firmicutes,4HBCU@91061|Bacilli,1ZBGQ@1386|Bacillus 2|Bacteria I malonyl CoA-acyl carrier protein transacylase fabD - 2.3.1.39 ko:K00645,ko:K15327,ko:K15329 ko00061,ko00333,ko01100,ko01130,ko01212,map00061,map00333,map01100,map01130,map01212 M00082 R01626,R11671 RC00004,RC00039,RC02727 ko00000,ko00001,ko00002,ko01000,ko01004,ko01008 - - - Acyl_transf_1 +BSU_15910 224308.BSU15910 3.5e-167 468.0 COG1028@1|root,COG1028@2|Bacteria,1TP76@1239|Firmicutes,4HAA6@91061|Bacilli,1ZCDY@1386|Bacillus 2|Bacteria IQ reductase fabG GO:0000166,GO:0003674,GO:0003824,GO:0004312,GO:0004316,GO:0005488,GO:0006082,GO:0006629,GO:0006631,GO:0006633,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009987,GO:0016053,GO:0016491,GO:0016614,GO:0016616,GO:0016740,GO:0016746,GO:0016747,GO:0019752,GO:0030497,GO:0032787,GO:0036094,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0046394,GO:0048037,GO:0050661,GO:0050662,GO:0055114,GO:0071704,GO:0072330,GO:0097159,GO:1901265,GO:1901363,GO:1901576 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 - - iYO844.BSU15910 adh_short_C2 +BSU_15920 1051501.AYTL01000027_gene1178 1.15e-43 142.0 COG0236@1|root,COG0236@2|Bacteria,1VEE3@1239|Firmicutes,4HNQ0@91061|Bacilli,1ZHY7@1386|Bacillus 2|Bacteria IQ Carrier of the growing fatty acid chain in fatty acid biosynthesis acpP GO:0000035,GO:0000036,GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0006082,GO:0006629,GO:0006631,GO:0006633,GO:0006643,GO:0006644,GO:0006664,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0009058,GO:0009245,GO:0009247,GO:0009311,GO:0009312,GO:0009987,GO:0016051,GO:0016053,GO:0019637,GO:0019752,GO:0019842,GO:0031177,GO:0032787,GO:0033218,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0044620,GO:0046394,GO:0046467,GO:0046493,GO:0048037,GO:0051192,GO:0071704,GO:0072330,GO:0072341,GO:0090407,GO:0140104,GO:1901135,GO:1901137,GO:1901269,GO:1901271,GO:1901576,GO:1903509 - ko:K02078 - - - - ko00000,ko00001 - - - PP-binding +BSU_15930 224308.BSU15930 2.12e-174 486.0 COG0571@1|root,COG0571@2|Bacteria,1TPGC@1239|Firmicutes,4HAWU@91061|Bacilli,1ZAPM@1386|Bacillus 2|Bacteria J Digests double-stranded RNA. Involved in the processing of primary rRNA transcript to yield the immediate precursors to the large and small rRNAs (23S and 16S). Processes some mRNAs, and tRNAs when they are encoded in the rRNA operon. Processes pre- crRNA and tracrRNA of type II CRISPR loci if present in the organism rnc GO:0003674,GO:0003676,GO:0003723,GO:0003725,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004525,GO:0004540,GO:0005488,GO:0006139,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016787,GO:0016788,GO:0016891,GO:0016893,GO:0032296,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0097159,GO:0140098,GO:1901360,GO:1901363 3.1.26.3 ko:K03685 ko03008,ko05205,map03008,map05205 - - - ko00000,ko00001,ko01000,ko03009,ko03019,ko03036 - - - Ribonucleas_3_3,dsrm +BSU_15940 224308.BSU15940 0.0 1922.0 COG1196@1|root,COG1196@2|Bacteria,1TPJV@1239|Firmicutes,4HB89@91061|Bacilli,1ZAWM@1386|Bacillus 2|Bacteria D Required for chromosome condensation and partitioning smc GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K03529 - - - - ko00000,ko03036 - - - SMC_N,SMC_hinge +BSU_15950 224308.BSU15950 3.38e-227 627.0 COG0552@1|root,COG0552@2|Bacteria,1TPRI@1239|Firmicutes,4HA6A@91061|Bacilli,1ZB46@1386|Bacillus 2|Bacteria U Involved in targeting and insertion of nascent membrane proteins into the cytoplasmic membrane. Acts as a receptor for the complex formed by the signal recognition particle (SRP) and the ribosome-nascent chain (RNC) ftsY - - ko:K03110 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 - - ko00000,ko00001,ko00002,ko02044 3.A.5.1,3.A.5.2,3.A.5.7 - - SRP54,SRP54_N +BSU_15960 224308.BSU15960 1.67e-114 328.0 28M0G@1|root,2ZJQW@2|Bacteria,1V1BK@1239|Firmicutes,4HHTK@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - - +BSU_15970 1051501.AYTL01000027_gene1184 5.64e-66 201.0 COG2739@1|root,COG2739@2|Bacteria,1VEGP@1239|Firmicutes,4HKK6@91061|Bacilli,1ZH7Z@1386|Bacillus 2|Bacteria S Might take part in the signal recognition particle (SRP) pathway. This is inferred from the conservation of its genetic proximity to ftsY ffh. May be a regulatory protein ylxM GO:0003674,GO:0008150,GO:0030234,GO:0030695,GO:0050790,GO:0060589,GO:0065007,GO:0065009,GO:0098772 - ko:K09787 - - - - ko00000 - - - UPF0122 +BSU_15980 224308.BSU15980 9.7e-309 843.0 COG0541@1|root,COG0541@2|Bacteria,1TP06@1239|Firmicutes,4H9T4@91061|Bacilli,1ZB4I@1386|Bacillus 2|Bacteria U Involved in targeting and insertion of nascent membrane proteins into the cytoplasmic membrane. Binds to the hydrophobic signal sequence of the ribosome-nascent chain (RNC) as it emerges from the ribosomes. The SRP-RNC complex is then targeted to the cytoplasmic membrane where it interacts with the SRP receptor FtsY ffh GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0008150,GO:0016020,GO:0030312,GO:0040007,GO:0044464,GO:0071944 3.6.5.4 ko:K03106 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 - - ko00000,ko00001,ko00002,ko01000,ko02044 3.A.5.1,3.A.5.2,3.A.5.7,3.A.5.8,3.A.5.9 - - SRP54,SRP54_N,SRP_SPB +BSU_15990 1051501.AYTL01000027_gene1186 1.13e-58 181.0 COG0228@1|root,COG0228@2|Bacteria,1VA0X@1239|Firmicutes,4HKNN@91061|Bacilli,1ZGXP@1386|Bacillus 2|Bacteria J Belongs to the bacterial ribosomal protein bS16 family rpsP GO:0000028,GO:0000217,GO:0000400,GO:0003674,GO:0003676,GO:0003677,GO:0003735,GO:0003824,GO:0004518,GO:0004519,GO:0004520,GO:0004536,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006139,GO:0006259,GO:0006412,GO:0006518,GO:0006725,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016043,GO:0016787,GO:0016788,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022626,GO:0022627,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0042254,GO:0042255,GO:0042274,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0046483,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0090304,GO:0090305,GO:0097159,GO:0140097,GO:1901360,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02959 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011,ko03029 - - - Ribosomal_S16 +BSU_16000 224308.BSU16000 2.95e-50 159.0 COG1837@1|root,COG1837@2|Bacteria,1VEG7@1239|Firmicutes,4HNX0@91061|Bacilli,1ZIW7@1386|Bacillus 2|Bacteria S Belongs to the UPF0109 family ylqC - - ko:K06960 - - - - ko00000 - - - KH_4 +BSU_16010 224308.BSU16010 5.89e-81 240.0 2FI10@1|root,349TX@2|Bacteria,1W0UI@1239|Firmicutes,4HYP9@91061|Bacilli,1ZQSB@1386|Bacillus 2|Bacteria S YlqD protein ylqD - - - - - - - - - - - YlqD +BSU_16020 224308.BSU16020 1.84e-122 349.0 COG0806@1|root,COG0806@2|Bacteria,1V6HD@1239|Firmicutes,4HH3H@91061|Bacilli,1ZFP2@1386|Bacillus 2|Bacteria J An accessory protein needed during the final step in the assembly of 30S ribosomal subunit, possibly for assembly of the head region. Probably interacts with S19. Essential for efficient processing of 16S rRNA. May be needed both before and after RbfA during the maturation of 16S rRNA. It has affinity for free ribosomal 30S subunits but not for 70S ribosomes rimM GO:0000028,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016043,GO:0016070,GO:0016072,GO:0022607,GO:0022613,GO:0022618,GO:0030490,GO:0034470,GO:0034622,GO:0034641,GO:0034660,GO:0040007,GO:0042254,GO:0042255,GO:0042274,GO:0043170,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0090304,GO:1901360 - ko:K02860 - - - - ko00000,ko03009 - - - PRC,RimM +BSU_16030 224308.BSU16030 5.91e-178 495.0 COG0336@1|root,COG0336@2|Bacteria,1TPBV@1239|Firmicutes,4HBFV@91061|Bacilli,1ZD4X@1386|Bacillus 2|Bacteria J Belongs to the RNA methyltransferase TrmD family trmD GO:0000287,GO:0001510,GO:0002939,GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0008168,GO:0008173,GO:0008175,GO:0008757,GO:0009019,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016423,GO:0016740,GO:0016741,GO:0016772,GO:0016779,GO:0030488,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0040007,GO:0042802,GO:0043167,GO:0043169,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0046872,GO:0050518,GO:0052906,GO:0070567,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360 2.1.1.228,4.6.1.12 ko:K00554,ko:K01770 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00096 R00597,R05637 RC00002,RC00003,RC00334,RC01440 ko00000,ko00001,ko00002,ko01000,ko03016 - - - tRNA_m1G_MT +BSU_16040 224308.BSU16040 8.14e-75 224.0 COG0335@1|root,COG0335@2|Bacteria,1V6FT@1239|Firmicutes,4HIK3@91061|Bacilli,1ZGDK@1386|Bacillus 2|Bacteria J This protein is located at the 30S-50S ribosomal subunit interface and may play a role in the structure and function of the aminoacyl-tRNA binding site rplS GO:0000027,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016020,GO:0016043,GO:0019538,GO:0019843,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070180,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02884 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L19 +BSU_16050 224308.BSU16050 1.2e-201 558.0 COG1161@1|root,COG1161@2|Bacteria,1TQGK@1239|Firmicutes,4HA4D@91061|Bacilli,1ZB63@1386|Bacillus 2|Bacteria S Required for a late step of 50S ribosomal subunit assembly. Has GTPase activity ylqF GO:0003674,GO:0003824,GO:0003924,GO:0008150,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0017111,GO:0022613,GO:0042254,GO:0044085,GO:0071840 - ko:K14540 - - - - ko00000,ko03009 - - - MMR_HSR1 +BSU_16060 224308.BSU16060 8.29e-175 488.0 COG0164@1|root,COG0164@2|Bacteria,1V1D6@1239|Firmicutes,4HB7M@91061|Bacilli,1ZB7H@1386|Bacillus 2|Bacteria L Endonuclease that specifically degrades the RNA of RNA- DNA hybrids rnhB GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004523,GO:0004540,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006271,GO:0006273,GO:0006281,GO:0006298,GO:0006401,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009058,GO:0009059,GO:0009987,GO:0016070,GO:0016787,GO:0016788,GO:0016891,GO:0016893,GO:0019439,GO:0022616,GO:0032299,GO:0032991,GO:0033554,GO:0033567,GO:0034641,GO:0034645,GO:0034655,GO:0043137,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044260,GO:0044265,GO:0044270,GO:0044424,GO:0044464,GO:0046483,GO:0046700,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0140098,GO:1901360,GO:1901361,GO:1901575,GO:1901576 3.1.26.4 ko:K03470 ko03030,map03030 - - - ko00000,ko00001,ko01000,ko03032 - - - RNase_HII +BSU_16070 224308.BSU16070 0.0 1066.0 2C5DW@1|root,2Z7RX@2|Bacteria,1TT0I@1239|Firmicutes,4HDMQ@91061|Bacilli,1ZCY5@1386|Bacillus 2|Bacteria - - ylqG - - - - - - - - - - - - +BSU_16080 224308.BSU16080 1.7e-59 183.0 COG2257@1|root,COG2257@2|Bacteria,1VF4R@1239|Firmicutes,4HPCF@91061|Bacilli,1ZIW6@1386|Bacillus 2|Bacteria S homolog of the cytoplasmic domain of flagellar protein FhlB ylqH - - ko:K04061 - - - - ko00000,ko02044 - - - Bac_export_2 +BSU_16090 224308.BSU16090 6.77e-269 737.0 COG0045@1|root,COG0045@2|Bacteria,1TQG4@1239|Firmicutes,4HA3W@91061|Bacilli,1ZB9P@1386|Bacillus 2|Bacteria C Succinyl-CoA synthetase functions in the citric acid cycle (TCA), coupling the hydrolysis of succinyl-CoA to the synthesis of either ATP or GTP and thus represents the only step of substrate-level phosphorylation in the TCA. The beta subunit provides nucleotide specificity of the enzyme and binds the substrate succinate, while the binding sites for coenzyme A and phosphate are found in the alpha subunit sucC GO:0003674,GO:0003824,GO:0004774,GO:0004775,GO:0006082,GO:0006091,GO:0006099,GO:0006101,GO:0008150,GO:0008152,GO:0009060,GO:0009987,GO:0015980,GO:0016874,GO:0016877,GO:0016878,GO:0016999,GO:0017144,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0045333,GO:0055114,GO:0071704,GO:0072350 6.2.1.5 ko:K01903 ko00020,ko00640,ko00660,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,map00020,map00640,map00660,map00720,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00173,M00374,M00620 R00405,R02404 RC00004,RC00014 ko00000,ko00001,ko00002,ko01000 - - iAF987.Gmet_2261,iYO844.BSU16090 ATP-grasp_2,Ligase_CoA +BSU_16100 224308.BSU16100 1.53e-213 590.0 COG0074@1|root,COG0074@2|Bacteria,1TPIT@1239|Firmicutes,4HA2J@91061|Bacilli,1ZCHE@1386|Bacillus 2|Bacteria C Succinyl-CoA synthetase functions in the citric acid cycle (TCA), coupling the hydrolysis of succinyl-CoA to the synthesis of either ATP or GTP and thus represents the only step of substrate-level phosphorylation in the TCA. The alpha subunit of the enzyme binds the substrates coenzyme A and phosphate, while succinate binding and nucleotide specificity is provided by the beta subunit sucD GO:0003674,GO:0003824,GO:0004774,GO:0004776,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005739,GO:0005759,GO:0016874,GO:0016877,GO:0016878,GO:0031974,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0043233,GO:0044422,GO:0044424,GO:0044429,GO:0044444,GO:0044446,GO:0044464,GO:0070013 6.2.1.5 ko:K01902 ko00020,ko00640,ko00660,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,map00020,map00640,map00660,map00720,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00173,M00374,M00620 R00405,R02404 RC00004,RC00014 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU16100 CoA_binding,Ligase_CoA +BSU_16110 224308.BSU16110 1.87e-217 599.0 COG0758@1|root,COG0758@2|Bacteria,1TPP7@1239|Firmicutes,4HGWM@91061|Bacilli,1ZBZ3@1386|Bacillus 2|Bacteria LU Rossmann fold nucleotide-binding protein involved in DNA uptake dprA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0007154,GO:0008150,GO:0009292,GO:0009294,GO:0009605,GO:0009987,GO:0009991,GO:0030420,GO:0031668,GO:0044424,GO:0044464,GO:0044764,GO:0050896,GO:0051704,GO:0051716,GO:0071496 - ko:K04096 - - - - ko00000 - - - DNA_processg_A +BSU_16120 224308.BSU16120 0.0 1375.0 COG0550@1|root,COG0550@2|Bacteria,1TPUS@1239|Firmicutes,4HA6C@91061|Bacilli,1ZB7D@1386|Bacillus 2|Bacteria L Releases the supercoiling and torsional tension of DNA, which is introduced during the DNA replication and transcription, by transiently cleaving and rejoining one strand of the DNA duplex. Introduces a single-strand break via transesterification at a target site in duplex DNA. The scissile phosphodiester is attacked by the catalytic tyrosine of the enzyme, resulting in the formation of a DNA-(5'-phosphotyrosyl)-enzyme intermediate and the expulsion of a 3'-OH DNA strand. The free DNA strand then undergoes passage around the unbroken strand, thus removing DNA supercoils. Finally, in the religation step, the DNA 3'-OH attacks the covalent intermediate to expel the active-site tyrosine and restore the DNA phosphodiester backbone topA - 5.99.1.2 ko:K03168 - - - - ko00000,ko01000,ko03032,ko03400 - - - Topoisom_bac,Toprim,zf-C4_Topoisom +BSU_16130 224308.BSU16130 5.45e-314 855.0 COG1206@1|root,COG1206@2|Bacteria,1TP67@1239|Firmicutes,4HB27@91061|Bacilli,1ZAR2@1386|Bacillus 2|Bacteria J Catalyzes the folate-dependent formation of 5-methyl- uridine at position 54 (M-5-U54) in all tRNAs trmFO GO:0000166,GO:0001510,GO:0002097,GO:0002098,GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0030488,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0036094,GO:0043167,GO:0043168,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0048037,GO:0050660,GO:0050662,GO:0071704,GO:0090304,GO:0097159,GO:1901265,GO:1901360,GO:1901363 2.1.1.74 ko:K04094 - - - - ko00000,ko01000,ko03016,ko03036 - - - GIDA +BSU_16140 224308.BSU16140 1.13e-217 600.0 COG4974@1|root,COG4974@2|Bacteria,1TPQB@1239|Firmicutes,4HARA@91061|Bacilli,1ZB91@1386|Bacillus 2|Bacteria L tyrosine recombinase XerC xerC - - ko:K03733,ko:K04763 - - - - ko00000,ko03036 - - - Phage_int_SAM_1,Phage_integrase +BSU_16150 224308.BSU16150 3.01e-120 344.0 COG5405@1|root,COG5405@2|Bacteria,1TPXK@1239|Firmicutes,4H9PD@91061|Bacilli,1ZCMN@1386|Bacillus 2|Bacteria O Protease subunit of a proteasome-like degradation complex believed to be a general protein degrading machinery hslV GO:0000166,GO:0000287,GO:0000502,GO:0003674,GO:0003824,GO:0004175,GO:0004298,GO:0005488,GO:0005515,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006508,GO:0006807,GO:0006950,GO:0008144,GO:0008150,GO:0008152,GO:0008233,GO:0009056,GO:0009057,GO:0009266,GO:0009376,GO:0009408,GO:0009628,GO:0009987,GO:0016043,GO:0016787,GO:0017076,GO:0019538,GO:0019904,GO:0022607,GO:0030163,GO:0030554,GO:0031597,GO:0032553,GO:0032555,GO:0032559,GO:0032991,GO:0034214,GO:0035639,GO:0036094,GO:0042802,GO:0043167,GO:0043168,GO:0043169,GO:0043170,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044248,GO:0044257,GO:0044260,GO:0044265,GO:0044267,GO:0044424,GO:0044444,GO:0044445,GO:0044464,GO:0046872,GO:0050896,GO:0051259,GO:0051603,GO:0065003,GO:0070003,GO:0070011,GO:0071704,GO:0071840,GO:0097159,GO:0097367,GO:0140096,GO:1901265,GO:1901363,GO:1901564,GO:1901565,GO:1901575,GO:1902494,GO:1904949,GO:1905368,GO:1905369 3.4.25.2 ko:K01419 - - - - ko00000,ko01000,ko01002 - - - Proteasome +BSU_16160 224308.BSU16160 0.0 880.0 COG1220@1|root,COG1220@2|Bacteria,1TPKQ@1239|Firmicutes,4HA83@91061|Bacilli,1ZCWK@1386|Bacillus 2|Bacteria O this subunit has chaperone activity. The binding of ATP and its subsequent hydrolysis by HslU are essential for unfolding of protein substrates subsequently hydrolyzed by HslV. HslU recognizes the N-terminal part of its protein substrates and unfolds these before they are guided to HslV for hydrolysis hslU GO:0000166,GO:0000287,GO:0000502,GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006508,GO:0006807,GO:0006950,GO:0008144,GO:0008150,GO:0008152,GO:0008233,GO:0009266,GO:0009376,GO:0009408,GO:0009628,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0019538,GO:0019904,GO:0022607,GO:0030554,GO:0031597,GO:0032553,GO:0032555,GO:0032559,GO:0032991,GO:0034214,GO:0035639,GO:0036094,GO:0042802,GO:0043167,GO:0043168,GO:0043169,GO:0043170,GO:0043335,GO:0043933,GO:0044085,GO:0044238,GO:0044424,GO:0044444,GO:0044445,GO:0044464,GO:0046872,GO:0050896,GO:0051259,GO:0065003,GO:0071704,GO:0071840,GO:0097159,GO:0097367,GO:0140096,GO:1901265,GO:1901363,GO:1901564,GO:1902494,GO:1904949,GO:1905368,GO:1905369 - ko:K03667 - - - - ko00000,ko03110 - - - AAA_2,ClpB_D2-small +BSU_16170 1051501.AYTL01000027_gene1204 1.95e-175 490.0 COG4465@1|root,COG4465@2|Bacteria,1TS7A@1239|Firmicutes,4HA9U@91061|Bacilli,1ZBT9@1386|Bacillus 2|Bacteria K DNA-binding protein that represses the expression of many genes that are induced as cells make the transition from rapid exponential growth to stationary phase. It is a GTP-binding protein that senses the intracellular GTP concentration as an indicator of nutritional limitations. At low GTP concentration it no longer binds GTP and stop to act as a transcriptional repressor codY GO:0000976,GO:0001067,GO:0001130,GO:0001216,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009891,GO:0009892,GO:0009893,GO:0010468,GO:0010556,GO:0010557,GO:0010558,GO:0010604,GO:0010605,GO:0010628,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031325,GO:0031326,GO:0031327,GO:0031328,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0044424,GO:0044464,GO:0045892,GO:0045893,GO:0045934,GO:0045935,GO:0048518,GO:0048519,GO:0048522,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051173,GO:0051252,GO:0051253,GO:0051254,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1902680,GO:1903506,GO:1903507,GO:1903508,GO:1990837,GO:2000112,GO:2000113,GO:2001141 - ko:K03706 - - - - ko00000,ko03000 - - - CodY,HTH_CodY +BSU_16180 224308.BSU16180 4.64e-83 246.0 COG1815@1|root,COG1815@2|Bacteria,1VIK5@1239|Firmicutes,4HX5S@91061|Bacilli,1ZQN0@1386|Bacillus 2|Bacteria N Structural component of flagellum, the bacterial motility apparatus. Part of the rod structure of flagellar basal body flgB GO:0001539,GO:0005575,GO:0005623,GO:0006928,GO:0008150,GO:0009288,GO:0009424,GO:0009987,GO:0040011,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0071978,GO:0097588 - ko:K02387 ko02040,map02040 - - - ko00000,ko00001,ko02035 - - - Flg_bb_rod +BSU_16190 224308.BSU16190 7.54e-99 287.0 COG1558@1|root,COG1558@2|Bacteria,1V6NB@1239|Firmicutes,4HH4W@91061|Bacilli,1ZGA0@1386|Bacillus 2|Bacteria N Belongs to the flagella basal body rod proteins family flgC GO:0001539,GO:0005575,GO:0005623,GO:0006928,GO:0008150,GO:0009288,GO:0009424,GO:0009425,GO:0009987,GO:0040011,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0071978,GO:0097588 - ko:K02388 ko02040,map02040 - - - ko00000,ko00001,ko02035 - - - Flg_bb_rod,Flg_bbr_C +BSU_16200 224308.BSU16200 3.18e-52 166.0 COG1677@1|root,COG1677@2|Bacteria,1VEEY@1239|Firmicutes,4HNZW@91061|Bacilli,1ZIT0@1386|Bacillus 2|Bacteria N Flagellar hook-basal body fliE - - ko:K02408 ko02040,map02040 - - - ko00000,ko00001,ko02035 - - - FliE +BSU_16210 224308.BSU16210 0.0 935.0 COG1766@1|root,COG1766@2|Bacteria,1TRK0@1239|Firmicutes,4HBF0@91061|Bacilli,1ZAZN@1386|Bacillus 2|Bacteria N The M ring may be actively involved in energy transduction fliF - - ko:K02409 ko02040,map02040 - - - ko00000,ko00001,ko02035,ko02044 3.A.6.2,3.A.6.3 - - YscJ_FliF,YscJ_FliF_C +BSU_16220 1051501.AYTL01000027_gene1209 6.08e-230 634.0 COG1536@1|root,COG1536@2|Bacteria,1TP01@1239|Firmicutes,4HAFZ@91061|Bacilli,1ZAQU@1386|Bacillus 2|Bacteria N One of the proteins that forms a switch complex that is proposed to be located at the base of the basal body. This complex interacts with chemotaxis proteins (such as CheY) in addition to contacting components of the motor that determine the direction of flagellar rotation fliG GO:0001539,GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0006928,GO:0006935,GO:0006996,GO:0008150,GO:0009288,GO:0009425,GO:0009605,GO:0009987,GO:0016020,GO:0016043,GO:0022607,GO:0030030,GO:0030031,GO:0040011,GO:0042221,GO:0042330,GO:0042802,GO:0042803,GO:0042995,GO:0043226,GO:0043228,GO:0044085,GO:0044403,GO:0044419,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0044780,GO:0044781,GO:0046982,GO:0046983,GO:0048870,GO:0050896,GO:0051179,GO:0051674,GO:0051701,GO:0051704,GO:0052116,GO:0052126,GO:0052127,GO:0052143,GO:0052192,GO:0052195,GO:0052216,GO:0052243,GO:0070925,GO:0071840,GO:0071944,GO:0071973,GO:0071978,GO:0097588 - ko:K02410 ko02030,ko02040,map02030,map02040 - - - ko00000,ko00001,ko02035 - - - FliG_C,FliG_M,FliG_N +BSU_16230 224308.BSU16230 7.16e-139 393.0 COG1317@1|root,COG1317@2|Bacteria,1VEUV@1239|Firmicutes,4HG3R@91061|Bacilli,1ZE47@1386|Bacillus 2|Bacteria NU COG1317 Flagellar biosynthesis type III secretory pathway protein fliH - - ko:K02411,ko:K03223 ko02040,ko03070,map02040,map03070 M00332,M00660 - - ko00000,ko00001,ko00002,ko02035,ko02044 3.A.6.1,3.A.6.2,3.A.6.3 - - FliH +BSU_16240 224308.BSU16240 2.11e-308 841.0 COG1157@1|root,COG1157@2|Bacteria,1TP0R@1239|Firmicutes,4HAUY@91061|Bacilli,1ZBXU@1386|Bacillus 2|Bacteria NU COG1157 Flagellar biosynthesis type III secretory pathway ATPase fliI - 3.6.3.14 ko:K02412,ko:K03224 ko02040,ko03070,map02040,map03070 M00332,M00542,M00660 - - ko00000,ko00001,ko00002,ko01000,ko02035,ko02044 3.A.6.1,3.A.6.2,3.A.6.3 - - ATP-synt_ab,ATP-synt_ab_N +BSU_16250 224308.BSU16250 5.12e-91 267.0 COG2882@1|root,COG2882@2|Bacteria,1V6SQ@1239|Firmicutes,4HJZP@91061|Bacilli,1ZGXV@1386|Bacillus 2|Bacteria N Flagellar biosynthesis chaperone fliJ GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02413 ko02040,map02040 - - - ko00000,ko00001,ko02035 - - - FliJ +BSU_16260 224308.BSU16260 5.08e-84 254.0 COG3334@1|root,COG3334@2|Bacteria,1V87H@1239|Firmicutes,4HM5Z@91061|Bacilli,1ZCXR@1386|Bacillus 2|Bacteria S MgtE intracellular N domain ylxF - - ko:K02383 - - - - ko00000,ko02035 - - - MgtE_N +BSU_16270 224308.BSU16270 9.41e-314 859.0 COG3144@1|root,COG3144@2|Bacteria,1VI6B@1239|Firmicutes,4HGUR@91061|Bacilli,1ZERA@1386|Bacillus 2|Bacteria N Flagellar hook-length control protein fliK GO:0001539,GO:0006928,GO:0008150,GO:0009987,GO:0040011,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0071978,GO:0097588 - ko:K02414 ko02040,map02040 - - - ko00000,ko00001,ko02035 - - - Flg_hook +BSU_16280 224308.BSU16280 2.81e-96 280.0 COG1843@1|root,COG1843@2|Bacteria,1VF85@1239|Firmicutes,4HNQK@91061|Bacilli,1ZI5S@1386|Bacillus 2|Bacteria N Flagellar basal body rod modification protein flgD GO:0001539,GO:0005575,GO:0005623,GO:0006928,GO:0008150,GO:0009288,GO:0009424,GO:0009987,GO:0040011,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0071978,GO:0097588 - ko:K02389 ko02040,map02040 - - - ko00000,ko00001,ko02035 - - - FLgD_tudor,FlgD,FlgD_ig +BSU_16290 224308.BSU16290 1.09e-179 501.0 COG4786@1|root,COG4786@2|Bacteria,1TRA2@1239|Firmicutes,4HBNB@91061|Bacilli,1ZCVW@1386|Bacillus 2|Bacteria N Flagellar basal body rod flgG GO:0001539,GO:0005575,GO:0005623,GO:0006928,GO:0008150,GO:0009288,GO:0009424,GO:0009987,GO:0040011,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0071978,GO:0097588 - ko:K02390,ko:K02392 ko02040,map02040 - - - ko00000,ko00001,ko02035 - - - Flg_bb_rod,Flg_bbr_C +BSU_16299 224308.BSU16299 1.85e-44 144.0 COG1582@1|root,COG1582@2|Bacteria,1VKHB@1239|Firmicutes,4HP2W@91061|Bacilli,1ZIYN@1386|Bacillus 2|Bacteria N protein, possibly involved in motility flbD - - ko:K02385 - - - - ko00000,ko02035 - - - FlbD +BSU_16300 224308.BSU16300 5.59e-78 234.0 COG1580@1|root,COG1580@2|Bacteria,1V6K9@1239|Firmicutes,4HIJZ@91061|Bacilli,1ZI2U@1386|Bacillus 2|Bacteria N Controls the rotational direction of flagella during chemotaxis fliL - - ko:K02415 - - - - ko00000,ko02035 - - - FliL +BSU_16310 224308.BSU16310 6.61e-231 636.0 COG1868@1|root,COG1868@2|Bacteria,1TPTM@1239|Firmicutes,4HAAY@91061|Bacilli,1ZCI6@1386|Bacillus 2|Bacteria N One of the proteins that forms a switch complex that is proposed to be located at the base of the basal body. This complex interacts with chemotaxis proteins (such as CheY) in addition to contacting components of the motor that determine the direction of flagellar rotation fliM GO:0005575,GO:0005623,GO:0005886,GO:0006935,GO:0008150,GO:0009288,GO:0009425,GO:0009605,GO:0016020,GO:0040011,GO:0042221,GO:0042330,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0050896,GO:0050918,GO:0071944 - ko:K02416 ko02030,ko02040,map02030,map02040 - - - ko00000,ko00001,ko02035 - - - FliM,FliMN_C +BSU_16320 224308.BSU16320 1.38e-253 697.0 COG1776@1|root,COG1886@1|root,COG1776@2|Bacteria,COG1886@2|Bacteria,1TPT8@1239|Firmicutes,4HC56@91061|Bacilli,1ZB7S@1386|Bacillus 2|Bacteria N FliN is one of three proteins (FliG, FliN, FliM) that form the rotor-mounted switch complex (C ring), located at the base of the basal body. This complex interacts with the CheY and CheZ chemotaxis proteins, in addition to contacting components of the motor that determine the direction of flagellar rotation fliN GO:0003674,GO:0003824,GO:0004721,GO:0006464,GO:0006470,GO:0006793,GO:0006796,GO:0006807,GO:0006935,GO:0008150,GO:0008152,GO:0009605,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0019538,GO:0032879,GO:0036211,GO:0040011,GO:0040012,GO:0042221,GO:0042330,GO:0042578,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0050789,GO:0050794,GO:0050896,GO:0051270,GO:0065007,GO:0071704,GO:0140096,GO:1901564,GO:1902021,GO:2000145 - ko:K02417 ko02030,ko02040,map02030,map02040 - - - ko00000,ko00001,ko02035,ko02044 3.A.6.2,3.A.6.3 - - CheC,FliMN_C +BSU_16330 224308.BSU16330 2.12e-77 231.0 COG2201@1|root,COG2201@2|Bacteria,1V3IU@1239|Firmicutes,4HGY2@91061|Bacilli,1ZG7Q@1386|Bacillus 2|Bacteria T response regulator cheB GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.1.1.61,3.5.1.44 ko:K03412,ko:K03413 ko02020,ko02030,map02020,map02030 M00506 - - ko00000,ko00001,ko00002,ko01000,ko02022,ko02035 - - - CheB_methylest,Response_reg +BSU_16340 224308.BSU16340 1.59e-136 388.0 COG3190@1|root,COG3190@2|Bacteria,1VGFI@1239|Firmicutes,4HJJQ@91061|Bacilli,1ZQNA@1386|Bacillus 2|Bacteria N Flagellar biosynthesis protein, FliO fliZ - - ko:K02418 ko02040,map02040 - - - ko00000,ko00001,ko02035,ko02044 3.A.6.2 - - FliO +BSU_16350 224308.BSU16350 1.21e-141 401.0 COG1338@1|root,COG1338@2|Bacteria,1TPIE@1239|Firmicutes,4HA79@91061|Bacilli,1ZCWT@1386|Bacillus 2|Bacteria N Plays a role in the flagellum-specific transport system fliP GO:0005575,GO:0005623,GO:0005886,GO:0006935,GO:0008150,GO:0009605,GO:0016020,GO:0040011,GO:0042221,GO:0042330,GO:0044403,GO:0044419,GO:0044464,GO:0050896,GO:0051701,GO:0051704,GO:0052116,GO:0052126,GO:0052127,GO:0052143,GO:0052192,GO:0052195,GO:0052216,GO:0052243,GO:0071944 - ko:K02419,ko:K03226 ko02040,ko03070,map02040,map03070 M00332,M00542,M00660 - - ko00000,ko00001,ko00002,ko02035,ko02044 3.A.6.1,3.A.6.2,3.A.6.3 - - FliP +BSU_16360 224308.BSU16360 2.13e-49 157.0 COG1987@1|root,COG1987@2|Bacteria,1VEHF@1239|Firmicutes,4HKVS@91061|Bacilli,1ZI12@1386|Bacillus 2|Bacteria N Role in flagellar biosynthesis fliQ - - ko:K02420,ko:K03227 ko02040,ko03070,map02040,map03070 M00332,M00542,M00660 - - ko00000,ko00001,ko00002,ko02035,ko02044 3.A.6.1,3.A.6.2,3.A.6.3 - - Bac_export_3 +BSU_16370 224308.BSU16370 1.47e-170 478.0 COG1684@1|root,COG1684@2|Bacteria,1TRB2@1239|Firmicutes,4HA2E@91061|Bacilli,1ZBJF@1386|Bacillus 2|Bacteria N Flagellar biosynthetic protein FliR fliR - - ko:K02421,ko:K03228,ko:K13820 ko02040,ko03070,map02040,map03070 M00332,M00542,M00660 - - ko00000,ko00001,ko00002,ko02035,ko02044 3.A.6.1,3.A.6.2,3.A.6.3 - - Bac_export_1 +BSU_16380 224308.BSU16380 2.74e-244 672.0 COG1377@1|root,COG1377@2|Bacteria,1TPRP@1239|Firmicutes,4HB7Y@91061|Bacilli,1ZBSH@1386|Bacillus 2|Bacteria N Required for formation of the rod structure in the basal body of the flagellar apparatus. Together with FliI and FliH, may constitute the export apparatus of flagellin flhB - - ko:K02401,ko:K03229,ko:K04061,ko:K13820,ko:K22510 ko02040,ko03070,map02040,map03070 M00332,M00542,M00660 - - ko00000,ko00001,ko00002,ko02035,ko02044 3.A.6.1,3.A.6.2,3.A.6.3 - - Bac_export_1,Bac_export_2 +BSU_16390 224308.BSU16390 0.0 1248.0 COG1298@1|root,COG1298@2|Bacteria,1TQBM@1239|Firmicutes,4H9XU@91061|Bacilli,1ZBID@1386|Bacillus 2|Bacteria N Required for formation of the rod structure of the flagellar apparatus. Together with FliI and FliH, may constitute the export apparatus of flagellin flhA - - ko:K02400 ko02040,map02040 - - - ko00000,ko00001,ko02035,ko02044 3.A.6.2,3.A.6.3 - - FHIPEP +BSU_16400 224308.BSU16400 5.65e-256 702.0 COG1419@1|root,COG1419@2|Bacteria,1TSP7@1239|Firmicutes,4H9VG@91061|Bacilli,1ZCJ9@1386|Bacillus 2|Bacteria N Flagellar biosynthesis regulator FlhF flhF GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K02404 - - - - ko00000,ko02035 - - - SRP54 +BSU_16410 224308.BSU16410 2.05e-201 559.0 COG0455@1|root,COG0455@2|Bacteria,1TRZ5@1239|Firmicutes,4HCWZ@91061|Bacilli,1ZE3G@1386|Bacillus 2|Bacteria D Belongs to the ParA family flhG - - ko:K02282,ko:K04562 - - - - ko00000,ko02035,ko02044 - - - AAA_31,CbiA,ParA +BSU_16420 224308.BSU16420 7.38e-252 691.0 COG2201@1|root,COG2201@2|Bacteria,1TRHC@1239|Firmicutes,4HBJY@91061|Bacilli,1ZC36@1386|Bacillus 2|Bacteria NT catalyzes the demethylation of specific methylglutamate residues introduced into the chemoreceptors (methyl-accepting chemotaxis proteins) by CheR cheB GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.1.1.61,3.5.1.44 ko:K03412 ko02020,ko02030,map02020,map02030 M00506 - - ko00000,ko00001,ko00002,ko01000,ko02022,ko02035 - - - CheB_methylest,Response_reg +BSU_16430 224308.BSU16430 0.0 1269.0 COG0643@1|root,COG2198@1|root,COG0643@2|Bacteria,COG2198@2|Bacteria,1TPMS@1239|Firmicutes,4HAQD@91061|Bacilli,1ZATW@1386|Bacillus 2|Bacteria NT COG0643 Chemotaxis protein histidine kinase and related kinases cheA GO:0003674,GO:0005488,GO:0005515,GO:0019904 2.7.13.3 ko:K03407 ko02020,ko02030,map02020,map02030 M00506 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022,ko02035 - - - CheW,H-kinase_dim,HATPase_c,Hpt,P2 +BSU_16440 224308.BSU16440 1.56e-103 300.0 COG0835@1|root,COG0835@2|Bacteria,1V4HH@1239|Firmicutes,4HHB5@91061|Bacilli,1ZGZE@1386|Bacillus 2|Bacteria NT COG0835 Chemotaxis signal transduction protein cheW GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006935,GO:0008150,GO:0009453,GO:0009605,GO:0040011,GO:0042221,GO:0042330,GO:0042333,GO:0044424,GO:0044444,GO:0044464,GO:0050896 - ko:K03408,ko:K03415 ko02020,ko02030,map02020,map02030 M00506 - - ko00000,ko00001,ko00002,ko02022,ko02035 - - - CheW +BSU_16450 224308.BSU16450 5.06e-144 406.0 COG1776@1|root,COG1776@2|Bacteria,1UNKB@1239|Firmicutes,4HB40@91061|Bacilli,1ZDIE@1386|Bacillus 2|Bacteria NT COG1776 Chemotaxis protein CheC, inhibitor of MCP methylation cheC GO:0006935,GO:0008150,GO:0009605,GO:0040011,GO:0042221,GO:0042330,GO:0050896,GO:0050918 - ko:K03410 ko02030,map02030 - - - ko00000,ko00001,ko02035 - - - CheC +BSU_16460 224308.BSU16460 3.34e-112 322.0 COG1871@1|root,COG1871@2|Bacteria,1V70X@1239|Firmicutes,4HIVG@91061|Bacilli,1ZGE3@1386|Bacillus 2|Bacteria NT Deamidates glutamine residues to glutamate on methyl- accepting chemotaxis receptors (MCPs). CheD-mediated MCP deamidation is required for productive communication of the conformational signals of the chemoreceptors to the CheA kinase cheD - 3.5.1.44 ko:K03411 ko02030,map02030 - - - ko00000,ko00001,ko01000,ko02035 - - - CheD +BSU_16470 224308.BSU16470 6.57e-176 491.0 COG1191@1|root,COG1191@2|Bacteria,1TP9K@1239|Firmicutes,4HCJV@91061|Bacilli,1ZAPF@1386|Bacillus 2|Bacteria K Sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released fliA - - ko:K02405 ko02020,ko02025,ko02026,ko02040,ko05111,map02020,map02025,map02026,map02040,map05111 - - - ko00000,ko00001,ko02035,ko03021 - - - Sigma70_r2,Sigma70_r3,Sigma70_r4 +BSU_16480 224308.BSU16480 6.91e-101 294.0 2D5MU@1|root,32TJF@2|Bacteria,1V9ZA@1239|Firmicutes,4HMQI@91061|Bacilli,1ZF9N@1386|Bacillus 2|Bacteria - - ylxL - - - - - - - - - - - - +BSU_16490 224308.BSU16490 1.49e-168 471.0 COG0052@1|root,COG0052@2|Bacteria,1TPNA@1239|Firmicutes,4H9N5@91061|Bacilli,1ZAYU@1386|Bacillus 2|Bacteria J Belongs to the universal ribosomal protein uS2 family rpsB GO:0000028,GO:0003674,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0008270,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016020,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022626,GO:0022627,GO:0030312,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042274,GO:0043043,GO:0043167,GO:0043169,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0046872,GO:0046914,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02967 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S2 +BSU_16500 224308.BSU16500 9.82e-202 559.0 COG0264@1|root,COG0264@2|Bacteria,1TPFJ@1239|Firmicutes,4HBDV@91061|Bacilli,1ZB7R@1386|Bacillus 2|Bacteria J Associates with the EF-Tu.GDP complex and induces the exchange of GDP to GTP. It remains bound to the aminoacyl-tRNA.EF- Tu.GTP complex up to the GTP hydrolysis stage on the ribosome tsf GO:0001871,GO:0003674,GO:0003676,GO:0003723,GO:0003746,GO:0005085,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006412,GO:0006414,GO:0006518,GO:0006807,GO:0008135,GO:0008150,GO:0008152,GO:0008270,GO:0009058,GO:0009059,GO:0009986,GO:0009987,GO:0010467,GO:0019538,GO:0019899,GO:0030246,GO:0030247,GO:0034641,GO:0034645,GO:0043043,GO:0043167,GO:0043169,GO:0043170,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0046872,GO:0046914,GO:0051020,GO:0065007,GO:0065009,GO:0071704,GO:0097159,GO:0098772,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:2001065 - ko:K02357 - - - - ko00000,ko03012,ko03029 - - - EF_TS +BSU_16510 224308.BSU16510 5.82e-163 457.0 COG0528@1|root,COG0528@2|Bacteria,1TPXN@1239|Firmicutes,4H9UB@91061|Bacilli,1ZBMW@1386|Bacillus 2|Bacteria F Catalyzes the reversible phosphorylation of UMP to UDP pyrH GO:0000287,GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0006139,GO:0006213,GO:0006220,GO:0006221,GO:0006225,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009041,GO:0009058,GO:0009116,GO:0009117,GO:0009119,GO:0009123,GO:0009132,GO:0009133,GO:0009138,GO:0009139,GO:0009163,GO:0009165,GO:0009185,GO:0009188,GO:0009193,GO:0009194,GO:0009218,GO:0009220,GO:0009259,GO:0009260,GO:0009987,GO:0015949,GO:0016020,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0018130,GO:0019205,GO:0019438,GO:0019637,GO:0019693,GO:0033862,GO:0034404,GO:0034641,GO:0034654,GO:0040007,GO:0042455,GO:0043167,GO:0043169,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044464,GO:0046048,GO:0046131,GO:0046132,GO:0046134,GO:0046390,GO:0046483,GO:0046872,GO:0046940,GO:0050145,GO:0055086,GO:0071704,GO:0071944,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 2.7.4.22 ko:K09903 ko00240,ko01100,map00240,map01100 - R00158 RC00002 ko00000,ko00001,ko01000 - - iSB619.SA_RS06240 AA_kinase +BSU_16520 224308.BSU16520 3.91e-118 339.0 COG0233@1|root,COG0233@2|Bacteria,1V1F2@1239|Firmicutes,4HFSH@91061|Bacilli,1ZAZF@1386|Bacillus 2|Bacteria J Responsible for the release of ribosomes from messenger RNA at the termination of protein biosynthesis. May increase the efficiency of translation by recycling ribosomes from one round of translation to another frr GO:0002181,GO:0002184,GO:0003674,GO:0003676,GO:0003723,GO:0005488,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006412,GO:0006415,GO:0006518,GO:0006807,GO:0008079,GO:0008135,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016020,GO:0016043,GO:0019538,GO:0022411,GO:0030312,GO:0032984,GO:0034641,GO:0034645,GO:0040007,GO:0043021,GO:0043023,GO:0043043,GO:0043170,GO:0043603,GO:0043604,GO:0043624,GO:0043933,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0044877,GO:0071704,GO:0071840,GO:0071944,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576 - ko:K02838 - - - - ko00000,ko03012 - - - RRF +BSU_16530 224308.BSU16530 3.84e-187 520.0 COG0020@1|root,COG0020@2|Bacteria,1TQTS@1239|Firmicutes,4HA37@91061|Bacilli,1ZC2T@1386|Bacillus 2|Bacteria I Catalyzes the condensation of isopentenyl diphosphate (IPP) with allylic pyrophosphates generating different type of terpenoids uppS GO:0002094,GO:0003674,GO:0003824,GO:0004659,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006066,GO:0006629,GO:0006720,GO:0008150,GO:0008152,GO:0008299,GO:0008610,GO:0009058,GO:0009987,GO:0016093,GO:0016094,GO:0016740,GO:0016765,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046165,GO:0071704,GO:1901576,GO:1901615,GO:1901617 2.5.1.31 ko:K00806 ko00900,ko01110,map00900,map01110 - R06447 RC00279,RC02839 ko00000,ko00001,ko01000,ko01006 - - - Prenyltransf +BSU_16540 224308.BSU16540 3.37e-181 505.0 COG4589@1|root,COG4589@2|Bacteria,1TT0Q@1239|Firmicutes,4HAMN@91061|Bacilli,1ZBWF@1386|Bacillus 2|Bacteria S Belongs to the CDS family cdsA GO:0003674,GO:0003824,GO:0004605,GO:0005575,GO:0006139,GO:0006220,GO:0006221,GO:0006629,GO:0006644,GO:0006650,GO:0006655,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0009058,GO:0009117,GO:0009165,GO:0009987,GO:0016020,GO:0016024,GO:0016740,GO:0016772,GO:0016779,GO:0018130,GO:0019438,GO:0019637,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044271,GO:0044281,GO:0045017,GO:0046341,GO:0046471,GO:0046474,GO:0046483,GO:0046486,GO:0055086,GO:0070567,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.7.7.41 ko:K00981 ko00564,ko01100,ko01110,ko04070,map00564,map01100,map01110,map04070 M00093 R01799 RC00002 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS06255 CTP_transf_1 +BSU_16550 224308.BSU16550 5.64e-276 754.0 COG0743@1|root,COG0743@2|Bacteria,1TP1C@1239|Firmicutes,4HBAV@91061|Bacilli,1ZC3I@1386|Bacillus 2|Bacteria I Catalyzes the NADP-dependent rearrangement and reduction of 1-deoxy-D-xylulose-5-phosphate (DXP) to 2-C-methyl-D-erythritol 4-phosphate (MEP) dxr GO:0000166,GO:0000287,GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0006081,GO:0006082,GO:0006090,GO:0006629,GO:0006644,GO:0006720,GO:0006721,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008299,GO:0008610,GO:0008654,GO:0009058,GO:0009240,GO:0009987,GO:0016114,GO:0016491,GO:0016614,GO:0016616,GO:0019288,GO:0019637,GO:0019682,GO:0019752,GO:0030145,GO:0030604,GO:0032787,GO:0036094,GO:0042802,GO:0043167,GO:0043168,GO:0043169,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0046490,GO:0046872,GO:0046914,GO:0048037,GO:0050661,GO:0050662,GO:0050897,GO:0051483,GO:0051484,GO:0055114,GO:0070402,GO:0071704,GO:0090407,GO:0097159,GO:1901135,GO:1901265,GO:1901363,GO:1901576 1.1.1.267 ko:K00099 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00096 R05688 RC01452 ko00000,ko00001,ko00002,ko01000 - - iAPECO1_1312.APECO1_1814,iECOK1_1307.ECOK1_0174,iECS88_1305.ECS88_0183,iHN637.CLJU_RS06420,iNJ661.Rv2870c,iUMN146_1321.UM146_23670,iUTI89_1310.UTI89_C0188 DXPR_C,DXP_redisom_C,DXP_reductoisom +BSU_16560 224308.BSU16560 3.15e-295 806.0 COG0750@1|root,COG0750@2|Bacteria,1TPMC@1239|Firmicutes,4HAQ5@91061|Bacilli,1ZCPQ@1386|Bacillus 2|Bacteria M zinc metalloprotease rseP - - ko:K11749 ko02024,ko04112,map02024,map04112 - - - ko00000,ko00001,ko01000,ko01002 - - - PDZ_2,Peptidase_M50 +BSU_16570 224308.BSU16570 0.0 1108.0 COG0442@1|root,COG0442@2|Bacteria,1TRBV@1239|Firmicutes,4H9NN@91061|Bacilli,1ZD7M@1386|Bacillus 2|Bacteria J Catalyzes the attachment of proline to tRNA(Pro) in a two-step reaction proline is first activated by ATP to form Pro- AMP and then transferred to the acceptor end of tRNA(Pro). As ProRS can inadvertently accommodate and process non-cognate amino acids such as alanine and cysteine, to avoid such errors it has two additional distinct editing activities against alanine. One activity is designated as 'pretransfer' editing and involves the tRNA(Pro)-independent hydrolysis of activated Ala-AMP. The other activity is designated 'posttransfer' editing and involves deacylation of mischarged Ala-tRNA(Pro). The misacylated Cys- tRNA(Pro) is not edited by ProRS proS GO:0002161,GO:0003674,GO:0003824,GO:0004812,GO:0004827,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006433,GO:0006450,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016787,GO:0016788,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0043906,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0052689,GO:0065007,GO:0065008,GO:0071704,GO:0090304,GO:0106074,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.15 ko:K01881 ko00970,map00970 M00359,M00360 R03661 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - iJN678.proS,iUTI89_1310.UTI89_C0210 HGTP_anticodon,tRNA-synt_2b,tRNA_edit +BSU_16580 224308.BSU16580 0.0 2857.0 COG2176@1|root,COG2176@2|Bacteria,1TPAG@1239|Firmicutes,4H9RF@91061|Bacilli,1ZCIB@1386|Bacillus 2|Bacteria L Required for replicative DNA synthesis. This DNA polymerase also exhibits 3' to 5' exonuclease activity polC GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 2.7.7.7 ko:K02342,ko:K03763 ko00230,ko00240,ko01100,ko03030,ko03430,ko03440,map00230,map00240,map01100,map03030,map03430,map03440 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 - - - DNA_pol3_a_NI,DNA_pol3_a_NII,DNA_pol3_alpha,HHH_6,PHP,RNase_T,tRNA_anti-codon +BSU_16590 224308.BSU16590 1.34e-104 302.0 COG0779@1|root,COG0779@2|Bacteria,1V6KT@1239|Firmicutes,4HH88@91061|Bacilli,1ZG6S@1386|Bacillus 2|Bacteria S Required for maturation of 30S ribosomal subunits rimP GO:0000028,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016020,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0034622,GO:0034641,GO:0034645,GO:0042254,GO:0042255,GO:0042274,GO:0043043,GO:0043170,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:1901564,GO:1901566,GO:1901576 - ko:K09748 - - - - ko00000,ko03009 - - - DUF150,DUF150_C +BSU_16600 224308.BSU16600 5.49e-261 716.0 COG0195@1|root,COG0195@2|Bacteria,1TPB3@1239|Firmicutes,4HA7F@91061|Bacilli,1ZDAH@1386|Bacillus 2|Bacteria K Participates in both transcription termination and antitermination nusA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0031554,GO:0031564,GO:0043244,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051128,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:1903506,GO:2000112,GO:2001141 - ko:K02600,ko:K02945 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03009,ko03011,ko03021 - - - KH_5,NusA_N,S1 +BSU_16610 224308.BSU16610 8.21e-57 176.0 COG2740@1|root,COG2740@2|Bacteria,1VEJS@1239|Firmicutes,4HKBY@91061|Bacilli,1ZHSV@1386|Bacillus 2|Bacteria K nucleic-acid-binding protein implicated in transcription termination ylxR - - ko:K02600,ko:K07742 - - - - ko00000,ko03009,ko03021 - - - DUF448 +BSU_16620 224308.BSU16620 6.16e-63 192.0 COG1358@1|root,COG1358@2|Bacteria,1VEYG@1239|Firmicutes,4HNY7@91061|Bacilli,1ZI1N@1386|Bacillus 2|Bacteria J ribosomal protein ylxQ GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 - ko:K07590,ko:K07742 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L7Ae +BSU_16630 224308.BSU16630 0.0 1305.0 COG0532@1|root,COG0532@2|Bacteria,1TPAI@1239|Firmicutes,4HA8S@91061|Bacilli,1ZBWA@1386|Bacillus 2|Bacteria J One of the essential components for the initiation of protein synthesis. Protects formylmethionyl-tRNA from spontaneous hydrolysis and promotes its binding to the 30S ribosomal subunits. Also involved in the hydrolysis of GTP during the formation of the 70S ribosomal complex infB GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 - ko:K02519 - - - - ko00000,ko03012,ko03029 - - - GTP_EFTU,IF-2,IF2_N +BSU_16640 1051501.AYTL01000027_gene1252 1.11e-59 184.0 COG1550@1|root,COG1550@2|Bacteria,1VEHY@1239|Firmicutes,4HNXC@91061|Bacilli,1ZI43@1386|Bacillus 2|Bacteria S protein conserved in bacteria ylxP - - ko:K09764 - - - - ko00000 - - - DUF503 +BSU_16650 224308.BSU16650 9.44e-75 224.0 COG0858@1|root,COG0858@2|Bacteria,1VA0P@1239|Firmicutes,4HII1@91061|Bacilli,1ZGB3@1386|Bacillus 2|Bacteria J One of several proteins that assist in the late maturation steps of the functional core of the 30S ribosomal subunit. Associates with free 30S ribosomal subunits (but not with 30S subunits that are part of 70S ribosomes or polysomes). Required for efficient processing of 16S rRNA. May interact with the 5'-terminal helix region of 16S rRNA rbfA GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009266,GO:0009409,GO:0009628,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0022613,GO:0030490,GO:0033554,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0042274,GO:0043021,GO:0043024,GO:0043170,GO:0044085,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0044877,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0071840,GO:0090304,GO:1901360 - ko:K02834 - - - - ko00000,ko03009 - - - RBFA +BSU_16660 224308.BSU16660 5.18e-221 609.0 COG0130@1|root,COG0130@2|Bacteria,1TP9Y@1239|Firmicutes,4HA9X@91061|Bacilli,1ZBKE@1386|Bacillus 2|Bacteria J Responsible for synthesis of pseudouridine from uracil- 55 in the psi GC loop of transfer RNAs truB GO:0001522,GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009982,GO:0009987,GO:0010467,GO:0016070,GO:0016071,GO:0016556,GO:0016853,GO:0016866,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:1901360,GO:1990481 5.4.99.25 ko:K03177,ko:K03483 - - - - ko00000,ko01000,ko03000,ko03016 - - iSB619.SA_RS06305 TruB-C_2,TruB_C_2,TruB_N +BSU_16670 224308.BSU16670 6.63e-232 637.0 COG0196@1|root,COG0196@2|Bacteria,1TPKS@1239|Firmicutes,4H9KE@91061|Bacilli,1ZBFH@1386|Bacillus 2|Bacteria H Belongs to the ribF family ribF - 2.7.1.26,2.7.7.2 ko:K11753 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R00161,R00549 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS06310 FAD_syn,Flavokinase +BSU_16680 224308.BSU16680 7.11e-57 176.0 COG0184@1|root,COG0184@2|Bacteria,1VA5C@1239|Firmicutes,4HKE9@91061|Bacilli,1ZH7M@1386|Bacillus 2|Bacteria J Forms an intersubunit bridge (bridge B4) with the 23S rRNA of the 50S subunit in the ribosome rpsO GO:0000028,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006139,GO:0006378,GO:0006396,GO:0006397,GO:0006412,GO:0006518,GO:0006725,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016020,GO:0016043,GO:0016070,GO:0016071,GO:0019538,GO:0019843,GO:0022607,GO:0022613,GO:0022618,GO:0022626,GO:0022627,GO:0031123,GO:0031124,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0042254,GO:0042255,GO:0042274,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043631,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0046483,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02956 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S15 +BSU_16690 224308.BSU16690 0.0 1332.0 COG1185@1|root,COG1185@2|Bacteria,1TQDW@1239|Firmicutes,4H9Z3@91061|Bacilli,1ZB24@1386|Bacillus 2|Bacteria J Involved in mRNA degradation. Catalyzes the phosphorolysis of single-stranded polyribonucleotides processively in the 3'- to 5'-direction pnp GO:0000166,GO:0000175,GO:0003674,GO:0003676,GO:0003723,GO:0003729,GO:0003824,GO:0004518,GO:0004527,GO:0004532,GO:0004540,GO:0004654,GO:0005488,GO:0005515,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006139,GO:0006401,GO:0006402,GO:0006725,GO:0006807,GO:0006950,GO:0008144,GO:0008150,GO:0008152,GO:0008408,GO:0009056,GO:0009057,GO:0009266,GO:0009408,GO:0009628,GO:0009892,GO:0009987,GO:0010468,GO:0010605,GO:0010629,GO:0016020,GO:0016070,GO:0016071,GO:0016740,GO:0016772,GO:0016779,GO:0016787,GO:0016788,GO:0016796,GO:0016896,GO:0017076,GO:0019001,GO:0019222,GO:0019439,GO:0030312,GO:0030551,GO:0032553,GO:0032555,GO:0032561,GO:0034641,GO:0034655,GO:0035438,GO:0036094,GO:0042802,GO:0043167,GO:0043168,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044260,GO:0044265,GO:0044270,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0046700,GO:0048519,GO:0050789,GO:0050896,GO:0060255,GO:0065007,GO:0071704,GO:0071944,GO:0090304,GO:0090305,GO:0090501,GO:0090503,GO:0097159,GO:0097367,GO:0140098,GO:1901265,GO:1901360,GO:1901361,GO:1901363,GO:1901575 2.7.7.8 ko:K00962 ko00230,ko00240,ko03018,map00230,map00240,map03018 M00394 R00437,R00438,R00439,R00440 RC02795 ko00000,ko00001,ko00002,ko01000,ko03016,ko03019 - - - KH_1,PNPase,RNase_PH,RNase_PH_C,S1 +BSU_16700 224308.BSU16700 1.29e-235 647.0 COG0726@1|root,COG0726@2|Bacteria,1TQ5M@1239|Firmicutes,4HAHC@91061|Bacilli,1ZC6V@1386|Bacillus 2|Bacteria G Sporulation protein, polysaccharide deacetylase ylxY GO:0005575,GO:0005623,GO:0016020,GO:0042763,GO:0044464 3.5.1.104 ko:K22278 - - - - ko00000,ko01000 - - - Polysacc_deac_1 +BSU_16710 224308.BSU16710 4.64e-295 805.0 COG0612@1|root,COG0612@2|Bacteria,1TP5I@1239|Firmicutes,4HBBF@91061|Bacilli,1ZDJE@1386|Bacillus 2|Bacteria S Belongs to the peptidase M16 family pepR GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - Peptidase_M16,Peptidase_M16_C +BSU_16720 224308.BSU16720 1.53e-56 175.0 COG1873@1|root,COG1873@2|Bacteria,1VEJW@1239|Firmicutes,4HPFQ@91061|Bacilli,1ZI6Z@1386|Bacillus 2|Bacteria S YlmC YmxH family ymxH - - - - - - - - - - - PRC +BSU_16730 224308.BSU16730 5.3e-208 575.0 COG1052@1|root,COG1052@2|Bacteria,1UI1W@1239|Firmicutes,4HA71@91061|Bacilli,1ZAZJ@1386|Bacillus 2|Bacteria CH Dipicolinate synthase subunit A dpaA GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0016491,GO:0016614,GO:0016616,GO:0016618,GO:0030267,GO:0044424,GO:0044444,GO:0044464,GO:0055114 1.1.1.29,1.1.1.399,1.1.1.95 ko:K00018,ko:K00058,ko:K06410 ko00260,ko00630,ko00680,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00260,map00630,map00680,map01100,map01110,map01120,map01130,map01200,map01230 M00020,M00346 R00717,R01388,R01513 RC00031,RC00042 ko00000,ko00001,ko00002,ko01000,ko04147 - - iYO844.BSU16730 2-Hacid_dh,2-Hacid_dh_C,AlaDh_PNT_C,DpaA_N +BSU_16740 224308.BSU16740 9.94e-142 400.0 COG0452@1|root,COG0452@2|Bacteria,1TQPT@1239|Firmicutes,4HAU9@91061|Bacilli,1ZCJQ@1386|Bacillus 2|Bacteria H Together with DpaA, catalyzes the conversion of dihydrodipicolinate to dipicolinate (DPA) spoVFB - - ko:K06411 - - - - ko00000 - - iYO844.BSU16740 Flavoprotein +BSU_16750 224308.BSU16750 1.66e-247 679.0 COG0136@1|root,COG0136@2|Bacteria,1TPC6@1239|Firmicutes,4HA9H@91061|Bacilli,1ZAVS@1386|Bacillus 2|Bacteria E Catalyzes the NADPH-dependent formation of L-aspartate- semialdehyde (L-ASA) by the reductive dephosphorylation of L- aspartyl-4-phosphate asd - 1.2.1.11 ko:K00133 ko00260,ko00261,ko00270,ko00300,ko01100,ko01110,ko01120,ko01130,ko01210,ko01230,map00260,map00261,map00270,map00300,map01100,map01110,map01120,map01130,map01210,map01230 M00016,M00017,M00018,M00033,M00525,M00526,M00527 R02291 RC00684 ko00000,ko00001,ko00002,ko01000 - - - Semialdhyde_dh,Semialdhyde_dhC +BSU_16760 224308.BSU16760 3.45e-283 775.0 COG0527@1|root,COG0527@2|Bacteria,1TPQJ@1239|Firmicutes,4HADX@91061|Bacilli,1ZBSQ@1386|Bacillus 2|Bacteria E Belongs to the aspartokinase family dapG GO:0003674,GO:0003824,GO:0004072,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006553,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016774,GO:0019202,GO:0019752,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0046451,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.1.1.3,2.7.2.4 ko:K00928,ko:K12524 ko00260,ko00261,ko00270,ko00300,ko01100,ko01110,ko01120,ko01130,ko01210,ko01230,map00260,map00261,map00270,map00300,map01100,map01110,map01120,map01130,map01210,map01230 M00016,M00017,M00018,M00033,M00525,M00526,M00527 R00480,R01773,R01775 RC00002,RC00043,RC00087 ko00000,ko00001,ko00002,ko01000 - - - AA_kinase,ACT_7 +BSU_16770 224308.BSU16770 1.57e-201 558.0 COG0329@1|root,COG0329@2|Bacteria,1TPCK@1239|Firmicutes,4H9K9@91061|Bacilli,1ZBNR@1386|Bacillus 2|Bacteria E Catalyzes the condensation of (S)-aspartate-beta- semialdehyde (S)-ASA and pyruvate to 4-hydroxy- tetrahydrodipicolinate (HTPA) dapA - 4.3.3.7 ko:K01714 ko00261,ko00300,ko01100,ko01110,ko01120,ko01130,ko01230,map00261,map00300,map01100,map01110,map01120,map01130,map01230 M00016,M00525,M00526,M00527 R10147 RC03062,RC03063 ko00000,ko00001,ko00002,ko01000 - - - DHDPS +BSU_16780 224308.BSU16780 0.0 1065.0 COG0595@1|root,COG0595@2|Bacteria,1TQ9G@1239|Firmicutes,4HAAP@91061|Bacilli,1ZB4E@1386|Bacillus 2|Bacteria S An RNase that has 5'-3' exonuclease and possibly endonuclease activity. Involved in maturation of rRNA and in some organisms also mRNA maturation and or decay rnjB GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004527,GO:0004532,GO:0004534,GO:0004540,GO:0005488,GO:0005515,GO:0006139,GO:0006364,GO:0006396,GO:0006397,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008409,GO:0009987,GO:0010467,GO:0016070,GO:0016071,GO:0016072,GO:0016787,GO:0016788,GO:0016796,GO:0016896,GO:0022613,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0042802,GO:0043170,GO:0044085,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0090503,GO:0140098,GO:1901360 - ko:K12574 ko03018,map03018 - - - ko00000,ko00001,ko01000,ko03019 - - - Lactamase_B,RMMBL +BSU_16790 224308.BSU16790 5.01e-171 478.0 COG0740@1|root,COG0740@2|Bacteria,1TPX2@1239|Firmicutes,4H9XG@91061|Bacilli,1ZBH5@1386|Bacillus 2|Bacteria OU COG0740 Protease subunit of ATP-dependent Clp proteases tepA - 3.4.21.92 ko:K01358 ko04112,ko04212,map04112,map04212 - - - ko00000,ko00001,ko01000,ko01002 - - - CLP_protease +BSU_16799 224308.BSU16799 4.94e-44 142.0 2DR6C@1|root,33ACS@2|Bacteria,1VM75@1239|Firmicutes,4IKY5@91061|Bacilli,1ZIB2@1386|Bacillus 2|Bacteria S YlzJ-like protein - - - - - - - - - - - - YlzJ +BSU_16800 224308.BSU16800 0.0 1435.0 COG1674@1|root,COG4980@1|root,COG1674@2|Bacteria,COG4980@2|Bacteria,1TPJR@1239|Firmicutes,4H9WA@91061|Bacilli,1ZANX@1386|Bacillus 2|Bacteria D Belongs to the FtsK SpoIIIE SftA family ftsK GO:0000003,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0019954,GO:0030436,GO:0031323,GO:0031326,GO:0032502,GO:0043934,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:1903506,GO:2000112,GO:2001141 - ko:K03466 - - - - ko00000,ko03036 3.A.12 - - FtsK_4TM,FtsK_SpoIIIE,Ftsk_gamma +BSU_16810 224308.BSU16810 1.28e-171 479.0 COG2188@1|root,COG2188@2|Bacteria,1TQQQ@1239|Firmicutes,4H9TG@91061|Bacilli,1ZB5M@1386|Bacillus 2|Bacteria K Transcriptional regulator ymfC - - ko:K03710 - - - - ko00000,ko03000 - - - GntR,UTRA +BSU_16825 224308.BSU16825 2.08e-267 734.0 COG0477@1|root,COG2814@2|Bacteria,1TQEW@1239|Firmicutes,4HASU@91061|Bacilli,1ZB5B@1386|Bacillus 2|Bacteria EGP COG0477 Permeases of the major facilitator superfamily ymfD - - ko:K08221 - - - - ko00000,ko02000 2.A.1.32 - - MFS_1,MFS_2,Sugar_tr +BSU_16845 224308.BSU16845 2.96e-302 825.0 COG0612@1|root,COG0612@2|Bacteria,1TPN6@1239|Firmicutes,4H9P5@91061|Bacilli,1ZCAJ@1386|Bacillus 2|Bacteria S Peptidase M16 ymfF - - - - - - - - - - - Peptidase_M16,Peptidase_M16_C +BSU_16860 224308.BSU16860 4.79e-309 842.0 COG0612@1|root,COG0612@2|Bacteria,1TP5I@1239|Firmicutes,4H9YG@91061|Bacilli,1ZBXQ@1386|Bacillus 2|Bacteria S zinc protease ymfH - - ko:K07263 - - - - ko00000,ko01000,ko01002 - - - Peptidase_M16,Peptidase_M16_C +BSU_16870 224308.BSU16870 6.33e-168 469.0 COG0300@1|root,COG0300@2|Bacteria,1V5EI@1239|Firmicutes,4ISWY@91061|Bacilli,1ZS7I@1386|Bacillus 2|Bacteria S Catalyzes the first of the two reduction steps in the elongation cycle of fatty acid synthesis ymfI - 1.1.1.100,1.3.1.28 ko:K00059,ko:K00216,ko:K07124 ko00061,ko00333,ko00780,ko01040,ko01053,ko01100,ko01110,ko01130,ko01212,map00061,map00333,map00780,map01040,map01053,map01100,map01110,map01130,map01212 M00083,M00572 R01505,R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117,RC00534 ko00000,ko00001,ko00002,ko01000,ko01004 - - - adh_short,adh_short_C2 +BSU_16880 224308.BSU16880 5.13e-55 171.0 2E5KP@1|root,330BT@2|Bacteria,1VGM7@1239|Firmicutes,4HNNX@91061|Bacilli,1ZHTB@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3243) ymfJ - - - - - - - - - - - DUF3243 +BSU_16890 1051501.AYTL01000027_gene1276 7.88e-98 289.0 28HGR@1|root,2Z7SI@2|Bacteria,1TRXV@1239|Firmicutes,4HA2I@91061|Bacilli,1ZAU1@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3388) ymfK - - - - - - - - - - - DUF3388 +BSU_16900 1051501.AYTL01000027_gene1276 8.83e-72 221.0 28HGR@1|root,2Z7SI@2|Bacteria,1TRXV@1239|Firmicutes,4HA2I@91061|Bacilli,1ZAU1@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3388) ymfK - - - - - - - - - - - DUF3388 +BSU_16910 224308.BSU16910 1.14e-177 498.0 COG1426@1|root,COG1426@2|Bacteria,1V1N7@1239|Firmicutes,4HKW3@91061|Bacilli,1ZDC1@1386|Bacillus 2|Bacteria S protein conserved in bacteria ymfM - - ko:K15539 - - - - ko00000 - - - DUF4115,HTH_25 +BSU_16920 224308.BSU16920 3.34e-132 375.0 COG0558@1|root,COG0558@2|Bacteria,1V6PJ@1239|Firmicutes,4HCEX@91061|Bacilli,1ZBJ2@1386|Bacillus 2|Bacteria I Belongs to the CDP-alcohol phosphatidyltransferase class-I family pgsA GO:0006629,GO:0006644,GO:0006650,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0009058,GO:0009987,GO:0019637,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0045017,GO:0046474,GO:0046486,GO:0071704,GO:0090407,GO:1901576 2.7.8.41,2.7.8.5 ko:K00995,ko:K08744 ko00564,ko01100,map00564,map01100 - R01801,R02030 RC00002,RC00017,RC02795 ko00000,ko00001,ko01000 - - iSB619.SA_RS06365 CDP-OH_P_transf +BSU_16930 224308.BSU16930 3.71e-300 818.0 COG1058@1|root,COG1546@1|root,COG1058@2|Bacteria,COG1546@2|Bacteria,1TQ1N@1239|Firmicutes,4HATN@91061|Bacilli,1ZC5R@1386|Bacillus 2|Bacteria S Belongs to the CinA family cinA GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0006139,GO:0006259,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016020,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044464,GO:0046483,GO:0071704,GO:0071944,GO:0090304,GO:0097159,GO:1901360,GO:1901363 3.5.1.42 ko:K03742,ko:K03743 ko00760,map00760 - R02322 RC00100 ko00000,ko00001,ko01000 - - - CinA,MoCF_biosynth +BSU_16940 224308.BSU16940 4.7e-239 658.0 COG0468@1|root,COG0468@2|Bacteria,1TPD5@1239|Firmicutes,4HAG5@91061|Bacilli,1ZCUX@1386|Bacillus 2|Bacteria L Can catalyze the hydrolysis of ATP in the presence of single-stranded DNA, the ATP-dependent uptake of single-stranded DNA by duplex DNA, and the ATP-dependent hybridization of homologous single-stranded DNAs. It interacts with LexA causing its activation and leading to its autocatalytic cleavage recA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006259,GO:0006281,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0007154,GO:0008150,GO:0008152,GO:0009292,GO:0009294,GO:0009432,GO:0009605,GO:0009987,GO:0009991,GO:0030420,GO:0031668,GO:0033554,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0044764,GO:0046483,GO:0050896,GO:0051704,GO:0051716,GO:0071496,GO:0071704,GO:0090304,GO:1901360 - ko:K03553 ko03440,map03440 M00729 - - ko00000,ko00001,ko00002,ko03400 - - - RecA +BSU_16950 224308.BSU16950 8.43e-282 770.0 COG1680@1|root,COG1680@2|Bacteria,1V0GX@1239|Firmicutes,4HCXH@91061|Bacilli,1ZGWP@1386|Bacillus 2|Bacteria V Beta-lactamase pbpX - - - - - - - - - - - Beta-lactamase,Cu_amine_oxidN1 +BSU_16960 224308.BSU16960 4.25e-306 842.0 COG1418@1|root,COG1418@2|Bacteria,1TP48@1239|Firmicutes,4HC9J@91061|Bacilli,1ZBGP@1386|Bacillus 2|Bacteria S Endoribonuclease that initiates mRNA decay rny GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K18682 ko03018,map03018 - - - ko00000,ko00001,ko01000,ko03019 - - - DUF3552,HD,KH_1 +BSU_16970 224308.BSU16970 6.18e-195 540.0 COG1692@1|root,COG1692@2|Bacteria,1TR9P@1239|Firmicutes,4HAV5@91061|Bacilli,1ZC3D@1386|Bacillus 2|Bacteria S protein conserved in bacteria ymdB GO:0003674,GO:0003824,GO:0004112,GO:0004113,GO:0008081,GO:0016787,GO:0016788,GO:0042578 - ko:K02029,ko:K02030,ko:K09769 - M00236 - - ko00000,ko00002,ko02000 3.A.1.3 - - YmdB +BSU_16980 1051501.AYTL01000027_gene1285 2.44e-49 157.0 COG2359@1|root,COG2359@2|Bacteria,1V6G8@1239|Firmicutes,4HIQV@91061|Bacilli,1ZH05@1386|Bacillus 2|Bacteria S Stage V sporulation protein S spoVS - - ko:K06416 - - - - ko00000 - - - SpoVS +BSU_16990 224308.BSU16990 3.02e-255 699.0 COG1063@1|root,COG1063@2|Bacteria,1TS6I@1239|Firmicutes,4HD08@91061|Bacilli,1ZPZV@1386|Bacillus 2|Bacteria C Catalyzes the NAD( )-dependent oxidation of L-threonine to 2-amino-3-ketobutyrate tdh - 1.1.1.103 ko:K00060 ko00260,map00260 - R01465 RC00525 ko00000,ko00001,ko01000 - - - ADH_N,ADH_zinc_N +BSU_17000 224308.BSU17000 1.02e-278 762.0 COG0156@1|root,COG0156@2|Bacteria,1TPUX@1239|Firmicutes,4HAH3@91061|Bacilli,1ZAUZ@1386|Bacillus 2|Bacteria H Catalyzes the decarboxylative condensation of pimeloyl- acyl-carrier protein and L-alanine to produce 8-amino-7- oxononanoate (AON), acyl-carrier protein , and carbon dioxide kbl GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006732,GO:0006766,GO:0006767,GO:0006768,GO:0006790,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008710,GO:0008890,GO:0009058,GO:0009102,GO:0009108,GO:0009110,GO:0009987,GO:0016053,GO:0016407,GO:0016408,GO:0016453,GO:0016740,GO:0016746,GO:0016747,GO:0016874,GO:0017144,GO:0018130,GO:0019752,GO:0019842,GO:0030170,GO:0032787,GO:0034641,GO:0036094,GO:0042364,GO:0043167,GO:0043168,GO:0043169,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0046872,GO:0048037,GO:0050662,GO:0051186,GO:0051188,GO:0070279,GO:0071704,GO:0072330,GO:0097159,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576 2.3.1.29,2.3.1.47 ko:K00639,ko:K00652 ko00260,ko00780,ko01100,map00260,map00780,map01100 M00123,M00573,M00577 R00371,R03210,R10124 RC00004,RC00039,RC00394,RC02725 ko00000,ko00001,ko00002,ko01000,ko01007 - - iECW_1372.ECW_m3896,iEKO11_1354.EKO11_0103,iPC815.YPO0059,iWFL_1372.ECW_m3896 Aminotran_1_2 +BSU_17010 224308.BSU17010 0.0 1016.0 COG0621@1|root,COG0621@2|Bacteria,1TNYN@1239|Firmicutes,4HAAS@91061|Bacilli,1ZBMF@1386|Bacillus 2|Bacteria J Catalyzes the methylthiolation of N6- (dimethylallyl)adenosine (i(6)A), leading to the formation of 2- methylthio-N6-(dimethylallyl)adenosine (ms(2)i(6)A) at position 37 in tRNAs that read codons beginning with uridine miaB GO:0001510,GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016782,GO:0030488,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0035596,GO:0035597,GO:0035600,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0048037,GO:0050497,GO:0051536,GO:0051539,GO:0051540,GO:0071704,GO:0090304,GO:1901360 2.8.4.3 ko:K06168 - - R10645,R10646,R10647 RC00003,RC00980,RC03221,RC03222 ko00000,ko01000,ko03016 - - - Radical_SAM,TRAM,UPF0004 +BSU_17020 224308.BSU17020 1.27e-89 263.0 COG4550@1|root,COG4550@2|Bacteria,1V4W0@1239|Firmicutes,4HH6Y@91061|Bacilli,1ZG72@1386|Bacillus 2|Bacteria S Belongs to the UPF0342 family ymcA - 3.6.3.21 ko:K02028 - M00236 - - ko00000,ko00002,ko01000,ko02000 3.A.1.3 - - Com_YlbF +BSU_17030 1051501.AYTL01000027_gene1290 1.74e-119 342.0 2BYGR@1|root,2ZIKA@2|Bacteria,1V30V@1239|Firmicutes,4HFX6@91061|Bacilli,1ZE20@1386|Bacillus 2|Bacteria S Spore coat protein cotE GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K06328 - - - - ko00000 - - - CotE +BSU_17040 224308.BSU17040 0.0 1661.0 COG0249@1|root,COG0249@2|Bacteria,1TPRJ@1239|Firmicutes,4HA63@91061|Bacilli,1ZB93@1386|Bacillus 2|Bacteria L that it carries out the mismatch recognition step. This protein has a weak ATPase activity mutS GO:0003674,GO:0003676,GO:0003677,GO:0003684,GO:0003690,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006281,GO:0006298,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008094,GO:0008150,GO:0008152,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0030983,GO:0032300,GO:0032991,GO:0033554,GO:0034641,GO:0042623,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1990391 - ko:K03555 ko03430,map03430 - - - ko00000,ko00001,ko03400 - - - MutS_I,MutS_II,MutS_III,MutS_IV,MutS_V +BSU_17050 224308.BSU17050 0.0 1214.0 COG0323@1|root,COG0323@2|Bacteria,1TPGK@1239|Firmicutes,4HB34@91061|Bacilli,1ZB9X@1386|Bacillus 2|Bacteria L This protein is involved in the repair of mismatches in DNA. It is required for dam-dependent methyl-directed DNA mismatch repair. May act as a molecular matchmaker , a protein that promotes the formation of a stable complex between two or more DNA-binding proteins in an ATP-dependent manner without itself being part of a final effector complex mutL GO:0000166,GO:0003674,GO:0003676,GO:0003677,GO:0003697,GO:0003824,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006281,GO:0006298,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008144,GO:0008150,GO:0008152,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0030554,GO:0032300,GO:0032553,GO:0032555,GO:0032559,GO:0032991,GO:0033554,GO:0034641,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0097159,GO:0097367,GO:1901265,GO:1901360,GO:1901363,GO:1990391 - ko:K03572 ko03430,map03430 - - - ko00000,ko00001,ko03400 - - - DNA_mis_repair,HATPase_c_3,MutL_C +BSU_17060 224308.BSU17060 7.19e-93 272.0 2E08D@1|root,32VW3@2|Bacteria,1VBA4@1239|Firmicutes,4HKHV@91061|Bacilli,1ZIVG@1386|Bacillus 2|Bacteria S Regulatory protein YrvL - - - - - - - - - - - - YrvL +BSU_17070 224308.BSU17070 2.78e-127 362.0 28NRE@1|root,2ZBQP@2|Bacteria,1V2C0@1239|Firmicutes,4HGF6@91061|Bacilli,1ZFQD@1386|Bacillus 2|Bacteria S Membrane ymcC - - - - - - - - - - - - +BSU_17080 224308.BSU17080 2.94e-141 399.0 COG3226@1|root,COG3226@2|Bacteria,1V50H@1239|Firmicutes,4HJQ2@91061|Bacilli,1ZGDV@1386|Bacillus 2|Bacteria K Transcriptional regulator pksA GO:0003674,GO:0003700,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - TetR_C_6,TetR_N,WHG +BSU_17090 224308.BSU17090 4.02e-167 466.0 COG0491@1|root,COG0491@2|Bacteria,1V5TI@1239|Firmicutes,4HH95@91061|Bacilli 2|Bacteria S Polyketide biosynthesis pksB GO:0003674,GO:0003824,GO:0004416,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005739,GO:0005759,GO:0005829,GO:0006082,GO:0006090,GO:0006518,GO:0006575,GO:0006749,GO:0006750,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016787,GO:0016788,GO:0016790,GO:0019184,GO:0019752,GO:0031974,GO:0032787,GO:0034641,GO:0042398,GO:0043043,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0043233,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044422,GO:0044424,GO:0044429,GO:0044444,GO:0044446,GO:0044464,GO:0051186,GO:0051188,GO:0070013,GO:0071704,GO:1901564,GO:1901566,GO:1901576 3.1.2.6 ko:K01069 ko00620,map00620 - R01736 RC00004,RC00137 ko00000,ko00001,ko01000 - - - Lactamase_B +BSU_17100 224308.BSU17100 1.31e-208 576.0 COG0331@1|root,COG0331@2|Bacteria,1TPB7@1239|Firmicutes,4HBCU@91061|Bacilli,1ZBGQ@1386|Bacillus 2|Bacteria I malonyl CoA-acyl carrier protein transacylase fabD - 2.3.1.39 ko:K00645,ko:K15327,ko:K15329,ko:K15355 ko00061,ko00333,ko01100,ko01130,ko01212,map00061,map00333,map01100,map01130,map01212 M00082 R01626,R11671 RC00004,RC00039,RC02727 ko00000,ko00001,ko00002,ko01000,ko01004,ko01008 - - - Acyl_transf_1 +BSU_17110 224308.BSU17110 2.08e-239 657.0 COG3321@1|root,COG3321@2|Bacteria,1TRPC@1239|Firmicutes,4HGJQ@91061|Bacilli,1ZIAR@1386|Bacillus 2|Bacteria Q Acyl transferase domain pksD - - ko:K15328 - - - - ko00000,ko01008 - - - Acyl_transf_1,PS-DH +BSU_17120 224308.BSU17120 0.0 1518.0 COG0331@1|root,COG2070@1|root,COG0331@2|Bacteria,COG2070@2|Bacteria,1TPB7@1239|Firmicutes,4HBCU@91061|Bacilli,1ZBGQ@1386|Bacillus 2|Bacteria I malonyl CoA-acyl carrier protein transacylase fabD - 1.13.12.16,2.3.1.39 ko:K00459,ko:K00645,ko:K15327,ko:K15329,ko:K15355 ko00061,ko00333,ko00910,ko01100,ko01130,ko01212,map00061,map00333,map00910,map01100,map01130,map01212 M00082 R00025,R01626,R11671 RC00004,RC00039,RC02541,RC02727,RC02759 ko00000,ko00001,ko00002,ko01000,ko01004,ko01008 - - - Acyl_transf_1,NMO +BSU_17130 224308.BSU17130 5.46e-51 161.0 COG0236@1|root,COG0236@2|Bacteria,1VH6X@1239|Firmicutes,4HQ20@91061|Bacilli,1ZP8M@1386|Bacillus 2|Bacteria IQ Phosphopantetheine attachment site acpK - - ko:K02078,ko:K15337 - - - - ko00000,ko00001,ko01008 - - - PP-binding +BSU_17140 224308.BSU17140 5.31e-304 828.0 COG0304@1|root,COG0304@2|Bacteria,1TPA7@1239|Firmicutes,4H9SD@91061|Bacilli,1ZD02@1386|Bacillus 2|Bacteria I Catalyzes the condensation reaction of fatty acid synthesis by the addition to an acyl acceptor of two carbons from malonyl-ACP pksF - 2.3.1.179,2.3.1.41 ko:K00646,ko:K00647,ko:K09458 ko00061,ko00780,ko01100,ko01212,map00061,map00780,map01100,map01212 M00083,M00572 R04355,R04726,R04952,R04957,R04960,R04963,R04968,R07762,R10115,R10119 RC00039,RC02728,RC02729,RC02888 ko00000,ko00001,ko00002,ko01000,ko01004,ko01008 - - - Ketoacyl-synt_C,ketoacyl-synt +BSU_17150 224308.BSU17150 9.7e-314 853.0 COG3425@1|root,COG3425@2|Bacteria,1TR4K@1239|Firmicutes,4HA67@91061|Bacilli,1ZE86@1386|Bacillus 2|Bacteria I synthase mvaS - 2.3.3.10 ko:K01641,ko:K15311 ko00072,ko00280,ko00650,ko00900,ko01100,ko01110,ko01130,map00072,map00280,map00650,map00900,map01100,map01110,map01130 M00088,M00095 R01978 RC00004,RC00503 ko00000,ko00001,ko00002,ko01000,ko01008 - - - ACP_syn_III_C,HMG_CoA_synt_C,HMG_CoA_synt_N +BSU_17160 224308.BSU17160 2.06e-186 518.0 COG1024@1|root,COG1024@2|Bacteria,1TRCQ@1239|Firmicutes,4HDUU@91061|Bacilli,1ZARB@1386|Bacillus 2|Bacteria I enoyl-CoA hydratase pksH - 4.2.1.18 ko:K13766,ko:K15312 ko00280,ko01100,map00280,map01100 M00036 R02085 RC02416 ko00000,ko00001,ko00002,ko01000,ko01008 - - - ECH_1 +BSU_17170 224308.BSU17170 2.69e-177 494.0 COG1024@1|root,COG1024@2|Bacteria,1UY7Y@1239|Firmicutes,4HU35@91061|Bacilli 2|Bacteria I Belongs to the enoyl-CoA hydratase isomerase family pksI GO:0003674,GO:0003824,GO:0004300,GO:0006082,GO:0006629,GO:0006631,GO:0006635,GO:0008150,GO:0008152,GO:0009056,GO:0009062,GO:0009987,GO:0016042,GO:0016054,GO:0016829,GO:0016835,GO:0016836,GO:0019395,GO:0019752,GO:0030258,GO:0032787,GO:0034440,GO:0043436,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044281,GO:0044282,GO:0046395,GO:0055114,GO:0071704,GO:0072329,GO:1901575 - ko:K15313 - - - - ko00000,ko01008 - - - ECH_1 +BSU_17180 224308.BSU17180 0.0 10062.0 COG0300@1|root,COG0318@1|root,COG1020@1|root,COG1028@1|root,COG3321@1|root,COG0300@2|Bacteria,COG0318@2|Bacteria,COG1020@2|Bacteria,COG1028@2|Bacteria,COG3321@2|Bacteria,1TPTH@1239|Firmicutes,4HTBC@91061|Bacilli,1ZS7J@1386|Bacillus 2|Bacteria IQ polyketide synthase pksM3 - - ko:K13611,ko:K13612,ko:K13613,ko:K13614,ko:K15654,ko:K15675 ko01054,ko02024,map01054,map02024 - - - ko00000,ko00001,ko01004,ko01008 - - - AMP-binding,AMP-binding_C,Condensation,KAsynt_C_assoc,KR,Ketoacyl-synt_C,PP-binding,PS-DH,Thioesterase,ketoacyl-synt +BSU_17190 224308.BSU17190 0.0 9033.0 COG0236@1|root,COG0300@1|root,COG3321@1|root,COG4221@1|root,COG0236@2|Bacteria,COG0300@2|Bacteria,COG3321@2|Bacteria,COG4221@2|Bacteria,1VU8Z@1239|Firmicutes,4HV19@91061|Bacilli,1ZD1S@1386|Bacillus 2|Bacteria Q Polyketide synthase of type I pfaA - - ko:K02078,ko:K13611,ko:K13612,ko:K13613,ko:K13614,ko:K13615 - - - - ko00000,ko00001,ko01004,ko01008 - - - AMP-binding,Acyl_transf_1,Condensation,KAsynt_C_assoc,KR,Ketoacyl-synt_C,Methyltransf_12,PP-binding,PS-DH,ketoacyl-synt +BSU_17200 224308.BSU17200 0.0 8524.0 COG0236@1|root,COG0451@1|root,COG1020@1|root,COG1028@1|root,COG3321@1|root,COG0236@2|Bacteria,COG0451@2|Bacteria,COG1020@2|Bacteria,COG1028@2|Bacteria,COG3321@2|Bacteria,1TPTH@1239|Firmicutes,4HTBC@91061|Bacilli,1ZS7J@1386|Bacillus 2|Bacteria IQ polyketide synthase pfaA - 4.1.1.35 ko:K00754,ko:K08678,ko:K13611,ko:K13612,ko:K13613,ko:K13614,ko:K13615,ko:K15675 ko00520,ko01100,map00520,map01100 M00361 R01384 RC00508 ko00000,ko00001,ko00002,ko01000,ko01004,ko01008 - GT4 - AMP-binding,AMP-binding_C,Acyl_transf_1,Condensation,KAsynt_C_assoc,KR,Ketoacyl-synt_C,Methyltransf_12,NAD_binding_4,PP-binding,PS-DH,VKOR,ketoacyl-synt +BSU_17210 224308.BSU17210 0.0 10890.0 COG1020@1|root,COG1028@1|root,COG3321@1|root,COG4221@1|root,COG1020@2|Bacteria,COG1028@2|Bacteria,COG3321@2|Bacteria,COG4221@2|Bacteria,1TPTH@1239|Firmicutes,4HTBC@91061|Bacilli,1ZS7J@1386|Bacillus 2|Bacteria IQ polyketide synthase pksM3 - - ko:K13611,ko:K13612,ko:K13613,ko:K13614,ko:K15654,ko:K15675 ko01054,ko02024,map01054,map02024 - - - ko00000,ko00001,ko01004,ko01008 - - - AMP-binding,AMP-binding_C,Condensation,KAsynt_C_assoc,KR,Ketoacyl-synt_C,Methyltransf_12,PP-binding,PS-DH,Thioesterase,ketoacyl-synt +BSU_17220 224308.BSU17220 0.0 5055.0 COG0236@1|root,COG2227@1|root,COG3319@1|root,COG3321@1|root,COG0236@2|Bacteria,COG2227@2|Bacteria,COG3319@2|Bacteria,COG3321@2|Bacteria,1VRGS@1239|Firmicutes,4HV13@91061|Bacilli 2|Bacteria HQ Beta-ketoacyl synthase pks13 - - ko:K12437,ko:K12443,ko:K13612,ko:K13613,ko:K13614,ko:K13615,ko:K15679 - - - - ko00000,ko01004,ko01008 - - - Acyl_transf_1,KAsynt_C_assoc,KR,Ketoacyl-synt_C,Methyltransf_12,PP-binding,PS-DH,Thioesterase,ketoacyl-synt +BSU_17230 224308.BSU17230 2.49e-297 810.0 COG2124@1|root,COG2124@2|Bacteria,1TPWZ@1239|Firmicutes,4HAGS@91061|Bacilli,1ZC1Y@1386|Bacillus 2|Bacteria C Cytochrome P450 cypA GO:0003674,GO:0003824,GO:0004497,GO:0005488,GO:0005506,GO:0006066,GO:0006082,GO:0006629,GO:0006706,GO:0006707,GO:0006732,GO:0006766,GO:0006767,GO:0006768,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008202,GO:0008203,GO:0008395,GO:0009056,GO:0009058,GO:0009102,GO:0009108,GO:0009110,GO:0009987,GO:0016042,GO:0016053,GO:0016125,GO:0016127,GO:0016491,GO:0016705,GO:0016709,GO:0016713,GO:0017144,GO:0018130,GO:0019752,GO:0020037,GO:0032787,GO:0034641,GO:0036199,GO:0042364,GO:0042440,GO:0043167,GO:0043169,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044282,GO:0044283,GO:0046148,GO:0046164,GO:0046394,GO:0046483,GO:0046872,GO:0046906,GO:0046914,GO:0048037,GO:0051186,GO:0051188,GO:0055114,GO:0071704,GO:0072330,GO:0097159,GO:1901360,GO:1901361,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901575,GO:1901576,GO:1901615,GO:1901616,GO:1902652 1.14.14.46,1.14.15.13 ko:K15468,ko:K16593,ko:K17474 ko00780,ko01100,map00780,map01100 M00573 R10123 - ko00000,ko00001,ko00002,ko00199,ko01000,ko01008 - - - p450 +BSU_17240 224308.BSU17240 2.8e-81 240.0 2DRIZ@1|root,33BZG@2|Bacteria,1VMJW@1239|Firmicutes,4HR8I@91061|Bacilli,1ZJQF@1386|Bacillus 2|Bacteria - - ymzB - - - - - - - - - - - - +BSU_17250 224308.BSU17250 3.76e-210 579.0 COG0491@1|root,COG0491@2|Bacteria,1TSM4@1239|Firmicutes,4HBZ2@91061|Bacilli,1ZDRZ@1386|Bacillus 2|Bacteria S Metallo-beta-lactamase superfamily ymaE - - - - - - - - - - - Lactamase_B +BSU_17260 224308.BSU17260 0.0 890.0 COG1404@1|root,COG1404@2|Bacteria,1TQRU@1239|Firmicutes,4HAZA@91061|Bacilli,1ZAZK@1386|Bacillus 2|Bacteria O Belongs to the peptidase S8 family aprX - - ko:K17734 - - - - ko00000,ko01000,ko01002 - - - Peptidase_S8 +BSU_17270 224308.BSU17270 3.96e-163 457.0 COG4195@1|root,COG4195@2|Bacteria,1VBQ5@1239|Firmicutes,4HK5Q@91061|Bacilli,1ZECB@1386|Bacillus 2|Bacteria S Replication protein ymaC - - - - - - - - - - - AIG2_2,Gamma_PGA_hydro +BSU_17280 224308.BSU17280 1.03e-105 305.0 COG1764@1|root,COG1764@2|Bacteria,1V41Y@1239|Firmicutes,4HH9W@91061|Bacilli,1ZFXM@1386|Bacillus 2|Bacteria O redox protein, regulator of disulfide bond formation ymaD - - - - - - - - - - - OsmC +BSU_17290 224308.BSU17290 1.57e-73 221.0 COG2076@1|root,COG2076@2|Bacteria,1VEUF@1239|Firmicutes,4HNJX@91061|Bacilli,1ZHXE@1386|Bacillus 2|Bacteria P COG2076 Membrane transporters of cations and cationic drugs ebrB GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - ko:K03297,ko:K11814,ko:K11815 - M00710 - - ko00000,ko00002,ko02000 2.A.7.1,2.A.7.1.6 - - Multi_Drug_Res +BSU_17300 224308.BSU17300 1.17e-67 205.0 COG2076@1|root,COG2076@2|Bacteria,1VEUF@1239|Firmicutes,4HM1T@91061|Bacilli,1ZHQQ@1386|Bacillus 2|Bacteria P Small Multidrug Resistance protein ebrA GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - ko:K03297,ko:K11814,ko:K11815 - M00710 - - ko00000,ko00002,ko02000 2.A.7.1,2.A.7.1.6 - - Multi_Drug_Res +BSU_17320 224308.BSU17320 2.22e-78 234.0 2DXCY@1|root,344GQ@2|Bacteria,1VZDS@1239|Firmicutes,4HYN9@91061|Bacilli,1ZFZA@1386|Bacillus 2|Bacteria S YmaF family ymaF - - - - - - - - - - - YmaF +BSU_17330 224308.BSU17330 2.78e-223 615.0 COG0324@1|root,COG0324@2|Bacteria,1TPSC@1239|Firmicutes,4HAVW@91061|Bacilli,1ZBX9@1386|Bacillus 2|Bacteria J Catalyzes the transfer of a dimethylallyl group onto the adenine at position 37 in tRNAs that read codons beginning with uridine, leading to the formation of N6-(dimethylallyl)adenosine (i(6)A) miaA GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016765,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0052381,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360 2.5.1.75 ko:K00791 ko00908,ko01100,ko01110,map00908,map01100,map01110 - R01122 RC02820 ko00000,ko00001,ko01000,ko01006,ko03016 - - - IPPT +BSU_17340 1051501.AYTL01000027_gene1306 1.28e-45 147.0 COG1923@1|root,COG1923@2|Bacteria,1VEGI@1239|Firmicutes,4HNN2@91061|Bacilli,1ZHYZ@1386|Bacillus 2|Bacteria J RNA chaperone that binds small regulatory RNA (sRNAs) and mRNAs to facilitate mRNA translational regulation in response to envelope stress, environmental stress and changes in metabolite concentrations. Also binds with high specificity to tRNAs hfq - - ko:K03666 ko02024,ko03018,ko05111,map02024,map03018,map05111 - - - ko00000,ko00001,ko03019,ko03036 - - - Hfq +BSU_17350 326423.RBAM_017150 4.66e-31 111.0 29S7U@1|root,30DCB@2|Bacteria,1UB4T@1239|Firmicutes,4IMHD@91061|Bacilli,1ZK5R@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_17360 1274524.BSONL12_21669 1.2e-30 109.0 2BK5Y@1|root,32EJN@2|Bacteria,1UAJ9@1239|Firmicutes,4IKXT@91061|Bacilli,1ZI93@1386|Bacillus 2|Bacteria - - ymzA - - - - - - - - - - - - +BSU_17370 224308.BSU17370 3.26e-88 259.0 COG1780@1|root,COG1780@2|Bacteria,1V9T1@1239|Firmicutes,4HJ0M@91061|Bacilli,1ZIDV@1386|Bacillus 2|Bacteria F Probably involved in ribonucleotide reductase function nrdI GO:0000166,GO:0003674,GO:0005488,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010181,GO:0019538,GO:0032553,GO:0036094,GO:0036211,GO:0043167,GO:0043168,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0048037,GO:0050662,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901363,GO:1901564 1.17.4.1 ko:K00525,ko:K03647 ko00230,ko00240,ko01100,map00230,map00240,map01100 M00053 R02017,R02018,R02019,R02024 RC00613 ko00000,ko00001,ko00002,ko01000,ko03400 - - - Flavodoxin_NdrI +BSU_17380 224308.BSU17380 0.0 1392.0 COG0209@1|root,COG0209@2|Bacteria,1TPFH@1239|Firmicutes,4H9X0@91061|Bacilli,1ZANT@1386|Bacillus 2|Bacteria F Provides the precursors necessary for DNA synthesis. Catalyzes the biosynthesis of deoxyribonucleotides from the corresponding ribonucleotides nrdE GO:0000166,GO:0003674,GO:0003824,GO:0004748,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0005971,GO:0006139,GO:0006259,GO:0006260,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009117,GO:0009165,GO:0009262,GO:0009263,GO:0009987,GO:0015949,GO:0016020,GO:0016491,GO:0016725,GO:0016728,GO:0017076,GO:0018130,GO:0019438,GO:0019637,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0032991,GO:0034641,GO:0034645,GO:0034654,GO:0035639,GO:0036094,GO:0040007,GO:0043167,GO:0043168,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044445,GO:0044464,GO:0046483,GO:0051063,GO:0055086,GO:0055114,GO:0061731,GO:0071704,GO:0071944,GO:0090304,GO:0090407,GO:0097159,GO:0097367,GO:1901135,GO:1901137,GO:1901265,GO:1901293,GO:1901360,GO:1901362,GO:1901363,GO:1901576,GO:1902494,GO:1990204 1.17.4.1 ko:K00525 ko00230,ko00240,ko01100,map00230,map00240,map01100 M00053 R02017,R02018,R02019,R02024 RC00613 ko00000,ko00001,ko00002,ko01000,ko03400 - - iAPECO1_1312.APECO1_3846,iYO844.BSU17380 RNR_N,Ribonuc_red_lgC,Ribonuc_red_lgN +BSU_17390 224308.BSU17390 6.73e-243 666.0 COG0208@1|root,COG0208@2|Bacteria,1TQTH@1239|Firmicutes,4H9WX@91061|Bacilli,1ZBBM@1386|Bacillus 2|Bacteria F Provides the precursors necessary for DNA synthesis. Catalyzes the biosynthesis of deoxyribonucleotides from the corresponding ribonucleotides nrdF - 1.17.4.1 ko:K00526 ko00230,ko00240,ko01100,map00230,map00240,map01100 M00053 R02017,R02018,R02019,R02024 RC00613 ko00000,ko00001,ko00002,ko01000,ko03400 - - iSB619.SA_RS03915,iYO844.BSU17390 Ribonuc_red_sm +BSU_17400 224308.BSU17400 2.24e-141 399.0 COG4112@1|root,COG4112@2|Bacteria,1V7SZ@1239|Firmicutes,4IRNS@91061|Bacilli,1ZRW4@1386|Bacillus 2|Bacteria - - ymaB - - - - - - - - - - - NUDIX +BSU_17410 224308.BSU17410 1.72e-151 429.0 COG0860@1|root,COG0860@2|Bacteria,1V3MD@1239|Firmicutes,4HHD1@91061|Bacilli,1ZBPF@1386|Bacillus 2|Bacteria M n-acetylmuramoyl-L-alanine amidase cwlC GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0008745,GO:0016787,GO:0016810,GO:0016811,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464,GO:0061783 3.5.1.28 ko:K01448 ko01503,map01503 M00727 R04112 RC00064,RC00141 ko00000,ko00001,ko00002,ko01000,ko01011,ko03036 - - - Amidase_3,LysM,SH3_3,SLH,SPOR +BSU_17420 224308.BSU17420 2.29e-226 624.0 COG0464@1|root,COG0464@2|Bacteria,1TPQZ@1239|Firmicutes,4HCQK@91061|Bacilli,1ZBII@1386|Bacillus 2|Bacteria O stage V sporulation protein K spoVK - - ko:K06413 - - - - ko00000 - - - AAA +BSU_17430 224308.BSU17430 1.28e-293 802.0 COG2262@1|root,COG2262@2|Bacteria,1TNZB@1239|Firmicutes,4HACA@91061|Bacilli,1ZBT6@1386|Bacillus 2|Bacteria S GTPase that associates with the 50S ribosomal subunit and may have a role during protein synthesis or ribosome biogenesis hflX GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0043021,GO:0043022,GO:0044424,GO:0044464,GO:0044877 - ko:K03665 - - - - ko00000,ko03009 - - - GTP-bdg_M,GTP-bdg_N,MMR_HSR1 +BSU_17440 224308.BSU17440 5.82e-311 846.0 COG4100@1|root,COG4100@2|Bacteria,1TQ88@1239|Firmicutes,4HAF5@91061|Bacilli,1ZAXI@1386|Bacillus 2|Bacteria P COG4100 Cystathionine beta-lyase family protein involved in aluminum resistance ynbB GO:0003674,GO:0003824,GO:0003962,GO:0004123,GO:0016740,GO:0016765,GO:0016829,GO:0016846 4.4.1.1 ko:K01758 ko00260,ko00270,ko00450,ko01100,ko01130,ko01230,map00260,map00270,map00450,map01100,map01130,map01230 M00338 R00782,R01001,R02408,R04770,R04930,R09366 RC00056,RC00069,RC00348,RC00382,RC00710,RC01209,RC01210,RC01245,RC02303 ko00000,ko00001,ko00002,ko01000,ko04147 - - - Met_gamma_lyase +BSU_17450 224308.BSU17450 9.94e-90 263.0 COG0789@1|root,COG0789@2|Bacteria,1V6JE@1239|Firmicutes,4HKM6@91061|Bacilli,1ZH1F@1386|Bacillus 2|Bacteria K transcriptional glnR GO:0001047,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0006082,GO:0006355,GO:0006520,GO:0006541,GO:0006542,GO:0006807,GO:0006808,GO:0007154,GO:0007584,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009605,GO:0009719,GO:0009889,GO:0009891,GO:0009893,GO:0009987,GO:0009991,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0010557,GO:0010604,GO:0010628,GO:0016020,GO:0016053,GO:0019219,GO:0019222,GO:0019752,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0031667,GO:0031668,GO:0031669,GO:0031670,GO:0042221,GO:0042802,GO:0043436,GO:0043562,GO:0044212,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044464,GO:0045893,GO:0045935,GO:0046394,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051173,GO:0051252,GO:0051254,GO:0051716,GO:0060255,GO:0065007,GO:0070887,GO:0071310,GO:0071417,GO:0071495,GO:0071496,GO:0071704,GO:0071944,GO:0080090,GO:0090293,GO:0090294,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1901698,GO:1901699,GO:1902680,GO:1903506,GO:1903508,GO:2000112,GO:2001141 - ko:K03713,ko:K15580 ko01501,ko02010,ko02024,map01501,map02010,map02024 M00439 - - ko00000,ko00001,ko00002,ko02000,ko03000 3.A.1.5.1,3.A.1.5.18,3.A.1.5.19,3.A.1.5.25 - - MerR_1 +BSU_17460 224308.BSU17460 0.0 902.0 COG0174@1|root,COG0174@2|Bacteria,1TNZA@1239|Firmicutes,4HACE@91061|Bacilli,1ZBIQ@1386|Bacillus 2|Bacteria E glutamine synthetase glnA GO:0003674,GO:0005488,GO:0005515,GO:0006082,GO:0006355,GO:0006520,GO:0006541,GO:0006542,GO:0006807,GO:0006808,GO:0007154,GO:0007584,GO:0008134,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009605,GO:0009719,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0009991,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0016053,GO:0016597,GO:0019219,GO:0019222,GO:0019752,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0031406,GO:0031667,GO:0031668,GO:0031669,GO:0031670,GO:0036094,GO:0042221,GO:0043167,GO:0043168,GO:0043169,GO:0043177,GO:0043392,GO:0043436,GO:0043562,GO:0044092,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0045892,GO:0045934,GO:0046394,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0050896,GO:0051098,GO:0051100,GO:0051101,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0051716,GO:0060255,GO:0061984,GO:0065007,GO:0065009,GO:0070406,GO:0070887,GO:0071310,GO:0071417,GO:0071495,GO:0071496,GO:0071704,GO:0080090,GO:0090293,GO:0090295,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1901698,GO:1901699,GO:1902679,GO:1903506,GO:1903507,GO:1904796,GO:1904797,GO:2000112,GO:2000113,GO:2000677,GO:2000678,GO:2001141 6.3.1.2 ko:K01915 ko00220,ko00250,ko00630,ko00910,ko01100,ko01120,ko01230,ko02020,ko04217,ko04724,ko04727,map00220,map00250,map00630,map00910,map01100,map01120,map01230,map02020,map04217,map04724,map04727 - R00253 RC00010,RC02798 ko00000,ko00001,ko01000,ko04147 - - - Gln-synt_C,Gln-synt_N +BSU_17470 586416.GZ22_07760 2.95e-14 69.7 2E5DI@1|root,3305I@2|Bacteria,1VJBB@1239|Firmicutes,4HQRW@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - - +BSU_17480 224308.BSU21600 2.61e-40 144.0 2AKQD@1|root,31BH4@2|Bacteria,1UCTS@1239|Firmicutes,4IP9Z@91061|Bacilli,1ZPKS@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_17490 224308.BSU17490 7.13e-52 163.0 2E8AN@1|root,332PH@2|Bacteria,1VGVR@1239|Firmicutes,4HNM2@91061|Bacilli,1ZJ76@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - bPH_5 +BSU_17500 224308.BSU17500 5.4e-105 302.0 COG4282@1|root,COG4282@2|Bacteria 2|Bacteria G regulation of fungal-type cell wall biogenesis - - - - - - - - - - - - SMI1_KNR4,SUFU,TPR_12,TPR_2,TPR_8 +BSU_17510 224308.BSU17510 1.97e-186 518.0 28RYR@1|root,333ED@2|Bacteria,1VRTX@1239|Firmicutes,4HTN7@91061|Bacilli 2|Bacteria - - ynaC - - - - - - - - - - - - +BSU_17520 224308.BSU17520 7.56e-129 365.0 COG1670@1|root,COG1670@2|Bacteria,1V5D0@1239|Firmicutes,4HFTD@91061|Bacilli,1ZFVB@1386|Bacillus 2|Bacteria J Acetyltransferase (GNAT) domain ynaD - - - - - - - - - - - Acetyltransf_3 +BSU_17530 224308.BSU17530 1.65e-160 448.0 2CHEV@1|root,2ZC9V@2|Bacteria,1V1ZK@1239|Firmicutes,4HGJX@91061|Bacilli,1ZE3N@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF3885) ynaE - - - - - - - - - - - DUF3885 +BSU_17540 224308.BSU17540 1.06e-80 239.0 29SWA@1|root,30E2I@2|Bacteria,1UC1P@1239|Firmicutes,4INHS@91061|Bacilli,1ZNHQ@1386|Bacillus 2|Bacteria - - ynaF - - - - - - - - - - - - +BSU_17560 224308.BSU17560 4.32e-110 316.0 COG0135@1|root,COG0135@2|Bacteria,1V436@1239|Firmicutes,4HIUW@91061|Bacilli,1ZFVR@1386|Bacillus 2|Bacteria E phosphoribosylanthranilate isomerase activity XK27_05370 - 5.3.1.24 ko:K01817 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00023 R03509 RC00945 ko00000,ko00001,ko00002,ko01000 - - - PRAI +BSU_17570 224308.BSU17570 0.0 891.0 COG2211@1|root,COG2211@2|Bacteria,1TRA5@1239|Firmicutes,4HENT@91061|Bacilli,1ZR5N@1386|Bacillus 2|Bacteria G MFS/sugar transport protein xynT - - ko:K03292,ko:K16139,ko:K16248 - - - - ko00000,ko02000 2.A.2 - - MFS_2 +BSU_17580 224308.BSU17580 0.0 1141.0 COG3507@1|root,COG3507@2|Bacteria,1TP5K@1239|Firmicutes,4HA16@91061|Bacilli,1ZCCV@1386|Bacillus 2|Bacteria G Belongs to the glycosyl hydrolase 43 family xynB - 3.2.1.37 ko:K01198 ko00520,ko01100,map00520,map01100 - R01433 RC00467 ko00000,ko00001,ko01000 - GH43 - DUF1349,Glyco_hydro_43 +BSU_17590 224308.BSU17590 2.59e-277 758.0 COG1940@1|root,COG1940@2|Bacteria,1TQCE@1239|Firmicutes,4HDE3@91061|Bacilli,1ZC4Y@1386|Bacillus 2|Bacteria GK ROK family xylR - - - - - - - - - - - HTH_24,ROK +BSU_17600 224308.BSU17600 0.0 908.0 COG2115@1|root,COG2115@2|Bacteria,1TQW2@1239|Firmicutes,4H9WG@91061|Bacilli,1ZE2B@1386|Bacillus 2|Bacteria G Belongs to the xylose isomerase family xylA GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005975,GO:0005996,GO:0008150,GO:0008152,GO:0009045,GO:0009056,GO:0016052,GO:0016853,GO:0016860,GO:0016861,GO:0019321,GO:0019323,GO:0042732,GO:0042843,GO:0044238,GO:0044281,GO:0044282,GO:0044424,GO:0044464,GO:0046365,GO:0071704,GO:1901575 5.3.1.5 ko:K01805 ko00040,ko00051,ko01100,map00040,map00051,map01100 - R00878,R01432 RC00376,RC00516 ko00000,ko00001,ko01000 - - iECO26_1355.ECO26_5036,iHN637.CLJU_RS08960,iPC815.YPO4038 AP_endonuc_2 +BSU_17610 224308.BSU17610 0.0 1004.0 COG1070@1|root,COG1070@2|Bacteria,1TQ1I@1239|Firmicutes,4HBRJ@91061|Bacilli,1ZBEJ@1386|Bacillus 2|Bacteria G xylulose kinase xylB GO:0005975,GO:0005996,GO:0008150,GO:0008152,GO:0009056,GO:0016052,GO:0019299,GO:0019301,GO:0019318,GO:0019320,GO:0044238,GO:0044281,GO:0044282,GO:0046365,GO:0071704,GO:1901575 2.7.1.12,2.7.1.17,2.7.1.5 ko:K00848,ko:K00851,ko:K00854 ko00030,ko00040,ko00051,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map00040,map00051,map01100,map01110,map01120,map01130,map01200 M00014 R01639,R01737,R01902,R03014 RC00002,RC00017,RC00538 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU17610 FGGY_C,FGGY_N +BSU_17620 224308.BSU17620 9.1e-148 416.0 COG1525@1|root,COG1525@2|Bacteria,1V46V@1239|Firmicutes,4HHJ1@91061|Bacilli,1ZQ6S@1386|Bacillus 2|Bacteria L RNA catabolic process yokF GO:0003674,GO:0003824,GO:0004518,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006401,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009987,GO:0016070,GO:0016787,GO:0016788,GO:0019439,GO:0034641,GO:0034655,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044260,GO:0044265,GO:0044270,GO:0044424,GO:0044464,GO:0046483,GO:0046700,GO:0071704,GO:0090304,GO:0090305,GO:1901360,GO:1901361,GO:1901575 3.1.31.1 ko:K01174 - - - - ko00000,ko01000 - - - Excalibur,SNase +BSU_17630 224308.BSU17630 0.0 886.0 COG0477@1|root,COG2814@2|Bacteria,1TREV@1239|Firmicutes,4HAN1@91061|Bacilli,1ZAUM@1386|Bacillus 2|Bacteria U Belongs to the major facilitator superfamily. Sugar transporter (TC 2.A.1.1) family iolT GO:0003674,GO:0005215,GO:0005351,GO:0005402,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0008643,GO:0015075,GO:0015077,GO:0015078,GO:0015144,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015672,GO:0016020,GO:0022804,GO:0022857,GO:0022890,GO:0034219,GO:0034220,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098655,GO:0098660,GO:0098662,GO:1902600 - ko:K02100,ko:K06609,ko:K08139 ko04113,map04113 - - - ko00000,ko00001,ko02000 2.A.1.1,2.A.1.1.2,2.A.1.1.26 - - Sugar_tr +BSU_17640 224308.BSU17640 3.05e-281 769.0 COG0787@1|root,COG0787@2|Bacteria,1TNYY@1239|Firmicutes,4HA95@91061|Bacilli,1ZCW9@1386|Bacillus 2|Bacteria E Catalyzes the interconversion of L-alanine and D- alanine. May also act on other amino acids alr - 5.1.1.1 ko:K01775 ko00473,ko01100,ko01502,map00473,map01100,map01502 - R00401 RC00285 ko00000,ko00001,ko01000,ko01011 - - - Ala_racemase_C,Ala_racemase_N +BSU_17650 224308.BSU17650 3.44e-110 316.0 2CEK2@1|root,32S02@2|Bacteria,1VCYR@1239|Firmicutes,4HXMN@91061|Bacilli,1ZR51@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2691) yncE - - - - - - - - - - - DUF2691 +BSU_17660 224308.BSU17660 3.01e-102 295.0 COG0756@1|root,COG0756@2|Bacteria,1V5PP@1239|Firmicutes,4HHFX@91061|Bacilli,1ZGRC@1386|Bacillus 2|Bacteria F Deoxyuridine 5'-triphosphate dut GO:0000287,GO:0003674,GO:0003824,GO:0004170,GO:0005488,GO:0006139,GO:0006220,GO:0006221,GO:0006226,GO:0006244,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009117,GO:0009123,GO:0009124,GO:0009129,GO:0009130,GO:0009141,GO:0009143,GO:0009147,GO:0009149,GO:0009157,GO:0009162,GO:0009165,GO:0009166,GO:0009176,GO:0009177,GO:0009200,GO:0009204,GO:0009211,GO:0009213,GO:0009219,GO:0009221,GO:0009223,GO:0009262,GO:0009263,GO:0009264,GO:0009265,GO:0009394,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0019692,GO:0022607,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0043167,GO:0043169,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046078,GO:0046080,GO:0046081,GO:0046385,GO:0046386,GO:0046434,GO:0046483,GO:0046700,GO:0046872,GO:0047429,GO:0051259,GO:0051260,GO:0055086,GO:0065003,GO:0070206,GO:0070207,GO:0071704,GO:0071840,GO:0072527,GO:0072528,GO:0072529,GO:0090407,GO:1901135,GO:1901136,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576 3.6.1.23,4.1.1.36,6.3.2.5 ko:K01520,ko:K13038 ko00240,ko00770,ko00983,ko01100,map00240,map00770,map00983,map01100 M00053,M00120 R02100,R03269,R04231,R11896 RC00002,RC00064,RC00090,RC00822 ko00000,ko00001,ko00002,ko01000,ko03400 - - iYO844.BSU17660 dUTPase +BSU_17680 224308.BSU17680 7.03e-213 586.0 COG0207@1|root,COG0207@2|Bacteria,1TSIR@1239|Firmicutes,4H9QS@91061|Bacilli,1ZM6D@1386|Bacillus 2|Bacteria F Catalyzes the reductive methylation of 2'-deoxyuridine- 5'-monophosphate (dUMP) to 2'-deoxythymidine-5'-monophosphate (dTMP) while utilizing 5,10-methylenetetrahydrofolate (mTHF) as the methyl donor and reductant in the reaction, yielding dihydrofolate (DHF) as a by-product. This enzymatic reaction provides an intracellular de novo source of dTMP, an essential precursor for DNA biosynthesis thyA - 2.1.1.45 ko:K00560 ko00240,ko00670,ko01100,ko01523,map00240,map00670,map01100,map01523 M00053 R02101 RC00219,RC00332 ko00000,ko00001,ko00002,ko01000 - - - Thymidylat_synt +BSU_17690 224308.BSU17690 1.06e-165 464.0 2CQ69@1|root,32SKI@2|Bacteria,1VCJR@1239|Firmicutes,4HNF9@91061|Bacilli,1ZFBY@1386|Bacillus 2|Bacteria S Domain of unknown function, YrpD - - - - - - - - - - - - YrpD +BSU_17710 224308.BSU17710 2.37e-34 117.0 COG1826@1|root,COG1826@2|Bacteria 2|Bacteria U protein secretion tatA - - ko:K03116,ko:K03117,ko:K03646 ko03060,ko03070,map03060,map03070 M00336 - - ko00000,ko00001,ko00002,ko02000,ko02044 2.A.64,2.C.1.2 - - MttA_Hcf106 +BSU_17720 224308.BSU17720 8.92e-96 278.0 2BAHV@1|root,323YG@2|Bacteria,1U0CE@1239|Firmicutes,4I9P8@91061|Bacilli,1ZKHR@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_17730 224308.BSU17730 3.12e-104 300.0 COG3832@1|root,COG3832@2|Bacteria,1V7US@1239|Firmicutes,4HK0E@91061|Bacilli,1ZGHK@1386|Bacillus 2|Bacteria S Activator of Hsp90 ATPase homolog 1-like protein yndB - - - - - - - - - - - AHSA1 +BSU_17750 224308.BSU17750 0.0 989.0 COG0697@1|root,COG0697@2|Bacteria,1TP7K@1239|Firmicutes,4HAH1@91061|Bacilli,1ZBEF@1386|Bacillus 2|Bacteria EG Spore germination protein gerAA - - ko:K06288,ko:K06291,ko:K06310 - - - - ko00000 - - - GerA +BSU_17760 224308.BSU17760 2.38e-251 691.0 COG0531@1|root,COG0531@2|Bacteria,1TZQ6@1239|Firmicutes,4ISWZ@91061|Bacilli,1ZS7K@1386|Bacillus 2|Bacteria U Spore germination yndE7 GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015179,GO:0015291,GO:0015297,GO:0015318,GO:0015711,GO:0015807,GO:0015849,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1902475,GO:1903825,GO:1905039 - ko:K06309,ko:K06311 - - - - ko00000,ko02000 2.A.3.9.4 - - Spore_permease +BSU_17770 224308.BSU17770 5.57e-289 789.0 28IEM@1|root,2Z8GN@2|Bacteria,1UB3Y@1239|Firmicutes,4HV0B@91061|Bacilli,1ZRWJ@1386|Bacillus 2|Bacteria S Spore germination protein gerAC - - ko:K06293,ko:K06297,ko:K06312 - - - - ko00000 - - - Spore_GerAC +BSU_17780 224308.BSU17780 3.73e-198 548.0 29RNN@1|root,30CRY@2|Bacteria,1UP6P@1239|Firmicutes,4HBII@91061|Bacilli,1ZF3C@1386|Bacillus 2|Bacteria S DoxX-like family yndG - - - - - - - - - - - DoxX_3 +BSU_17790 224308.BSU17790 5.12e-151 424.0 arCOG11972@1|root,2ZG4P@2|Bacteria,1V2DB@1239|Firmicutes,4HGUW@91061|Bacilli,1ZGP4@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF4166) yndH - - - - - - - - - - - DUF4166 +BSU_17800 224308.BSU17800 0.0 1077.0 28KUD@1|root,2ZAB6@2|Bacteria,1TRII@1239|Firmicutes,4HA8V@91061|Bacilli,1ZCE4@1386|Bacillus 2|Bacteria S YndJ-like protein yndJ - - - - - - - - - - - YndJ +BSU_17820 224308.BSU17820 1.68e-177 494.0 COG4195@1|root,COG4195@2|Bacteria,1VBQ5@1239|Firmicutes,4HK5Q@91061|Bacilli,1ZECB@1386|Bacillus 2|Bacteria S Replication protein yndL - - - - - - - - - - - AIG2_2,Gamma_PGA_hydro +BSU_17830 224308.BSU17830 7.41e-120 343.0 2E4BW@1|root,32Z7G@2|Bacteria,1VH0F@1239|Firmicutes,4HPQD@91061|Bacilli,1ZINT@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2512) yndM - - - - - - - - - - - DUF2512 +BSU_17840 224308.BSU17840 3.65e-103 298.0 COG0346@1|root,COG0346@2|Bacteria,1V422@1239|Firmicutes,4HH25@91061|Bacilli,1ZG9A@1386|Bacillus 2|Bacteria H Metallothiol transferase which confers resistance to fosfomycin by catalyzing the addition of a thiol cofactor to fosfomycin. L-cysteine is probably the physiological thiol donor fosB GO:0003674,GO:0003824,GO:0004364,GO:0008150,GO:0016740,GO:0016765,GO:0042221,GO:0046677,GO:0050896 2.5.1.18 ko:K11210,ko:K21252,ko:K21253,ko:K21264,ko:K21265 - - - - ko00000,ko01000,ko01504 - - - Glyoxalase +BSU_17850 224308.BSU17850 7.22e-142 400.0 COG1974@1|root,COG1974@2|Bacteria,1TQ3H@1239|Firmicutes,4HBHA@91061|Bacilli,1ZBMU@1386|Bacillus 2|Bacteria K Represses a number of genes involved in the response to DNA damage (SOS response), including recA and lexA. In the presence of single-stranded DNA, RecA interacts with LexA causing an autocatalytic cleavage which disrupts the DNA-binding part of LexA, leading to derepression of the SOS regulon and eventually DNA repair lexA GO:0000976,GO:0001067,GO:0001130,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0006950,GO:0006974,GO:0007154,GO:0008150,GO:0009432,GO:0009605,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0009991,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0031668,GO:0032991,GO:0032993,GO:0033554,GO:0043565,GO:0044212,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0051716,GO:0060255,GO:0065007,GO:0071496,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:1990837,GO:2000112,GO:2000113,GO:2001141 3.4.21.88 ko:K01356 - M00729 - - ko00000,ko00002,ko01000,ko01002,ko03400 - - - LexA_DNA_bind,Peptidase_S24 +BSU_17860 224308.BSU17860 1.12e-65 200.0 COG1388@1|root,COG1388@2|Bacteria,1VK5T@1239|Firmicutes,4HRE2@91061|Bacilli,1ZH8B@1386|Bacillus 2|Bacteria D Inhibits cell division during the SOS response. Affects a later stage of the cell division protein assembly, after the assembly of the Z ring, by probably suppressing recruitment of FtsL and or DivIC to the division machinery yneA GO:0006950,GO:0006974,GO:0007154,GO:0008150,GO:0009432,GO:0009605,GO:0009987,GO:0009991,GO:0031668,GO:0033554,GO:0050896,GO:0051716,GO:0071496 - ko:K06194 - - - - ko00000 1.A.34.1.2 - - LysM,OapA,Peptidase_M23 +BSU_17870 224308.BSU17870 3.97e-145 410.0 COG1961@1|root,COG1961@2|Bacteria,1TR74@1239|Firmicutes,4HBJI@91061|Bacilli,1ZCET@1386|Bacillus 2|Bacteria L resolvase yneB GO:0000150,GO:0003674,GO:0003824,GO:0006139,GO:0006259,GO:0006310,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:0140097,GO:1901360 - - - - - - - - - - Resolvase +BSU_17880 224308.BSU17880 1.15e-43 142.0 COG4224@1|root,COG4224@2|Bacteria,1VEKJ@1239|Firmicutes,4HNIB@91061|Bacilli,1ZIU8@1386|Bacillus 2|Bacteria S UPF0291 protein ynzC - - - - - - - - - - - DUF896 +BSU_17890 224308.BSU17890 0.0 1313.0 COG0021@1|root,COG0021@2|Bacteria,1TPIB@1239|Firmicutes,4HADA@91061|Bacilli,1ZBQ6@1386|Bacillus 2|Bacteria G Catalyzes the transfer of a two-carbon ketol group from a ketose donor to an aldose acceptor, via a covalent intermediate with the cofactor thiamine pyrophosphate tkt - 2.2.1.1 ko:K00615 ko00030,ko00710,ko01051,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00030,map00710,map01051,map01100,map01110,map01120,map01130,map01200,map01230 M00004,M00007,M00165,M00167 R01067,R01641,R01830,R06590 RC00032,RC00226,RC00571,RC01560 ko00000,ko00001,ko00002,ko01000 - - - Transket_pyr,Transketolase_C,Transketolase_N +BSU_17900 224308.BSU17900 2.18e-106 306.0 2EUDS@1|root,33MW4@2|Bacteria,1VHIA@1239|Firmicutes,4HSFG@91061|Bacilli,1ZEP8@1386|Bacillus 2|Bacteria S Sporulation inhibitor of replication protein sirA yneE - - - - - - - - - - - SirA +BSU_17910 1051501.AYTL01000033_gene259 4.36e-39 130.0 COG3763@1|root,COG3763@2|Bacteria,1VEJC@1239|Firmicutes,4HNN9@91061|Bacilli,1ZHYQ@1386|Bacillus 2|Bacteria S UPF0154 protein yneF - - ko:K09976 - - - - ko00000 - - - UPF0154 +BSU_17920 326423.RBAM_017720 1.32e-20 82.8 29S1R@1|root,30D66@2|Bacteria,1UAWP@1239|Firmicutes,4IM9H@91061|Bacilli,1ZJIT@1386|Bacillus 2|Bacteria S Spo0E like sporulation regulatory protein ynzD - - - - - - - - - - - SpoOE-like +BSU_17930 224308.BSU17930 4.13e-165 462.0 COG0785@1|root,COG0785@2|Bacteria,1TQH1@1239|Firmicutes,4H9UJ@91061|Bacilli,1ZBPX@1386|Bacillus 2|Bacteria O cytochrome c biogenesis protein ccdA - - ko:K06196 - - - - ko00000,ko02000 5.A.1.2 - - DsbD +BSU_17940 224308.BSU17940 7.38e-78 232.0 COG2201@1|root,COG2201@2|Bacteria,1V3IU@1239|Firmicutes,4ISX0@91061|Bacilli,1ZRES@1386|Bacillus 2|Bacteria T cheY-homologous receiver domain cheY GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.1.1.61,3.5.1.44 ko:K03412,ko:K03413 ko02020,ko02030,map02020,map02030 M00506 - - ko00000,ko00001,ko00002,ko01000,ko02022,ko02035 - - - CheB_methylest,Response_reg +BSU_17950 224308.BSU17950 1.21e-99 290.0 COG4846@1|root,COG4846@2|Bacteria,1V7C6@1239|Firmicutes,4HGXI@91061|Bacilli,1ZG68@1386|Bacillus 2|Bacteria O COG4846 Membrane protein involved in cytochrome C biogenesis yneJ - - - - - - - - - - - DUF1453 +BSU_17960 224308.BSU17960 2.79e-97 283.0 291YW@1|root,2ZPID@2|Bacteria,1V3V6@1239|Firmicutes,4HGYJ@91061|Bacilli,1ZG6E@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2621) yneK - - - - - - - - - - - DUF2621 +BSU_17970 224308.BSU17970 5e-92 268.0 COG0071@1|root,COG0071@2|Bacteria,1UB14@1239|Firmicutes,4IME0@91061|Bacilli,1ZJX9@1386|Bacillus 2|Bacteria O Spore coat protein hspX GO:0001666,GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006457,GO:0006464,GO:0006468,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0007154,GO:0008150,GO:0008152,GO:0009266,GO:0009267,GO:0009408,GO:0009605,GO:0009607,GO:0009628,GO:0009987,GO:0009991,GO:0010035,GO:0010038,GO:0010039,GO:0016020,GO:0016310,GO:0019538,GO:0030312,GO:0031667,GO:0031668,GO:0031669,GO:0033554,GO:0036211,GO:0036293,GO:0036294,GO:0040007,GO:0040008,GO:0042221,GO:0042594,GO:0043170,GO:0043207,GO:0043412,GO:0044110,GO:0044116,GO:0044117,GO:0044119,GO:0044121,GO:0044183,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044403,GO:0044419,GO:0044424,GO:0044444,GO:0044464,GO:0045926,GO:0046777,GO:0048519,GO:0050789,GO:0050896,GO:0051409,GO:0051701,GO:0051704,GO:0051707,GO:0051716,GO:0052173,GO:0052200,GO:0052564,GO:0052572,GO:0065007,GO:0070482,GO:0070887,GO:0071453,GO:0071456,GO:0071496,GO:0071704,GO:0071944,GO:0075136,GO:1901564 - ko:K06335,ko:K13993 ko04141,map04141 - - - ko00000,ko00001,ko03110 - - - HSP20 +BSU_17980 224308.BSU17980 5.65e-27 98.2 2E54C@1|root,32ZXB@2|Bacteria,1VJFQ@1239|Firmicutes,4HQN1@91061|Bacilli,1ZK01@1386|Bacillus 2|Bacteria S Belongs to the SspP family sspP - - ko:K06433 - - - - ko00000 - - - SspP +BSU_17990 1178537.BA1_08761 1.78e-21 84.3 2EI8E@1|root,33BZS@2|Bacteria,1VNNB@1239|Firmicutes,4HS1A@91061|Bacilli,1ZIU1@1386|Bacillus 2|Bacteria S Belongs to the SspO family sspO - - ko:K06432 - - - - ko00000 - - - SspO +BSU_18000 224308.BSU18000 0.0 1820.0 COG1048@1|root,COG1048@2|Bacteria,1VTMM@1239|Firmicutes,4HB5N@91061|Bacilli,1ZART@1386|Bacillus 2|Bacteria C Catalyzes the isomerization of citrate to isocitrate via cis-aconitate acnA GO:0003674,GO:0003676,GO:0003723,GO:0003729,GO:0003730,GO:0003824,GO:0003994,GO:0005488,GO:0006082,GO:0006091,GO:0006099,GO:0006101,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0009060,GO:0009987,GO:0015980,GO:0016829,GO:0016835,GO:0016836,GO:0016999,GO:0017144,GO:0019541,GO:0019679,GO:0019752,GO:0032787,GO:0043436,GO:0043937,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0045333,GO:0046459,GO:0047456,GO:0048037,GO:0050789,GO:0050793,GO:0051536,GO:0051539,GO:0051540,GO:0055114,GO:0065007,GO:0071704,GO:0072350,GO:0097159,GO:1901363 4.2.1.3 ko:K01681 ko00020,ko00630,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01210,ko01230,map00020,map00630,map00720,map01100,map01110,map01120,map01130,map01200,map01210,map01230 M00009,M00010,M00012,M00173,M00740 R01324,R01325,R01900 RC00497,RC00498,RC00618 br01601,ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS06730 Aconitase,Aconitase_C +BSU_18010 224308.BSU18010 3.74e-120 343.0 COG0526@1|root,COG0526@2|Bacteria,1VAPY@1239|Firmicutes,4HJN1@91061|Bacilli,1ZG2C@1386|Bacillus 2|Bacteria CO alkyl hydroperoxide reductase Thiol specific antioxidant Mal allergen yneN - - - - - - - - - - - AhpC-TSA +BSU_18020 1461580.CCAS010000001_gene168 8.79e-13 62.4 2EPWV@1|root,33HHC@2|Bacteria,1VMWH@1239|Firmicutes,4HRXR@91061|Bacilli,1ZK32@1386|Bacillus 2|Bacteria S Small acid-soluble spore protein N family sspN - - ko:K06431 - - - - ko00000 - - - SspN +BSU_18030 224308.BSU18030 6.62e-48 153.0 2E62M@1|root,330RR@2|Bacteria,1VF8M@1239|Firmicutes,4HPWY@91061|Bacilli,1ZITR@1386|Bacillus 2|Bacteria S Belongs to the Tlp family tlp - - ko:K06434 - - - - ko00000 - - - - +BSU_18040 224308.BSU18040 9.63e-88 257.0 COG0824@1|root,COG0824@2|Bacteria,1VAGM@1239|Firmicutes,4HIVC@91061|Bacilli,1ZG6C@1386|Bacillus 2|Bacteria S thioesterase yneP - - ko:K07107 - - - - ko00000,ko01000 - - - 4HBT,4HBT_2 +BSU_18050 224308.BSU18050 1.63e-71 214.0 2CICC@1|root,32S7S@2|Bacteria,1VC46@1239|Firmicutes,4HKPJ@91061|Bacilli,1ZI00@1386|Bacillus 2|Bacteria - - yneQ - - - - - - - - - - - - +BSU_18060 224308.BSU18060 8.97e-65 197.0 COG4841@1|root,COG4841@2|Bacteria,1VEQE@1239|Firmicutes,4HNU2@91061|Bacilli,1ZHU4@1386|Bacillus 2|Bacteria S Belongs to the HesB IscA family yneR - - - - - - - - - - - Fe-S_biosyn +BSU_18070 224308.BSU18070 5.48e-122 349.0 COG0344@1|root,COG0344@2|Bacteria,1VA3J@1239|Firmicutes,4HC55@91061|Bacilli,1ZFP9@1386|Bacillus 2|Bacteria I Catalyzes the transfer of an acyl group from acyl- phosphate (acyl-PO(4)) to glycerol-3-phosphate (G3P) to form lysophosphatidic acid (LPA). This enzyme utilizes acyl-phosphate as fatty acyl donor, but not acyl-CoA or acyl-ACP plsY - 2.3.1.15,3.5.1.104 ko:K08591,ko:K22278 ko00561,ko00564,ko01100,ko01110,map00561,map00564,map01100,map01110 M00089 R00851,R09380 RC00004,RC00039,RC00041 ko00000,ko00001,ko00002,ko01000,ko01004 - - - G3P_acyltransf +BSU_18080 224308.BSU18080 1.21e-90 265.0 COG1832@1|root,COG1832@2|Bacteria,1V7C7@1239|Firmicutes,4HIZT@91061|Bacilli,1ZG6W@1386|Bacillus 2|Bacteria S CoA-binding protein yccU GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 - ko:K06929 - - - - ko00000 - - - CoA_binding_2 +BSU_18090 224308.BSU18090 0.0 1269.0 COG0187@1|root,COG0187@2|Bacteria,1TQCF@1239|Firmicutes,4H9UC@91061|Bacilli,1ZBMM@1386|Bacillus 2|Bacteria L Topoisomerase IV is essential for chromosome segregation. It relaxes supercoiled DNA. Performs the decatenation events required during the replication of a circular DNA molecule parE GO:0003674,GO:0003824,GO:0003916,GO:0003918,GO:0005575,GO:0006139,GO:0006259,GO:0006265,GO:0006725,GO:0006807,GO:0006996,GO:0007059,GO:0008094,GO:0008150,GO:0008152,GO:0009295,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016853,GO:0016887,GO:0017111,GO:0034335,GO:0034641,GO:0042623,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0051276,GO:0061505,GO:0071103,GO:0071704,GO:0071840,GO:0090304,GO:0140097,GO:1901360 5.99.1.3 ko:K02470,ko:K02622 - - - - ko00000,ko01000,ko02048,ko03032,ko03036,ko03400 - - - DNA_gyraseB,DNA_gyraseB_C,HATPase_c,Toprim +BSU_18100 224308.BSU18100 0.0 1580.0 COG0188@1|root,COG0188@2|Bacteria,1TRE7@1239|Firmicutes,4HAQB@91061|Bacilli,1ZBCI@1386|Bacillus 2|Bacteria L Topoisomerase IV is essential for chromosome segregation. It relaxes supercoiled DNA. Performs the decatenation events required during the replication of a circular DNA molecule parC GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0009330,GO:0032991,GO:0044424,GO:0044464 5.99.1.3 ko:K02469,ko:K02621 - - - - ko00000,ko01000,ko02048,ko03032,ko03036,ko03400 - - - DNA_gyraseA_C,DNA_topoisoIV +BSU_18109 326423.RBAM_017920 1.87e-18 77.0 29SDG@1|root,30DI8@2|Bacteria,1UBB9@1239|Firmicutes,4IMQ6@91061|Bacilli,1ZKKQ@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_18110 224308.BSU18110 9.53e-93 271.0 29KWY@1|root,307UE@2|Bacteria,1U284@1239|Firmicutes,4IBSD@91061|Bacilli,1ZHFJ@1386|Bacillus 2|Bacteria - - ynfC - - - - - - - - - - - - +BSU_18120 224308.BSU18120 0.0 874.0 COG1115@1|root,COG1115@2|Bacteria,1TNZP@1239|Firmicutes,4H9SZ@91061|Bacilli,1ZAX7@1386|Bacillus 2|Bacteria E Sodium alanine symporter agcS GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03310,ko:K11626 ko02020,map02020 - - - ko00000,ko00001 2.A.25 - - Na_Ala_symp +BSU_18130 224308.BSU18130 0.0 1025.0 COG2730@1|root,COG2730@2|Bacteria,1TSJQ@1239|Firmicutes,4HFEH@91061|Bacilli,1ZEYQ@1386|Bacillus 2|Bacteria G PFAM glycoside hydrolase family 5 bglC5 GO:0005575,GO:0005576 3.2.1.4 ko:K01179 ko00500,ko01100,map00500,map01100 - R06200,R11307,R11308 - ko00000,ko00001,ko01000 - GH5,GH9 - CBM_3,Cellulase +BSU_18150 224308.BSU18150 0.0 863.0 COG5520@1|root,COG5520@2|Bacteria,1U8RG@1239|Firmicutes,4HS8Y@91061|Bacilli 2|Bacteria M Belongs to the glycosyl hydrolase 30 family xynC GO:0003674,GO:0003824,GO:0016787 3.2.1.136 ko:K15924 - - - - ko00000,ko01000 - GH5 - CBM_2,CBM_4_9,CBM_6,Dockerin_1,Glyco_hydro_30,Glyco_hydro_30C,RicinB_lectin_2 +BSU_18160 224308.BSU18160 0.0 1028.0 COG3507@1|root,COG3507@2|Bacteria,1TSKZ@1239|Firmicutes,4HTDV@91061|Bacilli,1ZATA@1386|Bacillus 2|Bacteria G Belongs to the glycosyl hydrolase 43 family xynD3 GO:0005575,GO:0005576 3.2.1.55 ko:K15921 ko00520,map00520 - R01762 - ko00000,ko00001,ko01000 - CBM6,GH43 - CBM_4_9,CBM_6,Glyco_hydro_43 +BSU_18170 224308.BSU18170 1.04e-104 302.0 COG2246@1|root,COG2246@2|Bacteria,1VCBC@1239|Firmicutes,4HM7K@91061|Bacilli,1ZRYB@1386|Bacillus 2|Bacteria S membrane yngA - - - - - - - - - - - GtrA +BSU_18180 224308.BSU18180 2.74e-210 581.0 COG1210@1|root,COG1210@2|Bacteria,1TQ24@1239|Firmicutes,4HATY@91061|Bacilli,1ZASX@1386|Bacillus 2|Bacteria M UTP-glucose-1-phosphate uridylyltransferase galU - 2.7.7.9 ko:K00963 ko00040,ko00052,ko00500,ko00520,ko01100,ko01130,map00040,map00052,map00500,map00520,map01100,map01130 M00129,M00361,M00362,M00549 R00289 RC00002 ko00000,ko00001,ko00002,ko01000 - - - NTP_transferase +BSU_18190 224308.BSU18190 1.78e-134 381.0 COG0586@1|root,COG0586@2|Bacteria,1V1D4@1239|Firmicutes,4HFSU@91061|Bacilli,1ZCPB@1386|Bacillus 2|Bacteria S membrane-associated protein yngC GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - SNARE_assoc +BSU_18200 224308.BSU18200 4.46e-297 809.0 COG2404@1|root,COG2404@2|Bacteria,1TQPZ@1239|Firmicutes,4HCSM@91061|Bacilli,1ZCH8@1386|Bacillus 2|Bacteria S phosphohydrolase (DHH superfamily) nrnB - - ko:K07097 - - - - ko00000 - - - DHHA1 +BSU_18210 224308.BSU18210 0.0 1001.0 COG4799@1|root,COG4799@2|Bacteria,1TQCV@1239|Firmicutes,4HBK9@91061|Bacilli,1ZBHM@1386|Bacillus 2|Bacteria I COG4799 Acetyl-CoA carboxylase, carboxyltransferase component (subunits alpha and beta) yngE GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0009056,GO:0009062,GO:0009987,GO:0016042,GO:0016054,GO:0016421,GO:0016874,GO:0016885,GO:0019752,GO:0032787,GO:0043436,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044281,GO:0044282,GO:0046395,GO:0071704,GO:0072329,GO:1901575 2.1.3.15,6.4.1.3 ko:K01966 ko00280,ko00630,ko00640,ko01100,ko01120,ko01130,ko01200,map00280,map00630,map00640,map01100,map01120,map01130,map01200 M00373,M00741 R01859 RC00097,RC00609 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU18210 Carboxyl_trans +BSU_18220 224308.BSU18220 1.48e-175 490.0 COG1024@1|root,COG1024@2|Bacteria,1TQ89@1239|Firmicutes,4HCH3@91061|Bacilli,1ZAXG@1386|Bacillus 2|Bacteria I Belongs to the enoyl-CoA hydratase isomerase family yngF GO:0003674,GO:0003824,GO:0004300,GO:0006082,GO:0006629,GO:0006631,GO:0006635,GO:0008150,GO:0008152,GO:0009056,GO:0009062,GO:0009987,GO:0016042,GO:0016054,GO:0016829,GO:0016835,GO:0016836,GO:0019395,GO:0019752,GO:0030258,GO:0032787,GO:0034440,GO:0043436,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044281,GO:0044282,GO:0046395,GO:0055114,GO:0071704,GO:0072329,GO:1901575 4.2.1.17 ko:K01715 ko00650,ko01200,map00650,map01200 - R03026 RC00831 ko00000,ko00001,ko01000 - - - ECH_1 +BSU_18230 224308.BSU18230 7.02e-214 590.0 COG0119@1|root,COG0119@2|Bacteria,1TQG3@1239|Firmicutes,4HA1U@91061|Bacilli,1ZC18@1386|Bacillus 2|Bacteria E Hydroxymethylglutaryl-CoA lyase mvaB GO:0000287,GO:0003674,GO:0003824,GO:0004419,GO:0005102,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005739,GO:0005759,GO:0005777,GO:0005782,GO:0005829,GO:0006082,GO:0006091,GO:0006520,GO:0006551,GO:0006552,GO:0006605,GO:0006625,GO:0006629,GO:0006807,GO:0006810,GO:0006886,GO:0006996,GO:0007031,GO:0008104,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009063,GO:0009081,GO:0009083,GO:0009987,GO:0015031,GO:0015833,GO:0016043,GO:0016054,GO:0016829,GO:0016830,GO:0016833,GO:0017144,GO:0019752,GO:0022607,GO:0030145,GO:0031907,GO:0031974,GO:0033036,GO:0033365,GO:0034613,GO:0042579,GO:0042802,GO:0042803,GO:0042886,GO:0043167,GO:0043169,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0043233,GO:0043436,GO:0043574,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0044422,GO:0044424,GO:0044429,GO:0044438,GO:0044439,GO:0044444,GO:0044446,GO:0044464,GO:0045184,GO:0046395,GO:0046872,GO:0046907,GO:0046914,GO:0046950,GO:0046951,GO:0046983,GO:0051179,GO:0051234,GO:0051259,GO:0051262,GO:0051641,GO:0051649,GO:0065003,GO:0070013,GO:0070727,GO:0071702,GO:0071704,GO:0071705,GO:0071840,GO:0072594,GO:0072662,GO:0072663,GO:1901564,GO:1901565,GO:1901568,GO:1901570,GO:1901575,GO:1901576,GO:1901605,GO:1901606,GO:1902224 4.1.3.4,6.4.1.4 ko:K01640,ko:K01968 ko00072,ko00280,ko00281,ko00650,ko01100,ko04146,map00072,map00280,map00281,map00650,map01100,map04146 M00036,M00088 R01360,R04138,R08090 RC00367,RC00502,RC00503,RC00942,RC01118,RC01946 ko00000,ko00001,ko00002,ko01000 - - iAF987.Gmet_3293 HMGL-like +BSU_18239 224308.BSU18239 1.23e-43 142.0 COG0511@1|root,COG0511@2|Bacteria,1UI6N@1239|Firmicutes,4ISFM@91061|Bacilli,1ZIUY@1386|Bacillus 2|Bacteria I Biotin carboxyl carrier protein pycB - 2.3.1.12,6.4.1.1 ko:K00627,ko:K01960,ko:K02160 ko00010,ko00020,ko00061,ko00620,ko00640,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,ko01230,map00010,map00020,map00061,map00620,map00640,map00720,map01100,map01110,map01120,map01130,map01200,map01212,map01230 M00082,M00173,M00307,M00376,M00620 R00209,R00344,R00742,R02569 RC00004,RC00040,RC00367,RC02742,RC02857 br01601,ko00000,ko00001,ko00002,ko01000 - - - Biotin_lipoyl,HMGL-like,PYC_OADA +BSU_18240 224308.BSU18240 0.0 870.0 COG0439@1|root,COG0439@2|Bacteria,1TP16@1239|Firmicutes,4HA40@91061|Bacilli,1ZBTG@1386|Bacillus 2|Bacteria I Biotin carboxylase accC - 6.3.4.14,6.4.1.2,6.4.1.3,6.4.1.4 ko:K01961,ko:K01965,ko:K01968 ko00061,ko00280,ko00620,ko00630,ko00640,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,map00061,map00280,map00620,map00630,map00640,map00720,map01100,map01110,map01120,map01130,map01200,map01212 M00036,M00082,M00373,M00376,M00741 R00742,R01859,R04138,R04385 RC00040,RC00097,RC00253,RC00367,RC00609,RC00942 ko00000,ko00001,ko00002,ko01000 - - - Biotin_carb_C,Biotin_carb_N,CPSase_L_D2 +BSU_18250 224308.BSU18250 0.0 1116.0 COG0318@1|root,COG0318@2|Bacteria,1TPSX@1239|Firmicutes,4HAHB@91061|Bacilli,1ZPZR@1386|Bacillus 2|Bacteria IQ COG0318 Acyl-CoA synthetases (AMP-forming) AMP-acid ligases II yngI - - ko:K00666 - - - - ko00000,ko01000,ko01004 - - - AMP-binding,AMP-binding_C +BSU_18260 224308.BSU18260 3.76e-268 734.0 COG1960@1|root,COG1960@2|Bacteria,1TP57@1239|Firmicutes,4HAWZ@91061|Bacilli,1ZCGC@1386|Bacillus 2|Bacteria I acyl-CoA dehydrogenase yngJ GO:0000062,GO:0000166,GO:0003674,GO:0003824,GO:0003995,GO:0004085,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005739,GO:0005740,GO:0005759,GO:0006082,GO:0006629,GO:0006631,GO:0006635,GO:0006950,GO:0008150,GO:0008152,GO:0009056,GO:0009062,GO:0009605,GO:0009719,GO:0009725,GO:0009987,GO:0009991,GO:0010033,GO:0014070,GO:0016020,GO:0016042,GO:0016043,GO:0016054,GO:0016491,GO:0016627,GO:0017076,GO:0019395,GO:0019605,GO:0019626,GO:0019752,GO:0022607,GO:0030258,GO:0030554,GO:0031090,GO:0031667,GO:0031960,GO:0031966,GO:0031967,GO:0031974,GO:0031975,GO:0032553,GO:0032555,GO:0032559,GO:0032787,GO:0033218,GO:0033539,GO:0033993,GO:0034440,GO:0036094,GO:0042221,GO:0042594,GO:0043167,GO:0043168,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0043233,GO:0043436,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044281,GO:0044282,GO:0044422,GO:0044424,GO:0044429,GO:0044444,GO:0044446,GO:0044464,GO:0046359,GO:0046395,GO:0046459,GO:0048037,GO:0048545,GO:0050660,GO:0050662,GO:0050896,GO:0051259,GO:0051260,GO:0051262,GO:0051289,GO:0051384,GO:0052890,GO:0055114,GO:0065003,GO:0070013,GO:0071704,GO:0071840,GO:0072329,GO:0097159,GO:0097367,GO:1901265,GO:1901363,GO:1901567,GO:1901575,GO:1901681 1.3.8.1,1.3.99.12 ko:K00248,ko:K11410,ko:K18244 ko00071,ko00280,ko00650,ko01100,ko01110,ko01120,ko01200,ko01212,map00071,map00280,map00650,map01100,map01110,map01120,map01200,map01212 - R01175,R01178,R02661,R03172,R04751 RC00052,RC00068,RC00076,RC00120,RC00148 ko00000,ko00001,ko01000 - - - Acyl-CoA_dh_1,Acyl-CoA_dh_M,Acyl-CoA_dh_N,ETF_alpha,Rubredoxin +BSU_18270 1274524.BSONL12_00627 1.5e-41 140.0 2E1TX@1|root,32X3M@2|Bacteria,1VCTQ@1239|Firmicutes,4HNDY@91061|Bacilli,1ZJF8@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5367) - - - - - - - - - - - - DUF5367 +BSU_18280 224308.BSU18280 0.0 1052.0 COG1649@1|root,COG1649@2|Bacteria,1TRTG@1239|Firmicutes,4HD0M@91061|Bacilli,1ZC0H@1386|Bacillus 2|Bacteria T Glycosyl hydrolase-like 10 yngK - - - - - - - - - - - Cu_amine_oxidN1,GHL10 +BSU_18290 224308.BSU18290 2.12e-84 249.0 2CDF4@1|root,32RXN@2|Bacteria,1VACE@1239|Firmicutes,4HQ6D@91061|Bacilli,1ZGTF@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF1360) yngL - - - - - - - - - - - DUF1360 +BSU_18300 224308.BSU18300 0.0 2568.0 COG1020@1|root,COG3319@1|root,COG1020@2|Bacteria,COG3319@2|Bacteria 2|Bacteria Q amino acid activation for nonribosomal peptide biosynthetic process - - 6.3.2.14 ko:K02364,ko:K15656,ko:K15668 ko01053,ko01054,ko01110,ko01130,ko02024,map01053,map01054,map01110,map01130,map02024 - R07644 RC00162,RC03046 ko00000,ko00001,ko01000,ko01008 - - - AMP-binding,AMP-binding_C,Condensation,KR,PP-binding,Thioesterase +BSU_18310 224308.BSU18310 0.0 7164.0 COG1020@1|root,COG1020@2|Bacteria,1TPTH@1239|Firmicutes,4HAHU@91061|Bacilli,1ZB3S@1386|Bacillus 2|Bacteria Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall nrsB - - ko:K15654,ko:K15664,ko:K15665,ko:K15666,ko:K15667 ko01054,ko02024,map01054,map02024 - - - ko00000,ko00001,ko01008 - - - AMP-binding,AMP-binding_C,Bac_luciferase,Condensation,PP-binding +BSU_18320 224308.BSU18320 0.0 5081.0 COG1020@1|root,COG1020@2|Bacteria,1TPTH@1239|Firmicutes,4HAHU@91061|Bacilli,1ZB3S@1386|Bacillus 2|Bacteria Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall nrsB - - ko:K15654,ko:K15664,ko:K15665,ko:K15666,ko:K15667 ko01054,ko02024,map01054,map02024 - - - ko00000,ko00001,ko01008 - - - AMP-binding,AMP-binding_C,Bac_luciferase,Condensation,PP-binding +BSU_18330 224308.BSU18330 0.0 5111.0 COG1020@1|root,COG1020@2|Bacteria,1TPTH@1239|Firmicutes,4HAHU@91061|Bacilli,1ZB3S@1386|Bacillus 2|Bacteria Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall - - - ko:K15654,ko:K15664,ko:K15665,ko:K15666,ko:K15667 ko01054,ko02024,map01054,map02024 - - - ko00000,ko00001,ko01008 - - - AMP-binding,AMP-binding_C,Condensation,PP-binding +BSU_18340 224308.BSU18340 0.0 5074.0 COG1020@1|root,COG1020@2|Bacteria,1TPTH@1239|Firmicutes,4HAHU@91061|Bacilli,1ZB3S@1386|Bacillus 2|Bacteria Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall nrsB - - ko:K15654,ko:K15664,ko:K15665,ko:K15666,ko:K15667 ko01054,ko02024,map01054,map02024 - - - ko00000,ko00001,ko01008 - - - AMP-binding,AMP-binding_C,Bac_luciferase,Condensation,PP-binding +BSU_18350 224308.BSU18350 0.0 954.0 COG2027@1|root,COG2027@2|Bacteria,1TQFQ@1239|Firmicutes,4HA3X@91061|Bacilli,1ZBNY@1386|Bacillus 2|Bacteria M D-alanyl-D-alanine carboxypeptidase dacC - 3.4.16.4 ko:K07259 ko00550,map00550 - - - ko00000,ko00001,ko01000,ko01002,ko01011 - - - Peptidase_S13 +BSU_18360 224308.BSU18360 2.54e-245 672.0 COG2017@1|root,COG2017@2|Bacteria,1TS6R@1239|Firmicutes,4IRTK@91061|Bacilli,1ZGMA@1386|Bacillus 2|Bacteria G Aldose 1-epimerase yoxA GO:0003674,GO:0003824,GO:0004034,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005975,GO:0005996,GO:0006006,GO:0006012,GO:0008150,GO:0008152,GO:0009056,GO:0016052,GO:0016853,GO:0016854,GO:0016857,GO:0019318,GO:0019320,GO:0019388,GO:0033499,GO:0044238,GO:0044281,GO:0044282,GO:0044424,GO:0044464,GO:0046365,GO:0071704,GO:1901575 5.1.3.3 ko:K01785 ko00010,ko00052,ko01100,ko01110,ko01120,ko01130,map00010,map00052,map01100,map01110,map01120,map01130 M00632 R01602,R10619 RC00563 ko00000,ko00001,ko00002,ko01000 - - - Aldose_epim +BSU_18370 224308.BSU18370 9.8e-313 854.0 COG0534@1|root,COG0534@2|Bacteria,1TNZN@1239|Firmicutes,4HANM@91061|Bacilli,1ZEAW@1386|Bacillus 2|Bacteria V MATE efflux family protein yoeA - - - - - - - - - - - MatE +BSU_18380 224308.BSU18380 7.14e-128 363.0 2DQ89@1|root,33587@2|Bacteria,1VHBN@1239|Firmicutes,4HP4B@91061|Bacilli,1ZH85@1386|Bacillus 2|Bacteria S IseA DL-endopeptidase inhibitor yoeB - - - - - - - - - - - Endopep_inhib +BSU_18390 224308.BSU18390 1.14e-124 355.0 COG0582@1|root,COG0582@2|Bacteria,1V2RX@1239|Firmicutes,4HE06@91061|Bacilli,1ZGYW@1386|Bacillus 2|Bacteria L Integrase - - - ko:K04763 - - - - ko00000,ko03036 - - - Phage_integrase +BSU_18400 224308.BSU18400 3.31e-47 151.0 COG0166@1|root,COG0166@2|Bacteria,1VFQ2@1239|Firmicutes,4HNRS@91061|Bacilli,1ZIWJ@1386|Bacillus 2|Bacteria G Helix-turn-helix domain yoeD - - - - - - - - - - - HTH_17 +BSU_18410 224308.BSU18410 0.0 1176.0 COG0405@1|root,COG0405@2|Bacteria,1TR9U@1239|Firmicutes,4HB23@91061|Bacilli,1ZCVJ@1386|Bacillus 2|Bacteria E gamma-glutamyltransferase ggt - 2.3.2.2,3.4.19.13 ko:K00681 ko00430,ko00460,ko00480,ko01100,map00430,map00460,map00480,map01100 - R00494,R01262,R01687,R03867,R03916,R03970,R03971,R04935 RC00064,RC00090,RC00096 ko00000,ko00001,ko01000,ko01002 - - - G_glu_transpept +BSU_18420 224308.BSU18420 5.28e-202 559.0 COG0583@1|root,COG0583@2|Bacteria,1UCV1@1239|Firmicutes,4HE6I@91061|Bacilli 2|Bacteria K Transcriptional regulator gltR1 - - ko:K21959 - - - - ko00000,ko03000 - - - HTH_1,LysR_substrate +BSU_18430 224308.BSU18430 7.23e-238 654.0 COG0604@1|root,COG0604@2|Bacteria,1TRRF@1239|Firmicutes,4HBSF@91061|Bacilli,1ZC7U@1386|Bacillus 2|Bacteria C COG0604 NADPH quinone reductase and related Zn-dependent oxidoreductases yogA - - ko:K13955 - - - - ko00000 - - - ADH_N,ADH_zinc_N +BSU_18440 224308.BSU18440 0.0 1001.0 COG0493@1|root,COG0493@2|Bacteria,1TQ1A@1239|Firmicutes,4HAD5@91061|Bacilli,1ZC3C@1386|Bacillus 2|Bacteria E COG0493 NADPH-dependent glutamate synthase beta chain and related oxidoreductases gltD GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0008150,GO:0016020,GO:0040007,GO:0044424,GO:0044444,GO:0044464,GO:0071944 1.4.1.13,1.4.1.14 ko:K00266 ko00250,ko00910,ko01100,ko01110,ko01120,ko01130,ko01230,map00250,map00910,map01100,map01110,map01120,map01130,map01230 - R00093,R00114,R00248 RC00006,RC00010,RC02799 ko00000,ko00001,ko01000 - - iJN678.gltD,iNJ661.Rv3858c,iSB619.SA_RS02450 Fer4_20,Pyr_redox_2 +BSU_18450 224308.BSU18450 0.0 3004.0 COG0067@1|root,COG0069@1|root,COG0070@1|root,COG0067@2|Bacteria,COG0069@2|Bacteria,COG0070@2|Bacteria,1TQ0B@1239|Firmicutes,4HA4G@91061|Bacilli,1ZBFF@1386|Bacillus 2|Bacteria E glutamate synthase gltB GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006082,GO:0006520,GO:0006536,GO:0006537,GO:0006541,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0015930,GO:0016020,GO:0016053,GO:0016491,GO:0016638,GO:0019676,GO:0019740,GO:0019752,GO:0040007,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0055114,GO:0071704,GO:0071944,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.4.1.13,1.4.1.14,1.4.7.1 ko:K00265,ko:K00284 ko00250,ko00630,ko00910,ko01100,ko01110,ko01120,ko01130,ko01230,map00250,map00630,map00910,map01100,map01110,map01120,map01130,map01230 - R00021,R00093,R00114,R00248,R10086 RC00006,RC00010,RC02799 ko00000,ko00001,ko01000 - - - GATase_2,GXGXG,Glu_syn_central,Glu_synthase +BSU_18460 224308.BSU18460 2.61e-205 569.0 COG0583@1|root,COG0583@2|Bacteria,1TRVX@1239|Firmicutes,4HA1X@91061|Bacilli,1ZCDN@1386|Bacillus 2|Bacteria K Transcriptional regulator gltC GO:0000976,GO:0000984,GO:0000986,GO:0000987,GO:0001017,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - ko:K09681 - - - - ko00000,ko03000 - - - HTH_1,LysR_substrate +BSU_18470 224308.BSU18470 3.31e-262 719.0 COG0263@1|root,COG0263@2|Bacteria,1TPG6@1239|Firmicutes,4HA9B@91061|Bacilli,1ZAPU@1386|Bacillus 2|Bacteria E Catalyzes the transfer of a phosphate group to glutamate to form L-glutamate 5-phosphate proB GO:0003674,GO:0003824,GO:0004349,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006560,GO:0006561,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016774,GO:0018130,GO:0019202,GO:0019752,GO:0040007,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.2.11 ko:K00931 ko00330,ko00332,ko01100,ko01130,ko01230,map00330,map00332,map01100,map01130,map01230 M00015 R00239 RC00002,RC00043 ko00000,ko00001,ko00002,ko01000 - - - AA_kinase,PUA +BSU_18480 224308.BSU18480 4.87e-204 565.0 COG0345@1|root,COG0345@2|Bacteria,1TP1E@1239|Firmicutes,4H9RV@91061|Bacilli,1ZCWZ@1386|Bacillus 2|Bacteria E Catalyzes the reduction of 1-pyrroline-5-carboxylate (PCA) to L-proline proC - 1.5.1.2 ko:K00286 ko00330,ko01100,ko01110,ko01130,ko01230,map00330,map01100,map01110,map01130,map01230 M00015 R01248,R01251,R03291,R03293 RC00054,RC00083 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU18480 F420_oxidored,P5CR_dimer +BSU_18490 224308.BSU18490 7.32e-79 234.0 COG1695@1|root,COG1695@2|Bacteria,1V4I3@1239|Firmicutes,4HHBU@91061|Bacilli,1ZGU9@1386|Bacillus 2|Bacteria K Plays a role in DNA replication and termination (fork arrest mechanism). Two dimers of rtp bind to the two inverted repeat regions (IRI and IRII) present in the termination site. The binding of each dimer is centered on an 8 bp direct repeat rtp - - - - - - - - - - - PadR,RTP +BSU_18500 224308.BSU18500 2.28e-159 447.0 COG0300@1|root,COG0300@2|Bacteria,1UG37@1239|Firmicutes,4HC7Y@91061|Bacilli,1ZDQ3@1386|Bacillus 2|Bacteria S Belongs to the short-chain dehydrogenases reductases (SDR) family fabG - 1.1.1.100 ko:K00059,ko:K07124 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 - - - adh_short +BSU_18510 224308.BSU18510 8.39e-57 177.0 COG4768@1|root,COG4768@2|Bacteria 2|Bacteria S Bacterial protein of unknown function (DUF948) yoxC - - - - - - - - - - - DUF948 +BSU_18520 224308.BSU18520 1.34e-185 515.0 28PVT@1|root,2ZCGB@2|Bacteria,1V3TG@1239|Firmicutes,4HHU4@91061|Bacilli,1ZG2Q@1386|Bacillus 2|Bacteria - - yoxB - - - - - - - - - - - UDG +BSU_18530 224308.BSU18530 5.91e-125 355.0 COG1670@1|root,COG1670@2|Bacteria,1V2C6@1239|Firmicutes,4HG3C@91061|Bacilli,1ZGGH@1386|Bacillus 2|Bacteria J COG1670 Acetyltransferases, including N-acetylases of ribosomal proteins yoaA - 2.3.1.128 ko:K03790 - - - - ko00000,ko01000,ko03009 - - - Acetyltransf_3 +BSU_18540 224308.BSU18540 1.11e-300 820.0 COG0477@1|root,COG2814@2|Bacteria,1TRNB@1239|Firmicutes,4HCAI@91061|Bacilli,1ZCJH@1386|Bacillus 2|Bacteria EGP the major facilitator superfamily yoaB - - - - - - - - - - - MFS_1 +BSU_18550 224308.BSU18550 0.0 983.0 COG1070@1|root,COG1070@2|Bacteria,1TQ1I@1239|Firmicutes,4HBRJ@91061|Bacilli,1ZMJ7@1386|Bacillus 2|Bacteria G FGGY family of carbohydrate kinases, C-terminal domain lsrK GO:0005975,GO:0005996,GO:0008150,GO:0008152,GO:0009056,GO:0016052,GO:0019299,GO:0019301,GO:0019318,GO:0019320,GO:0044238,GO:0044281,GO:0044282,GO:0046365,GO:0071704,GO:1901575 2.7.1.12,2.7.1.17,2.7.1.189,2.7.1.5 ko:K00848,ko:K00851,ko:K00854,ko:K11216 ko00030,ko00040,ko00051,ko01100,ko01110,ko01120,ko01130,ko01200,ko02024,map00030,map00040,map00051,map01100,map01110,map01120,map01130,map01200,map02024 M00014 R01639,R01737,R01902,R03014,R11183 RC00002,RC00017,RC00538 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU17610 FGGY_C,FGGY_N +BSU_18560 224308.BSU18560 5.4e-252 691.0 COG0111@1|root,COG0111@2|Bacteria,1UY3Y@1239|Firmicutes,4HMWA@91061|Bacilli,1ZENF@1386|Bacillus 2|Bacteria EH Belongs to the D-isomer specific 2-hydroxyacid dehydrogenase family yoaD - 1.1.1.399,1.1.1.95 ko:K00058 ko00260,ko00680,ko01100,ko01120,ko01130,ko01200,ko01230,map00260,map00680,map01100,map01120,map01130,map01200,map01230 M00020 R01513 RC00031 ko00000,ko00001,ko00002,ko01000,ko04147 - - - 2-Hacid_dh,2-Hacid_dh_C +BSU_18570 224308.BSU18570 0.0 1384.0 COG0243@1|root,COG0243@2|Bacteria,1TPZG@1239|Firmicutes,4HBA3@91061|Bacilli,1ZAU8@1386|Bacillus 2|Bacteria C belongs to the prokaryotic molybdopterin-containing oxidoreductase family yoaE - - - - - - - - - - - Molybdop_Fe4S4,Molybdopterin,Molydop_binding +BSU_18580 1051501.AYTL01000030_gene2213 2.08e-44 145.0 2CH62@1|root,32S5C@2|Bacteria,1VD6E@1239|Firmicutes,4HKZ3@91061|Bacilli,1ZI0G@1386|Bacillus 2|Bacteria - - yoaF - - - - - - - - - - - - +BSU_18590 1051501.AYTL01000028_gene2068 5.59e-11 63.2 2B1TR@1|root,31U9Q@2|Bacteria,1UCW8@1239|Firmicutes,4IPC8@91061|Bacilli,1ZPPX@1386|Bacillus 2|Bacteria S Uncharacterised protein family (UPF0715) ywlA - - - - - - - - - - - UPF0715 +BSU_18596 224308.BSU18596 1.25e-20 81.6 2C1AY@1|root,2ZPBJ@2|Bacteria,1W5BI@1239|Firmicutes,4I1SU@91061|Bacilli,1ZK8V@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_18600 224308.BSU18600 1.66e-61 189.0 2EIXM@1|root,2ZSX9@2|Bacteria,1W2TZ@1239|Firmicutes,4I06A@91061|Bacilli 2|Bacteria S Protein of unknown function (DUF4025) - - - - - - - - - - - - DUF4025 +BSU_18610 224308.BSU18610 0.0 890.0 COG0840@1|root,COG5278@1|root,COG0840@2|Bacteria,COG5278@2|Bacteria,1TP5A@1239|Firmicutes,4H9RZ@91061|Bacilli,1ZMP8@1386|Bacillus 2|Bacteria NT methyl-accepting chemotaxis protein mcpU - - ko:K03406,ko:K05874,ko:K13487 ko02020,ko02025,ko02030,map02020,map02025,map02030 - - - ko00000,ko00001,ko02035 - - - 4HB_MCP_1,CHASE3,HAMP,MCPsignal +BSU_18620 224308.BSU18620 0.0 964.0 COG2368@1|root,COG2368@2|Bacteria,1TQ70@1239|Firmicutes,4HA4I@91061|Bacilli,1ZDRC@1386|Bacillus 2|Bacteria Q COG2368 Aromatic ring hydroxylase hpaB - 1.14.14.9 ko:K00483 ko00350,ko01120,ko01220,map00350,map01120,map01220 - R02698,R03299 RC00046 ko00000,ko00001,ko01000 - - - HpaB,HpaB_N +BSU_18630 224308.BSU18630 2.61e-171 477.0 COG4305@1|root,COG4305@2|Bacteria,1UYVA@1239|Firmicutes,4HTET@91061|Bacilli,1ZMHI@1386|Bacillus 2|Bacteria G Endoglucanase C-terminal domain subunit and related proteins yoaJ - - ko:K20628 - - - - ko00000 - - - Cellulase,DPBB_1,Pollen_allerg_1 +BSU_18640 224308.BSU18640 7.3e-145 410.0 COG3619@1|root,COG3619@2|Bacteria,1VBZN@1239|Firmicutes,4HMQK@91061|Bacilli,1ZFAA@1386|Bacillus 2|Bacteria S Membrane yoaK - - - - - - - - - - - DUF1275 +BSU_18650 224308.BSU18650 1.5e-254 697.0 COG3866@1|root,COG3866@2|Bacteria,1VQVQ@1239|Firmicutes,4HTPK@91061|Bacilli 2|Bacteria G Amb_all pelB - 4.2.2.10,4.2.2.2 ko:K01728,ko:K01732 ko00040,ko02024,map00040,map02024 - R02361,R06240 RC00049,RC00705 ko00000,ko00001,ko01000 - - - Pec_lyase_C,RicinB_lectin_2 +BSU_18660 224308.BSU18660 5.08e-171 476.0 COG2135@1|root,COG2135@2|Bacteria,1TRRV@1239|Firmicutes,4HDUN@91061|Bacilli,1ZCQB@1386|Bacillus 2|Bacteria S Belongs to the SOS response-associated peptidase family yoqW - - - - - - - - - - - SRAP +BSU_18670 224308.BSU18670 1.55e-298 812.0 COG2140@1|root,COG2140@2|Bacteria,1TPC2@1239|Firmicutes,4HA6V@91061|Bacilli,1ZBBS@1386|Bacillus 2|Bacteria G Oxalate decarboxylase oxdD GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0008150,GO:0008152,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0019752,GO:0033609,GO:0043436,GO:0043648,GO:0044237,GO:0044281,GO:0044424,GO:0044464,GO:0046564,GO:0071704 4.1.1.2 ko:K01569 ko00630,ko01100,map00630,map01100 - R00522 RC00321 ko00000,ko00001,ko01000 - - iYO844.BSU18670 Cupin_1 +BSU_18690 224308.BSU18690 4.7e-188 521.0 COG0454@1|root,COG0456@2|Bacteria,1UHVP@1239|Firmicutes,4ISAV@91061|Bacilli,1ZS4D@1386|Bacillus 2|Bacteria K YoaP-like yoaP - 3.1.3.18 ko:K01091 ko00630,ko01100,ko01110,ko01130,map00630,map01100,map01110,map01130 - R01334 RC00017 ko00000,ko00001,ko01000 - - - Acetyltransf_1,Acetyltransf_7,Aminotran_3,YoaP +BSU_18700 224308.BSU18700 1.33e-88 259.0 2DNHP@1|root,32XJY@2|Bacteria,1VAY0@1239|Firmicutes,4HMYH@91061|Bacilli,1ZNQV@1386|Bacillus 2|Bacteria S Evidence 4 Homologs of previously reported genes of yoaQ - - - - - - - - - - - - +BSU_18710 224308.BSU18710 1.37e-115 331.0 2EV9F@1|root,33IVQ@2|Bacteria,1VQIU@1239|Firmicutes,4HRBH@91061|Bacilli,1ZQPK@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_18720 224308.BSU18720 3.63e-218 602.0 COG2720@1|root,COG2720@2|Bacteria,1TSH8@1239|Firmicutes,4HCPD@91061|Bacilli,1ZBNK@1386|Bacillus 2|Bacteria V vancomycin resistance protein yoaR - - - - - - - - - - - G5,PG_binding_4,VanW +BSU_18730 224308.BSU18730 1.6e-98 287.0 293T3@1|root,2ZR8H@2|Bacteria,1V593@1239|Firmicutes,4HG8Q@91061|Bacilli,1ZFS5@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2975) yoaS - - - - - - - - - - - DUF2975 +BSU_18740 224308.BSU18740 7.38e-50 158.0 COG3655@1|root,COG3655@2|Bacteria,1VESP@1239|Firmicutes,4HKR7@91061|Bacilli,1ZHUY@1386|Bacillus 2|Bacteria K Transcriptional regulator yozG - - ko:K07727 - - - - ko00000,ko03000 - - - HTH_26 +BSU_18750 224308.BSU18750 6.92e-192 532.0 COG3739@1|root,COG3739@2|Bacteria,1TSSG@1239|Firmicutes,4H9MC@91061|Bacilli,1ZCEJ@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF817) yoaT - - - - - - - - - - - DUF817 +BSU_18760 224308.BSU18760 6.67e-203 562.0 COG0583@1|root,COG0583@2|Bacteria,1V275@1239|Firmicutes,4HCKR@91061|Bacilli,1ZMPJ@1386|Bacillus 2|Bacteria K LysR substrate binding domain yoaU - - ko:K07592 - - - - ko00000,ko03000 - - - HTH_1,LysR_substrate +BSU_18770 224308.BSU18770 1.11e-202 561.0 COG0697@1|root,COG0697@2|Bacteria,1U3VF@1239|Firmicutes,4IQWZ@91061|Bacilli,1ZHPV@1386|Bacillus 2|Bacteria EG EamA-like transporter family yijE GO:0000099,GO:0000101,GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072348,GO:0098656,GO:1901682,GO:1903825,GO:1905039 - - - - - - - - - - EamA +BSU_18780 224308.BSU18780 1.96e-102 296.0 29QTX@1|root,30BTX@2|Bacteria,1U8NQ@1239|Firmicutes,4IIKN@91061|Bacilli,1ZNRJ@1386|Bacillus 2|Bacteria - - yoaW - - - - - - - - - - - - +BSU_18790 224308.BSU18790 3.88e-153 429.0 COG0693@1|root,COG0693@2|Bacteria,1TPJK@1239|Firmicutes,4HGTS@91061|Bacilli,1ZCPK@1386|Bacillus 2|Bacteria S DJ-1/PfpI family yoaZ GO:0003674,GO:0003824,GO:0004096,GO:0004601,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009056,GO:0009636,GO:0009987,GO:0016209,GO:0016491,GO:0016684,GO:0016999,GO:0017001,GO:0017144,GO:0020037,GO:0042221,GO:0042737,GO:0042743,GO:0042744,GO:0044237,GO:0044248,GO:0044424,GO:0044444,GO:0044464,GO:0046906,GO:0048037,GO:0050896,GO:0051186,GO:0051187,GO:0051716,GO:0055114,GO:0070887,GO:0072593,GO:0097159,GO:0097237,GO:0098754,GO:0098869,GO:1901363,GO:1990748 1.11.1.6,3.5.1.124 ko:K03781,ko:K05520 ko00380,ko00630,ko01110,ko01130,ko01200,ko04011,ko04016,ko04068,ko04146,ko04211,ko04212,ko04213,ko05014,map00380,map00630,map01110,map01130,map01200,map04011,map04016,map04068,map04146,map04211,map04212,map04213,map05014 M00532 R00009,R00602,R02670 RC00034,RC00767,RC02141,RC02755 ko00000,ko00001,ko00002,ko01000,ko01002 - - - DJ-1_PfpI +BSU_18800 224308.BSU18800 9.26e-218 601.0 COG2367@1|root,COG2367@2|Bacteria,1TQFB@1239|Firmicutes,4HAQ1@91061|Bacilli,1ZBKB@1386|Bacillus 2|Bacteria V beta-lactamase bla GO:0005575,GO:0005576 3.5.2.6 ko:K01467,ko:K17836,ko:K18766,ko:K18767,ko:K18768 ko00311,ko01130,ko01501,ko02020,map00311,map01130,map01501,map02020 M00627,M00628 R06363 RC01499 br01600,ko00000,ko00001,ko00002,ko01000,ko01504 - - - Beta-lactamase2 +BSU_18830 224308.BSU18830 0.0 1696.0 COG0574@1|root,COG3848@1|root,COG0574@2|Bacteria,COG3848@2|Bacteria,1UYA0@1239|Firmicutes,4HD4S@91061|Bacilli,1ZAW5@1386|Bacillus 2|Bacteria GT phosphoenolpyruvate synthase pps - 2.7.9.2 ko:K01007 ko00620,ko00680,ko00720,ko01100,ko01120,ko01200,map00620,map00680,map00720,map01100,map01120,map01200 M00173,M00374 R00199 RC00002,RC00015 ko00000,ko00001,ko00002,ko01000 - - - PEP-utilizers,PPDK_N +BSU_18840 224308.BSU18840 1.3e-157 441.0 COG0726@1|root,COG0726@2|Bacteria,1UZ2U@1239|Firmicutes,4HVCK@91061|Bacilli,1ZEQK@1386|Bacillus 2|Bacteria G Glycosyl hydrolases family 11 xlnB GO:0005575,GO:0016020 3.2.1.8 ko:K01181 - - - - ko00000,ko01000 - - - CBM60,Glyco_hydro_11,Polysacc_deac_1 +BSU_18849 224308.BSU18849 6.27e-51 160.0 COG2314@1|root,COG2314@2|Bacteria,1VM6J@1239|Firmicutes,4IREZ@91061|Bacilli 2|Bacteria S TM2 domain - - - - - - - - - - - - SHOCT,TM2,TerB_C +BSU_18850 224308.BSU18850 3.92e-76 227.0 COG1396@1|root,COG1396@2|Bacteria,1UV2P@1239|Firmicutes,4I3Y4@91061|Bacilli,1ZJGT@1386|Bacillus 2|Bacteria K Helix-turn-helix - - - - - - - - - - - - HTH_3 +BSU_18870 224308.BSU18870 1.21e-90 264.0 2DNHP@1|root,32XJY@2|Bacteria,1VAY0@1239|Firmicutes,4HMYH@91061|Bacilli,1ZNQV@1386|Bacillus 2|Bacteria S Evidence 4 Homologs of previously reported genes of yoaQ - - - - - - - - - - - - +BSU_18880 224308.BSU18880 1.92e-162 454.0 COG2135@1|root,COG2135@2|Bacteria,1TRRV@1239|Firmicutes,4HDUN@91061|Bacilli,1ZCQB@1386|Bacillus 2|Bacteria S Belongs to the SOS response-associated peptidase family yoqW - - - - - - - - - - - SRAP +BSU_18890 224308.BSU18890 1.1e-230 634.0 28J1H@1|root,2Z8YF@2|Bacteria,1UPWE@1239|Firmicutes,4IEHP@91061|Bacilli,1ZMU8@1386|Bacillus 2|Bacteria - - yobF - - - - - - - - - - - - +BSU_18910 224308.BSU18910 6.23e-267 731.0 COG0457@1|root,COG0457@2|Bacteria,1UV2Q@1239|Firmicutes,4I405@91061|Bacilli,1ZF04@1386|Bacillus 2|Bacteria S aspartate phosphatase - - - ko:K06369 ko02024,map02024 - - - ko00000,ko00001,ko01000 - - - TPR_12 +BSU_18930 224308.BSU18930 6.17e-158 442.0 COG0389@1|root,COG0389@2|Bacteria,1TP42@1239|Firmicutes,4HA1P@91061|Bacilli,1ZC8I@1386|Bacillus 2|Bacteria L Poorly processive, error-prone DNA polymerase involved in untargeted mutagenesis. Copies undamaged DNA at stalled replication forks, which arise in vivo from mismatched or misaligned primer ends. These misaligned primers can be extended by PolIV. Exhibits no 3'-5' exonuclease (proofreading) activity. May be involved in translesional synthesis, in conjunction with the beta clamp from PolIII dinB - 2.7.7.7 ko:K02346,ko:K03502,ko:K14161 - - - - ko00000,ko01000,ko03400 - - - IMS,IMS_C,IMS_HHH +BSU_18940 224308.BSU18940 1.52e-79 236.0 COG0389@1|root,COG0389@2|Bacteria,1TP42@1239|Firmicutes,4HA1P@91061|Bacilli,1ZC8I@1386|Bacillus 2|Bacteria L Poorly processive, error-prone DNA polymerase involved in untargeted mutagenesis. Copies undamaged DNA at stalled replication forks, which arise in vivo from mismatched or misaligned primer ends. These misaligned primers can be extended by PolIV. Exhibits no 3'-5' exonuclease (proofreading) activity. May be involved in translesional synthesis, in conjunction with the beta clamp from PolIII dinB - 2.7.7.7 ko:K02346,ko:K03502,ko:K14161 - - - - ko00000,ko01000,ko03400 - - - IMS,IMS_C,IMS_HHH +BSU_18950 224308.BSU21510 2.05e-51 164.0 2EAKH@1|root,33B0A@2|Bacteria,1UPV4@1239|Firmicutes,4IVBD@91061|Bacilli,1ZSK7@1386|Bacillus 2|Bacteria S YolD-like protein - - - - - - - - - - - - YolD +BSU_18960 224308.BSU18960 2.78e-71 214.0 291HX@1|root,2ZP4F@2|Bacteria,1W3P9@1239|Firmicutes,4I063@91061|Bacilli,1ZKG0@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_18970 224308.BSU18970 0.0 2298.0 COG5290@1|root,COG5290@2|Bacteria,1TQYD@1239|Firmicutes,4HDQS@91061|Bacilli,1ZMGS@1386|Bacillus 2|Bacteria K Psort location Cytoplasmic, score - - - - - - - - - - - - KAP_NTPase +BSU_18980 224308.BSU18980 1.03e-201 558.0 296GY@1|root,2ZTSG@2|Bacteria,1W4HE@1239|Firmicutes 2|Bacteria - - yobJ - - - - - - - - - - - - +BSU_18990 224308.BSU18990 6.69e-112 320.0 2E17N@1|root,32WNB@2|Bacteria,1VDC9@1239|Firmicutes,4HHCQ@91061|Bacilli,1ZFJS@1386|Bacillus 2|Bacteria S SMI1-KNR4 cell-wall - - - ko:K21488 - - - - ko00000,ko02048 - - - SUKH_5 +BSU_19000 224308.BSU19000 0.0 1144.0 COG5444@1|root,COG5444@2|Bacteria,1V897@1239|Firmicutes,4HIMS@91061|Bacilli,1ZIHP@1386|Bacillus 2|Bacteria L A nuclease of the HNH/ENDO VII superfamily with conserved LHH yobL - - ko:K21487,ko:K21489,ko:K21491,ko:K21493 - - - - ko00000,ko01000,ko02048 - - - EndoU_bacteria,LHH,LXG,PT-TG +BSU_19010 224308.BSU19010 2.79e-136 385.0 COG4282@1|root,COG4282@2|Bacteria,1W2DK@1239|Firmicutes,4I1HJ@91061|Bacilli,1ZHYP@1386|Bacillus 2|Bacteria G SMI1 / KNR4 family yokH - - - - - - - - - - - SMI1_KNR4,SUFU,TPR_12,TPR_2,TPR_8 +BSU_19020 224308.BSU19020 0.0 965.0 COG1231@1|root,COG1231@2|Bacteria,1TRJC@1239|Firmicutes,4HBN4@91061|Bacilli,1ZBU2@1386|Bacillus 2|Bacteria E COG1231 Monoamine oxidase yobN - 1.4.3.4 ko:K00274 ko00260,ko00330,ko00340,ko00350,ko00360,ko00380,ko00950,ko00982,ko01100,ko01110,ko04726,ko04728,ko05030,ko05031,ko05034,map00260,map00330,map00340,map00350,map00360,map00380,map00950,map00982,map01100,map01110,map04726,map04728,map05030,map05031,map05034 M00135 R02173,R02382,R02529,R02532,R02613,R02908,R02919,R04025,R04300,R04674,R04890,R04893,R04894,R04907,R04908,R08346,R08347,R08348,R11354 RC00062,RC00160,RC00225,RC00676,RC00807,RC00808,RC01808,RC02226,RC02713 ko00000,ko00001,ko00002,ko01000 - - - Amino_oxidase +BSU_19030 224308.BSU19030 0.0 1584.0 COG5434@1|root,COG5434@2|Bacteria,1TSDM@1239|Firmicutes,4HF01@91061|Bacilli,1ZB2S@1386|Bacillus 2|Bacteria M Pectate lyase superfamily protein yobO - - - - - - - - - - - Beta_helix,Pectate_lyase_3,Peptidase_G2 +BSU_19040 224308.BSU19040 2.21e-72 217.0 COG0073@1|root,COG0073@2|Bacteria,1V6N9@1239|Firmicutes,4HINY@91061|Bacilli,1ZH62@1386|Bacillus 2|Bacteria J tRNA-binding protein csaA GO:0000049,GO:0003674,GO:0003676,GO:0003723,GO:0003824,GO:0004812,GO:0004825,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006431,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0017101,GO:0017102,GO:0019538,GO:0019752,GO:0032991,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0097159,GO:0140098,GO:0140101,GO:1901360,GO:1901363,GO:1901564,GO:1901566,GO:1901576 6.1.1.10,6.1.1.20,6.1.1.6 ko:K01874,ko:K01890,ko:K04566,ko:K06878 ko00450,ko00970,map00450,map00970 M00359,M00360 R03658,R03659,R03660,R04773 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - - tRNA_bind +BSU_19050 224308.BSU19050 6.9e-176 489.0 COG0662@1|root,COG2207@1|root,COG0662@2|Bacteria,COG2207@2|Bacteria,1V4EJ@1239|Firmicutes,4HJ2M@91061|Bacilli,1ZF13@1386|Bacillus 2|Bacteria K helix_turn_helix, arabinose operon control protein yobQ - - ko:K03490,ko:K18991 - M00647 - - ko00000,ko00002,ko03000 - - - AraC_binding,Cupin_2,HTH_18,HTH_AraC +BSU_19060 224308.BSU19060 1.29e-183 509.0 COG0454@1|root,COG0456@2|Bacteria,1V37I@1239|Firmicutes,4HJ2D@91061|Bacilli,1ZQJP@1386|Bacillus 2|Bacteria J FR47-like protein yobR GO:0003674,GO:0003824,GO:0004596,GO:0005575,GO:0005622,GO:0005623,GO:0006464,GO:0006473,GO:0006474,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0019538,GO:0031248,GO:0031365,GO:0032991,GO:0034212,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0051604,GO:0071704,GO:1901564,GO:1902493,GO:1902494,GO:1990234 2.3.1.1 ko:K22476 ko00220,ko01210,ko01230,map00220,map01210,map01230 - R00259 RC00004,RC00064 ko00000,ko00001,ko01000 - - - Acetyltransf_1,Acetyltransf_10 +BSU_19070 224308.BSU19070 9.22e-129 366.0 COG1309@1|root,COG1309@2|Bacteria,1V1DM@1239|Firmicutes,4HG0Y@91061|Bacilli,1ZCT7@1386|Bacillus 2|Bacteria K Transcriptional regulator yobS GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - - - - - - - - - - TetR_N,WHG +BSU_19080 224308.BSU19080 1.34e-169 473.0 COG0491@1|root,COG0491@2|Bacteria,1TPPD@1239|Firmicutes,4HB0S@91061|Bacilli,1ZCBS@1386|Bacillus 2|Bacteria S COG0491 Zn-dependent hydrolases, including glyoxylases yobT - - - - - - - - - - - Lactamase_B +BSU_19090 224308.BSU19090 1.55e-114 328.0 COG3708@1|root,COG3708@2|Bacteria,1VXXE@1239|Firmicutes,4HWWS@91061|Bacilli,1ZI69@1386|Bacillus 2|Bacteria K Bacterial transcription activator, effector binding domain yobU GO:0003674,GO:0003824,GO:0006081,GO:0006082,GO:0006089,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009438,GO:0009987,GO:0016053,GO:0016829,GO:0016835,GO:0016836,GO:0019172,GO:0019243,GO:0019249,GO:0019752,GO:0032787,GO:0042180,GO:0042182,GO:0043436,GO:0044237,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0046185,GO:0046394,GO:0051596,GO:0061727,GO:0071704,GO:0072330,GO:1901575,GO:1901576,GO:1901615,GO:1901617 - ko:K13653 - - - - ko00000,ko03000 - - - Cass2,GyrI-like,HTH_18 +BSU_19100 224308.BSU19100 2.05e-229 631.0 COG2378@1|root,COG2378@2|Bacteria,1TT23@1239|Firmicutes,4HIPG@91061|Bacilli,1ZQBA@1386|Bacillus 2|Bacteria K WYL domain yobV7 - - - - - - - - - - - HTH_11,WYL +BSU_19110 224308.BSU19110 7.69e-123 350.0 2DUZZ@1|root,32UY8@2|Bacteria,1VAX8@1239|Firmicutes,4HMKW@91061|Bacilli,1ZF86@1386|Bacillus 2|Bacteria - - yobW - - - - - - - - - - - DUF1453 +BSU_19120 224308.BSU19120 8.12e-69 208.0 COG0640@1|root,COG0640@2|Bacteria,1VA6G@1239|Firmicutes,4HKYT@91061|Bacilli,1ZGXI@1386|Bacillus 2|Bacteria K transcriptional czrA - - ko:K21903,ko:K22043 - - - - ko00000,ko03000 - - - HTH_5 +BSU_19130 224308.BSU19130 1.33e-156 439.0 COG0741@1|root,COG0741@2|Bacteria,1VD4A@1239|Firmicutes,4HN7R@91061|Bacilli,1ZDE7@1386|Bacillus 2|Bacteria M COG0741 Soluble lytic murein transglycosylase and related regulatory proteins (some contain LysM invasin domains) pvaA - - ko:K02395 - - - - ko00000,ko02035 - - - Lysozyme_like,SLT_2 +BSU_19140 1051501.AYTL01000030_gene2262 3.97e-119 341.0 COG2322@1|root,COG2322@2|Bacteria,1V3KT@1239|Firmicutes,4HH92@91061|Bacilli,1ZFN2@1386|Bacillus 2|Bacteria S membrane yozB - - ko:K07152,ko:K08976 - - - - ko00000,ko03029 - - - DUF420 +BSU_19150 224308.BSU19150 4.49e-186 517.0 297WE@1|root,2ZV2Y@2|Bacteria,1VW2D@1239|Firmicutes,4HW4N@91061|Bacilli,1ZSJT@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_19160 224308.BSU19160 2.66e-122 348.0 28PIX@1|root,2ZC8R@2|Bacteria,1V2BK@1239|Firmicutes,4HGS0@91061|Bacilli,1ZG7B@1386|Bacillus 2|Bacteria - - yocC - - - - - - - - - - - Acetyltransf_1 +BSU_19170 224308.BSU19170 1.21e-243 668.0 COG1619@1|root,COG1619@2|Bacteria,1TRBB@1239|Firmicutes,4HB1P@91061|Bacilli,1ZQ9Y@1386|Bacillus 2|Bacteria V peptidase S66 yocD - 3.4.17.13 ko:K01297 - - - - ko00000,ko01000,ko01002,ko01011 - - - Peptidase_S66 +BSU_19180 224308.BSU19180 3.99e-258 707.0 COG3239@1|root,COG3239@2|Bacteria,1TP3B@1239|Firmicutes,4H9TS@91061|Bacilli,1ZAYJ@1386|Bacillus 2|Bacteria I fatty acid desaturase des - 1.14.19.23,1.14.19.45 ko:K10255 ko02020,map02020 - - - ko00000,ko00001,ko01000,ko01004 - - - FA_desaturase +BSU_19190 224308.BSU19190 1.22e-252 694.0 COG4585@1|root,COG4585@2|Bacteria,1TSUE@1239|Firmicutes,4HB9N@91061|Bacilli,1ZBZR@1386|Bacillus 2|Bacteria T Histidine kinase desK GO:0003674,GO:0003824,GO:0004721,GO:0005488,GO:0005515,GO:0006464,GO:0006470,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0019538,GO:0036211,GO:0042578,GO:0042802,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:0140096,GO:1901564 2.7.13.3 ko:K07778 ko02020,map02020 M00479 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - HATPase_c,HisKA_3 +BSU_19200 224308.BSU19200 4.71e-135 383.0 COG2197@1|root,COG2197@2|Bacteria,1TVTF@1239|Firmicutes,4HAJW@91061|Bacilli,1ZC1V@1386|Bacillus 2|Bacteria T COG2197 Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain desR - - ko:K02479,ko:K07693 ko02020,map02020 M00479 - - ko00000,ko00001,ko00002,ko02022 - - - GerE,Response_reg +BSU_19210 224308.BSU19210 2.89e-175 492.0 COG1388@1|root,COG3584@1|root,COG1388@2|Bacteria,COG3584@2|Bacteria,1UV4J@1239|Firmicutes,4HCGU@91061|Bacilli,1ZFSM@1386|Bacillus 2|Bacteria M COG1388 FOG LysM repeat yocH - - ko:K19220,ko:K19223,ko:K19224 - - - - ko00000,ko01000,ko01002,ko01011 - CBM50 - 3D,LysM +BSU_19220 224308.BSU19220 0.0 1170.0 COG0514@1|root,COG0514@2|Bacteria,1TPN5@1239|Firmicutes,4H9QP@91061|Bacilli,1ZC4U@1386|Bacillus 2|Bacteria L DNA helicase recQ GO:0003674,GO:0003676,GO:0003677,GO:0003678,GO:0003824,GO:0004003,GO:0004386,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005694,GO:0005737,GO:0006139,GO:0006259,GO:0006281,GO:0006310,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0006996,GO:0008026,GO:0008094,GO:0008150,GO:0008152,GO:0009295,GO:0009378,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0032392,GO:0032508,GO:0033554,GO:0034641,GO:0042623,GO:0043138,GO:0043140,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051276,GO:0051716,GO:0070035,GO:0071103,GO:0071704,GO:0071840,GO:0090304,GO:0097159,GO:0140097,GO:1901360,GO:1901363 3.6.4.12 ko:K03654 ko03018,map03018 - - - ko00000,ko00001,ko01000,ko03400 - - - DEAD,HRDC,HTH_40,Helicase_C,RQC,RecQ_Zn_bind +BSU_19230 224308.BSU19230 1.46e-147 415.0 COG1182@1|root,COG1182@2|Bacteria,1UGCK@1239|Firmicutes,4HAPQ@91061|Bacilli,1ZR58@1386|Bacillus 2|Bacteria I Catalyzes the reductive cleavage of azo bond in aromatic azo compounds to the corresponding amines. Requires NADH, but not NADPH, as an electron donor for its activity azoR GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0008081,GO:0008150,GO:0008152,GO:0008770,GO:0009987,GO:0016787,GO:0016788,GO:0019752,GO:0032787,GO:0042578,GO:0043436,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0071704,GO:0140096 - ko:K01118 - - - - ko00000,ko01000 - - - Flavodoxin_2 +BSU_19240 224308.BSU19240 1.42e-107 310.0 COG1734@1|root,COG1734@2|Bacteria,1W0NA@1239|Firmicutes,4HZ77@91061|Bacilli,1ZG5H@1386|Bacillus 2|Bacteria T general stress protein dksA - - ko:K06204 ko02026,map02026 - - - ko00000,ko00001,ko03000,ko03009,ko03021 - - - zf-dskA_traR +BSU_19250 224308.BSU19250 3.02e-70 212.0 2B51N@1|root,31XUX@2|Bacteria,1U9H0@1239|Firmicutes,4IJM1@91061|Bacilli,1ZGBD@1386|Bacillus 2|Bacteria - - yocL - - - - - - - - - - - - +BSU_19259 224308.BSU19259 7.29e-46 147.0 29S4P@1|root,30D96@2|Bacteria,1UB0T@1239|Firmicutes,4IMDM@91061|Bacilli,1ZJWA@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_19260 224308.BSU19260 6.6e-115 328.0 COG0071@1|root,COG0071@2|Bacteria,1VIHI@1239|Firmicutes,4HPSX@91061|Bacilli,1ZFR8@1386|Bacillus 2|Bacteria O Belongs to the small heat shock protein (HSP20) family yocM - - ko:K13993 ko04141,map04141 - - - ko00000,ko00001,ko03110 - - - GvpH,HSP20 +BSU_19270 224308.BSU19270 1.7e-54 170.0 2EHWS@1|root,33BND@2|Bacteria,1VPU6@1239|Firmicutes,4HRS1@91061|Bacilli,1ZHT1@1386|Bacillus 2|Bacteria - - yozN - - - - - - - - - - - - +BSU_19280 224308.BSU19280 1.83e-49 157.0 2EFR8@1|root,339HA@2|Bacteria,1VHR4@1239|Firmicutes,4HQMM@91061|Bacilli,1ZIJX@1386|Bacillus 2|Bacteria - - yocN - - - - - - - - - - - - +BSU_19290 224308.BSU19290 6.22e-74 221.0 arCOG12631@1|root,303Q6@2|Bacteria,1VFEW@1239|Firmicutes,4IKCU@91061|Bacilli,1ZGGS@1386|Bacillus 2|Bacteria S Bacterial PH domain yozO - - - - - - - - - - - bPH_1 +BSU_19300 224308.BSU19300 1.91e-42 138.0 2E3WX@1|root,32YU3@2|Bacteria,1VFHJ@1239|Firmicutes,4HPQ5@91061|Bacilli,1ZITX@1386|Bacillus 2|Bacteria - - yozC - - - - - - - - - - - - +BSU_19310 224308.BSU19310 0.0 999.0 COG1012@1|root,COG1012@2|Bacteria,1TP4S@1239|Firmicutes,4H9MF@91061|Bacilli,1ZAY9@1386|Bacillus 2|Bacteria C Belongs to the aldehyde dehydrogenase family dhaS - 1.2.1.3,1.2.1.39 ko:K00128,ko:K00146 ko00010,ko00053,ko00071,ko00280,ko00310,ko00330,ko00340,ko00360,ko00380,ko00410,ko00561,ko00620,ko00625,ko00643,ko00903,ko00981,ko01100,ko01110,ko01120,ko01130,map00010,map00053,map00071,map00280,map00310,map00330,map00340,map00360,map00380,map00410,map00561,map00620,map00625,map00643,map00903,map00981,map01100,map01110,map01120,map01130 M00135 R00264,R00631,R00710,R00904,R01752,R01986,R02536,R02549,R02678,R02940,R02957,R03283,R03869,R04065,R04506,R04903,R05050,R05237,R05238,R05286,R06366,R08146 RC00047,RC00071,RC00080,RC00186,RC00218,RC00242,RC00816,RC01500 ko00000,ko00001,ko00002,ko01000 - - - Aldedh +BSU_19320 224308.BSU19320 0.0 1239.0 COG1657@1|root,COG1657@2|Bacteria,1TRRG@1239|Firmicutes,4HA2Q@91061|Bacilli,1ZBBW@1386|Bacillus 2|Bacteria I COG1657 Squalene cyclase sqhC - 4.2.1.137,5.4.99.7 ko:K01852,ko:K18115 ko00100,ko01100,ko01110,ko01130,map00100,map01100,map01110,map01130 M00101 R03199 RC00874 ko00000,ko00001,ko00002,ko01000 - - - Prenyltrans,SQHop_cyclase_C,SQHop_cyclase_N +BSU_19330 224308.BSU19330 3.35e-212 585.0 COG0605@1|root,COG0605@2|Bacteria,1TPXT@1239|Firmicutes,4HAX6@91061|Bacilli,1ZB6Q@1386|Bacillus 2|Bacteria P Superoxide dismutase sodA GO:0000302,GO:0000303,GO:0000305,GO:0003674,GO:0003824,GO:0004784,GO:0005488,GO:0005506,GO:0005575,GO:0005576,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006801,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009405,GO:0009605,GO:0009607,GO:0009636,GO:0009987,GO:0010035,GO:0016020,GO:0016209,GO:0016491,GO:0016721,GO:0019430,GO:0020012,GO:0030682,GO:0033554,GO:0034599,GO:0034614,GO:0042221,GO:0042597,GO:0043167,GO:0043169,GO:0043207,GO:0044237,GO:0044403,GO:0044413,GO:0044415,GO:0044419,GO:0044424,GO:0044444,GO:0044464,GO:0046872,GO:0046914,GO:0050896,GO:0051701,GO:0051704,GO:0051707,GO:0051716,GO:0051805,GO:0051807,GO:0051832,GO:0051834,GO:0052059,GO:0052173,GO:0052200,GO:0052385,GO:0052550,GO:0052564,GO:0052567,GO:0052572,GO:0055114,GO:0070887,GO:0071450,GO:0071451,GO:0071944,GO:0072593,GO:0075136,GO:0097237,GO:0098754,GO:0098869,GO:1901700,GO:1901701,GO:1990748 1.15.1.1 ko:K04564 ko04013,ko04068,ko04146,ko04211,ko04212,ko04213,ko05016,map04013,map04068,map04146,map04211,map04212,map04213,map05016 - - - ko00000,ko00001,ko01000 - - iNJ661.Rv3846 Sod_Fe_C,Sod_Fe_N +BSU_19340 224308.BSU19340 8.78e-300 820.0 COG0733@1|root,COG0733@2|Bacteria,1TP6B@1239|Firmicutes,4HAAI@91061|Bacilli,1ZBC5@1386|Bacillus 2|Bacteria S Belongs to the sodium neurotransmitter symporter (SNF) (TC 2.A.22) family yocR - - ko:K03308 - - - - ko00000 2.A.22.4,2.A.22.5 - - SNF +BSU_19350 224308.BSU19350 3.31e-214 593.0 COG0385@1|root,COG0385@2|Bacteria,1TP85@1239|Firmicutes,4HBG6@91061|Bacilli,1ZB6V@1386|Bacillus 2|Bacteria S -transporter yocS - - ko:K03453 - - - - ko00000 2.A.28 - iYO844.BSU19350 SBF +BSU_19360 224308.BSU19360 3.16e-265 730.0 COG0508@1|root,COG0508@2|Bacteria,1TP3C@1239|Firmicutes,4HBVM@91061|Bacilli,1ZBCB@1386|Bacillus 2|Bacteria C The 2-oxoglutarate dehydrogenase complex catalyzes the overall conversion of 2-oxoglutarate to succinyl-CoA and CO(2) sucB GO:0003674,GO:0003824,GO:0004149,GO:0005488,GO:0005504,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006091,GO:0006099,GO:0006101,GO:0008150,GO:0008152,GO:0008289,GO:0009060,GO:0009987,GO:0015980,GO:0016417,GO:0016740,GO:0016746,GO:0016747,GO:0016748,GO:0016751,GO:0016999,GO:0017144,GO:0019752,GO:0031405,GO:0031406,GO:0032991,GO:0033293,GO:0036094,GO:0043167,GO:0043168,GO:0043177,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0045239,GO:0045240,GO:0045252,GO:0045333,GO:0048037,GO:0050662,GO:0055114,GO:0071704,GO:0072350,GO:0097159,GO:0140096,GO:1901363,GO:1901681,GO:1902494,GO:1990204,GO:1990234 2.3.1.61 ko:K00658 ko00020,ko00310,ko01100,ko01110,ko01120,ko01130,ko01200,map00020,map00310,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00032 R02570,R02571,R08549 RC00004,RC02727,RC02833 br01601,ko00000,ko00001,ko00002,ko01000 - - iAF987.Gmet_2766,iAPECO1_1312.APECO1_1352,iECED1_1282.ECED1_0696,iECOK1_1307.ECOK1_0726,iECS88_1305.ECS88_0752,iLF82_1304.LF82_2196,iNRG857_1313.NRG857_03235,iUMN146_1321.UM146_13990,iUTI89_1310.UTI89_C0722 2-oxoacid_dh,Biotin_lipoyl,E3_binding +BSU_19370 224308.BSU19370 0.0 1880.0 COG0567@1|root,COG0567@2|Bacteria,1TRDW@1239|Firmicutes,4HAUI@91061|Bacilli,1ZAX3@1386|Bacillus 2|Bacteria C The 2-oxoglutarate dehydrogenase complex catalyzes the overall conversion of 2-oxoglutarate to succinyl-CoA and CO(2). It contains multiple copies of three enzymatic components 2- oxoglutarate dehydrogenase (E1), dihydrolipoamide succinyltransferase (E2) and lipoamide dehydrogenase (E3) sucA GO:0000287,GO:0003674,GO:0003824,GO:0004591,GO:0005488,GO:0005515,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006082,GO:0006091,GO:0006099,GO:0006101,GO:0006103,GO:0008150,GO:0008152,GO:0008683,GO:0009055,GO:0009060,GO:0009987,GO:0015980,GO:0016020,GO:0016491,GO:0016624,GO:0016740,GO:0016744,GO:0016829,GO:0016830,GO:0016831,GO:0016903,GO:0016999,GO:0017144,GO:0019752,GO:0019842,GO:0022900,GO:0030312,GO:0030976,GO:0032991,GO:0036094,GO:0040007,GO:0042802,GO:0043167,GO:0043168,GO:0043169,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0045239,GO:0045240,GO:0045252,GO:0045254,GO:0045333,GO:0046872,GO:0048037,GO:0050439,GO:0050662,GO:0051186,GO:0055114,GO:0071704,GO:0071944,GO:0072350,GO:0097159,GO:1901363,GO:1901681,GO:1902494,GO:1990204,GO:1990234 1.2.4.2,4.1.1.71 ko:K00164,ko:K01616 ko00020,ko00310,ko00380,ko01100,ko01110,ko01120,ko01130,ko01200,map00020,map00310,map00380,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00032 R00621,R01933,R01940,R03316,R08549 RC00004,RC00027,RC00627,RC02743,RC02833,RC02883 br01601,ko00000,ko00001,ko00002,ko01000 - - iNJ661.Rv1248c,iSSON_1240.SSON_0677,iYL1228.KPN_00732 2-oxoacid_dh,2-oxogl_dehyd_N,E1_dh,OxoGdeHyase_C,Transket_pyr +BSU_19380 224308.BSU19380 0.0 1250.0 COG4548@1|root,COG4548@2|Bacteria,1TPW1@1239|Firmicutes,4HCPJ@91061|Bacilli,1ZD6R@1386|Bacillus 2|Bacteria P Von Willebrand factor yojO - - - - - - - - - - - CobT_C,VWA +BSU_19390 224308.BSU19390 5.13e-214 591.0 COG0714@1|root,COG0714@2|Bacteria,1TQJA@1239|Firmicutes,4HBG4@91061|Bacilli,1ZAT6@1386|Bacillus 2|Bacteria S ATPase family associated with various cellular activities (AAA) yojN - - ko:K04748 - - R00294 RC02794 ko00000 3.D.4.10 - - AAA_5,CbbQ_C +BSU_19400 224308.BSU19400 3.62e-142 400.0 COG2032@1|root,COG2032@2|Bacteria,1V652@1239|Firmicutes,4HH67@91061|Bacilli,1ZE46@1386|Bacillus 2|Bacteria P Destroys radicals which are normally produced within the cells and which are toxic to biological systems sodC GO:0000302,GO:0000303,GO:0000305,GO:0003674,GO:0003824,GO:0004784,GO:0005488,GO:0005507,GO:0005515,GO:0005575,GO:0005576,GO:0005615,GO:0006801,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0008270,GO:0009636,GO:0009987,GO:0010035,GO:0016209,GO:0016491,GO:0016721,GO:0019430,GO:0033554,GO:0034599,GO:0034614,GO:0042221,GO:0042802,GO:0042803,GO:0043167,GO:0043169,GO:0044237,GO:0044421,GO:0046872,GO:0046914,GO:0046983,GO:0050896,GO:0051716,GO:0055114,GO:0070887,GO:0071450,GO:0071451,GO:0072593,GO:0097237,GO:0098754,GO:0098869,GO:1901700,GO:1901701,GO:1990748 1.15.1.1 ko:K04565 ko04146,ko04213,ko05014,ko05016,ko05020,map04146,map04213,map05014,map05016,map05020 - - - ko00000,ko00001,ko01000 - - - Sod_Cu +BSU_19410 224308.BSU19410 1.3e-267 736.0 COG0791@1|root,COG1388@1|root,COG0791@2|Bacteria,COG1388@2|Bacteria,1TP24@1239|Firmicutes,4HA77@91061|Bacilli,1ZCHY@1386|Bacillus 2|Bacteria M COG1388 FOG LysM repeat cwlS GO:0003674,GO:0003796,GO:0003824,GO:0004175,GO:0004553,GO:0005575,GO:0005576,GO:0005618,GO:0005623,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016787,GO:0016798,GO:0019538,GO:0030312,GO:0043170,GO:0044238,GO:0044464,GO:0061783,GO:0070011,GO:0071704,GO:0071944,GO:0140096,GO:1901564 3.5.1.28 ko:K19220,ko:K19223,ko:K19224,ko:K21471,ko:K22409 - - - - ko00000,ko01000,ko01002,ko01011 - CBM50 - CHAP,LysM,NLPC_P60 +BSU_19420 224308.BSU19420 5.62e-294 802.0 COG1819@1|root,COG1819@2|Bacteria,1TSPC@1239|Firmicutes,4HRJW@91061|Bacilli,1ZRSZ@1386|Bacillus 2|Bacteria CG UDP-glucoronosyl and UDP-glucosyl transferase yojK GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0008194,GO:0016740,GO:0016757,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0044424,GO:0044464 - - - - - - - - - - UDPGT +BSU_19430 224308.BSU19430 3.06e-144 407.0 COG1624@1|root,COG1624@2|Bacteria,1V3J8@1239|Firmicutes,4HHIB@91061|Bacilli,1ZGH7@1386|Bacillus 2|Bacteria S Catalyzes the condensation of 2 ATP molecules into cyclic di-AMP (c-di-AMP), a second messenger used to regulate differing processes in different bacteria dacA GO:0003674,GO:0003824,GO:0004016,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0009975,GO:0016020,GO:0016021,GO:0016829,GO:0016849,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 2.7.7.85 ko:K18672 - - - - ko00000,ko01000 - - - DisA_N,YojJ +BSU_19440 224308.BSU19440 5.06e-314 857.0 COG0534@1|root,COG0534@2|Bacteria,1TP5U@1239|Firmicutes,4HA4W@91061|Bacilli,1ZAX6@1386|Bacillus 2|Bacteria V Multidrug efflux pump norM GO:0003674,GO:0005215,GO:0006810,GO:0006855,GO:0008150,GO:0015238,GO:0015893,GO:0022857,GO:0042221,GO:0042493,GO:0042891,GO:0042895,GO:0046677,GO:0050896,GO:0051179,GO:0051234,GO:0055085 - ko:K03327 - - - - ko00000,ko02000 2.A.66.1 - - MatE +BSU_19450 224308.BSU19450 2.49e-194 540.0 COG1366@1|root,COG1366@2|Bacteria,1V1QF@1239|Firmicutes,4HGBT@91061|Bacilli,1ZDJX@1386|Bacillus 2|Bacteria T COG1366 Anti-anti-sigma regulatory factor (antagonist of anti-sigma factor) - GO:0003674,GO:0003824,GO:0004672,GO:0004674,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006464,GO:0006468,GO:0006793,GO:0006796,GO:0006807,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019538,GO:0023052,GO:0035556,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0065007,GO:0071704,GO:0140096,GO:1901564 - ko:K17763 - - - - ko00000,ko03021 - - - STAS +BSU_19460 224308.BSU19460 1.84e-161 451.0 COG2120@1|root,COG2120@2|Bacteria,1TPSJ@1239|Firmicutes,4HA2P@91061|Bacilli,1ZB3T@1386|Bacillus 2|Bacteria S deacetylase yojG - - ko:K22135 - - - - ko00000,ko01000 - - - PIG-L +BSU_19470 224308.BSU19470 2.32e-79 235.0 COG2120@1|root,COG2120@2|Bacteria,1VA8Q@1239|Firmicutes,4HKMK@91061|Bacilli,1ZH30@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF1806) yojF - - - - - - - - - - - DUF1806,PIG-L +BSU_19479 224308.BSU19479 1.85e-58 181.0 29HMR@1|root,304J1@2|Bacteria,1TWSW@1239|Firmicutes,4I5M0@91061|Bacilli,1ZJ8C@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_19480 224308.BSU19480 1.21e-209 580.0 COG2962@1|root,COG2962@2|Bacteria,1TQF2@1239|Firmicutes,4HAYU@91061|Bacilli,1ZD78@1386|Bacillus 2|Bacteria S -transporter rarD - - ko:K05786 - - - - ko00000,ko02000 2.A.7.7 - - EamA +BSU_19490 224308.BSU19490 7.43e-107 308.0 2DR1M@1|root,339SJ@2|Bacteria,1VMD6@1239|Firmicutes,4HRV5@91061|Bacilli,1ZGEB@1386|Bacillus 2|Bacteria S COG0071 Molecular chaperone (small heat shock protein) yozR - - - - - - - - - - - - +BSU_19510 1178540.BA70_14055 1.95e-14 68.6 2B7QS@1|root,320WV@2|Bacteria,1UAN7@1239|Firmicutes,4IM0U@91061|Bacilli,1ZIN1@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_19520 224308.BSU19520 1.01e-293 805.0 COG2610@1|root,COG2610@2|Bacteria,1TQ14@1239|Firmicutes,4HB0Y@91061|Bacilli,1ZAYI@1386|Bacillus 2|Bacteria EG COG2610 H gluconate symporter and related permeases gntP GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0008028,GO:0008150,GO:0008509,GO:0008514,GO:0008643,GO:0015075,GO:0015128,GO:0015144,GO:0015318,GO:0015711,GO:0015718,GO:0015849,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034219,GO:0034220,GO:0035429,GO:0042873,GO:0042879,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098656,GO:1903825,GO:1905039 - ko:K03299,ko:K06155 - - - - ko00000,ko02000 2.A.8,2.A.8.1.4 - - GntP_permease +BSU_19530 224308.BSU19530 2.05e-86 254.0 COG1942@1|root,COG1942@2|Bacteria,1V3SS@1239|Firmicutes,4HI9G@91061|Bacilli,1ZG7P@1386|Bacillus 2|Bacteria S tautomerase iolK - - - - - - - - - - - Tautomerase_2 +BSU_19540 224308.BSU19540 1.37e-76 228.0 COG1733@1|root,COG1733@2|Bacteria,1VBI7@1239|Firmicutes,4HKBR@91061|Bacilli,1ZH23@1386|Bacillus 2|Bacteria K transcriptional yodB GO:0000976,GO:0001067,GO:0001130,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:1990837,GO:2000112,GO:2000113,GO:2001141 - - - - - - - - - - HxlR +BSU_19550 224308.BSU19550 1.92e-140 397.0 COG0778@1|root,COG0778@2|Bacteria,1UXYI@1239|Firmicutes,4HBMN@91061|Bacilli,1ZQ88@1386|Bacillus 2|Bacteria C nitroreductase yodC - - ko:K15976 - - - - ko00000,ko01000 - - - Nitroreductase +BSU_19560 224308.BSU19560 1.31e-146 412.0 COG0400@1|root,COG0400@2|Bacteria,1TPBY@1239|Firmicutes,4HB45@91061|Bacilli,1ZAQZ@1386|Bacillus 2|Bacteria S Carboxylesterase yahD - - ko:K06999 - - - - ko00000 - - - Abhydrolase_2,DLH +BSU_19570 224308.BSU19570 1.18e-223 615.0 COG0346@1|root,COG0346@2|Bacteria,1TQCN@1239|Firmicutes,4HAMC@91061|Bacilli,1ZAQY@1386|Bacillus 2|Bacteria E COG0346 Lactoylglutathione lyase and related lyases yodE - - ko:K15975 - - - - ko00000 - - - Glyoxalase +BSU_19579 224308.BSU19579 2.36e-38 128.0 2EFSS@1|root,339IS@2|Bacteria,1VMRC@1239|Firmicutes,4HR88@91061|Bacilli,1ZI2T@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3311) - - - - - - - - - - - - DUF3311 +BSU_19580 224308.BSU19580 0.0 937.0 COG0591@1|root,COG0591@2|Bacteria,1TRYH@1239|Firmicutes,4HE2W@91061|Bacilli,1ZCBN@1386|Bacillus 2|Bacteria E Belongs to the sodium solute symporter (SSF) (TC 2.A.21) family yodF - - ko:K03307 - - - - ko00000 2.A.21 - - SSF +BSU_19590 224308.BSU19590 0.0 885.0 COG0793@1|root,COG3409@1|root,COG0793@2|Bacteria,COG3409@2|Bacteria,1TPBI@1239|Firmicutes,4HAKE@91061|Bacilli,1ZBDE@1386|Bacillus 2|Bacteria M Belongs to the peptidase S41A family ctpA GO:0003674,GO:0003824,GO:0004175,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0006508,GO:0006518,GO:0006807,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0008233,GO:0009653,GO:0009987,GO:0016787,GO:0019538,GO:0023052,GO:0030154,GO:0030288,GO:0030313,GO:0030435,GO:0031975,GO:0032502,GO:0033218,GO:0034641,GO:0042277,GO:0042597,GO:0042802,GO:0042803,GO:0043170,GO:0043603,GO:0043900,GO:0043902,GO:0043934,GO:0044237,GO:0044238,GO:0044464,GO:0046983,GO:0048518,GO:0048522,GO:0048646,GO:0048856,GO:0048869,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0065007,GO:0070011,GO:0071704,GO:0140096,GO:1900190,GO:1900192,GO:1901564 3.4.21.102 ko:K03797 - - - - ko00000,ko01000,ko01002 - - - PDZ,PDZ_2,PG_binding_1,Peptidase_S41 +BSU_19600 224308.BSU19600 1.83e-167 468.0 COG0500@1|root,COG2226@2|Bacteria,1V4RW@1239|Firmicutes,4HIF0@91061|Bacilli,1ZE3P@1386|Bacillus 2|Bacteria Q Methyltransferase yodH GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0008152,GO:0008168,GO:0008757,GO:0016740,GO:0016741,GO:0032259,GO:0044424,GO:0044464 - - - - - - - - - - Methyltransf_11,Methyltransf_25,Methyltransf_31 +BSU_19610 224308.BSU19610 8.39e-42 138.0 2DPDU@1|root,331PB@2|Bacteria,1VFH2@1239|Firmicutes,4HQIZ@91061|Bacilli,1ZJAM@1386|Bacillus 2|Bacteria - - yodI - - - - - - - - - - - - +BSU_19620 224308.BSU19620 1.62e-190 529.0 COG1876@1|root,COG1876@2|Bacteria,1V1F7@1239|Firmicutes,4HBR1@91061|Bacilli,1ZCAG@1386|Bacillus 2|Bacteria M D-alanyl-D-alanine carboxypeptidase vanY - 3.4.16.4,3.4.17.14 ko:K01286,ko:K07260 ko00550,ko01100,ko01502,ko02020,map00550,map01100,map01502,map02020 M00651 - - ko00000,ko00001,ko00002,ko01000,ko01002,ko01011,ko01504 - - - VanY +BSU_19630 224308.BSU19630 1.19e-163 458.0 COG0813@1|root,COG0813@2|Bacteria,1TQPG@1239|Firmicutes,4HADM@91061|Bacilli,1ZCBV@1386|Bacillus 2|Bacteria F Purine nucleoside phosphorylase deoD GO:0003674,GO:0003824,GO:0004731,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006152,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009056,GO:0009116,GO:0009164,GO:0009987,GO:0015949,GO:0016740,GO:0016757,GO:0016763,GO:0019439,GO:0019686,GO:0033554,GO:0034641,GO:0034655,GO:0034656,GO:0042278,GO:0042802,GO:0044237,GO:0044238,GO:0044248,GO:0044270,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0046700,GO:0050896,GO:0051716,GO:0055086,GO:0071704,GO:0072521,GO:0072523,GO:1901135,GO:1901136,GO:1901360,GO:1901361,GO:1901564,GO:1901565,GO:1901575,GO:1901657,GO:1901658 2.4.2.1,2.4.2.28 ko:K00772,ko:K03784 ko00230,ko00240,ko00270,ko00760,ko01100,ko01110,map00230,map00240,map00270,map00760,map01100,map01110 M00034 R01402,R01561,R01863,R01969,R02147,R02294,R02295,R02297,R02484,R02557,R02748,R08368,R10244 RC00033,RC00063,RC00122,RC02819 ko00000,ko00001,ko00002,ko01000 - - iAPECO1_1312.APECO1_1997,iB21_1397.B21_04226,iE2348C_1286.E2348C_4682,iEC042_1314.EC042_4881,iECABU_c1320.ECABU_c50190,iECBD_1354.ECBD_3636,iECB_1328.ECB_04260,iECD_1391.ECD_04260,iECED1_1282.ECED1_5255,iECIAI39_1322.ECIAI39_4916,iECNA114_1301.ECNA114_4626,iECO26_1355.ECO26_5590,iECOK1_1307.ECOK1_4950,iECP_1309.ECP_4768,iEcolC_1368.EcolC_3672,iLF82_1304.LF82_0467,iNRG857_1313.NRG857_22170,iPC815.YPO0440,iSFV_1184.SFV_4418,iSF_1195.SF4416,iSFxv_1172.SFxv_4809,iS_1188.S4687,iUMN146_1321.UM146_22680,iUMNK88_1353.UMNK88_5303,iUTI89_1310.UTI89_C5155,ic_1306.c5468 PNP_UDP_1 +BSU_19639 1403313.AXBR01000024_gene4656 1.63e-13 63.9 2EKRV@1|root,33EFM@2|Bacteria,1VQ20@1239|Firmicutes,4HSEI@91061|Bacilli,1ZK5P@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_19640 224308.BSU19640 1.17e-71 215.0 2FBM7@1|root,343SB@2|Bacteria,1VAAQ@1239|Firmicutes,4HYUG@91061|Bacilli,1ZIA3@1386|Bacillus 2|Bacteria S YodL-like yodL - - - - - - - - - - - YodL +BSU_19650 224308.BSU19650 1.15e-137 390.0 COG0671@1|root,COG0671@2|Bacteria,1VF2U@1239|Firmicutes,4HNXR@91061|Bacilli,1ZJJP@1386|Bacillus 2|Bacteria I Acid phosphatase homologues yodM - 3.6.1.27 ko:K19302 ko00550,map00550 - R05627 RC00002 ko00000,ko00001,ko01000,ko01011 - - - PAP2 +BSU_19660 224308.BSU19660 5.18e-34 116.0 28VRR@1|root,2ZHTJ@2|Bacteria,1W6RM@1239|Firmicutes,4IFAF@91061|Bacilli,1ZITN@1386|Bacillus 2|Bacteria S YozD-like protein yozD - - - - - - - - - - - YozD +BSU_19670 224308.BSU19670 3.84e-161 451.0 2ESB9@1|root,33JW0@2|Bacteria,1VMVV@1239|Firmicutes,4HSTZ@91061|Bacilli,1ZD8X@1386|Bacillus 2|Bacteria - - yodN - - - - - - - - - - - - +BSU_19680 224308.BSU19680 7.3e-50 157.0 COG4479@1|root,COG4479@2|Bacteria,1VFI4@1239|Firmicutes,4HR7P@91061|Bacilli,1ZJ7C@1386|Bacillus 2|Bacteria S Belongs to the UPF0346 family yozE - - - - - - - - - - - YozE_SAM_like +BSU_19689 224308.BSU19689 3.44e-63 192.0 2FGYP@1|root,348TV@2|Bacteria,1VZPM@1239|Firmicutes,4HYBM@91061|Bacilli,1ZHW2@1386|Bacillus 2|Bacteria S YokU-like protein, putative antitoxin yokU - - - - - - - - - - - YokU +BSU_19690 224308.BSU19690 0.0 956.0 COG1509@1|root,COG1509@2|Bacteria,1TQQZ@1239|Firmicutes,4HE2P@91061|Bacilli,1ZBET@1386|Bacillus 2|Bacteria E lysine 2,3-aminomutase kamA - 5.4.3.2 ko:K01843 ko00310,map00310 - R00461 RC00303 ko00000,ko00001,ko01000 - - - Fer4_12,Fer4_14,LAM_C,Radical_SAM +BSU_19700 224308.BSU19700 9.5e-200 553.0 COG0454@1|root,COG0456@2|Bacteria,1V4AF@1239|Firmicutes,4HD36@91061|Bacilli,1ZCVH@1386|Bacillus 2|Bacteria K Acetyltransferase (GNAT) family yodP - 2.3.1.264 ko:K21935 - - R11701 - ko00000,ko01000 - - - Acetyltransf_1,Acetyltransf_9 +BSU_19710 224308.BSU19710 0.0 895.0 COG0624@1|root,COG0624@2|Bacteria,1TQS9@1239|Firmicutes,4HDHW@91061|Bacilli,1ZBDC@1386|Bacillus 2|Bacteria E Acetylornithine deacetylase yodQ - 3.5.1.16,3.5.1.18 ko:K01438,ko:K01439,ko:K20895 ko00220,ko00300,ko00730,ko01100,ko01110,ko01120,ko01130,ko01210,ko01230,map00220,map00300,map00730,map01100,map01110,map01120,map01130,map01210,map01230 M00016,M00028,M00845 R00669,R02734,R09107,R11313 RC00064,RC00090,RC00197,RC00300 ko00000,ko00001,ko00002,ko01000 - - - M20_dimer,Peptidase_M20,Peptidase_M28 +BSU_19720 224308.BSU19720 9.44e-153 429.0 COG2057@1|root,COG2057@2|Bacteria,1TNY5@1239|Firmicutes,4HBFR@91061|Bacilli,1ZB4Q@1386|Bacillus 2|Bacteria I COG2057 Acyl CoA acetate 3-ketoacid CoA transferase, beta subunit scoB - 2.8.3.5,2.8.3.8,2.8.3.9 ko:K01027,ko:K01029,ko:K01035 ko00072,ko00280,ko00310,ko00627,ko00640,ko00650,ko01100,ko01120,ko02020,map00072,map00280,map00310,map00627,map00640,map00650,map01100,map01120,map02020 - R00410,R01179,R01359,R01365,R07832 RC00012,RC00014 ko00000,ko00001,ko01000 - - - CoA_trans +BSU_19730 224308.BSU19730 3.41e-161 451.0 COG1788@1|root,COG1788@2|Bacteria,1TSZT@1239|Firmicutes,4HDJG@91061|Bacilli,1ZQEH@1386|Bacillus 2|Bacteria I COG1788 Acyl CoA acetate 3-ketoacid CoA transferase, alpha subunit atoD - 2.8.3.8,2.8.3.9 ko:K01034 ko00310,ko00627,ko00640,ko00650,ko01100,ko01120,ko02020,map00310,map00627,map00640,map00650,map01100,map01120,map02020 - R01179,R01359,R01365,R07832 RC00012,RC00014 ko00000,ko00001,ko01000 - - - CoA_trans +BSU_19740 224308.BSU19740 0.0 866.0 COG0161@1|root,COG0161@2|Bacteria,1TP9N@1239|Firmicutes,4HD8E@91061|Bacilli,1ZAWS@1386|Bacillus 2|Bacteria H Belongs to the class-III pyridoxal-phosphate-dependent aminotransferase family yodT - 2.6.1.105,2.6.1.62 ko:K00833,ko:K19563 ko00780,ko01100,map00780,map01100 M00123,M00573,M00577 R03231,R10699 RC00006,RC00062,RC00887 ko00000,ko00001,ko00002,ko01000,ko01007 - - - Aminotran_3 +BSU_19750 224308.BSU19750 2.06e-186 518.0 COG0454@1|root,COG0456@2|Bacteria 2|Bacteria K acetyltransferase yiiD GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006464,GO:0006473,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0009987,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0019538,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0071704,GO:1901564 - ko:K06323 - - - - ko00000 - - - Acetyltransf_1,Acetyltransf_10,YiiD_C +BSU_19760 224308.BSU19760 0.0 886.0 COG0463@1|root,COG0463@2|Bacteria,1VT8J@1239|Firmicutes,4HU2T@91061|Bacilli,1ZBH8@1386|Bacillus 2|Bacteria M maturation of the outermost layer of the spore cgeD - - ko:K06322 - - - - ko00000 - - - Glycos_transf_2 +BSU_19770 224308.BSU19770 4.32e-59 183.0 29RRN@1|root,30CVA@2|Bacteria,1UAEY@1239|Firmicutes,4IKT8@91061|Bacilli,1ZHGH@1386|Bacillus 2|Bacteria - - cgeC - - ko:K06321 - - - - ko00000 - - - - +BSU_19780 224308.BSU19780 5.57e-86 253.0 29RIJ@1|root,30CMI@2|Bacteria,1UA3F@1239|Firmicutes,4IKD5@91061|Bacilli,1ZGHQ@1386|Bacillus 2|Bacteria - - cgeA - - ko:K06319 - - - - ko00000 - - - - +BSU_19790 224308.BSU19790 2.95e-240 659.0 COG4641@1|root,COG4641@2|Bacteria,1TQNB@1239|Firmicutes,4HBH5@91061|Bacilli,1ZF3Y@1386|Bacillus 2|Bacteria S Spore maturation protein cgeB - - ko:K06320 - - - - ko00000 - - - DUF3880,Glyco_trans_1_2 +BSU_19800 224308.BSU19800 4.17e-282 770.0 COG4247@1|root,COG4247@2|Bacteria,1VRJS@1239|Firmicutes,4HV5E@91061|Bacilli,1ZM0Y@1386|Bacillus 2|Bacteria I Myo-inositol-hexaphosphate 3-phosphohydrolase phy - 3.1.3.8 ko:K01083 ko00562,map00562 - R03371 RC00078 ko00000,ko00001,ko01000 - - - Cu_amine_oxidN1,Phytase +BSU_19810 326423.RBAM_019650 1.27e-81 243.0 COG1086@1|root,COG1086@2|Bacteria,1TR3W@1239|Firmicutes,4HAER@91061|Bacilli,1ZB9K@1386|Bacillus 2|Bacteria GM Polysaccharide biosynthesis protein - - 4.2.1.115 ko:K15894,ko:K19421 ko00520,map00520 - R09697 RC02609 ko00000,ko00001,ko01000 - - - CoA_binding_3,Polysacc_synt_2 +BSU_19830 224308.BSU19830 3.77e-139 393.0 COG3331@1|root,COG3331@2|Bacteria,1W0W5@1239|Firmicutes 2|Bacteria L Endonuclease that resolves Holliday junction intermediates in genetic recombination. Cleaves mobile four-strand junctions by introducing symmetrical nicks in paired strands. Promotes annealing of linear ssDNA with homologous dsDNA. Required for DNA repair, homologous recombination and chromosome segregation recU - - ko:K03700 - - - - ko00000,ko03400 - - - RecU +BSU_19940 224308.BSU19940 6.52e-216 593.0 COG1409@1|root,COG1409@2|Bacteria,1VHNQ@1239|Firmicutes,4HPMT@91061|Bacilli 2|Bacteria S Calcineurin-like phosphoesterase - - - - - - - - - - - - Metallophos +BSU_19950 224308.BSU19950 2.24e-41 136.0 2BX75@1|root,32YCI@2|Bacteria,1VEDY@1239|Firmicutes,4HNHZ@91061|Bacilli,1ZIWS@1386|Bacillus 2|Bacteria S spore protein sasP - - ko:K06418,ko:K06419,ko:K06420,ko:K06421 - - - - ko00000 - - - SASP +BSU_20010 224308.BSU20010 2.85e-107 308.0 COG3449@1|root,COG3449@2|Bacteria,1V73Y@1239|Firmicutes,4HMR0@91061|Bacilli,1ZPXI@1386|Bacillus 2|Bacteria L Bacterial transcription activator, effector binding domain yosT - - ko:K13652 - - - - ko00000,ko03000 - - - GyrI-like,HTH_18 +BSU_20020 224308.BSU20020 3.02e-101 293.0 COG0756@1|root,COG0756@2|Bacteria,1V5PP@1239|Firmicutes,4HHFX@91061|Bacilli,1ZGRC@1386|Bacillus 2|Bacteria F Deoxyuridine 5'-triphosphate dut GO:0000287,GO:0003674,GO:0003824,GO:0004170,GO:0005488,GO:0006139,GO:0006220,GO:0006221,GO:0006226,GO:0006244,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009117,GO:0009123,GO:0009124,GO:0009129,GO:0009130,GO:0009141,GO:0009143,GO:0009147,GO:0009149,GO:0009157,GO:0009162,GO:0009165,GO:0009166,GO:0009176,GO:0009177,GO:0009200,GO:0009204,GO:0009211,GO:0009213,GO:0009219,GO:0009221,GO:0009223,GO:0009262,GO:0009263,GO:0009264,GO:0009265,GO:0009394,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0019692,GO:0022607,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0043167,GO:0043169,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046078,GO:0046080,GO:0046081,GO:0046385,GO:0046386,GO:0046434,GO:0046483,GO:0046700,GO:0046872,GO:0047429,GO:0051259,GO:0051260,GO:0055086,GO:0065003,GO:0070206,GO:0070207,GO:0071704,GO:0071840,GO:0072527,GO:0072528,GO:0072529,GO:0090407,GO:1901135,GO:1901136,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576 3.6.1.23,4.1.1.36,6.3.2.5 ko:K01520,ko:K13038 ko00240,ko00770,ko00983,ko01100,map00240,map00770,map00983,map01100 M00053,M00120 R02100,R03269,R04231,R11896 RC00002,RC00064,RC00090,RC00822 ko00000,ko00001,ko00002,ko01000,ko03400 - - iYO844.BSU17660 dUTPase +BSU_20030 224308.BSU20030 2.34e-51 162.0 COG0526@1|root,COG0526@2|Bacteria,1UBD7@1239|Firmicutes,4IMRZ@91061|Bacilli,1ZKQ6@1386|Bacillus 2|Bacteria O Glutaredoxin - GO:0003674,GO:0003824,GO:0004791,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009636,GO:0009987,GO:0015035,GO:0015036,GO:0016209,GO:0016491,GO:0016651,GO:0016667,GO:0016668,GO:0016671,GO:0019725,GO:0033554,GO:0034599,GO:0042221,GO:0042592,GO:0044424,GO:0044444,GO:0044464,GO:0045454,GO:0047134,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0055114,GO:0065007,GO:0065008,GO:0070887,GO:0097237,GO:0098754,GO:0098869,GO:1990748 - ko:K03671 ko04621,ko05418,map04621,map05418 - - - ko00000,ko00001,ko03110 - - - Glutaredoxin,Thioredoxin +BSU_20040 224308.BSU20040 2.75e-95 284.0 COG0208@1|root,COG0208@2|Bacteria,1TQTH@1239|Firmicutes,4H9WX@91061|Bacilli,1ZBBM@1386|Bacillus 2|Bacteria F Provides the precursors necessary for DNA synthesis. Catalyzes the biosynthesis of deoxyribonucleotides from the corresponding ribonucleotides nrdF - 1.17.4.1 ko:K00526 ko00230,ko00240,ko01100,map00230,map00240,map01100 M00053 R02017,R02018,R02019,R02024 RC00613 ko00000,ko00001,ko00002,ko01000,ko03400 - - iSB619.SA_RS03915,iYO844.BSU17390 Ribonuc_red_sm +BSU_20050 224308.BSU20050 3.73e-126 358.0 2DR9Y@1|root,33AUY@2|Bacteria,1UBBA@1239|Firmicutes,4IMQ7@91061|Bacilli,1ZKKS@1386|Bacillus 2|Bacteria L HNH endonuclease - - - - - - - - - - - - HNH_3,NUMOD4 +BSU_20060 224308.BSU20060 0.0 1673.0 COG0209@1|root,COG1372@1|root,COG0209@2|Bacteria,COG1372@2|Bacteria,1TPFH@1239|Firmicutes,4H9X0@91061|Bacilli,1ZANT@1386|Bacillus 2|Bacteria F Provides the precursors necessary for DNA synthesis. Catalyzes the biosynthesis of deoxyribonucleotides from the corresponding ribonucleotides nrdE GO:0000166,GO:0003674,GO:0003824,GO:0004748,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0005971,GO:0006139,GO:0006259,GO:0006260,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009117,GO:0009165,GO:0009262,GO:0009263,GO:0009987,GO:0015949,GO:0016020,GO:0016491,GO:0016725,GO:0016728,GO:0017076,GO:0018130,GO:0019438,GO:0019637,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0032991,GO:0034641,GO:0034645,GO:0034654,GO:0035639,GO:0036094,GO:0040007,GO:0043167,GO:0043168,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044445,GO:0044464,GO:0046483,GO:0051063,GO:0055086,GO:0055114,GO:0061731,GO:0071704,GO:0071944,GO:0090304,GO:0090407,GO:0097159,GO:0097367,GO:1901135,GO:1901137,GO:1901265,GO:1901293,GO:1901360,GO:1901362,GO:1901363,GO:1901576,GO:1902494,GO:1990204 1.17.4.1 ko:K00524,ko:K00525 ko00230,ko00240,ko01100,map00230,map00240,map01100 M00053 R02017,R02018,R02019,R02024 RC00613 ko00000,ko00001,ko00002,ko01000,ko03400 - - iAPECO1_1312.APECO1_3846,iYO844.BSU17380 Intein_splicing,LAGLIDADG_3,RNR_N,Ribonuc_red_lgC,Ribonuc_red_lgN +BSU_20070 224308.BSU20070 7.75e-87 255.0 COG1780@1|root,COG1780@2|Bacteria,1V9T1@1239|Firmicutes,4HJ0M@91061|Bacilli,1ZIDV@1386|Bacillus 2|Bacteria F Probably involved in ribonucleotide reductase function nrdI GO:0000166,GO:0003674,GO:0005488,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010181,GO:0019538,GO:0032553,GO:0036094,GO:0036211,GO:0043167,GO:0043168,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0048037,GO:0050662,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901363,GO:1901564 1.17.4.1 ko:K00525,ko:K03647 ko00230,ko00240,ko01100,map00230,map00240,map01100 M00053 R02017,R02018,R02019,R02024 RC00613 ko00000,ko00001,ko00002,ko01000,ko03400 - - - Flavodoxin_NdrI +BSU_20250 224308.BSU20250 0.0 881.0 COG0270@1|root,COG0270@2|Bacteria,1TSNX@1239|Firmicutes,4HFAI@91061|Bacilli,1ZBQM@1386|Bacillus 2|Bacteria L DNA (cytosine-5-)-methyltransferase activity dcm GO:0003674,GO:0003824,GO:0006139,GO:0006259,GO:0006304,GO:0006305,GO:0006306,GO:0006725,GO:0006807,GO:0006950,GO:0006952,GO:0008150,GO:0008152,GO:0008168,GO:0009307,GO:0009987,GO:0016740,GO:0016741,GO:0032259,GO:0032776,GO:0034641,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0044355,GO:0044728,GO:0046483,GO:0050896,GO:0071704,GO:0090304,GO:0099046,GO:1901360 2.1.1.37 ko:K00558 ko00270,ko01100,ko05206,map00270,map01100,map05206 M00035 R04858 RC00003,RC00332 ko00000,ko00001,ko00002,ko01000,ko02048,ko03032,ko03036 - - - DNA_methylase +BSU_20270 224308.BSU20270 1.71e-126 359.0 COG4502@1|root,COG4502@2|Bacteria,1V87A@1239|Firmicutes,4HJ5I@91061|Bacilli,1ZG01@1386|Bacillus 2|Bacteria S 5' nucleotidase, deoxy (Pyrimidine), cytosolic type C protein (NT5C) M1-795 - 3.1.3.5 ko:K01081 ko00230,ko00240,ko00760,ko01100,ko01110,map00230,map00240,map00760,map01100,map01110 - R00183,R00511,R00963,R01126,R01227,R01569,R01664,R01968,R02088,R02102,R02323,R02719,R03346 RC00017 ko00000,ko00001,ko01000 - - - NT5C +BSU_20280 224308.BSU20280 3.92e-115 330.0 COG0125@1|root,COG0125@2|Bacteria 2|Bacteria F dTDP biosynthetic process tmk GO:0003674,GO:0003824,GO:0004798,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006220,GO:0006221,GO:0006227,GO:0006233,GO:0006235,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009041,GO:0009058,GO:0009117,GO:0009123,GO:0009132,GO:0009133,GO:0009138,GO:0009139,GO:0009141,GO:0009142,GO:0009147,GO:0009148,GO:0009165,GO:0009186,GO:0009189,GO:0009196,GO:0009197,GO:0009200,GO:0009202,GO:0009211,GO:0009212,GO:0009219,GO:0009221,GO:0009262,GO:0009263,GO:0009265,GO:0009394,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0018130,GO:0019205,GO:0019438,GO:0019637,GO:0019692,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046072,GO:0046075,GO:0046077,GO:0046385,GO:0046483,GO:0046940,GO:0050145,GO:0055086,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.1.1.45,2.7.4.9 ko:K00560,ko:K00943 ko00240,ko00670,ko01100,ko01523,map00240,map00670,map01100,map01523 M00053 R02094,R02098,R02101 RC00002,RC00219,RC00332 ko00000,ko00001,ko00002,ko01000 - - - AAA_18,AAA_33,Thymidylate_kin +BSU_20330 224308.BSU20330 8.28e-162 454.0 COG3584@1|root,COG3584@2|Bacteria,1VB9X@1239|Firmicutes,4HZ0P@91061|Bacilli 2|Bacteria S protein conserved in bacteria DR0488 - - - - - - - - - - - 3D +BSU_20340 224308.BSU20340 0.0 2630.0 COG0587@1|root,COG0587@2|Bacteria,1TPYG@1239|Firmicutes,4H9T3@91061|Bacilli,1ZCIC@1386|Bacillus 2|Bacteria L DNA polymerase - - 2.7.7.7 ko:K02337 ko00230,ko00240,ko01100,ko03030,ko03430,ko03440,map00230,map00240,map01100,map03030,map03430,map03440 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 - - - DNA_pol3_alpha,HHH_6,PHP +BSU_20350 224308.BSU20350 0.0 1134.0 COG0608@1|root,COG0608@2|Bacteria,1TPXE@1239|Firmicutes,4H9UP@91061|Bacilli,1ZBAT@1386|Bacillus 2|Bacteria L Single-stranded-DNA-specific exonuclease RecJ recJ - - ko:K07462 ko03410,ko03430,ko03440,map03410,map03430,map03440 - - - ko00000,ko00001,ko01000,ko03400 - - - DHH,DHHA1 +BSU_20360 224308.BSU20360 9.89e-288 784.0 COG0358@1|root,COG0358@2|Bacteria,1V3HG@1239|Firmicutes,4HSWD@91061|Bacilli 2|Bacteria L DNA primase activity - - - ko:K02316 ko03030,map03030 - - - ko00000,ko00001,ko01000,ko03032 - - - AAA_25,Toprim_2,Toprim_N,zf-CHC2 +BSU_20370 224308.BSU20370 0.0 989.0 COG0305@1|root,COG0305@2|Bacteria,1V25F@1239|Firmicutes,4HU9E@91061|Bacilli 2|Bacteria J DnaB-like helicase C terminal domain - GO:0003674,GO:0003678,GO:0003824,GO:0004386,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006268,GO:0006725,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0017111,GO:0032392,GO:0032508,GO:0034641,GO:0034645,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0051276,GO:0071103,GO:0071704,GO:0071840,GO:0090304,GO:0140097,GO:1901360,GO:1901576 3.6.4.12 ko:K02314 ko03030,ko04112,map03030,map04112 - - - ko00000,ko00001,ko01000,ko03032 - - - DnaB,DnaB_C +BSU_20380 224308.BSU20380 2.22e-112 322.0 2CDG4@1|root,33EU6@2|Bacteria,1W0NH@1239|Firmicutes,4HYSK@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - - +BSU_20390 224308.BSU20390 6.35e-229 630.0 COG2887@1|root,COG2887@2|Bacteria,1V18T@1239|Firmicutes,4HS00@91061|Bacilli 2|Bacteria L AAA domain - - - - - - - - - - - - AAA_24,PDDEXK_1 +BSU_20400 224308.BSU20400 2.37e-219 605.0 2E7RY@1|root,33277@2|Bacteria,1VPN8@1239|Firmicutes,4HZK4@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - - +BSU_20450 224308.BSU20450 0.0 1129.0 COG3420@1|root,COG5434@1|root,COG3420@2|Bacteria,COG5434@2|Bacteria,1V10E@1239|Firmicutes,4HFE0@91061|Bacilli,1ZPVM@1386|Bacillus 2|Bacteria M Parallel beta-helix repeats yclG - - - - - - - - - - - Beta_helix,Pectate_lyase_3,SLH +BSU_20460 224308.BSU20460 5.24e-192 533.0 COG4195@1|root,COG4195@2|Bacteria,1VBQ5@1239|Firmicutes,4HK5Q@91061|Bacilli,1ZNRP@1386|Bacillus 2|Bacteria S Pfam:DUF867 - - - - - - - - - - - - AIG2_2,Gamma_PGA_hydro +BSU_20490 224308.BSU20490 2.62e-167 466.0 COG2135@1|root,COG2135@2|Bacteria,1TRRV@1239|Firmicutes,4HDUN@91061|Bacilli,1ZCQB@1386|Bacillus 2|Bacteria S Belongs to the SOS response-associated peptidase family yoqW - - - - - - - - - - - SRAP +BSU_20500 224308.BSU20500 1.07e-198 550.0 COG1793@1|root,COG1793@2|Bacteria,1V5A5@1239|Firmicutes,4HN30@91061|Bacilli,1ZF2Y@1386|Bacillus 2|Bacteria L ATP-dependent DNA ligase ligB - 6.5.1.1,6.5.1.6,6.5.1.7 ko:K01971,ko:K10747 ko03030,ko03410,ko03420,ko03430,ko03450,map03030,map03410,map03420,map03430,map03450 - R00381,R00382,R10822,R10823 RC00005 ko00000,ko00001,ko01000,ko03032,ko03400 - - - DNA_ligase_A_C,DNA_ligase_A_M +BSU_20510 224308.BSU20510 2.52e-102 295.0 2FIW6@1|root,34AMC@2|Bacteria,1W0VS@1239|Firmicutes,4HZCE@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - - +BSU_20580 224308.BSU20580 3.88e-60 185.0 29TIF@1|root,30ERS@2|Bacteria,1UCW2@1239|Firmicutes,4IPC2@91061|Bacilli,1ZPPR@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_20610 224308.BSU20610 9.17e-126 357.0 COG4474@1|root,COG4474@2|Bacteria,1U0V5@1239|Firmicutes,4HX94@91061|Bacilli 2|Bacteria S Protein of unknown function (DUF1273) - - - - - - - - - - - - DUF1273 +BSU_20630 224308.BSU20630 1.16e-102 297.0 COG1388@1|root,COG1388@2|Bacteria,1V4EU@1239|Firmicutes,4HI00@91061|Bacilli,1ZG0I@1386|Bacillus 2|Bacteria M LysM domain yoqH - - - - - - - - - - - DUF3794,LysM +BSU_20670 224308.BSU20670 2.12e-175 489.0 COG3645@1|root,COG3646@1|root,COG3645@2|Bacteria,COG3646@2|Bacteria,1TT7W@1239|Firmicutes,4I4AV@91061|Bacilli,1ZI3G@1386|Bacillus 2|Bacteria S Phage regulatory protein Rha (Phage_pRha) kilA - - ko:K07741 - - - - ko00000 - - - ANT,AntA,Bro-N,ORF6C,Phage_pRha +BSU_20780 224308.BSU20780 4.78e-46 148.0 COG3655@1|root,COG3655@2|Bacteria 2|Bacteria K Transcriptional regulator - - - ko:K07727 - - - - ko00000,ko03000 - - - HTH_19,HTH_26,HTH_3 +BSU_20790 224308.BSU20790 2.89e-226 624.0 2EEGE@1|root,338A8@2|Bacteria,1VJ2G@1239|Firmicutes,4HQ73@91061|Bacilli,1ZK8K@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_20800 224308.BSU20800 0.0 910.0 2E7F8@1|root,331Y8@2|Bacteria,1VHAT@1239|Firmicutes,4HNSB@91061|Bacilli,1ZMI0@1386|Bacillus 2|Bacteria S DNA-sulfur modification-associated - - - - - - - - - - - - DndB +BSU_20810 224308.BSU20810 2.04e-254 698.0 COG0582@1|root,COG0582@2|Bacteria,1W09N@1239|Firmicutes,4HYE3@91061|Bacilli,1ZNGI@1386|Bacillus 2|Bacteria L Belongs to the 'phage' integrase family - - - ko:K04763 - - - - ko00000,ko03036 - - - Phage_int_SAM_1,Phage_int_SAM_4,Phage_int_SAM_5,Phage_integrase +BSU_20860 720555.BATR1942_07720 7.95e-135 394.0 29JP8@1|root,306KH@2|Bacteria,1TZYM@1239|Firmicutes,4I986@91061|Bacilli,1ZFYN@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_20880 224308.BSU20880 2.41e-124 354.0 2ESDE@1|root,33JY5@2|Bacteria,1VN66@1239|Firmicutes 2|Bacteria - - - - - - - - - - - - - - - +BSU_20890 224308.BSU20890 1.29e-124 355.0 2E4HH@1|root,32ZCM@2|Bacteria,1W525@1239|Firmicutes 2|Bacteria S Super-infection exclusion protein B - - - - - - - - - - - - SieB +BSU_20928 224308.BSU20928 8.45e-38 126.0 28XHF@1|root,2ZJEU@2|Bacteria,1W6IS@1239|Firmicutes,4HZXN@91061|Bacilli,1ZJZF@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_20930 1403313.AXBR01000010_gene1117 5.52e-11 63.5 2B1TR@1|root,31U9Q@2|Bacteria,1UCW8@1239|Firmicutes,4IPC8@91061|Bacilli,1ZPPX@1386|Bacillus 2|Bacteria S Uncharacterised protein family (UPF0715) ywlA - - - - - - - - - - - UPF0715 +BSU_20940 224308.BSU20940 0.0 898.0 2D6VC@1|root,32TMW@2|Bacteria,1V9KX@1239|Firmicutes,4HVFT@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - RES +BSU_20950 224308.BSU20950 7.56e-48 152.0 COG3655@1|root,COG3655@2|Bacteria,1VJKD@1239|Firmicutes,4I010@91061|Bacilli 2|Bacteria K Cro/C1-type HTH DNA-binding domain - - - ko:K07727 - - - - ko00000,ko03000 - - - HTH_26,HTH_3 +BSU_20960 224308.BSU20960 0.0 887.0 2CFPC@1|root,31SN4@2|Bacteria,1V9AH@1239|Firmicutes,4HMY7@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - - +BSU_20980 224308.BSU20980 1.07e-305 832.0 28MFC@1|root,2ZASU@2|Bacteria,1TSRB@1239|Firmicutes,4HCU5@91061|Bacilli,1ZFXA@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21020 224308.BSU21020 6.64e-73 218.0 COG1395@1|root,COG1395@2|Bacteria 2|Bacteria K domain, Protein bldD - - ko:K07110,ko:K21572 - - - - ko00000,ko02000,ko03000 8.A.46.1,8.A.46.3 - - HTH_3,HTH_31 +BSU_21040 224308.BSU21040 0.0 1674.0 28N83@1|root,2ZBCM@2|Bacteria,1TT4T@1239|Firmicutes,4HTS9@91061|Bacilli,1ZEBG@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - RdRP +BSU_21050 224308.BSU21050 7.27e-56 174.0 COG0776@1|root,COG0776@2|Bacteria,1V9XQ@1239|Firmicutes,4HKF2@91061|Bacilli,1ZH48@1386|Bacillus 2|Bacteria L Histone-like DNA-binding protein which is capable of wrapping DNA to stabilize it, and thus to prevent its denaturation under extreme environmental conditions hup GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0009889,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2001141 - ko:K03530 - - - - ko00000,ko03032,ko03036,ko03400 - - - Bac_DNA_binding +BSU_21070 224308.BSU21070 2.29e-293 800.0 2AEN8@1|root,314I5@2|Bacteria,1TWCZ@1239|Firmicutes,4I54M@91061|Bacilli,1ZPSH@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21100 224308.BSU21100 4.45e-225 619.0 2DFCT@1|root,32U56@2|Bacteria,1VB3U@1239|Firmicutes,4HZBT@91061|Bacilli,1ZKII@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21110 224308.BSU21110 0.0 1187.0 COG4373@1|root,COG4373@2|Bacteria,1UIYC@1239|Firmicutes,4ISX1@91061|Bacilli,1ZFCA@1386|Bacillus 2|Bacteria S Terminase-like family gp17a - - ko:K06909 - - - - ko00000 - - - Terminase_6,Terminase_6C +BSU_21120 224308.BSU21120 0.0 1002.0 2E01S@1|root,32VQX@2|Bacteria,1VE54@1239|Firmicutes,4IMWQ@91061|Bacilli,1ZM1I@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21130 224308.BSU21130 0.0 919.0 2C7CX@1|root,2ZQ8R@2|Bacteria,1W605@1239|Firmicutes,4I0YJ@91061|Bacilli,1ZM4D@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21140 224308.BSU21140 1.24e-122 350.0 29SQE@1|root,30DW9@2|Bacteria,1UBTT@1239|Firmicutes,4IN92@91061|Bacilli,1ZN22@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21150 224308.BSU21150 5.93e-237 652.0 29SKI@1|root,30DRU@2|Bacteria,1UBM9@1239|Firmicutes,4IN1J@91061|Bacilli,1ZMIW@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21160 224308.BSU21160 1.62e-105 305.0 2BFNE@1|root,329GT@2|Bacteria,1UBVU@1239|Firmicutes,4INBE@91061|Bacilli,1ZN6Q@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21170 224308.BSU21170 8.95e-91 265.0 29T11@1|root,30E7G@2|Bacteria,1UC7M@1239|Firmicutes,4INQ2@91061|Bacilli,1ZNSB@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21190 224308.BSU21190 9.48e-157 439.0 28Y0A@1|root,2ZJW1@2|Bacteria,1W3HY@1239|Firmicutes,4HZP7@91061|Bacilli,1ZPJ9@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21200 224308.BSU21200 4.38e-118 337.0 29TN0@1|root,30EVN@2|Bacteria,1UD0R@1239|Firmicutes,4IPGU@91061|Bacilli,1ZKTT@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21210 224308.BSU21210 2.4e-169 473.0 28VYJ@1|root,2ZHZT@2|Bacteria,1W5KC@1239|Firmicutes,4I1FU@91061|Bacilli,1ZN4C@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21220 224308.BSU21220 2.25e-145 414.0 2C4YF@1|root,32RES@2|Bacteria,1V71K@1239|Firmicutes,4HZ64@91061|Bacilli,1ZMM1@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - Big_2 +BSU_21240 224308.BSU21240 2.13e-76 228.0 29TBY@1|root,30EJ0@2|Bacteria,1UCMF@1239|Firmicutes,4IP3K@91061|Bacilli,1ZPBV@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21250 224308.BSU21250 4.46e-229 638.0 292XD@1|root,2ZQEV@2|Bacteria,1V48I@1239|Firmicutes,4HS4X@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - - +BSU_21270 279010.BL00866 2.66e-15 69.7 29RZE@1|root,30D3R@2|Bacteria,1UAT1@1239|Firmicutes,4IM5V@91061|Bacilli,1ZJ9F@1386|Bacillus 2|Bacteria - - xkdX - - - - - - - - - - - Phage_XkdX +BSU_21280 224308.BSU21280 1.65e-112 323.0 2BFYF@1|root,329U8@2|Bacteria,1UC7K@1239|Firmicutes,4INQ0@91061|Bacilli,1ZNS7@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21290 224308.BSU21290 6.15e-95 276.0 2948Q@1|root,2ZRNY@2|Bacteria,1W3CT@1239|Firmicutes,4I0UR@91061|Bacilli,1ZPKN@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21300 224308.BSU21300 1.73e-247 678.0 COG0582@1|root,COG0582@2|Bacteria,1TRSA@1239|Firmicutes,4HC4V@91061|Bacilli,1ZQKR@1386|Bacillus 2|Bacteria A Belongs to the 'phage' integrase family xerH - - ko:K04763 - - - - ko00000,ko03036 - - - Phage_int_SAM_4,Phage_integrase +BSU_21340 224308.BSU21340 5.66e-159 446.0 2BXMF@1|root,32TH6@2|Bacteria,1TX61@1239|Firmicutes,4I62J@91061|Bacilli,1ZKAZ@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - SHOCT +BSU_21350 224308.BSU21350 0.0 3635.0 COG0739@1|root,COG0741@1|root,COG1196@1|root,COG0739@2|Bacteria,COG0741@2|Bacteria,COG1196@2|Bacteria,1V6DD@1239|Firmicutes,4HIWA@91061|Bacilli,1ZH33@1386|Bacillus 2|Bacteria M COG0741 Soluble lytic murein transglycosylase and related regulatory proteins (some contain LysM invasin domains) yjbJ - - ko:K08309,ko:K21471 - - - - ko00000,ko01000,ko01002,ko01011 - GH23 - Mob_Pre,Peptidase_M23,SLT +BSU_21360 224308.BSU21360 1.7e-186 517.0 COG4722@1|root,33P3R@2|Bacteria,1VKWN@1239|Firmicutes,4HRWG@91061|Bacilli,1ZMZE@1386|Bacillus 2|Bacteria S Phage tail protein - - - - - - - - - - - - Sipho_tail +BSU_21370 224308.BSU21370 0.0 1723.0 COG2433@1|root,COG2433@2|Bacteria,1V2Z6@1239|Firmicutes,4HGM7@91061|Bacilli,1ZM1W@1386|Bacillus 2|Bacteria S Pfam Transposase IS66 - - - - - - - - - - - - Cu_amine_oxidN1,DUF4154,HATPase_c,HisKA,Prophage_tail +BSU_21380 224308.BSU21380 1.33e-189 527.0 2DQQT@1|root,3384R@2|Bacteria,1VIYY@1239|Firmicutes,4HP4P@91061|Bacilli,1ZMWR@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21390 224308.BSU21390 0.0 1273.0 COG4632@1|root,COG5434@1|root,COG4632@2|Bacteria,COG5434@2|Bacteria,1TR6Z@1239|Firmicutes,4HGB0@91061|Bacilli 2|Bacteria G Exopolysaccharide biosynthesis protein XK27_08080 - - ko:K02172 ko01501,map01501 M00627 - - ko00000,ko00001,ko00002,ko01002,ko01504 - - - NAGPA +BSU_21400 224308.BSU21400 1.31e-210 580.0 29WU3@1|root,30IFH@2|Bacteria,1W3ST@1239|Firmicutes,4I20W@91061|Bacilli,1ZK6P@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21410 224308.BSU21410 7.44e-257 705.0 COG5632@1|root,COG5632@2|Bacteria,1V3JT@1239|Firmicutes,4HGC1@91061|Bacilli,1ZPVN@1386|Bacillus 2|Bacteria M Ami_2 - - 3.5.1.28 ko:K01447 - - R04112 RC00064,RC00141 ko00000,ko01000 - - - Amidase_2,Cu_amine_oxidN1,LysM,PG_binding_1 +BSU_21420 224308.BSU21420 1.42e-43 141.0 2EE5S@1|root,2ZUAI@2|Bacteria,1W1UA@1239|Firmicutes,4I0TR@91061|Bacilli,1ZJC2@1386|Bacillus 2|Bacteria S BhlA holin family bhlA - - - - - - - - - - - Holin_BhlA +BSU_21430 224308.BSU21430 3.04e-53 167.0 2DK6Q@1|root,308R2@2|Bacteria,1U3UU@1239|Firmicutes,4IDMZ@91061|Bacilli,1ZPQI@1386|Bacillus 2|Bacteria S SPP1 phage holin - - - - - - - - - - - - Holin_SPP1 +BSU_21440 224308.BSU21440 5.12e-96 280.0 COG1495@1|root,COG1495@2|Bacteria 2|Bacteria O protein disulfide oxidoreductase activity - - - ko:K03611 - - - - ko00000,ko03110 5.A.2.1 - - DsbB +BSU_21450 224308.BSU21450 6.04e-309 841.0 COG0463@1|root,COG0463@2|Bacteria,1TQEM@1239|Firmicutes,4H9X9@91061|Bacilli,1ZCYT@1386|Bacillus 2|Bacteria M COG0463 Glycosyltransferases involved in cell wall biogenesis - GO:0003674,GO:0003824,GO:0006464,GO:0006486,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0008194,GO:0009058,GO:0009059,GO:0009100,GO:0009101,GO:0009403,GO:0009404,GO:0009987,GO:0016740,GO:0016757,GO:0016999,GO:0017000,GO:0017144,GO:0018193,GO:0018198,GO:0018240,GO:0018280,GO:0019538,GO:0019748,GO:0030152,GO:0030650,GO:0030651,GO:0034641,GO:0034645,GO:0036211,GO:0043043,GO:0043170,GO:0043412,GO:0043413,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044550,GO:0046224,GO:0070085,GO:0071704,GO:1901135,GO:1901137,GO:1901564,GO:1901566,GO:1901576 - - - - - - - - - - Glyco_tranf_2_4,Glycos_transf_2,TPR_16,TPR_2,TPR_8 +BSU_21460 224308.BSU21460 3.44e-91 267.0 COG0526@1|root,COG0526@2|Bacteria 2|Bacteria CO cell redox homeostasis - GO:0003674,GO:0003824,GO:0004791,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009636,GO:0009987,GO:0015035,GO:0015036,GO:0016209,GO:0016491,GO:0016651,GO:0016667,GO:0016668,GO:0016671,GO:0019725,GO:0033554,GO:0034599,GO:0042221,GO:0042592,GO:0044424,GO:0044444,GO:0044464,GO:0045454,GO:0047134,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0055114,GO:0065007,GO:0065008,GO:0070887,GO:0097237,GO:0098754,GO:0098869,GO:1990748 - ko:K03671 ko04621,ko05418,map04621,map05418 - - - ko00000,ko00001,ko03110 - - - Thioredoxin +BSU_21470 224308.BSU21470 0.0 1350.0 COG2274@1|root,COG3271@1|root,COG2274@2|Bacteria,COG3271@2|Bacteria,1VS7N@1239|Firmicutes,4HVDC@91061|Bacilli,1ZMUN@1386|Bacillus 2|Bacteria V Peptidase C39 family - GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 - ko:K06147,ko:K06148,ko:K20344 ko02010,ko02024,map02010,map02024 - - - ko00000,ko00001,ko02000 3.A.1,3.A.1.106,3.A.1.109,3.A.1.112,3.A.1.21 - - ABC_membrane,ABC_tran,DUF3335,Peptidase_C39,Peptidase_C39_2,TPR_16,TPR_19,TPR_2,TPR_8 +BSU_21500 224308.BSU21500 2.09e-306 834.0 COG0389@1|root,COG0389@2|Bacteria,1TP42@1239|Firmicutes,4HA1P@91061|Bacilli,1ZC8I@1386|Bacillus 2|Bacteria L Poorly processive, error-prone DNA polymerase involved in untargeted mutagenesis. Copies undamaged DNA at stalled replication forks, which arise in vivo from mismatched or misaligned primer ends. These misaligned primers can be extended by PolIV. Exhibits no 3'-5' exonuclease (proofreading) activity. May be involved in translesional synthesis, in conjunction with the beta clamp from PolIII dinB - 2.7.7.7 ko:K02346,ko:K03502,ko:K14161 - - - - ko00000,ko01000,ko03400 - - - IMS,IMS_C,IMS_HHH +BSU_21510 224308.BSU21510 7.69e-73 218.0 2EAKH@1|root,33B0A@2|Bacteria,1UPV4@1239|Firmicutes,4IVBD@91061|Bacilli,1ZSK7@1386|Bacillus 2|Bacteria S YolD-like protein - - - - - - - - - - - - YolD +BSU_21520 224308.BSU18960 1.42e-55 175.0 291HX@1|root,2ZP4F@2|Bacteria,1W3P9@1239|Firmicutes,4I063@91061|Bacilli,1ZKG0@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21550 224308.BSU21550 5.26e-128 363.0 COG1670@1|root,COG1670@2|Bacteria,1UUXI@1239|Firmicutes,4I685@91061|Bacilli,1ZHU0@1386|Bacillus 2|Bacteria J Acetyltransferase (GNAT) domain - - - - - - - - - - - - Acetyltransf_3 +BSU_21560 224308.BSU21560 5.38e-142 400.0 2DP6N@1|root,330S4@2|Bacteria,1V63A@1239|Firmicutes,4HICJ@91061|Bacilli,1ZHUQ@1386|Bacillus 2|Bacteria S SMI1 / KNR4 family yokK - - - - - - - - - - - SMI1_KNR4,SUKH_6 +BSU_21570 224308.BSU21570 3.78e-122 347.0 28MM1@1|root,2ZAX0@2|Bacteria,1TS5V@1239|Firmicutes,4HB71@91061|Bacilli,1ZFYQ@1386|Bacillus 2|Bacteria S SMI1 / KNR4 family (SUKH-1) yokJ - - ko:K21490 - - - - ko00000,ko02048 - - - SMI1_KNR4 +BSU_21580 224308.BSU21580 0.0 1061.0 COG5444@1|root,COG5444@2|Bacteria 2|Bacteria UW nuclease activity - - - ko:K21487,ko:K21489,ko:K21491,ko:K21493 - - - - ko00000,ko01000,ko02048 - - - LHH,LXG,PT-TG +BSU_21590 224308.BSU21590 2.79e-136 385.0 COG4282@1|root,COG4282@2|Bacteria,1W2DK@1239|Firmicutes,4I1HJ@91061|Bacilli,1ZHYP@1386|Bacillus 2|Bacteria G SMI1 / KNR4 family yokH - - - - - - - - - - - SMI1_KNR4,SUFU,TPR_12,TPR_2,TPR_8 +BSU_21598 649747.HMPREF0083_01138 8.8e-26 101.0 COG3464@1|root,COG3464@2|Bacteria,1TQ93@1239|Firmicutes,4HDNZ@91061|Bacilli,27509@186822|Paenibacillaceae 2|Bacteria L Helix-turn-helix domain of transposase family ISL3 tnpA1 - - - - - - - - - - - DDE_Tnp_ISL3,HTH_Tnp_ISL3,zf-ISL3 +BSU_21599 1461580.CCAS010000039_gene3186 1.19e-11 62.0 COG3464@1|root,COG3464@2|Bacteria,1TQ93@1239|Firmicutes,4HDNZ@91061|Bacilli,1ZQF8@1386|Bacillus 2|Bacteria L Transposase tnpA1 - - - - - - - - - - - DDE_Tnp_ISL3,HTH_Tnp_ISL3,zf-ISL3 +BSU_21600 224308.BSU21600 5.27e-261 714.0 2AKQD@1|root,31BH4@2|Bacteria,1UCTS@1239|Firmicutes,4IP9Z@91061|Bacilli,1ZPKS@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_21610 224308.BSU21610 5.15e-178 499.0 COG1525@1|root,COG1525@2|Bacteria,1V46V@1239|Firmicutes,4HHJ1@91061|Bacilli,1ZQ6S@1386|Bacillus 2|Bacteria L RNA catabolic process yokF GO:0003674,GO:0003824,GO:0004518,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006401,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009987,GO:0016070,GO:0016787,GO:0016788,GO:0019439,GO:0034641,GO:0034655,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044260,GO:0044265,GO:0044270,GO:0044424,GO:0044464,GO:0046483,GO:0046700,GO:0071704,GO:0090304,GO:0090305,GO:1901360,GO:1901361,GO:1901575 3.1.31.1 ko:K01174 - - - - ko00000,ko01000 - - - Excalibur,SNase +BSU_21620 224308.BSU21620 6.83e-109 313.0 29SU6@1|root,30E09@2|Bacteria,1UBYK@1239|Firmicutes,4INED@91061|Bacilli,1ZNCK@1386|Bacillus 2|Bacteria S Bacterial PH domain - - - - - - - - - - - - bPH_3 +BSU_21630 224308.BSU21630 8.79e-199 550.0 COG2746@1|root,COG2746@2|Bacteria,1V2QD@1239|Firmicutes,4HE0G@91061|Bacilli,1ZC4K@1386|Bacillus 2|Bacteria V aminoglycoside yokD - 2.3.1.81 ko:K00662 - - - - ko00000,ko01000,ko01504 - - - Antibiotic_NAT +BSU_21640 224308.BSU21640 5.1e-123 350.0 2DK7D@1|root,32UEH@2|Bacteria,1VBDE@1239|Firmicutes,4HNEG@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - - +BSU_21650 224308.BSU21650 4.93e-153 431.0 294YP@1|root,2ZSBK@2|Bacteria,1W5DI@1239|Firmicutes,4I18Z@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - - +BSU_21660 224308.BSU21660 0.0 1052.0 COG1961@1|root,COG1961@2|Bacteria,1TP0S@1239|Firmicutes,4HBMH@91061|Bacilli,1ZQD3@1386|Bacillus 2|Bacteria L Recombinase yokA GO:0000150,GO:0003674,GO:0003824,GO:0006139,GO:0006259,GO:0006310,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:0140097,GO:1901360 - - - - - - - - - - Recombinase,Resolvase,Zn_ribbon_recom +BSU_21670 326423.RBAM_019840 2.16e-124 356.0 COG1086@1|root,COG1086@2|Bacteria,1TR3W@1239|Firmicutes,4HAER@91061|Bacilli,1ZB9K@1386|Bacillus 2|Bacteria GM Polysaccharide biosynthesis protein capD - 4.2.1.115 ko:K15894,ko:K19421 ko00520,map00520 - R09697 RC02609 ko00000,ko00001,ko01000 - - - CoA_binding_3,Polysacc_synt_2 +BSU_21680 224308.BSU21680 3.52e-105 303.0 COG0229@1|root,COG0229@2|Bacteria,1UPN0@1239|Firmicutes,4HGWN@91061|Bacilli,1ZFQG@1386|Bacillus 2|Bacteria O peptide methionine sulfoxide reductase msrB - 1.8.4.11,1.8.4.12 ko:K07304,ko:K07305,ko:K12267 - - - - ko00000,ko01000 - - - PMSR,SelR +BSU_21690 224308.BSU21690 8.41e-134 378.0 COG0225@1|root,COG0225@2|Bacteria,1TQ3E@1239|Firmicutes,4HAIV@91061|Bacilli,1ZCC5@1386|Bacillus 2|Bacteria O Has an important function as a repair enzyme for proteins that have been inactivated by oxidation. Catalyzes the reversible oxidation-reduction of methionine sulfoxide in proteins to methionine msrA - 1.8.4.11,1.8.4.12 ko:K07304,ko:K12267 - - - - ko00000,ko01000 - - - PMSR,SelR +BSU_21700 224308.BSU21700 1.69e-93 273.0 COG1846@1|root,COG1846@2|Bacteria,1V3P7@1239|Firmicutes,4HPNY@91061|Bacilli,1ZHZC@1386|Bacillus 2|Bacteria K transcriptional ypoP GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - MarR +BSU_21710 224308.BSU21710 3.49e-290 796.0 COG0534@1|root,COG0534@2|Bacteria,1TNZN@1239|Firmicutes,4HANM@91061|Bacilli,1ZEAW@1386|Bacillus 2|Bacteria V MATE efflux family protein mepA_10 - - - - - - - - - - - MatE +BSU_21720 224308.BSU21720 2.13e-40 133.0 29RUY@1|root,30CYZ@2|Bacteria,1UAK7@1239|Firmicutes,4IKYV@91061|Bacilli,1ZIEX@1386|Bacillus 2|Bacteria S Uncharacterized ympT ypmT - - - - - - - - - - - ypmT +BSU_21730 224308.BSU21730 6.8e-129 366.0 COG4698@1|root,COG4698@2|Bacteria,1VF0K@1239|Firmicutes,4HIYN@91061|Bacilli,1ZF26@1386|Bacillus 2|Bacteria S protein conserved in bacteria ypmS - - - - - - - - - - - DUF2140 +BSU_21740 224308.BSU21740 5.21e-178 496.0 COG2755@1|root,COG2755@2|Bacteria,1V1HR@1239|Firmicutes,4HDXS@91061|Bacilli,1ZRET@1386|Bacillus 2|Bacteria E GDSL-like Lipase/Acylhydrolase ypmR GO:0003674,GO:0003824,GO:0004620,GO:0004622,GO:0006629,GO:0008150,GO:0008152,GO:0009056,GO:0016042,GO:0016298,GO:0016787,GO:0016788,GO:0044238,GO:0052689,GO:0071704,GO:1901575 - - - - - - - - - - Lipase_GDSL_2 +BSU_21750 224308.BSU21750 2.77e-140 395.0 COG1999@1|root,COG1999@2|Bacteria,1V03J@1239|Firmicutes,4HET3@91061|Bacilli,1ZFJQ@1386|Bacillus 2|Bacteria S protein SCO1 SenC PrrC, involved in biogenesis of respiratory and photosynthetic systems ypmQ - - ko:K07152,ko:K08976 - - - - ko00000,ko03029 - - - SCO1-SenC +BSU_21760 224308.BSU21760 3.66e-54 169.0 2E2C2@1|root,32XH4@2|Bacteria,1VDJY@1239|Firmicutes,4HMBA@91061|Bacilli,1ZIXP@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2535) ypmP - - - - - - - - - - - DUF2535 +BSU_21770 224308.BSU21770 3.64e-310 844.0 COG1171@1|root,COG1171@2|Bacteria,1TP22@1239|Firmicutes,4H9NK@91061|Bacilli,1ZBM0@1386|Bacillus 2|Bacteria E Catalyzes the anaerobic formation of alpha-ketobutyrate and ammonia from threonine in a two-step reaction. The first step involved a dehydration of threonine and a production of enamine intermediates (aminocrotonate), which tautomerizes to its imine form (iminobutyrate). Both intermediates are unstable and short- lived. The second step is the nonenzymatic hydrolysis of the enamine imine intermediates to form 2-ketobutyrate and free ammonia. In the low water environment of the cell, the second step is accelerated by RidA ilvA GO:0006082,GO:0006520,GO:0006566,GO:0006807,GO:0008150,GO:0008152,GO:0009066,GO:0009987,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0071704,GO:1901564,GO:1901605 4.3.1.19 ko:K01754 ko00260,ko00290,ko01100,ko01110,ko01130,ko01200,ko01230,map00260,map00290,map01100,map01110,map01130,map01200,map01230 M00570 R00220,R00996 RC00418,RC02600 ko00000,ko00001,ko00002,ko01000 - - - PALP,Thr_dehydrat_C +BSU_21780 224308.BSU21780 1.4e-236 650.0 COG1221@1|root,COG1221@2|Bacteria,1VSHE@1239|Firmicutes,4ISX2@91061|Bacilli,1ZEVI@1386|Bacillus 2|Bacteria K Transcriptional regulator pspF GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009891,GO:0009892,GO:0009893,GO:0010468,GO:0010556,GO:0010557,GO:0010558,GO:0010604,GO:0010605,GO:0010628,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031325,GO:0031326,GO:0031327,GO:0031328,GO:0043565,GO:0045892,GO:0045893,GO:0045934,GO:0045935,GO:0048518,GO:0048519,GO:0048522,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051173,GO:0051252,GO:0051253,GO:0051254,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1902679,GO:1902680,GO:1903506,GO:1903507,GO:1903508,GO:2000112,GO:2000113,GO:2001141 - ko:K03974,ko:K19505 - - - - ko00000,ko03000 - - - EIIA-man,Fer4_5,HTH_8,PRD,Sigma54_activat,cNMP_binding +BSU_21790 224308.BSU21790 3.27e-142 402.0 COG1272@1|root,COG1272@2|Bacteria,1TSFK@1239|Firmicutes,4HAT2@91061|Bacilli,1ZBJJ@1386|Bacillus 2|Bacteria S protein, Hemolysin III yplQ - - ko:K11068 - - - - ko00000,ko02042 - - - HlyIII +BSU_21800 224308.BSU21800 6.96e-145 408.0 COG0204@1|root,COG0204@2|Bacteria,1UMJA@1239|Firmicutes,4HD2E@91061|Bacilli,1ZEYG@1386|Bacillus 2|Bacteria I Belongs to the 1-acyl-sn-glycerol-3-phosphate acyltransferase family plsC - 2.3.1.51 ko:K00655 ko00561,ko00564,ko01100,ko01110,map00561,map00564,map01100,map01110 M00089 R02241,R09381 RC00004,RC00037,RC00039 ko00000,ko00001,ko00002,ko01000,ko01004 - - - Acyltransferase +BSU_21810 224308.BSU21810 1.21e-124 354.0 COG0262@1|root,COG0262@2|Bacteria,1VB80@1239|Firmicutes,4HIGJ@91061|Bacilli,1ZG71@1386|Bacillus 2|Bacteria H Key enzyme in folate metabolism. Catalyzes an essential reaction for de novo glycine and purine synthesis, and for DNA precursor synthesis folA - 1.1.1.262,1.5.1.3 ko:K00097,ko:K00287,ko:K18589,ko:K18590 ko00670,ko00750,ko00790,ko01100,ko01523,map00670,map00750,map00790,map01100,map01523 M00124,M00126,M00840 R00936,R00937,R00939,R00940,R02235,R02236,R05681,R05837,R07406,R11765 RC00089,RC00109,RC00110,RC00158,RC00675,RC01475 br01600,ko00000,ko00001,ko00002,ko01000,ko01504 - - iJN746.PP_5132 DHFR_1 +BSU_21820 224308.BSU21820 7.27e-203 560.0 COG0207@1|root,COG0207@2|Bacteria,1TSIR@1239|Firmicutes,4H9QS@91061|Bacilli,1ZAUT@1386|Bacillus 2|Bacteria F Catalyzes the reductive methylation of 2'-deoxyuridine- 5'-monophosphate (dUMP) to 2'-deoxythymidine-5'-monophosphate (dTMP) while utilizing 5,10-methylenetetrahydrofolate (mTHF) as the methyl donor and reductant in the reaction, yielding dihydrofolate (DHF) as a by-product. This enzymatic reaction provides an intracellular de novo source of dTMP, an essential precursor for DNA biosynthesis thyA GO:0003674,GO:0003824,GO:0004799,GO:0006139,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0009058,GO:0009117,GO:0009165,GO:0009262,GO:0009263,GO:0009265,GO:0009394,GO:0009987,GO:0016740,GO:0016741,GO:0018130,GO:0019438,GO:0019637,GO:0019692,GO:0032259,GO:0034641,GO:0034654,GO:0042083,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0046385,GO:0046483,GO:0055086,GO:0071704,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901576 2.1.1.45 ko:K00560 ko00240,ko00670,ko01100,ko01523,map00240,map00670,map01100,map01523 M00053 R02101 RC00219,RC00332 ko00000,ko00001,ko00002,ko01000 - - - Thymidylat_synt +BSU_21830 1051501.AYTL01000030_gene2349 8.91e-121 345.0 COG1267@1|root,COG1267@2|Bacteria,1V3I0@1239|Firmicutes,4HH4Y@91061|Bacilli,1ZCY9@1386|Bacillus 2|Bacteria I COG1267 Phosphatidylglycerophosphatase A and related proteins pgpA - 3.1.3.27 ko:K01095 ko00564,ko01100,map00564,map01100 - R02029 RC00017 ko00000,ko00001,ko01000 - - - PgpA +BSU_21840 224308.BSU21840 3.47e-148 416.0 2C2Z4@1|root,2ZV7K@2|Bacteria,1V3JN@1239|Firmicutes,4HHVS@91061|Bacilli,1ZGAN@1386|Bacillus 2|Bacteria S YpjP-like protein ypjP - - - - - - - - - - - YpjP +BSU_21850 224308.BSU21850 6.15e-187 519.0 COG2136@1|root,COG2521@1|root,COG2136@2|Bacteria,COG2521@2|Bacteria,1UIYD@1239|Firmicutes,4ISX3@91061|Bacilli,1ZS7M@1386|Bacillus 2|Bacteria AJ Putative SAM-dependent methyltransferase ypiP - 2.1.1.242 ko:K06983,ko:K15984 - - - - ko00000,ko01000,ko03009 - - - Methyltransf_11,Methyltransf_30,SAM_MT +BSU_21860 224308.BSU21860 9.69e-99 286.0 28NYH@1|root,2ZBVN@2|Bacteria,1V1T3@1239|Firmicutes,4HHZS@91061|Bacilli,1ZGM0@1386|Bacillus 2|Bacteria S Belongs to the UPF0403 family yphP - - - - - - - - - - - Disulph_isomer +BSU_21870 224308.BSU21870 0.0 1108.0 COG0129@1|root,COG0129@2|Bacteria,1TP1R@1239|Firmicutes,4H9ZG@91061|Bacilli,1ZASK@1386|Bacillus 2|Bacteria E Belongs to the IlvD Edd family ilvD - 4.2.1.9 ko:K01687,ko:K16786 ko00290,ko00770,ko01100,ko01110,ko01130,ko01210,ko01230,ko02010,map00290,map00770,map01100,map01110,map01130,map01210,map01230,map02010 M00019,M00570,M00582 R01209,R04441,R05070 RC00468,RC01714 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.25,3.A.1.28,3.A.1.29,3.A.1.30,3.A.1.31,3.A.1.32,3.A.1.33,3.A.1.35 - iAF987.Gmet_1259 ILVD_EDD +BSU_21880 224308.BSU21880 8.52e-206 577.0 COG1413@1|root,COG1413@2|Bacteria,1TRJT@1239|Firmicutes,4HBFD@91061|Bacilli,1ZB7F@1386|Bacillus 2|Bacteria C COG0694 Thioredoxin-like proteins and domains ypgR - - - - - - - - - - - HEAT_2,HEAT_PBS,Nfu_N,Virulence_fact +BSU_21890 224308.BSU21890 7.22e-142 400.0 COG1418@1|root,COG1418@2|Bacteria,1V7IZ@1239|Firmicutes,4HIVB@91061|Bacilli,1ZB0E@1386|Bacillus 2|Bacteria S phosphohydrolase ypgQ - - ko:K06950 - - - - ko00000 - - - HD +BSU_21900 224308.BSU21900 1.89e-115 330.0 COG0386@1|root,COG0386@2|Bacteria,1V3M3@1239|Firmicutes,4HH5Q@91061|Bacilli,1ZGBN@1386|Bacillus 2|Bacteria O Belongs to the glutathione peroxidase family bsaA - 1.11.1.9 ko:K00432 ko00480,ko00590,ko04918,map00480,map00590,map04918 - R00274,R07034,R07035 RC00011,RC00982 ko00000,ko00001,ko01000 - - - GSHPx +BSU_21910 224308.BSU21910 3.67e-226 622.0 COG1897@1|root,COG1897@2|Bacteria,1TQVR@1239|Firmicutes,4H9W4@91061|Bacilli,1ZCTU@1386|Bacillus 2|Bacteria E Transfers an acetyl group from acetyl-CoA to L- homoserine, forming acetyl-L-homoserine metAA GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006534,GO:0006535,GO:0006563,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008374,GO:0008652,GO:0008899,GO:0009001,GO:0009058,GO:0009069,GO:0009070,GO:0009987,GO:0016053,GO:0016407,GO:0016412,GO:0016413,GO:0016740,GO:0016746,GO:0016747,GO:0016748,GO:0016750,GO:0019344,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.3.1.46 ko:K00651 ko00270,ko00920,ko01100,ko01110,ko01230,map00270,map00920,map01100,map01110,map01230 M00017 R01777 RC00004,RC00041 ko00000,ko00001,ko00002,ko01000 - - iHN637.CLJU_RS11970 HTS +BSU_21920 224308.BSU21920 2.59e-276 755.0 COG0707@1|root,COG0707@2|Bacteria,1TR07@1239|Firmicutes,4HBKJ@91061|Bacilli,1ZQUQ@1386|Bacillus 2|Bacteria M Processive glucosyltransferase involved in the biosynthesis of both the bilayer- and non-bilayer-forming membrane glucolipids. Is able to successively transfer up to three glucosyl residues to diacylglycerol (DAG), thereby catalyzing the formation of beta-monoglucosyl-DAG (3-O-(beta-D-glucopyranosyl)-1,2-diacyl- sn-glycerol), beta-diglucosyl-DAG (3-O-(beta-D-glucopyranosyl- beta-(1- 6)-D-glucopyranosyl)-1,2-diacyl-sn-glycerol) and beta- triglucosyl-DAG (3-O-(beta-D-glucopyranosyl-beta-(1- 6)-D- glucopyranosyl-beta-(1- 6)-D-glucopyranosyl)-1,2-diacyl-sn- glycerol). Beta-diglucosyl-DAG is the predominant glycolipid found in Bacillales and is also used as a membrane anchor for lipoteichoic acid (LTA) ugtP GO:0003674,GO:0003824,GO:0008194,GO:0016740,GO:0016757,GO:0016758,GO:0035251,GO:0046527,GO:0047228 2.4.1.315 ko:K03429 ko00561,ko01100,map00561,map01100 - R02689,R04377 RC00005,RC00059 ko00000,ko00001,ko01000,ko01003 - GT28 - Glyco_tran_28_C,Glycos_transf_1,MGDG_synth +BSU_21930 224308.BSU21930 2.54e-42 138.0 COG1278@1|root,COG1278@2|Bacteria,1VEE0@1239|Firmicutes,4HNJC@91061|Bacilli,1ZHTU@1386|Bacillus 2|Bacteria K Cold-shock protein cspD GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006355,GO:0006950,GO:0008150,GO:0009266,GO:0009409,GO:0009628,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044424,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - ko:K03704 - - - - ko00000,ko03000 - - - CSD +BSU_21940 1274524.BSONL12_01472 1.17e-22 88.2 29S43@1|root,30D8J@2|Bacteria,1UAZQ@1239|Firmicutes,4IMCJ@91061|Bacilli,1ZJT7@1386|Bacillus 2|Bacteria - - degR - - - - - - - - - - - - +BSU_21950 1051501.AYTL01000030_gene2361 1.28e-41 138.0 29S2J@1|root,30D72@2|Bacteria,1UAXW@1239|Firmicutes,4IMAQ@91061|Bacilli,1ZJNM@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2564) - - - - - - - - - - - - DUF2564 +BSU_21960 224308.BSU21960 2.3e-40 132.0 2E6UK@1|root,331EA@2|Bacteria,1VF2M@1239|Firmicutes,4HPQ1@91061|Bacilli,1ZKC4@1386|Bacillus 2|Bacteria S Zinc-finger ypeQ - - - - - - - - - - - zf-C2HCIx2C +BSU_21970 224308.BSU21970 4e-163 456.0 COG0328@1|root,COG0328@2|Bacteria,1V3K2@1239|Firmicutes,4HE8H@91061|Bacilli,1ZDMZ@1386|Bacillus 2|Bacteria L COG0328 Ribonuclease HI ypeP - 3.1.26.4 ko:K03469 ko03030,map03030 - - - ko00000,ko00001,ko01000,ko03032 - - - RVT_3 +BSU_21980 224308.BSU21980 3.14e-157 441.0 COG1738@1|root,COG1738@2|Bacteria,1TSAY@1239|Firmicutes,4HB9T@91061|Bacilli,1ZEKB@1386|Bacillus 2|Bacteria S Involved in the import of queuosine (Q) precursors, required for Q precursor salvage ypdP - - ko:K09125 - - - - ko00000 - - - Vut_1 +BSU_21990 224308.BSU21990 1.6e-89 262.0 COG0328@1|root,COG0328@2|Bacteria,1VE23@1239|Firmicutes,4HKXV@91061|Bacilli,1ZQJB@1386|Bacillus 2|Bacteria L Ribonuclease rnhA - 3.1.26.4 ko:K03469 ko03030,map03030 - - - ko00000,ko00001,ko01000,ko03032 - - - RNase_H,RVT_3 +BSU_22010 224308.BSU22010 2.26e-213 589.0 COG0258@1|root,COG0258@2|Bacteria,1TQ05@1239|Firmicutes,4H9UW@91061|Bacilli,1ZB2Z@1386|Bacillus 2|Bacteria L 5'3' exonuclease polA GO:0003674,GO:0003824,GO:0003887,GO:0004518,GO:0004527,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006281,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008409,GO:0009058,GO:0009059,GO:0009987,GO:0016020,GO:0016740,GO:0016772,GO:0016779,GO:0016787,GO:0016788,GO:0018130,GO:0019438,GO:0030312,GO:0033554,GO:0034061,GO:0034641,GO:0034645,GO:0034654,GO:0040007,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0071897,GO:0071944,GO:0090304,GO:0090305,GO:0140097,GO:1901360,GO:1901362,GO:1901576 2.7.7.7 ko:K02335 ko00230,ko00240,ko01100,ko03030,ko03410,ko03420,ko03440,map00230,map00240,map01100,map03030,map03410,map03420,map03440 - R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko01000,ko03032,ko03400 - - - 5_3_exonuc,5_3_exonuc_N,DNA_pol_A,DNA_pol_A_exo1 +BSU_22020 224308.BSU22020 4.07e-52 164.0 2E0UC@1|root,32WBV@2|Bacteria,1VDJ2@1239|Firmicutes,4HKXT@91061|Bacilli,1ZJ5C@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2533) ypbS - - - - - - - - - - - DUF2533 +BSU_22030 224308.BSU22030 0.0 2276.0 COG0699@1|root,COG0699@2|Bacteria,1TR0Q@1239|Firmicutes,4HBAC@91061|Bacilli,1ZAXM@1386|Bacillus 2|Bacteria S Dynamin family ypbR GO:0000910,GO:0003674,GO:0003824,GO:0003924,GO:0005575,GO:0007049,GO:0008150,GO:0009987,GO:0016020,GO:0016021,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0017111,GO:0022402,GO:0022607,GO:0031224,GO:0032506,GO:0044085,GO:0044425,GO:0051301,GO:0071840,GO:0090529 - - - - - - - - - - Dynamin_N,MMR_HSR1 +BSU_22040 224308.BSU22040 3.33e-113 325.0 COG1755@1|root,COG1755@2|Bacteria,1V6IY@1239|Firmicutes,4HIFN@91061|Bacilli,1ZGT0@1386|Bacillus 2|Bacteria S protein conserved in bacteria ypbQ - - ko:K16168 - - - - ko00000,ko01008 - - - ICMT +BSU_22050 224308.BSU22050 4.55e-266 728.0 COG3424@1|root,COG3424@2|Bacteria,1TPUK@1239|Firmicutes,4HBHH@91061|Bacilli,1ZC8W@1386|Bacillus 2|Bacteria Q Naringenin-chalcone synthase bcsA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0006629,GO:0006725,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009273,GO:0009698,GO:0009699,GO:0009714,GO:0009715,GO:0009987,GO:0016020,GO:0016043,GO:0019438,GO:0019748,GO:0022607,GO:0032991,GO:0034081,GO:0042180,GO:0042181,GO:0042546,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0044550,GO:0071554,GO:0071704,GO:0071766,GO:0071770,GO:0071840,GO:0071944,GO:1901360,GO:1901362,GO:1901576 - ko:K16167 - - - - ko00000,ko01008 - - - Chal_sti_synt_C,Chal_sti_synt_N +BSU_22060 224308.BSU22060 3.14e-294 805.0 COG2233@1|root,COG2233@2|Bacteria,1TNZZ@1239|Firmicutes,4HBAM@91061|Bacilli,1ZAUK@1386|Bacillus 2|Bacteria F xanthine pbuX GO:0003674,GO:0005215,GO:0005345,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006863,GO:0008150,GO:0015205,GO:0015851,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0042906,GO:0042907,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072530,GO:1904823 - ko:K02824,ko:K03458,ko:K16169,ko:K16170 - - - - ko00000,ko02000 2.A.40,2.A.40.1.1,2.A.40.1.2,2.A.40.3.1,2.A.40.3.2 - iSB619.SA_RS02140 Xan_ur_permease +BSU_22070 224308.BSU22070 8.16e-129 367.0 COG0503@1|root,COG0503@2|Bacteria,1V1DU@1239|Firmicutes,4HFNW@91061|Bacilli,1ZFTS@1386|Bacillus 2|Bacteria F Converts the preformed base xanthine, a product of nucleic acid breakdown, to xanthosine 5'-monophosphate (XMP), so it can be reused for RNA or DNA synthesis xpt GO:0003674,GO:0003824,GO:0003999,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006144,GO:0006166,GO:0006168,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009112,GO:0009113,GO:0009116,GO:0009119,GO:0009163,GO:0009987,GO:0016740,GO:0016757,GO:0016763,GO:0018130,GO:0019438,GO:0034404,GO:0034641,GO:0034654,GO:0042278,GO:0042440,GO:0042451,GO:0042455,GO:0043094,GO:0043096,GO:0043101,GO:0043174,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046083,GO:0046084,GO:0046112,GO:0046128,GO:0046129,GO:0046148,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:1901135,GO:1901137,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 2.4.2.22,2.4.2.7 ko:K00759,ko:K03816,ko:K09685 ko00230,ko01100,ko01110,map00230,map01100,map01110 - R00190,R01229,R02142,R04378 RC00063,RC00122 ko00000,ko00001,ko01000,ko03000,ko04147 - - iYO844.BSU22070 Pribosyltran +BSU_22080 224308.BSU22080 0.0 1011.0 COG2317@1|root,COG2317@2|Bacteria,1TPS6@1239|Firmicutes,4HAPE@91061|Bacilli,1ZB3X@1386|Bacillus 2|Bacteria E Broad specificity carboxypetidase that releases amino acids sequentially from the C-terminus, including neutral, aromatic, polar and basic residues ypwA GO:0003674,GO:0003824,GO:0004180,GO:0004181,GO:0005488,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008235,GO:0008237,GO:0008238,GO:0008270,GO:0016787,GO:0019538,GO:0043167,GO:0043169,GO:0043170,GO:0044238,GO:0046872,GO:0046914,GO:0070011,GO:0071704,GO:0140096,GO:1901564 3.4.17.19 ko:K01299,ko:K03281 - - - - ko00000,ko01000,ko01002 2.A.49 - - Peptidase_M32 +BSU_22090 224308.BSU22090 1e-224 620.0 28H7K@1|root,2Z7JT@2|Bacteria,1UPH1@1239|Firmicutes,4HE88@91061|Bacilli,1ZDHF@1386|Bacillus 2|Bacteria P The 2-keto-3-deoxygluconate permease transports the degraded pectin products into the bacterial cell, where they serve as carbon and energy sources. This is a hydrogen coupled transport system kdgT GO:0003674,GO:0005215,GO:0005342,GO:0005351,GO:0005402,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006820,GO:0008028,GO:0008150,GO:0008324,GO:0008509,GO:0008514,GO:0008643,GO:0015075,GO:0015077,GO:0015078,GO:0015144,GO:0015145,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015355,GO:0015649,GO:0015672,GO:0015711,GO:0015718,GO:0015749,GO:0015849,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0022890,GO:0031224,GO:0034219,GO:0034220,GO:0035429,GO:0042873,GO:0042879,GO:0044425,GO:0044464,GO:0046411,GO:0046942,GO:0046943,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098655,GO:0098656,GO:0098660,GO:0098662,GO:1902600,GO:1903825,GO:1905039 - ko:K02526 - - - - ko00000,ko02000 2.A.10.1 - iECH74115_1262.ECH74115_5364,iECSP_1301.ECSP_4972,iG2583_1286.G2583_4714,iUTI89_1310.UTI89_C4493 KdgT +BSU_22100 224308.BSU22100 2.53e-133 378.0 COG0800@1|root,COG0800@2|Bacteria,1TS0F@1239|Firmicutes,4HG4G@91061|Bacilli,1ZEB4@1386|Bacillus 2|Bacteria G 2-dehydro-3-deoxy-phosphogluconate aldolase eda GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008675,GO:0008700,GO:0008948,GO:0016829,GO:0016830,GO:0016831,GO:0016832,GO:0016833,GO:0042802,GO:0044424,GO:0044444,GO:0044464,GO:0106009 2.7.1.45,4.1.2.14,4.1.3.42 ko:K00874,ko:K01625 ko00030,ko00630,ko01100,ko01120,ko01200,map00030,map00630,map01100,map01120,map01200 M00008,M00061,M00308,M00631 R00470,R01541,R05605 RC00002,RC00017,RC00307,RC00308,RC00435 ko00000,ko00001,ko00002,ko01000 - - iECOK1_1307.ECOK1_1968,iYL1228.KPN_02365 Aldolase +BSU_22110 224308.BSU22110 6.95e-238 653.0 COG0524@1|root,COG0524@2|Bacteria,1TRRY@1239|Firmicutes,4HBH6@91061|Bacilli,1ZC46@1386|Bacillus 2|Bacteria G COG0524 Sugar kinases, ribokinase family kdgK - 2.7.1.45 ko:K00874 ko00030,ko01100,ko01120,ko01200,map00030,map01100,map01120,map01200 M00061,M00308,M00631 R01541 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 - - - PfkB +BSU_22120 224308.BSU22120 1.92e-238 656.0 COG1609@1|root,COG1609@2|Bacteria,1TQSY@1239|Firmicutes,4HAJI@91061|Bacilli,1ZEA9@1386|Bacillus 2|Bacteria K transcriptional ptxS - - ko:K02525 - - - - ko00000,ko03000 - - - LacI,Peripla_BP_1,Peripla_BP_3 +BSU_22130 224308.BSU22130 1.25e-204 565.0 COG3717@1|root,COG3717@2|Bacteria,1VSXE@1239|Firmicutes,4HU2K@91061|Bacilli,1ZQMN@1386|Bacillus 2|Bacteria G Catalyzes the isomerization of 5-dehydro-4-deoxy-D- glucuronate to 3-deoxy-D-glycero-2,5-hexodiulosonate kduI - 5.3.1.17 ko:K01815 ko00040,map00040 - R04383 RC00541 ko00000,ko00001,ko01000 - - - KduI +BSU_22140 224308.BSU22140 2.05e-179 499.0 COG1028@1|root,COG1028@2|Bacteria,1TPZ8@1239|Firmicutes,4HAMW@91061|Bacilli,1ZC4X@1386|Bacillus 2|Bacteria IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) kduD - 1.1.1.127 ko:K00065 ko00040,map00040 - R01542 RC00089 ko00000,ko00001,ko01000 - - - adh_short,adh_short_C2 +BSU_22150 224308.BSU22150 0.0 1273.0 COG1199@1|root,COG1199@2|Bacteria,1TRNV@1239|Firmicutes,4HBYD@91061|Bacilli,1ZARY@1386|Bacillus 2|Bacteria KL COG1199 Rad3-related DNA helicases ypvA - 3.6.4.12 ko:K03722 - - - - ko00000,ko01000,ko03400 - - - Helicase_C_2 +BSU_22169 224308.BSU22169 1.98e-30 107.0 2EJ2F@1|root,33CTM@2|Bacteria,1VQ3B@1239|Firmicutes,4HS4Z@91061|Bacilli,1ZJ7P@1386|Bacillus 2|Bacteria S YpzG-like protein - - - - - - - - - - - - YpzG +BSU_22170 224308.BSU22170 2.84e-286 781.0 COG0116@1|root,COG0116@2|Bacteria,1TP0X@1239|Firmicutes,4HBKY@91061|Bacilli,1ZBJB@1386|Bacillus 2|Bacteria L Belongs to the methyltransferase superfamily rlmL GO:0000154,GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0008168,GO:0008170,GO:0008173,GO:0008175,GO:0008649,GO:0008757,GO:0008990,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016423,GO:0016435,GO:0016740,GO:0016741,GO:0022613,GO:0030488,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0036265,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0070043,GO:0070475,GO:0070476,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140101,GO:0140102,GO:1901360 2.1.1.173,2.1.1.264 ko:K07444,ko:K12297 - - R07234 RC00003 ko00000,ko01000,ko03009 - - - Methyltrans_SAM,THUMP,UPF0020 +BSU_22180 224308.BSU22180 2.97e-60 186.0 COG3599@1|root,COG3599@2|Bacteria,1VEQ4@1239|Firmicutes,4HKUX@91061|Bacilli,1ZH10@1386|Bacillus 2|Bacteria D Divisome component that associates with the complex late in its assembly, after the Z-ring is formed, and is dependent on DivIC and PBP2B for its recruitment to the divisome. Together with EzrA, is a key component of the system that regulates PBP1 localization during cell cycle progression. Its main role could be the removal of PBP1 from the cell pole after pole maturation is completed. Also contributes to the recruitment of PBP1 to the division complex. Not essential for septum formation gpsB GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K04074 - - - - ko00000,ko03036 - - - DivIVA +BSU_22190 1051501.AYTL01000030_gene2385 1.14e-135 385.0 COG4474@1|root,COG4474@2|Bacteria,1V6SM@1239|Firmicutes,4HJGM@91061|Bacilli,1ZFYS@1386|Bacillus 2|Bacteria S Belongs to the UPF0398 family ypsA - - - - - - - - - - - DUF1273 +BSU_22200 224308.BSU22200 2.5e-55 171.0 2DP9U@1|root,3315V@2|Bacteria,1UB38@1239|Firmicutes,4IMFX@91061|Bacilli,1ZK2P@1386|Bacillus 2|Bacteria S Inner spore coat protein D cotD - - ko:K06327 - - - - ko00000 - - - Spore-coat_CotD +BSU_22210 224308.BSU22210 7.21e-301 820.0 COG3359@1|root,COG3359@2|Bacteria,1TQQU@1239|Firmicutes,4HDMU@91061|Bacilli,1ZAZQ@1386|Bacillus 2|Bacteria L RNase_H superfamily yprB - - ko:K07502 - - - - ko00000 - - - RNase_H_2 +BSU_22220 224308.BSU22220 0.0 1498.0 COG1111@1|root,COG1205@1|root,COG1111@2|Bacteria,COG1205@2|Bacteria,1TSPA@1239|Firmicutes,4H9T2@91061|Bacilli,1ZDM5@1386|Bacillus 2|Bacteria L COG1205 Distinct helicase family with a unique C-terminal domain including a metal-binding cysteine cluster yprA GO:0003674,GO:0003724,GO:0003824,GO:0004004,GO:0004386,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006725,GO:0006807,GO:0008026,GO:0008150,GO:0008152,GO:0008186,GO:0009987,GO:0010501,GO:0016070,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0034641,GO:0042623,GO:0043170,GO:0044237,GO:0044238,GO:0044424,GO:0044464,GO:0046483,GO:0070035,GO:0071704,GO:0090304,GO:0140098,GO:1901360 - ko:K06877 - - - - ko00000 - - - DEAD,DUF1998,Helicase_C +BSU_22230 224308.BSU22230 6.71e-113 324.0 COG2190@1|root,COG2190@2|Bacteria,1VAEB@1239|Firmicutes,4HIPR@91061|Bacilli,1ZG91@1386|Bacillus 2|Bacteria G COG2190 Phosphotransferase system IIA components crr - 2.7.1.199 ko:K02777,ko:K20116,ko:K20117,ko:K20118 ko00010,ko00500,ko00520,ko02026,ko02060,ko05111,map00010,map00500,map00520,map02026,map02060,map05111 M00265,M00266,M00268,M00270,M00272,M00303,M00806,M00809 R02738,R02780,R04111,R04394,R05132,R08559 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.1,4.A.1.1.13,4.A.1.1.14,4.A.1.1.9 - - PTS_EIIA_1 +BSU_22240 224308.BSU22240 6.15e-95 276.0 COG0071@1|root,COG0071@2|Bacteria 2|Bacteria O Belongs to the small heat shock protein (HSP20) family hspX GO:0001666,GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006457,GO:0006464,GO:0006468,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0007154,GO:0008150,GO:0008152,GO:0009266,GO:0009267,GO:0009408,GO:0009605,GO:0009607,GO:0009628,GO:0009987,GO:0009991,GO:0010035,GO:0010038,GO:0010039,GO:0016020,GO:0016310,GO:0019538,GO:0030312,GO:0031667,GO:0031668,GO:0031669,GO:0033554,GO:0036211,GO:0036293,GO:0036294,GO:0040007,GO:0040008,GO:0042221,GO:0042594,GO:0043170,GO:0043207,GO:0043412,GO:0044110,GO:0044116,GO:0044117,GO:0044119,GO:0044121,GO:0044183,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044403,GO:0044419,GO:0044424,GO:0044444,GO:0044464,GO:0045926,GO:0046777,GO:0048519,GO:0050789,GO:0050896,GO:0051409,GO:0051701,GO:0051704,GO:0051707,GO:0051716,GO:0052173,GO:0052200,GO:0052564,GO:0052572,GO:0065007,GO:0070482,GO:0070887,GO:0071453,GO:0071456,GO:0071496,GO:0071704,GO:0071944,GO:0075136,GO:1901564 - ko:K06335,ko:K13993 ko04141,map04141 - - - ko00000,ko00001,ko03110 - - - HSP20 +BSU_22250 224308.BSU22250 8.72e-68 207.0 29NR8@1|root,309P6@2|Bacteria,1U5F9@1239|Firmicutes,4IF6W@91061|Bacilli,1ZJ7A@1386|Bacillus 2|Bacteria S YppG-like protein yppG - - - - - - - - - - - YppG +BSU_22300 224308.BSU22300 4.54e-241 661.0 28MSG@1|root,2ZB0U@2|Bacteria,1TT1H@1239|Firmicutes,4HBNQ@91061|Bacilli,1ZCHW@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2515) yppC - - - - - - - - - - - DUF2515 +BSU_22310 224308.BSU22310 4.55e-150 421.0 COG3331@1|root,COG3331@2|Bacteria,1V3S4@1239|Firmicutes,4HGZ7@91061|Bacilli,1ZCV9@1386|Bacillus 2|Bacteria L Endonuclease that resolves Holliday junction intermediates in genetic recombination. Cleaves mobile four-strand junctions by introducing symmetrical nicks in paired strands. Promotes annealing of linear ssDNA with homologous dsDNA. Required for DNA repair, homologous recombination and chromosome segregation recU GO:0006139,GO:0006259,GO:0006281,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009987,GO:0033554,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:1901360 - ko:K03700 - - - - ko00000,ko03400 - - - RecU +BSU_22320 224308.BSU22320 0.0 1567.0 COG0744@1|root,COG4499@1|root,COG0744@2|Bacteria,COG4499@2|Bacteria,1TPM5@1239|Firmicutes,4H9SA@91061|Bacilli,1ZAXY@1386|Bacillus 2|Bacteria M penicillin-binding protein ponA GO:0005575,GO:0005576,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 2.4.1.129,2.7.7.7,3.4.16.4 ko:K03763,ko:K05365,ko:K05366,ko:K12555,ko:K18770,ko:K21464 ko00230,ko00240,ko00550,ko01100,ko01501,ko03030,ko03430,ko03440,map00230,map00240,map00550,map01100,map01501,map03030,map03430,map03440 M00260 R00375,R00376,R00377,R00378,R04519 RC00005,RC00049,RC02795 ko00000,ko00001,ko00002,ko01000,ko01003,ko01011,ko03032,ko03400 - GT51 - Transgly,Transpeptidase +BSU_22330 224308.BSU22330 1.43e-121 346.0 2EGVD@1|root,33AMM@2|Bacteria,1VKVK@1239|Firmicutes,4HRYS@91061|Bacilli,1ZITC@1386|Bacillus 2|Bacteria - - ypoC - - - - - - - - - - - - +BSU_22340 224308.BSU22340 1.45e-157 441.0 COG0177@1|root,COG0177@2|Bacteria,1TRAK@1239|Firmicutes,4HATD@91061|Bacilli,1ZBJE@1386|Bacillus 2|Bacteria L DNA repair enzyme that has both DNA N-glycosylase activity and AP-lyase activity. The DNA N-glycosylase activity releases various damaged pyrimidines from DNA by cleaving the N- glycosidic bond, leaving an AP (apurinic apyrimidinic) site. The AP-lyase activity cleaves the phosphodiester bond 3' to the AP site by a beta-elimination, leaving a 3'-terminal unsaturated sugar and a product with a terminal 5'-phosphate nth - 4.2.99.18 ko:K10773 ko03410,map03410 - - - ko00000,ko00001,ko01000,ko03400 - - - DUF2400,EndIII_4Fe-2S,HhH-GPD +BSU_22350 224308.BSU22350 6.62e-165 461.0 COG3935@1|root,COG3935@2|Bacteria,1V283@1239|Firmicutes,4HFP3@91061|Bacilli,1ZC34@1386|Bacillus 2|Bacteria L DNA replication protein DnaD dnaD - - ko:K02086 - - - - ko00000 - - - DnaB_2,HTH_36 +BSU_22360 224308.BSU22360 0.0 871.0 COG0017@1|root,COG0017@2|Bacteria,1TP38@1239|Firmicutes,4H9YH@91061|Bacilli,1ZC51@1386|Bacillus 2|Bacteria J asparaginyl-tRNA asnS GO:0003674,GO:0003824,GO:0004812,GO:0004816,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006421,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.22 ko:K01893 ko00970,map00970 M00359,M00360 R03648 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - - tRNA-synt_2,tRNA_anti-codon +BSU_22370 224308.BSU22370 6.2e-285 778.0 COG0436@1|root,COG0436@2|Bacteria,1TP0J@1239|Firmicutes,4HA13@91061|Bacilli,1ZCMB@1386|Bacillus 2|Bacteria E Aminotransferase aspB GO:0003674,GO:0003824,GO:0008483,GO:0016740,GO:0016769,GO:0047297 2.6.1.1,2.6.1.14 ko:K00812,ko:K10907,ko:K22457 ko00220,ko00250,ko00270,ko00330,ko00350,ko00360,ko00400,ko00401,ko00950,ko00960,ko01100,ko01110,ko01130,ko01210,ko01230,map00220,map00250,map00270,map00330,map00350,map00360,map00400,map00401,map00950,map00960,map01100,map01110,map01130,map01210,map01230 - R00355,R00694,R00734,R00896,R01346,R02433,R02619,R05052 RC00006,RC00025 ko00000,ko00001,ko01000,ko01007 - - iHN637.CLJU_RS06550 Aminotran_1_2 +BSU_22380 224308.BSU22380 2.27e-103 300.0 COG5353@1|root,COG5353@2|Bacteria,1VA2H@1239|Firmicutes,4HNMM@91061|Bacilli,1ZFVJ@1386|Bacillus 2|Bacteria S protein conserved in bacteria ypmB - - - - - - - - - - - PepSY +BSU_22390 1051501.AYTL01000030_gene2405 1.52e-32 112.0 2E85E@1|root,332IZ@2|Bacteria,1VHMN@1239|Firmicutes,4HPYR@91061|Bacilli,1ZIUT@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF4264) ypmA - - - - - - - - - - - DUF4264 +BSU_22400 224308.BSU22400 0.0 1838.0 COG0847@1|root,COG1199@1|root,COG0847@2|Bacteria,COG1199@2|Bacteria,1TQHQ@1239|Firmicutes,4HB2Y@91061|Bacilli,1ZAWI@1386|Bacillus 2|Bacteria L helicase involved in DNA repair and perhaps also replication dinG GO:0003674,GO:0003824,GO:0004518,GO:0004527,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006281,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008408,GO:0009058,GO:0009059,GO:0009360,GO:0009987,GO:0016020,GO:0016787,GO:0016788,GO:0032991,GO:0033554,GO:0034641,GO:0034645,GO:0042575,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0044776,GO:0045004,GO:0045005,GO:0046483,GO:0050896,GO:0051716,GO:0061695,GO:0071704,GO:0071944,GO:0090304,GO:0090305,GO:1901360,GO:1901576,GO:1902494,GO:1990234 2.7.7.7,3.6.4.12 ko:K02342,ko:K03722 ko00230,ko00240,ko01100,ko03030,ko03430,ko03440,map00230,map00240,map01100,map03030,map03430,map03440 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 - - - DEAD,DEAD_2,Helicase_C_2,RNase_T,ResIII +BSU_22410 224308.BSU22410 4.16e-85 251.0 COG0853@1|root,COG0853@2|Bacteria,1V6NQ@1239|Firmicutes,4HIV1@91061|Bacilli,1ZG9V@1386|Bacillus 2|Bacteria H Catalyzes the pyruvoyl-dependent decarboxylation of aspartate to produce beta-alanine panD GO:0003674,GO:0003824,GO:0004068,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006508,GO:0006520,GO:0006522,GO:0006523,GO:0006575,GO:0006732,GO:0006766,GO:0006767,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009078,GO:0009079,GO:0009108,GO:0009110,GO:0009987,GO:0010467,GO:0015939,GO:0015940,GO:0016053,GO:0016485,GO:0016540,GO:0016829,GO:0016830,GO:0016831,GO:0019538,GO:0019752,GO:0030312,GO:0032787,GO:0034641,GO:0042364,GO:0042398,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0051186,GO:0051188,GO:0051604,GO:0071704,GO:0071944,GO:0072330,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 4.1.1.11 ko:K01579 ko00410,ko00770,ko01100,ko01110,map00410,map00770,map01100,map01110 M00119 R00489 RC00299 ko00000,ko00001,ko00002,ko01000 - - iECP_1309.ECP_0139,iYL1228.KPN_00139 Asp_decarbox +BSU_22420 224308.BSU22420 1.34e-200 556.0 COG0414@1|root,COG0414@2|Bacteria,1TP7A@1239|Firmicutes,4HAIQ@91061|Bacilli,1ZAV5@1386|Bacillus 2|Bacteria H Catalyzes the condensation of pantoate with beta-alanine in an ATP-dependent reaction via a pantoyl-adenylate intermediate panC GO:0003674,GO:0003824,GO:0004127,GO:0004592,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006520,GO:0006573,GO:0006575,GO:0006725,GO:0006732,GO:0006753,GO:0006766,GO:0006767,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009081,GO:0009108,GO:0009110,GO:0009117,GO:0009123,GO:0009165,GO:0009987,GO:0015939,GO:0015940,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0016874,GO:0016879,GO:0016881,GO:0018130,GO:0019205,GO:0019438,GO:0019637,GO:0019752,GO:0032787,GO:0033317,GO:0034641,GO:0034654,GO:0042364,GO:0042398,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0046939,GO:0046940,GO:0050145,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072330,GO:0090407,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605 2.7.4.25,6.3.2.1 ko:K01918,ko:K13799 ko00240,ko00410,ko00770,ko01100,ko01110,map00240,map00410,map00770,map01100,map01110 M00052,M00119 R00158,R00512,R01665,R02473 RC00002,RC00096,RC00141 ko00000,ko00001,ko00002,ko01000 - - - Cytidylate_kin,Pantoate_ligase +BSU_22430 224308.BSU22430 4.85e-194 538.0 COG0413@1|root,COG0413@2|Bacteria,1TPZA@1239|Firmicutes,4H9S8@91061|Bacilli,1ZAWV@1386|Bacillus 2|Bacteria H Catalyzes the reversible reaction in which hydroxymethyl group from 5,10-methylenetetrahydrofolate is transferred onto alpha-ketoisovalerate to form ketopantoate panB - 2.1.2.11 ko:K00606 ko00770,ko01100,ko01110,map00770,map01100,map01110 M00119 R01226 RC00022,RC00200 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU22430 Pantoate_transf +BSU_22440 224308.BSU22440 4.87e-234 644.0 COG0340@1|root,COG1654@1|root,COG0340@2|Bacteria,COG1654@2|Bacteria,1TQCU@1239|Firmicutes,4HB60@91061|Bacilli,1ZBI9@1386|Bacillus 2|Bacteria K Acts both as a biotin-- acetyl-CoA-carboxylase ligase and a repressor birA - 6.3.4.15 ko:K03524,ko:K04096 ko00780,ko01100,map00780,map01100 - R01074,R05145 RC00043,RC00070,RC00096,RC02896 ko00000,ko00001,ko01000,ko03000 - - - BPL_C,BPL_LplA_LipB,HTH_11 +BSU_22450 224308.BSU22450 1.41e-283 775.0 COG0617@1|root,COG0617@2|Bacteria,1TQ2A@1239|Firmicutes,4HB2W@91061|Bacilli,1ZC20@1386|Bacillus 2|Bacteria J Catalyzes the addition and repair of the essential 3'- terminal CCA sequence in tRNAs without using a nucleic acid template. Adds these three nucleotides in the order of C, C, and A to the tRNA nucleotide-73, using CTP and ATP as substrates and producing inorganic pyrophosphate cca - 2.7.7.19,2.7.7.72 ko:K00970,ko:K00974 ko03013,ko03018,map03013,map03018 - R09382,R09383,R09384,R09386 RC00078 ko00000,ko00001,ko01000,ko03016,ko03019 - - - PolyA_pol,PolyA_pol_RNAbd,tRNA_NucTran2_2 +BSU_22460 224308.BSU22460 1.04e-268 736.0 COG0438@1|root,COG0438@2|Bacteria,1TPS8@1239|Firmicutes,4HA43@91061|Bacilli,1ZASJ@1386|Bacillus 2|Bacteria M N-acetyl-alpha-D-glucosaminyl L-malate synthase bshA GO:0003674,GO:0003824,GO:0016740,GO:0016757 - ko:K00754 - - - - ko00000,ko01000 - GT4 - Glyco_transf_4,Glycos_transf_1 +BSU_22470 224308.BSU22470 6.61e-167 466.0 COG2120@1|root,COG2120@2|Bacteria,1TV10@1239|Firmicutes,4HFJQ@91061|Bacilli,1ZAZI@1386|Bacillus 2|Bacteria S proteins, LmbE homologs bshB1 - - ko:K01463 - - - - ko00000,ko01000 - - - PIG-L +BSU_22480 224308.BSU22480 1.52e-94 275.0 COG1803@1|root,COG1803@2|Bacteria,1V3KQ@1239|Firmicutes,4HH64@91061|Bacilli,1ZGAF@1386|Bacillus 2|Bacteria G methylglyoxal synthase mgsA GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006081,GO:0008150,GO:0008152,GO:0008929,GO:0009058,GO:0009438,GO:0009987,GO:0016829,GO:0016835,GO:0016838,GO:0019242,GO:0042180,GO:0042181,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046184,GO:0071704,GO:1901576 2.7.1.24,4.2.3.3 ko:K00859,ko:K01734 ko00640,ko00770,ko01100,ko01120,map00640,map00770,map01100,map01120 M00120 R00130,R01016 RC00002,RC00078,RC00424 ko00000,ko00001,ko00002,ko01000 - - - MGS +BSU_22490 224308.BSU22490 8.38e-190 527.0 COG0289@1|root,COG0289@2|Bacteria,1TR9D@1239|Firmicutes,4HA5X@91061|Bacilli,1ZAWD@1386|Bacillus 2|Bacteria E Catalyzes the conversion of 4-hydroxy- tetrahydrodipicolinate (HTPA) to tetrahydrodipicolinate dapB GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006082,GO:0006520,GO:0006553,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0008839,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009987,GO:0016020,GO:0016053,GO:0016491,GO:0016627,GO:0016628,GO:0019752,GO:0019877,GO:0030312,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046451,GO:0048037,GO:0050661,GO:0050662,GO:0051287,GO:0055114,GO:0070402,GO:0070404,GO:0071704,GO:0071944,GO:0097159,GO:1901265,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.17.1.8 ko:K00215 ko00261,ko00300,ko01100,ko01110,ko01120,ko01130,ko01230,map00261,map00300,map01100,map01110,map01120,map01130,map01230 M00016,M00525,M00526,M00527 R04198,R04199 RC00478 ko00000,ko00001,ko00002,ko01000 - - iJN678.dapB,iNJ661.Rv2773c,iYO844.BSU22490 DapB_C,DapB_N +BSU_22500 224308.BSU22500 1.01e-73 221.0 COG1694@1|root,COG1694@2|Bacteria,1V701@1239|Firmicutes,4HISK@91061|Bacilli,1ZH1U@1386|Bacillus 2|Bacteria S Nucleotide pyrophosphohydrolase ypjD - 2.5.1.19 ko:K00800 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00022 R03460 RC00350 ko00000,ko00001,ko00002,ko01000 - - - MazG +BSU_22510 224308.BSU22510 3.7e-200 555.0 COG1284@1|root,COG1284@2|Bacteria,1TRAU@1239|Firmicutes,4H9UY@91061|Bacilli,1ZBUC@1386|Bacillus 2|Bacteria S Uncharacterized protein conserved in bacteria (DUF2179) ypjC - - - - - - - - - - - DUF2179,YitT_membrane +BSU_22520 224308.BSU22520 6.84e-183 509.0 28RMR@1|root,2ZE0H@2|Bacteria,1V1HS@1239|Firmicutes,4HFRG@91061|Bacilli,1ZANV@1386|Bacillus 2|Bacteria S sporulation protein ypjB - - - - - - - - - - - Spore_YpjB +BSU_22530 224308.BSU22530 1.88e-125 357.0 COG4347@1|root,COG4347@2|Bacteria,1V1NI@1239|Firmicutes,4HFTW@91061|Bacilli,1ZFJF@1386|Bacillus 2|Bacteria S membrane ypjA - - - - - - - - - - - DUF1405 +BSU_22540 224308.BSU22540 5.71e-191 529.0 COG1290@1|root,COG2010@1|root,COG1290@2|Bacteria,COG2010@2|Bacteria,1TRS8@1239|Firmicutes,4H9XH@91061|Bacilli,1ZCZW@1386|Bacillus 2|Bacteria C Menaquinol-cytochrome c reductase cytochrome b c subunit qcrC - - ko:K00412,ko:K03888 ko00190,ko01100,ko02020,ko04260,ko04714,ko04932,ko05010,ko05012,ko05016,map00190,map01100,map02020,map04260,map04714,map04932,map05010,map05012,map05016 M00151,M00152 - - ko00000,ko00001,ko00002,ko03029 - - - Cytochrom_B_C,Cytochrome_B,Cytochrome_CBB3 +BSU_22550 1051501.AYTL01000030_gene2421 8.76e-166 462.0 COG1290@1|root,COG1290@2|Bacteria,1TP6M@1239|Firmicutes,4H9XV@91061|Bacilli,1ZB3U@1386|Bacillus 2|Bacteria C COG1290 Cytochrome b subunit of the bc complex petB GO:0005575,GO:0005622,GO:0005623,GO:0005886,GO:0005887,GO:0008150,GO:0009512,GO:0009579,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0032991,GO:0034357,GO:0040007,GO:0042651,GO:0044424,GO:0044425,GO:0044436,GO:0044459,GO:0044464,GO:0070069,GO:0071944 - ko:K00412,ko:K02635,ko:K02637,ko:K03887,ko:K03891,ko:K15879 ko00190,ko00195,ko01100,ko02020,ko04260,ko04714,ko04932,ko05010,ko05012,ko05016,map00190,map00195,map01100,map02020,map04260,map04714,map04932,map05010,map05012,map05016 M00151,M00152,M00162 - - ko00000,ko00001,ko00002,ko00194,ko03029 - - - Cytochrom_B_C,Cytochrom_B_N_2,Cytochrome_B +BSU_22560 224308.BSU22560 3.35e-126 358.0 COG0723@1|root,COG0723@2|Bacteria,1TQUH@1239|Firmicutes,4HBX1@91061|Bacilli,1ZFNX@1386|Bacillus 2|Bacteria C Menaquinol-cytochrome c reductase qcrA - - ko:K03886 ko00190,ko01100,map00190,map01100 M00151 - - ko00000,ko00001,ko00002,ko01000 - - - CytB6-F_Fe-S,Rieske +BSU_22570 224308.BSU22570 4.75e-101 293.0 2CSPZ@1|root,32SRK@2|Bacteria,1VBS0@1239|Firmicutes,4HKXQ@91061|Bacilli,1ZI4R@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2487) ypiF - - - - - - - - - - - DUF2487 +BSU_22580 224308.BSU22580 1.29e-129 367.0 COG5582@1|root,COG5582@2|Bacteria,1V5KV@1239|Firmicutes,4HEE0@91061|Bacilli,1ZB4J@1386|Bacillus 2|Bacteria S Belongs to the UPF0302 family ypiB - - - - - - - - - - - IDEAL,UPF0302 +BSU_22590 224308.BSU22590 7.49e-299 816.0 COG0457@1|root,COG0457@2|Bacteria,1TT97@1239|Firmicutes,4HAIA@91061|Bacilli,1ZAZM@1386|Bacillus 2|Bacteria S COG0457 FOG TPR repeat ypiA - - - - - - - - - - - TPR_16,TPR_19,TPR_2,TPR_7,TPR_8 +BSU_22600 224308.BSU22600 9.91e-302 823.0 COG0128@1|root,COG0128@2|Bacteria,1TPIH@1239|Firmicutes,4HBHZ@91061|Bacilli,1ZBP0@1386|Bacillus 2|Bacteria E Catalyzes the transfer of the enolpyruvyl moiety of phosphoenolpyruvate (PEP) to the 5-hydroxyl of shikimate-3- phosphate (S3P) to produce enolpyruvyl shikimate-3-phosphate and inorganic phosphate aroA GO:0003674,GO:0003824,GO:0003866,GO:0006082,GO:0008150,GO:0008152,GO:0009058,GO:0009423,GO:0009987,GO:0016053,GO:0016740,GO:0016765,GO:0019752,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0046417,GO:0071704,GO:1901576 1.3.1.12,1.3.1.43,2.5.1.19 ko:K00210,ko:K00220,ko:K00800 ko00400,ko00401,ko01100,ko01110,ko01130,ko01230,map00400,map00401,map01100,map01110,map01130,map01230 M00022,M00025,M00040 R00732,R01728,R03460 RC00125,RC00350 ko00000,ko00001,ko00002,ko01000 - - - EPSP_synthase,PDH +BSU_22610 224308.BSU22610 1.71e-264 724.0 COG0287@1|root,COG0287@2|Bacteria,1TPXG@1239|Firmicutes,4HBI4@91061|Bacilli,1ZBVZ@1386|Bacillus 2|Bacteria E prephenate dehydrogenase tyrA GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0006082,GO:0006520,GO:0006570,GO:0006571,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0008977,GO:0009058,GO:0009072,GO:0009073,GO:0009095,GO:0009987,GO:0016053,GO:0016491,GO:0016627,GO:0016628,GO:0019438,GO:0019752,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0048037,GO:0050662,GO:0051287,GO:0055114,GO:0070403,GO:0071704,GO:0097159,GO:1901265,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.3.1.12,1.3.1.43 ko:K00210,ko:K00220,ko:K04517 ko00400,ko00401,ko01100,ko01110,ko01130,ko01230,map00400,map00401,map01100,map01110,map01130,map01230 M00025,M00040 R00732,R01728 RC00125 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU22610 ACT,PDH +BSU_22620 224308.BSU22620 1.29e-258 709.0 COG0079@1|root,COG0079@2|Bacteria,1TPUV@1239|Firmicutes,4HA1H@91061|Bacilli,1ZBYJ@1386|Bacillus 2|Bacteria E Belongs to the class-II pyridoxal-phosphate-dependent aminotransferase family. Histidinol-phosphate aminotransferase subfamily hisC - 2.6.1.9 ko:K00817 ko00340,ko00350,ko00360,ko00400,ko00401,ko00960,ko01100,ko01110,ko01130,ko01230,map00340,map00350,map00360,map00400,map00401,map00960,map01100,map01110,map01130,map01230 M00026 R00694,R00734,R03243 RC00006,RC00888 ko00000,ko00001,ko00002,ko01000,ko01007 - - - Aminotran_1_2 +BSU_22630 224308.BSU22630 3.82e-186 518.0 COG0159@1|root,COG0159@2|Bacteria,1TPXA@1239|Firmicutes,4HFQ8@91061|Bacilli,1ZC5U@1386|Bacillus 2|Bacteria E The alpha subunit is responsible for the aldol cleavage of indoleglycerol phosphate to indole and glyceraldehyde 3- phosphate trpA - 4.2.1.20 ko:K01695 ko00260,ko00400,ko01100,ko01110,ko01130,ko01230,map00260,map00400,map01100,map01110,map01130,map01230 M00023 R00674,R02340,R02722 RC00209,RC00210,RC00700,RC00701,RC02868 ko00000,ko00001,ko00002,ko01000 - - - Trp_syntA +BSU_22640 224308.BSU22640 9.33e-295 803.0 COG0133@1|root,COG0133@2|Bacteria,1TPI3@1239|Firmicutes,4H9WC@91061|Bacilli,1ZCBT@1386|Bacillus 2|Bacteria E The beta subunit is responsible for the synthesis of L- tryptophan from indole and L-serine trpB GO:0000162,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006568,GO:0006576,GO:0006586,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009308,GO:0009309,GO:0009987,GO:0016053,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0042401,GO:0042430,GO:0042435,GO:0043436,GO:0044106,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046219,GO:0046394,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 4.2.1.20,5.3.1.24 ko:K01696,ko:K01817 ko00260,ko00400,ko01100,ko01110,ko01130,ko01230,map00260,map00400,map01100,map01110,map01130,map01230 M00023 R00674,R02340,R02722,R03509 RC00209,RC00210,RC00700,RC00701,RC00945,RC02868 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU22640 PALP +BSU_22650 224308.BSU22650 1.15e-152 429.0 COG0135@1|root,COG0135@2|Bacteria,1V6Y0@1239|Firmicutes,4HJ7Y@91061|Bacilli,1ZGH8@1386|Bacillus 2|Bacteria E Belongs to the TrpF family trpF GO:0000162,GO:0003674,GO:0003824,GO:0004425,GO:0004640,GO:0006082,GO:0006520,GO:0006568,GO:0006576,GO:0006586,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009308,GO:0009309,GO:0009987,GO:0016053,GO:0016829,GO:0016830,GO:0016831,GO:0016853,GO:0016860,GO:0016861,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0042401,GO:0042430,GO:0042435,GO:0043436,GO:0044106,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0046219,GO:0046394,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 4.1.1.48,4.2.1.160,4.2.1.20,5.3.1.24 ko:K01696,ko:K01817,ko:K13498,ko:K22100 ko00260,ko00400,ko00790,ko01100,ko01110,ko01130,ko01230,map00260,map00400,map00790,map01100,map01110,map01130,map01230 M00023,M00840 R00674,R02340,R02722,R03508,R03509,R11072 RC00209,RC00210,RC00700,RC00701,RC00944,RC00945,RC02868,RC03343 ko00000,ko00001,ko00002,ko01000 - - iJN678.trpF,iPC815.YPO2205,iSBO_1134.SBO_1804,iSDY_1059.SDY_1330 IGPS,PRAI +BSU_22660 1051501.AYTL01000030_gene2432 3.84e-143 407.0 COG0134@1|root,COG0134@2|Bacteria,1TR94@1239|Firmicutes,4HDZQ@91061|Bacilli,1ZD63@1386|Bacillus 2|Bacteria E Belongs to the TrpC family trpC GO:0003674,GO:0003824,GO:0004425,GO:0016829,GO:0016830,GO:0016831 4.1.1.48,5.3.1.24 ko:K01609,ko:K13498 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00023 R03508,R03509 RC00944,RC00945 ko00000,ko00001,ko00002,ko01000 - - - IGPS +BSU_22670 224308.BSU22670 6.08e-230 634.0 COG0547@1|root,COG0547@2|Bacteria,1TP8U@1239|Firmicutes,4H9KQ@91061|Bacilli,1ZBZ1@1386|Bacillus 2|Bacteria E Catalyzes the transfer of the phosphoribosyl group of 5- phosphorylribose-1-pyrophosphate (PRPP) to anthranilate to yield N-(5'-phosphoribosyl)-anthranilate (PRA) trpD GO:0000162,GO:0003674,GO:0003824,GO:0004048,GO:0004425,GO:0006082,GO:0006520,GO:0006568,GO:0006576,GO:0006586,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009308,GO:0009309,GO:0009987,GO:0016053,GO:0016740,GO:0016757,GO:0016763,GO:0016829,GO:0016830,GO:0016831,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0042401,GO:0042430,GO:0042435,GO:0043436,GO:0044106,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0046219,GO:0046394,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.4.2.18,4.1.3.27 ko:K00766,ko:K13497 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00023 R00985,R00986,R01073 RC00010,RC00440,RC02148,RC02414 ko00000,ko00001,ko00002,ko01000 - - - GATase,Glycos_trans_3N,Glycos_transf_3 +BSU_22680 224308.BSU22680 0.0 1017.0 COG0147@1|root,COG0147@2|Bacteria,1TQAP@1239|Firmicutes,4HB31@91061|Bacilli,1ZARE@1386|Bacillus 2|Bacteria EH Part of a heterotetrameric complex that catalyzes the two-step biosynthesis of anthranilate, an intermediate in the biosynthesis of L-tryptophan. In the first step, the glutamine- binding beta subunit (TrpG) of anthranilate synthase (AS) provides the glutamine amidotransferase activity which generates ammonia as a substrate that, along with chorismate, is used in the second step, catalyzed by the large alpha subunit of AS (TrpE) to produce anthranilate. In the absence of TrpG, TrpE can synthesize anthranilate directly from chorismate and high concentrations of ammonia trpE GO:0000162,GO:0003674,GO:0003824,GO:0004049,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005950,GO:0006082,GO:0006520,GO:0006568,GO:0006576,GO:0006586,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009308,GO:0009309,GO:0009987,GO:0016053,GO:0016829,GO:0016830,GO:0016833,GO:0018130,GO:0019438,GO:0019752,GO:0032991,GO:0034641,GO:0042401,GO:0042430,GO:0042435,GO:0043436,GO:0044106,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046219,GO:0046394,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1902494 4.1.3.27 ko:K01657 ko00400,ko00405,ko01100,ko01110,ko01130,ko01230,ko02024,ko02025,map00400,map00405,map01100,map01110,map01130,map01230,map02024,map02025 M00023 R00985,R00986 RC00010,RC02148,RC02414 ko00000,ko00001,ko00002,ko01000 - - - Anth_synt_I_N,Chorismate_bind +BSU_22690 224308.BSU22690 3.42e-84 248.0 COG4401@1|root,COG4401@2|Bacteria,1VAID@1239|Firmicutes,4HKTN@91061|Bacilli,1ZH0S@1386|Bacillus 2|Bacteria E Catalyzes the Claisen rearrangement of chorismate to prephenate. Probably involved in the aromatic amino acid biosynthesis aroH GO:0003674,GO:0003824,GO:0004106,GO:0006082,GO:0008150,GO:0008152,GO:0009987,GO:0016853,GO:0016866,GO:0019752,GO:0043436,GO:0043648,GO:0044237,GO:0044281,GO:0046417,GO:0071704 2.7.4.25,5.4.99.5 ko:K00945,ko:K06208 ko00240,ko00400,ko01100,ko01110,ko01130,ko01230,map00240,map00400,map01100,map01110,map01130,map01230 M00024,M00025,M00052 R00158,R00512,R01665,R01715 RC00002,RC03116 ko00000,ko00001,ko00002,ko01000 - - - CM_1 +BSU_22700 224308.BSU22700 8.48e-265 724.0 COG0337@1|root,COG0337@2|Bacteria,1TPKZ@1239|Firmicutes,4HAKN@91061|Bacilli,1ZC9C@1386|Bacillus 2|Bacteria E Catalyzes the conversion of 3-deoxy-D-arabino- heptulosonate 7-phosphate (DAHP) to dehydroquinate (DHQ) aroB - 2.7.1.71,4.2.3.4 ko:K01735,ko:K13829 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00022 R02412,R03083 RC00002,RC00078,RC00847 ko00000,ko00001,ko00002,ko01000 - - - DHQ_synthase +BSU_22710 224308.BSU22710 1.44e-277 759.0 COG0082@1|root,COG0082@2|Bacteria,1TQ40@1239|Firmicutes,4HA0H@91061|Bacilli,1ZB2N@1386|Bacillus 2|Bacteria E Catalyzes the anti-1,4-elimination of the C-3 phosphate and the C-6 proR hydrogen from 5-enolpyruvylshikimate-3-phosphate (EPSP) to yield chorismate, which is the branch point compound that serves as the starting substrate for the three terminal pathways of aromatic amino acid biosynthesis. This reaction introduces a second double bond into the aromatic ring system aroC GO:0000166,GO:0003674,GO:0003824,GO:0004107,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009423,GO:0009987,GO:0010181,GO:0016053,GO:0016491,GO:0016651,GO:0016829,GO:0016835,GO:0016838,GO:0019438,GO:0019752,GO:0032553,GO:0036094,GO:0040007,GO:0043167,GO:0043168,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046417,GO:0048037,GO:0050662,GO:0051287,GO:0055114,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576 4.2.3.5 ko:K01736 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00022 R01714 RC00586 ko00000,ko00001,ko00002,ko01000 - - iAF987.Gmet_0976,iNJ661.Rv2540c Chorismate_synt +BSU_22720 224308.BSU22720 3.69e-183 509.0 COG1352@1|root,COG1352@2|Bacteria,1TPD8@1239|Firmicutes,4HAS1@91061|Bacilli,1ZCKU@1386|Bacillus 2|Bacteria NT COG1352 Methylase of chemotaxis methyl-accepting proteins cheR - 2.1.1.80 ko:K00575 ko02020,ko02030,map02020,map02030 - - - ko00000,ko00001,ko01000,ko02035 - - - CheR,CheR_N +BSU_22730 224308.BSU22730 5.54e-105 303.0 COG0105@1|root,COG0105@2|Bacteria,1V44G@1239|Firmicutes,4HH8C@91061|Bacilli,1ZFJ7@1386|Bacillus 2|Bacteria F Major role in the synthesis of nucleoside triphosphates other than ATP. The ATP gamma phosphate is transferred to the NDP beta phosphate via a ping-pong mechanism, using a phosphorylated active-site intermediate ndk GO:0003674,GO:0003824,GO:0004550,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006163,GO:0006165,GO:0006220,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009117,GO:0009132,GO:0009987,GO:0015949,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0019205,GO:0019637,GO:0034641,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0046483,GO:0046939,GO:0055086,GO:0071704,GO:0072521,GO:0072527,GO:1901360,GO:1901564 2.7.4.6 ko:K00940 ko00230,ko00240,ko00983,ko01100,ko01110,ko01130,ko04016,map00230,map00240,map00983,map01100,map01110,map01130,map04016 M00049,M00050,M00052,M00053 R00124,R00139,R00156,R00330,R00570,R00722,R01137,R01857,R02093,R02326,R02331,R03530,R11894,R11895 RC00002 ko00000,ko00001,ko00002,ko01000,ko04131 - - - NDK +BSU_22740 224308.BSU22740 4.09e-249 684.0 COG0142@1|root,COG0142@2|Bacteria,1TR0U@1239|Firmicutes,4H9RH@91061|Bacilli,1ZAZ7@1386|Bacillus 2|Bacteria H Belongs to the FPP GGPP synthase family hepT GO:0003674,GO:0003824,GO:0006732,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009233,GO:0009234,GO:0009987,GO:0016740,GO:0016765,GO:0042180,GO:0042181,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0051186,GO:0051188,GO:0071704,GO:1901576,GO:1901661,GO:1901663 2.5.1.30,2.5.1.83,2.5.1.90 ko:K00805,ko:K02523,ko:K21275 ko00900,ko01110,map00900,map01110 - R09245,R09247,R09248 RC00279 ko00000,ko00001,ko01000,ko01006 - - - polyprenyl_synt +BSU_22750 224308.BSU22750 1.34e-169 473.0 COG0500@1|root,COG2226@2|Bacteria,1TQEA@1239|Firmicutes,4HAR9@91061|Bacilli,1ZB6U@1386|Bacillus 2|Bacteria H Methyltransferase required for the conversion of demethylmenaquinol (DMKH2) to menaquinol (MKH2) menG GO:0003674,GO:0003824,GO:0006732,GO:0008150,GO:0008152,GO:0008168,GO:0009058,GO:0009108,GO:0009233,GO:0009234,GO:0009987,GO:0016740,GO:0016741,GO:0032259,GO:0042180,GO:0042181,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0051186,GO:0051188,GO:0071704,GO:1901576,GO:1901661,GO:1901663 2.1.1.163,2.1.1.201 ko:K03183 ko00130,ko01100,ko01110,map00130,map01100,map01110 M00116,M00117 R04990,R04993,R06859,R08774,R09736 RC00003,RC01253,RC01662 ko00000,ko00001,ko00002,ko01000 - - - Ubie_methyltran +BSU_22760 224308.BSU22760 3.83e-178 496.0 COG0142@1|root,COG0142@2|Bacteria,1V1TG@1239|Firmicutes,4HFY5@91061|Bacilli,1ZQJT@1386|Bacillus 2|Bacteria H Heptaprenyl diphosphate synthase (HEPPP synthase) subunit 1 hepS GO:0003674,GO:0003824,GO:0006732,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009233,GO:0009234,GO:0009987,GO:0016740,GO:0016765,GO:0042180,GO:0042181,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0051186,GO:0051188,GO:0071704,GO:1901576,GO:1901661,GO:1901663 2.5.1.30 ko:K00805 ko00900,ko01110,map00900,map01110 - R09247 RC00279 ko00000,ko00001,ko01000,ko01006 - - - HEPPP_synt_1,polyprenyl_synt +BSU_22770 224308.BSU22770 5.13e-46 148.0 2E4ES@1|root,32Z9Y@2|Bacteria,1VF84@1239|Firmicutes,4HNYS@91061|Bacilli,1ZHX6@1386|Bacillus 2|Bacteria K Required for transcription attenuation control in the Trp operon. This trans-acting factor seems to recognize a 10 bases nucleotide sequence in the Trp leader transcript causing transcription termination. Binds the leader RNA only in presence of L-tryptophan mtrB - - ko:K06285 - - - - ko00000,ko03000 - - - TrpBP +BSU_22780 224308.BSU22780 4.41e-131 372.0 COG0302@1|root,COG0302@2|Bacteria,1TRNM@1239|Firmicutes,4HAXS@91061|Bacilli,1ZAZD@1386|Bacillus 2|Bacteria H GTP cyclohydrolase folE GO:0000166,GO:0001882,GO:0001883,GO:0003674,GO:0003824,GO:0003933,GO:0003934,GO:0005488,GO:0005525,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006066,GO:0006725,GO:0006729,GO:0006732,GO:0006807,GO:0008150,GO:0008152,GO:0008270,GO:0009058,GO:0009108,GO:0009987,GO:0016787,GO:0016810,GO:0016814,GO:0017076,GO:0017144,GO:0018130,GO:0019001,GO:0019238,GO:0019438,GO:0019751,GO:0032549,GO:0032550,GO:0032553,GO:0032555,GO:0032561,GO:0034311,GO:0034312,GO:0034641,GO:0035639,GO:0036094,GO:0040007,GO:0042558,GO:0042559,GO:0043167,GO:0043168,GO:0043169,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046146,GO:0046165,GO:0046173,GO:0046483,GO:0046872,GO:0046914,GO:0051186,GO:0051188,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901615,GO:1901617 3.5.4.16 ko:K01495 ko00790,ko01100,map00790,map01100 M00126,M00841,M00842,M00843 R00428,R04639,R05046,R05048 RC00263,RC00294,RC00323,RC00945,RC01188 ko00000,ko00001,ko00002,ko01000 - - iNJ661.Rv3609c GTP_cyclohydroI +BSU_22790 1051501.AYTL01000030_gene2445 1.07e-57 179.0 COG0776@1|root,COG0776@2|Bacteria,1V9XQ@1239|Firmicutes,4HKF2@91061|Bacilli,1ZH48@1386|Bacillus 2|Bacteria L Histone-like DNA-binding protein which is capable of wrapping DNA to stabilize it, and thus to prevent its denaturation under extreme environmental conditions hup GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0009889,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2001141 - ko:K03530 - - - - ko00000,ko03032,ko03036,ko03400 - - - Bac_DNA_binding +BSU_22800 224308.BSU22800 0.0 964.0 COG0699@1|root,COG0699@2|Bacteria,1TPPG@1239|Firmicutes,4HBH1@91061|Bacilli,1ZBNH@1386|Bacillus 2|Bacteria S ATPase. Has a role at an early stage in the morphogenesis of the spore coat spoIVA GO:0000003,GO:0000166,GO:0000270,GO:0003674,GO:0003824,GO:0005488,GO:0005524,GO:0005575,GO:0005618,GO:0005623,GO:0006022,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0009653,GO:0009847,GO:0009987,GO:0010927,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0019954,GO:0022607,GO:0030154,GO:0030203,GO:0030312,GO:0030435,GO:0030436,GO:0030554,GO:0031160,GO:0032502,GO:0032553,GO:0032555,GO:0032559,GO:0032989,GO:0034301,GO:0034622,GO:0035639,GO:0036094,GO:0042244,GO:0042546,GO:0042601,GO:0042763,GO:0043167,GO:0043168,GO:0043170,GO:0043591,GO:0043595,GO:0043933,GO:0043934,GO:0043936,GO:0044085,GO:0044426,GO:0044462,GO:0044464,GO:0045229,GO:0048646,GO:0048856,GO:0048869,GO:0051258,GO:0051259,GO:0065003,GO:0070499,GO:0070590,GO:0070726,GO:0071554,GO:0071555,GO:0071704,GO:0071840,GO:0071944,GO:0097159,GO:0097367,GO:1901135,GO:1901265,GO:1901363,GO:1901564 - ko:K06398 - - - - ko00000 - - - Spore_IV_A +BSU_22810 224308.BSU22810 9.07e-178 494.0 28J08@1|root,2Z8XG@2|Bacteria,1V177@1239|Firmicutes,4HCWC@91061|Bacilli,1ZCRV@1386|Bacillus 2|Bacteria - - yphF - - - - - - - - - - - DUF3939 +BSU_22820 1274524.BSONL12_01907 2.03e-26 98.2 2EJSH@1|root,33DH6@2|Bacteria,1VMUI@1239|Firmicutes,4HS5M@91061|Bacilli,1ZJ2B@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2768) yphE - - - - - - - - - - - DUF2768 +BSU_22830 224308.BSU22830 2.01e-243 669.0 COG0240@1|root,COG0240@2|Bacteria,1TQ5P@1239|Firmicutes,4HAXW@91061|Bacilli,1ZCHQ@1386|Bacillus 2|Bacteria I Glycerol-3-phosphate dehydrogenase gpsA GO:0003674,GO:0003824,GO:0004367,GO:0006072,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016491,GO:0016614,GO:0016616,GO:0019637,GO:0044237,GO:0046167,GO:0047952,GO:0052646,GO:0055114,GO:0071704,GO:0090407,GO:1901135,GO:1901137,GO:1901576 1.1.1.94 ko:K00057 ko00564,ko01110,map00564,map01110 - R00842,R00844 RC00029 ko00000,ko00001,ko01000 - - - NAD_Gly3P_dh_C,NAD_Gly3P_dh_N +BSU_22840 224308.BSU22840 4.77e-316 860.0 COG1160@1|root,COG1160@2|Bacteria,1TPNM@1239|Firmicutes,4HAJ6@91061|Bacilli,1ZAUP@1386|Bacillus 2|Bacteria S GTPase that plays an essential role in the late steps of ribosome biogenesis der GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0008150,GO:0016020,GO:0030312,GO:0040007,GO:0044464,GO:0071944 1.1.1.399,1.1.1.95 ko:K00058,ko:K03977 ko00260,ko00680,ko01100,ko01120,ko01130,ko01200,ko01230,map00260,map00680,map01100,map01120,map01130,map01200,map01230 M00020 R01513 RC00031 ko00000,ko00001,ko00002,ko01000,ko03009,ko04147 - - - KH_dom-like,MMR_HSR1 +BSU_22849 224308.BSU22849 8.69e-40 131.0 2E5GX@1|root,3308G@2|Bacteria,1VGKE@1239|Firmicutes,4HPSE@91061|Bacilli,1ZIU7@1386|Bacillus 2|Bacteria - - ypzH - - - - - - - - - - - - +BSU_22850 224308.BSU22850 4.35e-207 573.0 28IBV@1|root,2Z8EA@2|Bacteria,1TPCJ@1239|Firmicutes,4HB3C@91061|Bacilli,1ZBT4@1386|Bacillus 2|Bacteria S YIEGIA protein seaA - - ko:K05739 - - - - ko00000 - - - YIEGIA +BSU_22860 224308.BSU22860 2.73e-134 381.0 2C369@1|root,32TN5@2|Bacteria,1VDHE@1239|Firmicutes,4HN2A@91061|Bacilli 2|Bacteria - - yphA - - - - - - - - - - - - +BSU_22870 224308.BSU22870 2.41e-237 654.0 COG1304@1|root,COG1304@2|Bacteria,1TQZ3@1239|Firmicutes,4HAMV@91061|Bacilli,1ZCXC@1386|Bacillus 2|Bacteria C Involved in the biosynthesis of isoprenoids. Catalyzes the 1,3-allylic rearrangement of the homoallylic substrate isopentenyl (IPP) to its allylic isomer, dimethylallyl diphosphate (DMAPP) fni GO:0003674,GO:0003824,GO:0004452,GO:0006629,GO:0006720,GO:0008150,GO:0008152,GO:0008299,GO:0008610,GO:0009058,GO:0009987,GO:0016853,GO:0016860,GO:0016863,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0071704,GO:1901576 1.1.1.88,5.3.3.2 ko:K00054,ko:K01823 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00095,M00096,M00364,M00365,M00366,M00367 R01123,R02081 RC00004,RC00455,RC00644 ko00000,ko00001,ko00002,ko01000 - - - FMN_dh +BSU_22880 224308.BSU22880 9.5e-263 721.0 COG0539@1|root,COG0539@2|Bacteria,1TQ9N@1239|Firmicutes,4H9PX@91061|Bacilli,1ZARR@1386|Bacillus 2|Bacteria J Ribosomal protein S1 ispH - 1.17.7.4 ko:K02945,ko:K03527 ko00900,ko01100,ko01110,ko01130,ko03010,map00900,map01100,map01110,map01130,map03010 M00096,M00178 R05884,R08210 RC01137,RC01487 br01610,ko00000,ko00001,ko00002,ko01000,ko03011 - - - LYTB,S1 +BSU_22890 224308.BSU22890 1.73e-147 416.0 COG0283@1|root,COG0283@2|Bacteria,1V3IA@1239|Firmicutes,4HFZE@91061|Bacilli,1ZBXZ@1386|Bacillus 2|Bacteria F Belongs to the cytidylate kinase family. Type 1 subfamily cmk GO:0003674,GO:0003824,GO:0004127,GO:0004592,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006520,GO:0006573,GO:0006575,GO:0006725,GO:0006732,GO:0006753,GO:0006766,GO:0006767,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009081,GO:0009108,GO:0009110,GO:0009117,GO:0009123,GO:0009165,GO:0009314,GO:0009628,GO:0009987,GO:0010165,GO:0010212,GO:0015939,GO:0015940,GO:0015949,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0016874,GO:0016879,GO:0016881,GO:0018130,GO:0019205,GO:0019438,GO:0019637,GO:0019752,GO:0032787,GO:0033317,GO:0034641,GO:0034654,GO:0042364,GO:0042398,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0046939,GO:0046940,GO:0050145,GO:0050896,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072330,GO:0090407,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605 1.17.7.4,2.5.1.19,2.7.1.26,2.7.4.25,2.7.7.2,6.3.2.1 ko:K00800,ko:K00945,ko:K02945,ko:K03527,ko:K03977,ko:K11753,ko:K13799 ko00240,ko00400,ko00410,ko00740,ko00770,ko00900,ko01100,ko01110,ko01130,ko01230,ko03010,map00240,map00400,map00410,map00740,map00770,map00900,map01100,map01110,map01130,map01230,map03010 M00022,M00052,M00096,M00119,M00125,M00178 R00158,R00161,R00512,R00549,R01665,R02473,R03460,R05884,R08210 RC00002,RC00017,RC00096,RC00141,RC00350,RC01137,RC01487 br01610,ko00000,ko00001,ko00002,ko01000,ko03009,ko03011 - - iPC815.YPO1391,iSDY_1059.SDY_2348 Cytidylate_kin +BSU_22900 224308.BSU22900 1.74e-32 112.0 29NTG@1|root,309RK@2|Bacteria,1U5JI@1239|Firmicutes,4IFAC@91061|Bacilli,1ZK0C@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5359) - - - - - - - - - - - - DUF5359 +BSU_22910 224308.BSU22910 4.63e-144 407.0 COG5581@1|root,COG5581@2|Bacteria,1V31U@1239|Firmicutes,4HGFE@91061|Bacilli,1ZCCG@1386|Bacillus 2|Bacteria M Flagellar protein YcgR ypfA - - - - - - - - - - - PilZ,YcgR_2 +BSU_22920 224308.BSU22920 0.0 884.0 COG2959@1|root,COG2959@2|Bacteria,1TT9K@1239|Firmicutes,4HBM9@91061|Bacilli,1ZB4M@1386|Bacillus 2|Bacteria H sporulation protein hemX - 2.1.1.107,4.2.1.75 ko:K02496,ko:K06313,ko:K13543 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R03165,R03194 RC00003,RC00871,RC01861 ko00000,ko00001,ko00002,ko01000 - - iAF1260.b3803,iBWG_1329.BWG_3482,iECDH1ME8569_1439.ECDH1ME8569_3682,iECUMN_1333.ECUMN_4327,iECs_1301.ECs4733,iEcDH1_1363.EcDH1_4176,iJO1366.b3803,iJR904.b3803,iPC815.YPO3851,iUMN146_1321.UM146_19140,iY75_1357.Y75_RS18060,iZ_1308.Z5317 HEM4,HemX,PepSY,YPEB +BSU_22930 224308.BSU22930 4.88e-208 576.0 COG3409@1|root,COG3773@1|root,COG3409@2|Bacteria,COG3773@2|Bacteria,1TRFW@1239|Firmicutes,4HA2V@91061|Bacilli,1ZB40@1386|Bacillus 2|Bacteria M Spore cortex-lytic enzyme sleB GO:0005575,GO:0005623,GO:0042763,GO:0044464 3.5.1.28 ko:K01449 - - R04112 RC00064,RC00141 ko00000,ko01000 - - - Hydrolase_2,PG_binding_1 +BSU_22940 224308.BSU22940 4.33e-154 432.0 COG2339@1|root,COG2339@2|Bacteria,1UZGQ@1239|Firmicutes,4HCGD@91061|Bacilli,1ZBUQ@1386|Bacillus 2|Bacteria S Involved in the degradation of specific anti-sigma factors prsW - - - - - - - - - - - PrsW-protease +BSU_22950 224308.BSU22950 1.62e-227 627.0 COG0492@1|root,COG0492@2|Bacteria,1TQGS@1239|Firmicutes,4HBIS@91061|Bacilli,1ZCBR@1386|Bacillus 2|Bacteria O COG0492 Thioredoxin reductase ypdA - 1.18.1.2,1.19.1.1,1.8.1.9 ko:K00384,ko:K21567 ko00450,map00450 - R02016,R03596,R09372 RC00013,RC02518,RC02873 ko00000,ko00001,ko01000 - - - Pyr_redox_3 +BSU_22960 224308.BSU22960 3.96e-312 850.0 COG0334@1|root,COG0334@2|Bacteria,1TP45@1239|Firmicutes,4HAEI@91061|Bacilli,1ZAX4@1386|Bacillus 2|Bacteria E Belongs to the Glu Leu Phe Val dehydrogenases family gluD GO:0003674,GO:0003824,GO:0004352,GO:0004353,GO:0006082,GO:0006520,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016491,GO:0016638,GO:0016639,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0055114,GO:0071704,GO:1901564 1.4.1.2,1.4.1.3 ko:K00260,ko:K00261 ko00220,ko00250,ko00430,ko00471,ko00910,ko01100,ko01200,ko04217,ko04964,map00220,map00250,map00430,map00471,map00910,map01100,map01200,map04217,map04964 M00740 R00243,R00248 RC00006,RC02799 ko00000,ko00001,ko00002,ko01000,ko04147 - - - ELFV_dehydrog,ELFV_dehydrog_N +BSU_22970 224308.BSU22970 5.56e-136 385.0 COG4862@1|root,COG4862@2|Bacteria,1V1B7@1239|Firmicutes,4HBM5@91061|Bacilli,1ZF7G@1386|Bacillus 2|Bacteria NOT Enables the recognition and targeting of unfolded and aggregated proteins to the ClpC protease or to other proteins involved in proteolysis. Acts negatively in the development of competence by binding ComK and recruiting it to the ClpCP protease. When overexpressed, inhibits sporulation. Also involved in Spx degradation by ClpC mecB GO:0007154,GO:0008150,GO:0009292,GO:0009294,GO:0009605,GO:0009987,GO:0009991,GO:0030420,GO:0031668,GO:0044764,GO:0050896,GO:0051704,GO:0051716,GO:0071496 - ko:K16511 - - - - ko00000 - - - MecA +BSU_22980 224308.BSU22980 4.33e-188 522.0 COG1408@1|root,COG1408@2|Bacteria,1V494@1239|Firmicutes,4HH1B@91061|Bacilli,1ZBFW@1386|Bacillus 2|Bacteria S Calcineurin-like phosphoesterase superfamily domain ypbG - - ko:K07098 - - - - ko00000 - - - Metallophos,Metallophos_2 +BSU_22990 224308.BSU22990 1.42e-106 306.0 2EENU@1|root,338GN@2|Bacteria,1VK1A@1239|Firmicutes,4HNX3@91061|Bacilli,1ZC57@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2663) ypbF - - - - - - - - - - - DUF2663 +BSU_23000 224308.BSU23000 5.04e-148 419.0 COG1388@1|root,COG1388@2|Bacteria,1V8A5@1239|Firmicutes,4HIV2@91061|Bacilli,1ZG8Q@1386|Bacillus 2|Bacteria M Lysin motif ypbE GO:0003674,GO:0005488,GO:0005515,GO:0019899,GO:0051117 - ko:K06370 - - - - ko00000 - - - LysM +BSU_23010 224308.BSU23010 2.76e-129 367.0 COG1266@1|root,COG1266@2|Bacteria,1V4WK@1239|Firmicutes,4HHKM@91061|Bacilli,1ZEBP@1386|Bacillus 2|Bacteria S metal-dependent membrane protease ypbD - - ko:K07052 - - - - ko00000 - - - Abi +BSU_23020 224308.BSU23020 0.0 984.0 COG0514@1|root,COG0514@2|Bacteria,1TPN5@1239|Firmicutes,4H9QP@91061|Bacilli,1ZB1X@1386|Bacillus 2|Bacteria L DNA helicase recQ GO:0003674,GO:0003676,GO:0003677,GO:0003678,GO:0003824,GO:0004003,GO:0004386,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005694,GO:0005737,GO:0006139,GO:0006259,GO:0006281,GO:0006310,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0006996,GO:0008026,GO:0008094,GO:0008150,GO:0008152,GO:0009295,GO:0009378,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0032392,GO:0032508,GO:0033554,GO:0034641,GO:0042623,GO:0043138,GO:0043140,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051276,GO:0051716,GO:0070035,GO:0071103,GO:0071704,GO:0071840,GO:0090304,GO:0097159,GO:0140097,GO:1901360,GO:1901363 3.6.4.12 ko:K03654 ko03018,map03018 - - - ko00000,ko00001,ko01000,ko03400 - - - DEAD,Helicase_C,RecQ_Zn_bind +BSU_23030 224308.BSU23030 1.14e-257 706.0 COG4955@1|root,COG4955@2|Bacteria,1TQU9@1239|Firmicutes,4HFUR@91061|Bacilli,1ZDGR@1386|Bacillus 2|Bacteria S protein conserved in bacteria ypbB - 5.1.3.1 ko:K01783 ko00030,ko00040,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00030,map00040,map00710,map01100,map01110,map01120,map01130,map01200,map01230 M00004,M00007 R01529 RC00540 ko00000,ko00001,ko00002,ko01000 - - - HTH_40,Herpes_Helicase,PIF1 +BSU_23040 1051501.AYTL01000030_gene2472 8.35e-55 171.0 COG1141@1|root,COG1141@2|Bacteria,1VAC2@1239|Firmicutes,4HKG7@91061|Bacilli,1ZHTS@1386|Bacillus 2|Bacteria C Ferredoxin fer GO:0003674,GO:0003824,GO:0005488,GO:0006091,GO:0008150,GO:0008152,GO:0009055,GO:0009987,GO:0016491,GO:0022900,GO:0044237,GO:0048037,GO:0051536,GO:0051539,GO:0051540,GO:0055114 - ko:K05337 - - - - ko00000 - - - Fer4_13,Fer4_15 +BSU_23050 224308.BSU23050 1.25e-121 348.0 COG3601@1|root,COG3601@2|Bacteria,1V4BW@1239|Firmicutes,4HHFT@91061|Bacilli,1ZG7K@1386|Bacillus 2|Bacteria U Mediates riboflavin uptake, may also transport FMN and roseoflavin. Probably a riboflavin-binding protein that interacts with the energy-coupling factor (ECF) ABC-transporter complex. Unlike classic ABC transporters this ECF transporter provides the energy necessary to transport a number of different substrates. The substrates themselves are bound by transmembrane, not extracytoplasmic soluble proteins ribU GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006855,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015238,GO:0015711,GO:0015893,GO:0016020,GO:0022857,GO:0032217,GO:0032218,GO:0034220,GO:0035461,GO:0042221,GO:0042493,GO:0044464,GO:0050896,GO:0051179,GO:0051180,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0090482,GO:0098656 - - - - - - - - - - ECF_trnsprt +BSU_23070 224308.BSU23070 0.0 1020.0 COG0111@1|root,COG0111@2|Bacteria,1V410@1239|Firmicutes,4H9PH@91061|Bacilli,1ZDB3@1386|Bacillus 2|Bacteria E Belongs to the D-isomer specific 2-hydroxyacid dehydrogenase family serA - 1.1.1.399,1.1.1.95 ko:K00058 ko00260,ko00680,ko01100,ko01120,ko01130,ko01200,ko01230,map00260,map00680,map01100,map01120,map01130,map01200,map01230 M00020 R01513 RC00031 ko00000,ko00001,ko00002,ko01000,ko04147 - - iYO844.BSU23070 2-Hacid_dh,2-Hacid_dh_C,ACT +BSU_23080 224308.BSU23080 1.67e-174 487.0 COG0710@1|root,COG0710@2|Bacteria,1TSPN@1239|Firmicutes,4HDMG@91061|Bacilli,1ZD9W@1386|Bacillus 2|Bacteria E Involved in the third step of the chorismate pathway, which leads to the biosynthesis of aromatic amino acids. Catalyzes the cis-dehydration of 3-dehydroquinate (DHQ) and introduces the first double bond of the aromatic ring to yield 3- dehydroshikimate aroD GO:0000166,GO:0003674,GO:0003824,GO:0003855,GO:0004764,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006725,GO:0008150,GO:0008152,GO:0009058,GO:0009423,GO:0009712,GO:0009713,GO:0009987,GO:0016053,GO:0016491,GO:0016614,GO:0016616,GO:0016829,GO:0016835,GO:0016836,GO:0017144,GO:0018958,GO:0019438,GO:0019632,GO:0019752,GO:0032787,GO:0036094,GO:0042537,GO:0042802,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046189,GO:0046278,GO:0046279,GO:0046394,GO:0046417,GO:0048037,GO:0050661,GO:0050662,GO:0055114,GO:0071704,GO:0072330,GO:0097159,GO:1901265,GO:1901360,GO:1901362,GO:1901363,GO:1901576,GO:1901615,GO:1901617 1.1.1.25,4.2.1.10 ko:K03785,ko:K13832 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00022 R02413,R03084 RC00206,RC00848 ko00000,ko00001,ko00002,ko01000 - - iEC042_1314.EC042_1860 DHquinase_I,Shikimate_DH,Shikimate_dh_N +BSU_23090 224308.BSU23090 4.85e-258 708.0 2E6XT@1|root,331H4@2|Bacteria,1VJ9Y@1239|Firmicutes,4HPEM@91061|Bacilli,1ZBUX@1386|Bacillus 2|Bacteria - - rsiX GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - Germane +BSU_23100 224308.BSU23100 1.08e-133 379.0 COG1595@1|root,COG1595@2|Bacteria,1V4T2@1239|Firmicutes,4HFZ0@91061|Bacilli,1ZEC7@1386|Bacillus 2|Bacteria K Belongs to the sigma-70 factor family. ECF subfamily sigX GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03088 - - - - ko00000,ko03021 - - - Sigma70_r2,Sigma70_r4,Sigma70_r4_2 +BSU_23110 224308.BSU23110 0.0 1139.0 COG5002@1|root,COG5002@2|Bacteria,1TQ1H@1239|Firmicutes,4HBZ0@91061|Bacilli,1ZAQC@1386|Bacillus 2|Bacteria T Histidine kinase resE - 2.7.13.3 ko:K07651 ko02020,map02020 M00458 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - HAMP,HATPase_c,HisKA,PAS,PAS_4 +BSU_23120 224308.BSU23120 1.69e-171 478.0 COG0745@1|root,COG0745@2|Bacteria,1TPZ0@1239|Firmicutes,4HA7D@91061|Bacilli,1ZC0F@1386|Bacillus 2|Bacteria T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain resD - - ko:K07775 ko02020,map02020 M00458 - - ko00000,ko00001,ko00002,ko02022 - - - Response_reg,Trans_reg_C +BSU_23130 224308.BSU23130 4.67e-279 763.0 COG0755@1|root,COG0755@2|Bacteria,1TQZ4@1239|Firmicutes,4HA2N@91061|Bacilli,1ZBH9@1386|Bacillus 2|Bacteria O 'COG0755 ABC-type transport system involved in cytochrome c biogenesis, permease component' ccsA GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008152,GO:0015886,GO:0016020,GO:0044464,GO:0051179,GO:0051181,GO:0051234,GO:0055114,GO:0071702,GO:0071705,GO:0071944,GO:1901678 - - - - - - - - - - Cytochrom_C_asm +BSU_23140 224308.BSU23140 0.0 1094.0 COG1333@1|root,COG1333@2|Bacteria,1TQ6C@1239|Firmicutes,4HAFD@91061|Bacilli,1ZBB3@1386|Bacillus 2|Bacteria O COG1333 ResB protein required for cytochrome c biosynthesis ccs1 - - ko:K07399 - - - - ko00000 - - - ResB +BSU_23150 224308.BSU23150 1.5e-128 365.0 COG0526@1|root,COG0526@2|Bacteria,1VAPY@1239|Firmicutes,4HIQ3@91061|Bacilli,1ZCW1@1386|Bacillus 2|Bacteria CO Thiol-disulfide oxidoreductase which is required in disulfide reduction during c-type cytochrome synthesis. May accept reducing equivalents from CcdA, leading to breakage of disulfide bonds in apocytochrome c resA GO:0008150,GO:0009987,GO:0016043,GO:0017004,GO:0022607,GO:0034622,GO:0043933,GO:0044085,GO:0065003,GO:0071840 - - - - - - - - - - AhpC-TSA,Redoxin +BSU_23160 224308.BSU23160 4.45e-169 473.0 COG1187@1|root,COG1187@2|Bacteria,1TP68@1239|Firmicutes,4H9MU@91061|Bacilli,1ZBNQ@1386|Bacillus 2|Bacteria J Belongs to the pseudouridine synthase RsuA family rluB GO:0000154,GO:0000455,GO:0001522,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009451,GO:0009982,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016853,GO:0016866,GO:0022613,GO:0031118,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0044085,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:1901360 5.4.99.19,5.4.99.21,5.4.99.22 ko:K06178,ko:K06182,ko:K06183 - - - - ko00000,ko01000,ko03009 - - - PseudoU_synth_2,S4 +BSU_23170 224308.BSU23170 8.62e-114 327.0 COG0700@1|root,COG0700@2|Bacteria,1V45M@1239|Firmicutes,4HH1Y@91061|Bacilli,1ZFIY@1386|Bacillus 2|Bacteria S Spore maturation protein spmB - - ko:K06374 - - - - ko00000 - - - Gate +BSU_23180 224308.BSU23180 7.57e-135 382.0 COG2715@1|root,COG2715@2|Bacteria,1V1E2@1239|Firmicutes,4HBTK@91061|Bacilli,1ZBSV@1386|Bacillus 2|Bacteria S Spore maturation protein spmA - - ko:K06373 - - - - ko00000 - - - Gate +BSU_23190 224308.BSU23190 4.11e-273 747.0 COG1686@1|root,COG1686@2|Bacteria,1TQ8M@1239|Firmicutes,4HAHH@91061|Bacilli,1ZBRQ@1386|Bacillus 2|Bacteria M Belongs to the peptidase S11 family dacB GO:0003674,GO:0003824,GO:0004175,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016787,GO:0019538,GO:0043170,GO:0044238,GO:0070011,GO:0071704,GO:0140096,GO:1901564 3.4.16.4 ko:K01286,ko:K07258 ko00550,ko01100,map00550,map01100 - - - ko00000,ko00001,ko01000,ko01002,ko01011 - - - PBP5_C,Peptidase_S11 +BSU_23200 224308.BSU23200 6.13e-128 363.0 29P42@1|root,30A29@2|Bacteria,1V423@1239|Firmicutes,4HH8N@91061|Bacilli,1ZG69@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3907) ypuI - - - - - - - - - - - DUF3907 +BSU_23210 224308.BSU23210 2e-135 384.0 COG1386@1|root,COG1386@2|Bacteria,1V6HI@1239|Firmicutes,4HIQ0@91061|Bacilli,1ZFNU@1386|Bacillus 2|Bacteria D Participates in chromosomal partition during cell division. May act via the formation of a condensin-like complex containing Smc and ScpA that pull DNA away from mid-cell into both cell halves scpB GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K06024 - - - - ko00000,ko03036 - - - SMC_ScpB +BSU_23220 224308.BSU23220 1.8e-167 469.0 COG1354@1|root,COG1354@2|Bacteria,1TRW3@1239|Firmicutes,4HA6Q@91061|Bacilli,1ZDD6@1386|Bacillus 2|Bacteria D Participates in chromosomal partition during cell division. May act via the formation of a condensin-like complex containing Smc and ScpB that pull DNA away from mid-cell into both cell halves scpA GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K05896 - - - - ko00000,ko03036 - - - SMC_ScpA +BSU_23230 224308.BSU23230 9.11e-123 350.0 COG1547@1|root,COG1547@2|Bacteria,1V7AS@1239|Firmicutes,4HI8I@91061|Bacilli,1ZR7S@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF309) ypuF - - ko:K09763 - - - - ko00000 - - - DUF309 +BSU_23240 1051501.AYTL01000030_gene2492 1.12e-83 247.0 COG0454@1|root,COG0456@2|Bacteria,1VAD7@1239|Firmicutes,4HKR2@91061|Bacilli,1ZHDK@1386|Bacillus 2|Bacteria K COG0454 Histone acetyltransferase HPA2 and related acetyltransferases ribT - - ko:K02859 - - - - ko00000 - - - Acetyltransf_1,Acetyltransf_10 +BSU_23250 1051501.AYTL01000030_gene2493 8.41e-107 308.0 COG0054@1|root,COG0054@2|Bacteria,1V1DA@1239|Firmicutes,4HFRA@91061|Bacilli,1ZFJ6@1386|Bacillus 2|Bacteria H Catalyzes the formation of 6,7-dimethyl-8- ribityllumazine by condensation of 5-amino-6-(D- ribitylamino)uracil with 3,4-dihydroxy-2-butanone 4-phosphate. This is the penultimate step in the biosynthesis of riboflavin ribH GO:0000906,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006766,GO:0006767,GO:0006771,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009110,GO:0009231,GO:0009987,GO:0016740,GO:0016765,GO:0017144,GO:0018130,GO:0034641,GO:0042364,GO:0042726,GO:0042727,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.5.1.78 ko:K00794 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R04457 RC00960 ko00000,ko00001,ko00002,ko01000 - - iLJ478.TM1825,iSB619.SA_RS08940,iSFV_1184.SFV_0380 DMRL_synthase +BSU_23260 224308.BSU23260 3.12e-292 797.0 COG0108@1|root,COG0807@1|root,COG0108@2|Bacteria,COG0807@2|Bacteria,1TPH9@1239|Firmicutes,4H9PW@91061|Bacilli,1ZBF9@1386|Bacillus 2|Bacteria H Catalyzes the conversion of D-ribulose 5-phosphate to formate and 3,4-dihydroxy-2-butanone 4-phosphate ribBA GO:0003674,GO:0003824,GO:0003933,GO:0003935,GO:0006766,GO:0006767,GO:0006771,GO:0006807,GO:0008150,GO:0008152,GO:0008686,GO:0009058,GO:0009110,GO:0009231,GO:0009987,GO:0016787,GO:0016810,GO:0016814,GO:0016829,GO:0016830,GO:0017144,GO:0018130,GO:0019238,GO:0034641,GO:0042364,GO:0042726,GO:0042727,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 3.5.4.25,4.1.99.12 ko:K02858,ko:K14652 ko00740,ko00790,ko01100,ko01110,map00740,map00790,map01100,map01110 M00125,M00840 R00425,R07281 RC00293,RC01792,RC01815,RC02504 ko00000,ko00001,ko00002,ko01000 - - iHN637.CLJU_RS10830,iSB619.SA_RS08945 DHBP_synthase,DUF1688,GTP_cyclohydro2 +BSU_23270 224308.BSU23270 1.24e-147 416.0 COG0307@1|root,COG0307@2|Bacteria,1V1EP@1239|Firmicutes,4HC7B@91061|Bacilli,1ZBB9@1386|Bacillus 2|Bacteria H Riboflavin synthase ribE GO:0003674,GO:0003824,GO:0004746,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006766,GO:0006767,GO:0006771,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009110,GO:0009231,GO:0009987,GO:0016740,GO:0016765,GO:0017144,GO:0018130,GO:0034641,GO:0042364,GO:0042726,GO:0042727,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.5.1.9 ko:K00793 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R00066 RC00958,RC00960 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS08950,iYO844.BSU23270 Lum_binding +BSU_23280 224308.BSU23280 1.77e-261 716.0 COG0117@1|root,COG1985@1|root,COG0117@2|Bacteria,COG1985@2|Bacteria,1TP4F@1239|Firmicutes,4HBNA@91061|Bacilli,1ZBTJ@1386|Bacillus 2|Bacteria H Converts 2,5-diamino-6-(ribosylamino)-4(3h)-pyrimidinone 5'-phosphate into 5-amino-6-(ribosylamino)-2,4(1h,3h)- pyrimidinedione 5'-phosphate ribD GO:0006139,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0016070,GO:0034641,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0090304,GO:1901360 1.1.1.193,3.5.4.26 ko:K00082,ko:K01498,ko:K11752 ko00740,ko01100,ko01110,ko02024,map00740,map01100,map01110,map02024 M00125 R03458,R03459 RC00204,RC00933 ko00000,ko00001,ko00002,ko01000 - - iAF987.Gmet_1624,iLJ478.TM1828 RibD_C,dCMP_cyt_deam_1 +BSU_23300 224308.BSU23300 2.96e-72 217.0 29RI8@1|root,30D34@2|Bacteria,1UAS0@1239|Firmicutes,4IM4U@91061|Bacilli,1ZJ5R@1386|Bacillus 2|Bacteria - - ypuD - - - - - - - - - - - - +BSU_23310 224308.BSU23310 3.39e-132 374.0 COG0681@1|root,COG0681@2|Bacteria,1V2BJ@1239|Firmicutes,4HGCB@91061|Bacilli,1ZGNJ@1386|Bacillus 2|Bacteria U Belongs to the peptidase S26 family lepB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.4.21.89 ko:K03100 ko02024,ko03060,map02024,map03060 - - - ko00000,ko00001,ko01000,ko01002 - - - Peptidase_S24,Peptidase_S26 +BSU_23328 224308.BSU23328 1.28e-45 146.0 COG3478@1|root,COG3478@2|Bacteria,1VEIV@1239|Firmicutes,4HNP6@91061|Bacilli,1ZJ32@1386|Bacillus 2|Bacteria S nucleic-acid-binding protein containing a Zn-ribbon domain ypzJ - - ko:K07069 - - - - ko00000 - - - zinc_ribbon_13 +BSU_23330 44251.PDUR_12290 5.19e-11 65.1 COG0586@1|root,COG0586@2|Bacteria,1UVK3@1239|Firmicutes,4IPNP@91061|Bacilli,26WE6@186822|Paenibacillaceae 2|Bacteria S PAP2 superfamily - - 3.6.1.27 ko:K19302 ko00550,map00550 - R05627 RC00002 ko00000,ko00001,ko01000,ko01011 - - - PAP2,SNARE_assoc +BSU_23360 1051501.AYTL01000030_gene2500 2e-105 303.0 COG0652@1|root,COG0652@2|Bacteria,1TRHW@1239|Firmicutes,4HHA1@91061|Bacilli,1ZFRG@1386|Bacillus 2|Bacteria O PPIases accelerate the folding of proteins. It catalyzes the cis-trans isomerization of proline imidic peptide bonds in oligopeptides ppiB GO:0000413,GO:0003674,GO:0003755,GO:0003824,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016853,GO:0016859,GO:0018193,GO:0018208,GO:0019538,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:0140096,GO:1901564 5.2.1.8 ko:K03767,ko:K03768 ko01503,ko04217,map01503,map04217 - - - ko00000,ko00001,ko01000,ko03110,ko04147 - - - Pro_isomerase +BSU_23370 224308.BSU23370 1.09e-192 536.0 COG4086@1|root,COG4086@2|Bacteria,1TR2I@1239|Firmicutes,4HBVZ@91061|Bacilli,1ZD5H@1386|Bacillus 2|Bacteria S Secreted protein ypuA - - - - - - - - - - - DUF1002 +BSU_23380 224308.BSU23380 0.0 883.0 COG0019@1|root,COG0019@2|Bacteria,1TPE9@1239|Firmicutes,4H9XW@91061|Bacilli,1ZD43@1386|Bacillus 2|Bacteria E Specifically catalyzes the decarboxylation of meso- diaminopimelate (meso-DAP) to L-lysine lysA - 4.1.1.19,4.1.1.20 ko:K01585,ko:K01586 ko00300,ko00330,ko01100,ko01110,ko01120,ko01130,ko01230,map00300,map00330,map01100,map01110,map01120,map01130,map01230 M00016,M00133,M00525,M00526,M00527 R00451,R00566 RC00299 ko00000,ko00001,ko00002,ko01000 - - iHN637.CLJU_RS18870 Orn_Arg_deC_N,Orn_DAP_Arg_deC +BSU_23390 224308.BSU23390 0.0 944.0 COG0697@1|root,COG0697@2|Bacteria,1TP7K@1239|Firmicutes,4HBWN@91061|Bacilli,1ZB54@1386|Bacillus 2|Bacteria EG Stage V sporulation protein AF spoVAF - - ko:K06408 - - - - ko00000 - - - GerA +BSU_23401 224308.BSU23401 1.85e-143 404.0 29419@1|root,2ZRG2@2|Bacteria,1V3UB@1239|Firmicutes,4HGP9@91061|Bacilli,1ZR7J@1386|Bacillus 2|Bacteria S stage V sporulation protein spoVAEA - - ko:K06407 - - - - ko00000 - - - SpoVAE +BSU_23402 224308.BSU23402 2.15e-75 225.0 2ANER@1|root,315MJ@2|Bacteria,1V6SU@1239|Firmicutes,4HIW4@91061|Bacilli,1ZG67@1386|Bacillus 2|Bacteria S stage V sporulation protein spoVAE - - ko:K06407 - - - - ko00000 - - - SpoVAC_SpoVAEB +BSU_23410 224308.BSU23410 6.02e-246 675.0 COG0332@1|root,COG0332@2|Bacteria,1TPDE@1239|Firmicutes,4H9W9@91061|Bacilli,1ZAW8@1386|Bacillus 2|Bacteria I Stage V sporulation protein AD spoVAD GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0016020,GO:0030312,GO:0031160,GO:0044464,GO:0071944 - ko:K06406 - - - - ko00000 - - - SpoVAD +BSU_23420 224308.BSU23420 6.71e-102 295.0 2ANER@1|root,31DDD@2|Bacteria,1V46U@1239|Firmicutes,4HH0C@91061|Bacilli,1ZFW2@1386|Bacillus 2|Bacteria S stage V sporulation protein AC spoVAC - - ko:K06405 - - - - ko00000 - - - SpoVAC_SpoVAEB +BSU_23430 224308.BSU23430 5.43e-90 264.0 2AF43@1|root,3152T@2|Bacteria,1VFMI@1239|Firmicutes,4HIN3@91061|Bacilli,1ZGZY@1386|Bacillus 2|Bacteria S Stage V sporulation protein AB spoVAB - - ko:K06404 - - - - ko00000 - - - SpoVAB +BSU_23440 224308.BSU23440 5.72e-144 406.0 28PNE@1|root,2ZCB6@2|Bacteria,1V214@1239|Firmicutes,4HFTI@91061|Bacilli,1ZBVY@1386|Bacillus 2|Bacteria S Stage V sporulation protein AA spoVAA - - ko:K06403 - - - - ko00000 - - - SporV_AA +BSU_23450 224308.BSU23450 1.18e-174 488.0 COG1191@1|root,COG1191@2|Bacteria,1TP3Q@1239|Firmicutes,4HC42@91061|Bacilli,1ZANZ@1386|Bacillus 2|Bacteria K Sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released sigF GO:0006355,GO:0006950,GO:0008150,GO:0009889,GO:0009987,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0033554,GO:0043620,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0051716,GO:0060255,GO:0065007,GO:0080090,GO:1903506,GO:2000112,GO:2001141 - ko:K03090,ko:K03091 - - - - ko00000,ko03021 - - - Sigma70_r2,Sigma70_r3,Sigma70_r4 +BSU_23460 224308.BSU23460 6.78e-100 290.0 COG2172@1|root,COG2172@2|Bacteria,1V6V2@1239|Firmicutes,4HGYN@91061|Bacilli,1ZFKS@1386|Bacillus 2|Bacteria F Binds to sigma F and blocks its ability to form an RNA polymerase holoenzyme (E-sigma F). Phosphorylates SpoIIAA on a serine residue. This phosphorylation may enable SpoIIAA to act as an anti-anti-sigma factor that counteracts SpoIIAB and thus releases sigma F from inhibition spoIIAB GO:0000003,GO:0000988,GO:0000989,GO:0003674,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0016989,GO:0019219,GO:0019222,GO:0019954,GO:0030436,GO:0031323,GO:0031326,GO:0032502,GO:0043934,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2000112,GO:2001141 2.7.11.1 ko:K04757,ko:K06379,ko:K17752 - - - - ko00000,ko01000,ko01001,ko03021 - - - HATPase_c_2 +BSU_23470 224308.BSU23470 1.98e-76 228.0 COG1366@1|root,COG1366@2|Bacteria,1VENG@1239|Firmicutes,4HINR@91061|Bacilli,1ZGYC@1386|Bacillus 2|Bacteria T Belongs to the anti-sigma-factor antagonist family spoIIAA - - ko:K04749,ko:K06378 - - - - ko00000,ko03021 - - - STAS,STAS_2 +BSU_23480 224308.BSU23480 2.89e-272 746.0 COG1686@1|root,COG1686@2|Bacteria,1TQN0@1239|Firmicutes,4HBCE@91061|Bacilli,1ZB0W@1386|Bacillus 2|Bacteria M Belongs to the peptidase S11 family dacF GO:0003674,GO:0003824,GO:0004175,GO:0004180,GO:0004185,GO:0005575,GO:0005618,GO:0005623,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008236,GO:0008238,GO:0009002,GO:0016787,GO:0017171,GO:0019538,GO:0030312,GO:0043170,GO:0044238,GO:0044464,GO:0070008,GO:0070011,GO:0071704,GO:0071944,GO:0140096,GO:1901564 3.4.16.4 ko:K01286,ko:K07258 ko00550,ko01100,map00550,map01100 - - - ko00000,ko00001,ko01000,ko01002,ko01011 - - - PBP5_C,Peptidase_S11 +BSU_23490 224308.BSU23490 3.98e-190 528.0 COG0005@1|root,COG0005@2|Bacteria,1TQ37@1239|Firmicutes,4HABP@91061|Bacilli,1ZBKZ@1386|Bacillus 2|Bacteria F The purine nucleoside phosphorylases catalyze the phosphorolytic breakdown of the N-glycosidic bond in the beta- (deoxy)ribonucleoside molecules, with the formation of the corresponding free purine bases and pentose-1-phosphate punA - 2.4.2.1,2.4.2.28 ko:K00772,ko:K03783 ko00230,ko00240,ko00270,ko00760,ko01100,ko01110,map00230,map00240,map00270,map00760,map01100,map01110 M00034 R01402,R01561,R01863,R01969,R02147,R02294,R02295,R02297,R02484,R02557,R02748,R08368,R10244 RC00033,RC00063,RC00122,RC02819 ko00000,ko00001,ko00002,ko01000 - - - PNP_UDP_1 +BSU_23500 224308.BSU23500 2.89e-295 804.0 COG1015@1|root,COG1015@2|Bacteria,1TP70@1239|Firmicutes,4H9RU@91061|Bacilli,1ZBG0@1386|Bacillus 2|Bacteria G Phosphotransfer between the C1 and C5 carbon atoms of pentose deoB GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008973,GO:0009987,GO:0016853,GO:0016866,GO:0016868,GO:0034641,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:1901360 5.4.2.7 ko:K01839 ko00030,ko00230,map00030,map00230 - R01057,R02749 RC00408 ko00000,ko00001,ko01000 - - - Metalloenzyme +BSU_23510 224308.BSU23510 1.59e-213 589.0 COG4974@1|root,COG4974@2|Bacteria,1TQRG@1239|Firmicutes,4HAEX@91061|Bacilli,1ZDBF@1386|Bacillus 2|Bacteria L recombinase XerD xerD - - ko:K03733,ko:K04763 - - - - ko00000,ko03036 - - - Phage_int_SAM_1,Phage_integrase +BSU_23519 224308.BSU23519 2.73e-50 159.0 2E9B4@1|root,333IZ@2|Bacteria,1VHUQ@1239|Firmicutes,4HR2C@91061|Bacilli,1ZIY4@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF4227) - - - - - - - - - - - - DUF4227 +BSU_23520 224308.BSU23520 2.26e-104 301.0 COG0735@1|root,COG0735@2|Bacteria,1V7F0@1239|Firmicutes,4HH78@91061|Bacilli,1ZCPG@1386|Bacillus 2|Bacteria P Belongs to the Fur family fur GO:0000976,GO:0001067,GO:0001130,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:1990837,GO:2000112,GO:2000113,GO:2001141 - ko:K03711 - - - - ko00000,ko03000 - - - FUR +BSU_23530 224308.BSU23530 1.96e-139 395.0 COG1300@1|root,COG1300@2|Bacteria,1V81P@1239|Firmicutes,4HJW8@91061|Bacilli,1ZAYC@1386|Bacillus 2|Bacteria S Required for complete septum migration and engulfment of the forespore compartment during sporulation. Required for stabilizing and recruiting of SpoIIP to the septal membrane spoIIM GO:0005575,GO:0005623,GO:0008150,GO:0010564,GO:0022603,GO:0030428,GO:0032465,GO:0032467,GO:0032954,GO:0042173,GO:0043937,GO:0044087,GO:0044089,GO:0044464,GO:0045595,GO:0045787,GO:0048518,GO:0048522,GO:0050789,GO:0050793,GO:0050794,GO:0051128,GO:0051130,GO:0051302,GO:0051726,GO:0051781,GO:0065007,GO:0090068,GO:1901891,GO:1901893 - ko:K06384 - - - - ko00000 - - - SpoIIM +BSU_23540 224308.BSU23540 3.73e-44 143.0 2B8M5@1|root,321WG@2|Bacteria,1UAP9@1239|Firmicutes,4IM1W@91061|Bacilli,1ZIS1@1386|Bacillus 2|Bacteria - - yqkK - - - - - - - - - - - - +BSU_23550 224308.BSU23550 3.95e-309 843.0 COG0281@1|root,COG0281@2|Bacteria,1UYHB@1239|Firmicutes,4HDRG@91061|Bacilli,1ZDC7@1386|Bacillus 2|Bacteria C malic enzyme mleA - 1.1.1.38 ko:K00027 ko00620,ko01200,ko02020,map00620,map01200,map02020 - R00214 RC00105 ko00000,ko00001,ko01000 - - - 2-Hacid_dh_C,ACT_4,Malic_M,THF_DHG_CYH_C,malic +BSU_23560 224308.BSU23560 0.0 866.0 COG1757@1|root,COG1757@2|Bacteria,1TQ3B@1239|Firmicutes,4HA18@91061|Bacilli,1ZBQN@1386|Bacillus 2|Bacteria C Na H antiporter mleN GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03315 - - - - ko00000,ko02000 2.A.35 - - Na_H_antiporter +BSU_23570 224308.BSU23570 0.0 931.0 COG1027@1|root,COG1027@2|Bacteria,1TP3U@1239|Firmicutes,4HFM9@91061|Bacilli,1ZB5F@1386|Bacillus 2|Bacteria E Aspartate ammonia-lyase aspA - 4.2.1.2,4.3.1.1 ko:K01679,ko:K01744 ko00020,ko00250,ko00620,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko04934,ko05200,ko05211,map00020,map00250,map00620,map00720,map01100,map01110,map01120,map01130,map01200,map04934,map05200,map05211 M00009,M00011,M00173,M00376 R00490,R01082 RC00316,RC00443,RC02799 ko00000,ko00001,ko00002,ko01000 - - - FumaraseC_C,Lyase_1 +BSU_23580 224308.BSU23580 1.77e-238 655.0 COG0252@1|root,COG0252@2|Bacteria,1TPP9@1239|Firmicutes,4HD98@91061|Bacilli,1ZQ9H@1386|Bacillus 2|Bacteria EJ L-asparaginase ansA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.5.1.1 ko:K01424 ko00250,ko00460,ko01100,ko01110,map00250,map00460,map01100,map01110 - R00485 RC00010,RC02798 ko00000,ko00001,ko01000 - - - Asparaginase +BSU_23590 224308.BSU23590 3.18e-77 230.0 COG1396@1|root,COG1396@2|Bacteria,1VK84@1239|Firmicutes,4HM8Q@91061|Bacilli,1ZI74@1386|Bacillus 2|Bacteria K Transcriptional regulator ansR - - - - - - - - - - - HTH_3 +BSU_23600 224308.BSU23600 2.62e-283 773.0 COG1379@1|root,COG1379@2|Bacteria,1TP9P@1239|Firmicutes,4HCQ4@91061|Bacilli,1ZASI@1386|Bacillus 2|Bacteria L DNA helicase yqxK - 3.6.4.12 ko:K03657 ko03420,ko03430,map03420,map03430 - - - ko00000,ko00001,ko01000,ko03400 - - - DUF4178,PHP_C,UvrD-helicase,UvrD_C +BSU_23610 224308.BSU23610 4.07e-120 344.0 COG0494@1|root,COG0494@2|Bacteria,1V6F5@1239|Firmicutes,4HII9@91061|Bacilli,1ZFIW@1386|Bacillus 2|Bacteria L Belongs to the Nudix hydrolase family nudF - 3.6.1.13 ko:K01515 ko00230,map00230 - R01054 RC00002 ko00000,ko00001,ko01000 - - iHN637.CLJU_RS05505,iSB619.SA_RS07540,iYO844.BSU23610 NUDIX +BSU_23620 224308.BSU23620 9.26e-218 601.0 COG0667@1|root,COG0667@2|Bacteria,1TTT8@1239|Firmicutes,4H9XM@91061|Bacilli,1ZBYV@1386|Bacillus 2|Bacteria C oxidoreductases (related to aryl-alcohol dehydrogenases) yqkF - - - - - - - - - - - Aldo_ket_red +BSU_23630 224308.BSU23630 3.55e-30 108.0 2EGUT@1|root,30CDC@2|Bacteria,1U9P4@1239|Firmicutes,4HZT2@91061|Bacilli 2|Bacteria S Protein of unknown function (DUF3886) yqkE - - - - - - - - - - - DUF3886 +BSU_23640 224308.BSU23640 1.23e-226 623.0 COG1073@1|root,COG1073@2|Bacteria,1TQYU@1239|Firmicutes,4HC4H@91061|Bacilli,1ZBDV@1386|Bacillus 2|Bacteria S COG1073 Hydrolases of the alpha beta superfamily yqkD - - ko:K06889 - - - - ko00000 - - - Hydrolase_4 +BSU_23650 224308.BSU23650 6.5e-53 166.0 2FH9Z@1|root,34949@2|Bacteria,1VYS1@1239|Firmicutes,4HYMH@91061|Bacilli,1ZIBH@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2552) yqkC - - - - - - - - - - - DUF2552 +BSU_23660 224308.BSU23660 6.17e-73 218.0 COG4918@1|root,COG4918@2|Bacteria,1VJ11@1239|Firmicutes,4HPA2@91061|Bacilli,1ZSK4@1386|Bacillus 2|Bacteria S Belongs to the HesB IscA family yqkB - - - - - - - - - - - Fe-S_biosyn +BSU_23670 224308.BSU23670 2.89e-251 689.0 COG0454@1|root,COG2320@1|root,COG0456@2|Bacteria,COG2320@2|Bacteria,1V3IB@1239|Firmicutes,4HH5X@91061|Bacilli,1ZHJE@1386|Bacillus 2|Bacteria K GrpB protein yqkA - - - - - - - - - - - Acetyltransf_10,GrpB +BSU_23680 224308.BSU23680 6.98e-80 236.0 COG2329@1|root,COG2329@2|Bacteria,1VAM1@1239|Firmicutes,4HJD7@91061|Bacilli,1ZHXP@1386|Bacillus 2|Bacteria S enzyme involved in biosynthesis of extracellular polysaccharides yqjZ - 2.3.1.128,2.5.1.18 ko:K00799,ko:K03790 ko00480,ko00980,ko00982,ko00983,ko01524,ko05200,ko05204,ko05225,ko05418,map00480,map00980,map00982,map00983,map01524,map05200,map05204,map05225,map05418 - R03522,R07002,R07003,R07004,R07023,R07024,R07025,R07026,R07069,R07070,R07083,R07084,R07091,R07092,R07093,R07094,R07100,R07113,R07116,R08280,R09409,R11905 RC00004,RC00069,RC00840,RC00948,RC01704,RC01705,RC01706,RC01758,RC01759,RC01765,RC01767,RC01769,RC02243,RC02527,RC02939,RC02940,RC02942,RC02943,RC02944 ko00000,ko00001,ko01000,ko02000,ko03009 1.A.12.2.2,1.A.12.3.2 - - ABM +BSU_23690 224308.BSU23690 5.46e-113 323.0 COG0454@1|root,COG0456@2|Bacteria,1V50M@1239|Firmicutes,4HH63@91061|Bacilli,1ZG7D@1386|Bacillus 2|Bacteria K acetyltransferase yqjY GO:0003674,GO:0003824,GO:0006464,GO:0006473,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016740,GO:0016746,GO:0016747,GO:0019538,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:1901564 - ko:K06977 - - - - ko00000 - - - Acetyltransf_1 +BSU_23700 1051501.AYTL01000030_gene2536 1.87e-65 200.0 2DQHI@1|root,336W6@2|Bacteria,1VM8Z@1239|Firmicutes,4HQJC@91061|Bacilli 2|Bacteria S YolD-like protein yqiX - - - - - - - - - - - YolD +BSU_23710 224308.BSU23710 1.46e-304 829.0 COG0389@1|root,COG0389@2|Bacteria,1TP42@1239|Firmicutes,4HA1P@91061|Bacilli,1ZC8I@1386|Bacillus 2|Bacteria L Poorly processive, error-prone DNA polymerase involved in untargeted mutagenesis. Copies undamaged DNA at stalled replication forks, which arise in vivo from mismatched or misaligned primer ends. These misaligned primers can be extended by PolIV. Exhibits no 3'-5' exonuclease (proofreading) activity. May be involved in translesional synthesis, in conjunction with the beta clamp from PolIII dinB - 2.7.7.7 ko:K02346,ko:K03502,ko:K14161 - - - - ko00000,ko01000,ko03400 - - - IMS,IMS_C,IMS_HHH +BSU_23730 224308.BSU23730 1.08e-289 791.0 COG2211@1|root,COG2211@2|Bacteria,1UI4M@1239|Firmicutes,4ISD6@91061|Bacilli,1ZS7N@1386|Bacillus 2|Bacteria G Major Facilitator Superfamily yqjV GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - MFS_1,MFS_1_like +BSU_23750 224308.BSU23750 3.82e-95 276.0 COG0346@1|root,COG0346@2|Bacteria,1V6KX@1239|Firmicutes,4HJMS@91061|Bacilli,1ZGG2@1386|Bacillus 2|Bacteria E Glyoxalase/Bleomycin resistance protein/Dioxygenase superfamily yqjT - 3.1.26.4 ko:K03469 ko03030,map03030 - - - ko00000,ko00001,ko01000,ko03032 - - - Glyoxalase,Glyoxalase_4 +BSU_23760 224308.BSU23760 1.89e-228 629.0 COG1072@1|root,COG1072@2|Bacteria,1TPHJ@1239|Firmicutes,4HA4K@91061|Bacilli,1ZB00@1386|Bacillus 2|Bacteria F Pantothenic acid kinase coaA GO:0003674,GO:0003824,GO:0004594,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006732,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009117,GO:0009150,GO:0009152,GO:0009165,GO:0009259,GO:0009260,GO:0009987,GO:0015936,GO:0015937,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0033865,GO:0033866,GO:0033875,GO:0034030,GO:0034032,GO:0034033,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046390,GO:0046483,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.7.1.33 ko:K00867,ko:K02173 ko00770,ko01100,map00770,map01100 M00120 R02971,R03018,R04391 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 - - iECDH1ME8569_1439.ECDH1ME8569_3838,iECH74115_1262.ECH74115_5439,iECSE_1348.ECSE_4265,iECSF_1327.ECSF_3833,iECSP_1301.ECSP_5045,iECW_1372.ECW_m4332,iEcDH1_1363.EcDH1_4016,iEcolC_1368.EcolC_4046,iPC815.YPO3758,iSFV_1184.SFV_4047,iSFxv_1172.SFxv_4418,iWFL_1372.ECW_m4332,iZ_1308.Z5545 PRK +BSU_23770 224308.BSU23770 0.0 909.0 COG3048@1|root,COG3048@2|Bacteria,1TPAH@1239|Firmicutes,4HANC@91061|Bacilli,1ZASU@1386|Bacillus 2|Bacteria E Belongs to the serine threonine dehydratase family. DsdA subfamily dsdA GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006807,GO:0006950,GO:0006974,GO:0008144,GO:0008150,GO:0008152,GO:0008721,GO:0009056,GO:0009063,GO:0009069,GO:0009071,GO:0009636,GO:0009987,GO:0016054,GO:0016829,GO:0016835,GO:0016836,GO:0016840,GO:0016841,GO:0017144,GO:0019478,GO:0019752,GO:0019842,GO:0030170,GO:0033554,GO:0036088,GO:0036094,GO:0042221,GO:0042737,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046395,GO:0046416,GO:0048037,GO:0050662,GO:0050896,GO:0051410,GO:0051716,GO:0070178,GO:0070279,GO:0071704,GO:0097159,GO:0098754,GO:1901363,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606,GO:1901698 4.3.1.18 ko:K01753 ko00260,map00260 - R00221 RC02600 ko00000,ko00001,ko01000 - - iECED1_1282.ECED1_2813,iLF82_1304.LF82_0525,iNRG857_1313.NRG857_11890 PALP +BSU_23780 224308.BSU23780 1.39e-184 513.0 COG0300@1|root,COG0300@2|Bacteria,1TSJ3@1239|Firmicutes,4HDU5@91061|Bacilli,1ZBRZ@1386|Bacillus 2|Bacteria S Belongs to the short-chain dehydrogenases reductases (SDR) family yqjQ - - ko:K07124 - - - - ko00000 - - - adh_short +BSU_23790 224308.BSU23790 3.98e-230 633.0 COG0491@1|root,COG0491@2|Bacteria,1TQPX@1239|Firmicutes,4HAV6@91061|Bacilli,1ZCFS@1386|Bacillus 2|Bacteria S COG0491 Zn-dependent hydrolases, including glyoxylases yqjP - - - - - - - - - - - Lactamase_B +BSU_23800 224308.BSU23800 6.84e-190 528.0 COG0345@1|root,COG0345@2|Bacteria,1TP1E@1239|Firmicutes,4H9RV@91061|Bacilli,1ZCWZ@1386|Bacillus 2|Bacteria E Catalyzes the reduction of 1-pyrroline-5-carboxylate (PCA) to L-proline proC - 1.5.1.2 ko:K00286 ko00330,ko01100,ko01110,ko01130,ko01230,map00330,map01100,map01110,map01130,map01230 M00015 R01248,R01251,R03291,R03293 RC00054,RC00083 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU18480 F420_oxidored,P5CR_dimer +BSU_23810 224308.BSU23810 0.0 1090.0 COG4187@1|root,COG4187@2|Bacteria,1TQQ7@1239|Firmicutes,4HABT@91061|Bacilli,1ZCEE@1386|Bacillus 2|Bacteria E arginine degradation protein rocB - - - - - - - - - - - Peptidase_M20 +BSU_23820 224308.BSU23820 1.21e-245 674.0 COG1902@1|root,COG1902@2|Bacteria,1TPM6@1239|Firmicutes,4H9YM@91061|Bacilli,1ZB4D@1386|Bacillus 2|Bacteria C Catalyzes the reduction of the double bond of an array of alpha,beta-unsaturated aldehydes and ketones. It also reduces the nitro group of nitroester and nitroaromatic compounds. It could have a role in detoxification processes namA GO:0005575,GO:0005618,GO:0005623,GO:0030312,GO:0044464,GO:0071944 1.6.99.1 ko:K00354 - - R00282 RC00001 ko00000,ko01000 - - - Oxidored_FMN +BSU_23830 224308.BSU23830 3.86e-188 521.0 COG0596@1|root,COG0596@2|Bacteria,1V9D7@1239|Firmicutes,4HK54@91061|Bacilli,1ZEVK@1386|Bacillus 2|Bacteria S hydrolases or acyltransferases (alpha beta hydrolase superfamily) yqjL - - - - - - - - - - - Abhydrolase_1,Abhydrolase_6,Hydrolase_4 +BSU_23836 1178537.BA1_01345 6.64e-22 85.1 COG0267@1|root,COG0267@2|Bacteria,1VEJ4@1239|Firmicutes,4HNIM@91061|Bacilli,1ZIUS@1386|Bacillus 2|Bacteria J Belongs to the bacterial ribosomal protein bL33 family rpmG GO:0000027,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0042221,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0046677,GO:0050896,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02913 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L33 +BSU_23840 224308.BSU23840 3.12e-221 610.0 COG1234@1|root,COG1234@2|Bacteria,1TRGP@1239|Firmicutes,4HABM@91061|Bacilli,1ZC3J@1386|Bacillus 2|Bacteria S Zinc phosphodiesterase, which displays some tRNA 3'- processing endonuclease activity. Probably involved in tRNA maturation, by removing a 3'-trailer from precursor tRNA rnz GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004527,GO:0004532,GO:0004540,GO:0005488,GO:0005515,GO:0006139,GO:0006396,GO:0006399,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016787,GO:0016788,GO:0016796,GO:0016891,GO:0016893,GO:0016896,GO:0031123,GO:0034414,GO:0034470,GO:0034641,GO:0034660,GO:0042779,GO:0042780,GO:0042781,GO:0042802,GO:0043167,GO:0043169,GO:0043170,GO:0043628,GO:0044237,GO:0044238,GO:0046483,GO:0046872,GO:0071704,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0090503,GO:0140098,GO:1901360,GO:1905267 3.1.26.11 ko:K00784 ko03013,map03013 - - - ko00000,ko00001,ko01000,ko03016 - - - Lactamase_B,Lactamase_B_2 +BSU_23850 224308.BSU23850 0.0 999.0 COG0364@1|root,COG0364@2|Bacteria,1TPYF@1239|Firmicutes,4HA73@91061|Bacilli,1ZCZ3@1386|Bacillus 2|Bacteria G Catalyzes the oxidation of glucose 6-phosphate to 6- phosphogluconolactone zwf GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 1.1.1.363,1.1.1.49 ko:K00036 ko00030,ko00480,ko01100,ko01110,ko01120,ko01130,ko01200,ko05230,map00030,map00480,map01100,map01110,map01120,map01130,map01200,map05230 M00004,M00006,M00008 R00835,R02736,R10907 RC00001,RC00066 ko00000,ko00001,ko00002,ko01000,ko04147 - - iIT341.HP1101 G6PD_C,G6PD_N +BSU_23860 224308.BSU23860 0.0 924.0 COG0362@1|root,COG0362@2|Bacteria,1TP4I@1239|Firmicutes,4H9NC@91061|Bacilli,1ZC6M@1386|Bacillus 2|Bacteria G Catalyzes the oxidative decarboxylation of 6- phosphogluconate to ribulose 5-phosphate and CO(2), with concomitant reduction of NADP to NADPH gnd - 1.1.1.343,1.1.1.44 ko:K00033 ko00030,ko00480,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map00480,map01100,map01110,map01120,map01130,map01200 M00004,M00006 R01528,R10221 RC00001,RC00539 ko00000,ko00001,ko00002,ko01000 - - - 6PGD,NAD_binding_2 +BSU_23870 224308.BSU23870 2.72e-301 821.0 COG0389@1|root,COG0389@2|Bacteria,1TP42@1239|Firmicutes,4HADJ@91061|Bacilli,1ZAZZ@1386|Bacillus 2|Bacteria L Poorly processive, error-prone DNA polymerase involved in untargeted mutagenesis. Copies undamaged DNA at stalled replication forks, which arise in vivo from mismatched or misaligned primer ends. These misaligned primers can be extended by PolIV. Exhibits no 3'-5' exonuclease (proofreading) activity. May be involved in translesional synthesis, in conjunction with the beta clamp from PolIII dinB GO:0008150,GO:0009314,GO:0009411,GO:0009416,GO:0009628,GO:0009650,GO:0050896 2.7.7.7 ko:K02346,ko:K03502 - - - - ko00000,ko01000,ko03400 - - - IMS,IMS_C,IMS_HHH +BSU_23880 1274524.BSONL12_07272 1.35e-32 115.0 29RSE@1|root,30CW5@2|Bacteria,1UAGA@1239|Firmicutes,4IKUQ@91061|Bacilli,1ZHPK@1386|Bacillus 2|Bacteria - - yqzJ - - - - - - - - - - - - +BSU_23890 224308.BSU23890 6.79e-184 513.0 COG0706@1|root,COG0706@2|Bacteria,1TSDN@1239|Firmicutes,4HCC8@91061|Bacilli,1ZE6C@1386|Bacillus 2|Bacteria U Required for the insertion and or proper folding and or complex formation of integral membrane proteins into the membrane. Involved in integration of membrane proteins that insert both dependently and independently of the Sec translocase complex, as well as at least some lipoproteins yidC - - ko:K03217 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 - - ko00000,ko00001,ko00002,ko02044,ko03029 2.A.9 - - 60KD_IMP +BSU_23900 224308.BSU23900 2.52e-183 508.0 COG3361@1|root,COG3361@2|Bacteria,1UYZQ@1239|Firmicutes,4HEHN@91061|Bacilli,1ZDFC@1386|Bacillus 2|Bacteria S Uncharacterized conserved protein (COG2071) yqjF - - ko:K09166 - - - - ko00000 - - - DUF2071 +BSU_23910 224308.BSU23910 5.26e-259 711.0 COG2195@1|root,COG2195@2|Bacteria,1TP3A@1239|Firmicutes,4HA04@91061|Bacilli,1ZBSY@1386|Bacillus 2|Bacteria E COG2195 Di- and tripeptidases yqjE - 3.4.11.14,3.4.11.4 ko:K01258,ko:K01263 - - - - ko00000,ko01000,ko01002 - - - M20_dimer,Peptidase_M20,Peptidase_M28 +BSU_23920 224308.BSU23920 0.0 999.0 COG4799@1|root,COG4799@2|Bacteria,1TQCV@1239|Firmicutes,4HC50@91061|Bacilli,1ZQ98@1386|Bacillus 2|Bacteria I COG4799 Acetyl-CoA carboxylase, carboxyltransferase component (subunits alpha and beta) mmdA GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0009056,GO:0009062,GO:0009987,GO:0016042,GO:0016054,GO:0016421,GO:0016874,GO:0016885,GO:0019752,GO:0032787,GO:0043436,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044281,GO:0044282,GO:0046395,GO:0071704,GO:0072329,GO:1901575 2.1.3.15,6.4.1.3 ko:K01966 ko00280,ko00630,ko00640,ko01100,ko01120,ko01130,ko01200,map00280,map00630,map00640,map01100,map01120,map01130,map01200 M00373,M00741 R01859 RC00097,RC00609 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU18210 Carboxyl_trans +BSU_23930 224308.BSU23930 7.17e-99 286.0 COG0346@1|root,COG0346@2|Bacteria,1V6SC@1239|Firmicutes,4HCP5@91061|Bacilli,1ZHE7@1386|Bacillus 2|Bacteria E COG0346 Lactoylglutathione lyase and related lyases mce - 4.4.1.5,5.1.99.1,5.4.99.2 ko:K01759,ko:K01849,ko:K05606 ko00280,ko00620,ko00630,ko00640,ko00720,ko01100,ko01120,ko01200,map00280,map00620,map00630,map00640,map00720,map01100,map01120,map01200 M00373,M00375,M00376,M00741 R00833,R02530,R02765,R09979 RC00004,RC00395,RC00740,RC00780,RC02739 ko00000,ko00001,ko00002,ko01000 - - - B12-binding,Glyoxalase_4 +BSU_23940 224308.BSU23940 2.41e-128 364.0 COG1376@1|root,COG1376@2|Bacteria,1V26F@1239|Firmicutes,4HG56@91061|Bacilli,1ZGC7@1386|Bacillus 2|Bacteria S protein conserved in bacteria yqjB - - - - - - - - - - - Cu_amine_oxidN1,YkuD +BSU_23950 224308.BSU23950 9.33e-226 622.0 COG4129@1|root,COG4129@2|Bacteria,1TP2T@1239|Firmicutes,4HAWV@91061|Bacilli,1ZBBI@1386|Bacillus 2|Bacteria S Putative aromatic acid exporter C-terminal domain yqjA - - - - - - - - - - - ArAE_1,ArAE_1_C +BSU_23960 224308.BSU23960 1.28e-166 466.0 COG1126@1|root,COG1126@2|Bacteria,1TNYD@1239|Firmicutes,4H9WY@91061|Bacilli,1ZB2E@1386|Bacillus 2|Bacteria E COG1126 ABC-type polar amino acid transport system, ATPase component artM - 3.6.3.21 ko:K02028 - M00236 - - ko00000,ko00002,ko01000,ko02000 3.A.1.3 - - ABC_tran +BSU_23970 224308.BSU23970 8.94e-143 404.0 COG0765@1|root,COG0765@2|Bacteria,1TPM3@1239|Firmicutes,4HAS2@91061|Bacilli,1ZBUZ@1386|Bacillus 2|Bacteria E COG0765 ABC-type amino acid transport system, permease component artQ GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 - ko:K02029,ko:K02030 - M00236 - - ko00000,ko00002,ko02000 3.A.1.3 - - BPD_transp_1,SBP_bac_3 +BSU_23980 224308.BSU23980 1.43e-175 490.0 COG0834@1|root,COG0834@2|Bacteria,1TT16@1239|Firmicutes,4HU0X@91061|Bacilli,1ZRKX@1386|Bacillus 2|Bacteria ET Belongs to the bacterial solute-binding protein 3 family artP - - ko:K02029,ko:K02030 - M00236 - - ko00000,ko00002,ko02000 3.A.1.3 - - BPD_transp_1,SBP_bac_3 +BSU_23990 224308.BSU23990 7.65e-101 292.0 28NYH@1|root,2ZBVN@2|Bacteria,1V1T3@1239|Firmicutes,4HHZS@91061|Bacilli,1ZFKZ@1386|Bacillus 2|Bacteria S Belongs to the UPF0403 family yqiW - - - - - - - - - - - Disulph_isomer +BSU_24000 224308.BSU24000 4.23e-214 591.0 COG1597@1|root,COG1597@2|Bacteria,1TRGQ@1239|Firmicutes,4HDR5@91061|Bacilli,1ZCT6@1386|Bacillus 2|Bacteria I COG1597 Sphingosine kinase and enzymes related to eukaryotic diacylglycerol kinase yegS GO:0001727,GO:0003674,GO:0003824,GO:0004143,GO:0006629,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0030258,GO:0044237,GO:0044238,GO:0044255,GO:0046834,GO:0071704 2.7.1.107 ko:K07029 ko00561,ko00564,ko01100,ko01110,map00561,map00564,map01100,map01110 - R02240 RC00002,RC00017 ko00000,ko00001,ko01000 - - - DAGK_cat +BSU_24010 224308.BSU24010 3.09e-267 733.0 COG0477@1|root,COG2814@2|Bacteria,1TS6K@1239|Firmicutes,4HB1V@91061|Bacilli,1ZB90@1386|Bacillus 2|Bacteria EGP COG0477 Permeases of the major facilitator superfamily norA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K08153,ko:K19576,ko:K19578 - M00717,M00765 - - ko00000,ko00002,ko02000 2.A.1.2.10,2.A.1.2.70,2.A.1.2.8 - iYO844.BSU26590 MFS_1,MFS_1_like,Sugar_tr +BSU_24020 224308.BSU24020 6.38e-195 541.0 COG0789@1|root,COG4978@1|root,COG0789@2|Bacteria,COG4978@2|Bacteria,1V9GA@1239|Firmicutes,4IPYA@91061|Bacilli,1ZH1N@1386|Bacillus 2|Bacteria K helix_turn_helix, mercury resistance bmrR - - ko:K19575 - M00765 - - ko00000,ko00002,ko03000 - - - GyrI-like,MerR_1 +BSU_24030 224308.BSU24030 1.57e-296 810.0 COG0508@1|root,COG0508@2|Bacteria,1TQSH@1239|Firmicutes,4HBSU@91061|Bacilli,1ZC6F@1386|Bacillus 2|Bacteria C Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex bfmBB - 2.3.1.12,2.3.1.168,2.3.1.61 ko:K00627,ko:K00658,ko:K09699 ko00010,ko00020,ko00280,ko00310,ko00620,ko00640,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00020,map00280,map00310,map00620,map00640,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00032,M00036,M00307 R00209,R02569,R02570,R02571,R02662,R03174,R04097,R08549,R10998 RC00004,RC02727,RC02742,RC02833,RC02857,RC02870 br01601,ko00000,ko00001,ko00002,ko01000 - - - 2-oxoacid_dh,Biotin_lipoyl,E3_binding +BSU_24040 224308.BSU24040 6.92e-235 646.0 COG0022@1|root,COG0022@2|Bacteria,1TP3J@1239|Firmicutes,4HAP6@91061|Bacilli,1ZC0X@1386|Bacillus 2|Bacteria C COG0022 Pyruvate 2-oxoglutarate dehydrogenase complex, dehydrogenase (E1) component, eukaryotic type, beta subunit bfmBAB - 1.2.4.1,1.2.4.4 ko:K00162,ko:K00167,ko:K21417 ko00010,ko00020,ko00280,ko00620,ko00640,ko01100,ko01110,ko01120,ko01130,ko01200,ko04066,ko04922,ko05230,map00010,map00020,map00280,map00620,map00640,map01100,map01110,map01120,map01130,map01200,map04066,map04922,map05230 M00036,M00307 R00014,R00209,R01699,R03270,R07599,R07600,R07601,R07602,R07603,R07604,R10996,R10997 RC00004,RC00027,RC00627,RC02742,RC02743,RC02744,RC02882,RC02883,RC02949,RC02953 br01601,ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU14590,iYO844.BSU24040 Transket_pyr,Transketolase_C +BSU_24050 224308.BSU24050 1.92e-238 655.0 COG1071@1|root,COG1071@2|Bacteria,1TQDG@1239|Firmicutes,4HBEQ@91061|Bacilli,1ZCCJ@1386|Bacillus 2|Bacteria C COG1071 Pyruvate 2-oxoglutarate dehydrogenase complex, dehydrogenase (E1) component, eukaryotic type, alpha subunit bfmBAA - 1.2.4.4 ko:K00166 ko00280,ko00640,ko01100,ko01110,ko01130,map00280,map00640,map01100,map01110,map01130 M00036 R07599,R07600,R07601,R07602,R07603,R07604,R10996,R10997 RC00027,RC00627,RC02743,RC02883,RC02949,RC02953 br01601,ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS07640 E1_dh +BSU_24060 224308.BSU24060 0.0 933.0 COG1249@1|root,COG1249@2|Bacteria,1TP1W@1239|Firmicutes,4H9Z5@91061|Bacilli,1ZBCS@1386|Bacillus 2|Bacteria C COG1249 Pyruvate 2-oxoglutarate dehydrogenase complex, dihydrolipoamide dehydrogenase (E3) component, and related enzymes lpdA GO:0000166,GO:0003674,GO:0003824,GO:0004148,GO:0005488,GO:0005515,GO:0005575,GO:0005576,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0008150,GO:0008152,GO:0009987,GO:0015036,GO:0016020,GO:0016491,GO:0016651,GO:0016655,GO:0016667,GO:0016668,GO:0019725,GO:0019899,GO:0032991,GO:0035375,GO:0036094,GO:0040007,GO:0042592,GO:0043167,GO:0043168,GO:0044424,GO:0044444,GO:0044464,GO:0045254,GO:0045454,GO:0048037,GO:0050660,GO:0050662,GO:0050789,GO:0050794,GO:0051287,GO:0055114,GO:0065007,GO:0065008,GO:0070404,GO:0071944,GO:0097159,GO:1901265,GO:1901363,GO:1902494,GO:1990204 1.8.1.4 ko:K00382 ko00010,ko00020,ko00260,ko00280,ko00620,ko00630,ko00640,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00020,map00260,map00280,map00620,map00630,map00640,map01100,map01110,map01120,map01130,map01200 M00009,M00011,M00036,M00307,M00532 R00209,R01221,R01698,R03815,R07618,R08549 RC00004,RC00022,RC00583,RC02742,RC02833,RC02834 br01601,ko00000,ko00001,ko00002,ko01000,ko04147 - - - Pyr_redox_2,Pyr_redox_dim +BSU_24070 224308.BSU24070 9.42e-258 707.0 COG3426@1|root,COG3426@2|Bacteria,1TPKE@1239|Firmicutes,4H9QV@91061|Bacilli,1ZC7E@1386|Bacillus 2|Bacteria C Belongs to the acetokinase family buk - 2.7.2.7 ko:K00929 ko00650,ko01100,map00650,map01100 - R01688 RC00002,RC00043 ko00000,ko00001,ko01000 - - - Acetate_kinase +BSU_24080 224308.BSU24080 1.92e-262 719.0 COG0334@1|root,COG0334@2|Bacteria,1TQU2@1239|Firmicutes,4HAB2@91061|Bacilli,1ZB55@1386|Bacillus 2|Bacteria E Belongs to the Glu Leu Phe Val dehydrogenases family ldh - 1.4.1.9 ko:K00263 ko00280,ko00290,ko01100,ko01110,ko01130,map00280,map00290,map01100,map01110,map01130 - R01088,R01434,R02196 RC00006,RC00036 ko00000,ko00001,ko01000 - - - ELFV_dehydrog,ELFV_dehydrog_N +BSU_24090 224308.BSU24090 6.35e-201 558.0 COG0280@1|root,COG0280@2|Bacteria,1TRQU@1239|Firmicutes,4HBSK@91061|Bacilli,1ZC49@1386|Bacillus 2|Bacteria C phosphate butyryltransferase pta - 2.3.1.19,2.3.1.8 ko:K00625,ko:K00634,ko:K13788 ko00430,ko00620,ko00640,ko00650,ko00680,ko00720,ko01100,ko01120,ko01200,map00430,map00620,map00640,map00650,map00680,map00720,map01100,map01120,map01200 M00357,M00579 R00230,R00921,R01174 RC00004,RC02746,RC02816 ko00000,ko00001,ko00002,ko01000 - - iAF987.Gmet_2098,iYO844.BSU24090 MaoC_dehydratas,PTA_PTB +BSU_24100 224308.BSU24100 0.0 1341.0 COG3290@1|root,COG3829@1|root,COG3290@2|Bacteria,COG3829@2|Bacteria,1TP0E@1239|Firmicutes,4HADT@91061|Bacilli,1ZAZA@1386|Bacillus 2|Bacteria KT Transcriptional regulator bkdR - 2.7.13.3 ko:K03406,ko:K11614,ko:K11637,ko:K11640,ko:K11691 ko02020,ko02030,map02020,map02030 M00487,M00489,M00490,M00494 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022,ko02035 - - - DapB_N,HTH_8,PAS,Sigma54_activat +BSU_24110 224308.BSU24110 1.56e-46 149.0 2E54T@1|root,32ZXQ@2|Bacteria,1VFDB@1239|Firmicutes,4HNU1@91061|Bacilli,1ZIWH@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2627) yqzF - - - - - - - - - - - DUF2627 +BSU_24120 224308.BSU24120 1.07e-209 580.0 COG2513@1|root,COG2513@2|Bacteria,1TQVY@1239|Firmicutes,4HCDV@91061|Bacilli,1ZR0A@1386|Bacillus 2|Bacteria G Catalyzes the thermodynamically favored C-C bond cleavage of (2R,3S)-2-methylisocitrate to yield pyruvate and succinate prpB - 4.1.3.30,5.4.2.9 ko:K01841,ko:K03417 ko00440,ko00640,ko01100,ko01120,ko01130,map00440,map00640,map01100,map01120,map01130 - R00409,R00661 RC00286,RC00287,RC02792 ko00000,ko00001,ko01000 - - - PEP_mutase +BSU_24130 224308.BSU24130 0.0 954.0 COG2079@1|root,COG2079@2|Bacteria,1TRR8@1239|Firmicutes,4HAUS@91061|Bacilli,1ZCS6@1386|Bacillus 2|Bacteria S 2-methylcitrate dehydratase prpD GO:0003674,GO:0003824,GO:0005488,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0009056,GO:0009062,GO:0009987,GO:0016042,GO:0016054,GO:0016829,GO:0016835,GO:0016836,GO:0016999,GO:0017001,GO:0017144,GO:0019541,GO:0019543,GO:0019626,GO:0019629,GO:0019679,GO:0019752,GO:0032787,GO:0042737,GO:0043436,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044281,GO:0044282,GO:0046395,GO:0046459,GO:0047547,GO:0048037,GO:0051536,GO:0051537,GO:0051540,GO:0071704,GO:0072329,GO:1901575 4.2.1.79 ko:K01720 ko00640,map00640 - R04424 RC01152 ko00000,ko00001,ko01000 - - iEcolC_1368.EcolC_3291 MmgE_PrpD +BSU_24140 224308.BSU24140 1.66e-267 732.0 COG0372@1|root,COG0372@2|Bacteria,1TSRN@1239|Firmicutes,4HAZ9@91061|Bacilli,1ZC80@1386|Bacillus 2|Bacteria C Belongs to the citrate synthase family prpC GO:0003674,GO:0003824,GO:0004108,GO:0006082,GO:0006091,GO:0006113,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0009987,GO:0015980,GO:0016740,GO:0016746,GO:0016829,GO:0016830,GO:0016833,GO:0016999,GO:0017144,GO:0019541,GO:0019679,GO:0019752,GO:0032787,GO:0036440,GO:0043436,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0046459,GO:0046912,GO:0050440,GO:0055114,GO:0071704 2.3.3.1,2.3.3.5 ko:K01647,ko:K01659 ko00020,ko00630,ko00640,ko01100,ko01110,ko01120,ko01130,ko01200,ko01210,ko01230,map00020,map00630,map00640,map01100,map01110,map01120,map01130,map01200,map01210,map01230 M00009,M00010,M00012,M00740 R00351,R00931 RC00004,RC00067,RC00406,RC02827 br01601,ko00000,ko00001,ko00002,ko01000 - - iECED1_1282.ECED1_0365,iECIAI1_1343.ECIAI1_0334,iECIAI39_1322.ECIAI39_0347,iECP_1309.ECP_0408,iECSF_1327.ECSF_0308,iEcE24377_1341.EcE24377A_0357,iJN746.PP_2335,iLF82_1304.LF82_1740,iNRG857_1313.NRG857_01630 Citrate_synt +BSU_24150 224308.BSU24150 5.16e-270 739.0 COG1960@1|root,COG1960@2|Bacteria,1TP57@1239|Firmicutes,4HA2A@91061|Bacilli,1ZBG3@1386|Bacillus 2|Bacteria I acyl-CoA dehydrogenase mmgC - - ko:K18244 - - - - ko00000,ko01000 - - - Acyl-CoA_dh_1,Acyl-CoA_dh_M,Acyl-CoA_dh_N +BSU_24160 224308.BSU24160 7.2e-201 556.0 COG1250@1|root,COG1250@2|Bacteria,1TPJS@1239|Firmicutes,4HA59@91061|Bacilli,1ZAYV@1386|Bacillus 2|Bacteria I Dehydrogenase hbdA - 1.1.1.157 ko:K00074 ko00360,ko00362,ko00650,ko01100,ko01120,map00360,map00362,map00650,map01100,map01120 - R01976,R05576,R06941 RC00029,RC00117 ko00000,ko00001,ko01000 - - - 3HCDH,3HCDH_N +BSU_24170 224308.BSU24170 5.7e-281 768.0 COG0183@1|root,COG0183@2|Bacteria,1TP07@1239|Firmicutes,4H9RJ@91061|Bacilli,1ZB7V@1386|Bacillus 2|Bacteria I Belongs to the thiolase family mmgA GO:0003674,GO:0003824,GO:0003988,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006629,GO:0006631,GO:0006635,GO:0008150,GO:0008152,GO:0009056,GO:0009062,GO:0009987,GO:0016042,GO:0016054,GO:0016408,GO:0016740,GO:0016746,GO:0016747,GO:0019395,GO:0019752,GO:0030258,GO:0032787,GO:0034440,GO:0043436,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044281,GO:0044282,GO:0044424,GO:0044464,GO:0046395,GO:0055114,GO:0071704,GO:0072329,GO:1901575 2.3.1.9 ko:K00626 ko00071,ko00072,ko00280,ko00310,ko00362,ko00380,ko00620,ko00630,ko00640,ko00650,ko00720,ko00900,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,ko02020,map00071,map00072,map00280,map00310,map00362,map00380,map00620,map00630,map00640,map00650,map00720,map00900,map01100,map01110,map01120,map01130,map01200,map01212,map02020 M00088,M00095,M00373,M00374,M00375 R00238,R01177 RC00004,RC00326 ko00000,ko00001,ko00002,ko01000,ko04147 - - iYO844.BSU24170 Thiolase_C,Thiolase_N +BSU_24180 224308.BSU24180 3.68e-172 480.0 COG0584@1|root,COG0584@2|Bacteria,1V3W4@1239|Firmicutes,4HFNQ@91061|Bacilli,1ZFB8@1386|Bacillus 2|Bacteria C glycerophosphoryl diester phosphodiesterase yqiK - 3.1.4.46 ko:K01126 ko00564,map00564 - R01030,R01470 RC00017,RC00425 ko00000,ko00001,ko01000 - - - GDPD +BSU_24190 224308.BSU24190 1.51e-139 395.0 COG0860@1|root,COG0860@2|Bacteria,1TR6H@1239|Firmicutes,4H9U6@91061|Bacilli,1ZPUS@1386|Bacillus 2|Bacteria M Cell wall hydrolase autolysin lytC_1 GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 3.5.1.28 ko:K01448 ko01503,map01503 M00727 R04112 RC00064,RC00141 ko00000,ko00001,ko00002,ko01000,ko01011,ko03036 - - - Amidase_3,SH3_3,SLH +BSU_24200 720555.BATR1942_10405 9.19e-37 126.0 2E29G@1|root,32XF4@2|Bacteria 2|Bacteria - - - - - - - - - - - - - - PrcB_C +BSU_24210 224308.BSU24210 8.32e-277 756.0 COG1902@1|root,COG1902@2|Bacteria,1TPM6@1239|Firmicutes,4HAS5@91061|Bacilli,1ZB1N@1386|Bacillus 2|Bacteria C COG1902 NADH flavin oxidoreductases, Old Yellow Enzyme family yqiG - 1.3.1.34 ko:K00219 - - - - ko00000,ko01000 - - - Oxidored_FMN +BSU_24220 1051501.AYTL01000030_gene2591 1.56e-185 516.0 COG0745@1|root,COG0745@2|Bacteria,1TPF7@1239|Firmicutes,4HA1M@91061|Bacilli,1ZBNB@1386|Bacillus 2|Bacteria KT May play the central regulatory role in sporulation. It may be an element of the effector pathway responsible for the activation of sporulation genes in response to nutritional stress. Spo0A may act in concert with spo0H (a sigma factor) to control the expression of some genes that are critical to the sporulation process spo0A GO:0000003,GO:0000156,GO:0000160,GO:0000910,GO:0003674,GO:0006355,GO:0007049,GO:0007154,GO:0007165,GO:0008150,GO:0008356,GO:0009889,GO:0009987,GO:0010468,GO:0010556,GO:0016043,GO:0019219,GO:0019222,GO:0019954,GO:0022402,GO:0022603,GO:0022607,GO:0023052,GO:0030436,GO:0031323,GO:0031326,GO:0032502,GO:0032506,GO:0035556,GO:0042173,GO:0042710,GO:0043934,GO:0043937,GO:0043938,GO:0044010,GO:0044085,GO:0044764,GO:0045595,GO:0045597,GO:0045881,GO:0048518,GO:0048522,GO:0050789,GO:0050793,GO:0050794,GO:0050896,GO:0051094,GO:0051171,GO:0051252,GO:0051301,GO:0051704,GO:0051716,GO:0060089,GO:0060255,GO:0065007,GO:0071840,GO:0080090,GO:0090529,GO:0090604,GO:0090606,GO:1903506,GO:2000112,GO:2001141 - ko:K07699 ko02020,ko02024,map02020,map02024 M00485 - - ko00000,ko00001,ko00002,ko02022 - - - Response_reg,Spo0A_C +BSU_24230 224308.BSU24230 1.26e-303 828.0 COG0750@1|root,COG0750@2|Bacteria,1TPIR@1239|Firmicutes,4H9TW@91061|Bacilli,1ZB04@1386|Bacillus 2|Bacteria M Stage IV sporulation protein B rseP - 3.4.21.116 ko:K06399,ko:K11749 ko02024,ko04112,map02024,map04112 - - - ko00000,ko00001,ko01000,ko01002 - - - PDZ_2,Peptidase_M50,Peptidase_S55 +BSU_24240 224308.BSU24240 0.0 1075.0 COG0497@1|root,COG0497@2|Bacteria,1TP99@1239|Firmicutes,4H9ZR@91061|Bacilli,1ZC8B@1386|Bacillus 2|Bacteria L May be involved in recombinational repair of damaged DNA recN GO:0000724,GO:0000725,GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006281,GO:0006302,GO:0006310,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0007154,GO:0008150,GO:0008152,GO:0009295,GO:0009314,GO:0009432,GO:0009605,GO:0009628,GO:0009987,GO:0009991,GO:0030312,GO:0031668,GO:0033554,GO:0034641,GO:0042802,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071496,GO:0071704,GO:0071944,GO:0090304,GO:1901360 - ko:K03631,ko:K13582 ko04112,map04112 - - - ko00000,ko00001,ko03400 - - - AAA_23,SMC_N +BSU_24250 224308.BSU24250 3.75e-103 298.0 COG1438@1|root,COG1438@2|Bacteria,1V1R7@1239|Firmicutes,4HFY8@91061|Bacilli,1ZFJ8@1386|Bacillus 2|Bacteria K Regulates arginine biosynthesis genes argR GO:0000976,GO:0001067,GO:0001130,GO:0001216,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006355,GO:0006520,GO:0006525,GO:0006807,GO:0008150,GO:0008152,GO:0009064,GO:0009889,GO:0009891,GO:0009893,GO:0009987,GO:0010468,GO:0010556,GO:0010557,GO:0010604,GO:0010628,GO:0019219,GO:0019222,GO:0019752,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0032991,GO:0032993,GO:0043436,GO:0043565,GO:0044212,GO:0044237,GO:0044238,GO:0044281,GO:0044424,GO:0044464,GO:0045893,GO:0045935,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0051171,GO:0051173,GO:0051252,GO:0051254,GO:0060255,GO:0065007,GO:0071704,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1901564,GO:1901605,GO:1902680,GO:1903506,GO:1903508,GO:1990837,GO:2000112,GO:2001141 - ko:K03402 - - - - ko00000,ko03000 - - - Arg_repressor,Arg_repressor_C +BSU_24260 224308.BSU24260 1.77e-198 550.0 COG1189@1|root,COG1189@2|Bacteria,1TPE4@1239|Firmicutes,4HAPY@91061|Bacilli,1ZBDS@1386|Bacillus 2|Bacteria J rRNA methylase rrmJ - 2.1.1.226,2.1.1.227 ko:K06442 - - - - ko00000,ko01000,ko03009 - - - FtsJ,S4 +BSU_24270 224308.BSU24270 0.0 1272.0 COG1154@1|root,COG1154@2|Bacteria,1TP37@1239|Firmicutes,4H9QW@91061|Bacilli,1ZBHF@1386|Bacillus 2|Bacteria H Catalyzes the acyloin condensation reaction between C atoms 2 and 3 of pyruvate and glyceraldehyde 3-phosphate to yield 1-deoxy-D-xylulose-5-phosphate (DXP) dxs GO:0000287,GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006081,GO:0006082,GO:0006090,GO:0006629,GO:0006644,GO:0006720,GO:0006725,GO:0006732,GO:0006733,GO:0006743,GO:0006744,GO:0006766,GO:0006767,GO:0006772,GO:0006790,GO:0006793,GO:0006796,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008299,GO:0008610,GO:0008614,GO:0008615,GO:0008654,GO:0008661,GO:0009058,GO:0009108,GO:0009110,GO:0009228,GO:0009240,GO:0009987,GO:0016740,GO:0016744,GO:0017144,GO:0018130,GO:0019288,GO:0019438,GO:0019637,GO:0019682,GO:0019752,GO:0019842,GO:0030145,GO:0030975,GO:0030976,GO:0032787,GO:0034641,GO:0036094,GO:0040007,GO:0042180,GO:0042181,GO:0042364,GO:0042723,GO:0042724,GO:0042816,GO:0042819,GO:0043167,GO:0043168,GO:0043169,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0046490,GO:0046872,GO:0046914,GO:0048037,GO:0050662,GO:0051186,GO:0051188,GO:0071704,GO:0072524,GO:0072525,GO:0072527,GO:0072528,GO:0090407,GO:0097159,GO:1901135,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901615,GO:1901617,GO:1901661,GO:1901663,GO:1901681 2.2.1.7 ko:K01662 ko00730,ko00900,ko01100,ko01110,ko01130,map00730,map00900,map01100,map01110,map01130 M00096 R05636 RC00032 ko00000,ko00001,ko00002,ko01000 - - iEcSMS35_1347.EcSMS35_0456,iJN746.PP_0527 DXP_synthase_N,Transket_pyr,Transketolase_C +BSU_24280 224308.BSU24280 1.2e-208 577.0 COG0142@1|root,COG0142@2|Bacteria,1TPQY@1239|Firmicutes,4HA8E@91061|Bacilli,1ZC4G@1386|Bacillus 2|Bacteria H Belongs to the FPP GGPP synthase family ispA GO:0003674,GO:0003824,GO:0004659,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006629,GO:0006720,GO:0008150,GO:0008152,GO:0008299,GO:0008610,GO:0009058,GO:0009987,GO:0016740,GO:0016765,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044424,GO:0044464,GO:0071704,GO:1901576 2.5.1.1,2.5.1.10,2.5.1.29,2.5.1.90 ko:K00795,ko:K02523,ko:K13789 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00364,M00366 R01658,R02003,R02061,R09248 RC00279 ko00000,ko00001,ko00002,ko01000,ko01006 - - - polyprenyl_synt +BSU_24290 224308.BSU24290 1.09e-51 163.0 COG1722@1|root,COG1722@2|Bacteria,1VK9I@1239|Firmicutes,4HNRB@91061|Bacilli,1ZIVS@1386|Bacillus 2|Bacteria L Bidirectionally degrades single-stranded DNA into large acid-insoluble oligonucleotides, which are then degraded further into small acid-soluble oligonucleotides xseB - 3.1.11.6 ko:K03602 ko03430,map03430 - - - ko00000,ko00001,ko01000,ko03400 - - - Exonuc_VII_S +BSU_24300 224308.BSU24300 2.5e-312 852.0 COG1570@1|root,COG1570@2|Bacteria,1TP4E@1239|Firmicutes,4HAN2@91061|Bacilli,1ZB5Q@1386|Bacillus 2|Bacteria L Bidirectionally degrades single-stranded DNA into large acid-insoluble oligonucleotides, which are then degraded further into small acid-soluble oligonucleotides xseA - 3.1.11.6 ko:K03601 ko03430,map03430 - - - ko00000,ko00001,ko01000,ko03400 - - - Exonuc_VII_L,tRNA_anti_2 +BSU_24310 224308.BSU24310 1.07e-200 556.0 COG0190@1|root,COG0190@2|Bacteria,1TP1P@1239|Firmicutes,4H9Q6@91061|Bacilli,1ZC9G@1386|Bacillus 2|Bacteria F Catalyzes the oxidation of 5,10- methylenetetrahydrofolate to 5,10-methenyltetrahydrofolate and then the hydrolysis of 5,10-methenyltetrahydrofolate to 10- formyltetrahydrofolate folD GO:0003674,GO:0003824,GO:0004477,GO:0004488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006730,GO:0008150,GO:0008152,GO:0009987,GO:0016491,GO:0016645,GO:0016646,GO:0016787,GO:0016810,GO:0016814,GO:0019238,GO:0044237,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0055114 1.5.1.5,3.5.4.9 ko:K01491 ko00670,ko00720,ko01100,ko01120,ko01200,map00670,map00720,map01100,map01120,map01200 M00140,M00377 R01220,R01655 RC00202,RC00578 ko00000,ko00001,ko00002,ko01000 - - - THF_DHG_CYH,THF_DHG_CYH_C +BSU_24320 224308.BSU24320 4.8e-86 253.0 COG0781@1|root,COG0781@2|Bacteria,1VA9B@1239|Firmicutes,4HKMU@91061|Bacilli,1ZH3P@1386|Bacillus 2|Bacteria K Involved in transcription antitermination. Required for transcription of ribosomal RNA (rRNA) genes. Binds specifically to the boxA antiterminator sequence of the ribosomal RNA (rrn) operons nusB - - ko:K03625 - - - - ko00000,ko03009,ko03021 - - - NusB +BSU_24330 224308.BSU24330 1.65e-88 260.0 COG1302@1|root,COG1302@2|Bacteria,1V4IC@1239|Firmicutes,4HJ7T@91061|Bacilli,1ZG6N@1386|Bacillus 2|Bacteria S protein conserved in bacteria yqhY - - ko:K10947 - - - - ko00000,ko03000 - - - Asp23 +BSU_24340 224308.BSU24340 0.0 885.0 COG0439@1|root,COG0439@2|Bacteria,1TP16@1239|Firmicutes,4HARK@91061|Bacilli,1ZC56@1386|Bacillus 2|Bacteria I An AccC homodimer forms the biotin carboxylase subunit of the acetyl CoA carboxylase, an enzyme that catalyzes the formation of malonyl-CoA, which in turn controls the rate of fatty acid metabolism accC - 6.3.4.14,6.4.1.2 ko:K01961 ko00061,ko00620,ko00640,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,map00061,map00620,map00640,map00720,map01100,map01110,map01120,map01130,map01200,map01212 M00082,M00376 R00742,R04385 RC00040,RC00253,RC00367 ko00000,ko00001,ko00002,ko01000 - - - Biotin_carb_C,Biotin_carb_N,CPSase_L_D2 +BSU_24350 224308.BSU24350 3.21e-93 274.0 COG0511@1|root,COG0511@2|Bacteria,1VAB7@1239|Firmicutes,4HKCS@91061|Bacilli,1ZGFF@1386|Bacillus 2|Bacteria I first, biotin carboxylase catalyzes the carboxylation of the carrier protein and then the transcarboxylase transfers the carboxyl group to form malonyl-CoA accB - 2.3.1.12,4.1.1.3 ko:K00627,ko:K01571,ko:K02160 ko00010,ko00020,ko00061,ko00620,ko00640,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,map00010,map00020,map00061,map00620,map00640,map00720,map01100,map01110,map01120,map01130,map01200,map01212 M00082,M00307,M00376 R00209,R00217,R00742,R02569 RC00004,RC00040,RC00367,RC02742,RC02857 br01601,ko00000,ko00001,ko00002,ko01000,ko02000 3.B.1.1.1 - iHN637.CLJU_RS20755 Biotin_lipoyl +BSU_24360 224308.BSU24360 9.92e-135 384.0 29WYG@1|root,30IKQ@2|Bacteria,1V4Y2@1239|Firmicutes,4HI5K@91061|Bacilli,1ZHEH@1386|Bacillus 2|Bacteria S SpoIIIAH-like protein spoIIIAH - - ko:K06397 - - - - ko00000 1.A.34.1.1 - - SpoIIIAH +BSU_24370 224308.BSU24370 9.25e-150 422.0 2E6BB@1|root,330Z5@2|Bacteria,1VF3M@1239|Firmicutes,4HH7J@91061|Bacilli,1ZEMQ@1386|Bacillus 2|Bacteria S stage III sporulation protein AG spoIIIAG - - ko:K06396 - - - - ko00000 - - - - +BSU_24380 224308.BSU24380 1.28e-131 375.0 2E7KE@1|root,3322G@2|Bacteria,1VIAM@1239|Firmicutes,4HPYJ@91061|Bacilli,1ZS0K@1386|Bacillus 2|Bacteria S Stage III sporulation protein AF (Spore_III_AF) spoIIIAF - - ko:K06395 - - - - ko00000 - - - Spore_III_AF +BSU_24390 224308.BSU24390 1.54e-256 707.0 2C2CG@1|root,2Z7PW@2|Bacteria,1TQQ2@1239|Firmicutes,4H9UX@91061|Bacilli,1ZCFI@1386|Bacillus 2|Bacteria S stage III sporulation protein AE spoIIIAE - - ko:K06394 - - - - ko00000 - - - Spore_III_AE +BSU_24400 224308.BSU24400 5.53e-77 231.0 2CPUI@1|root,32SJW@2|Bacteria,1VA9Y@1239|Firmicutes,4HIIH@91061|Bacilli,1ZGYV@1386|Bacillus 2|Bacteria S Stage III sporulation protein AD spoIIIAD - - ko:K06393 - - - - ko00000 - - - SpoIIIAC +BSU_24410 1051501.AYTL01000030_gene2610 1.63e-39 131.0 2E555@1|root,32ZY3@2|Bacteria,1VEM4@1239|Firmicutes,4HNG4@91061|Bacilli,1ZQSJ@1386|Bacillus 2|Bacteria S stage III sporulation protein AC spoIIIAC - - ko:K06392 - - - - ko00000 - - - SpoIIIAC +BSU_24420 224308.BSU24420 6.93e-112 322.0 2CEWW@1|root,32S0Q@2|Bacteria,1VAEG@1239|Firmicutes,4HGSK@91061|Bacilli,1ZQIX@1386|Bacillus 2|Bacteria S Stage III sporulation protein spoIIIAB - - ko:K06391 - - - - ko00000 - - - Spore_III_AB +BSU_24430 224308.BSU24430 3.49e-218 602.0 COG3854@1|root,COG3854@2|Bacteria,1TQ23@1239|Firmicutes,4HA2K@91061|Bacilli,1ZAWB@1386|Bacillus 2|Bacteria S stage III sporulation protein AA spoIIIAA - - ko:K06390 - - - - ko00000 - - - AAA,T2SSE +BSU_24440 224308.BSU24440 6.96e-50 159.0 2E4CX@1|root,32Z8B@2|Bacteria,1VEW3@1239|Firmicutes,4HNU3@91061|Bacilli,1ZIYG@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2619) yqhV - - - - - - - - - - - DUF2619 +BSU_24450 224308.BSU24450 4.8e-128 364.0 COG0231@1|root,COG0231@2|Bacteria,1TR8P@1239|Firmicutes,4H9YX@91061|Bacilli,1ZAT9@1386|Bacillus 2|Bacteria J Involved in peptide bond synthesis. Stimulates efficient translation and peptide-bond synthesis on native or reconstituted 70S ribosomes in vitro. Probably functions indirectly by altering the affinity of the ribosome for aminoacyl-tRNA, thus increasing their reactivity as acceptors for peptidyl transferase efp GO:0003674,GO:0003676,GO:0003723,GO:0003746,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006412,GO:0006414,GO:0006518,GO:0006807,GO:0008135,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0019538,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044464,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576 - ko:K02356 - - - - ko00000,ko03012 - - - EFP,EFP_N,Elong-fact-P_C +BSU_24460 224308.BSU24460 3.65e-250 687.0 COG0006@1|root,COG0006@2|Bacteria,1TQ44@1239|Firmicutes,4HAT7@91061|Bacilli,1ZB4P@1386|Bacillus 2|Bacteria E COG0006 Xaa-Pro aminopeptidase yqhT - 3.4.11.9,3.4.13.9 ko:K01262,ko:K01271 - - - - ko00000,ko01000,ko01002 - - - Creatinase_N,Peptidase_M24 +BSU_24470 224308.BSU24470 4.75e-101 293.0 COG0757@1|root,COG0757@2|Bacteria,1V6E8@1239|Firmicutes,4HJ2V@91061|Bacilli,1ZG8H@1386|Bacillus 2|Bacteria E Catalyzes a trans-dehydration via an enolate intermediate aroQ - 4.2.1.10 ko:K03786,ko:K16021 ko00400,ko01051,ko01100,ko01110,ko01130,ko01230,map00400,map01051,map01100,map01110,map01130,map01230 M00022 R03084,R06593 RC00848 ko00000,ko00001,ko00002,ko01000 - - - DHquinase_II +BSU_24480 224308.BSU24480 1.44e-121 347.0 29VNZ@1|root,30H6A@2|Bacteria,1V5PG@1239|Firmicutes,4HJV5@91061|Bacilli,1ZBD8@1386|Bacillus 2|Bacteria S Conserved membrane protein YqhR yqhR - - - - - - - - - - - YqhR +BSU_24490 224308.BSU24490 3.79e-223 615.0 COG3872@1|root,COG3872@2|Bacteria,1TPBU@1239|Firmicutes,4H9KN@91061|Bacilli,1ZBXJ@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF1385) prmC - - ko:K09153 - - - - ko00000 - - - DUF1385 +BSU_24500 224308.BSU24500 5.18e-81 241.0 2BYG1@1|root,33M6N@2|Bacteria,1U3TH@1239|Firmicutes,4IC1U@91061|Bacilli,1ZIYH@1386|Bacillus 2|Bacteria - - yqhP - - - - - - - - - - - - +BSU_24510 224308.BSU24510 1.21e-210 582.0 COG1752@1|root,COG1752@2|Bacteria,1TRJW@1239|Firmicutes,4HB8J@91061|Bacilli,1ZC13@1386|Bacillus 2|Bacteria S esterase of the alpha-beta hydrolase superfamily yqhO GO:0003674,GO:0003824,GO:0016787 - ko:K07001 - - - - ko00000 - - - Patatin +BSU_24520 224308.BSU24520 1.97e-97 283.0 COG1321@1|root,COG1321@2|Bacteria,1V3IS@1239|Firmicutes,4HH06@91061|Bacilli,1ZFKR@1386|Bacillus 2|Bacteria K Involved in manganese homeostasis. Might activate the transcription of the mntABCD operon mntR GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0010035,GO:0010038,GO:0010043,GO:0016020,GO:0042221,GO:0044464,GO:0050896,GO:0071944 - ko:K03709,ko:K11708 ko02010,map02010 M00319 - - ko00000,ko00001,ko00002,ko02000,ko03000 3.A.1.15 - - Fe_dep_repr_C,Fe_dep_repress,FeoA +BSU_24530 224308.BSU24530 1.12e-204 565.0 COG0095@1|root,COG0095@2|Bacteria,1TQ5U@1239|Firmicutes,4HABG@91061|Bacilli,1ZBG2@1386|Bacillus 2|Bacteria H Catalyzes the transfer of endogenously produced octanoic acid from octanoyl-acyl-carrier-protein onto the lipoyl domain of GcvH, an intermediate carrier during protein lipoylation lipM GO:0003674,GO:0003824,GO:0006082,GO:0006464,GO:0006629,GO:0006631,GO:0006633,GO:0006732,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009106,GO:0009107,GO:0009108,GO:0009249,GO:0009987,GO:0010467,GO:0016053,GO:0016415,GO:0016740,GO:0016746,GO:0016747,GO:0018065,GO:0018130,GO:0018193,GO:0018205,GO:0019538,GO:0019752,GO:0032787,GO:0036211,GO:0043170,GO:0043412,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044260,GO:0044267,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0051186,GO:0051188,GO:0051604,GO:0071704,GO:0072330,GO:1901360,GO:1901362,GO:1901564,GO:1901576 6.3.1.20 ko:K03800 ko00785,ko01100,map00785,map01100 - R07770,R07771,R11143 RC00043,RC00070,RC00090,RC00992,RC02896 ko00000,ko00001,ko01000 - - - BPL_LplA_LipB +BSU_24540 224308.BSU24540 3.05e-82 243.0 COG0607@1|root,COG0607@2|Bacteria,1VAI7@1239|Firmicutes,4HKCE@91061|Bacilli,1ZGZX@1386|Bacillus 2|Bacteria P COG0607 Rhodanese-related sulfurtransferase yqhL - - - - - - - - - - - Rhodanese +BSU_24550 224308.BSU24550 0.0 986.0 COG1003@1|root,COG1003@2|Bacteria,1TPK9@1239|Firmicutes,4HB80@91061|Bacilli,1ZATI@1386|Bacillus 2|Bacteria E The glycine cleavage system catalyzes the degradation of glycine. The P protein binds the alpha-amino group of glycine through its pyridoxal phosphate cofactor gcvPB GO:0001505,GO:0003674,GO:0003824,GO:0004375,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005960,GO:0006082,GO:0006520,GO:0006544,GO:0006546,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009063,GO:0009069,GO:0009071,GO:0009987,GO:0016054,GO:0016491,GO:0016638,GO:0016642,GO:0017144,GO:0019464,GO:0019752,GO:0032991,GO:0042133,GO:0042135,GO:0042737,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046395,GO:0055114,GO:0065007,GO:0065008,GO:0071704,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606,GO:1902494,GO:1990204 1.4.4.2 ko:K00283 ko00260,ko00630,ko01100,ko01110,ko01130,ko01200,map00260,map00630,map01100,map01110,map01130,map01200 - R01221,R03425 RC00022,RC00929,RC02834,RC02880 ko00000,ko00001,ko01000 - - iHN637.CLJU_RS11880 Aminotran_5,GDC-P +BSU_24560 224308.BSU24560 0.0 883.0 COG0403@1|root,COG0403@2|Bacteria,1TQGG@1239|Firmicutes,4HA7P@91061|Bacilli,1ZB0H@1386|Bacillus 2|Bacteria E The glycine cleavage system catalyzes the degradation of glycine. The P protein binds the alpha-amino group of glycine through its pyridoxal phosphate cofactor gcvPA GO:0001505,GO:0003674,GO:0003824,GO:0004375,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005960,GO:0006082,GO:0006520,GO:0006544,GO:0006807,GO:0008150,GO:0008152,GO:0009069,GO:0009987,GO:0016491,GO:0016638,GO:0016642,GO:0017144,GO:0019752,GO:0032991,GO:0042133,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0055114,GO:0065007,GO:0065008,GO:0071704,GO:1901564,GO:1901605,GO:1902494,GO:1990204 1.4.4.2 ko:K00281,ko:K00282 ko00260,ko00630,ko01100,ko01110,ko01130,ko01200,map00260,map00630,map01100,map01110,map01130,map01200 M00532 R01221,R03425 RC00022,RC00929,RC02834,RC02880 ko00000,ko00001,ko00002,ko01000 - - - GDC-P +BSU_24570 224308.BSU24570 8.13e-263 719.0 COG0404@1|root,COG0404@2|Bacteria,1TRKX@1239|Firmicutes,4H9MX@91061|Bacilli,1ZAS5@1386|Bacillus 2|Bacteria E The glycine cleavage system catalyzes the degradation of glycine gcvT - 1.4.4.2,2.1.2.10 ko:K00282,ko:K00605 ko00260,ko00630,ko00670,ko01100,ko01110,ko01130,ko01200,map00260,map00630,map00670,map01100,map01110,map01130,map01200 M00532 R01221,R02300,R03425,R04125 RC00022,RC00069,RC00183,RC00929,RC02834,RC02880 ko00000,ko00001,ko00002,ko01000 - - - GCV_T,GCV_T_C +BSU_24580 224308.BSU24580 0.0 1108.0 COG0553@1|root,COG0553@2|Bacteria,1TQ5E@1239|Firmicutes,4H9WB@91061|Bacilli,1ZAR5@1386|Bacillus 2|Bacteria L COG0553 Superfamily II DNA RNA helicases, SNF2 family yqhH - - - - - - - - - - - Helicase_C,SNF2_N +BSU_24590 224308.BSU24590 1.84e-196 543.0 2CH5D@1|root,2Z821@2|Bacteria,1TS45@1239|Firmicutes,4HCE9@91061|Bacilli,1ZAXP@1386|Bacillus 2|Bacteria S Bacterial protein YqhG of unknown function yqhG - - - - - - - - - - - YqhG +BSU_24600 224308.BSU24600 4.84e-34 116.0 29S6X@1|root,30DBE@2|Bacteria,1UB3V@1239|Firmicutes,4IMGG@91061|Bacilli,1ZK3S@1386|Bacillus 2|Bacteria S Anti-repressor SinI sinI - - ko:K06372 - - - - ko00000 - - - SinI +BSU_24610 1051501.AYTL01000030_gene2630 1.14e-70 213.0 COG1396@1|root,COG1396@2|Bacteria,1VAXE@1239|Firmicutes,4HKHB@91061|Bacilli,1ZHZH@1386|Bacillus 2|Bacteria K transcriptional sinR GO:0008150,GO:0009892,GO:0010468,GO:0010605,GO:0010629,GO:0019222,GO:0048519,GO:0050789,GO:0060255,GO:0065007 - ko:K19449 - - - - ko00000,ko03000 - - - HTH_3,SinI +BSU_24620 224308.BSU24620 1.56e-182 508.0 2CA96@1|root,2ZBTW@2|Bacteria,1V2TR@1239|Firmicutes,4HGFJ@91061|Bacilli,1ZC8Q@1386|Bacillus 2|Bacteria S Cell division protein FtsN tasA_1 GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K06336 - - - - ko00000,ko01002 - - - Peptidase_M73 +BSU_24630 224308.BSU24630 7.4e-98 288.0 COG0681@1|root,COG0681@2|Bacteria,1VH6F@1239|Firmicutes,4HJZA@91061|Bacilli,1ZRQY@1386|Bacillus 2|Bacteria U Signal peptidase sipW GO:0003674,GO:0003824,GO:0006465,GO:0006508,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0009987,GO:0010467,GO:0016485,GO:0016787,GO:0019538,GO:0034641,GO:0043170,GO:0043603,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0051604,GO:0071704,GO:0140096,GO:1901564 3.4.21.89 ko:K13280 ko03060,map03060 - - - ko00000,ko00001,ko01000,ko01002 - - - Peptidase_S24 +BSU_24640 224308.BSU24640 8.73e-160 450.0 29RGE@1|root,30CJ7@2|Bacteria,1U9ZM@1239|Firmicutes,4IK7R@91061|Bacilli,1ZFNP@1386|Bacillus 2|Bacteria - - yqxM - - ko:K19433 - - - - ko00000 - - - - +BSU_24650 224308.BSU24650 5.26e-70 211.0 29KX1@1|root,307UH@2|Bacteria,1U288@1239|Firmicutes,4IBSK@91061|Bacilli,1ZHFX@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3889) yqzG - - - - - - - - - - - DUF3889 +BSU_24660 224308.BSU24660 2e-36 122.0 2EKZB@1|root,33ENU@2|Bacteria,1VM73@1239|Firmicutes,4HR7F@91061|Bacilli,1ZJY6@1386|Bacillus 2|Bacteria S YqzE-like protein yqzE - - - - - - - - - - - YqzE +BSU_24670 1051501.AYTL01000030_gene2635 2.55e-55 175.0 2BH1G@1|root,32B1U@2|Bacteria,1UB30@1239|Firmicutes,4IMFQ@91061|Bacilli,1ZK26@1386|Bacillus 2|Bacteria S ComG operon protein 7 - - - ko:K02249 - M00429 - - ko00000,ko00002,ko02044 - - - ComGG +BSU_24680 224308.BSU24680 2.5e-86 254.0 COG4940@1|root,COG4940@2|Bacteria 2|Bacteria U Putative Competence protein ComGF comGF - - ko:K02246,ko:K02248 - M00429 - - ko00000,ko00002,ko02044 - - - ComGF,N_methyl +BSU_24690 224308.BSU24690 4.35e-79 234.0 2A141@1|root,30P9X@2|Bacteria,1U27V@1239|Firmicutes,4IBS2@91061|Bacilli,1ZHEW@1386|Bacillus 2|Bacteria - - comGE - - ko:K02247 - M00429 - - ko00000,ko00002,ko02044 - - - - +BSU_24700 224308.BSU24700 3.95e-93 272.0 COG4970@1|root,COG4970@2|Bacteria 2|Bacteria NU protein transport across the cell outer membrane gspH - - ko:K02246,ko:K02457,ko:K02459,ko:K02672,ko:K08084,ko:K10926 ko03070,ko05111,map03070,map05111 M00331,M00429 - - ko00000,ko00001,ko00002,ko02035,ko02044 3.A.15,3.A.15.2 - - GspH,N_methyl +BSU_24710 224308.BSU24710 5.33e-63 192.0 COG4537@1|root,COG4537@2|Bacteria,1VFI9@1239|Firmicutes,4HNNT@91061|Bacilli,1ZIXK@1386|Bacillus 2|Bacteria U Required for transformation and DNA binding comGC GO:0005575,GO:0005623,GO:0005886,GO:0009986,GO:0016020,GO:0044464,GO:0071944 - ko:K02245,ko:K02456 ko03070,ko05111,map03070,map05111 M00331,M00429 - - ko00000,ko00001,ko00002,ko02044 3.A.15 - - N_methyl +BSU_24720 224308.BSU24720 1.87e-221 612.0 COG1459@1|root,COG1459@2|Bacteria,1U00C@1239|Firmicutes,4HGUA@91061|Bacilli,1ZCQK@1386|Bacillus 2|Bacteria NU COG1459 Type II secretory pathway, component PulF comGB - - ko:K02244 - M00429 - - ko00000,ko00002,ko02044 3.A.14.1 - - T2SSF +BSU_24730 224308.BSU24730 2.59e-256 702.0 COG2804@1|root,COG2804@2|Bacteria,1TPGE@1239|Firmicutes,4HB0C@91061|Bacilli,1ZBK5@1386|Bacillus 2|Bacteria NU COG2804 Type II secretory pathway, ATPase PulE Tfp pilus assembly pathway, ATPase PilB comGA - - ko:K02243 - M00429 - - ko00000,ko00002,ko02044 3.A.14.1 - - T2SSE +BSU_24740 224308.BSU24740 1.51e-233 642.0 COG0598@1|root,COG0598@2|Bacteria,1UZTE@1239|Firmicutes,4HDNF@91061|Bacilli,1ZD16@1386|Bacillus 2|Bacteria P Mg2 transporter protein corA GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0071944 - ko:K03284 - - - - ko00000,ko02000 1.A.35.1,1.A.35.3 - iYO844.BSU08000 CorA +BSU_24750 224308.BSU24750 8.65e-310 845.0 COG1253@1|root,COG1253@2|Bacteria,1TPN0@1239|Firmicutes,4H9SB@91061|Bacilli,1ZBAN@1386|Bacillus 2|Bacteria S COG1253 Hemolysins and related proteins containing CBS domains corC1 - - ko:K03699,ko:K06189 - - - - ko00000,ko02000,ko02042 9.A.40.1.2 - - CBS,CorC_HlyC,DUF21 +BSU_24760 224308.BSU24760 1.06e-193 538.0 COG1366@1|root,COG1366@2|Bacteria,1V326@1239|Firmicutes,4HGFQ@91061|Bacilli,1ZPXD@1386|Bacillus 2|Bacteria T COG1366 Anti-anti-sigma regulatory factor (antagonist of anti-sigma factor) yqhA GO:0003674,GO:0003824,GO:0004672,GO:0004674,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006464,GO:0006468,GO:0006793,GO:0006796,GO:0006807,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019538,GO:0023052,GO:0035556,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0065007,GO:0071704,GO:0140096,GO:1901564 - ko:K17763 - - - - ko00000,ko03021 - - - RsbRD_N,STAS +BSU_24770 224308.BSU24770 7.79e-85 250.0 COG1393@1|root,COG1393@2|Bacteria,1V73M@1239|Firmicutes,4HJDP@91061|Bacilli,1ZHC6@1386|Bacillus 2|Bacteria P Belongs to the ArsC family yqgZ - 1.20.4.1 ko:K00537,ko:K16509 - - - - ko00000,ko01000 - - - ArsC +BSU_24780 1051501.AYTL01000030_gene2647 1.46e-50 160.0 2E1GI@1|root,32WUX@2|Bacteria,1VB9C@1239|Firmicutes,4HKV2@91061|Bacilli,1ZQN8@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2626) yqgY - - - - - - - - - - - DUF2626 +BSU_24790 224308.BSU24790 2.25e-157 440.0 COG0491@1|root,COG0491@2|Bacteria,1V6FA@1239|Firmicutes,4HHRQ@91061|Bacilli,1ZC72@1386|Bacillus 2|Bacteria S COG0491 Zn-dependent hydrolases, including glyoxylases ycbL GO:0003674,GO:0003824,GO:0004416,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006081,GO:0006082,GO:0006089,GO:0008150,GO:0008152,GO:0009056,GO:0009438,GO:0009987,GO:0016787,GO:0016788,GO:0016790,GO:0019243,GO:0019752,GO:0032787,GO:0042180,GO:0042182,GO:0043436,GO:0044237,GO:0044248,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046185,GO:0051596,GO:0061727,GO:0071704,GO:1901575,GO:1901615 3.1.2.6 ko:K01069 ko00620,map00620 - R01736 RC00004,RC00137 ko00000,ko00001,ko01000 - - - Lactamase_B +BSU_24800 224308.BSU24800 1.91e-31 110.0 2ES0W@1|root,306VH@2|Bacteria,1VET3@1239|Firmicutes,4I9TK@91061|Bacilli,1ZK2C@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2759) yqgW - - - - - - - - - - - DUF2759 +BSU_24810 224308.BSU24810 7.34e-66 200.0 COG0011@1|root,COG0011@2|Bacteria,1VC84@1239|Firmicutes,4HMNH@91061|Bacilli,1ZRYU@1386|Bacillus 2|Bacteria S Thiamine-binding protein yqgV GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 - - - - - - - - - - Thiamine_BP +BSU_24820 224308.BSU24820 2.14e-258 707.0 2BAY9@1|root,324E2@2|Bacteria,1V8TN@1239|Firmicutes,4HJ42@91061|Bacilli,1ZESD@1386|Bacillus 2|Bacteria - - yqgU - - - - - - - - - - - - +BSU_24830 224308.BSU24830 1.91e-284 775.0 COG2866@1|root,COG2866@2|Bacteria,1TP3K@1239|Firmicutes,4HAHN@91061|Bacilli,1ZD1J@1386|Bacillus 2|Bacteria E Gamma-D-glutamyl-L-diamino acid endopeptidase yqgT GO:0003674,GO:0003824,GO:0004180,GO:0004181,GO:0005575,GO:0005576,GO:0005615,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008235,GO:0008237,GO:0008238,GO:0016787,GO:0019538,GO:0043170,GO:0044238,GO:0044421,GO:0070011,GO:0071704,GO:0140096,GO:1901564 3.4.19.11 ko:K01308 - - - - ko00000,ko01000,ko01002 - - - LysM,PG_binding_1,Peptidase_M14 +BSU_24840 224308.BSU24840 0.0 1250.0 COG1368@1|root,COG1368@2|Bacteria,1TRMA@1239|Firmicutes,4H9S0@91061|Bacilli,1ZBBV@1386|Bacillus 2|Bacteria M Belongs to the LTA synthase family ltaS GO:0005575,GO:0005576 2.7.8.20 ko:K01138,ko:K19005 ko00561,ko01100,map00561,map01100 - R05081,R10849 RC00017 ko00000,ko00001,ko01000 - - - Sulfatase +BSU_24850 224308.BSU24850 2.81e-231 636.0 COG1940@1|root,COG1940@2|Bacteria,1TPKW@1239|Firmicutes,4HBAU@91061|Bacilli,1ZBV8@1386|Bacillus 2|Bacteria G Glucokinase glcK GO:0003674,GO:0003824,GO:0004340,GO:0004396,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005975,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019200,GO:0019637,GO:0044237,GO:0044238,GO:0044262,GO:0044424,GO:0044464,GO:0046835,GO:0051156,GO:0071704,GO:1901135 2.7.1.2 ko:K00845 ko00010,ko00052,ko00500,ko00520,ko00521,ko00524,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00052,map00500,map00520,map00521,map00524,map01100,map01110,map01120,map01130,map01200 M00001,M00549 R00299,R01600,R01786 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS07790 ROK +BSU_24860 224308.BSU24860 9.15e-45 144.0 COG4483@1|root,COG4483@2|Bacteria 2|Bacteria S Protein conserved in bacteria yqgQ - - - - - - - - - - - DUF910 +BSU_24870 224308.BSU24870 0.0 929.0 COG0457@1|root,COG0705@1|root,COG0457@2|Bacteria,COG0705@2|Bacteria,1TQXT@1239|Firmicutes,4HCDF@91061|Bacilli,1ZBV7@1386|Bacillus 2|Bacteria O membrane protein (homolog of Drosophila rhomboid) gluP - 3.4.21.105 ko:K19225 - - - - ko00000,ko01000,ko01002 - - - Rhomboid,TPR_8 +BSU_24880 279010.BL05268 3.38e-14 66.6 2BF3K@1|root,328VQ@2|Bacteria,1UB73@1239|Firmicutes,4IMJT@91061|Bacilli,1ZKBA@1386|Bacillus 2|Bacteria - - yqgO - - - - - - - - - - - - +BSU_24890 224308.BSU24890 2.38e-138 390.0 COG0212@1|root,COG0212@2|Bacteria,1VA91@1239|Firmicutes,4HM35@91061|Bacilli,1ZH1W@1386|Bacillus 2|Bacteria H Belongs to the 5-formyltetrahydrofolate cyclo-ligase family fthC GO:0003674,GO:0003824,GO:0006082,GO:0006575,GO:0006725,GO:0006730,GO:0006732,GO:0006760,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009396,GO:0009987,GO:0016053,GO:0016874,GO:0016879,GO:0016882,GO:0018130,GO:0019438,GO:0019752,GO:0022611,GO:0030272,GO:0032502,GO:0034641,GO:0035999,GO:0042398,GO:0042558,GO:0042559,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0046653,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 6.3.3.2 ko:K01934 ko00670,ko01100,map00670,map01100 - R02301 RC00183 ko00000,ko00001,ko01000 - - iECABU_c1320.ECABU_c31940,iECOK1_1307.ECOK1_3298,iECSF_1327.ECSF_2705,iUTI89_1310.UTI89_C3298 5-FTHF_cyc-lig +BSU_24900 224308.BSU24900 6.25e-29 103.0 COG0267@1|root,COG0267@2|Bacteria,1VEJ4@1239|Firmicutes,4HNIM@91061|Bacilli,1ZIUS@1386|Bacillus 2|Bacteria J Belongs to the bacterial ribosomal protein bL33 family rpmG - - ko:K02913 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L33 +BSU_24910 224308.BSU24910 5.06e-260 712.0 COG0438@1|root,COG0438@2|Bacteria,1V2NV@1239|Firmicutes,4HE1F@91061|Bacilli,1ZS6K@1386|Bacillus 2|Bacteria M Glycosyl transferases group 1 yqgM - 2.4.1.11,2.4.1.18,2.4.1.250 ko:K15521,ko:K16149,ko:K16150 ko00500,ko01100,ko01110,map00500,map01100,map01110 M00565 R00292,R02110 RC00005 ko00000,ko00001,ko00002,ko01000,ko01003 - GH57,GT4 - DUF1957,Glyco_hydro_57,Glyco_transf_4,Glyco_transf_5,Glycos_transf_1 +BSU_24930 224308.BSU24930 9.79e-68 206.0 2E4ER@1|root,32Z9X@2|Bacteria,1VGCA@1239|Firmicutes,4HS6U@91061|Bacilli,1ZJ5Y@1386|Bacillus 2|Bacteria - - yqzD - - - - - - - - - - - - +BSU_24940 224308.BSU24940 2.92e-98 286.0 COG1559@1|root,COG1559@2|Bacteria,1VF1E@1239|Firmicutes,4HQ19@91061|Bacilli,1ZQS7@1386|Bacillus 2|Bacteria S YceG-like family yqzC - - ko:K07082 - - - - ko00000 - - - YceG +BSU_24950 224308.BSU24950 2.71e-187 520.0 COG1117@1|root,COG1117@2|Bacteria,1TP1M@1239|Firmicutes,4HAB1@91061|Bacilli,1ZBQ5@1386|Bacillus 2|Bacteria P Part of the ABC transporter complex PstSACB involved in phosphate import. Responsible for energy coupling to the transport system pstB - 3.6.3.27 ko:K02036,ko:K02068 ko02010,map02010 M00211,M00222 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.7 - iSB619.SA_RS06920 ABC_tran +BSU_24960 224308.BSU24960 2.4e-190 528.0 COG1117@1|root,COG1117@2|Bacteria,1TP1M@1239|Firmicutes,4HAB1@91061|Bacilli,1ZBQ5@1386|Bacillus 2|Bacteria P Part of the ABC transporter complex PstSACB involved in phosphate import. Responsible for energy coupling to the transport system pstB GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0005524,GO:0005575,GO:0005623,GO:0005886,GO:0008144,GO:0016020,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0044464,GO:0071944,GO:0097159,GO:0097367,GO:1901265,GO:1901363 3.6.3.27 ko:K02036,ko:K02068 ko02010,map02010 M00211,M00222 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.7 - iLJ478.TM1261 ABC_tran +BSU_24970 224308.BSU24970 5.26e-202 560.0 COG0581@1|root,COG0581@2|Bacteria,1TP74@1239|Firmicutes,4HAKF@91061|Bacilli,1ZDAY@1386|Bacillus 2|Bacteria P Phosphate transport system permease pstA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02038 ko02010,map02010 M00222 - - ko00000,ko00001,ko00002,ko02000 3.A.1.7 - - BPD_transp_1 +BSU_24980 224308.BSU24980 7.43e-205 568.0 COG0573@1|root,COG0573@2|Bacteria,1TSPP@1239|Firmicutes,4HC9H@91061|Bacilli,1ZAUU@1386|Bacillus 2|Bacteria P probably responsible for the translocation of the substrate across the membrane pstC GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02037 ko02010,map02010 M00222 - - ko00000,ko00001,ko00002,ko02000 3.A.1.7 - - BPD_transp_1 +BSU_24990 224308.BSU24990 4.51e-206 571.0 COG0226@1|root,COG0226@2|Bacteria,1TQ5X@1239|Firmicutes,4HBEB@91061|Bacilli,1ZB22@1386|Bacillus 2|Bacteria P Phosphate pstS GO:0003674,GO:0005488,GO:0006810,GO:0006811,GO:0006817,GO:0006820,GO:0008150,GO:0015698,GO:0042301,GO:0043167,GO:0043168,GO:0051179,GO:0051234 - ko:K02040 ko02010,ko02020,ko05152,map02010,map02020,map05152 M00222 - - ko00000,ko00001,ko00002,ko02000 3.A.1.7 - - PBP_like_2 +BSU_25000 224308.BSU25000 0.0 1368.0 COG0768@1|root,COG0768@2|Bacteria,1TQHY@1239|Firmicutes,4HAFX@91061|Bacilli,1ZBJM@1386|Bacillus 2|Bacteria M penicillin-binding protein mrdA - 3.4.16.4 ko:K05515,ko:K21465,ko:K21466 ko00550,ko01501,map00550,map01501 - - - ko00000,ko00001,ko01000,ko01011 - - - PBP_dimer,Transpeptidase +BSU_25010 224308.BSU25010 3.96e-293 802.0 COG0477@1|root,COG0477@2|Bacteria,1TTC8@1239|Firmicutes,4HAPZ@91061|Bacilli,1ZAQ7@1386|Bacillus 2|Bacteria EGP Major facilitator superfamily yqgE - - ko:K03762,ko:K08222 - - - - ko00000,ko02000 2.A.1.33,2.A.1.6.4 - - MFS_1 +BSU_25020 224308.BSU25020 1.59e-148 417.0 COG0605@1|root,COG0605@2|Bacteria,1TPXT@1239|Firmicutes,4HA6U@91061|Bacilli,1ZBWK@1386|Bacillus 2|Bacteria P radicals which are normally produced within the cells and which are toxic to biological systems sodA GO:0000302,GO:0000303,GO:0000305,GO:0003674,GO:0003676,GO:0003677,GO:0003824,GO:0004784,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006801,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009266,GO:0009268,GO:0009408,GO:0009628,GO:0009636,GO:0009987,GO:0010035,GO:0010038,GO:0010269,GO:0010447,GO:0016209,GO:0016491,GO:0016721,GO:0019430,GO:0030145,GO:0033554,GO:0034599,GO:0034614,GO:0042221,GO:0043167,GO:0043169,GO:0044237,GO:0044424,GO:0044444,GO:0044464,GO:0046872,GO:0046914,GO:0050896,GO:0051716,GO:0055114,GO:0070887,GO:0071241,GO:0071248,GO:0071291,GO:0071450,GO:0071451,GO:0072593,GO:0097159,GO:0097237,GO:0098754,GO:0098869,GO:1901363,GO:1901700,GO:1901701,GO:1990748 1.15.1.1 ko:K04564 ko04013,ko04068,ko04146,ko04211,ko04212,ko04213,ko05016,map04013,map04068,map04146,map04211,map04212,map04213,map05016 - - - ko00000,ko00001,ko01000 - - iE2348C_1286.E2348C_4213,iECSF_1327.ECSF_3769 Sod_Fe_C,Sod_Fe_N +BSU_25030 224308.BSU25030 8.25e-101 293.0 COG2839@1|root,COG2839@2|Bacteria,1V5DQ@1239|Firmicutes,4HHFQ@91061|Bacilli,1ZGBY@1386|Bacillus 2|Bacteria S protein conserved in bacteria yqgC - - ko:K09793 - - - - ko00000 - - - DUF456 +BSU_25040 224308.BSU25040 2.66e-171 479.0 COG5521@1|root,COG5521@2|Bacteria,1V2MC@1239|Firmicutes,4HGIF@91061|Bacilli,1ZBMN@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF1189) yqgB - - - - - - - - - - - DUF1189 +BSU_25050 224308.BSU25050 2.05e-99 288.0 28U06@1|root,2ZSTF@2|Bacteria,1W475@1239|Firmicutes,4I0TG@91061|Bacilli 2|Bacteria - - yqgA - - - - - - - - - - - - +BSU_25060 224308.BSU25060 2.84e-63 193.0 COG1388@1|root,COG1388@2|Bacteria 2|Bacteria M LysM domain yqfZ - - ko:K06417 - - - - ko00000 - - - LysM +BSU_25070 224308.BSU25070 1.69e-258 710.0 COG0821@1|root,COG0821@2|Bacteria,1TPFR@1239|Firmicutes,4H9S1@91061|Bacilli,1ZCV1@1386|Bacillus 2|Bacteria I Converts 2C-methyl-D-erythritol 2,4-cyclodiphosphate (ME-2,4cPP) into 1-hydroxy-2-methyl-2-(E)-butenyl 4-diphosphate ispG GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006081,GO:0006082,GO:0006090,GO:0006091,GO:0006629,GO:0006644,GO:0006720,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008299,GO:0008610,GO:0008654,GO:0009055,GO:0009058,GO:0009240,GO:0009987,GO:0016020,GO:0016491,GO:0016725,GO:0019288,GO:0019637,GO:0019682,GO:0019752,GO:0022900,GO:0030312,GO:0032787,GO:0043167,GO:0043169,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046429,GO:0046490,GO:0046872,GO:0048037,GO:0051536,GO:0051539,GO:0051540,GO:0052592,GO:0055114,GO:0071704,GO:0071944,GO:0090407,GO:1901135,GO:1901576 1.17.7.1,1.17.7.3 ko:K03526 ko00900,ko01100,ko01110,ko01130,map00900,map01100,map01110,map01130 M00096 R08689,R10859 RC01486 ko00000,ko00001,ko00002,ko01000 - - iAF1260.b2515,iAPECO1_1312.APECO1_4009,iB21_1397.B21_02369,iBWG_1329.BWG_2279,iE2348C_1286.E2348C_2798,iEC55989_1330.EC55989_2800,iECABU_c1320.ECABU_c28200,iECBD_1354.ECBD_1171,iECB_1328.ECB_02407,iECDH10B_1368.ECDH10B_2681,iECDH1ME8569_1439.ECDH1ME8569_2442,iECDH1ME8569_1439.EcDH1_1153,iECD_1391.ECD_02407,iECED1_1282.ECED1_2946,iECH74115_1262.ECH74115_3740,iECIAI39_1322.ECIAI39_2716,iECNA114_1301.ECNA114_2593,iECO103_1326.ECO103_3032,iECO111_1330.ECO111_3239,iECO26_1355.ECO26_3562,iECOK1_1307.ECOK1_2863,iECP_1309.ECP_2520,iECS88_1305.ECS88_2691,iECSE_1348.ECSE_2801,iECSF_1327.ECSF_2359,iECSP_1301.ECSP_3455,iECW_1372.ECW_m2740,iECs_1301.ECs3377,iEKO11_1354.EKO11_1218,iETEC_1333.ETEC_2672,iEcDH1_1363.EcDH1_1153,iEcE24377_1341.EcE24377A_2799,iEcolC_1368.EcolC_1162,iHN637.CLJU_RS06430,iIT341.HP0625,iJN678.gcpE,iJO1366.b2515,iJR904.b2515,iLF82_1304.LF82_1130,iNRG857_1313.NRG857_12515,iUMN146_1321.UM146_04130,iUMNK88_1353.UMNK88_3165,iUTI89_1310.UTI89_C2836,iWFL_1372.ECW_m2740,iY75_1357.Y75_RS13130,iYL1228.KPN_02845,iZ_1308.Z3778,ic_1306.c3037 GcpE +BSU_25080 224308.BSU25080 3.27e-83 246.0 COG4709@1|root,COG4709@2|Bacteria,1VEVX@1239|Firmicutes,4HP5D@91061|Bacilli,1ZIJI@1386|Bacillus 2|Bacteria S membrane yqfX - - - - - - - - - - - DUF1700 +BSU_25090 224308.BSU25090 8.25e-142 399.0 COG5663@1|root,COG5663@2|Bacteria,1V2IT@1239|Firmicutes,4HG86@91061|Bacilli,1ZDPA@1386|Bacillus 2|Bacteria S Belongs to the 5'(3')-deoxyribonucleotidase family yqfW - - ko:K05967 - - - - ko00000 - - - NT5C +BSU_25100 224308.BSU25100 8.59e-107 307.0 COG0735@1|root,COG0735@2|Bacteria,1V6RI@1239|Firmicutes,4HIGM@91061|Bacilli,1ZG74@1386|Bacillus 2|Bacteria P Belongs to the Fur family zur GO:0000976,GO:0001067,GO:0001130,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:1990837,GO:2000112,GO:2000113,GO:2001141 - ko:K02076,ko:K03711 - - - - ko00000,ko03000 - - - FUR +BSU_25110 224308.BSU25110 3.83e-199 553.0 COG1284@1|root,COG1284@2|Bacteria,1TQTP@1239|Firmicutes,4HBV2@91061|Bacilli,1ZCF3@1386|Bacillus 2|Bacteria S Uncharacterized protein conserved in bacteria (DUF2179) yqfU - - - - - - - - - - - DUF2179,YitT_membrane +BSU_25120 224308.BSU25120 3.01e-49 157.0 2E5RP@1|root,330GA@2|Bacteria,1VI20@1239|Firmicutes,4HPUF@91061|Bacilli,1ZIUK@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2624) yqfT - - - - - - - - - - - DUF2624 +BSU_25130 224308.BSU25130 2.98e-214 591.0 COG0648@1|root,COG0648@2|Bacteria,1TP1D@1239|Firmicutes,4HB4F@91061|Bacilli,1ZBYQ@1386|Bacillus 2|Bacteria L Endonuclease IV plays a role in DNA repair. It cleaves phosphodiester bonds at apurinic or apyrimidinic sites (AP sites) to produce new 5'-ends that are base-free deoxyribose 5-phosphate residues. It preferentially attacks modified AP sites created by bleomycin and neocarzinostatin nfo GO:0003674,GO:0003824,GO:0003906,GO:0006139,GO:0006259,GO:0006281,GO:0006284,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008081,GO:0008150,GO:0008152,GO:0009987,GO:0016787,GO:0016788,GO:0033554,GO:0034641,GO:0042578,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0140097,GO:1901360 3.1.21.2 ko:K01151 ko03410,map03410 - - - ko00000,ko00001,ko01000,ko03400 - - - AP_endonuc_2 +BSU_25140 224308.BSU25140 5.42e-311 848.0 COG0513@1|root,COG0513@2|Bacteria,1TPAP@1239|Firmicutes,4HA98@91061|Bacilli,1ZDG5@1386|Bacillus 2|Bacteria JKL DEAD-box RNA helicase. May work in conjunction with the cold shock proteins to ensure proper initiation of transcription at low and optimal temperatures cshB GO:0000166,GO:0003674,GO:0003676,GO:0003723,GO:0003724,GO:0003824,GO:0004004,GO:0004386,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0006139,GO:0006725,GO:0006807,GO:0006950,GO:0008026,GO:0008144,GO:0008150,GO:0008152,GO:0008186,GO:0009266,GO:0009295,GO:0009409,GO:0009628,GO:0009987,GO:0010501,GO:0016020,GO:0016070,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034641,GO:0035639,GO:0036094,GO:0042623,GO:0043167,GO:0043168,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0044237,GO:0044238,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0070035,GO:0071704,GO:0071944,GO:0090304,GO:0097159,GO:0097367,GO:0140098,GO:1901265,GO:1901360,GO:1901363 3.6.4.13 ko:K05592,ko:K18692 ko03018,map03018 - - - ko00000,ko00001,ko01000,ko03009,ko03019 - - - DEAD,Helicase_C +BSU_25150 224308.BSU25150 4.89e-58 191.0 2ECSV@1|root,336QF@2|Bacteria,1VFWG@1239|Firmicutes,4HP8Y@91061|Bacilli,1ZIWT@1386|Bacillus 2|Bacteria S YqfQ-like protein yqfQ - - - - - - - - - - - YqfQ +BSU_25160 224308.BSU25160 8.66e-227 624.0 COG0761@1|root,COG0761@2|Bacteria,1UHT7@1239|Firmicutes,4H9S4@91061|Bacilli,1ZAUG@1386|Bacillus 2|Bacteria IM Catalyzes the conversion of 1-hydroxy-2-methyl-2-(E)- butenyl 4-diphosphate (HMBPP) into a mixture of isopentenyl diphosphate (IPP) and dimethylallyl diphosphate (DMAPP). Acts in the terminal step of the DOXP MEP pathway for isoprenoid precursor biosynthesis ispH GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006081,GO:0006082,GO:0006090,GO:0006629,GO:0006644,GO:0006720,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008299,GO:0008610,GO:0008654,GO:0009058,GO:0009240,GO:0009987,GO:0016491,GO:0019288,GO:0019637,GO:0019682,GO:0019752,GO:0032787,GO:0042380,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046490,GO:0048037,GO:0051536,GO:0051538,GO:0051540,GO:0055114,GO:0071704,GO:0090407,GO:1901135,GO:1901576 1.17.7.4,2.7.4.25 ko:K00945,ko:K02945,ko:K03527 ko00240,ko00900,ko01100,ko01110,ko01130,ko03010,map00240,map00900,map01100,map01110,map01130,map03010 M00052,M00096,M00178 R00158,R00512,R01665,R05884,R08210 RC00002,RC01137,RC01487 br01610,ko00000,ko00001,ko00002,ko01000,ko03011 - - iECIAI1_1343.ECIAI1_0030,iECW_1372.ECW_m0028,iEKO11_1354.EKO11_3884,iEcHS_1320.EcHS_A0031,iEcolC_1368.EcolC_3626,iIT341.HP0400,iLJ478.TM1444,iPC815.YPO0477,iSFV_1184.SFV_0023,iSF_1195.SF0026,iSFxv_1172.SFxv_0027,iS_1188.S0028,iWFL_1372.ECW_m0028,iYL1228.KPN_00024 LYTB +BSU_25170 224308.BSU25170 2.27e-270 739.0 COG0327@1|root,COG0327@2|Bacteria,1TQ27@1239|Firmicutes,4H9NY@91061|Bacilli,1ZAPV@1386|Bacillus 2|Bacteria S Belongs to the GTP cyclohydrolase I type 2 NIF3 family yqfO GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.5.4.16 ko:K22391 ko00790,ko01100,map00790,map01100 M00126 R00428,R04639,R05046,R05048 RC00263,RC00294,RC00323,RC00945,RC01188 ko00000,ko00001,ko00002,ko01000 - - - NIF3 +BSU_25180 224308.BSU25180 2.41e-150 423.0 COG2384@1|root,COG2384@2|Bacteria,1V3I4@1239|Firmicutes,4HHIM@91061|Bacilli,1ZE5B@1386|Bacillus 2|Bacteria S SAM-dependent methyltransferase trmK GO:0001510,GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0008168,GO:0008173,GO:0008175,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016426,GO:0016429,GO:0016740,GO:0016741,GO:0030488,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360 2.1.1.217 ko:K06967 - - - - ko00000,ko01000,ko03016 - - - Methyltransf_18,TrmK +BSU_25190 224308.BSU25190 1.61e-81 241.0 COG2010@1|root,COG2010@2|Bacteria,1VA0V@1239|Firmicutes,4HKF3@91061|Bacilli,1ZHVP@1386|Bacillus 2|Bacteria C COG2010 Cytochrome c, mono- and diheme variants cccA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K13300 - - - - ko00000 - - - Cytochrome_CBB3 +BSU_25200 1051501.AYTL01000030_gene2689 2.79e-254 699.0 COG0568@1|root,COG0568@2|Bacteria,1TPD6@1239|Firmicutes,4HB1H@91061|Bacilli,1ZAV8@1386|Bacillus 2|Bacteria K Sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released. This sigma factor is the primary sigma factor during exponential growth sigA GO:0000988,GO:0000990,GO:0001098,GO:0001101,GO:0001108,GO:0001666,GO:0002791,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005515,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006355,GO:0006950,GO:0008150,GO:0009266,GO:0009405,GO:0009408,GO:0009410,GO:0009415,GO:0009628,GO:0009889,GO:0009891,GO:0009893,GO:0010035,GO:0010468,GO:0010556,GO:0010557,GO:0010565,GO:0010604,GO:0010628,GO:0016020,GO:0016987,GO:0019216,GO:0019217,GO:0019219,GO:0019222,GO:0019899,GO:0030312,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0032879,GO:0032880,GO:0036293,GO:0040007,GO:0042221,GO:0043175,GO:0043254,GO:0044087,GO:0044419,GO:0044424,GO:0044444,GO:0044464,GO:0045893,GO:0045935,GO:0048518,GO:0048522,GO:0050708,GO:0050789,GO:0050794,GO:0050896,GO:0051046,GO:0051049,GO:0051128,GO:0051171,GO:0051173,GO:0051223,GO:0051252,GO:0051254,GO:0051704,GO:0060255,GO:0062012,GO:0065007,GO:0070063,GO:0070201,GO:0070482,GO:0071944,GO:0080090,GO:0090087,GO:0097159,GO:0140110,GO:1901363,GO:1901700,GO:1902680,GO:1903506,GO:1903508,GO:1903530,GO:2000112,GO:2000142,GO:2001141 - ko:K03086,ko:K03087 ko02026,ko05111,map02026,map05111 - - - ko00000,ko00001,ko03021 - - - Sigma70_r1_1,Sigma70_r1_2,Sigma70_r2,Sigma70_r3,Sigma70_r4 +BSU_25210 224308.BSU25210 0.0 1179.0 COG0358@1|root,COG0358@2|Bacteria,1TQ0X@1239|Firmicutes,4HAG2@91061|Bacilli,1ZC16@1386|Bacillus 2|Bacteria L RNA polymerase that catalyzes the synthesis of short RNA molecules used as primers for DNA polymerase during DNA replication dnaG - - ko:K02316 ko03030,map03030 - - - ko00000,ko00001,ko01000,ko03032 - - - DnaB,DnaB_bind,Toprim_2,Toprim_4,Toprim_N,zf-CHC2 +BSU_25230 224308.BSU25230 6.03e-114 327.0 COG1671@1|root,COG1671@2|Bacteria,1V9Z0@1239|Firmicutes,4HM1G@91061|Bacilli,1ZFK7@1386|Bacillus 2|Bacteria S Belongs to the UPF0178 family yaiI - - ko:K09768 - - - - ko00000 - - - DUF188 +BSU_25240 224308.BSU25240 6.38e-191 530.0 COG1806@1|root,COG1806@2|Bacteria,1TPG0@1239|Firmicutes,4HB0Q@91061|Bacilli,1ZBIT@1386|Bacillus 2|Bacteria S Bifunctional serine threonine kinase and phosphorylase involved in the regulation of the pyruvate, phosphate dikinase (PPDK) by catalyzing its phosphorylation dephosphorylation yqfL - 2.7.11.33,2.7.4.28 ko:K09773 - - - - ko00000,ko01000 - - - Kinase-PPPase +BSU_25250 224308.BSU25250 3.16e-144 407.0 COG0517@1|root,COG0517@2|Bacteria,1TRZD@1239|Firmicutes,4HC4C@91061|Bacilli,1ZB0P@1386|Bacillus 2|Bacteria K CBS domain ccpN GO:0006355,GO:0007154,GO:0007584,GO:0008150,GO:0009605,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0009991,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0031667,GO:0031668,GO:0031669,GO:0031670,GO:0042221,GO:0045013,GO:0045892,GO:0045934,GO:0045990,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0051716,GO:0060255,GO:0061984,GO:0061985,GO:0065007,GO:0070887,GO:0071496,GO:0080090,GO:1902679,GO:1903506,GO:1903507,GO:2000112,GO:2000113,GO:2001141 - - - - - - - - - - CBS,HTH_11 +BSU_25260 224308.BSU25260 0.0 1328.0 COG0751@1|root,COG0751@2|Bacteria,1TNZ7@1239|Firmicutes,4H9NT@91061|Bacilli,1ZDF3@1386|Bacillus 2|Bacteria J Glycyl-tRNA synthetase beta subunit glyS GO:0003674,GO:0003824,GO:0004812,GO:0004820,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006426,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0046983,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.14 ko:K01879,ko:K14164 ko00970,map00970 M00360 R03654 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - iAPECO1_1312.APECO1_2891,iE2348C_1286.E2348C_3810,iECABU_c1320.ECABU_c40010,iECED1_1282.ECED1_4242,iECH74115_1262.ECH74115_4934,iECNA114_1301.ECNA114_3710,iECOK1_1307.ECOK1_4005,iECP_1309.ECP_3661,iECS88_1305.ECS88_3976,iECSF_1327.ECSF_3393,iECSP_1301.ECSP_4554,iECs_1301.ECs4442,iG2583_1286.G2583_4300,iJN678.glyS,iUMN146_1321.UM146_17960,iUTI89_1310.UTI89_C4099,ic_1306.c4378 DALR_1,tRNA_synt_2f +BSU_25270 224308.BSU25270 2.12e-222 612.0 COG0752@1|root,COG0752@2|Bacteria,1TPW8@1239|Firmicutes,4HBCF@91061|Bacilli,1ZCKP@1386|Bacillus 2|Bacteria J glycyl-tRNA synthetase alpha subunit glyQ GO:0003674,GO:0003824,GO:0004812,GO:0004820,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0016874,GO:0016875,GO:0044424,GO:0044444,GO:0044464,GO:0046983,GO:0140098,GO:0140101 6.1.1.14 ko:K01878,ko:K14164 ko00970,map00970 M00360 R03654 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - iAF1260.b3560,iAF987.Gmet_2942,iJO1366.b3560,iPC815.YPO4072,iY75_1357.Y75_RS19360 tRNA-synt_2e +BSU_25280 224308.BSU25280 5.26e-187 519.0 COG1381@1|root,COG1381@2|Bacteria,1UZ19@1239|Firmicutes,4HAHI@91061|Bacilli,1ZAUA@1386|Bacillus 2|Bacteria L Involved in DNA repair and RecF pathway recombination recO GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006281,GO:0006302,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009295,GO:0009987,GO:0033554,GO:0034641,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:1901360 - ko:K03584 ko03440,map03440 - - - ko00000,ko00001,ko03400 - - - RecO_C,RecO_N +BSU_25289 224308.BSU25289 2.16e-26 96.7 2DKK1@1|root,309RW@2|Bacteria,1U5JZ@1239|Firmicutes,4IFAR@91061|Bacilli,1ZK2R@1386|Bacillus 2|Bacteria S YqzL-like protein - - - - - - - - - - - - YqzL +BSU_25290 224308.BSU25290 9.98e-215 593.0 COG1159@1|root,COG1159@2|Bacteria,1TP3R@1239|Firmicutes,4H9WF@91061|Bacilli,1ZCSH@1386|Bacillus 2|Bacteria S An essential GTPase that binds both GDP and GTP, with rapid nucleotide exchange. Plays a role in 16S rRNA processing and 30S ribosomal subunit biogenesis and possibly also in cell cycle regulation and energy metabolism era GO:0000166,GO:0001882,GO:0001883,GO:0003674,GO:0003824,GO:0003924,GO:0005488,GO:0005525,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006275,GO:0008150,GO:0008156,GO:0009889,GO:0009890,GO:0009892,GO:0010556,GO:0010558,GO:0010605,GO:0016020,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0017076,GO:0017111,GO:0019001,GO:0019003,GO:0019219,GO:0019222,GO:0030174,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032297,GO:0032549,GO:0032550,GO:0032553,GO:0032555,GO:0032561,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0044424,GO:0044444,GO:0044464,GO:0045934,GO:0048518,GO:0048519,GO:0048522,GO:0048523,GO:0050789,GO:0050794,GO:0051052,GO:0051053,GO:0051171,GO:0051172,GO:0051302,GO:0051781,GO:0060255,GO:0065007,GO:0071944,GO:0080090,GO:0090329,GO:0097159,GO:0097367,GO:1901265,GO:1901363,GO:2000104,GO:2000112,GO:2000113 - ko:K03595,ko:K06883 - - - - ko00000,ko03009,ko03029 - - - KH_2,MMR_HSR1 +BSU_25300 224308.BSU25300 6.71e-93 271.0 COG0295@1|root,COG0295@2|Bacteria,1V6IP@1239|Firmicutes,4HIJ3@91061|Bacilli,1ZG79@1386|Bacillus 2|Bacteria F This enzyme scavenges exogenous and endogenous cytidine and 2'-deoxycytidine for UMP synthesis cdd GO:0003674,GO:0003824,GO:0004126,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006213,GO:0006216,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008270,GO:0009056,GO:0009116,GO:0009119,GO:0009164,GO:0009972,GO:0009987,GO:0016787,GO:0016810,GO:0016814,GO:0019239,GO:0019439,GO:0034641,GO:0034655,GO:0034656,GO:0042454,GO:0043167,GO:0043169,GO:0044237,GO:0044238,GO:0044248,GO:0044270,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046087,GO:0046131,GO:0046133,GO:0046135,GO:0046483,GO:0046700,GO:0046872,GO:0046914,GO:0055086,GO:0071704,GO:0072527,GO:0072529,GO:1901135,GO:1901136,GO:1901360,GO:1901361,GO:1901564,GO:1901565,GO:1901575,GO:1901657,GO:1901658 2.4.2.2,3.5.4.5 ko:K00756,ko:K01489 ko00240,ko00983,ko01100,map00240,map00983,map01100 - R01570,R01876,R01878,R02296,R02484,R02485,R08221 RC00063,RC00074,RC00514 ko00000,ko00001,ko01000 - - iSB619.SA_RS07895,iYO844.BSU25300 dCMP_cyt_deam_1,dCMP_cyt_deam_2 +BSU_25310 224308.BSU25310 1.42e-81 241.0 COG0818@1|root,COG0818@2|Bacteria,1VEGR@1239|Firmicutes,4HNKN@91061|Bacilli,1ZHW0@1386|Bacillus 2|Bacteria M Diacylglycerol kinase dgkA - 2.7.1.107,2.7.1.66 ko:K00887,ko:K00901 ko00550,ko00561,ko00564,ko01100,ko01110,ko04070,ko04072,ko05231,map00550,map00561,map00564,map01100,map01110,map04070,map04072,map05231 - R02240,R05626 RC00002,RC00017 ko00000,ko00001,ko01000 - - iAF987.Gmet_2369,iSB619.SA_RS07900 DAGK_prokar,PAP2 +BSU_25320 224308.BSU25320 8.68e-106 305.0 COG0319@1|root,COG0319@2|Bacteria,1V6BU@1239|Firmicutes,4HIIE@91061|Bacilli,1ZG7I@1386|Bacillus 2|Bacteria S Single strand-specific metallo-endoribonuclease involved in late-stage 70S ribosome quality control and in maturation of the 3' terminus of the 16S rRNA ybeY GO:0000469,GO:0000478,GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004540,GO:0005488,GO:0006139,GO:0006355,GO:0006364,GO:0006396,GO:0006412,GO:0006518,GO:0006725,GO:0006807,GO:0006950,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009266,GO:0009408,GO:0009628,GO:0009889,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0016070,GO:0016072,GO:0016151,GO:0016787,GO:0016788,GO:0016892,GO:0016894,GO:0019219,GO:0019222,GO:0019538,GO:0022613,GO:0030490,GO:0031323,GO:0031326,GO:0031554,GO:0031564,GO:0034470,GO:0034641,GO:0034645,GO:0034660,GO:0042254,GO:0042274,GO:0043043,GO:0043167,GO:0043169,GO:0043170,GO:0043244,GO:0043603,GO:0043604,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0046483,GO:0046872,GO:0046914,GO:0050789,GO:0050794,GO:0050896,GO:0051128,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0071704,GO:0071840,GO:0080090,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0140098,GO:1901360,GO:1901564,GO:1901566,GO:1901576,GO:1903506,GO:2000112,GO:2001141 2.6.99.2,3.5.4.5 ko:K01489,ko:K03474,ko:K03595,ko:K07042 ko00240,ko00750,ko00983,ko01100,map00240,map00750,map00983,map01100 M00124 R01878,R02485,R05838,R08221 RC00074,RC00514,RC01476 ko00000,ko00001,ko00002,ko01000,ko03009,ko03029 - - - UPF0054 +BSU_25330 224308.BSU25330 0.0 1310.0 COG1480@1|root,COG1480@2|Bacteria,1TR1A@1239|Firmicutes,4HAEZ@91061|Bacilli,1ZANS@1386|Bacillus 2|Bacteria S membrane-associated HD superfamily hydrolase yqfF - - ko:K07037 - - - - ko00000 - - - 7TM-7TMR_HD,7TMR-HDED,HD +BSU_25340 224308.BSU25340 2.47e-224 619.0 COG1702@1|root,COG1702@2|Bacteria,1TP35@1239|Firmicutes,4HBD5@91061|Bacilli,1ZBVE@1386|Bacillus 2|Bacteria T Phosphate starvation-inducible protein PhoH phoH GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K06217 - - - - ko00000 - - - PhoH +BSU_25350 224308.BSU25350 4.23e-242 670.0 COG0561@1|root,COG0561@2|Bacteria,1TR3N@1239|Firmicutes,4HC8P@91061|Bacilli,1ZBP7@1386|Bacillus 2|Bacteria S Stage IV sporulation yqfD - 3.1.3.102,3.1.3.104 ko:K06438,ko:K20861 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R00548,R07280 RC00017 ko00000,ko00001,ko00002,ko01000 - - - Hydrolase_3,YqfD +BSU_25360 224308.BSU25360 2.07e-60 186.0 2E4EZ@1|root,32ZA5@2|Bacteria,1VF5C@1239|Firmicutes,4HNQG@91061|Bacilli,1ZHZA@1386|Bacillus 2|Bacteria S sporulation protein YqfC yqfC - - - - - - - - - - - YabP +BSU_25370 224308.BSU25370 3.13e-79 237.0 29RH9@1|root,30CK6@2|Bacteria,1UA17@1239|Firmicutes,4IK9T@91061|Bacilli,1ZG2T@1386|Bacillus 2|Bacteria - - yqfB - - - - - - - - - - - - +BSU_25380 224308.BSU25380 4.35e-192 538.0 COG4864@1|root,COG4864@2|Bacteria,1TPTD@1239|Firmicutes,4HAIX@91061|Bacilli,1ZD1V@1386|Bacillus 2|Bacteria S UPF0365 protein yqfA - - - - - - - - - - - YdfA_immunity +BSU_25390 224308.BSU25390 3.24e-291 798.0 COG1030@1|root,COG1030@2|Bacteria,1TR54@1239|Firmicutes,4H9P9@91061|Bacilli,1ZCTF@1386|Bacillus 2|Bacteria O COG1030 Membrane-bound serine protease (ClpP class) yqeZ - - ko:K07403 - - - - ko00000 - - - CLP_protease,NfeD,SDH_sah +BSU_25400 224308.BSU25400 2.25e-90 266.0 COG1610@1|root,COG1610@2|Bacteria,1V6F2@1239|Firmicutes,4HIQP@91061|Bacilli,1ZGGX@1386|Bacillus 2|Bacteria S Yqey-like protein yqeY - - ko:K09117 - - - - ko00000 - - - YqeY +BSU_25410 1178537.BA1_04662 1.03e-26 98.2 COG0828@1|root,COG0828@2|Bacteria,1VEHU@1239|Firmicutes,4HNPV@91061|Bacilli,1ZJ3R@1386|Bacillus 2|Bacteria J Belongs to the bacterial ribosomal protein bS21 family rpsU GO:0000028,GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022626,GO:0022627,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0042254,GO:0042255,GO:0042274,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02970 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S21 +BSU_25420 224308.BSU25420 5.01e-202 561.0 COG1283@1|root,COG1283@2|Bacteria,1TP4K@1239|Firmicutes,4HAZ0@91061|Bacilli,1ZBHZ@1386|Bacillus 2|Bacteria P COG1283 Na phosphate symporter yqeW - - ko:K03324 - - - - ko00000,ko02000 2.A.58.2 - - Na_Pi_cotrans,PhoU +BSU_25430 224308.BSU25430 0.0 898.0 COG0621@1|root,COG0621@2|Bacteria,1TPBR@1239|Firmicutes,4HBYZ@91061|Bacilli,1ZB8Q@1386|Bacillus 2|Bacteria J ribosomal protein S12 methylthiotransferase yqeV GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016782,GO:0034470,GO:0034641,GO:0034660,GO:0035596,GO:0035598,GO:0035600,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0050497,GO:0071704,GO:0090304,GO:1901360 2.8.4.5 ko:K18707 - - R10649 RC00003,RC03221 ko00000,ko01000,ko03016 - - - Radical_SAM,TRAM,UPF0004 +BSU_25440 224308.BSU25440 1.01e-180 503.0 COG1385@1|root,COG1385@2|Bacteria,1V1CT@1239|Firmicutes,4HH8P@91061|Bacilli,1ZAV7@1386|Bacillus 2|Bacteria J Specifically methylates the N3 position of the uracil ring of uridine 1498 (m3U1498) in 16S rRNA. Acts on the fully assembled 30S ribosomal subunit rsmE GO:0000154,GO:0001510,GO:0003674,GO:0003824,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008170,GO:0008173,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016436,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0070042,GO:0070475,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.193 ko:K09761 - - - - ko00000,ko01000,ko03009 - - - Methyltrans_RNA +BSU_25450 224308.BSU25450 1.61e-225 621.0 COG2264@1|root,COG2264@2|Bacteria,1TPKI@1239|Firmicutes,4HAMF@91061|Bacilli,1ZB7J@1386|Bacillus 2|Bacteria J Methylates ribosomal protein L11 prmA - - ko:K02687 - - - - ko00000,ko01000,ko03009 - - - PrmA +BSU_25460 224308.BSU25460 3.41e-257 706.0 COG0484@1|root,COG0484@2|Bacteria,1TP00@1239|Firmicutes,4H9KA@91061|Bacilli,1ZC0R@1386|Bacillus 2|Bacteria O ATP binding to DnaK triggers the release of the substrate protein, thus completing the reaction cycle. Several rounds of ATP-dependent interactions between DnaJ, DnaK and GrpE are required for fully efficient folding. Also involved, together with DnaK and GrpE, in the DNA replication of plasmids through activation of initiation proteins dnaJ - - ko:K03686 - - - - ko00000,ko03029,ko03110 - - - DnaJ,DnaJ_C,DnaJ_CXXCXGXG +BSU_25470 224308.BSU25470 0.0 1144.0 COG0443@1|root,COG0443@2|Bacteria,1TP1J@1239|Firmicutes,4HA9S@91061|Bacilli,1ZAZ2@1386|Bacillus 2|Bacteria O Heat shock 70 kDa protein dnaK GO:0001871,GO:0003674,GO:0005488,GO:0005575,GO:0005623,GO:0008150,GO:0009986,GO:0030246,GO:0030247,GO:0044464,GO:0051704,GO:0098630,GO:0098743,GO:2001065 - ko:K04043 ko03018,ko04212,ko05152,map03018,map04212,map05152 - - - ko00000,ko00001,ko03019,ko03029,ko03110,ko04147 1.A.33.1 - - HSP70 +BSU_25480 224308.BSU25480 4.36e-116 334.0 COG0576@1|root,COG0576@2|Bacteria,1V6G2@1239|Firmicutes,4HIRK@91061|Bacilli,1ZGCW@1386|Bacillus 2|Bacteria O Participates actively in the response to hyperosmotic and heat shock by preventing the aggregation of stress-denatured proteins, in association with DnaK and GrpE. It is the nucleotide exchange factor for DnaK and may function as a thermosensor. Unfolded proteins bind initially to DnaJ grpE GO:0000166,GO:0000774,GO:0001871,GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005618,GO:0005623,GO:0006950,GO:0007154,GO:0008150,GO:0009267,GO:0009605,GO:0009986,GO:0009987,GO:0009991,GO:0017076,GO:0030234,GO:0030246,GO:0030247,GO:0030312,GO:0030554,GO:0031667,GO:0031668,GO:0031669,GO:0033554,GO:0036094,GO:0040007,GO:0042594,GO:0044464,GO:0050790,GO:0050896,GO:0051082,GO:0051716,GO:0060589,GO:0060590,GO:0065007,GO:0065009,GO:0071496,GO:0071944,GO:0097159,GO:0098772,GO:1901265,GO:1901363,GO:2001065 - ko:K03687 - - - - ko00000,ko03029,ko03110 - - - GrpE +BSU_25490 224308.BSU25490 1.65e-241 664.0 COG1420@1|root,COG1420@2|Bacteria,1TQP7@1239|Firmicutes,4HAX5@91061|Bacilli,1ZBQV@1386|Bacillus 2|Bacteria K Negative regulator of class I heat shock genes (grpE- dnaK-dnaJ and groELS operons). Prevents heat-shock induction of these operons hrcA GO:0005575,GO:0005623,GO:0005886,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0016020,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0044464,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0071944,GO:0080090,GO:1902679,GO:1903506,GO:1903507,GO:2000112,GO:2000113,GO:2001141 - ko:K03705 - - - - ko00000,ko03000 - - - HTH_DeoR,HrcA,HrcA_DNA-bdg +BSU_25500 224308.BSU25500 1.23e-277 758.0 COG0635@1|root,COG0635@2|Bacteria,1TPES@1239|Firmicutes,4HA60@91061|Bacilli,1ZC7V@1386|Bacillus 2|Bacteria H Involved in the biosynthesis of porphyrin-containing compound hemN GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006725,GO:0006778,GO:0006779,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0018130,GO:0019438,GO:0033013,GO:0033014,GO:0034641,GO:0044237,GO:0044249,GO:0044271,GO:0044424,GO:0044464,GO:0046483,GO:0048037,GO:0051186,GO:0051188,GO:0051536,GO:0051539,GO:0051540,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 - - - - - - - - - - HemN_C,Radical_SAM +BSU_25510 224308.BSU25510 0.0 1181.0 COG0481@1|root,COG0481@2|Bacteria,1TP0G@1239|Firmicutes,4HASA@91061|Bacilli,1ZC7J@1386|Bacillus 2|Bacteria M Required for accurate and efficient protein synthesis under certain stress conditions. May act as a fidelity factor of the translation reaction, by catalyzing a one-codon backward translocation of tRNAs on improperly translocated ribosomes. Back- translocation proceeds from a post-translocation (POST) complex to a pre-translocation (PRE) complex, thus giving elongation factor G a second chance to translocate the tRNAs correctly. Binds to ribosomes in a GTP-dependent manner lepA - - ko:K03596 ko05134,map05134 - - - ko00000,ko00001 - - - EFG_C,EFG_II,GTP_EFTU,GTP_EFTU_D2,LepA_C +BSU_25520 224308.BSU25520 2.56e-72 217.0 2C4MB@1|root,345EE@2|Bacteria,1W0SN@1239|Firmicutes,4HP0K@91061|Bacilli,1ZJ36@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3679) yqxA - - - - - - - - - - - DUF3679 +BSU_25530 224308.BSU25530 9.53e-284 776.0 COG0860@1|root,COG0860@2|Bacteria,1TSFS@1239|Firmicutes,4HACZ@91061|Bacilli,1ZAV0@1386|Bacillus 2|Bacteria M stage II sporulation protein P spoIIP - - ko:K06385 - - - - ko00000 - - - SpoIIP +BSU_25540 224308.BSU25540 4.16e-259 711.0 COG0680@1|root,COG0680@2|Bacteria,1TPFY@1239|Firmicutes,4HAGH@91061|Bacilli,1ZC4A@1386|Bacillus 2|Bacteria C Initiates the rapid degradation of small, acid-soluble proteins during spore germination gpr GO:0000003,GO:0003674,GO:0003824,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016787,GO:0019538,GO:0019954,GO:0030436,GO:0032502,GO:0043170,GO:0043934,GO:0044238,GO:0071704,GO:0140096,GO:1901564 3.4.24.78 ko:K03605,ko:K06012 - - - - ko00000,ko01000,ko01002 - - - Peptidase_A25 +BSU_25550 224308.BSU25550 4e-49 157.0 COG0268@1|root,COG0268@2|Bacteria,1VEGX@1239|Firmicutes,4HNJS@91061|Bacilli,1ZI3X@1386|Bacillus 2|Bacteria J Binds directly to 16S ribosomal RNA rpsT GO:0000028,GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0004857,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008073,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016043,GO:0019538,GO:0019843,GO:0022607,GO:0022613,GO:0022618,GO:0022626,GO:0022627,GO:0030234,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0042254,GO:0042255,GO:0042274,GO:0042979,GO:0043043,GO:0043086,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044092,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0050790,GO:0065003,GO:0065007,GO:0065009,GO:0070181,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0097159,GO:0098772,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02968 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S20p +BSU_25560 224308.BSU25560 2.01e-244 672.0 COG1466@1|root,COG1466@2|Bacteria,1TRM0@1239|Firmicutes,4HBB4@91061|Bacilli,1ZBST@1386|Bacillus 2|Bacteria L DNA polymerase III delta subunit holA - 2.7.7.7 ko:K02340 ko00230,ko00240,ko01100,ko03030,ko03430,ko03440,map00230,map00240,map01100,map03030,map03430,map03440 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 - - - DNA_pol3_delta +BSU_25569 224308.BSU25569 6.79e-22 85.1 2EJUP@1|root,33DJB@2|Bacteria,1VMIR@1239|Firmicutes,4HRA6@91061|Bacilli,1ZK02@1386|Bacillus 2|Bacteria S YqzM-like protein - - - - - - - - - - - - YqzM +BSU_25570 224308.BSU25570 0.0 1479.0 COG0658@1|root,COG2333@1|root,COG0658@2|Bacteria,COG2333@2|Bacteria,1TS9U@1239|Firmicutes,4H9M4@91061|Bacilli,1ZBWR@1386|Bacillus 2|Bacteria S Competence protein ComEC comEC - - ko:K02238 - M00429 - - ko00000,ko00002,ko02044 3.A.11.1,3.A.11.2 - - Competence,DUF4131,Lactamase_B +BSU_25580 224308.BSU25580 9.31e-137 386.0 COG2131@1|root,COG2131@2|Bacteria,1V3PU@1239|Firmicutes,4HEJU@91061|Bacilli,1ZQ4K@1386|Bacillus 2|Bacteria F ComE operon protein 2 comEB - 3.5.4.12 ko:K01493 ko00240,ko01100,map00240,map01100 M00429 R01663 RC00074 ko00000,ko00001,ko00002,ko01000,ko02044 - - - dCMP_cyt_deam_1 +BSU_25590 224308.BSU25590 6.65e-138 390.0 COG1555@1|root,COG1596@1|root,COG1555@2|Bacteria,COG1596@2|Bacteria,1VA3W@1239|Firmicutes,4HKJ1@91061|Bacilli,1ZH4N@1386|Bacillus 2|Bacteria L COG1555 DNA uptake protein and related DNA-binding proteins comEA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K01991,ko:K02237 ko02026,map02026 M00429 - - ko00000,ko00001,ko00002,ko02000,ko02044 1.B.18,3.A.11.1,3.A.11.2 - - HHH_3,Poly_export,SLBB +BSU_25600 224308.BSU25600 7.71e-189 525.0 COG0345@1|root,COG0345@2|Bacteria,1UZ3D@1239|Firmicutes,4HCJ6@91061|Bacilli,1ZBFA@1386|Bacillus 2|Bacteria E Catalyzes the reduction of 1-pyrroline-5-carboxylate (PCA) to L-proline comER - - ko:K02239 - M00429 - - ko00000,ko00002,ko02044 - - - F420_oxidored,P5CR_dimer +BSU_25610 224308.BSU25610 9.8e-179 497.0 COG0500@1|root,COG2226@2|Bacteria,1TQUF@1239|Firmicutes,4HD2W@91061|Bacilli,1ZB0Y@1386|Bacillus 2|Bacteria Q Methyltransferase yqeM - - - - - - - - - - - Methyltransf_25 +BSU_25620 224308.BSU25620 9.76e-82 241.0 COG0799@1|root,COG0799@2|Bacteria,1VA2Z@1239|Firmicutes,4HKEJ@91061|Bacilli,1ZGYR@1386|Bacillus 2|Bacteria J Functions as a ribosomal silencing factor. Interacts with ribosomal protein L14 (rplN), blocking formation of intersubunit bridge B8. Prevents association of the 30S and 50S ribosomal subunits and the formation of functional ribosomes, thus repressing translation rsfS GO:0003674,GO:0005488,GO:0006417,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010608,GO:0010629,GO:0017148,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032268,GO:0032269,GO:0034248,GO:0034249,GO:0043021,GO:0043023,GO:0044087,GO:0044877,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051246,GO:0051248,GO:0060255,GO:0065007,GO:0080090,GO:0090069,GO:0090071,GO:2000112,GO:2000113 - ko:K09710 - - - - ko00000,ko03009 - - - RsfS +BSU_25630 224308.BSU25630 4.81e-133 377.0 COG1713@1|root,COG1713@2|Bacteria,1V6Y1@1239|Firmicutes,4HHRY@91061|Bacilli,1ZCQJ@1386|Bacillus 2|Bacteria H HD superfamily hydrolase involved in NAD metabolism nadD - 2.7.6.3,2.7.7.18 ko:K00950,ko:K00969,ko:K06950 ko00760,ko00790,ko01100,map00760,map00790,map01100 M00115,M00126,M00841 R00137,R03005,R03503 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 - - - CTP_transf_like,HD +BSU_25640 224308.BSU25640 2.47e-141 398.0 COG1057@1|root,COG1057@2|Bacteria,1V3SK@1239|Firmicutes,4HGXK@91061|Bacilli,1ZFIV@1386|Bacillus 2|Bacteria H Catalyzes the reversible adenylation of nicotinate mononucleotide (NaMN) to nicotinic acid adenine dinucleotide (NaAD) nadD GO:0000309,GO:0003674,GO:0003824,GO:0004515,GO:0006082,GO:0006139,GO:0006520,GO:0006531,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009066,GO:0009108,GO:0009117,GO:0009165,GO:0009435,GO:0009987,GO:0016740,GO:0016772,GO:0016779,GO:0018130,GO:0019355,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019637,GO:0019674,GO:0019752,GO:0034627,GO:0034628,GO:0034641,GO:0034654,GO:0040007,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0046483,GO:0046496,GO:0051186,GO:0051188,GO:0055086,GO:0070566,GO:0071704,GO:0072524,GO:0072525,GO:0090407,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605 2.7.7.18,3.6.1.55 ko:K00969,ko:K03574 ko00760,ko01100,map00760,map01100 M00115 R00137,R03005 RC00002 ko00000,ko00001,ko00002,ko01000,ko03400 - - - CTP_transf_like +BSU_25650 224308.BSU25650 8.95e-61 187.0 COG1534@1|root,COG1534@2|Bacteria,1VEGM@1239|Firmicutes,4HKC7@91061|Bacilli,1ZH83@1386|Bacillus 2|Bacteria J RNA-binding protein containing KH domain, possibly ribosomal protein yhbY GO:0000027,GO:0000028,GO:0000966,GO:0000967,GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016043,GO:0016070,GO:0016072,GO:0022607,GO:0022613,GO:0022618,GO:0034470,GO:0034471,GO:0034622,GO:0034641,GO:0034660,GO:0042254,GO:0042255,GO:0042273,GO:0042274,GO:0043021,GO:0043170,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0044877,GO:0046483,GO:0065003,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0090304,GO:1901360,GO:1990275 - ko:K07574 - - - - ko00000,ko03009 - - - CRS1_YhbY +BSU_25660 224308.BSU25660 8.44e-201 556.0 COG0169@1|root,COG0169@2|Bacteria,1TQRY@1239|Firmicutes,4HD4R@91061|Bacilli,1ZANW@1386|Bacillus 2|Bacteria E Involved in the biosynthesis of the chorismate, which leads to the biosynthesis of aromatic amino acids. Catalyzes the reversible NADPH linked reduction of 3-dehydroshikimate (DHSA) to yield shikimate (SA) aroE GO:0000166,GO:0003674,GO:0003824,GO:0004764,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0008150,GO:0008152,GO:0009058,GO:0009423,GO:0009987,GO:0016053,GO:0016491,GO:0016614,GO:0016616,GO:0019632,GO:0019752,GO:0032787,GO:0036094,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046417,GO:0048037,GO:0050661,GO:0050662,GO:0055114,GO:0071704,GO:0097159,GO:1901265,GO:1901363,GO:1901576,GO:1901615 1.1.1.25 ko:K00014 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00022 R02413 RC00206 ko00000,ko00001,ko00002,ko01000 - - - Shikimate_DH,Shikimate_dh_N +BSU_25670 224308.BSU25670 4.78e-273 746.0 COG1161@1|root,COG1161@2|Bacteria,1TPM2@1239|Firmicutes,4HAAF@91061|Bacilli,1ZBES@1386|Bacillus 2|Bacteria S In Bacillus subtilis this enzyme appears to be involved in 30S ribosomal RNA subunit biogenesis yqeH GO:0003674,GO:0003824,GO:0003924,GO:0006275,GO:0008150,GO:0008156,GO:0009889,GO:0009890,GO:0009892,GO:0010556,GO:0010558,GO:0010605,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0017111,GO:0019219,GO:0019222,GO:0022613,GO:0030174,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032297,GO:0042254,GO:0044085,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051052,GO:0051053,GO:0051171,GO:0051172,GO:0060255,GO:0065007,GO:0071840,GO:0080090,GO:0090329,GO:2000104,GO:2000112,GO:2000113 - ko:K06948 - - - - ko00000,ko03009 - - - MMR_HSR1 +BSU_25680 224308.BSU25680 2.73e-123 351.0 COG2179@1|root,COG2179@2|Bacteria,1V6KM@1239|Firmicutes,4HGAV@91061|Bacilli,1ZFKN@1386|Bacillus 2|Bacteria S hydrolase of the HAD superfamily yqeG - - ko:K07015 - - - - ko00000 - - - HAD_2,Hydrolase,Hydrolase_like,PGP_phosphatase +BSU_25690 224308.BSU25690 1.87e-29 104.0 2EIH6@1|root,33C8I@2|Bacteria,1VMKK@1239|Firmicutes,4HRH7@91061|Bacilli,1ZJY1@1386|Bacillus 2|Bacteria S Sporulation inhibitor A sda - - ko:K06371 - - - - ko00000 - - - Sda +BSU_25700 224308.BSU25700 2.24e-182 506.0 COG2755@1|root,COG2755@2|Bacteria,1U232@1239|Firmicutes,4IPYB@91061|Bacilli,1ZF2H@1386|Bacillus 2|Bacteria E GDSL-like Lipase/Acylhydrolase yqeF - - - - - - - - - - - Lipase_GDSL_2 +BSU_25710 224308.BSU25710 7.45e-180 500.0 COG3409@1|root,COG5632@1|root,COG3409@2|Bacteria,COG5632@2|Bacteria,1V7KT@1239|Firmicutes,4HJ9N@91061|Bacilli,1ZB8D@1386|Bacillus 2|Bacteria M n-acetylmuramoyl-L-alanine amidase xlyA - 3.5.1.28 ko:K01447,ko:K11062 - - R04112 RC00064,RC00141 ko00000,ko01000,ko02042 - - - Amidase_2,Cu_amine_oxidN1,Glucosaminidase,LysM,PG_binding_1,SH3_3,SLH +BSU_25720 224308.BSU25720 3.97e-136 386.0 COG0398@1|root,COG0398@2|Bacteria,1VIP7@1239|Firmicutes,4HK4G@91061|Bacilli,1ZRQW@1386|Bacillus 2|Bacteria S SNARE associated Golgi protein yqeD - - - - - - - - - - - SNARE_assoc +BSU_25730 224308.BSU25730 7.95e-219 603.0 COG1023@1|root,COG1023@2|Bacteria,1UHN4@1239|Firmicutes,4IS44@91061|Bacilli,1ZS1B@1386|Bacillus 2|Bacteria G 6-phosphogluconate dehydrogenase gnd - 1.1.1.343,1.1.1.44 ko:K00033 ko00030,ko00480,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map00480,map01100,map01110,map01120,map01130,map01200 M00004,M00006 R01528,R10221 RC00001,RC00539 ko00000,ko00001,ko00002,ko01000 - - - 6PGD,NAD_binding_2 +BSU_25740 224308.BSU25740 8.37e-172 479.0 28NWW@1|root,2ZBUP@2|Bacteria,1V3CS@1239|Firmicutes,4HGW3@91061|Bacilli,1ZQK7@1386|Bacillus 2|Bacteria - - yqeB - - - - - - - - - - - - +BSU_25750 224308.BSU25750 2.53e-97 282.0 COG3209@1|root,COG3209@2|Bacteria,1V89J@1239|Firmicutes,4HJVE@91061|Bacilli,1ZH27@1386|Bacillus 2|Bacteria M Deoxyribonuclease NucA/NucB nucB GO:0005575,GO:0005576,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - DNase_NucA_NucB,Flg_new,PT-HINT +BSU_25760 1051501.AYTL01000030_gene2744 1.1e-72 225.0 COG1191@1|root,COG1191@2|Bacteria,1TPJ5@1239|Firmicutes,4HBY2@91061|Bacilli,1ZB3Q@1386|Bacillus 2|Bacteria K sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released sigK GO:0000003,GO:0000988,GO:0000990,GO:0003674,GO:0006139,GO:0006351,GO:0006352,GO:0006355,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009889,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0016070,GO:0016987,GO:0018130,GO:0019219,GO:0019222,GO:0019438,GO:0019954,GO:0030436,GO:0031323,GO:0031326,GO:0032502,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0043254,GO:0043934,GO:0044087,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0050789,GO:0050794,GO:0051128,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0071704,GO:0080090,GO:0090304,GO:0097659,GO:0140110,GO:1901360,GO:1901362,GO:1901576,GO:1903506,GO:2000112,GO:2000142,GO:2001141 - ko:K03091 - - - - ko00000,ko03021 - - - Sigma70_r2,Sigma70_r4 +BSU_25770 224308.BSU25770 0.0 971.0 COG1961@1|root,COG1961@2|Bacteria,1TPUG@1239|Firmicutes,4HB3H@91061|Bacilli,1ZBV3@1386|Bacillus 2|Bacteria L Recombinase spoIVCA GO:0000150,GO:0003674,GO:0003824,GO:0006139,GO:0006259,GO:0006310,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0071704,GO:0090304,GO:0140097,GO:1901360 - ko:K06400 - - - - ko00000 - - - Recombinase,Resolvase,Zn_ribbon_recom +BSU_25780 224308.BSU25780 9.82e-101 291.0 COG0394@1|root,COG0394@2|Bacteria,1V3JW@1239|Firmicutes,4HH49@91061|Bacilli,1ZFM2@1386|Bacillus 2|Bacteria T Catalyzes the reduction of arsenate As(V) to arsenite As(III) arsC GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0008794,GO:0016491,GO:0030611,GO:0030613,GO:0030614,GO:0042221,GO:0046685,GO:0050896,GO:0055114 1.20.4.1 ko:K03741 - - - - ko00000,ko01000 - - - LMWPc +BSU_25790 224308.BSU25790 7.13e-233 642.0 COG0798@1|root,COG0798@2|Bacteria,1TRMD@1239|Firmicutes,4HC8A@91061|Bacilli,1ZD7K@1386|Bacillus 2|Bacteria P Arsenic resistance protein arsB GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0008509,GO:0015075,GO:0015103,GO:0015104,GO:0015105,GO:0015291,GO:0015297,GO:0015318,GO:0015698,GO:0015699,GO:0015700,GO:0016020,GO:0022804,GO:0022857,GO:0034220,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944,GO:0098656 1.20.4.1 ko:K03325,ko:K03741 - - - - ko00000,ko01000,ko02000 2.A.59 - iYO844.BSU25790 SBF +BSU_25800 224308.BSU25800 2.56e-104 301.0 COG0346@1|root,COG0346@2|Bacteria,1V6K2@1239|Firmicutes,4HJ55@91061|Bacilli,1ZGBR@1386|Bacillus 2|Bacteria E Glyoxalase/Bleomycin resistance protein/Dioxygenase superfamily cadI GO:0008150,GO:0010035,GO:0010038,GO:0042221,GO:0046686,GO:0050896 4.4.1.5 ko:K01759 ko00620,map00620 - R02530 RC00004,RC00740 ko00000,ko00001,ko01000 - - - Glyoxalase +BSU_25810 224308.BSU25810 1.53e-72 217.0 COG0640@1|root,COG0640@2|Bacteria,1V9XT@1239|Firmicutes,4HKP8@91061|Bacilli,1ZI0T@1386|Bacillus 2|Bacteria K ArsR family transcriptional regulator arsR GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - ko:K03892 - - - - ko00000,ko03000 - - - HTH_20,HTH_5 +BSU_25820 224308.BSU25820 5.96e-197 544.0 COG3403@1|root,COG3403@2|Bacteria,1US5K@1239|Firmicutes,4HDGW@91061|Bacilli,1ZQUM@1386|Bacillus 2|Bacteria S YqcI/YcgG family yqcI - - ko:K09190 - - - - ko00000 - - - YqcI_YcgG +BSU_25830 1207055.C100_07000 7.79e-120 358.0 COG0457@1|root,COG0457@2|Bacteria,1NT1X@1224|Proteobacteria 2|Bacteria S Tetratricopeptide repeat - - - - - - - - - - - - TPR_12 +BSU_25860 224308.BSU25860 0.0 987.0 COG5444@1|root,COG5444@2|Bacteria,1VDC1@1239|Firmicutes,4HQE1@91061|Bacilli,1ZQPE@1386|Bacillus 2|Bacteria A Pre-toxin TG - - - ko:K21487,ko:K21489,ko:K21491,ko:K21493 - - - - ko00000,ko01000,ko02048 - - - GH-E,LXG,PT-TG +BSU_25870 224308.BSU25870 1.66e-136 386.0 2DMGT@1|root,32REF@2|Bacteria,1V30S@1239|Firmicutes,4HG7J@91061|Bacilli,1ZIE5@1386|Bacillus 2|Bacteria S Suppressor of fused protein (SUFU) - - - ko:K21492 - - - - ko00000,ko02048 - - - SUFU +BSU_25880 224308.BSU25880 2.2e-79 236.0 28SJJ@1|root,2ZEVX@2|Bacteria,1W5SD@1239|Firmicutes,4I225@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - - +BSU_25900 224308.BSU25900 9.72e-187 520.0 COG3409@1|root,COG5632@1|root,COG3409@2|Bacteria,COG5632@2|Bacteria,1V5B9@1239|Firmicutes,4HJY4@91061|Bacilli,1ZIM6@1386|Bacillus 2|Bacteria M N-acetylmuramoyl-L-alanine amidase xlyA - 3.5.1.28 ko:K01447 - - R04112 RC00064,RC00141 ko00000,ko01000 - - - Amidase_2,Glucosaminidase,LysM,PG_binding_1,Peptidase_C39_2,SH3_5 +BSU_25910 224308.BSU25910 8.36e-89 261.0 COG4824@1|root,COG4824@2|Bacteria,1V5S1@1239|Firmicutes,4HIAA@91061|Bacilli,1ZHHN@1386|Bacillus 2|Bacteria S Bacteriophage holin family - - - - - - - - - - - - Phage_holin_4_1 +BSU_25920 224308.BSU25920 2.45e-213 589.0 29TBY@1|root,30EJ0@2|Bacteria,1UCMF@1239|Firmicutes,4IP3K@91061|Bacilli,1ZPBV@1386|Bacillus 2|Bacteria - - xepA - - - - - - - - - - - - +BSU_25930 224308.BSU25930 9.34e-33 113.0 29RZE@1|root,30D3R@2|Bacteria,1UAT1@1239|Firmicutes,4IM5V@91061|Bacilli,1ZJ9F@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - Phage_XkdX +BSU_25940 224308.BSU25940 1.01e-73 221.0 2BREE@1|root,32KD7@2|Bacteria,1U22K@1239|Firmicutes,4IBJV@91061|Bacilli,1ZH0P@1386|Bacillus 2|Bacteria S XkdW protein xkdW - - - - - - - - - - - XkdW +BSU_25950 224308.BSU25950 2.91e-283 771.0 292XD@1|root,2ZQEV@2|Bacteria,1V48I@1239|Firmicutes,4HS4X@91061|Bacilli,1ZFE2@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_25960 224308.BSU25960 3e-54 170.0 2EKUT@1|root,33EIE@2|Bacteria,1VMJP@1239|Firmicutes,4HR3P@91061|Bacilli,1ZP25@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_25970 224308.BSU25970 9.25e-134 379.0 COG3778@1|root,COG3778@2|Bacteria,1VKFB@1239|Firmicutes,4HSXC@91061|Bacilli,1ZGZU@1386|Bacillus 2|Bacteria S Uncharacterised protein conserved in bacteria (DUF2313) xkdU - - - - - - - - - - - DUF2313 +BSU_25980 224308.BSU25980 1.31e-245 675.0 COG3299@1|root,COG3299@2|Bacteria,1TQZU@1239|Firmicutes,4HCTP@91061|Bacilli,1ZB2D@1386|Bacillus 2|Bacteria S Evidence 3 Function proposed based on presence of conserved amino acid motif, structural feature or limited homology xkdT - - - - - - - - - - - Baseplate_J +BSU_25990 224308.BSU25990 1.14e-91 268.0 COG3628@1|root,COG3628@2|Bacteria,1VJ3Z@1239|Firmicutes,4HPXD@91061|Bacilli,1ZG3F@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2634) xkdS - - - - - - - - - - - DUF2634 +BSU_26000 224308.BSU26000 6.68e-52 164.0 29RS3@1|root,30CVT@2|Bacteria,1UAFU@1239|Firmicutes,4IKU7@91061|Bacilli,1ZHKX@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2577) xkdR - - - - - - - - - - - DUF2577 +BSU_26010 224308.BSU26010 1.02e-231 638.0 COG4193@1|root,COG4193@2|Bacteria,1VAT1@1239|Firmicutes,4HQVE@91061|Bacilli,1ZBZG@1386|Bacillus 2|Bacteria G NLP P60 protein xkdQ - 3.2.1.96 ko:K01227 ko00511,map00511 - - - ko00000,ko00001,ko01000 - - - - +BSU_26020 224308.BSU26020 2.41e-156 438.0 COG1652@1|root,COG1652@2|Bacteria,1V1BA@1239|Firmicutes,4HFRJ@91061|Bacilli,1ZD2J@1386|Bacillus 2|Bacteria S Lysin motif xkdP - - - - - - - - - - - BON,LysM +BSU_26030 224308.BSU26030 0.0 2031.0 COG3953@1|root,COG5280@1|root,COG3953@2|Bacteria,COG5280@2|Bacteria,1VAT4@1239|Firmicutes,4HMYI@91061|Bacilli,1ZFFP@1386|Bacillus 2|Bacteria L Transglycosylase SLT domain xkdO - - - - - - - - - - - PhageMin_Tail,SLT +BSU_26039 1051501.AYTL01000027_gene847 4.47e-22 86.7 29RY7@1|root,30D2I@2|Bacteria,1UAQY@1239|Firmicutes,4IM3M@91061|Bacilli,1ZJ15@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_26040 720555.BATR1942_03995 3.85e-86 255.0 2DQYD@1|root,339DA@2|Bacteria,1VIHA@1239|Firmicutes,4HS2Z@91061|Bacilli,1ZDQV@1386|Bacillus 2|Bacteria S Phage XkdN-like tail assembly chaperone protein, TAC - - - - - - - - - - - - Phage_TAC_5 +BSU_26060 224308.BSU26060 4.23e-99 288.0 2CBAP@1|root,32S1D@2|Bacteria,1VEC7@1239|Firmicutes,4IRT1@91061|Bacilli,1ZEZD@1386|Bacillus 2|Bacteria S Phage tail tube protein xkdM - - - - - - - - - - - DUF2001 +BSU_26075 224308.BSU26075 0.0 892.0 28IGV@1|root,2Z8I6@2|Bacteria,1TP1Y@1239|Firmicutes,4HFJP@91061|Bacilli,1ZJRF@1386|Bacillus 2|Bacteria S Phage tail sheath C-terminal domain xkdK - - - - - - - - - - - Phage_sheath_1,Phage_sheath_1C,Phage_sheath_1N +BSU_26089 224308.BSU26089 4.54e-37 124.0 28UMM@1|root,2ZGS5@2|Bacteria,1W5VR@1239|Firmicutes,4I1KU@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - - +BSU_26090 224308.BSU26090 3.24e-102 295.0 28Y6W@1|root,2ZK27@2|Bacteria,1W3G3@1239|Firmicutes,4I0HC@91061|Bacilli,1ZFEX@1386|Bacillus 2|Bacteria - - yqbJ - - - - - - - - - - - - +BSU_26100 224308.BSU26100 7.59e-123 349.0 2EFQM@1|root,32GN3@2|Bacteria,1V9JW@1239|Firmicutes,4IRJU@91061|Bacilli,1ZHNY@1386|Bacillus 2|Bacteria S Bacteriophage HK97-gp10, putative tail-component - - - - - - - - - - - - HK97-gp10_like +BSU_26110 224308.BSU26110 7.08e-85 249.0 2EHGE@1|root,33B8A@2|Bacteria,1VKQF@1239|Firmicutes,4HZ7D@91061|Bacilli,1ZJ8E@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF3599) yqbH - - - - - - - - - - - DUF3599 +BSU_26120 224308.BSU26120 7.09e-88 258.0 2ESBD@1|root,33JW4@2|Bacteria,1VP51@1239|Firmicutes,4HYYW@91061|Bacilli,1ZN6C@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3199) - - - - - - - - - - - - DUF3199 +BSU_26130 224308.BSU26130 1.01e-67 205.0 29TGI@1|root,30EPS@2|Bacteria,1UCTE@1239|Firmicutes,4IP9N@91061|Bacilli,1ZPKE@1386|Bacillus 2|Bacteria S YqbF, hypothetical protein domain - - - - - - - - - - - - YqbF +BSU_26140 224308.BSU26140 9.21e-216 596.0 COG4653@1|root,COG4653@2|Bacteria,1V0XG@1239|Firmicutes,4HN8Z@91061|Bacilli,1ZKZT@1386|Bacillus 2|Bacteria S Phage capsid family xkdG - - - - - - - - - - - Phage_capsid +BSU_26150 224308.BSU26150 5.46e-186 522.0 COG0338@1|root,COG0338@2|Bacteria,1V1FT@1239|Firmicutes,4HGCH@91061|Bacilli,1ZEM9@1386|Bacillus 2|Bacteria L Putative phage serine protease XkdF yqbD - 2.1.1.72 ko:K06223,ko:K15125 ko03430,ko05133,map03430,map05133 - - - ko00000,ko00001,ko00536,ko01000,ko02048,ko03032,ko03400 - - - MethyltransfD12,Peptidase_S78_2 +BSU_26160 224308.BSU26160 2.13e-149 421.0 2BM8A@1|root,32FS0@2|Bacteria,1UCGP@1239|Firmicutes,4INZ2@91061|Bacilli,1ZP58@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_26170 224308.BSU26170 1.73e-217 600.0 COG2369@1|root,COG2369@2|Bacteria,1V2XJ@1239|Firmicutes,4HG77@91061|Bacilli,1ZIBC@1386|Bacillus 2|Bacteria S Phage Mu protein F like protein - - - - - - - - - - - - Phage_Mu_F +BSU_26180 224308.BSU26180 0.0 1018.0 COG5518@1|root,COG5518@2|Bacteria,1TT5R@1239|Firmicutes,4HEHM@91061|Bacilli,1ZE9D@1386|Bacillus 2|Bacteria S portal protein yqbA - - - - - - - - - - - Phage_portal +BSU_26190 224308.BSU26190 0.0 872.0 COG1783@1|root,COG1783@2|Bacteria,1TRQP@1239|Firmicutes,4HDMY@91061|Bacilli,1ZCXF@1386|Bacillus 2|Bacteria S phage terminase, large subunit yqaT - - ko:K06909 - - - - ko00000 - - - Terminase_3,Terminase_3C +BSU_26200 224308.BSU26200 2.02e-158 445.0 COG5484@1|root,COG5484@2|Bacteria,1V6XI@1239|Firmicutes,4HIZ8@91061|Bacilli,1ZDWD@1386|Bacillus 2|Bacteria L DNA packaging yqaS - - ko:K07474 - - - - ko00000 - - - HTH_23,Phage_terminase,Terminase_5,Terminase_6,Terminase_6C +BSU_26220 224308.BSU26220 1.58e-105 304.0 COG3677@1|root,COG3677@2|Bacteria,1V8R5@1239|Firmicutes,4HJMG@91061|Bacilli,1ZFNM@1386|Bacillus 2|Bacteria L Transposase yqaQ - - - - - - - - - - - DDE_Tnp_IS1595,GerE,Zn_Tnp_IS1595 +BSU_26230 224308.BSU26230 7.56e-214 591.0 2EIV1@1|root,33CKC@2|Bacteria,1VNRH@1239|Firmicutes 2|Bacteria - - - - - - - - - - - - - - - +BSU_26240 224308.BSU26240 1.44e-42 139.0 2B77Q@1|root,320A3@2|Bacteria,1UAM7@1239|Firmicutes,4IKZW@91061|Bacilli,1ZIIF@1386|Bacillus 2|Bacteria S Phage-like element PBSX protein XtrA yqaO - - - - - - - - - - - PBSX_XtrA +BSU_26250 224308.BSU26250 2.79e-97 283.0 COG4570@1|root,COG4570@2|Bacteria,1VF2H@1239|Firmicutes,4HJ0V@91061|Bacilli,1ZHF6@1386|Bacillus 2|Bacteria L Endodeoxyribonuclease RusA rusA - - - - - - - - - - - RusA +BSU_26260 224308.BSU26260 2.23e-233 641.0 COG1484@1|root,COG1484@2|Bacteria,1V48P@1239|Firmicutes,4HI3X@91061|Bacilli,1ZQIY@1386|Bacillus 2|Bacteria L IstB-like ATP binding protein xkdC GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006271,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0022616,GO:0034641,GO:0034645,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:1901360,GO:1901576 - ko:K02315 - - - - ko00000,ko03032 - - - IstB_IS21 +BSU_26270 224308.BSU26270 2.4e-159 446.0 COG3935@1|root,COG3935@2|Bacteria,1UBE3@1239|Firmicutes,4IMST@91061|Bacilli,1ZKRM@1386|Bacillus 2|Bacteria L DnaD domain protein yqaL - 3.1.3.16 ko:K01090 - - - - ko00000,ko01000 - - - DnaB_2 +BSU_26280 224308.BSU26280 1.1e-198 551.0 COG3723@1|root,COG3723@2|Bacteria,1UNDF@1239|Firmicutes,4HB2T@91061|Bacilli,1ZEC2@1386|Bacillus 2|Bacteria L RecT family recT GO:0000724,GO:0000725,GO:0000731,GO:0003674,GO:0003676,GO:0003677,GO:0003697,GO:0005488,GO:0005575,GO:0006139,GO:0006259,GO:0006281,GO:0006302,GO:0006310,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0016043,GO:0018130,GO:0019438,GO:0032392,GO:0032508,GO:0032991,GO:0032993,GO:0033554,GO:0034641,GO:0034645,GO:0034654,GO:0043150,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0050896,GO:0051276,GO:0051716,GO:0071103,GO:0071704,GO:0071840,GO:0071897,GO:0090304,GO:0097159,GO:1901360,GO:1901362,GO:1901363,GO:1901576 - ko:K07455 - - - - ko00000,ko03400 - - - RecT +BSU_26290 224308.BSU26290 9.38e-229 630.0 COG5377@1|root,COG5377@2|Bacteria,1TS2Y@1239|Firmicutes,4HAFK@91061|Bacilli,1ZBMA@1386|Bacillus 2|Bacteria L YqaJ-like viral recombinase domain yqaJ - - - - - - - - - - - YqaJ +BSU_26320 224308.BSU26320 1.27e-134 381.0 2FA2Y@1|root,342BX@2|Bacteria,1VX3G@1239|Firmicutes,4HXDM@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - HTH_3 +BSU_26340 224308.BSU26340 3.43e-49 156.0 COG1476@1|root,COG1476@2|Bacteria,1VEKB@1239|Firmicutes,4IBRC@91061|Bacilli,1ZK8P@1386|Bacillus 2|Bacteria K Helix-turn-helix XRE-family like proteins yqaF - - ko:K07729 - - - - ko00000,ko03000 - - - HTH_3 +BSU_26350 224308.BSU26350 1.25e-74 223.0 COG3620@1|root,COG3620@2|Bacteria 2|Bacteria K sequence-specific DNA binding - - - - - - - - - - - - DUF4870,HTH_3,HTH_31 +BSU_26370 224308.BSU26370 8.73e-132 373.0 COG0563@1|root,COG0563@2|Bacteria,1UJD5@1239|Firmicutes,4HB5Z@91061|Bacilli,1ZNE0@1386|Bacillus 2|Bacteria F adenylate kinase activity adk GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 2.7.4.3 ko:K00939 ko00230,ko00730,ko01100,ko01110,ko01130,map00230,map00730,map01100,map01110,map01130 M00049 R00127,R01547,R11319 RC00002 ko00000,ko00001,ko00002,ko01000,ko04147 - - - AAA_18,ADK,ADK_lid +BSU_26380 224308.BSU26380 6.45e-131 370.0 COG2856@1|root,COG2856@2|Bacteria,1VF4T@1239|Firmicutes,4HP2V@91061|Bacilli,1ZIKA@1386|Bacillus 2|Bacteria E IrrE N-terminal-like domain xkdA - - - - - - - - - - - Mrr_cat,Peptidase_M78 +BSU_26390 1051501.AYTL01000030_gene2744 1.81e-78 239.0 COG1191@1|root,COG1191@2|Bacteria,1TPJ5@1239|Firmicutes,4HBY2@91061|Bacilli,1ZB3Q@1386|Bacillus 2|Bacteria K sigma factors are initiation factors that promote the attachment of RNA polymerase to specific initiation sites and are then released sigK GO:0000003,GO:0000988,GO:0000990,GO:0003674,GO:0006139,GO:0006351,GO:0006352,GO:0006355,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009889,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0016070,GO:0016987,GO:0018130,GO:0019219,GO:0019222,GO:0019438,GO:0019954,GO:0030436,GO:0031323,GO:0031326,GO:0032502,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0043254,GO:0043934,GO:0044087,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0050789,GO:0050794,GO:0051128,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0071704,GO:0080090,GO:0090304,GO:0097659,GO:0140110,GO:1901360,GO:1901362,GO:1901576,GO:1903506,GO:2000112,GO:2000142,GO:2001141 - ko:K03091 - - - - ko00000,ko03021 - - - Sigma70_r2,Sigma70_r4 +BSU_26410 224308.BSU26410 2.15e-90 265.0 COG3223@1|root,COG3223@2|Bacteria,1VCG5@1239|Firmicutes,4HKQN@91061|Bacilli,1ZI7B@1386|Bacillus 2|Bacteria S Protein PsiE homolog psiE GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K13256 - - - - ko00000 - - - PsiE +BSU_26420 224308.BSU26420 6.01e-305 832.0 COG0642@1|root,COG5002@1|root,COG0642@2|Bacteria,COG5002@2|Bacteria,1UIF3@1239|Firmicutes,4HHMV@91061|Bacilli,1ZF3Q@1386|Bacillus 2|Bacteria T Histidine kinase yrkQ - - ko:K02660 ko02020,ko02025,map02020,map02025 - - - ko00000,ko00001,ko02035,ko02044 - - - CHASE4,GAF,GAF_2,GGDEF,HAMP,HATPase_c,HATPase_c_5,HisKA,PAS,PAS_4,dCache_1 +BSU_26430 224308.BSU26430 1.24e-164 460.0 COG0745@1|root,COG0745@2|Bacteria,1TP9M@1239|Firmicutes,4HB3T@91061|Bacilli,1ZCRU@1386|Bacillus 2|Bacteria T Transcriptional regulator yrkP - - ko:K02483 - - - - ko00000,ko02022 - - - Response_reg,Trans_reg_C +BSU_26440 224308.BSU26440 7.53e-283 774.0 COG2311@1|root,COG2311@2|Bacteria,1TQNS@1239|Firmicutes,4HCR3@91061|Bacilli,1ZBX3@1386|Bacillus 2|Bacteria P Protein of unknown function (DUF418) yrkO - - ko:K07148 - - - - ko00000 - - - DUF418 +BSU_26450 224308.BSU26450 1.33e-134 380.0 COG0454@1|root,COG0454@2|Bacteria,1UHQ4@1239|Firmicutes,4HKZ0@91061|Bacilli,1ZGRK@1386|Bacillus 2|Bacteria K Acetyltransferase (GNAT) family yrkN - - ko:K03826 - - - - ko00000,ko01000 - - - Acetyltransf_1,Acetyltransf_10 +BSU_26470 224308.BSU26470 5.71e-126 358.0 COG2249@1|root,COG2249@2|Bacteria,1V4UF@1239|Firmicutes,4HIR3@91061|Bacilli,1ZRNF@1386|Bacillus 2|Bacteria S Flavodoxin-like fold ywrO - - ko:K11748 - - - - ko00000,ko02000 2.A.37.1.2 - - Flavodoxin_2 +BSU_26480 224308.BSU26480 1.81e-103 300.0 28P6Z@1|root,2ZC1H@2|Bacteria,1V318@1239|Firmicutes,4HFZ4@91061|Bacilli,1ZH6Z@1386|Bacillus 2|Bacteria S Protein of unknown function with HXXEE motif - - - - - - - - - - - - HXXEE +BSU_26490 224308.BSU26490 1.21e-170 478.0 COG0730@1|root,COG0730@2|Bacteria,1TRIE@1239|Firmicutes,4HARW@91061|Bacilli,1ZC6G@1386|Bacillus 2|Bacteria S membrane transporter protein yrkJ - - ko:K07090 - - - - ko00000 - - - TauE +BSU_26500 224308.BSU26500 1.11e-49 157.0 COG0425@1|root,COG0425@2|Bacteria,1VEEC@1239|Firmicutes,4HNQT@91061|Bacilli,1ZI1V@1386|Bacillus 2|Bacteria O Belongs to the sulfur carrier protein TusA family yrkI GO:0008150,GO:0009987,GO:0019725,GO:0042592,GO:0048878,GO:0055082,GO:0065007,GO:0065008 - - - - - - - - - - TusA +BSU_26510 224308.BSU26510 1.63e-281 768.0 COG0491@1|root,COG0607@1|root,COG0491@2|Bacteria,COG0607@2|Bacteria,1TPE2@1239|Firmicutes,4H9WH@91061|Bacilli,1ZCD8@1386|Bacillus 2|Bacteria P Rhodanese Homology Domain yrkH - - - - - - - - - - - Lactamase_B,Rhodanese +BSU_26530 224308.BSU26530 2.04e-129 367.0 COG0425@1|root,COG0607@1|root,COG0425@2|Bacteria,COG0607@2|Bacteria,1V1GU@1239|Firmicutes,4HFR8@91061|Bacilli,1ZAVN@1386|Bacillus 2|Bacteria OP Belongs to the sulfur carrier protein TusA family yrkF GO:0008150,GO:0009987,GO:0019725,GO:0042592,GO:0048878,GO:0055082,GO:0065007,GO:0065008 - - - - - - - - - - Rhodanese,TusA +BSU_26540 224308.BSU26540 2.38e-109 315.0 COG2210@1|root,COG2210@2|Bacteria,1V2R5@1239|Firmicutes,4HG2Y@91061|Bacilli,1ZC42@1386|Bacillus 2|Bacteria O DsrE/DsrF/DrsH-like family yrkE - - - - - - - - - - - DrsE_2,Rhodanese,TusA +BSU_26550 224308.BSU26550 1.3e-36 123.0 COG1937@1|root,COG1937@2|Bacteria 2|Bacteria S negative regulation of transcription, DNA-templated yrkD - - - - - - - - - - - Trns_repr_metal +BSU_26558 796606.BMMGA3_13625 9.7e-38 130.0 2E45C@1|root,32Z1E@2|Bacteria,1VFKM@1239|Firmicutes,4HP7B@91061|Bacilli,1ZIUB@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_26560 224308.BSU26560 3.81e-139 392.0 COG0662@1|root,COG0662@2|Bacteria,1V3H4@1239|Firmicutes,4HH1K@91061|Bacilli,1ZFFQ@1386|Bacillus 2|Bacteria G Cupin domain yrkC - - - - - - - - - - - Cupin_2 +BSU_26580 224308.BSU26580 2.15e-195 541.0 COG0789@1|root,COG4978@1|root,COG0789@2|Bacteria,COG4978@2|Bacteria,1V48S@1239|Firmicutes,4HGJF@91061|Bacilli,1ZQ1U@1386|Bacillus 2|Bacteria K helix_turn_helix, mercury resistance bltR - - ko:K19575 - M00765 - - ko00000,ko00002,ko03000 - - - GyrI-like,MerR_1 +BSU_26590 224308.BSU26590 1.31e-269 740.0 COG0477@1|root,COG2814@2|Bacteria,1TS6K@1239|Firmicutes,4HB1V@91061|Bacilli,1ZB90@1386|Bacillus 2|Bacteria EGP COG0477 Permeases of the major facilitator superfamily blt GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K08153,ko:K19578 - M00717,M00765 - - ko00000,ko00002,ko02000 2.A.1.2.70,2.A.1.2.8 - iYO844.BSU26590 MFS_1,MFS_1_like,Sugar_tr +BSU_26600 224308.BSU26600 3.73e-109 313.0 COG0454@1|root,COG0456@2|Bacteria,1VBFC@1239|Firmicutes,4HJG1@91061|Bacilli,1ZQF0@1386|Bacillus 2|Bacteria K FR47-like protein bltD - 2.3.1.57 ko:K00657 ko00330,ko01100,ko04216,map00330,map01100,map04216 M00135 R01154 RC00004,RC00096 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU26600 Acetyltransf_1 +BSU_26610 224308.BSU26610 6.45e-301 822.0 COG1253@1|root,COG1253@2|Bacteria,1TPN0@1239|Firmicutes,4H9SB@91061|Bacilli,1ZBAN@1386|Bacillus 2|Bacteria S COG1253 Hemolysins and related proteins containing CBS domains corC1 - - ko:K03699,ko:K06189 - - - - ko00000,ko02000,ko02042 9.A.40.1.2 - - CBS,CorC_HlyC,DUF21 +BSU_26619 224308.BSU26619 7.28e-25 92.8 29TCA@1|root,30EJC@2|Bacteria,1UCMX@1239|Firmicutes,4IP42@91061|Bacilli,1ZPCH@1386|Bacillus 2|Bacteria S YrzO-like protein - - - - - - - - - - - - YrzO +BSU_26620 224308.BSU26620 1.53e-219 607.0 COG0697@1|root,COG0697@2|Bacteria,1UZGC@1239|Firmicutes,4HDET@91061|Bacilli,1ZD9P@1386|Bacillus 2|Bacteria EG EamA-like transporter family yrdR - - - - - - - - - - - EamA +BSU_26630 224308.BSU26630 1.2e-204 566.0 COG0583@1|root,COG0583@2|Bacteria,1UYHT@1239|Firmicutes,4HETP@91061|Bacilli,1ZQ2D@1386|Bacillus 2|Bacteria K Transcriptional regulator yrdQ - - ko:K21959 - - - - ko00000,ko03000 - - - HTH_1,LysR_substrate +BSU_26640 224308.BSU26640 2.12e-254 697.0 COG2072@1|root,COG2072@2|Bacteria,1UG83@1239|Firmicutes,4HAFV@91061|Bacilli,1ZC6B@1386|Bacillus 2|Bacteria P Oxidoreductase trkA - - ko:K07222 - - - - ko00000 - - - Pyr_redox_2,Pyr_redox_3 +BSU_26650 224308.BSU26650 2.26e-216 598.0 COG1230@1|root,COG1230@2|Bacteria,1TR92@1239|Firmicutes,4HBCQ@91061|Bacilli,1ZB56@1386|Bacillus 2|Bacteria P COG1230 Co Zn Cd efflux system component czcD - - ko:K16264 - - - - ko00000,ko02000 2.A.4.1 - - Cation_efflux,ZT_dimer +BSU_26660 224308.BSU26660 1.75e-87 257.0 COG1942@1|root,COG1942@2|Bacteria,1V3SS@1239|Firmicutes,4HI9G@91061|Bacilli,1ZG7P@1386|Bacillus 2|Bacteria S tautomerase yodA - - - - - - - - - - - Tautomerase_2 +BSU_26670 224308.BSU26670 2.08e-209 579.0 COG0583@1|root,COG0583@2|Bacteria,1UCV1@1239|Firmicutes,4HE6I@91061|Bacilli,1ZDHP@1386|Bacillus 2|Bacteria K LysR substrate binding domain gltR - - ko:K21959 - - - - ko00000,ko03000 - - - HTH_1,LysR_substrate +BSU_26690 224308.BSU26690 2.22e-295 808.0 COG1114@1|root,COG1114@2|Bacteria,1TQIS@1239|Firmicutes,4HAKA@91061|Bacilli,1ZAST@1386|Bacillus 2|Bacteria E Component of the transport system for branched-chain amino acids brnQ GO:0003333,GO:0003674,GO:0005215,GO:0005304,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006820,GO:0006855,GO:0006865,GO:0008150,GO:0008324,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015175,GO:0015179,GO:0015188,GO:0015190,GO:0015238,GO:0015318,GO:0015658,GO:0015711,GO:0015803,GO:0015804,GO:0015807,GO:0015818,GO:0015820,GO:0015829,GO:0015849,GO:0015893,GO:0016020,GO:0022857,GO:0034220,GO:0042221,GO:0042493,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098655,GO:0098656,GO:1902475,GO:1903785,GO:1903825,GO:1905039 - ko:K03311 - - - - ko00000 2.A.26 - iSB619.SA_RS01075 Branch_AA_trans +BSU_26700 224308.BSU26700 1.97e-66 202.0 COG1687@1|root,COG1687@2|Bacteria,1V9YS@1239|Firmicutes,4HJID@91061|Bacilli,1ZHEG@1386|Bacillus 2|Bacteria E Branched-chain amino acid transport protein (AzlD) azlD - - - - - - - - - - - AzlD +BSU_26710 224308.BSU26710 6.57e-176 491.0 COG1296@1|root,COG1296@2|Bacteria,1TP8P@1239|Firmicutes,4IQZH@91061|Bacilli,1ZRPV@1386|Bacillus 2|Bacteria E AzlC protein azlC - - - - - - - - - - - AzlC +BSU_26720 224308.BSU26720 1.44e-104 302.0 COG1522@1|root,COG1522@2|Bacteria,1V319@1239|Firmicutes,4HFNU@91061|Bacilli,1ZD2Z@1386|Bacillus 2|Bacteria K helix_turn_helix ASNC type lrp_1 GO:0001101,GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0042221,GO:0043200,GO:0043565,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1901698,GO:1901700,GO:1903506,GO:2000112,GO:2001141 - ko:K03719,ko:K05800 - - - - ko00000,ko03000,ko03036 - - - AsnC_trans_reg,HTH_24,HTH_AsnC-type +BSU_26730 224308.BSU26730 1.07e-61 189.0 COG2732@1|root,COG2732@2|Bacteria,1VFHP@1239|Firmicutes,4HS3R@91061|Bacilli,1ZJ2M@1386|Bacillus 2|Bacteria K ribonuclease inhibitor yrdF - - ko:K03623 - - - - ko00000 - - - Barstar +BSU_26740 224308.BSU26740 1.75e-295 806.0 COG2124@1|root,COG2124@2|Bacteria,1TPWZ@1239|Firmicutes,4HAGS@91061|Bacilli,1ZC1Y@1386|Bacillus 2|Bacteria C Cytochrome P450 cypA GO:0003674,GO:0003824,GO:0004497,GO:0005488,GO:0005506,GO:0006066,GO:0006082,GO:0006629,GO:0006706,GO:0006707,GO:0006732,GO:0006766,GO:0006767,GO:0006768,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008202,GO:0008203,GO:0008395,GO:0009056,GO:0009058,GO:0009102,GO:0009108,GO:0009110,GO:0009987,GO:0016042,GO:0016053,GO:0016125,GO:0016127,GO:0016491,GO:0016705,GO:0016709,GO:0016713,GO:0017144,GO:0018130,GO:0019752,GO:0020037,GO:0032787,GO:0034641,GO:0036199,GO:0042364,GO:0042440,GO:0043167,GO:0043169,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044282,GO:0044283,GO:0046148,GO:0046164,GO:0046394,GO:0046483,GO:0046872,GO:0046906,GO:0046914,GO:0048037,GO:0051186,GO:0051188,GO:0055114,GO:0071704,GO:0072330,GO:0097159,GO:1901360,GO:1901361,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901575,GO:1901576,GO:1901615,GO:1901616,GO:1902652 1.14.14.46,1.14.15.13 ko:K15468,ko:K16593,ko:K17474 ko00780,ko01100,map00780,map01100 M00573 R10123 - ko00000,ko00001,ko00002,ko00199,ko01000,ko01008 - - - p450 +BSU_26760 224308.BSU26760 3e-132 375.0 COG1335@1|root,COG1335@2|Bacteria,1V70H@1239|Firmicutes,4HJXC@91061|Bacilli,1ZG9B@1386|Bacillus 2|Bacteria Q Isochorismatase family yrdC - 3.5.1.19 ko:K08281 ko00760,ko01100,map00760,map01100 - R01268 RC00100 ko00000,ko00001,ko01000 - - - Isochorismatase +BSU_26770 224308.BSU26770 8.85e-76 227.0 2ED2V@1|root,336ZS@2|Bacteria 2|Bacteria S Protein of unknown function (DUF2568) - - - - - - - - - - - - DUF2568 +BSU_26780 224308.BSU26780 4.23e-120 342.0 COG2318@1|root,COG2318@2|Bacteria,1TSEV@1239|Firmicutes,4HCNJ@91061|Bacilli,1ZQV0@1386|Bacillus 2|Bacteria S DinB family yrdA - - - - - - - - - - - DinB +BSU_26790 224308.BSU26790 2.66e-215 593.0 2DB8K@1|root,2Z7S1@2|Bacteria,1TRA1@1239|Firmicutes,4HBIE@91061|Bacilli,1ZE40@1386|Bacillus 2|Bacteria G Streptomycin adenylyltransferase aadK - - ko:K05593 - - - - ko00000,ko01000,ko01504 - - - Adenyl_transf +BSU_26800 224308.BSU26800 3.79e-249 684.0 COG2070@1|root,COG2070@2|Bacteria,1TPC3@1239|Firmicutes,4H9T0@91061|Bacilli,1ZBXS@1386|Bacillus 2|Bacteria S COG2070 Dioxygenases related to 2-nitropropane dioxygenase npd - 1.13.12.16,1.3.1.9 ko:K00459,ko:K02371,ko:K15329 ko00061,ko00910,ko01100,ko01212,map00061,map00910,map01100,map01212 M00083 R00025,R04429,R04724,R04955,R04958,R04961,R04966,R04969,R07765 RC00052,RC00076,RC02541,RC02759 ko00000,ko00001,ko00002,ko01000,ko01004,ko01008 - - - NMO +BSU_26810 224308.BSU26810 8.73e-191 529.0 COG0796@1|root,COG0796@2|Bacteria,1TPPR@1239|Firmicutes,4HBW9@91061|Bacilli,1ZG4P@1386|Bacillus 2|Bacteria M Provides the (R)-glutamate required for cell wall biosynthesis murI GO:0000270,GO:0003674,GO:0003824,GO:0006022,GO:0006023,GO:0006024,GO:0006807,GO:0008150,GO:0008152,GO:0008881,GO:0009058,GO:0009059,GO:0009252,GO:0009273,GO:0009987,GO:0016853,GO:0016854,GO:0016855,GO:0030203,GO:0034645,GO:0036361,GO:0042546,GO:0043170,GO:0044036,GO:0044038,GO:0044085,GO:0044237,GO:0044249,GO:0044260,GO:0047661,GO:0070589,GO:0071554,GO:0071704,GO:0071840,GO:1901135,GO:1901137,GO:1901564,GO:1901566,GO:1901576 5.1.1.3 ko:K01776 ko00471,ko01100,map00471,map01100 - R00260 RC00302 ko00000,ko00001,ko01000,ko01011 - - iYO844.BSU28390 Asp_Glu_race +BSU_26820 224308.BSU26820 1.38e-163 458.0 2CQ69@1|root,32SKI@2|Bacteria,1VCJR@1239|Firmicutes,4HNF9@91061|Bacilli,1ZFBY@1386|Bacillus 2|Bacteria S Domain of unknown function, YrpD yrpD - - - - - - - - - - - YrpD +BSU_26830 224308.BSU26830 9.28e-170 475.0 COG3443@1|root,COG3443@2|Bacteria,1UI6E@1239|Firmicutes,4ISFG@91061|Bacilli,1ZS5B@1386|Bacillus 2|Bacteria S ZinT (YodA) periplasmic lipocalin-like zinc-recruitment adcA GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006950,GO:0007154,GO:0008150,GO:0008270,GO:0009267,GO:0009605,GO:0009987,GO:0009991,GO:0010035,GO:0010038,GO:0030288,GO:0030313,GO:0031667,GO:0031668,GO:0031669,GO:0031975,GO:0033554,GO:0034224,GO:0042221,GO:0042594,GO:0042597,GO:0043167,GO:0043169,GO:0044424,GO:0044464,GO:0046686,GO:0046870,GO:0046872,GO:0046914,GO:0050896,GO:0051716,GO:0071496,GO:0120127 - ko:K09815 ko02010,map02010 M00242 - - ko00000,ko00001,ko00002,ko02000 3.A.1.15.3,3.A.1.15.5 - - ZinT,ZnuA +BSU_26840 224308.BSU26840 1.1e-124 355.0 COG1595@1|root,COG1595@2|Bacteria,1V3G9@1239|Firmicutes,4HW99@91061|Bacilli,1ZMXR@1386|Bacillus 2|Bacteria K Belongs to the sigma-70 factor family. ECF subfamily sigZ - - ko:K03088 - - - - ko00000,ko03021 - - - Sigma70_r2,Sigma70_r4_2 +BSU_26850 224308.BSU26850 2.43e-239 657.0 COG0667@1|root,COG0667@2|Bacteria,1UY4A@1239|Firmicutes,4HBZD@91061|Bacilli,1ZQG9@1386|Bacillus 2|Bacteria C Aldo/keto reductase family yrpG - - ko:K13315 ko00523,ko01130,map00523,map01130 M00798,M00799 R11051,R11474 RC00897,RC01516 ko00000,ko00001,ko00002,ko01000 - - - Aldo_ket_red +BSU_26860 224308.BSU26860 9.19e-287 786.0 COG2851@1|root,COG2851@2|Bacteria,1TQQH@1239|Firmicutes,4HAGT@91061|Bacilli,1ZCEQ@1386|Bacillus 2|Bacteria C Citrate transporter yraO GO:0003674,GO:0005215,GO:0005575,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0034220,GO:0044425,GO:0051179,GO:0051234,GO:0055085,GO:0098656 - ko:K03300,ko:K11639 ko02020,map02020 - - - ko00000,ko00001 2.A.11,2.A.11.1.1 - - CitMHS +BSU_26870 224308.BSU26870 5.13e-211 582.0 COG0583@1|root,COG0583@2|Bacteria,1TZ6U@1239|Firmicutes,4HB3Y@91061|Bacilli,1ZB8N@1386|Bacillus 2|Bacteria K Transcriptional regulator yraN - - - - - - - - - - - HTH_1,LysR_substrate +BSU_26880 224308.BSU26880 7.25e-264 723.0 COG2828@1|root,COG2828@2|Bacteria,1TPP6@1239|Firmicutes,4HD7I@91061|Bacilli,1ZBED@1386|Bacillus 2|Bacteria S PrpF protein yraM - - - - - - - - - - - PrpF +BSU_26890 224308.BSU26890 5.73e-202 558.0 COG3409@1|root,COG3409@2|Bacteria,1VCJN@1239|Firmicutes,4HTZB@91061|Bacilli 2|Bacteria M Aids in the defense against invading fungal pathogens by degrading their cell wall chitosan csn GO:0003674,GO:0003824,GO:0004553,GO:0016787,GO:0016798,GO:0016977 3.2.1.132 ko:K01233 ko00520,ko01100,map00520,map01100 - R02833 - ko00000,ko00001,ko01000 - - - DUF1906,Glyco_hydro_46,PG_binding_1 +BSU_26900 224308.BSU26900 6.15e-57 176.0 COG5566@1|root,COG5566@2|Bacteria,1VEZS@1239|Firmicutes,4HNM8@91061|Bacilli,1ZHZQ@1386|Bacillus 2|Bacteria S COG2197 Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain yraL - - - - - - - - - - - Mor +BSU_26910 224308.BSU26910 4.9e-200 553.0 COG0596@1|root,COG0596@2|Bacteria,1VHJX@1239|Firmicutes,4HQIV@91061|Bacilli,1ZD51@1386|Bacillus 2|Bacteria S Alpha beta hydrolase - - - - - - - - - - - - Abhydrolase_1,Abhydrolase_6 +BSU_26920 1051501.AYTL01000030_gene2769 1e-79 236.0 COG3103@1|root,COG4991@2|Bacteria,1VRDW@1239|Firmicutes,4HTEI@91061|Bacilli,1ZPM0@1386|Bacillus 2|Bacteria T sh3 domain protein - - - - - - - - - - - - Peptidase_M23,SH3_3 +BSU_26930 224308.BSU26930 6.09e-81 239.0 COG3103@1|root,COG4991@2|Bacteria,1VRDW@1239|Firmicutes,4HTEI@91061|Bacilli,1ZPM0@1386|Bacillus 2|Bacteria T sh3 domain protein - - - - - - - - - - - - Peptidase_M23,SH3_3 +BSU_26940 224308.BSU26940 6.62e-87 255.0 COG0346@1|root,COG0346@2|Bacteria,1V9KE@1239|Firmicutes,4HK92@91061|Bacilli,1ZK71@1386|Bacillus 2|Bacteria E Glyoxalase-like domain - - - - - - - - - - - - Glyoxalase,Glyoxalase_2 +BSU_26950 224308.BSU26950 4.19e-50 159.0 2DA30@1|root,347MA@2|Bacteria,1W180@1239|Firmicutes,4HYA3@91061|Bacilli,1ZQW3@1386|Bacillus 2|Bacteria - - yraG - - ko:K06440 - - - - ko00000 - - - - +BSU_26960 224308.BSU26960 2.76e-83 246.0 COG5577@1|root,COG5577@2|Bacteria,1V4E3@1239|Firmicutes,4HH3T@91061|Bacilli,1ZH5H@1386|Bacillus 2|Bacteria M Spore coat protein yraF - - ko:K06329,ko:K06439 - - - - ko00000 - - - Coat_F +BSU_26970 224308.BSU26970 9.1e-284 774.0 COG1063@1|root,COG1063@2|Bacteria,1TPIW@1239|Firmicutes,4HB2G@91061|Bacilli,1ZB9D@1386|Bacillus 2|Bacteria E COG1063 Threonine dehydrogenase and related Zn-dependent dehydrogenases adhB - 1.1.1.1,1.1.1.14,1.1.1.284,1.2.1.46 ko:K00001,ko:K00008,ko:K00121,ko:K00148 ko00010,ko00040,ko00051,ko00071,ko00350,ko00625,ko00626,ko00680,ko00830,ko00980,ko00982,ko01100,ko01110,ko01120,ko01130,ko01200,ko01220,ko05204,map00010,map00040,map00051,map00071,map00350,map00625,map00626,map00680,map00830,map00980,map00982,map01100,map01110,map01120,map01130,map01200,map01220,map05204 M00014 R00604,R00623,R00754,R00875,R01896,R02124,R04805,R04880,R05233,R05234,R06917,R06927,R06983,R07105,R08281,R08306,R08310 RC00050,RC00085,RC00087,RC00088,RC00099,RC00102,RC00116,RC00188,RC00649,RC01715,RC01734,RC02273 ko00000,ko00001,ko00002,ko01000 - - - ADH_N,ADH_N_assoc,ADH_zinc_N +BSU_26980 224308.BSU26980 1.05e-36 124.0 2EGYD@1|root,33AQH@2|Bacteria,1VK4Z@1239|Firmicutes,4HRB4@91061|Bacilli,1ZJAB@1386|Bacillus 2|Bacteria - - yraE - - ko:K06440 - - - - ko00000 - - - - +BSU_26990 224308.BSU26990 7.23e-66 200.0 COG5577@1|root,COG5577@2|Bacteria,1VB60@1239|Firmicutes,4HM7J@91061|Bacilli,1ZI7J@1386|Bacillus 2|Bacteria M Spore coat protein yraD - - ko:K06329,ko:K06439 - - - - ko00000 - - - Coat_F +BSU_27000 224308.BSU27000 3.17e-68 209.0 COG0789@1|root,COG0789@2|Bacteria,1VAAP@1239|Firmicutes,4HKZ9@91061|Bacilli,1ZHPE@1386|Bacillus 2|Bacteria K helix_turn_helix, mercury resistance adhR - - ko:K21745 - - - - ko00000,ko03000 - - - MerR,MerR_1 +BSU_27009 224308.BSU27009 3.03e-40 132.0 COG0599@1|root,COG0599@2|Bacteria 2|Bacteria S peroxiredoxin activity yphJ - 4.1.1.44 ko:K01607 ko00362,ko01100,ko01120,ko01220,map00362,map01100,map01120,map01220 - R03470 RC00938 ko00000,ko00001,ko01000 - - - CMD +BSU_27010 224308.BSU27010 4.3e-256 701.0 COG1064@1|root,COG1064@2|Bacteria,1TP5B@1239|Firmicutes,4HA9Z@91061|Bacilli,1ZB8Z@1386|Bacillus 2|Bacteria C alcohol dehydrogenase adhA - 1.1.1.1 ko:K13953,ko:K13979 ko00010,ko00071,ko00350,ko00625,ko00626,ko00830,ko00980,ko00982,ko01100,ko01110,ko01120,ko01130,ko01220,map00010,map00071,map00350,map00625,map00626,map00830,map00980,map00982,map01100,map01110,map01120,map01130,map01220 - R00623,R00754,R02124,R04880,R05233,R05234,R06917,R06927,R07105,R08281,R08306,R08310 RC00050,RC00087,RC00088,RC00099,RC00116,RC00649,RC01734,RC02273 ko00000,ko00001,ko01000 - - - ADH_N,ADH_zinc_N +BSU_27020 224308.BSU27020 1.58e-116 333.0 COG0693@1|root,COG0693@2|Bacteria,1V3I7@1239|Firmicutes,4HFNG@91061|Bacilli,1ZFMH@1386|Bacillus 2|Bacteria S protease yhbO GO:0003674,GO:0003824,GO:0004096,GO:0004601,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006081,GO:0006082,GO:0006089,GO:0006139,GO:0006259,GO:0006281,GO:0006464,GO:0006517,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0006979,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009100,GO:0009266,GO:0009268,GO:0009314,GO:0009408,GO:0009411,GO:0009416,GO:0009438,GO:0009628,GO:0009636,GO:0009987,GO:0016053,GO:0016209,GO:0016491,GO:0016684,GO:0016829,GO:0016835,GO:0016836,GO:0016999,GO:0017001,GO:0017144,GO:0019172,GO:0019249,GO:0019538,GO:0019752,GO:0020037,GO:0030091,GO:0032787,GO:0033554,GO:0034641,GO:0036211,GO:0036524,GO:0036525,GO:0042180,GO:0042182,GO:0042221,GO:0042737,GO:0042743,GO:0042744,GO:0042802,GO:0043170,GO:0043412,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044260,GO:0044267,GO:0044281,GO:0044282,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046185,GO:0046394,GO:0046483,GO:0046906,GO:0048037,GO:0050896,GO:0051186,GO:0051187,GO:0051596,GO:0051716,GO:0055114,GO:0061727,GO:0070887,GO:0071704,GO:0072330,GO:0072593,GO:0090304,GO:0097159,GO:0097237,GO:0098754,GO:0098869,GO:0140096,GO:1901135,GO:1901360,GO:1901363,GO:1901564,GO:1901575,GO:1901576,GO:1901615,GO:1901617,GO:1990748 1.11.1.6,3.5.1.124 ko:K03781,ko:K05520 ko00380,ko00630,ko01110,ko01130,ko01200,ko04011,ko04016,ko04068,ko04146,ko04211,ko04212,ko04213,ko05014,map00380,map00630,map01110,map01130,map01200,map04011,map04016,map04068,map04146,map04211,map04212,map04213,map05014 M00532 R00009,R00602,R02670 RC00034,RC00767,RC02141,RC02755 ko00000,ko00001,ko00002,ko01000,ko01002 - - - DJ-1_PfpI +BSU_27030 224308.BSU27030 0.0 1393.0 COG1621@1|root,COG1621@2|Bacteria,1TS4M@1239|Firmicutes,4HC82@91061|Bacilli,1ZPVF@1386|Bacillus 2|Bacteria G Belongs to the glycosyl hydrolase 32 family sacC GO:0003674,GO:0003824,GO:0004553,GO:0004564,GO:0005975,GO:0005984,GO:0005985,GO:0005987,GO:0008150,GO:0008152,GO:0009056,GO:0009311,GO:0009313,GO:0009987,GO:0016052,GO:0016787,GO:0016798,GO:0044237,GO:0044238,GO:0044248,GO:0044262,GO:0044275,GO:0046352,GO:0071704,GO:1901575 3.2.1.26,3.2.1.65,3.2.1.80 ko:K01193,ko:K01212,ko:K03332 ko00051,ko00052,ko00500,ko01100,map00051,map00052,map00500,map01100 - R00801,R00802,R00879,R02410,R03635,R03921,R05624,R06088,R11311 RC00028,RC00077,RC03278 ko00000,ko00001,ko01000 - GH32 iYO844.BSU38040 DUF4980,Glyco_hydro_32C,Glyco_hydro_32N +BSU_27040 224308.BSU27040 1.39e-192 535.0 COG3716@1|root,COG3716@2|Bacteria,1TQA3@1239|Firmicutes,4HA3K@91061|Bacilli,1ZCPZ@1386|Bacillus 2|Bacteria G COG3716 Phosphotransferase system, mannose fructose N-acetylgalactosamine-specific component IID manZ GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034219,GO:0044425,GO:0044459,GO:0044464,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944 - ko:K02771,ko:K02796 ko00051,ko00520,ko01100,ko02060,map00051,map00520,map01100,map02060 M00276,M00304 R02630,R03232 RC00017,RC03206 ko00000,ko00001,ko00002,ko02000 4.A.6.1,4.A.6.1.2 - - EIID-AGA +BSU_27050 224308.BSU27050 6.11e-168 472.0 COG3715@1|root,COG3715@2|Bacteria,1TPKK@1239|Firmicutes,4H9QI@91061|Bacilli,1ZE3U@1386|Bacillus 2|Bacteria G COG3715 Phosphotransferase system, mannose fructose N-acetylgalactosamine-specific component IIC levF GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034219,GO:0044425,GO:0044459,GO:0044464,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944 - ko:K02746,ko:K02795,ko:K02796,ko:K11196 ko00051,ko00052,ko00520,ko01100,ko02060,map00051,map00052,map00520,map01100,map02060 M00276,M00277,M00304 R02630,R03232,R08366 RC00017,RC03206 ko00000,ko00001,ko00002,ko02000 4.A.6.1,4.A.6.1.2,4.A.6.1.4 - - EII-Sor +BSU_27060 224308.BSU27060 7.63e-107 308.0 COG3444@1|root,COG3444@2|Bacteria,1TQJ4@1239|Firmicutes,4H9Z8@91061|Bacilli,1ZDQ9@1386|Bacillus 2|Bacteria G PTS system mannose fructose sorbose family levE - 2.7.1.191,2.7.1.202 ko:K02769,ko:K02793,ko:K02794,ko:K11195 ko00051,ko00520,ko01100,ko01120,ko02060,map00051,map00520,map01100,map01120,map02060 M00273,M00276,M00304 R02630,R03232 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.2.1,4.A.6.1,4.A.6.1.2 - - EIIA-man,PTSIIB_sorb +BSU_27070 224308.BSU27070 2.66e-97 283.0 COG2893@1|root,COG2893@2|Bacteria,1VB2D@1239|Firmicutes,4HMGK@91061|Bacilli,1ZN60@1386|Bacillus 2|Bacteria G PTS system fructose IIA component levD - 2.7.1.191,2.7.1.202 ko:K02793,ko:K02794,ko:K11194 ko00051,ko00520,ko01100,ko02060,map00051,map00520,map01100,map02060 M00276,M00304 R02630,R03232 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.6.1,4.A.6.1.2 - - EIIA-man +BSU_27080 224308.BSU27080 0.0 1806.0 COG1221@1|root,COG3933@1|root,COG1221@2|Bacteria,COG3933@2|Bacteria,1VSHE@1239|Firmicutes,4HB6T@91061|Bacilli,1ZCV2@1386|Bacillus 2|Bacteria K PTS system fructose IIA component levR - - - - - - - - - - - EIIA-man,Fer4_5,PRD,Sigma54_activat,cNMP_binding +BSU_27090 224308.BSU27090 0.0 880.0 COG1113@1|root,COG1113@2|Bacteria,1TP97@1239|Firmicutes,4H9QX@91061|Bacilli,1ZAQB@1386|Bacillus 2|Bacteria E COG1113 Gamma-aminobutyrate permease and related permeases cycA GO:0001761,GO:0001762,GO:0003333,GO:0003674,GO:0005215,GO:0005326,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006820,GO:0006836,GO:0006855,GO:0006865,GO:0008150,GO:0008324,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015175,GO:0015179,GO:0015180,GO:0015187,GO:0015238,GO:0015318,GO:0015711,GO:0015804,GO:0015807,GO:0015808,GO:0015816,GO:0015849,GO:0015893,GO:0016020,GO:0022857,GO:0022858,GO:0022889,GO:0032328,GO:0032329,GO:0034220,GO:0042221,GO:0042493,GO:0042891,GO:0042895,GO:0042940,GO:0042941,GO:0042942,GO:0042943,GO:0042944,GO:0042945,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098655,GO:0098656,GO:1902475,GO:1903825,GO:1905039 - ko:K03293,ko:K11737 - - - - ko00000,ko02000 2.A.3.1,2.A.3.1.7 - iECO111_1330.ECO111_5093,iECO26_1355.ECO26_5376,iEcHS_1320.EcHS_A4458,iSbBS512_1146.SbBS512_E4749,iYL1228.KPN_04601 AA_permease +BSU_27100 224308.BSU27100 5.63e-137 389.0 COG1280@1|root,COG1280@2|Bacteria,1V22Q@1239|Firmicutes,4HGG7@91061|Bacilli,1ZFWG@1386|Bacillus 2|Bacteria E LysE type translocator yrhP GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 - - - - - - - - - - LysE +BSU_27110 224308.BSU27110 5.9e-194 538.0 COG1378@1|root,COG1378@2|Bacteria,1TSY3@1239|Firmicutes,4HPSV@91061|Bacilli,1ZR3N@1386|Bacillus 2|Bacteria K Archaeal transcriptional regulator TrmB yrhO - - - - - - - - - - - Regulator_TrmB,TrmB +BSU_27120 224308.BSU27120 9.97e-114 326.0 COG1595@1|root,COG1595@2|Bacteria,1V734@1239|Firmicutes,4HJX8@91061|Bacilli,1ZGIA@1386|Bacillus 2|Bacteria K Belongs to the sigma-70 factor family. ECF subfamily sigV - - ko:K03088 - - - - ko00000,ko03021 - - - Sigma70_r2,Sigma70_r4_2 +BSU_27130 224308.BSU27130 3.67e-193 537.0 2DBFK@1|root,2Z8Z7@2|Bacteria,1TQKG@1239|Firmicutes,4HDJX@91061|Bacilli,1ZDFG@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3298) rsiV - - - - - - - - - - - DUF3298,DUF4163,DUF4179 +BSU_27140 224308.BSU27140 0.0 1263.0 COG1835@1|root,COG2755@1|root,COG1835@2|Bacteria,COG2755@2|Bacteria,1TPTG@1239|Firmicutes,4HB7R@91061|Bacilli,1ZB6R@1386|Bacillus 2|Bacteria I Acyltransferase family oatA GO:0000271,GO:0005575,GO:0005623,GO:0005886,GO:0005975,GO:0005976,GO:0006629,GO:0008150,GO:0008152,GO:0008610,GO:0008653,GO:0009058,GO:0009059,GO:0009103,GO:0009987,GO:0016020,GO:0016051,GO:0033692,GO:0034637,GO:0034645,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044260,GO:0044262,GO:0044264,GO:0044464,GO:0071704,GO:0071944,GO:1901135,GO:1901137,GO:1901576,GO:1903509 - ko:K19172 - - - - ko00000,ko02048 - - - Acyl_transf_3 +BSU_27150 224308.BSU27150 2.67e-62 191.0 2E53A@1|root,32ZWE@2|Bacteria,1UPW8@1239|Firmicutes,4HNZR@91061|Bacilli,1ZSKD@1386|Bacillus 2|Bacteria S YrhK-like protein yrhK - - - - - - - - - - - YrhK +BSU_27160 224308.BSU27160 0.0 2108.0 COG0369@1|root,COG2124@1|root,COG0369@2|Bacteria,COG2124@2|Bacteria,1TS1E@1239|Firmicutes,4HCWS@91061|Bacilli,1ZQAP@1386|Bacillus 2|Bacteria C Belongs to the cytochrome P450 family MA20_16700 GO:0000166,GO:0003674,GO:0003824,GO:0003958,GO:0004497,GO:0005488,GO:0005504,GO:0005506,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0008289,GO:0009987,GO:0010181,GO:0016491,GO:0016651,GO:0016653,GO:0016705,GO:0016712,GO:0019395,GO:0019752,GO:0020037,GO:0030258,GO:0031406,GO:0032553,GO:0032787,GO:0033293,GO:0034440,GO:0036094,GO:0043167,GO:0043168,GO:0043169,GO:0043177,GO:0043436,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0046872,GO:0046906,GO:0046914,GO:0048037,GO:0050660,GO:0050662,GO:0055114,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901363 1.14.14.1,1.6.2.4 ko:K14338 ko00071,ko00380,ko00627,ko01120,map00071,map00380,map00627,map01120 - R03629,R04121,R05259 RC00046,RC01311 ko00000,ko00001,ko00199,ko01000 - - - FAD_binding_1,Flavodoxin_1,NAD_binding_1,p450 +BSU_27170 224308.BSU27170 1.12e-135 384.0 COG1309@1|root,COG1309@2|Bacteria,1VHP8@1239|Firmicutes,4IPYC@91061|Bacilli,1ZREU@1386|Bacillus 2|Bacteria K Tetracycline repressor, C-terminal all-alpha domain Z012_03230 GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - ko:K18136,ko:K22106 ko01501,map01501 - - - ko00000,ko00001,ko03000 - - - TetR_C_10,TetR_N +BSU_27180 224308.BSU27180 1.1e-126 360.0 COG0500@1|root,COG2226@2|Bacteria 2|Bacteria Q methyltransferase yrhH - - - - - - - - - - - Methyltransf_11,Methyltransf_25 +BSU_27200 224308.BSU27200 1.38e-183 511.0 COG2116@1|root,COG2116@2|Bacteria,1TRTT@1239|Firmicutes,4HB22@91061|Bacilli,1ZC1K@1386|Bacillus 2|Bacteria P Formate nitrite focA GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006855,GO:0008028,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015103,GO:0015112,GO:0015238,GO:0015291,GO:0015318,GO:0015499,GO:0015513,GO:0015698,GO:0015706,GO:0015707,GO:0015711,GO:0015718,GO:0015724,GO:0015849,GO:0015893,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0042221,GO:0042493,GO:0042891,GO:0042895,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 - ko:K02598,ko:K06212,ko:K21993 - - - - ko00000,ko02000 1.A.16.1.1,1.A.16.1.3,1.A.16.2,1.A.16.3 - - Form_Nir_trans +BSU_27210 224308.BSU27210 1.08e-80 239.0 COG5609@1|root,COG5609@2|Bacteria,1V8MU@1239|Firmicutes,4HIS7@91061|Bacilli,1ZHGK@1386|Bacillus 2|Bacteria S Uncharacterized conserved protein (DUF2294) yrhF - - - - - - - - - - - DUF2294 +BSU_27220 224308.BSU27220 0.0 1977.0 COG3383@1|root,COG3383@2|Bacteria,1TT6D@1239|Firmicutes,4IS5E@91061|Bacilli,1ZS18@1386|Bacillus 2|Bacteria C formate dehydrogenase (NAD+) activity fdhA GO:0003674,GO:0003824,GO:0003954,GO:0005488,GO:0008150,GO:0008152,GO:0016491,GO:0016651,GO:0048037,GO:0051536,GO:0051540,GO:0055114 1.17.1.10,1.17.1.9 ko:K00123,ko:K05299 ko00630,ko00680,ko00720,ko01100,ko01120,ko01200,map00630,map00680,map00720,map01100,map01120,map01200 M00377 R00134,R00519 RC02796 ko00000,ko00001,ko00002,ko01000 - - - Fer2_4,Fer4,Molybdop_Fe4S4,Molybdopterin,Molydop_binding,NADH-G_4Fe-4S_3 +BSU_27230 224308.BSU27230 4.26e-103 299.0 COG2427@1|root,COG2427@2|Bacteria,1V6Z7@1239|Firmicutes,4HIG1@91061|Bacilli,1ZHM2@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF1641) yrhD - - - - - - - - - - - DUF1641 +BSU_27240 224308.BSU27240 2.83e-48 154.0 2E8M6@1|root,332YN@2|Bacteria,1VFSW@1239|Firmicutes,4HNHX@91061|Bacilli,1ZIGK@1386|Bacillus 2|Bacteria S YrhC-like protein yrhC - - - - - - - - - - - YrhC +BSU_27250 224308.BSU27250 4.24e-269 737.0 COG0626@1|root,COG0626@2|Bacteria,1TPC7@1239|Firmicutes,4HAFQ@91061|Bacilli,1ZAR9@1386|Bacillus 2|Bacteria E cystathionine mccB GO:0000096,GO:0000098,GO:0003674,GO:0003824,GO:0003962,GO:0004123,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008284,GO:0009056,GO:0009063,GO:0009987,GO:0016054,GO:0016740,GO:0016765,GO:0016829,GO:0016846,GO:0019752,GO:0042127,GO:0043418,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044273,GO:0044281,GO:0044282,GO:0044424,GO:0044464,GO:0046395,GO:0048518,GO:0048522,GO:0050667,GO:0050789,GO:0050794,GO:0065007,GO:0071704,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 2.5.1.48,4.4.1.1,4.4.1.2,4.4.1.8 ko:K01739,ko:K01760,ko:K17217 ko00260,ko00270,ko00450,ko00920,ko01100,ko01110,ko01130,ko01230,map00260,map00270,map00450,map00920,map01100,map01110,map01130,map01230 M00017,M00609 R00782,R00999,R01001,R01283,R01286,R01288,R02408,R02508,R03217,R03260,R04941,R04944,R04945,R04946 RC00020,RC00056,RC00069,RC00348,RC00382,RC00420,RC00487,RC00488,RC00710,RC01245,RC02303,RC02814,RC02848,RC02866 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU11880,iYO844.BSU27250 Cys_Met_Meta_PP +BSU_27260 224308.BSU27260 7.04e-218 601.0 COG0031@1|root,COG0031@2|Bacteria,1TP30@1239|Firmicutes,4HAMU@91061|Bacilli,1ZD93@1386|Bacillus 2|Bacteria E Cysteine synthase mccA GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0004122,GO:0004124,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006534,GO:0006535,GO:0006563,GO:0006790,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008284,GO:0008652,GO:0009058,GO:0009069,GO:0009070,GO:0009987,GO:0016053,GO:0016740,GO:0016765,GO:0016829,GO:0016835,GO:0016836,GO:0016846,GO:0019344,GO:0019752,GO:0019842,GO:0030170,GO:0036094,GO:0042127,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0048037,GO:0048518,GO:0048522,GO:0050662,GO:0050789,GO:0050794,GO:0065007,GO:0070279,GO:0071704,GO:0080146,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.5.1.134,2.5.1.47 ko:K01738,ko:K17216 ko00270,ko00920,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00270,map00920,map01100,map01110,map01120,map01130,map01200,map01230 M00021,M00609 R00897,R03601,R04859,R10305 RC00020,RC00069,RC02814,RC02821 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS02385 PALP +BSU_27270 224308.BSU27270 1.97e-161 452.0 COG0775@1|root,COG0775@2|Bacteria,1U7WK@1239|Firmicutes,4HB8K@91061|Bacilli,1ZB7T@1386|Bacillus 2|Bacteria E Catalyzes the irreversible cleavage of the glycosidic bond in both 5'-methylthioadenosine (MTA) and S- adenosylhomocysteine (SAH AdoHcy) to adenine and the corresponding thioribose, 5'-methylthioribose and S-ribosylhomocysteine, respectively mtnN GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006520,GO:0006534,GO:0006555,GO:0006575,GO:0006725,GO:0006732,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008477,GO:0008652,GO:0008782,GO:0008930,GO:0009058,GO:0009066,GO:0009067,GO:0009069,GO:0009086,GO:0009116,GO:0009119,GO:0009987,GO:0016053,GO:0016787,GO:0016798,GO:0016799,GO:0017144,GO:0019284,GO:0019752,GO:0033353,GO:0034641,GO:0042278,GO:0042802,GO:0043094,GO:0043102,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046128,GO:0046394,GO:0046439,GO:0046483,GO:0046498,GO:0046500,GO:0051186,GO:0055086,GO:0071265,GO:0071267,GO:0071704,GO:0072521,GO:1901135,GO:1901360,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1901657 3.2.2.9 ko:K01243 ko00270,ko01100,ko01230,map00270,map01100,map01230 M00034,M00609 R00194,R01401 RC00063,RC00318 ko00000,ko00001,ko00002,ko01000 - - iPC815.YPO3384,iSBO_1134.SBO_0148 PNP_UDP_1 +BSU_27280 224308.BSU27280 7.23e-155 434.0 COG0500@1|root,COG2226@2|Bacteria,1V3T6@1239|Firmicutes,4HHF1@91061|Bacilli,1ZFN7@1386|Bacillus 2|Bacteria Q Could be a S-adenosyl-L-methionine-dependent methyltransferase yrrT GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0008152,GO:0008168,GO:0008757,GO:0016740,GO:0016741,GO:0032259,GO:0044424,GO:0044464 4.4.1.21 ko:K07173,ko:K17462 ko00270,ko01100,ko01230,ko02024,ko02026,ko05111,map00270,map01100,map01230,map02024,map02026,map05111 M00609 R01291,R10404 RC00003,RC00069,RC01929 ko00000,ko00001,ko00002,ko01000 - - - Methyltransf_11,Methyltransf_23,Methyltransf_25 +BSU_27290 224308.BSU27290 7.27e-38 127.0 2E6WR@1|root,331G7@2|Bacteria,1VHCS@1239|Firmicutes,4HQVN@91061|Bacilli,1ZIT5@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2536) yrzA - - - - - - - - - - - DUF2536 +BSU_27300 224308.BSU27300 2.34e-101 300.0 2BJ57@1|root,32DEE@2|Bacteria,1V93H@1239|Firmicutes,4HN71@91061|Bacilli,1ZH00@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF1510) yrrS - - - - - - - - - - - DUF1510 +BSU_27310 224308.BSU27310 0.0 1137.0 COG0768@1|root,COG0768@2|Bacteria,1TQKI@1239|Firmicutes,4HC5S@91061|Bacilli,1ZBDB@1386|Bacillus 2|Bacteria M Penicillin-binding Protein pbpI - 3.4.16.4 ko:K05515,ko:K21468 ko00550,ko01501,map00550,map01501 - - - ko00000,ko00001,ko01000,ko01011 - - - PBP_dimer,Transpeptidase +BSU_27320 224308.BSU27320 1.14e-101 295.0 COG0782@1|root,COG0782@2|Bacteria,1V44S@1239|Firmicutes,4HGZU@91061|Bacilli,1ZFQI@1386|Bacillus 2|Bacteria K Necessary for efficient RNA polymerase transcription elongation past template-encoded arresting sites. The arresting sites in DNA have the property of trapping a certain fraction of elongating RNA polymerases that pass through, resulting in locked ternary complexes. Cleavage of the nascent transcript by cleavage factors such as GreA or GreB allows the resumption of elongation from the new 3'terminus. GreA releases sequences of 2 to 3 nucleotides greA GO:0006139,GO:0006351,GO:0006354,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0018130,GO:0019438,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0071704,GO:0090304,GO:0097659,GO:1901360,GO:1901362,GO:1901576 - ko:K03624 - - - - ko00000,ko03021 - - - GreA_GreB,GreA_GreB_N +BSU_27330 224308.BSU27330 4.51e-148 417.0 COG0572@1|root,COG0572@2|Bacteria,1TQ4V@1239|Firmicutes,4HAVR@91061|Bacilli,1ZB2B@1386|Bacillus 2|Bacteria F Cytidine monophosphokinase udk GO:0003674,GO:0003824,GO:0004849,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006206,GO:0006213,GO:0006220,GO:0006221,GO:0006222,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008655,GO:0009058,GO:0009112,GO:0009116,GO:0009117,GO:0009119,GO:0009123,GO:0009124,GO:0009129,GO:0009130,GO:0009156,GO:0009161,GO:0009163,GO:0009165,GO:0009173,GO:0009174,GO:0009218,GO:0009220,GO:0009224,GO:0009259,GO:0009260,GO:0009987,GO:0015949,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0018130,GO:0019205,GO:0019206,GO:0019438,GO:0019637,GO:0019693,GO:0034404,GO:0034641,GO:0034654,GO:0042455,GO:0043094,GO:0043097,GO:0043174,GO:0043771,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046035,GO:0046049,GO:0046131,GO:0046132,GO:0046134,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 2.7.1.48 ko:K00876 ko00240,ko00983,ko01100,map00240,map00983,map01100 - R00513,R00516,R00517,R00962,R00964,R00967,R00968,R00970,R01548,R01549,R01880,R02091,R02096,R02097,R02327,R02332,R02371,R02372,R08232 RC00002,RC00017 ko00000,ko00001,ko01000 - - iSBO_1134.SBO_0893 PRK +BSU_27340 224308.BSU27340 4.62e-313 852.0 COG0826@1|root,COG0826@2|Bacteria,1TPRE@1239|Firmicutes,4HBEG@91061|Bacilli,1ZC7K@1386|Bacillus 2|Bacteria O COG0826 Collagenase and related proteases yegQ GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 - ko:K08303 ko05120,map05120 - - - ko00000,ko00001,ko01000,ko01002 - - - Peptidase_U32,Peptidase_U32_C +BSU_27350 224308.BSU27350 6.57e-224 617.0 COG0826@1|root,COG0826@2|Bacteria,1TQIZ@1239|Firmicutes,4HA2T@91061|Bacilli,1ZAXB@1386|Bacillus 2|Bacteria O Peptidase U32 yegQ GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 - ko:K08303 ko05120,map05120 - - - ko00000,ko00001,ko01000,ko01002 - - - Peptidase_U32,Peptidase_U32_C +BSU_27360 224308.BSU27360 9.83e-155 434.0 COG4122@1|root,COG4122@2|Bacteria,1UF4M@1239|Firmicutes,4HE9E@91061|Bacilli,1ZFK8@1386|Bacillus 2|Bacteria S O-methyltransferase yrrM - 2.1.1.104 ko:K00588 ko00360,ko00940,ko00941,ko00945,ko01100,ko01110,map00360,map00940,map00941,map00945,map01100,map01110 M00039,M00350 R01942,R06578 RC00003,RC00392 ko00000,ko00001,ko00002,ko01000 - - - Methyltransf_3 +BSU_27370 224308.BSU27370 7.51e-242 666.0 COG1559@1|root,COG1559@2|Bacteria,1TS48@1239|Firmicutes,4HAUV@91061|Bacilli,1ZC44@1386|Bacillus 2|Bacteria S Functions as a peptidoglycan terminase that cleaves nascent peptidoglycan strands endolytically to terminate their elongation mltG - - ko:K07082 - - - - ko00000 - - - YceG +BSU_27380 224308.BSU27380 2.94e-60 185.0 COG3906@1|root,COG3906@2|Bacteria,1VAPW@1239|Firmicutes,4HKV7@91061|Bacilli,1ZI20@1386|Bacillus 2|Bacteria S Belongs to the UPF0473 family yrzB - - - - - - - - - - - DUF1292 +BSU_27390 224308.BSU27390 5.49e-93 271.0 COG0816@1|root,COG0816@2|Bacteria,1V6ER@1239|Firmicutes,4HH04@91061|Bacilli,1ZG6Y@1386|Bacillus 2|Bacteria L Could be a nuclease involved in processing of the 5'-end of pre-16S rRNA yqgF GO:0000966,GO:0000967,GO:0003674,GO:0003824,GO:0004518,GO:0004527,GO:0004529,GO:0004536,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006259,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008296,GO:0008408,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016787,GO:0016788,GO:0016796,GO:0016895,GO:0022613,GO:0034470,GO:0034471,GO:0034641,GO:0034660,GO:0040007,GO:0042254,GO:0043170,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:0090305,GO:0140097,GO:1901360 - ko:K07447 - - - - ko00000,ko01000 - - - RuvX +BSU_27400 224308.BSU27400 9.05e-55 171.0 COG4472@1|root,COG4472@2|Bacteria,1VAC4@1239|Firmicutes,4HKD0@91061|Bacilli,1ZHU7@1386|Bacillus 2|Bacteria S Belongs to the UPF0297 family yrzL - - - - - - - - - - - DUF965 +BSU_27410 224308.BSU27410 0.0 1732.0 COG0013@1|root,COG0013@2|Bacteria,1TPK6@1239|Firmicutes,4H9XC@91061|Bacilli,1ZB9E@1386|Bacillus 2|Bacteria J Catalyzes the attachment of alanine to tRNA(Ala) in a two-step reaction alanine is first activated by ATP to form Ala- AMP and then transferred to the acceptor end of tRNA(Ala). Also edits incorrectly charged Ser-tRNA(Ala) and Gly-tRNA(Ala) via its editing domain alaS GO:0003674,GO:0003824,GO:0004812,GO:0004813,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006412,GO:0006418,GO:0006419,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016597,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0031406,GO:0034470,GO:0034641,GO:0034645,GO:0034660,GO:0036094,GO:0043038,GO:0043039,GO:0043043,GO:0043167,GO:0043168,GO:0043170,GO:0043177,GO:0043412,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.7 ko:K01872 ko00970,map00970 M00359,M00360 R03038 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - - DHHA1,tRNA-synt_2c,tRNA_SAD +BSU_27420 224308.BSU27420 3.07e-242 667.0 COG0628@1|root,COG0628@2|Bacteria,1TQ84@1239|Firmicutes,4H9SR@91061|Bacilli,1ZBGE@1386|Bacillus 2|Bacteria S AI-2E family transporter yrrI GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - - - - - - - - - - AI-2E_transport +BSU_27430 224308.BSU27430 9.37e-170 474.0 COG1126@1|root,COG1126@2|Bacteria,1TNYD@1239|Firmicutes,4H9WY@91061|Bacilli,1ZB2E@1386|Bacillus 2|Bacteria E COG1126 ABC-type polar amino acid transport system, ATPase component glnQ - 3.6.3.21 ko:K02028,ko:K09972,ko:K10041 ko02010,map02010 M00228,M00232,M00236 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.3,3.A.1.3.17,3.A.1.3.18,3.A.1.3.7,3.A.1.3.8 - - ABC_tran +BSU_27440 224308.BSU27440 1.28e-187 522.0 COG0834@1|root,COG0834@2|Bacteria,1TT11@1239|Firmicutes,4HAHV@91061|Bacilli,1ZCGF@1386|Bacillus 2|Bacteria ET Belongs to the bacterial solute-binding protein 3 family glnH - - ko:K09969,ko:K10039 ko02010,map02010 M00228,M00232 - - ko00000,ko00001,ko00002,ko02000 3.A.1.3,3.A.1.3.18,3.A.1.3.7,3.A.1.3.8 - - SBP_bac_3 +BSU_27450 224308.BSU27450 2.28e-139 395.0 COG0765@1|root,COG0765@2|Bacteria,1TQ5K@1239|Firmicutes,4HFBH@91061|Bacilli,1ZCEF@1386|Bacillus 2|Bacteria P ABC transporter gluC GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 - ko:K10006,ko:K10040 ko02010,map02010 M00228,M00233 - - ko00000,ko00001,ko00002,ko02000 3.A.1.3,3.A.1.3.9 - - BPD_transp_1 +BSU_27460 224308.BSU27460 2.65e-139 395.0 COG0765@1|root,COG0765@2|Bacteria,1UJM4@1239|Firmicutes,4HBAS@91061|Bacilli,1ZCE8@1386|Bacillus 2|Bacteria P ABC transporter glnP GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 - ko:K02029,ko:K10002,ko:K10040 ko02010,ko02020,map02010,map02020 M00228,M00230,M00236 - - ko00000,ko00001,ko00002,ko02000 3.A.1.3,3.A.1.3.19,3.A.1.3.4 - - BPD_transp_1 +BSU_27468 279010.BL05285 5.38e-12 60.1 2BGYN@1|root,32AYR@2|Bacteria,1UB24@1239|Firmicutes,4IMF0@91061|Bacilli,1ZJZY@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3918) - - - - - - - - - - - - DUF3918 +BSU_27469 224308.BSU27469 8.4e-42 136.0 2E4YS@1|root,32ZSJ@2|Bacteria,1VEX3@1239|Firmicutes,4HNZ8@91061|Bacilli,1ZIT3@1386|Bacillus 2|Bacteria - - yrzR - - - - - - - - - - - - +BSU_27470 224308.BSU27470 2.24e-123 351.0 COG3881@1|root,COG3881@2|Bacteria,1VEG9@1239|Firmicutes,4HPBU@91061|Bacilli,1ZH8E@1386|Bacillus 2|Bacteria S protein conserved in bacteria yrrD - - - - - - - - - - - PRC +BSU_27480 224308.BSU27480 0.0 1569.0 COG0507@1|root,COG0507@2|Bacteria,1TPZH@1239|Firmicutes,4HATQ@91061|Bacilli,1ZAYS@1386|Bacillus 2|Bacteria L DNA-dependent ATPase and ATP-dependent 5'-3' DNA helicase. Has no activity on blunt DNA or DNA with 3'-overhangs, requires at least 10 bases of 5'-ssDNA for helicase activity recD2 - 3.1.11.5 ko:K03581 ko03440,map03440 - - - ko00000,ko00001,ko01000,ko03400 - - - AAA_30,HHH_4,HHH_5,UvrD_C_2 +BSU_27500 224308.BSU27500 1.19e-280 765.0 COG0482@1|root,COG0482@2|Bacteria,1TPIZ@1239|Firmicutes,4HBJ6@91061|Bacilli,1ZBWQ@1386|Bacillus 2|Bacteria J Catalyzes the 2-thiolation of uridine at the wobble position (U34) of tRNA, leading to the formation of s(2)U34 mnmA GO:0001510,GO:0002097,GO:0002098,GO:0002143,GO:0003674,GO:0003824,GO:0004808,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0008168,GO:0008173,GO:0008175,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016741,GO:0016782,GO:0016783,GO:0030488,GO:0032259,GO:0034227,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360 2.8.1.13 ko:K00566 ko04122,map04122 - R08700 RC02313,RC02315 ko00000,ko00001,ko01000,ko03016 - - - tRNA_Me_trans +BSU_27510 224308.BSU27510 2.67e-272 745.0 COG1104@1|root,COG1104@2|Bacteria,1TP21@1239|Firmicutes,4HA6H@91061|Bacilli,1ZB1B@1386|Bacillus 2|Bacteria E Cysteine desulfurase iscS - 2.8.1.7 ko:K04487 ko00730,ko01100,ko04122,map00730,map01100,map04122 - R07460,R11528,R11529 RC01789,RC02313 ko00000,ko00001,ko01000,ko02048,ko03016,ko03029 - - - Aminotran_5 +BSU_27520 224308.BSU27520 5.49e-93 271.0 COG1959@1|root,COG1959@2|Bacteria,1V3QB@1239|Firmicutes,4HHCF@91061|Bacilli,1ZFKT@1386|Bacillus 2|Bacteria K Transcriptional regulator cymR GO:0001047,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0005515,GO:0005575,GO:0008150,GO:0009987,GO:0016043,GO:0022607,GO:0032991,GO:0032993,GO:0042802,GO:0042803,GO:0043933,GO:0044085,GO:0044212,GO:0046983,GO:0051259,GO:0051260,GO:0051262,GO:0051289,GO:0051291,GO:0065003,GO:0071840,GO:0097159,GO:1901363 - ko:K17472 - - - - ko00000,ko03000 - - - Rrf2 +BSU_27530 224308.BSU27530 8.5e-304 828.0 COG2256@1|root,COG2256@2|Bacteria,1TPVV@1239|Firmicutes,4HAIS@91061|Bacilli,1ZBCW@1386|Bacillus 2|Bacteria L COG2256 ATPase related to the helicase subunit of the Holliday junction resolvase rarA - - ko:K07478 - - - - ko00000 - - - AAA,AAA_assoc_2,MgsA_C,RuvB_N +BSU_27540 224308.BSU27540 9.74e-178 495.0 COG1179@1|root,COG1179@2|Bacteria,1TQ7A@1239|Firmicutes,4H9KZ@91061|Bacilli,1ZBGG@1386|Bacillus 2|Bacteria H COG1179 Dinucleotide-utilizing enzymes involved in molybdopterin and thiamine biosynthesis family 1 yrvM GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016829,GO:0016835,GO:0016836,GO:0034470,GO:0034641,GO:0034660,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0046483,GO:0061503,GO:0061504,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360 - ko:K22132 - - - - ko00000,ko03016 - - - ThiF +BSU_27550 224308.BSU27550 0.0 1164.0 COG0173@1|root,COG0173@2|Bacteria,1TPCN@1239|Firmicutes,4HACD@91061|Bacilli,1ZBXI@1386|Bacillus 2|Bacteria J Aspartyl-tRNA synthetase with relaxed tRNA specificity since it is able to aspartylate not only its cognate tRNA(Asp) but also tRNA(Asn). Reaction proceeds in two steps L-aspartate is first activated by ATP to form Asp-AMP and then transferred to the acceptor end of tRNA(Asp Asn) aspS - 6.1.1.12 ko:K01876 ko00970,map00970 M00359,M00360 R05577 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016,ko03029 - - - GAD,tRNA-synt_2,tRNA_anti-codon +BSU_27560 224308.BSU27560 1.27e-311 848.0 COG0124@1|root,COG0124@2|Bacteria,1TP3D@1239|Firmicutes,4HAM2@91061|Bacilli,1ZBXR@1386|Bacillus 2|Bacteria J histidyl-tRNA synthetase hisS - 6.1.1.21 ko:K01892 ko00970,map00970 M00359,M00360 R03655 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - - HGTP_anticodon,tRNA-synt_His +BSU_27580 224308.BSU27580 0.0 944.0 COG0860@1|root,COG3103@1|root,COG0860@2|Bacteria,COG3103@2|Bacteria,COG4991@2|Bacteria,1UYPW@1239|Firmicutes,4HBVT@91061|Bacilli,1ZDI1@1386|Bacillus 2|Bacteria M COG3103 SH3 domain protein lytH GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 3.5.1.28 ko:K01448 ko01503,map01503 M00727 R04112 RC00064,RC00141 ko00000,ko00001,ko00002,ko01000,ko01011,ko03036 - - - Amidase_3,SH3_3 +BSU_27590 224308.BSU27590 1.32e-88 260.0 COG1490@1|root,COG1490@2|Bacteria,1V6GH@1239|Firmicutes,4HINN@91061|Bacilli,1ZG82@1386|Bacillus 2|Bacteria J rejects L-amino acids rather than detecting D-amino acids in the active site. By recycling D-aminoacyl-tRNA to D-amino acids and free tRNA molecules, this enzyme counteracts the toxicity associated with the formation of D-aminoacyl-tRNA entities in vivo and helps enforce protein L-homochirality dtd GO:0002161,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006399,GO:0006450,GO:0006725,GO:0006807,GO:0006950,GO:0008150,GO:0008152,GO:0009266,GO:0009408,GO:0009628,GO:0009987,GO:0016070,GO:0016787,GO:0016788,GO:0034641,GO:0034660,GO:0043170,GO:0044237,GO:0044238,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051499,GO:0051500,GO:0052689,GO:0065007,GO:0065008,GO:0071704,GO:0090304,GO:0106026,GO:0106074,GO:0140098,GO:0140101,GO:1901360 - ko:K07560 - - - - ko00000,ko01000,ko03016 - - - Tyr_Deacylase +BSU_27600 224308.BSU27600 0.0 1429.0 COG0317@1|root,COG0317@2|Bacteria,1TNYZ@1239|Firmicutes,4HBX7@91061|Bacilli,1ZBN6@1386|Bacillus 2|Bacteria KT In eubacteria ppGpp (guanosine 3'-diphosphate 5-' diphosphate) is a mediator of the stringent response that coordinates a variety of cellular activities in response to changes in nutritional abundance relA GO:0003674,GO:0003824,GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0008150,GO:0008152,GO:0008728,GO:0008893,GO:0009116,GO:0009117,GO:0009119,GO:0009150,GO:0009259,GO:0009605,GO:0009987,GO:0009991,GO:0015969,GO:0016020,GO:0016740,GO:0016772,GO:0016778,GO:0016787,GO:0016788,GO:0016794,GO:0019637,GO:0019693,GO:0030312,GO:0031667,GO:0033865,GO:0033875,GO:0034032,GO:0034035,GO:0034641,GO:0042278,GO:0042578,GO:0042594,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0046128,GO:0046483,GO:0050896,GO:0055086,GO:0071704,GO:0071944,GO:0072521,GO:1901068,GO:1901135,GO:1901360,GO:1901564,GO:1901657 2.7.6.5 ko:K00951 ko00230,map00230 - R00429 RC00002,RC00078 ko00000,ko00001,ko01000 - - iHN637.CLJU_RS16615,iYO844.BSU27600 ACT_4,HD_4,RelA_SpoT,TGS +BSU_27610 224308.BSU27610 2.53e-118 338.0 COG0503@1|root,COG0503@2|Bacteria,1V1BV@1239|Firmicutes,4HFUA@91061|Bacilli,1ZD01@1386|Bacillus 2|Bacteria F Catalyzes a salvage reaction resulting in the formation of AMP, that is energically less costly than de novo synthesis apt GO:0003674,GO:0003824,GO:0003999,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006144,GO:0006168,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009112,GO:0009113,GO:0009987,GO:0016740,GO:0016757,GO:0016763,GO:0018130,GO:0019438,GO:0034641,GO:0034654,GO:0042440,GO:0043094,GO:0043096,GO:0043101,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046083,GO:0046084,GO:0046112,GO:0046148,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.4.2.22,2.4.2.7 ko:K00759,ko:K03816,ko:K09685 ko00230,ko01100,ko01110,map00230,map01100,map01110 - R00190,R01229,R02142,R04378 RC00063,RC00122 ko00000,ko00001,ko01000,ko03000,ko04147 - - iYO844.BSU22070 Pribosyltran +BSU_27620 224308.BSU27620 0.0 1538.0 COG0608@1|root,COG4199@1|root,COG0608@2|Bacteria,COG4199@2|Bacteria,1TPXE@1239|Firmicutes,4H9UP@91061|Bacilli,1ZBAT@1386|Bacillus 2|Bacteria L Single-stranded-DNA-specific exonuclease RecJ recJ - - ko:K07462 ko03410,ko03430,ko03440,map03410,map03430,map03440 - - - ko00000,ko00001,ko01000,ko03400 - - - DHH,DHHA1,ssDNA-exonuc_C +BSU_27630 224308.BSU27630 1.07e-64 197.0 COG5416@1|root,COG5416@2|Bacteria,1VGMG@1239|Firmicutes,4HQ29@91061|Bacilli,1ZIY0@1386|Bacillus 2|Bacteria S Lipopolysaccharide assembly protein A domain yrvD - - ko:K08992 - - - - ko00000 - - - LapA_dom +BSU_27640 224308.BSU27640 6.51e-114 327.0 COG0490@1|root,COG0490@2|Bacteria,1V544@1239|Firmicutes,4HI3A@91061|Bacilli,1ZGIQ@1386|Bacillus 2|Bacteria P regulatory, ligand-binding protein related to C-terminal domains of K channels trkA1 - - ko:K07228 - - - - ko00000 - - - TrkA_C +BSU_27650 224308.BSU27650 0.0 1373.0 COG0341@1|root,COG0342@1|root,COG0341@2|Bacteria,COG0342@2|Bacteria,1TQVT@1239|Firmicutes,4HB6K@91061|Bacilli,1ZBS9@1386|Bacillus 2|Bacteria U Part of the Sec protein translocase complex. Interacts with the SecYEG preprotein conducting channel. SecDF uses the proton motive force (PMF) to complete protein translocation after the ATP-dependent function of SecA secF GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008104,GO:0008150,GO:0015031,GO:0015833,GO:0016020,GO:0016021,GO:0030312,GO:0031224,GO:0031226,GO:0033036,GO:0042886,GO:0044425,GO:0044459,GO:0044464,GO:0045184,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944 - ko:K03072,ko:K03074,ko:K12257 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 - - ko00000,ko00001,ko00002,ko02044 2.A.6.4,3.A.5.2,3.A.5.7 - - SecD_SecF,Sec_GG +BSU_27660 224308.BSU27660 5.53e-65 197.0 2E6NG@1|root,3318Y@2|Bacteria,1VHES@1239|Firmicutes,4HP4D@91061|Bacilli,1ZJ02@1386|Bacillus 2|Bacteria S Post-transcriptional regulator yrzD - - - - - - - - - - - Post_transc_reg +BSU_27670 224308.BSU27670 0.0 931.0 COG2244@1|root,COG2244@2|Bacteria,1TNYX@1239|Firmicutes,4HAB7@91061|Bacilli,1ZDHC@1386|Bacillus 2|Bacteria S COG2244 Membrane protein involved in the export of O-antigen and teichoic acid spoVB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03328,ko:K06409 - - - - ko00000,ko02000 2.A.66.2,2.A.66.2.14 - - Polysacc_synt,Polysacc_synt_C +BSU_27680 224308.BSU27680 6.34e-147 414.0 COG2323@1|root,COG2323@2|Bacteria,1V3NW@1239|Firmicutes,4HHEY@91061|Bacilli,1ZDIR@1386|Bacillus 2|Bacteria S membrane yrbG - - - - - - - - - - - DUF421 +BSU_27690 224308.BSU27690 1.07e-98 287.0 2E8Q1@1|root,33314@2|Bacteria,1VFPE@1239|Firmicutes,4HPJ2@91061|Bacilli,1ZHSS@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3792) yrzE - - - - - - - - - - - DUF3792 +BSU_27700 224308.BSU27700 1.24e-52 166.0 COG1862@1|root,COG1862@2|Bacteria,1VEMC@1239|Firmicutes,4HNK0@91061|Bacilli,1ZHST@1386|Bacillus 2|Bacteria U Preprotein translocase subunit YajC yajC GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0031522,GO:0032991,GO:0044425,GO:0044459,GO:0044464,GO:0071944 - ko:K03210 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 - - ko00000,ko00001,ko00002,ko02044 3.A.5.1,3.A.5.2 - - YajC +BSU_27710 224308.BSU27710 1.36e-291 794.0 COG0343@1|root,COG0343@2|Bacteria,1TNZ4@1239|Firmicutes,4HCNM@91061|Bacilli,1ZBFJ@1386|Bacillus 2|Bacteria F Catalyzes the base-exchange of a guanine (G) residue with the queuine precursor 7-aminomethyl-7-deazaguanine (PreQ1) at position 34 (anticodon wobble position) in tRNAs with GU(N) anticodons (tRNA-Asp, -Asn, -His and -Tyr). Catalysis occurs through a double-displacement mechanism. The nucleophile active site attacks the C1' of nucleotide 34 to detach the guanine base from the RNA, forming a covalent enzyme-RNA intermediate. The proton acceptor active site deprotonates the incoming PreQ1, allowing a nucleophilic attack on the C1' of the ribose to form the product. After dissociation, two additional enzymatic reactions on the tRNA convert PreQ1 to queuine (Q), resulting in the hypermodified nucleoside queuosine (7-(((4,5-cis-dihydroxy-2- cyclopenten-1-yl)amino)methyl)-7-deazaguanosine) tgt GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008616,GO:0009058,GO:0009116,GO:0009119,GO:0009163,GO:0009987,GO:0018130,GO:0019438,GO:0034404,GO:0034641,GO:0034654,GO:0042455,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046116,GO:0046483,GO:0055086,GO:0071704,GO:1901135,GO:1901137,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 2.4.2.29 ko:K00773 - - R03789,R10209 RC00063 ko00000,ko01000,ko03016 - - - TGT +BSU_27720 224308.BSU27720 6.03e-248 680.0 COG0809@1|root,COG0809@2|Bacteria,1TPKD@1239|Firmicutes,4H9PT@91061|Bacilli,1ZB71@1386|Bacillus 2|Bacteria J Transfers and isomerizes the ribose moiety from AdoMet to the 7-aminomethyl group of 7-deazaguanine (preQ1-tRNA) to give epoxyqueuosine (oQ-tRNA) queA GO:0002097,GO:0002099,GO:0003674,GO:0003824,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0008616,GO:0009058,GO:0009116,GO:0009119,GO:0009163,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016853,GO:0018130,GO:0019438,GO:0034404,GO:0034470,GO:0034641,GO:0034654,GO:0034660,GO:0042455,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0046116,GO:0046483,GO:0051075,GO:0055086,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901135,GO:1901137,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 2.4.99.17 ko:K07568 - - - - ko00000,ko01000,ko03016 - - - Queuosine_synth +BSU_27729 1051501.AYTL01000030_gene2846 2.91e-30 107.0 2DNS1@1|root,32YVX@2|Bacteria,1VEGC@1239|Firmicutes,4HPC6@91061|Bacilli,1ZJ6M@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2905) yrzS - - - - - - - - - - - DUF2905 +BSU_27730 224308.BSU27730 9.14e-239 656.0 COG2255@1|root,COG2255@2|Bacteria,1TR47@1239|Firmicutes,4HBMW@91061|Bacilli,1ZC5A@1386|Bacillus 2|Bacteria L The RuvA-RuvB complex in the presence of ATP renatures cruciform structure in supercoiled DNA with palindromic sequence, indicating that it may promote strand exchange reactions in homologous recombination. RuvAB is a helicase that mediates the Holliday junction migration by localized denaturation and reannealing ruvB GO:0006950,GO:0006974,GO:0007154,GO:0008150,GO:0009432,GO:0009605,GO:0009987,GO:0009991,GO:0031668,GO:0033554,GO:0050896,GO:0051716,GO:0071496 3.6.4.12 ko:K03551 ko03440,map03440 - - - ko00000,ko00001,ko01000,ko03400 - - - RuvB_C,RuvB_N +BSU_27740 224308.BSU27740 1.64e-136 387.0 COG0632@1|root,COG0632@2|Bacteria,1V3KF@1239|Firmicutes,4HHI5@91061|Bacilli,1ZBJT@1386|Bacillus 2|Bacteria L The RuvA-RuvB complex in the presence of ATP renatures cruciform structure in supercoiled DNA with palindromic sequence, indicating that it may promote strand exchange reactions in homologous recombination. RuvAB is a helicase that mediates the Holliday junction migration by localized denaturation and reannealing. RuvA stimulates, in the presence of DNA, the weak ATPase activity of RuvB ruvA GO:0000217,GO:0000400,GO:0000724,GO:0000725,GO:0003674,GO:0003676,GO:0003677,GO:0003678,GO:0003824,GO:0004386,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005886,GO:0006139,GO:0006259,GO:0006281,GO:0006302,GO:0006310,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0006996,GO:0007154,GO:0008150,GO:0008152,GO:0009314,GO:0009378,GO:0009379,GO:0009432,GO:0009605,GO:0009628,GO:0009987,GO:0009991,GO:0016020,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0017111,GO:0022607,GO:0031668,GO:0032392,GO:0032508,GO:0032991,GO:0033202,GO:0033554,GO:0034641,GO:0042802,GO:0043170,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0048476,GO:0050896,GO:0051259,GO:0051260,GO:0051262,GO:0051276,GO:0051289,GO:0051716,GO:0065003,GO:0071103,GO:0071496,GO:0071704,GO:0071840,GO:0071944,GO:0090304,GO:0097159,GO:0140097,GO:1901360,GO:1901363,GO:1902494 3.6.4.12 ko:K03550 ko03440,map03440 - - - ko00000,ko00001,ko01000,ko03400 - - - HHH_5,RuvA_C,RuvA_N +BSU_27750 224308.BSU27750 2.63e-120 343.0 2DGQY@1|root,32U7R@2|Bacteria,1V83A@1239|Firmicutes,4HKRI@91061|Bacilli,1ZH9Y@1386|Bacillus 2|Bacteria S BofC C-terminal domain bofC - - ko:K06318 - - - - ko00000 - - - BOFC_N,BofC_C +BSU_27760 224308.BSU27760 0.0 882.0 COG0477@1|root,COG2814@2|Bacteria,1TRNB@1239|Firmicutes,4HCAI@91061|Bacilli,1ZCJH@1386|Bacillus 2|Bacteria EGP the major facilitator superfamily csbX - - - - - - - - - - - MFS_1 +BSU_27770 224308.BSU27770 2.77e-248 681.0 COG0673@1|root,COG0673@2|Bacteria,1TP83@1239|Firmicutes,4HAKY@91061|Bacilli,1ZBDM@1386|Bacillus 2|Bacteria S Oxidoreductase family, NAD-binding Rossmann fold iolG - 1.1.1.18,1.1.1.369 ko:K00010 ko00521,ko00562,ko01100,ko01120,ko01130,map00521,map00562,map01100,map01120,map01130 - R01183,R09951 RC00182 ko00000,ko00001,ko01000 - - - GFO_IDH_MocA,GFO_IDH_MocA_C +BSU_27785 224308.BSU27785 2.32e-152 428.0 COG2112@1|root,COG2112@2|Bacteria,1UIYE@1239|Firmicutes,4ISX4@91061|Bacilli,1ZF0H@1386|Bacillus 2|Bacteria T serine threonine protein kinase MA20_41400 - - ko:K07176 - - - - ko00000 - - - AMP-binding_C,Pkinase,RIO1 +BSU_27800 1051501.AYTL01000030_gene2853 2.42e-47 153.0 2CJYE@1|root,32SB3@2|Bacteria,1VAGT@1239|Firmicutes,4HRVP@91061|Bacilli,1ZH9N@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5412) - - - - - - - - - - - - DUF5412 +BSU_27810 224308.BSU27810 0.0 912.0 COG1115@1|root,COG1115@2|Bacteria,1TNZP@1239|Firmicutes,4H9SZ@91061|Bacilli,1ZAX7@1386|Bacillus 2|Bacteria E Sodium alanine symporter yrbD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03310,ko:K11626 ko02020,map02020 - - - ko00000,ko00001 2.A.25 - - Na_Ala_symp +BSU_27820 224308.BSU27820 8.63e-165 461.0 COG0217@1|root,COG0217@2|Bacteria,1TPP5@1239|Firmicutes,4H9WJ@91061|Bacilli,1ZBN0@1386|Bacillus 2|Bacteria K transcriptional regulatory protein yebC GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0009314,GO:0009628,GO:0010212,GO:0044424,GO:0044444,GO:0044464,GO:0050896 - - - - - - - - - - Transcrip_reg +BSU_27830 720555.BATR1942_11680 1.8e-70 219.0 2C7CE@1|root,30872@2|Bacteria,1V67M@1239|Firmicutes,4HHGE@91061|Bacilli,1ZDZH@1386|Bacillus 2|Bacteria S Sporulation lipoprotein YhcN/YlaJ (Spore_YhcN_YlaJ) - - - ko:K06345 - - - - ko00000 - - - Spore_YhcN_YlaJ +BSU_27840 224308.BSU27840 4.9e-217 606.0 COG1388@1|root,COG1388@2|Bacteria,1VETU@1239|Firmicutes,4HP2D@91061|Bacilli,1ZD0H@1386|Bacillus 2|Bacteria M spore coat assembly protein SafA safA GO:0003674,GO:0005488,GO:0005515,GO:0019899,GO:0051117 - ko:K06370 - - - - ko00000 - - - LysM +BSU_27850 224308.BSU27850 7.94e-273 745.0 COG0379@1|root,COG0379@2|Bacteria,1TP6R@1239|Firmicutes,4H9QG@91061|Bacilli,1ZAR3@1386|Bacillus 2|Bacteria H Catalyzes the condensation of iminoaspartate with dihydroxyacetone phosphate to form quinolinate nadA GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006520,GO:0006531,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008987,GO:0009058,GO:0009066,GO:0009108,GO:0009117,GO:0009165,GO:0009435,GO:0009987,GO:0016053,GO:0017144,GO:0018130,GO:0019355,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019637,GO:0019674,GO:0019752,GO:0019805,GO:0034627,GO:0034628,GO:0034641,GO:0034654,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0046496,GO:0046874,GO:0048037,GO:0051186,GO:0051188,GO:0051536,GO:0051539,GO:0051540,GO:0055086,GO:0071704,GO:0072524,GO:0072525,GO:0090407,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605 2.5.1.72 ko:K03517 ko00760,ko01100,map00760,map01100 M00115 R04292 RC01119 ko00000,ko00001,ko00002,ko01000 - - iHN637.CLJU_RS12020 NadA +BSU_27860 224308.BSU27860 8.17e-208 574.0 COG0157@1|root,COG0157@2|Bacteria,1TPQC@1239|Firmicutes,4HB46@91061|Bacilli,1ZBVN@1386|Bacillus 2|Bacteria H Belongs to the NadC ModD family nadC GO:0003674,GO:0003824,GO:0004514,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009165,GO:0009435,GO:0009987,GO:0016054,GO:0016740,GO:0016757,GO:0016763,GO:0017144,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019637,GO:0019674,GO:0019752,GO:0034213,GO:0034641,GO:0034654,GO:0042737,GO:0043436,GO:0043648,GO:0043649,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044282,GO:0044424,GO:0044464,GO:0046395,GO:0046483,GO:0046496,GO:0046700,GO:0046874,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072524,GO:0072525,GO:0072526,GO:0090407,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576 1.4.3.16,2.4.2.19 ko:K00278,ko:K00767 ko00250,ko00760,ko01100,map00250,map00760,map01100 M00115 R00357,R00481,R03348 RC00006,RC02566,RC02877 ko00000,ko00001,ko00002,ko01000 - - iAF987.Gmet_1988,iHN637.CLJU_RS12010,iLJ478.TM1645 QRPTase_C,QRPTase_N +BSU_27870 224308.BSU27870 0.0 1056.0 COG0029@1|root,COG0029@2|Bacteria,1UHSP@1239|Firmicutes,4H9ZZ@91061|Bacilli,1ZBIE@1386|Bacillus 2|Bacteria H Catalyzes the oxidation of L-aspartate to iminoaspartate nadB - 1.3.5.4,1.4.3.16 ko:K00244,ko:K00278 ko00020,ko00190,ko00250,ko00620,ko00650,ko00720,ko00760,ko01100,ko01110,ko01120,ko01130,ko01200,ko02020,map00020,map00190,map00250,map00620,map00650,map00720,map00760,map01100,map01110,map01120,map01130,map01200,map02020 M00009,M00011,M00115,M00150,M00173 R00357,R00481,R02164 RC00006,RC00045,RC02566 ko00000,ko00001,ko00002,ko01000 - - iJN678.nadB,iSbBS512_1146.nadB FAD_binding_2,Succ_DH_flav_C +BSU_27880 224308.BSU27880 1.27e-294 803.0 COG1104@1|root,COG1104@2|Bacteria,1TPYU@1239|Firmicutes,4HA5J@91061|Bacilli,1ZCRY@1386|Bacillus 2|Bacteria E Cysteine desulfurase nifS - 2.8.1.7 ko:K04487 ko00730,ko01100,ko04122,map00730,map01100,map04122 - R07460,R11528,R11529 RC01789,RC02313 ko00000,ko00001,ko01000,ko02048,ko03016,ko03029 - - - Aminotran_5 +BSU_27890 224308.BSU27890 1.01e-122 350.0 COG1827@1|root,COG1827@2|Bacteria,1V6EY@1239|Firmicutes,4HGYB@91061|Bacilli,1ZGFK@1386|Bacillus 2|Bacteria S small molecule binding protein (contains 3H domain) niaR - - ko:K07105 - - - - ko00000 - - - 3H,HTH_11 +BSU_27900 224308.BSU27900 2.54e-209 578.0 COG0077@1|root,COG0077@2|Bacteria,1TPDN@1239|Firmicutes,4HA96@91061|Bacilli,1ZAVW@1386|Bacillus 2|Bacteria E Prephenate dehydratase pheA GO:0003674,GO:0003824,GO:0004664,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006558,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009094,GO:0009095,GO:0009987,GO:0016053,GO:0016829,GO:0016835,GO:0016836,GO:0017144,GO:0019438,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1902221,GO:1902223 4.2.1.51 ko:K04518 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00024 R00691,R01373 RC00360 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU27900 ACT,PDT +BSU_27910 224308.BSU27910 4.75e-96 280.0 COG4492@1|root,COG4492@2|Bacteria,1VAJ9@1239|Firmicutes,4HFRC@91061|Bacilli,1ZFNK@1386|Bacillus 2|Bacteria S Belongs to the UPF0735 family pheB - 5.4.99.5 ko:K06209 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00024,M00025 R01715 RC03116 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU27910 ACT,ACT_4 +BSU_27920 224308.BSU27920 9.66e-309 841.0 COG0536@1|root,COG0536@2|Bacteria,1TPX7@1239|Firmicutes,4H9P8@91061|Bacilli,1ZCM4@1386|Bacillus 2|Bacteria S An essential GTPase which binds GTP, GDP and possibly (p)ppGpp with moderate affinity, with high nucleotide exchange rates and a fairly low GTP hydrolysis rate. Plays a role in control of the cell cycle, stress response, ribosome biogenesis and in those bacteria that undergo differentiation, in morphogenesis control obg GO:0000003,GO:0000160,GO:0000166,GO:0001882,GO:0001883,GO:0003674,GO:0003824,GO:0003924,GO:0005488,GO:0005525,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0007154,GO:0007165,GO:0008150,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0017076,GO:0017111,GO:0019001,GO:0019954,GO:0023052,GO:0030436,GO:0032502,GO:0032549,GO:0032550,GO:0032553,GO:0032555,GO:0032561,GO:0035556,GO:0035639,GO:0036094,GO:0043021,GO:0043022,GO:0043167,GO:0043168,GO:0043934,GO:0044424,GO:0044464,GO:0044877,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0065007,GO:0097159,GO:0097367,GO:1901265,GO:1901363 - ko:K03979 - - - - ko00000,ko01000,ko03009 - - - DUF1967,GTP1_OBG,MMR_HSR1 +BSU_27930 224308.BSU27930 4.25e-139 392.0 COG3290@1|root,COG3290@2|Bacteria,1V8IS@1239|Firmicutes,4HQ4T@91061|Bacilli,1ZHUN@1386|Bacillus 2|Bacteria T Sporulation initiation phospho-transferase B, C-terminal spo0B GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 - ko:K06375 ko02020,ko02024,map02020,map02024 - - - ko00000,ko00001,ko01000 - - - SPOB_a,SPOB_ab +BSU_27940 1051501.AYTL01000030_gene2867 2.7e-61 188.0 COG0211@1|root,COG0211@2|Bacteria,1V6HW@1239|Firmicutes,4HIMN@91061|Bacilli,1ZGZ9@1386|Bacillus 2|Bacteria J Belongs to the bacterial ribosomal protein bL27 family rpmA GO:0000027,GO:0001558,GO:0003674,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016020,GO:0016043,GO:0019538,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0030312,GO:0032991,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0040008,GO:0042254,GO:0042255,GO:0042256,GO:0042273,GO:0043021,GO:0043022,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044087,GO:0044089,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0044877,GO:0048518,GO:0050789,GO:0050794,GO:0051128,GO:0065003,GO:0065007,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0090069,GO:0090070,GO:1901564,GO:1901566,GO:1901576,GO:1902626,GO:1990904 - ko:K02899 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L27 +BSU_27950 224308.BSU27950 2.66e-74 222.0 COG2868@1|root,COG2868@2|Bacteria,1VEQ9@1239|Firmicutes,4HNMV@91061|Bacilli,1ZI1F@1386|Bacillus 2|Bacteria J ribosomal protein ysxB - - ko:K07584 - - - - ko00000 - - - Peptidase_Prp +BSU_27960 224308.BSU27960 6.34e-66 200.0 COG0261@1|root,COG0261@2|Bacteria,1V9YH@1239|Firmicutes,4HIGK@91061|Bacilli,1ZGZG@1386|Bacillus 2|Bacteria J This protein binds to 23S rRNA in the presence of protein L20 rplU GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016020,GO:0019538,GO:0022625,GO:0022626,GO:0032991,GO:0034641,GO:0034645,GO:0040007,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:0071944,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02888 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L21p +BSU_27970 224308.BSU27970 7.56e-208 574.0 COG1994@1|root,COG1994@2|Bacteria,1V72P@1239|Firmicutes,4IR6Y@91061|Bacilli,1ZAQ2@1386|Bacillus 2|Bacteria S Stage IV sporulation protein spoIVFB - - ko:K06402 - - - - ko00000,ko01000,ko01002 - - - Peptidase_M50,Peptidase_M50B +BSU_27980 224308.BSU27980 1.83e-187 521.0 COG0739@1|root,COG0739@2|Bacteria,1TSQI@1239|Firmicutes,4HFC8@91061|Bacilli,1ZFJN@1386|Bacillus 2|Bacteria M COG0739 Membrane proteins related to metalloendopeptidases spoIVFA - - ko:K06401,ko:K21472 - - - - ko00000,ko01000,ko01002,ko01011 - - - DUF3289,Peptidase_M23 +BSU_27990 224308.BSU27990 8.33e-186 517.0 COG2894@1|root,COG2894@2|Bacteria,1TP6P@1239|Firmicutes,4HB2F@91061|Bacilli,1ZB5P@1386|Bacillus 2|Bacteria D Belongs to the ParA family minD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03609 - - - - ko00000,ko03036,ko04812 - - - AAA_31,CbiA +BSU_28000 224308.BSU28000 1.23e-157 442.0 COG0850@1|root,COG0850@2|Bacteria,1VAPC@1239|Firmicutes,4HBTI@91061|Bacilli,1ZDSJ@1386|Bacillus 2|Bacteria D Cell division inhibitor that blocks the formation of polar Z ring septums. Rapidly oscillates between the poles of the cell to destabilize FtsZ filaments that have formed before they mature into polar Z rings. Prevents FtsZ polymerization minC GO:0000910,GO:0003674,GO:0004857,GO:0007049,GO:0007105,GO:0008150,GO:0009987,GO:0022402,GO:0030234,GO:0031333,GO:0032271,GO:0032272,GO:0032506,GO:0036214,GO:0043086,GO:0043254,GO:0044087,GO:0044092,GO:0048519,GO:0048523,GO:0050789,GO:0050790,GO:0050794,GO:0051128,GO:0051129,GO:0051179,GO:0051301,GO:0061640,GO:0065007,GO:0065009,GO:0098772 - ko:K03610 - - - - ko00000,ko03036,ko04812 - - - MinC_C +BSU_28010 224308.BSU28010 5.05e-110 317.0 COG2891@1|root,COG2891@2|Bacteria,1VEN7@1239|Firmicutes,4HNWW@91061|Bacilli,1ZGID@1386|Bacillus 2|Bacteria M shape-determining protein mreD GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0008150,GO:0008360,GO:0016020,GO:0016021,GO:0022603,GO:0022604,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0050789,GO:0050793,GO:0050794,GO:0051128,GO:0065007,GO:0065008,GO:0071944 - ko:K03571 - - - - ko00000,ko03036 9.B.157.1 - - MreD +BSU_28020 224308.BSU28020 1.91e-202 561.0 COG1792@1|root,COG1792@2|Bacteria,1TR1V@1239|Firmicutes,4HB0K@91061|Bacilli,1ZC8X@1386|Bacillus 2|Bacteria M Involved in formation and maintenance of cell shape mreC GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0007163,GO:0008150,GO:0008360,GO:0009273,GO:0009987,GO:0016020,GO:0016021,GO:0022603,GO:0022604,GO:0030428,GO:0031224,GO:0031226,GO:0042546,GO:0043621,GO:0044085,GO:0044425,GO:0044459,GO:0044464,GO:0050789,GO:0050793,GO:0050794,GO:0051128,GO:0065007,GO:0065008,GO:0071554,GO:0071840,GO:0071944,GO:0071963 - ko:K03570 - - - - ko00000,ko03036 9.B.157.1 - - MreC +BSU_28030 224308.BSU28030 5.26e-235 647.0 COG1077@1|root,COG1077@2|Bacteria,1TP51@1239|Firmicutes,4HA4S@91061|Bacilli,1ZB43@1386|Bacillus 2|Bacteria D Rod shape-determining protein MreB mreB - - ko:K03569 - - - - ko00000,ko02048,ko03036,ko04812 1.A.33.1,9.B.157.1 - - MreB_Mbl +BSU_28040 224308.BSU28040 3.4e-162 454.0 COG2003@1|root,COG2003@2|Bacteria,1TQ3K@1239|Firmicutes,4HB1W@91061|Bacilli,1ZBYH@1386|Bacillus 2|Bacteria E Belongs to the UPF0758 family radC - - ko:K03630 - - - - ko00000 - - - RadC +BSU_28050 224308.BSU28050 1.73e-132 375.0 COG0424@1|root,COG0424@2|Bacteria,1V6FH@1239|Firmicutes,4HIMK@91061|Bacilli,1ZGDP@1386|Bacillus 2|Bacteria D septum formation protein Maf maf GO:0000278,GO:0000281,GO:0000910,GO:0000917,GO:0005575,GO:0005623,GO:0007049,GO:0008150,GO:0009987,GO:0016043,GO:0022402,GO:0022607,GO:0030428,GO:0032506,GO:0044085,GO:0044464,GO:0051301,GO:0061640,GO:0071840,GO:0090529,GO:1902410,GO:1903047 - ko:K06287 - - - - ko00000 - - - Maf +BSU_28060 224308.BSU28060 6.64e-215 596.0 29RG0@1|root,30CIU@2|Bacteria,1U9YU@1239|Firmicutes,4IK6R@91061|Bacilli,1ZFFM@1386|Bacillus 2|Bacteria S Sporulation related domain spoIIB - - ko:K06380 - - - - ko00000 - - - SPOR +BSU_28070 224308.BSU28070 7.9e-165 462.0 COG1989@1|root,COG1989@2|Bacteria,1TQY4@1239|Firmicutes,4HCC3@91061|Bacilli,1ZCQ2@1386|Bacillus 2|Bacteria NOU COG1989 Type II secretory pathway, prepilin signal peptidase PulO and related peptidases pilD - 3.4.23.43 ko:K02236,ko:K02506,ko:K02654 - M00331,M00429 - - ko00000,ko00002,ko01000,ko01002,ko02035,ko02044 3.A.15.2 - - DiS_P_DiS,Peptidase_A24 +BSU_28080 224308.BSU28080 1.55e-315 858.0 COG0285@1|root,COG0285@2|Bacteria,1TPX5@1239|Firmicutes,4HBJM@91061|Bacilli,1ZAWN@1386|Bacillus 2|Bacteria H Belongs to the folylpolyglutamate synthase family folC GO:0003674,GO:0003824,GO:0004326,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006575,GO:0006725,GO:0006732,GO:0006760,GO:0006761,GO:0006807,GO:0008150,GO:0008152,GO:0008841,GO:0009058,GO:0009108,GO:0009396,GO:0009987,GO:0016053,GO:0016874,GO:0016879,GO:0016881,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0042398,GO:0042558,GO:0042559,GO:0043436,GO:0043603,GO:0043604,GO:0043648,GO:0043650,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0046452,GO:0046483,GO:0046900,GO:0046901,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 6.3.2.12,6.3.2.17 ko:K11754 ko00790,ko01100,map00790,map01100 M00126,M00841 R00942,R02237,R04241 RC00064,RC00090,RC00162 ko00000,ko00001,ko00002,ko01000 - - iLJ478.TM0166,iSB619.SA_RS08370 Mur_ligase_C,Mur_ligase_M +BSU_28090 224308.BSU28090 0.0 1798.0 COG0525@1|root,COG0525@2|Bacteria,1TPN4@1239|Firmicutes,4HB85@91061|Bacilli,1ZAS4@1386|Bacillus 2|Bacteria J amino acids such as threonine, to avoid such errors, it has a posttransfer editing activity that hydrolyzes mischarged Thr-tRNA(Val) in a tRNA-dependent manner valS GO:0003674,GO:0003824,GO:0004812,GO:0004832,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006438,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.9 ko:K01873 ko00970,map00970 M00359,M00360 R03665 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - iLJ478.TM1817 Anticodon_1,Val_tRNA-synt_C,tRNA-synt_1 +BSU_28099 1051501.AYTL01000030_gene2883 6.23e-35 119.0 2ESUV@1|root,33KD9@2|Bacteria,1VP5F@1239|Firmicutes,4HSYB@91061|Bacilli,1ZIWU@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_28100 224308.BSU28100 2.58e-253 694.0 COG2334@1|root,COG2334@2|Bacteria,1V54J@1239|Firmicutes,4HH2K@91061|Bacilli,1ZB97@1386|Bacillus 2|Bacteria S A protein kinase that phosphorylates Ser and Thr residues. Probably acts to suppress the effects of stress linked to accumulation of reactive oxygen species. Probably involved in the extracytoplasmic stress response ysxE GO:0005575,GO:0005623,GO:0042601,GO:0042763,GO:0044464 - ko:K06331,ko:K06337 - - - - ko00000 - - - APH +BSU_28110 224308.BSU28110 0.0 1001.0 COG1388@1|root,COG1388@2|Bacteria,1U052@1239|Firmicutes,4HF2C@91061|Bacilli,1ZB2H@1386|Bacillus 2|Bacteria M stage VI sporulation protein D spoVID GO:0003674,GO:0005488,GO:0005515,GO:0019899,GO:0051117 - ko:K06417 - - - - ko00000 - - - DUF3794,LysM +BSU_28120 224308.BSU28120 8.99e-315 857.0 COG0001@1|root,COG0001@2|Bacteria,1TPNH@1239|Firmicutes,4HANQ@91061|Bacilli,1ZBUT@1386|Bacillus 2|Bacteria H Glutamate-1-semialdehyde aminotransferase hemL GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0006725,GO:0006778,GO:0006779,GO:0006782,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016020,GO:0016853,GO:0016866,GO:0016869,GO:0018130,GO:0019438,GO:0033013,GO:0033014,GO:0034641,GO:0040007,GO:0042168,GO:0042286,GO:0042440,GO:0042802,GO:0044237,GO:0044249,GO:0044271,GO:0044464,GO:0046148,GO:0046483,GO:0046501,GO:0051186,GO:0051188,GO:0071704,GO:0071944,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 5.4.3.8 ko:K01845 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R02272 RC00677 ko00000,ko00001,ko00002,ko01000,ko01007 - - iSB619.SA_RS08395,iUMNK88_1353.UMNK88_158 Aminotran_3 +BSU_28130 224308.BSU28130 6.39e-234 643.0 COG0113@1|root,COG0113@2|Bacteria,1TP09@1239|Firmicutes,4HBQC@91061|Bacilli,1ZARK@1386|Bacillus 2|Bacteria H Belongs to the ALAD family hemB GO:0003674,GO:0003824,GO:0004655,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0008270,GO:0009058,GO:0009987,GO:0016829,GO:0016835,GO:0016836,GO:0018130,GO:0019438,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0043167,GO:0043169,GO:0044237,GO:0044249,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0046148,GO:0046483,GO:0046872,GO:0046914,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 4.2.1.24 ko:K01698 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R00036 RC00918,RC01781 ko00000,ko00001,ko00002,ko01000,ko04147 - - iHN637.CLJU_RS15750 ALAD +BSU_28140 224308.BSU28140 1.57e-187 521.0 COG1587@1|root,COG1587@2|Bacteria,1UHSJ@1239|Firmicutes,4HFY4@91061|Bacilli,1ZGER@1386|Bacillus 2|Bacteria H Uroporphyrinogen-III synthase hemD GO:0003674,GO:0003824,GO:0004851,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008169,GO:0008757,GO:0009058,GO:0009987,GO:0016740,GO:0016741,GO:0018130,GO:0019354,GO:0019438,GO:0032259,GO:0033013,GO:0033014,GO:0034641,GO:0042168,GO:0042440,GO:0044237,GO:0044249,GO:0044271,GO:0046148,GO:0046156,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.1.1.107,4.2.1.75 ko:K01719,ko:K13542 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R03165,R03194 RC00003,RC00871,RC01861 ko00000,ko00001,ko00002,ko01000 - - - HEM4,TP_methylase +BSU_28150 224308.BSU28150 2.66e-221 610.0 COG0181@1|root,COG0181@2|Bacteria,1TPFQ@1239|Firmicutes,4H9TV@91061|Bacilli,1ZCR0@1386|Bacillus 2|Bacteria H Tetrapolymerization of the monopyrrole PBG into the hydroxymethylbilane pre-uroporphyrinogen in several discrete steps hemC GO:0003674,GO:0003824,GO:0004418,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006464,GO:0006725,GO:0006778,GO:0006779,GO:0006782,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016740,GO:0016765,GO:0018065,GO:0018130,GO:0018160,GO:0018193,GO:0018198,GO:0019438,GO:0019538,GO:0033013,GO:0033014,GO:0034641,GO:0036211,GO:0042168,GO:0042440,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0046148,GO:0046483,GO:0046501,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.1.1.107,2.5.1.61,4.2.1.75 ko:K01749,ko:K13542 ko00860,ko01100,ko01110,ko01120,map00860,map01100,map01110,map01120 M00121 R00084,R03165,R03194 RC00003,RC00871,RC01861,RC02317 ko00000,ko00001,ko00002,ko01000 - - iEC55989_1330.EC55989_4275,iECH74115_1262.ECH74115_5243,iECIAI1_1343.ECIAI1_3991,iECO103_1326.ECO103_4362,iECO111_1330.ECO111_4628,iECO26_1355.ECO26_4784,iECSE_1348.ECSE_4086,iEKO11_1354.EKO11_4554,iHN637.CLJU_RS15760,iPC815.YPO3849 Porphobil_deam,Porphobil_deamC +BSU_28160 224308.BSU28160 6.56e-187 520.0 COG0755@1|root,COG0755@2|Bacteria,1U8IP@1239|Firmicutes,4HD6H@91061|Bacilli,1ZBFP@1386|Bacillus 2|Bacteria O cytochrome C hemX GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008152,GO:0015886,GO:0016020,GO:0044464,GO:0051179,GO:0051181,GO:0051234,GO:0055114,GO:0071702,GO:0071705,GO:0071944,GO:1901678 - ko:K02497 - - - - ko00000 - - - Cytochrom_C_asm +BSU_28170 224308.BSU28170 6.39e-316 862.0 COG0373@1|root,COG0373@2|Bacteria,1TQN9@1239|Firmicutes,4HAVC@91061|Bacilli,1ZBER@1386|Bacillus 2|Bacteria H Catalyzes the NADPH-dependent reduction of glutamyl- tRNA(Glu) to glutamate 1-semialdehyde (GSA) hemA GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0006082,GO:0006520,GO:0006536,GO:0006725,GO:0006778,GO:0006779,GO:0006782,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0008883,GO:0009058,GO:0009064,GO:0009288,GO:0009987,GO:0016491,GO:0016620,GO:0016903,GO:0018130,GO:0019353,GO:0019438,GO:0019752,GO:0033013,GO:0033014,GO:0033526,GO:0034641,GO:0040007,GO:0042168,GO:0042440,GO:0042597,GO:0042802,GO:0042995,GO:0043226,GO:0043228,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044464,GO:0046148,GO:0046483,GO:0046501,GO:0051186,GO:0051188,GO:0055040,GO:0055114,GO:0071704,GO:0140098,GO:0140101,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605 1.2.1.70 ko:K02407,ko:K02492,ko:K10714,ko:K15671 ko00680,ko00860,ko01051,ko01052,ko01100,ko01110,ko01120,ko01200,ko02040,map00680,map00860,map01051,map01052,map01100,map01110,map01120,map01200,map02040 M00121 R04109,R08059 RC00055,RC00149,RC00202 ko00000,ko00001,ko00002,ko01000,ko01008,ko02035 - - iECNA114_1301.ECNA114_1375,iECSF_1327.ECSF_1186,iSB619.SA_RS08420,iUTI89_1310.UTI89_C1404 GlutR_N,GlutR_dimer,Shikimate_DH +BSU_28180 224308.BSU28180 8.23e-117 334.0 2CYGZ@1|root,32T47@2|Bacteria,1VA1R@1239|Firmicutes,4HM46@91061|Bacilli,1ZGJG@1386|Bacillus 2|Bacteria - - ysxD - - - - - - - - - - - - +BSU_28190 224308.BSU28190 7.6e-139 392.0 COG0218@1|root,COG0218@2|Bacteria,1TSPW@1239|Firmicutes,4HBXZ@91061|Bacilli,1ZBX7@1386|Bacillus 2|Bacteria D Necessary for normal cell division and for the maintenance of normal septation engB GO:0000166,GO:0001882,GO:0001883,GO:0003674,GO:0005488,GO:0005525,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0017076,GO:0019001,GO:0032549,GO:0032550,GO:0032553,GO:0032555,GO:0032561,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0044424,GO:0044444,GO:0044464,GO:0097159,GO:0097367,GO:1901265,GO:1901363 - ko:K03978 - - - - ko00000,ko03036 - - - MMR_HSR1 +BSU_28200 224308.BSU28200 0.0 1486.0 COG0466@1|root,COG0466@2|Bacteria,1TNYG@1239|Firmicutes,4HAZK@91061|Bacilli,1ZAXX@1386|Bacillus 2|Bacteria O ATP-dependent serine protease that mediates the selective degradation of mutant and abnormal proteins as well as certain short-lived regulatory proteins. Required for cellular homeostasis and for survival from DNA damage and developmental changes induced by stress. Degrades polypeptides processively to yield small peptide fragments that are 5 to 10 amino acids long. Binds to DNA in a double-stranded, site-specific manner lon GO:0000166,GO:0003674,GO:0003676,GO:0003677,GO:0003824,GO:0004175,GO:0004176,GO:0004252,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006508,GO:0006515,GO:0006807,GO:0006950,GO:0008144,GO:0008150,GO:0008152,GO:0008233,GO:0008236,GO:0009056,GO:0009057,GO:0009266,GO:0009314,GO:0009408,GO:0009628,GO:0009987,GO:0010165,GO:0010212,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0017171,GO:0019538,GO:0030163,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0035639,GO:0036094,GO:0042623,GO:0043167,GO:0043168,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044257,GO:0044260,GO:0044265,GO:0044267,GO:0044424,GO:0044444,GO:0044464,GO:0050896,GO:0051603,GO:0070011,GO:0071704,GO:0097159,GO:0097367,GO:0140096,GO:1901265,GO:1901363,GO:1901564,GO:1901565,GO:1901575 3.4.21.53 ko:K01338 ko04112,map04112 - - - ko00000,ko00001,ko01000,ko01002 - - - AAA,LON_substr_bdg,Lon_C +BSU_28210 224308.BSU28210 0.0 1075.0 COG0470@1|root,COG1067@1|root,COG0470@2|Bacteria,COG1067@2|Bacteria,1TP2K@1239|Firmicutes,4HB6F@91061|Bacilli,1ZBW1@1386|Bacillus 2|Bacteria LO Belongs to the peptidase S16 family lonB - 2.7.7.7,3.4.21.53 ko:K01338,ko:K02341,ko:K04076 ko00230,ko00240,ko01100,ko03030,ko03430,ko03440,ko04112,map00230,map00240,map01100,map03030,map03430,map03440,map04112 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko01002,ko03032,ko03400 - - - AAA,Lon_C +BSU_28220 224308.BSU28220 1.15e-296 810.0 COG1219@1|root,COG1219@2|Bacteria,1TQ00@1239|Firmicutes,4H9U4@91061|Bacilli,1ZANE@1386|Bacillus 2|Bacteria O ATP-dependent specificity component of the Clp protease. It directs the protease to specific substrates. Can perform chaperone functions in the absence of ClpP clpX GO:0000166,GO:0000502,GO:0002020,GO:0003674,GO:0003824,GO:0004176,GO:0005488,GO:0005515,GO:0005524,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006508,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008233,GO:0009056,GO:0009057,GO:0009376,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0019538,GO:0019899,GO:0019904,GO:0030163,GO:0030164,GO:0030312,GO:0030554,GO:0031333,GO:0031597,GO:0032271,GO:0032272,GO:0032553,GO:0032555,GO:0032559,GO:0032991,GO:0035639,GO:0036094,GO:0040007,GO:0042623,GO:0042802,GO:0043167,GO:0043168,GO:0043170,GO:0043254,GO:0043335,GO:0044087,GO:0044237,GO:0044238,GO:0044248,GO:0044257,GO:0044260,GO:0044265,GO:0044267,GO:0044424,GO:0044444,GO:0044445,GO:0044464,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051128,GO:0051129,GO:0051301,GO:0051704,GO:0065007,GO:0070011,GO:0071704,GO:0071944,GO:0097159,GO:0097367,GO:0097718,GO:0140096,GO:1901265,GO:1901363,GO:1901564,GO:1901565,GO:1901575,GO:1902494,GO:1904949,GO:1905368,GO:1905369 - ko:K03544 ko04112,map04112 - - - ko00000,ko00001,ko03110 - - - AAA_2,ClpB_D2-small,zf-C4_ClpX +BSU_28230 224308.BSU28230 8.87e-287 785.0 COG0544@1|root,COG0544@2|Bacteria,1TQQ8@1239|Firmicutes,4H9Q8@91061|Bacilli,1ZBRE@1386|Bacillus 2|Bacteria D Involved in protein export. Acts as a chaperone by maintaining the newly synthesized protein in an open conformation. Functions as a peptidyl-prolyl cis-trans isomerase tig GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 - ko:K03545 - - - - ko00000 - - - FKBP_C,Trigger_C,Trigger_N +BSU_28240 224308.BSU28240 2.73e-240 660.0 COG0457@1|root,COG1477@1|root,COG0457@2|Bacteria,COG1477@2|Bacteria,1V7T7@1239|Firmicutes,4HKAH@91061|Bacilli,1ZS6N@1386|Bacillus 2|Bacteria H Tetratricopeptide repeat ysoA - - - - - - - - - - - TPR_19 +BSU_28250 224308.BSU28250 5.35e-150 421.0 COG0066@1|root,COG0066@2|Bacteria,1V1I6@1239|Firmicutes,4HH3U@91061|Bacilli,1ZQWB@1386|Bacillus 2|Bacteria E Catalyzes the isomerization between 2-isopropylmalate and 3-isopropylmalate, via the formation of 2-isopropylmaleate leuD - 4.2.1.33,4.2.1.35 ko:K01704 ko00290,ko00660,ko01100,ko01110,ko01210,ko01230,map00290,map00660,map01100,map01110,map01210,map01230 M00432,M00535 R03896,R03898,R03968,R04001,R10170 RC00976,RC00977,RC01041,RC01046,RC03072 br01601,ko00000,ko00001,ko00002,ko01000 - - - Aconitase_C +BSU_28260 224308.BSU28260 0.0 952.0 COG0065@1|root,COG0065@2|Bacteria,1TPE5@1239|Firmicutes,4HAWA@91061|Bacilli,1ZCF1@1386|Bacillus 2|Bacteria E Catalyzes the isomerization between 2-isopropylmalate and 3-isopropylmalate, via the formation of 2-isopropylmaleate leuC GO:0003674,GO:0003824,GO:0003861,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006551,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009081,GO:0009082,GO:0009098,GO:0009316,GO:0009987,GO:0016053,GO:0016829,GO:0016835,GO:0016836,GO:0016853,GO:0016866,GO:0019752,GO:0032991,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044445,GO:0044464,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1902494 4.2.1.33,4.2.1.35 ko:K01703 ko00290,ko00660,ko00966,ko01100,ko01110,ko01210,ko01230,map00290,map00660,map00966,map01100,map01110,map01210,map01230 M00432,M00535 R03896,R03898,R03968,R04001,R08620,R08624,R08628,R08634,R08641,R08645,R10170 RC00497,RC00976,RC00977,RC01041,RC01046,RC03072 br01601,ko00000,ko00001,ko00002,ko01000 - - iEcE24377_1341.EcE24377A_0075,iPC815.YPO0531,iSB619.SA_RS10700 Aconitase +BSU_28270 224308.BSU28270 2.13e-255 701.0 COG0473@1|root,COG0473@2|Bacteria,1TPEM@1239|Firmicutes,4HATP@91061|Bacilli,1ZB3Y@1386|Bacillus 2|Bacteria CE Catalyzes the oxidation of 3-carboxy-2-hydroxy-4- methylpentanoate (3-isopropylmalate) to 3-carboxy-4-methyl-2- oxopentanoate. The product decarboxylates to 4-methyl-2 oxopentanoate leuB GO:0003674,GO:0003824,GO:0003862,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006551,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009081,GO:0009082,GO:0009098,GO:0009987,GO:0016053,GO:0016491,GO:0016614,GO:0016616,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0055114,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.1.1.83,1.1.1.85,1.1.1.93,4.1.1.73 ko:K00052,ko:K07246 ko00290,ko00630,ko00650,ko00660,ko01100,ko01110,ko01210,ko01230,map00290,map00630,map00650,map00660,map01100,map01110,map01210,map01230 M00432,M00535 R00215,R00994,R01751,R02545,R04426,R06180,R10052 RC00084,RC00105,RC00417,RC00594,RC03036 br01601,ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU28270 Iso_dh +BSU_28280 224308.BSU28280 0.0 1008.0 COG0119@1|root,COG0119@2|Bacteria,1TP4Y@1239|Firmicutes,4HA6E@91061|Bacilli,1ZC5T@1386|Bacillus 2|Bacteria E Catalyzes the condensation of the acetyl group of acetyl-CoA with 3-methyl-2-oxobutanoate (2-oxoisovalerate) to form 3-carboxy-3-hydroxy-4-methylpentanoate (2-isopropylmalate) leuA - 2.3.3.13 ko:K01649 ko00290,ko00620,ko01100,ko01110,ko01210,ko01230,map00290,map00620,map01100,map01110,map01210,map01230 M00432 R01213 RC00004,RC00470,RC02754 br01601,ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS10690,iYO844.BSU28280 HMGL-like,LeuA_dimer +BSU_28290 224308.BSU28290 9.59e-245 672.0 COG0059@1|root,COG0059@2|Bacteria,1TPI7@1239|Firmicutes,4HADK@91061|Bacilli,1ZCH5@1386|Bacillus 2|Bacteria EH Involved in the biosynthesis of branched-chain amino acids (BCAA). Catalyzes an alkyl-migration followed by a ketol- acid reduction of (S)-2-acetolactate (S2AL) to yield (R)-2,3- dihydroxy-isovalerate. In the isomerase reaction, S2AL is rearranged via a Mg-dependent methyl migration to produce 3- hydroxy-3-methyl-2-ketobutyrate (HMKB). In the reductase reaction, this 2-ketoacid undergoes a metal-dependent reduction by NADPH to yield (R)-2,3-dihydroxy-isovalerate ilvC - 1.1.1.86 ko:K00053 ko00290,ko00770,ko01100,ko01110,ko01130,ko01210,ko01230,map00290,map00770,map01100,map01110,map01130,map01210,map01230 M00019,M00570 R03051,R04439,R04440,R05068,R05069,R05071 RC00726,RC00836,RC00837,RC01726 ko00000,ko00001,ko00002,ko01000 - - iHN637.CLJU_RS10005,iHN637.CLJU_RS10010 IlvC,IlvN +BSU_28300 224308.BSU28300 2.92e-109 315.0 COG0440@1|root,COG0440@2|Bacteria,1V2AJ@1239|Firmicutes,4HDY5@91061|Bacilli,1ZFP3@1386|Bacillus 2|Bacteria E Acetolactate synthase ilvN GO:0003674,GO:0003824,GO:0003984,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005948,GO:0006082,GO:0006520,GO:0006549,GO:0006573,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009081,GO:0009082,GO:0009097,GO:0009099,GO:0009987,GO:0016053,GO:0016740,GO:0016744,GO:0019752,GO:0032991,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607,GO:1902494,GO:1990234 2.2.1.6 ko:K01653,ko:K16785 ko00290,ko00650,ko00660,ko00770,ko01100,ko01110,ko01130,ko01210,ko01230,ko02010,map00290,map00650,map00660,map00770,map01100,map01110,map01130,map01210,map01230,map02010 M00019,M00570,M00582 R00006,R00014,R00226,R03050,R04672,R04673,R08648 RC00027,RC00106,RC01192,RC02744,RC02893 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.25,3.A.1.28,3.A.1.29,3.A.1.30,3.A.1.31,3.A.1.32,3.A.1.33,3.A.1.35 - iHN637.CLJU_RS10025 ACT,ACT_5,ALS_ss_C +BSU_28310 224308.BSU28310 0.0 1135.0 COG0028@1|root,COG0028@2|Bacteria,1TQE8@1239|Firmicutes,4H9VR@91061|Bacilli,1ZB1D@1386|Bacillus 2|Bacteria E Acetolactate synthase ilvB - 2.2.1.6 ko:K01652,ko:K16787 ko00290,ko00650,ko00660,ko00770,ko01100,ko01110,ko01130,ko01210,ko01230,ko02010,map00290,map00650,map00660,map00770,map01100,map01110,map01130,map01210,map01230,map02010 M00019,M00570,M00582 R00006,R00014,R00226,R03050,R04672,R04673,R08648 RC00027,RC00106,RC01192,RC02744,RC02893 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.25,3.A.1.28,3.A.1.29,3.A.1.30,3.A.1.31,3.A.1.32,3.A.1.33,3.A.1.35 - iYO844.BSU28310 TPP_enzyme_C,TPP_enzyme_M,TPP_enzyme_N +BSU_28330 224308.BSU28330 1.35e-106 307.0 COG0454@1|root,COG0454@2|Bacteria,1V4EA@1239|Firmicutes,4HHBF@91061|Bacilli,1ZGG7@1386|Bacillus 2|Bacteria K acetyltransferase ysnE GO:0003674,GO:0003824,GO:0004596,GO:0005575,GO:0005622,GO:0005623,GO:0006464,GO:0006473,GO:0006474,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0019538,GO:0031248,GO:0031365,GO:0032991,GO:0034212,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0051604,GO:0071704,GO:1901564,GO:1902493,GO:1902494,GO:1990234 - ko:K03829 - - - - ko00000,ko01000 - - - Acetyltransf_1,Acetyltransf_10 +BSU_28340 224308.BSU28340 1.01e-184 514.0 COG3861@1|root,COG3861@2|Bacteria,1V9A1@1239|Firmicutes,4HISC@91061|Bacilli,1ZE4F@1386|Bacillus 2|Bacteria S protein conserved in bacteria ysnF - - ko:K02040 ko02010,ko02020,ko05152,map02010,map02020,map05152 M00222 - - ko00000,ko00001,ko00002,ko02000 3.A.1.7 - - DUF2382,YflT +BSU_28350 224308.BSU28350 4.05e-119 340.0 COG0622@1|root,COG0622@2|Bacteria,1VA0U@1239|Firmicutes,4HM24@91061|Bacilli,1ZH0K@1386|Bacillus 2|Bacteria S Phosphoesterase ysnB GO:0003674,GO:0005488,GO:0008270,GO:0043167,GO:0043169,GO:0046872,GO:0046914 - ko:K07095 - - - - ko00000 - - - Metallophos_2 +BSU_28360 224308.BSU28360 2.53e-134 381.0 COG0127@1|root,COG0127@2|Bacteria,1V6RN@1239|Firmicutes,4HCP6@91061|Bacilli,1ZFJM@1386|Bacillus 2|Bacteria F Pyrophosphatase that catalyzes the hydrolysis of nucleoside triphosphates to their monophosphate derivatives, with a high preference for the non-canonical purine nucleotides XTP (xanthosine triphosphate), dITP (deoxyinosine triphosphate) and ITP. Seems to function as a house-cleaning enzyme that removes non-canonical purine nucleotides from the nucleotide pool, thus preventing their incorporation into DNA RNA and avoiding chromosomal lesions rdgB GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009141,GO:0009143,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046434,GO:0046483,GO:0046700,GO:0047429,GO:0055086,GO:0071704,GO:1901292,GO:1901360,GO:1901361,GO:1901362,GO:1901575,GO:1901576 3.6.1.66 ko:K02428 ko00230,map00230 - R00426,R00720,R01855,R02100,R02720,R03531 RC00002 ko00000,ko00001,ko01000 - - - Ham1p_like +BSU_28370 224308.BSU28370 3.53e-171 478.0 COG0689@1|root,COG0689@2|Bacteria,1TQM3@1239|Firmicutes,4HBH3@91061|Bacilli,1ZBXN@1386|Bacillus 2|Bacteria J Phosphorolytic exoribonuclease that removes nucleotide residues following the -CCA terminus of tRNA and adds nucleotides to the ends of RNA molecules by using nucleoside diphosphates as substrates rph GO:0003674,GO:0003824,GO:0004518,GO:0004540,GO:0006139,GO:0006364,GO:0006396,GO:0006399,GO:0006401,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016075,GO:0016787,GO:0016788,GO:0019439,GO:0022613,GO:0031123,GO:0031125,GO:0034470,GO:0034641,GO:0034655,GO:0034660,GO:0034661,GO:0042254,GO:0043170,GO:0043628,GO:0044085,GO:0044237,GO:0044238,GO:0044248,GO:0044260,GO:0044265,GO:0044270,GO:0046483,GO:0046700,GO:0071704,GO:0071840,GO:0090304,GO:0090305,GO:0090501,GO:0140098,GO:1901360,GO:1901361,GO:1901575 2.7.7.56,3.6.1.66 ko:K00989,ko:K02428 ko00230,map00230 - R00426,R00720,R01855,R02100,R02720,R03531 RC00002 ko00000,ko00001,ko01000,ko03016 - - - RNase_PH,RNase_PH_C +BSU_28380 224308.BSU28380 8.03e-256 702.0 COG5401@1|root,COG5401@2|Bacteria,1TPQD@1239|Firmicutes,4HB1S@91061|Bacilli,1ZBZJ@1386|Bacillus 2|Bacteria S COG5401 Spore germination protein gerM - - ko:K06298 - - - - ko00000 - - - Germane +BSU_28390 224308.BSU28390 1.46e-197 547.0 COG0796@1|root,COG0796@2|Bacteria,1TPPR@1239|Firmicutes,4HA46@91061|Bacilli,1ZBC9@1386|Bacillus 2|Bacteria M Provides the (R)-glutamate required for cell wall biosynthesis murI GO:0000270,GO:0003674,GO:0003824,GO:0004857,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0006022,GO:0006023,GO:0006024,GO:0006807,GO:0008150,GO:0008152,GO:0008657,GO:0008881,GO:0009058,GO:0009059,GO:0009252,GO:0009273,GO:0009987,GO:0010911,GO:0016020,GO:0016853,GO:0016854,GO:0016855,GO:0030203,GO:0030234,GO:0032780,GO:0034645,GO:0036361,GO:0042030,GO:0042546,GO:0042802,GO:0043086,GO:0043170,GO:0043462,GO:0044036,GO:0044038,GO:0044085,GO:0044092,GO:0044237,GO:0044249,GO:0044260,GO:0044464,GO:0047661,GO:0050790,GO:0051336,GO:0051346,GO:0060589,GO:0060590,GO:0065007,GO:0065009,GO:0070589,GO:0071554,GO:0071704,GO:0071840,GO:0071944,GO:0072586,GO:0098772,GO:1901135,GO:1901137,GO:1901564,GO:1901566,GO:1901576,GO:2000371,GO:2000372 3.6.1.66,5.1.1.3 ko:K01776,ko:K02428 ko00230,ko00471,ko01100,map00230,map00471,map01100 - R00260,R00426,R00720,R01855,R02100,R02720,R03531 RC00002,RC00302 ko00000,ko00001,ko01000,ko01011 - - iYO844.BSU28390 Asp_Glu_race +BSU_28400 224308.BSU28400 1.6e-98 286.0 COG1846@1|root,COG1846@2|Bacteria,1VACT@1239|Firmicutes,4HKGN@91061|Bacilli,1ZQ3V@1386|Bacillus 2|Bacteria K helix_turn_helix multiple antibiotic resistance protein ysmB - 2.4.2.28 ko:K00772 ko00270,ko01100,map00270,map01100 M00034 R01402 RC00063,RC02819 ko00000,ko00001,ko00002,ko01000 - - - MarR +BSU_28410 1051501.AYTL01000030_gene2917 1.81e-41 136.0 COG2197@1|root,COG2197@2|Bacteria,1VBZR@1239|Firmicutes,4HKT4@91061|Bacilli,1ZHTA@1386|Bacillus 2|Bacteria K Transcriptional regulator gerE - - ko:K01994 - - - - ko00000,ko03000 - - - GerE +BSU_28420 224308.BSU28420 1.6e-103 299.0 COG0824@1|root,COG0824@2|Bacteria,1V6GS@1239|Firmicutes,4HJ05@91061|Bacilli,1ZH3F@1386|Bacillus 2|Bacteria S thioesterase ybgC GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0006635,GO:0008150,GO:0008152,GO:0009056,GO:0009062,GO:0009987,GO:0016042,GO:0016054,GO:0016289,GO:0016787,GO:0016788,GO:0016790,GO:0019395,GO:0019752,GO:0030258,GO:0032787,GO:0034440,GO:0043436,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044281,GO:0044282,GO:0046395,GO:0047617,GO:0055114,GO:0071704,GO:0072329,GO:1901575 3.1.2.23,3.1.2.28 ko:K01075,ko:K07107,ko:K12073,ko:K12500,ko:K15315 ko00130,ko00362,ko01059,ko01100,ko01110,ko01120,map00130,map00362,map01059,map01100,map01110,map01120 M00116 R01301,R07262,R11436 RC00004,RC00039,RC00174,RC03437 ko00000,ko00001,ko00002,ko01000,ko01004,ko01008 - - iECP_1309.ECP_0747,iSDY_1059.SDY_0684 4HBT,4HBT_2 +BSU_28430 224308.BSU28430 1.15e-189 525.0 COG0479@1|root,COG0479@2|Bacteria,1TP17@1239|Firmicutes,4HAG7@91061|Bacilli,1ZAPQ@1386|Bacillus 2|Bacteria C succinate dehydrogenase sdhB GO:0005575,GO:0005623,GO:0005886,GO:0006091,GO:0008150,GO:0008152,GO:0009060,GO:0009987,GO:0015980,GO:0016020,GO:0022900,GO:0022904,GO:0044237,GO:0044464,GO:0045333,GO:0055114,GO:0071944 1.3.5.1,1.3.5.4 ko:K00240,ko:K00245 ko00020,ko00190,ko00620,ko00650,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko02020,map00020,map00190,map00620,map00650,map00720,map01100,map01110,map01120,map01130,map01200,map02020 M00009,M00011,M00149,M00150,M00173,M00374,M00376 R02164 RC00045 ko00000,ko00001,ko00002,ko01000 - - - Fer2_3,Fer4_10,Fer4_8 +BSU_28440 224308.BSU28440 0.0 1194.0 COG1053@1|root,COG1053@2|Bacteria,1TPAR@1239|Firmicutes,4HBVG@91061|Bacilli,1ZBRD@1386|Bacillus 2|Bacteria C succinate dehydrogenase sdhA GO:0003674,GO:0003824,GO:0006091,GO:0008150,GO:0008152,GO:0009055,GO:0009061,GO:0009987,GO:0015980,GO:0016491,GO:0022900,GO:0044237,GO:0045333,GO:0055114 1.3.5.1,1.3.5.4 ko:K00239 ko00020,ko00190,ko00650,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko05134,map00020,map00190,map00650,map00720,map01100,map01110,map01120,map01130,map01200,map05134 M00009,M00011,M00149,M00173,M00374,M00376 R02164 RC00045 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS05640 FAD_binding_2,Succ_DH_flav_C +BSU_28450 224308.BSU28450 1.35e-140 397.0 COG2009@1|root,COG2009@2|Bacteria,1TQUI@1239|Firmicutes,4HBX0@91061|Bacilli,1ZBB5@1386|Bacillus 2|Bacteria C succinate dehydrogenase sdhC - - ko:K00241,ko:K00247 ko00020,ko00190,ko00620,ko00650,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko02020,map00020,map00190,map00620,map00650,map00720,map01100,map01110,map01120,map01130,map01200,map02020 M00009,M00011,M00149,M00150,M00173,M00374,M00376 R02164 RC00045 ko00000,ko00001,ko00002 - - iYO844.BSU28450 Sdh_cyt +BSU_28460 224308.BSU28460 8.53e-104 300.0 COG1719@1|root,COG1719@2|Bacteria,1VD7N@1239|Firmicutes,4HKV3@91061|Bacilli,1ZQN2@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2507) yslB - - - - - - - - - - - DUF2507 +BSU_28470 224308.BSU28470 4.83e-276 757.0 COG0527@1|root,COG0527@2|Bacteria,1TPQJ@1239|Firmicutes,4HADX@91061|Bacilli,1ZDA6@1386|Bacillus 2|Bacteria E Belongs to the aspartokinase family lysC GO:0003674,GO:0003824,GO:0004072,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006553,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009507,GO:0009532,GO:0009536,GO:0009570,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016774,GO:0019202,GO:0019752,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044422,GO:0044424,GO:0044434,GO:0044435,GO:0044444,GO:0044446,GO:0044464,GO:0046394,GO:0046451,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.1.1.3,2.7.2.4 ko:K00928,ko:K12524 ko00260,ko00261,ko00270,ko00300,ko01100,ko01110,ko01120,ko01130,ko01210,ko01230,map00260,map00261,map00270,map00300,map01100,map01110,map01120,map01130,map01210,map01230 M00016,M00017,M00018,M00033,M00525,M00526,M00527 R00480,R01773,R01775 RC00002,RC00043,RC00087 ko00000,ko00001,ko00002,ko01000 - - - AA_kinase,ACT,ACT_7 +BSU_28475 224308.BSU28470 2.35e-97 293.0 COG0527@1|root,COG0527@2|Bacteria,1TPQJ@1239|Firmicutes,4HADX@91061|Bacilli,1ZDA6@1386|Bacillus 2|Bacteria E Belongs to the aspartokinase family lysC GO:0003674,GO:0003824,GO:0004072,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006553,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009507,GO:0009532,GO:0009536,GO:0009570,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016774,GO:0019202,GO:0019752,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044422,GO:0044424,GO:0044434,GO:0044435,GO:0044444,GO:0044446,GO:0044464,GO:0046394,GO:0046451,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.1.1.3,2.7.2.4 ko:K00928,ko:K12524 ko00260,ko00261,ko00270,ko00300,ko01100,ko01110,ko01120,ko01130,ko01210,ko01230,map00260,map00261,map00270,map00300,map01100,map01110,map01120,map01130,map01210,map01230 M00016,M00017,M00018,M00033,M00525,M00526,M00527 R00480,R01773,R01775 RC00002,RC00043,RC00087 ko00000,ko00001,ko00002,ko01000 - - - AA_kinase,ACT,ACT_7 +BSU_28490 224308.BSU28490 0.0 1164.0 COG0322@1|root,COG0322@2|Bacteria,1TP4B@1239|Firmicutes,4H9QH@91061|Bacilli,1ZBY1@1386|Bacillus 2|Bacteria L The UvrABC repair system catalyzes the recognition and processing of DNA lesions. UvrC both incises the 5' and 3' sides of the lesion. The N-terminal half is responsible for the 3' incision and the C-terminal half is responsible for the 5' incision uvrC GO:0005575,GO:0005622,GO:0005623,GO:0006950,GO:0006974,GO:0008150,GO:0009380,GO:0009987,GO:0032991,GO:0033554,GO:0044424,GO:0044464,GO:0050896,GO:0051716,GO:1902494,GO:1905347,GO:1905348,GO:1990391 - ko:K03703 ko03420,map03420 - - - ko00000,ko00001,ko03400 - - - GIY-YIG,HHH_2,HHH_5,UVR,UvrC_HhH_N +BSU_28500 1051501.AYTL01000030_gene2925 1.12e-69 210.0 COG3118@1|root,COG3118@2|Bacteria,1VA3Y@1239|Firmicutes,4HKKX@91061|Bacilli,1ZGXM@1386|Bacillus 2|Bacteria O Belongs to the thioredoxin family trxA GO:0003674,GO:0003824,GO:0004791,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009636,GO:0009987,GO:0015035,GO:0015036,GO:0016209,GO:0016491,GO:0016651,GO:0016667,GO:0016668,GO:0016671,GO:0019725,GO:0033554,GO:0034599,GO:0042221,GO:0042592,GO:0044424,GO:0044444,GO:0044464,GO:0045454,GO:0047134,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0055114,GO:0065007,GO:0065008,GO:0070887,GO:0097237,GO:0098754,GO:0098869,GO:1990748 - ko:K03671 ko04621,ko05418,map04621,map05418 - - - ko00000,ko00001,ko03110 - - - DUF836,Thioredoxin +BSU_28510 224308.BSU28510 0.0 1045.0 COG3534@1|root,COG3534@2|Bacteria,1TR7B@1239|Firmicutes,4HCUX@91061|Bacilli,1ZCNR@1386|Bacillus 2|Bacteria G Alpha-L-arabinofuranosidase C-terminus xsa - 3.2.1.55 ko:K01209 ko00520,map00520 - R01762 - ko00000,ko00001,ko01000 - GH51 - Alpha-L-AF_C +BSU_28520 224308.BSU28520 3.02e-228 629.0 COG2025@1|root,COG2025@2|Bacteria,1TPC8@1239|Firmicutes,4HAE2@91061|Bacilli,1ZBCR@1386|Bacillus 2|Bacteria C Electron transfer flavoprotein etfA GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0006082,GO:0006091,GO:0006629,GO:0006631,GO:0006635,GO:0008150,GO:0008152,GO:0009055,GO:0009056,GO:0009062,GO:0009987,GO:0016042,GO:0016054,GO:0016491,GO:0019395,GO:0019752,GO:0022900,GO:0030258,GO:0032787,GO:0033539,GO:0034440,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044281,GO:0044282,GO:0046395,GO:0048037,GO:0050660,GO:0050662,GO:0055114,GO:0071704,GO:0072329,GO:0097159,GO:1901265,GO:1901363,GO:1901575 - ko:K03522 - - - - ko00000,ko04147 - - - ETF,ETF_alpha +BSU_28530 224308.BSU28530 1.28e-179 500.0 COG2086@1|root,COG2086@2|Bacteria,1TQA0@1239|Firmicutes,4H9QY@91061|Bacilli,1ZBTA@1386|Bacillus 2|Bacteria C Electron transfer flavoprotein etfB GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006091,GO:0008150,GO:0008152,GO:0009055,GO:0009987,GO:0016491,GO:0022900,GO:0044237,GO:0044424,GO:0044444,GO:0044464,GO:0055114 - ko:K03521 - - - - ko00000 - - - ETF +BSU_28540 224308.BSU28540 2.2e-176 492.0 COG1024@1|root,COG1024@2|Bacteria,1TQ89@1239|Firmicutes,4HB73@91061|Bacilli,1ZCKH@1386|Bacillus 2|Bacteria I Belongs to the enoyl-CoA hydratase isomerase family fadB GO:0003674,GO:0003824,GO:0004300,GO:0006082,GO:0006629,GO:0006631,GO:0006635,GO:0008150,GO:0008152,GO:0009056,GO:0009062,GO:0009987,GO:0016042,GO:0016054,GO:0016829,GO:0016835,GO:0016836,GO:0019395,GO:0019752,GO:0030258,GO:0032787,GO:0034440,GO:0043436,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044281,GO:0044282,GO:0046395,GO:0055114,GO:0071704,GO:0072329,GO:1901575 4.2.1.17 ko:K01715,ko:K13767 ko00071,ko00362,ko00650,ko01100,ko01120,ko01200,ko01212,map00071,map00362,map00650,map01100,map01120,map01200,map01212 M00087 R03026,R04170,R04738,R04740,R04744,R04746 RC00831,RC01095 ko00000,ko00001,ko00002,ko01000 - - - ECH_1 +BSU_28550 224308.BSU28550 3.46e-130 370.0 COG1309@1|root,COG1309@2|Bacteria,1TRSH@1239|Firmicutes,4H9RC@91061|Bacilli,1ZAU5@1386|Bacillus 2|Bacteria K Transcriptional regulator fadR GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - ko:K13770 - - - - ko00000,ko03000 - - - TetR_C_4,TetR_N +BSU_28560 224308.BSU28560 0.0 1137.0 COG0318@1|root,COG0318@2|Bacteria,1TPSX@1239|Firmicutes,4HA2G@91061|Bacilli,1ZAY1@1386|Bacillus 2|Bacteria IQ COG0318 Acyl-CoA synthetases (AMP-forming) AMP-acid ligases II lcfA - 6.2.1.3 ko:K01897 ko00061,ko00071,ko01100,ko01212,ko02024,ko03320,ko04146,ko04216,ko04714,ko04920,map00061,map00071,map01100,map01212,map02024,map03320,map04146,map04216,map04714,map04920 M00086 R01280 RC00004,RC00014 ko00000,ko00001,ko00002,ko01000,ko01004,ko04147 4.C.1.1 - - AMP-binding,AMP-binding_C +BSU_28570 224308.BSU28570 3.76e-89 261.0 COG3766@1|root,COG3766@2|Bacteria,1V6MT@1239|Firmicutes,4HH4E@91061|Bacilli,1ZG9Y@1386|Bacillus 2|Bacteria S membrane yshE - - ko:K08989 - - - - ko00000 - - - DUF350 +BSU_28580 224308.BSU28580 0.0 1460.0 COG1193@1|root,COG1193@2|Bacteria,1TP5W@1239|Firmicutes,4H9NZ@91061|Bacilli,1ZBJV@1386|Bacillus 2|Bacteria L Endonuclease that is involved in the suppression of homologous recombination and may therefore have a key role in the control of bacterial genetic diversity mutS2 GO:0003674,GO:0003676,GO:0003677,GO:0003684,GO:0003690,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006281,GO:0006298,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008094,GO:0008150,GO:0008152,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0030983,GO:0032300,GO:0032991,GO:0033554,GO:0034641,GO:0042623,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1990391 - ko:K07456 ko03430,map03430 - - - ko00000,ko00001,ko03400 - - - MutS_V,Smr +BSU_28590 224308.BSU28590 0.0 1115.0 COG1387@1|root,COG1796@1|root,COG1387@2|Bacteria,COG1796@2|Bacteria,1TQ33@1239|Firmicutes,4HAI2@91061|Bacilli,1ZB3A@1386|Bacillus 2|Bacteria L COG1796 DNA polymerase IV (family X) polX - - ko:K02347,ko:K04477 - - - - ko00000,ko03400 - - - DNA_pol_B_palm,DNA_pol_B_thumb,HHH_5,HHH_8,PHP +BSU_28600 224308.BSU28600 1.09e-111 322.0 COG1286@1|root,COG1286@2|Bacteria,1V7U0@1239|Firmicutes,4HIUU@91061|Bacilli,1ZDGZ@1386|Bacillus 2|Bacteria S membrane protein, required for colicin V production cvpA GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0008152,GO:0009058,GO:0009403,GO:0009404,GO:0009987,GO:0016020,GO:0019748,GO:0044237,GO:0044249,GO:0044464,GO:0044550,GO:0071944 - ko:K03558 - - - - ko00000 - - - Colicin_V,Trypsin_2 +BSU_28610 224308.BSU28610 2.97e-54 169.0 COG3027@1|root,COG3027@2|Bacteria,1VFZR@1239|Firmicutes,4HNRI@91061|Bacilli,1ZHZX@1386|Bacillus 2|Bacteria D Activator of cell division through the inhibition of FtsZ GTPase activity, therefore promoting FtsZ assembly into bundles of protofilaments necessary for the formation of the division Z ring. It is recruited early at mid-cell but it is not essential for cell division zapA - - ko:K09888 - - - - ko00000,ko03036 - - - ZapA +BSU_28620 224308.BSU28620 1.94e-218 603.0 COG1039@1|root,COG1039@2|Bacteria,1TQBE@1239|Firmicutes,4H9QR@91061|Bacilli,1ZBHW@1386|Bacillus 2|Bacteria L Endonuclease that specifically degrades the RNA of RNA- DNA hybrids rnhC GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004523,GO:0004540,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006271,GO:0006273,GO:0006281,GO:0006298,GO:0006401,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009058,GO:0009059,GO:0009987,GO:0016070,GO:0016787,GO:0016788,GO:0016891,GO:0016893,GO:0019439,GO:0022616,GO:0032299,GO:0032991,GO:0033554,GO:0033567,GO:0034641,GO:0034645,GO:0034655,GO:0043137,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044260,GO:0044265,GO:0044270,GO:0044424,GO:0044464,GO:0046483,GO:0046700,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0140098,GO:1901360,GO:1901361,GO:1901575,GO:1901576 3.1.26.4 ko:K03470,ko:K03471 ko03030,map03030 - - - ko00000,ko00001,ko01000,ko03032 - - - DUF3378,RNase_HII +BSU_28630 224308.BSU28630 0.0 1552.0 COG0072@1|root,COG0073@1|root,COG0072@2|Bacteria,COG0073@2|Bacteria,1TP98@1239|Firmicutes,4HAQ9@91061|Bacilli,1ZB8G@1386|Bacillus 2|Bacteria J Belongs to the phenylalanyl-tRNA synthetase beta subunit family. Type 1 subfamily pheT GO:0003674,GO:0003824,GO:0004812,GO:0004826,GO:0005488,GO:0005515,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006432,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009328,GO:0009987,GO:0010467,GO:0016020,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0030312,GO:0032991,GO:0034641,GO:0034645,GO:0034660,GO:0040007,GO:0042802,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071944,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576,GO:1902494 6.1.1.20 ko:K01890,ko:K06878 ko00970,map00970 M00359,M00360 R03660 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - iG2583_1286.G2583_2160,iPC815.YPO2428 B3_4,B5,FDX-ACB,tRNA_bind +BSU_28640 224308.BSU28640 1.81e-250 687.0 COG0016@1|root,COG0016@2|Bacteria,1TPFW@1239|Firmicutes,4HAVN@91061|Bacilli,1ZANR@1386|Bacillus 2|Bacteria J Belongs to the class-II aminoacyl-tRNA synthetase family. Phe-tRNA synthetase alpha subunit type 1 subfamily pheS GO:0003674,GO:0003824,GO:0004812,GO:0004826,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006432,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.20 ko:K01889 ko00970,map00970 M00359,M00360 R03660 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - - Phe_tRNA-synt_N,tRNA-synt_2d +BSU_28650 224308.BSU28650 4.44e-171 478.0 COG0566@1|root,COG0566@2|Bacteria,1V3JP@1239|Firmicutes,4HCF5@91061|Bacilli,1ZBTY@1386|Bacillus 2|Bacteria J Belongs to the class IV-like SAM-binding methyltransferase superfamily. RNA methyltransferase TrmH family spoU GO:0000154,GO:0000451,GO:0000453,GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008171,GO:0008173,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016435,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0070039,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.185 ko:K03218,ko:K03437 - - - - ko00000,ko01000,ko03009,ko03016 - - - SpoU_methylase,SpoU_sub_bind +BSU_28660 224308.BSU28660 7.54e-44 142.0 2E3SP@1|root,32YQ7@2|Bacteria,1VFJP@1239|Firmicutes,4HNJI@91061|Bacilli,1ZIXT@1386|Bacillus 2|Bacteria S Belongs to the SspI family sspI - - ko:K06426 - - - - ko00000 - - - SSPI +BSU_28670 224308.BSU28670 6.71e-265 725.0 COG3835@1|root,COG3835@2|Bacteria,1UYW2@1239|Firmicutes,4HD2Q@91061|Bacilli,1ZD1P@1386|Bacillus 2|Bacteria KT regulator cdaR_1 - - ko:K02647 - - - - ko00000,ko03000 - - - Diacid_rec,HTH_30 +BSU_28680 224308.BSU28680 0.0 910.0 COG0277@1|root,COG0277@2|Bacteria,1TPBC@1239|Firmicutes,4H9UU@91061|Bacilli,1ZCQN@1386|Bacillus 2|Bacteria C Glycolate oxidase subunit glcD - 1.1.3.15 ko:K00104 ko00630,ko01100,ko01110,ko01120,ko01130,map00630,map01100,map01110,map01120,map01130 - R00475 RC00042 ko00000,ko00001,ko01000 - - iYO844.BSU28680 FAD-oxidase_C,FAD_binding_4 +BSU_28690 224308.BSU28690 0.0 894.0 COG0247@1|root,COG0247@2|Bacteria,1TR46@1239|Firmicutes,4HAY9@91061|Bacilli,1ZATD@1386|Bacillus 2|Bacteria C Glycolate oxidase glcF - - ko:K11473 ko00630,ko01100,ko01110,ko01120,ko01130,map00630,map01100,map01110,map01120,map01130 - R00475 RC00042 ko00000,ko00001 - - - CCG,Fer4_17,Fer4_8 +BSU_28700 224308.BSU28700 2.34e-51 162.0 COG0346@1|root,COG0346@2|Bacteria 2|Bacteria E lactoylglutathione lyase activity ysfE - 4.4.1.5 ko:K01759 ko00620,map00620 - R02530 RC00004,RC00740 ko00000,ko00001,ko01000 - - - Glyoxalase,Glyoxalase_2 +BSU_28710 224308.BSU28710 0.0 1169.0 COG1966@1|root,COG1966@2|Bacteria,1TQN8@1239|Firmicutes,4H9SU@91061|Bacilli,1ZC6K@1386|Bacillus 2|Bacteria T Carbon starvation protein cstA GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0007154,GO:0008150,GO:0009605,GO:0009987,GO:0009991,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0031667,GO:0031668,GO:0031669,GO:0044425,GO:0044459,GO:0044464,GO:0050896,GO:0051716,GO:0071496,GO:0071944 - ko:K06200 - - - - ko00000 - - - CstA,CstA_5TM +BSU_28720 224308.BSU28720 0.0 1030.0 COG3534@1|root,COG3534@2|Bacteria,1TRY9@1239|Firmicutes,4HAZ7@91061|Bacilli,1ZE6H@1386|Bacillus 2|Bacteria G alpha-L-arabinofuranosidase activity abfA - 3.2.1.55 ko:K01209 ko00520,map00520 - R01762 - ko00000,ko00001,ko01000 - GH51 - Alpha-L-AF_C +BSU_28730 224308.BSU28730 6.34e-192 533.0 COG0395@1|root,COG0395@2|Bacteria,1TT5G@1239|Firmicutes,4HCVZ@91061|Bacilli,1ZETQ@1386|Bacillus 2|Bacteria G transport system permease araQ - - ko:K02026,ko:K17236 ko02010,map02010 M00207,M00602 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1,3.A.1.1.34 - - BPD_transp_1 +BSU_28740 224308.BSU28740 6.77e-219 604.0 COG1175@1|root,COG1175@2|Bacteria,1TRSP@1239|Firmicutes,4HDJS@91061|Bacilli,1ZDJF@1386|Bacillus 2|Bacteria G carbohydrate transport araP GO:0003674,GO:0003824,GO:0005215,GO:0005363,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015154,GO:0015157,GO:0015399,GO:0015405,GO:0015422,GO:0015423,GO:0015766,GO:0015768,GO:0015772,GO:0016020,GO:0016021,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0032991,GO:0034219,GO:0042623,GO:0042626,GO:0043190,GO:0043211,GO:0043492,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098533,GO:0098796,GO:0098797,GO:1902494,GO:1902495,GO:1904949,GO:1990060,GO:1990351 - ko:K02025,ko:K10118,ko:K15771,ko:K17235 ko02010,map02010 M00196,M00207,M00491,M00602 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1,3.A.1.1.16,3.A.1.1.2,3.A.1.1.28,3.A.1.1.34 - iYO844.BSU34150 BPD_transp_1 +BSU_28750 224308.BSU28750 0.0 876.0 COG1653@1|root,COG1653@2|Bacteria,1TS9Z@1239|Firmicutes,4HAYY@91061|Bacilli,1ZBMD@1386|Bacillus 2|Bacteria G carbohydrate transport araN - - ko:K17234 ko02010,map02010 M00602 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1.34 - - SBP_bac_1,SBP_bac_8 +BSU_28760 224308.BSU28760 1.47e-288 787.0 COG0371@1|root,COG0371@2|Bacteria,1VTSP@1239|Firmicutes,4HTK1@91061|Bacilli,1ZR9Q@1386|Bacillus 2|Bacteria I Catalyzes the NAD(P)H-dependent reduction of dihydroxyacetonephosphate (DHAP or glycerone phosphate) to glycerol 1-phosphate (G1P). The G1P thus generated is probably used for the synthesis of phosphoglycerolipids in Gram-positive bacterial species egsA - 1.1.1.261 ko:K00096 ko00564,map00564 - R05679,R05680 RC00029 ko00000,ko00001,ko01000 - - - Fe-ADH_2 +BSU_28770 224308.BSU28770 6.12e-190 528.0 COG0647@1|root,COG0647@2|Bacteria,1UZNG@1239|Firmicutes,4HCI1@91061|Bacilli,1ZE6I@1386|Bacillus 2|Bacteria G Haloacid dehalogenase-like hydrolase araL - 3.1.3.41 ko:K01101,ko:K02101,ko:K02566 ko00627,ko01120,map00627,map01120 - R03024 RC00151 ko00000,ko00001,ko01000 - - - Hydrolase_6,Hydrolase_like +BSU_28780 224308.BSU28780 1.7e-170 475.0 COG0235@1|root,COG0235@2|Bacteria,1TPDV@1239|Firmicutes,4H9W0@91061|Bacilli,1ZDGI@1386|Bacillus 2|Bacteria G COG0235 Ribulose-5-phosphate 4-epimerase and related epimerases and aldolases araD GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005996,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008270,GO:0008742,GO:0009056,GO:0009058,GO:0009987,GO:0016052,GO:0016829,GO:0016830,GO:0016832,GO:0016853,GO:0016854,GO:0016857,GO:0019321,GO:0019323,GO:0019566,GO:0019568,GO:0019569,GO:0019572,GO:0019637,GO:0043167,GO:0043169,GO:0044237,GO:0044238,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046365,GO:0046373,GO:0046872,GO:0046914,GO:0051167,GO:0071704,GO:0090407,GO:1901135,GO:1901137,GO:1901159,GO:1901575,GO:1901576 4.1.2.17,4.2.1.109,5.1.3.4 ko:K01628,ko:K03077,ko:K08964 ko00040,ko00051,ko00053,ko00270,ko01100,ko01120,map00040,map00051,map00053,map00270,map01100,map01120 M00034,M00550 R02262,R05850,R07392 RC00603,RC00604,RC01479,RC01939 ko00000,ko00001,ko00002,ko01000 - - - Aldolase_II +BSU_28790 224308.BSU28790 0.0 1116.0 COG1069@1|root,COG1069@2|Bacteria,1TP8T@1239|Firmicutes,4HC3A@91061|Bacilli,1ZB10@1386|Bacillus 2|Bacteria C Belongs to the ribulokinase family araB GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005975,GO:0005996,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008741,GO:0009056,GO:0009058,GO:0009987,GO:0016052,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019200,GO:0019321,GO:0019323,GO:0019566,GO:0019568,GO:0019569,GO:0019572,GO:0019637,GO:0044237,GO:0044238,GO:0044262,GO:0044281,GO:0044282,GO:0044424,GO:0044464,GO:0046365,GO:0046373,GO:0046835,GO:0051167,GO:0071704,GO:0090407,GO:1901135,GO:1901137,GO:1901159,GO:1901575,GO:1901576 2.7.1.16 ko:K00853 ko00040,ko01100,map00040,map01100 - R01526,R02439 RC00002,RC00538 ko00000,ko00001,ko01000 - - iBWG_1329.BWG_0059,iECH74115_1262.ECH74115_0068,iECSP_1301.ECSP_0067,iECs_1301.ECs0067,iG2583_1286.G2583_0066,iPC815.YPO2254,iZ_1308.Z0072 FGGY_C,FGGY_N +BSU_28800 224308.BSU28800 0.0 1011.0 COG2160@1|root,COG2160@2|Bacteria,1TPXC@1239|Firmicutes,4HAWS@91061|Bacilli,1ZD9A@1386|Bacillus 2|Bacteria G Catalyzes the conversion of L-arabinose to L-ribulose araA GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005996,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008733,GO:0009056,GO:0009058,GO:0009987,GO:0016052,GO:0016853,GO:0016860,GO:0016861,GO:0019321,GO:0019323,GO:0019566,GO:0019568,GO:0019569,GO:0019572,GO:0019637,GO:0044237,GO:0044238,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046365,GO:0046373,GO:0051167,GO:0071704,GO:0090407,GO:1901135,GO:1901137,GO:1901159,GO:1901575,GO:1901576 5.3.1.4 ko:K01804 ko00040,ko01100,map00040,map01100 - R01761 RC00516 ko00000,ko00001,ko01000 - - iAPECO1_1312.APECO1_1922,iB21_1397.B21_00063,iBWG_1329.BWG_0058,iE2348C_1286.E2348C_0063,iECBD_1354.ECBD_3555,iECD_1391.ECD_00064,iECED1_1282.ECED1_0061,iECIAI1_1343.ECIAI1_0062,iECNA114_1301.ECNA114_0050,iECO103_1326.ECO103_0063,iECO26_1355.ECO26_0064,iECOK1_1307.ECOK1_0061,iECP_1309.ECP_0063,iECS88_1305.ECS88_0065,iECSE_1348.ECSE_0062,iECW_1372.ECW_m0060,iEKO11_1354.EKO11_3852,iEcE24377_1341.EcE24377A_0064,iEcHS_1320.EcHS_A0066,iEcSMS35_1347.EcSMS35_0064,iEcolC_1368.EcolC_3595,iLF82_1304.LF82_0105,iLJ478.TM0276,iNRG857_1313.NRG857_00320,iSBO_1134.SBO_0049,iSSON_1240.SSON_0068,iUMN146_1321.UM146_23095,iUTI89_1310.UTI89_C0067,iWFL_1372.ECW_m0060 Arabinose_Iso_C,Arabinose_Isome +BSU_28810 224308.BSU28810 1.21e-242 665.0 COG3507@1|root,COG3507@2|Bacteria,1TPHA@1239|Firmicutes,4HBSN@91061|Bacilli,1ZDPS@1386|Bacillus 2|Bacteria G Belongs to the glycosyl hydrolase 43 family abnA - 3.2.1.99 ko:K06113 - - - - ko00000,ko01000 - GH43 - Glyco_hydro_43,RicinB_lectin_2 +BSU_28820 224308.BSU28820 4.35e-262 717.0 COG1363@1|root,COG1363@2|Bacteria,1TNZT@1239|Firmicutes,4H9SM@91061|Bacilli,1ZD06@1386|Bacillus 2|Bacteria G COG1363 Cellulase M and related proteins ysdC - - - - - - - - - - - Peptidase_M42 +BSU_28830 224308.BSU28830 1.96e-89 262.0 29RHG@1|root,30CKE@2|Bacteria,1V4BT@1239|Firmicutes,4HIQA@91061|Bacilli,1ZH08@1386|Bacillus 2|Bacteria S Sigma-w pathway protein YsdB ysdB - - - - - - - - - - - - +BSU_28840 224308.BSU28840 1.27e-59 183.0 COG3326@1|root,COG3326@2|Bacteria,1VEJY@1239|Firmicutes,4HNXQ@91061|Bacilli,1ZIYS@1386|Bacillus 2|Bacteria S Membrane ysdA - - - - - - - - - - - CSD,DUF1294 +BSU_28850 1051501.AYTL01000030_gene2964 3.26e-76 228.0 COG0292@1|root,COG0292@2|Bacteria,1V6DB@1239|Firmicutes,4HH2W@91061|Bacilli,1ZG75@1386|Bacillus 2|Bacteria J Binds directly to 23S ribosomal RNA and is necessary for the in vitro assembly process of the 50S ribosomal subunit. It is not involved in the protein synthesizing functions of that subunit rplT GO:0000027,GO:0000900,GO:0003674,GO:0003676,GO:0003723,GO:0003729,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006355,GO:0006412,GO:0006417,GO:0006518,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010608,GO:0010629,GO:0015934,GO:0016020,GO:0016043,GO:0017148,GO:0019219,GO:0019222,GO:0019538,GO:0019843,GO:0022607,GO:0022613,GO:0022618,GO:0022625,GO:0022626,GO:0030371,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032268,GO:0032269,GO:0032991,GO:0034248,GO:0034249,GO:0034622,GO:0034641,GO:0034645,GO:0042254,GO:0042255,GO:0042273,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0045182,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051246,GO:0051248,GO:0051252,GO:0060255,GO:0065003,GO:0065007,GO:0070180,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0080090,GO:0090079,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1903506,GO:1990904,GO:2000112,GO:2000113,GO:2001141 - ko:K02887 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L20 +BSU_28860 224308.BSU28860 3.93e-37 125.0 COG0291@1|root,COG0291@2|Bacteria,1VF5W@1239|Firmicutes,4HNIQ@91061|Bacilli,1ZJBX@1386|Bacillus 2|Bacteria J Belongs to the bacterial ribosomal protein bL35 family rpmI GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0015934,GO:0022625,GO:0022626,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:1990904 - ko:K02916 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L35p +BSU_28870 224308.BSU28870 1.76e-115 331.0 COG0290@1|root,COG0290@2|Bacteria,1V1RC@1239|Firmicutes,4HFUS@91061|Bacilli,1ZCBZ@1386|Bacillus 2|Bacteria J IF-3 binds to the 30S ribosomal subunit and shifts the equilibrum between 70S ribosomes and their 50S and 30S subunits in favor of the free subunits, thus enhancing the availability of 30S subunits on which protein synthesis initiation begins infC GO:0000049,GO:0001731,GO:0002181,GO:0002183,GO:0003674,GO:0003676,GO:0003723,GO:0003743,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006412,GO:0006413,GO:0006417,GO:0006446,GO:0006518,GO:0006807,GO:0006950,GO:0006996,GO:0008135,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009266,GO:0009409,GO:0009628,GO:0009889,GO:0009891,GO:0009893,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0010557,GO:0010604,GO:0010608,GO:0010628,GO:0016020,GO:0016043,GO:0019222,GO:0019538,GO:0022411,GO:0022607,GO:0022613,GO:0022618,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0031334,GO:0032268,GO:0032270,GO:0032790,GO:0032984,GO:0032988,GO:0032991,GO:0034248,GO:0034250,GO:0034622,GO:0034641,GO:0034645,GO:0040007,GO:0043021,GO:0043022,GO:0043024,GO:0043043,GO:0043170,GO:0043254,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044087,GO:0044089,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0044877,GO:0045727,GO:0045948,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0050896,GO:0051128,GO:0051130,GO:0051171,GO:0051173,GO:0051246,GO:0051247,GO:0060255,GO:0065003,GO:0065007,GO:0070992,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0080090,GO:0097159,GO:1901193,GO:1901195,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1903008,GO:1904688,GO:1904690,GO:1990856,GO:1990904,GO:2000112,GO:2000765,GO:2000767 - ko:K02520 - - - - ko00000,ko03012,ko03029 - - - IF3_C,IF3_N +BSU_28900 224308.BSU28900 5.34e-150 423.0 COG1346@1|root,COG1346@2|Bacteria,1TRGN@1239|Firmicutes,4IQTD@91061|Bacilli,1ZRNK@1386|Bacillus 2|Bacteria M Inhibits the expression or activity of extracellular murein hydrolases by interacting, possibly with LrgA, with the holin-like protein CidA. The LrgAB and CidA proteins may affect the proton motive force of the membrane. May be involved in programmed cell death (PCD), possibly triggering PCD in response to antibiotics and environmental stresses lrgB - - ko:K05339 ko02020,map02020 - - - ko00000,ko00001 - - - LrgB +BSU_28910 224308.BSU28910 2.08e-85 253.0 COG1380@1|root,COG1380@2|Bacteria,1V9Z2@1239|Firmicutes,4IR9S@91061|Bacilli,1ZHA7@1386|Bacillus 2|Bacteria S Inhibits the expression or activity of extracellular murein hydrolases by interacting, possibly with LrgB, with the holin-like protein CidA. The LrgAB and CidA proteins may affect the proton motive force of the membrane. May be involved in programmed cell death (PCD), possibly triggering PCD in response to antibiotics and environmental stresses lrgA GO:0000270,GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006022,GO:0006026,GO:0006027,GO:0006807,GO:0006810,GO:0008104,GO:0008150,GO:0008152,GO:0008565,GO:0009056,GO:0009057,GO:0009253,GO:0015031,GO:0015833,GO:0016020,GO:0030203,GO:0033036,GO:0042886,GO:0043170,GO:0044464,GO:0045184,GO:0051179,GO:0051234,GO:0071702,GO:0071704,GO:0071705,GO:0071944,GO:1901135,GO:1901136,GO:1901564,GO:1901565,GO:1901575 - ko:K05338,ko:K06518 ko02020,map02020 - - - ko00000,ko00001,ko02000 1.E.14.1,1.E.14.2 - - LrgA +BSU_28920 224308.BSU28920 2.9e-168 470.0 COG3279@1|root,COG3279@2|Bacteria,1V14X@1239|Firmicutes,4HDIC@91061|Bacilli,1ZC3U@1386|Bacillus 2|Bacteria T COG3279 Response regulator of the LytR AlgR family lytT GO:0000156,GO:0000160,GO:0003674,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0007154,GO:0007165,GO:0008150,GO:0009987,GO:0023052,GO:0035556,GO:0044424,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0060089,GO:0065007 - ko:K02477,ko:K07705 ko02020,map02020 M00492 - - ko00000,ko00001,ko00002,ko02022 - - - LytTR,Response_reg +BSU_28930 224308.BSU28930 0.0 1120.0 COG3275@1|root,COG3275@2|Bacteria,1VTXF@1239|Firmicutes,4H9Z1@91061|Bacilli,1ZBKQ@1386|Bacillus 2|Bacteria T Histidine kinase lytS - 2.7.13.3 ko:K02478,ko:K07704 ko02020,map02020 M00492 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - 5TM-5TMR_LYT,GAF_3,HATPase_c,His_kinase +BSU_28940 224308.BSU28940 2.07e-191 530.0 COG1011@1|root,COG1011@2|Bacteria,1TS3W@1239|Firmicutes,4HADE@91061|Bacilli,1ZBN8@1386|Bacillus 2|Bacteria S HAD-hyrolase-like ysaA - 3.1.3.5,3.8.1.2 ko:K01560,ko:K07025,ko:K08723 ko00230,ko00240,ko00361,ko00625,ko00760,ko01100,ko01110,ko01120,map00230,map00240,map00361,map00625,map00760,map01100,map01110,map01120 - R00183,R00511,R00963,R01126,R01227,R01569,R01664,R01968,R02088,R02102,R02323,R02719,R03346,R05287 RC00017,RC00697 ko00000,ko00001,ko01000 - - - HAD_2 +BSU_28950 224308.BSU28950 0.0 1279.0 COG0441@1|root,COG0441@2|Bacteria,1TP78@1239|Firmicutes,4HABZ@91061|Bacilli,1ZB5W@1386|Bacillus 2|Bacteria J Catalyzes the attachment of threonine to tRNA(Thr) in a two-step reaction L-threonine is first activated by ATP to form Thr-AMP and then transferred to the acceptor end of tRNA(Thr) thrS GO:0003674,GO:0003824,GO:0004812,GO:0004829,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006435,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.3 ko:K01868 ko00970,map00970 M00359,M00360 R03663 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - - HGTP_anticodon,TGS,tRNA-synt_2b,tRNA_SAD +BSU_28960 224308.BSU28960 5.98e-206 569.0 28MGE@1|root,2ZATN@2|Bacteria,1UC5R@1239|Firmicutes,4HESX@91061|Bacilli,1ZRWW@1386|Bacillus 2|Bacteria S YtxC-like family ytxC - - - - - - - - - - - YtxC +BSU_28970 224308.BSU28970 9.77e-144 406.0 COG0398@1|root,COG0398@2|Bacteria,1V3J1@1239|Firmicutes,4HHXX@91061|Bacilli,1ZEPX@1386|Bacillus 2|Bacteria S SNARE associated Golgi protein ytxB - - - - - - - - - - - SNARE_assoc +BSU_28980 224308.BSU28980 1.05e-221 611.0 COG1484@1|root,COG1484@2|Bacteria,1TPZX@1239|Firmicutes,4HABS@91061|Bacilli,1ZB6G@1386|Bacillus 2|Bacteria L Primosomal protein DnaI dnaI GO:0003674,GO:0003676,GO:0003677,GO:0003688,GO:0003690,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006270,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0016020,GO:0034641,GO:0034645,GO:0043170,GO:0043565,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0071944,GO:0090304,GO:0097159,GO:1901360,GO:1901363,GO:1901576,GO:1990837 - ko:K02315,ko:K11144 - - - - ko00000,ko03032 - - - DnaI_N,IstB_IS21 +BSU_28990 224308.BSU28990 0.0 925.0 COG3611@1|root,COG3611@2|Bacteria,1TSBB@1239|Firmicutes,4H9RI@91061|Bacilli,1ZBJY@1386|Bacillus 2|Bacteria L Membrane attachment protein dnaB - - ko:K03346 - - - - ko00000,ko03032 - - - DnaB_2 +BSU_29000 224308.BSU29000 6.95e-105 303.0 COG1327@1|root,COG1327@2|Bacteria,1V3JA@1239|Firmicutes,4HGXA@91061|Bacilli,1ZFS0@1386|Bacillus 2|Bacteria K Negatively regulates transcription of bacterial ribonucleotide reductase nrd genes and operons by binding to NrdR- boxes nrdR GO:0000166,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008144,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0017076,GO:0019219,GO:0019222,GO:0030554,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032553,GO:0032555,GO:0032559,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0044424,GO:0044444,GO:0044464,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0097367,GO:1901265,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:2000112,GO:2000113,GO:2001141 - ko:K07738 - - - - ko00000,ko03000 - - - ATP-cone +BSU_29010 1051501.AYTL01000030_gene2978 2.42e-88 259.0 COG1586@1|root,COG1586@2|Bacteria,1V3U2@1239|Firmicutes,4HH1F@91061|Bacilli,1ZFPA@1386|Bacillus 2|Bacteria E Catalyzes the decarboxylation of S-adenosylmethionine to S-adenosylmethioninamine (dcAdoMet), the propylamine donor required for the synthesis of the polyamines spermine and spermidine from the diamine putrescine speH - 4.1.1.50 ko:K01611 ko00270,ko00330,ko01100,map00270,map00330,map01100 M00034,M00133 R00178 RC00299 ko00000,ko00001,ko00002,ko01000 - - iHN637.CLJU_RS10460 AdoMet_dc +BSU_29020 224308.BSU29020 1.22e-246 677.0 COG0057@1|root,COG0057@2|Bacteria,1TNYU@1239|Firmicutes,4H9NS@91061|Bacilli,1ZCF9@1386|Bacillus 2|Bacteria G Belongs to the glyceraldehyde-3-phosphate dehydrogenase family gapB GO:0000166,GO:0003674,GO:0003824,GO:0004365,GO:0005488,GO:0005975,GO:0005996,GO:0006006,GO:0006082,GO:0006090,GO:0006091,GO:0006094,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016051,GO:0016052,GO:0016053,GO:0016310,GO:0016491,GO:0016620,GO:0016903,GO:0017144,GO:0018130,GO:0019318,GO:0019319,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0036094,GO:0042866,GO:0043436,GO:0043891,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046031,GO:0046034,GO:0046364,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046939,GO:0048037,GO:0050661,GO:0050662,GO:0051186,GO:0051188,GO:0051287,GO:0055086,GO:0055114,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:0097159,GO:1901135,GO:1901137,GO:1901265,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901575,GO:1901576 1.2.1.12,1.2.1.59 ko:K00134,ko:K00150 ko00010,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,ko04066,ko05010,map00010,map00710,map01100,map01110,map01120,map01130,map01200,map01230,map04066,map05010 M00001,M00002,M00003,M00165,M00166,M00308,M00552 R01061,R01063 RC00149 ko00000,ko00001,ko00002,ko01000,ko04131,ko04147 - - - Gp_dh_C,Gp_dh_N +BSU_29030 224308.BSU29030 9.85e-88 257.0 COG1733@1|root,COG1733@2|Bacteria,1V43K@1239|Firmicutes,4HH01@91061|Bacilli,1ZGIV@1386|Bacillus 2|Bacteria K Transcriptional regulator ytcD - - - - - - - - - - - HxlR +BSU_29040 224308.BSU29040 5.44e-260 715.0 COG0477@1|root,COG2814@2|Bacteria,1TQXU@1239|Firmicutes,4HAYB@91061|Bacilli,1ZQ77@1386|Bacillus 2|Bacteria EGP -transporter ytbD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K19577 - - - - ko00000,ko02000 2.A.1.2.65 - - MFS_1,Sugar_tr +BSU_29050 224308.BSU29050 4.54e-205 566.0 COG0656@1|root,COG0656@2|Bacteria,1TPM1@1239|Firmicutes,4HARE@91061|Bacilli,1ZC55@1386|Bacillus 2|Bacteria S reductase ytbE - - - - - - - - - - - Aldo_ket_red +BSU_29060 224308.BSU29060 8.07e-126 359.0 COG0237@1|root,COG0237@2|Bacteria,1V6FS@1239|Firmicutes,4HII3@91061|Bacilli,1ZFSI@1386|Bacillus 2|Bacteria F Catalyzes the phosphorylation of the 3'-hydroxyl group of dephosphocoenzyme A to form coenzyme A coaE GO:0003674,GO:0003824,GO:0004140,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006732,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009117,GO:0009150,GO:0009152,GO:0009165,GO:0009259,GO:0009260,GO:0009987,GO:0015936,GO:0015937,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0033865,GO:0033866,GO:0033875,GO:0034030,GO:0034032,GO:0034033,GO:0034641,GO:0034654,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0046390,GO:0046483,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.7.1.24 ko:K00859 ko00770,ko01100,map00770,map01100 M00120 R00130 RC00002,RC00078 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS08510 CoaE +BSU_29070 224308.BSU29070 1.68e-138 392.0 COG1971@1|root,COG1971@2|Bacteria,1V4BC@1239|Firmicutes,4HH29@91061|Bacilli,1ZCPR@1386|Bacillus 2|Bacteria P Probably functions as a manganese efflux pump ytaF - - - - - - - - - - - Mntp +BSU_29080 224308.BSU29080 6.45e-203 561.0 COG0266@1|root,COG0266@2|Bacteria,1TPM9@1239|Firmicutes,4H9Q7@91061|Bacilli,1ZCC9@1386|Bacillus 2|Bacteria L Involved in base excision repair of DNA damaged by oxidation or by mutagenic agents. Acts as DNA glycosylase that recognizes and removes damaged bases. Has a preference for oxidized purines, such as 7,8-dihydro-8-oxoguanine (8-oxoG). Has AP (apurinic apyrimidinic) lyase activity and introduces nicks in the DNA strand. Cleaves the DNA backbone by beta-delta elimination to generate a single-strand break at the site of the removed base with both 3'- and 5'-phosphates fpg - 3.2.2.23,4.2.99.18 ko:K10563 ko03410,map03410 - - - ko00000,ko00001,ko01000,ko03400 - - - Fapy_DNA_glyco,H2TH,zf-FPG_IleRS +BSU_29090 224308.BSU29090 0.0 1696.0 COG0258@1|root,COG0749@1|root,COG0258@2|Bacteria,COG0749@2|Bacteria,1TPKJ@1239|Firmicutes,4H9S7@91061|Bacilli,1ZB6Y@1386|Bacillus 2|Bacteria L In addition to polymerase activity, this DNA polymerase exhibits 5'-3' exonuclease activity polA GO:0003674,GO:0003824,GO:0003887,GO:0004518,GO:0004527,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006281,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008409,GO:0009058,GO:0009059,GO:0009987,GO:0016020,GO:0016740,GO:0016772,GO:0016779,GO:0016787,GO:0016788,GO:0018130,GO:0019438,GO:0030312,GO:0033554,GO:0034061,GO:0034641,GO:0034645,GO:0034654,GO:0040007,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0071897,GO:0071944,GO:0090304,GO:0090305,GO:0140097,GO:1901360,GO:1901362,GO:1901576 2.7.7.7 ko:K02335 ko00230,ko00240,ko01100,ko03030,ko03410,ko03420,ko03440,map00230,map00240,map01100,map03030,map03410,map03420,map03440 - R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko01000,ko03032,ko03400 - - - 5_3_exonuc,5_3_exonuc_N,DNA_pol_A,DNA_pol_A_exo1 +BSU_29100 224308.BSU29100 0.0 1123.0 COG5002@1|root,COG5002@2|Bacteria,1TQ1H@1239|Firmicutes,4HB1B@91061|Bacilli,1ZC0T@1386|Bacillus 2|Bacteria T Signal transduction histidine kinase phoR - 2.7.13.3 ko:K07636,ko:K07652 ko02020,map02020 M00434,M00459 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - HAMP,HATPase_c,HisKA,PAS,PAS_4,PAS_9,sCache_like +BSU_29110 224308.BSU29110 1.62e-169 473.0 COG0745@1|root,COG0745@2|Bacteria,1TPWS@1239|Firmicutes,4H9KP@91061|Bacilli,1ZBGS@1386|Bacillus 2|Bacteria T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain phoP - - ko:K07658 ko02020,map02020 M00434 - - ko00000,ko00001,ko00002,ko02022 - - - Response_reg,Trans_reg_C +BSU_29120 224308.BSU29120 2.55e-218 603.0 COG0039@1|root,COG0039@2|Bacteria,1TPSY@1239|Firmicutes,4HB0Z@91061|Bacilli,1ZC27@1386|Bacillus 2|Bacteria C Catalyzes the reversible oxidation of malate to oxaloacetate mdh GO:0003674,GO:0003824,GO:0004470,GO:0006082,GO:0006091,GO:0006099,GO:0006101,GO:0008150,GO:0008152,GO:0009060,GO:0009987,GO:0015980,GO:0016491,GO:0016614,GO:0016615,GO:0016616,GO:0016999,GO:0017144,GO:0019752,GO:0030060,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0045333,GO:0055114,GO:0071704,GO:0072350 1.1.1.27,1.1.1.37 ko:K00016,ko:K00024 ko00010,ko00020,ko00270,ko00620,ko00630,ko00640,ko00680,ko00710,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko04922,map00010,map00020,map00270,map00620,map00630,map00640,map00680,map00710,map00720,map01100,map01110,map01120,map01130,map01200,map04922 M00009,M00011,M00012,M00168,M00173,M00346,M00374,M00620,M00740 R00342,R00703,R01000,R03104,R07136 RC00031,RC00044 ko00000,ko00001,ko00002,ko01000,ko04147 - - iAF987.Gmet_1360 Ldh_1_C,Ldh_1_N +BSU_29130 224308.BSU29130 4.6e-309 842.0 COG0538@1|root,COG0538@2|Bacteria,1UHPE@1239|Firmicutes,4H9US@91061|Bacilli,1ZBWV@1386|Bacillus 2|Bacteria C isocitrate icd GO:0003674,GO:0003824,GO:0003862,GO:0004448,GO:0004450,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006091,GO:0006520,GO:0006551,GO:0006807,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009081,GO:0009082,GO:0009098,GO:0009987,GO:0016053,GO:0016491,GO:0016614,GO:0016616,GO:0019752,GO:0022900,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0050896,GO:0055114,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.1.1.42 ko:K00031 ko00020,ko00480,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01210,ko01230,ko04146,map00020,map00480,map00720,map01100,map01110,map01120,map01130,map01200,map01210,map01230,map04146 M00009,M00010,M00173,M00740 R00267,R00268,R01899 RC00001,RC00084,RC00114,RC00626,RC02801 br01601,ko00000,ko00001,ko00002,ko01000 - - e_coli_core.b1136,iAF1260.b1136,iECDH1ME8569_1439.ECDH1ME8569_1071,iEcDH1_1363.EcDH1_2511,iJN746.PP_4011,iJO1366.b1136,iJR904.b1136,iY75_1357.Y75_RS05930,iYL1228.KPN_01144 Iso_dh +BSU_29140 224308.BSU29140 1.17e-267 733.0 COG0372@1|root,COG0372@2|Bacteria,1TPPS@1239|Firmicutes,4H9YE@91061|Bacilli,1ZBAY@1386|Bacillus 2|Bacteria C Belongs to the citrate synthase family citZ GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0009987,GO:0016740,GO:0016746,GO:0016999,GO:0017144,GO:0019541,GO:0019679,GO:0019752,GO:0032787,GO:0036440,GO:0043436,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0046459,GO:0046912,GO:0050440,GO:0071704 2.3.3.1 ko:K01647 ko00020,ko00630,ko01100,ko01110,ko01120,ko01130,ko01200,ko01210,ko01230,map00020,map00630,map01100,map01110,map01120,map01130,map01200,map01210,map01230 M00009,M00010,M00012,M00740 R00351 RC00004,RC00067 br01601,ko00000,ko00001,ko00002,ko01000 - - - Citrate_synt +BSU_29150 224308.BSU29150 3.82e-94 276.0 COG2707@1|root,COG2707@2|Bacteria,1V7JN@1239|Firmicutes,4HINS@91061|Bacilli,1ZQTM@1386|Bacillus 2|Bacteria S membrane yeaL GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - DUF441 +BSU_29160 224308.BSU29160 1.58e-244 674.0 COG0628@1|root,COG0628@2|Bacteria,1TS4S@1239|Firmicutes,4HC6G@91061|Bacilli,1ZBXK@1386|Bacillus 2|Bacteria S sporulation integral membrane protein YtvI ytvI GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - - - - - - - - - - AI-2E_transport +BSU_29170 224308.BSU29170 5.68e-83 245.0 COG3030@1|root,COG3030@2|Bacteria,1VF5Y@1239|Firmicutes,4HNQ9@91061|Bacilli,1ZQRP@1386|Bacillus 2|Bacteria S COG3030 Protein affecting phage T7 exclusion by the F plasmid fxsA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0016021,GO:0031224,GO:0044425,GO:0044464,GO:0071944 - ko:K07113 - - - - ko00000 - - - FxsA +BSU_29180 224308.BSU29180 0.0 1111.0 COG0469@1|root,COG0469@2|Bacteria,1TPGG@1239|Firmicutes,4H9VY@91061|Bacilli,1ZCDT@1386|Bacillus 2|Bacteria G Belongs to the pyruvate kinase family pyk GO:0001871,GO:0003674,GO:0003824,GO:0004743,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0006082,GO:0006090,GO:0006091,GO:0006096,GO:0006116,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006734,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009986,GO:0009987,GO:0016052,GO:0016053,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0017144,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019674,GO:0019693,GO:0019752,GO:0030246,GO:0030247,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042866,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046031,GO:0046034,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046939,GO:0051186,GO:0051188,GO:0055086,GO:0055114,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576,GO:2001065 2.7.1.40,2.7.7.4 ko:K00873,ko:K00958 ko00010,ko00230,ko00261,ko00450,ko00620,ko00920,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,ko04922,ko04930,ko05165,ko05203,ko05230,map00010,map00230,map00261,map00450,map00620,map00920,map01100,map01110,map01120,map01130,map01200,map01230,map04922,map04930,map05165,map05203,map05230 M00001,M00002,M00049,M00050,M00176,M00596 R00200,R00430,R00529,R01138,R01858,R02320,R04929 RC00002,RC00015,RC02809,RC02889 ko00000,ko00001,ko00002,ko01000,ko04131,ko04147 - - - PEP-utilizers,PK,PK_C +BSU_29190 224308.BSU29190 1.62e-229 632.0 COG0205@1|root,COG0205@2|Bacteria,1TPF4@1239|Firmicutes,4HAPN@91061|Bacilli,1ZB3D@1386|Bacillus 2|Bacteria F Catalyzes the phosphorylation of D-fructose 6-phosphate to fructose 1,6-bisphosphate by ATP, the first committing step of glycolysis pfkA GO:0003674,GO:0003824,GO:0003872,GO:0005975,GO:0006082,GO:0006090,GO:0006091,GO:0006096,GO:0006116,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006734,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008443,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016052,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0017144,GO:0018130,GO:0019200,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019674,GO:0019693,GO:0019752,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042866,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044262,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046031,GO:0046034,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046835,GO:0046939,GO:0051186,GO:0051188,GO:0055086,GO:0055114,GO:0061615,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576 2.7.1.11 ko:K00850 ko00010,ko00030,ko00051,ko00052,ko00680,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,ko03018,ko04152,ko05230,map00010,map00030,map00051,map00052,map00680,map01100,map01110,map01120,map01130,map01200,map01230,map03018,map04152,map05230 M00001,M00345 R00756,R03236,R03237,R03238,R03239,R04779 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000,ko01009,ko03019 - - iYO844.BSU29190 PFK +BSU_29200 224308.BSU29200 4e-233 641.0 COG0825@1|root,COG0825@2|Bacteria,1UHNS@1239|Firmicutes,4HA4C@91061|Bacilli,1ZC5V@1386|Bacillus 2|Bacteria I Component of the acetyl coenzyme A carboxylase (ACC) complex. First, biotin carboxylase catalyzes the carboxylation of biotin on its carrier protein (BCCP) and then the CO(2) group is transferred by the carboxyltransferase to acetyl-CoA to form malonyl-CoA accA - 2.1.3.15,6.4.1.2 ko:K01962,ko:K01963 ko00061,ko00620,ko00640,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,map00061,map00620,map00640,map00720,map01100,map01110,map01120,map01130,map01200,map01212 M00082,M00376 R00742,R04386 RC00040,RC00253,RC00367 ko00000,ko00001,ko00002,ko01000 - - iJN678.accA ACCA +BSU_29210 224308.BSU29210 6.21e-208 575.0 COG0777@1|root,COG0777@2|Bacteria,1TP4U@1239|Firmicutes,4HAI7@91061|Bacilli,1ZB3M@1386|Bacillus 2|Bacteria I Component of the acetyl coenzyme A carboxylase (ACC) complex. Biotin carboxylase (BC) catalyzes the carboxylation of biotin on its carrier protein (BCCP) and then the CO(2) group is transferred by the transcarboxylase to acetyl-CoA to form malonyl- CoA accD - 2.1.3.15,6.4.1.2 ko:K01962,ko:K01963 ko00061,ko00620,ko00640,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,map00061,map00620,map00640,map00720,map01100,map01110,map01120,map01130,map01200,map01212 M00082,M00376 R00742,R04386 RC00040,RC00253,RC00367 ko00000,ko00001,ko00002,ko01000 - - iHN637.CLJU_RS20740 ACCA,Carboxyl_trans +BSU_29220 224308.BSU29220 6.01e-287 785.0 COG0281@1|root,COG0281@2|Bacteria,1TPJ3@1239|Firmicutes,4H9WR@91061|Bacilli,1ZBAH@1386|Bacillus 2|Bacteria C Malate dehydrogenase maeB - 1.1.1.38 ko:K00027 ko00620,ko01200,ko02020,map00620,map01200,map02020 - R00214 RC00105 ko00000,ko00001,ko01000 - - iHN637.CLJU_RS18940 Malic_M,malic +BSU_29230 224308.BSU29230 0.0 2179.0 COG0587@1|root,COG0587@2|Bacteria,1TPYG@1239|Firmicutes,4H9T3@91061|Bacilli,1ZCIC@1386|Bacillus 2|Bacteria L DNA polymerase dnaE - 2.7.7.7 ko:K02337 ko00230,ko00240,ko01100,ko03030,ko03430,ko03440,map00230,map00240,map01100,map03030,map03430,map03440 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 - - - DNA_pol3_alpha,HHH_6,PHP,tRNA_anti-codon +BSU_29239 224308.BSU29239 2.45e-75 225.0 2CBNY@1|root,330BE@2|Bacteria,1VGPH@1239|Firmicutes,4HNX7@91061|Bacilli,1ZH6P@1386|Bacillus 2|Bacteria S Sporulation protein YtrH ytrH - - - - - - - - - - - Spore_YtrH +BSU_29240 224308.BSU29240 5.12e-112 322.0 2AV7G@1|root,31KY3@2|Bacteria,1V73K@1239|Firmicutes,4HJ3F@91061|Bacilli,1ZHIX@1386|Bacillus 2|Bacteria - - ytrI - - - - - - - - - - - - +BSU_29249 224308.BSU29249 1.15e-39 131.0 2EK73@1|root,33DXG@2|Bacteria,1VJ98@1239|Firmicutes,4HNYT@91061|Bacilli,1ZIJ7@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_29250 224308.BSU29250 1.24e-230 634.0 COG0618@1|root,COG0618@2|Bacteria,1TPXX@1239|Firmicutes,4H9ZW@91061|Bacilli,1ZB08@1386|Bacillus 2|Bacteria S COG0618 Exopolyphosphatase-related proteins nrnA GO:0008150,GO:0040007 3.1.13.3,3.1.3.7 ko:K06881 ko00920,ko01100,ko01120,map00920,map01100,map01120 - R00188,R00508 RC00078 ko00000,ko00001,ko01000,ko03400 - - - DHH,DHHA1 +BSU_29260 224308.BSU29260 2.15e-63 194.0 2E1U1@1|root,32X3Q@2|Bacteria,1VD0Y@1239|Firmicutes,4HNCK@91061|Bacilli,1ZHYC@1386|Bacillus 2|Bacteria S YtpI-like protein ytpI - - - - - - - - - - - YtpI +BSU_29270 224308.BSU29270 3.25e-308 841.0 COG4109@1|root,COG4109@2|Bacteria,1TPU6@1239|Firmicutes,4HB62@91061|Bacilli,1ZB1Q@1386|Bacillus 2|Bacteria K transcriptional regulator containing CBS domains ytoI - - - - - - - - - - - 4HBT,CBS,DRTGG,GntR,HTH_24 +BSU_29280 224308.BSU29280 2.24e-206 572.0 COG0730@1|root,COG0730@2|Bacteria,1UV0H@1239|Firmicutes,4HDSG@91061|Bacilli,1ZBC2@1386|Bacillus 2|Bacteria S membrane transporter protein ytnM - - ko:K07090 - - - - ko00000 - - - NAD_binding_7,Sirohm_synth_M,TauE +BSU_29290 224308.BSU29290 2.09e-306 834.0 COG1473@1|root,COG1473@2|Bacteria,1TPD7@1239|Firmicutes,4H9WQ@91061|Bacilli,1ZB09@1386|Bacillus 2|Bacteria E hydrolase activity hipO2 GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006553,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009987,GO:0016053,GO:0016787,GO:0016810,GO:0016811,GO:0019213,GO:0019752,GO:0019877,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0046451,GO:0050118,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 3.5.1.47 ko:K01436,ko:K05823,ko:K21613 ko00300,ko01100,ko01110,ko01230,map00300,map01100,map01110,map01230 M00525 R02733 RC00064,RC00300 ko00000,ko00001,ko00002,ko01000,ko01002 - - - M20_dimer,Peptidase_M20 +BSU_29300 224308.BSU29300 3.42e-166 464.0 COG0196@1|root,COG0196@2|Bacteria,1VXBN@1239|Firmicutes,4HXKJ@91061|Bacilli,1ZHUP@1386|Bacillus 2|Bacteria H Riboflavin kinase ribF - 2.7.1.26,2.7.7.2 ko:K11753 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R00161,R00549 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 - - - FAD_syn,Flavokinase +BSU_29310 224308.BSU29310 0.0 897.0 COG2141@1|root,COG2141@2|Bacteria,1TQZ0@1239|Firmicutes,4HAF9@91061|Bacilli,1ZBUG@1386|Bacillus 2|Bacteria C COG2141 Coenzyme F420-dependent N5,N10-methylene tetrahydromethanopterin reductase and related flavin-dependent oxidoreductases moxC - - - - - - - - - - - Bac_luciferase +BSU_29320 224308.BSU29320 5.26e-63 192.0 COG0695@1|root,COG0695@2|Bacteria,1VFJ0@1239|Firmicutes,4HKXP@91061|Bacilli,1ZHVX@1386|Bacillus 2|Bacteria O COG0695 Glutaredoxin and related proteins ytnI - - - - - - - - - - - Glutaredoxin +BSU_29330 224308.BSU29330 1.52e-237 653.0 COG2141@1|root,COG2141@2|Bacteria,1TPRS@1239|Firmicutes,4H9R2@91061|Bacilli,1ZB1E@1386|Bacillus 2|Bacteria C COG2141 Coenzyme F420-dependent N5,N10-methylene tetrahydromethanopterin reductase and related flavin-dependent oxidoreductases ytmO GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 - - - - - - - - - - Bac_luciferase +BSU_29340 224308.BSU29340 6.61e-183 509.0 COG1126@1|root,COG1126@2|Bacteria,1TNYD@1239|Firmicutes,4H9WY@91061|Bacilli,1ZB2E@1386|Bacillus 2|Bacteria E COG1126 ABC-type polar amino acid transport system, ATPase component tcyN - 3.6.3.21 ko:K02028,ko:K10010,ko:K16960,ko:K16963 ko02010,map02010 M00234,M00236,M00585,M00586 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.3,3.A.1.3.10,3.A.1.3.13,3.A.1.3.14 - - ABC_tran +BSU_29350 224308.BSU29350 8.24e-156 438.0 COG0765@1|root,COG0765@2|Bacteria,1V1PT@1239|Firmicutes,4HUB0@91061|Bacilli,1ZQ0Y@1386|Bacillus 2|Bacteria U Binding-protein-dependent transport system inner membrane component tcyM GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 - ko:K16958,ko:K16959,ko:K16962 ko02010,map02010 M00585,M00586 - - ko00000,ko00001,ko00002,ko02000 3.A.1.3,3.A.1.3.13 - - BPD_transp_1 +BSU_29360 224308.BSU29360 1.66e-157 443.0 COG0765@1|root,COG0765@2|Bacteria,1TY31@1239|Firmicutes,4HBN2@91061|Bacilli,1ZCP3@1386|Bacillus 2|Bacteria P Binding-protein-dependent transport system inner membrane component ytmL GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 - ko:K16958,ko:K16959,ko:K16962 ko02010,map02010 M00585,M00586 - - ko00000,ko00001,ko00002,ko02000 3.A.1.3,3.A.1.3.13 - - BPD_transp_1 +BSU_29370 224308.BSU29370 4.01e-194 538.0 COG0834@1|root,COG0834@2|Bacteria,1UKNE@1239|Firmicutes,4HD8M@91061|Bacilli,1ZQ0Z@1386|Bacillus 2|Bacteria M Bacterial periplasmic substrate-binding proteins tcyK - - ko:K02424,ko:K16956,ko:K16957,ko:K16961 ko02010,map02010 M00234,M00585,M00586 - - ko00000,ko00001,ko00002,ko02000,ko02035 3.A.1.3,3.A.1.3.10,3.A.1.3.13,3.A.1.3.14 - - SBP_bac_3 +BSU_29380 224308.BSU29380 3.18e-195 541.0 COG0834@1|root,COG0834@2|Bacteria,1TR13@1239|Firmicutes,4HBRP@91061|Bacilli,1ZQ10@1386|Bacillus 2|Bacteria ET Bacterial periplasmic substrate-binding proteins ytmJ - - ko:K02424,ko:K16956,ko:K16957,ko:K16961 ko02010,map02010 M00234,M00585,M00586 - - ko00000,ko00001,ko00002,ko02000,ko02035 3.A.1.3,3.A.1.3.10,3.A.1.3.13,3.A.1.3.14 - - SBP_bac_3 +BSU_29390 224308.BSU29390 8.39e-130 368.0 COG0454@1|root,COG0454@2|Bacteria,1V528@1239|Firmicutes,4HH0W@91061|Bacilli,1ZHM1@1386|Bacillus 2|Bacteria K Acetyltransferase (GNAT) domain ytmI - - ko:K00680 - - - - ko00000,ko01000 - - - Acetyltransf_1,Acetyltransf_10,Acetyltransf_7 +BSU_29400 224308.BSU29400 1.43e-222 613.0 COG0583@1|root,COG0583@2|Bacteria,1TS2I@1239|Firmicutes,4HEA9@91061|Bacilli,1ZQ2F@1386|Bacillus 2|Bacteria K LysR substrate binding domain ytlI GO:0000976,GO:0000984,GO:0000986,GO:0000987,GO:0001017,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0097159,GO:1901363,GO:1990837 - ko:K21960 - - - - ko00000,ko03000 - - - HTH_1,LysR_substrate +BSU_29410 224308.BSU29410 1.91e-166 464.0 COG2220@1|root,COG2220@2|Bacteria,1TQR1@1239|Firmicutes,4HBM0@91061|Bacilli,1ZBI0@1386|Bacillus 2|Bacteria S Belongs to the UPF0173 family ytkL - - - - - - - - - - - Lactamase_B_2,Lactamase_B_3 +BSU_29420 224308.BSU29420 8.04e-182 506.0 COG1028@1|root,COG1028@2|Bacteria,1TSQV@1239|Firmicutes,4HB3U@91061|Bacilli,1ZC75@1386|Bacillus 2|Bacteria IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) ytkK - 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 - - - adh_short_C2 +BSU_29440 224308.BSU29440 0.0 919.0 COG0165@1|root,COG0165@2|Bacteria,1TNZ6@1239|Firmicutes,4HB24@91061|Bacilli,1ZD3C@1386|Bacillus 2|Bacteria E argininosuccinate lyase argH GO:0003674,GO:0003824,GO:0004056,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006591,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016829,GO:0016840,GO:0016842,GO:0019752,GO:0042450,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 4.3.2.1 ko:K01755 ko00220,ko00250,ko01100,ko01110,ko01130,ko01230,map00220,map00250,map01100,map01110,map01130,map01230 M00029,M00844,M00845 R01086 RC00445,RC00447 ko00000,ko00001,ko00002,ko01000,ko04147 - - - ASL_C2,Lyase_1 +BSU_29450 224308.BSU29450 1.06e-297 811.0 COG0137@1|root,COG0137@2|Bacteria,1TP3X@1239|Firmicutes,4HA1E@91061|Bacilli,1ZC1P@1386|Bacillus 2|Bacteria E Belongs to the argininosuccinate synthase family. Type 1 subfamily argG GO:0000050,GO:0000053,GO:0003674,GO:0003824,GO:0004055,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006525,GO:0006526,GO:0006575,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009064,GO:0009084,GO:0009987,GO:0016053,GO:0016874,GO:0016879,GO:0019627,GO:0019752,GO:0034641,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0071704,GO:0071941,GO:0072350,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 6.3.4.5 ko:K01940 ko00220,ko00250,ko01100,ko01110,ko01130,ko01230,ko05418,map00220,map00250,map01100,map01110,map01130,map01230,map05418 M00029,M00844,M00845 R01954 RC00380,RC00629 ko00000,ko00001,ko00002,ko01000,ko04147 - - iJN678.argG,iSB619.SA_RS04675 Arginosuc_synth +BSU_29460 224308.BSU29460 8.14e-115 329.0 COG0521@1|root,COG0521@2|Bacteria,1V3XM@1239|Firmicutes,4HH5V@91061|Bacilli,1ZFK1@1386|Bacillus 2|Bacteria H May be involved in the biosynthesis of molybdopterin moaB - 2.7.7.75 ko:K03638 ko00790,ko01100,map00790,map01100 - R09726 RC00002 ko00000,ko00001,ko01000 - - - MoCF_biosynth +BSU_29470 224308.BSU29470 4.69e-281 768.0 COG0282@1|root,COG0282@2|Bacteria,1TQ22@1239|Firmicutes,4HA7K@91061|Bacilli,1ZDDX@1386|Bacillus 2|Bacteria F Catalyzes the formation of acetyl phosphate from acetate and ATP. Can also catalyze the reverse reaction ackA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 2.7.2.1 ko:K00925 ko00430,ko00620,ko00640,ko00680,ko00720,ko01100,ko01120,ko01200,map00430,map00620,map00640,map00680,map00720,map01100,map01120,map01200 M00357,M00579 R00315,R01353 RC00002,RC00043 ko00000,ko00001,ko00002,ko01000 - - iNJ661.Rv0409 Acetate_kinase +BSU_29480 224308.BSU29480 3.78e-224 619.0 COG0827@1|root,COG0827@2|Bacteria,1TRIQ@1239|Firmicutes,4H9SE@91061|Bacilli,1ZBZ7@1386|Bacillus 2|Bacteria L DNA methylase ytxK - 2.1.1.72 ko:K00571 - - - - ko00000,ko01000,ko02048 - - - N6_Mtase +BSU_29490 224308.BSU29490 1.93e-116 333.0 COG2077@1|root,COG2077@2|Bacteria,1V474@1239|Firmicutes,4HFMW@91061|Bacilli,1ZARA@1386|Bacillus 2|Bacteria O Thiol-specific peroxidase that catalyzes the reduction of hydrogen peroxide and organic hydroperoxides to water and alcohols, respectively. Plays a role in cell protection against oxidative stress by detoxifying peroxides tpx - 1.11.1.15 ko:K11065 - - - - ko00000,ko01000 - - - AhpC-TSA,Redoxin +BSU_29500 224308.BSU29500 2.24e-96 281.0 COG3874@1|root,COG3874@2|Bacteria,1V6H7@1239|Firmicutes,4HIG7@91061|Bacilli,1ZG9C@1386|Bacillus 2|Bacteria S Sporulation protein YtfJ ytfJ - - - - - - - - - - - Spore_YtfJ +BSU_29510 224308.BSU29510 5.18e-150 423.0 2E5MF@1|root,330CC@2|Bacteria,1VEG0@1239|Firmicutes,4HMVE@91061|Bacilli,1ZBQY@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2953) ytfI - - - - - - - - - - - DUF2953 +BSU_29520 224308.BSU29520 7.05e-113 324.0 COG1714@1|root,COG1714@2|Bacteria,1VATS@1239|Firmicutes,4HKJ3@91061|Bacilli,1ZFC7@1386|Bacillus 2|Bacteria S RDD family yteJ - - - - - - - - - - - RDD +BSU_29530 224308.BSU29530 6.13e-233 642.0 COG0616@1|root,COG0616@2|Bacteria,1TRQW@1239|Firmicutes,4HB4R@91061|Bacilli,1ZBTV@1386|Bacillus 2|Bacteria OU signal peptide peptidase SppA sppA - - ko:K04773 - - - - ko00000,ko01000,ko01002 - - - Peptidase_S49 +BSU_29540 224308.BSU29540 2.92e-190 528.0 COG0061@1|root,COG0061@2|Bacteria,1TRXB@1239|Firmicutes,4HCEW@91061|Bacilli,1ZB1S@1386|Bacillus 2|Bacteria G Involved in the regulation of the intracellular balance of NAD and NADP, and is a key enzyme in the biosynthesis of NADP. Catalyzes specifically the phosphorylation on 2'-hydroxyl of the adenosine moiety of NAD to yield NADP nadK GO:0000166,GO:0003674,GO:0003824,GO:0003951,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006725,GO:0006732,GO:0006733,GO:0006739,GO:0006741,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009117,GO:0009165,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0017076,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019637,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034641,GO:0034654,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0046496,GO:0048037,GO:0050662,GO:0051186,GO:0051188,GO:0051287,GO:0055086,GO:0071704,GO:0072524,GO:0072525,GO:0090407,GO:0097159,GO:0097367,GO:1901265,GO:1901293,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576 2.7.1.23 ko:K00858 ko00760,ko01100,map00760,map01100 - R00104 RC00002,RC00078 ko00000,ko00001,ko01000 - - iEcSMS35_1347.EcSMS35_2767,iHN637.CLJU_RS05480,iLJ478.TM1733 NAD_kinase +BSU_29550 224308.BSU29550 0.0 1080.0 COG1574@1|root,COG1574@2|Bacteria,1TQ6G@1239|Firmicutes,4H9T6@91061|Bacilli,1ZBDY@1386|Bacillus 2|Bacteria S amidohydrolase ytcJ - - - - - - - - - - - Amidohydro_3 +BSU_29560 224308.BSU29560 0.0 1052.0 COG0365@1|root,COG0365@2|Bacteria,1TQTI@1239|Firmicutes,4H9PN@91061|Bacilli,1ZCDC@1386|Bacillus 2|Bacteria I COG0365 Acyl-coenzyme A synthetases AMP-(fatty) acid ligases acsA GO:0003674,GO:0003824,GO:0003996,GO:0004321,GO:0006082,GO:0006139,GO:0006163,GO:0006629,GO:0006631,GO:0006633,GO:0006637,GO:0006725,GO:0006732,GO:0006753,GO:0006790,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009117,GO:0009150,GO:0009259,GO:0009987,GO:0015645,GO:0016053,GO:0016405,GO:0016408,GO:0016740,GO:0016746,GO:0016747,GO:0016874,GO:0016877,GO:0016878,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0033865,GO:0033875,GO:0034032,GO:0034641,GO:0035383,GO:0043436,GO:0043603,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0051186,GO:0055086,GO:0071704,GO:0072330,GO:0072521,GO:1901135,GO:1901360,GO:1901564,GO:1901576 6.2.1.1,6.2.1.2 ko:K01895,ko:K01896 ko00010,ko00620,ko00640,ko00650,ko00680,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00620,map00640,map00650,map00680,map00720,map01100,map01110,map01120,map01130,map01200 M00357 R00235,R00236,R00316,R00926,R01176,R01354 RC00004,RC00012,RC00014,RC00043,RC00070,RC02746,RC02816 ko00000,ko00001,ko00002,ko01000,ko01004 - - - AMP-binding,AMP-binding_C +BSU_29570 224308.BSU29570 2.12e-40 133.0 2BX75@1|root,32YCI@2|Bacteria,1VEDY@1239|Firmicutes,4HNHZ@91061|Bacilli,1ZIWS@1386|Bacillus 2|Bacteria S spore protein sspB - - ko:K06418,ko:K06419,ko:K06420,ko:K06421 - - - - ko00000 - - - SASP +BSU_29580 224308.BSU29580 6.26e-289 789.0 COG0301@1|root,COG0301@2|Bacteria,1TPNW@1239|Firmicutes,4HAV9@91061|Bacilli,1ZBZY@1386|Bacillus 2|Bacteria H Catalyzes the ATP-dependent transfer of a sulfur to tRNA to produce 4-thiouridine in position 8 of tRNAs, which functions as a near-UV photosensor. Also catalyzes the transfer of sulfur to the sulfur carrier protein ThiS, forming ThiS-thiocarboxylate. This is a step in the synthesis of thiazole, in the thiamine biosynthesis pathway. The sulfur is donated as persulfide by IscS thiI GO:0000049,GO:0002937,GO:0003674,GO:0003676,GO:0003723,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006766,GO:0006767,GO:0006772,GO:0006790,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009058,GO:0009110,GO:0009228,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0017144,GO:0018130,GO:0019438,GO:0034227,GO:0034470,GO:0034641,GO:0034660,GO:0042364,GO:0042723,GO:0042724,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0072527,GO:0072528,GO:0090304,GO:0097159,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576 2.8.1.4 ko:K03151 ko00730,ko01100,ko04122,map00730,map01100,map04122 - R07461 - ko00000,ko00001,ko01000,ko03016 - - iECNA114_1301.ECNA114_0400,iECO26_1355.ECO26_0455,iECSF_1327.ECSF_0383,iSDY_1059.SDY_0307 THUMP,ThiI +BSU_29590 224308.BSU29590 1.22e-269 738.0 COG1104@1|root,COG1104@2|Bacteria,1TP21@1239|Firmicutes,4HAEE@91061|Bacilli,1ZBHY@1386|Bacillus 2|Bacteria E Cysteine desulfurase iscS2 - 2.8.1.7 ko:K04487 ko00730,ko01100,ko04122,map00730,map01100,map04122 - R07460,R11528,R11529 RC01789,RC02313 ko00000,ko00001,ko01000,ko02048,ko03016,ko03029 - - - Aminotran_5 +BSU_29600 224308.BSU29600 1.17e-304 832.0 COG1114@1|root,COG1114@2|Bacteria,1TQIS@1239|Firmicutes,4HAKA@91061|Bacilli,1ZAST@1386|Bacillus 2|Bacteria E Component of the transport system for branched-chain amino acids brnQ GO:0003333,GO:0003674,GO:0005215,GO:0005304,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006820,GO:0006855,GO:0006865,GO:0008150,GO:0008324,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015175,GO:0015179,GO:0015188,GO:0015190,GO:0015238,GO:0015318,GO:0015658,GO:0015711,GO:0015803,GO:0015804,GO:0015807,GO:0015818,GO:0015820,GO:0015829,GO:0015849,GO:0015893,GO:0016020,GO:0022857,GO:0034220,GO:0042221,GO:0042493,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098655,GO:0098656,GO:1902475,GO:1903785,GO:1903825,GO:1905039 - ko:K03311 - - - - ko00000 2.A.26 - - Branch_AA_trans +BSU_29610 224308.BSU29610 0.0 985.0 COG4477@1|root,COG4477@2|Bacteria,1TQR7@1239|Firmicutes,4HA15@91061|Bacilli,1ZAWX@1386|Bacillus 2|Bacteria D modulates the frequency and position of FtsZ ring formation. Inhibits FtsZ ring formation at polar sites. Interacts either with FtsZ or with one of its binding partners to promote depolymerization ezrA GO:0000278,GO:0000281,GO:0000910,GO:0000917,GO:0000918,GO:0000921,GO:0005575,GO:0005623,GO:0005886,GO:0006996,GO:0007010,GO:0007049,GO:0008150,GO:0009987,GO:0016020,GO:0016043,GO:0022402,GO:0022607,GO:0031106,GO:0032185,GO:0032506,GO:0034622,GO:0043933,GO:0044085,GO:0044464,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0051301,GO:0051302,GO:0051781,GO:0061640,GO:0065003,GO:0065007,GO:0070925,GO:0071840,GO:0071944,GO:0090529,GO:1902410,GO:1903047 - ko:K06286,ko:K07158 - - - - ko00000,ko03036 - - - DUF4175,EzrA +BSU_29620 224308.BSU29620 3.73e-198 548.0 COG1387@1|root,COG1387@2|Bacteria,1TQQX@1239|Firmicutes,4H9P1@91061|Bacilli,1ZCA3@1386|Bacillus 2|Bacteria E COG1387 Histidinol phosphatase and related hydrolases of the PHP family hisK GO:0000105,GO:0003674,GO:0003824,GO:0004401,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006547,GO:0006725,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009987,GO:0016053,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0042578,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0046483,GO:0052803,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 3.1.3.15 ko:K04486 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R03013 RC00017 ko00000,ko00001,ko00002,ko01000 - - - PHP,PHP_C +BSU_29630 224308.BSU29630 2.94e-142 402.0 COG1309@1|root,COG1309@2|Bacteria,1V6TA@1239|Firmicutes,4HISQ@91061|Bacilli,1ZGRH@1386|Bacillus 2|Bacteria K Transcriptional regulator yttP GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - ko:K09017 - - - - ko00000,ko03000 - - - TetR_C_4,TetR_N +BSU_29640 224308.BSU29640 1.95e-114 328.0 COG1956@1|root,COG1956@2|Bacteria,1V6GQ@1239|Firmicutes,4HH7X@91061|Bacilli,1ZFMG@1386|Bacillus 2|Bacteria T GAF domain-containing protein ytsP - 1.8.4.14 ko:K08968 ko00270,map00270 - R02025 RC00639 ko00000,ko00001,ko01000 - - - GAF_2 +BSU_29650 224308.BSU29650 0.0 1123.0 COG2199@1|root,COG2203@1|root,COG2199@2|Bacteria,COG2203@2|Bacteria,1TQ2X@1239|Firmicutes,4HA6T@91061|Bacilli,1ZCE7@1386|Bacillus 2|Bacteria T COG2199 FOG GGDEF domain ytrP - 2.7.7.65 ko:K13069,ko:K21009 ko02025,map02025 - R08057 - ko00000,ko00001,ko01000 - - - GAF,GAF_2,GAF_3,GGDEF,HAMP,PAS_3 +BSU_29660 224308.BSU29660 2.01e-141 399.0 COG0522@1|root,COG0522@2|Bacteria,1TR0J@1239|Firmicutes,4HAC9@91061|Bacilli,1ZCEB@1386|Bacillus 2|Bacteria J One of the primary rRNA binding proteins, it binds directly to 16S rRNA where it nucleates assembly of the body of the 30S subunit rpsD GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005840,GO:0006417,GO:0006450,GO:0008150,GO:0009889,GO:0009891,GO:0009893,GO:0010468,GO:0010556,GO:0010557,GO:0010604,GO:0010608,GO:0010628,GO:0015935,GO:0019222,GO:0019843,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0032268,GO:0032270,GO:0032991,GO:0034248,GO:0034250,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044446,GO:0044464,GO:0045727,GO:0045903,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0051171,GO:0051173,GO:0051246,GO:0051247,GO:0060255,GO:0065007,GO:0065008,GO:0080090,GO:0097159,GO:1901363,GO:1990904,GO:2000112 - ko:K02986 ko03010,map03010 M00178,M00179 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_S4,S4 +BSU_29670 224308.BSU29670 6.47e-304 828.0 COG0162@1|root,COG0162@2|Bacteria,1TPGN@1239|Firmicutes,4H9YV@91061|Bacilli,1ZBY9@1386|Bacillus 2|Bacteria J Catalyzes the attachment of tyrosine to tRNA(Tyr) in a two-step reaction tyrosine is first activated by ATP to form Tyr- AMP and then transferred to the acceptor end of tRNA(Tyr) tyrS GO:0003674,GO:0003824,GO:0004812,GO:0004831,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006437,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.1 ko:K01866 ko00970,map00970 M00359,M00360 R02918 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016,ko03029 - - iAF1260.b1637,iBWG_1329.BWG_1452,iECDH10B_1368.ECDH10B_1771,iECDH1ME8569_1439.ECDH1ME8569_1581,iECH74115_1262.ECH74115_2349,iECIAI39_1322.ECIAI39_1418,iECNA114_1301.ECNA114_1685,iECO103_1326.ECO103_1778,iECO111_1330.ECO111_2107,iECO26_1355.ECO26_2366,iECSE_1348.ECSE_1760,iECSF_1327.ECSF_1500,iECSP_1301.ECSP_2202,iECUMN_1333.ECUMN_1928,iECW_1372.ECW_m1805,iECs_1301.ECs2346,iEKO11_1354.EKO11_2137,iETEC_1333.ETEC_1672,iEcDH1_1363.EcDH1_2003,iEcE24377_1341.EcE24377A_1847,iEcHS_1320.EcHS_A1713,iEcSMS35_1347.EcSMS35_1562,iEcolC_1368.EcolC_1992,iJO1366.b1637,iSFV_1184.SFV_1654,iSF_1195.SF1662,iSSON_1240.SSON_1519,iSbBS512_1146.SbBS512_E1829,iUMNK88_1353.UMNK88_2097,iWFL_1372.ECW_m1805,iY75_1357.Y75_RS08585 S4,tRNA-synt_1b +BSU_29680 224308.BSU29680 0.0 1164.0 COG0365@1|root,COG0365@2|Bacteria,1TQTI@1239|Firmicutes,4H9PN@91061|Bacilli,1ZBDX@1386|Bacillus 2|Bacteria I COG0365 Acyl-coenzyme A synthetases AMP-(fatty) acid ligases acsA - 6.2.1.1 ko:K01895 ko00010,ko00620,ko00640,ko00680,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00620,map00640,map00680,map00720,map01100,map01110,map01120,map01130,map01200 M00357 R00235,R00236,R00316,R00926,R01354 RC00004,RC00012,RC00043,RC00070,RC02746,RC02816 ko00000,ko00001,ko00002,ko01000,ko01004 - - - ACAS_N,AMP-binding,AMP-binding_C +BSU_29690 224308.BSU29690 9.91e-156 436.0 COG0454@1|root,COG0454@2|Bacteria,1TSEY@1239|Firmicutes,4HA1V@91061|Bacilli,1ZANI@1386|Bacillus 2|Bacteria K Part of the acuABC operon, which is possibly involved in the breakdown of acetoin and butanediol. Acts as an acetyltransferase inactivating acetyl-CoA synthetase AcsA via acetylation at a Lys residue acuA GO:0001101,GO:0003674,GO:0003824,GO:0006066,GO:0006355,GO:0006950,GO:0007154,GO:0007584,GO:0008150,GO:0008152,GO:0009056,GO:0009267,GO:0009605,GO:0009847,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0009991,GO:0010033,GO:0010034,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0016407,GO:0016491,GO:0016614,GO:0016616,GO:0016740,GO:0016746,GO:0016747,GO:0019152,GO:0019219,GO:0019222,GO:0019751,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0031667,GO:0031668,GO:0031669,GO:0031670,GO:0032502,GO:0033554,GO:0034077,GO:0034078,GO:0034311,GO:0034313,GO:0042149,GO:0042180,GO:0042182,GO:0042221,GO:0042594,GO:0042844,GO:0042846,GO:0043894,GO:0044237,GO:0044248,GO:0044281,GO:0044282,GO:0045013,GO:0045014,GO:0045149,GO:0045150,GO:0045892,GO:0045934,GO:0045990,GO:0046015,GO:0046164,GO:0046174,GO:0046677,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0051716,GO:0055114,GO:0060255,GO:0061984,GO:0061985,GO:0061986,GO:0065007,GO:0070887,GO:0071229,GO:0071236,GO:0071310,GO:0071311,GO:0071496,GO:0071704,GO:0080090,GO:1901575,GO:1901615,GO:1901616,GO:1901700,GO:1901701,GO:1902652,GO:1902679,GO:1903506,GO:1903507,GO:2000112,GO:2000113,GO:2001141 - ko:K04766 - - - - ko00000,ko01000 - - - Acetyltransf_1 +BSU_29700 224308.BSU29700 6.16e-152 427.0 COG0517@1|root,COG0517@2|Bacteria,1V7SC@1239|Firmicutes,4HGJP@91061|Bacilli,1ZRPY@1386|Bacillus 2|Bacteria S Domain in cystathionine beta-synthase and other proteins. acuB GO:0003674,GO:0003824,GO:0003938,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006163,GO:0006164,GO:0006183,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009116,GO:0009117,GO:0009119,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009163,GO:0009165,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016491,GO:0016614,GO:0016616,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034404,GO:0034641,GO:0034654,GO:0042278,GO:0042451,GO:0042455,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046039,GO:0046128,GO:0046129,GO:0046390,GO:0046483,GO:0055086,GO:0055114,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901068,GO:1901070,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 - ko:K04767 - - - - ko00000 - - - ACT,CBS +BSU_29710 224308.BSU29710 6.51e-293 798.0 COG0123@1|root,COG0123@2|Bacteria,1TQF7@1239|Firmicutes,4HBTF@91061|Bacilli,1ZC2K@1386|Bacillus 2|Bacteria BQ histone deacetylase acuC - - ko:K04768 - - - - ko00000 - - iYO844.BSU29710 Hist_deacetyl +BSU_29720 224308.BSU29720 1.6e-161 453.0 COG1360@1|root,COG1360@2|Bacteria,1UXY4@1239|Firmicutes,4HCCI@91061|Bacilli,1ZB4F@1386|Bacillus 2|Bacteria N Flagellar motor protein motS - - ko:K02557 ko02030,ko02040,map02030,map02040 - - - ko00000,ko00001,ko02000,ko02035 1.A.30.1 - - MotB_plug,OmpA +BSU_29730 224308.BSU29730 1.18e-187 522.0 COG1291@1|root,COG1291@2|Bacteria,1TRH1@1239|Firmicutes,4HAXG@91061|Bacilli,1ZB8I@1386|Bacillus 2|Bacteria N flagellar motor motA GO:0001539,GO:0005575,GO:0005623,GO:0005886,GO:0006928,GO:0008150,GO:0009987,GO:0016020,GO:0016021,GO:0031224,GO:0040011,GO:0044425,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071944,GO:0071973,GO:0071978,GO:0097588 - ko:K02556 ko02020,ko02030,ko02040,map02020,map02030,map02040 - - - ko00000,ko00001,ko02000,ko02035 1.A.30.1 - - MotA_ExbB +BSU_29740 224308.BSU29740 4.16e-235 647.0 COG1609@1|root,COG1609@2|Bacteria,1TQ7K@1239|Firmicutes,4H9NG@91061|Bacilli,1ZCFZ@1386|Bacillus 2|Bacteria K catabolite control protein A ccpA GO:0000976,GO:0001067,GO:0001130,GO:0001216,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009891,GO:0009892,GO:0009893,GO:0010468,GO:0010556,GO:0010557,GO:0010558,GO:0010604,GO:0010605,GO:0010628,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031325,GO:0031326,GO:0031327,GO:0031328,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0045892,GO:0045893,GO:0045934,GO:0045935,GO:0048518,GO:0048519,GO:0048522,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051173,GO:0051252,GO:0051253,GO:0051254,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1902680,GO:1903506,GO:1903507,GO:1903508,GO:1990837,GO:2000112,GO:2000113,GO:2001141 - ko:K02529 - - - - ko00000,ko03000 - - - LacI,Peripla_BP_1,Peripla_BP_3 +BSU_29750 224308.BSU29750 7.64e-250 686.0 COG1605@1|root,COG2876@1|root,COG1605@2|Bacteria,COG2876@2|Bacteria,1TP61@1239|Firmicutes,4HB03@91061|Bacilli,1ZB0X@1386|Bacillus 2|Bacteria E Catalyzes the formation of 3-deoxy-D-aribino-hept-2-ulosonate 7-phosphate from phosphoenolpyruvate and D-erythrose 4-phosphate and the formation of prephenate from chorismate aroF - 2.5.1.54,5.4.99.5 ko:K01626,ko:K03856,ko:K04092,ko:K04093,ko:K04516,ko:K13853 ko00400,ko01100,ko01110,ko01130,ko01230,ko02024,map00400,map01100,map01110,map01130,map01230,map02024 M00022,M00024,M00025 R01715,R01826 RC00435,RC03116 ko00000,ko00001,ko00002,ko01000 - - - CM_2,DAHP_synth_1 +BSU_29760 224308.BSU29760 1.9e-72 217.0 COG3118@1|root,COG3118@2|Bacteria,1VEPC@1239|Firmicutes,4HNXE@91061|Bacilli,1ZI6R@1386|Bacillus 2|Bacteria O Protein of unknown function (DUF2847) ytxJ - - ko:K20541,ko:K20543 - - - - ko00000,ko02000 1.B.55.3,4.D.3.1.6 - - DUF2847 +BSU_29770 224308.BSU29770 3.17e-30 114.0 COG4980@1|root,COG4980@2|Bacteria,1VFY7@1239|Firmicutes,4HNWV@91061|Bacilli,1ZEKS@1386|Bacillus 2|Bacteria S COG4980 Gas vesicle protein ytxH - - - - - - - - - - - YtxH +BSU_29780 224308.BSU29780 1.67e-63 197.0 COG4768@1|root,COG4768@2|Bacteria,1VAXN@1239|Firmicutes,4HM93@91061|Bacilli,1ZGYS@1386|Bacillus 2|Bacteria S protein containing a divergent version of the methyl-accepting chemotaxis-like domain ytxG - - - - - - - - - - - DUF948 +BSU_29790 224308.BSU29790 0.0 876.0 COG0773@1|root,COG0773@2|Bacteria,1TQ5H@1239|Firmicutes,4HAR4@91061|Bacilli,1ZB5U@1386|Bacillus 2|Bacteria M Belongs to the MurCDEF family mpl GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005576,GO:0005622,GO:0005623,GO:0005737,GO:0016874,GO:0016879,GO:0016881,GO:0042802,GO:0044424,GO:0044464 6.3.2.4,6.3.2.45,6.3.2.8 ko:K01921,ko:K01924,ko:K02558 ko00471,ko00473,ko00550,ko01100,ko01502,map00471,map00473,map00550,map01100,map01502 - R01150,R03193 RC00064,RC00141 ko00000,ko00001,ko01000,ko01011 - - iSDY_1059.SDY_4251 Mur_ligase,Mur_ligase_C,Mur_ligase_M +BSU_29805 224308.BSU29805 0.0 1668.0 COG1674@1|root,COG1674@2|Bacteria,1TPJR@1239|Firmicutes,4HA1S@91061|Bacilli,1ZAYY@1386|Bacillus 2|Bacteria D Belongs to the FtsK SpoIIIE SftA family sftA - - ko:K03466 - - - - ko00000,ko03036 3.A.12 - - FtsK_SpoIIIE,Ftsk_gamma +BSU_29820 224308.BSU29820 1.78e-140 397.0 COG0073@1|root,COG0073@2|Bacteria,1V3R1@1239|Firmicutes,4HHBI@91061|Bacilli,1ZD7F@1386|Bacillus 2|Bacteria J Belongs to the phenylalanyl-tRNA synthetase beta subunit family. Type 1 subfamily pheT GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006432,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009328,GO:0009987,GO:0010467,GO:0016070,GO:0019538,GO:0019752,GO:0032991,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:1901360,GO:1901564,GO:1901566,GO:1901576,GO:1902494 6.1.1.20 ko:K01890,ko:K06878 ko00970,map00970 M00359,M00360 R03660 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - - B3_4,B5,DUF4479,FDX-ACB,tRNA_bind +BSU_29830 224308.BSU29830 2.06e-191 531.0 COG4848@1|root,COG4848@2|Bacteria,1TTBU@1239|Firmicutes,4HAD1@91061|Bacilli,1ZBQ7@1386|Bacillus 2|Bacteria S Belongs to the UPF0354 family ytpQ - - - - - - - - - - - DUF1444 +BSU_29840 224308.BSU29840 3.17e-75 224.0 COG0526@1|root,COG0526@2|Bacteria,1VAS6@1239|Firmicutes,4HKGM@91061|Bacilli,1ZHAS@1386|Bacillus 2|Bacteria CO Thioredoxin ytpP GO:0003674,GO:0003824,GO:0004791,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009636,GO:0009987,GO:0015035,GO:0015036,GO:0016209,GO:0016491,GO:0016651,GO:0016667,GO:0016668,GO:0016671,GO:0019725,GO:0033554,GO:0034599,GO:0042221,GO:0042592,GO:0044424,GO:0044444,GO:0044464,GO:0045454,GO:0047134,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0055114,GO:0065007,GO:0065008,GO:0070887,GO:0097237,GO:0098754,GO:0098869,GO:1990748 2.7.1.180,5.3.4.1 ko:K01829,ko:K03671,ko:K03734,ko:K06196 ko04621,ko05418,map04621,map05418 - - - ko00000,ko00001,ko01000,ko02000,ko03110 5.A.1.2 - - Thioredoxin +BSU_29850 224308.BSU29850 7.02e-103 297.0 28NR0@1|root,2ZBQD@2|Bacteria,1V1Z5@1239|Firmicutes,4HGAG@91061|Bacilli,1ZE4G@1386|Bacillus 2|Bacteria S Nucleoside 2-deoxyribosyltransferase YtoQ ytoQ - - - - - - - - - - - Nuc_deoxyri_tr3 +BSU_29860 224308.BSU29860 2.24e-262 718.0 COG1363@1|root,COG1363@2|Bacteria,1TNZT@1239|Firmicutes,4H9SM@91061|Bacilli,1ZAXE@1386|Bacillus 2|Bacteria G COG1363 Cellulase M and related proteins pepA - 3.4.11.7 ko:K01261,ko:K01269 - - - - ko00000,ko01000,ko01002 - - - Peptidase_M42 +BSU_29870 224308.BSU29870 1.17e-67 205.0 COG5584@1|root,COG5584@2|Bacteria,1VEIQ@1239|Firmicutes,4HNS2@91061|Bacilli,1ZJ31@1386|Bacillus 2|Bacteria S small secreted protein ytzB - - - - - - - - - - - PepSY +BSU_29880 224308.BSU29880 0.0 1122.0 COG0281@1|root,COG0281@2|Bacteria,1TPJ3@1239|Firmicutes,4H9WR@91061|Bacilli,1ZD0I@1386|Bacillus 2|Bacteria C Malate dehydrogenase sfcA GO:0000166,GO:0003674,GO:0003824,GO:0004470,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006090,GO:0006091,GO:0006108,GO:0006113,GO:0008150,GO:0008152,GO:0009987,GO:0015980,GO:0016491,GO:0016614,GO:0016615,GO:0016829,GO:0016830,GO:0016831,GO:0019752,GO:0030145,GO:0032787,GO:0036094,GO:0043167,GO:0043169,GO:0043436,GO:0043464,GO:0043648,GO:0044237,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046872,GO:0046914,GO:0048037,GO:0050662,GO:0051287,GO:0055114,GO:0071704,GO:0097159,GO:1901265,GO:1901363 1.1.1.38,4.1.1.101 ko:K00027,ko:K22212 ko00620,ko01120,ko01200,ko02020,map00620,map01120,map01200,map02020 - R00214,R11074 RC00105,RC00282 ko00000,ko00001,ko01000 - - iNJ661.Rv2332 Malic_M,malic +BSU_29890 224308.BSU29890 3.87e-194 537.0 COG0491@1|root,COG0491@2|Bacteria,1TRED@1239|Firmicutes,4HAP2@91061|Bacilli,1ZAYX@1386|Bacillus 2|Bacteria S COG0491 Zn-dependent hydrolases, including glyoxylases ytnP - - - - - - - - - - - Lactamase_B +BSU_29900 224308.BSU29900 7.53e-157 439.0 COG0220@1|root,COG0220@2|Bacteria,1TQCA@1239|Firmicutes,4HC08@91061|Bacilli,1ZAP2@1386|Bacillus 2|Bacteria J Catalyzes the formation of N(7)-methylguanine at position 46 (m7G46) in tRNA trmB GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0008168,GO:0008173,GO:0008175,GO:0008176,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016423,GO:0016740,GO:0016741,GO:0030488,GO:0032259,GO:0032991,GO:0034470,GO:0034641,GO:0034660,GO:0034708,GO:0036265,GO:0040007,GO:0043170,GO:0043412,GO:0043414,GO:0043527,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0106004,GO:0140098,GO:0140101,GO:1901360,GO:1902494,GO:1990234 2.1.1.297,2.1.1.33 ko:K02493,ko:K03439 - - R10806 RC00003,RC03279 ko00000,ko01000,ko03012,ko03016 - - - Methyltransf_4 +BSU_29910 224308.BSU29910 9.51e-61 186.0 2E43M@1|root,32YZY@2|Bacteria,1VAYB@1239|Firmicutes,4HM5I@91061|Bacilli,1ZQJD@1386|Bacillus 2|Bacteria S YtzH-like protein ytzH - - - - - - - - - - - YtzH +BSU_29920 224308.BSU29920 1.65e-151 425.0 COG0510@1|root,COG0510@2|Bacteria,1UMFY@1239|Firmicutes,4HBF9@91061|Bacilli,1ZC4H@1386|Bacillus 2|Bacteria M Phosphotransferase ytmP - 2.7.1.89 ko:K07251 ko00730,ko01100,map00730,map01100 - R02134 RC00002,RC00017 ko00000,ko00001,ko01000 - - - APH +BSU_29930 224308.BSU29930 0.0 1473.0 COG1523@1|root,COG1523@2|Bacteria,1TP3M@1239|Firmicutes,4HBP5@91061|Bacilli,1ZC85@1386|Bacillus 2|Bacteria G Belongs to the glycosyl hydrolase 13 family pulA - 3.2.1.41 ko:K01200 ko00500,ko01100,ko01110,map00500,map01100,map01110 - R02111 - ko00000,ko00001,ko01000 - CBM48,GH13 - Alpha-amylase,CBM_48 +BSU_29940 224308.BSU29940 2.22e-231 635.0 COG1597@1|root,COG1597@2|Bacteria,1TUH3@1239|Firmicutes,4IR1U@91061|Bacilli,1ZRQM@1386|Bacillus 2|Bacteria I Diacylglycerol kinase catalytic domain ytlR - 2.7.1.91 ko:K04718 ko00600,ko01100,ko04020,ko04071,ko04072,ko04370,ko04371,ko04666,ko05152,map00600,map01100,map04020,map04071,map04072,map04370,map04371,map04666,map05152 M00100 R01926,R02976 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 - - - DAGK_acc,DAGK_cat +BSU_29950 224308.BSU29950 4.92e-212 586.0 28NSI@1|root,2ZB4U@2|Bacteria,1UZ00@1239|Firmicutes,4HDBT@91061|Bacilli,1ZDNP@1386|Bacillus 2|Bacteria - - ytlQ - - - - - - - - - - - NERD +BSU_29960 224308.BSU29960 7.71e-133 376.0 COG1514@1|root,COG1514@2|Bacteria,1VCBK@1239|Firmicutes,4HM3V@91061|Bacilli,1ZHT8@1386|Bacillus 2|Bacteria J Hydrolyzes RNA 2',3'-cyclic phosphodiester to an RNA 2'- phosphomonoester ligT GO:0003674,GO:0003824,GO:0004112,GO:0004113,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008081,GO:0008104,GO:0008150,GO:0008452,GO:0008664,GO:0009966,GO:0010646,GO:0010738,GO:0016787,GO:0016788,GO:0016874,GO:0016886,GO:0023051,GO:0033036,GO:0034237,GO:0042578,GO:0044424,GO:0044444,GO:0044464,GO:0048583,GO:0050789,GO:0050794,GO:0051018,GO:0051179,GO:0065007,GO:0140098,GO:1902531 3.1.4.58,3.5.1.42 ko:K01975,ko:K03743 ko00760,map00760 - R02322 RC00100 ko00000,ko00001,ko01000,ko03016 - - - 2_5_RNA_ligase2,LigT_PEase +BSU_29970 224308.BSU29970 3e-221 610.0 COG0031@1|root,COG0031@2|Bacteria,1TP30@1239|Firmicutes,4HAMU@91061|Bacilli,1ZC73@1386|Bacillus 2|Bacteria E Belongs to the cysteine synthase cystathionine beta- synthase family ytkP GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0004124,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006534,GO:0006535,GO:0006563,GO:0006790,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009069,GO:0009070,GO:0009987,GO:0016053,GO:0016740,GO:0016765,GO:0016829,GO:0016846,GO:0019344,GO:0019752,GO:0019842,GO:0030170,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0048037,GO:0050662,GO:0070279,GO:0071704,GO:0080146,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.5.1.47 ko:K01738 ko00270,ko00920,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00270,map00920,map01100,map01110,map01120,map01130,map01200,map01230 M00021 R00897,R03601,R04859 RC00020,RC02814,RC02821 ko00000,ko00001,ko00002,ko01000 - - - PALP +BSU_29980 224308.BSU29980 0.0 933.0 COG0624@1|root,COG0624@2|Bacteria,1TPEG@1239|Firmicutes,4HC14@91061|Bacilli,1ZBI2@1386|Bacillus 2|Bacteria E Dipeptidase pepV - 3.5.1.18 ko:K01270,ko:K01274,ko:K01439 ko00300,ko00480,ko01100,ko01120,ko01230,map00300,map00480,map01100,map01120,map01230 M00016 R00899,R02734,R04951 RC00064,RC00090,RC00096,RC00141 ko00000,ko00001,ko00002,ko01000,ko01002 - - - M20_dimer,Peptidase_M20 +BSU_29990 224308.BSU29990 1.73e-288 790.0 COG2252@1|root,COG2252@2|Bacteria,1TQC6@1239|Firmicutes,4HANG@91061|Bacilli,1ZDJJ@1386|Bacillus 2|Bacteria S permease pbuO - - ko:K06901 - - - - ko00000,ko02000 2.A.1.40 - iYO844.BSU06370 Xan_ur_permease +BSU_30000 224308.BSU30000 8.45e-263 721.0 COG4473@1|root,COG4473@2|Bacteria,1V6RH@1239|Firmicutes,4HK0C@91061|Bacilli,1ZEVB@1386|Bacillus 2|Bacteria U Bacterial ABC transporter protein EcsB ythQ - - ko:K01992 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - EcsB +BSU_30010 224308.BSU30010 4.85e-169 472.0 COG1131@1|root,COG1131@2|Bacteria,1TQIH@1239|Firmicutes,4HA2B@91061|Bacilli,1ZC0G@1386|Bacillus 2|Bacteria V ABC transporter ythP - - ko:K01990 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC_tran +BSU_30020 224308.BSU30020 6.33e-46 147.0 COG1349@1|root,COG1349@2|Bacteria,1VG5N@1239|Firmicutes,4HNPQ@91061|Bacilli,1ZHT3@1386|Bacillus 2|Bacteria K COG1349 Transcriptional regulators of sugar metabolism ytzE - - - - - - - - - - - Fic,HTH_24,HTH_DeoR +BSU_30035 224308.BSU30035 9.04e-171 476.0 COG1187@1|root,COG1187@2|Bacteria,1TQZ2@1239|Firmicutes,4H9VU@91061|Bacilli,1ZCAM@1386|Bacillus 2|Bacteria J Belongs to the pseudouridine synthase RsuA family rsuA GO:0000154,GO:0000455,GO:0001522,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009451,GO:0009982,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016853,GO:0016866,GO:0022613,GO:0031118,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043412,GO:0044085,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:1901360 5.4.99.19,5.4.99.22 ko:K06178,ko:K06183 - - - - ko00000,ko01000,ko03009 - - - PseudoU_synth_2,S4 +BSU_30050 224308.BSU30050 0.0 1011.0 COG2244@1|root,COG2244@2|Bacteria,1TNYX@1239|Firmicutes,4H9RY@91061|Bacilli,1ZBR9@1386|Bacillus 2|Bacteria S COG2244 Membrane protein involved in the export of O-antigen and teichoic acid ytgP GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03328,ko:K06409 - - - - ko00000,ko02000 2.A.66.2,2.A.66.2.14 - - Polysacc_synt,Polysacc_synt_C +BSU_30060 224308.BSU30060 5.77e-306 833.0 COG2081@1|root,COG2081@2|Bacteria,1TQ6E@1239|Firmicutes,4HAAT@91061|Bacilli,1ZAT3@1386|Bacillus 2|Bacteria S HI0933-like protein ytfP - - ko:K07007 - - - - ko00000 - - - HI0933_like +BSU_30070 224308.BSU30070 0.0 979.0 COG1292@1|root,COG1292@2|Bacteria,1TRS6@1239|Firmicutes,4HA7U@91061|Bacilli,1ZBRN@1386|Bacillus 2|Bacteria M Belongs to the BCCT transporter (TC 2.A.15) family opuD GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006950,GO:0006970,GO:0008150,GO:0008324,GO:0008519,GO:0009266,GO:0009409,GO:0009628,GO:0015075,GO:0015101,GO:0015199,GO:0015651,GO:0015695,GO:0015696,GO:0015697,GO:0015838,GO:0016020,GO:0022857,GO:0031460,GO:0034220,GO:0044464,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072337,GO:0072349,GO:0072488,GO:0098655 - ko:K05020 - - - - ko00000,ko02000 2.A.15.1.1,2.A.15.1.11 - iYO844.BSU30070 BCCT +BSU_30080 224308.BSU30080 2.14e-36 122.0 2EJ4P@1|root,33CVX@2|Bacteria,1VMH9@1239|Firmicutes,4HSGS@91061|Bacilli,1ZIVZ@1386|Bacillus 2|Bacteria S Sporulation protein Cse60 yteV - - - - - - - - - - - Spore_Cse60 +BSU_30090 224308.BSU30090 1.97e-152 429.0 COG5578@1|root,COG5578@2|Bacteria,1V69Y@1239|Firmicutes,4HH89@91061|Bacilli,1ZGMC@1386|Bacillus 2|Bacteria S Integral membrane protein yteU - - - - - - - - - - - DUF624 +BSU_30100 224308.BSU30100 0.0 889.0 COG0673@1|root,COG0673@2|Bacteria,1TSUT@1239|Firmicutes,4HDBM@91061|Bacilli,1ZD0S@1386|Bacillus 2|Bacteria S Oxidoreductase family, C-terminal alpha/beta domain yteT - - - - - - - - - - - GFO_IDH_MocA,GFO_IDH_MocA_C +BSU_30110 224308.BSU30110 3.75e-114 327.0 COG1653@1|root,COG1653@2|Bacteria,1U9I7@1239|Firmicutes,4IJNU@91061|Bacilli,1ZCI0@1386|Bacillus 2|Bacteria G transport yteS - - - - - - - - - - - - +BSU_30120 224308.BSU30120 2.23e-286 780.0 COG4225@1|root,COG4225@2|Bacteria,1TRJ7@1239|Firmicutes,4HDRZ@91061|Bacilli,1ZCCP@1386|Bacillus 2|Bacteria G unsaturated glucuronyl hydrolase involved in regulation of bacterial surface properties, and related proteins yteR GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.2.1.172 ko:K15532 - - - - ko00000,ko01000 - GH105 - Glyco_hydro_88 +BSU_30135 224308.BSU30135 2.27e-221 611.0 COG4209@1|root,COG4209@2|Bacteria,1TP33@1239|Firmicutes,4HATZ@91061|Bacilli,1ZAQ3@1386|Bacillus 2|Bacteria G COG4209 ABC-type polysaccharide transport system, permease component lplB13 GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K17319 ko02010,map02010 M00603 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1.29,3.A.1.1.9 - - BPD_transp_1 +BSU_30150 224308.BSU30150 0.0 1514.0 COG2207@1|root,COG2207@2|Bacteria,1UY4J@1239|Firmicutes,4HE0E@91061|Bacilli,1ZCUV@1386|Bacillus 2|Bacteria K Transcriptional regulator ytdP GO:0003674,GO:0003824,GO:0006081,GO:0006082,GO:0006089,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009438,GO:0009987,GO:0016053,GO:0016829,GO:0016835,GO:0016836,GO:0019172,GO:0019243,GO:0019249,GO:0019752,GO:0032787,GO:0042180,GO:0042182,GO:0043436,GO:0044237,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0046185,GO:0046394,GO:0051596,GO:0061727,GO:0071704,GO:0072330,GO:1901575,GO:1901576,GO:1901615,GO:1901617 - - - - - - - - - - HTH_18,dCache_1 +BSU_30160 224308.BSU30160 0.0 1000.0 COG1653@1|root,COG1653@2|Bacteria,1TRD0@1239|Firmicutes,4HTV1@91061|Bacilli,1ZQXP@1386|Bacillus 2|Bacteria G COG1653 ABC-type sugar transport system, periplasmic component ytcQ - - ko:K17318 ko02010,map02010 M00603 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1.29,3.A.1.1.9 - - SBP_bac_1,SBP_bac_8 +BSU_30170 224308.BSU30170 1.88e-191 533.0 COG0395@1|root,COG0395@2|Bacteria,1TQ9F@1239|Firmicutes,4HBG3@91061|Bacilli,1ZCUS@1386|Bacillus 2|Bacteria G COG0395 ABC-type sugar transport system, permease component ytcP GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02026,ko:K10234,ko:K17320 ko02010,map02010 M00201,M00207,M00603 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1,3.A.1.1.29,3.A.1.1.32,3.A.1.1.8,3.A.1.1.9 - - BPD_transp_1 +BSU_30180 224308.BSU30180 9.01e-178 495.0 COG0451@1|root,COG0451@2|Bacteria,1V0AK@1239|Firmicutes,4HQJU@91061|Bacilli,1ZEQA@1386|Bacillus 2|Bacteria GM NAD dependent epimerase/dehydratase family udh GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0016491,GO:0016614,GO:0016616,GO:0050388,GO:0055114 1.1.1.203,1.1.1.388 ko:K18981,ko:K19243 ko00030,ko00053,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map00053,map01100,map01110,map01120,map01130,map01200 M00004,M00006 R10520,R10841,R10907 RC00066 ko00000,ko00001,ko00002,ko01000 - - - Epimerase +BSU_30190 224308.BSU30190 1.08e-286 783.0 COG2124@1|root,COG2124@2|Bacteria,1TPWZ@1239|Firmicutes,4HAGS@91061|Bacilli,1ZC1Y@1386|Bacillus 2|Bacteria C Cytochrome P450 bioI GO:0003674,GO:0003824,GO:0004497,GO:0005488,GO:0005506,GO:0006066,GO:0006082,GO:0006629,GO:0006706,GO:0006707,GO:0006732,GO:0006766,GO:0006767,GO:0006768,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008202,GO:0008203,GO:0008395,GO:0009056,GO:0009058,GO:0009102,GO:0009108,GO:0009110,GO:0009987,GO:0016042,GO:0016053,GO:0016125,GO:0016127,GO:0016491,GO:0016705,GO:0016709,GO:0016713,GO:0017144,GO:0018130,GO:0019752,GO:0020037,GO:0032787,GO:0034641,GO:0036199,GO:0042364,GO:0042440,GO:0043167,GO:0043169,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044282,GO:0044283,GO:0046148,GO:0046164,GO:0046394,GO:0046483,GO:0046872,GO:0046906,GO:0046914,GO:0048037,GO:0051186,GO:0051188,GO:0055114,GO:0071704,GO:0072330,GO:0097159,GO:1901360,GO:1901361,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901575,GO:1901576,GO:1901615,GO:1901616,GO:1902652 1.14.14.46,1.14.15.13 ko:K15468,ko:K16593,ko:K17474 ko00780,ko01100,map00780,map01100 M00573 R10123 - ko00000,ko00001,ko00002,ko00199,ko01000,ko01008 - - - p450 +BSU_30200 224308.BSU30200 4.57e-244 670.0 COG0502@1|root,COG0502@2|Bacteria,1TPQ4@1239|Firmicutes,4HAGM@91061|Bacilli,1ZCAU@1386|Bacillus 2|Bacteria H Catalyzes the conversion of dethiobiotin (DTB) to biotin by the insertion of a sulfur atom into dethiobiotin via a radical- based mechanism bioB - 2.8.1.6 ko:K01012 ko00780,ko01100,map00780,map01100 M00123,M00573,M00577 R01078 RC00441 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU30200 BATS,Radical_SAM +BSU_30210 224308.BSU30210 1.44e-163 457.0 COG0132@1|root,COG0132@2|Bacteria,1V7IE@1239|Firmicutes,4IRD4@91061|Bacilli,1ZRTE@1386|Bacillus 2|Bacteria H Catalyzes a mechanistically unusual reaction, the ATP- dependent insertion of CO2 between the N7 and N8 nitrogen atoms of 7,8-diaminopelargonic acid (DAPA) to form an ureido ring bioD GO:0003674,GO:0003824,GO:0004141,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006732,GO:0006766,GO:0006767,GO:0006768,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009102,GO:0009108,GO:0009110,GO:0009987,GO:0016053,GO:0016874,GO:0016879,GO:0016882,GO:0017144,GO:0018130,GO:0019752,GO:0032787,GO:0034641,GO:0042364,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0051186,GO:0051188,GO:0071704,GO:0072330,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 6.3.3.3 ko:K01935 ko00780,ko01100,map00780,map01100 M00123,M00573,M00577 R03182 RC00868 ko00000,ko00001,ko00002,ko01000 - - - AAA_26 +BSU_30220 224308.BSU30220 1.07e-283 775.0 COG0156@1|root,COG0156@2|Bacteria,1TPUX@1239|Firmicutes,4HAH3@91061|Bacilli,1ZAUZ@1386|Bacillus 2|Bacteria H Catalyzes the decarboxylative condensation of pimeloyl- acyl-carrier protein and L-alanine to produce 8-amino-7- oxononanoate (AON), acyl-carrier protein , and carbon dioxide bioF GO:0003674,GO:0003824,GO:0005488,GO:0006082,GO:0006732,GO:0006766,GO:0006767,GO:0006768,GO:0006790,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008710,GO:0008890,GO:0009058,GO:0009102,GO:0009108,GO:0009110,GO:0009987,GO:0016053,GO:0016407,GO:0016408,GO:0016453,GO:0016740,GO:0016746,GO:0016747,GO:0017144,GO:0018130,GO:0019752,GO:0019842,GO:0030170,GO:0032787,GO:0034641,GO:0036094,GO:0042364,GO:0043167,GO:0043168,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0048037,GO:0050662,GO:0051186,GO:0051188,GO:0070279,GO:0071704,GO:0072330,GO:0097159,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576 2.3.1.29,2.3.1.47,6.2.1.14 ko:K00639,ko:K00652,ko:K01906 ko00260,ko00780,ko01100,map00260,map00780,map01100 M00123,M00573,M00577 R00371,R03209,R03210,R10124 RC00004,RC00014,RC00039,RC00394,RC02725 ko00000,ko00001,ko00002,ko01000,ko01007 - - iSB619.SA_RS12695 Aminotran_1_2 +BSU_30230 224308.BSU30230 0.0 901.0 COG0161@1|root,COG0161@2|Bacteria,1TP9N@1239|Firmicutes,4H9QK@91061|Bacilli,1ZR67@1386|Bacillus 2|Bacteria H Catalyzes the transfer of the alpha-amino group from S- adenosyl-L-methionine (SAM) to 7-keto-8-aminopelargonic acid (KAPA) to form 7,8-diaminopelargonic acid (DAPA). It is the only animotransferase known to utilize SAM as an amino donor bioA - 2.6.1.105,2.6.1.62 ko:K00833,ko:K19563 ko00780,ko01100,map00780,map01100 M00123,M00573,M00577 R03231,R10699 RC00006,RC00062,RC00887 ko00000,ko00001,ko00002,ko01000,ko01007 - - iSB619.SA_RS12705 Aminotran_3 +BSU_30240 224308.BSU30240 7.51e-193 534.0 COG1424@1|root,COG1424@2|Bacteria,1V38Y@1239|Firmicutes,4HJME@91061|Bacilli,1ZEA6@1386|Bacillus 2|Bacteria H Catalyzes the transformation of pimelate into pimeloyl- CoA with concomitant hydrolysis of ATP to AMP bioW - 2.3.1.47,6.2.1.14 ko:K00652,ko:K01906 ko00780,ko01100,map00780,map01100 M00123,M00573,M00577 R03209,R03210,R10124 RC00004,RC00014,RC00039,RC02725 ko00000,ko00001,ko00002,ko01000,ko01007 - - - Aminotran_1_2,BioW +BSU_30250 224308.BSU30250 1.43e-222 612.0 COG1073@1|root,COG1073@2|Bacteria,1UYH0@1239|Firmicutes,4HE35@91061|Bacilli,1ZQKV@1386|Bacillus 2|Bacteria S Acetyl xylan esterase (AXE1) ytaP - - - - - - - - - - - AXE1,Abhydrolase_7,DLH,Peptidase_S15,Peptidase_S9 +BSU_30260 224308.BSU30260 1.12e-244 672.0 COG1609@1|root,COG1609@2|Bacteria,1TPZJ@1239|Firmicutes,4HC9Z@91061|Bacilli,1ZD8J@1386|Bacillus 2|Bacteria K Transcriptional regulator msmR - - ko:K02529 - - - - ko00000,ko03000 - - - LacI,Peripla_BP_3 +BSU_30270 224308.BSU30270 4.68e-315 857.0 COG1653@1|root,COG1653@2|Bacteria,1TQHT@1239|Firmicutes,4HAH2@91061|Bacilli,1ZD76@1386|Bacillus 2|Bacteria G Bacterial extracellular solute-binding protein msmE - - ko:K10117 ko02010,map02010 M00196 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1.28 - - SBP_bac_1,SBP_bac_8 +BSU_30280 224308.BSU30280 6.02e-217 598.0 COG1175@1|root,COG1175@2|Bacteria,1TRA3@1239|Firmicutes,4HEA0@91061|Bacilli,1ZQ7U@1386|Bacillus 2|Bacteria P ABC transporter amyD GO:0003674,GO:0003824,GO:0005215,GO:0005363,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015154,GO:0015157,GO:0015399,GO:0015405,GO:0015422,GO:0015423,GO:0015766,GO:0015768,GO:0015772,GO:0016020,GO:0016021,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0032991,GO:0034219,GO:0042623,GO:0042626,GO:0043190,GO:0043211,GO:0043492,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098533,GO:0098796,GO:0098797,GO:1902494,GO:1902495,GO:1904949,GO:1990060,GO:1990351 - ko:K02025,ko:K10118,ko:K15771,ko:K17235 ko02010,map02010 M00196,M00207,M00491,M00602 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1,3.A.1.1.16,3.A.1.1.2,3.A.1.1.28,3.A.1.1.34 - iYO844.BSU34150 BPD_transp_1 +BSU_30290 224308.BSU30290 1.32e-186 520.0 COG0395@1|root,COG0395@2|Bacteria,1TR8M@1239|Firmicutes,4HAKX@91061|Bacilli,1ZQ4Y@1386|Bacillus 2|Bacteria P ABC transporter (permease) amyC - - ko:K02026,ko:K10119 ko02010,map02010 M00196,M00207 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1,3.A.1.1.28 - - BPD_transp_1 +BSU_30300 224308.BSU30300 0.0 876.0 COG1486@1|root,COG1486@2|Bacteria,1TQ9I@1239|Firmicutes,4HCGH@91061|Bacilli,1ZQT1@1386|Bacillus 2|Bacteria G Family 4 glycosyl hydrolase melA GO:0000166,GO:0003674,GO:0003824,GO:0004553,GO:0004557,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005984,GO:0005994,GO:0005995,GO:0008150,GO:0008152,GO:0009056,GO:0009311,GO:0009313,GO:0009987,GO:0015925,GO:0016052,GO:0016787,GO:0016798,GO:0030145,GO:0036094,GO:0043167,GO:0043168,GO:0043169,GO:0044237,GO:0044238,GO:0044248,GO:0044262,GO:0044275,GO:0044424,GO:0044444,GO:0044464,GO:0046352,GO:0046872,GO:0046914,GO:0048037,GO:0050662,GO:0051287,GO:0070403,GO:0071704,GO:0097159,GO:1901265,GO:1901363,GO:1901575 3.2.1.122,3.2.1.22,3.2.1.86 ko:K01222,ko:K01232,ko:K07406 ko00010,ko00052,ko00500,ko00561,ko00600,ko00603,map00010,map00052,map00500,map00561,map00600,map00603 - R00837,R00838,R00839,R01101,R01103,R01104,R01194,R01329,R02926,R03634,R04019,R04470,R05133,R05134,R05549,R05961,R06091,R06113 RC00049,RC00059,RC00171,RC00451,RC00714 ko00000,ko00001,ko01000 - GH4,GT4 iECH74115_1262.ECH74115_5633,iECSP_1301.ECSP_5218,iECs_1301.ECs5101 Glyco_hydro_4,Glyco_hydro_4C +BSU_30310 224308.BSU30310 3.51e-68 206.0 COG0607@1|root,COG0607@2|Bacteria,1VES3@1239|Firmicutes,4HNRE@91061|Bacilli,1ZH5X@1386|Bacillus 2|Bacteria P Sulfurtransferase ytwF - - - - - - - - - - - Rhodanese +BSU_30320 224308.BSU30320 0.0 1660.0 COG0495@1|root,COG0495@2|Bacteria,1TP0Y@1239|Firmicutes,4HAG1@91061|Bacilli,1ZARG@1386|Bacillus 2|Bacteria J Belongs to the class-I aminoacyl-tRNA synthetase family leuS GO:0003674,GO:0003824,GO:0004812,GO:0004823,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006429,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016020,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0030312,GO:0034641,GO:0034645,GO:0034660,GO:0040007,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071944,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.4 ko:K01869 ko00970,map00970 M00359,M00360 R03657 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016,ko03029 - - - Anticodon_1,tRNA-synt_1,tRNA-synt_1_2 +BSU_30330 224308.BSU30330 4.8e-72 216.0 28XZV@1|root,2ZJVM@2|Bacteria,1W4DK@1239|Firmicutes,4I02G@91061|Bacilli,1ZGUQ@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF4257) ytvB - - - - - - - - - - - DUF4257 +BSU_30340 224308.BSU30340 6.61e-184 511.0 COG1366@1|root,COG2202@1|root,COG1366@2|Bacteria,COG2202@2|Bacteria,1V4PP@1239|Firmicutes,4HER6@91061|Bacilli,1ZE0R@1386|Bacillus 2|Bacteria T Motif C-terminal to PAS motifs (likely to contribute to PAS structural domain) pfyP GO:0003674,GO:0003824,GO:0004672,GO:0004674,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006464,GO:0006468,GO:0006793,GO:0006796,GO:0006807,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019538,GO:0023052,GO:0035556,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0065007,GO:0071704,GO:0140096,GO:1901564 - ko:K11525,ko:K17763 ko02020,map02020 - - - ko00000,ko00001,ko02035,ko03021 - - - PAS_9,STAS +BSU_30350 224308.BSU30350 2.98e-269 739.0 COG0477@1|root,COG2814@2|Bacteria,1TPJ6@1239|Firmicutes,4HAGJ@91061|Bacilli,1ZBPE@1386|Bacillus 2|Bacteria EGP Major facilitator superfamily yttB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - MFS_1 +BSU_30360 224308.BSU30360 2.02e-78 243.0 COG2433@1|root,COG2433@2|Bacteria,1VFAN@1239|Firmicutes,4HQ1M@91061|Bacilli,1ZDUX@1386|Bacillus 2|Bacteria S Pfam Transposase IS66 yttA - 2.7.13.3 ko:K07184,ko:K07777,ko:K12065,ko:K13527 ko02020,ko03050,map02020,map03050 M00342,M00478 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022,ko02044,ko03051 3.A.7.11.1 - - DUF3102,DUF3450 +BSU_30370 224308.BSU30370 0.0 1185.0 COG0577@1|root,COG0577@2|Bacteria,1TR2D@1239|Firmicutes,4H9SH@91061|Bacilli,1ZBJC@1386|Bacillus 2|Bacteria V ABC transporter (permease) bceB - - ko:K02004,ko:K11632,ko:K19080 ko01503,ko02010,ko02020,ko05150,map01503,map02010,map02020,map05150 M00258,M00314,M00730,M00732,M00737,M00738 - - ko00000,ko00001,ko00002,ko01504,ko02000 3.A.1,3.A.1.134.3,3.A.1.134.7 - - FtsX +BSU_30380 224308.BSU30380 3.83e-179 499.0 COG1136@1|root,COG1136@2|Bacteria,1TNZG@1239|Firmicutes,4H9UT@91061|Bacilli,1ZCDW@1386|Bacillus 2|Bacteria V ABC transporter, ATP-binding protein bceA - - ko:K02003,ko:K11631,ko:K19079 ko01503,ko02010,ko02020,ko05150,map01503,map02010,map02020,map05150 M00258,M00314,M00730,M00732,M00737,M00738 - - ko00000,ko00001,ko00002,ko01504,ko02000 3.A.1,3.A.1.134.3,3.A.1.134.7 - - ABC_tran +BSU_30390 224308.BSU30390 1.58e-239 658.0 COG0642@1|root,COG2205@2|Bacteria,1TSIC@1239|Firmicutes,4HC32@91061|Bacilli,1ZS7P@1386|Bacillus 2|Bacteria T His Kinase A (phosphoacceptor) domain bceS - 2.7.13.3 ko:K11629,ko:K19077 ko01503,ko02020,map01503,map02020 M00469,M00725,M00726,M00730,M00733,M00738 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko01504,ko02022 - - - HATPase_c +BSU_30400 224308.BSU30400 1.1e-167 468.0 COG0745@1|root,COG0745@2|Bacteria,1TR32@1239|Firmicutes,4HAUJ@91061|Bacilli,1ZCP0@1386|Bacillus 2|Bacteria T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain graR - - ko:K11630,ko:K19078 ko01503,ko02020,map01503,map02020 M00469,M00725,M00726,M00730,M00733,M00738 - - ko00000,ko00001,ko00002,ko01504,ko02022 - - - Response_reg,Trans_reg_C +BSU_30410 224308.BSU30410 1.7e-297 813.0 COG0577@1|root,COG0577@2|Bacteria,1TPUU@1239|Firmicutes,4HDKX@91061|Bacilli,1ZE27@1386|Bacillus 2|Bacteria V COG0577 ABC-type antimicrobial peptide transport system, permease component ytrF - - ko:K02004,ko:K16918 ko02010,map02010 M00258,M00584 - - ko00000,ko00001,ko00002,ko02000 3.A.1 - - FtsX,MacB_PCD +BSU_30420 224308.BSU30420 1.02e-163 458.0 COG1136@1|root,COG1136@2|Bacteria,1TPBJ@1239|Firmicutes,4HCWT@91061|Bacilli,1ZPYX@1386|Bacillus 2|Bacteria V ABC transporter, ATP-binding protein ytrE - - ko:K02003,ko:K16920 ko02010,map02010 M00258,M00584 - - ko00000,ko00001,ko00002,ko02000 3.A.1 - - ABC_tran +BSU_30430 720555.BATR1942_12985 2.16e-189 531.0 28RDX@1|root,2ZDT6@2|Bacteria,1W1HD@1239|Firmicutes,4I0VX@91061|Bacilli 2|Bacteria - - - - - ko:K16919 ko02010,map02010 M00584 - - ko00000,ko00001,ko00002,ko02000 3.A.1 - - ABC2_membrane_2,ABC2_membrane_5 +BSU_30440 224308.BSU30440 3.35e-222 614.0 2EWYB@1|root,33Q9P@2|Bacteria,1VRDR@1239|Firmicutes,4HT25@91061|Bacilli,1ZS7Q@1386|Bacillus 2|Bacteria P ABC-2 family transporter protein - - - ko:K16919 ko02010,map02010 M00584 - - ko00000,ko00001,ko00002,ko02000 3.A.1 - - - +BSU_30450 224308.BSU30450 1.03e-207 574.0 COG1131@1|root,COG1131@2|Bacteria,1VYEA@1239|Firmicutes,4HXN2@91061|Bacilli,1ZPYY@1386|Bacillus 2|Bacteria P ABC transporter, ATP-binding protein ytrB - - ko:K01990,ko:K16921 ko02010,map02010 M00254,M00584 - - ko00000,ko00001,ko00002,ko02000 3.A.1 - - ABC_tran +BSU_30460 224308.BSU30460 2.68e-87 256.0 COG1725@1|root,COG1725@2|Bacteria,1VFD0@1239|Firmicutes,4HNIT@91061|Bacilli,1ZGQV@1386|Bacillus 2|Bacteria K GntR family transcriptional regulator ytrA - - ko:K07979 - - - - ko00000,ko03000 - - - GntR,Peripla_BP_3 +BSU_30470 224308.BSU30470 5.18e-55 172.0 29JW2@1|root,306TD@2|Bacteria,1U0BH@1239|Firmicutes,4I9NA@91061|Bacilli,1ZISQ@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2524) ytzC - - - - - - - - - - - DUF2524 +BSU_30480 224308.BSU30480 1.16e-244 670.0 COG1242@1|root,COG1242@2|Bacteria,1TQ57@1239|Firmicutes,4H9N8@91061|Bacilli,1ZBM1@1386|Bacillus 2|Bacteria S Fe-S oxidoreductase yhcC GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464,GO:0048037,GO:0051536,GO:0051539,GO:0051540 - ko:K07139 - - - - ko00000 - - - Radical_SAM,Radical_SAM_C +BSU_30490 224308.BSU30490 6.76e-137 387.0 COG2519@1|root,COG2519@2|Bacteria,1V6VU@1239|Firmicutes,4ISFT@91061|Bacilli,1ZS5P@1386|Bacillus 2|Bacteria J Putative rRNA methylase ytqB - - - - - - - - - - - rRNA_methylase +BSU_30500 224308.BSU30500 4.62e-276 753.0 2C5HJ@1|root,2Z812@2|Bacteria,1TQQ6@1239|Firmicutes,4HA3F@91061|Bacilli,1ZCGB@1386|Bacillus 2|Bacteria S Tetraprenyl-beta-curcumene synthase ytpB - 4.2.3.130 ko:K16188 - - R10009 RC02994 ko00000,ko01000 - - - DUF2600 +BSU_30510 224308.BSU30510 2.33e-192 533.0 COG2267@1|root,COG2267@2|Bacteria,1UZ5S@1239|Firmicutes,4HEHP@91061|Bacilli,1ZBD1@1386|Bacillus 2|Bacteria I Alpha beta hydrolase ytpA GO:0001906,GO:0001907,GO:0003674,GO:0003824,GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0006629,GO:0008150,GO:0008152,GO:0009056,GO:0009987,GO:0010941,GO:0010942,GO:0016020,GO:0016042,GO:0016298,GO:0016787,GO:0016788,GO:0030312,GO:0031341,GO:0031343,GO:0031640,GO:0035821,GO:0042981,GO:0043065,GO:0043067,GO:0043068,GO:0043900,GO:0043902,GO:0043903,GO:0044003,GO:0044004,GO:0044068,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044364,GO:0044403,GO:0044419,GO:0044464,GO:0044531,GO:0044532,GO:0044533,GO:0046486,GO:0046503,GO:0047372,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0051701,GO:0051704,GO:0051709,GO:0051712,GO:0051817,GO:0051818,GO:0051883,GO:0052040,GO:0052042,GO:0052150,GO:0052151,GO:0052248,GO:0052330,GO:0052433,GO:0052501,GO:0052689,GO:0065007,GO:0071704,GO:0071944,GO:1901575 3.1.1.5 ko:K01048 ko00564,map00564 - - - ko00000,ko00001,ko01000 - - - Hydrolase_4 +BSU_30520 224308.BSU30520 8.35e-88 261.0 COG0663@1|root,COG0663@2|Bacteria,1V6CZ@1239|Firmicutes,4HFPC@91061|Bacilli,1ZBFS@1386|Bacillus 2|Bacteria S COG0663 Carbonic anhydrases acetyltransferases, isoleucine patch superfamily ytoA - - - - - - - - - - - Hexapep,Hexapep_2 +BSU_30530 224308.BSU30530 0.0 893.0 COG1113@1|root,COG1113@2|Bacteria,1TP97@1239|Firmicutes,4H9QX@91061|Bacilli,1ZAQB@1386|Bacillus 2|Bacteria E COG1113 Gamma-aminobutyrate permease and related permeases ytnA - - ko:K03293 - - - - ko00000 2.A.3.1 - - AA_permease +BSU_30540 224308.BSU30540 0.0 1286.0 COG0367@1|root,COG0367@2|Bacteria,1TRPB@1239|Firmicutes,4HAIP@91061|Bacilli,1ZAPW@1386|Bacillus 2|Bacteria E Asparagine synthase asnB GO:0005575,GO:0005576,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0008150,GO:0016020,GO:0040007,GO:0044424,GO:0044444,GO:0044464,GO:0071944 6.3.5.4 ko:K01953 ko00250,ko01100,ko01110,map00250,map01100,map01110 - R00578 RC00010 ko00000,ko00001,ko01000,ko01002 - - - Asn_synthase,GATase_7 +BSU_30550 224308.BSU30550 2.26e-286 782.0 COG0192@1|root,COG0192@2|Bacteria,1TPCV@1239|Firmicutes,4HB33@91061|Bacilli,1ZBHR@1386|Bacillus 2|Bacteria H Catalyzes the formation of S-adenosylmethionine (AdoMet) from methionine and ATP. The overall synthetic reaction is composed of two sequential steps, AdoMet formation and the subsequent tripolyphosphate hydrolysis which occurs prior to release of AdoMet from the enzyme metK GO:0003674,GO:0003824,GO:0004478,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0016740,GO:0016765,GO:0044424,GO:0044444,GO:0044464 2.5.1.6 ko:K00789 ko00270,ko01100,ko01110,ko01230,map00270,map01100,map01110,map01230 M00034,M00035,M00368,M00609 R00177,R04771 RC00021,RC01211 ko00000,ko00001,ko00002,ko01000 - - - S-AdoMet_synt_C,S-AdoMet_synt_M,S-AdoMet_synt_N +BSU_30560 224308.BSU30560 0.0 1071.0 COG1866@1|root,COG1866@2|Bacteria,1TPQV@1239|Firmicutes,4HAKG@91061|Bacilli,1ZCVN@1386|Bacillus 2|Bacteria C Involved in the gluconeogenesis. Catalyzes the conversion of oxaloacetate (OAA) to phosphoenolpyruvate (PEP) through direct phosphoryl transfer between the nucleoside triphosphate and OAA pckA GO:0000166,GO:0000287,GO:0003674,GO:0003824,GO:0004611,GO:0004612,GO:0005488,GO:0005509,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005996,GO:0006006,GO:0006094,GO:0008144,GO:0008150,GO:0008152,GO:0009058,GO:0016051,GO:0016829,GO:0016830,GO:0016831,GO:0017076,GO:0019318,GO:0019319,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0043169,GO:0044238,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046364,GO:0046872,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901363,GO:1901576 4.1.1.49 ko:K01610 ko00010,ko00020,ko00620,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00020,map00620,map00710,map01100,map01110,map01120,map01130,map01200 M00003,M00170 R00341 RC00002,RC02741 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS09060,iSF_1195.SF3422,iUTI89_1310.UTI89_C3903,iYO844.BSU30560 PEPCK_ATP +BSU_30570 224308.BSU30570 5.75e-52 163.0 2EA0D@1|root,32SFQ@2|Bacteria,1VJ7K@1239|Firmicutes,4HPZ6@91061|Bacilli,1ZR94@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2584) ytmB - - - - - - - - - - - DUF2584 +BSU_30580 224308.BSU30580 1.91e-190 528.0 COG1506@1|root,COG1506@2|Bacteria,1U5SB@1239|Firmicutes,4HB1A@91061|Bacilli,1ZC9W@1386|Bacillus 2|Bacteria E COG1506 Dipeptidyl aminopeptidases acylaminoacyl-peptidases ytmA - - - - - - - - - - - Peptidase_S9 +BSU_30595 224308.BSU30595 1.41e-242 666.0 COG0715@1|root,COG0715@2|Bacteria,1TQN5@1239|Firmicutes,4HAB9@91061|Bacilli,1ZC0Z@1386|Bacillus 2|Bacteria P COG0715 ABC-type nitrate sulfonate bicarbonate transport systems, periplasmic components ytlA GO:0003674,GO:0005215 - ko:K02051 - M00188 - - ko00000,ko00002,ko02000 3.A.1.16,3.A.1.17 - - NMT1,NMT1_2 +BSU_30610 224308.BSU30610 1.5e-184 513.0 COG1116@1|root,COG1116@2|Bacteria,1TRM6@1239|Firmicutes,4HBZ6@91061|Bacilli,1ZC33@1386|Bacillus 2|Bacteria P ABC transporter ytlC - 3.6.3.36 ko:K02049,ko:K10831,ko:K15555 ko00920,ko02010,map00920,map02010 M00188,M00435,M00436 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.16,3.A.1.17,3.A.1.17.1,3.A.1.17.2,3.A.1.17.4 - - ABC_tran +BSU_30620 224308.BSU30620 3.79e-183 510.0 COG0600@1|root,COG0600@2|Bacteria,1TR6A@1239|Firmicutes,4HARB@91061|Bacilli,1ZD96@1386|Bacillus 2|Bacteria P COG0600 ABC-type nitrate sulfonate bicarbonate transport system, permease component ytlD GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02050 - M00188 - - ko00000,ko00002,ko02000 3.A.1.16,3.A.1.17 - - BPD_transp_1 +BSU_30630 224308.BSU30630 4.47e-113 324.0 COG0494@1|root,COG0494@2|Bacteria,1V42H@1239|Firmicutes,4HH5W@91061|Bacilli,1ZGYP@1386|Bacillus 2|Bacteria L Belongs to the Nudix hydrolase family ytkD - 3.6.1.55 ko:K03574 - - - - ko00000,ko01000,ko03400 - - - NUDIX +BSU_30640 224308.BSU30640 1.59e-81 242.0 COG4824@1|root,COG4824@2|Bacteria,1UA5F@1239|Firmicutes,4IKFX@91061|Bacilli,1ZGWK@1386|Bacillus 2|Bacteria S Bacteriophage holin family ytkC - - - - - - - - - - - Phage_holin_4_1 +BSU_30650 224308.BSU30650 1.8e-99 288.0 COG0783@1|root,COG0783@2|Bacteria,1VCVJ@1239|Firmicutes,4HMBD@91061|Bacilli,1ZGCM@1386|Bacillus 2|Bacteria P Belongs to the Dps family dps GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0097159,GO:1901363 - ko:K04047 - - - - ko00000,ko03036 - - - Ferritin +BSU_30660 224308.BSU30660 8.26e-96 279.0 28PM4@1|root,2ZCA8@2|Bacteria,1V1PA@1239|Firmicutes,4HFNN@91061|Bacilli,1ZG8T@1386|Bacillus 2|Bacteria S YtkA-like ytkA - - - - - - - - - - - PKD,YtkA +BSU_30670 224308.BSU30670 8.36e-113 323.0 COG1854@1|root,COG1854@2|Bacteria,1V1CH@1239|Firmicutes,4HFPR@91061|Bacilli,1ZBSW@1386|Bacillus 2|Bacteria T Involved in the synthesis of autoinducer 2 (AI-2) which is secreted by bacteria and is used to communicate both the cell density and the metabolic potential of the environment. The regulation of gene expression in response to changes in cell density is called quorum sensing. Catalyzes the transformation of S-ribosylhomocysteine (RHC) to homocysteine (HC) and 4,5- dihydroxy-2,3-pentadione (DPD) luxS GO:0008150,GO:0043900,GO:0043901,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0065007,GO:1900190,GO:1900191,GO:1900231,GO:1900232 4.4.1.21 ko:K07173 ko00270,ko01100,ko01230,ko02024,ko02026,ko05111,map00270,map01100,map01230,map02024,map02026,map05111 M00609 R01291 RC00069,RC01929 ko00000,ko00001,ko00002,ko01000 - - - LuxS +BSU_30680 224308.BSU30680 2.42e-53 166.0 COG0759@1|root,COG0759@2|Bacteria,1VEIG@1239|Firmicutes,4HPA3@91061|Bacilli,1ZHVV@1386|Bacillus 2|Bacteria S Could be involved in insertion of integral membrane proteins into the membrane yidD - - ko:K03217,ko:K08998 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 - - ko00000,ko00001,ko00002,ko02044,ko03029 2.A.9 - - Haemolytic +BSU_30690 224308.BSU30690 8.96e-134 379.0 COG0288@1|root,COG0288@2|Bacteria,1V1EC@1239|Firmicutes,4HFQA@91061|Bacilli,1ZB5T@1386|Bacillus 2|Bacteria P Reversible hydration of carbon dioxide cah - 4.2.1.1 ko:K01673 ko00910,map00910 - R00132,R10092 RC02807 ko00000,ko00001,ko01000 - - - Pro_CA +BSU_30700 224308.BSU30700 5.02e-56 174.0 COG0254@1|root,COG0254@2|Bacteria,1VEGU@1239|Firmicutes,4HKF0@91061|Bacilli,1ZHX3@1386|Bacillus 2|Bacteria J Ribosomal protein L31 rpmE2 GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0006950,GO:0007154,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009267,GO:0009605,GO:0009987,GO:0009991,GO:0010467,GO:0015934,GO:0019538,GO:0022625,GO:0022626,GO:0031667,GO:0031668,GO:0031669,GO:0032991,GO:0033554,GO:0034224,GO:0034641,GO:0034645,GO:0042594,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0050896,GO:0051716,GO:0071496,GO:0071704,GO:0120127,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02909 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L31 +BSU_30710 224308.BSU30710 1.03e-315 860.0 COG1271@1|root,COG1271@2|Bacteria,1TRH4@1239|Firmicutes,4HA19@91061|Bacilli,1ZBAG@1386|Bacillus 2|Bacteria C oxidase, subunit cydA - 1.10.3.14 ko:K00425 ko00190,ko01100,ko02020,map00190,map01100,map02020 M00153 R11325 RC00061 ko00000,ko00001,ko00002,ko01000 3.D.4.3 - - Cyt_bd_oxida_I +BSU_30720 224308.BSU30720 2.96e-241 664.0 COG1294@1|root,COG1294@2|Bacteria,1TPYX@1239|Firmicutes,4HA9T@91061|Bacilli,1ZCH6@1386|Bacillus 2|Bacteria C COG1294 Cytochrome bd-type quinol oxidase, subunit 2 cydB - 1.10.3.14 ko:K00426 ko00190,ko01100,ko02020,map00190,map01100,map02020 M00153 R11325 RC00061 ko00000,ko00001,ko00002,ko01000 3.D.4.3 - - Cyt_bd_oxida_II +BSU_30739 224308.BSU30739 2.43e-34 117.0 2E3H2@1|root,32YFR@2|Bacteria,1VF0S@1239|Firmicutes,4HNTB@91061|Bacilli,1ZJ4H@1386|Bacillus 2|Bacteria S Domain of Unknown Function (DUF1540) - - - - - - - - - - - - DUF1540 +BSU_30740 224308.BSU30740 9.65e-194 539.0 COG1108@1|root,COG1108@2|Bacteria,1TPZB@1239|Firmicutes,4HBD7@91061|Bacilli,1ZAY6@1386|Bacillus 2|Bacteria P 'COG1108 ABC-type Mn2 Zn2 transport systems, permease components' troD GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0010035,GO:0010038,GO:0010043,GO:0016020,GO:0042221,GO:0044464,GO:0050896,GO:0071944 - ko:K11709,ko:K19976 ko02010,map02010 M00319,M00792 - - ko00000,ko00001,ko00002,ko02000 3.A.1.15,3.A.1.15.15 - - ABC-3 +BSU_30750 224308.BSU30750 1.64e-299 818.0 COG1108@1|root,COG1321@1|root,COG1108@2|Bacteria,COG1321@2|Bacteria,1TPZB@1239|Firmicutes,4HCDH@91061|Bacilli,1ZDBC@1386|Bacillus 2|Bacteria P COG1108 ABC-type Mn2 Zn2 transport systems, permease components mntC GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0010035,GO:0010038,GO:0010043,GO:0016020,GO:0042221,GO:0044464,GO:0050896,GO:0071944 - ko:K09819,ko:K11705,ko:K11708,ko:K19976 ko02010,map02010 M00243,M00318,M00319,M00792 - - ko00000,ko00001,ko00002,ko02000 3.A.1.15,3.A.1.15.15,3.A.1.15.6 - - ABC-3,Fe_dep_repr_C +BSU_30760 224308.BSU30760 1.83e-180 502.0 COG1121@1|root,COG1121@2|Bacteria,1TQJ3@1239|Firmicutes,4HA2W@91061|Bacilli,1ZC67@1386|Bacillus 2|Bacteria P 'COG1121 ABC-type Mn Zn transport systems, ATPase component' mntB - 3.6.3.35 ko:K02074,ko:K09817,ko:K09820,ko:K11710,ko:K19973 ko02010,map02010 M00242,M00243,M00244,M00319,M00792 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.15,3.A.1.15.15,3.A.1.15.3,3.A.1.15.5 - iYO844.BSU02860,iYO844.BSU30760 ABC_tran +BSU_30770 224308.BSU30770 1.13e-218 603.0 COG0803@1|root,COG0803@2|Bacteria,1TRKU@1239|Firmicutes,4HAKT@91061|Bacilli,1ZC5F@1386|Bacillus 2|Bacteria P Belongs to the bacterial solute-binding protein 9 family troA GO:0005575,GO:0005623,GO:0042597,GO:0044464 - ko:K09818,ko:K11707 ko02010,map02010 M00243,M00319 - - ko00000,ko00001,ko00002,ko02000 3.A.1.15 - - ZnuA +BSU_30780 224308.BSU30780 1.22e-273 748.0 COG4948@1|root,COG4948@2|Bacteria,1TQMS@1239|Firmicutes,4HBMX@91061|Bacilli,1ZBMS@1386|Bacillus 2|Bacteria H Converts 2-succinyl-6-hydroxy-2,4-cyclohexadiene-1- carboxylate (SHCHC) to 2-succinylbenzoate (OSB) menC GO:0006732,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009233,GO:0009234,GO:0009987,GO:0042180,GO:0042181,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0051186,GO:0051188,GO:0071704,GO:1901576,GO:1901661,GO:1901663 4.2.1.113 ko:K02549 ko00130,ko01100,ko01110,map00130,map01100,map01110 M00116 R04031 RC01053 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU30780 MR_MLE_C,MR_MLE_N +BSU_30790 224308.BSU30790 0.0 960.0 COG0318@1|root,COG0318@2|Bacteria,1TPSX@1239|Firmicutes,4HACS@91061|Bacilli,1ZB6H@1386|Bacillus 2|Bacteria H Belongs to the ATP-dependent AMP-binding enzyme family. MenE subfamily menE - 6.2.1.26 ko:K00666,ko:K01911 ko00130,ko01100,ko01110,map00130,map01100,map01110 M00116 R04030 RC00004,RC00014 ko00000,ko00001,ko00002,ko01000,ko01004 - - - AMP-binding,AMP-binding_C +BSU_30800 224308.BSU30800 3.45e-200 553.0 COG0447@1|root,COG0447@2|Bacteria,1UHNU@1239|Firmicutes,4HAD0@91061|Bacilli,1ZB3B@1386|Bacillus 2|Bacteria H Converts o-succinylbenzoyl-CoA (OSB-CoA) to 1,4- dihydroxy-2-naphthoyl-CoA (DHNA-CoA) menB GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0006732,GO:0008150,GO:0008152,GO:0008935,GO:0009058,GO:0009108,GO:0009233,GO:0009234,GO:0009987,GO:0016020,GO:0016043,GO:0016829,GO:0016830,GO:0016833,GO:0022607,GO:0034214,GO:0042180,GO:0042181,GO:0043167,GO:0043168,GO:0043933,GO:0044085,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0044464,GO:0051186,GO:0051188,GO:0051259,GO:0065003,GO:0071704,GO:0071840,GO:0071890,GO:0071944,GO:1901576,GO:1901661,GO:1901663 4.1.3.36 ko:K01661 ko00130,ko01100,ko01110,map00130,map01100,map01110 M00116 R07263 RC01923 ko00000,ko00001,ko00002,ko01000 - - - ECH_1 +BSU_30810 224308.BSU30810 5.09e-199 551.0 COG0596@1|root,COG0596@2|Bacteria,1TS4C@1239|Firmicutes,4HB6G@91061|Bacilli,1ZAU9@1386|Bacillus 2|Bacteria S Catalyzes a proton abstraction reaction that results in 2,5-elimination of pyruvate from 2-succinyl-5-enolpyruvyl-6- hydroxy-3-cyclohexene-1-carboxylate (SEPHCHC) and the formation of 2-succinyl-6-hydroxy-2,4-cyclohexadiene-1-carboxylate (SHCHC) menH GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006732,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009233,GO:0009234,GO:0009987,GO:0016787,GO:0016829,GO:0016835,GO:0042180,GO:0042181,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0051186,GO:0051188,GO:0070205,GO:0071704,GO:1901576,GO:1901661,GO:1901663 4.2.99.20 ko:K08680 ko00130,ko01100,ko01110,map00130,map01100,map01110 M00116 R08166 RC02148,RC02475 ko00000,ko00001,ko00002,ko01000 - - iAPECO1_1312.APECO1_4298,iEC55989_1330.EC55989_2511,iECO103_1326.ECO103_2730,iECOK1_1307.ECOK1_2500,iECS88_1305.ECS88_2414,iETEC_1333.ETEC_2398,iEcE24377_1341.EcE24377A_2559,iSBO_1134.SBO_2300,iUMN146_1321.UM146_05480,iUTI89_1310.UTI89_C2547 Abhydrolase_1,Abhydrolase_6 +BSU_30820 224308.BSU30820 0.0 1167.0 COG1165@1|root,COG1165@2|Bacteria,1TRDB@1239|Firmicutes,4HC48@91061|Bacilli,1ZANU@1386|Bacillus 2|Bacteria H Catalyzes the thiamine diphosphate-dependent decarboxylation of 2-oxoglutarate and the subsequent addition of the resulting succinic semialdehyde-thiamine pyrophosphate anion to isochorismate to yield 2-succinyl-5-enolpyruvyl-6-hydroxy-3- cyclohexene-1-carboxylate (SEPHCHC) menD GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0016020,GO:0040007,GO:0044464,GO:0071944 2.2.1.9 ko:K02551 ko00130,ko01100,ko01110,map00130,map01100,map01110 M00116 R08165 RC02186 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS05085,iSBO_1134.SBO_2301 TPP_enzyme_C,TPP_enzyme_M_2,TPP_enzyme_N +BSU_30830 224308.BSU30830 0.0 943.0 COG1169@1|root,COG1169@2|Bacteria,1TSRT@1239|Firmicutes,4H9K8@91061|Bacilli,1ZB3V@1386|Bacillus 2|Bacteria HQ Isochorismate synthase menF GO:0006732,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009233,GO:0009234,GO:0009987,GO:0042180,GO:0042181,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0051186,GO:0051188,GO:0071704,GO:1901576,GO:1901661,GO:1901663 5.4.4.2 ko:K01851,ko:K02361,ko:K02552 ko00130,ko01053,ko01100,ko01110,ko01130,map00130,map01053,map01100,map01110,map01130 M00116 R01717 RC00588 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU30830 Chorismate_bind +BSU_30840 224308.BSU30840 2.49e-168 470.0 COG1734@1|root,COG1734@2|Bacteria,1V6MF@1239|Firmicutes,4HEPK@91061|Bacilli,1ZEEI@1386|Bacillus 2|Bacteria T COG1734 DnaK suppressor protein dksA - - ko:K06204 ko02026,map02026 - - - ko00000,ko00001,ko03000,ko03009,ko03021 - - - zf-dskA_traR +BSU_30850 224308.BSU30850 1.7e-196 544.0 COG1210@1|root,COG1210@2|Bacteria,1VRS2@1239|Firmicutes,4HUKI@91061|Bacilli,1ZCZA@1386|Bacillus 2|Bacteria M Nucleotidyl transferase galU - 2.7.7.9 ko:K00963 ko00040,ko00052,ko00500,ko00520,ko01100,ko01130,map00040,map00052,map00500,map00520,map01100,map01130 M00129,M00361,M00362,M00549 R00289 RC00002 ko00000,ko00001,ko00002,ko01000 - - - NTP_transferase +BSU_30860 224308.BSU30860 2.03e-310 845.0 COG1004@1|root,COG1004@2|Bacteria,1TQFN@1239|Firmicutes,4HADP@91061|Bacilli,1ZAP3@1386|Bacillus 2|Bacteria M Belongs to the UDP-glucose GDP-mannose dehydrogenase family ugd GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 1.1.1.22 ko:K00012 ko00040,ko00053,ko00520,ko01100,map00040,map00053,map00520,map01100 M00014,M00129,M00361,M00362 R00286 RC00291 ko00000,ko00001,ko00002,ko01000 - - - UDPG_MGDP_dh,UDPG_MGDP_dh_C,UDPG_MGDP_dh_N +BSU_30870 224308.BSU30870 7.74e-231 635.0 COG0451@1|root,COG0451@2|Bacteria,1VP6I@1239|Firmicutes,4HAN7@91061|Bacilli,1ZQ48@1386|Bacillus 2|Bacteria M NAD-dependent epimerase dehydratase ytcB - 5.1.3.2 ko:K01784 ko00052,ko00520,ko01100,map00052,map00520,map01100 M00361,M00362,M00632 R00291,R02984 RC00289 ko00000,ko00001,ko00002,ko01000 - - - Epimerase,GDP_Man_Dehyd +BSU_30880 224308.BSU30880 3.7e-300 818.0 COG0438@1|root,COG0438@2|Bacteria,1TSGH@1239|Firmicutes,4HDGK@91061|Bacilli,1ZPVP@1386|Bacillus 2|Bacteria M Glycosyltransferase Family 4 ytcC GO:0003674,GO:0003824,GO:0016740,GO:0016757 - ko:K06338,ko:K16695 - - - - ko00000,ko02000 2.A.66.2.7 - - Glyco_trans_1_4,Glyco_transf_4,Glycos_transf_1 +BSU_30900 224308.BSU30900 6.94e-263 719.0 COG2334@1|root,COG2334@2|Bacteria,1V035@1239|Firmicutes,4HEX5@91061|Bacilli,1ZBJZ@1386|Bacillus 2|Bacteria S Seems to be required for the assembly of the CotSA protein in spores cotS GO:0005575,GO:0005623,GO:0042601,GO:0042763,GO:0044464 - ko:K06331,ko:K06337 - - - - ko00000 - - - APH +BSU_30910 224308.BSU30910 1.75e-276 755.0 COG0438@1|root,COG0438@2|Bacteria,1TRRW@1239|Firmicutes,4HAFA@91061|Bacilli,1ZCKJ@1386|Bacillus 2|Bacteria M Glycosyl transferases group 1 cotSA GO:0003674,GO:0003824,GO:0016740,GO:0016757 - ko:K06338,ko:K16695 - - - - ko00000,ko02000 2.A.66.2.7 - - Glyco_trans_1_4,Glyco_transf_4,Glycos_transf_1 +BSU_30920 224308.BSU30920 2.43e-266 728.0 COG2334@1|root,COG2334@2|Bacteria,1V12T@1239|Firmicutes,4IPYD@91061|Bacilli,1ZREV@1386|Bacillus 2|Bacteria S Spore coat protein cotI GO:0005575,GO:0005623,GO:0042601,GO:0042763,GO:0044464 - ko:K06331,ko:K06337 - - - - ko00000 - - - APH +BSU_30930 224308.BSU30930 1.97e-101 294.0 COG3476@1|root,COG3476@2|Bacteria,1VDNQ@1239|Firmicutes,4IRXH@91061|Bacilli,1ZHKT@1386|Bacillus 2|Bacteria T membrane tspO - - ko:K05770 ko04080,ko04214,ko04979,ko05166,map04080,map04214,map04979,map05166 - - - ko00000,ko00001,ko02000 9.A.24 - - TspO_MBR +BSU_30940 224308.BSU30940 0.0 1615.0 COG0058@1|root,COG0058@2|Bacteria,1TQAJ@1239|Firmicutes,4H9XI@91061|Bacilli,1ZCRF@1386|Bacillus 2|Bacteria G Phosphorylase is an important allosteric enzyme in carbohydrate metabolism. Enzymes from different sources differ in their regulatory mechanisms and in their natural substrates. However, all known phosphorylases share catalytic and structural properties glgP GO:0000272,GO:0003674,GO:0003824,GO:0004645,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005975,GO:0005976,GO:0005977,GO:0005980,GO:0006073,GO:0006091,GO:0006112,GO:0008144,GO:0008150,GO:0008152,GO:0008184,GO:0009056,GO:0009057,GO:0009251,GO:0009987,GO:0015980,GO:0016052,GO:0016740,GO:0016757,GO:0016758,GO:0019842,GO:0030170,GO:0036094,GO:0043167,GO:0043168,GO:0043170,GO:0044042,GO:0044237,GO:0044238,GO:0044247,GO:0044248,GO:0044260,GO:0044262,GO:0044264,GO:0044275,GO:0044424,GO:0044464,GO:0048037,GO:0050662,GO:0055114,GO:0070279,GO:0071704,GO:0097159,GO:1901363,GO:1901575 2.4.1.1 ko:K00688 ko00500,ko01100,ko01110,ko02026,ko04217,ko04910,ko04922,ko04931,map00500,map01100,map01110,map02026,map04217,map04910,map04922,map04931 - R02111 - ko00000,ko00001,ko01000 - GT35 iYO844.BSU30940 Phosphorylase +BSU_30950 224308.BSU30950 0.0 991.0 COG0297@1|root,COG0297@2|Bacteria,1TQ4M@1239|Firmicutes,4HAVA@91061|Bacilli,1ZDBA@1386|Bacillus 2|Bacteria G Synthesizes alpha-1,4-glucan chains using ADP-glucose glgA GO:0000271,GO:0003674,GO:0003824,GO:0005975,GO:0005976,GO:0005977,GO:0005978,GO:0006073,GO:0006091,GO:0006112,GO:0008150,GO:0008152,GO:0009011,GO:0009058,GO:0009059,GO:0009250,GO:0009987,GO:0015980,GO:0016051,GO:0016740,GO:0016757,GO:0016758,GO:0033692,GO:0034637,GO:0034645,GO:0043170,GO:0044042,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044262,GO:0044264,GO:0046527,GO:0055114,GO:0071704,GO:1901576 2.4.1.21 ko:K00703 ko00500,ko01100,ko01110,ko02026,map00500,map01100,map01110,map02026 M00565 R02421 RC00005 ko00000,ko00001,ko00002,ko01000,ko01003 - GT5 iLJ478.TM0895 Glyco_transf_5,Glycos_transf_1 +BSU_30960 224308.BSU30960 6.43e-239 657.0 COG0448@1|root,COG0448@2|Bacteria,1TPZ3@1239|Firmicutes,4H9UQ@91061|Bacilli,1ZBVM@1386|Bacillus 2|Bacteria G Glucose-1-phosphate adenylyltransferase, GlgD subunit glgD - 2.4.1.21,2.7.7.27 ko:K00703,ko:K00975 ko00500,ko00520,ko01100,ko01110,ko02026,map00500,map00520,map01100,map01110,map02026 M00565 R00948,R02421 RC00002,RC00005 ko00000,ko00001,ko00002,ko01000,ko01003 - GT5 - Hexapep,NTP_transferase +BSU_30970 224308.BSU30970 2.96e-265 727.0 COG0448@1|root,COG0448@2|Bacteria,1TNZW@1239|Firmicutes,4HAZX@91061|Bacilli,1ZCF2@1386|Bacillus 2|Bacteria G Catalyzes the synthesis of ADP-glucose, a sugar donor used in elongation reactions on alpha-glucans glgC GO:0000271,GO:0003674,GO:0003824,GO:0005975,GO:0005976,GO:0005977,GO:0005978,GO:0006073,GO:0006091,GO:0006112,GO:0008150,GO:0008152,GO:0008878,GO:0009058,GO:0009059,GO:0009250,GO:0009987,GO:0015980,GO:0016051,GO:0016740,GO:0016772,GO:0016779,GO:0033692,GO:0034637,GO:0034645,GO:0043170,GO:0044042,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044262,GO:0044264,GO:0055114,GO:0070566,GO:0071704,GO:1901576 2.7.7.27 ko:K00975 ko00500,ko00520,ko01100,ko01110,ko02026,map00500,map00520,map01100,map01110,map02026 M00565 R00948 RC00002 ko00000,ko00001,ko00002,ko01000 - - - Hexapep,NTP_transferase +BSU_30980 224308.BSU30980 0.0 1342.0 COG0296@1|root,COG0296@2|Bacteria,1TP4M@1239|Firmicutes,4HAPM@91061|Bacilli,1ZCHU@1386|Bacillus 2|Bacteria G Catalyzes the formation of the alpha-1,6-glucosidic linkages in glycogen by scission of a 1,4-alpha-linked oligosaccharide from growing alpha-1,4-glucan chains and the subsequent attachment of the oligosaccharide to the alpha-1,6 position glgB GO:0000271,GO:0003674,GO:0003824,GO:0003844,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0005975,GO:0005976,GO:0005977,GO:0005978,GO:0006073,GO:0006091,GO:0006112,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009250,GO:0009987,GO:0015980,GO:0016020,GO:0016051,GO:0016740,GO:0016757,GO:0016758,GO:0033554,GO:0033692,GO:0034637,GO:0034645,GO:0040007,GO:0043170,GO:0044042,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044262,GO:0044264,GO:0044424,GO:0044444,GO:0044464,GO:0050896,GO:0051716,GO:0055114,GO:0071704,GO:0071944,GO:1901576 2.4.1.18,3.2.1.141,3.2.1.20 ko:K00700,ko:K01187,ko:K01236,ko:K17734 ko00052,ko00500,ko01100,ko01110,map00052,map00500,map01100,map01110 M00565 R00028,R00801,R00802,R02110,R06087,R06088,R09995,R11256 RC00028,RC00049,RC00077 ko00000,ko00001,ko00002,ko01000,ko01002,ko04147 - CBM48,GH13,GH31 iAPECO1_1312.APECO1_3025,iECNA114_1301.ECNA114_3542,iECOK1_1307.ECOK1_3857,iECS88_1305.ECS88_3830,iECSF_1327.ECSF_3253,iJN678.glgB,iLF82_1304.LF82_0837,iNRG857_1313.NRG857_17030,iUTI89_1310.UTI89_C3941 Alpha-amylase,Alpha-amylase_C,CBM_48 +BSU_30990 224308.BSU30990 2.52e-122 350.0 COG3859@1|root,COG3859@2|Bacteria,1V1WX@1239|Firmicutes,4HFZJ@91061|Bacilli,1ZR59@1386|Bacillus 2|Bacteria S Thiamine transporter protein (Thia_YuaJ) thiT GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K16789 - - - - ko00000,ko02000 2.A.88.3 - - Thia_YuaJ +BSU_31000 224308.BSU31000 1.2e-122 349.0 COG1247@1|root,COG1247@2|Bacteria,1VAAC@1239|Firmicutes,4HKUR@91061|Bacilli,1ZHWJ@1386|Bacillus 2|Bacteria M FR47-like protein M1-753 - - - - - - - - - - - Acetyltransf_1,Acetyltransf_10,FR47 +BSU_31010 224308.BSU31010 4.54e-258 720.0 COG2268@1|root,COG2268@2|Bacteria,1TQDT@1239|Firmicutes,4HA0C@91061|Bacilli,1ZBTE@1386|Bacillus 2|Bacteria S protein conserved in bacteria yuaG - 3.4.21.72 ko:K01347,ko:K03646,ko:K07192,ko:K15125,ko:K17266 ko04910,ko05133,map04910,map05133 - - - ko00000,ko00001,ko00536,ko01000,ko01002,ko02000,ko02044,ko03036,ko04131,ko04147 1.B.12.3,2.C.1.2 - - Band_7,Flot +BSU_31020 224308.BSU31020 5.87e-110 317.0 COG1585@1|root,COG1585@2|Bacteria,1V4S8@1239|Firmicutes,4HHUI@91061|Bacilli,1ZGPJ@1386|Bacillus 2|Bacteria OU Membrane protein implicated in regulation of membrane protease activity yuaF GO:0005575,GO:0005623,GO:0005886,GO:0006950,GO:0006974,GO:0008150,GO:0009987,GO:0016020,GO:0033554,GO:0044464,GO:0050896,GO:0051716,GO:0071944 - - - - - - - - - - DUF1449,NfeD +BSU_31030 224308.BSU31030 1.95e-109 315.0 COG2318@1|root,COG2318@2|Bacteria,1V8A0@1239|Firmicutes,4HIW8@91061|Bacilli,1ZR7U@1386|Bacillus 2|Bacteria S DinB superfamily yuaE - - - - - - - - - - - DinB_2 +BSU_31040 224308.BSU31040 8.58e-139 392.0 28NII@1|root,2ZBJY@2|Bacteria,1V8N9@1239|Firmicutes,4HVKD@91061|Bacilli,1ZHKN@1386|Bacillus 2|Bacteria - - yuaD - - - - - - - - - - - MOSC +BSU_31050 224308.BSU31050 4.26e-292 797.0 COG1454@1|root,COG1454@2|Bacteria,1TPB4@1239|Firmicutes,4HAPA@91061|Bacilli,1ZBBG@1386|Bacillus 2|Bacteria C alcohol dehydrogenase gbsB GO:0003674,GO:0003824,GO:0004022,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0016491,GO:0016614,GO:0016616,GO:0044424,GO:0044444,GO:0044464,GO:0055114 1.1.1.1,1.1.99.37,1.2.98.1 ko:K11440,ko:K13954,ko:K17067 ko00010,ko00071,ko00260,ko00350,ko00625,ko00626,ko00680,ko01100,ko01110,ko01120,ko01130,ko01200,ko01220,map00010,map00071,map00260,map00350,map00625,map00626,map00680,map01100,map01110,map01120,map01130,map01200,map01220 M00555 R00614,R00623,R00754,R04880,R05233,R05234,R06917,R06927,R08557,R08558 RC00034,RC00050,RC00087,RC00088,RC00099,RC00116,RC00188,RC00649 ko00000,ko00001,ko00002,ko01000 - - - Fe-ADH +BSU_31060 224308.BSU31060 0.0 972.0 COG1012@1|root,COG1012@2|Bacteria,1TP4S@1239|Firmicutes,4H9MF@91061|Bacilli,1ZAY9@1386|Bacillus 2|Bacteria C Belongs to the aldehyde dehydrogenase family gbsA - 1.2.1.8 ko:K00130 ko00260,ko01100,map00260,map01100 M00555 R02565,R02566 RC00080 ko00000,ko00001,ko00002,ko01000 - - - Aldedh +BSU_31070 224308.BSU31070 3.53e-123 351.0 COG1510@1|root,COG1510@2|Bacteria,1V3E5@1239|Firmicutes,4HIEJ@91061|Bacilli,1ZGAI@1386|Bacillus 2|Bacteria K Belongs to the GbsR family yuaC - - ko:K22109,ko:K22301 - - - - ko00000,ko03000 - - - - +BSU_31080 224308.BSU31080 5.83e-118 338.0 2974U@1|root,2ZUCW@2|Bacteria,1W4BH@1239|Firmicutes,4I1IR@91061|Bacilli,1ZFDP@1386|Bacillus 2|Bacteria - - yuaB - - - - - - - - - - - - +BSU_31090 224308.BSU31090 5.25e-157 440.0 COG0569@1|root,COG0569@2|Bacteria,1TQ9H@1239|Firmicutes,4HBPH@91061|Bacilli,1ZC2N@1386|Bacillus 2|Bacteria P COG0569 K transport systems, NAD-binding component ktrA GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K03499 - - - - ko00000,ko02000 2.A.38.1,2.A.38.4 - - TrkA_C,TrkA_N +BSU_31100 224308.BSU31100 1.07e-300 822.0 COG0168@1|root,COG0168@2|Bacteria,1TQ4S@1239|Firmicutes,4H9ME@91061|Bacilli,1ZBJ9@1386|Bacillus 2|Bacteria P Potassium ktrB - - ko:K03498 - - - - ko00000,ko02000 2.A.38.1,2.A.38.4 - - TrkH +BSU_31110 224308.BSU31110 9.5e-52 163.0 COG4682@1|root,COG4682@2|Bacteria,1V29F@1239|Firmicutes,4HMJX@91061|Bacilli,1ZR9T@1386|Bacillus 2|Bacteria S yiaA/B two helix domain yiaA GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006950,GO:0006974,GO:0008150,GO:0009987,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0033554,GO:0044425,GO:0044459,GO:0044464,GO:0050896,GO:0051716,GO:0071944 - - - - - - - - - - YiaAB +BSU_31120 224308.BSU31120 4.49e-197 546.0 COG1705@1|root,COG1705@2|Bacteria,1V7JY@1239|Firmicutes,4HIY4@91061|Bacilli,1ZJU6@1386|Bacillus 2|Bacteria NU Mannosyl-glycoprotein endo-beta-N-acetylglucosaminidase - - - ko:K02395 - - - - ko00000,ko02035 - - - Glucosaminidase,Rod-binding,SH3_8 +BSU_31130 224308.BSU31130 0.0 957.0 COG0477@1|root,COG0477@2|Bacteria,1UIMH@1239|Firmicutes,4ISNI@91061|Bacilli,1ZFGU@1386|Bacillus 2|Bacteria P Major Facilitator Superfamily yubD GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - - - - - - - - - - MFS_1,Usp +BSU_31140 224308.BSU31140 6.82e-114 326.0 COG5553@1|root,COG5553@2|Bacteria,1VFPC@1239|Firmicutes,4HPUH@91061|Bacilli,1ZFM7@1386|Bacillus 2|Bacteria S Cysteine dioxygenase type I cdoA - 1.13.11.20 ko:K00456 ko00270,ko00430,ko01100,map00270,map00430,map01100 - R00893 RC00404 ko00000,ko00001,ko01000 - - - CDO_I,Methyltransf_11 +BSU_31150 224308.BSU31150 6.02e-183 510.0 COG1968@1|root,COG1968@2|Bacteria,1TPFA@1239|Firmicutes,4HB0M@91061|Bacilli,1ZD80@1386|Bacillus 2|Bacteria V Catalyzes the dephosphorylation of undecaprenyl diphosphate (UPP). Confers resistance to bacitracin uppP GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016020,GO:0016021,GO:0016311,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0031224,GO:0031226,GO:0042221,GO:0044237,GO:0044425,GO:0044459,GO:0044464,GO:0046677,GO:0050380,GO:0050896,GO:0071944 3.6.1.27 ko:K06153 ko00550,map00550 - R05627 RC00002 ko00000,ko00001,ko01000,ko01011 - - iYL1228.KPN_03461 BacA +BSU_31160 224308.BSU31160 7.67e-256 704.0 COG0628@1|root,COG0628@2|Bacteria,1TQ84@1239|Firmicutes,4H9SR@91061|Bacilli,1ZCDX@1386|Bacillus 2|Bacteria S transporter activity yubA GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - - - - - - - - - - AI-2E_transport +BSU_31170 224308.BSU31170 3.71e-235 647.0 COG0673@1|root,COG0673@2|Bacteria,1TQSS@1239|Firmicutes,4HCIG@91061|Bacilli,1ZBUF@1386|Bacillus 2|Bacteria S Oxidoreductase ygjR GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0016491,GO:0016614,GO:0016616,GO:0055114,GO:0102497 - ko:K22230 ko00562,ko01120,map00562,map01120 - R09954 RC00182 ko00000,ko00001,ko01000 - - - GFO_IDH_MocA +BSU_31180 224308.BSU31180 0.0 875.0 COG4806@1|root,COG4806@2|Bacteria,1TS42@1239|Firmicutes,4HBQP@91061|Bacilli,1ZQ7E@1386|Bacillus 2|Bacteria G Belongs to the rhamnose isomerase family rhaA GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005975,GO:0005996,GO:0008150,GO:0008152,GO:0008270,GO:0008740,GO:0009056,GO:0009987,GO:0016043,GO:0016052,GO:0016853,GO:0016860,GO:0016861,GO:0019299,GO:0019301,GO:0019318,GO:0019320,GO:0019321,GO:0019324,GO:0022607,GO:0030145,GO:0030246,GO:0032991,GO:0033296,GO:0036094,GO:0042802,GO:0043167,GO:0043169,GO:0043933,GO:0044085,GO:0044238,GO:0044281,GO:0044282,GO:0046365,GO:0046872,GO:0046914,GO:0048029,GO:0051259,GO:0051260,GO:0051262,GO:0051289,GO:0065003,GO:0071704,GO:0071840,GO:1901575 2.7.1.5,5.3.1.14 ko:K00848,ko:K01813 ko00040,ko00051,ko01120,map00040,map00051,map01120 - R01902,R02437,R03014 RC00002,RC00017,RC00434 ko00000,ko00001,ko01000 - - iECIAI39_1322.ECIAI39_3092,iUMNK88_1353.UMNK88_4739 RhaA +BSU_31190 224308.BSU31190 1.42e-72 217.0 COG3254@1|root,COG3254@2|Bacteria,1VA1C@1239|Firmicutes,4HM5P@91061|Bacilli,1ZGZB@1386|Bacillus 2|Bacteria G Involved in the anomeric conversion of L-rhamnose rhaM GO:0003674,GO:0003824,GO:0005975,GO:0005996,GO:0008150,GO:0008152,GO:0009056,GO:0016052,GO:0016853,GO:0016854,GO:0016857,GO:0019299,GO:0019301,GO:0019318,GO:0019320,GO:0044238,GO:0044281,GO:0044282,GO:0046365,GO:0071704,GO:1901575 5.1.3.32 ko:K03534 - - R10819 RC00563 ko00000,ko01000 - - - rhaM +BSU_31200 224308.BSU31200 0.0 968.0 COG1070@1|root,COG1070@2|Bacteria,1TP7Z@1239|Firmicutes,4HB5X@91061|Bacilli,1ZAQ8@1386|Bacillus 2|Bacteria G Involved in the catabolism of L-rhamnose (6-deoxy-L- mannose). Catalyzes the transfer of the gamma-phosphate group from ATP to the 1-hydroxyl group of L-rhamnulose to yield L-rhamnulose 1-phosphate rhaB GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0005524,GO:0005975,GO:0005996,GO:0006793,GO:0006796,GO:0008144,GO:0008150,GO:0008152,GO:0008993,GO:0009056,GO:0009987,GO:0016052,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0017076,GO:0019200,GO:0019299,GO:0019301,GO:0019318,GO:0019320,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0035639,GO:0036094,GO:0043167,GO:0043168,GO:0044237,GO:0044238,GO:0044262,GO:0044281,GO:0044282,GO:0046365,GO:0046835,GO:0071704,GO:0097159,GO:0097367,GO:1901265,GO:1901363,GO:1901575 2.7.1.12,2.7.1.17,2.7.1.5,5.3.1.14 ko:K00848,ko:K00851,ko:K00854,ko:K01813 ko00030,ko00040,ko00051,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map00040,map00051,map01100,map01110,map01120,map01130,map01200 M00014 R01639,R01737,R01902,R02437,R03014 RC00002,RC00017,RC00434,RC00538 ko00000,ko00001,ko00002,ko01000 - - iEcE24377_1341.EcE24377A_4435,iYO844.BSU17610 FGGY_C,FGGY_N +BSU_31210 224308.BSU31210 1.42e-172 483.0 COG1349@1|root,COG1349@2|Bacteria,1TSHY@1239|Firmicutes,4HD6Y@91061|Bacilli,1ZCCE@1386|Bacillus 2|Bacteria K COG1349 Transcriptional regulators of sugar metabolism fucR - - ko:K02430,ko:K02530,ko:K22103 - - - - ko00000,ko03000 - - - DeoRC,HTH_DeoR +BSU_31220 224308.BSU31220 0.0 1385.0 COG1028@1|root,COG3347@1|root,COG1028@2|Bacteria,COG3347@2|Bacteria,1TQB8@1239|Firmicutes,4HB28@91061|Bacilli,1ZC3P@1386|Bacillus 2|Bacteria IQ Class II Aldolase and Adducin N-terminal domain rhaD - 1.1.1.1,4.1.2.19 ko:K00001,ko:K01629 ko00010,ko00040,ko00051,ko00071,ko00350,ko00625,ko00626,ko00830,ko00980,ko00982,ko01100,ko01110,ko01120,ko01130,ko01220,map00010,map00040,map00051,map00071,map00350,map00625,map00626,map00830,map00980,map00982,map01100,map01110,map01120,map01130,map01220 - R00623,R00754,R01785,R02124,R02263,R04805,R04880,R05233,R05234,R06917,R06927,R07105,R08281,R08306,R08310 RC00050,RC00087,RC00088,RC00099,RC00116,RC00438,RC00599,RC00603,RC00604,RC00649,RC01734,RC02273 ko00000,ko00001,ko01000 - - - Aldolase_II,adh_short_C2 +BSU_31230 224308.BSU31230 0.0 908.0 COG0840@1|root,COG0840@2|Bacteria,1TP5A@1239|Firmicutes,4H9RZ@91061|Bacilli,1ZBEA@1386|Bacillus 2|Bacteria NT chemotaxis protein mcpA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03406 ko02020,ko02030,map02020,map02030 - - - ko00000,ko00001,ko02035 - - - HAMP,MCPsignal,dCache_1 +BSU_31240 224308.BSU31240 0.0 1097.0 COG0840@1|root,COG0840@2|Bacteria,1TP5A@1239|Firmicutes,4H9RZ@91061|Bacilli,1ZBEA@1386|Bacillus 2|Bacteria NT chemotaxis protein mcpA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03406 ko02020,ko02030,map02020,map02030 - - - ko00000,ko00001,ko02035 - - - HAMP,MCPsignal,dCache_1 +BSU_31250 224308.BSU31250 6.34e-300 838.0 COG0840@1|root,COG0840@2|Bacteria,1TP5A@1239|Firmicutes,4H9RZ@91061|Bacilli,1ZBEA@1386|Bacillus 2|Bacteria NT chemotaxis protein mcpA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03406 ko02020,ko02030,map02020,map02030 - - - ko00000,ko00001,ko02035 - - - HAMP,MCPsignal,dCache_1 +BSU_31260 224308.BSU31260 0.0 894.0 COG0840@1|root,COG0840@2|Bacteria,1TP5A@1239|Firmicutes,4H9RZ@91061|Bacilli,1ZBEA@1386|Bacillus 2|Bacteria NT chemotaxis protein mcpA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03406 ko02020,ko02030,map02020,map02030 - - - ko00000,ko00001,ko02035 - - - HAMP,MCPsignal,dCache_1 +BSU_31270 224308.BSU31270 1.06e-181 504.0 arCOG13259@1|root,2Z8C5@2|Bacteria,1V23R@1239|Firmicutes,4HB9U@91061|Bacilli,1ZG1S@1386|Bacillus 2|Bacteria H Probably plays a role in the assembly of the spore coat proteins by catalyzing epsilon-(gamma-glutamyl)lysine cross-links tgl GO:0000003,GO:0003674,GO:0003810,GO:0003824,GO:0008150,GO:0016740,GO:0016746,GO:0016755,GO:0019954,GO:0030436,GO:0032502,GO:0043934,GO:0140096 2.3.2.13 ko:K00686 - - - - ko00000,ko01000 - - - - +BSU_31279 720555.BATR1942_13465 5e-48 154.0 2E9DY@1|root,333MH@2|Bacteria,1VEUX@1239|Firmicutes,4HPGE@91061|Bacilli,1ZITW@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_31280 224308.BSU31280 3.63e-95 276.0 COG0432@1|root,COG0432@2|Bacteria,1V6J7@1239|Firmicutes,4HI2R@91061|Bacilli,1ZGBA@1386|Bacillus 2|Bacteria S Uncharacterised protein family UPF0047 yugU - - - - - - - - - - - UPF0047 +BSU_31290 224308.BSU31290 0.0 1170.0 COG0366@1|root,COG0366@2|Bacteria,1TP53@1239|Firmicutes,4HA1G@91061|Bacilli,1ZASC@1386|Bacillus 2|Bacteria G COG0366 Glycosidases yugT GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.2.1.1,3.2.1.10,3.2.1.20,3.2.1.93,5.4.99.16 ko:K01182,ko:K01187,ko:K01226,ko:K05343 ko00052,ko00500,ko01100,map00052,map00500,map01100 - R00028,R00801,R00802,R00837,R01557,R01718,R01791,R02108,R02112,R06087,R06088,R06113,R06199,R11262 RC00028,RC00049,RC00059,RC00077,RC00451,RC01816 ko00000,ko00001,ko01000 - GH13,GH31 iSB619.SA_RS07580 Alpha-amylase,Malt_amylase_C +BSU_31300 224308.BSU31300 4.36e-301 822.0 COG1253@1|root,COG1253@2|Bacteria,1TPN0@1239|Firmicutes,4H9SB@91061|Bacilli,1ZBAN@1386|Bacillus 2|Bacteria S COG1253 Hemolysins and related proteins containing CBS domains tlyC - - ko:K03699,ko:K06189 - - - - ko00000,ko02000,ko02042 9.A.40.1.2 - - CBS,CorC_HlyC,DUF21 +BSU_31310 224308.BSU31310 4.8e-150 423.0 COG2738@1|root,COG2738@2|Bacteria,1TPD3@1239|Firmicutes,4HB8Z@91061|Bacilli,1ZD1M@1386|Bacillus 2|Bacteria S Zn-dependent protease yugP - - ko:K06973 - - - - ko00000 - - - Zn_peptidase_2 +BSU_31319 224308.BSU31319 1.35e-51 163.0 29RVY@1|root,30D00@2|Bacteria,1UAMN@1239|Firmicutes,4IM08@91061|Bacilli,1ZIKF@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_31321 224308.BSU31321 2.12e-70 212.0 2EEW1@1|root,338PF@2|Bacteria,1VIRW@1239|Firmicutes,4HP92@91061|Bacilli,1ZJ73@1386|Bacillus 2|Bacteria S Membrane-integrating protein Mistic mstX - - - - - - - - - - - Mistic +BSU_31322 224308.BSU31322 1.76e-233 642.0 COG1226@1|root,COG1226@2|Bacteria,1TS7X@1239|Firmicutes,4HCIB@91061|Bacilli,1ZCD3@1386|Bacillus 2|Bacteria P COG1226 Kef-type K transport systems yugO - - ko:K10716 - - - - ko00000,ko02000 1.A.1.1,1.A.1.13,1.A.1.17,1.A.1.24,1.A.1.25,1.A.1.6 - - Castor_Poll_mid,Ion_trans_2,TrkA_N +BSU_31330 224308.BSU31330 4.22e-95 276.0 2E71A@1|root,331JZ@2|Bacteria,1VG6F@1239|Firmicutes,4HNSV@91061|Bacilli,1ZHXR@1386|Bacillus 2|Bacteria S YugN-like family yugN - - - - - - - - - - - YugN +BSU_31350 224308.BSU31350 0.0 900.0 COG0166@1|root,COG0166@2|Bacteria,1TP29@1239|Firmicutes,4H9VI@91061|Bacilli,1ZB6B@1386|Bacillus 2|Bacteria G Belongs to the GPI family pgi GO:0003674,GO:0003824,GO:0004347,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005975,GO:0005996,GO:0006006,GO:0006082,GO:0006090,GO:0006091,GO:0006094,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016051,GO:0016052,GO:0016053,GO:0016310,GO:0016853,GO:0016860,GO:0016861,GO:0017144,GO:0018130,GO:0019318,GO:0019319,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042866,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046031,GO:0046034,GO:0046364,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046939,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576 5.3.1.9 ko:K01810 ko00010,ko00030,ko00500,ko00520,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00030,map00500,map00520,map01100,map01110,map01120,map01130,map01200 M00001,M00004,M00114 R02739,R02740,R03321 RC00376,RC00563 ko00000,ko00001,ko00002,ko01000,ko04147 - - iLJ478.TM1385 PGI +BSU_31360 224308.BSU31360 5.56e-291 793.0 COG1979@1|root,COG1979@2|Bacteria,1TPS3@1239|Firmicutes,4H9TR@91061|Bacilli,1ZDAC@1386|Bacillus 2|Bacteria C Dehydrogenase yugK - - ko:K00100,ko:K19955 ko00650,ko01120,map00650,map01120 - R03544,R03545 RC00087 ko00000,ko00001,ko01000 - - - Fe-ADH +BSU_31370 224308.BSU31370 2.85e-287 783.0 COG1979@1|root,COG1979@2|Bacteria,1TPS3@1239|Firmicutes,4H9TR@91061|Bacilli,1ZBKF@1386|Bacillus 2|Bacteria C oxidoreductases, Fe-dependent alcohol dehydrogenase family yugJ - - ko:K00100,ko:K19955 ko00650,ko01120,map00650,map01120 - R03544,R03545 RC00087 ko00000,ko00001,ko01000 - - - Fe-ADH +BSU_31380 224308.BSU31380 2.21e-46 149.0 COG2155@1|root,COG2155@2|Bacteria,1VEQJ@1239|Firmicutes,4HP56@91061|Bacilli,1ZHUV@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF378) yuzA - - ko:K09779 - - - - ko00000 - - - DUF378 +BSU_31390 224308.BSU31390 5e-83 246.0 COG1098@1|root,COG1098@2|Bacteria,1VASQ@1239|Firmicutes,4HKSW@91061|Bacilli,1ZHK5@1386|Bacillus 2|Bacteria J RNA binding protein (contains ribosomal protein S1 domain) yugI - 5.3.1.9 ko:K01810,ko:K02945,ko:K07570,ko:K07571,ko:K19142 ko00010,ko00030,ko00500,ko00520,ko01100,ko01110,ko01120,ko01130,ko01200,ko03010,map00010,map00030,map00500,map00520,map01100,map01110,map01120,map01130,map01200,map03010 M00001,M00004,M00114,M00178 R02739,R02740,R03321 RC00376,RC00563 br01610,ko00000,ko00001,ko00002,ko01000,ko02048,ko03011,ko04147 - - - S1 +BSU_31400 224308.BSU31400 1.44e-275 754.0 COG0436@1|root,COG0436@2|Bacteria,1TP0J@1239|Firmicutes,4HA13@91061|Bacilli,1ZAWQ@1386|Bacillus 2|Bacteria E Aminotransferase yugH - 2.6.1.1 ko:K00812,ko:K00841,ko:K10907 ko00220,ko00250,ko00270,ko00300,ko00330,ko00350,ko00360,ko00400,ko00401,ko00950,ko00960,ko01100,ko01110,ko01130,ko01210,ko01230,map00220,map00250,map00270,map00300,map00330,map00350,map00360,map00400,map00401,map00950,map00960,map01100,map01110,map01130,map01210,map01230 M00525 R00355,R00694,R00734,R00896,R02433,R02619,R04467,R05052 RC00006 ko00000,ko00001,ko00002,ko01000,ko01007 - - - Aminotran_1_2 +BSU_31410 224308.BSU31410 6.74e-112 322.0 COG1522@1|root,COG1522@2|Bacteria,1V3PB@1239|Firmicutes,4HH9K@91061|Bacilli,1ZFM5@1386|Bacillus 2|Bacteria K Transcriptional regulator alaR - - - - - - - - - - - AsnC_trans_reg,HTH_24 +BSU_31420 224308.BSU31420 1.2e-201 557.0 COG2267@1|root,COG2267@2|Bacteria,1TP59@1239|Firmicutes,4HEFN@91061|Bacilli,1ZBTQ@1386|Bacillus 2|Bacteria I Hydrolase yugF GO:0003674,GO:0003824,GO:0016787 - - - - - - - - - - Abhydrolase_1 +BSU_31430 224308.BSU31430 6.7e-56 174.0 2EACT@1|root,334GP@2|Bacteria,1VJJM@1239|Firmicutes,4HQ2Z@91061|Bacilli,1ZJ49@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF1871) yugE - - - - - - - - - - - DUF1871 +BSU_31440 224308.BSU31440 2.09e-289 789.0 COG1168@1|root,COG1168@2|Bacteria,1TP5G@1239|Firmicutes,4H9PE@91061|Bacilli,1ZCQC@1386|Bacillus 2|Bacteria E COG1168 Bifunctional PLP-dependent enzyme with beta-cystathionase and maltose regulon repressor activities patB - 4.4.1.8 ko:K14155 ko00270,ko00450,ko01100,ko01110,ko01230,map00270,map00450,map01100,map01110,map01230 - R00782,R01286,R02408,R04941 RC00056,RC00069,RC00382,RC00488,RC00710,RC01245,RC02303 ko00000,ko00001,ko01000,ko01007 - - - Aminotran_1_2 +BSU_31450 224308.BSU31450 1.06e-296 811.0 COG0642@1|root,COG2205@2|Bacteria,1V0MW@1239|Firmicutes,4HEZ5@91061|Bacilli,1ZS1T@1386|Bacillus 2|Bacteria T Histidine kinase kinB2 GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0016020,GO:0022603,GO:0042173,GO:0043937,GO:0043938,GO:0044464,GO:0045595,GO:0045597,GO:0045881,GO:0048518,GO:0048522,GO:0050789,GO:0050793,GO:0050794,GO:0051094,GO:0065007,GO:0071944 2.7.13.3 ko:K07697 ko02020,map02020 M00485 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - 5TM-5TMR_LYT,HATPase_c,HisKA +BSU_31460 224308.BSU31460 4.3e-92 268.0 2DNAX@1|root,32UIM@2|Bacteria,1VATB@1239|Firmicutes,4HKG4@91061|Bacilli,1ZGXU@1386|Bacillus 2|Bacteria G Kinase associated protein B kapB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K06347 ko02020,map02020 - - - ko00000,ko00001 - - - KapB +BSU_31470 224308.BSU31470 1.71e-149 420.0 COG5018@1|root,COG5018@2|Bacteria,1V7QB@1239|Firmicutes,4IRTF@91061|Bacilli,1ZRXX@1386|Bacillus 2|Bacteria L the KinA pathway to sporulation kapD - - ko:K06348 - - - - ko00000 - - - RNase_T +BSU_31480 224308.BSU31480 2.3e-275 754.0 COG0477@1|root,COG2814@2|Bacteria,1TRDJ@1239|Firmicutes,4H9Q9@91061|Bacilli,1ZBN7@1386|Bacillus 2|Bacteria EGP Major facilitator superfamily yuxJ - - - - - - - - - - - MFS_1,Sugar_tr +BSU_31490 224308.BSU31490 0.0 1237.0 COG0744@1|root,COG0744@2|Bacteria,1TPM5@1239|Firmicutes,4HBBB@91061|Bacilli,1ZCKA@1386|Bacillus 2|Bacteria M Penicillin-binding Protein mrcB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 2.4.1.129,3.4.16.4 ko:K05365,ko:K05366,ko:K12555,ko:K18770,ko:K21464 ko00550,ko01100,ko01501,map00550,map01100,map01501 - R04519 RC00005,RC00049 ko00000,ko00001,ko01000,ko01003,ko01011 - GT51 - Transgly,Transpeptidase,UB2H +BSU_31500 224308.BSU31500 1.35e-97 283.0 COG3011@1|root,COG3011@2|Bacteria,1V7DJ@1239|Firmicutes,4HIUD@91061|Bacilli,1ZH0A@1386|Bacillus 2|Bacteria S protein conserved in bacteria yuxK - - - - - - - - - - - DUF393 +BSU_31510 224308.BSU31510 4.19e-113 326.0 2CIBU@1|root,30GF5@2|Bacteria,1V4EG@1239|Firmicutes,4HH80@91061|Bacilli,1ZGKU@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5366) yufK - - - - - - - - - - - DUF5366 +BSU_31520 224308.BSU31520 0.0 1016.0 COG3290@1|root,COG3290@2|Bacteria,1TQJR@1239|Firmicutes,4H9Q0@91061|Bacilli,1ZBHV@1386|Bacillus 2|Bacteria T Signal transduction histidine kinase regulating citrate malate metabolism dcuS GO:0000155,GO:0000160,GO:0003674,GO:0003824,GO:0004672,GO:0004673,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006355,GO:0006464,GO:0006468,GO:0006793,GO:0006796,GO:0006807,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0009889,GO:0009987,GO:0010468,GO:0010556,GO:0016020,GO:0016021,GO:0016043,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0016775,GO:0018106,GO:0018193,GO:0018202,GO:0019219,GO:0019222,GO:0019538,GO:0022607,GO:0023014,GO:0023052,GO:0031224,GO:0031226,GO:0031323,GO:0031326,GO:0035556,GO:0036211,GO:0042802,GO:0043170,GO:0043412,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044425,GO:0044459,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0051259,GO:0051260,GO:0051716,GO:0060255,GO:0065003,GO:0065007,GO:0071704,GO:0071840,GO:0071944,GO:0080090,GO:0140096,GO:1901564,GO:1903506,GO:2000112,GO:2001141 2.7.13.3 ko:K02476,ko:K03406,ko:K07701,ko:K11614,ko:K11637,ko:K11640,ko:K11691 ko02020,ko02030,map02020,map02030 M00487,M00488,M00489,M00490,M00494 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022,ko02035 - - - HATPase_c,PAS,SPOB_a,sCache_3_2 +BSU_31530 224308.BSU31530 1.14e-162 456.0 COG4565@1|root,COG4565@2|Bacteria,1V3PK@1239|Firmicutes,4HGXB@91061|Bacilli,1ZFRB@1386|Bacillus 2|Bacteria T COG4565 Response regulator of citrate malate metabolism dcuR GO:0000160,GO:0001121,GO:0001130,GO:0001131,GO:0001140,GO:0001216,GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0006139,GO:0006351,GO:0006355,GO:0006725,GO:0006807,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009889,GO:0009891,GO:0009893,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0010557,GO:0010604,GO:0010628,GO:0016070,GO:0018130,GO:0019219,GO:0019222,GO:0019438,GO:0023052,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0035556,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0045893,GO:0045935,GO:0046483,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051173,GO:0051252,GO:0051254,GO:0051716,GO:0060255,GO:0065007,GO:0071704,GO:0080090,GO:0090304,GO:0097159,GO:0097659,GO:0140110,GO:1901360,GO:1901362,GO:1901363,GO:1901576,GO:1902680,GO:1903506,GO:1903508,GO:2000112,GO:2001141 - ko:K02475,ko:K07703,ko:K11615,ko:K11638,ko:K11692 ko02020,map02020 M00487,M00488,M00489,M00490 - - ko00000,ko00001,ko00002,ko02022 - - - HTH_11,Response_reg +BSU_31540 224308.BSU31540 9e-254 696.0 COG1744@1|root,COG1744@2|Bacteria,1TPEU@1239|Firmicutes,4HANH@91061|Bacilli,1ZBS3@1386|Bacillus 2|Bacteria S ABC-type transport system, periplasmic component surface lipoprotein bmpA - - ko:K02058,ko:K07335 - M00221 - - ko00000,ko00002,ko02000 3.A.1.2 - - Bmp +BSU_31550 224308.BSU31550 0.0 964.0 COG3845@1|root,COG3845@2|Bacteria,1UYQA@1239|Firmicutes,4HVSH@91061|Bacilli,1ZS12@1386|Bacillus 2|Bacteria S ABC transporter, ATP-binding protein mglA - 3.6.3.17 ko:K02056,ko:K06400 - M00221 - - ko00000,ko00002,ko01000,ko02000 3.A.1.2 - - ABC_tran +BSU_31560 224308.BSU31560 1.57e-237 654.0 COG4603@1|root,COG4603@2|Bacteria,1TP1F@1239|Firmicutes,4H9VE@91061|Bacilli,1ZCTP@1386|Bacillus 2|Bacteria S Belongs to the binding-protein-dependent transport system permease family yufP GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015145,GO:0015749,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0034219,GO:0044425,GO:0044464,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944 - ko:K02057 - M00221 - - ko00000,ko00002,ko02000 3.A.1.2 - - BPD_transp_2 +BSU_31570 224308.BSU31570 5.97e-216 597.0 COG1079@1|root,COG1079@2|Bacteria,1TP8Y@1239|Firmicutes,4HAX4@91061|Bacilli,1ZAYF@1386|Bacillus 2|Bacteria S Belongs to the binding-protein-dependent transport system permease family yufQ - - ko:K02057 - M00221 - - ko00000,ko00002,ko02000 3.A.1.2 - - BPD_transp_2 +BSU_31580 224308.BSU31580 9.73e-310 845.0 COG3493@1|root,COG3493@2|Bacteria,1TR97@1239|Firmicutes,4HBS8@91061|Bacilli,1ZC12@1386|Bacillus 2|Bacteria C COG3493 Na citrate symporter maeN - - ko:K11616 ko02020,map02020 - - - ko00000,ko00001 2.A.24.2 - - 2HCT +BSU_31590 720555.BATR1942_13645 4.08e-21 85.1 2ASDS@1|root,31HT9@2|Bacteria,1UAMP@1239|Firmicutes,4IM09@91061|Bacilli,1ZIKJ@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_31600 224308.BSU31600 0.0 1499.0 COG1009@1|root,COG2111@1|root,COG1009@2|Bacteria,COG2111@2|Bacteria,1TQW4@1239|Firmicutes,4H9YR@91061|Bacilli,1ZAZ0@1386|Bacillus 2|Bacteria CP COG1009 NADH ubiquinone oxidoreductase subunit 5 (chain L) Multisubunit Na H antiporter, MnhA subunit phaA GO:0003674,GO:0005215,GO:0005451,GO:0006810,GO:0006811,GO:0006812,GO:0006814,GO:0008150,GO:0008324,GO:0015075,GO:0015077,GO:0015078,GO:0015081,GO:0015291,GO:0015297,GO:0015298,GO:0015299,GO:0015318,GO:0015385,GO:0015491,GO:0015672,GO:0022804,GO:0022857,GO:0022890,GO:0030001,GO:0034220,GO:0035725,GO:0046873,GO:0051179,GO:0051234,GO:0055085,GO:0098655,GO:0098660,GO:0098662,GO:0099516,GO:1902600 1.6.5.3 ko:K00341,ko:K05559,ko:K05565,ko:K05566,ko:K05568,ko:K14086 ko00190,ko01100,map00190,map01100 M00144 R11945 RC00061 ko00000,ko00001,ko00002,ko01000,ko02000 2.A.63.1,2.A.63.2,3.D.1 - iSB619.SA_RS04630 DUF4040,MnhB,Proton_antipo_M,Proton_antipo_N +BSU_31610 224308.BSU31610 1.55e-90 266.0 COG2111@1|root,COG2111@2|Bacteria,1V3VF@1239|Firmicutes,4HHAN@91061|Bacilli,1ZHC0@1386|Bacillus 2|Bacteria P Subunit B of antiporter complex involved in resistance to high concentrations of Na , K , Li and or alkali mrpB GO:0003674,GO:0005215,GO:0005451,GO:0006810,GO:0006811,GO:0006812,GO:0006814,GO:0008150,GO:0008324,GO:0015075,GO:0015077,GO:0015078,GO:0015081,GO:0015291,GO:0015297,GO:0015298,GO:0015299,GO:0015318,GO:0015385,GO:0015491,GO:0015672,GO:0022804,GO:0022857,GO:0022890,GO:0030001,GO:0034220,GO:0035725,GO:0046873,GO:0051179,GO:0051234,GO:0055085,GO:0098655,GO:0098660,GO:0098662,GO:0099516,GO:1902600 - ko:K05565,ko:K05566 - - - - ko00000,ko02000 2.A.63.1,2.A.63.2 - - MnhB +BSU_31620 224308.BSU31620 1.72e-66 202.0 COG1006@1|root,COG1006@2|Bacteria,1V7CR@1239|Firmicutes,4HJHX@91061|Bacilli,1ZH1G@1386|Bacillus 2|Bacteria P Subunit C of antiporter complex involved in resistance to high concentrations of Na , K , Li and or alkali phaC - 1.6.5.3 ko:K00340,ko:K05560,ko:K05567 ko00190,ko01100,map00190,map01100 M00144 R11945 RC00061 ko00000,ko00001,ko00002,ko01000,ko02000 2.A.63.1,2.A.63.2,3.D.1 - - Oxidored_q2 +BSU_31630 224308.BSU31630 0.0 907.0 COG0651@1|root,COG0651@2|Bacteria,1TRAT@1239|Firmicutes,4HA10@91061|Bacilli,1ZB2A@1386|Bacillus 2|Bacteria CP Subunit D of antiporter complex involved in resistance to high concentrations of Na , K , Li and or alkali mrpD GO:0003674,GO:0005215,GO:0005451,GO:0006810,GO:0006811,GO:0006812,GO:0006814,GO:0008150,GO:0008324,GO:0015075,GO:0015077,GO:0015078,GO:0015081,GO:0015291,GO:0015297,GO:0015298,GO:0015299,GO:0015318,GO:0015385,GO:0015491,GO:0015672,GO:0022804,GO:0022857,GO:0022890,GO:0030001,GO:0034220,GO:0035725,GO:0046873,GO:0051179,GO:0051234,GO:0055085,GO:0098655,GO:0098660,GO:0098662,GO:0099516,GO:1902600 - ko:K05568,ko:K12141 - - - - ko00000,ko01000,ko02000 2.A.63.1,2.A.63.2 - iSB619.SA_RS04615 Proton_antipo_M +BSU_31640 224308.BSU31640 7.39e-103 298.0 COG1863@1|root,COG1863@2|Bacteria,1V52M@1239|Firmicutes,4HI4G@91061|Bacilli,1ZGAK@1386|Bacillus 2|Bacteria P Subunit E of antiporter complex involved in resistance to high concentrations of Na , K , Li and or alkali mrpE - - ko:K05569 - - - - ko00000,ko02000 2.A.63.1,2.A.63.2 - - MNHE +BSU_31650 224308.BSU31650 2.23e-51 163.0 COG2212@1|root,COG2212@2|Bacteria,1VFB4@1239|Firmicutes,4HNQY@91061|Bacilli,1ZI42@1386|Bacillus 2|Bacteria P Subunit F of antiporter complex involved in resistance to high concentrations of Na , K , Li and or alkali phaF - - ko:K05563,ko:K05570 - - - - ko00000,ko02000 2.A.63.1,2.A.63.2 - iSB619.SA_RS03360,iYO844.BSU31650 MrpF_PhaF +BSU_31660 224308.BSU31660 5.97e-79 235.0 COG1320@1|root,COG1320@2|Bacteria,1VABT@1239|Firmicutes,4HKX5@91061|Bacilli,1ZHVK@1386|Bacillus 2|Bacteria P COG1320 Multisubunit Na H antiporter, MnhG subunit phaG - - ko:K05564,ko:K05571 - - - - ko00000,ko02000 2.A.63.1,2.A.63.2 - iYO844.BSU31660 PhaG_MnhG_YufB +BSU_31670 224308.BSU31670 3.18e-84 248.0 COG2050@1|root,COG2050@2|Bacteria,1V7G2@1239|Firmicutes,4HIIA@91061|Bacilli,1ZGY5@1386|Bacillus 2|Bacteria Q protein, possibly involved in aromatic compounds catabolism ydiI - - - - - - - - - - - 4HBT +BSU_31680 224308.BSU31680 2.06e-150 423.0 COG2197@1|root,COG2197@2|Bacteria,1V2KZ@1239|Firmicutes,4HCF0@91061|Bacilli,1ZH4R@1386|Bacillus 2|Bacteria K COG2197 Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain comA - - ko:K07691 ko02020,ko02024,map02020,map02024 M00476 - - ko00000,ko00001,ko00002,ko02022 - - - GerE,Response_reg +BSU_31690 224308.BSU31690 0.0 1464.0 COG4585@1|root,COG4585@2|Bacteria,1UBX4@1239|Firmicutes,4HCU8@91061|Bacilli,1ZDCQ@1386|Bacillus 2|Bacteria T Histidine kinase comP GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 2.7.13.3 ko:K07680,ko:K07683 ko02020,ko02024,map02020,map02024 M00476,M00483 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - HATPase_c,HisKA_3,PAS_9,PilJ +BSU_31710 224308.BSU31710 4.54e-210 581.0 COG0142@1|root,COG0142@2|Bacteria,1V8J4@1239|Firmicutes,4IRG4@91061|Bacilli,1ZF0I@1386|Bacillus 2|Bacteria H Polyprenyl synthetase comQ - - ko:K02251 ko02024,map02024 - - - ko00000,ko00001,ko02044 - - - polyprenyl_synt +BSU_31730 326423.RBAM_028810 1.06e-30 112.0 2E2ZD@1|root,32Y01@2|Bacteria,1VHQD@1239|Firmicutes,4HNXI@91061|Bacilli,1ZIWQ@1386|Bacillus 2|Bacteria - - yuzC - - - - - - - - - - - - +BSU_31740 224308.BSU31740 2.92e-298 813.0 COG3434@1|root,COG3434@2|Bacteria,1TPWC@1239|Firmicutes,4HD4Q@91061|Bacilli,1ZDNG@1386|Bacillus 2|Bacteria T signal transduction protein containing EAL and modified HD-GYP domains yuxH - 3.1.4.52 ko:K07181 ko05111,map05111 - - - ko00000,ko00001,ko01000 - - - EAL,HDOD +BSU_31750 224308.BSU31750 0.0 939.0 COG1488@1|root,COG1488@2|Bacteria,1TPDW@1239|Firmicutes,4HAI4@91061|Bacilli,1ZCGY@1386|Bacillus 2|Bacteria H Catalyzes the synthesis of beta-nicotinate D- ribonucleotide from nicotinate and 5-phospho-D-ribose 1-phosphate at the expense of ATP pncB GO:0001666,GO:0003674,GO:0003824,GO:0004516,GO:0005575,GO:0005623,GO:0005886,GO:0006139,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009117,GO:0009165,GO:0009435,GO:0009605,GO:0009607,GO:0009628,GO:0009987,GO:0016020,GO:0016740,GO:0016757,GO:0016763,GO:0016874,GO:0016879,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019365,GO:0019438,GO:0019637,GO:0019674,GO:0034355,GO:0034641,GO:0034654,GO:0036293,GO:0043094,GO:0043173,GO:0043207,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044403,GO:0044419,GO:0044464,GO:0046483,GO:0046496,GO:0047280,GO:0050896,GO:0051186,GO:0051188,GO:0051701,GO:0051704,GO:0051707,GO:0055086,GO:0070482,GO:0071704,GO:0071944,GO:0072524,GO:0072525,GO:0075136,GO:0090407,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 6.3.4.21 ko:K00763 ko00760,ko01100,map00760,map01100 - R01724 RC00033 ko00000,ko00001,ko01000 - - iYO844.BSU31750 NAPRTase +BSU_31760 224308.BSU31760 5.65e-135 381.0 COG1335@1|root,COG1335@2|Bacteria,1V1CY@1239|Firmicutes,4HFRS@91061|Bacilli,1ZBY3@1386|Bacillus 2|Bacteria Q COG1335 Amidases related to nicotinamidase pncA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006206,GO:0006208,GO:0006212,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009112,GO:0009987,GO:0017144,GO:0019860,GO:0034641,GO:0042737,GO:0044237,GO:0044238,GO:0044248,GO:0044270,GO:0044281,GO:0044424,GO:0044464,GO:0046113,GO:0046483,GO:0046700,GO:0055086,GO:0071704,GO:0072527,GO:0072529,GO:1901360,GO:1901361,GO:1901564,GO:1901565,GO:1901575 - ko:K16788 - - - - ko00000,ko02000 2.A.88.5 - iSB619.SA_RS09955 Isochorismatase +BSU_31770 224308.BSU31770 3.78e-88 259.0 COG5506@1|root,COG5506@2|Bacteria,1VFCV@1239|Firmicutes,4HM3G@91061|Bacilli,1ZRYW@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF1694) yueI - - - - - - - - - - - DUF1694 +BSU_31780 224308.BSU31780 1.63e-52 165.0 2EGG3@1|root,33A84@2|Bacteria,1VM9Y@1239|Firmicutes,4HR8J@91061|Bacilli,1ZJ1B@1386|Bacillus 2|Bacteria S YueH-like protein yueH - - - - - - - - - - - YueH +BSU_31790 224308.BSU31790 1.23e-43 142.0 2ASBM@1|root,31HQV@2|Bacteria,1UAM1@1239|Firmicutes,4IKZP@91061|Bacilli,1ZIHU@1386|Bacillus 2|Bacteria S Spore germination protein gerPA/gerPF yueG - - ko:K06299 - - - - ko00000 - - - gerPA +BSU_31800 224308.BSU31800 2.73e-244 673.0 COG0628@1|root,COG0628@2|Bacteria,1TQ84@1239|Firmicutes,4H9SR@91061|Bacilli,1ZCDX@1386|Bacillus 2|Bacteria S transporter activity yueF GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - - - - - - - - - - AI-2E_transport +BSU_31810 224308.BSU31810 3.97e-93 271.0 COG5428@1|root,30DFU@2|Bacteria,1UB8Y@1239|Firmicutes,4IMMP@91061|Bacilli,1ZKFQ@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2283) - - - - - - - - - - - - DUF2283 +BSU_31820 720555.BATR1942_13755 8.4e-33 115.0 2EFV8@1|root,339ME@2|Bacteria,1VKCB@1239|Firmicutes,4HRFC@91061|Bacilli,1ZIX7@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2642) - - - - - - - - - - - - DUF2642 +BSU_31830 224308.BSU31830 1.91e-125 357.0 COG1418@1|root,COG1418@2|Bacteria,1V3UK@1239|Firmicutes,4HH7I@91061|Bacilli,1ZFMK@1386|Bacillus 2|Bacteria S phosphohydrolase yueE - - ko:K06950 - - - - ko00000 - - - HD +BSU_31840 224308.BSU31840 6.1e-171 477.0 COG1028@1|root,COG1028@2|Bacteria,1V1Z9@1239|Firmicutes,4HCPI@91061|Bacilli,1ZFQF@1386|Bacillus 2|Bacteria IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) yueD - 1.1.1.320 ko:K16216 - - - - ko00000,ko01000 - - - adh_short +BSU_31850 224308.BSU31850 3.87e-97 283.0 2CK53@1|root,33EWP@2|Bacteria,1VNC3@1239|Firmicutes,4HSK6@91061|Bacilli,1ZFZV@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5383) yueC - - - - - - - - - - - DUF5383 +BSU_31860 224308.BSU31860 0.0 1732.0 COG1511@1|root,COG1511@2|Bacteria,1TPQK@1239|Firmicutes,4IPYE@91061|Bacilli,1ZREW@1386|Bacillus 2|Bacteria S type VII secretion protein EsaA esaA - - - - - - - - - - - Apolipoprotein +BSU_31875 224308.BSU31875 0.0 2947.0 COG0433@1|root,COG1674@1|root,COG0433@2|Bacteria,COG1674@2|Bacteria,1TRA4@1239|Firmicutes,4H9QM@91061|Bacilli,1ZDSN@1386|Bacillus 2|Bacteria D COG1674 DNA segregation ATPase FtsK SpoIIIE and related proteins essC - - ko:K03466,ko:K12217 - - - - ko00000,ko02044,ko03036 3.A.12,3.A.7.10.1,3.A.7.9.1 - - FHA,FtsK_SpoIIIE,FtsK_SpoIIIE_N +BSU_31890 224308.BSU31890 4.28e-271 748.0 COG4499@1|root,COG4499@2|Bacteria,1UY6F@1239|Firmicutes,4H9W3@91061|Bacilli,1ZCXX@1386|Bacillus 2|Bacteria S WXG100 protein secretion system (Wss), protein YukC essB - - - - - - - - - - - YukC +BSU_31900 224308.BSU31900 1.93e-54 169.0 COG5417@1|root,COG5417@2|Bacteria,1VG9I@1239|Firmicutes,4HPXH@91061|Bacilli,1ZJ9E@1386|Bacillus 2|Bacteria S WXG100 protein secretion system (Wss), protein YukD yukD - - - - - - - - - - - YukD +BSU_31910 1051501.AYTL01000004_gene3776 3.93e-60 185.0 COG4842@1|root,COG4842@2|Bacteria,1VHZ4@1239|Firmicutes,4IRN2@91061|Bacilli,1ZRVT@1386|Bacillus 2|Bacteria S Belongs to the WXG100 family esxA - - - - - - - - - - - WXG100 +BSU_31920 224308.BSU31920 1.52e-302 825.0 COG2508@1|root,COG4465@1|root,COG2508@2|Bacteria,COG4465@2|Bacteria,1TRRH@1239|Firmicutes,4HDGP@91061|Bacilli,1ZB6S@1386|Bacillus 2|Bacteria QT Transcriptional regulator yukF GO:0006139,GO:0006351,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0018130,GO:0019438,GO:0032502,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0043934,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0071704,GO:0090304,GO:0097659,GO:1901360,GO:1901362,GO:1901576 - ko:K09684 - - - - ko00000,ko03000 - - - HTH_30 +BSU_31930 224308.BSU31930 4.9e-263 721.0 COG0686@1|root,COG0686@2|Bacteria,1TNZ5@1239|Firmicutes,4HABX@91061|Bacilli,1ZBQE@1386|Bacillus 2|Bacteria E Belongs to the AlaDH PNT family ald GO:0000286,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006522,GO:0006524,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009063,GO:0009078,GO:0009080,GO:0009653,GO:0009987,GO:0016054,GO:0016491,GO:0016638,GO:0019752,GO:0030154,GO:0030435,GO:0032502,GO:0043436,GO:0043934,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046395,GO:0048646,GO:0048856,GO:0048869,GO:0055114,GO:0071704,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 1.4.1.1 ko:K00259 ko00250,ko00430,ko01100,map00250,map00430,map01100 - R00396 RC00008 ko00000,ko00001,ko01000 - - iAF987.Gmet_1099 AlaDh_PNT_C,AlaDh_PNT_N +BSU_31945 224308.BSU31945 2.07e-169 472.0 COG5634@1|root,COG5634@2|Bacteria,1UESK@1239|Firmicutes,4HESW@91061|Bacilli,1ZG7X@1386|Bacillus 2|Bacteria S Uncharacterized conserved protein (DUF2278) yukJ - - - - - - - - - - - DUF2278,LTD +BSU_31959 224308.BSU31959 1.42e-47 151.0 COG3251@1|root,COG3251@2|Bacteria,1VQAA@1239|Firmicutes,4HRE7@91061|Bacilli,1ZNVW@1386|Bacillus 2|Bacteria S MbtH-like protein mbtH - - ko:K05375 ko00261,ko01130,map00261,map01130 M00736 R10880 RC00064,RC00141,RC03296,RC03297,RC03298 ko00000,ko00001,ko00002 - - - MbtH +BSU_31960 224308.BSU31960 0.0 4729.0 COG1020@1|root,COG1020@2|Bacteria,1TPTH@1239|Firmicutes,4HAHU@91061|Bacilli,1ZB3S@1386|Bacillus 2|Bacteria Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall dhbF - - ko:K04780 ko01053,map01053 - - - ko00000,ko00001,ko01008 - - - AMP-binding,AMP-binding_C,Condensation,NAD_binding_4,PP-binding,Thioesterase +BSU_31970 224308.BSU31970 3.83e-229 630.0 COG1535@1|root,COG3433@1|root,COG1535@2|Bacteria,COG3433@2|Bacteria,1UYPM@1239|Firmicutes,4HCQX@91061|Bacilli,1ZDF4@1386|Bacillus 2|Bacteria Q Isochorismatase family entB GO:0000287,GO:0003674,GO:0003824,GO:0004463,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006518,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008908,GO:0009058,GO:0009237,GO:0009238,GO:0009239,GO:0009712,GO:0009713,GO:0009987,GO:0016020,GO:0016740,GO:0016765,GO:0016787,GO:0016801,GO:0016803,GO:0016874,GO:0016879,GO:0016881,GO:0018130,GO:0018958,GO:0019184,GO:0019290,GO:0019438,GO:0019540,GO:0019748,GO:0019842,GO:0031177,GO:0033218,GO:0034641,GO:0036094,GO:0042802,GO:0043043,GO:0043167,GO:0043168,GO:0043169,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0044550,GO:0046189,GO:0046483,GO:0046872,GO:0047527,GO:0048037,GO:0051186,GO:0051188,GO:0071704,GO:0071944,GO:0072341,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901615,GO:1901617 3.3.2.1,6.3.2.14 ko:K01252 ko01053,ko01110,ko01130,map01053,map01110,map01130 - R03037,R07644 RC00162,RC00350,RC02148,RC03046 ko00000,ko00001,ko01000,ko01008 - - iSFV_1184.SFV_0543 Isochorismatase,PP-binding +BSU_31980 224308.BSU31980 0.0 1085.0 COG1021@1|root,COG1021@2|Bacteria,1VX0S@1239|Firmicutes,4HCTT@91061|Bacilli,1ZC29@1386|Bacillus 2|Bacteria Q 2,3-dihydroxybenzoate-AMP ligase entE - 2.7.7.58,6.3.2.14 ko:K02363,ko:K04783 ko01053,ko01110,ko01130,map01053,map01110,map01130 - R07644 RC00162,RC03046 ko00000,ko00001,ko01000,ko01008 - - - AMP-binding,AMP-binding_C +BSU_31990 224308.BSU31990 7.34e-291 793.0 COG1169@1|root,COG1169@2|Bacteria,1TSRT@1239|Firmicutes,4HD3U@91061|Bacilli,1ZEF0@1386|Bacillus 2|Bacteria HQ Isochorismate synthase entC GO:0000287,GO:0003674,GO:0003824,GO:0005488,GO:0006518,GO:0006725,GO:0006732,GO:0006807,GO:0008150,GO:0008152,GO:0008909,GO:0009058,GO:0009108,GO:0009233,GO:0009234,GO:0009237,GO:0009238,GO:0009239,GO:0009712,GO:0009713,GO:0009987,GO:0016853,GO:0016866,GO:0018130,GO:0018958,GO:0019184,GO:0019290,GO:0019438,GO:0019540,GO:0019748,GO:0034641,GO:0042180,GO:0042181,GO:0043043,GO:0043167,GO:0043169,GO:0043603,GO:0043604,GO:0044237,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044550,GO:0046189,GO:0046483,GO:0046872,GO:0050486,GO:0051186,GO:0051188,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901615,GO:1901617,GO:1901661,GO:1901663 5.4.4.2 ko:K02361,ko:K02552 ko00130,ko01053,ko01100,ko01110,ko01130,map00130,map01053,map01100,map01110,map01130 M00116 R01717 RC00588 ko00000,ko00001,ko00002,ko01000 - - iEC55989_1330.EC55989_0585,iECIAI1_1343.ECIAI1_0577,iECO103_1326.ECO103_0601,iECO111_1330.ECO111_0623,iECO26_1355.ECO26_0668,iECW_1372.ECW_m0648,iEKO11_1354.EKO11_3272,iEcE24377_1341.EcE24377A_0613,iSbBS512_1146.SbBS512_E0495,iUMNK88_1353.UMNK88_626,iWFL_1372.ECW_m0648,iYO844.BSU30830 Chorismate_bind +BSU_32000 224308.BSU32000 1.43e-178 498.0 COG1028@1|root,COG1028@2|Bacteria,1TRFM@1239|Firmicutes,4HG6Y@91061|Bacilli,1ZEGF@1386|Bacillus 2|Bacteria IQ Belongs to the short-chain dehydrogenases reductases (SDR) family dhbA GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0009987,GO:0010035,GO:0010038,GO:0010039,GO:0042221,GO:0044424,GO:0044464,GO:0050896,GO:0051716,GO:0070887,GO:0071241,GO:0071248,GO:0071281 1.3.1.28 ko:K00216 ko01053,ko01110,ko01130,map01053,map01110,map01130 - R01505 RC00534 ko00000,ko00001,ko01000 - - - adh_short,adh_short_C2 +BSU_32010 224308.BSU32010 9.24e-214 589.0 COG2819@1|root,COG2819@2|Bacteria,1V0WQ@1239|Firmicutes,4HEAZ@91061|Bacilli,1ZGN9@1386|Bacillus 2|Bacteria S Putative esterase besA - - ko:K07017 - - - - ko00000 - - - Esterase +BSU_32020 224308.BSU32020 2.36e-157 439.0 COG2041@1|root,COG2041@2|Bacteria,1V1P9@1239|Firmicutes,4HFQC@91061|Bacilli,1ZD5R@1386|Bacillus 2|Bacteria S Oxidoreductase molybdopterin binding domain yuiH - - - - - - - - - - - Oxidored_molyb +BSU_32030 224308.BSU32030 8.33e-125 357.0 COG1268@1|root,COG1268@2|Bacteria,1TS7R@1239|Firmicutes,4HC1H@91061|Bacilli,1ZCIP@1386|Bacillus 2|Bacteria S Biotin biosynthesis protein bioY - - ko:K03523 ko02010,map02010 M00581,M00582 - - ko00000,ko00001,ko00002,ko02000 2.A.88.1,2.A.88.2 - - BioY +BSU_32040 224308.BSU32040 3.65e-279 768.0 COG2056@1|root,COG2056@2|Bacteria,1TSRY@1239|Firmicutes,4HBK6@91061|Bacilli,1ZB9I@1386|Bacillus 2|Bacteria S antiporter yuiF - - ko:K07084 - - - - ko00000,ko02000 2.A.8.1.12 - iSB619.SA_RS04585 Na_H_antiport_2,Na_H_antiporter +BSU_32050 224308.BSU32050 0.0 972.0 COG0260@1|root,COG0260@2|Bacteria,1TPJZ@1239|Firmicutes,4HAPW@91061|Bacilli,1ZBZU@1386|Bacillus 2|Bacteria E Presumably involved in the processing and regular turnover of intracellular proteins. Catalyzes the removal of unsubstituted N-terminal amino acids from various peptides pepA GO:0001073,GO:0003674,GO:0003676,GO:0003677,GO:0003824,GO:0004177,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005739,GO:0006139,GO:0006259,GO:0006276,GO:0006310,GO:0006351,GO:0006355,GO:0006508,GO:0006518,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0008238,GO:0009056,GO:0009058,GO:0009059,GO:0009889,GO:0009987,GO:0010467,GO:0010468,GO:0010556,GO:0016070,GO:0016787,GO:0018130,GO:0019219,GO:0019222,GO:0019438,GO:0019538,GO:0019904,GO:0031323,GO:0031326,GO:0031554,GO:0031564,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0042150,GO:0043170,GO:0043171,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0043244,GO:0043603,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044260,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0050789,GO:0050794,GO:0051128,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0070011,GO:0071704,GO:0080090,GO:0090304,GO:0097159,GO:0097659,GO:0097718,GO:0140096,GO:0140110,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901565,GO:1901575,GO:1901576,GO:1903506,GO:2000112,GO:2001141 3.4.11.1,3.4.11.5 ko:K01255,ko:K01259 ko00330,ko00480,ko01100,map00330,map00480,map01100 - R00135,R00899,R04951 RC00096,RC00141 ko00000,ko00001,ko01000,ko01002 - - - Peptidase_M17,Peptidase_M17_N +BSU_32060 224308.BSU32060 8.63e-102 295.0 COG1963@1|root,COG1963@2|Bacteria,1VAVC@1239|Firmicutes,4HHA6@91061|Bacilli,1ZFKA@1386|Bacillus 2|Bacteria S protein conserved in bacteria yuiD - - ko:K09775 - - - - ko00000 - - - DUF212 +BSU_32070 224308.BSU32070 1.69e-151 426.0 COG3584@1|root,COG3584@2|Bacteria,1UYMN@1239|Firmicutes,4HIVQ@91061|Bacilli,1ZDD1@1386|Bacillus 2|Bacteria S protein conserved in bacteria yuiC - - - - - - - - - - - 3D,DUF348,G5 +BSU_32080 224308.BSU32080 2.8e-46 151.0 2CDZ2@1|root,32RYS@2|Bacteria,1VABM@1239|Firmicutes,4HKKB@91061|Bacilli,1ZHT7@1386|Bacillus 2|Bacteria S Putative membrane protein yuiB - - - - - - - - - - - YuiB +BSU_32090 326423.RBAM_029140 1.33e-15 69.3 2DD3B@1|root,2ZGAM@2|Bacteria,1W38G@1239|Firmicutes,4I209@91061|Bacilli,1ZK4G@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5351) - - - - - - - - - - - - DUF5351 +BSU_32100 224308.BSU32100 4.16e-301 820.0 COG1252@1|root,COG1252@2|Bacteria,1TR6X@1239|Firmicutes,4HA14@91061|Bacilli,1ZAV9@1386|Bacillus 2|Bacteria C NADH dehydrogenase yumB GO:0003674,GO:0003824,GO:0003955,GO:0006091,GO:0008150,GO:0008152,GO:0009060,GO:0009987,GO:0015980,GO:0016491,GO:0016651,GO:0016655,GO:0019646,GO:0022900,GO:0022904,GO:0044237,GO:0045333,GO:0055114 1.6.99.3 ko:K03885 ko00190,map00190 - - - ko00000,ko00001,ko01000 - - iYO844.BSU12290,iYO844.BSU32100 Pyr_redox_2 +BSU_32110 224308.BSU32110 1.16e-240 661.0 COG0492@1|root,COG0492@2|Bacteria,1TRPN@1239|Firmicutes,4H9V7@91061|Bacilli,1ZCEZ@1386|Bacillus 2|Bacteria C reductase yumC GO:0008150,GO:0009987,GO:0010035,GO:0010038,GO:0010039,GO:0042221,GO:0050896,GO:0051716,GO:0070887,GO:0071241,GO:0071248,GO:0071281 1.18.1.2,1.19.1.1 ko:K21567 - - - - ko00000,ko01000 - - iYO844.BSU32110 Pyr_redox_2 +BSU_32130 224308.BSU32130 1.15e-237 653.0 COG0516@1|root,COG0516@2|Bacteria,1TNYF@1239|Firmicutes,4HA55@91061|Bacilli,1ZCDA@1386|Bacillus 2|Bacteria F Catalyzes the irreversible NADPH-dependent deamination of GMP to IMP. It functions in the conversion of nucleobase, nucleoside and nucleotide derivatives of G to A nucleotides, and in maintaining the intracellular balance of A and G nucleotides guaC - 1.1.1.205,1.7.1.7 ko:K00088,ko:K00364 ko00230,ko00983,ko01100,ko01110,map00230,map00983,map01100,map01110 M00050 R01130,R01134,R08240 RC00143,RC00457,RC02207 ko00000,ko00001,ko00002,ko01000,ko04147 - - iSB619.SA_RS06660 IMPDH +BSU_32140 224308.BSU32140 2.96e-151 424.0 COG2808@1|root,COG2808@2|Bacteria,1UYCC@1239|Firmicutes,4HGV6@91061|Bacilli,1ZQZA@1386|Bacillus 2|Bacteria K Putative FMN-binding domain paiB - - ko:K07734 - - - - ko00000,ko03000 - - - FMN_bind_2 +BSU_32150 224308.BSU32150 2.07e-118 338.0 COG0454@1|root,COG0456@2|Bacteria,1V1RG@1239|Firmicutes,4HFN7@91061|Bacilli,1ZDTF@1386|Bacillus 2|Bacteria K COG0454 Histone acetyltransferase HPA2 and related acetyltransferases paiA GO:0003674,GO:0003824,GO:0004145,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008080,GO:0008150,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0043937,GO:0043939,GO:0044424,GO:0044464,GO:0048519,GO:0050789,GO:0050793,GO:0051093,GO:0065007 2.3.1.57 ko:K22441 - - - - ko00000,ko01000 - - - Acetyltransf_1,Acetyltransf_10 +BSU_32160 224308.BSU32160 6.81e-83 244.0 COG0316@1|root,COG0316@2|Bacteria,1V6IN@1239|Firmicutes,4HIKA@91061|Bacilli,1ZQR6@1386|Bacillus 2|Bacteria S Belongs to the HesB IscA family erpA GO:0003674,GO:0005488,GO:0005506,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006091,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009060,GO:0009061,GO:0009987,GO:0010467,GO:0015980,GO:0016020,GO:0016043,GO:0016226,GO:0019538,GO:0022607,GO:0031163,GO:0043167,GO:0043169,GO:0043170,GO:0044085,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0045333,GO:0046872,GO:0046914,GO:0048037,GO:0051186,GO:0051536,GO:0051537,GO:0051539,GO:0051540,GO:0051604,GO:0055114,GO:0071704,GO:0071840,GO:0071944,GO:1901564 - ko:K13628,ko:K15724 - - - - ko00000,ko03016 - - - Fe-S_biosyn +BSU_32170 224308.BSU32170 3.9e-208 575.0 COG0253@1|root,COG0253@2|Bacteria,1TPMN@1239|Firmicutes,4HBH4@91061|Bacilli,1ZD98@1386|Bacillus 2|Bacteria E Catalyzes the stereoinversion of LL-2,6- diaminoheptanedioate (L,L-DAP) to meso-diaminoheptanedioate (meso- DAP), a precursor of L-lysine and an essential component of the bacterial peptidoglycan dapF GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006553,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0008837,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009987,GO:0016053,GO:0016853,GO:0016854,GO:0016855,GO:0019752,GO:0036361,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046451,GO:0047661,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 5.1.1.7 ko:K01778 ko00300,ko01100,ko01110,ko01120,ko01130,ko01230,map00300,map01100,map01110,map01120,map01130,map01230 M00016,M00525,M00527 R02735 RC00302 ko00000,ko00001,ko00002,ko01000 - - - DAP_epimerase +BSU_32180 224308.BSU32180 1.54e-270 743.0 COG1972@1|root,COG1972@2|Bacteria,1TRSK@1239|Firmicutes,4HA8N@91061|Bacilli,1ZAW2@1386|Bacillus 2|Bacteria F Belongs to the concentrative nucleoside transporter (CNT) (TC 2.A.41) family yutK GO:0003674,GO:0005215,GO:0005337,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0015858,GO:0015931,GO:0015932,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:1901264,GO:1901505,GO:1901642 - ko:K03317 - - - - ko00000 2.A.41 - iYO844.BSU32180 Gate,Nucleos_tra2_C,Nucleos_tra2_N +BSU_32190 224308.BSU32190 1.74e-52 164.0 COG4844@1|root,COG4844@2|Bacteria,1VFJJ@1239|Firmicutes,4HNQ8@91061|Bacilli,1ZHVJ@1386|Bacillus 2|Bacteria S Belongs to the UPF0349 family yuzB - - - - - - - - - - - DUF1450 +BSU_32200 224308.BSU32200 1.15e-263 721.0 COG1252@1|root,COG1252@2|Bacteria,1TPE6@1239|Firmicutes,4H9MY@91061|Bacilli,1ZC0V@1386|Bacillus 2|Bacteria C NADH dehydrogenase yutJ - 1.6.99.3 ko:K03885 ko00190,map00190 - - - ko00000,ko00001,ko01000 - - - Pyr_redox_2 +BSU_32210 224308.BSU32210 4.85e-75 224.0 COG4837@1|root,COG4837@2|Bacteria,1VA2D@1239|Firmicutes,4HKZN@91061|Bacilli,1ZI07@1386|Bacillus 2|Bacteria S protein conserved in bacteria yuzD - - - - - - - - - - - DUF1462 +BSU_32220 224308.BSU32220 1.05e-75 226.0 COG0694@1|root,COG0694@2|Bacteria,1VAAU@1239|Firmicutes,4HKQ8@91061|Bacilli,1ZHTR@1386|Bacillus 2|Bacteria O COG0694 Thioredoxin-like proteins and domains yutI - - - - - - - - - - - NifU +BSU_32230 224308.BSU32230 0.0 1266.0 COG0823@1|root,COG1506@1|root,COG4946@1|root,COG0823@2|Bacteria,COG1506@2|Bacteria,COG4946@2|Bacteria,1TR2N@1239|Firmicutes,4H9RR@91061|Bacilli,1ZB2Q@1386|Bacillus 2|Bacteria EU peptidase yuxL - 3.4.14.5,3.4.19.1 ko:K01278,ko:K01303 ko04974,map04974 - - - ko00000,ko00001,ko01000,ko01002,ko04090,ko04147 - - - DPPIV_N,PD40,Peptidase_S9 +BSU_32240 224308.BSU32240 2.57e-221 610.0 COG0083@1|root,COG0083@2|Bacteria,1TRWS@1239|Firmicutes,4HCQN@91061|Bacilli,1ZBK1@1386|Bacillus 2|Bacteria E Catalyzes the ATP-dependent phosphorylation of L- homoserine to L-homoserine phosphate thrB GO:0000096,GO:0000097,GO:0003674,GO:0003824,GO:0004413,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006555,GO:0006566,GO:0006790,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009069,GO:0009086,GO:0009088,GO:0009092,GO:0009987,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016773,GO:0019202,GO:0019752,GO:0040007,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.7.1.39 ko:K00872 ko00260,ko01100,ko01110,ko01120,ko01230,map00260,map01100,map01110,map01120,map01230 M00018 R01771 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 - - iECSE_1348.ECSE_0003,iJN678.thrB,iLJ478.TM0545,iSB619.SA_RS06620 GHMP_kinases_C,GHMP_kinases_N +BSU_32250 224308.BSU32250 2.12e-253 695.0 COG0498@1|root,COG0498@2|Bacteria,1TP25@1239|Firmicutes,4HA1F@91061|Bacilli,1ZB11@1386|Bacillus 2|Bacteria E Catalyzes the gamma-elimination of phosphate from L- phosphohomoserine and the beta-addition of water to produce L- threonine thrC GO:0003674,GO:0003824,GO:0004795,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006082,GO:0006520,GO:0006566,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009088,GO:0009987,GO:0016020,GO:0016053,GO:0016829,GO:0016835,GO:0016838,GO:0019752,GO:0019842,GO:0030170,GO:0036094,GO:0040007,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0048037,GO:0050662,GO:0070279,GO:0071704,GO:0071944,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 4.2.3.1 ko:K01733 ko00260,ko00750,ko01100,ko01110,ko01120,ko01230,map00260,map00750,map01100,map01110,map01120,map01230 M00018 R01466,R05086 RC00017,RC00526 ko00000,ko00001,ko00002,ko01000 - - iLJ478.TM0546,iSB619.SA_RS06615,iYO844.BSU32250 PALP +BSU_32260 224308.BSU32260 6.79e-307 837.0 COG0460@1|root,COG0460@2|Bacteria,1TQ2H@1239|Firmicutes,4HBAP@91061|Bacilli,1ZAVJ@1386|Bacillus 2|Bacteria E homoserine dehydrogenase hom GO:0003674,GO:0003824,GO:0004412,GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0006082,GO:0006520,GO:0006566,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009088,GO:0009987,GO:0016020,GO:0016053,GO:0016491,GO:0016614,GO:0016616,GO:0019752,GO:0030312,GO:0040007,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044464,GO:0046394,GO:0055114,GO:0071704,GO:0071944,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.1.1.3 ko:K00003 ko00260,ko00270,ko00300,ko01100,ko01110,ko01120,ko01130,ko01230,map00260,map00270,map00300,map01100,map01110,map01120,map01130,map01230 M00017,M00018 R01773,R01775 RC00087 ko00000,ko00001,ko00002,ko01000 - - iNJ661.Rv1294,iSB619.SA_RS06610 ACT,Homoserine_dh,NAD_binding_3 +BSU_32270 224308.BSU32270 4.63e-255 698.0 COG2334@1|root,COG2334@2|Bacteria,1VEZ6@1239|Firmicutes,4HBAB@91061|Bacilli,1ZBAM@1386|Bacillus 2|Bacteria S Spore coat protein yutH GO:0005575,GO:0005623,GO:0042601,GO:0042763,GO:0044464 - ko:K06331,ko:K06337 - - - - ko00000 - - - - +BSU_32280 224308.BSU32280 3.34e-112 322.0 COG1267@1|root,COG1267@2|Bacteria,1V3I0@1239|Firmicutes,4HH4Y@91061|Bacilli,1ZFQE@1386|Bacillus 2|Bacteria I COG1267 Phosphatidylglycerophosphatase A and related proteins pgpA - 3.1.3.27 ko:K01095 ko00564,ko01100,map00564,map01100 - R02029 RC00017 ko00000,ko00001,ko01000 - - - PgpA +BSU_32290 224308.BSU32290 3.69e-183 509.0 COG0647@1|root,COG0647@2|Bacteria,1TQGM@1239|Firmicutes,4HA3R@91061|Bacilli,1ZB73@1386|Bacillus 2|Bacteria G Catalyzes the dephosphorylation of 2-6 carbon acid sugars in vitro nagD - 2.7.1.25,3.1.3.41 ko:K00860,ko:K01101 ko00230,ko00627,ko00920,ko01100,ko01120,map00230,map00627,map00920,map01100,map01120 M00176 R00509,R03024,R04928 RC00002,RC00078,RC00151 ko00000,ko00001,ko00002,ko01000 - - - Hydrolase_6,Hydrolase_like +BSU_32300 224308.BSU32300 2.38e-99 288.0 COG2445@1|root,COG2445@2|Bacteria,1V6HM@1239|Firmicutes,4HITV@91061|Bacilli,1ZGY2@1386|Bacillus 2|Bacteria S Protein of unknown function DUF86 yutE - - - - - - - - - - - DUF86 +BSU_32310 1051501.AYTL01000004_gene3739 3.2e-63 192.0 COG4470@1|root,COG4470@2|Bacteria,1VA85@1239|Firmicutes,4HKF7@91061|Bacilli,1ZHY5@1386|Bacillus 2|Bacteria S protein conserved in bacteria yutD - - - - - - - - - - - DUF1027 +BSU_32320 224308.BSU32320 9.45e-145 408.0 2EHES@1|root,33B6Q@2|Bacteria,1VNN8@1239|Firmicutes,4HRDX@91061|Bacilli,1ZFFJ@1386|Bacillus 2|Bacteria S Sporulation lipoprotein YhcN/YlaJ (Spore_YhcN_YlaJ) yutC - - - - - - - - - - - Spore_YhcN_YlaJ +BSU_32330 224308.BSU32330 2.76e-215 594.0 COG0320@1|root,COG0320@2|Bacteria,1TQM4@1239|Firmicutes,4H9SW@91061|Bacilli,1ZB5D@1386|Bacillus 2|Bacteria H Catalyzes the radical-mediated insertion of two sulfur atoms into the C-6 and C-8 positions of the octanoyl moiety bound to the lipoyl domains of lipoate-dependent enzymes, thereby converting the octanoylated domains into lipoylated derivatives lipA GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006464,GO:0006629,GO:0006631,GO:0006633,GO:0006732,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009106,GO:0009107,GO:0009108,GO:0009249,GO:0009987,GO:0010467,GO:0016053,GO:0016740,GO:0016782,GO:0016783,GO:0016992,GO:0018065,GO:0018130,GO:0018193,GO:0018205,GO:0019538,GO:0019752,GO:0032787,GO:0036211,GO:0040007,GO:0043170,GO:0043412,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044260,GO:0044267,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046394,GO:0046483,GO:0051186,GO:0051188,GO:0051604,GO:0070283,GO:0071704,GO:0072330,GO:1901360,GO:1901362,GO:1901564,GO:1901576 2.8.1.8 ko:K03644 ko00785,ko01100,map00785,map01100 - R07767,R07768 RC01978 ko00000,ko00001,ko01000 - - - LIAS_N,Radical_SAM +BSU_32340 224308.BSU32340 1.08e-251 688.0 COG0739@1|root,COG0739@2|Bacteria,1TQMQ@1239|Firmicutes,4HC7V@91061|Bacilli,1ZAQT@1386|Bacillus 2|Bacteria M Peptidase, M23 lytH - - ko:K06401,ko:K21472 - - - - ko00000,ko01000,ko01002,ko01011 - - - DUF3289,Peptidase_M23 +BSU_32350 224308.BSU32350 1.22e-171 480.0 2B51H@1|root,31XUS@2|Bacteria,1V6KA@1239|Firmicutes,4HKBP@91061|Bacilli,1ZFY9@1386|Bacillus 2|Bacteria S Sporulation protein YunB (Spo_YunB) yunB - - - - - - - - - - - Spore_YunB +BSU_32360 224308.BSU32360 9.79e-65 197.0 COG3377@1|root,COG3377@2|Bacteria,1VAP7@1239|Firmicutes,4HKBM@91061|Bacilli,1ZHYB@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF1805) yunC - - - - - - - - - - - DUF1805 +BSU_32370 224308.BSU32370 0.0 917.0 COG0737@1|root,COG0737@2|Bacteria,1TQCW@1239|Firmicutes,4HAUC@91061|Bacilli,1ZCJ8@1386|Bacillus 2|Bacteria F Belongs to the 5'-nucleotidase family yunD - 3.1.3.5 ko:K01081 ko00230,ko00240,ko00760,ko01100,ko01110,map00230,map00240,map00760,map01100,map01110 - R00183,R00511,R00963,R01126,R01227,R01569,R01664,R01968,R02088,R02102,R02323,R02719,R03346 RC00017 ko00000,ko00001,ko01000 - - - 5_nucleotid_C,Metallophos +BSU_32380 224308.BSU32380 6.51e-181 505.0 COG0730@1|root,COG0730@2|Bacteria,1TPMA@1239|Firmicutes,4HCYJ@91061|Bacilli,1ZAPI@1386|Bacillus 2|Bacteria S membrane transporter protein yunE - - ko:K07090 - - - - ko00000 - - - TauE +BSU_32390 224308.BSU32390 2.46e-219 603.0 COG1801@1|root,COG1801@2|Bacteria,1TPX4@1239|Firmicutes,4HA0X@91061|Bacilli,1ZATP@1386|Bacillus 2|Bacteria S Protein of unknown function DUF72 yunF - - - - - - - - - - - DUF72 +BSU_32400 224308.BSU32400 2.72e-82 243.0 2E0C4@1|root,32X51@2|Bacteria,1VCSV@1239|Firmicutes,4HNEN@91061|Bacilli,1ZI88@1386|Bacillus 2|Bacteria - - yunG - - - - - - - - - - - - +BSU_32410 224308.BSU32410 0.0 895.0 COG0044@1|root,COG0044@2|Bacteria,1TP8C@1239|Firmicutes,4HBNG@91061|Bacilli,1ZBUB@1386|Bacillus 2|Bacteria F Catalyzes the conversion of allantoin (5- ureidohydantoin) to allantoic acid by hydrolytic cleavage of the five-member hydantoin ring allB GO:0003674,GO:0003824,GO:0004038,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006144,GO:0006145,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009112,GO:0009987,GO:0016787,GO:0016810,GO:0016812,GO:0019439,GO:0034641,GO:0044237,GO:0044238,GO:0044248,GO:0044270,GO:0044281,GO:0044424,GO:0044464,GO:0046113,GO:0046483,GO:0046700,GO:0055086,GO:0071704,GO:0072521,GO:0072523,GO:1901360,GO:1901361,GO:1901564,GO:1901565,GO:1901575 3.5.2.5 ko:K01466 ko00230,ko01100,ko01120,map00230,map01100,map01120 M00546 R02425 RC00680 ko00000,ko00001,ko00002,ko01000 - - - Amidohydro_1 +BSU_32420 224308.BSU32420 0.0 1040.0 COG2508@1|root,COG2508@2|Bacteria,1TRDF@1239|Firmicutes,4H9KC@91061|Bacilli,1ZCWF@1386|Bacillus 2|Bacteria QT COG2508 Regulator of polyketide synthase expression pucR GO:0006139,GO:0006351,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0018130,GO:0019438,GO:0032502,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0043934,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0071704,GO:0090304,GO:0097659,GO:1901360,GO:1901362,GO:1901576 - ko:K09684 - - - - ko00000,ko03000 - - - HTH_30,PucR +BSU_32430 224308.BSU32430 2.08e-300 822.0 COG2233@1|root,COG2233@2|Bacteria,1TNZZ@1239|Firmicutes,4HBAM@91061|Bacilli,1ZB4S@1386|Bacillus 2|Bacteria F Permease family pbuX GO:0003674,GO:0005215,GO:0005345,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006863,GO:0008150,GO:0015205,GO:0015851,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0042906,GO:0042907,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072530,GO:1904823 - ko:K02824,ko:K03458,ko:K16169,ko:K16170 - - - - ko00000,ko02000 2.A.40,2.A.40.1.1,2.A.40.1.2,2.A.40.3.1,2.A.40.3.2 - iSB619.SA_RS02140 Xan_ur_permease +BSU_32440 224308.BSU32440 1.65e-285 783.0 COG2233@1|root,COG2233@2|Bacteria,1TNZZ@1239|Firmicutes,4HBAM@91061|Bacilli,1ZAUK@1386|Bacillus 2|Bacteria F xanthine pbuX GO:0003674,GO:0005215,GO:0005345,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006863,GO:0008150,GO:0015205,GO:0015851,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0042906,GO:0042907,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072530,GO:1904823 - ko:K02824,ko:K03458,ko:K16169,ko:K16170 - - - - ko00000,ko02000 2.A.40,2.A.40.1.1,2.A.40.1.2,2.A.40.3.1,2.A.40.3.2 - iSB619.SA_RS02140 Xan_ur_permease +BSU_32450 224308.BSU32450 0.0 978.0 COG3195@1|root,COG3648@1|root,COG3195@2|Bacteria,COG3648@2|Bacteria,1UY6S@1239|Firmicutes,4HAQX@91061|Bacilli,1ZCAY@1386|Bacillus 2|Bacteria Q Catalyzes the oxidation of uric acid to 5- hydroxyisourate, which is further processed to form (S)-allantoin uraD - 1.7.3.3,3.5.1.41,4.1.1.97 ko:K00365,ko:K01452,ko:K13485,ko:K16838 ko00230,ko00232,ko00520,ko01100,ko01120,map00230,map00232,map00520,map01100,map01120 M00546 R02106,R02333,R06604,R07981 RC00166,RC00300,RC01551,RC02107,RC02551 ko00000,ko00001,ko00002,ko01000 - - - OHCU_decarbox,Polysacc_deac_1,Uricase +BSU_32460 224308.BSU32460 1.41e-79 236.0 COG2351@1|root,COG2351@2|Bacteria,1VATV@1239|Firmicutes,4HKI8@91061|Bacilli,1ZHYV@1386|Bacillus 2|Bacteria S Belongs to the transthyretin family. 5-hydroxyisourate hydrolase subfamily uraH GO:0003674,GO:0005488,GO:0005515,GO:0006139,GO:0006144,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009112,GO:0009987,GO:0034641,GO:0042802,GO:0044237,GO:0044238,GO:0044281,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:1901360,GO:1901564 3.5.2.17,4.1.1.97 ko:K07127,ko:K13485 ko00230,ko01100,ko01120,map00230,map01100,map01120 M00546 R06601,R06604 RC01551,RC03393 ko00000,ko00001,ko00002,ko01000,ko02000 9.B.35.1.2,9.B.35.2 - - OHCU_decarbox,Transthyretin +BSU_32470 224308.BSU32470 1.3e-126 359.0 COG2080@1|root,COG2080@2|Bacteria,1V6HE@1239|Firmicutes,4HINQ@91061|Bacilli,1ZGEA@1386|Bacillus 2|Bacteria C COG2080 Aerobic-type carbon monoxide dehydrogenase, small subunit CoxS CutS homologs - - 1.17.1.4,1.2.5.3,1.3.99.16 ko:K00087,ko:K03518,ko:K07302,ko:K13483 ko00230,ko01100,ko01120,map00230,map01100,map01120 M00546 R01768,R02103,R11168 RC00143,RC02800 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU32470 Fer2,Fer2_2 +BSU_32480 224308.BSU32480 0.0 1478.0 COG1529@1|root,COG1529@2|Bacteria,1TP7U@1239|Firmicutes,4HC1W@91061|Bacilli,1ZC08@1386|Bacillus 2|Bacteria C COG1529 Aerobic-type carbon monoxide dehydrogenase, large subunit CoxL CutL homologs xdhA - 1.17.1.4 ko:K00087 ko00230,ko01100,ko01120,map00230,map01100,map01120 M00546 R01768,R02103 RC00143 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU32480 Ald_Xan_dh_C,Ald_Xan_dh_C2,Fer2,Fer2_2 +BSU_32490 224308.BSU32490 1.39e-193 537.0 COG1319@1|root,COG1319@2|Bacteria,1TQA5@1239|Firmicutes,4HJ3P@91061|Bacilli,1ZG3A@1386|Bacillus 2|Bacteria C COG1319 Aerobic-type carbon monoxide dehydrogenase, middle subunit CoxM CutM homologs ygfM - 1.17.1.4,1.2.5.3 ko:K00087,ko:K03519,ko:K12529 ko00230,ko00450,ko01100,ko01120,map00230,map00450,map01100,map01120 M00546 R01768,R02103,R07229,R11168 RC00143,RC02420,RC02800 ko00000,ko00001,ko00002,ko01000 - - iHN637.CLJU_RS14760 CO_deh_flav_C,FAD_binding_5 +BSU_32500 224308.BSU32500 2.62e-144 407.0 COG2068@1|root,COG2068@2|Bacteria,1VA0B@1239|Firmicutes,4HMD3@91061|Bacilli,1ZI29@1386|Bacillus 2|Bacteria S MobA-like NTP transferase domain pucB - 1.1.1.328,1.17.1.4,2.7.7.76 ko:K00087,ko:K07141,ko:K07402,ko:K19190 ko00230,ko00760,ko00790,ko01100,ko01120,map00230,map00760,map00790,map01100,map01120 M00546 R01768,R02103,R10131,R10132,R11582 RC00143,RC03053 ko00000,ko00001,ko00002,ko01000 - - - NTP_transf_3 +BSU_32510 224308.BSU32510 1.47e-242 665.0 COG1975@1|root,COG1975@2|Bacteria,1URM5@1239|Firmicutes,4HEI3@91061|Bacilli,1ZD2G@1386|Bacillus 2|Bacteria O COG1975 Xanthine and CO dehydrogenases maturation factor, XdhC CoxF family pucA - 1.17.1.4 ko:K00087,ko:K07402 ko00230,ko01100,ko01120,map00230,map01100,map01120 M00546 R01768,R02103 RC00143 ko00000,ko00001,ko00002,ko01000 - - - XdhC_C,XdhC_CoxI +BSU_32520 224308.BSU32520 2.44e-305 832.0 COG0075@1|root,COG0075@2|Bacteria,1TPS0@1239|Firmicutes,4HBDW@91061|Bacilli,1ZC8E@1386|Bacillus 2|Bacteria E COG0075 Serine-pyruvate aminotransferase archaeal aspartate aminotransferase pucG GO:0001505,GO:0003674,GO:0003824,GO:0004760,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005777,GO:0006082,GO:0006520,GO:0006544,GO:0006545,GO:0006807,GO:0008150,GO:0008152,GO:0008453,GO:0008483,GO:0008652,GO:0009058,GO:0009069,GO:0009070,GO:0009987,GO:0016053,GO:0016740,GO:0016769,GO:0017144,GO:0019265,GO:0019752,GO:0042133,GO:0042136,GO:0042579,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0065007,GO:0065008,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.6.1.112,2.6.1.44,2.6.1.45,2.6.1.51 ko:K00830,ko:K00839 ko00230,ko00250,ko00260,ko00630,ko00680,ko01100,ko01110,ko01120,ko01130,ko01200,ko04146,map00230,map00250,map00260,map00630,map00680,map01100,map01110,map01120,map01130,map01200,map04146 M00346,M00532 R00369,R00372,R00585,R00588,R10908 RC00006,RC00008,RC00018,RC03305 ko00000,ko00001,ko00002,ko01000,ko01007 - - - Aminotran_5 +BSU_32530 224308.BSU32530 4.9e-303 825.0 COG0624@1|root,COG0624@2|Bacteria,1TQ0P@1239|Firmicutes,4HAE4@91061|Bacilli,1ZB60@1386|Bacillus 2|Bacteria E COG0624 Acetylornithine deacetylase Succinyl-diaminopimelate desuccinylase and related deacylases pucF GO:0000255,GO:0000256,GO:0003674,GO:0003824,GO:0005488,GO:0006807,GO:0008150,GO:0008152,GO:0008270,GO:0009056,GO:0009987,GO:0016787,GO:0016810,GO:0016813,GO:0017144,GO:0034641,GO:0042737,GO:0043167,GO:0043169,GO:0043603,GO:0043605,GO:0044237,GO:0044248,GO:0044270,GO:0046483,GO:0046700,GO:0046872,GO:0046914,GO:0047652,GO:0071704,GO:1901360,GO:1901361,GO:1901564,GO:1901565,GO:1901575 3.5.1.6,3.5.1.87,3.5.3.9 ko:K02083,ko:K06016 ko00230,ko00240,ko01100,ko01120,map00230,map00240,map01100,map01120 M00046 R00905,R02423,R04666 RC00064,RC00096 ko00000,ko00001,ko00002,ko01000,ko01002 - - - M20_dimer,Peptidase_M20,Peptidase_M28 +BSU_32540 224308.BSU32540 6.53e-218 600.0 COG2356@1|root,COG2356@2|Bacteria,1U9GI@1239|Firmicutes,4IJKB@91061|Bacilli,1ZAYK@1386|Bacillus 2|Bacteria L Ribonuclease bsn GO:0005575,GO:0005576 - ko:K07004,ko:K14645 ko02024,map02024 - - - ko00000,ko00001,ko01000,ko01002,ko03110 - - - CHB_HEX_C_1,Endonuclease_1,LTD,PPC +BSU_32550 224308.BSU32550 2.95e-263 721.0 COG3842@1|root,COG3842@2|Bacteria,1TP2M@1239|Firmicutes,4HAMQ@91061|Bacilli,1ZBDW@1386|Bacillus 2|Bacteria P Belongs to the ABC transporter superfamily msmX - - ko:K10112 ko02010,map02010 M00194,M00196,M00197,M00200,M00201,M00206,M00207,M00491,M00602,M00605,M00606 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1 - - ABC_tran,TOBE,TOBE_2 +BSU_32560 224308.BSU32560 2.14e-175 488.0 COG2188@1|root,COG2188@2|Bacteria,1TVMZ@1239|Firmicutes,4H9TD@91061|Bacilli,1ZCCZ@1386|Bacillus 2|Bacteria K UTRA yurK - - ko:K03710,ko:K10711 - - - - ko00000,ko03000 - - - GntR,UTRA +BSU_32570 224308.BSU32570 9.57e-209 576.0 COG0524@1|root,COG0524@2|Bacteria,1TSST@1239|Firmicutes,4HGU3@91061|Bacilli,1ZREX@1386|Bacillus 2|Bacteria G pfkB family carbohydrate kinase yurL - 2.7.1.218 ko:K10710 - - R08124 RC00002,RC00017 ko00000,ko01000 - - - PfkB +BSU_32580 224308.BSU32580 1.94e-216 597.0 COG0395@1|root,COG0395@2|Bacteria,1TRD1@1239|Firmicutes,4IQN9@91061|Bacilli,1ZRMC@1386|Bacillus 2|Bacteria P COG0395 ABC-type sugar transport system, permease component yurM - - ko:K02026,ko:K10119 ko02010,map02010 M00196,M00207 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1,3.A.1.1.28 - - BPD_transp_1 +BSU_32590 224308.BSU32590 3.54e-199 553.0 COG1175@1|root,COG1175@2|Bacteria,1TRU7@1239|Firmicutes,4HAEJ@91061|Bacilli,1ZDHY@1386|Bacillus 2|Bacteria G Binding-protein-dependent transport system inner membrane component yurN GO:0003674,GO:0003824,GO:0005215,GO:0005363,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015154,GO:0015157,GO:0015399,GO:0015405,GO:0015422,GO:0015423,GO:0015766,GO:0015768,GO:0015772,GO:0016020,GO:0016021,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0032991,GO:0034219,GO:0042623,GO:0042626,GO:0043190,GO:0043211,GO:0043492,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098533,GO:0098796,GO:0098797,GO:1902494,GO:1902495,GO:1904949,GO:1990060,GO:1990351 - ko:K02025,ko:K10118,ko:K15771,ko:K17235 ko02010,map02010 M00196,M00207,M00491,M00602 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1,3.A.1.1.16,3.A.1.1.2,3.A.1.1.28,3.A.1.1.34 - iYO844.BSU34150 BPD_transp_1 +BSU_32600 224308.BSU32600 1e-307 838.0 COG1653@1|root,COG1653@2|Bacteria,1UY14@1239|Firmicutes,4HEMF@91061|Bacilli,1ZQ33@1386|Bacillus 2|Bacteria G COG1653 ABC-type sugar transport system, periplasmic component yurO - - ko:K10117 ko02010,map02010 M00196 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1.28 - - SBP_bac_1,SBP_bac_8 +BSU_32610 224308.BSU32610 4.51e-236 649.0 COG2222@1|root,COG2222@2|Bacteria,1TRTA@1239|Firmicutes,4HB2C@91061|Bacilli,1ZCTQ@1386|Bacillus 2|Bacteria M Catalyzes the conversion of a range of fructosamine 6- phosphates to glucose 6-phosphate and a free amino acid glmS2 - - ko:K10708 - - R08125 RC00053,RC01805 ko00000,ko01000 - - - SIS +BSU_32620 224308.BSU32620 3.46e-87 256.0 COG0322@1|root,COG0322@2|Bacteria,1V8E6@1239|Firmicutes,4HJHV@91061|Bacilli,1ZGGU@1386|Bacillus 2|Bacteria L COG0322 Nuclease subunit of the excinuclease complex yurQ GO:0005575,GO:0005622,GO:0005623,GO:0006950,GO:0006974,GO:0008150,GO:0009380,GO:0009987,GO:0032991,GO:0033554,GO:0044424,GO:0044464,GO:0050896,GO:0051716,GO:1902494,GO:1905347,GO:1905348,GO:1990391 2.7.7.7 ko:K02342,ko:K03703 ko00230,ko00240,ko01100,ko03030,ko03420,ko03430,ko03440,map00230,map00240,map01100,map03030,map03420,map03430,map03440 M00260 R00375,R00376,R00377,R00378 RC02795 ko00000,ko00001,ko00002,ko01000,ko03032,ko03400 - - - GIY-YIG +BSU_32630 224308.BSU32630 1.42e-268 735.0 COG0665@1|root,COG0665@2|Bacteria,1TQTF@1239|Firmicutes,4HA0F@91061|Bacilli,1ZBU6@1386|Bacillus 2|Bacteria E COG0665 Glycine D-amino acid oxidases (deaminating) yurR GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0008152,GO:0016491,GO:0044424,GO:0044464,GO:0055114 1.4.5.1 ko:K00285 ko00360,map00360 - R01374,R09493 RC00006,RC00025 ko00000,ko00001,ko01000 - - - DAO +BSU_32650 1051501.AYTL01000004_gene3705 3.35e-56 175.0 2ESBJ@1|root,33JWA@2|Bacteria,1VNSX@1239|Firmicutes,4HS9N@91061|Bacilli,1ZK4C@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_32660 224308.BSU32660 2.14e-87 256.0 COG0346@1|root,COG0346@2|Bacteria,1V48E@1239|Firmicutes,4HHUT@91061|Bacilli,1ZGA1@1386|Bacillus 2|Bacteria E Glyoxalase/Bleomycin resistance protein/Dioxygenase superfamily yurT - - - - - - - - - - - Glyoxalase +BSU_32669 224308.BSU32669 1.07e-57 179.0 COG0640@1|root,COG0640@2|Bacteria,1VBHV@1239|Firmicutes,4HMJ1@91061|Bacilli,1ZHAQ@1386|Bacillus 2|Bacteria K helix_turn_helix, Arsenical Resistance Operon Repressor - GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - HTH_20 +BSU_32670 1051501.AYTL01000004_gene3701 0.0 935.0 COG0719@1|root,COG0719@2|Bacteria,1TQ21@1239|Firmicutes,4HA1Z@91061|Bacilli,1ZCDS@1386|Bacillus 2|Bacteria O FeS cluster assembly sufB GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016787,GO:0016788,GO:0034641,GO:0040007,GO:0043170,GO:0044237,GO:0044238,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0090305,GO:1901360 - ko:K07033,ko:K09014 - - - - ko00000 - - - UPF0051 +BSU_32680 1051501.AYTL01000004_gene3700 6.26e-101 292.0 COG0822@1|root,COG0822@2|Bacteria,1V3H9@1239|Firmicutes,4HIJ0@91061|Bacilli,1ZFQ8@1386|Bacillus 2|Bacteria C COG0822 NifU homolog involved in Fe-S cluster formation nifU GO:0003674,GO:0003824,GO:0005488,GO:0005506,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006807,GO:0006873,GO:0006875,GO:0006879,GO:0008150,GO:0008152,GO:0008198,GO:0009987,GO:0010467,GO:0016740,GO:0016782,GO:0019538,GO:0019725,GO:0030003,GO:0036455,GO:0042592,GO:0043167,GO:0043169,GO:0043170,GO:0044238,GO:0044424,GO:0044464,GO:0046872,GO:0046914,GO:0046916,GO:0048037,GO:0048878,GO:0050801,GO:0051536,GO:0051537,GO:0051539,GO:0051540,GO:0051604,GO:0055065,GO:0055072,GO:0055076,GO:0055080,GO:0055082,GO:0065007,GO:0065008,GO:0071704,GO:0097428,GO:0098771,GO:1901564 - ko:K04488 - - - - ko00000 - - - NifU_N +BSU_32690 224308.BSU32690 2.81e-299 815.0 COG0520@1|root,COG0520@2|Bacteria,1TQ1W@1239|Firmicutes,4HA6Z@91061|Bacilli,1ZB79@1386|Bacillus 2|Bacteria E Catalyzes the removal of elemental sulfur and selenium atoms from L-cysteine, L-cystine, L-selenocysteine, and L- selenocystine to produce L-alanine sufS - 2.8.1.7,4.4.1.16 ko:K04487,ko:K11717 ko00450,ko00730,ko01100,ko04122,map00450,map00730,map01100,map04122 - R03599,R07460,R11528,R11529 RC00961,RC01789,RC02313 ko00000,ko00001,ko01000,ko02048,ko03016,ko03029 - - - Aminotran_5 +BSU_32700 224308.BSU32700 7.43e-313 852.0 COG0719@1|root,COG0719@2|Bacteria,1TRT0@1239|Firmicutes,4HB6W@91061|Bacilli,1ZATY@1386|Bacillus 2|Bacteria O assembly protein SufD sufD - - ko:K07033,ko:K09015 - - - - ko00000 - - - UPF0051 +BSU_32710 224308.BSU32710 3.82e-183 509.0 COG0396@1|root,COG0396@2|Bacteria,1TQ98@1239|Firmicutes,4HAD9@91061|Bacilli,1ZAW4@1386|Bacillus 2|Bacteria O COG0396 ABC-type transport system involved in Fe-S cluster assembly, ATPase component sufC GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006790,GO:0008150,GO:0008152,GO:0009314,GO:0009628,GO:0009987,GO:0016043,GO:0016226,GO:0022607,GO:0031163,GO:0044085,GO:0044237,GO:0044424,GO:0044444,GO:0044464,GO:0050896,GO:0051186,GO:0071840 - ko:K09013 - - - - ko00000,ko02000 - - iECH74115_1262.ECH74115_2396,iECIAI1_1343.ECIAI1_1734,iECIAI39_1322.ECIAI39_1376,iECSP_1301.ECSP_2249,iECs_1301.ECs2389,iEcSMS35_1347.EcSMS35_1514,iG2583_1286.G2583_2077,iSFV_1184.SFV_1705,iSFxv_1172.SFxv_1919,iSSON_1240.SSON_1474,iS_1188.S1844,iZ_1308.Z2710 ABC_tran +BSU_32720 224308.BSU32720 1.77e-85 251.0 COG0599@1|root,COG0599@2|Bacteria,1V8W7@1239|Firmicutes,4HHDQ@91061|Bacilli,1ZGYY@1386|Bacillus 2|Bacteria S Antioxidant protein with alkyl hydroperoxidase activity. Required for the reduction of the AhpC active site cysteine residues and for the regeneration of the AhpC enzyme activity yurZ - 2.3.1.12,4.1.1.44 ko:K00627,ko:K01607 ko00010,ko00020,ko00362,ko00620,ko01100,ko01110,ko01120,ko01130,ko01200,ko01220,map00010,map00020,map00362,map00620,map01100,map01110,map01120,map01130,map01200,map01220 M00307 R00209,R02569,R03470 RC00004,RC00938,RC02742,RC02857 br01601,ko00000,ko00001,ko00002,ko01000 - - - CMD +BSU_32730 224308.BSU32730 2.91e-189 526.0 COG1464@1|root,COG1464@2|Bacteria,1TQAS@1239|Firmicutes,4HBK0@91061|Bacilli,1ZATZ@1386|Bacillus 2|Bacteria P Belongs to the NlpA lipoprotein family metQ - - ko:K02072,ko:K02073 ko02010,map02010 M00238 - - ko00000,ko00001,ko00002,ko02000 3.A.1.24 - - Lipoprotein_9 +BSU_32740 224308.BSU32740 6.5e-126 362.0 COG2011@1|root,COG2011@2|Bacteria,1TR59@1239|Firmicutes,4H9NA@91061|Bacilli,1ZCW0@1386|Bacillus 2|Bacteria P COG2011 ABC-type metal ion transport system, permease component metI GO:0000101,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006820,GO:0006865,GO:0008150,GO:0015711,GO:0015821,GO:0015849,GO:0016020,GO:0042940,GO:0044464,GO:0046942,GO:0048473,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944,GO:0072348 - ko:K02069,ko:K02072 ko02010,map02010 M00211,M00238 - - ko00000,ko00001,ko00002,ko02000 3.A.1.24,9.B.25.1 - - BPD_transp_1 +BSU_32750 224308.BSU32750 4.33e-236 650.0 COG1135@1|root,COG1135@2|Bacteria,1TPPN@1239|Firmicutes,4H9VX@91061|Bacilli,1ZAZX@1386|Bacillus 2|Bacteria P Part of the ABC transporter complex MetNIQ involved in methionine import. Responsible for energy coupling to the transport system metN GO:0003674,GO:0003824,GO:0005215,GO:0006810,GO:0008150,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085 - ko:K02071 ko02010,map02010 M00238 - - ko00000,ko00001,ko00002,ko02000 3.A.1.24 - iYO844.BSU32750 ABC_tran,NIL +BSU_32760 224308.BSU32760 1.53e-74 223.0 2CCFT@1|root,330P4@2|Bacteria,1VHK2@1239|Firmicutes,4HP1K@91061|Bacilli,1ZGVX@1386|Bacillus 2|Bacteria S SCP-2 sterol transfer family yusD - - - - - - - - - - - SCP2 +BSU_32770 224308.BSU32770 2e-73 219.0 COG0526@1|root,COG0526@2|Bacteria,1VEVR@1239|Firmicutes,4HNM9@91061|Bacilli,1ZIVX@1386|Bacillus 2|Bacteria CO Thioredoxin traF GO:0003674,GO:0003824,GO:0004791,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009636,GO:0009987,GO:0015035,GO:0015036,GO:0016209,GO:0016491,GO:0016651,GO:0016667,GO:0016668,GO:0016671,GO:0019725,GO:0033554,GO:0034599,GO:0042221,GO:0042592,GO:0044424,GO:0044444,GO:0044464,GO:0045454,GO:0047134,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0055114,GO:0065007,GO:0065008,GO:0070887,GO:0097237,GO:0098754,GO:0098869,GO:1990748 - ko:K03671,ko:K12057 ko04621,ko05418,map04621,map05418 - - - ko00000,ko00001,ko02044,ko03110 3.A.7.11.1 - - Thioredoxin,TraF +BSU_32780 224308.BSU32780 1.32e-97 284.0 COG1658@1|root,COG1658@2|Bacteria,1VBXW@1239|Firmicutes,4HKN4@91061|Bacilli,1ZH1R@1386|Bacillus 2|Bacteria L COG1658 Small primase-like proteins (Toprim domain) rnmV GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004540,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016787,GO:0016788,GO:0016891,GO:0016893,GO:0022613,GO:0034470,GO:0034641,GO:0034660,GO:0042254,GO:0043170,GO:0043822,GO:0044085,GO:0044237,GO:0044238,GO:0046483,GO:0071704,GO:0071840,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0140098,GO:1901360 3.1.26.8 ko:K05985,ko:K07476 - - - - ko00000,ko01000 - - - DUF4093,Toprim,Toprim_4 +BSU_32790 224308.BSU32790 7.34e-54 168.0 2ET7S@1|root,33KRT@2|Bacteria,1VP54@1239|Firmicutes,4HRRC@91061|Bacilli,1ZIUE@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2553) yusG - - - - - - - - - - - DUF2553 +BSU_32800 224308.BSU32800 1.7e-84 249.0 COG0509@1|root,COG0509@2|Bacteria,1V6WV@1239|Firmicutes,4HIMA@91061|Bacilli,1ZGG0@1386|Bacillus 2|Bacteria E Is also involved in protein lipoylation via its role as an octanoyl lipoyl carrier protein intermediate gcvH GO:0006082,GO:0006464,GO:0006629,GO:0006631,GO:0006633,GO:0006732,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009106,GO:0009107,GO:0009108,GO:0009249,GO:0009987,GO:0010467,GO:0016053,GO:0018065,GO:0018130,GO:0018193,GO:0018205,GO:0019538,GO:0019752,GO:0032787,GO:0036211,GO:0043170,GO:0043412,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044260,GO:0044267,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0051186,GO:0051188,GO:0051604,GO:0071704,GO:0072330,GO:1901360,GO:1901362,GO:1901564,GO:1901576 - ko:K02437 ko00260,ko00630,ko01100,ko01110,ko01130,ko01200,map00260,map00630,map01100,map01110,map01130,map01200 M00532 R01221 RC00022,RC02834 ko00000,ko00001,ko00002 - - - GCV_H +BSU_32810 224308.BSU32810 1.01e-83 246.0 COG1393@1|root,COG1393@2|Bacteria,1VA5Q@1239|Firmicutes,4HKQQ@91061|Bacilli,1ZH0I@1386|Bacillus 2|Bacteria P Belongs to the ArsC family arsC - 1.20.4.1 ko:K00537,ko:K16509 - - - - ko00000,ko01000 - - - ArsC,Glutaredoxin +BSU_32820 224308.BSU32820 0.0 1135.0 COG1960@1|root,COG1960@2|Bacteria,1TP57@1239|Firmicutes,4HB0J@91061|Bacilli,1ZBUU@1386|Bacillus 2|Bacteria I acyl-CoA dehydrogenase fadE - 1.3.8.1 ko:K00248 ko00071,ko00280,ko00650,ko01100,ko01110,ko01120,ko01200,ko01212,map00071,map00280,map00650,map01100,map01110,map01120,map01200,map01212 - R01175,R01178,R02661,R03172,R04751 RC00052,RC00068,RC00076,RC00120,RC00148 ko00000,ko00001,ko01000 - - - Acyl-CoA_dh_1,Acyl-CoA_dh_M,Acyl-CoA_dh_N +BSU_32830 224308.BSU32830 1.34e-278 762.0 COG0183@1|root,COG0183@2|Bacteria,1TP07@1239|Firmicutes,4H9RJ@91061|Bacilli,1ZBKX@1386|Bacillus 2|Bacteria I Belongs to the thiolase family fadA - 2.3.1.16 ko:K00632 ko00071,ko00280,ko00281,ko00362,ko00592,ko00642,ko01100,ko01110,ko01120,ko01130,ko01212,map00071,map00280,map00281,map00362,map00592,map00642,map01100,map01110,map01120,map01130,map01212 M00087,M00113 R00829,R00927,R01177,R03778,R03858,R03991,R04546,R04742,R04747,R05506,R05586,R07891,R07895,R07899,R08091,R08095 RC00004,RC00326,RC00405,RC01702,RC02728,RC02898,RC02955 ko00000,ko00001,ko00002,ko01000 - - - Thiolase_C,Thiolase_N +BSU_32840 224308.BSU32840 0.0 1550.0 COG1024@1|root,COG1250@1|root,COG1024@2|Bacteria,COG1250@2|Bacteria,1TR8J@1239|Firmicutes,4H9XN@91061|Bacilli,1ZATV@1386|Bacillus 2|Bacteria I 3-hydroxyacyl-CoA dehydrogenase fadB - 1.1.1.35,4.2.1.17,5.1.2.3 ko:K01782,ko:K07516 ko00071,ko00280,ko00281,ko00310,ko00362,ko00380,ko00410,ko00640,ko00650,ko00903,ko00930,ko01040,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,map00071,map00280,map00281,map00310,map00362,map00380,map00410,map00640,map00650,map00903,map00930,map01040,map01100,map01110,map01120,map01130,map01200,map01212 M00032,M00087 R01975,R03026,R03045,R03276,R04137,R04170,R04203,R04204,R04224,R04737,R04738,R04739,R04740,R04741,R04743,R04744,R04745,R04746,R04748,R04749,R05066,R05305,R06411,R06412,R06941,R06942,R07935,R07951,R08093,R08094 RC00029,RC00099,RC00117,RC00241,RC00525,RC00831,RC00834,RC00896,RC01086,RC01095,RC01098,RC01103,RC01217,RC02115 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU32840 3HCDH,3HCDH_N,ECH_1 +BSU_32849 935837.JAEK01000004_gene4710 2.86e-14 66.2 2EVX5@1|root,33PAU@2|Bacteria,1W2JM@1239|Firmicutes,4HSMC@91061|Bacilli,1ZK3D@1386|Bacillus 2|Bacteria S YuzL-like protein - - - - - - - - - - - - YuzL +BSU_32850 224308.BSU32850 2.09e-212 587.0 COG0506@1|root,COG0506@2|Bacteria,1TQV3@1239|Firmicutes,4HAC1@91061|Bacilli,1ZB5G@1386|Bacillus 2|Bacteria E Proline dehydrogenase fadM GO:0000166,GO:0003674,GO:0003824,GO:0004657,GO:0005488,GO:0006082,GO:0006520,GO:0006560,GO:0006562,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009063,GO:0009064,GO:0009065,GO:0009987,GO:0016054,GO:0016491,GO:0016645,GO:0019752,GO:0036094,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046395,GO:0046483,GO:0046700,GO:0048037,GO:0050660,GO:0050662,GO:0055114,GO:0071704,GO:0071949,GO:0097159,GO:1901265,GO:1901360,GO:1901361,GO:1901363,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 - ko:K00318 ko00330,ko01100,ko01110,ko01130,map00330,map01100,map01110,map01130 - R10507 RC00083 ko00000,ko00001,ko01000 - - - Pro_dh +BSU_32859 224308.BSU32859 2.23e-54 169.0 2E37R@1|root,32Y7E@2|Bacteria,1VEJ6@1239|Firmicutes,4HNWR@91061|Bacilli,1ZIXG@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_32860 224308.BSU32860 2.12e-70 212.0 COG5577@1|root,COG5577@2|Bacteria,1V96G@1239|Firmicutes,4HK73@91061|Bacilli,1ZHVT@1386|Bacillus 2|Bacteria M Coat F domain yusN - - ko:K06329,ko:K06439 - - - - ko00000 - - - Coat_F +BSU_32870 224308.BSU32870 3.83e-99 288.0 COG1846@1|root,COG1846@2|Bacteria,1VEPU@1239|Firmicutes,4HPM1@91061|Bacilli,1ZIJW@1386|Bacillus 2|Bacteria K Iron dependent repressor, N-terminal DNA binding domain yusO GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - MarR +BSU_32880 224308.BSU32880 0.0 1017.0 COG0477@1|root,COG0477@2|Bacteria,1TPHW@1239|Firmicutes,4H9YA@91061|Bacilli,1ZS1D@1386|Bacillus 2|Bacteria P Major facilitator superfamily yusP GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - - - - - - - - - - MFS_1 +BSU_32890 224308.BSU32890 1.76e-86 254.0 COG1942@1|root,COG1942@2|Bacteria,1VF8N@1239|Firmicutes,4HPG0@91061|Bacilli,1ZR2J@1386|Bacillus 2|Bacteria S Tautomerase enzyme yusQ - - - - - - - - - - - Tautomerase,Tautomerase_2 +BSU_32900 224308.BSU32900 1.62e-83 247.0 COG1028@1|root,COG1028@2|Bacteria,1V05R@1239|Firmicutes,4HDCM@91061|Bacilli,1ZB06@1386|Bacillus 2|Bacteria IQ Belongs to the short-chain dehydrogenases reductases (SDR) family yusR - 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 - - - adh_short,adh_short_C2 +BSU_32910 224308.BSU32910 4.48e-67 204.0 COG1028@1|root,COG1028@2|Bacteria,1V05R@1239|Firmicutes,4HDCM@91061|Bacilli 2|Bacteria IQ Belongs to the short-chain dehydrogenases reductases (SDR) family yusR - 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 - - - adh_short,adh_short_C2 +BSU_32920 224308.BSU32920 1.52e-206 572.0 COG0583@1|root,COG0583@2|Bacteria,1UCV1@1239|Firmicutes,4HE6I@91061|Bacilli,1ZQ2G@1386|Bacillus 2|Bacteria K LysR substrate binding domain gltR - - ko:K21959 - - - - ko00000,ko03000 - - - HTH_1,LysR_substrate +BSU_32930 224308.BSU32930 7.39e-64 194.0 2DPT3@1|root,3339Q@2|Bacteria,1VJ5A@1239|Firmicutes,4HP0F@91061|Bacilli,1ZIZE@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2573) yusU - - - - - - - - - - - DUF2573 +BSU_32940 224308.BSU32940 1.06e-196 545.0 COG1120@1|root,COG1120@2|Bacteria,1TP2Q@1239|Firmicutes,4HADG@91061|Bacilli,1ZBMI@1386|Bacillus 2|Bacteria HP ABC transporter yusV GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.6.3.34 ko:K02013 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.14 - - ABC_tran +BSU_32950 1051501.AYTL01000004_gene3671 2.01e-87 258.0 2EDM5@1|root,337H0@2|Bacteria,1VIIH@1239|Firmicutes,4HPCP@91061|Bacilli,1ZJFZ@1386|Bacillus 2|Bacteria S YusW-like protein - - - - - - - - - - - - YusW +BSU_32960 1051501.AYTL01000004_gene3670 0.0 896.0 COG1164@1|root,COG1164@2|Bacteria,1TQ5W@1239|Firmicutes,4HAN9@91061|Bacilli,1ZCRR@1386|Bacillus 2|Bacteria E COG1164 Oligoendopeptidase F pepF2 - - ko:K08602 - - - - ko00000,ko01000,ko01002 - - - Peptidase_M3,Peptidase_M3_N +BSU_32970 1294265.JCM21738_3977 3.24e-15 75.5 COG1164@1|root,COG1164@2|Bacteria,1TQ5W@1239|Firmicutes,4HAN9@91061|Bacilli,1ZMYY@1386|Bacillus 2|Bacteria E Oligopeptidase F pepF2 - - ko:K08602 - - - - ko00000,ko01000,ko01002 - - - Peptidase_M3,Peptidase_M3_N +BSU_32980 224308.BSU32980 6.65e-198 548.0 COG1028@1|root,COG1028@2|Bacteria,1UI3U@1239|Firmicutes,4ISCX@91061|Bacilli,1ZS7R@1386|Bacillus 2|Bacteria IQ Belongs to the short-chain dehydrogenases reductases (SDR) family yusZ - - - - - - - - - - - adh_short +BSU_32990 224308.BSU32990 1.07e-104 302.0 COG0783@1|root,COG0783@2|Bacteria,1VC7X@1239|Firmicutes,4HKH8@91061|Bacilli,1ZRSG@1386|Bacillus 2|Bacteria P Ferritin-like domain dps - - ko:K04047 - - - - ko00000,ko03036 - - - Ferritin +BSU_33000 224308.BSU33000 9.63e-306 836.0 COG0265@1|root,COG0265@2|Bacteria,1TRM8@1239|Firmicutes,4HA31@91061|Bacilli,1ZB6P@1386|Bacillus 2|Bacteria O COG0265 Trypsin-like serine proteases, typically periplasmic, contain C-terminal PDZ domain htrA GO:0008150,GO:0009266,GO:0009628,GO:0050896 3.4.21.107 ko:K04691,ko:K04771 ko01503,ko02020,map01503,map02020 M00728 - - ko00000,ko00001,ko00002,ko01000,ko01002,ko03110 - - - PDZ_2,Trypsin_2 +BSU_33010 224308.BSU33010 6.4e-164 458.0 COG0745@1|root,COG0745@2|Bacteria,1TR8K@1239|Firmicutes,4HBSB@91061|Bacilli,1ZBX5@1386|Bacillus 2|Bacteria T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain cssR - - ko:K07770 ko02020,map02020 M00448 - - ko00000,ko00001,ko00002,ko02022 - - - Response_reg,Trans_reg_C +BSU_33020 224308.BSU33020 0.0 865.0 COG0642@1|root,COG2770@1|root,COG2205@2|Bacteria,COG2770@2|Bacteria,1TSCS@1239|Firmicutes,4HBPP@91061|Bacilli,1ZBVF@1386|Bacillus 2|Bacteria T Histidine kinase cssS - 2.7.13.3 ko:K07650 ko02020,map02020 M00448 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - HAMP,HATPase_c,HisKA +BSU_33029 1051501.AYTL01000004_gene3664 2.72e-32 112.0 29SH6@1|root,30DN8@2|Bacteria,1UBG1@1239|Firmicutes,4IMUQ@91061|Bacilli,1ZKVW@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_33030 224308.BSU33030 8.77e-204 564.0 COG1309@1|root,COG1309@2|Bacteria,1UDHR@1239|Firmicutes,4HFAX@91061|Bacilli,1ZFND@1386|Bacillus 2|Bacteria K Transcriptional regulator yuxN GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - - - - - - - - - - TetR_N +BSU_33040 224308.BSU33040 0.0 904.0 COG0114@1|root,COG0114@2|Bacteria,1UHPH@1239|Firmicutes,4HA6P@91061|Bacilli,1ZS23@1386|Bacillus 2|Bacteria C Involved in the TCA cycle. Catalyzes the stereospecific interconversion of fumarate to L-malate fumC GO:0003674,GO:0003824,GO:0004333,GO:0006082,GO:0006091,GO:0006099,GO:0006101,GO:0006106,GO:0006108,GO:0008150,GO:0008152,GO:0009060,GO:0009987,GO:0015980,GO:0016829,GO:0016835,GO:0016836,GO:0016999,GO:0017144,GO:0019752,GO:0043436,GO:0043648,GO:0044237,GO:0044238,GO:0044281,GO:0045333,GO:0055114,GO:0071704,GO:0072350 1.1.1.38,4.2.1.2 ko:K00027,ko:K01679 ko00020,ko00620,ko00720,ko01100,ko01110,ko01120,ko01130,ko01200,ko02020,ko04934,ko05200,ko05211,map00020,map00620,map00720,map01100,map01110,map01120,map01130,map01200,map02020,map04934,map05200,map05211 M00009,M00011,M00173,M00376 R00214,R01082 RC00105,RC00443 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS09430 FumaraseC_C,Lyase_1 +BSU_33049 224308.BSU33049 1.83e-33 115.0 2BF37@1|root,328V9@2|Bacteria,1UB6J@1239|Firmicutes,4IMJ7@91061|Bacilli,1ZK9V@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3970) - - - - - - - - - - - - DUF3970 +BSU_33050 224308.BSU33050 0.0 905.0 COG0697@1|root,COG0697@2|Bacteria,1TP7K@1239|Firmicutes,4HAH1@91061|Bacilli,1ZBEF@1386|Bacillus 2|Bacteria EG Spore germination protein gerAA - - ko:K06288,ko:K06291,ko:K06310 - - - - ko00000 - - - GerA +BSU_33060 224308.BSU33060 2.9e-253 696.0 COG0814@1|root,COG0814@2|Bacteria,1UI6P@1239|Firmicutes,4ISFP@91061|Bacilli,1ZS5H@1386|Bacillus 2|Bacteria E Spore germination protein gerAB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03834,ko:K06289,ko:K06292,ko:K06311 - - - - ko00000,ko02000 2.A.3.9.1,2.A.3.9.2,2.A.3.9.4,2.A.42.1.1 - - Spore_GerAC,Spore_permease +BSU_33070 224308.BSU33070 1.22e-249 687.0 2DFTJ@1|root,2ZT3R@2|Bacteria,1V3HD@1239|Firmicutes,4HGX9@91061|Bacilli,1ZBN5@1386|Bacillus 2|Bacteria S Spore germination B3/ GerAC like, C-terminal gerAC - - ko:K06290,ko:K06293,ko:K06312 - - - - ko00000 - - - Spore_GerAC +BSU_33080 224308.BSU33080 3.82e-140 397.0 COG2197@1|root,COG2197@2|Bacteria,1TQ1U@1239|Firmicutes,4HA4B@91061|Bacilli,1ZAT4@1386|Bacillus 2|Bacteria KT COG2197 Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain vraR - - ko:K07694,ko:K11618 ko02020,map02020 M00480,M00481,M00754 - - ko00000,ko00001,ko00002,ko02022 - - - GerE,Response_reg +BSU_33090 224308.BSU33090 4.06e-246 677.0 COG4585@1|root,COG4585@2|Bacteria,1TPDG@1239|Firmicutes,4HC7E@91061|Bacilli,1ZB48@1386|Bacillus 2|Bacteria T Histidine kinase vraS - 2.7.13.3 ko:K07673,ko:K07681,ko:K11617 ko02020,map02020 M00471,M00480,M00481,M00754 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - HATPase_c,HisKA_3 +BSU_33100 224308.BSU33100 5.39e-164 459.0 COG4758@1|root,COG4758@2|Bacteria,1V9PN@1239|Firmicutes,4HMCU@91061|Bacilli,1ZQ0N@1386|Bacillus 2|Bacteria S Cell wall-active antibiotics response 4TMS YvqF yvqF - - ko:K11622 ko02020,map02020 - - - ko00000,ko00001 - - - DUF2154 +BSU_33110 224308.BSU33110 6.57e-178 499.0 COG3595@1|root,COG3595@2|Bacteria,1V94C@1239|Firmicutes,4HJYP@91061|Bacilli,1ZEE4@1386|Bacillus 2|Bacteria S Putative adhesin liaG - - ko:K11621 ko02020,map02020 - - - ko00000,ko00001 - - - DUF4097 +BSU_33120 224308.BSU33120 4.22e-144 408.0 COG1842@1|root,COG1842@2|Bacteria,1V2MH@1239|Firmicutes,4HGD1@91061|Bacilli,1ZAR1@1386|Bacillus 2|Bacteria KT COG1842 Phage shock protein A (IM30), suppresses sigma54-dependent transcription liaH GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 - ko:K03969,ko:K11620 ko02020,map02020 M00754 - - ko00000,ko00001,ko00002 - - - PspA_IM30 +BSU_33130 224308.BSU33130 1.51e-82 244.0 COG4758@1|root,COG4758@2|Bacteria,1UA5E@1239|Firmicutes,4IKFV@91061|Bacilli,1ZGWI@1386|Bacillus 2|Bacteria S membrane liaI - - ko:K11619 ko02020,map02020 M00754 - - ko00000,ko00001,ko00002 - - - DUF2154 +BSU_33140 224308.BSU33140 1.13e-288 790.0 COG0477@1|root,COG2814@2|Bacteria,1UIYF@1239|Firmicutes,4ISX5@91061|Bacilli,1ZDQ7@1386|Bacillus 2|Bacteria EGP COG0477 Permeases of the major facilitator superfamily yvqJ - - ko:K08217 - - - - br01600,ko00000,ko01504,ko02000 2.A.1.21.1,2.A.1.21.22 - - MFS_1,MFS_3 +BSU_33150 224308.BSU33150 8.21e-133 377.0 COG2096@1|root,COG2096@2|Bacteria,1V3PI@1239|Firmicutes,4HH26@91061|Bacilli,1ZCJ1@1386|Bacillus 2|Bacteria S Adenosyltransferase yvqK - 2.5.1.17 ko:K00798 ko00860,ko01100,map00860,map01100 M00122 R01492,R05220,R07268 RC00533 ko00000,ko00001,ko00002,ko01000 - - - Cob_adeno_trans +BSU_33160 224308.BSU33160 0.0 865.0 COG1120@1|root,COG1120@2|Bacteria,1TP2Q@1239|Firmicutes,4HA28@91061|Bacilli,1ZASR@1386|Bacillus 2|Bacteria HP COG1120 ABC-type cobalamin Fe3 -siderophores transport systems, ATPase components fhuC - 3.6.3.34 ko:K02013,ko:K16786,ko:K16787 ko02010,map02010 M00240,M00582 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.14,3.A.1.25,3.A.1.28,3.A.1.29,3.A.1.30,3.A.1.31,3.A.1.32,3.A.1.33,3.A.1.35 - - ABC_tran,CbiZ +BSU_33170 224308.BSU33170 9.42e-237 653.0 COG0609@1|root,COG0609@2|Bacteria,1TPX6@1239|Firmicutes,4HAUK@91061|Bacilli,1ZD7V@1386|Bacillus 2|Bacteria P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily btuC GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0008150,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071944 - ko:K02015 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - iYO844.BSU07500,iYO844.BSU08450,iYO844.BSU33170,iYO844.BSU33300 FecCD +BSU_33180 224308.BSU33180 5.15e-219 605.0 COG0614@1|root,COG0614@2|Bacteria,1TQV7@1239|Firmicutes,4HCF3@91061|Bacilli,1ZBF0@1386|Bacillus 2|Bacteria P COG0614 ABC-type Fe3 -hydroxamate transport system, periplasmic component yvrC - - ko:K02016 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - iYO844.BSU33180 Peripla_BP_2 +BSU_33190 224308.BSU33190 5.21e-182 507.0 COG1028@1|root,COG1028@2|Bacteria,1TPZN@1239|Firmicutes,4HBJ8@91061|Bacilli,1ZCYQ@1386|Bacillus 2|Bacteria IQ Belongs to the short-chain dehydrogenases reductases (SDR) family yvrD - - - - - - - - - - - adh_short,adh_short_C2 +BSU_33200 224308.BSU33200 1.32e-219 604.0 COG3386@1|root,COG3386@2|Bacteria,1V1TK@1239|Firmicutes,4HG0A@91061|Bacilli,1ZAVX@1386|Bacillus 2|Bacteria G SMP-30/Gluconolaconase/LRE-like region yvrE GO:0003674,GO:0003824,GO:0004341,GO:0005488,GO:0005509,GO:0005575,GO:0005576,GO:0005975,GO:0005996,GO:0006082,GO:0006732,GO:0006766,GO:0006767,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009110,GO:0009987,GO:0016051,GO:0016053,GO:0016787,GO:0016788,GO:0019752,GO:0019852,GO:0019853,GO:0042364,GO:0043167,GO:0043169,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046364,GO:0046394,GO:0046872,GO:0051186,GO:0051188,GO:0052689,GO:0071704,GO:1901576 - ko:K14274 ko00040,map00040 - R02427 RC00713 ko00000,ko00001,ko01000 - - - SGL +BSU_33210 224308.BSU33210 0.0 1145.0 COG0642@1|root,COG2205@2|Bacteria,1TS12@1239|Firmicutes,4HC66@91061|Bacilli,1ZATU@1386|Bacillus 2|Bacteria T Histidine kinase yvrG - - - - - - - - - - - HATPase_c,HisKA +BSU_33221 224308.BSU33221 9.05e-170 474.0 COG0745@1|root,COG0745@2|Bacteria,1TX0Q@1239|Firmicutes,4HEF8@91061|Bacilli,1ZBAA@1386|Bacillus 2|Bacteria T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain yvrH - - ko:K02483 - - - - ko00000,ko02022 - - - Response_reg,Trans_reg_C +BSU_33222 326423.RBAM_030360 1.45e-31 112.0 2DRUJ@1|root,33D4G@2|Bacteria,1VNFK@1239|Firmicutes,4HRTG@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - HTH_16 +BSU_33230 224308.BSU33230 1.45e-120 344.0 COG1191@1|root,COG1191@2|Bacteria,1VF0Z@1239|Firmicutes,4HNZQ@91061|Bacilli,1ZESN@1386|Bacillus 2|Bacteria K RNA polymerase yvrI - - ko:K03091,ko:K03093 - - - - ko00000,ko03021 - - - Sigma70_r2,Sigma70_r4,Sigma70_r4_2 +BSU_33239 224308.BSU33239 6.52e-75 224.0 29SDU@1|root,30DIK@2|Bacteria,1UBBR@1239|Firmicutes,4IMQN@91061|Bacilli,1ZKMF@1386|Bacillus 2|Bacteria S YvrJ protein family - - - - - - - - - - - - YvrJ +BSU_33240 224308.BSU33240 1.59e-292 796.0 COG2140@1|root,COG2140@2|Bacteria,1TPC2@1239|Firmicutes,4HA6V@91061|Bacilli,1ZF6R@1386|Bacillus 2|Bacteria G Oxalate decarboxylase oxdC GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0008150,GO:0008152,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0019752,GO:0033609,GO:0043436,GO:0043648,GO:0044237,GO:0044281,GO:0044424,GO:0044464,GO:0046564,GO:0071704 4.1.1.2 ko:K01569 ko00630,ko01100,map00630,map01100 - R00522 RC00321 ko00000,ko00001,ko01000 - - iYO844.BSU18670 Cupin_1 +BSU_33250 224308.BSU33250 4.03e-85 251.0 29RHZ@1|root,30CKY@2|Bacteria,1UA2J@1239|Firmicutes,4IKBU@91061|Bacilli,1ZGDA@1386|Bacillus 2|Bacteria S Regulatory protein YrvL yvrL - - - - - - - - - - - YrvL +BSU_33260 224308.BSU33260 1.17e-272 748.0 COG0577@1|root,COG0577@2|Bacteria,1TPUU@1239|Firmicutes,4HATE@91061|Bacilli,1ZDCS@1386|Bacillus 2|Bacteria V COG0577 ABC-type antimicrobial peptide transport system, permease component yvrN GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0042802,GO:0044464,GO:0071944 - ko:K02004 - M00258 - - ko00000,ko00002,ko02000 3.A.1 - - FtsX,MacB_PCD +BSU_33270 224308.BSU33270 1.62e-159 447.0 COG1136@1|root,COG1136@2|Bacteria,1TPBJ@1239|Firmicutes,4HBMF@91061|Bacilli,1ZC14@1386|Bacillus 2|Bacteria V ABC transporter, ATP-binding protein macB - - ko:K02003 - M00258 - - ko00000,ko00002,ko02000 3.A.1 - - ABC_tran +BSU_33280 224308.BSU33280 1.47e-230 641.0 COG0845@1|root,COG0845@2|Bacteria,1V046@1239|Firmicutes,4HMJ5@91061|Bacilli,1ZQX7@1386|Bacillus 2|Bacteria M Efflux transporter rnd family, mfp subunit - - - ko:K02005 - - - - ko00000 - - - Biotin_lipoyl_2,HlyD_3,HlyD_D23 +BSU_33290 224308.BSU33290 2.92e-191 531.0 COG1120@1|root,COG1120@2|Bacteria,1TP2Q@1239|Firmicutes,4HADG@91061|Bacilli,1ZBMI@1386|Bacillus 2|Bacteria HP ABC transporter fhuC - 3.6.3.34 ko:K02013 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.14 - - ABC_tran +BSU_33300 224308.BSU33300 4.78e-226 624.0 COG0609@1|root,COG0609@2|Bacteria,1TPX6@1239|Firmicutes,4HAM8@91061|Bacilli,1ZAU0@1386|Bacillus 2|Bacteria P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily fhuG GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0008150,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071944 - ko:K02015 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - iYO844.BSU07500,iYO844.BSU08450,iYO844.BSU33170,iYO844.BSU33300 FecCD +BSU_33310 224308.BSU33310 6.7e-264 724.0 COG0609@1|root,COG0609@2|Bacteria,1TP13@1239|Firmicutes,4HA75@91061|Bacilli,1ZC7Z@1386|Bacillus 2|Bacteria P Belongs to the binding-protein-dependent transport system permease family. FecCD subfamily fhuB GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0008150,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071944 - ko:K02015 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - iYO844.BSU07500,iYO844.BSU08450,iYO844.BSU33170,iYO844.BSU33300 FecCD +BSU_33320 224308.BSU33320 1.14e-227 627.0 COG0614@1|root,COG0614@2|Bacteria,1V2E9@1239|Firmicutes,4IPYF@91061|Bacilli,1ZREY@1386|Bacillus 2|Bacteria P ABC transporter fhuD GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 - ko:K02016 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - - HTH_18,Peripla_BP_2 +BSU_33330 224308.BSU33330 0.0 881.0 COG0531@1|root,COG0531@2|Bacteria,1TSSB@1239|Firmicutes,4HA92@91061|Bacilli,1ZCJ6@1386|Bacillus 2|Bacteria E Arginine ornithine antiporter yvsH - - ko:K03294,ko:K03758 - - - - ko00000,ko02000 2.A.3.2 - iYO844.BSU33330 AA_permease_2 +BSU_33340 1051501.AYTL01000004_gene3628 9.37e-23 87.4 29S4R@1|root,30D99@2|Bacteria,1UB0W@1239|Firmicutes,4IMDS@91061|Bacilli,1ZJWM@1386|Bacillus 2|Bacteria S Small spore protein J (Spore_SspJ) - - - ko:K06427 - - - - ko00000 - - - Spore_SspJ +BSU_33350 224308.BSU33350 2.38e-109 315.0 COG1988@1|root,COG1988@2|Bacteria,1V3QT@1239|Firmicutes,4HGYG@91061|Bacilli,1ZFRV@1386|Bacillus 2|Bacteria S LexA-binding, inner membrane-associated putative hydrolase yvsG - - ko:K07038 - - - - ko00000 - - - YdjM +BSU_33360 224308.BSU33360 0.0 1224.0 COG1368@1|root,COG1368@2|Bacteria,1TRMA@1239|Firmicutes,4H9S0@91061|Bacilli,1ZF0R@1386|Bacillus 2|Bacteria M Belongs to the LTA synthase family ltaS GO:0005575,GO:0005576 2.7.8.20 ko:K01138,ko:K19005 ko00561,ko01100,map00561,map01100 - R05081,R10849 RC00017 ko00000,ko00001,ko01000 - - - Sulfatase +BSU_33370 224308.BSU33370 3.77e-218 602.0 COG1910@1|root,COG1910@2|Bacteria,1TRH3@1239|Firmicutes,4HAJV@91061|Bacilli,1ZC11@1386|Bacillus 2|Bacteria P COG1910 Periplasmic molybdate-binding protein domain yvgK - - ko:K07219 - - - - ko00000 - - - HTH_17,HTH_3,PBP_like +BSU_33380 224308.BSU33380 6.57e-179 499.0 COG0725@1|root,COG0725@2|Bacteria,1U9U3@1239|Firmicutes,4HG0Q@91061|Bacilli,1ZBKR@1386|Bacillus 2|Bacteria P COG0725 ABC-type molybdate transport system, periplasmic component modA GO:0003674,GO:0005488,GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0030973,GO:0031975,GO:0042597,GO:0043167,GO:0043168,GO:0044464 - ko:K02020 ko02010,map02010 M00189 - - ko00000,ko00001,ko00002,ko02000 3.A.1.8 - - SBP_bac_11 +BSU_33390 224308.BSU33390 2.39e-154 434.0 COG4149@1|root,COG4149@2|Bacteria,1TRNA@1239|Firmicutes,4HEA2@91061|Bacilli,1ZATK@1386|Bacillus 2|Bacteria P COG4149 ABC-type molybdate transport system, permease component modB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02018,ko:K15496 ko02010,map02010 M00189,M00423 - - ko00000,ko00001,ko00002,ko02000 3.A.1.6.5,3.A.1.8 - - BPD_transp_1 +BSU_33400 224308.BSU33400 1.85e-202 560.0 COG0656@1|root,COG0656@2|Bacteria,1TPM1@1239|Firmicutes,4HARE@91061|Bacilli,1ZC55@1386|Bacillus 2|Bacteria S reductase yvgN - - - - - - - - - - - Aldo_ket_red +BSU_33410 224308.BSU33410 3.25e-112 322.0 2EKDS@1|root,33E41@2|Bacteria,1VVGE@1239|Firmicutes,4HW4S@91061|Bacilli,1ZFNW@1386|Bacillus 2|Bacteria - - yvgO - - - - - - - - - - - - +BSU_33420 224308.BSU33420 0.0 1199.0 COG0025@1|root,COG0025@2|Bacteria,1TR4G@1239|Firmicutes,4HBJR@91061|Bacilli,1ZB41@1386|Bacillus 2|Bacteria P COG0025 NhaP-type Na H and K H antiporters yjcE GO:0003674,GO:0005215,GO:0005451,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0006813,GO:0006814,GO:0006873,GO:0006885,GO:0008150,GO:0008324,GO:0009987,GO:0015075,GO:0015077,GO:0015078,GO:0015079,GO:0015081,GO:0015291,GO:0015297,GO:0015298,GO:0015299,GO:0015318,GO:0015385,GO:0015386,GO:0015491,GO:0015672,GO:0016020,GO:0019725,GO:0022804,GO:0022821,GO:0022857,GO:0022890,GO:0030001,GO:0030003,GO:0030004,GO:0030641,GO:0034220,GO:0035725,GO:0042592,GO:0044464,GO:0046873,GO:0048878,GO:0050801,GO:0051179,GO:0051234,GO:0051453,GO:0055067,GO:0055080,GO:0055082,GO:0055085,GO:0065007,GO:0065008,GO:0071804,GO:0071805,GO:0071944,GO:0098655,GO:0098657,GO:0098659,GO:0098660,GO:0098662,GO:0098719,GO:0098739,GO:0098771,GO:0099516,GO:0099587,GO:1902600 - ko:K03316 - - - - ko00000 2.A.36 - - Na_H_Exchanger +BSU_33430 224308.BSU33430 0.0 1158.0 COG0155@1|root,COG0155@2|Bacteria,1TS58@1239|Firmicutes,4HBEX@91061|Bacilli,1ZBHT@1386|Bacillus 2|Bacteria P Component of the sulfite reductase complex that catalyzes the 6-electron reduction of sulfite to sulfide. This is one of several activities required for the biosynthesis of L- cysteine from sulfate cysI GO:0003674,GO:0003824,GO:0004783,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0006790,GO:0008150,GO:0008152,GO:0009337,GO:0009987,GO:0016002,GO:0016491,GO:0016651,GO:0016667,GO:0016668,GO:0016673,GO:0019419,GO:0020037,GO:0032991,GO:0044237,GO:0044424,GO:0044464,GO:0046906,GO:0048037,GO:0050311,GO:0051536,GO:0051539,GO:0051540,GO:0055114,GO:0097159,GO:1901363 1.7.7.1,1.8.1.2,1.8.7.1 ko:K00366,ko:K00381,ko:K00392 ko00910,ko00920,ko01100,ko01120,map00910,map00920,map01100,map01120 M00176,M00531 R00790,R00858,R00859,R03600 RC00065,RC00176 ko00000,ko00001,ko00002,ko01000 - - iEC55989_1330.EC55989_3037,iECH74115_1262.ECH74115_4017,iECIAI1_1343.ECIAI1_2867,iECNA114_1301.ECNA114_2794,iECO103_1326.ECO103_3307,iECSE_1348.ECSE_3019,iECSF_1327.ECSF_2552,iECSP_1301.ECSP_3712,iECUMN_1333.ECUMN_3091,iECW_1372.ECW_m2971,iECs_1301.ECs3618,iEKO11_1354.EKO11_1005,iEcE24377_1341.EcE24377A_3065,iSFV_1184.SFV_2742,iSbBS512_1146.SbBS512_E3112,iWFL_1372.ECW_m2971,iZ_1308.Z4073 NIR_SIR,NIR_SIR_ferr +BSU_33440 224308.BSU33440 0.0 1192.0 COG0369@1|root,COG0369@2|Bacteria,1TP5J@1239|Firmicutes,4HCQI@91061|Bacilli,1ZANY@1386|Bacillus 2|Bacteria P Component of the sulfite reductase complex that catalyzes the 6-electron reduction of sulfite to sulfide. This is one of several activities required for the biosynthesis of L- cysteine from sulfate. The flavoprotein component catalyzes the electron flow from NADPH - FAD - FMN to the hemoprotein component cysJ GO:0000166,GO:0003674,GO:0003824,GO:0004783,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0006790,GO:0008150,GO:0008152,GO:0009337,GO:0009987,GO:0010181,GO:0016491,GO:0016645,GO:0016646,GO:0016651,GO:0016667,GO:0016668,GO:0032553,GO:0032991,GO:0036094,GO:0042602,GO:0043167,GO:0043168,GO:0044237,GO:0044424,GO:0044464,GO:0048037,GO:0050660,GO:0050661,GO:0050662,GO:0055114,GO:0070401,GO:0097159,GO:0097367,GO:1901265,GO:1901363 1.8.1.2 ko:K00380 ko00920,ko01100,ko01120,map00920,map01100,map01120 M00176 R00858 RC00065 ko00000,ko00001,ko00002,ko01000 - - iECO26_1355.ECO26_3835,iECSE_1348.ECSE_3020,iECW_1372.ECW_m2972,iEKO11_1354.EKO11_1004,iEcE24377_1341.EcE24377A_3066,iEcolC_1368.EcolC_0948,iWFL_1372.ECW_m2972,iYO844.BSU33440 FAD_binding_1,Flavodoxin_1,NAD_binding_1 +BSU_33450 224308.BSU33450 0.0 1531.0 COG3973@1|root,COG3973@2|Bacteria,1TP39@1239|Firmicutes,4H9Y5@91061|Bacilli,1ZAWP@1386|Bacillus 2|Bacteria L DNA helicase helD - 3.6.4.12 ko:K03657 ko03420,ko03430,map03420,map03430 - - - ko00000,ko00001,ko01000,ko03400 - - - AAA_19,UvrD-helicase,UvrD_C,UvrD_C_2 +BSU_33460 224308.BSU33460 3.88e-140 396.0 COG2860@1|root,COG2860@2|Bacteria,1UH1K@1239|Firmicutes,4HDC7@91061|Bacilli,1ZBS1@1386|Bacillus 2|Bacteria S membrane yvgT GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - UPF0126 +BSU_33470 224308.BSU33470 1.99e-95 278.0 COG1495@1|root,COG1495@2|Bacteria,1V79S@1239|Firmicutes,4HIKP@91061|Bacilli,1ZH0E@1386|Bacillus 2|Bacteria O Required for disulfide bond formation in some proteins bdbC - - ko:K03611 - - - - ko00000,ko03110 5.A.2.1 - - DsbB +BSU_33480 224308.BSU33480 3.45e-137 390.0 COG1651@1|root,COG1651@2|Bacteria,1V6IC@1239|Firmicutes,4HKJU@91061|Bacilli,1ZE03@1386|Bacillus 2|Bacteria O Thioredoxin bdbD - - - - - - - - - - - Thioredoxin_4 +BSU_33490 224308.BSU33490 0.0 1323.0 COG2217@1|root,COG2217@2|Bacteria,1TQ07@1239|Firmicutes,4H9SP@91061|Bacilli,1ZAPS@1386|Bacillus 2|Bacteria P COG2217 Cation transport ATPase cadA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.6.3.3,3.6.3.5 ko:K01534 - - - - ko00000,ko01000 3.A.3.6 - - E1-E2_ATPase,HMA,Hydrolase +BSU_33500 224308.BSU33500 0.0 1522.0 COG2217@1|root,COG2217@2|Bacteria,1TP5S@1239|Firmicutes,4HAI0@91061|Bacilli,1ZAVE@1386|Bacillus 2|Bacteria P P-type ATPase copA GO:0003674,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0042802,GO:0044464,GO:0071944 3.6.3.54 ko:K17686 ko01524,ko04016,map01524,map04016 - R00086 RC00002 ko00000,ko00001,ko01000 3.A.3.5 - - E1-E2_ATPase,HMA,Hydrolase +BSU_33510 224308.BSU33510 3.66e-41 135.0 COG2608@1|root,COG2608@2|Bacteria,1VERB@1239|Firmicutes,4HNP0@91061|Bacilli,1ZITG@1386|Bacillus 2|Bacteria P Copper resistance protein CopZ copZ GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 - ko:K07213 ko04978,map04978 - - - ko00000,ko00001 - - - HMA +BSU_33520 224308.BSU33520 6.89e-65 197.0 COG1937@1|root,COG1937@2|Bacteria,1VEF5@1239|Firmicutes,4HKJV@91061|Bacilli,1ZQH8@1386|Bacillus 2|Bacteria S transcriptional csoR GO:0000976,GO:0001067,GO:0001130,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:1990837,GO:2000112,GO:2000113,GO:2001141 - ko:K21600 - - - - ko00000,ko03000 - - - Trns_repr_metal +BSU_33530 224308.BSU33530 2.32e-260 713.0 COG0673@1|root,COG0673@2|Bacteria,1TR8S@1239|Firmicutes,4HBHI@91061|Bacilli,1ZDU7@1386|Bacillus 2|Bacteria S Oxidoreductase yvaA GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0008150,GO:0008152,GO:0016491,GO:0016614,GO:0016616,GO:0036094,GO:0043167,GO:0043168,GO:0048037,GO:0050661,GO:0050662,GO:0055114,GO:0070401,GO:0070402,GO:0097159,GO:0102497,GO:1901265,GO:1901363 1.1.1.371 ko:K16044 ko00562,ko01120,map00562,map01120 - R09954 RC00182 ko00000,ko00001,ko01000 - - - GFO_IDH_MocA,GFO_IDH_MocA_C +BSU_33540 224308.BSU33540 3.59e-154 432.0 COG1182@1|root,COG1182@2|Bacteria,1UZBY@1239|Firmicutes,4HB1Z@91061|Bacilli,1ZD4D@1386|Bacillus 2|Bacteria I Catalyzes the reductive cleavage of azo bond in aromatic azo compounds to the corresponding amines. Requires NADH, but not NADPH, as an electron donor for its activity azoR GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0008081,GO:0008150,GO:0008152,GO:0008770,GO:0009987,GO:0016787,GO:0016788,GO:0019752,GO:0032787,GO:0042578,GO:0043436,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0071704,GO:0140096 - ko:K01118 - - - - ko00000,ko01000 - - - Flavodoxin_2 +BSU_33550 224308.BSU33550 0.0 1225.0 COG1289@1|root,COG1289@2|Bacteria,1UU7Y@1239|Firmicutes,4HE9J@91061|Bacilli,1ZEB5@1386|Bacillus 2|Bacteria S Fusaric acid resistance protein-like yccS_2 - - - - - - - - - - - FUSC-like,FUSC_2 +BSU_33560 224308.BSU33560 2.02e-97 282.0 2A3NR@1|root,30S65@2|Bacteria,1V5EJ@1239|Firmicutes,4HHP8@91061|Bacilli,1ZQKJ@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5360) yvaD - - - - - - - - - - - DUF5360 +BSU_33570 224308.BSU33570 4.28e-72 217.0 COG2076@1|root,COG2076@2|Bacteria,1VEUF@1239|Firmicutes,4HNJX@91061|Bacilli,1ZHWT@1386|Bacillus 2|Bacteria P Small Multidrug Resistance protein yvaE - - ko:K03297 - - - - ko00000,ko02000 2.A.7.1 - - Multi_Drug_Res +BSU_33580 224308.BSU33580 8.9e-131 371.0 COG1309@1|root,COG1309@2|Bacteria,1V7SY@1239|Firmicutes,4HIHV@91061|Bacilli,1ZR38@1386|Bacillus 2|Bacteria K Bacterial regulatory proteins, tetR family - GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - ko:K09017 - - - - ko00000,ko03000 - - - TetR_N +BSU_33590 224308.BSU33590 3.96e-182 507.0 COG1028@1|root,COG1028@2|Bacteria,1TPZN@1239|Firmicutes,4HBJ8@91061|Bacilli,1ZF72@1386|Bacillus 2|Bacteria IQ Belongs to the short-chain dehydrogenases reductases (SDR) family yvaG - 1.1.1.100 ko:K00059 ko00061,ko00333,ko00780,ko01040,ko01100,ko01130,ko01212,map00061,map00333,map00780,map01040,map01100,map01130,map01212 M00083,M00572 R04533,R04534,R04536,R04543,R04566,R04953,R04964,R07759,R07763,R10116,R10120,R11671 RC00029,RC00117 ko00000,ko00001,ko00002,ko01000,ko01004 - - - adh_short +BSU_33600 224308.BSU33600 2.4e-107 309.0 COG0691@1|root,COG0691@2|Bacteria,1V3IJ@1239|Firmicutes,4HGZX@91061|Bacilli,1ZFJ0@1386|Bacillus 2|Bacteria O Required for rescue of stalled ribosomes mediated by trans-translation. Binds to transfer-messenger RNA (tmRNA), required for stable association of tmRNA with ribosomes. tmRNA and SmpB together mimic tRNA shape, replacing the anticodon stem-loop with SmpB. tmRNA is encoded by the ssrA gene smpB GO:0003674,GO:0003676,GO:0003723,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0019538,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044444,GO:0044464,GO:0070930,GO:0071704,GO:0097159,GO:1901363,GO:1901564 - ko:K03664 - - - - ko00000 - - - SmpB +BSU_33610 224308.BSU33610 0.0 1494.0 COG0557@1|root,COG0557@2|Bacteria,1TQ1G@1239|Firmicutes,4HBBH@91061|Bacilli,1ZBDP@1386|Bacillus 2|Bacteria K 3'-5' exoribonuclease that releases 5'-nucleoside monophosphates and is involved in maturation of structured RNAs rnr - - ko:K12573,ko:K12585 ko03018,map03018 M00391 - - ko00000,ko00001,ko00002,ko01000,ko03016,ko03019 - - - OB_RNB,RNB,S1 +BSU_33620 224308.BSU33620 3.43e-183 508.0 COG1647@1|root,COG1647@2|Bacteria,1TQ7X@1239|Firmicutes,4HBE6@91061|Bacilli,1ZAVD@1386|Bacillus 2|Bacteria S Carboxylesterase est GO:0003674,GO:0003824,GO:0005575,GO:0006629,GO:0008150,GO:0008152,GO:0016020,GO:0016298,GO:0016787,GO:0016788,GO:0044238,GO:0071704 3.1.1.1 ko:K03928 - - - - ko00000,ko01000 - - - Hydrolase_4 +BSU_33630 1051501.AYTL01000004_gene3595 1.87e-35 121.0 COG1314@1|root,COG1314@2|Bacteria,1VEQR@1239|Firmicutes,4HNKC@91061|Bacilli,1ZHZV@1386|Bacillus 2|Bacteria U Preprotein translocase subunit SecG secG GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006605,GO:0006612,GO:0006613,GO:0006614,GO:0006616,GO:0006810,GO:0006886,GO:0008104,GO:0008150,GO:0008320,GO:0008565,GO:0009987,GO:0015031,GO:0015833,GO:0016020,GO:0016043,GO:0022857,GO:0022884,GO:0031522,GO:0032978,GO:0032991,GO:0033036,GO:0033365,GO:0034613,GO:0042886,GO:0042887,GO:0043952,GO:0044464,GO:0045047,GO:0045184,GO:0046907,GO:0051179,GO:0051205,GO:0051234,GO:0051641,GO:0051649,GO:0055085,GO:0061024,GO:0065002,GO:0070727,GO:0070972,GO:0071702,GO:0071705,GO:0071806,GO:0071840,GO:0071944,GO:0072594,GO:0072599,GO:0072657,GO:0090150,GO:1904680 - ko:K03075 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 - - ko00000,ko00001,ko00002,ko02044 3.A.5.1,3.A.5.2 - - SecG +BSU_33640 224308.BSU33640 4.03e-196 542.0 COG0596@1|root,COG0596@2|Bacteria,1V619@1239|Firmicutes,4HCRW@91061|Bacilli,1ZDX1@1386|Bacillus 2|Bacteria S Serine aminopeptidase, S33 yvaM - 1.11.1.10 ko:K00433 - - - - ko00000,ko01000 - - - Abhydrolase_1,Hydrolase_4 +BSU_33650 224308.BSU33650 3.04e-48 154.0 COG1476@1|root,COG1476@2|Bacteria,1UAIJ@1239|Firmicutes,4IKX1@91061|Bacilli,1ZI5J@1386|Bacillus 2|Bacteria K transcriptional yvzC - - ko:K07729 - - - - ko00000,ko03000 - - - HTH_19,HTH_3 +BSU_33660 224308.BSU33660 5.12e-92 269.0 COG1396@1|root,COG1396@2|Bacteria,1VKJA@1239|Firmicutes,4HITA@91061|Bacilli,1ZGS0@1386|Bacillus 2|Bacteria K transcriptional yvaO - - ko:K22299 - - - - ko00000,ko03000 - - - HTH_19,HTH_3,HTH_31 +BSU_33670 224308.BSU33670 1.19e-92 271.0 COG1396@1|root,COG1396@2|Bacteria,1VKJA@1239|Firmicutes,4HITA@91061|Bacilli,1ZQBP@1386|Bacillus 2|Bacteria K Cro/C1-type HTH DNA-binding domain yvaO - - ko:K22299 - - - - ko00000,ko03000 - - - HTH_19,HTH_3,HTH_31 +BSU_33680 224308.BSU33680 3.85e-72 216.0 COG1733@1|root,COG1733@2|Bacteria,1VBI7@1239|Firmicutes,4HKBR@91061|Bacilli,1ZH23@1386|Bacillus 2|Bacteria K transcriptional yvaP GO:0000976,GO:0001067,GO:0001130,GO:0001217,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0019219,GO:0019222,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032991,GO:0032993,GO:0043565,GO:0044212,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902679,GO:1903506,GO:1903507,GO:1990837,GO:2000112,GO:2000113,GO:2001141 - - - - - - - - - - HxlR +BSU_33690 224308.BSU33690 0.0 945.0 COG0840@1|root,COG0840@2|Bacteria,1TP5A@1239|Firmicutes,4H9RZ@91061|Bacilli,1ZBEA@1386|Bacillus 2|Bacteria NT chemotaxis protein yvaQ - - ko:K03406 ko02020,ko02030,map02020,map02030 - - - ko00000,ko00001,ko02035 - - - 4HB_MCP_1,HAMP,MCPsignal +BSU_33700 224308.BSU33700 2.26e-144 409.0 COG1174@1|root,COG1174@2|Bacteria,1TQ5C@1239|Firmicutes,4HAVM@91061|Bacilli,1ZCXV@1386|Bacillus 2|Bacteria P COG1174 ABC-type proline glycine betaine transport systems, permease component opuCD GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0015695,GO:0015696,GO:0015697,GO:0015838,GO:0016020,GO:0031460,GO:0044464,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944,GO:0072337 - ko:K05846 ko02010,map02010 M00209 - - ko00000,ko00001,ko00002,ko02000 3.A.1.12 - iYO844.BSU33800 BPD_transp_1 +BSU_33710 224308.BSU33710 2.89e-221 610.0 COG1732@1|root,COG1732@2|Bacteria,1TQ7D@1239|Firmicutes,4HARV@91061|Bacilli,1ZQFN@1386|Bacillus 2|Bacteria M COG1732 Periplasmic glycine betaine choline-binding (lipo)protein of an ABC-type transport system (osmoprotectant binding protein) opuCC GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0015695,GO:0015696,GO:0015697,GO:0015838,GO:0016020,GO:0031460,GO:0044464,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944,GO:0072337 - ko:K05845,ko:K05846 ko02010,map02010 M00209 - - ko00000,ko00001,ko00002,ko02000 3.A.1.12 - iSB619.SA_RS12835 BPD_transp_1,OpuAC +BSU_33720 224308.BSU33720 1.55e-142 403.0 COG1174@1|root,COG1174@2|Bacteria,1TSX8@1239|Firmicutes,4HC1D@91061|Bacilli,1ZQFM@1386|Bacillus 2|Bacteria P COG1174 ABC-type proline glycine betaine transport systems, permease component opuCB GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071705,GO:0071944 - ko:K05845,ko:K05846 ko02010,map02010 M00209 - - ko00000,ko00001,ko00002,ko02000 3.A.1.12 - iYO844.BSU33720 BPD_transp_1 +BSU_33730 224308.BSU33730 1.8e-271 743.0 COG0517@1|root,COG1125@1|root,COG0517@2|Bacteria,COG1125@2|Bacteria,1TPV8@1239|Firmicutes,4H9SI@91061|Bacilli,1ZBIG@1386|Bacillus 2|Bacteria E COG1125 ABC-type proline glycine betaine transport systems, ATPase components opuCA - 3.6.3.32 ko:K02000,ko:K05847 ko02010,map02010 M00208,M00209 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.12 - iSB619.SA_RS12845,iYO844.BSU33730 ABC_tran,CBS +BSU_33740 224308.BSU33740 3.28e-122 348.0 COG1510@1|root,COG1510@2|Bacteria,1V7DN@1239|Firmicutes,4HJUD@91061|Bacilli,1ZFI3@1386|Bacillus 2|Bacteria K Belongs to the GbsR family yvbF - - ko:K22109,ko:K22301 - - - - ko00000,ko03000 - - - MarR_2 +BSU_33760 224308.BSU33760 4.79e-224 618.0 28UJT@1|root,2ZGQB@2|Bacteria,1VNVF@1239|Firmicutes,4HRVJ@91061|Bacilli,1ZM9H@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - VKG_Carbox +BSU_33780 224308.BSU33780 8.32e-133 378.0 COG5658@1|root,COG5658@2|Bacteria,1VBIT@1239|Firmicutes,4HJDZ@91061|Bacilli,1ZQE2@1386|Bacillus 2|Bacteria S Immunity protein that provides protection for the cell against the toxic effects of SDP, its own SdpC-derived killing factor, and that functions as a receptor signal transduction protein as well. Once SDP accumulates in the extracellular milieu, SdpI binds to SDP, causing sequestration of SdpR at the bacterial membrane sdpI GO:0008150,GO:0009636,GO:0042221,GO:0050896 - - - - - - - - - - DUF1648,SdpI +BSU_33790 224308.BSU33790 9.63e-60 184.0 COG0640@1|root,COG0640@2|Bacteria,1VA3M@1239|Firmicutes,4HKWM@91061|Bacilli,1ZHYD@1386|Bacillus 2|Bacteria K transcriptional sdpR GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - HTH_20,HTH_5 +BSU_33800 224308.BSU33800 1.03e-146 415.0 COG1174@1|root,COG1174@2|Bacteria,1TQ5C@1239|Firmicutes,4HAVM@91061|Bacilli,1ZCXV@1386|Bacillus 2|Bacteria P COG1174 ABC-type proline glycine betaine transport systems, permease component opuCD GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0015695,GO:0015696,GO:0015697,GO:0015838,GO:0016020,GO:0031460,GO:0044464,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944,GO:0072337 - ko:K05846 ko02010,map02010 M00209 - - ko00000,ko00001,ko00002,ko02000 3.A.1.12 - iYO844.BSU33800 BPD_transp_1 +BSU_33810 224308.BSU33810 2.38e-223 615.0 COG1732@1|root,COG1732@2|Bacteria,1TQ7D@1239|Firmicutes,4HARV@91061|Bacilli,1ZQFN@1386|Bacillus 2|Bacteria M COG1732 Periplasmic glycine betaine choline-binding (lipo)protein of an ABC-type transport system (osmoprotectant binding protein) opuCC GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0015695,GO:0015696,GO:0015697,GO:0015838,GO:0016020,GO:0031460,GO:0044464,GO:0051179,GO:0051234,GO:0071702,GO:0071705,GO:0071944,GO:0072337 - ko:K05845,ko:K05846 ko02010,map02010 M00209 - - ko00000,ko00001,ko00002,ko02000 3.A.1.12 - iSB619.SA_RS12835 BPD_transp_1,OpuAC +BSU_33820 224308.BSU33820 5.63e-145 409.0 COG1174@1|root,COG1174@2|Bacteria,1TSX8@1239|Firmicutes,4HC1D@91061|Bacilli,1ZQFM@1386|Bacillus 2|Bacteria P COG1174 ABC-type proline glycine betaine transport systems, permease component opuCB GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0016020,GO:0044464,GO:0051179,GO:0051234,GO:0071705,GO:0071944 - ko:K05845,ko:K05846 ko02010,map02010 M00209 - - ko00000,ko00001,ko00002,ko02000 3.A.1.12 - iYO844.BSU33720 BPD_transp_1 +BSU_33830 224308.BSU33830 1.6e-269 738.0 COG0517@1|root,COG1125@1|root,COG0517@2|Bacteria,COG1125@2|Bacteria,1TPV8@1239|Firmicutes,4H9SI@91061|Bacilli,1ZBIG@1386|Bacillus 2|Bacteria E COG1125 ABC-type proline glycine betaine transport systems, ATPase components opuCA - 3.6.3.32 ko:K02000,ko:K05847 ko02010,map02010 M00208,M00209 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.12 - iSB619.SA_RS12845,iYO844.BSU33730 ABC_tran,CBS +BSU_33840 224308.BSU33840 7.1e-130 369.0 COG1510@1|root,COG1510@2|Bacteria,1V7DN@1239|Firmicutes,4HJUD@91061|Bacilli,1ZFI3@1386|Bacillus 2|Bacteria K Belongs to the GbsR family yvbF - - ko:K22109,ko:K22301 - - - - ko00000,ko03000 - - - MarR_2 +BSU_33850 224308.BSU33850 3.52e-136 387.0 COG2095@1|root,COG2095@2|Bacteria,1V81W@1239|Firmicutes,4HIUV@91061|Bacilli,1ZDG0@1386|Bacillus 2|Bacteria U UPF0056 membrane protein yvbG - - ko:K05595 - - - - ko00000,ko02000 2.A.95.1 - - MarC +BSU_33860 224308.BSU33860 1.03e-145 410.0 28IW6@1|root,2Z8UG@2|Bacteria,1TSGG@1239|Firmicutes,4HCTI@91061|Bacilli,1ZBNE@1386|Bacillus 2|Bacteria S YvbH-like oligomerisation region yvbH - - - - - - - - - - - YvbH_ext,bPH_1 +BSU_33870 224308.BSU33870 2.38e-158 444.0 COG3064@1|root,COG3064@2|Bacteria,1VK5M@1239|Firmicutes,4HIHS@91061|Bacilli 2|Bacteria M Membrane exoY - - ko:K16637 - - - - ko00000,ko02042 - - - Anthrax_toxA,zinc_ribbon_2 +BSU_33880 224308.BSU33880 0.0 1175.0 COG4640@1|root,COG4640@2|Bacteria,1UYJN@1239|Firmicutes,4HF8I@91061|Bacilli,1ZCS9@1386|Bacillus 2|Bacteria S response to antibiotic tcaA - - ko:K21463 - - - - ko00000 - - - zf-ribbon_3,zinc_ribbon_2 +BSU_33890 224308.BSU33890 5.46e-108 311.0 COG0454@1|root,COG0456@2|Bacteria,1V3IC@1239|Firmicutes,4HH45@91061|Bacilli,1ZGDE@1386|Bacillus 2|Bacteria K acetyltransferase yvbK - 3.1.3.25 ko:K01092 ko00521,ko00562,ko01100,ko04070,map00521,map00562,map01100,map04070 M00131 R01185,R01186,R01187 RC00078 ko00000,ko00001,ko00002,ko01000 - - - Acetyltransf_1,Acetyltransf_10,Acetyltransf_7 +BSU_33900 224308.BSU33900 1.38e-309 843.0 COG0148@1|root,COG0148@2|Bacteria,1TP2S@1239|Firmicutes,4HAKI@91061|Bacilli,1ZAZB@1386|Bacillus 2|Bacteria G Catalyzes the reversible conversion of 2- phosphoglycerate into phosphoenolpyruvate. It is essential for the degradation of carbohydrates via glycolysis eno GO:0001968,GO:0003674,GO:0003824,GO:0004634,GO:0005488,GO:0005515,GO:0005518,GO:0005575,GO:0005576,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005975,GO:0006082,GO:0006090,GO:0006091,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009986,GO:0009987,GO:0016052,GO:0016053,GO:0016310,GO:0016829,GO:0016835,GO:0016836,GO:0017144,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0019752,GO:0019899,GO:0030312,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0035375,GO:0042866,GO:0043236,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0044877,GO:0046031,GO:0046034,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046939,GO:0050840,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0071944,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576 4.2.1.11 ko:K01689 ko00010,ko00680,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,ko03018,ko04066,map00010,map00680,map01100,map01110,map01120,map01130,map01200,map01230,map03018,map04066 M00001,M00002,M00003,M00346,M00394 R00658 RC00349 ko00000,ko00001,ko00002,ko01000,ko03019,ko04147 - - - Enolase_C,Enolase_N +BSU_33910 224308.BSU33910 0.0 1024.0 COG0696@1|root,COG0696@2|Bacteria,1TPM4@1239|Firmicutes,4HBTQ@91061|Bacilli,1ZAPE@1386|Bacillus 2|Bacteria G Catalyzes the interconversion of 2-phosphoglycerate and gpmI GO:0003674,GO:0003824,GO:0004619,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0006082,GO:0006090,GO:0006091,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016052,GO:0016053,GO:0016310,GO:0016853,GO:0016866,GO:0016868,GO:0017144,GO:0018130,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0019752,GO:0030145,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042866,GO:0043167,GO:0043169,GO:0043436,GO:0043937,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046031,GO:0046034,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046537,GO:0046700,GO:0046872,GO:0046914,GO:0046939,GO:0050789,GO:0050793,GO:0050896,GO:0051186,GO:0051188,GO:0055086,GO:0065007,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576 5.4.2.12 ko:K15633 ko00010,ko00260,ko00680,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00010,map00260,map00680,map01100,map01110,map01120,map01130,map01200,map01230 M00001,M00002,M00003 R01518 RC00536 ko00000,ko00001,ko00002,ko01000 - - iECSE_1348.ECSE_3895,iJN678.yibO,iJN746.PP_5056 Metalloenzyme,Phosphodiest,iPGM_N +BSU_33920 224308.BSU33920 2.12e-176 492.0 COG0149@1|root,COG0149@2|Bacteria,1TP2F@1239|Firmicutes,4HAPT@91061|Bacilli,1ZB6N@1386|Bacillus 2|Bacteria G Involved in the gluconeogenesis. Catalyzes stereospecifically the conversion of dihydroxyacetone phosphate (DHAP) to D-glyceraldehyde-3-phosphate (G3P) tpiA GO:0003674,GO:0003824,GO:0004807,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005996,GO:0006006,GO:0006066,GO:0006071,GO:0006081,GO:0006082,GO:0006090,GO:0006091,GO:0006094,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016051,GO:0016052,GO:0016053,GO:0016310,GO:0016853,GO:0016860,GO:0016861,GO:0017144,GO:0018130,GO:0019318,GO:0019319,GO:0019359,GO:0019362,GO:0019363,GO:0019400,GO:0019405,GO:0019438,GO:0019439,GO:0019563,GO:0019637,GO:0019682,GO:0019693,GO:0019751,GO:0019752,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042866,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044262,GO:0044270,GO:0044271,GO:0044275,GO:0044281,GO:0044282,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046031,GO:0046034,GO:0046164,GO:0046166,GO:0046174,GO:0046184,GO:0046364,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046939,GO:0051186,GO:0051188,GO:0055086,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576,GO:1901615,GO:1901616 2.7.2.3,5.3.1.1 ko:K00927,ko:K01803 ko00010,ko00051,ko00562,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00010,map00051,map00562,map00710,map01100,map01110,map01120,map01130,map01200,map01230 M00001,M00002,M00003,M00165,M00166,M00308,M00552 R01015,R01512 RC00002,RC00043,RC00423 ko00000,ko00001,ko00002,ko01000,ko04147 - - iHN637.CLJU_RS19265 TIM +BSU_33930 224308.BSU33930 1.97e-277 759.0 COG0126@1|root,COG0126@2|Bacteria,1TP3H@1239|Firmicutes,4H9R3@91061|Bacilli,1ZCXW@1386|Bacillus 2|Bacteria F Belongs to the phosphoglycerate kinase family pgk GO:0001871,GO:0002020,GO:0003674,GO:0003824,GO:0004618,GO:0005488,GO:0005515,GO:0005575,GO:0005576,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0005975,GO:0006082,GO:0006090,GO:0006091,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009893,GO:0009986,GO:0009987,GO:0010468,GO:0010604,GO:0010628,GO:0010755,GO:0010756,GO:0010954,GO:0016020,GO:0016052,GO:0016053,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016774,GO:0017144,GO:0018130,GO:0019222,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0019752,GO:0019899,GO:0030162,GO:0030193,GO:0030195,GO:0030246,GO:0030247,GO:0030312,GO:0031323,GO:0031325,GO:0032101,GO:0032102,GO:0032268,GO:0032270,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0040007,GO:0042866,GO:0043436,GO:0043532,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0045862,GO:0046031,GO:0046034,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046939,GO:0048518,GO:0048519,GO:0048522,GO:0048583,GO:0048585,GO:0050789,GO:0050794,GO:0050818,GO:0050819,GO:0050878,GO:0051171,GO:0051173,GO:0051186,GO:0051188,GO:0051239,GO:0051241,GO:0051246,GO:0051247,GO:0051917,GO:0051919,GO:0055086,GO:0060255,GO:0061041,GO:0061045,GO:0065007,GO:0065008,GO:0070613,GO:0071704,GO:0071944,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0080090,GO:0080134,GO:0090407,GO:1900046,GO:1900047,GO:1901135,GO:1901137,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901566,GO:1901575,GO:1901576,GO:1903034,GO:1903035,GO:1903317,GO:1903319,GO:2001065 2.7.2.3,5.3.1.1 ko:K00927,ko:K01803 ko00010,ko00051,ko00562,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00010,map00051,map00562,map00710,map01100,map01110,map01120,map01130,map01200,map01230 M00001,M00002,M00003,M00165,M00166,M00308,M00552 R01015,R01512 RC00002,RC00043,RC00423 ko00000,ko00001,ko00002,ko01000,ko04147 - - iSB619.SA_RS04145,iSbBS512_1146.SbBS512_E3351 PGK +BSU_33940 224308.BSU33940 5.72e-238 654.0 COG0057@1|root,COG0057@2|Bacteria,1TNYU@1239|Firmicutes,4H9NS@91061|Bacilli,1ZCF9@1386|Bacillus 2|Bacteria G Belongs to the glyceraldehyde-3-phosphate dehydrogenase family gapA GO:0000166,GO:0003674,GO:0003824,GO:0004365,GO:0005488,GO:0005975,GO:0005996,GO:0006006,GO:0006082,GO:0006090,GO:0006091,GO:0006094,GO:0006096,GO:0006139,GO:0006163,GO:0006164,GO:0006165,GO:0006725,GO:0006732,GO:0006733,GO:0006753,GO:0006754,GO:0006757,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009108,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009132,GO:0009135,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009166,GO:0009167,GO:0009168,GO:0009179,GO:0009185,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0016051,GO:0016052,GO:0016053,GO:0016310,GO:0016491,GO:0016620,GO:0016903,GO:0017144,GO:0018130,GO:0019318,GO:0019319,GO:0019359,GO:0019362,GO:0019363,GO:0019438,GO:0019439,GO:0019637,GO:0019693,GO:0019752,GO:0032787,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0036094,GO:0042866,GO:0043436,GO:0043891,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046031,GO:0046034,GO:0046364,GO:0046390,GO:0046394,GO:0046434,GO:0046483,GO:0046496,GO:0046700,GO:0046939,GO:0048037,GO:0050661,GO:0050662,GO:0051186,GO:0051188,GO:0051287,GO:0055086,GO:0055114,GO:0071704,GO:0072330,GO:0072521,GO:0072522,GO:0072524,GO:0072525,GO:0090407,GO:0097159,GO:1901135,GO:1901137,GO:1901265,GO:1901292,GO:1901293,GO:1901360,GO:1901361,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901575,GO:1901576 1.2.1.12 ko:K00134 ko00010,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,ko04066,ko05010,map00010,map00710,map01100,map01110,map01120,map01130,map01200,map01230,map04066,map05010 M00001,M00002,M00003,M00165,M00166,M00308,M00552 R01061 RC00149 ko00000,ko00001,ko00002,ko01000,ko04131,ko04147 - - - Gp_dh_C,Gp_dh_N +BSU_33950 224308.BSU33950 2.42e-237 653.0 COG2390@1|root,COG2390@2|Bacteria,1TP62@1239|Firmicutes,4HAE6@91061|Bacilli,1ZBYA@1386|Bacillus 2|Bacteria K COG2390 Transcriptional regulator, contains sigma factor-related N-terminal domain cggR - - ko:K05311 - - - - ko00000,ko03000 - - - Sugar-bind +BSU_33960 224308.BSU33960 0.0 887.0 COG0477@1|root,COG2814@2|Bacteria,1TREV@1239|Firmicutes,4HAN1@91061|Bacilli,1ZAUM@1386|Bacillus 2|Bacteria U Belongs to the major facilitator superfamily. Sugar transporter (TC 2.A.1.1) family araE GO:0003674,GO:0005215,GO:0005351,GO:0005402,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0008643,GO:0015075,GO:0015077,GO:0015078,GO:0015144,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015672,GO:0016020,GO:0022804,GO:0022857,GO:0022890,GO:0034219,GO:0034220,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098655,GO:0098660,GO:0098662,GO:1902600 - ko:K02100,ko:K06609,ko:K08139 ko04113,map04113 - - - ko00000,ko00001,ko02000 2.A.1.1,2.A.1.1.2,2.A.1.1.26 - - Sugar_tr +BSU_33970 224308.BSU33970 1.51e-258 709.0 COG1609@1|root,COG1609@2|Bacteria,1TP9Q@1239|Firmicutes,4HARD@91061|Bacilli,1ZBZA@1386|Bacillus 2|Bacteria K transcriptional araR - - ko:K02103 - - - - ko00000,ko03000 - - - GntR,Peripla_BP_3 +BSU_33980 224308.BSU33980 1.04e-245 674.0 COG2141@1|root,COG2141@2|Bacteria,1TQWJ@1239|Firmicutes,4HBMR@91061|Bacilli,1ZAPR@1386|Bacillus 2|Bacteria C COG2141 Coenzyme F420-dependent N5,N10-methylene tetrahydromethanopterin reductase and related flavin-dependent oxidoreductases yvbT GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 - - - - - - - - - - Bac_luciferase +BSU_33990 224308.BSU33990 3.45e-206 570.0 COG0583@1|root,COG0583@2|Bacteria,1V275@1239|Firmicutes,4HK7I@91061|Bacilli,1ZDKT@1386|Bacillus 2|Bacteria K Transcriptional regulator yvbU GO:0000976,GO:0000984,GO:0000986,GO:0000987,GO:0001017,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0097159,GO:1901363,GO:1990837 - - - - - - - - - - HTH_1,LysR_substrate +BSU_34000 224308.BSU34000 2.37e-199 554.0 COG0697@1|root,COG0697@2|Bacteria,1TRJZ@1239|Firmicutes,4HDJI@91061|Bacilli,1ZCMU@1386|Bacillus 2|Bacteria EG EamA-like transporter family yvbV - - - - - - - - - - - EamA +BSU_34010 224308.BSU34010 7.07e-307 838.0 COG1113@1|root,COG1113@2|Bacteria,1TP97@1239|Firmicutes,4H9QX@91061|Bacilli,1ZS14@1386|Bacillus 2|Bacteria E COG1113 Gamma-aminobutyrate permease and related permeases yvbW - - ko:K03293 - - - - ko00000 2.A.3.1 - - AA_permease +BSU_34020 224308.BSU34020 2.68e-252 691.0 COG3858@1|root,COG3858@2|Bacteria,1UY7M@1239|Firmicutes,4HDBG@91061|Bacilli,1ZREZ@1386|Bacillus 2|Bacteria S Glycosyl hydrolase yvbX - - - - - - - - - - - CW_binding_2,Glyco_hydro_18,PG_binding_1,fn3 +BSU_34030 224308.BSU34030 1.45e-172 481.0 COG1556@1|root,COG1556@2|Bacteria,1UZAK@1239|Firmicutes,4HH3R@91061|Bacilli,1ZCX9@1386|Bacillus 2|Bacteria S Is involved in L-lactate degradation and allows cells to grow with lactate as the sole carbon source lutC GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 - ko:K00782 - - - - ko00000 - - iECO111_1330.ECO111_0342,iECO26_1355.ECO26_0342 LUD_dom +BSU_34040 224308.BSU34040 0.0 944.0 COG1139@1|root,COG1139@2|Bacteria,1TREQ@1239|Firmicutes,4H9UI@91061|Bacilli,1ZCJB@1386|Bacillus 2|Bacteria C Is involved in L-lactate degradation and allows cells to grow with lactate as the sole carbon source. Has probably a role as an electron transporter during oxidation of L-lactate lutB - - ko:K18929 - - - - ko00000 - - iSF_1195.SF0259,iSFxv_1172.SFxv_0274,iS_1188.S0280 DUF3390,Fer4_8,LUD_dom +BSU_34050 224308.BSU34050 5.47e-176 489.0 COG0247@1|root,COG0247@2|Bacteria,1TPFC@1239|Firmicutes,4HAKC@91061|Bacilli,1ZCUT@1386|Bacillus 2|Bacteria C Is involved in L-lactate degradation and allows cells to grow with lactate as the sole carbon source lutA - - ko:K18928 - - - - ko00000 - - - CCG +BSU_34060 224308.BSU34060 7.53e-137 387.0 COG2197@1|root,COG2197@2|Bacteria,1TVTF@1239|Firmicutes,4HAJW@91061|Bacilli,1ZC1V@1386|Bacillus 2|Bacteria T COG2197 Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain desR - - ko:K02479,ko:K07693 ko02020,map02020 M00479 - - ko00000,ko00001,ko00002,ko02022 - - - GerE,Response_reg +BSU_34070 224308.BSU34070 1.76e-257 707.0 COG4585@1|root,COG4585@2|Bacteria,1UXXW@1239|Firmicutes,4HCS6@91061|Bacilli,1ZPXJ@1386|Bacillus 2|Bacteria T Histidine kinase desK GO:0003674,GO:0003824,GO:0004721,GO:0005488,GO:0005515,GO:0006464,GO:0006470,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0019538,GO:0036211,GO:0042578,GO:0042802,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:0140096,GO:1901564 2.7.13.3 ko:K07778 ko02020,map02020 M00479 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - HATPase_c,HisKA_3 +BSU_34080 224308.BSU34080 1.44e-170 476.0 COG0842@1|root,COG0842@2|Bacteria,1V7QG@1239|Firmicutes,4HFU4@91061|Bacilli,1ZD2I@1386|Bacillus 2|Bacteria V COG0842 ABC-type multidrug transport system, permease component yvfS - - ko:K01992 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC2_membrane,ABC2_membrane_3 +BSU_34090 224308.BSU34090 1.52e-209 580.0 COG1131@1|root,COG1131@2|Bacteria,1TRM5@1239|Firmicutes,4HFBN@91061|Bacilli,1ZCK0@1386|Bacillus 2|Bacteria V COG1131 ABC-type multidrug transport system, ATPase component yvfR - - ko:K01990 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC_tran +BSU_34100 224308.BSU34100 7.25e-201 555.0 COG0596@1|root,COG0596@2|Bacteria,1TREC@1239|Firmicutes,4HAPB@91061|Bacilli,1ZDQB@1386|Bacillus 2|Bacteria S Alpha/beta hydrolase family rsbQ - - ko:K19707 - - - - ko00000,ko03021 - - - Abhydrolase_1,Abhydrolase_4,Abhydrolase_6 +BSU_34110 224308.BSU34110 1.52e-265 730.0 COG2208@1|root,COG2208@2|Bacteria,1TS3B@1239|Firmicutes,4HCRR@91061|Bacilli,1ZBBE@1386|Bacillus 2|Bacteria T response regulator rsbU - 3.1.3.3 ko:K07315,ko:K20977 ko02020,ko02025,map02020,map02025 M00820 - - ko00000,ko00001,ko00002,ko01000,ko02022,ko03021 - - - HATPase_c_2,Response_reg,SpoIIE +BSU_34120 224308.BSU34120 0.0 876.0 COG3867@1|root,COG3867@2|Bacteria,1TQDZ@1239|Firmicutes,4HBYA@91061|Bacilli,1ZBZ2@1386|Bacillus 2|Bacteria G arabinogalactan ganB - 3.2.1.89 ko:K01224 - - - - ko00000,ko01000 - - - Big_4,Glyco_hydro_53,SLH +BSU_34130 224308.BSU34130 0.0 1428.0 COG1874@1|root,COG1874@2|Bacteria,1TQN6@1239|Firmicutes,4HARI@91061|Bacilli,1ZCHT@1386|Bacillus 2|Bacteria G beta-galactosidase lacA - 3.2.1.23 ko:K12308 ko00052,map00052 - R01105 RC00452 ko00000,ko00001,ko01000 - - - Glyco_hydro_42,Glyco_hydro_42C,Glyco_hydro_42M +BSU_34140 224308.BSU34140 3.82e-194 539.0 COG3833@1|root,COG3833@2|Bacteria,1TRB7@1239|Firmicutes,4HC5K@91061|Bacilli,1ZB5C@1386|Bacillus 2|Bacteria P transport malG GO:0003674,GO:0003824,GO:0005215,GO:0005363,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015154,GO:0015157,GO:0015399,GO:0015405,GO:0015422,GO:0015423,GO:0015766,GO:0015768,GO:0015772,GO:0015774,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0033037,GO:0034219,GO:0042623,GO:0042626,GO:0042956,GO:0043211,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 - ko:K15772 ko02010,map02010 M00491 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1.16,3.A.1.1.2 - - BPD_transp_1 +BSU_34150 224308.BSU34150 3.72e-301 821.0 COG1175@1|root,COG1175@2|Bacteria,1TR2A@1239|Firmicutes,4HB8H@91061|Bacilli,1ZBHD@1386|Bacillus 2|Bacteria P COG1175 ABC-type sugar transport systems, permease components malC GO:0003674,GO:0003824,GO:0005215,GO:0005363,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015154,GO:0015157,GO:0015399,GO:0015405,GO:0015422,GO:0015423,GO:0015766,GO:0015768,GO:0015772,GO:0016020,GO:0016021,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0032991,GO:0034219,GO:0042623,GO:0042626,GO:0043190,GO:0043211,GO:0043492,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098533,GO:0098796,GO:0098797,GO:1902494,GO:1902495,GO:1904949,GO:1990060,GO:1990351 - ko:K02025,ko:K02026,ko:K10118,ko:K15771,ko:K17235 ko02010,map02010 M00196,M00207,M00491,M00602 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1,3.A.1.1.16,3.A.1.1.2,3.A.1.1.28,3.A.1.1.34 - iYO844.BSU34150 BPD_transp_1 +BSU_34160 224308.BSU34160 2.05e-295 807.0 COG2182@1|root,COG2182@2|Bacteria,1TPU9@1239|Firmicutes,4HBHE@91061|Bacilli,1ZBWG@1386|Bacillus 2|Bacteria G COG2182 Maltose-binding periplasmic proteins domains cycB - - ko:K02027,ko:K15770,ko:K17237 ko02010,map02010 M00207,M00491,M00599 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1,3.A.1.1.16,3.A.1.1.2,3.A.1.1.38 - iYO844.BSU34610 SBP_bac_8 +BSU_34170 224308.BSU34170 6.42e-237 651.0 COG1609@1|root,COG1609@2|Bacteria,1TPZJ@1239|Firmicutes,4HC9Z@91061|Bacilli,1ZD8J@1386|Bacillus 2|Bacteria K Transcriptional regulator lacR - - ko:K02529 - - - - ko00000,ko03000 - - - LacI,Peripla_BP_3 +BSU_34180 224308.BSU34180 9.32e-145 409.0 COG2186@1|root,COG2186@2|Bacteria,1V2TU@1239|Firmicutes,4HDHI@91061|Bacilli,1ZD1T@1386|Bacillus 2|Bacteria K COG2186 Transcriptional regulators yvfI - - ko:K05799 - - - - ko00000,ko03000 - - - FCD,GntR +BSU_34190 224308.BSU34190 0.0 1072.0 COG1620@1|root,COG1620@2|Bacteria,1TQNM@1239|Firmicutes,4HAF3@91061|Bacilli,1ZC0U@1386|Bacillus 2|Bacteria C L-lactate permease lctP GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02550,ko:K03303 - - - - ko00000,ko02000 2.A.14,2.A.14.1.2 - - Lactate_perm +BSU_34200 224308.BSU34200 2.57e-308 841.0 COG1508@1|root,COG1508@2|Bacteria,1TQ0H@1239|Firmicutes,4HA8T@91061|Bacilli,1ZBKU@1386|Bacillus 2|Bacteria K COG1508 DNA-directed RNA polymerase specialized sigma subunit, sigma54 homolog rpoN GO:0000976,GO:0001067,GO:0001130,GO:0001216,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005515,GO:0005575,GO:0006355,GO:0008150,GO:0009889,GO:0009891,GO:0009893,GO:0010468,GO:0010556,GO:0010557,GO:0010604,GO:0010628,GO:0019219,GO:0019222,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0032991,GO:0032993,GO:0042802,GO:0043565,GO:0044212,GO:0045893,GO:0045935,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0051171,GO:0051173,GO:0051252,GO:0051254,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1902680,GO:1903506,GO:1903508,GO:1990837,GO:2000112,GO:2001141 - ko:K03092 ko02020,ko05111,map02020,map05111 - - - ko00000,ko00001,ko03021 - - - Sigma54_AID,Sigma54_CBD,Sigma54_DBD +BSU_34210 224308.BSU34210 5.69e-44 142.0 2EM15@1|root,33EQP@2|Bacteria,1VN1G@1239|Firmicutes,4HSEP@91061|Bacilli,1ZI1T@1386|Bacillus 2|Bacteria S YvfG protein yvfG - - - - - - - - - - - YvfG +BSU_34220 224308.BSU34220 1.85e-241 662.0 COG5039@1|root,COG5039@2|Bacteria,1V5MK@1239|Firmicutes,4HJ1D@91061|Bacilli 2|Bacteria GM Exopolysaccharide biosynthesis protein yvfF - - ko:K19431 - - - - ko00000,ko01000 - - - PS_pyruv_trans +BSU_34230 224308.BSU34230 1.2e-284 777.0 COG0399@1|root,COG0399@2|Bacteria,1TPDH@1239|Firmicutes,4HBZ8@91061|Bacilli,1ZCTS@1386|Bacillus 2|Bacteria E Belongs to the DegT DnrJ EryC1 family epsN - 2.6.1.102 ko:K13010,ko:K19430 ko00520,map00520 - R10460 RC00006,RC00781 ko00000,ko00001,ko01000,ko01005,ko01007 - - - CBS,DegT_DnrJ_EryC1 +BSU_34240 224308.BSU34240 6.53e-81 247.0 COG0110@1|root,COG0110@2|Bacteria,1V8CV@1239|Firmicutes,4HJ0P@91061|Bacilli,1ZGBH@1386|Bacillus 2|Bacteria GM COG0110 Acetyltransferase (isoleucine patch superfamily) epsM GO:0003674,GO:0003824,GO:0008374,GO:0016740,GO:0016746,GO:0016747 - ko:K19429 - - - - ko00000,ko01000 - - - Hexapep +BSU_34250 224308.BSU34250 9.52e-141 397.0 COG2148@1|root,COG2148@2|Bacteria,1TP49@1239|Firmicutes,4HFZV@91061|Bacilli,1ZC89@1386|Bacillus 2|Bacteria M COG2148 Sugar transferases involved in lipopolysaccharide synthesis epsL GO:0003674,GO:0003824,GO:0005975,GO:0005976,GO:0008150,GO:0008152,GO:0016740,GO:0016772,GO:0016780,GO:0043170,GO:0044238,GO:0071704 - ko:K13012,ko:K19428 - - - - ko00000,ko01000,ko01005 - - - Bac_transf +BSU_34265 224308.BSU34265 0.0 933.0 COG2244@1|root,COG2244@2|Bacteria,1TQBD@1239|Firmicutes,4HTU0@91061|Bacilli,1ZAXV@1386|Bacillus 2|Bacteria S COG2244 Membrane protein involved in the export of O-antigen and teichoic acid epsK GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K19418 - - - - ko00000,ko02000 - - - Polysacc_synt,Polysacc_synt_C +BSU_34280 224308.BSU34280 4.44e-251 688.0 COG1216@1|root,COG1216@2|Bacteria,1VATJ@1239|Firmicutes,4HCW0@91061|Bacilli,1ZFI5@1386|Bacillus 2|Bacteria S COG0463 Glycosyltransferases involved in cell wall biogenesis epsJ GO:0003674,GO:0003824,GO:0016740,GO:0016757 - ko:K19425,ko:K19427 - - - - ko00000,ko01000,ko01003 - GT2 - Glycos_transf_2 +BSU_34290 224308.BSU34290 5.09e-264 722.0 COG5039@1|root,COG5039@2|Bacteria,1V5MK@1239|Firmicutes,4HJ1D@91061|Bacilli,1ZEEK@1386|Bacillus 2|Bacteria GM pyruvyl transferase epsI - - ko:K19426 - - - - ko00000,ko01000 - - - PS_pyruv_trans +BSU_34300 224308.BSU34300 6.3e-251 688.0 COG1216@1|root,COG1216@2|Bacteria,1VJX3@1239|Firmicutes,4HWYT@91061|Bacilli,1ZDMT@1386|Bacillus 2|Bacteria S Glycosyltransferase like family 2 epsH GO:0003674,GO:0003824,GO:0016740,GO:0016757 - ko:K19425,ko:K19427 - - - - ko00000,ko01000,ko01003 - GT2 - Glycos_transf_2 +BSU_34310 224308.BSU34310 8.82e-265 725.0 2DP3I@1|root,330DE@2|Bacteria,1UPRV@1239|Firmicutes,4HS3P@91061|Bacilli,1ZSJX@1386|Bacillus 2|Bacteria S EpsG family epsG - - ko:K19419 - - - - ko00000,ko02000 9.B.183.1.9 - - EpsG +BSU_34320 224308.BSU34320 4.67e-280 765.0 COG0438@1|root,COG0438@2|Bacteria,1TRCM@1239|Firmicutes,4HC0S@91061|Bacilli,1ZEMI@1386|Bacillus 2|Bacteria M Glycosyl transferases group 1 epsF GO:0003674,GO:0003824,GO:0016740,GO:0016757,GO:0016758 - ko:K19424 - - - - ko00000,ko01000,ko01003 - GT4 - Glyco_trans_1_4,Glyco_transf_4,Glycos_transf_1 +BSU_34330 224308.BSU34330 2.16e-202 560.0 COG1215@1|root,COG1215@2|Bacteria,1UZRX@1239|Firmicutes,4HGN8@91061|Bacilli,1ZEKC@1386|Bacillus 2|Bacteria M COG0463 Glycosyltransferases involved in cell wall biogenesis epsE - - ko:K19423 - - - - ko00000,ko01000,ko01003 - GT2 - Glycos_transf_2 +BSU_34340 224308.BSU34340 2.95e-286 780.0 COG0438@1|root,COG0438@2|Bacteria,1TPY6@1239|Firmicutes,4HCN6@91061|Bacilli,1ZD2Y@1386|Bacillus 2|Bacteria M Glycosyl transferase 4-like epsD GO:0003674,GO:0003824,GO:0016740,GO:0016757 - ko:K00754,ko:K19422 - - - - ko00000,ko01000 - GT4 - Glyco_trans_1_4,Glyco_trans_4_2,Glyco_trans_4_4,Glyco_transf_4,Glycos_transf_1 +BSU_34350 224308.BSU34350 0.0 1160.0 COG1086@1|root,COG1086@2|Bacteria,1TR3W@1239|Firmicutes,4HAER@91061|Bacilli,1ZB9K@1386|Bacillus 2|Bacteria GM Polysaccharide biosynthesis protein pglF GO:0008150,GO:0043900,GO:0043902,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0065007,GO:1900190,GO:1900192 4.2.1.115,4.2.1.135,4.2.1.46 ko:K01710,ko:K15894,ko:K15912,ko:K19421 ko00520,ko00521,ko00523,ko00525,ko01055,ko01130,map00520,map00521,map00523,map00525,map01055,map01130 M00793 R06513,R09697 RC00402,RC02609 ko00000,ko00001,ko00002,ko01000 - - - CoA_binding_3,Polysacc_synt_2 +BSU_34360 224308.BSU34360 1.6e-149 422.0 COG0489@1|root,COG0489@2|Bacteria,1TS4R@1239|Firmicutes,4HCEN@91061|Bacilli,1ZB83@1386|Bacillus 2|Bacteria D COG0489 ATPases involved in chromosome partitioning ywqD - 2.7.10.2 ko:K00903 - - - - ko00000,ko01000,ko01001 - - - AAA_31,CbiA,ParA,Wzz +BSU_34370 224308.BSU34370 2.78e-158 444.0 COG3944@1|root,COG3944@2|Bacteria,1UZCR@1239|Firmicutes,4HE26@91061|Bacilli,1ZBJ4@1386|Bacillus 2|Bacteria M biosynthesis protein ywqC - - ko:K19420 - - - - ko00000 - - - GNVR,Wzz +BSU_34380 224308.BSU34380 2.15e-99 289.0 COG1396@1|root,COG1396@2|Bacteria,1VAXE@1239|Firmicutes,4HKHB@91061|Bacilli,1ZFHM@1386|Bacillus 2|Bacteria K transcriptional slr GO:0008150,GO:0009892,GO:0010468,GO:0010605,GO:0010629,GO:0019222,GO:0048519,GO:0050789,GO:0060255,GO:0065007 - ko:K19417,ko:K19449 - - - - ko00000,ko03000 - - - HTH_3,Methyltransf_25,SinI +BSU_34390 224308.BSU34390 0.0 985.0 COG2272@1|root,COG2272@2|Bacteria,1UXY5@1239|Firmicutes,4HCKV@91061|Bacilli,1ZEEU@1386|Bacillus 2|Bacteria I Belongs to the type-B carboxylesterase lipase family pnbA - - ko:K03929 - - - - ko00000,ko01000 - CE10 - COesterase +BSU_34400 224308.BSU34400 5.4e-120 342.0 COG3479@1|root,COG3479@2|Bacteria,1UY0X@1239|Firmicutes,4HAN3@91061|Bacilli,1ZF2A@1386|Bacillus 2|Bacteria Q Phenolic acid decarboxylase padC - - ko:K13727 - - - - ko00000,ko01000 - - - PA_decarbox +BSU_34410 224308.BSU34410 5.1e-64 195.0 2DMP1@1|root,32SS8@2|Bacteria,1VFZZ@1239|Firmicutes,4HX01@91061|Bacilli,1ZJV7@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3237) MA20_18690 - - - - - - - - - - - DUF3237 +BSU_34430 224308.BSU34430 1.51e-163 457.0 COG1794@1|root,COG1794@2|Bacteria,1V1BP@1239|Firmicutes,4HFX8@91061|Bacilli,1ZQCX@1386|Bacillus 2|Bacteria M Belongs to the aspartate glutamate racemases family racX - 5.1.1.13 ko:K01779 ko00250,ko01054,map00250,map01054 - R00491 RC00302 ko00000,ko00001,ko01000 - - - Asp_Glu_race +BSU_34440 224308.BSU34440 0.0 915.0 COG1680@1|root,COG1680@2|Bacteria,1UZUZ@1239|Firmicutes,4IPQ5@91061|Bacilli,1ZG0V@1386|Bacillus 2|Bacteria V Beta-lactamase pbpE GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - - - - - - - - - - Beta-lactamase,DUF3471 +BSU_34450 224308.BSU34450 0.0 954.0 COG1621@1|root,COG1621@2|Bacteria,1TR8C@1239|Firmicutes,4HBYU@91061|Bacilli,1ZBRC@1386|Bacillus 2|Bacteria M levansucrase activity sacB GO:0005575,GO:0005576 2.4.1.10,2.4.1.9 ko:K00692,ko:K20811 ko00500,ko01100,ko02020,map00500,map01100,map02020 - R04194,R05140 RC00077,RC00247 ko00000,ko00001,ko01000,ko01003 - GH68 - Glyco_hydro_68,Gram_pos_anchor +BSU_34460 224308.BSU34460 0.0 1088.0 COG1621@1|root,COG1621@2|Bacteria,1TPAE@1239|Firmicutes,4H9Y7@91061|Bacilli,1ZE06@1386|Bacillus 2|Bacteria G Belongs to the glycosyl hydrolase 32 family levB GO:0003674,GO:0003824,GO:0004553,GO:0004564,GO:0005975,GO:0005984,GO:0005985,GO:0005987,GO:0008150,GO:0008152,GO:0009056,GO:0009311,GO:0009313,GO:0009987,GO:0016052,GO:0016787,GO:0016798,GO:0044237,GO:0044238,GO:0044248,GO:0044262,GO:0044275,GO:0046352,GO:0071704,GO:1901575 3.2.1.26,3.2.1.64,3.2.1.65,3.2.1.80 ko:K01193,ko:K01212,ko:K03332,ko:K18775 ko00051,ko00052,ko00500,ko01100,map00051,map00052,map00500,map01100 - R00801,R00802,R00879,R02410,R03635,R03921,R05624,R06088,R10784,R11311 RC00028,RC00077,RC03278 ko00000,ko00001,ko01000 - GH32 iYO844.BSU38040 Glyco_hydro_32C,Glyco_hydro_32N +BSU_34470 224308.BSU34470 0.0 1025.0 COG0531@1|root,COG0531@2|Bacteria,1TPJH@1239|Firmicutes,4HC13@91061|Bacilli,1ZCG6@1386|Bacillus 2|Bacteria E amino acid yveA GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015179,GO:0015291,GO:0015297,GO:0015318,GO:0015711,GO:0015807,GO:0015849,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1902475,GO:1903825,GO:1905039 - - - - - - - - - - AA_permease_2 +BSU_34480 224308.BSU34480 6.84e-137 389.0 COG1309@1|root,COG1309@2|Bacteria,1V4J3@1239|Firmicutes,4HHPI@91061|Bacilli,1ZG5D@1386|Bacillus 2|Bacteria K Transcriptional regulator yvdT GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - - - - - - - - - - TetR_C_4,TetR_N +BSU_34490 224308.BSU34490 1.81e-67 205.0 COG2076@1|root,COG2076@2|Bacteria,1VA4Z@1239|Firmicutes,4HKVF@91061|Bacilli,1ZIHS@1386|Bacillus 2|Bacteria P Small Multidrug Resistance protein ykkC GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0015893,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0042221,GO:0042493,GO:0044425,GO:0044459,GO:0044464,GO:0046618,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - ko:K11741,ko:K18924 - M00712 - - ko00000,ko00002,ko02000 2.A.7.1,2.A.7.1.5 - - Multi_Drug_Res +BSU_34500 224308.BSU34500 1.03e-66 202.0 COG2076@1|root,COG2076@2|Bacteria,1VE2R@1239|Firmicutes,4HKJB@91061|Bacilli,1ZIIC@1386|Bacillus 2|Bacteria P Small Multidrug Resistance protein sugE GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0015893,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0042221,GO:0042493,GO:0044425,GO:0044459,GO:0044464,GO:0046618,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - ko:K11741,ko:K18925 - M00712 - - ko00000,ko00002,ko02000 2.A.7.1,2.A.7.1.5 - - Multi_Drug_Res +BSU_34510 224308.BSU34510 5.53e-122 347.0 2DBXC@1|root,2ZBP3@2|Bacteria,1V1I2@1239|Firmicutes,4HB52@91061|Bacilli,1ZFJV@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3231) yvdQ - - - - - - - - - - - DUF3231 +BSU_34520 224308.BSU34520 0.0 924.0 COG0277@1|root,COG0277@2|Bacteria,1U53V@1239|Firmicutes,4HDF7@91061|Bacilli,1ZKKC@1386|Bacillus 2|Bacteria C COG0277 FAD FMN-containing dehydrogenases ygaK - - - - - - - - - - - BBE,FAD_binding_4 +BSU_34530 224308.BSU34530 8.09e-235 645.0 COG3621@1|root,COG3621@2|Bacteria,1V83Q@1239|Firmicutes,4IRZP@91061|Bacilli,1ZRZG@1386|Bacillus 2|Bacteria S Patatin-like phospholipase - - - ko:K06900 - - - - ko00000 - - - DUF1735,Laminin_G_3,Patatin +BSU_34540 224308.BSU34540 8.17e-135 382.0 COG0740@1|root,COG0740@2|Bacteria,1TQ91@1239|Firmicutes,4HA8J@91061|Bacilli,1ZARS@1386|Bacillus 2|Bacteria OU Cleaves peptides in various proteins in a process that requires ATP hydrolysis. Has a chymotrypsin-like activity. Plays a major role in the degradation of misfolded proteins clpP GO:0003674,GO:0003824,GO:0004176,GO:0005488,GO:0005515,GO:0006355,GO:0006508,GO:0006515,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0009056,GO:0009057,GO:0009889,GO:0009890,GO:0009892,GO:0009987,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010629,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0019219,GO:0019222,GO:0019538,GO:0030163,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0042623,GO:0042802,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044257,GO:0044260,GO:0044265,GO:0044267,GO:0045892,GO:0045934,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051252,GO:0051253,GO:0051603,GO:0060255,GO:0065007,GO:0070011,GO:0071704,GO:0080090,GO:0140096,GO:1901564,GO:1901565,GO:1901575,GO:1902679,GO:1903506,GO:1903507,GO:2000112,GO:2000113,GO:2001141 3.4.21.92 ko:K01358 ko04112,ko04212,map04112,map04212 - - - ko00000,ko00001,ko01000,ko01002 - - - CLP_protease +BSU_34550 224308.BSU34550 1.01e-156 440.0 COG0637@1|root,COG0637@2|Bacteria,1V389@1239|Firmicutes,4HGHQ@91061|Bacilli,1ZQ74@1386|Bacillus 2|Bacteria S Haloacid dehalogenase-like hydrolase pgmB GO:0000287,GO:0003674,GO:0003824,GO:0004805,GO:0005488,GO:0005575,GO:0005576,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0005975,GO:0005984,GO:0005991,GO:0005992,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008801,GO:0009058,GO:0009311,GO:0009312,GO:0009987,GO:0016020,GO:0016051,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0016853,GO:0016866,GO:0016868,GO:0019203,GO:0030312,GO:0034637,GO:0040007,GO:0042578,GO:0043167,GO:0043169,GO:0044237,GO:0044238,GO:0044249,GO:0044262,GO:0044424,GO:0044444,GO:0044464,GO:0046351,GO:0046872,GO:0071704,GO:0071944,GO:1901576 2.4.1.64,3.1.3.12,3.2.1.28,5.4.2.6 ko:K01087,ko:K01194,ko:K01838,ko:K05342 ko00500,ko01100,map00500,map01100 - R00010,R02727,R02728,R02778,R11310 RC00017,RC00049,RC00408 ko00000,ko00001,ko00537,ko01000 - GH37,GH65 - Glyco_hydro_65C,Glyco_hydro_65N,Glyco_hydro_65m,HAD_2,Hydrolase,Trehalose_PPase +BSU_34560 224308.BSU34560 0.0 1179.0 COG0366@1|root,COG0366@2|Bacteria,1TP53@1239|Firmicutes,4HA1G@91061|Bacilli,1ZASC@1386|Bacillus 2|Bacteria G COG0366 Glycosidases malL GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 3.2.1.1,3.2.1.10,3.2.1.20,3.2.1.93,5.4.99.16 ko:K01182,ko:K01187,ko:K01226,ko:K05343 ko00052,ko00500,ko01100,map00052,map00500,map01100 - R00028,R00801,R00802,R00837,R01557,R01718,R01791,R02108,R02112,R06087,R06088,R06113,R06199,R11262 RC00028,RC00049,RC00059,RC00077,RC00451,RC01816 ko00000,ko00001,ko01000 - GH13,GH31 - Alpha-amylase,DUF3459,Malt_amylase_C +BSU_34570 224308.BSU34570 0.0 1550.0 COG1554@1|root,COG1554@2|Bacteria,1TQMB@1239|Firmicutes,4HAVB@91061|Bacilli,1ZBSM@1386|Bacillus 2|Bacteria G Glycoside hydrolase, family 65 yvdK GO:0003674,GO:0003824,GO:0005575,GO:0005618,GO:0005623,GO:0016787,GO:0030312,GO:0044464,GO:0071944 2.4.1.8 ko:K00691 ko00500,ko01100,map00500,map01100 - R01555 RC00049 ko00000,ko00001,ko01000 - GH65 - Glyco_hydro_65C,Glyco_hydro_65N,Glyco_hydro_65m +BSU_34580 224308.BSU34580 2.23e-203 563.0 COG5521@1|root,COG5521@2|Bacteria,1V7S4@1239|Firmicutes,4HJ3V@91061|Bacilli,1ZF9A@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF1189) malA - - - - - - - - - - - DUF1189 +BSU_34590 224308.BSU34590 4.82e-190 528.0 COG3833@1|root,COG3833@2|Bacteria,1TRB7@1239|Firmicutes,4HC5K@91061|Bacilli,1ZB5C@1386|Bacillus 2|Bacteria P transport malD GO:0003674,GO:0003824,GO:0005215,GO:0005363,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015154,GO:0015157,GO:0015399,GO:0015405,GO:0015422,GO:0015423,GO:0015766,GO:0015768,GO:0015772,GO:0015774,GO:0016020,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0033037,GO:0034219,GO:0042623,GO:0042626,GO:0042956,GO:0043211,GO:0043492,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944 - ko:K15772 ko02010,map02010 M00491 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1.16,3.A.1.1.2 - - BPD_transp_1 +BSU_34600 224308.BSU34600 2.12e-311 848.0 COG1175@1|root,COG1175@2|Bacteria,1TR2A@1239|Firmicutes,4HB8H@91061|Bacilli,1ZBHD@1386|Bacillus 2|Bacteria P COG1175 ABC-type sugar transport systems, permease components malC GO:0003674,GO:0003824,GO:0005215,GO:0005363,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015154,GO:0015157,GO:0015399,GO:0015405,GO:0015422,GO:0015423,GO:0015766,GO:0015768,GO:0015772,GO:0016020,GO:0016021,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0032991,GO:0034219,GO:0042623,GO:0042626,GO:0043190,GO:0043211,GO:0043492,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098533,GO:0098796,GO:0098797,GO:1902494,GO:1902495,GO:1904949,GO:1990060,GO:1990351 - ko:K02025,ko:K02026,ko:K10118,ko:K15771,ko:K17235 ko02010,map02010 M00196,M00207,M00491,M00602 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1,3.A.1.1.16,3.A.1.1.2,3.A.1.1.28,3.A.1.1.34 - iYO844.BSU34150 BPD_transp_1 +BSU_34610 224308.BSU34610 1.03e-302 825.0 COG2182@1|root,COG2182@2|Bacteria,1TPU9@1239|Firmicutes,4HBHE@91061|Bacilli,1ZBWG@1386|Bacillus 2|Bacteria G COG2182 Maltose-binding periplasmic proteins domains mdxE - - ko:K02027,ko:K15770,ko:K17237 ko02010,map02010 M00207,M00491,M00599 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1,3.A.1.1.16,3.A.1.1.2,3.A.1.1.38 - iYO844.BSU34610 SBP_bac_8 +BSU_34620 224308.BSU34620 0.0 1241.0 COG0366@1|root,COG0366@2|Bacteria,1TNZ0@1239|Firmicutes,4HB67@91061|Bacilli,1ZAZP@1386|Bacillus 2|Bacteria G Alpha amylase, N-terminal ig-like domain nplT - 3.2.1.133,3.2.1.135,3.2.1.54 ko:K01208 ko00500,ko01100,map00500,map01100 - R02112,R03122,R11262 - ko00000,ko00001,ko01000 - GH13 - Alpha-amylase,Alpha-amylase_N,Malt_amylase_C +BSU_34630 224308.BSU34630 2.28e-223 616.0 COG1609@1|root,COG1609@2|Bacteria,1U6Z4@1239|Firmicutes,4HC2A@91061|Bacilli,1ZCWX@1386|Bacillus 2|Bacteria K Transcriptional regulator yvdE - - ko:K02529 - - - - ko00000,ko03000 - - - LacI,Peripla_BP_3 +BSU_34640 224308.BSU34640 2.66e-137 388.0 COG1611@1|root,COG1611@2|Bacteria,1V9MJ@1239|Firmicutes,4HIU1@91061|Bacilli,1ZQTF@1386|Bacillus 2|Bacteria S Belongs to the LOG family yvdD - 3.2.2.10 ko:K06966 ko00230,ko00240,map00230,map00240 - R00182,R00510 RC00063,RC00318 ko00000,ko00001,ko01000 - - - Lysine_decarbox +BSU_34650 224308.BSU34650 1.58e-70 212.0 COG1694@1|root,COG1694@2|Bacteria,1VA9N@1239|Firmicutes,4HMTD@91061|Bacilli,1ZRZC@1386|Bacillus 2|Bacteria S MazG nucleotide pyrophosphohydrolase domain yvdC - - - - - - - - - - - MazG +BSU_34660 224308.BSU34660 0.0 996.0 COG0659@1|root,COG0659@2|Bacteria,1TPI4@1239|Firmicutes,4H9V4@91061|Bacilli,1ZCKC@1386|Bacillus 2|Bacteria P COG0659 Sulfate permease and related transporters (MFS superfamily) sulP GO:0003333,GO:0003674,GO:0005215,GO:0005310,GO:0005326,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006835,GO:0006836,GO:0006855,GO:0006865,GO:0008150,GO:0008272,GO:0008509,GO:0008514,GO:0015075,GO:0015103,GO:0015116,GO:0015138,GO:0015141,GO:0015171,GO:0015172,GO:0015179,GO:0015183,GO:0015238,GO:0015318,GO:0015556,GO:0015698,GO:0015711,GO:0015740,GO:0015741,GO:0015744,GO:0015800,GO:0015807,GO:0015810,GO:0015849,GO:0015893,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0042221,GO:0042493,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0070778,GO:0071422,GO:0071702,GO:0071705,GO:0071944,GO:0072348,GO:0098656,GO:0098660,GO:0098661,GO:1901682,GO:1902358,GO:1902475,GO:1903825,GO:1905039 - ko:K03321 - - - - ko00000,ko02000 2.A.53.3 - iSbBS512_1146.SbBS512_E1370 STAS,Sulfate_transp +BSU_34670 224308.BSU34670 1.53e-139 394.0 COG0288@1|root,COG0288@2|Bacteria,1V1EC@1239|Firmicutes,4HFQA@91061|Bacilli,1ZB5T@1386|Bacillus 2|Bacteria P Reversible hydration of carbon dioxide cah - 4.2.1.1 ko:K01673 ko00910,map00910 - R00132,R10092 RC02807 ko00000,ko00001,ko01000 - - - Pro_CA +BSU_34680 224308.BSU34680 3.57e-236 649.0 COG1052@1|root,COG1052@2|Bacteria,1TPCX@1239|Firmicutes,4HASY@91061|Bacilli,1ZB0I@1386|Bacillus 2|Bacteria CH Belongs to the D-isomer specific 2-hydroxyacid dehydrogenase family ghrB GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0006082,GO:0008150,GO:0008152,GO:0008873,GO:0008875,GO:0009056,GO:0009987,GO:0016052,GO:0016054,GO:0016491,GO:0016614,GO:0016616,GO:0016618,GO:0019520,GO:0019522,GO:0019752,GO:0030267,GO:0032787,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044262,GO:0044275,GO:0044281,GO:0044282,GO:0044424,GO:0044444,GO:0044464,GO:0046176,GO:0046181,GO:0046395,GO:0055114,GO:0071704,GO:0072329,GO:1901575 1.1.1.215,1.1.1.26,1.1.1.43,1.1.1.79,1.1.1.81 ko:K00015,ko:K00032,ko:K00090 ko00030,ko00260,ko00480,ko00620,ko00630,ko01100,ko01110,ko01120,map00030,map00260,map00480,map00620,map00630,map01100,map01110,map01120 - R00465,R00717,R01388,R01392,R01739,R02032,R02034 RC00001,RC00031,RC00042,RC00084 ko00000,ko00001,ko01000 - - iSFV_1184.SFV_3534 2-Hacid_dh,2-Hacid_dh_C +BSU_34690 224308.BSU34690 0.0 1204.0 COG0577@1|root,COG0577@2|Bacteria,1TR2D@1239|Firmicutes,4HAG9@91061|Bacilli,1ZB66@1386|Bacillus 2|Bacteria V ABC transporter (permease) yxdM - - ko:K02004,ko:K11636 ko02020,map02020 M00258,M00315 - - ko00000,ko00001,ko00002,ko02000 3.A.1,3.A.1.134.6 - - FtsX +BSU_34700 224308.BSU34700 4.46e-181 504.0 COG1136@1|root,COG1136@2|Bacteria,1TNZG@1239|Firmicutes,4H9UT@91061|Bacilli,1ZCDW@1386|Bacillus 2|Bacteria V ABC transporter, ATP-binding protein yvcR - - ko:K02003,ko:K11635 ko02020,map02020 M00258,M00315 - - ko00000,ko00001,ko00002,ko02000 3.A.1,3.A.1.134.6 - - ABC_tran +BSU_34710 224308.BSU34710 1.68e-252 693.0 COG5002@1|root,COG5002@2|Bacteria,1UI6U@1239|Firmicutes,4ISFW@91061|Bacilli,1ZS5S@1386|Bacillus 2|Bacteria T His Kinase A (phosphoacceptor) domain yvcQ - 2.7.13.3 ko:K02484,ko:K07639 ko02020,map02020 M00446 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - HATPase_c,HisKA +BSU_34720 224308.BSU34720 1.9e-171 478.0 COG0745@1|root,COG0745@2|Bacteria,1TR32@1239|Firmicutes,4HAQ7@91061|Bacilli,1ZE1M@1386|Bacillus 2|Bacteria T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain yvcP - - ko:K02483,ko:K11634 ko02020,map02020 M00470 - - ko00000,ko00001,ko00002,ko02022 - - - Response_reg,Trans_reg_C +BSU_34729 224308.BSU34729 1.37e-45 146.0 29SAN@1|root,30DF6@2|Bacteria,1UB89@1239|Firmicutes,4IMM0@91061|Bacilli,1ZKDV@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_34730 224308.BSU34730 1.25e-189 525.0 COG2162@1|root,COG2162@2|Bacteria,1V4PB@1239|Firmicutes,4HHI4@91061|Bacilli,1ZCUM@1386|Bacillus 2|Bacteria Q Belongs to the arylamine N-acetyltransferase family nhoA - 2.3.1.118 ko:K00675 - - - - ko00000,ko01000 - - - Acetyltransf_2 +BSU_34740 224308.BSU34740 3.92e-50 159.0 COG1925@1|root,COG1925@2|Bacteria,1VA0R@1239|Firmicutes,4HKKW@91061|Bacilli,1ZHV0@1386|Bacillus 2|Bacteria G Phosphocarrier protein Chr crh GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008150,GO:0043610,GO:0044424,GO:0044464,GO:0050789,GO:0065007 - ko:K11184,ko:K11189 - - - - ko00000,ko02000 4.A.2.1 - - PTS-HPr +BSU_34750 224308.BSU34750 3.63e-220 608.0 COG1481@1|root,COG1481@2|Bacteria,1TP2X@1239|Firmicutes,4HB4H@91061|Bacilli,1ZBKY@1386|Bacillus 2|Bacteria K May be required for sporulation whiA GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0008150,GO:0016020,GO:0030312,GO:0043937,GO:0044464,GO:0050789,GO:0050793,GO:0065007,GO:0071944 - ko:K09762 - - - - ko00000 - - - HTH_WhiA,LAGLIDADG_WhiA,WhiA_N +BSU_34760 224308.BSU34760 2.69e-227 626.0 COG0391@1|root,COG0391@2|Bacteria,1TPNV@1239|Firmicutes,4HA0Z@91061|Bacilli,1ZB2R@1386|Bacillus 2|Bacteria S Required for morphogenesis under gluconeogenic growth conditions ybhK - - - - - - - - - - - UPF0052 +BSU_34770 224308.BSU34770 2.09e-213 589.0 COG1660@1|root,COG1660@2|Bacteria,1TPS4@1239|Firmicutes,4H9KM@91061|Bacilli,1ZCWE@1386|Bacillus 2|Bacteria S Displays ATPase and GTPase activities rapZ GO:0003674,GO:0003676,GO:0003723,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0006139,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016020,GO:0016070,GO:0034641,GO:0042802,GO:0043170,GO:0044237,GO:0044238,GO:0044464,GO:0046483,GO:0071704,GO:0071944,GO:0090304,GO:0097159,GO:1901360,GO:1901363 - ko:K06958 - - - - ko00000,ko03019 - - - ATP_bind_2 +BSU_34780 224308.BSU34780 9.76e-117 333.0 COG1051@1|root,COG1051@2|Bacteria,1V66I@1239|Firmicutes,4HJEQ@91061|Bacilli,1ZQ2P@1386|Bacillus 2|Bacteria F COG0494 NTP pyrophosphohydrolases including oxidative damage repair enzymes mutX - 3.6.1.55 ko:K03574 - - - - ko00000,ko01000,ko03400 - - - NUDIX +BSU_34790 224308.BSU34790 4.81e-225 620.0 COG0492@1|root,COG0492@2|Bacteria,1TNZS@1239|Firmicutes,4HA4N@91061|Bacilli,1ZBDJ@1386|Bacillus 2|Bacteria C Belongs to the class-II pyridine nucleotide-disulfide oxidoreductase family trxB - 1.8.1.9 ko:K00384 ko00450,map00450 - R02016,R03596,R09372 RC00013,RC02518,RC02873 ko00000,ko00001,ko01000 - - - Pyr_redox_2 +BSU_34800 224308.BSU34800 1.75e-189 543.0 COG0791@1|root,COG3883@1|root,COG0791@2|Bacteria,COG3883@2|Bacteria,1UVYK@1239|Firmicutes,4HDAX@91061|Bacilli,1ZCUD@1386|Bacillus 2|Bacteria M protein conserved in bacteria usp GO:0003674,GO:0003796,GO:0003824,GO:0004175,GO:0004553,GO:0005575,GO:0005576,GO:0005618,GO:0005623,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016787,GO:0016798,GO:0019538,GO:0030312,GO:0043170,GO:0044238,GO:0044464,GO:0061783,GO:0070011,GO:0071704,GO:0071944,GO:0140096,GO:1901564 - ko:K19220,ko:K19223,ko:K19224,ko:K21471 - - - - ko00000,ko01000,ko01002,ko01011 - CBM50 - CHAP,NLPC_P60 +BSU_34810 224308.BSU34810 0.0 962.0 COG0457@1|root,COG0457@2|Bacteria,1UBH2@1239|Firmicutes,4HB47@91061|Bacilli,1ZD40@1386|Bacillus 2|Bacteria S COG0457 FOG TPR repeat yvcD - - - - - - - - - - - HTH_psq,TPR_16,TPR_19,TPR_2,TPR_8 +BSU_34820 224308.BSU34820 0.0 1095.0 COG1132@1|root,COG1132@2|Bacteria,1TSY4@1239|Firmicutes,4HAJQ@91061|Bacilli,1ZCBG@1386|Bacillus 2|Bacteria V ABC transporter lmrA GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 3.6.3.44 ko:K02021,ko:K06147,ko:K18104 ko01501,ko02010,map01501,map02010 M00700 - - ko00000,ko00001,ko00002,ko01000,ko01504,ko02000 3.A.1.106,3.A.1.109,3.A.1.110,3.A.1.112,3.A.1.113,3.A.1.117,3.A.1.123,3.A.1.21 - - ABC_membrane,ABC_tran +BSU_34840 224308.BSU34840 0.0 1239.0 2CA56@1|root,2Z93A@2|Bacteria,1TSPR@1239|Firmicutes,4HAN6@91061|Bacilli,1ZEQ5@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - DUF2974 +BSU_34850 224308.BSU34850 6.36e-172 479.0 2E73G@1|root,331MZ@2|Bacteria,1VEY8@1239|Firmicutes,4HPNS@91061|Bacilli,1ZJRC@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_34860 224308.BSU34860 2.61e-146 412.0 COG0139@1|root,COG0140@1|root,COG0139@2|Bacteria,COG0140@2|Bacteria,1UYNA@1239|Firmicutes,4HA9R@91061|Bacilli,1ZDBB@1386|Bacillus 2|Bacteria E belongs to the PRA-CH family hisE GO:0000105,GO:0000287,GO:0003674,GO:0003824,GO:0004636,GO:0005488,GO:0005575,GO:0005618,GO:0005623,GO:0006082,GO:0006520,GO:0006547,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009605,GO:0009607,GO:0009987,GO:0016053,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0018130,GO:0019438,GO:0019752,GO:0030312,GO:0034641,GO:0040007,GO:0043167,GO:0043169,GO:0043207,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044403,GO:0044419,GO:0044464,GO:0046394,GO:0046483,GO:0046872,GO:0050896,GO:0051701,GO:0051704,GO:0051707,GO:0052803,GO:0071704,GO:0071944,GO:0075136,GO:0075139,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 3.5.4.19,3.6.1.31,5.3.1.16 ko:K01496,ko:K01523,ko:K01814,ko:K11755 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R04035,R04037,R04640 RC00002,RC00945,RC01055 ko00000,ko00001,ko00002,ko01000 - - iAF987.Gmet_1897,iHN637.CLJU_RS05760,iSB619.SA_RS14110,iYO844.BSU34860 PRA-CH,PRA-PH +BSU_34870 224308.BSU34870 9.74e-177 493.0 COG0107@1|root,COG0107@2|Bacteria,1TP0W@1239|Firmicutes,4HAAM@91061|Bacilli,1ZAUX@1386|Bacillus 2|Bacteria E IGPS catalyzes the conversion of PRFAR and glutamine to IGP, AICAR and glutamate. The HisF subunit catalyzes the cyclization activity that produces IGP and AICAR from PRFAR using the ammonia provided by the HisH subunit hisF GO:0000107,GO:0003674,GO:0003824,GO:0016740,GO:0016757,GO:0016763 - ko:K02500 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R04558 RC00010,RC01190,RC01943 ko00000,ko00001,ko00002,ko01000 - - iHN637.CLJU_RS05755,iSB619.SA_RS14115 His_biosynth +BSU_34880 224308.BSU34880 1.44e-170 476.0 COG0106@1|root,COG0106@2|Bacteria,1V1IR@1239|Firmicutes,4HACP@91061|Bacilli,1ZC7D@1386|Bacillus 2|Bacteria E 1-(5-phosphoribosyl)-5- 5-phosphoribosylamino)methylideneamino imidazole-4-carboxamide isomerase hisA GO:0000105,GO:0000162,GO:0003674,GO:0003824,GO:0003949,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006520,GO:0006547,GO:0006568,GO:0006576,GO:0006586,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009072,GO:0009073,GO:0009308,GO:0009309,GO:0009987,GO:0016053,GO:0016853,GO:0016860,GO:0016861,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0042401,GO:0042430,GO:0042435,GO:0043436,GO:0044106,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046219,GO:0046394,GO:0046483,GO:0052803,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 5.3.1.16 ko:K01814 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R04640 RC00945 ko00000,ko00001,ko00002,ko01000 - - - His_biosynth +BSU_34890 224308.BSU34890 7.21e-150 421.0 COG0118@1|root,COG0118@2|Bacteria,1TQT0@1239|Firmicutes,4HFXQ@91061|Bacilli,1ZBC4@1386|Bacillus 2|Bacteria E IGPS catalyzes the conversion of PRFAR and glutamine to IGP, AICAR and glutamate. The HisH subunit provides the glutamine amidotransferase activity that produces the ammonia necessary to HisF for the synthesis of IGP and AICAR hisH GO:0000105,GO:0000107,GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006547,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009987,GO:0016053,GO:0016740,GO:0016757,GO:0016763,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0052803,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 - ko:K02501 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R04558 RC00010,RC01190,RC01943 ko00000,ko00001,ko00002,ko01000 - - - GATase +BSU_34900 224308.BSU34900 4.96e-139 392.0 COG0131@1|root,COG0131@2|Bacteria,1TRH7@1239|Firmicutes,4HCFG@91061|Bacilli,1ZBVJ@1386|Bacillus 2|Bacteria E imidazoleglycerol-phosphate dehydratase hisB GO:0000105,GO:0003674,GO:0003824,GO:0004401,GO:0004424,GO:0005488,GO:0005515,GO:0006082,GO:0006520,GO:0006547,GO:0006725,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009987,GO:0016053,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0016829,GO:0016835,GO:0016836,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0040007,GO:0042578,GO:0042802,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0052803,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.1.1.23,2.6.1.9,3.1.3.15,4.2.1.19 ko:K00013,ko:K00817,ko:K01089,ko:K01693 ko00340,ko00350,ko00360,ko00400,ko00401,ko00960,ko01100,ko01110,ko01130,ko01230,map00340,map00350,map00360,map00400,map00401,map00960,map01100,map01110,map01130,map01230 M00026 R00694,R00734,R01158,R01163,R03012,R03013,R03243,R03457 RC00006,RC00017,RC00099,RC00242,RC00463,RC00888,RC00932 ko00000,ko00001,ko00002,ko01000,ko01007 - - iECO111_1330.ECO111_2746,iECS88_1305.ECS88_2121,iJN746.PP_0289,iLJ478.TM1039,iSB619.SA_RS14130,iUMNK88_1353.UMNK88_2570 Hydrolase_like,IGPD,PNK3P +BSU_34910 224308.BSU34910 1.19e-297 813.0 COG0141@1|root,COG0141@2|Bacteria,1TPAW@1239|Firmicutes,4H9XK@91061|Bacilli,1ZCAX@1386|Bacillus 2|Bacteria E Catalyzes the sequential NAD-dependent oxidations of L- histidinol to L-histidinaldehyde and then to L-histidine hisD GO:0000105,GO:0003674,GO:0003824,GO:0004399,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006547,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009987,GO:0016053,GO:0016491,GO:0016614,GO:0016616,GO:0018130,GO:0019438,GO:0019752,GO:0030145,GO:0034641,GO:0043167,GO:0043169,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046483,GO:0046872,GO:0046914,GO:0052803,GO:0055114,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 1.1.1.23,1.1.1.308 ko:K00013,ko:K15509 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R01158,R01163,R03012 RC00099,RC00242,RC00463 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS14140,iYO844.BSU34910 Histidinol_dh +BSU_34920 224308.BSU34920 9.09e-149 419.0 COG0040@1|root,COG0040@2|Bacteria,1TSVZ@1239|Firmicutes,4H9MH@91061|Bacilli,1ZCFW@1386|Bacillus 2|Bacteria E Catalyzes the condensation of ATP and 5-phosphoribose 1- diphosphate to form N'-(5'-phosphoribosyl)-ATP (PR-ATP). Has a crucial role in the pathway because the rate of histidine biosynthesis seems to be controlled primarily by regulation of HisG enzymatic activity hisG GO:0000105,GO:0003674,GO:0003824,GO:0003879,GO:0006082,GO:0006520,GO:0006547,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009987,GO:0016053,GO:0016740,GO:0016757,GO:0016763,GO:0018130,GO:0019438,GO:0019752,GO:0034641,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0052803,GO:0071704,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 2.4.2.17 ko:K00765,ko:K02502 ko00340,ko01100,ko01110,ko01230,map00340,map01100,map01110,map01230 M00026 R01071 RC02819,RC03200 ko00000,ko00001,ko00002,ko01000 - - - HisG +BSU_34930 224308.BSU34930 2.07e-282 771.0 COG3705@1|root,COG3705@2|Bacteria,1TPZZ@1239|Firmicutes,4HBBA@91061|Bacilli,1ZB4H@1386|Bacillus 2|Bacteria E Required for the first step of histidine biosynthesis. May allow the feedback regulation of ATP phosphoribosyltransferase activity by histidine hisZ - 2.4.2.17,6.1.1.21 ko:K00765,ko:K01892,ko:K02502 ko00340,ko00970,ko01100,ko01110,ko01230,map00340,map00970,map01100,map01110,map01230 M00026,M00359,M00360 R01071,R03655 RC00055,RC00523,RC02819,RC03200 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - - tRNA-synt_His +BSU_34940 224308.BSU34940 2.14e-179 499.0 COG4990@1|root,COG4990@2|Bacteria,1V3XE@1239|Firmicutes,4HK8M@91061|Bacilli,1ZDKM@1386|Bacillus 2|Bacteria NU protein conserved in bacteria yvpB - - - - - - - - - - - Peptidase_C39_2 +BSU_34950 224308.BSU34950 5.68e-156 437.0 COG5297@1|root,COG5297@2|Bacteria,1VSCG@1239|Firmicutes,4HVEI@91061|Bacilli 2|Bacteria G Pectate lyase hrpW - 4.2.2.10,4.2.2.2 ko:K19551 ko00040,map00040 - R02361 RC00049,RC00705 ko00000,ko00001,ko01000 - - - Pectate_lyase,RicinB_lectin_2 +BSU_34960 224308.BSU34960 3.06e-120 343.0 COG0110@1|root,COG0110@2|Bacteria,1V1SM@1239|Firmicutes,4HFTP@91061|Bacilli,1ZBJ5@1386|Bacillus 2|Bacteria S COG0110 Acetyltransferase (isoleucine patch superfamily) yvoF - 2.3.1.79 ko:K00661 - - - - ko00000,ko01000 - - - Hexapep,Hexapep_2 +BSU_34970 224308.BSU34970 4.51e-155 435.0 COG0546@1|root,COG0546@2|Bacteria,1TPPZ@1239|Firmicutes,4HE7X@91061|Bacilli,1ZB95@1386|Bacillus 2|Bacteria S Hydrolyzes pyrophosphate formed during P-Ser-HPr dephosphorylation by HPrK P. Might play a role in controlling the intracellular pyrophosphate pool ppaX GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006259,GO:0006281,GO:0006725,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008967,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0033554,GO:0034641,GO:0042578,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:1901360 3.1.3.18,3.6.1.1 ko:K01091,ko:K06019,ko:K13292 ko00190,ko00630,ko01100,ko01110,ko01130,map00190,map00630,map01100,map01110,map01130 - R01334 RC00017 ko00000,ko00001,ko01000 - - - HAD_2 +BSU_34980 224308.BSU34980 3.19e-212 587.0 COG0370@1|root,COG0370@2|Bacteria,1TQT3@1239|Firmicutes,4HAIZ@91061|Bacilli,1ZAYP@1386|Bacillus 2|Bacteria P COG0370 Fe2 transport system protein B yvoD - - - - - - - - - - - Gate +BSU_34990 224308.BSU34990 3.18e-195 541.0 COG0682@1|root,COG0682@2|Bacteria,1TPAK@1239|Firmicutes,4HAT0@91061|Bacilli,1ZAR8@1386|Bacillus 2|Bacteria M Transfers the N-acyl diglyceride group on what will become the N-terminal cysteine of membrane lipoproteins lgt GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0008961,GO:0009058,GO:0009059,GO:0009249,GO:0009898,GO:0009987,GO:0010467,GO:0016020,GO:0016021,GO:0016740,GO:0016757,GO:0018065,GO:0018193,GO:0018205,GO:0019538,GO:0031224,GO:0031226,GO:0034645,GO:0036211,GO:0040007,GO:0042157,GO:0042158,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044425,GO:0044459,GO:0044464,GO:0051604,GO:0071704,GO:0071944,GO:0098552,GO:0098562,GO:0140096,GO:1901564,GO:1901566,GO:1901576 2.1.1.199 ko:K03438,ko:K13292 - - - - ko00000,ko01000,ko03009 - - - LGT +BSU_35000 224308.BSU35000 1.47e-216 598.0 COG1493@1|root,COG1493@2|Bacteria,1TP5Z@1239|Firmicutes,4HAXR@91061|Bacilli,1ZD05@1386|Bacillus 2|Bacteria F Catalyzes the ATP- as well as the pyrophosphate- dependent phosphorylation of a specific serine residue in HPr, a phosphocarrier protein of the phosphoenolpyruvate-dependent sugar phosphotransferase system (PTS). HprK P also catalyzes the pyrophosphate-producing, inorganic phosphate-dependent dephosphorylation (phosphorolysis) of seryl-phosphorylated HPr (P- Ser-HPr). The two antagonistic activities of HprK P are regulated by several intracellular metabolites, which change their concentration in response to the absence or presence of rapidly metabolisable carbon sources (glucose, fructose, etc.) in the growth medium. Also phosphorylates dephosphorylates the HPr-like catabolite repression protein crh on a specific serine residue. Therefore, by controlling the phosphorylation state of HPr and crh, HPrK P is a sensor enzyme that plays a major role in the regulation of carbon metabolism and sugar transport it mediates carbon catabolite repression (CCR), and regulates PTS-catalyzed carbohydrate uptake and inducer exclusion hprK GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 - ko:K06023 - - - - ko00000,ko01000 - - - Hpr_kinase_C,Hpr_kinase_N +BSU_35010 224308.BSU35010 2.25e-284 777.0 COG1820@1|root,COG1820@2|Bacteria,1TPFK@1239|Firmicutes,4HC6C@91061|Bacilli,1ZCM7@1386|Bacillus 2|Bacteria G Belongs to the metallo-dependent hydrolases superfamily. NagA family nagA GO:0003674,GO:0003824,GO:0005488,GO:0005506,GO:0005515,GO:0006040,GO:0006044,GO:0006046,GO:0008150,GO:0008152,GO:0008448,GO:0009056,GO:0016787,GO:0016810,GO:0016811,GO:0019213,GO:0042802,GO:0042803,GO:0043167,GO:0043169,GO:0046348,GO:0046872,GO:0046914,GO:0046983,GO:0071704,GO:1901071,GO:1901072,GO:1901135,GO:1901136,GO:1901575 3.5.1.25 ko:K01443 ko00520,ko01130,map00520,map01130 - R02059 RC00166,RC00300 ko00000,ko00001,ko01000 - - - Amidohydro_1 +BSU_35020 224308.BSU35020 1.39e-171 479.0 COG0363@1|root,COG0363@2|Bacteria,1TP10@1239|Firmicutes,4HAG4@91061|Bacilli,1ZD28@1386|Bacillus 2|Bacteria G Catalyzes the reversible isomerization-deamination of glucosamine 6-phosphate (GlcN6P) to form fructose 6-phosphate (Fru6P) and ammonium ion nagB GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 3.1.1.31,3.5.99.6 ko:K01057,ko:K02564 ko00030,ko00520,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map00520,map01100,map01110,map01120,map01130,map01200 M00004,M00006,M00008 R00765,R02035 RC00163,RC00537 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU02360,iYO844.BSU35020 Glucosamine_iso +BSU_35030 224308.BSU35030 5.23e-172 480.0 COG2188@1|root,COG2188@2|Bacteria,1UYBW@1239|Firmicutes,4HDDG@91061|Bacilli,1ZBS6@1386|Bacillus 2|Bacteria K transcriptional yvoA - - ko:K03710 - - - - ko00000,ko03000 - - - GntR,UTRA +BSU_35040 224308.BSU35040 0.0 2613.0 COG1409@1|root,COG1409@2|Bacteria,1TPQQ@1239|Firmicutes,4HC2W@91061|Bacilli,1ZCF0@1386|Bacillus 2|Bacteria Q Calcineurin-like phosphoesterase yvnB - 3.1.4.53 ko:K03651 ko00230,ko02025,map00230,map02025 - R00191 RC00296 ko00000,ko00001,ko01000 - - - DUF5011,LTD,Laminin_G_3,Metallophos +BSU_35050 224308.BSU35050 9.4e-110 315.0 COG1846@1|root,COG1846@2|Bacteria,1W0YZ@1239|Firmicutes,4HY82@91061|Bacilli,1ZQ3W@1386|Bacillus 2|Bacteria K helix_turn_helix multiple antibiotic resistance protein adcR - - - - - - - - - - - HTH_27,MarR +BSU_35060 224308.BSU35060 1.61e-293 801.0 COG2124@1|root,COG2124@2|Bacteria,1TPWZ@1239|Firmicutes,4HAGS@91061|Bacilli,1ZC1Y@1386|Bacillus 2|Bacteria C Cytochrome P450 cypX GO:0003674,GO:0003824,GO:0004497,GO:0005488,GO:0005506,GO:0006066,GO:0006082,GO:0006629,GO:0006706,GO:0006707,GO:0006732,GO:0006766,GO:0006767,GO:0006768,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008202,GO:0008203,GO:0008395,GO:0009056,GO:0009058,GO:0009102,GO:0009108,GO:0009110,GO:0009987,GO:0016042,GO:0016053,GO:0016125,GO:0016127,GO:0016491,GO:0016705,GO:0016709,GO:0016713,GO:0017144,GO:0018130,GO:0019752,GO:0020037,GO:0032787,GO:0034641,GO:0036199,GO:0042364,GO:0042440,GO:0043167,GO:0043169,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044282,GO:0044283,GO:0046148,GO:0046164,GO:0046394,GO:0046483,GO:0046872,GO:0046906,GO:0046914,GO:0048037,GO:0051186,GO:0051188,GO:0055114,GO:0071704,GO:0072330,GO:0097159,GO:1901360,GO:1901361,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901575,GO:1901576,GO:1901615,GO:1901616,GO:1902652 1.14.14.46,1.14.15.13 ko:K15468,ko:K16593,ko:K17474 ko00780,ko01100,map00780,map01100 M00573 R10123 - ko00000,ko00001,ko00002,ko00199,ko01000,ko01008 - - - p450 +BSU_35070 224308.BSU35070 2.49e-177 494.0 2E8AV@1|root,332PQ@2|Bacteria,1VVMM@1239|Firmicutes,4HWIF@91061|Bacilli,1ZMQK@1386|Bacillus 2|Bacteria S Involved in the biosynthesis of pulcherrimin, a red extracellular pigment. It uses activated amino acids in the form of aminoacyl-tRNAs (aa-tRNAs) as substrates to catalyze the ATP- independent formation of cyclodipeptides which are intermediates in diketopiperazine (DKP) biosynthetic pathways. Catalyzes the formation of cyclo(L-Leu-L-Leu) (cLL) from L-leucyl-tRNA(Leu). Can also incorporate various nonpolar residues, such as L- phenylalanine, L-leucine and methionine, into cyclodipeptides yvmC GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0016740,GO:0016746,GO:0016755,GO:0042440,GO:0046148,GO:0140096 2.3.2.22 ko:K17485 - - - - ko00000,ko01000 - - - CDPS +BSU_35080 224308.BSU35080 6.2e-114 327.0 COG1846@1|root,COG1846@2|Bacteria,1VDUK@1239|Firmicutes,4HN0Q@91061|Bacilli,1ZQ3X@1386|Bacillus 2|Bacteria K helix_turn_helix multiple antibiotic resistance protein yvmB - - - - - - - - - - - MarR +BSU_35090 224308.BSU35090 2.46e-271 744.0 COG0477@1|root,COG2814@2|Bacteria,1TR6I@1239|Firmicutes,4HCNW@91061|Bacilli,1ZFKW@1386|Bacillus 2|Bacteria EGP Major Facilitator Superfamily yvmA - - ko:K07552 - - - - ko00000,ko02000 2.A.1.2 - - MFS_1,Sugar_tr +BSU_35100 224308.BSU35100 3.8e-66 202.0 COG1950@1|root,COG1950@2|Bacteria,1VF4I@1239|Firmicutes,4HNXP@91061|Bacilli,1ZI79@1386|Bacillus 2|Bacteria S Membrane yvlD - - ko:K08972 - - - - ko00000 - - - Phage_holin_4_2,Phosphodiest +BSU_35110 224308.BSU35110 1.5e-36 123.0 COG1983@1|root,COG1983@2|Bacteria,1VKBQ@1239|Firmicutes,4HRGW@91061|Bacilli,1ZJCV@1386|Bacillus 2|Bacteria KT PspC domain pspB - - ko:K03970,ko:K03973 - - - - ko00000,ko02048,ko03000 - - - PspB,PspC +BSU_35120 224308.BSU35120 5.8e-221 614.0 COG3595@1|root,COG3595@2|Bacteria,1TS90@1239|Firmicutes,4HDI6@91061|Bacilli,1ZC95@1386|Bacillus 2|Bacteria S Putative adhesin yvlB - - - - - - - - - - - DUF4097 +BSU_35130 224308.BSU35130 3.3e-64 196.0 2DZIG@1|root,30CTN@2|Bacteria,1UACD@1239|Firmicutes,4IKQM@91061|Bacilli,1ZHD2@1386|Bacillus 2|Bacteria - - yvlA - - - - - - - - - - - - +BSU_35140 224308.BSU35140 2.73e-46 149.0 29RWT@1|root,30D0Y@2|Bacteria,1UANW@1239|Firmicutes,4IM1I@91061|Bacilli,1ZIQG@1386|Bacillus 2|Bacteria - - yvkN - - - - - - - - - - - - +BSU_35150 224308.BSU35150 2.57e-104 302.0 COG1344@1|root,COG1344@2|Bacteria,1TP1K@1239|Firmicutes,4H9UA@91061|Bacilli,1ZAQJ@1386|Bacillus 2|Bacteria N Flagellin is the subunit protein which polymerizes to form the filaments of bacterial flagella hag GO:0005575,GO:0005576,GO:0005623,GO:0009288,GO:0042995,GO:0043226,GO:0043228,GO:0044464 - ko:K02406 ko02020,ko02040,ko04621,ko04626,ko05132,ko05134,map02020,map02040,map04621,map04626,map05132,map05134 - - - ko00000,ko00001,ko02035 - - - Flagellin_C,Flagellin_N,Flg_bb_rod +BSU_35160 224308.BSU35160 0.0 1889.0 COG0178@1|root,COG0178@2|Bacteria,1TPIJ@1239|Firmicutes,4HAW9@91061|Bacilli,1ZARC@1386|Bacillus 2|Bacteria L The UvrABC repair system catalyzes the recognition and processing of DNA lesions. UvrA is an ATPase and a DNA-binding protein. A damage recognition complex composed of 2 UvrA and 2 UvrB subunits scans DNA for abnormalities. When the presence of a lesion has been verified by UvrB, the UvrA molecules dissociate uvrA - - ko:K03701 ko03420,map03420 - - - ko00000,ko00001,ko03400 - - - ABC_tran +BSU_35170 224308.BSU35170 0.0 1273.0 COG0556@1|root,COG0556@2|Bacteria,1TPKB@1239|Firmicutes,4HB81@91061|Bacilli,1ZC50@1386|Bacillus 2|Bacteria L damaged site, the DNA wraps around one UvrB monomer. DNA wrap is dependent on ATP binding by UvrB and probably causes local melting of the DNA helix, facilitating insertion of UvrB beta-hairpin between the DNA strands. Then UvrB probes one DNA strand for the presence of a lesion. If a lesion is found the UvrA subunits dissociate and the UvrB-DNA preincision complex is formed. This complex is subsequently bound by UvrC and the second UvrB is released. If no lesion is found, the DNA wraps around the other UvrB subunit that will check the other stand for damage uvrB - - ko:K03702,ko:K08999 ko03420,map03420 - - - ko00000,ko00001,ko03400 - - - Helicase_C,ResIII,UVR,UvrB +BSU_35180 224308.BSU35180 1.03e-41 137.0 COG4897@1|root,COG4897@2|Bacteria,1VMTY@1239|Firmicutes,4HQMX@91061|Bacilli,1ZITV@1386|Bacillus 2|Bacteria S protein conserved in bacteria csbA - - - - - - - - - - - DUF2198 +BSU_35190 224308.BSU35190 0.0 1645.0 COG0574@1|root,COG3848@1|root,COG0574@2|Bacteria,COG3848@2|Bacteria,1UYA0@1239|Firmicutes,4HDHF@91061|Bacilli,1ZQ5X@1386|Bacillus 2|Bacteria GT Phosphotransferase yvkC - 2.7.9.2 ko:K01007 ko00620,ko00680,ko00720,ko01100,ko01120,ko01200,map00620,map00680,map00720,map01100,map01120,map01200 M00173,M00374 R00199 RC00002,RC00015 ko00000,ko00001,ko00002,ko01000 - - - PEP-utilizers,PPDK_N +BSU_35200 224308.BSU35200 4.09e-131 372.0 COG1309@1|root,COG1309@2|Bacteria,1V69B@1239|Firmicutes,4HIE0@91061|Bacilli,1ZEDX@1386|Bacillus 2|Bacteria K Transcriptional regulator yvkB GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - - - - - - - - - - Phage_integrase,TetR_C_11,TetR_N +BSU_35210 224308.BSU35210 5.47e-298 815.0 COG0477@1|root,COG2814@2|Bacteria,1U4EP@1239|Firmicutes,4HAZC@91061|Bacilli,1ZC4J@1386|Bacillus 2|Bacteria P -transporter yvkA GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - ko:K08168 - M00704 - - ko00000,ko00002,ko01504,ko02000 2.A.1.3.16,2.A.1.3.22,2.A.1.3.6 - - MFS_1,Sugar_tr +BSU_35220 224308.BSU35220 1.57e-280 767.0 COG0265@1|root,COG0265@2|Bacteria,1TSBA@1239|Firmicutes,4HA05@91061|Bacilli,1ZAQG@1386|Bacillus 2|Bacteria O COG0265 Trypsin-like serine proteases, typically periplasmic, contain C-terminal PDZ domain minJ - - - - - - - - - - - PDZ_2 +BSU_35230 1051501.AYTL01000004_gene3438 1.18e-72 219.0 29RHV@1|root,30CKU@2|Bacteria,1UA28@1239|Firmicutes,4IKBF@91061|Bacilli,1ZGBI@1386|Bacillus 2|Bacteria S Swarming motility protein swrA - - - - - - - - - - - SwrA +BSU_35239 1051501.AYTL01000004_gene3438 5.84e-14 67.4 29RHV@1|root,30CKU@2|Bacteria,1UA28@1239|Firmicutes,4IKBF@91061|Bacilli,1ZGBI@1386|Bacillus 2|Bacteria S Swarming motility protein swrA - - - - - - - - - - - SwrA +BSU_35240 224308.BSU35240 0.0 929.0 COG0793@1|root,COG3409@1|root,COG0793@2|Bacteria,COG3409@2|Bacteria,1TPBI@1239|Firmicutes,4HAKE@91061|Bacilli,1ZBDE@1386|Bacillus 2|Bacteria M Belongs to the peptidase S41A family ctpA GO:0003674,GO:0003824,GO:0004175,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0006508,GO:0006518,GO:0006807,GO:0007154,GO:0007165,GO:0008150,GO:0008152,GO:0008233,GO:0009653,GO:0009987,GO:0016787,GO:0019538,GO:0023052,GO:0030154,GO:0030288,GO:0030313,GO:0030435,GO:0031975,GO:0032502,GO:0033218,GO:0034641,GO:0042277,GO:0042597,GO:0042802,GO:0042803,GO:0043170,GO:0043603,GO:0043900,GO:0043902,GO:0043934,GO:0044237,GO:0044238,GO:0044464,GO:0046983,GO:0048518,GO:0048522,GO:0048646,GO:0048856,GO:0048869,GO:0050789,GO:0050794,GO:0050896,GO:0051716,GO:0065007,GO:0070011,GO:0071704,GO:0140096,GO:1900190,GO:1900192,GO:1901564 3.4.21.102 ko:K03797 - - - - ko00000,ko01000,ko01002 - - - PDZ,PDZ_2,PG_binding_1,Peptidase_S41 +BSU_35250 224308.BSU35250 4.83e-199 553.0 COG2177@1|root,COG2177@2|Bacteria,1TPND@1239|Firmicutes,4HA5A@91061|Bacilli,1ZC4Q@1386|Bacillus 2|Bacteria D Part of the ABC transporter FtsEX involved in asymmetric cellular division facilitating the initiation of sporulation ftsX GO:0000910,GO:0005575,GO:0005576,GO:0005618,GO:0005623,GO:0005886,GO:0005887,GO:0007049,GO:0007154,GO:0007165,GO:0007166,GO:0008150,GO:0008356,GO:0009966,GO:0009987,GO:0010033,GO:0010646,GO:0016020,GO:0016021,GO:0016043,GO:0019221,GO:0022402,GO:0022603,GO:0022607,GO:0023051,GO:0023052,GO:0030312,GO:0031224,GO:0031226,GO:0032506,GO:0034097,GO:0040007,GO:0042173,GO:0042221,GO:0043937,GO:0043938,GO:0044085,GO:0044425,GO:0044459,GO:0044464,GO:0045595,GO:0045597,GO:0045881,GO:0048518,GO:0048522,GO:0048583,GO:0050789,GO:0050793,GO:0050794,GO:0050896,GO:0051094,GO:0051301,GO:0051716,GO:0065007,GO:0070098,GO:0070297,GO:0070887,GO:0071310,GO:0071345,GO:0071840,GO:0071944,GO:0090529,GO:1902531 - ko:K09811,ko:K09812 ko02010,map02010 M00256 - - ko00000,ko00001,ko00002,ko02000,ko03036 3.A.1.140 - - FtsX +BSU_35260 224308.BSU35260 1.5e-159 447.0 COG2884@1|root,COG2884@2|Bacteria,1TP58@1239|Firmicutes,4H9Z2@91061|Bacilli,1ZCAE@1386|Bacillus 2|Bacteria D cell division ATP-binding protein FtsE ftsE GO:0000166,GO:0000910,GO:0003674,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005886,GO:0007049,GO:0008144,GO:0008150,GO:0008356,GO:0009898,GO:0009966,GO:0009987,GO:0010646,GO:0016020,GO:0016043,GO:0017076,GO:0019897,GO:0019898,GO:0022402,GO:0022603,GO:0022607,GO:0023051,GO:0030554,GO:0031234,GO:0032153,GO:0032506,GO:0032553,GO:0032555,GO:0032559,GO:0035639,GO:0036094,GO:0042173,GO:0042221,GO:0043167,GO:0043168,GO:0043937,GO:0043938,GO:0044085,GO:0044424,GO:0044425,GO:0044459,GO:0044464,GO:0045595,GO:0045597,GO:0045881,GO:0046677,GO:0048518,GO:0048522,GO:0048583,GO:0050789,GO:0050793,GO:0050794,GO:0050896,GO:0051094,GO:0051301,GO:0065007,GO:0070297,GO:0071840,GO:0071944,GO:0090529,GO:0097159,GO:0097367,GO:0098552,GO:0098562,GO:1901265,GO:1901363,GO:1902531 - ko:K09811,ko:K09812 ko02010,map02010 M00256 - - ko00000,ko00001,ko00002,ko02000,ko03036 3.A.1.140 - - ABC_tran +BSU_35270 224308.BSU35270 3.23e-75 224.0 COG2010@1|root,COG2010@2|Bacteria,1VEEP@1239|Firmicutes,4HP6N@91061|Bacilli,1ZITU@1386|Bacillus 2|Bacteria C COG2010 Cytochrome c, mono- and diheme variants cccB - - ko:K12263,ko:K13300 - - - - ko00000 - - - Cytochrome_CBB3 +BSU_35280 224308.BSU35280 3.82e-185 517.0 COG1284@1|root,COG1284@2|Bacteria,1TR9J@1239|Firmicutes,4H9N6@91061|Bacilli,1ZC5M@1386|Bacillus 2|Bacteria S Uncharacterized protein conserved in bacteria (DUF2179) yvjA - - - - - - - - - - - DUF2179,YitT_membrane +BSU_35290 224308.BSU35290 6.47e-242 666.0 COG1186@1|root,COG1186@2|Bacteria,1TPSB@1239|Firmicutes,4H9N2@91061|Bacilli,1ZB5N@1386|Bacillus 2|Bacteria J Peptide chain release factor 2 directs the termination of translation in response to the peptide chain termination codons UGA and UAA prfB GO:0003674,GO:0003676,GO:0003723,GO:0003747,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006412,GO:0006415,GO:0006518,GO:0006807,GO:0008079,GO:0008135,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016043,GO:0016149,GO:0019538,GO:0022411,GO:0032984,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043603,GO:0043604,GO:0043624,GO:0043933,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:0071840,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576 - ko:K02836 - - - - ko00000,ko03012 - - - PCRF,RF-1 +BSU_35300 224308.BSU35300 0.0 1640.0 COG0653@1|root,COG0653@2|Bacteria,1TPEY@1239|Firmicutes,4HA22@91061|Bacilli,1ZAXF@1386|Bacillus 2|Bacteria U Part of the Sec protein translocase complex. Interacts with the SecYEG preprotein conducting channel. Has a central role in coupling the hydrolysis of ATP to the transfer of proteins into and across the cell membrane, serving as an ATP-driven molecular motor driving the stepwise translocation of polypeptide chains across the membrane secA GO:0000166,GO:0002790,GO:0003674,GO:0003824,GO:0005215,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0005887,GO:0006810,GO:0008104,GO:0008144,GO:0008150,GO:0008320,GO:0008565,GO:0009306,GO:0009987,GO:0015031,GO:0015399,GO:0015405,GO:0015440,GO:0015450,GO:0015462,GO:0015833,GO:0016020,GO:0016021,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0022804,GO:0022857,GO:0022884,GO:0030554,GO:0031224,GO:0031226,GO:0031522,GO:0032553,GO:0032555,GO:0032559,GO:0032940,GO:0032991,GO:0033036,GO:0033220,GO:0035639,GO:0036094,GO:0042623,GO:0042626,GO:0042886,GO:0042887,GO:0043167,GO:0043168,GO:0043492,GO:0043952,GO:0044424,GO:0044425,GO:0044444,GO:0044459,GO:0044464,GO:0045184,GO:0046903,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071806,GO:0071944,GO:0097159,GO:0097367,GO:1901265,GO:1901363,GO:1904680 - ko:K03070 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 - - ko00000,ko00001,ko00002,ko02044 3.A.5.1,3.A.5.10,3.A.5.2,3.A.5.4 - - Helicase_C,SEC-C,SecA_DEAD,SecA_PP_bind,SecA_SW +BSU_35310 224308.BSU35310 1.73e-132 375.0 COG1544@1|root,COG1544@2|Bacteria,1V1D5@1239|Firmicutes,4HFX9@91061|Bacilli,1ZFW8@1386|Bacillus 2|Bacteria J Required for dimerization of active 70S ribosomes into 100S ribosomes in stationary phase hpf GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006417,GO:0006448,GO:0008150,GO:0009889,GO:0009890,GO:0009892,GO:0010468,GO:0010556,GO:0010558,GO:0010605,GO:0010608,GO:0010629,GO:0015935,GO:0017148,GO:0019222,GO:0022626,GO:0022627,GO:0031323,GO:0031324,GO:0031326,GO:0031327,GO:0032268,GO:0032269,GO:0032991,GO:0034248,GO:0034249,GO:0043021,GO:0043022,GO:0043024,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0044877,GO:0045900,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051246,GO:0051248,GO:0060255,GO:0065007,GO:0080090,GO:1990904,GO:2000112,GO:2000113 - ko:K05808 - - - - ko00000,ko03009 - - - Ribosom_S30AE_C,Ribosomal_S30AE +BSU_35319 224308.BSU35319 1.84e-87 256.0 2AQ94@1|root,31FEZ@2|Bacteria,1UA12@1239|Firmicutes,4IK9M@91061|Bacilli,1ZG21@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_35330 224308.BSU35330 5.15e-91 266.0 COG1516@1|root,COG1516@2|Bacteria,1VA8K@1239|Firmicutes,4HIN5@91061|Bacilli,1ZH26@1386|Bacillus 2|Bacteria N flagellar protein FliS fliS - - ko:K02422 ko02040,map02040 - - - ko00000,ko00001,ko02035 - - - FliS +BSU_35340 224308.BSU35340 0.0 918.0 COG1345@1|root,COG1345@2|Bacteria,1TQ66@1239|Firmicutes,4H9TN@91061|Bacilli,1ZCIG@1386|Bacillus 2|Bacteria N morphogenesis and for the elongation of the flagellar filament by facilitating polymerization of the flagellin monomers at the tip of growing filament. Forms a capping structure, which prevents flagellin subunits (transported through the central channel of the flagellum) from leaking out without polymerization at the distal end fliD GO:0001539,GO:0005575,GO:0005576,GO:0005623,GO:0006928,GO:0008150,GO:0009288,GO:0009420,GO:0009421,GO:0009987,GO:0040011,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0097588 - ko:K02407 ko02040,map02040 - - - ko00000,ko00001,ko02035 - - - Flagellin_IN,FliD_C,FliD_N +BSU_35350 224308.BSU35350 3.14e-76 227.0 COG1334@1|root,COG1334@2|Bacteria,1VFRY@1239|Firmicutes,4HNSH@91061|Bacilli,1ZIZC@1386|Bacillus 2|Bacteria N flagellar protein FlaG flaG - - ko:K06603 - - - - ko00000,ko02035 - - - FlaG +BSU_35360 224308.BSU35360 8.01e-202 560.0 COG1344@1|root,COG1344@2|Bacteria,1TP1K@1239|Firmicutes,4H9UA@91061|Bacilli,1ZAQJ@1386|Bacillus 2|Bacteria N Flagellin is the subunit protein which polymerizes to form the filaments of bacterial flagella hag GO:0005575,GO:0005576,GO:0005623,GO:0009288,GO:0042995,GO:0043226,GO:0043228,GO:0044464 - ko:K02406 ko02020,ko02040,ko04621,ko04626,ko05132,ko05134,map02020,map02040,map04621,map04626,map05132,map05134 - - - ko00000,ko00001,ko02035 - - - Flagellin_C,Flagellin_N +BSU_35370 224308.BSU35370 2.58e-41 136.0 COG1551@1|root,COG1551@2|Bacteria,1VEEF@1239|Firmicutes,4HNPJ@91061|Bacilli,1ZJ2S@1386|Bacillus 2|Bacteria T Could accelerate the degradation of some genes transcripts potentially through selective RNA binding csrA - - ko:K03563 ko02020,ko02025,ko02026,ko05111,map02020,map02025,map02026,map05111 - - - ko00000,ko00001,ko03019 - - - CsrA +BSU_35380 224308.BSU35380 1.23e-96 281.0 COG1699@1|root,COG1699@2|Bacteria,1VA6Y@1239|Firmicutes,4HKYD@91061|Bacilli,1ZI2D@1386|Bacillus 2|Bacteria S Binds to the C-terminal region of flagellin, which is implicated in polymerization, and participates in the assembly of the flagellum fliW - - ko:K13626 - - - - ko00000,ko02035 - - - FliW +BSU_35390 224308.BSU35390 4.19e-93 276.0 2AZFG@1|root,31RPF@2|Bacteria,1VDGT@1239|Firmicutes,4HMCF@91061|Bacilli,1ZG8D@1386|Bacillus 2|Bacteria - - yviE - - - - - - - - - - - - +BSU_35400 224308.BSU35400 1.97e-199 554.0 COG1344@1|root,COG1344@2|Bacteria,1TPDT@1239|Firmicutes,4HCCZ@91061|Bacilli,1ZC4T@1386|Bacillus 2|Bacteria N Belongs to the bacterial flagellin family flgL GO:0005575,GO:0005576,GO:0005623,GO:0009288,GO:0042995,GO:0043226,GO:0043228,GO:0044464 - ko:K02397 ko02040,map02040 - - - ko00000,ko00001,ko02035 - - - Flagellin_C,Flagellin_IN,Flagellin_N +BSU_35410 224308.BSU35410 0.0 953.0 COG1256@1|root,COG4786@1|root,COG1256@2|Bacteria,COG4786@2|Bacteria,1TPXH@1239|Firmicutes,4HAKM@91061|Bacilli,1ZB70@1386|Bacillus 2|Bacteria N flagellar hook-associated protein flgK - - ko:K02396 ko02040,map02040 - - - ko00000,ko00001,ko02035 - - - DUF2950,Flg_bb_rod,Flg_bbr_C +BSU_35420 224308.BSU35420 3.5e-102 296.0 COG3418@1|root,COG3418@2|Bacteria,1VF67@1239|Firmicutes,4HMI4@91061|Bacilli,1ZJCA@1386|Bacillus 2|Bacteria NOU FlgN protein flgN - - ko:K02399 ko02040,map02040 - - - ko00000,ko00001,ko02035 - - - FlgN +BSU_35430 224308.BSU35430 1.06e-53 168.0 COG2747@1|root,COG2747@2|Bacteria,1VKHM@1239|Firmicutes,4HRCG@91061|Bacilli,1ZIVP@1386|Bacillus 2|Bacteria KNU Negative regulator of flagellin synthesis flgM GO:0000988,GO:0000989,GO:0003674,GO:0008150,GO:0009889,GO:0009892,GO:0010556,GO:0010605,GO:0016989,GO:0019219,GO:0019222,GO:0030162,GO:0031323,GO:0031324,GO:0031326,GO:0032268,GO:0032269,GO:0045861,GO:0048519,GO:0048523,GO:0050789,GO:0050794,GO:0051171,GO:0051172,GO:0051246,GO:0051248,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0140110,GO:1903506,GO:2001141 - ko:K02398 ko02020,ko02025,ko02026,ko02040,map02020,map02025,map02026,map02040 - - - ko00000,ko00001,ko02035 - - - FlgM +BSU_35440 224308.BSU35440 1.83e-96 280.0 2D61I@1|root,32TKA@2|Bacteria,1VB5H@1239|Firmicutes,4HKIR@91061|Bacilli,1ZIAM@1386|Bacillus 2|Bacteria S flagellar protein yvyF - - - - - - - - - - - - +BSU_35450 224308.BSU35450 9.99e-166 463.0 COG1040@1|root,COG1040@2|Bacteria,1V73S@1239|Firmicutes,4HJ6R@91061|Bacilli,1ZG88@1386|Bacillus 2|Bacteria S Phosphoribosyl transferase domain comFC - - ko:K02242 - M00429 - - ko00000,ko00002,ko02044 - - - Pribosyltran +BSU_35460 224308.BSU35460 1.26e-61 189.0 2DNY2@1|root,32ZR4@2|Bacteria,1VEGZ@1239|Firmicutes,4HQDM@91061|Bacilli,1ZHFM@1386|Bacillus 2|Bacteria S Late competence development protein ComFB comFB - - ko:K02241 - M00429 - - ko00000,ko00002,ko02044 - - - ComFB +BSU_35470 224308.BSU35470 0.0 934.0 COG4098@1|root,COG4098@2|Bacteria,1TPZE@1239|Firmicutes,4HB00@91061|Bacilli,1ZBXC@1386|Bacillus 2|Bacteria L COG4098 Superfamily II DNA RNA helicase required for DNA uptake (late competence protein) comFA GO:0003674,GO:0003678,GO:0003824,GO:0004003,GO:0004386,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006268,GO:0006270,GO:0006281,GO:0006302,GO:0006310,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0006996,GO:0008026,GO:0008094,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0032392,GO:0032508,GO:0033554,GO:0034641,GO:0034645,GO:0042623,GO:0043138,GO:0043140,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0046483,GO:0050896,GO:0051276,GO:0051716,GO:0070035,GO:0071103,GO:0071704,GO:0071840,GO:0090304,GO:0140097,GO:1901360,GO:1901576 - ko:K02240 - M00429 - - ko00000,ko00002,ko02044 3.A.11.1 - - DEAD,Helicase_C,ResIII +BSU_35480 224308.BSU35480 2.15e-199 552.0 COG1307@1|root,COG1307@2|Bacteria,1TRM7@1239|Firmicutes,4HBIR@91061|Bacilli,1ZAQH@1386|Bacillus 2|Bacteria S protein conserved in bacteria degV - - - - - - - - - - - DegV +BSU_35490 224308.BSU35490 5.89e-162 453.0 COG2197@1|root,COG2197@2|Bacteria,1TRXG@1239|Firmicutes,4HA3V@91061|Bacilli,1ZB23@1386|Bacillus 2|Bacteria KT COG2197 Response regulator containing a CheY-like receiver domain and an HTH DNA-binding domain degU - - ko:K02479,ko:K07692 ko02020,ko02024,map02020,map02024 M00478 - - ko00000,ko00001,ko00002,ko02022 - - - GerE,Response_reg +BSU_35500 224308.BSU35500 2.94e-247 682.0 COG4585@1|root,COG4585@2|Bacteria,1TQI3@1239|Firmicutes,4HAUU@91061|Bacilli,1ZDAA@1386|Bacillus 2|Bacteria T Member of the two-component regulatory system DegS DegU, which plays an important role in the transition growth phase degS - 2.7.13.3 ko:K07777 ko02020,map02020 M00478 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - DegS,HATPase_c,HisKA_3 +BSU_35510 224308.BSU35510 2.41e-155 436.0 COG1739@1|root,COG1739@2|Bacteria,1V6MQ@1239|Firmicutes,4HBIT@91061|Bacilli,1ZAXD@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF1949) yvyE - 3.4.13.9 ko:K01271 - - - - ko00000,ko01000,ko01002 - - - DUF1949,UPF0029 +BSU_35520 224308.BSU35520 3.99e-225 627.0 COG1316@1|root,COG1316@2|Bacteria,1TQ9C@1239|Firmicutes,4HB29@91061|Bacilli,1ZB6K@1386|Bacillus 2|Bacteria K Transcriptional regulator yvhJ - - - - - - - - - - - LytR_cpsA_psr +BSU_35530 224308.BSU35530 2.1e-231 640.0 COG0472@1|root,COG0472@2|Bacteria,1TP9V@1239|Firmicutes,4H9KT@91061|Bacilli,1ZBZB@1386|Bacillus 2|Bacteria M COG0472 UDP-N-acetylmuramyl pentapeptide phosphotransferase UDP-N-acetylglucosamine-1-phosphate transferase tagO GO:0000287,GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0016020,GO:0016043,GO:0016740,GO:0016772,GO:0016780,GO:0030145,GO:0034645,GO:0042546,GO:0043167,GO:0043169,GO:0043170,GO:0044036,GO:0044038,GO:0044085,GO:0044237,GO:0044249,GO:0044260,GO:0044464,GO:0045229,GO:0046872,GO:0046914,GO:0070589,GO:0071554,GO:0071555,GO:0071704,GO:0071840,GO:0071944,GO:1901576 2.7.8.33,2.7.8.35 ko:K02851 - - R08856 RC00002 ko00000,ko01000,ko01003,ko01005 - - - Glycos_transf_4 +BSU_35540 224308.BSU35540 3.04e-303 825.0 COG0438@1|root,COG0438@2|Bacteria,1TQ1S@1239|Firmicutes,4HP9Q@91061|Bacilli,1ZBVC@1386|Bacillus 2|Bacteria M Teichuronic acid biosynthesis glycosyltransferase tuaH tuaH GO:0003674,GO:0003824,GO:0016740,GO:0016757 - ko:K16699 - - - - ko00000,ko01000,ko01003 - - - Glyco_trans_1_4 +BSU_35550 224308.BSU35550 8.42e-187 518.0 COG1215@1|root,COG1215@2|Bacteria,1VUUB@1239|Firmicutes,4IS9M@91061|Bacilli,1ZCPM@1386|Bacillus 2|Bacteria M Glycosyltransferase like family 2 tuaG GO:0003674,GO:0003824,GO:0016740,GO:0016757 - ko:K16698 - - - - ko00000,ko01000,ko01003 - GT2 iYO844.BSU35550 Glyco_tranf_2_2,Glycos_transf_2 +BSU_35560 224308.BSU35560 6.04e-149 420.0 COG3206@1|root,COG3206@2|Bacteria,1VMAJ@1239|Firmicutes,4HRWH@91061|Bacilli,1ZET2@1386|Bacillus 2|Bacteria M protein involved in exopolysaccharide biosynthesis tuaF - - ko:K07011,ko:K16706 - - - - ko00000 - - - GNVR,Wzz +BSU_35570 224308.BSU35570 0.0 912.0 COG3307@1|root,COG3307@2|Bacteria,1V5WV@1239|Firmicutes,4HF4U@91061|Bacilli,1ZC1E@1386|Bacillus 2|Bacteria M Teichuronic acid biosynthesis protein tuaE - - ko:K16705 - - - - ko00000 - - - Wzy_C +BSU_35580 224308.BSU35580 0.0 897.0 COG1004@1|root,COG1004@2|Bacteria,1TQFN@1239|Firmicutes,4HADP@91061|Bacilli,1ZAP3@1386|Bacillus 2|Bacteria M Belongs to the UDP-glucose GDP-mannose dehydrogenase family tuaD GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 1.1.1.22 ko:K00012 ko00040,ko00053,ko00520,ko01100,map00040,map00053,map00520,map01100 M00014,M00129,M00361,M00362 R00286 RC00291 ko00000,ko00001,ko00002,ko01000 - - - UDPG_MGDP_dh,UDPG_MGDP_dh_C,UDPG_MGDP_dh_N +BSU_35590 224308.BSU35590 8.77e-283 772.0 COG0297@1|root,COG0438@1|root,COG0297@2|Bacteria,COG0438@2|Bacteria,1TPS8@1239|Firmicutes,4ISX6@91061|Bacilli,1ZS7S@1386|Bacillus 2|Bacteria GM Teichuronic acid tuaC GO:0003674,GO:0003824,GO:0016740,GO:0016757 2.4.1.21,3.2.1.1 ko:K00703,ko:K01176,ko:K16697,ko:K20430 ko00500,ko00525,ko01100,ko01110,ko01130,ko02026,ko04973,map00500,map00525,map01100,map01110,map01130,map02026,map04973 M00565,M00814 R02108,R02112,R02421,R11247,R11262 RC00005,RC03400,RC03401 ko00000,ko00001,ko00002,ko01000,ko01003 - GH13,GT4,GT5 iYO844.BSU35590 Glyco_trans_1_4,Glyco_transf_4,Glycos_transf_1 +BSU_35600 224308.BSU35600 2.58e-316 865.0 COG2244@1|root,COG2244@2|Bacteria,1TPSH@1239|Firmicutes,4HAGX@91061|Bacilli,1ZDDM@1386|Bacillus 2|Bacteria S COG2244 Membrane protein involved in the export of O-antigen and teichoic acid wzxC GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03328,ko:K16694,ko:K16695 - - - - ko00000,ko02000 2.A.66.2,2.A.66.2.6,2.A.66.2.7 - iYO844.BSU35600 Polysacc_synt_3,Polysacc_synt_C +BSU_35609 326423.RBAM_032760 1.25e-27 104.0 COG2148@1|root,COG2148@2|Bacteria,1TP7M@1239|Firmicutes,4HB15@91061|Bacilli,1ZDDY@1386|Bacillus 2|Bacteria M COG2148 Sugar transferases involved in lipopolysaccharide synthesis tuaA - - - - - - - - - - - Bac_transf,CoA_binding_3 +BSU_35610 1051501.AYTL01000004_gene3401 5.66e-101 296.0 COG2148@1|root,COG2148@2|Bacteria,1TP7M@1239|Firmicutes,4HB15@91061|Bacilli,1ZDDY@1386|Bacillus 2|Bacteria M COG2148 Sugar transferases involved in lipopolysaccharide synthesis tuaA - - - - - - - - - - - Bac_transf,CoA_binding_3 +BSU_35620 224308.BSU35620 0.0 936.0 COG0860@1|root,COG2247@1|root,COG0860@2|Bacteria,COG2247@2|Bacteria,1UYPW@1239|Firmicutes,4HBVT@91061|Bacilli,1ZD0F@1386|Bacillus 2|Bacteria M n-acetylmuramoyl-L-alanine amidase lytC GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 3.5.1.28 ko:K01448 ko01503,map01503 M00727 R04112 RC00064,RC00141 ko00000,ko00001,ko00002,ko01000,ko01011,ko03036 - - - Amidase_3,CW_binding_2,GBS_Bsp-like,NLPC_P60,SH3_3 +BSU_35630 224308.BSU35630 0.0 1295.0 COG2247@1|root,COG2385@1|root,COG2247@2|Bacteria,COG2385@2|Bacteria,1V9XE@1239|Firmicutes,4HDNT@91061|Bacilli,1ZF67@1386|Bacillus 2|Bacteria D Stage II sporulation protein lytB GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 3.5.1.28 ko:K01448,ko:K06381 ko01503,map01503 M00727 R04112 RC00064,RC00141 ko00000,ko00001,ko00002,ko01000,ko01011,ko03036 - - - Amidase_3,CW_binding_2,PG_binding_1,SH3_3,SpoIID +BSU_35640 1051501.AYTL01000004_gene3398 3.26e-50 160.0 2E29G@1|root,32XF4@2|Bacteria 2|Bacteria - - - - - - - - - - - - - - PrcB_C +BSU_35650 224308.BSU35650 2.77e-219 605.0 COG1316@1|root,COG1316@2|Bacteria,1TR1B@1239|Firmicutes,4HA09@91061|Bacilli,1ZBT5@1386|Bacillus 2|Bacteria K May catalyze the final step in cell wall teichoic acid biosynthesis, the transfer of the anionic cell wall polymers (APs) from their lipid-linked precursor to the cell wall peptidoglycan (PG) lytR - - - - - - - - - - - LytR_cpsA_psr +BSU_35660 224308.BSU35660 6.61e-278 759.0 COG0381@1|root,COG0381@2|Bacteria,1TQZT@1239|Firmicutes,4HBI3@91061|Bacilli,1ZCZG@1386|Bacillus 2|Bacteria M Belongs to the UDP-N-acetylglucosamine 2-epimerase family mnaA - 5.1.3.14 ko:K01791 ko00520,ko01100,ko05111,map00520,map01100,map05111 M00362 R00420 RC00290 ko00000,ko00001,ko00002,ko01000,ko01005 - - iSB619.SA_RS11005 Epimerase_2 +BSU_35670 224308.BSU35670 1.78e-208 576.0 COG1210@1|root,COG1210@2|Bacteria,1TQ24@1239|Firmicutes,4HATY@91061|Bacilli,1ZASX@1386|Bacillus 2|Bacteria M UTP-glucose-1-phosphate uridylyltransferase galU - 2.7.7.9 ko:K00963 ko00040,ko00052,ko00500,ko00520,ko01100,ko01130,map00040,map00052,map00500,map00520,map01100,map01130 M00129,M00361,M00362,M00549 R00289 RC00002 ko00000,ko00001,ko00002,ko01000 - - - NTP_transferase +BSU_35680 224308.BSU35680 0.0 1805.0 COG1215@1|root,COG1887@1|root,COG1215@2|Bacteria,COG1887@2|Bacteria,1V4DT@1239|Firmicutes,4HC9U@91061|Bacilli,1ZDEV@1386|Bacillus 2|Bacteria M CDP-Glycerol:Poly(glycerophosphate) glycerophosphotransferase ggaB GO:0003674,GO:0003824,GO:0016740,GO:0016757 - ko:K12983 - - - - ko00000,ko01000,ko01003,ko01005 - GT2 - Glycos_transf_2,Glyphos_transf +BSU_35690 224308.BSU35690 0.0 892.0 COG0463@1|root,COG0463@2|Bacteria,1V35I@1239|Firmicutes,4HG1U@91061|Bacilli,1ZAYQ@1386|Bacillus 2|Bacteria M Glycosyltransferase like family 2 ggaA GO:0003674,GO:0003824,GO:0016740,GO:0016757 - ko:K00786 - - - - ko00000,ko01000 - - - Glycos_transf_2 +BSU_35698 1071073.KI530538_gene201 3.92e-13 67.0 COG1887@1|root,COG1887@2|Bacteria,1TP75@1239|Firmicutes,4H9Q1@91061|Bacilli,1ZB61@1386|Bacillus 2|Bacteria M glycosyl glycerophosphate transferases involved in teichoic acid biosynthesis TagF TagB EpsJ RodC tagF GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0016740,GO:0016757,GO:0044464,GO:0071944 2.7.8.12 ko:K09809 - - - - ko00000,ko01000 - - - Glyphos_transf +BSU_35699 224308.BSU35670 3.03e-127 367.0 COG1210@1|root,COG1210@2|Bacteria,1TQ24@1239|Firmicutes,4HATY@91061|Bacilli,1ZASX@1386|Bacillus 2|Bacteria M UTP-glucose-1-phosphate uridylyltransferase galU - 2.7.7.9 ko:K00963 ko00040,ko00052,ko00500,ko00520,ko01100,ko01130,map00040,map00052,map00500,map00520,map01100,map01130 M00129,M00361,M00362,M00549 R00289 RC00002 ko00000,ko00001,ko00002,ko01000 - - - NTP_transferase +BSU_35700 224308.BSU35700 0.0 1028.0 COG1134@1|root,COG1134@2|Bacteria,1TQKK@1239|Firmicutes,4HC6N@91061|Bacilli,1ZC6D@1386|Bacillus 2|Bacteria GM Part of the ABC transporter complex TagGH involved in teichoic acids export. Responsible for energy coupling to the transport system tagH GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015221,GO:0015399,GO:0015405,GO:0015437,GO:0015920,GO:0015921,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0022884,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:1901264,GO:1901505 3.6.3.38,3.6.3.40 ko:K09689,ko:K09693 ko02010,map02010 M00249,M00251 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.101,3.A.1.104 - - ABC_tran,LysM +BSU_35710 224308.BSU35710 2.06e-194 539.0 COG1682@1|root,COG1682@2|Bacteria,1TQZF@1239|Firmicutes,4HB9R@91061|Bacilli,1ZC4D@1386|Bacillus 2|Bacteria GM Transport permease protein tagG GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015920,GO:0033036,GO:0051179,GO:0051234,GO:0071702,GO:1901264 - ko:K09690,ko:K09692 ko02010,map02010 M00250,M00251 - - ko00000,ko00001,ko00002,ko02000 3.A.1.103,3.A.1.104 - - ABC2_membrane +BSU_35720 224308.BSU35720 0.0 1494.0 COG1887@1|root,COG1887@2|Bacteria,1TP75@1239|Firmicutes,4H9Q1@91061|Bacilli,1ZB61@1386|Bacillus 2|Bacteria M glycosyl glycerophosphate transferases involved in teichoic acid biosynthesis TagF TagB EpsJ RodC tagF GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0016740,GO:0016757,GO:0044464,GO:0071944 2.7.8.12 ko:K09809 - - - - ko00000,ko01000 - - - Glyphos_transf +BSU_35730 224308.BSU35730 0.0 1333.0 COG0438@1|root,COG0438@2|Bacteria,1TR6K@1239|Firmicutes,4HGDG@91061|Bacilli,1ZGQW@1386|Bacillus 2|Bacteria M Glycosyl transferase 1 domain A gtf1 GO:0003674,GO:0003824,GO:0016740,GO:0016757,GO:0016758 2.4.1.52 ko:K00712 - - - - ko00000,ko01000,ko01003 - GT4 - Glyco_transf_4,Glycos_transf_1 +BSU_35740 224308.BSU35740 3.82e-91 266.0 COG0615@1|root,COG0615@2|Bacteria,1V3KY@1239|Firmicutes,4HGWZ@91061|Bacilli,1ZGEJ@1386|Bacillus 2|Bacteria IM Cytidylyltransferase tagD - 2.7.7.15,2.7.7.39 ko:K00968,ko:K00980 ko00440,ko00564,ko01100,ko05231,map00440,map00564,map01100,map05231 M00090 R00856,R01890,R02590 RC00002 ko00000,ko00001,ko00002,ko01000 - - - CTP_transf_like +BSU_35750 224308.BSU35750 1.9e-185 515.0 COG1922@1|root,COG1922@2|Bacteria,1V3QV@1239|Firmicutes,4HH6B@91061|Bacilli,1ZFMX@1386|Bacillus 2|Bacteria M Catalyzes the conversion of GlcNAc-PP-undecaprenol into ManNAc-GlcNAc-PP-undecaprenol, the first committed lipid intermediate in the de novo synthesis of teichoic acid tagA - 2.4.1.187 ko:K05946 ko05111,map05111 - - - ko00000,ko00001,ko01000,ko01003 - GT26 - Glyco_tran_WecB +BSU_35760 224308.BSU35760 3.8e-273 747.0 COG1887@1|root,COG1887@2|Bacteria,1TSTN@1239|Firmicutes,4HBID@91061|Bacilli,1ZCUZ@1386|Bacillus 2|Bacteria M glycosyl glycerophosphate transferases involved in teichoic acid biosynthesis TagF TagB EpsJ RodC tagB - 2.7.8.14,2.7.8.44,2.7.8.46,2.7.8.47 ko:K18704,ko:K21285,ko:K21592 - - R11558,R11613,R11614,R11621 RC00078 ko00000,ko01000 - - iYO844.BSU35760 Glyphos_transf +BSU_35770 224308.BSU35770 0.0 901.0 2ENW5@1|root,33GH6@2|Bacteria,1VPJ7@1239|Firmicutes,4HSTH@91061|Bacilli,1ZJCY@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_35780 224308.BSU35780 0.0 950.0 COG4193@1|root,COG4193@2|Bacteria,1V1F9@1239|Firmicutes,4HWI1@91061|Bacilli,1ZRF0@1386|Bacillus 2|Bacteria G Mannosyl-glycoprotein endo-beta-N-acetylglucosaminidase atl - 3.2.1.96,3.5.1.28 ko:K01227,ko:K13714 ko00511,map00511 - - - ko00000,ko00001,ko01000 - GH73 - Glucosaminidase,SH3_3,SH3_8 +BSU_35790 224308.BSU35790 1.16e-241 662.0 COG1482@1|root,COG1482@2|Bacteria,1VRGI@1239|Firmicutes,4HBFW@91061|Bacilli,1ZDJI@1386|Bacillus 2|Bacteria G mannose-6-phosphate isomerase manA - 5.3.1.8 ko:K01809 ko00051,ko00520,ko01100,ko01110,ko01130,map00051,map00520,map01100,map01110,map01130 M00114 R01819 RC00376 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU12020 PMI_typeI +BSU_35800 224308.BSU35800 0.0 924.0 COG0697@1|root,COG0697@2|Bacteria,1TP7K@1239|Firmicutes,4HAH1@91061|Bacilli,1ZBEF@1386|Bacillus 2|Bacteria EG Spore germination protein gerA - - ko:K06288,ko:K06291,ko:K06310 - - - - ko00000 - - - GerA +BSU_35810 224308.BSU35810 1.14e-256 704.0 COG0814@1|root,COG0814@2|Bacteria,1UI6P@1239|Firmicutes,4ISFP@91061|Bacilli,1ZDSE@1386|Bacillus 2|Bacteria E Spore germination protein gerAB GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03834,ko:K06289,ko:K06292,ko:K06311 - - - - ko00000,ko02000 2.A.3.9.1,2.A.3.9.2,2.A.3.9.4,2.A.42.1.1 - - Spore_GerAC,Spore_permease +BSU_35820 224308.BSU35820 2.29e-275 752.0 28IEM@1|root,2Z8GN@2|Bacteria,1UB3Y@1239|Firmicutes,4HV0B@91061|Bacilli,1ZRWJ@1386|Bacillus 2|Bacteria S Spore germination protein gerAC - - ko:K06290,ko:K06293,ko:K06297,ko:K06312 - - - - ko00000 - - - Spore_GerAC +BSU_35830 224308.BSU35830 8.19e-316 862.0 COG0477@1|root,COG2814@2|Bacteria,1TREV@1239|Firmicutes,4HAN1@91061|Bacilli,1ZAUM@1386|Bacillus 2|Bacteria U Belongs to the major facilitator superfamily. Sugar transporter (TC 2.A.1.1) family xylT GO:0003674,GO:0005215,GO:0005351,GO:0005402,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0008643,GO:0015075,GO:0015077,GO:0015078,GO:0015144,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015672,GO:0016020,GO:0022804,GO:0022857,GO:0022890,GO:0034219,GO:0034220,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098655,GO:0098660,GO:0098662,GO:1902600 - ko:K02100,ko:K06609,ko:K08139 ko04113,map04113 - - - ko00000,ko00001,ko02000 2.A.1.1,2.A.1.1.2,2.A.1.1.26 - - Sugar_tr +BSU_35840 224308.BSU35840 1.48e-222 614.0 COG1316@1|root,COG1316@2|Bacteria,1TQ9C@1239|Firmicutes,4HB29@91061|Bacilli,1ZB6K@1386|Bacillus 2|Bacteria K Transcriptional regulator ywtF - - - - - - - - - - - LytR_cpsA_psr +BSU_35850 224308.BSU35850 7.24e-205 566.0 COG0561@1|root,COG0561@2|Bacteria,1V5FB@1239|Firmicutes,4HGY8@91061|Bacilli,1ZDBI@1386|Bacillus 2|Bacteria S hydrolases of the HAD superfamily ycsE - 3.1.3.104 ko:K21064 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R07280 RC00017 ko00000,ko00001,ko00002,ko01000 - - - Hydrolase_3 +BSU_35860 224308.BSU35860 1.36e-305 832.0 COG0791@1|root,COG0791@2|Bacteria,1V7MV@1239|Firmicutes,4HCQ2@91061|Bacilli,1ZBTD@1386|Bacillus 2|Bacteria M COG0791 Cell wall-associated hydrolases (invasion-associated proteins) pgdS GO:0003674,GO:0003796,GO:0003824,GO:0004175,GO:0004553,GO:0005575,GO:0005576,GO:0005618,GO:0005623,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0008233,GO:0016787,GO:0016798,GO:0019538,GO:0030312,GO:0043170,GO:0044238,GO:0044464,GO:0061783,GO:0070011,GO:0071704,GO:0071944,GO:0140096,GO:1901564 - ko:K19220,ko:K19223,ko:K19224,ko:K21471 - - - - ko00000,ko01000,ko01002,ko01011 - CBM50 - Cu_amine_oxidN1,NLPC_P60 +BSU_35870 224308.BSU35870 2.29e-29 104.0 29QU5@1|root,30BU5@2|Bacteria,1U8NV@1239|Firmicutes,4IIKX@91061|Bacilli,1ZNS6@1386|Bacillus 2|Bacteria - - ywtC - - - - - - - - - - - - +BSU_35880 224308.BSU35880 1.33e-277 758.0 COG2843@1|root,COG2843@2|Bacteria,1TSQG@1239|Firmicutes,4HCUP@91061|Bacilli,1ZQDC@1386|Bacillus 2|Bacteria M enzyme of poly-gamma-glutamate biosynthesis (capsule formation) capA - - ko:K07282 - - - - ko00000 - - - PGA_cap +BSU_35890 224308.BSU35890 8.44e-91 267.0 29EG8@1|root,301E5@2|Bacteria,1V445@1239|Firmicutes,4HHXZ@91061|Bacilli,1ZGKP@1386|Bacillus 2|Bacteria S biosynthesis protein pgsC - - ko:K22116 - - - - ko00000 - - - Caps_synth_CapC +BSU_35900 224308.BSU35900 1.46e-283 775.0 COG0771@1|root,COG0771@2|Bacteria,1U01Y@1239|Firmicutes,4HDCH@91061|Bacilli,1ZDU1@1386|Bacillus 2|Bacteria M COG0769 UDP-N-acetylmuramyl tripeptide synthase murD - 6.3.2.9 ko:K01925,ko:K01932 ko00471,ko00550,ko01100,map00471,map00550,map01100 - R02783 RC00064,RC00141 ko00000,ko00001,ko01000,ko01011 - - - Mur_ligase_C,Mur_ligase_M +BSU_35910 224308.BSU35910 8.36e-231 635.0 COG1609@1|root,COG1609@2|Bacteria,1TQ7K@1239|Firmicutes,4H9V1@91061|Bacilli,1ZC3W@1386|Bacillus 2|Bacteria K transcriptional rbsR - - ko:K02529 - - - - ko00000,ko03000 - - - LacI,Peripla_BP_1,Peripla_BP_3 +BSU_35920 224308.BSU35920 6.44e-207 572.0 COG0524@1|root,COG0524@2|Bacteria,1TQRC@1239|Firmicutes,4HA87@91061|Bacilli,1ZCQ4@1386|Bacillus 2|Bacteria H Catalyzes the phosphorylation of ribose at O-5 in a reaction requiring ATP and magnesium. The resulting D-ribose-5- phosphate can then be used either for sythesis of nucleotides, histidine, and tryptophan, or as a component of the pentose phosphate pathway rbsK GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0019200,GO:0044237,GO:0044238,GO:0044262,GO:0044424,GO:0044444,GO:0044464,GO:0046835,GO:0071704 2.7.1.15,2.7.1.4 ko:K00847,ko:K00852 ko00030,ko00051,ko00500,ko00520,ko01100,map00030,map00051,map00500,map00520,map01100 - R00760,R00867,R01051,R02750,R03920 RC00002,RC00017 ko00000,ko00001,ko01000 - - - PfkB +BSU_35930 224308.BSU35930 5.6e-85 251.0 COG1869@1|root,COG1869@2|Bacteria,1VA2V@1239|Firmicutes,4HIFW@91061|Bacilli,1ZGYM@1386|Bacillus 2|Bacteria G Catalyzes the interconversion of beta-pyran and beta- furan forms of D-ribose rbsD GO:0003674,GO:0003824,GO:0005215,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015145,GO:0015146,GO:0015399,GO:0015405,GO:0015407,GO:0015591,GO:0015608,GO:0015611,GO:0015749,GO:0015750,GO:0015752,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0034219,GO:0042623,GO:0042626,GO:0043211,GO:0043492,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702 5.4.99.62 ko:K06726 ko02010,map02010 - R08247 RC02247 ko00000,ko00001,ko01000 - - - RbsD_FucU +BSU_35940 224308.BSU35940 0.0 951.0 COG1129@1|root,COG1129@2|Bacteria,1TP6I@1239|Firmicutes,4H9VK@91061|Bacilli,1ZB07@1386|Bacillus 2|Bacteria G Part of the ABC transporter complex RbsABC involved in ribose import. Responsible for energy coupling to the transport system rbsA GO:0000166,GO:0003674,GO:0003824,GO:0005215,GO:0005488,GO:0005524,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008144,GO:0008150,GO:0008643,GO:0015144,GO:0015145,GO:0015146,GO:0015399,GO:0015405,GO:0015407,GO:0015591,GO:0015608,GO:0015611,GO:0015749,GO:0015750,GO:0015752,GO:0016020,GO:0016021,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0022804,GO:0022857,GO:0030554,GO:0031224,GO:0032553,GO:0032555,GO:0032559,GO:0032991,GO:0034219,GO:0035639,GO:0036094,GO:0042623,GO:0042626,GO:0043167,GO:0043168,GO:0043190,GO:0043211,GO:0043492,GO:0044425,GO:0044459,GO:0044464,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0097159,GO:0097367,GO:0098533,GO:0098796,GO:0098797,GO:1901265,GO:1901363,GO:1902494,GO:1902495,GO:1904949,GO:1990351 3.6.3.17 ko:K10441,ko:K10542 ko02010,map02010 M00212,M00214 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.2.1,3.A.1.2.13,3.A.1.2.19,3.A.1.2.3 - iEC55989_1330.EC55989_4224,iECSE_1348.ECSE_4039,iECW_1372.ECW_m4052,iEcE24377_1341.EcE24377A_4265,iWFL_1372.ECW_m4052,iYL1228.KPN_04154 ABC_tran +BSU_35950 224308.BSU35950 2.87e-204 568.0 COG1172@1|root,COG1172@2|Bacteria,1TP72@1239|Firmicutes,4H9Y3@91061|Bacilli,1ZBAZ@1386|Bacillus 2|Bacteria G Belongs to the binding-protein-dependent transport system permease family rbsC GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0008643,GO:0015144,GO:0015145,GO:0015146,GO:0015591,GO:0015749,GO:0015750,GO:0015752,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0032991,GO:0034219,GO:0043190,GO:0044425,GO:0044459,GO:0044464,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098533,GO:0098796,GO:0098797,GO:1902494,GO:1902495,GO:1904949,GO:1990351 - ko:K03549,ko:K10440 ko02010,map02010 M00212 - - ko00000,ko00001,ko00002,ko02000 2.A.72,3.A.1.2.1,3.A.1.2.13,3.A.1.2.19 - iAF1260.b3750,iAPECO1_1312.APECO1_2713,iB21_1397.B21_03581,iBWG_1329.BWG_3441,iE2348C_1286.E2348C_4060,iEC042_1314.EC042_4137,iEC55989_1330.EC55989_4225,iECABU_c1320.ECABU_c42350,iECBD_1354.ECBD_4280,iECB_1328.ECB_03636,iECDH10B_1368.ECDH10B_3938,iECDH1ME8569_1439.ECDH1ME8569_3638,iECED1_1282.ECED1_4440,iECH74115_1262.ECH74115_5186,iECIAI1_1343.ECIAI1_3934,iECNA114_1301.ECNA114_3899,iECO103_1326.ECO103_4407,iECO111_1330.ECO111_4584,iECO26_1355.ECO26_4828,iECOK1_1307.ECOK1_4199,iECS88_1305.ECS88_4172,iECSE_1348.ECSE_4040,iECSF_1327.ECSF_3598,iECSP_1301.ECSP_4800,iECUMN_1333.ECUMN_4280,iECs_1301.ECs4692,iEcDH1_1363.EcDH1_4217,iEcE24377_1341.EcE24377A_4266,iEcHS_1320.EcHS_A3966,iEcSMS35_1347.EcSMS35_4118,iEcolC_1368.EcolC_4244,iJO1366.b3750,iJR904.b3750,iLF82_1304.LF82_1817,iNRG857_1313.NRG857_18675,iUMN146_1321.UM146_18940,iUMNK88_1353.UMNK88_4562,iUTI89_1310.UTI89_C4305,iY75_1357.Y75_RS18320,ic_1306.c4678 BPD_transp_2 +BSU_35960 224308.BSU35960 1.34e-205 570.0 COG1879@1|root,COG1879@2|Bacteria,1TQ1B@1239|Firmicutes,4HCSN@91061|Bacilli,1ZD3D@1386|Bacillus 2|Bacteria G COG1879 ABC-type sugar transport system, periplasmic component rbsB GO:0003674,GO:0005215,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006935,GO:0008150,GO:0008643,GO:0009605,GO:0015144,GO:0015145,GO:0015749,GO:0015750,GO:0015752,GO:0016020,GO:0016021,GO:0022857,GO:0030246,GO:0030288,GO:0030313,GO:0031224,GO:0031975,GO:0034219,GO:0036094,GO:0040011,GO:0042221,GO:0042330,GO:0042597,GO:0044425,GO:0044464,GO:0048029,GO:0050896,GO:0050918,GO:0051119,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944 - ko:K10439 ko02010,ko02030,map02010,map02030 M00212 - - ko00000,ko00001,ko00002,ko02000 3.A.1.2.1,3.A.1.2.13,3.A.1.2.19 - - Peripla_BP_4 +BSU_35970 224308.BSU35970 2.49e-122 349.0 COG3103@1|root,COG3103@2|Bacteria 2|Bacteria T Sh3 type 3 domain protein batE - - - - - - - - - - - BatD,Phenol_MetA_deg,SH3_3,SH3_4,TPR_16,TPR_2 +BSU_35980 224308.BSU35980 9.2e-64 194.0 2E59K@1|root,3301W@2|Bacteria,1VF4H@1239|Firmicutes,4HPY9@91061|Bacilli,1ZQTK@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF3892) ywsA - - - - - - - - - - - DUF3892 +BSU_35990 224308.BSU35990 2.15e-126 359.0 COG2249@1|root,COG2249@2|Bacteria,1V4UF@1239|Firmicutes,4HH6R@91061|Bacilli,1ZGJ6@1386|Bacillus 2|Bacteria S NADPH-quinone reductase (modulator of drug activity B) ywrO - - ko:K11748 - - - - ko00000,ko02000 2.A.37.1.2 - - Flavodoxin_2 +BSU_36000 224308.BSU36000 1.84e-187 520.0 COG3527@1|root,COG3527@2|Bacteria,1V4AH@1239|Firmicutes,4HHNB@91061|Bacilli,1ZQAI@1386|Bacillus 2|Bacteria H Alpha-acetolactate decarboxylase budA GO:0003674,GO:0003824,GO:0016829,GO:0016830,GO:0016831,GO:0047605 4.1.1.5 ko:K01575 ko00650,ko00660,map00650,map00660 - R02948 RC00812 ko00000,ko00001,ko01000 - - - AAL_decarboxy +BSU_36010 224308.BSU36010 0.0 1116.0 COG0028@1|root,COG0028@2|Bacteria,1TQE8@1239|Firmicutes,4HAV1@91061|Bacilli,1ZE8P@1386|Bacillus 2|Bacteria EH Belongs to the TPP enzyme family alsS - 2.2.1.6 ko:K01652 ko00290,ko00650,ko00660,ko00770,ko01100,ko01110,ko01130,ko01210,ko01230,map00290,map00650,map00660,map00770,map01100,map01110,map01130,map01210,map01230 M00019,M00570 R00006,R00014,R00226,R03050,R04672,R04673,R08648 RC00027,RC00106,RC01192,RC02744,RC02893 ko00000,ko00001,ko00002,ko01000 - - - TPP_enzyme_C,TPP_enzyme_M,TPP_enzyme_N +BSU_36020 224308.BSU36020 3.36e-218 602.0 COG0583@1|root,COG0583@2|Bacteria,1TRVX@1239|Firmicutes,4HHXD@91061|Bacilli,1ZRMJ@1386|Bacillus 2|Bacteria K LysR substrate binding domain alsR - - - - - - - - - - - HTH_1,LysR_substrate +BSU_36030 224308.BSU36030 6.09e-310 845.0 COG1055@1|root,COG1055@2|Bacteria,1TPNN@1239|Firmicutes,4H9WV@91061|Bacilli,1ZBHC@1386|Bacillus 2|Bacteria P Involved in arsenical resistance. Thought to form the channel of an arsenite pump ywrK - - ko:K03893 - - - - ko00000,ko02000 2.A.45.1,3.A.4.1 - - ArsB,CitMHS +BSU_36040 224308.BSU36040 3.7e-163 456.0 29H6Z@1|root,3044I@2|Bacteria,1V4SZ@1239|Firmicutes,4HHCE@91061|Bacilli,1ZFWE@1386|Bacillus 2|Bacteria - - ywrJ - - - - - - - - - - - - +BSU_36050 224308.BSU36050 1.02e-196 554.0 2E48W@1|root,32Z4Q@2|Bacteria,1VF41@1239|Firmicutes,4HPBF@91061|Bacilli,1ZGKF@1386|Bacillus 2|Bacteria - - cotB - - ko:K06325 - - - - ko00000 - - - - +BSU_36060 224308.BSU36060 1.12e-269 737.0 COG5337@1|root,COG5337@2|Bacteria,1U0PJ@1239|Firmicutes,4HBE4@91061|Bacilli,1ZD5Z@1386|Bacillus 2|Bacteria M Spore Coat cotH - - ko:K06330 - - - - ko00000 - - - CotH +BSU_36070 720555.BATR1942_15925 4.27e-16 79.7 29SRG@1|root,30DXD@2|Bacteria,1UBV7@1239|Firmicutes,4INAQ@91061|Bacilli,1ZN5C@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_36080 224308.BSU36080 4.35e-143 404.0 COG1853@1|root,COG1853@2|Bacteria,1V52S@1239|Firmicutes,4HGD9@91061|Bacilli,1ZB1C@1386|Bacillus 2|Bacteria S COG1853 Conserved protein domain typically associated with flavoprotein oxygenases, DIM6 NTAB family ywrF - - - - - - - - - - - Flavin_Reduct +BSU_36090 224308.BSU36090 2.78e-71 214.0 29SDM@1|root,30DIC@2|Bacteria,1UBBF@1239|Firmicutes,4IMQD@91061|Bacilli,1ZKM0@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF4181) - - - - - - - - - - - - DUF4181 +BSU_36100 224308.BSU36100 0.0 1063.0 COG0405@1|root,COG0405@2|Bacteria,1TR9U@1239|Firmicutes,4HB23@91061|Bacilli,1ZCVJ@1386|Bacillus 2|Bacteria E gamma-glutamyltransferase ywrD - 2.3.2.2,3.4.19.13 ko:K00681 ko00430,ko00460,ko00480,ko01100,map00430,map00460,map00480,map01100 - R00494,R01262,R01687,R03867,R03916,R03970,R03971,R04935 RC00064,RC00090,RC00096 ko00000,ko00001,ko01000,ko01002 - - - G_glu_transpept +BSU_36110 224308.BSU36110 9.74e-108 310.0 COG1522@1|root,COG1522@2|Bacteria,1V1DR@1239|Firmicutes,4HFRT@91061|Bacilli,1ZG22@1386|Bacillus 2|Bacteria K Transcriptional regulator ywrC GO:0001101,GO:0003674,GO:0003676,GO:0003677,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010033,GO:0010243,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0042221,GO:0043200,GO:0043565,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0050896,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1901698,GO:1901700,GO:1903506,GO:2000112,GO:2001141 - ko:K03719 - - - - ko00000,ko03000,ko03036 - - - AsnC_trans_reg,HTH_24,HTH_AsnC-type +BSU_36120 224308.BSU36120 5.52e-133 377.0 COG2059@1|root,COG2059@2|Bacteria,1V43H@1239|Firmicutes,4IQZD@91061|Bacilli,1ZRPT@1386|Bacillus 2|Bacteria P Chromate transporter ywrB - - ko:K07240 - - - - ko00000,ko02000 2.A.51.1 - iYO844.BSU36120 Chromate_transp +BSU_36130 224308.BSU36130 3.66e-115 331.0 COG2059@1|root,COG2059@2|Bacteria,1V2C2@1239|Firmicutes,4HFTN@91061|Bacilli,1ZR6K@1386|Bacillus 2|Bacteria P COG2059 Chromate transport protein ChrA ywrA - - ko:K07240 - - - - ko00000,ko02000 2.A.51.1 - iYO844.BSU36120 Chromate_transp +BSU_36150 224308.BSU36150 3.83e-132 374.0 COG0655@1|root,COG0655@2|Bacteria,1V1DK@1239|Firmicutes,4HG41@91061|Bacilli,1ZFK5@1386|Bacillus 2|Bacteria S NAD(P)H-dependent ywqN - - - - - - - - - - - FMN_red,Flavodoxin_2 +BSU_36160 224308.BSU36160 9.54e-209 577.0 COG0583@1|root,COG0583@2|Bacteria,1TRYW@1239|Firmicutes,4H9T5@91061|Bacilli,1ZC6S@1386|Bacillus 2|Bacteria K Transcriptional regulator - - - - - - - - - - - - HTH_1,LysR_substrate +BSU_36170 224308.BSU36170 7.78e-176 489.0 COG1515@1|root,COG1515@2|Bacteria,1V1CJ@1239|Firmicutes,4HEAW@91061|Bacilli,1ZBJQ@1386|Bacillus 2|Bacteria L DNA repair enzyme involved in the repair of deaminated bases. Selectively cleaves double-stranded DNA at the second phosphodiester bond 3' to a deoxyinosine leaving behind the intact lesion on the nicked DNA nfi GO:0003674,GO:0003824,GO:0004518,GO:0004519,GO:0004520,GO:0004536,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006259,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016787,GO:0016788,GO:0016888,GO:0016893,GO:0034641,GO:0043170,GO:0043737,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0090305,GO:0140097,GO:1901360 3.1.21.7 ko:K05982 - - - - ko00000,ko01000,ko03400 - - - Endonuclease_5 +BSU_36180 224308.BSU36180 1.36e-71 219.0 COG2849@1|root,COG2849@2|Bacteria,1VEG1@1239|Firmicutes,4IS1A@91061|Bacilli,1ZS09@1386|Bacillus 2|Bacteria S MORN repeat variant - - - - - - - - - - - - MORN_2 +BSU_36190 224308.BSU36190 0.0 1172.0 COG5444@1|root,COG5444@2|Bacteria,1V674@1239|Firmicutes,4HKPS@91061|Bacilli,1ZF5M@1386|Bacillus 2|Bacteria L nucleic acid phosphodiester bond hydrolysis ywqJ - - ko:K21487,ko:K21489,ko:K21491,ko:K21493 - - - - ko00000,ko01000,ko02048 - - - Endonuclea_NS_2,LXG,PT-TG +BSU_36200 224308.BSU36200 2.17e-52 165.0 2ENUM@1|root,33GFQ@2|Bacteria,1VKUV@1239|Firmicutes,4HR78@91061|Bacilli 2|Bacteria S Family of unknown function (DUF5344) ywqI - - - - - - - - - - - DUF5344 +BSU_36220 224308.BSU36220 2.52e-197 545.0 COG3878@1|root,COG3878@2|Bacteria,1V7GE@1239|Firmicutes,4HJ4G@91061|Bacilli,1ZF4W@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF1963) ywqG - - - - - - - - - - - DUF1963 +BSU_36230 224308.BSU36230 9.82e-315 857.0 COG1004@1|root,COG1004@2|Bacteria,1TQFN@1239|Firmicutes,4HADP@91061|Bacilli,1ZAP3@1386|Bacillus 2|Bacteria M Belongs to the UDP-glucose GDP-mannose dehydrogenase family ywqF GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 1.1.1.22 ko:K00012 ko00040,ko00053,ko00520,ko01100,map00040,map00053,map00520,map01100 M00014,M00129,M00361,M00362 R00286 RC00291 ko00000,ko00001,ko00002,ko01000 - - - UDPG_MGDP_dh,UDPG_MGDP_dh_C,UDPG_MGDP_dh_N +BSU_36240 224308.BSU36240 3.16e-183 509.0 COG4464@1|root,COG4464@2|Bacteria,1TQ1T@1239|Firmicutes,4HDZR@91061|Bacilli,1ZDH3@1386|Bacillus 2|Bacteria GM COG4464 Capsular polysaccharide biosynthesis protein ywqE - 3.1.3.48 ko:K01104 - - - - ko00000,ko01000 - - - - +BSU_36250 224308.BSU36250 5.4e-162 454.0 COG0489@1|root,COG0489@2|Bacteria,1TS4R@1239|Firmicutes,4HCEN@91061|Bacilli,1ZB83@1386|Bacillus 2|Bacteria D COG0489 ATPases involved in chromosome partitioning ywqD - 2.7.10.1,2.7.10.2 ko:K00903,ko:K08252,ko:K16554 ko05111,map05111 - - - ko00000,ko00001,ko01000,ko01001,ko02000 8.A.3.1 - - AAA_31,CbiA,GNVR,ParA,Wzz +BSU_36260 224308.BSU36260 5.33e-163 457.0 COG3944@1|root,COG3944@2|Bacteria,1UZCR@1239|Firmicutes,4HE26@91061|Bacilli,1ZBJ4@1386|Bacillus 2|Bacteria M biosynthesis protein ywqC - - ko:K19420 - - - - ko00000 - - - GNVR,Wzz +BSU_36269 224308.BSU36269 3.6e-25 93.6 2BF9J@1|root,3292F@2|Bacteria,1UBE9@1239|Firmicutes,4IMSZ@91061|Bacilli,1ZKRV@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_36270 224308.BSU36270 0.0 1063.0 COG4715@1|root,COG4715@2|Bacteria,1TSUG@1239|Firmicutes,4HBPY@91061|Bacilli,1ZR5V@1386|Bacillus 2|Bacteria S SWIM zinc finger ywqB - - - - - - - - - - - Helicase_C,SNF2_N,SNF2_assoc,SWIM +BSU_36280 224308.BSU36280 0.0 1850.0 COG0553@1|root,COG0553@2|Bacteria,1TPFZ@1239|Firmicutes,4HAIF@91061|Bacilli,1ZBZT@1386|Bacillus 2|Bacteria L COG0553 Superfamily II DNA RNA helicases, SNF2 family ywqA - - - - - - - - - - - DUF3670,Helicase_C,SNF2_N +BSU_36290 224308.BSU36290 2.62e-202 560.0 COG0561@1|root,COG0561@2|Bacteria,1V5FB@1239|Firmicutes,4HGY8@91061|Bacilli,1ZDBI@1386|Bacillus 2|Bacteria S hydrolases of the HAD superfamily ywpJ - 3.1.3.104 ko:K21064 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R07280 RC00017 ko00000,ko00001,ko00002,ko01000 - - - Hydrolase_3 +BSU_36300 224308.BSU36300 1.96e-179 500.0 COG1349@1|root,COG1349@2|Bacteria,1V1VH@1239|Firmicutes,4HG12@91061|Bacilli,1ZEDB@1386|Bacillus 2|Bacteria K COG1349 Transcriptional regulators of sugar metabolism glcR - - ko:K02444,ko:K22103 - - - - ko00000,ko03000 - - - DeoRC,HTH_DeoR +BSU_36310 224308.BSU36310 1.04e-76 228.0 COG0629@1|root,COG0629@2|Bacteria,1V797@1239|Firmicutes,4HJFJ@91061|Bacilli,1ZH3N@1386|Bacillus 2|Bacteria L Single-stranded DNA-binding protein ssbB - - ko:K03111 ko03030,ko03430,ko03440,map03030,map03430,map03440 - - - ko00000,ko00001,ko03029,ko03032,ko03400 - - - SSB +BSU_36320 224308.BSU36320 5.26e-88 258.0 29RI2@1|root,30CM1@2|Bacteria,1UA2P@1239|Firmicutes,4IKC3@91061|Bacilli,1ZGE4@1386|Bacillus 2|Bacteria - - ywpG - - - - - - - - - - - - +BSU_36330 224308.BSU36330 8.81e-89 261.0 2E3V2@1|root,32YSB@2|Bacteria,1V8K8@1239|Firmicutes,4HMGU@91061|Bacilli,1ZEV0@1386|Bacillus 2|Bacteria S YwpF-like protein ywpF - - - - - - - - - - - YwpF +BSU_36340 224308.BSU36340 4.63e-68 206.0 COG3764@1|root,COG3764@2|Bacteria,1V4ZG@1239|Firmicutes,4HMUE@91061|Bacilli 2|Bacteria M Sortase family srtA - 3.4.22.70 ko:K07284 - - - - ko00000,ko01000,ko01002,ko01011 - - - Sortase +BSU_36350 224308.BSU36350 8.1e-198 548.0 COG0745@1|root,COG2972@1|root,COG0745@2|Bacteria,COG2972@2|Bacteria,1TRIG@1239|Firmicutes,4HD8X@91061|Bacilli,1ZS5Y@1386|Bacillus 2|Bacteria T Histidine kinase ywpD - - - - - - - - - - - 7TMR-DISM_7TM,HATPase_c,HisKA,His_kinase,Response_reg +BSU_36360 224308.BSU36360 1.13e-79 237.0 COG1970@1|root,COG1970@2|Bacteria,1VA14@1239|Firmicutes,4HKIA@91061|Bacilli,1ZH44@1386|Bacillus 2|Bacteria M Channel that opens in response to stretch forces in the membrane lipid bilayer. May participate in the regulation of osmotic pressure changes within the cell mscL GO:0003674,GO:0005215,GO:0005216,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006884,GO:0008150,GO:0008361,GO:0008381,GO:0009987,GO:0009992,GO:0015075,GO:0015267,GO:0015318,GO:0016020,GO:0016021,GO:0016043,GO:0019725,GO:0022803,GO:0022836,GO:0022838,GO:0022857,GO:0030104,GO:0031224,GO:0031226,GO:0032535,GO:0034220,GO:0042592,GO:0042802,GO:0044425,GO:0044459,GO:0044464,GO:0048878,GO:0051179,GO:0051234,GO:0055082,GO:0055085,GO:0065007,GO:0065008,GO:0071840,GO:0071944,GO:0090066 - ko:K03282 - - - - ko00000,ko02000 1.A.22.1 - - MscL +BSU_36370 224308.BSU36370 3.15e-98 285.0 COG0764@1|root,COG0764@2|Bacteria,1V6EX@1239|Firmicutes,4HGX1@91061|Bacilli,1ZFJ9@1386|Bacillus 2|Bacteria I Involved in unsaturated fatty acids biosynthesis. Catalyzes the dehydration of short chain beta-hydroxyacyl-ACPs and long chain saturated and unsaturated beta-hydroxyacyl-ACPs fabZ - 3.5.1.108,4.2.1.59 ko:K02372,ko:K16363 ko00061,ko00540,ko00780,ko01100,ko01212,map00061,map00540,map00780,map01100,map01212 M00060,M00083,M00572 R04428,R04535,R04537,R04544,R04568,R04587,R04954,R04965,R07764,R10117,R10121 RC00166,RC00300,RC00831,RC01095 ko00000,ko00001,ko00002,ko01000,ko01004,ko01005 - - - FabA +BSU_36380 224308.BSU36380 5.45e-257 704.0 COG0457@1|root,COG0457@2|Bacteria,1U3RZ@1239|Firmicutes,4IDJ0@91061|Bacilli,1ZF5Q@1386|Bacillus 2|Bacteria S aspartate phosphatase rapD - - ko:K06362 - - - - ko00000,ko01000 - - - TPR_12 +BSU_36390 224308.BSU36390 4.1e-182 508.0 COG4786@1|root,COG4786@2|Bacteria,1TSYY@1239|Firmicutes,4HC6B@91061|Bacilli,1ZCIJ@1386|Bacillus 2|Bacteria N flagellar basal body flhP GO:0001539,GO:0005575,GO:0005623,GO:0006928,GO:0008150,GO:0009288,GO:0009424,GO:0009987,GO:0040011,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0071978,GO:0097588 - ko:K02392 ko02040,map02040 - - - ko00000,ko00001,ko02035 - - - Flg_bb_rod,Flg_bbr_C +BSU_36400 224308.BSU36400 1.25e-172 484.0 COG4786@1|root,COG4786@2|Bacteria,1TRFQ@1239|Firmicutes,4HCKG@91061|Bacilli,1ZBEC@1386|Bacillus 2|Bacteria N flagellar basal body flhO GO:0001539,GO:0005575,GO:0005623,GO:0006928,GO:0008150,GO:0009288,GO:0009424,GO:0009987,GO:0040011,GO:0042995,GO:0043226,GO:0043228,GO:0044422,GO:0044461,GO:0044463,GO:0044464,GO:0048870,GO:0051179,GO:0051674,GO:0071973,GO:0071978,GO:0097588 - ko:K02388,ko:K02391,ko:K02392 ko02040,map02040 - - - ko00000,ko00001,ko02035 - - - Flg_bb_rod,Flg_bbr_C +BSU_36410 224308.BSU36410 1.75e-231 638.0 COG1077@1|root,COG1077@2|Bacteria,1TP51@1239|Firmicutes,4HA4S@91061|Bacilli,1ZC87@1386|Bacillus 2|Bacteria D Rod shape-determining protein mbl - - ko:K03569 - - - - ko00000,ko02048,ko03036,ko04812 1.A.33.1,9.B.157.1 - - MreB_Mbl +BSU_36420 224308.BSU36420 1.99e-58 181.0 COG1609@1|root,COG1609@2|Bacteria,1VADF@1239|Firmicutes,4HKIY@91061|Bacilli,1ZGY1@1386|Bacillus 2|Bacteria K Stage III sporulation protein D spoIIID - - ko:K06283 - - - - ko00000,ko03000 - - - SpoIIID +BSU_36440 224308.BSU36440 8.45e-92 268.0 COG1846@1|root,COG1846@2|Bacteria,1VBQ1@1239|Firmicutes,4HMXC@91061|Bacilli,1ZIKI@1386|Bacillus 2|Bacteria K COG1846 Transcriptional regulators ywoH - - ko:K06075 - - - - ko00000,ko03000 - - - MarR,MarR_2 +BSU_36450 224308.BSU36450 2.76e-269 739.0 COG0477@1|root,COG2814@2|Bacteria,1TQHD@1239|Firmicutes,4HBCZ@91061|Bacilli,1ZAUW@1386|Bacillus 2|Bacteria EGP COG0477 Permeases of the major facilitator superfamily ywoG GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - - - - - - - - - - MFS_1,MFS_1_like,MFS_2,Sugar_tr +BSU_36460 224308.BSU36460 1.02e-312 855.0 COG3420@1|root,COG3420@2|Bacteria,1UY76@1239|Firmicutes,4HCY7@91061|Bacilli,1ZDPG@1386|Bacillus 2|Bacteria P Right handed beta helix region ywoF - - - - - - - - - - - Beta_helix,DUF1565 +BSU_36470 224308.BSU36470 0.0 972.0 COG1953@1|root,COG1953@2|Bacteria,1TS5W@1239|Firmicutes,4HAIM@91061|Bacilli,1ZDNH@1386|Bacillus 2|Bacteria FH COG1953 Cytosine uracil thiamine allantoin permeases ybbW GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0015205,GO:0015851,GO:0016020,GO:0022857,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944 - ko:K03457,ko:K10975 - - - - ko00000,ko02000 2.A.39,2.A.39.3.8 - iAPECO1_1312.APECO1_1504,iE2348C_1286.E2348C_0444,iECABU_c1320.ECABU_c05900,iECNA114_1301.ECNA114_0488,iECOK1_1307.ECOK1_0493,iECP_1309.ECP_0571,iECS88_1305.ECS88_0510,iECSF_1327.ECSF_0473,iLF82_1304.LF82_2567,iNRG857_1313.NRG857_02415,iUMN146_1321.UM146_14805,iUTI89_1310.UTI89_C0539,ic_1306.c0625 Transp_cyt_pur +BSU_36480 224308.BSU36480 5.41e-309 844.0 COG0477@1|root,COG0477@2|Bacteria,1UIYG@1239|Firmicutes,4ISX7@91061|Bacilli,1ZAWC@1386|Bacillus 2|Bacteria EGP Major facilitator superfamily ywoD GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - - - - - - - - - - MFS_1 +BSU_36490 224308.BSU36490 2.56e-134 380.0 COG1335@1|root,COG1335@2|Bacteria,1V4UN@1239|Firmicutes,4HH38@91061|Bacilli,1ZG0P@1386|Bacillus 2|Bacteria Q Isochorismatase family phzA - - - - - - - - - - - Isochorismatase +BSU_36500 224308.BSU36500 5.47e-103 298.0 2CDZ7@1|root,310W6@2|Bacteria,1VY2S@1239|Firmicutes,4HWZM@91061|Bacilli,1ZGUV@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_36510 224308.BSU36510 1.6e-288 788.0 COG0004@1|root,COG0004@2|Bacteria,1TQYG@1239|Firmicutes,4HBGK@91061|Bacilli,1ZB5S@1386|Bacillus 2|Bacteria P Ammonium transporter amt - - ko:K03320 - - - - ko00000,ko02000 1.A.11 - iHN637.CLJU_c42670,iYO844.BSU36510 Ammonium_transp +BSU_36520 224308.BSU36520 4.51e-77 229.0 COG0347@1|root,COG0347@2|Bacteria,1V9Z5@1239|Firmicutes,4HM5G@91061|Bacilli,1ZGHT@1386|Bacillus 2|Bacteria K Belongs to the P(II) protein family nrgB - - ko:K03320,ko:K04751,ko:K04752 ko02020,map02020 - - - ko00000,ko00001,ko02000 1.A.11 - - Ammonium_transp,P-II +BSU_36530 224308.BSU36530 2.45e-134 380.0 COG0671@1|root,COG0671@2|Bacteria,1VARM@1239|Firmicutes,4HN1F@91061|Bacilli,1ZGFZ@1386|Bacillus 2|Bacteria I COG0671 Membrane-associated phospholipid phosphatase bcrC - 3.6.1.27 ko:K19302 ko00550,map00550 - R05627 RC00002 ko00000,ko00001,ko01000,ko01011 - - - PAP2 +BSU_36540 224308.BSU36540 1.63e-95 278.0 2E5BV@1|root,3303W@2|Bacteria,1VGUK@1239|Firmicutes,4HQU7@91061|Bacilli,1ZHPH@1386|Bacillus 2|Bacteria S VanZ like family ywnJ - - - - - - - - - - - VanZ +BSU_36550 224308.BSU36550 2.13e-175 492.0 COG0739@1|root,COG0739@2|Bacteria,1V7CU@1239|Firmicutes,4HCZJ@91061|Bacilli,1ZC61@1386|Bacillus 2|Bacteria M COG0739 Membrane proteins related to metalloendopeptidases spoIIQ GO:0005575,GO:0005623,GO:0042601,GO:0042763,GO:0044464 - ko:K06194,ko:K06386 - - - - ko00000 1.A.34.1.1,1.A.34.1.2 - - Peptidase_M23 +BSU_36560 224308.BSU36560 1.43e-116 333.0 COG1247@1|root,COG1247@2|Bacteria,1V3V3@1239|Firmicutes,4HHNY@91061|Bacilli,1ZFR7@1386|Bacillus 2|Bacteria M COG1247 Sortase and related acyltransferases ywnH GO:0003674,GO:0003824,GO:0006464,GO:0006473,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016740,GO:0016746,GO:0016747,GO:0019538,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:1901564 2.3.1.183 ko:K03823 ko00440,ko01130,map00440,map01130 - R08871,R08938 RC00004,RC00064 ko00000,ko00001,ko01000 - - - Acetyltransf_1,Acetyltransf_4 +BSU_36570 720555.BATR1942_16260 3.28e-22 93.6 2EKMP@1|root,33EBE@2|Bacteria,1VQNN@1239|Firmicutes,4HSNG@91061|Bacilli,1ZG44@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5362) ywnC - - - - - - - - - - - DUF5362 +BSU_36580 224308.BSU36580 7.07e-92 269.0 2E4P1@1|root,32ZHT@2|Bacteria,1VF8Y@1239|Firmicutes,4HQ3Y@91061|Bacilli,1ZJ57@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5392) ywnF - - - - - - - - - - - DUF5392 +BSU_36590 224308.BSU36590 0.0 956.0 COG1502@1|root,COG1502@2|Bacteria,1TPKY@1239|Firmicutes,4H9TI@91061|Bacilli,1ZBG7@1386|Bacillus 2|Bacteria I Catalyzes the reversible phosphatidyl group transfer from one phosphatidylglycerol molecule to another to form cardiolipin (CL) (diphosphatidylglycerol) and glycerol cls GO:0003674,GO:0003824,GO:0005575,GO:0006629,GO:0006644,GO:0006650,GO:0006655,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0008808,GO:0009058,GO:0009987,GO:0016020,GO:0016740,GO:0016772,GO:0016780,GO:0019637,GO:0030572,GO:0032048,GO:0032049,GO:0032502,GO:0043934,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0045017,GO:0046471,GO:0046474,GO:0046486,GO:0071704,GO:0090407,GO:1901576 - ko:K06131 ko00564,ko01100,map00564,map01100 - R07390 RC00017 ko00000,ko00001,ko01000 - - iYO844.BSU37240 PLDc_2,PLDc_N +BSU_36600 224308.BSU36600 3.41e-184 512.0 COG0789@1|root,COG0789@2|Bacteria,1TS6Z@1239|Firmicutes,4HCVW@91061|Bacilli,1ZBMT@1386|Bacillus 2|Bacteria K transcriptional mta - - ko:K21743,ko:K21744 - - - - ko00000,ko03000 - - - MerR_1,TipAS +BSU_36610 224308.BSU36610 1.06e-78 234.0 2EKMP@1|root,33EBE@2|Bacteria,1VQNN@1239|Firmicutes,4HSNG@91061|Bacilli,1ZG44@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5362) ywnC - - - - - - - - - - - DUF5362 +BSU_36620 224308.BSU36620 1.29e-148 418.0 COG2910@1|root,COG2910@2|Bacteria,1TZ3T@1239|Firmicutes,4HAJ4@91061|Bacilli,1ZESA@1386|Bacillus 2|Bacteria S NAD(P)H-binding ywnB - - ko:K07118 - - - - ko00000 - - - NAD_binding_10 +BSU_36630 224308.BSU36630 4.58e-85 251.0 COG1959@1|root,COG1959@2|Bacteria,1V6FK@1239|Firmicutes,4HKZD@91061|Bacilli,1ZHA4@1386|Bacillus 2|Bacteria K Transcriptional regulator ywnA - - - - - - - - - - - Rrf2 +BSU_36640 224308.BSU36640 0.0 1132.0 COG0804@1|root,COG0804@2|Bacteria,1TPQP@1239|Firmicutes,4HBTS@91061|Bacilli,1ZDMR@1386|Bacillus 2|Bacteria E Belongs to the metallo-dependent hydrolases superfamily. Urease alpha subunit family ureC - 3.5.1.5 ko:K01428 ko00220,ko00230,ko00791,ko01100,ko01120,ko05120,map00220,map00230,map00791,map01100,map01120,map05120 - R00131 RC02798,RC02806 ko00000,ko00001,ko01000 - - - Amidohydro_1,Urease_alpha +BSU_36650 224308.BSU36650 1.12e-83 247.0 COG0832@1|root,COG0832@2|Bacteria,1VAIA@1239|Firmicutes,4HM0I@91061|Bacilli,1ZH2P@1386|Bacillus 2|Bacteria E Belongs to the urease beta subunit family ureB GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009987,GO:0010035,GO:0010038,GO:0010039,GO:0019627,GO:0034641,GO:0042221,GO:0043419,GO:0043603,GO:0043605,GO:0044237,GO:0044248,GO:0044270,GO:0044281,GO:0044282,GO:0050896,GO:0051716,GO:0070887,GO:0071241,GO:0071248,GO:0071281,GO:0071704,GO:0071941,GO:1901564,GO:1901565,GO:1901575 3.5.1.5 ko:K01429,ko:K14048 ko00220,ko00230,ko00791,ko01100,ko01120,ko05120,map00220,map00230,map00791,map01100,map01120,map05120 - R00131 RC02798,RC02806 ko00000,ko00001,ko01000 - - - Urease_beta,Urease_gamma +BSU_36660 224308.BSU36660 8.2e-68 205.0 COG0831@1|root,COG0831@2|Bacteria,1V7GU@1239|Firmicutes,4HIJS@91061|Bacilli,1ZH3M@1386|Bacillus 2|Bacteria E Belongs to the urease gamma subunit family ureA GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009987,GO:0010035,GO:0010038,GO:0010039,GO:0019627,GO:0034641,GO:0042221,GO:0043419,GO:0043603,GO:0043605,GO:0044237,GO:0044248,GO:0044270,GO:0044281,GO:0044282,GO:0050896,GO:0051716,GO:0070887,GO:0071241,GO:0071248,GO:0071281,GO:0071704,GO:0071941,GO:1901564,GO:1901565,GO:1901575 3.5.1.5 ko:K01430,ko:K14048 ko00220,ko00230,ko00791,ko01100,ko01120,ko05120,map00220,map00230,map00791,map01100,map01120,map05120 - R00131 RC02798,RC02806 ko00000,ko00001,ko01000 - - iSB619.SA_RS11965,iYO844.BSU36660 Urease_beta,Urease_gamma +BSU_36670 224308.BSU36670 1.11e-21 85.9 COG3237@1|root,COG3237@2|Bacteria 2|Bacteria K CsbD-like csbD - - - - - - - - - - - CsbD +BSU_36680 224308.BSU36680 3.57e-110 317.0 COG1994@1|root,COG1994@2|Bacteria,1V8QC@1239|Firmicutes,4HK02@91061|Bacilli,1ZQQW@1386|Bacillus 2|Bacteria S Peptidase M50 ywmF - - - - - - - - - - - Peptidase_M50 +BSU_36690 1051501.AYTL01000027_gene816 1.25e-128 381.0 COG0457@1|root,COG0457@2|Bacteria,1UUXQ@1239|Firmicutes,4I402@91061|Bacilli,1ZDKN@1386|Bacillus 2|Bacteria S Response regulator aspartate phosphatase rapA - - ko:K06359,ko:K06360,ko:K06367 ko02024,map02024 - - - ko00000,ko00001,ko01000 - - - TPR_12,TPR_16 +BSU_36700 224308.BSU36700 2.65e-246 676.0 COG2896@1|root,COG2896@2|Bacteria,1TP89@1239|Firmicutes,4HAKQ@91061|Bacilli,1ZCD4@1386|Bacillus 2|Bacteria H Catalyzes the cyclization of GTP to (8S)-3',8-cyclo-7,8- dihydroguanosine 5'-triphosphate moaA GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0006732,GO:0006777,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009987,GO:0016020,GO:0018130,GO:0019538,GO:0019637,GO:0019720,GO:0040007,GO:0043170,GO:0043545,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044464,GO:0046483,GO:0051186,GO:0051188,GO:0051189,GO:0071704,GO:0071944,GO:0090407,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 4.1.99.22,4.6.1.17 ko:K03639,ko:K20967 ko00790,ko01100,ko04122,map00790,map01100,map04122 - R09394,R11372 RC03420,RC03425 ko00000,ko00001,ko01000 - - - Fer4_12,Fer4_14,Mob_synth_C,Radical_SAM +BSU_36710 224308.BSU36710 4.49e-187 520.0 COG1526@1|root,COG1526@2|Bacteria,1TU8R@1239|Firmicutes,4HAY8@91061|Bacilli,1ZBNJ@1386|Bacillus 2|Bacteria C Required for formate dehydrogenase (FDH) activity. Acts as a sulfur carrier protein that transfers sulfur from IscS to the molybdenum cofactor prior to its insertion into FDH fdhD - - ko:K02379 - - - - ko00000 - - - FdhD-NarQ +BSU_36730 224308.BSU36730 1.02e-155 437.0 COG2304@1|root,COG2304@2|Bacteria,1UZKX@1239|Firmicutes,4HCSC@91061|Bacilli,1ZBWZ@1386|Bacillus 2|Bacteria S protein containing a von Willebrand factor type A (vWA) domain ywmD - - ko:K07114 - - - - ko00000,ko02000 1.A.13.2.2,1.A.13.2.3 - - VWA,VWA_2 +BSU_36740 224308.BSU36740 1.89e-157 442.0 COG2304@1|root,COG2304@2|Bacteria,1UZKX@1239|Firmicutes,4HCSC@91061|Bacilli,1ZD9C@1386|Bacillus 2|Bacteria S protein containing a von Willebrand factor type A (vWA) domain ywmC - - ko:K07114 - - - - ko00000,ko02000 1.A.13.2.2,1.A.13.2.3 - - VWA,VWA_2 +BSU_36750 224308.BSU36750 3.72e-238 655.0 COG2385@1|root,COG2385@2|Bacteria,1TQSI@1239|Firmicutes,4HCE3@91061|Bacilli,1ZBNU@1386|Bacillus 2|Bacteria D Stage II sporulation protein D spoIID GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 - ko:K06381 - - - - ko00000 - - - SpoIID +BSU_36760 224308.BSU36760 1.42e-305 834.0 COG0766@1|root,COG0766@2|Bacteria,1TPAU@1239|Firmicutes,4H9KI@91061|Bacilli,1ZB89@1386|Bacillus 2|Bacteria M Cell wall formation. Adds enolpyruvyl to UDP-N- acetylglucosamine murA - 2.5.1.7 ko:K00790 ko00520,ko00550,ko01100,map00520,map00550,map01100 - R00660 RC00350 ko00000,ko00001,ko01000,ko01011 - - iYO844.BSU37100 EPSP_synthase +BSU_36770 224308.BSU36770 2.39e-174 486.0 2DSIK@1|root,33GA6@2|Bacteria,1VN6K@1239|Firmicutes,4HSJR@91061|Bacilli,1ZHV5@1386|Bacillus 2|Bacteria S TATA-box binding ywmB - - - - - - - - - - - DUF1779 +BSU_36780 224308.BSU36780 4.54e-45 145.0 COG4836@1|root,COG4836@2|Bacteria,1VK5C@1239|Firmicutes,4HR8D@91061|Bacilli,1ZJ1E@1386|Bacillus 2|Bacteria S membrane ywzB - - - - - - - - - - - DUF1146 +BSU_36790 224308.BSU36790 1.24e-114 328.0 28YPI@1|root,2ZKH3@2|Bacteria,1W4TC@1239|Firmicutes,4IJT1@91061|Bacilli,1ZE76@1386|Bacillus 2|Bacteria - - ywmA - - - - - - - - - - - - +BSU_36800 224308.BSU36800 1.04e-76 230.0 COG0355@1|root,COG0355@2|Bacteria,1VA89@1239|Firmicutes,4HKHS@91061|Bacilli,1ZGET@1386|Bacillus 2|Bacteria C Produces ATP from ADP in the presence of a proton gradient across the membrane atpC GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005622,GO:0005623,GO:0005886,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006754,GO:0006793,GO:0006796,GO:0006807,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008152,GO:0008324,GO:0009058,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009167,GO:0009168,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0015075,GO:0015077,GO:0015078,GO:0015318,GO:0015399,GO:0015405,GO:0015672,GO:0015985,GO:0015986,GO:0016020,GO:0016462,GO:0016469,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0017144,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0019829,GO:0022804,GO:0022853,GO:0022857,GO:0022890,GO:0032991,GO:0033178,GO:0034220,GO:0034641,GO:0034654,GO:0042623,GO:0042625,GO:0042626,GO:0043492,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044425,GO:0044459,GO:0044464,GO:0044769,GO:0045259,GO:0045260,GO:0045261,GO:0045262,GO:0046034,GO:0046390,GO:0046483,GO:0046933,GO:0051179,GO:0051234,GO:0055085,GO:0055086,GO:0071704,GO:0071944,GO:0072521,GO:0072522,GO:0090407,GO:0090662,GO:0098655,GO:0098660,GO:0098662,GO:0098796,GO:0098797,GO:0099131,GO:0099132,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1902600 - ko:K02114 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 - - ko00000,ko00001,ko00002,ko00194 3.A.2.1 - iJN746.PP_5412,iSbBS512_1146.SbBS512_E4190 ATP-synt_DE,ATP-synt_DE_N +BSU_36810 224308.BSU36810 0.0 924.0 COG0055@1|root,COG0055@2|Bacteria,1TPGF@1239|Firmicutes,4HAT6@91061|Bacilli,1ZB62@1386|Bacillus 2|Bacteria C Produces ATP from ADP in the presence of a proton gradient across the membrane. The catalytic sites are hosted primarily by the beta subunits atpD GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 3.6.3.14 ko:K02112 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 - - ko00000,ko00001,ko00002,ko00194,ko01000 3.A.2.1 - iSB619.SA_RS10965 ATP-synt_ab,ATP-synt_ab_N +BSU_36820 224308.BSU36820 9.01e-195 541.0 COG0224@1|root,COG0224@2|Bacteria,1TPBX@1239|Firmicutes,4HB0E@91061|Bacilli,1ZCKT@1386|Bacillus 2|Bacteria C Produces ATP from ADP in the presence of a proton gradient across the membrane. The gamma chain is believed to be important in regulating ATPase activity and the flow of protons through the CF(0) complex atpG GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02115 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 - - ko00000,ko00001,ko00002,ko00194 3.A.2.1 - iLJ478.TM1611,iSB619.SA_RS10970,iYO844.BSU36820 ATP-synt +BSU_36830 224308.BSU36830 0.0 970.0 COG0056@1|root,COG0056@2|Bacteria,1TNZ8@1239|Firmicutes,4HAMZ@91061|Bacilli,1ZB13@1386|Bacillus 2|Bacteria C Produces ATP from ADP in the presence of a proton gradient across the membrane. The alpha chain is a regulatory subunit atpA GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005886,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006754,GO:0006793,GO:0006796,GO:0006807,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008152,GO:0008324,GO:0009058,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009167,GO:0009168,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0015075,GO:0015077,GO:0015078,GO:0015318,GO:0015399,GO:0015405,GO:0015672,GO:0015985,GO:0015986,GO:0016020,GO:0016462,GO:0016469,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0017144,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0019829,GO:0022804,GO:0022853,GO:0022857,GO:0022890,GO:0030312,GO:0032991,GO:0033178,GO:0034220,GO:0034641,GO:0034654,GO:0040007,GO:0042623,GO:0042625,GO:0042626,GO:0043492,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044425,GO:0044459,GO:0044464,GO:0044769,GO:0045259,GO:0045260,GO:0045261,GO:0045262,GO:0046034,GO:0046390,GO:0046483,GO:0046933,GO:0051179,GO:0051234,GO:0055085,GO:0055086,GO:0071704,GO:0071944,GO:0072521,GO:0072522,GO:0090407,GO:0090662,GO:0098655,GO:0098660,GO:0098662,GO:0098796,GO:0098797,GO:0099131,GO:0099132,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1902600 3.6.3.14 ko:K02111 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 - - ko00000,ko00001,ko00002,ko00194,ko01000 3.A.2.1 - iIT341.HP1134,iSB619.SA_RS10975,iSbBS512_1146.SbBS512_E4187 ATP-synt_ab,ATP-synt_ab_C,ATP-synt_ab_N +BSU_36840 224308.BSU36840 2.89e-118 339.0 COG0712@1|root,COG0712@2|Bacteria,1VAG3@1239|Firmicutes,4HKFW@91061|Bacilli,1ZG65@1386|Bacillus 2|Bacteria C F(1)F(0) ATP synthase produces ATP from ADP in the presence of a proton or sodium gradient. F-type ATPases consist of two structural domains, F(1) containing the extramembraneous catalytic core and F(0) containing the membrane proton channel, linked together by a central stalk and a peripheral stalk. During catalysis, ATP synthesis in the catalytic domain of F(1) is coupled via a rotary mechanism of the central stalk subunits to proton translocation atpH - - ko:K02113 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 - - ko00000,ko00001,ko00002,ko00194 3.A.2.1 - - OSCP +BSU_36850 224308.BSU36850 2.62e-79 239.0 COG0711@1|root,COG0711@2|Bacteria,1VB85@1239|Firmicutes,4HM64@91061|Bacilli,1ZGHN@1386|Bacillus 2|Bacteria C Component of the F(0) channel, it forms part of the peripheral stalk, linking F(1) to F(0) atpF - - ko:K02109 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 - - ko00000,ko00001,ko00002,ko00194 3.A.2.1 - iHN637.CLJU_RS01170,iYO844.BSU36850 ATP-synt_B +BSU_36860 1051501.AYTL01000028_gene2080 3.01e-36 123.0 COG0636@1|root,COG0636@2|Bacteria,1VEHP@1239|Firmicutes,4HNKQ@91061|Bacilli,1ZIWP@1386|Bacillus 2|Bacteria C F(1)F(0) ATP synthase produces ATP from ADP in the presence of a proton or sodium gradient. F-type ATPases consist of two structural domains, F(1) containing the extramembraneous catalytic core and F(0) containing the membrane proton channel, linked together by a central stalk and a peripheral stalk. During catalysis, ATP synthesis in the catalytic domain of F(1) is coupled via a rotary mechanism of the central stalk subunits to proton translocation atpE GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005622,GO:0005623,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006754,GO:0006793,GO:0006796,GO:0006807,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008152,GO:0008324,GO:0009058,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009167,GO:0009168,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0015075,GO:0015077,GO:0015078,GO:0015318,GO:0015399,GO:0015405,GO:0015672,GO:0015985,GO:0015986,GO:0016020,GO:0016462,GO:0016469,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0017144,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0019829,GO:0022804,GO:0022853,GO:0022857,GO:0022890,GO:0032991,GO:0033177,GO:0034220,GO:0034641,GO:0034654,GO:0042623,GO:0042625,GO:0042626,GO:0043492,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044425,GO:0044464,GO:0044769,GO:0045259,GO:0045263,GO:0046034,GO:0046390,GO:0046483,GO:0046933,GO:0051179,GO:0051234,GO:0055085,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:0090662,GO:0098655,GO:0098660,GO:0098662,GO:0098796,GO:0099131,GO:0099132,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1902600 - ko:K02110 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 - - ko00000,ko00001,ko00002,ko00194 3.A.2.1 - - ATP-synt_C +BSU_36870 224308.BSU36870 1.74e-166 466.0 COG0356@1|root,COG0356@2|Bacteria,1TQIT@1239|Firmicutes,4H9NV@91061|Bacilli,1ZB02@1386|Bacillus 2|Bacteria C it plays a direct role in the translocation of protons across the membrane atpB GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005622,GO:0005623,GO:0005886,GO:0005887,GO:0006139,GO:0006163,GO:0006164,GO:0006725,GO:0006753,GO:0006754,GO:0006793,GO:0006796,GO:0006807,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008152,GO:0008324,GO:0009058,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009141,GO:0009142,GO:0009144,GO:0009145,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009167,GO:0009168,GO:0009199,GO:0009201,GO:0009205,GO:0009206,GO:0009259,GO:0009260,GO:0009987,GO:0015075,GO:0015077,GO:0015078,GO:0015318,GO:0015399,GO:0015405,GO:0015672,GO:0015985,GO:0015986,GO:0016020,GO:0016021,GO:0016462,GO:0016469,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0017144,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0019829,GO:0022804,GO:0022853,GO:0022857,GO:0022890,GO:0031224,GO:0031226,GO:0032991,GO:0033177,GO:0034220,GO:0034641,GO:0034654,GO:0042623,GO:0042625,GO:0042626,GO:0042777,GO:0043492,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044425,GO:0044459,GO:0044464,GO:0044769,GO:0045259,GO:0045260,GO:0045263,GO:0045264,GO:0046034,GO:0046390,GO:0046483,GO:0046933,GO:0051179,GO:0051234,GO:0055085,GO:0055086,GO:0071704,GO:0071944,GO:0072521,GO:0072522,GO:0090407,GO:0090662,GO:0098655,GO:0098660,GO:0098662,GO:0098796,GO:0098797,GO:0099131,GO:0099132,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1902600 - ko:K02108 ko00190,ko00195,ko01100,map00190,map00195,map01100 M00157 - - ko00000,ko00001,ko00002,ko00194,ko03110 3.A.2.1 - iAPECO1_1312.APECO1_2725,iE2348C_1286.E2348C_4048,iEC042_1314.EC042_4125,iECABU_c1320.ECABU_c42230,iECED1_1282.ECED1_4428,iECIAI39_1322.ECIAI39_4342,iECNA114_1301.ECNA114_3887,iECOK1_1307.ECOK1_4187,iECP_1309.ECP_3937,iECS88_1305.ECS88_4160,iECSF_1327.ECSF_3586,iECUMN_1333.ECUMN_4268,iEcSMS35_1347.EcSMS35_4106,iLF82_1304.LF82_0192,iNRG857_1313.NRG857_18615,iUMN146_1321.UM146_18880,iUMNK88_1353.UMNK88_4550,iUTI89_1310.UTI89_C4293,ic_1306.c4666 ATP-synt_A +BSU_36880 224308.BSU36880 1.91e-81 241.0 2E2UM@1|root,32HZ5@2|Bacteria,1V9N6@1239|Firmicutes,4HK0H@91061|Bacilli,1ZQSH@1386|Bacillus 2|Bacteria S ATP synthase atpI - - ko:K02116 - - - - ko00000,ko00194 3.A.2.1 - - ATP-synt_I +BSU_36890 224308.BSU36890 5.5e-148 416.0 COG0035@1|root,COG0035@2|Bacteria,1TPMT@1239|Firmicutes,4H9Y0@91061|Bacilli,1ZASG@1386|Bacillus 2|Bacteria F Catalyzes the conversion of uracil and 5-phospho-alpha- D-ribose 1-diphosphate (PRPP) to UMP and diphosphate upp GO:0003674,GO:0003824,GO:0004849,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006206,GO:0006213,GO:0006220,GO:0006221,GO:0006222,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008655,GO:0009058,GO:0009112,GO:0009116,GO:0009117,GO:0009119,GO:0009123,GO:0009124,GO:0009129,GO:0009130,GO:0009156,GO:0009161,GO:0009163,GO:0009165,GO:0009173,GO:0009174,GO:0009218,GO:0009220,GO:0009259,GO:0009260,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0018130,GO:0019205,GO:0019206,GO:0019438,GO:0019637,GO:0019693,GO:0034404,GO:0034641,GO:0034654,GO:0042455,GO:0043094,GO:0043097,GO:0043174,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046049,GO:0046131,GO:0046132,GO:0046134,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072527,GO:0072528,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576,GO:1901657,GO:1901659 2.4.2.9 ko:K00761 ko00240,ko01100,map00240,map01100 - R00966 RC00063 ko00000,ko00001,ko01000 - - iSB619.SA_RS11010 UPRTase +BSU_36900 224308.BSU36900 4.36e-303 826.0 COG0112@1|root,COG0112@2|Bacteria,1TQVM@1239|Firmicutes,4HA5K@91061|Bacilli,1ZB9V@1386|Bacillus 2|Bacteria E Catalyzes the reversible interconversion of serine and glycine with tetrahydrofolate (THF) serving as the one-carbon carrier. This reaction serves as the major source of one-carbon groups required for the biosynthesis of purines, thymidylate, methionine, and other important biomolecules. Also exhibits THF- independent aldolase activity toward beta-hydroxyamino acids, producing glycine and aldehydes, via a retro-aldol mechanism glyA GO:0001505,GO:0003674,GO:0003824,GO:0004372,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006520,GO:0006544,GO:0006545,GO:0006546,GO:0006563,GO:0006565,GO:0006730,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008270,GO:0008652,GO:0009056,GO:0009058,GO:0009063,GO:0009069,GO:0009070,GO:0009071,GO:0009987,GO:0016053,GO:0016054,GO:0016740,GO:0016741,GO:0016742,GO:0017144,GO:0019264,GO:0019752,GO:0019842,GO:0030170,GO:0036094,GO:0042133,GO:0042135,GO:0042136,GO:0042737,GO:0042802,GO:0043167,GO:0043168,GO:0043169,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044281,GO:0044282,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046394,GO:0046395,GO:0046872,GO:0046914,GO:0048037,GO:0050662,GO:0065007,GO:0065008,GO:0070279,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901565,GO:1901566,GO:1901575,GO:1901576,GO:1901605,GO:1901606,GO:1901607 2.1.2.1 ko:K00600 ko00260,ko00460,ko00630,ko00670,ko00680,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,ko01523,map00260,map00460,map00630,map00670,map00680,map01100,map01110,map01120,map01130,map01200,map01230,map01523 M00140,M00141,M00346,M00532 R00945,R09099 RC00022,RC00112,RC01583,RC02958 ko00000,ko00001,ko00002,ko01000 - - iG2583_1286.G2583_3081 SHMT +BSU_36910 224308.BSU36910 2.49e-123 352.0 COG4475@1|root,COG4475@2|Bacteria,1V3H0@1239|Firmicutes,4HH6F@91061|Bacilli,1ZFKM@1386|Bacillus 2|Bacteria S Belongs to the UPF0340 family ywlG - - - - - - - - - - - DUF436 +BSU_36920 1051501.AYTL01000028_gene2074 2.35e-106 306.0 COG0698@1|root,COG0698@2|Bacteria,1V3HE@1239|Firmicutes,4HGXD@91061|Bacilli,1ZFM4@1386|Bacillus 2|Bacteria G Ribose 5-phosphate isomerase rpiB - 5.3.1.6 ko:K01808 ko00030,ko00051,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00030,map00051,map00710,map01100,map01110,map01120,map01130,map01200,map01230 M00004,M00007,M00165,M00167 R01056,R09030 RC00376,RC00434 ko00000,ko00001,ko00002,ko01000 - - iAF987.Gmet_1604 LacAB_rpiB +BSU_36930 224308.BSU36930 5.75e-103 298.0 COG0394@1|root,COG0394@2|Bacteria,1VA05@1239|Firmicutes,4HKBQ@91061|Bacilli,1ZH51@1386|Bacillus 2|Bacteria T Belongs to the low molecular weight phosphotyrosine protein phosphatase family ywlE - 3.1.3.48,3.9.1.2,5.3.1.6 ko:K01104,ko:K01808,ko:K20201 ko00030,ko00051,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00030,map00051,map00710,map01100,map01110,map01120,map01130,map01200,map01230 M00004,M00007,M00165,M00167 R01056,R09030 RC00376,RC00434 ko00000,ko00001,ko00002,ko01000 - - - LMWPc +BSU_36940 224308.BSU36940 4.56e-117 336.0 COG1971@1|root,COG1971@2|Bacteria,1V4QK@1239|Firmicutes,4HH7C@91061|Bacilli,1ZFK0@1386|Bacillus 2|Bacteria P Probably functions as a manganese efflux pump mntP - - - - - - - - - - - Mntp +BSU_36950 224308.BSU36950 4.44e-252 691.0 COG0009@1|root,COG0009@2|Bacteria,1TP1I@1239|Firmicutes,4HA7W@91061|Bacilli,1ZB2V@1386|Bacillus 2|Bacteria J Required for the formation of a threonylcarbamoyl group on adenosine at position 37 (t(6)A37) in tRNAs that read codons beginning with adenine ywlC GO:0000049,GO:0000166,GO:0002949,GO:0003674,GO:0003676,GO:0003723,GO:0003824,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006450,GO:0006725,GO:0006807,GO:0008033,GO:0008144,GO:0008150,GO:0008152,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016772,GO:0016779,GO:0017076,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034470,GO:0034641,GO:0034660,GO:0035639,GO:0036094,GO:0040007,GO:0043167,GO:0043168,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044424,GO:0044464,GO:0046483,GO:0065007,GO:0065008,GO:0070525,GO:0071704,GO:0090304,GO:0097159,GO:0097367,GO:1901265,GO:1901360,GO:1901363 2.7.7.87,3.1.3.48 ko:K01104,ko:K07566 - - R10463 RC00745 ko00000,ko01000,ko03009,ko03016 - - - SUA5,Sua5_yciO_yrdC +BSU_36960 224308.BSU36960 1.79e-100 291.0 COG1246@1|root,COG1246@2|Bacteria,1U9KN@1239|Firmicutes,4IKY0@91061|Bacilli,1ZIA8@1386|Bacillus 2|Bacteria E Belongs to the acetyltransferase family. ArgA subfamily ywlB - 1.20.4.1,2.1.1.137,2.3.1.1 ko:K00537,ko:K00619,ko:K07755 ko00220,ko01100,ko01110,ko01130,ko01210,ko01230,map00220,map01100,map01110,map01130,map01210,map01230 M00028 R00259 RC00004,RC00064 ko00000,ko00001,ko00002,ko01000 - - - Acetyltransf_1,Acetyltransf_10,Acetyltransf_7,C_GCAxxG_C_C +BSU_36970 224308.BSU36970 1.14e-152 429.0 2AUKD@1|root,31K93@2|Bacteria,1V6PK@1239|Firmicutes,4HI5F@91061|Bacilli,1ZEE3@1386|Bacillus 2|Bacteria S stage II sporulation protein R spoIIR - - ko:K06387 - - - - ko00000 - - - Spore_II_R +BSU_36980 224308.BSU36980 1.67e-74 223.0 2B1TR@1|root,31U9Q@2|Bacteria,1UCW8@1239|Firmicutes,4IPC8@91061|Bacilli,1ZPPX@1386|Bacillus 2|Bacteria S Uncharacterised protein family (UPF0715) ywlA - - - - - - - - - - - UPF0715 +BSU_37000 224308.BSU37000 5.96e-205 567.0 COG2890@1|root,COG2890@2|Bacteria,1TSMA@1239|Firmicutes,4HC6W@91061|Bacilli,1ZBSE@1386|Bacillus 2|Bacteria J Methylates the class 1 translation termination release factors RF1 PrfA and RF2 PrfB on the glutamine residue of the universally conserved GGQ motif prmC GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0008168,GO:0008757,GO:0016740,GO:0016741,GO:0032259,GO:0044424,GO:0044444,GO:0044464 2.1.1.297 ko:K02493 - - R10806 RC00003,RC03279 ko00000,ko01000,ko03012 - - - MTS,Methyltransf_31 +BSU_37010 224308.BSU37010 4.05e-244 672.0 COG0216@1|root,COG0216@2|Bacteria,1TQ7V@1239|Firmicutes,4H9MB@91061|Bacilli,1ZCE9@1386|Bacillus 2|Bacteria J Peptide chain release factor 1 directs the termination of translation in response to the peptide chain termination codons UAG and UAA prfA - - ko:K02835 - - - - ko00000,ko03012 - - - PCRF,RF-1 +BSU_37020 224308.BSU37020 1.19e-89 262.0 COG0346@1|root,COG0346@2|Bacteria,1V6XU@1239|Firmicutes,4HIFI@91061|Bacilli,1ZHFW@1386|Bacillus 2|Bacteria E Glyoxalase/Bleomycin resistance protein/Dioxygenase superfamily yaeR - - ko:K08234 - - - - ko00000 - - - Glyoxalase +BSU_37030 224308.BSU37030 6.26e-119 341.0 COG0789@1|root,COG0789@2|Bacteria,1VH5D@1239|Firmicutes,4HQ0J@91061|Bacilli,1ZG6F@1386|Bacillus 2|Bacteria K Required for the formation of axial filaments and for anchoring the origin regions at the cell poles in sporulating cells, thus ensuring proper chromosome segregation in the prespore. Binds in a dispersed manner throughout the chromosome but preferentially to sites clustered in the origin portion of the chromosome, causing condensation of the chromosome and its remodeling into an elongated, anchored structure racA - - ko:K11686 - - - - ko00000,ko03036 - - - MerR,MerR_1 +BSU_37040 224308.BSU37040 1.87e-203 566.0 COG0679@1|root,COG0679@2|Bacteria,1VDS9@1239|Firmicutes,4HQT5@91061|Bacilli,1ZDDW@1386|Bacillus 2|Bacteria S Membrane transport protein ywkB - - ko:K07088 - - - - ko00000 - - - Mem_trans +BSU_37050 224308.BSU37050 0.0 1139.0 COG0281@1|root,COG0281@2|Bacteria,1TPJ3@1239|Firmicutes,4HBF1@91061|Bacilli,1ZQEV@1386|Bacillus 2|Bacteria C malic enzyme sfcA GO:0000166,GO:0003674,GO:0003824,GO:0004470,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006090,GO:0006091,GO:0006108,GO:0006113,GO:0008150,GO:0008152,GO:0009987,GO:0015980,GO:0016491,GO:0016614,GO:0016615,GO:0016829,GO:0016830,GO:0016831,GO:0019752,GO:0030145,GO:0032787,GO:0036094,GO:0043167,GO:0043169,GO:0043436,GO:0043464,GO:0043648,GO:0044237,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046872,GO:0046914,GO:0048037,GO:0050662,GO:0051287,GO:0055114,GO:0071704,GO:0097159,GO:1901265,GO:1901363 1.1.1.38,4.1.1.101 ko:K00027,ko:K22212 ko00620,ko01120,ko01200,ko02020,map00620,map01120,map01200,map02020 - R00214,R11074 RC00105,RC00282 ko00000,ko00001,ko01000 - - iNJ661.Rv2332 Malic_M,malic +BSU_37060 224308.BSU37060 8.53e-136 384.0 COG1435@1|root,COG1435@2|Bacteria,1TRVM@1239|Firmicutes,4HA4A@91061|Bacilli,1ZBMX@1386|Bacillus 2|Bacteria F thymidine kinase tdk GO:0003674,GO:0003824,GO:0004797,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006213,GO:0006259,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009116,GO:0009117,GO:0009120,GO:0009123,GO:0009124,GO:0009157,GO:0009162,GO:0009165,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0018130,GO:0019136,GO:0019205,GO:0019206,GO:0019438,GO:0019637,GO:0034641,GO:0034654,GO:0042802,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046104,GO:0046125,GO:0046483,GO:0055086,GO:0071704,GO:0072527,GO:0090304,GO:0090407,GO:1901135,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901576,GO:1901657 2.7.1.21 ko:K00857 ko00240,ko00983,ko01100,map00240,map00983,map01100 - R01567,R02099,R08233 RC00002,RC00017 ko00000,ko00001,ko01000 - - iLJ478.TM0401,iYO844.BSU37060 TK +BSU_37070 1051501.AYTL01000028_gene2059 7e-45 144.0 COG0254@1|root,COG0254@2|Bacteria,1VEGU@1239|Firmicutes,4HNQF@91061|Bacilli,1ZQBD@1386|Bacillus 2|Bacteria J Binds the 23S rRNA rpmE - - ko:K02909 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L31 +BSU_37080 224308.BSU37080 5.53e-303 827.0 COG1158@1|root,COG1158@2|Bacteria,1TPHZ@1239|Firmicutes,4H9XB@91061|Bacilli,1ZBN9@1386|Bacillus 2|Bacteria K Facilitates transcription termination by a mechanism that involves Rho binding to the nascent RNA, activation of Rho's RNA-dependent ATPase activity, and release of the mRNA from the DNA template rho - - ko:K03628 ko03018,map03018 - - - ko00000,ko00001,ko03019,ko03021 - - - ATP-synt_ab,Rho_N,Rho_RNA_bind +BSU_37090 224308.BSU37090 3.51e-225 621.0 COG1494@1|root,COG1494@2|Bacteria,1TP0D@1239|Firmicutes,4H9MV@91061|Bacilli,1ZC28@1386|Bacillus 2|Bacteria G fructose-1,6-bisphosphatase glpX GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005975,GO:0005996,GO:0006006,GO:0006094,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016051,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0019203,GO:0019318,GO:0019319,GO:0019637,GO:0030388,GO:0042132,GO:0042578,GO:0044237,GO:0044238,GO:0044281,GO:0044283,GO:0044424,GO:0044444,GO:0044464,GO:0046364,GO:0050308,GO:0071704,GO:1901135,GO:1901576 3.1.3.11,3.1.3.37 ko:K02446,ko:K11532 ko00010,ko00030,ko00051,ko00680,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00030,map00051,map00680,map00710,map01100,map01110,map01120,map01130,map01200 M00003,M00165,M00167 R00762,R01845,R04780 RC00017 ko00000,ko00001,ko00002,ko01000 - - - FBPase_glpX +BSU_37100 224308.BSU37100 2.26e-303 828.0 COG0766@1|root,COG0766@2|Bacteria,1TPAU@1239|Firmicutes,4H9KI@91061|Bacilli,1ZASB@1386|Bacillus 2|Bacteria M Cell wall formation. Adds enolpyruvyl to UDP-N- acetylglucosamine murA GO:0000270,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006022,GO:0006023,GO:0006024,GO:0006807,GO:0008150,GO:0008152,GO:0008760,GO:0009058,GO:0009059,GO:0009252,GO:0009273,GO:0009987,GO:0016740,GO:0016765,GO:0030203,GO:0034645,GO:0042221,GO:0042546,GO:0043170,GO:0044036,GO:0044038,GO:0044085,GO:0044237,GO:0044249,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046677,GO:0050896,GO:0051716,GO:0070589,GO:0070887,GO:0071236,GO:0071554,GO:0071704,GO:0071840,GO:1901135,GO:1901137,GO:1901564,GO:1901566,GO:1901576 2.5.1.7 ko:K00790 ko00520,ko00550,ko01100,map00520,map00550,map01100 - R00660 RC00350 ko00000,ko00001,ko01000,ko01011 - - iYO844.BSU37100 EPSP_synthase +BSU_37110 224308.BSU37110 5.69e-147 414.0 COG0176@1|root,COG0176@2|Bacteria,1TP4Q@1239|Firmicutes,4HA8G@91061|Bacilli,1ZCA6@1386|Bacillus 2|Bacteria G Transaldolase is important for the balance of metabolites in the pentose-phosphate pathway tal GO:0003674,GO:0005488,GO:0005515,GO:0042802 2.2.1.2 ko:K00616 ko00030,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00030,map01100,map01110,map01120,map01130,map01200,map01230 M00004,M00007 R01827 RC00439,RC00604 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU37110 TAL_FSA +BSU_37120 224308.BSU37120 7.82e-204 564.0 COG0191@1|root,COG0191@2|Bacteria,1TQ01@1239|Firmicutes,4H9ZU@91061|Bacilli,1ZBBA@1386|Bacillus 2|Bacteria G Aldolase fbaA - 4.1.2.13,4.1.2.29 ko:K01624,ko:K03339 ko00010,ko00030,ko00051,ko00562,ko00680,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00010,map00030,map00051,map00562,map00680,map00710,map01100,map01110,map01120,map01130,map01200,map01230 M00001,M00003,M00165,M00167,M00344,M00345 R01068,R01070,R01829,R02568,R05378 RC00438,RC00439,RC00603,RC00604,RC00721 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS11075,iYO844.BSU39670 F_bP_aldolase +BSU_37130 1051501.AYTL01000028_gene2053 1.07e-81 242.0 COG2204@1|root,COG2204@2|Bacteria,1V6R9@1239|Firmicutes,4HICG@91061|Bacilli,1ZQRZ@1386|Bacillus 2|Bacteria T COG0784 FOG CheY-like receiver spo0F - - ko:K02490 ko02020,ko02024,map02020,map02024 M00485 - - ko00000,ko00001,ko00002,ko02022 - - - Response_reg +BSU_37140 224308.BSU37140 3.31e-120 343.0 COG4821@1|root,COG4821@2|Bacteria,1VJUP@1239|Firmicutes,4HP1J@91061|Bacilli,1ZH7S@1386|Bacillus 2|Bacteria S Domain of unknown function (DUF2529) ywjG - - - - - - - - - - - DUF2529 +BSU_37150 224308.BSU37150 0.0 1073.0 COG0504@1|root,COG0504@2|Bacteria,1TP34@1239|Firmicutes,4H9X6@91061|Bacilli,1ZB0S@1386|Bacillus 2|Bacteria F Catalyzes the ATP-dependent amination of UTP to CTP with either L-glutamine or ammonia as the source of nitrogen. Regulates intracellular CTP levels through interactions with the four ribonucleotide triphosphates pyrG GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0016020,GO:0040007,GO:0044464,GO:0071944 6.3.4.2 ko:K01937 ko00240,ko01100,map00240,map01100 M00052 R00571,R00573 RC00010,RC00074 ko00000,ko00001,ko00002,ko01000 - - iHN637.CLJU_RS01075,iNJ661.Rv1699 CTP_synth_N,GATase +BSU_37160 224308.BSU37160 2.94e-82 247.0 COG3343@1|root,COG3343@2|Bacteria,1V6WX@1239|Firmicutes,4HIUK@91061|Bacilli,1ZH95@1386|Bacillus 2|Bacteria K Participates in both the initiation and recycling phases of transcription. In the presence of the delta subunit, RNAP displays an increased specificity of transcription, a decreased affinity for nucleic acids, and an increased efficiency of RNA synthesis because of enhanced recycling rpoE GO:0003674,GO:0003824,GO:0003899,GO:0006139,GO:0006351,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016740,GO:0016772,GO:0016779,GO:0018130,GO:0019438,GO:0032774,GO:0034062,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0071704,GO:0090304,GO:0097659,GO:0097747,GO:0140098,GO:1901360,GO:1901362,GO:1901576 - ko:K03048 ko00230,ko00240,ko01100,ko03020,map00230,map00240,map01100,map03020 M00183 R00435,R00441,R00442,R00443 RC02795 br01611,ko00000,ko00001,ko00002,ko03021,ko03400 - - - HARE-HTH +BSU_37170 224308.BSU37170 2.1e-269 738.0 COG1960@1|root,COG1960@2|Bacteria,1TP57@1239|Firmicutes,4HA2A@91061|Bacilli,1ZBG3@1386|Bacillus 2|Bacteria I acyl-CoA dehydrogenase acdA - 1.3.8.1,1.3.8.7 ko:K00248,ko:K00249 ko00071,ko00280,ko00410,ko00640,ko00650,ko01100,ko01110,ko01120,ko01130,ko01200,ko01212,ko03320,map00071,map00280,map00410,map00640,map00650,map01100,map01110,map01120,map01130,map01200,map01212,map03320 M00013,M00036,M00087 R00924,R01175,R01178,R01279,R02661,R03172,R03777,R03857,R03990,R04095,R04432,R04751,R04754 RC00052,RC00068,RC00076,RC00095,RC00120,RC00148,RC00246 ko00000,ko00001,ko00002,ko01000 - - - Acyl-CoA_dh_1,Acyl-CoA_dh_M,Acyl-CoA_dh_N +BSU_37180 224308.BSU37180 0.0 1404.0 COG0247@1|root,COG2181@1|root,COG0247@2|Bacteria,COG2181@2|Bacteria,1TPG1@1239|Firmicutes,4HB2J@91061|Bacilli,1ZBAJ@1386|Bacillus 2|Bacteria C COG0247 Fe-S oxidoreductase ywjF - - - - - - - - - - - CCG,Fer4_8,Nitrate_red_gam +BSU_37190 224308.BSU37190 8.56e-290 791.0 COG1502@1|root,COG1502@2|Bacteria,1USPT@1239|Firmicutes,4HCJD@91061|Bacilli,1ZC77@1386|Bacillus 2|Bacteria I Belongs to the phospholipase D family. Cardiolipin synthase subfamily clsB GO:0003674,GO:0003824,GO:0005575,GO:0006629,GO:0006644,GO:0006650,GO:0006655,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0008808,GO:0009058,GO:0009987,GO:0016020,GO:0016740,GO:0016772,GO:0016780,GO:0019637,GO:0030572,GO:0032048,GO:0032049,GO:0032502,GO:0043934,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0045017,GO:0046471,GO:0046474,GO:0046486,GO:0071704,GO:0090407,GO:1901576 - ko:K06131 ko00564,ko01100,map00564,map01100 - R07390 RC00017 ko00000,ko00001,ko01000 - - iYO844.BSU37240 PLDc_2,PLDc_N +BSU_37200 224308.BSU37200 4.88e-236 648.0 COG4294@1|root,COG4294@2|Bacteria,1TTCB@1239|Firmicutes,4H9PY@91061|Bacilli,1ZCJ7@1386|Bacillus 2|Bacteria L Component in a DNA repair pathway. Removal of UV-light damaged nucleotides. Recognizes pyrimidine dimers and cleave a phosphodiester bond immediately 5' to the lesion uvsE - - ko:K13281 - - - - ko00000,ko01000 - - - UvdE +BSU_37210 224308.BSU37210 1.32e-57 178.0 29S1C@1|root,30D5T@2|Bacteria,1UAW5@1239|Firmicutes,4IM8Y@91061|Bacilli,1ZJHN@1386|Bacillus 2|Bacteria - - ywjC - - - - - - - - - - - - +BSU_37220 224308.BSU37220 1.35e-124 354.0 COG0262@1|root,COG0262@2|Bacteria,1VAUA@1239|Firmicutes,4HH71@91061|Bacilli,1ZEDJ@1386|Bacillus 2|Bacteria H RibD C-terminal domain ywjB - - - - - - - - - - - RibD_C +BSU_37230 224308.BSU37230 0.0 1122.0 COG1132@1|root,COG1132@2|Bacteria,1TP0B@1239|Firmicutes,4HA3S@91061|Bacilli,1ZBV0@1386|Bacillus 2|Bacteria V ABC transporter ywjA - - ko:K06147 - - - - ko00000,ko02000 3.A.1.106,3.A.1.109,3.A.1.21 - - ABC_membrane,ABC_tran +BSU_37240 224308.BSU37240 0.0 988.0 COG1502@1|root,COG1502@2|Bacteria,1TPKY@1239|Firmicutes,4H9TI@91061|Bacilli,1ZBG7@1386|Bacillus 2|Bacteria I Catalyzes the reversible phosphatidyl group transfer from one phosphatidylglycerol molecule to another to form cardiolipin (CL) (diphosphatidylglycerol) and glycerol ywiE GO:0003674,GO:0003824,GO:0005575,GO:0006629,GO:0006644,GO:0006650,GO:0006655,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0008610,GO:0008654,GO:0008808,GO:0009058,GO:0009987,GO:0016020,GO:0016740,GO:0016772,GO:0016780,GO:0019637,GO:0030572,GO:0032048,GO:0032049,GO:0032502,GO:0043934,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0045017,GO:0046471,GO:0046474,GO:0046486,GO:0071704,GO:0090407,GO:1901576 - ko:K06131 ko00564,ko01100,map00564,map01100 - R07390 RC00017 ko00000,ko00001,ko01000 - - iYO844.BSU37240 PLDc_2,PLDc_N +BSU_37250 224308.BSU37250 1.02e-159 447.0 COG2181@1|root,COG2181@2|Bacteria,1V6BS@1239|Firmicutes,4HTW9@91061|Bacilli,1ZR0N@1386|Bacillus 2|Bacteria C Nitrate reductase (gamma narI GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006091,GO:0008150,GO:0008152,GO:0008940,GO:0009055,GO:0009061,GO:0009325,GO:0009987,GO:0015980,GO:0016020,GO:0016021,GO:0016491,GO:0016661,GO:0019645,GO:0020037,GO:0022900,GO:0022904,GO:0031224,GO:0031226,GO:0032991,GO:0044237,GO:0044425,GO:0044459,GO:0044464,GO:0044799,GO:0045333,GO:0046906,GO:0048037,GO:0055114,GO:0070469,GO:0070470,GO:0071944,GO:0097159,GO:0098796,GO:0098797,GO:0098803,GO:1901363,GO:1902494,GO:1990204 1.7.5.1 ko:K00374,ko:K02575 ko00910,ko01120,ko02020,map00910,map01120,map02020 M00529,M00530,M00615 R00798,R01106,R09497 RC02812 ko00000,ko00001,ko00002,ko01000,ko02000 2.A.1.8,5.A.3.1 - iEC042_1314.EC042_1594,iECABU_c1320.ECABU_c17020,iECUMN_1333.ECUMN_1718,iSF_1195.SF1230,ic_1306.c1897 Nitrate_red_gam +BSU_37260 224308.BSU37260 6.32e-128 363.0 COG2180@1|root,COG2180@2|Bacteria,1V4I4@1239|Firmicutes,4HHY3@91061|Bacilli,1ZHHD@1386|Bacillus 2|Bacteria C nitrate reductase narJ GO:0001666,GO:0003674,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006807,GO:0006950,GO:0008150,GO:0008152,GO:0009628,GO:0009987,GO:0016043,GO:0016530,GO:0022607,GO:0034622,GO:0036293,GO:0042126,GO:0042128,GO:0043436,GO:0043933,GO:0044085,GO:0044237,GO:0044281,GO:0044424,GO:0044464,GO:0050896,GO:0051131,GO:0065003,GO:0070482,GO:0071704,GO:0071840,GO:0071941,GO:0140104,GO:2001057 1.7.5.1 ko:K00370,ko:K00373,ko:K17052 ko00910,ko01120,ko02020,map00910,map01120,map02020 M00529,M00530,M00804 R00798,R01106,R09497 RC02812 ko00000,ko00001,ko00002,ko01000,ko02000 5.A.3.1,5.A.3.8 - iE2348C_1286.E2348C_1350,iECABU_c1320.ECABU_c15020,iECIAI1_1343.ECIAI1_1469,iECO103_1326.ECO103_1331,iECO111_1330.ECO111_1557,iECW_1372.ECW_m1594,iEKO11_1354.EKO11_2354,iLF82_1304.LF82_1462,iNRG857_1313.NRG857_06280,iSSON_1240.SSON_1659,iWFL_1372.ECW_m1594,iYO844.BSU37260,ic_1306.c1687 Nitrate_red_del +BSU_37270 224308.BSU37270 0.0 1027.0 COG1140@1|root,COG1140@2|Bacteria,1TRGG@1239|Firmicutes,4HAR2@91061|Bacilli,1ZCJ2@1386|Bacillus 2|Bacteria C Nitrate reductase, beta narH GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006082,GO:0006091,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008940,GO:0009055,GO:0009061,GO:0009325,GO:0009898,GO:0009987,GO:0015980,GO:0016020,GO:0016021,GO:0016491,GO:0016661,GO:0019645,GO:0022900,GO:0022904,GO:0031224,GO:0031226,GO:0031235,GO:0032991,GO:0033554,GO:0042126,GO:0043436,GO:0044237,GO:0044281,GO:0044425,GO:0044459,GO:0044464,GO:0044799,GO:0045333,GO:0048037,GO:0050896,GO:0051536,GO:0051538,GO:0051539,GO:0051540,GO:0051716,GO:0055114,GO:0070469,GO:0070470,GO:0071704,GO:0071944,GO:0098552,GO:0098562,GO:0098796,GO:0098797,GO:0098803,GO:1902494,GO:1990204,GO:2001057 1.7.5.1 ko:K00371,ko:K17051 ko00910,ko01120,ko02020,map00910,map01120,map02020 M00529,M00530,M00804 R00798,R01106,R09497 RC02812 ko00000,ko00001,ko00002,ko01000,ko02000 5.A.3.1,5.A.3.8 - iAF987.Gmet_1021,iEcE24377_1341.EcE24377A_1376,iEcolC_1368.EcolC_2189 Fer4_11,Nitr_red_bet_C +BSU_37280 224308.BSU37280 0.0 2546.0 COG5013@1|root,COG5013@2|Bacteria,1TQG1@1239|Firmicutes,4HBVB@91061|Bacilli,1ZC1Z@1386|Bacillus 2|Bacteria C Belongs to the prokaryotic molybdopterin-containing oxidoreductase family narG GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006082,GO:0006091,GO:0006807,GO:0008150,GO:0008152,GO:0008940,GO:0009055,GO:0009061,GO:0009325,GO:0009898,GO:0009987,GO:0015980,GO:0016020,GO:0016021,GO:0016491,GO:0016661,GO:0019645,GO:0022900,GO:0022904,GO:0031224,GO:0031226,GO:0031235,GO:0032991,GO:0042126,GO:0043436,GO:0043546,GO:0044237,GO:0044281,GO:0044425,GO:0044459,GO:0044464,GO:0044799,GO:0045333,GO:0048037,GO:0050662,GO:0051536,GO:0051539,GO:0051540,GO:0055114,GO:0070469,GO:0070470,GO:0071704,GO:0071944,GO:0097159,GO:0098552,GO:0098562,GO:0098796,GO:0098797,GO:0098803,GO:1901363,GO:1902494,GO:1990204,GO:2001057 1.7.5.1 ko:K00370,ko:K17050 ko00910,ko01120,ko02020,map00910,map01120,map02020 M00529,M00530,M00804 R00798,R01106,R09497 RC02812 ko00000,ko00001,ko00002,ko01000,ko02000 5.A.3.1,5.A.3.8 - iSBO_1134.SBO_1842,iUMN146_1321.UM146_09685 Molybdopterin,Molydop_binding,Nitr_red_alph_N +BSU_37290 224308.BSU37290 8.67e-111 318.0 COG0664@1|root,COG0664@2|Bacteria 2|Bacteria T cyclic nucleotide binding arfM - - ko:K10914 ko02020,ko02024,ko02025,ko02026,ko05111,map02020,map02024,map02025,map02026,map05111 - - - ko00000,ko00001,ko03000 - - - cNMP_binding +BSU_37300 224308.BSU37300 1.57e-180 501.0 28NT3@1|root,2ZBRV@2|Bacteria,1UPQD@1239|Firmicutes,4IV8Z@91061|Bacilli,1ZSJV@1386|Bacillus 2|Bacteria S YwiC-like protein ywiC - - - - - - - - - - - YwiC +BSU_37310 224308.BSU37310 3.98e-169 472.0 COG0664@1|root,COG0664@2|Bacteria,1V1UY@1239|Firmicutes,4HFSF@91061|Bacilli,1ZQCG@1386|Bacillus 2|Bacteria K helix_turn_helix, cAMP Regulatory protein fnr - - ko:K01420,ko:K10914 ko02020,ko02024,ko02025,ko02026,ko05111,map02020,map02024,map02025,map02026,map05111 - - - ko00000,ko00001,ko03000 - - - HTH_Crp_2,cNMP_binding +BSU_37320 224308.BSU37320 3.39e-274 751.0 COG2223@1|root,COG2223@2|Bacteria,1TRS9@1239|Firmicutes,4HCY1@91061|Bacilli,1ZBQH@1386|Bacillus 2|Bacteria P COG2223 Nitrate nitrite transporter narK GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K02575,ko:K10850 ko00910,ko02020,map00910,map02020 M00615 - - ko00000,ko00001,ko00002,ko02000 2.A.1.8 - iYO844.BSU37320 MFS_1,PAS_9 +BSU_37330 224308.BSU37330 0.0 1107.0 COG0018@1|root,COG0018@2|Bacteria,1TPEZ@1239|Firmicutes,4HAR3@91061|Bacilli,1ZBP1@1386|Bacillus 2|Bacteria J Arginyl-tRNA synthetase argS GO:0003674,GO:0003824,GO:0004812,GO:0004814,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006420,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016020,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0040007,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0071944,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.19 ko:K01887 ko00970,map00970 M00359,M00360 R03646 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016,ko03029 - - iAF987.Gmet_1434 Arg_tRNA_synt_N,DALR_1,tRNA-synt_1d +BSU_37340 224308.BSU37340 4.64e-96 280.0 COG4506@1|root,COG4506@2|Bacteria,1VK4E@1239|Firmicutes,4HR38@91061|Bacilli,1ZHXY@1386|Bacillus 2|Bacteria S protein conserved in bacteria ywiB - - - - - - - - - - - DUF1934 +BSU_37350 1035184.HMPREF1042_0020 3.71e-12 60.8 2DY3G@1|root,347YK@2|Bacteria,1VZEE@1239|Firmicutes,4HZ9Z@91061|Bacilli,42EF5@671232|Streptococcus anginosus group 2|Bacteria S Bacteriocin subtilosin A - - - - - - - - - - - - Subtilosin_A +BSU_37370 224308.BSU37370 0.0 936.0 COG0535@1|root,COG0535@2|Bacteria,1TR52@1239|Firmicutes,4HAY2@91061|Bacilli,1ZBK3@1386|Bacillus 2|Bacteria C Fe-S oxidoreductases - - - ko:K06139,ko:K22227 - - - - ko00000 - - - Fer4_12,Fer4_14,PqqD,Radical_SAM,SPASM +BSU_37390 224308.BSU37390 1.5e-169 473.0 COG1131@1|root,COG1131@2|Bacteria,1TQIH@1239|Firmicutes,4HCT1@91061|Bacilli,1ZCRH@1386|Bacillus 2|Bacteria V ABC transporter cbiO - - ko:K01990 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC_tran +BSU_37400 224308.BSU37400 1.07e-300 822.0 COG0474@1|root,COG0474@2|Bacteria 2|Bacteria P ATPase, P-type transporting, HAD superfamily, subfamily IC mgtA GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005622,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0015075,GO:0015318,GO:0015399,GO:0015405,GO:0016020,GO:0016021,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0019829,GO:0022804,GO:0022853,GO:0022857,GO:0022890,GO:0031224,GO:0031226,GO:0034220,GO:0042623,GO:0042625,GO:0042626,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0043492,GO:0044424,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944,GO:0090662,GO:0098655,GO:0098660,GO:0099131,GO:0099132 3.6.3.2 ko:K01531,ko:K16905 ko02010,map02010 M00224 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1,3.A.3.4 - iSF_1195.SF4248 Cation_ATPase_C,Cation_ATPase_N,E1-E2_ATPase,Hydrolase +BSU_37410 224308.BSU37410 7.76e-280 764.0 COG0612@1|root,COG0612@2|Bacteria 2|Bacteria L Peptidase, M16 - - 2.7.1.26,2.7.7.2 ko:K07263,ko:K11753 ko00740,ko01100,ko01110,map00740,map01100,map01110 M00125 R00161,R00549 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000,ko01002 - - - Peptidase_M16_C +BSU_37420 224308.BSU37420 0.0 863.0 COG0612@1|root,COG0612@2|Bacteria 2|Bacteria L Peptidase, M16 - - - - - - - - - - - - Peptidase_M16,Peptidase_M16_C +BSU_37440 224308.BSU37440 0.0 878.0 COG3391@1|root,COG3391@2|Bacteria 2|Bacteria CO amine dehydrogenase activity ywhL - - - - - - - - - - - Phosphoesterase +BSU_37450 224308.BSU37450 2.36e-291 799.0 COG3391@1|root,COG3391@2|Bacteria 2|Bacteria CO amine dehydrogenase activity ywhK - - - - - - - - - - - Phosphoesterase +BSU_37460 326423.RBAM_019730 5.77e-100 308.0 COG0457@1|root,COG0457@2|Bacteria,1W0TS@1239|Firmicutes,4HZ05@91061|Bacilli,1ZCCQ@1386|Bacillus 2|Bacteria S aspartate phosphatase rapA1 - - ko:K06359,ko:K06361 ko02024,map02024 - - - ko00000,ko00001,ko01000 - - - TPR_12,TPR_8 +BSU_37480 224308.BSU37480 6.61e-110 316.0 COG2606@1|root,COG2606@2|Bacteria,1V3MU@1239|Firmicutes,4HGFP@91061|Bacilli,1ZR2M@1386|Bacillus 2|Bacteria S Aminoacyl-tRNA editing domain ywhH - - ko:K03976 - - - - ko00000,ko01000,ko03016 - - - tRNA_edit +BSU_37490 224308.BSU37490 2.1e-215 593.0 COG0010@1|root,COG0010@2|Bacteria,1TP2A@1239|Firmicutes,4HA7S@91061|Bacilli,1ZB9A@1386|Bacillus 2|Bacteria E Belongs to the arginase family speB GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006576,GO:0006595,GO:0006596,GO:0006807,GO:0008150,GO:0008152,GO:0008216,GO:0008295,GO:0009058,GO:0009308,GO:0009309,GO:0009987,GO:0016787,GO:0016810,GO:0016813,GO:0034641,GO:0042401,GO:0044106,GO:0044237,GO:0044249,GO:0044271,GO:0044424,GO:0044464,GO:0071704,GO:0097164,GO:1901564,GO:1901566,GO:1901576 3.5.3.11 ko:K01480 ko00330,ko01100,map00330,map01100 M00133 R01157 RC00024,RC00329 ko00000,ko00001,ko00002,ko01000 - - - Arginase +BSU_37500 224308.BSU37500 5.52e-204 563.0 COG0421@1|root,COG0421@2|Bacteria,1TPG5@1239|Firmicutes,4H9WU@91061|Bacilli,1ZB0B@1386|Bacillus 2|Bacteria E Catalyzes the irreversible transfer of a propylamine group from the amino donor S-adenosylmethioninamine (decarboxy- AdoMet) to putrescine (1,4-diaminobutane) to yield spermidine speE GO:0003674,GO:0003824,GO:0004766,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006576,GO:0006595,GO:0006596,GO:0006807,GO:0008150,GO:0008152,GO:0008216,GO:0008295,GO:0009058,GO:0009308,GO:0009309,GO:0009987,GO:0016740,GO:0016765,GO:0034641,GO:0042401,GO:0044106,GO:0044237,GO:0044249,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:0097164,GO:1901564,GO:1901566,GO:1901576 2.5.1.16 ko:K00797 ko00270,ko00330,ko00410,ko00480,ko01100,map00270,map00330,map00410,map00480,map01100 M00034,M00133 R01920,R02869,R08359 RC00021,RC00053 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU37500 Spermine_synt_N,Spermine_synth +BSU_37510 224308.BSU37510 0.0 1367.0 COG0744@1|root,COG0744@2|Bacteria,1TPM5@1239|Firmicutes,4H9SA@91061|Bacilli,1ZBUK@1386|Bacillus 2|Bacteria M penicillin-binding protein pbpG GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 2.4.1.129,3.4.16.4 ko:K05365,ko:K05366,ko:K12555,ko:K18770,ko:K21464 ko00550,ko01100,ko01501,map00550,map01100,map01501 - R04519 RC00005,RC00049 ko00000,ko00001,ko01000,ko01003,ko01011 - GT51 - Transgly,Transpeptidase,UB2H +BSU_37520 224308.BSU37520 1.92e-123 351.0 28J0N@1|root,2Z8XT@2|Bacteria,1V1UK@1239|Firmicutes,4HD4W@91061|Bacilli,1ZBQ1@1386|Bacillus 2|Bacteria S YwhD family ywhD - - - - - - - - - - - YwhD +BSU_37530 224308.BSU37530 9.43e-154 432.0 COG1994@1|root,COG1994@2|Bacteria,1V6D4@1239|Firmicutes,4HK6C@91061|Bacilli,1ZQYX@1386|Bacillus 2|Bacteria S Peptidase family M50 ywhC - - - - - - - - - - - Peptidase_M50 +BSU_37540 1051501.AYTL01000028_gene2013 1.43e-35 120.0 COG1942@1|root,COG1942@2|Bacteria,1VKD5@1239|Firmicutes,4HRBS@91061|Bacilli,1ZITA@1386|Bacillus 2|Bacteria G 4-oxalocrotonate tautomerase dmpI GO:0003674,GO:0003824,GO:0006725,GO:0008150,GO:0008152,GO:0009987,GO:0016853,GO:0044237 5.3.2.6 ko:K01821 ko00362,ko00621,ko00622,ko01100,ko01120,ko01220,map00362,map00621,map00622,map01100,map01120,map01220 M00569 R03966,R05389 RC01040,RC01355 ko00000,ko00001,ko00002,ko01000 - - - Tautomerase +BSU_37550 224308.BSU37550 1.76e-94 275.0 COG1846@1|root,COG1846@2|Bacteria,1VBX8@1239|Firmicutes,4HKR1@91061|Bacilli,1ZFE5@1386|Bacillus 2|Bacteria K Transcriptional regulator ywhA GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - MarR +BSU_37560 224308.BSU37560 0.0 1278.0 COG0441@1|root,COG0441@2|Bacteria,1TP78@1239|Firmicutes,4HABZ@91061|Bacilli,1ZDCN@1386|Bacillus 2|Bacteria J Catalyzes the attachment of threonine to tRNA(Thr) in a two-step reaction L-threonine is first activated by ATP to form Thr-AMP and then transferred to the acceptor end of tRNA(Thr) thrS GO:0003674,GO:0003824,GO:0004812,GO:0004829,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006082,GO:0006139,GO:0006399,GO:0006412,GO:0006418,GO:0006435,GO:0006518,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0016874,GO:0016875,GO:0019538,GO:0019752,GO:0034641,GO:0034645,GO:0034660,GO:0043038,GO:0043039,GO:0043043,GO:0043170,GO:0043436,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564,GO:1901566,GO:1901576 6.1.1.3 ko:K01868 ko00970,map00970 M00359,M00360 R03663 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016 - - - HGTP_anticodon,TGS,tRNA-synt_2b,tRNA_SAD +BSU_37570 224308.BSU37570 2.66e-307 841.0 COG0477@1|root,COG0477@2|Bacteria,1V2WI@1239|Firmicutes,4HGNH@91061|Bacilli,1ZMH9@1386|Bacillus 2|Bacteria U Major Facilitator Superfamily mmr GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K08166 - - - - ko00000,ko02000 2.A.1.3.10 - - MFS_1 +BSU_37580 224308.BSU37580 1.1e-103 300.0 COG1959@1|root,COG1959@2|Bacteria,1V462@1239|Firmicutes,4HHBN@91061|Bacilli,1ZGU4@1386|Bacillus 2|Bacteria K Transcriptional regulator yffB - - - - - - - - - - - Rrf2 +BSU_37590 224308.BSU37590 2.98e-115 330.0 COG3465@1|root,COG3465@2|Bacteria,1V6Q4@1239|Firmicutes,4HHX3@91061|Bacilli,1ZFMJ@1386|Bacillus 2|Bacteria - - ywgA - 2.1.1.72,3.1.21.3 ko:K01154,ko:K03427,ko:K09388 - - - - ko00000,ko01000,ko02048 - - - - +BSU_37600 224308.BSU37600 0.0 885.0 COG1078@1|root,COG1078@2|Bacteria,1TPVB@1239|Firmicutes,4HAX8@91061|Bacilli,1ZBRB@1386|Bacillus 2|Bacteria S COG1078 HD superfamily phosphohydrolases ywfO GO:0003674,GO:0003824,GO:0006139,GO:0006163,GO:0006195,GO:0006203,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008832,GO:0009056,GO:0009058,GO:0009117,GO:0009141,GO:0009143,GO:0009144,GO:0009146,GO:0009151,GO:0009155,GO:0009166,GO:0009200,GO:0009204,GO:0009215,GO:0009217,GO:0009262,GO:0009264,GO:0009394,GO:0009987,GO:0016787,GO:0016788,GO:0016793,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0019692,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0042578,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046070,GO:0046386,GO:0046434,GO:0046483,GO:0046700,GO:0055086,GO:0071704,GO:0072521,GO:0072523,GO:1901135,GO:1901136,GO:1901292,GO:1901360,GO:1901361,GO:1901362,GO:1901564,GO:1901565,GO:1901575,GO:1901576 - ko:K06885 - - - - ko00000 - - - HD +BSU_37610 224308.BSU37610 8.55e-49 155.0 COG4844@1|root,COG4844@2|Bacteria,1VB5Q@1239|Firmicutes,4HKJX@91061|Bacilli,1ZHXV@1386|Bacillus 2|Bacteria S Belongs to the UPF0741 family ywzC - - - - - - - - - - - DUF1450 +BSU_37620 224308.BSU37620 5.65e-147 418.0 2A3YB@1|root,30SGP@2|Bacteria,1V3JK@1239|Firmicutes,4HHK1@91061|Bacilli,1ZQRD@1386|Bacillus 2|Bacteria - - rsfA_1 GO:0005575,GO:0005623,GO:0042763,GO:0044464 - ko:K06314 - - - - ko00000,ko03000 - - - Myb_DNA-bind_6 +BSU_37630 224308.BSU37630 1.57e-204 566.0 COG0697@1|root,COG0697@2|Bacteria,1TQTG@1239|Firmicutes,4HCMU@91061|Bacilli,1ZCU5@1386|Bacillus 2|Bacteria EG EamA-like transporter family ywfM - - ko:K03298 - - - - ko00000,ko02000 2.A.7.3 - - EamA +BSU_37640 224308.BSU37640 2.15e-199 552.0 COG0095@1|root,COG0095@2|Bacteria,1TQKA@1239|Firmicutes,4HCPS@91061|Bacilli,1ZCIA@1386|Bacillus 2|Bacteria H Catalyzes the amidotransfer (transamidation) of the octanoyl moiety from octanoyl-GcvH to the lipoyl domain of the E2 subunit of lipoate-dependent enzymes lipL GO:0003674,GO:0003824,GO:0006082,GO:0006464,GO:0006629,GO:0006631,GO:0006633,GO:0006732,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0008610,GO:0009058,GO:0009106,GO:0009107,GO:0009108,GO:0009249,GO:0009987,GO:0010467,GO:0016053,GO:0016415,GO:0016740,GO:0016746,GO:0016747,GO:0018065,GO:0018130,GO:0018193,GO:0018205,GO:0019538,GO:0019752,GO:0032787,GO:0036211,GO:0043170,GO:0043412,GO:0043436,GO:0044237,GO:0044238,GO:0044249,GO:0044255,GO:0044260,GO:0044267,GO:0044272,GO:0044281,GO:0044283,GO:0046394,GO:0046483,GO:0051186,GO:0051188,GO:0051604,GO:0071704,GO:0072330,GO:1901360,GO:1901362,GO:1901564,GO:1901576 2.3.1.200,2.3.1.204 ko:K16869,ko:K18821 - - - - ko00000,ko01000 - - - BPL_LplA_LipB +BSU_37650 224308.BSU37650 1.93e-211 584.0 COG0583@1|root,COG0583@2|Bacteria,1TP6T@1239|Firmicutes,4HC4T@91061|Bacilli,1ZBIX@1386|Bacillus 2|Bacteria K Transcriptional regulator cysL - - ko:K21900 - - - - ko00000,ko03000 - - - HTH_1,LysR_substrate +BSU_37660 224308.BSU37660 4.11e-225 621.0 COG0280@1|root,COG0280@2|Bacteria,1TPQ0@1239|Firmicutes,4H9VH@91061|Bacilli,1ZC98@1386|Bacillus 2|Bacteria C In Salmonella this enzyme is required for ethanolamine catabolism pta - 2.3.1.19,2.3.1.8,3.6.3.21 ko:K00625,ko:K00634,ko:K02028,ko:K13788 ko00430,ko00620,ko00640,ko00650,ko00680,ko00720,ko01100,ko01120,ko01200,map00430,map00620,map00640,map00650,map00680,map00720,map01100,map01120,map01200 M00236,M00357,M00579 R00230,R00921,R01174 RC00004,RC02746,RC02816 ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.3 - iSB619.SA_RS03155,iYO844.BSU24090 PTA_PTB +BSU_37670 224308.BSU37670 3.43e-187 519.0 COG3253@1|root,COG3253@2|Bacteria,1TQB2@1239|Firmicutes,4H9YI@91061|Bacilli,1ZAZY@1386|Bacillus 2|Bacteria C May function as heme-dependent peroxidase ywfI - - ko:K00435 ko00860,ko01100,ko01110,map00860,map01100,map01110 - R11522 RC00884 ko00000,ko00001,ko01000 - - - Chlor_dismutase +BSU_37680 224308.BSU37680 1.01e-177 496.0 COG1028@1|root,COG1028@2|Bacteria,1U2GS@1239|Firmicutes,4H9R9@91061|Bacilli,1ZBQ2@1386|Bacillus 2|Bacteria IQ Enoyl-(Acyl carrier protein) reductase ywfH GO:0000166,GO:0003674,GO:0003824,GO:0005488,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016491,GO:0016627,GO:0016628,GO:0016999,GO:0017000,GO:0017144,GO:0036094,GO:0044237,GO:0044249,GO:0048037,GO:0050661,GO:0050662,GO:0055114,GO:0097159,GO:1901265,GO:1901363 - ko:K19550 ko01130,map01130 M00787 R11067 RC03342 ko00000,ko00001,ko00002,ko01000 - - - adh_short_C2 +BSU_37690 224308.BSU37690 1.89e-298 813.0 COG0436@1|root,COG0436@2|Bacteria,1TQD6@1239|Firmicutes,4HAHQ@91061|Bacilli,1ZEPP@1386|Bacillus 2|Bacteria E Aminotransferase class I and II mtnE GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0008483,GO:0009058,GO:0009987,GO:0016740,GO:0016769,GO:0016999,GO:0017000,GO:0017144,GO:0044237,GO:0044249 2.6.1.83 ko:K08969,ko:K10206,ko:K19549 ko00270,ko00300,ko01100,ko01110,ko01130,ko01230,map00270,map00300,map01100,map01110,map01130,map01230 M00034,M00527,M00787 R07396,R07613,R11068 RC00006,RC01847 ko00000,ko00001,ko00002,ko01000,ko01007 - - - Aminotran_1_2 +BSU_37700 224308.BSU37700 1.36e-268 737.0 COG0477@1|root,COG2814@2|Bacteria,1UXP5@1239|Firmicutes,4HCSQ@91061|Bacilli,1ZF1Y@1386|Bacillus 2|Bacteria EGP Part of the bacilysin biosynthesis operon. May be involved in self-resistance to bacilysin by permitting efflux of this antibiotic bacE - - ko:K19552 - - - - ko00000,ko02000 2.A.1.21.5 - - MFS_1,MFS_3 +BSU_37710 224308.BSU37710 0.0 936.0 COG0151@1|root,COG0151@2|Bacteria,1VSXT@1239|Firmicutes,4HT21@91061|Bacilli 2|Bacteria F Part of the bacABCDEFG operon responsible for the biosynthesis of bacilysin, an irreversible inactivator of the glutaminase domain of glucosamine synthetase. Catalyzes the formation of alpha-dipeptides from various L-amino acids in the presence of ATP. In vivo catalyzes the ligation of L-alanine and L-anticapsin (epoxycyclohexanonyl-Ala) to produce the final bacilysin antibiotic (L-Ala-L-4S-cyclohexenonyl-Ala dipeptide) purD - 6.3.2.49,6.3.4.13 ko:K01945,ko:K13037 ko00230,ko01100,ko01110,ko01130,map00230,map01100,map01110,map01130 M00048,M00787 R04144,R11064 RC00064,RC00090,RC00141,RC00166 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU37710 ATP-grasp_4,GARS_A,GARS_C,GARS_N +BSU_37720 224308.BSU37720 1.33e-179 500.0 COG1028@1|root,COG1028@2|Bacteria,1TR5M@1239|Firmicutes,4HCD2@91061|Bacilli,1ZEJ9@1386|Bacillus 2|Bacteria IQ COG1028 Dehydrogenases with different specificities (related to short-chain alcohol dehydrogenases) bacC - 1.1.1.385 ko:K19548 ko01130,map01130 M00787 R10917 RC00154 ko00000,ko00001,ko00002,ko01000 - - - adh_short_C2 +BSU_37730 224308.BSU37730 1.24e-175 488.0 COG1917@1|root,COG1917@2|Bacteria,1TXB2@1239|Firmicutes,4I68H@91061|Bacilli,1ZEIP@1386|Bacillus 2|Bacteria S Part of the bacABCDEF operon responsible for the biosynthesis of the nonribosomally synthesized dipeptide antibiotic bacilysin, composed of L-alanine and L-anticapsin. Bacilysin is an irreversible inactivator of the glutaminase domain of glucosamine synthetase. BacB catalyzes the allylic isomerization of the bacB GO:0003674,GO:0003824,GO:0005488,GO:0005506,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016853,GO:0016860,GO:0016863,GO:0016999,GO:0017000,GO:0017144,GO:0043167,GO:0043169,GO:0044237,GO:0044249,GO:0046872,GO:0046914,GO:0050897 5.3.3.19,5.4.99.5 ko:K04093,ko:K19547 ko00400,ko01100,ko01110,ko01130,ko01230,map00400,map01100,map01110,map01130,map01230 M00024,M00025,M00787 R01715 RC03116 ko00000,ko00001,ko00002,ko01000 - - - CDO_I,Cupin_2 +BSU_37740 224308.BSU37740 5.11e-146 411.0 COG0077@1|root,COG0077@2|Bacteria,1VY44@1239|Firmicutes,4HXPI@91061|Bacilli,1ZDG1@1386|Bacillus 2|Bacteria E Part of the bacABCDEF operon responsible for the biosynthesis of the nonribosomally synthesized dipeptide antibiotic bacilysin, composed of L-alanine and L-anticapsin. Bacilysin is an irreversible inactivator of the glutaminase domain of glucosamine synthetase. BacA is an unusual prephenate decarboxylase that avoids the typical aromatization of the cyclohexadienol ring of prephenate. BacA catalyzes the protonation of prephenate (1-carboxy-4-hydroxy-alpha-oxo-2,5-cyclohexadiene-1- propanoic acid) at C6 position, followed by a decarboxylation to produce the endocyclic-delta(4),delta(8)-7R-dihydro- hydroxyphenylpyruvate (en-H2HPP). En-H2HPP is able to undergo a slow nonenzymatic isomerization to produce the exocyclic- delta(3),delta(5)-dihydro-hydroxyphenylpyruvate (ex-H2HPP). BacA isomerizes only the pro-R double bond in prephenate pheA GO:0003674,GO:0003824,GO:0008150,GO:0008152,GO:0009058,GO:0009987,GO:0016829,GO:0016830,GO:0016831,GO:0016999,GO:0017000,GO:0017144,GO:0044237,GO:0044249 1.1.1.3,1.3.1.12,4.1.1.100,4.2.1.51,5.4.99.5 ko:K00003,ko:K04517,ko:K04518,ko:K14170,ko:K19546 ko00260,ko00270,ko00300,ko00400,ko00401,ko01100,ko01110,ko01120,ko01130,ko01230,map00260,map00270,map00300,map00400,map00401,map01100,map01110,map01120,map01130,map01230 M00017,M00018,M00024,M00025,M00787 R00691,R01373,R01715,R01728,R01773,R01775 RC00087,RC00125,RC00360,RC03116 ko00000,ko00001,ko00002,ko01000 - - - ACT,PDH,PDT +BSU_37750 224308.BSU37750 1.89e-275 756.0 COG0477@1|root,COG2814@2|Bacteria,1V0Z5@1239|Firmicutes,4HW2N@91061|Bacilli,1ZCZ9@1386|Bacillus 2|Bacteria EGP -transporter ywfA GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - - - - - - - - - - MFS_1,Sugar_tr +BSU_37760 224308.BSU37760 0.0 905.0 COG0833@1|root,COG0833@2|Bacteria,1UHNR@1239|Firmicutes,4HUT7@91061|Bacilli,1ZB12@1386|Bacillus 2|Bacteria E amino acid lysP GO:0005575,GO:0005623,GO:0005886,GO:0006082,GO:0006520,GO:0006525,GO:0006807,GO:0008150,GO:0008152,GO:0009064,GO:0009987,GO:0016020,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0071704,GO:0071944,GO:1901564,GO:1901605 - ko:K02205,ko:K03293,ko:K16235,ko:K16236 - - - - ko00000,ko02000 2.A.3.1,2.A.3.1.10 - iHN637.CLJU_RS13850,iYO844.BSU39390 AA_permease +BSU_37770 224308.BSU37770 0.0 1156.0 COG4187@1|root,COG4187@2|Bacteria,1TQQ7@1239|Firmicutes,4HABT@91061|Bacilli,1ZCEE@1386|Bacillus 2|Bacteria E arginine degradation protein rocB - - - - - - - - - - - Peptidase_M20 +BSU_37780 224308.BSU37780 0.0 1019.0 COG1012@1|root,COG1012@2|Bacteria,1TP4S@1239|Firmicutes,4HBS1@91061|Bacilli,1ZCI4@1386|Bacillus 2|Bacteria C Belongs to the aldehyde dehydrogenase family. RocA subfamily rocA - 1.2.1.88,1.5.5.2 ko:K00294,ko:K13821 ko00250,ko00330,ko01100,ko01110,ko01130,map00250,map00330,map01100,map01110,map01130 - R00245,R00707,R00708,R01253,R04444,R04445,R05051 RC00080,RC00083,RC00216,RC00242,RC00255 ko00000,ko00001,ko01000,ko03000 - - iAF987.Gmet_3512,iYO844.BSU37780 Aldedh,Pro_dh +BSU_37790 224308.BSU37790 5.19e-311 847.0 COG0334@1|root,COG0334@2|Bacteria,1TP45@1239|Firmicutes,4HAEI@91061|Bacilli,1ZAX4@1386|Bacillus 2|Bacteria E Belongs to the Glu Leu Phe Val dehydrogenases family gluD GO:0003674,GO:0003824,GO:0004352,GO:0004353,GO:0006082,GO:0006520,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016491,GO:0016638,GO:0016639,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0055114,GO:0071704,GO:1901564 1.4.1.2,1.4.1.3 ko:K00260,ko:K00261 ko00220,ko00250,ko00430,ko00471,ko00910,ko01100,ko01200,ko04217,ko04964,map00220,map00250,map00430,map00471,map00910,map01100,map01200,map04217,map04964 M00740 R00243,R00248 RC00006,RC02799 ko00000,ko00001,ko00002,ko01000,ko04147 - - - ELFV_dehydrog,ELFV_dehydrog_N +BSU_37800 224308.BSU37800 1.1e-102 297.0 2974U@1|root,2ZUCW@2|Bacteria,1W4BH@1239|Firmicutes,4I1IR@91061|Bacilli,1ZFDP@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_37810 224308.BSU37810 3.73e-113 323.0 COG1898@1|root,COG1898@2|Bacteria,1V4G5@1239|Firmicutes,4HGWJ@91061|Bacilli,1ZFSW@1386|Bacillus 2|Bacteria M Spore Coat spsL - 5.1.3.13 ko:K01790 ko00521,ko00523,ko01130,map00521,map00523,map01130 M00793 R06514 RC01531 ko00000,ko00001,ko00002,ko01000 - - - dTDP_sugar_isom +BSU_37820 224308.BSU37820 1.41e-205 568.0 COG1091@1|root,COG1091@2|Bacteria,1TP71@1239|Firmicutes,4HBXF@91061|Bacilli,1ZBZD@1386|Bacillus 2|Bacteria M Catalyzes the reduction of dTDP-6-deoxy-L-lyxo-4- hexulose to yield dTDP-L-rhamnose rfbD - 1.1.1.133,5.1.3.13 ko:K00067,ko:K01790 ko00521,ko00523,ko01130,map00521,map00523,map01130 M00793 R02777,R06514 RC00182,RC01531 ko00000,ko00001,ko00002,ko01000 - - - RmlD_sub_bind +BSU_37830 224308.BSU37830 9.08e-234 642.0 COG1088@1|root,COG1088@2|Bacteria,1TPWM@1239|Firmicutes,4HA3Y@91061|Bacilli,1ZBFX@1386|Bacillus 2|Bacteria M Belongs to the NAD(P)-dependent epimerase dehydratase family. dTDP-glucose dehydratase subfamily rfbB - 4.2.1.46 ko:K01710 ko00521,ko00523,ko00525,ko01055,ko01130,map00521,map00523,map00525,map01055,map01130 M00793 R06513 RC00402 ko00000,ko00001,ko00002,ko01000 - - - GDP_Man_Dehyd +BSU_37840 224308.BSU37840 1.06e-177 494.0 COG1209@1|root,COG1209@2|Bacteria,1V301@1239|Firmicutes,4H9R0@91061|Bacilli,1ZAWH@1386|Bacillus 2|Bacteria M Catalyzes the formation of dTDP-glucose, from dTTP and glucose 1-phosphate, as well as its pyrophosphorolysis spsI - 2.7.7.24 ko:K00973 ko00521,ko00523,ko00525,ko01130,map00521,map00523,map00525,map01130 M00793 R02328 RC00002 ko00000,ko00001,ko00002,ko01000 - - - NTP_transferase +BSU_37850 224308.BSU37850 2.54e-243 668.0 COG3980@1|root,COG3980@2|Bacteria,1U2ZW@1239|Firmicutes,4HDTP@91061|Bacilli,1ZDRP@1386|Bacillus 2|Bacteria M Spore Coat pseG - 3.6.1.57 ko:K15897 ko00520,map00520 - R09834 RC00005,RC00078 ko00000,ko00001,ko01000 - - - CTP_transf_3,Glyco_tran_28_C +BSU_37860 224308.BSU37860 4.64e-169 472.0 COG1861@1|root,COG1861@2|Bacteria,1U4YD@1239|Firmicutes,4HE69@91061|Bacilli,1ZE65@1386|Bacillus 2|Bacteria M Spore Coat spsF - - ko:K07257 - - - - ko00000 - - - CTP_transf_3,Methyltransf_23 +BSU_37870 224308.BSU37870 6.8e-272 743.0 COG2089@1|root,COG2089@2|Bacteria,1TS09@1239|Firmicutes,4HA1Y@91061|Bacilli,1ZBZ4@1386|Bacillus 2|Bacteria M acid synthase pseI - 2.5.1.56,2.5.1.97 ko:K01654,ko:K15898 ko00520,ko01100,map00520,map01100 - R01804,R04435,R09841 RC00159 ko00000,ko00001,ko01000 - - - NeuB,SAF +BSU_37880 224308.BSU37880 4.22e-210 580.0 COG0454@1|root,COG0456@2|Bacteria,1V4XR@1239|Firmicutes,4I182@91061|Bacilli,1ZET7@1386|Bacillus 2|Bacteria K Spore Coat spsD GO:0003674,GO:0003824,GO:0004596,GO:0005575,GO:0005622,GO:0005623,GO:0006464,GO:0006473,GO:0006474,GO:0006807,GO:0008080,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0019538,GO:0031248,GO:0031365,GO:0032991,GO:0034212,GO:0036211,GO:0043170,GO:0043412,GO:0043543,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044424,GO:0044464,GO:0051604,GO:0071704,GO:1901564,GO:1902493,GO:1902494,GO:1990234 2.3.1.210 ko:K16704 - - - - ko00000,ko01000 - - - Acetyltransf_1,Acetyltransf_10 +BSU_37890 224308.BSU37890 4.54e-285 778.0 COG0399@1|root,COG0399@2|Bacteria,1TPDH@1239|Firmicutes,4HDN8@91061|Bacilli,1ZQW8@1386|Bacillus 2|Bacteria E Belongs to the DegT DnrJ EryC1 family spsC - 2.6.1.102 ko:K13010 ko00520,map00520 - R10460 RC00006,RC00781 ko00000,ko00001,ko01000,ko01005,ko01007 - - - DegT_DnrJ_EryC1 +BSU_37900 224308.BSU37900 0.0 962.0 COG1887@1|root,COG1887@2|Bacteria,1VVE5@1239|Firmicutes,4HWEM@91061|Bacilli,1ZE0J@1386|Bacillus 2|Bacteria M Capsule polysaccharide biosynthesis protein spsB - - - - - - - - - - - Capsule_synth,Glyphos_transf +BSU_37910 224308.BSU37910 1.98e-187 520.0 COG0463@1|root,COG0463@2|Bacteria,1VTPH@1239|Firmicutes,4HUD5@91061|Bacilli,1ZDZ5@1386|Bacillus 2|Bacteria M Spore Coat spsA - - ko:K06322 - - - - ko00000 - - - Glycos_transf_2 +BSU_37920 224308.BSU37920 7.61e-114 328.0 2CWP1@1|root,32T03@2|Bacteria,1VAD2@1239|Firmicutes,4HKGQ@91061|Bacilli,1ZH2J@1386|Bacillus 2|Bacteria S Essential for the localization of CwlJ in the spore coat and for spore germination triggered by calcium and dipicolinic acid (DPA). Its assembly into the spore coat is dependent on the coat morphogenetic proteins CotE and SpoIVA gerQ GO:0005575,GO:0005618,GO:0005623,GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0018149,GO:0018153,GO:0018193,GO:0018199,GO:0018205,GO:0018262,GO:0019538,GO:0030312,GO:0031160,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0044464,GO:0071704,GO:0071944,GO:1901564 - ko:K06305 - - - - ko00000 - - - Spore_GerQ +BSU_37930 224308.BSU37930 1.59e-78 234.0 COG2363@1|root,COG2363@2|Bacteria,1VA79@1239|Firmicutes,4HKHG@91061|Bacilli,1ZGYJ@1386|Bacillus 2|Bacteria S small membrane protein ywdK - - - - - - - - - - - DUF423 +BSU_37940 224308.BSU37940 3.75e-303 828.0 COG2233@1|root,COG2233@2|Bacteria,1TQ0A@1239|Firmicutes,4HA6X@91061|Bacilli,1ZD5W@1386|Bacillus 2|Bacteria F Xanthine uracil ywdJ GO:0003674,GO:0005215,GO:0005345,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006863,GO:0008150,GO:0015205,GO:0015851,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0042906,GO:0042907,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072530,GO:1904823 - - - - - - - - - - Xan_ur_permease +BSU_37950 224308.BSU37950 9.23e-65 197.0 2DRJS@1|root,33C32@2|Bacteria,1VPJY@1239|Firmicutes,4HRSY@91061|Bacilli,1ZHM5@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5327) ywdI - - - - - - - - - - - DUF5327 +BSU_37960 224308.BSU37960 0.0 910.0 COG1012@1|root,COG1012@2|Bacteria,1TP4S@1239|Firmicutes,4HB97@91061|Bacilli,1ZBGZ@1386|Bacillus 2|Bacteria C Belongs to the aldehyde dehydrogenase family alkH - 1.2.1.3 ko:K00128 ko00010,ko00053,ko00071,ko00280,ko00310,ko00330,ko00340,ko00380,ko00410,ko00561,ko00620,ko00625,ko00903,ko00981,ko01100,ko01110,ko01120,ko01130,map00010,map00053,map00071,map00280,map00310,map00330,map00340,map00380,map00410,map00561,map00620,map00625,map00903,map00981,map01100,map01110,map01120,map01130 M00135 R00264,R00631,R00710,R00904,R01752,R01986,R02549,R02678,R02940,R02957,R03283,R03869,R04065,R04506,R04903,R05050,R05237,R05238,R05286,R06366,R08146 RC00047,RC00071,RC00080,RC00186,RC00218,RC00242,RC00816,RC01500 ko00000,ko00001,ko00002,ko01000 - - - Aldedh +BSU_37970 224308.BSU37970 6.66e-166 463.0 COG0692@1|root,COG0692@2|Bacteria,1TPSN@1239|Firmicutes,4HBTR@91061|Bacilli,1ZBCY@1386|Bacillus 2|Bacteria L Excises uracil residues from the DNA which can arise as a result of misincorporation of dUMP residues by DNA polymerase or due to deamination of cytosine ung GO:0003674,GO:0003824,GO:0004844,GO:0006139,GO:0006259,GO:0006281,GO:0006284,GO:0006285,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009987,GO:0016787,GO:0016798,GO:0016799,GO:0019104,GO:0033554,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0097506,GO:0097510,GO:0140097,GO:1901360 3.2.2.27 ko:K03648 ko03410,ko05340,map03410,map05340 - - - ko00000,ko00001,ko01000,ko03400 - - - UDG +BSU_37980 224308.BSU37980 5.69e-193 535.0 COG1216@1|root,COG1216@2|Bacteria,1TP40@1239|Firmicutes,4HDDN@91061|Bacilli,1ZE37@1386|Bacillus 2|Bacteria S Glycosyltransferase like family 2 ywdF GO:0003674,GO:0003824,GO:0016740,GO:0016757 - ko:K20444 - - - - ko00000,ko01000,ko01005,ko02000 4.D.1.3 GT2,GT4 - Glycos_transf_2 +BSU_38000 224308.BSU38000 8.74e-146 411.0 28MY0@1|root,2ZB4Y@2|Bacteria,1V0KB@1239|Firmicutes,4HE2C@91061|Bacilli,1ZE6E@1386|Bacillus 2|Bacteria - - ywdD - - - - - - - - - - - - +BSU_38018 224308.BSU38018 7.92e-76 226.0 COG1695@1|root,COG1695@2|Bacteria,1V4NA@1239|Firmicutes,4HHWW@91061|Bacilli,1ZINR@1386|Bacillus 2|Bacteria K Transcriptional regulator PadR-like family pex - - ko:K10947 - - - - ko00000,ko03000 - - - PadR +BSU_38020 224308.BSU38020 5.43e-188 523.0 COG0351@1|root,COG0351@2|Bacteria,1TQ4A@1239|Firmicutes,4H9PP@91061|Bacilli,1ZQ7W@1386|Bacillus 2|Bacteria H Phosphomethylpyrimidine kinase thiD GO:0008150,GO:0040007 2.5.1.3,2.7.1.35,2.7.1.49,2.7.4.7,4.1.99.17 ko:K00868,ko:K00941,ko:K03147,ko:K21219 ko00730,ko00750,ko01100,map00730,map00750,map01100 M00127 R00174,R01909,R02493,R03223,R03471,R03472,R04509,R10712 RC00002,RC00017,RC00224,RC03251,RC03252,RC03255,RC03397 ko00000,ko00001,ko00002,ko01000 - - iSB619.SA_RS03115 Phos_pyr_kin +BSU_38030 720555.BATR1942_16905 1.78e-38 129.0 2CEZ0@1|root,307S6@2|Bacteria,1U24I@1239|Firmicutes,4IBN7@91061|Bacilli,1ZH61@1386|Bacillus 2|Bacteria - - ywdA - - - - - - - - - - - - +BSU_38040 224308.BSU38040 0.0 1014.0 COG1621@1|root,COG1621@2|Bacteria,1TPAE@1239|Firmicutes,4H9Y7@91061|Bacilli,1ZCBA@1386|Bacillus 2|Bacteria G invertase scrB GO:0003674,GO:0003824,GO:0004553,GO:0004564,GO:0005975,GO:0005984,GO:0005985,GO:0005987,GO:0008150,GO:0008152,GO:0009056,GO:0009311,GO:0009313,GO:0009987,GO:0016052,GO:0016787,GO:0016798,GO:0044237,GO:0044238,GO:0044248,GO:0044262,GO:0044275,GO:0046352,GO:0071704,GO:1901575 3.2.1.26,3.2.1.65,3.2.1.80 ko:K01193,ko:K01212,ko:K03332 ko00051,ko00052,ko00500,ko01100,map00051,map00052,map00500,map01100 - R00801,R00802,R00879,R02410,R03635,R03921,R05624,R06088,R11311 RC00028,RC00077,RC03278 ko00000,ko00001,ko01000 - GH32 iECSF_1327.ECSF_2568,iYO844.BSU38040 Glyco_hydro_32C,Glyco_hydro_32N +BSU_38050 224308.BSU38050 0.0 887.0 COG1263@1|root,COG1264@1|root,COG1263@2|Bacteria,COG1264@2|Bacteria,1TP5X@1239|Firmicutes,4HA0I@91061|Bacilli,1ZB5X@1386|Bacillus 2|Bacteria G phosphotransferase system scrA GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0015766,GO:0015771,GO:0015772,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563,GO:0090588,GO:0090589 2.7.1.193,2.7.1.199,2.7.1.201,2.7.1.208,2.7.1.211 ko:K02749,ko:K02750,ko:K02755,ko:K02756,ko:K02757,ko:K02763,ko:K02764,ko:K02765,ko:K02803,ko:K02804,ko:K02808,ko:K02809,ko:K02810,ko:K02818,ko:K02819,ko:K20116,ko:K20117,ko:K20118 ko00010,ko00500,ko00520,ko02060,map00010,map00500,map00520,map02060 M00267,M00268,M00269,M00270,M00271,M00282,M00809 R00811,R02631,R02738,R02780,R04111,R05199 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.10,4.A.1.1.13,4.A.1.1.14,4.A.1.1.15,4.A.1.1.16,4.A.1.1.2,4.A.1.1.4,4.A.1.1.5,4.A.1.1.6,4.A.1.1.7,4.A.1.1.8,4.A.1.1.9,4.A.1.2.1,4.A.1.2.10,4.A.1.2.11,4.A.1.2.12,4.A.1.2.13,4.A.1.2.2,4.A.1.2.4,4.A.1.2.5,4.A.1.2.6,4.A.1.2.8,4.A.1.2.9 - iYO844.BSU07800,iYO844.BSU38050 PTS_EIIA_1,PTS_EIIB,PTS_EIIC +BSU_38060 224308.BSU38060 2.91e-180 502.0 COG2116@1|root,COG2116@2|Bacteria,1TRTT@1239|Firmicutes,4HC15@91061|Bacilli,1ZDNX@1386|Bacillus 2|Bacteria P Formate/nitrite transporter fnt GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0006855,GO:0008028,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015103,GO:0015112,GO:0015238,GO:0015291,GO:0015318,GO:0015499,GO:0015513,GO:0015698,GO:0015706,GO:0015707,GO:0015711,GO:0015718,GO:0015724,GO:0015849,GO:0015893,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0031224,GO:0031226,GO:0034220,GO:0042221,GO:0042493,GO:0042891,GO:0042895,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0050896,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 - ko:K02598,ko:K06212,ko:K21993 - - - - ko00000,ko02000 1.A.16.1.1,1.A.16.1.3,1.A.16.2,1.A.16.3 - - Form_Nir_trans +BSU_38070 224308.BSU38070 1.29e-193 537.0 COG3711@1|root,COG3711@2|Bacteria,1TT5A@1239|Firmicutes,4HC5Y@91061|Bacilli,1ZDB0@1386|Bacillus 2|Bacteria K transcriptional antiterminator sacT GO:0006355,GO:0008150,GO:0009889,GO:0009891,GO:0009893,GO:0010468,GO:0010556,GO:0010557,GO:0010604,GO:0010628,GO:0019219,GO:0019222,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0045893,GO:0045935,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0051171,GO:0051173,GO:0051252,GO:0051254,GO:0060255,GO:0065007,GO:0080090,GO:1902680,GO:1903506,GO:1903508,GO:2000112,GO:2001141 - ko:K02538,ko:K03480,ko:K03488 - - - - ko00000,ko03000 - - - CAT_RBD,PRD +BSU_38090 224308.BSU38090 0.0 1555.0 COG1404@1|root,COG1404@2|Bacteria,1TPH1@1239|Firmicutes,4HBQH@91061|Bacilli,1ZBS0@1386|Bacillus 2|Bacteria O Belongs to the peptidase S8 family vpr GO:0005575,GO:0005576 3.4.21.110,3.4.21.96 ko:K01361,ko:K08652,ko:K14647 ko02024,map02024 - - - ko00000,ko00001,ko01000,ko01002,ko03110 - - - FIVAR,Inhibitor_I9,PA,Peptidase_S8,YSIRK_signal,fn3_5 +BSU_38100 224308.BSU38100 4.19e-239 657.0 COG2141@1|root,COG2141@2|Bacteria,1TPRS@1239|Firmicutes,4H9R2@91061|Bacilli,1ZB1E@1386|Bacillus 2|Bacteria C COG2141 Coenzyme F420-dependent N5,N10-methylene tetrahydromethanopterin reductase and related flavin-dependent oxidoreductases ywcH GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0044424,GO:0044444,GO:0044464 - - - - - - - - - - Bac_luciferase +BSU_38110 224308.BSU38110 1.98e-179 499.0 COG0778@1|root,COG0778@2|Bacteria,1UB8S@1239|Firmicutes,4HEGP@91061|Bacilli,1ZBQ3@1386|Bacillus 2|Bacteria C Oxidoreductase nfrA - 1.5.1.38,1.5.1.39 ko:K19285,ko:K19286 ko00740,ko01100,map00740,map01100 - R05705,R05706 RC00126 ko00000,ko00001,ko01000 - - - Nitroreductase +BSU_38120 224308.BSU38120 8.89e-269 737.0 COG0772@1|root,COG0772@2|Bacteria,1TPGH@1239|Firmicutes,4HAV4@91061|Bacilli,1ZBSB@1386|Bacillus 2|Bacteria D Belongs to the SEDS family rodA - - ko:K05837 - - - - ko00000,ko03036 - - - FTSW_RODA_SPOVE +BSU_38130 1051501.AYTL01000028_gene1953 1.69e-52 165.0 2EPRF@1|root,33HBX@2|Bacteria,1VP6R@1239|Firmicutes,4HRWK@91061|Bacilli,1ZIF1@1386|Bacillus 2|Bacteria S Required for proper spore morphogenesis. Important for spore germination ywcE GO:0008150,GO:0009847,GO:0032502 - - - - - - - - - - YwcE +BSU_38140 224308.BSU38140 1.12e-83 247.0 COG3125@1|root,COG3125@2|Bacteria,1VFT1@1239|Firmicutes,4HQ12@91061|Bacilli,1ZJ46@1386|Bacillus 2|Bacteria C quinol oxidase, subunit qoxD GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0006091,GO:0006119,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009117,GO:0009123,GO:0009126,GO:0009141,GO:0009144,GO:0009150,GO:0009161,GO:0009167,GO:0009199,GO:0009205,GO:0009259,GO:0009987,GO:0015980,GO:0016020,GO:0016310,GO:0016491,GO:0016679,GO:0016682,GO:0017144,GO:0019637,GO:0019693,GO:0022900,GO:0022904,GO:0034641,GO:0042773,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0045333,GO:0046034,GO:0046483,GO:0055086,GO:0055114,GO:0071704,GO:0071944,GO:0072521,GO:1901135,GO:1901360,GO:1901564 1.10.3.12,1.9.3.1 ko:K02277,ko:K02829 ko00190,ko01100,map00190,map01100 M00155,M00416 R09492 RC00819 ko00000,ko00001,ko00002,ko01000 3.D.4.4 - iYO844.BSU14920 COX4_pro +BSU_38150 224308.BSU38150 1.2e-144 407.0 COG1845@1|root,COG1845@2|Bacteria,1TQJ1@1239|Firmicutes,4HCWH@91061|Bacilli,1ZDEX@1386|Bacillus 2|Bacteria C quinol oxidase, subunit qoxC GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0006091,GO:0006119,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009117,GO:0009123,GO:0009126,GO:0009141,GO:0009144,GO:0009150,GO:0009161,GO:0009167,GO:0009199,GO:0009205,GO:0009259,GO:0009987,GO:0015980,GO:0016020,GO:0016310,GO:0016491,GO:0016679,GO:0016682,GO:0017144,GO:0019637,GO:0019693,GO:0022900,GO:0022904,GO:0034641,GO:0042773,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0045333,GO:0046034,GO:0046483,GO:0055086,GO:0055114,GO:0071704,GO:0071944,GO:0072521,GO:1901135,GO:1901360,GO:1901564 1.10.3.12,1.9.3.1 ko:K02276,ko:K02299,ko:K02828 ko00190,ko01100,map00190,map01100 M00155,M00416,M00417 R00081,R09492 RC00016,RC00819 ko00000,ko00001,ko00002,ko01000 3.D.4.4,3.D.4.5,3.D.4.6 - - COX3 +BSU_38160 224308.BSU38160 0.0 1305.0 COG0843@1|root,COG0843@2|Bacteria,1TP2U@1239|Firmicutes,4HA4X@91061|Bacilli,1ZBD5@1386|Bacillus 2|Bacteria C Cytochrome c oxidase is the component of the respiratory chain that catalyzes the reduction of oxygen to water. Subunits 1- 3 form the functional core of the enzyme complex. CO I is the catalytic subunit of the enzyme. Electrons originating in cytochrome c are transferred via the copper A center of subunit 2 and heme A of subunit 1 to the bimetallic center formed by heme A3 and copper B qoxB GO:0003674,GO:0003824,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006091,GO:0006119,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008152,GO:0009060,GO:0009117,GO:0009123,GO:0009126,GO:0009141,GO:0009144,GO:0009150,GO:0009161,GO:0009167,GO:0009199,GO:0009205,GO:0009259,GO:0009486,GO:0009987,GO:0015002,GO:0015672,GO:0015980,GO:0015988,GO:0015990,GO:0016020,GO:0016021,GO:0016310,GO:0016491,GO:0016679,GO:0016682,GO:0017144,GO:0019637,GO:0019693,GO:0022900,GO:0022904,GO:0031224,GO:0031226,GO:0034220,GO:0034641,GO:0042773,GO:0044237,GO:0044238,GO:0044281,GO:0044425,GO:0044459,GO:0044464,GO:0045333,GO:0046034,GO:0046483,GO:0051179,GO:0051234,GO:0055085,GO:0055086,GO:0055114,GO:0071704,GO:0071944,GO:0072521,GO:0098655,GO:0098660,GO:0098662,GO:1901135,GO:1901360,GO:1901564,GO:1902600 1.10.3.12,1.9.3.1 ko:K02274,ko:K02827 ko00190,ko01100,map00190,map01100 M00155,M00416 R00081,R09492 RC00016,RC00819 ko00000,ko00001,ko00002,ko01000 3.D.4.1,3.D.4.2,3.D.4.3,3.D.4.4,3.D.4.6 - - COX1 +BSU_38170 224308.BSU38170 8.63e-226 622.0 COG1622@1|root,COG1622@2|Bacteria,1TPF6@1239|Firmicutes,4HA9J@91061|Bacilli,1ZB28@1386|Bacillus 2|Bacteria C Catalyzes quinol oxidation with the concomitant reduction of oxygen to water. Subunit II transfers the electrons from a quinol to the binuclear center of the catalytic subunit I cyoA GO:0003674,GO:0003824,GO:0005215,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006091,GO:0006119,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008152,GO:0008324,GO:0009055,GO:0009060,GO:0009117,GO:0009123,GO:0009126,GO:0009141,GO:0009144,GO:0009150,GO:0009161,GO:0009167,GO:0009199,GO:0009205,GO:0009259,GO:0009319,GO:0009486,GO:0009897,GO:0009986,GO:0009987,GO:0015002,GO:0015075,GO:0015077,GO:0015078,GO:0015318,GO:0015399,GO:0015453,GO:0015672,GO:0015980,GO:0015988,GO:0015990,GO:0016020,GO:0016021,GO:0016310,GO:0016491,GO:0016679,GO:0016682,GO:0017144,GO:0019637,GO:0019646,GO:0019693,GO:0022804,GO:0022857,GO:0022890,GO:0022900,GO:0022904,GO:0031224,GO:0031226,GO:0031233,GO:0032991,GO:0034220,GO:0034641,GO:0042773,GO:0044237,GO:0044238,GO:0044281,GO:0044425,GO:0044459,GO:0044464,GO:0045333,GO:0046034,GO:0046483,GO:0048037,GO:0048038,GO:0048039,GO:0051179,GO:0051234,GO:0055085,GO:0055086,GO:0055114,GO:0070069,GO:0071575,GO:0071704,GO:0071944,GO:0072521,GO:0098552,GO:0098655,GO:0098660,GO:0098662,GO:0098796,GO:1901135,GO:1901360,GO:1901564,GO:1902494,GO:1902600 1.10.3.10,1.10.3.12 ko:K02297,ko:K02826 ko00190,ko01100,map00190,map01100 M00416,M00417 R09492,R11335 RC00061,RC00819 ko00000,ko00001,ko00002,ko01000 3.D.4.1,3.D.4.5 - iE2348C_1286.E2348C_0367,iJN746.PP_0812,iSB619.SA_RS05175 COX2,COX2_TM,COX_ARM +BSU_38180 224308.BSU38180 6.97e-49 155.0 COG2261@1|root,COG2261@2|Bacteria,1VENK@1239|Firmicutes,4HNKV@91061|Bacilli,1ZJBG@1386|Bacillus 2|Bacteria S membrane ydaS - - - - - - - - - - - Transgly_assoc +BSU_38190 224308.BSU38190 0.0 1052.0 COG4468@1|root,COG4468@2|Bacteria,1TPBN@1239|Firmicutes,4HAYJ@91061|Bacilli,1ZAVT@1386|Bacillus 2|Bacteria G UDP-glucose--hexose-1-phosphate uridylyltransferase galT - 2.7.7.12 ko:K00965 ko00052,ko00520,ko01100,ko04917,map00052,map00520,map01100,map04917 M00362,M00554,M00632 R00955 RC00002 ko00000,ko00001,ko00002,ko01000 - - - DUF4922,GalP_UDP_tr_C,GalP_UDP_transf,Glycos_transf_2 +BSU_38200 224308.BSU38200 5.56e-291 793.0 COG0153@1|root,COG0153@2|Bacteria,1TPD0@1239|Firmicutes,4HARP@91061|Bacilli,1ZC9P@1386|Bacillus 2|Bacteria G Catalyzes the transfer of the gamma-phosphate of ATP to D-galactose to form alpha-D-galactose-1-phosphate (Gal-1-P) galK GO:0005975,GO:0005996,GO:0006012,GO:0008150,GO:0008152,GO:0019318,GO:0044238,GO:0044281,GO:0071704 2.7.1.6 ko:K00849 ko00052,ko00520,ko01100,map00052,map00520,map01100 M00554,M00632 R01092 RC00002,RC00078 ko00000,ko00001,ko00002,ko01000,ko04147 - - - GHMP_kinases_C,GHMP_kinases_N,GalKase_gal_bdg +BSU_38210 224308.BSU38210 1.76e-77 231.0 COG2246@1|root,COG2246@2|Bacteria,1VESW@1239|Firmicutes,4HNK7@91061|Bacilli,1ZG2Y@1386|Bacillus 2|Bacteria S GtrA-like protein gtcA GO:0000166,GO:0003674,GO:0003824,GO:0003870,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0006725,GO:0006778,GO:0006779,GO:0006783,GO:0006807,GO:0008150,GO:0008152,GO:0008883,GO:0009058,GO:0009987,GO:0016020,GO:0016410,GO:0016491,GO:0016620,GO:0016740,GO:0016746,GO:0016747,GO:0016748,GO:0016749,GO:0016903,GO:0018130,GO:0019438,GO:0033013,GO:0033014,GO:0034641,GO:0036094,GO:0042168,GO:0042440,GO:0044237,GO:0044249,GO:0044271,GO:0044464,GO:0046148,GO:0046483,GO:0048037,GO:0050661,GO:0050662,GO:0051186,GO:0051188,GO:0055114,GO:0071704,GO:0071944,GO:0097159,GO:0140098,GO:0140101,GO:1901265,GO:1901360,GO:1901362,GO:1901363,GO:1901564,GO:1901566,GO:1901576 - - - - - - - - - - GtrA +BSU_38220 224308.BSU38220 4.16e-159 446.0 COG1309@1|root,COG1309@2|Bacteria 2|Bacteria K transcriptional regulator ywcC - - - - - - - - - - - TetR_N +BSU_38230 224308.BSU38230 7.41e-65 197.0 COG3162@1|root,COG3162@2|Bacteria,1VAEW@1239|Firmicutes,4HM0S@91061|Bacilli,1ZHX2@1386|Bacillus 2|Bacteria S Protein of unknown function, DUF485 ywcB - - - - - - - - - - - DUF485 +BSU_38240 224308.BSU38240 0.0 924.0 COG4147@1|root,COG4147@2|Bacteria,1UHT5@1239|Firmicutes,4HCF6@91061|Bacilli,1ZCX7@1386|Bacillus 2|Bacteria S Belongs to the sodium solute symporter (SSF) (TC 2.A.21) family ywcA - - ko:K14393 - - - - ko00000,ko02000 2.A.21.7 - iAF987.Gmet_0739 SSF +BSU_38250 224308.BSU38250 1.08e-145 410.0 COG2761@1|root,COG2761@2|Bacteria,1TZ1N@1239|Firmicutes,4HEBF@91061|Bacilli,1ZD4M@1386|Bacillus 2|Bacteria Q dithiol-disulfide isomerase involved in polyketide biosynthesis ywbO - - - - - - - - - - - DSBA +BSU_38260 224308.BSU38260 3.23e-310 844.0 COG2837@1|root,COG2837@2|Bacteria,1UY9Y@1239|Firmicutes,4HACQ@91061|Bacilli,1ZEAD@1386|Bacillus 2|Bacteria P Dyp-type peroxidase family protein ywbN GO:0005575,GO:0005576 - ko:K07223,ko:K16301 - - - - ko00000,ko01000,ko02000 2.A.108.2.3 - iYO844.BSU38260 Dyp_perox,TAT_signal +BSU_38270 224308.BSU38270 6.21e-249 686.0 COG2822@1|root,COG2822@2|Bacteria,1TS89@1239|Firmicutes,4HB0W@91061|Bacilli,1ZC6N@1386|Bacillus 2|Bacteria P periplasmic lipoprotein involved in iron transport ycdO GO:0000041,GO:0006810,GO:0006811,GO:0006812,GO:0006826,GO:0008150,GO:0015684,GO:0030001,GO:0051179,GO:0051234,GO:0070838,GO:0072511 - ko:K07224,ko:K07243 - - - - ko00000,ko02000 2.A.108.1,2.A.108.2,2.A.108.2.3 - - Cupredoxin_1,FTR1,Peptidase_M75 +BSU_38280 224308.BSU38280 0.0 888.0 COG0672@1|root,COG0672@2|Bacteria,1TQIA@1239|Firmicutes,4HCJZ@91061|Bacilli,1ZDYA@1386|Bacillus 2|Bacteria P COG0672 High-affinity Fe2 Pb2 permease - GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K07243 - - - - ko00000,ko02000 2.A.108.1,2.A.108.2 - - FTR1 +BSU_38290 224308.BSU38290 7.69e-150 422.0 COG0352@1|root,COG0352@2|Bacteria,1V3ZR@1239|Firmicutes,4HH1E@91061|Bacilli,1ZFNE@1386|Bacillus 2|Bacteria H Condenses 4-methyl-5-(beta-hydroxyethyl)thiazole monophosphate (THZ-P) and 2-methyl-4-amino-5-hydroxymethyl pyrimidine pyrophosphate (HMP-PP) to form thiamine monophosphate (TMP) thiE GO:0003674,GO:0003824,GO:0004789,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006725,GO:0006766,GO:0006767,GO:0006772,GO:0006790,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009110,GO:0009228,GO:0009987,GO:0016740,GO:0016765,GO:0017144,GO:0018130,GO:0019438,GO:0034641,GO:0042364,GO:0042723,GO:0042724,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0044424,GO:0044464,GO:0046483,GO:0071704,GO:0072527,GO:0072528,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.5.1.3,2.7.1.49,2.7.4.7,4.1.99.17 ko:K00788,ko:K03147,ko:K14153 ko00730,ko01100,map00730,map01100 M00127 R03223,R03471,R03472,R04509,R10712 RC00002,RC00017,RC00224,RC03251,RC03252,RC03255,RC03397 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU38290 TMP-TENI +BSU_38300 224308.BSU38300 3.25e-185 516.0 COG2145@1|root,COG2145@2|Bacteria,1V1R6@1239|Firmicutes,4HFTJ@91061|Bacilli,1ZAX2@1386|Bacillus 2|Bacteria H Catalyzes the phosphorylation of the hydroxyl group of 4-methyl-5-beta-hydroxyethylthiazole (THZ) thiM GO:0003674,GO:0003824,GO:0006725,GO:0006766,GO:0006767,GO:0006772,GO:0006790,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0008972,GO:0009058,GO:0009110,GO:0009228,GO:0009987,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0016776,GO:0017144,GO:0018130,GO:0019438,GO:0034641,GO:0042364,GO:0042723,GO:0042724,GO:0044237,GO:0044249,GO:0044271,GO:0044272,GO:0044281,GO:0044283,GO:0046483,GO:0071704,GO:0072527,GO:0072528,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 2.7.1.50 ko:K00878 ko00730,ko01100,map00730,map01100 M00127 R04448 RC00002,RC00017 ko00000,ko00001,ko00002,ko01000 - - - HK +BSU_38310 224308.BSU38310 2.7e-203 564.0 COG0583@1|root,COG0583@2|Bacteria,1TQ6Y@1239|Firmicutes,4HB94@91061|Bacilli,1ZBXV@1386|Bacillus 2|Bacteria K Transcriptional regulator ywbI GO:0000976,GO:0000984,GO:0000986,GO:0000987,GO:0001017,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0097159,GO:1901363,GO:1990837 - - - - - - - - - - HTH_1,LysR_substrate +BSU_38320 1051501.AYTL01000028_gene1932 1.1e-76 229.0 COG1380@1|root,COG1380@2|Bacteria,1VEN4@1239|Firmicutes,4HNKZ@91061|Bacilli,1ZGVJ@1386|Bacillus 2|Bacteria S Increases the activity of extracellular murein hydrolases possibly by mediating their export via hole formation. Inhibited by the antiholin-like proteins LrgAB. In an unstressed cell, the LrgAB products probably inhibit the function of the CidA protein. When a cell is stressed by the addition of antibiotics or by other factors in the environment, CidA possibly oligomerizes within the bacterial cell membrane, creating lesions that disrupt the proton motive force, which in turn results in loss of cell viability. These lesions are also hypothesized to regulate the subsequent cell lysis by either allowing the murein hydrolases access to the cell wall substrate and or regulating their activity by a ywbH - - ko:K06518 - - - - ko00000,ko02000 1.E.14.2 - - LrgA +BSU_38330 224308.BSU38330 4.93e-143 405.0 COG1346@1|root,COG1346@2|Bacteria,1TRGN@1239|Firmicutes,4HF0M@91061|Bacilli,1ZFQ6@1386|Bacillus 2|Bacteria M effector of murein hydrolase ywbG - - ko:K05339 ko02020,map02020 - - - ko00000,ko00001 - - - LrgB +BSU_38340 224308.BSU38340 1.29e-280 768.0 COG0477@1|root,COG2814@2|Bacteria,1TS3C@1239|Firmicutes,4HC3B@91061|Bacilli,1ZS79@1386|Bacillus 2|Bacteria EGP Nucleoside H+ symporter ywbF - - ko:K05820 - - - - ko00000,ko02000 2.A.1.27 - - MFS_1_like +BSU_38350 224308.BSU38350 1.32e-39 131.0 COG4895@1|root,COG4895@2|Bacteria,1VEG3@1239|Firmicutes,4HNJA@91061|Bacilli,1ZIX5@1386|Bacillus 2|Bacteria S Uncharacterized conserved protein (DUF2196) ywbE - - - - - - - - - - - DUF2196 +BSU_38360 224308.BSU38360 1.3e-283 775.0 COG1092@1|root,COG1092@2|Bacteria,1TRAJ@1239|Firmicutes,4HAA1@91061|Bacilli,1ZBVG@1386|Bacillus 2|Bacteria J Methyltransferase ywbD - 2.1.1.191 ko:K06969 - - - - ko00000,ko01000,ko03009 - - - Methyltrans_SAM +BSU_38370 224308.BSU38370 1.99e-87 256.0 COG0346@1|root,COG0346@2|Bacteria,1V7GY@1239|Firmicutes,4HIYA@91061|Bacilli,1ZH3E@1386|Bacillus 2|Bacteria E glyoxalase ywbC - 4.4.1.5 ko:K01759,ko:K08234 ko00620,map00620 - R02530 RC00004,RC00740 ko00000,ko00001,ko01000 - - - Glyoxalase,Glyoxalase_4 +BSU_38380 224308.BSU38380 7.78e-165 460.0 29A5D@1|root,2ZX6E@2|Bacteria,1W34Q@1239|Firmicutes,4I1DM@91061|Bacilli,1ZMSX@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2711) ywbB - - - - - - - - - - - DUF2711 +BSU_38390 224308.BSU38390 9.36e-317 863.0 COG1455@1|root,COG1455@2|Bacteria,1TP8D@1239|Firmicutes,4H9W2@91061|Bacilli,1ZBJ7@1386|Bacillus 2|Bacteria G The phosphoenolpyruvate-dependent sugar phosphotransferase system (PTS), a major carbohydrate active - transport system, catalyzes the phosphorylation of incoming sugar substrates concomitant with their translocation across the cell membrane licC - - ko:K02761 ko00500,ko02060,map00500,map02060 M00275 R11170,R11172 RC00017,RC03206 ko00000,ko00001,ko00002,ko02000 4.A.3.2 - iYO844.BSU38390 PTS_EIIC +BSU_38400 224308.BSU38400 0.0 1023.0 COG1404@1|root,COG1404@2|Bacteria,1TQ2M@1239|Firmicutes,4HBYC@91061|Bacilli,1ZPV5@1386|Bacillus 2|Bacteria O Belongs to the peptidase S8 family epr GO:0005575,GO:0005576 3.4.21.62 ko:K01342,ko:K13277 ko02024,map02024 - - - ko00000,ko00001,ko01000,ko01002,ko03110 - - - Peptidase_S8,SLH,fn3 +BSU_38410 224308.BSU38410 8.37e-312 852.0 COG1263@1|root,COG1264@1|root,COG1263@2|Bacteria,COG1264@2|Bacteria,1TP5X@1239|Firmicutes,4HA0I@91061|Bacilli,1ZB5X@1386|Bacillus 2|Bacteria G phosphotransferase system scrA GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0015766,GO:0015771,GO:0015772,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563,GO:0090588,GO:0090589 2.7.1.193,2.7.1.199,2.7.1.201,2.7.1.208,2.7.1.211 ko:K02749,ko:K02750,ko:K02755,ko:K02756,ko:K02757,ko:K02763,ko:K02764,ko:K02765,ko:K02803,ko:K02804,ko:K02808,ko:K02809,ko:K02810,ko:K02818,ko:K02819,ko:K20116,ko:K20117,ko:K20118 ko00010,ko00500,ko00520,ko02060,map00010,map00500,map00520,map02060 M00267,M00268,M00269,M00270,M00271,M00282,M00809 R00811,R02631,R02738,R02780,R04111,R05199 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.10,4.A.1.1.13,4.A.1.1.14,4.A.1.1.15,4.A.1.1.16,4.A.1.1.2,4.A.1.1.4,4.A.1.1.5,4.A.1.1.6,4.A.1.1.7,4.A.1.1.8,4.A.1.1.9,4.A.1.2.1,4.A.1.2.10,4.A.1.2.11,4.A.1.2.12,4.A.1.2.13,4.A.1.2.2,4.A.1.2.4,4.A.1.2.5,4.A.1.2.6,4.A.1.2.8,4.A.1.2.9 - iYO844.BSU07800,iYO844.BSU38050 PTS_EIIA_1,PTS_EIIB,PTS_EIIC +BSU_38420 224308.BSU38420 9.07e-196 543.0 COG3711@1|root,COG3711@2|Bacteria,1TT5A@1239|Firmicutes,4HC5Y@91061|Bacilli,1ZDB0@1386|Bacillus 2|Bacteria K transcriptional antiterminator sacY GO:0006355,GO:0008150,GO:0009889,GO:0009891,GO:0009893,GO:0010468,GO:0010556,GO:0010557,GO:0010604,GO:0010628,GO:0019219,GO:0019222,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0045893,GO:0045935,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0051171,GO:0051173,GO:0051252,GO:0051254,GO:0060255,GO:0065007,GO:0080090,GO:1902680,GO:1903506,GO:1903508,GO:2000112,GO:2001141 - ko:K02538,ko:K03480,ko:K03488 - - - - ko00000,ko03000 - - - CAT_RBD,PRD +BSU_38430 224308.BSU38430 1.87e-216 596.0 COG1442@1|root,COG1442@2|Bacteria,1V2FM@1239|Firmicutes,4HFSG@91061|Bacilli,1ZCME@1386|Bacillus 2|Bacteria M General stress gspA GO:0000271,GO:0003674,GO:0003824,GO:0005975,GO:0005976,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0016051,GO:0016740,GO:0016757,GO:0043170,GO:0044238,GO:0071704,GO:1901576 2.4.1.44 ko:K03275,ko:K03278 ko00540,ko01100,map00540,map01100 M00080 R01997 RC00005 ko00000,ko00001,ko00002,ko01000,ko01003,ko01005 - GT8 - Glyco_transf_8,Glyco_transf_8C +BSU_38440 224308.BSU38440 5.63e-164 459.0 COG5522@1|root,COG5522@2|Bacteria,1V4XE@1239|Firmicutes,4HHC6@91061|Bacilli,1ZBDN@1386|Bacillus 2|Bacteria S Integral membrane protein ywaF - - - - - - - - - - - Intg_mem_TP0381 +BSU_38450 224308.BSU38450 2.15e-115 331.0 COG1846@1|root,COG1846@2|Bacteria,1VM7T@1239|Firmicutes,4I35C@91061|Bacilli,1ZGG4@1386|Bacillus 2|Bacteria K Transcriptional regulator ywaE GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - MarR,MarR_2 +BSU_38460 224308.BSU38460 9.82e-299 815.0 COG0162@1|root,COG0162@2|Bacteria,1TPGN@1239|Firmicutes,4H9YV@91061|Bacilli,1ZBY9@1386|Bacillus 2|Bacteria J Catalyzes the attachment of tyrosine to tRNA(Tyr) in a two-step reaction tyrosine is first activated by ATP to form Tyr- AMP and then transferred to the acceptor end of tRNA(Tyr) tyrS GO:0003674,GO:0003824,GO:0004812,GO:0004831,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006082,GO:0006139,GO:0006399,GO:0006520,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0016070,GO:0016874,GO:0016875,GO:0019752,GO:0034641,GO:0034660,GO:0043038,GO:0043039,GO:0043170,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0071704,GO:0090304,GO:0140098,GO:0140101,GO:1901360,GO:1901564 6.1.1.1 ko:K01866 ko00970,map00970 M00359,M00360 R02918 RC00055,RC00523 ko00000,ko00001,ko00002,ko01000,ko01007,ko03016,ko03029 - - iLJ478.TM0478 S4,tRNA-synt_1b +BSU_38470 224308.BSU38470 0.0 871.0 COG2234@1|root,COG2234@2|Bacteria,1UFM1@1239|Firmicutes,4HBE5@91061|Bacilli,1ZC0A@1386|Bacillus 2|Bacteria S PA domain ywaD - 3.4.11.10,3.4.11.6 ko:K19701 - - - - ko00000,ko01000,ko01002 - - - PA,Peptidase_M28 +BSU_38480 224308.BSU38480 2.52e-149 420.0 COG2357@1|root,COG2357@2|Bacteria,1TSC9@1239|Firmicutes,4HBE0@91061|Bacilli,1ZB8W@1386|Bacillus 2|Bacteria S protein conserved in bacteria ywaC GO:0003674,GO:0003824,GO:0005575,GO:0005618,GO:0005623,GO:0005886,GO:0006139,GO:0006163,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0008150,GO:0008152,GO:0008728,GO:0008893,GO:0009116,GO:0009117,GO:0009119,GO:0009150,GO:0009259,GO:0009605,GO:0009987,GO:0009991,GO:0015969,GO:0016020,GO:0016740,GO:0016772,GO:0016778,GO:0016787,GO:0016788,GO:0016794,GO:0019637,GO:0019693,GO:0030312,GO:0031667,GO:0033865,GO:0033875,GO:0034032,GO:0034035,GO:0034641,GO:0042278,GO:0042578,GO:0042594,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0046128,GO:0046483,GO:0050896,GO:0055086,GO:0071704,GO:0071944,GO:0072521,GO:1901068,GO:1901135,GO:1901360,GO:1901564,GO:1901657 2.7.6.5 ko:K00951,ko:K07816 ko00230,map00230 - R00429 RC00002,RC00078 ko00000,ko00001,ko01000 - - - RelA_SpoT +BSU_38490 224308.BSU38490 5.1e-213 589.0 COG1575@1|root,COG1575@2|Bacteria,1TSZV@1239|Firmicutes,4HA68@91061|Bacilli,1ZB6F@1386|Bacillus 2|Bacteria H Belongs to the MenA family. Type 1 subfamily menA GO:0003674,GO:0003824,GO:0004659,GO:0006732,GO:0006733,GO:0006743,GO:0006744,GO:0006766,GO:0006775,GO:0008150,GO:0008152,GO:0009058,GO:0009108,GO:0009110,GO:0009233,GO:0009234,GO:0009987,GO:0016740,GO:0016765,GO:0032194,GO:0042180,GO:0042181,GO:0042362,GO:0042371,GO:0042373,GO:0044237,GO:0044249,GO:0044281,GO:0044283,GO:0051186,GO:0051188,GO:0071704,GO:1901576,GO:1901661,GO:1901663 2.5.1.74 ko:K02548 ko00130,ko01100,ko01110,map00130,map01100,map01110 M00116 R05617,R06858,R10757 RC02935,RC02936,RC03264 ko00000,ko00001,ko00002,ko01000,ko01006 - - - UbiA +BSU_38499 720555.BATR1942_17205 1.27e-20 82.8 2DF9X@1|root,2ZR1C@2|Bacteria,1W521@1239|Firmicutes,4I1M8@91061|Bacilli,1ZJJ4@1386|Bacillus 2|Bacteria S D-Ala-teichoic acid biosynthesis protein - - - - - - - - - - - - DUF3687 +BSU_38500 224308.BSU38500 0.0 1011.0 COG1020@1|root,COG1020@2|Bacteria,1TPTH@1239|Firmicutes,4HAHU@91061|Bacilli,1ZB3S@1386|Bacillus 2|Bacteria Q Catalyzes the first step in the D-alanylation of lipoteichoic acid (LTA), the activation of D-alanine and its transfer onto the D-alanyl carrier protein (Dcp) DltC. In an ATP- dependent two-step reaction, forms a high energy D-alanyl-AMP intermediate, followed by transfer of the D-alanyl residue as a thiol ester to the phosphopantheinyl prosthetic group of the Dcp. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall dltA GO:0000166,GO:0000270,GO:0003674,GO:0003824,GO:0005215,GO:0005488,GO:0006022,GO:0006023,GO:0006024,GO:0006807,GO:0006810,GO:0008144,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009252,GO:0009273,GO:0009987,GO:0016208,GO:0016874,GO:0016879,GO:0016881,GO:0017076,GO:0022857,GO:0030203,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0034645,GO:0036094,GO:0042546,GO:0043167,GO:0043168,GO:0043169,GO:0043170,GO:0044036,GO:0044038,GO:0044085,GO:0044237,GO:0044249,GO:0044260,GO:0051179,GO:0051234,GO:0055085,GO:0070589,GO:0071554,GO:0071704,GO:0071840,GO:0097159,GO:0097367,GO:1901135,GO:1901137,GO:1901265,GO:1901363,GO:1901564,GO:1901566,GO:1901576 6.1.1.13 ko:K03367 ko00473,ko01503,ko02020,ko05150,map00473,map01503,map02020,map05150 M00725 R02718 RC00037,RC00094 ko00000,ko00001,ko00002,ko01000,ko01504 - - - AMP-binding,AMP-binding_C +BSU_38510 224308.BSU38510 1.14e-297 810.0 COG1696@1|root,COG1696@2|Bacteria,1TP52@1239|Firmicutes,4HBQG@91061|Bacilli,1ZCX1@1386|Bacillus 2|Bacteria M membrane protein involved in D-alanine export dltB - - ko:K03739,ko:K19294 ko01503,ko02020,ko05150,map01503,map02020,map05150 M00725 - - ko00000,ko00001,ko00002,ko01504 - - - MBOAT +BSU_38520 1051501.AYTL01000028_gene1911 6.83e-50 158.0 COG0236@1|root,COG0236@2|Bacteria,1VFQI@1239|Firmicutes,4HNIH@91061|Bacilli,1ZJEB@1386|Bacillus 2|Bacteria IQ Carrier protein involved in the D-alanylation of lipoteichoic acid (LTA). The loading of thioester-linked D-alanine onto DltC is catalyzed by D-alanine--D-alanyl carrier protein ligase DltA. The DltC-carried D-alanyl group is further transferred to cell membrane phosphatidylglycerol (PG) by forming an ester bond, probably catalyzed by DltD. D-alanylation of LTA plays an important role in modulating the properties of the cell wall in Gram-positive bacteria, influencing the net charge of the cell wall dltC GO:0000270,GO:0003674,GO:0005215,GO:0006022,GO:0006023,GO:0006024,GO:0006807,GO:0006810,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009252,GO:0009273,GO:0009987,GO:0022857,GO:0030203,GO:0034645,GO:0042546,GO:0043170,GO:0044036,GO:0044038,GO:0044085,GO:0044237,GO:0044249,GO:0044260,GO:0051179,GO:0051234,GO:0055085,GO:0070589,GO:0071554,GO:0071704,GO:0071840,GO:1901135,GO:1901137,GO:1901564,GO:1901566,GO:1901576 6.1.1.13 ko:K02078,ko:K14188 ko00473,ko01503,ko02020,ko05150,map00473,map01503,map02020,map05150 M00725 R02718 RC00037,RC00094 ko00000,ko00001,ko00002,ko01000,ko01504 - - - PP-binding +BSU_38530 224308.BSU38530 4.09e-294 801.0 COG3966@1|root,COG3966@2|Bacteria,1TSZU@1239|Firmicutes,4HC3H@91061|Bacilli,1ZD6Q@1386|Bacillus 2|Bacteria M COG3966 Protein involved in D-alanine esterification of lipoteichoic acid and wall teichoic acid (D-alanine transfer protein) dltD - - ko:K03740 ko01503,ko02020,ko05150,map01503,map02020,map05150 M00725 - - ko00000,ko00001,ko00002,ko01504 - - - DltD +BSU_38540 224308.BSU38540 2.91e-178 496.0 COG3967@1|root,COG3967@2|Bacteria,1TT89@1239|Firmicutes,4HC2F@91061|Bacilli,1ZBB6@1386|Bacillus 2|Bacteria M Belongs to the short-chain dehydrogenases reductases (SDR) family dltE - - ko:K14189 - - - - ko00000,ko01000 - - - adh_short +BSU_38550 224308.BSU38550 1.07e-263 722.0 COG0115@1|root,COG0115@2|Bacteria,1TQQI@1239|Firmicutes,4HASX@91061|Bacilli,1ZBFM@1386|Bacillus 2|Bacteria E Branched-chain amino acid aminotransferase ilvE - 2.6.1.42,4.1.3.38 ko:K00826,ko:K02619 ko00270,ko00280,ko00290,ko00770,ko00790,ko01100,ko01110,ko01130,ko01210,ko01230,map00270,map00280,map00290,map00770,map00790,map01100,map01110,map01130,map01210,map01230 M00019,M00036,M00119,M00570 R01090,R01214,R02199,R05553,R10991 RC00006,RC00036,RC01843,RC02148 ko00000,ko00001,ko00002,ko01000,ko01007 - - iYO844.BSU38550 Aminotran_4 +BSU_38560 224308.BSU38560 0.0 876.0 COG1486@1|root,COG1486@2|Bacteria,1TQ9I@1239|Firmicutes,4H9Z4@91061|Bacilli,1ZC6U@1386|Bacillus 2|Bacteria G COG1486 Alpha-galactosidases 6-phospho-beta-glucosidases, family 4 of glycosyl hydrolases licH - 3.2.1.86 ko:K01222 ko00010,ko00500,map00010,map00500 - R00839,R05133,R05134 RC00049,RC00171,RC00714 ko00000,ko00001,ko01000 - GT4 - Glyco_hydro_4,Glyco_hydro_4C +BSU_38570 224308.BSU38570 3.39e-67 204.0 COG1447@1|root,COG1447@2|Bacteria,1VEGE@1239|Firmicutes,4HM37@91061|Bacilli,1ZI2Z@1386|Bacillus 2|Bacteria G phosphotransferase system licA - 2.7.1.196,2.7.1.205 ko:K02759 ko00500,ko02060,map00500,map02060 M00275 R11170,R11172 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.3.2 - iYO844.BSU38570 PTS_IIA +BSU_38580 224308.BSU38580 0.0 871.0 COG1455@1|root,COG1455@2|Bacteria,1TP8D@1239|Firmicutes,4H9W2@91061|Bacilli,1ZBJ7@1386|Bacillus 2|Bacteria G The phosphoenolpyruvate-dependent sugar phosphotransferase system (PTS), a major carbohydrate active - transport system, catalyzes the phosphorylation of incoming sugar substrates concomitant with their translocation across the cell membrane licC - - ko:K02761 ko00500,ko02060,map00500,map02060 M00275 R11170,R11172 RC00017,RC03206 ko00000,ko00001,ko00002,ko02000 4.A.3.2 - iYO844.BSU38390 PTS_EIIC +BSU_38590 224308.BSU38590 1.89e-67 204.0 COG1440@1|root,COG1440@2|Bacteria,1VADE@1239|Firmicutes,4HM5Q@91061|Bacilli,1ZIC3@1386|Bacillus 2|Bacteria G transporter subunit IIB licB - 2.7.1.196,2.7.1.205 ko:K02760 ko00500,ko02060,map00500,map02060 M00275 R11170,R11172 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.3.2 - - PTS_IIB +BSU_38600 224308.BSU38600 0.0 1253.0 COG1762@1|root,COG3711@1|root,COG1762@2|Bacteria,COG3711@2|Bacteria,1TQT1@1239|Firmicutes,4HEIQ@91061|Bacilli,1ZQ0I@1386|Bacillus 2|Bacteria GKT Mga helix-turn-helix domain licR GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563 2.7.1.202 ko:K02538,ko:K02768,ko:K02769,ko:K02770,ko:K02806,ko:K03491 ko00051,ko01100,ko01120,ko02060,map00051,map01100,map01120,map02060 M00273 R03232 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000,ko03000 4.A.2.1 - - HTH_11,Mga,PRD,PTS_EIIA_2,PTS_IIB +BSU_38610 224308.BSU38610 8.94e-28 100.0 2BT1W@1|root,32N67@2|Bacteria,1UB79@1239|Firmicutes,4IMJZ@91061|Bacilli,1ZKBI@1386|Bacillus 2|Bacteria - - yxzF - - - - - - - - - - - - +BSU_38620 224308.BSU38620 9.26e-145 407.0 COG2094@1|root,COG2094@2|Bacteria,1V1E6@1239|Firmicutes,4HG5E@91061|Bacilli,1ZFWT@1386|Bacillus 2|Bacteria L Belongs to the DNA glycosylase MPG family mpg GO:0003674,GO:0003824,GO:0003905,GO:0006139,GO:0006259,GO:0006281,GO:0006284,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0009987,GO:0016787,GO:0016798,GO:0016799,GO:0019104,GO:0033554,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0140097,GO:1901360 3.2.2.21 ko:K03652 ko03410,map03410 - - - ko00000,ko00001,ko01000,ko03400 - - - Pur_DNA_glyco +BSU_38630 224308.BSU38630 0.0 1127.0 COG0753@1|root,COG0753@2|Bacteria,1TPPV@1239|Firmicutes,4H9XQ@91061|Bacilli,1ZB44@1386|Bacillus 2|Bacteria P serves to protect cells from the toxic effects of hydrogen peroxide katX GO:0000302,GO:0003674,GO:0003824,GO:0004096,GO:0004601,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009056,GO:0009636,GO:0009987,GO:0010035,GO:0016209,GO:0016491,GO:0016684,GO:0016999,GO:0017001,GO:0017144,GO:0020037,GO:0042221,GO:0042493,GO:0042542,GO:0042737,GO:0042743,GO:0042744,GO:0044237,GO:0044248,GO:0044424,GO:0044444,GO:0044464,GO:0046677,GO:0046906,GO:0048037,GO:0050896,GO:0051186,GO:0051187,GO:0051716,GO:0055114,GO:0070887,GO:0072593,GO:0097159,GO:0097237,GO:0098754,GO:0098869,GO:1901363,GO:1901700,GO:1990748 1.11.1.6 ko:K03781 ko00380,ko00630,ko01110,ko01130,ko01200,ko04011,ko04016,ko04068,ko04146,ko04211,ko04212,ko04213,ko05014,map00380,map00630,map01110,map01130,map01200,map04011,map04016,map04068,map04146,map04211,map04212,map04213,map05014 M00532 R00009,R00602,R02670 RC00034,RC00767,RC02141,RC02755 ko00000,ko00001,ko00002,ko01000 - - - Catalase,Catalase-rel +BSU_38640 224308.BSU38640 4.48e-277 759.0 COG0477@1|root,COG2814@2|Bacteria,1TWWZ@1239|Firmicutes,4HEV3@91061|Bacilli,1ZCPX@1386|Bacillus 2|Bacteria EGP Major Facilitator Superfamily yxlH GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - - - - - - - - - - MFS_1,Sugar_tr +BSU_38650 224308.BSU38650 3.96e-179 499.0 COG1277@1|root,COG1277@2|Bacteria,1UYUR@1239|Firmicutes,4HEAP@91061|Bacilli,1ZCZZ@1386|Bacillus 2|Bacteria S COG1277 ABC-type transport system involved in multi-copper enzyme maturation, permease component yxlG - - ko:K01992 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC2_membrane_2,ABC2_membrane_3,ABC_transp_aux +BSU_38660 224308.BSU38660 2.09e-213 589.0 COG1131@1|root,COG1131@2|Bacteria,1TQEV@1239|Firmicutes,4HBHF@91061|Bacilli,1ZBR2@1386|Bacillus 2|Bacteria V ABC transporter, ATP-binding protein yxlF - - ko:K01990,ko:K19340 ko02010,map02010 M00254,M00762 - - ko00000,ko00001,ko00002,ko02000 3.A.1,3.A.1.132.2 - - ABC_tran,DUF4162 +BSU_38670 224308.BSU38670 2.17e-39 130.0 2DPPC@1|root,332VC@2|Bacteria,1VM0N@1239|Firmicutes,4HNHT@91061|Bacilli,1ZIVE@1386|Bacillus 2|Bacteria S Phospholipase_D-nuclease N-terminal yxlE - - - - - - - - - - - PLDc_N +BSU_38680 224308.BSU38680 1.75e-43 141.0 2DJGR@1|root,3062I@2|Bacteria,1TZ34@1239|Firmicutes,4HZY3@91061|Bacilli,1ZK0K@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_38690 224308.BSU38690 4.05e-64 196.0 295E2@1|root,2ZSRV@2|Bacteria,1W5NR@1239|Firmicutes,4I1KQ@91061|Bacilli,1ZJPN@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5345) yxlC - - - - - - - - - - - DUF5345 +BSU_38700 224308.BSU38700 1.29e-124 355.0 COG1595@1|root,COG1595@2|Bacteria,1VB37@1239|Firmicutes,4HMZ2@91061|Bacilli,1ZCWY@1386|Bacillus 2|Bacteria K Belongs to the sigma-70 factor family. ECF subfamily sigY - - ko:K03088 - - - - ko00000,ko03021 - - - Sigma70_r2,Sigma70_r4,Sigma70_r4_2 +BSU_38710 224308.BSU38710 0.0 881.0 COG1457@1|root,COG1457@2|Bacteria,1V5JP@1239|Firmicutes,4HIHK@91061|Bacilli,1ZCP8@1386|Bacillus 2|Bacteria F Belongs to the purine-cytosine permease (2.A.39) family yxlA GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K03457 - - - - ko00000 2.A.39 - iYO844.BSU38710 Transp_cyt_pur +BSU_38720 224308.BSU38720 2.01e-206 570.0 COG0063@1|root,COG0063@2|Bacteria,1TNZE@1239|Firmicutes,4HBZC@91061|Bacilli,1ZAP7@1386|Bacillus 2|Bacteria G Bifunctional enzyme that catalyzes the epimerization of the S- and R-forms of NAD(P)HX and the dehydration of the S-form of NAD(P)HX at the expense of ADP, which is converted to AMP. This allows the repair of both epimers of NAD(P)HX, a damaged form of NAD(P)H that is a result of enzymatic or heat-dependent hydration nnrD - 4.2.1.136,5.1.99.6 ko:K17758,ko:K17759 - - - - ko00000,ko01000 - - - Carb_kinase,YjeF_N +BSU_38730 224308.BSU38730 0.0 1098.0 COG4987@1|root,COG4987@2|Bacteria,1UHN5@1239|Firmicutes,4HAAB@91061|Bacilli,1ZCKI@1386|Bacillus 2|Bacteria V ATP-binding protein cydC - - ko:K06148,ko:K16012 ko02010,map02010 - - - ko00000,ko00001,ko02000 3.A.1,3.A.1.129 - - ABC_membrane,ABC_tran +BSU_38740 224308.BSU38740 0.0 1080.0 COG4988@1|root,COG4988@2|Bacteria,1TQ1P@1239|Firmicutes,4HAN0@91061|Bacilli,1ZB86@1386|Bacillus 2|Bacteria V ATP-binding cydD GO:0003674,GO:0003824,GO:0005215,GO:0005319,GO:0006810,GO:0006869,GO:0008150,GO:0010876,GO:0015399,GO:0015405,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0022804,GO:0022857,GO:0033036,GO:0034040,GO:0042623,GO:0042626,GO:0043492,GO:0051179,GO:0051234,GO:0055085,GO:0071702 - ko:K16013 ko02010,map02010 - - - ko00000,ko00001,ko02000 3.A.1.129 - - ABC_membrane,ABC_tran +BSU_38750 224308.BSU38750 1.16e-243 669.0 COG1294@1|root,COG1294@2|Bacteria,1TRYV@1239|Firmicutes,4H9KF@91061|Bacilli,1ZDGQ@1386|Bacillus 2|Bacteria C Cytochrome d ubiquinol oxidase, subunit II cydB GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006091,GO:0008150,GO:0008152,GO:0009055,GO:0009060,GO:0009987,GO:0015980,GO:0016020,GO:0016021,GO:0016491,GO:0016679,GO:0016682,GO:0019646,GO:0020037,GO:0022900,GO:0022904,GO:0031224,GO:0031226,GO:0032991,GO:0044237,GO:0044425,GO:0044459,GO:0044464,GO:0045333,GO:0046906,GO:0048037,GO:0055114,GO:0070069,GO:0071944,GO:0097159,GO:1901363 1.10.3.14 ko:K00426 ko00190,ko01100,ko02020,map00190,map01100,map02020 M00153 R11325 RC00061 ko00000,ko00001,ko00002,ko01000 3.D.4.3 - iECABU_c1320.ECABU_c10120,iLF82_1304.LF82_0101,iNRG857_1313.NRG857_04455,iPC815.YPO1118,iYO844.BSU38750,ic_1306.c1120 Cyt_bd_oxida_II +BSU_38760 224308.BSU38760 0.0 930.0 COG1271@1|root,COG1271@2|Bacteria,1TRH4@1239|Firmicutes,4HA19@91061|Bacilli,1ZBAG@1386|Bacillus 2|Bacteria C oxidase, subunit cydA GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006091,GO:0008150,GO:0008152,GO:0009055,GO:0009060,GO:0009987,GO:0015980,GO:0016020,GO:0016021,GO:0016491,GO:0016679,GO:0016682,GO:0019646,GO:0020037,GO:0022900,GO:0022904,GO:0031224,GO:0031226,GO:0032991,GO:0044237,GO:0044425,GO:0044459,GO:0044464,GO:0045333,GO:0046906,GO:0048037,GO:0055114,GO:0070069,GO:0071944,GO:0097159,GO:1901363 1.10.3.14 ko:K00425 ko00190,ko01100,ko02020,map00190,map01100,map02020 M00153 R11325 RC00061 ko00000,ko00001,ko00002,ko01000 3.D.4.3 - iPC815.YPO1117,iSBO_1134.SBO_2253,iSFxv_1172.SFxv_0621,iS_1188.S0577,iSbBS512_1146.SbBS512_E2337 Cyt_bd_oxida_I +BSU_38770 224308.BSU38770 3.97e-310 847.0 COG3493@1|root,COG3493@2|Bacteria,1TR97@1239|Firmicutes,4HBS8@91061|Bacilli,1ZC12@1386|Bacillus 2|Bacteria C COG3493 Na citrate symporter cimH - - ko:K11616 ko02020,map02020 - - - ko00000,ko00001 2.A.24.2 - - 2HCT +BSU_38780 224308.BSU38780 0.0 1084.0 COG0501@1|root,COG0501@2|Bacteria,1U88Z@1239|Firmicutes,4HF3W@91061|Bacilli,1ZQAN@1386|Bacillus 2|Bacteria O Peptidase family M48 - - 3.4.24.84 ko:K03799,ko:K06013 ko00900,ko01130,map00900,map01130 M00743 R09845 RC00141 ko00000,ko00001,ko00002,ko01000,ko01002,ko04147 - - - Peptidase_M48 +BSU_38800 224308.BSU38800 1.58e-200 555.0 COG0726@1|root,COG0726@2|Bacteria,1V6AW@1239|Firmicutes,4HHC9@91061|Bacilli,1ZQ8K@1386|Bacillus 2|Bacteria G Polysaccharide deacetylase yxkH - - - - - - - - - - - Glyco_transf_4,Polysacc_deac_1 +BSU_38810 224308.BSU38810 3.44e-261 716.0 COG3842@1|root,COG3842@2|Bacteria,1TP2M@1239|Firmicutes,4HAMQ@91061|Bacilli,1ZBDW@1386|Bacillus 2|Bacteria P Belongs to the ABC transporter superfamily msmK - - ko:K10112 ko02010,map02010 M00194,M00196,M00197,M00200,M00201,M00206,M00207,M00491,M00602,M00605,M00606 - - ko00000,ko00001,ko00002,ko02000 3.A.1.1 - - ABC_tran,TOBE,TOBE_2 +BSU_38820 224308.BSU38820 1.16e-211 585.0 COG2508@1|root,COG2508@2|Bacteria,1V649@1239|Firmicutes,4HHCD@91061|Bacilli,1ZH98@1386|Bacillus 2|Bacteria QT PucR C-terminal helix-turn-helix domain lrp GO:0006139,GO:0006351,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0016070,GO:0018130,GO:0019438,GO:0032502,GO:0032774,GO:0034641,GO:0034645,GO:0034654,GO:0043170,GO:0043934,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044271,GO:0046483,GO:0071704,GO:0090304,GO:0097659,GO:1901360,GO:1901362,GO:1901576 - ko:K02647,ko:K09684,ko:K17319 ko02010,map02010 M00603 - - ko00000,ko00001,ko00002,ko02000,ko03000 3.A.1.1.29,3.A.1.1.9 - - HTH_30 +BSU_38830 224308.BSU38830 0.0 952.0 COG1012@1|root,COG1012@2|Bacteria,1TP4S@1239|Firmicutes,4H9MF@91061|Bacilli,1ZAXK@1386|Bacillus 2|Bacteria C Catalyzes the oxidation of malonate semialdehyde (MSA) and methylmalonate semialdehyde (MMSA) into acetyl-CoA and propanoyl-CoA, respectively aldY GO:0003674,GO:0003824,GO:0004029,GO:0008150,GO:0008152,GO:0016491,GO:0016620,GO:0016903,GO:0018479,GO:0055114 1.2.1.3,1.2.1.67 ko:K00128,ko:K21802 ko00010,ko00053,ko00071,ko00280,ko00310,ko00330,ko00340,ko00380,ko00410,ko00561,ko00620,ko00625,ko00627,ko00903,ko00981,ko01100,ko01110,ko01120,ko01130,map00010,map00053,map00071,map00280,map00310,map00330,map00340,map00380,map00410,map00561,map00620,map00625,map00627,map00903,map00981,map01100,map01110,map01120,map01130 M00135 R00264,R00631,R00710,R00904,R01752,R01986,R02549,R02678,R02940,R02957,R03283,R03869,R04065,R04506,R04903,R05050,R05237,R05238,R05286,R05699,R06366,R08146 RC00047,RC00071,RC00075,RC00080,RC00186,RC00218,RC00242,RC00816,RC01500 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU38830 Aldedh +BSU_38840 224308.BSU38840 2.29e-188 524.0 COG1284@1|root,COG1284@2|Bacteria,1TRAU@1239|Firmicutes,4H9UY@91061|Bacilli,1ZD69@1386|Bacillus 2|Bacteria S Uncharacterised 5xTM membrane BCR, YitT family COG1284 yxkD - - - - - - - - - - - DUF2179,YitT_membrane +BSU_38850 224308.BSU38850 3.37e-96 283.0 2DY9G@1|root,348S7@2|Bacteria 2|Bacteria S Domain of unknown function (DUF4352) yxkC - - - - - - - - - - - DUF4352 +BSU_38860 224308.BSU38860 2.11e-251 689.0 COG1087@1|root,COG1087@2|Bacteria,1TQ7N@1239|Firmicutes,4H9U5@91061|Bacilli,1ZB5V@1386|Bacillus 2|Bacteria M Belongs to the NAD(P)-dependent epimerase dehydratase family galE - 5.1.3.2 ko:K01784 ko00052,ko00520,ko01100,map00052,map00520,map01100 M00361,M00362,M00632 R00291,R02984 RC00289 ko00000,ko00001,ko00002,ko01000 - - - Epimerase,GDP_Man_Dehyd +BSU_38870 224308.BSU38870 2.01e-123 351.0 COG1881@1|root,COG1881@2|Bacteria,1V88T@1239|Firmicutes,4IRQA@91061|Bacilli,1ZMY1@1386|Bacillus 2|Bacteria S Phosphatidylethanolamine-binding protein yxkA - - ko:K06910 - - - - ko00000 - - - PBP +BSU_38880 224308.BSU38880 1.53e-213 589.0 COG0583@1|root,COG0583@2|Bacteria,1UYA4@1239|Firmicutes,4HHV2@91061|Bacilli,1ZFDM@1386|Bacillus 2|Bacteria K LysR substrate binding domain yxjO GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0044424,GO:0044464 - ko:K19242 - - - - ko00000,ko03000 - - - HTH_1,LysR_substrate +BSU_38890 224308.BSU38890 5.63e-102 296.0 arCOG10684@1|root,2ZSI3@2|Bacteria,1W1ZH@1239|Firmicutes,4I1FS@91061|Bacilli 2|Bacteria S Protein of unknown function (DUF1453) - - - - - - - - - - - - DUF1453 +BSU_38900 224308.BSU38900 7.13e-261 718.0 COG4585@1|root,COG4585@2|Bacteria,1TRFX@1239|Firmicutes,4HD1M@91061|Bacilli,1ZDHA@1386|Bacillus 2|Bacteria T Signal transduction histidine kinase yxjM - - - - - - - - - - - HATPase_c,HisKA_3 +BSU_38910 224308.BSU38910 5.66e-150 422.0 COG2197@1|root,COG2197@2|Bacteria,1V30W@1239|Firmicutes,4HT1P@91061|Bacilli,1ZGDR@1386|Bacillus 2|Bacteria K helix_turn_helix, Lux Regulon - - - ko:K02479 - - - - ko00000,ko02022 - - - GerE,Response_reg +BSU_38920 224308.BSU38920 7.76e-299 815.0 COG2195@1|root,COG2195@2|Bacteria,1TP3A@1239|Firmicutes,4HAZE@91061|Bacilli,1ZCZN@1386|Bacillus 2|Bacteria E Cleaves the N-terminal amino acid of tripeptides pepT GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006508,GO:0006807,GO:0008150,GO:0008152,GO:0019538,GO:0043170,GO:0044238,GO:0044424,GO:0044464,GO:0071704,GO:1901564 3.4.11.14,3.4.11.4 ko:K01258,ko:K01263 - - - - ko00000,ko01000,ko01002 - - - M20_dimer,Peptidase_M20,Peptidase_M42 +BSU_38940 224308.BSU38940 2.57e-114 327.0 COG4894@1|root,COG4894@2|Bacteria,1V3WA@1239|Firmicutes,4HJ82@91061|Bacilli,1ZQ5F@1386|Bacillus 2|Bacteria S LURP-one-related yxjI - - ko:K21429 - - - - ko00000,ko01002 - - - LOR +BSU_38950 224308.BSU38950 7.74e-280 764.0 COG0620@1|root,COG0620@2|Bacteria,1TPDQ@1239|Firmicutes,4HADW@91061|Bacilli,1ZDE8@1386|Bacillus 2|Bacteria E Methionine synthase yxjG - 2.1.1.14 ko:K00549 ko00270,ko00450,ko01100,ko01110,ko01230,map00270,map00450,map01100,map01110,map01230 M00017 R04405,R09365 RC00035,RC00113,RC01241 ko00000,ko00001,ko00002,ko01000 - - - Meth_synt_2 +BSU_38960 224308.BSU38960 9.77e-279 761.0 COG0620@1|root,COG0620@2|Bacteria,1TPDQ@1239|Firmicutes,4HADW@91061|Bacilli,1ZDE8@1386|Bacillus 2|Bacteria E Methionine synthase yxjG - 2.1.1.14 ko:K00549 ko00270,ko00450,ko01100,ko01110,ko01230,map00270,map00450,map01100,map01110,map01230 M00017 R04405,R09365 RC00035,RC00113,RC01241 ko00000,ko00001,ko00002,ko01000 - - - Meth_synt_2 +BSU_38970 224308.BSU38970 5.83e-176 491.0 COG1028@1|root,COG1028@2|Bacteria,1TP3G@1239|Firmicutes,4HACT@91061|Bacilli,1ZDEW@1386|Bacillus 2|Bacteria IQ Catalyzes the formation of acetoacetate from 3-hydroxybutyrate yxjF - 1.1.1.30 ko:K00019 ko00072,ko00650,ko01100,map00072,map00650,map01100 M00088 R01361 RC00117 ko00000,ko00001,ko00002,ko01000 - - - adh_short_C2 +BSU_38980 224308.BSU38980 1.19e-150 424.0 COG2057@1|root,COG2057@2|Bacteria,1TNY5@1239|Firmicutes,4HBFR@91061|Bacilli,1ZB4Q@1386|Bacillus 2|Bacteria I COG2057 Acyl CoA acetate 3-ketoacid CoA transferase, beta subunit scoB - 2.8.3.5 ko:K01027,ko:K01029 ko00072,ko00280,ko00650,map00072,map00280,map00650 - R00410 RC00014 ko00000,ko00001,ko01000 - - - CoA_trans +BSU_38990 224308.BSU38990 4.65e-168 469.0 COG1788@1|root,COG1788@2|Bacteria,1V21Q@1239|Firmicutes,4HB3E@91061|Bacilli,1ZCXP@1386|Bacillus 2|Bacteria I COG1788 Acyl CoA acetate 3-ketoacid CoA transferase, alpha subunit scoA - 2.8.3.5 ko:K01028 ko00072,ko00280,ko00650,map00072,map00280,map00650 - R00410 RC00014 ko00000,ko00001,ko01000 - - iJN746.PP_3122 CoA_trans +BSU_39000 224308.BSU39000 0.0 881.0 COG2610@1|root,COG2610@2|Bacteria,1TQJ6@1239|Firmicutes,4HA01@91061|Bacilli,1ZCGI@1386|Bacillus 2|Bacteria EG COG2610 H gluconate symporter and related permeases yxjC GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - - - - - - - - - - GntP_permease +BSU_39010 224308.BSU39010 4.55e-206 569.0 COG0500@1|root,COG0500@2|Bacteria,1UIYH@1239|Firmicutes,4ISX8@91061|Bacilli,1ZS7T@1386|Bacillus 2|Bacteria Q Methyltransferase domain rlmA - 2.1.1.187 ko:K00563 - - R07233 RC00003 ko00000,ko01000,ko03009 - - - MerR,MerR_1,Methyltransf_11,Methyltransf_2,Methyltransf_23,Methyltransf_25,Methyltransf_31 +BSU_39020 224308.BSU39020 2.1e-269 739.0 COG1972@1|root,COG1972@2|Bacteria,1TRSK@1239|Firmicutes,4HA8N@91061|Bacilli,1ZAW2@1386|Bacillus 2|Bacteria F Belongs to the concentrative nucleoside transporter (CNT) (TC 2.A.41) family nupG GO:0003674,GO:0005215,GO:0005337,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0015075,GO:0015077,GO:0015078,GO:0015212,GO:0015213,GO:0015214,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015506,GO:0015672,GO:0015858,GO:0015861,GO:0015862,GO:0015864,GO:0015931,GO:0015932,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0022890,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072531,GO:0098655,GO:0098660,GO:0098662,GO:1901264,GO:1901505,GO:1901642,GO:1902600 - ko:K03317,ko:K11535,ko:K16323 - - - - ko00000,ko02000 2.A.41,2.A.41.1 - iYO844.BSU39410 Nucleos_tra2_C,Nucleos_tra2_N +BSU_39029 1051501.AYTL01000028_gene1858 1.87e-80 243.0 COG5513@1|root,COG5513@2|Bacteria,1VD7B@1239|Firmicutes,4IT9B@91061|Bacilli,1ZI85@1386|Bacillus 2|Bacteria T Domain of unknown function (DUF4163) - - - - - - - - - - - - DUF3298,DUF4163,SH3_3 +BSU_39030 1051501.AYTL01000028_gene1858 2.96e-29 110.0 COG5513@1|root,COG5513@2|Bacteria,1VD7B@1239|Firmicutes,4IT9B@91061|Bacilli,1ZI85@1386|Bacillus 2|Bacteria T Domain of unknown function (DUF4163) - - - - - - - - - - - - DUF3298,DUF4163,SH3_3 +BSU_39040 224308.BSU39040 9.65e-65 197.0 2CI5E@1|root,32S7D@2|Bacteria,1VA1W@1239|Firmicutes,4HKCJ@91061|Bacilli,1ZHWY@1386|Bacillus 2|Bacteria - - yxiS - - - - - - - - - - - - +BSU_39050 224308.BSU39050 0.0 1390.0 COG0693@1|root,COG0753@1|root,COG0693@2|Bacteria,COG0753@2|Bacteria,1TPPV@1239|Firmicutes,4H9XQ@91061|Bacilli,1ZB44@1386|Bacillus 2|Bacteria P serves to protect cells from the toxic effects of hydrogen peroxide katE GO:0000302,GO:0003674,GO:0003824,GO:0004096,GO:0004601,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006950,GO:0006979,GO:0008150,GO:0008152,GO:0009056,GO:0009636,GO:0009987,GO:0010035,GO:0016209,GO:0016491,GO:0016684,GO:0016999,GO:0017001,GO:0017144,GO:0020037,GO:0042221,GO:0042493,GO:0042542,GO:0042737,GO:0042743,GO:0042744,GO:0044237,GO:0044248,GO:0044424,GO:0044444,GO:0044464,GO:0046677,GO:0046906,GO:0048037,GO:0050896,GO:0051186,GO:0051187,GO:0051716,GO:0055114,GO:0070887,GO:0072593,GO:0097159,GO:0097237,GO:0098754,GO:0098869,GO:1901363,GO:1901700,GO:1990748 1.11.1.6,3.5.1.124 ko:K03781,ko:K05520 ko00380,ko00630,ko01110,ko01130,ko01200,ko04011,ko04016,ko04068,ko04146,ko04211,ko04212,ko04213,ko05014,map00380,map00630,map01110,map01130,map01200,map04011,map04016,map04068,map04146,map04211,map04212,map04213,map05014 M00532 R00009,R00602,R02670 RC00034,RC00767,RC02141,RC02755 ko00000,ko00001,ko00002,ko01000,ko01002 - - - Catalase,Catalase-rel,DJ-1_PfpI +BSU_39060 224308.BSU39060 2e-284 780.0 COG2851@1|root,COG2851@2|Bacteria,1TQQH@1239|Firmicutes,4HAGT@91061|Bacilli,1ZCEQ@1386|Bacillus 2|Bacteria C Citrate transporter citN GO:0003674,GO:0005215,GO:0005575,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0016020,GO:0016021,GO:0031224,GO:0034220,GO:0044425,GO:0051179,GO:0051234,GO:0055085,GO:0098656 - ko:K03300,ko:K11639 ko02020,map02020 - - - ko00000,ko00001 2.A.11,2.A.11.1.1 - - CitMHS +BSU_39070 224308.BSU39070 2.62e-185 513.0 COG2273@1|root,COG2273@2|Bacteria,1UY13@1239|Firmicutes,4IPYG@91061|Bacilli,1ZRF1@1386|Bacillus 2|Bacteria M licheninase activity exoK GO:0005575,GO:0005576 - ko:K16559 - - - - ko00000,ko01000 - GH16 - Glyco_hydro_16,RicinB_lectin_2 +BSU_39080 224308.BSU39080 5.66e-193 536.0 COG3711@1|root,COG3711@2|Bacteria,1TT5A@1239|Firmicutes,4HC5Y@91061|Bacilli,1ZDB0@1386|Bacillus 2|Bacteria K transcriptional antiterminator licT GO:0006355,GO:0008150,GO:0009889,GO:0009891,GO:0009893,GO:0010468,GO:0010556,GO:0010557,GO:0010604,GO:0010628,GO:0019219,GO:0019222,GO:0031323,GO:0031325,GO:0031326,GO:0031328,GO:0045893,GO:0045935,GO:0048518,GO:0048522,GO:0050789,GO:0050794,GO:0051171,GO:0051173,GO:0051252,GO:0051254,GO:0060255,GO:0065007,GO:0080090,GO:1902680,GO:1903506,GO:1903508,GO:2000112,GO:2001141 - ko:K02538,ko:K03480,ko:K03488 - - - - ko00000,ko03000 - - - CAT_RBD,PRD +BSU_39090 224308.BSU39090 2.75e-145 411.0 29T3N@1|root,30EA7@2|Bacteria,1UCB4@1239|Firmicutes,4INTI@91061|Bacilli,1ZNXJ@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_39100 224308.BSU39100 1.02e-294 806.0 COG2270@1|root,COG2270@2|Bacteria,1TRTH@1239|Firmicutes,4H9VB@91061|Bacilli,1ZDX4@1386|Bacillus 2|Bacteria S COG2270 Permeases of the major facilitator superfamily yxiO - - ko:K06902 ko04138,map04138 - - - ko00000,ko00001,ko02000,ko04131 2.A.1.24,9.A.15.1 - - ATG22 +BSU_39110 224308.BSU39110 0.0 932.0 COG0513@1|root,COG0513@2|Bacteria,1TPAP@1239|Firmicutes,4HBR4@91061|Bacilli,1ZB39@1386|Bacillus 2|Bacteria JKL DEAD-box RNA helicase involved in the assembly of the 50S ribosomal subunit. Has an RNA-dependent ATPase activity, which is specific for 23S rRNA, and a 3' to 5' RNA helicase activity that uses the energy of ATP hydrolysis to destabilize and unwind short rRNA duplexes dbpA GO:0000027,GO:0000166,GO:0000339,GO:0003674,GO:0003676,GO:0003723,GO:0003724,GO:0003725,GO:0003729,GO:0003824,GO:0004004,GO:0004386,GO:0005488,GO:0005524,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006139,GO:0006412,GO:0006413,GO:0006518,GO:0006725,GO:0006807,GO:0006950,GO:0006996,GO:0008026,GO:0008135,GO:0008144,GO:0008150,GO:0008152,GO:0008186,GO:0009058,GO:0009059,GO:0009266,GO:0009295,GO:0009409,GO:0009628,GO:0009987,GO:0010467,GO:0010468,GO:0010501,GO:0016020,GO:0016043,GO:0016070,GO:0016281,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017076,GO:0017111,GO:0019222,GO:0019538,GO:0019843,GO:0022607,GO:0022613,GO:0022618,GO:0030554,GO:0032553,GO:0032555,GO:0032559,GO:0032991,GO:0033677,GO:0034458,GO:0034459,GO:0034622,GO:0034641,GO:0034645,GO:0035639,GO:0036094,GO:0042254,GO:0042255,GO:0042273,GO:0042623,GO:0043043,GO:0043167,GO:0043168,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043531,GO:0043590,GO:0043603,GO:0043604,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0050789,GO:0050896,GO:0060255,GO:0065003,GO:0065007,GO:0070035,GO:0070925,GO:0071704,GO:0071826,GO:0071840,GO:0071944,GO:0090304,GO:0097159,GO:0097367,GO:0140097,GO:0140098,GO:1901265,GO:1901360,GO:1901363,GO:1901564,GO:1901566,GO:1901576 3.6.4.13 ko:K05591,ko:K05592,ko:K18692 ko03018,map03018 - - - ko00000,ko00001,ko01000,ko03009,ko03019 - - - DEAD,DbpA,Helicase_C +BSU_39120 224308.BSU39120 3.28e-279 763.0 COG2755@1|root,COG3401@1|root,COG2755@2|Bacteria,COG3401@2|Bacteria,1UZJV@1239|Firmicutes,4HUHE@91061|Bacilli,1ZM72@1386|Bacillus 2|Bacteria E GDSL-like Lipase/Acylhydrolase - - 3.2.1.14 ko:K01183 ko00520,ko01100,map00520,map01100 - R01206,R02334 RC00467 ko00000,ko00001,ko01000 - GH18 - CBM_2,CBM_35,CW_binding_1,Dockerin_1,Glyco_hydro_18,Lipase_GDSL_2,RicinB_lectin_2,SLH,fn3 +BSU_39150 224308.BSU39150 1.12e-64 197.0 2A1BF@1|root,30PIA@2|Bacteria,1UB22@1239|Firmicutes,4IMEY@91061|Bacilli,1ZJZS@1386|Bacillus 2|Bacteria S YxiJ-like protein yxiJ - - - - - - - - - - - YxiJ +BSU_39160 224308.BSU39160 3.79e-125 355.0 2BVWY@1|root,32U73@2|Bacteria,1VCA8@1239|Firmicutes,4HMAC@91061|Bacilli,1ZG90@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2716) yxiI - - - - - - - - - - - DUF2716 +BSU_39170 224308.BSU39170 2.53e-106 306.0 29QTC@1|root,30BT9@2|Bacteria,1U8MN@1239|Firmicutes,4IIJP@91061|Bacilli,1ZNP6@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_39180 1051501.AYTL01000028_gene1838 1.2e-57 186.0 29QTC@1|root,30BT9@2|Bacteria,1U8MN@1239|Firmicutes,4IIJP@91061|Bacilli,1ZNP6@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_39190 224308.BSU39190 8.76e-99 286.0 2DQVR@1|root,338YS@2|Bacteria,1VJ42@1239|Firmicutes,4HQ6X@91061|Bacilli,1ZKCC@1386|Bacillus 2|Bacteria - - yxiG - - - - - - - - - - - - +BSU_39200 224308.BSU39200 4.58e-82 243.0 2EGX2@1|root,33AP7@2|Bacteria,1VQDU@1239|Firmicutes,4IMI0@91061|Bacilli,1ZK77@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_39210 224308.BSU39210 3.69e-111 319.0 29SFG@1|root,30DKA@2|Bacteria,1UBDX@1239|Firmicutes,4IMSN@91061|Bacilli,1ZKRF@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_39220 224308.BSU39220 1.09e-94 276.0 295XK@1|root,2ZT8F@2|Bacteria,1W5MD@1239|Firmicutes,4I1YY@91061|Bacilli,1ZK5C@1386|Bacillus 2|Bacteria - - yxxG - - - - - - - - - - - - +BSU_39230 224308.BSU39230 0.0 4168.0 COG3209@1|root,COG3209@2|Bacteria,1TR8F@1239|Firmicutes,4HBZE@91061|Bacilli,1ZDH9@1386|Bacillus 2|Bacteria M COG3209 Rhs family protein wapA GO:0003674,GO:0003824,GO:0004518,GO:0004540,GO:0004549,GO:0006139,GO:0006399,GO:0006401,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009057,GO:0009987,GO:0016070,GO:0016078,GO:0016787,GO:0016788,GO:0019439,GO:0034641,GO:0034655,GO:0034660,GO:0034661,GO:0043170,GO:0044237,GO:0044238,GO:0044248,GO:0044260,GO:0044265,GO:0044270,GO:0046483,GO:0046700,GO:0071704,GO:0090304,GO:0090305,GO:0090501,GO:0140098,GO:0140101,GO:1901360,GO:1901361,GO:1901575 - - - - - - - - - - RHS_repeat +BSU_39240 224308.BSU39240 5.56e-217 599.0 COG0697@1|root,COG0697@2|Bacteria,1UAMA@1239|Firmicutes,4HA84@91061|Bacilli,1ZET8@1386|Bacillus 2|Bacteria EG EamA-like transporter family yxxF - - - - - - - - - - - EamA +BSU_39250 224308.BSU39250 8.5e-95 277.0 COG0589@1|root,COG0589@2|Bacteria,1VEJR@1239|Firmicutes,4IRSH@91061|Bacilli,1ZJAT@1386|Bacillus 2|Bacteria T Belongs to the universal stress protein A family yxiE - - ko:K06149 - - - - ko00000 - - - Usp +BSU_39260 224308.BSU39260 0.0 962.0 COG2723@1|root,COG2723@2|Bacteria,1TP19@1239|Firmicutes,4HA1W@91061|Bacilli,1ZQ3H@1386|Bacillus 2|Bacteria G Belongs to the glycosyl hydrolase 1 family bglH GO:0003674,GO:0003824,GO:0004553,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0008422,GO:0015926,GO:0016787,GO:0016798,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:1901135,GO:1901657 3.2.1.86 ko:K01223 ko00010,ko00500,map00010,map00500 - R00839,R05133,R05134 RC00049,RC00171,RC00714 ko00000,ko00001,ko01000 - GT1 - Glyco_hydro_1 +BSU_39270 224308.BSU39270 0.0 1139.0 COG1263@1|root,COG1264@1|root,COG2190@1|root,COG1263@2|Bacteria,COG1264@2|Bacteria,COG2190@2|Bacteria,1TP5X@1239|Firmicutes,4HA0I@91061|Bacilli,1ZC3X@1386|Bacillus 2|Bacteria G phosphotransferase system bglF GO:0003674,GO:0003824,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0008150,GO:0008643,GO:0009401,GO:0015144,GO:0015766,GO:0015771,GO:0015772,GO:0016020,GO:0016740,GO:0016772,GO:0016773,GO:0022804,GO:0022857,GO:0034219,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0090563,GO:0090588,GO:0090589 2.7.1.193,2.7.1.199,2.7.1.201,2.7.1.208,2.7.1.211 ko:K02749,ko:K02750,ko:K02755,ko:K02756,ko:K02757,ko:K02763,ko:K02764,ko:K02765,ko:K02803,ko:K02804,ko:K02809,ko:K02810,ko:K02818,ko:K02819,ko:K20116,ko:K20117,ko:K20118 ko00010,ko00500,ko00520,ko02060,map00010,map00500,map00520,map02060 M00267,M00268,M00269,M00270,M00271,M00282,M00809 R00811,R02631,R02738,R02780,R04111,R05199 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.10,4.A.1.1.13,4.A.1.1.14,4.A.1.1.15,4.A.1.1.16,4.A.1.1.2,4.A.1.1.4,4.A.1.1.5,4.A.1.1.6,4.A.1.1.7,4.A.1.1.8,4.A.1.1.9,4.A.1.2.1,4.A.1.2.10,4.A.1.2.11,4.A.1.2.12,4.A.1.2.13,4.A.1.2.2,4.A.1.2.4,4.A.1.2.5,4.A.1.2.6,4.A.1.2.8,4.A.1.2.9 - iYO844.BSU07800,iYO844.BSU38050 PTS_EIIA_1,PTS_EIIB,PTS_EIIC +BSU_39280 224308.BSU39280 1.33e-67 204.0 2BWJU@1|root,33F3X@2|Bacteria,1VKHV@1239|Firmicutes,4HSYN@91061|Bacilli,1ZIAN@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_39290 224308.BSU39290 9.25e-103 297.0 2CM6W@1|root,31IMN@2|Bacteria,1V80A@1239|Firmicutes,4HVIQ@91061|Bacilli,1ZFW6@1386|Bacillus 2|Bacteria S SMI1 / KNR4 family - - - ko:K21494 - - - - ko00000,ko02048 - - - SUKH_6 +BSU_39300 224308.BSU39300 0.0 1097.0 COG5444@1|root,COG5444@2|Bacteria,1V8G4@1239|Firmicutes,4ISX9@91061|Bacilli,1ZDRW@1386|Bacillus 2|Bacteria S nuclease activity - - - ko:K21487,ko:K21489,ko:K21491,ko:K21493 - - - - ko00000,ko01000,ko02048 - - - LXG,Ntox50,PT-TG +BSU_39310 224308.BSU39310 2.3e-53 167.0 2CFFU@1|root,32ZHK@2|Bacteria,1VFDQ@1239|Firmicutes,4HRXU@91061|Bacilli,1ZJAX@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5344) yxiC - - - - - - - - - - - DUF5344 +BSU_39320 224308.BSU39320 1.88e-37 130.0 2EE98@1|root,3383N@2|Bacteria,1VGWV@1239|Firmicutes,4HQJB@91061|Bacilli 2|Bacteria S Domain of unknown function (DUF5082) - - - - - - - - - - - - DUF5082 +BSU_39330 224308.BSU39330 0.0 978.0 COG3507@1|root,COG3507@2|Bacteria,1TPHA@1239|Firmicutes,4HBSN@91061|Bacilli,1ZDPS@1386|Bacillus 2|Bacteria G Belongs to the glycosyl hydrolase 43 family yxiA - 3.2.1.99 ko:K06113 - - - - ko00000,ko01000 - GH43 - GH43_C,Glyco_hydro_43,Laminin_G_3 +BSU_39340 224308.BSU39340 7.02e-103 297.0 28T9W@1|root,2ZFIH@2|Bacteria,1V1JV@1239|Firmicutes,4HFXV@91061|Bacilli,1ZGK3@1386|Bacillus 2|Bacteria K Antiterminator that binds to cis-acting regulatory sequences on the mRNA in the presence of histidine, thereby suppressing transcription termination and activating the hut operon for histidine utilization hutP GO:0006082,GO:0006355,GO:0006520,GO:0006547,GO:0006548,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009063,GO:0009889,GO:0009987,GO:0010468,GO:0010556,GO:0016054,GO:0019219,GO:0019222,GO:0019439,GO:0019752,GO:0031323,GO:0031326,GO:0034641,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044270,GO:0044281,GO:0044282,GO:0046395,GO:0046483,GO:0046700,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0052803,GO:0052805,GO:0060255,GO:0065007,GO:0071704,GO:0080090,GO:1901360,GO:1901361,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606,GO:1903506,GO:2000112,GO:2001141 - ko:K09683 - - - - ko00000,ko03000 - - - HutP +BSU_39350 224308.BSU39350 0.0 982.0 COG2986@1|root,COG2986@2|Bacteria,1TPCW@1239|Firmicutes,4H9YS@91061|Bacilli,1ZC8Z@1386|Bacillus 2|Bacteria E Histidine ammonia-lyase hutH - 4.3.1.3 ko:K01745 ko00340,ko01100,map00340,map01100 M00045 R01168 RC00361 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU39350 Lyase_aromatic +BSU_39360 224308.BSU39360 0.0 1110.0 COG2987@1|root,COG2987@2|Bacteria,1TPZ9@1239|Firmicutes,4H9NH@91061|Bacilli,1ZCMM@1386|Bacillus 2|Bacteria E Catalyzes the conversion of urocanate to 4-imidazolone- 5-propionate hutU - 4.2.1.49 ko:K01712 ko00340,ko01100,map00340,map01100 M00045 R02914 RC00804 ko00000,ko00001,ko00002,ko01000 - - - Urocanase,Urocanase_C,Urocanase_N +BSU_39370 224308.BSU39370 2.44e-303 827.0 COG1228@1|root,COG1228@2|Bacteria,1TP2J@1239|Firmicutes,4HAVY@91061|Bacilli,1ZDE5@1386|Bacillus 2|Bacteria Q Imidazolone-5-propionate hydrolase hutI - 3.5.2.7 ko:K01468 ko00340,ko01100,map00340,map01100 M00045 R02288 RC00683 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU39370 Amidohydro_1,Amidohydro_3 +BSU_39380 224308.BSU39380 5.9e-232 638.0 COG0010@1|root,COG0010@2|Bacteria,1TP2A@1239|Firmicutes,4HCKQ@91061|Bacilli,1ZBPI@1386|Bacillus 2|Bacteria E Catalyzes the conversion of N-formimidoyl-L-glutamate to L-glutamate and formamide hutG - 3.5.3.11,3.5.3.8 ko:K01479,ko:K01480 ko00330,ko00340,ko01100,map00330,map00340,map01100 M00045,M00133 R01157,R02285 RC00024,RC00221,RC00329,RC00681 ko00000,ko00001,ko00002,ko01000 - - - Arginase +BSU_39390 224308.BSU39390 0.0 917.0 COG0833@1|root,COG0833@2|Bacteria,1UHNR@1239|Firmicutes,4HUT7@91061|Bacilli,1ZB12@1386|Bacillus 2|Bacteria E amino acid lysP GO:0005575,GO:0005623,GO:0005886,GO:0006082,GO:0006520,GO:0006525,GO:0006807,GO:0008150,GO:0008152,GO:0009064,GO:0009987,GO:0016020,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0071704,GO:0071944,GO:1901564,GO:1901605 - ko:K02205,ko:K03293,ko:K16235,ko:K16236 - - - - ko00000,ko02000 2.A.3.1,2.A.3.1.10 - iHN637.CLJU_RS13850,iYO844.BSU39390 AA_permease +BSU_39400 224308.BSU39400 4.9e-300 820.0 COG0213@1|root,COG0213@2|Bacteria,1TPCH@1239|Firmicutes,4H9NP@91061|Bacilli,1ZBI1@1386|Bacillus 2|Bacteria F phosphorylase pdp GO:0003674,GO:0003824,GO:0004645,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0009032,GO:0016740,GO:0016757,GO:0016758,GO:0016763,GO:0044424,GO:0044444,GO:0044464 2.4.2.2,2.4.2.4 ko:K00756,ko:K00758 ko00240,ko00983,ko01100,ko05219,map00240,map00983,map01100,map05219 - R01570,R01876,R02296,R02484,R08222,R08230 RC00063 ko00000,ko00001,ko01000 - - iHN637.CLJU_RS08925 Glycos_trans_3N,Glycos_transf_3,PYNP_C +BSU_39410 224308.BSU39410 1.92e-263 724.0 COG1972@1|root,COG1972@2|Bacteria,1TRSK@1239|Firmicutes,4HA8N@91061|Bacilli,1ZAW2@1386|Bacillus 2|Bacteria F Belongs to the concentrative nucleoside transporter (CNT) (TC 2.A.41) family nupC GO:0003674,GO:0005215,GO:0005337,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0015075,GO:0015077,GO:0015078,GO:0015212,GO:0015213,GO:0015214,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015506,GO:0015672,GO:0015858,GO:0015861,GO:0015862,GO:0015864,GO:0015931,GO:0015932,GO:0016020,GO:0016021,GO:0022804,GO:0022857,GO:0022890,GO:0031224,GO:0031226,GO:0034220,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0072531,GO:0098655,GO:0098660,GO:0098662,GO:1901264,GO:1901505,GO:1901642,GO:1902600 - ko:K03317,ko:K11535,ko:K16323 - - - - ko00000,ko02000 2.A.41,2.A.41.1 - iYO844.BSU39410 Gate,Nucleos_tra2_C,Nucleos_tra2_N +BSU_39420 224308.BSU39420 1.44e-150 424.0 COG0274@1|root,COG0274@2|Bacteria,1TPAJ@1239|Firmicutes,4HAAJ@91061|Bacilli,1ZCZ6@1386|Bacillus 2|Bacteria F Catalyzes a reversible aldol reaction between acetaldehyde and D-glyceraldehyde 3-phosphate to generate 2-deoxy- D-ribose 5-phosphate deoC GO:0003674,GO:0003824,GO:0004139,GO:0005975,GO:0006139,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009058,GO:0009117,GO:0009166,GO:0009262,GO:0009264,GO:0009987,GO:0016052,GO:0016829,GO:0016830,GO:0016832,GO:0018130,GO:0019438,GO:0019439,GO:0019637,GO:0034404,GO:0034641,GO:0034654,GO:0034655,GO:0044237,GO:0044238,GO:0044248,GO:0044249,GO:0044270,GO:0044271,GO:0044281,GO:0044283,GO:0046434,GO:0046483,GO:0046700,GO:0055086,GO:0071704,GO:1901135,GO:1901136,GO:1901292,GO:1901360,GO:1901361,GO:1901362,GO:1901575,GO:1901576 4.1.2.4 ko:K01619 ko00030,map00030 - R01066 RC00436,RC00437 ko00000,ko00001,ko01000 - - iYO844.BSU39420 DeoC +BSU_39430 224308.BSU39430 4.26e-222 612.0 COG2390@1|root,COG2390@2|Bacteria,1TPUB@1239|Firmicutes,4HCAR@91061|Bacilli,1ZD4S@1386|Bacillus 2|Bacteria K COG2390 Transcriptional regulator, contains sigma factor-related N-terminal domain deoR GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K05346 - - - - ko00000,ko03000 - - - HTH_23,HTH_24,HTH_Crp_2,MarR_2,Sigma70_r4,Sugar-bind +BSU_39440 224308.BSU39440 9.11e-198 548.0 2DBB1@1|root,2Z854@2|Bacteria,1TT9P@1239|Firmicutes,4HDSP@91061|Bacilli,1ZEVA@1386|Bacillus 2|Bacteria S Domain of Unknown Function (DUF1206) yxxB - - - - - - - - - - - DUF1206 +BSU_39450 224308.BSU39450 4.86e-259 711.0 COG3192@1|root,COG3192@2|Bacteria,1TNZF@1239|Firmicutes,4HAQ8@91061|Bacilli,1ZCSJ@1386|Bacillus 2|Bacteria E Ethanolamine utilisation protein, EutH eutH GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K04023 - - - - ko00000 - - iYO844.BSU39450 EutH +BSU_39460 224308.BSU39460 0.0 880.0 COG2079@1|root,COG2079@2|Bacteria,1TSD7@1239|Firmicutes,4HFIN@91061|Bacilli,1ZR1G@1386|Bacillus 2|Bacteria S MmgE/PrpD family yxeQ GO:0003674,GO:0003824,GO:0006082,GO:0006629,GO:0006631,GO:0008150,GO:0008152,GO:0009987,GO:0016829,GO:0016835,GO:0016836,GO:0016999,GO:0017144,GO:0019541,GO:0019679,GO:0019752,GO:0032787,GO:0043436,GO:0044237,GO:0044238,GO:0044255,GO:0044281,GO:0046459,GO:0047547,GO:0071704 - - - - - - - - - - MmgE_PrpD +BSU_39470 224308.BSU39470 5.21e-275 752.0 COG1473@1|root,COG1473@2|Bacteria,1TPD7@1239|Firmicutes,4H9WQ@91061|Bacilli,1ZB09@1386|Bacillus 2|Bacteria E hydrolase activity yxeP GO:0003674,GO:0003824,GO:0006082,GO:0006520,GO:0006553,GO:0006807,GO:0008150,GO:0008152,GO:0008652,GO:0009058,GO:0009066,GO:0009067,GO:0009085,GO:0009089,GO:0009987,GO:0016053,GO:0016787,GO:0016810,GO:0016811,GO:0019213,GO:0019752,GO:0019877,GO:0043436,GO:0043648,GO:0043650,GO:0044237,GO:0044238,GO:0044249,GO:0044281,GO:0044283,GO:0046394,GO:0046451,GO:0050118,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1901605,GO:1901607 3.5.1.47 ko:K05823,ko:K21613 ko00300,ko01100,ko01110,ko01230,map00300,map01100,map01110,map01230 M00525 R02733 RC00064,RC00300 ko00000,ko00001,ko00002,ko01000,ko01002 - - - M20_dimer,Peptidase_M20 +BSU_39480 224308.BSU39480 4.8e-171 478.0 COG1126@1|root,COG1126@2|Bacteria,1TNYD@1239|Firmicutes,4H9WY@91061|Bacilli,1ZDVK@1386|Bacillus 2|Bacteria P ABC transporter, ATP-binding protein yxeO - 3.6.3.21 ko:K02028,ko:K10008,ko:K10010,ko:K16960,ko:K16963 ko02010,map02010 M00233,M00234,M00236,M00585,M00586 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.3,3.A.1.3.10,3.A.1.3.13,3.A.1.3.14,3.A.1.3.9 - - ABC_tran +BSU_39490 224308.BSU39490 1.81e-149 421.0 COG0765@1|root,COG0765@2|Bacteria,1TQ43@1239|Firmicutes,4HCZV@91061|Bacilli,1ZESX@1386|Bacillus 2|Bacteria P COG0765 ABC-type amino acid transport system, permease component yxeN GO:0003333,GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0006865,GO:0008150,GO:0008509,GO:0008514,GO:0015075,GO:0015171,GO:0015318,GO:0015711,GO:0015849,GO:0016020,GO:0022857,GO:0034220,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071705,GO:0071944,GO:0098656,GO:1903825,GO:1905039 - ko:K10009,ko:K16961,ko:K16962 ko02010,map02010 M00234,M00586 - - ko00000,ko00001,ko00002,ko02000 3.A.1.3,3.A.1.3.10,3.A.1.3.14 - - BPD_transp_1 +BSU_39500 224308.BSU39500 4.3e-186 517.0 COG0834@1|root,COG0834@2|Bacteria,1TR13@1239|Firmicutes,4HNTP@91061|Bacilli,1ZFES@1386|Bacillus 2|Bacteria M Belongs to the bacterial solute-binding protein 3 family yxeM - - ko:K02424,ko:K16956,ko:K16957,ko:K16961 ko02010,map02010 M00234,M00585,M00586 - - ko00000,ko00001,ko00002,ko02000,ko02035 3.A.1.3,3.A.1.3.10,3.A.1.3.13,3.A.1.3.14 - - SBP_bac_3 +BSU_39510 224308.BSU39510 1.54e-121 346.0 COG0454@1|root,COG0456@2|Bacteria,1V9FA@1239|Firmicutes,4HJ4W@91061|Bacilli,1ZEY7@1386|Bacillus 2|Bacteria K COG0454 Histone acetyltransferase HPA2 and related acetyltransferases yxeL - - - - - - - - - - - Acetyltransf_1,Acetyltransf_10 +BSU_39520 224308.BSU39520 0.0 884.0 COG2141@1|root,COG2141@2|Bacteria,1TQZ0@1239|Firmicutes,4HAF9@91061|Bacilli,1ZBUG@1386|Bacillus 2|Bacteria C COG2141 Coenzyme F420-dependent N5,N10-methylene tetrahydromethanopterin reductase and related flavin-dependent oxidoreductases yxeK - - - - - - - - - - - Bac_luciferase +BSU_39540 224308.BSU39540 2.17e-243 667.0 COG3049@1|root,COG3049@2|Bacteria,1TPZS@1239|Firmicutes,4HEQ3@91061|Bacilli,1ZM5U@1386|Bacillus 2|Bacteria M Linear amide C-N hydrolases, choloylglycine hydrolase family cbh - 3.5.1.24 ko:K01442 ko00120,ko00121,ko01100,map00120,map00121,map01100 - R02797,R03975,R03977,R04486,R04487,R05835 RC00090,RC00096 ko00000,ko00001,ko01000 - - - CBAH +BSU_39550 224308.BSU39550 1.4e-194 539.0 COG0561@1|root,COG0561@2|Bacteria,1TR16@1239|Firmicutes,4HCZ6@91061|Bacilli,1ZCPY@1386|Bacillus 2|Bacteria S hydrolases of the HAD superfamily yidA GO:0000287,GO:0003674,GO:0003824,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009987,GO:0016311,GO:0016787,GO:0016788,GO:0016791,GO:0019203,GO:0042578,GO:0043167,GO:0043169,GO:0044237,GO:0044424,GO:0044444,GO:0044464,GO:0046872,GO:0050308 - - - - - - - - - - Hydrolase_3 +BSU_39580 224308.BSU39580 7.32e-42 141.0 2BBDR@1|root,324WV@2|Bacteria,1UAIT@1239|Firmicutes,4IKX9@91061|Bacilli,1ZI6G@1386|Bacillus 2|Bacteria - - yxeE - - - - - - - - - - - - +BSU_39590 224308.BSU39590 2.66e-28 106.0 2ED14@1|root,336Y2@2|Bacteria,1VJP8@1239|Firmicutes,4HS9Y@91061|Bacilli,1ZHAI@1386|Bacillus 2|Bacteria - - yxeD - - - - - - - - - - - - +BSU_39600 224308.BSU39600 6.79e-91 266.0 2DDWI@1|root,2ZJM0@2|Bacteria 2|Bacteria - - - - - - - - - - - - - - - +BSU_39610 224308.BSU39610 9.01e-228 627.0 COG0614@1|root,COG0614@2|Bacteria,1TQMK@1239|Firmicutes,4HBP4@91061|Bacilli,1ZBTM@1386|Bacillus 2|Bacteria P ABC transporter fhuD GO:0005575,GO:0005623,GO:0030288,GO:0030313,GO:0031975,GO:0042597,GO:0044464 - ko:K02016 ko02010,map02010 M00240 - - ko00000,ko00001,ko00002,ko02000 3.A.1.14 - - Peripla_BP_2 +BSU_39620 224308.BSU39620 5.95e-77 229.0 COG5294@1|root,COG5294@2|Bacteria,1VHCQ@1239|Firmicutes,4HNS8@91061|Bacilli,1ZJSA@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF1093) yxeA - - - - - - - - - - - DUF1093 +BSU_39630 224308.BSU39630 0.0 1189.0 COG0577@1|root,COG0577@2|Bacteria,1TR2D@1239|Firmicutes,4HAG9@91061|Bacilli,1ZB66@1386|Bacillus 2|Bacteria V ABC transporter (permease) yxdM - - ko:K02004,ko:K11636 ko02020,map02020 M00258,M00315 - - ko00000,ko00001,ko00002,ko02000 3.A.1,3.A.1.134.6 - - FtsX +BSU_39640 224308.BSU39640 9.39e-182 506.0 COG1136@1|root,COG1136@2|Bacteria,1TNZG@1239|Firmicutes,4H9UT@91061|Bacilli,1ZCDW@1386|Bacillus 2|Bacteria V ABC transporter, ATP-binding protein yxdL - - ko:K11635 ko02020,map02020 M00315 - - ko00000,ko00001,ko00002,ko02000 3.A.1.134.6 - - ABC_tran +BSU_39650 224308.BSU39650 4e-233 641.0 COG0642@1|root,COG2205@2|Bacteria,1TSIC@1239|Firmicutes,4HCB6@91061|Bacilli,1ZAPT@1386|Bacillus 2|Bacteria T Histidine kinase yxdK - 2.7.13.3 ko:K11633 ko02020,map02020 M00470 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - HATPase_c +BSU_39660 224308.BSU39660 8.03e-160 448.0 COG0745@1|root,COG0745@2|Bacteria,1TR32@1239|Firmicutes,4HAQ7@91061|Bacilli,1ZE1M@1386|Bacillus 2|Bacteria T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain yxdJ - - ko:K02483,ko:K11634 ko02020,map02020 M00470 - - ko00000,ko00001,ko00002,ko02022 - - - Response_reg,Trans_reg_C +BSU_39670 224308.BSU39670 2.43e-205 568.0 COG0191@1|root,COG0191@2|Bacteria,1TQ01@1239|Firmicutes,4H9ZU@91061|Bacilli,1ZEJH@1386|Bacillus 2|Bacteria F Produces dihydroxyacetone phosphate (DHAP or glycerone phosphate) and malonic semialdehyde (MSA or 3-oxopropanoate) from 6-phospho-5-dehydro-2-deoxy-D-gluconate (DKGP) fbaA - 4.1.2.13,4.1.2.29 ko:K01624,ko:K03339 ko00010,ko00030,ko00051,ko00562,ko00680,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,ko01230,map00010,map00030,map00051,map00562,map00680,map00710,map01100,map01110,map01120,map01130,map01200,map01230 M00001,M00003,M00165,M00167,M00344,M00345 R01068,R01070,R01829,R02568,R05378 RC00438,RC00439,RC00603,RC00604,RC00721 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU39670 F_bP_aldolase +BSU_39680 224308.BSU39680 9.32e-188 523.0 COG1082@1|root,COG1082@2|Bacteria,1TS20@1239|Firmicutes,4HD4V@91061|Bacilli,1ZCMI@1386|Bacillus 2|Bacteria G Involved in the reversible interconverion of 2-keto-myo- inositol (2KMI, inosose or 2,4,6 3,5-pentahydroxycyclohexanone) to 1-keto-D-chiro-inositol (1KDCI or 2,3,5 4,6- pentahydroxycyclohexanone) iolI - 5.3.99.11 ko:K06606 ko00562,ko01120,map00562,map01120 - R09952 RC01513 ko00000,ko00001,ko01000 - - - AP_endonuc_2 +BSU_39690 224308.BSU39690 1.87e-213 588.0 COG1082@1|root,COG1082@2|Bacteria,1UZXE@1239|Firmicutes,4HEG4@91061|Bacilli,1ZE6D@1386|Bacillus 2|Bacteria G Xylose isomerase-like TIM barrel iolH - - ko:K06605 - - - - ko00000 - - - AP_endonuc_2 +BSU_39700 224308.BSU39700 1.55e-251 689.0 COG0673@1|root,COG0673@2|Bacteria,1TRHA@1239|Firmicutes,4HA6R@91061|Bacilli,1ZENE@1386|Bacillus 2|Bacteria S Involved in the oxidation of myo-inositol (MI) and D- chiro-inositol (DCI) to 2-keto-myo-inositol (2KMI or 2-inosose) and 1-keto-D-chiro-inositol (1KDCI), respectively iolG - 1.1.1.18,1.1.1.369 ko:K00010 ko00521,ko00562,ko01100,ko01120,ko01130,map00521,map00562,map01100,map01120,map01130 - R01183,R09951 RC00182 ko00000,ko00001,ko01000 - - - GFO_IDH_MocA,GFO_IDH_MocA_C +BSU_39710 224308.BSU39710 1.7e-298 816.0 COG0477@1|root,COG2814@2|Bacteria,1TRBM@1239|Firmicutes,4HE7W@91061|Bacilli,1ZQ91@1386|Bacillus 2|Bacteria EGP Major facilitator superfamily iolF GO:0003674,GO:0005215,GO:0005351,GO:0005402,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0008643,GO:0015075,GO:0015077,GO:0015078,GO:0015144,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015672,GO:0022804,GO:0022857,GO:0022890,GO:0034219,GO:0034220,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0098655,GO:0098660,GO:0098662,GO:1902600 - ko:K06610 - - - - ko00000,ko02000 2.A.1.1.27 - - MFS_1,Sugar_tr +BSU_39720 224308.BSU39720 4.27e-223 613.0 COG1082@1|root,COG1082@2|Bacteria,1TPZ2@1239|Firmicutes,4HCIM@91061|Bacilli,1ZEF8@1386|Bacillus 2|Bacteria G Catalyzes the dehydration of inosose (2-keto-myo- inositol, 2KMI or 2,4,6 3,5-pentahydroxycyclohexanone) to 3D- (3,5 4)-trihydroxycyclohexane-1,2-dione (D-2,3-diketo-4-deoxy-epi- inositol) iolE - 4.2.1.44 ko:K03335 ko00562,ko01100,ko01120,map00562,map01100,map01120 - R02782,R05659 RC00782,RC01448 ko00000,ko00001,ko01000 - - iECED1_1282.ECED1_0303 AP_endonuc_2 +BSU_39730 224308.BSU39730 0.0 1249.0 COG3962@1|root,COG3962@2|Bacteria,1UI18@1239|Firmicutes,4HCPP@91061|Bacilli,1ZCZJ@1386|Bacillus 2|Bacteria E Involved in the cleavage of the C1-C2 bond of 3D- (3,5 4)-trihydroxycyclohexane-1,2-dione (THcHDO) to yield 5-deoxy- glucuronate (5DG) iolD GO:0006629,GO:0006644,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009056,GO:0009395,GO:0009987,GO:0016042,GO:0019637,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0046434,GO:0071704,GO:1901575 3.7.1.22 ko:K03336 ko00562,ko01100,ko01120,map00562,map01100,map01120 - R08603 RC02331 ko00000,ko00001,ko01000 - - iYO844.BSU39730 TPP_enzyme_C,TPP_enzyme_M,TPP_enzyme_N +BSU_39740 224308.BSU39740 2.13e-228 629.0 COG0524@1|root,COG0524@2|Bacteria,1TPGM@1239|Firmicutes,4HB78@91061|Bacilli,1ZCTX@1386|Bacillus 2|Bacteria G Catalyzes the phosphorylation of 5-dehydro-2-deoxy-D- gluconate (2-deoxy-5-keto-D-gluconate or DKG) to 6-phospho-5- dehydro-2-deoxy-D-gluconate (DKGP) iolC GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005975,GO:0006629,GO:0006644,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009056,GO:0009395,GO:0009987,GO:0016042,GO:0016301,GO:0016310,GO:0016740,GO:0016772,GO:0019200,GO:0019637,GO:0044237,GO:0044238,GO:0044242,GO:0044248,GO:0044255,GO:0044262,GO:0044424,GO:0044464,GO:0046434,GO:0046835,GO:0071704,GO:1901575 2.7.1.92 ko:K03338 ko00562,ko01100,ko01120,map00562,map01100,map01120 - R05661 RC00002,RC00017 ko00000,ko00001,ko01000 - - iYO844.BSU39740 PfkB +BSU_39750 224308.BSU39750 1.46e-201 557.0 COG3718@1|root,COG3718@2|Bacteria,1TR6M@1239|Firmicutes,4HCDY@91061|Bacilli,1ZCS0@1386|Bacillus 2|Bacteria G Involved in the isomerization of 5-deoxy-glucuronate (5DG) to 5-dehydro-2-deoxy-D-gluconate (DKG or 2-deoxy-5-keto-D- gluconate) iolB - 5.3.1.30 ko:K03337 ko00562,ko01100,ko01120,map00562,map01100,map01120 - R08503 RC00541 ko00000,ko00001,ko01000 - - - KduI +BSU_39760 224308.BSU39760 0.0 975.0 COG1012@1|root,COG1012@2|Bacteria,1TP4S@1239|Firmicutes,4H9MF@91061|Bacilli,1ZAXK@1386|Bacillus 2|Bacteria C Catalyzes the oxidation of malonate semialdehyde (MSA) and methylmalonate semialdehyde (MMSA) into acetyl-CoA and propanoyl-CoA, respectively iolA GO:0003674,GO:0003824,GO:0004491,GO:0006082,GO:0006520,GO:0006573,GO:0006574,GO:0006807,GO:0008150,GO:0008152,GO:0009056,GO:0009063,GO:0009081,GO:0009083,GO:0009987,GO:0016054,GO:0016491,GO:0016620,GO:0016903,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046395,GO:0055114,GO:0071704,GO:1901564,GO:1901565,GO:1901575,GO:1901605,GO:1901606 1.2.1.18,1.2.1.27 ko:K00140 ko00280,ko00410,ko00562,ko00640,ko01100,ko01200,map00280,map00410,map00562,map00640,map01100,map01200 M00013 R00705,R00706,R00922,R00935 RC00004,RC02723,RC02817 ko00000,ko00001,ko00002,ko01000 - - - Aldedh +BSU_39770 224308.BSU39770 1.56e-177 494.0 COG1349@1|root,COG1349@2|Bacteria,1TTGR@1239|Firmicutes,4HEVD@91061|Bacilli,1ZDNC@1386|Bacillus 2|Bacteria K COG1349 Transcriptional regulators of sugar metabolism iolR - - ko:K06608,ko:K11534 - - - - ko00000,ko03000 - - - DeoRC,HTH_DeoR +BSU_39780 224308.BSU39780 1.74e-224 618.0 COG0667@1|root,COG0667@2|Bacteria,1TPIY@1239|Firmicutes,4HA4Q@91061|Bacilli,1ZCES@1386|Bacillus 2|Bacteria C Aldo keto reductase iolS - - ko:K06607 - - - - ko00000,ko01000 - - - Aldo_ket_red +BSU_39800 1051501.AYTL01000028_gene1780 2.13e-64 196.0 2DTR5@1|root,33MCD@2|Bacteria,1VH2H@1239|Firmicutes,4HQ9N@91061|Bacilli,1ZI67@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2653) yxcD - - - - - - - - - - - DUF2653 +BSU_39810 224308.BSU39810 3.57e-314 858.0 COG0477@1|root,COG2814@2|Bacteria,1TREV@1239|Firmicutes,4HAN1@91061|Bacilli,1ZAUM@1386|Bacillus 2|Bacteria U Belongs to the major facilitator superfamily. Sugar transporter (TC 2.A.1.1) family xylT GO:0003674,GO:0005215,GO:0005351,GO:0005402,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006812,GO:0008150,GO:0008324,GO:0008643,GO:0015075,GO:0015077,GO:0015078,GO:0015144,GO:0015291,GO:0015293,GO:0015294,GO:0015295,GO:0015318,GO:0015672,GO:0016020,GO:0022804,GO:0022857,GO:0022890,GO:0034219,GO:0034220,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098655,GO:0098660,GO:0098662,GO:1902600 - ko:K02100,ko:K06609,ko:K08139 ko04113,map04113 - - - ko00000,ko00001,ko02000 2.A.1.1,2.A.1.1.2,2.A.1.1.26 - - Sugar_tr +BSU_39820 224308.BSU39820 0.0 1214.0 COG0326@1|root,COG0326@2|Bacteria,1TQEU@1239|Firmicutes,4HD5Z@91061|Bacilli,1ZBHK@1386|Bacillus 2|Bacteria O Molecular chaperone. Has ATPase activity htpG GO:0000302,GO:0000303,GO:0000305,GO:0003674,GO:0003824,GO:0005488,GO:0005515,GO:0005575,GO:0005576,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005886,GO:0006457,GO:0006950,GO:0006974,GO:0006979,GO:0008150,GO:0009266,GO:0009408,GO:0009628,GO:0009987,GO:0010035,GO:0016020,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0030312,GO:0033554,GO:0034599,GO:0034614,GO:0042221,GO:0042623,GO:0042802,GO:0044424,GO:0044444,GO:0044464,GO:0050896,GO:0051716,GO:0070887,GO:0071450,GO:0071451,GO:0071944,GO:1901700,GO:1901701 - ko:K04079 ko04141,ko04151,ko04217,ko04612,ko04621,ko04626,ko04657,ko04659,ko04914,ko04915,ko05200,ko05215,ko05418,map04141,map04151,map04217,map04612,map04621,map04626,map04657,map04659,map04914,map04915,map05200,map05215,map05418 - - - ko00000,ko00001,ko01009,ko03029,ko03051,ko03110,ko04131,ko04147 - - - HATPase_c,HATPase_c_3,HSP90 +BSU_39840 224308.BSU39840 4.33e-195 541.0 COG1028@1|root,COG1028@2|Bacteria,1UYSA@1239|Firmicutes,4HBJJ@91061|Bacilli,1ZD29@1386|Bacillus 2|Bacteria IQ Enoyl-(Acyl carrier protein) reductase yxbG - - - - - - - - - - - adh_short_C2 +BSU_39850 224308.BSU39850 1.49e-274 751.0 COG1309@1|root,COG1309@2|Bacteria,1UBJ1@1239|Firmicutes,4IMYN@91061|Bacilli,1ZM8W@1386|Bacillus 2|Bacteria K Bacterial regulatory proteins, tetR family yxbF GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - - - - - - - - - - TetR_C_8,TetR_N +BSU_39860 224308.BSU39860 1.21e-315 860.0 COG1012@1|root,COG1012@2|Bacteria,1TP4S@1239|Firmicutes,4HB97@91061|Bacilli,1ZBGZ@1386|Bacillus 2|Bacteria C Belongs to the aldehyde dehydrogenase family alkH - 1.2.1.3 ko:K00128 ko00010,ko00053,ko00071,ko00280,ko00310,ko00330,ko00340,ko00380,ko00410,ko00561,ko00620,ko00625,ko00903,ko00981,ko01100,ko01110,ko01120,ko01130,map00010,map00053,map00071,map00280,map00310,map00330,map00340,map00380,map00410,map00561,map00620,map00625,map00903,map00981,map01100,map01110,map01120,map01130 M00135 R00264,R00631,R00710,R00904,R01752,R01986,R02549,R02678,R02940,R02957,R03283,R03869,R04065,R04506,R04903,R05050,R05237,R05238,R05286,R06366,R08146 RC00047,RC00071,RC00080,RC00186,RC00218,RC00242,RC00816,RC01500 ko00000,ko00001,ko00002,ko01000 - - - Aldedh +BSU_39870 224308.BSU39870 4.64e-111 319.0 COG0454@1|root,COG0456@2|Bacteria,1V6D6@1239|Firmicutes,4HIQX@91061|Bacilli,1ZGF7@1386|Bacillus 2|Bacteria K Acetyltransferase (GNAT) domain yxbD GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0008080,GO:0016407,GO:0016410,GO:0016740,GO:0016746,GO:0016747,GO:0044424,GO:0044464 3.2.2.20 ko:K01246 ko03410,map03410 - - - ko00000,ko00001,ko01000,ko03400 - - - Acetyltransf_1 +BSU_39880 224308.BSU39880 1.16e-239 658.0 COG2850@1|root,COG2850@2|Bacteria,1VRH2@1239|Firmicutes,4HT5B@91061|Bacilli,1ZMIA@1386|Bacillus 2|Bacteria S A domain family that is part of the cupin metalloenzyme superfamily. yxbC GO:0006464,GO:0006807,GO:0008150,GO:0008152,GO:0009987,GO:0018193,GO:0018195,GO:0019538,GO:0030961,GO:0036211,GO:0043170,GO:0043412,GO:0044237,GO:0044238,GO:0044260,GO:0044267,GO:0071704,GO:1901564 1.14.11.47 ko:K18850 - - - - ko00000,ko01000,ko03009 - - - Cupin_4 +BSU_39890 224308.BSU39890 1.29e-177 494.0 COG0500@1|root,COG2226@2|Bacteria,1V7SG@1239|Firmicutes,4HVM3@91061|Bacilli 2|Bacteria Q Met-10+ like-protein yxbB - - - - - - - - - - - Methyltransf_11,Methyltransf_25 +BSU_39900 224308.BSU39900 3.65e-59 182.0 294PM@1|root,2ZECM@2|Bacteria,1W2S6@1239|Firmicutes,4I1IA@91061|Bacilli,1ZP8X@1386|Bacillus 2|Bacteria S Coenzyme PQQ synthesis protein D (PqqD) - - - - - - - - - - - - PqqD +BSU_39910 224308.BSU39910 2.58e-113 325.0 2DX96@1|root,343YD@2|Bacteria,1W0HT@1239|Firmicutes,4HYPI@91061|Bacilli 2|Bacteria - - yxnB - - - - - - - - - - - - +BSU_39920 224308.BSU39920 0.0 1545.0 COG0367@1|root,COG0367@2|Bacteria,1VT9B@1239|Firmicutes,4HUM7@91061|Bacilli,1ZMNE@1386|Bacillus 2|Bacteria E Asparagine synthase asnB - 6.3.5.4 ko:K01953 ko00250,ko01100,ko01110,map00250,map01100,map01110 - R00578 RC00010 ko00000,ko00001,ko01000,ko01002 - - - Asn_synthase,GATase_7 +BSU_39930 224308.BSU39930 1.8e-271 744.0 COG0477@1|root,COG2814@2|Bacteria,1VAEM@1239|Firmicutes,4HVDW@91061|Bacilli,1ZK70@1386|Bacillus 2|Bacteria U MFS_1 like family yxaM - - - - - - - - - - - MFS_1 +BSU_39940 224308.BSU39940 2.63e-137 405.0 COG1520@1|root,COG1520@2|Bacteria,1V9TE@1239|Firmicutes,4HJ03@91061|Bacilli,1ZJSW@1386|Bacillus 2|Bacteria S PQQ-like domain yxaL - - - - - - - - - - - PQQ,PQQ_2,PQQ_3,SLH,Tachylectin +BSU_39950 224308.BSU39950 1.43e-85 253.0 29RX6@1|root,34C2Q@2|Bacteria,1UAPG@1239|Firmicutes,4HY0W@91061|Bacilli,1ZISF@1386|Bacillus 2|Bacteria S Family of unknown function (DUF5391) - - - - - - - - - - - - DUF5391 +BSU_39960 224308.BSU39960 2.83e-99 288.0 COG1714@1|root,COG1714@2|Bacteria,1VIH4@1239|Firmicutes,4HSGI@91061|Bacilli,1ZF2E@1386|Bacillus 2|Bacteria S membrane protein domain yxaI - - - - - - - - - - - DUF4339,RDD +BSU_39970 224308.BSU39970 2.88e-290 792.0 COG2311@1|root,COG2311@2|Bacteria,1TQNS@1239|Firmicutes,4HCR3@91061|Bacilli,1ZBX3@1386|Bacillus 2|Bacteria P Protein of unknown function (DUF418) - - - ko:K07148 - - - - ko00000 - - - DUF418 +BSU_39980 224308.BSU39980 9.33e-254 694.0 COG1917@1|root,COG1917@2|Bacteria,1V0NH@1239|Firmicutes,4HFF0@91061|Bacilli,1ZEAB@1386|Bacillus 2|Bacteria S AraC-like ligand binding domain yxaG - 1.13.11.24 ko:K07155 - - - - ko00000,ko01000 - - - Cupin_2 +BSU_39990 224308.BSU39990 9.61e-131 371.0 COG1309@1|root,COG1309@2|Bacteria,1V7QU@1239|Firmicutes,4HJIT@91061|Bacilli,1ZGD2@1386|Bacillus 2|Bacteria K Transcriptional regulator yxaF GO:0000976,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - ko:K16137,ko:K18939 - M00715 - - ko00000,ko00002,ko03000 - - - TetR_C_13,TetR_N +BSU_40000 224308.BSU40000 4.48e-257 704.0 COG1028@1|root,COG1028@2|Bacteria,1URGX@1239|Firmicutes,4HC4W@91061|Bacilli,1ZF92@1386|Bacillus 2|Bacteria IQ Belongs to the short-chain dehydrogenases reductases (SDR) family yxnA - - - - - - - - - - - adh_short +BSU_40010 224308.BSU40010 1.96e-93 273.0 COG1846@1|root,COG1846@2|Bacteria,1V7G6@1239|Firmicutes,4HM9I@91061|Bacilli,1ZH4J@1386|Bacillus 2|Bacteria K helix_turn_helix multiple antibiotic resistance protein yxaD GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0005488,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0044212,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:1901363,GO:1903506,GO:2000112,GO:2001141 - - - - - - - - - - MarR,MarR_2 +BSU_40021 224308.BSU40021 1.03e-77 233.0 COG1380@1|root,COG1380@2|Bacteria,1VE19@1239|Firmicutes,4HMWP@91061|Bacilli,1ZQGW@1386|Bacillus 2|Bacteria S LrgA family - - - ko:K06518 - - - - ko00000,ko02000 1.E.14.2 - - LrgA +BSU_40022 224308.BSU40022 2.19e-153 432.0 COG1346@1|root,COG1346@2|Bacteria,1TRGN@1239|Firmicutes,4HF0M@91061|Bacilli,1ZFQ6@1386|Bacillus 2|Bacteria M effector of murein hydrolase yxaC - - ko:K05339 ko02020,map02020 - - - ko00000,ko00001 - - - LrgB +BSU_40030 224308.BSU40030 1.79e-245 674.0 COG5039@1|root,COG5039@2|Bacteria,1V5MK@1239|Firmicutes,4HB4G@91061|Bacilli,1ZR1U@1386|Bacillus 2|Bacteria GM Polysaccharide pyruvyl transferase yxaB - - ko:K19426 - - - - ko00000,ko01000 - - - Glycos_transf_2,PS_pyruv_trans +BSU_40040 224308.BSU40040 2.54e-267 733.0 COG1929@1|root,COG1929@2|Bacteria,1TPSI@1239|Firmicutes,4HA91@91061|Bacilli,1ZC1D@1386|Bacillus 2|Bacteria G Belongs to the glycerate kinase type-1 family glxK GO:0003674,GO:0003824,GO:0005975,GO:0006066,GO:0006081,GO:0006082,GO:0006793,GO:0006796,GO:0008150,GO:0008152,GO:0009056,GO:0009436,GO:0009441,GO:0009987,GO:0016052,GO:0016054,GO:0016301,GO:0016310,GO:0016491,GO:0016661,GO:0016662,GO:0016740,GO:0016772,GO:0017144,GO:0019392,GO:0019394,GO:0019577,GO:0019579,GO:0019580,GO:0019752,GO:0032787,GO:0034308,GO:0034310,GO:0042737,GO:0042836,GO:0042838,GO:0043436,GO:0043648,GO:0043649,GO:0043798,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044282,GO:0046164,GO:0046185,GO:0046296,GO:0046392,GO:0046395,GO:0046487,GO:0055114,GO:0071704,GO:0072329,GO:1901575,GO:1901615,GO:1901616 2.7.1.165 ko:K00865 ko00260,ko00561,ko00630,ko01100,ko01120,ko01130,map00260,map00561,map00630,map01100,map01120,map01130 - R08572 RC00002,RC00428 ko00000,ko00001,ko01000 - - iECO103_1326.ECO103_0486,iECs_1301.ECs4002,iG2583_1286.G2583_3846 Gly_kinase +BSU_40050 224308.BSU40050 4.42e-164 460.0 COG1802@1|root,COG1802@2|Bacteria,1TSJY@1239|Firmicutes,4HBY3@91061|Bacilli,1ZCQF@1386|Bacillus 2|Bacteria K transcriptional gntR - - ko:K11476 - - - - ko00000,ko03000 - - - FCD,GntR +BSU_40060 224308.BSU40060 0.0 1042.0 COG1070@1|root,COG1070@2|Bacteria,1TQ1I@1239|Firmicutes,4H9W6@91061|Bacilli,1ZD0J@1386|Bacillus 2|Bacteria G Belongs to the FGGY kinase family gntK GO:0005975,GO:0005996,GO:0008150,GO:0008152,GO:0009056,GO:0016052,GO:0019299,GO:0019301,GO:0019318,GO:0019320,GO:0044238,GO:0044281,GO:0044282,GO:0046365,GO:0071704,GO:1901575 2.7.1.12,2.7.1.17,2.7.1.5 ko:K00848,ko:K00851,ko:K00854 ko00030,ko00040,ko00051,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map00040,map00051,map01100,map01110,map01120,map01130,map01200 M00014 R01639,R01737,R01902,R03014 RC00002,RC00017,RC00538 ko00000,ko00001,ko00002,ko01000 - - iYO844.BSU17610 FGGY_C,FGGY_N +BSU_40070 224308.BSU40070 2.05e-295 809.0 COG2610@1|root,COG2610@2|Bacteria,1TQ14@1239|Firmicutes,4HB0Y@91061|Bacilli,1ZAYI@1386|Bacillus 2|Bacteria EG COG2610 H gluconate symporter and related permeases gntP GO:0003674,GO:0005215,GO:0005342,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006820,GO:0008028,GO:0008150,GO:0008509,GO:0008514,GO:0008643,GO:0015075,GO:0015128,GO:0015144,GO:0015318,GO:0015711,GO:0015718,GO:0015849,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0034219,GO:0034220,GO:0035429,GO:0042873,GO:0042879,GO:0044425,GO:0044459,GO:0044464,GO:0046942,GO:0046943,GO:0051179,GO:0051234,GO:0055085,GO:0071702,GO:0071944,GO:0098656,GO:1903825,GO:1905039 - ko:K03299,ko:K06155 - - - - ko00000,ko02000 2.A.8,2.A.8.1.4 - - GntP_permease +BSU_40080 224308.BSU40080 0.0 945.0 COG0362@1|root,COG0362@2|Bacteria,1TP4I@1239|Firmicutes,4H9NC@91061|Bacilli,1ZBRV@1386|Bacillus 2|Bacteria G Catalyzes the oxidative decarboxylation of 6- phosphogluconate to ribulose 5-phosphate and CO(2), with concomitant reduction of NADP to NADPH gnd - 1.1.1.343,1.1.1.44 ko:K00033 ko00030,ko00480,ko01100,ko01110,ko01120,ko01130,ko01200,map00030,map00480,map01100,map01110,map01120,map01130,map01200 M00004,M00006 R01528,R10221 RC00001,RC00539 ko00000,ko00001,ko00002,ko01000 - - - 6PGD,NAD_binding_2 +BSU_40090 224308.BSU40090 9.33e-136 384.0 COG0450@1|root,COG0450@2|Bacteria,1TQU7@1239|Firmicutes,4HA2M@91061|Bacilli,1ZCZP@1386|Bacillus 2|Bacteria O Alkyl hydroperoxide reductase ahpC GO:0003674,GO:0003824,GO:0004601,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006873,GO:0006875,GO:0006879,GO:0006950,GO:0006979,GO:0007154,GO:0008150,GO:0008152,GO:0009267,GO:0009321,GO:0009605,GO:0009636,GO:0009970,GO:0009987,GO:0009991,GO:0010033,GO:0016209,GO:0016491,GO:0016667,GO:0016671,GO:0016684,GO:0019725,GO:0030003,GO:0031667,GO:0031668,GO:0031669,GO:0032843,GO:0032991,GO:0033194,GO:0033195,GO:0033212,GO:0033214,GO:0033554,GO:0042221,GO:0042592,GO:0042594,GO:0042802,GO:0044424,GO:0044444,GO:0044464,GO:0046916,GO:0048878,GO:0050801,GO:0050896,GO:0051716,GO:0055065,GO:0055072,GO:0055076,GO:0055080,GO:0055082,GO:0055114,GO:0065007,GO:0065008,GO:0070887,GO:0071496,GO:0097237,GO:0098754,GO:0098771,GO:0098869,GO:1901700,GO:1902494,GO:1990204,GO:1990748 1.11.1.15 ko:K03386 ko04214,map04214 - - - ko00000,ko00001,ko01000,ko04147 - - - 1-cysPrx_C,AhpC-TSA +BSU_40100 224308.BSU40100 0.0 989.0 COG3634@1|root,COG3634@2|Bacteria,1TPYN@1239|Firmicutes,4H9W1@91061|Bacilli,1ZCRN@1386|Bacillus 2|Bacteria O Alkyl hydroperoxide reductase ahpF - - ko:K03387 - - - - ko00000,ko01000 - - - Pyr_redox_2,Thioredoxin_3 +BSU_40110 224308.BSU40110 0.0 1001.0 COG2723@1|root,COG2723@2|Bacteria,1TP19@1239|Firmicutes,4HA1W@91061|Bacilli,1ZQ3H@1386|Bacillus 2|Bacteria G Belongs to the glycosyl hydrolase 1 family bglA GO:0003674,GO:0003824,GO:0004553,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008150,GO:0008152,GO:0008422,GO:0015926,GO:0016787,GO:0016798,GO:0044424,GO:0044444,GO:0044464,GO:0071704,GO:1901135,GO:1901657 3.2.1.86 ko:K01223 ko00010,ko00500,map00010,map00500 - R00839,R05133,R05134 RC00049,RC00171,RC00714 ko00000,ko00001,ko01000 - GT1 - Glyco_hydro_1 +BSU_40120 224308.BSU40120 6.69e-47 150.0 COG2190@1|root,COG2190@2|Bacteria 2|Bacteria G phosphoenolpyruvate-dependent sugar phosphotransferase system - - 2.7.1.199 ko:K02777,ko:K20116,ko:K20117,ko:K20118 ko00010,ko00500,ko00520,ko02026,ko02060,ko05111,map00010,map00500,map00520,map02026,map02060,map05111 M00265,M00266,M00268,M00270,M00272,M00303,M00806,M00809 R02738,R02780,R04111,R04394,R05132,R08559 RC00017,RC03206 ko00000,ko00001,ko00002,ko01000,ko02000 4.A.1.1.1,4.A.1.1.13,4.A.1.1.14,4.A.1.1.9 - - PTS_EIIA_1,PTS_EIIB +BSU_40130 224308.BSU40130 6.34e-165 461.0 COG2188@1|root,COG2188@2|Bacteria,1V2M8@1239|Firmicutes,4HGRM@91061|Bacilli,1ZDVR@1386|Bacillus 2|Bacteria K Transcriptional regulator yydK - - ko:K03486,ko:K03489,ko:K03492,ko:K03710 - - - - ko00000,ko03000 - - - GntR,Porin_5,UTRA +BSU_40139 224308.BSU40139 1.44e-24 92.4 2C0AP@1|root,2ZRKA@2|Bacteria,1W4E0@1239|Firmicutes,4I06F@91061|Bacilli,1ZP04@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_40140 224308.BSU40140 4.04e-154 434.0 2EWB9@1|root,33PQ0@2|Bacteria,1VQYZ@1239|Firmicutes,4HT5C@91061|Bacilli,1ZMW8@1386|Bacillus 2|Bacteria S ABC-2 family transporter protein - - - ko:K16916 ko02010,map02010 M00583 - - ko00000,ko00001,ko00002,ko02000 3.A.1.133.1 - - - +BSU_40150 224308.BSU40150 5.06e-144 406.0 COG1131@1|root,COG1131@2|Bacteria,1V3UQ@1239|Firmicutes,4HIDP@91061|Bacilli,1ZMR9@1386|Bacillus 2|Bacteria P ABC transporter prrC - - ko:K16917 ko02010,map02010 M00583 - - ko00000,ko00001,ko00002,ko02000 3.A.1.133.1 - - AAA_13,ABC_tran +BSU_40160 224308.BSU40160 1.55e-173 484.0 COG1994@1|root,COG1994@2|Bacteria,1TW4T@1239|Firmicutes,4I9A5@91061|Bacilli,1ZPTJ@1386|Bacillus 2|Bacteria O Peptidase M50 yydH - - ko:K16922 - - - - ko00000,ko01002 - - - Biotin_lipoyl_2,HlyD_3,HlyD_D23 +BSU_40170 224308.BSU40170 1.35e-237 652.0 COG0535@1|root,COG0535@2|Bacteria,1VI96@1239|Firmicutes,4HTH2@91061|Bacilli 2|Bacteria S Radical SAM superfamily - - - - - - - - - - - - Fer4_12,Fer4_14,Radical_SAM,SPASM +BSU_40180 984892.SPSE_2206 1.99e-17 74.3 2DF67@1|root,2ZQME@2|Bacteria,1W2G9@1239|Firmicutes,4HZWY@91061|Bacilli,4H13H@90964|Staphylococcaceae 2|Bacteria - - - - - - - - - - - - - - - +BSU_40190 224308.BSU40190 0.0 1292.0 COG3855@1|root,COG3855@2|Bacteria,1TPFU@1239|Firmicutes,4HBAN@91061|Bacilli,1ZE8H@1386|Bacillus 2|Bacteria G Firmicute fructose-1,6-bisphosphatase fbp - 3.1.3.11 ko:K04041 ko00010,ko00030,ko00051,ko00680,ko00710,ko01100,ko01110,ko01120,ko01130,ko01200,map00010,map00030,map00051,map00680,map00710,map01100,map01110,map01120,map01130,map01200 M00003,M00165,M00167 R00762,R04780 RC00017 ko00000,ko00001,ko00002,ko01000 - - - FBPase_2 +BSU_40200 224308.BSU40200 0.0 1148.0 COG5293@1|root,COG5293@2|Bacteria,1V11B@1239|Firmicutes,4IITG@91061|Bacilli,1ZKMH@1386|Bacillus 2|Bacteria S Uncharacterised protein conserved in bacteria (DUF2326) - - - - - - - - - - - - DUF2326 +BSU_40210 224308.BSU40210 8.92e-87 255.0 29THP@1|root,30EQZ@2|Bacteria,1UCUY@1239|Firmicutes,4IPB0@91061|Bacilli,1ZPNA@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_40220 224308.BSU40220 0.0 967.0 COG1409@1|root,COG1409@2|Bacteria,1V7BW@1239|Firmicutes,4IN35@91061|Bacilli,1ZMQM@1386|Bacillus 2|Bacteria S Calcineurin-like phosphoesterase - - - - - - - - - - - - Metallophos +BSU_40230 224308.BSU40230 5e-106 306.0 COG1576@1|root,COG1576@2|Bacteria,1V3JM@1239|Firmicutes,4HFP8@91061|Bacilli,1ZFK3@1386|Bacillus 2|Bacteria J Specifically methylates the pseudouridine at position 1915 (m3Psi1915) in 23S rRNA rlmH - 2.1.1.177 ko:K00783 - - - - ko00000,ko01000,ko03009 - - - MDMPI_N,SPOUT_MTase +BSU_40239 935837.JAEK01000031_gene2636 1.39e-14 67.4 2DG1E@1|root,2ZU1X@2|Bacteria,1W2JV@1239|Firmicutes,4I09C@91061|Bacilli 2|Bacteria S YyzF-like protein - - - - - - - - - - - - YyzF +BSU_40240 224308.BSU40240 5.09e-93 271.0 2DKCH@1|root,32UEV@2|Bacteria,1VDU5@1239|Firmicutes,4HN5E@91061|Bacilli,1ZJIW@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - YesK +BSU_40250 224308.BSU40250 6.92e-301 820.0 COG1063@1|root,COG1063@2|Bacteria,1TPIW@1239|Firmicutes,4HB2G@91061|Bacilli,1ZB9D@1386|Bacillus 2|Bacteria E COG1063 Threonine dehydrogenase and related Zn-dependent dehydrogenases fdhA - 1.1.1.1,1.1.1.14,1.1.1.284,1.2.1.46 ko:K00008,ko:K00121,ko:K00148 ko00010,ko00040,ko00051,ko00071,ko00350,ko00625,ko00626,ko00680,ko00830,ko00980,ko00982,ko01100,ko01110,ko01120,ko01130,ko01200,ko01220,ko05204,map00010,map00040,map00051,map00071,map00350,map00625,map00626,map00680,map00830,map00980,map00982,map01100,map01110,map01120,map01130,map01200,map01220,map05204 M00014 R00604,R00623,R00754,R00875,R01896,R02124,R04880,R05233,R05234,R06917,R06927,R06983,R07105,R08281,R08306,R08310 RC00050,RC00085,RC00087,RC00088,RC00099,RC00102,RC00116,RC00188,RC00649,RC01715,RC01734,RC02273 ko00000,ko00001,ko00002,ko01000 - - - ADH_N,ADH_zinc_N,AlaDh_PNT_C +BSU_40260 224308.BSU40260 1.7e-45 147.0 29RYM@1|root,30D2Z@2|Bacteria,1UARQ@1239|Firmicutes,4IM4G@91061|Bacilli,1ZJ4M@1386|Bacillus 2|Bacteria S Protein of unknown function (DUF2651) yycQ - - - - - - - - - - - DUF2651 +BSU_40270 224308.BSU40270 1.77e-281 769.0 2E4ET@1|root,32Z9Z@2|Bacteria,1VIUZ@1239|Firmicutes,4HPKC@91061|Bacilli,1ZHK1@1386|Bacillus 2|Bacteria - - yycP - - - - - - - - - - - - +BSU_40280 224308.BSU40280 1.68e-169 474.0 COG3863@1|root,COG3863@2|Bacteria,1V69Q@1239|Firmicutes,4HIEK@91061|Bacilli,1ZHR3@1386|Bacillus 2|Bacteria S Permuted papain-like amidase enzyme, YaeF/YiiX, C92 family yycO - - - - - - - - - - - Peptidase_C92 +BSU_40290 224308.BSU40290 3.84e-113 324.0 COG0454@1|root,COG0456@2|Bacteria,1VAU8@1239|Firmicutes,4HMA6@91061|Bacilli,1ZFP4@1386|Bacillus 2|Bacteria K Acetyltransferase yycN - 2.3.1.128 ko:K03789 - - - - ko00000,ko01000,ko03009 - - - Acetyltransf_1 +BSU_40300 1051501.AYTL01000028_gene1733 3.03e-239 660.0 COG0457@1|root,COG0457@2|Bacteria,1UV2Q@1239|Firmicutes,4I405@91061|Bacilli,1ZF04@1386|Bacillus 1051501.AYTL01000028_gene1733|- S aspartate phosphatase - - - - - - - - - - - - - +BSU_40320 224308.BSU40320 3.22e-213 588.0 COG0010@1|root,COG0010@2|Bacteria,1TR10@1239|Firmicutes,4HAT5@91061|Bacilli,1ZCJY@1386|Bacillus 2|Bacteria E Belongs to the arginase family rocF GO:0003674,GO:0003824,GO:0004053,GO:0006082,GO:0006520,GO:0006525,GO:0006807,GO:0008150,GO:0008152,GO:0009064,GO:0009987,GO:0016787,GO:0016810,GO:0016813,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0071704,GO:1901564,GO:1901605 3.5.3.1,3.5.3.11 ko:K01476,ko:K01480 ko00220,ko00330,ko01100,ko01110,ko01130,ko01230,ko05146,map00220,map00330,map01100,map01110,map01130,map01230,map05146 M00029,M00133,M00134 R00551,R01157 RC00024,RC00329 ko00000,ko00001,ko00002,ko01000 - - - Arginase +BSU_40330 224308.BSU40330 0.0 901.0 COG0833@1|root,COG0833@2|Bacteria,1UHNR@1239|Firmicutes,4HUT7@91061|Bacilli,1ZB12@1386|Bacillus 2|Bacteria E amino acid rocE GO:0005575,GO:0005623,GO:0005886,GO:0006082,GO:0006520,GO:0006525,GO:0006807,GO:0008150,GO:0008152,GO:0009064,GO:0009987,GO:0016020,GO:0019752,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0044464,GO:0071704,GO:0071944,GO:1901564,GO:1901605 - ko:K02205,ko:K03293,ko:K16235,ko:K16236 - - - - ko00000,ko02000 2.A.3.1,2.A.3.1.10 - iHN637.CLJU_RS13850,iYO844.BSU39390 AA_permease +BSU_40340 224308.BSU40340 1.5e-296 808.0 COG4992@1|root,COG4992@2|Bacteria,1TP9S@1239|Firmicutes,4HA2Y@91061|Bacilli,1ZAV3@1386|Bacillus 2|Bacteria E Catalyzes the interconversion of ornithine to glutamate semialdehyde rocD GO:0003674,GO:0003824,GO:0004587,GO:0005488,GO:0005515,GO:0006082,GO:0006520,GO:0006525,GO:0006807,GO:0008144,GO:0008150,GO:0008152,GO:0008483,GO:0009064,GO:0009987,GO:0016740,GO:0016769,GO:0019752,GO:0019842,GO:0030170,GO:0036094,GO:0042802,GO:0043167,GO:0043168,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0048037,GO:0050662,GO:0070279,GO:0071704,GO:0097159,GO:1901363,GO:1901564,GO:1901605 2.6.1.11,2.6.1.13,2.6.1.17 ko:K00819,ko:K00821 ko00220,ko00300,ko00330,ko01100,ko01110,ko01120,ko01130,ko01210,ko01230,map00220,map00300,map00330,map01100,map01110,map01120,map01130,map01210,map01230 M00016,M00028,M00845 R00667,R02283,R04475 RC00006,RC00062 ko00000,ko00001,ko00002,ko01000,ko01007 - - iYO844.BSU40340 Aminotran_3 +BSU_40350 224308.BSU40350 0.0 896.0 COG3829@1|root,COG3829@2|Bacteria,1TP0E@1239|Firmicutes,4HC5M@91061|Bacilli,1ZB0M@1386|Bacillus 2|Bacteria KT COG3829 Transcriptional regulator containing PAS, AAA-type ATPase, and DNA-binding domains rocR GO:0006082,GO:0006355,GO:0006520,GO:0006525,GO:0006807,GO:0008150,GO:0008152,GO:0009064,GO:0009889,GO:0009987,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0019752,GO:0031323,GO:0031326,GO:0043436,GO:0044237,GO:0044238,GO:0044281,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0071704,GO:0080090,GO:1901564,GO:1901605,GO:1903506,GO:2000112,GO:2001141 - ko:K06714 - - - - ko00000,ko03000 - - - HTH_8,PAS,PAS_4,PAS_9,Sigma54_activat +BSU_40359 345341.KUTG_08992 5.57e-16 72.0 COG5002@1|root,COG5002@2|Bacteria,2HDPY@201174|Actinobacteria,4ED1M@85010|Pseudonocardiales 2|Bacteria T Histidine kinase-like ATPases - - 2.7.13.3 ko:K07642 ko02020,map02020 M00450,M00645,M00646,M00648 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - HAMP,HATPase_c,HisKA +BSU_40360 224308.BSU40360 2.42e-281 769.0 COG0265@1|root,COG0265@2|Bacteria,1TRM8@1239|Firmicutes,4HA31@91061|Bacilli,1ZBNF@1386|Bacillus 2|Bacteria O COG0265 Trypsin-like serine proteases, typically periplasmic, contain C-terminal PDZ domain htrA GO:0008150,GO:0009266,GO:0009628,GO:0050896 3.4.21.107 ko:K04691,ko:K04771 ko01503,ko02020,map01503,map02020 M00728 - - ko00000,ko00001,ko00002,ko01000,ko01002,ko03110 - - - PDZ_2,Trypsin_2 +BSU_40370 224308.BSU40370 4.01e-191 530.0 COG1235@1|root,COG1235@2|Bacteria,1TQ8E@1239|Firmicutes,4HAKD@91061|Bacilli,1ZASY@1386|Bacillus 2|Bacteria S COG1235 Metal-dependent hydrolases of the beta-lactamase superfamily I vicX - 3.1.26.11 ko:K00784 ko03013,map03013 - - - ko00000,ko00001,ko01000,ko03016 - - - Lactamase_B,Lactamase_B_2 +BSU_40380 224308.BSU40380 6.94e-200 553.0 COG4853@1|root,COG4853@2|Bacteria,1V1FW@1239|Firmicutes,4HFWZ@91061|Bacilli,1ZDGV@1386|Bacillus 2|Bacteria S protein conserved in bacteria yycI - - - - - - - - - - - YycI +BSU_40390 224308.BSU40390 0.0 900.0 COG4863@1|root,COG4863@2|Bacteria,1UV48@1239|Firmicutes,4HF30@91061|Bacilli,1ZD30@1386|Bacillus 2|Bacteria S protein conserved in bacteria yycH - - - - - - - - - - - YycH +BSU_40400 224308.BSU40400 0.0 1160.0 COG5002@1|root,COG5002@2|Bacteria,1TQ1H@1239|Firmicutes,4HA52@91061|Bacilli,1ZCQI@1386|Bacillus 2|Bacteria T Histidine kinase vicK - 2.7.13.3 ko:K07652 ko02020,map02020 M00459 - - ko00000,ko00001,ko00002,ko01000,ko01001,ko02022 - - - HAMP,HATPase_c,HisKA,PAS,PAS_9 +BSU_40410 224308.BSU40410 1.4e-172 481.0 COG0745@1|root,COG0745@2|Bacteria,1TPQG@1239|Firmicutes,4HA8Q@91061|Bacilli,1ZAT8@1386|Bacillus 2|Bacteria T COG0745 Response regulators consisting of a CheY-like receiver domain and a winged-helix DNA-binding domain yycF GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:1903506,GO:2000112,GO:2001141 - ko:K07668 ko02020,map02020 M00459 - - ko00000,ko00001,ko00002,ko02022 - - - Response_reg,Trans_reg_C +BSU_40420 224308.BSU40420 6.38e-315 857.0 COG0104@1|root,COG0104@2|Bacteria,1TQ4C@1239|Firmicutes,4H9YT@91061|Bacilli,1ZBF8@1386|Bacillus 2|Bacteria F Plays an important role in the de novo pathway of purine nucleotide biosynthesis. Catalyzes the first committed step in the biosynthesis of AMP from IMP purA GO:0003674,GO:0003824,GO:0004019,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006163,GO:0006164,GO:0006167,GO:0006725,GO:0006753,GO:0006793,GO:0006796,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009117,GO:0009123,GO:0009124,GO:0009126,GO:0009127,GO:0009150,GO:0009152,GO:0009156,GO:0009161,GO:0009165,GO:0009167,GO:0009168,GO:0009259,GO:0009260,GO:0009987,GO:0016874,GO:0016879,GO:0017144,GO:0018130,GO:0019438,GO:0019637,GO:0019693,GO:0034641,GO:0034654,GO:0044208,GO:0044237,GO:0044238,GO:0044249,GO:0044271,GO:0044281,GO:0044424,GO:0044464,GO:0046033,GO:0046040,GO:0046390,GO:0046483,GO:0055086,GO:0071704,GO:0072521,GO:0072522,GO:0090407,GO:1901135,GO:1901137,GO:1901293,GO:1901360,GO:1901362,GO:1901564,GO:1901566,GO:1901576 6.3.4.4 ko:K01939 ko00230,ko00250,ko01100,map00230,map00250,map01100 M00049 R01135 RC00458,RC00459 ko00000,ko00001,ko00002,ko01000 - - - Adenylsucc_synt +BSU_40430 224308.BSU40430 1.19e-101 293.0 COG0346@1|root,COG0346@2|Bacteria,1V4ST@1239|Firmicutes,4HHEE@91061|Bacilli,1ZFZT@1386|Bacillus 2|Bacteria E Glyoxalase/Bleomycin resistance protein/Dioxygenase superfamily yycE - 3.4.21.26,5.3.1.24 ko:K01322,ko:K01817 ko00400,ko01100,ko01110,ko01130,ko01230,ko04614,map00400,map01100,map01110,map01130,map01230,map04614 M00023 R03509 RC00945 ko00000,ko00001,ko00002,ko01000,ko01002 - - - Glyoxalase +BSU_40440 224308.BSU40440 0.0 869.0 COG0305@1|root,COG0305@2|Bacteria,1TPCT@1239|Firmicutes,4H9Y8@91061|Bacilli,1ZBUR@1386|Bacillus 2|Bacteria L Participates in initiation and elongation during chromosome replication dnaB GO:0003674,GO:0003678,GO:0003824,GO:0004386,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006259,GO:0006260,GO:0006261,GO:0006268,GO:0006725,GO:0006807,GO:0006996,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0016043,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0017111,GO:0032392,GO:0032508,GO:0034641,GO:0034645,GO:0043170,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0051276,GO:0071103,GO:0071704,GO:0071840,GO:0090304,GO:0140097,GO:1901360,GO:1901576 3.6.4.12 ko:K02314 ko03030,ko04112,map03030,map04112 - - - ko00000,ko00001,ko01000,ko03032 - - - DnaB,DnaB_C +BSU_40450 224308.BSU40450 3.48e-40 132.0 2EDFP@1|root,337BX@2|Bacteria,1VGBD@1239|Firmicutes,4HRJ6@91061|Bacilli,1ZK2J@1386|Bacillus 2|Bacteria S Uncharacterized protein conserved in bacteria (DUF2188) yycD - - - - - - - - - - - DUF2188 +BSU_40470 224308.BSU40470 5.44e-22 85.5 COG3093@1|root,COG3093@2|Bacteria,1VNWW@1239|Firmicutes,4HRUI@91061|Bacilli,1ZK0J@1386|Bacillus 2|Bacteria K YycC-like protein yycC - - - - - - - - - - - YycC +BSU_40480 224308.BSU40480 8.46e-283 773.0 COG2807@1|root,COG2807@2|Bacteria,1TP9R@1239|Firmicutes,4H9YZ@91061|Bacilli,1ZC26@1386|Bacillus 2|Bacteria P COG2807 Cyanate permease yeaN GO:0005575,GO:0005623,GO:0005886,GO:0008150,GO:0016020,GO:0042221,GO:0044464,GO:0046677,GO:0050896,GO:0071944 - ko:K03449 - - - - ko00000,ko02000 2.A.1.17 - - MFS_1 +BSU_40490 224308.BSU40490 0.0 1279.0 COG1807@1|root,COG1807@2|Bacteria,1TPGI@1239|Firmicutes,4HCEY@91061|Bacilli,1ZCFV@1386|Bacillus 2|Bacteria M COG1807 4-amino-4-deoxy-L-arabinose transferase and related glycosyltransferases of PMT family ykcB - - - - - - - - - - - PMT_2 +BSU_40500 224308.BSU40500 2.74e-96 281.0 COG0359@1|root,COG0359@2|Bacteria,1V6QG@1239|Firmicutes,4HIKJ@91061|Bacilli,1ZGEE@1386|Bacillus 2|Bacteria J binds to the 23S rRNA rplI GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0016020,GO:0019538,GO:0019843,GO:0022625,GO:0022626,GO:0030312,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0070180,GO:0071704,GO:0071944,GO:0097159,GO:1901363,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02939 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L9_C,Ribosomal_L9_N +BSU_40510 224308.BSU40510 0.0 1256.0 COG3887@1|root,COG3887@2|Bacteria,1TPGP@1239|Firmicutes,4HBVH@91061|Bacilli,1ZCB0@1386|Bacillus 2|Bacteria T signaling protein consisting of a modified GGDEF domain and a DHH domain yybT - - - - - - - - - - - DHH,DHHA1 +BSU_40520 224308.BSU40520 1.5e-204 568.0 COG4241@1|root,COG4241@2|Bacteria,1UZYE@1239|Firmicutes,4HAFH@91061|Bacilli,1ZC1B@1386|Bacillus 2|Bacteria S membrane yybS - - ko:K16785,ko:K16786,ko:K16787 ko02010,map02010 M00582 - - ko00000,ko00001,ko00002,ko01000,ko02000 3.A.1.25,3.A.1.28,3.A.1.29,3.A.1.30,3.A.1.31,3.A.1.32,3.A.1.33,3.A.1.35 - - DUF2232 +BSU_40530 224308.BSU40530 2.89e-110 317.0 COG5577@1|root,COG5577@2|Bacteria,1V91D@1239|Firmicutes,4HJ0J@91061|Bacilli,1ZGWF@1386|Bacillus 2|Bacteria M Spore coat protein cotF - - ko:K06329,ko:K06439 - - - - ko00000 - - - Coat_F +BSU_40540 224308.BSU40540 6.68e-90 263.0 COG1733@1|root,COG1733@2|Bacteria,1VA9M@1239|Firmicutes,4HH0A@91061|Bacilli,1ZHCV@1386|Bacillus 2|Bacteria K Transcriptional regulator ydeP3 - - - - - - - - - - - HxlR +BSU_40550 224308.BSU40550 4.89e-210 582.0 COG1227@1|root,COG1227@2|Bacteria,1TPH6@1239|Firmicutes,4H9T8@91061|Bacilli,1ZBEH@1386|Bacillus 2|Bacteria C Inorganic pyrophosphatase ppaC GO:0003674,GO:0003824,GO:0004427,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006793,GO:0008150,GO:0008152,GO:0009987,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0044237,GO:0044424,GO:0044464 3.6.1.1 ko:K15986 ko00190,map00190 - - - ko00000,ko00001,ko01000 - - - CBS,DHH,DHHA2,DRTGG +BSU_40560 224308.BSU40560 2.34e-92 271.0 2A2UI@1|root,30R8G@2|Bacteria,1TZ2Y@1239|Firmicutes,4I89Y@91061|Bacilli,1ZG0T@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_40570 224308.BSU40570 6.8e-308 840.0 COG2271@1|root,COG2271@2|Bacteria,1TP6X@1239|Firmicutes,4HEVA@91061|Bacilli,1ZCX2@1386|Bacillus 2|Bacteria G COG0477 Permeases of the major facilitator superfamily yybO GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0006810,GO:0006811,GO:0006820,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0044425,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - ko:K03535,ko:K08191 - - - - ko00000,ko02000 2.A.1.14.1,2.A.1.14.2 - iYO844.BSU02480 MFS_1 +BSU_40573 1347369.CCAD010000017_gene1435 1.21e-22 90.5 2E903@1|root,3339I@2|Bacteria,1VH9M@1239|Firmicutes,4HP31@91061|Bacilli,1ZHRD@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_40574 224308.BSU40640 1.12e-11 62.0 COG4319@1|root,COG4319@2|Bacteria,1V5V3@1239|Firmicutes,4HIZV@91061|Bacilli,1ZGJ3@1386|Bacillus 2|Bacteria S SnoaL-like domain yybH - - - - - - - - - - - DUF4440,SnoaL_3 +BSU_40580 224308.BSU40580 1.61e-102 296.0 2DZY0@1|root,32VMV@2|Bacteria,1VCJ4@1239|Firmicutes,4HN9V@91061|Bacilli 2|Bacteria S Protein of unknown function (DUF2712) yybN - - - - - - - - - - - DUF2712 +BSU_40590 224308.BSU40590 3.78e-169 473.0 28KBJ@1|root,30GXE@2|Bacteria,1TUMH@1239|Firmicutes,4IH21@91061|Bacilli,1ZNVN@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_40600 224308.BSU40600 5.36e-157 441.0 2DT4F@1|root,32UUD@2|Bacteria,1VBZD@1239|Firmicutes,4HMMT@91061|Bacilli 2|Bacteria - - - - - - - - - - - - - - - +BSU_40610 224308.BSU40610 2.34e-163 459.0 2EBXU@1|root,335X6@2|Bacteria,1VJVZ@1239|Firmicutes 2|Bacteria S Protein of unknown function (DUF2705) - - - - - - - - - - - - DUF2705 +BSU_40620 224308.BSU40620 1.14e-149 421.0 COG1131@1|root,COG1131@2|Bacteria,1V1P4@1239|Firmicutes,4HF4S@91061|Bacilli,1ZFTP@1386|Bacillus 2|Bacteria V ATPases associated with a variety of cellular activities yybJ - - ko:K01990 - M00254 - - ko00000,ko00002,ko02000 3.A.1 - - ABC_tran +BSU_40630 224308.BSU40630 1.25e-193 536.0 28I7X@1|root,2Z8AS@2|Bacteria,1UTKU@1239|Firmicutes,4HHB9@91061|Bacilli,1ZS7U@1386|Bacillus 2|Bacteria - - - - - - - - - - - - - - - +BSU_40640 224308.BSU40640 8.67e-88 258.0 COG4319@1|root,COG4319@2|Bacteria,1V5V3@1239|Firmicutes,4HIZV@91061|Bacilli,1ZGJ3@1386|Bacillus 2|Bacteria S SnoaL-like domain yybH - - - - - - - - - - - DUF4440,SnoaL_3 +BSU_40650 224308.BSU40650 2.94e-164 463.0 COG1357@1|root,COG1357@2|Bacteria,1TR7Y@1239|Firmicutes,4HBDH@91061|Bacilli,1ZBA0@1386|Bacillus 2|Bacteria S Pentapeptide repeat-containing protein yybG - - - - - - - - - - - Pentapeptide +BSU_40660 224308.BSU40660 3.31e-281 769.0 COG0477@1|root,COG2814@2|Bacteria,1TQKU@1239|Firmicutes,4HA5Q@91061|Bacilli,1ZCSQ@1386|Bacillus 2|Bacteria EGP COG0477 Permeases of the major facilitator superfamily ynfM GO:0005575,GO:0005623,GO:0005886,GO:0016020,GO:0044464,GO:0071944 - ko:K08224 - - - - ko00000,ko02000 2.A.1.36 - - MFS_1,Sugar_tr +BSU_40670 224308.BSU40670 3.91e-212 585.0 COG0583@1|root,COG0583@2|Bacteria,1TRVX@1239|Firmicutes,4HDHR@91061|Bacilli,1ZQ2H@1386|Bacillus 2|Bacteria K Transcriptional regulator yybE GO:0000976,GO:0000984,GO:0000986,GO:0000987,GO:0001017,GO:0001067,GO:0003674,GO:0003676,GO:0003677,GO:0003690,GO:0003700,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006355,GO:0008150,GO:0009889,GO:0010468,GO:0010556,GO:0019219,GO:0019222,GO:0031323,GO:0031326,GO:0043565,GO:0044212,GO:0044424,GO:0044444,GO:0044464,GO:0050789,GO:0050794,GO:0051171,GO:0051252,GO:0060255,GO:0065007,GO:0080090,GO:0097159,GO:0140110,GO:1901363,GO:1903506,GO:1990837,GO:2000112,GO:2001141 - ko:K09681 - - - - ko00000,ko03000 - - - HTH_1,LysR_substrate +BSU_40680 224308.BSU40680 7.91e-104 300.0 COG2153@1|root,COG2153@2|Bacteria,1VA2J@1239|Firmicutes,4HKF5@91061|Bacilli,1ZGIP@1386|Bacillus 2|Bacteria S Acetyltransferase (GNAT) domain yjcF GO:0003674,GO:0003824,GO:0016740,GO:0016746,GO:0016747 - ko:K02348 - - - - ko00000 - - - Acetyltransf_10 +BSU_40690 224308.BSU40690 1.27e-99 290.0 2BWFV@1|root,32QWV@2|Bacteria,1V8UN@1239|Firmicutes,4HK47@91061|Bacilli,1ZHNT@1386|Bacillus 2|Bacteria - - yybC - - - - - - - - - - - DUF2798 +BSU_40700 224308.BSU40700 2.16e-164 459.0 COG0491@1|root,COG0491@2|Bacteria,1TQGU@1239|Firmicutes,4HBJ3@91061|Bacilli,1ZQQH@1386|Bacillus 2|Bacteria S Metallo-beta-lactamase superfamily - - - - - - - - - - - - Lactamase_B +BSU_40710 224308.BSU40710 4.54e-100 290.0 COG1846@1|root,COG1846@2|Bacteria,1V3PS@1239|Firmicutes,4HFN6@91061|Bacilli,1ZFRK@1386|Bacillus 2|Bacteria K transcriptional yybA - 2.3.1.57 ko:K22441 - - - - ko00000,ko01000 - - - MarR +BSU_40720 224308.BSU40720 2.45e-103 298.0 COG2153@1|root,COG2153@2|Bacteria,1VA2J@1239|Firmicutes,4HKF5@91061|Bacilli,1ZGIP@1386|Bacillus 2|Bacteria S Acetyltransferase (GNAT) domain yjcF GO:0003674,GO:0003824,GO:0016740,GO:0016746,GO:0016747 - ko:K02348 - - - - ko00000 - - - Acetyltransf_10 +BSU_40730 224308.BSU40730 8.73e-132 375.0 COG2364@1|root,COG2364@2|Bacteria,1V3NC@1239|Firmicutes,4HGRQ@91061|Bacilli,1ZCBH@1386|Bacillus 2|Bacteria S Membrane yyaS - - ko:K07149 - - - - ko00000 - - - YitT_membrane +BSU_40740 224308.BSU40740 4.03e-130 368.0 COG0454@1|root,COG0456@2|Bacteria,1V1D1@1239|Firmicutes,4HK2F@91061|Bacilli,1ZR23@1386|Bacillus 2|Bacteria K Acetyltransferase (GNAT) domain yyaR - - ko:K06889,ko:K19273 - - - - ko00000,ko01000,ko01504 - - - Acetyltransf_1 +BSU_40750 224308.BSU40750 1.09e-87 256.0 COG2315@1|root,COG2315@2|Bacteria,1VBCB@1239|Firmicutes,4HHQI@91061|Bacilli 2|Bacteria S YjbR yyaQ - - - - - - - - - - - YjbR +BSU_40760 224308.BSU40760 2.2e-139 393.0 COG0262@1|root,COG0262@2|Bacteria,1TRY1@1239|Firmicutes,4HC69@91061|Bacilli,1ZRR0@1386|Bacillus 2|Bacteria H RibD C-terminal domain yyaP - 1.5.1.3 ko:K00287 ko00670,ko00790,ko01100,ko01523,map00670,map00790,map01100,map01523 M00126,M00840 R00936,R00937,R00939,R00940,R02235,R02236,R11765 RC00109,RC00110,RC00158 ko00000,ko00001,ko00002,ko01000 - - - RibD_C +BSU_40770 224308.BSU40770 0.0 868.0 COG0477@1|root,COG2814@2|Bacteria,1TQWM@1239|Firmicutes,4HB5B@91061|Bacilli,1ZAQX@1386|Bacillus 2|Bacteria EGP COG0477 Permeases of the major facilitator superfamily tetL GO:0003674,GO:0005215,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0008150,GO:0016020,GO:0016021,GO:0022857,GO:0031224,GO:0031226,GO:0044425,GO:0044459,GO:0044464,GO:0051179,GO:0051234,GO:0055085,GO:0071944 - ko:K08168 - M00704 - - ko00000,ko00002,ko01504,ko02000 2.A.1.3.16,2.A.1.3.22,2.A.1.3.6 - - MFS_1,Sugar_tr +BSU_40790 224308.BSU40790 1.46e-58 180.0 COG1331@1|root,COG1331@2|Bacteria 2|Bacteria O Highly conserved protein containing a thioredoxin domain yyaL - - ko:K06888 - - - - ko00000 - - - DsbC,GlcNAc_2-epim,Glyco_hydro_9,Thioredox_DsbH +BSU_40800 224308.BSU40800 4.34e-90 264.0 COG0789@1|root,COG0789@2|Bacteria,1VVUU@1239|Firmicutes,4HW24@91061|Bacilli,1ZIHB@1386|Bacillus 2|Bacteria K MerR HTH family regulatory protein yyaN - - - - - - - - - - - MerR_1 +BSU_40810 224308.BSU40810 1.99e-207 575.0 COG0697@1|root,COG0697@2|Bacteria,1V2GJ@1239|Firmicutes,4HV8D@91061|Bacilli,1ZRP6@1386|Bacillus 2|Bacteria EG EamA-like transporter family yyaM - - - - - - - - - - - EamA +BSU_40820 224308.BSU40820 0.0 1404.0 COG1331@1|root,COG1331@2|Bacteria,1TPRD@1239|Firmicutes,4H9ZS@91061|Bacilli,1ZCEN@1386|Bacillus 2|Bacteria O COG1331 Highly conserved protein containing a thioredoxin domain yyaL - - ko:K06888 - - - - ko00000 - - - GlcNAc_2-epim,Glyco_hydro_9,Thioredox_DsbH +BSU_40830 224308.BSU40830 8.91e-217 598.0 COG1266@1|root,COG1266@2|Bacteria,1VCI6@1239|Firmicutes,4HUC0@91061|Bacilli,1ZFTH@1386|Bacillus 2|Bacteria S CAAX protease self-immunity yyaK - - ko:K07052 - - - - ko00000 - - - Abi +BSU_40840 224308.BSU40840 0.0 883.0 COG0477@1|root,COG0477@2|Bacteria,COG2814@2|Bacteria,1UY0B@1239|Firmicutes,4HERK@91061|Bacilli,1ZH7J@1386|Bacillus 2|Bacteria EGP Major facilitator superfamily - - - ko:K08162,ko:K08369 - - - - ko00000,ko02000 2.A.1,2.A.1.2.21 - - MFS_1,Sugar_tr +BSU_40850 224308.BSU40850 1.14e-130 370.0 COG0110@1|root,COG0110@2|Bacteria,1TPKX@1239|Firmicutes,4HEHH@91061|Bacilli,1ZBSX@1386|Bacillus 2|Bacteria S Bacterial transferase hexapeptide (six repeats) maa GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0008374,GO:0016740,GO:0016746,GO:0016747,GO:0044424,GO:0044444,GO:0044464 2.3.1.28,2.3.1.79 ko:K00638,ko:K00661,ko:K18234 - - - - br01600,ko00000,ko01000,ko01504 - - - Hexapep,Hexapep_2,Mac +BSU_40860 224308.BSU40860 7.2e-90 263.0 COG0346@1|root,COG0346@2|Bacteria,1V4NM@1239|Firmicutes,4HMRV@91061|Bacilli,1ZRTP@1386|Bacillus 2|Bacteria E Glyoxalase/Bleomycin resistance protein/Dioxygenase superfamily yyaH - 4.4.1.5 ko:K01759,ko:K03827 ko00620,map00620 - R02530 RC00004,RC00740 ko00000,ko00001,ko01000 - - - Glyoxalase,Glyoxalase_4 +BSU_40870 224308.BSU40870 3.03e-230 633.0 COG1609@1|root,COG1609@2|Bacteria,1TQSQ@1239|Firmicutes,4HBNR@91061|Bacilli,1ZC0J@1386|Bacillus 2|Bacteria K Transcriptional regulator ccpB - 3.5.1.4,5.1.1.1 ko:K01426,ko:K01775,ko:K05499 ko00330,ko00360,ko00380,ko00473,ko00627,ko00643,ko01100,ko01120,ko01502,map00330,map00360,map00380,map00473,map00627,map00643,map01100,map01120,map01502 - R00401,R02540,R03096,R03180,R03909,R05551,R05590 RC00010,RC00100,RC00285,RC00950,RC01025 ko00000,ko00001,ko01000,ko01011,ko03000 - - - LacI,Peripla_BP_1,Peripla_BP_3 +BSU_40880 224308.BSU40880 2.07e-187 520.0 COG0708@1|root,COG0708@2|Bacteria,1TPFB@1239|Firmicutes,4HAIU@91061|Bacilli,1ZAS3@1386|Bacillus 2|Bacteria L exodeoxyribonuclease III xth GO:0003674,GO:0003824,GO:0003906,GO:0004518,GO:0004527,GO:0004529,GO:0004536,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006139,GO:0006259,GO:0006281,GO:0006284,GO:0006725,GO:0006807,GO:0006950,GO:0006974,GO:0008150,GO:0008152,GO:0008296,GO:0008309,GO:0008311,GO:0008408,GO:0009987,GO:0016787,GO:0016788,GO:0016796,GO:0016895,GO:0033554,GO:0034641,GO:0043170,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044464,GO:0046483,GO:0050896,GO:0051716,GO:0071704,GO:0090304,GO:0090305,GO:0140097,GO:1901360 3.1.11.2 ko:K01142 ko03410,map03410 - - - ko00000,ko00001,ko01000,ko03400 - - - Exo_endo_phos +BSU_40890 224308.BSU40890 4.25e-49 156.0 COG0238@1|root,COG0238@2|Bacteria,1V9XS@1239|Firmicutes,4HKCC@91061|Bacilli,1ZHUE@1386|Bacillus 2|Bacteria J Binds as a heterodimer with protein S6 to the central domain of the 16S rRNA, where it helps stabilize the platform of the 30S subunit rpsR GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005618,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0005886,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015935,GO:0016020,GO:0019538,GO:0022626,GO:0022627,GO:0030312,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:0071944,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02963,ko:K03111,ko:K15125 ko03010,ko03030,ko03430,ko03440,ko05133,map03010,map03030,map03430,map03440,map05133 M00178 - - br01610,ko00000,ko00001,ko00002,ko00536,ko03011,ko03029,ko03032,ko03400 - - - Ribosomal_S18 +BSU_40900 224308.BSU40900 1.81e-103 301.0 COG0629@1|root,COG0629@2|Bacteria,1V3WT@1239|Firmicutes,4HH8I@91061|Bacilli,1ZFIJ@1386|Bacillus 2|Bacteria L Plays an important role in DNA replication, recombination and repair. Binds to ssDNA and to an array of partner proteins to recruit them to their sites of action during DNA metabolism ssb - - ko:K03111 ko03030,ko03430,ko03440,map03030,map03430,map03440 - - - ko00000,ko00001,ko03029,ko03032,ko03400 - - - SSB +BSU_40910 224308.BSU40910 1.01e-61 189.0 COG0360@1|root,COG0360@2|Bacteria,1VA18@1239|Firmicutes,4HKHD@91061|Bacilli,1ZGZ0@1386|Bacillus 2|Bacteria J Binds together with S18 to 16S ribosomal RNA rpsF GO:0003674,GO:0003676,GO:0003723,GO:0003735,GO:0005198,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0015935,GO:0019843,GO:0022626,GO:0022627,GO:0032991,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0070181,GO:0097159,GO:1901363,GO:1990904 - ko:K02990 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011,ko03029 - - - Ribosomal_S6 +BSU_40920 224308.BSU40920 5.65e-256 702.0 COG0012@1|root,COG0012@2|Bacteria,1TPRK@1239|Firmicutes,4H9SQ@91061|Bacilli,1ZBUI@1386|Bacillus 2|Bacteria J ATPase that binds to both the 70S ribosome and the 50S ribosomal subunit in a nucleotide-independent manner ychF GO:0003674,GO:0003824,GO:0004857,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0006950,GO:0006979,GO:0008150,GO:0016462,GO:0016787,GO:0016817,GO:0016818,GO:0016887,GO:0017111,GO:0030234,GO:0043021,GO:0043022,GO:0043023,GO:0043086,GO:0044092,GO:0044424,GO:0044464,GO:0044877,GO:0050790,GO:0050896,GO:0065007,GO:0065009,GO:0098772 - ko:K06942 - - - - ko00000,ko03009 - - - MMR_HSR1,YchF-GTPase_C +BSU_40930 224308.BSU40930 0.0 1344.0 COG0243@1|root,COG0243@2|Bacteria,1TPZG@1239|Firmicutes,4HTGY@91061|Bacilli,1ZQAS@1386|Bacillus 2|Bacteria C Belongs to the prokaryotic molybdopterin-containing oxidoreductase family yyaE - - - - - - - - - - - Molybdop_Fe4S4,Molybdopterin,Molydop_binding +BSU_40939 224308.BSU40939 1.5e-44 144.0 COG4481@1|root,COG4481@2|Bacteria,1VEQ7@1239|Firmicutes,4HNHU@91061|Bacilli,1ZIUV@1386|Bacillus 2|Bacteria S protein conserved in bacteria yyzM - - - - - - - - - - - DUF951 +BSU_40940 224308.BSU40940 1.82e-231 638.0 COG3949@1|root,COG3949@2|Bacteria,1U1WV@1239|Firmicutes,4H9MI@91061|Bacilli,1ZQME@1386|Bacillus 2|Bacteria S Membrane yyaD - - - - - - - - - - - - +BSU_40950 224308.BSU40950 9.15e-145 408.0 2ADZG@1|root,313RY@2|Bacteria,1V6JT@1239|Firmicutes,4HH5B@91061|Bacilli,1ZCER@1386|Bacillus 2|Bacteria S Sporulation protein YyaC yyaC - - - - - - - - - - - DUF1256 +BSU_40960 224308.BSU40960 3.96e-191 531.0 COG1475@1|root,COG1475@2|Bacteria,1TQ2B@1239|Firmicutes,4H9TB@91061|Bacilli,1ZBDT@1386|Bacillus 2|Bacteria K Belongs to the ParB family spo0J GO:0005575,GO:0005622,GO:0005623,GO:0007059,GO:0008150,GO:0009295,GO:0009987,GO:0022603,GO:0042173,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0043937,GO:0043938,GO:0044424,GO:0044464,GO:0045595,GO:0045597,GO:0045881,GO:0048518,GO:0048522,GO:0050789,GO:0050793,GO:0050794,GO:0051094,GO:0065007 - ko:K03497 - - - - ko00000,ko03000,ko03036,ko04812 - - - HTH_3,KorB,ParBc +BSU_40970 224308.BSU40970 2.77e-172 481.0 COG1192@1|root,COG1192@2|Bacteria,1TP8S@1239|Firmicutes,4HAYM@91061|Bacilli,1ZBXG@1386|Bacillus 2|Bacteria D COG1192 ATPases involved in chromosome partitioning soj GO:0008150,GO:0022603,GO:0042173,GO:0042174,GO:0043937,GO:0043939,GO:0045595,GO:0045596,GO:0048519,GO:0048523,GO:0050789,GO:0050793,GO:0050794,GO:0051093,GO:0065007 - ko:K03496 - - - - ko00000,ko03036,ko04812 - - - AAA_31 +BSU_40980 224308.BSU40980 1.13e-98 286.0 2DZPD@1|root,32VFE@2|Bacteria,1VAZH@1239|Firmicutes,4HMUD@91061|Bacilli,1ZIQ3@1386|Bacillus 2|Bacteria S Bacterial PH domain - - - - - - - - - - - - bPH_4 +BSU_40990 224308.BSU40990 9e-193 536.0 COG1475@1|root,COG1475@2|Bacteria,1TP0I@1239|Firmicutes,4HAC6@91061|Bacilli,1ZCDV@1386|Bacillus 2|Bacteria D Effects nucleoid occlusion by binding relatively nonspecifically to DNA and preventing the assembly of the division machinery in the vicinity of the nucleoid, especially under conditions that disturb the cell cycle. It helps to coordinate cell division and chromosome segregation by preventing the formation of the Z ring through the nucleoid, which would cause chromosome breakage noc GO:0005575,GO:0005622,GO:0005623,GO:0007059,GO:0008150,GO:0009295,GO:0009987,GO:0022603,GO:0042173,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043590,GO:0043937,GO:0043938,GO:0044424,GO:0044464,GO:0045595,GO:0045597,GO:0045881,GO:0048518,GO:0048522,GO:0050789,GO:0050793,GO:0050794,GO:0051094,GO:0065007 - ko:K03497 - - - - ko00000,ko03000,ko03036,ko04812 - - - ParBc +BSU_41000 224308.BSU41000 8.68e-169 471.0 COG0357@1|root,COG0357@2|Bacteria,1TPBT@1239|Firmicutes,4HAAZ@91061|Bacilli,1ZAWG@1386|Bacillus 2|Bacteria J Specifically methylates the N7 position of guanine in position 535 of 16S rRNA rsmG GO:0000154,GO:0001510,GO:0003674,GO:0003824,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006364,GO:0006396,GO:0006725,GO:0006807,GO:0008150,GO:0008152,GO:0008168,GO:0008170,GO:0008173,GO:0008649,GO:0008757,GO:0009451,GO:0009987,GO:0010467,GO:0016070,GO:0016072,GO:0016435,GO:0016740,GO:0016741,GO:0022613,GO:0031167,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0036265,GO:0042254,GO:0043170,GO:0043412,GO:0043414,GO:0044085,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0070043,GO:0070475,GO:0070476,GO:0071704,GO:0071840,GO:0090304,GO:0140098,GO:0140102,GO:1901360 2.1.1.170 ko:K03501 - - - - ko00000,ko01000,ko03009,ko03036 - - - GidB +BSU_41010 224308.BSU41010 0.0 1226.0 COG0445@1|root,COG0445@2|Bacteria,1TQ4B@1239|Firmicutes,4HA6S@91061|Bacilli,1ZB67@1386|Bacillus 2|Bacteria D NAD-binding protein involved in the addition of a carboxymethylaminomethyl (cmnm) group at the wobble position (U34) of certain tRNAs, forming tRNA-cmnm(5)s(2)U34 gidA GO:0000166,GO:0001510,GO:0002097,GO:0002098,GO:0003674,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0006139,GO:0006396,GO:0006399,GO:0006400,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009314,GO:0009411,GO:0009416,GO:0009451,GO:0009628,GO:0009987,GO:0010467,GO:0016070,GO:0030488,GO:0032259,GO:0034470,GO:0034641,GO:0034660,GO:0036094,GO:0043167,GO:0043168,GO:0043170,GO:0043412,GO:0043414,GO:0044237,GO:0044238,GO:0044260,GO:0044424,GO:0044444,GO:0044464,GO:0046483,GO:0048037,GO:0050660,GO:0050662,GO:0050896,GO:0071704,GO:0090304,GO:0097159,GO:1901265,GO:1901360,GO:1901363 - ko:K03495 - - R08701 RC00053,RC00209,RC00870 ko00000,ko03016,ko03036 - - - GIDA,GIDA_assoc +BSU_41020 224308.BSU41020 0.0 875.0 COG0486@1|root,COG0486@2|Bacteria,1TPJF@1239|Firmicutes,4HA06@91061|Bacilli,1ZBTZ@1386|Bacillus 2|Bacteria S Exhibits a very high intrinsic GTPase hydrolysis rate. Involved in the addition of a carboxymethylaminomethyl (cmnm) group at the wobble position (U34) of certain tRNAs, forming tRNA- cmnm(5)s(2)U34 mnmE GO:0003674,GO:0005488,GO:0005515,GO:0042802 - ko:K03650 - - R08701 RC00053,RC00209,RC00870 ko00000,ko01000,ko03016 - - - MMR_HSR1,MnmE_helical,TrmE_N +BSU_41030 224308.BSU41030 7.47e-141 398.0 COG1847@1|root,COG1847@2|Bacteria,1V3IN@1239|Firmicutes,4HHHU@91061|Bacilli,1ZDGU@1386|Bacillus 2|Bacteria S single-stranded nucleic acid binding R3H jag - - ko:K06346 - - - - ko00000 - - - Jag_N,KH_4,R3H +BSU_41040 224308.BSU41040 1.74e-179 500.0 COG0706@1|root,COG0706@2|Bacteria,1TQ0J@1239|Firmicutes,4HB3J@91061|Bacilli,1ZBYD@1386|Bacillus 2|Bacteria U Required for the insertion and or proper folding and or complex formation of integral membrane proteins into the membrane. Involved in integration of membrane proteins that insert both dependently and independently of the Sec translocase complex, as well as at least some lipoproteins yidC GO:0005575,GO:0008150,GO:0009653,GO:0009987,GO:0016020,GO:0030154,GO:0030435,GO:0032502,GO:0043934,GO:0048646,GO:0048856,GO:0048869 - ko:K03217 ko02024,ko03060,ko03070,map02024,map03060,map03070 M00335 - - ko00000,ko00001,ko00002,ko02044,ko03029 2.A.9 - - 60KD_IMP +BSU_41050 224308.BSU41050 8.1e-71 214.0 COG0594@1|root,COG0594@2|Bacteria,1VA78@1239|Firmicutes,4HKG6@91061|Bacilli,1ZHUH@1386|Bacillus 2|Bacteria J RNaseP catalyzes the removal of the 5'-leader sequence from pre-tRNA to produce the mature 5'-terminus. It can also cleave other RNA substrates such as 4.5S RNA. The protein component plays an auxiliary but essential role in vivo by binding to the 5'-leader sequence and broadening the substrate specificity of the ribozyme rnpA GO:0000966,GO:0001682,GO:0003674,GO:0003676,GO:0003723,GO:0003824,GO:0004518,GO:0004519,GO:0004521,GO:0004526,GO:0004540,GO:0004549,GO:0005488,GO:0005575,GO:0005622,GO:0005623,GO:0005634,GO:0005655,GO:0005730,GO:0006139,GO:0006396,GO:0006399,GO:0006725,GO:0006807,GO:0008033,GO:0008150,GO:0008152,GO:0009987,GO:0010467,GO:0016070,GO:0016787,GO:0016788,GO:0016891,GO:0016893,GO:0030677,GO:0030681,GO:0031123,GO:0031404,GO:0031974,GO:0031981,GO:0032991,GO:0033204,GO:0034414,GO:0034470,GO:0034471,GO:0034641,GO:0034660,GO:0040007,GO:0042301,GO:0042779,GO:0042780,GO:0042781,GO:0043167,GO:0043168,GO:0043170,GO:0043199,GO:0043226,GO:0043227,GO:0043228,GO:0043229,GO:0043231,GO:0043232,GO:0043233,GO:0043628,GO:0044237,GO:0044238,GO:0044422,GO:0044424,GO:0044428,GO:0044446,GO:0044452,GO:0044464,GO:0046483,GO:0070013,GO:0071704,GO:0090304,GO:0090305,GO:0090501,GO:0090502,GO:0097159,GO:0099116,GO:0140098,GO:0140101,GO:1901360,GO:1901363,GO:1901681,GO:1902494,GO:1902555,GO:1905267,GO:1905348,GO:1990904 3.1.26.5 ko:K03536,ko:K08998 - - - - ko00000,ko01000,ko03016 - - - Ribonuclease_P +BSU_41060 1274524.BSONL12_19464 1.71e-20 81.6 COG0230@1|root,COG0230@2|Bacteria,1VK90@1239|Firmicutes,4HR2Z@91061|Bacilli,1ZJ74@1386|Bacillus 2|Bacteria J Belongs to the bacterial ribosomal protein bL34 family rpmH GO:0003674,GO:0003735,GO:0005198,GO:0005575,GO:0005622,GO:0005623,GO:0005737,GO:0005829,GO:0005840,GO:0006412,GO:0006518,GO:0006807,GO:0008150,GO:0008152,GO:0009058,GO:0009059,GO:0009987,GO:0010467,GO:0015934,GO:0019538,GO:0022625,GO:0022626,GO:0032991,GO:0034641,GO:0034645,GO:0043043,GO:0043170,GO:0043226,GO:0043228,GO:0043229,GO:0043232,GO:0043603,GO:0043604,GO:0044237,GO:0044238,GO:0044249,GO:0044260,GO:0044267,GO:0044271,GO:0044391,GO:0044422,GO:0044424,GO:0044444,GO:0044445,GO:0044446,GO:0044464,GO:0071704,GO:1901564,GO:1901566,GO:1901576,GO:1990904 - ko:K02914 ko03010,map03010 M00178 - - br01610,ko00000,ko00001,ko00002,ko03011 - - - Ribosomal_L34 +## 3955 queries scanned +## Total time (seconds): 1610.02778506279 +## Rate: 2.46 q/s diff --git a/data/external/kegg_mapping.csv b/data/external/kegg_mapping.csv index 7b6508d7..3236b90f 100644 --- a/data/external/kegg_mapping.csv +++ b/data/external/kegg_mapping.csv @@ -1,7362 +1,18897 @@ ,gene_id,database,kegg_id -2553,BSU_00010,KEGG_pathway,map02020 -2554,BSU_00010,KEGG_pathway,map04112 -2561,BSU_00020,KEGG_pathway,map00230 -2562,BSU_00020,KEGG_pathway,map00240 -2563,BSU_00020,KEGG_pathway,map01100 -2564,BSU_00020,KEGG_pathway,map03030 -2565,BSU_00020,KEGG_pathway,map03430 -2566,BSU_00020,KEGG_pathway,map03440 -2568,BSU_00040,KEGG_pathway,map03440 -2573,BSU_00090,KEGG_pathway,map00230 -2574,BSU_00090,KEGG_pathway,map00983 -2575,BSU_00090,KEGG_pathway,map01100 -2576,BSU_00090,KEGG_pathway,map01110 -2579,BSU_00100,KEGG_pathway,map00550 -2580,BSU_00100,KEGG_pathway,map01100 -2582,BSU_00110,KEGG_pathway,map00750 -2584,BSU_00120,KEGG_pathway,map00750 -2586,BSU_00130,KEGG_pathway,map00970 -2590,BSU_00140,KEGG_pathway,map00230 -2591,BSU_00140,KEGG_pathway,map00240 -2592,BSU_00140,KEGG_pathway,map01100 -2594,BSU_00150,KEGG_pathway,map00230 -2601,BSU_00190,KEGG_pathway,map00230 -2602,BSU_00190,KEGG_pathway,map00240 -2603,BSU_00190,KEGG_pathway,map01100 -2604,BSU_00190,KEGG_pathway,map03030 -2605,BSU_00190,KEGG_pathway,map03430 -2606,BSU_00190,KEGG_pathway,map03440 -2608,BSU_00210,KEGG_pathway,map03440 -2611,BSU_00280,KEGG_pathway,map00240 -2612,BSU_00280,KEGG_pathway,map01100 -2619,BSU_00310,KEGG_pathway,map00230 -2620,BSU_00310,KEGG_pathway,map00240 -2621,BSU_00310,KEGG_pathway,map01100 -2622,BSU_00310,KEGG_pathway,map03030 -2623,BSU_00310,KEGG_pathway,map03430 -2624,BSU_00310,KEGG_pathway,map03440 -2627,BSU_00380,KEGG_pathway,map00450 -2628,BSU_00380,KEGG_pathway,map00970 -2633,BSU_00460,KEGG_pathway,map00900 -2634,BSU_00460,KEGG_pathway,map01100 -2635,BSU_00460,KEGG_pathway,map01110 -2636,BSU_00460,KEGG_pathway,map01130 -2640,BSU_00500,KEGG_pathway,map00520 -2641,BSU_00500,KEGG_pathway,map01100 -2642,BSU_00500,KEGG_pathway,map01130 -2651,BSU_00510,KEGG_pathway,map00030 -2652,BSU_00510,KEGG_pathway,map00230 -2653,BSU_00510,KEGG_pathway,map01100 -2654,BSU_00510,KEGG_pathway,map01110 -2655,BSU_00510,KEGG_pathway,map01120 -2656,BSU_00510,KEGG_pathway,map01130 -2657,BSU_00510,KEGG_pathway,map01200 -2658,BSU_00510,KEGG_pathway,map01230 -2660,BSU_00520,KEGG_pathway,map03010 -2662,BSU_00550,KEGG_pathway,map03420 -2667,BSU_00680,KEGG_pathway,map00230 -2668,BSU_00680,KEGG_pathway,map00983 -2669,BSU_00680,KEGG_pathway,map01100 -2670,BSU_00680,KEGG_pathway,map01110 -2673,BSU_00700,KEGG_pathway,map00770 -2674,BSU_00700,KEGG_pathway,map01100 -2683,BSU_00730,KEGG_pathway,map00270 -2684,BSU_00730,KEGG_pathway,map00920 -2685,BSU_00730,KEGG_pathway,map01100 -2686,BSU_00730,KEGG_pathway,map01110 -2687,BSU_00730,KEGG_pathway,map01120 -2688,BSU_00730,KEGG_pathway,map01130 -2689,BSU_00730,KEGG_pathway,map01200 -2690,BSU_00730,KEGG_pathway,map01230 -2692,BSU_00740,KEGG_pathway,map00790 -2694,BSU_00750,KEGG_pathway,map00790 -2696,BSU_00760,KEGG_pathway,map00790 -2699,BSU_00770,KEGG_pathway,map00790 -2700,BSU_00770,KEGG_pathway,map01100 -2703,BSU_00780,KEGG_pathway,map00790 -2704,BSU_00780,KEGG_pathway,map01100 -2707,BSU_00790,KEGG_pathway,map00790 -2708,BSU_00790,KEGG_pathway,map01100 -2710,BSU_00820,KEGG_pathway,map00970 -2712,BSU_00860,KEGG_pathway,map01100 -2717,BSU_00900,KEGG_pathway,map00900 -2718,BSU_00900,KEGG_pathway,map01100 -2719,BSU_00900,KEGG_pathway,map01110 -2720,BSU_00900,KEGG_pathway,map01130 -2725,BSU_00910,KEGG_pathway,map00900 -2726,BSU_00910,KEGG_pathway,map01100 -2727,BSU_00910,KEGG_pathway,map01110 -2728,BSU_00910,KEGG_pathway,map01130 -2731,BSU_00920,KEGG_pathway,map00970 -2732,BSU_00920,KEGG_pathway,map01100 -2741,BSU_00930,KEGG_pathway,map00270 -2742,BSU_00930,KEGG_pathway,map00920 -2743,BSU_00930,KEGG_pathway,map01100 -2744,BSU_00930,KEGG_pathway,map01110 -2745,BSU_00930,KEGG_pathway,map01120 -2746,BSU_00930,KEGG_pathway,map01200 -2747,BSU_00930,KEGG_pathway,map01230 -2748,BSU_00930,KEGG_pathway,map05111 -2750,BSU_00940,KEGG_pathway,map00970 -2752,BSU_00990,KEGG_pathway,map03010 -2756,BSU_01000,KEGG_pathway,map02024 -2757,BSU_01000,KEGG_pathway,map03060 -2758,BSU_01000,KEGG_pathway,map03070 -2760,BSU_01020,KEGG_pathway,map03010 -2762,BSU_01030,KEGG_pathway,map03010 -2764,BSU_01040,KEGG_pathway,map03010 -2766,BSU_01050,KEGG_pathway,map03010 -2771,BSU_01070,KEGG_pathway,map00230 -2772,BSU_01070,KEGG_pathway,map00240 -2773,BSU_01070,KEGG_pathway,map01100 -2774,BSU_01070,KEGG_pathway,map03020 -2779,BSU_01080,KEGG_pathway,map00230 -2780,BSU_01080,KEGG_pathway,map00240 -2781,BSU_01080,KEGG_pathway,map01100 -2782,BSU_01080,KEGG_pathway,map03020 -2784,BSU_01090,KEGG_pathway,map03010 -2786,BSU_01100,KEGG_pathway,map03010 -2788,BSU_01110,KEGG_pathway,map03010 -2790,BSU_01150,KEGG_pathway,map03010 -2792,BSU_01160,KEGG_pathway,map03010 -2794,BSU_01170,KEGG_pathway,map03010 -2796,BSU_01180,KEGG_pathway,map03010 -2798,BSU_01190,KEGG_pathway,map03010 -2800,BSU_01200,KEGG_pathway,map03010 -2802,BSU_01210,KEGG_pathway,map03010 -2804,BSU_01220,KEGG_pathway,map03010 -2806,BSU_01230,KEGG_pathway,map03010 -2808,BSU_01240,KEGG_pathway,map03010 -2810,BSU_01250,KEGG_pathway,map03010 -2812,BSU_01260,KEGG_pathway,map03010 -2814,BSU_01270,KEGG_pathway,map03010 -2816,BSU_01280,KEGG_pathway,map03010 -2818,BSU_01290,KEGG_pathway,map03010 -2820,BSU_01300,KEGG_pathway,map03010 -2822,BSU_01310,KEGG_pathway,map03010 -2824,BSU_01320,KEGG_pathway,map03010 -2826,BSU_01330,KEGG_pathway,map03010 -2828,BSU_01340,KEGG_pathway,map03010 -2830,BSU_01350,KEGG_pathway,map03010 -2834,BSU_01360,KEGG_pathway,map02024 -2835,BSU_01360,KEGG_pathway,map03060 -2836,BSU_01360,KEGG_pathway,map03070 -2842,BSU_01370,KEGG_pathway,map00230 -2843,BSU_01370,KEGG_pathway,map00730 -2844,BSU_01370,KEGG_pathway,map01100 -2845,BSU_01370,KEGG_pathway,map01110 -2846,BSU_01370,KEGG_pathway,map01130 -2848,BSU_01400,KEGG_pathway,map03010 -2850,BSU_01410,KEGG_pathway,map03010 -2852,BSU_01420,KEGG_pathway,map03010 -2857,BSU_01430,KEGG_pathway,map00230 -2858,BSU_01430,KEGG_pathway,map00240 -2859,BSU_01430,KEGG_pathway,map01100 -2860,BSU_01430,KEGG_pathway,map03020 -2862,BSU_01440,KEGG_pathway,map03010 -2864,BSU_01450,KEGG_pathway,map02010 -2866,BSU_01460,KEGG_pathway,map02010 -2868,BSU_01470,KEGG_pathway,map02010 -2870,BSU_01490,KEGG_pathway,map03010 -2872,BSU_01500,KEGG_pathway,map03010 -2874,BSU_01530,KEGG_pathway,map01503 -2876,BSU_01610,KEGG_pathway,map02010 -2878,BSU_01620,KEGG_pathway,map02010 -2880,BSU_01630,KEGG_pathway,map02010 -2885,BSU_01660,KEGG_pathway,map00520 -2886,BSU_01660,KEGG_pathway,map00531 -2887,BSU_01660,KEGG_pathway,map01100 -2888,BSU_01660,KEGG_pathway,map01501 -2890,BSU_01670,KEGG_pathway,map00550 -2893,BSU_01680,KEGG_pathway,map00500 -2894,BSU_01680,KEGG_pathway,map02060 -2897,BSU_01700,KEGG_pathway,map00520 -2898,BSU_01700,KEGG_pathway,map01100 -2902,BSU_01770,KEGG_pathway,map00520 -2903,BSU_01770,KEGG_pathway,map01100 -2904,BSU_01770,KEGG_pathway,map01130 -2910,BSU_01780,KEGG_pathway,map00250 -2911,BSU_01780,KEGG_pathway,map00520 -2912,BSU_01780,KEGG_pathway,map01100 -2913,BSU_01780,KEGG_pathway,map01130 -2914,BSU_01780,KEGG_pathway,map04931 -2916,BSU_01800,KEGG_pathway,map03410 -2919,BSU_01830,KEGG_pathway,map00190 -2920,BSU_01830,KEGG_pathway,map01100 -2922,BSU_02090,KEGG_pathway,map01501 -2927,BSU_02130,KEGG_pathway,map00564 -2928,BSU_02130,KEGG_pathway,map00790 -2929,BSU_02130,KEGG_pathway,map01100 -2930,BSU_02130,KEGG_pathway,map02020 -2936,BSU_02230,KEGG_pathway,map00230 -2937,BSU_02230,KEGG_pathway,map00670 -2938,BSU_02230,KEGG_pathway,map01100 -2939,BSU_02230,KEGG_pathway,map01110 -2940,BSU_02230,KEGG_pathway,map01130 -2945,BSU_02270,KEGG_pathway,map00260 -2946,BSU_02270,KEGG_pathway,map00564 -2947,BSU_02270,KEGG_pathway,map01100 -2948,BSU_02270,KEGG_pathway,map01110 -2952,BSU_02290,KEGG_pathway,map00564 -2953,BSU_02290,KEGG_pathway,map01100 -2954,BSU_02290,KEGG_pathway,map01110 -2958,BSU_02350,KEGG_pathway,map00010 -2959,BSU_02350,KEGG_pathway,map00520 -2960,BSU_02350,KEGG_pathway,map02060 -2963,BSU_02360,KEGG_pathway,map00520 -2964,BSU_02360,KEGG_pathway,map01100 -2974,BSU_02390,KEGG_pathway,map00270 -2975,BSU_02390,KEGG_pathway,map00280 -2976,BSU_02390,KEGG_pathway,map00290 -2977,BSU_02390,KEGG_pathway,map00770 -2978,BSU_02390,KEGG_pathway,map01100 -2979,BSU_02390,KEGG_pathway,map01110 -2980,BSU_02390,KEGG_pathway,map01130 -2981,BSU_02390,KEGG_pathway,map01210 -2982,BSU_02390,KEGG_pathway,map01230 -2986,BSU_02410,KEGG_pathway,map00270 -2987,BSU_02410,KEGG_pathway,map01100 -2988,BSU_02410,KEGG_pathway,map01110 -2990,BSU_02420,KEGG_pathway,map02020 -3000,BSU_02430,KEGG_pathway,map00220 -3001,BSU_02430,KEGG_pathway,map00250 -3002,BSU_02430,KEGG_pathway,map00471 -3003,BSU_02430,KEGG_pathway,map01100 -3004,BSU_02430,KEGG_pathway,map04724 -3005,BSU_02430,KEGG_pathway,map04727 -3006,BSU_02430,KEGG_pathway,map04964 -3007,BSU_02430,KEGG_pathway,map05206 -3008,BSU_02430,KEGG_pathway,map05230 -3010,BSU_02440,KEGG_pathway,map02020 -3012,BSU_02450,KEGG_pathway,map02020 -3015,BSU_02460,KEGG_pathway,map00053 -3016,BSU_02460,KEGG_pathway,map01100 -3018,BSU_02470,KEGG_pathway,map00040 -3021,BSU_02490,KEGG_pathway,map00053 -3022,BSU_02490,KEGG_pathway,map01100 -3024,BSU_02510,KEGG_pathway,map00053 -3028,BSU_02620,KEGG_pathway,map00790 -3029,BSU_02620,KEGG_pathway,map01100 -3030,BSU_02620,KEGG_pathway,map02020 -3033,BSU_02630,KEGG_pathway,map03060 -3034,BSU_02630,KEGG_pathway,map03070 -3037,BSU_02640,KEGG_pathway,map03060 -3038,BSU_02640,KEGG_pathway,map03070 -3043,BSU_02690,KEGG_pathway,map00250 -3044,BSU_02690,KEGG_pathway,map00460 -3045,BSU_02690,KEGG_pathway,map01100 -3046,BSU_02690,KEGG_pathway,map01110 -3049,BSU_02700,KEGG_pathway,map00561 -3050,BSU_02700,KEGG_pathway,map01100 -3052,BSU_02730,KEGG_pathway,map02020 -3054,BSU_02740,KEGG_pathway,map02020 -3057,BSU_02750,KEGG_pathway,map02010 -3058,BSU_02750,KEGG_pathway,map02020 -3061,BSU_02760,KEGG_pathway,map02010 -3062,BSU_02760,KEGG_pathway,map02020 -3066,BSU_02830,KEGG_pathway,map00030 -3067,BSU_02830,KEGG_pathway,map01120 -3068,BSU_02830,KEGG_pathway,map01200 -3072,BSU_02840,KEGG_pathway,map00052 -3073,BSU_02840,KEGG_pathway,map00500 -3074,BSU_02840,KEGG_pathway,map01100 -3076,BSU_02850,KEGG_pathway,map02010 -3078,BSU_02860,KEGG_pathway,map02010 -3080,BSU_02870,KEGG_pathway,map02010 -3082,BSU_02980,KEGG_pathway,map02010 -3084,BSU_02990,KEGG_pathway,map02010 -3086,BSU_03000,KEGG_pathway,map02010 -3096,BSU_03050,KEGG_pathway,map00010 -3097,BSU_03050,KEGG_pathway,map00270 -3098,BSU_03050,KEGG_pathway,map00620 -3099,BSU_03050,KEGG_pathway,map00640 -3100,BSU_03050,KEGG_pathway,map01100 -3101,BSU_03050,KEGG_pathway,map01110 -3102,BSU_03050,KEGG_pathway,map01120 -3103,BSU_03050,KEGG_pathway,map01130 -3104,BSU_03050,KEGG_pathway,map04922 -3107,BSU_03130,KEGG_pathway,map00760 -3108,BSU_03130,KEGG_pathway,map01100 -3114,BSU_03150,KEGG_pathway,map00400 -3115,BSU_03150,KEGG_pathway,map01100 -3116,BSU_03150,KEGG_pathway,map01110 -3117,BSU_03150,KEGG_pathway,map01130 -3118,BSU_03150,KEGG_pathway,map01230 -3120,BSU_03170,KEGG_pathway,map02026 -3123,BSU_03180,KEGG_pathway,map00311 -3124,BSU_03180,KEGG_pathway,map01130 -3129,BSU_03200,KEGG_pathway,map00330 -3130,BSU_03200,KEGG_pathway,map01100 -3131,BSU_03200,KEGG_pathway,map01110 -3132,BSU_03200,KEGG_pathway,map01130 -3136,BSU_03210,KEGG_pathway,map00250 -3137,BSU_03210,KEGG_pathway,map00330 -3138,BSU_03210,KEGG_pathway,map01100 -3143,BSU_03280,KEGG_pathway,map00860 -3144,BSU_03280,KEGG_pathway,map01100 -3145,BSU_03280,KEGG_pathway,map01110 -3146,BSU_03280,KEGG_pathway,map01120 -3149,BSU_03290,KEGG_pathway,map00910 -3150,BSU_03290,KEGG_pathway,map01120 -3153,BSU_03300,KEGG_pathway,map00910 -3154,BSU_03300,KEGG_pathway,map01120 -3157,BSU_03310,KEGG_pathway,map00910 -3158,BSU_03310,KEGG_pathway,map01120 -3161,BSU_03320,KEGG_pathway,map00910 -3162,BSU_03320,KEGG_pathway,map01120 -3164,BSU_03330,KEGG_pathway,map00910 -3167,BSU_03340,KEGG_pathway,map00790 -3168,BSU_03340,KEGG_pathway,map01100 -3170,BSU_03370,KEGG_pathway,map02010 -3172,BSU_03380,KEGG_pathway,map02010 -3175,BSU_03410,KEGG_pathway,map00010 -3176,BSU_03410,KEGG_pathway,map00500 -3179,BSU_03440,KEGG_pathway,map02020 -3180,BSU_03440,KEGG_pathway,map02030 -3187,BSU_03450,KEGG_pathway,map00030 -3188,BSU_03450,KEGG_pathway,map00680 -3189,BSU_03450,KEGG_pathway,map01100 -3190,BSU_03450,KEGG_pathway,map01120 -3191,BSU_03450,KEGG_pathway,map01200 -3192,BSU_03450,KEGG_pathway,map01230 -3199,BSU_03460,KEGG_pathway,map00030 -3200,BSU_03460,KEGG_pathway,map00680 -3201,BSU_03460,KEGG_pathway,map01100 -3202,BSU_03460,KEGG_pathway,map01120 -3203,BSU_03460,KEGG_pathway,map01200 -3204,BSU_03460,KEGG_pathway,map01230 -3207,BSU_03480,KEGG_pathway,map01054 -3208,BSU_03480,KEGG_pathway,map02024 -3211,BSU_03490,KEGG_pathway,map01054 -3212,BSU_03490,KEGG_pathway,map02024 -3215,BSU_03510,KEGG_pathway,map01054 -3216,BSU_03510,KEGG_pathway,map02024 -3218,BSU_03520,KEGG_pathway,map02024 -3220,BSU_03569,KEGG_pathway,map00770 -3222,BSU_03570,KEGG_pathway,map00770 -3224,BSU_03590,KEGG_pathway,map02010 -3226,BSU_03600,KEGG_pathway,map02010 -3228,BSU_03610,KEGG_pathway,map02010 -3236,BSU_03630,KEGG_pathway,map00130 -3237,BSU_03630,KEGG_pathway,map00627 -3238,BSU_03630,KEGG_pathway,map00940 -3239,BSU_03630,KEGG_pathway,map01100 -3240,BSU_03630,KEGG_pathway,map01110 -3241,BSU_03630,KEGG_pathway,map01120 -3242,BSU_03630,KEGG_pathway,map01220 -3247,BSU_03640,KEGG_pathway,map00365 -3248,BSU_03640,KEGG_pathway,map00627 -3249,BSU_03640,KEGG_pathway,map01120 -3250,BSU_03640,KEGG_pathway,map01220 -3254,BSU_03651,KEGG_pathway,map00627 -3255,BSU_03651,KEGG_pathway,map01120 -3256,BSU_03651,KEGG_pathway,map01220 -3258,BSU_03770,KEGG_pathway,map02024 -3269,BSU_03790,KEGG_pathway,map00260 -3270,BSU_03790,KEGG_pathway,map00261 -3271,BSU_03790,KEGG_pathway,map00270 -3272,BSU_03790,KEGG_pathway,map00300 -3273,BSU_03790,KEGG_pathway,map01100 -3274,BSU_03790,KEGG_pathway,map01110 -3275,BSU_03790,KEGG_pathway,map01120 -3276,BSU_03790,KEGG_pathway,map01130 -3277,BSU_03790,KEGG_pathway,map01210 -3278,BSU_03790,KEGG_pathway,map01230 -3280,BSU_03800,KEGG_pathway,map02010 -3282,BSU_03810,KEGG_pathway,map02010 -3284,BSU_03820,KEGG_pathway,map02010 -3286,BSU_03830,KEGG_pathway,map02010 -3291,BSU_03860,KEGG_pathway,map00633 -3292,BSU_03860,KEGG_pathway,map00740 -3293,BSU_03860,KEGG_pathway,map01100 -3294,BSU_03860,KEGG_pathway,map01120 -3302,BSU_03900,KEGG_pathway,map00250 -3303,BSU_03900,KEGG_pathway,map00280 -3304,BSU_03900,KEGG_pathway,map00410 -3305,BSU_03900,KEGG_pathway,map00640 -3306,BSU_03900,KEGG_pathway,map00650 -3307,BSU_03900,KEGG_pathway,map01100 -3308,BSU_03900,KEGG_pathway,map01120 -3316,BSU_03910,KEGG_pathway,map00250 -3317,BSU_03910,KEGG_pathway,map00310 -3318,BSU_03910,KEGG_pathway,map00350 -3319,BSU_03910,KEGG_pathway,map00650 -3320,BSU_03910,KEGG_pathway,map00760 -3321,BSU_03910,KEGG_pathway,map01100 -3322,BSU_03910,KEGG_pathway,map01120 -3326,BSU_03930,KEGG_pathway,map00030 -3327,BSU_03930,KEGG_pathway,map01120 -3328,BSU_03930,KEGG_pathway,map01200 -3331,BSU_03981,KEGG_pathway,map00051 -3332,BSU_03981,KEGG_pathway,map02060 -3335,BSU_03982,KEGG_pathway,map00051 -3336,BSU_03982,KEGG_pathway,map02060 -3338,BSU_03990,KEGG_pathway,map00051 -3341,BSU_04000,KEGG_pathway,map00630 -3342,BSU_04000,KEGG_pathway,map00650 -3345,BSU_04010,KEGG_pathway,map02024 -3346,BSU_04010,KEGG_pathway,map03060 -3351,BSU_04030,KEGG_pathway,map00061 -3352,BSU_04030,KEGG_pathway,map00780 -3353,BSU_04030,KEGG_pathway,map01100 -3354,BSU_04030,KEGG_pathway,map01212 -3358,BSU_04040,KEGG_pathway,map00740 -3359,BSU_04040,KEGG_pathway,map01100 -3360,BSU_04040,KEGG_pathway,map01110 -3362,BSU_04200,KEGG_pathway,map00040 -3365,BSU_04340,KEGG_pathway,map00620 -3366,BSU_04340,KEGG_pathway,map01100 -3368,BSU_04450,KEGG_pathway,map02020 -3370,BSU_04460,KEGG_pathway,map02020 -3372,BSU_04470,KEGG_pathway,map02020 -3377,BSU_04560,KEGG_pathway,map00473 -3378,BSU_04560,KEGG_pathway,map00550 -3379,BSU_04560,KEGG_pathway,map01100 -3380,BSU_04560,KEGG_pathway,map01502 -3385,BSU_04570,KEGG_pathway,map00300 -3386,BSU_04570,KEGG_pathway,map00550 -3387,BSU_04570,KEGG_pathway,map01100 -3388,BSU_04570,KEGG_pathway,map01502 -3390,BSU_04580,KEGG_pathway,map03018 -3392,BSU_04620,KEGG_pathway,map00770 -3396,BSU_04640,KEGG_pathway,map00473 -3397,BSU_04640,KEGG_pathway,map01100 -3398,BSU_04640,KEGG_pathway,map01502 -3400,BSU_05010,KEGG_pathway,map02024 -3402,BSU_05410,KEGG_pathway,map02020 -3404,BSU_05420,KEGG_pathway,map02020 -3406,BSU_05430,KEGG_pathway,map02020 -3408,BSU_05610,KEGG_pathway,map02010 -3413,BSU_05740,KEGG_pathway,map00730 -3414,BSU_05740,KEGG_pathway,map00790 -3415,BSU_05740,KEGG_pathway,map01100 -3416,BSU_05740,KEGG_pathway,map02020 -3419,BSU_05810,KEGG_pathway,map00500 -3420,BSU_05810,KEGG_pathway,map02060 -3423,BSU_05820,KEGG_pathway,map00500 -3424,BSU_05820,KEGG_pathway,map02060 -3427,BSU_05830,KEGG_pathway,map00500 -3428,BSU_05830,KEGG_pathway,map02060 -3431,BSU_05840,KEGG_pathway,map00010 -3432,BSU_05840,KEGG_pathway,map00500 -3437,BSU_05860,KEGG_pathway,map00051 -3438,BSU_05860,KEGG_pathway,map00500 -3439,BSU_05860,KEGG_pathway,map00520 -3440,BSU_05860,KEGG_pathway,map01100 -3446,BSU_05870,KEGG_pathway,map00051 -3447,BSU_05870,KEGG_pathway,map00520 -3448,BSU_05870,KEGG_pathway,map01100 -3449,BSU_05870,KEGG_pathway,map01110 -3450,BSU_05870,KEGG_pathway,map01130 -3453,BSU_05880,KEGG_pathway,map00051 -3454,BSU_05880,KEGG_pathway,map02024 -3457,BSU_05900,KEGG_pathway,map00730 -3458,BSU_05900,KEGG_pathway,map01100 -3462,BSU_05960,KEGG_pathway,map00790 -3463,BSU_05960,KEGG_pathway,map01100 -3464,BSU_05960,KEGG_pathway,map04122 -3467,BSU_05980,KEGG_pathway,map03060 -3468,BSU_05980,KEGG_pathway,map03070 -3471,BSU_05990,KEGG_pathway,map03060 -3472,BSU_05990,KEGG_pathway,map03070 -3478,BSU_06030,KEGG_pathway,map03018 -3479,BSU_06030,KEGG_pathway,map04212 -3480,BSU_06030,KEGG_pathway,map04940 -3481,BSU_06030,KEGG_pathway,map05134 -3482,BSU_06030,KEGG_pathway,map05152 -3486,BSU_06060,KEGG_pathway,map00270 -3487,BSU_06060,KEGG_pathway,map01100 -3488,BSU_06060,KEGG_pathway,map05206 -3492,BSU_06070,KEGG_pathway,map00270 -3493,BSU_06070,KEGG_pathway,map01100 -3494,BSU_06070,KEGG_pathway,map05206 -3506,BSU_06073,KEGG_pathway,map00010 -3507,BSU_06073,KEGG_pathway,map00030 -3508,BSU_06073,KEGG_pathway,map00052 -3509,BSU_06073,KEGG_pathway,map00230 -3510,BSU_06073,KEGG_pathway,map00500 -3511,BSU_06073,KEGG_pathway,map00520 -3512,BSU_06073,KEGG_pathway,map00521 -3513,BSU_06073,KEGG_pathway,map01100 -3514,BSU_06073,KEGG_pathway,map01110 -3515,BSU_06073,KEGG_pathway,map01120 -3516,BSU_06073,KEGG_pathway,map01130 -3528,BSU_06074,KEGG_pathway,map00010 -3529,BSU_06074,KEGG_pathway,map00030 -3530,BSU_06074,KEGG_pathway,map00052 -3531,BSU_06074,KEGG_pathway,map00230 -3532,BSU_06074,KEGG_pathway,map00500 -3533,BSU_06074,KEGG_pathway,map00520 -3534,BSU_06074,KEGG_pathway,map00521 -3535,BSU_06074,KEGG_pathway,map01100 -3536,BSU_06074,KEGG_pathway,map01110 -3537,BSU_06074,KEGG_pathway,map01120 -3538,BSU_06074,KEGG_pathway,map01130 -3550,BSU_06076,KEGG_pathway,map00010 -3551,BSU_06076,KEGG_pathway,map00030 -3552,BSU_06076,KEGG_pathway,map00052 -3553,BSU_06076,KEGG_pathway,map00230 -3554,BSU_06076,KEGG_pathway,map00500 -3555,BSU_06076,KEGG_pathway,map00520 -3556,BSU_06076,KEGG_pathway,map00521 -3557,BSU_06076,KEGG_pathway,map01100 -3558,BSU_06076,KEGG_pathway,map01110 -3559,BSU_06076,KEGG_pathway,map01120 -3560,BSU_06076,KEGG_pathway,map01130 -3572,BSU_06078,KEGG_pathway,map00010 -3573,BSU_06078,KEGG_pathway,map00030 -3574,BSU_06078,KEGG_pathway,map00052 -3575,BSU_06078,KEGG_pathway,map00230 -3576,BSU_06078,KEGG_pathway,map00500 -3577,BSU_06078,KEGG_pathway,map00520 -3578,BSU_06078,KEGG_pathway,map00521 -3579,BSU_06078,KEGG_pathway,map01100 -3580,BSU_06078,KEGG_pathway,map01110 -3581,BSU_06078,KEGG_pathway,map01120 -3582,BSU_06078,KEGG_pathway,map01130 -3586,BSU_06150,KEGG_pathway,map00040 -3587,BSU_06150,KEGG_pathway,map00051 -3588,BSU_06150,KEGG_pathway,map01100 -3593,BSU_06170,KEGG_pathway,map00051 -3594,BSU_06170,KEGG_pathway,map00500 -3595,BSU_06170,KEGG_pathway,map00520 -3596,BSU_06170,KEGG_pathway,map01100 -3598,BSU_06240,KEGG_pathway,map00650 -3602,BSU_06360,KEGG_pathway,map00230 -3603,BSU_06360,KEGG_pathway,map00983 -3604,BSU_06360,KEGG_pathway,map01100 -3609,BSU_06420,KEGG_pathway,map00230 -3610,BSU_06420,KEGG_pathway,map01100 -3611,BSU_06420,KEGG_pathway,map01110 -3612,BSU_06420,KEGG_pathway,map01130 -3617,BSU_06430,KEGG_pathway,map00230 -3618,BSU_06430,KEGG_pathway,map01100 -3619,BSU_06430,KEGG_pathway,map01110 -3620,BSU_06430,KEGG_pathway,map01130 -3626,BSU_06440,KEGG_pathway,map00230 -3627,BSU_06440,KEGG_pathway,map00250 -3628,BSU_06440,KEGG_pathway,map01100 -3629,BSU_06440,KEGG_pathway,map01110 -3630,BSU_06440,KEGG_pathway,map01130 -3635,BSU_06450,KEGG_pathway,map00230 -3636,BSU_06450,KEGG_pathway,map01100 -3637,BSU_06450,KEGG_pathway,map01110 -3638,BSU_06450,KEGG_pathway,map01130 -3643,BSU_06460,KEGG_pathway,map00230 -3644,BSU_06460,KEGG_pathway,map01100 -3645,BSU_06460,KEGG_pathway,map01110 -3646,BSU_06460,KEGG_pathway,map01130 -3651,BSU_06470,KEGG_pathway,map00230 -3652,BSU_06470,KEGG_pathway,map01100 -3653,BSU_06470,KEGG_pathway,map01110 -3654,BSU_06470,KEGG_pathway,map01130 -3659,BSU_06480,KEGG_pathway,map00230 -3660,BSU_06480,KEGG_pathway,map01100 -3661,BSU_06480,KEGG_pathway,map01110 -3662,BSU_06480,KEGG_pathway,map01130 -3668,BSU_06490,KEGG_pathway,map00230 -3669,BSU_06490,KEGG_pathway,map00250 -3670,BSU_06490,KEGG_pathway,map01100 -3671,BSU_06490,KEGG_pathway,map01110 -3672,BSU_06490,KEGG_pathway,map01130 -3677,BSU_06500,KEGG_pathway,map00230 -3678,BSU_06500,KEGG_pathway,map01100 -3679,BSU_06500,KEGG_pathway,map01110 -3680,BSU_06500,KEGG_pathway,map01130 -3686,BSU_06510,KEGG_pathway,map00230 -3687,BSU_06510,KEGG_pathway,map00670 -3688,BSU_06510,KEGG_pathway,map01100 -3689,BSU_06510,KEGG_pathway,map01110 -3690,BSU_06510,KEGG_pathway,map01130 -3697,BSU_06520,KEGG_pathway,map00230 -3698,BSU_06520,KEGG_pathway,map00670 -3699,BSU_06520,KEGG_pathway,map01100 -3700,BSU_06520,KEGG_pathway,map01110 -3701,BSU_06520,KEGG_pathway,map01130 -3702,BSU_06520,KEGG_pathway,map01523 -3707,BSU_06530,KEGG_pathway,map00230 -3708,BSU_06530,KEGG_pathway,map01100 -3709,BSU_06530,KEGG_pathway,map01110 -3710,BSU_06530,KEGG_pathway,map01130 -3713,BSU_06560,KEGG_pathway,map00230 -3714,BSU_06560,KEGG_pathway,map01100 -3717,BSU_06610,KEGG_pathway,map03420 -3718,BSU_06610,KEGG_pathway,map03430 -3723,BSU_06620,KEGG_pathway,map03030 -3724,BSU_06620,KEGG_pathway,map03410 -3725,BSU_06620,KEGG_pathway,map03420 -3726,BSU_06620,KEGG_pathway,map03430 -3729,BSU_06670,KEGG_pathway,map00970 -3730,BSU_06670,KEGG_pathway,map01100 -3733,BSU_06680,KEGG_pathway,map00970 -3734,BSU_06680,KEGG_pathway,map01100 -3737,BSU_06690,KEGG_pathway,map00970 -3738,BSU_06690,KEGG_pathway,map01100 -3743,BSU_06720,KEGG_pathway,map00561 -3744,BSU_06720,KEGG_pathway,map00564 -3745,BSU_06720,KEGG_pathway,map01100 -3746,BSU_06720,KEGG_pathway,map01110 -3748,BSU_06830,KEGG_pathway,map02024 -3750,BSU_06950,KEGG_pathway,map02020 -3752,BSU_06960,KEGG_pathway,map02020 -3757,BSU_07080,KEGG_pathway,map00052 -3758,BSU_07080,KEGG_pathway,map00511 -3759,BSU_07080,KEGG_pathway,map00600 -3760,BSU_07080,KEGG_pathway,map01100 -3762,BSU_07100,KEGG_pathway,map02010 -3764,BSU_07110,KEGG_pathway,map02010 -3766,BSU_07120,KEGG_pathway,map02010 -3771,BSU_07130,KEGG_pathway,map00052 -3772,BSU_07130,KEGG_pathway,map00561 -3773,BSU_07130,KEGG_pathway,map00600 -3774,BSU_07130,KEGG_pathway,map00603 -3777,BSU_07150,KEGG_pathway,map00860 -3778,BSU_07150,KEGG_pathway,map01110 -3783,BSU_07250,KEGG_pathway,map00071 -3784,BSU_07250,KEGG_pathway,map00380 -3785,BSU_07250,KEGG_pathway,map00627 -3786,BSU_07250,KEGG_pathway,map01120 -3789,BSU_07260,KEGG_pathway,map00561 -3790,BSU_07260,KEGG_pathway,map01100 -3794,BSU_07270,KEGG_pathway,map00500 -3795,BSU_07270,KEGG_pathway,map00520 -3796,BSU_07270,KEGG_pathway,map01100 -3798,BSU_07280,KEGG_pathway,map00520 -3803,BSU_07330,KEGG_pathway,map00361 -3804,BSU_07330,KEGG_pathway,map00625 -3805,BSU_07330,KEGG_pathway,map01100 -3806,BSU_07330,KEGG_pathway,map01120 -3826,BSU_07350,KEGG_pathway,map00010 -3827,BSU_07350,KEGG_pathway,map00053 -3828,BSU_07350,KEGG_pathway,map00071 -3829,BSU_07350,KEGG_pathway,map00280 -3830,BSU_07350,KEGG_pathway,map00310 -3831,BSU_07350,KEGG_pathway,map00330 -3832,BSU_07350,KEGG_pathway,map00340 -3833,BSU_07350,KEGG_pathway,map00380 -3834,BSU_07350,KEGG_pathway,map00410 -3835,BSU_07350,KEGG_pathway,map00561 -3836,BSU_07350,KEGG_pathway,map00620 -3837,BSU_07350,KEGG_pathway,map00625 -3838,BSU_07350,KEGG_pathway,map00627 -3839,BSU_07350,KEGG_pathway,map00903 -3840,BSU_07350,KEGG_pathway,map00981 -3841,BSU_07350,KEGG_pathway,map01100 -3842,BSU_07350,KEGG_pathway,map01110 -3843,BSU_07350,KEGG_pathway,map01120 -3844,BSU_07350,KEGG_pathway,map01130 -3846,BSU_07490,KEGG_pathway,map02010 -3848,BSU_07500,KEGG_pathway,map02010 -3850,BSU_07510,KEGG_pathway,map02010 -3852,BSU_07520,KEGG_pathway,map02010 -3855,BSU_07560,KEGG_pathway,map00040 -3856,BSU_07560,KEGG_pathway,map02024 -3858,BSU_07580,KEGG_pathway,map02020 -3860,BSU_07590,KEGG_pathway,map02020 -3862,BSU_07610,KEGG_pathway,map02020 -3867,BSU_07630,KEGG_pathway,map00220 -3868,BSU_07630,KEGG_pathway,map00330 -3869,BSU_07630,KEGG_pathway,map01100 -3870,BSU_07630,KEGG_pathway,map01110 -3874,BSU_07640,KEGG_pathway,map00620 -3875,BSU_07640,KEGG_pathway,map00627 -3876,BSU_07640,KEGG_pathway,map01120 -3879,BSU_07700,KEGG_pathway,map00520 -3880,BSU_07700,KEGG_pathway,map02060 -3883,BSU_07710,KEGG_pathway,map00561 -3884,BSU_07710,KEGG_pathway,map01100 -3887,BSU_07800,KEGG_pathway,map00500 -3888,BSU_07800,KEGG_pathway,map02060 -3890,BSU_07810,KEGG_pathway,map00500 -3896,BSU_07840,KEGG_pathway,map00230 -3897,BSU_07840,KEGG_pathway,map00240 -3898,BSU_07840,KEGG_pathway,map00760 -3899,BSU_07840,KEGG_pathway,map01100 -3900,BSU_07840,KEGG_pathway,map01110 -3902,BSU_08010,KEGG_pathway,map03410 -3911,BSU_08080,KEGG_pathway,map00010 -3912,BSU_08080,KEGG_pathway,map00020 -3913,BSU_08080,KEGG_pathway,map00620 -3914,BSU_08080,KEGG_pathway,map01100 -3915,BSU_08080,KEGG_pathway,map01110 -3916,BSU_08080,KEGG_pathway,map01120 -3917,BSU_08080,KEGG_pathway,map01130 -3918,BSU_08080,KEGG_pathway,map01200 -3931,BSU_08090,KEGG_pathway,map00010 -3932,BSU_08090,KEGG_pathway,map00020 -3933,BSU_08090,KEGG_pathway,map00260 -3934,BSU_08090,KEGG_pathway,map00280 -3935,BSU_08090,KEGG_pathway,map00620 -3936,BSU_08090,KEGG_pathway,map00630 -3937,BSU_08090,KEGG_pathway,map00640 -3938,BSU_08090,KEGG_pathway,map01100 -3939,BSU_08090,KEGG_pathway,map01110 -3940,BSU_08090,KEGG_pathway,map01120 -3941,BSU_08090,KEGG_pathway,map01130 -3942,BSU_08090,KEGG_pathway,map01200 -3944,BSU_08180,KEGG_pathway,map00500 -3947,BSU_08200,KEGG_pathway,map00500 -3948,BSU_08200,KEGG_pathway,map02060 -3956,BSU_08240,KEGG_pathway,map00361 -3957,BSU_08240,KEGG_pathway,map00362 -3958,BSU_08240,KEGG_pathway,map00622 -3959,BSU_08240,KEGG_pathway,map00643 -3960,BSU_08240,KEGG_pathway,map01100 -3961,BSU_08240,KEGG_pathway,map01120 -3962,BSU_08240,KEGG_pathway,map01220 -3965,BSU_08350,KEGG_pathway,map00561 -3966,BSU_08350,KEGG_pathway,map01100 -3970,BSU_08425,KEGG_pathway,map01503 -3971,BSU_08425,KEGG_pathway,map02020 -3972,BSU_08425,KEGG_pathway,map05150 -3974,BSU_08440,KEGG_pathway,map02010 -3976,BSU_08450,KEGG_pathway,map02010 -3978,BSU_08460,KEGG_pathway,map02010 -3980,BSU_08630,KEGG_pathway,map03410 -3984,BSU_08650,KEGG_pathway,map00061 -3985,BSU_08650,KEGG_pathway,map01100 -3986,BSU_08650,KEGG_pathway,map01212 -3988,BSU_08690,KEGG_pathway,map02010 -3993,BSU_08710,KEGG_pathway,map00860 -3994,BSU_08710,KEGG_pathway,map01100 -3995,BSU_08710,KEGG_pathway,map01110 -3996,BSU_08710,KEGG_pathway,map01120 -3999,BSU_08790,KEGG_pathway,map00730 -4000,BSU_08790,KEGG_pathway,map01100 -4014,BSU_08820,KEGG_pathway,map00380 -4015,BSU_08820,KEGG_pathway,map00630 -4016,BSU_08820,KEGG_pathway,map01110 -4017,BSU_08820,KEGG_pathway,map01130 -4018,BSU_08820,KEGG_pathway,map01200 -4019,BSU_08820,KEGG_pathway,map04011 -4020,BSU_08820,KEGG_pathway,map04016 -4021,BSU_08820,KEGG_pathway,map04068 -4022,BSU_08820,KEGG_pathway,map04146 -4023,BSU_08820,KEGG_pathway,map04211 -4024,BSU_08820,KEGG_pathway,map04212 -4025,BSU_08820,KEGG_pathway,map04213 -4026,BSU_08820,KEGG_pathway,map05014 -4029,BSU_08830,KEGG_pathway,map00920 -4030,BSU_08830,KEGG_pathway,map02010 -4033,BSU_08840,KEGG_pathway,map00920 -4034,BSU_08840,KEGG_pathway,map02010 -4037,BSU_08850,KEGG_pathway,map00920 -4038,BSU_08850,KEGG_pathway,map02010 -4040,BSU_08860,KEGG_pathway,map00920 -4042,BSU_08880,KEGG_pathway,map03010 -4045,BSU_09020,KEGG_pathway,map00130 -4046,BSU_09020,KEGG_pathway,map01110 -4048,BSU_09110,KEGG_pathway,map02010 -4054,BSU_09190,KEGG_pathway,map00230 -4055,BSU_09190,KEGG_pathway,map00240 -4056,BSU_09190,KEGG_pathway,map00760 -4057,BSU_09190,KEGG_pathway,map01100 -4058,BSU_09190,KEGG_pathway,map01110 -4063,BSU_09290,KEGG_pathway,map00561 -4064,BSU_09290,KEGG_pathway,map01100 -4065,BSU_09290,KEGG_pathway,map03320 -4066,BSU_09290,KEGG_pathway,map04626 -4069,BSU_09300,KEGG_pathway,map00564 -4070,BSU_09300,KEGG_pathway,map01110 -4082,BSU_09310,KEGG_pathway,map00010 -4083,BSU_09310,KEGG_pathway,map00030 -4084,BSU_09310,KEGG_pathway,map00052 -4085,BSU_09310,KEGG_pathway,map00230 -4086,BSU_09310,KEGG_pathway,map00500 -4087,BSU_09310,KEGG_pathway,map00520 -4088,BSU_09310,KEGG_pathway,map00521 -4089,BSU_09310,KEGG_pathway,map01100 -4090,BSU_09310,KEGG_pathway,map01110 -4091,BSU_09310,KEGG_pathway,map01120 -4092,BSU_09310,KEGG_pathway,map01130 -4094,BSU_09380,KEGG_pathway,map05132 -4099,BSU_09410,KEGG_pathway,map00730 -4100,BSU_09410,KEGG_pathway,map00790 -4101,BSU_09410,KEGG_pathway,map01100 -4102,BSU_09410,KEGG_pathway,map02020 -4112,BSU_09440,KEGG_pathway,map00020 -4113,BSU_09440,KEGG_pathway,map00630 -4114,BSU_09440,KEGG_pathway,map01100 -4115,BSU_09440,KEGG_pathway,map01110 -4116,BSU_09440,KEGG_pathway,map01120 -4117,BSU_09440,KEGG_pathway,map01130 -4118,BSU_09440,KEGG_pathway,map01200 -4119,BSU_09440,KEGG_pathway,map01210 -4120,BSU_09440,KEGG_pathway,map01230 -4125,BSU_09540,KEGG_pathway,map00561 -4126,BSU_09540,KEGG_pathway,map00564 -4127,BSU_09540,KEGG_pathway,map01100 -4128,BSU_09540,KEGG_pathway,map01110 -4144,BSU_09570,KEGG_pathway,map00220 -4145,BSU_09570,KEGG_pathway,map00250 -4146,BSU_09570,KEGG_pathway,map00270 -4147,BSU_09570,KEGG_pathway,map00330 -4148,BSU_09570,KEGG_pathway,map00350 -4149,BSU_09570,KEGG_pathway,map00360 -4150,BSU_09570,KEGG_pathway,map00400 -4151,BSU_09570,KEGG_pathway,map00401 -4152,BSU_09570,KEGG_pathway,map00950 -4153,BSU_09570,KEGG_pathway,map00960 -4154,BSU_09570,KEGG_pathway,map01100 -4155,BSU_09570,KEGG_pathway,map01110 -4156,BSU_09570,KEGG_pathway,map01130 -4157,BSU_09570,KEGG_pathway,map01210 -4158,BSU_09570,KEGG_pathway,map01230 -4160,BSU_09620,KEGG_pathway,map00564 -4167,BSU_09670,KEGG_pathway,map00310 -4168,BSU_09670,KEGG_pathway,map00330 -4169,BSU_09670,KEGG_pathway,map00360 -4170,BSU_09670,KEGG_pathway,map00472 -4171,BSU_09670,KEGG_pathway,map00473 -4172,BSU_09670,KEGG_pathway,map01100 -4174,BSU_09710,KEGG_pathway,map02010 -4176,BSU_09720,KEGG_pathway,map02010 -4185,BSU_10020,KEGG_pathway,map00260 -4186,BSU_10020,KEGG_pathway,map00680 -4187,BSU_10020,KEGG_pathway,map00750 -4188,BSU_10020,KEGG_pathway,map01100 -4189,BSU_10020,KEGG_pathway,map01120 -4190,BSU_10020,KEGG_pathway,map01130 -4191,BSU_10020,KEGG_pathway,map01200 -4192,BSU_10020,KEGG_pathway,map01230 -4196,BSU_10110,KEGG_pathway,map00550 -4197,BSU_10110,KEGG_pathway,map01100 -4198,BSU_10110,KEGG_pathway,map01501 -4202,BSU_10120,KEGG_pathway,map00860 -4203,BSU_10120,KEGG_pathway,map01100 -4204,BSU_10120,KEGG_pathway,map01110 -4208,BSU_10130,KEGG_pathway,map00860 -4209,BSU_10130,KEGG_pathway,map01100 -4210,BSU_10130,KEGG_pathway,map01110 -4214,BSU_10140,KEGG_pathway,map00860 -4215,BSU_10140,KEGG_pathway,map01100 -4216,BSU_10140,KEGG_pathway,map01110 -4220,BSU_10170,KEGG_pathway,map00061 -4221,BSU_10170,KEGG_pathway,map01100 -4222,BSU_10170,KEGG_pathway,map01212 -4225,BSU_10250,KEGG_pathway,map00785 -4226,BSU_10250,KEGG_pathway,map01100 -4237,BSU_10270,KEGG_pathway,map00061 -4238,BSU_10270,KEGG_pathway,map00071 -4239,BSU_10270,KEGG_pathway,map01100 -4240,BSU_10270,KEGG_pathway,map01212 -4241,BSU_10270,KEGG_pathway,map02024 -4242,BSU_10270,KEGG_pathway,map03320 -4243,BSU_10270,KEGG_pathway,map04146 -4244,BSU_10270,KEGG_pathway,map04216 -4245,BSU_10270,KEGG_pathway,map04714 -4246,BSU_10270,KEGG_pathway,map04920 -4248,BSU_10300,KEGG_pathway,map02024 -4250,BSU_10330,KEGG_pathway,map02010 -4270,BSU_10350,KEGG_pathway,map00071 -4271,BSU_10350,KEGG_pathway,map00072 -4272,BSU_10350,KEGG_pathway,map00280 -4273,BSU_10350,KEGG_pathway,map00310 -4274,BSU_10350,KEGG_pathway,map00362 -4275,BSU_10350,KEGG_pathway,map00380 -4276,BSU_10350,KEGG_pathway,map00620 -4277,BSU_10350,KEGG_pathway,map00630 -4278,BSU_10350,KEGG_pathway,map00640 -4279,BSU_10350,KEGG_pathway,map00650 -4280,BSU_10350,KEGG_pathway,map00720 -4281,BSU_10350,KEGG_pathway,map00900 -4282,BSU_10350,KEGG_pathway,map01100 -4283,BSU_10350,KEGG_pathway,map01110 -4284,BSU_10350,KEGG_pathway,map01120 -4285,BSU_10350,KEGG_pathway,map01130 -4286,BSU_10350,KEGG_pathway,map01200 -4287,BSU_10350,KEGG_pathway,map01212 -4288,BSU_10350,KEGG_pathway,map02020 -4299,BSU_10360,KEGG_pathway,map00061 -4300,BSU_10360,KEGG_pathway,map00071 -4301,BSU_10360,KEGG_pathway,map01100 -4302,BSU_10360,KEGG_pathway,map01212 -4303,BSU_10360,KEGG_pathway,map02024 -4304,BSU_10360,KEGG_pathway,map03320 -4305,BSU_10360,KEGG_pathway,map04146 -4306,BSU_10360,KEGG_pathway,map04216 -4307,BSU_10360,KEGG_pathway,map04714 -4308,BSU_10360,KEGG_pathway,map04920 -4310,BSU_10370,KEGG_pathway,map02010 -4312,BSU_10420,KEGG_pathway,map02024 -4315,BSU_10490,KEGG_pathway,map02024 -4316,BSU_10490,KEGG_pathway,map03060 -4320,BSU_10790,KEGG_pathway,map00250 -4321,BSU_10790,KEGG_pathway,map01100 -4322,BSU_10790,KEGG_pathway,map01110 -4327,BSU_10810,KEGG_pathway,map00906 -4328,BSU_10810,KEGG_pathway,map01062 -4329,BSU_10810,KEGG_pathway,map01100 -4330,BSU_10810,KEGG_pathway,map01110 -4333,BSU_10850,KEGG_pathway,map00562 -4334,BSU_10850,KEGG_pathway,map01120 -4339,BSU_10910,KEGG_pathway,map00230 -4340,BSU_10910,KEGG_pathway,map00920 -4341,BSU_10910,KEGG_pathway,map01100 -4342,BSU_10910,KEGG_pathway,map01120 -4350,BSU_10920,KEGG_pathway,map00230 -4351,BSU_10920,KEGG_pathway,map00261 -4352,BSU_10920,KEGG_pathway,map00450 -4353,BSU_10920,KEGG_pathway,map00920 -4354,BSU_10920,KEGG_pathway,map01100 -4355,BSU_10920,KEGG_pathway,map01120 -4356,BSU_10920,KEGG_pathway,map01130 -4360,BSU_10930,KEGG_pathway,map00920 -4361,BSU_10930,KEGG_pathway,map01100 -4362,BSU_10930,KEGG_pathway,map01120 -4365,BSU_10940,KEGG_pathway,map00680 -4366,BSU_10940,KEGG_pathway,map01120 -4369,BSU_10950,KEGG_pathway,map00680 -4370,BSU_10950,KEGG_pathway,map01120 -4379,BSU_11010,KEGG_pathway,map00270 -4380,BSU_11010,KEGG_pathway,map00670 -4381,BSU_11010,KEGG_pathway,map00720 -4382,BSU_11010,KEGG_pathway,map01100 -4383,BSU_11010,KEGG_pathway,map01110 -4384,BSU_11010,KEGG_pathway,map01120 -4385,BSU_11010,KEGG_pathway,map01200 -4386,BSU_11010,KEGG_pathway,map01523 -4388,BSU_11100,KEGG_pathway,map02024 -4392,BSU_11140,KEGG_pathway,map00740 -4393,BSU_11140,KEGG_pathway,map01100 -4394,BSU_11140,KEGG_pathway,map01110 -4401,BSU_11190,KEGG_pathway,map00220 -4402,BSU_11190,KEGG_pathway,map01100 -4403,BSU_11190,KEGG_pathway,map01110 -4404,BSU_11190,KEGG_pathway,map01130 -4405,BSU_11190,KEGG_pathway,map01210 -4406,BSU_11190,KEGG_pathway,map01230 -4413,BSU_11200,KEGG_pathway,map00220 -4414,BSU_11200,KEGG_pathway,map01100 -4415,BSU_11200,KEGG_pathway,map01110 -4416,BSU_11200,KEGG_pathway,map01130 -4417,BSU_11200,KEGG_pathway,map01210 -4418,BSU_11200,KEGG_pathway,map01230 -4425,BSU_11210,KEGG_pathway,map00220 -4426,BSU_11210,KEGG_pathway,map01100 -4427,BSU_11210,KEGG_pathway,map01110 -4428,BSU_11210,KEGG_pathway,map01130 -4429,BSU_11210,KEGG_pathway,map01210 -4430,BSU_11210,KEGG_pathway,map01230 -4439,BSU_11220,KEGG_pathway,map00220 -4440,BSU_11220,KEGG_pathway,map00300 -4441,BSU_11220,KEGG_pathway,map01100 -4442,BSU_11220,KEGG_pathway,map01110 -4443,BSU_11220,KEGG_pathway,map01120 -4444,BSU_11220,KEGG_pathway,map01130 -4445,BSU_11220,KEGG_pathway,map01210 -4446,BSU_11220,KEGG_pathway,map01230 -4450,BSU_11230,KEGG_pathway,map00240 -4451,BSU_11230,KEGG_pathway,map00250 -4452,BSU_11230,KEGG_pathway,map01100 -4456,BSU_11240,KEGG_pathway,map00240 -4457,BSU_11240,KEGG_pathway,map00250 -4458,BSU_11240,KEGG_pathway,map01100 -4464,BSU_11250,KEGG_pathway,map00220 -4465,BSU_11250,KEGG_pathway,map01100 -4466,BSU_11250,KEGG_pathway,map01110 -4467,BSU_11250,KEGG_pathway,map01130 -4468,BSU_11250,KEGG_pathway,map01230 -4472,BSU_11330,KEGG_pathway,map00061 -4473,BSU_11330,KEGG_pathway,map01100 -4474,BSU_11330,KEGG_pathway,map01212 -4479,BSU_11340,KEGG_pathway,map00061 -4480,BSU_11340,KEGG_pathway,map00780 -4481,BSU_11340,KEGG_pathway,map01100 -4482,BSU_11340,KEGG_pathway,map01212 -4484,BSU_11360,KEGG_pathway,map02024 -4488,BSU_11370,KEGG_pathway,map01501 -4489,BSU_11370,KEGG_pathway,map02010 -4490,BSU_11370,KEGG_pathway,map02024 -4492,BSU_11381,KEGG_pathway,map02024 -4494,BSU_11382,KEGG_pathway,map02024 -4496,BSU_11390,KEGG_pathway,map02024 -4498,BSU_11400,KEGG_pathway,map02024 -4500,BSU_11420,KEGG_pathway,map00970 -4504,BSU_11430,KEGG_pathway,map01501 -4505,BSU_11430,KEGG_pathway,map02010 -4506,BSU_11430,KEGG_pathway,map02024 -4510,BSU_11440,KEGG_pathway,map01501 -4511,BSU_11440,KEGG_pathway,map02010 -4512,BSU_11440,KEGG_pathway,map02024 -4516,BSU_11450,KEGG_pathway,map01501 -4517,BSU_11450,KEGG_pathway,map02010 -4518,BSU_11450,KEGG_pathway,map02024 -4522,BSU_11460,KEGG_pathway,map01501 -4523,BSU_11460,KEGG_pathway,map02010 -4524,BSU_11460,KEGG_pathway,map02024 -4528,BSU_11470,KEGG_pathway,map01501 -4529,BSU_11470,KEGG_pathway,map02010 -4530,BSU_11470,KEGG_pathway,map02024 -4532,BSU_11600,KEGG_pathway,map00230 -4535,BSU_11610,KEGG_pathway,map00760 -4536,BSU_11610,KEGG_pathway,map01100 -4538,BSU_11630,KEGG_pathway,map00230 -4541,BSU_11650,KEGG_pathway,map00730 -4542,BSU_11650,KEGG_pathway,map01100 -4545,BSU_11660,KEGG_pathway,map00730 -4546,BSU_11660,KEGG_pathway,map01100 -4549,BSU_11670,KEGG_pathway,map00730 -4550,BSU_11670,KEGG_pathway,map01100 -4553,BSU_11690,KEGG_pathway,map00730 -4554,BSU_11690,KEGG_pathway,map01100 -4558,BSU_11700,KEGG_pathway,map00730 -4559,BSU_11700,KEGG_pathway,map01100 -4560,BSU_11700,KEGG_pathway,map04122 -4563,BSU_11710,KEGG_pathway,map00730 -4564,BSU_11710,KEGG_pathway,map01100 -4571,BSU_11720,KEGG_pathway,map00061 -4572,BSU_11720,KEGG_pathway,map00333 -4573,BSU_11720,KEGG_pathway,map00780 -4574,BSU_11720,KEGG_pathway,map01100 -4575,BSU_11720,KEGG_pathway,map01130 -4576,BSU_11720,KEGG_pathway,map01212 -4579,BSU_11820,KEGG_pathway,map03420 -4580,BSU_11820,KEGG_pathway,map03430 -4588,BSU_11870,KEGG_pathway,map00270 -4589,BSU_11870,KEGG_pathway,map00450 -4590,BSU_11870,KEGG_pathway,map00920 -4591,BSU_11870,KEGG_pathway,map01100 -4592,BSU_11870,KEGG_pathway,map01110 -4593,BSU_11870,KEGG_pathway,map01130 -4594,BSU_11870,KEGG_pathway,map01230 -4600,BSU_11880,KEGG_pathway,map00270 -4601,BSU_11880,KEGG_pathway,map00450 -4602,BSU_11880,KEGG_pathway,map01100 -4603,BSU_11880,KEGG_pathway,map01110 -4604,BSU_11880,KEGG_pathway,map01230 -4612,BSU_11980,KEGG_pathway,map00061 -4613,BSU_11980,KEGG_pathway,map00333 -4614,BSU_11980,KEGG_pathway,map00780 -4615,BSU_11980,KEGG_pathway,map01040 -4616,BSU_11980,KEGG_pathway,map01100 -4617,BSU_11980,KEGG_pathway,map01130 -4618,BSU_11980,KEGG_pathway,map01212 -4623,BSU_12010,KEGG_pathway,map00051 -4624,BSU_12010,KEGG_pathway,map01100 -4625,BSU_12010,KEGG_pathway,map01120 -4626,BSU_12010,KEGG_pathway,map02060 -4632,BSU_12020,KEGG_pathway,map00051 -4633,BSU_12020,KEGG_pathway,map00520 -4634,BSU_12020,KEGG_pathway,map01100 -4635,BSU_12020,KEGG_pathway,map01110 -4636,BSU_12020,KEGG_pathway,map01130 -4642,BSU_12080,KEGG_pathway,map00190 -4643,BSU_12080,KEGG_pathway,map00860 -4644,BSU_12080,KEGG_pathway,map01100 -4645,BSU_12080,KEGG_pathway,map01110 -4646,BSU_12080,KEGG_pathway,map04714 -4652,BSU_12160,KEGG_pathway,map00630 -4653,BSU_12160,KEGG_pathway,map00680 -4654,BSU_12160,KEGG_pathway,map01100 -4655,BSU_12160,KEGG_pathway,map01120 -4656,BSU_12160,KEGG_pathway,map01200 -4658,BSU_12190,KEGG_pathway,map00230 -4663,BSU_12230,KEGG_pathway,map00860 -4664,BSU_12230,KEGG_pathway,map01100 -4665,BSU_12230,KEGG_pathway,map01110 -4666,BSU_12230,KEGG_pathway,map01120 -4668,BSU_12290,KEGG_pathway,map00190 -4671,BSU_12300,KEGG_pathway,map00040 -4672,BSU_12300,KEGG_pathway,map01100 -4675,BSU_12320,KEGG_pathway,map00230 -4676,BSU_12320,KEGG_pathway,map01120 -4679,BSU_12330,KEGG_pathway,map00040 -4680,BSU_12330,KEGG_pathway,map01100 -4683,BSU_12340,KEGG_pathway,map00040 -4684,BSU_12340,KEGG_pathway,map01100 -4687,BSU_12380,KEGG_pathway,map00040 -4688,BSU_12380,KEGG_pathway,map01100 -4691,BSU_12390,KEGG_pathway,map00040 -4692,BSU_12390,KEGG_pathway,map01100 -4694,BSU_12430,KEGG_pathway,map02024 -4697,BSU_12900,KEGG_pathway,map01503 -4698,BSU_12900,KEGG_pathway,map02020 -4704,BSU_12910,KEGG_pathway,map00330 -4705,BSU_12910,KEGG_pathway,map01100 -4706,BSU_12910,KEGG_pathway,map01110 -4707,BSU_12910,KEGG_pathway,map01130 -4708,BSU_12910,KEGG_pathway,map01230 -4710,BSU_12930,KEGG_pathway,map02010 -4714,BSU_12940,KEGG_pathway,map01501 -4715,BSU_12940,KEGG_pathway,map02010 -4716,BSU_12940,KEGG_pathway,map02024 -4720,BSU_12950,KEGG_pathway,map01501 -4721,BSU_12950,KEGG_pathway,map02010 -4722,BSU_12950,KEGG_pathway,map02024 -4724,BSU_12960,KEGG_pathway,map02010 -4728,BSU_13000,KEGG_pathway,map01501 -4729,BSU_13000,KEGG_pathway,map02010 -4730,BSU_13000,KEGG_pathway,map02024 -4737,BSU_13010,KEGG_pathway,map00030 -4738,BSU_13010,KEGG_pathway,map01100 -4739,BSU_13010,KEGG_pathway,map01110 -4740,BSU_13010,KEGG_pathway,map01120 -4741,BSU_13010,KEGG_pathway,map01130 -4742,BSU_13010,KEGG_pathway,map01200 -4744,BSU_13040,KEGG_pathway,map05132 -4747,BSU_13110,KEGG_pathway,map00630 -4748,BSU_13110,KEGG_pathway,map00670 -4754,BSU_13120,KEGG_pathway,map00330 -4755,BSU_13120,KEGG_pathway,map00332 -4756,BSU_13120,KEGG_pathway,map01100 -4757,BSU_13120,KEGG_pathway,map01130 -4758,BSU_13120,KEGG_pathway,map01230 -4765,BSU_13130,KEGG_pathway,map00330 -4766,BSU_13130,KEGG_pathway,map00332 -4767,BSU_13130,KEGG_pathway,map01100 -4768,BSU_13130,KEGG_pathway,map01110 -4769,BSU_13130,KEGG_pathway,map01130 -4770,BSU_13130,KEGG_pathway,map01230 -4773,BSU_13170,KEGG_pathway,map00230 -4774,BSU_13170,KEGG_pathway,map01100 -4780,BSU_13180,KEGG_pathway,map00270 -4781,BSU_13180,KEGG_pathway,map00450 -4782,BSU_13180,KEGG_pathway,map01100 -4783,BSU_13180,KEGG_pathway,map01110 -4784,BSU_13180,KEGG_pathway,map01230 -4786,BSU_13210,KEGG_pathway,map02010 -4788,BSU_13220,KEGG_pathway,map02010 -4790,BSU_13400,KEGG_pathway,map03450 -4792,BSU_13410,KEGG_pathway,map03450 -4794,BSU_13530,KEGG_pathway,map02020 -4797,BSU_13550,KEGG_pathway,map00270 -4798,BSU_13550,KEGG_pathway,map01100 -4801,BSU_13560,KEGG_pathway,map00270 -4802,BSU_13560,KEGG_pathway,map01100 -4804,BSU_13570,KEGG_pathway,map00250 -4807,BSU_13580,KEGG_pathway,map00270 -4808,BSU_13580,KEGG_pathway,map01100 -4811,BSU_13590,KEGG_pathway,map00270 -4812,BSU_13590,KEGG_pathway,map01100 -4815,BSU_13600,KEGG_pathway,map00270 -4816,BSU_13600,KEGG_pathway,map01100 -4819,BSU_13610,KEGG_pathway,map00270 -4820,BSU_13610,KEGG_pathway,map01100 -4823,BSU_13620,KEGG_pathway,map00270 -4824,BSU_13620,KEGG_pathway,map01100 -4826,BSU_13660,KEGG_pathway,map02020 -4829,BSU_13680,KEGG_pathway,map02030 -4830,BSU_13680,KEGG_pathway,map02040 -4834,BSU_13690,KEGG_pathway,map02020 -4835,BSU_13690,KEGG_pathway,map02030 -4836,BSU_13690,KEGG_pathway,map02040 -4839,BSU_13720,KEGG_pathway,map00790 -4840,BSU_13720,KEGG_pathway,map01100 -4843,BSU_13730,KEGG_pathway,map00790 -4844,BSU_13730,KEGG_pathway,map01100 -4847,BSU_13740,KEGG_pathway,map00790 -4848,BSU_13740,KEGG_pathway,map01100 -4851,BSU_13750,KEGG_pathway,map00790 -4852,BSU_13750,KEGG_pathway,map01100 -4856,BSU_13890,KEGG_pathway,map00010 -4857,BSU_13890,KEGG_pathway,map00520 -4858,BSU_13890,KEGG_pathway,map02060 -4860,BSU_13910,KEGG_pathway,map02060 -4863,BSU_13950,KEGG_pathway,map02020 -4864,BSU_13950,KEGG_pathway,map02030 -4867,BSU_13960,KEGG_pathway,map00280 -4868,BSU_13960,KEGG_pathway,map01100 -4870,BSU_13980,KEGG_pathway,map00550 -4872,BSU_13990,KEGG_pathway,map02020 -4877,BSU_14000,KEGG_pathway,map00300 -4878,BSU_14000,KEGG_pathway,map01100 -4879,BSU_14000,KEGG_pathway,map01110 -4880,BSU_14000,KEGG_pathway,map01230 -4883,BSU_14010,KEGG_pathway,map02020 -4884,BSU_14010,KEGG_pathway,map02030 -4890,BSU_14180,KEGG_pathway,map00300 -4891,BSU_14180,KEGG_pathway,map01100 -4892,BSU_14180,KEGG_pathway,map01110 -4893,BSU_14180,KEGG_pathway,map01120 -4894,BSU_14180,KEGG_pathway,map01230 -4899,BSU_14190,KEGG_pathway,map00300 -4900,BSU_14190,KEGG_pathway,map01100 -4901,BSU_14190,KEGG_pathway,map01110 -4902,BSU_14190,KEGG_pathway,map01230 -4905,BSU_14260,KEGG_pathway,map00790 -4906,BSU_14260,KEGG_pathway,map01100 -4908,BSU_14270,KEGG_pathway,map04122 -4911,BSU_14280,KEGG_pathway,map00790 -4912,BSU_14280,KEGG_pathway,map01100 -4916,BSU_14300,KEGG_pathway,map00790 -4917,BSU_14300,KEGG_pathway,map01100 -4918,BSU_14300,KEGG_pathway,map04122 -4920,BSU_14310,KEGG_pathway,map04122 -4922,BSU_14390,KEGG_pathway,map00051 -4927,BSU_14400,KEGG_pathway,map00051 -4928,BSU_14400,KEGG_pathway,map01100 -4929,BSU_14400,KEGG_pathway,map01120 -4930,BSU_14400,KEGG_pathway,map02060 -4933,BSU_14410,KEGG_pathway,map02024 -4934,BSU_14410,KEGG_pathway,map03060 -4938,BSU_14440,KEGG_pathway,map00770 -4939,BSU_14440,KEGG_pathway,map01100 -4940,BSU_14440,KEGG_pathway,map01110 -4942,BSU_14490,KEGG_pathway,map02020 -4945,BSU_14520,KEGG_pathway,map00230 -4946,BSU_14520,KEGG_pathway,map01100 -4948,BSU_14530,KEGG_pathway,map03018 -4960,BSU_14580,KEGG_pathway,map00010 -4961,BSU_14580,KEGG_pathway,map00020 -4962,BSU_14580,KEGG_pathway,map00620 -4963,BSU_14580,KEGG_pathway,map01100 -4964,BSU_14580,KEGG_pathway,map01110 -4965,BSU_14580,KEGG_pathway,map01120 -4966,BSU_14580,KEGG_pathway,map01130 -4967,BSU_14580,KEGG_pathway,map01200 -4968,BSU_14580,KEGG_pathway,map04066 -4969,BSU_14580,KEGG_pathway,map04922 -4970,BSU_14580,KEGG_pathway,map05230 -4982,BSU_14590,KEGG_pathway,map00010 -4983,BSU_14590,KEGG_pathway,map00020 -4984,BSU_14590,KEGG_pathway,map00620 -4985,BSU_14590,KEGG_pathway,map01100 -4986,BSU_14590,KEGG_pathway,map01110 -4987,BSU_14590,KEGG_pathway,map01120 -4988,BSU_14590,KEGG_pathway,map01130 -4989,BSU_14590,KEGG_pathway,map01200 -4990,BSU_14590,KEGG_pathway,map04066 -4991,BSU_14590,KEGG_pathway,map04922 -4992,BSU_14590,KEGG_pathway,map05230 -5001,BSU_14600,KEGG_pathway,map00010 -5002,BSU_14600,KEGG_pathway,map00020 -5003,BSU_14600,KEGG_pathway,map00620 -5004,BSU_14600,KEGG_pathway,map01100 -5005,BSU_14600,KEGG_pathway,map01110 -5006,BSU_14600,KEGG_pathway,map01120 -5007,BSU_14600,KEGG_pathway,map01130 -5008,BSU_14600,KEGG_pathway,map01200 -5021,BSU_14610,KEGG_pathway,map00010 -5022,BSU_14610,KEGG_pathway,map00020 -5023,BSU_14610,KEGG_pathway,map00260 -5024,BSU_14610,KEGG_pathway,map00280 -5025,BSU_14610,KEGG_pathway,map00620 -5026,BSU_14610,KEGG_pathway,map00630 -5027,BSU_14610,KEGG_pathway,map00640 -5028,BSU_14610,KEGG_pathway,map01100 -5029,BSU_14610,KEGG_pathway,map01110 -5030,BSU_14610,KEGG_pathway,map01120 -5031,BSU_14610,KEGG_pathway,map01130 -5032,BSU_14610,KEGG_pathway,map01200 -5035,BSU_14630,KEGG_pathway,map00330 -5036,BSU_14630,KEGG_pathway,map01100 -5041,BSU_14670,KEGG_pathway,map00521 -5042,BSU_14670,KEGG_pathway,map00562 -5043,BSU_14670,KEGG_pathway,map01100 -5044,BSU_14670,KEGG_pathway,map04070 -5054,BSU_14830,KEGG_pathway,map00220 -5055,BSU_14830,KEGG_pathway,map00250 -5056,BSU_14830,KEGG_pathway,map00471 -5057,BSU_14830,KEGG_pathway,map01100 -5058,BSU_14830,KEGG_pathway,map04724 -5059,BSU_14830,KEGG_pathway,map04727 -5060,BSU_14830,KEGG_pathway,map04964 -5061,BSU_14830,KEGG_pathway,map05206 -5062,BSU_14830,KEGG_pathway,map05230 -5064,BSU_14850,KEGG_pathway,map04112 -5072,BSU_14860,KEGG_pathway,map00020 -5073,BSU_14860,KEGG_pathway,map00620 -5074,BSU_14860,KEGG_pathway,map00720 -5075,BSU_14860,KEGG_pathway,map01100 -5076,BSU_14860,KEGG_pathway,map01120 -5077,BSU_14860,KEGG_pathway,map01200 -5078,BSU_14860,KEGG_pathway,map01230 -5085,BSU_14870,KEGG_pathway,map00190 -5086,BSU_14870,KEGG_pathway,map00860 -5087,BSU_14870,KEGG_pathway,map01100 -5088,BSU_14870,KEGG_pathway,map01110 -5089,BSU_14870,KEGG_pathway,map02020 -5090,BSU_14870,KEGG_pathway,map04714 -5096,BSU_14880,KEGG_pathway,map00190 -5097,BSU_14880,KEGG_pathway,map00860 -5098,BSU_14880,KEGG_pathway,map01100 -5099,BSU_14880,KEGG_pathway,map01110 -5100,BSU_14880,KEGG_pathway,map04714 -5103,BSU_14890,KEGG_pathway,map00190 -5104,BSU_14890,KEGG_pathway,map01100 -5107,BSU_14900,KEGG_pathway,map00190 -5108,BSU_14900,KEGG_pathway,map01100 -5111,BSU_14910,KEGG_pathway,map00190 -5112,BSU_14910,KEGG_pathway,map01100 -5115,BSU_14920,KEGG_pathway,map00190 -5116,BSU_14920,KEGG_pathway,map01100 -5119,BSU_15020,KEGG_pathway,map00770 -5120,BSU_15020,KEGG_pathway,map01100 -5122,BSU_15050,KEGG_pathway,map02024 -5126,BSU_15110,KEGG_pathway,map00770 -5127,BSU_15110,KEGG_pathway,map01100 -5128,BSU_15110,KEGG_pathway,map01110 -5130,BSU_15160,KEGG_pathway,map00550 -5132,BSU_15170,KEGG_pathway,map00550 -5135,BSU_15180,KEGG_pathway,map00300 -5136,BSU_15180,KEGG_pathway,map00550 -5140,BSU_15190,KEGG_pathway,map00550 -5141,BSU_15190,KEGG_pathway,map01100 -5142,BSU_15190,KEGG_pathway,map01502 -5146,BSU_15200,KEGG_pathway,map00471 -5147,BSU_15200,KEGG_pathway,map00550 -5148,BSU_15200,KEGG_pathway,map01100 -5150,BSU_15210,KEGG_pathway,map04112 -5155,BSU_15220,KEGG_pathway,map00550 -5156,BSU_15220,KEGG_pathway,map01100 -5157,BSU_15220,KEGG_pathway,map01502 -5158,BSU_15220,KEGG_pathway,map04112 -5162,BSU_15230,KEGG_pathway,map00520 -5163,BSU_15230,KEGG_pathway,map00550 -5164,BSU_15230,KEGG_pathway,map01100 -5166,BSU_15240,KEGG_pathway,map04112 -5168,BSU_15280,KEGG_pathway,map04112 -5170,BSU_15290,KEGG_pathway,map04112 -5172,BSU_15340,KEGG_pathway,map02010 -5175,BSU_15350,KEGG_pathway,map00730 -5176,BSU_15350,KEGG_pathway,map01100 -5178,BSU_15430,KEGG_pathway,map00970 -5180,BSU_15450,KEGG_pathway,map03060 -5183,BSU_15470,KEGG_pathway,map00240 -5184,BSU_15470,KEGG_pathway,map01100 -5188,BSU_15490,KEGG_pathway,map00240 -5189,BSU_15490,KEGG_pathway,map00250 -5190,BSU_15490,KEGG_pathway,map01100 -5193,BSU_15500,KEGG_pathway,map00240 -5194,BSU_15500,KEGG_pathway,map01100 -5198,BSU_15510,KEGG_pathway,map00240 -5199,BSU_15510,KEGG_pathway,map00250 -5200,BSU_15510,KEGG_pathway,map01100 -5204,BSU_15520,KEGG_pathway,map00240 -5205,BSU_15520,KEGG_pathway,map00250 -5206,BSU_15520,KEGG_pathway,map01100 -5209,BSU_15530,KEGG_pathway,map00240 -5210,BSU_15530,KEGG_pathway,map01100 -5213,BSU_15540,KEGG_pathway,map00240 -5214,BSU_15540,KEGG_pathway,map01100 -5217,BSU_15550,KEGG_pathway,map00240 -5218,BSU_15550,KEGG_pathway,map01100 -5221,BSU_15560,KEGG_pathway,map00240 -5222,BSU_15560,KEGG_pathway,map01100 -5226,BSU_15570,KEGG_pathway,map00920 -5227,BSU_15570,KEGG_pathway,map01100 -5228,BSU_15570,KEGG_pathway,map01120 -5236,BSU_15590,KEGG_pathway,map00230 -5237,BSU_15590,KEGG_pathway,map00261 -5238,BSU_15590,KEGG_pathway,map00450 -5239,BSU_15590,KEGG_pathway,map00920 -5240,BSU_15590,KEGG_pathway,map01100 -5241,BSU_15590,KEGG_pathway,map01120 -5242,BSU_15590,KEGG_pathway,map01130 -5247,BSU_15600,KEGG_pathway,map00230 -5248,BSU_15600,KEGG_pathway,map00920 -5249,BSU_15600,KEGG_pathway,map01100 -5250,BSU_15600,KEGG_pathway,map01120 -5255,BSU_15610,KEGG_pathway,map00860 -5256,BSU_15610,KEGG_pathway,map01100 -5257,BSU_15610,KEGG_pathway,map01110 -5258,BSU_15610,KEGG_pathway,map01120 -5262,BSU_15620,KEGG_pathway,map00860 -5263,BSU_15620,KEGG_pathway,map01100 -5264,BSU_15620,KEGG_pathway,map01110 -5269,BSU_15630,KEGG_pathway,map00860 -5270,BSU_15630,KEGG_pathway,map01100 -5271,BSU_15630,KEGG_pathway,map01110 -5272,BSU_15630,KEGG_pathway,map01120 -5275,BSU_15680,KEGG_pathway,map00230 -5276,BSU_15680,KEGG_pathway,map01100 -5281,BSU_15690,KEGG_pathway,map00230 -5282,BSU_15690,KEGG_pathway,map00240 -5283,BSU_15690,KEGG_pathway,map01100 -5284,BSU_15690,KEGG_pathway,map03020 -5287,BSU_15700,KEGG_pathway,map00770 -5288,BSU_15700,KEGG_pathway,map01100 -5290,BSU_15710,KEGG_pathway,map03440 -5293,BSU_15730,KEGG_pathway,map00670 -5294,BSU_15730,KEGG_pathway,map00970 -5297,BSU_15780,KEGG_pathway,map00730 -5298,BSU_15780,KEGG_pathway,map01100 -5308,BSU_15790,KEGG_pathway,map00030 -5309,BSU_15790,KEGG_pathway,map00040 -5310,BSU_15790,KEGG_pathway,map00710 -5311,BSU_15790,KEGG_pathway,map01100 -5312,BSU_15790,KEGG_pathway,map01110 -5313,BSU_15790,KEGG_pathway,map01120 -5314,BSU_15790,KEGG_pathway,map01130 -5315,BSU_15790,KEGG_pathway,map01200 -5316,BSU_15790,KEGG_pathway,map01230 -5319,BSU_15800,KEGG_pathway,map00730 -5320,BSU_15800,KEGG_pathway,map01100 -5322,BSU_15820,KEGG_pathway,map03010 -5330,BSU_15850,KEGG_pathway,map00260 -5331,BSU_15850,KEGG_pathway,map00270 -5332,BSU_15850,KEGG_pathway,map01100 -5333,BSU_15850,KEGG_pathway,map01110 -5334,BSU_15850,KEGG_pathway,map01130 -5335,BSU_15850,KEGG_pathway,map01200 -5336,BSU_15850,KEGG_pathway,map01230 -5344,BSU_15860,KEGG_pathway,map00260 -5345,BSU_15860,KEGG_pathway,map00270 -5346,BSU_15860,KEGG_pathway,map01100 -5347,BSU_15860,KEGG_pathway,map01110 -5348,BSU_15860,KEGG_pathway,map01130 -5349,BSU_15860,KEGG_pathway,map01200 -5350,BSU_15860,KEGG_pathway,map01230 -5352,BSU_15870,KEGG_pathway,map03440 -5357,BSU_15890,KEGG_pathway,map00561 -5358,BSU_15890,KEGG_pathway,map00564 -5359,BSU_15890,KEGG_pathway,map01100 -5360,BSU_15890,KEGG_pathway,map01110 -5366,BSU_15900,KEGG_pathway,map00061 -5367,BSU_15900,KEGG_pathway,map00333 -5368,BSU_15900,KEGG_pathway,map01100 -5369,BSU_15900,KEGG_pathway,map01130 -5370,BSU_15900,KEGG_pathway,map01212 -5378,BSU_15910,KEGG_pathway,map00061 -5379,BSU_15910,KEGG_pathway,map00333 -5380,BSU_15910,KEGG_pathway,map00780 -5381,BSU_15910,KEGG_pathway,map01040 -5382,BSU_15910,KEGG_pathway,map01100 -5383,BSU_15910,KEGG_pathway,map01130 -5384,BSU_15910,KEGG_pathway,map01212 -5387,BSU_15930,KEGG_pathway,map03008 -5388,BSU_15930,KEGG_pathway,map05205 -5392,BSU_15950,KEGG_pathway,map02024 -5393,BSU_15950,KEGG_pathway,map03060 -5394,BSU_15950,KEGG_pathway,map03070 -5398,BSU_15980,KEGG_pathway,map02024 -5399,BSU_15980,KEGG_pathway,map03060 -5400,BSU_15980,KEGG_pathway,map03070 -5402,BSU_15990,KEGG_pathway,map03010 -5404,BSU_16040,KEGG_pathway,map03010 -5406,BSU_16060,KEGG_pathway,map03030 -5416,BSU_16090,KEGG_pathway,map00020 -5417,BSU_16090,KEGG_pathway,map00640 -5418,BSU_16090,KEGG_pathway,map00660 -5419,BSU_16090,KEGG_pathway,map00720 -5420,BSU_16090,KEGG_pathway,map01100 -5421,BSU_16090,KEGG_pathway,map01110 -5422,BSU_16090,KEGG_pathway,map01120 -5423,BSU_16090,KEGG_pathway,map01130 -5424,BSU_16090,KEGG_pathway,map01200 -5434,BSU_16100,KEGG_pathway,map00020 -5435,BSU_16100,KEGG_pathway,map00640 -5436,BSU_16100,KEGG_pathway,map00660 -5437,BSU_16100,KEGG_pathway,map00720 -5438,BSU_16100,KEGG_pathway,map01100 -5439,BSU_16100,KEGG_pathway,map01110 -5440,BSU_16100,KEGG_pathway,map01120 -5441,BSU_16100,KEGG_pathway,map01130 -5442,BSU_16100,KEGG_pathway,map01200 -5444,BSU_16180,KEGG_pathway,map02040 -5446,BSU_16190,KEGG_pathway,map02040 -5448,BSU_16200,KEGG_pathway,map02040 -5450,BSU_16210,KEGG_pathway,map02040 -5453,BSU_16220,KEGG_pathway,map02030 -5454,BSU_16220,KEGG_pathway,map02040 -5456,BSU_16230,KEGG_pathway,map02040 -5458,BSU_16240,KEGG_pathway,map02040 -5460,BSU_16250,KEGG_pathway,map02040 -5462,BSU_16270,KEGG_pathway,map02040 -5464,BSU_16280,KEGG_pathway,map02040 -5466,BSU_16290,KEGG_pathway,map02040 -5469,BSU_16310,KEGG_pathway,map02030 -5470,BSU_16310,KEGG_pathway,map02040 -5473,BSU_16320,KEGG_pathway,map02030 -5474,BSU_16320,KEGG_pathway,map02040 -5477,BSU_16330,KEGG_pathway,map02020 -5478,BSU_16330,KEGG_pathway,map02030 -5480,BSU_16340,KEGG_pathway,map02040 -5482,BSU_16350,KEGG_pathway,map02040 -5484,BSU_16360,KEGG_pathway,map02040 -5486,BSU_16370,KEGG_pathway,map02040 -5488,BSU_16380,KEGG_pathway,map02040 -5490,BSU_16390,KEGG_pathway,map02040 -5493,BSU_16420,KEGG_pathway,map02020 -5494,BSU_16420,KEGG_pathway,map02030 -5497,BSU_16430,KEGG_pathway,map02020 -5498,BSU_16430,KEGG_pathway,map02030 -5501,BSU_16440,KEGG_pathway,map02020 -5502,BSU_16440,KEGG_pathway,map02030 -5504,BSU_16450,KEGG_pathway,map02030 -5506,BSU_16460,KEGG_pathway,map02030 -5512,BSU_16470,KEGG_pathway,map02020 -5513,BSU_16470,KEGG_pathway,map02025 -5514,BSU_16470,KEGG_pathway,map02026 -5515,BSU_16470,KEGG_pathway,map02040 -5516,BSU_16470,KEGG_pathway,map05111 -5518,BSU_16490,KEGG_pathway,map03010 -5521,BSU_16510,KEGG_pathway,map00240 -5522,BSU_16510,KEGG_pathway,map01100 -5525,BSU_16530,KEGG_pathway,map00900 -5526,BSU_16530,KEGG_pathway,map01110 -5531,BSU_16540,KEGG_pathway,map00564 -5532,BSU_16540,KEGG_pathway,map01100 -5533,BSU_16540,KEGG_pathway,map01110 -5534,BSU_16540,KEGG_pathway,map04070 -5539,BSU_16550,KEGG_pathway,map00900 -5540,BSU_16550,KEGG_pathway,map01100 -5541,BSU_16550,KEGG_pathway,map01110 -5542,BSU_16550,KEGG_pathway,map01130 -5545,BSU_16560,KEGG_pathway,map02024 -5546,BSU_16560,KEGG_pathway,map04112 -5548,BSU_16570,KEGG_pathway,map00970 -5555,BSU_16580,KEGG_pathway,map00230 -5556,BSU_16580,KEGG_pathway,map00240 -5557,BSU_16580,KEGG_pathway,map01100 -5558,BSU_16580,KEGG_pathway,map03030 -5559,BSU_16580,KEGG_pathway,map03430 -5560,BSU_16580,KEGG_pathway,map03440 -5564,BSU_16670,KEGG_pathway,map00740 -5565,BSU_16670,KEGG_pathway,map01100 -5566,BSU_16670,KEGG_pathway,map01110 -5568,BSU_16680,KEGG_pathway,map03010 -5572,BSU_16690,KEGG_pathway,map00230 -5573,BSU_16690,KEGG_pathway,map00240 -5574,BSU_16690,KEGG_pathway,map03018 -5585,BSU_16750,KEGG_pathway,map00260 -5586,BSU_16750,KEGG_pathway,map00261 -5587,BSU_16750,KEGG_pathway,map00270 -5588,BSU_16750,KEGG_pathway,map00300 -5589,BSU_16750,KEGG_pathway,map01100 -5590,BSU_16750,KEGG_pathway,map01110 -5591,BSU_16750,KEGG_pathway,map01120 -5592,BSU_16750,KEGG_pathway,map01130 -5593,BSU_16750,KEGG_pathway,map01210 -5594,BSU_16750,KEGG_pathway,map01230 -5605,BSU_16760,KEGG_pathway,map00260 -5606,BSU_16760,KEGG_pathway,map00261 -5607,BSU_16760,KEGG_pathway,map00270 -5608,BSU_16760,KEGG_pathway,map00300 -5609,BSU_16760,KEGG_pathway,map01100 -5610,BSU_16760,KEGG_pathway,map01110 -5611,BSU_16760,KEGG_pathway,map01120 -5612,BSU_16760,KEGG_pathway,map01130 -5613,BSU_16760,KEGG_pathway,map01210 -5614,BSU_16760,KEGG_pathway,map01230 -5622,BSU_16770,KEGG_pathway,map00261 -5623,BSU_16770,KEGG_pathway,map00300 -5624,BSU_16770,KEGG_pathway,map01100 -5625,BSU_16770,KEGG_pathway,map01110 -5626,BSU_16770,KEGG_pathway,map01120 -5627,BSU_16770,KEGG_pathway,map01130 -5628,BSU_16770,KEGG_pathway,map01230 -5630,BSU_16780,KEGG_pathway,map03018 -5638,BSU_16870,KEGG_pathway,map00061 -5639,BSU_16870,KEGG_pathway,map00333 -5640,BSU_16870,KEGG_pathway,map00780 -5641,BSU_16870,KEGG_pathway,map01040 -5642,BSU_16870,KEGG_pathway,map01100 -5643,BSU_16870,KEGG_pathway,map01130 -5644,BSU_16870,KEGG_pathway,map01212 -5647,BSU_16920,KEGG_pathway,map00564 -5648,BSU_16920,KEGG_pathway,map01100 -5650,BSU_16930,KEGG_pathway,map00760 -5652,BSU_16940,KEGG_pathway,map03440 -5654,BSU_16960,KEGG_pathway,map03018 -5656,BSU_16990,KEGG_pathway,map00260 -5658,BSU_17000,KEGG_pathway,map00260 -5660,BSU_17040,KEGG_pathway,map03430 -5662,BSU_17050,KEGG_pathway,map03430 -5670,BSU_17150,KEGG_pathway,map00072 -5671,BSU_17150,KEGG_pathway,map00280 -5672,BSU_17150,KEGG_pathway,map00650 -5673,BSU_17150,KEGG_pathway,map00900 -5674,BSU_17150,KEGG_pathway,map01100 -5675,BSU_17150,KEGG_pathway,map01110 -5676,BSU_17150,KEGG_pathway,map01130 -5680,BSU_17330,KEGG_pathway,map00908 -5681,BSU_17330,KEGG_pathway,map01100 -5682,BSU_17330,KEGG_pathway,map01110 -5686,BSU_17340,KEGG_pathway,map02024 -5687,BSU_17340,KEGG_pathway,map03018 -5688,BSU_17340,KEGG_pathway,map05111 -5692,BSU_17380,KEGG_pathway,map00230 -5693,BSU_17380,KEGG_pathway,map00240 -5694,BSU_17380,KEGG_pathway,map01100 -5698,BSU_17390,KEGG_pathway,map00230 -5699,BSU_17390,KEGG_pathway,map00240 -5700,BSU_17390,KEGG_pathway,map01100 -5702,BSU_17410,KEGG_pathway,map01503 -5714,BSU_17460,KEGG_pathway,map00220 -5715,BSU_17460,KEGG_pathway,map00250 -5716,BSU_17460,KEGG_pathway,map00630 -5717,BSU_17460,KEGG_pathway,map00910 -5718,BSU_17460,KEGG_pathway,map01100 -5719,BSU_17460,KEGG_pathway,map01120 -5720,BSU_17460,KEGG_pathway,map01230 -5721,BSU_17460,KEGG_pathway,map02020 -5722,BSU_17460,KEGG_pathway,map04217 -5723,BSU_17460,KEGG_pathway,map04724 -5724,BSU_17460,KEGG_pathway,map04727 -5727,BSU_17580,KEGG_pathway,map00520 -5728,BSU_17580,KEGG_pathway,map01100 -5732,BSU_17600,KEGG_pathway,map00040 -5733,BSU_17600,KEGG_pathway,map00051 -5734,BSU_17600,KEGG_pathway,map01100 -5737,BSU_17610,KEGG_pathway,map00040 -5738,BSU_17610,KEGG_pathway,map01100 -5742,BSU_17640,KEGG_pathway,map00473 -5743,BSU_17640,KEGG_pathway,map01100 -5744,BSU_17640,KEGG_pathway,map01502 -5748,BSU_17660,KEGG_pathway,map00240 -5749,BSU_17660,KEGG_pathway,map00983 -5750,BSU_17660,KEGG_pathway,map01100 -5755,BSU_17680,KEGG_pathway,map00240 -5756,BSU_17680,KEGG_pathway,map00670 -5757,BSU_17680,KEGG_pathway,map01100 -5758,BSU_17680,KEGG_pathway,map01523 -5768,BSU_17890,KEGG_pathway,map00030 -5769,BSU_17890,KEGG_pathway,map00710 -5770,BSU_17890,KEGG_pathway,map01051 -5771,BSU_17890,KEGG_pathway,map01100 -5772,BSU_17890,KEGG_pathway,map01110 -5773,BSU_17890,KEGG_pathway,map01120 -5774,BSU_17890,KEGG_pathway,map01130 -5775,BSU_17890,KEGG_pathway,map01200 -5776,BSU_17890,KEGG_pathway,map01230 -5779,BSU_17940,KEGG_pathway,map02020 -5780,BSU_17940,KEGG_pathway,map02030 -5791,BSU_18000,KEGG_pathway,map00020 -5792,BSU_18000,KEGG_pathway,map00630 -5793,BSU_18000,KEGG_pathway,map00720 -5794,BSU_18000,KEGG_pathway,map01100 -5795,BSU_18000,KEGG_pathway,map01110 -5796,BSU_18000,KEGG_pathway,map01120 -5797,BSU_18000,KEGG_pathway,map01130 -5798,BSU_18000,KEGG_pathway,map01200 -5799,BSU_18000,KEGG_pathway,map01210 -5800,BSU_18000,KEGG_pathway,map01230 -5805,BSU_18070,KEGG_pathway,map00561 -5806,BSU_18070,KEGG_pathway,map00564 -5807,BSU_18070,KEGG_pathway,map01100 -5808,BSU_18070,KEGG_pathway,map01110 -5810,BSU_18120,KEGG_pathway,map02020 -5813,BSU_18130,KEGG_pathway,map00500 -5814,BSU_18130,KEGG_pathway,map01100 -5816,BSU_18160,KEGG_pathway,map00520 -5823,BSU_18180,KEGG_pathway,map00040 -5824,BSU_18180,KEGG_pathway,map00052 -5825,BSU_18180,KEGG_pathway,map00500 -5826,BSU_18180,KEGG_pathway,map00520 -5827,BSU_18180,KEGG_pathway,map01100 -5828,BSU_18180,KEGG_pathway,map01130 -5835,BSU_18230,KEGG_pathway,map00072 -5836,BSU_18230,KEGG_pathway,map00280 -5837,BSU_18230,KEGG_pathway,map00281 -5838,BSU_18230,KEGG_pathway,map00650 -5839,BSU_18230,KEGG_pathway,map01100 -5840,BSU_18230,KEGG_pathway,map04146 -5851,BSU_18239,KEGG_pathway,map00061 -5852,BSU_18239,KEGG_pathway,map00620 -5853,BSU_18239,KEGG_pathway,map00640 -5854,BSU_18239,KEGG_pathway,map00720 -5855,BSU_18239,KEGG_pathway,map01100 -5856,BSU_18239,KEGG_pathway,map01110 -5857,BSU_18239,KEGG_pathway,map01120 -5858,BSU_18239,KEGG_pathway,map01130 -5859,BSU_18239,KEGG_pathway,map01200 -5860,BSU_18239,KEGG_pathway,map01212 -5871,BSU_18240,KEGG_pathway,map00061 -5872,BSU_18240,KEGG_pathway,map00620 -5873,BSU_18240,KEGG_pathway,map00640 -5874,BSU_18240,KEGG_pathway,map00720 -5875,BSU_18240,KEGG_pathway,map01100 -5876,BSU_18240,KEGG_pathway,map01110 -5877,BSU_18240,KEGG_pathway,map01120 -5878,BSU_18240,KEGG_pathway,map01130 -5879,BSU_18240,KEGG_pathway,map01200 -5880,BSU_18240,KEGG_pathway,map01212 -5889,BSU_18260,KEGG_pathway,map00071 -5890,BSU_18260,KEGG_pathway,map00280 -5891,BSU_18260,KEGG_pathway,map00650 -5892,BSU_18260,KEGG_pathway,map01100 -5893,BSU_18260,KEGG_pathway,map01110 -5894,BSU_18260,KEGG_pathway,map01120 -5895,BSU_18260,KEGG_pathway,map01200 -5896,BSU_18260,KEGG_pathway,map01212 -5898,BSU_18310,KEGG_pathway,map01054 -5900,BSU_18320,KEGG_pathway,map01054 -5902,BSU_18330,KEGG_pathway,map01054 -5904,BSU_18340,KEGG_pathway,map01054 -5906,BSU_18350,KEGG_pathway,map00550 -5913,BSU_18360,KEGG_pathway,map00010 -5914,BSU_18360,KEGG_pathway,map00052 -5915,BSU_18360,KEGG_pathway,map01100 -5916,BSU_18360,KEGG_pathway,map01110 -5917,BSU_18360,KEGG_pathway,map01120 -5918,BSU_18360,KEGG_pathway,map01130 -5923,BSU_18410,KEGG_pathway,map00430 -5924,BSU_18410,KEGG_pathway,map00460 -5925,BSU_18410,KEGG_pathway,map00480 -5926,BSU_18410,KEGG_pathway,map01100 -5934,BSU_18440,KEGG_pathway,map00250 -5935,BSU_18440,KEGG_pathway,map00910 -5936,BSU_18440,KEGG_pathway,map01100 -5937,BSU_18440,KEGG_pathway,map01110 -5938,BSU_18440,KEGG_pathway,map01120 -5939,BSU_18440,KEGG_pathway,map01130 -5940,BSU_18440,KEGG_pathway,map01230 -5949,BSU_18450,KEGG_pathway,map00250 -5950,BSU_18450,KEGG_pathway,map00630 -5951,BSU_18450,KEGG_pathway,map00910 -5952,BSU_18450,KEGG_pathway,map01100 -5953,BSU_18450,KEGG_pathway,map01110 -5954,BSU_18450,KEGG_pathway,map01120 -5955,BSU_18450,KEGG_pathway,map01130 -5956,BSU_18450,KEGG_pathway,map01230 -5962,BSU_18470,KEGG_pathway,map00330 -5963,BSU_18470,KEGG_pathway,map00332 -5964,BSU_18470,KEGG_pathway,map01100 -5965,BSU_18470,KEGG_pathway,map01130 -5966,BSU_18470,KEGG_pathway,map01230 -5972,BSU_18480,KEGG_pathway,map00330 -5973,BSU_18480,KEGG_pathway,map01100 -5974,BSU_18480,KEGG_pathway,map01110 -5975,BSU_18480,KEGG_pathway,map01130 -5976,BSU_18480,KEGG_pathway,map01230 -5984,BSU_18500,KEGG_pathway,map00061 -5985,BSU_18500,KEGG_pathway,map00333 -5986,BSU_18500,KEGG_pathway,map00780 -5987,BSU_18500,KEGG_pathway,map01040 -5988,BSU_18500,KEGG_pathway,map01100 -5989,BSU_18500,KEGG_pathway,map01130 -5990,BSU_18500,KEGG_pathway,map01212 -5992,BSU_18550,KEGG_pathway,map02024 -6000,BSU_18560,KEGG_pathway,map00260 -6001,BSU_18560,KEGG_pathway,map00680 -6002,BSU_18560,KEGG_pathway,map01100 -6003,BSU_18560,KEGG_pathway,map01120 -6004,BSU_18560,KEGG_pathway,map01130 -6005,BSU_18560,KEGG_pathway,map01200 -6006,BSU_18560,KEGG_pathway,map01230 -6009,BSU_18610,KEGG_pathway,map02020 -6010,BSU_18610,KEGG_pathway,map02030 -6014,BSU_18620,KEGG_pathway,map00350 -6015,BSU_18620,KEGG_pathway,map01120 -6016,BSU_18620,KEGG_pathway,map01220 -6019,BSU_18670,KEGG_pathway,map00630 -6020,BSU_18670,KEGG_pathway,map01100 -6024,BSU_18800,KEGG_pathway,map00311 -6025,BSU_18800,KEGG_pathway,map01130 -6026,BSU_18800,KEGG_pathway,map01501 -6033,BSU_18830,KEGG_pathway,map00620 -6034,BSU_18830,KEGG_pathway,map00680 -6035,BSU_18830,KEGG_pathway,map00720 -6036,BSU_18830,KEGG_pathway,map01100 -6037,BSU_18830,KEGG_pathway,map01120 -6038,BSU_18830,KEGG_pathway,map01200 -6040,BSU_18910,KEGG_pathway,map02024 -6056,BSU_19020,KEGG_pathway,map00260 -6057,BSU_19020,KEGG_pathway,map00330 -6058,BSU_19020,KEGG_pathway,map00340 -6059,BSU_19020,KEGG_pathway,map00350 -6060,BSU_19020,KEGG_pathway,map00360 -6061,BSU_19020,KEGG_pathway,map00380 -6062,BSU_19020,KEGG_pathway,map00950 -6063,BSU_19020,KEGG_pathway,map00982 -6064,BSU_19020,KEGG_pathway,map01100 -6065,BSU_19020,KEGG_pathway,map01110 -6066,BSU_19020,KEGG_pathway,map04726 -6067,BSU_19020,KEGG_pathway,map04728 -6068,BSU_19020,KEGG_pathway,map05030 -6069,BSU_19020,KEGG_pathway,map05031 -6070,BSU_19020,KEGG_pathway,map05034 -6072,BSU_19180,KEGG_pathway,map02020 -6074,BSU_19190,KEGG_pathway,map02020 -6076,BSU_19200,KEGG_pathway,map02020 -6078,BSU_19220,KEGG_pathway,map03018 -6080,BSU_19260,KEGG_pathway,map04141 -6101,BSU_19310,KEGG_pathway,map00010 -6102,BSU_19310,KEGG_pathway,map00053 -6103,BSU_19310,KEGG_pathway,map00071 -6104,BSU_19310,KEGG_pathway,map00280 -6105,BSU_19310,KEGG_pathway,map00310 -6106,BSU_19310,KEGG_pathway,map00330 -6107,BSU_19310,KEGG_pathway,map00340 -6108,BSU_19310,KEGG_pathway,map00360 -6109,BSU_19310,KEGG_pathway,map00380 -6110,BSU_19310,KEGG_pathway,map00410 -6111,BSU_19310,KEGG_pathway,map00561 -6112,BSU_19310,KEGG_pathway,map00620 -6113,BSU_19310,KEGG_pathway,map00625 -6114,BSU_19310,KEGG_pathway,map00643 -6115,BSU_19310,KEGG_pathway,map00903 -6116,BSU_19310,KEGG_pathway,map00981 -6117,BSU_19310,KEGG_pathway,map01100 -6118,BSU_19310,KEGG_pathway,map01110 -6119,BSU_19310,KEGG_pathway,map01120 -6120,BSU_19310,KEGG_pathway,map01130 -6128,BSU_19330,KEGG_pathway,map04013 -6129,BSU_19330,KEGG_pathway,map04068 -6130,BSU_19330,KEGG_pathway,map04146 -6131,BSU_19330,KEGG_pathway,map04211 -6132,BSU_19330,KEGG_pathway,map04212 -6133,BSU_19330,KEGG_pathway,map04213 -6134,BSU_19330,KEGG_pathway,map05016 -6142,BSU_19360,KEGG_pathway,map00020 -6143,BSU_19360,KEGG_pathway,map00310 -6144,BSU_19360,KEGG_pathway,map01100 -6145,BSU_19360,KEGG_pathway,map01110 -6146,BSU_19360,KEGG_pathway,map01120 -6147,BSU_19360,KEGG_pathway,map01130 -6148,BSU_19360,KEGG_pathway,map01200 -6157,BSU_19370,KEGG_pathway,map00020 -6158,BSU_19370,KEGG_pathway,map00310 -6159,BSU_19370,KEGG_pathway,map00380 -6160,BSU_19370,KEGG_pathway,map01100 -6161,BSU_19370,KEGG_pathway,map01110 -6162,BSU_19370,KEGG_pathway,map01120 -6163,BSU_19370,KEGG_pathway,map01130 -6164,BSU_19370,KEGG_pathway,map01200 -6170,BSU_19400,KEGG_pathway,map04146 -6171,BSU_19400,KEGG_pathway,map04213 -6172,BSU_19400,KEGG_pathway,map05014 -6173,BSU_19400,KEGG_pathway,map05016 -6174,BSU_19400,KEGG_pathway,map05020 -6179,BSU_19620,KEGG_pathway,map00550 -6180,BSU_19620,KEGG_pathway,map01100 -6181,BSU_19620,KEGG_pathway,map01502 -6182,BSU_19620,KEGG_pathway,map02020 -6188,BSU_19630,KEGG_pathway,map00230 -6189,BSU_19630,KEGG_pathway,map00240 -6190,BSU_19630,KEGG_pathway,map00760 -6191,BSU_19630,KEGG_pathway,map01100 -6192,BSU_19630,KEGG_pathway,map01110 -6194,BSU_19650,KEGG_pathway,map00550 -6196,BSU_19690,KEGG_pathway,map00310 -6205,BSU_19710,KEGG_pathway,map00220 -6206,BSU_19710,KEGG_pathway,map00300 -6207,BSU_19710,KEGG_pathway,map01100 -6208,BSU_19710,KEGG_pathway,map01110 -6209,BSU_19710,KEGG_pathway,map01120 -6210,BSU_19710,KEGG_pathway,map01130 -6211,BSU_19710,KEGG_pathway,map01210 -6212,BSU_19710,KEGG_pathway,map01230 -6220,BSU_19720,KEGG_pathway,map00310 -6221,BSU_19720,KEGG_pathway,map00627 -6222,BSU_19720,KEGG_pathway,map00640 -6223,BSU_19720,KEGG_pathway,map00650 -6224,BSU_19720,KEGG_pathway,map01100 -6225,BSU_19720,KEGG_pathway,map01120 -6226,BSU_19720,KEGG_pathway,map02020 -6234,BSU_19730,KEGG_pathway,map00310 -6235,BSU_19730,KEGG_pathway,map00627 -6236,BSU_19730,KEGG_pathway,map00640 -6237,BSU_19730,KEGG_pathway,map00650 -6238,BSU_19730,KEGG_pathway,map01100 -6239,BSU_19730,KEGG_pathway,map01120 -6240,BSU_19730,KEGG_pathway,map02020 -6242,BSU_19800,KEGG_pathway,map00562 -6246,BSU_20020,KEGG_pathway,map00240 -6247,BSU_20020,KEGG_pathway,map00983 -6248,BSU_20020,KEGG_pathway,map01100 -6252,BSU_20040,KEGG_pathway,map00230 -6253,BSU_20040,KEGG_pathway,map00240 -6254,BSU_20040,KEGG_pathway,map01100 -6258,BSU_20060,KEGG_pathway,map00230 -6259,BSU_20060,KEGG_pathway,map00240 -6260,BSU_20060,KEGG_pathway,map01100 -6264,BSU_20250,KEGG_pathway,map00270 -6265,BSU_20250,KEGG_pathway,map01100 -6266,BSU_20250,KEGG_pathway,map05206 -6271,BSU_20500,KEGG_pathway,map03030 -6272,BSU_20500,KEGG_pathway,map03410 -6273,BSU_20500,KEGG_pathway,map03420 -6274,BSU_20500,KEGG_pathway,map03430 -6282,BSU_21770,KEGG_pathway,map00260 -6283,BSU_21770,KEGG_pathway,map00290 -6284,BSU_21770,KEGG_pathway,map01100 -6285,BSU_21770,KEGG_pathway,map01110 -6286,BSU_21770,KEGG_pathway,map01130 -6287,BSU_21770,KEGG_pathway,map01200 -6288,BSU_21770,KEGG_pathway,map01230 -6293,BSU_21800,KEGG_pathway,map00561 -6294,BSU_21800,KEGG_pathway,map00564 -6295,BSU_21800,KEGG_pathway,map01100 -6296,BSU_21800,KEGG_pathway,map01110 -6301,BSU_21810,KEGG_pathway,map00670 -6302,BSU_21810,KEGG_pathway,map00790 -6303,BSU_21810,KEGG_pathway,map01100 -6304,BSU_21810,KEGG_pathway,map01523 -6309,BSU_21820,KEGG_pathway,map00240 -6310,BSU_21820,KEGG_pathway,map00670 -6311,BSU_21820,KEGG_pathway,map01100 -6312,BSU_21820,KEGG_pathway,map01523 -6315,BSU_21830,KEGG_pathway,map00564 -6316,BSU_21830,KEGG_pathway,map01100 -6324,BSU_21870,KEGG_pathway,map00290 -6325,BSU_21870,KEGG_pathway,map00770 -6326,BSU_21870,KEGG_pathway,map01100 -6327,BSU_21870,KEGG_pathway,map01110 -6328,BSU_21870,KEGG_pathway,map01130 -6329,BSU_21870,KEGG_pathway,map01210 -6330,BSU_21870,KEGG_pathway,map01230 -6334,BSU_21900,KEGG_pathway,map00480 -6335,BSU_21900,KEGG_pathway,map00590 -6336,BSU_21900,KEGG_pathway,map04918 -6342,BSU_21910,KEGG_pathway,map00270 -6343,BSU_21910,KEGG_pathway,map00920 -6344,BSU_21910,KEGG_pathway,map01100 -6345,BSU_21910,KEGG_pathway,map01110 -6346,BSU_21910,KEGG_pathway,map01230 -6349,BSU_21920,KEGG_pathway,map00561 -6350,BSU_21920,KEGG_pathway,map01100 -6352,BSU_21970,KEGG_pathway,map03030 -6354,BSU_21990,KEGG_pathway,map03030 -6358,BSU_22070,KEGG_pathway,map00230 -6359,BSU_22070,KEGG_pathway,map01100 -6360,BSU_22070,KEGG_pathway,map01110 -6366,BSU_22100,KEGG_pathway,map00030 -6367,BSU_22100,KEGG_pathway,map00630 -6368,BSU_22100,KEGG_pathway,map01100 -6369,BSU_22100,KEGG_pathway,map01120 -6370,BSU_22100,KEGG_pathway,map01200 -6375,BSU_22110,KEGG_pathway,map00030 -6376,BSU_22110,KEGG_pathway,map01100 -6377,BSU_22110,KEGG_pathway,map01120 -6378,BSU_22110,KEGG_pathway,map01200 -6380,BSU_22130,KEGG_pathway,map00040 -6382,BSU_22140,KEGG_pathway,map00040 -6389,BSU_22230,KEGG_pathway,map00010 -6390,BSU_22230,KEGG_pathway,map00500 -6391,BSU_22230,KEGG_pathway,map00520 -6392,BSU_22230,KEGG_pathway,map02026 -6393,BSU_22230,KEGG_pathway,map02060 -6394,BSU_22230,KEGG_pathway,map05111 -6398,BSU_22320,KEGG_pathway,map00550 -6399,BSU_22320,KEGG_pathway,map01100 -6400,BSU_22320,KEGG_pathway,map01501 -6402,BSU_22340,KEGG_pathway,map03410 -6404,BSU_22360,KEGG_pathway,map00970 -6420,BSU_22370,KEGG_pathway,map00220 -6421,BSU_22370,KEGG_pathway,map00250 -6422,BSU_22370,KEGG_pathway,map00270 -6423,BSU_22370,KEGG_pathway,map00330 -6424,BSU_22370,KEGG_pathway,map00350 -6425,BSU_22370,KEGG_pathway,map00360 -6426,BSU_22370,KEGG_pathway,map00400 -6427,BSU_22370,KEGG_pathway,map00401 -6428,BSU_22370,KEGG_pathway,map00950 -6429,BSU_22370,KEGG_pathway,map00960 -6430,BSU_22370,KEGG_pathway,map01100 -6431,BSU_22370,KEGG_pathway,map01110 -6432,BSU_22370,KEGG_pathway,map01130 -6433,BSU_22370,KEGG_pathway,map01210 -6434,BSU_22370,KEGG_pathway,map01230 -6439,BSU_22410,KEGG_pathway,map00410 -6440,BSU_22410,KEGG_pathway,map00770 -6441,BSU_22410,KEGG_pathway,map01100 -6442,BSU_22410,KEGG_pathway,map01110 -6447,BSU_22420,KEGG_pathway,map00410 -6448,BSU_22420,KEGG_pathway,map00770 -6449,BSU_22420,KEGG_pathway,map01100 -6450,BSU_22420,KEGG_pathway,map01110 -6454,BSU_22430,KEGG_pathway,map00770 -6455,BSU_22430,KEGG_pathway,map01100 -6456,BSU_22430,KEGG_pathway,map01110 -6459,BSU_22440,KEGG_pathway,map00780 -6460,BSU_22440,KEGG_pathway,map01100 -6462,BSU_22450,KEGG_pathway,map03013 -6465,BSU_22480,KEGG_pathway,map00640 -6466,BSU_22480,KEGG_pathway,map01120 -6474,BSU_22490,KEGG_pathway,map00261 -6475,BSU_22490,KEGG_pathway,map00300 -6476,BSU_22490,KEGG_pathway,map01100 -6477,BSU_22490,KEGG_pathway,map01110 -6478,BSU_22490,KEGG_pathway,map01120 -6479,BSU_22490,KEGG_pathway,map01130 -6480,BSU_22490,KEGG_pathway,map01230 -6483,BSU_22540,KEGG_pathway,map00190 -6484,BSU_22540,KEGG_pathway,map01100 -6487,BSU_22550,KEGG_pathway,map00190 -6488,BSU_22550,KEGG_pathway,map01100 -6491,BSU_22560,KEGG_pathway,map00190 -6492,BSU_22560,KEGG_pathway,map01100 -6498,BSU_22600,KEGG_pathway,map00400 -6499,BSU_22600,KEGG_pathway,map01100 -6500,BSU_22600,KEGG_pathway,map01110 -6501,BSU_22600,KEGG_pathway,map01130 -6502,BSU_22600,KEGG_pathway,map01230 -6509,BSU_22610,KEGG_pathway,map00400 -6510,BSU_22610,KEGG_pathway,map00401 -6511,BSU_22610,KEGG_pathway,map01100 -6512,BSU_22610,KEGG_pathway,map01110 -6513,BSU_22610,KEGG_pathway,map01130 -6514,BSU_22610,KEGG_pathway,map01230 -6525,BSU_22620,KEGG_pathway,map00340 -6526,BSU_22620,KEGG_pathway,map00350 -6527,BSU_22620,KEGG_pathway,map00360 -6528,BSU_22620,KEGG_pathway,map00400 -6529,BSU_22620,KEGG_pathway,map00401 -6530,BSU_22620,KEGG_pathway,map00960 -6531,BSU_22620,KEGG_pathway,map01100 -6532,BSU_22620,KEGG_pathway,map01110 -6533,BSU_22620,KEGG_pathway,map01130 -6534,BSU_22620,KEGG_pathway,map01230 -6541,BSU_22630,KEGG_pathway,map00260 -6542,BSU_22630,KEGG_pathway,map00400 -6543,BSU_22630,KEGG_pathway,map01100 -6544,BSU_22630,KEGG_pathway,map01110 -6545,BSU_22630,KEGG_pathway,map01130 -6546,BSU_22630,KEGG_pathway,map01230 -6553,BSU_22640,KEGG_pathway,map00260 -6554,BSU_22640,KEGG_pathway,map00400 -6555,BSU_22640,KEGG_pathway,map01100 -6556,BSU_22640,KEGG_pathway,map01110 -6557,BSU_22640,KEGG_pathway,map01130 -6558,BSU_22640,KEGG_pathway,map01230 -6564,BSU_22650,KEGG_pathway,map00400 -6565,BSU_22650,KEGG_pathway,map01100 -6566,BSU_22650,KEGG_pathway,map01110 -6567,BSU_22650,KEGG_pathway,map01130 -6568,BSU_22650,KEGG_pathway,map01230 -6574,BSU_22660,KEGG_pathway,map00400 -6575,BSU_22660,KEGG_pathway,map01100 -6576,BSU_22660,KEGG_pathway,map01110 -6577,BSU_22660,KEGG_pathway,map01130 -6578,BSU_22660,KEGG_pathway,map01230 -6584,BSU_22670,KEGG_pathway,map00400 -6585,BSU_22670,KEGG_pathway,map01100 -6586,BSU_22670,KEGG_pathway,map01110 -6587,BSU_22670,KEGG_pathway,map01130 -6588,BSU_22670,KEGG_pathway,map01230 -6597,BSU_22680,KEGG_pathway,map00400 -6598,BSU_22680,KEGG_pathway,map00405 -6599,BSU_22680,KEGG_pathway,map01100 -6600,BSU_22680,KEGG_pathway,map01110 -6601,BSU_22680,KEGG_pathway,map01130 -6602,BSU_22680,KEGG_pathway,map01230 -6603,BSU_22680,KEGG_pathway,map02024 -6604,BSU_22680,KEGG_pathway,map02025 -6610,BSU_22690,KEGG_pathway,map00400 -6611,BSU_22690,KEGG_pathway,map01100 -6612,BSU_22690,KEGG_pathway,map01110 -6613,BSU_22690,KEGG_pathway,map01130 -6614,BSU_22690,KEGG_pathway,map01230 -6620,BSU_22700,KEGG_pathway,map00400 -6621,BSU_22700,KEGG_pathway,map01100 -6622,BSU_22700,KEGG_pathway,map01110 -6623,BSU_22700,KEGG_pathway,map01130 -6624,BSU_22700,KEGG_pathway,map01230 -6630,BSU_22710,KEGG_pathway,map00400 -6631,BSU_22710,KEGG_pathway,map01100 -6632,BSU_22710,KEGG_pathway,map01110 -6633,BSU_22710,KEGG_pathway,map01130 -6634,BSU_22710,KEGG_pathway,map01230 -6637,BSU_22720,KEGG_pathway,map02020 -6638,BSU_22720,KEGG_pathway,map02030 -6646,BSU_22730,KEGG_pathway,map00230 -6647,BSU_22730,KEGG_pathway,map00240 -6648,BSU_22730,KEGG_pathway,map00983 -6649,BSU_22730,KEGG_pathway,map01100 -6650,BSU_22730,KEGG_pathway,map01110 -6651,BSU_22730,KEGG_pathway,map01130 -6652,BSU_22730,KEGG_pathway,map04016 -6655,BSU_22740,KEGG_pathway,map00900 -6656,BSU_22740,KEGG_pathway,map01110 -6660,BSU_22750,KEGG_pathway,map00130 -6661,BSU_22750,KEGG_pathway,map01100 -6662,BSU_22750,KEGG_pathway,map01110 -6665,BSU_22760,KEGG_pathway,map00900 -6666,BSU_22760,KEGG_pathway,map01110 -6669,BSU_22780,KEGG_pathway,map00790 -6670,BSU_22780,KEGG_pathway,map01100 -6673,BSU_22830,KEGG_pathway,map00564 -6674,BSU_22830,KEGG_pathway,map01110 -6679,BSU_22870,KEGG_pathway,map00900 -6680,BSU_22870,KEGG_pathway,map01100 -6681,BSU_22870,KEGG_pathway,map01110 -6682,BSU_22870,KEGG_pathway,map01130 -6684,BSU_22880,KEGG_pathway,map03010 -6687,BSU_22890,KEGG_pathway,map00240 -6688,BSU_22890,KEGG_pathway,map01100 -6690,BSU_22950,KEGG_pathway,map00450 -6696,BSU_22960,KEGG_pathway,map00220 -6697,BSU_22960,KEGG_pathway,map00250 -6698,BSU_22960,KEGG_pathway,map00430 -6699,BSU_22960,KEGG_pathway,map00910 -6700,BSU_22960,KEGG_pathway,map01100 -6702,BSU_23020,KEGG_pathway,map03018 -6710,BSU_23070,KEGG_pathway,map00260 -6711,BSU_23070,KEGG_pathway,map00680 -6712,BSU_23070,KEGG_pathway,map01100 -6713,BSU_23070,KEGG_pathway,map01120 -6714,BSU_23070,KEGG_pathway,map01130 -6715,BSU_23070,KEGG_pathway,map01200 -6716,BSU_23070,KEGG_pathway,map01230 -6722,BSU_23080,KEGG_pathway,map00400 -6723,BSU_23080,KEGG_pathway,map01100 -6724,BSU_23080,KEGG_pathway,map01110 -6725,BSU_23080,KEGG_pathway,map01130 -6726,BSU_23080,KEGG_pathway,map01230 -6728,BSU_23110,KEGG_pathway,map02020 -6730,BSU_23120,KEGG_pathway,map02020 -6733,BSU_23190,KEGG_pathway,map00550 -6734,BSU_23190,KEGG_pathway,map01100 -6738,BSU_23250,KEGG_pathway,map00740 -6739,BSU_23250,KEGG_pathway,map01100 -6740,BSU_23250,KEGG_pathway,map01110 -6745,BSU_23260,KEGG_pathway,map00740 -6746,BSU_23260,KEGG_pathway,map00790 -6747,BSU_23260,KEGG_pathway,map01100 -6748,BSU_23260,KEGG_pathway,map01110 -6752,BSU_23270,KEGG_pathway,map00740 -6753,BSU_23270,KEGG_pathway,map01100 -6754,BSU_23270,KEGG_pathway,map01110 -6759,BSU_23280,KEGG_pathway,map00740 -6760,BSU_23280,KEGG_pathway,map01100 -6761,BSU_23280,KEGG_pathway,map01110 -6762,BSU_23280,KEGG_pathway,map02024 -6765,BSU_23310,KEGG_pathway,map02024 -6766,BSU_23310,KEGG_pathway,map03060 -6773,BSU_23380,KEGG_pathway,map00300 -6774,BSU_23380,KEGG_pathway,map01100 -6775,BSU_23380,KEGG_pathway,map01110 -6776,BSU_23380,KEGG_pathway,map01120 -6777,BSU_23380,KEGG_pathway,map01130 -6778,BSU_23380,KEGG_pathway,map01230 -6781,BSU_23480,KEGG_pathway,map00550 -6782,BSU_23480,KEGG_pathway,map01100 -6788,BSU_23490,KEGG_pathway,map00230 -6789,BSU_23490,KEGG_pathway,map00240 -6790,BSU_23490,KEGG_pathway,map00760 -6791,BSU_23490,KEGG_pathway,map01100 -6792,BSU_23490,KEGG_pathway,map01110 -6795,BSU_23500,KEGG_pathway,map00030 -6796,BSU_23500,KEGG_pathway,map00230 -6800,BSU_23550,KEGG_pathway,map00620 -6801,BSU_23550,KEGG_pathway,map01200 -6802,BSU_23550,KEGG_pathway,map02020 -6805,BSU_23570,KEGG_pathway,map00250 -6806,BSU_23570,KEGG_pathway,map01100 -6811,BSU_23580,KEGG_pathway,map00250 -6812,BSU_23580,KEGG_pathway,map00460 -6813,BSU_23580,KEGG_pathway,map01100 -6814,BSU_23580,KEGG_pathway,map01110 -6816,BSU_23610,KEGG_pathway,map00230 -6819,BSU_23760,KEGG_pathway,map00770 -6820,BSU_23760,KEGG_pathway,map01100 -6822,BSU_23770,KEGG_pathway,map00260 -6828,BSU_23800,KEGG_pathway,map00330 -6829,BSU_23800,KEGG_pathway,map01100 -6830,BSU_23800,KEGG_pathway,map01110 -6831,BSU_23800,KEGG_pathway,map01130 -6832,BSU_23800,KEGG_pathway,map01230 -6834,BSU_23836,KEGG_pathway,map03010 -6836,BSU_23840,KEGG_pathway,map03013 -6845,BSU_23850,KEGG_pathway,map00030 -6846,BSU_23850,KEGG_pathway,map00480 -6847,BSU_23850,KEGG_pathway,map01100 -6848,BSU_23850,KEGG_pathway,map01110 -6849,BSU_23850,KEGG_pathway,map01120 -6850,BSU_23850,KEGG_pathway,map01130 -6851,BSU_23850,KEGG_pathway,map01200 -6852,BSU_23850,KEGG_pathway,map05230 -6860,BSU_23860,KEGG_pathway,map00030 -6861,BSU_23860,KEGG_pathway,map00480 -6862,BSU_23860,KEGG_pathway,map01100 -6863,BSU_23860,KEGG_pathway,map01110 -6864,BSU_23860,KEGG_pathway,map01120 -6865,BSU_23860,KEGG_pathway,map01130 -6866,BSU_23860,KEGG_pathway,map01200 -6870,BSU_23890,KEGG_pathway,map02024 -6871,BSU_23890,KEGG_pathway,map03060 -6872,BSU_23890,KEGG_pathway,map03070 -6880,BSU_23920,KEGG_pathway,map00280 -6881,BSU_23920,KEGG_pathway,map00630 -6882,BSU_23920,KEGG_pathway,map00640 -6883,BSU_23920,KEGG_pathway,map01100 -6884,BSU_23920,KEGG_pathway,map01120 -6885,BSU_23920,KEGG_pathway,map01130 -6886,BSU_23920,KEGG_pathway,map01200 -6894,BSU_23930,KEGG_pathway,map00280 -6895,BSU_23930,KEGG_pathway,map00630 -6896,BSU_23930,KEGG_pathway,map00640 -6897,BSU_23930,KEGG_pathway,map00720 -6898,BSU_23930,KEGG_pathway,map01100 -6899,BSU_23930,KEGG_pathway,map01120 -6900,BSU_23930,KEGG_pathway,map01200 -6906,BSU_24030,KEGG_pathway,map00280 -6907,BSU_24030,KEGG_pathway,map00640 -6908,BSU_24030,KEGG_pathway,map01100 -6909,BSU_24030,KEGG_pathway,map01110 -6910,BSU_24030,KEGG_pathway,map01130 -6916,BSU_24040,KEGG_pathway,map00280 -6917,BSU_24040,KEGG_pathway,map00640 -6918,BSU_24040,KEGG_pathway,map01100 -6919,BSU_24040,KEGG_pathway,map01110 -6920,BSU_24040,KEGG_pathway,map01130 -6926,BSU_24050,KEGG_pathway,map00280 -6927,BSU_24050,KEGG_pathway,map00640 -6928,BSU_24050,KEGG_pathway,map01100 -6929,BSU_24050,KEGG_pathway,map01110 -6930,BSU_24050,KEGG_pathway,map01130 -6943,BSU_24060,KEGG_pathway,map00010 -6944,BSU_24060,KEGG_pathway,map00020 -6945,BSU_24060,KEGG_pathway,map00260 -6946,BSU_24060,KEGG_pathway,map00280 -6947,BSU_24060,KEGG_pathway,map00620 -6948,BSU_24060,KEGG_pathway,map00630 -6949,BSU_24060,KEGG_pathway,map00640 -6950,BSU_24060,KEGG_pathway,map01100 -6951,BSU_24060,KEGG_pathway,map01110 -6952,BSU_24060,KEGG_pathway,map01120 -6953,BSU_24060,KEGG_pathway,map01130 -6954,BSU_24060,KEGG_pathway,map01200 -6957,BSU_24070,KEGG_pathway,map00650 -6958,BSU_24070,KEGG_pathway,map01100 -6964,BSU_24080,KEGG_pathway,map00280 -6965,BSU_24080,KEGG_pathway,map00290 -6966,BSU_24080,KEGG_pathway,map01100 -6967,BSU_24080,KEGG_pathway,map01110 -6968,BSU_24080,KEGG_pathway,map01130 -6971,BSU_24090,KEGG_pathway,map00650 -6972,BSU_24090,KEGG_pathway,map01100 -6978,BSU_24120,KEGG_pathway,map00440 -6979,BSU_24120,KEGG_pathway,map00640 -6980,BSU_24120,KEGG_pathway,map01100 -6981,BSU_24120,KEGG_pathway,map01120 -6982,BSU_24120,KEGG_pathway,map01130 -6984,BSU_24130,KEGG_pathway,map00640 -6994,BSU_24140,KEGG_pathway,map00020 -6995,BSU_24140,KEGG_pathway,map00630 -6996,BSU_24140,KEGG_pathway,map01100 -6997,BSU_24140,KEGG_pathway,map01110 -6998,BSU_24140,KEGG_pathway,map01120 -6999,BSU_24140,KEGG_pathway,map01130 -7000,BSU_24140,KEGG_pathway,map01200 -7001,BSU_24140,KEGG_pathway,map01210 -7002,BSU_24140,KEGG_pathway,map01230 -7008,BSU_24160,KEGG_pathway,map00360 -7009,BSU_24160,KEGG_pathway,map00362 -7010,BSU_24160,KEGG_pathway,map00650 -7011,BSU_24160,KEGG_pathway,map01100 -7012,BSU_24160,KEGG_pathway,map01120 -7032,BSU_24170,KEGG_pathway,map00071 -7033,BSU_24170,KEGG_pathway,map00072 -7034,BSU_24170,KEGG_pathway,map00280 -7035,BSU_24170,KEGG_pathway,map00310 -7036,BSU_24170,KEGG_pathway,map00362 -7037,BSU_24170,KEGG_pathway,map00380 -7038,BSU_24170,KEGG_pathway,map00620 -7039,BSU_24170,KEGG_pathway,map00630 -7040,BSU_24170,KEGG_pathway,map00640 -7041,BSU_24170,KEGG_pathway,map00650 -7042,BSU_24170,KEGG_pathway,map00720 -7043,BSU_24170,KEGG_pathway,map00900 -7044,BSU_24170,KEGG_pathway,map01100 -7045,BSU_24170,KEGG_pathway,map01110 -7046,BSU_24170,KEGG_pathway,map01120 -7047,BSU_24170,KEGG_pathway,map01130 -7048,BSU_24170,KEGG_pathway,map01200 -7049,BSU_24170,KEGG_pathway,map01212 -7050,BSU_24170,KEGG_pathway,map02020 -7052,BSU_24180,KEGG_pathway,map00564 -7054,BSU_24190,KEGG_pathway,map01503 -7057,BSU_24220,KEGG_pathway,map02020 -7058,BSU_24220,KEGG_pathway,map02024 -7064,BSU_24270,KEGG_pathway,map00730 -7065,BSU_24270,KEGG_pathway,map00900 -7066,BSU_24270,KEGG_pathway,map01100 -7067,BSU_24270,KEGG_pathway,map01110 -7068,BSU_24270,KEGG_pathway,map01130 -7073,BSU_24280,KEGG_pathway,map00900 -7074,BSU_24280,KEGG_pathway,map01100 -7075,BSU_24280,KEGG_pathway,map01110 -7076,BSU_24280,KEGG_pathway,map01130 -7078,BSU_24290,KEGG_pathway,map03430 -7080,BSU_24300,KEGG_pathway,map03430 -7086,BSU_24310,KEGG_pathway,map00670 -7087,BSU_24310,KEGG_pathway,map00720 -7088,BSU_24310,KEGG_pathway,map01100 -7089,BSU_24310,KEGG_pathway,map01120 -7090,BSU_24310,KEGG_pathway,map01200 -7101,BSU_24340,KEGG_pathway,map00061 -7102,BSU_24340,KEGG_pathway,map00620 -7103,BSU_24340,KEGG_pathway,map00640 -7104,BSU_24340,KEGG_pathway,map00720 -7105,BSU_24340,KEGG_pathway,map01100 -7106,BSU_24340,KEGG_pathway,map01110 -7107,BSU_24340,KEGG_pathway,map01120 -7108,BSU_24340,KEGG_pathway,map01130 -7109,BSU_24340,KEGG_pathway,map01200 -7110,BSU_24340,KEGG_pathway,map01212 -7121,BSU_24350,KEGG_pathway,map00061 -7122,BSU_24350,KEGG_pathway,map00620 -7123,BSU_24350,KEGG_pathway,map00640 -7124,BSU_24350,KEGG_pathway,map00720 -7125,BSU_24350,KEGG_pathway,map01100 -7126,BSU_24350,KEGG_pathway,map01110 -7127,BSU_24350,KEGG_pathway,map01120 -7128,BSU_24350,KEGG_pathway,map01130 -7129,BSU_24350,KEGG_pathway,map01200 -7130,BSU_24350,KEGG_pathway,map01212 -7136,BSU_24470,KEGG_pathway,map00400 -7137,BSU_24470,KEGG_pathway,map01100 -7138,BSU_24470,KEGG_pathway,map01110 -7139,BSU_24470,KEGG_pathway,map01130 -7140,BSU_24470,KEGG_pathway,map01230 -7143,BSU_24530,KEGG_pathway,map00785 -7144,BSU_24530,KEGG_pathway,map01100 -7151,BSU_24550,KEGG_pathway,map00260 -7152,BSU_24550,KEGG_pathway,map00630 -7153,BSU_24550,KEGG_pathway,map01100 -7154,BSU_24550,KEGG_pathway,map01110 -7155,BSU_24550,KEGG_pathway,map01130 -7156,BSU_24550,KEGG_pathway,map01200 -7163,BSU_24560,KEGG_pathway,map00260 -7164,BSU_24560,KEGG_pathway,map00630 -7165,BSU_24560,KEGG_pathway,map01100 -7166,BSU_24560,KEGG_pathway,map01110 -7167,BSU_24560,KEGG_pathway,map01130 -7168,BSU_24560,KEGG_pathway,map01200 -7176,BSU_24570,KEGG_pathway,map00260 -7177,BSU_24570,KEGG_pathway,map00630 -7178,BSU_24570,KEGG_pathway,map00670 -7179,BSU_24570,KEGG_pathway,map01100 -7180,BSU_24570,KEGG_pathway,map01110 -7181,BSU_24570,KEGG_pathway,map01130 -7182,BSU_24570,KEGG_pathway,map01200 -7184,BSU_24630,KEGG_pathway,map03060 -7187,BSU_24840,KEGG_pathway,map00561 -7188,BSU_24840,KEGG_pathway,map01100 -7200,BSU_24850,KEGG_pathway,map00010 -7201,BSU_24850,KEGG_pathway,map00052 -7202,BSU_24850,KEGG_pathway,map00500 -7203,BSU_24850,KEGG_pathway,map00520 -7204,BSU_24850,KEGG_pathway,map00521 -7205,BSU_24850,KEGG_pathway,map00524 -7206,BSU_24850,KEGG_pathway,map01100 -7207,BSU_24850,KEGG_pathway,map01110 -7208,BSU_24850,KEGG_pathway,map01120 -7209,BSU_24850,KEGG_pathway,map01130 -7210,BSU_24850,KEGG_pathway,map01200 -7213,BSU_24890,KEGG_pathway,map00670 -7214,BSU_24890,KEGG_pathway,map01100 -7216,BSU_24900,KEGG_pathway,map03010 -7218,BSU_24950,KEGG_pathway,map02010 -7220,BSU_24960,KEGG_pathway,map02010 -7222,BSU_24970,KEGG_pathway,map02010 -7224,BSU_24980,KEGG_pathway,map02010 -7228,BSU_24990,KEGG_pathway,map02010 -7229,BSU_24990,KEGG_pathway,map02020 -7230,BSU_24990,KEGG_pathway,map05152 -7232,BSU_25000,KEGG_pathway,map00550 -7240,BSU_25020,KEGG_pathway,map04013 -7241,BSU_25020,KEGG_pathway,map04068 -7242,BSU_25020,KEGG_pathway,map04146 -7243,BSU_25020,KEGG_pathway,map04211 -7244,BSU_25020,KEGG_pathway,map04212 -7245,BSU_25020,KEGG_pathway,map04213 -7246,BSU_25020,KEGG_pathway,map05016 -7251,BSU_25070,KEGG_pathway,map00900 -7252,BSU_25070,KEGG_pathway,map01100 -7253,BSU_25070,KEGG_pathway,map01110 -7254,BSU_25070,KEGG_pathway,map01130 -7256,BSU_25130,KEGG_pathway,map03410 -7261,BSU_25160,KEGG_pathway,map00900 -7262,BSU_25160,KEGG_pathway,map01100 -7263,BSU_25160,KEGG_pathway,map01110 -7264,BSU_25160,KEGG_pathway,map01130 -7266,BSU_25210,KEGG_pathway,map03030 -7268,BSU_25260,KEGG_pathway,map00970 -7270,BSU_25270,KEGG_pathway,map00970 -7272,BSU_25280,KEGG_pathway,map03440 -7276,BSU_25300,KEGG_pathway,map00240 -7277,BSU_25300,KEGG_pathway,map00983 -7278,BSU_25300,KEGG_pathway,map01100 -7280,BSU_25310,KEGG_pathway,map00550 -7282,BSU_25410,KEGG_pathway,map03010 -7286,BSU_25470,KEGG_pathway,map03018 -7287,BSU_25470,KEGG_pathway,map04212 -7288,BSU_25470,KEGG_pathway,map05152 -7290,BSU_25510,KEGG_pathway,map05134 -7292,BSU_25550,KEGG_pathway,map03010 -7299,BSU_25560,KEGG_pathway,map00230 -7300,BSU_25560,KEGG_pathway,map00240 -7301,BSU_25560,KEGG_pathway,map01100 -7302,BSU_25560,KEGG_pathway,map03030 -7303,BSU_25560,KEGG_pathway,map03430 -7304,BSU_25560,KEGG_pathway,map03440 -7307,BSU_25580,KEGG_pathway,map00240 -7308,BSU_25580,KEGG_pathway,map01100 -7311,BSU_25640,KEGG_pathway,map00760 -7312,BSU_25640,KEGG_pathway,map01100 -7318,BSU_25660,KEGG_pathway,map00400 -7319,BSU_25660,KEGG_pathway,map01100 -7320,BSU_25660,KEGG_pathway,map01110 -7321,BSU_25660,KEGG_pathway,map01130 -7322,BSU_25660,KEGG_pathway,map01230 -7330,BSU_25730,KEGG_pathway,map00030 -7331,BSU_25730,KEGG_pathway,map00480 -7332,BSU_25730,KEGG_pathway,map01100 -7333,BSU_25730,KEGG_pathway,map01110 -7334,BSU_25730,KEGG_pathway,map01120 -7335,BSU_25730,KEGG_pathway,map01130 -7336,BSU_25730,KEGG_pathway,map01200 -7338,BSU_25800,KEGG_pathway,map00620 -7342,BSU_26600,KEGG_pathway,map00330 -7343,BSU_26600,KEGG_pathway,map01100 -7344,BSU_26600,KEGG_pathway,map04216 -7346,BSU_26800,KEGG_pathway,map00910 -7349,BSU_26810,KEGG_pathway,map00471 -7350,BSU_26810,KEGG_pathway,map01100 -7352,BSU_26830,KEGG_pathway,map02010 -7354,BSU_26860,KEGG_pathway,map02020 -7371,BSU_26970,KEGG_pathway,map00010 -7372,BSU_26970,KEGG_pathway,map00071 -7373,BSU_26970,KEGG_pathway,map00350 -7374,BSU_26970,KEGG_pathway,map00625 -7375,BSU_26970,KEGG_pathway,map00626 -7376,BSU_26970,KEGG_pathway,map00680 -7377,BSU_26970,KEGG_pathway,map00830 -7378,BSU_26970,KEGG_pathway,map00980 -7379,BSU_26970,KEGG_pathway,map00982 -7380,BSU_26970,KEGG_pathway,map01100 -7381,BSU_26970,KEGG_pathway,map01110 -7382,BSU_26970,KEGG_pathway,map01120 -7383,BSU_26970,KEGG_pathway,map01130 -7384,BSU_26970,KEGG_pathway,map01200 -7385,BSU_26970,KEGG_pathway,map01220 -7386,BSU_26970,KEGG_pathway,map05204 -7388,BSU_27030,KEGG_pathway,map00051 -7393,BSU_27040,KEGG_pathway,map00051 -7394,BSU_27040,KEGG_pathway,map00520 -7395,BSU_27040,KEGG_pathway,map01100 -7396,BSU_27040,KEGG_pathway,map02060 -7400,BSU_27050,KEGG_pathway,map00051 -7401,BSU_27050,KEGG_pathway,map00052 -7402,BSU_27050,KEGG_pathway,map02060 -7407,BSU_27060,KEGG_pathway,map00051 -7408,BSU_27060,KEGG_pathway,map00520 -7409,BSU_27060,KEGG_pathway,map01100 -7410,BSU_27060,KEGG_pathway,map02060 -7413,BSU_27070,KEGG_pathway,map00051 -7414,BSU_27070,KEGG_pathway,map02060 -7419,BSU_27160,KEGG_pathway,map00071 -7420,BSU_27160,KEGG_pathway,map00380 -7421,BSU_27160,KEGG_pathway,map00627 -7422,BSU_27160,KEGG_pathway,map01120 -7428,BSU_27220,KEGG_pathway,map00630 -7429,BSU_27220,KEGG_pathway,map00680 -7430,BSU_27220,KEGG_pathway,map01100 -7431,BSU_27220,KEGG_pathway,map01120 -7432,BSU_27220,KEGG_pathway,map01200 -7439,BSU_27250,KEGG_pathway,map00260 -7440,BSU_27250,KEGG_pathway,map00270 -7441,BSU_27250,KEGG_pathway,map00920 -7442,BSU_27250,KEGG_pathway,map01100 -7443,BSU_27250,KEGG_pathway,map01130 -7444,BSU_27250,KEGG_pathway,map01230 -7448,BSU_27260,KEGG_pathway,map00270 -7449,BSU_27260,KEGG_pathway,map01100 -7450,BSU_27260,KEGG_pathway,map01230 -7454,BSU_27270,KEGG_pathway,map00270 -7455,BSU_27270,KEGG_pathway,map01100 -7456,BSU_27270,KEGG_pathway,map01230 -7460,BSU_27280,KEGG_pathway,map00270 -7461,BSU_27280,KEGG_pathway,map01100 -7462,BSU_27280,KEGG_pathway,map01230 -7466,BSU_27330,KEGG_pathway,map00240 -7467,BSU_27330,KEGG_pathway,map00983 -7468,BSU_27330,KEGG_pathway,map01100 -7470,BSU_27340,KEGG_pathway,map05120 -7472,BSU_27350,KEGG_pathway,map05120 -7479,BSU_27360,KEGG_pathway,map00360 -7480,BSU_27360,KEGG_pathway,map00940 -7481,BSU_27360,KEGG_pathway,map00941 -7482,BSU_27360,KEGG_pathway,map00945 -7483,BSU_27360,KEGG_pathway,map01100 -7484,BSU_27360,KEGG_pathway,map01110 -7486,BSU_27410,KEGG_pathway,map00970 -7488,BSU_27430,KEGG_pathway,map02010 -7490,BSU_27440,KEGG_pathway,map02010 -7492,BSU_27450,KEGG_pathway,map02010 -7494,BSU_27460,KEGG_pathway,map02010 -7496,BSU_27480,KEGG_pathway,map03440 -7498,BSU_27500,KEGG_pathway,map04122 -7502,BSU_27510,KEGG_pathway,map00730 -7503,BSU_27510,KEGG_pathway,map01100 -7504,BSU_27510,KEGG_pathway,map04122 -7506,BSU_27550,KEGG_pathway,map00970 -7508,BSU_27560,KEGG_pathway,map00970 -7510,BSU_27580,KEGG_pathway,map01503 -7512,BSU_27600,KEGG_pathway,map00230 -7515,BSU_27610,KEGG_pathway,map00230 -7516,BSU_27610,KEGG_pathway,map01100 -7520,BSU_27620,KEGG_pathway,map03410 -7521,BSU_27620,KEGG_pathway,map03430 -7522,BSU_27620,KEGG_pathway,map03440 -7526,BSU_27650,KEGG_pathway,map02024 -7527,BSU_27650,KEGG_pathway,map03060 -7528,BSU_27650,KEGG_pathway,map03070 -7532,BSU_27700,KEGG_pathway,map02024 -7533,BSU_27700,KEGG_pathway,map03060 -7534,BSU_27700,KEGG_pathway,map03070 -7536,BSU_27730,KEGG_pathway,map03440 -7538,BSU_27740,KEGG_pathway,map03440 -7544,BSU_27770,KEGG_pathway,map00521 -7545,BSU_27770,KEGG_pathway,map00562 -7546,BSU_27770,KEGG_pathway,map01100 -7547,BSU_27770,KEGG_pathway,map01120 -7548,BSU_27770,KEGG_pathway,map01130 -7551,BSU_27850,KEGG_pathway,map00760 -7552,BSU_27850,KEGG_pathway,map01100 -7555,BSU_27860,KEGG_pathway,map00760 -7556,BSU_27860,KEGG_pathway,map01100 -7560,BSU_27870,KEGG_pathway,map00250 -7561,BSU_27870,KEGG_pathway,map00760 -7562,BSU_27870,KEGG_pathway,map01100 -7566,BSU_27880,KEGG_pathway,map00730 -7567,BSU_27880,KEGG_pathway,map01100 -7568,BSU_27880,KEGG_pathway,map04122 -7574,BSU_27900,KEGG_pathway,map00400 -7575,BSU_27900,KEGG_pathway,map01100 -7576,BSU_27900,KEGG_pathway,map01110 -7577,BSU_27900,KEGG_pathway,map01130 -7578,BSU_27900,KEGG_pathway,map01230 -7584,BSU_27910,KEGG_pathway,map00400 -7585,BSU_27910,KEGG_pathway,map01100 -7586,BSU_27910,KEGG_pathway,map01110 -7587,BSU_27910,KEGG_pathway,map01130 -7588,BSU_27910,KEGG_pathway,map01230 -7591,BSU_27930,KEGG_pathway,map02020 -7592,BSU_27930,KEGG_pathway,map02024 -7594,BSU_27940,KEGG_pathway,map03010 -7596,BSU_27960,KEGG_pathway,map03010 -7599,BSU_28080,KEGG_pathway,map00790 -7600,BSU_28080,KEGG_pathway,map01100 -7602,BSU_28090,KEGG_pathway,map00970 -7607,BSU_28120,KEGG_pathway,map00860 -7608,BSU_28120,KEGG_pathway,map01100 -7609,BSU_28120,KEGG_pathway,map01110 -7610,BSU_28120,KEGG_pathway,map01120 -7615,BSU_28130,KEGG_pathway,map00860 -7616,BSU_28130,KEGG_pathway,map01100 -7617,BSU_28130,KEGG_pathway,map01110 -7618,BSU_28130,KEGG_pathway,map01120 -7623,BSU_28140,KEGG_pathway,map00860 -7624,BSU_28140,KEGG_pathway,map01100 -7625,BSU_28140,KEGG_pathway,map01110 -7626,BSU_28140,KEGG_pathway,map01120 -7631,BSU_28150,KEGG_pathway,map00860 -7632,BSU_28150,KEGG_pathway,map01100 -7633,BSU_28150,KEGG_pathway,map01110 -7634,BSU_28150,KEGG_pathway,map01120 -7639,BSU_28170,KEGG_pathway,map00860 -7640,BSU_28170,KEGG_pathway,map01100 -7641,BSU_28170,KEGG_pathway,map01110 -7642,BSU_28170,KEGG_pathway,map01120 -7644,BSU_28200,KEGG_pathway,map04112 -7646,BSU_28220,KEGG_pathway,map04112 -7653,BSU_28250,KEGG_pathway,map00290 -7654,BSU_28250,KEGG_pathway,map00660 -7655,BSU_28250,KEGG_pathway,map01100 -7656,BSU_28250,KEGG_pathway,map01110 -7657,BSU_28250,KEGG_pathway,map01210 -7658,BSU_28250,KEGG_pathway,map01230 -7666,BSU_28260,KEGG_pathway,map00290 -7667,BSU_28260,KEGG_pathway,map00660 -7668,BSU_28260,KEGG_pathway,map00966 -7669,BSU_28260,KEGG_pathway,map01100 -7670,BSU_28260,KEGG_pathway,map01110 -7671,BSU_28260,KEGG_pathway,map01210 -7672,BSU_28260,KEGG_pathway,map01230 -7679,BSU_28270,KEGG_pathway,map00290 -7680,BSU_28270,KEGG_pathway,map00660 -7681,BSU_28270,KEGG_pathway,map01100 -7682,BSU_28270,KEGG_pathway,map01110 -7683,BSU_28270,KEGG_pathway,map01210 -7684,BSU_28270,KEGG_pathway,map01230 -7691,BSU_28280,KEGG_pathway,map00290 -7692,BSU_28280,KEGG_pathway,map00620 -7693,BSU_28280,KEGG_pathway,map01100 -7694,BSU_28280,KEGG_pathway,map01110 -7695,BSU_28280,KEGG_pathway,map01210 -7696,BSU_28280,KEGG_pathway,map01230 -7704,BSU_28290,KEGG_pathway,map00290 -7705,BSU_28290,KEGG_pathway,map00770 -7706,BSU_28290,KEGG_pathway,map01100 -7707,BSU_28290,KEGG_pathway,map01110 -7708,BSU_28290,KEGG_pathway,map01130 -7709,BSU_28290,KEGG_pathway,map01210 -7710,BSU_28290,KEGG_pathway,map01230 -7720,BSU_28300,KEGG_pathway,map00290 -7721,BSU_28300,KEGG_pathway,map00650 -7722,BSU_28300,KEGG_pathway,map00660 -7723,BSU_28300,KEGG_pathway,map00770 -7724,BSU_28300,KEGG_pathway,map01100 -7725,BSU_28300,KEGG_pathway,map01110 -7726,BSU_28300,KEGG_pathway,map01130 -7727,BSU_28300,KEGG_pathway,map01210 -7728,BSU_28300,KEGG_pathway,map01230 -7738,BSU_28310,KEGG_pathway,map00290 -7739,BSU_28310,KEGG_pathway,map00650 -7740,BSU_28310,KEGG_pathway,map00660 -7741,BSU_28310,KEGG_pathway,map00770 -7742,BSU_28310,KEGG_pathway,map01100 -7743,BSU_28310,KEGG_pathway,map01110 -7744,BSU_28310,KEGG_pathway,map01130 -7745,BSU_28310,KEGG_pathway,map01210 -7746,BSU_28310,KEGG_pathway,map01230 -7748,BSU_28360,KEGG_pathway,map00230 -7751,BSU_28390,KEGG_pathway,map00471 -7752,BSU_28390,KEGG_pathway,map01100 -7762,BSU_28430,KEGG_pathway,map00020 -7763,BSU_28430,KEGG_pathway,map00190 -7764,BSU_28430,KEGG_pathway,map00650 -7765,BSU_28430,KEGG_pathway,map00720 -7766,BSU_28430,KEGG_pathway,map01100 -7767,BSU_28430,KEGG_pathway,map01110 -7768,BSU_28430,KEGG_pathway,map01120 -7769,BSU_28430,KEGG_pathway,map01130 -7770,BSU_28430,KEGG_pathway,map01200 -7781,BSU_28440,KEGG_pathway,map00020 -7782,BSU_28440,KEGG_pathway,map00190 -7783,BSU_28440,KEGG_pathway,map00650 -7784,BSU_28440,KEGG_pathway,map00720 -7785,BSU_28440,KEGG_pathway,map01100 -7786,BSU_28440,KEGG_pathway,map01110 -7787,BSU_28440,KEGG_pathway,map01120 -7788,BSU_28440,KEGG_pathway,map01130 -7789,BSU_28440,KEGG_pathway,map01200 -7790,BSU_28440,KEGG_pathway,map05134 -7800,BSU_28450,KEGG_pathway,map00020 -7801,BSU_28450,KEGG_pathway,map00190 -7802,BSU_28450,KEGG_pathway,map00650 -7803,BSU_28450,KEGG_pathway,map00720 -7804,BSU_28450,KEGG_pathway,map01100 -7805,BSU_28450,KEGG_pathway,map01110 -7806,BSU_28450,KEGG_pathway,map01120 -7807,BSU_28450,KEGG_pathway,map01130 -7808,BSU_28450,KEGG_pathway,map01200 -7819,BSU_28470,KEGG_pathway,map00260 -7820,BSU_28470,KEGG_pathway,map00261 -7821,BSU_28470,KEGG_pathway,map00270 -7822,BSU_28470,KEGG_pathway,map00300 -7823,BSU_28470,KEGG_pathway,map01100 -7824,BSU_28470,KEGG_pathway,map01110 -7825,BSU_28470,KEGG_pathway,map01120 -7826,BSU_28470,KEGG_pathway,map01130 -7827,BSU_28470,KEGG_pathway,map01210 -7828,BSU_28470,KEGG_pathway,map01230 -7839,BSU_28475,KEGG_pathway,map00260 -7840,BSU_28475,KEGG_pathway,map00261 -7841,BSU_28475,KEGG_pathway,map00270 -7842,BSU_28475,KEGG_pathway,map00300 -7843,BSU_28475,KEGG_pathway,map01100 -7844,BSU_28475,KEGG_pathway,map01110 -7845,BSU_28475,KEGG_pathway,map01120 -7846,BSU_28475,KEGG_pathway,map01130 -7847,BSU_28475,KEGG_pathway,map01210 -7848,BSU_28475,KEGG_pathway,map01230 -7850,BSU_28490,KEGG_pathway,map03420 -7853,BSU_28500,KEGG_pathway,map04621 -7854,BSU_28500,KEGG_pathway,map05418 -7856,BSU_28510,KEGG_pathway,map00520 -7862,BSU_28540,KEGG_pathway,map00071 -7863,BSU_28540,KEGG_pathway,map00362 -7864,BSU_28540,KEGG_pathway,map01100 -7865,BSU_28540,KEGG_pathway,map01120 -7866,BSU_28540,KEGG_pathway,map01212 -7877,BSU_28560,KEGG_pathway,map00061 -7878,BSU_28560,KEGG_pathway,map00071 -7879,BSU_28560,KEGG_pathway,map01100 -7880,BSU_28560,KEGG_pathway,map01212 -7881,BSU_28560,KEGG_pathway,map02024 -7882,BSU_28560,KEGG_pathway,map03320 -7883,BSU_28560,KEGG_pathway,map04146 -7884,BSU_28560,KEGG_pathway,map04216 -7885,BSU_28560,KEGG_pathway,map04714 -7886,BSU_28560,KEGG_pathway,map04920 -7888,BSU_28580,KEGG_pathway,map03430 -7890,BSU_28620,KEGG_pathway,map03030 -7892,BSU_28630,KEGG_pathway,map00970 -7894,BSU_28640,KEGG_pathway,map00970 -7900,BSU_28680,KEGG_pathway,map00630 -7901,BSU_28680,KEGG_pathway,map01100 -7902,BSU_28680,KEGG_pathway,map01110 -7903,BSU_28680,KEGG_pathway,map01120 -7904,BSU_28680,KEGG_pathway,map01130 -7910,BSU_28690,KEGG_pathway,map00630 -7911,BSU_28690,KEGG_pathway,map01100 -7912,BSU_28690,KEGG_pathway,map01110 -7913,BSU_28690,KEGG_pathway,map01120 -7914,BSU_28690,KEGG_pathway,map01130 -7916,BSU_28720,KEGG_pathway,map00520 -7918,BSU_28730,KEGG_pathway,map02010 -7920,BSU_28740,KEGG_pathway,map02010 -7922,BSU_28750,KEGG_pathway,map02010 -7924,BSU_28760,KEGG_pathway,map00564 -7929,BSU_28780,KEGG_pathway,map00040 -7930,BSU_28780,KEGG_pathway,map00053 -7931,BSU_28780,KEGG_pathway,map01100 -7932,BSU_28780,KEGG_pathway,map01120 -7935,BSU_28790,KEGG_pathway,map00040 -7936,BSU_28790,KEGG_pathway,map01100 -7939,BSU_28800,KEGG_pathway,map00040 -7940,BSU_28800,KEGG_pathway,map01100 -7942,BSU_28850,KEGG_pathway,map03010 -7944,BSU_28860,KEGG_pathway,map03010 -7946,BSU_28900,KEGG_pathway,map02020 -7948,BSU_28910,KEGG_pathway,map02020 -7950,BSU_28920,KEGG_pathway,map02020 -7952,BSU_28930,KEGG_pathway,map02020 -7954,BSU_28950,KEGG_pathway,map00970 -7958,BSU_29010,KEGG_pathway,map00270 -7959,BSU_29010,KEGG_pathway,map00330 -7960,BSU_29010,KEGG_pathway,map01100 -7971,BSU_29020,KEGG_pathway,map00010 -7972,BSU_29020,KEGG_pathway,map00710 -7973,BSU_29020,KEGG_pathway,map01100 -7974,BSU_29020,KEGG_pathway,map01110 -7975,BSU_29020,KEGG_pathway,map01120 -7976,BSU_29020,KEGG_pathway,map01130 -7977,BSU_29020,KEGG_pathway,map01200 -7978,BSU_29020,KEGG_pathway,map01230 -7979,BSU_29020,KEGG_pathway,map04066 -7980,BSU_29020,KEGG_pathway,map05010 -7983,BSU_29060,KEGG_pathway,map00770 -7984,BSU_29060,KEGG_pathway,map01100 -7986,BSU_29080,KEGG_pathway,map03410 -7994,BSU_29090,KEGG_pathway,map00230 -7995,BSU_29090,KEGG_pathway,map00240 -7996,BSU_29090,KEGG_pathway,map01100 -7997,BSU_29090,KEGG_pathway,map03030 -7998,BSU_29090,KEGG_pathway,map03410 -7999,BSU_29090,KEGG_pathway,map03420 -8000,BSU_29090,KEGG_pathway,map03440 -8002,BSU_29100,KEGG_pathway,map02020 -8004,BSU_29110,KEGG_pathway,map02020 -8017,BSU_29120,KEGG_pathway,map00020 -8018,BSU_29120,KEGG_pathway,map00270 -8019,BSU_29120,KEGG_pathway,map00620 -8020,BSU_29120,KEGG_pathway,map00630 -8021,BSU_29120,KEGG_pathway,map00680 -8022,BSU_29120,KEGG_pathway,map00710 -8023,BSU_29120,KEGG_pathway,map00720 -8024,BSU_29120,KEGG_pathway,map01100 -8025,BSU_29120,KEGG_pathway,map01110 -8026,BSU_29120,KEGG_pathway,map01120 -8027,BSU_29120,KEGG_pathway,map01130 -8028,BSU_29120,KEGG_pathway,map01200 -8040,BSU_29130,KEGG_pathway,map00020 -8041,BSU_29130,KEGG_pathway,map00480 -8042,BSU_29130,KEGG_pathway,map00720 -8043,BSU_29130,KEGG_pathway,map01100 -8044,BSU_29130,KEGG_pathway,map01110 -8045,BSU_29130,KEGG_pathway,map01120 -8046,BSU_29130,KEGG_pathway,map01130 -8047,BSU_29130,KEGG_pathway,map01200 -8048,BSU_29130,KEGG_pathway,map01210 -8049,BSU_29130,KEGG_pathway,map01230 -8050,BSU_29130,KEGG_pathway,map04146 -8060,BSU_29140,KEGG_pathway,map00020 -8061,BSU_29140,KEGG_pathway,map00630 -8062,BSU_29140,KEGG_pathway,map01100 -8063,BSU_29140,KEGG_pathway,map01110 -8064,BSU_29140,KEGG_pathway,map01120 -8065,BSU_29140,KEGG_pathway,map01130 -8066,BSU_29140,KEGG_pathway,map01200 -8067,BSU_29140,KEGG_pathway,map01210 -8068,BSU_29140,KEGG_pathway,map01230 -8083,BSU_29180,KEGG_pathway,map00010 -8084,BSU_29180,KEGG_pathway,map00230 -8085,BSU_29180,KEGG_pathway,map00620 -8086,BSU_29180,KEGG_pathway,map01100 -8087,BSU_29180,KEGG_pathway,map01110 -8088,BSU_29180,KEGG_pathway,map01120 -8089,BSU_29180,KEGG_pathway,map01130 -8090,BSU_29180,KEGG_pathway,map01200 -8091,BSU_29180,KEGG_pathway,map01230 -8092,BSU_29180,KEGG_pathway,map04922 -8093,BSU_29180,KEGG_pathway,map04930 -8094,BSU_29180,KEGG_pathway,map05165 -8095,BSU_29180,KEGG_pathway,map05203 -8096,BSU_29180,KEGG_pathway,map05230 -8111,BSU_29190,KEGG_pathway,map00010 -8112,BSU_29190,KEGG_pathway,map00030 -8113,BSU_29190,KEGG_pathway,map00051 -8114,BSU_29190,KEGG_pathway,map00052 -8115,BSU_29190,KEGG_pathway,map00680 -8116,BSU_29190,KEGG_pathway,map01100 -8117,BSU_29190,KEGG_pathway,map01110 -8118,BSU_29190,KEGG_pathway,map01120 -8119,BSU_29190,KEGG_pathway,map01130 -8120,BSU_29190,KEGG_pathway,map01200 -8121,BSU_29190,KEGG_pathway,map01230 -8122,BSU_29190,KEGG_pathway,map03018 -8123,BSU_29190,KEGG_pathway,map04152 -8124,BSU_29190,KEGG_pathway,map05230 -8135,BSU_29200,KEGG_pathway,map00061 -8136,BSU_29200,KEGG_pathway,map00620 -8137,BSU_29200,KEGG_pathway,map00640 -8138,BSU_29200,KEGG_pathway,map00720 -8139,BSU_29200,KEGG_pathway,map01100 -8140,BSU_29200,KEGG_pathway,map01110 -8141,BSU_29200,KEGG_pathway,map01120 -8142,BSU_29200,KEGG_pathway,map01130 -8143,BSU_29200,KEGG_pathway,map01200 -8144,BSU_29200,KEGG_pathway,map01212 -8155,BSU_29210,KEGG_pathway,map00061 -8156,BSU_29210,KEGG_pathway,map00620 -8157,BSU_29210,KEGG_pathway,map00640 -8158,BSU_29210,KEGG_pathway,map00720 -8159,BSU_29210,KEGG_pathway,map01100 -8160,BSU_29210,KEGG_pathway,map01110 -8161,BSU_29210,KEGG_pathway,map01120 -8162,BSU_29210,KEGG_pathway,map01130 -8163,BSU_29210,KEGG_pathway,map01200 -8164,BSU_29210,KEGG_pathway,map01212 -8168,BSU_29220,KEGG_pathway,map00620 -8169,BSU_29220,KEGG_pathway,map01200 -8170,BSU_29220,KEGG_pathway,map02020 -8177,BSU_29230,KEGG_pathway,map00230 -8178,BSU_29230,KEGG_pathway,map00240 -8179,BSU_29230,KEGG_pathway,map01100 -8180,BSU_29230,KEGG_pathway,map03030 -8181,BSU_29230,KEGG_pathway,map03430 -8182,BSU_29230,KEGG_pathway,map03440 -8186,BSU_29250,KEGG_pathway,map00920 -8187,BSU_29250,KEGG_pathway,map01100 -8188,BSU_29250,KEGG_pathway,map01120 -8192,BSU_29300,KEGG_pathway,map00740 -8193,BSU_29300,KEGG_pathway,map01100 -8194,BSU_29300,KEGG_pathway,map01110 -8196,BSU_29340,KEGG_pathway,map02010 -8198,BSU_29350,KEGG_pathway,map02010 -8200,BSU_29360,KEGG_pathway,map02010 -8202,BSU_29370,KEGG_pathway,map02010 -8204,BSU_29380,KEGG_pathway,map02010 -8212,BSU_29420,KEGG_pathway,map00061 -8213,BSU_29420,KEGG_pathway,map00333 -8214,BSU_29420,KEGG_pathway,map00780 -8215,BSU_29420,KEGG_pathway,map01040 -8216,BSU_29420,KEGG_pathway,map01100 -8217,BSU_29420,KEGG_pathway,map01130 -8218,BSU_29420,KEGG_pathway,map01212 -8225,BSU_29440,KEGG_pathway,map00220 -8226,BSU_29440,KEGG_pathway,map00250 -8227,BSU_29440,KEGG_pathway,map01100 -8228,BSU_29440,KEGG_pathway,map01110 -8229,BSU_29440,KEGG_pathway,map01130 -8230,BSU_29440,KEGG_pathway,map01230 -8238,BSU_29450,KEGG_pathway,map00220 -8239,BSU_29450,KEGG_pathway,map00250 -8240,BSU_29450,KEGG_pathway,map01100 -8241,BSU_29450,KEGG_pathway,map01110 -8242,BSU_29450,KEGG_pathway,map01130 -8243,BSU_29450,KEGG_pathway,map01230 -8244,BSU_29450,KEGG_pathway,map05418 -8247,BSU_29460,KEGG_pathway,map00790 -8248,BSU_29460,KEGG_pathway,map01100 -8257,BSU_29470,KEGG_pathway,map00430 -8258,BSU_29470,KEGG_pathway,map00620 -8259,BSU_29470,KEGG_pathway,map00640 -8260,BSU_29470,KEGG_pathway,map00680 -8261,BSU_29470,KEGG_pathway,map00720 -8262,BSU_29470,KEGG_pathway,map01100 -8263,BSU_29470,KEGG_pathway,map01120 -8264,BSU_29470,KEGG_pathway,map01200 -8267,BSU_29540,KEGG_pathway,map00760 -8268,BSU_29540,KEGG_pathway,map01100 -8279,BSU_29560,KEGG_pathway,map00010 -8280,BSU_29560,KEGG_pathway,map00620 -8281,BSU_29560,KEGG_pathway,map00640 -8282,BSU_29560,KEGG_pathway,map00680 -8283,BSU_29560,KEGG_pathway,map00720 -8284,BSU_29560,KEGG_pathway,map01100 -8285,BSU_29560,KEGG_pathway,map01110 -8286,BSU_29560,KEGG_pathway,map01120 -8287,BSU_29560,KEGG_pathway,map01130 -8288,BSU_29560,KEGG_pathway,map01200 -8292,BSU_29580,KEGG_pathway,map00730 -8293,BSU_29580,KEGG_pathway,map01100 -8294,BSU_29580,KEGG_pathway,map04122 -8298,BSU_29590,KEGG_pathway,map00730 -8299,BSU_29590,KEGG_pathway,map01100 -8300,BSU_29590,KEGG_pathway,map04122 -8305,BSU_29620,KEGG_pathway,map00340 -8306,BSU_29620,KEGG_pathway,map01100 -8307,BSU_29620,KEGG_pathway,map01110 -8308,BSU_29620,KEGG_pathway,map01230 -8310,BSU_29640,KEGG_pathway,map00270 -8312,BSU_29660,KEGG_pathway,map03010 -8314,BSU_29670,KEGG_pathway,map00970 -8325,BSU_29680,KEGG_pathway,map00010 -8326,BSU_29680,KEGG_pathway,map00620 -8327,BSU_29680,KEGG_pathway,map00640 -8328,BSU_29680,KEGG_pathway,map00680 -8329,BSU_29680,KEGG_pathway,map00720 -8330,BSU_29680,KEGG_pathway,map01100 -8331,BSU_29680,KEGG_pathway,map01110 -8332,BSU_29680,KEGG_pathway,map01120 -8333,BSU_29680,KEGG_pathway,map01130 -8334,BSU_29680,KEGG_pathway,map01200 -8337,BSU_29720,KEGG_pathway,map02030 -8338,BSU_29720,KEGG_pathway,map02040 -8342,BSU_29730,KEGG_pathway,map02020 -8343,BSU_29730,KEGG_pathway,map02030 -8344,BSU_29730,KEGG_pathway,map02040 -8350,BSU_29750,KEGG_pathway,map00400 -8351,BSU_29750,KEGG_pathway,map01100 -8352,BSU_29750,KEGG_pathway,map01110 -8353,BSU_29750,KEGG_pathway,map01130 -8354,BSU_29750,KEGG_pathway,map01230 -8358,BSU_29790,KEGG_pathway,map00471 -8359,BSU_29790,KEGG_pathway,map00550 -8360,BSU_29790,KEGG_pathway,map01100 -8364,BSU_29880,KEGG_pathway,map00620 -8365,BSU_29880,KEGG_pathway,map01200 -8366,BSU_29880,KEGG_pathway,map02020 -8370,BSU_29930,KEGG_pathway,map00500 -8371,BSU_29930,KEGG_pathway,map01100 -8372,BSU_29930,KEGG_pathway,map01110 -8381,BSU_29970,KEGG_pathway,map00270 -8382,BSU_29970,KEGG_pathway,map00920 -8383,BSU_29970,KEGG_pathway,map01100 -8384,BSU_29970,KEGG_pathway,map01110 -8385,BSU_29970,KEGG_pathway,map01120 -8386,BSU_29970,KEGG_pathway,map01130 -8387,BSU_29970,KEGG_pathway,map01200 -8388,BSU_29970,KEGG_pathway,map01230 -8393,BSU_29980,KEGG_pathway,map00300 -8394,BSU_29980,KEGG_pathway,map01100 -8395,BSU_29980,KEGG_pathway,map01120 -8396,BSU_29980,KEGG_pathway,map01230 -8398,BSU_30135,KEGG_pathway,map02010 -8400,BSU_30160,KEGG_pathway,map02010 -8402,BSU_30170,KEGG_pathway,map02010 -8409,BSU_30180,KEGG_pathway,map00030 -8410,BSU_30180,KEGG_pathway,map01100 -8411,BSU_30180,KEGG_pathway,map01110 -8412,BSU_30180,KEGG_pathway,map01120 -8413,BSU_30180,KEGG_pathway,map01130 -8414,BSU_30180,KEGG_pathway,map01200 -8417,BSU_30190,KEGG_pathway,map00780 -8418,BSU_30190,KEGG_pathway,map01100 -8421,BSU_30200,KEGG_pathway,map00780 -8422,BSU_30200,KEGG_pathway,map01100 -8425,BSU_30210,KEGG_pathway,map00780 -8426,BSU_30210,KEGG_pathway,map01100 -8429,BSU_30220,KEGG_pathway,map00780 -8430,BSU_30220,KEGG_pathway,map01100 -8433,BSU_30230,KEGG_pathway,map00780 -8434,BSU_30230,KEGG_pathway,map01100 -8437,BSU_30240,KEGG_pathway,map00780 -8438,BSU_30240,KEGG_pathway,map01100 -8440,BSU_30270,KEGG_pathway,map02010 -8442,BSU_30280,KEGG_pathway,map02010 -8444,BSU_30290,KEGG_pathway,map02010 -8449,BSU_30300,KEGG_pathway,map00052 -8450,BSU_30300,KEGG_pathway,map00561 -8451,BSU_30300,KEGG_pathway,map00600 -8452,BSU_30300,KEGG_pathway,map00603 -8454,BSU_30320,KEGG_pathway,map00970 -8457,BSU_30370,KEGG_pathway,map02010 -8458,BSU_30370,KEGG_pathway,map02020 -8461,BSU_30380,KEGG_pathway,map02010 -8462,BSU_30380,KEGG_pathway,map02020 -8464,BSU_30390,KEGG_pathway,map02020 -8466,BSU_30400,KEGG_pathway,map02020 -8468,BSU_30410,KEGG_pathway,map02010 -8470,BSU_30420,KEGG_pathway,map02010 -8472,BSU_30440,KEGG_pathway,map02010 -8474,BSU_30450,KEGG_pathway,map02010 -8476,BSU_30510,KEGG_pathway,map00564 -8480,BSU_30540,KEGG_pathway,map00250 -8481,BSU_30540,KEGG_pathway,map01100 -8482,BSU_30540,KEGG_pathway,map01110 -8487,BSU_30550,KEGG_pathway,map00270 -8488,BSU_30550,KEGG_pathway,map01100 -8489,BSU_30550,KEGG_pathway,map01110 -8490,BSU_30550,KEGG_pathway,map01230 -8500,BSU_30560,KEGG_pathway,map00010 -8501,BSU_30560,KEGG_pathway,map00020 -8502,BSU_30560,KEGG_pathway,map00620 -8503,BSU_30560,KEGG_pathway,map00710 -8504,BSU_30560,KEGG_pathway,map01100 -8505,BSU_30560,KEGG_pathway,map01110 -8506,BSU_30560,KEGG_pathway,map01120 -8507,BSU_30560,KEGG_pathway,map01130 -8508,BSU_30560,KEGG_pathway,map01200 -8515,BSU_30670,KEGG_pathway,map00270 -8516,BSU_30670,KEGG_pathway,map01100 -8517,BSU_30670,KEGG_pathway,map01230 -8518,BSU_30670,KEGG_pathway,map02024 -8519,BSU_30670,KEGG_pathway,map02026 -8520,BSU_30670,KEGG_pathway,map05111 -8522,BSU_30690,KEGG_pathway,map00910 -8524,BSU_30700,KEGG_pathway,map03010 -8528,BSU_30710,KEGG_pathway,map00190 -8529,BSU_30710,KEGG_pathway,map01100 -8530,BSU_30710,KEGG_pathway,map02020 -8534,BSU_30720,KEGG_pathway,map00190 -8535,BSU_30720,KEGG_pathway,map01100 -8536,BSU_30720,KEGG_pathway,map02020 -8538,BSU_30740,KEGG_pathway,map02010 -8540,BSU_30750,KEGG_pathway,map02010 -8542,BSU_30760,KEGG_pathway,map02010 -8544,BSU_30770,KEGG_pathway,map02010 -8548,BSU_30780,KEGG_pathway,map00130 -8549,BSU_30780,KEGG_pathway,map01100 -8550,BSU_30780,KEGG_pathway,map01110 -8554,BSU_30790,KEGG_pathway,map00130 -8555,BSU_30790,KEGG_pathway,map01100 -8556,BSU_30790,KEGG_pathway,map01110 -8560,BSU_30800,KEGG_pathway,map00130 -8561,BSU_30800,KEGG_pathway,map01100 -8562,BSU_30800,KEGG_pathway,map01110 -8566,BSU_30810,KEGG_pathway,map00130 -8567,BSU_30810,KEGG_pathway,map01100 -8568,BSU_30810,KEGG_pathway,map01110 -8572,BSU_30820,KEGG_pathway,map00130 -8573,BSU_30820,KEGG_pathway,map01100 -8574,BSU_30820,KEGG_pathway,map01110 -8580,BSU_30830,KEGG_pathway,map00130 -8581,BSU_30830,KEGG_pathway,map01053 -8582,BSU_30830,KEGG_pathway,map01100 -8583,BSU_30830,KEGG_pathway,map01110 -8584,BSU_30830,KEGG_pathway,map01130 -8591,BSU_30850,KEGG_pathway,map00040 -8592,BSU_30850,KEGG_pathway,map00052 -8593,BSU_30850,KEGG_pathway,map00500 -8594,BSU_30850,KEGG_pathway,map00520 -8595,BSU_30850,KEGG_pathway,map01100 -8596,BSU_30850,KEGG_pathway,map01130 -8601,BSU_30860,KEGG_pathway,map00040 -8602,BSU_30860,KEGG_pathway,map00053 -8603,BSU_30860,KEGG_pathway,map00520 -8604,BSU_30860,KEGG_pathway,map01100 -8609,BSU_30930,KEGG_pathway,map04080 -8610,BSU_30930,KEGG_pathway,map04214 -8611,BSU_30930,KEGG_pathway,map04979 -8612,BSU_30930,KEGG_pathway,map05166 -8621,BSU_30940,KEGG_pathway,map00500 -8622,BSU_30940,KEGG_pathway,map01100 -8623,BSU_30940,KEGG_pathway,map01110 -8624,BSU_30940,KEGG_pathway,map02026 -8625,BSU_30940,KEGG_pathway,map04217 -8626,BSU_30940,KEGG_pathway,map04910 -8627,BSU_30940,KEGG_pathway,map04922 -8628,BSU_30940,KEGG_pathway,map04931 -8633,BSU_30950,KEGG_pathway,map00500 -8634,BSU_30950,KEGG_pathway,map01100 -8635,BSU_30950,KEGG_pathway,map01110 -8636,BSU_30950,KEGG_pathway,map02026 -8642,BSU_30960,KEGG_pathway,map00500 -8643,BSU_30960,KEGG_pathway,map00520 -8644,BSU_30960,KEGG_pathway,map01100 -8645,BSU_30960,KEGG_pathway,map01110 -8646,BSU_30960,KEGG_pathway,map02026 -8652,BSU_30970,KEGG_pathway,map00500 -8653,BSU_30970,KEGG_pathway,map00520 -8654,BSU_30970,KEGG_pathway,map01100 -8655,BSU_30970,KEGG_pathway,map01110 -8656,BSU_30970,KEGG_pathway,map02026 -8660,BSU_30980,KEGG_pathway,map00500 -8661,BSU_30980,KEGG_pathway,map01100 -8662,BSU_30980,KEGG_pathway,map01110 -8664,BSU_31010,KEGG_pathway,map04910 -8667,BSU_31050,KEGG_pathway,map00260 -8668,BSU_31050,KEGG_pathway,map01100 -8671,BSU_31060,KEGG_pathway,map00260 -8672,BSU_31060,KEGG_pathway,map01100 -8676,BSU_31140,KEGG_pathway,map00270 -8677,BSU_31140,KEGG_pathway,map00430 -8678,BSU_31140,KEGG_pathway,map01100 -8680,BSU_31150,KEGG_pathway,map00550 -8683,BSU_31170,KEGG_pathway,map00562 -8684,BSU_31170,KEGG_pathway,map01120 -8688,BSU_31180,KEGG_pathway,map00040 -8689,BSU_31180,KEGG_pathway,map00051 -8690,BSU_31180,KEGG_pathway,map01120 -8694,BSU_31200,KEGG_pathway,map00040 -8695,BSU_31200,KEGG_pathway,map00051 -8696,BSU_31200,KEGG_pathway,map01120 -8699,BSU_31230,KEGG_pathway,map02020 -8700,BSU_31230,KEGG_pathway,map02030 -8703,BSU_31240,KEGG_pathway,map02020 -8704,BSU_31240,KEGG_pathway,map02030 -8707,BSU_31250,KEGG_pathway,map02020 -8708,BSU_31250,KEGG_pathway,map02030 -8711,BSU_31260,KEGG_pathway,map02020 -8712,BSU_31260,KEGG_pathway,map02030 -8716,BSU_31290,KEGG_pathway,map00052 -8717,BSU_31290,KEGG_pathway,map00500 -8718,BSU_31290,KEGG_pathway,map01100 -8728,BSU_31350,KEGG_pathway,map00010 -8729,BSU_31350,KEGG_pathway,map00030 -8730,BSU_31350,KEGG_pathway,map00500 -8731,BSU_31350,KEGG_pathway,map00520 -8732,BSU_31350,KEGG_pathway,map01100 -8733,BSU_31350,KEGG_pathway,map01110 -8734,BSU_31350,KEGG_pathway,map01120 -8735,BSU_31350,KEGG_pathway,map01130 -8736,BSU_31350,KEGG_pathway,map01200 -8742,BSU_31440,KEGG_pathway,map00270 -8743,BSU_31440,KEGG_pathway,map00450 -8744,BSU_31440,KEGG_pathway,map01100 -8745,BSU_31440,KEGG_pathway,map01110 -8746,BSU_31440,KEGG_pathway,map01230 -8748,BSU_31450,KEGG_pathway,map02020 -8750,BSU_31460,KEGG_pathway,map02020 -8752,BSU_31490,KEGG_pathway,map00550 -8754,BSU_31520,KEGG_pathway,map02020 -8756,BSU_31530,KEGG_pathway,map02020 -8758,BSU_31580,KEGG_pathway,map02020 -8761,BSU_31680,KEGG_pathway,map02020 -8762,BSU_31680,KEGG_pathway,map02024 -8765,BSU_31690,KEGG_pathway,map02020 -8766,BSU_31690,KEGG_pathway,map02024 -8768,BSU_31710,KEGG_pathway,map02024 -8771,BSU_31750,KEGG_pathway,map00760 -8772,BSU_31750,KEGG_pathway,map01100 -8776,BSU_31930,KEGG_pathway,map00250 -8777,BSU_31930,KEGG_pathway,map00430 -8778,BSU_31930,KEGG_pathway,map01100 -8781,BSU_31959,KEGG_pathway,map00261 -8782,BSU_31959,KEGG_pathway,map01130 -8784,BSU_31960,KEGG_pathway,map01053 -8788,BSU_31970,KEGG_pathway,map01053 -8789,BSU_31970,KEGG_pathway,map01110 -8790,BSU_31970,KEGG_pathway,map01130 -8794,BSU_31980,KEGG_pathway,map01053 -8795,BSU_31980,KEGG_pathway,map01110 -8796,BSU_31980,KEGG_pathway,map01130 -8802,BSU_31990,KEGG_pathway,map00130 -8803,BSU_31990,KEGG_pathway,map01053 -8804,BSU_31990,KEGG_pathway,map01100 -8805,BSU_31990,KEGG_pathway,map01110 -8806,BSU_31990,KEGG_pathway,map01130 -8810,BSU_32000,KEGG_pathway,map01053 -8811,BSU_32000,KEGG_pathway,map01110 -8812,BSU_32000,KEGG_pathway,map01130 -8814,BSU_32030,KEGG_pathway,map02010 -8817,BSU_32050,KEGG_pathway,map00480 -8818,BSU_32050,KEGG_pathway,map01100 -8820,BSU_32100,KEGG_pathway,map00190 -8822,BSU_32130,KEGG_pathway,map00230 -8829,BSU_32170,KEGG_pathway,map00300 -8830,BSU_32170,KEGG_pathway,map01100 -8831,BSU_32170,KEGG_pathway,map01110 -8832,BSU_32170,KEGG_pathway,map01120 -8833,BSU_32170,KEGG_pathway,map01130 -8834,BSU_32170,KEGG_pathway,map01230 -8836,BSU_32200,KEGG_pathway,map00190 -8842,BSU_32240,KEGG_pathway,map00260 -8843,BSU_32240,KEGG_pathway,map01100 -8844,BSU_32240,KEGG_pathway,map01110 -8845,BSU_32240,KEGG_pathway,map01120 -8846,BSU_32240,KEGG_pathway,map01230 -8853,BSU_32250,KEGG_pathway,map00260 -8854,BSU_32250,KEGG_pathway,map00750 -8855,BSU_32250,KEGG_pathway,map01100 -8856,BSU_32250,KEGG_pathway,map01110 -8857,BSU_32250,KEGG_pathway,map01120 -8858,BSU_32250,KEGG_pathway,map01230 -8867,BSU_32260,KEGG_pathway,map00260 -8868,BSU_32260,KEGG_pathway,map00270 -8869,BSU_32260,KEGG_pathway,map00300 -8870,BSU_32260,KEGG_pathway,map01100 -8871,BSU_32260,KEGG_pathway,map01110 -8872,BSU_32260,KEGG_pathway,map01120 -8873,BSU_32260,KEGG_pathway,map01130 -8874,BSU_32260,KEGG_pathway,map01230 -8877,BSU_32280,KEGG_pathway,map00564 -8878,BSU_32280,KEGG_pathway,map01100 -8881,BSU_32290,KEGG_pathway,map00627 -8882,BSU_32290,KEGG_pathway,map01120 -8885,BSU_32330,KEGG_pathway,map00785 -8886,BSU_32330,KEGG_pathway,map01100 -8892,BSU_32370,KEGG_pathway,map00230 -8893,BSU_32370,KEGG_pathway,map00240 -8894,BSU_32370,KEGG_pathway,map00760 -8895,BSU_32370,KEGG_pathway,map01100 -8896,BSU_32370,KEGG_pathway,map01110 -8900,BSU_32410,KEGG_pathway,map00230 -8901,BSU_32410,KEGG_pathway,map01100 -8902,BSU_32410,KEGG_pathway,map01120 -8907,BSU_32450,KEGG_pathway,map00230 -8908,BSU_32450,KEGG_pathway,map00232 -8909,BSU_32450,KEGG_pathway,map01100 -8910,BSU_32450,KEGG_pathway,map01120 -8914,BSU_32460,KEGG_pathway,map00230 -8915,BSU_32460,KEGG_pathway,map01100 -8916,BSU_32460,KEGG_pathway,map01120 -8920,BSU_32470,KEGG_pathway,map00230 -8921,BSU_32470,KEGG_pathway,map01100 -8922,BSU_32470,KEGG_pathway,map01120 -8926,BSU_32480,KEGG_pathway,map00230 -8927,BSU_32480,KEGG_pathway,map01100 -8928,BSU_32480,KEGG_pathway,map01120 -8932,BSU_32490,KEGG_pathway,map00230 -8933,BSU_32490,KEGG_pathway,map01100 -8934,BSU_32490,KEGG_pathway,map01120 -8939,BSU_32500,KEGG_pathway,map00230 -8940,BSU_32500,KEGG_pathway,map00790 -8941,BSU_32500,KEGG_pathway,map01100 -8942,BSU_32500,KEGG_pathway,map01120 -8946,BSU_32510,KEGG_pathway,map00230 -8947,BSU_32510,KEGG_pathway,map01100 -8948,BSU_32510,KEGG_pathway,map01120 -8950,BSU_32520,KEGG_pathway,map00230 -8953,BSU_32530,KEGG_pathway,map00230 -8954,BSU_32530,KEGG_pathway,map01120 -8956,BSU_32550,KEGG_pathway,map02010 -8958,BSU_32580,KEGG_pathway,map02010 -8960,BSU_32590,KEGG_pathway,map02010 -8962,BSU_32600,KEGG_pathway,map02010 -8964,BSU_32630,KEGG_pathway,map00360 -8967,BSU_32690,KEGG_pathway,map00450 -8968,BSU_32690,KEGG_pathway,map01100 -8970,BSU_32730,KEGG_pathway,map02010 -8972,BSU_32740,KEGG_pathway,map02010 -8974,BSU_32750,KEGG_pathway,map02010 -8981,BSU_32800,KEGG_pathway,map00260 -8982,BSU_32800,KEGG_pathway,map00630 -8983,BSU_32800,KEGG_pathway,map01100 -8984,BSU_32800,KEGG_pathway,map01110 -8985,BSU_32800,KEGG_pathway,map01130 -8986,BSU_32800,KEGG_pathway,map01200 -8998,BSU_32830,KEGG_pathway,map00071 -8999,BSU_32830,KEGG_pathway,map00280 -9000,BSU_32830,KEGG_pathway,map00281 -9001,BSU_32830,KEGG_pathway,map00362 -9002,BSU_32830,KEGG_pathway,map00592 -9003,BSU_32830,KEGG_pathway,map00642 -9004,BSU_32830,KEGG_pathway,map01100 -9005,BSU_32830,KEGG_pathway,map01110 -9006,BSU_32830,KEGG_pathway,map01120 -9007,BSU_32830,KEGG_pathway,map01130 -9008,BSU_32830,KEGG_pathway,map01212 -9016,BSU_32840,KEGG_pathway,map00071 -9017,BSU_32840,KEGG_pathway,map00362 -9018,BSU_32840,KEGG_pathway,map00650 -9019,BSU_32840,KEGG_pathway,map01100 -9020,BSU_32840,KEGG_pathway,map01120 -9021,BSU_32840,KEGG_pathway,map01200 -9022,BSU_32840,KEGG_pathway,map01212 -9027,BSU_32850,KEGG_pathway,map00330 -9028,BSU_32850,KEGG_pathway,map01100 -9029,BSU_32850,KEGG_pathway,map01110 -9030,BSU_32850,KEGG_pathway,map01130 -9038,BSU_32900,KEGG_pathway,map00061 -9039,BSU_32900,KEGG_pathway,map00333 -9040,BSU_32900,KEGG_pathway,map00780 -9041,BSU_32900,KEGG_pathway,map01040 -9042,BSU_32900,KEGG_pathway,map01100 -9043,BSU_32900,KEGG_pathway,map01130 -9044,BSU_32900,KEGG_pathway,map01212 -9046,BSU_32940,KEGG_pathway,map02010 -9049,BSU_33000,KEGG_pathway,map01503 -9050,BSU_33000,KEGG_pathway,map02020 -9052,BSU_33010,KEGG_pathway,map02020 -9054,BSU_33020,KEGG_pathway,map02020 -9066,BSU_33040,KEGG_pathway,map00020 -9067,BSU_33040,KEGG_pathway,map00620 -9068,BSU_33040,KEGG_pathway,map00720 -9069,BSU_33040,KEGG_pathway,map01100 -9070,BSU_33040,KEGG_pathway,map01110 -9071,BSU_33040,KEGG_pathway,map01120 -9072,BSU_33040,KEGG_pathway,map01130 -9073,BSU_33040,KEGG_pathway,map01200 -9074,BSU_33040,KEGG_pathway,map04934 -9075,BSU_33040,KEGG_pathway,map05200 -9076,BSU_33040,KEGG_pathway,map05211 -9078,BSU_33080,KEGG_pathway,map02020 -9080,BSU_33090,KEGG_pathway,map02020 -9082,BSU_33100,KEGG_pathway,map02020 -9084,BSU_33110,KEGG_pathway,map02020 -9086,BSU_33120,KEGG_pathway,map02020 -9088,BSU_33130,KEGG_pathway,map02020 -9091,BSU_33150,KEGG_pathway,map00860 -9092,BSU_33150,KEGG_pathway,map01100 -9094,BSU_33160,KEGG_pathway,map02010 -9096,BSU_33170,KEGG_pathway,map02010 -9098,BSU_33180,KEGG_pathway,map02010 -9100,BSU_33200,KEGG_pathway,map00040 -9103,BSU_33240,KEGG_pathway,map00630 -9104,BSU_33240,KEGG_pathway,map01100 -9106,BSU_33290,KEGG_pathway,map02010 -9108,BSU_33300,KEGG_pathway,map02010 -9110,BSU_33310,KEGG_pathway,map02010 -9112,BSU_33320,KEGG_pathway,map02010 -9114,BSU_33380,KEGG_pathway,map02010 -9116,BSU_33390,KEGG_pathway,map02010 -9120,BSU_33430,KEGG_pathway,map00920 -9121,BSU_33430,KEGG_pathway,map01100 -9122,BSU_33430,KEGG_pathway,map01120 -9126,BSU_33440,KEGG_pathway,map00920 -9127,BSU_33440,KEGG_pathway,map01100 -9128,BSU_33440,KEGG_pathway,map01120 -9131,BSU_33450,KEGG_pathway,map03420 -9132,BSU_33450,KEGG_pathway,map03430 -9135,BSU_33500,KEGG_pathway,map01524 -9136,BSU_33500,KEGG_pathway,map04016 -9138,BSU_33510,KEGG_pathway,map04978 -9141,BSU_33530,KEGG_pathway,map00562 -9142,BSU_33530,KEGG_pathway,map01120 -9150,BSU_33590,KEGG_pathway,map00061 -9151,BSU_33590,KEGG_pathway,map00333 -9152,BSU_33590,KEGG_pathway,map00780 -9153,BSU_33590,KEGG_pathway,map01040 -9154,BSU_33590,KEGG_pathway,map01100 -9155,BSU_33590,KEGG_pathway,map01130 -9156,BSU_33590,KEGG_pathway,map01212 -9158,BSU_33610,KEGG_pathway,map03018 -9162,BSU_33630,KEGG_pathway,map02024 -9163,BSU_33630,KEGG_pathway,map03060 -9164,BSU_33630,KEGG_pathway,map03070 -9167,BSU_33690,KEGG_pathway,map02020 -9168,BSU_33690,KEGG_pathway,map02030 -9170,BSU_33700,KEGG_pathway,map02010 -9172,BSU_33710,KEGG_pathway,map02010 -9174,BSU_33720,KEGG_pathway,map02010 -9176,BSU_33730,KEGG_pathway,map02010 -9178,BSU_33800,KEGG_pathway,map02010 -9180,BSU_33810,KEGG_pathway,map02010 -9182,BSU_33820,KEGG_pathway,map02010 -9184,BSU_33830,KEGG_pathway,map02010 -9195,BSU_33900,KEGG_pathway,map00010 -9196,BSU_33900,KEGG_pathway,map00680 -9197,BSU_33900,KEGG_pathway,map01100 -9198,BSU_33900,KEGG_pathway,map01110 -9199,BSU_33900,KEGG_pathway,map01120 -9200,BSU_33900,KEGG_pathway,map01130 -9201,BSU_33900,KEGG_pathway,map01200 -9202,BSU_33900,KEGG_pathway,map01230 -9203,BSU_33900,KEGG_pathway,map03018 -9204,BSU_33900,KEGG_pathway,map04066 -9214,BSU_33910,KEGG_pathway,map00010 -9215,BSU_33910,KEGG_pathway,map00260 -9216,BSU_33910,KEGG_pathway,map00680 -9217,BSU_33910,KEGG_pathway,map01100 -9218,BSU_33910,KEGG_pathway,map01110 -9219,BSU_33910,KEGG_pathway,map01120 -9220,BSU_33910,KEGG_pathway,map01130 -9221,BSU_33910,KEGG_pathway,map01200 -9222,BSU_33910,KEGG_pathway,map01230 -9233,BSU_33920,KEGG_pathway,map00010 -9234,BSU_33920,KEGG_pathway,map00051 -9235,BSU_33920,KEGG_pathway,map00562 -9236,BSU_33920,KEGG_pathway,map00710 -9237,BSU_33920,KEGG_pathway,map01100 -9238,BSU_33920,KEGG_pathway,map01110 -9239,BSU_33920,KEGG_pathway,map01120 -9240,BSU_33920,KEGG_pathway,map01130 -9241,BSU_33920,KEGG_pathway,map01200 -9242,BSU_33920,KEGG_pathway,map01230 -9251,BSU_33930,KEGG_pathway,map00010 -9252,BSU_33930,KEGG_pathway,map00710 -9253,BSU_33930,KEGG_pathway,map01100 -9254,BSU_33930,KEGG_pathway,map01110 -9255,BSU_33930,KEGG_pathway,map01120 -9256,BSU_33930,KEGG_pathway,map01130 -9257,BSU_33930,KEGG_pathway,map01200 -9258,BSU_33930,KEGG_pathway,map01230 -9269,BSU_33940,KEGG_pathway,map00010 -9270,BSU_33940,KEGG_pathway,map00710 -9271,BSU_33940,KEGG_pathway,map01100 -9272,BSU_33940,KEGG_pathway,map01110 -9273,BSU_33940,KEGG_pathway,map01120 -9274,BSU_33940,KEGG_pathway,map01130 -9275,BSU_33940,KEGG_pathway,map01200 -9276,BSU_33940,KEGG_pathway,map01230 -9277,BSU_33940,KEGG_pathway,map04066 -9278,BSU_33940,KEGG_pathway,map05010 -9280,BSU_34060,KEGG_pathway,map02020 -9282,BSU_34070,KEGG_pathway,map02020 -9284,BSU_34130,KEGG_pathway,map00052 -9286,BSU_34140,KEGG_pathway,map02010 -9288,BSU_34150,KEGG_pathway,map02010 -9290,BSU_34160,KEGG_pathway,map02010 -9293,BSU_34200,KEGG_pathway,map02020 -9294,BSU_34200,KEGG_pathway,map05111 -9297,BSU_34430,KEGG_pathway,map00250 -9298,BSU_34430,KEGG_pathway,map01054 -9302,BSU_34450,KEGG_pathway,map00500 -9303,BSU_34450,KEGG_pathway,map01100 -9304,BSU_34450,KEGG_pathway,map02020 -9306,BSU_34460,KEGG_pathway,map00500 -9309,BSU_34540,KEGG_pathway,map04112 -9310,BSU_34540,KEGG_pathway,map04212 -9312,BSU_34550,KEGG_pathway,map00500 -9316,BSU_34560,KEGG_pathway,map00052 -9317,BSU_34560,KEGG_pathway,map00500 -9318,BSU_34560,KEGG_pathway,map01100 -9321,BSU_34570,KEGG_pathway,map00500 -9322,BSU_34570,KEGG_pathway,map01100 -9324,BSU_34590,KEGG_pathway,map02010 -9326,BSU_34600,KEGG_pathway,map02010 -9328,BSU_34610,KEGG_pathway,map02010 -9331,BSU_34620,KEGG_pathway,map00500 -9332,BSU_34620,KEGG_pathway,map01100 -9335,BSU_34640,KEGG_pathway,map00230 -9336,BSU_34640,KEGG_pathway,map00240 -9338,BSU_34670,KEGG_pathway,map00910 -9346,BSU_34680,KEGG_pathway,map00030 -9347,BSU_34680,KEGG_pathway,map00260 -9348,BSU_34680,KEGG_pathway,map00620 -9349,BSU_34680,KEGG_pathway,map00630 -9350,BSU_34680,KEGG_pathway,map01100 -9351,BSU_34680,KEGG_pathway,map01110 -9352,BSU_34680,KEGG_pathway,map01120 -9354,BSU_34720,KEGG_pathway,map02020 -9356,BSU_34790,KEGG_pathway,map00450 -9359,BSU_34820,KEGG_pathway,map01501 -9360,BSU_34820,KEGG_pathway,map02010 -9365,BSU_34860,KEGG_pathway,map00340 -9366,BSU_34860,KEGG_pathway,map01100 -9367,BSU_34860,KEGG_pathway,map01110 -9368,BSU_34860,KEGG_pathway,map01230 -9373,BSU_34870,KEGG_pathway,map00340 -9374,BSU_34870,KEGG_pathway,map01100 -9375,BSU_34870,KEGG_pathway,map01110 -9376,BSU_34870,KEGG_pathway,map01230 -9381,BSU_34880,KEGG_pathway,map00340 -9382,BSU_34880,KEGG_pathway,map01100 -9383,BSU_34880,KEGG_pathway,map01110 -9384,BSU_34880,KEGG_pathway,map01230 -9389,BSU_34890,KEGG_pathway,map00340 -9390,BSU_34890,KEGG_pathway,map01100 -9391,BSU_34890,KEGG_pathway,map01110 -9392,BSU_34890,KEGG_pathway,map01230 -9397,BSU_34900,KEGG_pathway,map00340 -9398,BSU_34900,KEGG_pathway,map01100 -9399,BSU_34900,KEGG_pathway,map01110 -9400,BSU_34900,KEGG_pathway,map01230 -9405,BSU_34910,KEGG_pathway,map00340 -9406,BSU_34910,KEGG_pathway,map01100 -9407,BSU_34910,KEGG_pathway,map01110 -9408,BSU_34910,KEGG_pathway,map01230 -9413,BSU_34920,KEGG_pathway,map00340 -9414,BSU_34920,KEGG_pathway,map01100 -9415,BSU_34920,KEGG_pathway,map01110 -9416,BSU_34920,KEGG_pathway,map01230 -9421,BSU_34930,KEGG_pathway,map00340 -9422,BSU_34930,KEGG_pathway,map01100 -9423,BSU_34930,KEGG_pathway,map01110 -9424,BSU_34930,KEGG_pathway,map01230 -9426,BSU_34970,KEGG_pathway,map00190 -9429,BSU_35010,KEGG_pathway,map00520 -9430,BSU_35010,KEGG_pathway,map01130 -9433,BSU_35020,KEGG_pathway,map00520 -9434,BSU_35020,KEGG_pathway,map01100 -9441,BSU_35150,KEGG_pathway,map02020 -9442,BSU_35150,KEGG_pathway,map02040 -9443,BSU_35150,KEGG_pathway,map04621 -9444,BSU_35150,KEGG_pathway,map04626 -9445,BSU_35150,KEGG_pathway,map05132 -9446,BSU_35150,KEGG_pathway,map05134 -9448,BSU_35160,KEGG_pathway,map03420 -9450,BSU_35170,KEGG_pathway,map03420 -9457,BSU_35190,KEGG_pathway,map00620 -9458,BSU_35190,KEGG_pathway,map00680 -9459,BSU_35190,KEGG_pathway,map00720 -9460,BSU_35190,KEGG_pathway,map01100 -9461,BSU_35190,KEGG_pathway,map01120 -9462,BSU_35190,KEGG_pathway,map01200 -9464,BSU_35250,KEGG_pathway,map02010 -9466,BSU_35260,KEGG_pathway,map02010 -9470,BSU_35300,KEGG_pathway,map02024 -9471,BSU_35300,KEGG_pathway,map03060 -9472,BSU_35300,KEGG_pathway,map03070 -9474,BSU_35330,KEGG_pathway,map02040 -9476,BSU_35340,KEGG_pathway,map02040 -9483,BSU_35360,KEGG_pathway,map02020 -9484,BSU_35360,KEGG_pathway,map02040 -9485,BSU_35360,KEGG_pathway,map04621 -9486,BSU_35360,KEGG_pathway,map04626 -9487,BSU_35360,KEGG_pathway,map05132 -9488,BSU_35360,KEGG_pathway,map05134 -9493,BSU_35370,KEGG_pathway,map02020 -9494,BSU_35370,KEGG_pathway,map02025 -9495,BSU_35370,KEGG_pathway,map02026 -9496,BSU_35370,KEGG_pathway,map05111 -9498,BSU_35400,KEGG_pathway,map02040 -9500,BSU_35410,KEGG_pathway,map02040 -9505,BSU_35430,KEGG_pathway,map02020 -9506,BSU_35430,KEGG_pathway,map02025 -9507,BSU_35430,KEGG_pathway,map02026 -9508,BSU_35430,KEGG_pathway,map02040 -9511,BSU_35490,KEGG_pathway,map02020 -9512,BSU_35490,KEGG_pathway,map02024 -9514,BSU_35500,KEGG_pathway,map02020 -9519,BSU_35580,KEGG_pathway,map00040 -9520,BSU_35580,KEGG_pathway,map00053 -9521,BSU_35580,KEGG_pathway,map00520 -9522,BSU_35580,KEGG_pathway,map01100 -9524,BSU_35620,KEGG_pathway,map01503 -9528,BSU_35660,KEGG_pathway,map00520 -9529,BSU_35660,KEGG_pathway,map01100 -9530,BSU_35660,KEGG_pathway,map05111 -9537,BSU_35670,KEGG_pathway,map00040 -9538,BSU_35670,KEGG_pathway,map00052 -9539,BSU_35670,KEGG_pathway,map00500 -9540,BSU_35670,KEGG_pathway,map00520 -9541,BSU_35670,KEGG_pathway,map01100 -9542,BSU_35670,KEGG_pathway,map01130 -9549,BSU_35699,KEGG_pathway,map00040 -9550,BSU_35699,KEGG_pathway,map00052 -9551,BSU_35699,KEGG_pathway,map00500 -9552,BSU_35699,KEGG_pathway,map00520 -9553,BSU_35699,KEGG_pathway,map01100 -9554,BSU_35699,KEGG_pathway,map01130 -9556,BSU_35700,KEGG_pathway,map02010 -9558,BSU_35710,KEGG_pathway,map02010 -9560,BSU_35740,KEGG_pathway,map00564 -9562,BSU_35750,KEGG_pathway,map05111 -9564,BSU_35780,KEGG_pathway,map00511 -9570,BSU_35790,KEGG_pathway,map00051 -9571,BSU_35790,KEGG_pathway,map00520 -9572,BSU_35790,KEGG_pathway,map01100 -9573,BSU_35790,KEGG_pathway,map01110 -9574,BSU_35790,KEGG_pathway,map01130 -9576,BSU_35830,KEGG_pathway,map04113 -9580,BSU_35850,KEGG_pathway,map00740 -9581,BSU_35850,KEGG_pathway,map01100 -9582,BSU_35850,KEGG_pathway,map01110 -9584,BSU_35920,KEGG_pathway,map00030 -9586,BSU_35930,KEGG_pathway,map02010 -9588,BSU_35940,KEGG_pathway,map02010 -9590,BSU_35950,KEGG_pathway,map02010 -9593,BSU_35960,KEGG_pathway,map02010 -9594,BSU_35960,KEGG_pathway,map02030 -9597,BSU_36000,KEGG_pathway,map00650 -9598,BSU_36000,KEGG_pathway,map00660 -9608,BSU_36010,KEGG_pathway,map00290 -9609,BSU_36010,KEGG_pathway,map00650 -9610,BSU_36010,KEGG_pathway,map00660 -9611,BSU_36010,KEGG_pathway,map00770 -9612,BSU_36010,KEGG_pathway,map01100 -9613,BSU_36010,KEGG_pathway,map01110 -9614,BSU_36010,KEGG_pathway,map01130 -9615,BSU_36010,KEGG_pathway,map01210 -9616,BSU_36010,KEGG_pathway,map01230 -9621,BSU_36100,KEGG_pathway,map00430 -9622,BSU_36100,KEGG_pathway,map00460 -9623,BSU_36100,KEGG_pathway,map00480 -9624,BSU_36100,KEGG_pathway,map01100 -9629,BSU_36230,KEGG_pathway,map00040 -9630,BSU_36230,KEGG_pathway,map00053 -9631,BSU_36230,KEGG_pathway,map00520 -9632,BSU_36230,KEGG_pathway,map01100 -9636,BSU_36290,KEGG_pathway,map00740 -9637,BSU_36290,KEGG_pathway,map01100 -9638,BSU_36290,KEGG_pathway,map01110 -9642,BSU_36310,KEGG_pathway,map03030 -9643,BSU_36310,KEGG_pathway,map03430 -9644,BSU_36310,KEGG_pathway,map03440 -9649,BSU_36370,KEGG_pathway,map00061 -9650,BSU_36370,KEGG_pathway,map00780 -9651,BSU_36370,KEGG_pathway,map01100 -9652,BSU_36370,KEGG_pathway,map01212 -9654,BSU_36390,KEGG_pathway,map02040 -9656,BSU_36400,KEGG_pathway,map02040 -9658,BSU_36520,KEGG_pathway,map02020 -9660,BSU_36530,KEGG_pathway,map00550 -9663,BSU_36560,KEGG_pathway,map00440 -9664,BSU_36560,KEGG_pathway,map01130 -9667,BSU_36590,KEGG_pathway,map00564 -9668,BSU_36590,KEGG_pathway,map01100 -9675,BSU_36640,KEGG_pathway,map00220 -9676,BSU_36640,KEGG_pathway,map00230 -9677,BSU_36640,KEGG_pathway,map00791 -9678,BSU_36640,KEGG_pathway,map01100 -9679,BSU_36640,KEGG_pathway,map01120 -9680,BSU_36640,KEGG_pathway,map05120 -9686,BSU_36650,KEGG_pathway,map00220 -9687,BSU_36650,KEGG_pathway,map00230 -9688,BSU_36650,KEGG_pathway,map00791 -9689,BSU_36650,KEGG_pathway,map01100 -9690,BSU_36650,KEGG_pathway,map01120 -9696,BSU_36660,KEGG_pathway,map00220 -9697,BSU_36660,KEGG_pathway,map00230 -9698,BSU_36660,KEGG_pathway,map00791 -9699,BSU_36660,KEGG_pathway,map01100 -9700,BSU_36660,KEGG_pathway,map01120 -9702,BSU_36690,KEGG_pathway,map02024 -9706,BSU_36700,KEGG_pathway,map00790 -9707,BSU_36700,KEGG_pathway,map01100 -9708,BSU_36700,KEGG_pathway,map04122 -9712,BSU_36760,KEGG_pathway,map00520 -9713,BSU_36760,KEGG_pathway,map00550 -9714,BSU_36760,KEGG_pathway,map01100 -9718,BSU_36800,KEGG_pathway,map00190 -9719,BSU_36800,KEGG_pathway,map00195 -9720,BSU_36800,KEGG_pathway,map01100 -9724,BSU_36810,KEGG_pathway,map00190 -9725,BSU_36810,KEGG_pathway,map00195 -9726,BSU_36810,KEGG_pathway,map01100 -9730,BSU_36820,KEGG_pathway,map00190 -9731,BSU_36820,KEGG_pathway,map00195 -9732,BSU_36820,KEGG_pathway,map01100 -9736,BSU_36830,KEGG_pathway,map00190 -9737,BSU_36830,KEGG_pathway,map00195 -9738,BSU_36830,KEGG_pathway,map01100 -9742,BSU_36840,KEGG_pathway,map00190 -9743,BSU_36840,KEGG_pathway,map00195 -9744,BSU_36840,KEGG_pathway,map01100 -9748,BSU_36850,KEGG_pathway,map00190 -9749,BSU_36850,KEGG_pathway,map00195 -9750,BSU_36850,KEGG_pathway,map01100 -9754,BSU_36860,KEGG_pathway,map00190 -9755,BSU_36860,KEGG_pathway,map00195 -9756,BSU_36860,KEGG_pathway,map01100 -9760,BSU_36870,KEGG_pathway,map00190 -9761,BSU_36870,KEGG_pathway,map00195 -9762,BSU_36870,KEGG_pathway,map01100 -9765,BSU_36890,KEGG_pathway,map00240 -9766,BSU_36890,KEGG_pathway,map01100 -9779,BSU_36900,KEGG_pathway,map00260 -9780,BSU_36900,KEGG_pathway,map00460 -9781,BSU_36900,KEGG_pathway,map00630 -9782,BSU_36900,KEGG_pathway,map00670 -9783,BSU_36900,KEGG_pathway,map00680 -9784,BSU_36900,KEGG_pathway,map01100 -9785,BSU_36900,KEGG_pathway,map01110 -9786,BSU_36900,KEGG_pathway,map01120 -9787,BSU_36900,KEGG_pathway,map01130 -9788,BSU_36900,KEGG_pathway,map01200 -9789,BSU_36900,KEGG_pathway,map01230 -9790,BSU_36900,KEGG_pathway,map01523 -9800,BSU_36920,KEGG_pathway,map00030 -9801,BSU_36920,KEGG_pathway,map00051 -9802,BSU_36920,KEGG_pathway,map00710 -9803,BSU_36920,KEGG_pathway,map01100 -9804,BSU_36920,KEGG_pathway,map01110 -9805,BSU_36920,KEGG_pathway,map01120 -9806,BSU_36920,KEGG_pathway,map01130 -9807,BSU_36920,KEGG_pathway,map01200 -9808,BSU_36920,KEGG_pathway,map01230 -9812,BSU_37050,KEGG_pathway,map00620 -9813,BSU_37050,KEGG_pathway,map01200 -9814,BSU_37050,KEGG_pathway,map02020 -9818,BSU_37060,KEGG_pathway,map00240 -9819,BSU_37060,KEGG_pathway,map00983 -9820,BSU_37060,KEGG_pathway,map01100 -9822,BSU_37070,KEGG_pathway,map03010 -9824,BSU_37080,KEGG_pathway,map03018 -9835,BSU_37090,KEGG_pathway,map00010 -9836,BSU_37090,KEGG_pathway,map00030 -9837,BSU_37090,KEGG_pathway,map00051 -9838,BSU_37090,KEGG_pathway,map00680 -9839,BSU_37090,KEGG_pathway,map00710 -9840,BSU_37090,KEGG_pathway,map01100 -9841,BSU_37090,KEGG_pathway,map01110 -9842,BSU_37090,KEGG_pathway,map01120 -9843,BSU_37090,KEGG_pathway,map01130 -9844,BSU_37090,KEGG_pathway,map01200 -9848,BSU_37100,KEGG_pathway,map00520 -9849,BSU_37100,KEGG_pathway,map00550 -9850,BSU_37100,KEGG_pathway,map01100 -9858,BSU_37110,KEGG_pathway,map00030 -9859,BSU_37110,KEGG_pathway,map01100 -9860,BSU_37110,KEGG_pathway,map01110 -9861,BSU_37110,KEGG_pathway,map01120 -9862,BSU_37110,KEGG_pathway,map01130 -9863,BSU_37110,KEGG_pathway,map01200 -9864,BSU_37110,KEGG_pathway,map01230 -9876,BSU_37120,KEGG_pathway,map00010 -9877,BSU_37120,KEGG_pathway,map00030 -9878,BSU_37120,KEGG_pathway,map00051 -9879,BSU_37120,KEGG_pathway,map00680 -9880,BSU_37120,KEGG_pathway,map00710 -9881,BSU_37120,KEGG_pathway,map01100 -9882,BSU_37120,KEGG_pathway,map01110 -9883,BSU_37120,KEGG_pathway,map01120 -9884,BSU_37120,KEGG_pathway,map01130 -9885,BSU_37120,KEGG_pathway,map01200 -9886,BSU_37120,KEGG_pathway,map01230 -9889,BSU_37130,KEGG_pathway,map02020 -9890,BSU_37130,KEGG_pathway,map02024 -9893,BSU_37150,KEGG_pathway,map00240 -9894,BSU_37150,KEGG_pathway,map01100 -9899,BSU_37160,KEGG_pathway,map00230 -9900,BSU_37160,KEGG_pathway,map00240 -9901,BSU_37160,KEGG_pathway,map01100 -9902,BSU_37160,KEGG_pathway,map03020 -9905,BSU_37190,KEGG_pathway,map00564 -9906,BSU_37190,KEGG_pathway,map01100 -9909,BSU_37240,KEGG_pathway,map00564 -9910,BSU_37240,KEGG_pathway,map01100 -9914,BSU_37250,KEGG_pathway,map00910 -9915,BSU_37250,KEGG_pathway,map01120 -9916,BSU_37250,KEGG_pathway,map02020 -9918,BSU_37260,KEGG_pathway,map02020 -9922,BSU_37270,KEGG_pathway,map00910 -9923,BSU_37270,KEGG_pathway,map01120 -9924,BSU_37270,KEGG_pathway,map02020 -9928,BSU_37280,KEGG_pathway,map00910 -9929,BSU_37280,KEGG_pathway,map01120 -9930,BSU_37280,KEGG_pathway,map02020 -9932,BSU_37320,KEGG_pathway,map00910 -9934,BSU_37330,KEGG_pathway,map00970 -9936,BSU_37460,KEGG_pathway,map02024 -9939,BSU_37490,KEGG_pathway,map00330 -9940,BSU_37490,KEGG_pathway,map01100 -9946,BSU_37500,KEGG_pathway,map00270 -9947,BSU_37500,KEGG_pathway,map00330 -9948,BSU_37500,KEGG_pathway,map00410 -9949,BSU_37500,KEGG_pathway,map00480 -9950,BSU_37500,KEGG_pathway,map01100 -9952,BSU_37510,KEGG_pathway,map00550 -9959,BSU_37540,KEGG_pathway,map00362 -9960,BSU_37540,KEGG_pathway,map00621 -9961,BSU_37540,KEGG_pathway,map00622 -9962,BSU_37540,KEGG_pathway,map01100 -9963,BSU_37540,KEGG_pathway,map01120 -9964,BSU_37540,KEGG_pathway,map01220 -9966,BSU_37560,KEGG_pathway,map00970 -9975,BSU_37660,KEGG_pathway,map00430 -9976,BSU_37660,KEGG_pathway,map00620 -9977,BSU_37660,KEGG_pathway,map00640 -9978,BSU_37660,KEGG_pathway,map00680 -9979,BSU_37660,KEGG_pathway,map00720 -9980,BSU_37660,KEGG_pathway,map01100 -9981,BSU_37660,KEGG_pathway,map01120 -9982,BSU_37660,KEGG_pathway,map01200 -9986,BSU_37670,KEGG_pathway,map00860 -9987,BSU_37670,KEGG_pathway,map01100 -9988,BSU_37670,KEGG_pathway,map01110 -9990,BSU_37680,KEGG_pathway,map01130 -9992,BSU_37690,KEGG_pathway,map01130 -9994,BSU_37720,KEGG_pathway,map01130 -9996,BSU_37730,KEGG_pathway,map01130 -9998,BSU_37740,KEGG_pathway,map01130 -10002,BSU_37780,KEGG_pathway,map00250 -10003,BSU_37780,KEGG_pathway,map00330 -10004,BSU_37780,KEGG_pathway,map01100 -10010,BSU_37790,KEGG_pathway,map00220 -10011,BSU_37790,KEGG_pathway,map00250 -10012,BSU_37790,KEGG_pathway,map00430 -10013,BSU_37790,KEGG_pathway,map00910 -10014,BSU_37790,KEGG_pathway,map01100 -10018,BSU_37810,KEGG_pathway,map00521 -10019,BSU_37810,KEGG_pathway,map00523 -10020,BSU_37810,KEGG_pathway,map01130 -10024,BSU_37820,KEGG_pathway,map00521 -10025,BSU_37820,KEGG_pathway,map00523 -10026,BSU_37820,KEGG_pathway,map01130 -10032,BSU_37830,KEGG_pathway,map00521 -10033,BSU_37830,KEGG_pathway,map00523 -10034,BSU_37830,KEGG_pathway,map00525 -10035,BSU_37830,KEGG_pathway,map01055 -10036,BSU_37830,KEGG_pathway,map01130 -10041,BSU_37840,KEGG_pathway,map00521 -10042,BSU_37840,KEGG_pathway,map00523 -10043,BSU_37840,KEGG_pathway,map00525 -10044,BSU_37840,KEGG_pathway,map01130 -10047,BSU_37870,KEGG_pathway,map00520 -10048,BSU_37870,KEGG_pathway,map01100 -10067,BSU_37960,KEGG_pathway,map00010 -10068,BSU_37960,KEGG_pathway,map00053 -10069,BSU_37960,KEGG_pathway,map00071 -10070,BSU_37960,KEGG_pathway,map00280 -10071,BSU_37960,KEGG_pathway,map00310 -10072,BSU_37960,KEGG_pathway,map00330 -10073,BSU_37960,KEGG_pathway,map00340 -10074,BSU_37960,KEGG_pathway,map00380 -10075,BSU_37960,KEGG_pathway,map00410 -10076,BSU_37960,KEGG_pathway,map00561 -10077,BSU_37960,KEGG_pathway,map00620 -10078,BSU_37960,KEGG_pathway,map00625 -10079,BSU_37960,KEGG_pathway,map00903 -10080,BSU_37960,KEGG_pathway,map00981 -10081,BSU_37960,KEGG_pathway,map01100 -10082,BSU_37960,KEGG_pathway,map01110 -10083,BSU_37960,KEGG_pathway,map01120 -10084,BSU_37960,KEGG_pathway,map01130 -10087,BSU_37970,KEGG_pathway,map03410 -10088,BSU_37970,KEGG_pathway,map05340 -10091,BSU_38020,KEGG_pathway,map00750 -10092,BSU_38020,KEGG_pathway,map01100 -10096,BSU_38040,KEGG_pathway,map00052 -10097,BSU_38040,KEGG_pathway,map00500 -10098,BSU_38040,KEGG_pathway,map01100 -10101,BSU_38050,KEGG_pathway,map00500 -10102,BSU_38050,KEGG_pathway,map02060 -10104,BSU_38090,KEGG_pathway,map02024 -10107,BSU_38110,KEGG_pathway,map00740 -10108,BSU_38110,KEGG_pathway,map01100 -10111,BSU_38140,KEGG_pathway,map00190 -10112,BSU_38140,KEGG_pathway,map01100 -10115,BSU_38150,KEGG_pathway,map00190 -10116,BSU_38150,KEGG_pathway,map01100 -10119,BSU_38160,KEGG_pathway,map00190 -10120,BSU_38160,KEGG_pathway,map01100 -10123,BSU_38170,KEGG_pathway,map00190 -10124,BSU_38170,KEGG_pathway,map01100 -10129,BSU_38190,KEGG_pathway,map00052 -10130,BSU_38190,KEGG_pathway,map00520 -10131,BSU_38190,KEGG_pathway,map01100 -10132,BSU_38190,KEGG_pathway,map04917 -10136,BSU_38200,KEGG_pathway,map00052 -10137,BSU_38200,KEGG_pathway,map00520 -10138,BSU_38200,KEGG_pathway,map01100 -10141,BSU_38290,KEGG_pathway,map00730 -10142,BSU_38290,KEGG_pathway,map01100 -10145,BSU_38300,KEGG_pathway,map00730 -10146,BSU_38300,KEGG_pathway,map01100 -10148,BSU_38370,KEGG_pathway,map00620 -10151,BSU_38390,KEGG_pathway,map00500 -10152,BSU_38390,KEGG_pathway,map02060 -10154,BSU_38400,KEGG_pathway,map02024 -10157,BSU_38410,KEGG_pathway,map00500 -10158,BSU_38410,KEGG_pathway,map02060 -10160,BSU_38460,KEGG_pathway,map00970 -10162,BSU_38480,KEGG_pathway,map00230 -10166,BSU_38490,KEGG_pathway,map00130 -10167,BSU_38490,KEGG_pathway,map01100 -10168,BSU_38490,KEGG_pathway,map01110 -10173,BSU_38500,KEGG_pathway,map00473 -10174,BSU_38500,KEGG_pathway,map01503 -10175,BSU_38500,KEGG_pathway,map02020 -10176,BSU_38500,KEGG_pathway,map05150 -10180,BSU_38510,KEGG_pathway,map01503 -10181,BSU_38510,KEGG_pathway,map02020 -10182,BSU_38510,KEGG_pathway,map05150 -10187,BSU_38520,KEGG_pathway,map00473 -10188,BSU_38520,KEGG_pathway,map01503 -10189,BSU_38520,KEGG_pathway,map02020 -10190,BSU_38520,KEGG_pathway,map05150 -10194,BSU_38530,KEGG_pathway,map01503 -10195,BSU_38530,KEGG_pathway,map02020 -10196,BSU_38530,KEGG_pathway,map05150 -10206,BSU_38550,KEGG_pathway,map00270 -10207,BSU_38550,KEGG_pathway,map00280 -10208,BSU_38550,KEGG_pathway,map00290 -10209,BSU_38550,KEGG_pathway,map00770 -10210,BSU_38550,KEGG_pathway,map01100 -10211,BSU_38550,KEGG_pathway,map01110 -10212,BSU_38550,KEGG_pathway,map01130 -10213,BSU_38550,KEGG_pathway,map01210 -10214,BSU_38550,KEGG_pathway,map01230 -10217,BSU_38560,KEGG_pathway,map00010 -10218,BSU_38560,KEGG_pathway,map00500 -10221,BSU_38570,KEGG_pathway,map00500 -10222,BSU_38570,KEGG_pathway,map02060 -10225,BSU_38580,KEGG_pathway,map00500 -10226,BSU_38580,KEGG_pathway,map02060 -10229,BSU_38590,KEGG_pathway,map00500 -10230,BSU_38590,KEGG_pathway,map02060 -10232,BSU_38620,KEGG_pathway,map03410 -10246,BSU_38630,KEGG_pathway,map00380 -10247,BSU_38630,KEGG_pathway,map00630 -10248,BSU_38630,KEGG_pathway,map01110 -10249,BSU_38630,KEGG_pathway,map01130 -10250,BSU_38630,KEGG_pathway,map01200 -10251,BSU_38630,KEGG_pathway,map04011 -10252,BSU_38630,KEGG_pathway,map04016 -10253,BSU_38630,KEGG_pathway,map04068 -10254,BSU_38630,KEGG_pathway,map04146 -10255,BSU_38630,KEGG_pathway,map04211 -10256,BSU_38630,KEGG_pathway,map04212 -10257,BSU_38630,KEGG_pathway,map04213 -10258,BSU_38630,KEGG_pathway,map05014 -10260,BSU_38730,KEGG_pathway,map02010 -10262,BSU_38740,KEGG_pathway,map02010 -10266,BSU_38750,KEGG_pathway,map00190 -10267,BSU_38750,KEGG_pathway,map01100 -10268,BSU_38750,KEGG_pathway,map02020 -10272,BSU_38760,KEGG_pathway,map00190 -10273,BSU_38760,KEGG_pathway,map01100 -10274,BSU_38760,KEGG_pathway,map02020 -10276,BSU_38810,KEGG_pathway,map02010 -10296,BSU_38830,KEGG_pathway,map00010 -10297,BSU_38830,KEGG_pathway,map00053 -10298,BSU_38830,KEGG_pathway,map00071 -10299,BSU_38830,KEGG_pathway,map00280 -10300,BSU_38830,KEGG_pathway,map00310 -10301,BSU_38830,KEGG_pathway,map00330 -10302,BSU_38830,KEGG_pathway,map00340 -10303,BSU_38830,KEGG_pathway,map00380 -10304,BSU_38830,KEGG_pathway,map00410 -10305,BSU_38830,KEGG_pathway,map00561 -10306,BSU_38830,KEGG_pathway,map00620 -10307,BSU_38830,KEGG_pathway,map00625 -10308,BSU_38830,KEGG_pathway,map00627 -10309,BSU_38830,KEGG_pathway,map00903 -10310,BSU_38830,KEGG_pathway,map00981 -10311,BSU_38830,KEGG_pathway,map01100 -10312,BSU_38830,KEGG_pathway,map01110 -10313,BSU_38830,KEGG_pathway,map01120 -10314,BSU_38830,KEGG_pathway,map01130 -10318,BSU_38860,KEGG_pathway,map00052 -10319,BSU_38860,KEGG_pathway,map00520 -10320,BSU_38860,KEGG_pathway,map01100 -10326,BSU_38960,KEGG_pathway,map00270 -10327,BSU_38960,KEGG_pathway,map00450 -10328,BSU_38960,KEGG_pathway,map01100 -10329,BSU_38960,KEGG_pathway,map01110 -10330,BSU_38960,KEGG_pathway,map01230 -10334,BSU_38970,KEGG_pathway,map00072 -10335,BSU_38970,KEGG_pathway,map00650 -10336,BSU_38970,KEGG_pathway,map01100 -10340,BSU_38980,KEGG_pathway,map00072 -10341,BSU_38980,KEGG_pathway,map00280 -10342,BSU_38980,KEGG_pathway,map00650 -10346,BSU_38990,KEGG_pathway,map00072 -10347,BSU_38990,KEGG_pathway,map00280 -10348,BSU_38990,KEGG_pathway,map00650 -10362,BSU_39050,KEGG_pathway,map00380 -10363,BSU_39050,KEGG_pathway,map00630 -10364,BSU_39050,KEGG_pathway,map01110 -10365,BSU_39050,KEGG_pathway,map01130 -10366,BSU_39050,KEGG_pathway,map01200 -10367,BSU_39050,KEGG_pathway,map04011 -10368,BSU_39050,KEGG_pathway,map04016 -10369,BSU_39050,KEGG_pathway,map04068 -10370,BSU_39050,KEGG_pathway,map04146 -10371,BSU_39050,KEGG_pathway,map04211 -10372,BSU_39050,KEGG_pathway,map04212 -10373,BSU_39050,KEGG_pathway,map04213 -10374,BSU_39050,KEGG_pathway,map05014 -10376,BSU_39060,KEGG_pathway,map02020 -10378,BSU_39100,KEGG_pathway,map04138 -10380,BSU_39110,KEGG_pathway,map03018 -10383,BSU_39260,KEGG_pathway,map00010 -10384,BSU_39260,KEGG_pathway,map00500 -10386,BSU_39270,KEGG_pathway,map02060 -10389,BSU_39350,KEGG_pathway,map00340 -10390,BSU_39350,KEGG_pathway,map01100 -10393,BSU_39360,KEGG_pathway,map00340 -10394,BSU_39360,KEGG_pathway,map01100 -10397,BSU_39370,KEGG_pathway,map00340 -10398,BSU_39370,KEGG_pathway,map01100 -10401,BSU_39380,KEGG_pathway,map00340 -10402,BSU_39380,KEGG_pathway,map01100 -10405,BSU_39400,KEGG_pathway,map00240 -10406,BSU_39400,KEGG_pathway,map01100 -10408,BSU_39420,KEGG_pathway,map00030 -10410,BSU_39480,KEGG_pathway,map02010 -10412,BSU_39490,KEGG_pathway,map02010 -10414,BSU_39500,KEGG_pathway,map02010 -10418,BSU_39540,KEGG_pathway,map00120 -10419,BSU_39540,KEGG_pathway,map00121 -10420,BSU_39540,KEGG_pathway,map01100 -10422,BSU_39610,KEGG_pathway,map02010 -10424,BSU_39630,KEGG_pathway,map02020 -10426,BSU_39640,KEGG_pathway,map02020 -10428,BSU_39650,KEGG_pathway,map02020 -10430,BSU_39660,KEGG_pathway,map02020 -10434,BSU_39670,KEGG_pathway,map00562 -10435,BSU_39670,KEGG_pathway,map01100 -10436,BSU_39670,KEGG_pathway,map01120 -10439,BSU_39680,KEGG_pathway,map00562 -10440,BSU_39680,KEGG_pathway,map01120 -10446,BSU_39700,KEGG_pathway,map00521 -10447,BSU_39700,KEGG_pathway,map00562 -10448,BSU_39700,KEGG_pathway,map01100 -10449,BSU_39700,KEGG_pathway,map01120 -10450,BSU_39700,KEGG_pathway,map01130 -10454,BSU_39720,KEGG_pathway,map00562 -10455,BSU_39720,KEGG_pathway,map01100 -10456,BSU_39720,KEGG_pathway,map01120 -10460,BSU_39730,KEGG_pathway,map00562 -10461,BSU_39730,KEGG_pathway,map01100 -10462,BSU_39730,KEGG_pathway,map01120 -10466,BSU_39740,KEGG_pathway,map00562 -10467,BSU_39740,KEGG_pathway,map01100 -10468,BSU_39740,KEGG_pathway,map01120 -10472,BSU_39750,KEGG_pathway,map00562 -10473,BSU_39750,KEGG_pathway,map01100 -10474,BSU_39750,KEGG_pathway,map01120 -10481,BSU_39760,KEGG_pathway,map00280 -10482,BSU_39760,KEGG_pathway,map00410 -10483,BSU_39760,KEGG_pathway,map00562 -10484,BSU_39760,KEGG_pathway,map00640 -10485,BSU_39760,KEGG_pathway,map01100 -10486,BSU_39760,KEGG_pathway,map01200 -10488,BSU_39810,KEGG_pathway,map04113 -10502,BSU_39820,KEGG_pathway,map04141 -10503,BSU_39820,KEGG_pathway,map04151 -10504,BSU_39820,KEGG_pathway,map04217 -10505,BSU_39820,KEGG_pathway,map04612 -10506,BSU_39820,KEGG_pathway,map04621 -10507,BSU_39820,KEGG_pathway,map04626 -10508,BSU_39820,KEGG_pathway,map04657 -10509,BSU_39820,KEGG_pathway,map04659 -10510,BSU_39820,KEGG_pathway,map04914 -10511,BSU_39820,KEGG_pathway,map04915 -10512,BSU_39820,KEGG_pathway,map05200 -10513,BSU_39820,KEGG_pathway,map05215 -10514,BSU_39820,KEGG_pathway,map05418 -10533,BSU_39860,KEGG_pathway,map00010 -10534,BSU_39860,KEGG_pathway,map00053 -10535,BSU_39860,KEGG_pathway,map00071 -10536,BSU_39860,KEGG_pathway,map00280 -10537,BSU_39860,KEGG_pathway,map00310 -10538,BSU_39860,KEGG_pathway,map00330 -10539,BSU_39860,KEGG_pathway,map00340 -10540,BSU_39860,KEGG_pathway,map00380 -10541,BSU_39860,KEGG_pathway,map00410 -10542,BSU_39860,KEGG_pathway,map00561 -10543,BSU_39860,KEGG_pathway,map00620 -10544,BSU_39860,KEGG_pathway,map00625 -10545,BSU_39860,KEGG_pathway,map00903 -10546,BSU_39860,KEGG_pathway,map00981 -10547,BSU_39860,KEGG_pathway,map01100 -10548,BSU_39860,KEGG_pathway,map01110 -10549,BSU_39860,KEGG_pathway,map01120 -10550,BSU_39860,KEGG_pathway,map01130 -10552,BSU_39870,KEGG_pathway,map03410 -10556,BSU_39920,KEGG_pathway,map00250 -10557,BSU_39920,KEGG_pathway,map01100 -10558,BSU_39920,KEGG_pathway,map01110 -10565,BSU_40040,KEGG_pathway,map00260 -10566,BSU_40040,KEGG_pathway,map00561 -10567,BSU_40040,KEGG_pathway,map00630 -10568,BSU_40040,KEGG_pathway,map01100 -10569,BSU_40040,KEGG_pathway,map01120 -10570,BSU_40040,KEGG_pathway,map01130 -10577,BSU_40060,KEGG_pathway,map00030 -10578,BSU_40060,KEGG_pathway,map01100 -10579,BSU_40060,KEGG_pathway,map01110 -10580,BSU_40060,KEGG_pathway,map01120 -10581,BSU_40060,KEGG_pathway,map01130 -10582,BSU_40060,KEGG_pathway,map01200 -10590,BSU_40080,KEGG_pathway,map00030 -10591,BSU_40080,KEGG_pathway,map00480 -10592,BSU_40080,KEGG_pathway,map01100 -10593,BSU_40080,KEGG_pathway,map01110 -10594,BSU_40080,KEGG_pathway,map01120 -10595,BSU_40080,KEGG_pathway,map01130 -10596,BSU_40080,KEGG_pathway,map01200 -10598,BSU_40090,KEGG_pathway,map04214 -10601,BSU_40110,KEGG_pathway,map00010 -10602,BSU_40110,KEGG_pathway,map00500 -10604,BSU_40140,KEGG_pathway,map02010 -10606,BSU_40150,KEGG_pathway,map02010 -10617,BSU_40190,KEGG_pathway,map00010 -10618,BSU_40190,KEGG_pathway,map00030 -10619,BSU_40190,KEGG_pathway,map00051 -10620,BSU_40190,KEGG_pathway,map00680 -10621,BSU_40190,KEGG_pathway,map00710 -10622,BSU_40190,KEGG_pathway,map01100 -10623,BSU_40190,KEGG_pathway,map01110 -10624,BSU_40190,KEGG_pathway,map01120 -10625,BSU_40190,KEGG_pathway,map01130 -10626,BSU_40190,KEGG_pathway,map01200 -10643,BSU_40250,KEGG_pathway,map00010 -10644,BSU_40250,KEGG_pathway,map00071 -10645,BSU_40250,KEGG_pathway,map00350 -10646,BSU_40250,KEGG_pathway,map00625 -10647,BSU_40250,KEGG_pathway,map00626 -10648,BSU_40250,KEGG_pathway,map00680 -10649,BSU_40250,KEGG_pathway,map00830 -10650,BSU_40250,KEGG_pathway,map00980 -10651,BSU_40250,KEGG_pathway,map00982 -10652,BSU_40250,KEGG_pathway,map01100 -10653,BSU_40250,KEGG_pathway,map01110 -10654,BSU_40250,KEGG_pathway,map01120 -10655,BSU_40250,KEGG_pathway,map01130 -10656,BSU_40250,KEGG_pathway,map01200 -10657,BSU_40250,KEGG_pathway,map01220 -10658,BSU_40250,KEGG_pathway,map05204 -10666,BSU_40320,KEGG_pathway,map00220 -10667,BSU_40320,KEGG_pathway,map00330 -10668,BSU_40320,KEGG_pathway,map01100 -10669,BSU_40320,KEGG_pathway,map01110 -10670,BSU_40320,KEGG_pathway,map01130 -10671,BSU_40320,KEGG_pathway,map01230 -10672,BSU_40320,KEGG_pathway,map05146 -10677,BSU_40340,KEGG_pathway,map00330 -10678,BSU_40340,KEGG_pathway,map01100 -10679,BSU_40340,KEGG_pathway,map01110 -10680,BSU_40340,KEGG_pathway,map01130 -10683,BSU_40360,KEGG_pathway,map01503 -10684,BSU_40360,KEGG_pathway,map02020 -10686,BSU_40400,KEGG_pathway,map02020 -10688,BSU_40410,KEGG_pathway,map02020 -10692,BSU_40420,KEGG_pathway,map00230 -10693,BSU_40420,KEGG_pathway,map00250 -10694,BSU_40420,KEGG_pathway,map01100 -10697,BSU_40440,KEGG_pathway,map03030 -10698,BSU_40440,KEGG_pathway,map04112 -10700,BSU_40500,KEGG_pathway,map03010 -10702,BSU_40550,KEGG_pathway,map00190 -10704,BSU_40860,KEGG_pathway,map00620 -10706,BSU_40880,KEGG_pathway,map03410 -10708,BSU_40890,KEGG_pathway,map03010 -10712,BSU_40900,KEGG_pathway,map03030 -10713,BSU_40900,KEGG_pathway,map03430 -10714,BSU_40900,KEGG_pathway,map03440 -10716,BSU_40910,KEGG_pathway,map03010 -10720,BSU_41040,KEGG_pathway,map02024 -10721,BSU_41040,KEGG_pathway,map03060 -10722,BSU_41040,KEGG_pathway,map03070 -10724,BSU_41060,KEGG_pathway,map03010 -10725,BSU_00020,KEGG_module,M00260 -10726,BSU_00090,KEGG_module,M00050 -10727,BSU_00130,KEGG_module,M00359 -10728,BSU_00130,KEGG_module,M00360 -10729,BSU_00190,KEGG_module,M00260 -10730,BSU_00280,KEGG_module,M00053 -10731,BSU_00310,KEGG_module,M00260 -10732,BSU_00380,KEGG_module,M00359 -10733,BSU_00380,KEGG_module,M00360 -10734,BSU_00460,KEGG_module,M00096 -10735,BSU_00500,KEGG_module,M00362 -10736,BSU_00510,KEGG_module,M00005 -10737,BSU_00520,KEGG_module,M00178 -10738,BSU_00690,KEGG_module,M00742 -10739,BSU_00700,KEGG_module,M00120 -10740,BSU_00730,KEGG_module,M00021 -10741,BSU_00770,KEGG_module,M00126 -10742,BSU_00770,KEGG_module,M00841 -10743,BSU_00780,KEGG_module,M00126 -10744,BSU_00780,KEGG_module,M00840 -10745,BSU_00790,KEGG_module,M00126 -10746,BSU_00790,KEGG_module,M00841 -10747,BSU_00820,KEGG_module,M00359 -10748,BSU_00820,KEGG_module,M00360 -10749,BSU_00900,KEGG_module,M00096 -10750,BSU_00910,KEGG_module,M00096 -10751,BSU_00920,KEGG_module,M00360 -10752,BSU_00930,KEGG_module,M00021 -10753,BSU_00940,KEGG_module,M00359 -10754,BSU_00940,KEGG_module,M00360 -10755,BSU_00990,KEGG_module,M00178 -10756,BSU_01000,KEGG_module,M00335 -10757,BSU_01020,KEGG_module,M00178 -10758,BSU_01020,KEGG_module,M00179 -10759,BSU_01030,KEGG_module,M00178 -10760,BSU_01030,KEGG_module,M00179 -10761,BSU_01040,KEGG_module,M00178 -10762,BSU_01040,KEGG_module,M00179 -10763,BSU_01050,KEGG_module,M00178 -10764,BSU_01070,KEGG_module,M00183 -10765,BSU_01080,KEGG_module,M00183 -10766,BSU_01090,KEGG_module,M00178 -10767,BSU_01100,KEGG_module,M00178 -10768,BSU_01100,KEGG_module,M00179 -10769,BSU_01110,KEGG_module,M00178 -10770,BSU_01110,KEGG_module,M00179 -10771,BSU_01150,KEGG_module,M00178 -10772,BSU_01150,KEGG_module,M00179 -10773,BSU_01160,KEGG_module,M00178 -10774,BSU_01160,KEGG_module,M00179 -10775,BSU_01170,KEGG_module,M00178 -10776,BSU_01180,KEGG_module,M00178 -10777,BSU_01180,KEGG_module,M00179 -10778,BSU_01190,KEGG_module,M00178 -10779,BSU_01190,KEGG_module,M00179 -10780,BSU_01200,KEGG_module,M00178 -10781,BSU_01200,KEGG_module,M00179 -10782,BSU_01210,KEGG_module,M00178 -10783,BSU_01210,KEGG_module,M00179 -10784,BSU_01220,KEGG_module,M00178 -10785,BSU_01220,KEGG_module,M00179 -10786,BSU_01230,KEGG_module,M00178 -10787,BSU_01240,KEGG_module,M00178 -10788,BSU_01240,KEGG_module,M00179 -10789,BSU_01250,KEGG_module,M00178 -10790,BSU_01250,KEGG_module,M00179 -10791,BSU_01260,KEGG_module,M00178 -10792,BSU_01260,KEGG_module,M00179 -10793,BSU_01270,KEGG_module,M00178 -10794,BSU_01270,KEGG_module,M00179 -10795,BSU_01280,KEGG_module,M00178 -10796,BSU_01280,KEGG_module,M00179 -10797,BSU_01290,KEGG_module,M00178 -10798,BSU_01290,KEGG_module,M00179 -10799,BSU_01300,KEGG_module,M00178 -10800,BSU_01300,KEGG_module,M00179 -10801,BSU_01310,KEGG_module,M00178 -10802,BSU_01310,KEGG_module,M00179 -10803,BSU_01320,KEGG_module,M00178 -10804,BSU_01320,KEGG_module,M00179 -10805,BSU_01330,KEGG_module,M00178 -10806,BSU_01330,KEGG_module,M00179 -10807,BSU_01340,KEGG_module,M00178 -10808,BSU_01340,KEGG_module,M00179 -10809,BSU_01350,KEGG_module,M00178 -10810,BSU_01350,KEGG_module,M00179 -10811,BSU_01360,KEGG_module,M00335 -10812,BSU_01370,KEGG_module,M00049 -10813,BSU_01400,KEGG_module,M00178 -10814,BSU_01410,KEGG_module,M00178 -10815,BSU_01410,KEGG_module,M00179 -10816,BSU_01420,KEGG_module,M00178 -10817,BSU_01420,KEGG_module,M00179 -10818,BSU_01430,KEGG_module,M00183 -10819,BSU_01440,KEGG_module,M00178 -10820,BSU_01450,KEGG_module,M00582 -10821,BSU_01460,KEGG_module,M00582 -10822,BSU_01470,KEGG_module,M00582 -10823,BSU_01490,KEGG_module,M00178 -10824,BSU_01490,KEGG_module,M00179 -10825,BSU_01500,KEGG_module,M00178 -10826,BSU_01500,KEGG_module,M00179 -10827,BSU_01530,KEGG_module,M00727 -10828,BSU_01610,KEGG_module,M00240 -10829,BSU_01620,KEGG_module,M00240 -10830,BSU_01630,KEGG_module,M00240 -10831,BSU_01660,KEGG_module,M00628 -10832,BSU_01680,KEGG_module,M00269 -10833,BSU_01830,KEGG_module,M00145 -10834,BSU_01950,KEGG_module,M00254 -10835,BSU_02130,KEGG_module,M00126 -10836,BSU_02230,KEGG_module,M00048 -10837,BSU_02270,KEGG_module,M00093 -10838,BSU_02290,KEGG_module,M00093 -10839,BSU_02350,KEGG_module,M00282 -10840,BSU_02350,KEGG_module,M00809 -10841,BSU_02390,KEGG_module,M00019 -10842,BSU_02390,KEGG_module,M00036 -10843,BSU_02390,KEGG_module,M00119 -10844,BSU_02390,KEGG_module,M00570 -10845,BSU_02440,KEGG_module,M00518 -10846,BSU_02450,KEGG_module,M00518 -10847,BSU_02520,KEGG_module,M00760 -10848,BSU_02570,KEGG_module,M00254 -10849,BSU_02620,KEGG_module,M00126 -10850,BSU_02630,KEGG_module,M00336 -10851,BSU_02640,KEGG_module,M00336 -10852,BSU_02670,KEGG_module,M00715 -10853,BSU_02680,KEGG_module,M00715 -10854,BSU_02700,KEGG_module,M00098 -10855,BSU_02730,KEGG_module,M00494 -10856,BSU_02740,KEGG_module,M00494 -10857,BSU_02750,KEGG_module,M00253 -10858,BSU_02760,KEGG_module,M00253 -10859,BSU_02850,KEGG_module,M00242 -10860,BSU_02860,KEGG_module,M00242 -10861,BSU_02870,KEGG_module,M00242 -10862,BSU_02980,KEGG_module,M00208 -10863,BSU_02990,KEGG_module,M00208 -10864,BSU_03000,KEGG_module,M00208 -10865,BSU_03130,KEGG_module,M00115 -10866,BSU_03150,KEGG_module,M00022 -10867,BSU_03280,KEGG_module,M00121 -10868,BSU_03290,KEGG_module,M00530 -10869,BSU_03300,KEGG_module,M00530 -10870,BSU_03310,KEGG_module,M00531 -10871,BSU_03320,KEGG_module,M00530 -10872,BSU_03330,KEGG_module,M00615 -10873,BSU_03340,KEGG_module,M00126 -10874,BSU_03370,KEGG_module,M00234 -10875,BSU_03380,KEGG_module,M00234 -10876,BSU_03450,KEGG_module,M00345 -10877,BSU_03450,KEGG_module,M00580 -10878,BSU_03460,KEGG_module,M00345 -10879,BSU_03460,KEGG_module,M00580 -10880,BSU_03590,KEGG_module,M00234 -10881,BSU_03600,KEGG_module,M00234 -10882,BSU_03610,KEGG_module,M00234 -10883,BSU_03630,KEGG_module,M00117 -10884,BSU_03730,KEGG_module,M00258 -10885,BSU_03740,KEGG_module,M00258 -10886,BSU_03790,KEGG_module,M00016 -10887,BSU_03790,KEGG_module,M00017 -10888,BSU_03790,KEGG_module,M00018 -10889,BSU_03790,KEGG_module,M00033 -10890,BSU_03790,KEGG_module,M00525 -10891,BSU_03790,KEGG_module,M00526 -10892,BSU_03790,KEGG_module,M00527 -10893,BSU_03800,KEGG_module,M00240 -10894,BSU_03810,KEGG_module,M00240 -10895,BSU_03820,KEGG_module,M00240 -10896,BSU_03830,KEGG_module,M00240 -10897,BSU_03900,KEGG_module,M00027 -10898,BSU_03910,KEGG_module,M00027 -10899,BSU_03981,KEGG_module,M00274 -10900,BSU_03982,KEGG_module,M00274 -10901,BSU_04030,KEGG_module,M00083 -10902,BSU_04030,KEGG_module,M00572 -10903,BSU_04040,KEGG_module,M00125 -10904,BSU_04450,KEGG_module,M00487 -10905,BSU_04450,KEGG_module,M00489 -10906,BSU_04450,KEGG_module,M00490 -10907,BSU_04460,KEGG_module,M00489 -10908,BSU_04490,KEGG_module,M00254 -10909,BSU_04500,KEGG_module,M00254 -10910,BSU_05370,KEGG_module,M00700 -10911,BSU_05370,KEGG_module,M00702 -10912,BSU_05410,KEGG_module,M00484 -10913,BSU_05420,KEGG_module,M00484 -10914,BSU_05740,KEGG_module,M00126 -10915,BSU_05810,KEGG_module,M00275 -10916,BSU_05820,KEGG_module,M00275 -10917,BSU_05830,KEGG_module,M00275 -10918,BSU_05870,KEGG_module,M00114 -10919,BSU_05900,KEGG_module,M00127 -10920,BSU_05980,KEGG_module,M00336 -10921,BSU_05990,KEGG_module,M00336 -10922,BSU_06060,KEGG_module,M00035 -10923,BSU_06070,KEGG_module,M00035 -10924,BSU_06073,KEGG_module,M00549 -10925,BSU_06074,KEGG_module,M00549 -10926,BSU_06076,KEGG_module,M00549 -10927,BSU_06078,KEGG_module,M00549 -10928,BSU_06150,KEGG_module,M00014 -10929,BSU_06360,KEGG_module,M00050 -10930,BSU_06420,KEGG_module,M00048 -10931,BSU_06430,KEGG_module,M00048 -10932,BSU_06440,KEGG_module,M00048 -10933,BSU_06440,KEGG_module,M00049 -10934,BSU_06450,KEGG_module,M00048 -10935,BSU_06460,KEGG_module,M00048 -10936,BSU_06470,KEGG_module,M00048 -10937,BSU_06480,KEGG_module,M00048 -10938,BSU_06490,KEGG_module,M00048 -10939,BSU_06500,KEGG_module,M00048 -10940,BSU_06510,KEGG_module,M00048 -10941,BSU_06520,KEGG_module,M00048 -10942,BSU_06530,KEGG_module,M00048 -10943,BSU_06950,KEGG_module,M00519 -10944,BSU_06960,KEGG_module,M00519 -10945,BSU_06970,KEGG_module,M00207 -10946,BSU_06980,KEGG_module,M00207 -10947,BSU_06990,KEGG_module,M00207 -10948,BSU_07100,KEGG_module,M00603 -10949,BSU_07110,KEGG_module,M00603 -10950,BSU_07120,KEGG_module,M00603 -10951,BSU_07350,KEGG_module,M00135 -10952,BSU_07490,KEGG_module,M00240 -10953,BSU_07500,KEGG_module,M00240 -10954,BSU_07510,KEGG_module,M00240 -10955,BSU_07520,KEGG_module,M00240 -10956,BSU_07580,KEGG_module,M00487 -10957,BSU_07580,KEGG_module,M00489 -10958,BSU_07580,KEGG_module,M00490 -10959,BSU_07590,KEGG_module,M00487 -10960,BSU_07700,KEGG_module,M00267 -10961,BSU_07800,KEGG_module,M00270 -10962,BSU_08080,KEGG_module,M00307 -10963,BSU_08090,KEGG_module,M00009 -10964,BSU_08090,KEGG_module,M00011 -10965,BSU_08090,KEGG_module,M00036 -10966,BSU_08090,KEGG_module,M00307 -10967,BSU_08090,KEGG_module,M00532 -10968,BSU_08200,KEGG_module,M00268 -10969,BSU_08240,KEGG_module,M00569 -10970,BSU_08310,KEGG_module,M00254 -10971,BSU_08320,KEGG_module,M00254 -10972,BSU_08330,KEGG_module,M00254 -10973,BSU_08350,KEGG_module,M00098 -10974,BSU_08425,KEGG_module,M00726 -10975,BSU_08440,KEGG_module,M00240 -10976,BSU_08450,KEGG_module,M00240 -10977,BSU_08460,KEGG_module,M00240 -10978,BSU_08650,KEGG_module,M00083 -10979,BSU_08710,KEGG_module,M00121 -10980,BSU_08790,KEGG_module,M00127 -10981,BSU_08820,KEGG_module,M00532 -10982,BSU_08830,KEGG_module,M00436 -10983,BSU_08840,KEGG_module,M00436 -10984,BSU_08850,KEGG_module,M00436 -10985,BSU_08880,KEGG_module,M00178 -10986,BSU_08880,KEGG_module,M00179 -10987,BSU_09010,KEGG_module,M00701 -10988,BSU_09070,KEGG_module,M00254 -10989,BSU_09080,KEGG_module,M00254 -10990,BSU_09090,KEGG_module,M00254 -10991,BSU_09110,KEGG_module,M00238 -10992,BSU_09310,KEGG_module,M00549 -10993,BSU_09410,KEGG_module,M00126 -10994,BSU_09440,KEGG_module,M00009 -10995,BSU_09440,KEGG_module,M00010 -10996,BSU_09440,KEGG_module,M00012 -10997,BSU_09440,KEGG_module,M00740 -10998,BSU_09540,KEGG_module,M00089 -10999,BSU_09710,KEGG_module,M00707 -11000,BSU_09720,KEGG_module,M00707 -11001,BSU_09890,KEGG_module,M00254 -11002,BSU_09900,KEGG_module,M00254 -11003,BSU_10020,KEGG_module,M00020 -11004,BSU_10020,KEGG_module,M00124 -11005,BSU_10040,KEGG_module,M00254 -11006,BSU_10050,KEGG_module,M00254 -11007,BSU_10120,KEGG_module,M00121 -11008,BSU_10130,KEGG_module,M00121 -11009,BSU_10140,KEGG_module,M00121 -11010,BSU_10170,KEGG_module,M00082 -11011,BSU_10170,KEGG_module,M00083 -11012,BSU_10270,KEGG_module,M00086 -11013,BSU_10330,KEGG_module,M00240 -11014,BSU_10350,KEGG_module,M00088 -11015,BSU_10350,KEGG_module,M00095 -11016,BSU_10350,KEGG_module,M00373 -11017,BSU_10350,KEGG_module,M00374 -11018,BSU_10350,KEGG_module,M00375 -11019,BSU_10360,KEGG_module,M00086 -11020,BSU_10370,KEGG_module,M00581 -11021,BSU_10370,KEGG_module,M00582 -11022,BSU_10810,KEGG_module,M00097 -11023,BSU_10880,KEGG_module,M00700 -11024,BSU_10880,KEGG_module,M00702 -11025,BSU_10910,KEGG_module,M00176 -11026,BSU_10920,KEGG_module,M00176 -11027,BSU_10920,KEGG_module,M00596 -11028,BSU_10930,KEGG_module,M00176 -11029,BSU_10940,KEGG_module,M00358 -11030,BSU_10950,KEGG_module,M00358 -11031,BSU_11010,KEGG_module,M00377 -11032,BSU_11140,KEGG_module,M00125 -11033,BSU_11190,KEGG_module,M00028 -11034,BSU_11190,KEGG_module,M00845 -11035,BSU_11200,KEGG_module,M00028 -11036,BSU_11210,KEGG_module,M00028 -11037,BSU_11220,KEGG_module,M00016 -11038,BSU_11220,KEGG_module,M00028 -11039,BSU_11220,KEGG_module,M00845 -11040,BSU_11230,KEGG_module,M00051 -11041,BSU_11240,KEGG_module,M00051 -11042,BSU_11250,KEGG_module,M00029 -11043,BSU_11250,KEGG_module,M00844 -11044,BSU_11330,KEGG_module,M00082 -11045,BSU_11330,KEGG_module,M00083 -11046,BSU_11340,KEGG_module,M00083 -11047,BSU_11340,KEGG_module,M00572 -11048,BSU_11360,KEGG_module,M00239 -11049,BSU_11370,KEGG_module,M00239 -11050,BSU_11370,KEGG_module,M00439 -11051,BSU_11381,KEGG_module,M00239 -11052,BSU_11382,KEGG_module,M00239 -11053,BSU_11390,KEGG_module,M00239 -11054,BSU_11400,KEGG_module,M00239 -11055,BSU_11420,KEGG_module,M00359 -11056,BSU_11420,KEGG_module,M00360 -11057,BSU_11430,KEGG_module,M00439 -11058,BSU_11440,KEGG_module,M00439 -11059,BSU_11450,KEGG_module,M00439 -11060,BSU_11450,KEGG_module,M00566 -11061,BSU_11460,KEGG_module,M00439 -11062,BSU_11460,KEGG_module,M00566 -11063,BSU_11470,KEGG_module,M00439 -11064,BSU_11710,KEGG_module,M00127 -11065,BSU_11720,KEGG_module,M00083 -11066,BSU_11720,KEGG_module,M00572 -11067,BSU_11870,KEGG_module,M00017 -11068,BSU_11880,KEGG_module,M00017 -11069,BSU_11980,KEGG_module,M00083 -11070,BSU_11980,KEGG_module,M00572 -11071,BSU_12010,KEGG_module,M00273 -11072,BSU_12020,KEGG_module,M00114 -11073,BSU_12080,KEGG_module,M00154 -11074,BSU_12230,KEGG_module,M00121 -11075,BSU_12240,KEGG_module,M00211 -11076,BSU_12250,KEGG_module,M00211 -11077,BSU_12300,KEGG_module,M00061 -11078,BSU_12300,KEGG_module,M00631 -11079,BSU_12340,KEGG_module,M00061 -11080,BSU_12380,KEGG_module,M00631 -11081,BSU_12390,KEGG_module,M00631 -11082,BSU_12900,KEGG_module,M00728 -11083,BSU_12910,KEGG_module,M00015 -11084,BSU_12930,KEGG_module,M00566 -11085,BSU_12940,KEGG_module,M00439 -11086,BSU_12940,KEGG_module,M00566 -11087,BSU_12950,KEGG_module,M00439 -11088,BSU_12950,KEGG_module,M00566 -11089,BSU_12960,KEGG_module,M00566 -11090,BSU_13000,KEGG_module,M00239 -11091,BSU_13000,KEGG_module,M00439 -11092,BSU_13010,KEGG_module,M00004 -11093,BSU_13010,KEGG_module,M00006 -11094,BSU_13010,KEGG_module,M00008 -11095,BSU_13090,KEGG_module,M00712 -11096,BSU_13100,KEGG_module,M00712 -11097,BSU_13120,KEGG_module,M00015 -11098,BSU_13130,KEGG_module,M00015 -11099,BSU_13180,KEGG_module,M00017 -11100,BSU_13210,KEGG_module,M00582 -11101,BSU_13220,KEGG_module,M00582 -11102,BSU_13230,KEGG_module,M00582 -11103,BSU_13490,KEGG_module,M00743 -11104,BSU_13530,KEGG_module,M00485 -11105,BSU_13550,KEGG_module,M00034 -11106,BSU_13560,KEGG_module,M00034 -11107,BSU_13580,KEGG_module,M00034 -11108,BSU_13590,KEGG_module,M00034 -11109,BSU_13600,KEGG_module,M00034 -11110,BSU_13610,KEGG_module,M00034 -11111,BSU_13620,KEGG_module,M00034 -11112,BSU_13660,KEGG_module,M00485 -11113,BSU_13730,KEGG_module,M00842 -11114,BSU_13730,KEGG_module,M00843 -11115,BSU_13890,KEGG_module,M00282 -11116,BSU_13890,KEGG_module,M00809 -11117,BSU_13990,KEGG_module,M00485 -11118,BSU_14000,KEGG_module,M00525 -11119,BSU_14010,KEGG_module,M00506 -11120,BSU_14180,KEGG_module,M00016 -11121,BSU_14180,KEGG_module,M00525 -11122,BSU_14190,KEGG_module,M00525 -11123,BSU_14360,KEGG_module,M00258 -11124,BSU_14370,KEGG_module,M00258 -11125,BSU_14400,KEGG_module,M00273 -11126,BSU_14440,KEGG_module,M00119 -11127,BSU_14490,KEGG_module,M00485 -11128,BSU_14580,KEGG_module,M00307 -11129,BSU_14590,KEGG_module,M00307 -11130,BSU_14600,KEGG_module,M00307 -11131,BSU_14610,KEGG_module,M00009 -11132,BSU_14610,KEGG_module,M00011 -11133,BSU_14610,KEGG_module,M00036 -11134,BSU_14610,KEGG_module,M00307 -11135,BSU_14610,KEGG_module,M00532 -11136,BSU_14630,KEGG_module,M00133 -11137,BSU_14670,KEGG_module,M00131 -11138,BSU_14860,KEGG_module,M00173 -11139,BSU_14870,KEGG_module,M00154 -11140,BSU_14880,KEGG_module,M00154 -11141,BSU_14890,KEGG_module,M00155 -11142,BSU_14900,KEGG_module,M00155 -11143,BSU_14910,KEGG_module,M00155 -11144,BSU_14920,KEGG_module,M00155 -11145,BSU_15020,KEGG_module,M00120 -11146,BSU_15110,KEGG_module,M00119 -11147,BSU_15340,KEGG_module,M00240 -11148,BSU_15430,KEGG_module,M00359 -11149,BSU_15430,KEGG_module,M00360 -11150,BSU_15490,KEGG_module,M00051 -11151,BSU_15500,KEGG_module,M00051 -11152,BSU_15510,KEGG_module,M00051 -11153,BSU_15520,KEGG_module,M00051 -11154,BSU_15540,KEGG_module,M00051 -11155,BSU_15550,KEGG_module,M00051 -11156,BSU_15560,KEGG_module,M00051 -11157,BSU_15570,KEGG_module,M00176 -11158,BSU_15590,KEGG_module,M00176 -11159,BSU_15590,KEGG_module,M00596 -11160,BSU_15600,KEGG_module,M00176 -11161,BSU_15610,KEGG_module,M00121 -11162,BSU_15620,KEGG_module,M00121 -11163,BSU_15630,KEGG_module,M00121 -11164,BSU_15680,KEGG_module,M00050 -11165,BSU_15690,KEGG_module,M00183 -11166,BSU_15700,KEGG_module,M00120 -11167,BSU_15790,KEGG_module,M00004 -11168,BSU_15790,KEGG_module,M00007 -11169,BSU_15820,KEGG_module,M00178 -11170,BSU_15890,KEGG_module,M00089 -11171,BSU_15900,KEGG_module,M00082 -11172,BSU_15910,KEGG_module,M00083 -11173,BSU_15910,KEGG_module,M00572 -11174,BSU_15950,KEGG_module,M00335 -11175,BSU_15980,KEGG_module,M00335 -11176,BSU_15990,KEGG_module,M00178 -11177,BSU_16040,KEGG_module,M00178 -11178,BSU_16090,KEGG_module,M00009 -11179,BSU_16090,KEGG_module,M00011 -11180,BSU_16090,KEGG_module,M00173 -11181,BSU_16090,KEGG_module,M00374 -11182,BSU_16090,KEGG_module,M00620 -11183,BSU_16100,KEGG_module,M00009 -11184,BSU_16100,KEGG_module,M00011 -11185,BSU_16100,KEGG_module,M00173 -11186,BSU_16100,KEGG_module,M00374 -11187,BSU_16100,KEGG_module,M00620 -11188,BSU_16330,KEGG_module,M00506 -11189,BSU_16420,KEGG_module,M00506 -11190,BSU_16430,KEGG_module,M00506 -11191,BSU_16490,KEGG_module,M00178 -11192,BSU_16490,KEGG_module,M00179 -11193,BSU_16540,KEGG_module,M00093 -11194,BSU_16550,KEGG_module,M00096 -11195,BSU_16570,KEGG_module,M00359 -11196,BSU_16570,KEGG_module,M00360 -11197,BSU_16580,KEGG_module,M00260 -11198,BSU_16670,KEGG_module,M00125 -11199,BSU_16680,KEGG_module,M00178 -11200,BSU_16680,KEGG_module,M00179 -11201,BSU_16690,KEGG_module,M00394 -11202,BSU_16750,KEGG_module,M00016 -11203,BSU_16750,KEGG_module,M00017 -11204,BSU_16750,KEGG_module,M00018 -11205,BSU_16750,KEGG_module,M00033 -11206,BSU_16750,KEGG_module,M00525 -11207,BSU_16750,KEGG_module,M00526 -11208,BSU_16750,KEGG_module,M00527 -11209,BSU_16760,KEGG_module,M00016 -11210,BSU_16760,KEGG_module,M00017 -11211,BSU_16760,KEGG_module,M00018 -11212,BSU_16760,KEGG_module,M00033 -11213,BSU_16760,KEGG_module,M00525 -11214,BSU_16760,KEGG_module,M00526 -11215,BSU_16760,KEGG_module,M00527 -11216,BSU_16770,KEGG_module,M00016 -11217,BSU_16770,KEGG_module,M00525 -11218,BSU_16770,KEGG_module,M00526 -11219,BSU_16770,KEGG_module,M00527 -11220,BSU_16870,KEGG_module,M00083 -11221,BSU_16870,KEGG_module,M00572 -11222,BSU_16940,KEGG_module,M00729 -11223,BSU_17150,KEGG_module,M00088 -11224,BSU_17150,KEGG_module,M00095 -11225,BSU_17290,KEGG_module,M00710 -11226,BSU_17300,KEGG_module,M00710 -11227,BSU_17380,KEGG_module,M00053 -11228,BSU_17390,KEGG_module,M00053 -11229,BSU_17410,KEGG_module,M00727 -11230,BSU_17610,KEGG_module,M00014 -11231,BSU_17660,KEGG_module,M00053 -11232,BSU_17680,KEGG_module,M00053 -11233,BSU_17850,KEGG_module,M00729 -11234,BSU_17890,KEGG_module,M00004 -11235,BSU_17890,KEGG_module,M00007 -11236,BSU_17890,KEGG_module,M00165 -11237,BSU_17890,KEGG_module,M00167 -11238,BSU_17940,KEGG_module,M00506 -11239,BSU_18000,KEGG_module,M00009 -11240,BSU_18000,KEGG_module,M00010 -11241,BSU_18000,KEGG_module,M00012 -11242,BSU_18000,KEGG_module,M00173 -11243,BSU_18000,KEGG_module,M00740 -11244,BSU_18070,KEGG_module,M00089 -11245,BSU_18180,KEGG_module,M00129 -11246,BSU_18180,KEGG_module,M00361 -11247,BSU_18180,KEGG_module,M00362 -11248,BSU_18180,KEGG_module,M00549 -11249,BSU_18230,KEGG_module,M00036 -11250,BSU_18230,KEGG_module,M00088 -11251,BSU_18239,KEGG_module,M00082 -11252,BSU_18239,KEGG_module,M00376 -11253,BSU_18240,KEGG_module,M00082 -11254,BSU_18240,KEGG_module,M00376 -11255,BSU_18360,KEGG_module,M00632 -11256,BSU_18470,KEGG_module,M00015 -11257,BSU_18480,KEGG_module,M00015 -11258,BSU_18500,KEGG_module,M00083 -11259,BSU_18500,KEGG_module,M00572 -11260,BSU_18560,KEGG_module,M00020 -11261,BSU_18800,KEGG_module,M00627 -11262,BSU_18800,KEGG_module,M00628 -11263,BSU_18830,KEGG_module,M00173 -11264,BSU_18830,KEGG_module,M00374 -11265,BSU_19020,KEGG_module,M00135 -11266,BSU_19190,KEGG_module,M00479 -11267,BSU_19200,KEGG_module,M00479 -11268,BSU_19310,KEGG_module,M00135 -11269,BSU_19360,KEGG_module,M00009 -11270,BSU_19360,KEGG_module,M00011 -11271,BSU_19360,KEGG_module,M00032 -11272,BSU_19370,KEGG_module,M00009 -11273,BSU_19370,KEGG_module,M00011 -11274,BSU_19370,KEGG_module,M00032 -11275,BSU_19620,KEGG_module,M00651 -11276,BSU_19710,KEGG_module,M00016 -11277,BSU_19710,KEGG_module,M00028 -11278,BSU_19710,KEGG_module,M00845 -11279,BSU_20020,KEGG_module,M00053 -11280,BSU_20040,KEGG_module,M00053 -11281,BSU_20060,KEGG_module,M00053 -11282,BSU_20250,KEGG_module,M00035 -11283,BSU_21770,KEGG_module,M00570 -11284,BSU_21800,KEGG_module,M00089 -11285,BSU_21810,KEGG_module,M00126 -11286,BSU_21810,KEGG_module,M00840 -11287,BSU_21820,KEGG_module,M00053 -11288,BSU_21870,KEGG_module,M00019 -11289,BSU_21870,KEGG_module,M00570 -11290,BSU_21910,KEGG_module,M00017 -11291,BSU_22100,KEGG_module,M00008 -11292,BSU_22100,KEGG_module,M00061 -11293,BSU_22100,KEGG_module,M00308 -11294,BSU_22100,KEGG_module,M00631 -11295,BSU_22110,KEGG_module,M00061 -11296,BSU_22110,KEGG_module,M00308 -11297,BSU_22110,KEGG_module,M00631 -11298,BSU_22230,KEGG_module,M00265 -11299,BSU_22230,KEGG_module,M00266 -11300,BSU_22230,KEGG_module,M00268 -11301,BSU_22230,KEGG_module,M00270 -11302,BSU_22230,KEGG_module,M00272 -11303,BSU_22230,KEGG_module,M00303 -11304,BSU_22230,KEGG_module,M00806 -11305,BSU_22360,KEGG_module,M00359 -11306,BSU_22360,KEGG_module,M00360 -11307,BSU_22410,KEGG_module,M00119 -11308,BSU_22420,KEGG_module,M00119 -11309,BSU_22430,KEGG_module,M00119 -11310,BSU_22490,KEGG_module,M00016 -11311,BSU_22490,KEGG_module,M00525 -11312,BSU_22490,KEGG_module,M00526 -11313,BSU_22490,KEGG_module,M00527 -11314,BSU_22540,KEGG_module,M00151 -11315,BSU_22550,KEGG_module,M00151 -11316,BSU_22560,KEGG_module,M00151 -11317,BSU_22600,KEGG_module,M00022 -11318,BSU_22610,KEGG_module,M00025 -11319,BSU_22620,KEGG_module,M00026 -11320,BSU_22630,KEGG_module,M00023 -11321,BSU_22640,KEGG_module,M00023 -11322,BSU_22650,KEGG_module,M00023 -11323,BSU_22660,KEGG_module,M00023 -11324,BSU_22670,KEGG_module,M00023 -11325,BSU_22680,KEGG_module,M00023 -11326,BSU_22690,KEGG_module,M00024 -11327,BSU_22690,KEGG_module,M00025 -11328,BSU_22700,KEGG_module,M00022 -11329,BSU_22710,KEGG_module,M00022 -11330,BSU_22730,KEGG_module,M00049 -11331,BSU_22730,KEGG_module,M00050 -11332,BSU_22730,KEGG_module,M00052 -11333,BSU_22730,KEGG_module,M00053 -11334,BSU_22750,KEGG_module,M00116 -11335,BSU_22750,KEGG_module,M00117 -11336,BSU_22780,KEGG_module,M00126 -11337,BSU_22780,KEGG_module,M00841 -11338,BSU_22780,KEGG_module,M00842 -11339,BSU_22780,KEGG_module,M00843 -11340,BSU_22870,KEGG_module,M00095 -11341,BSU_22870,KEGG_module,M00096 -11342,BSU_22870,KEGG_module,M00364 -11343,BSU_22870,KEGG_module,M00365 -11344,BSU_22870,KEGG_module,M00366 -11345,BSU_22870,KEGG_module,M00367 -11346,BSU_22880,KEGG_module,M00178 -11347,BSU_22890,KEGG_module,M00052 -11348,BSU_23070,KEGG_module,M00020 -11349,BSU_23080,KEGG_module,M00022 -11350,BSU_23110,KEGG_module,M00458 -11351,BSU_23120,KEGG_module,M00458 -11352,BSU_23250,KEGG_module,M00125 -11353,BSU_23260,KEGG_module,M00125 -11354,BSU_23260,KEGG_module,M00840 -11355,BSU_23270,KEGG_module,M00125 -11356,BSU_23280,KEGG_module,M00125 -11357,BSU_23380,KEGG_module,M00016 -11358,BSU_23380,KEGG_module,M00525 -11359,BSU_23380,KEGG_module,M00526 -11360,BSU_23380,KEGG_module,M00527 -11361,BSU_23760,KEGG_module,M00120 -11362,BSU_23800,KEGG_module,M00015 -11363,BSU_23836,KEGG_module,M00178 -11364,BSU_23850,KEGG_module,M00004 -11365,BSU_23850,KEGG_module,M00006 -11366,BSU_23850,KEGG_module,M00008 -11367,BSU_23860,KEGG_module,M00004 -11368,BSU_23860,KEGG_module,M00006 -11369,BSU_23890,KEGG_module,M00335 -11370,BSU_23920,KEGG_module,M00373 -11371,BSU_23920,KEGG_module,M00741 -11372,BSU_23930,KEGG_module,M00373 -11373,BSU_23930,KEGG_module,M00375 -11374,BSU_23930,KEGG_module,M00376 -11375,BSU_23930,KEGG_module,M00741 -11376,BSU_23960,KEGG_module,M00236 -11377,BSU_23970,KEGG_module,M00236 -11378,BSU_23980,KEGG_module,M00236 -11379,BSU_24010,KEGG_module,M00717 -11380,BSU_24010,KEGG_module,M00765 -11381,BSU_24020,KEGG_module,M00765 -11382,BSU_24030,KEGG_module,M00036 -11383,BSU_24040,KEGG_module,M00036 -11384,BSU_24050,KEGG_module,M00036 -11385,BSU_24060,KEGG_module,M00009 -11386,BSU_24060,KEGG_module,M00011 -11387,BSU_24060,KEGG_module,M00036 -11388,BSU_24060,KEGG_module,M00307 -11389,BSU_24060,KEGG_module,M00532 -11390,BSU_24140,KEGG_module,M00009 -11391,BSU_24140,KEGG_module,M00010 -11392,BSU_24140,KEGG_module,M00012 -11393,BSU_24140,KEGG_module,M00740 -11394,BSU_24170,KEGG_module,M00088 -11395,BSU_24170,KEGG_module,M00095 -11396,BSU_24170,KEGG_module,M00373 -11397,BSU_24170,KEGG_module,M00374 -11398,BSU_24170,KEGG_module,M00375 -11399,BSU_24190,KEGG_module,M00727 -11400,BSU_24220,KEGG_module,M00485 -11401,BSU_24270,KEGG_module,M00096 -11402,BSU_24280,KEGG_module,M00364 -11403,BSU_24280,KEGG_module,M00366 -11404,BSU_24310,KEGG_module,M00140 -11405,BSU_24310,KEGG_module,M00377 -11406,BSU_24340,KEGG_module,M00082 -11407,BSU_24340,KEGG_module,M00376 -11408,BSU_24350,KEGG_module,M00082 -11409,BSU_24350,KEGG_module,M00376 -11410,BSU_24470,KEGG_module,M00022 -11411,BSU_24570,KEGG_module,M00532 -11412,BSU_24670,KEGG_module,M00429 -11413,BSU_24690,KEGG_module,M00429 -11414,BSU_24710,KEGG_module,M00429 -11415,BSU_24720,KEGG_module,M00429 -11416,BSU_24730,KEGG_module,M00429 -11417,BSU_24850,KEGG_module,M00001 -11418,BSU_24850,KEGG_module,M00549 -11419,BSU_24900,KEGG_module,M00178 -11420,BSU_24950,KEGG_module,M00222 -11421,BSU_24960,KEGG_module,M00222 -11422,BSU_24970,KEGG_module,M00222 -11423,BSU_24980,KEGG_module,M00222 -11424,BSU_24990,KEGG_module,M00222 -11425,BSU_25070,KEGG_module,M00096 -11426,BSU_25160,KEGG_module,M00096 -11427,BSU_25260,KEGG_module,M00360 -11428,BSU_25270,KEGG_module,M00360 -11429,BSU_25410,KEGG_module,M00178 -11430,BSU_25550,KEGG_module,M00178 -11431,BSU_25560,KEGG_module,M00260 -11432,BSU_25570,KEGG_module,M00429 -11433,BSU_25580,KEGG_module,M00429 -11434,BSU_25590,KEGG_module,M00429 -11435,BSU_25600,KEGG_module,M00429 -11436,BSU_25640,KEGG_module,M00115 -11437,BSU_25660,KEGG_module,M00022 -11438,BSU_25730,KEGG_module,M00004 -11439,BSU_25730,KEGG_module,M00006 -11440,BSU_26590,KEGG_module,M00717 -11441,BSU_26590,KEGG_module,M00765 -11442,BSU_26600,KEGG_module,M00135 -11443,BSU_26830,KEGG_module,M00242 -11444,BSU_27040,KEGG_module,M00276 -11445,BSU_27040,KEGG_module,M00304 -11446,BSU_27050,KEGG_module,M00277 -11447,BSU_27050,KEGG_module,M00304 -11448,BSU_27060,KEGG_module,M00276 -11449,BSU_27060,KEGG_module,M00304 -11450,BSU_27070,KEGG_module,M00304 -11451,BSU_27250,KEGG_module,M00609 -11452,BSU_27260,KEGG_module,M00609 -11453,BSU_27270,KEGG_module,M00034 -11454,BSU_27270,KEGG_module,M00609 -11455,BSU_27280,KEGG_module,M00609 -11456,BSU_27360,KEGG_module,M00039 -11457,BSU_27360,KEGG_module,M00350 -11458,BSU_27410,KEGG_module,M00359 -11459,BSU_27410,KEGG_module,M00360 -11460,BSU_27430,KEGG_module,M00228 -11461,BSU_27430,KEGG_module,M00232 -11462,BSU_27440,KEGG_module,M00228 -11463,BSU_27440,KEGG_module,M00232 -11464,BSU_27450,KEGG_module,M00228 -11465,BSU_27460,KEGG_module,M00228 -11466,BSU_27550,KEGG_module,M00359 -11467,BSU_27550,KEGG_module,M00360 -11468,BSU_27560,KEGG_module,M00359 -11469,BSU_27560,KEGG_module,M00360 -11470,BSU_27580,KEGG_module,M00727 -11471,BSU_27650,KEGG_module,M00335 -11472,BSU_27700,KEGG_module,M00335 -11473,BSU_27850,KEGG_module,M00115 -11474,BSU_27860,KEGG_module,M00115 -11475,BSU_27870,KEGG_module,M00115 -11476,BSU_27900,KEGG_module,M00024 -11477,BSU_27910,KEGG_module,M00024 -11478,BSU_27910,KEGG_module,M00025 -11479,BSU_27940,KEGG_module,M00178 -11480,BSU_27960,KEGG_module,M00178 -11481,BSU_28070,KEGG_module,M00429 -11482,BSU_28080,KEGG_module,M00126 -11483,BSU_28080,KEGG_module,M00841 -11484,BSU_28090,KEGG_module,M00359 -11485,BSU_28090,KEGG_module,M00360 -11486,BSU_28120,KEGG_module,M00121 -11487,BSU_28130,KEGG_module,M00121 -11488,BSU_28140,KEGG_module,M00121 -11489,BSU_28150,KEGG_module,M00121 -11490,BSU_28170,KEGG_module,M00121 -11491,BSU_28250,KEGG_module,M00432 -11492,BSU_28250,KEGG_module,M00535 -11493,BSU_28260,KEGG_module,M00432 -11494,BSU_28260,KEGG_module,M00535 -11495,BSU_28270,KEGG_module,M00432 -11496,BSU_28270,KEGG_module,M00535 -11497,BSU_28280,KEGG_module,M00432 -11498,BSU_28290,KEGG_module,M00019 -11499,BSU_28290,KEGG_module,M00570 -11500,BSU_28300,KEGG_module,M00019 -11501,BSU_28300,KEGG_module,M00570 -11502,BSU_28310,KEGG_module,M00019 -11503,BSU_28310,KEGG_module,M00570 -11504,BSU_28430,KEGG_module,M00009 -11505,BSU_28430,KEGG_module,M00011 -11506,BSU_28430,KEGG_module,M00149 -11507,BSU_28430,KEGG_module,M00173 -11508,BSU_28430,KEGG_module,M00374 -11509,BSU_28430,KEGG_module,M00376 -11510,BSU_28440,KEGG_module,M00009 -11511,BSU_28440,KEGG_module,M00011 -11512,BSU_28440,KEGG_module,M00149 -11513,BSU_28440,KEGG_module,M00173 -11514,BSU_28440,KEGG_module,M00374 -11515,BSU_28440,KEGG_module,M00376 -11516,BSU_28450,KEGG_module,M00009 -11517,BSU_28450,KEGG_module,M00011 -11518,BSU_28450,KEGG_module,M00149 -11519,BSU_28450,KEGG_module,M00173 -11520,BSU_28450,KEGG_module,M00374 -11521,BSU_28450,KEGG_module,M00376 -11522,BSU_28470,KEGG_module,M00016 -11523,BSU_28470,KEGG_module,M00017 -11524,BSU_28470,KEGG_module,M00018 -11525,BSU_28470,KEGG_module,M00033 -11526,BSU_28470,KEGG_module,M00525 -11527,BSU_28470,KEGG_module,M00526 -11528,BSU_28470,KEGG_module,M00527 -11529,BSU_28475,KEGG_module,M00016 -11530,BSU_28475,KEGG_module,M00017 -11531,BSU_28475,KEGG_module,M00018 -11532,BSU_28475,KEGG_module,M00033 -11533,BSU_28475,KEGG_module,M00525 -11534,BSU_28475,KEGG_module,M00526 -11535,BSU_28475,KEGG_module,M00527 -11536,BSU_28540,KEGG_module,M00087 -11537,BSU_28560,KEGG_module,M00086 -11538,BSU_28630,KEGG_module,M00359 -11539,BSU_28630,KEGG_module,M00360 -11540,BSU_28640,KEGG_module,M00359 -11541,BSU_28640,KEGG_module,M00360 -11542,BSU_28730,KEGG_module,M00602 -11543,BSU_28740,KEGG_module,M00602 -11544,BSU_28750,KEGG_module,M00602 -11545,BSU_28780,KEGG_module,M00550 -11546,BSU_28850,KEGG_module,M00178 -11547,BSU_28860,KEGG_module,M00178 -11548,BSU_28920,KEGG_module,M00492 -11549,BSU_28930,KEGG_module,M00492 -11550,BSU_28950,KEGG_module,M00359 -11551,BSU_28950,KEGG_module,M00360 -11552,BSU_29010,KEGG_module,M00034 -11553,BSU_29010,KEGG_module,M00133 -11554,BSU_29020,KEGG_module,M00001 -11555,BSU_29020,KEGG_module,M00002 -11556,BSU_29020,KEGG_module,M00003 -11557,BSU_29020,KEGG_module,M00165 -11558,BSU_29020,KEGG_module,M00166 -11559,BSU_29020,KEGG_module,M00308 -11560,BSU_29020,KEGG_module,M00552 -11561,BSU_29060,KEGG_module,M00120 -11562,BSU_29100,KEGG_module,M00434 -11563,BSU_29110,KEGG_module,M00434 -11564,BSU_29120,KEGG_module,M00009 -11565,BSU_29120,KEGG_module,M00011 -11566,BSU_29120,KEGG_module,M00012 -11567,BSU_29120,KEGG_module,M00168 -11568,BSU_29120,KEGG_module,M00173 -11569,BSU_29120,KEGG_module,M00346 -11570,BSU_29120,KEGG_module,M00374 -11571,BSU_29120,KEGG_module,M00620 -11572,BSU_29120,KEGG_module,M00740 -11573,BSU_29130,KEGG_module,M00009 -11574,BSU_29130,KEGG_module,M00010 -11575,BSU_29130,KEGG_module,M00173 -11576,BSU_29130,KEGG_module,M00740 -11577,BSU_29140,KEGG_module,M00009 -11578,BSU_29140,KEGG_module,M00010 -11579,BSU_29140,KEGG_module,M00012 -11580,BSU_29140,KEGG_module,M00740 -11581,BSU_29180,KEGG_module,M00001 -11582,BSU_29180,KEGG_module,M00002 -11583,BSU_29180,KEGG_module,M00049 -11584,BSU_29180,KEGG_module,M00050 -11585,BSU_29190,KEGG_module,M00001 -11586,BSU_29190,KEGG_module,M00345 -11587,BSU_29200,KEGG_module,M00082 -11588,BSU_29200,KEGG_module,M00376 -11589,BSU_29210,KEGG_module,M00082 -11590,BSU_29210,KEGG_module,M00376 -11591,BSU_29230,KEGG_module,M00260 -11592,BSU_29300,KEGG_module,M00125 -11593,BSU_29340,KEGG_module,M00585 -11594,BSU_29350,KEGG_module,M00585 -11595,BSU_29360,KEGG_module,M00585 -11596,BSU_29370,KEGG_module,M00585 -11597,BSU_29380,KEGG_module,M00585 -11598,BSU_29420,KEGG_module,M00083 -11599,BSU_29420,KEGG_module,M00572 -11600,BSU_29440,KEGG_module,M00029 -11601,BSU_29440,KEGG_module,M00844 -11602,BSU_29440,KEGG_module,M00845 -11603,BSU_29450,KEGG_module,M00029 -11604,BSU_29450,KEGG_module,M00844 -11605,BSU_29450,KEGG_module,M00845 -11606,BSU_29470,KEGG_module,M00357 -11607,BSU_29470,KEGG_module,M00579 -11608,BSU_29560,KEGG_module,M00357 -11609,BSU_29620,KEGG_module,M00026 -11610,BSU_29660,KEGG_module,M00178 -11611,BSU_29660,KEGG_module,M00179 -11612,BSU_29670,KEGG_module,M00359 -11613,BSU_29670,KEGG_module,M00360 -11614,BSU_29680,KEGG_module,M00357 -11615,BSU_29750,KEGG_module,M00022 -11616,BSU_29750,KEGG_module,M00024 -11617,BSU_29750,KEGG_module,M00025 -11618,BSU_29970,KEGG_module,M00021 -11619,BSU_29980,KEGG_module,M00016 -11620,BSU_30000,KEGG_module,M00254 -11621,BSU_30010,KEGG_module,M00254 -11622,BSU_30135,KEGG_module,M00603 -11623,BSU_30160,KEGG_module,M00603 -11624,BSU_30170,KEGG_module,M00603 -11625,BSU_30180,KEGG_module,M00004 -11626,BSU_30180,KEGG_module,M00006 -11627,BSU_30190,KEGG_module,M00573 -11628,BSU_30200,KEGG_module,M00123 -11629,BSU_30200,KEGG_module,M00573 -11630,BSU_30200,KEGG_module,M00577 -11631,BSU_30210,KEGG_module,M00123 -11632,BSU_30210,KEGG_module,M00573 -11633,BSU_30210,KEGG_module,M00577 -11634,BSU_30220,KEGG_module,M00123 -11635,BSU_30220,KEGG_module,M00573 -11636,BSU_30220,KEGG_module,M00577 -11637,BSU_30230,KEGG_module,M00123 -11638,BSU_30230,KEGG_module,M00573 -11639,BSU_30230,KEGG_module,M00577 -11640,BSU_30240,KEGG_module,M00577 -11641,BSU_30270,KEGG_module,M00196 -11642,BSU_30280,KEGG_module,M00196 -11643,BSU_30290,KEGG_module,M00196 -11644,BSU_30320,KEGG_module,M00359 -11645,BSU_30320,KEGG_module,M00360 -11646,BSU_30370,KEGG_module,M00314 -11647,BSU_30370,KEGG_module,M00737 -11648,BSU_30370,KEGG_module,M00738 -11649,BSU_30380,KEGG_module,M00314 -11650,BSU_30380,KEGG_module,M00737 -11651,BSU_30380,KEGG_module,M00738 -11652,BSU_30390,KEGG_module,M00469 -11653,BSU_30390,KEGG_module,M00738 -11654,BSU_30400,KEGG_module,M00469 -11655,BSU_30400,KEGG_module,M00738 -11656,BSU_30410,KEGG_module,M00584 -11657,BSU_30420,KEGG_module,M00584 -11658,BSU_30440,KEGG_module,M00584 -11659,BSU_30450,KEGG_module,M00584 -11660,BSU_30550,KEGG_module,M00034 -11661,BSU_30550,KEGG_module,M00035 -11662,BSU_30550,KEGG_module,M00368 -11663,BSU_30550,KEGG_module,M00609 -11664,BSU_30560,KEGG_module,M00003 -11665,BSU_30560,KEGG_module,M00170 -11666,BSU_30595,KEGG_module,M00188 -11667,BSU_30610,KEGG_module,M00188 -11668,BSU_30620,KEGG_module,M00188 -11669,BSU_30670,KEGG_module,M00609 -11670,BSU_30700,KEGG_module,M00178 -11671,BSU_30710,KEGG_module,M00153 -11672,BSU_30720,KEGG_module,M00153 -11673,BSU_30740,KEGG_module,M00319 -11674,BSU_30750,KEGG_module,M00319 -11675,BSU_30760,KEGG_module,M00319 -11676,BSU_30760,KEGG_module,M00792 -11677,BSU_30770,KEGG_module,M00319 -11678,BSU_30780,KEGG_module,M00116 -11679,BSU_30790,KEGG_module,M00116 -11680,BSU_30800,KEGG_module,M00116 -11681,BSU_30810,KEGG_module,M00116 -11682,BSU_30820,KEGG_module,M00116 -11683,BSU_30830,KEGG_module,M00116 -11684,BSU_30850,KEGG_module,M00129 -11685,BSU_30850,KEGG_module,M00361 -11686,BSU_30850,KEGG_module,M00362 -11687,BSU_30850,KEGG_module,M00549 -11688,BSU_30860,KEGG_module,M00014 -11689,BSU_30860,KEGG_module,M00129 -11690,BSU_30860,KEGG_module,M00361 -11691,BSU_30860,KEGG_module,M00362 -11692,BSU_30950,KEGG_module,M00565 -11693,BSU_30960,KEGG_module,M00565 -11694,BSU_30970,KEGG_module,M00565 -11695,BSU_30980,KEGG_module,M00565 -11696,BSU_31050,KEGG_module,M00555 -11697,BSU_31060,KEGG_module,M00555 -11698,BSU_31350,KEGG_module,M00001 -11699,BSU_31350,KEGG_module,M00004 -11700,BSU_31350,KEGG_module,M00114 -11701,BSU_31450,KEGG_module,M00485 -11702,BSU_31520,KEGG_module,M00487 -11703,BSU_31520,KEGG_module,M00489 -11704,BSU_31520,KEGG_module,M00490 -11705,BSU_31530,KEGG_module,M00490 -11706,BSU_31550,KEGG_module,M00221 -11707,BSU_31560,KEGG_module,M00221 -11708,BSU_31570,KEGG_module,M00221 -11709,BSU_31680,KEGG_module,M00476 -11710,BSU_31690,KEGG_module,M00476 -11711,BSU_31959,KEGG_module,M00736 -11712,BSU_31990,KEGG_module,M00116 -11713,BSU_32030,KEGG_module,M00581 -11714,BSU_32030,KEGG_module,M00582 -11715,BSU_32170,KEGG_module,M00016 -11716,BSU_32170,KEGG_module,M00525 -11717,BSU_32170,KEGG_module,M00527 -11718,BSU_32240,KEGG_module,M00018 -11719,BSU_32250,KEGG_module,M00018 -11720,BSU_32260,KEGG_module,M00017 -11721,BSU_32260,KEGG_module,M00018 -11722,BSU_32410,KEGG_module,M00546 -11723,BSU_32450,KEGG_module,M00546 -11724,BSU_32460,KEGG_module,M00546 -11725,BSU_32470,KEGG_module,M00546 -11726,BSU_32480,KEGG_module,M00546 -11727,BSU_32490,KEGG_module,M00546 -11728,BSU_32500,KEGG_module,M00546 -11729,BSU_32510,KEGG_module,M00546 -11730,BSU_32550,KEGG_module,M00194 -11731,BSU_32550,KEGG_module,M00196 -11732,BSU_32550,KEGG_module,M00197 -11733,BSU_32550,KEGG_module,M00200 -11734,BSU_32550,KEGG_module,M00201 -11735,BSU_32550,KEGG_module,M00206 -11736,BSU_32550,KEGG_module,M00207 -11737,BSU_32550,KEGG_module,M00491 -11738,BSU_32550,KEGG_module,M00602 -11739,BSU_32550,KEGG_module,M00605 -11740,BSU_32550,KEGG_module,M00606 -11741,BSU_32580,KEGG_module,M00196 -11742,BSU_32590,KEGG_module,M00196 -11743,BSU_32600,KEGG_module,M00196 -11744,BSU_32730,KEGG_module,M00238 -11745,BSU_32740,KEGG_module,M00238 -11746,BSU_32750,KEGG_module,M00238 -11747,BSU_32800,KEGG_module,M00532 -11748,BSU_32830,KEGG_module,M00087 -11749,BSU_32830,KEGG_module,M00113 -11750,BSU_32840,KEGG_module,M00087 -11751,BSU_32900,KEGG_module,M00083 -11752,BSU_32900,KEGG_module,M00572 -11753,BSU_32940,KEGG_module,M00240 -11754,BSU_33000,KEGG_module,M00728 -11755,BSU_33010,KEGG_module,M00448 -11756,BSU_33020,KEGG_module,M00448 -11757,BSU_33040,KEGG_module,M00009 -11758,BSU_33040,KEGG_module,M00011 -11759,BSU_33040,KEGG_module,M00173 -11760,BSU_33040,KEGG_module,M00376 -11761,BSU_33080,KEGG_module,M00481 -11762,BSU_33080,KEGG_module,M00754 -11763,BSU_33090,KEGG_module,M00481 -11764,BSU_33090,KEGG_module,M00754 -11765,BSU_33120,KEGG_module,M00754 -11766,BSU_33130,KEGG_module,M00754 -11767,BSU_33150,KEGG_module,M00122 -11768,BSU_33160,KEGG_module,M00240 -11769,BSU_33170,KEGG_module,M00240 -11770,BSU_33180,KEGG_module,M00240 -11771,BSU_33260,KEGG_module,M00258 -11772,BSU_33270,KEGG_module,M00258 -11773,BSU_33290,KEGG_module,M00240 -11774,BSU_33300,KEGG_module,M00240 -11775,BSU_33310,KEGG_module,M00240 -11776,BSU_33320,KEGG_module,M00240 -11777,BSU_33380,KEGG_module,M00189 -11778,BSU_33390,KEGG_module,M00189 -11779,BSU_33430,KEGG_module,M00176 -11780,BSU_33440,KEGG_module,M00176 -11781,BSU_33590,KEGG_module,M00083 -11782,BSU_33590,KEGG_module,M00572 -11783,BSU_33630,KEGG_module,M00335 -11784,BSU_33700,KEGG_module,M00209 -11785,BSU_33710,KEGG_module,M00209 -11786,BSU_33720,KEGG_module,M00209 -11787,BSU_33730,KEGG_module,M00209 -11788,BSU_33800,KEGG_module,M00209 -11789,BSU_33810,KEGG_module,M00209 -11790,BSU_33820,KEGG_module,M00209 -11791,BSU_33830,KEGG_module,M00209 -11792,BSU_33900,KEGG_module,M00001 -11793,BSU_33900,KEGG_module,M00002 -11794,BSU_33900,KEGG_module,M00003 -11795,BSU_33900,KEGG_module,M00346 -11796,BSU_33900,KEGG_module,M00394 -11797,BSU_33910,KEGG_module,M00001 -11798,BSU_33910,KEGG_module,M00002 -11799,BSU_33910,KEGG_module,M00003 -11800,BSU_33920,KEGG_module,M00001 -11801,BSU_33920,KEGG_module,M00002 -11802,BSU_33920,KEGG_module,M00003 -11803,BSU_33930,KEGG_module,M00001 -11804,BSU_33930,KEGG_module,M00002 -11805,BSU_33930,KEGG_module,M00003 -11806,BSU_33930,KEGG_module,M00165 -11807,BSU_33930,KEGG_module,M00166 -11808,BSU_33930,KEGG_module,M00308 -11809,BSU_33930,KEGG_module,M00552 -11810,BSU_33940,KEGG_module,M00001 -11811,BSU_33940,KEGG_module,M00002 -11812,BSU_33940,KEGG_module,M00003 -11813,BSU_33940,KEGG_module,M00165 -11814,BSU_33940,KEGG_module,M00166 -11815,BSU_33940,KEGG_module,M00308 -11816,BSU_33940,KEGG_module,M00552 -11817,BSU_34060,KEGG_module,M00479 -11818,BSU_34070,KEGG_module,M00479 -11819,BSU_34080,KEGG_module,M00254 -11820,BSU_34090,KEGG_module,M00254 -11821,BSU_34140,KEGG_module,M00491 -11822,BSU_34150,KEGG_module,M00491 -11823,BSU_34160,KEGG_module,M00491 -11824,BSU_34490,KEGG_module,M00712 -11825,BSU_34590,KEGG_module,M00491 -11826,BSU_34600,KEGG_module,M00491 -11827,BSU_34610,KEGG_module,M00491 -11828,BSU_34690,KEGG_module,M00258 -11829,BSU_34700,KEGG_module,M00258 -11830,BSU_34720,KEGG_module,M00470 -11831,BSU_34820,KEGG_module,M00700 -11832,BSU_34860,KEGG_module,M00026 -11833,BSU_34870,KEGG_module,M00026 -11834,BSU_34880,KEGG_module,M00026 -11835,BSU_34890,KEGG_module,M00026 -11836,BSU_34900,KEGG_module,M00026 -11837,BSU_34910,KEGG_module,M00026 -11838,BSU_34920,KEGG_module,M00026 -11839,BSU_34930,KEGG_module,M00026 -11840,BSU_35190,KEGG_module,M00173 -11841,BSU_35190,KEGG_module,M00374 -11842,BSU_35250,KEGG_module,M00256 -11843,BSU_35260,KEGG_module,M00256 -11844,BSU_35300,KEGG_module,M00335 -11845,BSU_35450,KEGG_module,M00429 -11846,BSU_35460,KEGG_module,M00429 -11847,BSU_35470,KEGG_module,M00429 -11848,BSU_35490,KEGG_module,M00478 -11849,BSU_35500,KEGG_module,M00478 -11850,BSU_35580,KEGG_module,M00014 -11851,BSU_35580,KEGG_module,M00129 -11852,BSU_35580,KEGG_module,M00361 -11853,BSU_35580,KEGG_module,M00362 -11854,BSU_35620,KEGG_module,M00727 -11855,BSU_35660,KEGG_module,M00362 -11856,BSU_35670,KEGG_module,M00129 -11857,BSU_35670,KEGG_module,M00361 -11858,BSU_35670,KEGG_module,M00362 -11859,BSU_35670,KEGG_module,M00549 -11860,BSU_35699,KEGG_module,M00129 -11861,BSU_35699,KEGG_module,M00361 -11862,BSU_35699,KEGG_module,M00362 -11863,BSU_35699,KEGG_module,M00549 -11864,BSU_35700,KEGG_module,M00251 -11865,BSU_35710,KEGG_module,M00251 -11866,BSU_35790,KEGG_module,M00114 -11867,BSU_35850,KEGG_module,M00125 -11868,BSU_35940,KEGG_module,M00212 -11869,BSU_35950,KEGG_module,M00212 -11870,BSU_35960,KEGG_module,M00212 -11871,BSU_36010,KEGG_module,M00019 -11872,BSU_36010,KEGG_module,M00570 -11873,BSU_36230,KEGG_module,M00014 -11874,BSU_36230,KEGG_module,M00129 -11875,BSU_36230,KEGG_module,M00361 -11876,BSU_36230,KEGG_module,M00362 -11877,BSU_36290,KEGG_module,M00125 -11878,BSU_36370,KEGG_module,M00083 -11879,BSU_36370,KEGG_module,M00572 -11880,BSU_36800,KEGG_module,M00157 -11881,BSU_36810,KEGG_module,M00157 -11882,BSU_36820,KEGG_module,M00157 -11883,BSU_36830,KEGG_module,M00157 -11884,BSU_36840,KEGG_module,M00157 -11885,BSU_36850,KEGG_module,M00157 -11886,BSU_36860,KEGG_module,M00157 -11887,BSU_36870,KEGG_module,M00157 -11888,BSU_36900,KEGG_module,M00140 -11889,BSU_36900,KEGG_module,M00141 -11890,BSU_36900,KEGG_module,M00346 -11891,BSU_36900,KEGG_module,M00532 -11892,BSU_36920,KEGG_module,M00004 -11893,BSU_36920,KEGG_module,M00007 -11894,BSU_36920,KEGG_module,M00165 -11895,BSU_36920,KEGG_module,M00167 -11896,BSU_37070,KEGG_module,M00178 -11897,BSU_37090,KEGG_module,M00003 -11898,BSU_37090,KEGG_module,M00165 -11899,BSU_37090,KEGG_module,M00167 -11900,BSU_37110,KEGG_module,M00004 -11901,BSU_37110,KEGG_module,M00007 -11902,BSU_37120,KEGG_module,M00001 -11903,BSU_37120,KEGG_module,M00003 -11904,BSU_37120,KEGG_module,M00165 -11905,BSU_37120,KEGG_module,M00167 -11906,BSU_37120,KEGG_module,M00344 -11907,BSU_37120,KEGG_module,M00345 -11908,BSU_37130,KEGG_module,M00485 -11909,BSU_37150,KEGG_module,M00052 -11910,BSU_37160,KEGG_module,M00183 -11911,BSU_37250,KEGG_module,M00529 -11912,BSU_37250,KEGG_module,M00530 -11913,BSU_37270,KEGG_module,M00529 -11914,BSU_37270,KEGG_module,M00530 -11915,BSU_37270,KEGG_module,M00804 -11916,BSU_37280,KEGG_module,M00529 -11917,BSU_37280,KEGG_module,M00530 -11918,BSU_37280,KEGG_module,M00804 -11919,BSU_37320,KEGG_module,M00615 -11920,BSU_37330,KEGG_module,M00359 -11921,BSU_37330,KEGG_module,M00360 -11922,BSU_37390,KEGG_module,M00254 -11923,BSU_37490,KEGG_module,M00133 -11924,BSU_37500,KEGG_module,M00034 -11925,BSU_37500,KEGG_module,M00133 -11926,BSU_37540,KEGG_module,M00569 -11927,BSU_37560,KEGG_module,M00359 -11928,BSU_37560,KEGG_module,M00360 -11929,BSU_37660,KEGG_module,M00357 -11930,BSU_37660,KEGG_module,M00579 -11931,BSU_37680,KEGG_module,M00787 -11932,BSU_37690,KEGG_module,M00787 -11933,BSU_37720,KEGG_module,M00787 -11934,BSU_37730,KEGG_module,M00787 -11935,BSU_37740,KEGG_module,M00787 -11936,BSU_37810,KEGG_module,M00793 -11937,BSU_37820,KEGG_module,M00793 -11938,BSU_37830,KEGG_module,M00793 -11939,BSU_37840,KEGG_module,M00793 -11940,BSU_37960,KEGG_module,M00135 -11941,BSU_38050,KEGG_module,M00269 -11942,BSU_38140,KEGG_module,M00416 -11943,BSU_38150,KEGG_module,M00416 -11944,BSU_38160,KEGG_module,M00416 -11945,BSU_38170,KEGG_module,M00416 -11946,BSU_38190,KEGG_module,M00362 -11947,BSU_38190,KEGG_module,M00554 -11948,BSU_38190,KEGG_module,M00632 -11949,BSU_38200,KEGG_module,M00554 -11950,BSU_38200,KEGG_module,M00632 -11951,BSU_38290,KEGG_module,M00127 -11952,BSU_38300,KEGG_module,M00127 -11953,BSU_38390,KEGG_module,M00275 -11954,BSU_38410,KEGG_module,M00269 -11955,BSU_38460,KEGG_module,M00359 -11956,BSU_38460,KEGG_module,M00360 -11957,BSU_38490,KEGG_module,M00116 -11958,BSU_38500,KEGG_module,M00725 -11959,BSU_38510,KEGG_module,M00725 -11960,BSU_38520,KEGG_module,M00725 -11961,BSU_38530,KEGG_module,M00725 -11962,BSU_38550,KEGG_module,M00019 -11963,BSU_38550,KEGG_module,M00036 -11964,BSU_38550,KEGG_module,M00119 -11965,BSU_38550,KEGG_module,M00570 -11966,BSU_38570,KEGG_module,M00275 -11967,BSU_38580,KEGG_module,M00275 -11968,BSU_38590,KEGG_module,M00275 -11969,BSU_38630,KEGG_module,M00532 -11970,BSU_38650,KEGG_module,M00254 -11971,BSU_38660,KEGG_module,M00254 -11972,BSU_38750,KEGG_module,M00153 -11973,BSU_38760,KEGG_module,M00153 -11974,BSU_38810,KEGG_module,M00194 -11975,BSU_38810,KEGG_module,M00196 -11976,BSU_38810,KEGG_module,M00197 -11977,BSU_38810,KEGG_module,M00200 -11978,BSU_38810,KEGG_module,M00201 -11979,BSU_38810,KEGG_module,M00206 -11980,BSU_38810,KEGG_module,M00207 -11981,BSU_38810,KEGG_module,M00491 -11982,BSU_38810,KEGG_module,M00602 -11983,BSU_38810,KEGG_module,M00605 -11984,BSU_38810,KEGG_module,M00606 -11985,BSU_38830,KEGG_module,M00135 -11986,BSU_38860,KEGG_module,M00361 -11987,BSU_38860,KEGG_module,M00362 -11988,BSU_38860,KEGG_module,M00632 -11989,BSU_38960,KEGG_module,M00017 -11990,BSU_38970,KEGG_module,M00088 -11991,BSU_39050,KEGG_module,M00532 -11992,BSU_39270,KEGG_module,M00271 -11993,BSU_39350,KEGG_module,M00045 -11994,BSU_39360,KEGG_module,M00045 -11995,BSU_39370,KEGG_module,M00045 -11996,BSU_39380,KEGG_module,M00045 -11997,BSU_39480,KEGG_module,M00586 -11998,BSU_39490,KEGG_module,M00586 -11999,BSU_39500,KEGG_module,M00586 -12000,BSU_39610,KEGG_module,M00240 -12001,BSU_39630,KEGG_module,M00315 -12002,BSU_39640,KEGG_module,M00315 -12003,BSU_39650,KEGG_module,M00470 -12004,BSU_39660,KEGG_module,M00470 -12005,BSU_39760,KEGG_module,M00013 -12006,BSU_39860,KEGG_module,M00135 -12007,BSU_39990,KEGG_module,M00715 -12008,BSU_40080,KEGG_module,M00004 -12009,BSU_40080,KEGG_module,M00006 -12010,BSU_40140,KEGG_module,M00583 -12011,BSU_40150,KEGG_module,M00583 -12012,BSU_40190,KEGG_module,M00003 -12013,BSU_40190,KEGG_module,M00165 -12014,BSU_40190,KEGG_module,M00167 -12015,BSU_40320,KEGG_module,M00029 -12016,BSU_40320,KEGG_module,M00134 -12017,BSU_40360,KEGG_module,M00728 -12018,BSU_40400,KEGG_module,M00459 -12019,BSU_40410,KEGG_module,M00459 -12020,BSU_40420,KEGG_module,M00049 -12021,BSU_40500,KEGG_module,M00178 -12022,BSU_40620,KEGG_module,M00254 -12023,BSU_40770,KEGG_module,M00704 -12024,BSU_40890,KEGG_module,M00178 -12025,BSU_40910,KEGG_module,M00178 -12026,BSU_41040,KEGG_module,M00335 -12027,BSU_41060,KEGG_module,M00178 -12028,BSU_00020,KEGG_reaction,R00375 -12029,BSU_00020,KEGG_reaction,R00376 -12030,BSU_00020,KEGG_reaction,R00377 -12031,BSU_00020,KEGG_reaction,R00378 -12032,BSU_00090,KEGG_reaction,R01130 -12033,BSU_00090,KEGG_reaction,R08240 -12034,BSU_00110,KEGG_reaction,R07456 -12035,BSU_00120,KEGG_reaction,R07456 -12036,BSU_00130,KEGG_reaction,R03662 -12037,BSU_00130,KEGG_reaction,R08218 -12038,BSU_00140,KEGG_reaction,R00185 -12039,BSU_00140,KEGG_reaction,R01666 -12040,BSU_00140,KEGG_reaction,R02089 -12041,BSU_00150,KEGG_reaction,R01967 -12042,BSU_00180,KEGG_reaction,R10223 -12043,BSU_00190,KEGG_reaction,R00375 -12044,BSU_00190,KEGG_reaction,R00376 -12045,BSU_00190,KEGG_reaction,R00377 -12046,BSU_00190,KEGG_reaction,R00378 -12047,BSU_00280,KEGG_reaction,R02094 -12048,BSU_00280,KEGG_reaction,R02098 -12049,BSU_00310,KEGG_reaction,R00375 -12050,BSU_00310,KEGG_reaction,R00376 -12051,BSU_00310,KEGG_reaction,R00377 -12052,BSU_00310,KEGG_reaction,R00378 -12053,BSU_00380,KEGG_reaction,R03659 -12054,BSU_00380,KEGG_reaction,R04773 -12055,BSU_00420,KEGG_reaction,R10716 -12056,BSU_00460,KEGG_reaction,R05634 -12057,BSU_00480,KEGG_reaction,R11098 -12058,BSU_00480,KEGG_reaction,R11099 -12059,BSU_00500,KEGG_reaction,R00416 -12060,BSU_00500,KEGG_reaction,R05332 -12061,BSU_00510,KEGG_reaction,R01049 -12062,BSU_00670,KEGG_reaction,R09597 -12063,BSU_00680,KEGG_reaction,R00190 -12064,BSU_00680,KEGG_reaction,R01132 -12065,BSU_00680,KEGG_reaction,R01229 -12066,BSU_00680,KEGG_reaction,R02142 -12067,BSU_00680,KEGG_reaction,R08237 -12068,BSU_00680,KEGG_reaction,R08238 -12069,BSU_00680,KEGG_reaction,R08245 -12070,BSU_00700,KEGG_reaction,R02971 -12071,BSU_00700,KEGG_reaction,R03018 -12072,BSU_00700,KEGG_reaction,R04391 -12073,BSU_00730,KEGG_reaction,R00897 -12074,BSU_00730,KEGG_reaction,R03601 -12075,BSU_00730,KEGG_reaction,R04859 -12076,BSU_00740,KEGG_reaction,R01716 -12077,BSU_00750,KEGG_reaction,R01716 -12078,BSU_00760,KEGG_reaction,R05553 -12079,BSU_00770,KEGG_reaction,R03066 -12080,BSU_00770,KEGG_reaction,R03067 -12081,BSU_00780,KEGG_reaction,R03504 -12082,BSU_00780,KEGG_reaction,R11037 -12083,BSU_00780,KEGG_reaction,R11073 -12084,BSU_00790,KEGG_reaction,R03503 -12085,BSU_00820,KEGG_reaction,R03658 -12086,BSU_00850,KEGG_reaction,R11090 -12087,BSU_00900,KEGG_reaction,R05633 -12088,BSU_00910,KEGG_reaction,R05637 -12089,BSU_00920,KEGG_reaction,R03651 -12090,BSU_00920,KEGG_reaction,R05578 -12091,BSU_00930,KEGG_reaction,R00586 -12092,BSU_00940,KEGG_reaction,R03650 -12093,BSU_01060,KEGG_reaction,R07234 -12094,BSU_01070,KEGG_reaction,R00435 -12095,BSU_01070,KEGG_reaction,R00441 -12096,BSU_01070,KEGG_reaction,R00442 -12097,BSU_01070,KEGG_reaction,R00443 -12098,BSU_01080,KEGG_reaction,R00435 -12099,BSU_01080,KEGG_reaction,R00441 -12100,BSU_01080,KEGG_reaction,R00442 -12101,BSU_01080,KEGG_reaction,R00443 -12102,BSU_01370,KEGG_reaction,R00127 -12103,BSU_01370,KEGG_reaction,R01547 -12104,BSU_01370,KEGG_reaction,R11319 -12105,BSU_01430,KEGG_reaction,R00435 -12106,BSU_01430,KEGG_reaction,R00441 -12107,BSU_01430,KEGG_reaction,R00442 -12108,BSU_01430,KEGG_reaction,R00443 -12109,BSU_01530,KEGG_reaction,R04112 -12110,BSU_01660,KEGG_reaction,R00022 -12111,BSU_01660,KEGG_reaction,R05963 -12112,BSU_01660,KEGG_reaction,R07809 -12113,BSU_01660,KEGG_reaction,R07810 -12114,BSU_01660,KEGG_reaction,R10831 -12115,BSU_01680,KEGG_reaction,R00811 -12116,BSU_01700,KEGG_reaction,R08555 -12117,BSU_01770,KEGG_reaction,R02060 -12118,BSU_01780,KEGG_reaction,R00768 -12119,BSU_01830,KEGG_reaction,R11945 -12120,BSU_02090,KEGG_reaction,R06363 -12121,BSU_02100,KEGG_reaction,R09740 -12122,BSU_02130,KEGG_reaction,R01030 -12123,BSU_02130,KEGG_reaction,R01470 -12124,BSU_02130,KEGG_reaction,R04620 -12125,BSU_02230,KEGG_reaction,R04325 -12126,BSU_02230,KEGG_reaction,R04326 -12127,BSU_02270,KEGG_reaction,R01800 -12128,BSU_02290,KEGG_reaction,R02055 -12129,BSU_02350,KEGG_reaction,R02631 -12130,BSU_02350,KEGG_reaction,R02738 -12131,BSU_02360,KEGG_reaction,R00765 -12132,BSU_02390,KEGG_reaction,R01090 -12133,BSU_02390,KEGG_reaction,R01214 -12134,BSU_02390,KEGG_reaction,R02199 -12135,BSU_02390,KEGG_reaction,R10991 -12136,BSU_02410,KEGG_reaction,R00650 -12137,BSU_02430,KEGG_reaction,R00256 -12138,BSU_02430,KEGG_reaction,R01579 -12139,BSU_02460,KEGG_reaction,R02279 -12140,BSU_02470,KEGG_reaction,R11768 -12141,BSU_02490,KEGG_reaction,R02752 -12142,BSU_02490,KEGG_reaction,R08056 -12143,BSU_02510,KEGG_reaction,R05608 -12144,BSU_02600,KEGG_reaction,R04112 -12145,BSU_02620,KEGG_reaction,R04620 -12146,BSU_02690,KEGG_reaction,R00485 -12147,BSU_02700,KEGG_reaction,R02250 -12148,BSU_02700,KEGG_reaction,R02687 -12149,BSU_02830,KEGG_reaction,R01520 -12150,BSU_02830,KEGG_reaction,R01521 -12151,BSU_02840,KEGG_reaction,R00028 -12152,BSU_02840,KEGG_reaction,R00801 -12153,BSU_02840,KEGG_reaction,R00802 -12154,BSU_02840,KEGG_reaction,R01718 -12155,BSU_02840,KEGG_reaction,R01791 -12156,BSU_02840,KEGG_reaction,R06087 -12157,BSU_02840,KEGG_reaction,R06088 -12158,BSU_02840,KEGG_reaction,R06199 -12159,BSU_03050,KEGG_reaction,R00703 -12160,BSU_03050,KEGG_reaction,R01000 -12161,BSU_03050,KEGG_reaction,R03104 -12162,BSU_03130,KEGG_reaction,R00189 -12163,BSU_03150,KEGG_reaction,R02412 -12164,BSU_03180,KEGG_reaction,R03062 -12165,BSU_03200,KEGG_reaction,R10507 -12166,BSU_03210,KEGG_reaction,R00245 -12167,BSU_03210,KEGG_reaction,R00707 -12168,BSU_03210,KEGG_reaction,R00708 -12169,BSU_03210,KEGG_reaction,R04444 -12170,BSU_03210,KEGG_reaction,R04445 -12171,BSU_03210,KEGG_reaction,R05051 -12172,BSU_03280,KEGG_reaction,R03165 -12173,BSU_03280,KEGG_reaction,R03194 -12174,BSU_03290,KEGG_reaction,R00787 -12175,BSU_03300,KEGG_reaction,R00787 -12176,BSU_03310,KEGG_reaction,R00798 -12177,BSU_03310,KEGG_reaction,R01106 -12178,BSU_03320,KEGG_reaction,R00787 -12179,BSU_03340,KEGG_reaction,R00428 -12180,BSU_03340,KEGG_reaction,R04639 -12181,BSU_03340,KEGG_reaction,R05046 -12182,BSU_03340,KEGG_reaction,R05048 -12183,BSU_03410,KEGG_reaction,R00839 -12184,BSU_03410,KEGG_reaction,R05133 -12185,BSU_03410,KEGG_reaction,R05134 -12186,BSU_03450,KEGG_reaction,R05339 -12187,BSU_03450,KEGG_reaction,R09780 -12188,BSU_03460,KEGG_reaction,R05338 -12189,BSU_03569,KEGG_reaction,R01625 -12190,BSU_03570,KEGG_reaction,R01625 -12191,BSU_03630,KEGG_reaction,R01238 -12192,BSU_03630,KEGG_reaction,R02952 -12193,BSU_03630,KEGG_reaction,R03367 -12194,BSU_03630,KEGG_reaction,R04985 -12195,BSU_03630,KEGG_reaction,R04986 -12196,BSU_03630,KEGG_reaction,R11225 -12197,BSU_03640,KEGG_reaction,R01238 -12198,BSU_03640,KEGG_reaction,R10213 -12199,BSU_03651,KEGG_reaction,R01238 -12200,BSU_03790,KEGG_reaction,R00480 -12201,BSU_03860,KEGG_reaction,R05705 -12202,BSU_03860,KEGG_reaction,R05706 -12203,BSU_03860,KEGG_reaction,R08014 -12204,BSU_03860,KEGG_reaction,R08017 -12205,BSU_03860,KEGG_reaction,R08042 -12206,BSU_03900,KEGG_reaction,R00908 -12207,BSU_03900,KEGG_reaction,R01648 -12208,BSU_03900,KEGG_reaction,R04188 -12209,BSU_03910,KEGG_reaction,R00713 -12210,BSU_03910,KEGG_reaction,R00714 -12211,BSU_03910,KEGG_reaction,R02401 -12212,BSU_03930,KEGG_reaction,R01520 -12213,BSU_03930,KEGG_reaction,R01521 -12214,BSU_03981,KEGG_reaction,R02704 -12215,BSU_03982,KEGG_reaction,R02704 -12216,BSU_03990,KEGG_reaction,R02703 -12217,BSU_04000,KEGG_reaction,R00215 -12218,BSU_04000,KEGG_reaction,R01751 -12219,BSU_04000,KEGG_reaction,R02545 -12220,BSU_04000,KEGG_reaction,R06180 -12221,BSU_04030,KEGG_reaction,R04428 -12222,BSU_04030,KEGG_reaction,R04535 -12223,BSU_04030,KEGG_reaction,R04537 -12224,BSU_04030,KEGG_reaction,R04544 -12225,BSU_04030,KEGG_reaction,R04568 -12226,BSU_04030,KEGG_reaction,R04954 -12227,BSU_04030,KEGG_reaction,R04965 -12228,BSU_04030,KEGG_reaction,R07764 -12229,BSU_04030,KEGG_reaction,R10117 -12230,BSU_04030,KEGG_reaction,R10121 -12231,BSU_04040,KEGG_reaction,R07280 -12232,BSU_04200,KEGG_reaction,R01898 -12233,BSU_04340,KEGG_reaction,R00207 -12234,BSU_04560,KEGG_reaction,R01150 -12235,BSU_04570,KEGG_reaction,R04573 -12236,BSU_04570,KEGG_reaction,R04617 -12237,BSU_04620,KEGG_reaction,R01625 -12238,BSU_04640,KEGG_reaction,R00401 -12239,BSU_05740,KEGG_reaction,R02135 -12240,BSU_05740,KEGG_reaction,R04620 -12241,BSU_05810,KEGG_reaction,R11170 -12242,BSU_05810,KEGG_reaction,R11172 -12243,BSU_05820,KEGG_reaction,R11170 -12244,BSU_05820,KEGG_reaction,R11172 -12245,BSU_05830,KEGG_reaction,R11170 -12246,BSU_05830,KEGG_reaction,R11172 -12247,BSU_05840,KEGG_reaction,R00839 -12248,BSU_05840,KEGG_reaction,R05133 -12249,BSU_05840,KEGG_reaction,R05134 -12250,BSU_05860,KEGG_reaction,R00760 -12251,BSU_05860,KEGG_reaction,R00867 -12252,BSU_05860,KEGG_reaction,R03920 -12253,BSU_05870,KEGG_reaction,R01819 -12254,BSU_05880,KEGG_reaction,R01332 -12255,BSU_05900,KEGG_reaction,R00617 -12256,BSU_05940,KEGG_reaction,R10648 -12257,BSU_05960,KEGG_reaction,R11372 -12258,BSU_06060,KEGG_reaction,R04858 -12259,BSU_06070,KEGG_reaction,R04858 -12260,BSU_06073,KEGG_reaction,R00959 -12261,BSU_06073,KEGG_reaction,R01057 -12262,BSU_06073,KEGG_reaction,R08639 -12263,BSU_06074,KEGG_reaction,R00959 -12264,BSU_06074,KEGG_reaction,R01057 -12265,BSU_06074,KEGG_reaction,R08639 -12266,BSU_06076,KEGG_reaction,R00959 -12267,BSU_06076,KEGG_reaction,R01057 -12268,BSU_06076,KEGG_reaction,R08639 -12269,BSU_06078,KEGG_reaction,R00959 -12270,BSU_06078,KEGG_reaction,R01057 -12271,BSU_06078,KEGG_reaction,R08639 -12272,BSU_06150,KEGG_reaction,R00875 -12273,BSU_06150,KEGG_reaction,R01896 -12274,BSU_06170,KEGG_reaction,R00760 -12275,BSU_06170,KEGG_reaction,R00867 -12276,BSU_06170,KEGG_reaction,R03920 -12277,BSU_06240,KEGG_reaction,R02855 -12278,BSU_06240,KEGG_reaction,R02946 -12279,BSU_06240,KEGG_reaction,R10504 -12280,BSU_06360,KEGG_reaction,R01230 -12281,BSU_06360,KEGG_reaction,R01231 -12282,BSU_06360,KEGG_reaction,R08244 -12283,BSU_06420,KEGG_reaction,R07405 -12284,BSU_06430,KEGG_reaction,R07404 -12285,BSU_06440,KEGG_reaction,R01083 -12286,BSU_06440,KEGG_reaction,R04559 -12287,BSU_06450,KEGG_reaction,R04591 -12288,BSU_06460,KEGG_reaction,R04463 -12289,BSU_06470,KEGG_reaction,R04463 -12290,BSU_06480,KEGG_reaction,R04463 -12291,BSU_06490,KEGG_reaction,R01072 -12292,BSU_06500,KEGG_reaction,R04208 -12293,BSU_06510,KEGG_reaction,R04325 -12294,BSU_06510,KEGG_reaction,R04326 -12295,BSU_06520,KEGG_reaction,R01127 -12296,BSU_06520,KEGG_reaction,R04560 -12297,BSU_06530,KEGG_reaction,R04144 -12298,BSU_06560,KEGG_reaction,R01244 -12299,BSU_06620,KEGG_reaction,R00382 -12300,BSU_06670,KEGG_reaction,R03905 -12301,BSU_06670,KEGG_reaction,R04212 -12302,BSU_06680,KEGG_reaction,R03905 -12303,BSU_06680,KEGG_reaction,R04212 -12304,BSU_06690,KEGG_reaction,R03905 -12305,BSU_06690,KEGG_reaction,R04212 -12306,BSU_06720,KEGG_reaction,R02240 -12307,BSU_07080,KEGG_reaction,R01105 -12308,BSU_07080,KEGG_reaction,R01678 -12309,BSU_07080,KEGG_reaction,R03355 -12310,BSU_07080,KEGG_reaction,R04783 -12311,BSU_07080,KEGG_reaction,R06114 -12312,BSU_07130,KEGG_reaction,R01101 -12313,BSU_07130,KEGG_reaction,R01103 -12314,BSU_07130,KEGG_reaction,R01104 -12315,BSU_07130,KEGG_reaction,R01194 -12316,BSU_07130,KEGG_reaction,R01329 -12317,BSU_07130,KEGG_reaction,R02926 -12318,BSU_07130,KEGG_reaction,R03634 -12319,BSU_07130,KEGG_reaction,R04019 -12320,BSU_07130,KEGG_reaction,R04470 -12321,BSU_07130,KEGG_reaction,R05549 -12322,BSU_07130,KEGG_reaction,R05961 -12323,BSU_07130,KEGG_reaction,R06091 -12324,BSU_07150,KEGG_reaction,R10468 -12325,BSU_07150,KEGG_reaction,R10510 -12326,BSU_07250,KEGG_reaction,R03629 -12327,BSU_07250,KEGG_reaction,R04121 -12328,BSU_07250,KEGG_reaction,R05259 -12329,BSU_07260,KEGG_reaction,R05081 -12330,BSU_07260,KEGG_reaction,R10849 -12331,BSU_07270,KEGG_reaction,R00956 -12332,BSU_07280,KEGG_reaction,R02426 -12333,BSU_07330,KEGG_reaction,R05287 -12334,BSU_07350,KEGG_reaction,R00264 -12335,BSU_07350,KEGG_reaction,R00631 -12336,BSU_07350,KEGG_reaction,R00710 -12337,BSU_07350,KEGG_reaction,R00904 -12338,BSU_07350,KEGG_reaction,R01752 -12339,BSU_07350,KEGG_reaction,R01986 -12340,BSU_07350,KEGG_reaction,R02549 -12341,BSU_07350,KEGG_reaction,R02678 -12342,BSU_07350,KEGG_reaction,R02940 -12343,BSU_07350,KEGG_reaction,R02957 -12344,BSU_07350,KEGG_reaction,R03283 -12345,BSU_07350,KEGG_reaction,R03869 -12346,BSU_07350,KEGG_reaction,R04065 -12347,BSU_07350,KEGG_reaction,R04506 -12348,BSU_07350,KEGG_reaction,R04903 -12349,BSU_07350,KEGG_reaction,R05050 -12350,BSU_07350,KEGG_reaction,R05237 -12351,BSU_07350,KEGG_reaction,R05238 -12352,BSU_07350,KEGG_reaction,R05286 -12353,BSU_07350,KEGG_reaction,R05699 -12354,BSU_07350,KEGG_reaction,R06366 -12355,BSU_07350,KEGG_reaction,R08146 -12356,BSU_07560,KEGG_reaction,R02361 -12357,BSU_07560,KEGG_reaction,R06240 -12358,BSU_07630,KEGG_reaction,R11711 -12359,BSU_07630,KEGG_reaction,R11712 -12360,BSU_07630,KEGG_reaction,R11713 -12361,BSU_07640,KEGG_reaction,R00317 -12362,BSU_07640,KEGG_reaction,R01421 -12363,BSU_07640,KEGG_reaction,R01515 -12364,BSU_07700,KEGG_reaction,R05199 -12365,BSU_07710,KEGG_reaction,R05081 -12366,BSU_07710,KEGG_reaction,R10849 -12367,BSU_07800,KEGG_reaction,R02780 -12368,BSU_07810,KEGG_reaction,R00837 -12369,BSU_07810,KEGG_reaction,R06113 -12370,BSU_07840,KEGG_reaction,R00183 -12371,BSU_07840,KEGG_reaction,R00511 -12372,BSU_07840,KEGG_reaction,R00963 -12373,BSU_07840,KEGG_reaction,R01126 -12374,BSU_07840,KEGG_reaction,R01227 -12375,BSU_07840,KEGG_reaction,R01562 -12376,BSU_07840,KEGG_reaction,R01569 -12377,BSU_07840,KEGG_reaction,R01664 -12378,BSU_07840,KEGG_reaction,R01877 -12379,BSU_07840,KEGG_reaction,R01968 -12380,BSU_07840,KEGG_reaction,R02088 -12381,BSU_07840,KEGG_reaction,R02102 -12382,BSU_07840,KEGG_reaction,R02148 -12383,BSU_07840,KEGG_reaction,R02370 -12384,BSU_07840,KEGG_reaction,R02719 -12385,BSU_07840,KEGG_reaction,R03537 -12386,BSU_07840,KEGG_reaction,R03538 -12387,BSU_07840,KEGG_reaction,R03929 -12388,BSU_07840,KEGG_reaction,R05135 -12389,BSU_08080,KEGG_reaction,R00209 -12390,BSU_08080,KEGG_reaction,R02569 -12391,BSU_08090,KEGG_reaction,R00209 -12392,BSU_08090,KEGG_reaction,R01221 -12393,BSU_08090,KEGG_reaction,R01698 -12394,BSU_08090,KEGG_reaction,R03815 -12395,BSU_08090,KEGG_reaction,R07618 -12396,BSU_08090,KEGG_reaction,R08549 -12397,BSU_08180,KEGG_reaction,R00837 -12398,BSU_08180,KEGG_reaction,R00838 -12399,BSU_08180,KEGG_reaction,R06113 -12400,BSU_08200,KEGG_reaction,R04111 -12401,BSU_08240,KEGG_reaction,R00816 -12402,BSU_08240,KEGG_reaction,R04089 -12403,BSU_08240,KEGG_reaction,R05295 -12404,BSU_08240,KEGG_reaction,R05404 -12405,BSU_08240,KEGG_reaction,R05406 -12406,BSU_08240,KEGG_reaction,R07795 -12407,BSU_08350,KEGG_reaction,R02250 -12408,BSU_08350,KEGG_reaction,R02687 -12409,BSU_08650,KEGG_reaction,R01404 -12410,BSU_08650,KEGG_reaction,R04430 -12411,BSU_08650,KEGG_reaction,R04725 -12412,BSU_08650,KEGG_reaction,R04956 -12413,BSU_08650,KEGG_reaction,R04959 -12414,BSU_08650,KEGG_reaction,R04962 -12415,BSU_08650,KEGG_reaction,R04967 -12416,BSU_08650,KEGG_reaction,R04970 -12417,BSU_08710,KEGG_reaction,R02272 -12418,BSU_08790,KEGG_reaction,R03472 -12419,BSU_08820,KEGG_reaction,R00009 -12420,BSU_08820,KEGG_reaction,R00602 -12421,BSU_08820,KEGG_reaction,R02670 -12422,BSU_08860,KEGG_reaction,R07210 -12423,BSU_08860,KEGG_reaction,R10206 -12424,BSU_09020,KEGG_reaction,R02964 -12425,BSU_09020,KEGG_reaction,R03643 -12426,BSU_09020,KEGG_reaction,R03816 -12427,BSU_09190,KEGG_reaction,R00183 -12428,BSU_09190,KEGG_reaction,R00511 -12429,BSU_09190,KEGG_reaction,R00963 -12430,BSU_09190,KEGG_reaction,R01126 -12431,BSU_09190,KEGG_reaction,R01227 -12432,BSU_09190,KEGG_reaction,R01562 -12433,BSU_09190,KEGG_reaction,R01569 -12434,BSU_09190,KEGG_reaction,R01664 -12435,BSU_09190,KEGG_reaction,R01877 -12436,BSU_09190,KEGG_reaction,R01968 -12437,BSU_09190,KEGG_reaction,R02088 -12438,BSU_09190,KEGG_reaction,R02102 -12439,BSU_09190,KEGG_reaction,R02148 -12440,BSU_09190,KEGG_reaction,R02323 -12441,BSU_09190,KEGG_reaction,R02370 -12442,BSU_09190,KEGG_reaction,R02719 -12443,BSU_09190,KEGG_reaction,R03346 -12444,BSU_09190,KEGG_reaction,R03537 -12445,BSU_09190,KEGG_reaction,R03538 -12446,BSU_09190,KEGG_reaction,R03929 -12447,BSU_09190,KEGG_reaction,R05135 -12448,BSU_09290,KEGG_reaction,R00847 -12449,BSU_09300,KEGG_reaction,R00848 -12450,BSU_09310,KEGG_reaction,R00959 -12451,BSU_09310,KEGG_reaction,R01057 -12452,BSU_09310,KEGG_reaction,R08639 -12453,BSU_09410,KEGG_reaction,R02135 -12454,BSU_09410,KEGG_reaction,R04620 -12455,BSU_09440,KEGG_reaction,R00351 -12456,BSU_09540,KEGG_reaction,R02241 -12457,BSU_09540,KEGG_reaction,R09381 -12458,BSU_09570,KEGG_reaction,R00355 -12459,BSU_09570,KEGG_reaction,R00694 -12460,BSU_09570,KEGG_reaction,R00734 -12461,BSU_09570,KEGG_reaction,R00896 -12462,BSU_09570,KEGG_reaction,R02433 -12463,BSU_09570,KEGG_reaction,R02619 -12464,BSU_09570,KEGG_reaction,R05052 -12465,BSU_09620,KEGG_reaction,R01030 -12466,BSU_09620,KEGG_reaction,R01470 -12467,BSU_09670,KEGG_reaction,R01148 -12468,BSU_09670,KEGG_reaction,R01582 -12469,BSU_09670,KEGG_reaction,R02459 -12470,BSU_09670,KEGG_reaction,R02851 -12471,BSU_09670,KEGG_reaction,R02924 -12472,BSU_09670,KEGG_reaction,R05053 -12473,BSU_10020,KEGG_reaction,R04173 -12474,BSU_10020,KEGG_reaction,R05085 -12475,BSU_10120,KEGG_reaction,R03197 -12476,BSU_10120,KEGG_reaction,R04972 -12477,BSU_10130,KEGG_reaction,R00310 -12478,BSU_10130,KEGG_reaction,R11329 -12479,BSU_10140,KEGG_reaction,R03222 -12480,BSU_10140,KEGG_reaction,R04178 -12481,BSU_10170,KEGG_reaction,R10707 -12482,BSU_10250,KEGG_reaction,R07770 -12483,BSU_10250,KEGG_reaction,R07771 -12484,BSU_10250,KEGG_reaction,R11143 -12485,BSU_10270,KEGG_reaction,R01280 -12486,BSU_10350,KEGG_reaction,R00238 -12487,BSU_10350,KEGG_reaction,R01177 -12488,BSU_10360,KEGG_reaction,R01280 -12489,BSU_10550,KEGG_reaction,R10698 -12490,BSU_10790,KEGG_reaction,R00578 -12491,BSU_10810,KEGG_reaction,R02065 -12492,BSU_10810,KEGG_reaction,R04218 -12493,BSU_10810,KEGG_reaction,R07270 -12494,BSU_10810,KEGG_reaction,R10177 -12495,BSU_10850,KEGG_reaction,R09953 -12496,BSU_10910,KEGG_reaction,R00509 -12497,BSU_10910,KEGG_reaction,R04928 -12498,BSU_10920,KEGG_reaction,R00529 -12499,BSU_10920,KEGG_reaction,R04929 -12500,BSU_10930,KEGG_reaction,R02021 -12501,BSU_10940,KEGG_reaction,R05789 -12502,BSU_10950,KEGG_reaction,R07476 -12503,BSU_11010,KEGG_reaction,R00650 -12504,BSU_11010,KEGG_reaction,R01224 -12505,BSU_11010,KEGG_reaction,R07168 -12506,BSU_11140,KEGG_reaction,R07280 -12507,BSU_11190,KEGG_reaction,R03443 -12508,BSU_11200,KEGG_reaction,R00259 -12509,BSU_11200,KEGG_reaction,R02282 -12510,BSU_11210,KEGG_reaction,R02649 -12511,BSU_11220,KEGG_reaction,R02283 -12512,BSU_11220,KEGG_reaction,R04475 -12513,BSU_11230,KEGG_reaction,R00256 -12514,BSU_11230,KEGG_reaction,R00575 -12515,BSU_11230,KEGG_reaction,R01395 -12516,BSU_11230,KEGG_reaction,R10948 -12517,BSU_11230,KEGG_reaction,R10949 -12518,BSU_11240,KEGG_reaction,R00256 -12519,BSU_11240,KEGG_reaction,R00575 -12520,BSU_11240,KEGG_reaction,R01395 -12521,BSU_11240,KEGG_reaction,R10948 -12522,BSU_11240,KEGG_reaction,R10949 -12523,BSU_11250,KEGG_reaction,R01398 -12524,BSU_11330,KEGG_reaction,R10707 -12525,BSU_11340,KEGG_reaction,R04355 -12526,BSU_11340,KEGG_reaction,R04726 -12527,BSU_11340,KEGG_reaction,R04952 -12528,BSU_11340,KEGG_reaction,R04957 -12529,BSU_11340,KEGG_reaction,R04960 -12530,BSU_11340,KEGG_reaction,R04963 -12531,BSU_11340,KEGG_reaction,R04968 -12532,BSU_11340,KEGG_reaction,R07762 -12533,BSU_11340,KEGG_reaction,R10115 -12534,BSU_11340,KEGG_reaction,R10119 -12535,BSU_11420,KEGG_reaction,R03664 -12536,BSU_11600,KEGG_reaction,R00429 -12537,BSU_11610,KEGG_reaction,R00104 -12538,BSU_11630,KEGG_reaction,R00125 -12539,BSU_11650,KEGG_reaction,R02133 -12540,BSU_11650,KEGG_reaction,R09993 -12541,BSU_11660,KEGG_reaction,R09977 -12542,BSU_11670,KEGG_reaction,R07463 -12543,BSU_11690,KEGG_reaction,R10247 -12544,BSU_11700,KEGG_reaction,R07459 -12545,BSU_11710,KEGG_reaction,R03471 -12546,BSU_11710,KEGG_reaction,R04509 -12547,BSU_11720,KEGG_reaction,R01404 -12548,BSU_11720,KEGG_reaction,R04429 -12549,BSU_11720,KEGG_reaction,R04430 -12550,BSU_11720,KEGG_reaction,R04724 -12551,BSU_11720,KEGG_reaction,R04725 -12552,BSU_11720,KEGG_reaction,R04955 -12553,BSU_11720,KEGG_reaction,R04956 -12554,BSU_11720,KEGG_reaction,R04958 -12555,BSU_11720,KEGG_reaction,R04959 -12556,BSU_11720,KEGG_reaction,R04961 -12557,BSU_11720,KEGG_reaction,R04962 -12558,BSU_11720,KEGG_reaction,R04966 -12559,BSU_11720,KEGG_reaction,R04967 -12560,BSU_11720,KEGG_reaction,R04969 -12561,BSU_11720,KEGG_reaction,R04970 -12562,BSU_11720,KEGG_reaction,R07765 -12563,BSU_11720,KEGG_reaction,R10118 -12564,BSU_11720,KEGG_reaction,R10122 -12565,BSU_11720,KEGG_reaction,R11671 -12566,BSU_11870,KEGG_reaction,R00999 -12567,BSU_11870,KEGG_reaction,R01288 -12568,BSU_11870,KEGG_reaction,R02508 -12569,BSU_11870,KEGG_reaction,R03217 -12570,BSU_11870,KEGG_reaction,R03260 -12571,BSU_11870,KEGG_reaction,R04944 -12572,BSU_11870,KEGG_reaction,R04945 -12573,BSU_11870,KEGG_reaction,R04946 -12574,BSU_11880,KEGG_reaction,R00782 -12575,BSU_11880,KEGG_reaction,R01286 -12576,BSU_11880,KEGG_reaction,R02408 -12577,BSU_11880,KEGG_reaction,R04941 -12578,BSU_11980,KEGG_reaction,R04533 -12579,BSU_11980,KEGG_reaction,R04534 -12580,BSU_11980,KEGG_reaction,R04536 -12581,BSU_11980,KEGG_reaction,R04543 -12582,BSU_11980,KEGG_reaction,R04566 -12583,BSU_11980,KEGG_reaction,R04953 -12584,BSU_11980,KEGG_reaction,R04964 -12585,BSU_11980,KEGG_reaction,R07759 -12586,BSU_11980,KEGG_reaction,R07763 -12587,BSU_11980,KEGG_reaction,R10116 -12588,BSU_11980,KEGG_reaction,R10120 -12589,BSU_11980,KEGG_reaction,R11671 -12590,BSU_12010,KEGG_reaction,R03232 -12591,BSU_12020,KEGG_reaction,R01819 -12592,BSU_12080,KEGG_reaction,R07411 -12593,BSU_12160,KEGG_reaction,R00519 -12594,BSU_12190,KEGG_reaction,R01054 -12595,BSU_12230,KEGG_reaction,R03165 -12596,BSU_12300,KEGG_reaction,R01482 -12597,BSU_12300,KEGG_reaction,R01983 -12598,BSU_12320,KEGG_reaction,R02935 -12599,BSU_12320,KEGG_reaction,R02936 -12600,BSU_12330,KEGG_reaction,R10848 -12601,BSU_12340,KEGG_reaction,R05606 -12602,BSU_12380,KEGG_reaction,R02555 -12603,BSU_12390,KEGG_reaction,R01540 -12604,BSU_12460,KEGG_reaction,R04112 -12605,BSU_12810,KEGG_reaction,R04112 -12606,BSU_12910,KEGG_reaction,R01248 -12607,BSU_12910,KEGG_reaction,R01251 -12608,BSU_12910,KEGG_reaction,R03291 -12609,BSU_12910,KEGG_reaction,R03293 -12610,BSU_12980,KEGG_reaction,R10938 -12611,BSU_13010,KEGG_reaction,R02035 -12612,BSU_13110,KEGG_reaction,R00944 -12613,BSU_13120,KEGG_reaction,R00239 -12614,BSU_13130,KEGG_reaction,R03313 -12615,BSU_13170,KEGG_reaction,R01676 -12616,BSU_13180,KEGG_reaction,R04405 -12617,BSU_13180,KEGG_reaction,R09365 -12618,BSU_13400,KEGG_reaction,R00381 -12619,BSU_13550,KEGG_reaction,R04420 -12620,BSU_13560,KEGG_reaction,R04143 -12621,BSU_13570,KEGG_reaction,R00269 -12622,BSU_13570,KEGG_reaction,R00348 -12623,BSU_13580,KEGG_reaction,R07396 -12624,BSU_13590,KEGG_reaction,R07393 -12625,BSU_13600,KEGG_reaction,R07394 -12626,BSU_13610,KEGG_reaction,R07392 -12627,BSU_13620,KEGG_reaction,R07363 -12628,BSU_13620,KEGG_reaction,R07364 -12629,BSU_13720,KEGG_reaction,R09978 -12630,BSU_13730,KEGG_reaction,R04286 -12631,BSU_13730,KEGG_reaction,R09959 -12632,BSU_13740,KEGG_reaction,R10002 -12633,BSU_13750,KEGG_reaction,R07605 -12634,BSU_13820,KEGG_reaction,R04112 -12635,BSU_13890,KEGG_reaction,R02631 -12636,BSU_13890,KEGG_reaction,R02738 -12637,BSU_13960,KEGG_reaction,R05066 -12638,BSU_14000,KEGG_reaction,R04467 -12639,BSU_14180,KEGG_reaction,R04364 -12640,BSU_14180,KEGG_reaction,R04365 -12641,BSU_14190,KEGG_reaction,R02733 -12642,BSU_14260,KEGG_reaction,R11581 -12643,BSU_14270,KEGG_reaction,R07459 -12644,BSU_14280,KEGG_reaction,R09735 -12645,BSU_14300,KEGG_reaction,R09395 -12646,BSU_14390,KEGG_reaction,R02071 -12647,BSU_14400,KEGG_reaction,R03232 -12648,BSU_14440,KEGG_reaction,R02472 -12649,BSU_14520,KEGG_reaction,R01244 -12650,BSU_14580,KEGG_reaction,R00014 -12651,BSU_14580,KEGG_reaction,R00209 -12652,BSU_14580,KEGG_reaction,R01699 -12653,BSU_14580,KEGG_reaction,R03270 -12654,BSU_14590,KEGG_reaction,R00014 -12655,BSU_14590,KEGG_reaction,R00209 -12656,BSU_14590,KEGG_reaction,R01699 -12657,BSU_14590,KEGG_reaction,R03270 -12658,BSU_14600,KEGG_reaction,R00209 -12659,BSU_14600,KEGG_reaction,R02569 -12660,BSU_14610,KEGG_reaction,R00209 -12661,BSU_14610,KEGG_reaction,R01221 -12662,BSU_14610,KEGG_reaction,R01698 -12663,BSU_14610,KEGG_reaction,R03815 -12664,BSU_14610,KEGG_reaction,R07618 -12665,BSU_14610,KEGG_reaction,R08549 -12666,BSU_14630,KEGG_reaction,R00566 -12667,BSU_14670,KEGG_reaction,R01185 -12668,BSU_14670,KEGG_reaction,R01186 -12669,BSU_14670,KEGG_reaction,R01187 -12670,BSU_14830,KEGG_reaction,R00256 -12671,BSU_14830,KEGG_reaction,R01579 -12672,BSU_14860,KEGG_reaction,R00344 -12673,BSU_14870,KEGG_reaction,R07412 -12674,BSU_14880,KEGG_reaction,R07411 -12675,BSU_14890,KEGG_reaction,R00081 -12676,BSU_14900,KEGG_reaction,R00081 -12677,BSU_14910,KEGG_reaction,R00081 -12678,BSU_15020,KEGG_reaction,R03035 -12679,BSU_15110,KEGG_reaction,R02472 -12680,BSU_15180,KEGG_reaction,R02788 -12681,BSU_15190,KEGG_reaction,R05629 -12682,BSU_15190,KEGG_reaction,R05630 -12683,BSU_15200,KEGG_reaction,R02783 -12684,BSU_15220,KEGG_reaction,R05032 -12685,BSU_15220,KEGG_reaction,R05662 -12686,BSU_15230,KEGG_reaction,R03191 -12687,BSU_15230,KEGG_reaction,R03192 -12688,BSU_15350,KEGG_reaction,R11313 -12689,BSU_15430,KEGG_reaction,R03656 -12690,BSU_15470,KEGG_reaction,R00966 -12691,BSU_15490,KEGG_reaction,R01397 -12692,BSU_15500,KEGG_reaction,R01993 -12693,BSU_15510,KEGG_reaction,R00256 -12694,BSU_15510,KEGG_reaction,R00575 -12695,BSU_15510,KEGG_reaction,R01395 -12696,BSU_15510,KEGG_reaction,R10948 -12697,BSU_15510,KEGG_reaction,R10949 -12698,BSU_15520,KEGG_reaction,R00256 -12699,BSU_15520,KEGG_reaction,R00575 -12700,BSU_15520,KEGG_reaction,R01395 -12701,BSU_15520,KEGG_reaction,R10948 -12702,BSU_15520,KEGG_reaction,R10949 -12703,BSU_15540,KEGG_reaction,R01869 -12704,BSU_15550,KEGG_reaction,R00965 -12705,BSU_15560,KEGG_reaction,R01870 -12706,BSU_15570,KEGG_reaction,R02021 -12707,BSU_15590,KEGG_reaction,R00529 -12708,BSU_15590,KEGG_reaction,R04929 -12709,BSU_15600,KEGG_reaction,R00509 -12710,BSU_15600,KEGG_reaction,R04928 -12711,BSU_15610,KEGG_reaction,R03194 -12712,BSU_15620,KEGG_reaction,R02864 -12713,BSU_15630,KEGG_reaction,R02864 -12714,BSU_15630,KEGG_reaction,R03947 -12715,BSU_15680,KEGG_reaction,R00332 -12716,BSU_15680,KEGG_reaction,R02090 -12717,BSU_15690,KEGG_reaction,R00435 -12718,BSU_15690,KEGG_reaction,R00441 -12719,BSU_15690,KEGG_reaction,R00442 -12720,BSU_15690,KEGG_reaction,R00443 -12721,BSU_15700,KEGG_reaction,R03269 -12722,BSU_15700,KEGG_reaction,R04231 -12723,BSU_15730,KEGG_reaction,R03940 -12724,BSU_15780,KEGG_reaction,R00615 -12725,BSU_15780,KEGG_reaction,R02135 -12726,BSU_15790,KEGG_reaction,R01529 -12727,BSU_15800,KEGG_reaction,R00619 -12728,BSU_15850,KEGG_reaction,R00220 -12729,BSU_15850,KEGG_reaction,R00590 -12730,BSU_15860,KEGG_reaction,R00220 -12731,BSU_15860,KEGG_reaction,R00590 -12732,BSU_15890,KEGG_reaction,R00851 -12733,BSU_15890,KEGG_reaction,R09380 -12734,BSU_15900,KEGG_reaction,R01626 -12735,BSU_15900,KEGG_reaction,R11671 -12736,BSU_15910,KEGG_reaction,R04533 -12737,BSU_15910,KEGG_reaction,R04534 -12738,BSU_15910,KEGG_reaction,R04536 -12739,BSU_15910,KEGG_reaction,R04543 -12740,BSU_15910,KEGG_reaction,R04566 -12741,BSU_15910,KEGG_reaction,R04953 -12742,BSU_15910,KEGG_reaction,R04964 -12743,BSU_15910,KEGG_reaction,R07759 -12744,BSU_15910,KEGG_reaction,R07763 -12745,BSU_15910,KEGG_reaction,R10116 -12746,BSU_15910,KEGG_reaction,R10120 -12747,BSU_15910,KEGG_reaction,R11671 -12748,BSU_16030,KEGG_reaction,R00597 -12749,BSU_16090,KEGG_reaction,R00405 -12750,BSU_16090,KEGG_reaction,R02404 -12751,BSU_16100,KEGG_reaction,R00405 -12752,BSU_16100,KEGG_reaction,R02404 -12753,BSU_16510,KEGG_reaction,R00158 -12754,BSU_16530,KEGG_reaction,R06447 -12755,BSU_16540,KEGG_reaction,R01799 -12756,BSU_16550,KEGG_reaction,R05688 -12757,BSU_16570,KEGG_reaction,R03661 -12758,BSU_16580,KEGG_reaction,R00375 -12759,BSU_16580,KEGG_reaction,R00376 -12760,BSU_16580,KEGG_reaction,R00377 -12761,BSU_16580,KEGG_reaction,R00378 -12762,BSU_16670,KEGG_reaction,R00161 -12763,BSU_16670,KEGG_reaction,R00549 -12764,BSU_16690,KEGG_reaction,R00437 -12765,BSU_16690,KEGG_reaction,R00438 -12766,BSU_16690,KEGG_reaction,R00439 -12767,BSU_16690,KEGG_reaction,R00440 -12768,BSU_16750,KEGG_reaction,R02291 -12769,BSU_16760,KEGG_reaction,R00480 -12770,BSU_16770,KEGG_reaction,R10147 -12771,BSU_16870,KEGG_reaction,R04533 -12772,BSU_16870,KEGG_reaction,R04534 -12773,BSU_16870,KEGG_reaction,R04536 -12774,BSU_16870,KEGG_reaction,R04543 -12775,BSU_16870,KEGG_reaction,R04566 -12776,BSU_16870,KEGG_reaction,R04953 -12777,BSU_16870,KEGG_reaction,R04964 -12778,BSU_16870,KEGG_reaction,R07759 -12779,BSU_16870,KEGG_reaction,R07763 -12780,BSU_16870,KEGG_reaction,R10116 -12781,BSU_16870,KEGG_reaction,R10120 -12782,BSU_16870,KEGG_reaction,R11671 -12783,BSU_16920,KEGG_reaction,R01801 -12784,BSU_16930,KEGG_reaction,R02322 -12785,BSU_16990,KEGG_reaction,R01465 -12786,BSU_17000,KEGG_reaction,R00371 -12787,BSU_17010,KEGG_reaction,R10645 -12788,BSU_17010,KEGG_reaction,R10646 -12789,BSU_17010,KEGG_reaction,R10647 -12790,BSU_17150,KEGG_reaction,R01978 -12791,BSU_17330,KEGG_reaction,R01122 -12792,BSU_17380,KEGG_reaction,R02017 -12793,BSU_17380,KEGG_reaction,R02018 -12794,BSU_17380,KEGG_reaction,R02019 -12795,BSU_17380,KEGG_reaction,R02024 -12796,BSU_17390,KEGG_reaction,R02017 -12797,BSU_17390,KEGG_reaction,R02018 -12798,BSU_17390,KEGG_reaction,R02019 -12799,BSU_17390,KEGG_reaction,R02024 -12800,BSU_17410,KEGG_reaction,R04112 -12801,BSU_17460,KEGG_reaction,R00253 -12802,BSU_17580,KEGG_reaction,R01433 -12803,BSU_17600,KEGG_reaction,R00878 -12804,BSU_17600,KEGG_reaction,R01432 -12805,BSU_17610,KEGG_reaction,R01639 -12806,BSU_17640,KEGG_reaction,R00401 -12807,BSU_17660,KEGG_reaction,R02100 -12808,BSU_17660,KEGG_reaction,R11896 -12809,BSU_17680,KEGG_reaction,R02101 -12810,BSU_17890,KEGG_reaction,R01067 -12811,BSU_17890,KEGG_reaction,R01641 -12812,BSU_17890,KEGG_reaction,R01830 -12813,BSU_17890,KEGG_reaction,R06590 -12814,BSU_18000,KEGG_reaction,R01324 -12815,BSU_18000,KEGG_reaction,R01325 -12816,BSU_18000,KEGG_reaction,R01900 -12817,BSU_18070,KEGG_reaction,R00851 -12818,BSU_18070,KEGG_reaction,R09380 -12819,BSU_18130,KEGG_reaction,R06200 -12820,BSU_18130,KEGG_reaction,R11307 -12821,BSU_18130,KEGG_reaction,R11308 -12822,BSU_18160,KEGG_reaction,R01762 -12823,BSU_18180,KEGG_reaction,R00289 -12824,BSU_18230,KEGG_reaction,R01360 -12825,BSU_18230,KEGG_reaction,R08090 -12826,BSU_18239,KEGG_reaction,R00742 -12827,BSU_18240,KEGG_reaction,R00742 -12828,BSU_18240,KEGG_reaction,R04385 -12829,BSU_18260,KEGG_reaction,R01175 -12830,BSU_18260,KEGG_reaction,R01178 -12831,BSU_18260,KEGG_reaction,R02661 -12832,BSU_18260,KEGG_reaction,R03172 -12833,BSU_18260,KEGG_reaction,R04751 -12834,BSU_18360,KEGG_reaction,R01602 -12835,BSU_18360,KEGG_reaction,R10619 -12836,BSU_18410,KEGG_reaction,R00494 -12837,BSU_18410,KEGG_reaction,R01262 -12838,BSU_18410,KEGG_reaction,R01687 -12839,BSU_18410,KEGG_reaction,R03867 -12840,BSU_18410,KEGG_reaction,R03916 -12841,BSU_18410,KEGG_reaction,R03970 -12842,BSU_18410,KEGG_reaction,R03971 -12843,BSU_18410,KEGG_reaction,R04935 -12844,BSU_18440,KEGG_reaction,R00093 -12845,BSU_18440,KEGG_reaction,R00114 -12846,BSU_18440,KEGG_reaction,R00248 -12847,BSU_18450,KEGG_reaction,R00021 -12848,BSU_18450,KEGG_reaction,R00093 -12849,BSU_18450,KEGG_reaction,R00114 -12850,BSU_18450,KEGG_reaction,R00248 -12851,BSU_18450,KEGG_reaction,R10086 -12852,BSU_18470,KEGG_reaction,R00239 -12853,BSU_18480,KEGG_reaction,R01248 -12854,BSU_18480,KEGG_reaction,R01251 -12855,BSU_18480,KEGG_reaction,R03291 -12856,BSU_18480,KEGG_reaction,R03293 -12857,BSU_18500,KEGG_reaction,R04533 -12858,BSU_18500,KEGG_reaction,R04534 -12859,BSU_18500,KEGG_reaction,R04536 -12860,BSU_18500,KEGG_reaction,R04543 -12861,BSU_18500,KEGG_reaction,R04566 -12862,BSU_18500,KEGG_reaction,R04953 -12863,BSU_18500,KEGG_reaction,R04964 -12864,BSU_18500,KEGG_reaction,R07759 -12865,BSU_18500,KEGG_reaction,R07763 -12866,BSU_18500,KEGG_reaction,R10116 -12867,BSU_18500,KEGG_reaction,R10120 -12868,BSU_18500,KEGG_reaction,R11671 -12869,BSU_18550,KEGG_reaction,R11183 -12870,BSU_18560,KEGG_reaction,R01513 -12871,BSU_18620,KEGG_reaction,R02698 -12872,BSU_18620,KEGG_reaction,R03299 -12873,BSU_18670,KEGG_reaction,R00522 -12874,BSU_18800,KEGG_reaction,R06363 -12875,BSU_18830,KEGG_reaction,R00199 -12876,BSU_19020,KEGG_reaction,R02173 -12877,BSU_19020,KEGG_reaction,R02382 -12878,BSU_19020,KEGG_reaction,R02529 -12879,BSU_19020,KEGG_reaction,R02532 -12880,BSU_19020,KEGG_reaction,R02613 -12881,BSU_19020,KEGG_reaction,R02908 -12882,BSU_19020,KEGG_reaction,R02919 -12883,BSU_19020,KEGG_reaction,R04025 -12884,BSU_19020,KEGG_reaction,R04300 -12885,BSU_19020,KEGG_reaction,R04674 -12886,BSU_19020,KEGG_reaction,R04890 -12887,BSU_19020,KEGG_reaction,R04893 -12888,BSU_19020,KEGG_reaction,R04894 -12889,BSU_19020,KEGG_reaction,R04907 -12890,BSU_19020,KEGG_reaction,R04908 -12891,BSU_19020,KEGG_reaction,R08346 -12892,BSU_19020,KEGG_reaction,R08347 -12893,BSU_19020,KEGG_reaction,R08348 -12894,BSU_19020,KEGG_reaction,R11354 -12895,BSU_19310,KEGG_reaction,R00264 -12896,BSU_19310,KEGG_reaction,R00631 -12897,BSU_19310,KEGG_reaction,R00710 -12898,BSU_19310,KEGG_reaction,R00904 -12899,BSU_19310,KEGG_reaction,R01752 -12900,BSU_19310,KEGG_reaction,R01986 -12901,BSU_19310,KEGG_reaction,R02536 -12902,BSU_19310,KEGG_reaction,R02549 -12903,BSU_19310,KEGG_reaction,R02678 -12904,BSU_19310,KEGG_reaction,R02940 -12905,BSU_19310,KEGG_reaction,R02957 -12906,BSU_19310,KEGG_reaction,R03283 -12907,BSU_19310,KEGG_reaction,R03869 -12908,BSU_19310,KEGG_reaction,R04065 -12909,BSU_19310,KEGG_reaction,R04506 -12910,BSU_19310,KEGG_reaction,R04903 -12911,BSU_19310,KEGG_reaction,R05050 -12912,BSU_19310,KEGG_reaction,R05237 -12913,BSU_19310,KEGG_reaction,R05238 -12914,BSU_19310,KEGG_reaction,R05286 -12915,BSU_19310,KEGG_reaction,R06366 -12916,BSU_19310,KEGG_reaction,R08146 -12917,BSU_19360,KEGG_reaction,R02570 -12918,BSU_19360,KEGG_reaction,R02571 -12919,BSU_19360,KEGG_reaction,R08549 -12920,BSU_19370,KEGG_reaction,R00621 -12921,BSU_19370,KEGG_reaction,R01933 -12922,BSU_19370,KEGG_reaction,R01940 -12923,BSU_19370,KEGG_reaction,R03316 -12924,BSU_19370,KEGG_reaction,R08549 -12925,BSU_19390,KEGG_reaction,R00294 -12926,BSU_19630,KEGG_reaction,R01561 -12927,BSU_19630,KEGG_reaction,R01863 -12928,BSU_19630,KEGG_reaction,R01969 -12929,BSU_19630,KEGG_reaction,R02147 -12930,BSU_19630,KEGG_reaction,R02294 -12931,BSU_19630,KEGG_reaction,R02295 -12932,BSU_19630,KEGG_reaction,R02297 -12933,BSU_19630,KEGG_reaction,R02484 -12934,BSU_19630,KEGG_reaction,R02557 -12935,BSU_19630,KEGG_reaction,R02748 -12936,BSU_19630,KEGG_reaction,R08368 -12937,BSU_19630,KEGG_reaction,R10244 -12938,BSU_19650,KEGG_reaction,R05627 -12939,BSU_19690,KEGG_reaction,R00461 -12940,BSU_19700,KEGG_reaction,R11701 -12941,BSU_19710,KEGG_reaction,R00669 -12942,BSU_19710,KEGG_reaction,R02734 -12943,BSU_19710,KEGG_reaction,R09107 -12944,BSU_19720,KEGG_reaction,R01179 -12945,BSU_19720,KEGG_reaction,R01359 -12946,BSU_19720,KEGG_reaction,R01365 -12947,BSU_19720,KEGG_reaction,R07832 -12948,BSU_19730,KEGG_reaction,R01179 -12949,BSU_19730,KEGG_reaction,R01359 -12950,BSU_19730,KEGG_reaction,R01365 -12951,BSU_19730,KEGG_reaction,R07832 -12952,BSU_19800,KEGG_reaction,R03371 -12953,BSU_20020,KEGG_reaction,R02100 -12954,BSU_20020,KEGG_reaction,R11896 -12955,BSU_20040,KEGG_reaction,R02017 -12956,BSU_20040,KEGG_reaction,R02018 -12957,BSU_20040,KEGG_reaction,R02019 -12958,BSU_20040,KEGG_reaction,R02024 -12959,BSU_20060,KEGG_reaction,R02017 -12960,BSU_20060,KEGG_reaction,R02018 -12961,BSU_20060,KEGG_reaction,R02019 -12962,BSU_20060,KEGG_reaction,R02024 -12963,BSU_20250,KEGG_reaction,R04858 -12964,BSU_20500,KEGG_reaction,R00381 -12965,BSU_20500,KEGG_reaction,R00382 -12966,BSU_20500,KEGG_reaction,R10822 -12967,BSU_20500,KEGG_reaction,R10823 -12968,BSU_21410,KEGG_reaction,R04112 -12969,BSU_21770,KEGG_reaction,R00220 -12970,BSU_21770,KEGG_reaction,R00996 -12971,BSU_21800,KEGG_reaction,R02241 -12972,BSU_21800,KEGG_reaction,R09381 -12973,BSU_21810,KEGG_reaction,R00936 -12974,BSU_21810,KEGG_reaction,R00937 -12975,BSU_21810,KEGG_reaction,R00939 -12976,BSU_21810,KEGG_reaction,R00940 -12977,BSU_21810,KEGG_reaction,R02235 -12978,BSU_21810,KEGG_reaction,R02236 -12979,BSU_21810,KEGG_reaction,R11765 -12980,BSU_21820,KEGG_reaction,R02101 -12981,BSU_21830,KEGG_reaction,R02029 -12982,BSU_21870,KEGG_reaction,R01209 -12983,BSU_21870,KEGG_reaction,R04441 -12984,BSU_21870,KEGG_reaction,R05070 -12985,BSU_21900,KEGG_reaction,R00274 -12986,BSU_21900,KEGG_reaction,R07034 -12987,BSU_21900,KEGG_reaction,R07035 -12988,BSU_21910,KEGG_reaction,R01777 -12989,BSU_21920,KEGG_reaction,R02689 -12990,BSU_21920,KEGG_reaction,R04377 -12991,BSU_22070,KEGG_reaction,R01229 -12992,BSU_22070,KEGG_reaction,R02142 -12993,BSU_22100,KEGG_reaction,R00470 -12994,BSU_22100,KEGG_reaction,R05605 -12995,BSU_22110,KEGG_reaction,R01541 -12996,BSU_22130,KEGG_reaction,R04383 -12997,BSU_22140,KEGG_reaction,R01542 -12998,BSU_22230,KEGG_reaction,R02738 -12999,BSU_22230,KEGG_reaction,R02780 -13000,BSU_22230,KEGG_reaction,R04111 -13001,BSU_22230,KEGG_reaction,R04394 -13002,BSU_22230,KEGG_reaction,R05132 -13003,BSU_22230,KEGG_reaction,R08559 -13004,BSU_22360,KEGG_reaction,R03648 -13005,BSU_22370,KEGG_reaction,R00355 -13006,BSU_22370,KEGG_reaction,R00694 -13007,BSU_22370,KEGG_reaction,R00734 -13008,BSU_22370,KEGG_reaction,R00896 -13009,BSU_22370,KEGG_reaction,R02433 -13010,BSU_22370,KEGG_reaction,R02619 -13011,BSU_22370,KEGG_reaction,R05052 -13012,BSU_22410,KEGG_reaction,R00489 -13013,BSU_22420,KEGG_reaction,R02473 -13014,BSU_22430,KEGG_reaction,R01226 -13015,BSU_22440,KEGG_reaction,R01074 -13016,BSU_22440,KEGG_reaction,R05145 -13017,BSU_22450,KEGG_reaction,R09382 -13018,BSU_22450,KEGG_reaction,R09383 -13019,BSU_22450,KEGG_reaction,R09384 -13020,BSU_22450,KEGG_reaction,R09386 -13021,BSU_22480,KEGG_reaction,R01016 -13022,BSU_22490,KEGG_reaction,R04198 -13023,BSU_22490,KEGG_reaction,R04199 -13024,BSU_22600,KEGG_reaction,R03460 -13025,BSU_22610,KEGG_reaction,R01728 -13026,BSU_22620,KEGG_reaction,R00694 -13027,BSU_22620,KEGG_reaction,R00734 -13028,BSU_22620,KEGG_reaction,R03243 -13029,BSU_22630,KEGG_reaction,R00674 -13030,BSU_22630,KEGG_reaction,R02340 -13031,BSU_22630,KEGG_reaction,R02722 -13032,BSU_22640,KEGG_reaction,R00674 -13033,BSU_22640,KEGG_reaction,R02340 -13034,BSU_22640,KEGG_reaction,R02722 -13035,BSU_22640,KEGG_reaction,R03509 -13036,BSU_22650,KEGG_reaction,R03509 -13037,BSU_22660,KEGG_reaction,R03508 -13038,BSU_22670,KEGG_reaction,R01073 -13039,BSU_22680,KEGG_reaction,R00985 -13040,BSU_22680,KEGG_reaction,R00986 -13041,BSU_22690,KEGG_reaction,R01715 -13042,BSU_22700,KEGG_reaction,R03083 -13043,BSU_22710,KEGG_reaction,R01714 -13044,BSU_22730,KEGG_reaction,R00124 -13045,BSU_22730,KEGG_reaction,R00139 -13046,BSU_22730,KEGG_reaction,R00156 -13047,BSU_22730,KEGG_reaction,R00330 -13048,BSU_22730,KEGG_reaction,R00570 -13049,BSU_22730,KEGG_reaction,R00722 -13050,BSU_22730,KEGG_reaction,R01137 -13051,BSU_22730,KEGG_reaction,R01857 -13052,BSU_22730,KEGG_reaction,R02093 -13053,BSU_22730,KEGG_reaction,R02326 -13054,BSU_22730,KEGG_reaction,R02331 -13055,BSU_22730,KEGG_reaction,R03530 -13056,BSU_22730,KEGG_reaction,R11894 -13057,BSU_22730,KEGG_reaction,R11895 -13058,BSU_22740,KEGG_reaction,R09247 -13059,BSU_22750,KEGG_reaction,R04990 -13060,BSU_22750,KEGG_reaction,R04993 -13061,BSU_22750,KEGG_reaction,R06859 -13062,BSU_22750,KEGG_reaction,R08774 -13063,BSU_22750,KEGG_reaction,R09736 -13064,BSU_22760,KEGG_reaction,R09247 -13065,BSU_22780,KEGG_reaction,R00428 -13066,BSU_22780,KEGG_reaction,R04639 -13067,BSU_22780,KEGG_reaction,R05046 -13068,BSU_22780,KEGG_reaction,R05048 -13069,BSU_22830,KEGG_reaction,R00842 -13070,BSU_22830,KEGG_reaction,R00844 -13071,BSU_22870,KEGG_reaction,R01123 -13072,BSU_22890,KEGG_reaction,R00158 -13073,BSU_22890,KEGG_reaction,R00512 -13074,BSU_22890,KEGG_reaction,R01665 -13075,BSU_22930,KEGG_reaction,R04112 -13076,BSU_22950,KEGG_reaction,R02016 -13077,BSU_22950,KEGG_reaction,R03596 -13078,BSU_22950,KEGG_reaction,R09372 -13079,BSU_22960,KEGG_reaction,R00243 -13080,BSU_23070,KEGG_reaction,R01513 -13081,BSU_23080,KEGG_reaction,R03084 -13082,BSU_23250,KEGG_reaction,R04457 -13083,BSU_23260,KEGG_reaction,R00425 -13084,BSU_23260,KEGG_reaction,R07281 -13085,BSU_23270,KEGG_reaction,R00066 -13086,BSU_23280,KEGG_reaction,R03458 -13087,BSU_23280,KEGG_reaction,R03459 -13088,BSU_23380,KEGG_reaction,R00451 -13089,BSU_23490,KEGG_reaction,R01561 -13090,BSU_23490,KEGG_reaction,R01863 -13091,BSU_23490,KEGG_reaction,R01969 -13092,BSU_23490,KEGG_reaction,R02147 -13093,BSU_23490,KEGG_reaction,R02294 -13094,BSU_23490,KEGG_reaction,R02295 -13095,BSU_23490,KEGG_reaction,R02297 -13096,BSU_23490,KEGG_reaction,R02484 -13097,BSU_23490,KEGG_reaction,R02557 -13098,BSU_23490,KEGG_reaction,R02748 -13099,BSU_23490,KEGG_reaction,R08368 -13100,BSU_23490,KEGG_reaction,R10244 -13101,BSU_23500,KEGG_reaction,R01057 -13102,BSU_23500,KEGG_reaction,R02749 -13103,BSU_23550,KEGG_reaction,R00214 -13104,BSU_23570,KEGG_reaction,R00490 -13105,BSU_23580,KEGG_reaction,R00485 -13106,BSU_23610,KEGG_reaction,R01054 -13107,BSU_23760,KEGG_reaction,R02971 -13108,BSU_23760,KEGG_reaction,R03018 -13109,BSU_23760,KEGG_reaction,R04391 -13110,BSU_23770,KEGG_reaction,R00221 -13111,BSU_23800,KEGG_reaction,R01248 -13112,BSU_23800,KEGG_reaction,R01251 -13113,BSU_23800,KEGG_reaction,R03291 -13114,BSU_23800,KEGG_reaction,R03293 -13115,BSU_23820,KEGG_reaction,R00282 -13116,BSU_23850,KEGG_reaction,R00835 -13117,BSU_23850,KEGG_reaction,R02736 -13118,BSU_23850,KEGG_reaction,R10907 -13119,BSU_23860,KEGG_reaction,R01528 -13120,BSU_23860,KEGG_reaction,R10221 -13121,BSU_23920,KEGG_reaction,R01859 -13122,BSU_23930,KEGG_reaction,R02765 -13123,BSU_23930,KEGG_reaction,R09979 -13124,BSU_24030,KEGG_reaction,R02662 -13125,BSU_24030,KEGG_reaction,R03174 -13126,BSU_24030,KEGG_reaction,R04097 -13127,BSU_24030,KEGG_reaction,R10998 -13128,BSU_24040,KEGG_reaction,R07599 -13129,BSU_24040,KEGG_reaction,R07600 -13130,BSU_24040,KEGG_reaction,R07601 -13131,BSU_24040,KEGG_reaction,R07602 -13132,BSU_24040,KEGG_reaction,R07603 -13133,BSU_24040,KEGG_reaction,R07604 -13134,BSU_24040,KEGG_reaction,R10996 -13135,BSU_24040,KEGG_reaction,R10997 -13136,BSU_24050,KEGG_reaction,R07599 -13137,BSU_24050,KEGG_reaction,R07600 -13138,BSU_24050,KEGG_reaction,R07601 -13139,BSU_24050,KEGG_reaction,R07602 -13140,BSU_24050,KEGG_reaction,R07603 -13141,BSU_24050,KEGG_reaction,R07604 -13142,BSU_24050,KEGG_reaction,R10996 -13143,BSU_24050,KEGG_reaction,R10997 -13144,BSU_24060,KEGG_reaction,R00209 -13145,BSU_24060,KEGG_reaction,R01221 -13146,BSU_24060,KEGG_reaction,R01698 -13147,BSU_24060,KEGG_reaction,R03815 -13148,BSU_24060,KEGG_reaction,R07618 -13149,BSU_24060,KEGG_reaction,R08549 -13150,BSU_24070,KEGG_reaction,R01688 -13151,BSU_24080,KEGG_reaction,R01088 -13152,BSU_24080,KEGG_reaction,R01434 -13153,BSU_24080,KEGG_reaction,R02196 -13154,BSU_24090,KEGG_reaction,R01174 -13155,BSU_24120,KEGG_reaction,R00409 -13156,BSU_24120,KEGG_reaction,R00661 -13157,BSU_24130,KEGG_reaction,R04424 -13158,BSU_24140,KEGG_reaction,R00351 -13159,BSU_24160,KEGG_reaction,R01976 -13160,BSU_24160,KEGG_reaction,R05576 -13161,BSU_24160,KEGG_reaction,R06941 -13162,BSU_24170,KEGG_reaction,R00238 -13163,BSU_24170,KEGG_reaction,R01177 -13164,BSU_24180,KEGG_reaction,R01030 -13165,BSU_24180,KEGG_reaction,R01470 -13166,BSU_24190,KEGG_reaction,R04112 -13167,BSU_24270,KEGG_reaction,R05636 -13168,BSU_24280,KEGG_reaction,R01658 -13169,BSU_24280,KEGG_reaction,R02003 -13170,BSU_24280,KEGG_reaction,R02061 -13171,BSU_24310,KEGG_reaction,R01220 -13172,BSU_24310,KEGG_reaction,R01655 -13173,BSU_24340,KEGG_reaction,R00742 -13174,BSU_24340,KEGG_reaction,R04385 -13175,BSU_24350,KEGG_reaction,R00742 -13176,BSU_24470,KEGG_reaction,R03084 -13177,BSU_24530,KEGG_reaction,R07770 -13178,BSU_24530,KEGG_reaction,R07771 -13179,BSU_24530,KEGG_reaction,R11143 -13180,BSU_24550,KEGG_reaction,R01221 -13181,BSU_24550,KEGG_reaction,R03425 -13182,BSU_24560,KEGG_reaction,R01221 -13183,BSU_24560,KEGG_reaction,R03425 -13184,BSU_24570,KEGG_reaction,R01221 -13185,BSU_24570,KEGG_reaction,R02300 -13186,BSU_24570,KEGG_reaction,R04125 -13187,BSU_24840,KEGG_reaction,R05081 -13188,BSU_24840,KEGG_reaction,R10849 -13189,BSU_24850,KEGG_reaction,R00299 -13190,BSU_24850,KEGG_reaction,R01600 -13191,BSU_24850,KEGG_reaction,R01786 -13192,BSU_24890,KEGG_reaction,R02301 -13193,BSU_25070,KEGG_reaction,R08689 -13194,BSU_25070,KEGG_reaction,R10859 -13195,BSU_25160,KEGG_reaction,R05884 -13196,BSU_25160,KEGG_reaction,R08210 -13197,BSU_25260,KEGG_reaction,R03654 -13198,BSU_25270,KEGG_reaction,R03654 -13199,BSU_25300,KEGG_reaction,R01878 -13200,BSU_25300,KEGG_reaction,R02485 -13201,BSU_25300,KEGG_reaction,R08221 -13202,BSU_25310,KEGG_reaction,R05626 -13203,BSU_25430,KEGG_reaction,R10649 -13204,BSU_25560,KEGG_reaction,R00375 -13205,BSU_25560,KEGG_reaction,R00376 -13206,BSU_25560,KEGG_reaction,R00377 -13207,BSU_25560,KEGG_reaction,R00378 -13208,BSU_25580,KEGG_reaction,R01663 -13209,BSU_25640,KEGG_reaction,R00137 -13210,BSU_25640,KEGG_reaction,R03005 -13211,BSU_25660,KEGG_reaction,R02413 -13212,BSU_25710,KEGG_reaction,R04112 -13213,BSU_25730,KEGG_reaction,R01528 -13214,BSU_25730,KEGG_reaction,R10221 -13215,BSU_25800,KEGG_reaction,R02530 -13216,BSU_25900,KEGG_reaction,R04112 -13217,BSU_26600,KEGG_reaction,R01154 -13218,BSU_26800,KEGG_reaction,R00025 -13219,BSU_26810,KEGG_reaction,R00260 -13220,BSU_26970,KEGG_reaction,R00604 -13221,BSU_26970,KEGG_reaction,R00623 -13222,BSU_26970,KEGG_reaction,R00754 -13223,BSU_26970,KEGG_reaction,R02124 -13224,BSU_26970,KEGG_reaction,R04880 -13225,BSU_26970,KEGG_reaction,R05233 -13226,BSU_26970,KEGG_reaction,R05234 -13227,BSU_26970,KEGG_reaction,R06917 -13228,BSU_26970,KEGG_reaction,R06927 -13229,BSU_26970,KEGG_reaction,R06983 -13230,BSU_26970,KEGG_reaction,R07105 -13231,BSU_26970,KEGG_reaction,R08281 -13232,BSU_26970,KEGG_reaction,R08306 -13233,BSU_26970,KEGG_reaction,R08310 -13234,BSU_27030,KEGG_reaction,R00879 -13235,BSU_27040,KEGG_reaction,R02630 -13236,BSU_27040,KEGG_reaction,R03232 -13237,BSU_27050,KEGG_reaction,R03232 -13238,BSU_27050,KEGG_reaction,R08366 -13239,BSU_27060,KEGG_reaction,R02630 -13240,BSU_27060,KEGG_reaction,R03232 -13241,BSU_27070,KEGG_reaction,R03232 -13242,BSU_27160,KEGG_reaction,R03629 -13243,BSU_27160,KEGG_reaction,R04121 -13244,BSU_27160,KEGG_reaction,R05259 -13245,BSU_27220,KEGG_reaction,R00519 -13246,BSU_27250,KEGG_reaction,R00782 -13247,BSU_27250,KEGG_reaction,R01001 -13248,BSU_27250,KEGG_reaction,R01283 -13249,BSU_27250,KEGG_reaction,R02408 -13250,BSU_27260,KEGG_reaction,R10305 -13251,BSU_27270,KEGG_reaction,R00194 -13252,BSU_27270,KEGG_reaction,R01401 -13253,BSU_27280,KEGG_reaction,R10404 -13254,BSU_27330,KEGG_reaction,R00513 -13255,BSU_27330,KEGG_reaction,R00516 -13256,BSU_27330,KEGG_reaction,R00517 -13257,BSU_27330,KEGG_reaction,R00962 -13258,BSU_27330,KEGG_reaction,R00964 -13259,BSU_27330,KEGG_reaction,R00967 -13260,BSU_27330,KEGG_reaction,R00968 -13261,BSU_27330,KEGG_reaction,R00970 -13262,BSU_27330,KEGG_reaction,R01548 -13263,BSU_27330,KEGG_reaction,R01549 -13264,BSU_27330,KEGG_reaction,R01880 -13265,BSU_27330,KEGG_reaction,R02091 -13266,BSU_27330,KEGG_reaction,R02096 -13267,BSU_27330,KEGG_reaction,R02097 -13268,BSU_27330,KEGG_reaction,R02327 -13269,BSU_27330,KEGG_reaction,R02332 -13270,BSU_27330,KEGG_reaction,R02371 -13271,BSU_27330,KEGG_reaction,R02372 -13272,BSU_27330,KEGG_reaction,R08232 -13273,BSU_27360,KEGG_reaction,R01942 -13274,BSU_27360,KEGG_reaction,R06578 -13275,BSU_27410,KEGG_reaction,R03038 -13276,BSU_27500,KEGG_reaction,R08700 -13277,BSU_27510,KEGG_reaction,R07460 -13278,BSU_27510,KEGG_reaction,R11528 -13279,BSU_27510,KEGG_reaction,R11529 -13280,BSU_27550,KEGG_reaction,R05577 -13281,BSU_27560,KEGG_reaction,R03655 -13282,BSU_27580,KEGG_reaction,R04112 -13283,BSU_27600,KEGG_reaction,R00429 -13284,BSU_27610,KEGG_reaction,R00190 -13285,BSU_27610,KEGG_reaction,R01229 -13286,BSU_27610,KEGG_reaction,R04378 -13287,BSU_27710,KEGG_reaction,R03789 -13288,BSU_27710,KEGG_reaction,R10209 -13289,BSU_27770,KEGG_reaction,R01183 -13290,BSU_27770,KEGG_reaction,R09951 -13291,BSU_27850,KEGG_reaction,R04292 -13292,BSU_27860,KEGG_reaction,R03348 -13293,BSU_27870,KEGG_reaction,R00357 -13294,BSU_27870,KEGG_reaction,R00481 -13295,BSU_27880,KEGG_reaction,R07460 -13296,BSU_27880,KEGG_reaction,R11528 -13297,BSU_27880,KEGG_reaction,R11529 -13298,BSU_27900,KEGG_reaction,R00691 -13299,BSU_27900,KEGG_reaction,R01373 -13300,BSU_27910,KEGG_reaction,R01715 -13301,BSU_28080,KEGG_reaction,R00942 -13302,BSU_28080,KEGG_reaction,R02237 -13303,BSU_28080,KEGG_reaction,R04241 -13304,BSU_28090,KEGG_reaction,R03665 -13305,BSU_28120,KEGG_reaction,R02272 -13306,BSU_28130,KEGG_reaction,R00036 -13307,BSU_28140,KEGG_reaction,R03165 -13308,BSU_28150,KEGG_reaction,R00084 -13309,BSU_28170,KEGG_reaction,R04109 -13310,BSU_28250,KEGG_reaction,R03896 -13311,BSU_28250,KEGG_reaction,R03898 -13312,BSU_28250,KEGG_reaction,R03968 -13313,BSU_28250,KEGG_reaction,R04001 -13314,BSU_28250,KEGG_reaction,R10170 -13315,BSU_28260,KEGG_reaction,R03896 -13316,BSU_28260,KEGG_reaction,R03898 -13317,BSU_28260,KEGG_reaction,R03968 -13318,BSU_28260,KEGG_reaction,R04001 -13319,BSU_28260,KEGG_reaction,R08620 -13320,BSU_28260,KEGG_reaction,R08624 -13321,BSU_28260,KEGG_reaction,R08628 -13322,BSU_28260,KEGG_reaction,R08634 -13323,BSU_28260,KEGG_reaction,R08641 -13324,BSU_28260,KEGG_reaction,R08645 -13325,BSU_28260,KEGG_reaction,R10170 -13326,BSU_28270,KEGG_reaction,R00994 -13327,BSU_28270,KEGG_reaction,R04426 -13328,BSU_28270,KEGG_reaction,R10052 -13329,BSU_28280,KEGG_reaction,R01213 -13330,BSU_28290,KEGG_reaction,R03051 -13331,BSU_28290,KEGG_reaction,R04439 -13332,BSU_28290,KEGG_reaction,R04440 -13333,BSU_28290,KEGG_reaction,R05068 -13334,BSU_28290,KEGG_reaction,R05069 -13335,BSU_28290,KEGG_reaction,R05071 -13336,BSU_28300,KEGG_reaction,R00006 -13337,BSU_28300,KEGG_reaction,R00014 -13338,BSU_28300,KEGG_reaction,R00226 -13339,BSU_28300,KEGG_reaction,R03050 -13340,BSU_28300,KEGG_reaction,R04672 -13341,BSU_28300,KEGG_reaction,R04673 -13342,BSU_28300,KEGG_reaction,R08648 -13343,BSU_28310,KEGG_reaction,R00006 -13344,BSU_28310,KEGG_reaction,R00014 -13345,BSU_28310,KEGG_reaction,R00226 -13346,BSU_28310,KEGG_reaction,R03050 -13347,BSU_28310,KEGG_reaction,R04672 -13348,BSU_28310,KEGG_reaction,R04673 -13349,BSU_28310,KEGG_reaction,R08648 -13350,BSU_28360,KEGG_reaction,R00426 -13351,BSU_28360,KEGG_reaction,R00720 -13352,BSU_28360,KEGG_reaction,R01855 -13353,BSU_28360,KEGG_reaction,R02100 -13354,BSU_28360,KEGG_reaction,R02720 -13355,BSU_28360,KEGG_reaction,R03531 -13356,BSU_28390,KEGG_reaction,R00260 -13357,BSU_28430,KEGG_reaction,R02164 -13358,BSU_28440,KEGG_reaction,R02164 -13359,BSU_28450,KEGG_reaction,R02164 -13360,BSU_28470,KEGG_reaction,R00480 -13361,BSU_28475,KEGG_reaction,R00480 -13362,BSU_28510,KEGG_reaction,R01762 -13363,BSU_28540,KEGG_reaction,R03026 -13364,BSU_28540,KEGG_reaction,R04170 -13365,BSU_28540,KEGG_reaction,R04738 -13366,BSU_28540,KEGG_reaction,R04740 -13367,BSU_28540,KEGG_reaction,R04744 -13368,BSU_28540,KEGG_reaction,R04746 -13369,BSU_28560,KEGG_reaction,R01280 -13370,BSU_28630,KEGG_reaction,R03660 -13371,BSU_28640,KEGG_reaction,R03660 -13372,BSU_28680,KEGG_reaction,R00475 -13373,BSU_28690,KEGG_reaction,R00475 -13374,BSU_28720,KEGG_reaction,R01762 -13375,BSU_28760,KEGG_reaction,R05679 -13376,BSU_28760,KEGG_reaction,R05680 -13377,BSU_28780,KEGG_reaction,R05850 -13378,BSU_28790,KEGG_reaction,R01526 -13379,BSU_28790,KEGG_reaction,R02439 -13380,BSU_28800,KEGG_reaction,R01761 -13381,BSU_28950,KEGG_reaction,R03663 -13382,BSU_29010,KEGG_reaction,R00178 -13383,BSU_29020,KEGG_reaction,R01061 -13384,BSU_29060,KEGG_reaction,R00130 -13385,BSU_29090,KEGG_reaction,R00375 -13386,BSU_29090,KEGG_reaction,R00376 -13387,BSU_29090,KEGG_reaction,R00377 -13388,BSU_29090,KEGG_reaction,R00378 -13389,BSU_29120,KEGG_reaction,R00342 -13390,BSU_29120,KEGG_reaction,R07136 -13391,BSU_29130,KEGG_reaction,R00267 -13392,BSU_29130,KEGG_reaction,R00268 -13393,BSU_29130,KEGG_reaction,R01899 -13394,BSU_29140,KEGG_reaction,R00351 -13395,BSU_29180,KEGG_reaction,R00200 -13396,BSU_29180,KEGG_reaction,R00430 -13397,BSU_29180,KEGG_reaction,R01138 -13398,BSU_29180,KEGG_reaction,R01858 -13399,BSU_29180,KEGG_reaction,R02320 -13400,BSU_29190,KEGG_reaction,R00756 -13401,BSU_29190,KEGG_reaction,R03236 -13402,BSU_29190,KEGG_reaction,R03237 -13403,BSU_29190,KEGG_reaction,R03238 -13404,BSU_29190,KEGG_reaction,R03239 -13405,BSU_29190,KEGG_reaction,R04779 -13406,BSU_29200,KEGG_reaction,R00742 -13407,BSU_29200,KEGG_reaction,R04386 -13408,BSU_29210,KEGG_reaction,R00742 -13409,BSU_29210,KEGG_reaction,R04386 -13410,BSU_29220,KEGG_reaction,R00214 -13411,BSU_29230,KEGG_reaction,R00375 -13412,BSU_29230,KEGG_reaction,R00376 -13413,BSU_29230,KEGG_reaction,R00377 -13414,BSU_29230,KEGG_reaction,R00378 -13415,BSU_29250,KEGG_reaction,R00188 -13416,BSU_29250,KEGG_reaction,R00508 -13417,BSU_29300,KEGG_reaction,R00161 -13418,BSU_29300,KEGG_reaction,R00549 -13419,BSU_29420,KEGG_reaction,R04533 -13420,BSU_29420,KEGG_reaction,R04534 -13421,BSU_29420,KEGG_reaction,R04536 -13422,BSU_29420,KEGG_reaction,R04543 -13423,BSU_29420,KEGG_reaction,R04566 -13424,BSU_29420,KEGG_reaction,R04953 -13425,BSU_29420,KEGG_reaction,R04964 -13426,BSU_29420,KEGG_reaction,R07759 -13427,BSU_29420,KEGG_reaction,R07763 -13428,BSU_29420,KEGG_reaction,R10116 -13429,BSU_29420,KEGG_reaction,R10120 -13430,BSU_29420,KEGG_reaction,R11671 -13431,BSU_29440,KEGG_reaction,R01086 -13432,BSU_29450,KEGG_reaction,R01954 -13433,BSU_29460,KEGG_reaction,R09726 -13434,BSU_29470,KEGG_reaction,R00315 -13435,BSU_29470,KEGG_reaction,R01353 -13436,BSU_29540,KEGG_reaction,R00104 -13437,BSU_29560,KEGG_reaction,R00235 -13438,BSU_29560,KEGG_reaction,R00236 -13439,BSU_29560,KEGG_reaction,R00316 -13440,BSU_29560,KEGG_reaction,R00926 -13441,BSU_29560,KEGG_reaction,R01354 -13442,BSU_29580,KEGG_reaction,R07461 -13443,BSU_29590,KEGG_reaction,R07460 -13444,BSU_29590,KEGG_reaction,R11528 -13445,BSU_29590,KEGG_reaction,R11529 -13446,BSU_29620,KEGG_reaction,R03013 -13447,BSU_29640,KEGG_reaction,R02025 -13448,BSU_29670,KEGG_reaction,R02918 -13449,BSU_29680,KEGG_reaction,R00235 -13450,BSU_29680,KEGG_reaction,R00236 -13451,BSU_29680,KEGG_reaction,R00316 -13452,BSU_29680,KEGG_reaction,R00926 -13453,BSU_29680,KEGG_reaction,R01354 -13454,BSU_29750,KEGG_reaction,R01715 -13455,BSU_29750,KEGG_reaction,R01826 -13456,BSU_29790,KEGG_reaction,R03193 -13457,BSU_29880,KEGG_reaction,R00214 -13458,BSU_29930,KEGG_reaction,R02111 -13459,BSU_29970,KEGG_reaction,R00897 -13460,BSU_29970,KEGG_reaction,R03601 -13461,BSU_29970,KEGG_reaction,R04859 -13462,BSU_29980,KEGG_reaction,R02734 -13463,BSU_30180,KEGG_reaction,R10520 -13464,BSU_30180,KEGG_reaction,R10907 -13465,BSU_30190,KEGG_reaction,R10123 -13466,BSU_30200,KEGG_reaction,R01078 -13467,BSU_30210,KEGG_reaction,R03182 -13468,BSU_30220,KEGG_reaction,R03210 -13469,BSU_30220,KEGG_reaction,R10124 -13470,BSU_30230,KEGG_reaction,R03231 -13471,BSU_30230,KEGG_reaction,R10699 -13472,BSU_30240,KEGG_reaction,R03209 -13473,BSU_30300,KEGG_reaction,R01101 -13474,BSU_30300,KEGG_reaction,R01103 -13475,BSU_30300,KEGG_reaction,R01104 -13476,BSU_30300,KEGG_reaction,R01194 -13477,BSU_30300,KEGG_reaction,R01329 -13478,BSU_30300,KEGG_reaction,R02926 -13479,BSU_30300,KEGG_reaction,R03634 -13480,BSU_30300,KEGG_reaction,R04019 -13481,BSU_30300,KEGG_reaction,R04470 -13482,BSU_30300,KEGG_reaction,R05549 -13483,BSU_30300,KEGG_reaction,R05961 -13484,BSU_30300,KEGG_reaction,R06091 -13485,BSU_30320,KEGG_reaction,R03657 -13486,BSU_30500,KEGG_reaction,R10009 -13487,BSU_30540,KEGG_reaction,R00578 -13488,BSU_30550,KEGG_reaction,R00177 -13489,BSU_30550,KEGG_reaction,R04771 -13490,BSU_30560,KEGG_reaction,R00341 -13491,BSU_30670,KEGG_reaction,R01291 -13492,BSU_30690,KEGG_reaction,R00132 -13493,BSU_30690,KEGG_reaction,R10092 -13494,BSU_30710,KEGG_reaction,R11325 -13495,BSU_30720,KEGG_reaction,R11325 -13496,BSU_30780,KEGG_reaction,R04031 -13497,BSU_30790,KEGG_reaction,R04030 -13498,BSU_30800,KEGG_reaction,R07263 -13499,BSU_30810,KEGG_reaction,R08166 -13500,BSU_30820,KEGG_reaction,R08165 -13501,BSU_30830,KEGG_reaction,R01717 -13502,BSU_30850,KEGG_reaction,R00289 -13503,BSU_30860,KEGG_reaction,R00286 -13504,BSU_30940,KEGG_reaction,R02111 -13505,BSU_30950,KEGG_reaction,R02421 -13506,BSU_30960,KEGG_reaction,R00948 -13507,BSU_30970,KEGG_reaction,R00948 -13508,BSU_30980,KEGG_reaction,R02110 -13509,BSU_31050,KEGG_reaction,R08557 -13510,BSU_31050,KEGG_reaction,R08558 -13511,BSU_31060,KEGG_reaction,R02565 -13512,BSU_31060,KEGG_reaction,R02566 -13513,BSU_31140,KEGG_reaction,R00893 -13514,BSU_31150,KEGG_reaction,R05627 -13515,BSU_31170,KEGG_reaction,R09954 -13516,BSU_31180,KEGG_reaction,R01902 -13517,BSU_31180,KEGG_reaction,R02437 -13518,BSU_31180,KEGG_reaction,R03014 -13519,BSU_31190,KEGG_reaction,R10819 -13520,BSU_31200,KEGG_reaction,R01902 -13521,BSU_31200,KEGG_reaction,R03014 -13522,BSU_31290,KEGG_reaction,R00028 -13523,BSU_31290,KEGG_reaction,R00801 -13524,BSU_31290,KEGG_reaction,R00802 -13525,BSU_31290,KEGG_reaction,R01718 -13526,BSU_31290,KEGG_reaction,R01791 -13527,BSU_31290,KEGG_reaction,R06087 -13528,BSU_31290,KEGG_reaction,R06088 -13529,BSU_31290,KEGG_reaction,R06199 -13530,BSU_31350,KEGG_reaction,R02739 -13531,BSU_31350,KEGG_reaction,R02740 -13532,BSU_31350,KEGG_reaction,R03321 -13533,BSU_31440,KEGG_reaction,R00782 -13534,BSU_31440,KEGG_reaction,R01286 -13535,BSU_31440,KEGG_reaction,R02408 -13536,BSU_31440,KEGG_reaction,R04941 -13537,BSU_31750,KEGG_reaction,R01724 -13538,BSU_31930,KEGG_reaction,R00396 -13539,BSU_31959,KEGG_reaction,R10880 -13540,BSU_31970,KEGG_reaction,R03037 -13541,BSU_31970,KEGG_reaction,R07644 -13542,BSU_31980,KEGG_reaction,R07644 -13543,BSU_31990,KEGG_reaction,R01717 -13544,BSU_32000,KEGG_reaction,R01505 -13545,BSU_32050,KEGG_reaction,R00899 -13546,BSU_32050,KEGG_reaction,R04951 -13547,BSU_32130,KEGG_reaction,R01134 -13548,BSU_32170,KEGG_reaction,R02735 -13549,BSU_32240,KEGG_reaction,R01771 -13550,BSU_32250,KEGG_reaction,R01466 -13551,BSU_32250,KEGG_reaction,R05086 -13552,BSU_32260,KEGG_reaction,R01773 -13553,BSU_32260,KEGG_reaction,R01775 -13554,BSU_32280,KEGG_reaction,R02029 -13555,BSU_32290,KEGG_reaction,R03024 -13556,BSU_32330,KEGG_reaction,R07767 -13557,BSU_32330,KEGG_reaction,R07768 -13558,BSU_32370,KEGG_reaction,R00183 -13559,BSU_32370,KEGG_reaction,R00511 -13560,BSU_32370,KEGG_reaction,R00963 -13561,BSU_32370,KEGG_reaction,R01126 -13562,BSU_32370,KEGG_reaction,R01227 -13563,BSU_32370,KEGG_reaction,R01569 -13564,BSU_32370,KEGG_reaction,R01664 -13565,BSU_32370,KEGG_reaction,R01968 -13566,BSU_32370,KEGG_reaction,R02088 -13567,BSU_32370,KEGG_reaction,R02102 -13568,BSU_32370,KEGG_reaction,R02323 -13569,BSU_32370,KEGG_reaction,R02719 -13570,BSU_32370,KEGG_reaction,R03346 -13571,BSU_32410,KEGG_reaction,R02425 -13572,BSU_32450,KEGG_reaction,R02106 -13573,BSU_32450,KEGG_reaction,R06604 -13574,BSU_32450,KEGG_reaction,R07981 -13575,BSU_32460,KEGG_reaction,R06601 -13576,BSU_32470,KEGG_reaction,R01768 -13577,BSU_32470,KEGG_reaction,R02103 -13578,BSU_32470,KEGG_reaction,R11168 -13579,BSU_32480,KEGG_reaction,R01768 -13580,BSU_32480,KEGG_reaction,R02103 -13581,BSU_32490,KEGG_reaction,R01768 -13582,BSU_32490,KEGG_reaction,R02103 -13583,BSU_32500,KEGG_reaction,R01768 -13584,BSU_32500,KEGG_reaction,R02103 -13585,BSU_32500,KEGG_reaction,R11582 -13586,BSU_32510,KEGG_reaction,R01768 -13587,BSU_32510,KEGG_reaction,R02103 -13588,BSU_32520,KEGG_reaction,R10908 -13589,BSU_32530,KEGG_reaction,R02423 -13590,BSU_32570,KEGG_reaction,R08124 -13591,BSU_32610,KEGG_reaction,R08125 -13592,BSU_32630,KEGG_reaction,R01374 -13593,BSU_32630,KEGG_reaction,R09493 -13594,BSU_32690,KEGG_reaction,R03599 -13595,BSU_32690,KEGG_reaction,R11528 -13596,BSU_32800,KEGG_reaction,R01221 -13597,BSU_32830,KEGG_reaction,R00829 -13598,BSU_32830,KEGG_reaction,R00927 -13599,BSU_32830,KEGG_reaction,R01177 -13600,BSU_32830,KEGG_reaction,R03778 -13601,BSU_32830,KEGG_reaction,R03858 -13602,BSU_32830,KEGG_reaction,R03991 -13603,BSU_32830,KEGG_reaction,R04546 -13604,BSU_32830,KEGG_reaction,R04742 -13605,BSU_32830,KEGG_reaction,R04747 -13606,BSU_32830,KEGG_reaction,R05506 -13607,BSU_32830,KEGG_reaction,R05586 -13608,BSU_32830,KEGG_reaction,R07891 -13609,BSU_32830,KEGG_reaction,R07895 -13610,BSU_32830,KEGG_reaction,R07899 -13611,BSU_32830,KEGG_reaction,R08091 -13612,BSU_32830,KEGG_reaction,R08095 -13613,BSU_32840,KEGG_reaction,R01975 -13614,BSU_32840,KEGG_reaction,R04737 -13615,BSU_32840,KEGG_reaction,R04739 -13616,BSU_32840,KEGG_reaction,R04741 -13617,BSU_32840,KEGG_reaction,R04743 -13618,BSU_32840,KEGG_reaction,R04745 -13619,BSU_32840,KEGG_reaction,R04748 -13620,BSU_32840,KEGG_reaction,R05305 -13621,BSU_32850,KEGG_reaction,R10507 -13622,BSU_32900,KEGG_reaction,R04533 -13623,BSU_32900,KEGG_reaction,R04534 -13624,BSU_32900,KEGG_reaction,R04536 -13625,BSU_32900,KEGG_reaction,R04543 -13626,BSU_32900,KEGG_reaction,R04566 -13627,BSU_32900,KEGG_reaction,R04953 -13628,BSU_32900,KEGG_reaction,R04964 -13629,BSU_32900,KEGG_reaction,R07759 -13630,BSU_32900,KEGG_reaction,R07763 -13631,BSU_32900,KEGG_reaction,R10116 -13632,BSU_32900,KEGG_reaction,R10120 -13633,BSU_32900,KEGG_reaction,R11671 -13634,BSU_33040,KEGG_reaction,R01082 -13635,BSU_33150,KEGG_reaction,R01492 -13636,BSU_33150,KEGG_reaction,R05220 -13637,BSU_33150,KEGG_reaction,R07268 -13638,BSU_33200,KEGG_reaction,R02427 -13639,BSU_33240,KEGG_reaction,R00522 -13640,BSU_33430,KEGG_reaction,R00858 -13641,BSU_33440,KEGG_reaction,R00858 -13642,BSU_33500,KEGG_reaction,R00086 -13643,BSU_33530,KEGG_reaction,R09954 -13644,BSU_33590,KEGG_reaction,R04533 -13645,BSU_33590,KEGG_reaction,R04534 -13646,BSU_33590,KEGG_reaction,R04536 -13647,BSU_33590,KEGG_reaction,R04543 -13648,BSU_33590,KEGG_reaction,R04566 -13649,BSU_33590,KEGG_reaction,R04953 -13650,BSU_33590,KEGG_reaction,R04964 -13651,BSU_33590,KEGG_reaction,R07759 -13652,BSU_33590,KEGG_reaction,R07763 -13653,BSU_33590,KEGG_reaction,R10116 -13654,BSU_33590,KEGG_reaction,R10120 -13655,BSU_33590,KEGG_reaction,R11671 -13656,BSU_33900,KEGG_reaction,R00658 -13657,BSU_33910,KEGG_reaction,R01518 -13658,BSU_33920,KEGG_reaction,R01015 -13659,BSU_33930,KEGG_reaction,R01512 -13660,BSU_33940,KEGG_reaction,R01061 -13661,BSU_34130,KEGG_reaction,R01105 -13662,BSU_34430,KEGG_reaction,R00491 -13663,BSU_34450,KEGG_reaction,R05140 -13664,BSU_34460,KEGG_reaction,R05624 -13665,BSU_34460,KEGG_reaction,R11311 -13666,BSU_34550,KEGG_reaction,R02728 -13667,BSU_34550,KEGG_reaction,R11310 -13668,BSU_34560,KEGG_reaction,R00801 -13669,BSU_34560,KEGG_reaction,R01718 -13670,BSU_34560,KEGG_reaction,R01791 -13671,BSU_34560,KEGG_reaction,R06199 -13672,BSU_34570,KEGG_reaction,R01555 -13673,BSU_34620,KEGG_reaction,R02112 -13674,BSU_34620,KEGG_reaction,R03122 -13675,BSU_34620,KEGG_reaction,R11262 -13676,BSU_34640,KEGG_reaction,R00182 -13677,BSU_34640,KEGG_reaction,R00510 -13678,BSU_34670,KEGG_reaction,R00132 -13679,BSU_34670,KEGG_reaction,R10092 -13680,BSU_34680,KEGG_reaction,R00465 -13681,BSU_34680,KEGG_reaction,R01388 -13682,BSU_34680,KEGG_reaction,R01392 -13683,BSU_34680,KEGG_reaction,R01739 -13684,BSU_34790,KEGG_reaction,R02016 -13685,BSU_34790,KEGG_reaction,R03596 -13686,BSU_34790,KEGG_reaction,R09372 -13687,BSU_34860,KEGG_reaction,R04035 -13688,BSU_34860,KEGG_reaction,R04037 -13689,BSU_34870,KEGG_reaction,R04558 -13690,BSU_34880,KEGG_reaction,R04640 -13691,BSU_34890,KEGG_reaction,R04558 -13692,BSU_34900,KEGG_reaction,R03457 -13693,BSU_34910,KEGG_reaction,R01158 -13694,BSU_34910,KEGG_reaction,R01163 -13695,BSU_34910,KEGG_reaction,R03012 -13696,BSU_34920,KEGG_reaction,R01071 -13697,BSU_34930,KEGG_reaction,R01071 -13698,BSU_35010,KEGG_reaction,R02059 -13699,BSU_35020,KEGG_reaction,R00765 -13700,BSU_35190,KEGG_reaction,R00199 -13701,BSU_35530,KEGG_reaction,R08856 -13702,BSU_35580,KEGG_reaction,R00286 -13703,BSU_35620,KEGG_reaction,R04112 -13704,BSU_35660,KEGG_reaction,R00420 -13705,BSU_35670,KEGG_reaction,R00289 -13706,BSU_35699,KEGG_reaction,R00289 -13707,BSU_35740,KEGG_reaction,R00856 -13708,BSU_35760,KEGG_reaction,R11558 -13709,BSU_35790,KEGG_reaction,R01819 -13710,BSU_35850,KEGG_reaction,R07280 -13711,BSU_35920,KEGG_reaction,R01051 -13712,BSU_35920,KEGG_reaction,R02750 -13713,BSU_35930,KEGG_reaction,R08247 -13714,BSU_36000,KEGG_reaction,R02948 -13715,BSU_36010,KEGG_reaction,R00006 -13716,BSU_36010,KEGG_reaction,R00014 -13717,BSU_36010,KEGG_reaction,R00226 -13718,BSU_36010,KEGG_reaction,R03050 -13719,BSU_36010,KEGG_reaction,R04672 -13720,BSU_36010,KEGG_reaction,R04673 -13721,BSU_36010,KEGG_reaction,R08648 -13722,BSU_36100,KEGG_reaction,R00494 -13723,BSU_36100,KEGG_reaction,R01262 -13724,BSU_36100,KEGG_reaction,R01687 -13725,BSU_36100,KEGG_reaction,R03867 -13726,BSU_36100,KEGG_reaction,R03916 -13727,BSU_36100,KEGG_reaction,R03970 -13728,BSU_36100,KEGG_reaction,R03971 -13729,BSU_36100,KEGG_reaction,R04935 -13730,BSU_36230,KEGG_reaction,R00286 -13731,BSU_36290,KEGG_reaction,R07280 -13732,BSU_36370,KEGG_reaction,R04428 -13733,BSU_36370,KEGG_reaction,R04535 -13734,BSU_36370,KEGG_reaction,R04537 -13735,BSU_36370,KEGG_reaction,R04544 -13736,BSU_36370,KEGG_reaction,R04568 -13737,BSU_36370,KEGG_reaction,R04954 -13738,BSU_36370,KEGG_reaction,R04965 -13739,BSU_36370,KEGG_reaction,R07764 -13740,BSU_36370,KEGG_reaction,R10117 -13741,BSU_36370,KEGG_reaction,R10121 -13742,BSU_36530,KEGG_reaction,R05627 -13743,BSU_36560,KEGG_reaction,R08871 -13744,BSU_36560,KEGG_reaction,R08938 -13745,BSU_36590,KEGG_reaction,R07390 -13746,BSU_36640,KEGG_reaction,R00131 -13747,BSU_36650,KEGG_reaction,R00131 -13748,BSU_36660,KEGG_reaction,R00131 -13749,BSU_36700,KEGG_reaction,R09394 -13750,BSU_36760,KEGG_reaction,R00660 -13751,BSU_36890,KEGG_reaction,R00966 -13752,BSU_36900,KEGG_reaction,R00945 -13753,BSU_36900,KEGG_reaction,R09099 -13754,BSU_36920,KEGG_reaction,R01056 -13755,BSU_36920,KEGG_reaction,R09030 -13756,BSU_36950,KEGG_reaction,R10463 -13757,BSU_37000,KEGG_reaction,R10806 -13758,BSU_37050,KEGG_reaction,R00214 -13759,BSU_37060,KEGG_reaction,R01567 -13760,BSU_37060,KEGG_reaction,R02099 -13761,BSU_37060,KEGG_reaction,R08233 -13762,BSU_37090,KEGG_reaction,R00762 -13763,BSU_37090,KEGG_reaction,R04780 -13764,BSU_37100,KEGG_reaction,R00660 -13765,BSU_37110,KEGG_reaction,R01827 -13766,BSU_37120,KEGG_reaction,R01068 -13767,BSU_37120,KEGG_reaction,R01070 -13768,BSU_37120,KEGG_reaction,R01829 -13769,BSU_37120,KEGG_reaction,R02568 -13770,BSU_37150,KEGG_reaction,R00571 -13771,BSU_37150,KEGG_reaction,R00573 -13772,BSU_37160,KEGG_reaction,R00435 -13773,BSU_37160,KEGG_reaction,R00441 -13774,BSU_37160,KEGG_reaction,R00442 -13775,BSU_37160,KEGG_reaction,R00443 -13776,BSU_37190,KEGG_reaction,R07390 -13777,BSU_37240,KEGG_reaction,R07390 -13778,BSU_37250,KEGG_reaction,R00798 -13779,BSU_37250,KEGG_reaction,R01106 -13780,BSU_37250,KEGG_reaction,R09497 -13781,BSU_37270,KEGG_reaction,R00798 -13782,BSU_37270,KEGG_reaction,R01106 -13783,BSU_37270,KEGG_reaction,R09497 -13784,BSU_37280,KEGG_reaction,R00798 -13785,BSU_37280,KEGG_reaction,R01106 -13786,BSU_37280,KEGG_reaction,R09497 -13787,BSU_37330,KEGG_reaction,R03646 -13788,BSU_37490,KEGG_reaction,R01157 -13789,BSU_37500,KEGG_reaction,R01920 -13790,BSU_37500,KEGG_reaction,R02869 -13791,BSU_37500,KEGG_reaction,R08359 -13792,BSU_37540,KEGG_reaction,R03966 -13793,BSU_37540,KEGG_reaction,R05389 -13794,BSU_37560,KEGG_reaction,R03663 -13795,BSU_37660,KEGG_reaction,R00230 -13796,BSU_37660,KEGG_reaction,R00921 -13797,BSU_37670,KEGG_reaction,R11522 -13798,BSU_37680,KEGG_reaction,R11067 -13799,BSU_37690,KEGG_reaction,R11068 -13800,BSU_37720,KEGG_reaction,R10917 -13801,BSU_37780,KEGG_reaction,R00245 -13802,BSU_37780,KEGG_reaction,R00707 -13803,BSU_37780,KEGG_reaction,R00708 -13804,BSU_37780,KEGG_reaction,R04444 -13805,BSU_37780,KEGG_reaction,R04445 -13806,BSU_37780,KEGG_reaction,R05051 -13807,BSU_37790,KEGG_reaction,R00243 -13808,BSU_37810,KEGG_reaction,R06514 -13809,BSU_37820,KEGG_reaction,R02777 -13810,BSU_37830,KEGG_reaction,R06513 -13811,BSU_37840,KEGG_reaction,R02328 -13812,BSU_37870,KEGG_reaction,R01804 -13813,BSU_37870,KEGG_reaction,R04435 -13814,BSU_37960,KEGG_reaction,R00264 -13815,BSU_37960,KEGG_reaction,R00631 -13816,BSU_37960,KEGG_reaction,R00710 -13817,BSU_37960,KEGG_reaction,R00904 -13818,BSU_37960,KEGG_reaction,R01752 -13819,BSU_37960,KEGG_reaction,R01986 -13820,BSU_37960,KEGG_reaction,R02549 -13821,BSU_37960,KEGG_reaction,R02678 -13822,BSU_37960,KEGG_reaction,R02940 -13823,BSU_37960,KEGG_reaction,R02957 -13824,BSU_37960,KEGG_reaction,R03283 -13825,BSU_37960,KEGG_reaction,R03869 -13826,BSU_37960,KEGG_reaction,R04065 -13827,BSU_37960,KEGG_reaction,R04506 -13828,BSU_37960,KEGG_reaction,R04903 -13829,BSU_37960,KEGG_reaction,R05050 -13830,BSU_37960,KEGG_reaction,R05237 -13831,BSU_37960,KEGG_reaction,R05238 -13832,BSU_37960,KEGG_reaction,R05286 -13833,BSU_37960,KEGG_reaction,R06366 -13834,BSU_37960,KEGG_reaction,R08146 -13835,BSU_38020,KEGG_reaction,R00174 -13836,BSU_38020,KEGG_reaction,R01909 -13837,BSU_38020,KEGG_reaction,R02493 -13838,BSU_38040,KEGG_reaction,R00801 -13839,BSU_38040,KEGG_reaction,R00802 -13840,BSU_38040,KEGG_reaction,R02410 -13841,BSU_38040,KEGG_reaction,R03635 -13842,BSU_38040,KEGG_reaction,R03921 -13843,BSU_38040,KEGG_reaction,R06088 -13844,BSU_38050,KEGG_reaction,R00811 -13845,BSU_38110,KEGG_reaction,R05706 -13846,BSU_38140,KEGG_reaction,R09492 -13847,BSU_38150,KEGG_reaction,R09492 -13848,BSU_38160,KEGG_reaction,R09492 -13849,BSU_38170,KEGG_reaction,R09492 -13850,BSU_38190,KEGG_reaction,R00955 -13851,BSU_38200,KEGG_reaction,R01092 -13852,BSU_38290,KEGG_reaction,R03223 -13853,BSU_38290,KEGG_reaction,R10712 -13854,BSU_38300,KEGG_reaction,R04448 -13855,BSU_38370,KEGG_reaction,R02530 -13856,BSU_38390,KEGG_reaction,R11170 -13857,BSU_38390,KEGG_reaction,R11172 -13858,BSU_38410,KEGG_reaction,R00811 -13859,BSU_38460,KEGG_reaction,R02918 -13860,BSU_38480,KEGG_reaction,R00429 -13861,BSU_38490,KEGG_reaction,R05617 -13862,BSU_38490,KEGG_reaction,R06858 -13863,BSU_38490,KEGG_reaction,R10757 -13864,BSU_38500,KEGG_reaction,R02718 -13865,BSU_38520,KEGG_reaction,R02718 -13866,BSU_38550,KEGG_reaction,R01090 -13867,BSU_38550,KEGG_reaction,R01214 -13868,BSU_38550,KEGG_reaction,R02199 -13869,BSU_38550,KEGG_reaction,R10991 -13870,BSU_38560,KEGG_reaction,R00839 -13871,BSU_38560,KEGG_reaction,R05133 -13872,BSU_38560,KEGG_reaction,R05134 -13873,BSU_38570,KEGG_reaction,R11170 -13874,BSU_38570,KEGG_reaction,R11172 -13875,BSU_38580,KEGG_reaction,R11170 -13876,BSU_38580,KEGG_reaction,R11172 -13877,BSU_38590,KEGG_reaction,R11170 -13878,BSU_38590,KEGG_reaction,R11172 -13879,BSU_38630,KEGG_reaction,R00009 -13880,BSU_38630,KEGG_reaction,R00602 -13881,BSU_38630,KEGG_reaction,R02670 -13882,BSU_38750,KEGG_reaction,R11325 -13883,BSU_38760,KEGG_reaction,R11325 -13884,BSU_38830,KEGG_reaction,R00264 -13885,BSU_38830,KEGG_reaction,R00631 -13886,BSU_38830,KEGG_reaction,R00710 -13887,BSU_38830,KEGG_reaction,R00904 -13888,BSU_38830,KEGG_reaction,R01752 -13889,BSU_38830,KEGG_reaction,R01986 -13890,BSU_38830,KEGG_reaction,R02549 -13891,BSU_38830,KEGG_reaction,R02678 -13892,BSU_38830,KEGG_reaction,R02940 -13893,BSU_38830,KEGG_reaction,R02957 -13894,BSU_38830,KEGG_reaction,R03283 -13895,BSU_38830,KEGG_reaction,R03869 -13896,BSU_38830,KEGG_reaction,R04065 -13897,BSU_38830,KEGG_reaction,R04506 -13898,BSU_38830,KEGG_reaction,R04903 -13899,BSU_38830,KEGG_reaction,R05050 -13900,BSU_38830,KEGG_reaction,R05237 -13901,BSU_38830,KEGG_reaction,R05238 -13902,BSU_38830,KEGG_reaction,R05286 -13903,BSU_38830,KEGG_reaction,R05699 -13904,BSU_38830,KEGG_reaction,R06366 -13905,BSU_38830,KEGG_reaction,R08146 -13906,BSU_38860,KEGG_reaction,R00291 -13907,BSU_38860,KEGG_reaction,R02984 -13908,BSU_38960,KEGG_reaction,R04405 -13909,BSU_38960,KEGG_reaction,R09365 -13910,BSU_38970,KEGG_reaction,R01361 -13911,BSU_38980,KEGG_reaction,R00410 -13912,BSU_38990,KEGG_reaction,R00410 -13913,BSU_39010,KEGG_reaction,R07233 -13914,BSU_39050,KEGG_reaction,R00009 -13915,BSU_39050,KEGG_reaction,R00602 -13916,BSU_39050,KEGG_reaction,R02670 -13917,BSU_39260,KEGG_reaction,R00839 -13918,BSU_39260,KEGG_reaction,R05133 -13919,BSU_39260,KEGG_reaction,R05134 -13920,BSU_39350,KEGG_reaction,R01168 -13921,BSU_39360,KEGG_reaction,R02914 -13922,BSU_39370,KEGG_reaction,R02288 -13923,BSU_39380,KEGG_reaction,R02285 -13924,BSU_39400,KEGG_reaction,R01570 -13925,BSU_39400,KEGG_reaction,R01876 -13926,BSU_39400,KEGG_reaction,R02296 -13927,BSU_39400,KEGG_reaction,R02484 -13928,BSU_39420,KEGG_reaction,R01066 -13929,BSU_39540,KEGG_reaction,R02797 -13930,BSU_39540,KEGG_reaction,R03975 -13931,BSU_39540,KEGG_reaction,R03977 -13932,BSU_39540,KEGG_reaction,R04486 -13933,BSU_39540,KEGG_reaction,R04487 -13934,BSU_39540,KEGG_reaction,R05835 -13935,BSU_39670,KEGG_reaction,R05378 -13936,BSU_39680,KEGG_reaction,R09952 -13937,BSU_39700,KEGG_reaction,R01183 -13938,BSU_39700,KEGG_reaction,R09951 -13939,BSU_39720,KEGG_reaction,R02782 -13940,BSU_39720,KEGG_reaction,R05659 -13941,BSU_39730,KEGG_reaction,R08603 -13942,BSU_39740,KEGG_reaction,R05661 -13943,BSU_39750,KEGG_reaction,R08503 -13944,BSU_39760,KEGG_reaction,R00705 -13945,BSU_39760,KEGG_reaction,R00706 -13946,BSU_39760,KEGG_reaction,R00922 -13947,BSU_39760,KEGG_reaction,R00935 -13948,BSU_39860,KEGG_reaction,R00264 -13949,BSU_39860,KEGG_reaction,R00631 -13950,BSU_39860,KEGG_reaction,R00710 -13951,BSU_39860,KEGG_reaction,R00904 -13952,BSU_39860,KEGG_reaction,R01752 -13953,BSU_39860,KEGG_reaction,R01986 -13954,BSU_39860,KEGG_reaction,R02549 -13955,BSU_39860,KEGG_reaction,R02678 -13956,BSU_39860,KEGG_reaction,R02940 -13957,BSU_39860,KEGG_reaction,R02957 -13958,BSU_39860,KEGG_reaction,R03283 -13959,BSU_39860,KEGG_reaction,R03869 -13960,BSU_39860,KEGG_reaction,R04065 -13961,BSU_39860,KEGG_reaction,R04506 -13962,BSU_39860,KEGG_reaction,R04903 -13963,BSU_39860,KEGG_reaction,R05050 -13964,BSU_39860,KEGG_reaction,R05237 -13965,BSU_39860,KEGG_reaction,R05238 -13966,BSU_39860,KEGG_reaction,R05286 -13967,BSU_39860,KEGG_reaction,R06366 -13968,BSU_39860,KEGG_reaction,R08146 -13969,BSU_39920,KEGG_reaction,R00578 -13970,BSU_40040,KEGG_reaction,R08572 -13971,BSU_40060,KEGG_reaction,R01737 -13972,BSU_40080,KEGG_reaction,R01528 -13973,BSU_40080,KEGG_reaction,R10221 -13974,BSU_40110,KEGG_reaction,R00839 -13975,BSU_40110,KEGG_reaction,R05133 -13976,BSU_40110,KEGG_reaction,R05134 -13977,BSU_40190,KEGG_reaction,R00762 -13978,BSU_40190,KEGG_reaction,R04780 -13979,BSU_40250,KEGG_reaction,R00604 -13980,BSU_40250,KEGG_reaction,R00623 -13981,BSU_40250,KEGG_reaction,R00754 -13982,BSU_40250,KEGG_reaction,R02124 -13983,BSU_40250,KEGG_reaction,R04880 -13984,BSU_40250,KEGG_reaction,R05233 -13985,BSU_40250,KEGG_reaction,R05234 -13986,BSU_40250,KEGG_reaction,R06917 -13987,BSU_40250,KEGG_reaction,R06927 -13988,BSU_40250,KEGG_reaction,R06983 -13989,BSU_40250,KEGG_reaction,R07105 -13990,BSU_40250,KEGG_reaction,R08281 -13991,BSU_40250,KEGG_reaction,R08306 -13992,BSU_40250,KEGG_reaction,R08310 -13993,BSU_40320,KEGG_reaction,R00551 -13994,BSU_40340,KEGG_reaction,R00667 -13995,BSU_40420,KEGG_reaction,R01135 -13996,BSU_40860,KEGG_reaction,R02530 -13997,BSU_41010,KEGG_reaction,R08701 -13998,BSU_41020,KEGG_reaction,R08701 +2,BSU_00010,KEGG_pathway,map02020 +3,BSU_00010,KEGG_pathway,map04112 +10,BSU_00020,KEGG_pathway,map00230 +11,BSU_00020,KEGG_pathway,map00240 +12,BSU_00020,KEGG_pathway,map01100 +13,BSU_00020,KEGG_pathway,map03030 +14,BSU_00020,KEGG_pathway,map03430 +15,BSU_00020,KEGG_pathway,map03440 +16,BSU_00030,KEGG_pathway,- +18,BSU_00040,KEGG_pathway,map03440 +19,BSU_00050,KEGG_pathway,- +20,BSU_00060,KEGG_pathway,- +21,BSU_00070,KEGG_pathway,- +22,BSU_00080,KEGG_pathway,- +27,BSU_00090,KEGG_pathway,map00230 +28,BSU_00090,KEGG_pathway,map00983 +29,BSU_00090,KEGG_pathway,map01100 +30,BSU_00090,KEGG_pathway,map01110 +33,BSU_00100,KEGG_pathway,map00550 +34,BSU_00100,KEGG_pathway,map01100 +36,BSU_00110,KEGG_pathway,map00750 +38,BSU_00120,KEGG_pathway,map00750 +40,BSU_00130,KEGG_pathway,map00970 +44,BSU_00140,KEGG_pathway,map00230 +45,BSU_00140,KEGG_pathway,map00240 +46,BSU_00140,KEGG_pathway,map01100 +50,BSU_00150,KEGG_pathway,map00230 +51,BSU_00150,KEGG_pathway,map00240 +52,BSU_00150,KEGG_pathway,map01100 +53,BSU_00160,KEGG_pathway,- +54,BSU_00170,KEGG_pathway,- +59,BSU_00180,KEGG_pathway,map00230 +60,BSU_00180,KEGG_pathway,map00240 +61,BSU_00180,KEGG_pathway,map00330 +62,BSU_00180,KEGG_pathway,map01100 +69,BSU_00190,KEGG_pathway,map00230 +70,BSU_00190,KEGG_pathway,map00240 +71,BSU_00190,KEGG_pathway,map01100 +72,BSU_00190,KEGG_pathway,map03030 +73,BSU_00190,KEGG_pathway,map03430 +74,BSU_00190,KEGG_pathway,map03440 +75,BSU_00200,KEGG_pathway,- +77,BSU_00210,KEGG_pathway,map03440 +78,BSU_00220,KEGG_pathway,- +79,BSU_00230,KEGG_pathway,- +80,BSU_00240,KEGG_pathway,- +81,BSU_00250,KEGG_pathway,- +82,BSU_00260,KEGG_pathway,- +90,BSU_00270,KEGG_pathway,map00310 +91,BSU_00270,KEGG_pathway,map00330 +92,BSU_00270,KEGG_pathway,map00480 +93,BSU_00270,KEGG_pathway,map00960 +94,BSU_00270,KEGG_pathway,map01100 +95,BSU_00270,KEGG_pathway,map01110 +96,BSU_00270,KEGG_pathway,map01130 +99,BSU_00280,KEGG_pathway,map00240 +100,BSU_00280,KEGG_pathway,map01100 +101,BSU_00290,KEGG_pathway,- +102,BSU_00300,KEGG_pathway,- +109,BSU_00310,KEGG_pathway,map00230 +110,BSU_00310,KEGG_pathway,map00240 +111,BSU_00310,KEGG_pathway,map01100 +112,BSU_00310,KEGG_pathway,map03030 +113,BSU_00310,KEGG_pathway,map03430 +114,BSU_00310,KEGG_pathway,map03440 +115,BSU_00320,KEGG_pathway,- +116,BSU_00330,KEGG_pathway,- +117,BSU_00340,KEGG_pathway,- +118,BSU_00350,KEGG_pathway,- +119,BSU_00360,KEGG_pathway,- +120,BSU_00370,KEGG_pathway,- +123,BSU_00380,KEGG_pathway,map00450 +124,BSU_00380,KEGG_pathway,map00970 +125,BSU_00390,KEGG_pathway,- +126,BSU_00400,KEGG_pathway,- +127,BSU_00410,KEGG_pathway,- +128,BSU_00420,KEGG_pathway,- +129,BSU_00430,KEGG_pathway,- +130,BSU_00440,KEGG_pathway,- +131,BSU_00450,KEGG_pathway,- +136,BSU_00460,KEGG_pathway,map00900 +137,BSU_00460,KEGG_pathway,map01100 +138,BSU_00460,KEGG_pathway,map01110 +139,BSU_00460,KEGG_pathway,map01130 +143,BSU_00470,KEGG_pathway,map00230 +144,BSU_00470,KEGG_pathway,map01100 +145,BSU_00470,KEGG_pathway,map01110 +146,BSU_00480,KEGG_pathway,- +147,BSU_00490,KEGG_pathway,- +151,BSU_00500,KEGG_pathway,map00520 +152,BSU_00500,KEGG_pathway,map01100 +153,BSU_00500,KEGG_pathway,map01130 +162,BSU_00510,KEGG_pathway,map00030 +163,BSU_00510,KEGG_pathway,map00230 +164,BSU_00510,KEGG_pathway,map01100 +165,BSU_00510,KEGG_pathway,map01110 +166,BSU_00510,KEGG_pathway,map01120 +167,BSU_00510,KEGG_pathway,map01130 +168,BSU_00510,KEGG_pathway,map01200 +169,BSU_00510,KEGG_pathway,map01230 +171,BSU_00520,KEGG_pathway,map03010 +172,BSU_00530,KEGG_pathway,- +173,BSU_00540,KEGG_pathway,- +175,BSU_00550,KEGG_pathway,map03420 +176,BSU_00560,KEGG_pathway,- +177,BSU_00570,KEGG_pathway,- +183,BSU_00580,KEGG_pathway,map00230 +184,BSU_00580,KEGG_pathway,map00240 +185,BSU_00580,KEGG_pathway,map00760 +186,BSU_00580,KEGG_pathway,map00770 +187,BSU_00580,KEGG_pathway,map01100 +188,BSU_00590,KEGG_pathway,- +189,BSU_00600,KEGG_pathway,- +190,BSU_00610,KEGG_pathway,- +191,BSU_00620,KEGG_pathway,- +192,BSU_00630,KEGG_pathway,- +193,BSU_00640,KEGG_pathway,- +194,BSU_00650,KEGG_pathway,- +195,BSU_00660,KEGG_pathway,- +199,BSU_00670,KEGG_pathway,map00230 +200,BSU_00670,KEGG_pathway,map01100 +201,BSU_00670,KEGG_pathway,map01110 +206,BSU_00680,KEGG_pathway,map00230 +207,BSU_00680,KEGG_pathway,map00983 +208,BSU_00680,KEGG_pathway,map01100 +209,BSU_00680,KEGG_pathway,map01110 +210,BSU_00690,KEGG_pathway,- +213,BSU_00700,KEGG_pathway,map00770 +214,BSU_00700,KEGG_pathway,map01100 +215,BSU_00710,KEGG_pathway,- +216,BSU_00720,KEGG_pathway,- +225,BSU_00730,KEGG_pathway,map00270 +226,BSU_00730,KEGG_pathway,map00920 +227,BSU_00730,KEGG_pathway,map01100 +228,BSU_00730,KEGG_pathway,map01110 +229,BSU_00730,KEGG_pathway,map01120 +230,BSU_00730,KEGG_pathway,map01130 +231,BSU_00730,KEGG_pathway,map01200 +232,BSU_00730,KEGG_pathway,map01230 +234,BSU_00740,KEGG_pathway,map00790 +244,BSU_00750,KEGG_pathway,map00400 +245,BSU_00750,KEGG_pathway,map00405 +246,BSU_00750,KEGG_pathway,map00790 +247,BSU_00750,KEGG_pathway,map01100 +248,BSU_00750,KEGG_pathway,map01110 +249,BSU_00750,KEGG_pathway,map01130 +250,BSU_00750,KEGG_pathway,map01230 +251,BSU_00750,KEGG_pathway,map02024 +252,BSU_00750,KEGG_pathway,map02025 +263,BSU_00760,KEGG_pathway,map00270 +264,BSU_00760,KEGG_pathway,map00280 +265,BSU_00760,KEGG_pathway,map00290 +266,BSU_00760,KEGG_pathway,map00770 +267,BSU_00760,KEGG_pathway,map00790 +268,BSU_00760,KEGG_pathway,map01100 +269,BSU_00760,KEGG_pathway,map01110 +270,BSU_00760,KEGG_pathway,map01130 +271,BSU_00760,KEGG_pathway,map01210 +272,BSU_00760,KEGG_pathway,map01230 +275,BSU_00770,KEGG_pathway,map00790 +276,BSU_00770,KEGG_pathway,map01100 +279,BSU_00780,KEGG_pathway,map00790 +280,BSU_00780,KEGG_pathway,map01100 +283,BSU_00790,KEGG_pathway,map00790 +284,BSU_00790,KEGG_pathway,map01100 +285,BSU_00800,KEGG_pathway,- +286,BSU_00810,KEGG_pathway,- +288,BSU_00820,KEGG_pathway,map00970 +289,BSU_00830,KEGG_pathway,- +290,BSU_00840,KEGG_pathway,- +293,BSU_00850,KEGG_pathway,map00330 +294,BSU_00850,KEGG_pathway,map01100 +296,BSU_00860,KEGG_pathway,map01100 +297,BSU_00870,KEGG_pathway,- +298,BSU_00880,KEGG_pathway,- +299,BSU_00890,KEGG_pathway,- +304,BSU_00900,KEGG_pathway,map00900 +305,BSU_00900,KEGG_pathway,map01100 +306,BSU_00900,KEGG_pathway,map01110 +307,BSU_00900,KEGG_pathway,map01130 +312,BSU_00910,KEGG_pathway,map00900 +313,BSU_00910,KEGG_pathway,map01100 +314,BSU_00910,KEGG_pathway,map01110 +315,BSU_00910,KEGG_pathway,map01130 +321,BSU_00920,KEGG_pathway,map00860 +322,BSU_00920,KEGG_pathway,map00970 +323,BSU_00920,KEGG_pathway,map01100 +324,BSU_00920,KEGG_pathway,map01110 +325,BSU_00920,KEGG_pathway,map01120 +334,BSU_00930,KEGG_pathway,map00270 +335,BSU_00930,KEGG_pathway,map00920 +336,BSU_00930,KEGG_pathway,map01100 +337,BSU_00930,KEGG_pathway,map01110 +338,BSU_00930,KEGG_pathway,map01120 +339,BSU_00930,KEGG_pathway,map01200 +340,BSU_00930,KEGG_pathway,map01230 +341,BSU_00930,KEGG_pathway,map05111 +343,BSU_00940,KEGG_pathway,map00970 +344,BSU_00950,KEGG_pathway,- +345,BSU_00960,KEGG_pathway,- +346,BSU_00970,KEGG_pathway,- +349,BSU_00980,KEGG_pathway,map02020 +350,BSU_00980,KEGG_pathway,map02024 +352,BSU_00990,KEGG_pathway,map03010 +356,BSU_01000,KEGG_pathway,map02024 +357,BSU_01000,KEGG_pathway,map03060 +358,BSU_01000,KEGG_pathway,map03070 +359,BSU_01010,KEGG_pathway,- +361,BSU_01020,KEGG_pathway,map03010 +363,BSU_01030,KEGG_pathway,map03010 +365,BSU_01040,KEGG_pathway,map03010 +367,BSU_01050,KEGG_pathway,map03010 +368,BSU_01060,KEGG_pathway,- +373,BSU_01070,KEGG_pathway,map00230 +374,BSU_01070,KEGG_pathway,map00240 +375,BSU_01070,KEGG_pathway,map01100 +376,BSU_01070,KEGG_pathway,map03020 +381,BSU_01080,KEGG_pathway,map00230 +382,BSU_01080,KEGG_pathway,map00240 +383,BSU_01080,KEGG_pathway,map01100 +384,BSU_01080,KEGG_pathway,map03020 +386,BSU_01090,KEGG_pathway,map03010 +388,BSU_01100,KEGG_pathway,map03010 +390,BSU_01110,KEGG_pathway,map03010 +391,BSU_01120,KEGG_pathway,- +392,BSU_01130,KEGG_pathway,- +394,BSU_01140,KEGG_pathway,map00330 +396,BSU_01150,KEGG_pathway,map03010 +398,BSU_01160,KEGG_pathway,map03010 +400,BSU_01170,KEGG_pathway,map03010 +402,BSU_01180,KEGG_pathway,map03010 +404,BSU_01190,KEGG_pathway,map03010 +406,BSU_01200,KEGG_pathway,map03010 +408,BSU_01210,KEGG_pathway,map03010 +410,BSU_01220,KEGG_pathway,map03010 +412,BSU_01230,KEGG_pathway,map03010 +414,BSU_01240,KEGG_pathway,map03010 +416,BSU_01250,KEGG_pathway,map03010 +418,BSU_01260,KEGG_pathway,map03010 +420,BSU_01270,KEGG_pathway,map03010 +422,BSU_01280,KEGG_pathway,map03010 +424,BSU_01290,KEGG_pathway,map03010 +426,BSU_01300,KEGG_pathway,map03010 +428,BSU_01310,KEGG_pathway,map03010 +430,BSU_01320,KEGG_pathway,map03010 +432,BSU_01330,KEGG_pathway,map03010 +434,BSU_01340,KEGG_pathway,map03010 +436,BSU_01350,KEGG_pathway,map03010 +440,BSU_01360,KEGG_pathway,map02024 +441,BSU_01360,KEGG_pathway,map03060 +442,BSU_01360,KEGG_pathway,map03070 +448,BSU_01370,KEGG_pathway,map00230 +449,BSU_01370,KEGG_pathway,map00730 +450,BSU_01370,KEGG_pathway,map01100 +451,BSU_01370,KEGG_pathway,map01110 +452,BSU_01370,KEGG_pathway,map01130 +453,BSU_01380,KEGG_pathway,- +454,BSU_01389,KEGG_pathway,- +455,BSU_01390,KEGG_pathway,- +457,BSU_01400,KEGG_pathway,map03010 +459,BSU_01410,KEGG_pathway,map03010 +461,BSU_01420,KEGG_pathway,map03010 +466,BSU_01430,KEGG_pathway,map00230 +467,BSU_01430,KEGG_pathway,map00240 +468,BSU_01430,KEGG_pathway,map01100 +469,BSU_01430,KEGG_pathway,map03020 +471,BSU_01440,KEGG_pathway,map03010 +473,BSU_01450,KEGG_pathway,map02010 +475,BSU_01460,KEGG_pathway,map02010 +477,BSU_01470,KEGG_pathway,map02010 +478,BSU_01480,KEGG_pathway,- +480,BSU_01490,KEGG_pathway,map03010 +482,BSU_01500,KEGG_pathway,map03010 +483,BSU_01510,KEGG_pathway,- +484,BSU_01520,KEGG_pathway,- +486,BSU_01530,KEGG_pathway,map01503 +487,BSU_01540,KEGG_pathway,- +488,BSU_01550,KEGG_pathway,- +491,BSU_01560,KEGG_pathway,map00540 +492,BSU_01560,KEGG_pathway,map01503 +493,BSU_01570,KEGG_pathway,- +494,BSU_01580,KEGG_pathway,- +497,BSU_01590,KEGG_pathway,map00040 +498,BSU_01590,KEGG_pathway,map01100 +499,BSU_01600,KEGG_pathway,- +501,BSU_01610,KEGG_pathway,map02010 +503,BSU_01620,KEGG_pathway,map02010 +505,BSU_01630,KEGG_pathway,map02010 +506,BSU_01640,KEGG_pathway,- +511,BSU_01650,KEGG_pathway,map00520 +512,BSU_01650,KEGG_pathway,map00531 +513,BSU_01650,KEGG_pathway,map01100 +514,BSU_01650,KEGG_pathway,map01501 +519,BSU_01660,KEGG_pathway,map00520 +520,BSU_01660,KEGG_pathway,map00531 +521,BSU_01660,KEGG_pathway,map01100 +522,BSU_01660,KEGG_pathway,map01501 +524,BSU_01670,KEGG_pathway,map00550 +529,BSU_01680,KEGG_pathway,map00010 +530,BSU_01680,KEGG_pathway,map00500 +531,BSU_01680,KEGG_pathway,map00520 +532,BSU_01680,KEGG_pathway,map02060 +533,BSU_01690,KEGG_pathway,- +536,BSU_01700,KEGG_pathway,map00520 +537,BSU_01700,KEGG_pathway,map01100 +538,BSU_01710,KEGG_pathway,- +547,BSU_01720,KEGG_pathway,map00230 +548,BSU_01720,KEGG_pathway,map00240 +549,BSU_01720,KEGG_pathway,map00473 +550,BSU_01720,KEGG_pathway,map00550 +551,BSU_01720,KEGG_pathway,map00760 +552,BSU_01720,KEGG_pathway,map01100 +553,BSU_01720,KEGG_pathway,map01110 +554,BSU_01720,KEGG_pathway,map01502 +555,BSU_01730,KEGG_pathway,- +556,BSU_01740,KEGG_pathway,- +557,BSU_01750,KEGG_pathway,- +558,BSU_01760,KEGG_pathway,- +562,BSU_01770,KEGG_pathway,map00520 +563,BSU_01770,KEGG_pathway,map01100 +564,BSU_01770,KEGG_pathway,map01130 +570,BSU_01780,KEGG_pathway,map00250 +571,BSU_01780,KEGG_pathway,map00520 +572,BSU_01780,KEGG_pathway,map01100 +573,BSU_01780,KEGG_pathway,map01130 +574,BSU_01780,KEGG_pathway,map04931 +576,BSU_01800,KEGG_pathway,map03410 +578,BSU_01810,KEGG_pathway,map03410 +580,BSU_01820,KEGG_pathway,map03410 +583,BSU_01830,KEGG_pathway,map00190 +584,BSU_01830,KEGG_pathway,map01100 +585,BSU_01845,KEGG_pathway,- +587,BSU_01860,KEGG_pathway,map00910 +588,BSU_01870,KEGG_pathway,- +589,BSU_01880,KEGG_pathway,- +590,BSU_01889,KEGG_pathway,- +591,BSU_01890,KEGG_pathway,- +597,BSU_01900,KEGG_pathway,map00250 +598,BSU_01900,KEGG_pathway,map00520 +599,BSU_01900,KEGG_pathway,map01100 +600,BSU_01900,KEGG_pathway,map01130 +601,BSU_01900,KEGG_pathway,map04931 +602,BSU_01920,KEGG_pathway,- +603,BSU_01935,KEGG_pathway,- +604,BSU_01950,KEGG_pathway,- +605,BSU_01960,KEGG_pathway,- +606,BSU_01970,KEGG_pathway,- +609,BSU_01980,KEGG_pathway,map04621 +610,BSU_01980,KEGG_pathway,map05418 +611,BSU_01990,KEGG_pathway,- +612,BSU_02000,KEGG_pathway,- +613,BSU_02010,KEGG_pathway,- +614,BSU_02030,KEGG_pathway,- +615,BSU_02040,KEGG_pathway,- +616,BSU_02050,KEGG_pathway,- +617,BSU_02060,KEGG_pathway,- +618,BSU_02070,KEGG_pathway,- +619,BSU_02080,KEGG_pathway,- +621,BSU_02090,KEGG_pathway,map01501 +626,BSU_02100,KEGG_pathway,map00071 +627,BSU_02100,KEGG_pathway,map00380 +628,BSU_02100,KEGG_pathway,map00627 +629,BSU_02100,KEGG_pathway,map01120 +630,BSU_02110,KEGG_pathway,- +631,BSU_02120,KEGG_pathway,- +636,BSU_02130,KEGG_pathway,map00564 +637,BSU_02130,KEGG_pathway,map00790 +638,BSU_02130,KEGG_pathway,map01100 +639,BSU_02130,KEGG_pathway,map02020 +641,BSU_02140,KEGG_pathway,map02020 +642,BSU_02150,KEGG_pathway,- +643,BSU_02160,KEGG_pathway,- +644,BSU_02170,KEGG_pathway,- +647,BSU_02200,KEGG_pathway,map00520 +648,BSU_02200,KEGG_pathway,map01100 +649,BSU_02210,KEGG_pathway,- +650,BSU_02220,KEGG_pathway,- +656,BSU_02230,KEGG_pathway,map00230 +657,BSU_02230,KEGG_pathway,map00670 +658,BSU_02230,KEGG_pathway,map01100 +659,BSU_02230,KEGG_pathway,map01110 +660,BSU_02230,KEGG_pathway,map01130 +662,BSU_02240,KEGG_pathway,map02024 +663,BSU_02260,KEGG_pathway,- +668,BSU_02270,KEGG_pathway,map00260 +669,BSU_02270,KEGG_pathway,map00564 +670,BSU_02270,KEGG_pathway,map01100 +671,BSU_02270,KEGG_pathway,map01110 +672,BSU_02280,KEGG_pathway,- +676,BSU_02290,KEGG_pathway,map00564 +677,BSU_02290,KEGG_pathway,map01100 +678,BSU_02290,KEGG_pathway,map01110 +679,BSU_02300,KEGG_pathway,- +680,BSU_02310,KEGG_pathway,- +681,BSU_02320,KEGG_pathway,- +682,BSU_02330,KEGG_pathway,- +684,BSU_02340,KEGG_pathway,map02020 +691,BSU_02350,KEGG_pathway,map00010 +692,BSU_02350,KEGG_pathway,map00500 +693,BSU_02350,KEGG_pathway,map00520 +694,BSU_02350,KEGG_pathway,map02026 +695,BSU_02350,KEGG_pathway,map02060 +696,BSU_02350,KEGG_pathway,map05111 +704,BSU_02360,KEGG_pathway,map00030 +705,BSU_02360,KEGG_pathway,map00520 +706,BSU_02360,KEGG_pathway,map01100 +707,BSU_02360,KEGG_pathway,map01110 +708,BSU_02360,KEGG_pathway,map01120 +709,BSU_02360,KEGG_pathway,map01130 +710,BSU_02360,KEGG_pathway,map01200 +711,BSU_02370,KEGG_pathway,- +722,BSU_02390,KEGG_pathway,map00270 +723,BSU_02390,KEGG_pathway,map00280 +724,BSU_02390,KEGG_pathway,map00290 +725,BSU_02390,KEGG_pathway,map00770 +726,BSU_02390,KEGG_pathway,map00790 +727,BSU_02390,KEGG_pathway,map01100 +728,BSU_02390,KEGG_pathway,map01110 +729,BSU_02390,KEGG_pathway,map01130 +730,BSU_02390,KEGG_pathway,map01210 +731,BSU_02390,KEGG_pathway,map01230 +732,BSU_02400,KEGG_pathway,- +741,BSU_02410,KEGG_pathway,map00270 +742,BSU_02410,KEGG_pathway,map00670 +743,BSU_02410,KEGG_pathway,map00720 +744,BSU_02410,KEGG_pathway,map01100 +745,BSU_02410,KEGG_pathway,map01110 +746,BSU_02410,KEGG_pathway,map01120 +747,BSU_02410,KEGG_pathway,map01200 +748,BSU_02410,KEGG_pathway,map01523 +750,BSU_02420,KEGG_pathway,map02020 +760,BSU_02430,KEGG_pathway,map00220 +761,BSU_02430,KEGG_pathway,map00250 +762,BSU_02430,KEGG_pathway,map00471 +763,BSU_02430,KEGG_pathway,map01100 +764,BSU_02430,KEGG_pathway,map04724 +765,BSU_02430,KEGG_pathway,map04727 +766,BSU_02430,KEGG_pathway,map04964 +767,BSU_02430,KEGG_pathway,map05206 +768,BSU_02430,KEGG_pathway,map05230 +772,BSU_02440,KEGG_pathway,map01503 +773,BSU_02440,KEGG_pathway,map02020 +774,BSU_02440,KEGG_pathway,map02026 +776,BSU_02450,KEGG_pathway,map02020 +779,BSU_02460,KEGG_pathway,map00053 +780,BSU_02460,KEGG_pathway,map01100 +800,BSU_02470,KEGG_pathway,map00010 +801,BSU_02470,KEGG_pathway,map00040 +802,BSU_02470,KEGG_pathway,map00053 +803,BSU_02470,KEGG_pathway,map00071 +804,BSU_02470,KEGG_pathway,map00280 +805,BSU_02470,KEGG_pathway,map00310 +806,BSU_02470,KEGG_pathway,map00330 +807,BSU_02470,KEGG_pathway,map00340 +808,BSU_02470,KEGG_pathway,map00380 +809,BSU_02470,KEGG_pathway,map00410 +810,BSU_02470,KEGG_pathway,map00561 +811,BSU_02470,KEGG_pathway,map00620 +812,BSU_02470,KEGG_pathway,map00625 +813,BSU_02470,KEGG_pathway,map00903 +814,BSU_02470,KEGG_pathway,map00981 +815,BSU_02470,KEGG_pathway,map01100 +816,BSU_02470,KEGG_pathway,map01110 +817,BSU_02470,KEGG_pathway,map01120 +818,BSU_02470,KEGG_pathway,map01130 +819,BSU_02480,KEGG_pathway,- +822,BSU_02490,KEGG_pathway,map00053 +823,BSU_02490,KEGG_pathway,map01100 +824,BSU_02500,KEGG_pathway,- +828,BSU_02510,KEGG_pathway,map00040 +829,BSU_02510,KEGG_pathway,map00053 +830,BSU_02510,KEGG_pathway,map01100 +831,BSU_02520,KEGG_pathway,- +832,BSU_02530,KEGG_pathway,- +833,BSU_02540,KEGG_pathway,- +834,BSU_02550,KEGG_pathway,- +835,BSU_02560,KEGG_pathway,- +836,BSU_02570,KEGG_pathway,- +837,BSU_02580,KEGG_pathway,- +838,BSU_02590,KEGG_pathway,- +839,BSU_02600,KEGG_pathway,- +840,BSU_02610,KEGG_pathway,- +844,BSU_02620,KEGG_pathway,map00790 +845,BSU_02620,KEGG_pathway,map01100 +846,BSU_02620,KEGG_pathway,map02020 +849,BSU_02630,KEGG_pathway,map03060 +850,BSU_02630,KEGG_pathway,map03070 +853,BSU_02640,KEGG_pathway,map03060 +854,BSU_02640,KEGG_pathway,map03070 +855,BSU_02650,KEGG_pathway,- +856,BSU_02660,KEGG_pathway,- +857,BSU_02670,KEGG_pathway,- +858,BSU_02680,KEGG_pathway,- +863,BSU_02690,KEGG_pathway,map00250 +864,BSU_02690,KEGG_pathway,map00460 +865,BSU_02690,KEGG_pathway,map01100 +866,BSU_02690,KEGG_pathway,map01110 +869,BSU_02700,KEGG_pathway,map00561 +870,BSU_02700,KEGG_pathway,map01100 +871,BSU_02710,KEGG_pathway,- +872,BSU_02720,KEGG_pathway,- +876,BSU_02730,KEGG_pathway,map02020 +877,BSU_02730,KEGG_pathway,map02024 +878,BSU_02730,KEGG_pathway,map02030 +880,BSU_02740,KEGG_pathway,map02020 +883,BSU_02750,KEGG_pathway,map02010 +884,BSU_02750,KEGG_pathway,map02020 +887,BSU_02760,KEGG_pathway,map02010 +888,BSU_02760,KEGG_pathway,map02020 +889,BSU_02770,KEGG_pathway,- +890,BSU_02780,KEGG_pathway,- +891,BSU_02790,KEGG_pathway,- +892,BSU_02800,KEGG_pathway,- +893,BSU_02810,KEGG_pathway,- +894,BSU_02820,KEGG_pathway,- +898,BSU_02830,KEGG_pathway,map00030 +899,BSU_02830,KEGG_pathway,map01120 +900,BSU_02830,KEGG_pathway,map01200 +904,BSU_02840,KEGG_pathway,map00052 +905,BSU_02840,KEGG_pathway,map00500 +906,BSU_02840,KEGG_pathway,map01100 +908,BSU_02850,KEGG_pathway,map02010 +910,BSU_02860,KEGG_pathway,map02010 +912,BSU_02870,KEGG_pathway,map02010 +913,BSU_02880,KEGG_pathway,- +914,BSU_02890,KEGG_pathway,- +915,BSU_02900,KEGG_pathway,- +916,BSU_02910,KEGG_pathway,- +917,BSU_02920,KEGG_pathway,- +918,BSU_02930,KEGG_pathway,- +919,BSU_02940,KEGG_pathway,- +920,BSU_02950,KEGG_pathway,- +921,BSU_02960,KEGG_pathway,- +922,BSU_02970,KEGG_pathway,- +924,BSU_02980,KEGG_pathway,map02010 +926,BSU_02990,KEGG_pathway,map02010 +930,BSU_03000,KEGG_pathway,map02010 +931,BSU_03000,KEGG_pathway,map02020 +932,BSU_03000,KEGG_pathway,map02030 +933,BSU_03010,KEGG_pathway,- +934,BSU_03020,KEGG_pathway,- +935,BSU_03030,KEGG_pathway,- +939,BSU_03040,KEGG_pathway,map00500 +940,BSU_03040,KEGG_pathway,map01100 +941,BSU_03040,KEGG_pathway,map04973 +951,BSU_03050,KEGG_pathway,map00010 +952,BSU_03050,KEGG_pathway,map00270 +953,BSU_03050,KEGG_pathway,map00620 +954,BSU_03050,KEGG_pathway,map00640 +955,BSU_03050,KEGG_pathway,map01100 +956,BSU_03050,KEGG_pathway,map01110 +957,BSU_03050,KEGG_pathway,map01120 +958,BSU_03050,KEGG_pathway,map01130 +959,BSU_03050,KEGG_pathway,map04922 +960,BSU_03060,KEGG_pathway,- +961,BSU_03070,KEGG_pathway,- +962,BSU_03080,KEGG_pathway,- +963,BSU_03090,KEGG_pathway,- +964,BSU_03100,KEGG_pathway,- +965,BSU_03110,KEGG_pathway,- +966,BSU_03120,KEGG_pathway,- +969,BSU_03130,KEGG_pathway,map00760 +970,BSU_03130,KEGG_pathway,map01100 +971,BSU_03140,KEGG_pathway,- +977,BSU_03150,KEGG_pathway,map00400 +978,BSU_03150,KEGG_pathway,map01100 +979,BSU_03150,KEGG_pathway,map01110 +980,BSU_03150,KEGG_pathway,map01130 +981,BSU_03150,KEGG_pathway,map01230 +982,BSU_03160,KEGG_pathway,- +984,BSU_03170,KEGG_pathway,map02026 +987,BSU_03180,KEGG_pathway,map00311 +988,BSU_03180,KEGG_pathway,map01130 +989,BSU_03190,KEGG_pathway,- +994,BSU_03200,KEGG_pathway,map00330 +995,BSU_03200,KEGG_pathway,map01100 +996,BSU_03200,KEGG_pathway,map01110 +997,BSU_03200,KEGG_pathway,map01130 +1003,BSU_03210,KEGG_pathway,map00250 +1004,BSU_03210,KEGG_pathway,map00330 +1005,BSU_03210,KEGG_pathway,map01100 +1006,BSU_03210,KEGG_pathway,map01110 +1007,BSU_03210,KEGG_pathway,map01130 +1008,BSU_03220,KEGG_pathway,- +1009,BSU_03230,KEGG_pathway,- +1010,BSU_03240,KEGG_pathway,- +1011,BSU_03250,KEGG_pathway,- +1012,BSU_03260,KEGG_pathway,- +1013,BSU_03270,KEGG_pathway,- +1018,BSU_03280,KEGG_pathway,map00860 +1019,BSU_03280,KEGG_pathway,map01100 +1020,BSU_03280,KEGG_pathway,map01110 +1021,BSU_03280,KEGG_pathway,map01120 +1026,BSU_03290,KEGG_pathway,map00360 +1027,BSU_03290,KEGG_pathway,map00910 +1028,BSU_03290,KEGG_pathway,map01120 +1029,BSU_03290,KEGG_pathway,map01220 +1032,BSU_03300,KEGG_pathway,map00910 +1033,BSU_03300,KEGG_pathway,map01120 +1036,BSU_03310,KEGG_pathway,map00910 +1037,BSU_03310,KEGG_pathway,map01120 +1040,BSU_03320,KEGG_pathway,map00910 +1041,BSU_03320,KEGG_pathway,map01120 +1043,BSU_03330,KEGG_pathway,map00910 +1046,BSU_03340,KEGG_pathway,map00790 +1047,BSU_03340,KEGG_pathway,map01100 +1048,BSU_03350,KEGG_pathway,- +1049,BSU_03360,KEGG_pathway,- +1051,BSU_03370,KEGG_pathway,map02010 +1053,BSU_03380,KEGG_pathway,map02010 +1054,BSU_03390,KEGG_pathway,- +1055,BSU_03400,KEGG_pathway,- +1062,BSU_03410,KEGG_pathway,map00010 +1063,BSU_03410,KEGG_pathway,map00460 +1064,BSU_03410,KEGG_pathway,map00500 +1065,BSU_03410,KEGG_pathway,map00940 +1066,BSU_03410,KEGG_pathway,map01100 +1067,BSU_03410,KEGG_pathway,map01110 +1068,BSU_03420,KEGG_pathway,- +1069,BSU_03430,KEGG_pathway,- +1072,BSU_03440,KEGG_pathway,map02020 +1073,BSU_03440,KEGG_pathway,map02030 +1080,BSU_03450,KEGG_pathway,map00030 +1081,BSU_03450,KEGG_pathway,map00680 +1082,BSU_03450,KEGG_pathway,map01100 +1083,BSU_03450,KEGG_pathway,map01120 +1084,BSU_03450,KEGG_pathway,map01200 +1085,BSU_03450,KEGG_pathway,map01230 +1092,BSU_03460,KEGG_pathway,map00030 +1093,BSU_03460,KEGG_pathway,map00680 +1094,BSU_03460,KEGG_pathway,map01100 +1095,BSU_03460,KEGG_pathway,map01120 +1096,BSU_03460,KEGG_pathway,map01200 +1097,BSU_03460,KEGG_pathway,map01230 +1098,BSU_03470,KEGG_pathway,- +1101,BSU_03480,KEGG_pathway,map01054 +1102,BSU_03480,KEGG_pathway,map02024 +1105,BSU_03490,KEGG_pathway,map01054 +1106,BSU_03490,KEGG_pathway,map02024 +1109,BSU_03510,KEGG_pathway,map01054 +1110,BSU_03510,KEGG_pathway,map02024 +1112,BSU_03520,KEGG_pathway,map02024 +1113,BSU_03530,KEGG_pathway,- +1114,BSU_03540,KEGG_pathway,- +1115,BSU_03550,KEGG_pathway,- +1116,BSU_03560,KEGG_pathway,- +1118,BSU_03569,KEGG_pathway,map00770 +1120,BSU_03570,KEGG_pathway,map00770 +1121,BSU_03580,KEGG_pathway,- +1123,BSU_03590,KEGG_pathway,map02010 +1125,BSU_03600,KEGG_pathway,map02010 +1127,BSU_03610,KEGG_pathway,map02010 +1128,BSU_03620,KEGG_pathway,- +1136,BSU_03630,KEGG_pathway,map00130 +1137,BSU_03630,KEGG_pathway,map00627 +1138,BSU_03630,KEGG_pathway,map00940 +1139,BSU_03630,KEGG_pathway,map01100 +1140,BSU_03630,KEGG_pathway,map01110 +1141,BSU_03630,KEGG_pathway,map01120 +1142,BSU_03630,KEGG_pathway,map01220 +1150,BSU_03640,KEGG_pathway,map00130 +1151,BSU_03640,KEGG_pathway,map00365 +1152,BSU_03640,KEGG_pathway,map00627 +1153,BSU_03640,KEGG_pathway,map01100 +1154,BSU_03640,KEGG_pathway,map01110 +1155,BSU_03640,KEGG_pathway,map01120 +1156,BSU_03640,KEGG_pathway,map01220 +1160,BSU_03651,KEGG_pathway,map00627 +1161,BSU_03651,KEGG_pathway,map01120 +1162,BSU_03651,KEGG_pathway,map01220 +1163,BSU_03652,KEGG_pathway,- +1165,BSU_03660,KEGG_pathway,map00330 +1166,BSU_03670,KEGG_pathway,- +1167,BSU_03680,KEGG_pathway,- +1168,BSU_03700,KEGG_pathway,- +1169,BSU_03710,KEGG_pathway,- +1170,BSU_03720,KEGG_pathway,- +1171,BSU_03730,KEGG_pathway,- +1172,BSU_03740,KEGG_pathway,- +1173,BSU_03750,KEGG_pathway,- +1176,BSU_03760,KEGG_pathway,map01501 +1177,BSU_03760,KEGG_pathway,map02020 +1179,BSU_03770,KEGG_pathway,map02024 +1190,BSU_03790,KEGG_pathway,map00260 +1191,BSU_03790,KEGG_pathway,map00261 +1192,BSU_03790,KEGG_pathway,map00270 +1193,BSU_03790,KEGG_pathway,map00300 +1194,BSU_03790,KEGG_pathway,map01100 +1195,BSU_03790,KEGG_pathway,map01110 +1196,BSU_03790,KEGG_pathway,map01120 +1197,BSU_03790,KEGG_pathway,map01130 +1198,BSU_03790,KEGG_pathway,map01210 +1199,BSU_03790,KEGG_pathway,map01230 +1201,BSU_03800,KEGG_pathway,map02010 +1203,BSU_03810,KEGG_pathway,map02010 +1205,BSU_03820,KEGG_pathway,map02010 +1207,BSU_03830,KEGG_pathway,map02010 +1208,BSU_03840,KEGG_pathway,- +1209,BSU_03850,KEGG_pathway,- +1214,BSU_03860,KEGG_pathway,map00633 +1215,BSU_03860,KEGG_pathway,map00740 +1216,BSU_03860,KEGG_pathway,map01100 +1217,BSU_03860,KEGG_pathway,map01120 +1218,BSU_03870,KEGG_pathway,- +1219,BSU_03880,KEGG_pathway,- +1220,BSU_03890,KEGG_pathway,- +1228,BSU_03900,KEGG_pathway,map00250 +1229,BSU_03900,KEGG_pathway,map00280 +1230,BSU_03900,KEGG_pathway,map00410 +1231,BSU_03900,KEGG_pathway,map00640 +1232,BSU_03900,KEGG_pathway,map00650 +1233,BSU_03900,KEGG_pathway,map01100 +1234,BSU_03900,KEGG_pathway,map01120 +1242,BSU_03910,KEGG_pathway,map00250 +1243,BSU_03910,KEGG_pathway,map00310 +1244,BSU_03910,KEGG_pathway,map00350 +1245,BSU_03910,KEGG_pathway,map00650 +1246,BSU_03910,KEGG_pathway,map00760 +1247,BSU_03910,KEGG_pathway,map01100 +1248,BSU_03910,KEGG_pathway,map01120 +1249,BSU_03920,KEGG_pathway,- +1253,BSU_03930,KEGG_pathway,map00030 +1254,BSU_03930,KEGG_pathway,map01120 +1255,BSU_03930,KEGG_pathway,map01200 +1256,BSU_03940,KEGG_pathway,- +1257,BSU_03950,KEGG_pathway,- +1258,BSU_03960,KEGG_pathway,- +1259,BSU_03970,KEGG_pathway,- +1262,BSU_03981,KEGG_pathway,map00051 +1263,BSU_03981,KEGG_pathway,map02060 +1266,BSU_03982,KEGG_pathway,map00051 +1267,BSU_03982,KEGG_pathway,map02060 +1269,BSU_03990,KEGG_pathway,map00051 +1278,BSU_04000,KEGG_pathway,map00290 +1279,BSU_04000,KEGG_pathway,map00630 +1280,BSU_04000,KEGG_pathway,map00650 +1281,BSU_04000,KEGG_pathway,map00660 +1282,BSU_04000,KEGG_pathway,map01100 +1283,BSU_04000,KEGG_pathway,map01110 +1284,BSU_04000,KEGG_pathway,map01210 +1285,BSU_04000,KEGG_pathway,map01230 +1288,BSU_04010,KEGG_pathway,map02024 +1289,BSU_04010,KEGG_pathway,map03060 +1297,BSU_04020,KEGG_pathway,map00361 +1298,BSU_04020,KEGG_pathway,map00364 +1299,BSU_04020,KEGG_pathway,map00623 +1300,BSU_04020,KEGG_pathway,map01100 +1301,BSU_04020,KEGG_pathway,map01110 +1302,BSU_04020,KEGG_pathway,map01120 +1303,BSU_04020,KEGG_pathway,map01130 +1309,BSU_04030,KEGG_pathway,map00061 +1310,BSU_04030,KEGG_pathway,map00540 +1311,BSU_04030,KEGG_pathway,map00780 +1312,BSU_04030,KEGG_pathway,map01100 +1313,BSU_04030,KEGG_pathway,map01212 +1317,BSU_04040,KEGG_pathway,map00740 +1318,BSU_04040,KEGG_pathway,map01100 +1319,BSU_04040,KEGG_pathway,map01110 +1320,BSU_04050,KEGG_pathway,- +1321,BSU_04060,KEGG_pathway,- +1322,BSU_04070,KEGG_pathway,- +1327,BSU_04080,KEGG_pathway,map00220 +1328,BSU_04080,KEGG_pathway,map00791 +1329,BSU_04080,KEGG_pathway,map01100 +1330,BSU_04080,KEGG_pathway,map01120 +1334,BSU_04090,KEGG_pathway,map00220 +1335,BSU_04090,KEGG_pathway,map00791 +1336,BSU_04090,KEGG_pathway,map01100 +1337,BSU_04100,KEGG_pathway,- +1338,BSU_04110,KEGG_pathway,- +1339,BSU_04130,KEGG_pathway,- +1343,BSU_04140,KEGG_pathway,map00550 +1344,BSU_04140,KEGG_pathway,map01100 +1345,BSU_04140,KEGG_pathway,map01501 +1346,BSU_04150,KEGG_pathway,- +1347,BSU_04160,KEGG_pathway,- +1348,BSU_04170,KEGG_pathway,- +1349,BSU_04180,KEGG_pathway,- +1357,BSU_04190,KEGG_pathway,map00061 +1358,BSU_04190,KEGG_pathway,map00333 +1359,BSU_04190,KEGG_pathway,map00780 +1360,BSU_04190,KEGG_pathway,map01040 +1361,BSU_04190,KEGG_pathway,map01100 +1362,BSU_04190,KEGG_pathway,map01130 +1363,BSU_04190,KEGG_pathway,map01212 +1365,BSU_04200,KEGG_pathway,map00040 +1371,BSU_04210,KEGG_pathway,map00400 +1372,BSU_04210,KEGG_pathway,map01100 +1373,BSU_04210,KEGG_pathway,map01110 +1374,BSU_04210,KEGG_pathway,map01130 +1375,BSU_04210,KEGG_pathway,map01230 +1379,BSU_04220,KEGG_pathway,map00750 +1380,BSU_04220,KEGG_pathway,map01100 +1381,BSU_04220,KEGG_pathway,map01120 +1382,BSU_04230,KEGG_pathway,- +1383,BSU_04240,KEGG_pathway,- +1384,BSU_04250,KEGG_pathway,- +1385,BSU_04260,KEGG_pathway,- +1386,BSU_04270,KEGG_pathway,- +1387,BSU_04280,KEGG_pathway,- +1388,BSU_04290,KEGG_pathway,- +1392,BSU_04300,KEGG_pathway,map00561 +1393,BSU_04300,KEGG_pathway,map01100 +1394,BSU_04300,KEGG_pathway,map02026 +1395,BSU_04310,KEGG_pathway,- +1396,BSU_04320,KEGG_pathway,- +1398,BSU_04330,KEGG_pathway,map00230 +1401,BSU_04340,KEGG_pathway,map00620 +1402,BSU_04340,KEGG_pathway,map01100 +1403,BSU_04359,KEGG_pathway,- +1404,BSU_04360,KEGG_pathway,- +1405,BSU_04370,KEGG_pathway,- +1406,BSU_04380,KEGG_pathway,- +1409,BSU_04390,KEGG_pathway,map01524 +1410,BSU_04390,KEGG_pathway,map04016 +1411,BSU_04400,KEGG_pathway,- +1412,BSU_04410,KEGG_pathway,- +1413,BSU_04420,KEGG_pathway,- +1414,BSU_04430,KEGG_pathway,- +1416,BSU_04440,KEGG_pathway,map02020 +1419,BSU_04450,KEGG_pathway,map02020 +1420,BSU_04450,KEGG_pathway,map02030 +1422,BSU_04460,KEGG_pathway,map02020 +1424,BSU_04470,KEGG_pathway,map02020 +1425,BSU_04480,KEGG_pathway,- +1426,BSU_04490,KEGG_pathway,- +1427,BSU_04500,KEGG_pathway,- +1428,BSU_04510,KEGG_pathway,- +1437,BSU_04520,KEGG_pathway,map00071 +1438,BSU_04520,KEGG_pathway,map00280 +1439,BSU_04520,KEGG_pathway,map00650 +1440,BSU_04520,KEGG_pathway,map01100 +1441,BSU_04520,KEGG_pathway,map01110 +1442,BSU_04520,KEGG_pathway,map01120 +1443,BSU_04520,KEGG_pathway,map01200 +1444,BSU_04520,KEGG_pathway,map01212 +1445,BSU_04530,KEGG_pathway,- +1446,BSU_04540,KEGG_pathway,- +1449,BSU_04550,KEGG_pathway,map04621 +1450,BSU_04550,KEGG_pathway,map05418 +1455,BSU_04560,KEGG_pathway,map00473 +1456,BSU_04560,KEGG_pathway,map00550 +1457,BSU_04560,KEGG_pathway,map01100 +1458,BSU_04560,KEGG_pathway,map01502 +1463,BSU_04570,KEGG_pathway,map00300 +1464,BSU_04570,KEGG_pathway,map00550 +1465,BSU_04570,KEGG_pathway,map01100 +1466,BSU_04570,KEGG_pathway,map01502 +1468,BSU_04580,KEGG_pathway,map03018 +1469,BSU_04590,KEGG_pathway,- +1470,BSU_04600,KEGG_pathway,- +1471,BSU_04610,KEGG_pathway,- +1477,BSU_04620,KEGG_pathway,map00473 +1478,BSU_04620,KEGG_pathway,map00770 +1479,BSU_04620,KEGG_pathway,map00790 +1480,BSU_04620,KEGG_pathway,map01100 +1481,BSU_04620,KEGG_pathway,map01502 +1482,BSU_04630,KEGG_pathway,- +1486,BSU_04640,KEGG_pathway,map00473 +1487,BSU_04640,KEGG_pathway,map01100 +1488,BSU_04640,KEGG_pathway,map01502 +1489,BSU_04650,KEGG_pathway,- +1490,BSU_04660,KEGG_pathway,- +1491,BSU_04670,KEGG_pathway,- +1492,BSU_04680,KEGG_pathway,- +1493,BSU_04690,KEGG_pathway,- +1494,BSU_04700,KEGG_pathway,- +1495,BSU_04710,KEGG_pathway,- +1496,BSU_04720,KEGG_pathway,- +1497,BSU_04730,KEGG_pathway,- +1498,BSU_04740,KEGG_pathway,- +1499,BSU_04760,KEGG_pathway,- +1500,BSU_04770,KEGG_pathway,- +1501,BSU_04780,KEGG_pathway,- +1502,BSU_04785,KEGG_pathway,- +1503,BSU_04790,KEGG_pathway,- +1504,BSU_04800,KEGG_pathway,- +1505,BSU_04810,KEGG_pathway,- +1506,BSU_04820,KEGG_pathway,- +1507,BSU_04830,KEGG_pathway,- +1508,BSU_04839,KEGG_pathway,- +1509,BSU_04850,KEGG_pathway,- +1510,BSU_04860,KEGG_pathway,- +1511,BSU_04870,KEGG_pathway,- +1512,BSU_04900,KEGG_pathway,- +1513,BSU_04910,KEGG_pathway,- +1514,BSU_04920,KEGG_pathway,- +1515,BSU_04930,KEGG_pathway,- +1516,BSU_04940,KEGG_pathway,- +1517,BSU_04950,KEGG_pathway,- +1519,BSU_04960,KEGG_pathway,map03070 +1520,BSU_04970,KEGG_pathway,- +1521,BSU_04980,KEGG_pathway,- +1522,BSU_04990,KEGG_pathway,- +1523,BSU_05000,KEGG_pathway,- +1525,BSU_05010,KEGG_pathway,map02024 +1526,BSU_05030,KEGG_pathway,- +1527,BSU_05040,KEGG_pathway,- +1528,BSU_05050,KEGG_pathway,- +1529,BSU_05060,KEGG_pathway,- +1532,BSU_05070,KEGG_pathway,map00760 +1533,BSU_05070,KEGG_pathway,map01100 +1534,BSU_05080,KEGG_pathway,- +1535,BSU_05090,KEGG_pathway,- +1549,BSU_05110,KEGG_pathway,map00380 +1550,BSU_05110,KEGG_pathway,map00630 +1551,BSU_05110,KEGG_pathway,map01110 +1552,BSU_05110,KEGG_pathway,map01130 +1553,BSU_05110,KEGG_pathway,map01200 +1554,BSU_05110,KEGG_pathway,map04011 +1555,BSU_05110,KEGG_pathway,map04016 +1556,BSU_05110,KEGG_pathway,map04068 +1557,BSU_05110,KEGG_pathway,map04146 +1558,BSU_05110,KEGG_pathway,map04211 +1559,BSU_05110,KEGG_pathway,map04212 +1560,BSU_05110,KEGG_pathway,map04213 +1561,BSU_05110,KEGG_pathway,map05014 +1562,BSU_05120,KEGG_pathway,- +1563,BSU_05130,KEGG_pathway,- +1564,BSU_05140,KEGG_pathway,- +1565,BSU_05150,KEGG_pathway,- +1566,BSU_05160,KEGG_pathway,- +1567,BSU_05170,KEGG_pathway,- +1568,BSU_05180,KEGG_pathway,- +1569,BSU_05190,KEGG_pathway,- +1570,BSU_05200,KEGG_pathway,- +1571,BSU_05210,KEGG_pathway,- +1572,BSU_05220,KEGG_pathway,- +1573,BSU_05230,KEGG_pathway,- +1574,BSU_05240,KEGG_pathway,- +1575,BSU_05250,KEGG_pathway,- +1576,BSU_05260,KEGG_pathway,- +1577,BSU_05270,KEGG_pathway,- +1578,BSU_05280,KEGG_pathway,- +1579,BSU_05290,KEGG_pathway,- +1580,BSU_05300,KEGG_pathway,- +1581,BSU_05310,KEGG_pathway,- +1582,BSU_05320,KEGG_pathway,- +1583,BSU_05330,KEGG_pathway,- +1584,BSU_05340,KEGG_pathway,- +1585,BSU_05343,KEGG_pathway,- +1586,BSU_05350,KEGG_pathway,- +1587,BSU_05360,KEGG_pathway,- +1588,BSU_05370,KEGG_pathway,- +1589,BSU_05380,KEGG_pathway,- +1590,BSU_05390,KEGG_pathway,- +1591,BSU_05400,KEGG_pathway,- +1593,BSU_05410,KEGG_pathway,map02020 +1595,BSU_05420,KEGG_pathway,map02020 +1597,BSU_05430,KEGG_pathway,map02020 +1598,BSU_05440,KEGG_pathway,- +1599,BSU_05450,KEGG_pathway,- +1600,BSU_05460,KEGG_pathway,- +1601,BSU_05470,KEGG_pathway,- +1602,BSU_05480,KEGG_pathway,- +1603,BSU_05490,KEGG_pathway,- +1604,BSU_05500,KEGG_pathway,- +1605,BSU_05510,KEGG_pathway,- +1606,BSU_05520,KEGG_pathway,- +1607,BSU_05530,KEGG_pathway,- +1608,BSU_05540,KEGG_pathway,- +1610,BSU_05550,KEGG_pathway,map04141 +1611,BSU_05560,KEGG_pathway,- +1612,BSU_05570,KEGG_pathway,- +1613,BSU_05580,KEGG_pathway,- +1614,BSU_05590,KEGG_pathway,- +1615,BSU_05600,KEGG_pathway,- +1617,BSU_05610,KEGG_pathway,map02010 +1618,BSU_05620,KEGG_pathway,- +1619,BSU_05630,KEGG_pathway,- +1620,BSU_05640,KEGG_pathway,- +1621,BSU_05650,KEGG_pathway,- +1622,BSU_05660,KEGG_pathway,- +1623,BSU_05670,KEGG_pathway,- +1624,BSU_05680,KEGG_pathway,- +1625,BSU_05690,KEGG_pathway,- +1626,BSU_05700,KEGG_pathway,- +1627,BSU_05710,KEGG_pathway,- +1628,BSU_05720,KEGG_pathway,- +1629,BSU_05730,KEGG_pathway,- +1634,BSU_05740,KEGG_pathway,map00730 +1635,BSU_05740,KEGG_pathway,map00790 +1636,BSU_05740,KEGG_pathway,map01100 +1637,BSU_05740,KEGG_pathway,map02020 +1638,BSU_05750,KEGG_pathway,- +1639,BSU_05770,KEGG_pathway,- +1640,BSU_05780,KEGG_pathway,- +1641,BSU_05790,KEGG_pathway,- +1642,BSU_05800,KEGG_pathway,- +1645,BSU_05810,KEGG_pathway,map00500 +1646,BSU_05810,KEGG_pathway,map02060 +1649,BSU_05820,KEGG_pathway,map00500 +1650,BSU_05820,KEGG_pathway,map02060 +1653,BSU_05830,KEGG_pathway,map00500 +1654,BSU_05830,KEGG_pathway,map02060 +1661,BSU_05840,KEGG_pathway,map00010 +1662,BSU_05840,KEGG_pathway,map00460 +1663,BSU_05840,KEGG_pathway,map00500 +1664,BSU_05840,KEGG_pathway,map00940 +1665,BSU_05840,KEGG_pathway,map01100 +1666,BSU_05840,KEGG_pathway,map01110 +1667,BSU_05850,KEGG_pathway,- +1680,BSU_05860,KEGG_pathway,map00010 +1681,BSU_05860,KEGG_pathway,map00051 +1682,BSU_05860,KEGG_pathway,map00052 +1683,BSU_05860,KEGG_pathway,map00500 +1684,BSU_05860,KEGG_pathway,map00520 +1685,BSU_05860,KEGG_pathway,map00521 +1686,BSU_05860,KEGG_pathway,map00524 +1687,BSU_05860,KEGG_pathway,map01100 +1688,BSU_05860,KEGG_pathway,map01110 +1689,BSU_05860,KEGG_pathway,map01120 +1690,BSU_05860,KEGG_pathway,map01130 +1691,BSU_05860,KEGG_pathway,map01200 +1697,BSU_05870,KEGG_pathway,map00051 +1698,BSU_05870,KEGG_pathway,map00520 +1699,BSU_05870,KEGG_pathway,map01100 +1700,BSU_05870,KEGG_pathway,map01110 +1701,BSU_05870,KEGG_pathway,map01130 +1704,BSU_05880,KEGG_pathway,map00051 +1705,BSU_05880,KEGG_pathway,map02024 +1706,BSU_05890,KEGG_pathway,- +1709,BSU_05900,KEGG_pathway,map00730 +1710,BSU_05900,KEGG_pathway,map01100 +1715,BSU_05910,KEGG_pathway,map00473 +1716,BSU_05910,KEGG_pathway,map00520 +1717,BSU_05910,KEGG_pathway,map01100 +1718,BSU_05910,KEGG_pathway,map01502 +1719,BSU_05920,KEGG_pathway,- +1720,BSU_05930,KEGG_pathway,- +1724,BSU_05940,KEGG_pathway,map02024 +1725,BSU_05940,KEGG_pathway,map03060 +1726,BSU_05940,KEGG_pathway,map03070 +1727,BSU_05950,KEGG_pathway,- +1731,BSU_05960,KEGG_pathway,map00790 +1732,BSU_05960,KEGG_pathway,map01100 +1733,BSU_05960,KEGG_pathway,map04122 +1734,BSU_05970,KEGG_pathway,- +1737,BSU_05980,KEGG_pathway,map03060 +1738,BSU_05980,KEGG_pathway,map03070 +1741,BSU_05990,KEGG_pathway,map03060 +1742,BSU_05990,KEGG_pathway,map03070 +1743,BSU_06000,KEGG_pathway,- +1744,BSU_06010,KEGG_pathway,- +1745,BSU_06020,KEGG_pathway,- +1751,BSU_06030,KEGG_pathway,map03018 +1752,BSU_06030,KEGG_pathway,map04212 +1753,BSU_06030,KEGG_pathway,map04940 +1754,BSU_06030,KEGG_pathway,map05134 +1755,BSU_06030,KEGG_pathway,map05152 +1756,BSU_06033,KEGG_pathway,- +1757,BSU_06038,KEGG_pathway,- +1758,BSU_06040,KEGG_pathway,- +1759,BSU_06049,KEGG_pathway,- +1763,BSU_06060,KEGG_pathway,map00270 +1764,BSU_06060,KEGG_pathway,map01100 +1765,BSU_06060,KEGG_pathway,map05206 +1769,BSU_06070,KEGG_pathway,map00270 +1770,BSU_06070,KEGG_pathway,map01100 +1771,BSU_06070,KEGG_pathway,map05206 +1784,BSU_06076,KEGG_pathway,map00010 +1785,BSU_06076,KEGG_pathway,map00030 +1786,BSU_06076,KEGG_pathway,map00051 +1787,BSU_06076,KEGG_pathway,map00052 +1788,BSU_06076,KEGG_pathway,map00230 +1789,BSU_06076,KEGG_pathway,map00500 +1790,BSU_06076,KEGG_pathway,map00520 +1791,BSU_06076,KEGG_pathway,map00521 +1792,BSU_06076,KEGG_pathway,map01100 +1793,BSU_06076,KEGG_pathway,map01110 +1794,BSU_06076,KEGG_pathway,map01120 +1795,BSU_06076,KEGG_pathway,map01130 +1796,BSU_06100,KEGG_pathway,- +1797,BSU_06110,KEGG_pathway,- +1798,BSU_06130,KEGG_pathway,- +1799,BSU_06140,KEGG_pathway,- +1803,BSU_06150,KEGG_pathway,map00040 +1804,BSU_06150,KEGG_pathway,map00051 +1805,BSU_06150,KEGG_pathway,map01100 +1806,BSU_06160,KEGG_pathway,- +1811,BSU_06170,KEGG_pathway,map00051 +1812,BSU_06170,KEGG_pathway,map00500 +1813,BSU_06170,KEGG_pathway,map00520 +1814,BSU_06170,KEGG_pathway,map01100 +1815,BSU_06180,KEGG_pathway,- +1818,BSU_06190,KEGG_pathway,map03030 +1819,BSU_06190,KEGG_pathway,map03440 +1820,BSU_06200,KEGG_pathway,- +1821,BSU_06210,KEGG_pathway,- +1822,BSU_06220,KEGG_pathway,- +1824,BSU_06230,KEGG_pathway,map04113 +1826,BSU_06240,KEGG_pathway,map00650 +1827,BSU_06250,KEGG_pathway,- +1828,BSU_06260,KEGG_pathway,- +1829,BSU_06270,KEGG_pathway,- +1830,BSU_06280,KEGG_pathway,- +1831,BSU_06290,KEGG_pathway,- +1833,BSU_06300,KEGG_pathway,map00380 +1834,BSU_06310,KEGG_pathway,- +1835,BSU_06320,KEGG_pathway,- +1836,BSU_06330,KEGG_pathway,- +1837,BSU_06340,KEGG_pathway,- +1838,BSU_06350,KEGG_pathway,- +1842,BSU_06360,KEGG_pathway,map00230 +1843,BSU_06360,KEGG_pathway,map00983 +1844,BSU_06360,KEGG_pathway,map01100 +1845,BSU_06370,KEGG_pathway,- +1846,BSU_06380,KEGG_pathway,- +1847,BSU_06400,KEGG_pathway,- +1848,BSU_06410,KEGG_pathway,- +1853,BSU_06420,KEGG_pathway,map00230 +1854,BSU_06420,KEGG_pathway,map01100 +1855,BSU_06420,KEGG_pathway,map01110 +1856,BSU_06420,KEGG_pathway,map01130 +1861,BSU_06430,KEGG_pathway,map00230 +1862,BSU_06430,KEGG_pathway,map01100 +1863,BSU_06430,KEGG_pathway,map01110 +1864,BSU_06430,KEGG_pathway,map01130 +1870,BSU_06440,KEGG_pathway,map00230 +1871,BSU_06440,KEGG_pathway,map00250 +1872,BSU_06440,KEGG_pathway,map01100 +1873,BSU_06440,KEGG_pathway,map01110 +1874,BSU_06440,KEGG_pathway,map01130 +1880,BSU_06450,KEGG_pathway,map00230 +1881,BSU_06450,KEGG_pathway,map00250 +1882,BSU_06450,KEGG_pathway,map01100 +1883,BSU_06450,KEGG_pathway,map01110 +1884,BSU_06450,KEGG_pathway,map01130 +1889,BSU_06460,KEGG_pathway,map00230 +1890,BSU_06460,KEGG_pathway,map01100 +1891,BSU_06460,KEGG_pathway,map01110 +1892,BSU_06460,KEGG_pathway,map01130 +1897,BSU_06470,KEGG_pathway,map00230 +1898,BSU_06470,KEGG_pathway,map01100 +1899,BSU_06470,KEGG_pathway,map01110 +1900,BSU_06470,KEGG_pathway,map01130 +1905,BSU_06480,KEGG_pathway,map00230 +1906,BSU_06480,KEGG_pathway,map01100 +1907,BSU_06480,KEGG_pathway,map01110 +1908,BSU_06480,KEGG_pathway,map01130 +1914,BSU_06490,KEGG_pathway,map00230 +1915,BSU_06490,KEGG_pathway,map00250 +1916,BSU_06490,KEGG_pathway,map01100 +1917,BSU_06490,KEGG_pathway,map01110 +1918,BSU_06490,KEGG_pathway,map01130 +1923,BSU_06500,KEGG_pathway,map00230 +1924,BSU_06500,KEGG_pathway,map01100 +1925,BSU_06500,KEGG_pathway,map01110 +1926,BSU_06500,KEGG_pathway,map01130 +1932,BSU_06510,KEGG_pathway,map00230 +1933,BSU_06510,KEGG_pathway,map00670 +1934,BSU_06510,KEGG_pathway,map01100 +1935,BSU_06510,KEGG_pathway,map01110 +1936,BSU_06510,KEGG_pathway,map01130 +1943,BSU_06520,KEGG_pathway,map00230 +1944,BSU_06520,KEGG_pathway,map00670 +1945,BSU_06520,KEGG_pathway,map01100 +1946,BSU_06520,KEGG_pathway,map01110 +1947,BSU_06520,KEGG_pathway,map01130 +1948,BSU_06520,KEGG_pathway,map01523 +1953,BSU_06530,KEGG_pathway,map00230 +1954,BSU_06530,KEGG_pathway,map01100 +1955,BSU_06530,KEGG_pathway,map01110 +1956,BSU_06530,KEGG_pathway,map01130 +1957,BSU_06540,KEGG_pathway,- +1958,BSU_06550,KEGG_pathway,- +1959,BSU_06559,KEGG_pathway,- +1962,BSU_06560,KEGG_pathway,map00230 +1963,BSU_06560,KEGG_pathway,map01100 +1964,BSU_06570,KEGG_pathway,- +1965,BSU_06580,KEGG_pathway,- +1969,BSU_06590,KEGG_pathway,map00630 +1970,BSU_06590,KEGG_pathway,map00910 +1971,BSU_06590,KEGG_pathway,map01120 +1972,BSU_06600,KEGG_pathway,- +1975,BSU_06610,KEGG_pathway,map03420 +1976,BSU_06610,KEGG_pathway,map03430 +1981,BSU_06620,KEGG_pathway,map03030 +1982,BSU_06620,KEGG_pathway,map03410 +1983,BSU_06620,KEGG_pathway,map03420 +1984,BSU_06620,KEGG_pathway,map03430 +1985,BSU_06630,KEGG_pathway,- +1986,BSU_06640,KEGG_pathway,- +1987,BSU_06650,KEGG_pathway,- +1988,BSU_06660,KEGG_pathway,- +1991,BSU_06670,KEGG_pathway,map00970 +1992,BSU_06670,KEGG_pathway,map01100 +1995,BSU_06680,KEGG_pathway,map00970 +1996,BSU_06680,KEGG_pathway,map01100 +1999,BSU_06690,KEGG_pathway,map00970 +2000,BSU_06690,KEGG_pathway,map01100 +2001,BSU_06700,KEGG_pathway,- +2003,BSU_06710,KEGG_pathway,map02020 +2008,BSU_06720,KEGG_pathway,map00561 +2009,BSU_06720,KEGG_pathway,map00564 +2010,BSU_06720,KEGG_pathway,map01100 +2011,BSU_06720,KEGG_pathway,map01110 +2012,BSU_06730,KEGG_pathway,- +2013,BSU_06740,KEGG_pathway,- +2014,BSU_06750,KEGG_pathway,- +2015,BSU_06760,KEGG_pathway,- +2016,BSU_06770,KEGG_pathway,- +2020,BSU_06780,KEGG_pathway,map02010 +2021,BSU_06780,KEGG_pathway,map02020 +2022,BSU_06780,KEGG_pathway,map05152 +2023,BSU_06800,KEGG_pathway,- +2024,BSU_06811,KEGG_pathway,- +2025,BSU_06812,KEGG_pathway,- +2027,BSU_06820,KEGG_pathway,map01503 +2029,BSU_06830,KEGG_pathway,map02024 +2030,BSU_06840,KEGG_pathway,- +2031,BSU_06860,KEGG_pathway,- +2032,BSU_06870,KEGG_pathway,- +2033,BSU_06880,KEGG_pathway,- +2034,BSU_06890,KEGG_pathway,- +2035,BSU_06900,KEGG_pathway,- +2036,BSU_06910,KEGG_pathway,- +2037,BSU_06920,KEGG_pathway,- +2038,BSU_06940,KEGG_pathway,- +2040,BSU_06950,KEGG_pathway,map02020 +2042,BSU_06960,KEGG_pathway,map02020 +2043,BSU_06970,KEGG_pathway,- +2045,BSU_06980,KEGG_pathway,map02010 +2046,BSU_06990,KEGG_pathway,- +2047,BSU_07000,KEGG_pathway,- +2048,BSU_07010,KEGG_pathway,- +2049,BSU_07020,KEGG_pathway,- +2050,BSU_07030,KEGG_pathway,- +2051,BSU_07040,KEGG_pathway,- +2052,BSU_07050,KEGG_pathway,- +2053,BSU_07060,KEGG_pathway,- +2054,BSU_07070,KEGG_pathway,- +2059,BSU_07080,KEGG_pathway,map00052 +2060,BSU_07080,KEGG_pathway,map00511 +2061,BSU_07080,KEGG_pathway,map00600 +2062,BSU_07080,KEGG_pathway,map01100 +2063,BSU_07090,KEGG_pathway,- +2065,BSU_07100,KEGG_pathway,map02010 +2067,BSU_07110,KEGG_pathway,map02010 +2069,BSU_07120,KEGG_pathway,map02010 +2076,BSU_07130,KEGG_pathway,map00010 +2077,BSU_07130,KEGG_pathway,map00052 +2078,BSU_07130,KEGG_pathway,map00500 +2079,BSU_07130,KEGG_pathway,map00561 +2080,BSU_07130,KEGG_pathway,map00600 +2081,BSU_07130,KEGG_pathway,map00603 +2082,BSU_07140,KEGG_pathway,- +2085,BSU_07150,KEGG_pathway,map00860 +2086,BSU_07150,KEGG_pathway,map01110 +2087,BSU_07160,KEGG_pathway,- +2088,BSU_07170,KEGG_pathway,- +2089,BSU_07180,KEGG_pathway,- +2090,BSU_07190,KEGG_pathway,- +2091,BSU_07200,KEGG_pathway,- +2092,BSU_07210,KEGG_pathway,- +2093,BSU_07220,KEGG_pathway,- +2094,BSU_07230,KEGG_pathway,- +2095,BSU_07240,KEGG_pathway,- +2100,BSU_07250,KEGG_pathway,map00071 +2101,BSU_07250,KEGG_pathway,map00380 +2102,BSU_07250,KEGG_pathway,map00627 +2103,BSU_07250,KEGG_pathway,map01120 +2106,BSU_07260,KEGG_pathway,map00561 +2107,BSU_07260,KEGG_pathway,map01100 +2111,BSU_07270,KEGG_pathway,map00500 +2112,BSU_07270,KEGG_pathway,map00520 +2113,BSU_07270,KEGG_pathway,map01100 +2122,BSU_07280,KEGG_pathway,map00052 +2123,BSU_07280,KEGG_pathway,map00520 +2124,BSU_07280,KEGG_pathway,map00521 +2125,BSU_07280,KEGG_pathway,map00523 +2126,BSU_07280,KEGG_pathway,map00525 +2127,BSU_07280,KEGG_pathway,map01055 +2128,BSU_07280,KEGG_pathway,map01100 +2129,BSU_07280,KEGG_pathway,map01130 +2130,BSU_07290,KEGG_pathway,- +2133,BSU_07300,KEGG_pathway,map00525 +2134,BSU_07300,KEGG_pathway,map01130 +2135,BSU_07310,KEGG_pathway,- +2136,BSU_07320,KEGG_pathway,- +2146,BSU_07330,KEGG_pathway,map00230 +2147,BSU_07330,KEGG_pathway,map00240 +2148,BSU_07330,KEGG_pathway,map00361 +2149,BSU_07330,KEGG_pathway,map00625 +2150,BSU_07330,KEGG_pathway,map00740 +2151,BSU_07330,KEGG_pathway,map00760 +2152,BSU_07330,KEGG_pathway,map01100 +2153,BSU_07330,KEGG_pathway,map01110 +2154,BSU_07330,KEGG_pathway,map01120 +2155,BSU_07340,KEGG_pathway,- +2175,BSU_07350,KEGG_pathway,map00010 +2176,BSU_07350,KEGG_pathway,map00053 +2177,BSU_07350,KEGG_pathway,map00071 +2178,BSU_07350,KEGG_pathway,map00280 +2179,BSU_07350,KEGG_pathway,map00310 +2180,BSU_07350,KEGG_pathway,map00330 +2181,BSU_07350,KEGG_pathway,map00340 +2182,BSU_07350,KEGG_pathway,map00380 +2183,BSU_07350,KEGG_pathway,map00410 +2184,BSU_07350,KEGG_pathway,map00561 +2185,BSU_07350,KEGG_pathway,map00620 +2186,BSU_07350,KEGG_pathway,map00625 +2187,BSU_07350,KEGG_pathway,map00627 +2188,BSU_07350,KEGG_pathway,map00903 +2189,BSU_07350,KEGG_pathway,map00981 +2190,BSU_07350,KEGG_pathway,map01100 +2191,BSU_07350,KEGG_pathway,map01110 +2192,BSU_07350,KEGG_pathway,map01120 +2193,BSU_07350,KEGG_pathway,map01130 +2196,BSU_07360,KEGG_pathway,map02020 +2197,BSU_07360,KEGG_pathway,map02030 +2198,BSU_07370,KEGG_pathway,- +2199,BSU_07380,KEGG_pathway,- +2200,BSU_07390,KEGG_pathway,- +2201,BSU_07400,KEGG_pathway,- +2202,BSU_07410,KEGG_pathway,- +2203,BSU_07420,KEGG_pathway,- +2205,BSU_07430,KEGG_pathway,map03018 +2206,BSU_07440,KEGG_pathway,- +2207,BSU_07450,KEGG_pathway,- +2208,BSU_07460,KEGG_pathway,- +2210,BSU_07480,KEGG_pathway,map00340 +2212,BSU_07490,KEGG_pathway,map02010 +2214,BSU_07500,KEGG_pathway,map02010 +2216,BSU_07510,KEGG_pathway,map02010 +2218,BSU_07520,KEGG_pathway,map02010 +2219,BSU_07530,KEGG_pathway,- +2220,BSU_07550,KEGG_pathway,- +2223,BSU_07560,KEGG_pathway,map00040 +2224,BSU_07560,KEGG_pathway,map02024 +2225,BSU_07570,KEGG_pathway,- +2228,BSU_07580,KEGG_pathway,map02020 +2229,BSU_07580,KEGG_pathway,map02030 +2231,BSU_07590,KEGG_pathway,map02020 +2233,BSU_07600,KEGG_pathway,map02020 +2235,BSU_07610,KEGG_pathway,map02020 +2236,BSU_07620,KEGG_pathway,- +2241,BSU_07630,KEGG_pathway,map00220 +2242,BSU_07630,KEGG_pathway,map00330 +2243,BSU_07630,KEGG_pathway,map01100 +2244,BSU_07630,KEGG_pathway,map01110 +2248,BSU_07640,KEGG_pathway,map00620 +2249,BSU_07640,KEGG_pathway,map00627 +2250,BSU_07640,KEGG_pathway,map01120 +2251,BSU_07650,KEGG_pathway,- +2252,BSU_07660,KEGG_pathway,- +2253,BSU_07670,KEGG_pathway,- +2254,BSU_07680,KEGG_pathway,- +2255,BSU_07690,KEGG_pathway,- +2260,BSU_07700,KEGG_pathway,map00010 +2261,BSU_07700,KEGG_pathway,map00500 +2262,BSU_07700,KEGG_pathway,map00520 +2263,BSU_07700,KEGG_pathway,map02060 +2266,BSU_07710,KEGG_pathway,map00561 +2267,BSU_07710,KEGG_pathway,map01100 +2268,BSU_07735,KEGG_pathway,- +2270,BSU_07750,KEGG_pathway,map02020 +2271,BSU_07760,KEGG_pathway,- +2272,BSU_07780,KEGG_pathway,- +2273,BSU_07790,KEGG_pathway,- +2278,BSU_07800,KEGG_pathway,map00010 +2279,BSU_07800,KEGG_pathway,map00500 +2280,BSU_07800,KEGG_pathway,map00520 +2281,BSU_07800,KEGG_pathway,map02060 +2285,BSU_07810,KEGG_pathway,map00052 +2286,BSU_07810,KEGG_pathway,map00500 +2287,BSU_07810,KEGG_pathway,map01100 +2288,BSU_07820,KEGG_pathway,- +2289,BSU_07830,KEGG_pathway,- +2295,BSU_07840,KEGG_pathway,map00230 +2296,BSU_07840,KEGG_pathway,map00240 +2297,BSU_07840,KEGG_pathway,map00760 +2298,BSU_07840,KEGG_pathway,map01100 +2299,BSU_07840,KEGG_pathway,map01110 +2313,BSU_07850,KEGG_pathway,map00380 +2314,BSU_07850,KEGG_pathway,map00630 +2315,BSU_07850,KEGG_pathway,map01110 +2316,BSU_07850,KEGG_pathway,map01130 +2317,BSU_07850,KEGG_pathway,map01200 +2318,BSU_07850,KEGG_pathway,map04011 +2319,BSU_07850,KEGG_pathway,map04016 +2320,BSU_07850,KEGG_pathway,map04068 +2321,BSU_07850,KEGG_pathway,map04146 +2322,BSU_07850,KEGG_pathway,map04211 +2323,BSU_07850,KEGG_pathway,map04212 +2324,BSU_07850,KEGG_pathway,map04213 +2325,BSU_07850,KEGG_pathway,map05014 +2326,BSU_07860,KEGG_pathway,- +2327,BSU_07870,KEGG_pathway,- +2329,BSU_07880,KEGG_pathway,map05111 +2330,BSU_07890,KEGG_pathway,- +2331,BSU_07900,KEGG_pathway,- +2332,BSU_07910,KEGG_pathway,- +2333,BSU_07920,KEGG_pathway,- +2334,BSU_07930,KEGG_pathway,- +2335,BSU_07940,KEGG_pathway,- +2336,BSU_07955,KEGG_pathway,- +2337,BSU_07970,KEGG_pathway,- +2338,BSU_07980,KEGG_pathway,- +2341,BSU_07990,KEGG_pathway,map00280 +2342,BSU_07990,KEGG_pathway,map01100 +2343,BSU_08000,KEGG_pathway,- +2345,BSU_08010,KEGG_pathway,map03410 +2346,BSU_08020,KEGG_pathway,- +2347,BSU_08029,KEGG_pathway,- +2348,BSU_08030,KEGG_pathway,- +2349,BSU_08040,KEGG_pathway,- +2350,BSU_08060,KEGG_pathway,- +2351,BSU_08070,KEGG_pathway,- +2361,BSU_08080,KEGG_pathway,map00010 +2362,BSU_08080,KEGG_pathway,map00020 +2363,BSU_08080,KEGG_pathway,map00310 +2364,BSU_08080,KEGG_pathway,map00620 +2365,BSU_08080,KEGG_pathway,map01100 +2366,BSU_08080,KEGG_pathway,map01110 +2367,BSU_08080,KEGG_pathway,map01120 +2368,BSU_08080,KEGG_pathway,map01130 +2369,BSU_08080,KEGG_pathway,map01200 +2382,BSU_08090,KEGG_pathway,map00010 +2383,BSU_08090,KEGG_pathway,map00020 +2384,BSU_08090,KEGG_pathway,map00260 +2385,BSU_08090,KEGG_pathway,map00280 +2386,BSU_08090,KEGG_pathway,map00620 +2387,BSU_08090,KEGG_pathway,map00630 +2388,BSU_08090,KEGG_pathway,map00640 +2389,BSU_08090,KEGG_pathway,map01100 +2390,BSU_08090,KEGG_pathway,map01110 +2391,BSU_08090,KEGG_pathway,map01120 +2392,BSU_08090,KEGG_pathway,map01130 +2393,BSU_08090,KEGG_pathway,map01200 +2394,BSU_08100,KEGG_pathway,- +2395,BSU_08110,KEGG_pathway,- +2396,BSU_08120,KEGG_pathway,- +2397,BSU_08130,KEGG_pathway,- +2398,BSU_08140,KEGG_pathway,- +2399,BSU_08150,KEGG_pathway,- +2400,BSU_08160,KEGG_pathway,- +2401,BSU_08170,KEGG_pathway,- +2408,BSU_08180,KEGG_pathway,map00010 +2409,BSU_08180,KEGG_pathway,map00052 +2410,BSU_08180,KEGG_pathway,map00500 +2411,BSU_08180,KEGG_pathway,map00561 +2412,BSU_08180,KEGG_pathway,map00600 +2413,BSU_08180,KEGG_pathway,map00603 +2414,BSU_08190,KEGG_pathway,- +2419,BSU_08200,KEGG_pathway,map00010 +2420,BSU_08200,KEGG_pathway,map00500 +2421,BSU_08200,KEGG_pathway,map00520 +2422,BSU_08200,KEGG_pathway,map02060 +2423,BSU_08210,KEGG_pathway,- +2424,BSU_08220,KEGG_pathway,- +2425,BSU_08230,KEGG_pathway,- +2433,BSU_08240,KEGG_pathway,map00361 +2434,BSU_08240,KEGG_pathway,map00362 +2435,BSU_08240,KEGG_pathway,map00622 +2436,BSU_08240,KEGG_pathway,map00643 +2437,BSU_08240,KEGG_pathway,map01100 +2438,BSU_08240,KEGG_pathway,map01120 +2439,BSU_08240,KEGG_pathway,map01220 +2440,BSU_08250,KEGG_pathway,- +2442,BSU_08260,KEGG_pathway,map04113 +2443,BSU_08270,KEGG_pathway,- +2444,BSU_08280,KEGG_pathway,- +2446,BSU_08290,KEGG_pathway,map02020 +2447,BSU_08300,KEGG_pathway,- +2449,BSU_08310,KEGG_pathway,map02010 +2450,BSU_08320,KEGG_pathway,- +2451,BSU_08330,KEGG_pathway,- +2452,BSU_08340,KEGG_pathway,- +2455,BSU_08350,KEGG_pathway,map00561 +2456,BSU_08350,KEGG_pathway,map01100 +2457,BSU_08360,KEGG_pathway,- +2458,BSU_08370,KEGG_pathway,- +2459,BSU_08380,KEGG_pathway,- +2460,BSU_08390,KEGG_pathway,- +2461,BSU_08400,KEGG_pathway,- +2462,BSU_08410,KEGG_pathway,- +2466,BSU_08425,KEGG_pathway,map01503 +2467,BSU_08425,KEGG_pathway,map02020 +2468,BSU_08425,KEGG_pathway,map05150 +2470,BSU_08440,KEGG_pathway,map02010 +2472,BSU_08450,KEGG_pathway,map02010 +2474,BSU_08460,KEGG_pathway,map02010 +2478,BSU_08470,KEGG_pathway,map00405 +2479,BSU_08470,KEGG_pathway,map01130 +2480,BSU_08470,KEGG_pathway,map02024 +2481,BSU_08480,KEGG_pathway,- +2482,BSU_08490,KEGG_pathway,- +2483,BSU_08510,KEGG_pathway,- +2486,BSU_08520,KEGG_pathway,map00561 +2487,BSU_08520,KEGG_pathway,map01100 +2488,BSU_08530,KEGG_pathway,- +2489,BSU_08540,KEGG_pathway,- +2490,BSU_08550,KEGG_pathway,- +2491,BSU_08560,KEGG_pathway,- +2492,BSU_08570,KEGG_pathway,- +2493,BSU_08580,KEGG_pathway,- +2498,BSU_08590,KEGG_pathway,map00361 +2499,BSU_08590,KEGG_pathway,map00625 +2500,BSU_08590,KEGG_pathway,map01100 +2501,BSU_08590,KEGG_pathway,map01120 +2502,BSU_08600,KEGG_pathway,- +2503,BSU_08610,KEGG_pathway,- +2504,BSU_08620,KEGG_pathway,- +2506,BSU_08630,KEGG_pathway,map03410 +2507,BSU_08640,KEGG_pathway,- +2511,BSU_08650,KEGG_pathway,map00061 +2512,BSU_08650,KEGG_pathway,map01100 +2513,BSU_08650,KEGG_pathway,map01212 +2514,BSU_08660,KEGG_pathway,- +2515,BSU_08670,KEGG_pathway,- +2516,BSU_08680,KEGG_pathway,- +2518,BSU_08690,KEGG_pathway,map02010 +2519,BSU_08700,KEGG_pathway,- +2524,BSU_08710,KEGG_pathway,map00860 +2525,BSU_08710,KEGG_pathway,map01100 +2526,BSU_08710,KEGG_pathway,map01110 +2527,BSU_08710,KEGG_pathway,map01120 +2528,BSU_08720,KEGG_pathway,- +2529,BSU_08730,KEGG_pathway,- +2530,BSU_08740,KEGG_pathway,- +2531,BSU_08750,KEGG_pathway,- +2532,BSU_08760,KEGG_pathway,- +2533,BSU_08770,KEGG_pathway,- +2534,BSU_08779,KEGG_pathway,- +2537,BSU_08780,KEGG_pathway,map00480 +2538,BSU_08780,KEGG_pathway,map01100 +2541,BSU_08790,KEGG_pathway,map00730 +2542,BSU_08790,KEGG_pathway,map01100 +2543,BSU_08800,KEGG_pathway,- +2557,BSU_08820,KEGG_pathway,map00380 +2558,BSU_08820,KEGG_pathway,map00630 +2559,BSU_08820,KEGG_pathway,map01110 +2560,BSU_08820,KEGG_pathway,map01130 +2561,BSU_08820,KEGG_pathway,map01200 +2562,BSU_08820,KEGG_pathway,map04011 +2563,BSU_08820,KEGG_pathway,map04016 +2564,BSU_08820,KEGG_pathway,map04068 +2565,BSU_08820,KEGG_pathway,map04146 +2566,BSU_08820,KEGG_pathway,map04211 +2567,BSU_08820,KEGG_pathway,map04212 +2568,BSU_08820,KEGG_pathway,map04213 +2569,BSU_08820,KEGG_pathway,map05014 +2572,BSU_08830,KEGG_pathway,map00920 +2573,BSU_08830,KEGG_pathway,map02010 +2576,BSU_08840,KEGG_pathway,map00920 +2577,BSU_08840,KEGG_pathway,map02010 +2580,BSU_08850,KEGG_pathway,map00920 +2581,BSU_08850,KEGG_pathway,map02010 +2583,BSU_08860,KEGG_pathway,map00920 +2585,BSU_08880,KEGG_pathway,map03010 +2586,BSU_08890,KEGG_pathway,- +2587,BSU_08899,KEGG_pathway,- +2588,BSU_08900,KEGG_pathway,- +2589,BSU_08910,KEGG_pathway,- +2590,BSU_08920,KEGG_pathway,- +2591,BSU_08930,KEGG_pathway,- +2592,BSU_08940,KEGG_pathway,- +2593,BSU_08950,KEGG_pathway,- +2594,BSU_08960,KEGG_pathway,- +2595,BSU_08970,KEGG_pathway,- +2596,BSU_08980,KEGG_pathway,- +2597,BSU_08990,KEGG_pathway,- +2598,BSU_09000,KEGG_pathway,- +2599,BSU_09010,KEGG_pathway,- +2602,BSU_09020,KEGG_pathway,map00130 +2603,BSU_09020,KEGG_pathway,map01110 +2604,BSU_09030,KEGG_pathway,- +2605,BSU_09050,KEGG_pathway,- +2606,BSU_09060,KEGG_pathway,- +2607,BSU_09070,KEGG_pathway,- +2608,BSU_09080,KEGG_pathway,- +2609,BSU_09090,KEGG_pathway,- +2610,BSU_09100,KEGG_pathway,- +2612,BSU_09110,KEGG_pathway,map02010 +2613,BSU_09120,KEGG_pathway,- +2614,BSU_09130,KEGG_pathway,- +2615,BSU_09140,KEGG_pathway,- +2616,BSU_09150,KEGG_pathway,- +2617,BSU_09165,KEGG_pathway,- +2618,BSU_09180,KEGG_pathway,- +2624,BSU_09190,KEGG_pathway,map00230 +2625,BSU_09190,KEGG_pathway,map00240 +2626,BSU_09190,KEGG_pathway,map00760 +2627,BSU_09190,KEGG_pathway,map01100 +2628,BSU_09190,KEGG_pathway,map01110 +2629,BSU_09200,KEGG_pathway,- +2630,BSU_09210,KEGG_pathway,- +2631,BSU_09220,KEGG_pathway,- +2632,BSU_09230,KEGG_pathway,- +2634,BSU_09240,KEGG_pathway,map00500 +2636,BSU_09250,KEGG_pathway,map00250 +2639,BSU_09260,KEGG_pathway,map00780 +2640,BSU_09260,KEGG_pathway,map01100 +2641,BSU_09270,KEGG_pathway,- +2642,BSU_09280,KEGG_pathway,- +2647,BSU_09290,KEGG_pathway,map00561 +2648,BSU_09290,KEGG_pathway,map01100 +2649,BSU_09290,KEGG_pathway,map03320 +2650,BSU_09290,KEGG_pathway,map04626 +2653,BSU_09300,KEGG_pathway,map00564 +2654,BSU_09300,KEGG_pathway,map01110 +2667,BSU_09310,KEGG_pathway,map00010 +2668,BSU_09310,KEGG_pathway,map00030 +2669,BSU_09310,KEGG_pathway,map00051 +2670,BSU_09310,KEGG_pathway,map00052 +2671,BSU_09310,KEGG_pathway,map00230 +2672,BSU_09310,KEGG_pathway,map00500 +2673,BSU_09310,KEGG_pathway,map00520 +2674,BSU_09310,KEGG_pathway,map00521 +2675,BSU_09310,KEGG_pathway,map01100 +2676,BSU_09310,KEGG_pathway,map01110 +2677,BSU_09310,KEGG_pathway,map01120 +2678,BSU_09310,KEGG_pathway,map01130 +2679,BSU_09320,KEGG_pathway,- +2681,BSU_09330,KEGG_pathway,map02020 +2682,BSU_09340,KEGG_pathway,- +2683,BSU_09350,KEGG_pathway,- +2684,BSU_09360,KEGG_pathway,- +2685,BSU_09370,KEGG_pathway,- +2687,BSU_09380,KEGG_pathway,map05132 +2688,BSU_09390,KEGG_pathway,- +2689,BSU_09400,KEGG_pathway,- +2694,BSU_09410,KEGG_pathway,map00730 +2695,BSU_09410,KEGG_pathway,map00790 +2696,BSU_09410,KEGG_pathway,map01100 +2697,BSU_09410,KEGG_pathway,map02020 +2698,BSU_09420,KEGG_pathway,- +2699,BSU_09430,KEGG_pathway,- +2709,BSU_09440,KEGG_pathway,map00020 +2710,BSU_09440,KEGG_pathway,map00630 +2711,BSU_09440,KEGG_pathway,map01100 +2712,BSU_09440,KEGG_pathway,map01110 +2713,BSU_09440,KEGG_pathway,map01120 +2714,BSU_09440,KEGG_pathway,map01130 +2715,BSU_09440,KEGG_pathway,map01200 +2716,BSU_09440,KEGG_pathway,map01210 +2717,BSU_09440,KEGG_pathway,map01230 +2725,BSU_09450,KEGG_pathway,map00061 +2726,BSU_09450,KEGG_pathway,map00333 +2727,BSU_09450,KEGG_pathway,map00780 +2728,BSU_09450,KEGG_pathway,map01040 +2729,BSU_09450,KEGG_pathway,map01100 +2730,BSU_09450,KEGG_pathway,map01130 +2731,BSU_09450,KEGG_pathway,map01212 +2732,BSU_09460,KEGG_pathway,- +2733,BSU_09470,KEGG_pathway,- +2734,BSU_09480,KEGG_pathway,- +2735,BSU_09490,KEGG_pathway,- +2736,BSU_09500,KEGG_pathway,- +2737,BSU_09510,KEGG_pathway,- +2738,BSU_09520,KEGG_pathway,- +2739,BSU_09530,KEGG_pathway,- +2744,BSU_09540,KEGG_pathway,map00561 +2745,BSU_09540,KEGG_pathway,map00564 +2746,BSU_09540,KEGG_pathway,map01100 +2747,BSU_09540,KEGG_pathway,map01110 +2748,BSU_09550,KEGG_pathway,- +2749,BSU_09560,KEGG_pathway,- +2765,BSU_09570,KEGG_pathway,map00220 +2766,BSU_09570,KEGG_pathway,map00250 +2767,BSU_09570,KEGG_pathway,map00270 +2768,BSU_09570,KEGG_pathway,map00330 +2769,BSU_09570,KEGG_pathway,map00350 +2770,BSU_09570,KEGG_pathway,map00360 +2771,BSU_09570,KEGG_pathway,map00400 +2772,BSU_09570,KEGG_pathway,map00401 +2773,BSU_09570,KEGG_pathway,map00950 +2774,BSU_09570,KEGG_pathway,map00960 +2775,BSU_09570,KEGG_pathway,map01100 +2776,BSU_09570,KEGG_pathway,map01110 +2777,BSU_09570,KEGG_pathway,map01130 +2778,BSU_09570,KEGG_pathway,map01210 +2779,BSU_09570,KEGG_pathway,map01230 +2780,BSU_09590,KEGG_pathway,- +2781,BSU_09600,KEGG_pathway,- +2782,BSU_09610,KEGG_pathway,- +2784,BSU_09620,KEGG_pathway,map00564 +2785,BSU_09640,KEGG_pathway,- +2786,BSU_09650,KEGG_pathway,- +2787,BSU_09660,KEGG_pathway,- +2794,BSU_09670,KEGG_pathway,map00310 +2795,BSU_09670,KEGG_pathway,map00330 +2796,BSU_09670,KEGG_pathway,map00360 +2797,BSU_09670,KEGG_pathway,map00472 +2798,BSU_09670,KEGG_pathway,map00473 +2799,BSU_09670,KEGG_pathway,map01100 +2800,BSU_09680,KEGG_pathway,- +2801,BSU_09690,KEGG_pathway,- +2803,BSU_09710,KEGG_pathway,map02010 +2805,BSU_09720,KEGG_pathway,map02010 +2806,BSU_09730,KEGG_pathway,- +2807,BSU_09750,KEGG_pathway,- +2808,BSU_09760,KEGG_pathway,- +2812,BSU_09770,KEGG_pathway,map00270 +2813,BSU_09770,KEGG_pathway,map00480 +2814,BSU_09770,KEGG_pathway,map01100 +2815,BSU_09780,KEGG_pathway,- +2816,BSU_09790,KEGG_pathway,- +2817,BSU_09800,KEGG_pathway,- +2818,BSU_09810,KEGG_pathway,- +2819,BSU_09830,KEGG_pathway,- +2820,BSU_09840,KEGG_pathway,- +2821,BSU_09850,KEGG_pathway,- +2822,BSU_09860,KEGG_pathway,- +2825,BSU_09880,KEGG_pathway,map00360 +2826,BSU_09880,KEGG_pathway,map01120 +2827,BSU_09889,KEGG_pathway,- +2828,BSU_09890,KEGG_pathway,- +2831,BSU_09900,KEGG_pathway,map02010 +2832,BSU_09900,KEGG_pathway,map02020 +2833,BSU_09910,KEGG_pathway,- +2834,BSU_09920,KEGG_pathway,- +2835,BSU_09930,KEGG_pathway,- +2836,BSU_09940,KEGG_pathway,- +2837,BSU_09950,KEGG_pathway,- +2838,BSU_09965,KEGG_pathway,- +2839,BSU_09980,KEGG_pathway,- +2840,BSU_09990,KEGG_pathway,- +2841,BSU_10000,KEGG_pathway,- +2842,BSU_10009,KEGG_pathway,- +2843,BSU_10010,KEGG_pathway,- +2852,BSU_10020,KEGG_pathway,map00260 +2853,BSU_10020,KEGG_pathway,map00680 +2854,BSU_10020,KEGG_pathway,map00750 +2855,BSU_10020,KEGG_pathway,map01100 +2856,BSU_10020,KEGG_pathway,map01120 +2857,BSU_10020,KEGG_pathway,map01130 +2858,BSU_10020,KEGG_pathway,map01200 +2859,BSU_10020,KEGG_pathway,map01230 +2860,BSU_10030,KEGG_pathway,- +2861,BSU_10040,KEGG_pathway,- +2862,BSU_10050,KEGG_pathway,- +2863,BSU_10060,KEGG_pathway,- +2868,BSU_10070,KEGG_pathway,map00300 +2869,BSU_10070,KEGG_pathway,map01100 +2870,BSU_10070,KEGG_pathway,map01110 +2871,BSU_10070,KEGG_pathway,map01230 +2872,BSU_10080,KEGG_pathway,- +2874,BSU_10090,KEGG_pathway,map02020 +2885,BSU_10100,KEGG_pathway,map00061 +2886,BSU_10100,KEGG_pathway,map00071 +2887,BSU_10100,KEGG_pathway,map01100 +2888,BSU_10100,KEGG_pathway,map01212 +2889,BSU_10100,KEGG_pathway,map02024 +2890,BSU_10100,KEGG_pathway,map03320 +2891,BSU_10100,KEGG_pathway,map04146 +2892,BSU_10100,KEGG_pathway,map04216 +2893,BSU_10100,KEGG_pathway,map04714 +2894,BSU_10100,KEGG_pathway,map04920 +2898,BSU_10110,KEGG_pathway,map00550 +2899,BSU_10110,KEGG_pathway,map01100 +2900,BSU_10110,KEGG_pathway,map01501 +2907,BSU_10120,KEGG_pathway,map00680 +2908,BSU_10120,KEGG_pathway,map00860 +2909,BSU_10120,KEGG_pathway,map01100 +2910,BSU_10120,KEGG_pathway,map01110 +2911,BSU_10120,KEGG_pathway,map01120 +2912,BSU_10120,KEGG_pathway,map01200 +2916,BSU_10130,KEGG_pathway,map00860 +2917,BSU_10130,KEGG_pathway,map01100 +2918,BSU_10130,KEGG_pathway,map01110 +2924,BSU_10140,KEGG_pathway,map00404 +2925,BSU_10140,KEGG_pathway,map00860 +2926,BSU_10140,KEGG_pathway,map01100 +2927,BSU_10140,KEGG_pathway,map01110 +2928,BSU_10140,KEGG_pathway,map01130 +2929,BSU_10150,KEGG_pathway,- +2930,BSU_10160,KEGG_pathway,- +2934,BSU_10170,KEGG_pathway,map00061 +2935,BSU_10170,KEGG_pathway,map01100 +2936,BSU_10170,KEGG_pathway,map01212 +2937,BSU_10180,KEGG_pathway,- +2940,BSU_10200,KEGG_pathway,map00500 +2941,BSU_10200,KEGG_pathway,map01100 +2942,BSU_10210,KEGG_pathway,- +2944,BSU_10220,KEGG_pathway,map02020 +2945,BSU_10230,KEGG_pathway,- +2946,BSU_10240,KEGG_pathway,- +2949,BSU_10250,KEGG_pathway,map00785 +2950,BSU_10250,KEGG_pathway,map01100 +2951,BSU_10260,KEGG_pathway,- +2962,BSU_10270,KEGG_pathway,map00061 +2963,BSU_10270,KEGG_pathway,map00071 +2964,BSU_10270,KEGG_pathway,map01100 +2965,BSU_10270,KEGG_pathway,map01212 +2966,BSU_10270,KEGG_pathway,map02024 +2967,BSU_10270,KEGG_pathway,map03320 +2968,BSU_10270,KEGG_pathway,map04146 +2969,BSU_10270,KEGG_pathway,map04216 +2970,BSU_10270,KEGG_pathway,map04714 +2971,BSU_10270,KEGG_pathway,map04920 +2972,BSU_10280,KEGG_pathway,- +2975,BSU_10290,KEGG_pathway,map00900 +2976,BSU_10290,KEGG_pathway,map01130 +2978,BSU_10300,KEGG_pathway,map02024 +2979,BSU_10310,KEGG_pathway,- +2994,BSU_10320,KEGG_pathway,map00010 +2995,BSU_10320,KEGG_pathway,map00071 +2996,BSU_10320,KEGG_pathway,map00350 +2997,BSU_10320,KEGG_pathway,map00625 +2998,BSU_10320,KEGG_pathway,map00626 +2999,BSU_10320,KEGG_pathway,map00640 +3000,BSU_10320,KEGG_pathway,map00830 +3001,BSU_10320,KEGG_pathway,map00980 +3002,BSU_10320,KEGG_pathway,map00982 +3003,BSU_10320,KEGG_pathway,map01100 +3004,BSU_10320,KEGG_pathway,map01110 +3005,BSU_10320,KEGG_pathway,map01120 +3006,BSU_10320,KEGG_pathway,map01130 +3007,BSU_10320,KEGG_pathway,map01220 +3009,BSU_10330,KEGG_pathway,map02010 +3020,BSU_10340,KEGG_pathway,map00010 +3021,BSU_10340,KEGG_pathway,map00260 +3022,BSU_10340,KEGG_pathway,map00680 +3023,BSU_10340,KEGG_pathway,map00860 +3024,BSU_10340,KEGG_pathway,map01100 +3025,BSU_10340,KEGG_pathway,map01110 +3026,BSU_10340,KEGG_pathway,map01120 +3027,BSU_10340,KEGG_pathway,map01130 +3028,BSU_10340,KEGG_pathway,map01200 +3029,BSU_10340,KEGG_pathway,map01230 +3049,BSU_10350,KEGG_pathway,map00071 +3050,BSU_10350,KEGG_pathway,map00072 +3051,BSU_10350,KEGG_pathway,map00280 +3052,BSU_10350,KEGG_pathway,map00310 +3053,BSU_10350,KEGG_pathway,map00362 +3054,BSU_10350,KEGG_pathway,map00380 +3055,BSU_10350,KEGG_pathway,map00620 +3056,BSU_10350,KEGG_pathway,map00630 +3057,BSU_10350,KEGG_pathway,map00640 +3058,BSU_10350,KEGG_pathway,map00650 +3059,BSU_10350,KEGG_pathway,map00720 +3060,BSU_10350,KEGG_pathway,map00900 +3061,BSU_10350,KEGG_pathway,map01100 +3062,BSU_10350,KEGG_pathway,map01110 +3063,BSU_10350,KEGG_pathway,map01120 +3064,BSU_10350,KEGG_pathway,map01130 +3065,BSU_10350,KEGG_pathway,map01200 +3066,BSU_10350,KEGG_pathway,map01212 +3067,BSU_10350,KEGG_pathway,map02020 +3078,BSU_10360,KEGG_pathway,map00061 +3079,BSU_10360,KEGG_pathway,map00071 +3080,BSU_10360,KEGG_pathway,map01100 +3081,BSU_10360,KEGG_pathway,map01212 +3082,BSU_10360,KEGG_pathway,map02024 +3083,BSU_10360,KEGG_pathway,map03320 +3084,BSU_10360,KEGG_pathway,map04146 +3085,BSU_10360,KEGG_pathway,map04216 +3086,BSU_10360,KEGG_pathway,map04714 +3087,BSU_10360,KEGG_pathway,map04920 +3089,BSU_10370,KEGG_pathway,map02010 +3092,BSU_10380,KEGG_pathway,map02020 +3093,BSU_10380,KEGG_pathway,map02030 +3096,BSU_10390,KEGG_pathway,map00330 +3097,BSU_10390,KEGG_pathway,map01100 +3105,BSU_10400,KEGG_pathway,map00061 +3106,BSU_10400,KEGG_pathway,map00333 +3107,BSU_10400,KEGG_pathway,map00780 +3108,BSU_10400,KEGG_pathway,map01040 +3109,BSU_10400,KEGG_pathway,map01100 +3110,BSU_10400,KEGG_pathway,map01130 +3111,BSU_10400,KEGG_pathway,map01212 +3112,BSU_10410,KEGG_pathway,- +3114,BSU_10420,KEGG_pathway,map02024 +3122,BSU_10430,KEGG_pathway,map00061 +3123,BSU_10430,KEGG_pathway,map00333 +3124,BSU_10430,KEGG_pathway,map00780 +3125,BSU_10430,KEGG_pathway,map01040 +3126,BSU_10430,KEGG_pathway,map01100 +3127,BSU_10430,KEGG_pathway,map01130 +3128,BSU_10430,KEGG_pathway,map01212 +3129,BSU_10440,KEGG_pathway,- +3130,BSU_10450,KEGG_pathway,- +3131,BSU_10460,KEGG_pathway,- +3132,BSU_10470,KEGG_pathway,- +3133,BSU_10480,KEGG_pathway,- +3136,BSU_10490,KEGG_pathway,map02024 +3137,BSU_10490,KEGG_pathway,map03060 +3138,BSU_10500,KEGG_pathway,- +3139,BSU_10510,KEGG_pathway,- +3140,BSU_10520,KEGG_pathway,- +3146,BSU_10530,KEGG_pathway,map00521 +3147,BSU_10530,KEGG_pathway,map00562 +3148,BSU_10530,KEGG_pathway,map01100 +3149,BSU_10530,KEGG_pathway,map01120 +3150,BSU_10530,KEGG_pathway,map01130 +3152,BSU_10540,KEGG_pathway,map00500 +3153,BSU_10550,KEGG_pathway,- +3157,BSU_10560,KEGG_pathway,map00473 +3158,BSU_10560,KEGG_pathway,map01100 +3159,BSU_10560,KEGG_pathway,map01502 +3160,BSU_10570,KEGG_pathway,- +3161,BSU_10580,KEGG_pathway,- +3162,BSU_10590,KEGG_pathway,- +3163,BSU_10600,KEGG_pathway,- +3164,BSU_10610,KEGG_pathway,- +3165,BSU_10620,KEGG_pathway,- +3166,BSU_10630,KEGG_pathway,- +3167,BSU_10640,KEGG_pathway,- +3168,BSU_10650,KEGG_pathway,- +3169,BSU_10660,KEGG_pathway,- +3170,BSU_10670,KEGG_pathway,- +3171,BSU_10680,KEGG_pathway,- +3172,BSU_10690,KEGG_pathway,- +3173,BSU_10700,KEGG_pathway,- +3174,BSU_10710,KEGG_pathway,- +3175,BSU_10720,KEGG_pathway,- +3176,BSU_10730,KEGG_pathway,- +3177,BSU_10740,KEGG_pathway,- +3178,BSU_10750,KEGG_pathway,- +3179,BSU_10760,KEGG_pathway,- +3180,BSU_10770,KEGG_pathway,- +3181,BSU_10780,KEGG_pathway,- +3185,BSU_10790,KEGG_pathway,map00250 +3186,BSU_10790,KEGG_pathway,map01100 +3187,BSU_10790,KEGG_pathway,map01110 +3188,BSU_10800,KEGG_pathway,- +3196,BSU_10810,KEGG_pathway,map00100 +3197,BSU_10810,KEGG_pathway,map00906 +3198,BSU_10810,KEGG_pathway,map00909 +3199,BSU_10810,KEGG_pathway,map01062 +3200,BSU_10810,KEGG_pathway,map01100 +3201,BSU_10810,KEGG_pathway,map01110 +3202,BSU_10810,KEGG_pathway,map01130 +3203,BSU_10820,KEGG_pathway,- +3204,BSU_10830,KEGG_pathway,- +3205,BSU_10840,KEGG_pathway,- +3211,BSU_10850,KEGG_pathway,map00521 +3212,BSU_10850,KEGG_pathway,map00562 +3213,BSU_10850,KEGG_pathway,map01100 +3214,BSU_10850,KEGG_pathway,map01120 +3215,BSU_10850,KEGG_pathway,map01130 +3216,BSU_10860,KEGG_pathway,- +3217,BSU_10870,KEGG_pathway,- +3218,BSU_10880,KEGG_pathway,- +3219,BSU_10890,KEGG_pathway,- +3224,BSU_10900,KEGG_pathway,map00362 +3225,BSU_10900,KEGG_pathway,map01100 +3226,BSU_10900,KEGG_pathway,map01120 +3227,BSU_10900,KEGG_pathway,map01220 +3235,BSU_10910,KEGG_pathway,map00230 +3236,BSU_10910,KEGG_pathway,map00261 +3237,BSU_10910,KEGG_pathway,map00450 +3238,BSU_10910,KEGG_pathway,map00920 +3239,BSU_10910,KEGG_pathway,map01100 +3240,BSU_10910,KEGG_pathway,map01120 +3241,BSU_10910,KEGG_pathway,map01130 +3249,BSU_10920,KEGG_pathway,map00230 +3250,BSU_10920,KEGG_pathway,map00261 +3251,BSU_10920,KEGG_pathway,map00450 +3252,BSU_10920,KEGG_pathway,map00920 +3253,BSU_10920,KEGG_pathway,map01100 +3254,BSU_10920,KEGG_pathway,map01120 +3255,BSU_10920,KEGG_pathway,map01130 +3260,BSU_10930,KEGG_pathway,map00230 +3261,BSU_10930,KEGG_pathway,map00920 +3262,BSU_10930,KEGG_pathway,map01100 +3263,BSU_10930,KEGG_pathway,map01120 +3266,BSU_10940,KEGG_pathway,map00680 +3267,BSU_10940,KEGG_pathway,map01120 +3270,BSU_10950,KEGG_pathway,map00680 +3271,BSU_10950,KEGG_pathway,map01120 +3272,BSU_10960,KEGG_pathway,- +3274,BSU_10970,KEGG_pathway,map00053 +3275,BSU_10980,KEGG_pathway,- +3276,BSU_10990,KEGG_pathway,- +3277,BSU_11000,KEGG_pathway,- +3288,BSU_11010,KEGG_pathway,map00270 +3289,BSU_11010,KEGG_pathway,map00450 +3290,BSU_11010,KEGG_pathway,map00670 +3291,BSU_11010,KEGG_pathway,map00720 +3292,BSU_11010,KEGG_pathway,map01100 +3293,BSU_11010,KEGG_pathway,map01110 +3294,BSU_11010,KEGG_pathway,map01120 +3295,BSU_11010,KEGG_pathway,map01200 +3296,BSU_11010,KEGG_pathway,map01230 +3297,BSU_11010,KEGG_pathway,map01523 +3298,BSU_11020,KEGG_pathway,- +3299,BSU_11030,KEGG_pathway,- +3300,BSU_11040,KEGG_pathway,- +3301,BSU_11055,KEGG_pathway,- +3302,BSU_11070,KEGG_pathway,- +3303,BSU_11079,KEGG_pathway,- +3304,BSU_11080,KEGG_pathway,- +3305,BSU_11090,KEGG_pathway,- +3307,BSU_11100,KEGG_pathway,map02024 +3308,BSU_11110,KEGG_pathway,- +3309,BSU_11120,KEGG_pathway,- +3310,BSU_11130,KEGG_pathway,- +3311,BSU_11139,KEGG_pathway,- +3315,BSU_11140,KEGG_pathway,map00740 +3316,BSU_11140,KEGG_pathway,map01100 +3317,BSU_11140,KEGG_pathway,map01110 +3318,BSU_11150,KEGG_pathway,- +3321,BSU_11160,KEGG_pathway,map00360 +3322,BSU_11160,KEGG_pathway,map01120 +3323,BSU_11170,KEGG_pathway,- +3324,BSU_11180,KEGG_pathway,- +3331,BSU_11190,KEGG_pathway,map00220 +3332,BSU_11190,KEGG_pathway,map01100 +3333,BSU_11190,KEGG_pathway,map01110 +3334,BSU_11190,KEGG_pathway,map01130 +3335,BSU_11190,KEGG_pathway,map01210 +3336,BSU_11190,KEGG_pathway,map01230 +3343,BSU_11200,KEGG_pathway,map00220 +3344,BSU_11200,KEGG_pathway,map01100 +3345,BSU_11200,KEGG_pathway,map01110 +3346,BSU_11200,KEGG_pathway,map01130 +3347,BSU_11200,KEGG_pathway,map01210 +3348,BSU_11200,KEGG_pathway,map01230 +3355,BSU_11210,KEGG_pathway,map00220 +3356,BSU_11210,KEGG_pathway,map01100 +3357,BSU_11210,KEGG_pathway,map01110 +3358,BSU_11210,KEGG_pathway,map01130 +3359,BSU_11210,KEGG_pathway,map01210 +3360,BSU_11210,KEGG_pathway,map01230 +3369,BSU_11220,KEGG_pathway,map00220 +3370,BSU_11220,KEGG_pathway,map00300 +3371,BSU_11220,KEGG_pathway,map01100 +3372,BSU_11220,KEGG_pathway,map01110 +3373,BSU_11220,KEGG_pathway,map01120 +3374,BSU_11220,KEGG_pathway,map01130 +3375,BSU_11220,KEGG_pathway,map01210 +3376,BSU_11220,KEGG_pathway,map01230 +3380,BSU_11230,KEGG_pathway,map00240 +3381,BSU_11230,KEGG_pathway,map00250 +3382,BSU_11230,KEGG_pathway,map01100 +3386,BSU_11240,KEGG_pathway,map00240 +3387,BSU_11240,KEGG_pathway,map00250 +3388,BSU_11240,KEGG_pathway,map01100 +3394,BSU_11250,KEGG_pathway,map00220 +3395,BSU_11250,KEGG_pathway,map01100 +3396,BSU_11250,KEGG_pathway,map01110 +3397,BSU_11250,KEGG_pathway,map01130 +3398,BSU_11250,KEGG_pathway,map01230 +3399,BSU_11260,KEGG_pathway,- +3400,BSU_11270,KEGG_pathway,- +3401,BSU_11280,KEGG_pathway,- +3402,BSU_11290,KEGG_pathway,- +3403,BSU_11300,KEGG_pathway,- +3404,BSU_11310,KEGG_pathway,- +3405,BSU_11320,KEGG_pathway,- +3409,BSU_11330,KEGG_pathway,map00061 +3410,BSU_11330,KEGG_pathway,map01100 +3411,BSU_11330,KEGG_pathway,map01212 +3416,BSU_11340,KEGG_pathway,map00061 +3417,BSU_11340,KEGG_pathway,map00780 +3418,BSU_11340,KEGG_pathway,map01100 +3419,BSU_11340,KEGG_pathway,map01212 +3420,BSU_11350,KEGG_pathway,- +3424,BSU_11360,KEGG_pathway,map01501 +3425,BSU_11360,KEGG_pathway,map02010 +3426,BSU_11360,KEGG_pathway,map02024 +3430,BSU_11370,KEGG_pathway,map01501 +3431,BSU_11370,KEGG_pathway,map02010 +3432,BSU_11370,KEGG_pathway,map02024 +3434,BSU_11381,KEGG_pathway,map02024 +3436,BSU_11382,KEGG_pathway,map02024 +3438,BSU_11390,KEGG_pathway,map02024 +3442,BSU_11400,KEGG_pathway,map01501 +3443,BSU_11400,KEGG_pathway,map02010 +3444,BSU_11400,KEGG_pathway,map02024 +3445,BSU_11410,KEGG_pathway,- +3447,BSU_11420,KEGG_pathway,map00970 +3451,BSU_11430,KEGG_pathway,map01501 +3452,BSU_11430,KEGG_pathway,map02010 +3453,BSU_11430,KEGG_pathway,map02024 +3457,BSU_11440,KEGG_pathway,map01501 +3458,BSU_11440,KEGG_pathway,map02010 +3459,BSU_11440,KEGG_pathway,map02024 +3463,BSU_11450,KEGG_pathway,map01501 +3464,BSU_11450,KEGG_pathway,map02010 +3465,BSU_11450,KEGG_pathway,map02024 +3469,BSU_11460,KEGG_pathway,map01501 +3470,BSU_11460,KEGG_pathway,map02010 +3471,BSU_11460,KEGG_pathway,map02024 +3475,BSU_11470,KEGG_pathway,map01501 +3476,BSU_11470,KEGG_pathway,map02010 +3477,BSU_11470,KEGG_pathway,map02024 +3478,BSU_11480,KEGG_pathway,- +3479,BSU_11490,KEGG_pathway,- +3480,BSU_11500,KEGG_pathway,- +3481,BSU_11510,KEGG_pathway,- +3482,BSU_11520,KEGG_pathway,- +3483,BSU_11530,KEGG_pathway,- +3484,BSU_11540,KEGG_pathway,- +3485,BSU_11549,KEGG_pathway,- +3486,BSU_11550,KEGG_pathway,- +3487,BSU_11560,KEGG_pathway,- +3488,BSU_11570,KEGG_pathway,- +3489,BSU_11580,KEGG_pathway,- +3490,BSU_11590,KEGG_pathway,- +3492,BSU_11600,KEGG_pathway,map00230 +3495,BSU_11610,KEGG_pathway,map00760 +3496,BSU_11610,KEGG_pathway,map01100 +3497,BSU_11620,KEGG_pathway,- +3499,BSU_11630,KEGG_pathway,map00230 +3500,BSU_11640,KEGG_pathway,- +3503,BSU_11650,KEGG_pathway,map00730 +3504,BSU_11650,KEGG_pathway,map01100 +3507,BSU_11660,KEGG_pathway,map00730 +3508,BSU_11660,KEGG_pathway,map01100 +3512,BSU_11670,KEGG_pathway,map00360 +3513,BSU_11670,KEGG_pathway,map00730 +3514,BSU_11670,KEGG_pathway,map01100 +3516,BSU_11680,KEGG_pathway,map04122 +3519,BSU_11690,KEGG_pathway,map00730 +3520,BSU_11690,KEGG_pathway,map01100 +3524,BSU_11700,KEGG_pathway,map00730 +3525,BSU_11700,KEGG_pathway,map01100 +3526,BSU_11700,KEGG_pathway,map04122 +3530,BSU_11710,KEGG_pathway,map00730 +3531,BSU_11710,KEGG_pathway,map00750 +3532,BSU_11710,KEGG_pathway,map01100 +3539,BSU_11720,KEGG_pathway,map00061 +3540,BSU_11720,KEGG_pathway,map00333 +3541,BSU_11720,KEGG_pathway,map00780 +3542,BSU_11720,KEGG_pathway,map01100 +3543,BSU_11720,KEGG_pathway,map01130 +3544,BSU_11720,KEGG_pathway,map01212 +3545,BSU_11730,KEGG_pathway,- +3546,BSU_11740,KEGG_pathway,- +3547,BSU_11750,KEGG_pathway,- +3548,BSU_11760,KEGG_pathway,- +3549,BSU_11770,KEGG_pathway,- +3550,BSU_11780,KEGG_pathway,- +3551,BSU_11790,KEGG_pathway,- +3552,BSU_11810,KEGG_pathway,- +3555,BSU_11820,KEGG_pathway,map03420 +3556,BSU_11820,KEGG_pathway,map03430 +3557,BSU_11839,KEGG_pathway,- +3558,BSU_11840,KEGG_pathway,- +3559,BSU_11850,KEGG_pathway,- +3560,BSU_11860,KEGG_pathway,- +3569,BSU_11870,KEGG_pathway,map00260 +3570,BSU_11870,KEGG_pathway,map00270 +3571,BSU_11870,KEGG_pathway,map00450 +3572,BSU_11870,KEGG_pathway,map00920 +3573,BSU_11870,KEGG_pathway,map01100 +3574,BSU_11870,KEGG_pathway,map01110 +3575,BSU_11870,KEGG_pathway,map01130 +3576,BSU_11870,KEGG_pathway,map01230 +3585,BSU_11880,KEGG_pathway,map00260 +3586,BSU_11880,KEGG_pathway,map00270 +3587,BSU_11880,KEGG_pathway,map00450 +3588,BSU_11880,KEGG_pathway,map00920 +3589,BSU_11880,KEGG_pathway,map01100 +3590,BSU_11880,KEGG_pathway,map01110 +3591,BSU_11880,KEGG_pathway,map01130 +3592,BSU_11880,KEGG_pathway,map01230 +3593,BSU_11890,KEGG_pathway,- +3594,BSU_11900,KEGG_pathway,- +3595,BSU_11910,KEGG_pathway,- +3596,BSU_11920,KEGG_pathway,- +3597,BSU_11930,KEGG_pathway,- +3598,BSU_11940,KEGG_pathway,- +3599,BSU_11950,KEGG_pathway,- +3600,BSU_11960,KEGG_pathway,- +3601,BSU_11970,KEGG_pathway,- +3609,BSU_11980,KEGG_pathway,map00061 +3610,BSU_11980,KEGG_pathway,map00333 +3611,BSU_11980,KEGG_pathway,map00780 +3612,BSU_11980,KEGG_pathway,map01040 +3613,BSU_11980,KEGG_pathway,map01100 +3614,BSU_11980,KEGG_pathway,map01130 +3615,BSU_11980,KEGG_pathway,map01212 +3621,BSU_12000,KEGG_pathway,map00051 +3622,BSU_12000,KEGG_pathway,map00052 +3623,BSU_12000,KEGG_pathway,map01100 +3624,BSU_12000,KEGG_pathway,map01120 +3625,BSU_12000,KEGG_pathway,map02060 +3631,BSU_12010,KEGG_pathway,map00051 +3632,BSU_12010,KEGG_pathway,map00520 +3633,BSU_12010,KEGG_pathway,map01100 +3634,BSU_12010,KEGG_pathway,map01120 +3635,BSU_12010,KEGG_pathway,map02060 +3641,BSU_12020,KEGG_pathway,map00051 +3642,BSU_12020,KEGG_pathway,map00520 +3643,BSU_12020,KEGG_pathway,map01100 +3644,BSU_12020,KEGG_pathway,map01110 +3645,BSU_12020,KEGG_pathway,map01130 +3646,BSU_12030,KEGG_pathway,- +3647,BSU_12040,KEGG_pathway,- +3648,BSU_12060,KEGG_pathway,- +3649,BSU_12069,KEGG_pathway,- +3650,BSU_12070,KEGG_pathway,- +3656,BSU_12080,KEGG_pathway,map00190 +3657,BSU_12080,KEGG_pathway,map00860 +3658,BSU_12080,KEGG_pathway,map01100 +3659,BSU_12080,KEGG_pathway,map01110 +3660,BSU_12080,KEGG_pathway,map04714 +3661,BSU_12100,KEGG_pathway,- +3662,BSU_12110,KEGG_pathway,- +3663,BSU_12120,KEGG_pathway,- +3664,BSU_12130,KEGG_pathway,- +3665,BSU_12140,KEGG_pathway,- +3666,BSU_12150,KEGG_pathway,- +3673,BSU_12160,KEGG_pathway,map00630 +3674,BSU_12160,KEGG_pathway,map00680 +3675,BSU_12160,KEGG_pathway,map00720 +3676,BSU_12160,KEGG_pathway,map01100 +3677,BSU_12160,KEGG_pathway,map01120 +3678,BSU_12160,KEGG_pathway,map01200 +3679,BSU_12170,KEGG_pathway,- +3681,BSU_12190,KEGG_pathway,map00230 +3687,BSU_12210,KEGG_pathway,map00522 +3688,BSU_12210,KEGG_pathway,map00780 +3689,BSU_12210,KEGG_pathway,map01052 +3690,BSU_12210,KEGG_pathway,map01100 +3691,BSU_12210,KEGG_pathway,map01130 +3696,BSU_12220,KEGG_pathway,map00522 +3697,BSU_12220,KEGG_pathway,map01052 +3698,BSU_12220,KEGG_pathway,map01059 +3699,BSU_12220,KEGG_pathway,map01130 +3700,BSU_12229,KEGG_pathway,- +3705,BSU_12230,KEGG_pathway,map00860 +3706,BSU_12230,KEGG_pathway,map01100 +3707,BSU_12230,KEGG_pathway,map01110 +3708,BSU_12230,KEGG_pathway,map01120 +3709,BSU_12240,KEGG_pathway,- +3711,BSU_12250,KEGG_pathway,map02010 +3712,BSU_12260,KEGG_pathway,- +3713,BSU_12270,KEGG_pathway,- +3714,BSU_12280,KEGG_pathway,- +3716,BSU_12290,KEGG_pathway,map00190 +3719,BSU_12300,KEGG_pathway,map00040 +3720,BSU_12300,KEGG_pathway,map01100 +3721,BSU_12310,KEGG_pathway,- +3724,BSU_12320,KEGG_pathway,map00230 +3725,BSU_12320,KEGG_pathway,map01120 +3728,BSU_12330,KEGG_pathway,map00040 +3729,BSU_12330,KEGG_pathway,map01100 +3732,BSU_12340,KEGG_pathway,map00040 +3733,BSU_12340,KEGG_pathway,map01100 +3734,BSU_12350,KEGG_pathway,- +3735,BSU_12360,KEGG_pathway,- +3736,BSU_12370,KEGG_pathway,- +3740,BSU_12380,KEGG_pathway,map00040 +3741,BSU_12380,KEGG_pathway,map00051 +3742,BSU_12380,KEGG_pathway,map01100 +3747,BSU_12390,KEGG_pathway,map00040 +3748,BSU_12390,KEGG_pathway,map00053 +3749,BSU_12390,KEGG_pathway,map00270 +3750,BSU_12390,KEGG_pathway,map01100 +3751,BSU_12400,KEGG_pathway,- +3752,BSU_12410,KEGG_pathway,- +3753,BSU_12420,KEGG_pathway,- +3755,BSU_12430,KEGG_pathway,map02024 +3756,BSU_12450,KEGG_pathway,- +3757,BSU_12460,KEGG_pathway,- +3758,BSU_12470,KEGG_pathway,- +3759,BSU_12480,KEGG_pathway,- +3760,BSU_12490,KEGG_pathway,- +3761,BSU_12500,KEGG_pathway,- +3762,BSU_12510,KEGG_pathway,- +3763,BSU_12520,KEGG_pathway,- +3764,BSU_12530,KEGG_pathway,- +3765,BSU_12550,KEGG_pathway,- +3766,BSU_12560,KEGG_pathway,- +3767,BSU_12570,KEGG_pathway,- +3768,BSU_12580,KEGG_pathway,- +3769,BSU_12590,KEGG_pathway,- +3772,BSU_12600,KEGG_pathway,map03430 +3773,BSU_12600,KEGG_pathway,map05133 +3774,BSU_12610,KEGG_pathway,- +3775,BSU_12619,KEGG_pathway,- +3776,BSU_12620,KEGG_pathway,- +3777,BSU_12630,KEGG_pathway,- +3778,BSU_12640,KEGG_pathway,- +3779,BSU_12649,KEGG_pathway,- +3780,BSU_12650,KEGG_pathway,- +3781,BSU_12660,KEGG_pathway,- +3782,BSU_12671,KEGG_pathway,- +3783,BSU_12672,KEGG_pathway,- +3784,BSU_12680,KEGG_pathway,- +3785,BSU_12690,KEGG_pathway,- +3787,BSU_12700,KEGG_pathway,map00511 +3788,BSU_12710,KEGG_pathway,- +3789,BSU_12720,KEGG_pathway,- +3790,BSU_12730,KEGG_pathway,- +3791,BSU_12740,KEGG_pathway,- +3792,BSU_12749,KEGG_pathway,- +3793,BSU_12750,KEGG_pathway,- +3794,BSU_12760,KEGG_pathway,- +3795,BSU_12770,KEGG_pathway,- +3796,BSU_12780,KEGG_pathway,- +3797,BSU_12790,KEGG_pathway,- +3798,BSU_12800,KEGG_pathway,- +3799,BSU_12810,KEGG_pathway,- +3800,BSU_12820,KEGG_pathway,- +3801,BSU_12830,KEGG_pathway,- +3802,BSU_12840,KEGG_pathway,- +3803,BSU_12850,KEGG_pathway,- +3804,BSU_12860,KEGG_pathway,- +3805,BSU_12870,KEGG_pathway,- +3806,BSU_12880,KEGG_pathway,- +3807,BSU_12890,KEGG_pathway,- +3810,BSU_12900,KEGG_pathway,map01503 +3811,BSU_12900,KEGG_pathway,map02020 +3817,BSU_12910,KEGG_pathway,map00330 +3818,BSU_12910,KEGG_pathway,map01100 +3819,BSU_12910,KEGG_pathway,map01110 +3820,BSU_12910,KEGG_pathway,map01130 +3821,BSU_12910,KEGG_pathway,map01230 +3822,BSU_12920,KEGG_pathway,- +3826,BSU_12930,KEGG_pathway,map01501 +3827,BSU_12930,KEGG_pathway,map02010 +3828,BSU_12930,KEGG_pathway,map02024 +3832,BSU_12940,KEGG_pathway,map01501 +3833,BSU_12940,KEGG_pathway,map02010 +3834,BSU_12940,KEGG_pathway,map02024 +3838,BSU_12950,KEGG_pathway,map01501 +3839,BSU_12950,KEGG_pathway,map02010 +3840,BSU_12950,KEGG_pathway,map02024 +3844,BSU_12960,KEGG_pathway,map01501 +3845,BSU_12960,KEGG_pathway,map02010 +3846,BSU_12960,KEGG_pathway,map02024 +3847,BSU_12970,KEGG_pathway,- +3848,BSU_12980,KEGG_pathway,- +3849,BSU_12990,KEGG_pathway,- +3853,BSU_13000,KEGG_pathway,map01501 +3854,BSU_13000,KEGG_pathway,map02010 +3855,BSU_13000,KEGG_pathway,map02024 +3862,BSU_13010,KEGG_pathway,map00030 +3863,BSU_13010,KEGG_pathway,map01100 +3864,BSU_13010,KEGG_pathway,map01110 +3865,BSU_13010,KEGG_pathway,map01120 +3866,BSU_13010,KEGG_pathway,map01130 +3867,BSU_13010,KEGG_pathway,map01200 +3868,BSU_13020,KEGG_pathway,- +3869,BSU_13030,KEGG_pathway,- +3876,BSU_13040,KEGG_pathway,map00623 +3877,BSU_13040,KEGG_pathway,map00920 +3878,BSU_13040,KEGG_pathway,map01100 +3879,BSU_13040,KEGG_pathway,map01120 +3880,BSU_13040,KEGG_pathway,map01220 +3881,BSU_13040,KEGG_pathway,map05132 +3882,BSU_13050,KEGG_pathway,- +3883,BSU_13060,KEGG_pathway,- +3884,BSU_13070,KEGG_pathway,- +3885,BSU_13080,KEGG_pathway,- +3886,BSU_13090,KEGG_pathway,- +3887,BSU_13100,KEGG_pathway,- +3891,BSU_13110,KEGG_pathway,map00630 +3892,BSU_13110,KEGG_pathway,map00670 +3893,BSU_13110,KEGG_pathway,map03013 +3899,BSU_13120,KEGG_pathway,map00330 +3900,BSU_13120,KEGG_pathway,map00332 +3901,BSU_13120,KEGG_pathway,map01100 +3902,BSU_13120,KEGG_pathway,map01130 +3903,BSU_13120,KEGG_pathway,map01230 +3910,BSU_13130,KEGG_pathway,map00330 +3911,BSU_13130,KEGG_pathway,map00332 +3912,BSU_13130,KEGG_pathway,map01100 +3913,BSU_13130,KEGG_pathway,map01110 +3914,BSU_13130,KEGG_pathway,map01130 +3915,BSU_13130,KEGG_pathway,map01230 +3916,BSU_13140,KEGG_pathway,- +3917,BSU_13150,KEGG_pathway,- +3918,BSU_13160,KEGG_pathway,- +3922,BSU_13170,KEGG_pathway,map00230 +3923,BSU_13170,KEGG_pathway,map00240 +3924,BSU_13170,KEGG_pathway,map01100 +3930,BSU_13180,KEGG_pathway,map00270 +3931,BSU_13180,KEGG_pathway,map00450 +3932,BSU_13180,KEGG_pathway,map01100 +3933,BSU_13180,KEGG_pathway,map01110 +3934,BSU_13180,KEGG_pathway,map01230 +3935,BSU_13190,KEGG_pathway,- +3936,BSU_13200,KEGG_pathway,- +3938,BSU_13210,KEGG_pathway,map02010 +3940,BSU_13220,KEGG_pathway,map02010 +3941,BSU_13230,KEGG_pathway,- +3942,BSU_13240,KEGG_pathway,- +3943,BSU_13250,KEGG_pathway,- +3944,BSU_13260,KEGG_pathway,- +3945,BSU_13270,KEGG_pathway,- +3946,BSU_13280,KEGG_pathway,- +3947,BSU_13300,KEGG_pathway,- +3948,BSU_13310,KEGG_pathway,- +3949,BSU_13320,KEGG_pathway,- +3950,BSU_13330,KEGG_pathway,- +3951,BSU_13340,KEGG_pathway,- +3954,BSU_13350,KEGG_pathway,map00561 +3955,BSU_13350,KEGG_pathway,map01100 +3956,BSU_13360,KEGG_pathway,- +3957,BSU_13370,KEGG_pathway,- +3958,BSU_13380,KEGG_pathway,- +3959,BSU_13390,KEGG_pathway,- +3961,BSU_13400,KEGG_pathway,map03450 +3963,BSU_13410,KEGG_pathway,map03450 +3965,BSU_13420,KEGG_pathway,map02025 +3966,BSU_13430,KEGG_pathway,- +3967,BSU_13440,KEGG_pathway,- +3968,BSU_13450,KEGG_pathway,- +3969,BSU_13460,KEGG_pathway,- +3970,BSU_13470,KEGG_pathway,- +3971,BSU_13480,KEGG_pathway,- +3972,BSU_13490,KEGG_pathway,- +3973,BSU_13500,KEGG_pathway,- +3974,BSU_13509,KEGG_pathway,- +3975,BSU_13510,KEGG_pathway,- +3976,BSU_13520,KEGG_pathway,- +3978,BSU_13530,KEGG_pathway,map02020 +3979,BSU_13540,KEGG_pathway,- +3982,BSU_13550,KEGG_pathway,map00270 +3983,BSU_13550,KEGG_pathway,map01100 +3986,BSU_13560,KEGG_pathway,map00270 +3987,BSU_13560,KEGG_pathway,map01100 +3989,BSU_13570,KEGG_pathway,map00250 +3996,BSU_13580,KEGG_pathway,map00270 +3997,BSU_13580,KEGG_pathway,map00300 +3998,BSU_13580,KEGG_pathway,map01100 +3999,BSU_13580,KEGG_pathway,map01110 +4000,BSU_13580,KEGG_pathway,map01130 +4001,BSU_13580,KEGG_pathway,map01230 +4004,BSU_13590,KEGG_pathway,map00270 +4005,BSU_13590,KEGG_pathway,map01100 +4008,BSU_13600,KEGG_pathway,map00270 +4009,BSU_13600,KEGG_pathway,map01100 +4016,BSU_13610,KEGG_pathway,map00040 +4017,BSU_13610,KEGG_pathway,map00051 +4018,BSU_13610,KEGG_pathway,map00053 +4019,BSU_13610,KEGG_pathway,map00270 +4020,BSU_13610,KEGG_pathway,map01100 +4021,BSU_13610,KEGG_pathway,map01120 +4024,BSU_13620,KEGG_pathway,map00270 +4025,BSU_13620,KEGG_pathway,map01100 +4026,BSU_13630,KEGG_pathway,- +4027,BSU_13640,KEGG_pathway,- +4028,BSU_13650,KEGG_pathway,- +4030,BSU_13660,KEGG_pathway,map02020 +4031,BSU_13670,KEGG_pathway,- +4034,BSU_13680,KEGG_pathway,map02030 +4035,BSU_13680,KEGG_pathway,map02040 +4039,BSU_13690,KEGG_pathway,map02020 +4040,BSU_13690,KEGG_pathway,map02030 +4041,BSU_13690,KEGG_pathway,map02040 +4043,BSU_13700,KEGG_pathway,map01100 +4044,BSU_13710,KEGG_pathway,- +4047,BSU_13720,KEGG_pathway,map00790 +4048,BSU_13720,KEGG_pathway,map01100 +4051,BSU_13730,KEGG_pathway,map00790 +4052,BSU_13730,KEGG_pathway,map01100 +4055,BSU_13740,KEGG_pathway,map00790 +4056,BSU_13740,KEGG_pathway,map01100 +4059,BSU_13750,KEGG_pathway,map00790 +4060,BSU_13750,KEGG_pathway,map01100 +4061,BSU_13760,KEGG_pathway,- +4062,BSU_13770,KEGG_pathway,- +4063,BSU_13780,KEGG_pathway,- +4064,BSU_13789,KEGG_pathway,- +4065,BSU_13790,KEGG_pathway,- +4066,BSU_13799,KEGG_pathway,- +4067,BSU_13800,KEGG_pathway,- +4068,BSU_13810,KEGG_pathway,- +4069,BSU_13819,KEGG_pathway,- +4070,BSU_13820,KEGG_pathway,- +4071,BSU_13830,KEGG_pathway,- +4072,BSU_13840,KEGG_pathway,- +4073,BSU_13850,KEGG_pathway,- +4074,BSU_13860,KEGG_pathway,- +4078,BSU_13870,KEGG_pathway,map00473 +4079,BSU_13870,KEGG_pathway,map01100 +4080,BSU_13870,KEGG_pathway,map01502 +4081,BSU_13880,KEGG_pathway,- +4087,BSU_13890,KEGG_pathway,map00010 +4088,BSU_13890,KEGG_pathway,map00500 +4089,BSU_13890,KEGG_pathway,map00520 +4090,BSU_13890,KEGG_pathway,map02060 +4091,BSU_13890,KEGG_pathway,map05111 +4092,BSU_13900,KEGG_pathway,- +4094,BSU_13910,KEGG_pathway,map02060 +4095,BSU_13920,KEGG_pathway,- +4096,BSU_13930,KEGG_pathway,- +4103,BSU_13940,KEGG_pathway,map00220 +4104,BSU_13940,KEGG_pathway,map01100 +4105,BSU_13940,KEGG_pathway,map01110 +4106,BSU_13940,KEGG_pathway,map01130 +4107,BSU_13940,KEGG_pathway,map01210 +4108,BSU_13940,KEGG_pathway,map01230 +4111,BSU_13950,KEGG_pathway,map02020 +4112,BSU_13950,KEGG_pathway,map02030 +4116,BSU_13960,KEGG_pathway,map00280 +4117,BSU_13960,KEGG_pathway,map00630 +4118,BSU_13960,KEGG_pathway,map01100 +4119,BSU_13970,KEGG_pathway,- +4123,BSU_13980,KEGG_pathway,map00550 +4124,BSU_13980,KEGG_pathway,map01100 +4125,BSU_13980,KEGG_pathway,map01501 +4127,BSU_13990,KEGG_pathway,map02020 +4144,BSU_14000,KEGG_pathway,map00220 +4145,BSU_14000,KEGG_pathway,map00250 +4146,BSU_14000,KEGG_pathway,map00270 +4147,BSU_14000,KEGG_pathway,map00300 +4148,BSU_14000,KEGG_pathway,map00330 +4149,BSU_14000,KEGG_pathway,map00350 +4150,BSU_14000,KEGG_pathway,map00360 +4151,BSU_14000,KEGG_pathway,map00400 +4152,BSU_14000,KEGG_pathway,map00401 +4153,BSU_14000,KEGG_pathway,map00950 +4154,BSU_14000,KEGG_pathway,map00960 +4155,BSU_14000,KEGG_pathway,map01100 +4156,BSU_14000,KEGG_pathway,map01110 +4157,BSU_14000,KEGG_pathway,map01130 +4158,BSU_14000,KEGG_pathway,map01210 +4159,BSU_14000,KEGG_pathway,map01230 +4160,BSU_14009,KEGG_pathway,- +4163,BSU_14010,KEGG_pathway,map02020 +4164,BSU_14010,KEGG_pathway,map02030 +4165,BSU_14020,KEGG_pathway,- +4166,BSU_14030,KEGG_pathway,- +4167,BSU_14040,KEGG_pathway,- +4168,BSU_14050,KEGG_pathway,- +4170,BSU_14060,KEGG_pathway,map00650 +4173,BSU_14071,KEGG_pathway,map00520 +4174,BSU_14071,KEGG_pathway,map01100 +4175,BSU_14072,KEGG_pathway,- +4176,BSU_14090,KEGG_pathway,- +4177,BSU_14100,KEGG_pathway,- +4178,BSU_14110,KEGG_pathway,- +4179,BSU_14120,KEGG_pathway,- +4180,BSU_14130,KEGG_pathway,- +4181,BSU_14140,KEGG_pathway,- +4182,BSU_14150,KEGG_pathway,- +4183,BSU_14160,KEGG_pathway,- +4184,BSU_14170,KEGG_pathway,- +4190,BSU_14180,KEGG_pathway,map00300 +4191,BSU_14180,KEGG_pathway,map01100 +4192,BSU_14180,KEGG_pathway,map01110 +4193,BSU_14180,KEGG_pathway,map01120 +4194,BSU_14180,KEGG_pathway,map01230 +4199,BSU_14190,KEGG_pathway,map00300 +4200,BSU_14190,KEGG_pathway,map01100 +4201,BSU_14190,KEGG_pathway,map01110 +4202,BSU_14190,KEGG_pathway,map01230 +4203,BSU_14200,KEGG_pathway,- +4204,BSU_14210,KEGG_pathway,- +4206,BSU_14220,KEGG_pathway,map04214 +4207,BSU_14230,KEGG_pathway,- +4208,BSU_14240,KEGG_pathway,- +4209,BSU_14250,KEGG_pathway,- +4212,BSU_14260,KEGG_pathway,map00790 +4213,BSU_14260,KEGG_pathway,map01100 +4217,BSU_14270,KEGG_pathway,map00730 +4218,BSU_14270,KEGG_pathway,map01100 +4219,BSU_14270,KEGG_pathway,map04122 +4222,BSU_14280,KEGG_pathway,map00790 +4223,BSU_14280,KEGG_pathway,map01100 +4226,BSU_14290,KEGG_pathway,map00790 +4227,BSU_14290,KEGG_pathway,map01100 +4231,BSU_14300,KEGG_pathway,map00790 +4232,BSU_14300,KEGG_pathway,map01100 +4233,BSU_14300,KEGG_pathway,map04122 +4237,BSU_14310,KEGG_pathway,map00790 +4238,BSU_14310,KEGG_pathway,map01100 +4239,BSU_14310,KEGG_pathway,map04122 +4241,BSU_14320,KEGG_pathway,map02010 +4243,BSU_14330,KEGG_pathway,map02010 +4244,BSU_14340,KEGG_pathway,- +4245,BSU_14350,KEGG_pathway,- +4246,BSU_14360,KEGG_pathway,- +4247,BSU_14370,KEGG_pathway,- +4248,BSU_14380,KEGG_pathway,- +4260,BSU_14390,KEGG_pathway,map00010 +4261,BSU_14390,KEGG_pathway,map00030 +4262,BSU_14390,KEGG_pathway,map00051 +4263,BSU_14390,KEGG_pathway,map00052 +4264,BSU_14390,KEGG_pathway,map00680 +4265,BSU_14390,KEGG_pathway,map01100 +4266,BSU_14390,KEGG_pathway,map01110 +4267,BSU_14390,KEGG_pathway,map01120 +4268,BSU_14390,KEGG_pathway,map01130 +4269,BSU_14390,KEGG_pathway,map01200 +4270,BSU_14390,KEGG_pathway,map01230 +4275,BSU_14400,KEGG_pathway,map00051 +4276,BSU_14400,KEGG_pathway,map01100 +4277,BSU_14400,KEGG_pathway,map01120 +4278,BSU_14400,KEGG_pathway,map02060 +4281,BSU_14410,KEGG_pathway,map02024 +4282,BSU_14410,KEGG_pathway,map03060 +4283,BSU_14420,KEGG_pathway,- +4284,BSU_14430,KEGG_pathway,- +4288,BSU_14440,KEGG_pathway,map00770 +4289,BSU_14440,KEGG_pathway,map01100 +4290,BSU_14440,KEGG_pathway,map01110 +4291,BSU_14450,KEGG_pathway,- +4292,BSU_14460,KEGG_pathway,- +4293,BSU_14470,KEGG_pathway,- +4294,BSU_14480,KEGG_pathway,- +4296,BSU_14490,KEGG_pathway,map02020 +4297,BSU_14500,KEGG_pathway,- +4298,BSU_14510,KEGG_pathway,- +4301,BSU_14520,KEGG_pathway,map00230 +4302,BSU_14520,KEGG_pathway,map01100 +4304,BSU_14530,KEGG_pathway,map03018 +4305,BSU_14540,KEGG_pathway,- +4306,BSU_14550,KEGG_pathway,- +4309,BSU_14560,KEGG_pathway,map00270 +4310,BSU_14560,KEGG_pathway,map00630 +4311,BSU_14569,KEGG_pathway,- +4313,BSU_14570,KEGG_pathway,map02024 +4327,BSU_14580,KEGG_pathway,map00010 +4328,BSU_14580,KEGG_pathway,map00020 +4329,BSU_14580,KEGG_pathway,map00280 +4330,BSU_14580,KEGG_pathway,map00620 +4331,BSU_14580,KEGG_pathway,map00640 +4332,BSU_14580,KEGG_pathway,map01100 +4333,BSU_14580,KEGG_pathway,map01110 +4334,BSU_14580,KEGG_pathway,map01120 +4335,BSU_14580,KEGG_pathway,map01130 +4336,BSU_14580,KEGG_pathway,map01200 +4337,BSU_14580,KEGG_pathway,map04066 +4338,BSU_14580,KEGG_pathway,map04922 +4339,BSU_14580,KEGG_pathway,map05230 +4353,BSU_14590,KEGG_pathway,map00010 +4354,BSU_14590,KEGG_pathway,map00020 +4355,BSU_14590,KEGG_pathway,map00280 +4356,BSU_14590,KEGG_pathway,map00620 +4357,BSU_14590,KEGG_pathway,map00640 +4358,BSU_14590,KEGG_pathway,map01100 +4359,BSU_14590,KEGG_pathway,map01110 +4360,BSU_14590,KEGG_pathway,map01120 +4361,BSU_14590,KEGG_pathway,map01130 +4362,BSU_14590,KEGG_pathway,map01200 +4363,BSU_14590,KEGG_pathway,map04066 +4364,BSU_14590,KEGG_pathway,map04922 +4365,BSU_14590,KEGG_pathway,map05230 +4374,BSU_14600,KEGG_pathway,map00010 +4375,BSU_14600,KEGG_pathway,map00020 +4376,BSU_14600,KEGG_pathway,map00620 +4377,BSU_14600,KEGG_pathway,map01100 +4378,BSU_14600,KEGG_pathway,map01110 +4379,BSU_14600,KEGG_pathway,map01120 +4380,BSU_14600,KEGG_pathway,map01130 +4381,BSU_14600,KEGG_pathway,map01200 +4394,BSU_14610,KEGG_pathway,map00010 +4395,BSU_14610,KEGG_pathway,map00020 +4396,BSU_14610,KEGG_pathway,map00260 +4397,BSU_14610,KEGG_pathway,map00280 +4398,BSU_14610,KEGG_pathway,map00620 +4399,BSU_14610,KEGG_pathway,map00630 +4400,BSU_14610,KEGG_pathway,map00640 +4401,BSU_14610,KEGG_pathway,map01100 +4402,BSU_14610,KEGG_pathway,map01110 +4403,BSU_14610,KEGG_pathway,map01120 +4404,BSU_14610,KEGG_pathway,map01130 +4405,BSU_14610,KEGG_pathway,map01200 +4406,BSU_14620,KEGG_pathway,- +4407,BSU_14629,KEGG_pathway,- +4413,BSU_14630,KEGG_pathway,map00330 +4414,BSU_14630,KEGG_pathway,map00480 +4415,BSU_14630,KEGG_pathway,map01100 +4416,BSU_14630,KEGG_pathway,map01110 +4417,BSU_14630,KEGG_pathway,map01130 +4418,BSU_14640,KEGG_pathway,- +4419,BSU_14650,KEGG_pathway,- +4420,BSU_14660,KEGG_pathway,- +4425,BSU_14670,KEGG_pathway,map00521 +4426,BSU_14670,KEGG_pathway,map00562 +4427,BSU_14670,KEGG_pathway,map01100 +4428,BSU_14670,KEGG_pathway,map04070 +4429,BSU_14680,KEGG_pathway,- +4430,BSU_14690,KEGG_pathway,- +4434,BSU_14700,KEGG_pathway,map01503 +4435,BSU_14700,KEGG_pathway,map02024 +4436,BSU_14700,KEGG_pathway,map05150 +4437,BSU_14710,KEGG_pathway,- +4438,BSU_14720,KEGG_pathway,- +4439,BSU_14730,KEGG_pathway,- +4440,BSU_14740,KEGG_pathway,- +4441,BSU_14750,KEGG_pathway,- +4442,BSU_14760,KEGG_pathway,- +4443,BSU_14770,KEGG_pathway,- +4444,BSU_14780,KEGG_pathway,- +4445,BSU_14790,KEGG_pathway,- +4446,BSU_14800,KEGG_pathway,- +4447,BSU_14810,KEGG_pathway,- +4448,BSU_14820,KEGG_pathway,- +4458,BSU_14830,KEGG_pathway,map00220 +4459,BSU_14830,KEGG_pathway,map00250 +4460,BSU_14830,KEGG_pathway,map00471 +4461,BSU_14830,KEGG_pathway,map01100 +4462,BSU_14830,KEGG_pathway,map04724 +4463,BSU_14830,KEGG_pathway,map04727 +4464,BSU_14830,KEGG_pathway,map04964 +4465,BSU_14830,KEGG_pathway,map05206 +4466,BSU_14830,KEGG_pathway,map05230 +4467,BSU_14840,KEGG_pathway,- +4469,BSU_14850,KEGG_pathway,map04112 +4477,BSU_14860,KEGG_pathway,map00020 +4478,BSU_14860,KEGG_pathway,map00620 +4479,BSU_14860,KEGG_pathway,map00720 +4480,BSU_14860,KEGG_pathway,map01100 +4481,BSU_14860,KEGG_pathway,map01120 +4482,BSU_14860,KEGG_pathway,map01200 +4483,BSU_14860,KEGG_pathway,map01230 +4490,BSU_14870,KEGG_pathway,map00190 +4491,BSU_14870,KEGG_pathway,map00860 +4492,BSU_14870,KEGG_pathway,map01100 +4493,BSU_14870,KEGG_pathway,map01110 +4494,BSU_14870,KEGG_pathway,map02020 +4495,BSU_14870,KEGG_pathway,map04714 +4501,BSU_14880,KEGG_pathway,map00190 +4502,BSU_14880,KEGG_pathway,map00860 +4503,BSU_14880,KEGG_pathway,map01100 +4504,BSU_14880,KEGG_pathway,map01110 +4505,BSU_14880,KEGG_pathway,map04714 +4510,BSU_14890,KEGG_pathway,map00190 +4511,BSU_14890,KEGG_pathway,map00920 +4512,BSU_14890,KEGG_pathway,map01100 +4513,BSU_14890,KEGG_pathway,map01120 +4516,BSU_14900,KEGG_pathway,map00190 +4517,BSU_14900,KEGG_pathway,map01100 +4520,BSU_14910,KEGG_pathway,map00190 +4521,BSU_14910,KEGG_pathway,map01100 +4524,BSU_14920,KEGG_pathway,map00190 +4525,BSU_14920,KEGG_pathway,map01100 +4526,BSU_14930,KEGG_pathway,- +4527,BSU_14940,KEGG_pathway,- +4528,BSU_14950,KEGG_pathway,- +4529,BSU_14960,KEGG_pathway,- +4530,BSU_14970,KEGG_pathway,- +4531,BSU_14980,KEGG_pathway,- +4532,BSU_14990,KEGG_pathway,- +4533,BSU_15000,KEGG_pathway,- +4534,BSU_15010,KEGG_pathway,- +4537,BSU_15020,KEGG_pathway,map00770 +4538,BSU_15020,KEGG_pathway,map01100 +4539,BSU_15030,KEGG_pathway,- +4540,BSU_15040,KEGG_pathway,- +4542,BSU_15050,KEGG_pathway,map02024 +4543,BSU_15060,KEGG_pathway,- +4544,BSU_15070,KEGG_pathway,- +4546,BSU_15080,KEGG_pathway,map03010 +4547,BSU_15090,KEGG_pathway,- +4548,BSU_15100,KEGG_pathway,- +4552,BSU_15110,KEGG_pathway,map00770 +4553,BSU_15110,KEGG_pathway,map01100 +4554,BSU_15110,KEGG_pathway,map01110 +4555,BSU_15120,KEGG_pathway,- +4556,BSU_15130,KEGG_pathway,- +4557,BSU_15140,KEGG_pathway,- +4558,BSU_15150,KEGG_pathway,- +4562,BSU_15160,KEGG_pathway,map00550 +4563,BSU_15160,KEGG_pathway,map01100 +4564,BSU_15160,KEGG_pathway,map01501 +4567,BSU_15170,KEGG_pathway,map00550 +4568,BSU_15170,KEGG_pathway,map01501 +4571,BSU_15180,KEGG_pathway,map00300 +4572,BSU_15180,KEGG_pathway,map00550 +4576,BSU_15190,KEGG_pathway,map00550 +4577,BSU_15190,KEGG_pathway,map01100 +4578,BSU_15190,KEGG_pathway,map01502 +4582,BSU_15200,KEGG_pathway,map00471 +4583,BSU_15200,KEGG_pathway,map00550 +4584,BSU_15200,KEGG_pathway,map01100 +4586,BSU_15210,KEGG_pathway,map04112 +4592,BSU_15220,KEGG_pathway,map00471 +4593,BSU_15220,KEGG_pathway,map00550 +4594,BSU_15220,KEGG_pathway,map01100 +4595,BSU_15220,KEGG_pathway,map01502 +4596,BSU_15220,KEGG_pathway,map04112 +4600,BSU_15230,KEGG_pathway,map00520 +4601,BSU_15230,KEGG_pathway,map00550 +4602,BSU_15230,KEGG_pathway,map01100 +4604,BSU_15240,KEGG_pathway,map04112 +4605,BSU_15250,KEGG_pathway,- +4606,BSU_15260,KEGG_pathway,- +4607,BSU_15270,KEGG_pathway,- +4609,BSU_15280,KEGG_pathway,map04112 +4611,BSU_15290,KEGG_pathway,map04112 +4612,BSU_15300,KEGG_pathway,- +4613,BSU_15310,KEGG_pathway,- +4614,BSU_15320,KEGG_pathway,- +4615,BSU_15330,KEGG_pathway,- +4617,BSU_15340,KEGG_pathway,map02010 +4625,BSU_15350,KEGG_pathway,map00220 +4626,BSU_15350,KEGG_pathway,map00730 +4627,BSU_15350,KEGG_pathway,map01100 +4628,BSU_15350,KEGG_pathway,map01110 +4629,BSU_15350,KEGG_pathway,map01130 +4630,BSU_15350,KEGG_pathway,map01210 +4631,BSU_15350,KEGG_pathway,map01230 +4632,BSU_15360,KEGG_pathway,- +4633,BSU_15370,KEGG_pathway,- +4634,BSU_15380,KEGG_pathway,- +4635,BSU_15390,KEGG_pathway,- +4636,BSU_15400,KEGG_pathway,- +4639,BSU_15410,KEGG_pathway,map02020 +4640,BSU_15410,KEGG_pathway,map02025 +4641,BSU_15420,KEGG_pathway,- +4643,BSU_15430,KEGG_pathway,map00970 +4645,BSU_15440,KEGG_pathway,map02026 +4647,BSU_15450,KEGG_pathway,map03060 +4648,BSU_15460,KEGG_pathway,- +4651,BSU_15470,KEGG_pathway,map00240 +4652,BSU_15470,KEGG_pathway,map01100 +4653,BSU_15480,KEGG_pathway,- +4657,BSU_15490,KEGG_pathway,map00240 +4658,BSU_15490,KEGG_pathway,map00250 +4659,BSU_15490,KEGG_pathway,map01100 +4662,BSU_15500,KEGG_pathway,map00240 +4663,BSU_15500,KEGG_pathway,map01100 +4667,BSU_15510,KEGG_pathway,map00240 +4668,BSU_15510,KEGG_pathway,map00250 +4669,BSU_15510,KEGG_pathway,map01100 +4673,BSU_15520,KEGG_pathway,map00240 +4674,BSU_15520,KEGG_pathway,map00250 +4675,BSU_15520,KEGG_pathway,map01100 +4678,BSU_15530,KEGG_pathway,map00240 +4679,BSU_15530,KEGG_pathway,map01100 +4682,BSU_15540,KEGG_pathway,map00240 +4683,BSU_15540,KEGG_pathway,map01100 +4686,BSU_15550,KEGG_pathway,map00240 +4687,BSU_15550,KEGG_pathway,map01100 +4691,BSU_15560,KEGG_pathway,map00240 +4692,BSU_15560,KEGG_pathway,map00983 +4693,BSU_15560,KEGG_pathway,map01100 +4698,BSU_15570,KEGG_pathway,map00230 +4699,BSU_15570,KEGG_pathway,map00920 +4700,BSU_15570,KEGG_pathway,map01100 +4701,BSU_15570,KEGG_pathway,map01120 +4702,BSU_15580,KEGG_pathway,- +4710,BSU_15590,KEGG_pathway,map00230 +4711,BSU_15590,KEGG_pathway,map00261 +4712,BSU_15590,KEGG_pathway,map00450 +4713,BSU_15590,KEGG_pathway,map00920 +4714,BSU_15590,KEGG_pathway,map01100 +4715,BSU_15590,KEGG_pathway,map01120 +4716,BSU_15590,KEGG_pathway,map01130 +4721,BSU_15600,KEGG_pathway,map00230 +4722,BSU_15600,KEGG_pathway,map00920 +4723,BSU_15600,KEGG_pathway,map01100 +4724,BSU_15600,KEGG_pathway,map01120 +4729,BSU_15610,KEGG_pathway,map00860 +4730,BSU_15610,KEGG_pathway,map01100 +4731,BSU_15610,KEGG_pathway,map01110 +4732,BSU_15610,KEGG_pathway,map01120 +4737,BSU_15620,KEGG_pathway,map00860 +4738,BSU_15620,KEGG_pathway,map01100 +4739,BSU_15620,KEGG_pathway,map01110 +4740,BSU_15620,KEGG_pathway,map01120 +4745,BSU_15630,KEGG_pathway,map00860 +4746,BSU_15630,KEGG_pathway,map01100 +4747,BSU_15630,KEGG_pathway,map01110 +4748,BSU_15630,KEGG_pathway,map01120 +4750,BSU_15640,KEGG_pathway,map03070 +4751,BSU_15650,KEGG_pathway,- +4752,BSU_15660,KEGG_pathway,- +4753,BSU_15670,KEGG_pathway,- +4756,BSU_15680,KEGG_pathway,map00230 +4757,BSU_15680,KEGG_pathway,map01100 +4762,BSU_15690,KEGG_pathway,map00230 +4763,BSU_15690,KEGG_pathway,map00240 +4764,BSU_15690,KEGG_pathway,map01100 +4765,BSU_15690,KEGG_pathway,map03020 +4768,BSU_15700,KEGG_pathway,map00770 +4769,BSU_15700,KEGG_pathway,map01100 +4771,BSU_15710,KEGG_pathway,map03440 +4774,BSU_15720,KEGG_pathway,map00670 +4775,BSU_15720,KEGG_pathway,map00970 +4778,BSU_15730,KEGG_pathway,map00670 +4779,BSU_15730,KEGG_pathway,map00970 +4780,BSU_15740,KEGG_pathway,- +4781,BSU_15750,KEGG_pathway,- +4782,BSU_15760,KEGG_pathway,- +4783,BSU_15770,KEGG_pathway,- +4786,BSU_15780,KEGG_pathway,map00730 +4787,BSU_15780,KEGG_pathway,map01100 +4797,BSU_15790,KEGG_pathway,map00030 +4798,BSU_15790,KEGG_pathway,map00040 +4799,BSU_15790,KEGG_pathway,map00710 +4800,BSU_15790,KEGG_pathway,map01100 +4801,BSU_15790,KEGG_pathway,map01110 +4802,BSU_15790,KEGG_pathway,map01120 +4803,BSU_15790,KEGG_pathway,map01130 +4804,BSU_15790,KEGG_pathway,map01200 +4805,BSU_15790,KEGG_pathway,map01230 +4808,BSU_15800,KEGG_pathway,map00730 +4809,BSU_15800,KEGG_pathway,map01100 +4811,BSU_15820,KEGG_pathway,map03010 +4812,BSU_15830,KEGG_pathway,- +4813,BSU_15840,KEGG_pathway,- +4821,BSU_15850,KEGG_pathway,map00260 +4822,BSU_15850,KEGG_pathway,map00270 +4823,BSU_15850,KEGG_pathway,map01100 +4824,BSU_15850,KEGG_pathway,map01110 +4825,BSU_15850,KEGG_pathway,map01130 +4826,BSU_15850,KEGG_pathway,map01200 +4827,BSU_15850,KEGG_pathway,map01230 +4835,BSU_15860,KEGG_pathway,map00260 +4836,BSU_15860,KEGG_pathway,map00270 +4837,BSU_15860,KEGG_pathway,map01100 +4838,BSU_15860,KEGG_pathway,map01110 +4839,BSU_15860,KEGG_pathway,map01130 +4840,BSU_15860,KEGG_pathway,map01200 +4841,BSU_15860,KEGG_pathway,map01230 +4843,BSU_15870,KEGG_pathway,map03440 +4847,BSU_15880,KEGG_pathway,map00270 +4848,BSU_15880,KEGG_pathway,map00360 +4849,BSU_15880,KEGG_pathway,map01100 +4854,BSU_15890,KEGG_pathway,map00561 +4855,BSU_15890,KEGG_pathway,map00564 +4856,BSU_15890,KEGG_pathway,map01100 +4857,BSU_15890,KEGG_pathway,map01110 +4863,BSU_15900,KEGG_pathway,map00061 +4864,BSU_15900,KEGG_pathway,map00333 +4865,BSU_15900,KEGG_pathway,map01100 +4866,BSU_15900,KEGG_pathway,map01130 +4867,BSU_15900,KEGG_pathway,map01212 +4875,BSU_15910,KEGG_pathway,map00061 +4876,BSU_15910,KEGG_pathway,map00333 +4877,BSU_15910,KEGG_pathway,map00780 +4878,BSU_15910,KEGG_pathway,map01040 +4879,BSU_15910,KEGG_pathway,map01100 +4880,BSU_15910,KEGG_pathway,map01130 +4881,BSU_15910,KEGG_pathway,map01212 +4882,BSU_15920,KEGG_pathway,- +4885,BSU_15930,KEGG_pathway,map03008 +4886,BSU_15930,KEGG_pathway,map05205 +4887,BSU_15940,KEGG_pathway,- +4891,BSU_15950,KEGG_pathway,map02024 +4892,BSU_15950,KEGG_pathway,map03060 +4893,BSU_15950,KEGG_pathway,map03070 +4894,BSU_15960,KEGG_pathway,- +4895,BSU_15970,KEGG_pathway,- +4899,BSU_15980,KEGG_pathway,map02024 +4900,BSU_15980,KEGG_pathway,map03060 +4901,BSU_15980,KEGG_pathway,map03070 +4903,BSU_15990,KEGG_pathway,map03010 +4904,BSU_16000,KEGG_pathway,- +4905,BSU_16010,KEGG_pathway,- +4906,BSU_16020,KEGG_pathway,- +4911,BSU_16030,KEGG_pathway,map00900 +4912,BSU_16030,KEGG_pathway,map01100 +4913,BSU_16030,KEGG_pathway,map01110 +4914,BSU_16030,KEGG_pathway,map01130 +4916,BSU_16040,KEGG_pathway,map03010 +4917,BSU_16050,KEGG_pathway,- +4919,BSU_16060,KEGG_pathway,map03030 +4920,BSU_16070,KEGG_pathway,- +4921,BSU_16080,KEGG_pathway,- +4931,BSU_16090,KEGG_pathway,map00020 +4932,BSU_16090,KEGG_pathway,map00640 +4933,BSU_16090,KEGG_pathway,map00660 +4934,BSU_16090,KEGG_pathway,map00720 +4935,BSU_16090,KEGG_pathway,map01100 +4936,BSU_16090,KEGG_pathway,map01110 +4937,BSU_16090,KEGG_pathway,map01120 +4938,BSU_16090,KEGG_pathway,map01130 +4939,BSU_16090,KEGG_pathway,map01200 +4949,BSU_16100,KEGG_pathway,map00020 +4950,BSU_16100,KEGG_pathway,map00640 +4951,BSU_16100,KEGG_pathway,map00660 +4952,BSU_16100,KEGG_pathway,map00720 +4953,BSU_16100,KEGG_pathway,map01100 +4954,BSU_16100,KEGG_pathway,map01110 +4955,BSU_16100,KEGG_pathway,map01120 +4956,BSU_16100,KEGG_pathway,map01130 +4957,BSU_16100,KEGG_pathway,map01200 +4958,BSU_16110,KEGG_pathway,- +4959,BSU_16120,KEGG_pathway,- +4960,BSU_16130,KEGG_pathway,- +4961,BSU_16140,KEGG_pathway,- +4962,BSU_16150,KEGG_pathway,- +4963,BSU_16160,KEGG_pathway,- +4964,BSU_16170,KEGG_pathway,- +4966,BSU_16180,KEGG_pathway,map02040 +4968,BSU_16190,KEGG_pathway,map02040 +4970,BSU_16200,KEGG_pathway,map02040 +4972,BSU_16210,KEGG_pathway,map02040 +4975,BSU_16220,KEGG_pathway,map02030 +4976,BSU_16220,KEGG_pathway,map02040 +4979,BSU_16230,KEGG_pathway,map02040 +4980,BSU_16230,KEGG_pathway,map03070 +4983,BSU_16240,KEGG_pathway,map02040 +4984,BSU_16240,KEGG_pathway,map03070 +4986,BSU_16250,KEGG_pathway,map02040 +4987,BSU_16260,KEGG_pathway,- +4989,BSU_16270,KEGG_pathway,map02040 +4991,BSU_16280,KEGG_pathway,map02040 +4993,BSU_16290,KEGG_pathway,map02040 +4994,BSU_16299,KEGG_pathway,- +4995,BSU_16300,KEGG_pathway,- +4998,BSU_16310,KEGG_pathway,map02030 +4999,BSU_16310,KEGG_pathway,map02040 +5002,BSU_16320,KEGG_pathway,map02030 +5003,BSU_16320,KEGG_pathway,map02040 +5006,BSU_16330,KEGG_pathway,map02020 +5007,BSU_16330,KEGG_pathway,map02030 +5009,BSU_16340,KEGG_pathway,map02040 +5012,BSU_16350,KEGG_pathway,map02040 +5013,BSU_16350,KEGG_pathway,map03070 +5016,BSU_16360,KEGG_pathway,map02040 +5017,BSU_16360,KEGG_pathway,map03070 +5020,BSU_16370,KEGG_pathway,map02040 +5021,BSU_16370,KEGG_pathway,map03070 +5024,BSU_16380,KEGG_pathway,map02040 +5025,BSU_16380,KEGG_pathway,map03070 +5027,BSU_16390,KEGG_pathway,map02040 +5028,BSU_16400,KEGG_pathway,- +5029,BSU_16410,KEGG_pathway,- +5032,BSU_16420,KEGG_pathway,map02020 +5033,BSU_16420,KEGG_pathway,map02030 +5036,BSU_16430,KEGG_pathway,map02020 +5037,BSU_16430,KEGG_pathway,map02030 +5040,BSU_16440,KEGG_pathway,map02020 +5041,BSU_16440,KEGG_pathway,map02030 +5043,BSU_16450,KEGG_pathway,map02030 +5045,BSU_16460,KEGG_pathway,map02030 +5051,BSU_16470,KEGG_pathway,map02020 +5052,BSU_16470,KEGG_pathway,map02025 +5053,BSU_16470,KEGG_pathway,map02026 +5054,BSU_16470,KEGG_pathway,map02040 +5055,BSU_16470,KEGG_pathway,map05111 +5056,BSU_16480,KEGG_pathway,- +5058,BSU_16490,KEGG_pathway,map03010 +5059,BSU_16500,KEGG_pathway,- +5062,BSU_16510,KEGG_pathway,map00240 +5063,BSU_16510,KEGG_pathway,map01100 +5064,BSU_16520,KEGG_pathway,- +5067,BSU_16530,KEGG_pathway,map00900 +5068,BSU_16530,KEGG_pathway,map01110 +5073,BSU_16540,KEGG_pathway,map00564 +5074,BSU_16540,KEGG_pathway,map01100 +5075,BSU_16540,KEGG_pathway,map01110 +5076,BSU_16540,KEGG_pathway,map04070 +5081,BSU_16550,KEGG_pathway,map00900 +5082,BSU_16550,KEGG_pathway,map01100 +5083,BSU_16550,KEGG_pathway,map01110 +5084,BSU_16550,KEGG_pathway,map01130 +5087,BSU_16560,KEGG_pathway,map02024 +5088,BSU_16560,KEGG_pathway,map04112 +5090,BSU_16570,KEGG_pathway,map00970 +5097,BSU_16580,KEGG_pathway,map00230 +5098,BSU_16580,KEGG_pathway,map00240 +5099,BSU_16580,KEGG_pathway,map01100 +5100,BSU_16580,KEGG_pathway,map03030 +5101,BSU_16580,KEGG_pathway,map03430 +5102,BSU_16580,KEGG_pathway,map03440 +5103,BSU_16590,KEGG_pathway,- +5105,BSU_16600,KEGG_pathway,map03010 +5106,BSU_16610,KEGG_pathway,- +5108,BSU_16620,KEGG_pathway,map03010 +5109,BSU_16630,KEGG_pathway,- +5110,BSU_16640,KEGG_pathway,- +5111,BSU_16650,KEGG_pathway,- +5112,BSU_16660,KEGG_pathway,- +5116,BSU_16670,KEGG_pathway,map00740 +5117,BSU_16670,KEGG_pathway,map01100 +5118,BSU_16670,KEGG_pathway,map01110 +5120,BSU_16680,KEGG_pathway,map03010 +5124,BSU_16690,KEGG_pathway,map00230 +5125,BSU_16690,KEGG_pathway,map00240 +5126,BSU_16690,KEGG_pathway,map03018 +5127,BSU_16700,KEGG_pathway,- +5128,BSU_16710,KEGG_pathway,- +5129,BSU_16720,KEGG_pathway,- +5139,BSU_16730,KEGG_pathway,map00260 +5140,BSU_16730,KEGG_pathway,map00630 +5141,BSU_16730,KEGG_pathway,map00680 +5142,BSU_16730,KEGG_pathway,map01100 +5143,BSU_16730,KEGG_pathway,map01110 +5144,BSU_16730,KEGG_pathway,map01120 +5145,BSU_16730,KEGG_pathway,map01130 +5146,BSU_16730,KEGG_pathway,map01200 +5147,BSU_16730,KEGG_pathway,map01230 +5148,BSU_16740,KEGG_pathway,- +5159,BSU_16750,KEGG_pathway,map00260 +5160,BSU_16750,KEGG_pathway,map00261 +5161,BSU_16750,KEGG_pathway,map00270 +5162,BSU_16750,KEGG_pathway,map00300 +5163,BSU_16750,KEGG_pathway,map01100 +5164,BSU_16750,KEGG_pathway,map01110 +5165,BSU_16750,KEGG_pathway,map01120 +5166,BSU_16750,KEGG_pathway,map01130 +5167,BSU_16750,KEGG_pathway,map01210 +5168,BSU_16750,KEGG_pathway,map01230 +5179,BSU_16760,KEGG_pathway,map00260 +5180,BSU_16760,KEGG_pathway,map00261 +5181,BSU_16760,KEGG_pathway,map00270 +5182,BSU_16760,KEGG_pathway,map00300 +5183,BSU_16760,KEGG_pathway,map01100 +5184,BSU_16760,KEGG_pathway,map01110 +5185,BSU_16760,KEGG_pathway,map01120 +5186,BSU_16760,KEGG_pathway,map01130 +5187,BSU_16760,KEGG_pathway,map01210 +5188,BSU_16760,KEGG_pathway,map01230 +5196,BSU_16770,KEGG_pathway,map00261 +5197,BSU_16770,KEGG_pathway,map00300 +5198,BSU_16770,KEGG_pathway,map01100 +5199,BSU_16770,KEGG_pathway,map01110 +5200,BSU_16770,KEGG_pathway,map01120 +5201,BSU_16770,KEGG_pathway,map01130 +5202,BSU_16770,KEGG_pathway,map01230 +5204,BSU_16780,KEGG_pathway,map03018 +5207,BSU_16790,KEGG_pathway,map04112 +5208,BSU_16790,KEGG_pathway,map04212 +5209,BSU_16799,KEGG_pathway,- +5210,BSU_16800,KEGG_pathway,- +5211,BSU_16810,KEGG_pathway,- +5212,BSU_16825,KEGG_pathway,- +5213,BSU_16845,KEGG_pathway,- +5214,BSU_16860,KEGG_pathway,- +5224,BSU_16870,KEGG_pathway,map00061 +5225,BSU_16870,KEGG_pathway,map00333 +5226,BSU_16870,KEGG_pathway,map00780 +5227,BSU_16870,KEGG_pathway,map01040 +5228,BSU_16870,KEGG_pathway,map01053 +5229,BSU_16870,KEGG_pathway,map01100 +5230,BSU_16870,KEGG_pathway,map01110 +5231,BSU_16870,KEGG_pathway,map01130 +5232,BSU_16870,KEGG_pathway,map01212 +5233,BSU_16880,KEGG_pathway,- +5234,BSU_16890,KEGG_pathway,- +5235,BSU_16900,KEGG_pathway,- +5236,BSU_16910,KEGG_pathway,- +5239,BSU_16920,KEGG_pathway,map00564 +5240,BSU_16920,KEGG_pathway,map01100 +5242,BSU_16930,KEGG_pathway,map00760 +5244,BSU_16940,KEGG_pathway,map03440 +5245,BSU_16950,KEGG_pathway,- +5247,BSU_16960,KEGG_pathway,map03018 +5248,BSU_16970,KEGG_pathway,- +5249,BSU_16980,KEGG_pathway,- +5251,BSU_16990,KEGG_pathway,map00260 +5255,BSU_17000,KEGG_pathway,map00260 +5256,BSU_17000,KEGG_pathway,map00780 +5257,BSU_17000,KEGG_pathway,map01100 +5258,BSU_17010,KEGG_pathway,- +5259,BSU_17020,KEGG_pathway,- +5260,BSU_17030,KEGG_pathway,- +5262,BSU_17040,KEGG_pathway,map03430 +5264,BSU_17050,KEGG_pathway,map03430 +5265,BSU_17060,KEGG_pathway,- +5266,BSU_17070,KEGG_pathway,- +5267,BSU_17080,KEGG_pathway,- +5269,BSU_17090,KEGG_pathway,map00620 +5275,BSU_17100,KEGG_pathway,map00061 +5276,BSU_17100,KEGG_pathway,map00333 +5277,BSU_17100,KEGG_pathway,map01100 +5278,BSU_17100,KEGG_pathway,map01130 +5279,BSU_17100,KEGG_pathway,map01212 +5280,BSU_17110,KEGG_pathway,- +5287,BSU_17120,KEGG_pathway,map00061 +5288,BSU_17120,KEGG_pathway,map00333 +5289,BSU_17120,KEGG_pathway,map00910 +5290,BSU_17120,KEGG_pathway,map01100 +5291,BSU_17120,KEGG_pathway,map01130 +5292,BSU_17120,KEGG_pathway,map01212 +5293,BSU_17130,KEGG_pathway,- +5298,BSU_17140,KEGG_pathway,map00061 +5299,BSU_17140,KEGG_pathway,map00780 +5300,BSU_17140,KEGG_pathway,map01100 +5301,BSU_17140,KEGG_pathway,map01212 +5309,BSU_17150,KEGG_pathway,map00072 +5310,BSU_17150,KEGG_pathway,map00280 +5311,BSU_17150,KEGG_pathway,map00650 +5312,BSU_17150,KEGG_pathway,map00900 +5313,BSU_17150,KEGG_pathway,map01100 +5314,BSU_17150,KEGG_pathway,map01110 +5315,BSU_17150,KEGG_pathway,map01130 +5318,BSU_17160,KEGG_pathway,map00280 +5319,BSU_17160,KEGG_pathway,map01100 +5320,BSU_17170,KEGG_pathway,- +5323,BSU_17180,KEGG_pathway,map01054 +5324,BSU_17180,KEGG_pathway,map02024 +5325,BSU_17190,KEGG_pathway,- +5328,BSU_17200,KEGG_pathway,map00520 +5329,BSU_17200,KEGG_pathway,map01100 +5332,BSU_17210,KEGG_pathway,map01054 +5333,BSU_17210,KEGG_pathway,map02024 +5334,BSU_17220,KEGG_pathway,- +5337,BSU_17230,KEGG_pathway,map00780 +5338,BSU_17230,KEGG_pathway,map01100 +5339,BSU_17240,KEGG_pathway,- +5340,BSU_17250,KEGG_pathway,- +5341,BSU_17260,KEGG_pathway,- +5342,BSU_17270,KEGG_pathway,- +5343,BSU_17280,KEGG_pathway,- +5344,BSU_17290,KEGG_pathway,- +5345,BSU_17300,KEGG_pathway,- +5346,BSU_17320,KEGG_pathway,- +5350,BSU_17330,KEGG_pathway,map00908 +5351,BSU_17330,KEGG_pathway,map01100 +5352,BSU_17330,KEGG_pathway,map01110 +5356,BSU_17340,KEGG_pathway,map02024 +5357,BSU_17340,KEGG_pathway,map03018 +5358,BSU_17340,KEGG_pathway,map05111 +5359,BSU_17350,KEGG_pathway,- +5360,BSU_17360,KEGG_pathway,- +5364,BSU_17370,KEGG_pathway,map00230 +5365,BSU_17370,KEGG_pathway,map00240 +5366,BSU_17370,KEGG_pathway,map01100 +5370,BSU_17380,KEGG_pathway,map00230 +5371,BSU_17380,KEGG_pathway,map00240 +5372,BSU_17380,KEGG_pathway,map01100 +5376,BSU_17390,KEGG_pathway,map00230 +5377,BSU_17390,KEGG_pathway,map00240 +5378,BSU_17390,KEGG_pathway,map01100 +5379,BSU_17400,KEGG_pathway,- +5381,BSU_17410,KEGG_pathway,map01503 +5382,BSU_17420,KEGG_pathway,- +5383,BSU_17430,KEGG_pathway,- +5390,BSU_17440,KEGG_pathway,map00260 +5391,BSU_17440,KEGG_pathway,map00270 +5392,BSU_17440,KEGG_pathway,map00450 +5393,BSU_17440,KEGG_pathway,map01100 +5394,BSU_17440,KEGG_pathway,map01130 +5395,BSU_17440,KEGG_pathway,map01230 +5399,BSU_17450,KEGG_pathway,map01501 +5400,BSU_17450,KEGG_pathway,map02010 +5401,BSU_17450,KEGG_pathway,map02024 +5413,BSU_17460,KEGG_pathway,map00220 +5414,BSU_17460,KEGG_pathway,map00250 +5415,BSU_17460,KEGG_pathway,map00630 +5416,BSU_17460,KEGG_pathway,map00910 +5417,BSU_17460,KEGG_pathway,map01100 +5418,BSU_17460,KEGG_pathway,map01120 +5419,BSU_17460,KEGG_pathway,map01230 +5420,BSU_17460,KEGG_pathway,map02020 +5421,BSU_17460,KEGG_pathway,map04217 +5422,BSU_17460,KEGG_pathway,map04724 +5423,BSU_17460,KEGG_pathway,map04727 +5424,BSU_17470,KEGG_pathway,- +5425,BSU_17480,KEGG_pathway,- +5426,BSU_17490,KEGG_pathway,- +5427,BSU_17500,KEGG_pathway,- +5428,BSU_17510,KEGG_pathway,- +5429,BSU_17520,KEGG_pathway,- +5430,BSU_17530,KEGG_pathway,- +5431,BSU_17540,KEGG_pathway,- +5437,BSU_17560,KEGG_pathway,map00400 +5438,BSU_17560,KEGG_pathway,map01100 +5439,BSU_17560,KEGG_pathway,map01110 +5440,BSU_17560,KEGG_pathway,map01130 +5441,BSU_17560,KEGG_pathway,map01230 +5442,BSU_17570,KEGG_pathway,- +5445,BSU_17580,KEGG_pathway,map00520 +5446,BSU_17580,KEGG_pathway,map01100 +5447,BSU_17590,KEGG_pathway,- +5451,BSU_17600,KEGG_pathway,map00040 +5452,BSU_17600,KEGG_pathway,map00051 +5453,BSU_17600,KEGG_pathway,map01100 +5462,BSU_17610,KEGG_pathway,map00030 +5463,BSU_17610,KEGG_pathway,map00040 +5464,BSU_17610,KEGG_pathway,map00051 +5465,BSU_17610,KEGG_pathway,map01100 +5466,BSU_17610,KEGG_pathway,map01110 +5467,BSU_17610,KEGG_pathway,map01120 +5468,BSU_17610,KEGG_pathway,map01130 +5469,BSU_17610,KEGG_pathway,map01200 +5470,BSU_17620,KEGG_pathway,- +5472,BSU_17630,KEGG_pathway,map04113 +5476,BSU_17640,KEGG_pathway,map00473 +5477,BSU_17640,KEGG_pathway,map01100 +5478,BSU_17640,KEGG_pathway,map01502 +5479,BSU_17650,KEGG_pathway,- +5484,BSU_17660,KEGG_pathway,map00240 +5485,BSU_17660,KEGG_pathway,map00770 +5486,BSU_17660,KEGG_pathway,map00983 +5487,BSU_17660,KEGG_pathway,map01100 +5492,BSU_17680,KEGG_pathway,map00240 +5493,BSU_17680,KEGG_pathway,map00670 +5494,BSU_17680,KEGG_pathway,map01100 +5495,BSU_17680,KEGG_pathway,map01523 +5496,BSU_17690,KEGG_pathway,- +5499,BSU_17710,KEGG_pathway,map03060 +5500,BSU_17710,KEGG_pathway,map03070 +5501,BSU_17720,KEGG_pathway,- +5502,BSU_17730,KEGG_pathway,- +5503,BSU_17750,KEGG_pathway,- +5504,BSU_17760,KEGG_pathway,- +5505,BSU_17770,KEGG_pathway,- +5506,BSU_17780,KEGG_pathway,- +5507,BSU_17790,KEGG_pathway,- +5508,BSU_17800,KEGG_pathway,- +5509,BSU_17820,KEGG_pathway,- +5510,BSU_17830,KEGG_pathway,- +5511,BSU_17840,KEGG_pathway,- +5512,BSU_17850,KEGG_pathway,- +5513,BSU_17860,KEGG_pathway,- +5514,BSU_17870,KEGG_pathway,- +5515,BSU_17880,KEGG_pathway,- +5525,BSU_17890,KEGG_pathway,map00030 +5526,BSU_17890,KEGG_pathway,map00710 +5527,BSU_17890,KEGG_pathway,map01051 +5528,BSU_17890,KEGG_pathway,map01100 +5529,BSU_17890,KEGG_pathway,map01110 +5530,BSU_17890,KEGG_pathway,map01120 +5531,BSU_17890,KEGG_pathway,map01130 +5532,BSU_17890,KEGG_pathway,map01200 +5533,BSU_17890,KEGG_pathway,map01230 +5534,BSU_17900,KEGG_pathway,- +5535,BSU_17910,KEGG_pathway,- +5536,BSU_17920,KEGG_pathway,- +5537,BSU_17930,KEGG_pathway,- +5540,BSU_17940,KEGG_pathway,map02020 +5541,BSU_17940,KEGG_pathway,map02030 +5542,BSU_17950,KEGG_pathway,- +5543,BSU_17960,KEGG_pathway,- +5545,BSU_17970,KEGG_pathway,map04141 +5546,BSU_17980,KEGG_pathway,- +5547,BSU_17990,KEGG_pathway,- +5558,BSU_18000,KEGG_pathway,map00020 +5559,BSU_18000,KEGG_pathway,map00630 +5560,BSU_18000,KEGG_pathway,map00720 +5561,BSU_18000,KEGG_pathway,map01100 +5562,BSU_18000,KEGG_pathway,map01110 +5563,BSU_18000,KEGG_pathway,map01120 +5564,BSU_18000,KEGG_pathway,map01130 +5565,BSU_18000,KEGG_pathway,map01200 +5566,BSU_18000,KEGG_pathway,map01210 +5567,BSU_18000,KEGG_pathway,map01230 +5568,BSU_18010,KEGG_pathway,- +5569,BSU_18020,KEGG_pathway,- +5570,BSU_18030,KEGG_pathway,- +5571,BSU_18040,KEGG_pathway,- +5572,BSU_18050,KEGG_pathway,- +5573,BSU_18060,KEGG_pathway,- +5578,BSU_18070,KEGG_pathway,map00561 +5579,BSU_18070,KEGG_pathway,map00564 +5580,BSU_18070,KEGG_pathway,map01100 +5581,BSU_18070,KEGG_pathway,map01110 +5582,BSU_18080,KEGG_pathway,- +5583,BSU_18090,KEGG_pathway,- +5584,BSU_18100,KEGG_pathway,- +5585,BSU_18109,KEGG_pathway,- +5586,BSU_18110,KEGG_pathway,- +5588,BSU_18120,KEGG_pathway,map02020 +5591,BSU_18130,KEGG_pathway,map00500 +5592,BSU_18130,KEGG_pathway,map01100 +5593,BSU_18150,KEGG_pathway,- +5595,BSU_18160,KEGG_pathway,map00520 +5596,BSU_18170,KEGG_pathway,- +5603,BSU_18180,KEGG_pathway,map00040 +5604,BSU_18180,KEGG_pathway,map00052 +5605,BSU_18180,KEGG_pathway,map00500 +5606,BSU_18180,KEGG_pathway,map00520 +5607,BSU_18180,KEGG_pathway,map01100 +5608,BSU_18180,KEGG_pathway,map01130 +5609,BSU_18190,KEGG_pathway,- +5610,BSU_18200,KEGG_pathway,- +5618,BSU_18210,KEGG_pathway,map00280 +5619,BSU_18210,KEGG_pathway,map00630 +5620,BSU_18210,KEGG_pathway,map00640 +5621,BSU_18210,KEGG_pathway,map01100 +5622,BSU_18210,KEGG_pathway,map01120 +5623,BSU_18210,KEGG_pathway,map01130 +5624,BSU_18210,KEGG_pathway,map01200 +5627,BSU_18220,KEGG_pathway,map00650 +5628,BSU_18220,KEGG_pathway,map01200 +5635,BSU_18230,KEGG_pathway,map00072 +5636,BSU_18230,KEGG_pathway,map00280 +5637,BSU_18230,KEGG_pathway,map00281 +5638,BSU_18230,KEGG_pathway,map00650 +5639,BSU_18230,KEGG_pathway,map01100 +5640,BSU_18230,KEGG_pathway,map04146 +5654,BSU_18239,KEGG_pathway,map00010 +5655,BSU_18239,KEGG_pathway,map00020 +5656,BSU_18239,KEGG_pathway,map00061 +5657,BSU_18239,KEGG_pathway,map00620 +5658,BSU_18239,KEGG_pathway,map00640 +5659,BSU_18239,KEGG_pathway,map00720 +5660,BSU_18239,KEGG_pathway,map01100 +5661,BSU_18239,KEGG_pathway,map01110 +5662,BSU_18239,KEGG_pathway,map01120 +5663,BSU_18239,KEGG_pathway,map01130 +5664,BSU_18239,KEGG_pathway,map01200 +5665,BSU_18239,KEGG_pathway,map01212 +5666,BSU_18239,KEGG_pathway,map01230 +5679,BSU_18240,KEGG_pathway,map00061 +5680,BSU_18240,KEGG_pathway,map00280 +5681,BSU_18240,KEGG_pathway,map00620 +5682,BSU_18240,KEGG_pathway,map00630 +5683,BSU_18240,KEGG_pathway,map00640 +5684,BSU_18240,KEGG_pathway,map00720 +5685,BSU_18240,KEGG_pathway,map01100 +5686,BSU_18240,KEGG_pathway,map01110 +5687,BSU_18240,KEGG_pathway,map01120 +5688,BSU_18240,KEGG_pathway,map01130 +5689,BSU_18240,KEGG_pathway,map01200 +5690,BSU_18240,KEGG_pathway,map01212 +5691,BSU_18250,KEGG_pathway,- +5700,BSU_18260,KEGG_pathway,map00071 +5701,BSU_18260,KEGG_pathway,map00280 +5702,BSU_18260,KEGG_pathway,map00650 +5703,BSU_18260,KEGG_pathway,map01100 +5704,BSU_18260,KEGG_pathway,map01110 +5705,BSU_18260,KEGG_pathway,map01120 +5706,BSU_18260,KEGG_pathway,map01200 +5707,BSU_18260,KEGG_pathway,map01212 +5708,BSU_18270,KEGG_pathway,- +5709,BSU_18280,KEGG_pathway,- +5710,BSU_18290,KEGG_pathway,- +5716,BSU_18300,KEGG_pathway,map01053 +5717,BSU_18300,KEGG_pathway,map01054 +5718,BSU_18300,KEGG_pathway,map01110 +5719,BSU_18300,KEGG_pathway,map01130 +5720,BSU_18300,KEGG_pathway,map02024 +5723,BSU_18310,KEGG_pathway,map01054 +5724,BSU_18310,KEGG_pathway,map02024 +5727,BSU_18320,KEGG_pathway,map01054 +5728,BSU_18320,KEGG_pathway,map02024 +5731,BSU_18330,KEGG_pathway,map01054 +5732,BSU_18330,KEGG_pathway,map02024 +5735,BSU_18340,KEGG_pathway,map01054 +5736,BSU_18340,KEGG_pathway,map02024 +5738,BSU_18350,KEGG_pathway,map00550 +5745,BSU_18360,KEGG_pathway,map00010 +5746,BSU_18360,KEGG_pathway,map00052 +5747,BSU_18360,KEGG_pathway,map01100 +5748,BSU_18360,KEGG_pathway,map01110 +5749,BSU_18360,KEGG_pathway,map01120 +5750,BSU_18360,KEGG_pathway,map01130 +5751,BSU_18370,KEGG_pathway,- +5752,BSU_18380,KEGG_pathway,- +5753,BSU_18390,KEGG_pathway,- +5754,BSU_18400,KEGG_pathway,- +5759,BSU_18410,KEGG_pathway,map00430 +5760,BSU_18410,KEGG_pathway,map00460 +5761,BSU_18410,KEGG_pathway,map00480 +5762,BSU_18410,KEGG_pathway,map01100 +5763,BSU_18420,KEGG_pathway,- +5764,BSU_18430,KEGG_pathway,- +5772,BSU_18440,KEGG_pathway,map00250 +5773,BSU_18440,KEGG_pathway,map00910 +5774,BSU_18440,KEGG_pathway,map01100 +5775,BSU_18440,KEGG_pathway,map01110 +5776,BSU_18440,KEGG_pathway,map01120 +5777,BSU_18440,KEGG_pathway,map01130 +5778,BSU_18440,KEGG_pathway,map01230 +5787,BSU_18450,KEGG_pathway,map00250 +5788,BSU_18450,KEGG_pathway,map00630 +5789,BSU_18450,KEGG_pathway,map00910 +5790,BSU_18450,KEGG_pathway,map01100 +5791,BSU_18450,KEGG_pathway,map01110 +5792,BSU_18450,KEGG_pathway,map01120 +5793,BSU_18450,KEGG_pathway,map01130 +5794,BSU_18450,KEGG_pathway,map01230 +5795,BSU_18460,KEGG_pathway,- +5801,BSU_18470,KEGG_pathway,map00330 +5802,BSU_18470,KEGG_pathway,map00332 +5803,BSU_18470,KEGG_pathway,map01100 +5804,BSU_18470,KEGG_pathway,map01130 +5805,BSU_18470,KEGG_pathway,map01230 +5811,BSU_18480,KEGG_pathway,map00330 +5812,BSU_18480,KEGG_pathway,map01100 +5813,BSU_18480,KEGG_pathway,map01110 +5814,BSU_18480,KEGG_pathway,map01130 +5815,BSU_18480,KEGG_pathway,map01230 +5816,BSU_18490,KEGG_pathway,- +5824,BSU_18500,KEGG_pathway,map00061 +5825,BSU_18500,KEGG_pathway,map00333 +5826,BSU_18500,KEGG_pathway,map00780 +5827,BSU_18500,KEGG_pathway,map01040 +5828,BSU_18500,KEGG_pathway,map01100 +5829,BSU_18500,KEGG_pathway,map01130 +5830,BSU_18500,KEGG_pathway,map01212 +5831,BSU_18510,KEGG_pathway,- +5832,BSU_18520,KEGG_pathway,- +5833,BSU_18530,KEGG_pathway,- +5834,BSU_18540,KEGG_pathway,- +5844,BSU_18550,KEGG_pathway,map00030 +5845,BSU_18550,KEGG_pathway,map00040 +5846,BSU_18550,KEGG_pathway,map00051 +5847,BSU_18550,KEGG_pathway,map01100 +5848,BSU_18550,KEGG_pathway,map01110 +5849,BSU_18550,KEGG_pathway,map01120 +5850,BSU_18550,KEGG_pathway,map01130 +5851,BSU_18550,KEGG_pathway,map01200 +5852,BSU_18550,KEGG_pathway,map02024 +5860,BSU_18560,KEGG_pathway,map00260 +5861,BSU_18560,KEGG_pathway,map00680 +5862,BSU_18560,KEGG_pathway,map01100 +5863,BSU_18560,KEGG_pathway,map01120 +5864,BSU_18560,KEGG_pathway,map01130 +5865,BSU_18560,KEGG_pathway,map01200 +5866,BSU_18560,KEGG_pathway,map01230 +5867,BSU_18570,KEGG_pathway,- +5868,BSU_18580,KEGG_pathway,- +5869,BSU_18590,KEGG_pathway,- +5870,BSU_18596,KEGG_pathway,- +5871,BSU_18600,KEGG_pathway,- +5875,BSU_18610,KEGG_pathway,map02020 +5876,BSU_18610,KEGG_pathway,map02025 +5877,BSU_18610,KEGG_pathway,map02030 +5881,BSU_18620,KEGG_pathway,map00350 +5882,BSU_18620,KEGG_pathway,map01120 +5883,BSU_18620,KEGG_pathway,map01220 +5884,BSU_18630,KEGG_pathway,- +5885,BSU_18640,KEGG_pathway,- +5888,BSU_18650,KEGG_pathway,map00040 +5889,BSU_18650,KEGG_pathway,map02024 +5890,BSU_18660,KEGG_pathway,- +5893,BSU_18670,KEGG_pathway,map00630 +5894,BSU_18670,KEGG_pathway,map01100 +5899,BSU_18690,KEGG_pathway,map00630 +5900,BSU_18690,KEGG_pathway,map01100 +5901,BSU_18690,KEGG_pathway,map01110 +5902,BSU_18690,KEGG_pathway,map01130 +5903,BSU_18700,KEGG_pathway,- +5904,BSU_18710,KEGG_pathway,- +5905,BSU_18720,KEGG_pathway,- +5906,BSU_18730,KEGG_pathway,- +5907,BSU_18740,KEGG_pathway,- +5908,BSU_18750,KEGG_pathway,- +5909,BSU_18760,KEGG_pathway,- +5910,BSU_18770,KEGG_pathway,- +5911,BSU_18780,KEGG_pathway,- +5925,BSU_18790,KEGG_pathway,map00380 +5926,BSU_18790,KEGG_pathway,map00630 +5927,BSU_18790,KEGG_pathway,map01110 +5928,BSU_18790,KEGG_pathway,map01130 +5929,BSU_18790,KEGG_pathway,map01200 +5930,BSU_18790,KEGG_pathway,map04011 +5931,BSU_18790,KEGG_pathway,map04016 +5932,BSU_18790,KEGG_pathway,map04068 +5933,BSU_18790,KEGG_pathway,map04146 +5934,BSU_18790,KEGG_pathway,map04211 +5935,BSU_18790,KEGG_pathway,map04212 +5936,BSU_18790,KEGG_pathway,map04213 +5937,BSU_18790,KEGG_pathway,map05014 +5942,BSU_18800,KEGG_pathway,map00311 +5943,BSU_18800,KEGG_pathway,map01130 +5944,BSU_18800,KEGG_pathway,map01501 +5945,BSU_18800,KEGG_pathway,map02020 +5952,BSU_18830,KEGG_pathway,map00620 +5953,BSU_18830,KEGG_pathway,map00680 +5954,BSU_18830,KEGG_pathway,map00720 +5955,BSU_18830,KEGG_pathway,map01100 +5956,BSU_18830,KEGG_pathway,map01120 +5957,BSU_18830,KEGG_pathway,map01200 +5958,BSU_18840,KEGG_pathway,- +5959,BSU_18849,KEGG_pathway,- +5960,BSU_18850,KEGG_pathway,- +5961,BSU_18870,KEGG_pathway,- +5962,BSU_18880,KEGG_pathway,- +5963,BSU_18890,KEGG_pathway,- +5965,BSU_18910,KEGG_pathway,map02024 +5966,BSU_18930,KEGG_pathway,- +5967,BSU_18940,KEGG_pathway,- +5968,BSU_18950,KEGG_pathway,- +5969,BSU_18960,KEGG_pathway,- +5970,BSU_18970,KEGG_pathway,- +5971,BSU_18980,KEGG_pathway,- +5972,BSU_18990,KEGG_pathway,- +5973,BSU_19000,KEGG_pathway,- +5974,BSU_19010,KEGG_pathway,- +5990,BSU_19020,KEGG_pathway,map00260 +5991,BSU_19020,KEGG_pathway,map00330 +5992,BSU_19020,KEGG_pathway,map00340 +5993,BSU_19020,KEGG_pathway,map00350 +5994,BSU_19020,KEGG_pathway,map00360 +5995,BSU_19020,KEGG_pathway,map00380 +5996,BSU_19020,KEGG_pathway,map00950 +5997,BSU_19020,KEGG_pathway,map00982 +5998,BSU_19020,KEGG_pathway,map01100 +5999,BSU_19020,KEGG_pathway,map01110 +6000,BSU_19020,KEGG_pathway,map04726 +6001,BSU_19020,KEGG_pathway,map04728 +6002,BSU_19020,KEGG_pathway,map05030 +6003,BSU_19020,KEGG_pathway,map05031 +6004,BSU_19020,KEGG_pathway,map05034 +6005,BSU_19030,KEGG_pathway,- +6008,BSU_19040,KEGG_pathway,map00450 +6009,BSU_19040,KEGG_pathway,map00970 +6010,BSU_19050,KEGG_pathway,- +6014,BSU_19060,KEGG_pathway,map00220 +6015,BSU_19060,KEGG_pathway,map01210 +6016,BSU_19060,KEGG_pathway,map01230 +6017,BSU_19070,KEGG_pathway,- +6018,BSU_19080,KEGG_pathway,- +6019,BSU_19090,KEGG_pathway,- +6020,BSU_19100,KEGG_pathway,- +6021,BSU_19110,KEGG_pathway,- +6022,BSU_19120,KEGG_pathway,- +6023,BSU_19130,KEGG_pathway,- +6024,BSU_19140,KEGG_pathway,- +6025,BSU_19150,KEGG_pathway,- +6026,BSU_19160,KEGG_pathway,- +6027,BSU_19170,KEGG_pathway,- +6029,BSU_19180,KEGG_pathway,map02020 +6031,BSU_19190,KEGG_pathway,map02020 +6033,BSU_19200,KEGG_pathway,map02020 +6034,BSU_19210,KEGG_pathway,- +6036,BSU_19220,KEGG_pathway,map03018 +6037,BSU_19230,KEGG_pathway,- +6039,BSU_19240,KEGG_pathway,map02026 +6040,BSU_19250,KEGG_pathway,- +6041,BSU_19259,KEGG_pathway,- +6043,BSU_19260,KEGG_pathway,map04141 +6044,BSU_19270,KEGG_pathway,- +6045,BSU_19280,KEGG_pathway,- +6046,BSU_19290,KEGG_pathway,- +6047,BSU_19300,KEGG_pathway,- +6068,BSU_19310,KEGG_pathway,map00010 +6069,BSU_19310,KEGG_pathway,map00053 +6070,BSU_19310,KEGG_pathway,map00071 +6071,BSU_19310,KEGG_pathway,map00280 +6072,BSU_19310,KEGG_pathway,map00310 +6073,BSU_19310,KEGG_pathway,map00330 +6074,BSU_19310,KEGG_pathway,map00340 +6075,BSU_19310,KEGG_pathway,map00360 +6076,BSU_19310,KEGG_pathway,map00380 +6077,BSU_19310,KEGG_pathway,map00410 +6078,BSU_19310,KEGG_pathway,map00561 +6079,BSU_19310,KEGG_pathway,map00620 +6080,BSU_19310,KEGG_pathway,map00625 +6081,BSU_19310,KEGG_pathway,map00643 +6082,BSU_19310,KEGG_pathway,map00903 +6083,BSU_19310,KEGG_pathway,map00981 +6084,BSU_19310,KEGG_pathway,map01100 +6085,BSU_19310,KEGG_pathway,map01110 +6086,BSU_19310,KEGG_pathway,map01120 +6087,BSU_19310,KEGG_pathway,map01130 +6092,BSU_19320,KEGG_pathway,map00100 +6093,BSU_19320,KEGG_pathway,map01100 +6094,BSU_19320,KEGG_pathway,map01110 +6095,BSU_19320,KEGG_pathway,map01130 +6103,BSU_19330,KEGG_pathway,map04013 +6104,BSU_19330,KEGG_pathway,map04068 +6105,BSU_19330,KEGG_pathway,map04146 +6106,BSU_19330,KEGG_pathway,map04211 +6107,BSU_19330,KEGG_pathway,map04212 +6108,BSU_19330,KEGG_pathway,map04213 +6109,BSU_19330,KEGG_pathway,map05016 +6110,BSU_19340,KEGG_pathway,- +6111,BSU_19350,KEGG_pathway,- +6119,BSU_19360,KEGG_pathway,map00020 +6120,BSU_19360,KEGG_pathway,map00310 +6121,BSU_19360,KEGG_pathway,map01100 +6122,BSU_19360,KEGG_pathway,map01110 +6123,BSU_19360,KEGG_pathway,map01120 +6124,BSU_19360,KEGG_pathway,map01130 +6125,BSU_19360,KEGG_pathway,map01200 +6134,BSU_19370,KEGG_pathway,map00020 +6135,BSU_19370,KEGG_pathway,map00310 +6136,BSU_19370,KEGG_pathway,map00380 +6137,BSU_19370,KEGG_pathway,map01100 +6138,BSU_19370,KEGG_pathway,map01110 +6139,BSU_19370,KEGG_pathway,map01120 +6140,BSU_19370,KEGG_pathway,map01130 +6141,BSU_19370,KEGG_pathway,map01200 +6142,BSU_19380,KEGG_pathway,- +6143,BSU_19390,KEGG_pathway,- +6149,BSU_19400,KEGG_pathway,map04146 +6150,BSU_19400,KEGG_pathway,map04213 +6151,BSU_19400,KEGG_pathway,map05014 +6152,BSU_19400,KEGG_pathway,map05016 +6153,BSU_19400,KEGG_pathway,map05020 +6154,BSU_19410,KEGG_pathway,- +6155,BSU_19420,KEGG_pathway,- +6156,BSU_19430,KEGG_pathway,- +6157,BSU_19440,KEGG_pathway,- +6158,BSU_19450,KEGG_pathway,- +6159,BSU_19460,KEGG_pathway,- +6160,BSU_19470,KEGG_pathway,- +6161,BSU_19479,KEGG_pathway,- +6162,BSU_19480,KEGG_pathway,- +6163,BSU_19490,KEGG_pathway,- +6164,BSU_19510,KEGG_pathway,- +6165,BSU_19520,KEGG_pathway,- +6166,BSU_19530,KEGG_pathway,- +6167,BSU_19540,KEGG_pathway,- +6168,BSU_19550,KEGG_pathway,- +6169,BSU_19560,KEGG_pathway,- +6170,BSU_19570,KEGG_pathway,- +6171,BSU_19579,KEGG_pathway,- +6172,BSU_19580,KEGG_pathway,- +6173,BSU_19590,KEGG_pathway,- +6174,BSU_19600,KEGG_pathway,- +6175,BSU_19610,KEGG_pathway,- +6180,BSU_19620,KEGG_pathway,map00550 +6181,BSU_19620,KEGG_pathway,map01100 +6182,BSU_19620,KEGG_pathway,map01502 +6183,BSU_19620,KEGG_pathway,map02020 +6190,BSU_19630,KEGG_pathway,map00230 +6191,BSU_19630,KEGG_pathway,map00240 +6192,BSU_19630,KEGG_pathway,map00270 +6193,BSU_19630,KEGG_pathway,map00760 +6194,BSU_19630,KEGG_pathway,map01100 +6195,BSU_19630,KEGG_pathway,map01110 +6196,BSU_19639,KEGG_pathway,- +6197,BSU_19640,KEGG_pathway,- +6199,BSU_19650,KEGG_pathway,map00550 +6200,BSU_19660,KEGG_pathway,- +6201,BSU_19670,KEGG_pathway,- +6202,BSU_19680,KEGG_pathway,- +6203,BSU_19689,KEGG_pathway,- +6205,BSU_19690,KEGG_pathway,map00310 +6206,BSU_19700,KEGG_pathway,- +6216,BSU_19710,KEGG_pathway,map00220 +6217,BSU_19710,KEGG_pathway,map00300 +6218,BSU_19710,KEGG_pathway,map00730 +6219,BSU_19710,KEGG_pathway,map01100 +6220,BSU_19710,KEGG_pathway,map01110 +6221,BSU_19710,KEGG_pathway,map01120 +6222,BSU_19710,KEGG_pathway,map01130 +6223,BSU_19710,KEGG_pathway,map01210 +6224,BSU_19710,KEGG_pathway,map01230 +6234,BSU_19720,KEGG_pathway,map00072 +6235,BSU_19720,KEGG_pathway,map00280 +6236,BSU_19720,KEGG_pathway,map00310 +6237,BSU_19720,KEGG_pathway,map00627 +6238,BSU_19720,KEGG_pathway,map00640 +6239,BSU_19720,KEGG_pathway,map00650 +6240,BSU_19720,KEGG_pathway,map01100 +6241,BSU_19720,KEGG_pathway,map01120 +6242,BSU_19720,KEGG_pathway,map02020 +6250,BSU_19730,KEGG_pathway,map00310 +6251,BSU_19730,KEGG_pathway,map00627 +6252,BSU_19730,KEGG_pathway,map00640 +6253,BSU_19730,KEGG_pathway,map00650 +6254,BSU_19730,KEGG_pathway,map01100 +6255,BSU_19730,KEGG_pathway,map01120 +6256,BSU_19730,KEGG_pathway,map02020 +6259,BSU_19740,KEGG_pathway,map00780 +6260,BSU_19740,KEGG_pathway,map01100 +6261,BSU_19750,KEGG_pathway,- +6262,BSU_19760,KEGG_pathway,- +6263,BSU_19770,KEGG_pathway,- +6264,BSU_19780,KEGG_pathway,- +6265,BSU_19790,KEGG_pathway,- +6267,BSU_19800,KEGG_pathway,map00562 +6269,BSU_19810,KEGG_pathway,map00520 +6270,BSU_19830,KEGG_pathway,- +6271,BSU_19940,KEGG_pathway,- +6272,BSU_19950,KEGG_pathway,- +6273,BSU_20010,KEGG_pathway,- +6278,BSU_20020,KEGG_pathway,map00240 +6279,BSU_20020,KEGG_pathway,map00770 +6280,BSU_20020,KEGG_pathway,map00983 +6281,BSU_20020,KEGG_pathway,map01100 +6284,BSU_20030,KEGG_pathway,map04621 +6285,BSU_20030,KEGG_pathway,map05418 +6289,BSU_20040,KEGG_pathway,map00230 +6290,BSU_20040,KEGG_pathway,map00240 +6291,BSU_20040,KEGG_pathway,map01100 +6292,BSU_20050,KEGG_pathway,- +6296,BSU_20060,KEGG_pathway,map00230 +6297,BSU_20060,KEGG_pathway,map00240 +6298,BSU_20060,KEGG_pathway,map01100 +6302,BSU_20070,KEGG_pathway,map00230 +6303,BSU_20070,KEGG_pathway,map00240 +6304,BSU_20070,KEGG_pathway,map01100 +6308,BSU_20250,KEGG_pathway,map00270 +6309,BSU_20250,KEGG_pathway,map01100 +6310,BSU_20250,KEGG_pathway,map05206 +6316,BSU_20270,KEGG_pathway,map00230 +6317,BSU_20270,KEGG_pathway,map00240 +6318,BSU_20270,KEGG_pathway,map00760 +6319,BSU_20270,KEGG_pathway,map01100 +6320,BSU_20270,KEGG_pathway,map01110 +6325,BSU_20280,KEGG_pathway,map00240 +6326,BSU_20280,KEGG_pathway,map00670 +6327,BSU_20280,KEGG_pathway,map01100 +6328,BSU_20280,KEGG_pathway,map01523 +6329,BSU_20330,KEGG_pathway,- +6336,BSU_20340,KEGG_pathway,map00230 +6337,BSU_20340,KEGG_pathway,map00240 +6338,BSU_20340,KEGG_pathway,map01100 +6339,BSU_20340,KEGG_pathway,map03030 +6340,BSU_20340,KEGG_pathway,map03430 +6341,BSU_20340,KEGG_pathway,map03440 +6345,BSU_20350,KEGG_pathway,map03410 +6346,BSU_20350,KEGG_pathway,map03430 +6347,BSU_20350,KEGG_pathway,map03440 +6349,BSU_20360,KEGG_pathway,map03030 +6352,BSU_20370,KEGG_pathway,map03030 +6353,BSU_20370,KEGG_pathway,map04112 +6354,BSU_20380,KEGG_pathway,- +6355,BSU_20390,KEGG_pathway,- +6356,BSU_20400,KEGG_pathway,- +6357,BSU_20450,KEGG_pathway,- +6358,BSU_20460,KEGG_pathway,- +6359,BSU_20490,KEGG_pathway,- +6365,BSU_20500,KEGG_pathway,map03030 +6366,BSU_20500,KEGG_pathway,map03410 +6367,BSU_20500,KEGG_pathway,map03420 +6368,BSU_20500,KEGG_pathway,map03430 +6369,BSU_20500,KEGG_pathway,map03450 +6370,BSU_20510,KEGG_pathway,- +6371,BSU_20580,KEGG_pathway,- +6372,BSU_20610,KEGG_pathway,- +6373,BSU_20630,KEGG_pathway,- +6374,BSU_20670,KEGG_pathway,- +6375,BSU_20780,KEGG_pathway,- +6376,BSU_20790,KEGG_pathway,- +6377,BSU_20800,KEGG_pathway,- +6378,BSU_20810,KEGG_pathway,- +6379,BSU_20860,KEGG_pathway,- +6380,BSU_20880,KEGG_pathway,- +6381,BSU_20890,KEGG_pathway,- +6382,BSU_20928,KEGG_pathway,- +6383,BSU_20930,KEGG_pathway,- +6384,BSU_20940,KEGG_pathway,- +6385,BSU_20950,KEGG_pathway,- +6386,BSU_20960,KEGG_pathway,- +6387,BSU_20980,KEGG_pathway,- +6388,BSU_21020,KEGG_pathway,- +6389,BSU_21040,KEGG_pathway,- +6390,BSU_21050,KEGG_pathway,- +6391,BSU_21070,KEGG_pathway,- +6392,BSU_21100,KEGG_pathway,- +6393,BSU_21110,KEGG_pathway,- +6394,BSU_21120,KEGG_pathway,- +6395,BSU_21130,KEGG_pathway,- +6396,BSU_21140,KEGG_pathway,- +6397,BSU_21150,KEGG_pathway,- +6398,BSU_21160,KEGG_pathway,- +6399,BSU_21170,KEGG_pathway,- +6400,BSU_21190,KEGG_pathway,- +6401,BSU_21200,KEGG_pathway,- +6402,BSU_21210,KEGG_pathway,- +6403,BSU_21220,KEGG_pathway,- +6404,BSU_21240,KEGG_pathway,- +6405,BSU_21250,KEGG_pathway,- +6406,BSU_21270,KEGG_pathway,- +6407,BSU_21280,KEGG_pathway,- +6408,BSU_21290,KEGG_pathway,- +6409,BSU_21300,KEGG_pathway,- +6410,BSU_21340,KEGG_pathway,- +6411,BSU_21350,KEGG_pathway,- +6412,BSU_21360,KEGG_pathway,- +6413,BSU_21370,KEGG_pathway,- +6414,BSU_21380,KEGG_pathway,- +6416,BSU_21390,KEGG_pathway,map01501 +6417,BSU_21400,KEGG_pathway,- +6418,BSU_21410,KEGG_pathway,- +6419,BSU_21420,KEGG_pathway,- +6420,BSU_21430,KEGG_pathway,- +6421,BSU_21440,KEGG_pathway,- +6422,BSU_21450,KEGG_pathway,- +6425,BSU_21460,KEGG_pathway,map04621 +6426,BSU_21460,KEGG_pathway,map05418 +6429,BSU_21470,KEGG_pathway,map02010 +6430,BSU_21470,KEGG_pathway,map02024 +6431,BSU_21500,KEGG_pathway,- +6432,BSU_21510,KEGG_pathway,- +6433,BSU_21520,KEGG_pathway,- +6434,BSU_21550,KEGG_pathway,- +6435,BSU_21560,KEGG_pathway,- +6436,BSU_21570,KEGG_pathway,- +6437,BSU_21580,KEGG_pathway,- +6438,BSU_21590,KEGG_pathway,- +6439,BSU_21598,KEGG_pathway,- +6440,BSU_21599,KEGG_pathway,- +6441,BSU_21600,KEGG_pathway,- +6442,BSU_21610,KEGG_pathway,- +6443,BSU_21620,KEGG_pathway,- +6444,BSU_21630,KEGG_pathway,- +6445,BSU_21640,KEGG_pathway,- +6446,BSU_21650,KEGG_pathway,- +6447,BSU_21660,KEGG_pathway,- +6449,BSU_21670,KEGG_pathway,map00520 +6450,BSU_21680,KEGG_pathway,- +6451,BSU_21690,KEGG_pathway,- +6452,BSU_21700,KEGG_pathway,- +6453,BSU_21710,KEGG_pathway,- +6454,BSU_21720,KEGG_pathway,- +6455,BSU_21730,KEGG_pathway,- +6456,BSU_21740,KEGG_pathway,- +6457,BSU_21750,KEGG_pathway,- +6458,BSU_21760,KEGG_pathway,- +6466,BSU_21770,KEGG_pathway,map00260 +6467,BSU_21770,KEGG_pathway,map00290 +6468,BSU_21770,KEGG_pathway,map01100 +6469,BSU_21770,KEGG_pathway,map01110 +6470,BSU_21770,KEGG_pathway,map01130 +6471,BSU_21770,KEGG_pathway,map01200 +6472,BSU_21770,KEGG_pathway,map01230 +6473,BSU_21780,KEGG_pathway,- +6474,BSU_21790,KEGG_pathway,- +6479,BSU_21800,KEGG_pathway,map00561 +6480,BSU_21800,KEGG_pathway,map00564 +6481,BSU_21800,KEGG_pathway,map01100 +6482,BSU_21800,KEGG_pathway,map01110 +6488,BSU_21810,KEGG_pathway,map00670 +6489,BSU_21810,KEGG_pathway,map00750 +6490,BSU_21810,KEGG_pathway,map00790 +6491,BSU_21810,KEGG_pathway,map01100 +6492,BSU_21810,KEGG_pathway,map01523 +6497,BSU_21820,KEGG_pathway,map00240 +6498,BSU_21820,KEGG_pathway,map00670 +6499,BSU_21820,KEGG_pathway,map01100 +6500,BSU_21820,KEGG_pathway,map01523 +6503,BSU_21830,KEGG_pathway,map00564 +6504,BSU_21830,KEGG_pathway,map01100 +6505,BSU_21840,KEGG_pathway,- +6506,BSU_21850,KEGG_pathway,- +6507,BSU_21860,KEGG_pathway,- +6516,BSU_21870,KEGG_pathway,map00290 +6517,BSU_21870,KEGG_pathway,map00770 +6518,BSU_21870,KEGG_pathway,map01100 +6519,BSU_21870,KEGG_pathway,map01110 +6520,BSU_21870,KEGG_pathway,map01130 +6521,BSU_21870,KEGG_pathway,map01210 +6522,BSU_21870,KEGG_pathway,map01230 +6523,BSU_21870,KEGG_pathway,map02010 +6524,BSU_21880,KEGG_pathway,- +6525,BSU_21890,KEGG_pathway,- +6529,BSU_21900,KEGG_pathway,map00480 +6530,BSU_21900,KEGG_pathway,map00590 +6531,BSU_21900,KEGG_pathway,map04918 +6537,BSU_21910,KEGG_pathway,map00270 +6538,BSU_21910,KEGG_pathway,map00920 +6539,BSU_21910,KEGG_pathway,map01100 +6540,BSU_21910,KEGG_pathway,map01110 +6541,BSU_21910,KEGG_pathway,map01230 +6544,BSU_21920,KEGG_pathway,map00561 +6545,BSU_21920,KEGG_pathway,map01100 +6546,BSU_21930,KEGG_pathway,- +6547,BSU_21940,KEGG_pathway,- +6548,BSU_21950,KEGG_pathway,- +6549,BSU_21960,KEGG_pathway,- +6551,BSU_21970,KEGG_pathway,map03030 +6552,BSU_21980,KEGG_pathway,- +6554,BSU_21990,KEGG_pathway,map03030 +6562,BSU_22010,KEGG_pathway,map00230 +6563,BSU_22010,KEGG_pathway,map00240 +6564,BSU_22010,KEGG_pathway,map01100 +6565,BSU_22010,KEGG_pathway,map03030 +6566,BSU_22010,KEGG_pathway,map03410 +6567,BSU_22010,KEGG_pathway,map03420 +6568,BSU_22010,KEGG_pathway,map03440 +6569,BSU_22020,KEGG_pathway,- +6570,BSU_22030,KEGG_pathway,- +6571,BSU_22040,KEGG_pathway,- +6572,BSU_22050,KEGG_pathway,- +6573,BSU_22060,KEGG_pathway,- +6577,BSU_22070,KEGG_pathway,map00230 +6578,BSU_22070,KEGG_pathway,map01100 +6579,BSU_22070,KEGG_pathway,map01110 +6580,BSU_22080,KEGG_pathway,- +6581,BSU_22090,KEGG_pathway,- +6587,BSU_22100,KEGG_pathway,map00030 +6588,BSU_22100,KEGG_pathway,map00630 +6589,BSU_22100,KEGG_pathway,map01100 +6590,BSU_22100,KEGG_pathway,map01120 +6591,BSU_22100,KEGG_pathway,map01200 +6596,BSU_22110,KEGG_pathway,map00030 +6597,BSU_22110,KEGG_pathway,map01100 +6598,BSU_22110,KEGG_pathway,map01120 +6599,BSU_22110,KEGG_pathway,map01200 +6600,BSU_22120,KEGG_pathway,- +6602,BSU_22130,KEGG_pathway,map00040 +6604,BSU_22140,KEGG_pathway,map00040 +6605,BSU_22150,KEGG_pathway,- +6606,BSU_22169,KEGG_pathway,- +6607,BSU_22170,KEGG_pathway,- +6608,BSU_22180,KEGG_pathway,- +6609,BSU_22190,KEGG_pathway,- +6610,BSU_22200,KEGG_pathway,- +6611,BSU_22210,KEGG_pathway,- +6612,BSU_22220,KEGG_pathway,- +6619,BSU_22230,KEGG_pathway,map00010 +6620,BSU_22230,KEGG_pathway,map00500 +6621,BSU_22230,KEGG_pathway,map00520 +6622,BSU_22230,KEGG_pathway,map02026 +6623,BSU_22230,KEGG_pathway,map02060 +6624,BSU_22230,KEGG_pathway,map05111 +6626,BSU_22240,KEGG_pathway,map04141 +6627,BSU_22250,KEGG_pathway,- +6628,BSU_22300,KEGG_pathway,- +6629,BSU_22310,KEGG_pathway,- +6638,BSU_22320,KEGG_pathway,map00230 +6639,BSU_22320,KEGG_pathway,map00240 +6640,BSU_22320,KEGG_pathway,map00550 +6641,BSU_22320,KEGG_pathway,map01100 +6642,BSU_22320,KEGG_pathway,map01501 +6643,BSU_22320,KEGG_pathway,map03030 +6644,BSU_22320,KEGG_pathway,map03430 +6645,BSU_22320,KEGG_pathway,map03440 +6646,BSU_22330,KEGG_pathway,- +6648,BSU_22340,KEGG_pathway,map03410 +6649,BSU_22350,KEGG_pathway,- +6651,BSU_22360,KEGG_pathway,map00970 +6667,BSU_22370,KEGG_pathway,map00220 +6668,BSU_22370,KEGG_pathway,map00250 +6669,BSU_22370,KEGG_pathway,map00270 +6670,BSU_22370,KEGG_pathway,map00330 +6671,BSU_22370,KEGG_pathway,map00350 +6672,BSU_22370,KEGG_pathway,map00360 +6673,BSU_22370,KEGG_pathway,map00400 +6674,BSU_22370,KEGG_pathway,map00401 +6675,BSU_22370,KEGG_pathway,map00950 +6676,BSU_22370,KEGG_pathway,map00960 +6677,BSU_22370,KEGG_pathway,map01100 +6678,BSU_22370,KEGG_pathway,map01110 +6679,BSU_22370,KEGG_pathway,map01130 +6680,BSU_22370,KEGG_pathway,map01210 +6681,BSU_22370,KEGG_pathway,map01230 +6682,BSU_22380,KEGG_pathway,- +6683,BSU_22390,KEGG_pathway,- +6690,BSU_22400,KEGG_pathway,map00230 +6691,BSU_22400,KEGG_pathway,map00240 +6692,BSU_22400,KEGG_pathway,map01100 +6693,BSU_22400,KEGG_pathway,map03030 +6694,BSU_22400,KEGG_pathway,map03430 +6695,BSU_22400,KEGG_pathway,map03440 +6700,BSU_22410,KEGG_pathway,map00410 +6701,BSU_22410,KEGG_pathway,map00770 +6702,BSU_22410,KEGG_pathway,map01100 +6703,BSU_22410,KEGG_pathway,map01110 +6709,BSU_22420,KEGG_pathway,map00240 +6710,BSU_22420,KEGG_pathway,map00410 +6711,BSU_22420,KEGG_pathway,map00770 +6712,BSU_22420,KEGG_pathway,map01100 +6713,BSU_22420,KEGG_pathway,map01110 +6717,BSU_22430,KEGG_pathway,map00770 +6718,BSU_22430,KEGG_pathway,map01100 +6719,BSU_22430,KEGG_pathway,map01110 +6722,BSU_22440,KEGG_pathway,map00780 +6723,BSU_22440,KEGG_pathway,map01100 +6726,BSU_22450,KEGG_pathway,map03013 +6727,BSU_22450,KEGG_pathway,map03018 +6728,BSU_22460,KEGG_pathway,- +6729,BSU_22470,KEGG_pathway,- +6734,BSU_22480,KEGG_pathway,map00640 +6735,BSU_22480,KEGG_pathway,map00770 +6736,BSU_22480,KEGG_pathway,map01100 +6737,BSU_22480,KEGG_pathway,map01120 +6745,BSU_22490,KEGG_pathway,map00261 +6746,BSU_22490,KEGG_pathway,map00300 +6747,BSU_22490,KEGG_pathway,map01100 +6748,BSU_22490,KEGG_pathway,map01110 +6749,BSU_22490,KEGG_pathway,map01120 +6750,BSU_22490,KEGG_pathway,map01130 +6751,BSU_22490,KEGG_pathway,map01230 +6757,BSU_22500,KEGG_pathway,map00400 +6758,BSU_22500,KEGG_pathway,map01100 +6759,BSU_22500,KEGG_pathway,map01110 +6760,BSU_22500,KEGG_pathway,map01130 +6761,BSU_22500,KEGG_pathway,map01230 +6762,BSU_22510,KEGG_pathway,- +6763,BSU_22520,KEGG_pathway,- +6764,BSU_22530,KEGG_pathway,- +6774,BSU_22540,KEGG_pathway,map00190 +6775,BSU_22540,KEGG_pathway,map01100 +6776,BSU_22540,KEGG_pathway,map02020 +6777,BSU_22540,KEGG_pathway,map04260 +6778,BSU_22540,KEGG_pathway,map04714 +6779,BSU_22540,KEGG_pathway,map04932 +6780,BSU_22540,KEGG_pathway,map05010 +6781,BSU_22540,KEGG_pathway,map05012 +6782,BSU_22540,KEGG_pathway,map05016 +6793,BSU_22550,KEGG_pathway,map00190 +6794,BSU_22550,KEGG_pathway,map00195 +6795,BSU_22550,KEGG_pathway,map01100 +6796,BSU_22550,KEGG_pathway,map02020 +6797,BSU_22550,KEGG_pathway,map04260 +6798,BSU_22550,KEGG_pathway,map04714 +6799,BSU_22550,KEGG_pathway,map04932 +6800,BSU_22550,KEGG_pathway,map05010 +6801,BSU_22550,KEGG_pathway,map05012 +6802,BSU_22550,KEGG_pathway,map05016 +6805,BSU_22560,KEGG_pathway,map00190 +6806,BSU_22560,KEGG_pathway,map01100 +6807,BSU_22570,KEGG_pathway,- +6808,BSU_22580,KEGG_pathway,- +6809,BSU_22590,KEGG_pathway,- +6816,BSU_22600,KEGG_pathway,map00400 +6817,BSU_22600,KEGG_pathway,map00401 +6818,BSU_22600,KEGG_pathway,map01100 +6819,BSU_22600,KEGG_pathway,map01110 +6820,BSU_22600,KEGG_pathway,map01130 +6821,BSU_22600,KEGG_pathway,map01230 +6828,BSU_22610,KEGG_pathway,map00400 +6829,BSU_22610,KEGG_pathway,map00401 +6830,BSU_22610,KEGG_pathway,map01100 +6831,BSU_22610,KEGG_pathway,map01110 +6832,BSU_22610,KEGG_pathway,map01130 +6833,BSU_22610,KEGG_pathway,map01230 +6844,BSU_22620,KEGG_pathway,map00340 +6845,BSU_22620,KEGG_pathway,map00350 +6846,BSU_22620,KEGG_pathway,map00360 +6847,BSU_22620,KEGG_pathway,map00400 +6848,BSU_22620,KEGG_pathway,map00401 +6849,BSU_22620,KEGG_pathway,map00960 +6850,BSU_22620,KEGG_pathway,map01100 +6851,BSU_22620,KEGG_pathway,map01110 +6852,BSU_22620,KEGG_pathway,map01130 +6853,BSU_22620,KEGG_pathway,map01230 +6860,BSU_22630,KEGG_pathway,map00260 +6861,BSU_22630,KEGG_pathway,map00400 +6862,BSU_22630,KEGG_pathway,map01100 +6863,BSU_22630,KEGG_pathway,map01110 +6864,BSU_22630,KEGG_pathway,map01130 +6865,BSU_22630,KEGG_pathway,map01230 +6872,BSU_22640,KEGG_pathway,map00260 +6873,BSU_22640,KEGG_pathway,map00400 +6874,BSU_22640,KEGG_pathway,map01100 +6875,BSU_22640,KEGG_pathway,map01110 +6876,BSU_22640,KEGG_pathway,map01130 +6877,BSU_22640,KEGG_pathway,map01230 +6885,BSU_22650,KEGG_pathway,map00260 +6886,BSU_22650,KEGG_pathway,map00400 +6887,BSU_22650,KEGG_pathway,map00790 +6888,BSU_22650,KEGG_pathway,map01100 +6889,BSU_22650,KEGG_pathway,map01110 +6890,BSU_22650,KEGG_pathway,map01130 +6891,BSU_22650,KEGG_pathway,map01230 +6897,BSU_22660,KEGG_pathway,map00400 +6898,BSU_22660,KEGG_pathway,map01100 +6899,BSU_22660,KEGG_pathway,map01110 +6900,BSU_22660,KEGG_pathway,map01130 +6901,BSU_22660,KEGG_pathway,map01230 +6907,BSU_22670,KEGG_pathway,map00400 +6908,BSU_22670,KEGG_pathway,map01100 +6909,BSU_22670,KEGG_pathway,map01110 +6910,BSU_22670,KEGG_pathway,map01130 +6911,BSU_22670,KEGG_pathway,map01230 +6920,BSU_22680,KEGG_pathway,map00400 +6921,BSU_22680,KEGG_pathway,map00405 +6922,BSU_22680,KEGG_pathway,map01100 +6923,BSU_22680,KEGG_pathway,map01110 +6924,BSU_22680,KEGG_pathway,map01130 +6925,BSU_22680,KEGG_pathway,map01230 +6926,BSU_22680,KEGG_pathway,map02024 +6927,BSU_22680,KEGG_pathway,map02025 +6934,BSU_22690,KEGG_pathway,map00240 +6935,BSU_22690,KEGG_pathway,map00400 +6936,BSU_22690,KEGG_pathway,map01100 +6937,BSU_22690,KEGG_pathway,map01110 +6938,BSU_22690,KEGG_pathway,map01130 +6939,BSU_22690,KEGG_pathway,map01230 +6945,BSU_22700,KEGG_pathway,map00400 +6946,BSU_22700,KEGG_pathway,map01100 +6947,BSU_22700,KEGG_pathway,map01110 +6948,BSU_22700,KEGG_pathway,map01130 +6949,BSU_22700,KEGG_pathway,map01230 +6955,BSU_22710,KEGG_pathway,map00400 +6956,BSU_22710,KEGG_pathway,map01100 +6957,BSU_22710,KEGG_pathway,map01110 +6958,BSU_22710,KEGG_pathway,map01130 +6959,BSU_22710,KEGG_pathway,map01230 +6962,BSU_22720,KEGG_pathway,map02020 +6963,BSU_22720,KEGG_pathway,map02030 +6971,BSU_22730,KEGG_pathway,map00230 +6972,BSU_22730,KEGG_pathway,map00240 +6973,BSU_22730,KEGG_pathway,map00983 +6974,BSU_22730,KEGG_pathway,map01100 +6975,BSU_22730,KEGG_pathway,map01110 +6976,BSU_22730,KEGG_pathway,map01130 +6977,BSU_22730,KEGG_pathway,map04016 +6980,BSU_22740,KEGG_pathway,map00900 +6981,BSU_22740,KEGG_pathway,map01110 +6985,BSU_22750,KEGG_pathway,map00130 +6986,BSU_22750,KEGG_pathway,map01100 +6987,BSU_22750,KEGG_pathway,map01110 +6990,BSU_22760,KEGG_pathway,map00900 +6991,BSU_22760,KEGG_pathway,map01110 +6992,BSU_22770,KEGG_pathway,- +6995,BSU_22780,KEGG_pathway,map00790 +6996,BSU_22780,KEGG_pathway,map01100 +6997,BSU_22790,KEGG_pathway,- +6998,BSU_22800,KEGG_pathway,- +6999,BSU_22810,KEGG_pathway,- +7000,BSU_22820,KEGG_pathway,- +7003,BSU_22830,KEGG_pathway,map00564 +7004,BSU_22830,KEGG_pathway,map01110 +7012,BSU_22840,KEGG_pathway,map00260 +7013,BSU_22840,KEGG_pathway,map00680 +7014,BSU_22840,KEGG_pathway,map01100 +7015,BSU_22840,KEGG_pathway,map01120 +7016,BSU_22840,KEGG_pathway,map01130 +7017,BSU_22840,KEGG_pathway,map01200 +7018,BSU_22840,KEGG_pathway,map01230 +7019,BSU_22849,KEGG_pathway,- +7020,BSU_22850,KEGG_pathway,- +7021,BSU_22860,KEGG_pathway,- +7026,BSU_22870,KEGG_pathway,map00900 +7027,BSU_22870,KEGG_pathway,map01100 +7028,BSU_22870,KEGG_pathway,map01110 +7029,BSU_22870,KEGG_pathway,map01130 +7035,BSU_22880,KEGG_pathway,map00900 +7036,BSU_22880,KEGG_pathway,map01100 +7037,BSU_22880,KEGG_pathway,map01110 +7038,BSU_22880,KEGG_pathway,map01130 +7039,BSU_22880,KEGG_pathway,map03010 +7051,BSU_22890,KEGG_pathway,map00240 +7052,BSU_22890,KEGG_pathway,map00400 +7053,BSU_22890,KEGG_pathway,map00410 +7054,BSU_22890,KEGG_pathway,map00740 +7055,BSU_22890,KEGG_pathway,map00770 +7056,BSU_22890,KEGG_pathway,map00900 +7057,BSU_22890,KEGG_pathway,map01100 +7058,BSU_22890,KEGG_pathway,map01110 +7059,BSU_22890,KEGG_pathway,map01130 +7060,BSU_22890,KEGG_pathway,map01230 +7061,BSU_22890,KEGG_pathway,map03010 +7062,BSU_22900,KEGG_pathway,- +7063,BSU_22910,KEGG_pathway,- +7068,BSU_22920,KEGG_pathway,map00860 +7069,BSU_22920,KEGG_pathway,map01100 +7070,BSU_22920,KEGG_pathway,map01110 +7071,BSU_22920,KEGG_pathway,map01120 +7072,BSU_22930,KEGG_pathway,- +7073,BSU_22940,KEGG_pathway,- +7075,BSU_22950,KEGG_pathway,map00450 +7085,BSU_22960,KEGG_pathway,map00220 +7086,BSU_22960,KEGG_pathway,map00250 +7087,BSU_22960,KEGG_pathway,map00430 +7088,BSU_22960,KEGG_pathway,map00471 +7089,BSU_22960,KEGG_pathway,map00910 +7090,BSU_22960,KEGG_pathway,map01100 +7091,BSU_22960,KEGG_pathway,map01200 +7092,BSU_22960,KEGG_pathway,map04217 +7093,BSU_22960,KEGG_pathway,map04964 +7094,BSU_22970,KEGG_pathway,- +7095,BSU_22980,KEGG_pathway,- +7096,BSU_22990,KEGG_pathway,- +7097,BSU_23000,KEGG_pathway,- +7098,BSU_23010,KEGG_pathway,- +7100,BSU_23020,KEGG_pathway,map03018 +7110,BSU_23030,KEGG_pathway,map00030 +7111,BSU_23030,KEGG_pathway,map00040 +7112,BSU_23030,KEGG_pathway,map00710 +7113,BSU_23030,KEGG_pathway,map01100 +7114,BSU_23030,KEGG_pathway,map01110 +7115,BSU_23030,KEGG_pathway,map01120 +7116,BSU_23030,KEGG_pathway,map01130 +7117,BSU_23030,KEGG_pathway,map01200 +7118,BSU_23030,KEGG_pathway,map01230 +7119,BSU_23040,KEGG_pathway,- +7120,BSU_23050,KEGG_pathway,- +7128,BSU_23070,KEGG_pathway,map00260 +7129,BSU_23070,KEGG_pathway,map00680 +7130,BSU_23070,KEGG_pathway,map01100 +7131,BSU_23070,KEGG_pathway,map01120 +7132,BSU_23070,KEGG_pathway,map01130 +7133,BSU_23070,KEGG_pathway,map01200 +7134,BSU_23070,KEGG_pathway,map01230 +7140,BSU_23080,KEGG_pathway,map00400 +7141,BSU_23080,KEGG_pathway,map01100 +7142,BSU_23080,KEGG_pathway,map01110 +7143,BSU_23080,KEGG_pathway,map01130 +7144,BSU_23080,KEGG_pathway,map01230 +7145,BSU_23090,KEGG_pathway,- +7146,BSU_23100,KEGG_pathway,- +7148,BSU_23110,KEGG_pathway,map02020 +7150,BSU_23120,KEGG_pathway,map02020 +7151,BSU_23130,KEGG_pathway,- +7152,BSU_23140,KEGG_pathway,- +7153,BSU_23150,KEGG_pathway,- +7154,BSU_23160,KEGG_pathway,- +7155,BSU_23170,KEGG_pathway,- +7156,BSU_23180,KEGG_pathway,- +7159,BSU_23190,KEGG_pathway,map00550 +7160,BSU_23190,KEGG_pathway,map01100 +7161,BSU_23200,KEGG_pathway,- +7162,BSU_23210,KEGG_pathway,- +7163,BSU_23220,KEGG_pathway,- +7164,BSU_23230,KEGG_pathway,- +7165,BSU_23240,KEGG_pathway,- +7169,BSU_23250,KEGG_pathway,map00740 +7170,BSU_23250,KEGG_pathway,map01100 +7171,BSU_23250,KEGG_pathway,map01110 +7176,BSU_23260,KEGG_pathway,map00740 +7177,BSU_23260,KEGG_pathway,map00790 +7178,BSU_23260,KEGG_pathway,map01100 +7179,BSU_23260,KEGG_pathway,map01110 +7183,BSU_23270,KEGG_pathway,map00740 +7184,BSU_23270,KEGG_pathway,map01100 +7185,BSU_23270,KEGG_pathway,map01110 +7190,BSU_23280,KEGG_pathway,map00740 +7191,BSU_23280,KEGG_pathway,map01100 +7192,BSU_23280,KEGG_pathway,map01110 +7193,BSU_23280,KEGG_pathway,map02024 +7194,BSU_23300,KEGG_pathway,- +7197,BSU_23310,KEGG_pathway,map02024 +7198,BSU_23310,KEGG_pathway,map03060 +7199,BSU_23328,KEGG_pathway,- +7201,BSU_23330,KEGG_pathway,map00550 +7204,BSU_23360,KEGG_pathway,map01503 +7205,BSU_23360,KEGG_pathway,map04217 +7206,BSU_23370,KEGG_pathway,- +7214,BSU_23380,KEGG_pathway,map00300 +7215,BSU_23380,KEGG_pathway,map00330 +7216,BSU_23380,KEGG_pathway,map01100 +7217,BSU_23380,KEGG_pathway,map01110 +7218,BSU_23380,KEGG_pathway,map01120 +7219,BSU_23380,KEGG_pathway,map01130 +7220,BSU_23380,KEGG_pathway,map01230 +7221,BSU_23390,KEGG_pathway,- +7222,BSU_23401,KEGG_pathway,- +7223,BSU_23402,KEGG_pathway,- +7224,BSU_23410,KEGG_pathway,- +7225,BSU_23420,KEGG_pathway,- +7226,BSU_23430,KEGG_pathway,- +7227,BSU_23440,KEGG_pathway,- +7228,BSU_23450,KEGG_pathway,- +7229,BSU_23460,KEGG_pathway,- +7230,BSU_23470,KEGG_pathway,- +7233,BSU_23480,KEGG_pathway,map00550 +7234,BSU_23480,KEGG_pathway,map01100 +7241,BSU_23490,KEGG_pathway,map00230 +7242,BSU_23490,KEGG_pathway,map00240 +7243,BSU_23490,KEGG_pathway,map00270 +7244,BSU_23490,KEGG_pathway,map00760 +7245,BSU_23490,KEGG_pathway,map01100 +7246,BSU_23490,KEGG_pathway,map01110 +7249,BSU_23500,KEGG_pathway,map00030 +7250,BSU_23500,KEGG_pathway,map00230 +7251,BSU_23510,KEGG_pathway,- +7252,BSU_23519,KEGG_pathway,- +7253,BSU_23520,KEGG_pathway,- +7254,BSU_23530,KEGG_pathway,- +7255,BSU_23540,KEGG_pathway,- +7259,BSU_23550,KEGG_pathway,map00620 +7260,BSU_23550,KEGG_pathway,map01200 +7261,BSU_23550,KEGG_pathway,map02020 +7262,BSU_23560,KEGG_pathway,- +7275,BSU_23570,KEGG_pathway,map00020 +7276,BSU_23570,KEGG_pathway,map00250 +7277,BSU_23570,KEGG_pathway,map00620 +7278,BSU_23570,KEGG_pathway,map00720 +7279,BSU_23570,KEGG_pathway,map01100 +7280,BSU_23570,KEGG_pathway,map01110 +7281,BSU_23570,KEGG_pathway,map01120 +7282,BSU_23570,KEGG_pathway,map01130 +7283,BSU_23570,KEGG_pathway,map01200 +7284,BSU_23570,KEGG_pathway,map04934 +7285,BSU_23570,KEGG_pathway,map05200 +7286,BSU_23570,KEGG_pathway,map05211 +7291,BSU_23580,KEGG_pathway,map00250 +7292,BSU_23580,KEGG_pathway,map00460 +7293,BSU_23580,KEGG_pathway,map01100 +7294,BSU_23580,KEGG_pathway,map01110 +7295,BSU_23590,KEGG_pathway,- +7298,BSU_23600,KEGG_pathway,map03420 +7299,BSU_23600,KEGG_pathway,map03430 +7301,BSU_23610,KEGG_pathway,map00230 +7302,BSU_23620,KEGG_pathway,- +7303,BSU_23630,KEGG_pathway,- +7304,BSU_23640,KEGG_pathway,- +7305,BSU_23650,KEGG_pathway,- +7306,BSU_23660,KEGG_pathway,- +7307,BSU_23670,KEGG_pathway,- +7317,BSU_23680,KEGG_pathway,map00480 +7318,BSU_23680,KEGG_pathway,map00980 +7319,BSU_23680,KEGG_pathway,map00982 +7320,BSU_23680,KEGG_pathway,map00983 +7321,BSU_23680,KEGG_pathway,map01524 +7322,BSU_23680,KEGG_pathway,map05200 +7323,BSU_23680,KEGG_pathway,map05204 +7324,BSU_23680,KEGG_pathway,map05225 +7325,BSU_23680,KEGG_pathway,map05418 +7326,BSU_23690,KEGG_pathway,- +7327,BSU_23700,KEGG_pathway,- +7328,BSU_23710,KEGG_pathway,- +7329,BSU_23730,KEGG_pathway,- +7331,BSU_23750,KEGG_pathway,map03030 +7334,BSU_23760,KEGG_pathway,map00770 +7335,BSU_23760,KEGG_pathway,map01100 +7337,BSU_23770,KEGG_pathway,map00260 +7338,BSU_23780,KEGG_pathway,- +7339,BSU_23790,KEGG_pathway,- +7345,BSU_23800,KEGG_pathway,map00330 +7346,BSU_23800,KEGG_pathway,map01100 +7347,BSU_23800,KEGG_pathway,map01110 +7348,BSU_23800,KEGG_pathway,map01130 +7349,BSU_23800,KEGG_pathway,map01230 +7350,BSU_23810,KEGG_pathway,- +7351,BSU_23820,KEGG_pathway,- +7352,BSU_23830,KEGG_pathway,- +7354,BSU_23836,KEGG_pathway,map03010 +7356,BSU_23840,KEGG_pathway,map03013 +7365,BSU_23850,KEGG_pathway,map00030 +7366,BSU_23850,KEGG_pathway,map00480 +7367,BSU_23850,KEGG_pathway,map01100 +7368,BSU_23850,KEGG_pathway,map01110 +7369,BSU_23850,KEGG_pathway,map01120 +7370,BSU_23850,KEGG_pathway,map01130 +7371,BSU_23850,KEGG_pathway,map01200 +7372,BSU_23850,KEGG_pathway,map05230 +7380,BSU_23860,KEGG_pathway,map00030 +7381,BSU_23860,KEGG_pathway,map00480 +7382,BSU_23860,KEGG_pathway,map01100 +7383,BSU_23860,KEGG_pathway,map01110 +7384,BSU_23860,KEGG_pathway,map01120 +7385,BSU_23860,KEGG_pathway,map01130 +7386,BSU_23860,KEGG_pathway,map01200 +7387,BSU_23870,KEGG_pathway,- +7388,BSU_23880,KEGG_pathway,- +7392,BSU_23890,KEGG_pathway,map02024 +7393,BSU_23890,KEGG_pathway,map03060 +7394,BSU_23890,KEGG_pathway,map03070 +7395,BSU_23900,KEGG_pathway,- +7396,BSU_23910,KEGG_pathway,- +7404,BSU_23920,KEGG_pathway,map00280 +7405,BSU_23920,KEGG_pathway,map00630 +7406,BSU_23920,KEGG_pathway,map00640 +7407,BSU_23920,KEGG_pathway,map01100 +7408,BSU_23920,KEGG_pathway,map01120 +7409,BSU_23920,KEGG_pathway,map01130 +7410,BSU_23920,KEGG_pathway,map01200 +7419,BSU_23930,KEGG_pathway,map00280 +7420,BSU_23930,KEGG_pathway,map00620 +7421,BSU_23930,KEGG_pathway,map00630 +7422,BSU_23930,KEGG_pathway,map00640 +7423,BSU_23930,KEGG_pathway,map00720 +7424,BSU_23930,KEGG_pathway,map01100 +7425,BSU_23930,KEGG_pathway,map01120 +7426,BSU_23930,KEGG_pathway,map01200 +7427,BSU_23940,KEGG_pathway,- +7428,BSU_23950,KEGG_pathway,- +7429,BSU_23960,KEGG_pathway,- +7430,BSU_23970,KEGG_pathway,- +7431,BSU_23980,KEGG_pathway,- +7432,BSU_23990,KEGG_pathway,- +7437,BSU_24000,KEGG_pathway,map00561 +7438,BSU_24000,KEGG_pathway,map00564 +7439,BSU_24000,KEGG_pathway,map01100 +7440,BSU_24000,KEGG_pathway,map01110 +7441,BSU_24010,KEGG_pathway,- +7442,BSU_24020,KEGG_pathway,- +7454,BSU_24030,KEGG_pathway,map00010 +7455,BSU_24030,KEGG_pathway,map00020 +7456,BSU_24030,KEGG_pathway,map00280 +7457,BSU_24030,KEGG_pathway,map00310 +7458,BSU_24030,KEGG_pathway,map00620 +7459,BSU_24030,KEGG_pathway,map00640 +7460,BSU_24030,KEGG_pathway,map01100 +7461,BSU_24030,KEGG_pathway,map01110 +7462,BSU_24030,KEGG_pathway,map01120 +7463,BSU_24030,KEGG_pathway,map01130 +7464,BSU_24030,KEGG_pathway,map01200 +7478,BSU_24040,KEGG_pathway,map00010 +7479,BSU_24040,KEGG_pathway,map00020 +7480,BSU_24040,KEGG_pathway,map00280 +7481,BSU_24040,KEGG_pathway,map00620 +7482,BSU_24040,KEGG_pathway,map00640 +7483,BSU_24040,KEGG_pathway,map01100 +7484,BSU_24040,KEGG_pathway,map01110 +7485,BSU_24040,KEGG_pathway,map01120 +7486,BSU_24040,KEGG_pathway,map01130 +7487,BSU_24040,KEGG_pathway,map01200 +7488,BSU_24040,KEGG_pathway,map04066 +7489,BSU_24040,KEGG_pathway,map04922 +7490,BSU_24040,KEGG_pathway,map05230 +7496,BSU_24050,KEGG_pathway,map00280 +7497,BSU_24050,KEGG_pathway,map00640 +7498,BSU_24050,KEGG_pathway,map01100 +7499,BSU_24050,KEGG_pathway,map01110 +7500,BSU_24050,KEGG_pathway,map01130 +7513,BSU_24060,KEGG_pathway,map00010 +7514,BSU_24060,KEGG_pathway,map00020 +7515,BSU_24060,KEGG_pathway,map00260 +7516,BSU_24060,KEGG_pathway,map00280 +7517,BSU_24060,KEGG_pathway,map00620 +7518,BSU_24060,KEGG_pathway,map00630 +7519,BSU_24060,KEGG_pathway,map00640 +7520,BSU_24060,KEGG_pathway,map01100 +7521,BSU_24060,KEGG_pathway,map01110 +7522,BSU_24060,KEGG_pathway,map01120 +7523,BSU_24060,KEGG_pathway,map01130 +7524,BSU_24060,KEGG_pathway,map01200 +7527,BSU_24070,KEGG_pathway,map00650 +7528,BSU_24070,KEGG_pathway,map01100 +7534,BSU_24080,KEGG_pathway,map00280 +7535,BSU_24080,KEGG_pathway,map00290 +7536,BSU_24080,KEGG_pathway,map01100 +7537,BSU_24080,KEGG_pathway,map01110 +7538,BSU_24080,KEGG_pathway,map01130 +7548,BSU_24090,KEGG_pathway,map00430 +7549,BSU_24090,KEGG_pathway,map00620 +7550,BSU_24090,KEGG_pathway,map00640 +7551,BSU_24090,KEGG_pathway,map00650 +7552,BSU_24090,KEGG_pathway,map00680 +7553,BSU_24090,KEGG_pathway,map00720 +7554,BSU_24090,KEGG_pathway,map01100 +7555,BSU_24090,KEGG_pathway,map01120 +7556,BSU_24090,KEGG_pathway,map01200 +7559,BSU_24100,KEGG_pathway,map02020 +7560,BSU_24100,KEGG_pathway,map02030 +7561,BSU_24110,KEGG_pathway,- +7567,BSU_24120,KEGG_pathway,map00440 +7568,BSU_24120,KEGG_pathway,map00640 +7569,BSU_24120,KEGG_pathway,map01100 +7570,BSU_24120,KEGG_pathway,map01120 +7571,BSU_24120,KEGG_pathway,map01130 +7573,BSU_24130,KEGG_pathway,map00640 +7584,BSU_24140,KEGG_pathway,map00020 +7585,BSU_24140,KEGG_pathway,map00630 +7586,BSU_24140,KEGG_pathway,map00640 +7587,BSU_24140,KEGG_pathway,map01100 +7588,BSU_24140,KEGG_pathway,map01110 +7589,BSU_24140,KEGG_pathway,map01120 +7590,BSU_24140,KEGG_pathway,map01130 +7591,BSU_24140,KEGG_pathway,map01200 +7592,BSU_24140,KEGG_pathway,map01210 +7593,BSU_24140,KEGG_pathway,map01230 +7594,BSU_24150,KEGG_pathway,- +7600,BSU_24160,KEGG_pathway,map00360 +7601,BSU_24160,KEGG_pathway,map00362 +7602,BSU_24160,KEGG_pathway,map00650 +7603,BSU_24160,KEGG_pathway,map01100 +7604,BSU_24160,KEGG_pathway,map01120 +7624,BSU_24170,KEGG_pathway,map00071 +7625,BSU_24170,KEGG_pathway,map00072 +7626,BSU_24170,KEGG_pathway,map00280 +7627,BSU_24170,KEGG_pathway,map00310 +7628,BSU_24170,KEGG_pathway,map00362 +7629,BSU_24170,KEGG_pathway,map00380 +7630,BSU_24170,KEGG_pathway,map00620 +7631,BSU_24170,KEGG_pathway,map00630 +7632,BSU_24170,KEGG_pathway,map00640 +7633,BSU_24170,KEGG_pathway,map00650 +7634,BSU_24170,KEGG_pathway,map00720 +7635,BSU_24170,KEGG_pathway,map00900 +7636,BSU_24170,KEGG_pathway,map01100 +7637,BSU_24170,KEGG_pathway,map01110 +7638,BSU_24170,KEGG_pathway,map01120 +7639,BSU_24170,KEGG_pathway,map01130 +7640,BSU_24170,KEGG_pathway,map01200 +7641,BSU_24170,KEGG_pathway,map01212 +7642,BSU_24170,KEGG_pathway,map02020 +7644,BSU_24180,KEGG_pathway,map00564 +7646,BSU_24190,KEGG_pathway,map01503 +7647,BSU_24200,KEGG_pathway,- +7648,BSU_24210,KEGG_pathway,- +7651,BSU_24220,KEGG_pathway,map02020 +7652,BSU_24220,KEGG_pathway,map02024 +7655,BSU_24230,KEGG_pathway,map02024 +7656,BSU_24230,KEGG_pathway,map04112 +7658,BSU_24240,KEGG_pathway,map04112 +7659,BSU_24250,KEGG_pathway,- +7660,BSU_24260,KEGG_pathway,- +7666,BSU_24270,KEGG_pathway,map00730 +7667,BSU_24270,KEGG_pathway,map00900 +7668,BSU_24270,KEGG_pathway,map01100 +7669,BSU_24270,KEGG_pathway,map01110 +7670,BSU_24270,KEGG_pathway,map01130 +7675,BSU_24280,KEGG_pathway,map00900 +7676,BSU_24280,KEGG_pathway,map01100 +7677,BSU_24280,KEGG_pathway,map01110 +7678,BSU_24280,KEGG_pathway,map01130 +7680,BSU_24290,KEGG_pathway,map03430 +7682,BSU_24300,KEGG_pathway,map03430 +7688,BSU_24310,KEGG_pathway,map00670 +7689,BSU_24310,KEGG_pathway,map00720 +7690,BSU_24310,KEGG_pathway,map01100 +7691,BSU_24310,KEGG_pathway,map01120 +7692,BSU_24310,KEGG_pathway,map01200 +7693,BSU_24320,KEGG_pathway,- +7694,BSU_24330,KEGG_pathway,- +7705,BSU_24340,KEGG_pathway,map00061 +7706,BSU_24340,KEGG_pathway,map00620 +7707,BSU_24340,KEGG_pathway,map00640 +7708,BSU_24340,KEGG_pathway,map00720 +7709,BSU_24340,KEGG_pathway,map01100 +7710,BSU_24340,KEGG_pathway,map01110 +7711,BSU_24340,KEGG_pathway,map01120 +7712,BSU_24340,KEGG_pathway,map01130 +7713,BSU_24340,KEGG_pathway,map01200 +7714,BSU_24340,KEGG_pathway,map01212 +7727,BSU_24350,KEGG_pathway,map00010 +7728,BSU_24350,KEGG_pathway,map00020 +7729,BSU_24350,KEGG_pathway,map00061 +7730,BSU_24350,KEGG_pathway,map00620 +7731,BSU_24350,KEGG_pathway,map00640 +7732,BSU_24350,KEGG_pathway,map00720 +7733,BSU_24350,KEGG_pathway,map01100 +7734,BSU_24350,KEGG_pathway,map01110 +7735,BSU_24350,KEGG_pathway,map01120 +7736,BSU_24350,KEGG_pathway,map01130 +7737,BSU_24350,KEGG_pathway,map01200 +7738,BSU_24350,KEGG_pathway,map01212 +7739,BSU_24360,KEGG_pathway,- +7740,BSU_24370,KEGG_pathway,- +7741,BSU_24380,KEGG_pathway,- +7742,BSU_24390,KEGG_pathway,- +7743,BSU_24400,KEGG_pathway,- +7744,BSU_24410,KEGG_pathway,- +7745,BSU_24420,KEGG_pathway,- +7746,BSU_24430,KEGG_pathway,- +7747,BSU_24440,KEGG_pathway,- +7748,BSU_24450,KEGG_pathway,- +7749,BSU_24460,KEGG_pathway,- +7756,BSU_24470,KEGG_pathway,map00400 +7757,BSU_24470,KEGG_pathway,map01051 +7758,BSU_24470,KEGG_pathway,map01100 +7759,BSU_24470,KEGG_pathway,map01110 +7760,BSU_24470,KEGG_pathway,map01130 +7761,BSU_24470,KEGG_pathway,map01230 +7762,BSU_24480,KEGG_pathway,- +7763,BSU_24490,KEGG_pathway,- +7764,BSU_24500,KEGG_pathway,- +7765,BSU_24510,KEGG_pathway,- +7767,BSU_24520,KEGG_pathway,map02010 +7770,BSU_24530,KEGG_pathway,map00785 +7771,BSU_24530,KEGG_pathway,map01100 +7772,BSU_24540,KEGG_pathway,- +7779,BSU_24550,KEGG_pathway,map00260 +7780,BSU_24550,KEGG_pathway,map00630 +7781,BSU_24550,KEGG_pathway,map01100 +7782,BSU_24550,KEGG_pathway,map01110 +7783,BSU_24550,KEGG_pathway,map01130 +7784,BSU_24550,KEGG_pathway,map01200 +7791,BSU_24560,KEGG_pathway,map00260 +7792,BSU_24560,KEGG_pathway,map00630 +7793,BSU_24560,KEGG_pathway,map01100 +7794,BSU_24560,KEGG_pathway,map01110 +7795,BSU_24560,KEGG_pathway,map01130 +7796,BSU_24560,KEGG_pathway,map01200 +7804,BSU_24570,KEGG_pathway,map00260 +7805,BSU_24570,KEGG_pathway,map00630 +7806,BSU_24570,KEGG_pathway,map00670 +7807,BSU_24570,KEGG_pathway,map01100 +7808,BSU_24570,KEGG_pathway,map01110 +7809,BSU_24570,KEGG_pathway,map01130 +7810,BSU_24570,KEGG_pathway,map01200 +7811,BSU_24580,KEGG_pathway,- +7812,BSU_24590,KEGG_pathway,- +7813,BSU_24600,KEGG_pathway,- +7814,BSU_24610,KEGG_pathway,- +7815,BSU_24620,KEGG_pathway,- +7817,BSU_24630,KEGG_pathway,map03060 +7818,BSU_24640,KEGG_pathway,- +7819,BSU_24650,KEGG_pathway,- +7820,BSU_24660,KEGG_pathway,- +7821,BSU_24670,KEGG_pathway,- +7822,BSU_24680,KEGG_pathway,- +7823,BSU_24690,KEGG_pathway,- +7826,BSU_24700,KEGG_pathway,map03070 +7827,BSU_24700,KEGG_pathway,map05111 +7830,BSU_24710,KEGG_pathway,map03070 +7831,BSU_24710,KEGG_pathway,map05111 +7832,BSU_24720,KEGG_pathway,- +7833,BSU_24730,KEGG_pathway,- +7834,BSU_24740,KEGG_pathway,- +7835,BSU_24750,KEGG_pathway,- +7836,BSU_24760,KEGG_pathway,- +7837,BSU_24770,KEGG_pathway,- +7838,BSU_24780,KEGG_pathway,- +7840,BSU_24790,KEGG_pathway,map00620 +7841,BSU_24800,KEGG_pathway,- +7842,BSU_24810,KEGG_pathway,- +7843,BSU_24820,KEGG_pathway,- +7844,BSU_24830,KEGG_pathway,- +7847,BSU_24840,KEGG_pathway,map00561 +7848,BSU_24840,KEGG_pathway,map01100 +7860,BSU_24850,KEGG_pathway,map00010 +7861,BSU_24850,KEGG_pathway,map00052 +7862,BSU_24850,KEGG_pathway,map00500 +7863,BSU_24850,KEGG_pathway,map00520 +7864,BSU_24850,KEGG_pathway,map00521 +7865,BSU_24850,KEGG_pathway,map00524 +7866,BSU_24850,KEGG_pathway,map01100 +7867,BSU_24850,KEGG_pathway,map01110 +7868,BSU_24850,KEGG_pathway,map01120 +7869,BSU_24850,KEGG_pathway,map01130 +7870,BSU_24850,KEGG_pathway,map01200 +7871,BSU_24860,KEGG_pathway,- +7872,BSU_24870,KEGG_pathway,- +7873,BSU_24880,KEGG_pathway,- +7876,BSU_24890,KEGG_pathway,map00670 +7877,BSU_24890,KEGG_pathway,map01100 +7879,BSU_24900,KEGG_pathway,map03010 +7883,BSU_24910,KEGG_pathway,map00500 +7884,BSU_24910,KEGG_pathway,map01100 +7885,BSU_24910,KEGG_pathway,map01110 +7886,BSU_24930,KEGG_pathway,- +7887,BSU_24940,KEGG_pathway,- +7889,BSU_24950,KEGG_pathway,map02010 +7891,BSU_24960,KEGG_pathway,map02010 +7893,BSU_24970,KEGG_pathway,map02010 +7895,BSU_24980,KEGG_pathway,map02010 +7899,BSU_24990,KEGG_pathway,map02010 +7900,BSU_24990,KEGG_pathway,map02020 +7901,BSU_24990,KEGG_pathway,map05152 +7904,BSU_25000,KEGG_pathway,map00550 +7905,BSU_25000,KEGG_pathway,map01501 +7906,BSU_25010,KEGG_pathway,- +7914,BSU_25020,KEGG_pathway,map04013 +7915,BSU_25020,KEGG_pathway,map04068 +7916,BSU_25020,KEGG_pathway,map04146 +7917,BSU_25020,KEGG_pathway,map04211 +7918,BSU_25020,KEGG_pathway,map04212 +7919,BSU_25020,KEGG_pathway,map04213 +7920,BSU_25020,KEGG_pathway,map05016 +7921,BSU_25030,KEGG_pathway,- +7922,BSU_25040,KEGG_pathway,- +7923,BSU_25050,KEGG_pathway,- +7924,BSU_25060,KEGG_pathway,- +7929,BSU_25070,KEGG_pathway,map00900 +7930,BSU_25070,KEGG_pathway,map01100 +7931,BSU_25070,KEGG_pathway,map01110 +7932,BSU_25070,KEGG_pathway,map01130 +7933,BSU_25080,KEGG_pathway,- +7934,BSU_25090,KEGG_pathway,- +7935,BSU_25100,KEGG_pathway,- +7936,BSU_25110,KEGG_pathway,- +7937,BSU_25120,KEGG_pathway,- +7939,BSU_25130,KEGG_pathway,map03410 +7941,BSU_25140,KEGG_pathway,map03018 +7942,BSU_25150,KEGG_pathway,- +7949,BSU_25160,KEGG_pathway,map00240 +7950,BSU_25160,KEGG_pathway,map00900 +7951,BSU_25160,KEGG_pathway,map01100 +7952,BSU_25160,KEGG_pathway,map01110 +7953,BSU_25160,KEGG_pathway,map01130 +7954,BSU_25160,KEGG_pathway,map03010 +7957,BSU_25170,KEGG_pathway,map00790 +7958,BSU_25170,KEGG_pathway,map01100 +7959,BSU_25180,KEGG_pathway,- +7960,BSU_25190,KEGG_pathway,- +7963,BSU_25200,KEGG_pathway,map02026 +7964,BSU_25200,KEGG_pathway,map05111 +7966,BSU_25210,KEGG_pathway,map03030 +7967,BSU_25230,KEGG_pathway,- +7968,BSU_25240,KEGG_pathway,- +7969,BSU_25250,KEGG_pathway,- +7971,BSU_25260,KEGG_pathway,map00970 +7973,BSU_25270,KEGG_pathway,map00970 +7975,BSU_25280,KEGG_pathway,map03440 +7976,BSU_25289,KEGG_pathway,- +7977,BSU_25290,KEGG_pathway,- +7981,BSU_25300,KEGG_pathway,map00240 +7982,BSU_25300,KEGG_pathway,map00983 +7983,BSU_25300,KEGG_pathway,map01100 +7992,BSU_25310,KEGG_pathway,map00550 +7993,BSU_25310,KEGG_pathway,map00561 +7994,BSU_25310,KEGG_pathway,map00564 +7995,BSU_25310,KEGG_pathway,map01100 +7996,BSU_25310,KEGG_pathway,map01110 +7997,BSU_25310,KEGG_pathway,map04070 +7998,BSU_25310,KEGG_pathway,map04072 +7999,BSU_25310,KEGG_pathway,map05231 +8004,BSU_25320,KEGG_pathway,map00240 +8005,BSU_25320,KEGG_pathway,map00750 +8006,BSU_25320,KEGG_pathway,map00983 +8007,BSU_25320,KEGG_pathway,map01100 +8008,BSU_25330,KEGG_pathway,- +8009,BSU_25340,KEGG_pathway,- +8013,BSU_25350,KEGG_pathway,map00740 +8014,BSU_25350,KEGG_pathway,map01100 +8015,BSU_25350,KEGG_pathway,map01110 +8016,BSU_25360,KEGG_pathway,- +8017,BSU_25370,KEGG_pathway,- +8018,BSU_25380,KEGG_pathway,- +8019,BSU_25390,KEGG_pathway,- +8020,BSU_25400,KEGG_pathway,- +8022,BSU_25410,KEGG_pathway,map03010 +8023,BSU_25420,KEGG_pathway,- +8024,BSU_25430,KEGG_pathway,- +8025,BSU_25440,KEGG_pathway,- +8026,BSU_25450,KEGG_pathway,- +8027,BSU_25460,KEGG_pathway,- +8031,BSU_25470,KEGG_pathway,map03018 +8032,BSU_25470,KEGG_pathway,map04212 +8033,BSU_25470,KEGG_pathway,map05152 +8034,BSU_25480,KEGG_pathway,- +8035,BSU_25490,KEGG_pathway,- +8036,BSU_25500,KEGG_pathway,- +8038,BSU_25510,KEGG_pathway,map05134 +8039,BSU_25520,KEGG_pathway,- +8040,BSU_25530,KEGG_pathway,- +8041,BSU_25540,KEGG_pathway,- +8043,BSU_25550,KEGG_pathway,map03010 +8050,BSU_25560,KEGG_pathway,map00230 +8051,BSU_25560,KEGG_pathway,map00240 +8052,BSU_25560,KEGG_pathway,map01100 +8053,BSU_25560,KEGG_pathway,map03030 +8054,BSU_25560,KEGG_pathway,map03430 +8055,BSU_25560,KEGG_pathway,map03440 +8056,BSU_25569,KEGG_pathway,- +8057,BSU_25570,KEGG_pathway,- +8060,BSU_25580,KEGG_pathway,map00240 +8061,BSU_25580,KEGG_pathway,map01100 +8063,BSU_25590,KEGG_pathway,map02026 +8064,BSU_25600,KEGG_pathway,- +8065,BSU_25610,KEGG_pathway,- +8066,BSU_25620,KEGG_pathway,- +8070,BSU_25630,KEGG_pathway,map00760 +8071,BSU_25630,KEGG_pathway,map00790 +8072,BSU_25630,KEGG_pathway,map01100 +8075,BSU_25640,KEGG_pathway,map00760 +8076,BSU_25640,KEGG_pathway,map01100 +8077,BSU_25650,KEGG_pathway,- +8083,BSU_25660,KEGG_pathway,map00400 +8084,BSU_25660,KEGG_pathway,map01100 +8085,BSU_25660,KEGG_pathway,map01110 +8086,BSU_25660,KEGG_pathway,map01130 +8087,BSU_25660,KEGG_pathway,map01230 +8088,BSU_25670,KEGG_pathway,- +8089,BSU_25680,KEGG_pathway,- +8090,BSU_25690,KEGG_pathway,- +8091,BSU_25700,KEGG_pathway,- +8092,BSU_25710,KEGG_pathway,- +8093,BSU_25720,KEGG_pathway,- +8101,BSU_25730,KEGG_pathway,map00030 +8102,BSU_25730,KEGG_pathway,map00480 +8103,BSU_25730,KEGG_pathway,map01100 +8104,BSU_25730,KEGG_pathway,map01110 +8105,BSU_25730,KEGG_pathway,map01120 +8106,BSU_25730,KEGG_pathway,map01130 +8107,BSU_25730,KEGG_pathway,map01200 +8108,BSU_25740,KEGG_pathway,- +8109,BSU_25750,KEGG_pathway,- +8110,BSU_25760,KEGG_pathway,- +8111,BSU_25770,KEGG_pathway,- +8112,BSU_25780,KEGG_pathway,- +8113,BSU_25790,KEGG_pathway,- +8115,BSU_25800,KEGG_pathway,map00620 +8116,BSU_25810,KEGG_pathway,- +8117,BSU_25820,KEGG_pathway,- +8118,BSU_25830,KEGG_pathway,- +8119,BSU_25860,KEGG_pathway,- +8120,BSU_25870,KEGG_pathway,- +8121,BSU_25880,KEGG_pathway,- +8122,BSU_25900,KEGG_pathway,- +8123,BSU_25910,KEGG_pathway,- +8124,BSU_25920,KEGG_pathway,- +8125,BSU_25930,KEGG_pathway,- +8126,BSU_25940,KEGG_pathway,- +8127,BSU_25950,KEGG_pathway,- +8128,BSU_25960,KEGG_pathway,- +8129,BSU_25970,KEGG_pathway,- +8130,BSU_25980,KEGG_pathway,- +8131,BSU_25990,KEGG_pathway,- +8132,BSU_26000,KEGG_pathway,- +8134,BSU_26010,KEGG_pathway,map00511 +8135,BSU_26020,KEGG_pathway,- +8136,BSU_26030,KEGG_pathway,- +8137,BSU_26039,KEGG_pathway,- +8138,BSU_26040,KEGG_pathway,- +8139,BSU_26060,KEGG_pathway,- +8140,BSU_26075,KEGG_pathway,- +8141,BSU_26089,KEGG_pathway,- +8142,BSU_26090,KEGG_pathway,- +8143,BSU_26100,KEGG_pathway,- +8144,BSU_26110,KEGG_pathway,- +8145,BSU_26120,KEGG_pathway,- +8146,BSU_26130,KEGG_pathway,- +8147,BSU_26140,KEGG_pathway,- +8150,BSU_26150,KEGG_pathway,map03430 +8151,BSU_26150,KEGG_pathway,map05133 +8152,BSU_26160,KEGG_pathway,- +8153,BSU_26170,KEGG_pathway,- +8154,BSU_26180,KEGG_pathway,- +8155,BSU_26190,KEGG_pathway,- +8156,BSU_26200,KEGG_pathway,- +8157,BSU_26220,KEGG_pathway,- +8158,BSU_26230,KEGG_pathway,- +8159,BSU_26240,KEGG_pathway,- +8160,BSU_26250,KEGG_pathway,- +8161,BSU_26260,KEGG_pathway,- +8162,BSU_26270,KEGG_pathway,- +8163,BSU_26280,KEGG_pathway,- +8164,BSU_26290,KEGG_pathway,- +8165,BSU_26320,KEGG_pathway,- +8166,BSU_26340,KEGG_pathway,- +8167,BSU_26350,KEGG_pathway,- +8173,BSU_26370,KEGG_pathway,map00230 +8174,BSU_26370,KEGG_pathway,map00730 +8175,BSU_26370,KEGG_pathway,map01100 +8176,BSU_26370,KEGG_pathway,map01110 +8177,BSU_26370,KEGG_pathway,map01130 +8178,BSU_26380,KEGG_pathway,- +8179,BSU_26390,KEGG_pathway,- +8180,BSU_26410,KEGG_pathway,- +8183,BSU_26420,KEGG_pathway,map02020 +8184,BSU_26420,KEGG_pathway,map02025 +8185,BSU_26430,KEGG_pathway,- +8186,BSU_26440,KEGG_pathway,- +8187,BSU_26450,KEGG_pathway,- +8188,BSU_26470,KEGG_pathway,- +8189,BSU_26480,KEGG_pathway,- +8190,BSU_26490,KEGG_pathway,- +8191,BSU_26500,KEGG_pathway,- +8192,BSU_26510,KEGG_pathway,- +8193,BSU_26530,KEGG_pathway,- +8194,BSU_26540,KEGG_pathway,- +8195,BSU_26550,KEGG_pathway,- +8196,BSU_26558,KEGG_pathway,- +8197,BSU_26560,KEGG_pathway,- +8198,BSU_26580,KEGG_pathway,- +8199,BSU_26590,KEGG_pathway,- +8203,BSU_26600,KEGG_pathway,map00330 +8204,BSU_26600,KEGG_pathway,map01100 +8205,BSU_26600,KEGG_pathway,map04216 +8206,BSU_26610,KEGG_pathway,- +8207,BSU_26619,KEGG_pathway,- +8208,BSU_26620,KEGG_pathway,- +8209,BSU_26630,KEGG_pathway,- +8210,BSU_26640,KEGG_pathway,- +8211,BSU_26650,KEGG_pathway,- +8212,BSU_26660,KEGG_pathway,- +8213,BSU_26670,KEGG_pathway,- +8214,BSU_26690,KEGG_pathway,- +8215,BSU_26700,KEGG_pathway,- +8216,BSU_26710,KEGG_pathway,- +8217,BSU_26720,KEGG_pathway,- +8218,BSU_26730,KEGG_pathway,- +8221,BSU_26740,KEGG_pathway,map00780 +8222,BSU_26740,KEGG_pathway,map01100 +8225,BSU_26760,KEGG_pathway,map00760 +8226,BSU_26760,KEGG_pathway,map01100 +8227,BSU_26770,KEGG_pathway,- +8228,BSU_26780,KEGG_pathway,- +8229,BSU_26790,KEGG_pathway,- +8234,BSU_26800,KEGG_pathway,map00061 +8235,BSU_26800,KEGG_pathway,map00910 +8236,BSU_26800,KEGG_pathway,map01100 +8237,BSU_26800,KEGG_pathway,map01212 +8240,BSU_26810,KEGG_pathway,map00471 +8241,BSU_26810,KEGG_pathway,map01100 +8242,BSU_26820,KEGG_pathway,- +8244,BSU_26830,KEGG_pathway,map02010 +8245,BSU_26840,KEGG_pathway,- +8248,BSU_26850,KEGG_pathway,map00523 +8249,BSU_26850,KEGG_pathway,map01130 +8251,BSU_26860,KEGG_pathway,map02020 +8252,BSU_26870,KEGG_pathway,- +8253,BSU_26880,KEGG_pathway,- +8256,BSU_26890,KEGG_pathway,map00520 +8257,BSU_26890,KEGG_pathway,map01100 +8258,BSU_26900,KEGG_pathway,- +8259,BSU_26910,KEGG_pathway,- +8260,BSU_26920,KEGG_pathway,- +8261,BSU_26930,KEGG_pathway,- +8262,BSU_26940,KEGG_pathway,- +8263,BSU_26950,KEGG_pathway,- +8264,BSU_26960,KEGG_pathway,- +8283,BSU_26970,KEGG_pathway,map00010 +8284,BSU_26970,KEGG_pathway,map00040 +8285,BSU_26970,KEGG_pathway,map00051 +8286,BSU_26970,KEGG_pathway,map00071 +8287,BSU_26970,KEGG_pathway,map00350 +8288,BSU_26970,KEGG_pathway,map00625 +8289,BSU_26970,KEGG_pathway,map00626 +8290,BSU_26970,KEGG_pathway,map00680 +8291,BSU_26970,KEGG_pathway,map00830 +8292,BSU_26970,KEGG_pathway,map00980 +8293,BSU_26970,KEGG_pathway,map00982 +8294,BSU_26970,KEGG_pathway,map01100 +8295,BSU_26970,KEGG_pathway,map01110 +8296,BSU_26970,KEGG_pathway,map01120 +8297,BSU_26970,KEGG_pathway,map01130 +8298,BSU_26970,KEGG_pathway,map01200 +8299,BSU_26970,KEGG_pathway,map01220 +8300,BSU_26970,KEGG_pathway,map05204 +8301,BSU_26980,KEGG_pathway,- +8302,BSU_26990,KEGG_pathway,- +8303,BSU_27000,KEGG_pathway,- +8308,BSU_27009,KEGG_pathway,map00362 +8309,BSU_27009,KEGG_pathway,map01100 +8310,BSU_27009,KEGG_pathway,map01120 +8311,BSU_27009,KEGG_pathway,map01220 +8325,BSU_27010,KEGG_pathway,map00010 +8326,BSU_27010,KEGG_pathway,map00071 +8327,BSU_27010,KEGG_pathway,map00350 +8328,BSU_27010,KEGG_pathway,map00625 +8329,BSU_27010,KEGG_pathway,map00626 +8330,BSU_27010,KEGG_pathway,map00830 +8331,BSU_27010,KEGG_pathway,map00980 +8332,BSU_27010,KEGG_pathway,map00982 +8333,BSU_27010,KEGG_pathway,map01100 +8334,BSU_27010,KEGG_pathway,map01110 +8335,BSU_27010,KEGG_pathway,map01120 +8336,BSU_27010,KEGG_pathway,map01130 +8337,BSU_27010,KEGG_pathway,map01220 +8351,BSU_27020,KEGG_pathway,map00380 +8352,BSU_27020,KEGG_pathway,map00630 +8353,BSU_27020,KEGG_pathway,map01110 +8354,BSU_27020,KEGG_pathway,map01130 +8355,BSU_27020,KEGG_pathway,map01200 +8356,BSU_27020,KEGG_pathway,map04011 +8357,BSU_27020,KEGG_pathway,map04016 +8358,BSU_27020,KEGG_pathway,map04068 +8359,BSU_27020,KEGG_pathway,map04146 +8360,BSU_27020,KEGG_pathway,map04211 +8361,BSU_27020,KEGG_pathway,map04212 +8362,BSU_27020,KEGG_pathway,map04213 +8363,BSU_27020,KEGG_pathway,map05014 +8368,BSU_27030,KEGG_pathway,map00051 +8369,BSU_27030,KEGG_pathway,map00052 +8370,BSU_27030,KEGG_pathway,map00500 +8371,BSU_27030,KEGG_pathway,map01100 +8376,BSU_27040,KEGG_pathway,map00051 +8377,BSU_27040,KEGG_pathway,map00520 +8378,BSU_27040,KEGG_pathway,map01100 +8379,BSU_27040,KEGG_pathway,map02060 +8385,BSU_27050,KEGG_pathway,map00051 +8386,BSU_27050,KEGG_pathway,map00052 +8387,BSU_27050,KEGG_pathway,map00520 +8388,BSU_27050,KEGG_pathway,map01100 +8389,BSU_27050,KEGG_pathway,map02060 +8395,BSU_27060,KEGG_pathway,map00051 +8396,BSU_27060,KEGG_pathway,map00520 +8397,BSU_27060,KEGG_pathway,map01100 +8398,BSU_27060,KEGG_pathway,map01120 +8399,BSU_27060,KEGG_pathway,map02060 +8404,BSU_27070,KEGG_pathway,map00051 +8405,BSU_27070,KEGG_pathway,map00520 +8406,BSU_27070,KEGG_pathway,map01100 +8407,BSU_27070,KEGG_pathway,map02060 +8408,BSU_27080,KEGG_pathway,- +8409,BSU_27090,KEGG_pathway,- +8410,BSU_27100,KEGG_pathway,- +8411,BSU_27110,KEGG_pathway,- +8412,BSU_27120,KEGG_pathway,- +8413,BSU_27130,KEGG_pathway,- +8414,BSU_27140,KEGG_pathway,- +8415,BSU_27150,KEGG_pathway,- +8420,BSU_27160,KEGG_pathway,map00071 +8421,BSU_27160,KEGG_pathway,map00380 +8422,BSU_27160,KEGG_pathway,map00627 +8423,BSU_27160,KEGG_pathway,map01120 +8425,BSU_27170,KEGG_pathway,map01501 +8426,BSU_27180,KEGG_pathway,- +8427,BSU_27200,KEGG_pathway,- +8428,BSU_27210,KEGG_pathway,- +8435,BSU_27220,KEGG_pathway,map00630 +8436,BSU_27220,KEGG_pathway,map00680 +8437,BSU_27220,KEGG_pathway,map00720 +8438,BSU_27220,KEGG_pathway,map01100 +8439,BSU_27220,KEGG_pathway,map01120 +8440,BSU_27220,KEGG_pathway,map01200 +8441,BSU_27230,KEGG_pathway,- +8442,BSU_27240,KEGG_pathway,- +8451,BSU_27250,KEGG_pathway,map00260 +8452,BSU_27250,KEGG_pathway,map00270 +8453,BSU_27250,KEGG_pathway,map00450 +8454,BSU_27250,KEGG_pathway,map00920 +8455,BSU_27250,KEGG_pathway,map01100 +8456,BSU_27250,KEGG_pathway,map01110 +8457,BSU_27250,KEGG_pathway,map01130 +8458,BSU_27250,KEGG_pathway,map01230 +8467,BSU_27260,KEGG_pathway,map00270 +8468,BSU_27260,KEGG_pathway,map00920 +8469,BSU_27260,KEGG_pathway,map01100 +8470,BSU_27260,KEGG_pathway,map01110 +8471,BSU_27260,KEGG_pathway,map01120 +8472,BSU_27260,KEGG_pathway,map01130 +8473,BSU_27260,KEGG_pathway,map01200 +8474,BSU_27260,KEGG_pathway,map01230 +8478,BSU_27270,KEGG_pathway,map00270 +8479,BSU_27270,KEGG_pathway,map01100 +8480,BSU_27270,KEGG_pathway,map01230 +8487,BSU_27280,KEGG_pathway,map00270 +8488,BSU_27280,KEGG_pathway,map01100 +8489,BSU_27280,KEGG_pathway,map01230 +8490,BSU_27280,KEGG_pathway,map02024 +8491,BSU_27280,KEGG_pathway,map02026 +8492,BSU_27280,KEGG_pathway,map05111 +8493,BSU_27290,KEGG_pathway,- +8494,BSU_27300,KEGG_pathway,- +8497,BSU_27310,KEGG_pathway,map00550 +8498,BSU_27310,KEGG_pathway,map01501 +8499,BSU_27320,KEGG_pathway,- +8503,BSU_27330,KEGG_pathway,map00240 +8504,BSU_27330,KEGG_pathway,map00983 +8505,BSU_27330,KEGG_pathway,map01100 +8507,BSU_27340,KEGG_pathway,map05120 +8509,BSU_27350,KEGG_pathway,map05120 +8516,BSU_27360,KEGG_pathway,map00360 +8517,BSU_27360,KEGG_pathway,map00940 +8518,BSU_27360,KEGG_pathway,map00941 +8519,BSU_27360,KEGG_pathway,map00945 +8520,BSU_27360,KEGG_pathway,map01100 +8521,BSU_27360,KEGG_pathway,map01110 +8522,BSU_27370,KEGG_pathway,- +8523,BSU_27380,KEGG_pathway,- +8524,BSU_27390,KEGG_pathway,- +8525,BSU_27400,KEGG_pathway,- +8527,BSU_27410,KEGG_pathway,map00970 +8528,BSU_27420,KEGG_pathway,- +8530,BSU_27430,KEGG_pathway,map02010 +8532,BSU_27440,KEGG_pathway,map02010 +8534,BSU_27450,KEGG_pathway,map02010 +8537,BSU_27460,KEGG_pathway,map02010 +8538,BSU_27460,KEGG_pathway,map02020 +8539,BSU_27468,KEGG_pathway,- +8540,BSU_27469,KEGG_pathway,- +8541,BSU_27470,KEGG_pathway,- +8543,BSU_27480,KEGG_pathway,map03440 +8545,BSU_27500,KEGG_pathway,map04122 +8549,BSU_27510,KEGG_pathway,map00730 +8550,BSU_27510,KEGG_pathway,map01100 +8551,BSU_27510,KEGG_pathway,map04122 +8552,BSU_27520,KEGG_pathway,- +8553,BSU_27530,KEGG_pathway,- +8554,BSU_27540,KEGG_pathway,- +8556,BSU_27550,KEGG_pathway,map00970 +8558,BSU_27560,KEGG_pathway,map00970 +8560,BSU_27580,KEGG_pathway,map01503 +8561,BSU_27590,KEGG_pathway,- +8563,BSU_27600,KEGG_pathway,map00230 +8567,BSU_27610,KEGG_pathway,map00230 +8568,BSU_27610,KEGG_pathway,map01100 +8569,BSU_27610,KEGG_pathway,map01110 +8573,BSU_27620,KEGG_pathway,map03410 +8574,BSU_27620,KEGG_pathway,map03430 +8575,BSU_27620,KEGG_pathway,map03440 +8576,BSU_27630,KEGG_pathway,- +8577,BSU_27640,KEGG_pathway,- +8581,BSU_27650,KEGG_pathway,map02024 +8582,BSU_27650,KEGG_pathway,map03060 +8583,BSU_27650,KEGG_pathway,map03070 +8584,BSU_27660,KEGG_pathway,- +8585,BSU_27670,KEGG_pathway,- +8586,BSU_27680,KEGG_pathway,- +8587,BSU_27690,KEGG_pathway,- +8591,BSU_27700,KEGG_pathway,map02024 +8592,BSU_27700,KEGG_pathway,map03060 +8593,BSU_27700,KEGG_pathway,map03070 +8594,BSU_27710,KEGG_pathway,- +8595,BSU_27720,KEGG_pathway,- +8596,BSU_27729,KEGG_pathway,- +8598,BSU_27730,KEGG_pathway,map03440 +8600,BSU_27740,KEGG_pathway,map03440 +8601,BSU_27750,KEGG_pathway,- +8602,BSU_27760,KEGG_pathway,- +8608,BSU_27770,KEGG_pathway,map00521 +8609,BSU_27770,KEGG_pathway,map00562 +8610,BSU_27770,KEGG_pathway,map01100 +8611,BSU_27770,KEGG_pathway,map01120 +8612,BSU_27770,KEGG_pathway,map01130 +8613,BSU_27785,KEGG_pathway,- +8614,BSU_27800,KEGG_pathway,- +8616,BSU_27810,KEGG_pathway,map02020 +8617,BSU_27820,KEGG_pathway,- +8618,BSU_27830,KEGG_pathway,- +8619,BSU_27840,KEGG_pathway,- +8622,BSU_27850,KEGG_pathway,map00760 +8623,BSU_27850,KEGG_pathway,map01100 +8627,BSU_27860,KEGG_pathway,map00250 +8628,BSU_27860,KEGG_pathway,map00760 +8629,BSU_27860,KEGG_pathway,map01100 +8643,BSU_27870,KEGG_pathway,map00020 +8644,BSU_27870,KEGG_pathway,map00190 +8645,BSU_27870,KEGG_pathway,map00250 +8646,BSU_27870,KEGG_pathway,map00620 +8647,BSU_27870,KEGG_pathway,map00650 +8648,BSU_27870,KEGG_pathway,map00720 +8649,BSU_27870,KEGG_pathway,map00760 +8650,BSU_27870,KEGG_pathway,map01100 +8651,BSU_27870,KEGG_pathway,map01110 +8652,BSU_27870,KEGG_pathway,map01120 +8653,BSU_27870,KEGG_pathway,map01130 +8654,BSU_27870,KEGG_pathway,map01200 +8655,BSU_27870,KEGG_pathway,map02020 +8659,BSU_27880,KEGG_pathway,map00730 +8660,BSU_27880,KEGG_pathway,map01100 +8661,BSU_27880,KEGG_pathway,map04122 +8662,BSU_27890,KEGG_pathway,- +8668,BSU_27900,KEGG_pathway,map00400 +8669,BSU_27900,KEGG_pathway,map01100 +8670,BSU_27900,KEGG_pathway,map01110 +8671,BSU_27900,KEGG_pathway,map01130 +8672,BSU_27900,KEGG_pathway,map01230 +8678,BSU_27910,KEGG_pathway,map00400 +8679,BSU_27910,KEGG_pathway,map01100 +8680,BSU_27910,KEGG_pathway,map01110 +8681,BSU_27910,KEGG_pathway,map01130 +8682,BSU_27910,KEGG_pathway,map01230 +8683,BSU_27920,KEGG_pathway,- +8686,BSU_27930,KEGG_pathway,map02020 +8687,BSU_27930,KEGG_pathway,map02024 +8689,BSU_27940,KEGG_pathway,map03010 +8690,BSU_27950,KEGG_pathway,- +8692,BSU_27960,KEGG_pathway,map03010 +8693,BSU_27970,KEGG_pathway,- +8694,BSU_27980,KEGG_pathway,- +8695,BSU_27990,KEGG_pathway,- +8696,BSU_28000,KEGG_pathway,- +8697,BSU_28010,KEGG_pathway,- +8698,BSU_28020,KEGG_pathway,- +8699,BSU_28030,KEGG_pathway,- +8700,BSU_28040,KEGG_pathway,- +8701,BSU_28050,KEGG_pathway,- +8702,BSU_28060,KEGG_pathway,- +8703,BSU_28070,KEGG_pathway,- +8706,BSU_28080,KEGG_pathway,map00790 +8707,BSU_28080,KEGG_pathway,map01100 +8709,BSU_28090,KEGG_pathway,map00970 +8710,BSU_28099,KEGG_pathway,- +8711,BSU_28100,KEGG_pathway,- +8712,BSU_28110,KEGG_pathway,- +8717,BSU_28120,KEGG_pathway,map00860 +8718,BSU_28120,KEGG_pathway,map01100 +8719,BSU_28120,KEGG_pathway,map01110 +8720,BSU_28120,KEGG_pathway,map01120 +8725,BSU_28130,KEGG_pathway,map00860 +8726,BSU_28130,KEGG_pathway,map01100 +8727,BSU_28130,KEGG_pathway,map01110 +8728,BSU_28130,KEGG_pathway,map01120 +8733,BSU_28140,KEGG_pathway,map00860 +8734,BSU_28140,KEGG_pathway,map01100 +8735,BSU_28140,KEGG_pathway,map01110 +8736,BSU_28140,KEGG_pathway,map01120 +8741,BSU_28150,KEGG_pathway,map00860 +8742,BSU_28150,KEGG_pathway,map01100 +8743,BSU_28150,KEGG_pathway,map01110 +8744,BSU_28150,KEGG_pathway,map01120 +8745,BSU_28160,KEGG_pathway,- +8755,BSU_28170,KEGG_pathway,map00680 +8756,BSU_28170,KEGG_pathway,map00860 +8757,BSU_28170,KEGG_pathway,map01051 +8758,BSU_28170,KEGG_pathway,map01052 +8759,BSU_28170,KEGG_pathway,map01100 +8760,BSU_28170,KEGG_pathway,map01110 +8761,BSU_28170,KEGG_pathway,map01120 +8762,BSU_28170,KEGG_pathway,map01200 +8763,BSU_28170,KEGG_pathway,map02040 +8764,BSU_28180,KEGG_pathway,- +8765,BSU_28190,KEGG_pathway,- +8767,BSU_28200,KEGG_pathway,map04112 +8775,BSU_28210,KEGG_pathway,map00230 +8776,BSU_28210,KEGG_pathway,map00240 +8777,BSU_28210,KEGG_pathway,map01100 +8778,BSU_28210,KEGG_pathway,map03030 +8779,BSU_28210,KEGG_pathway,map03430 +8780,BSU_28210,KEGG_pathway,map03440 +8781,BSU_28210,KEGG_pathway,map04112 +8783,BSU_28220,KEGG_pathway,map04112 +8784,BSU_28230,KEGG_pathway,- +8785,BSU_28240,KEGG_pathway,- +8792,BSU_28250,KEGG_pathway,map00290 +8793,BSU_28250,KEGG_pathway,map00660 +8794,BSU_28250,KEGG_pathway,map01100 +8795,BSU_28250,KEGG_pathway,map01110 +8796,BSU_28250,KEGG_pathway,map01210 +8797,BSU_28250,KEGG_pathway,map01230 +8805,BSU_28260,KEGG_pathway,map00290 +8806,BSU_28260,KEGG_pathway,map00660 +8807,BSU_28260,KEGG_pathway,map00966 +8808,BSU_28260,KEGG_pathway,map01100 +8809,BSU_28260,KEGG_pathway,map01110 +8810,BSU_28260,KEGG_pathway,map01210 +8811,BSU_28260,KEGG_pathway,map01230 +8820,BSU_28270,KEGG_pathway,map00290 +8821,BSU_28270,KEGG_pathway,map00630 +8822,BSU_28270,KEGG_pathway,map00650 +8823,BSU_28270,KEGG_pathway,map00660 +8824,BSU_28270,KEGG_pathway,map01100 +8825,BSU_28270,KEGG_pathway,map01110 +8826,BSU_28270,KEGG_pathway,map01210 +8827,BSU_28270,KEGG_pathway,map01230 +8834,BSU_28280,KEGG_pathway,map00290 +8835,BSU_28280,KEGG_pathway,map00620 +8836,BSU_28280,KEGG_pathway,map01100 +8837,BSU_28280,KEGG_pathway,map01110 +8838,BSU_28280,KEGG_pathway,map01210 +8839,BSU_28280,KEGG_pathway,map01230 +8847,BSU_28290,KEGG_pathway,map00290 +8848,BSU_28290,KEGG_pathway,map00770 +8849,BSU_28290,KEGG_pathway,map01100 +8850,BSU_28290,KEGG_pathway,map01110 +8851,BSU_28290,KEGG_pathway,map01130 +8852,BSU_28290,KEGG_pathway,map01210 +8853,BSU_28290,KEGG_pathway,map01230 +8864,BSU_28300,KEGG_pathway,map00290 +8865,BSU_28300,KEGG_pathway,map00650 +8866,BSU_28300,KEGG_pathway,map00660 +8867,BSU_28300,KEGG_pathway,map00770 +8868,BSU_28300,KEGG_pathway,map01100 +8869,BSU_28300,KEGG_pathway,map01110 +8870,BSU_28300,KEGG_pathway,map01130 +8871,BSU_28300,KEGG_pathway,map01210 +8872,BSU_28300,KEGG_pathway,map01230 +8873,BSU_28300,KEGG_pathway,map02010 +8884,BSU_28310,KEGG_pathway,map00290 +8885,BSU_28310,KEGG_pathway,map00650 +8886,BSU_28310,KEGG_pathway,map00660 +8887,BSU_28310,KEGG_pathway,map00770 +8888,BSU_28310,KEGG_pathway,map01100 +8889,BSU_28310,KEGG_pathway,map01110 +8890,BSU_28310,KEGG_pathway,map01130 +8891,BSU_28310,KEGG_pathway,map01210 +8892,BSU_28310,KEGG_pathway,map01230 +8893,BSU_28310,KEGG_pathway,map02010 +8894,BSU_28330,KEGG_pathway,- +8898,BSU_28340,KEGG_pathway,map02010 +8899,BSU_28340,KEGG_pathway,map02020 +8900,BSU_28340,KEGG_pathway,map05152 +8901,BSU_28350,KEGG_pathway,- +8903,BSU_28360,KEGG_pathway,map00230 +8905,BSU_28370,KEGG_pathway,map00230 +8906,BSU_28380,KEGG_pathway,- +8910,BSU_28390,KEGG_pathway,map00230 +8911,BSU_28390,KEGG_pathway,map00471 +8912,BSU_28390,KEGG_pathway,map01100 +8915,BSU_28400,KEGG_pathway,map00270 +8916,BSU_28400,KEGG_pathway,map01100 +8917,BSU_28410,KEGG_pathway,- +8924,BSU_28420,KEGG_pathway,map00130 +8925,BSU_28420,KEGG_pathway,map00362 +8926,BSU_28420,KEGG_pathway,map01059 +8927,BSU_28420,KEGG_pathway,map01100 +8928,BSU_28420,KEGG_pathway,map01110 +8929,BSU_28420,KEGG_pathway,map01120 +8941,BSU_28430,KEGG_pathway,map00020 +8942,BSU_28430,KEGG_pathway,map00190 +8943,BSU_28430,KEGG_pathway,map00620 +8944,BSU_28430,KEGG_pathway,map00650 +8945,BSU_28430,KEGG_pathway,map00720 +8946,BSU_28430,KEGG_pathway,map01100 +8947,BSU_28430,KEGG_pathway,map01110 +8948,BSU_28430,KEGG_pathway,map01120 +8949,BSU_28430,KEGG_pathway,map01130 +8950,BSU_28430,KEGG_pathway,map01200 +8951,BSU_28430,KEGG_pathway,map02020 +8962,BSU_28440,KEGG_pathway,map00020 +8963,BSU_28440,KEGG_pathway,map00190 +8964,BSU_28440,KEGG_pathway,map00650 +8965,BSU_28440,KEGG_pathway,map00720 +8966,BSU_28440,KEGG_pathway,map01100 +8967,BSU_28440,KEGG_pathway,map01110 +8968,BSU_28440,KEGG_pathway,map01120 +8969,BSU_28440,KEGG_pathway,map01130 +8970,BSU_28440,KEGG_pathway,map01200 +8971,BSU_28440,KEGG_pathway,map05134 +8983,BSU_28450,KEGG_pathway,map00020 +8984,BSU_28450,KEGG_pathway,map00190 +8985,BSU_28450,KEGG_pathway,map00620 +8986,BSU_28450,KEGG_pathway,map00650 +8987,BSU_28450,KEGG_pathway,map00720 +8988,BSU_28450,KEGG_pathway,map01100 +8989,BSU_28450,KEGG_pathway,map01110 +8990,BSU_28450,KEGG_pathway,map01120 +8991,BSU_28450,KEGG_pathway,map01130 +8992,BSU_28450,KEGG_pathway,map01200 +8993,BSU_28450,KEGG_pathway,map02020 +8994,BSU_28460,KEGG_pathway,- +9005,BSU_28470,KEGG_pathway,map00260 +9006,BSU_28470,KEGG_pathway,map00261 +9007,BSU_28470,KEGG_pathway,map00270 +9008,BSU_28470,KEGG_pathway,map00300 +9009,BSU_28470,KEGG_pathway,map01100 +9010,BSU_28470,KEGG_pathway,map01110 +9011,BSU_28470,KEGG_pathway,map01120 +9012,BSU_28470,KEGG_pathway,map01130 +9013,BSU_28470,KEGG_pathway,map01210 +9014,BSU_28470,KEGG_pathway,map01230 +9025,BSU_28475,KEGG_pathway,map00260 +9026,BSU_28475,KEGG_pathway,map00261 +9027,BSU_28475,KEGG_pathway,map00270 +9028,BSU_28475,KEGG_pathway,map00300 +9029,BSU_28475,KEGG_pathway,map01100 +9030,BSU_28475,KEGG_pathway,map01110 +9031,BSU_28475,KEGG_pathway,map01120 +9032,BSU_28475,KEGG_pathway,map01130 +9033,BSU_28475,KEGG_pathway,map01210 +9034,BSU_28475,KEGG_pathway,map01230 +9036,BSU_28490,KEGG_pathway,map03420 +9039,BSU_28500,KEGG_pathway,map04621 +9040,BSU_28500,KEGG_pathway,map05418 +9042,BSU_28510,KEGG_pathway,map00520 +9043,BSU_28520,KEGG_pathway,- +9044,BSU_28530,KEGG_pathway,- +9052,BSU_28540,KEGG_pathway,map00071 +9053,BSU_28540,KEGG_pathway,map00362 +9054,BSU_28540,KEGG_pathway,map00650 +9055,BSU_28540,KEGG_pathway,map01100 +9056,BSU_28540,KEGG_pathway,map01120 +9057,BSU_28540,KEGG_pathway,map01200 +9058,BSU_28540,KEGG_pathway,map01212 +9059,BSU_28550,KEGG_pathway,- +9070,BSU_28560,KEGG_pathway,map00061 +9071,BSU_28560,KEGG_pathway,map00071 +9072,BSU_28560,KEGG_pathway,map01100 +9073,BSU_28560,KEGG_pathway,map01212 +9074,BSU_28560,KEGG_pathway,map02024 +9075,BSU_28560,KEGG_pathway,map03320 +9076,BSU_28560,KEGG_pathway,map04146 +9077,BSU_28560,KEGG_pathway,map04216 +9078,BSU_28560,KEGG_pathway,map04714 +9079,BSU_28560,KEGG_pathway,map04920 +9080,BSU_28570,KEGG_pathway,- +9082,BSU_28580,KEGG_pathway,map03430 +9083,BSU_28590,KEGG_pathway,- +9084,BSU_28600,KEGG_pathway,- +9085,BSU_28610,KEGG_pathway,- +9087,BSU_28620,KEGG_pathway,map03030 +9089,BSU_28630,KEGG_pathway,map00970 +9091,BSU_28640,KEGG_pathway,map00970 +9092,BSU_28650,KEGG_pathway,- +9093,BSU_28660,KEGG_pathway,- +9094,BSU_28670,KEGG_pathway,- +9100,BSU_28680,KEGG_pathway,map00630 +9101,BSU_28680,KEGG_pathway,map01100 +9102,BSU_28680,KEGG_pathway,map01110 +9103,BSU_28680,KEGG_pathway,map01120 +9104,BSU_28680,KEGG_pathway,map01130 +9110,BSU_28690,KEGG_pathway,map00630 +9111,BSU_28690,KEGG_pathway,map01100 +9112,BSU_28690,KEGG_pathway,map01110 +9113,BSU_28690,KEGG_pathway,map01120 +9114,BSU_28690,KEGG_pathway,map01130 +9116,BSU_28700,KEGG_pathway,map00620 +9117,BSU_28710,KEGG_pathway,- +9119,BSU_28720,KEGG_pathway,map00520 +9121,BSU_28730,KEGG_pathway,map02010 +9123,BSU_28740,KEGG_pathway,map02010 +9125,BSU_28750,KEGG_pathway,map02010 +9127,BSU_28760,KEGG_pathway,map00564 +9130,BSU_28770,KEGG_pathway,map00627 +9131,BSU_28770,KEGG_pathway,map01120 +9138,BSU_28780,KEGG_pathway,map00040 +9139,BSU_28780,KEGG_pathway,map00051 +9140,BSU_28780,KEGG_pathway,map00053 +9141,BSU_28780,KEGG_pathway,map00270 +9142,BSU_28780,KEGG_pathway,map01100 +9143,BSU_28780,KEGG_pathway,map01120 +9146,BSU_28790,KEGG_pathway,map00040 +9147,BSU_28790,KEGG_pathway,map01100 +9150,BSU_28800,KEGG_pathway,map00040 +9151,BSU_28800,KEGG_pathway,map01100 +9152,BSU_28810,KEGG_pathway,- +9153,BSU_28820,KEGG_pathway,- +9154,BSU_28830,KEGG_pathway,- +9155,BSU_28840,KEGG_pathway,- +9157,BSU_28850,KEGG_pathway,map03010 +9159,BSU_28860,KEGG_pathway,map03010 +9160,BSU_28870,KEGG_pathway,- +9162,BSU_28900,KEGG_pathway,map02020 +9164,BSU_28910,KEGG_pathway,map02020 +9166,BSU_28920,KEGG_pathway,map02020 +9168,BSU_28930,KEGG_pathway,map02020 +9177,BSU_28940,KEGG_pathway,map00230 +9178,BSU_28940,KEGG_pathway,map00240 +9179,BSU_28940,KEGG_pathway,map00361 +9180,BSU_28940,KEGG_pathway,map00625 +9181,BSU_28940,KEGG_pathway,map00760 +9182,BSU_28940,KEGG_pathway,map01100 +9183,BSU_28940,KEGG_pathway,map01110 +9184,BSU_28940,KEGG_pathway,map01120 +9186,BSU_28950,KEGG_pathway,map00970 +9187,BSU_28960,KEGG_pathway,- +9188,BSU_28970,KEGG_pathway,- +9189,BSU_28980,KEGG_pathway,- +9190,BSU_28990,KEGG_pathway,- +9191,BSU_29000,KEGG_pathway,- +9195,BSU_29010,KEGG_pathway,map00270 +9196,BSU_29010,KEGG_pathway,map00330 +9197,BSU_29010,KEGG_pathway,map01100 +9208,BSU_29020,KEGG_pathway,map00010 +9209,BSU_29020,KEGG_pathway,map00710 +9210,BSU_29020,KEGG_pathway,map01100 +9211,BSU_29020,KEGG_pathway,map01110 +9212,BSU_29020,KEGG_pathway,map01120 +9213,BSU_29020,KEGG_pathway,map01130 +9214,BSU_29020,KEGG_pathway,map01200 +9215,BSU_29020,KEGG_pathway,map01230 +9216,BSU_29020,KEGG_pathway,map04066 +9217,BSU_29020,KEGG_pathway,map05010 +9218,BSU_29030,KEGG_pathway,- +9219,BSU_29040,KEGG_pathway,- +9220,BSU_29050,KEGG_pathway,- +9223,BSU_29060,KEGG_pathway,map00770 +9224,BSU_29060,KEGG_pathway,map01100 +9225,BSU_29070,KEGG_pathway,- +9227,BSU_29080,KEGG_pathway,map03410 +9235,BSU_29090,KEGG_pathway,map00230 +9236,BSU_29090,KEGG_pathway,map00240 +9237,BSU_29090,KEGG_pathway,map01100 +9238,BSU_29090,KEGG_pathway,map03030 +9239,BSU_29090,KEGG_pathway,map03410 +9240,BSU_29090,KEGG_pathway,map03420 +9241,BSU_29090,KEGG_pathway,map03440 +9243,BSU_29100,KEGG_pathway,map02020 +9245,BSU_29110,KEGG_pathway,map02020 +9261,BSU_29120,KEGG_pathway,map00010 +9262,BSU_29120,KEGG_pathway,map00020 +9263,BSU_29120,KEGG_pathway,map00270 +9264,BSU_29120,KEGG_pathway,map00620 +9265,BSU_29120,KEGG_pathway,map00630 +9266,BSU_29120,KEGG_pathway,map00640 +9267,BSU_29120,KEGG_pathway,map00680 +9268,BSU_29120,KEGG_pathway,map00710 +9269,BSU_29120,KEGG_pathway,map00720 +9270,BSU_29120,KEGG_pathway,map01100 +9271,BSU_29120,KEGG_pathway,map01110 +9272,BSU_29120,KEGG_pathway,map01120 +9273,BSU_29120,KEGG_pathway,map01130 +9274,BSU_29120,KEGG_pathway,map01200 +9275,BSU_29120,KEGG_pathway,map04922 +9287,BSU_29130,KEGG_pathway,map00020 +9288,BSU_29130,KEGG_pathway,map00480 +9289,BSU_29130,KEGG_pathway,map00720 +9290,BSU_29130,KEGG_pathway,map01100 +9291,BSU_29130,KEGG_pathway,map01110 +9292,BSU_29130,KEGG_pathway,map01120 +9293,BSU_29130,KEGG_pathway,map01130 +9294,BSU_29130,KEGG_pathway,map01200 +9295,BSU_29130,KEGG_pathway,map01210 +9296,BSU_29130,KEGG_pathway,map01230 +9297,BSU_29130,KEGG_pathway,map04146 +9307,BSU_29140,KEGG_pathway,map00020 +9308,BSU_29140,KEGG_pathway,map00630 +9309,BSU_29140,KEGG_pathway,map01100 +9310,BSU_29140,KEGG_pathway,map01110 +9311,BSU_29140,KEGG_pathway,map01120 +9312,BSU_29140,KEGG_pathway,map01130 +9313,BSU_29140,KEGG_pathway,map01200 +9314,BSU_29140,KEGG_pathway,map01210 +9315,BSU_29140,KEGG_pathway,map01230 +9316,BSU_29150,KEGG_pathway,- +9317,BSU_29160,KEGG_pathway,- +9318,BSU_29170,KEGG_pathway,- +9336,BSU_29180,KEGG_pathway,map00010 +9337,BSU_29180,KEGG_pathway,map00230 +9338,BSU_29180,KEGG_pathway,map00261 +9339,BSU_29180,KEGG_pathway,map00450 +9340,BSU_29180,KEGG_pathway,map00620 +9341,BSU_29180,KEGG_pathway,map00920 +9342,BSU_29180,KEGG_pathway,map01100 +9343,BSU_29180,KEGG_pathway,map01110 +9344,BSU_29180,KEGG_pathway,map01120 +9345,BSU_29180,KEGG_pathway,map01130 +9346,BSU_29180,KEGG_pathway,map01200 +9347,BSU_29180,KEGG_pathway,map01230 +9348,BSU_29180,KEGG_pathway,map04922 +9349,BSU_29180,KEGG_pathway,map04930 +9350,BSU_29180,KEGG_pathway,map05165 +9351,BSU_29180,KEGG_pathway,map05203 +9352,BSU_29180,KEGG_pathway,map05230 +9367,BSU_29190,KEGG_pathway,map00010 +9368,BSU_29190,KEGG_pathway,map00030 +9369,BSU_29190,KEGG_pathway,map00051 +9370,BSU_29190,KEGG_pathway,map00052 +9371,BSU_29190,KEGG_pathway,map00680 +9372,BSU_29190,KEGG_pathway,map01100 +9373,BSU_29190,KEGG_pathway,map01110 +9374,BSU_29190,KEGG_pathway,map01120 +9375,BSU_29190,KEGG_pathway,map01130 +9376,BSU_29190,KEGG_pathway,map01200 +9377,BSU_29190,KEGG_pathway,map01230 +9378,BSU_29190,KEGG_pathway,map03018 +9379,BSU_29190,KEGG_pathway,map04152 +9380,BSU_29190,KEGG_pathway,map05230 +9391,BSU_29200,KEGG_pathway,map00061 +9392,BSU_29200,KEGG_pathway,map00620 +9393,BSU_29200,KEGG_pathway,map00640 +9394,BSU_29200,KEGG_pathway,map00720 +9395,BSU_29200,KEGG_pathway,map01100 +9396,BSU_29200,KEGG_pathway,map01110 +9397,BSU_29200,KEGG_pathway,map01120 +9398,BSU_29200,KEGG_pathway,map01130 +9399,BSU_29200,KEGG_pathway,map01200 +9400,BSU_29200,KEGG_pathway,map01212 +9411,BSU_29210,KEGG_pathway,map00061 +9412,BSU_29210,KEGG_pathway,map00620 +9413,BSU_29210,KEGG_pathway,map00640 +9414,BSU_29210,KEGG_pathway,map00720 +9415,BSU_29210,KEGG_pathway,map01100 +9416,BSU_29210,KEGG_pathway,map01110 +9417,BSU_29210,KEGG_pathway,map01120 +9418,BSU_29210,KEGG_pathway,map01130 +9419,BSU_29210,KEGG_pathway,map01200 +9420,BSU_29210,KEGG_pathway,map01212 +9424,BSU_29220,KEGG_pathway,map00620 +9425,BSU_29220,KEGG_pathway,map01200 +9426,BSU_29220,KEGG_pathway,map02020 +9433,BSU_29230,KEGG_pathway,map00230 +9434,BSU_29230,KEGG_pathway,map00240 +9435,BSU_29230,KEGG_pathway,map01100 +9436,BSU_29230,KEGG_pathway,map03030 +9437,BSU_29230,KEGG_pathway,map03430 +9438,BSU_29230,KEGG_pathway,map03440 +9439,BSU_29239,KEGG_pathway,- +9440,BSU_29240,KEGG_pathway,- +9441,BSU_29249,KEGG_pathway,- +9445,BSU_29250,KEGG_pathway,map00920 +9446,BSU_29250,KEGG_pathway,map01100 +9447,BSU_29250,KEGG_pathway,map01120 +9448,BSU_29260,KEGG_pathway,- +9449,BSU_29270,KEGG_pathway,- +9450,BSU_29280,KEGG_pathway,- +9455,BSU_29290,KEGG_pathway,map00300 +9456,BSU_29290,KEGG_pathway,map01100 +9457,BSU_29290,KEGG_pathway,map01110 +9458,BSU_29290,KEGG_pathway,map01230 +9462,BSU_29300,KEGG_pathway,map00740 +9463,BSU_29300,KEGG_pathway,map01100 +9464,BSU_29300,KEGG_pathway,map01110 +9465,BSU_29310,KEGG_pathway,- +9466,BSU_29320,KEGG_pathway,- +9467,BSU_29330,KEGG_pathway,- +9469,BSU_29340,KEGG_pathway,map02010 +9471,BSU_29350,KEGG_pathway,map02010 +9473,BSU_29360,KEGG_pathway,map02010 +9475,BSU_29370,KEGG_pathway,map02010 +9477,BSU_29380,KEGG_pathway,map02010 +9478,BSU_29390,KEGG_pathway,- +9479,BSU_29400,KEGG_pathway,- +9480,BSU_29410,KEGG_pathway,- +9488,BSU_29420,KEGG_pathway,map00061 +9489,BSU_29420,KEGG_pathway,map00333 +9490,BSU_29420,KEGG_pathway,map00780 +9491,BSU_29420,KEGG_pathway,map01040 +9492,BSU_29420,KEGG_pathway,map01100 +9493,BSU_29420,KEGG_pathway,map01130 +9494,BSU_29420,KEGG_pathway,map01212 +9501,BSU_29440,KEGG_pathway,map00220 +9502,BSU_29440,KEGG_pathway,map00250 +9503,BSU_29440,KEGG_pathway,map01100 +9504,BSU_29440,KEGG_pathway,map01110 +9505,BSU_29440,KEGG_pathway,map01130 +9506,BSU_29440,KEGG_pathway,map01230 +9514,BSU_29450,KEGG_pathway,map00220 +9515,BSU_29450,KEGG_pathway,map00250 +9516,BSU_29450,KEGG_pathway,map01100 +9517,BSU_29450,KEGG_pathway,map01110 +9518,BSU_29450,KEGG_pathway,map01130 +9519,BSU_29450,KEGG_pathway,map01230 +9520,BSU_29450,KEGG_pathway,map05418 +9523,BSU_29460,KEGG_pathway,map00790 +9524,BSU_29460,KEGG_pathway,map01100 +9533,BSU_29470,KEGG_pathway,map00430 +9534,BSU_29470,KEGG_pathway,map00620 +9535,BSU_29470,KEGG_pathway,map00640 +9536,BSU_29470,KEGG_pathway,map00680 +9537,BSU_29470,KEGG_pathway,map00720 +9538,BSU_29470,KEGG_pathway,map01100 +9539,BSU_29470,KEGG_pathway,map01120 +9540,BSU_29470,KEGG_pathway,map01200 +9541,BSU_29480,KEGG_pathway,- +9542,BSU_29490,KEGG_pathway,- +9543,BSU_29500,KEGG_pathway,- +9544,BSU_29510,KEGG_pathway,- +9545,BSU_29520,KEGG_pathway,- +9546,BSU_29530,KEGG_pathway,- +9549,BSU_29540,KEGG_pathway,map00760 +9550,BSU_29540,KEGG_pathway,map01100 +9551,BSU_29550,KEGG_pathway,- +9563,BSU_29560,KEGG_pathway,map00010 +9564,BSU_29560,KEGG_pathway,map00620 +9565,BSU_29560,KEGG_pathway,map00640 +9566,BSU_29560,KEGG_pathway,map00650 +9567,BSU_29560,KEGG_pathway,map00680 +9568,BSU_29560,KEGG_pathway,map00720 +9569,BSU_29560,KEGG_pathway,map01100 +9570,BSU_29560,KEGG_pathway,map01110 +9571,BSU_29560,KEGG_pathway,map01120 +9572,BSU_29560,KEGG_pathway,map01130 +9573,BSU_29560,KEGG_pathway,map01200 +9574,BSU_29570,KEGG_pathway,- +9578,BSU_29580,KEGG_pathway,map00730 +9579,BSU_29580,KEGG_pathway,map01100 +9580,BSU_29580,KEGG_pathway,map04122 +9584,BSU_29590,KEGG_pathway,map00730 +9585,BSU_29590,KEGG_pathway,map01100 +9586,BSU_29590,KEGG_pathway,map04122 +9587,BSU_29600,KEGG_pathway,- +9588,BSU_29610,KEGG_pathway,- +9593,BSU_29620,KEGG_pathway,map00340 +9594,BSU_29620,KEGG_pathway,map01100 +9595,BSU_29620,KEGG_pathway,map01110 +9596,BSU_29620,KEGG_pathway,map01230 +9597,BSU_29630,KEGG_pathway,- +9599,BSU_29640,KEGG_pathway,map00270 +9601,BSU_29650,KEGG_pathway,map02025 +9603,BSU_29660,KEGG_pathway,map03010 +9605,BSU_29670,KEGG_pathway,map00970 +9616,BSU_29680,KEGG_pathway,map00010 +9617,BSU_29680,KEGG_pathway,map00620 +9618,BSU_29680,KEGG_pathway,map00640 +9619,BSU_29680,KEGG_pathway,map00680 +9620,BSU_29680,KEGG_pathway,map00720 +9621,BSU_29680,KEGG_pathway,map01100 +9622,BSU_29680,KEGG_pathway,map01110 +9623,BSU_29680,KEGG_pathway,map01120 +9624,BSU_29680,KEGG_pathway,map01130 +9625,BSU_29680,KEGG_pathway,map01200 +9626,BSU_29690,KEGG_pathway,- +9627,BSU_29700,KEGG_pathway,- +9628,BSU_29710,KEGG_pathway,- +9631,BSU_29720,KEGG_pathway,map02030 +9632,BSU_29720,KEGG_pathway,map02040 +9636,BSU_29730,KEGG_pathway,map02020 +9637,BSU_29730,KEGG_pathway,map02030 +9638,BSU_29730,KEGG_pathway,map02040 +9639,BSU_29740,KEGG_pathway,- +9646,BSU_29750,KEGG_pathway,map00400 +9647,BSU_29750,KEGG_pathway,map01100 +9648,BSU_29750,KEGG_pathway,map01110 +9649,BSU_29750,KEGG_pathway,map01130 +9650,BSU_29750,KEGG_pathway,map01230 +9651,BSU_29750,KEGG_pathway,map02024 +9652,BSU_29760,KEGG_pathway,- +9653,BSU_29770,KEGG_pathway,- +9654,BSU_29780,KEGG_pathway,- +9660,BSU_29790,KEGG_pathway,map00471 +9661,BSU_29790,KEGG_pathway,map00473 +9662,BSU_29790,KEGG_pathway,map00550 +9663,BSU_29790,KEGG_pathway,map01100 +9664,BSU_29790,KEGG_pathway,map01502 +9665,BSU_29805,KEGG_pathway,- +9667,BSU_29820,KEGG_pathway,map00970 +9668,BSU_29830,KEGG_pathway,- +9671,BSU_29840,KEGG_pathway,map04621 +9672,BSU_29840,KEGG_pathway,map05418 +9673,BSU_29850,KEGG_pathway,- +9674,BSU_29860,KEGG_pathway,- +9675,BSU_29870,KEGG_pathway,- +9680,BSU_29880,KEGG_pathway,map00620 +9681,BSU_29880,KEGG_pathway,map01120 +9682,BSU_29880,KEGG_pathway,map01200 +9683,BSU_29880,KEGG_pathway,map02020 +9684,BSU_29890,KEGG_pathway,- +9685,BSU_29900,KEGG_pathway,- +9686,BSU_29910,KEGG_pathway,- +9689,BSU_29920,KEGG_pathway,map00730 +9690,BSU_29920,KEGG_pathway,map01100 +9694,BSU_29930,KEGG_pathway,map00500 +9695,BSU_29930,KEGG_pathway,map01100 +9696,BSU_29930,KEGG_pathway,map01110 +9706,BSU_29940,KEGG_pathway,map00600 +9707,BSU_29940,KEGG_pathway,map01100 +9708,BSU_29940,KEGG_pathway,map04020 +9709,BSU_29940,KEGG_pathway,map04071 +9710,BSU_29940,KEGG_pathway,map04072 +9711,BSU_29940,KEGG_pathway,map04370 +9712,BSU_29940,KEGG_pathway,map04371 +9713,BSU_29940,KEGG_pathway,map04666 +9714,BSU_29940,KEGG_pathway,map05152 +9715,BSU_29950,KEGG_pathway,- +9717,BSU_29960,KEGG_pathway,map00760 +9726,BSU_29970,KEGG_pathway,map00270 +9727,BSU_29970,KEGG_pathway,map00920 +9728,BSU_29970,KEGG_pathway,map01100 +9729,BSU_29970,KEGG_pathway,map01110 +9730,BSU_29970,KEGG_pathway,map01120 +9731,BSU_29970,KEGG_pathway,map01130 +9732,BSU_29970,KEGG_pathway,map01200 +9733,BSU_29970,KEGG_pathway,map01230 +9739,BSU_29980,KEGG_pathway,map00300 +9740,BSU_29980,KEGG_pathway,map00480 +9741,BSU_29980,KEGG_pathway,map01100 +9742,BSU_29980,KEGG_pathway,map01120 +9743,BSU_29980,KEGG_pathway,map01230 +9744,BSU_29990,KEGG_pathway,- +9745,BSU_30000,KEGG_pathway,- +9746,BSU_30010,KEGG_pathway,- +9747,BSU_30020,KEGG_pathway,- +9748,BSU_30035,KEGG_pathway,- +9749,BSU_30050,KEGG_pathway,- +9750,BSU_30060,KEGG_pathway,- +9751,BSU_30070,KEGG_pathway,- +9752,BSU_30080,KEGG_pathway,- +9753,BSU_30090,KEGG_pathway,- +9754,BSU_30100,KEGG_pathway,- +9755,BSU_30110,KEGG_pathway,- +9756,BSU_30120,KEGG_pathway,- +9758,BSU_30135,KEGG_pathway,map02010 +9759,BSU_30150,KEGG_pathway,- +9761,BSU_30160,KEGG_pathway,map02010 +9763,BSU_30170,KEGG_pathway,map02010 +9771,BSU_30180,KEGG_pathway,map00030 +9772,BSU_30180,KEGG_pathway,map00053 +9773,BSU_30180,KEGG_pathway,map01100 +9774,BSU_30180,KEGG_pathway,map01110 +9775,BSU_30180,KEGG_pathway,map01120 +9776,BSU_30180,KEGG_pathway,map01130 +9777,BSU_30180,KEGG_pathway,map01200 +9780,BSU_30190,KEGG_pathway,map00780 +9781,BSU_30190,KEGG_pathway,map01100 +9784,BSU_30200,KEGG_pathway,map00780 +9785,BSU_30200,KEGG_pathway,map01100 +9788,BSU_30210,KEGG_pathway,map00780 +9789,BSU_30210,KEGG_pathway,map01100 +9793,BSU_30220,KEGG_pathway,map00260 +9794,BSU_30220,KEGG_pathway,map00780 +9795,BSU_30220,KEGG_pathway,map01100 +9798,BSU_30230,KEGG_pathway,map00780 +9799,BSU_30230,KEGG_pathway,map01100 +9802,BSU_30240,KEGG_pathway,map00780 +9803,BSU_30240,KEGG_pathway,map01100 +9804,BSU_30250,KEGG_pathway,- +9805,BSU_30260,KEGG_pathway,- +9807,BSU_30270,KEGG_pathway,map02010 +9809,BSU_30280,KEGG_pathway,map02010 +9811,BSU_30290,KEGG_pathway,map02010 +9818,BSU_30300,KEGG_pathway,map00010 +9819,BSU_30300,KEGG_pathway,map00052 +9820,BSU_30300,KEGG_pathway,map00500 +9821,BSU_30300,KEGG_pathway,map00561 +9822,BSU_30300,KEGG_pathway,map00600 +9823,BSU_30300,KEGG_pathway,map00603 +9824,BSU_30310,KEGG_pathway,- +9826,BSU_30320,KEGG_pathway,map00970 +9827,BSU_30330,KEGG_pathway,- +9829,BSU_30340,KEGG_pathway,map02020 +9830,BSU_30350,KEGG_pathway,- +9833,BSU_30360,KEGG_pathway,map02020 +9834,BSU_30360,KEGG_pathway,map03050 +9839,BSU_30370,KEGG_pathway,map01503 +9840,BSU_30370,KEGG_pathway,map02010 +9841,BSU_30370,KEGG_pathway,map02020 +9842,BSU_30370,KEGG_pathway,map05150 +9847,BSU_30380,KEGG_pathway,map01503 +9848,BSU_30380,KEGG_pathway,map02010 +9849,BSU_30380,KEGG_pathway,map02020 +9850,BSU_30380,KEGG_pathway,map05150 +9853,BSU_30390,KEGG_pathway,map01503 +9854,BSU_30390,KEGG_pathway,map02020 +9857,BSU_30400,KEGG_pathway,map01503 +9858,BSU_30400,KEGG_pathway,map02020 +9860,BSU_30410,KEGG_pathway,map02010 +9862,BSU_30420,KEGG_pathway,map02010 +9864,BSU_30430,KEGG_pathway,map02010 +9866,BSU_30440,KEGG_pathway,map02010 +9868,BSU_30450,KEGG_pathway,map02010 +9869,BSU_30460,KEGG_pathway,- +9870,BSU_30470,KEGG_pathway,- +9871,BSU_30480,KEGG_pathway,- +9872,BSU_30490,KEGG_pathway,- +9873,BSU_30500,KEGG_pathway,- +9875,BSU_30510,KEGG_pathway,map00564 +9876,BSU_30520,KEGG_pathway,- +9877,BSU_30530,KEGG_pathway,- +9881,BSU_30540,KEGG_pathway,map00250 +9882,BSU_30540,KEGG_pathway,map01100 +9883,BSU_30540,KEGG_pathway,map01110 +9888,BSU_30550,KEGG_pathway,map00270 +9889,BSU_30550,KEGG_pathway,map01100 +9890,BSU_30550,KEGG_pathway,map01110 +9891,BSU_30550,KEGG_pathway,map01230 +9901,BSU_30560,KEGG_pathway,map00010 +9902,BSU_30560,KEGG_pathway,map00020 +9903,BSU_30560,KEGG_pathway,map00620 +9904,BSU_30560,KEGG_pathway,map00710 +9905,BSU_30560,KEGG_pathway,map01100 +9906,BSU_30560,KEGG_pathway,map01110 +9907,BSU_30560,KEGG_pathway,map01120 +9908,BSU_30560,KEGG_pathway,map01130 +9909,BSU_30560,KEGG_pathway,map01200 +9910,BSU_30570,KEGG_pathway,- +9911,BSU_30580,KEGG_pathway,- +9912,BSU_30595,KEGG_pathway,- +9915,BSU_30610,KEGG_pathway,map00920 +9916,BSU_30610,KEGG_pathway,map02010 +9917,BSU_30620,KEGG_pathway,- +9918,BSU_30630,KEGG_pathway,- +9919,BSU_30640,KEGG_pathway,- +9920,BSU_30650,KEGG_pathway,- +9921,BSU_30660,KEGG_pathway,- +9928,BSU_30670,KEGG_pathway,map00270 +9929,BSU_30670,KEGG_pathway,map01100 +9930,BSU_30670,KEGG_pathway,map01230 +9931,BSU_30670,KEGG_pathway,map02024 +9932,BSU_30670,KEGG_pathway,map02026 +9933,BSU_30670,KEGG_pathway,map05111 +9937,BSU_30680,KEGG_pathway,map02024 +9938,BSU_30680,KEGG_pathway,map03060 +9939,BSU_30680,KEGG_pathway,map03070 +9941,BSU_30690,KEGG_pathway,map00910 +9943,BSU_30700,KEGG_pathway,map03010 +9947,BSU_30710,KEGG_pathway,map00190 +9948,BSU_30710,KEGG_pathway,map01100 +9949,BSU_30710,KEGG_pathway,map02020 +9953,BSU_30720,KEGG_pathway,map00190 +9954,BSU_30720,KEGG_pathway,map01100 +9955,BSU_30720,KEGG_pathway,map02020 +9956,BSU_30739,KEGG_pathway,- +9958,BSU_30740,KEGG_pathway,map02010 +9960,BSU_30750,KEGG_pathway,map02010 +9962,BSU_30760,KEGG_pathway,map02010 +9964,BSU_30770,KEGG_pathway,map02010 +9968,BSU_30780,KEGG_pathway,map00130 +9969,BSU_30780,KEGG_pathway,map01100 +9970,BSU_30780,KEGG_pathway,map01110 +9974,BSU_30790,KEGG_pathway,map00130 +9975,BSU_30790,KEGG_pathway,map01100 +9976,BSU_30790,KEGG_pathway,map01110 +9980,BSU_30800,KEGG_pathway,map00130 +9981,BSU_30800,KEGG_pathway,map01100 +9982,BSU_30800,KEGG_pathway,map01110 +9986,BSU_30810,KEGG_pathway,map00130 +9987,BSU_30810,KEGG_pathway,map01100 +9988,BSU_30810,KEGG_pathway,map01110 +9992,BSU_30820,KEGG_pathway,map00130 +9993,BSU_30820,KEGG_pathway,map01100 +9994,BSU_30820,KEGG_pathway,map01110 +10000,BSU_30830,KEGG_pathway,map00130 +10001,BSU_30830,KEGG_pathway,map01053 +10002,BSU_30830,KEGG_pathway,map01100 +10003,BSU_30830,KEGG_pathway,map01110 +10004,BSU_30830,KEGG_pathway,map01130 +10006,BSU_30840,KEGG_pathway,map02026 +10013,BSU_30850,KEGG_pathway,map00040 +10014,BSU_30850,KEGG_pathway,map00052 +10015,BSU_30850,KEGG_pathway,map00500 +10016,BSU_30850,KEGG_pathway,map00520 +10017,BSU_30850,KEGG_pathway,map01100 +10018,BSU_30850,KEGG_pathway,map01130 +10023,BSU_30860,KEGG_pathway,map00040 +10024,BSU_30860,KEGG_pathway,map00053 +10025,BSU_30860,KEGG_pathway,map00520 +10026,BSU_30860,KEGG_pathway,map01100 +10030,BSU_30870,KEGG_pathway,map00052 +10031,BSU_30870,KEGG_pathway,map00520 +10032,BSU_30870,KEGG_pathway,map01100 +10033,BSU_30880,KEGG_pathway,- +10034,BSU_30900,KEGG_pathway,- +10035,BSU_30910,KEGG_pathway,- +10036,BSU_30920,KEGG_pathway,- +10041,BSU_30930,KEGG_pathway,map04080 +10042,BSU_30930,KEGG_pathway,map04214 +10043,BSU_30930,KEGG_pathway,map04979 +10044,BSU_30930,KEGG_pathway,map05166 +10053,BSU_30940,KEGG_pathway,map00500 +10054,BSU_30940,KEGG_pathway,map01100 +10055,BSU_30940,KEGG_pathway,map01110 +10056,BSU_30940,KEGG_pathway,map02026 +10057,BSU_30940,KEGG_pathway,map04217 +10058,BSU_30940,KEGG_pathway,map04910 +10059,BSU_30940,KEGG_pathway,map04922 +10060,BSU_30940,KEGG_pathway,map04931 +10065,BSU_30950,KEGG_pathway,map00500 +10066,BSU_30950,KEGG_pathway,map01100 +10067,BSU_30950,KEGG_pathway,map01110 +10068,BSU_30950,KEGG_pathway,map02026 +10074,BSU_30960,KEGG_pathway,map00500 +10075,BSU_30960,KEGG_pathway,map00520 +10076,BSU_30960,KEGG_pathway,map01100 +10077,BSU_30960,KEGG_pathway,map01110 +10078,BSU_30960,KEGG_pathway,map02026 +10084,BSU_30970,KEGG_pathway,map00500 +10085,BSU_30970,KEGG_pathway,map00520 +10086,BSU_30970,KEGG_pathway,map01100 +10087,BSU_30970,KEGG_pathway,map01110 +10088,BSU_30970,KEGG_pathway,map02026 +10093,BSU_30980,KEGG_pathway,map00052 +10094,BSU_30980,KEGG_pathway,map00500 +10095,BSU_30980,KEGG_pathway,map01100 +10096,BSU_30980,KEGG_pathway,map01110 +10097,BSU_30990,KEGG_pathway,- +10098,BSU_31000,KEGG_pathway,- +10101,BSU_31010,KEGG_pathway,map04910 +10102,BSU_31010,KEGG_pathway,map05133 +10103,BSU_31020,KEGG_pathway,- +10104,BSU_31030,KEGG_pathway,- +10105,BSU_31040,KEGG_pathway,- +10119,BSU_31050,KEGG_pathway,map00010 +10120,BSU_31050,KEGG_pathway,map00071 +10121,BSU_31050,KEGG_pathway,map00260 +10122,BSU_31050,KEGG_pathway,map00350 +10123,BSU_31050,KEGG_pathway,map00625 +10124,BSU_31050,KEGG_pathway,map00626 +10125,BSU_31050,KEGG_pathway,map00680 +10126,BSU_31050,KEGG_pathway,map01100 +10127,BSU_31050,KEGG_pathway,map01110 +10128,BSU_31050,KEGG_pathway,map01120 +10129,BSU_31050,KEGG_pathway,map01130 +10130,BSU_31050,KEGG_pathway,map01200 +10131,BSU_31050,KEGG_pathway,map01220 +10134,BSU_31060,KEGG_pathway,map00260 +10135,BSU_31060,KEGG_pathway,map01100 +10136,BSU_31070,KEGG_pathway,- +10137,BSU_31080,KEGG_pathway,- +10138,BSU_31090,KEGG_pathway,- +10139,BSU_31100,KEGG_pathway,- +10140,BSU_31110,KEGG_pathway,- +10141,BSU_31120,KEGG_pathway,- +10142,BSU_31130,KEGG_pathway,- +10146,BSU_31140,KEGG_pathway,map00270 +10147,BSU_31140,KEGG_pathway,map00430 +10148,BSU_31140,KEGG_pathway,map01100 +10150,BSU_31150,KEGG_pathway,map00550 +10151,BSU_31160,KEGG_pathway,- +10154,BSU_31170,KEGG_pathway,map00562 +10155,BSU_31170,KEGG_pathway,map01120 +10159,BSU_31180,KEGG_pathway,map00040 +10160,BSU_31180,KEGG_pathway,map00051 +10161,BSU_31180,KEGG_pathway,map01120 +10162,BSU_31190,KEGG_pathway,- +10171,BSU_31200,KEGG_pathway,map00030 +10172,BSU_31200,KEGG_pathway,map00040 +10173,BSU_31200,KEGG_pathway,map00051 +10174,BSU_31200,KEGG_pathway,map01100 +10175,BSU_31200,KEGG_pathway,map01110 +10176,BSU_31200,KEGG_pathway,map01120 +10177,BSU_31200,KEGG_pathway,map01130 +10178,BSU_31200,KEGG_pathway,map01200 +10179,BSU_31210,KEGG_pathway,- +10195,BSU_31220,KEGG_pathway,map00010 +10196,BSU_31220,KEGG_pathway,map00040 +10197,BSU_31220,KEGG_pathway,map00051 +10198,BSU_31220,KEGG_pathway,map00071 +10199,BSU_31220,KEGG_pathway,map00350 +10200,BSU_31220,KEGG_pathway,map00625 +10201,BSU_31220,KEGG_pathway,map00626 +10202,BSU_31220,KEGG_pathway,map00830 +10203,BSU_31220,KEGG_pathway,map00980 +10204,BSU_31220,KEGG_pathway,map00982 +10205,BSU_31220,KEGG_pathway,map01100 +10206,BSU_31220,KEGG_pathway,map01110 +10207,BSU_31220,KEGG_pathway,map01120 +10208,BSU_31220,KEGG_pathway,map01130 +10209,BSU_31220,KEGG_pathway,map01220 +10212,BSU_31230,KEGG_pathway,map02020 +10213,BSU_31230,KEGG_pathway,map02030 +10216,BSU_31240,KEGG_pathway,map02020 +10217,BSU_31240,KEGG_pathway,map02030 +10220,BSU_31250,KEGG_pathway,map02020 +10221,BSU_31250,KEGG_pathway,map02030 +10224,BSU_31260,KEGG_pathway,map02020 +10225,BSU_31260,KEGG_pathway,map02030 +10226,BSU_31270,KEGG_pathway,- +10227,BSU_31279,KEGG_pathway,- +10228,BSU_31280,KEGG_pathway,- +10232,BSU_31290,KEGG_pathway,map00052 +10233,BSU_31290,KEGG_pathway,map00500 +10234,BSU_31290,KEGG_pathway,map01100 +10235,BSU_31300,KEGG_pathway,- +10236,BSU_31310,KEGG_pathway,- +10237,BSU_31319,KEGG_pathway,- +10238,BSU_31321,KEGG_pathway,- +10239,BSU_31322,KEGG_pathway,- +10240,BSU_31330,KEGG_pathway,- +10250,BSU_31350,KEGG_pathway,map00010 +10251,BSU_31350,KEGG_pathway,map00030 +10252,BSU_31350,KEGG_pathway,map00500 +10253,BSU_31350,KEGG_pathway,map00520 +10254,BSU_31350,KEGG_pathway,map01100 +10255,BSU_31350,KEGG_pathway,map01110 +10256,BSU_31350,KEGG_pathway,map01120 +10257,BSU_31350,KEGG_pathway,map01130 +10258,BSU_31350,KEGG_pathway,map01200 +10261,BSU_31360,KEGG_pathway,map00650 +10262,BSU_31360,KEGG_pathway,map01120 +10265,BSU_31370,KEGG_pathway,map00650 +10266,BSU_31370,KEGG_pathway,map01120 +10267,BSU_31380,KEGG_pathway,- +10278,BSU_31390,KEGG_pathway,map00010 +10279,BSU_31390,KEGG_pathway,map00030 +10280,BSU_31390,KEGG_pathway,map00500 +10281,BSU_31390,KEGG_pathway,map00520 +10282,BSU_31390,KEGG_pathway,map01100 +10283,BSU_31390,KEGG_pathway,map01110 +10284,BSU_31390,KEGG_pathway,map01120 +10285,BSU_31390,KEGG_pathway,map01130 +10286,BSU_31390,KEGG_pathway,map01200 +10287,BSU_31390,KEGG_pathway,map03010 +10304,BSU_31400,KEGG_pathway,map00220 +10305,BSU_31400,KEGG_pathway,map00250 +10306,BSU_31400,KEGG_pathway,map00270 +10307,BSU_31400,KEGG_pathway,map00300 +10308,BSU_31400,KEGG_pathway,map00330 +10309,BSU_31400,KEGG_pathway,map00350 +10310,BSU_31400,KEGG_pathway,map00360 +10311,BSU_31400,KEGG_pathway,map00400 +10312,BSU_31400,KEGG_pathway,map00401 +10313,BSU_31400,KEGG_pathway,map00950 +10314,BSU_31400,KEGG_pathway,map00960 +10315,BSU_31400,KEGG_pathway,map01100 +10316,BSU_31400,KEGG_pathway,map01110 +10317,BSU_31400,KEGG_pathway,map01130 +10318,BSU_31400,KEGG_pathway,map01210 +10319,BSU_31400,KEGG_pathway,map01230 +10320,BSU_31410,KEGG_pathway,- +10321,BSU_31420,KEGG_pathway,- +10322,BSU_31430,KEGG_pathway,- +10328,BSU_31440,KEGG_pathway,map00270 +10329,BSU_31440,KEGG_pathway,map00450 +10330,BSU_31440,KEGG_pathway,map01100 +10331,BSU_31440,KEGG_pathway,map01110 +10332,BSU_31440,KEGG_pathway,map01230 +10334,BSU_31450,KEGG_pathway,map02020 +10336,BSU_31460,KEGG_pathway,map02020 +10337,BSU_31470,KEGG_pathway,- +10338,BSU_31480,KEGG_pathway,- +10342,BSU_31490,KEGG_pathway,map00550 +10343,BSU_31490,KEGG_pathway,map01100 +10344,BSU_31490,KEGG_pathway,map01501 +10345,BSU_31500,KEGG_pathway,- +10346,BSU_31510,KEGG_pathway,- +10349,BSU_31520,KEGG_pathway,map02020 +10350,BSU_31520,KEGG_pathway,map02030 +10352,BSU_31530,KEGG_pathway,map02020 +10353,BSU_31540,KEGG_pathway,- +10354,BSU_31550,KEGG_pathway,- +10355,BSU_31560,KEGG_pathway,- +10356,BSU_31570,KEGG_pathway,- +10358,BSU_31580,KEGG_pathway,map02020 +10359,BSU_31590,KEGG_pathway,- +10362,BSU_31600,KEGG_pathway,map00190 +10363,BSU_31600,KEGG_pathway,map01100 +10364,BSU_31610,KEGG_pathway,- +10367,BSU_31620,KEGG_pathway,map00190 +10368,BSU_31620,KEGG_pathway,map01100 +10369,BSU_31630,KEGG_pathway,- +10370,BSU_31640,KEGG_pathway,- +10371,BSU_31650,KEGG_pathway,- +10372,BSU_31660,KEGG_pathway,- +10373,BSU_31670,KEGG_pathway,- +10376,BSU_31680,KEGG_pathway,map02020 +10377,BSU_31680,KEGG_pathway,map02024 +10380,BSU_31690,KEGG_pathway,map02020 +10381,BSU_31690,KEGG_pathway,map02024 +10383,BSU_31710,KEGG_pathway,map02024 +10384,BSU_31730,KEGG_pathway,- +10386,BSU_31740,KEGG_pathway,map05111 +10389,BSU_31750,KEGG_pathway,map00760 +10390,BSU_31750,KEGG_pathway,map01100 +10391,BSU_31760,KEGG_pathway,- +10392,BSU_31770,KEGG_pathway,- +10393,BSU_31780,KEGG_pathway,- +10394,BSU_31790,KEGG_pathway,- +10395,BSU_31800,KEGG_pathway,- +10396,BSU_31810,KEGG_pathway,- +10397,BSU_31820,KEGG_pathway,- +10398,BSU_31830,KEGG_pathway,- +10399,BSU_31840,KEGG_pathway,- +10400,BSU_31850,KEGG_pathway,- +10401,BSU_31860,KEGG_pathway,- +10402,BSU_31875,KEGG_pathway,- +10403,BSU_31890,KEGG_pathway,- +10404,BSU_31900,KEGG_pathway,- +10405,BSU_31910,KEGG_pathway,- +10406,BSU_31920,KEGG_pathway,- +10410,BSU_31930,KEGG_pathway,map00250 +10411,BSU_31930,KEGG_pathway,map00430 +10412,BSU_31930,KEGG_pathway,map01100 +10413,BSU_31945,KEGG_pathway,- +10416,BSU_31959,KEGG_pathway,map00261 +10417,BSU_31959,KEGG_pathway,map01130 +10419,BSU_31960,KEGG_pathway,map01053 +10423,BSU_31970,KEGG_pathway,map01053 +10424,BSU_31970,KEGG_pathway,map01110 +10425,BSU_31970,KEGG_pathway,map01130 +10429,BSU_31980,KEGG_pathway,map01053 +10430,BSU_31980,KEGG_pathway,map01110 +10431,BSU_31980,KEGG_pathway,map01130 +10437,BSU_31990,KEGG_pathway,map00130 +10438,BSU_31990,KEGG_pathway,map01053 +10439,BSU_31990,KEGG_pathway,map01100 +10440,BSU_31990,KEGG_pathway,map01110 +10441,BSU_31990,KEGG_pathway,map01130 +10445,BSU_32000,KEGG_pathway,map01053 +10446,BSU_32000,KEGG_pathway,map01110 +10447,BSU_32000,KEGG_pathway,map01130 +10448,BSU_32010,KEGG_pathway,- +10449,BSU_32020,KEGG_pathway,- +10451,BSU_32030,KEGG_pathway,map02010 +10452,BSU_32040,KEGG_pathway,- +10456,BSU_32050,KEGG_pathway,map00330 +10457,BSU_32050,KEGG_pathway,map00480 +10458,BSU_32050,KEGG_pathway,map01100 +10459,BSU_32060,KEGG_pathway,- +10460,BSU_32070,KEGG_pathway,- +10461,BSU_32080,KEGG_pathway,- +10462,BSU_32090,KEGG_pathway,- +10464,BSU_32100,KEGG_pathway,map00190 +10465,BSU_32110,KEGG_pathway,- +10470,BSU_32130,KEGG_pathway,map00230 +10471,BSU_32130,KEGG_pathway,map00983 +10472,BSU_32130,KEGG_pathway,map01100 +10473,BSU_32130,KEGG_pathway,map01110 +10474,BSU_32140,KEGG_pathway,- +10475,BSU_32150,KEGG_pathway,- +10476,BSU_32160,KEGG_pathway,- +10483,BSU_32170,KEGG_pathway,map00300 +10484,BSU_32170,KEGG_pathway,map01100 +10485,BSU_32170,KEGG_pathway,map01110 +10486,BSU_32170,KEGG_pathway,map01120 +10487,BSU_32170,KEGG_pathway,map01130 +10488,BSU_32170,KEGG_pathway,map01230 +10489,BSU_32180,KEGG_pathway,- +10490,BSU_32190,KEGG_pathway,- +10492,BSU_32200,KEGG_pathway,map00190 +10493,BSU_32210,KEGG_pathway,- +10494,BSU_32220,KEGG_pathway,- +10496,BSU_32230,KEGG_pathway,map04974 +10502,BSU_32240,KEGG_pathway,map00260 +10503,BSU_32240,KEGG_pathway,map01100 +10504,BSU_32240,KEGG_pathway,map01110 +10505,BSU_32240,KEGG_pathway,map01120 +10506,BSU_32240,KEGG_pathway,map01230 +10513,BSU_32250,KEGG_pathway,map00260 +10514,BSU_32250,KEGG_pathway,map00750 +10515,BSU_32250,KEGG_pathway,map01100 +10516,BSU_32250,KEGG_pathway,map01110 +10517,BSU_32250,KEGG_pathway,map01120 +10518,BSU_32250,KEGG_pathway,map01230 +10527,BSU_32260,KEGG_pathway,map00260 +10528,BSU_32260,KEGG_pathway,map00270 +10529,BSU_32260,KEGG_pathway,map00300 +10530,BSU_32260,KEGG_pathway,map01100 +10531,BSU_32260,KEGG_pathway,map01110 +10532,BSU_32260,KEGG_pathway,map01120 +10533,BSU_32260,KEGG_pathway,map01130 +10534,BSU_32260,KEGG_pathway,map01230 +10535,BSU_32270,KEGG_pathway,- +10538,BSU_32280,KEGG_pathway,map00564 +10539,BSU_32280,KEGG_pathway,map01100 +10545,BSU_32290,KEGG_pathway,map00230 +10546,BSU_32290,KEGG_pathway,map00627 +10547,BSU_32290,KEGG_pathway,map00920 +10548,BSU_32290,KEGG_pathway,map01100 +10549,BSU_32290,KEGG_pathway,map01120 +10550,BSU_32300,KEGG_pathway,- +10551,BSU_32310,KEGG_pathway,- +10552,BSU_32320,KEGG_pathway,- +10555,BSU_32330,KEGG_pathway,map00785 +10556,BSU_32330,KEGG_pathway,map01100 +10557,BSU_32340,KEGG_pathway,- +10558,BSU_32350,KEGG_pathway,- +10559,BSU_32360,KEGG_pathway,- +10565,BSU_32370,KEGG_pathway,map00230 +10566,BSU_32370,KEGG_pathway,map00240 +10567,BSU_32370,KEGG_pathway,map00760 +10568,BSU_32370,KEGG_pathway,map01100 +10569,BSU_32370,KEGG_pathway,map01110 +10570,BSU_32380,KEGG_pathway,- +10571,BSU_32390,KEGG_pathway,- +10572,BSU_32400,KEGG_pathway,- +10576,BSU_32410,KEGG_pathway,map00230 +10577,BSU_32410,KEGG_pathway,map01100 +10578,BSU_32410,KEGG_pathway,map01120 +10579,BSU_32420,KEGG_pathway,- +10580,BSU_32430,KEGG_pathway,- +10581,BSU_32440,KEGG_pathway,- +10587,BSU_32450,KEGG_pathway,map00230 +10588,BSU_32450,KEGG_pathway,map00232 +10589,BSU_32450,KEGG_pathway,map00520 +10590,BSU_32450,KEGG_pathway,map01100 +10591,BSU_32450,KEGG_pathway,map01120 +10595,BSU_32460,KEGG_pathway,map00230 +10596,BSU_32460,KEGG_pathway,map01100 +10597,BSU_32460,KEGG_pathway,map01120 +10601,BSU_32470,KEGG_pathway,map00230 +10602,BSU_32470,KEGG_pathway,map01100 +10603,BSU_32470,KEGG_pathway,map01120 +10607,BSU_32480,KEGG_pathway,map00230 +10608,BSU_32480,KEGG_pathway,map01100 +10609,BSU_32480,KEGG_pathway,map01120 +10614,BSU_32490,KEGG_pathway,map00230 +10615,BSU_32490,KEGG_pathway,map00450 +10616,BSU_32490,KEGG_pathway,map01100 +10617,BSU_32490,KEGG_pathway,map01120 +10623,BSU_32500,KEGG_pathway,map00230 +10624,BSU_32500,KEGG_pathway,map00760 +10625,BSU_32500,KEGG_pathway,map00790 +10626,BSU_32500,KEGG_pathway,map01100 +10627,BSU_32500,KEGG_pathway,map01120 +10631,BSU_32510,KEGG_pathway,map00230 +10632,BSU_32510,KEGG_pathway,map01100 +10633,BSU_32510,KEGG_pathway,map01120 +10645,BSU_32520,KEGG_pathway,map00230 +10646,BSU_32520,KEGG_pathway,map00250 +10647,BSU_32520,KEGG_pathway,map00260 +10648,BSU_32520,KEGG_pathway,map00630 +10649,BSU_32520,KEGG_pathway,map00680 +10650,BSU_32520,KEGG_pathway,map01100 +10651,BSU_32520,KEGG_pathway,map01110 +10652,BSU_32520,KEGG_pathway,map01120 +10653,BSU_32520,KEGG_pathway,map01130 +10654,BSU_32520,KEGG_pathway,map01200 +10655,BSU_32520,KEGG_pathway,map04146 +10660,BSU_32530,KEGG_pathway,map00230 +10661,BSU_32530,KEGG_pathway,map00240 +10662,BSU_32530,KEGG_pathway,map01100 +10663,BSU_32530,KEGG_pathway,map01120 +10665,BSU_32540,KEGG_pathway,map02024 +10667,BSU_32550,KEGG_pathway,map02010 +10668,BSU_32560,KEGG_pathway,- +10669,BSU_32570,KEGG_pathway,- +10671,BSU_32580,KEGG_pathway,map02010 +10673,BSU_32590,KEGG_pathway,map02010 +10675,BSU_32600,KEGG_pathway,map02010 +10676,BSU_32610,KEGG_pathway,- +10684,BSU_32620,KEGG_pathway,map00230 +10685,BSU_32620,KEGG_pathway,map00240 +10686,BSU_32620,KEGG_pathway,map01100 +10687,BSU_32620,KEGG_pathway,map03030 +10688,BSU_32620,KEGG_pathway,map03420 +10689,BSU_32620,KEGG_pathway,map03430 +10690,BSU_32620,KEGG_pathway,map03440 +10692,BSU_32630,KEGG_pathway,map00360 +10693,BSU_32650,KEGG_pathway,- +10694,BSU_32660,KEGG_pathway,- +10695,BSU_32669,KEGG_pathway,- +10696,BSU_32670,KEGG_pathway,- +10697,BSU_32680,KEGG_pathway,- +10702,BSU_32690,KEGG_pathway,map00450 +10703,BSU_32690,KEGG_pathway,map00730 +10704,BSU_32690,KEGG_pathway,map01100 +10705,BSU_32690,KEGG_pathway,map04122 +10706,BSU_32700,KEGG_pathway,- +10707,BSU_32710,KEGG_pathway,- +10718,BSU_32720,KEGG_pathway,map00010 +10719,BSU_32720,KEGG_pathway,map00020 +10720,BSU_32720,KEGG_pathway,map00362 +10721,BSU_32720,KEGG_pathway,map00620 +10722,BSU_32720,KEGG_pathway,map01100 +10723,BSU_32720,KEGG_pathway,map01110 +10724,BSU_32720,KEGG_pathway,map01120 +10725,BSU_32720,KEGG_pathway,map01130 +10726,BSU_32720,KEGG_pathway,map01200 +10727,BSU_32720,KEGG_pathway,map01220 +10729,BSU_32730,KEGG_pathway,map02010 +10731,BSU_32740,KEGG_pathway,map02010 +10733,BSU_32750,KEGG_pathway,map02010 +10734,BSU_32760,KEGG_pathway,- +10737,BSU_32770,KEGG_pathway,map04621 +10738,BSU_32770,KEGG_pathway,map05418 +10739,BSU_32780,KEGG_pathway,- +10740,BSU_32790,KEGG_pathway,- +10747,BSU_32800,KEGG_pathway,map00260 +10748,BSU_32800,KEGG_pathway,map00630 +10749,BSU_32800,KEGG_pathway,map01100 +10750,BSU_32800,KEGG_pathway,map01110 +10751,BSU_32800,KEGG_pathway,map01130 +10752,BSU_32800,KEGG_pathway,map01200 +10753,BSU_32810,KEGG_pathway,- +10762,BSU_32820,KEGG_pathway,map00071 +10763,BSU_32820,KEGG_pathway,map00280 +10764,BSU_32820,KEGG_pathway,map00650 +10765,BSU_32820,KEGG_pathway,map01100 +10766,BSU_32820,KEGG_pathway,map01110 +10767,BSU_32820,KEGG_pathway,map01120 +10768,BSU_32820,KEGG_pathway,map01200 +10769,BSU_32820,KEGG_pathway,map01212 +10781,BSU_32830,KEGG_pathway,map00071 +10782,BSU_32830,KEGG_pathway,map00280 +10783,BSU_32830,KEGG_pathway,map00281 +10784,BSU_32830,KEGG_pathway,map00362 +10785,BSU_32830,KEGG_pathway,map00592 +10786,BSU_32830,KEGG_pathway,map00642 +10787,BSU_32830,KEGG_pathway,map01100 +10788,BSU_32830,KEGG_pathway,map01110 +10789,BSU_32830,KEGG_pathway,map01120 +10790,BSU_32830,KEGG_pathway,map01130 +10791,BSU_32830,KEGG_pathway,map01212 +10810,BSU_32840,KEGG_pathway,map00071 +10811,BSU_32840,KEGG_pathway,map00280 +10812,BSU_32840,KEGG_pathway,map00281 +10813,BSU_32840,KEGG_pathway,map00310 +10814,BSU_32840,KEGG_pathway,map00362 +10815,BSU_32840,KEGG_pathway,map00380 +10816,BSU_32840,KEGG_pathway,map00410 +10817,BSU_32840,KEGG_pathway,map00640 +10818,BSU_32840,KEGG_pathway,map00650 +10819,BSU_32840,KEGG_pathway,map00903 +10820,BSU_32840,KEGG_pathway,map00930 +10821,BSU_32840,KEGG_pathway,map01040 +10822,BSU_32840,KEGG_pathway,map01100 +10823,BSU_32840,KEGG_pathway,map01110 +10824,BSU_32840,KEGG_pathway,map01120 +10825,BSU_32840,KEGG_pathway,map01130 +10826,BSU_32840,KEGG_pathway,map01200 +10827,BSU_32840,KEGG_pathway,map01212 +10828,BSU_32849,KEGG_pathway,- +10833,BSU_32850,KEGG_pathway,map00330 +10834,BSU_32850,KEGG_pathway,map01100 +10835,BSU_32850,KEGG_pathway,map01110 +10836,BSU_32850,KEGG_pathway,map01130 +10837,BSU_32859,KEGG_pathway,- +10838,BSU_32860,KEGG_pathway,- +10839,BSU_32870,KEGG_pathway,- +10840,BSU_32880,KEGG_pathway,- +10841,BSU_32890,KEGG_pathway,- +10849,BSU_32900,KEGG_pathway,map00061 +10850,BSU_32900,KEGG_pathway,map00333 +10851,BSU_32900,KEGG_pathway,map00780 +10852,BSU_32900,KEGG_pathway,map01040 +10853,BSU_32900,KEGG_pathway,map01100 +10854,BSU_32900,KEGG_pathway,map01130 +10855,BSU_32900,KEGG_pathway,map01212 +10863,BSU_32910,KEGG_pathway,map00061 +10864,BSU_32910,KEGG_pathway,map00333 +10865,BSU_32910,KEGG_pathway,map00780 +10866,BSU_32910,KEGG_pathway,map01040 +10867,BSU_32910,KEGG_pathway,map01100 +10868,BSU_32910,KEGG_pathway,map01130 +10869,BSU_32910,KEGG_pathway,map01212 +10870,BSU_32920,KEGG_pathway,- +10871,BSU_32930,KEGG_pathway,- +10873,BSU_32940,KEGG_pathway,map02010 +10874,BSU_32950,KEGG_pathway,- +10875,BSU_32960,KEGG_pathway,- +10876,BSU_32970,KEGG_pathway,- +10877,BSU_32980,KEGG_pathway,- +10878,BSU_32990,KEGG_pathway,- +10881,BSU_33000,KEGG_pathway,map01503 +10882,BSU_33000,KEGG_pathway,map02020 +10884,BSU_33010,KEGG_pathway,map02020 +10886,BSU_33020,KEGG_pathway,map02020 +10887,BSU_33029,KEGG_pathway,- +10888,BSU_33030,KEGG_pathway,- +10901,BSU_33040,KEGG_pathway,map00020 +10902,BSU_33040,KEGG_pathway,map00620 +10903,BSU_33040,KEGG_pathway,map00720 +10904,BSU_33040,KEGG_pathway,map01100 +10905,BSU_33040,KEGG_pathway,map01110 +10906,BSU_33040,KEGG_pathway,map01120 +10907,BSU_33040,KEGG_pathway,map01130 +10908,BSU_33040,KEGG_pathway,map01200 +10909,BSU_33040,KEGG_pathway,map02020 +10910,BSU_33040,KEGG_pathway,map04934 +10911,BSU_33040,KEGG_pathway,map05200 +10912,BSU_33040,KEGG_pathway,map05211 +10913,BSU_33049,KEGG_pathway,- +10914,BSU_33050,KEGG_pathway,- +10915,BSU_33060,KEGG_pathway,- +10916,BSU_33070,KEGG_pathway,- +10918,BSU_33080,KEGG_pathway,map02020 +10920,BSU_33090,KEGG_pathway,map02020 +10922,BSU_33100,KEGG_pathway,map02020 +10924,BSU_33110,KEGG_pathway,map02020 +10926,BSU_33120,KEGG_pathway,map02020 +10928,BSU_33130,KEGG_pathway,map02020 +10929,BSU_33140,KEGG_pathway,- +10932,BSU_33150,KEGG_pathway,map00860 +10933,BSU_33150,KEGG_pathway,map01100 +10935,BSU_33160,KEGG_pathway,map02010 +10937,BSU_33170,KEGG_pathway,map02010 +10939,BSU_33180,KEGG_pathway,map02010 +10940,BSU_33190,KEGG_pathway,- +10942,BSU_33200,KEGG_pathway,map00040 +10943,BSU_33210,KEGG_pathway,- +10944,BSU_33221,KEGG_pathway,- +10945,BSU_33222,KEGG_pathway,- +10946,BSU_33230,KEGG_pathway,- +10947,BSU_33239,KEGG_pathway,- +10950,BSU_33240,KEGG_pathway,map00630 +10951,BSU_33240,KEGG_pathway,map01100 +10952,BSU_33250,KEGG_pathway,- +10953,BSU_33260,KEGG_pathway,- +10954,BSU_33270,KEGG_pathway,- +10955,BSU_33280,KEGG_pathway,- +10957,BSU_33290,KEGG_pathway,map02010 +10959,BSU_33300,KEGG_pathway,map02010 +10961,BSU_33310,KEGG_pathway,map02010 +10963,BSU_33320,KEGG_pathway,map02010 +10964,BSU_33330,KEGG_pathway,- +10965,BSU_33340,KEGG_pathway,- +10966,BSU_33350,KEGG_pathway,- +10969,BSU_33360,KEGG_pathway,map00561 +10970,BSU_33360,KEGG_pathway,map01100 +10971,BSU_33370,KEGG_pathway,- +10973,BSU_33380,KEGG_pathway,map02010 +10975,BSU_33390,KEGG_pathway,map02010 +10976,BSU_33400,KEGG_pathway,- +10977,BSU_33410,KEGG_pathway,- +10978,BSU_33420,KEGG_pathway,- +10983,BSU_33430,KEGG_pathway,map00910 +10984,BSU_33430,KEGG_pathway,map00920 +10985,BSU_33430,KEGG_pathway,map01100 +10986,BSU_33430,KEGG_pathway,map01120 +10990,BSU_33440,KEGG_pathway,map00920 +10991,BSU_33440,KEGG_pathway,map01100 +10992,BSU_33440,KEGG_pathway,map01120 +10995,BSU_33450,KEGG_pathway,map03420 +10996,BSU_33450,KEGG_pathway,map03430 +10997,BSU_33460,KEGG_pathway,- +10998,BSU_33470,KEGG_pathway,- +10999,BSU_33480,KEGG_pathway,- +11000,BSU_33490,KEGG_pathway,- +11003,BSU_33500,KEGG_pathway,map01524 +11004,BSU_33500,KEGG_pathway,map04016 +11006,BSU_33510,KEGG_pathway,map04978 +11007,BSU_33520,KEGG_pathway,- +11010,BSU_33530,KEGG_pathway,map00562 +11011,BSU_33530,KEGG_pathway,map01120 +11012,BSU_33540,KEGG_pathway,- +11013,BSU_33550,KEGG_pathway,- +11014,BSU_33560,KEGG_pathway,- +11015,BSU_33570,KEGG_pathway,- +11016,BSU_33580,KEGG_pathway,- +11024,BSU_33590,KEGG_pathway,map00061 +11025,BSU_33590,KEGG_pathway,map00333 +11026,BSU_33590,KEGG_pathway,map00780 +11027,BSU_33590,KEGG_pathway,map01040 +11028,BSU_33590,KEGG_pathway,map01100 +11029,BSU_33590,KEGG_pathway,map01130 +11030,BSU_33590,KEGG_pathway,map01212 +11031,BSU_33600,KEGG_pathway,- +11033,BSU_33610,KEGG_pathway,map03018 +11034,BSU_33620,KEGG_pathway,- +11038,BSU_33630,KEGG_pathway,map02024 +11039,BSU_33630,KEGG_pathway,map03060 +11040,BSU_33630,KEGG_pathway,map03070 +11041,BSU_33640,KEGG_pathway,- +11042,BSU_33650,KEGG_pathway,- +11043,BSU_33660,KEGG_pathway,- +11044,BSU_33670,KEGG_pathway,- +11045,BSU_33680,KEGG_pathway,- +11048,BSU_33690,KEGG_pathway,map02020 +11049,BSU_33690,KEGG_pathway,map02030 +11051,BSU_33700,KEGG_pathway,map02010 +11053,BSU_33710,KEGG_pathway,map02010 +11055,BSU_33720,KEGG_pathway,map02010 +11057,BSU_33730,KEGG_pathway,map02010 +11058,BSU_33740,KEGG_pathway,- +11059,BSU_33760,KEGG_pathway,- +11060,BSU_33780,KEGG_pathway,- +11061,BSU_33790,KEGG_pathway,- +11063,BSU_33800,KEGG_pathway,map02010 +11065,BSU_33810,KEGG_pathway,map02010 +11067,BSU_33820,KEGG_pathway,map02010 +11069,BSU_33830,KEGG_pathway,map02010 +11070,BSU_33840,KEGG_pathway,- +11071,BSU_33850,KEGG_pathway,- +11072,BSU_33860,KEGG_pathway,- +11073,BSU_33870,KEGG_pathway,- +11074,BSU_33880,KEGG_pathway,- +11079,BSU_33890,KEGG_pathway,map00521 +11080,BSU_33890,KEGG_pathway,map00562 +11081,BSU_33890,KEGG_pathway,map01100 +11082,BSU_33890,KEGG_pathway,map04070 +11093,BSU_33900,KEGG_pathway,map00010 +11094,BSU_33900,KEGG_pathway,map00680 +11095,BSU_33900,KEGG_pathway,map01100 +11096,BSU_33900,KEGG_pathway,map01110 +11097,BSU_33900,KEGG_pathway,map01120 +11098,BSU_33900,KEGG_pathway,map01130 +11099,BSU_33900,KEGG_pathway,map01200 +11100,BSU_33900,KEGG_pathway,map01230 +11101,BSU_33900,KEGG_pathway,map03018 +11102,BSU_33900,KEGG_pathway,map04066 +11112,BSU_33910,KEGG_pathway,map00010 +11113,BSU_33910,KEGG_pathway,map00260 +11114,BSU_33910,KEGG_pathway,map00680 +11115,BSU_33910,KEGG_pathway,map01100 +11116,BSU_33910,KEGG_pathway,map01110 +11117,BSU_33910,KEGG_pathway,map01120 +11118,BSU_33910,KEGG_pathway,map01130 +11119,BSU_33910,KEGG_pathway,map01200 +11120,BSU_33910,KEGG_pathway,map01230 +11131,BSU_33920,KEGG_pathway,map00010 +11132,BSU_33920,KEGG_pathway,map00051 +11133,BSU_33920,KEGG_pathway,map00562 +11134,BSU_33920,KEGG_pathway,map00710 +11135,BSU_33920,KEGG_pathway,map01100 +11136,BSU_33920,KEGG_pathway,map01110 +11137,BSU_33920,KEGG_pathway,map01120 +11138,BSU_33920,KEGG_pathway,map01130 +11139,BSU_33920,KEGG_pathway,map01200 +11140,BSU_33920,KEGG_pathway,map01230 +11151,BSU_33930,KEGG_pathway,map00010 +11152,BSU_33930,KEGG_pathway,map00051 +11153,BSU_33930,KEGG_pathway,map00562 +11154,BSU_33930,KEGG_pathway,map00710 +11155,BSU_33930,KEGG_pathway,map01100 +11156,BSU_33930,KEGG_pathway,map01110 +11157,BSU_33930,KEGG_pathway,map01120 +11158,BSU_33930,KEGG_pathway,map01130 +11159,BSU_33930,KEGG_pathway,map01200 +11160,BSU_33930,KEGG_pathway,map01230 +11171,BSU_33940,KEGG_pathway,map00010 +11172,BSU_33940,KEGG_pathway,map00710 +11173,BSU_33940,KEGG_pathway,map01100 +11174,BSU_33940,KEGG_pathway,map01110 +11175,BSU_33940,KEGG_pathway,map01120 +11176,BSU_33940,KEGG_pathway,map01130 +11177,BSU_33940,KEGG_pathway,map01200 +11178,BSU_33940,KEGG_pathway,map01230 +11179,BSU_33940,KEGG_pathway,map04066 +11180,BSU_33940,KEGG_pathway,map05010 +11181,BSU_33950,KEGG_pathway,- +11183,BSU_33960,KEGG_pathway,map04113 +11184,BSU_33970,KEGG_pathway,- +11185,BSU_33980,KEGG_pathway,- +11186,BSU_33990,KEGG_pathway,- +11187,BSU_34000,KEGG_pathway,- +11188,BSU_34010,KEGG_pathway,- +11189,BSU_34020,KEGG_pathway,- +11190,BSU_34030,KEGG_pathway,- +11191,BSU_34040,KEGG_pathway,- +11192,BSU_34050,KEGG_pathway,- +11194,BSU_34060,KEGG_pathway,map02020 +11196,BSU_34070,KEGG_pathway,map02020 +11197,BSU_34080,KEGG_pathway,- +11198,BSU_34090,KEGG_pathway,- +11199,BSU_34100,KEGG_pathway,- +11202,BSU_34110,KEGG_pathway,map02020 +11203,BSU_34110,KEGG_pathway,map02025 +11204,BSU_34120,KEGG_pathway,- +11206,BSU_34130,KEGG_pathway,map00052 +11208,BSU_34140,KEGG_pathway,map02010 +11210,BSU_34150,KEGG_pathway,map02010 +11212,BSU_34160,KEGG_pathway,map02010 +11213,BSU_34170,KEGG_pathway,- +11214,BSU_34180,KEGG_pathway,- +11215,BSU_34190,KEGG_pathway,- +11218,BSU_34200,KEGG_pathway,map02020 +11219,BSU_34200,KEGG_pathway,map05111 +11220,BSU_34210,KEGG_pathway,- +11221,BSU_34220,KEGG_pathway,- +11223,BSU_34230,KEGG_pathway,map00520 +11224,BSU_34240,KEGG_pathway,- +11225,BSU_34250,KEGG_pathway,- +11226,BSU_34265,KEGG_pathway,- +11227,BSU_34280,KEGG_pathway,- +11228,BSU_34290,KEGG_pathway,- +11229,BSU_34300,KEGG_pathway,- +11230,BSU_34310,KEGG_pathway,- +11231,BSU_34320,KEGG_pathway,- +11232,BSU_34330,KEGG_pathway,- +11233,BSU_34340,KEGG_pathway,- +11240,BSU_34350,KEGG_pathway,map00520 +11241,BSU_34350,KEGG_pathway,map00521 +11242,BSU_34350,KEGG_pathway,map00523 +11243,BSU_34350,KEGG_pathway,map00525 +11244,BSU_34350,KEGG_pathway,map01055 +11245,BSU_34350,KEGG_pathway,map01130 +11246,BSU_34360,KEGG_pathway,- +11247,BSU_34370,KEGG_pathway,- +11248,BSU_34380,KEGG_pathway,- +11249,BSU_34390,KEGG_pathway,- +11250,BSU_34400,KEGG_pathway,- +11251,BSU_34410,KEGG_pathway,- +11254,BSU_34430,KEGG_pathway,map00250 +11255,BSU_34430,KEGG_pathway,map01054 +11256,BSU_34440,KEGG_pathway,- +11260,BSU_34450,KEGG_pathway,map00500 +11261,BSU_34450,KEGG_pathway,map01100 +11262,BSU_34450,KEGG_pathway,map02020 +11267,BSU_34460,KEGG_pathway,map00051 +11268,BSU_34460,KEGG_pathway,map00052 +11269,BSU_34460,KEGG_pathway,map00500 +11270,BSU_34460,KEGG_pathway,map01100 +11271,BSU_34470,KEGG_pathway,- +11272,BSU_34480,KEGG_pathway,- +11273,BSU_34490,KEGG_pathway,- +11274,BSU_34500,KEGG_pathway,- +11275,BSU_34510,KEGG_pathway,- +11276,BSU_34520,KEGG_pathway,- +11277,BSU_34530,KEGG_pathway,- +11280,BSU_34540,KEGG_pathway,map04112 +11281,BSU_34540,KEGG_pathway,map04212 +11284,BSU_34550,KEGG_pathway,map00500 +11285,BSU_34550,KEGG_pathway,map01100 +11289,BSU_34560,KEGG_pathway,map00052 +11290,BSU_34560,KEGG_pathway,map00500 +11291,BSU_34560,KEGG_pathway,map01100 +11294,BSU_34570,KEGG_pathway,map00500 +11295,BSU_34570,KEGG_pathway,map01100 +11296,BSU_34580,KEGG_pathway,- +11298,BSU_34590,KEGG_pathway,map02010 +11300,BSU_34600,KEGG_pathway,map02010 +11302,BSU_34610,KEGG_pathway,map02010 +11305,BSU_34620,KEGG_pathway,map00500 +11306,BSU_34620,KEGG_pathway,map01100 +11307,BSU_34630,KEGG_pathway,- +11310,BSU_34640,KEGG_pathway,map00230 +11311,BSU_34640,KEGG_pathway,map00240 +11312,BSU_34650,KEGG_pathway,- +11313,BSU_34660,KEGG_pathway,- +11315,BSU_34670,KEGG_pathway,map00910 +11324,BSU_34680,KEGG_pathway,map00030 +11325,BSU_34680,KEGG_pathway,map00260 +11326,BSU_34680,KEGG_pathway,map00480 +11327,BSU_34680,KEGG_pathway,map00620 +11328,BSU_34680,KEGG_pathway,map00630 +11329,BSU_34680,KEGG_pathway,map01100 +11330,BSU_34680,KEGG_pathway,map01110 +11331,BSU_34680,KEGG_pathway,map01120 +11333,BSU_34690,KEGG_pathway,map02020 +11335,BSU_34700,KEGG_pathway,map02020 +11337,BSU_34710,KEGG_pathway,map02020 +11339,BSU_34720,KEGG_pathway,map02020 +11340,BSU_34729,KEGG_pathway,- +11341,BSU_34730,KEGG_pathway,- +11342,BSU_34740,KEGG_pathway,- +11343,BSU_34750,KEGG_pathway,- +11344,BSU_34760,KEGG_pathway,- +11345,BSU_34770,KEGG_pathway,- +11346,BSU_34780,KEGG_pathway,- +11348,BSU_34790,KEGG_pathway,map00450 +11349,BSU_34800,KEGG_pathway,- +11350,BSU_34810,KEGG_pathway,- +11353,BSU_34820,KEGG_pathway,map01501 +11354,BSU_34820,KEGG_pathway,map02010 +11355,BSU_34840,KEGG_pathway,- +11356,BSU_34850,KEGG_pathway,- +11361,BSU_34860,KEGG_pathway,map00340 +11362,BSU_34860,KEGG_pathway,map01100 +11363,BSU_34860,KEGG_pathway,map01110 +11364,BSU_34860,KEGG_pathway,map01230 +11369,BSU_34870,KEGG_pathway,map00340 +11370,BSU_34870,KEGG_pathway,map01100 +11371,BSU_34870,KEGG_pathway,map01110 +11372,BSU_34870,KEGG_pathway,map01230 +11377,BSU_34880,KEGG_pathway,map00340 +11378,BSU_34880,KEGG_pathway,map01100 +11379,BSU_34880,KEGG_pathway,map01110 +11380,BSU_34880,KEGG_pathway,map01230 +11385,BSU_34890,KEGG_pathway,map00340 +11386,BSU_34890,KEGG_pathway,map01100 +11387,BSU_34890,KEGG_pathway,map01110 +11388,BSU_34890,KEGG_pathway,map01230 +11399,BSU_34900,KEGG_pathway,map00340 +11400,BSU_34900,KEGG_pathway,map00350 +11401,BSU_34900,KEGG_pathway,map00360 +11402,BSU_34900,KEGG_pathway,map00400 +11403,BSU_34900,KEGG_pathway,map00401 +11404,BSU_34900,KEGG_pathway,map00960 +11405,BSU_34900,KEGG_pathway,map01100 +11406,BSU_34900,KEGG_pathway,map01110 +11407,BSU_34900,KEGG_pathway,map01130 +11408,BSU_34900,KEGG_pathway,map01230 +11413,BSU_34910,KEGG_pathway,map00340 +11414,BSU_34910,KEGG_pathway,map01100 +11415,BSU_34910,KEGG_pathway,map01110 +11416,BSU_34910,KEGG_pathway,map01230 +11421,BSU_34920,KEGG_pathway,map00340 +11422,BSU_34920,KEGG_pathway,map01100 +11423,BSU_34920,KEGG_pathway,map01110 +11424,BSU_34920,KEGG_pathway,map01230 +11430,BSU_34930,KEGG_pathway,map00340 +11431,BSU_34930,KEGG_pathway,map00970 +11432,BSU_34930,KEGG_pathway,map01100 +11433,BSU_34930,KEGG_pathway,map01110 +11434,BSU_34930,KEGG_pathway,map01230 +11435,BSU_34940,KEGG_pathway,- +11437,BSU_34950,KEGG_pathway,map00040 +11438,BSU_34960,KEGG_pathway,- +11444,BSU_34970,KEGG_pathway,map00190 +11445,BSU_34970,KEGG_pathway,map00630 +11446,BSU_34970,KEGG_pathway,map01100 +11447,BSU_34970,KEGG_pathway,map01110 +11448,BSU_34970,KEGG_pathway,map01130 +11449,BSU_34980,KEGG_pathway,- +11450,BSU_34990,KEGG_pathway,- +11451,BSU_35000,KEGG_pathway,- +11454,BSU_35010,KEGG_pathway,map00520 +11455,BSU_35010,KEGG_pathway,map01130 +11463,BSU_35020,KEGG_pathway,map00030 +11464,BSU_35020,KEGG_pathway,map00520 +11465,BSU_35020,KEGG_pathway,map01100 +11466,BSU_35020,KEGG_pathway,map01110 +11467,BSU_35020,KEGG_pathway,map01120 +11468,BSU_35020,KEGG_pathway,map01130 +11469,BSU_35020,KEGG_pathway,map01200 +11470,BSU_35030,KEGG_pathway,- +11473,BSU_35040,KEGG_pathway,map00230 +11474,BSU_35040,KEGG_pathway,map02025 +11475,BSU_35050,KEGG_pathway,- +11478,BSU_35060,KEGG_pathway,map00780 +11479,BSU_35060,KEGG_pathway,map01100 +11480,BSU_35070,KEGG_pathway,- +11481,BSU_35080,KEGG_pathway,- +11482,BSU_35090,KEGG_pathway,- +11483,BSU_35100,KEGG_pathway,- +11484,BSU_35110,KEGG_pathway,- +11485,BSU_35120,KEGG_pathway,- +11486,BSU_35130,KEGG_pathway,- +11487,BSU_35140,KEGG_pathway,- +11494,BSU_35150,KEGG_pathway,map02020 +11495,BSU_35150,KEGG_pathway,map02040 +11496,BSU_35150,KEGG_pathway,map04621 +11497,BSU_35150,KEGG_pathway,map04626 +11498,BSU_35150,KEGG_pathway,map05132 +11499,BSU_35150,KEGG_pathway,map05134 +11501,BSU_35160,KEGG_pathway,map03420 +11503,BSU_35170,KEGG_pathway,map03420 +11504,BSU_35180,KEGG_pathway,- +11511,BSU_35190,KEGG_pathway,map00620 +11512,BSU_35190,KEGG_pathway,map00680 +11513,BSU_35190,KEGG_pathway,map00720 +11514,BSU_35190,KEGG_pathway,map01100 +11515,BSU_35190,KEGG_pathway,map01120 +11516,BSU_35190,KEGG_pathway,map01200 +11517,BSU_35200,KEGG_pathway,- +11518,BSU_35210,KEGG_pathway,- +11519,BSU_35220,KEGG_pathway,- +11520,BSU_35230,KEGG_pathway,- +11521,BSU_35239,KEGG_pathway,- +11522,BSU_35240,KEGG_pathway,- +11524,BSU_35250,KEGG_pathway,map02010 +11526,BSU_35260,KEGG_pathway,map02010 +11527,BSU_35270,KEGG_pathway,- +11528,BSU_35280,KEGG_pathway,- +11529,BSU_35290,KEGG_pathway,- +11533,BSU_35300,KEGG_pathway,map02024 +11534,BSU_35300,KEGG_pathway,map03060 +11535,BSU_35300,KEGG_pathway,map03070 +11536,BSU_35310,KEGG_pathway,- +11537,BSU_35319,KEGG_pathway,- +11539,BSU_35330,KEGG_pathway,map02040 +11541,BSU_35340,KEGG_pathway,map02040 +11542,BSU_35350,KEGG_pathway,- +11549,BSU_35360,KEGG_pathway,map02020 +11550,BSU_35360,KEGG_pathway,map02040 +11551,BSU_35360,KEGG_pathway,map04621 +11552,BSU_35360,KEGG_pathway,map04626 +11553,BSU_35360,KEGG_pathway,map05132 +11554,BSU_35360,KEGG_pathway,map05134 +11559,BSU_35370,KEGG_pathway,map02020 +11560,BSU_35370,KEGG_pathway,map02025 +11561,BSU_35370,KEGG_pathway,map02026 +11562,BSU_35370,KEGG_pathway,map05111 +11563,BSU_35380,KEGG_pathway,- +11564,BSU_35390,KEGG_pathway,- +11566,BSU_35400,KEGG_pathway,map02040 +11568,BSU_35410,KEGG_pathway,map02040 +11570,BSU_35420,KEGG_pathway,map02040 +11575,BSU_35430,KEGG_pathway,map02020 +11576,BSU_35430,KEGG_pathway,map02025 +11577,BSU_35430,KEGG_pathway,map02026 +11578,BSU_35430,KEGG_pathway,map02040 +11579,BSU_35440,KEGG_pathway,- +11580,BSU_35450,KEGG_pathway,- +11581,BSU_35460,KEGG_pathway,- +11582,BSU_35470,KEGG_pathway,- +11583,BSU_35480,KEGG_pathway,- +11586,BSU_35490,KEGG_pathway,map02020 +11587,BSU_35490,KEGG_pathway,map02024 +11589,BSU_35500,KEGG_pathway,map02020 +11590,BSU_35510,KEGG_pathway,- +11591,BSU_35520,KEGG_pathway,- +11592,BSU_35530,KEGG_pathway,- +11593,BSU_35540,KEGG_pathway,- +11594,BSU_35550,KEGG_pathway,- +11595,BSU_35560,KEGG_pathway,- +11596,BSU_35570,KEGG_pathway,- +11601,BSU_35580,KEGG_pathway,map00040 +11602,BSU_35580,KEGG_pathway,map00053 +11603,BSU_35580,KEGG_pathway,map00520 +11604,BSU_35580,KEGG_pathway,map01100 +11612,BSU_35590,KEGG_pathway,map00500 +11613,BSU_35590,KEGG_pathway,map00525 +11614,BSU_35590,KEGG_pathway,map01100 +11615,BSU_35590,KEGG_pathway,map01110 +11616,BSU_35590,KEGG_pathway,map01130 +11617,BSU_35590,KEGG_pathway,map02026 +11618,BSU_35590,KEGG_pathway,map04973 +11619,BSU_35600,KEGG_pathway,- +11620,BSU_35609,KEGG_pathway,- +11621,BSU_35610,KEGG_pathway,- +11623,BSU_35620,KEGG_pathway,map01503 +11625,BSU_35630,KEGG_pathway,map01503 +11626,BSU_35640,KEGG_pathway,- +11627,BSU_35650,KEGG_pathway,- +11631,BSU_35660,KEGG_pathway,map00520 +11632,BSU_35660,KEGG_pathway,map01100 +11633,BSU_35660,KEGG_pathway,map05111 +11640,BSU_35670,KEGG_pathway,map00040 +11641,BSU_35670,KEGG_pathway,map00052 +11642,BSU_35670,KEGG_pathway,map00500 +11643,BSU_35670,KEGG_pathway,map00520 +11644,BSU_35670,KEGG_pathway,map01100 +11645,BSU_35670,KEGG_pathway,map01130 +11646,BSU_35680,KEGG_pathway,- +11647,BSU_35690,KEGG_pathway,- +11648,BSU_35698,KEGG_pathway,- +11655,BSU_35699,KEGG_pathway,map00040 +11656,BSU_35699,KEGG_pathway,map00052 +11657,BSU_35699,KEGG_pathway,map00500 +11658,BSU_35699,KEGG_pathway,map00520 +11659,BSU_35699,KEGG_pathway,map01100 +11660,BSU_35699,KEGG_pathway,map01130 +11662,BSU_35700,KEGG_pathway,map02010 +11664,BSU_35710,KEGG_pathway,map02010 +11665,BSU_35720,KEGG_pathway,- +11666,BSU_35730,KEGG_pathway,- +11671,BSU_35740,KEGG_pathway,map00440 +11672,BSU_35740,KEGG_pathway,map00564 +11673,BSU_35740,KEGG_pathway,map01100 +11674,BSU_35740,KEGG_pathway,map05231 +11676,BSU_35750,KEGG_pathway,map05111 +11677,BSU_35760,KEGG_pathway,- +11678,BSU_35770,KEGG_pathway,- +11680,BSU_35780,KEGG_pathway,map00511 +11686,BSU_35790,KEGG_pathway,map00051 +11687,BSU_35790,KEGG_pathway,map00520 +11688,BSU_35790,KEGG_pathway,map01100 +11689,BSU_35790,KEGG_pathway,map01110 +11690,BSU_35790,KEGG_pathway,map01130 +11691,BSU_35800,KEGG_pathway,- +11692,BSU_35810,KEGG_pathway,- +11693,BSU_35820,KEGG_pathway,- +11695,BSU_35830,KEGG_pathway,map04113 +11696,BSU_35840,KEGG_pathway,- +11700,BSU_35850,KEGG_pathway,map00740 +11701,BSU_35850,KEGG_pathway,map01100 +11702,BSU_35850,KEGG_pathway,map01110 +11703,BSU_35860,KEGG_pathway,- +11704,BSU_35870,KEGG_pathway,- +11705,BSU_35880,KEGG_pathway,- +11706,BSU_35890,KEGG_pathway,- +11710,BSU_35900,KEGG_pathway,map00471 +11711,BSU_35900,KEGG_pathway,map00550 +11712,BSU_35900,KEGG_pathway,map01100 +11713,BSU_35910,KEGG_pathway,- +11719,BSU_35920,KEGG_pathway,map00030 +11720,BSU_35920,KEGG_pathway,map00051 +11721,BSU_35920,KEGG_pathway,map00500 +11722,BSU_35920,KEGG_pathway,map00520 +11723,BSU_35920,KEGG_pathway,map01100 +11725,BSU_35930,KEGG_pathway,map02010 +11727,BSU_35940,KEGG_pathway,map02010 +11729,BSU_35950,KEGG_pathway,map02010 +11732,BSU_35960,KEGG_pathway,map02010 +11733,BSU_35960,KEGG_pathway,map02030 +11734,BSU_35970,KEGG_pathway,- +11735,BSU_35980,KEGG_pathway,- +11736,BSU_35990,KEGG_pathway,- +11739,BSU_36000,KEGG_pathway,map00650 +11740,BSU_36000,KEGG_pathway,map00660 +11750,BSU_36010,KEGG_pathway,map00290 +11751,BSU_36010,KEGG_pathway,map00650 +11752,BSU_36010,KEGG_pathway,map00660 +11753,BSU_36010,KEGG_pathway,map00770 +11754,BSU_36010,KEGG_pathway,map01100 +11755,BSU_36010,KEGG_pathway,map01110 +11756,BSU_36010,KEGG_pathway,map01130 +11757,BSU_36010,KEGG_pathway,map01210 +11758,BSU_36010,KEGG_pathway,map01230 +11759,BSU_36020,KEGG_pathway,- +11760,BSU_36030,KEGG_pathway,- +11761,BSU_36040,KEGG_pathway,- +11762,BSU_36050,KEGG_pathway,- +11763,BSU_36060,KEGG_pathway,- +11764,BSU_36070,KEGG_pathway,- +11765,BSU_36080,KEGG_pathway,- +11766,BSU_36090,KEGG_pathway,- +11771,BSU_36100,KEGG_pathway,map00430 +11772,BSU_36100,KEGG_pathway,map00460 +11773,BSU_36100,KEGG_pathway,map00480 +11774,BSU_36100,KEGG_pathway,map01100 +11775,BSU_36110,KEGG_pathway,- +11776,BSU_36120,KEGG_pathway,- +11777,BSU_36130,KEGG_pathway,- +11778,BSU_36150,KEGG_pathway,- +11779,BSU_36160,KEGG_pathway,- +11780,BSU_36170,KEGG_pathway,- +11781,BSU_36180,KEGG_pathway,- +11782,BSU_36190,KEGG_pathway,- +11783,BSU_36200,KEGG_pathway,- +11784,BSU_36220,KEGG_pathway,- +11789,BSU_36230,KEGG_pathway,map00040 +11790,BSU_36230,KEGG_pathway,map00053 +11791,BSU_36230,KEGG_pathway,map00520 +11792,BSU_36230,KEGG_pathway,map01100 +11793,BSU_36240,KEGG_pathway,- +11795,BSU_36250,KEGG_pathway,map05111 +11796,BSU_36260,KEGG_pathway,- +11797,BSU_36269,KEGG_pathway,- +11798,BSU_36270,KEGG_pathway,- +11799,BSU_36280,KEGG_pathway,- +11803,BSU_36290,KEGG_pathway,map00740 +11804,BSU_36290,KEGG_pathway,map01100 +11805,BSU_36290,KEGG_pathway,map01110 +11806,BSU_36300,KEGG_pathway,- +11810,BSU_36310,KEGG_pathway,map03030 +11811,BSU_36310,KEGG_pathway,map03430 +11812,BSU_36310,KEGG_pathway,map03440 +11813,BSU_36320,KEGG_pathway,- +11814,BSU_36330,KEGG_pathway,- +11815,BSU_36340,KEGG_pathway,- +11816,BSU_36350,KEGG_pathway,- +11817,BSU_36360,KEGG_pathway,- +11823,BSU_36370,KEGG_pathway,map00061 +11824,BSU_36370,KEGG_pathway,map00540 +11825,BSU_36370,KEGG_pathway,map00780 +11826,BSU_36370,KEGG_pathway,map01100 +11827,BSU_36370,KEGG_pathway,map01212 +11828,BSU_36380,KEGG_pathway,- +11830,BSU_36390,KEGG_pathway,map02040 +11832,BSU_36400,KEGG_pathway,map02040 +11833,BSU_36410,KEGG_pathway,- +11834,BSU_36420,KEGG_pathway,- +11835,BSU_36440,KEGG_pathway,- +11836,BSU_36450,KEGG_pathway,- +11837,BSU_36460,KEGG_pathway,- +11838,BSU_36470,KEGG_pathway,- +11839,BSU_36480,KEGG_pathway,- +11840,BSU_36490,KEGG_pathway,- +11841,BSU_36500,KEGG_pathway,- +11842,BSU_36510,KEGG_pathway,- +11844,BSU_36520,KEGG_pathway,map02020 +11846,BSU_36530,KEGG_pathway,map00550 +11847,BSU_36540,KEGG_pathway,- +11848,BSU_36550,KEGG_pathway,- +11851,BSU_36560,KEGG_pathway,map00440 +11852,BSU_36560,KEGG_pathway,map01130 +11853,BSU_36570,KEGG_pathway,- +11854,BSU_36580,KEGG_pathway,- +11857,BSU_36590,KEGG_pathway,map00564 +11858,BSU_36590,KEGG_pathway,map01100 +11859,BSU_36600,KEGG_pathway,- +11860,BSU_36610,KEGG_pathway,- +11861,BSU_36620,KEGG_pathway,- +11862,BSU_36630,KEGG_pathway,- +11869,BSU_36640,KEGG_pathway,map00220 +11870,BSU_36640,KEGG_pathway,map00230 +11871,BSU_36640,KEGG_pathway,map00791 +11872,BSU_36640,KEGG_pathway,map01100 +11873,BSU_36640,KEGG_pathway,map01120 +11874,BSU_36640,KEGG_pathway,map05120 +11881,BSU_36650,KEGG_pathway,map00220 +11882,BSU_36650,KEGG_pathway,map00230 +11883,BSU_36650,KEGG_pathway,map00791 +11884,BSU_36650,KEGG_pathway,map01100 +11885,BSU_36650,KEGG_pathway,map01120 +11886,BSU_36650,KEGG_pathway,map05120 +11893,BSU_36660,KEGG_pathway,map00220 +11894,BSU_36660,KEGG_pathway,map00230 +11895,BSU_36660,KEGG_pathway,map00791 +11896,BSU_36660,KEGG_pathway,map01100 +11897,BSU_36660,KEGG_pathway,map01120 +11898,BSU_36660,KEGG_pathway,map05120 +11899,BSU_36670,KEGG_pathway,- +11900,BSU_36680,KEGG_pathway,- +11902,BSU_36690,KEGG_pathway,map02024 +11906,BSU_36700,KEGG_pathway,map00790 +11907,BSU_36700,KEGG_pathway,map01100 +11908,BSU_36700,KEGG_pathway,map04122 +11909,BSU_36710,KEGG_pathway,- +11910,BSU_36730,KEGG_pathway,- +11911,BSU_36740,KEGG_pathway,- +11912,BSU_36750,KEGG_pathway,- +11916,BSU_36760,KEGG_pathway,map00520 +11917,BSU_36760,KEGG_pathway,map00550 +11918,BSU_36760,KEGG_pathway,map01100 +11919,BSU_36770,KEGG_pathway,- +11920,BSU_36780,KEGG_pathway,- +11921,BSU_36790,KEGG_pathway,- +11925,BSU_36800,KEGG_pathway,map00190 +11926,BSU_36800,KEGG_pathway,map00195 +11927,BSU_36800,KEGG_pathway,map01100 +11931,BSU_36810,KEGG_pathway,map00190 +11932,BSU_36810,KEGG_pathway,map00195 +11933,BSU_36810,KEGG_pathway,map01100 +11937,BSU_36820,KEGG_pathway,map00190 +11938,BSU_36820,KEGG_pathway,map00195 +11939,BSU_36820,KEGG_pathway,map01100 +11943,BSU_36830,KEGG_pathway,map00190 +11944,BSU_36830,KEGG_pathway,map00195 +11945,BSU_36830,KEGG_pathway,map01100 +11949,BSU_36840,KEGG_pathway,map00190 +11950,BSU_36840,KEGG_pathway,map00195 +11951,BSU_36840,KEGG_pathway,map01100 +11955,BSU_36850,KEGG_pathway,map00190 +11956,BSU_36850,KEGG_pathway,map00195 +11957,BSU_36850,KEGG_pathway,map01100 +11961,BSU_36860,KEGG_pathway,map00190 +11962,BSU_36860,KEGG_pathway,map00195 +11963,BSU_36860,KEGG_pathway,map01100 +11967,BSU_36870,KEGG_pathway,map00190 +11968,BSU_36870,KEGG_pathway,map00195 +11969,BSU_36870,KEGG_pathway,map01100 +11970,BSU_36880,KEGG_pathway,- +11973,BSU_36890,KEGG_pathway,map00240 +11974,BSU_36890,KEGG_pathway,map01100 +11987,BSU_36900,KEGG_pathway,map00260 +11988,BSU_36900,KEGG_pathway,map00460 +11989,BSU_36900,KEGG_pathway,map00630 +11990,BSU_36900,KEGG_pathway,map00670 +11991,BSU_36900,KEGG_pathway,map00680 +11992,BSU_36900,KEGG_pathway,map01100 +11993,BSU_36900,KEGG_pathway,map01110 +11994,BSU_36900,KEGG_pathway,map01120 +11995,BSU_36900,KEGG_pathway,map01130 +11996,BSU_36900,KEGG_pathway,map01200 +11997,BSU_36900,KEGG_pathway,map01230 +11998,BSU_36900,KEGG_pathway,map01523 +11999,BSU_36910,KEGG_pathway,- +12009,BSU_36920,KEGG_pathway,map00030 +12010,BSU_36920,KEGG_pathway,map00051 +12011,BSU_36920,KEGG_pathway,map00710 +12012,BSU_36920,KEGG_pathway,map01100 +12013,BSU_36920,KEGG_pathway,map01110 +12014,BSU_36920,KEGG_pathway,map01120 +12015,BSU_36920,KEGG_pathway,map01130 +12016,BSU_36920,KEGG_pathway,map01200 +12017,BSU_36920,KEGG_pathway,map01230 +12027,BSU_36930,KEGG_pathway,map00030 +12028,BSU_36930,KEGG_pathway,map00051 +12029,BSU_36930,KEGG_pathway,map00710 +12030,BSU_36930,KEGG_pathway,map01100 +12031,BSU_36930,KEGG_pathway,map01110 +12032,BSU_36930,KEGG_pathway,map01120 +12033,BSU_36930,KEGG_pathway,map01130 +12034,BSU_36930,KEGG_pathway,map01200 +12035,BSU_36930,KEGG_pathway,map01230 +12036,BSU_36940,KEGG_pathway,- +12037,BSU_36950,KEGG_pathway,- +12044,BSU_36960,KEGG_pathway,map00220 +12045,BSU_36960,KEGG_pathway,map01100 +12046,BSU_36960,KEGG_pathway,map01110 +12047,BSU_36960,KEGG_pathway,map01130 +12048,BSU_36960,KEGG_pathway,map01210 +12049,BSU_36960,KEGG_pathway,map01230 +12050,BSU_36970,KEGG_pathway,- +12051,BSU_36980,KEGG_pathway,- +12052,BSU_37000,KEGG_pathway,- +12053,BSU_37010,KEGG_pathway,- +12054,BSU_37020,KEGG_pathway,- +12055,BSU_37030,KEGG_pathway,- +12056,BSU_37040,KEGG_pathway,- +12061,BSU_37050,KEGG_pathway,map00620 +12062,BSU_37050,KEGG_pathway,map01120 +12063,BSU_37050,KEGG_pathway,map01200 +12064,BSU_37050,KEGG_pathway,map02020 +12068,BSU_37060,KEGG_pathway,map00240 +12069,BSU_37060,KEGG_pathway,map00983 +12070,BSU_37060,KEGG_pathway,map01100 +12072,BSU_37070,KEGG_pathway,map03010 +12074,BSU_37080,KEGG_pathway,map03018 +12085,BSU_37090,KEGG_pathway,map00010 +12086,BSU_37090,KEGG_pathway,map00030 +12087,BSU_37090,KEGG_pathway,map00051 +12088,BSU_37090,KEGG_pathway,map00680 +12089,BSU_37090,KEGG_pathway,map00710 +12090,BSU_37090,KEGG_pathway,map01100 +12091,BSU_37090,KEGG_pathway,map01110 +12092,BSU_37090,KEGG_pathway,map01120 +12093,BSU_37090,KEGG_pathway,map01130 +12094,BSU_37090,KEGG_pathway,map01200 +12098,BSU_37100,KEGG_pathway,map00520 +12099,BSU_37100,KEGG_pathway,map00550 +12100,BSU_37100,KEGG_pathway,map01100 +12108,BSU_37110,KEGG_pathway,map00030 +12109,BSU_37110,KEGG_pathway,map01100 +12110,BSU_37110,KEGG_pathway,map01110 +12111,BSU_37110,KEGG_pathway,map01120 +12112,BSU_37110,KEGG_pathway,map01130 +12113,BSU_37110,KEGG_pathway,map01200 +12114,BSU_37110,KEGG_pathway,map01230 +12127,BSU_37120,KEGG_pathway,map00010 +12128,BSU_37120,KEGG_pathway,map00030 +12129,BSU_37120,KEGG_pathway,map00051 +12130,BSU_37120,KEGG_pathway,map00562 +12131,BSU_37120,KEGG_pathway,map00680 +12132,BSU_37120,KEGG_pathway,map00710 +12133,BSU_37120,KEGG_pathway,map01100 +12134,BSU_37120,KEGG_pathway,map01110 +12135,BSU_37120,KEGG_pathway,map01120 +12136,BSU_37120,KEGG_pathway,map01130 +12137,BSU_37120,KEGG_pathway,map01200 +12138,BSU_37120,KEGG_pathway,map01230 +12141,BSU_37130,KEGG_pathway,map02020 +12142,BSU_37130,KEGG_pathway,map02024 +12143,BSU_37140,KEGG_pathway,- +12146,BSU_37150,KEGG_pathway,map00240 +12147,BSU_37150,KEGG_pathway,map01100 +12152,BSU_37160,KEGG_pathway,map00230 +12153,BSU_37160,KEGG_pathway,map00240 +12154,BSU_37160,KEGG_pathway,map01100 +12155,BSU_37160,KEGG_pathway,map03020 +12168,BSU_37170,KEGG_pathway,map00071 +12169,BSU_37170,KEGG_pathway,map00280 +12170,BSU_37170,KEGG_pathway,map00410 +12171,BSU_37170,KEGG_pathway,map00640 +12172,BSU_37170,KEGG_pathway,map00650 +12173,BSU_37170,KEGG_pathway,map01100 +12174,BSU_37170,KEGG_pathway,map01110 +12175,BSU_37170,KEGG_pathway,map01120 +12176,BSU_37170,KEGG_pathway,map01130 +12177,BSU_37170,KEGG_pathway,map01200 +12178,BSU_37170,KEGG_pathway,map01212 +12179,BSU_37170,KEGG_pathway,map03320 +12180,BSU_37180,KEGG_pathway,- +12183,BSU_37190,KEGG_pathway,map00564 +12184,BSU_37190,KEGG_pathway,map01100 +12185,BSU_37200,KEGG_pathway,- +12186,BSU_37210,KEGG_pathway,- +12187,BSU_37220,KEGG_pathway,- +12188,BSU_37230,KEGG_pathway,- +12191,BSU_37240,KEGG_pathway,map00564 +12192,BSU_37240,KEGG_pathway,map01100 +12196,BSU_37250,KEGG_pathway,map00910 +12197,BSU_37250,KEGG_pathway,map01120 +12198,BSU_37250,KEGG_pathway,map02020 +12202,BSU_37260,KEGG_pathway,map00910 +12203,BSU_37260,KEGG_pathway,map01120 +12204,BSU_37260,KEGG_pathway,map02020 +12208,BSU_37270,KEGG_pathway,map00910 +12209,BSU_37270,KEGG_pathway,map01120 +12210,BSU_37270,KEGG_pathway,map02020 +12214,BSU_37280,KEGG_pathway,map00910 +12215,BSU_37280,KEGG_pathway,map01120 +12216,BSU_37280,KEGG_pathway,map02020 +12222,BSU_37290,KEGG_pathway,map02020 +12223,BSU_37290,KEGG_pathway,map02024 +12224,BSU_37290,KEGG_pathway,map02025 +12225,BSU_37290,KEGG_pathway,map02026 +12226,BSU_37290,KEGG_pathway,map05111 +12227,BSU_37300,KEGG_pathway,- +12233,BSU_37310,KEGG_pathway,map02020 +12234,BSU_37310,KEGG_pathway,map02024 +12235,BSU_37310,KEGG_pathway,map02025 +12236,BSU_37310,KEGG_pathway,map02026 +12237,BSU_37310,KEGG_pathway,map05111 +12240,BSU_37320,KEGG_pathway,map00910 +12241,BSU_37320,KEGG_pathway,map02020 +12243,BSU_37330,KEGG_pathway,map00970 +12244,BSU_37340,KEGG_pathway,- +12245,BSU_37350,KEGG_pathway,- +12246,BSU_37370,KEGG_pathway,- +12247,BSU_37390,KEGG_pathway,- +12249,BSU_37400,KEGG_pathway,map02010 +12253,BSU_37410,KEGG_pathway,map00740 +12254,BSU_37410,KEGG_pathway,map01100 +12255,BSU_37410,KEGG_pathway,map01110 +12256,BSU_37420,KEGG_pathway,- +12257,BSU_37440,KEGG_pathway,- +12258,BSU_37450,KEGG_pathway,- +12260,BSU_37460,KEGG_pathway,map02024 +12261,BSU_37480,KEGG_pathway,- +12264,BSU_37490,KEGG_pathway,map00330 +12265,BSU_37490,KEGG_pathway,map01100 +12271,BSU_37500,KEGG_pathway,map00270 +12272,BSU_37500,KEGG_pathway,map00330 +12273,BSU_37500,KEGG_pathway,map00410 +12274,BSU_37500,KEGG_pathway,map00480 +12275,BSU_37500,KEGG_pathway,map01100 +12279,BSU_37510,KEGG_pathway,map00550 +12280,BSU_37510,KEGG_pathway,map01100 +12281,BSU_37510,KEGG_pathway,map01501 +12282,BSU_37520,KEGG_pathway,- +12283,BSU_37530,KEGG_pathway,- +12290,BSU_37540,KEGG_pathway,map00362 +12291,BSU_37540,KEGG_pathway,map00621 +12292,BSU_37540,KEGG_pathway,map00622 +12293,BSU_37540,KEGG_pathway,map01100 +12294,BSU_37540,KEGG_pathway,map01120 +12295,BSU_37540,KEGG_pathway,map01220 +12296,BSU_37550,KEGG_pathway,- +12298,BSU_37560,KEGG_pathway,map00970 +12299,BSU_37570,KEGG_pathway,- +12300,BSU_37580,KEGG_pathway,- +12301,BSU_37590,KEGG_pathway,- +12302,BSU_37600,KEGG_pathway,- +12303,BSU_37610,KEGG_pathway,- +12304,BSU_37620,KEGG_pathway,- +12305,BSU_37630,KEGG_pathway,- +12306,BSU_37640,KEGG_pathway,- +12307,BSU_37650,KEGG_pathway,- +12317,BSU_37660,KEGG_pathway,map00430 +12318,BSU_37660,KEGG_pathway,map00620 +12319,BSU_37660,KEGG_pathway,map00640 +12320,BSU_37660,KEGG_pathway,map00650 +12321,BSU_37660,KEGG_pathway,map00680 +12322,BSU_37660,KEGG_pathway,map00720 +12323,BSU_37660,KEGG_pathway,map01100 +12324,BSU_37660,KEGG_pathway,map01120 +12325,BSU_37660,KEGG_pathway,map01200 +12329,BSU_37670,KEGG_pathway,map00860 +12330,BSU_37670,KEGG_pathway,map01100 +12331,BSU_37670,KEGG_pathway,map01110 +12333,BSU_37680,KEGG_pathway,map01130 +12340,BSU_37690,KEGG_pathway,map00270 +12341,BSU_37690,KEGG_pathway,map00300 +12342,BSU_37690,KEGG_pathway,map01100 +12343,BSU_37690,KEGG_pathway,map01110 +12344,BSU_37690,KEGG_pathway,map01130 +12345,BSU_37690,KEGG_pathway,map01230 +12346,BSU_37700,KEGG_pathway,- +12351,BSU_37710,KEGG_pathway,map00230 +12352,BSU_37710,KEGG_pathway,map01100 +12353,BSU_37710,KEGG_pathway,map01110 +12354,BSU_37710,KEGG_pathway,map01130 +12356,BSU_37720,KEGG_pathway,map01130 +12362,BSU_37730,KEGG_pathway,map00400 +12363,BSU_37730,KEGG_pathway,map01100 +12364,BSU_37730,KEGG_pathway,map01110 +12365,BSU_37730,KEGG_pathway,map01130 +12366,BSU_37730,KEGG_pathway,map01230 +12377,BSU_37740,KEGG_pathway,map00260 +12378,BSU_37740,KEGG_pathway,map00270 +12379,BSU_37740,KEGG_pathway,map00300 +12380,BSU_37740,KEGG_pathway,map00400 +12381,BSU_37740,KEGG_pathway,map00401 +12382,BSU_37740,KEGG_pathway,map01100 +12383,BSU_37740,KEGG_pathway,map01110 +12384,BSU_37740,KEGG_pathway,map01120 +12385,BSU_37740,KEGG_pathway,map01130 +12386,BSU_37740,KEGG_pathway,map01230 +12387,BSU_37750,KEGG_pathway,- +12388,BSU_37760,KEGG_pathway,- +12389,BSU_37770,KEGG_pathway,- +12395,BSU_37780,KEGG_pathway,map00250 +12396,BSU_37780,KEGG_pathway,map00330 +12397,BSU_37780,KEGG_pathway,map01100 +12398,BSU_37780,KEGG_pathway,map01110 +12399,BSU_37780,KEGG_pathway,map01130 +12409,BSU_37790,KEGG_pathway,map00220 +12410,BSU_37790,KEGG_pathway,map00250 +12411,BSU_37790,KEGG_pathway,map00430 +12412,BSU_37790,KEGG_pathway,map00471 +12413,BSU_37790,KEGG_pathway,map00910 +12414,BSU_37790,KEGG_pathway,map01100 +12415,BSU_37790,KEGG_pathway,map01200 +12416,BSU_37790,KEGG_pathway,map04217 +12417,BSU_37790,KEGG_pathway,map04964 +12418,BSU_37800,KEGG_pathway,- +12422,BSU_37810,KEGG_pathway,map00521 +12423,BSU_37810,KEGG_pathway,map00523 +12424,BSU_37810,KEGG_pathway,map01130 +12428,BSU_37820,KEGG_pathway,map00521 +12429,BSU_37820,KEGG_pathway,map00523 +12430,BSU_37820,KEGG_pathway,map01130 +12436,BSU_37830,KEGG_pathway,map00521 +12437,BSU_37830,KEGG_pathway,map00523 +12438,BSU_37830,KEGG_pathway,map00525 +12439,BSU_37830,KEGG_pathway,map01055 +12440,BSU_37830,KEGG_pathway,map01130 +12445,BSU_37840,KEGG_pathway,map00521 +12446,BSU_37840,KEGG_pathway,map00523 +12447,BSU_37840,KEGG_pathway,map00525 +12448,BSU_37840,KEGG_pathway,map01130 +12450,BSU_37850,KEGG_pathway,map00520 +12451,BSU_37860,KEGG_pathway,- +12454,BSU_37870,KEGG_pathway,map00520 +12455,BSU_37870,KEGG_pathway,map01100 +12456,BSU_37880,KEGG_pathway,- +12458,BSU_37890,KEGG_pathway,map00520 +12459,BSU_37900,KEGG_pathway,- +12460,BSU_37910,KEGG_pathway,- +12461,BSU_37920,KEGG_pathway,- +12462,BSU_37930,KEGG_pathway,- +12463,BSU_37940,KEGG_pathway,- +12464,BSU_37950,KEGG_pathway,- +12483,BSU_37960,KEGG_pathway,map00010 +12484,BSU_37960,KEGG_pathway,map00053 +12485,BSU_37960,KEGG_pathway,map00071 +12486,BSU_37960,KEGG_pathway,map00280 +12487,BSU_37960,KEGG_pathway,map00310 +12488,BSU_37960,KEGG_pathway,map00330 +12489,BSU_37960,KEGG_pathway,map00340 +12490,BSU_37960,KEGG_pathway,map00380 +12491,BSU_37960,KEGG_pathway,map00410 +12492,BSU_37960,KEGG_pathway,map00561 +12493,BSU_37960,KEGG_pathway,map00620 +12494,BSU_37960,KEGG_pathway,map00625 +12495,BSU_37960,KEGG_pathway,map00903 +12496,BSU_37960,KEGG_pathway,map00981 +12497,BSU_37960,KEGG_pathway,map01100 +12498,BSU_37960,KEGG_pathway,map01110 +12499,BSU_37960,KEGG_pathway,map01120 +12500,BSU_37960,KEGG_pathway,map01130 +12503,BSU_37970,KEGG_pathway,map03410 +12504,BSU_37970,KEGG_pathway,map05340 +12505,BSU_37980,KEGG_pathway,- +12506,BSU_38000,KEGG_pathway,- +12507,BSU_38018,KEGG_pathway,- +12511,BSU_38020,KEGG_pathway,map00730 +12512,BSU_38020,KEGG_pathway,map00750 +12513,BSU_38020,KEGG_pathway,map01100 +12514,BSU_38030,KEGG_pathway,- +12519,BSU_38040,KEGG_pathway,map00051 +12520,BSU_38040,KEGG_pathway,map00052 +12521,BSU_38040,KEGG_pathway,map00500 +12522,BSU_38040,KEGG_pathway,map01100 +12527,BSU_38050,KEGG_pathway,map00010 +12528,BSU_38050,KEGG_pathway,map00500 +12529,BSU_38050,KEGG_pathway,map00520 +12530,BSU_38050,KEGG_pathway,map02060 +12531,BSU_38060,KEGG_pathway,- +12532,BSU_38070,KEGG_pathway,- +12534,BSU_38090,KEGG_pathway,map02024 +12535,BSU_38100,KEGG_pathway,- +12538,BSU_38110,KEGG_pathway,map00740 +12539,BSU_38110,KEGG_pathway,map01100 +12540,BSU_38120,KEGG_pathway,- +12541,BSU_38130,KEGG_pathway,- +12544,BSU_38140,KEGG_pathway,map00190 +12545,BSU_38140,KEGG_pathway,map01100 +12548,BSU_38150,KEGG_pathway,map00190 +12549,BSU_38150,KEGG_pathway,map01100 +12552,BSU_38160,KEGG_pathway,map00190 +12553,BSU_38160,KEGG_pathway,map01100 +12556,BSU_38170,KEGG_pathway,map00190 +12557,BSU_38170,KEGG_pathway,map01100 +12558,BSU_38180,KEGG_pathway,- +12563,BSU_38190,KEGG_pathway,map00052 +12564,BSU_38190,KEGG_pathway,map00520 +12565,BSU_38190,KEGG_pathway,map01100 +12566,BSU_38190,KEGG_pathway,map04917 +12570,BSU_38200,KEGG_pathway,map00052 +12571,BSU_38200,KEGG_pathway,map00520 +12572,BSU_38200,KEGG_pathway,map01100 +12573,BSU_38210,KEGG_pathway,- +12574,BSU_38220,KEGG_pathway,- +12575,BSU_38230,KEGG_pathway,- +12576,BSU_38240,KEGG_pathway,- +12577,BSU_38250,KEGG_pathway,- +12578,BSU_38260,KEGG_pathway,- +12579,BSU_38270,KEGG_pathway,- +12580,BSU_38280,KEGG_pathway,- +12583,BSU_38290,KEGG_pathway,map00730 +12584,BSU_38290,KEGG_pathway,map01100 +12587,BSU_38300,KEGG_pathway,map00730 +12588,BSU_38300,KEGG_pathway,map01100 +12589,BSU_38310,KEGG_pathway,- +12590,BSU_38320,KEGG_pathway,- +12592,BSU_38330,KEGG_pathway,map02020 +12593,BSU_38340,KEGG_pathway,- +12594,BSU_38350,KEGG_pathway,- +12595,BSU_38360,KEGG_pathway,- +12597,BSU_38370,KEGG_pathway,map00620 +12598,BSU_38380,KEGG_pathway,- +12601,BSU_38390,KEGG_pathway,map00500 +12602,BSU_38390,KEGG_pathway,map02060 +12604,BSU_38400,KEGG_pathway,map02024 +12609,BSU_38410,KEGG_pathway,map00010 +12610,BSU_38410,KEGG_pathway,map00500 +12611,BSU_38410,KEGG_pathway,map00520 +12612,BSU_38410,KEGG_pathway,map02060 +12613,BSU_38420,KEGG_pathway,- +12616,BSU_38430,KEGG_pathway,map00540 +12617,BSU_38430,KEGG_pathway,map01100 +12618,BSU_38440,KEGG_pathway,- +12619,BSU_38450,KEGG_pathway,- +12621,BSU_38460,KEGG_pathway,map00970 +12622,BSU_38470,KEGG_pathway,- +12624,BSU_38480,KEGG_pathway,map00230 +12628,BSU_38490,KEGG_pathway,map00130 +12629,BSU_38490,KEGG_pathway,map01100 +12630,BSU_38490,KEGG_pathway,map01110 +12631,BSU_38499,KEGG_pathway,- +12636,BSU_38500,KEGG_pathway,map00473 +12637,BSU_38500,KEGG_pathway,map01503 +12638,BSU_38500,KEGG_pathway,map02020 +12639,BSU_38500,KEGG_pathway,map05150 +12643,BSU_38510,KEGG_pathway,map01503 +12644,BSU_38510,KEGG_pathway,map02020 +12645,BSU_38510,KEGG_pathway,map05150 +12650,BSU_38520,KEGG_pathway,map00473 +12651,BSU_38520,KEGG_pathway,map01503 +12652,BSU_38520,KEGG_pathway,map02020 +12653,BSU_38520,KEGG_pathway,map05150 +12657,BSU_38530,KEGG_pathway,map01503 +12658,BSU_38530,KEGG_pathway,map02020 +12659,BSU_38530,KEGG_pathway,map05150 +12660,BSU_38540,KEGG_pathway,- +12671,BSU_38550,KEGG_pathway,map00270 +12672,BSU_38550,KEGG_pathway,map00280 +12673,BSU_38550,KEGG_pathway,map00290 +12674,BSU_38550,KEGG_pathway,map00770 +12675,BSU_38550,KEGG_pathway,map00790 +12676,BSU_38550,KEGG_pathway,map01100 +12677,BSU_38550,KEGG_pathway,map01110 +12678,BSU_38550,KEGG_pathway,map01130 +12679,BSU_38550,KEGG_pathway,map01210 +12680,BSU_38550,KEGG_pathway,map01230 +12683,BSU_38560,KEGG_pathway,map00010 +12684,BSU_38560,KEGG_pathway,map00500 +12687,BSU_38570,KEGG_pathway,map00500 +12688,BSU_38570,KEGG_pathway,map02060 +12691,BSU_38580,KEGG_pathway,map00500 +12692,BSU_38580,KEGG_pathway,map02060 +12695,BSU_38590,KEGG_pathway,map00500 +12696,BSU_38590,KEGG_pathway,map02060 +12701,BSU_38600,KEGG_pathway,map00051 +12702,BSU_38600,KEGG_pathway,map01100 +12703,BSU_38600,KEGG_pathway,map01120 +12704,BSU_38600,KEGG_pathway,map02060 +12705,BSU_38610,KEGG_pathway,- +12707,BSU_38620,KEGG_pathway,map03410 +12721,BSU_38630,KEGG_pathway,map00380 +12722,BSU_38630,KEGG_pathway,map00630 +12723,BSU_38630,KEGG_pathway,map01110 +12724,BSU_38630,KEGG_pathway,map01130 +12725,BSU_38630,KEGG_pathway,map01200 +12726,BSU_38630,KEGG_pathway,map04011 +12727,BSU_38630,KEGG_pathway,map04016 +12728,BSU_38630,KEGG_pathway,map04068 +12729,BSU_38630,KEGG_pathway,map04146 +12730,BSU_38630,KEGG_pathway,map04211 +12731,BSU_38630,KEGG_pathway,map04212 +12732,BSU_38630,KEGG_pathway,map04213 +12733,BSU_38630,KEGG_pathway,map05014 +12734,BSU_38640,KEGG_pathway,- +12735,BSU_38650,KEGG_pathway,- +12737,BSU_38660,KEGG_pathway,map02010 +12738,BSU_38670,KEGG_pathway,- +12739,BSU_38680,KEGG_pathway,- +12740,BSU_38690,KEGG_pathway,- +12741,BSU_38700,KEGG_pathway,- +12742,BSU_38710,KEGG_pathway,- +12743,BSU_38720,KEGG_pathway,- +12745,BSU_38730,KEGG_pathway,map02010 +12747,BSU_38740,KEGG_pathway,map02010 +12751,BSU_38750,KEGG_pathway,map00190 +12752,BSU_38750,KEGG_pathway,map01100 +12753,BSU_38750,KEGG_pathway,map02020 +12757,BSU_38760,KEGG_pathway,map00190 +12758,BSU_38760,KEGG_pathway,map01100 +12759,BSU_38760,KEGG_pathway,map02020 +12761,BSU_38770,KEGG_pathway,map02020 +12764,BSU_38780,KEGG_pathway,map00900 +12765,BSU_38780,KEGG_pathway,map01130 +12766,BSU_38800,KEGG_pathway,- +12768,BSU_38810,KEGG_pathway,map02010 +12770,BSU_38820,KEGG_pathway,map02010 +12790,BSU_38830,KEGG_pathway,map00010 +12791,BSU_38830,KEGG_pathway,map00053 +12792,BSU_38830,KEGG_pathway,map00071 +12793,BSU_38830,KEGG_pathway,map00280 +12794,BSU_38830,KEGG_pathway,map00310 +12795,BSU_38830,KEGG_pathway,map00330 +12796,BSU_38830,KEGG_pathway,map00340 +12797,BSU_38830,KEGG_pathway,map00380 +12798,BSU_38830,KEGG_pathway,map00410 +12799,BSU_38830,KEGG_pathway,map00561 +12800,BSU_38830,KEGG_pathway,map00620 +12801,BSU_38830,KEGG_pathway,map00625 +12802,BSU_38830,KEGG_pathway,map00627 +12803,BSU_38830,KEGG_pathway,map00903 +12804,BSU_38830,KEGG_pathway,map00981 +12805,BSU_38830,KEGG_pathway,map01100 +12806,BSU_38830,KEGG_pathway,map01110 +12807,BSU_38830,KEGG_pathway,map01120 +12808,BSU_38830,KEGG_pathway,map01130 +12809,BSU_38840,KEGG_pathway,- +12810,BSU_38850,KEGG_pathway,- +12814,BSU_38860,KEGG_pathway,map00052 +12815,BSU_38860,KEGG_pathway,map00520 +12816,BSU_38860,KEGG_pathway,map01100 +12817,BSU_38870,KEGG_pathway,- +12818,BSU_38880,KEGG_pathway,- +12819,BSU_38890,KEGG_pathway,- +12820,BSU_38900,KEGG_pathway,- +12821,BSU_38910,KEGG_pathway,- +12822,BSU_38920,KEGG_pathway,- +12823,BSU_38940,KEGG_pathway,- +12829,BSU_38950,KEGG_pathway,map00270 +12830,BSU_38950,KEGG_pathway,map00450 +12831,BSU_38950,KEGG_pathway,map01100 +12832,BSU_38950,KEGG_pathway,map01110 +12833,BSU_38950,KEGG_pathway,map01230 +12839,BSU_38960,KEGG_pathway,map00270 +12840,BSU_38960,KEGG_pathway,map00450 +12841,BSU_38960,KEGG_pathway,map01100 +12842,BSU_38960,KEGG_pathway,map01110 +12843,BSU_38960,KEGG_pathway,map01230 +12847,BSU_38970,KEGG_pathway,map00072 +12848,BSU_38970,KEGG_pathway,map00650 +12849,BSU_38970,KEGG_pathway,map01100 +12853,BSU_38980,KEGG_pathway,map00072 +12854,BSU_38980,KEGG_pathway,map00280 +12855,BSU_38980,KEGG_pathway,map00650 +12859,BSU_38990,KEGG_pathway,map00072 +12860,BSU_38990,KEGG_pathway,map00280 +12861,BSU_38990,KEGG_pathway,map00650 +12862,BSU_39000,KEGG_pathway,- +12863,BSU_39010,KEGG_pathway,- +12864,BSU_39020,KEGG_pathway,- +12865,BSU_39029,KEGG_pathway,- +12866,BSU_39030,KEGG_pathway,- +12867,BSU_39040,KEGG_pathway,- +12881,BSU_39050,KEGG_pathway,map00380 +12882,BSU_39050,KEGG_pathway,map00630 +12883,BSU_39050,KEGG_pathway,map01110 +12884,BSU_39050,KEGG_pathway,map01130 +12885,BSU_39050,KEGG_pathway,map01200 +12886,BSU_39050,KEGG_pathway,map04011 +12887,BSU_39050,KEGG_pathway,map04016 +12888,BSU_39050,KEGG_pathway,map04068 +12889,BSU_39050,KEGG_pathway,map04146 +12890,BSU_39050,KEGG_pathway,map04211 +12891,BSU_39050,KEGG_pathway,map04212 +12892,BSU_39050,KEGG_pathway,map04213 +12893,BSU_39050,KEGG_pathway,map05014 +12895,BSU_39060,KEGG_pathway,map02020 +12896,BSU_39070,KEGG_pathway,- +12897,BSU_39080,KEGG_pathway,- +12898,BSU_39090,KEGG_pathway,- +12900,BSU_39100,KEGG_pathway,map04138 +12902,BSU_39110,KEGG_pathway,map03018 +12905,BSU_39120,KEGG_pathway,map00520 +12906,BSU_39120,KEGG_pathway,map01100 +12907,BSU_39150,KEGG_pathway,- +12908,BSU_39160,KEGG_pathway,- +12909,BSU_39170,KEGG_pathway,- +12910,BSU_39180,KEGG_pathway,- +12911,BSU_39190,KEGG_pathway,- +12912,BSU_39200,KEGG_pathway,- +12913,BSU_39210,KEGG_pathway,- +12914,BSU_39220,KEGG_pathway,- +12915,BSU_39230,KEGG_pathway,- +12916,BSU_39240,KEGG_pathway,- +12917,BSU_39250,KEGG_pathway,- +12920,BSU_39260,KEGG_pathway,map00010 +12921,BSU_39260,KEGG_pathway,map00500 +12926,BSU_39270,KEGG_pathway,map00010 +12927,BSU_39270,KEGG_pathway,map00500 +12928,BSU_39270,KEGG_pathway,map00520 +12929,BSU_39270,KEGG_pathway,map02060 +12930,BSU_39280,KEGG_pathway,- +12931,BSU_39290,KEGG_pathway,- +12932,BSU_39300,KEGG_pathway,- +12933,BSU_39310,KEGG_pathway,- +12934,BSU_39320,KEGG_pathway,- +12935,BSU_39330,KEGG_pathway,- +12936,BSU_39340,KEGG_pathway,- +12939,BSU_39350,KEGG_pathway,map00340 +12940,BSU_39350,KEGG_pathway,map01100 +12943,BSU_39360,KEGG_pathway,map00340 +12944,BSU_39360,KEGG_pathway,map01100 +12947,BSU_39370,KEGG_pathway,map00340 +12948,BSU_39370,KEGG_pathway,map01100 +12952,BSU_39380,KEGG_pathway,map00330 +12953,BSU_39380,KEGG_pathway,map00340 +12954,BSU_39380,KEGG_pathway,map01100 +12955,BSU_39390,KEGG_pathway,- +12960,BSU_39400,KEGG_pathway,map00240 +12961,BSU_39400,KEGG_pathway,map00983 +12962,BSU_39400,KEGG_pathway,map01100 +12963,BSU_39400,KEGG_pathway,map05219 +12964,BSU_39410,KEGG_pathway,- +12966,BSU_39420,KEGG_pathway,map00030 +12967,BSU_39430,KEGG_pathway,- +12968,BSU_39440,KEGG_pathway,- +12969,BSU_39450,KEGG_pathway,- +12970,BSU_39460,KEGG_pathway,- +12975,BSU_39470,KEGG_pathway,map00300 +12976,BSU_39470,KEGG_pathway,map01100 +12977,BSU_39470,KEGG_pathway,map01110 +12978,BSU_39470,KEGG_pathway,map01230 +12980,BSU_39480,KEGG_pathway,map02010 +12982,BSU_39490,KEGG_pathway,map02010 +12984,BSU_39500,KEGG_pathway,map02010 +12985,BSU_39510,KEGG_pathway,- +12986,BSU_39520,KEGG_pathway,- +12990,BSU_39540,KEGG_pathway,map00120 +12991,BSU_39540,KEGG_pathway,map00121 +12992,BSU_39540,KEGG_pathway,map01100 +12993,BSU_39550,KEGG_pathway,- +12994,BSU_39580,KEGG_pathway,- +12995,BSU_39590,KEGG_pathway,- +12996,BSU_39600,KEGG_pathway,- +12998,BSU_39610,KEGG_pathway,map02010 +12999,BSU_39620,KEGG_pathway,- +13001,BSU_39630,KEGG_pathway,map02020 +13003,BSU_39640,KEGG_pathway,map02020 +13005,BSU_39650,KEGG_pathway,map02020 +13007,BSU_39660,KEGG_pathway,map02020 +13020,BSU_39670,KEGG_pathway,map00010 +13021,BSU_39670,KEGG_pathway,map00030 +13022,BSU_39670,KEGG_pathway,map00051 +13023,BSU_39670,KEGG_pathway,map00562 +13024,BSU_39670,KEGG_pathway,map00680 +13025,BSU_39670,KEGG_pathway,map00710 +13026,BSU_39670,KEGG_pathway,map01100 +13027,BSU_39670,KEGG_pathway,map01110 +13028,BSU_39670,KEGG_pathway,map01120 +13029,BSU_39670,KEGG_pathway,map01130 +13030,BSU_39670,KEGG_pathway,map01200 +13031,BSU_39670,KEGG_pathway,map01230 +13034,BSU_39680,KEGG_pathway,map00562 +13035,BSU_39680,KEGG_pathway,map01120 +13036,BSU_39690,KEGG_pathway,- +13042,BSU_39700,KEGG_pathway,map00521 +13043,BSU_39700,KEGG_pathway,map00562 +13044,BSU_39700,KEGG_pathway,map01100 +13045,BSU_39700,KEGG_pathway,map01120 +13046,BSU_39700,KEGG_pathway,map01130 +13047,BSU_39710,KEGG_pathway,- +13051,BSU_39720,KEGG_pathway,map00562 +13052,BSU_39720,KEGG_pathway,map01100 +13053,BSU_39720,KEGG_pathway,map01120 +13057,BSU_39730,KEGG_pathway,map00562 +13058,BSU_39730,KEGG_pathway,map01100 +13059,BSU_39730,KEGG_pathway,map01120 +13063,BSU_39740,KEGG_pathway,map00562 +13064,BSU_39740,KEGG_pathway,map01100 +13065,BSU_39740,KEGG_pathway,map01120 +13069,BSU_39750,KEGG_pathway,map00562 +13070,BSU_39750,KEGG_pathway,map01100 +13071,BSU_39750,KEGG_pathway,map01120 +13078,BSU_39760,KEGG_pathway,map00280 +13079,BSU_39760,KEGG_pathway,map00410 +13080,BSU_39760,KEGG_pathway,map00562 +13081,BSU_39760,KEGG_pathway,map00640 +13082,BSU_39760,KEGG_pathway,map01100 +13083,BSU_39760,KEGG_pathway,map01200 +13084,BSU_39770,KEGG_pathway,- +13085,BSU_39780,KEGG_pathway,- +13086,BSU_39800,KEGG_pathway,- +13088,BSU_39810,KEGG_pathway,map04113 +13102,BSU_39820,KEGG_pathway,map04141 +13103,BSU_39820,KEGG_pathway,map04151 +13104,BSU_39820,KEGG_pathway,map04217 +13105,BSU_39820,KEGG_pathway,map04612 +13106,BSU_39820,KEGG_pathway,map04621 +13107,BSU_39820,KEGG_pathway,map04626 +13108,BSU_39820,KEGG_pathway,map04657 +13109,BSU_39820,KEGG_pathway,map04659 +13110,BSU_39820,KEGG_pathway,map04914 +13111,BSU_39820,KEGG_pathway,map04915 +13112,BSU_39820,KEGG_pathway,map05200 +13113,BSU_39820,KEGG_pathway,map05215 +13114,BSU_39820,KEGG_pathway,map05418 +13115,BSU_39840,KEGG_pathway,- +13116,BSU_39850,KEGG_pathway,- +13135,BSU_39860,KEGG_pathway,map00010 +13136,BSU_39860,KEGG_pathway,map00053 +13137,BSU_39860,KEGG_pathway,map00071 +13138,BSU_39860,KEGG_pathway,map00280 +13139,BSU_39860,KEGG_pathway,map00310 +13140,BSU_39860,KEGG_pathway,map00330 +13141,BSU_39860,KEGG_pathway,map00340 +13142,BSU_39860,KEGG_pathway,map00380 +13143,BSU_39860,KEGG_pathway,map00410 +13144,BSU_39860,KEGG_pathway,map00561 +13145,BSU_39860,KEGG_pathway,map00620 +13146,BSU_39860,KEGG_pathway,map00625 +13147,BSU_39860,KEGG_pathway,map00903 +13148,BSU_39860,KEGG_pathway,map00981 +13149,BSU_39860,KEGG_pathway,map01100 +13150,BSU_39860,KEGG_pathway,map01110 +13151,BSU_39860,KEGG_pathway,map01120 +13152,BSU_39860,KEGG_pathway,map01130 +13154,BSU_39870,KEGG_pathway,map03410 +13155,BSU_39880,KEGG_pathway,- +13156,BSU_39890,KEGG_pathway,- +13157,BSU_39900,KEGG_pathway,- +13158,BSU_39910,KEGG_pathway,- +13162,BSU_39920,KEGG_pathway,map00250 +13163,BSU_39920,KEGG_pathway,map01100 +13164,BSU_39920,KEGG_pathway,map01110 +13165,BSU_39930,KEGG_pathway,- +13166,BSU_39940,KEGG_pathway,- +13167,BSU_39950,KEGG_pathway,- +13168,BSU_39960,KEGG_pathway,- +13169,BSU_39970,KEGG_pathway,- +13170,BSU_39980,KEGG_pathway,- +13171,BSU_39990,KEGG_pathway,- +13172,BSU_40000,KEGG_pathway,- +13173,BSU_40010,KEGG_pathway,- +13174,BSU_40021,KEGG_pathway,- +13176,BSU_40022,KEGG_pathway,map02020 +13177,BSU_40030,KEGG_pathway,- +13184,BSU_40040,KEGG_pathway,map00260 +13185,BSU_40040,KEGG_pathway,map00561 +13186,BSU_40040,KEGG_pathway,map00630 +13187,BSU_40040,KEGG_pathway,map01100 +13188,BSU_40040,KEGG_pathway,map01120 +13189,BSU_40040,KEGG_pathway,map01130 +13190,BSU_40050,KEGG_pathway,- +13199,BSU_40060,KEGG_pathway,map00030 +13200,BSU_40060,KEGG_pathway,map00040 +13201,BSU_40060,KEGG_pathway,map00051 +13202,BSU_40060,KEGG_pathway,map01100 +13203,BSU_40060,KEGG_pathway,map01110 +13204,BSU_40060,KEGG_pathway,map01120 +13205,BSU_40060,KEGG_pathway,map01130 +13206,BSU_40060,KEGG_pathway,map01200 +13207,BSU_40070,KEGG_pathway,- +13215,BSU_40080,KEGG_pathway,map00030 +13216,BSU_40080,KEGG_pathway,map00480 +13217,BSU_40080,KEGG_pathway,map01100 +13218,BSU_40080,KEGG_pathway,map01110 +13219,BSU_40080,KEGG_pathway,map01120 +13220,BSU_40080,KEGG_pathway,map01130 +13221,BSU_40080,KEGG_pathway,map01200 +13223,BSU_40090,KEGG_pathway,map04214 +13224,BSU_40100,KEGG_pathway,- +13227,BSU_40110,KEGG_pathway,map00010 +13228,BSU_40110,KEGG_pathway,map00500 +13235,BSU_40120,KEGG_pathway,map00010 +13236,BSU_40120,KEGG_pathway,map00500 +13237,BSU_40120,KEGG_pathway,map00520 +13238,BSU_40120,KEGG_pathway,map02026 +13239,BSU_40120,KEGG_pathway,map02060 +13240,BSU_40120,KEGG_pathway,map05111 +13241,BSU_40130,KEGG_pathway,- +13242,BSU_40139,KEGG_pathway,- +13244,BSU_40140,KEGG_pathway,map02010 +13246,BSU_40150,KEGG_pathway,map02010 +13247,BSU_40160,KEGG_pathway,- +13248,BSU_40170,KEGG_pathway,- +13249,BSU_40180,KEGG_pathway,- +13260,BSU_40190,KEGG_pathway,map00010 +13261,BSU_40190,KEGG_pathway,map00030 +13262,BSU_40190,KEGG_pathway,map00051 +13263,BSU_40190,KEGG_pathway,map00680 +13264,BSU_40190,KEGG_pathway,map00710 +13265,BSU_40190,KEGG_pathway,map01100 +13266,BSU_40190,KEGG_pathway,map01110 +13267,BSU_40190,KEGG_pathway,map01120 +13268,BSU_40190,KEGG_pathway,map01130 +13269,BSU_40190,KEGG_pathway,map01200 +13270,BSU_40200,KEGG_pathway,- +13271,BSU_40210,KEGG_pathway,- +13272,BSU_40220,KEGG_pathway,- +13273,BSU_40230,KEGG_pathway,- +13274,BSU_40239,KEGG_pathway,- +13275,BSU_40240,KEGG_pathway,- +13294,BSU_40250,KEGG_pathway,map00010 +13295,BSU_40250,KEGG_pathway,map00040 +13296,BSU_40250,KEGG_pathway,map00051 +13297,BSU_40250,KEGG_pathway,map00071 +13298,BSU_40250,KEGG_pathway,map00350 +13299,BSU_40250,KEGG_pathway,map00625 +13300,BSU_40250,KEGG_pathway,map00626 +13301,BSU_40250,KEGG_pathway,map00680 +13302,BSU_40250,KEGG_pathway,map00830 +13303,BSU_40250,KEGG_pathway,map00980 +13304,BSU_40250,KEGG_pathway,map00982 +13305,BSU_40250,KEGG_pathway,map01100 +13306,BSU_40250,KEGG_pathway,map01110 +13307,BSU_40250,KEGG_pathway,map01120 +13308,BSU_40250,KEGG_pathway,map01130 +13309,BSU_40250,KEGG_pathway,map01200 +13310,BSU_40250,KEGG_pathway,map01220 +13311,BSU_40250,KEGG_pathway,map05204 +13312,BSU_40260,KEGG_pathway,- +13313,BSU_40270,KEGG_pathway,- +13314,BSU_40280,KEGG_pathway,- +13315,BSU_40290,KEGG_pathway,- +13316,BSU_40300,KEGG_pathway,- +13324,BSU_40320,KEGG_pathway,map00220 +13325,BSU_40320,KEGG_pathway,map00330 +13326,BSU_40320,KEGG_pathway,map01100 +13327,BSU_40320,KEGG_pathway,map01110 +13328,BSU_40320,KEGG_pathway,map01130 +13329,BSU_40320,KEGG_pathway,map01230 +13330,BSU_40320,KEGG_pathway,map05146 +13331,BSU_40330,KEGG_pathway,- +13341,BSU_40340,KEGG_pathway,map00220 +13342,BSU_40340,KEGG_pathway,map00300 +13343,BSU_40340,KEGG_pathway,map00330 +13344,BSU_40340,KEGG_pathway,map01100 +13345,BSU_40340,KEGG_pathway,map01110 +13346,BSU_40340,KEGG_pathway,map01120 +13347,BSU_40340,KEGG_pathway,map01130 +13348,BSU_40340,KEGG_pathway,map01210 +13349,BSU_40340,KEGG_pathway,map01230 +13350,BSU_40350,KEGG_pathway,- +13352,BSU_40359,KEGG_pathway,map02020 +13355,BSU_40360,KEGG_pathway,map01503 +13356,BSU_40360,KEGG_pathway,map02020 +13358,BSU_40370,KEGG_pathway,map03013 +13359,BSU_40380,KEGG_pathway,- +13360,BSU_40390,KEGG_pathway,- +13362,BSU_40400,KEGG_pathway,map02020 +13364,BSU_40410,KEGG_pathway,map02020 +13368,BSU_40420,KEGG_pathway,map00230 +13369,BSU_40420,KEGG_pathway,map00250 +13370,BSU_40420,KEGG_pathway,map01100 +13377,BSU_40430,KEGG_pathway,map00400 +13378,BSU_40430,KEGG_pathway,map01100 +13379,BSU_40430,KEGG_pathway,map01110 +13380,BSU_40430,KEGG_pathway,map01130 +13381,BSU_40430,KEGG_pathway,map01230 +13382,BSU_40430,KEGG_pathway,map04614 +13385,BSU_40440,KEGG_pathway,map03030 +13386,BSU_40440,KEGG_pathway,map04112 +13387,BSU_40450,KEGG_pathway,- +13388,BSU_40470,KEGG_pathway,- +13389,BSU_40480,KEGG_pathway,- +13390,BSU_40490,KEGG_pathway,- +13392,BSU_40500,KEGG_pathway,map03010 +13393,BSU_40510,KEGG_pathway,- +13395,BSU_40520,KEGG_pathway,map02010 +13396,BSU_40530,KEGG_pathway,- +13397,BSU_40540,KEGG_pathway,- +13399,BSU_40550,KEGG_pathway,map00190 +13400,BSU_40560,KEGG_pathway,- +13401,BSU_40570,KEGG_pathway,- +13402,BSU_40573,KEGG_pathway,- +13403,BSU_40574,KEGG_pathway,- +13404,BSU_40580,KEGG_pathway,- +13405,BSU_40590,KEGG_pathway,- +13406,BSU_40600,KEGG_pathway,- +13407,BSU_40610,KEGG_pathway,- +13408,BSU_40620,KEGG_pathway,- +13409,BSU_40630,KEGG_pathway,- +13410,BSU_40640,KEGG_pathway,- +13411,BSU_40650,KEGG_pathway,- +13412,BSU_40660,KEGG_pathway,- +13413,BSU_40670,KEGG_pathway,- +13414,BSU_40680,KEGG_pathway,- +13415,BSU_40690,KEGG_pathway,- +13416,BSU_40700,KEGG_pathway,- +13417,BSU_40710,KEGG_pathway,- +13418,BSU_40720,KEGG_pathway,- +13419,BSU_40730,KEGG_pathway,- +13420,BSU_40740,KEGG_pathway,- +13421,BSU_40750,KEGG_pathway,- +13426,BSU_40760,KEGG_pathway,map00670 +13427,BSU_40760,KEGG_pathway,map00790 +13428,BSU_40760,KEGG_pathway,map01100 +13429,BSU_40760,KEGG_pathway,map01523 +13430,BSU_40770,KEGG_pathway,- +13431,BSU_40790,KEGG_pathway,- +13432,BSU_40800,KEGG_pathway,- +13433,BSU_40810,KEGG_pathway,- +13434,BSU_40820,KEGG_pathway,- +13435,BSU_40830,KEGG_pathway,- +13436,BSU_40840,KEGG_pathway,- +13437,BSU_40850,KEGG_pathway,- +13439,BSU_40860,KEGG_pathway,map00620 +13449,BSU_40870,KEGG_pathway,map00330 +13450,BSU_40870,KEGG_pathway,map00360 +13451,BSU_40870,KEGG_pathway,map00380 +13452,BSU_40870,KEGG_pathway,map00473 +13453,BSU_40870,KEGG_pathway,map00627 +13454,BSU_40870,KEGG_pathway,map00643 +13455,BSU_40870,KEGG_pathway,map01100 +13456,BSU_40870,KEGG_pathway,map01120 +13457,BSU_40870,KEGG_pathway,map01502 +13459,BSU_40880,KEGG_pathway,map03410 +13465,BSU_40890,KEGG_pathway,map03010 +13466,BSU_40890,KEGG_pathway,map03030 +13467,BSU_40890,KEGG_pathway,map03430 +13468,BSU_40890,KEGG_pathway,map03440 +13469,BSU_40890,KEGG_pathway,map05133 +13473,BSU_40900,KEGG_pathway,map03030 +13474,BSU_40900,KEGG_pathway,map03430 +13475,BSU_40900,KEGG_pathway,map03440 +13477,BSU_40910,KEGG_pathway,map03010 +13478,BSU_40920,KEGG_pathway,- +13479,BSU_40930,KEGG_pathway,- +13480,BSU_40939,KEGG_pathway,- +13481,BSU_40940,KEGG_pathway,- +13482,BSU_40950,KEGG_pathway,- +13483,BSU_40960,KEGG_pathway,- +13484,BSU_40970,KEGG_pathway,- +13485,BSU_40980,KEGG_pathway,- +13486,BSU_40990,KEGG_pathway,- +13487,BSU_41000,KEGG_pathway,- +13488,BSU_41010,KEGG_pathway,- +13489,BSU_41020,KEGG_pathway,- +13490,BSU_41030,KEGG_pathway,- +13494,BSU_41040,KEGG_pathway,map02024 +13495,BSU_41040,KEGG_pathway,map03060 +13496,BSU_41040,KEGG_pathway,map03070 +13497,BSU_41050,KEGG_pathway,- +13499,BSU_41060,KEGG_pathway,map03010 +13500,BSU_00010,KEGG_module,- +13501,BSU_00020,KEGG_module,M00260 +13502,BSU_00030,KEGG_module,- +13503,BSU_00040,KEGG_module,- +13504,BSU_00050,KEGG_module,- +13505,BSU_00060,KEGG_module,- +13506,BSU_00070,KEGG_module,- +13507,BSU_00080,KEGG_module,- +13508,BSU_00090,KEGG_module,M00050 +13509,BSU_00100,KEGG_module,- +13510,BSU_00110,KEGG_module,- +13511,BSU_00120,KEGG_module,- +13512,BSU_00130,KEGG_module,M00359 +13513,BSU_00130,KEGG_module,M00360 +13514,BSU_00140,KEGG_module,- +13515,BSU_00150,KEGG_module,- +13516,BSU_00160,KEGG_module,- +13517,BSU_00170,KEGG_module,- +13518,BSU_00180,KEGG_module,- +13519,BSU_00190,KEGG_module,M00260 +13520,BSU_00200,KEGG_module,- +13521,BSU_00210,KEGG_module,- +13522,BSU_00220,KEGG_module,- +13523,BSU_00230,KEGG_module,- +13524,BSU_00240,KEGG_module,- +13525,BSU_00250,KEGG_module,- +13526,BSU_00260,KEGG_module,- +13527,BSU_00270,KEGG_module,M00133 +13528,BSU_00270,KEGG_module,M00134 +13529,BSU_00280,KEGG_module,M00053 +13530,BSU_00290,KEGG_module,- +13531,BSU_00300,KEGG_module,- +13532,BSU_00310,KEGG_module,M00260 +13533,BSU_00320,KEGG_module,- +13534,BSU_00330,KEGG_module,- +13535,BSU_00340,KEGG_module,- +13536,BSU_00350,KEGG_module,- +13537,BSU_00360,KEGG_module,- +13538,BSU_00370,KEGG_module,- +13539,BSU_00380,KEGG_module,M00359 +13540,BSU_00380,KEGG_module,M00360 +13541,BSU_00390,KEGG_module,- +13542,BSU_00400,KEGG_module,- +13543,BSU_00410,KEGG_module,- +13544,BSU_00420,KEGG_module,- +13545,BSU_00430,KEGG_module,- +13546,BSU_00440,KEGG_module,- +13547,BSU_00450,KEGG_module,- +13548,BSU_00460,KEGG_module,M00096 +13549,BSU_00460,KEGG_module,M00582 +13550,BSU_00470,KEGG_module,- +13551,BSU_00480,KEGG_module,- +13552,BSU_00490,KEGG_module,- +13553,BSU_00500,KEGG_module,M00362 +13554,BSU_00510,KEGG_module,M00005 +13555,BSU_00520,KEGG_module,M00178 +13556,BSU_00530,KEGG_module,- +13557,BSU_00540,KEGG_module,- +13558,BSU_00550,KEGG_module,- +13559,BSU_00560,KEGG_module,- +13560,BSU_00570,KEGG_module,- +13561,BSU_00580,KEGG_module,- +13562,BSU_00590,KEGG_module,- +13563,BSU_00600,KEGG_module,- +13564,BSU_00610,KEGG_module,- +13565,BSU_00620,KEGG_module,- +13566,BSU_00630,KEGG_module,- +13567,BSU_00640,KEGG_module,- +13568,BSU_00650,KEGG_module,- +13569,BSU_00660,KEGG_module,- +13570,BSU_00670,KEGG_module,- +13571,BSU_00680,KEGG_module,- +13572,BSU_00690,KEGG_module,M00742 +13573,BSU_00700,KEGG_module,M00120 +13574,BSU_00710,KEGG_module,- +13575,BSU_00720,KEGG_module,- +13576,BSU_00730,KEGG_module,M00021 +13577,BSU_00740,KEGG_module,- +13578,BSU_00750,KEGG_module,M00023 +13579,BSU_00760,KEGG_module,M00019 +13580,BSU_00760,KEGG_module,M00036 +13581,BSU_00760,KEGG_module,M00119 +13582,BSU_00760,KEGG_module,M00570 +13583,BSU_00770,KEGG_module,M00126 +13584,BSU_00770,KEGG_module,M00840 +13585,BSU_00770,KEGG_module,M00841 +13586,BSU_00780,KEGG_module,M00126 +13587,BSU_00780,KEGG_module,M00840 +13588,BSU_00780,KEGG_module,M00841 +13589,BSU_00790,KEGG_module,M00126 +13590,BSU_00790,KEGG_module,M00840 +13591,BSU_00790,KEGG_module,M00841 +13592,BSU_00790,KEGG_module,M00842 +13593,BSU_00790,KEGG_module,M00843 +13594,BSU_00800,KEGG_module,- +13595,BSU_00810,KEGG_module,- +13596,BSU_00820,KEGG_module,M00359 +13597,BSU_00820,KEGG_module,M00360 +13598,BSU_00830,KEGG_module,- +13599,BSU_00840,KEGG_module,- +13600,BSU_00850,KEGG_module,M00047 +13601,BSU_00860,KEGG_module,- +13602,BSU_00870,KEGG_module,- +13603,BSU_00880,KEGG_module,- +13604,BSU_00890,KEGG_module,- +13605,BSU_00900,KEGG_module,M00096 +13606,BSU_00910,KEGG_module,M00096 +13607,BSU_00920,KEGG_module,M00121 +13608,BSU_00920,KEGG_module,M00359 +13609,BSU_00920,KEGG_module,M00360 +13610,BSU_00930,KEGG_module,M00021 +13611,BSU_00940,KEGG_module,M00359 +13612,BSU_00940,KEGG_module,M00360 +13613,BSU_00950,KEGG_module,- +13614,BSU_00960,KEGG_module,- +13615,BSU_00970,KEGG_module,- +13616,BSU_00980,KEGG_module,- +13617,BSU_00990,KEGG_module,M00178 +13618,BSU_01000,KEGG_module,M00335 +13619,BSU_01010,KEGG_module,- +13620,BSU_01020,KEGG_module,M00178 +13621,BSU_01020,KEGG_module,M00179 +13622,BSU_01030,KEGG_module,M00178 +13623,BSU_01030,KEGG_module,M00179 +13624,BSU_01040,KEGG_module,M00178 +13625,BSU_01040,KEGG_module,M00179 +13626,BSU_01050,KEGG_module,M00178 +13627,BSU_01060,KEGG_module,- +13628,BSU_01070,KEGG_module,M00183 +13629,BSU_01080,KEGG_module,M00183 +13630,BSU_01090,KEGG_module,M00178 +13631,BSU_01100,KEGG_module,M00178 +13632,BSU_01100,KEGG_module,M00179 +13633,BSU_01110,KEGG_module,M00178 +13634,BSU_01110,KEGG_module,M00179 +13635,BSU_01120,KEGG_module,- +13636,BSU_01130,KEGG_module,- +13637,BSU_01140,KEGG_module,- +13638,BSU_01150,KEGG_module,M00178 +13639,BSU_01150,KEGG_module,M00179 +13640,BSU_01160,KEGG_module,M00178 +13641,BSU_01160,KEGG_module,M00179 +13642,BSU_01170,KEGG_module,M00178 +13643,BSU_01180,KEGG_module,M00178 +13644,BSU_01180,KEGG_module,M00179 +13645,BSU_01190,KEGG_module,M00178 +13646,BSU_01190,KEGG_module,M00179 +13647,BSU_01200,KEGG_module,M00178 +13648,BSU_01200,KEGG_module,M00179 +13649,BSU_01210,KEGG_module,M00178 +13650,BSU_01210,KEGG_module,M00179 +13651,BSU_01220,KEGG_module,M00178 +13652,BSU_01220,KEGG_module,M00179 +13653,BSU_01230,KEGG_module,M00178 +13654,BSU_01240,KEGG_module,M00178 +13655,BSU_01240,KEGG_module,M00179 +13656,BSU_01250,KEGG_module,M00178 +13657,BSU_01250,KEGG_module,M00179 +13658,BSU_01260,KEGG_module,M00178 +13659,BSU_01260,KEGG_module,M00179 +13660,BSU_01270,KEGG_module,M00178 +13661,BSU_01270,KEGG_module,M00179 +13662,BSU_01280,KEGG_module,M00178 +13663,BSU_01280,KEGG_module,M00179 +13664,BSU_01290,KEGG_module,M00178 +13665,BSU_01290,KEGG_module,M00179 +13666,BSU_01300,KEGG_module,M00178 +13667,BSU_01300,KEGG_module,M00179 +13668,BSU_01310,KEGG_module,M00178 +13669,BSU_01310,KEGG_module,M00179 +13670,BSU_01320,KEGG_module,M00178 +13671,BSU_01320,KEGG_module,M00179 +13672,BSU_01330,KEGG_module,M00178 +13673,BSU_01330,KEGG_module,M00179 +13674,BSU_01340,KEGG_module,M00178 +13675,BSU_01340,KEGG_module,M00179 +13676,BSU_01350,KEGG_module,M00178 +13677,BSU_01350,KEGG_module,M00179 +13678,BSU_01360,KEGG_module,M00335 +13679,BSU_01370,KEGG_module,M00049 +13680,BSU_01380,KEGG_module,- +13681,BSU_01389,KEGG_module,- +13682,BSU_01390,KEGG_module,- +13683,BSU_01400,KEGG_module,M00178 +13684,BSU_01410,KEGG_module,M00178 +13685,BSU_01410,KEGG_module,M00179 +13686,BSU_01420,KEGG_module,M00178 +13687,BSU_01420,KEGG_module,M00179 +13688,BSU_01430,KEGG_module,M00183 +13689,BSU_01440,KEGG_module,M00178 +13690,BSU_01450,KEGG_module,M00581 +13691,BSU_01450,KEGG_module,M00582 +13692,BSU_01460,KEGG_module,M00186 +13693,BSU_01460,KEGG_module,M00211 +13694,BSU_01460,KEGG_module,M00581 +13695,BSU_01460,KEGG_module,M00582 +13696,BSU_01470,KEGG_module,M00581 +13697,BSU_01470,KEGG_module,M00582 +13698,BSU_01480,KEGG_module,- +13699,BSU_01490,KEGG_module,M00178 +13700,BSU_01490,KEGG_module,M00179 +13701,BSU_01500,KEGG_module,M00178 +13702,BSU_01500,KEGG_module,M00179 +13703,BSU_01510,KEGG_module,- +13704,BSU_01520,KEGG_module,- +13705,BSU_01530,KEGG_module,M00727 +13706,BSU_01540,KEGG_module,- +13707,BSU_01550,KEGG_module,- +13708,BSU_01560,KEGG_module,M00722 +13709,BSU_01570,KEGG_module,- +13710,BSU_01580,KEGG_module,- +13711,BSU_01590,KEGG_module,M00631 +13712,BSU_01600,KEGG_module,- +13713,BSU_01610,KEGG_module,M00240 +13714,BSU_01620,KEGG_module,M00240 +13715,BSU_01630,KEGG_module,M00240 +13716,BSU_01640,KEGG_module,- +13717,BSU_01650,KEGG_module,M00628 +13718,BSU_01660,KEGG_module,M00628 +13719,BSU_01670,KEGG_module,- +13720,BSU_01680,KEGG_module,M00267 +13721,BSU_01680,KEGG_module,M00268 +13722,BSU_01680,KEGG_module,M00269 +13723,BSU_01680,KEGG_module,M00270 +13724,BSU_01680,KEGG_module,M00271 +13725,BSU_01680,KEGG_module,M00282 +13726,BSU_01680,KEGG_module,M00809 +13727,BSU_01690,KEGG_module,- +13728,BSU_01700,KEGG_module,- +13729,BSU_01710,KEGG_module,- +13730,BSU_01720,KEGG_module,- +13731,BSU_01730,KEGG_module,- +13732,BSU_01740,KEGG_module,- +13733,BSU_01750,KEGG_module,- +13734,BSU_01760,KEGG_module,- +13735,BSU_01770,KEGG_module,- +13736,BSU_01780,KEGG_module,- +13737,BSU_01800,KEGG_module,- +13738,BSU_01810,KEGG_module,- +13739,BSU_01820,KEGG_module,- +13740,BSU_01830,KEGG_module,M00144 +13741,BSU_01830,KEGG_module,M00145 +13742,BSU_01845,KEGG_module,- +13743,BSU_01860,KEGG_module,- +13744,BSU_01870,KEGG_module,- +13745,BSU_01880,KEGG_module,- +13746,BSU_01889,KEGG_module,- +13747,BSU_01890,KEGG_module,- +13748,BSU_01900,KEGG_module,- +13749,BSU_01920,KEGG_module,- +13750,BSU_01935,KEGG_module,- +13751,BSU_01950,KEGG_module,M00254 +13752,BSU_01960,KEGG_module,- +13753,BSU_01970,KEGG_module,- +13754,BSU_01980,KEGG_module,- +13755,BSU_01990,KEGG_module,- +13756,BSU_02000,KEGG_module,- +13757,BSU_02010,KEGG_module,- +13758,BSU_02030,KEGG_module,- +13759,BSU_02040,KEGG_module,- +13760,BSU_02050,KEGG_module,- +13761,BSU_02060,KEGG_module,- +13762,BSU_02070,KEGG_module,- +13763,BSU_02080,KEGG_module,- +13764,BSU_02090,KEGG_module,M00627 +13765,BSU_02100,KEGG_module,- +13766,BSU_02110,KEGG_module,- +13767,BSU_02120,KEGG_module,- +13768,BSU_02130,KEGG_module,M00126 +13769,BSU_02140,KEGG_module,- +13770,BSU_02150,KEGG_module,- +13771,BSU_02160,KEGG_module,- +13772,BSU_02170,KEGG_module,- +13773,BSU_02200,KEGG_module,- +13774,BSU_02210,KEGG_module,- +13775,BSU_02220,KEGG_module,- +13776,BSU_02230,KEGG_module,M00048 +13777,BSU_02240,KEGG_module,- +13778,BSU_02260,KEGG_module,- +13779,BSU_02270,KEGG_module,M00093 +13780,BSU_02280,KEGG_module,- +13781,BSU_02290,KEGG_module,M00093 +13782,BSU_02300,KEGG_module,- +13783,BSU_02310,KEGG_module,- +13784,BSU_02320,KEGG_module,- +13785,BSU_02330,KEGG_module,- +13786,BSU_02340,KEGG_module,- +13787,BSU_02350,KEGG_module,M00265 +13788,BSU_02350,KEGG_module,M00266 +13789,BSU_02350,KEGG_module,M00267 +13790,BSU_02350,KEGG_module,M00268 +13791,BSU_02350,KEGG_module,M00269 +13792,BSU_02350,KEGG_module,M00270 +13793,BSU_02350,KEGG_module,M00271 +13794,BSU_02350,KEGG_module,M00272 +13795,BSU_02350,KEGG_module,M00282 +13796,BSU_02350,KEGG_module,M00303 +13797,BSU_02350,KEGG_module,M00806 +13798,BSU_02350,KEGG_module,M00809 +13799,BSU_02360,KEGG_module,M00004 +13800,BSU_02360,KEGG_module,M00006 +13801,BSU_02360,KEGG_module,M00008 +13802,BSU_02370,KEGG_module,- +13803,BSU_02390,KEGG_module,M00019 +13804,BSU_02390,KEGG_module,M00036 +13805,BSU_02390,KEGG_module,M00119 +13806,BSU_02390,KEGG_module,M00570 +13807,BSU_02400,KEGG_module,- +13808,BSU_02410,KEGG_module,M00377 +13809,BSU_02420,KEGG_module,- +13810,BSU_02430,KEGG_module,- +13811,BSU_02440,KEGG_module,M00444 +13812,BSU_02440,KEGG_module,M00445 +13813,BSU_02440,KEGG_module,M00518 +13814,BSU_02440,KEGG_module,M00709 +13815,BSU_02440,KEGG_module,M00721 +13816,BSU_02440,KEGG_module,M00723 +13817,BSU_02440,KEGG_module,M00724 +13818,BSU_02440,KEGG_module,M00742 +13819,BSU_02440,KEGG_module,M00743 +13820,BSU_02440,KEGG_module,M00744 +13821,BSU_02450,KEGG_module,M00518 +13822,BSU_02460,KEGG_module,- +13823,BSU_02470,KEGG_module,M00135 +13824,BSU_02480,KEGG_module,- +13825,BSU_02490,KEGG_module,- +13826,BSU_02500,KEGG_module,- +13827,BSU_02510,KEGG_module,M00631 +13828,BSU_02520,KEGG_module,M00760 +13829,BSU_02530,KEGG_module,- +13830,BSU_02540,KEGG_module,- +13831,BSU_02550,KEGG_module,- +13832,BSU_02560,KEGG_module,- +13833,BSU_02570,KEGG_module,M00254 +13834,BSU_02580,KEGG_module,- +13835,BSU_02590,KEGG_module,- +13836,BSU_02600,KEGG_module,- +13837,BSU_02610,KEGG_module,- +13838,BSU_02620,KEGG_module,M00126 +13839,BSU_02630,KEGG_module,M00336 +13840,BSU_02640,KEGG_module,M00336 +13841,BSU_02650,KEGG_module,- +13842,BSU_02660,KEGG_module,- +13843,BSU_02670,KEGG_module,M00715 +13844,BSU_02680,KEGG_module,M00715 +13845,BSU_02690,KEGG_module,- +13846,BSU_02700,KEGG_module,M00098 +13847,BSU_02710,KEGG_module,- +13848,BSU_02720,KEGG_module,- +13849,BSU_02730,KEGG_module,M00487 +13850,BSU_02730,KEGG_module,M00489 +13851,BSU_02730,KEGG_module,M00490 +13852,BSU_02730,KEGG_module,M00494 +13853,BSU_02730,KEGG_module,M00495 +13854,BSU_02740,KEGG_module,M00492 +13855,BSU_02740,KEGG_module,M00493 +13856,BSU_02740,KEGG_module,M00494 +13857,BSU_02750,KEGG_module,M00253 +13858,BSU_02750,KEGG_module,M00254 +13859,BSU_02760,KEGG_module,M00253 +13860,BSU_02760,KEGG_module,M00254 +13861,BSU_02770,KEGG_module,- +13862,BSU_02780,KEGG_module,- +13863,BSU_02790,KEGG_module,- +13864,BSU_02800,KEGG_module,- +13865,BSU_02810,KEGG_module,- +13866,BSU_02820,KEGG_module,- +13867,BSU_02830,KEGG_module,- +13868,BSU_02840,KEGG_module,- +13869,BSU_02850,KEGG_module,M00242 +13870,BSU_02860,KEGG_module,M00242 +13871,BSU_02860,KEGG_module,M00244 +13872,BSU_02860,KEGG_module,M00319 +13873,BSU_02870,KEGG_module,M00242 +13874,BSU_02880,KEGG_module,- +13875,BSU_02890,KEGG_module,- +13876,BSU_02900,KEGG_module,- +13877,BSU_02910,KEGG_module,- +13878,BSU_02920,KEGG_module,- +13879,BSU_02930,KEGG_module,- +13880,BSU_02940,KEGG_module,- +13881,BSU_02950,KEGG_module,- +13882,BSU_02960,KEGG_module,- +13883,BSU_02970,KEGG_module,- +13884,BSU_02980,KEGG_module,M00208 +13885,BSU_02980,KEGG_module,M00209 +13886,BSU_02990,KEGG_module,M00208 +13887,BSU_03000,KEGG_module,M00208 +13888,BSU_03010,KEGG_module,- +13889,BSU_03020,KEGG_module,- +13890,BSU_03030,KEGG_module,- +13891,BSU_03040,KEGG_module,- +13892,BSU_03050,KEGG_module,- +13893,BSU_03060,KEGG_module,- +13894,BSU_03070,KEGG_module,- +13895,BSU_03080,KEGG_module,- +13896,BSU_03090,KEGG_module,- +13897,BSU_03100,KEGG_module,- +13898,BSU_03110,KEGG_module,- +13899,BSU_03120,KEGG_module,- +13900,BSU_03130,KEGG_module,M00115 +13901,BSU_03140,KEGG_module,- +13902,BSU_03150,KEGG_module,M00022 +13903,BSU_03160,KEGG_module,- +13904,BSU_03170,KEGG_module,- +13905,BSU_03180,KEGG_module,- +13906,BSU_03190,KEGG_module,- +13907,BSU_03200,KEGG_module,- +13908,BSU_03210,KEGG_module,- +13909,BSU_03220,KEGG_module,- +13910,BSU_03230,KEGG_module,- +13911,BSU_03240,KEGG_module,- +13912,BSU_03250,KEGG_module,- +13913,BSU_03260,KEGG_module,- +13914,BSU_03270,KEGG_module,- +13915,BSU_03280,KEGG_module,M00121 +13916,BSU_03290,KEGG_module,M00530 +13917,BSU_03290,KEGG_module,M00545 +13918,BSU_03300,KEGG_module,M00530 +13919,BSU_03310,KEGG_module,M00531 +13920,BSU_03320,KEGG_module,M00530 +13921,BSU_03330,KEGG_module,M00615 +13922,BSU_03340,KEGG_module,M00126 +13923,BSU_03350,KEGG_module,- +13924,BSU_03360,KEGG_module,- +13925,BSU_03370,KEGG_module,M00234 +13926,BSU_03380,KEGG_module,M00234 +13927,BSU_03380,KEGG_module,M00236 +13928,BSU_03380,KEGG_module,M00585 +13929,BSU_03380,KEGG_module,M00586 +13930,BSU_03390,KEGG_module,- +13931,BSU_03400,KEGG_module,- +13932,BSU_03410,KEGG_module,- +13933,BSU_03420,KEGG_module,- +13934,BSU_03430,KEGG_module,- +13935,BSU_03440,KEGG_module,M00487 +13936,BSU_03440,KEGG_module,M00489 +13937,BSU_03440,KEGG_module,M00490 +13938,BSU_03440,KEGG_module,M00494 +13939,BSU_03450,KEGG_module,M00345 +13940,BSU_03450,KEGG_module,M00580 +13941,BSU_03460,KEGG_module,M00345 +13942,BSU_03460,KEGG_module,M00580 +13943,BSU_03470,KEGG_module,- +13944,BSU_03480,KEGG_module,- +13945,BSU_03490,KEGG_module,- +13946,BSU_03510,KEGG_module,- +13947,BSU_03520,KEGG_module,- +13948,BSU_03530,KEGG_module,- +13949,BSU_03540,KEGG_module,- +13950,BSU_03550,KEGG_module,- +13951,BSU_03560,KEGG_module,M00700 +13952,BSU_03560,KEGG_module,M00702 +13953,BSU_03569,KEGG_module,- +13954,BSU_03570,KEGG_module,- +13955,BSU_03580,KEGG_module,- +13956,BSU_03590,KEGG_module,M00234 +13957,BSU_03590,KEGG_module,M00236 +13958,BSU_03590,KEGG_module,M00585 +13959,BSU_03590,KEGG_module,M00586 +13960,BSU_03600,KEGG_module,M00234 +13961,BSU_03610,KEGG_module,M00234 +13962,BSU_03610,KEGG_module,M00585 +13963,BSU_03610,KEGG_module,M00586 +13964,BSU_03620,KEGG_module,- +13965,BSU_03630,KEGG_module,M00117 +13966,BSU_03640,KEGG_module,M00117 +13967,BSU_03651,KEGG_module,- +13968,BSU_03652,KEGG_module,- +13969,BSU_03660,KEGG_module,- +13970,BSU_03670,KEGG_module,- +13971,BSU_03680,KEGG_module,- +13972,BSU_03700,KEGG_module,- +13973,BSU_03710,KEGG_module,- +13974,BSU_03720,KEGG_module,- +13975,BSU_03730,KEGG_module,M00258 +13976,BSU_03740,KEGG_module,M00258 +13977,BSU_03750,KEGG_module,- +13978,BSU_03760,KEGG_module,M00434 +13979,BSU_03760,KEGG_module,M00649 +13980,BSU_03760,KEGG_module,M00655 +13981,BSU_03770,KEGG_module,- +13982,BSU_03790,KEGG_module,M00016 +13983,BSU_03790,KEGG_module,M00017 +13984,BSU_03790,KEGG_module,M00018 +13985,BSU_03790,KEGG_module,M00033 +13986,BSU_03790,KEGG_module,M00525 +13987,BSU_03790,KEGG_module,M00526 +13988,BSU_03790,KEGG_module,M00527 +13989,BSU_03800,KEGG_module,M00240 +13990,BSU_03810,KEGG_module,M00240 +13991,BSU_03820,KEGG_module,M00240 +13992,BSU_03830,KEGG_module,M00240 +13993,BSU_03840,KEGG_module,- +13994,BSU_03850,KEGG_module,- +13995,BSU_03860,KEGG_module,- +13996,BSU_03870,KEGG_module,- +13997,BSU_03880,KEGG_module,- +13998,BSU_03890,KEGG_module,M00700 +13999,BSU_03890,KEGG_module,M00702 +14000,BSU_03900,KEGG_module,M00027 +14001,BSU_03910,KEGG_module,M00027 +14002,BSU_03920,KEGG_module,- +14003,BSU_03930,KEGG_module,- +14004,BSU_03940,KEGG_module,- +14005,BSU_03950,KEGG_module,- +14006,BSU_03960,KEGG_module,- +14007,BSU_03970,KEGG_module,- +14008,BSU_03981,KEGG_module,M00274 +14009,BSU_03982,KEGG_module,M00274 +14010,BSU_03990,KEGG_module,- +14011,BSU_04000,KEGG_module,M00432 +14012,BSU_04000,KEGG_module,M00535 +14013,BSU_04010,KEGG_module,- +14014,BSU_04020,KEGG_module,- +14015,BSU_04030,KEGG_module,M00060 +14016,BSU_04030,KEGG_module,M00083 +14017,BSU_04030,KEGG_module,M00572 +14018,BSU_04040,KEGG_module,M00125 +14019,BSU_04050,KEGG_module,- +14020,BSU_04060,KEGG_module,- +14021,BSU_04070,KEGG_module,- +14022,BSU_04080,KEGG_module,- +14023,BSU_04090,KEGG_module,- +14024,BSU_04100,KEGG_module,- +14025,BSU_04110,KEGG_module,- +14026,BSU_04130,KEGG_module,- +14027,BSU_04140,KEGG_module,M00625 +14028,BSU_04150,KEGG_module,- +14029,BSU_04160,KEGG_module,- +14030,BSU_04170,KEGG_module,- +14031,BSU_04180,KEGG_module,- +14032,BSU_04190,KEGG_module,M00083 +14033,BSU_04190,KEGG_module,M00572 +14034,BSU_04200,KEGG_module,- +14035,BSU_04210,KEGG_module,M00022 +14036,BSU_04220,KEGG_module,M00124 +14037,BSU_04230,KEGG_module,- +14038,BSU_04240,KEGG_module,- +14039,BSU_04250,KEGG_module,- +14040,BSU_04260,KEGG_module,- +14041,BSU_04270,KEGG_module,- +14042,BSU_04280,KEGG_module,- +14043,BSU_04290,KEGG_module,- +14044,BSU_04300,KEGG_module,- +14045,BSU_04310,KEGG_module,- +14046,BSU_04320,KEGG_module,- +14047,BSU_04330,KEGG_module,- +14048,BSU_04340,KEGG_module,- +14049,BSU_04359,KEGG_module,- +14050,BSU_04360,KEGG_module,- +14051,BSU_04370,KEGG_module,- +14052,BSU_04380,KEGG_module,- +14053,BSU_04390,KEGG_module,- +14054,BSU_04400,KEGG_module,- +14055,BSU_04410,KEGG_module,- +14056,BSU_04420,KEGG_module,- +14057,BSU_04430,KEGG_module,- +14058,BSU_04440,KEGG_module,- +14059,BSU_04450,KEGG_module,M00487 +14060,BSU_04450,KEGG_module,M00489 +14061,BSU_04450,KEGG_module,M00490 +14062,BSU_04450,KEGG_module,M00494 +14063,BSU_04460,KEGG_module,M00487 +14064,BSU_04460,KEGG_module,M00489 +14065,BSU_04460,KEGG_module,M00490 +14066,BSU_04470,KEGG_module,- +14067,BSU_04480,KEGG_module,- +14068,BSU_04490,KEGG_module,M00254 +14069,BSU_04500,KEGG_module,M00254 +14070,BSU_04510,KEGG_module,- +14071,BSU_04520,KEGG_module,- +14072,BSU_04530,KEGG_module,- +14073,BSU_04540,KEGG_module,- +14074,BSU_04550,KEGG_module,- +14075,BSU_04560,KEGG_module,- +14076,BSU_04570,KEGG_module,- +14077,BSU_04580,KEGG_module,- +14078,BSU_04590,KEGG_module,- +14079,BSU_04600,KEGG_module,- +14080,BSU_04610,KEGG_module,- +14081,BSU_04620,KEGG_module,M00126 +14082,BSU_04620,KEGG_module,M00841 +14083,BSU_04630,KEGG_module,- +14084,BSU_04640,KEGG_module,- +14085,BSU_04650,KEGG_module,- +14086,BSU_04660,KEGG_module,- +14087,BSU_04670,KEGG_module,- +14088,BSU_04680,KEGG_module,- +14089,BSU_04690,KEGG_module,- +14090,BSU_04700,KEGG_module,- +14091,BSU_04710,KEGG_module,- +14092,BSU_04720,KEGG_module,- +14093,BSU_04730,KEGG_module,- +14094,BSU_04740,KEGG_module,- +14095,BSU_04760,KEGG_module,- +14096,BSU_04770,KEGG_module,- +14097,BSU_04780,KEGG_module,- +14098,BSU_04785,KEGG_module,- +14099,BSU_04790,KEGG_module,- +14100,BSU_04800,KEGG_module,- +14101,BSU_04810,KEGG_module,- +14102,BSU_04820,KEGG_module,- +14103,BSU_04830,KEGG_module,- +14104,BSU_04839,KEGG_module,- +14105,BSU_04850,KEGG_module,- +14106,BSU_04860,KEGG_module,- +14107,BSU_04870,KEGG_module,- +14108,BSU_04900,KEGG_module,- +14109,BSU_04910,KEGG_module,- +14110,BSU_04920,KEGG_module,- +14111,BSU_04930,KEGG_module,- +14112,BSU_04940,KEGG_module,- +14113,BSU_04950,KEGG_module,- +14114,BSU_04960,KEGG_module,M00333 +14115,BSU_04970,KEGG_module,- +14116,BSU_04980,KEGG_module,- +14117,BSU_04990,KEGG_module,- +14118,BSU_05000,KEGG_module,- +14119,BSU_05010,KEGG_module,- +14120,BSU_05030,KEGG_module,- +14121,BSU_05040,KEGG_module,- +14122,BSU_05050,KEGG_module,- +14123,BSU_05060,KEGG_module,- +14124,BSU_05070,KEGG_module,- +14125,BSU_05080,KEGG_module,- +14126,BSU_05090,KEGG_module,- +14127,BSU_05110,KEGG_module,M00532 +14128,BSU_05120,KEGG_module,- +14129,BSU_05130,KEGG_module,- +14130,BSU_05140,KEGG_module,- +14131,BSU_05150,KEGG_module,- +14132,BSU_05160,KEGG_module,- +14133,BSU_05170,KEGG_module,- +14134,BSU_05180,KEGG_module,M00700 +14135,BSU_05180,KEGG_module,M00702 +14136,BSU_05190,KEGG_module,- +14137,BSU_05200,KEGG_module,- +14138,BSU_05210,KEGG_module,- +14139,BSU_05220,KEGG_module,- +14140,BSU_05230,KEGG_module,- +14141,BSU_05240,KEGG_module,M00700 +14142,BSU_05240,KEGG_module,M00702 +14143,BSU_05250,KEGG_module,- +14144,BSU_05260,KEGG_module,- +14145,BSU_05270,KEGG_module,- +14146,BSU_05280,KEGG_module,- +14147,BSU_05290,KEGG_module,- +14148,BSU_05300,KEGG_module,- +14149,BSU_05310,KEGG_module,- +14150,BSU_05320,KEGG_module,- +14151,BSU_05330,KEGG_module,- +14152,BSU_05340,KEGG_module,- +14153,BSU_05343,KEGG_module,- +14154,BSU_05350,KEGG_module,- +14155,BSU_05360,KEGG_module,- +14156,BSU_05370,KEGG_module,M00700 +14157,BSU_05370,KEGG_module,M00702 +14158,BSU_05380,KEGG_module,- +14159,BSU_05390,KEGG_module,- +14160,BSU_05400,KEGG_module,- +14161,BSU_05410,KEGG_module,M00473 +14162,BSU_05410,KEGG_module,M00484 +14163,BSU_05420,KEGG_module,M00484 +14164,BSU_05430,KEGG_module,- +14165,BSU_05440,KEGG_module,- +14166,BSU_05450,KEGG_module,- +14167,BSU_05460,KEGG_module,M00765 +14168,BSU_05470,KEGG_module,- +14169,BSU_05480,KEGG_module,- +14170,BSU_05490,KEGG_module,- +14171,BSU_05500,KEGG_module,- +14172,BSU_05510,KEGG_module,- +14173,BSU_05520,KEGG_module,- +14174,BSU_05530,KEGG_module,- +14175,BSU_05540,KEGG_module,- +14176,BSU_05550,KEGG_module,- +14177,BSU_05560,KEGG_module,- +14178,BSU_05570,KEGG_module,- +14179,BSU_05580,KEGG_module,- +14180,BSU_05590,KEGG_module,- +14181,BSU_05600,KEGG_module,- +14182,BSU_05610,KEGG_module,- +14183,BSU_05620,KEGG_module,- +14184,BSU_05630,KEGG_module,- +14185,BSU_05640,KEGG_module,- +14186,BSU_05650,KEGG_module,- +14187,BSU_05660,KEGG_module,- +14188,BSU_05670,KEGG_module,- +14189,BSU_05680,KEGG_module,- +14190,BSU_05690,KEGG_module,- +14191,BSU_05700,KEGG_module,- +14192,BSU_05710,KEGG_module,- +14193,BSU_05720,KEGG_module,- +14194,BSU_05730,KEGG_module,- +14195,BSU_05740,KEGG_module,M00126 +14196,BSU_05750,KEGG_module,- +14197,BSU_05770,KEGG_module,- +14198,BSU_05780,KEGG_module,- +14199,BSU_05790,KEGG_module,- +14200,BSU_05800,KEGG_module,- +14201,BSU_05810,KEGG_module,M00275 +14202,BSU_05820,KEGG_module,M00275 +14203,BSU_05830,KEGG_module,M00275 +14204,BSU_05840,KEGG_module,- +14205,BSU_05850,KEGG_module,- +14206,BSU_05860,KEGG_module,M00001 +14207,BSU_05860,KEGG_module,M00549 +14208,BSU_05870,KEGG_module,M00114 +14209,BSU_05880,KEGG_module,- +14210,BSU_05890,KEGG_module,- +14211,BSU_05900,KEGG_module,M00127 +14212,BSU_05910,KEGG_module,- +14213,BSU_05920,KEGG_module,- +14214,BSU_05930,KEGG_module,- +14215,BSU_05940,KEGG_module,M00335 +14216,BSU_05950,KEGG_module,- +14217,BSU_05960,KEGG_module,- +14218,BSU_05970,KEGG_module,- +14219,BSU_05980,KEGG_module,M00336 +14220,BSU_05990,KEGG_module,M00336 +14221,BSU_06000,KEGG_module,- +14222,BSU_06010,KEGG_module,- +14223,BSU_06020,KEGG_module,- +14224,BSU_06030,KEGG_module,- +14225,BSU_06033,KEGG_module,- +14226,BSU_06038,KEGG_module,- +14227,BSU_06040,KEGG_module,- +14228,BSU_06049,KEGG_module,- +14229,BSU_06060,KEGG_module,M00035 +14230,BSU_06070,KEGG_module,M00035 +14231,BSU_06076,KEGG_module,M00114 +14232,BSU_06076,KEGG_module,M00549 +14233,BSU_06100,KEGG_module,- +14234,BSU_06110,KEGG_module,- +14235,BSU_06130,KEGG_module,- +14236,BSU_06140,KEGG_module,- +14237,BSU_06150,KEGG_module,M00014 +14238,BSU_06160,KEGG_module,- +14239,BSU_06170,KEGG_module,- +14240,BSU_06180,KEGG_module,- +14241,BSU_06190,KEGG_module,- +14242,BSU_06200,KEGG_module,- +14243,BSU_06210,KEGG_module,- +14244,BSU_06220,KEGG_module,- +14245,BSU_06230,KEGG_module,- +14246,BSU_06240,KEGG_module,- +14247,BSU_06250,KEGG_module,- +14248,BSU_06260,KEGG_module,- +14249,BSU_06270,KEGG_module,- +14250,BSU_06280,KEGG_module,- +14251,BSU_06290,KEGG_module,- +14252,BSU_06300,KEGG_module,- +14253,BSU_06310,KEGG_module,- +14254,BSU_06320,KEGG_module,- +14255,BSU_06330,KEGG_module,- +14256,BSU_06340,KEGG_module,- +14257,BSU_06350,KEGG_module,- +14258,BSU_06360,KEGG_module,M00050 +14259,BSU_06370,KEGG_module,- +14260,BSU_06380,KEGG_module,- +14261,BSU_06400,KEGG_module,- +14262,BSU_06410,KEGG_module,- +14263,BSU_06420,KEGG_module,M00048 +14264,BSU_06430,KEGG_module,M00048 +14265,BSU_06440,KEGG_module,M00048 +14266,BSU_06440,KEGG_module,M00049 +14267,BSU_06450,KEGG_module,M00048 +14268,BSU_06450,KEGG_module,M00049 +14269,BSU_06460,KEGG_module,M00048 +14270,BSU_06470,KEGG_module,M00048 +14271,BSU_06480,KEGG_module,M00048 +14272,BSU_06490,KEGG_module,M00048 +14273,BSU_06500,KEGG_module,M00048 +14274,BSU_06510,KEGG_module,M00048 +14275,BSU_06520,KEGG_module,M00048 +14276,BSU_06530,KEGG_module,M00048 +14277,BSU_06540,KEGG_module,- +14278,BSU_06550,KEGG_module,- +14279,BSU_06559,KEGG_module,- +14280,BSU_06560,KEGG_module,- +14281,BSU_06570,KEGG_module,- +14282,BSU_06580,KEGG_module,- +14283,BSU_06590,KEGG_module,- +14284,BSU_06600,KEGG_module,- +14285,BSU_06610,KEGG_module,- +14286,BSU_06620,KEGG_module,- +14287,BSU_06630,KEGG_module,- +14288,BSU_06640,KEGG_module,- +14289,BSU_06650,KEGG_module,- +14290,BSU_06660,KEGG_module,- +14291,BSU_06670,KEGG_module,- +14292,BSU_06680,KEGG_module,- +14293,BSU_06690,KEGG_module,M00359 +14294,BSU_06690,KEGG_module,M00360 +14295,BSU_06700,KEGG_module,- +14296,BSU_06710,KEGG_module,- +14297,BSU_06720,KEGG_module,- +14298,BSU_06730,KEGG_module,- +14299,BSU_06740,KEGG_module,- +14300,BSU_06750,KEGG_module,- +14301,BSU_06760,KEGG_module,- +14302,BSU_06770,KEGG_module,- +14303,BSU_06780,KEGG_module,M00222 +14304,BSU_06800,KEGG_module,- +14305,BSU_06811,KEGG_module,- +14306,BSU_06812,KEGG_module,- +14307,BSU_06820,KEGG_module,- +14308,BSU_06830,KEGG_module,- +14309,BSU_06840,KEGG_module,- +14310,BSU_06860,KEGG_module,- +14311,BSU_06870,KEGG_module,- +14312,BSU_06880,KEGG_module,- +14313,BSU_06890,KEGG_module,- +14314,BSU_06900,KEGG_module,- +14315,BSU_06910,KEGG_module,- +14316,BSU_06920,KEGG_module,- +14317,BSU_06940,KEGG_module,- +14318,BSU_06950,KEGG_module,M00519 +14319,BSU_06960,KEGG_module,M00519 +14320,BSU_06970,KEGG_module,M00207 +14321,BSU_06980,KEGG_module,M00196 +14322,BSU_06980,KEGG_module,M00207 +14323,BSU_06980,KEGG_module,M00491 +14324,BSU_06980,KEGG_module,M00602 +14325,BSU_06990,KEGG_module,M00207 +14326,BSU_07000,KEGG_module,- +14327,BSU_07010,KEGG_module,- +14328,BSU_07020,KEGG_module,- +14329,BSU_07030,KEGG_module,- +14330,BSU_07040,KEGG_module,- +14331,BSU_07050,KEGG_module,- +14332,BSU_07060,KEGG_module,- +14333,BSU_07070,KEGG_module,- +14334,BSU_07080,KEGG_module,- +14335,BSU_07090,KEGG_module,- +14336,BSU_07100,KEGG_module,M00603 +14337,BSU_07110,KEGG_module,M00603 +14338,BSU_07120,KEGG_module,M00207 +14339,BSU_07120,KEGG_module,M00603 +14340,BSU_07130,KEGG_module,- +14341,BSU_07140,KEGG_module,- +14342,BSU_07150,KEGG_module,- +14343,BSU_07160,KEGG_module,- +14344,BSU_07170,KEGG_module,- +14345,BSU_07180,KEGG_module,- +14346,BSU_07190,KEGG_module,- +14347,BSU_07200,KEGG_module,- +14348,BSU_07210,KEGG_module,- +14349,BSU_07220,KEGG_module,- +14350,BSU_07230,KEGG_module,- +14351,BSU_07240,KEGG_module,- +14352,BSU_07250,KEGG_module,- +14353,BSU_07260,KEGG_module,- +14354,BSU_07270,KEGG_module,- +14355,BSU_07280,KEGG_module,M00361 +14356,BSU_07280,KEGG_module,M00362 +14357,BSU_07280,KEGG_module,M00632 +14358,BSU_07280,KEGG_module,M00793 +14359,BSU_07290,KEGG_module,- +14360,BSU_07300,KEGG_module,M00815 +14361,BSU_07310,KEGG_module,- +14362,BSU_07320,KEGG_module,- +14363,BSU_07330,KEGG_module,M00125 +14364,BSU_07340,KEGG_module,- +14365,BSU_07350,KEGG_module,M00135 +14366,BSU_07360,KEGG_module,- +14367,BSU_07370,KEGG_module,- +14368,BSU_07380,KEGG_module,- +14369,BSU_07390,KEGG_module,- +14370,BSU_07400,KEGG_module,- +14371,BSU_07410,KEGG_module,- +14372,BSU_07420,KEGG_module,- +14373,BSU_07430,KEGG_module,- +14374,BSU_07440,KEGG_module,- +14375,BSU_07450,KEGG_module,- +14376,BSU_07460,KEGG_module,- +14377,BSU_07480,KEGG_module,- +14378,BSU_07490,KEGG_module,M00240 +14379,BSU_07500,KEGG_module,M00240 +14380,BSU_07510,KEGG_module,M00240 +14381,BSU_07520,KEGG_module,M00240 +14382,BSU_07530,KEGG_module,- +14383,BSU_07550,KEGG_module,- +14384,BSU_07560,KEGG_module,- +14385,BSU_07570,KEGG_module,- +14386,BSU_07580,KEGG_module,M00487 +14387,BSU_07580,KEGG_module,M00489 +14388,BSU_07580,KEGG_module,M00490 +14389,BSU_07580,KEGG_module,M00494 +14390,BSU_07590,KEGG_module,M00487 +14391,BSU_07590,KEGG_module,M00489 +14392,BSU_07590,KEGG_module,M00490 +14393,BSU_07600,KEGG_module,- +14394,BSU_07610,KEGG_module,- +14395,BSU_07620,KEGG_module,- +14396,BSU_07630,KEGG_module,- +14397,BSU_07640,KEGG_module,- +14398,BSU_07650,KEGG_module,- +14399,BSU_07660,KEGG_module,- +14400,BSU_07670,KEGG_module,- +14401,BSU_07680,KEGG_module,- +14402,BSU_07690,KEGG_module,- +14403,BSU_07700,KEGG_module,M00267 +14404,BSU_07700,KEGG_module,M00268 +14405,BSU_07700,KEGG_module,M00269 +14406,BSU_07700,KEGG_module,M00270 +14407,BSU_07700,KEGG_module,M00271 +14408,BSU_07700,KEGG_module,M00282 +14409,BSU_07700,KEGG_module,M00809 +14410,BSU_07710,KEGG_module,- +14411,BSU_07735,KEGG_module,- +14412,BSU_07750,KEGG_module,- +14413,BSU_07760,KEGG_module,- +14414,BSU_07780,KEGG_module,- +14415,BSU_07790,KEGG_module,- +14416,BSU_07800,KEGG_module,M00267 +14417,BSU_07800,KEGG_module,M00268 +14418,BSU_07800,KEGG_module,M00269 +14419,BSU_07800,KEGG_module,M00270 +14420,BSU_07800,KEGG_module,M00271 +14421,BSU_07800,KEGG_module,M00282 +14422,BSU_07800,KEGG_module,M00809 +14423,BSU_07810,KEGG_module,- +14424,BSU_07820,KEGG_module,- +14425,BSU_07830,KEGG_module,- +14426,BSU_07840,KEGG_module,- +14427,BSU_07850,KEGG_module,M00532 +14428,BSU_07860,KEGG_module,- +14429,BSU_07870,KEGG_module,- +14430,BSU_07880,KEGG_module,- +14431,BSU_07890,KEGG_module,- +14432,BSU_07900,KEGG_module,- +14433,BSU_07910,KEGG_module,- +14434,BSU_07920,KEGG_module,- +14435,BSU_07930,KEGG_module,- +14436,BSU_07940,KEGG_module,- +14437,BSU_07955,KEGG_module,- +14438,BSU_07970,KEGG_module,- +14439,BSU_07980,KEGG_module,- +14440,BSU_07990,KEGG_module,- +14441,BSU_08000,KEGG_module,- +14442,BSU_08010,KEGG_module,- +14443,BSU_08020,KEGG_module,- +14444,BSU_08029,KEGG_module,- +14445,BSU_08030,KEGG_module,- +14446,BSU_08040,KEGG_module,- +14447,BSU_08060,KEGG_module,- +14448,BSU_08070,KEGG_module,- +14449,BSU_08080,KEGG_module,M00009 +14450,BSU_08080,KEGG_module,M00011 +14451,BSU_08080,KEGG_module,M00032 +14452,BSU_08080,KEGG_module,M00307 +14453,BSU_08090,KEGG_module,M00009 +14454,BSU_08090,KEGG_module,M00011 +14455,BSU_08090,KEGG_module,M00036 +14456,BSU_08090,KEGG_module,M00307 +14457,BSU_08090,KEGG_module,M00532 +14458,BSU_08100,KEGG_module,- +14459,BSU_08110,KEGG_module,- +14460,BSU_08120,KEGG_module,- +14461,BSU_08130,KEGG_module,- +14462,BSU_08140,KEGG_module,- +14463,BSU_08150,KEGG_module,- +14464,BSU_08160,KEGG_module,- +14465,BSU_08170,KEGG_module,- +14466,BSU_08180,KEGG_module,- +14467,BSU_08190,KEGG_module,- +14468,BSU_08200,KEGG_module,M00266 +14469,BSU_08200,KEGG_module,M00267 +14470,BSU_08200,KEGG_module,M00268 +14471,BSU_08200,KEGG_module,M00269 +14472,BSU_08200,KEGG_module,M00270 +14473,BSU_08200,KEGG_module,M00271 +14474,BSU_08200,KEGG_module,M00282 +14475,BSU_08200,KEGG_module,M00809 +14476,BSU_08210,KEGG_module,- +14477,BSU_08220,KEGG_module,- +14478,BSU_08230,KEGG_module,- +14479,BSU_08240,KEGG_module,M00569 +14480,BSU_08250,KEGG_module,- +14481,BSU_08260,KEGG_module,- +14482,BSU_08270,KEGG_module,- +14483,BSU_08280,KEGG_module,- +14484,BSU_08290,KEGG_module,M00484 +14485,BSU_08300,KEGG_module,- +14486,BSU_08310,KEGG_module,M00252 +14487,BSU_08310,KEGG_module,M00254 +14488,BSU_08320,KEGG_module,M00254 +14489,BSU_08330,KEGG_module,M00254 +14490,BSU_08340,KEGG_module,- +14491,BSU_08350,KEGG_module,M00098 +14492,BSU_08360,KEGG_module,- +14493,BSU_08370,KEGG_module,- +14494,BSU_08380,KEGG_module,- +14495,BSU_08390,KEGG_module,- +14496,BSU_08400,KEGG_module,- +14497,BSU_08410,KEGG_module,- +14498,BSU_08425,KEGG_module,M00726 +14499,BSU_08440,KEGG_module,M00240 +14500,BSU_08450,KEGG_module,M00240 +14501,BSU_08460,KEGG_module,M00240 +14502,BSU_08470,KEGG_module,M00835 +14503,BSU_08480,KEGG_module,- +14504,BSU_08490,KEGG_module,- +14505,BSU_08510,KEGG_module,- +14506,BSU_08520,KEGG_module,- +14507,BSU_08530,KEGG_module,- +14508,BSU_08540,KEGG_module,- +14509,BSU_08550,KEGG_module,- +14510,BSU_08560,KEGG_module,- +14511,BSU_08570,KEGG_module,- +14512,BSU_08580,KEGG_module,- +14513,BSU_08590,KEGG_module,- +14514,BSU_08600,KEGG_module,- +14515,BSU_08610,KEGG_module,- +14516,BSU_08620,KEGG_module,- +14517,BSU_08630,KEGG_module,- +14518,BSU_08640,KEGG_module,- +14519,BSU_08650,KEGG_module,M00083 +14520,BSU_08660,KEGG_module,- +14521,BSU_08670,KEGG_module,- +14522,BSU_08680,KEGG_module,- +14523,BSU_08690,KEGG_module,- +14524,BSU_08700,KEGG_module,- +14525,BSU_08710,KEGG_module,M00121 +14526,BSU_08720,KEGG_module,- +14527,BSU_08730,KEGG_module,- +14528,BSU_08740,KEGG_module,- +14529,BSU_08750,KEGG_module,- +14530,BSU_08760,KEGG_module,- +14531,BSU_08770,KEGG_module,- +14532,BSU_08779,KEGG_module,- +14533,BSU_08780,KEGG_module,- +14534,BSU_08790,KEGG_module,M00127 +14535,BSU_08800,KEGG_module,- +14536,BSU_08820,KEGG_module,M00532 +14537,BSU_08830,KEGG_module,M00188 +14538,BSU_08830,KEGG_module,M00436 +14539,BSU_08840,KEGG_module,M00188 +14540,BSU_08840,KEGG_module,M00436 +14541,BSU_08850,KEGG_module,M00188 +14542,BSU_08850,KEGG_module,M00436 +14543,BSU_08860,KEGG_module,- +14544,BSU_08880,KEGG_module,M00178 +14545,BSU_08880,KEGG_module,M00179 +14546,BSU_08890,KEGG_module,- +14547,BSU_08899,KEGG_module,- +14548,BSU_08900,KEGG_module,- +14549,BSU_08910,KEGG_module,- +14550,BSU_08920,KEGG_module,- +14551,BSU_08930,KEGG_module,- +14552,BSU_08940,KEGG_module,- +14553,BSU_08950,KEGG_module,- +14554,BSU_08960,KEGG_module,- +14555,BSU_08970,KEGG_module,- +14556,BSU_08980,KEGG_module,- +14557,BSU_08990,KEGG_module,- +14558,BSU_09000,KEGG_module,M00701 +14559,BSU_09010,KEGG_module,M00701 +14560,BSU_09020,KEGG_module,- +14561,BSU_09030,KEGG_module,- +14562,BSU_09050,KEGG_module,- +14563,BSU_09060,KEGG_module,- +14564,BSU_09070,KEGG_module,M00254 +14565,BSU_09080,KEGG_module,M00254 +14566,BSU_09090,KEGG_module,M00254 +14567,BSU_09100,KEGG_module,- +14568,BSU_09110,KEGG_module,M00238 +14569,BSU_09120,KEGG_module,- +14570,BSU_09130,KEGG_module,- +14571,BSU_09140,KEGG_module,- +14572,BSU_09150,KEGG_module,- +14573,BSU_09165,KEGG_module,- +14574,BSU_09180,KEGG_module,- +14575,BSU_09190,KEGG_module,- +14576,BSU_09200,KEGG_module,- +14577,BSU_09210,KEGG_module,- +14578,BSU_09220,KEGG_module,- +14579,BSU_09230,KEGG_module,- +14580,BSU_09240,KEGG_module,- +14581,BSU_09250,KEGG_module,- +14582,BSU_09260,KEGG_module,M00123 +14583,BSU_09260,KEGG_module,M00573 +14584,BSU_09260,KEGG_module,M00577 +14585,BSU_09270,KEGG_module,- +14586,BSU_09280,KEGG_module,- +14587,BSU_09290,KEGG_module,- +14588,BSU_09300,KEGG_module,- +14589,BSU_09310,KEGG_module,M00114 +14590,BSU_09310,KEGG_module,M00549 +14591,BSU_09320,KEGG_module,- +14592,BSU_09330,KEGG_module,M00481 +14593,BSU_09330,KEGG_module,M00754 +14594,BSU_09340,KEGG_module,- +14595,BSU_09350,KEGG_module,- +14596,BSU_09360,KEGG_module,- +14597,BSU_09370,KEGG_module,- +14598,BSU_09380,KEGG_module,- +14599,BSU_09390,KEGG_module,- +14600,BSU_09400,KEGG_module,- +14601,BSU_09410,KEGG_module,M00126 +14602,BSU_09420,KEGG_module,- +14603,BSU_09430,KEGG_module,- +14604,BSU_09440,KEGG_module,M00009 +14605,BSU_09440,KEGG_module,M00010 +14606,BSU_09440,KEGG_module,M00012 +14607,BSU_09440,KEGG_module,M00740 +14608,BSU_09450,KEGG_module,M00083 +14609,BSU_09450,KEGG_module,M00572 +14610,BSU_09460,KEGG_module,- +14611,BSU_09470,KEGG_module,- +14612,BSU_09480,KEGG_module,M00700 +14613,BSU_09480,KEGG_module,M00702 +14614,BSU_09490,KEGG_module,- +14615,BSU_09500,KEGG_module,- +14616,BSU_09510,KEGG_module,- +14617,BSU_09520,KEGG_module,- +14618,BSU_09530,KEGG_module,- +14619,BSU_09540,KEGG_module,M00089 +14620,BSU_09550,KEGG_module,- +14621,BSU_09560,KEGG_module,- +14622,BSU_09570,KEGG_module,- +14623,BSU_09590,KEGG_module,- +14624,BSU_09600,KEGG_module,- +14625,BSU_09610,KEGG_module,- +14626,BSU_09620,KEGG_module,- +14627,BSU_09640,KEGG_module,- +14628,BSU_09650,KEGG_module,- +14629,BSU_09660,KEGG_module,- +14630,BSU_09670,KEGG_module,- +14631,BSU_09680,KEGG_module,- +14632,BSU_09690,KEGG_module,- +14633,BSU_09710,KEGG_module,M00635 +14634,BSU_09710,KEGG_module,M00707 +14635,BSU_09720,KEGG_module,M00635 +14636,BSU_09720,KEGG_module,M00707 +14637,BSU_09730,KEGG_module,- +14638,BSU_09750,KEGG_module,- +14639,BSU_09760,KEGG_module,- +14640,BSU_09770,KEGG_module,M00118 +14641,BSU_09780,KEGG_module,- +14642,BSU_09790,KEGG_module,- +14643,BSU_09800,KEGG_module,- +14644,BSU_09810,KEGG_module,- +14645,BSU_09830,KEGG_module,- +14646,BSU_09840,KEGG_module,- +14647,BSU_09850,KEGG_module,- +14648,BSU_09860,KEGG_module,- +14649,BSU_09880,KEGG_module,- +14650,BSU_09889,KEGG_module,- +14651,BSU_09890,KEGG_module,M00254 +14652,BSU_09900,KEGG_module,M00253 +14653,BSU_09900,KEGG_module,M00254 +14654,BSU_09910,KEGG_module,- +14655,BSU_09920,KEGG_module,- +14656,BSU_09930,KEGG_module,- +14657,BSU_09940,KEGG_module,- +14658,BSU_09950,KEGG_module,- +14659,BSU_09965,KEGG_module,- +14660,BSU_09980,KEGG_module,- +14661,BSU_09990,KEGG_module,- +14662,BSU_10000,KEGG_module,- +14663,BSU_10009,KEGG_module,- +14664,BSU_10010,KEGG_module,- +14665,BSU_10020,KEGG_module,M00020 +14666,BSU_10020,KEGG_module,M00124 +14667,BSU_10030,KEGG_module,- +14668,BSU_10040,KEGG_module,M00254 +14669,BSU_10050,KEGG_module,M00254 +14670,BSU_10060,KEGG_module,- +14671,BSU_10070,KEGG_module,M00525 +14672,BSU_10080,KEGG_module,- +14673,BSU_10090,KEGG_module,- +14674,BSU_10100,KEGG_module,M00086 +14675,BSU_10110,KEGG_module,- +14676,BSU_10120,KEGG_module,M00121 +14677,BSU_10120,KEGG_module,M00356 +14678,BSU_10130,KEGG_module,M00121 +14679,BSU_10140,KEGG_module,M00121 +14680,BSU_10140,KEGG_module,M00789 +14681,BSU_10140,KEGG_module,M00790 +14682,BSU_10150,KEGG_module,M00647 +14683,BSU_10160,KEGG_module,- +14684,BSU_10170,KEGG_module,M00082 +14685,BSU_10170,KEGG_module,M00083 +14686,BSU_10180,KEGG_module,- +14687,BSU_10200,KEGG_module,- +14688,BSU_10210,KEGG_module,- +14689,BSU_10220,KEGG_module,- +14690,BSU_10230,KEGG_module,- +14691,BSU_10240,KEGG_module,- +14692,BSU_10250,KEGG_module,- +14693,BSU_10260,KEGG_module,- +14694,BSU_10270,KEGG_module,M00086 +14695,BSU_10280,KEGG_module,- +14696,BSU_10290,KEGG_module,- +14697,BSU_10300,KEGG_module,- +14698,BSU_10310,KEGG_module,- +14699,BSU_10320,KEGG_module,- +14700,BSU_10330,KEGG_module,M00240 +14701,BSU_10340,KEGG_module,M00001 +14702,BSU_10340,KEGG_module,M00002 +14703,BSU_10340,KEGG_module,M00003 +14704,BSU_10340,KEGG_module,M00122 +14705,BSU_10350,KEGG_module,M00088 +14706,BSU_10350,KEGG_module,M00095 +14707,BSU_10350,KEGG_module,M00373 +14708,BSU_10350,KEGG_module,M00374 +14709,BSU_10350,KEGG_module,M00375 +14710,BSU_10360,KEGG_module,M00086 +14711,BSU_10370,KEGG_module,M00581 +14712,BSU_10370,KEGG_module,M00582 +14713,BSU_10380,KEGG_module,- +14714,BSU_10390,KEGG_module,M00136 +14715,BSU_10400,KEGG_module,M00083 +14716,BSU_10400,KEGG_module,M00572 +14717,BSU_10410,KEGG_module,- +14718,BSU_10420,KEGG_module,- +14719,BSU_10430,KEGG_module,M00083 +14720,BSU_10430,KEGG_module,M00572 +14721,BSU_10440,KEGG_module,- +14722,BSU_10450,KEGG_module,- +14723,BSU_10460,KEGG_module,- +14724,BSU_10470,KEGG_module,- +14725,BSU_10480,KEGG_module,- +14726,BSU_10490,KEGG_module,- +14727,BSU_10500,KEGG_module,- +14728,BSU_10510,KEGG_module,- +14729,BSU_10520,KEGG_module,- +14730,BSU_10530,KEGG_module,- +14731,BSU_10540,KEGG_module,- +14732,BSU_10550,KEGG_module,- +14733,BSU_10560,KEGG_module,- +14734,BSU_10570,KEGG_module,- +14735,BSU_10580,KEGG_module,- +14736,BSU_10590,KEGG_module,- +14737,BSU_10600,KEGG_module,- +14738,BSU_10610,KEGG_module,- +14739,BSU_10620,KEGG_module,- +14740,BSU_10630,KEGG_module,- +14741,BSU_10640,KEGG_module,- +14742,BSU_10650,KEGG_module,- +14743,BSU_10660,KEGG_module,- +14744,BSU_10670,KEGG_module,- +14745,BSU_10680,KEGG_module,- +14746,BSU_10690,KEGG_module,- +14747,BSU_10700,KEGG_module,- +14748,BSU_10710,KEGG_module,- +14749,BSU_10720,KEGG_module,- +14750,BSU_10730,KEGG_module,- +14751,BSU_10740,KEGG_module,- +14752,BSU_10750,KEGG_module,- +14753,BSU_10760,KEGG_module,- +14754,BSU_10770,KEGG_module,- +14755,BSU_10780,KEGG_module,- +14756,BSU_10790,KEGG_module,- +14757,BSU_10800,KEGG_module,- +14758,BSU_10810,KEGG_module,M00097 +14759,BSU_10820,KEGG_module,- +14760,BSU_10830,KEGG_module,- +14761,BSU_10840,KEGG_module,- +14762,BSU_10850,KEGG_module,- +14763,BSU_10860,KEGG_module,- +14764,BSU_10870,KEGG_module,- +14765,BSU_10880,KEGG_module,M00700 +14766,BSU_10880,KEGG_module,M00702 +14767,BSU_10890,KEGG_module,- +14768,BSU_10900,KEGG_module,M00568 +14769,BSU_10910,KEGG_module,M00176 +14770,BSU_10910,KEGG_module,M00596 +14771,BSU_10920,KEGG_module,M00176 +14772,BSU_10920,KEGG_module,M00596 +14773,BSU_10930,KEGG_module,M00176 +14774,BSU_10940,KEGG_module,M00358 +14775,BSU_10950,KEGG_module,M00358 +14776,BSU_10960,KEGG_module,- +14777,BSU_10970,KEGG_module,- +14778,BSU_10980,KEGG_module,- +14779,BSU_10990,KEGG_module,- +14780,BSU_11000,KEGG_module,- +14781,BSU_11010,KEGG_module,M00017 +14782,BSU_11010,KEGG_module,M00377 +14783,BSU_11020,KEGG_module,- +14784,BSU_11030,KEGG_module,- +14785,BSU_11040,KEGG_module,- +14786,BSU_11055,KEGG_module,- +14787,BSU_11070,KEGG_module,- +14788,BSU_11079,KEGG_module,- +14789,BSU_11080,KEGG_module,- +14790,BSU_11090,KEGG_module,- +14791,BSU_11100,KEGG_module,- +14792,BSU_11110,KEGG_module,- +14793,BSU_11120,KEGG_module,- +14794,BSU_11130,KEGG_module,- +14795,BSU_11139,KEGG_module,- +14796,BSU_11140,KEGG_module,M00125 +14797,BSU_11150,KEGG_module,- +14798,BSU_11160,KEGG_module,- +14799,BSU_11170,KEGG_module,- +14800,BSU_11180,KEGG_module,M00702 +14801,BSU_11190,KEGG_module,M00028 +14802,BSU_11190,KEGG_module,M00845 +14803,BSU_11200,KEGG_module,M00028 +14804,BSU_11210,KEGG_module,M00028 +14805,BSU_11220,KEGG_module,M00016 +14806,BSU_11220,KEGG_module,M00028 +14807,BSU_11220,KEGG_module,M00845 +14808,BSU_11230,KEGG_module,M00051 +14809,BSU_11240,KEGG_module,M00051 +14810,BSU_11250,KEGG_module,M00029 +14811,BSU_11250,KEGG_module,M00844 +14812,BSU_11260,KEGG_module,- +14813,BSU_11270,KEGG_module,- +14814,BSU_11280,KEGG_module,- +14815,BSU_11290,KEGG_module,- +14816,BSU_11300,KEGG_module,M00221 +14817,BSU_11310,KEGG_module,- +14818,BSU_11320,KEGG_module,- +14819,BSU_11330,KEGG_module,M00082 +14820,BSU_11330,KEGG_module,M00083 +14821,BSU_11340,KEGG_module,M00083 +14822,BSU_11340,KEGG_module,M00572 +14823,BSU_11350,KEGG_module,- +14824,BSU_11360,KEGG_module,M00239 +14825,BSU_11360,KEGG_module,M00439 +14826,BSU_11360,KEGG_module,M00566 +14827,BSU_11370,KEGG_module,M00239 +14828,BSU_11370,KEGG_module,M00439 +14829,BSU_11381,KEGG_module,M00239 +14830,BSU_11382,KEGG_module,M00239 +14831,BSU_11390,KEGG_module,M00239 +14832,BSU_11400,KEGG_module,M00239 +14833,BSU_11400,KEGG_module,M00439 +14834,BSU_11400,KEGG_module,M00566 +14835,BSU_11410,KEGG_module,- +14836,BSU_11420,KEGG_module,M00359 +14837,BSU_11420,KEGG_module,M00360 +14838,BSU_11430,KEGG_module,M00439 +14839,BSU_11430,KEGG_module,M00566 +14840,BSU_11440,KEGG_module,M00239 +14841,BSU_11440,KEGG_module,M00439 +14842,BSU_11440,KEGG_module,M00566 +14843,BSU_11450,KEGG_module,M00239 +14844,BSU_11450,KEGG_module,M00439 +14845,BSU_11450,KEGG_module,M00566 +14846,BSU_11460,KEGG_module,M00239 +14847,BSU_11460,KEGG_module,M00439 +14848,BSU_11460,KEGG_module,M00566 +14849,BSU_11470,KEGG_module,M00239 +14850,BSU_11470,KEGG_module,M00439 +14851,BSU_11480,KEGG_module,- +14852,BSU_11490,KEGG_module,- +14853,BSU_11500,KEGG_module,- +14854,BSU_11510,KEGG_module,- +14855,BSU_11520,KEGG_module,- +14856,BSU_11530,KEGG_module,- +14857,BSU_11540,KEGG_module,- +14858,BSU_11549,KEGG_module,- +14859,BSU_11550,KEGG_module,- +14860,BSU_11560,KEGG_module,- +14861,BSU_11570,KEGG_module,- +14862,BSU_11580,KEGG_module,- +14863,BSU_11590,KEGG_module,- +14864,BSU_11600,KEGG_module,- +14865,BSU_11610,KEGG_module,- +14866,BSU_11620,KEGG_module,- +14867,BSU_11630,KEGG_module,- +14868,BSU_11640,KEGG_module,- +14869,BSU_11650,KEGG_module,- +14870,BSU_11660,KEGG_module,M00127 +14871,BSU_11670,KEGG_module,- +14872,BSU_11680,KEGG_module,- +14873,BSU_11690,KEGG_module,- +14874,BSU_11700,KEGG_module,- +14875,BSU_11710,KEGG_module,M00127 +14876,BSU_11720,KEGG_module,M00083 +14877,BSU_11720,KEGG_module,M00572 +14878,BSU_11730,KEGG_module,- +14879,BSU_11740,KEGG_module,- +14880,BSU_11750,KEGG_module,- +14881,BSU_11760,KEGG_module,- +14882,BSU_11770,KEGG_module,- +14883,BSU_11780,KEGG_module,- +14884,BSU_11790,KEGG_module,- +14885,BSU_11810,KEGG_module,- +14886,BSU_11820,KEGG_module,- +14887,BSU_11839,KEGG_module,- +14888,BSU_11840,KEGG_module,- +14889,BSU_11850,KEGG_module,- +14890,BSU_11860,KEGG_module,- +14891,BSU_11870,KEGG_module,M00017 +14892,BSU_11870,KEGG_module,M00609 +14893,BSU_11880,KEGG_module,M00017 +14894,BSU_11880,KEGG_module,M00609 +14895,BSU_11890,KEGG_module,- +14896,BSU_11900,KEGG_module,- +14897,BSU_11910,KEGG_module,- +14898,BSU_11920,KEGG_module,- +14899,BSU_11930,KEGG_module,- +14900,BSU_11940,KEGG_module,- +14901,BSU_11950,KEGG_module,- +14902,BSU_11960,KEGG_module,- +14903,BSU_11970,KEGG_module,- +14904,BSU_11980,KEGG_module,M00083 +14905,BSU_11980,KEGG_module,M00572 +14906,BSU_12000,KEGG_module,M00273 +14907,BSU_12000,KEGG_module,M00279 +14908,BSU_12010,KEGG_module,M00273 +14909,BSU_12010,KEGG_module,M00276 +14910,BSU_12020,KEGG_module,M00114 +14911,BSU_12030,KEGG_module,- +14912,BSU_12040,KEGG_module,- +14913,BSU_12060,KEGG_module,- +14914,BSU_12069,KEGG_module,- +14915,BSU_12070,KEGG_module,- +14916,BSU_12080,KEGG_module,M00154 +14917,BSU_12100,KEGG_module,- +14918,BSU_12110,KEGG_module,- +14919,BSU_12120,KEGG_module,- +14920,BSU_12130,KEGG_module,- +14921,BSU_12140,KEGG_module,- +14922,BSU_12150,KEGG_module,- +14923,BSU_12160,KEGG_module,M00377 +14924,BSU_12170,KEGG_module,- +14925,BSU_12190,KEGG_module,- +14926,BSU_12210,KEGG_module,M00573 +14927,BSU_12210,KEGG_module,M00774 +14928,BSU_12220,KEGG_module,M00777 +14929,BSU_12220,KEGG_module,M00833 +14930,BSU_12229,KEGG_module,- +14931,BSU_12230,KEGG_module,M00121 +14932,BSU_12240,KEGG_module,M00211 +14933,BSU_12250,KEGG_module,M00211 +14934,BSU_12250,KEGG_module,M00222 +14935,BSU_12260,KEGG_module,- +14936,BSU_12270,KEGG_module,- +14937,BSU_12280,KEGG_module,- +14938,BSU_12290,KEGG_module,- +14939,BSU_12300,KEGG_module,M00061 +14940,BSU_12300,KEGG_module,M00631 +14941,BSU_12310,KEGG_module,- +14942,BSU_12320,KEGG_module,- +14943,BSU_12330,KEGG_module,- +14944,BSU_12340,KEGG_module,M00061 +14945,BSU_12350,KEGG_module,- +14946,BSU_12360,KEGG_module,- +14947,BSU_12370,KEGG_module,- +14948,BSU_12380,KEGG_module,M00631 +14949,BSU_12390,KEGG_module,M00631 +14950,BSU_12400,KEGG_module,- +14951,BSU_12410,KEGG_module,- +14952,BSU_12420,KEGG_module,M00742 +14953,BSU_12430,KEGG_module,- +14954,BSU_12450,KEGG_module,- +14955,BSU_12460,KEGG_module,- +14956,BSU_12470,KEGG_module,- +14957,BSU_12480,KEGG_module,- +14958,BSU_12490,KEGG_module,- +14959,BSU_12500,KEGG_module,- +14960,BSU_12510,KEGG_module,- +14961,BSU_12520,KEGG_module,- +14962,BSU_12530,KEGG_module,- +14963,BSU_12550,KEGG_module,- +14964,BSU_12560,KEGG_module,- +14965,BSU_12570,KEGG_module,- +14966,BSU_12580,KEGG_module,- +14967,BSU_12590,KEGG_module,- +14968,BSU_12600,KEGG_module,- +14969,BSU_12610,KEGG_module,- +14970,BSU_12619,KEGG_module,- +14971,BSU_12620,KEGG_module,- +14972,BSU_12630,KEGG_module,- +14973,BSU_12640,KEGG_module,- +14974,BSU_12649,KEGG_module,- +14975,BSU_12650,KEGG_module,- +14976,BSU_12660,KEGG_module,- +14977,BSU_12671,KEGG_module,- +14978,BSU_12672,KEGG_module,- +14979,BSU_12680,KEGG_module,- +14980,BSU_12690,KEGG_module,- +14981,BSU_12700,KEGG_module,- +14982,BSU_12710,KEGG_module,- +14983,BSU_12720,KEGG_module,- +14984,BSU_12730,KEGG_module,- +14985,BSU_12740,KEGG_module,- +14986,BSU_12749,KEGG_module,- +14987,BSU_12750,KEGG_module,- +14988,BSU_12760,KEGG_module,- +14989,BSU_12770,KEGG_module,- +14990,BSU_12780,KEGG_module,- +14991,BSU_12790,KEGG_module,- +14992,BSU_12800,KEGG_module,- +14993,BSU_12810,KEGG_module,- +14994,BSU_12820,KEGG_module,- +14995,BSU_12830,KEGG_module,- +14996,BSU_12840,KEGG_module,- +14997,BSU_12850,KEGG_module,- +14998,BSU_12860,KEGG_module,- +14999,BSU_12870,KEGG_module,- +15000,BSU_12880,KEGG_module,- +15001,BSU_12890,KEGG_module,- +15002,BSU_12900,KEGG_module,M00728 +15003,BSU_12910,KEGG_module,M00015 +15004,BSU_12910,KEGG_module,M00429 +15005,BSU_12920,KEGG_module,- +15006,BSU_12930,KEGG_module,M00239 +15007,BSU_12930,KEGG_module,M00439 +15008,BSU_12930,KEGG_module,M00566 +15009,BSU_12940,KEGG_module,M00239 +15010,BSU_12940,KEGG_module,M00439 +15011,BSU_12940,KEGG_module,M00566 +15012,BSU_12950,KEGG_module,M00239 +15013,BSU_12950,KEGG_module,M00439 +15014,BSU_12950,KEGG_module,M00566 +15015,BSU_12960,KEGG_module,M00439 +15016,BSU_12960,KEGG_module,M00566 +15017,BSU_12970,KEGG_module,- +15018,BSU_12980,KEGG_module,- +15019,BSU_12990,KEGG_module,- +15020,BSU_13000,KEGG_module,M00239 +15021,BSU_13000,KEGG_module,M00439 +15022,BSU_13010,KEGG_module,M00004 +15023,BSU_13010,KEGG_module,M00006 +15024,BSU_13010,KEGG_module,M00008 +15025,BSU_13020,KEGG_module,- +15026,BSU_13030,KEGG_module,- +15027,BSU_13040,KEGG_module,M00538 +15028,BSU_13050,KEGG_module,- +15029,BSU_13060,KEGG_module,- +15030,BSU_13070,KEGG_module,- +15031,BSU_13080,KEGG_module,- +15032,BSU_13090,KEGG_module,M00712 +15033,BSU_13100,KEGG_module,M00712 +15034,BSU_13110,KEGG_module,- +15035,BSU_13120,KEGG_module,M00015 +15036,BSU_13130,KEGG_module,M00015 +15037,BSU_13140,KEGG_module,- +15038,BSU_13150,KEGG_module,- +15039,BSU_13160,KEGG_module,- +15040,BSU_13170,KEGG_module,M00429 +15041,BSU_13180,KEGG_module,M00017 +15042,BSU_13190,KEGG_module,- +15043,BSU_13200,KEGG_module,- +15044,BSU_13210,KEGG_module,M00582 +15045,BSU_13220,KEGG_module,M00582 +15046,BSU_13230,KEGG_module,M00582 +15047,BSU_13240,KEGG_module,- +15048,BSU_13250,KEGG_module,- +15049,BSU_13260,KEGG_module,- +15050,BSU_13270,KEGG_module,- +15051,BSU_13280,KEGG_module,- +15052,BSU_13300,KEGG_module,- +15053,BSU_13310,KEGG_module,- +15054,BSU_13320,KEGG_module,- +15055,BSU_13330,KEGG_module,- +15056,BSU_13340,KEGG_module,- +15057,BSU_13350,KEGG_module,- +15058,BSU_13360,KEGG_module,- +15059,BSU_13370,KEGG_module,- +15060,BSU_13380,KEGG_module,- +15061,BSU_13390,KEGG_module,- +15062,BSU_13400,KEGG_module,- +15063,BSU_13410,KEGG_module,- +15064,BSU_13420,KEGG_module,- +15065,BSU_13430,KEGG_module,- +15066,BSU_13440,KEGG_module,- +15067,BSU_13450,KEGG_module,- +15068,BSU_13460,KEGG_module,- +15069,BSU_13470,KEGG_module,- +15070,BSU_13480,KEGG_module,- +15071,BSU_13490,KEGG_module,M00743 +15072,BSU_13500,KEGG_module,- +15073,BSU_13509,KEGG_module,- +15074,BSU_13510,KEGG_module,- +15075,BSU_13520,KEGG_module,- +15076,BSU_13530,KEGG_module,M00485 +15077,BSU_13530,KEGG_module,M00524 +15078,BSU_13540,KEGG_module,- +15079,BSU_13550,KEGG_module,M00034 +15080,BSU_13560,KEGG_module,M00034 +15081,BSU_13570,KEGG_module,- +15082,BSU_13580,KEGG_module,M00034 +15083,BSU_13580,KEGG_module,M00527 +15084,BSU_13580,KEGG_module,M00787 +15085,BSU_13590,KEGG_module,M00034 +15086,BSU_13600,KEGG_module,M00034 +15087,BSU_13610,KEGG_module,M00034 +15088,BSU_13610,KEGG_module,M00550 +15089,BSU_13620,KEGG_module,M00034 +15090,BSU_13630,KEGG_module,- +15091,BSU_13640,KEGG_module,- +15092,BSU_13650,KEGG_module,- +15093,BSU_13660,KEGG_module,M00485 +15094,BSU_13670,KEGG_module,- +15095,BSU_13680,KEGG_module,- +15096,BSU_13690,KEGG_module,- +15097,BSU_13700,KEGG_module,- +15098,BSU_13710,KEGG_module,- +15099,BSU_13720,KEGG_module,- +15100,BSU_13730,KEGG_module,M00842 +15101,BSU_13730,KEGG_module,M00843 +15102,BSU_13740,KEGG_module,- +15103,BSU_13750,KEGG_module,- +15104,BSU_13760,KEGG_module,- +15105,BSU_13770,KEGG_module,- +15106,BSU_13780,KEGG_module,- +15107,BSU_13789,KEGG_module,- +15108,BSU_13790,KEGG_module,- +15109,BSU_13799,KEGG_module,- +15110,BSU_13800,KEGG_module,- +15111,BSU_13810,KEGG_module,- +15112,BSU_13819,KEGG_module,- +15113,BSU_13820,KEGG_module,- +15114,BSU_13830,KEGG_module,- +15115,BSU_13840,KEGG_module,- +15116,BSU_13850,KEGG_module,- +15117,BSU_13860,KEGG_module,- +15118,BSU_13870,KEGG_module,- +15119,BSU_13880,KEGG_module,- +15120,BSU_13890,KEGG_module,M00265 +15121,BSU_13890,KEGG_module,M00267 +15122,BSU_13890,KEGG_module,M00268 +15123,BSU_13890,KEGG_module,M00269 +15124,BSU_13890,KEGG_module,M00270 +15125,BSU_13890,KEGG_module,M00271 +15126,BSU_13890,KEGG_module,M00282 +15127,BSU_13890,KEGG_module,M00809 +15128,BSU_13900,KEGG_module,- +15129,BSU_13910,KEGG_module,- +15130,BSU_13920,KEGG_module,- +15131,BSU_13930,KEGG_module,- +15132,BSU_13940,KEGG_module,M00028 +15133,BSU_13950,KEGG_module,- +15134,BSU_13960,KEGG_module,- +15135,BSU_13970,KEGG_module,- +15136,BSU_13980,KEGG_module,- +15137,BSU_13990,KEGG_module,M00485 +15138,BSU_13990,KEGG_module,M00501 +15139,BSU_14000,KEGG_module,M00525 +15140,BSU_14009,KEGG_module,- +15141,BSU_14010,KEGG_module,M00506 +15142,BSU_14020,KEGG_module,- +15143,BSU_14030,KEGG_module,- +15144,BSU_14040,KEGG_module,- +15145,BSU_14050,KEGG_module,- +15146,BSU_14060,KEGG_module,- +15147,BSU_14071,KEGG_module,- +15148,BSU_14072,KEGG_module,- +15149,BSU_14090,KEGG_module,- +15150,BSU_14100,KEGG_module,- +15151,BSU_14110,KEGG_module,- +15152,BSU_14120,KEGG_module,- +15153,BSU_14130,KEGG_module,- +15154,BSU_14140,KEGG_module,- +15155,BSU_14150,KEGG_module,- +15156,BSU_14160,KEGG_module,- +15157,BSU_14170,KEGG_module,- +15158,BSU_14180,KEGG_module,M00016 +15159,BSU_14180,KEGG_module,M00525 +15160,BSU_14190,KEGG_module,M00525 +15161,BSU_14200,KEGG_module,- +15162,BSU_14210,KEGG_module,- +15163,BSU_14220,KEGG_module,- +15164,BSU_14230,KEGG_module,- +15165,BSU_14240,KEGG_module,- +15166,BSU_14250,KEGG_module,- +15167,BSU_14260,KEGG_module,- +15168,BSU_14270,KEGG_module,- +15169,BSU_14280,KEGG_module,- +15170,BSU_14290,KEGG_module,- +15171,BSU_14300,KEGG_module,- +15172,BSU_14310,KEGG_module,- +15173,BSU_14320,KEGG_module,- +15174,BSU_14330,KEGG_module,M00707 +15175,BSU_14340,KEGG_module,- +15176,BSU_14350,KEGG_module,M00709 +15177,BSU_14360,KEGG_module,M00258 +15178,BSU_14370,KEGG_module,M00258 +15179,BSU_14380,KEGG_module,- +15180,BSU_14390,KEGG_module,M00001 +15181,BSU_14390,KEGG_module,M00345 +15182,BSU_14400,KEGG_module,M00273 +15183,BSU_14410,KEGG_module,- +15184,BSU_14420,KEGG_module,- +15185,BSU_14430,KEGG_module,- +15186,BSU_14440,KEGG_module,M00119 +15187,BSU_14450,KEGG_module,- +15188,BSU_14460,KEGG_module,- +15189,BSU_14470,KEGG_module,- +15190,BSU_14480,KEGG_module,- +15191,BSU_14490,KEGG_module,M00485 +15192,BSU_14500,KEGG_module,- +15193,BSU_14510,KEGG_module,- +15194,BSU_14520,KEGG_module,- +15195,BSU_14530,KEGG_module,- +15196,BSU_14540,KEGG_module,- +15197,BSU_14550,KEGG_module,- +15198,BSU_14560,KEGG_module,- +15199,BSU_14569,KEGG_module,- +15200,BSU_14570,KEGG_module,- +15201,BSU_14580,KEGG_module,M00036 +15202,BSU_14580,KEGG_module,M00307 +15203,BSU_14590,KEGG_module,M00036 +15204,BSU_14590,KEGG_module,M00307 +15205,BSU_14600,KEGG_module,M00307 +15206,BSU_14610,KEGG_module,M00009 +15207,BSU_14610,KEGG_module,M00011 +15208,BSU_14610,KEGG_module,M00036 +15209,BSU_14610,KEGG_module,M00307 +15210,BSU_14610,KEGG_module,M00532 +15211,BSU_14620,KEGG_module,- +15212,BSU_14629,KEGG_module,- +15213,BSU_14630,KEGG_module,M00133 +15214,BSU_14630,KEGG_module,M00134 +15215,BSU_14640,KEGG_module,- +15216,BSU_14650,KEGG_module,- +15217,BSU_14660,KEGG_module,- +15218,BSU_14670,KEGG_module,M00131 +15219,BSU_14680,KEGG_module,- +15220,BSU_14690,KEGG_module,- +15221,BSU_14700,KEGG_module,- +15222,BSU_14710,KEGG_module,- +15223,BSU_14720,KEGG_module,- +15224,BSU_14730,KEGG_module,- +15225,BSU_14740,KEGG_module,- +15226,BSU_14750,KEGG_module,- +15227,BSU_14760,KEGG_module,- +15228,BSU_14770,KEGG_module,- +15229,BSU_14780,KEGG_module,- +15230,BSU_14790,KEGG_module,- +15231,BSU_14800,KEGG_module,- +15232,BSU_14810,KEGG_module,- +15233,BSU_14820,KEGG_module,- +15234,BSU_14830,KEGG_module,- +15235,BSU_14840,KEGG_module,- +15236,BSU_14850,KEGG_module,- +15237,BSU_14860,KEGG_module,M00173 +15238,BSU_14870,KEGG_module,M00154 +15239,BSU_14880,KEGG_module,M00154 +15240,BSU_14890,KEGG_module,M00155 +15241,BSU_14890,KEGG_module,M00416 +15242,BSU_14890,KEGG_module,M00595 +15243,BSU_14900,KEGG_module,M00155 +15244,BSU_14900,KEGG_module,M00416 +15245,BSU_14910,KEGG_module,M00155 +15246,BSU_14910,KEGG_module,M00416 +15247,BSU_14910,KEGG_module,M00417 +15248,BSU_14920,KEGG_module,M00155 +15249,BSU_14920,KEGG_module,M00416 +15250,BSU_14930,KEGG_module,- +15251,BSU_14940,KEGG_module,- +15252,BSU_14950,KEGG_module,- +15253,BSU_14960,KEGG_module,- +15254,BSU_14970,KEGG_module,- +15255,BSU_14980,KEGG_module,- +15256,BSU_14990,KEGG_module,- +15257,BSU_15000,KEGG_module,- +15258,BSU_15010,KEGG_module,- +15259,BSU_15020,KEGG_module,M00120 +15260,BSU_15030,KEGG_module,- +15261,BSU_15040,KEGG_module,- +15262,BSU_15050,KEGG_module,- +15263,BSU_15060,KEGG_module,- +15264,BSU_15070,KEGG_module,- +15265,BSU_15080,KEGG_module,M00178 +15266,BSU_15090,KEGG_module,- +15267,BSU_15100,KEGG_module,- +15268,BSU_15110,KEGG_module,M00119 +15269,BSU_15120,KEGG_module,- +15270,BSU_15130,KEGG_module,- +15271,BSU_15140,KEGG_module,- +15272,BSU_15150,KEGG_module,- +15273,BSU_15160,KEGG_module,- +15274,BSU_15170,KEGG_module,- +15275,BSU_15180,KEGG_module,- +15276,BSU_15190,KEGG_module,- +15277,BSU_15200,KEGG_module,- +15278,BSU_15210,KEGG_module,- +15279,BSU_15220,KEGG_module,- +15280,BSU_15230,KEGG_module,- +15281,BSU_15240,KEGG_module,- +15282,BSU_15250,KEGG_module,- +15283,BSU_15260,KEGG_module,- +15284,BSU_15270,KEGG_module,- +15285,BSU_15280,KEGG_module,- +15286,BSU_15290,KEGG_module,- +15287,BSU_15300,KEGG_module,- +15288,BSU_15310,KEGG_module,- +15289,BSU_15320,KEGG_module,- +15290,BSU_15330,KEGG_module,- +15291,BSU_15340,KEGG_module,M00189 +15292,BSU_15340,KEGG_module,M00236 +15293,BSU_15340,KEGG_module,M00240 +15294,BSU_15350,KEGG_module,M00028 +15295,BSU_15350,KEGG_module,M00845 +15296,BSU_15360,KEGG_module,- +15297,BSU_15370,KEGG_module,- +15298,BSU_15380,KEGG_module,- +15299,BSU_15390,KEGG_module,- +15300,BSU_15400,KEGG_module,- +15301,BSU_15410,KEGG_module,M00507 +15302,BSU_15420,KEGG_module,- +15303,BSU_15430,KEGG_module,M00359 +15304,BSU_15430,KEGG_module,M00360 +15305,BSU_15440,KEGG_module,- +15306,BSU_15450,KEGG_module,- +15307,BSU_15460,KEGG_module,- +15308,BSU_15470,KEGG_module,- +15309,BSU_15480,KEGG_module,- +15310,BSU_15490,KEGG_module,M00051 +15311,BSU_15500,KEGG_module,M00051 +15312,BSU_15510,KEGG_module,M00051 +15313,BSU_15520,KEGG_module,M00051 +15314,BSU_15530,KEGG_module,- +15315,BSU_15540,KEGG_module,M00051 +15316,BSU_15550,KEGG_module,M00051 +15317,BSU_15560,KEGG_module,M00051 +15318,BSU_15570,KEGG_module,M00176 +15319,BSU_15580,KEGG_module,- +15320,BSU_15590,KEGG_module,M00176 +15321,BSU_15590,KEGG_module,M00596 +15322,BSU_15600,KEGG_module,M00176 +15323,BSU_15610,KEGG_module,M00121 +15324,BSU_15620,KEGG_module,M00121 +15325,BSU_15630,KEGG_module,M00121 +15326,BSU_15640,KEGG_module,- +15327,BSU_15650,KEGG_module,- +15328,BSU_15660,KEGG_module,- +15329,BSU_15670,KEGG_module,- +15330,BSU_15680,KEGG_module,M00050 +15331,BSU_15690,KEGG_module,M00183 +15332,BSU_15700,KEGG_module,M00120 +15333,BSU_15710,KEGG_module,- +15334,BSU_15720,KEGG_module,- +15335,BSU_15730,KEGG_module,- +15336,BSU_15740,KEGG_module,- +15337,BSU_15750,KEGG_module,- +15338,BSU_15760,KEGG_module,- +15339,BSU_15770,KEGG_module,- +15340,BSU_15780,KEGG_module,- +15341,BSU_15790,KEGG_module,M00004 +15342,BSU_15790,KEGG_module,M00007 +15343,BSU_15800,KEGG_module,- +15344,BSU_15820,KEGG_module,M00178 +15345,BSU_15830,KEGG_module,- +15346,BSU_15840,KEGG_module,- +15347,BSU_15850,KEGG_module,- +15348,BSU_15860,KEGG_module,- +15349,BSU_15870,KEGG_module,- +15350,BSU_15880,KEGG_module,M00034 +15351,BSU_15890,KEGG_module,M00089 +15352,BSU_15900,KEGG_module,M00082 +15353,BSU_15910,KEGG_module,M00083 +15354,BSU_15910,KEGG_module,M00572 +15355,BSU_15920,KEGG_module,- +15356,BSU_15930,KEGG_module,- +15357,BSU_15940,KEGG_module,- +15358,BSU_15950,KEGG_module,M00335 +15359,BSU_15960,KEGG_module,- +15360,BSU_15970,KEGG_module,- +15361,BSU_15980,KEGG_module,M00335 +15362,BSU_15990,KEGG_module,M00178 +15363,BSU_16000,KEGG_module,- +15364,BSU_16010,KEGG_module,- +15365,BSU_16020,KEGG_module,- +15366,BSU_16030,KEGG_module,M00096 +15367,BSU_16040,KEGG_module,M00178 +15368,BSU_16050,KEGG_module,- +15369,BSU_16060,KEGG_module,- +15370,BSU_16070,KEGG_module,- +15371,BSU_16080,KEGG_module,- +15372,BSU_16090,KEGG_module,M00009 +15373,BSU_16090,KEGG_module,M00011 +15374,BSU_16090,KEGG_module,M00173 +15375,BSU_16090,KEGG_module,M00374 +15376,BSU_16090,KEGG_module,M00620 +15377,BSU_16100,KEGG_module,M00009 +15378,BSU_16100,KEGG_module,M00011 +15379,BSU_16100,KEGG_module,M00173 +15380,BSU_16100,KEGG_module,M00374 +15381,BSU_16100,KEGG_module,M00620 +15382,BSU_16110,KEGG_module,- +15383,BSU_16120,KEGG_module,- +15384,BSU_16130,KEGG_module,- +15385,BSU_16140,KEGG_module,- +15386,BSU_16150,KEGG_module,- +15387,BSU_16160,KEGG_module,- +15388,BSU_16170,KEGG_module,- +15389,BSU_16180,KEGG_module,- +15390,BSU_16190,KEGG_module,- +15391,BSU_16200,KEGG_module,- +15392,BSU_16210,KEGG_module,- +15393,BSU_16220,KEGG_module,- +15394,BSU_16230,KEGG_module,M00332 +15395,BSU_16230,KEGG_module,M00660 +15396,BSU_16240,KEGG_module,M00332 +15397,BSU_16240,KEGG_module,M00542 +15398,BSU_16240,KEGG_module,M00660 +15399,BSU_16250,KEGG_module,- +15400,BSU_16260,KEGG_module,- +15401,BSU_16270,KEGG_module,- +15402,BSU_16280,KEGG_module,- +15403,BSU_16290,KEGG_module,- +15404,BSU_16299,KEGG_module,- +15405,BSU_16300,KEGG_module,- +15406,BSU_16310,KEGG_module,- +15407,BSU_16320,KEGG_module,- +15408,BSU_16330,KEGG_module,M00506 +15409,BSU_16340,KEGG_module,- +15410,BSU_16350,KEGG_module,M00332 +15411,BSU_16350,KEGG_module,M00542 +15412,BSU_16350,KEGG_module,M00660 +15413,BSU_16360,KEGG_module,M00332 +15414,BSU_16360,KEGG_module,M00542 +15415,BSU_16360,KEGG_module,M00660 +15416,BSU_16370,KEGG_module,M00332 +15417,BSU_16370,KEGG_module,M00542 +15418,BSU_16370,KEGG_module,M00660 +15419,BSU_16380,KEGG_module,M00332 +15420,BSU_16380,KEGG_module,M00542 +15421,BSU_16380,KEGG_module,M00660 +15422,BSU_16390,KEGG_module,- +15423,BSU_16400,KEGG_module,- +15424,BSU_16410,KEGG_module,- +15425,BSU_16420,KEGG_module,M00506 +15426,BSU_16430,KEGG_module,M00506 +15427,BSU_16440,KEGG_module,M00506 +15428,BSU_16450,KEGG_module,- +15429,BSU_16460,KEGG_module,- +15430,BSU_16470,KEGG_module,- +15431,BSU_16480,KEGG_module,- +15432,BSU_16490,KEGG_module,M00178 +15433,BSU_16490,KEGG_module,M00179 +15434,BSU_16500,KEGG_module,- +15435,BSU_16510,KEGG_module,- +15436,BSU_16520,KEGG_module,- +15437,BSU_16530,KEGG_module,- +15438,BSU_16540,KEGG_module,M00093 +15439,BSU_16550,KEGG_module,M00096 +15440,BSU_16560,KEGG_module,- +15441,BSU_16570,KEGG_module,M00359 +15442,BSU_16570,KEGG_module,M00360 +15443,BSU_16580,KEGG_module,M00260 +15444,BSU_16590,KEGG_module,- +15445,BSU_16600,KEGG_module,M00178 +15446,BSU_16610,KEGG_module,- +15447,BSU_16620,KEGG_module,M00178 +15448,BSU_16630,KEGG_module,- +15449,BSU_16640,KEGG_module,- +15450,BSU_16650,KEGG_module,- +15451,BSU_16660,KEGG_module,- +15452,BSU_16670,KEGG_module,M00125 +15453,BSU_16680,KEGG_module,M00178 +15454,BSU_16680,KEGG_module,M00179 +15455,BSU_16690,KEGG_module,M00394 +15456,BSU_16700,KEGG_module,- +15457,BSU_16710,KEGG_module,- +15458,BSU_16720,KEGG_module,- +15459,BSU_16730,KEGG_module,M00020 +15460,BSU_16730,KEGG_module,M00346 +15461,BSU_16740,KEGG_module,- +15462,BSU_16750,KEGG_module,M00016 +15463,BSU_16750,KEGG_module,M00017 +15464,BSU_16750,KEGG_module,M00018 +15465,BSU_16750,KEGG_module,M00033 +15466,BSU_16750,KEGG_module,M00525 +15467,BSU_16750,KEGG_module,M00526 +15468,BSU_16750,KEGG_module,M00527 +15469,BSU_16760,KEGG_module,M00016 +15470,BSU_16760,KEGG_module,M00017 +15471,BSU_16760,KEGG_module,M00018 +15472,BSU_16760,KEGG_module,M00033 +15473,BSU_16760,KEGG_module,M00525 +15474,BSU_16760,KEGG_module,M00526 +15475,BSU_16760,KEGG_module,M00527 +15476,BSU_16770,KEGG_module,M00016 +15477,BSU_16770,KEGG_module,M00525 +15478,BSU_16770,KEGG_module,M00526 +15479,BSU_16770,KEGG_module,M00527 +15480,BSU_16780,KEGG_module,- +15481,BSU_16790,KEGG_module,- +15482,BSU_16799,KEGG_module,- +15483,BSU_16800,KEGG_module,- +15484,BSU_16810,KEGG_module,- +15485,BSU_16825,KEGG_module,- +15486,BSU_16845,KEGG_module,- +15487,BSU_16860,KEGG_module,- +15488,BSU_16870,KEGG_module,M00083 +15489,BSU_16870,KEGG_module,M00572 +15490,BSU_16880,KEGG_module,- +15491,BSU_16890,KEGG_module,- +15492,BSU_16900,KEGG_module,- +15493,BSU_16910,KEGG_module,- +15494,BSU_16920,KEGG_module,- +15495,BSU_16930,KEGG_module,- +15496,BSU_16940,KEGG_module,M00729 +15497,BSU_16950,KEGG_module,- +15498,BSU_16960,KEGG_module,- +15499,BSU_16970,KEGG_module,M00236 +15500,BSU_16980,KEGG_module,- +15501,BSU_16990,KEGG_module,- +15502,BSU_17000,KEGG_module,M00123 +15503,BSU_17000,KEGG_module,M00573 +15504,BSU_17000,KEGG_module,M00577 +15505,BSU_17010,KEGG_module,- +15506,BSU_17020,KEGG_module,M00236 +15507,BSU_17030,KEGG_module,- +15508,BSU_17040,KEGG_module,- +15509,BSU_17050,KEGG_module,- +15510,BSU_17060,KEGG_module,- +15511,BSU_17070,KEGG_module,- +15512,BSU_17080,KEGG_module,- +15513,BSU_17090,KEGG_module,- +15514,BSU_17100,KEGG_module,M00082 +15515,BSU_17110,KEGG_module,- +15516,BSU_17120,KEGG_module,M00082 +15517,BSU_17130,KEGG_module,- +15518,BSU_17140,KEGG_module,M00083 +15519,BSU_17140,KEGG_module,M00572 +15520,BSU_17150,KEGG_module,M00088 +15521,BSU_17150,KEGG_module,M00095 +15522,BSU_17160,KEGG_module,M00036 +15523,BSU_17170,KEGG_module,- +15524,BSU_17180,KEGG_module,- +15525,BSU_17190,KEGG_module,- +15526,BSU_17200,KEGG_module,M00361 +15527,BSU_17210,KEGG_module,- +15528,BSU_17220,KEGG_module,- +15529,BSU_17230,KEGG_module,M00573 +15530,BSU_17240,KEGG_module,- +15531,BSU_17250,KEGG_module,- +15532,BSU_17260,KEGG_module,- +15533,BSU_17270,KEGG_module,- +15534,BSU_17280,KEGG_module,- +15535,BSU_17290,KEGG_module,M00710 +15536,BSU_17300,KEGG_module,M00710 +15537,BSU_17320,KEGG_module,- +15538,BSU_17330,KEGG_module,- +15539,BSU_17340,KEGG_module,- +15540,BSU_17350,KEGG_module,- +15541,BSU_17360,KEGG_module,- +15542,BSU_17370,KEGG_module,M00053 +15543,BSU_17380,KEGG_module,M00053 +15544,BSU_17390,KEGG_module,M00053 +15545,BSU_17400,KEGG_module,- +15546,BSU_17410,KEGG_module,M00727 +15547,BSU_17420,KEGG_module,- +15548,BSU_17430,KEGG_module,- +15549,BSU_17440,KEGG_module,M00338 +15550,BSU_17450,KEGG_module,M00439 +15551,BSU_17460,KEGG_module,- +15552,BSU_17470,KEGG_module,- +15553,BSU_17480,KEGG_module,- +15554,BSU_17490,KEGG_module,- +15555,BSU_17500,KEGG_module,- +15556,BSU_17510,KEGG_module,- +15557,BSU_17520,KEGG_module,- +15558,BSU_17530,KEGG_module,- +15559,BSU_17540,KEGG_module,- +15560,BSU_17560,KEGG_module,M00023 +15561,BSU_17570,KEGG_module,- +15562,BSU_17580,KEGG_module,- +15563,BSU_17590,KEGG_module,- +15564,BSU_17600,KEGG_module,- +15565,BSU_17610,KEGG_module,M00014 +15566,BSU_17620,KEGG_module,- +15567,BSU_17630,KEGG_module,- +15568,BSU_17640,KEGG_module,- +15569,BSU_17650,KEGG_module,- +15570,BSU_17660,KEGG_module,M00053 +15571,BSU_17660,KEGG_module,M00120 +15572,BSU_17680,KEGG_module,M00053 +15573,BSU_17690,KEGG_module,- +15574,BSU_17710,KEGG_module,M00336 +15575,BSU_17720,KEGG_module,- +15576,BSU_17730,KEGG_module,- +15577,BSU_17750,KEGG_module,- +15578,BSU_17760,KEGG_module,- +15579,BSU_17770,KEGG_module,- +15580,BSU_17780,KEGG_module,- +15581,BSU_17790,KEGG_module,- +15582,BSU_17800,KEGG_module,- +15583,BSU_17820,KEGG_module,- +15584,BSU_17830,KEGG_module,- +15585,BSU_17840,KEGG_module,- +15586,BSU_17850,KEGG_module,M00729 +15587,BSU_17860,KEGG_module,- +15588,BSU_17870,KEGG_module,- +15589,BSU_17880,KEGG_module,- +15590,BSU_17890,KEGG_module,M00004 +15591,BSU_17890,KEGG_module,M00007 +15592,BSU_17890,KEGG_module,M00165 +15593,BSU_17890,KEGG_module,M00167 +15594,BSU_17900,KEGG_module,- +15595,BSU_17910,KEGG_module,- +15596,BSU_17920,KEGG_module,- +15597,BSU_17930,KEGG_module,- +15598,BSU_17940,KEGG_module,M00506 +15599,BSU_17950,KEGG_module,- +15600,BSU_17960,KEGG_module,- +15601,BSU_17970,KEGG_module,- +15602,BSU_17980,KEGG_module,- +15603,BSU_17990,KEGG_module,- +15604,BSU_18000,KEGG_module,M00009 +15605,BSU_18000,KEGG_module,M00010 +15606,BSU_18000,KEGG_module,M00012 +15607,BSU_18000,KEGG_module,M00173 +15608,BSU_18000,KEGG_module,M00740 +15609,BSU_18010,KEGG_module,- +15610,BSU_18020,KEGG_module,- +15611,BSU_18030,KEGG_module,- +15612,BSU_18040,KEGG_module,- +15613,BSU_18050,KEGG_module,- +15614,BSU_18060,KEGG_module,- +15615,BSU_18070,KEGG_module,M00089 +15616,BSU_18080,KEGG_module,- +15617,BSU_18090,KEGG_module,- +15618,BSU_18100,KEGG_module,- +15619,BSU_18109,KEGG_module,- +15620,BSU_18110,KEGG_module,- +15621,BSU_18120,KEGG_module,- +15622,BSU_18130,KEGG_module,- +15623,BSU_18150,KEGG_module,- +15624,BSU_18160,KEGG_module,- +15625,BSU_18170,KEGG_module,- +15626,BSU_18180,KEGG_module,M00129 +15627,BSU_18180,KEGG_module,M00361 +15628,BSU_18180,KEGG_module,M00362 +15629,BSU_18180,KEGG_module,M00549 +15630,BSU_18190,KEGG_module,- +15631,BSU_18200,KEGG_module,- +15632,BSU_18210,KEGG_module,M00373 +15633,BSU_18210,KEGG_module,M00741 +15634,BSU_18220,KEGG_module,- +15635,BSU_18230,KEGG_module,M00036 +15636,BSU_18230,KEGG_module,M00088 +15637,BSU_18239,KEGG_module,M00082 +15638,BSU_18239,KEGG_module,M00173 +15639,BSU_18239,KEGG_module,M00307 +15640,BSU_18239,KEGG_module,M00376 +15641,BSU_18239,KEGG_module,M00620 +15642,BSU_18240,KEGG_module,M00036 +15643,BSU_18240,KEGG_module,M00082 +15644,BSU_18240,KEGG_module,M00373 +15645,BSU_18240,KEGG_module,M00376 +15646,BSU_18240,KEGG_module,M00741 +15647,BSU_18250,KEGG_module,- +15648,BSU_18260,KEGG_module,- +15649,BSU_18270,KEGG_module,- +15650,BSU_18280,KEGG_module,- +15651,BSU_18290,KEGG_module,- +15652,BSU_18300,KEGG_module,- +15653,BSU_18310,KEGG_module,- +15654,BSU_18320,KEGG_module,- +15655,BSU_18330,KEGG_module,- +15656,BSU_18340,KEGG_module,- +15657,BSU_18350,KEGG_module,- +15658,BSU_18360,KEGG_module,M00632 +15659,BSU_18370,KEGG_module,- +15660,BSU_18380,KEGG_module,- +15661,BSU_18390,KEGG_module,- +15662,BSU_18400,KEGG_module,- +15663,BSU_18410,KEGG_module,- +15664,BSU_18420,KEGG_module,- +15665,BSU_18430,KEGG_module,- +15666,BSU_18440,KEGG_module,- +15667,BSU_18450,KEGG_module,- +15668,BSU_18460,KEGG_module,- +15669,BSU_18470,KEGG_module,M00015 +15670,BSU_18480,KEGG_module,M00015 +15671,BSU_18490,KEGG_module,- +15672,BSU_18500,KEGG_module,M00083 +15673,BSU_18500,KEGG_module,M00572 +15674,BSU_18510,KEGG_module,- +15675,BSU_18520,KEGG_module,- +15676,BSU_18530,KEGG_module,- +15677,BSU_18540,KEGG_module,- +15678,BSU_18550,KEGG_module,M00014 +15679,BSU_18560,KEGG_module,M00020 +15680,BSU_18570,KEGG_module,- +15681,BSU_18580,KEGG_module,- +15682,BSU_18590,KEGG_module,- +15683,BSU_18596,KEGG_module,- +15684,BSU_18600,KEGG_module,- +15685,BSU_18610,KEGG_module,- +15686,BSU_18620,KEGG_module,- +15687,BSU_18630,KEGG_module,- +15688,BSU_18640,KEGG_module,- +15689,BSU_18650,KEGG_module,- +15690,BSU_18660,KEGG_module,- +15691,BSU_18670,KEGG_module,- +15692,BSU_18690,KEGG_module,- +15693,BSU_18700,KEGG_module,- +15694,BSU_18710,KEGG_module,- +15695,BSU_18720,KEGG_module,- +15696,BSU_18730,KEGG_module,- +15697,BSU_18740,KEGG_module,- +15698,BSU_18750,KEGG_module,- +15699,BSU_18760,KEGG_module,- +15700,BSU_18770,KEGG_module,- +15701,BSU_18780,KEGG_module,- +15702,BSU_18790,KEGG_module,M00532 +15703,BSU_18800,KEGG_module,M00627 +15704,BSU_18800,KEGG_module,M00628 +15705,BSU_18830,KEGG_module,M00173 +15706,BSU_18830,KEGG_module,M00374 +15707,BSU_18840,KEGG_module,- +15708,BSU_18849,KEGG_module,- +15709,BSU_18850,KEGG_module,- +15710,BSU_18870,KEGG_module,- +15711,BSU_18880,KEGG_module,- +15712,BSU_18890,KEGG_module,- +15713,BSU_18910,KEGG_module,- +15714,BSU_18930,KEGG_module,- +15715,BSU_18940,KEGG_module,- +15716,BSU_18950,KEGG_module,- +15717,BSU_18960,KEGG_module,- +15718,BSU_18970,KEGG_module,- +15719,BSU_18980,KEGG_module,- +15720,BSU_18990,KEGG_module,- +15721,BSU_19000,KEGG_module,- +15722,BSU_19010,KEGG_module,- +15723,BSU_19020,KEGG_module,M00135 +15724,BSU_19030,KEGG_module,- +15725,BSU_19040,KEGG_module,M00359 +15726,BSU_19040,KEGG_module,M00360 +15727,BSU_19050,KEGG_module,M00647 +15728,BSU_19060,KEGG_module,- +15729,BSU_19070,KEGG_module,- +15730,BSU_19080,KEGG_module,- +15731,BSU_19090,KEGG_module,- +15732,BSU_19100,KEGG_module,- +15733,BSU_19110,KEGG_module,- +15734,BSU_19120,KEGG_module,- +15735,BSU_19130,KEGG_module,- +15736,BSU_19140,KEGG_module,- +15737,BSU_19150,KEGG_module,- +15738,BSU_19160,KEGG_module,- +15739,BSU_19170,KEGG_module,- +15740,BSU_19180,KEGG_module,- +15741,BSU_19190,KEGG_module,M00479 +15742,BSU_19200,KEGG_module,M00479 +15743,BSU_19210,KEGG_module,- +15744,BSU_19220,KEGG_module,- +15745,BSU_19230,KEGG_module,- +15746,BSU_19240,KEGG_module,- +15747,BSU_19250,KEGG_module,- +15748,BSU_19259,KEGG_module,- +15749,BSU_19260,KEGG_module,- +15750,BSU_19270,KEGG_module,- +15751,BSU_19280,KEGG_module,- +15752,BSU_19290,KEGG_module,- +15753,BSU_19300,KEGG_module,- +15754,BSU_19310,KEGG_module,M00135 +15755,BSU_19320,KEGG_module,M00101 +15756,BSU_19330,KEGG_module,- +15757,BSU_19340,KEGG_module,- +15758,BSU_19350,KEGG_module,- +15759,BSU_19360,KEGG_module,M00009 +15760,BSU_19360,KEGG_module,M00011 +15761,BSU_19360,KEGG_module,M00032 +15762,BSU_19370,KEGG_module,M00009 +15763,BSU_19370,KEGG_module,M00011 +15764,BSU_19370,KEGG_module,M00032 +15765,BSU_19380,KEGG_module,- +15766,BSU_19390,KEGG_module,- +15767,BSU_19400,KEGG_module,- +15768,BSU_19410,KEGG_module,- +15769,BSU_19420,KEGG_module,- +15770,BSU_19430,KEGG_module,- +15771,BSU_19440,KEGG_module,- +15772,BSU_19450,KEGG_module,- +15773,BSU_19460,KEGG_module,- +15774,BSU_19470,KEGG_module,- +15775,BSU_19479,KEGG_module,- +15776,BSU_19480,KEGG_module,- +15777,BSU_19490,KEGG_module,- +15778,BSU_19510,KEGG_module,- +15779,BSU_19520,KEGG_module,- +15780,BSU_19530,KEGG_module,- +15781,BSU_19540,KEGG_module,- +15782,BSU_19550,KEGG_module,- +15783,BSU_19560,KEGG_module,- +15784,BSU_19570,KEGG_module,- +15785,BSU_19579,KEGG_module,- +15786,BSU_19580,KEGG_module,- +15787,BSU_19590,KEGG_module,- +15788,BSU_19600,KEGG_module,- +15789,BSU_19610,KEGG_module,- +15790,BSU_19620,KEGG_module,M00651 +15791,BSU_19630,KEGG_module,M00034 +15792,BSU_19639,KEGG_module,- +15793,BSU_19640,KEGG_module,- +15794,BSU_19650,KEGG_module,- +15795,BSU_19660,KEGG_module,- +15796,BSU_19670,KEGG_module,- +15797,BSU_19680,KEGG_module,- +15798,BSU_19689,KEGG_module,- +15799,BSU_19690,KEGG_module,- +15800,BSU_19700,KEGG_module,- +15801,BSU_19710,KEGG_module,M00016 +15802,BSU_19710,KEGG_module,M00028 +15803,BSU_19710,KEGG_module,M00845 +15804,BSU_19720,KEGG_module,- +15805,BSU_19730,KEGG_module,- +15806,BSU_19740,KEGG_module,M00123 +15807,BSU_19740,KEGG_module,M00573 +15808,BSU_19740,KEGG_module,M00577 +15809,BSU_19750,KEGG_module,- +15810,BSU_19760,KEGG_module,- +15811,BSU_19770,KEGG_module,- +15812,BSU_19780,KEGG_module,- +15813,BSU_19790,KEGG_module,- +15814,BSU_19800,KEGG_module,- +15815,BSU_19810,KEGG_module,- +15816,BSU_19830,KEGG_module,- +15817,BSU_19940,KEGG_module,- +15818,BSU_19950,KEGG_module,- +15819,BSU_20010,KEGG_module,- +15820,BSU_20020,KEGG_module,M00053 +15821,BSU_20020,KEGG_module,M00120 +15822,BSU_20030,KEGG_module,- +15823,BSU_20040,KEGG_module,M00053 +15824,BSU_20050,KEGG_module,- +15825,BSU_20060,KEGG_module,M00053 +15826,BSU_20070,KEGG_module,M00053 +15827,BSU_20250,KEGG_module,M00035 +15828,BSU_20270,KEGG_module,- +15829,BSU_20280,KEGG_module,M00053 +15830,BSU_20330,KEGG_module,- +15831,BSU_20340,KEGG_module,M00260 +15832,BSU_20350,KEGG_module,- +15833,BSU_20360,KEGG_module,- +15834,BSU_20370,KEGG_module,- +15835,BSU_20380,KEGG_module,- +15836,BSU_20390,KEGG_module,- +15837,BSU_20400,KEGG_module,- +15838,BSU_20450,KEGG_module,- +15839,BSU_20460,KEGG_module,- +15840,BSU_20490,KEGG_module,- +15841,BSU_20500,KEGG_module,- +15842,BSU_20510,KEGG_module,- +15843,BSU_20580,KEGG_module,- +15844,BSU_20610,KEGG_module,- +15845,BSU_20630,KEGG_module,- +15846,BSU_20670,KEGG_module,- +15847,BSU_20780,KEGG_module,- +15848,BSU_20790,KEGG_module,- +15849,BSU_20800,KEGG_module,- +15850,BSU_20810,KEGG_module,- +15851,BSU_20860,KEGG_module,- +15852,BSU_20880,KEGG_module,- +15853,BSU_20890,KEGG_module,- +15854,BSU_20928,KEGG_module,- +15855,BSU_20930,KEGG_module,- +15856,BSU_20940,KEGG_module,- +15857,BSU_20950,KEGG_module,- +15858,BSU_20960,KEGG_module,- +15859,BSU_20980,KEGG_module,- +15860,BSU_21020,KEGG_module,- +15861,BSU_21040,KEGG_module,- +15862,BSU_21050,KEGG_module,- +15863,BSU_21070,KEGG_module,- +15864,BSU_21100,KEGG_module,- +15865,BSU_21110,KEGG_module,- +15866,BSU_21120,KEGG_module,- +15867,BSU_21130,KEGG_module,- +15868,BSU_21140,KEGG_module,- +15869,BSU_21150,KEGG_module,- +15870,BSU_21160,KEGG_module,- +15871,BSU_21170,KEGG_module,- +15872,BSU_21190,KEGG_module,- +15873,BSU_21200,KEGG_module,- +15874,BSU_21210,KEGG_module,- +15875,BSU_21220,KEGG_module,- +15876,BSU_21240,KEGG_module,- +15877,BSU_21250,KEGG_module,- +15878,BSU_21270,KEGG_module,- +15879,BSU_21280,KEGG_module,- +15880,BSU_21290,KEGG_module,- +15881,BSU_21300,KEGG_module,- +15882,BSU_21340,KEGG_module,- +15883,BSU_21350,KEGG_module,- +15884,BSU_21360,KEGG_module,- +15885,BSU_21370,KEGG_module,- +15886,BSU_21380,KEGG_module,- +15887,BSU_21390,KEGG_module,M00627 +15888,BSU_21400,KEGG_module,- +15889,BSU_21410,KEGG_module,- +15890,BSU_21420,KEGG_module,- +15891,BSU_21430,KEGG_module,- +15892,BSU_21440,KEGG_module,- +15893,BSU_21450,KEGG_module,- +15894,BSU_21460,KEGG_module,- +15895,BSU_21470,KEGG_module,- +15896,BSU_21500,KEGG_module,- +15897,BSU_21510,KEGG_module,- +15898,BSU_21520,KEGG_module,- +15899,BSU_21550,KEGG_module,- +15900,BSU_21560,KEGG_module,- +15901,BSU_21570,KEGG_module,- +15902,BSU_21580,KEGG_module,- +15903,BSU_21590,KEGG_module,- +15904,BSU_21598,KEGG_module,- +15905,BSU_21599,KEGG_module,- +15906,BSU_21600,KEGG_module,- +15907,BSU_21610,KEGG_module,- +15908,BSU_21620,KEGG_module,- +15909,BSU_21630,KEGG_module,- +15910,BSU_21640,KEGG_module,- +15911,BSU_21650,KEGG_module,- +15912,BSU_21660,KEGG_module,- +15913,BSU_21670,KEGG_module,- +15914,BSU_21680,KEGG_module,- +15915,BSU_21690,KEGG_module,- +15916,BSU_21700,KEGG_module,- +15917,BSU_21710,KEGG_module,- +15918,BSU_21720,KEGG_module,- +15919,BSU_21730,KEGG_module,- +15920,BSU_21740,KEGG_module,- +15921,BSU_21750,KEGG_module,- +15922,BSU_21760,KEGG_module,- +15923,BSU_21770,KEGG_module,M00570 +15924,BSU_21780,KEGG_module,- +15925,BSU_21790,KEGG_module,- +15926,BSU_21800,KEGG_module,M00089 +15927,BSU_21810,KEGG_module,M00124 +15928,BSU_21810,KEGG_module,M00126 +15929,BSU_21810,KEGG_module,M00840 +15930,BSU_21820,KEGG_module,M00053 +15931,BSU_21830,KEGG_module,- +15932,BSU_21840,KEGG_module,- +15933,BSU_21850,KEGG_module,- +15934,BSU_21860,KEGG_module,- +15935,BSU_21870,KEGG_module,M00019 +15936,BSU_21870,KEGG_module,M00570 +15937,BSU_21870,KEGG_module,M00582 +15938,BSU_21880,KEGG_module,- +15939,BSU_21890,KEGG_module,- +15940,BSU_21900,KEGG_module,- +15941,BSU_21910,KEGG_module,M00017 +15942,BSU_21920,KEGG_module,- +15943,BSU_21930,KEGG_module,- +15944,BSU_21940,KEGG_module,- +15945,BSU_21950,KEGG_module,- +15946,BSU_21960,KEGG_module,- +15947,BSU_21970,KEGG_module,- +15948,BSU_21980,KEGG_module,- +15949,BSU_21990,KEGG_module,- +15950,BSU_22010,KEGG_module,- +15951,BSU_22020,KEGG_module,- +15952,BSU_22030,KEGG_module,- +15953,BSU_22040,KEGG_module,- +15954,BSU_22050,KEGG_module,- +15955,BSU_22060,KEGG_module,- +15956,BSU_22070,KEGG_module,- +15957,BSU_22080,KEGG_module,- +15958,BSU_22090,KEGG_module,- +15959,BSU_22100,KEGG_module,M00008 +15960,BSU_22100,KEGG_module,M00061 +15961,BSU_22100,KEGG_module,M00308 +15962,BSU_22100,KEGG_module,M00631 +15963,BSU_22110,KEGG_module,M00061 +15964,BSU_22110,KEGG_module,M00308 +15965,BSU_22110,KEGG_module,M00631 +15966,BSU_22120,KEGG_module,- +15967,BSU_22130,KEGG_module,- +15968,BSU_22140,KEGG_module,- +15969,BSU_22150,KEGG_module,- +15970,BSU_22169,KEGG_module,- +15971,BSU_22170,KEGG_module,- +15972,BSU_22180,KEGG_module,- +15973,BSU_22190,KEGG_module,- +15974,BSU_22200,KEGG_module,- +15975,BSU_22210,KEGG_module,- +15976,BSU_22220,KEGG_module,- +15977,BSU_22230,KEGG_module,M00265 +15978,BSU_22230,KEGG_module,M00266 +15979,BSU_22230,KEGG_module,M00268 +15980,BSU_22230,KEGG_module,M00270 +15981,BSU_22230,KEGG_module,M00272 +15982,BSU_22230,KEGG_module,M00303 +15983,BSU_22230,KEGG_module,M00806 +15984,BSU_22230,KEGG_module,M00809 +15985,BSU_22240,KEGG_module,- +15986,BSU_22250,KEGG_module,- +15987,BSU_22300,KEGG_module,- +15988,BSU_22310,KEGG_module,- +15989,BSU_22320,KEGG_module,M00260 +15990,BSU_22330,KEGG_module,- +15991,BSU_22340,KEGG_module,- +15992,BSU_22350,KEGG_module,- +15993,BSU_22360,KEGG_module,M00359 +15994,BSU_22360,KEGG_module,M00360 +15995,BSU_22370,KEGG_module,- +15996,BSU_22380,KEGG_module,- +15997,BSU_22390,KEGG_module,- +15998,BSU_22400,KEGG_module,M00260 +15999,BSU_22410,KEGG_module,M00119 +16000,BSU_22420,KEGG_module,M00052 +16001,BSU_22420,KEGG_module,M00119 +16002,BSU_22430,KEGG_module,M00119 +16003,BSU_22440,KEGG_module,- +16004,BSU_22450,KEGG_module,- +16005,BSU_22460,KEGG_module,- +16006,BSU_22470,KEGG_module,- +16007,BSU_22480,KEGG_module,M00120 +16008,BSU_22490,KEGG_module,M00016 +16009,BSU_22490,KEGG_module,M00525 +16010,BSU_22490,KEGG_module,M00526 +16011,BSU_22490,KEGG_module,M00527 +16012,BSU_22500,KEGG_module,M00022 +16013,BSU_22510,KEGG_module,- +16014,BSU_22520,KEGG_module,- +16015,BSU_22530,KEGG_module,- +16016,BSU_22540,KEGG_module,M00151 +16017,BSU_22540,KEGG_module,M00152 +16018,BSU_22550,KEGG_module,M00151 +16019,BSU_22550,KEGG_module,M00152 +16020,BSU_22550,KEGG_module,M00162 +16021,BSU_22560,KEGG_module,M00151 +16022,BSU_22570,KEGG_module,- +16023,BSU_22580,KEGG_module,- +16024,BSU_22590,KEGG_module,- +16025,BSU_22600,KEGG_module,M00022 +16026,BSU_22600,KEGG_module,M00025 +16027,BSU_22600,KEGG_module,M00040 +16028,BSU_22610,KEGG_module,M00025 +16029,BSU_22610,KEGG_module,M00040 +16030,BSU_22620,KEGG_module,M00026 +16031,BSU_22630,KEGG_module,M00023 +16032,BSU_22640,KEGG_module,M00023 +16033,BSU_22650,KEGG_module,M00023 +16034,BSU_22650,KEGG_module,M00840 +16035,BSU_22660,KEGG_module,M00023 +16036,BSU_22670,KEGG_module,M00023 +16037,BSU_22680,KEGG_module,M00023 +16038,BSU_22690,KEGG_module,M00024 +16039,BSU_22690,KEGG_module,M00025 +16040,BSU_22690,KEGG_module,M00052 +16041,BSU_22700,KEGG_module,M00022 +16042,BSU_22710,KEGG_module,M00022 +16043,BSU_22720,KEGG_module,- +16044,BSU_22730,KEGG_module,M00049 +16045,BSU_22730,KEGG_module,M00050 +16046,BSU_22730,KEGG_module,M00052 +16047,BSU_22730,KEGG_module,M00053 +16048,BSU_22740,KEGG_module,- +16049,BSU_22750,KEGG_module,M00116 +16050,BSU_22750,KEGG_module,M00117 +16051,BSU_22760,KEGG_module,- +16052,BSU_22770,KEGG_module,- +16053,BSU_22780,KEGG_module,M00126 +16054,BSU_22780,KEGG_module,M00841 +16055,BSU_22780,KEGG_module,M00842 +16056,BSU_22780,KEGG_module,M00843 +16057,BSU_22790,KEGG_module,- +16058,BSU_22800,KEGG_module,- +16059,BSU_22810,KEGG_module,- +16060,BSU_22820,KEGG_module,- +16061,BSU_22830,KEGG_module,- +16062,BSU_22840,KEGG_module,M00020 +16063,BSU_22849,KEGG_module,- +16064,BSU_22850,KEGG_module,- +16065,BSU_22860,KEGG_module,- +16066,BSU_22870,KEGG_module,M00095 +16067,BSU_22870,KEGG_module,M00096 +16068,BSU_22870,KEGG_module,M00364 +16069,BSU_22870,KEGG_module,M00365 +16070,BSU_22870,KEGG_module,M00366 +16071,BSU_22870,KEGG_module,M00367 +16072,BSU_22880,KEGG_module,M00096 +16073,BSU_22880,KEGG_module,M00178 +16074,BSU_22890,KEGG_module,M00022 +16075,BSU_22890,KEGG_module,M00052 +16076,BSU_22890,KEGG_module,M00096 +16077,BSU_22890,KEGG_module,M00119 +16078,BSU_22890,KEGG_module,M00125 +16079,BSU_22890,KEGG_module,M00178 +16080,BSU_22900,KEGG_module,- +16081,BSU_22910,KEGG_module,- +16082,BSU_22920,KEGG_module,M00121 +16083,BSU_22930,KEGG_module,- +16084,BSU_22940,KEGG_module,- +16085,BSU_22950,KEGG_module,- +16086,BSU_22960,KEGG_module,M00740 +16087,BSU_22970,KEGG_module,- +16088,BSU_22980,KEGG_module,- +16089,BSU_22990,KEGG_module,- +16090,BSU_23000,KEGG_module,- +16091,BSU_23010,KEGG_module,- +16092,BSU_23020,KEGG_module,- +16093,BSU_23030,KEGG_module,M00004 +16094,BSU_23030,KEGG_module,M00007 +16095,BSU_23040,KEGG_module,- +16096,BSU_23050,KEGG_module,- +16097,BSU_23070,KEGG_module,M00020 +16098,BSU_23080,KEGG_module,M00022 +16099,BSU_23090,KEGG_module,- +16100,BSU_23100,KEGG_module,- +16101,BSU_23110,KEGG_module,M00458 +16102,BSU_23120,KEGG_module,M00458 +16103,BSU_23130,KEGG_module,- +16104,BSU_23140,KEGG_module,- +16105,BSU_23150,KEGG_module,- +16106,BSU_23160,KEGG_module,- +16107,BSU_23170,KEGG_module,- +16108,BSU_23180,KEGG_module,- +16109,BSU_23190,KEGG_module,- +16110,BSU_23200,KEGG_module,- +16111,BSU_23210,KEGG_module,- +16112,BSU_23220,KEGG_module,- +16113,BSU_23230,KEGG_module,- +16114,BSU_23240,KEGG_module,- +16115,BSU_23250,KEGG_module,M00125 +16116,BSU_23260,KEGG_module,M00125 +16117,BSU_23260,KEGG_module,M00840 +16118,BSU_23270,KEGG_module,M00125 +16119,BSU_23280,KEGG_module,M00125 +16120,BSU_23300,KEGG_module,- +16121,BSU_23310,KEGG_module,- +16122,BSU_23328,KEGG_module,- +16123,BSU_23330,KEGG_module,- +16124,BSU_23360,KEGG_module,- +16125,BSU_23370,KEGG_module,- +16126,BSU_23380,KEGG_module,M00016 +16127,BSU_23380,KEGG_module,M00133 +16128,BSU_23380,KEGG_module,M00525 +16129,BSU_23380,KEGG_module,M00526 +16130,BSU_23380,KEGG_module,M00527 +16131,BSU_23390,KEGG_module,- +16132,BSU_23401,KEGG_module,- +16133,BSU_23402,KEGG_module,- +16134,BSU_23410,KEGG_module,- +16135,BSU_23420,KEGG_module,- +16136,BSU_23430,KEGG_module,- +16137,BSU_23440,KEGG_module,- +16138,BSU_23450,KEGG_module,- +16139,BSU_23460,KEGG_module,- +16140,BSU_23470,KEGG_module,- +16141,BSU_23480,KEGG_module,- +16142,BSU_23490,KEGG_module,M00034 +16143,BSU_23500,KEGG_module,- +16144,BSU_23510,KEGG_module,- +16145,BSU_23519,KEGG_module,- +16146,BSU_23520,KEGG_module,- +16147,BSU_23530,KEGG_module,- +16148,BSU_23540,KEGG_module,- +16149,BSU_23550,KEGG_module,- +16150,BSU_23560,KEGG_module,- +16151,BSU_23570,KEGG_module,M00009 +16152,BSU_23570,KEGG_module,M00011 +16153,BSU_23570,KEGG_module,M00173 +16154,BSU_23570,KEGG_module,M00376 +16155,BSU_23580,KEGG_module,- +16156,BSU_23590,KEGG_module,- +16157,BSU_23600,KEGG_module,- +16158,BSU_23610,KEGG_module,- +16159,BSU_23620,KEGG_module,- +16160,BSU_23630,KEGG_module,- +16161,BSU_23640,KEGG_module,- +16162,BSU_23650,KEGG_module,- +16163,BSU_23660,KEGG_module,- +16164,BSU_23670,KEGG_module,- +16165,BSU_23680,KEGG_module,- +16166,BSU_23690,KEGG_module,- +16167,BSU_23700,KEGG_module,- +16168,BSU_23710,KEGG_module,- +16169,BSU_23730,KEGG_module,- +16170,BSU_23750,KEGG_module,- +16171,BSU_23760,KEGG_module,M00120 +16172,BSU_23770,KEGG_module,- +16173,BSU_23780,KEGG_module,- +16174,BSU_23790,KEGG_module,- +16175,BSU_23800,KEGG_module,M00015 +16176,BSU_23810,KEGG_module,- +16177,BSU_23820,KEGG_module,- +16178,BSU_23830,KEGG_module,- +16179,BSU_23836,KEGG_module,M00178 +16180,BSU_23840,KEGG_module,- +16181,BSU_23850,KEGG_module,M00004 +16182,BSU_23850,KEGG_module,M00006 +16183,BSU_23850,KEGG_module,M00008 +16184,BSU_23860,KEGG_module,M00004 +16185,BSU_23860,KEGG_module,M00006 +16186,BSU_23870,KEGG_module,- +16187,BSU_23880,KEGG_module,- +16188,BSU_23890,KEGG_module,M00335 +16189,BSU_23900,KEGG_module,- +16190,BSU_23910,KEGG_module,- +16191,BSU_23920,KEGG_module,M00373 +16192,BSU_23920,KEGG_module,M00741 +16193,BSU_23930,KEGG_module,M00373 +16194,BSU_23930,KEGG_module,M00375 +16195,BSU_23930,KEGG_module,M00376 +16196,BSU_23930,KEGG_module,M00741 +16197,BSU_23940,KEGG_module,- +16198,BSU_23950,KEGG_module,- +16199,BSU_23960,KEGG_module,M00236 +16200,BSU_23970,KEGG_module,M00236 +16201,BSU_23980,KEGG_module,M00236 +16202,BSU_23990,KEGG_module,- +16203,BSU_24000,KEGG_module,- +16204,BSU_24010,KEGG_module,M00717 +16205,BSU_24010,KEGG_module,M00765 +16206,BSU_24020,KEGG_module,M00765 +16207,BSU_24030,KEGG_module,M00009 +16208,BSU_24030,KEGG_module,M00011 +16209,BSU_24030,KEGG_module,M00032 +16210,BSU_24030,KEGG_module,M00036 +16211,BSU_24030,KEGG_module,M00307 +16212,BSU_24040,KEGG_module,M00036 +16213,BSU_24040,KEGG_module,M00307 +16214,BSU_24050,KEGG_module,M00036 +16215,BSU_24060,KEGG_module,M00009 +16216,BSU_24060,KEGG_module,M00011 +16217,BSU_24060,KEGG_module,M00036 +16218,BSU_24060,KEGG_module,M00307 +16219,BSU_24060,KEGG_module,M00532 +16220,BSU_24070,KEGG_module,- +16221,BSU_24080,KEGG_module,- +16222,BSU_24090,KEGG_module,M00357 +16223,BSU_24090,KEGG_module,M00579 +16224,BSU_24100,KEGG_module,M00487 +16225,BSU_24100,KEGG_module,M00489 +16226,BSU_24100,KEGG_module,M00490 +16227,BSU_24100,KEGG_module,M00494 +16228,BSU_24110,KEGG_module,- +16229,BSU_24120,KEGG_module,- +16230,BSU_24130,KEGG_module,- +16231,BSU_24140,KEGG_module,M00009 +16232,BSU_24140,KEGG_module,M00010 +16233,BSU_24140,KEGG_module,M00012 +16234,BSU_24140,KEGG_module,M00740 +16235,BSU_24150,KEGG_module,- +16236,BSU_24160,KEGG_module,- +16237,BSU_24170,KEGG_module,M00088 +16238,BSU_24170,KEGG_module,M00095 +16239,BSU_24170,KEGG_module,M00373 +16240,BSU_24170,KEGG_module,M00374 +16241,BSU_24170,KEGG_module,M00375 +16242,BSU_24180,KEGG_module,- +16243,BSU_24190,KEGG_module,M00727 +16244,BSU_24200,KEGG_module,- +16245,BSU_24210,KEGG_module,- +16246,BSU_24220,KEGG_module,M00485 +16247,BSU_24230,KEGG_module,- +16248,BSU_24240,KEGG_module,- +16249,BSU_24250,KEGG_module,- +16250,BSU_24260,KEGG_module,- +16251,BSU_24270,KEGG_module,M00096 +16252,BSU_24280,KEGG_module,M00364 +16253,BSU_24280,KEGG_module,M00366 +16254,BSU_24290,KEGG_module,- +16255,BSU_24300,KEGG_module,- +16256,BSU_24310,KEGG_module,M00140 +16257,BSU_24310,KEGG_module,M00377 +16258,BSU_24320,KEGG_module,- +16259,BSU_24330,KEGG_module,- +16260,BSU_24340,KEGG_module,M00082 +16261,BSU_24340,KEGG_module,M00376 +16262,BSU_24350,KEGG_module,M00082 +16263,BSU_24350,KEGG_module,M00307 +16264,BSU_24350,KEGG_module,M00376 +16265,BSU_24360,KEGG_module,- +16266,BSU_24370,KEGG_module,- +16267,BSU_24380,KEGG_module,- +16268,BSU_24390,KEGG_module,- +16269,BSU_24400,KEGG_module,- +16270,BSU_24410,KEGG_module,- +16271,BSU_24420,KEGG_module,- +16272,BSU_24430,KEGG_module,- +16273,BSU_24440,KEGG_module,- +16274,BSU_24450,KEGG_module,- +16275,BSU_24460,KEGG_module,- +16276,BSU_24470,KEGG_module,M00022 +16277,BSU_24480,KEGG_module,- +16278,BSU_24490,KEGG_module,- +16279,BSU_24500,KEGG_module,- +16280,BSU_24510,KEGG_module,- +16281,BSU_24520,KEGG_module,M00319 +16282,BSU_24530,KEGG_module,- +16283,BSU_24540,KEGG_module,- +16284,BSU_24550,KEGG_module,- +16285,BSU_24560,KEGG_module,M00532 +16286,BSU_24570,KEGG_module,M00532 +16287,BSU_24580,KEGG_module,- +16288,BSU_24590,KEGG_module,- +16289,BSU_24600,KEGG_module,- +16290,BSU_24610,KEGG_module,- +16291,BSU_24620,KEGG_module,- +16292,BSU_24630,KEGG_module,- +16293,BSU_24640,KEGG_module,- +16294,BSU_24650,KEGG_module,- +16295,BSU_24660,KEGG_module,- +16296,BSU_24670,KEGG_module,M00429 +16297,BSU_24680,KEGG_module,M00429 +16298,BSU_24690,KEGG_module,M00429 +16299,BSU_24700,KEGG_module,M00331 +16300,BSU_24700,KEGG_module,M00429 +16301,BSU_24710,KEGG_module,M00331 +16302,BSU_24710,KEGG_module,M00429 +16303,BSU_24720,KEGG_module,M00429 +16304,BSU_24730,KEGG_module,M00429 +16305,BSU_24740,KEGG_module,- +16306,BSU_24750,KEGG_module,- +16307,BSU_24760,KEGG_module,- +16308,BSU_24770,KEGG_module,- +16309,BSU_24780,KEGG_module,- +16310,BSU_24790,KEGG_module,- +16311,BSU_24800,KEGG_module,- +16312,BSU_24810,KEGG_module,- +16313,BSU_24820,KEGG_module,- +16314,BSU_24830,KEGG_module,- +16315,BSU_24840,KEGG_module,- +16316,BSU_24850,KEGG_module,M00001 +16317,BSU_24850,KEGG_module,M00549 +16318,BSU_24860,KEGG_module,- +16319,BSU_24870,KEGG_module,- +16320,BSU_24880,KEGG_module,- +16321,BSU_24890,KEGG_module,- +16322,BSU_24900,KEGG_module,M00178 +16323,BSU_24910,KEGG_module,M00565 +16324,BSU_24930,KEGG_module,- +16325,BSU_24940,KEGG_module,- +16326,BSU_24950,KEGG_module,M00211 +16327,BSU_24950,KEGG_module,M00222 +16328,BSU_24960,KEGG_module,M00211 +16329,BSU_24960,KEGG_module,M00222 +16330,BSU_24970,KEGG_module,M00222 +16331,BSU_24980,KEGG_module,M00222 +16332,BSU_24990,KEGG_module,M00222 +16333,BSU_25000,KEGG_module,- +16334,BSU_25010,KEGG_module,- +16335,BSU_25020,KEGG_module,- +16336,BSU_25030,KEGG_module,- +16337,BSU_25040,KEGG_module,- +16338,BSU_25050,KEGG_module,- +16339,BSU_25060,KEGG_module,- +16340,BSU_25070,KEGG_module,M00096 +16341,BSU_25080,KEGG_module,- +16342,BSU_25090,KEGG_module,- +16343,BSU_25100,KEGG_module,- +16344,BSU_25110,KEGG_module,- +16345,BSU_25120,KEGG_module,- +16346,BSU_25130,KEGG_module,- +16347,BSU_25140,KEGG_module,- +16348,BSU_25150,KEGG_module,- +16349,BSU_25160,KEGG_module,M00052 +16350,BSU_25160,KEGG_module,M00096 +16351,BSU_25160,KEGG_module,M00178 +16352,BSU_25170,KEGG_module,M00126 +16353,BSU_25180,KEGG_module,- +16354,BSU_25190,KEGG_module,- +16355,BSU_25200,KEGG_module,- +16356,BSU_25210,KEGG_module,- +16357,BSU_25230,KEGG_module,- +16358,BSU_25240,KEGG_module,- +16359,BSU_25250,KEGG_module,- +16360,BSU_25260,KEGG_module,M00360 +16361,BSU_25270,KEGG_module,M00360 +16362,BSU_25280,KEGG_module,- +16363,BSU_25289,KEGG_module,- +16364,BSU_25290,KEGG_module,- +16365,BSU_25300,KEGG_module,- +16366,BSU_25310,KEGG_module,- +16367,BSU_25320,KEGG_module,M00124 +16368,BSU_25330,KEGG_module,- +16369,BSU_25340,KEGG_module,- +16370,BSU_25350,KEGG_module,M00125 +16371,BSU_25360,KEGG_module,- +16372,BSU_25370,KEGG_module,- +16373,BSU_25380,KEGG_module,- +16374,BSU_25390,KEGG_module,- +16375,BSU_25400,KEGG_module,- +16376,BSU_25410,KEGG_module,M00178 +16377,BSU_25420,KEGG_module,- +16378,BSU_25430,KEGG_module,- +16379,BSU_25440,KEGG_module,- +16380,BSU_25450,KEGG_module,- +16381,BSU_25460,KEGG_module,- +16382,BSU_25470,KEGG_module,- +16383,BSU_25480,KEGG_module,- +16384,BSU_25490,KEGG_module,- +16385,BSU_25500,KEGG_module,- +16386,BSU_25510,KEGG_module,- +16387,BSU_25520,KEGG_module,- +16388,BSU_25530,KEGG_module,- +16389,BSU_25540,KEGG_module,- +16390,BSU_25550,KEGG_module,M00178 +16391,BSU_25560,KEGG_module,M00260 +16392,BSU_25569,KEGG_module,- +16393,BSU_25570,KEGG_module,M00429 +16394,BSU_25580,KEGG_module,M00429 +16395,BSU_25590,KEGG_module,M00429 +16396,BSU_25600,KEGG_module,M00429 +16397,BSU_25610,KEGG_module,- +16398,BSU_25620,KEGG_module,- +16399,BSU_25630,KEGG_module,M00115 +16400,BSU_25630,KEGG_module,M00126 +16401,BSU_25630,KEGG_module,M00841 +16402,BSU_25640,KEGG_module,M00115 +16403,BSU_25650,KEGG_module,- +16404,BSU_25660,KEGG_module,M00022 +16405,BSU_25670,KEGG_module,- +16406,BSU_25680,KEGG_module,- +16407,BSU_25690,KEGG_module,- +16408,BSU_25700,KEGG_module,- +16409,BSU_25710,KEGG_module,- +16410,BSU_25720,KEGG_module,- +16411,BSU_25730,KEGG_module,M00004 +16412,BSU_25730,KEGG_module,M00006 +16413,BSU_25740,KEGG_module,- +16414,BSU_25750,KEGG_module,- +16415,BSU_25760,KEGG_module,- +16416,BSU_25770,KEGG_module,- +16417,BSU_25780,KEGG_module,- +16418,BSU_25790,KEGG_module,- +16419,BSU_25800,KEGG_module,- +16420,BSU_25810,KEGG_module,- +16421,BSU_25820,KEGG_module,- +16422,BSU_25830,KEGG_module,- +16423,BSU_25860,KEGG_module,- +16424,BSU_25870,KEGG_module,- +16425,BSU_25880,KEGG_module,- +16426,BSU_25900,KEGG_module,- +16427,BSU_25910,KEGG_module,- +16428,BSU_25920,KEGG_module,- +16429,BSU_25930,KEGG_module,- +16430,BSU_25940,KEGG_module,- +16431,BSU_25950,KEGG_module,- +16432,BSU_25960,KEGG_module,- +16433,BSU_25970,KEGG_module,- +16434,BSU_25980,KEGG_module,- +16435,BSU_25990,KEGG_module,- +16436,BSU_26000,KEGG_module,- +16437,BSU_26010,KEGG_module,- +16438,BSU_26020,KEGG_module,- +16439,BSU_26030,KEGG_module,- +16440,BSU_26039,KEGG_module,- +16441,BSU_26040,KEGG_module,- +16442,BSU_26060,KEGG_module,- +16443,BSU_26075,KEGG_module,- +16444,BSU_26089,KEGG_module,- +16445,BSU_26090,KEGG_module,- +16446,BSU_26100,KEGG_module,- +16447,BSU_26110,KEGG_module,- +16448,BSU_26120,KEGG_module,- +16449,BSU_26130,KEGG_module,- +16450,BSU_26140,KEGG_module,- +16451,BSU_26150,KEGG_module,- +16452,BSU_26160,KEGG_module,- +16453,BSU_26170,KEGG_module,- +16454,BSU_26180,KEGG_module,- +16455,BSU_26190,KEGG_module,- +16456,BSU_26200,KEGG_module,- +16457,BSU_26220,KEGG_module,- +16458,BSU_26230,KEGG_module,- +16459,BSU_26240,KEGG_module,- +16460,BSU_26250,KEGG_module,- +16461,BSU_26260,KEGG_module,- +16462,BSU_26270,KEGG_module,- +16463,BSU_26280,KEGG_module,- +16464,BSU_26290,KEGG_module,- +16465,BSU_26320,KEGG_module,- +16466,BSU_26340,KEGG_module,- +16467,BSU_26350,KEGG_module,- +16468,BSU_26370,KEGG_module,M00049 +16469,BSU_26380,KEGG_module,- +16470,BSU_26390,KEGG_module,- +16471,BSU_26410,KEGG_module,- +16472,BSU_26420,KEGG_module,- +16473,BSU_26430,KEGG_module,- +16474,BSU_26440,KEGG_module,- +16475,BSU_26450,KEGG_module,- +16476,BSU_26470,KEGG_module,- +16477,BSU_26480,KEGG_module,- +16478,BSU_26490,KEGG_module,- +16479,BSU_26500,KEGG_module,- +16480,BSU_26510,KEGG_module,- +16481,BSU_26530,KEGG_module,- +16482,BSU_26540,KEGG_module,- +16483,BSU_26550,KEGG_module,- +16484,BSU_26558,KEGG_module,- +16485,BSU_26560,KEGG_module,- +16486,BSU_26580,KEGG_module,M00765 +16487,BSU_26590,KEGG_module,M00717 +16488,BSU_26590,KEGG_module,M00765 +16489,BSU_26600,KEGG_module,M00135 +16490,BSU_26610,KEGG_module,- +16491,BSU_26619,KEGG_module,- +16492,BSU_26620,KEGG_module,- +16493,BSU_26630,KEGG_module,- +16494,BSU_26640,KEGG_module,- +16495,BSU_26650,KEGG_module,- +16496,BSU_26660,KEGG_module,- +16497,BSU_26670,KEGG_module,- +16498,BSU_26690,KEGG_module,- +16499,BSU_26700,KEGG_module,- +16500,BSU_26710,KEGG_module,- +16501,BSU_26720,KEGG_module,- +16502,BSU_26730,KEGG_module,- +16503,BSU_26740,KEGG_module,M00573 +16504,BSU_26760,KEGG_module,- +16505,BSU_26770,KEGG_module,- +16506,BSU_26780,KEGG_module,- +16507,BSU_26790,KEGG_module,- +16508,BSU_26800,KEGG_module,M00083 +16509,BSU_26810,KEGG_module,- +16510,BSU_26820,KEGG_module,- +16511,BSU_26830,KEGG_module,M00242 +16512,BSU_26840,KEGG_module,- +16513,BSU_26850,KEGG_module,M00798 +16514,BSU_26850,KEGG_module,M00799 +16515,BSU_26860,KEGG_module,- +16516,BSU_26870,KEGG_module,- +16517,BSU_26880,KEGG_module,- +16518,BSU_26890,KEGG_module,- +16519,BSU_26900,KEGG_module,- +16520,BSU_26910,KEGG_module,- +16521,BSU_26920,KEGG_module,- +16522,BSU_26930,KEGG_module,- +16523,BSU_26940,KEGG_module,- +16524,BSU_26950,KEGG_module,- +16525,BSU_26960,KEGG_module,- +16526,BSU_26970,KEGG_module,M00014 +16527,BSU_26980,KEGG_module,- +16528,BSU_26990,KEGG_module,- +16529,BSU_27000,KEGG_module,- +16530,BSU_27009,KEGG_module,- +16531,BSU_27010,KEGG_module,- +16532,BSU_27020,KEGG_module,M00532 +16533,BSU_27030,KEGG_module,- +16534,BSU_27040,KEGG_module,M00276 +16535,BSU_27040,KEGG_module,M00304 +16536,BSU_27050,KEGG_module,M00276 +16537,BSU_27050,KEGG_module,M00277 +16538,BSU_27050,KEGG_module,M00304 +16539,BSU_27060,KEGG_module,M00273 +16540,BSU_27060,KEGG_module,M00276 +16541,BSU_27060,KEGG_module,M00304 +16542,BSU_27070,KEGG_module,M00276 +16543,BSU_27070,KEGG_module,M00304 +16544,BSU_27080,KEGG_module,- +16545,BSU_27090,KEGG_module,- +16546,BSU_27100,KEGG_module,- +16547,BSU_27110,KEGG_module,- +16548,BSU_27120,KEGG_module,- +16549,BSU_27130,KEGG_module,- +16550,BSU_27140,KEGG_module,- +16551,BSU_27150,KEGG_module,- +16552,BSU_27160,KEGG_module,- +16553,BSU_27170,KEGG_module,- +16554,BSU_27180,KEGG_module,- +16555,BSU_27200,KEGG_module,- +16556,BSU_27210,KEGG_module,- +16557,BSU_27220,KEGG_module,M00377 +16558,BSU_27230,KEGG_module,- +16559,BSU_27240,KEGG_module,- +16560,BSU_27250,KEGG_module,M00017 +16561,BSU_27250,KEGG_module,M00609 +16562,BSU_27260,KEGG_module,M00021 +16563,BSU_27260,KEGG_module,M00609 +16564,BSU_27270,KEGG_module,M00034 +16565,BSU_27270,KEGG_module,M00609 +16566,BSU_27280,KEGG_module,M00609 +16567,BSU_27290,KEGG_module,- +16568,BSU_27300,KEGG_module,- +16569,BSU_27310,KEGG_module,- +16570,BSU_27320,KEGG_module,- +16571,BSU_27330,KEGG_module,- +16572,BSU_27340,KEGG_module,- +16573,BSU_27350,KEGG_module,- +16574,BSU_27360,KEGG_module,M00039 +16575,BSU_27360,KEGG_module,M00350 +16576,BSU_27370,KEGG_module,- +16577,BSU_27380,KEGG_module,- +16578,BSU_27390,KEGG_module,- +16579,BSU_27400,KEGG_module,- +16580,BSU_27410,KEGG_module,M00359 +16581,BSU_27410,KEGG_module,M00360 +16582,BSU_27420,KEGG_module,- +16583,BSU_27430,KEGG_module,M00228 +16584,BSU_27430,KEGG_module,M00232 +16585,BSU_27430,KEGG_module,M00236 +16586,BSU_27440,KEGG_module,M00228 +16587,BSU_27440,KEGG_module,M00232 +16588,BSU_27450,KEGG_module,M00228 +16589,BSU_27450,KEGG_module,M00233 +16590,BSU_27460,KEGG_module,M00228 +16591,BSU_27460,KEGG_module,M00230 +16592,BSU_27460,KEGG_module,M00236 +16593,BSU_27468,KEGG_module,- +16594,BSU_27469,KEGG_module,- +16595,BSU_27470,KEGG_module,- +16596,BSU_27480,KEGG_module,- +16597,BSU_27500,KEGG_module,- +16598,BSU_27510,KEGG_module,- +16599,BSU_27520,KEGG_module,- +16600,BSU_27530,KEGG_module,- +16601,BSU_27540,KEGG_module,- +16602,BSU_27550,KEGG_module,M00359 +16603,BSU_27550,KEGG_module,M00360 +16604,BSU_27560,KEGG_module,M00359 +16605,BSU_27560,KEGG_module,M00360 +16606,BSU_27580,KEGG_module,M00727 +16607,BSU_27590,KEGG_module,- +16608,BSU_27600,KEGG_module,- +16609,BSU_27610,KEGG_module,- +16610,BSU_27620,KEGG_module,- +16611,BSU_27630,KEGG_module,- +16612,BSU_27640,KEGG_module,- +16613,BSU_27650,KEGG_module,M00335 +16614,BSU_27660,KEGG_module,- +16615,BSU_27670,KEGG_module,- +16616,BSU_27680,KEGG_module,- +16617,BSU_27690,KEGG_module,- +16618,BSU_27700,KEGG_module,M00335 +16619,BSU_27710,KEGG_module,- +16620,BSU_27720,KEGG_module,- +16621,BSU_27729,KEGG_module,- +16622,BSU_27730,KEGG_module,- +16623,BSU_27740,KEGG_module,- +16624,BSU_27750,KEGG_module,- +16625,BSU_27760,KEGG_module,- +16626,BSU_27770,KEGG_module,- +16627,BSU_27785,KEGG_module,- +16628,BSU_27800,KEGG_module,- +16629,BSU_27810,KEGG_module,- +16630,BSU_27820,KEGG_module,- +16631,BSU_27830,KEGG_module,- +16632,BSU_27840,KEGG_module,- +16633,BSU_27850,KEGG_module,M00115 +16634,BSU_27860,KEGG_module,M00115 +16635,BSU_27870,KEGG_module,M00009 +16636,BSU_27870,KEGG_module,M00011 +16637,BSU_27870,KEGG_module,M00115 +16638,BSU_27870,KEGG_module,M00150 +16639,BSU_27870,KEGG_module,M00173 +16640,BSU_27880,KEGG_module,- +16641,BSU_27890,KEGG_module,- +16642,BSU_27900,KEGG_module,M00024 +16643,BSU_27910,KEGG_module,M00024 +16644,BSU_27910,KEGG_module,M00025 +16645,BSU_27920,KEGG_module,- +16646,BSU_27930,KEGG_module,- +16647,BSU_27940,KEGG_module,M00178 +16648,BSU_27950,KEGG_module,- +16649,BSU_27960,KEGG_module,M00178 +16650,BSU_27970,KEGG_module,- +16651,BSU_27980,KEGG_module,- +16652,BSU_27990,KEGG_module,- +16653,BSU_28000,KEGG_module,- +16654,BSU_28010,KEGG_module,- +16655,BSU_28020,KEGG_module,- +16656,BSU_28030,KEGG_module,- +16657,BSU_28040,KEGG_module,- +16658,BSU_28050,KEGG_module,- +16659,BSU_28060,KEGG_module,- +16660,BSU_28070,KEGG_module,M00331 +16661,BSU_28070,KEGG_module,M00429 +16662,BSU_28080,KEGG_module,M00126 +16663,BSU_28080,KEGG_module,M00841 +16664,BSU_28090,KEGG_module,M00359 +16665,BSU_28090,KEGG_module,M00360 +16666,BSU_28099,KEGG_module,- +16667,BSU_28100,KEGG_module,- +16668,BSU_28110,KEGG_module,- +16669,BSU_28120,KEGG_module,M00121 +16670,BSU_28130,KEGG_module,M00121 +16671,BSU_28140,KEGG_module,M00121 +16672,BSU_28150,KEGG_module,M00121 +16673,BSU_28160,KEGG_module,- +16674,BSU_28170,KEGG_module,M00121 +16675,BSU_28180,KEGG_module,- +16676,BSU_28190,KEGG_module,- +16677,BSU_28200,KEGG_module,- +16678,BSU_28210,KEGG_module,M00260 +16679,BSU_28220,KEGG_module,- +16680,BSU_28230,KEGG_module,- +16681,BSU_28240,KEGG_module,- +16682,BSU_28250,KEGG_module,M00432 +16683,BSU_28250,KEGG_module,M00535 +16684,BSU_28260,KEGG_module,M00432 +16685,BSU_28260,KEGG_module,M00535 +16686,BSU_28270,KEGG_module,M00432 +16687,BSU_28270,KEGG_module,M00535 +16688,BSU_28280,KEGG_module,M00432 +16689,BSU_28290,KEGG_module,M00019 +16690,BSU_28290,KEGG_module,M00570 +16691,BSU_28300,KEGG_module,M00019 +16692,BSU_28300,KEGG_module,M00570 +16693,BSU_28300,KEGG_module,M00582 +16694,BSU_28310,KEGG_module,M00019 +16695,BSU_28310,KEGG_module,M00570 +16696,BSU_28310,KEGG_module,M00582 +16697,BSU_28330,KEGG_module,- +16698,BSU_28340,KEGG_module,M00222 +16699,BSU_28350,KEGG_module,- +16700,BSU_28360,KEGG_module,- +16701,BSU_28370,KEGG_module,- +16702,BSU_28380,KEGG_module,- +16703,BSU_28390,KEGG_module,- +16704,BSU_28400,KEGG_module,M00034 +16705,BSU_28410,KEGG_module,- +16706,BSU_28420,KEGG_module,M00116 +16707,BSU_28430,KEGG_module,M00009 +16708,BSU_28430,KEGG_module,M00011 +16709,BSU_28430,KEGG_module,M00149 +16710,BSU_28430,KEGG_module,M00150 +16711,BSU_28430,KEGG_module,M00173 +16712,BSU_28430,KEGG_module,M00374 +16713,BSU_28430,KEGG_module,M00376 +16714,BSU_28440,KEGG_module,M00009 +16715,BSU_28440,KEGG_module,M00011 +16716,BSU_28440,KEGG_module,M00149 +16717,BSU_28440,KEGG_module,M00173 +16718,BSU_28440,KEGG_module,M00374 +16719,BSU_28440,KEGG_module,M00376 +16720,BSU_28450,KEGG_module,M00009 +16721,BSU_28450,KEGG_module,M00011 +16722,BSU_28450,KEGG_module,M00149 +16723,BSU_28450,KEGG_module,M00150 +16724,BSU_28450,KEGG_module,M00173 +16725,BSU_28450,KEGG_module,M00374 +16726,BSU_28450,KEGG_module,M00376 +16727,BSU_28460,KEGG_module,- +16728,BSU_28470,KEGG_module,M00016 +16729,BSU_28470,KEGG_module,M00017 +16730,BSU_28470,KEGG_module,M00018 +16731,BSU_28470,KEGG_module,M00033 +16732,BSU_28470,KEGG_module,M00525 +16733,BSU_28470,KEGG_module,M00526 +16734,BSU_28470,KEGG_module,M00527 +16735,BSU_28475,KEGG_module,M00016 +16736,BSU_28475,KEGG_module,M00017 +16737,BSU_28475,KEGG_module,M00018 +16738,BSU_28475,KEGG_module,M00033 +16739,BSU_28475,KEGG_module,M00525 +16740,BSU_28475,KEGG_module,M00526 +16741,BSU_28475,KEGG_module,M00527 +16742,BSU_28490,KEGG_module,- +16743,BSU_28500,KEGG_module,- +16744,BSU_28510,KEGG_module,- +16745,BSU_28520,KEGG_module,- +16746,BSU_28530,KEGG_module,- +16747,BSU_28540,KEGG_module,M00087 +16748,BSU_28550,KEGG_module,- +16749,BSU_28560,KEGG_module,M00086 +16750,BSU_28570,KEGG_module,- +16751,BSU_28580,KEGG_module,- +16752,BSU_28590,KEGG_module,- +16753,BSU_28600,KEGG_module,- +16754,BSU_28610,KEGG_module,- +16755,BSU_28620,KEGG_module,- +16756,BSU_28630,KEGG_module,M00359 +16757,BSU_28630,KEGG_module,M00360 +16758,BSU_28640,KEGG_module,M00359 +16759,BSU_28640,KEGG_module,M00360 +16760,BSU_28650,KEGG_module,- +16761,BSU_28660,KEGG_module,- +16762,BSU_28670,KEGG_module,- +16763,BSU_28680,KEGG_module,- +16764,BSU_28690,KEGG_module,- +16765,BSU_28700,KEGG_module,- +16766,BSU_28710,KEGG_module,- +16767,BSU_28720,KEGG_module,- +16768,BSU_28730,KEGG_module,M00207 +16769,BSU_28730,KEGG_module,M00602 +16770,BSU_28740,KEGG_module,M00196 +16771,BSU_28740,KEGG_module,M00207 +16772,BSU_28740,KEGG_module,M00491 +16773,BSU_28740,KEGG_module,M00602 +16774,BSU_28750,KEGG_module,M00602 +16775,BSU_28760,KEGG_module,- +16776,BSU_28770,KEGG_module,- +16777,BSU_28780,KEGG_module,M00034 +16778,BSU_28780,KEGG_module,M00550 +16779,BSU_28790,KEGG_module,- +16780,BSU_28800,KEGG_module,- +16781,BSU_28810,KEGG_module,- +16782,BSU_28820,KEGG_module,- +16783,BSU_28830,KEGG_module,- +16784,BSU_28840,KEGG_module,- +16785,BSU_28850,KEGG_module,M00178 +16786,BSU_28860,KEGG_module,M00178 +16787,BSU_28870,KEGG_module,- +16788,BSU_28900,KEGG_module,- +16789,BSU_28910,KEGG_module,- +16790,BSU_28920,KEGG_module,M00492 +16791,BSU_28930,KEGG_module,M00492 +16792,BSU_28940,KEGG_module,- +16793,BSU_28950,KEGG_module,M00359 +16794,BSU_28950,KEGG_module,M00360 +16795,BSU_28960,KEGG_module,- +16796,BSU_28970,KEGG_module,- +16797,BSU_28980,KEGG_module,- +16798,BSU_28990,KEGG_module,- +16799,BSU_29000,KEGG_module,- +16800,BSU_29010,KEGG_module,M00034 +16801,BSU_29010,KEGG_module,M00133 +16802,BSU_29020,KEGG_module,M00001 +16803,BSU_29020,KEGG_module,M00002 +16804,BSU_29020,KEGG_module,M00003 +16805,BSU_29020,KEGG_module,M00165 +16806,BSU_29020,KEGG_module,M00166 +16807,BSU_29020,KEGG_module,M00308 +16808,BSU_29020,KEGG_module,M00552 +16809,BSU_29030,KEGG_module,- +16810,BSU_29040,KEGG_module,- +16811,BSU_29050,KEGG_module,- +16812,BSU_29060,KEGG_module,M00120 +16813,BSU_29070,KEGG_module,- +16814,BSU_29080,KEGG_module,- +16815,BSU_29090,KEGG_module,- +16816,BSU_29100,KEGG_module,M00434 +16817,BSU_29100,KEGG_module,M00459 +16818,BSU_29110,KEGG_module,M00434 +16819,BSU_29120,KEGG_module,M00009 +16820,BSU_29120,KEGG_module,M00011 +16821,BSU_29120,KEGG_module,M00012 +16822,BSU_29120,KEGG_module,M00168 +16823,BSU_29120,KEGG_module,M00173 +16824,BSU_29120,KEGG_module,M00346 +16825,BSU_29120,KEGG_module,M00374 +16826,BSU_29120,KEGG_module,M00620 +16827,BSU_29120,KEGG_module,M00740 +16828,BSU_29130,KEGG_module,M00009 +16829,BSU_29130,KEGG_module,M00010 +16830,BSU_29130,KEGG_module,M00173 +16831,BSU_29130,KEGG_module,M00740 +16832,BSU_29140,KEGG_module,M00009 +16833,BSU_29140,KEGG_module,M00010 +16834,BSU_29140,KEGG_module,M00012 +16835,BSU_29140,KEGG_module,M00740 +16836,BSU_29150,KEGG_module,- +16837,BSU_29160,KEGG_module,- +16838,BSU_29170,KEGG_module,- +16839,BSU_29180,KEGG_module,M00001 +16840,BSU_29180,KEGG_module,M00002 +16841,BSU_29180,KEGG_module,M00049 +16842,BSU_29180,KEGG_module,M00050 +16843,BSU_29180,KEGG_module,M00176 +16844,BSU_29180,KEGG_module,M00596 +16845,BSU_29190,KEGG_module,M00001 +16846,BSU_29190,KEGG_module,M00345 +16847,BSU_29200,KEGG_module,M00082 +16848,BSU_29200,KEGG_module,M00376 +16849,BSU_29210,KEGG_module,M00082 +16850,BSU_29210,KEGG_module,M00376 +16851,BSU_29220,KEGG_module,- +16852,BSU_29230,KEGG_module,M00260 +16853,BSU_29239,KEGG_module,- +16854,BSU_29240,KEGG_module,- +16855,BSU_29249,KEGG_module,- +16856,BSU_29250,KEGG_module,- +16857,BSU_29260,KEGG_module,- +16858,BSU_29270,KEGG_module,- +16859,BSU_29280,KEGG_module,- +16860,BSU_29290,KEGG_module,M00525 +16861,BSU_29300,KEGG_module,M00125 +16862,BSU_29310,KEGG_module,- +16863,BSU_29320,KEGG_module,- +16864,BSU_29330,KEGG_module,- +16865,BSU_29340,KEGG_module,M00234 +16866,BSU_29340,KEGG_module,M00236 +16867,BSU_29340,KEGG_module,M00585 +16868,BSU_29340,KEGG_module,M00586 +16869,BSU_29350,KEGG_module,M00585 +16870,BSU_29350,KEGG_module,M00586 +16871,BSU_29360,KEGG_module,M00585 +16872,BSU_29360,KEGG_module,M00586 +16873,BSU_29370,KEGG_module,M00234 +16874,BSU_29370,KEGG_module,M00585 +16875,BSU_29370,KEGG_module,M00586 +16876,BSU_29380,KEGG_module,M00234 +16877,BSU_29380,KEGG_module,M00585 +16878,BSU_29380,KEGG_module,M00586 +16879,BSU_29390,KEGG_module,- +16880,BSU_29400,KEGG_module,- +16881,BSU_29410,KEGG_module,- +16882,BSU_29420,KEGG_module,M00083 +16883,BSU_29420,KEGG_module,M00572 +16884,BSU_29440,KEGG_module,M00029 +16885,BSU_29440,KEGG_module,M00844 +16886,BSU_29440,KEGG_module,M00845 +16887,BSU_29450,KEGG_module,M00029 +16888,BSU_29450,KEGG_module,M00844 +16889,BSU_29450,KEGG_module,M00845 +16890,BSU_29460,KEGG_module,- +16891,BSU_29470,KEGG_module,M00357 +16892,BSU_29470,KEGG_module,M00579 +16893,BSU_29480,KEGG_module,- +16894,BSU_29490,KEGG_module,- +16895,BSU_29500,KEGG_module,- +16896,BSU_29510,KEGG_module,- +16897,BSU_29520,KEGG_module,- +16898,BSU_29530,KEGG_module,- +16899,BSU_29540,KEGG_module,- +16900,BSU_29550,KEGG_module,- +16901,BSU_29560,KEGG_module,M00357 +16902,BSU_29570,KEGG_module,- +16903,BSU_29580,KEGG_module,- +16904,BSU_29590,KEGG_module,- +16905,BSU_29600,KEGG_module,- +16906,BSU_29610,KEGG_module,- +16907,BSU_29620,KEGG_module,M00026 +16908,BSU_29630,KEGG_module,- +16909,BSU_29640,KEGG_module,- +16910,BSU_29650,KEGG_module,- +16911,BSU_29660,KEGG_module,M00178 +16912,BSU_29660,KEGG_module,M00179 +16913,BSU_29670,KEGG_module,M00359 +16914,BSU_29670,KEGG_module,M00360 +16915,BSU_29680,KEGG_module,M00357 +16916,BSU_29690,KEGG_module,- +16917,BSU_29700,KEGG_module,- +16918,BSU_29710,KEGG_module,- +16919,BSU_29720,KEGG_module,- +16920,BSU_29730,KEGG_module,- +16921,BSU_29740,KEGG_module,- +16922,BSU_29750,KEGG_module,M00022 +16923,BSU_29750,KEGG_module,M00024 +16924,BSU_29750,KEGG_module,M00025 +16925,BSU_29760,KEGG_module,- +16926,BSU_29770,KEGG_module,- +16927,BSU_29780,KEGG_module,- +16928,BSU_29790,KEGG_module,- +16929,BSU_29805,KEGG_module,- +16930,BSU_29820,KEGG_module,M00359 +16931,BSU_29820,KEGG_module,M00360 +16932,BSU_29830,KEGG_module,- +16933,BSU_29840,KEGG_module,- +16934,BSU_29850,KEGG_module,- +16935,BSU_29860,KEGG_module,- +16936,BSU_29870,KEGG_module,- +16937,BSU_29880,KEGG_module,- +16938,BSU_29890,KEGG_module,- +16939,BSU_29900,KEGG_module,- +16940,BSU_29910,KEGG_module,- +16941,BSU_29920,KEGG_module,- +16942,BSU_29930,KEGG_module,- +16943,BSU_29940,KEGG_module,M00100 +16944,BSU_29950,KEGG_module,- +16945,BSU_29960,KEGG_module,- +16946,BSU_29970,KEGG_module,M00021 +16947,BSU_29980,KEGG_module,M00016 +16948,BSU_29990,KEGG_module,- +16949,BSU_30000,KEGG_module,M00254 +16950,BSU_30010,KEGG_module,M00254 +16951,BSU_30020,KEGG_module,- +16952,BSU_30035,KEGG_module,- +16953,BSU_30050,KEGG_module,- +16954,BSU_30060,KEGG_module,- +16955,BSU_30070,KEGG_module,- +16956,BSU_30080,KEGG_module,- +16957,BSU_30090,KEGG_module,- +16958,BSU_30100,KEGG_module,- +16959,BSU_30110,KEGG_module,- +16960,BSU_30120,KEGG_module,- +16961,BSU_30135,KEGG_module,M00603 +16962,BSU_30150,KEGG_module,- +16963,BSU_30160,KEGG_module,M00603 +16964,BSU_30170,KEGG_module,M00201 +16965,BSU_30170,KEGG_module,M00207 +16966,BSU_30170,KEGG_module,M00603 +16967,BSU_30180,KEGG_module,M00004 +16968,BSU_30180,KEGG_module,M00006 +16969,BSU_30190,KEGG_module,M00573 +16970,BSU_30200,KEGG_module,M00123 +16971,BSU_30200,KEGG_module,M00573 +16972,BSU_30200,KEGG_module,M00577 +16973,BSU_30210,KEGG_module,M00123 +16974,BSU_30210,KEGG_module,M00573 +16975,BSU_30210,KEGG_module,M00577 +16976,BSU_30220,KEGG_module,M00123 +16977,BSU_30220,KEGG_module,M00573 +16978,BSU_30220,KEGG_module,M00577 +16979,BSU_30230,KEGG_module,M00123 +16980,BSU_30230,KEGG_module,M00573 +16981,BSU_30230,KEGG_module,M00577 +16982,BSU_30240,KEGG_module,M00123 +16983,BSU_30240,KEGG_module,M00573 +16984,BSU_30240,KEGG_module,M00577 +16985,BSU_30250,KEGG_module,- +16986,BSU_30260,KEGG_module,- +16987,BSU_30270,KEGG_module,M00196 +16988,BSU_30280,KEGG_module,M00196 +16989,BSU_30280,KEGG_module,M00207 +16990,BSU_30280,KEGG_module,M00491 +16991,BSU_30280,KEGG_module,M00602 +16992,BSU_30290,KEGG_module,M00196 +16993,BSU_30290,KEGG_module,M00207 +16994,BSU_30300,KEGG_module,- +16995,BSU_30310,KEGG_module,- +16996,BSU_30320,KEGG_module,M00359 +16997,BSU_30320,KEGG_module,M00360 +16998,BSU_30330,KEGG_module,- +16999,BSU_30340,KEGG_module,- +17000,BSU_30350,KEGG_module,- +17001,BSU_30360,KEGG_module,M00342 +17002,BSU_30360,KEGG_module,M00478 +17003,BSU_30370,KEGG_module,M00258 +17004,BSU_30370,KEGG_module,M00314 +17005,BSU_30370,KEGG_module,M00730 +17006,BSU_30370,KEGG_module,M00732 +17007,BSU_30370,KEGG_module,M00737 +17008,BSU_30370,KEGG_module,M00738 +17009,BSU_30380,KEGG_module,M00258 +17010,BSU_30380,KEGG_module,M00314 +17011,BSU_30380,KEGG_module,M00730 +17012,BSU_30380,KEGG_module,M00732 +17013,BSU_30380,KEGG_module,M00737 +17014,BSU_30380,KEGG_module,M00738 +17015,BSU_30390,KEGG_module,M00469 +17016,BSU_30390,KEGG_module,M00725 +17017,BSU_30390,KEGG_module,M00726 +17018,BSU_30390,KEGG_module,M00730 +17019,BSU_30390,KEGG_module,M00733 +17020,BSU_30390,KEGG_module,M00738 +17021,BSU_30400,KEGG_module,M00469 +17022,BSU_30400,KEGG_module,M00725 +17023,BSU_30400,KEGG_module,M00726 +17024,BSU_30400,KEGG_module,M00730 +17025,BSU_30400,KEGG_module,M00733 +17026,BSU_30400,KEGG_module,M00738 +17027,BSU_30410,KEGG_module,M00258 +17028,BSU_30410,KEGG_module,M00584 +17029,BSU_30420,KEGG_module,M00258 +17030,BSU_30420,KEGG_module,M00584 +17031,BSU_30430,KEGG_module,M00584 +17032,BSU_30440,KEGG_module,M00584 +17033,BSU_30450,KEGG_module,M00254 +17034,BSU_30450,KEGG_module,M00584 +17035,BSU_30460,KEGG_module,- +17036,BSU_30470,KEGG_module,- +17037,BSU_30480,KEGG_module,- +17038,BSU_30490,KEGG_module,- +17039,BSU_30500,KEGG_module,- +17040,BSU_30510,KEGG_module,- +17041,BSU_30520,KEGG_module,- +17042,BSU_30530,KEGG_module,- +17043,BSU_30540,KEGG_module,- +17044,BSU_30550,KEGG_module,M00034 +17045,BSU_30550,KEGG_module,M00035 +17046,BSU_30550,KEGG_module,M00368 +17047,BSU_30550,KEGG_module,M00609 +17048,BSU_30560,KEGG_module,M00003 +17049,BSU_30560,KEGG_module,M00170 +17050,BSU_30570,KEGG_module,- +17051,BSU_30580,KEGG_module,- +17052,BSU_30595,KEGG_module,M00188 +17053,BSU_30610,KEGG_module,M00188 +17054,BSU_30610,KEGG_module,M00435 +17055,BSU_30610,KEGG_module,M00436 +17056,BSU_30620,KEGG_module,M00188 +17057,BSU_30630,KEGG_module,- +17058,BSU_30640,KEGG_module,- +17059,BSU_30650,KEGG_module,- +17060,BSU_30660,KEGG_module,- +17061,BSU_30670,KEGG_module,M00609 +17062,BSU_30680,KEGG_module,M00335 +17063,BSU_30690,KEGG_module,- +17064,BSU_30700,KEGG_module,M00178 +17065,BSU_30710,KEGG_module,M00153 +17066,BSU_30720,KEGG_module,M00153 +17067,BSU_30739,KEGG_module,- +17068,BSU_30740,KEGG_module,M00319 +17069,BSU_30740,KEGG_module,M00792 +17070,BSU_30750,KEGG_module,M00243 +17071,BSU_30750,KEGG_module,M00318 +17072,BSU_30750,KEGG_module,M00319 +17073,BSU_30750,KEGG_module,M00792 +17074,BSU_30760,KEGG_module,M00242 +17075,BSU_30760,KEGG_module,M00243 +17076,BSU_30760,KEGG_module,M00244 +17077,BSU_30760,KEGG_module,M00319 +17078,BSU_30760,KEGG_module,M00792 +17079,BSU_30770,KEGG_module,M00243 +17080,BSU_30770,KEGG_module,M00319 +17081,BSU_30780,KEGG_module,M00116 +17082,BSU_30790,KEGG_module,M00116 +17083,BSU_30800,KEGG_module,M00116 +17084,BSU_30810,KEGG_module,M00116 +17085,BSU_30820,KEGG_module,M00116 +17086,BSU_30830,KEGG_module,M00116 +17087,BSU_30840,KEGG_module,- +17088,BSU_30850,KEGG_module,M00129 +17089,BSU_30850,KEGG_module,M00361 +17090,BSU_30850,KEGG_module,M00362 +17091,BSU_30850,KEGG_module,M00549 +17092,BSU_30860,KEGG_module,M00014 +17093,BSU_30860,KEGG_module,M00129 +17094,BSU_30860,KEGG_module,M00361 +17095,BSU_30860,KEGG_module,M00362 +17096,BSU_30870,KEGG_module,M00361 +17097,BSU_30870,KEGG_module,M00362 +17098,BSU_30870,KEGG_module,M00632 +17099,BSU_30880,KEGG_module,- +17100,BSU_30900,KEGG_module,- +17101,BSU_30910,KEGG_module,- +17102,BSU_30920,KEGG_module,- +17103,BSU_30930,KEGG_module,- +17104,BSU_30940,KEGG_module,- +17105,BSU_30950,KEGG_module,M00565 +17106,BSU_30960,KEGG_module,M00565 +17107,BSU_30970,KEGG_module,M00565 +17108,BSU_30980,KEGG_module,M00565 +17109,BSU_30990,KEGG_module,- +17110,BSU_31000,KEGG_module,- +17111,BSU_31010,KEGG_module,- +17112,BSU_31020,KEGG_module,- +17113,BSU_31030,KEGG_module,- +17114,BSU_31040,KEGG_module,- +17115,BSU_31050,KEGG_module,M00555 +17116,BSU_31060,KEGG_module,M00555 +17117,BSU_31070,KEGG_module,- +17118,BSU_31080,KEGG_module,- +17119,BSU_31090,KEGG_module,- +17120,BSU_31100,KEGG_module,- +17121,BSU_31110,KEGG_module,- +17122,BSU_31120,KEGG_module,- +17123,BSU_31130,KEGG_module,- +17124,BSU_31140,KEGG_module,- +17125,BSU_31150,KEGG_module,- +17126,BSU_31160,KEGG_module,- +17127,BSU_31170,KEGG_module,- +17128,BSU_31180,KEGG_module,- +17129,BSU_31190,KEGG_module,- +17130,BSU_31200,KEGG_module,M00014 +17131,BSU_31210,KEGG_module,- +17132,BSU_31220,KEGG_module,- +17133,BSU_31230,KEGG_module,- +17134,BSU_31240,KEGG_module,- +17135,BSU_31250,KEGG_module,- +17136,BSU_31260,KEGG_module,- +17137,BSU_31270,KEGG_module,- +17138,BSU_31279,KEGG_module,- +17139,BSU_31280,KEGG_module,- +17140,BSU_31290,KEGG_module,- +17141,BSU_31300,KEGG_module,- +17142,BSU_31310,KEGG_module,- +17143,BSU_31319,KEGG_module,- +17144,BSU_31321,KEGG_module,- +17145,BSU_31322,KEGG_module,- +17146,BSU_31330,KEGG_module,- +17147,BSU_31350,KEGG_module,M00001 +17148,BSU_31350,KEGG_module,M00004 +17149,BSU_31350,KEGG_module,M00114 +17150,BSU_31360,KEGG_module,- +17151,BSU_31370,KEGG_module,- +17152,BSU_31380,KEGG_module,- +17153,BSU_31390,KEGG_module,M00001 +17154,BSU_31390,KEGG_module,M00004 +17155,BSU_31390,KEGG_module,M00114 +17156,BSU_31390,KEGG_module,M00178 +17157,BSU_31400,KEGG_module,M00525 +17158,BSU_31410,KEGG_module,- +17159,BSU_31420,KEGG_module,- +17160,BSU_31430,KEGG_module,- +17161,BSU_31440,KEGG_module,- +17162,BSU_31450,KEGG_module,M00485 +17163,BSU_31460,KEGG_module,- +17164,BSU_31470,KEGG_module,- +17165,BSU_31480,KEGG_module,- +17166,BSU_31490,KEGG_module,- +17167,BSU_31500,KEGG_module,- +17168,BSU_31510,KEGG_module,- +17169,BSU_31520,KEGG_module,M00487 +17170,BSU_31520,KEGG_module,M00488 +17171,BSU_31520,KEGG_module,M00489 +17172,BSU_31520,KEGG_module,M00490 +17173,BSU_31520,KEGG_module,M00494 +17174,BSU_31530,KEGG_module,M00487 +17175,BSU_31530,KEGG_module,M00488 +17176,BSU_31530,KEGG_module,M00489 +17177,BSU_31530,KEGG_module,M00490 +17178,BSU_31540,KEGG_module,M00221 +17179,BSU_31550,KEGG_module,M00221 +17180,BSU_31560,KEGG_module,M00221 +17181,BSU_31570,KEGG_module,M00221 +17182,BSU_31580,KEGG_module,- +17183,BSU_31590,KEGG_module,- +17184,BSU_31600,KEGG_module,M00144 +17185,BSU_31610,KEGG_module,- +17186,BSU_31620,KEGG_module,M00144 +17187,BSU_31630,KEGG_module,- +17188,BSU_31640,KEGG_module,- +17189,BSU_31650,KEGG_module,- +17190,BSU_31660,KEGG_module,- +17191,BSU_31670,KEGG_module,- +17192,BSU_31680,KEGG_module,M00476 +17193,BSU_31690,KEGG_module,M00476 +17194,BSU_31690,KEGG_module,M00483 +17195,BSU_31710,KEGG_module,- +17196,BSU_31730,KEGG_module,- +17197,BSU_31740,KEGG_module,- +17198,BSU_31750,KEGG_module,- +17199,BSU_31760,KEGG_module,- +17200,BSU_31770,KEGG_module,- +17201,BSU_31780,KEGG_module,- +17202,BSU_31790,KEGG_module,- +17203,BSU_31800,KEGG_module,- +17204,BSU_31810,KEGG_module,- +17205,BSU_31820,KEGG_module,- +17206,BSU_31830,KEGG_module,- +17207,BSU_31840,KEGG_module,- +17208,BSU_31850,KEGG_module,- +17209,BSU_31860,KEGG_module,- +17210,BSU_31875,KEGG_module,- +17211,BSU_31890,KEGG_module,- +17212,BSU_31900,KEGG_module,- +17213,BSU_31910,KEGG_module,- +17214,BSU_31920,KEGG_module,- +17215,BSU_31930,KEGG_module,- +17216,BSU_31945,KEGG_module,- +17217,BSU_31959,KEGG_module,M00736 +17218,BSU_31960,KEGG_module,- +17219,BSU_31970,KEGG_module,- +17220,BSU_31980,KEGG_module,- +17221,BSU_31990,KEGG_module,M00116 +17222,BSU_32000,KEGG_module,- +17223,BSU_32010,KEGG_module,- +17224,BSU_32020,KEGG_module,- +17225,BSU_32030,KEGG_module,M00581 +17226,BSU_32030,KEGG_module,M00582 +17227,BSU_32040,KEGG_module,- +17228,BSU_32050,KEGG_module,- +17229,BSU_32060,KEGG_module,- +17230,BSU_32070,KEGG_module,- +17231,BSU_32080,KEGG_module,- +17232,BSU_32090,KEGG_module,- +17233,BSU_32100,KEGG_module,- +17234,BSU_32110,KEGG_module,- +17235,BSU_32130,KEGG_module,M00050 +17236,BSU_32140,KEGG_module,- +17237,BSU_32150,KEGG_module,- +17238,BSU_32160,KEGG_module,- +17239,BSU_32170,KEGG_module,M00016 +17240,BSU_32170,KEGG_module,M00525 +17241,BSU_32170,KEGG_module,M00527 +17242,BSU_32180,KEGG_module,- +17243,BSU_32190,KEGG_module,- +17244,BSU_32200,KEGG_module,- +17245,BSU_32210,KEGG_module,- +17246,BSU_32220,KEGG_module,- +17247,BSU_32230,KEGG_module,- +17248,BSU_32240,KEGG_module,M00018 +17249,BSU_32250,KEGG_module,M00018 +17250,BSU_32260,KEGG_module,M00017 +17251,BSU_32260,KEGG_module,M00018 +17252,BSU_32270,KEGG_module,- +17253,BSU_32280,KEGG_module,- +17254,BSU_32290,KEGG_module,M00176 +17255,BSU_32300,KEGG_module,- +17256,BSU_32310,KEGG_module,- +17257,BSU_32320,KEGG_module,- +17258,BSU_32330,KEGG_module,- +17259,BSU_32340,KEGG_module,- +17260,BSU_32350,KEGG_module,- +17261,BSU_32360,KEGG_module,- +17262,BSU_32370,KEGG_module,- +17263,BSU_32380,KEGG_module,- +17264,BSU_32390,KEGG_module,- +17265,BSU_32400,KEGG_module,- +17266,BSU_32410,KEGG_module,M00546 +17267,BSU_32420,KEGG_module,- +17268,BSU_32430,KEGG_module,- +17269,BSU_32440,KEGG_module,- +17270,BSU_32450,KEGG_module,M00546 +17271,BSU_32460,KEGG_module,M00546 +17272,BSU_32470,KEGG_module,M00546 +17273,BSU_32480,KEGG_module,M00546 +17274,BSU_32490,KEGG_module,M00546 +17275,BSU_32500,KEGG_module,M00546 +17276,BSU_32510,KEGG_module,M00546 +17277,BSU_32520,KEGG_module,M00346 +17278,BSU_32520,KEGG_module,M00532 +17279,BSU_32530,KEGG_module,M00046 +17280,BSU_32540,KEGG_module,- +17281,BSU_32550,KEGG_module,M00194 +17282,BSU_32550,KEGG_module,M00196 +17283,BSU_32550,KEGG_module,M00197 +17284,BSU_32550,KEGG_module,M00200 +17285,BSU_32550,KEGG_module,M00201 +17286,BSU_32550,KEGG_module,M00206 +17287,BSU_32550,KEGG_module,M00207 +17288,BSU_32550,KEGG_module,M00491 +17289,BSU_32550,KEGG_module,M00602 +17290,BSU_32550,KEGG_module,M00605 +17291,BSU_32550,KEGG_module,M00606 +17292,BSU_32560,KEGG_module,- +17293,BSU_32570,KEGG_module,- +17294,BSU_32580,KEGG_module,M00196 +17295,BSU_32580,KEGG_module,M00207 +17296,BSU_32590,KEGG_module,M00196 +17297,BSU_32590,KEGG_module,M00207 +17298,BSU_32590,KEGG_module,M00491 +17299,BSU_32590,KEGG_module,M00602 +17300,BSU_32600,KEGG_module,M00196 +17301,BSU_32610,KEGG_module,- +17302,BSU_32620,KEGG_module,M00260 +17303,BSU_32630,KEGG_module,- +17304,BSU_32650,KEGG_module,- +17305,BSU_32660,KEGG_module,- +17306,BSU_32669,KEGG_module,- +17307,BSU_32670,KEGG_module,- +17308,BSU_32680,KEGG_module,- +17309,BSU_32690,KEGG_module,- +17310,BSU_32700,KEGG_module,- +17311,BSU_32710,KEGG_module,- +17312,BSU_32720,KEGG_module,M00307 +17313,BSU_32730,KEGG_module,M00238 +17314,BSU_32740,KEGG_module,M00211 +17315,BSU_32740,KEGG_module,M00238 +17316,BSU_32750,KEGG_module,M00238 +17317,BSU_32760,KEGG_module,- +17318,BSU_32770,KEGG_module,- +17319,BSU_32780,KEGG_module,- +17320,BSU_32790,KEGG_module,- +17321,BSU_32800,KEGG_module,M00532 +17322,BSU_32810,KEGG_module,- +17323,BSU_32820,KEGG_module,- +17324,BSU_32830,KEGG_module,M00087 +17325,BSU_32830,KEGG_module,M00113 +17326,BSU_32840,KEGG_module,M00032 +17327,BSU_32840,KEGG_module,M00087 +17328,BSU_32849,KEGG_module,- +17329,BSU_32850,KEGG_module,- +17330,BSU_32859,KEGG_module,- +17331,BSU_32860,KEGG_module,- +17332,BSU_32870,KEGG_module,- +17333,BSU_32880,KEGG_module,- +17334,BSU_32890,KEGG_module,- +17335,BSU_32900,KEGG_module,M00083 +17336,BSU_32900,KEGG_module,M00572 +17337,BSU_32910,KEGG_module,M00083 +17338,BSU_32910,KEGG_module,M00572 +17339,BSU_32920,KEGG_module,- +17340,BSU_32930,KEGG_module,- +17341,BSU_32940,KEGG_module,M00240 +17342,BSU_32950,KEGG_module,- +17343,BSU_32960,KEGG_module,- +17344,BSU_32970,KEGG_module,- +17345,BSU_32980,KEGG_module,- +17346,BSU_32990,KEGG_module,- +17347,BSU_33000,KEGG_module,M00728 +17348,BSU_33010,KEGG_module,M00448 +17349,BSU_33020,KEGG_module,M00448 +17350,BSU_33029,KEGG_module,- +17351,BSU_33030,KEGG_module,- +17352,BSU_33040,KEGG_module,M00009 +17353,BSU_33040,KEGG_module,M00011 +17354,BSU_33040,KEGG_module,M00173 +17355,BSU_33040,KEGG_module,M00376 +17356,BSU_33049,KEGG_module,- +17357,BSU_33050,KEGG_module,- +17358,BSU_33060,KEGG_module,- +17359,BSU_33070,KEGG_module,- +17360,BSU_33080,KEGG_module,M00480 +17361,BSU_33080,KEGG_module,M00481 +17362,BSU_33080,KEGG_module,M00754 +17363,BSU_33090,KEGG_module,M00471 +17364,BSU_33090,KEGG_module,M00480 +17365,BSU_33090,KEGG_module,M00481 +17366,BSU_33090,KEGG_module,M00754 +17367,BSU_33100,KEGG_module,- +17368,BSU_33110,KEGG_module,- +17369,BSU_33120,KEGG_module,M00754 +17370,BSU_33130,KEGG_module,M00754 +17371,BSU_33140,KEGG_module,- +17372,BSU_33150,KEGG_module,M00122 +17373,BSU_33160,KEGG_module,M00240 +17374,BSU_33160,KEGG_module,M00582 +17375,BSU_33170,KEGG_module,M00240 +17376,BSU_33180,KEGG_module,M00240 +17377,BSU_33190,KEGG_module,- +17378,BSU_33200,KEGG_module,- +17379,BSU_33210,KEGG_module,- +17380,BSU_33221,KEGG_module,- +17381,BSU_33222,KEGG_module,- +17382,BSU_33230,KEGG_module,- +17383,BSU_33239,KEGG_module,- +17384,BSU_33240,KEGG_module,- +17385,BSU_33250,KEGG_module,- +17386,BSU_33260,KEGG_module,M00258 +17387,BSU_33270,KEGG_module,M00258 +17388,BSU_33280,KEGG_module,- +17389,BSU_33290,KEGG_module,M00240 +17390,BSU_33300,KEGG_module,M00240 +17391,BSU_33310,KEGG_module,M00240 +17392,BSU_33320,KEGG_module,M00240 +17393,BSU_33330,KEGG_module,- +17394,BSU_33340,KEGG_module,- +17395,BSU_33350,KEGG_module,- +17396,BSU_33360,KEGG_module,- +17397,BSU_33370,KEGG_module,- +17398,BSU_33380,KEGG_module,M00189 +17399,BSU_33390,KEGG_module,M00189 +17400,BSU_33390,KEGG_module,M00423 +17401,BSU_33400,KEGG_module,- +17402,BSU_33410,KEGG_module,- +17403,BSU_33420,KEGG_module,- +17404,BSU_33430,KEGG_module,M00176 +17405,BSU_33430,KEGG_module,M00531 +17406,BSU_33440,KEGG_module,M00176 +17407,BSU_33450,KEGG_module,- +17408,BSU_33460,KEGG_module,- +17409,BSU_33470,KEGG_module,- +17410,BSU_33480,KEGG_module,- +17411,BSU_33490,KEGG_module,- +17412,BSU_33500,KEGG_module,- +17413,BSU_33510,KEGG_module,- +17414,BSU_33520,KEGG_module,- +17415,BSU_33530,KEGG_module,- +17416,BSU_33540,KEGG_module,- +17417,BSU_33550,KEGG_module,- +17418,BSU_33560,KEGG_module,- +17419,BSU_33570,KEGG_module,- +17420,BSU_33580,KEGG_module,- +17421,BSU_33590,KEGG_module,M00083 +17422,BSU_33590,KEGG_module,M00572 +17423,BSU_33600,KEGG_module,- +17424,BSU_33610,KEGG_module,M00391 +17425,BSU_33620,KEGG_module,- +17426,BSU_33630,KEGG_module,M00335 +17427,BSU_33640,KEGG_module,- +17428,BSU_33650,KEGG_module,- +17429,BSU_33660,KEGG_module,- +17430,BSU_33670,KEGG_module,- +17431,BSU_33680,KEGG_module,- +17432,BSU_33690,KEGG_module,- +17433,BSU_33700,KEGG_module,M00209 +17434,BSU_33710,KEGG_module,M00209 +17435,BSU_33720,KEGG_module,M00209 +17436,BSU_33730,KEGG_module,M00208 +17437,BSU_33730,KEGG_module,M00209 +17438,BSU_33740,KEGG_module,- +17439,BSU_33760,KEGG_module,- +17440,BSU_33780,KEGG_module,- +17441,BSU_33790,KEGG_module,- +17442,BSU_33800,KEGG_module,M00209 +17443,BSU_33810,KEGG_module,M00209 +17444,BSU_33820,KEGG_module,M00209 +17445,BSU_33830,KEGG_module,M00208 +17446,BSU_33830,KEGG_module,M00209 +17447,BSU_33840,KEGG_module,- +17448,BSU_33850,KEGG_module,- +17449,BSU_33860,KEGG_module,- +17450,BSU_33870,KEGG_module,- +17451,BSU_33880,KEGG_module,- +17452,BSU_33890,KEGG_module,M00131 +17453,BSU_33900,KEGG_module,M00001 +17454,BSU_33900,KEGG_module,M00002 +17455,BSU_33900,KEGG_module,M00003 +17456,BSU_33900,KEGG_module,M00346 +17457,BSU_33900,KEGG_module,M00394 +17458,BSU_33910,KEGG_module,M00001 +17459,BSU_33910,KEGG_module,M00002 +17460,BSU_33910,KEGG_module,M00003 +17461,BSU_33920,KEGG_module,M00001 +17462,BSU_33920,KEGG_module,M00002 +17463,BSU_33920,KEGG_module,M00003 +17464,BSU_33920,KEGG_module,M00165 +17465,BSU_33920,KEGG_module,M00166 +17466,BSU_33920,KEGG_module,M00308 +17467,BSU_33920,KEGG_module,M00552 +17468,BSU_33930,KEGG_module,M00001 +17469,BSU_33930,KEGG_module,M00002 +17470,BSU_33930,KEGG_module,M00003 +17471,BSU_33930,KEGG_module,M00165 +17472,BSU_33930,KEGG_module,M00166 +17473,BSU_33930,KEGG_module,M00308 +17474,BSU_33930,KEGG_module,M00552 +17475,BSU_33940,KEGG_module,M00001 +17476,BSU_33940,KEGG_module,M00002 +17477,BSU_33940,KEGG_module,M00003 +17478,BSU_33940,KEGG_module,M00165 +17479,BSU_33940,KEGG_module,M00166 +17480,BSU_33940,KEGG_module,M00308 +17481,BSU_33940,KEGG_module,M00552 +17482,BSU_33950,KEGG_module,- +17483,BSU_33960,KEGG_module,- +17484,BSU_33970,KEGG_module,- +17485,BSU_33980,KEGG_module,- +17486,BSU_33990,KEGG_module,- +17487,BSU_34000,KEGG_module,- +17488,BSU_34010,KEGG_module,- +17489,BSU_34020,KEGG_module,- +17490,BSU_34030,KEGG_module,- +17491,BSU_34040,KEGG_module,- +17492,BSU_34050,KEGG_module,- +17493,BSU_34060,KEGG_module,M00479 +17494,BSU_34070,KEGG_module,M00479 +17495,BSU_34080,KEGG_module,M00254 +17496,BSU_34090,KEGG_module,M00254 +17497,BSU_34100,KEGG_module,- +17498,BSU_34110,KEGG_module,M00820 +17499,BSU_34120,KEGG_module,- +17500,BSU_34130,KEGG_module,- +17501,BSU_34140,KEGG_module,M00491 +17502,BSU_34150,KEGG_module,M00196 +17503,BSU_34150,KEGG_module,M00207 +17504,BSU_34150,KEGG_module,M00491 +17505,BSU_34150,KEGG_module,M00602 +17506,BSU_34160,KEGG_module,M00207 +17507,BSU_34160,KEGG_module,M00491 +17508,BSU_34160,KEGG_module,M00599 +17509,BSU_34170,KEGG_module,- +17510,BSU_34180,KEGG_module,- +17511,BSU_34190,KEGG_module,- +17512,BSU_34200,KEGG_module,- +17513,BSU_34210,KEGG_module,- +17514,BSU_34220,KEGG_module,- +17515,BSU_34230,KEGG_module,- +17516,BSU_34240,KEGG_module,- +17517,BSU_34250,KEGG_module,- +17518,BSU_34265,KEGG_module,- +17519,BSU_34280,KEGG_module,- +17520,BSU_34290,KEGG_module,- +17521,BSU_34300,KEGG_module,- +17522,BSU_34310,KEGG_module,- +17523,BSU_34320,KEGG_module,- +17524,BSU_34330,KEGG_module,- +17525,BSU_34340,KEGG_module,- +17526,BSU_34350,KEGG_module,M00793 +17527,BSU_34360,KEGG_module,- +17528,BSU_34370,KEGG_module,- +17529,BSU_34380,KEGG_module,- +17530,BSU_34390,KEGG_module,- +17531,BSU_34400,KEGG_module,- +17532,BSU_34410,KEGG_module,- +17533,BSU_34430,KEGG_module,- +17534,BSU_34440,KEGG_module,- +17535,BSU_34450,KEGG_module,- +17536,BSU_34460,KEGG_module,- +17537,BSU_34470,KEGG_module,- +17538,BSU_34480,KEGG_module,- +17539,BSU_34490,KEGG_module,M00712 +17540,BSU_34500,KEGG_module,M00712 +17541,BSU_34510,KEGG_module,- +17542,BSU_34520,KEGG_module,- +17543,BSU_34530,KEGG_module,- +17544,BSU_34540,KEGG_module,- +17545,BSU_34550,KEGG_module,- +17546,BSU_34560,KEGG_module,- +17547,BSU_34570,KEGG_module,- +17548,BSU_34580,KEGG_module,- +17549,BSU_34590,KEGG_module,M00491 +17550,BSU_34600,KEGG_module,M00196 +17551,BSU_34600,KEGG_module,M00207 +17552,BSU_34600,KEGG_module,M00491 +17553,BSU_34600,KEGG_module,M00602 +17554,BSU_34610,KEGG_module,M00207 +17555,BSU_34610,KEGG_module,M00491 +17556,BSU_34610,KEGG_module,M00599 +17557,BSU_34620,KEGG_module,- +17558,BSU_34630,KEGG_module,- +17559,BSU_34640,KEGG_module,- +17560,BSU_34650,KEGG_module,- +17561,BSU_34660,KEGG_module,- +17562,BSU_34670,KEGG_module,- +17563,BSU_34680,KEGG_module,- +17564,BSU_34690,KEGG_module,M00258 +17565,BSU_34690,KEGG_module,M00315 +17566,BSU_34700,KEGG_module,M00258 +17567,BSU_34700,KEGG_module,M00315 +17568,BSU_34710,KEGG_module,M00446 +17569,BSU_34720,KEGG_module,M00470 +17570,BSU_34729,KEGG_module,- +17571,BSU_34730,KEGG_module,- +17572,BSU_34740,KEGG_module,- +17573,BSU_34750,KEGG_module,- +17574,BSU_34760,KEGG_module,- +17575,BSU_34770,KEGG_module,- +17576,BSU_34780,KEGG_module,- +17577,BSU_34790,KEGG_module,- +17578,BSU_34800,KEGG_module,- +17579,BSU_34810,KEGG_module,- +17580,BSU_34820,KEGG_module,M00700 +17581,BSU_34840,KEGG_module,- +17582,BSU_34850,KEGG_module,- +17583,BSU_34860,KEGG_module,M00026 +17584,BSU_34870,KEGG_module,M00026 +17585,BSU_34880,KEGG_module,M00026 +17586,BSU_34890,KEGG_module,M00026 +17587,BSU_34900,KEGG_module,M00026 +17588,BSU_34910,KEGG_module,M00026 +17589,BSU_34920,KEGG_module,M00026 +17590,BSU_34930,KEGG_module,M00026 +17591,BSU_34930,KEGG_module,M00359 +17592,BSU_34930,KEGG_module,M00360 +17593,BSU_34940,KEGG_module,- +17594,BSU_34950,KEGG_module,- +17595,BSU_34960,KEGG_module,- +17596,BSU_34970,KEGG_module,- +17597,BSU_34980,KEGG_module,- +17598,BSU_34990,KEGG_module,- +17599,BSU_35000,KEGG_module,- +17600,BSU_35010,KEGG_module,- +17601,BSU_35020,KEGG_module,M00004 +17602,BSU_35020,KEGG_module,M00006 +17603,BSU_35020,KEGG_module,M00008 +17604,BSU_35030,KEGG_module,- +17605,BSU_35040,KEGG_module,- +17606,BSU_35050,KEGG_module,- +17607,BSU_35060,KEGG_module,M00573 +17608,BSU_35070,KEGG_module,- +17609,BSU_35080,KEGG_module,- +17610,BSU_35090,KEGG_module,- +17611,BSU_35100,KEGG_module,- +17612,BSU_35110,KEGG_module,- +17613,BSU_35120,KEGG_module,- +17614,BSU_35130,KEGG_module,- +17615,BSU_35140,KEGG_module,- +17616,BSU_35150,KEGG_module,- +17617,BSU_35160,KEGG_module,- +17618,BSU_35170,KEGG_module,- +17619,BSU_35180,KEGG_module,- +17620,BSU_35190,KEGG_module,M00173 +17621,BSU_35190,KEGG_module,M00374 +17622,BSU_35200,KEGG_module,- +17623,BSU_35210,KEGG_module,M00704 +17624,BSU_35220,KEGG_module,- +17625,BSU_35230,KEGG_module,- +17626,BSU_35239,KEGG_module,- +17627,BSU_35240,KEGG_module,- +17628,BSU_35250,KEGG_module,M00256 +17629,BSU_35260,KEGG_module,M00256 +17630,BSU_35270,KEGG_module,- +17631,BSU_35280,KEGG_module,- +17632,BSU_35290,KEGG_module,- +17633,BSU_35300,KEGG_module,M00335 +17634,BSU_35310,KEGG_module,- +17635,BSU_35319,KEGG_module,- +17636,BSU_35330,KEGG_module,- +17637,BSU_35340,KEGG_module,- +17638,BSU_35350,KEGG_module,- +17639,BSU_35360,KEGG_module,- +17640,BSU_35370,KEGG_module,- +17641,BSU_35380,KEGG_module,- +17642,BSU_35390,KEGG_module,- +17643,BSU_35400,KEGG_module,- +17644,BSU_35410,KEGG_module,- +17645,BSU_35420,KEGG_module,- +17646,BSU_35430,KEGG_module,- +17647,BSU_35440,KEGG_module,- +17648,BSU_35450,KEGG_module,M00429 +17649,BSU_35460,KEGG_module,M00429 +17650,BSU_35470,KEGG_module,M00429 +17651,BSU_35480,KEGG_module,- +17652,BSU_35490,KEGG_module,M00478 +17653,BSU_35500,KEGG_module,M00478 +17654,BSU_35510,KEGG_module,- +17655,BSU_35520,KEGG_module,- +17656,BSU_35530,KEGG_module,- +17657,BSU_35540,KEGG_module,- +17658,BSU_35550,KEGG_module,- +17659,BSU_35560,KEGG_module,- +17660,BSU_35570,KEGG_module,- +17661,BSU_35580,KEGG_module,M00014 +17662,BSU_35580,KEGG_module,M00129 +17663,BSU_35580,KEGG_module,M00361 +17664,BSU_35580,KEGG_module,M00362 +17665,BSU_35590,KEGG_module,M00565 +17666,BSU_35590,KEGG_module,M00814 +17667,BSU_35600,KEGG_module,- +17668,BSU_35609,KEGG_module,- +17669,BSU_35610,KEGG_module,- +17670,BSU_35620,KEGG_module,M00727 +17671,BSU_35630,KEGG_module,M00727 +17672,BSU_35640,KEGG_module,- +17673,BSU_35650,KEGG_module,- +17674,BSU_35660,KEGG_module,M00362 +17675,BSU_35670,KEGG_module,M00129 +17676,BSU_35670,KEGG_module,M00361 +17677,BSU_35670,KEGG_module,M00362 +17678,BSU_35670,KEGG_module,M00549 +17679,BSU_35680,KEGG_module,- +17680,BSU_35690,KEGG_module,- +17681,BSU_35698,KEGG_module,- +17682,BSU_35699,KEGG_module,M00129 +17683,BSU_35699,KEGG_module,M00361 +17684,BSU_35699,KEGG_module,M00362 +17685,BSU_35699,KEGG_module,M00549 +17686,BSU_35700,KEGG_module,M00249 +17687,BSU_35700,KEGG_module,M00251 +17688,BSU_35710,KEGG_module,M00250 +17689,BSU_35710,KEGG_module,M00251 +17690,BSU_35720,KEGG_module,- +17691,BSU_35730,KEGG_module,- +17692,BSU_35740,KEGG_module,M00090 +17693,BSU_35750,KEGG_module,- +17694,BSU_35760,KEGG_module,- +17695,BSU_35770,KEGG_module,- +17696,BSU_35780,KEGG_module,- +17697,BSU_35790,KEGG_module,M00114 +17698,BSU_35800,KEGG_module,- +17699,BSU_35810,KEGG_module,- +17700,BSU_35820,KEGG_module,- +17701,BSU_35830,KEGG_module,- +17702,BSU_35840,KEGG_module,- +17703,BSU_35850,KEGG_module,M00125 +17704,BSU_35860,KEGG_module,- +17705,BSU_35870,KEGG_module,- +17706,BSU_35880,KEGG_module,- +17707,BSU_35890,KEGG_module,- +17708,BSU_35900,KEGG_module,- +17709,BSU_35910,KEGG_module,- +17710,BSU_35920,KEGG_module,- +17711,BSU_35930,KEGG_module,- +17712,BSU_35940,KEGG_module,M00212 +17713,BSU_35940,KEGG_module,M00214 +17714,BSU_35950,KEGG_module,M00212 +17715,BSU_35960,KEGG_module,M00212 +17716,BSU_35970,KEGG_module,- +17717,BSU_35980,KEGG_module,- +17718,BSU_35990,KEGG_module,- +17719,BSU_36000,KEGG_module,- +17720,BSU_36010,KEGG_module,M00019 +17721,BSU_36010,KEGG_module,M00570 +17722,BSU_36020,KEGG_module,- +17723,BSU_36030,KEGG_module,- +17724,BSU_36040,KEGG_module,- +17725,BSU_36050,KEGG_module,- +17726,BSU_36060,KEGG_module,- +17727,BSU_36070,KEGG_module,- +17728,BSU_36080,KEGG_module,- +17729,BSU_36090,KEGG_module,- +17730,BSU_36100,KEGG_module,- +17731,BSU_36110,KEGG_module,- +17732,BSU_36120,KEGG_module,- +17733,BSU_36130,KEGG_module,- +17734,BSU_36150,KEGG_module,- +17735,BSU_36160,KEGG_module,- +17736,BSU_36170,KEGG_module,- +17737,BSU_36180,KEGG_module,- +17738,BSU_36190,KEGG_module,- +17739,BSU_36200,KEGG_module,- +17740,BSU_36220,KEGG_module,- +17741,BSU_36230,KEGG_module,M00014 +17742,BSU_36230,KEGG_module,M00129 +17743,BSU_36230,KEGG_module,M00361 +17744,BSU_36230,KEGG_module,M00362 +17745,BSU_36240,KEGG_module,- +17746,BSU_36250,KEGG_module,- +17747,BSU_36260,KEGG_module,- +17748,BSU_36269,KEGG_module,- +17749,BSU_36270,KEGG_module,- +17750,BSU_36280,KEGG_module,- +17751,BSU_36290,KEGG_module,M00125 +17752,BSU_36300,KEGG_module,- +17753,BSU_36310,KEGG_module,- +17754,BSU_36320,KEGG_module,- +17755,BSU_36330,KEGG_module,- +17756,BSU_36340,KEGG_module,- +17757,BSU_36350,KEGG_module,- +17758,BSU_36360,KEGG_module,- +17759,BSU_36370,KEGG_module,M00060 +17760,BSU_36370,KEGG_module,M00083 +17761,BSU_36370,KEGG_module,M00572 +17762,BSU_36380,KEGG_module,- +17763,BSU_36390,KEGG_module,- +17764,BSU_36400,KEGG_module,- +17765,BSU_36410,KEGG_module,- +17766,BSU_36420,KEGG_module,- +17767,BSU_36440,KEGG_module,- +17768,BSU_36450,KEGG_module,- +17769,BSU_36460,KEGG_module,- +17770,BSU_36470,KEGG_module,- +17771,BSU_36480,KEGG_module,- +17772,BSU_36490,KEGG_module,- +17773,BSU_36500,KEGG_module,- +17774,BSU_36510,KEGG_module,- +17775,BSU_36520,KEGG_module,- +17776,BSU_36530,KEGG_module,- +17777,BSU_36540,KEGG_module,- +17778,BSU_36550,KEGG_module,- +17779,BSU_36560,KEGG_module,- +17780,BSU_36570,KEGG_module,- +17781,BSU_36580,KEGG_module,- +17782,BSU_36590,KEGG_module,- +17783,BSU_36600,KEGG_module,- +17784,BSU_36610,KEGG_module,- +17785,BSU_36620,KEGG_module,- +17786,BSU_36630,KEGG_module,- +17787,BSU_36640,KEGG_module,- +17788,BSU_36650,KEGG_module,- +17789,BSU_36660,KEGG_module,- +17790,BSU_36670,KEGG_module,- +17791,BSU_36680,KEGG_module,- +17792,BSU_36690,KEGG_module,- +17793,BSU_36700,KEGG_module,- +17794,BSU_36710,KEGG_module,- +17795,BSU_36730,KEGG_module,- +17796,BSU_36740,KEGG_module,- +17797,BSU_36750,KEGG_module,- +17798,BSU_36760,KEGG_module,- +17799,BSU_36770,KEGG_module,- +17800,BSU_36780,KEGG_module,- +17801,BSU_36790,KEGG_module,- +17802,BSU_36800,KEGG_module,M00157 +17803,BSU_36810,KEGG_module,M00157 +17804,BSU_36820,KEGG_module,M00157 +17805,BSU_36830,KEGG_module,M00157 +17806,BSU_36840,KEGG_module,M00157 +17807,BSU_36850,KEGG_module,M00157 +17808,BSU_36860,KEGG_module,M00157 +17809,BSU_36870,KEGG_module,M00157 +17810,BSU_36880,KEGG_module,- +17811,BSU_36890,KEGG_module,- +17812,BSU_36900,KEGG_module,M00140 +17813,BSU_36900,KEGG_module,M00141 +17814,BSU_36900,KEGG_module,M00346 +17815,BSU_36900,KEGG_module,M00532 +17816,BSU_36910,KEGG_module,- +17817,BSU_36920,KEGG_module,M00004 +17818,BSU_36920,KEGG_module,M00007 +17819,BSU_36920,KEGG_module,M00165 +17820,BSU_36920,KEGG_module,M00167 +17821,BSU_36930,KEGG_module,M00004 +17822,BSU_36930,KEGG_module,M00007 +17823,BSU_36930,KEGG_module,M00165 +17824,BSU_36930,KEGG_module,M00167 +17825,BSU_36940,KEGG_module,- +17826,BSU_36950,KEGG_module,- +17827,BSU_36960,KEGG_module,M00028 +17828,BSU_36970,KEGG_module,- +17829,BSU_36980,KEGG_module,- +17830,BSU_37000,KEGG_module,- +17831,BSU_37010,KEGG_module,- +17832,BSU_37020,KEGG_module,- +17833,BSU_37030,KEGG_module,- +17834,BSU_37040,KEGG_module,- +17835,BSU_37050,KEGG_module,- +17836,BSU_37060,KEGG_module,- +17837,BSU_37070,KEGG_module,M00178 +17838,BSU_37080,KEGG_module,- +17839,BSU_37090,KEGG_module,M00003 +17840,BSU_37090,KEGG_module,M00165 +17841,BSU_37090,KEGG_module,M00167 +17842,BSU_37100,KEGG_module,- +17843,BSU_37110,KEGG_module,M00004 +17844,BSU_37110,KEGG_module,M00007 +17845,BSU_37120,KEGG_module,M00001 +17846,BSU_37120,KEGG_module,M00003 +17847,BSU_37120,KEGG_module,M00165 +17848,BSU_37120,KEGG_module,M00167 +17849,BSU_37120,KEGG_module,M00344 +17850,BSU_37120,KEGG_module,M00345 +17851,BSU_37130,KEGG_module,M00485 +17852,BSU_37140,KEGG_module,- +17853,BSU_37150,KEGG_module,M00052 +17854,BSU_37160,KEGG_module,M00183 +17855,BSU_37170,KEGG_module,M00013 +17856,BSU_37170,KEGG_module,M00036 +17857,BSU_37170,KEGG_module,M00087 +17858,BSU_37180,KEGG_module,- +17859,BSU_37190,KEGG_module,- +17860,BSU_37200,KEGG_module,- +17861,BSU_37210,KEGG_module,- +17862,BSU_37220,KEGG_module,- +17863,BSU_37230,KEGG_module,- +17864,BSU_37240,KEGG_module,- +17865,BSU_37250,KEGG_module,M00529 +17866,BSU_37250,KEGG_module,M00530 +17867,BSU_37250,KEGG_module,M00615 +17868,BSU_37260,KEGG_module,M00529 +17869,BSU_37260,KEGG_module,M00530 +17870,BSU_37260,KEGG_module,M00804 +17871,BSU_37270,KEGG_module,M00529 +17872,BSU_37270,KEGG_module,M00530 +17873,BSU_37270,KEGG_module,M00804 +17874,BSU_37280,KEGG_module,M00529 +17875,BSU_37280,KEGG_module,M00530 +17876,BSU_37280,KEGG_module,M00804 +17877,BSU_37290,KEGG_module,- +17878,BSU_37300,KEGG_module,- +17879,BSU_37310,KEGG_module,- +17880,BSU_37320,KEGG_module,M00615 +17881,BSU_37330,KEGG_module,M00359 +17882,BSU_37330,KEGG_module,M00360 +17883,BSU_37340,KEGG_module,- +17884,BSU_37350,KEGG_module,- +17885,BSU_37370,KEGG_module,- +17886,BSU_37390,KEGG_module,M00254 +17887,BSU_37400,KEGG_module,M00224 +17888,BSU_37410,KEGG_module,M00125 +17889,BSU_37420,KEGG_module,- +17890,BSU_37440,KEGG_module,- +17891,BSU_37450,KEGG_module,- +17892,BSU_37460,KEGG_module,- +17893,BSU_37480,KEGG_module,- +17894,BSU_37490,KEGG_module,M00133 +17895,BSU_37500,KEGG_module,M00034 +17896,BSU_37500,KEGG_module,M00133 +17897,BSU_37510,KEGG_module,- +17898,BSU_37520,KEGG_module,- +17899,BSU_37530,KEGG_module,- +17900,BSU_37540,KEGG_module,M00569 +17901,BSU_37550,KEGG_module,- +17902,BSU_37560,KEGG_module,M00359 +17903,BSU_37560,KEGG_module,M00360 +17904,BSU_37570,KEGG_module,- +17905,BSU_37580,KEGG_module,- +17906,BSU_37590,KEGG_module,- +17907,BSU_37600,KEGG_module,- +17908,BSU_37610,KEGG_module,- +17909,BSU_37620,KEGG_module,- +17910,BSU_37630,KEGG_module,- +17911,BSU_37640,KEGG_module,- +17912,BSU_37650,KEGG_module,- +17913,BSU_37660,KEGG_module,M00236 +17914,BSU_37660,KEGG_module,M00357 +17915,BSU_37660,KEGG_module,M00579 +17916,BSU_37670,KEGG_module,- +17917,BSU_37680,KEGG_module,M00787 +17918,BSU_37690,KEGG_module,M00034 +17919,BSU_37690,KEGG_module,M00527 +17920,BSU_37690,KEGG_module,M00787 +17921,BSU_37700,KEGG_module,- +17922,BSU_37710,KEGG_module,M00048 +17923,BSU_37710,KEGG_module,M00787 +17924,BSU_37720,KEGG_module,M00787 +17925,BSU_37730,KEGG_module,M00024 +17926,BSU_37730,KEGG_module,M00025 +17927,BSU_37730,KEGG_module,M00787 +17928,BSU_37740,KEGG_module,M00017 +17929,BSU_37740,KEGG_module,M00018 +17930,BSU_37740,KEGG_module,M00024 +17931,BSU_37740,KEGG_module,M00025 +17932,BSU_37740,KEGG_module,M00787 +17933,BSU_37750,KEGG_module,- +17934,BSU_37760,KEGG_module,- +17935,BSU_37770,KEGG_module,- +17936,BSU_37780,KEGG_module,- +17937,BSU_37790,KEGG_module,M00740 +17938,BSU_37800,KEGG_module,- +17939,BSU_37810,KEGG_module,M00793 +17940,BSU_37820,KEGG_module,M00793 +17941,BSU_37830,KEGG_module,M00793 +17942,BSU_37840,KEGG_module,M00793 +17943,BSU_37850,KEGG_module,- +17944,BSU_37860,KEGG_module,- +17945,BSU_37870,KEGG_module,- +17946,BSU_37880,KEGG_module,- +17947,BSU_37890,KEGG_module,- +17948,BSU_37900,KEGG_module,- +17949,BSU_37910,KEGG_module,- +17950,BSU_37920,KEGG_module,- +17951,BSU_37930,KEGG_module,- +17952,BSU_37940,KEGG_module,- +17953,BSU_37950,KEGG_module,- +17954,BSU_37960,KEGG_module,M00135 +17955,BSU_37970,KEGG_module,- +17956,BSU_37980,KEGG_module,- +17957,BSU_38000,KEGG_module,- +17958,BSU_38018,KEGG_module,- +17959,BSU_38020,KEGG_module,M00127 +17960,BSU_38030,KEGG_module,- +17961,BSU_38040,KEGG_module,- +17962,BSU_38050,KEGG_module,M00267 +17963,BSU_38050,KEGG_module,M00268 +17964,BSU_38050,KEGG_module,M00269 +17965,BSU_38050,KEGG_module,M00270 +17966,BSU_38050,KEGG_module,M00271 +17967,BSU_38050,KEGG_module,M00282 +17968,BSU_38050,KEGG_module,M00809 +17969,BSU_38060,KEGG_module,- +17970,BSU_38070,KEGG_module,- +17971,BSU_38090,KEGG_module,- +17972,BSU_38100,KEGG_module,- +17973,BSU_38110,KEGG_module,- +17974,BSU_38120,KEGG_module,- +17975,BSU_38130,KEGG_module,- +17976,BSU_38140,KEGG_module,M00155 +17977,BSU_38140,KEGG_module,M00416 +17978,BSU_38150,KEGG_module,M00155 +17979,BSU_38150,KEGG_module,M00416 +17980,BSU_38150,KEGG_module,M00417 +17981,BSU_38160,KEGG_module,M00155 +17982,BSU_38160,KEGG_module,M00416 +17983,BSU_38170,KEGG_module,M00416 +17984,BSU_38170,KEGG_module,M00417 +17985,BSU_38180,KEGG_module,- +17986,BSU_38190,KEGG_module,M00362 +17987,BSU_38190,KEGG_module,M00554 +17988,BSU_38190,KEGG_module,M00632 +17989,BSU_38200,KEGG_module,M00554 +17990,BSU_38200,KEGG_module,M00632 +17991,BSU_38210,KEGG_module,- +17992,BSU_38220,KEGG_module,- +17993,BSU_38230,KEGG_module,- +17994,BSU_38240,KEGG_module,- +17995,BSU_38250,KEGG_module,- +17996,BSU_38260,KEGG_module,- +17997,BSU_38270,KEGG_module,- +17998,BSU_38280,KEGG_module,- +17999,BSU_38290,KEGG_module,M00127 +18000,BSU_38300,KEGG_module,M00127 +18001,BSU_38310,KEGG_module,- +18002,BSU_38320,KEGG_module,- +18003,BSU_38330,KEGG_module,- +18004,BSU_38340,KEGG_module,- +18005,BSU_38350,KEGG_module,- +18006,BSU_38360,KEGG_module,- +18007,BSU_38370,KEGG_module,- +18008,BSU_38380,KEGG_module,- +18009,BSU_38390,KEGG_module,M00275 +18010,BSU_38400,KEGG_module,- +18011,BSU_38410,KEGG_module,M00267 +18012,BSU_38410,KEGG_module,M00268 +18013,BSU_38410,KEGG_module,M00269 +18014,BSU_38410,KEGG_module,M00270 +18015,BSU_38410,KEGG_module,M00271 +18016,BSU_38410,KEGG_module,M00282 +18017,BSU_38410,KEGG_module,M00809 +18018,BSU_38420,KEGG_module,- +18019,BSU_38430,KEGG_module,M00080 +18020,BSU_38440,KEGG_module,- +18021,BSU_38450,KEGG_module,- +18022,BSU_38460,KEGG_module,M00359 +18023,BSU_38460,KEGG_module,M00360 +18024,BSU_38470,KEGG_module,- +18025,BSU_38480,KEGG_module,- +18026,BSU_38490,KEGG_module,M00116 +18027,BSU_38499,KEGG_module,- +18028,BSU_38500,KEGG_module,M00725 +18029,BSU_38510,KEGG_module,M00725 +18030,BSU_38520,KEGG_module,M00725 +18031,BSU_38530,KEGG_module,M00725 +18032,BSU_38540,KEGG_module,- +18033,BSU_38550,KEGG_module,M00019 +18034,BSU_38550,KEGG_module,M00036 +18035,BSU_38550,KEGG_module,M00119 +18036,BSU_38550,KEGG_module,M00570 +18037,BSU_38560,KEGG_module,- +18038,BSU_38570,KEGG_module,M00275 +18039,BSU_38580,KEGG_module,M00275 +18040,BSU_38590,KEGG_module,M00275 +18041,BSU_38600,KEGG_module,M00273 +18042,BSU_38610,KEGG_module,- +18043,BSU_38620,KEGG_module,- +18044,BSU_38630,KEGG_module,M00532 +18045,BSU_38640,KEGG_module,- +18046,BSU_38650,KEGG_module,M00254 +18047,BSU_38660,KEGG_module,M00254 +18048,BSU_38660,KEGG_module,M00762 +18049,BSU_38670,KEGG_module,- +18050,BSU_38680,KEGG_module,- +18051,BSU_38690,KEGG_module,- +18052,BSU_38700,KEGG_module,- +18053,BSU_38710,KEGG_module,- +18054,BSU_38720,KEGG_module,- +18055,BSU_38730,KEGG_module,- +18056,BSU_38740,KEGG_module,- +18057,BSU_38750,KEGG_module,M00153 +18058,BSU_38760,KEGG_module,M00153 +18059,BSU_38770,KEGG_module,- +18060,BSU_38780,KEGG_module,M00743 +18061,BSU_38800,KEGG_module,- +18062,BSU_38810,KEGG_module,M00194 +18063,BSU_38810,KEGG_module,M00196 +18064,BSU_38810,KEGG_module,M00197 +18065,BSU_38810,KEGG_module,M00200 +18066,BSU_38810,KEGG_module,M00201 +18067,BSU_38810,KEGG_module,M00206 +18068,BSU_38810,KEGG_module,M00207 +18069,BSU_38810,KEGG_module,M00491 +18070,BSU_38810,KEGG_module,M00602 +18071,BSU_38810,KEGG_module,M00605 +18072,BSU_38810,KEGG_module,M00606 +18073,BSU_38820,KEGG_module,M00603 +18074,BSU_38830,KEGG_module,M00135 +18075,BSU_38840,KEGG_module,- +18076,BSU_38850,KEGG_module,- +18077,BSU_38860,KEGG_module,M00361 +18078,BSU_38860,KEGG_module,M00362 +18079,BSU_38860,KEGG_module,M00632 +18080,BSU_38870,KEGG_module,- +18081,BSU_38880,KEGG_module,- +18082,BSU_38890,KEGG_module,- +18083,BSU_38900,KEGG_module,- +18084,BSU_38910,KEGG_module,- +18085,BSU_38920,KEGG_module,- +18086,BSU_38940,KEGG_module,- +18087,BSU_38950,KEGG_module,M00017 +18088,BSU_38960,KEGG_module,M00017 +18089,BSU_38970,KEGG_module,M00088 +18090,BSU_38980,KEGG_module,- +18091,BSU_38990,KEGG_module,- +18092,BSU_39000,KEGG_module,- +18093,BSU_39010,KEGG_module,- +18094,BSU_39020,KEGG_module,- +18095,BSU_39029,KEGG_module,- +18096,BSU_39030,KEGG_module,- +18097,BSU_39040,KEGG_module,- +18098,BSU_39050,KEGG_module,M00532 +18099,BSU_39060,KEGG_module,- +18100,BSU_39070,KEGG_module,- +18101,BSU_39080,KEGG_module,- +18102,BSU_39090,KEGG_module,- +18103,BSU_39100,KEGG_module,- +18104,BSU_39110,KEGG_module,- +18105,BSU_39120,KEGG_module,- +18106,BSU_39150,KEGG_module,- +18107,BSU_39160,KEGG_module,- +18108,BSU_39170,KEGG_module,- +18109,BSU_39180,KEGG_module,- +18110,BSU_39190,KEGG_module,- +18111,BSU_39200,KEGG_module,- +18112,BSU_39210,KEGG_module,- +18113,BSU_39220,KEGG_module,- +18114,BSU_39230,KEGG_module,- +18115,BSU_39240,KEGG_module,- +18116,BSU_39250,KEGG_module,- +18117,BSU_39260,KEGG_module,- +18118,BSU_39270,KEGG_module,M00267 +18119,BSU_39270,KEGG_module,M00268 +18120,BSU_39270,KEGG_module,M00269 +18121,BSU_39270,KEGG_module,M00270 +18122,BSU_39270,KEGG_module,M00271 +18123,BSU_39270,KEGG_module,M00282 +18124,BSU_39270,KEGG_module,M00809 +18125,BSU_39280,KEGG_module,- +18126,BSU_39290,KEGG_module,- +18127,BSU_39300,KEGG_module,- +18128,BSU_39310,KEGG_module,- +18129,BSU_39320,KEGG_module,- +18130,BSU_39330,KEGG_module,- +18131,BSU_39340,KEGG_module,- +18132,BSU_39350,KEGG_module,M00045 +18133,BSU_39360,KEGG_module,M00045 +18134,BSU_39370,KEGG_module,M00045 +18135,BSU_39380,KEGG_module,M00045 +18136,BSU_39380,KEGG_module,M00133 +18137,BSU_39390,KEGG_module,- +18138,BSU_39400,KEGG_module,- +18139,BSU_39410,KEGG_module,- +18140,BSU_39420,KEGG_module,- +18141,BSU_39430,KEGG_module,- +18142,BSU_39440,KEGG_module,- +18143,BSU_39450,KEGG_module,- +18144,BSU_39460,KEGG_module,- +18145,BSU_39470,KEGG_module,M00525 +18146,BSU_39480,KEGG_module,M00233 +18147,BSU_39480,KEGG_module,M00234 +18148,BSU_39480,KEGG_module,M00236 +18149,BSU_39480,KEGG_module,M00585 +18150,BSU_39480,KEGG_module,M00586 +18151,BSU_39490,KEGG_module,M00234 +18152,BSU_39490,KEGG_module,M00586 +18153,BSU_39500,KEGG_module,M00234 +18154,BSU_39500,KEGG_module,M00585 +18155,BSU_39500,KEGG_module,M00586 +18156,BSU_39510,KEGG_module,- +18157,BSU_39520,KEGG_module,- +18158,BSU_39540,KEGG_module,- +18159,BSU_39550,KEGG_module,- +18160,BSU_39580,KEGG_module,- +18161,BSU_39590,KEGG_module,- +18162,BSU_39600,KEGG_module,- +18163,BSU_39610,KEGG_module,M00240 +18164,BSU_39620,KEGG_module,- +18165,BSU_39630,KEGG_module,M00258 +18166,BSU_39630,KEGG_module,M00315 +18167,BSU_39640,KEGG_module,M00315 +18168,BSU_39650,KEGG_module,M00470 +18169,BSU_39660,KEGG_module,M00470 +18170,BSU_39670,KEGG_module,M00001 +18171,BSU_39670,KEGG_module,M00003 +18172,BSU_39670,KEGG_module,M00165 +18173,BSU_39670,KEGG_module,M00167 +18174,BSU_39670,KEGG_module,M00344 +18175,BSU_39670,KEGG_module,M00345 +18176,BSU_39680,KEGG_module,- +18177,BSU_39690,KEGG_module,- +18178,BSU_39700,KEGG_module,- +18179,BSU_39710,KEGG_module,- +18180,BSU_39720,KEGG_module,- +18181,BSU_39730,KEGG_module,- +18182,BSU_39740,KEGG_module,- +18183,BSU_39750,KEGG_module,- +18184,BSU_39760,KEGG_module,M00013 +18185,BSU_39770,KEGG_module,- +18186,BSU_39780,KEGG_module,- +18187,BSU_39800,KEGG_module,- +18188,BSU_39810,KEGG_module,- +18189,BSU_39820,KEGG_module,- +18190,BSU_39840,KEGG_module,- +18191,BSU_39850,KEGG_module,- +18192,BSU_39860,KEGG_module,M00135 +18193,BSU_39870,KEGG_module,- +18194,BSU_39880,KEGG_module,- +18195,BSU_39890,KEGG_module,- +18196,BSU_39900,KEGG_module,- +18197,BSU_39910,KEGG_module,- +18198,BSU_39920,KEGG_module,- +18199,BSU_39930,KEGG_module,- +18200,BSU_39940,KEGG_module,- +18201,BSU_39950,KEGG_module,- +18202,BSU_39960,KEGG_module,- +18203,BSU_39970,KEGG_module,- +18204,BSU_39980,KEGG_module,- +18205,BSU_39990,KEGG_module,M00715 +18206,BSU_40000,KEGG_module,- +18207,BSU_40010,KEGG_module,- +18208,BSU_40021,KEGG_module,- +18209,BSU_40022,KEGG_module,- +18210,BSU_40030,KEGG_module,- +18211,BSU_40040,KEGG_module,- +18212,BSU_40050,KEGG_module,- +18213,BSU_40060,KEGG_module,M00014 +18214,BSU_40070,KEGG_module,- +18215,BSU_40080,KEGG_module,M00004 +18216,BSU_40080,KEGG_module,M00006 +18217,BSU_40090,KEGG_module,- +18218,BSU_40100,KEGG_module,- +18219,BSU_40110,KEGG_module,- +18220,BSU_40120,KEGG_module,M00265 +18221,BSU_40120,KEGG_module,M00266 +18222,BSU_40120,KEGG_module,M00268 +18223,BSU_40120,KEGG_module,M00270 +18224,BSU_40120,KEGG_module,M00272 +18225,BSU_40120,KEGG_module,M00303 +18226,BSU_40120,KEGG_module,M00806 +18227,BSU_40120,KEGG_module,M00809 +18228,BSU_40130,KEGG_module,- +18229,BSU_40139,KEGG_module,- +18230,BSU_40140,KEGG_module,M00583 +18231,BSU_40150,KEGG_module,M00583 +18232,BSU_40160,KEGG_module,- +18233,BSU_40170,KEGG_module,- +18234,BSU_40180,KEGG_module,- +18235,BSU_40190,KEGG_module,M00003 +18236,BSU_40190,KEGG_module,M00165 +18237,BSU_40190,KEGG_module,M00167 +18238,BSU_40200,KEGG_module,- +18239,BSU_40210,KEGG_module,- +18240,BSU_40220,KEGG_module,- +18241,BSU_40230,KEGG_module,- +18242,BSU_40239,KEGG_module,- +18243,BSU_40240,KEGG_module,- +18244,BSU_40250,KEGG_module,M00014 +18245,BSU_40260,KEGG_module,- +18246,BSU_40270,KEGG_module,- +18247,BSU_40280,KEGG_module,- +18248,BSU_40290,KEGG_module,- +18249,BSU_40300,KEGG_module,- +18250,BSU_40320,KEGG_module,M00029 +18251,BSU_40320,KEGG_module,M00133 +18252,BSU_40320,KEGG_module,M00134 +18253,BSU_40330,KEGG_module,- +18254,BSU_40340,KEGG_module,M00016 +18255,BSU_40340,KEGG_module,M00028 +18256,BSU_40340,KEGG_module,M00845 +18257,BSU_40350,KEGG_module,- +18258,BSU_40359,KEGG_module,M00450 +18259,BSU_40359,KEGG_module,M00645 +18260,BSU_40359,KEGG_module,M00646 +18261,BSU_40359,KEGG_module,M00648 +18262,BSU_40360,KEGG_module,M00728 +18263,BSU_40370,KEGG_module,- +18264,BSU_40380,KEGG_module,- +18265,BSU_40390,KEGG_module,- +18266,BSU_40400,KEGG_module,M00459 +18267,BSU_40410,KEGG_module,M00459 +18268,BSU_40420,KEGG_module,M00049 +18269,BSU_40430,KEGG_module,M00023 +18270,BSU_40440,KEGG_module,- +18271,BSU_40450,KEGG_module,- +18272,BSU_40470,KEGG_module,- +18273,BSU_40480,KEGG_module,- +18274,BSU_40490,KEGG_module,- +18275,BSU_40500,KEGG_module,M00178 +18276,BSU_40510,KEGG_module,- +18277,BSU_40520,KEGG_module,M00582 +18278,BSU_40530,KEGG_module,- +18279,BSU_40540,KEGG_module,- +18280,BSU_40550,KEGG_module,- +18281,BSU_40560,KEGG_module,- +18282,BSU_40570,KEGG_module,- +18283,BSU_40573,KEGG_module,- +18284,BSU_40574,KEGG_module,- +18285,BSU_40580,KEGG_module,- +18286,BSU_40590,KEGG_module,- +18287,BSU_40600,KEGG_module,- +18288,BSU_40610,KEGG_module,- +18289,BSU_40620,KEGG_module,M00254 +18290,BSU_40630,KEGG_module,- +18291,BSU_40640,KEGG_module,- +18292,BSU_40650,KEGG_module,- +18293,BSU_40660,KEGG_module,- +18294,BSU_40670,KEGG_module,- +18295,BSU_40680,KEGG_module,- +18296,BSU_40690,KEGG_module,- +18297,BSU_40700,KEGG_module,- +18298,BSU_40710,KEGG_module,- +18299,BSU_40720,KEGG_module,- +18300,BSU_40730,KEGG_module,- +18301,BSU_40740,KEGG_module,- +18302,BSU_40750,KEGG_module,- +18303,BSU_40760,KEGG_module,M00126 +18304,BSU_40760,KEGG_module,M00840 +18305,BSU_40770,KEGG_module,M00704 +18306,BSU_40790,KEGG_module,- +18307,BSU_40800,KEGG_module,- +18308,BSU_40810,KEGG_module,- +18309,BSU_40820,KEGG_module,- +18310,BSU_40830,KEGG_module,- +18311,BSU_40840,KEGG_module,- +18312,BSU_40850,KEGG_module,- +18313,BSU_40860,KEGG_module,- +18314,BSU_40870,KEGG_module,- +18315,BSU_40880,KEGG_module,- +18316,BSU_40890,KEGG_module,M00178 +18317,BSU_40900,KEGG_module,- +18318,BSU_40910,KEGG_module,M00178 +18319,BSU_40920,KEGG_module,- +18320,BSU_40930,KEGG_module,- +18321,BSU_40939,KEGG_module,- +18322,BSU_40940,KEGG_module,- +18323,BSU_40950,KEGG_module,- +18324,BSU_40960,KEGG_module,- +18325,BSU_40970,KEGG_module,- +18326,BSU_40980,KEGG_module,- +18327,BSU_40990,KEGG_module,- +18328,BSU_41000,KEGG_module,- +18329,BSU_41010,KEGG_module,- +18330,BSU_41020,KEGG_module,- +18331,BSU_41030,KEGG_module,- +18332,BSU_41040,KEGG_module,M00335 +18333,BSU_41050,KEGG_module,- +18334,BSU_41060,KEGG_module,M00178 +18335,BSU_00010,KEGG_reaction,- +18336,BSU_00020,KEGG_reaction,R00375 +18337,BSU_00020,KEGG_reaction,R00376 +18338,BSU_00020,KEGG_reaction,R00377 +18339,BSU_00020,KEGG_reaction,R00378 +18340,BSU_00030,KEGG_reaction,- +18341,BSU_00040,KEGG_reaction,- +18342,BSU_00050,KEGG_reaction,- +18343,BSU_00060,KEGG_reaction,- +18344,BSU_00070,KEGG_reaction,- +18345,BSU_00080,KEGG_reaction,- +18346,BSU_00090,KEGG_reaction,R01130 +18347,BSU_00090,KEGG_reaction,R08240 +18348,BSU_00100,KEGG_reaction,- +18349,BSU_00110,KEGG_reaction,R07456 +18350,BSU_00120,KEGG_reaction,R07456 +18351,BSU_00130,KEGG_reaction,R03662 +18352,BSU_00130,KEGG_reaction,R08218 +18353,BSU_00140,KEGG_reaction,R00185 +18354,BSU_00140,KEGG_reaction,R01666 +18355,BSU_00140,KEGG_reaction,R01967 +18356,BSU_00140,KEGG_reaction,R02089 +18357,BSU_00150,KEGG_reaction,R00185 +18358,BSU_00150,KEGG_reaction,R01666 +18359,BSU_00150,KEGG_reaction,R01967 +18360,BSU_00150,KEGG_reaction,R02089 +18361,BSU_00160,KEGG_reaction,- +18362,BSU_00170,KEGG_reaction,- +18363,BSU_00180,KEGG_reaction,R00974 +18364,BSU_00180,KEGG_reaction,R01411 +18365,BSU_00180,KEGG_reaction,R01676 +18366,BSU_00180,KEGG_reaction,R02922 +18367,BSU_00180,KEGG_reaction,R10223 +18368,BSU_00190,KEGG_reaction,R00375 +18369,BSU_00190,KEGG_reaction,R00376 +18370,BSU_00190,KEGG_reaction,R00377 +18371,BSU_00190,KEGG_reaction,R00378 +18372,BSU_00200,KEGG_reaction,- +18373,BSU_00210,KEGG_reaction,- +18374,BSU_00220,KEGG_reaction,- +18375,BSU_00230,KEGG_reaction,- +18376,BSU_00240,KEGG_reaction,- +18377,BSU_00250,KEGG_reaction,- +18378,BSU_00260,KEGG_reaction,- +18379,BSU_00270,KEGG_reaction,R00462 +18380,BSU_00270,KEGG_reaction,R00566 +18381,BSU_00270,KEGG_reaction,R00670 +18382,BSU_00280,KEGG_reaction,R02094 +18383,BSU_00280,KEGG_reaction,R02098 +18384,BSU_00290,KEGG_reaction,- +18385,BSU_00300,KEGG_reaction,- +18386,BSU_00310,KEGG_reaction,R00375 +18387,BSU_00310,KEGG_reaction,R00376 +18388,BSU_00310,KEGG_reaction,R00377 +18389,BSU_00310,KEGG_reaction,R00378 +18390,BSU_00320,KEGG_reaction,- +18391,BSU_00330,KEGG_reaction,- +18392,BSU_00340,KEGG_reaction,- +18393,BSU_00350,KEGG_reaction,- +18394,BSU_00360,KEGG_reaction,- +18395,BSU_00370,KEGG_reaction,- +18396,BSU_00380,KEGG_reaction,R03659 +18397,BSU_00380,KEGG_reaction,R03660 +18398,BSU_00380,KEGG_reaction,R04773 +18399,BSU_00390,KEGG_reaction,- +18400,BSU_00400,KEGG_reaction,- +18401,BSU_00410,KEGG_reaction,- +18402,BSU_00420,KEGG_reaction,R10716 +18403,BSU_00430,KEGG_reaction,- +18404,BSU_00440,KEGG_reaction,- +18405,BSU_00450,KEGG_reaction,- +18406,BSU_00460,KEGG_reaction,R05634 +18407,BSU_00460,KEGG_reaction,R10716 +18408,BSU_00470,KEGG_reaction,R00190 +18409,BSU_00470,KEGG_reaction,R01229 +18410,BSU_00470,KEGG_reaction,R02142 +18411,BSU_00470,KEGG_reaction,R04378 +18412,BSU_00480,KEGG_reaction,R11098 +18413,BSU_00480,KEGG_reaction,R11099 +18414,BSU_00490,KEGG_reaction,- +18415,BSU_00500,KEGG_reaction,R00416 +18416,BSU_00500,KEGG_reaction,R05332 +18417,BSU_00510,KEGG_reaction,R01049 +18418,BSU_00520,KEGG_reaction,- +18419,BSU_00530,KEGG_reaction,- +18420,BSU_00540,KEGG_reaction,- +18421,BSU_00550,KEGG_reaction,- +18422,BSU_00560,KEGG_reaction,- +18423,BSU_00570,KEGG_reaction,- +18424,BSU_00580,KEGG_reaction,R00086 +18425,BSU_00580,KEGG_reaction,R00087 +18426,BSU_00580,KEGG_reaction,R00103 +18427,BSU_00580,KEGG_reaction,R00287 +18428,BSU_00580,KEGG_reaction,R00426 +18429,BSU_00580,KEGG_reaction,R00515 +18430,BSU_00580,KEGG_reaction,R00662 +18431,BSU_00580,KEGG_reaction,R00720 +18432,BSU_00580,KEGG_reaction,R01855 +18433,BSU_00580,KEGG_reaction,R02100 +18434,BSU_00580,KEGG_reaction,R02720 +18435,BSU_00580,KEGG_reaction,R03004 +18436,BSU_00580,KEGG_reaction,R03036 +18437,BSU_00580,KEGG_reaction,R03531 +18438,BSU_00580,KEGG_reaction,R11323 +18439,BSU_00590,KEGG_reaction,- +18440,BSU_00600,KEGG_reaction,- +18441,BSU_00610,KEGG_reaction,- +18442,BSU_00620,KEGG_reaction,- +18443,BSU_00630,KEGG_reaction,- +18444,BSU_00640,KEGG_reaction,- +18445,BSU_00650,KEGG_reaction,- +18446,BSU_00660,KEGG_reaction,- +18447,BSU_00670,KEGG_reaction,R01132 +18448,BSU_00670,KEGG_reaction,R01229 +18449,BSU_00670,KEGG_reaction,R02142 +18450,BSU_00670,KEGG_reaction,R09597 +18451,BSU_00680,KEGG_reaction,R00190 +18452,BSU_00680,KEGG_reaction,R01132 +18453,BSU_00680,KEGG_reaction,R01229 +18454,BSU_00680,KEGG_reaction,R02142 +18455,BSU_00680,KEGG_reaction,R08237 +18456,BSU_00680,KEGG_reaction,R08238 +18457,BSU_00680,KEGG_reaction,R08245 +18458,BSU_00690,KEGG_reaction,- +18459,BSU_00700,KEGG_reaction,R02971 +18460,BSU_00700,KEGG_reaction,R03018 +18461,BSU_00700,KEGG_reaction,R04391 +18462,BSU_00710,KEGG_reaction,- +18463,BSU_00720,KEGG_reaction,- +18464,BSU_00730,KEGG_reaction,R00897 +18465,BSU_00730,KEGG_reaction,R03601 +18466,BSU_00730,KEGG_reaction,R04859 +18467,BSU_00740,KEGG_reaction,R01716 +18468,BSU_00750,KEGG_reaction,R00985 +18469,BSU_00750,KEGG_reaction,R00986 +18470,BSU_00750,KEGG_reaction,R01716 +18471,BSU_00760,KEGG_reaction,R01090 +18472,BSU_00760,KEGG_reaction,R01214 +18473,BSU_00760,KEGG_reaction,R02199 +18474,BSU_00760,KEGG_reaction,R05553 +18475,BSU_00760,KEGG_reaction,R10991 +18476,BSU_00770,KEGG_reaction,R03066 +18477,BSU_00770,KEGG_reaction,R03067 +18478,BSU_00770,KEGG_reaction,R03503 +18479,BSU_00780,KEGG_reaction,R03066 +18480,BSU_00780,KEGG_reaction,R03067 +18481,BSU_00780,KEGG_reaction,R03503 +18482,BSU_00780,KEGG_reaction,R03504 +18483,BSU_00780,KEGG_reaction,R11037 +18484,BSU_00780,KEGG_reaction,R11073 +18485,BSU_00790,KEGG_reaction,R00428 +18486,BSU_00790,KEGG_reaction,R03066 +18487,BSU_00790,KEGG_reaction,R03067 +18488,BSU_00790,KEGG_reaction,R03503 +18489,BSU_00790,KEGG_reaction,R03504 +18490,BSU_00790,KEGG_reaction,R04639 +18491,BSU_00790,KEGG_reaction,R05046 +18492,BSU_00790,KEGG_reaction,R05048 +18493,BSU_00790,KEGG_reaction,R11037 +18494,BSU_00790,KEGG_reaction,R11073 +18495,BSU_00800,KEGG_reaction,- +18496,BSU_00810,KEGG_reaction,- +18497,BSU_00820,KEGG_reaction,R03658 +18498,BSU_00830,KEGG_reaction,- +18499,BSU_00840,KEGG_reaction,R11090 +18500,BSU_00850,KEGG_reaction,R00554 +18501,BSU_00850,KEGG_reaction,R01881 +18502,BSU_00850,KEGG_reaction,R11090 +18503,BSU_00860,KEGG_reaction,- +18504,BSU_00870,KEGG_reaction,- +18505,BSU_00880,KEGG_reaction,- +18506,BSU_00890,KEGG_reaction,- +18507,BSU_00900,KEGG_reaction,R05633 +18508,BSU_00900,KEGG_reaction,R05637 +18509,BSU_00910,KEGG_reaction,R00597 +18510,BSU_00910,KEGG_reaction,R05633 +18511,BSU_00910,KEGG_reaction,R05637 +18512,BSU_00920,KEGG_reaction,R03651 +18513,BSU_00920,KEGG_reaction,R05578 +18514,BSU_00930,KEGG_reaction,R00586 +18515,BSU_00940,KEGG_reaction,R03650 +18516,BSU_00950,KEGG_reaction,- +18517,BSU_00960,KEGG_reaction,- +18518,BSU_00970,KEGG_reaction,- +18519,BSU_00980,KEGG_reaction,- +18520,BSU_00990,KEGG_reaction,- +18521,BSU_01000,KEGG_reaction,- +18522,BSU_01010,KEGG_reaction,- +18523,BSU_01020,KEGG_reaction,- +18524,BSU_01030,KEGG_reaction,- +18525,BSU_01040,KEGG_reaction,- +18526,BSU_01050,KEGG_reaction,- +18527,BSU_01060,KEGG_reaction,R07234 +18528,BSU_01070,KEGG_reaction,R00435 +18529,BSU_01070,KEGG_reaction,R00441 +18530,BSU_01070,KEGG_reaction,R00442 +18531,BSU_01070,KEGG_reaction,R00443 +18532,BSU_01080,KEGG_reaction,R00435 +18533,BSU_01080,KEGG_reaction,R00441 +18534,BSU_01080,KEGG_reaction,R00442 +18535,BSU_01080,KEGG_reaction,R00443 +18536,BSU_01090,KEGG_reaction,- +18537,BSU_01100,KEGG_reaction,- +18538,BSU_01110,KEGG_reaction,- +18539,BSU_01120,KEGG_reaction,- +18540,BSU_01130,KEGG_reaction,- +18541,BSU_01140,KEGG_reaction,R00135 +18542,BSU_01150,KEGG_reaction,- +18543,BSU_01160,KEGG_reaction,- +18544,BSU_01170,KEGG_reaction,- +18545,BSU_01180,KEGG_reaction,- +18546,BSU_01190,KEGG_reaction,- +18547,BSU_01200,KEGG_reaction,- +18548,BSU_01210,KEGG_reaction,- +18549,BSU_01220,KEGG_reaction,- +18550,BSU_01230,KEGG_reaction,- +18551,BSU_01240,KEGG_reaction,- +18552,BSU_01250,KEGG_reaction,- +18553,BSU_01260,KEGG_reaction,- +18554,BSU_01270,KEGG_reaction,- +18555,BSU_01280,KEGG_reaction,- +18556,BSU_01290,KEGG_reaction,- +18557,BSU_01300,KEGG_reaction,- +18558,BSU_01310,KEGG_reaction,- +18559,BSU_01320,KEGG_reaction,- +18560,BSU_01330,KEGG_reaction,- +18561,BSU_01340,KEGG_reaction,- +18562,BSU_01350,KEGG_reaction,- +18563,BSU_01360,KEGG_reaction,- +18564,BSU_01370,KEGG_reaction,R00127 +18565,BSU_01370,KEGG_reaction,R01547 +18566,BSU_01370,KEGG_reaction,R11319 +18567,BSU_01380,KEGG_reaction,- +18568,BSU_01389,KEGG_reaction,- +18569,BSU_01390,KEGG_reaction,- +18570,BSU_01400,KEGG_reaction,- +18571,BSU_01410,KEGG_reaction,- +18572,BSU_01420,KEGG_reaction,- +18573,BSU_01430,KEGG_reaction,R00435 +18574,BSU_01430,KEGG_reaction,R00441 +18575,BSU_01430,KEGG_reaction,R00442 +18576,BSU_01430,KEGG_reaction,R00443 +18577,BSU_01440,KEGG_reaction,- +18578,BSU_01450,KEGG_reaction,- +18579,BSU_01460,KEGG_reaction,R10531 +18580,BSU_01470,KEGG_reaction,- +18581,BSU_01480,KEGG_reaction,- +18582,BSU_01490,KEGG_reaction,- +18583,BSU_01500,KEGG_reaction,- +18584,BSU_01510,KEGG_reaction,- +18585,BSU_01520,KEGG_reaction,- +18586,BSU_01530,KEGG_reaction,R04112 +18587,BSU_01540,KEGG_reaction,- +18588,BSU_01550,KEGG_reaction,- +18589,BSU_01560,KEGG_reaction,R11555 +18590,BSU_01560,KEGG_reaction,R11556 +18591,BSU_01560,KEGG_reaction,R11557 +18592,BSU_01570,KEGG_reaction,- +18593,BSU_01580,KEGG_reaction,- +18594,BSU_01590,KEGG_reaction,R02555 +18595,BSU_01600,KEGG_reaction,- +18596,BSU_01610,KEGG_reaction,- +18597,BSU_01620,KEGG_reaction,- +18598,BSU_01630,KEGG_reaction,- +18599,BSU_01640,KEGG_reaction,- +18600,BSU_01650,KEGG_reaction,R00022 +18601,BSU_01650,KEGG_reaction,R05963 +18602,BSU_01650,KEGG_reaction,R07809 +18603,BSU_01650,KEGG_reaction,R07810 +18604,BSU_01650,KEGG_reaction,R10831 +18605,BSU_01660,KEGG_reaction,R00022 +18606,BSU_01660,KEGG_reaction,R05963 +18607,BSU_01660,KEGG_reaction,R07809 +18608,BSU_01660,KEGG_reaction,R07810 +18609,BSU_01660,KEGG_reaction,R10831 +18610,BSU_01670,KEGG_reaction,- +18611,BSU_01680,KEGG_reaction,R00811 +18612,BSU_01680,KEGG_reaction,R02631 +18613,BSU_01680,KEGG_reaction,R02738 +18614,BSU_01680,KEGG_reaction,R02780 +18615,BSU_01680,KEGG_reaction,R04111 +18616,BSU_01680,KEGG_reaction,R05199 +18617,BSU_01690,KEGG_reaction,- +18618,BSU_01700,KEGG_reaction,R08555 +18619,BSU_01710,KEGG_reaction,- +18620,BSU_01720,KEGG_reaction,R01150 +18621,BSU_01720,KEGG_reaction,R01561 +18622,BSU_01720,KEGG_reaction,R01863 +18623,BSU_01720,KEGG_reaction,R01969 +18624,BSU_01720,KEGG_reaction,R02147 +18625,BSU_01720,KEGG_reaction,R02294 +18626,BSU_01720,KEGG_reaction,R02295 +18627,BSU_01720,KEGG_reaction,R02297 +18628,BSU_01720,KEGG_reaction,R02484 +18629,BSU_01720,KEGG_reaction,R02557 +18630,BSU_01720,KEGG_reaction,R02748 +18631,BSU_01720,KEGG_reaction,R08368 +18632,BSU_01720,KEGG_reaction,R10244 +18633,BSU_01730,KEGG_reaction,- +18634,BSU_01740,KEGG_reaction,- +18635,BSU_01750,KEGG_reaction,- +18636,BSU_01760,KEGG_reaction,- +18637,BSU_01770,KEGG_reaction,R02060 +18638,BSU_01780,KEGG_reaction,R00768 +18639,BSU_01800,KEGG_reaction,- +18640,BSU_01810,KEGG_reaction,- +18641,BSU_01820,KEGG_reaction,- +18642,BSU_01830,KEGG_reaction,R11945 +18643,BSU_01845,KEGG_reaction,- +18644,BSU_01860,KEGG_reaction,R00132 +18645,BSU_01860,KEGG_reaction,R10092 +18646,BSU_01870,KEGG_reaction,- +18647,BSU_01880,KEGG_reaction,- +18648,BSU_01889,KEGG_reaction,- +18649,BSU_01890,KEGG_reaction,- +18650,BSU_01900,KEGG_reaction,R00768 +18651,BSU_01920,KEGG_reaction,- +18652,BSU_01935,KEGG_reaction,- +18653,BSU_01950,KEGG_reaction,- +18654,BSU_01960,KEGG_reaction,- +18655,BSU_01970,KEGG_reaction,- +18656,BSU_01980,KEGG_reaction,- +18657,BSU_01990,KEGG_reaction,- +18658,BSU_02000,KEGG_reaction,- +18659,BSU_02010,KEGG_reaction,- +18660,BSU_02030,KEGG_reaction,- +18661,BSU_02040,KEGG_reaction,- +18662,BSU_02050,KEGG_reaction,- +18663,BSU_02060,KEGG_reaction,- +18664,BSU_02070,KEGG_reaction,- +18665,BSU_02080,KEGG_reaction,- +18666,BSU_02090,KEGG_reaction,R06363 +18667,BSU_02100,KEGG_reaction,R03629 +18668,BSU_02100,KEGG_reaction,R04121 +18669,BSU_02100,KEGG_reaction,R05259 +18670,BSU_02100,KEGG_reaction,R09740 +18671,BSU_02110,KEGG_reaction,- +18672,BSU_02120,KEGG_reaction,- +18673,BSU_02130,KEGG_reaction,R01030 +18674,BSU_02130,KEGG_reaction,R01470 +18675,BSU_02130,KEGG_reaction,R04620 +18676,BSU_02140,KEGG_reaction,- +18677,BSU_02150,KEGG_reaction,- +18678,BSU_02160,KEGG_reaction,- +18679,BSU_02170,KEGG_reaction,- +18680,BSU_02200,KEGG_reaction,R02833 +18681,BSU_02210,KEGG_reaction,- +18682,BSU_02220,KEGG_reaction,- +18683,BSU_02230,KEGG_reaction,R04325 +18684,BSU_02230,KEGG_reaction,R04326 +18685,BSU_02240,KEGG_reaction,- +18686,BSU_02260,KEGG_reaction,- +18687,BSU_02270,KEGG_reaction,R01800 +18688,BSU_02280,KEGG_reaction,- +18689,BSU_02290,KEGG_reaction,R02055 +18690,BSU_02300,KEGG_reaction,- +18691,BSU_02310,KEGG_reaction,- +18692,BSU_02320,KEGG_reaction,- +18693,BSU_02330,KEGG_reaction,- +18694,BSU_02340,KEGG_reaction,- +18695,BSU_02350,KEGG_reaction,R00811 +18696,BSU_02350,KEGG_reaction,R02631 +18697,BSU_02350,KEGG_reaction,R02738 +18698,BSU_02350,KEGG_reaction,R02780 +18699,BSU_02350,KEGG_reaction,R04111 +18700,BSU_02350,KEGG_reaction,R04394 +18701,BSU_02350,KEGG_reaction,R05132 +18702,BSU_02350,KEGG_reaction,R05199 +18703,BSU_02350,KEGG_reaction,R08559 +18704,BSU_02360,KEGG_reaction,R00765 +18705,BSU_02360,KEGG_reaction,R02035 +18706,BSU_02370,KEGG_reaction,- +18707,BSU_02390,KEGG_reaction,R01090 +18708,BSU_02390,KEGG_reaction,R01214 +18709,BSU_02390,KEGG_reaction,R02199 +18710,BSU_02390,KEGG_reaction,R05553 +18711,BSU_02390,KEGG_reaction,R10991 +18712,BSU_02400,KEGG_reaction,- +18713,BSU_02410,KEGG_reaction,R00650 +18714,BSU_02410,KEGG_reaction,R01224 +18715,BSU_02410,KEGG_reaction,R07168 +18716,BSU_02420,KEGG_reaction,- +18717,BSU_02430,KEGG_reaction,R00256 +18718,BSU_02430,KEGG_reaction,R01579 +18719,BSU_02440,KEGG_reaction,- +18720,BSU_02450,KEGG_reaction,- +18721,BSU_02460,KEGG_reaction,R02279 +18722,BSU_02470,KEGG_reaction,R00264 +18723,BSU_02470,KEGG_reaction,R00631 +18724,BSU_02470,KEGG_reaction,R00710 +18725,BSU_02470,KEGG_reaction,R00904 +18726,BSU_02470,KEGG_reaction,R01752 +18727,BSU_02470,KEGG_reaction,R01986 +18728,BSU_02470,KEGG_reaction,R02549 +18729,BSU_02470,KEGG_reaction,R02678 +18730,BSU_02470,KEGG_reaction,R02940 +18731,BSU_02470,KEGG_reaction,R02957 +18732,BSU_02470,KEGG_reaction,R03283 +18733,BSU_02470,KEGG_reaction,R03869 +18734,BSU_02470,KEGG_reaction,R04065 +18735,BSU_02470,KEGG_reaction,R04506 +18736,BSU_02470,KEGG_reaction,R04903 +18737,BSU_02470,KEGG_reaction,R05050 +18738,BSU_02470,KEGG_reaction,R05237 +18739,BSU_02470,KEGG_reaction,R05238 +18740,BSU_02470,KEGG_reaction,R05286 +18741,BSU_02470,KEGG_reaction,R06366 +18742,BSU_02470,KEGG_reaction,R08146 +18743,BSU_02470,KEGG_reaction,R11768 +18744,BSU_02480,KEGG_reaction,- +18745,BSU_02490,KEGG_reaction,R02752 +18746,BSU_02490,KEGG_reaction,R08056 +18747,BSU_02500,KEGG_reaction,- +18748,BSU_02510,KEGG_reaction,R01540 +18749,BSU_02510,KEGG_reaction,R05608 +18750,BSU_02520,KEGG_reaction,- +18751,BSU_02530,KEGG_reaction,- +18752,BSU_02540,KEGG_reaction,- +18753,BSU_02550,KEGG_reaction,- +18754,BSU_02560,KEGG_reaction,- +18755,BSU_02570,KEGG_reaction,- +18756,BSU_02580,KEGG_reaction,- +18757,BSU_02590,KEGG_reaction,- +18758,BSU_02600,KEGG_reaction,R04112 +18759,BSU_02610,KEGG_reaction,- +18760,BSU_02620,KEGG_reaction,R04620 +18761,BSU_02630,KEGG_reaction,- +18762,BSU_02640,KEGG_reaction,- +18763,BSU_02650,KEGG_reaction,- +18764,BSU_02660,KEGG_reaction,- +18765,BSU_02670,KEGG_reaction,- +18766,BSU_02680,KEGG_reaction,- +18767,BSU_02690,KEGG_reaction,R00485 +18768,BSU_02700,KEGG_reaction,R02250 +18769,BSU_02700,KEGG_reaction,R02687 +18770,BSU_02710,KEGG_reaction,- +18771,BSU_02720,KEGG_reaction,- +18772,BSU_02730,KEGG_reaction,- +18773,BSU_02740,KEGG_reaction,- +18774,BSU_02750,KEGG_reaction,- +18775,BSU_02760,KEGG_reaction,- +18776,BSU_02770,KEGG_reaction,- +18777,BSU_02780,KEGG_reaction,- +18778,BSU_02790,KEGG_reaction,- +18779,BSU_02800,KEGG_reaction,- +18780,BSU_02810,KEGG_reaction,- +18781,BSU_02820,KEGG_reaction,- +18782,BSU_02830,KEGG_reaction,R01520 +18783,BSU_02830,KEGG_reaction,R01521 +18784,BSU_02840,KEGG_reaction,R00028 +18785,BSU_02840,KEGG_reaction,R00801 +18786,BSU_02840,KEGG_reaction,R00802 +18787,BSU_02840,KEGG_reaction,R00837 +18788,BSU_02840,KEGG_reaction,R01557 +18789,BSU_02840,KEGG_reaction,R01718 +18790,BSU_02840,KEGG_reaction,R01791 +18791,BSU_02840,KEGG_reaction,R02108 +18792,BSU_02840,KEGG_reaction,R02112 +18793,BSU_02840,KEGG_reaction,R06087 +18794,BSU_02840,KEGG_reaction,R06088 +18795,BSU_02840,KEGG_reaction,R06113 +18796,BSU_02840,KEGG_reaction,R06199 +18797,BSU_02840,KEGG_reaction,R11262 +18798,BSU_02850,KEGG_reaction,- +18799,BSU_02860,KEGG_reaction,- +18800,BSU_02870,KEGG_reaction,- +18801,BSU_02880,KEGG_reaction,- +18802,BSU_02890,KEGG_reaction,R10223 +18803,BSU_02900,KEGG_reaction,- +18804,BSU_02910,KEGG_reaction,- +18805,BSU_02920,KEGG_reaction,- +18806,BSU_02930,KEGG_reaction,- +18807,BSU_02940,KEGG_reaction,- +18808,BSU_02950,KEGG_reaction,- +18809,BSU_02960,KEGG_reaction,- +18810,BSU_02970,KEGG_reaction,- +18811,BSU_02980,KEGG_reaction,- +18812,BSU_02990,KEGG_reaction,- +18813,BSU_03000,KEGG_reaction,- +18814,BSU_03010,KEGG_reaction,- +18815,BSU_03020,KEGG_reaction,- +18816,BSU_03030,KEGG_reaction,- +18817,BSU_03040,KEGG_reaction,R02108 +18818,BSU_03040,KEGG_reaction,R02112 +18819,BSU_03040,KEGG_reaction,R11262 +18820,BSU_03050,KEGG_reaction,R00703 +18821,BSU_03050,KEGG_reaction,R01000 +18822,BSU_03050,KEGG_reaction,R03104 +18823,BSU_03060,KEGG_reaction,- +18824,BSU_03070,KEGG_reaction,- +18825,BSU_03080,KEGG_reaction,- +18826,BSU_03090,KEGG_reaction,- +18827,BSU_03100,KEGG_reaction,- +18828,BSU_03110,KEGG_reaction,- +18829,BSU_03120,KEGG_reaction,- +18830,BSU_03130,KEGG_reaction,R00189 +18831,BSU_03140,KEGG_reaction,- +18832,BSU_03150,KEGG_reaction,R02412 +18833,BSU_03150,KEGG_reaction,R03083 +18834,BSU_03160,KEGG_reaction,- +18835,BSU_03170,KEGG_reaction,- +18836,BSU_03180,KEGG_reaction,R03062 +18837,BSU_03190,KEGG_reaction,- +18838,BSU_03200,KEGG_reaction,R10507 +18839,BSU_03210,KEGG_reaction,R00245 +18840,BSU_03210,KEGG_reaction,R00707 +18841,BSU_03210,KEGG_reaction,R00708 +18842,BSU_03210,KEGG_reaction,R01253 +18843,BSU_03210,KEGG_reaction,R04444 +18844,BSU_03210,KEGG_reaction,R04445 +18845,BSU_03210,KEGG_reaction,R05051 +18846,BSU_03220,KEGG_reaction,- +18847,BSU_03230,KEGG_reaction,- +18848,BSU_03240,KEGG_reaction,- +18849,BSU_03250,KEGG_reaction,- +18850,BSU_03260,KEGG_reaction,- +18851,BSU_03270,KEGG_reaction,- +18852,BSU_03280,KEGG_reaction,R03165 +18853,BSU_03280,KEGG_reaction,R03194 +18854,BSU_03290,KEGG_reaction,R00787 +18855,BSU_03290,KEGG_reaction,R06782 +18856,BSU_03290,KEGG_reaction,R06783 +18857,BSU_03300,KEGG_reaction,R00787 +18858,BSU_03310,KEGG_reaction,R00798 +18859,BSU_03310,KEGG_reaction,R01106 +18860,BSU_03320,KEGG_reaction,R00787 +18861,BSU_03330,KEGG_reaction,- +18862,BSU_03340,KEGG_reaction,R00428 +18863,BSU_03340,KEGG_reaction,R04639 +18864,BSU_03340,KEGG_reaction,R05046 +18865,BSU_03340,KEGG_reaction,R05048 +18866,BSU_03350,KEGG_reaction,- +18867,BSU_03360,KEGG_reaction,- +18868,BSU_03370,KEGG_reaction,- +18869,BSU_03380,KEGG_reaction,- +18870,BSU_03390,KEGG_reaction,- +18871,BSU_03400,KEGG_reaction,- +18872,BSU_03410,KEGG_reaction,R00026 +18873,BSU_03410,KEGG_reaction,R00839 +18874,BSU_03410,KEGG_reaction,R02558 +18875,BSU_03410,KEGG_reaction,R02887 +18876,BSU_03410,KEGG_reaction,R02985 +18877,BSU_03410,KEGG_reaction,R03527 +18878,BSU_03410,KEGG_reaction,R04949 +18879,BSU_03410,KEGG_reaction,R04998 +18880,BSU_03410,KEGG_reaction,R05133 +18881,BSU_03410,KEGG_reaction,R05134 +18882,BSU_03410,KEGG_reaction,R10035 +18883,BSU_03410,KEGG_reaction,R10039 +18884,BSU_03410,KEGG_reaction,R10040 +18885,BSU_03420,KEGG_reaction,- +18886,BSU_03430,KEGG_reaction,- +18887,BSU_03440,KEGG_reaction,- +18888,BSU_03450,KEGG_reaction,R05338 +18889,BSU_03450,KEGG_reaction,R05339 +18890,BSU_03450,KEGG_reaction,R09780 +18891,BSU_03460,KEGG_reaction,R05338 +18892,BSU_03470,KEGG_reaction,- +18893,BSU_03480,KEGG_reaction,- +18894,BSU_03490,KEGG_reaction,- +18895,BSU_03510,KEGG_reaction,- +18896,BSU_03520,KEGG_reaction,- +18897,BSU_03530,KEGG_reaction,- +18898,BSU_03540,KEGG_reaction,- +18899,BSU_03550,KEGG_reaction,- +18900,BSU_03560,KEGG_reaction,- +18901,BSU_03569,KEGG_reaction,R01625 +18902,BSU_03570,KEGG_reaction,R01625 +18903,BSU_03580,KEGG_reaction,- +18904,BSU_03590,KEGG_reaction,- +18905,BSU_03600,KEGG_reaction,- +18906,BSU_03610,KEGG_reaction,- +18907,BSU_03620,KEGG_reaction,- +18908,BSU_03630,KEGG_reaction,R01238 +18909,BSU_03630,KEGG_reaction,R02952 +18910,BSU_03630,KEGG_reaction,R03367 +18911,BSU_03630,KEGG_reaction,R04985 +18912,BSU_03630,KEGG_reaction,R04986 +18913,BSU_03630,KEGG_reaction,R11225 +18914,BSU_03640,KEGG_reaction,R01238 +18915,BSU_03640,KEGG_reaction,R04985 +18916,BSU_03640,KEGG_reaction,R04986 +18917,BSU_03640,KEGG_reaction,R10213 +18918,BSU_03651,KEGG_reaction,R01238 +18919,BSU_03652,KEGG_reaction,- +18920,BSU_03660,KEGG_reaction,R00135 +18921,BSU_03670,KEGG_reaction,- +18922,BSU_03680,KEGG_reaction,- +18923,BSU_03700,KEGG_reaction,- +18924,BSU_03710,KEGG_reaction,- +18925,BSU_03720,KEGG_reaction,- +18926,BSU_03730,KEGG_reaction,- +18927,BSU_03740,KEGG_reaction,- +18928,BSU_03750,KEGG_reaction,- +18929,BSU_03760,KEGG_reaction,- +18930,BSU_03770,KEGG_reaction,- +18931,BSU_03790,KEGG_reaction,R00480 +18932,BSU_03800,KEGG_reaction,- +18933,BSU_03810,KEGG_reaction,- +18934,BSU_03820,KEGG_reaction,- +18935,BSU_03830,KEGG_reaction,- +18936,BSU_03840,KEGG_reaction,- +18937,BSU_03850,KEGG_reaction,- +18938,BSU_03860,KEGG_reaction,R05705 +18939,BSU_03860,KEGG_reaction,R05706 +18940,BSU_03860,KEGG_reaction,R08014 +18941,BSU_03860,KEGG_reaction,R08017 +18942,BSU_03860,KEGG_reaction,R08042 +18943,BSU_03870,KEGG_reaction,- +18944,BSU_03880,KEGG_reaction,- +18945,BSU_03890,KEGG_reaction,- +18946,BSU_03900,KEGG_reaction,R00908 +18947,BSU_03900,KEGG_reaction,R01648 +18948,BSU_03900,KEGG_reaction,R04188 +18949,BSU_03910,KEGG_reaction,R00713 +18950,BSU_03910,KEGG_reaction,R00714 +18951,BSU_03910,KEGG_reaction,R02401 +18952,BSU_03920,KEGG_reaction,- +18953,BSU_03930,KEGG_reaction,R01520 +18954,BSU_03930,KEGG_reaction,R01521 +18955,BSU_03940,KEGG_reaction,- +18956,BSU_03950,KEGG_reaction,- +18957,BSU_03960,KEGG_reaction,- +18958,BSU_03970,KEGG_reaction,- +18959,BSU_03981,KEGG_reaction,R02704 +18960,BSU_03982,KEGG_reaction,R02704 +18961,BSU_03990,KEGG_reaction,R02703 +18962,BSU_04000,KEGG_reaction,R00215 +18963,BSU_04000,KEGG_reaction,R00994 +18964,BSU_04000,KEGG_reaction,R01751 +18965,BSU_04000,KEGG_reaction,R02545 +18966,BSU_04000,KEGG_reaction,R04426 +18967,BSU_04000,KEGG_reaction,R06180 +18968,BSU_04000,KEGG_reaction,R10052 +18969,BSU_04010,KEGG_reaction,- +18970,BSU_04020,KEGG_reaction,R03893 +18971,BSU_04020,KEGG_reaction,R05510 +18972,BSU_04020,KEGG_reaction,R05511 +18973,BSU_04020,KEGG_reaction,R06835 +18974,BSU_04020,KEGG_reaction,R06838 +18975,BSU_04020,KEGG_reaction,R08120 +18976,BSU_04020,KEGG_reaction,R08121 +18977,BSU_04020,KEGG_reaction,R09136 +18978,BSU_04020,KEGG_reaction,R09220 +18979,BSU_04020,KEGG_reaction,R09222 +18980,BSU_04030,KEGG_reaction,R04428 +18981,BSU_04030,KEGG_reaction,R04535 +18982,BSU_04030,KEGG_reaction,R04537 +18983,BSU_04030,KEGG_reaction,R04544 +18984,BSU_04030,KEGG_reaction,R04568 +18985,BSU_04030,KEGG_reaction,R04587 +18986,BSU_04030,KEGG_reaction,R04954 +18987,BSU_04030,KEGG_reaction,R04965 +18988,BSU_04030,KEGG_reaction,R07764 +18989,BSU_04030,KEGG_reaction,R10117 +18990,BSU_04030,KEGG_reaction,R10121 +18991,BSU_04040,KEGG_reaction,R07280 +18992,BSU_04050,KEGG_reaction,- +18993,BSU_04060,KEGG_reaction,- +18994,BSU_04070,KEGG_reaction,- +18995,BSU_04080,KEGG_reaction,R00005 +18996,BSU_04090,KEGG_reaction,R00774 +18997,BSU_04100,KEGG_reaction,- +18998,BSU_04110,KEGG_reaction,- +18999,BSU_04130,KEGG_reaction,- +19000,BSU_04140,KEGG_reaction,- +19001,BSU_04150,KEGG_reaction,- +19002,BSU_04160,KEGG_reaction,- +19003,BSU_04170,KEGG_reaction,- +19004,BSU_04180,KEGG_reaction,- +19005,BSU_04190,KEGG_reaction,R04533 +19006,BSU_04190,KEGG_reaction,R04534 +19007,BSU_04190,KEGG_reaction,R04536 +19008,BSU_04190,KEGG_reaction,R04543 +19009,BSU_04190,KEGG_reaction,R04566 +19010,BSU_04190,KEGG_reaction,R04953 +19011,BSU_04190,KEGG_reaction,R04964 +19012,BSU_04190,KEGG_reaction,R07759 +19013,BSU_04190,KEGG_reaction,R07763 +19014,BSU_04190,KEGG_reaction,R10116 +19015,BSU_04190,KEGG_reaction,R10120 +19016,BSU_04190,KEGG_reaction,R11671 +19017,BSU_04200,KEGG_reaction,R01898 +19018,BSU_04210,KEGG_reaction,R02413 +19019,BSU_04220,KEGG_reaction,R00277 +19020,BSU_04220,KEGG_reaction,R00278 +19021,BSU_04220,KEGG_reaction,R01710 +19022,BSU_04220,KEGG_reaction,R01711 +19023,BSU_04230,KEGG_reaction,- +19024,BSU_04240,KEGG_reaction,- +19025,BSU_04250,KEGG_reaction,- +19026,BSU_04260,KEGG_reaction,- +19027,BSU_04270,KEGG_reaction,- +19028,BSU_04280,KEGG_reaction,- +19029,BSU_04290,KEGG_reaction,- +19030,BSU_04300,KEGG_reaction,R02689 +19031,BSU_04310,KEGG_reaction,- +19032,BSU_04320,KEGG_reaction,- +19033,BSU_04330,KEGG_reaction,R01054 +19034,BSU_04340,KEGG_reaction,R00207 +19035,BSU_04340,KEGG_reaction,R03145 +19036,BSU_04359,KEGG_reaction,- +19037,BSU_04360,KEGG_reaction,- +19038,BSU_04370,KEGG_reaction,- +19039,BSU_04380,KEGG_reaction,- +19040,BSU_04390,KEGG_reaction,R00086 +19041,BSU_04400,KEGG_reaction,- +19042,BSU_04410,KEGG_reaction,- +19043,BSU_04420,KEGG_reaction,- +19044,BSU_04430,KEGG_reaction,- +19045,BSU_04440,KEGG_reaction,- +19046,BSU_04450,KEGG_reaction,- +19047,BSU_04460,KEGG_reaction,- +19048,BSU_04470,KEGG_reaction,- +19049,BSU_04480,KEGG_reaction,- +19050,BSU_04490,KEGG_reaction,- +19051,BSU_04500,KEGG_reaction,- +19052,BSU_04510,KEGG_reaction,- +19053,BSU_04520,KEGG_reaction,R01175 +19054,BSU_04520,KEGG_reaction,R01178 +19055,BSU_04520,KEGG_reaction,R02661 +19056,BSU_04520,KEGG_reaction,R03172 +19057,BSU_04520,KEGG_reaction,R04751 +19058,BSU_04530,KEGG_reaction,- +19059,BSU_04540,KEGG_reaction,- +19060,BSU_04550,KEGG_reaction,- +19061,BSU_04560,KEGG_reaction,R01150 +19062,BSU_04570,KEGG_reaction,R04573 +19063,BSU_04570,KEGG_reaction,R04617 +19064,BSU_04580,KEGG_reaction,- +19065,BSU_04590,KEGG_reaction,- +19066,BSU_04600,KEGG_reaction,- +19067,BSU_04610,KEGG_reaction,- +19068,BSU_04620,KEGG_reaction,R00401 +19069,BSU_04620,KEGG_reaction,R01625 +19070,BSU_04620,KEGG_reaction,R03503 +19071,BSU_04630,KEGG_reaction,- +19072,BSU_04640,KEGG_reaction,R00401 +19073,BSU_04650,KEGG_reaction,- +19074,BSU_04660,KEGG_reaction,- +19075,BSU_04670,KEGG_reaction,- +19076,BSU_04680,KEGG_reaction,- +19077,BSU_04690,KEGG_reaction,- +19078,BSU_04700,KEGG_reaction,- +19079,BSU_04710,KEGG_reaction,- +19080,BSU_04720,KEGG_reaction,- +19081,BSU_04730,KEGG_reaction,- +19082,BSU_04740,KEGG_reaction,- +19083,BSU_04760,KEGG_reaction,- +19084,BSU_04770,KEGG_reaction,- +19085,BSU_04780,KEGG_reaction,- +19086,BSU_04785,KEGG_reaction,- +19087,BSU_04790,KEGG_reaction,- +19088,BSU_04800,KEGG_reaction,- +19089,BSU_04810,KEGG_reaction,- +19090,BSU_04820,KEGG_reaction,- +19091,BSU_04830,KEGG_reaction,- +19092,BSU_04839,KEGG_reaction,- +19093,BSU_04850,KEGG_reaction,- +19094,BSU_04860,KEGG_reaction,- +19095,BSU_04870,KEGG_reaction,- +19096,BSU_04900,KEGG_reaction,- +19097,BSU_04910,KEGG_reaction,- +19098,BSU_04920,KEGG_reaction,- +19099,BSU_04930,KEGG_reaction,- +19100,BSU_04940,KEGG_reaction,- +19101,BSU_04950,KEGG_reaction,- +19102,BSU_04960,KEGG_reaction,- +19103,BSU_04970,KEGG_reaction,- +19104,BSU_04980,KEGG_reaction,- +19105,BSU_04990,KEGG_reaction,- +19106,BSU_05000,KEGG_reaction,- +19107,BSU_05010,KEGG_reaction,- +19108,BSU_05030,KEGG_reaction,- +19109,BSU_05040,KEGG_reaction,- +19110,BSU_05050,KEGG_reaction,- +19111,BSU_05060,KEGG_reaction,- +19112,BSU_05070,KEGG_reaction,R01268 +19113,BSU_05080,KEGG_reaction,- +19114,BSU_05090,KEGG_reaction,- +19115,BSU_05110,KEGG_reaction,R00009 +19116,BSU_05110,KEGG_reaction,R00602 +19117,BSU_05110,KEGG_reaction,R02670 +19118,BSU_05120,KEGG_reaction,- +19119,BSU_05130,KEGG_reaction,- +19120,BSU_05140,KEGG_reaction,- +19121,BSU_05150,KEGG_reaction,- +19122,BSU_05160,KEGG_reaction,- +19123,BSU_05170,KEGG_reaction,- +19124,BSU_05180,KEGG_reaction,- +19125,BSU_05190,KEGG_reaction,- +19126,BSU_05200,KEGG_reaction,- +19127,BSU_05210,KEGG_reaction,- +19128,BSU_05220,KEGG_reaction,- +19129,BSU_05230,KEGG_reaction,- +19130,BSU_05240,KEGG_reaction,- +19131,BSU_05250,KEGG_reaction,- +19132,BSU_05260,KEGG_reaction,- +19133,BSU_05270,KEGG_reaction,- +19134,BSU_05280,KEGG_reaction,- +19135,BSU_05290,KEGG_reaction,- +19136,BSU_05300,KEGG_reaction,- +19137,BSU_05310,KEGG_reaction,- +19138,BSU_05320,KEGG_reaction,- +19139,BSU_05330,KEGG_reaction,- +19140,BSU_05340,KEGG_reaction,- +19141,BSU_05343,KEGG_reaction,- +19142,BSU_05350,KEGG_reaction,- +19143,BSU_05360,KEGG_reaction,- +19144,BSU_05370,KEGG_reaction,- +19145,BSU_05380,KEGG_reaction,- +19146,BSU_05390,KEGG_reaction,- +19147,BSU_05400,KEGG_reaction,- +19148,BSU_05410,KEGG_reaction,- +19149,BSU_05420,KEGG_reaction,- +19150,BSU_05430,KEGG_reaction,- +19151,BSU_05440,KEGG_reaction,- +19152,BSU_05450,KEGG_reaction,- +19153,BSU_05460,KEGG_reaction,- +19154,BSU_05470,KEGG_reaction,- +19155,BSU_05480,KEGG_reaction,- +19156,BSU_05490,KEGG_reaction,- +19157,BSU_05500,KEGG_reaction,- +19158,BSU_05510,KEGG_reaction,- +19159,BSU_05520,KEGG_reaction,- +19160,BSU_05530,KEGG_reaction,- +19161,BSU_05540,KEGG_reaction,- +19162,BSU_05550,KEGG_reaction,- +19163,BSU_05560,KEGG_reaction,- +19164,BSU_05570,KEGG_reaction,- +19165,BSU_05580,KEGG_reaction,- +19166,BSU_05590,KEGG_reaction,- +19167,BSU_05600,KEGG_reaction,- +19168,BSU_05610,KEGG_reaction,- +19169,BSU_05620,KEGG_reaction,- +19170,BSU_05630,KEGG_reaction,- +19171,BSU_05640,KEGG_reaction,- +19172,BSU_05650,KEGG_reaction,- +19173,BSU_05660,KEGG_reaction,- +19174,BSU_05670,KEGG_reaction,- +19175,BSU_05680,KEGG_reaction,- +19176,BSU_05690,KEGG_reaction,- +19177,BSU_05700,KEGG_reaction,- +19178,BSU_05710,KEGG_reaction,- +19179,BSU_05720,KEGG_reaction,- +19180,BSU_05730,KEGG_reaction,- +19181,BSU_05740,KEGG_reaction,R02135 +19182,BSU_05740,KEGG_reaction,R04620 +19183,BSU_05750,KEGG_reaction,- +19184,BSU_05770,KEGG_reaction,- +19185,BSU_05780,KEGG_reaction,- +19186,BSU_05790,KEGG_reaction,- +19187,BSU_05800,KEGG_reaction,- +19188,BSU_05810,KEGG_reaction,R11170 +19189,BSU_05810,KEGG_reaction,R11172 +19190,BSU_05820,KEGG_reaction,R11170 +19191,BSU_05820,KEGG_reaction,R11172 +19192,BSU_05830,KEGG_reaction,R11170 +19193,BSU_05830,KEGG_reaction,R11172 +19194,BSU_05840,KEGG_reaction,R00026 +19195,BSU_05840,KEGG_reaction,R00839 +19196,BSU_05840,KEGG_reaction,R02558 +19197,BSU_05840,KEGG_reaction,R02887 +19198,BSU_05840,KEGG_reaction,R02985 +19199,BSU_05840,KEGG_reaction,R03527 +19200,BSU_05840,KEGG_reaction,R04949 +19201,BSU_05840,KEGG_reaction,R04998 +19202,BSU_05840,KEGG_reaction,R05133 +19203,BSU_05840,KEGG_reaction,R05134 +19204,BSU_05840,KEGG_reaction,R10035 +19205,BSU_05840,KEGG_reaction,R10039 +19206,BSU_05840,KEGG_reaction,R10040 +19207,BSU_05850,KEGG_reaction,- +19208,BSU_05860,KEGG_reaction,R00299 +19209,BSU_05860,KEGG_reaction,R00760 +19210,BSU_05860,KEGG_reaction,R00867 +19211,BSU_05860,KEGG_reaction,R01600 +19212,BSU_05860,KEGG_reaction,R01786 +19213,BSU_05860,KEGG_reaction,R03920 +19214,BSU_05870,KEGG_reaction,R01819 +19215,BSU_05880,KEGG_reaction,R01332 +19216,BSU_05890,KEGG_reaction,- +19217,BSU_05900,KEGG_reaction,R00617 +19218,BSU_05910,KEGG_reaction,R00401 +19219,BSU_05910,KEGG_reaction,R08968 +19220,BSU_05910,KEGG_reaction,R11024 +19221,BSU_05920,KEGG_reaction,R10648 +19222,BSU_05930,KEGG_reaction,- +19223,BSU_05940,KEGG_reaction,R10648 +19224,BSU_05950,KEGG_reaction,- +19225,BSU_05960,KEGG_reaction,R11372 +19226,BSU_05970,KEGG_reaction,- +19227,BSU_05980,KEGG_reaction,- +19228,BSU_05990,KEGG_reaction,- +19229,BSU_06000,KEGG_reaction,- +19230,BSU_06010,KEGG_reaction,- +19231,BSU_06020,KEGG_reaction,- +19232,BSU_06030,KEGG_reaction,- +19233,BSU_06033,KEGG_reaction,- +19234,BSU_06038,KEGG_reaction,- +19235,BSU_06040,KEGG_reaction,- +19236,BSU_06049,KEGG_reaction,- +19237,BSU_06060,KEGG_reaction,R04858 +19238,BSU_06070,KEGG_reaction,R04858 +19239,BSU_06076,KEGG_reaction,R00959 +19240,BSU_06076,KEGG_reaction,R01057 +19241,BSU_06076,KEGG_reaction,R01818 +19242,BSU_06076,KEGG_reaction,R08639 +19243,BSU_06100,KEGG_reaction,- +19244,BSU_06110,KEGG_reaction,- +19245,BSU_06130,KEGG_reaction,- +19246,BSU_06140,KEGG_reaction,- +19247,BSU_06150,KEGG_reaction,R00875 +19248,BSU_06150,KEGG_reaction,R01896 +19249,BSU_06160,KEGG_reaction,- +19250,BSU_06170,KEGG_reaction,R00760 +19251,BSU_06170,KEGG_reaction,R00867 +19252,BSU_06170,KEGG_reaction,R03920 +19253,BSU_06180,KEGG_reaction,- +19254,BSU_06190,KEGG_reaction,- +19255,BSU_06200,KEGG_reaction,- +19256,BSU_06210,KEGG_reaction,- +19257,BSU_06220,KEGG_reaction,- +19258,BSU_06230,KEGG_reaction,- +19259,BSU_06240,KEGG_reaction,R02855 +19260,BSU_06240,KEGG_reaction,R02946 +19261,BSU_06240,KEGG_reaction,R05684 +19262,BSU_06240,KEGG_reaction,R10504 +19263,BSU_06250,KEGG_reaction,- +19264,BSU_06260,KEGG_reaction,- +19265,BSU_06270,KEGG_reaction,- +19266,BSU_06280,KEGG_reaction,- +19267,BSU_06290,KEGG_reaction,- +19268,BSU_06300,KEGG_reaction,R00074 +19269,BSU_06310,KEGG_reaction,- +19270,BSU_06320,KEGG_reaction,- +19271,BSU_06330,KEGG_reaction,- +19272,BSU_06340,KEGG_reaction,- +19273,BSU_06350,KEGG_reaction,- +19274,BSU_06360,KEGG_reaction,R01230 +19275,BSU_06360,KEGG_reaction,R01231 +19276,BSU_06360,KEGG_reaction,R08244 +19277,BSU_06370,KEGG_reaction,- +19278,BSU_06380,KEGG_reaction,- +19279,BSU_06400,KEGG_reaction,- +19280,BSU_06410,KEGG_reaction,- +19281,BSU_06420,KEGG_reaction,R07405 +19282,BSU_06430,KEGG_reaction,R07404 +19283,BSU_06440,KEGG_reaction,R01083 +19284,BSU_06440,KEGG_reaction,R04559 +19285,BSU_06450,KEGG_reaction,R01083 +19286,BSU_06450,KEGG_reaction,R04209 +19287,BSU_06450,KEGG_reaction,R04559 +19288,BSU_06450,KEGG_reaction,R04591 +19289,BSU_06460,KEGG_reaction,R04463 +19290,BSU_06460,KEGG_reaction,R04591 +19291,BSU_06470,KEGG_reaction,R04463 +19292,BSU_06480,KEGG_reaction,R04463 +19293,BSU_06490,KEGG_reaction,R01072 +19294,BSU_06500,KEGG_reaction,R04144 +19295,BSU_06500,KEGG_reaction,R04208 +19296,BSU_06510,KEGG_reaction,R04325 +19297,BSU_06510,KEGG_reaction,R04326 +19298,BSU_06520,KEGG_reaction,R01127 +19299,BSU_06520,KEGG_reaction,R04560 +19300,BSU_06530,KEGG_reaction,R04144 +19301,BSU_06540,KEGG_reaction,- +19302,BSU_06550,KEGG_reaction,- +19303,BSU_06559,KEGG_reaction,- +19304,BSU_06560,KEGG_reaction,R01244 +19305,BSU_06570,KEGG_reaction,- +19306,BSU_06580,KEGG_reaction,- +19307,BSU_06590,KEGG_reaction,R00021 +19308,BSU_06590,KEGG_reaction,R10086 +19309,BSU_06600,KEGG_reaction,- +19310,BSU_06610,KEGG_reaction,- +19311,BSU_06620,KEGG_reaction,R00382 +19312,BSU_06630,KEGG_reaction,- +19313,BSU_06640,KEGG_reaction,- +19314,BSU_06650,KEGG_reaction,- +19315,BSU_06660,KEGG_reaction,- +19316,BSU_06670,KEGG_reaction,R03905 +19317,BSU_06670,KEGG_reaction,R04212 +19318,BSU_06680,KEGG_reaction,R03905 +19319,BSU_06680,KEGG_reaction,R04212 +19320,BSU_06690,KEGG_reaction,R03905 +19321,BSU_06690,KEGG_reaction,R04212 +19322,BSU_06690,KEGG_reaction,R05577 +19323,BSU_06700,KEGG_reaction,- +19324,BSU_06710,KEGG_reaction,- +19325,BSU_06720,KEGG_reaction,R02240 +19326,BSU_06730,KEGG_reaction,- +19327,BSU_06740,KEGG_reaction,- +19328,BSU_06750,KEGG_reaction,- +19329,BSU_06760,KEGG_reaction,- +19330,BSU_06770,KEGG_reaction,- +19331,BSU_06780,KEGG_reaction,- +19332,BSU_06800,KEGG_reaction,- +19333,BSU_06811,KEGG_reaction,- +19334,BSU_06812,KEGG_reaction,- +19335,BSU_06820,KEGG_reaction,- +19336,BSU_06830,KEGG_reaction,- +19337,BSU_06840,KEGG_reaction,- +19338,BSU_06860,KEGG_reaction,- +19339,BSU_06870,KEGG_reaction,- +19340,BSU_06880,KEGG_reaction,- +19341,BSU_06890,KEGG_reaction,- +19342,BSU_06900,KEGG_reaction,- +19343,BSU_06910,KEGG_reaction,- +19344,BSU_06920,KEGG_reaction,- +19345,BSU_06940,KEGG_reaction,- +19346,BSU_06950,KEGG_reaction,- +19347,BSU_06960,KEGG_reaction,- +19348,BSU_06970,KEGG_reaction,- +19349,BSU_06980,KEGG_reaction,- +19350,BSU_06990,KEGG_reaction,- +19351,BSU_07000,KEGG_reaction,- +19352,BSU_07010,KEGG_reaction,- +19353,BSU_07020,KEGG_reaction,- +19354,BSU_07030,KEGG_reaction,- +19355,BSU_07040,KEGG_reaction,- +19356,BSU_07050,KEGG_reaction,- +19357,BSU_07060,KEGG_reaction,- +19358,BSU_07070,KEGG_reaction,- +19359,BSU_07080,KEGG_reaction,R01105 +19360,BSU_07080,KEGG_reaction,R01678 +19361,BSU_07080,KEGG_reaction,R03355 +19362,BSU_07080,KEGG_reaction,R04783 +19363,BSU_07080,KEGG_reaction,R06114 +19364,BSU_07090,KEGG_reaction,- +19365,BSU_07100,KEGG_reaction,- +19366,BSU_07110,KEGG_reaction,- +19367,BSU_07120,KEGG_reaction,- +19368,BSU_07130,KEGG_reaction,R00837 +19369,BSU_07130,KEGG_reaction,R00838 +19370,BSU_07130,KEGG_reaction,R00839 +19371,BSU_07130,KEGG_reaction,R01101 +19372,BSU_07130,KEGG_reaction,R01103 +19373,BSU_07130,KEGG_reaction,R01104 +19374,BSU_07130,KEGG_reaction,R01194 +19375,BSU_07130,KEGG_reaction,R01329 +19376,BSU_07130,KEGG_reaction,R02926 +19377,BSU_07130,KEGG_reaction,R03634 +19378,BSU_07130,KEGG_reaction,R04019 +19379,BSU_07130,KEGG_reaction,R04470 +19380,BSU_07130,KEGG_reaction,R05133 +19381,BSU_07130,KEGG_reaction,R05134 +19382,BSU_07130,KEGG_reaction,R05549 +19383,BSU_07130,KEGG_reaction,R05961 +19384,BSU_07130,KEGG_reaction,R06091 +19385,BSU_07130,KEGG_reaction,R06113 +19386,BSU_07140,KEGG_reaction,- +19387,BSU_07150,KEGG_reaction,R10468 +19388,BSU_07150,KEGG_reaction,R10510 +19389,BSU_07160,KEGG_reaction,- +19390,BSU_07170,KEGG_reaction,- +19391,BSU_07180,KEGG_reaction,- +19392,BSU_07190,KEGG_reaction,- +19393,BSU_07200,KEGG_reaction,- +19394,BSU_07210,KEGG_reaction,- +19395,BSU_07220,KEGG_reaction,- +19396,BSU_07230,KEGG_reaction,- +19397,BSU_07240,KEGG_reaction,- +19398,BSU_07250,KEGG_reaction,R03629 +19399,BSU_07250,KEGG_reaction,R04121 +19400,BSU_07250,KEGG_reaction,R05259 +19401,BSU_07260,KEGG_reaction,R05081 +19402,BSU_07260,KEGG_reaction,R10849 +19403,BSU_07270,KEGG_reaction,R00956 +19404,BSU_07280,KEGG_reaction,R00291 +19405,BSU_07280,KEGG_reaction,R02426 +19406,BSU_07280,KEGG_reaction,R02984 +19407,BSU_07280,KEGG_reaction,R06513 +19408,BSU_07290,KEGG_reaction,- +19409,BSU_07300,KEGG_reaction,R11241 +19410,BSU_07310,KEGG_reaction,- +19411,BSU_07320,KEGG_reaction,- +19412,BSU_07330,KEGG_reaction,R00183 +19413,BSU_07330,KEGG_reaction,R00511 +19414,BSU_07330,KEGG_reaction,R00548 +19415,BSU_07330,KEGG_reaction,R00963 +19416,BSU_07330,KEGG_reaction,R01126 +19417,BSU_07330,KEGG_reaction,R01227 +19418,BSU_07330,KEGG_reaction,R01569 +19419,BSU_07330,KEGG_reaction,R01664 +19420,BSU_07330,KEGG_reaction,R01968 +19421,BSU_07330,KEGG_reaction,R02088 +19422,BSU_07330,KEGG_reaction,R02102 +19423,BSU_07330,KEGG_reaction,R02323 +19424,BSU_07330,KEGG_reaction,R02719 +19425,BSU_07330,KEGG_reaction,R03346 +19426,BSU_07330,KEGG_reaction,R05287 +19427,BSU_07330,KEGG_reaction,R07280 +19428,BSU_07340,KEGG_reaction,- +19429,BSU_07350,KEGG_reaction,R00264 +19430,BSU_07350,KEGG_reaction,R00631 +19431,BSU_07350,KEGG_reaction,R00710 +19432,BSU_07350,KEGG_reaction,R00904 +19433,BSU_07350,KEGG_reaction,R01752 +19434,BSU_07350,KEGG_reaction,R01986 +19435,BSU_07350,KEGG_reaction,R02549 +19436,BSU_07350,KEGG_reaction,R02678 +19437,BSU_07350,KEGG_reaction,R02940 +19438,BSU_07350,KEGG_reaction,R02957 +19439,BSU_07350,KEGG_reaction,R03283 +19440,BSU_07350,KEGG_reaction,R03869 +19441,BSU_07350,KEGG_reaction,R04065 +19442,BSU_07350,KEGG_reaction,R04506 +19443,BSU_07350,KEGG_reaction,R04903 +19444,BSU_07350,KEGG_reaction,R05050 +19445,BSU_07350,KEGG_reaction,R05237 +19446,BSU_07350,KEGG_reaction,R05238 +19447,BSU_07350,KEGG_reaction,R05286 +19448,BSU_07350,KEGG_reaction,R05699 +19449,BSU_07350,KEGG_reaction,R06366 +19450,BSU_07350,KEGG_reaction,R08146 +19451,BSU_07360,KEGG_reaction,- +19452,BSU_07370,KEGG_reaction,- +19453,BSU_07380,KEGG_reaction,- +19454,BSU_07390,KEGG_reaction,- +19455,BSU_07400,KEGG_reaction,- +19456,BSU_07410,KEGG_reaction,- +19457,BSU_07420,KEGG_reaction,- +19458,BSU_07430,KEGG_reaction,- +19459,BSU_07440,KEGG_reaction,- +19460,BSU_07450,KEGG_reaction,- +19461,BSU_07460,KEGG_reaction,- +19462,BSU_07480,KEGG_reaction,R11013 +19463,BSU_07490,KEGG_reaction,- +19464,BSU_07500,KEGG_reaction,- +19465,BSU_07510,KEGG_reaction,- +19466,BSU_07520,KEGG_reaction,- +19467,BSU_07530,KEGG_reaction,- +19468,BSU_07550,KEGG_reaction,- +19469,BSU_07560,KEGG_reaction,R02361 +19470,BSU_07560,KEGG_reaction,R06240 +19471,BSU_07570,KEGG_reaction,- +19472,BSU_07580,KEGG_reaction,- +19473,BSU_07590,KEGG_reaction,- +19474,BSU_07600,KEGG_reaction,- +19475,BSU_07610,KEGG_reaction,- +19476,BSU_07620,KEGG_reaction,- +19477,BSU_07630,KEGG_reaction,R11711 +19478,BSU_07630,KEGG_reaction,R11712 +19479,BSU_07630,KEGG_reaction,R11713 +19480,BSU_07640,KEGG_reaction,R00317 +19481,BSU_07640,KEGG_reaction,R01421 +19482,BSU_07640,KEGG_reaction,R01515 +19483,BSU_07650,KEGG_reaction,- +19484,BSU_07660,KEGG_reaction,- +19485,BSU_07670,KEGG_reaction,- +19486,BSU_07680,KEGG_reaction,- +19487,BSU_07690,KEGG_reaction,- +19488,BSU_07700,KEGG_reaction,R00811 +19489,BSU_07700,KEGG_reaction,R02631 +19490,BSU_07700,KEGG_reaction,R02738 +19491,BSU_07700,KEGG_reaction,R02780 +19492,BSU_07700,KEGG_reaction,R04111 +19493,BSU_07700,KEGG_reaction,R05199 +19494,BSU_07710,KEGG_reaction,R05081 +19495,BSU_07710,KEGG_reaction,R10849 +19496,BSU_07735,KEGG_reaction,- +19497,BSU_07750,KEGG_reaction,- +19498,BSU_07760,KEGG_reaction,- +19499,BSU_07780,KEGG_reaction,- +19500,BSU_07790,KEGG_reaction,- +19501,BSU_07800,KEGG_reaction,R00811 +19502,BSU_07800,KEGG_reaction,R02631 +19503,BSU_07800,KEGG_reaction,R02738 +19504,BSU_07800,KEGG_reaction,R02780 +19505,BSU_07800,KEGG_reaction,R04111 +19506,BSU_07800,KEGG_reaction,R05199 +19507,BSU_07810,KEGG_reaction,R00028 +19508,BSU_07810,KEGG_reaction,R00801 +19509,BSU_07810,KEGG_reaction,R00802 +19510,BSU_07810,KEGG_reaction,R00837 +19511,BSU_07810,KEGG_reaction,R01557 +19512,BSU_07810,KEGG_reaction,R01718 +19513,BSU_07810,KEGG_reaction,R01791 +19514,BSU_07810,KEGG_reaction,R02108 +19515,BSU_07810,KEGG_reaction,R02112 +19516,BSU_07810,KEGG_reaction,R06087 +19517,BSU_07810,KEGG_reaction,R06088 +19518,BSU_07810,KEGG_reaction,R06113 +19519,BSU_07810,KEGG_reaction,R06199 +19520,BSU_07810,KEGG_reaction,R11262 +19521,BSU_07820,KEGG_reaction,- +19522,BSU_07830,KEGG_reaction,- +19523,BSU_07840,KEGG_reaction,R00183 +19524,BSU_07840,KEGG_reaction,R00511 +19525,BSU_07840,KEGG_reaction,R00963 +19526,BSU_07840,KEGG_reaction,R01126 +19527,BSU_07840,KEGG_reaction,R01227 +19528,BSU_07840,KEGG_reaction,R01562 +19529,BSU_07840,KEGG_reaction,R01569 +19530,BSU_07840,KEGG_reaction,R01664 +19531,BSU_07840,KEGG_reaction,R01877 +19532,BSU_07840,KEGG_reaction,R01968 +19533,BSU_07840,KEGG_reaction,R02088 +19534,BSU_07840,KEGG_reaction,R02102 +19535,BSU_07840,KEGG_reaction,R02148 +19536,BSU_07840,KEGG_reaction,R02323 +19537,BSU_07840,KEGG_reaction,R02370 +19538,BSU_07840,KEGG_reaction,R02719 +19539,BSU_07840,KEGG_reaction,R03346 +19540,BSU_07840,KEGG_reaction,R03537 +19541,BSU_07840,KEGG_reaction,R03538 +19542,BSU_07840,KEGG_reaction,R03929 +19543,BSU_07840,KEGG_reaction,R05135 +19544,BSU_07850,KEGG_reaction,R00009 +19545,BSU_07850,KEGG_reaction,R00602 +19546,BSU_07850,KEGG_reaction,R02670 +19547,BSU_07860,KEGG_reaction,- +19548,BSU_07870,KEGG_reaction,- +19549,BSU_07880,KEGG_reaction,- +19550,BSU_07890,KEGG_reaction,- +19551,BSU_07900,KEGG_reaction,- +19552,BSU_07910,KEGG_reaction,- +19553,BSU_07920,KEGG_reaction,- +19554,BSU_07930,KEGG_reaction,- +19555,BSU_07940,KEGG_reaction,- +19556,BSU_07955,KEGG_reaction,- +19557,BSU_07970,KEGG_reaction,- +19558,BSU_07980,KEGG_reaction,- +19559,BSU_07990,KEGG_reaction,R05066 +19560,BSU_08000,KEGG_reaction,- +19561,BSU_08010,KEGG_reaction,- +19562,BSU_08020,KEGG_reaction,- +19563,BSU_08029,KEGG_reaction,- +19564,BSU_08030,KEGG_reaction,- +19565,BSU_08040,KEGG_reaction,- +19566,BSU_08060,KEGG_reaction,- +19567,BSU_08070,KEGG_reaction,- +19568,BSU_08080,KEGG_reaction,R00209 +19569,BSU_08080,KEGG_reaction,R02569 +19570,BSU_08080,KEGG_reaction,R02570 +19571,BSU_08080,KEGG_reaction,R02571 +19572,BSU_08080,KEGG_reaction,R08549 +19573,BSU_08090,KEGG_reaction,R00209 +19574,BSU_08090,KEGG_reaction,R01221 +19575,BSU_08090,KEGG_reaction,R01698 +19576,BSU_08090,KEGG_reaction,R03815 +19577,BSU_08090,KEGG_reaction,R07618 +19578,BSU_08090,KEGG_reaction,R08549 +19579,BSU_08100,KEGG_reaction,- +19580,BSU_08110,KEGG_reaction,- +19581,BSU_08120,KEGG_reaction,- +19582,BSU_08130,KEGG_reaction,- +19583,BSU_08140,KEGG_reaction,- +19584,BSU_08150,KEGG_reaction,- +19585,BSU_08160,KEGG_reaction,- +19586,BSU_08170,KEGG_reaction,- +19587,BSU_08180,KEGG_reaction,R00837 +19588,BSU_08180,KEGG_reaction,R00838 +19589,BSU_08180,KEGG_reaction,R00839 +19590,BSU_08180,KEGG_reaction,R01101 +19591,BSU_08180,KEGG_reaction,R01103 +19592,BSU_08180,KEGG_reaction,R01104 +19593,BSU_08180,KEGG_reaction,R01194 +19594,BSU_08180,KEGG_reaction,R01329 +19595,BSU_08180,KEGG_reaction,R02926 +19596,BSU_08180,KEGG_reaction,R03634 +19597,BSU_08180,KEGG_reaction,R04019 +19598,BSU_08180,KEGG_reaction,R04470 +19599,BSU_08180,KEGG_reaction,R05133 +19600,BSU_08180,KEGG_reaction,R05134 +19601,BSU_08180,KEGG_reaction,R05549 +19602,BSU_08180,KEGG_reaction,R05961 +19603,BSU_08180,KEGG_reaction,R06091 +19604,BSU_08180,KEGG_reaction,R06113 +19605,BSU_08190,KEGG_reaction,- +19606,BSU_08200,KEGG_reaction,R00811 +19607,BSU_08200,KEGG_reaction,R02631 +19608,BSU_08200,KEGG_reaction,R02738 +19609,BSU_08200,KEGG_reaction,R02780 +19610,BSU_08200,KEGG_reaction,R04111 +19611,BSU_08200,KEGG_reaction,R05199 +19612,BSU_08210,KEGG_reaction,- +19613,BSU_08220,KEGG_reaction,- +19614,BSU_08230,KEGG_reaction,- +19615,BSU_08240,KEGG_reaction,R00816 +19616,BSU_08240,KEGG_reaction,R04089 +19617,BSU_08240,KEGG_reaction,R05295 +19618,BSU_08240,KEGG_reaction,R05404 +19619,BSU_08240,KEGG_reaction,R05406 +19620,BSU_08240,KEGG_reaction,R07795 +19621,BSU_08250,KEGG_reaction,- +19622,BSU_08260,KEGG_reaction,- +19623,BSU_08270,KEGG_reaction,- +19624,BSU_08280,KEGG_reaction,- +19625,BSU_08290,KEGG_reaction,- +19626,BSU_08300,KEGG_reaction,- +19627,BSU_08310,KEGG_reaction,- +19628,BSU_08320,KEGG_reaction,- +19629,BSU_08330,KEGG_reaction,- +19630,BSU_08340,KEGG_reaction,- +19631,BSU_08350,KEGG_reaction,R02250 +19632,BSU_08350,KEGG_reaction,R02687 +19633,BSU_08360,KEGG_reaction,- +19634,BSU_08370,KEGG_reaction,- +19635,BSU_08380,KEGG_reaction,- +19636,BSU_08390,KEGG_reaction,- +19637,BSU_08400,KEGG_reaction,- +19638,BSU_08410,KEGG_reaction,- +19639,BSU_08425,KEGG_reaction,- +19640,BSU_08440,KEGG_reaction,- +19641,BSU_08450,KEGG_reaction,- +19642,BSU_08460,KEGG_reaction,- +19643,BSU_08470,KEGG_reaction,- +19644,BSU_08480,KEGG_reaction,- +19645,BSU_08490,KEGG_reaction,- +19646,BSU_08510,KEGG_reaction,- +19647,BSU_08520,KEGG_reaction,R10850 +19648,BSU_08530,KEGG_reaction,- +19649,BSU_08540,KEGG_reaction,- +19650,BSU_08550,KEGG_reaction,- +19651,BSU_08560,KEGG_reaction,- +19652,BSU_08570,KEGG_reaction,- +19653,BSU_08580,KEGG_reaction,- +19654,BSU_08590,KEGG_reaction,R05284 +19655,BSU_08590,KEGG_reaction,R05367 +19656,BSU_08590,KEGG_reaction,R05368 +19657,BSU_08590,KEGG_reaction,R05369 +19658,BSU_08590,KEGG_reaction,R05370 +19659,BSU_08590,KEGG_reaction,R07669 +19660,BSU_08590,KEGG_reaction,R07670 +19661,BSU_08600,KEGG_reaction,- +19662,BSU_08610,KEGG_reaction,- +19663,BSU_08620,KEGG_reaction,- +19664,BSU_08630,KEGG_reaction,- +19665,BSU_08640,KEGG_reaction,- +19666,BSU_08650,KEGG_reaction,R01404 +19667,BSU_08650,KEGG_reaction,R04430 +19668,BSU_08650,KEGG_reaction,R04725 +19669,BSU_08650,KEGG_reaction,R04956 +19670,BSU_08650,KEGG_reaction,R04959 +19671,BSU_08650,KEGG_reaction,R04962 +19672,BSU_08650,KEGG_reaction,R04967 +19673,BSU_08650,KEGG_reaction,R04970 +19674,BSU_08660,KEGG_reaction,- +19675,BSU_08670,KEGG_reaction,- +19676,BSU_08680,KEGG_reaction,- +19677,BSU_08690,KEGG_reaction,- +19678,BSU_08700,KEGG_reaction,- +19679,BSU_08710,KEGG_reaction,R02272 +19680,BSU_08720,KEGG_reaction,- +19681,BSU_08730,KEGG_reaction,- +19682,BSU_08740,KEGG_reaction,- +19683,BSU_08750,KEGG_reaction,- +19684,BSU_08760,KEGG_reaction,- +19685,BSU_08770,KEGG_reaction,- +19686,BSU_08779,KEGG_reaction,- +19687,BSU_08780,KEGG_reaction,R00899 +19688,BSU_08780,KEGG_reaction,R04951 +19689,BSU_08790,KEGG_reaction,R03472 +19690,BSU_08800,KEGG_reaction,- +19691,BSU_08820,KEGG_reaction,R00009 +19692,BSU_08820,KEGG_reaction,R00602 +19693,BSU_08820,KEGG_reaction,R02670 +19694,BSU_08830,KEGG_reaction,- +19695,BSU_08840,KEGG_reaction,- +19696,BSU_08850,KEGG_reaction,- +19697,BSU_08860,KEGG_reaction,R07210 +19698,BSU_08860,KEGG_reaction,R10206 +19699,BSU_08880,KEGG_reaction,- +19700,BSU_08890,KEGG_reaction,- +19701,BSU_08899,KEGG_reaction,- +19702,BSU_08900,KEGG_reaction,- +19703,BSU_08910,KEGG_reaction,- +19704,BSU_08920,KEGG_reaction,- +19705,BSU_08930,KEGG_reaction,- +19706,BSU_08940,KEGG_reaction,- +19707,BSU_08950,KEGG_reaction,- +19708,BSU_08960,KEGG_reaction,- +19709,BSU_08970,KEGG_reaction,- +19710,BSU_08980,KEGG_reaction,- +19711,BSU_08990,KEGG_reaction,- +19712,BSU_09000,KEGG_reaction,- +19713,BSU_09010,KEGG_reaction,- +19714,BSU_09020,KEGG_reaction,R02964 +19715,BSU_09020,KEGG_reaction,R03643 +19716,BSU_09020,KEGG_reaction,R03816 +19717,BSU_09030,KEGG_reaction,- +19718,BSU_09050,KEGG_reaction,- +19719,BSU_09060,KEGG_reaction,- +19720,BSU_09070,KEGG_reaction,- +19721,BSU_09080,KEGG_reaction,- +19722,BSU_09090,KEGG_reaction,- +19723,BSU_09100,KEGG_reaction,- +19724,BSU_09110,KEGG_reaction,- +19725,BSU_09120,KEGG_reaction,- +19726,BSU_09130,KEGG_reaction,- +19727,BSU_09140,KEGG_reaction,- +19728,BSU_09150,KEGG_reaction,- +19729,BSU_09165,KEGG_reaction,- +19730,BSU_09180,KEGG_reaction,- +19731,BSU_09190,KEGG_reaction,R00183 +19732,BSU_09190,KEGG_reaction,R00511 +19733,BSU_09190,KEGG_reaction,R00963 +19734,BSU_09190,KEGG_reaction,R01126 +19735,BSU_09190,KEGG_reaction,R01227 +19736,BSU_09190,KEGG_reaction,R01562 +19737,BSU_09190,KEGG_reaction,R01569 +19738,BSU_09190,KEGG_reaction,R01664 +19739,BSU_09190,KEGG_reaction,R01877 +19740,BSU_09190,KEGG_reaction,R01968 +19741,BSU_09190,KEGG_reaction,R02088 +19742,BSU_09190,KEGG_reaction,R02102 +19743,BSU_09190,KEGG_reaction,R02148 +19744,BSU_09190,KEGG_reaction,R02323 +19745,BSU_09190,KEGG_reaction,R02370 +19746,BSU_09190,KEGG_reaction,R02719 +19747,BSU_09190,KEGG_reaction,R03346 +19748,BSU_09190,KEGG_reaction,R03537 +19749,BSU_09190,KEGG_reaction,R03538 +19750,BSU_09190,KEGG_reaction,R03929 +19751,BSU_09190,KEGG_reaction,R05135 +19752,BSU_09200,KEGG_reaction,- +19753,BSU_09210,KEGG_reaction,- +19754,BSU_09220,KEGG_reaction,- +19755,BSU_09230,KEGG_reaction,- +19756,BSU_09240,KEGG_reaction,R02728 +19757,BSU_09240,KEGG_reaction,R11310 +19758,BSU_09250,KEGG_reaction,R00269 +19759,BSU_09250,KEGG_reaction,R00348 +19760,BSU_09260,KEGG_reaction,R03231 +19761,BSU_09260,KEGG_reaction,R10699 +19762,BSU_09270,KEGG_reaction,- +19763,BSU_09280,KEGG_reaction,- +19764,BSU_09290,KEGG_reaction,R00847 +19765,BSU_09300,KEGG_reaction,R00846 +19766,BSU_09300,KEGG_reaction,R00848 +19767,BSU_09310,KEGG_reaction,R00959 +19768,BSU_09310,KEGG_reaction,R01057 +19769,BSU_09310,KEGG_reaction,R01818 +19770,BSU_09310,KEGG_reaction,R08639 +19771,BSU_09320,KEGG_reaction,- +19772,BSU_09330,KEGG_reaction,- +19773,BSU_09340,KEGG_reaction,- +19774,BSU_09350,KEGG_reaction,- +19775,BSU_09360,KEGG_reaction,- +19776,BSU_09370,KEGG_reaction,- +19777,BSU_09380,KEGG_reaction,- +19778,BSU_09390,KEGG_reaction,- +19779,BSU_09400,KEGG_reaction,- +19780,BSU_09410,KEGG_reaction,R02135 +19781,BSU_09410,KEGG_reaction,R04620 +19782,BSU_09420,KEGG_reaction,- +19783,BSU_09430,KEGG_reaction,- +19784,BSU_09440,KEGG_reaction,R00351 +19785,BSU_09450,KEGG_reaction,R04533 +19786,BSU_09450,KEGG_reaction,R04534 +19787,BSU_09450,KEGG_reaction,R04536 +19788,BSU_09450,KEGG_reaction,R04543 +19789,BSU_09450,KEGG_reaction,R04566 +19790,BSU_09450,KEGG_reaction,R04953 +19791,BSU_09450,KEGG_reaction,R04964 +19792,BSU_09450,KEGG_reaction,R07759 +19793,BSU_09450,KEGG_reaction,R07763 +19794,BSU_09450,KEGG_reaction,R10116 +19795,BSU_09450,KEGG_reaction,R10120 +19796,BSU_09450,KEGG_reaction,R11671 +19797,BSU_09460,KEGG_reaction,- +19798,BSU_09470,KEGG_reaction,- +19799,BSU_09480,KEGG_reaction,- +19800,BSU_09490,KEGG_reaction,- +19801,BSU_09500,KEGG_reaction,- +19802,BSU_09510,KEGG_reaction,- +19803,BSU_09520,KEGG_reaction,- +19804,BSU_09530,KEGG_reaction,- +19805,BSU_09540,KEGG_reaction,R02241 +19806,BSU_09540,KEGG_reaction,R09381 +19807,BSU_09550,KEGG_reaction,- +19808,BSU_09560,KEGG_reaction,- +19809,BSU_09570,KEGG_reaction,R00355 +19810,BSU_09570,KEGG_reaction,R00694 +19811,BSU_09570,KEGG_reaction,R00734 +19812,BSU_09570,KEGG_reaction,R00896 +19813,BSU_09570,KEGG_reaction,R02433 +19814,BSU_09570,KEGG_reaction,R02619 +19815,BSU_09570,KEGG_reaction,R05052 +19816,BSU_09590,KEGG_reaction,- +19817,BSU_09600,KEGG_reaction,- +19818,BSU_09610,KEGG_reaction,- +19819,BSU_09620,KEGG_reaction,R01030 +19820,BSU_09620,KEGG_reaction,R01470 +19821,BSU_09640,KEGG_reaction,- +19822,BSU_09650,KEGG_reaction,- +19823,BSU_09660,KEGG_reaction,- +19824,BSU_09670,KEGG_reaction,R01148 +19825,BSU_09670,KEGG_reaction,R01582 +19826,BSU_09670,KEGG_reaction,R02459 +19827,BSU_09670,KEGG_reaction,R02851 +19828,BSU_09670,KEGG_reaction,R02924 +19829,BSU_09670,KEGG_reaction,R05053 +19830,BSU_09680,KEGG_reaction,- +19831,BSU_09690,KEGG_reaction,- +19832,BSU_09710,KEGG_reaction,- +19833,BSU_09720,KEGG_reaction,- +19834,BSU_09730,KEGG_reaction,- +19835,BSU_09750,KEGG_reaction,- +19836,BSU_09760,KEGG_reaction,- +19837,BSU_09770,KEGG_reaction,R00497 +19838,BSU_09770,KEGG_reaction,R00894 +19839,BSU_09770,KEGG_reaction,R10993 +19840,BSU_09770,KEGG_reaction,R10994 +19841,BSU_09780,KEGG_reaction,- +19842,BSU_09790,KEGG_reaction,- +19843,BSU_09800,KEGG_reaction,- +19844,BSU_09810,KEGG_reaction,- +19845,BSU_09830,KEGG_reaction,- +19846,BSU_09840,KEGG_reaction,- +19847,BSU_09850,KEGG_reaction,- +19848,BSU_09860,KEGG_reaction,- +19849,BSU_09880,KEGG_reaction,R09837 +19850,BSU_09880,KEGG_reaction,R09839 +19851,BSU_09889,KEGG_reaction,- +19852,BSU_09890,KEGG_reaction,- +19853,BSU_09900,KEGG_reaction,- +19854,BSU_09910,KEGG_reaction,- +19855,BSU_09920,KEGG_reaction,- +19856,BSU_09930,KEGG_reaction,- +19857,BSU_09940,KEGG_reaction,- +19858,BSU_09950,KEGG_reaction,- +19859,BSU_09965,KEGG_reaction,- +19860,BSU_09980,KEGG_reaction,- +19861,BSU_09990,KEGG_reaction,- +19862,BSU_10000,KEGG_reaction,- +19863,BSU_10009,KEGG_reaction,- +19864,BSU_10010,KEGG_reaction,- +19865,BSU_10020,KEGG_reaction,R04173 +19866,BSU_10020,KEGG_reaction,R05085 +19867,BSU_10030,KEGG_reaction,- +19868,BSU_10040,KEGG_reaction,- +19869,BSU_10050,KEGG_reaction,- +19870,BSU_10060,KEGG_reaction,- +19871,BSU_10070,KEGG_reaction,R02733 +19872,BSU_10080,KEGG_reaction,- +19873,BSU_10090,KEGG_reaction,- +19874,BSU_10100,KEGG_reaction,R01280 +19875,BSU_10110,KEGG_reaction,R04519 +19876,BSU_10120,KEGG_reaction,R03197 +19877,BSU_10120,KEGG_reaction,R04972 +19878,BSU_10120,KEGG_reaction,R09098 +19879,BSU_10120,KEGG_reaction,R10000 +19880,BSU_10130,KEGG_reaction,R00310 +19881,BSU_10130,KEGG_reaction,R11329 +19882,BSU_10140,KEGG_reaction,R03222 +19883,BSU_10140,KEGG_reaction,R04178 +19884,BSU_10140,KEGG_reaction,R09570 +19885,BSU_10150,KEGG_reaction,- +19886,BSU_10160,KEGG_reaction,- +19887,BSU_10170,KEGG_reaction,R10707 +19888,BSU_10180,KEGG_reaction,- +19889,BSU_10200,KEGG_reaction,R06200 +19890,BSU_10200,KEGG_reaction,R11307 +19891,BSU_10200,KEGG_reaction,R11308 +19892,BSU_10210,KEGG_reaction,- +19893,BSU_10220,KEGG_reaction,- +19894,BSU_10230,KEGG_reaction,- +19895,BSU_10240,KEGG_reaction,- +19896,BSU_10250,KEGG_reaction,R07770 +19897,BSU_10250,KEGG_reaction,R07771 +19898,BSU_10250,KEGG_reaction,R11143 +19899,BSU_10260,KEGG_reaction,- +19900,BSU_10270,KEGG_reaction,R01280 +19901,BSU_10280,KEGG_reaction,- +19902,BSU_10290,KEGG_reaction,R09845 +19903,BSU_10300,KEGG_reaction,- +19904,BSU_10310,KEGG_reaction,- +19905,BSU_10320,KEGG_reaction,R00623 +19906,BSU_10320,KEGG_reaction,R00754 +19907,BSU_10320,KEGG_reaction,R00919 +19908,BSU_10320,KEGG_reaction,R02124 +19909,BSU_10320,KEGG_reaction,R04805 +19910,BSU_10320,KEGG_reaction,R04880 +19911,BSU_10320,KEGG_reaction,R05233 +19912,BSU_10320,KEGG_reaction,R05234 +19913,BSU_10320,KEGG_reaction,R06917 +19914,BSU_10320,KEGG_reaction,R06927 +19915,BSU_10320,KEGG_reaction,R07105 +19916,BSU_10320,KEGG_reaction,R08281 +19917,BSU_10320,KEGG_reaction,R08306 +19918,BSU_10320,KEGG_reaction,R08310 +19919,BSU_10330,KEGG_reaction,- +19920,BSU_10340,KEGG_reaction,R01518 +19921,BSU_10340,KEGG_reaction,R04594 +19922,BSU_10340,KEGG_reaction,R11173 +19923,BSU_10350,KEGG_reaction,R00238 +19924,BSU_10350,KEGG_reaction,R01177 +19925,BSU_10360,KEGG_reaction,R01280 +19926,BSU_10370,KEGG_reaction,- +19927,BSU_10380,KEGG_reaction,- +19928,BSU_10390,KEGG_reaction,R07415 +19929,BSU_10400,KEGG_reaction,R04533 +19930,BSU_10400,KEGG_reaction,R04534 +19931,BSU_10400,KEGG_reaction,R04536 +19932,BSU_10400,KEGG_reaction,R04543 +19933,BSU_10400,KEGG_reaction,R04566 +19934,BSU_10400,KEGG_reaction,R04953 +19935,BSU_10400,KEGG_reaction,R04964 +19936,BSU_10400,KEGG_reaction,R07759 +19937,BSU_10400,KEGG_reaction,R07763 +19938,BSU_10400,KEGG_reaction,R10116 +19939,BSU_10400,KEGG_reaction,R10120 +19940,BSU_10400,KEGG_reaction,R11671 +19941,BSU_10410,KEGG_reaction,- +19942,BSU_10420,KEGG_reaction,- +19943,BSU_10430,KEGG_reaction,R04533 +19944,BSU_10430,KEGG_reaction,R04534 +19945,BSU_10430,KEGG_reaction,R04536 +19946,BSU_10430,KEGG_reaction,R04543 +19947,BSU_10430,KEGG_reaction,R04566 +19948,BSU_10430,KEGG_reaction,R04953 +19949,BSU_10430,KEGG_reaction,R04964 +19950,BSU_10430,KEGG_reaction,R07759 +19951,BSU_10430,KEGG_reaction,R07763 +19952,BSU_10430,KEGG_reaction,R10116 +19953,BSU_10430,KEGG_reaction,R10120 +19954,BSU_10430,KEGG_reaction,R11671 +19955,BSU_10440,KEGG_reaction,- +19956,BSU_10450,KEGG_reaction,- +19957,BSU_10460,KEGG_reaction,- +19958,BSU_10470,KEGG_reaction,- +19959,BSU_10480,KEGG_reaction,- +19960,BSU_10490,KEGG_reaction,- +19961,BSU_10500,KEGG_reaction,- +19962,BSU_10510,KEGG_reaction,- +19963,BSU_10520,KEGG_reaction,- +19964,BSU_10530,KEGG_reaction,R01183 +19965,BSU_10530,KEGG_reaction,R09951 +19966,BSU_10540,KEGG_reaction,R00805 +19967,BSU_10540,KEGG_reaction,R06211 +19968,BSU_10550,KEGG_reaction,R10698 +19969,BSU_10560,KEGG_reaction,R00401 +19970,BSU_10570,KEGG_reaction,- +19971,BSU_10580,KEGG_reaction,- +19972,BSU_10590,KEGG_reaction,- +19973,BSU_10600,KEGG_reaction,- +19974,BSU_10610,KEGG_reaction,- +19975,BSU_10620,KEGG_reaction,- +19976,BSU_10630,KEGG_reaction,- +19977,BSU_10640,KEGG_reaction,- +19978,BSU_10650,KEGG_reaction,- +19979,BSU_10660,KEGG_reaction,- +19980,BSU_10670,KEGG_reaction,- +19981,BSU_10680,KEGG_reaction,- +19982,BSU_10690,KEGG_reaction,- +19983,BSU_10700,KEGG_reaction,- +19984,BSU_10710,KEGG_reaction,- +19985,BSU_10720,KEGG_reaction,- +19986,BSU_10730,KEGG_reaction,- +19987,BSU_10740,KEGG_reaction,- +19988,BSU_10750,KEGG_reaction,- +19989,BSU_10760,KEGG_reaction,- +19990,BSU_10770,KEGG_reaction,- +19991,BSU_10780,KEGG_reaction,- +19992,BSU_10790,KEGG_reaction,R00578 +19993,BSU_10800,KEGG_reaction,- +19994,BSU_10810,KEGG_reaction,R00702 +19995,BSU_10810,KEGG_reaction,R02065 +19996,BSU_10810,KEGG_reaction,R02872 +19997,BSU_10810,KEGG_reaction,R04218 +19998,BSU_10810,KEGG_reaction,R06223 +19999,BSU_10810,KEGG_reaction,R07270 +20000,BSU_10810,KEGG_reaction,R10177 +20001,BSU_10820,KEGG_reaction,- +20002,BSU_10830,KEGG_reaction,- +20003,BSU_10840,KEGG_reaction,- +20004,BSU_10850,KEGG_reaction,R01183 +20005,BSU_10850,KEGG_reaction,R09951 +20006,BSU_10850,KEGG_reaction,R09953 +20007,BSU_10860,KEGG_reaction,- +20008,BSU_10870,KEGG_reaction,- +20009,BSU_10880,KEGG_reaction,- +20010,BSU_10890,KEGG_reaction,- +20011,BSU_10900,KEGG_reaction,R02991 +20012,BSU_10910,KEGG_reaction,R00509 +20013,BSU_10910,KEGG_reaction,R00529 +20014,BSU_10910,KEGG_reaction,R02021 +20015,BSU_10910,KEGG_reaction,R04928 +20016,BSU_10910,KEGG_reaction,R04929 +20017,BSU_10920,KEGG_reaction,R00529 +20018,BSU_10920,KEGG_reaction,R04929 +20019,BSU_10930,KEGG_reaction,R00509 +20020,BSU_10930,KEGG_reaction,R02021 +20021,BSU_10930,KEGG_reaction,R04928 +20022,BSU_10940,KEGG_reaction,R05789 +20023,BSU_10950,KEGG_reaction,R07476 +20024,BSU_10960,KEGG_reaction,- +20025,BSU_10970,KEGG_reaction,R10847 +20026,BSU_10980,KEGG_reaction,- +20027,BSU_10990,KEGG_reaction,- +20028,BSU_11000,KEGG_reaction,- +20029,BSU_11010,KEGG_reaction,R00650 +20030,BSU_11010,KEGG_reaction,R00946 +20031,BSU_11010,KEGG_reaction,R01224 +20032,BSU_11010,KEGG_reaction,R07168 +20033,BSU_11010,KEGG_reaction,R09365 +20034,BSU_11020,KEGG_reaction,- +20035,BSU_11030,KEGG_reaction,- +20036,BSU_11040,KEGG_reaction,- +20037,BSU_11055,KEGG_reaction,- +20038,BSU_11070,KEGG_reaction,- +20039,BSU_11079,KEGG_reaction,- +20040,BSU_11080,KEGG_reaction,- +20041,BSU_11090,KEGG_reaction,- +20042,BSU_11100,KEGG_reaction,- +20043,BSU_11110,KEGG_reaction,- +20044,BSU_11120,KEGG_reaction,- +20045,BSU_11130,KEGG_reaction,- +20046,BSU_11139,KEGG_reaction,- +20047,BSU_11140,KEGG_reaction,R07280 +20048,BSU_11150,KEGG_reaction,- +20049,BSU_11160,KEGG_reaction,R09838 +20050,BSU_11170,KEGG_reaction,- +20051,BSU_11180,KEGG_reaction,- +20052,BSU_11190,KEGG_reaction,R03443 +20053,BSU_11200,KEGG_reaction,R00259 +20054,BSU_11200,KEGG_reaction,R02282 +20055,BSU_11200,KEGG_reaction,R02649 +20056,BSU_11210,KEGG_reaction,R02649 +20057,BSU_11220,KEGG_reaction,R02283 +20058,BSU_11220,KEGG_reaction,R04475 +20059,BSU_11230,KEGG_reaction,R00256 +20060,BSU_11230,KEGG_reaction,R00575 +20061,BSU_11230,KEGG_reaction,R01395 +20062,BSU_11230,KEGG_reaction,R10948 +20063,BSU_11230,KEGG_reaction,R10949 +20064,BSU_11240,KEGG_reaction,R00256 +20065,BSU_11240,KEGG_reaction,R00575 +20066,BSU_11240,KEGG_reaction,R01395 +20067,BSU_11240,KEGG_reaction,R10948 +20068,BSU_11240,KEGG_reaction,R10949 +20069,BSU_11250,KEGG_reaction,R01398 +20070,BSU_11260,KEGG_reaction,- +20071,BSU_11270,KEGG_reaction,- +20072,BSU_11280,KEGG_reaction,- +20073,BSU_11290,KEGG_reaction,- +20074,BSU_11300,KEGG_reaction,- +20075,BSU_11310,KEGG_reaction,- +20076,BSU_11320,KEGG_reaction,- +20077,BSU_11330,KEGG_reaction,R10707 +20078,BSU_11340,KEGG_reaction,R04355 +20079,BSU_11340,KEGG_reaction,R04726 +20080,BSU_11340,KEGG_reaction,R04952 +20081,BSU_11340,KEGG_reaction,R04957 +20082,BSU_11340,KEGG_reaction,R04960 +20083,BSU_11340,KEGG_reaction,R04963 +20084,BSU_11340,KEGG_reaction,R04968 +20085,BSU_11340,KEGG_reaction,R07762 +20086,BSU_11340,KEGG_reaction,R10115 +20087,BSU_11340,KEGG_reaction,R10119 +20088,BSU_11350,KEGG_reaction,- +20089,BSU_11360,KEGG_reaction,- +20090,BSU_11370,KEGG_reaction,- +20091,BSU_11381,KEGG_reaction,- +20092,BSU_11382,KEGG_reaction,- +20093,BSU_11390,KEGG_reaction,- +20094,BSU_11400,KEGG_reaction,- +20095,BSU_11410,KEGG_reaction,- +20096,BSU_11420,KEGG_reaction,R03664 +20097,BSU_11430,KEGG_reaction,- +20098,BSU_11440,KEGG_reaction,- +20099,BSU_11450,KEGG_reaction,- +20100,BSU_11460,KEGG_reaction,- +20101,BSU_11470,KEGG_reaction,- +20102,BSU_11480,KEGG_reaction,- +20103,BSU_11490,KEGG_reaction,- +20104,BSU_11500,KEGG_reaction,- +20105,BSU_11510,KEGG_reaction,- +20106,BSU_11520,KEGG_reaction,- +20107,BSU_11530,KEGG_reaction,- +20108,BSU_11540,KEGG_reaction,- +20109,BSU_11549,KEGG_reaction,- +20110,BSU_11550,KEGG_reaction,- +20111,BSU_11560,KEGG_reaction,- +20112,BSU_11570,KEGG_reaction,- +20113,BSU_11580,KEGG_reaction,- +20114,BSU_11590,KEGG_reaction,- +20115,BSU_11600,KEGG_reaction,R00429 +20116,BSU_11610,KEGG_reaction,R00104 +20117,BSU_11620,KEGG_reaction,- +20118,BSU_11630,KEGG_reaction,R00125 +20119,BSU_11640,KEGG_reaction,- +20120,BSU_11650,KEGG_reaction,R02133 +20121,BSU_11650,KEGG_reaction,R09993 +20122,BSU_11660,KEGG_reaction,R03223 +20123,BSU_11660,KEGG_reaction,R09977 +20124,BSU_11660,KEGG_reaction,R10712 +20125,BSU_11670,KEGG_reaction,R01374 +20126,BSU_11670,KEGG_reaction,R07463 +20127,BSU_11670,KEGG_reaction,R09493 +20128,BSU_11680,KEGG_reaction,- +20129,BSU_11690,KEGG_reaction,R10247 +20130,BSU_11700,KEGG_reaction,R07459 +20131,BSU_11710,KEGG_reaction,R00174 +20132,BSU_11710,KEGG_reaction,R01909 +20133,BSU_11710,KEGG_reaction,R02493 +20134,BSU_11710,KEGG_reaction,R03223 +20135,BSU_11710,KEGG_reaction,R03471 +20136,BSU_11710,KEGG_reaction,R03472 +20137,BSU_11710,KEGG_reaction,R04509 +20138,BSU_11710,KEGG_reaction,R10712 +20139,BSU_11720,KEGG_reaction,R01404 +20140,BSU_11720,KEGG_reaction,R04429 +20141,BSU_11720,KEGG_reaction,R04430 +20142,BSU_11720,KEGG_reaction,R04724 +20143,BSU_11720,KEGG_reaction,R04725 +20144,BSU_11720,KEGG_reaction,R04955 +20145,BSU_11720,KEGG_reaction,R04956 +20146,BSU_11720,KEGG_reaction,R04958 +20147,BSU_11720,KEGG_reaction,R04959 +20148,BSU_11720,KEGG_reaction,R04961 +20149,BSU_11720,KEGG_reaction,R04962 +20150,BSU_11720,KEGG_reaction,R04966 +20151,BSU_11720,KEGG_reaction,R04967 +20152,BSU_11720,KEGG_reaction,R04969 +20153,BSU_11720,KEGG_reaction,R04970 +20154,BSU_11720,KEGG_reaction,R07765 +20155,BSU_11720,KEGG_reaction,R10118 +20156,BSU_11720,KEGG_reaction,R10122 +20157,BSU_11720,KEGG_reaction,R11671 +20158,BSU_11730,KEGG_reaction,- +20159,BSU_11740,KEGG_reaction,- +20160,BSU_11750,KEGG_reaction,- +20161,BSU_11760,KEGG_reaction,- +20162,BSU_11770,KEGG_reaction,- +20163,BSU_11780,KEGG_reaction,- +20164,BSU_11790,KEGG_reaction,- +20165,BSU_11810,KEGG_reaction,- +20166,BSU_11820,KEGG_reaction,- +20167,BSU_11839,KEGG_reaction,- +20168,BSU_11840,KEGG_reaction,- +20169,BSU_11850,KEGG_reaction,- +20170,BSU_11860,KEGG_reaction,- +20171,BSU_11870,KEGG_reaction,R00782 +20172,BSU_11870,KEGG_reaction,R00999 +20173,BSU_11870,KEGG_reaction,R01001 +20174,BSU_11870,KEGG_reaction,R01283 +20175,BSU_11870,KEGG_reaction,R01286 +20176,BSU_11870,KEGG_reaction,R01288 +20177,BSU_11870,KEGG_reaction,R02408 +20178,BSU_11870,KEGG_reaction,R02508 +20179,BSU_11870,KEGG_reaction,R03217 +20180,BSU_11870,KEGG_reaction,R03260 +20181,BSU_11870,KEGG_reaction,R04941 +20182,BSU_11870,KEGG_reaction,R04944 +20183,BSU_11870,KEGG_reaction,R04945 +20184,BSU_11870,KEGG_reaction,R04946 +20185,BSU_11880,KEGG_reaction,R00782 +20186,BSU_11880,KEGG_reaction,R00999 +20187,BSU_11880,KEGG_reaction,R01001 +20188,BSU_11880,KEGG_reaction,R01283 +20189,BSU_11880,KEGG_reaction,R01286 +20190,BSU_11880,KEGG_reaction,R01288 +20191,BSU_11880,KEGG_reaction,R02408 +20192,BSU_11880,KEGG_reaction,R02508 +20193,BSU_11880,KEGG_reaction,R03217 +20194,BSU_11880,KEGG_reaction,R03260 +20195,BSU_11880,KEGG_reaction,R04941 +20196,BSU_11880,KEGG_reaction,R04944 +20197,BSU_11880,KEGG_reaction,R04945 +20198,BSU_11880,KEGG_reaction,R04946 +20199,BSU_11890,KEGG_reaction,- +20200,BSU_11900,KEGG_reaction,- +20201,BSU_11910,KEGG_reaction,- +20202,BSU_11920,KEGG_reaction,- +20203,BSU_11930,KEGG_reaction,- +20204,BSU_11940,KEGG_reaction,- +20205,BSU_11950,KEGG_reaction,- +20206,BSU_11960,KEGG_reaction,- +20207,BSU_11970,KEGG_reaction,- +20208,BSU_11980,KEGG_reaction,R04533 +20209,BSU_11980,KEGG_reaction,R04534 +20210,BSU_11980,KEGG_reaction,R04536 +20211,BSU_11980,KEGG_reaction,R04543 +20212,BSU_11980,KEGG_reaction,R04566 +20213,BSU_11980,KEGG_reaction,R04953 +20214,BSU_11980,KEGG_reaction,R04964 +20215,BSU_11980,KEGG_reaction,R07759 +20216,BSU_11980,KEGG_reaction,R07763 +20217,BSU_11980,KEGG_reaction,R10116 +20218,BSU_11980,KEGG_reaction,R10120 +20219,BSU_11980,KEGG_reaction,R11671 +20220,BSU_12000,KEGG_reaction,R03232 +20221,BSU_12000,KEGG_reaction,R05570 +20222,BSU_12010,KEGG_reaction,R02630 +20223,BSU_12010,KEGG_reaction,R03232 +20224,BSU_12020,KEGG_reaction,R01819 +20225,BSU_12030,KEGG_reaction,- +20226,BSU_12040,KEGG_reaction,- +20227,BSU_12060,KEGG_reaction,- +20228,BSU_12069,KEGG_reaction,- +20229,BSU_12070,KEGG_reaction,- +20230,BSU_12080,KEGG_reaction,R07411 +20231,BSU_12100,KEGG_reaction,- +20232,BSU_12110,KEGG_reaction,- +20233,BSU_12120,KEGG_reaction,- +20234,BSU_12130,KEGG_reaction,- +20235,BSU_12140,KEGG_reaction,- +20236,BSU_12150,KEGG_reaction,- +20237,BSU_12160,KEGG_reaction,R00134 +20238,BSU_12160,KEGG_reaction,R00519 +20239,BSU_12170,KEGG_reaction,- +20240,BSU_12190,KEGG_reaction,R01054 +20241,BSU_12210,KEGG_reaction,R05521 +20242,BSU_12210,KEGG_reaction,R05522 +20243,BSU_12210,KEGG_reaction,R10123 +20244,BSU_12220,KEGG_reaction,R06484 +20245,BSU_12220,KEGG_reaction,R06485 +20246,BSU_12220,KEGG_reaction,R06486 +20247,BSU_12220,KEGG_reaction,R06487 +20248,BSU_12220,KEGG_reaction,R06488 +20249,BSU_12220,KEGG_reaction,R06489 +20250,BSU_12220,KEGG_reaction,R06490 +20251,BSU_12220,KEGG_reaction,R06491 +20252,BSU_12220,KEGG_reaction,R06492 +20253,BSU_12220,KEGG_reaction,R06493 +20254,BSU_12220,KEGG_reaction,R06494 +20255,BSU_12220,KEGG_reaction,R06495 +20256,BSU_12220,KEGG_reaction,R06496 +20257,BSU_12220,KEGG_reaction,R06497 +20258,BSU_12220,KEGG_reaction,R06498 +20259,BSU_12220,KEGG_reaction,R06499 +20260,BSU_12220,KEGG_reaction,R11418 +20261,BSU_12220,KEGG_reaction,R11420 +20262,BSU_12220,KEGG_reaction,R11421 +20263,BSU_12229,KEGG_reaction,- +20264,BSU_12230,KEGG_reaction,R03165 +20265,BSU_12230,KEGG_reaction,R03194 +20266,BSU_12240,KEGG_reaction,- +20267,BSU_12250,KEGG_reaction,- +20268,BSU_12260,KEGG_reaction,- +20269,BSU_12270,KEGG_reaction,- +20270,BSU_12280,KEGG_reaction,- +20271,BSU_12290,KEGG_reaction,- +20272,BSU_12300,KEGG_reaction,R01482 +20273,BSU_12300,KEGG_reaction,R01983 +20274,BSU_12310,KEGG_reaction,- +20275,BSU_12320,KEGG_reaction,R02935 +20276,BSU_12320,KEGG_reaction,R02936 +20277,BSU_12330,KEGG_reaction,R10848 +20278,BSU_12340,KEGG_reaction,R05606 +20279,BSU_12350,KEGG_reaction,- +20280,BSU_12360,KEGG_reaction,- +20281,BSU_12370,KEGG_reaction,- +20282,BSU_12380,KEGG_reaction,R02555 +20283,BSU_12380,KEGG_reaction,R02703 +20284,BSU_12390,KEGG_reaction,R01540 +20285,BSU_12390,KEGG_reaction,R05608 +20286,BSU_12390,KEGG_reaction,R07633 +20287,BSU_12400,KEGG_reaction,- +20288,BSU_12410,KEGG_reaction,- +20289,BSU_12420,KEGG_reaction,- +20290,BSU_12430,KEGG_reaction,- +20291,BSU_12450,KEGG_reaction,- +20292,BSU_12460,KEGG_reaction,R04112 +20293,BSU_12470,KEGG_reaction,- +20294,BSU_12480,KEGG_reaction,- +20295,BSU_12490,KEGG_reaction,- +20296,BSU_12500,KEGG_reaction,- +20297,BSU_12510,KEGG_reaction,- +20298,BSU_12520,KEGG_reaction,- +20299,BSU_12530,KEGG_reaction,- +20300,BSU_12550,KEGG_reaction,- +20301,BSU_12560,KEGG_reaction,- +20302,BSU_12570,KEGG_reaction,- +20303,BSU_12580,KEGG_reaction,- +20304,BSU_12590,KEGG_reaction,- +20305,BSU_12600,KEGG_reaction,- +20306,BSU_12610,KEGG_reaction,- +20307,BSU_12619,KEGG_reaction,- +20308,BSU_12620,KEGG_reaction,- +20309,BSU_12630,KEGG_reaction,- +20310,BSU_12640,KEGG_reaction,- +20311,BSU_12649,KEGG_reaction,- +20312,BSU_12650,KEGG_reaction,- +20313,BSU_12660,KEGG_reaction,- +20314,BSU_12671,KEGG_reaction,- +20315,BSU_12672,KEGG_reaction,- +20316,BSU_12680,KEGG_reaction,- +20317,BSU_12690,KEGG_reaction,- +20318,BSU_12700,KEGG_reaction,- +20319,BSU_12710,KEGG_reaction,- +20320,BSU_12720,KEGG_reaction,- +20321,BSU_12730,KEGG_reaction,- +20322,BSU_12740,KEGG_reaction,- +20323,BSU_12749,KEGG_reaction,- +20324,BSU_12750,KEGG_reaction,- +20325,BSU_12760,KEGG_reaction,- +20326,BSU_12770,KEGG_reaction,- +20327,BSU_12780,KEGG_reaction,- +20328,BSU_12790,KEGG_reaction,- +20329,BSU_12800,KEGG_reaction,- +20330,BSU_12810,KEGG_reaction,R04112 +20331,BSU_12820,KEGG_reaction,- +20332,BSU_12830,KEGG_reaction,- +20333,BSU_12840,KEGG_reaction,- +20334,BSU_12850,KEGG_reaction,- +20335,BSU_12860,KEGG_reaction,- +20336,BSU_12870,KEGG_reaction,- +20337,BSU_12880,KEGG_reaction,- +20338,BSU_12890,KEGG_reaction,- +20339,BSU_12900,KEGG_reaction,- +20340,BSU_12910,KEGG_reaction,R01248 +20341,BSU_12910,KEGG_reaction,R01251 +20342,BSU_12910,KEGG_reaction,R03291 +20343,BSU_12910,KEGG_reaction,R03293 +20344,BSU_12920,KEGG_reaction,- +20345,BSU_12930,KEGG_reaction,- +20346,BSU_12940,KEGG_reaction,- +20347,BSU_12950,KEGG_reaction,- +20348,BSU_12960,KEGG_reaction,- +20349,BSU_12970,KEGG_reaction,- +20350,BSU_12980,KEGG_reaction,R10938 +20351,BSU_12990,KEGG_reaction,- +20352,BSU_13000,KEGG_reaction,- +20353,BSU_13010,KEGG_reaction,R02035 +20354,BSU_13020,KEGG_reaction,- +20355,BSU_13030,KEGG_reaction,- +20356,BSU_13040,KEGG_reaction,R02550 +20357,BSU_13040,KEGG_reaction,R03562 +20358,BSU_13040,KEGG_reaction,R05666 +20359,BSU_13040,KEGG_reaction,R09513 +20360,BSU_13050,KEGG_reaction,- +20361,BSU_13060,KEGG_reaction,- +20362,BSU_13070,KEGG_reaction,- +20363,BSU_13080,KEGG_reaction,- +20364,BSU_13090,KEGG_reaction,- +20365,BSU_13100,KEGG_reaction,- +20366,BSU_13110,KEGG_reaction,R00944 +20367,BSU_13110,KEGG_reaction,R09382 +20368,BSU_13110,KEGG_reaction,R09383 +20369,BSU_13110,KEGG_reaction,R09384 +20370,BSU_13110,KEGG_reaction,R09386 +20371,BSU_13120,KEGG_reaction,R00239 +20372,BSU_13130,KEGG_reaction,R03313 +20373,BSU_13140,KEGG_reaction,- +20374,BSU_13150,KEGG_reaction,- +20375,BSU_13160,KEGG_reaction,- +20376,BSU_13170,KEGG_reaction,R01663 +20377,BSU_13170,KEGG_reaction,R01676 +20378,BSU_13170,KEGG_reaction,R10223 +20379,BSU_13180,KEGG_reaction,R04405 +20380,BSU_13180,KEGG_reaction,R09365 +20381,BSU_13190,KEGG_reaction,- +20382,BSU_13200,KEGG_reaction,- +20383,BSU_13210,KEGG_reaction,- +20384,BSU_13220,KEGG_reaction,- +20385,BSU_13230,KEGG_reaction,- +20386,BSU_13240,KEGG_reaction,- +20387,BSU_13250,KEGG_reaction,- +20388,BSU_13260,KEGG_reaction,- +20389,BSU_13270,KEGG_reaction,- +20390,BSU_13280,KEGG_reaction,- +20391,BSU_13300,KEGG_reaction,- +20392,BSU_13310,KEGG_reaction,- +20393,BSU_13320,KEGG_reaction,- +20394,BSU_13330,KEGG_reaction,- +20395,BSU_13340,KEGG_reaction,- +20396,BSU_13350,KEGG_reaction,R02689 +20397,BSU_13350,KEGG_reaction,R04377 +20398,BSU_13360,KEGG_reaction,- +20399,BSU_13370,KEGG_reaction,- +20400,BSU_13380,KEGG_reaction,- +20401,BSU_13390,KEGG_reaction,- +20402,BSU_13400,KEGG_reaction,R00381 +20403,BSU_13410,KEGG_reaction,- +20404,BSU_13420,KEGG_reaction,- +20405,BSU_13430,KEGG_reaction,- +20406,BSU_13440,KEGG_reaction,- +20407,BSU_13450,KEGG_reaction,- +20408,BSU_13460,KEGG_reaction,- +20409,BSU_13470,KEGG_reaction,- +20410,BSU_13480,KEGG_reaction,- +20411,BSU_13490,KEGG_reaction,- +20412,BSU_13500,KEGG_reaction,- +20413,BSU_13509,KEGG_reaction,- +20414,BSU_13510,KEGG_reaction,- +20415,BSU_13520,KEGG_reaction,- +20416,BSU_13530,KEGG_reaction,- +20417,BSU_13540,KEGG_reaction,- +20418,BSU_13550,KEGG_reaction,R04420 +20419,BSU_13560,KEGG_reaction,R04143 +20420,BSU_13570,KEGG_reaction,R00269 +20421,BSU_13570,KEGG_reaction,R00348 +20422,BSU_13580,KEGG_reaction,R07396 +20423,BSU_13580,KEGG_reaction,R07613 +20424,BSU_13580,KEGG_reaction,R11068 +20425,BSU_13590,KEGG_reaction,R07393 +20426,BSU_13600,KEGG_reaction,R07392 +20427,BSU_13600,KEGG_reaction,R07394 +20428,BSU_13610,KEGG_reaction,R02262 +20429,BSU_13610,KEGG_reaction,R05850 +20430,BSU_13610,KEGG_reaction,R07392 +20431,BSU_13610,KEGG_reaction,R07394 +20432,BSU_13620,KEGG_reaction,R07363 +20433,BSU_13620,KEGG_reaction,R07364 +20434,BSU_13630,KEGG_reaction,- +20435,BSU_13640,KEGG_reaction,- +20436,BSU_13650,KEGG_reaction,- +20437,BSU_13660,KEGG_reaction,- +20438,BSU_13670,KEGG_reaction,- +20439,BSU_13680,KEGG_reaction,- +20440,BSU_13690,KEGG_reaction,- +20441,BSU_13700,KEGG_reaction,- +20442,BSU_13710,KEGG_reaction,- +20443,BSU_13720,KEGG_reaction,R09978 +20444,BSU_13730,KEGG_reaction,R04286 +20445,BSU_13730,KEGG_reaction,R09959 +20446,BSU_13740,KEGG_reaction,R04710 +20447,BSU_13740,KEGG_reaction,R10002 +20448,BSU_13750,KEGG_reaction,R07605 +20449,BSU_13760,KEGG_reaction,- +20450,BSU_13770,KEGG_reaction,- +20451,BSU_13780,KEGG_reaction,R04112 +20452,BSU_13789,KEGG_reaction,- +20453,BSU_13790,KEGG_reaction,- +20454,BSU_13799,KEGG_reaction,- +20455,BSU_13800,KEGG_reaction,- +20456,BSU_13810,KEGG_reaction,- +20457,BSU_13819,KEGG_reaction,- +20458,BSU_13820,KEGG_reaction,R04112 +20459,BSU_13830,KEGG_reaction,- +20460,BSU_13840,KEGG_reaction,- +20461,BSU_13850,KEGG_reaction,- +20462,BSU_13860,KEGG_reaction,- +20463,BSU_13870,KEGG_reaction,R00401 +20464,BSU_13880,KEGG_reaction,- +20465,BSU_13890,KEGG_reaction,R00811 +20466,BSU_13890,KEGG_reaction,R02631 +20467,BSU_13890,KEGG_reaction,R02738 +20468,BSU_13890,KEGG_reaction,R02780 +20469,BSU_13890,KEGG_reaction,R04111 +20470,BSU_13890,KEGG_reaction,R05199 +20471,BSU_13900,KEGG_reaction,- +20472,BSU_13910,KEGG_reaction,- +20473,BSU_13920,KEGG_reaction,- +20474,BSU_13930,KEGG_reaction,- +20475,BSU_13940,KEGG_reaction,R00259 +20476,BSU_13950,KEGG_reaction,- +20477,BSU_13960,KEGG_reaction,R01745 +20478,BSU_13960,KEGG_reaction,R01747 +20479,BSU_13960,KEGG_reaction,R05066 +20480,BSU_13970,KEGG_reaction,- +20481,BSU_13980,KEGG_reaction,- +20482,BSU_13990,KEGG_reaction,- +20483,BSU_14000,KEGG_reaction,R00355 +20484,BSU_14000,KEGG_reaction,R00694 +20485,BSU_14000,KEGG_reaction,R00734 +20486,BSU_14000,KEGG_reaction,R00896 +20487,BSU_14000,KEGG_reaction,R02433 +20488,BSU_14000,KEGG_reaction,R02619 +20489,BSU_14000,KEGG_reaction,R04467 +20490,BSU_14000,KEGG_reaction,R05052 +20491,BSU_14009,KEGG_reaction,- +20492,BSU_14010,KEGG_reaction,- +20493,BSU_14020,KEGG_reaction,- +20494,BSU_14030,KEGG_reaction,- +20495,BSU_14040,KEGG_reaction,- +20496,BSU_14050,KEGG_reaction,- +20497,BSU_14060,KEGG_reaction,R03707 +20498,BSU_14060,KEGG_reaction,R09078 +20499,BSU_14060,KEGG_reaction,R10505 +20500,BSU_14071,KEGG_reaction,R02833 +20501,BSU_14072,KEGG_reaction,- +20502,BSU_14090,KEGG_reaction,- +20503,BSU_14100,KEGG_reaction,- +20504,BSU_14110,KEGG_reaction,- +20505,BSU_14120,KEGG_reaction,- +20506,BSU_14130,KEGG_reaction,- +20507,BSU_14140,KEGG_reaction,- +20508,BSU_14150,KEGG_reaction,- +20509,BSU_14160,KEGG_reaction,- +20510,BSU_14170,KEGG_reaction,- +20511,BSU_14180,KEGG_reaction,R04364 +20512,BSU_14180,KEGG_reaction,R04365 +20513,BSU_14190,KEGG_reaction,R02733 +20514,BSU_14200,KEGG_reaction,- +20515,BSU_14210,KEGG_reaction,- +20516,BSU_14220,KEGG_reaction,- +20517,BSU_14230,KEGG_reaction,- +20518,BSU_14240,KEGG_reaction,- +20519,BSU_14250,KEGG_reaction,- +20520,BSU_14260,KEGG_reaction,R11581 +20521,BSU_14270,KEGG_reaction,R07459 +20522,BSU_14280,KEGG_reaction,R09735 +20523,BSU_14290,KEGG_reaction,R09735 +20524,BSU_14290,KEGG_reaction,R11581 +20525,BSU_14300,KEGG_reaction,R09395 +20526,BSU_14310,KEGG_reaction,R09395 +20527,BSU_14320,KEGG_reaction,- +20528,BSU_14330,KEGG_reaction,- +20529,BSU_14340,KEGG_reaction,- +20530,BSU_14350,KEGG_reaction,- +20531,BSU_14360,KEGG_reaction,- +20532,BSU_14370,KEGG_reaction,- +20533,BSU_14380,KEGG_reaction,- +20534,BSU_14390,KEGG_reaction,R00756 +20535,BSU_14390,KEGG_reaction,R02071 +20536,BSU_14390,KEGG_reaction,R03236 +20537,BSU_14390,KEGG_reaction,R03237 +20538,BSU_14390,KEGG_reaction,R03238 +20539,BSU_14390,KEGG_reaction,R03239 +20540,BSU_14390,KEGG_reaction,R04779 +20541,BSU_14400,KEGG_reaction,R03232 +20542,BSU_14410,KEGG_reaction,- +20543,BSU_14420,KEGG_reaction,- +20544,BSU_14430,KEGG_reaction,- +20545,BSU_14440,KEGG_reaction,R02472 +20546,BSU_14450,KEGG_reaction,- +20547,BSU_14460,KEGG_reaction,- +20548,BSU_14470,KEGG_reaction,- +20549,BSU_14480,KEGG_reaction,- +20550,BSU_14490,KEGG_reaction,- +20551,BSU_14500,KEGG_reaction,- +20552,BSU_14510,KEGG_reaction,- +20553,BSU_14520,KEGG_reaction,R01244 +20554,BSU_14530,KEGG_reaction,- +20555,BSU_14540,KEGG_reaction,- +20556,BSU_14550,KEGG_reaction,- +20557,BSU_14560,KEGG_reaction,R00653 +20558,BSU_14569,KEGG_reaction,- +20559,BSU_14570,KEGG_reaction,- +20560,BSU_14580,KEGG_reaction,R00014 +20561,BSU_14580,KEGG_reaction,R00209 +20562,BSU_14580,KEGG_reaction,R01699 +20563,BSU_14580,KEGG_reaction,R03270 +20564,BSU_14580,KEGG_reaction,R07599 +20565,BSU_14580,KEGG_reaction,R07600 +20566,BSU_14580,KEGG_reaction,R07601 +20567,BSU_14580,KEGG_reaction,R07602 +20568,BSU_14580,KEGG_reaction,R07603 +20569,BSU_14580,KEGG_reaction,R07604 +20570,BSU_14580,KEGG_reaction,R10996 +20571,BSU_14580,KEGG_reaction,R10997 +20572,BSU_14590,KEGG_reaction,R00014 +20573,BSU_14590,KEGG_reaction,R00209 +20574,BSU_14590,KEGG_reaction,R01699 +20575,BSU_14590,KEGG_reaction,R03270 +20576,BSU_14590,KEGG_reaction,R07599 +20577,BSU_14590,KEGG_reaction,R07600 +20578,BSU_14590,KEGG_reaction,R07601 +20579,BSU_14590,KEGG_reaction,R07602 +20580,BSU_14590,KEGG_reaction,R07603 +20581,BSU_14590,KEGG_reaction,R07604 +20582,BSU_14590,KEGG_reaction,R10996 +20583,BSU_14590,KEGG_reaction,R10997 +20584,BSU_14600,KEGG_reaction,R00209 +20585,BSU_14600,KEGG_reaction,R02569 +20586,BSU_14610,KEGG_reaction,R00209 +20587,BSU_14610,KEGG_reaction,R01221 +20588,BSU_14610,KEGG_reaction,R01698 +20589,BSU_14610,KEGG_reaction,R03815 +20590,BSU_14610,KEGG_reaction,R07618 +20591,BSU_14610,KEGG_reaction,R08549 +20592,BSU_14620,KEGG_reaction,- +20593,BSU_14629,KEGG_reaction,- +20594,BSU_14630,KEGG_reaction,R00566 +20595,BSU_14630,KEGG_reaction,R00670 +20596,BSU_14640,KEGG_reaction,- +20597,BSU_14650,KEGG_reaction,- +20598,BSU_14660,KEGG_reaction,- +20599,BSU_14670,KEGG_reaction,R01185 +20600,BSU_14670,KEGG_reaction,R01186 +20601,BSU_14670,KEGG_reaction,R01187 +20602,BSU_14680,KEGG_reaction,- +20603,BSU_14690,KEGG_reaction,- +20604,BSU_14700,KEGG_reaction,- +20605,BSU_14710,KEGG_reaction,- +20606,BSU_14720,KEGG_reaction,- +20607,BSU_14730,KEGG_reaction,- +20608,BSU_14740,KEGG_reaction,- +20609,BSU_14750,KEGG_reaction,- +20610,BSU_14760,KEGG_reaction,- +20611,BSU_14770,KEGG_reaction,- +20612,BSU_14780,KEGG_reaction,- +20613,BSU_14790,KEGG_reaction,- +20614,BSU_14800,KEGG_reaction,- +20615,BSU_14810,KEGG_reaction,- +20616,BSU_14820,KEGG_reaction,- +20617,BSU_14830,KEGG_reaction,R00256 +20618,BSU_14830,KEGG_reaction,R01579 +20619,BSU_14840,KEGG_reaction,- +20620,BSU_14850,KEGG_reaction,- +20621,BSU_14860,KEGG_reaction,R00344 +20622,BSU_14870,KEGG_reaction,R07411 +20623,BSU_14870,KEGG_reaction,R07412 +20624,BSU_14880,KEGG_reaction,R07411 +20625,BSU_14890,KEGG_reaction,R00081 +20626,BSU_14890,KEGG_reaction,R09492 +20627,BSU_14890,KEGG_reaction,R10151 +20628,BSU_14900,KEGG_reaction,R00081 +20629,BSU_14900,KEGG_reaction,R09492 +20630,BSU_14910,KEGG_reaction,R00081 +20631,BSU_14910,KEGG_reaction,R09492 +20632,BSU_14920,KEGG_reaction,R09492 +20633,BSU_14930,KEGG_reaction,- +20634,BSU_14940,KEGG_reaction,- +20635,BSU_14950,KEGG_reaction,- +20636,BSU_14960,KEGG_reaction,- +20637,BSU_14970,KEGG_reaction,- +20638,BSU_14980,KEGG_reaction,- +20639,BSU_14990,KEGG_reaction,- +20640,BSU_15000,KEGG_reaction,- +20641,BSU_15010,KEGG_reaction,R07234 +20642,BSU_15020,KEGG_reaction,R03035 +20643,BSU_15030,KEGG_reaction,- +20644,BSU_15040,KEGG_reaction,- +20645,BSU_15050,KEGG_reaction,- +20646,BSU_15060,KEGG_reaction,- +20647,BSU_15070,KEGG_reaction,- +20648,BSU_15080,KEGG_reaction,- +20649,BSU_15090,KEGG_reaction,- +20650,BSU_15100,KEGG_reaction,- +20651,BSU_15110,KEGG_reaction,R02472 +20652,BSU_15120,KEGG_reaction,- +20653,BSU_15130,KEGG_reaction,- +20654,BSU_15140,KEGG_reaction,- +20655,BSU_15150,KEGG_reaction,- +20656,BSU_15160,KEGG_reaction,- +20657,BSU_15170,KEGG_reaction,- +20658,BSU_15180,KEGG_reaction,R02788 +20659,BSU_15180,KEGG_reaction,R04617 +20660,BSU_15190,KEGG_reaction,R05629 +20661,BSU_15190,KEGG_reaction,R05630 +20662,BSU_15200,KEGG_reaction,R02783 +20663,BSU_15210,KEGG_reaction,- +20664,BSU_15220,KEGG_reaction,R03193 +20665,BSU_15220,KEGG_reaction,R05032 +20666,BSU_15220,KEGG_reaction,R05662 +20667,BSU_15230,KEGG_reaction,R03191 +20668,BSU_15230,KEGG_reaction,R03192 +20669,BSU_15240,KEGG_reaction,- +20670,BSU_15250,KEGG_reaction,- +20671,BSU_15260,KEGG_reaction,- +20672,BSU_15270,KEGG_reaction,- +20673,BSU_15280,KEGG_reaction,- +20674,BSU_15290,KEGG_reaction,- +20675,BSU_15300,KEGG_reaction,- +20676,BSU_15310,KEGG_reaction,- +20677,BSU_15320,KEGG_reaction,- +20678,BSU_15330,KEGG_reaction,- +20679,BSU_15340,KEGG_reaction,- +20680,BSU_15350,KEGG_reaction,R00669 +20681,BSU_15350,KEGG_reaction,R09107 +20682,BSU_15350,KEGG_reaction,R11313 +20683,BSU_15360,KEGG_reaction,- +20684,BSU_15370,KEGG_reaction,- +20685,BSU_15380,KEGG_reaction,- +20686,BSU_15390,KEGG_reaction,- +20687,BSU_15400,KEGG_reaction,- +20688,BSU_15410,KEGG_reaction,- +20689,BSU_15420,KEGG_reaction,- +20690,BSU_15430,KEGG_reaction,R03656 +20691,BSU_15440,KEGG_reaction,- +20692,BSU_15450,KEGG_reaction,- +20693,BSU_15460,KEGG_reaction,- +20694,BSU_15470,KEGG_reaction,R00966 +20695,BSU_15480,KEGG_reaction,- +20696,BSU_15490,KEGG_reaction,R01397 +20697,BSU_15500,KEGG_reaction,R01993 +20698,BSU_15510,KEGG_reaction,R00256 +20699,BSU_15510,KEGG_reaction,R00575 +20700,BSU_15510,KEGG_reaction,R01395 +20701,BSU_15510,KEGG_reaction,R10948 +20702,BSU_15510,KEGG_reaction,R10949 +20703,BSU_15520,KEGG_reaction,R00256 +20704,BSU_15520,KEGG_reaction,R00575 +20705,BSU_15520,KEGG_reaction,R01395 +20706,BSU_15520,KEGG_reaction,R10948 +20707,BSU_15520,KEGG_reaction,R10949 +20708,BSU_15530,KEGG_reaction,- +20709,BSU_15540,KEGG_reaction,R01867 +20710,BSU_15540,KEGG_reaction,R01869 +20711,BSU_15550,KEGG_reaction,R00965 +20712,BSU_15560,KEGG_reaction,R00965 +20713,BSU_15560,KEGG_reaction,R01870 +20714,BSU_15560,KEGG_reaction,R08231 +20715,BSU_15570,KEGG_reaction,R00509 +20716,BSU_15570,KEGG_reaction,R02021 +20717,BSU_15570,KEGG_reaction,R04928 +20718,BSU_15580,KEGG_reaction,- +20719,BSU_15590,KEGG_reaction,R00529 +20720,BSU_15590,KEGG_reaction,R04929 +20721,BSU_15600,KEGG_reaction,R00509 +20722,BSU_15600,KEGG_reaction,R04928 +20723,BSU_15610,KEGG_reaction,R03165 +20724,BSU_15610,KEGG_reaction,R03194 +20725,BSU_15620,KEGG_reaction,R02864 +20726,BSU_15620,KEGG_reaction,R05177 +20727,BSU_15620,KEGG_reaction,R05807 +20728,BSU_15620,KEGG_reaction,R05814 +20729,BSU_15630,KEGG_reaction,R02864 +20730,BSU_15630,KEGG_reaction,R03947 +20731,BSU_15640,KEGG_reaction,- +20732,BSU_15650,KEGG_reaction,- +20733,BSU_15660,KEGG_reaction,- +20734,BSU_15670,KEGG_reaction,- +20735,BSU_15680,KEGG_reaction,R00332 +20736,BSU_15680,KEGG_reaction,R02090 +20737,BSU_15690,KEGG_reaction,R00435 +20738,BSU_15690,KEGG_reaction,R00441 +20739,BSU_15690,KEGG_reaction,R00442 +20740,BSU_15690,KEGG_reaction,R00443 +20741,BSU_15700,KEGG_reaction,R03269 +20742,BSU_15700,KEGG_reaction,R04231 +20743,BSU_15710,KEGG_reaction,- +20744,BSU_15720,KEGG_reaction,R03940 +20745,BSU_15730,KEGG_reaction,R03940 +20746,BSU_15740,KEGG_reaction,- +20747,BSU_15750,KEGG_reaction,- +20748,BSU_15760,KEGG_reaction,- +20749,BSU_15770,KEGG_reaction,- +20750,BSU_15780,KEGG_reaction,R00615 +20751,BSU_15780,KEGG_reaction,R02135 +20752,BSU_15790,KEGG_reaction,R01529 +20753,BSU_15800,KEGG_reaction,R00619 +20754,BSU_15820,KEGG_reaction,- +20755,BSU_15830,KEGG_reaction,- +20756,BSU_15840,KEGG_reaction,- +20757,BSU_15850,KEGG_reaction,R00220 +20758,BSU_15850,KEGG_reaction,R00590 +20759,BSU_15860,KEGG_reaction,R00220 +20760,BSU_15860,KEGG_reaction,R00590 +20761,BSU_15870,KEGG_reaction,- +20762,BSU_15880,KEGG_reaction,R04420 +20763,BSU_15880,KEGG_reaction,R09840 +20764,BSU_15890,KEGG_reaction,R00851 +20765,BSU_15890,KEGG_reaction,R09380 +20766,BSU_15900,KEGG_reaction,R01626 +20767,BSU_15900,KEGG_reaction,R11671 +20768,BSU_15910,KEGG_reaction,R04533 +20769,BSU_15910,KEGG_reaction,R04534 +20770,BSU_15910,KEGG_reaction,R04536 +20771,BSU_15910,KEGG_reaction,R04543 +20772,BSU_15910,KEGG_reaction,R04566 +20773,BSU_15910,KEGG_reaction,R04953 +20774,BSU_15910,KEGG_reaction,R04964 +20775,BSU_15910,KEGG_reaction,R07759 +20776,BSU_15910,KEGG_reaction,R07763 +20777,BSU_15910,KEGG_reaction,R10116 +20778,BSU_15910,KEGG_reaction,R10120 +20779,BSU_15910,KEGG_reaction,R11671 +20780,BSU_15920,KEGG_reaction,- +20781,BSU_15930,KEGG_reaction,- +20782,BSU_15940,KEGG_reaction,- +20783,BSU_15950,KEGG_reaction,- +20784,BSU_15960,KEGG_reaction,- +20785,BSU_15970,KEGG_reaction,- +20786,BSU_15980,KEGG_reaction,- +20787,BSU_15990,KEGG_reaction,- +20788,BSU_16000,KEGG_reaction,- +20789,BSU_16010,KEGG_reaction,- +20790,BSU_16020,KEGG_reaction,- +20791,BSU_16030,KEGG_reaction,R00597 +20792,BSU_16030,KEGG_reaction,R05637 +20793,BSU_16040,KEGG_reaction,- +20794,BSU_16050,KEGG_reaction,- +20795,BSU_16060,KEGG_reaction,- +20796,BSU_16070,KEGG_reaction,- +20797,BSU_16080,KEGG_reaction,- +20798,BSU_16090,KEGG_reaction,R00405 +20799,BSU_16090,KEGG_reaction,R02404 +20800,BSU_16100,KEGG_reaction,R00405 +20801,BSU_16100,KEGG_reaction,R02404 +20802,BSU_16110,KEGG_reaction,- +20803,BSU_16120,KEGG_reaction,- +20804,BSU_16130,KEGG_reaction,- +20805,BSU_16140,KEGG_reaction,- +20806,BSU_16150,KEGG_reaction,- +20807,BSU_16160,KEGG_reaction,- +20808,BSU_16170,KEGG_reaction,- +20809,BSU_16180,KEGG_reaction,- +20810,BSU_16190,KEGG_reaction,- +20811,BSU_16200,KEGG_reaction,- +20812,BSU_16210,KEGG_reaction,- +20813,BSU_16220,KEGG_reaction,- +20814,BSU_16230,KEGG_reaction,- +20815,BSU_16240,KEGG_reaction,- +20816,BSU_16250,KEGG_reaction,- +20817,BSU_16260,KEGG_reaction,- +20818,BSU_16270,KEGG_reaction,- +20819,BSU_16280,KEGG_reaction,- +20820,BSU_16290,KEGG_reaction,- +20821,BSU_16299,KEGG_reaction,- +20822,BSU_16300,KEGG_reaction,- +20823,BSU_16310,KEGG_reaction,- +20824,BSU_16320,KEGG_reaction,- +20825,BSU_16330,KEGG_reaction,- +20826,BSU_16340,KEGG_reaction,- +20827,BSU_16350,KEGG_reaction,- +20828,BSU_16360,KEGG_reaction,- +20829,BSU_16370,KEGG_reaction,- +20830,BSU_16380,KEGG_reaction,- +20831,BSU_16390,KEGG_reaction,- +20832,BSU_16400,KEGG_reaction,- +20833,BSU_16410,KEGG_reaction,- +20834,BSU_16420,KEGG_reaction,- +20835,BSU_16430,KEGG_reaction,- +20836,BSU_16440,KEGG_reaction,- +20837,BSU_16450,KEGG_reaction,- +20838,BSU_16460,KEGG_reaction,- +20839,BSU_16470,KEGG_reaction,- +20840,BSU_16480,KEGG_reaction,- +20841,BSU_16490,KEGG_reaction,- +20842,BSU_16500,KEGG_reaction,- +20843,BSU_16510,KEGG_reaction,R00158 +20844,BSU_16520,KEGG_reaction,- +20845,BSU_16530,KEGG_reaction,R06447 +20846,BSU_16540,KEGG_reaction,R01799 +20847,BSU_16550,KEGG_reaction,R05688 +20848,BSU_16560,KEGG_reaction,- +20849,BSU_16570,KEGG_reaction,R03661 +20850,BSU_16580,KEGG_reaction,R00375 +20851,BSU_16580,KEGG_reaction,R00376 +20852,BSU_16580,KEGG_reaction,R00377 +20853,BSU_16580,KEGG_reaction,R00378 +20854,BSU_16590,KEGG_reaction,- +20855,BSU_16600,KEGG_reaction,- +20856,BSU_16610,KEGG_reaction,- +20857,BSU_16620,KEGG_reaction,- +20858,BSU_16630,KEGG_reaction,- +20859,BSU_16640,KEGG_reaction,- +20860,BSU_16650,KEGG_reaction,- +20861,BSU_16660,KEGG_reaction,- +20862,BSU_16670,KEGG_reaction,R00161 +20863,BSU_16670,KEGG_reaction,R00549 +20864,BSU_16680,KEGG_reaction,- +20865,BSU_16690,KEGG_reaction,R00437 +20866,BSU_16690,KEGG_reaction,R00438 +20867,BSU_16690,KEGG_reaction,R00439 +20868,BSU_16690,KEGG_reaction,R00440 +20869,BSU_16700,KEGG_reaction,- +20870,BSU_16710,KEGG_reaction,- +20871,BSU_16720,KEGG_reaction,- +20872,BSU_16730,KEGG_reaction,R00717 +20873,BSU_16730,KEGG_reaction,R01388 +20874,BSU_16730,KEGG_reaction,R01513 +20875,BSU_16740,KEGG_reaction,- +20876,BSU_16750,KEGG_reaction,R02291 +20877,BSU_16760,KEGG_reaction,R00480 +20878,BSU_16760,KEGG_reaction,R01773 +20879,BSU_16760,KEGG_reaction,R01775 +20880,BSU_16770,KEGG_reaction,R10147 +20881,BSU_16780,KEGG_reaction,- +20882,BSU_16790,KEGG_reaction,- +20883,BSU_16799,KEGG_reaction,- +20884,BSU_16800,KEGG_reaction,- +20885,BSU_16810,KEGG_reaction,- +20886,BSU_16825,KEGG_reaction,- +20887,BSU_16845,KEGG_reaction,- +20888,BSU_16860,KEGG_reaction,- +20889,BSU_16870,KEGG_reaction,R01505 +20890,BSU_16870,KEGG_reaction,R04533 +20891,BSU_16870,KEGG_reaction,R04534 +20892,BSU_16870,KEGG_reaction,R04536 +20893,BSU_16870,KEGG_reaction,R04543 +20894,BSU_16870,KEGG_reaction,R04566 +20895,BSU_16870,KEGG_reaction,R04953 +20896,BSU_16870,KEGG_reaction,R04964 +20897,BSU_16870,KEGG_reaction,R07759 +20898,BSU_16870,KEGG_reaction,R07763 +20899,BSU_16870,KEGG_reaction,R10116 +20900,BSU_16870,KEGG_reaction,R10120 +20901,BSU_16870,KEGG_reaction,R11671 +20902,BSU_16880,KEGG_reaction,- +20903,BSU_16890,KEGG_reaction,- +20904,BSU_16900,KEGG_reaction,- +20905,BSU_16910,KEGG_reaction,- +20906,BSU_16920,KEGG_reaction,R01801 +20907,BSU_16920,KEGG_reaction,R02030 +20908,BSU_16930,KEGG_reaction,R02322 +20909,BSU_16940,KEGG_reaction,- +20910,BSU_16950,KEGG_reaction,- +20911,BSU_16960,KEGG_reaction,- +20912,BSU_16970,KEGG_reaction,- +20913,BSU_16980,KEGG_reaction,- +20914,BSU_16990,KEGG_reaction,R01465 +20915,BSU_17000,KEGG_reaction,R00371 +20916,BSU_17000,KEGG_reaction,R03210 +20917,BSU_17000,KEGG_reaction,R10124 +20918,BSU_17010,KEGG_reaction,R10645 +20919,BSU_17010,KEGG_reaction,R10646 +20920,BSU_17010,KEGG_reaction,R10647 +20921,BSU_17020,KEGG_reaction,- +20922,BSU_17030,KEGG_reaction,- +20923,BSU_17040,KEGG_reaction,- +20924,BSU_17050,KEGG_reaction,- +20925,BSU_17060,KEGG_reaction,- +20926,BSU_17070,KEGG_reaction,- +20927,BSU_17080,KEGG_reaction,- +20928,BSU_17090,KEGG_reaction,R01736 +20929,BSU_17100,KEGG_reaction,R01626 +20930,BSU_17100,KEGG_reaction,R11671 +20931,BSU_17110,KEGG_reaction,- +20932,BSU_17120,KEGG_reaction,R00025 +20933,BSU_17120,KEGG_reaction,R01626 +20934,BSU_17120,KEGG_reaction,R11671 +20935,BSU_17130,KEGG_reaction,- +20936,BSU_17140,KEGG_reaction,R04355 +20937,BSU_17140,KEGG_reaction,R04726 +20938,BSU_17140,KEGG_reaction,R04952 +20939,BSU_17140,KEGG_reaction,R04957 +20940,BSU_17140,KEGG_reaction,R04960 +20941,BSU_17140,KEGG_reaction,R04963 +20942,BSU_17140,KEGG_reaction,R04968 +20943,BSU_17140,KEGG_reaction,R07762 +20944,BSU_17140,KEGG_reaction,R10115 +20945,BSU_17140,KEGG_reaction,R10119 +20946,BSU_17150,KEGG_reaction,R01978 +20947,BSU_17160,KEGG_reaction,R02085 +20948,BSU_17170,KEGG_reaction,- +20949,BSU_17180,KEGG_reaction,- +20950,BSU_17190,KEGG_reaction,- +20951,BSU_17200,KEGG_reaction,R01384 +20952,BSU_17210,KEGG_reaction,- +20953,BSU_17220,KEGG_reaction,- +20954,BSU_17230,KEGG_reaction,R10123 +20955,BSU_17240,KEGG_reaction,- +20956,BSU_17250,KEGG_reaction,- +20957,BSU_17260,KEGG_reaction,- +20958,BSU_17270,KEGG_reaction,- +20959,BSU_17280,KEGG_reaction,- +20960,BSU_17290,KEGG_reaction,- +20961,BSU_17300,KEGG_reaction,- +20962,BSU_17320,KEGG_reaction,- +20963,BSU_17330,KEGG_reaction,R01122 +20964,BSU_17340,KEGG_reaction,- +20965,BSU_17350,KEGG_reaction,- +20966,BSU_17360,KEGG_reaction,- +20967,BSU_17370,KEGG_reaction,R02017 +20968,BSU_17370,KEGG_reaction,R02018 +20969,BSU_17370,KEGG_reaction,R02019 +20970,BSU_17370,KEGG_reaction,R02024 +20971,BSU_17380,KEGG_reaction,R02017 +20972,BSU_17380,KEGG_reaction,R02018 +20973,BSU_17380,KEGG_reaction,R02019 +20974,BSU_17380,KEGG_reaction,R02024 +20975,BSU_17390,KEGG_reaction,R02017 +20976,BSU_17390,KEGG_reaction,R02018 +20977,BSU_17390,KEGG_reaction,R02019 +20978,BSU_17390,KEGG_reaction,R02024 +20979,BSU_17400,KEGG_reaction,- +20980,BSU_17410,KEGG_reaction,R04112 +20981,BSU_17420,KEGG_reaction,- +20982,BSU_17430,KEGG_reaction,- +20983,BSU_17440,KEGG_reaction,R00782 +20984,BSU_17440,KEGG_reaction,R01001 +20985,BSU_17440,KEGG_reaction,R02408 +20986,BSU_17440,KEGG_reaction,R04770 +20987,BSU_17440,KEGG_reaction,R04930 +20988,BSU_17440,KEGG_reaction,R09366 +20989,BSU_17450,KEGG_reaction,- +20990,BSU_17460,KEGG_reaction,R00253 +20991,BSU_17470,KEGG_reaction,- +20992,BSU_17480,KEGG_reaction,- +20993,BSU_17490,KEGG_reaction,- +20994,BSU_17500,KEGG_reaction,- +20995,BSU_17510,KEGG_reaction,- +20996,BSU_17520,KEGG_reaction,- +20997,BSU_17530,KEGG_reaction,- +20998,BSU_17540,KEGG_reaction,- +20999,BSU_17560,KEGG_reaction,R03509 +21000,BSU_17570,KEGG_reaction,- +21001,BSU_17580,KEGG_reaction,R01433 +21002,BSU_17590,KEGG_reaction,- +21003,BSU_17600,KEGG_reaction,R00878 +21004,BSU_17600,KEGG_reaction,R01432 +21005,BSU_17610,KEGG_reaction,R01639 +21006,BSU_17610,KEGG_reaction,R01737 +21007,BSU_17610,KEGG_reaction,R01902 +21008,BSU_17610,KEGG_reaction,R03014 +21009,BSU_17620,KEGG_reaction,- +21010,BSU_17630,KEGG_reaction,- +21011,BSU_17640,KEGG_reaction,R00401 +21012,BSU_17650,KEGG_reaction,- +21013,BSU_17660,KEGG_reaction,R02100 +21014,BSU_17660,KEGG_reaction,R03269 +21015,BSU_17660,KEGG_reaction,R04231 +21016,BSU_17660,KEGG_reaction,R11896 +21017,BSU_17680,KEGG_reaction,R02101 +21018,BSU_17690,KEGG_reaction,- +21019,BSU_17710,KEGG_reaction,- +21020,BSU_17720,KEGG_reaction,- +21021,BSU_17730,KEGG_reaction,- +21022,BSU_17750,KEGG_reaction,- +21023,BSU_17760,KEGG_reaction,- +21024,BSU_17770,KEGG_reaction,- +21025,BSU_17780,KEGG_reaction,- +21026,BSU_17790,KEGG_reaction,- +21027,BSU_17800,KEGG_reaction,- +21028,BSU_17820,KEGG_reaction,- +21029,BSU_17830,KEGG_reaction,- +21030,BSU_17840,KEGG_reaction,- +21031,BSU_17850,KEGG_reaction,- +21032,BSU_17860,KEGG_reaction,- +21033,BSU_17870,KEGG_reaction,- +21034,BSU_17880,KEGG_reaction,- +21035,BSU_17890,KEGG_reaction,R01067 +21036,BSU_17890,KEGG_reaction,R01641 +21037,BSU_17890,KEGG_reaction,R01830 +21038,BSU_17890,KEGG_reaction,R06590 +21039,BSU_17900,KEGG_reaction,- +21040,BSU_17910,KEGG_reaction,- +21041,BSU_17920,KEGG_reaction,- +21042,BSU_17930,KEGG_reaction,- +21043,BSU_17940,KEGG_reaction,- +21044,BSU_17950,KEGG_reaction,- +21045,BSU_17960,KEGG_reaction,- +21046,BSU_17970,KEGG_reaction,- +21047,BSU_17980,KEGG_reaction,- +21048,BSU_17990,KEGG_reaction,- +21049,BSU_18000,KEGG_reaction,R01324 +21050,BSU_18000,KEGG_reaction,R01325 +21051,BSU_18000,KEGG_reaction,R01900 +21052,BSU_18010,KEGG_reaction,- +21053,BSU_18020,KEGG_reaction,- +21054,BSU_18030,KEGG_reaction,- +21055,BSU_18040,KEGG_reaction,- +21056,BSU_18050,KEGG_reaction,- +21057,BSU_18060,KEGG_reaction,- +21058,BSU_18070,KEGG_reaction,R00851 +21059,BSU_18070,KEGG_reaction,R09380 +21060,BSU_18080,KEGG_reaction,- +21061,BSU_18090,KEGG_reaction,- +21062,BSU_18100,KEGG_reaction,- +21063,BSU_18109,KEGG_reaction,- +21064,BSU_18110,KEGG_reaction,- +21065,BSU_18120,KEGG_reaction,- +21066,BSU_18130,KEGG_reaction,R06200 +21067,BSU_18130,KEGG_reaction,R11307 +21068,BSU_18130,KEGG_reaction,R11308 +21069,BSU_18150,KEGG_reaction,- +21070,BSU_18160,KEGG_reaction,R01762 +21071,BSU_18170,KEGG_reaction,- +21072,BSU_18180,KEGG_reaction,R00289 +21073,BSU_18190,KEGG_reaction,- +21074,BSU_18200,KEGG_reaction,- +21075,BSU_18210,KEGG_reaction,R01859 +21076,BSU_18220,KEGG_reaction,R03026 +21077,BSU_18230,KEGG_reaction,R01360 +21078,BSU_18230,KEGG_reaction,R04138 +21079,BSU_18230,KEGG_reaction,R08090 +21080,BSU_18239,KEGG_reaction,R00209 +21081,BSU_18239,KEGG_reaction,R00344 +21082,BSU_18239,KEGG_reaction,R00742 +21083,BSU_18239,KEGG_reaction,R02569 +21084,BSU_18240,KEGG_reaction,R00742 +21085,BSU_18240,KEGG_reaction,R01859 +21086,BSU_18240,KEGG_reaction,R04138 +21087,BSU_18240,KEGG_reaction,R04385 +21088,BSU_18250,KEGG_reaction,- +21089,BSU_18260,KEGG_reaction,R01175 +21090,BSU_18260,KEGG_reaction,R01178 +21091,BSU_18260,KEGG_reaction,R02661 +21092,BSU_18260,KEGG_reaction,R03172 +21093,BSU_18260,KEGG_reaction,R04751 +21094,BSU_18270,KEGG_reaction,- +21095,BSU_18280,KEGG_reaction,- +21096,BSU_18290,KEGG_reaction,- +21097,BSU_18300,KEGG_reaction,R07644 +21098,BSU_18310,KEGG_reaction,- +21099,BSU_18320,KEGG_reaction,- +21100,BSU_18330,KEGG_reaction,- +21101,BSU_18340,KEGG_reaction,- +21102,BSU_18350,KEGG_reaction,- +21103,BSU_18360,KEGG_reaction,R01602 +21104,BSU_18360,KEGG_reaction,R10619 +21105,BSU_18370,KEGG_reaction,- +21106,BSU_18380,KEGG_reaction,- +21107,BSU_18390,KEGG_reaction,- +21108,BSU_18400,KEGG_reaction,- +21109,BSU_18410,KEGG_reaction,R00494 +21110,BSU_18410,KEGG_reaction,R01262 +21111,BSU_18410,KEGG_reaction,R01687 +21112,BSU_18410,KEGG_reaction,R03867 +21113,BSU_18410,KEGG_reaction,R03916 +21114,BSU_18410,KEGG_reaction,R03970 +21115,BSU_18410,KEGG_reaction,R03971 +21116,BSU_18410,KEGG_reaction,R04935 +21117,BSU_18420,KEGG_reaction,- +21118,BSU_18430,KEGG_reaction,- +21119,BSU_18440,KEGG_reaction,R00093 +21120,BSU_18440,KEGG_reaction,R00114 +21121,BSU_18440,KEGG_reaction,R00248 +21122,BSU_18450,KEGG_reaction,R00021 +21123,BSU_18450,KEGG_reaction,R00093 +21124,BSU_18450,KEGG_reaction,R00114 +21125,BSU_18450,KEGG_reaction,R00248 +21126,BSU_18450,KEGG_reaction,R10086 +21127,BSU_18460,KEGG_reaction,- +21128,BSU_18470,KEGG_reaction,R00239 +21129,BSU_18480,KEGG_reaction,R01248 +21130,BSU_18480,KEGG_reaction,R01251 +21131,BSU_18480,KEGG_reaction,R03291 +21132,BSU_18480,KEGG_reaction,R03293 +21133,BSU_18490,KEGG_reaction,- +21134,BSU_18500,KEGG_reaction,R04533 +21135,BSU_18500,KEGG_reaction,R04534 +21136,BSU_18500,KEGG_reaction,R04536 +21137,BSU_18500,KEGG_reaction,R04543 +21138,BSU_18500,KEGG_reaction,R04566 +21139,BSU_18500,KEGG_reaction,R04953 +21140,BSU_18500,KEGG_reaction,R04964 +21141,BSU_18500,KEGG_reaction,R07759 +21142,BSU_18500,KEGG_reaction,R07763 +21143,BSU_18500,KEGG_reaction,R10116 +21144,BSU_18500,KEGG_reaction,R10120 +21145,BSU_18500,KEGG_reaction,R11671 +21146,BSU_18510,KEGG_reaction,- +21147,BSU_18520,KEGG_reaction,- +21148,BSU_18530,KEGG_reaction,- +21149,BSU_18540,KEGG_reaction,- +21150,BSU_18550,KEGG_reaction,R01639 +21151,BSU_18550,KEGG_reaction,R01737 +21152,BSU_18550,KEGG_reaction,R01902 +21153,BSU_18550,KEGG_reaction,R03014 +21154,BSU_18550,KEGG_reaction,R11183 +21155,BSU_18560,KEGG_reaction,R01513 +21156,BSU_18570,KEGG_reaction,- +21157,BSU_18580,KEGG_reaction,- +21158,BSU_18590,KEGG_reaction,- +21159,BSU_18596,KEGG_reaction,- +21160,BSU_18600,KEGG_reaction,- +21161,BSU_18610,KEGG_reaction,- +21162,BSU_18620,KEGG_reaction,R02698 +21163,BSU_18620,KEGG_reaction,R03299 +21164,BSU_18630,KEGG_reaction,- +21165,BSU_18640,KEGG_reaction,- +21166,BSU_18650,KEGG_reaction,R02361 +21167,BSU_18650,KEGG_reaction,R06240 +21168,BSU_18660,KEGG_reaction,- +21169,BSU_18670,KEGG_reaction,R00522 +21170,BSU_18690,KEGG_reaction,R01334 +21171,BSU_18700,KEGG_reaction,- +21172,BSU_18710,KEGG_reaction,- +21173,BSU_18720,KEGG_reaction,- +21174,BSU_18730,KEGG_reaction,- +21175,BSU_18740,KEGG_reaction,- +21176,BSU_18750,KEGG_reaction,- +21177,BSU_18760,KEGG_reaction,- +21178,BSU_18770,KEGG_reaction,- +21179,BSU_18780,KEGG_reaction,- +21180,BSU_18790,KEGG_reaction,R00009 +21181,BSU_18790,KEGG_reaction,R00602 +21182,BSU_18790,KEGG_reaction,R02670 +21183,BSU_18800,KEGG_reaction,R06363 +21184,BSU_18830,KEGG_reaction,R00199 +21185,BSU_18840,KEGG_reaction,- +21186,BSU_18849,KEGG_reaction,- +21187,BSU_18850,KEGG_reaction,- +21188,BSU_18870,KEGG_reaction,- +21189,BSU_18880,KEGG_reaction,- +21190,BSU_18890,KEGG_reaction,- +21191,BSU_18910,KEGG_reaction,- +21192,BSU_18930,KEGG_reaction,- +21193,BSU_18940,KEGG_reaction,- +21194,BSU_18950,KEGG_reaction,- +21195,BSU_18960,KEGG_reaction,- +21196,BSU_18970,KEGG_reaction,- +21197,BSU_18980,KEGG_reaction,- +21198,BSU_18990,KEGG_reaction,- +21199,BSU_19000,KEGG_reaction,- +21200,BSU_19010,KEGG_reaction,- +21201,BSU_19020,KEGG_reaction,R02173 +21202,BSU_19020,KEGG_reaction,R02382 +21203,BSU_19020,KEGG_reaction,R02529 +21204,BSU_19020,KEGG_reaction,R02532 +21205,BSU_19020,KEGG_reaction,R02613 +21206,BSU_19020,KEGG_reaction,R02908 +21207,BSU_19020,KEGG_reaction,R02919 +21208,BSU_19020,KEGG_reaction,R04025 +21209,BSU_19020,KEGG_reaction,R04300 +21210,BSU_19020,KEGG_reaction,R04674 +21211,BSU_19020,KEGG_reaction,R04890 +21212,BSU_19020,KEGG_reaction,R04893 +21213,BSU_19020,KEGG_reaction,R04894 +21214,BSU_19020,KEGG_reaction,R04907 +21215,BSU_19020,KEGG_reaction,R04908 +21216,BSU_19020,KEGG_reaction,R08346 +21217,BSU_19020,KEGG_reaction,R08347 +21218,BSU_19020,KEGG_reaction,R08348 +21219,BSU_19020,KEGG_reaction,R11354 +21220,BSU_19030,KEGG_reaction,- +21221,BSU_19040,KEGG_reaction,R03658 +21222,BSU_19040,KEGG_reaction,R03659 +21223,BSU_19040,KEGG_reaction,R03660 +21224,BSU_19040,KEGG_reaction,R04773 +21225,BSU_19050,KEGG_reaction,- +21226,BSU_19060,KEGG_reaction,R00259 +21227,BSU_19070,KEGG_reaction,- +21228,BSU_19080,KEGG_reaction,- +21229,BSU_19090,KEGG_reaction,- +21230,BSU_19100,KEGG_reaction,- +21231,BSU_19110,KEGG_reaction,- +21232,BSU_19120,KEGG_reaction,- +21233,BSU_19130,KEGG_reaction,- +21234,BSU_19140,KEGG_reaction,- +21235,BSU_19150,KEGG_reaction,- +21236,BSU_19160,KEGG_reaction,- +21237,BSU_19170,KEGG_reaction,- +21238,BSU_19180,KEGG_reaction,- +21239,BSU_19190,KEGG_reaction,- +21240,BSU_19200,KEGG_reaction,- +21241,BSU_19210,KEGG_reaction,- +21242,BSU_19220,KEGG_reaction,- +21243,BSU_19230,KEGG_reaction,- +21244,BSU_19240,KEGG_reaction,- +21245,BSU_19250,KEGG_reaction,- +21246,BSU_19259,KEGG_reaction,- +21247,BSU_19260,KEGG_reaction,- +21248,BSU_19270,KEGG_reaction,- +21249,BSU_19280,KEGG_reaction,- +21250,BSU_19290,KEGG_reaction,- +21251,BSU_19300,KEGG_reaction,- +21252,BSU_19310,KEGG_reaction,R00264 +21253,BSU_19310,KEGG_reaction,R00631 +21254,BSU_19310,KEGG_reaction,R00710 +21255,BSU_19310,KEGG_reaction,R00904 +21256,BSU_19310,KEGG_reaction,R01752 +21257,BSU_19310,KEGG_reaction,R01986 +21258,BSU_19310,KEGG_reaction,R02536 +21259,BSU_19310,KEGG_reaction,R02549 +21260,BSU_19310,KEGG_reaction,R02678 +21261,BSU_19310,KEGG_reaction,R02940 +21262,BSU_19310,KEGG_reaction,R02957 +21263,BSU_19310,KEGG_reaction,R03283 +21264,BSU_19310,KEGG_reaction,R03869 +21265,BSU_19310,KEGG_reaction,R04065 +21266,BSU_19310,KEGG_reaction,R04506 +21267,BSU_19310,KEGG_reaction,R04903 +21268,BSU_19310,KEGG_reaction,R05050 +21269,BSU_19310,KEGG_reaction,R05237 +21270,BSU_19310,KEGG_reaction,R05238 +21271,BSU_19310,KEGG_reaction,R05286 +21272,BSU_19310,KEGG_reaction,R06366 +21273,BSU_19310,KEGG_reaction,R08146 +21274,BSU_19320,KEGG_reaction,R03199 +21275,BSU_19330,KEGG_reaction,- +21276,BSU_19340,KEGG_reaction,- +21277,BSU_19350,KEGG_reaction,- +21278,BSU_19360,KEGG_reaction,R02570 +21279,BSU_19360,KEGG_reaction,R02571 +21280,BSU_19360,KEGG_reaction,R08549 +21281,BSU_19370,KEGG_reaction,R00621 +21282,BSU_19370,KEGG_reaction,R01933 +21283,BSU_19370,KEGG_reaction,R01940 +21284,BSU_19370,KEGG_reaction,R03316 +21285,BSU_19370,KEGG_reaction,R08549 +21286,BSU_19380,KEGG_reaction,- +21287,BSU_19390,KEGG_reaction,R00294 +21288,BSU_19400,KEGG_reaction,- +21289,BSU_19410,KEGG_reaction,- +21290,BSU_19420,KEGG_reaction,- +21291,BSU_19430,KEGG_reaction,- +21292,BSU_19440,KEGG_reaction,- +21293,BSU_19450,KEGG_reaction,- +21294,BSU_19460,KEGG_reaction,- +21295,BSU_19470,KEGG_reaction,- +21296,BSU_19479,KEGG_reaction,- +21297,BSU_19480,KEGG_reaction,- +21298,BSU_19490,KEGG_reaction,- +21299,BSU_19510,KEGG_reaction,- +21300,BSU_19520,KEGG_reaction,- +21301,BSU_19530,KEGG_reaction,- +21302,BSU_19540,KEGG_reaction,- +21303,BSU_19550,KEGG_reaction,- +21304,BSU_19560,KEGG_reaction,- +21305,BSU_19570,KEGG_reaction,- +21306,BSU_19579,KEGG_reaction,- +21307,BSU_19580,KEGG_reaction,- +21308,BSU_19590,KEGG_reaction,- +21309,BSU_19600,KEGG_reaction,- +21310,BSU_19610,KEGG_reaction,- +21311,BSU_19620,KEGG_reaction,- +21312,BSU_19630,KEGG_reaction,R01402 +21313,BSU_19630,KEGG_reaction,R01561 +21314,BSU_19630,KEGG_reaction,R01863 +21315,BSU_19630,KEGG_reaction,R01969 +21316,BSU_19630,KEGG_reaction,R02147 +21317,BSU_19630,KEGG_reaction,R02294 +21318,BSU_19630,KEGG_reaction,R02295 +21319,BSU_19630,KEGG_reaction,R02297 +21320,BSU_19630,KEGG_reaction,R02484 +21321,BSU_19630,KEGG_reaction,R02557 +21322,BSU_19630,KEGG_reaction,R02748 +21323,BSU_19630,KEGG_reaction,R08368 +21324,BSU_19630,KEGG_reaction,R10244 +21325,BSU_19639,KEGG_reaction,- +21326,BSU_19640,KEGG_reaction,- +21327,BSU_19650,KEGG_reaction,R05627 +21328,BSU_19660,KEGG_reaction,- +21329,BSU_19670,KEGG_reaction,- +21330,BSU_19680,KEGG_reaction,- +21331,BSU_19689,KEGG_reaction,- +21332,BSU_19690,KEGG_reaction,R00461 +21333,BSU_19700,KEGG_reaction,R11701 +21334,BSU_19710,KEGG_reaction,R00669 +21335,BSU_19710,KEGG_reaction,R02734 +21336,BSU_19710,KEGG_reaction,R09107 +21337,BSU_19710,KEGG_reaction,R11313 +21338,BSU_19720,KEGG_reaction,R00410 +21339,BSU_19720,KEGG_reaction,R01179 +21340,BSU_19720,KEGG_reaction,R01359 +21341,BSU_19720,KEGG_reaction,R01365 +21342,BSU_19720,KEGG_reaction,R07832 +21343,BSU_19730,KEGG_reaction,R01179 +21344,BSU_19730,KEGG_reaction,R01359 +21345,BSU_19730,KEGG_reaction,R01365 +21346,BSU_19730,KEGG_reaction,R07832 +21347,BSU_19740,KEGG_reaction,R03231 +21348,BSU_19740,KEGG_reaction,R10699 +21349,BSU_19750,KEGG_reaction,- +21350,BSU_19760,KEGG_reaction,- +21351,BSU_19770,KEGG_reaction,- +21352,BSU_19780,KEGG_reaction,- +21353,BSU_19790,KEGG_reaction,- +21354,BSU_19800,KEGG_reaction,R03371 +21355,BSU_19810,KEGG_reaction,R09697 +21356,BSU_19830,KEGG_reaction,- +21357,BSU_19940,KEGG_reaction,- +21358,BSU_19950,KEGG_reaction,- +21359,BSU_20010,KEGG_reaction,- +21360,BSU_20020,KEGG_reaction,R02100 +21361,BSU_20020,KEGG_reaction,R03269 +21362,BSU_20020,KEGG_reaction,R04231 +21363,BSU_20020,KEGG_reaction,R11896 +21364,BSU_20030,KEGG_reaction,- +21365,BSU_20040,KEGG_reaction,R02017 +21366,BSU_20040,KEGG_reaction,R02018 +21367,BSU_20040,KEGG_reaction,R02019 +21368,BSU_20040,KEGG_reaction,R02024 +21369,BSU_20050,KEGG_reaction,- +21370,BSU_20060,KEGG_reaction,R02017 +21371,BSU_20060,KEGG_reaction,R02018 +21372,BSU_20060,KEGG_reaction,R02019 +21373,BSU_20060,KEGG_reaction,R02024 +21374,BSU_20070,KEGG_reaction,R02017 +21375,BSU_20070,KEGG_reaction,R02018 +21376,BSU_20070,KEGG_reaction,R02019 +21377,BSU_20070,KEGG_reaction,R02024 +21378,BSU_20250,KEGG_reaction,R04858 +21379,BSU_20270,KEGG_reaction,R00183 +21380,BSU_20270,KEGG_reaction,R00511 +21381,BSU_20270,KEGG_reaction,R00963 +21382,BSU_20270,KEGG_reaction,R01126 +21383,BSU_20270,KEGG_reaction,R01227 +21384,BSU_20270,KEGG_reaction,R01569 +21385,BSU_20270,KEGG_reaction,R01664 +21386,BSU_20270,KEGG_reaction,R01968 +21387,BSU_20270,KEGG_reaction,R02088 +21388,BSU_20270,KEGG_reaction,R02102 +21389,BSU_20270,KEGG_reaction,R02323 +21390,BSU_20270,KEGG_reaction,R02719 +21391,BSU_20270,KEGG_reaction,R03346 +21392,BSU_20280,KEGG_reaction,R02094 +21393,BSU_20280,KEGG_reaction,R02098 +21394,BSU_20280,KEGG_reaction,R02101 +21395,BSU_20330,KEGG_reaction,- +21396,BSU_20340,KEGG_reaction,R00375 +21397,BSU_20340,KEGG_reaction,R00376 +21398,BSU_20340,KEGG_reaction,R00377 +21399,BSU_20340,KEGG_reaction,R00378 +21400,BSU_20350,KEGG_reaction,- +21401,BSU_20360,KEGG_reaction,- +21402,BSU_20370,KEGG_reaction,- +21403,BSU_20380,KEGG_reaction,- +21404,BSU_20390,KEGG_reaction,- +21405,BSU_20400,KEGG_reaction,- +21406,BSU_20450,KEGG_reaction,- +21407,BSU_20460,KEGG_reaction,- +21408,BSU_20490,KEGG_reaction,- +21409,BSU_20500,KEGG_reaction,R00381 +21410,BSU_20500,KEGG_reaction,R00382 +21411,BSU_20500,KEGG_reaction,R10822 +21412,BSU_20500,KEGG_reaction,R10823 +21413,BSU_20510,KEGG_reaction,- +21414,BSU_20580,KEGG_reaction,- +21415,BSU_20610,KEGG_reaction,- +21416,BSU_20630,KEGG_reaction,- +21417,BSU_20670,KEGG_reaction,- +21418,BSU_20780,KEGG_reaction,- +21419,BSU_20790,KEGG_reaction,- +21420,BSU_20800,KEGG_reaction,- +21421,BSU_20810,KEGG_reaction,- +21422,BSU_20860,KEGG_reaction,- +21423,BSU_20880,KEGG_reaction,- +21424,BSU_20890,KEGG_reaction,- +21425,BSU_20928,KEGG_reaction,- +21426,BSU_20930,KEGG_reaction,- +21427,BSU_20940,KEGG_reaction,- +21428,BSU_20950,KEGG_reaction,- +21429,BSU_20960,KEGG_reaction,- +21430,BSU_20980,KEGG_reaction,- +21431,BSU_21020,KEGG_reaction,- +21432,BSU_21040,KEGG_reaction,- +21433,BSU_21050,KEGG_reaction,- +21434,BSU_21070,KEGG_reaction,- +21435,BSU_21100,KEGG_reaction,- +21436,BSU_21110,KEGG_reaction,- +21437,BSU_21120,KEGG_reaction,- +21438,BSU_21130,KEGG_reaction,- +21439,BSU_21140,KEGG_reaction,- +21440,BSU_21150,KEGG_reaction,- +21441,BSU_21160,KEGG_reaction,- +21442,BSU_21170,KEGG_reaction,- +21443,BSU_21190,KEGG_reaction,- +21444,BSU_21200,KEGG_reaction,- +21445,BSU_21210,KEGG_reaction,- +21446,BSU_21220,KEGG_reaction,- +21447,BSU_21240,KEGG_reaction,- +21448,BSU_21250,KEGG_reaction,- +21449,BSU_21270,KEGG_reaction,- +21450,BSU_21280,KEGG_reaction,- +21451,BSU_21290,KEGG_reaction,- +21452,BSU_21300,KEGG_reaction,- +21453,BSU_21340,KEGG_reaction,- +21454,BSU_21350,KEGG_reaction,- +21455,BSU_21360,KEGG_reaction,- +21456,BSU_21370,KEGG_reaction,- +21457,BSU_21380,KEGG_reaction,- +21458,BSU_21390,KEGG_reaction,- +21459,BSU_21400,KEGG_reaction,- +21460,BSU_21410,KEGG_reaction,R04112 +21461,BSU_21420,KEGG_reaction,- +21462,BSU_21430,KEGG_reaction,- +21463,BSU_21440,KEGG_reaction,- +21464,BSU_21450,KEGG_reaction,- +21465,BSU_21460,KEGG_reaction,- +21466,BSU_21470,KEGG_reaction,- +21467,BSU_21500,KEGG_reaction,- +21468,BSU_21510,KEGG_reaction,- +21469,BSU_21520,KEGG_reaction,- +21470,BSU_21550,KEGG_reaction,- +21471,BSU_21560,KEGG_reaction,- +21472,BSU_21570,KEGG_reaction,- +21473,BSU_21580,KEGG_reaction,- +21474,BSU_21590,KEGG_reaction,- +21475,BSU_21598,KEGG_reaction,- +21476,BSU_21599,KEGG_reaction,- +21477,BSU_21600,KEGG_reaction,- +21478,BSU_21610,KEGG_reaction,- +21479,BSU_21620,KEGG_reaction,- +21480,BSU_21630,KEGG_reaction,- +21481,BSU_21640,KEGG_reaction,- +21482,BSU_21650,KEGG_reaction,- +21483,BSU_21660,KEGG_reaction,- +21484,BSU_21670,KEGG_reaction,R09697 +21485,BSU_21680,KEGG_reaction,- +21486,BSU_21690,KEGG_reaction,- +21487,BSU_21700,KEGG_reaction,- +21488,BSU_21710,KEGG_reaction,- +21489,BSU_21720,KEGG_reaction,- +21490,BSU_21730,KEGG_reaction,- +21491,BSU_21740,KEGG_reaction,- +21492,BSU_21750,KEGG_reaction,- +21493,BSU_21760,KEGG_reaction,- +21494,BSU_21770,KEGG_reaction,R00220 +21495,BSU_21770,KEGG_reaction,R00996 +21496,BSU_21780,KEGG_reaction,- +21497,BSU_21790,KEGG_reaction,- +21498,BSU_21800,KEGG_reaction,R02241 +21499,BSU_21800,KEGG_reaction,R09381 +21500,BSU_21810,KEGG_reaction,R00936 +21501,BSU_21810,KEGG_reaction,R00937 +21502,BSU_21810,KEGG_reaction,R00939 +21503,BSU_21810,KEGG_reaction,R00940 +21504,BSU_21810,KEGG_reaction,R02235 +21505,BSU_21810,KEGG_reaction,R02236 +21506,BSU_21810,KEGG_reaction,R05681 +21507,BSU_21810,KEGG_reaction,R05837 +21508,BSU_21810,KEGG_reaction,R07406 +21509,BSU_21810,KEGG_reaction,R11765 +21510,BSU_21820,KEGG_reaction,R02101 +21511,BSU_21830,KEGG_reaction,R02029 +21512,BSU_21840,KEGG_reaction,- +21513,BSU_21850,KEGG_reaction,- +21514,BSU_21860,KEGG_reaction,- +21515,BSU_21870,KEGG_reaction,R01209 +21516,BSU_21870,KEGG_reaction,R04441 +21517,BSU_21870,KEGG_reaction,R05070 +21518,BSU_21880,KEGG_reaction,- +21519,BSU_21890,KEGG_reaction,- +21520,BSU_21900,KEGG_reaction,R00274 +21521,BSU_21900,KEGG_reaction,R07034 +21522,BSU_21900,KEGG_reaction,R07035 +21523,BSU_21910,KEGG_reaction,R01777 +21524,BSU_21920,KEGG_reaction,R02689 +21525,BSU_21920,KEGG_reaction,R04377 +21526,BSU_21930,KEGG_reaction,- +21527,BSU_21940,KEGG_reaction,- +21528,BSU_21950,KEGG_reaction,- +21529,BSU_21960,KEGG_reaction,- +21530,BSU_21970,KEGG_reaction,- +21531,BSU_21980,KEGG_reaction,- +21532,BSU_21990,KEGG_reaction,- +21533,BSU_22010,KEGG_reaction,R00375 +21534,BSU_22010,KEGG_reaction,R00376 +21535,BSU_22010,KEGG_reaction,R00377 +21536,BSU_22010,KEGG_reaction,R00378 +21537,BSU_22020,KEGG_reaction,- +21538,BSU_22030,KEGG_reaction,- +21539,BSU_22040,KEGG_reaction,- +21540,BSU_22050,KEGG_reaction,- +21541,BSU_22060,KEGG_reaction,- +21542,BSU_22070,KEGG_reaction,R00190 +21543,BSU_22070,KEGG_reaction,R01229 +21544,BSU_22070,KEGG_reaction,R02142 +21545,BSU_22070,KEGG_reaction,R04378 +21546,BSU_22080,KEGG_reaction,- +21547,BSU_22090,KEGG_reaction,- +21548,BSU_22100,KEGG_reaction,R00470 +21549,BSU_22100,KEGG_reaction,R01541 +21550,BSU_22100,KEGG_reaction,R05605 +21551,BSU_22110,KEGG_reaction,R01541 +21552,BSU_22120,KEGG_reaction,- +21553,BSU_22130,KEGG_reaction,R04383 +21554,BSU_22140,KEGG_reaction,R01542 +21555,BSU_22150,KEGG_reaction,- +21556,BSU_22169,KEGG_reaction,- +21557,BSU_22170,KEGG_reaction,R07234 +21558,BSU_22180,KEGG_reaction,- +21559,BSU_22190,KEGG_reaction,- +21560,BSU_22200,KEGG_reaction,- +21561,BSU_22210,KEGG_reaction,- +21562,BSU_22220,KEGG_reaction,- +21563,BSU_22230,KEGG_reaction,R02738 +21564,BSU_22230,KEGG_reaction,R02780 +21565,BSU_22230,KEGG_reaction,R04111 +21566,BSU_22230,KEGG_reaction,R04394 +21567,BSU_22230,KEGG_reaction,R05132 +21568,BSU_22230,KEGG_reaction,R08559 +21569,BSU_22240,KEGG_reaction,- +21570,BSU_22250,KEGG_reaction,- +21571,BSU_22300,KEGG_reaction,- +21572,BSU_22310,KEGG_reaction,- +21573,BSU_22320,KEGG_reaction,R00375 +21574,BSU_22320,KEGG_reaction,R00376 +21575,BSU_22320,KEGG_reaction,R00377 +21576,BSU_22320,KEGG_reaction,R00378 +21577,BSU_22320,KEGG_reaction,R04519 +21578,BSU_22330,KEGG_reaction,- +21579,BSU_22340,KEGG_reaction,- +21580,BSU_22350,KEGG_reaction,- +21581,BSU_22360,KEGG_reaction,R03648 +21582,BSU_22370,KEGG_reaction,R00355 +21583,BSU_22370,KEGG_reaction,R00694 +21584,BSU_22370,KEGG_reaction,R00734 +21585,BSU_22370,KEGG_reaction,R00896 +21586,BSU_22370,KEGG_reaction,R01346 +21587,BSU_22370,KEGG_reaction,R02433 +21588,BSU_22370,KEGG_reaction,R02619 +21589,BSU_22370,KEGG_reaction,R05052 +21590,BSU_22380,KEGG_reaction,- +21591,BSU_22390,KEGG_reaction,- +21592,BSU_22400,KEGG_reaction,R00375 +21593,BSU_22400,KEGG_reaction,R00376 +21594,BSU_22400,KEGG_reaction,R00377 +21595,BSU_22400,KEGG_reaction,R00378 +21596,BSU_22410,KEGG_reaction,R00489 +21597,BSU_22420,KEGG_reaction,R00158 +21598,BSU_22420,KEGG_reaction,R00512 +21599,BSU_22420,KEGG_reaction,R01665 +21600,BSU_22420,KEGG_reaction,R02473 +21601,BSU_22430,KEGG_reaction,R01226 +21602,BSU_22440,KEGG_reaction,R01074 +21603,BSU_22440,KEGG_reaction,R05145 +21604,BSU_22450,KEGG_reaction,R09382 +21605,BSU_22450,KEGG_reaction,R09383 +21606,BSU_22450,KEGG_reaction,R09384 +21607,BSU_22450,KEGG_reaction,R09386 +21608,BSU_22460,KEGG_reaction,- +21609,BSU_22470,KEGG_reaction,- +21610,BSU_22480,KEGG_reaction,R00130 +21611,BSU_22480,KEGG_reaction,R01016 +21612,BSU_22490,KEGG_reaction,R04198 +21613,BSU_22490,KEGG_reaction,R04199 +21614,BSU_22500,KEGG_reaction,R03460 +21615,BSU_22510,KEGG_reaction,- +21616,BSU_22520,KEGG_reaction,- +21617,BSU_22530,KEGG_reaction,- +21618,BSU_22540,KEGG_reaction,- +21619,BSU_22550,KEGG_reaction,- +21620,BSU_22560,KEGG_reaction,- +21621,BSU_22570,KEGG_reaction,- +21622,BSU_22580,KEGG_reaction,- +21623,BSU_22590,KEGG_reaction,- +21624,BSU_22600,KEGG_reaction,R00732 +21625,BSU_22600,KEGG_reaction,R01728 +21626,BSU_22600,KEGG_reaction,R03460 +21627,BSU_22610,KEGG_reaction,R00732 +21628,BSU_22610,KEGG_reaction,R01728 +21629,BSU_22620,KEGG_reaction,R00694 +21630,BSU_22620,KEGG_reaction,R00734 +21631,BSU_22620,KEGG_reaction,R03243 +21632,BSU_22630,KEGG_reaction,R00674 +21633,BSU_22630,KEGG_reaction,R02340 +21634,BSU_22630,KEGG_reaction,R02722 +21635,BSU_22640,KEGG_reaction,R00674 +21636,BSU_22640,KEGG_reaction,R02340 +21637,BSU_22640,KEGG_reaction,R02722 +21638,BSU_22640,KEGG_reaction,R03509 +21639,BSU_22650,KEGG_reaction,R00674 +21640,BSU_22650,KEGG_reaction,R02340 +21641,BSU_22650,KEGG_reaction,R02722 +21642,BSU_22650,KEGG_reaction,R03508 +21643,BSU_22650,KEGG_reaction,R03509 +21644,BSU_22650,KEGG_reaction,R11072 +21645,BSU_22660,KEGG_reaction,R03508 +21646,BSU_22660,KEGG_reaction,R03509 +21647,BSU_22670,KEGG_reaction,R00985 +21648,BSU_22670,KEGG_reaction,R00986 +21649,BSU_22670,KEGG_reaction,R01073 +21650,BSU_22680,KEGG_reaction,R00985 +21651,BSU_22680,KEGG_reaction,R00986 +21652,BSU_22690,KEGG_reaction,R00158 +21653,BSU_22690,KEGG_reaction,R00512 +21654,BSU_22690,KEGG_reaction,R01665 +21655,BSU_22690,KEGG_reaction,R01715 +21656,BSU_22700,KEGG_reaction,R02412 +21657,BSU_22700,KEGG_reaction,R03083 +21658,BSU_22710,KEGG_reaction,R01714 +21659,BSU_22720,KEGG_reaction,- +21660,BSU_22730,KEGG_reaction,R00124 +21661,BSU_22730,KEGG_reaction,R00139 +21662,BSU_22730,KEGG_reaction,R00156 +21663,BSU_22730,KEGG_reaction,R00330 +21664,BSU_22730,KEGG_reaction,R00570 +21665,BSU_22730,KEGG_reaction,R00722 +21666,BSU_22730,KEGG_reaction,R01137 +21667,BSU_22730,KEGG_reaction,R01857 +21668,BSU_22730,KEGG_reaction,R02093 +21669,BSU_22730,KEGG_reaction,R02326 +21670,BSU_22730,KEGG_reaction,R02331 +21671,BSU_22730,KEGG_reaction,R03530 +21672,BSU_22730,KEGG_reaction,R11894 +21673,BSU_22730,KEGG_reaction,R11895 +21674,BSU_22740,KEGG_reaction,R09245 +21675,BSU_22740,KEGG_reaction,R09247 +21676,BSU_22740,KEGG_reaction,R09248 +21677,BSU_22750,KEGG_reaction,R04990 +21678,BSU_22750,KEGG_reaction,R04993 +21679,BSU_22750,KEGG_reaction,R06859 +21680,BSU_22750,KEGG_reaction,R08774 +21681,BSU_22750,KEGG_reaction,R09736 +21682,BSU_22760,KEGG_reaction,R09247 +21683,BSU_22770,KEGG_reaction,- +21684,BSU_22780,KEGG_reaction,R00428 +21685,BSU_22780,KEGG_reaction,R04639 +21686,BSU_22780,KEGG_reaction,R05046 +21687,BSU_22780,KEGG_reaction,R05048 +21688,BSU_22790,KEGG_reaction,- +21689,BSU_22800,KEGG_reaction,- +21690,BSU_22810,KEGG_reaction,- +21691,BSU_22820,KEGG_reaction,- +21692,BSU_22830,KEGG_reaction,R00842 +21693,BSU_22830,KEGG_reaction,R00844 +21694,BSU_22840,KEGG_reaction,R01513 +21695,BSU_22849,KEGG_reaction,- +21696,BSU_22850,KEGG_reaction,- +21697,BSU_22860,KEGG_reaction,- +21698,BSU_22870,KEGG_reaction,R01123 +21699,BSU_22870,KEGG_reaction,R02081 +21700,BSU_22880,KEGG_reaction,R05884 +21701,BSU_22880,KEGG_reaction,R08210 +21702,BSU_22890,KEGG_reaction,R00158 +21703,BSU_22890,KEGG_reaction,R00161 +21704,BSU_22890,KEGG_reaction,R00512 +21705,BSU_22890,KEGG_reaction,R00549 +21706,BSU_22890,KEGG_reaction,R01665 +21707,BSU_22890,KEGG_reaction,R02473 +21708,BSU_22890,KEGG_reaction,R03460 +21709,BSU_22890,KEGG_reaction,R05884 +21710,BSU_22890,KEGG_reaction,R08210 +21711,BSU_22900,KEGG_reaction,- +21712,BSU_22910,KEGG_reaction,- +21713,BSU_22920,KEGG_reaction,R03165 +21714,BSU_22920,KEGG_reaction,R03194 +21715,BSU_22930,KEGG_reaction,R04112 +21716,BSU_22940,KEGG_reaction,- +21717,BSU_22950,KEGG_reaction,R02016 +21718,BSU_22950,KEGG_reaction,R03596 +21719,BSU_22950,KEGG_reaction,R09372 +21720,BSU_22960,KEGG_reaction,R00243 +21721,BSU_22960,KEGG_reaction,R00248 +21722,BSU_22970,KEGG_reaction,- +21723,BSU_22980,KEGG_reaction,- +21724,BSU_22990,KEGG_reaction,- +21725,BSU_23000,KEGG_reaction,- +21726,BSU_23010,KEGG_reaction,- +21727,BSU_23020,KEGG_reaction,- +21728,BSU_23030,KEGG_reaction,R01529 +21729,BSU_23040,KEGG_reaction,- +21730,BSU_23050,KEGG_reaction,- +21731,BSU_23070,KEGG_reaction,R01513 +21732,BSU_23080,KEGG_reaction,R02413 +21733,BSU_23080,KEGG_reaction,R03084 +21734,BSU_23090,KEGG_reaction,- +21735,BSU_23100,KEGG_reaction,- +21736,BSU_23110,KEGG_reaction,- +21737,BSU_23120,KEGG_reaction,- +21738,BSU_23130,KEGG_reaction,- +21739,BSU_23140,KEGG_reaction,- +21740,BSU_23150,KEGG_reaction,- +21741,BSU_23160,KEGG_reaction,- +21742,BSU_23170,KEGG_reaction,- +21743,BSU_23180,KEGG_reaction,- +21744,BSU_23190,KEGG_reaction,- +21745,BSU_23200,KEGG_reaction,- +21746,BSU_23210,KEGG_reaction,- +21747,BSU_23220,KEGG_reaction,- +21748,BSU_23230,KEGG_reaction,- +21749,BSU_23240,KEGG_reaction,- +21750,BSU_23250,KEGG_reaction,R04457 +21751,BSU_23260,KEGG_reaction,R00425 +21752,BSU_23260,KEGG_reaction,R07281 +21753,BSU_23270,KEGG_reaction,R00066 +21754,BSU_23280,KEGG_reaction,R03458 +21755,BSU_23280,KEGG_reaction,R03459 +21756,BSU_23300,KEGG_reaction,- +21757,BSU_23310,KEGG_reaction,- +21758,BSU_23328,KEGG_reaction,- +21759,BSU_23330,KEGG_reaction,R05627 +21760,BSU_23360,KEGG_reaction,- +21761,BSU_23370,KEGG_reaction,- +21762,BSU_23380,KEGG_reaction,R00451 +21763,BSU_23380,KEGG_reaction,R00566 +21764,BSU_23390,KEGG_reaction,- +21765,BSU_23401,KEGG_reaction,- +21766,BSU_23402,KEGG_reaction,- +21767,BSU_23410,KEGG_reaction,- +21768,BSU_23420,KEGG_reaction,- +21769,BSU_23430,KEGG_reaction,- +21770,BSU_23440,KEGG_reaction,- +21771,BSU_23450,KEGG_reaction,- +21772,BSU_23460,KEGG_reaction,- +21773,BSU_23470,KEGG_reaction,- +21774,BSU_23480,KEGG_reaction,- +21775,BSU_23490,KEGG_reaction,R01402 +21776,BSU_23490,KEGG_reaction,R01561 +21777,BSU_23490,KEGG_reaction,R01863 +21778,BSU_23490,KEGG_reaction,R01969 +21779,BSU_23490,KEGG_reaction,R02147 +21780,BSU_23490,KEGG_reaction,R02294 +21781,BSU_23490,KEGG_reaction,R02295 +21782,BSU_23490,KEGG_reaction,R02297 +21783,BSU_23490,KEGG_reaction,R02484 +21784,BSU_23490,KEGG_reaction,R02557 +21785,BSU_23490,KEGG_reaction,R02748 +21786,BSU_23490,KEGG_reaction,R08368 +21787,BSU_23490,KEGG_reaction,R10244 +21788,BSU_23500,KEGG_reaction,R01057 +21789,BSU_23500,KEGG_reaction,R02749 +21790,BSU_23510,KEGG_reaction,- +21791,BSU_23519,KEGG_reaction,- +21792,BSU_23520,KEGG_reaction,- +21793,BSU_23530,KEGG_reaction,- +21794,BSU_23540,KEGG_reaction,- +21795,BSU_23550,KEGG_reaction,R00214 +21796,BSU_23560,KEGG_reaction,- +21797,BSU_23570,KEGG_reaction,R00490 +21798,BSU_23570,KEGG_reaction,R01082 +21799,BSU_23580,KEGG_reaction,R00485 +21800,BSU_23590,KEGG_reaction,- +21801,BSU_23600,KEGG_reaction,- +21802,BSU_23610,KEGG_reaction,R01054 +21803,BSU_23620,KEGG_reaction,- +21804,BSU_23630,KEGG_reaction,- +21805,BSU_23640,KEGG_reaction,- +21806,BSU_23650,KEGG_reaction,- +21807,BSU_23660,KEGG_reaction,- +21808,BSU_23670,KEGG_reaction,- +21809,BSU_23680,KEGG_reaction,R03522 +21810,BSU_23680,KEGG_reaction,R07002 +21811,BSU_23680,KEGG_reaction,R07003 +21812,BSU_23680,KEGG_reaction,R07004 +21813,BSU_23680,KEGG_reaction,R07023 +21814,BSU_23680,KEGG_reaction,R07024 +21815,BSU_23680,KEGG_reaction,R07025 +21816,BSU_23680,KEGG_reaction,R07026 +21817,BSU_23680,KEGG_reaction,R07069 +21818,BSU_23680,KEGG_reaction,R07070 +21819,BSU_23680,KEGG_reaction,R07083 +21820,BSU_23680,KEGG_reaction,R07084 +21821,BSU_23680,KEGG_reaction,R07091 +21822,BSU_23680,KEGG_reaction,R07092 +21823,BSU_23680,KEGG_reaction,R07093 +21824,BSU_23680,KEGG_reaction,R07094 +21825,BSU_23680,KEGG_reaction,R07100 +21826,BSU_23680,KEGG_reaction,R07113 +21827,BSU_23680,KEGG_reaction,R07116 +21828,BSU_23680,KEGG_reaction,R08280 +21829,BSU_23680,KEGG_reaction,R09409 +21830,BSU_23680,KEGG_reaction,R11905 +21831,BSU_23690,KEGG_reaction,- +21832,BSU_23700,KEGG_reaction,- +21833,BSU_23710,KEGG_reaction,- +21834,BSU_23730,KEGG_reaction,- +21835,BSU_23750,KEGG_reaction,- +21836,BSU_23760,KEGG_reaction,R02971 +21837,BSU_23760,KEGG_reaction,R03018 +21838,BSU_23760,KEGG_reaction,R04391 +21839,BSU_23770,KEGG_reaction,R00221 +21840,BSU_23780,KEGG_reaction,- +21841,BSU_23790,KEGG_reaction,- +21842,BSU_23800,KEGG_reaction,R01248 +21843,BSU_23800,KEGG_reaction,R01251 +21844,BSU_23800,KEGG_reaction,R03291 +21845,BSU_23800,KEGG_reaction,R03293 +21846,BSU_23810,KEGG_reaction,- +21847,BSU_23820,KEGG_reaction,R00282 +21848,BSU_23830,KEGG_reaction,- +21849,BSU_23836,KEGG_reaction,- +21850,BSU_23840,KEGG_reaction,- +21851,BSU_23850,KEGG_reaction,R00835 +21852,BSU_23850,KEGG_reaction,R02736 +21853,BSU_23850,KEGG_reaction,R10907 +21854,BSU_23860,KEGG_reaction,R01528 +21855,BSU_23860,KEGG_reaction,R10221 +21856,BSU_23870,KEGG_reaction,- +21857,BSU_23880,KEGG_reaction,- +21858,BSU_23890,KEGG_reaction,- +21859,BSU_23900,KEGG_reaction,- +21860,BSU_23910,KEGG_reaction,- +21861,BSU_23920,KEGG_reaction,R01859 +21862,BSU_23930,KEGG_reaction,R00833 +21863,BSU_23930,KEGG_reaction,R02530 +21864,BSU_23930,KEGG_reaction,R02765 +21865,BSU_23930,KEGG_reaction,R09979 +21866,BSU_23940,KEGG_reaction,- +21867,BSU_23950,KEGG_reaction,- +21868,BSU_23960,KEGG_reaction,- +21869,BSU_23970,KEGG_reaction,- +21870,BSU_23980,KEGG_reaction,- +21871,BSU_23990,KEGG_reaction,- +21872,BSU_24000,KEGG_reaction,R02240 +21873,BSU_24010,KEGG_reaction,- +21874,BSU_24020,KEGG_reaction,- +21875,BSU_24030,KEGG_reaction,R00209 +21876,BSU_24030,KEGG_reaction,R02569 +21877,BSU_24030,KEGG_reaction,R02570 +21878,BSU_24030,KEGG_reaction,R02571 +21879,BSU_24030,KEGG_reaction,R02662 +21880,BSU_24030,KEGG_reaction,R03174 +21881,BSU_24030,KEGG_reaction,R04097 +21882,BSU_24030,KEGG_reaction,R08549 +21883,BSU_24030,KEGG_reaction,R10998 +21884,BSU_24040,KEGG_reaction,R00014 +21885,BSU_24040,KEGG_reaction,R00209 +21886,BSU_24040,KEGG_reaction,R01699 +21887,BSU_24040,KEGG_reaction,R03270 +21888,BSU_24040,KEGG_reaction,R07599 +21889,BSU_24040,KEGG_reaction,R07600 +21890,BSU_24040,KEGG_reaction,R07601 +21891,BSU_24040,KEGG_reaction,R07602 +21892,BSU_24040,KEGG_reaction,R07603 +21893,BSU_24040,KEGG_reaction,R07604 +21894,BSU_24040,KEGG_reaction,R10996 +21895,BSU_24040,KEGG_reaction,R10997 +21896,BSU_24050,KEGG_reaction,R07599 +21897,BSU_24050,KEGG_reaction,R07600 +21898,BSU_24050,KEGG_reaction,R07601 +21899,BSU_24050,KEGG_reaction,R07602 +21900,BSU_24050,KEGG_reaction,R07603 +21901,BSU_24050,KEGG_reaction,R07604 +21902,BSU_24050,KEGG_reaction,R10996 +21903,BSU_24050,KEGG_reaction,R10997 +21904,BSU_24060,KEGG_reaction,R00209 +21905,BSU_24060,KEGG_reaction,R01221 +21906,BSU_24060,KEGG_reaction,R01698 +21907,BSU_24060,KEGG_reaction,R03815 +21908,BSU_24060,KEGG_reaction,R07618 +21909,BSU_24060,KEGG_reaction,R08549 +21910,BSU_24070,KEGG_reaction,R01688 +21911,BSU_24080,KEGG_reaction,R01088 +21912,BSU_24080,KEGG_reaction,R01434 +21913,BSU_24080,KEGG_reaction,R02196 +21914,BSU_24090,KEGG_reaction,R00230 +21915,BSU_24090,KEGG_reaction,R00921 +21916,BSU_24090,KEGG_reaction,R01174 +21917,BSU_24100,KEGG_reaction,- +21918,BSU_24110,KEGG_reaction,- +21919,BSU_24120,KEGG_reaction,R00409 +21920,BSU_24120,KEGG_reaction,R00661 +21921,BSU_24130,KEGG_reaction,R04424 +21922,BSU_24140,KEGG_reaction,R00351 +21923,BSU_24140,KEGG_reaction,R00931 +21924,BSU_24150,KEGG_reaction,- +21925,BSU_24160,KEGG_reaction,R01976 +21926,BSU_24160,KEGG_reaction,R05576 +21927,BSU_24160,KEGG_reaction,R06941 +21928,BSU_24170,KEGG_reaction,R00238 +21929,BSU_24170,KEGG_reaction,R01177 +21930,BSU_24180,KEGG_reaction,R01030 +21931,BSU_24180,KEGG_reaction,R01470 +21932,BSU_24190,KEGG_reaction,R04112 +21933,BSU_24200,KEGG_reaction,- +21934,BSU_24210,KEGG_reaction,- +21935,BSU_24220,KEGG_reaction,- +21936,BSU_24230,KEGG_reaction,- +21937,BSU_24240,KEGG_reaction,- +21938,BSU_24250,KEGG_reaction,- +21939,BSU_24260,KEGG_reaction,- +21940,BSU_24270,KEGG_reaction,R05636 +21941,BSU_24280,KEGG_reaction,R01658 +21942,BSU_24280,KEGG_reaction,R02003 +21943,BSU_24280,KEGG_reaction,R02061 +21944,BSU_24280,KEGG_reaction,R09248 +21945,BSU_24290,KEGG_reaction,- +21946,BSU_24300,KEGG_reaction,- +21947,BSU_24310,KEGG_reaction,R01220 +21948,BSU_24310,KEGG_reaction,R01655 +21949,BSU_24320,KEGG_reaction,- +21950,BSU_24330,KEGG_reaction,- +21951,BSU_24340,KEGG_reaction,R00742 +21952,BSU_24340,KEGG_reaction,R04385 +21953,BSU_24350,KEGG_reaction,R00209 +21954,BSU_24350,KEGG_reaction,R00217 +21955,BSU_24350,KEGG_reaction,R00742 +21956,BSU_24350,KEGG_reaction,R02569 +21957,BSU_24360,KEGG_reaction,- +21958,BSU_24370,KEGG_reaction,- +21959,BSU_24380,KEGG_reaction,- +21960,BSU_24390,KEGG_reaction,- +21961,BSU_24400,KEGG_reaction,- +21962,BSU_24410,KEGG_reaction,- +21963,BSU_24420,KEGG_reaction,- +21964,BSU_24430,KEGG_reaction,- +21965,BSU_24440,KEGG_reaction,- +21966,BSU_24450,KEGG_reaction,- +21967,BSU_24460,KEGG_reaction,- +21968,BSU_24470,KEGG_reaction,R03084 +21969,BSU_24470,KEGG_reaction,R06593 +21970,BSU_24480,KEGG_reaction,- +21971,BSU_24490,KEGG_reaction,- +21972,BSU_24500,KEGG_reaction,- +21973,BSU_24510,KEGG_reaction,- +21974,BSU_24520,KEGG_reaction,- +21975,BSU_24530,KEGG_reaction,R07770 +21976,BSU_24530,KEGG_reaction,R07771 +21977,BSU_24530,KEGG_reaction,R11143 +21978,BSU_24540,KEGG_reaction,- +21979,BSU_24550,KEGG_reaction,R01221 +21980,BSU_24550,KEGG_reaction,R03425 +21981,BSU_24560,KEGG_reaction,R01221 +21982,BSU_24560,KEGG_reaction,R03425 +21983,BSU_24570,KEGG_reaction,R01221 +21984,BSU_24570,KEGG_reaction,R02300 +21985,BSU_24570,KEGG_reaction,R03425 +21986,BSU_24570,KEGG_reaction,R04125 +21987,BSU_24580,KEGG_reaction,- +21988,BSU_24590,KEGG_reaction,- +21989,BSU_24600,KEGG_reaction,- +21990,BSU_24610,KEGG_reaction,- +21991,BSU_24620,KEGG_reaction,- +21992,BSU_24630,KEGG_reaction,- +21993,BSU_24640,KEGG_reaction,- +21994,BSU_24650,KEGG_reaction,- +21995,BSU_24660,KEGG_reaction,- +21996,BSU_24670,KEGG_reaction,- +21997,BSU_24680,KEGG_reaction,- +21998,BSU_24690,KEGG_reaction,- +21999,BSU_24700,KEGG_reaction,- +22000,BSU_24710,KEGG_reaction,- +22001,BSU_24720,KEGG_reaction,- +22002,BSU_24730,KEGG_reaction,- +22003,BSU_24740,KEGG_reaction,- +22004,BSU_24750,KEGG_reaction,- +22005,BSU_24760,KEGG_reaction,- +22006,BSU_24770,KEGG_reaction,- +22007,BSU_24780,KEGG_reaction,- +22008,BSU_24790,KEGG_reaction,R01736 +22009,BSU_24800,KEGG_reaction,- +22010,BSU_24810,KEGG_reaction,- +22011,BSU_24820,KEGG_reaction,- +22012,BSU_24830,KEGG_reaction,- +22013,BSU_24840,KEGG_reaction,R05081 +22014,BSU_24840,KEGG_reaction,R10849 +22015,BSU_24850,KEGG_reaction,R00299 +22016,BSU_24850,KEGG_reaction,R01600 +22017,BSU_24850,KEGG_reaction,R01786 +22018,BSU_24860,KEGG_reaction,- +22019,BSU_24870,KEGG_reaction,- +22020,BSU_24880,KEGG_reaction,- +22021,BSU_24890,KEGG_reaction,R02301 +22022,BSU_24900,KEGG_reaction,- +22023,BSU_24910,KEGG_reaction,R00292 +22024,BSU_24910,KEGG_reaction,R02110 +22025,BSU_24930,KEGG_reaction,- +22026,BSU_24940,KEGG_reaction,- +22027,BSU_24950,KEGG_reaction,- +22028,BSU_24960,KEGG_reaction,- +22029,BSU_24970,KEGG_reaction,- +22030,BSU_24980,KEGG_reaction,- +22031,BSU_24990,KEGG_reaction,- +22032,BSU_25000,KEGG_reaction,- +22033,BSU_25010,KEGG_reaction,- +22034,BSU_25020,KEGG_reaction,- +22035,BSU_25030,KEGG_reaction,- +22036,BSU_25040,KEGG_reaction,- +22037,BSU_25050,KEGG_reaction,- +22038,BSU_25060,KEGG_reaction,- +22039,BSU_25070,KEGG_reaction,R08689 +22040,BSU_25070,KEGG_reaction,R10859 +22041,BSU_25080,KEGG_reaction,- +22042,BSU_25090,KEGG_reaction,- +22043,BSU_25100,KEGG_reaction,- +22044,BSU_25110,KEGG_reaction,- +22045,BSU_25120,KEGG_reaction,- +22046,BSU_25130,KEGG_reaction,- +22047,BSU_25140,KEGG_reaction,- +22048,BSU_25150,KEGG_reaction,- +22049,BSU_25160,KEGG_reaction,R00158 +22050,BSU_25160,KEGG_reaction,R00512 +22051,BSU_25160,KEGG_reaction,R01665 +22052,BSU_25160,KEGG_reaction,R05884 +22053,BSU_25160,KEGG_reaction,R08210 +22054,BSU_25170,KEGG_reaction,R00428 +22055,BSU_25170,KEGG_reaction,R04639 +22056,BSU_25170,KEGG_reaction,R05046 +22057,BSU_25170,KEGG_reaction,R05048 +22058,BSU_25180,KEGG_reaction,- +22059,BSU_25190,KEGG_reaction,- +22060,BSU_25200,KEGG_reaction,- +22061,BSU_25210,KEGG_reaction,- +22062,BSU_25230,KEGG_reaction,- +22063,BSU_25240,KEGG_reaction,- +22064,BSU_25250,KEGG_reaction,- +22065,BSU_25260,KEGG_reaction,R03654 +22066,BSU_25270,KEGG_reaction,R03654 +22067,BSU_25280,KEGG_reaction,- +22068,BSU_25289,KEGG_reaction,- +22069,BSU_25290,KEGG_reaction,- +22070,BSU_25300,KEGG_reaction,R01570 +22071,BSU_25300,KEGG_reaction,R01876 +22072,BSU_25300,KEGG_reaction,R01878 +22073,BSU_25300,KEGG_reaction,R02296 +22074,BSU_25300,KEGG_reaction,R02484 +22075,BSU_25300,KEGG_reaction,R02485 +22076,BSU_25300,KEGG_reaction,R08221 +22077,BSU_25310,KEGG_reaction,R02240 +22078,BSU_25310,KEGG_reaction,R05626 +22079,BSU_25320,KEGG_reaction,R01878 +22080,BSU_25320,KEGG_reaction,R02485 +22081,BSU_25320,KEGG_reaction,R05838 +22082,BSU_25320,KEGG_reaction,R08221 +22083,BSU_25330,KEGG_reaction,- +22084,BSU_25340,KEGG_reaction,- +22085,BSU_25350,KEGG_reaction,R00548 +22086,BSU_25350,KEGG_reaction,R07280 +22087,BSU_25360,KEGG_reaction,- +22088,BSU_25370,KEGG_reaction,- +22089,BSU_25380,KEGG_reaction,- +22090,BSU_25390,KEGG_reaction,- +22091,BSU_25400,KEGG_reaction,- +22092,BSU_25410,KEGG_reaction,- +22093,BSU_25420,KEGG_reaction,- +22094,BSU_25430,KEGG_reaction,R10649 +22095,BSU_25440,KEGG_reaction,- +22096,BSU_25450,KEGG_reaction,- +22097,BSU_25460,KEGG_reaction,- +22098,BSU_25470,KEGG_reaction,- +22099,BSU_25480,KEGG_reaction,- +22100,BSU_25490,KEGG_reaction,- +22101,BSU_25500,KEGG_reaction,- +22102,BSU_25510,KEGG_reaction,- +22103,BSU_25520,KEGG_reaction,- +22104,BSU_25530,KEGG_reaction,- +22105,BSU_25540,KEGG_reaction,- +22106,BSU_25550,KEGG_reaction,- +22107,BSU_25560,KEGG_reaction,R00375 +22108,BSU_25560,KEGG_reaction,R00376 +22109,BSU_25560,KEGG_reaction,R00377 +22110,BSU_25560,KEGG_reaction,R00378 +22111,BSU_25569,KEGG_reaction,- +22112,BSU_25570,KEGG_reaction,- +22113,BSU_25580,KEGG_reaction,R01663 +22114,BSU_25590,KEGG_reaction,- +22115,BSU_25600,KEGG_reaction,- +22116,BSU_25610,KEGG_reaction,- +22117,BSU_25620,KEGG_reaction,- +22118,BSU_25630,KEGG_reaction,R00137 +22119,BSU_25630,KEGG_reaction,R03005 +22120,BSU_25630,KEGG_reaction,R03503 +22121,BSU_25640,KEGG_reaction,R00137 +22122,BSU_25640,KEGG_reaction,R03005 +22123,BSU_25650,KEGG_reaction,- +22124,BSU_25660,KEGG_reaction,R02413 +22125,BSU_25670,KEGG_reaction,- +22126,BSU_25680,KEGG_reaction,- +22127,BSU_25690,KEGG_reaction,- +22128,BSU_25700,KEGG_reaction,- +22129,BSU_25710,KEGG_reaction,R04112 +22130,BSU_25720,KEGG_reaction,- +22131,BSU_25730,KEGG_reaction,R01528 +22132,BSU_25730,KEGG_reaction,R10221 +22133,BSU_25740,KEGG_reaction,- +22134,BSU_25750,KEGG_reaction,- +22135,BSU_25760,KEGG_reaction,- +22136,BSU_25770,KEGG_reaction,- +22137,BSU_25780,KEGG_reaction,- +22138,BSU_25790,KEGG_reaction,- +22139,BSU_25800,KEGG_reaction,R02530 +22140,BSU_25810,KEGG_reaction,- +22141,BSU_25820,KEGG_reaction,- +22142,BSU_25830,KEGG_reaction,- +22143,BSU_25860,KEGG_reaction,- +22144,BSU_25870,KEGG_reaction,- +22145,BSU_25880,KEGG_reaction,- +22146,BSU_25900,KEGG_reaction,R04112 +22147,BSU_25910,KEGG_reaction,- +22148,BSU_25920,KEGG_reaction,- +22149,BSU_25930,KEGG_reaction,- +22150,BSU_25940,KEGG_reaction,- +22151,BSU_25950,KEGG_reaction,- +22152,BSU_25960,KEGG_reaction,- +22153,BSU_25970,KEGG_reaction,- +22154,BSU_25980,KEGG_reaction,- +22155,BSU_25990,KEGG_reaction,- +22156,BSU_26000,KEGG_reaction,- +22157,BSU_26010,KEGG_reaction,- +22158,BSU_26020,KEGG_reaction,- +22159,BSU_26030,KEGG_reaction,- +22160,BSU_26039,KEGG_reaction,- +22161,BSU_26040,KEGG_reaction,- +22162,BSU_26060,KEGG_reaction,- +22163,BSU_26075,KEGG_reaction,- +22164,BSU_26089,KEGG_reaction,- +22165,BSU_26090,KEGG_reaction,- +22166,BSU_26100,KEGG_reaction,- +22167,BSU_26110,KEGG_reaction,- +22168,BSU_26120,KEGG_reaction,- +22169,BSU_26130,KEGG_reaction,- +22170,BSU_26140,KEGG_reaction,- +22171,BSU_26150,KEGG_reaction,- +22172,BSU_26160,KEGG_reaction,- +22173,BSU_26170,KEGG_reaction,- +22174,BSU_26180,KEGG_reaction,- +22175,BSU_26190,KEGG_reaction,- +22176,BSU_26200,KEGG_reaction,- +22177,BSU_26220,KEGG_reaction,- +22178,BSU_26230,KEGG_reaction,- +22179,BSU_26240,KEGG_reaction,- +22180,BSU_26250,KEGG_reaction,- +22181,BSU_26260,KEGG_reaction,- +22182,BSU_26270,KEGG_reaction,- +22183,BSU_26280,KEGG_reaction,- +22184,BSU_26290,KEGG_reaction,- +22185,BSU_26320,KEGG_reaction,- +22186,BSU_26340,KEGG_reaction,- +22187,BSU_26350,KEGG_reaction,- +22188,BSU_26370,KEGG_reaction,R00127 +22189,BSU_26370,KEGG_reaction,R01547 +22190,BSU_26370,KEGG_reaction,R11319 +22191,BSU_26380,KEGG_reaction,- +22192,BSU_26390,KEGG_reaction,- +22193,BSU_26410,KEGG_reaction,- +22194,BSU_26420,KEGG_reaction,- +22195,BSU_26430,KEGG_reaction,- +22196,BSU_26440,KEGG_reaction,- +22197,BSU_26450,KEGG_reaction,- +22198,BSU_26470,KEGG_reaction,- +22199,BSU_26480,KEGG_reaction,- +22200,BSU_26490,KEGG_reaction,- +22201,BSU_26500,KEGG_reaction,- +22202,BSU_26510,KEGG_reaction,- +22203,BSU_26530,KEGG_reaction,- +22204,BSU_26540,KEGG_reaction,- +22205,BSU_26550,KEGG_reaction,- +22206,BSU_26558,KEGG_reaction,- +22207,BSU_26560,KEGG_reaction,- +22208,BSU_26580,KEGG_reaction,- +22209,BSU_26590,KEGG_reaction,- +22210,BSU_26600,KEGG_reaction,R01154 +22211,BSU_26610,KEGG_reaction,- +22212,BSU_26619,KEGG_reaction,- +22213,BSU_26620,KEGG_reaction,- +22214,BSU_26630,KEGG_reaction,- +22215,BSU_26640,KEGG_reaction,- +22216,BSU_26650,KEGG_reaction,- +22217,BSU_26660,KEGG_reaction,- +22218,BSU_26670,KEGG_reaction,- +22219,BSU_26690,KEGG_reaction,- +22220,BSU_26700,KEGG_reaction,- +22221,BSU_26710,KEGG_reaction,- +22222,BSU_26720,KEGG_reaction,- +22223,BSU_26730,KEGG_reaction,- +22224,BSU_26740,KEGG_reaction,R10123 +22225,BSU_26760,KEGG_reaction,R01268 +22226,BSU_26770,KEGG_reaction,- +22227,BSU_26780,KEGG_reaction,- +22228,BSU_26790,KEGG_reaction,- +22229,BSU_26800,KEGG_reaction,R00025 +22230,BSU_26800,KEGG_reaction,R04429 +22231,BSU_26800,KEGG_reaction,R04724 +22232,BSU_26800,KEGG_reaction,R04955 +22233,BSU_26800,KEGG_reaction,R04958 +22234,BSU_26800,KEGG_reaction,R04961 +22235,BSU_26800,KEGG_reaction,R04966 +22236,BSU_26800,KEGG_reaction,R04969 +22237,BSU_26800,KEGG_reaction,R07765 +22238,BSU_26810,KEGG_reaction,R00260 +22239,BSU_26820,KEGG_reaction,- +22240,BSU_26830,KEGG_reaction,- +22241,BSU_26840,KEGG_reaction,- +22242,BSU_26850,KEGG_reaction,R11051 +22243,BSU_26850,KEGG_reaction,R11474 +22244,BSU_26860,KEGG_reaction,- +22245,BSU_26870,KEGG_reaction,- +22246,BSU_26880,KEGG_reaction,- +22247,BSU_26890,KEGG_reaction,R02833 +22248,BSU_26900,KEGG_reaction,- +22249,BSU_26910,KEGG_reaction,- +22250,BSU_26920,KEGG_reaction,- +22251,BSU_26930,KEGG_reaction,- +22252,BSU_26940,KEGG_reaction,- +22253,BSU_26950,KEGG_reaction,- +22254,BSU_26960,KEGG_reaction,- +22255,BSU_26970,KEGG_reaction,R00604 +22256,BSU_26970,KEGG_reaction,R00623 +22257,BSU_26970,KEGG_reaction,R00754 +22258,BSU_26970,KEGG_reaction,R00875 +22259,BSU_26970,KEGG_reaction,R01896 +22260,BSU_26970,KEGG_reaction,R02124 +22261,BSU_26970,KEGG_reaction,R04805 +22262,BSU_26970,KEGG_reaction,R04880 +22263,BSU_26970,KEGG_reaction,R05233 +22264,BSU_26970,KEGG_reaction,R05234 +22265,BSU_26970,KEGG_reaction,R06917 +22266,BSU_26970,KEGG_reaction,R06927 +22267,BSU_26970,KEGG_reaction,R06983 +22268,BSU_26970,KEGG_reaction,R07105 +22269,BSU_26970,KEGG_reaction,R08281 +22270,BSU_26970,KEGG_reaction,R08306 +22271,BSU_26970,KEGG_reaction,R08310 +22272,BSU_26980,KEGG_reaction,- +22273,BSU_26990,KEGG_reaction,- +22274,BSU_27000,KEGG_reaction,- +22275,BSU_27009,KEGG_reaction,R03470 +22276,BSU_27010,KEGG_reaction,R00623 +22277,BSU_27010,KEGG_reaction,R00754 +22278,BSU_27010,KEGG_reaction,R02124 +22279,BSU_27010,KEGG_reaction,R04880 +22280,BSU_27010,KEGG_reaction,R05233 +22281,BSU_27010,KEGG_reaction,R05234 +22282,BSU_27010,KEGG_reaction,R06917 +22283,BSU_27010,KEGG_reaction,R06927 +22284,BSU_27010,KEGG_reaction,R07105 +22285,BSU_27010,KEGG_reaction,R08281 +22286,BSU_27010,KEGG_reaction,R08306 +22287,BSU_27010,KEGG_reaction,R08310 +22288,BSU_27020,KEGG_reaction,R00009 +22289,BSU_27020,KEGG_reaction,R00602 +22290,BSU_27020,KEGG_reaction,R02670 +22291,BSU_27030,KEGG_reaction,R00801 +22292,BSU_27030,KEGG_reaction,R00802 +22293,BSU_27030,KEGG_reaction,R00879 +22294,BSU_27030,KEGG_reaction,R02410 +22295,BSU_27030,KEGG_reaction,R03635 +22296,BSU_27030,KEGG_reaction,R03921 +22297,BSU_27030,KEGG_reaction,R05624 +22298,BSU_27030,KEGG_reaction,R06088 +22299,BSU_27030,KEGG_reaction,R11311 +22300,BSU_27040,KEGG_reaction,R02630 +22301,BSU_27040,KEGG_reaction,R03232 +22302,BSU_27050,KEGG_reaction,R02630 +22303,BSU_27050,KEGG_reaction,R03232 +22304,BSU_27050,KEGG_reaction,R08366 +22305,BSU_27060,KEGG_reaction,R02630 +22306,BSU_27060,KEGG_reaction,R03232 +22307,BSU_27070,KEGG_reaction,R02630 +22308,BSU_27070,KEGG_reaction,R03232 +22309,BSU_27080,KEGG_reaction,- +22310,BSU_27090,KEGG_reaction,- +22311,BSU_27100,KEGG_reaction,- +22312,BSU_27110,KEGG_reaction,- +22313,BSU_27120,KEGG_reaction,- +22314,BSU_27130,KEGG_reaction,- +22315,BSU_27140,KEGG_reaction,- +22316,BSU_27150,KEGG_reaction,- +22317,BSU_27160,KEGG_reaction,R03629 +22318,BSU_27160,KEGG_reaction,R04121 +22319,BSU_27160,KEGG_reaction,R05259 +22320,BSU_27170,KEGG_reaction,- +22321,BSU_27180,KEGG_reaction,- +22322,BSU_27200,KEGG_reaction,- +22323,BSU_27210,KEGG_reaction,- +22324,BSU_27220,KEGG_reaction,R00134 +22325,BSU_27220,KEGG_reaction,R00519 +22326,BSU_27230,KEGG_reaction,- +22327,BSU_27240,KEGG_reaction,- +22328,BSU_27250,KEGG_reaction,R00782 +22329,BSU_27250,KEGG_reaction,R00999 +22330,BSU_27250,KEGG_reaction,R01001 +22331,BSU_27250,KEGG_reaction,R01283 +22332,BSU_27250,KEGG_reaction,R01286 +22333,BSU_27250,KEGG_reaction,R01288 +22334,BSU_27250,KEGG_reaction,R02408 +22335,BSU_27250,KEGG_reaction,R02508 +22336,BSU_27250,KEGG_reaction,R03217 +22337,BSU_27250,KEGG_reaction,R03260 +22338,BSU_27250,KEGG_reaction,R04941 +22339,BSU_27250,KEGG_reaction,R04944 +22340,BSU_27250,KEGG_reaction,R04945 +22341,BSU_27250,KEGG_reaction,R04946 +22342,BSU_27260,KEGG_reaction,R00897 +22343,BSU_27260,KEGG_reaction,R03601 +22344,BSU_27260,KEGG_reaction,R04859 +22345,BSU_27260,KEGG_reaction,R10305 +22346,BSU_27270,KEGG_reaction,R00194 +22347,BSU_27270,KEGG_reaction,R01401 +22348,BSU_27280,KEGG_reaction,R01291 +22349,BSU_27280,KEGG_reaction,R10404 +22350,BSU_27290,KEGG_reaction,- +22351,BSU_27300,KEGG_reaction,- +22352,BSU_27310,KEGG_reaction,- +22353,BSU_27320,KEGG_reaction,- +22354,BSU_27330,KEGG_reaction,R00513 +22355,BSU_27330,KEGG_reaction,R00516 +22356,BSU_27330,KEGG_reaction,R00517 +22357,BSU_27330,KEGG_reaction,R00962 +22358,BSU_27330,KEGG_reaction,R00964 +22359,BSU_27330,KEGG_reaction,R00967 +22360,BSU_27330,KEGG_reaction,R00968 +22361,BSU_27330,KEGG_reaction,R00970 +22362,BSU_27330,KEGG_reaction,R01548 +22363,BSU_27330,KEGG_reaction,R01549 +22364,BSU_27330,KEGG_reaction,R01880 +22365,BSU_27330,KEGG_reaction,R02091 +22366,BSU_27330,KEGG_reaction,R02096 +22367,BSU_27330,KEGG_reaction,R02097 +22368,BSU_27330,KEGG_reaction,R02327 +22369,BSU_27330,KEGG_reaction,R02332 +22370,BSU_27330,KEGG_reaction,R02371 +22371,BSU_27330,KEGG_reaction,R02372 +22372,BSU_27330,KEGG_reaction,R08232 +22373,BSU_27340,KEGG_reaction,- +22374,BSU_27350,KEGG_reaction,- +22375,BSU_27360,KEGG_reaction,R01942 +22376,BSU_27360,KEGG_reaction,R06578 +22377,BSU_27370,KEGG_reaction,- +22378,BSU_27380,KEGG_reaction,- +22379,BSU_27390,KEGG_reaction,- +22380,BSU_27400,KEGG_reaction,- +22381,BSU_27410,KEGG_reaction,R03038 +22382,BSU_27420,KEGG_reaction,- +22383,BSU_27430,KEGG_reaction,- +22384,BSU_27440,KEGG_reaction,- +22385,BSU_27450,KEGG_reaction,- +22386,BSU_27460,KEGG_reaction,- +22387,BSU_27468,KEGG_reaction,- +22388,BSU_27469,KEGG_reaction,- +22389,BSU_27470,KEGG_reaction,- +22390,BSU_27480,KEGG_reaction,- +22391,BSU_27500,KEGG_reaction,R08700 +22392,BSU_27510,KEGG_reaction,R07460 +22393,BSU_27510,KEGG_reaction,R11528 +22394,BSU_27510,KEGG_reaction,R11529 +22395,BSU_27520,KEGG_reaction,- +22396,BSU_27530,KEGG_reaction,- +22397,BSU_27540,KEGG_reaction,- +22398,BSU_27550,KEGG_reaction,R05577 +22399,BSU_27560,KEGG_reaction,R03655 +22400,BSU_27580,KEGG_reaction,R04112 +22401,BSU_27590,KEGG_reaction,- +22402,BSU_27600,KEGG_reaction,R00429 +22403,BSU_27610,KEGG_reaction,R00190 +22404,BSU_27610,KEGG_reaction,R01229 +22405,BSU_27610,KEGG_reaction,R02142 +22406,BSU_27610,KEGG_reaction,R04378 +22407,BSU_27620,KEGG_reaction,- +22408,BSU_27630,KEGG_reaction,- +22409,BSU_27640,KEGG_reaction,- +22410,BSU_27650,KEGG_reaction,- +22411,BSU_27660,KEGG_reaction,- +22412,BSU_27670,KEGG_reaction,- +22413,BSU_27680,KEGG_reaction,- +22414,BSU_27690,KEGG_reaction,- +22415,BSU_27700,KEGG_reaction,- +22416,BSU_27710,KEGG_reaction,R03789 +22417,BSU_27710,KEGG_reaction,R10209 +22418,BSU_27720,KEGG_reaction,- +22419,BSU_27729,KEGG_reaction,- +22420,BSU_27730,KEGG_reaction,- +22421,BSU_27740,KEGG_reaction,- +22422,BSU_27750,KEGG_reaction,- +22423,BSU_27760,KEGG_reaction,- +22424,BSU_27770,KEGG_reaction,R01183 +22425,BSU_27770,KEGG_reaction,R09951 +22426,BSU_27785,KEGG_reaction,- +22427,BSU_27800,KEGG_reaction,- +22428,BSU_27810,KEGG_reaction,- +22429,BSU_27820,KEGG_reaction,- +22430,BSU_27830,KEGG_reaction,- +22431,BSU_27840,KEGG_reaction,- +22432,BSU_27850,KEGG_reaction,R04292 +22433,BSU_27860,KEGG_reaction,R00357 +22434,BSU_27860,KEGG_reaction,R00481 +22435,BSU_27860,KEGG_reaction,R03348 +22436,BSU_27870,KEGG_reaction,R00357 +22437,BSU_27870,KEGG_reaction,R00481 +22438,BSU_27870,KEGG_reaction,R02164 +22439,BSU_27880,KEGG_reaction,R07460 +22440,BSU_27880,KEGG_reaction,R11528 +22441,BSU_27880,KEGG_reaction,R11529 +22442,BSU_27890,KEGG_reaction,- +22443,BSU_27900,KEGG_reaction,R00691 +22444,BSU_27900,KEGG_reaction,R01373 +22445,BSU_27910,KEGG_reaction,R01715 +22446,BSU_27920,KEGG_reaction,- +22447,BSU_27930,KEGG_reaction,- +22448,BSU_27940,KEGG_reaction,- +22449,BSU_27950,KEGG_reaction,- +22450,BSU_27960,KEGG_reaction,- +22451,BSU_27970,KEGG_reaction,- +22452,BSU_27980,KEGG_reaction,- +22453,BSU_27990,KEGG_reaction,- +22454,BSU_28000,KEGG_reaction,- +22455,BSU_28010,KEGG_reaction,- +22456,BSU_28020,KEGG_reaction,- +22457,BSU_28030,KEGG_reaction,- +22458,BSU_28040,KEGG_reaction,- +22459,BSU_28050,KEGG_reaction,- +22460,BSU_28060,KEGG_reaction,- +22461,BSU_28070,KEGG_reaction,- +22462,BSU_28080,KEGG_reaction,R00942 +22463,BSU_28080,KEGG_reaction,R02237 +22464,BSU_28080,KEGG_reaction,R04241 +22465,BSU_28090,KEGG_reaction,R03665 +22466,BSU_28099,KEGG_reaction,- +22467,BSU_28100,KEGG_reaction,- +22468,BSU_28110,KEGG_reaction,- +22469,BSU_28120,KEGG_reaction,R02272 +22470,BSU_28130,KEGG_reaction,R00036 +22471,BSU_28140,KEGG_reaction,R03165 +22472,BSU_28140,KEGG_reaction,R03194 +22473,BSU_28150,KEGG_reaction,R00084 +22474,BSU_28150,KEGG_reaction,R03165 +22475,BSU_28150,KEGG_reaction,R03194 +22476,BSU_28160,KEGG_reaction,- +22477,BSU_28170,KEGG_reaction,R04109 +22478,BSU_28170,KEGG_reaction,R08059 +22479,BSU_28180,KEGG_reaction,- +22480,BSU_28190,KEGG_reaction,- +22481,BSU_28200,KEGG_reaction,- +22482,BSU_28210,KEGG_reaction,R00375 +22483,BSU_28210,KEGG_reaction,R00376 +22484,BSU_28210,KEGG_reaction,R00377 +22485,BSU_28210,KEGG_reaction,R00378 +22486,BSU_28220,KEGG_reaction,- +22487,BSU_28230,KEGG_reaction,- +22488,BSU_28240,KEGG_reaction,- +22489,BSU_28250,KEGG_reaction,R03896 +22490,BSU_28250,KEGG_reaction,R03898 +22491,BSU_28250,KEGG_reaction,R03968 +22492,BSU_28250,KEGG_reaction,R04001 +22493,BSU_28250,KEGG_reaction,R10170 +22494,BSU_28260,KEGG_reaction,R03896 +22495,BSU_28260,KEGG_reaction,R03898 +22496,BSU_28260,KEGG_reaction,R03968 +22497,BSU_28260,KEGG_reaction,R04001 +22498,BSU_28260,KEGG_reaction,R08620 +22499,BSU_28260,KEGG_reaction,R08624 +22500,BSU_28260,KEGG_reaction,R08628 +22501,BSU_28260,KEGG_reaction,R08634 +22502,BSU_28260,KEGG_reaction,R08641 +22503,BSU_28260,KEGG_reaction,R08645 +22504,BSU_28260,KEGG_reaction,R10170 +22505,BSU_28270,KEGG_reaction,R00215 +22506,BSU_28270,KEGG_reaction,R00994 +22507,BSU_28270,KEGG_reaction,R01751 +22508,BSU_28270,KEGG_reaction,R02545 +22509,BSU_28270,KEGG_reaction,R04426 +22510,BSU_28270,KEGG_reaction,R06180 +22511,BSU_28270,KEGG_reaction,R10052 +22512,BSU_28280,KEGG_reaction,R01213 +22513,BSU_28290,KEGG_reaction,R03051 +22514,BSU_28290,KEGG_reaction,R04439 +22515,BSU_28290,KEGG_reaction,R04440 +22516,BSU_28290,KEGG_reaction,R05068 +22517,BSU_28290,KEGG_reaction,R05069 +22518,BSU_28290,KEGG_reaction,R05071 +22519,BSU_28300,KEGG_reaction,R00006 +22520,BSU_28300,KEGG_reaction,R00014 +22521,BSU_28300,KEGG_reaction,R00226 +22522,BSU_28300,KEGG_reaction,R03050 +22523,BSU_28300,KEGG_reaction,R04672 +22524,BSU_28300,KEGG_reaction,R04673 +22525,BSU_28300,KEGG_reaction,R08648 +22526,BSU_28310,KEGG_reaction,R00006 +22527,BSU_28310,KEGG_reaction,R00014 +22528,BSU_28310,KEGG_reaction,R00226 +22529,BSU_28310,KEGG_reaction,R03050 +22530,BSU_28310,KEGG_reaction,R04672 +22531,BSU_28310,KEGG_reaction,R04673 +22532,BSU_28310,KEGG_reaction,R08648 +22533,BSU_28330,KEGG_reaction,- +22534,BSU_28340,KEGG_reaction,- +22535,BSU_28350,KEGG_reaction,- +22536,BSU_28360,KEGG_reaction,R00426 +22537,BSU_28360,KEGG_reaction,R00720 +22538,BSU_28360,KEGG_reaction,R01855 +22539,BSU_28360,KEGG_reaction,R02100 +22540,BSU_28360,KEGG_reaction,R02720 +22541,BSU_28360,KEGG_reaction,R03531 +22542,BSU_28370,KEGG_reaction,R00426 +22543,BSU_28370,KEGG_reaction,R00720 +22544,BSU_28370,KEGG_reaction,R01855 +22545,BSU_28370,KEGG_reaction,R02100 +22546,BSU_28370,KEGG_reaction,R02720 +22547,BSU_28370,KEGG_reaction,R03531 +22548,BSU_28380,KEGG_reaction,- +22549,BSU_28390,KEGG_reaction,R00260 +22550,BSU_28390,KEGG_reaction,R00426 +22551,BSU_28390,KEGG_reaction,R00720 +22552,BSU_28390,KEGG_reaction,R01855 +22553,BSU_28390,KEGG_reaction,R02100 +22554,BSU_28390,KEGG_reaction,R02720 +22555,BSU_28390,KEGG_reaction,R03531 +22556,BSU_28400,KEGG_reaction,R01402 +22557,BSU_28410,KEGG_reaction,- +22558,BSU_28420,KEGG_reaction,R01301 +22559,BSU_28420,KEGG_reaction,R07262 +22560,BSU_28420,KEGG_reaction,R11436 +22561,BSU_28430,KEGG_reaction,R02164 +22562,BSU_28440,KEGG_reaction,R02164 +22563,BSU_28450,KEGG_reaction,R02164 +22564,BSU_28460,KEGG_reaction,- +22565,BSU_28470,KEGG_reaction,R00480 +22566,BSU_28470,KEGG_reaction,R01773 +22567,BSU_28470,KEGG_reaction,R01775 +22568,BSU_28475,KEGG_reaction,R00480 +22569,BSU_28475,KEGG_reaction,R01773 +22570,BSU_28475,KEGG_reaction,R01775 +22571,BSU_28490,KEGG_reaction,- +22572,BSU_28500,KEGG_reaction,- +22573,BSU_28510,KEGG_reaction,R01762 +22574,BSU_28520,KEGG_reaction,- +22575,BSU_28530,KEGG_reaction,- +22576,BSU_28540,KEGG_reaction,R03026 +22577,BSU_28540,KEGG_reaction,R04170 +22578,BSU_28540,KEGG_reaction,R04738 +22579,BSU_28540,KEGG_reaction,R04740 +22580,BSU_28540,KEGG_reaction,R04744 +22581,BSU_28540,KEGG_reaction,R04746 +22582,BSU_28550,KEGG_reaction,- +22583,BSU_28560,KEGG_reaction,R01280 +22584,BSU_28570,KEGG_reaction,- +22585,BSU_28580,KEGG_reaction,- +22586,BSU_28590,KEGG_reaction,- +22587,BSU_28600,KEGG_reaction,- +22588,BSU_28610,KEGG_reaction,- +22589,BSU_28620,KEGG_reaction,- +22590,BSU_28630,KEGG_reaction,R03660 +22591,BSU_28640,KEGG_reaction,R03660 +22592,BSU_28650,KEGG_reaction,- +22593,BSU_28660,KEGG_reaction,- +22594,BSU_28670,KEGG_reaction,- +22595,BSU_28680,KEGG_reaction,R00475 +22596,BSU_28690,KEGG_reaction,R00475 +22597,BSU_28700,KEGG_reaction,R02530 +22598,BSU_28710,KEGG_reaction,- +22599,BSU_28720,KEGG_reaction,R01762 +22600,BSU_28730,KEGG_reaction,- +22601,BSU_28740,KEGG_reaction,- +22602,BSU_28750,KEGG_reaction,- +22603,BSU_28760,KEGG_reaction,R05679 +22604,BSU_28760,KEGG_reaction,R05680 +22605,BSU_28770,KEGG_reaction,R03024 +22606,BSU_28780,KEGG_reaction,R02262 +22607,BSU_28780,KEGG_reaction,R05850 +22608,BSU_28780,KEGG_reaction,R07392 +22609,BSU_28790,KEGG_reaction,R01526 +22610,BSU_28790,KEGG_reaction,R02439 +22611,BSU_28800,KEGG_reaction,R01761 +22612,BSU_28810,KEGG_reaction,- +22613,BSU_28820,KEGG_reaction,- +22614,BSU_28830,KEGG_reaction,- +22615,BSU_28840,KEGG_reaction,- +22616,BSU_28850,KEGG_reaction,- +22617,BSU_28860,KEGG_reaction,- +22618,BSU_28870,KEGG_reaction,- +22619,BSU_28900,KEGG_reaction,- +22620,BSU_28910,KEGG_reaction,- +22621,BSU_28920,KEGG_reaction,- +22622,BSU_28930,KEGG_reaction,- +22623,BSU_28940,KEGG_reaction,R00183 +22624,BSU_28940,KEGG_reaction,R00511 +22625,BSU_28940,KEGG_reaction,R00963 +22626,BSU_28940,KEGG_reaction,R01126 +22627,BSU_28940,KEGG_reaction,R01227 +22628,BSU_28940,KEGG_reaction,R01569 +22629,BSU_28940,KEGG_reaction,R01664 +22630,BSU_28940,KEGG_reaction,R01968 +22631,BSU_28940,KEGG_reaction,R02088 +22632,BSU_28940,KEGG_reaction,R02102 +22633,BSU_28940,KEGG_reaction,R02323 +22634,BSU_28940,KEGG_reaction,R02719 +22635,BSU_28940,KEGG_reaction,R03346 +22636,BSU_28940,KEGG_reaction,R05287 +22637,BSU_28950,KEGG_reaction,R03663 +22638,BSU_28960,KEGG_reaction,- +22639,BSU_28970,KEGG_reaction,- +22640,BSU_28980,KEGG_reaction,- +22641,BSU_28990,KEGG_reaction,- +22642,BSU_29000,KEGG_reaction,- +22643,BSU_29010,KEGG_reaction,R00178 +22644,BSU_29020,KEGG_reaction,R01061 +22645,BSU_29020,KEGG_reaction,R01063 +22646,BSU_29030,KEGG_reaction,- +22647,BSU_29040,KEGG_reaction,- +22648,BSU_29050,KEGG_reaction,- +22649,BSU_29060,KEGG_reaction,R00130 +22650,BSU_29070,KEGG_reaction,- +22651,BSU_29080,KEGG_reaction,- +22652,BSU_29090,KEGG_reaction,R00375 +22653,BSU_29090,KEGG_reaction,R00376 +22654,BSU_29090,KEGG_reaction,R00377 +22655,BSU_29090,KEGG_reaction,R00378 +22656,BSU_29100,KEGG_reaction,- +22657,BSU_29110,KEGG_reaction,- +22658,BSU_29120,KEGG_reaction,R00342 +22659,BSU_29120,KEGG_reaction,R00703 +22660,BSU_29120,KEGG_reaction,R01000 +22661,BSU_29120,KEGG_reaction,R03104 +22662,BSU_29120,KEGG_reaction,R07136 +22663,BSU_29130,KEGG_reaction,R00267 +22664,BSU_29130,KEGG_reaction,R00268 +22665,BSU_29130,KEGG_reaction,R01899 +22666,BSU_29140,KEGG_reaction,R00351 +22667,BSU_29150,KEGG_reaction,- +22668,BSU_29160,KEGG_reaction,- +22669,BSU_29170,KEGG_reaction,- +22670,BSU_29180,KEGG_reaction,R00200 +22671,BSU_29180,KEGG_reaction,R00430 +22672,BSU_29180,KEGG_reaction,R00529 +22673,BSU_29180,KEGG_reaction,R01138 +22674,BSU_29180,KEGG_reaction,R01858 +22675,BSU_29180,KEGG_reaction,R02320 +22676,BSU_29180,KEGG_reaction,R04929 +22677,BSU_29190,KEGG_reaction,R00756 +22678,BSU_29190,KEGG_reaction,R03236 +22679,BSU_29190,KEGG_reaction,R03237 +22680,BSU_29190,KEGG_reaction,R03238 +22681,BSU_29190,KEGG_reaction,R03239 +22682,BSU_29190,KEGG_reaction,R04779 +22683,BSU_29200,KEGG_reaction,R00742 +22684,BSU_29200,KEGG_reaction,R04386 +22685,BSU_29210,KEGG_reaction,R00742 +22686,BSU_29210,KEGG_reaction,R04386 +22687,BSU_29220,KEGG_reaction,R00214 +22688,BSU_29230,KEGG_reaction,R00375 +22689,BSU_29230,KEGG_reaction,R00376 +22690,BSU_29230,KEGG_reaction,R00377 +22691,BSU_29230,KEGG_reaction,R00378 +22692,BSU_29239,KEGG_reaction,- +22693,BSU_29240,KEGG_reaction,- +22694,BSU_29249,KEGG_reaction,- +22695,BSU_29250,KEGG_reaction,R00188 +22696,BSU_29250,KEGG_reaction,R00508 +22697,BSU_29260,KEGG_reaction,- +22698,BSU_29270,KEGG_reaction,- +22699,BSU_29280,KEGG_reaction,- +22700,BSU_29290,KEGG_reaction,R02733 +22701,BSU_29300,KEGG_reaction,R00161 +22702,BSU_29300,KEGG_reaction,R00549 +22703,BSU_29310,KEGG_reaction,- +22704,BSU_29320,KEGG_reaction,- +22705,BSU_29330,KEGG_reaction,- +22706,BSU_29340,KEGG_reaction,- +22707,BSU_29350,KEGG_reaction,- +22708,BSU_29360,KEGG_reaction,- +22709,BSU_29370,KEGG_reaction,- +22710,BSU_29380,KEGG_reaction,- +22711,BSU_29390,KEGG_reaction,- +22712,BSU_29400,KEGG_reaction,- +22713,BSU_29410,KEGG_reaction,- +22714,BSU_29420,KEGG_reaction,R04533 +22715,BSU_29420,KEGG_reaction,R04534 +22716,BSU_29420,KEGG_reaction,R04536 +22717,BSU_29420,KEGG_reaction,R04543 +22718,BSU_29420,KEGG_reaction,R04566 +22719,BSU_29420,KEGG_reaction,R04953 +22720,BSU_29420,KEGG_reaction,R04964 +22721,BSU_29420,KEGG_reaction,R07759 +22722,BSU_29420,KEGG_reaction,R07763 +22723,BSU_29420,KEGG_reaction,R10116 +22724,BSU_29420,KEGG_reaction,R10120 +22725,BSU_29420,KEGG_reaction,R11671 +22726,BSU_29440,KEGG_reaction,R01086 +22727,BSU_29450,KEGG_reaction,R01954 +22728,BSU_29460,KEGG_reaction,R09726 +22729,BSU_29470,KEGG_reaction,R00315 +22730,BSU_29470,KEGG_reaction,R01353 +22731,BSU_29480,KEGG_reaction,- +22732,BSU_29490,KEGG_reaction,- +22733,BSU_29500,KEGG_reaction,- +22734,BSU_29510,KEGG_reaction,- +22735,BSU_29520,KEGG_reaction,- +22736,BSU_29530,KEGG_reaction,- +22737,BSU_29540,KEGG_reaction,R00104 +22738,BSU_29550,KEGG_reaction,- +22739,BSU_29560,KEGG_reaction,R00235 +22740,BSU_29560,KEGG_reaction,R00236 +22741,BSU_29560,KEGG_reaction,R00316 +22742,BSU_29560,KEGG_reaction,R00926 +22743,BSU_29560,KEGG_reaction,R01176 +22744,BSU_29560,KEGG_reaction,R01354 +22745,BSU_29570,KEGG_reaction,- +22746,BSU_29580,KEGG_reaction,R07461 +22747,BSU_29590,KEGG_reaction,R07460 +22748,BSU_29590,KEGG_reaction,R11528 +22749,BSU_29590,KEGG_reaction,R11529 +22750,BSU_29600,KEGG_reaction,- +22751,BSU_29610,KEGG_reaction,- +22752,BSU_29620,KEGG_reaction,R03013 +22753,BSU_29630,KEGG_reaction,- +22754,BSU_29640,KEGG_reaction,R02025 +22755,BSU_29650,KEGG_reaction,R08057 +22756,BSU_29660,KEGG_reaction,- +22757,BSU_29670,KEGG_reaction,R02918 +22758,BSU_29680,KEGG_reaction,R00235 +22759,BSU_29680,KEGG_reaction,R00236 +22760,BSU_29680,KEGG_reaction,R00316 +22761,BSU_29680,KEGG_reaction,R00926 +22762,BSU_29680,KEGG_reaction,R01354 +22763,BSU_29690,KEGG_reaction,- +22764,BSU_29700,KEGG_reaction,- +22765,BSU_29710,KEGG_reaction,- +22766,BSU_29720,KEGG_reaction,- +22767,BSU_29730,KEGG_reaction,- +22768,BSU_29740,KEGG_reaction,- +22769,BSU_29750,KEGG_reaction,R01715 +22770,BSU_29750,KEGG_reaction,R01826 +22771,BSU_29760,KEGG_reaction,- +22772,BSU_29770,KEGG_reaction,- +22773,BSU_29780,KEGG_reaction,- +22774,BSU_29790,KEGG_reaction,R01150 +22775,BSU_29790,KEGG_reaction,R03193 +22776,BSU_29805,KEGG_reaction,- +22777,BSU_29820,KEGG_reaction,R03660 +22778,BSU_29830,KEGG_reaction,- +22779,BSU_29840,KEGG_reaction,- +22780,BSU_29850,KEGG_reaction,- +22781,BSU_29860,KEGG_reaction,- +22782,BSU_29870,KEGG_reaction,- +22783,BSU_29880,KEGG_reaction,R00214 +22784,BSU_29880,KEGG_reaction,R11074 +22785,BSU_29890,KEGG_reaction,- +22786,BSU_29900,KEGG_reaction,R10806 +22787,BSU_29910,KEGG_reaction,- +22788,BSU_29920,KEGG_reaction,R02134 +22789,BSU_29930,KEGG_reaction,R02111 +22790,BSU_29940,KEGG_reaction,R01926 +22791,BSU_29940,KEGG_reaction,R02976 +22792,BSU_29950,KEGG_reaction,- +22793,BSU_29960,KEGG_reaction,R02322 +22794,BSU_29970,KEGG_reaction,R00897 +22795,BSU_29970,KEGG_reaction,R03601 +22796,BSU_29970,KEGG_reaction,R04859 +22797,BSU_29980,KEGG_reaction,R00899 +22798,BSU_29980,KEGG_reaction,R02734 +22799,BSU_29980,KEGG_reaction,R04951 +22800,BSU_29990,KEGG_reaction,- +22801,BSU_30000,KEGG_reaction,- +22802,BSU_30010,KEGG_reaction,- +22803,BSU_30020,KEGG_reaction,- +22804,BSU_30035,KEGG_reaction,- +22805,BSU_30050,KEGG_reaction,- +22806,BSU_30060,KEGG_reaction,- +22807,BSU_30070,KEGG_reaction,- +22808,BSU_30080,KEGG_reaction,- +22809,BSU_30090,KEGG_reaction,- +22810,BSU_30100,KEGG_reaction,- +22811,BSU_30110,KEGG_reaction,- +22812,BSU_30120,KEGG_reaction,- +22813,BSU_30135,KEGG_reaction,- +22814,BSU_30150,KEGG_reaction,- +22815,BSU_30160,KEGG_reaction,- +22816,BSU_30170,KEGG_reaction,- +22817,BSU_30180,KEGG_reaction,R10520 +22818,BSU_30180,KEGG_reaction,R10841 +22819,BSU_30180,KEGG_reaction,R10907 +22820,BSU_30190,KEGG_reaction,R10123 +22821,BSU_30200,KEGG_reaction,R01078 +22822,BSU_30210,KEGG_reaction,R03182 +22823,BSU_30220,KEGG_reaction,R00371 +22824,BSU_30220,KEGG_reaction,R03209 +22825,BSU_30220,KEGG_reaction,R03210 +22826,BSU_30220,KEGG_reaction,R10124 +22827,BSU_30230,KEGG_reaction,R03231 +22828,BSU_30230,KEGG_reaction,R10699 +22829,BSU_30240,KEGG_reaction,R03209 +22830,BSU_30240,KEGG_reaction,R03210 +22831,BSU_30240,KEGG_reaction,R10124 +22832,BSU_30250,KEGG_reaction,- +22833,BSU_30260,KEGG_reaction,- +22834,BSU_30270,KEGG_reaction,- +22835,BSU_30280,KEGG_reaction,- +22836,BSU_30290,KEGG_reaction,- +22837,BSU_30300,KEGG_reaction,R00837 +22838,BSU_30300,KEGG_reaction,R00838 +22839,BSU_30300,KEGG_reaction,R00839 +22840,BSU_30300,KEGG_reaction,R01101 +22841,BSU_30300,KEGG_reaction,R01103 +22842,BSU_30300,KEGG_reaction,R01104 +22843,BSU_30300,KEGG_reaction,R01194 +22844,BSU_30300,KEGG_reaction,R01329 +22845,BSU_30300,KEGG_reaction,R02926 +22846,BSU_30300,KEGG_reaction,R03634 +22847,BSU_30300,KEGG_reaction,R04019 +22848,BSU_30300,KEGG_reaction,R04470 +22849,BSU_30300,KEGG_reaction,R05133 +22850,BSU_30300,KEGG_reaction,R05134 +22851,BSU_30300,KEGG_reaction,R05549 +22852,BSU_30300,KEGG_reaction,R05961 +22853,BSU_30300,KEGG_reaction,R06091 +22854,BSU_30300,KEGG_reaction,R06113 +22855,BSU_30310,KEGG_reaction,- +22856,BSU_30320,KEGG_reaction,R03657 +22857,BSU_30330,KEGG_reaction,- +22858,BSU_30340,KEGG_reaction,- +22859,BSU_30350,KEGG_reaction,- +22860,BSU_30360,KEGG_reaction,- +22861,BSU_30370,KEGG_reaction,- +22862,BSU_30380,KEGG_reaction,- +22863,BSU_30390,KEGG_reaction,- +22864,BSU_30400,KEGG_reaction,- +22865,BSU_30410,KEGG_reaction,- +22866,BSU_30420,KEGG_reaction,- +22867,BSU_30430,KEGG_reaction,- +22868,BSU_30440,KEGG_reaction,- +22869,BSU_30450,KEGG_reaction,- +22870,BSU_30460,KEGG_reaction,- +22871,BSU_30470,KEGG_reaction,- +22872,BSU_30480,KEGG_reaction,- +22873,BSU_30490,KEGG_reaction,- +22874,BSU_30500,KEGG_reaction,R10009 +22875,BSU_30510,KEGG_reaction,- +22876,BSU_30520,KEGG_reaction,- +22877,BSU_30530,KEGG_reaction,- +22878,BSU_30540,KEGG_reaction,R00578 +22879,BSU_30550,KEGG_reaction,R00177 +22880,BSU_30550,KEGG_reaction,R04771 +22881,BSU_30560,KEGG_reaction,R00341 +22882,BSU_30570,KEGG_reaction,- +22883,BSU_30580,KEGG_reaction,- +22884,BSU_30595,KEGG_reaction,- +22885,BSU_30610,KEGG_reaction,- +22886,BSU_30620,KEGG_reaction,- +22887,BSU_30630,KEGG_reaction,- +22888,BSU_30640,KEGG_reaction,- +22889,BSU_30650,KEGG_reaction,- +22890,BSU_30660,KEGG_reaction,- +22891,BSU_30670,KEGG_reaction,R01291 +22892,BSU_30680,KEGG_reaction,- +22893,BSU_30690,KEGG_reaction,R00132 +22894,BSU_30690,KEGG_reaction,R10092 +22895,BSU_30700,KEGG_reaction,- +22896,BSU_30710,KEGG_reaction,R11325 +22897,BSU_30720,KEGG_reaction,R11325 +22898,BSU_30739,KEGG_reaction,- +22899,BSU_30740,KEGG_reaction,- +22900,BSU_30750,KEGG_reaction,- +22901,BSU_30760,KEGG_reaction,- +22902,BSU_30770,KEGG_reaction,- +22903,BSU_30780,KEGG_reaction,R04031 +22904,BSU_30790,KEGG_reaction,R04030 +22905,BSU_30800,KEGG_reaction,R07263 +22906,BSU_30810,KEGG_reaction,R08166 +22907,BSU_30820,KEGG_reaction,R08165 +22908,BSU_30830,KEGG_reaction,R01717 +22909,BSU_30840,KEGG_reaction,- +22910,BSU_30850,KEGG_reaction,R00289 +22911,BSU_30860,KEGG_reaction,R00286 +22912,BSU_30870,KEGG_reaction,R00291 +22913,BSU_30870,KEGG_reaction,R02984 +22914,BSU_30880,KEGG_reaction,- +22915,BSU_30900,KEGG_reaction,- +22916,BSU_30910,KEGG_reaction,- +22917,BSU_30920,KEGG_reaction,- +22918,BSU_30930,KEGG_reaction,- +22919,BSU_30940,KEGG_reaction,R02111 +22920,BSU_30950,KEGG_reaction,R02421 +22921,BSU_30960,KEGG_reaction,R00948 +22922,BSU_30960,KEGG_reaction,R02421 +22923,BSU_30970,KEGG_reaction,R00948 +22924,BSU_30980,KEGG_reaction,R00028 +22925,BSU_30980,KEGG_reaction,R00801 +22926,BSU_30980,KEGG_reaction,R00802 +22927,BSU_30980,KEGG_reaction,R02110 +22928,BSU_30980,KEGG_reaction,R06087 +22929,BSU_30980,KEGG_reaction,R06088 +22930,BSU_30980,KEGG_reaction,R09995 +22931,BSU_30980,KEGG_reaction,R11256 +22932,BSU_30990,KEGG_reaction,- +22933,BSU_31000,KEGG_reaction,- +22934,BSU_31010,KEGG_reaction,- +22935,BSU_31020,KEGG_reaction,- +22936,BSU_31030,KEGG_reaction,- +22937,BSU_31040,KEGG_reaction,- +22938,BSU_31050,KEGG_reaction,R00614 +22939,BSU_31050,KEGG_reaction,R00623 +22940,BSU_31050,KEGG_reaction,R00754 +22941,BSU_31050,KEGG_reaction,R04880 +22942,BSU_31050,KEGG_reaction,R05233 +22943,BSU_31050,KEGG_reaction,R05234 +22944,BSU_31050,KEGG_reaction,R06917 +22945,BSU_31050,KEGG_reaction,R06927 +22946,BSU_31050,KEGG_reaction,R08557 +22947,BSU_31050,KEGG_reaction,R08558 +22948,BSU_31060,KEGG_reaction,R02565 +22949,BSU_31060,KEGG_reaction,R02566 +22950,BSU_31070,KEGG_reaction,- +22951,BSU_31080,KEGG_reaction,- +22952,BSU_31090,KEGG_reaction,- +22953,BSU_31100,KEGG_reaction,- +22954,BSU_31110,KEGG_reaction,- +22955,BSU_31120,KEGG_reaction,- +22956,BSU_31130,KEGG_reaction,- +22957,BSU_31140,KEGG_reaction,R00893 +22958,BSU_31150,KEGG_reaction,R05627 +22959,BSU_31160,KEGG_reaction,- +22960,BSU_31170,KEGG_reaction,R09954 +22961,BSU_31180,KEGG_reaction,R01902 +22962,BSU_31180,KEGG_reaction,R02437 +22963,BSU_31180,KEGG_reaction,R03014 +22964,BSU_31190,KEGG_reaction,R10819 +22965,BSU_31200,KEGG_reaction,R01639 +22966,BSU_31200,KEGG_reaction,R01737 +22967,BSU_31200,KEGG_reaction,R01902 +22968,BSU_31200,KEGG_reaction,R02437 +22969,BSU_31200,KEGG_reaction,R03014 +22970,BSU_31210,KEGG_reaction,- +22971,BSU_31220,KEGG_reaction,R00623 +22972,BSU_31220,KEGG_reaction,R00754 +22973,BSU_31220,KEGG_reaction,R01785 +22974,BSU_31220,KEGG_reaction,R02124 +22975,BSU_31220,KEGG_reaction,R02263 +22976,BSU_31220,KEGG_reaction,R04805 +22977,BSU_31220,KEGG_reaction,R04880 +22978,BSU_31220,KEGG_reaction,R05233 +22979,BSU_31220,KEGG_reaction,R05234 +22980,BSU_31220,KEGG_reaction,R06917 +22981,BSU_31220,KEGG_reaction,R06927 +22982,BSU_31220,KEGG_reaction,R07105 +22983,BSU_31220,KEGG_reaction,R08281 +22984,BSU_31220,KEGG_reaction,R08306 +22985,BSU_31220,KEGG_reaction,R08310 +22986,BSU_31230,KEGG_reaction,- +22987,BSU_31240,KEGG_reaction,- +22988,BSU_31250,KEGG_reaction,- +22989,BSU_31260,KEGG_reaction,- +22990,BSU_31270,KEGG_reaction,- +22991,BSU_31279,KEGG_reaction,- +22992,BSU_31280,KEGG_reaction,- +22993,BSU_31290,KEGG_reaction,R00028 +22994,BSU_31290,KEGG_reaction,R00801 +22995,BSU_31290,KEGG_reaction,R00802 +22996,BSU_31290,KEGG_reaction,R00837 +22997,BSU_31290,KEGG_reaction,R01557 +22998,BSU_31290,KEGG_reaction,R01718 +22999,BSU_31290,KEGG_reaction,R01791 +23000,BSU_31290,KEGG_reaction,R02108 +23001,BSU_31290,KEGG_reaction,R02112 +23002,BSU_31290,KEGG_reaction,R06087 +23003,BSU_31290,KEGG_reaction,R06088 +23004,BSU_31290,KEGG_reaction,R06113 +23005,BSU_31290,KEGG_reaction,R06199 +23006,BSU_31290,KEGG_reaction,R11262 +23007,BSU_31300,KEGG_reaction,- +23008,BSU_31310,KEGG_reaction,- +23009,BSU_31319,KEGG_reaction,- +23010,BSU_31321,KEGG_reaction,- +23011,BSU_31322,KEGG_reaction,- +23012,BSU_31330,KEGG_reaction,- +23013,BSU_31350,KEGG_reaction,R02739 +23014,BSU_31350,KEGG_reaction,R02740 +23015,BSU_31350,KEGG_reaction,R03321 +23016,BSU_31360,KEGG_reaction,R03544 +23017,BSU_31360,KEGG_reaction,R03545 +23018,BSU_31370,KEGG_reaction,R03544 +23019,BSU_31370,KEGG_reaction,R03545 +23020,BSU_31380,KEGG_reaction,- +23021,BSU_31390,KEGG_reaction,R02739 +23022,BSU_31390,KEGG_reaction,R02740 +23023,BSU_31390,KEGG_reaction,R03321 +23024,BSU_31400,KEGG_reaction,R00355 +23025,BSU_31400,KEGG_reaction,R00694 +23026,BSU_31400,KEGG_reaction,R00734 +23027,BSU_31400,KEGG_reaction,R00896 +23028,BSU_31400,KEGG_reaction,R02433 +23029,BSU_31400,KEGG_reaction,R02619 +23030,BSU_31400,KEGG_reaction,R04467 +23031,BSU_31400,KEGG_reaction,R05052 +23032,BSU_31410,KEGG_reaction,- +23033,BSU_31420,KEGG_reaction,- +23034,BSU_31430,KEGG_reaction,- +23035,BSU_31440,KEGG_reaction,R00782 +23036,BSU_31440,KEGG_reaction,R01286 +23037,BSU_31440,KEGG_reaction,R02408 +23038,BSU_31440,KEGG_reaction,R04941 +23039,BSU_31450,KEGG_reaction,- +23040,BSU_31460,KEGG_reaction,- +23041,BSU_31470,KEGG_reaction,- +23042,BSU_31480,KEGG_reaction,- +23043,BSU_31490,KEGG_reaction,R04519 +23044,BSU_31500,KEGG_reaction,- +23045,BSU_31510,KEGG_reaction,- +23046,BSU_31520,KEGG_reaction,- +23047,BSU_31530,KEGG_reaction,- +23048,BSU_31540,KEGG_reaction,- +23049,BSU_31550,KEGG_reaction,- +23050,BSU_31560,KEGG_reaction,- +23051,BSU_31570,KEGG_reaction,- +23052,BSU_31580,KEGG_reaction,- +23053,BSU_31590,KEGG_reaction,- +23054,BSU_31600,KEGG_reaction,R11945 +23055,BSU_31610,KEGG_reaction,- +23056,BSU_31620,KEGG_reaction,R11945 +23057,BSU_31630,KEGG_reaction,- +23058,BSU_31640,KEGG_reaction,- +23059,BSU_31650,KEGG_reaction,- +23060,BSU_31660,KEGG_reaction,- +23061,BSU_31670,KEGG_reaction,- +23062,BSU_31680,KEGG_reaction,- +23063,BSU_31690,KEGG_reaction,- +23064,BSU_31710,KEGG_reaction,- +23065,BSU_31730,KEGG_reaction,- +23066,BSU_31740,KEGG_reaction,- +23067,BSU_31750,KEGG_reaction,R01724 +23068,BSU_31760,KEGG_reaction,- +23069,BSU_31770,KEGG_reaction,- +23070,BSU_31780,KEGG_reaction,- +23071,BSU_31790,KEGG_reaction,- +23072,BSU_31800,KEGG_reaction,- +23073,BSU_31810,KEGG_reaction,- +23074,BSU_31820,KEGG_reaction,- +23075,BSU_31830,KEGG_reaction,- +23076,BSU_31840,KEGG_reaction,- +23077,BSU_31850,KEGG_reaction,- +23078,BSU_31860,KEGG_reaction,- +23079,BSU_31875,KEGG_reaction,- +23080,BSU_31890,KEGG_reaction,- +23081,BSU_31900,KEGG_reaction,- +23082,BSU_31910,KEGG_reaction,- +23083,BSU_31920,KEGG_reaction,- +23084,BSU_31930,KEGG_reaction,R00396 +23085,BSU_31945,KEGG_reaction,- +23086,BSU_31959,KEGG_reaction,R10880 +23087,BSU_31960,KEGG_reaction,- +23088,BSU_31970,KEGG_reaction,R03037 +23089,BSU_31970,KEGG_reaction,R07644 +23090,BSU_31980,KEGG_reaction,R07644 +23091,BSU_31990,KEGG_reaction,R01717 +23092,BSU_32000,KEGG_reaction,R01505 +23093,BSU_32010,KEGG_reaction,- +23094,BSU_32020,KEGG_reaction,- +23095,BSU_32030,KEGG_reaction,- +23096,BSU_32040,KEGG_reaction,- +23097,BSU_32050,KEGG_reaction,R00135 +23098,BSU_32050,KEGG_reaction,R00899 +23099,BSU_32050,KEGG_reaction,R04951 +23100,BSU_32060,KEGG_reaction,- +23101,BSU_32070,KEGG_reaction,- +23102,BSU_32080,KEGG_reaction,- +23103,BSU_32090,KEGG_reaction,- +23104,BSU_32100,KEGG_reaction,- +23105,BSU_32110,KEGG_reaction,- +23106,BSU_32130,KEGG_reaction,R01130 +23107,BSU_32130,KEGG_reaction,R01134 +23108,BSU_32130,KEGG_reaction,R08240 +23109,BSU_32140,KEGG_reaction,- +23110,BSU_32150,KEGG_reaction,- +23111,BSU_32160,KEGG_reaction,- +23112,BSU_32170,KEGG_reaction,R02735 +23113,BSU_32180,KEGG_reaction,- +23114,BSU_32190,KEGG_reaction,- +23115,BSU_32200,KEGG_reaction,- +23116,BSU_32210,KEGG_reaction,- +23117,BSU_32220,KEGG_reaction,- +23118,BSU_32230,KEGG_reaction,- +23119,BSU_32240,KEGG_reaction,R01771 +23120,BSU_32250,KEGG_reaction,R01466 +23121,BSU_32250,KEGG_reaction,R05086 +23122,BSU_32260,KEGG_reaction,R01773 +23123,BSU_32260,KEGG_reaction,R01775 +23124,BSU_32270,KEGG_reaction,- +23125,BSU_32280,KEGG_reaction,R02029 +23126,BSU_32290,KEGG_reaction,R00509 +23127,BSU_32290,KEGG_reaction,R03024 +23128,BSU_32290,KEGG_reaction,R04928 +23129,BSU_32300,KEGG_reaction,- +23130,BSU_32310,KEGG_reaction,- +23131,BSU_32320,KEGG_reaction,- +23132,BSU_32330,KEGG_reaction,R07767 +23133,BSU_32330,KEGG_reaction,R07768 +23134,BSU_32340,KEGG_reaction,- +23135,BSU_32350,KEGG_reaction,- +23136,BSU_32360,KEGG_reaction,- +23137,BSU_32370,KEGG_reaction,R00183 +23138,BSU_32370,KEGG_reaction,R00511 +23139,BSU_32370,KEGG_reaction,R00963 +23140,BSU_32370,KEGG_reaction,R01126 +23141,BSU_32370,KEGG_reaction,R01227 +23142,BSU_32370,KEGG_reaction,R01569 +23143,BSU_32370,KEGG_reaction,R01664 +23144,BSU_32370,KEGG_reaction,R01968 +23145,BSU_32370,KEGG_reaction,R02088 +23146,BSU_32370,KEGG_reaction,R02102 +23147,BSU_32370,KEGG_reaction,R02323 +23148,BSU_32370,KEGG_reaction,R02719 +23149,BSU_32370,KEGG_reaction,R03346 +23150,BSU_32380,KEGG_reaction,- +23151,BSU_32390,KEGG_reaction,- +23152,BSU_32400,KEGG_reaction,- +23153,BSU_32410,KEGG_reaction,R02425 +23154,BSU_32420,KEGG_reaction,- +23155,BSU_32430,KEGG_reaction,- +23156,BSU_32440,KEGG_reaction,- +23157,BSU_32450,KEGG_reaction,R02106 +23158,BSU_32450,KEGG_reaction,R02333 +23159,BSU_32450,KEGG_reaction,R06604 +23160,BSU_32450,KEGG_reaction,R07981 +23161,BSU_32460,KEGG_reaction,R06601 +23162,BSU_32460,KEGG_reaction,R06604 +23163,BSU_32470,KEGG_reaction,R01768 +23164,BSU_32470,KEGG_reaction,R02103 +23165,BSU_32470,KEGG_reaction,R11168 +23166,BSU_32480,KEGG_reaction,R01768 +23167,BSU_32480,KEGG_reaction,R02103 +23168,BSU_32490,KEGG_reaction,R01768 +23169,BSU_32490,KEGG_reaction,R02103 +23170,BSU_32490,KEGG_reaction,R07229 +23171,BSU_32490,KEGG_reaction,R11168 +23172,BSU_32500,KEGG_reaction,R01768 +23173,BSU_32500,KEGG_reaction,R02103 +23174,BSU_32500,KEGG_reaction,R10131 +23175,BSU_32500,KEGG_reaction,R10132 +23176,BSU_32500,KEGG_reaction,R11582 +23177,BSU_32510,KEGG_reaction,R01768 +23178,BSU_32510,KEGG_reaction,R02103 +23179,BSU_32520,KEGG_reaction,R00369 +23180,BSU_32520,KEGG_reaction,R00372 +23181,BSU_32520,KEGG_reaction,R00585 +23182,BSU_32520,KEGG_reaction,R00588 +23183,BSU_32520,KEGG_reaction,R10908 +23184,BSU_32530,KEGG_reaction,R00905 +23185,BSU_32530,KEGG_reaction,R02423 +23186,BSU_32530,KEGG_reaction,R04666 +23187,BSU_32540,KEGG_reaction,- +23188,BSU_32550,KEGG_reaction,- +23189,BSU_32560,KEGG_reaction,- +23190,BSU_32570,KEGG_reaction,R08124 +23191,BSU_32580,KEGG_reaction,- +23192,BSU_32590,KEGG_reaction,- +23193,BSU_32600,KEGG_reaction,- +23194,BSU_32610,KEGG_reaction,R08125 +23195,BSU_32620,KEGG_reaction,R00375 +23196,BSU_32620,KEGG_reaction,R00376 +23197,BSU_32620,KEGG_reaction,R00377 +23198,BSU_32620,KEGG_reaction,R00378 +23199,BSU_32630,KEGG_reaction,R01374 +23200,BSU_32630,KEGG_reaction,R09493 +23201,BSU_32650,KEGG_reaction,- +23202,BSU_32660,KEGG_reaction,- +23203,BSU_32669,KEGG_reaction,- +23204,BSU_32670,KEGG_reaction,- +23205,BSU_32680,KEGG_reaction,- +23206,BSU_32690,KEGG_reaction,R03599 +23207,BSU_32690,KEGG_reaction,R07460 +23208,BSU_32690,KEGG_reaction,R11528 +23209,BSU_32690,KEGG_reaction,R11529 +23210,BSU_32700,KEGG_reaction,- +23211,BSU_32710,KEGG_reaction,- +23212,BSU_32720,KEGG_reaction,R00209 +23213,BSU_32720,KEGG_reaction,R02569 +23214,BSU_32720,KEGG_reaction,R03470 +23215,BSU_32730,KEGG_reaction,- +23216,BSU_32740,KEGG_reaction,- +23217,BSU_32750,KEGG_reaction,- +23218,BSU_32760,KEGG_reaction,- +23219,BSU_32770,KEGG_reaction,- +23220,BSU_32780,KEGG_reaction,- +23221,BSU_32790,KEGG_reaction,- +23222,BSU_32800,KEGG_reaction,R01221 +23223,BSU_32810,KEGG_reaction,- +23224,BSU_32820,KEGG_reaction,R01175 +23225,BSU_32820,KEGG_reaction,R01178 +23226,BSU_32820,KEGG_reaction,R02661 +23227,BSU_32820,KEGG_reaction,R03172 +23228,BSU_32820,KEGG_reaction,R04751 +23229,BSU_32830,KEGG_reaction,R00829 +23230,BSU_32830,KEGG_reaction,R00927 +23231,BSU_32830,KEGG_reaction,R01177 +23232,BSU_32830,KEGG_reaction,R03778 +23233,BSU_32830,KEGG_reaction,R03858 +23234,BSU_32830,KEGG_reaction,R03991 +23235,BSU_32830,KEGG_reaction,R04546 +23236,BSU_32830,KEGG_reaction,R04742 +23237,BSU_32830,KEGG_reaction,R04747 +23238,BSU_32830,KEGG_reaction,R05506 +23239,BSU_32830,KEGG_reaction,R05586 +23240,BSU_32830,KEGG_reaction,R07891 +23241,BSU_32830,KEGG_reaction,R07895 +23242,BSU_32830,KEGG_reaction,R07899 +23243,BSU_32830,KEGG_reaction,R08091 +23244,BSU_32830,KEGG_reaction,R08095 +23245,BSU_32840,KEGG_reaction,R01975 +23246,BSU_32840,KEGG_reaction,R03026 +23247,BSU_32840,KEGG_reaction,R03045 +23248,BSU_32840,KEGG_reaction,R03276 +23249,BSU_32840,KEGG_reaction,R04137 +23250,BSU_32840,KEGG_reaction,R04170 +23251,BSU_32840,KEGG_reaction,R04203 +23252,BSU_32840,KEGG_reaction,R04204 +23253,BSU_32840,KEGG_reaction,R04224 +23254,BSU_32840,KEGG_reaction,R04737 +23255,BSU_32840,KEGG_reaction,R04738 +23256,BSU_32840,KEGG_reaction,R04739 +23257,BSU_32840,KEGG_reaction,R04740 +23258,BSU_32840,KEGG_reaction,R04741 +23259,BSU_32840,KEGG_reaction,R04743 +23260,BSU_32840,KEGG_reaction,R04744 +23261,BSU_32840,KEGG_reaction,R04745 +23262,BSU_32840,KEGG_reaction,R04746 +23263,BSU_32840,KEGG_reaction,R04748 +23264,BSU_32840,KEGG_reaction,R04749 +23265,BSU_32840,KEGG_reaction,R05066 +23266,BSU_32840,KEGG_reaction,R05305 +23267,BSU_32840,KEGG_reaction,R06411 +23268,BSU_32840,KEGG_reaction,R06412 +23269,BSU_32840,KEGG_reaction,R06941 +23270,BSU_32840,KEGG_reaction,R06942 +23271,BSU_32840,KEGG_reaction,R07935 +23272,BSU_32840,KEGG_reaction,R07951 +23273,BSU_32840,KEGG_reaction,R08093 +23274,BSU_32840,KEGG_reaction,R08094 +23275,BSU_32849,KEGG_reaction,- +23276,BSU_32850,KEGG_reaction,R10507 +23277,BSU_32859,KEGG_reaction,- +23278,BSU_32860,KEGG_reaction,- +23279,BSU_32870,KEGG_reaction,- +23280,BSU_32880,KEGG_reaction,- +23281,BSU_32890,KEGG_reaction,- +23282,BSU_32900,KEGG_reaction,R04533 +23283,BSU_32900,KEGG_reaction,R04534 +23284,BSU_32900,KEGG_reaction,R04536 +23285,BSU_32900,KEGG_reaction,R04543 +23286,BSU_32900,KEGG_reaction,R04566 +23287,BSU_32900,KEGG_reaction,R04953 +23288,BSU_32900,KEGG_reaction,R04964 +23289,BSU_32900,KEGG_reaction,R07759 +23290,BSU_32900,KEGG_reaction,R07763 +23291,BSU_32900,KEGG_reaction,R10116 +23292,BSU_32900,KEGG_reaction,R10120 +23293,BSU_32900,KEGG_reaction,R11671 +23294,BSU_32910,KEGG_reaction,R04533 +23295,BSU_32910,KEGG_reaction,R04534 +23296,BSU_32910,KEGG_reaction,R04536 +23297,BSU_32910,KEGG_reaction,R04543 +23298,BSU_32910,KEGG_reaction,R04566 +23299,BSU_32910,KEGG_reaction,R04953 +23300,BSU_32910,KEGG_reaction,R04964 +23301,BSU_32910,KEGG_reaction,R07759 +23302,BSU_32910,KEGG_reaction,R07763 +23303,BSU_32910,KEGG_reaction,R10116 +23304,BSU_32910,KEGG_reaction,R10120 +23305,BSU_32910,KEGG_reaction,R11671 +23306,BSU_32920,KEGG_reaction,- +23307,BSU_32930,KEGG_reaction,- +23308,BSU_32940,KEGG_reaction,- +23309,BSU_32950,KEGG_reaction,- +23310,BSU_32960,KEGG_reaction,- +23311,BSU_32970,KEGG_reaction,- +23312,BSU_32980,KEGG_reaction,- +23313,BSU_32990,KEGG_reaction,- +23314,BSU_33000,KEGG_reaction,- +23315,BSU_33010,KEGG_reaction,- +23316,BSU_33020,KEGG_reaction,- +23317,BSU_33029,KEGG_reaction,- +23318,BSU_33030,KEGG_reaction,- +23319,BSU_33040,KEGG_reaction,R00214 +23320,BSU_33040,KEGG_reaction,R01082 +23321,BSU_33049,KEGG_reaction,- +23322,BSU_33050,KEGG_reaction,- +23323,BSU_33060,KEGG_reaction,- +23324,BSU_33070,KEGG_reaction,- +23325,BSU_33080,KEGG_reaction,- +23326,BSU_33090,KEGG_reaction,- +23327,BSU_33100,KEGG_reaction,- +23328,BSU_33110,KEGG_reaction,- +23329,BSU_33120,KEGG_reaction,- +23330,BSU_33130,KEGG_reaction,- +23331,BSU_33140,KEGG_reaction,- +23332,BSU_33150,KEGG_reaction,R01492 +23333,BSU_33150,KEGG_reaction,R05220 +23334,BSU_33150,KEGG_reaction,R07268 +23335,BSU_33160,KEGG_reaction,- +23336,BSU_33170,KEGG_reaction,- +23337,BSU_33180,KEGG_reaction,- +23338,BSU_33190,KEGG_reaction,- +23339,BSU_33200,KEGG_reaction,R02427 +23340,BSU_33210,KEGG_reaction,- +23341,BSU_33221,KEGG_reaction,- +23342,BSU_33222,KEGG_reaction,- +23343,BSU_33230,KEGG_reaction,- +23344,BSU_33239,KEGG_reaction,- +23345,BSU_33240,KEGG_reaction,R00522 +23346,BSU_33250,KEGG_reaction,- +23347,BSU_33260,KEGG_reaction,- +23348,BSU_33270,KEGG_reaction,- +23349,BSU_33280,KEGG_reaction,- +23350,BSU_33290,KEGG_reaction,- +23351,BSU_33300,KEGG_reaction,- +23352,BSU_33310,KEGG_reaction,- +23353,BSU_33320,KEGG_reaction,- +23354,BSU_33330,KEGG_reaction,- +23355,BSU_33340,KEGG_reaction,- +23356,BSU_33350,KEGG_reaction,- +23357,BSU_33360,KEGG_reaction,R05081 +23358,BSU_33360,KEGG_reaction,R10849 +23359,BSU_33370,KEGG_reaction,- +23360,BSU_33380,KEGG_reaction,- +23361,BSU_33390,KEGG_reaction,- +23362,BSU_33400,KEGG_reaction,- +23363,BSU_33410,KEGG_reaction,- +23364,BSU_33420,KEGG_reaction,- +23365,BSU_33430,KEGG_reaction,R00790 +23366,BSU_33430,KEGG_reaction,R00858 +23367,BSU_33430,KEGG_reaction,R00859 +23368,BSU_33430,KEGG_reaction,R03600 +23369,BSU_33440,KEGG_reaction,R00858 +23370,BSU_33450,KEGG_reaction,- +23371,BSU_33460,KEGG_reaction,- +23372,BSU_33470,KEGG_reaction,- +23373,BSU_33480,KEGG_reaction,- +23374,BSU_33490,KEGG_reaction,- +23375,BSU_33500,KEGG_reaction,R00086 +23376,BSU_33510,KEGG_reaction,- +23377,BSU_33520,KEGG_reaction,- +23378,BSU_33530,KEGG_reaction,R09954 +23379,BSU_33540,KEGG_reaction,- +23380,BSU_33550,KEGG_reaction,- +23381,BSU_33560,KEGG_reaction,- +23382,BSU_33570,KEGG_reaction,- +23383,BSU_33580,KEGG_reaction,- +23384,BSU_33590,KEGG_reaction,R04533 +23385,BSU_33590,KEGG_reaction,R04534 +23386,BSU_33590,KEGG_reaction,R04536 +23387,BSU_33590,KEGG_reaction,R04543 +23388,BSU_33590,KEGG_reaction,R04566 +23389,BSU_33590,KEGG_reaction,R04953 +23390,BSU_33590,KEGG_reaction,R04964 +23391,BSU_33590,KEGG_reaction,R07759 +23392,BSU_33590,KEGG_reaction,R07763 +23393,BSU_33590,KEGG_reaction,R10116 +23394,BSU_33590,KEGG_reaction,R10120 +23395,BSU_33590,KEGG_reaction,R11671 +23396,BSU_33600,KEGG_reaction,- +23397,BSU_33610,KEGG_reaction,- +23398,BSU_33620,KEGG_reaction,- +23399,BSU_33630,KEGG_reaction,- +23400,BSU_33640,KEGG_reaction,- +23401,BSU_33650,KEGG_reaction,- +23402,BSU_33660,KEGG_reaction,- +23403,BSU_33670,KEGG_reaction,- +23404,BSU_33680,KEGG_reaction,- +23405,BSU_33690,KEGG_reaction,- +23406,BSU_33700,KEGG_reaction,- +23407,BSU_33710,KEGG_reaction,- +23408,BSU_33720,KEGG_reaction,- +23409,BSU_33730,KEGG_reaction,- +23410,BSU_33740,KEGG_reaction,- +23411,BSU_33760,KEGG_reaction,- +23412,BSU_33780,KEGG_reaction,- +23413,BSU_33790,KEGG_reaction,- +23414,BSU_33800,KEGG_reaction,- +23415,BSU_33810,KEGG_reaction,- +23416,BSU_33820,KEGG_reaction,- +23417,BSU_33830,KEGG_reaction,- +23418,BSU_33840,KEGG_reaction,- +23419,BSU_33850,KEGG_reaction,- +23420,BSU_33860,KEGG_reaction,- +23421,BSU_33870,KEGG_reaction,- +23422,BSU_33880,KEGG_reaction,- +23423,BSU_33890,KEGG_reaction,R01185 +23424,BSU_33890,KEGG_reaction,R01186 +23425,BSU_33890,KEGG_reaction,R01187 +23426,BSU_33900,KEGG_reaction,R00658 +23427,BSU_33910,KEGG_reaction,R01518 +23428,BSU_33920,KEGG_reaction,R01015 +23429,BSU_33920,KEGG_reaction,R01512 +23430,BSU_33930,KEGG_reaction,R01015 +23431,BSU_33930,KEGG_reaction,R01512 +23432,BSU_33940,KEGG_reaction,R01061 +23433,BSU_33950,KEGG_reaction,- +23434,BSU_33960,KEGG_reaction,- +23435,BSU_33970,KEGG_reaction,- +23436,BSU_33980,KEGG_reaction,- +23437,BSU_33990,KEGG_reaction,- +23438,BSU_34000,KEGG_reaction,- +23439,BSU_34010,KEGG_reaction,- +23440,BSU_34020,KEGG_reaction,- +23441,BSU_34030,KEGG_reaction,- +23442,BSU_34040,KEGG_reaction,- +23443,BSU_34050,KEGG_reaction,- +23444,BSU_34060,KEGG_reaction,- +23445,BSU_34070,KEGG_reaction,- +23446,BSU_34080,KEGG_reaction,- +23447,BSU_34090,KEGG_reaction,- +23448,BSU_34100,KEGG_reaction,- +23449,BSU_34110,KEGG_reaction,- +23450,BSU_34120,KEGG_reaction,- +23451,BSU_34130,KEGG_reaction,R01105 +23452,BSU_34140,KEGG_reaction,- +23453,BSU_34150,KEGG_reaction,- +23454,BSU_34160,KEGG_reaction,- +23455,BSU_34170,KEGG_reaction,- +23456,BSU_34180,KEGG_reaction,- +23457,BSU_34190,KEGG_reaction,- +23458,BSU_34200,KEGG_reaction,- +23459,BSU_34210,KEGG_reaction,- +23460,BSU_34220,KEGG_reaction,- +23461,BSU_34230,KEGG_reaction,R10460 +23462,BSU_34240,KEGG_reaction,- +23463,BSU_34250,KEGG_reaction,- +23464,BSU_34265,KEGG_reaction,- +23465,BSU_34280,KEGG_reaction,- +23466,BSU_34290,KEGG_reaction,- +23467,BSU_34300,KEGG_reaction,- +23468,BSU_34310,KEGG_reaction,- +23469,BSU_34320,KEGG_reaction,- +23470,BSU_34330,KEGG_reaction,- +23471,BSU_34340,KEGG_reaction,- +23472,BSU_34350,KEGG_reaction,R06513 +23473,BSU_34350,KEGG_reaction,R09697 +23474,BSU_34360,KEGG_reaction,- +23475,BSU_34370,KEGG_reaction,- +23476,BSU_34380,KEGG_reaction,- +23477,BSU_34390,KEGG_reaction,- +23478,BSU_34400,KEGG_reaction,- +23479,BSU_34410,KEGG_reaction,- +23480,BSU_34430,KEGG_reaction,R00491 +23481,BSU_34440,KEGG_reaction,- +23482,BSU_34450,KEGG_reaction,R04194 +23483,BSU_34450,KEGG_reaction,R05140 +23484,BSU_34460,KEGG_reaction,R00801 +23485,BSU_34460,KEGG_reaction,R00802 +23486,BSU_34460,KEGG_reaction,R00879 +23487,BSU_34460,KEGG_reaction,R02410 +23488,BSU_34460,KEGG_reaction,R03635 +23489,BSU_34460,KEGG_reaction,R03921 +23490,BSU_34460,KEGG_reaction,R05624 +23491,BSU_34460,KEGG_reaction,R06088 +23492,BSU_34460,KEGG_reaction,R10784 +23493,BSU_34460,KEGG_reaction,R11311 +23494,BSU_34470,KEGG_reaction,- +23495,BSU_34480,KEGG_reaction,- +23496,BSU_34490,KEGG_reaction,- +23497,BSU_34500,KEGG_reaction,- +23498,BSU_34510,KEGG_reaction,- +23499,BSU_34520,KEGG_reaction,- +23500,BSU_34530,KEGG_reaction,- +23501,BSU_34540,KEGG_reaction,- +23502,BSU_34550,KEGG_reaction,R00010 +23503,BSU_34550,KEGG_reaction,R02727 +23504,BSU_34550,KEGG_reaction,R02728 +23505,BSU_34550,KEGG_reaction,R02778 +23506,BSU_34550,KEGG_reaction,R11310 +23507,BSU_34560,KEGG_reaction,R00028 +23508,BSU_34560,KEGG_reaction,R00801 +23509,BSU_34560,KEGG_reaction,R00802 +23510,BSU_34560,KEGG_reaction,R00837 +23511,BSU_34560,KEGG_reaction,R01557 +23512,BSU_34560,KEGG_reaction,R01718 +23513,BSU_34560,KEGG_reaction,R01791 +23514,BSU_34560,KEGG_reaction,R02108 +23515,BSU_34560,KEGG_reaction,R02112 +23516,BSU_34560,KEGG_reaction,R06087 +23517,BSU_34560,KEGG_reaction,R06088 +23518,BSU_34560,KEGG_reaction,R06113 +23519,BSU_34560,KEGG_reaction,R06199 +23520,BSU_34560,KEGG_reaction,R11262 +23521,BSU_34570,KEGG_reaction,R01555 +23522,BSU_34580,KEGG_reaction,- +23523,BSU_34590,KEGG_reaction,- +23524,BSU_34600,KEGG_reaction,- +23525,BSU_34610,KEGG_reaction,- +23526,BSU_34620,KEGG_reaction,R02112 +23527,BSU_34620,KEGG_reaction,R03122 +23528,BSU_34620,KEGG_reaction,R11262 +23529,BSU_34630,KEGG_reaction,- +23530,BSU_34640,KEGG_reaction,R00182 +23531,BSU_34640,KEGG_reaction,R00510 +23532,BSU_34650,KEGG_reaction,- +23533,BSU_34660,KEGG_reaction,- +23534,BSU_34670,KEGG_reaction,R00132 +23535,BSU_34670,KEGG_reaction,R10092 +23536,BSU_34680,KEGG_reaction,R00465 +23537,BSU_34680,KEGG_reaction,R00717 +23538,BSU_34680,KEGG_reaction,R01388 +23539,BSU_34680,KEGG_reaction,R01392 +23540,BSU_34680,KEGG_reaction,R01739 +23541,BSU_34680,KEGG_reaction,R02032 +23542,BSU_34680,KEGG_reaction,R02034 +23543,BSU_34690,KEGG_reaction,- +23544,BSU_34700,KEGG_reaction,- +23545,BSU_34710,KEGG_reaction,- +23546,BSU_34720,KEGG_reaction,- +23547,BSU_34729,KEGG_reaction,- +23548,BSU_34730,KEGG_reaction,- +23549,BSU_34740,KEGG_reaction,- +23550,BSU_34750,KEGG_reaction,- +23551,BSU_34760,KEGG_reaction,- +23552,BSU_34770,KEGG_reaction,- +23553,BSU_34780,KEGG_reaction,- +23554,BSU_34790,KEGG_reaction,R02016 +23555,BSU_34790,KEGG_reaction,R03596 +23556,BSU_34790,KEGG_reaction,R09372 +23557,BSU_34800,KEGG_reaction,- +23558,BSU_34810,KEGG_reaction,- +23559,BSU_34820,KEGG_reaction,- +23560,BSU_34840,KEGG_reaction,- +23561,BSU_34850,KEGG_reaction,- +23562,BSU_34860,KEGG_reaction,R04035 +23563,BSU_34860,KEGG_reaction,R04037 +23564,BSU_34860,KEGG_reaction,R04640 +23565,BSU_34870,KEGG_reaction,R04558 +23566,BSU_34880,KEGG_reaction,R04640 +23567,BSU_34890,KEGG_reaction,R04558 +23568,BSU_34900,KEGG_reaction,R00694 +23569,BSU_34900,KEGG_reaction,R00734 +23570,BSU_34900,KEGG_reaction,R01158 +23571,BSU_34900,KEGG_reaction,R01163 +23572,BSU_34900,KEGG_reaction,R03012 +23573,BSU_34900,KEGG_reaction,R03013 +23574,BSU_34900,KEGG_reaction,R03243 +23575,BSU_34900,KEGG_reaction,R03457 +23576,BSU_34910,KEGG_reaction,R01158 +23577,BSU_34910,KEGG_reaction,R01163 +23578,BSU_34910,KEGG_reaction,R03012 +23579,BSU_34920,KEGG_reaction,R01071 +23580,BSU_34930,KEGG_reaction,R01071 +23581,BSU_34930,KEGG_reaction,R03655 +23582,BSU_34940,KEGG_reaction,- +23583,BSU_34950,KEGG_reaction,R02361 +23584,BSU_34960,KEGG_reaction,- +23585,BSU_34970,KEGG_reaction,R01334 +23586,BSU_34980,KEGG_reaction,- +23587,BSU_34990,KEGG_reaction,- +23588,BSU_35000,KEGG_reaction,- +23589,BSU_35010,KEGG_reaction,R02059 +23590,BSU_35020,KEGG_reaction,R00765 +23591,BSU_35020,KEGG_reaction,R02035 +23592,BSU_35030,KEGG_reaction,- +23593,BSU_35040,KEGG_reaction,R00191 +23594,BSU_35050,KEGG_reaction,- +23595,BSU_35060,KEGG_reaction,R10123 +23596,BSU_35070,KEGG_reaction,- +23597,BSU_35080,KEGG_reaction,- +23598,BSU_35090,KEGG_reaction,- +23599,BSU_35100,KEGG_reaction,- +23600,BSU_35110,KEGG_reaction,- +23601,BSU_35120,KEGG_reaction,- +23602,BSU_35130,KEGG_reaction,- +23603,BSU_35140,KEGG_reaction,- +23604,BSU_35150,KEGG_reaction,- +23605,BSU_35160,KEGG_reaction,- +23606,BSU_35170,KEGG_reaction,- +23607,BSU_35180,KEGG_reaction,- +23608,BSU_35190,KEGG_reaction,R00199 +23609,BSU_35200,KEGG_reaction,- +23610,BSU_35210,KEGG_reaction,- +23611,BSU_35220,KEGG_reaction,- +23612,BSU_35230,KEGG_reaction,- +23613,BSU_35239,KEGG_reaction,- +23614,BSU_35240,KEGG_reaction,- +23615,BSU_35250,KEGG_reaction,- +23616,BSU_35260,KEGG_reaction,- +23617,BSU_35270,KEGG_reaction,- +23618,BSU_35280,KEGG_reaction,- +23619,BSU_35290,KEGG_reaction,- +23620,BSU_35300,KEGG_reaction,- +23621,BSU_35310,KEGG_reaction,- +23622,BSU_35319,KEGG_reaction,- +23623,BSU_35330,KEGG_reaction,- +23624,BSU_35340,KEGG_reaction,- +23625,BSU_35350,KEGG_reaction,- +23626,BSU_35360,KEGG_reaction,- +23627,BSU_35370,KEGG_reaction,- +23628,BSU_35380,KEGG_reaction,- +23629,BSU_35390,KEGG_reaction,- +23630,BSU_35400,KEGG_reaction,- +23631,BSU_35410,KEGG_reaction,- +23632,BSU_35420,KEGG_reaction,- +23633,BSU_35430,KEGG_reaction,- +23634,BSU_35440,KEGG_reaction,- +23635,BSU_35450,KEGG_reaction,- +23636,BSU_35460,KEGG_reaction,- +23637,BSU_35470,KEGG_reaction,- +23638,BSU_35480,KEGG_reaction,- +23639,BSU_35490,KEGG_reaction,- +23640,BSU_35500,KEGG_reaction,- +23641,BSU_35510,KEGG_reaction,- +23642,BSU_35520,KEGG_reaction,- +23643,BSU_35530,KEGG_reaction,R08856 +23644,BSU_35540,KEGG_reaction,- +23645,BSU_35550,KEGG_reaction,- +23646,BSU_35560,KEGG_reaction,- +23647,BSU_35570,KEGG_reaction,- +23648,BSU_35580,KEGG_reaction,R00286 +23649,BSU_35590,KEGG_reaction,R02108 +23650,BSU_35590,KEGG_reaction,R02112 +23651,BSU_35590,KEGG_reaction,R02421 +23652,BSU_35590,KEGG_reaction,R11247 +23653,BSU_35590,KEGG_reaction,R11262 +23654,BSU_35600,KEGG_reaction,- +23655,BSU_35609,KEGG_reaction,- +23656,BSU_35610,KEGG_reaction,- +23657,BSU_35620,KEGG_reaction,R04112 +23658,BSU_35630,KEGG_reaction,R04112 +23659,BSU_35640,KEGG_reaction,- +23660,BSU_35650,KEGG_reaction,- +23661,BSU_35660,KEGG_reaction,R00420 +23662,BSU_35670,KEGG_reaction,R00289 +23663,BSU_35680,KEGG_reaction,- +23664,BSU_35690,KEGG_reaction,- +23665,BSU_35698,KEGG_reaction,- +23666,BSU_35699,KEGG_reaction,R00289 +23667,BSU_35700,KEGG_reaction,- +23668,BSU_35710,KEGG_reaction,- +23669,BSU_35720,KEGG_reaction,- +23670,BSU_35730,KEGG_reaction,- +23671,BSU_35740,KEGG_reaction,R00856 +23672,BSU_35740,KEGG_reaction,R01890 +23673,BSU_35740,KEGG_reaction,R02590 +23674,BSU_35750,KEGG_reaction,- +23675,BSU_35760,KEGG_reaction,R11558 +23676,BSU_35760,KEGG_reaction,R11613 +23677,BSU_35760,KEGG_reaction,R11614 +23678,BSU_35760,KEGG_reaction,R11621 +23679,BSU_35770,KEGG_reaction,- +23680,BSU_35780,KEGG_reaction,- +23681,BSU_35790,KEGG_reaction,R01819 +23682,BSU_35800,KEGG_reaction,- +23683,BSU_35810,KEGG_reaction,- +23684,BSU_35820,KEGG_reaction,- +23685,BSU_35830,KEGG_reaction,- +23686,BSU_35840,KEGG_reaction,- +23687,BSU_35850,KEGG_reaction,R07280 +23688,BSU_35860,KEGG_reaction,- +23689,BSU_35870,KEGG_reaction,- +23690,BSU_35880,KEGG_reaction,- +23691,BSU_35890,KEGG_reaction,- +23692,BSU_35900,KEGG_reaction,R02783 +23693,BSU_35910,KEGG_reaction,- +23694,BSU_35920,KEGG_reaction,R00760 +23695,BSU_35920,KEGG_reaction,R00867 +23696,BSU_35920,KEGG_reaction,R01051 +23697,BSU_35920,KEGG_reaction,R02750 +23698,BSU_35920,KEGG_reaction,R03920 +23699,BSU_35930,KEGG_reaction,R08247 +23700,BSU_35940,KEGG_reaction,- +23701,BSU_35950,KEGG_reaction,- +23702,BSU_35960,KEGG_reaction,- +23703,BSU_35970,KEGG_reaction,- +23704,BSU_35980,KEGG_reaction,- +23705,BSU_35990,KEGG_reaction,- +23706,BSU_36000,KEGG_reaction,R02948 +23707,BSU_36010,KEGG_reaction,R00006 +23708,BSU_36010,KEGG_reaction,R00014 +23709,BSU_36010,KEGG_reaction,R00226 +23710,BSU_36010,KEGG_reaction,R03050 +23711,BSU_36010,KEGG_reaction,R04672 +23712,BSU_36010,KEGG_reaction,R04673 +23713,BSU_36010,KEGG_reaction,R08648 +23714,BSU_36020,KEGG_reaction,- +23715,BSU_36030,KEGG_reaction,- +23716,BSU_36040,KEGG_reaction,- +23717,BSU_36050,KEGG_reaction,- +23718,BSU_36060,KEGG_reaction,- +23719,BSU_36070,KEGG_reaction,- +23720,BSU_36080,KEGG_reaction,- +23721,BSU_36090,KEGG_reaction,- +23722,BSU_36100,KEGG_reaction,R00494 +23723,BSU_36100,KEGG_reaction,R01262 +23724,BSU_36100,KEGG_reaction,R01687 +23725,BSU_36100,KEGG_reaction,R03867 +23726,BSU_36100,KEGG_reaction,R03916 +23727,BSU_36100,KEGG_reaction,R03970 +23728,BSU_36100,KEGG_reaction,R03971 +23729,BSU_36100,KEGG_reaction,R04935 +23730,BSU_36110,KEGG_reaction,- +23731,BSU_36120,KEGG_reaction,- +23732,BSU_36130,KEGG_reaction,- +23733,BSU_36150,KEGG_reaction,- +23734,BSU_36160,KEGG_reaction,- +23735,BSU_36170,KEGG_reaction,- +23736,BSU_36180,KEGG_reaction,- +23737,BSU_36190,KEGG_reaction,- +23738,BSU_36200,KEGG_reaction,- +23739,BSU_36220,KEGG_reaction,- +23740,BSU_36230,KEGG_reaction,R00286 +23741,BSU_36240,KEGG_reaction,- +23742,BSU_36250,KEGG_reaction,- +23743,BSU_36260,KEGG_reaction,- +23744,BSU_36269,KEGG_reaction,- +23745,BSU_36270,KEGG_reaction,- +23746,BSU_36280,KEGG_reaction,- +23747,BSU_36290,KEGG_reaction,R07280 +23748,BSU_36300,KEGG_reaction,- +23749,BSU_36310,KEGG_reaction,- +23750,BSU_36320,KEGG_reaction,- +23751,BSU_36330,KEGG_reaction,- +23752,BSU_36340,KEGG_reaction,- +23753,BSU_36350,KEGG_reaction,- +23754,BSU_36360,KEGG_reaction,- +23755,BSU_36370,KEGG_reaction,R04428 +23756,BSU_36370,KEGG_reaction,R04535 +23757,BSU_36370,KEGG_reaction,R04537 +23758,BSU_36370,KEGG_reaction,R04544 +23759,BSU_36370,KEGG_reaction,R04568 +23760,BSU_36370,KEGG_reaction,R04587 +23761,BSU_36370,KEGG_reaction,R04954 +23762,BSU_36370,KEGG_reaction,R04965 +23763,BSU_36370,KEGG_reaction,R07764 +23764,BSU_36370,KEGG_reaction,R10117 +23765,BSU_36370,KEGG_reaction,R10121 +23766,BSU_36380,KEGG_reaction,- +23767,BSU_36390,KEGG_reaction,- +23768,BSU_36400,KEGG_reaction,- +23769,BSU_36410,KEGG_reaction,- +23770,BSU_36420,KEGG_reaction,- +23771,BSU_36440,KEGG_reaction,- +23772,BSU_36450,KEGG_reaction,- +23773,BSU_36460,KEGG_reaction,- +23774,BSU_36470,KEGG_reaction,- +23775,BSU_36480,KEGG_reaction,- +23776,BSU_36490,KEGG_reaction,- +23777,BSU_36500,KEGG_reaction,- +23778,BSU_36510,KEGG_reaction,- +23779,BSU_36520,KEGG_reaction,- +23780,BSU_36530,KEGG_reaction,R05627 +23781,BSU_36540,KEGG_reaction,- +23782,BSU_36550,KEGG_reaction,- +23783,BSU_36560,KEGG_reaction,R08871 +23784,BSU_36560,KEGG_reaction,R08938 +23785,BSU_36570,KEGG_reaction,- +23786,BSU_36580,KEGG_reaction,- +23787,BSU_36590,KEGG_reaction,R07390 +23788,BSU_36600,KEGG_reaction,- +23789,BSU_36610,KEGG_reaction,- +23790,BSU_36620,KEGG_reaction,- +23791,BSU_36630,KEGG_reaction,- +23792,BSU_36640,KEGG_reaction,R00131 +23793,BSU_36650,KEGG_reaction,R00131 +23794,BSU_36660,KEGG_reaction,R00131 +23795,BSU_36670,KEGG_reaction,- +23796,BSU_36680,KEGG_reaction,- +23797,BSU_36690,KEGG_reaction,- +23798,BSU_36700,KEGG_reaction,R09394 +23799,BSU_36700,KEGG_reaction,R11372 +23800,BSU_36710,KEGG_reaction,- +23801,BSU_36730,KEGG_reaction,- +23802,BSU_36740,KEGG_reaction,- +23803,BSU_36750,KEGG_reaction,- +23804,BSU_36760,KEGG_reaction,R00660 +23805,BSU_36770,KEGG_reaction,- +23806,BSU_36780,KEGG_reaction,- +23807,BSU_36790,KEGG_reaction,- +23808,BSU_36800,KEGG_reaction,- +23809,BSU_36810,KEGG_reaction,- +23810,BSU_36820,KEGG_reaction,- +23811,BSU_36830,KEGG_reaction,- +23812,BSU_36840,KEGG_reaction,- +23813,BSU_36850,KEGG_reaction,- +23814,BSU_36860,KEGG_reaction,- +23815,BSU_36870,KEGG_reaction,- +23816,BSU_36880,KEGG_reaction,- +23817,BSU_36890,KEGG_reaction,R00966 +23818,BSU_36900,KEGG_reaction,R00945 +23819,BSU_36900,KEGG_reaction,R09099 +23820,BSU_36910,KEGG_reaction,- +23821,BSU_36920,KEGG_reaction,R01056 +23822,BSU_36920,KEGG_reaction,R09030 +23823,BSU_36930,KEGG_reaction,R01056 +23824,BSU_36930,KEGG_reaction,R09030 +23825,BSU_36940,KEGG_reaction,- +23826,BSU_36950,KEGG_reaction,R10463 +23827,BSU_36960,KEGG_reaction,R00259 +23828,BSU_36970,KEGG_reaction,- +23829,BSU_36980,KEGG_reaction,- +23830,BSU_37000,KEGG_reaction,R10806 +23831,BSU_37010,KEGG_reaction,- +23832,BSU_37020,KEGG_reaction,- +23833,BSU_37030,KEGG_reaction,- +23834,BSU_37040,KEGG_reaction,- +23835,BSU_37050,KEGG_reaction,R00214 +23836,BSU_37050,KEGG_reaction,R11074 +23837,BSU_37060,KEGG_reaction,R01567 +23838,BSU_37060,KEGG_reaction,R02099 +23839,BSU_37060,KEGG_reaction,R08233 +23840,BSU_37070,KEGG_reaction,- +23841,BSU_37080,KEGG_reaction,- +23842,BSU_37090,KEGG_reaction,R00762 +23843,BSU_37090,KEGG_reaction,R01845 +23844,BSU_37090,KEGG_reaction,R04780 +23845,BSU_37100,KEGG_reaction,R00660 +23846,BSU_37110,KEGG_reaction,R01827 +23847,BSU_37120,KEGG_reaction,R01068 +23848,BSU_37120,KEGG_reaction,R01070 +23849,BSU_37120,KEGG_reaction,R01829 +23850,BSU_37120,KEGG_reaction,R02568 +23851,BSU_37120,KEGG_reaction,R05378 +23852,BSU_37130,KEGG_reaction,- +23853,BSU_37140,KEGG_reaction,- +23854,BSU_37150,KEGG_reaction,R00571 +23855,BSU_37150,KEGG_reaction,R00573 +23856,BSU_37160,KEGG_reaction,R00435 +23857,BSU_37160,KEGG_reaction,R00441 +23858,BSU_37160,KEGG_reaction,R00442 +23859,BSU_37160,KEGG_reaction,R00443 +23860,BSU_37170,KEGG_reaction,R00924 +23861,BSU_37170,KEGG_reaction,R01175 +23862,BSU_37170,KEGG_reaction,R01178 +23863,BSU_37170,KEGG_reaction,R01279 +23864,BSU_37170,KEGG_reaction,R02661 +23865,BSU_37170,KEGG_reaction,R03172 +23866,BSU_37170,KEGG_reaction,R03777 +23867,BSU_37170,KEGG_reaction,R03857 +23868,BSU_37170,KEGG_reaction,R03990 +23869,BSU_37170,KEGG_reaction,R04095 +23870,BSU_37170,KEGG_reaction,R04432 +23871,BSU_37170,KEGG_reaction,R04751 +23872,BSU_37170,KEGG_reaction,R04754 +23873,BSU_37180,KEGG_reaction,- +23874,BSU_37190,KEGG_reaction,R07390 +23875,BSU_37200,KEGG_reaction,- +23876,BSU_37210,KEGG_reaction,- +23877,BSU_37220,KEGG_reaction,- +23878,BSU_37230,KEGG_reaction,- +23879,BSU_37240,KEGG_reaction,R07390 +23880,BSU_37250,KEGG_reaction,R00798 +23881,BSU_37250,KEGG_reaction,R01106 +23882,BSU_37250,KEGG_reaction,R09497 +23883,BSU_37260,KEGG_reaction,R00798 +23884,BSU_37260,KEGG_reaction,R01106 +23885,BSU_37260,KEGG_reaction,R09497 +23886,BSU_37270,KEGG_reaction,R00798 +23887,BSU_37270,KEGG_reaction,R01106 +23888,BSU_37270,KEGG_reaction,R09497 +23889,BSU_37280,KEGG_reaction,R00798 +23890,BSU_37280,KEGG_reaction,R01106 +23891,BSU_37280,KEGG_reaction,R09497 +23892,BSU_37290,KEGG_reaction,- +23893,BSU_37300,KEGG_reaction,- +23894,BSU_37310,KEGG_reaction,- +23895,BSU_37320,KEGG_reaction,- +23896,BSU_37330,KEGG_reaction,R03646 +23897,BSU_37340,KEGG_reaction,- +23898,BSU_37350,KEGG_reaction,- +23899,BSU_37370,KEGG_reaction,- +23900,BSU_37390,KEGG_reaction,- +23901,BSU_37400,KEGG_reaction,- +23902,BSU_37410,KEGG_reaction,R00161 +23903,BSU_37410,KEGG_reaction,R00549 +23904,BSU_37420,KEGG_reaction,- +23905,BSU_37440,KEGG_reaction,- +23906,BSU_37450,KEGG_reaction,- +23907,BSU_37460,KEGG_reaction,- +23908,BSU_37480,KEGG_reaction,- +23909,BSU_37490,KEGG_reaction,R01157 +23910,BSU_37500,KEGG_reaction,R01920 +23911,BSU_37500,KEGG_reaction,R02869 +23912,BSU_37500,KEGG_reaction,R08359 +23913,BSU_37510,KEGG_reaction,R04519 +23914,BSU_37520,KEGG_reaction,- +23915,BSU_37530,KEGG_reaction,- +23916,BSU_37540,KEGG_reaction,R03966 +23917,BSU_37540,KEGG_reaction,R05389 +23918,BSU_37550,KEGG_reaction,- +23919,BSU_37560,KEGG_reaction,R03663 +23920,BSU_37570,KEGG_reaction,- +23921,BSU_37580,KEGG_reaction,- +23922,BSU_37590,KEGG_reaction,- +23923,BSU_37600,KEGG_reaction,- +23924,BSU_37610,KEGG_reaction,- +23925,BSU_37620,KEGG_reaction,- +23926,BSU_37630,KEGG_reaction,- +23927,BSU_37640,KEGG_reaction,- +23928,BSU_37650,KEGG_reaction,- +23929,BSU_37660,KEGG_reaction,R00230 +23930,BSU_37660,KEGG_reaction,R00921 +23931,BSU_37660,KEGG_reaction,R01174 +23932,BSU_37670,KEGG_reaction,R11522 +23933,BSU_37680,KEGG_reaction,R11067 +23934,BSU_37690,KEGG_reaction,R07396 +23935,BSU_37690,KEGG_reaction,R07613 +23936,BSU_37690,KEGG_reaction,R11068 +23937,BSU_37700,KEGG_reaction,- +23938,BSU_37710,KEGG_reaction,R04144 +23939,BSU_37710,KEGG_reaction,R11064 +23940,BSU_37720,KEGG_reaction,R10917 +23941,BSU_37730,KEGG_reaction,R01715 +23942,BSU_37740,KEGG_reaction,R00691 +23943,BSU_37740,KEGG_reaction,R01373 +23944,BSU_37740,KEGG_reaction,R01715 +23945,BSU_37740,KEGG_reaction,R01728 +23946,BSU_37740,KEGG_reaction,R01773 +23947,BSU_37740,KEGG_reaction,R01775 +23948,BSU_37750,KEGG_reaction,- +23949,BSU_37760,KEGG_reaction,- +23950,BSU_37770,KEGG_reaction,- +23951,BSU_37780,KEGG_reaction,R00245 +23952,BSU_37780,KEGG_reaction,R00707 +23953,BSU_37780,KEGG_reaction,R00708 +23954,BSU_37780,KEGG_reaction,R01253 +23955,BSU_37780,KEGG_reaction,R04444 +23956,BSU_37780,KEGG_reaction,R04445 +23957,BSU_37780,KEGG_reaction,R05051 +23958,BSU_37790,KEGG_reaction,R00243 +23959,BSU_37790,KEGG_reaction,R00248 +23960,BSU_37800,KEGG_reaction,- +23961,BSU_37810,KEGG_reaction,R06514 +23962,BSU_37820,KEGG_reaction,R02777 +23963,BSU_37820,KEGG_reaction,R06514 +23964,BSU_37830,KEGG_reaction,R06513 +23965,BSU_37840,KEGG_reaction,R02328 +23966,BSU_37850,KEGG_reaction,R09834 +23967,BSU_37860,KEGG_reaction,- +23968,BSU_37870,KEGG_reaction,R01804 +23969,BSU_37870,KEGG_reaction,R04435 +23970,BSU_37870,KEGG_reaction,R09841 +23971,BSU_37880,KEGG_reaction,- +23972,BSU_37890,KEGG_reaction,R10460 +23973,BSU_37900,KEGG_reaction,- +23974,BSU_37910,KEGG_reaction,- +23975,BSU_37920,KEGG_reaction,- +23976,BSU_37930,KEGG_reaction,- +23977,BSU_37940,KEGG_reaction,- +23978,BSU_37950,KEGG_reaction,- +23979,BSU_37960,KEGG_reaction,R00264 +23980,BSU_37960,KEGG_reaction,R00631 +23981,BSU_37960,KEGG_reaction,R00710 +23982,BSU_37960,KEGG_reaction,R00904 +23983,BSU_37960,KEGG_reaction,R01752 +23984,BSU_37960,KEGG_reaction,R01986 +23985,BSU_37960,KEGG_reaction,R02549 +23986,BSU_37960,KEGG_reaction,R02678 +23987,BSU_37960,KEGG_reaction,R02940 +23988,BSU_37960,KEGG_reaction,R02957 +23989,BSU_37960,KEGG_reaction,R03283 +23990,BSU_37960,KEGG_reaction,R03869 +23991,BSU_37960,KEGG_reaction,R04065 +23992,BSU_37960,KEGG_reaction,R04506 +23993,BSU_37960,KEGG_reaction,R04903 +23994,BSU_37960,KEGG_reaction,R05050 +23995,BSU_37960,KEGG_reaction,R05237 +23996,BSU_37960,KEGG_reaction,R05238 +23997,BSU_37960,KEGG_reaction,R05286 +23998,BSU_37960,KEGG_reaction,R06366 +23999,BSU_37960,KEGG_reaction,R08146 +24000,BSU_37970,KEGG_reaction,- +24001,BSU_37980,KEGG_reaction,- +24002,BSU_38000,KEGG_reaction,- +24003,BSU_38018,KEGG_reaction,- +24004,BSU_38020,KEGG_reaction,R00174 +24005,BSU_38020,KEGG_reaction,R01909 +24006,BSU_38020,KEGG_reaction,R02493 +24007,BSU_38020,KEGG_reaction,R03223 +24008,BSU_38020,KEGG_reaction,R03471 +24009,BSU_38020,KEGG_reaction,R03472 +24010,BSU_38020,KEGG_reaction,R04509 +24011,BSU_38020,KEGG_reaction,R10712 +24012,BSU_38030,KEGG_reaction,- +24013,BSU_38040,KEGG_reaction,R00801 +24014,BSU_38040,KEGG_reaction,R00802 +24015,BSU_38040,KEGG_reaction,R00879 +24016,BSU_38040,KEGG_reaction,R02410 +24017,BSU_38040,KEGG_reaction,R03635 +24018,BSU_38040,KEGG_reaction,R03921 +24019,BSU_38040,KEGG_reaction,R05624 +24020,BSU_38040,KEGG_reaction,R06088 +24021,BSU_38040,KEGG_reaction,R11311 +24022,BSU_38050,KEGG_reaction,R00811 +24023,BSU_38050,KEGG_reaction,R02631 +24024,BSU_38050,KEGG_reaction,R02738 +24025,BSU_38050,KEGG_reaction,R02780 +24026,BSU_38050,KEGG_reaction,R04111 +24027,BSU_38050,KEGG_reaction,R05199 +24028,BSU_38060,KEGG_reaction,- +24029,BSU_38070,KEGG_reaction,- +24030,BSU_38090,KEGG_reaction,- +24031,BSU_38100,KEGG_reaction,- +24032,BSU_38110,KEGG_reaction,R05705 +24033,BSU_38110,KEGG_reaction,R05706 +24034,BSU_38120,KEGG_reaction,- +24035,BSU_38130,KEGG_reaction,- +24036,BSU_38140,KEGG_reaction,R09492 +24037,BSU_38150,KEGG_reaction,R00081 +24038,BSU_38150,KEGG_reaction,R09492 +24039,BSU_38160,KEGG_reaction,R00081 +24040,BSU_38160,KEGG_reaction,R09492 +24041,BSU_38170,KEGG_reaction,R09492 +24042,BSU_38170,KEGG_reaction,R11335 +24043,BSU_38180,KEGG_reaction,- +24044,BSU_38190,KEGG_reaction,R00955 +24045,BSU_38200,KEGG_reaction,R01092 +24046,BSU_38210,KEGG_reaction,- +24047,BSU_38220,KEGG_reaction,- +24048,BSU_38230,KEGG_reaction,- +24049,BSU_38240,KEGG_reaction,- +24050,BSU_38250,KEGG_reaction,- +24051,BSU_38260,KEGG_reaction,- +24052,BSU_38270,KEGG_reaction,- +24053,BSU_38280,KEGG_reaction,- +24054,BSU_38290,KEGG_reaction,R03223 +24055,BSU_38290,KEGG_reaction,R03471 +24056,BSU_38290,KEGG_reaction,R03472 +24057,BSU_38290,KEGG_reaction,R04509 +24058,BSU_38290,KEGG_reaction,R10712 +24059,BSU_38300,KEGG_reaction,R04448 +24060,BSU_38310,KEGG_reaction,- +24061,BSU_38320,KEGG_reaction,- +24062,BSU_38330,KEGG_reaction,- +24063,BSU_38340,KEGG_reaction,- +24064,BSU_38350,KEGG_reaction,- +24065,BSU_38360,KEGG_reaction,- +24066,BSU_38370,KEGG_reaction,R02530 +24067,BSU_38380,KEGG_reaction,- +24068,BSU_38390,KEGG_reaction,R11170 +24069,BSU_38390,KEGG_reaction,R11172 +24070,BSU_38400,KEGG_reaction,- +24071,BSU_38410,KEGG_reaction,R00811 +24072,BSU_38410,KEGG_reaction,R02631 +24073,BSU_38410,KEGG_reaction,R02738 +24074,BSU_38410,KEGG_reaction,R02780 +24075,BSU_38410,KEGG_reaction,R04111 +24076,BSU_38410,KEGG_reaction,R05199 +24077,BSU_38420,KEGG_reaction,- +24078,BSU_38430,KEGG_reaction,R01997 +24079,BSU_38440,KEGG_reaction,- +24080,BSU_38450,KEGG_reaction,- +24081,BSU_38460,KEGG_reaction,R02918 +24082,BSU_38470,KEGG_reaction,- +24083,BSU_38480,KEGG_reaction,R00429 +24084,BSU_38490,KEGG_reaction,R05617 +24085,BSU_38490,KEGG_reaction,R06858 +24086,BSU_38490,KEGG_reaction,R10757 +24087,BSU_38499,KEGG_reaction,- +24088,BSU_38500,KEGG_reaction,R02718 +24089,BSU_38510,KEGG_reaction,- +24090,BSU_38520,KEGG_reaction,R02718 +24091,BSU_38530,KEGG_reaction,- +24092,BSU_38540,KEGG_reaction,- +24093,BSU_38550,KEGG_reaction,R01090 +24094,BSU_38550,KEGG_reaction,R01214 +24095,BSU_38550,KEGG_reaction,R02199 +24096,BSU_38550,KEGG_reaction,R05553 +24097,BSU_38550,KEGG_reaction,R10991 +24098,BSU_38560,KEGG_reaction,R00839 +24099,BSU_38560,KEGG_reaction,R05133 +24100,BSU_38560,KEGG_reaction,R05134 +24101,BSU_38570,KEGG_reaction,R11170 +24102,BSU_38570,KEGG_reaction,R11172 +24103,BSU_38580,KEGG_reaction,R11170 +24104,BSU_38580,KEGG_reaction,R11172 +24105,BSU_38590,KEGG_reaction,R11170 +24106,BSU_38590,KEGG_reaction,R11172 +24107,BSU_38600,KEGG_reaction,R03232 +24108,BSU_38610,KEGG_reaction,- +24109,BSU_38620,KEGG_reaction,- +24110,BSU_38630,KEGG_reaction,R00009 +24111,BSU_38630,KEGG_reaction,R00602 +24112,BSU_38630,KEGG_reaction,R02670 +24113,BSU_38640,KEGG_reaction,- +24114,BSU_38650,KEGG_reaction,- +24115,BSU_38660,KEGG_reaction,- +24116,BSU_38670,KEGG_reaction,- +24117,BSU_38680,KEGG_reaction,- +24118,BSU_38690,KEGG_reaction,- +24119,BSU_38700,KEGG_reaction,- +24120,BSU_38710,KEGG_reaction,- +24121,BSU_38720,KEGG_reaction,- +24122,BSU_38730,KEGG_reaction,- +24123,BSU_38740,KEGG_reaction,- +24124,BSU_38750,KEGG_reaction,R11325 +24125,BSU_38760,KEGG_reaction,R11325 +24126,BSU_38770,KEGG_reaction,- +24127,BSU_38780,KEGG_reaction,R09845 +24128,BSU_38800,KEGG_reaction,- +24129,BSU_38810,KEGG_reaction,- +24130,BSU_38820,KEGG_reaction,- +24131,BSU_38830,KEGG_reaction,R00264 +24132,BSU_38830,KEGG_reaction,R00631 +24133,BSU_38830,KEGG_reaction,R00710 +24134,BSU_38830,KEGG_reaction,R00904 +24135,BSU_38830,KEGG_reaction,R01752 +24136,BSU_38830,KEGG_reaction,R01986 +24137,BSU_38830,KEGG_reaction,R02549 +24138,BSU_38830,KEGG_reaction,R02678 +24139,BSU_38830,KEGG_reaction,R02940 +24140,BSU_38830,KEGG_reaction,R02957 +24141,BSU_38830,KEGG_reaction,R03283 +24142,BSU_38830,KEGG_reaction,R03869 +24143,BSU_38830,KEGG_reaction,R04065 +24144,BSU_38830,KEGG_reaction,R04506 +24145,BSU_38830,KEGG_reaction,R04903 +24146,BSU_38830,KEGG_reaction,R05050 +24147,BSU_38830,KEGG_reaction,R05237 +24148,BSU_38830,KEGG_reaction,R05238 +24149,BSU_38830,KEGG_reaction,R05286 +24150,BSU_38830,KEGG_reaction,R05699 +24151,BSU_38830,KEGG_reaction,R06366 +24152,BSU_38830,KEGG_reaction,R08146 +24153,BSU_38840,KEGG_reaction,- +24154,BSU_38850,KEGG_reaction,- +24155,BSU_38860,KEGG_reaction,R00291 +24156,BSU_38860,KEGG_reaction,R02984 +24157,BSU_38870,KEGG_reaction,- +24158,BSU_38880,KEGG_reaction,- +24159,BSU_38890,KEGG_reaction,- +24160,BSU_38900,KEGG_reaction,- +24161,BSU_38910,KEGG_reaction,- +24162,BSU_38920,KEGG_reaction,- +24163,BSU_38940,KEGG_reaction,- +24164,BSU_38950,KEGG_reaction,R04405 +24165,BSU_38950,KEGG_reaction,R09365 +24166,BSU_38960,KEGG_reaction,R04405 +24167,BSU_38960,KEGG_reaction,R09365 +24168,BSU_38970,KEGG_reaction,R01361 +24169,BSU_38980,KEGG_reaction,R00410 +24170,BSU_38990,KEGG_reaction,R00410 +24171,BSU_39000,KEGG_reaction,- +24172,BSU_39010,KEGG_reaction,R07233 +24173,BSU_39020,KEGG_reaction,- +24174,BSU_39029,KEGG_reaction,- +24175,BSU_39030,KEGG_reaction,- +24176,BSU_39040,KEGG_reaction,- +24177,BSU_39050,KEGG_reaction,R00009 +24178,BSU_39050,KEGG_reaction,R00602 +24179,BSU_39050,KEGG_reaction,R02670 +24180,BSU_39060,KEGG_reaction,- +24181,BSU_39070,KEGG_reaction,- +24182,BSU_39080,KEGG_reaction,- +24183,BSU_39090,KEGG_reaction,- +24184,BSU_39100,KEGG_reaction,- +24185,BSU_39110,KEGG_reaction,- +24186,BSU_39120,KEGG_reaction,R01206 +24187,BSU_39120,KEGG_reaction,R02334 +24188,BSU_39150,KEGG_reaction,- +24189,BSU_39160,KEGG_reaction,- +24190,BSU_39170,KEGG_reaction,- +24191,BSU_39180,KEGG_reaction,- +24192,BSU_39190,KEGG_reaction,- +24193,BSU_39200,KEGG_reaction,- +24194,BSU_39210,KEGG_reaction,- +24195,BSU_39220,KEGG_reaction,- +24196,BSU_39230,KEGG_reaction,- +24197,BSU_39240,KEGG_reaction,- +24198,BSU_39250,KEGG_reaction,- +24199,BSU_39260,KEGG_reaction,R00839 +24200,BSU_39260,KEGG_reaction,R05133 +24201,BSU_39260,KEGG_reaction,R05134 +24202,BSU_39270,KEGG_reaction,R00811 +24203,BSU_39270,KEGG_reaction,R02631 +24204,BSU_39270,KEGG_reaction,R02738 +24205,BSU_39270,KEGG_reaction,R02780 +24206,BSU_39270,KEGG_reaction,R04111 +24207,BSU_39270,KEGG_reaction,R05199 +24208,BSU_39280,KEGG_reaction,- +24209,BSU_39290,KEGG_reaction,- +24210,BSU_39300,KEGG_reaction,- +24211,BSU_39310,KEGG_reaction,- +24212,BSU_39320,KEGG_reaction,- +24213,BSU_39330,KEGG_reaction,- +24214,BSU_39340,KEGG_reaction,- +24215,BSU_39350,KEGG_reaction,R01168 +24216,BSU_39360,KEGG_reaction,R02914 +24217,BSU_39370,KEGG_reaction,R02288 +24218,BSU_39380,KEGG_reaction,R01157 +24219,BSU_39380,KEGG_reaction,R02285 +24220,BSU_39390,KEGG_reaction,- +24221,BSU_39400,KEGG_reaction,R01570 +24222,BSU_39400,KEGG_reaction,R01876 +24223,BSU_39400,KEGG_reaction,R02296 +24224,BSU_39400,KEGG_reaction,R02484 +24225,BSU_39400,KEGG_reaction,R08222 +24226,BSU_39400,KEGG_reaction,R08230 +24227,BSU_39410,KEGG_reaction,- +24228,BSU_39420,KEGG_reaction,R01066 +24229,BSU_39430,KEGG_reaction,- +24230,BSU_39440,KEGG_reaction,- +24231,BSU_39450,KEGG_reaction,- +24232,BSU_39460,KEGG_reaction,- +24233,BSU_39470,KEGG_reaction,R02733 +24234,BSU_39480,KEGG_reaction,- +24235,BSU_39490,KEGG_reaction,- +24236,BSU_39500,KEGG_reaction,- +24237,BSU_39510,KEGG_reaction,- +24238,BSU_39520,KEGG_reaction,- +24239,BSU_39540,KEGG_reaction,R02797 +24240,BSU_39540,KEGG_reaction,R03975 +24241,BSU_39540,KEGG_reaction,R03977 +24242,BSU_39540,KEGG_reaction,R04486 +24243,BSU_39540,KEGG_reaction,R04487 +24244,BSU_39540,KEGG_reaction,R05835 +24245,BSU_39550,KEGG_reaction,- +24246,BSU_39580,KEGG_reaction,- +24247,BSU_39590,KEGG_reaction,- +24248,BSU_39600,KEGG_reaction,- +24249,BSU_39610,KEGG_reaction,- +24250,BSU_39620,KEGG_reaction,- +24251,BSU_39630,KEGG_reaction,- +24252,BSU_39640,KEGG_reaction,- +24253,BSU_39650,KEGG_reaction,- +24254,BSU_39660,KEGG_reaction,- +24255,BSU_39670,KEGG_reaction,R01068 +24256,BSU_39670,KEGG_reaction,R01070 +24257,BSU_39670,KEGG_reaction,R01829 +24258,BSU_39670,KEGG_reaction,R02568 +24259,BSU_39670,KEGG_reaction,R05378 +24260,BSU_39680,KEGG_reaction,R09952 +24261,BSU_39690,KEGG_reaction,- +24262,BSU_39700,KEGG_reaction,R01183 +24263,BSU_39700,KEGG_reaction,R09951 +24264,BSU_39710,KEGG_reaction,- +24265,BSU_39720,KEGG_reaction,R02782 +24266,BSU_39720,KEGG_reaction,R05659 +24267,BSU_39730,KEGG_reaction,R08603 +24268,BSU_39740,KEGG_reaction,R05661 +24269,BSU_39750,KEGG_reaction,R08503 +24270,BSU_39760,KEGG_reaction,R00705 +24271,BSU_39760,KEGG_reaction,R00706 +24272,BSU_39760,KEGG_reaction,R00922 +24273,BSU_39760,KEGG_reaction,R00935 +24274,BSU_39770,KEGG_reaction,- +24275,BSU_39780,KEGG_reaction,- +24276,BSU_39800,KEGG_reaction,- +24277,BSU_39810,KEGG_reaction,- +24278,BSU_39820,KEGG_reaction,- +24279,BSU_39840,KEGG_reaction,- +24280,BSU_39850,KEGG_reaction,- +24281,BSU_39860,KEGG_reaction,R00264 +24282,BSU_39860,KEGG_reaction,R00631 +24283,BSU_39860,KEGG_reaction,R00710 +24284,BSU_39860,KEGG_reaction,R00904 +24285,BSU_39860,KEGG_reaction,R01752 +24286,BSU_39860,KEGG_reaction,R01986 +24287,BSU_39860,KEGG_reaction,R02549 +24288,BSU_39860,KEGG_reaction,R02678 +24289,BSU_39860,KEGG_reaction,R02940 +24290,BSU_39860,KEGG_reaction,R02957 +24291,BSU_39860,KEGG_reaction,R03283 +24292,BSU_39860,KEGG_reaction,R03869 +24293,BSU_39860,KEGG_reaction,R04065 +24294,BSU_39860,KEGG_reaction,R04506 +24295,BSU_39860,KEGG_reaction,R04903 +24296,BSU_39860,KEGG_reaction,R05050 +24297,BSU_39860,KEGG_reaction,R05237 +24298,BSU_39860,KEGG_reaction,R05238 +24299,BSU_39860,KEGG_reaction,R05286 +24300,BSU_39860,KEGG_reaction,R06366 +24301,BSU_39860,KEGG_reaction,R08146 +24302,BSU_39870,KEGG_reaction,- +24303,BSU_39880,KEGG_reaction,- +24304,BSU_39890,KEGG_reaction,- +24305,BSU_39900,KEGG_reaction,- +24306,BSU_39910,KEGG_reaction,- +24307,BSU_39920,KEGG_reaction,R00578 +24308,BSU_39930,KEGG_reaction,- +24309,BSU_39940,KEGG_reaction,- +24310,BSU_39950,KEGG_reaction,- +24311,BSU_39960,KEGG_reaction,- +24312,BSU_39970,KEGG_reaction,- +24313,BSU_39980,KEGG_reaction,- +24314,BSU_39990,KEGG_reaction,- +24315,BSU_40000,KEGG_reaction,- +24316,BSU_40010,KEGG_reaction,- +24317,BSU_40021,KEGG_reaction,- +24318,BSU_40022,KEGG_reaction,- +24319,BSU_40030,KEGG_reaction,- +24320,BSU_40040,KEGG_reaction,R08572 +24321,BSU_40050,KEGG_reaction,- +24322,BSU_40060,KEGG_reaction,R01639 +24323,BSU_40060,KEGG_reaction,R01737 +24324,BSU_40060,KEGG_reaction,R01902 +24325,BSU_40060,KEGG_reaction,R03014 +24326,BSU_40070,KEGG_reaction,- +24327,BSU_40080,KEGG_reaction,R01528 +24328,BSU_40080,KEGG_reaction,R10221 +24329,BSU_40090,KEGG_reaction,- +24330,BSU_40100,KEGG_reaction,- +24331,BSU_40110,KEGG_reaction,R00839 +24332,BSU_40110,KEGG_reaction,R05133 +24333,BSU_40110,KEGG_reaction,R05134 +24334,BSU_40120,KEGG_reaction,R02738 +24335,BSU_40120,KEGG_reaction,R02780 +24336,BSU_40120,KEGG_reaction,R04111 +24337,BSU_40120,KEGG_reaction,R04394 +24338,BSU_40120,KEGG_reaction,R05132 +24339,BSU_40120,KEGG_reaction,R08559 +24340,BSU_40130,KEGG_reaction,- +24341,BSU_40139,KEGG_reaction,- +24342,BSU_40140,KEGG_reaction,- +24343,BSU_40150,KEGG_reaction,- +24344,BSU_40160,KEGG_reaction,- +24345,BSU_40170,KEGG_reaction,- +24346,BSU_40180,KEGG_reaction,- +24347,BSU_40190,KEGG_reaction,R00762 +24348,BSU_40190,KEGG_reaction,R04780 +24349,BSU_40200,KEGG_reaction,- +24350,BSU_40210,KEGG_reaction,- +24351,BSU_40220,KEGG_reaction,- +24352,BSU_40230,KEGG_reaction,- +24353,BSU_40239,KEGG_reaction,- +24354,BSU_40240,KEGG_reaction,- +24355,BSU_40250,KEGG_reaction,R00604 +24356,BSU_40250,KEGG_reaction,R00623 +24357,BSU_40250,KEGG_reaction,R00754 +24358,BSU_40250,KEGG_reaction,R00875 +24359,BSU_40250,KEGG_reaction,R01896 +24360,BSU_40250,KEGG_reaction,R02124 +24361,BSU_40250,KEGG_reaction,R04880 +24362,BSU_40250,KEGG_reaction,R05233 +24363,BSU_40250,KEGG_reaction,R05234 +24364,BSU_40250,KEGG_reaction,R06917 +24365,BSU_40250,KEGG_reaction,R06927 +24366,BSU_40250,KEGG_reaction,R06983 +24367,BSU_40250,KEGG_reaction,R07105 +24368,BSU_40250,KEGG_reaction,R08281 +24369,BSU_40250,KEGG_reaction,R08306 +24370,BSU_40250,KEGG_reaction,R08310 +24371,BSU_40260,KEGG_reaction,- +24372,BSU_40270,KEGG_reaction,- +24373,BSU_40280,KEGG_reaction,- +24374,BSU_40290,KEGG_reaction,- +24375,BSU_40300,KEGG_reaction,- +24376,BSU_40320,KEGG_reaction,R00551 +24377,BSU_40320,KEGG_reaction,R01157 +24378,BSU_40330,KEGG_reaction,- +24379,BSU_40340,KEGG_reaction,R00667 +24380,BSU_40340,KEGG_reaction,R02283 +24381,BSU_40340,KEGG_reaction,R04475 +24382,BSU_40350,KEGG_reaction,- +24383,BSU_40359,KEGG_reaction,- +24384,BSU_40360,KEGG_reaction,- +24385,BSU_40370,KEGG_reaction,- +24386,BSU_40380,KEGG_reaction,- +24387,BSU_40390,KEGG_reaction,- +24388,BSU_40400,KEGG_reaction,- +24389,BSU_40410,KEGG_reaction,- +24390,BSU_40420,KEGG_reaction,R01135 +24391,BSU_40430,KEGG_reaction,R03509 +24392,BSU_40440,KEGG_reaction,- +24393,BSU_40450,KEGG_reaction,- +24394,BSU_40470,KEGG_reaction,- +24395,BSU_40480,KEGG_reaction,- +24396,BSU_40490,KEGG_reaction,- +24397,BSU_40500,KEGG_reaction,- +24398,BSU_40510,KEGG_reaction,- +24399,BSU_40520,KEGG_reaction,- +24400,BSU_40530,KEGG_reaction,- +24401,BSU_40540,KEGG_reaction,- +24402,BSU_40550,KEGG_reaction,- +24403,BSU_40560,KEGG_reaction,- +24404,BSU_40570,KEGG_reaction,- +24405,BSU_40573,KEGG_reaction,- +24406,BSU_40574,KEGG_reaction,- +24407,BSU_40580,KEGG_reaction,- +24408,BSU_40590,KEGG_reaction,- +24409,BSU_40600,KEGG_reaction,- +24410,BSU_40610,KEGG_reaction,- +24411,BSU_40620,KEGG_reaction,- +24412,BSU_40630,KEGG_reaction,- +24413,BSU_40640,KEGG_reaction,- +24414,BSU_40650,KEGG_reaction,- +24415,BSU_40660,KEGG_reaction,- +24416,BSU_40670,KEGG_reaction,- +24417,BSU_40680,KEGG_reaction,- +24418,BSU_40690,KEGG_reaction,- +24419,BSU_40700,KEGG_reaction,- +24420,BSU_40710,KEGG_reaction,- +24421,BSU_40720,KEGG_reaction,- +24422,BSU_40730,KEGG_reaction,- +24423,BSU_40740,KEGG_reaction,- +24424,BSU_40750,KEGG_reaction,- +24425,BSU_40760,KEGG_reaction,R00936 +24426,BSU_40760,KEGG_reaction,R00937 +24427,BSU_40760,KEGG_reaction,R00939 +24428,BSU_40760,KEGG_reaction,R00940 +24429,BSU_40760,KEGG_reaction,R02235 +24430,BSU_40760,KEGG_reaction,R02236 +24431,BSU_40760,KEGG_reaction,R11765 +24432,BSU_40770,KEGG_reaction,- +24433,BSU_40790,KEGG_reaction,- +24434,BSU_40800,KEGG_reaction,- +24435,BSU_40810,KEGG_reaction,- +24436,BSU_40820,KEGG_reaction,- +24437,BSU_40830,KEGG_reaction,- +24438,BSU_40840,KEGG_reaction,- +24439,BSU_40850,KEGG_reaction,- +24440,BSU_40860,KEGG_reaction,R02530 +24441,BSU_40870,KEGG_reaction,R00401 +24442,BSU_40870,KEGG_reaction,R02540 +24443,BSU_40870,KEGG_reaction,R03096 +24444,BSU_40870,KEGG_reaction,R03180 +24445,BSU_40870,KEGG_reaction,R03909 +24446,BSU_40870,KEGG_reaction,R05551 +24447,BSU_40870,KEGG_reaction,R05590 +24448,BSU_40880,KEGG_reaction,- +24449,BSU_40890,KEGG_reaction,- +24450,BSU_40900,KEGG_reaction,- +24451,BSU_40910,KEGG_reaction,- +24452,BSU_40920,KEGG_reaction,- +24453,BSU_40930,KEGG_reaction,- +24454,BSU_40939,KEGG_reaction,- +24455,BSU_40940,KEGG_reaction,- +24456,BSU_40950,KEGG_reaction,- +24457,BSU_40960,KEGG_reaction,- +24458,BSU_40970,KEGG_reaction,- +24459,BSU_40980,KEGG_reaction,- +24460,BSU_40990,KEGG_reaction,- +24461,BSU_41000,KEGG_reaction,- +24462,BSU_41010,KEGG_reaction,R08701 +24463,BSU_41020,KEGG_reaction,R08701 +24464,BSU_41030,KEGG_reaction,- +24465,BSU_41040,KEGG_reaction,- +24466,BSU_41050,KEGG_reaction,- +24467,BSU_41060,KEGG_reaction,- diff --git a/data/external/ncbi_protein.txt b/data/external/ncbi_protein.txt new file mode 100644 index 00000000..1f077094 --- /dev/null +++ b/data/external/ncbi_protein.txt @@ -0,0 +1,4325 @@ +CAB11777.1 +CAB11778.1 +CAB11779.1 +CAB11780.1 +CAB11781.2 +CAB11782.1 +CAB11783.1 +CAB11784.1 +CAB11785.1 +CAB11786.1 +CAB11787.1 +CAB11788.1 +CAB11789.1 +CAB11790.1 +CAB11791.1 +CAB11792.1 +CAB11793.1 +CAB11794.1 +CAB11795.2 +CAB11796.1 +CAB11797.1 +CAB11798.1 +CAB11799.2 +CAB11800.1 +CAB11801.1 +CAB11802.1 +CAB11803.1 +CAB11804.2 +CAB11805.1 +CAB11806.1 +CAB11807.1 +CAB11808.1 +CAB11809.1 +CAB11810.1 +CAB11811.1 +CAB11812.1 +CAB11813.1 +CAB11814.1 +CAB11815.1 +CAB11816.1 +CAB11817.1 +CAB11818.1 +CAB11819.1 +CAB11820.1 +CAB11821.1 +CAB11822.1 +CAB11823.1 +CAB11824.1 +CAB11825.1 +CAB11826.1 +CAB11827.1 +CAB11828.1 +CAB11829.1 +CAB11830.1 +CAB11831.1 +CAB11832.1 +CAB11833.1 +CAB11834.1 +CAB11835.1 +CAB11836.1 +CAB11837.1 +CAB11838.1 +CAB11839.1 +CAB11840.1 +CAB11841.1 +CAB11842.2 +CAB11843.1 +CAB11844.1 +CAB11845.1 +CAB11846.2 +CAB11847.1 +CAB11848.1 +CAB11849.1 +CAB11850.1 +CAB11851.1 +CAB11852.1 +CAB11853.1 +CAB11854.1 +CAB11855.1 +CAB11856.1 +CAB11857.1 +CAB11858.1 +CAB11859.1 +CAB11860.1 +CAB11861.1 +CAB11862.1 +CAB11863.1 +CAB11864.1 +CAB11865.1 +CAB11866.1 +CAB11867.1 +CAB11868.1 +CAB11869.1 +CAB11870.1 +CAB11871.1 +CAB11872.1 +CAB11873.1 +CAB11874.1 +CAB11875.1 +CAB11876.1 +CAB11877.1 +CAB11878.2 +CAB11879.2 +CAB11880.2 +CAB11881.1 +CAB11882.1 +CAB11883.2 +CAB11884.2 +CAB11885.1 +CAB11886.2 +CAB11887.2 +CAB11888.2 +CAB11889.1 +CAB11890.2 +CAB11891.1 +CAB11892.1 +CAB11893.1 +CAB11894.2 +CAB11895.2 +CAB11896.1 +CAB11897.1 +CAB11898.2 +CAB11899.1 +CAB11900.1 +CAB11901.1 +CAB11902.1 +CAB11903.1 +CAB11904.1 +CAB11905.1 +CAB11906.2 +CAB11907.1 +CAB11908.2 +CAB11909.1 +CAB11910.1 +CAB11911.1 +CAB11912.1 +CAB11913.1 +CAB11914.1 +CAX52539.1 +CAB11915.1 +CAB11916.1 +CAB11917.2 +CAB11918.1 +CAB11919.1 +CAB11920.1 +CAB11921.2 +CAB11922.1 +CAB11923.2 +CAB11924.2 +CAB11925.2 +CAB11926.1 +CAB11927.2 +CAB11928.1 +CAB11929.1 +CAB11930.1 +CAB11931.1 +CAB11932.1 +CAB11933.1 +CAB11934.1 +CAB11935.2 +CAB11936.2 +CAB11937.2 +CAB11938.1 +CAB11939.1 +CAB11940.1 +CAB11941.1 +CAB11942.1 +CAB11943.2 +CAB11944.3 +CAB11945.1 +CAB11946.1 +CAB11947.2 +CAB11948.2 +CAB11949.1 +CAB11950.1 +CAB11951.2 +CAB11952.2 +CAB11953.1 +CAB11954.1 +SOX90537.1 +CAB11956.1 +CAB11957.1 +CAB11958.1 +CAB11959.1 +CAB11960.2 +CAB11962.1 +CAB11963.1 +CAB11964.1 +CAX52540.1 +CAB11965.1 +CAB11983.1 +CAB11984.1 +CAB11985.2 +CAX52541.1 +CAB11989.1 +CAB11990.2 +CAB11991.2 +CAB11992.2 +CAB11993.2 +CAB11994.1 +CAB11995.1 +CAX52542.1 +CAB11997.1 +CAB11998.1 +CAB11999.1 +CAB12000.1 +CAB12001.1 +CAB12002.1 +CAB12003.1 +CAB12004.1 +CAB12005.1 +CAB12006.2 +CAB12007.1 +CAB12008.1 +CAB12009.1 +CAB12010.1 +CAB12011.1 + + +CAB12013.1 +CAB12014.1 +CAB12015.1 +CAB12016.1 +CAB12017.1 +CAB12018.1 +CAB12019.1 +CAB12020.1 +CAB12021.1 +CAB12022.1 +CAB12023.1 +CAB12024.1 +CAB12025.1 +CAB12026.1 +CAB12027.1 +CAB12028.1 +CAB12029.1 +CAB12030.1 +CAB12031.1 +CAB12032.1 +CAB12033.1 +CAB12034.1 +CAB12035.1 +CAB12036.2 +CAB12037.1 +CAB12038.2 +CAB12039.1 +CAB12040.2 +CAB12041.1 +CAB12042.2 +CAB12043.2 +CAB12044.2 +CAB12045.2 +CAB12046.1 +CAB12047.1 +CAB12048.1 +CAB12049.2 +CAB12050.2 +CAB12051.2 +CAB12052.3 +SOX90539.1 +CAB12053.1 +CAB12054.2 +CAB12055.2 +CAX52543.1 +CAB12056.2 +CAB12057.2 +CAB12058.2 +CAB12059.1 +CAB12060.2 +CAB12061.1 +CAB12062.1 +CAB12063.1 +CAB12064.1 +CAB12065.1 +CAB12066.1 +CAB12067.1 +CAB12068.1 +CAB12069.1 +CAB12070.1 +CAB12071.1 +CAB12072.1 +SOX90540.1 +CAB12073.1 +CAB12074.1 +CAB12075.1 +CAB12076.1 +CAB12077.1 +CAB12078.1 +CAB12079.1 +CAB12080.1 +CAB12081.1 +CAB12082.2 +CAB12083.1 +CAB12084.1 +CAB12085.1 +CAB12086.1 +CAB12087.1 +CAB12088.1 +CAB12089.1 +CAB12090.1 +CAB12091.1 +CAB12092.2 +CAB12093.1 +CAB12094.1 +CAB12095.2 +CAB12096.2 +CAB12097.2 +CAB12098.2 +CAB12099.2 +CAB12100.2 +CAB12101.2 +CAB12102.2 +CAB12103.1 +CAB12104.2 +CAB12105.2 +CAB12106.3 +CAB12107.1 +CAB12108.2 +CAB12109.2 +CAB12110.2 +CAB12111.2 +CAB12112.1 +CAB12113.1 +CAB12114.1 +CAB12115.2 +CAB12116.2 +CAB12117.2 +CAB12118.1 +CAB12119.1 +CAB12120.1 +CAB12121.1 +CAB12122.1 +CAB12123.1 +CAB12124.1 +CAB12125.2 +CAB12126.2 +CAB12127.2 +CAB12128.2 +CAB12129.2 +CAX52544.1 +CAB12130.1 +CAB12131.1 +CAB12132.1 +SOX90541.1 +CAB12133.1 +CAB12134.1 +CAB12135.1 +CAB12136.1 +CAB12137.3 +CAB12138.2 +CAB12139.1 +CAB12140.1 +CAB12141.2 +CAB12142.2 +CAB12143.2 +CAB12144.1 +CAB12145.2 +CAB12146.1 +CAB12147.2 +CAB12148.1 +CAB12149.2 +CAB12150.1 + + +CAB12152.2 +CAB12153.2 +CAB12154.1 +CAB12155.2 +CAB12156.1 +CAB12157.1 +CAB12158.1 +CAX52546.1 +CAB12159.2 +CAB12160.2 +CAB12175.2 +CAB12176.1 +CAB12177.1 +CAB12178.1 +CAB12179.1 +CAB12180.1 +CAB12181.1 +CAB12182.2 +CAB12183.1 +CAB12184.1 +CAB12185.1 +CAB12186.1 +CAX52547.1 +CAX52548.1 +CAB12187.1 +CAB12188.1 +CAB12189.1 +CAB12190.1 +CAB12191.1 +CAB12192.1 +CAB12193.2 +CAB12194.1 +CAB12195.1 +CAB12196.1 +CAB12197.1 +CAB12198.1 +CAB12199.1 +CAB12200.1 +CAB12201.1 +CAB12202.1 +CAB12203.2 +CAB12204.1 +CAB12205.1 +CAB12206.2 +CAX52549.1 +CAB12207.2 +CAB12208.3 +CAB12209.1 +CAB12210.2 +CAB12211.2 +CAX52550.1 +CAB12212.2 +CAB12213.3 +CAB12214.3 +CAB12215.3 +CAB12216.2 +CAE01447.2 +CAB12217.2 +CAB12218.1 +CAB12219.1 +CAB12220.1 +CAB12221.1 +CAB12222.1 +CAB12223.1 +CAB12224.2 +CAB12225.1 +CAB12226.1 +CAB12227.1 +CAB12228.1 +CAB12229.1 +CAB12230.1 +CAB12231.1 +CAB12232.1 +CAB12233.1 +CAB12234.1 +CAB12235.1 +CAB12236.1 +CAB12237.1 +CAB12238.1 +CAB12239.1 +CAB12240.1 +CAB12241.1 +SOX90542.1 +CAX52551.1 +CAB12243.1 +CAB12244.1 +CAB12245.1 +CAB12246.1 +CAB12247.1 +CAB12248.1 +CAB12249.1 +CAB12250.1 +CAB12251.1 +CAB12252.1 +CAB12253.1 +CAB12254.1 +CAB12255.1 +CAB12256.1 +CAB12257.1 +CAB12258.1 +CAB12259.1 +CAB12260.1 +CCQ48594.1 +CAB12261.1 +CAB12262.1 +CAB12263.1 +CAB12264.1 +CAB12265.2 +CAB12266.1 +CAB12267.1 +CAB12268.1 +CAB12269.1 +CAB12270.2 +CAB12271.1 +CAB12272.1 +CAB12273.1 +CAB12274.1 +CAB12275.1 +CAB12276.1 +CAB12277.1 +CAB12278.1 +CAB12279.1 +CAB12280.2 +CAB12281.1 +SOX90543.1 +CAB12282.1 +CAB12283.1 +CAB12284.1 +CAB12285.2 +SOX90544.1 +CAB12286.1 +CAB12287.1 +CAB12288.1 +CAB12289.1 +CAB12290.1 +CAX52552.1 +CAB12291.1 +SOX90545.1 +CAB12292.1 +CAB12293.1 +CAB12294.1 +CAB12295.1 +CAB12296.1 +CAB12297.1 +CAB12298.1 +CAB12299.1 +CAB12300.1 +CAB12301.3 +CAB12302.1 +CAB12303.1 +CAB12304.1 +CAB12305.1 +CAB12306.1 +CAB12307.1 +CAB12308.1 +CAB12309.1 +CAB12310.1 +CAB12311.1 +CAB12312.1 +CAB12313.1 +CAB12314.1 +CAB12315.1 +CAB12316.1 +CAX52553.1 +CAB12317.1 +CAX52554.1 +CAB12318.1 +CAB12319.1 +CAB12320.1 +CAB12321.1 +CAB12322.1 +CAB12323.1 +CAB12324.1 +CAB12325.2 +CAB12326.1 +CAB12327.1 +CAB12328.1 +CAB12329.1 +CAB12330.1 +CAB12331.1 +CAB12332.1 +CAB12333.1 +CAB12334.1 +CAB12335.1 +CAB12336.1 +CAB12337.1 +CAB12338.1 +CAB12339.1 +CAX52555.1 +CAB12340.1 +CAB12341.1 + + +CAB12342.1 +CAB12343.1 +CAB12344.1 +CAB12345.1 +CAB12346.1 +CAB12347.1 +CAX52558.1 +CAX52559.1 +CAB12348.1 +CAB12349.1 +CAB12350.1 +CAB12351.1 +CAB12352.1 +CAB12353.1 +CAB12354.2 +CAB12355.1 +CAB12356.1 +CAB12357.1 +CAB12358.1 +CAB12359.1 +CAX52560.1 +CAB12360.1 +CAB12361.1 +CAB12362.1 +CAB12363.1 +CAB12364.1 +CAB12365.1 +CAB12366.1 +CAB12367.1 +CAB12368.1 +CAB12369.1 +CAB12370.1 +CAB12371.1 +CAB12372.1 +CAB12385.1 +CAB12386.1 +CAB12387.1 +CAB12388.2 +CAB12389.1 +CAB12390.2 +CAB12391.2 +CAB12392.1 +CAB12393.2 +CAB12394.1 +CAB12395.1 +CAB12396.1 +CAB12397.1 +CAB12398.1 +CAB12399.2 +CAB12400.1 +CAB12401.2 +CAB12402.1 +CAB12403.1 +CAB12404.1 +CAB12405.1 +CAB12406.1 +CAB12407.2 + + +CAB12409.1 +CAB12410.1 +CAB12411.1 +CAB12412.1 +CAB12413.1 +CAB12414.2 +CAB12415.1 +CAB12416.1 +CAB12417.1 +CAB12418.1 +CAB12419.1 +CAB12420.1 +CAB12421.2 +CAB12422.1 + + + + + +CAB12423.1 +CAX52567.1 + + +CAB12425.1 +CAB12426.1 + + + + + + + +CAB12428.1 +CAB12429.1 +CAB12430.1 +CAB12431.1 +CAB12432.1 +CAB12433.1 +CAB12434.1 +CAB12435.1 +CAB12436.1 +CAB12437.1 +CAB12438.1 +CAB12439.1 +CAB12440.1 +CAB12441.1 +CAB12442.1 +CAB12443.1 +CAB12444.1 +CAB12445.1 +CAX52576.1 +CAB12446.1 +CAB12447.1 +CAB12448.1 +CAB12449.1 +CAB12450.2 +CAX52577.1 +CAB12451.1 +CAB12452.2 +CAB12453.2 +CAB12454.2 +CAB12455.2 +CAB12456.1 +CAB12457.2 +CAB12458.3 +CAB12459.2 +CAB12461.1 +CAB12462.1 +CAB12463.2 +CAB12464.1 +CAB12465.1 +CAB12466.1 +CAB12467.1 +CAB12468.2 +CAB12469.2 +CAB12470.2 +CAB12471.2 +CAB12472.2 +CAB12473.1 +CAB12474.2 +CAB12475.2 +CAX52578.1 +CAB12476.1 +CAB12477.1 +CAB12478.1 +CAB12479.1 +CAB12480.1 +CAB12481.1 +CAB12482.1 +CAB12483.1 +CAB12484.1 +CAB12485.1 +CAB12486.1 +CAB12487.1 +CAB12488.1 +CAB12489.2 +CAB12490.1 +CAB12491.2 +CAB12492.1 +CAB12493.1 +CAB12494.1 +CAB12495.2 +CAB12496.1 +CAB12497.2 +CAB12498.2 +CAB12499.1 +CAB12500.1 +CAX52579.1 +CAB12501.2 +CAB12502.2 +CAB12503.2 +CAX52580.1 +CAB12504.3 +CAB12505.2 +CAE01448.1 +CAB12506.1 +CAB12507.1 +CAB12508.1 +CAB12509.2 +CAB12510.1 +CAB12511.1 +CAB12512.2 +CAB12513.1 +CAB12514.1 +CAB12515.1 +CAB12516.2 +CAB12517.1 +CAB12518.1 +CAB12519.1 +CAB12520.1 +CAB12521.1 +CAB12522.1 +CAB12523.1 +CAB12524.1 +CAB12525.1 +CAB12526.1 +CAB12527.1 +CAB12528.2 +CAB12529.1 +CAB12530.1 +CAB12531.1 +CAB12532.1 +CAB12533.1 +CAB12534.2 +CAB12535.1 + + +CAB12538.1 +CAB12539.1 +CAB12540.1 +CAB12541.1 +CAB12542.1 +CAB12543.1 +CAB12544.1 +CAB12545.2 +CAB12546.1 +CAB12547.2 +CAB12548.1 +CAB12549.1 +CAB12550.1 +CAB12551.1 +CAB12552.1 +CAB12553.1 +CAB12554.1 +CAB12555.1 +CAB12556.1 +CAB12557.1 +CAB12558.1 +CAB12559.1 +CAB12560.1 +CAB12571.2 +CAB12572.1 +CAB12573.1 +CAB12574.1 +CAB12575.1 +CAB12577.1 +CAB12578.1 +CAB12579.1 +CAB12580.1 +CAB12581.1 +CAB12582.1 +CAB12584.1 +CAB12585.1 +CAB12586.1 +CAB12587.1 +CAB12588.1 +CAB12589.2 +CAB12590.1 +CAB12591.1 +CAB12592.2 +CAB12593.1 +CAB12594.1 +CAB12595.1 +CAB12596.1 +CAB12597.1 +CAB12598.1 +CAB12599.1 +CAB12600.1 +CAB12601.1 +CAB12603.2 +CAB12604.1 +CAB12605.1 +CAB12606.1 +CAB12607.1 +CAB12608.1 +CAB12609.1 +CAB12610.1 +CAB12611.1 +CAB12612.1 +CAB12613.1 +CAB12614.1 +CAB12615.1 +CAB12616.1 +CAB12617.1 +CAB12618.1 +CAB12619.1 +CAB12620.1 +CAB12621.1 +CAB12622.1 +CAB12623.1 +CAB12625.2 +CAB12626.1 +CAB12627.1 +CAB12628.2 +CAB12629.1 +CAB12630.1 +CAB12631.1 +CAX52581.1 +CAB12632.1 +CAB12633.1 +CAB12634.1 +CAB12635.1 +CAB12636.1 +CAB12637.1 +CAB12638.1 +CAB12639.1 +CAB12640.1 +CAB12641.1 +CAB12642.1 +CAB12643.1 +CAB12644.1 +CAB12645.1 +CAB12646.1 +CAB12647.1 +CAB12648.1 +CAB12649.1 +CAB12650.1 +CAB12651.1 +CAB12652.1 +CAB12653.2 +CAB12654.1 +CAB12655.1 +CAB12656.1 +CAB12657.1 +CAB12658.1 +CAB12659.1 +CAB12660.2 +CAB12661.1 +CAB12662.1 +CAB12663.1 +CAB12664.1 +CAB12665.1 +CAB12666.1 +CAB12667.1 +CAB12668.1 +CAB12669.1 +CAB12670.1 +CAX52582.1 +CAB12673.1 +CAB12674.1 +CAB12675.1 +CAB12676.1 +CAB12677.1 +CAB12678.1 +CAB12679.1 +CAB12680.1 +CAB12681.1 +CAB12682.1 +CAB12683.1 +CAE01449.1 +CAB12684.1 +CAB12685.1 +CAB12686.1 +CAB12687.1 +CAB12688.1 +CAB12689.2 +CAB12690.1 +CAB12691.1 +CAB12692.1 +CAB12693.1 +CAB12694.1 +CAB12695.1 +CAB12696.3 +CAB12697.2 +CAB12698.1 +CAB12699.3 +CAB12700.2 +CAB12701.1 +CAE01450.1 +CAB12703.1 +CAB12704.2 +CAB12705.2 +CAX52583.1 +CAB12706.2 +CAB12707.2 +CAB12708.2 +CAB12709.2 +CAB12710.2 +CAB12711.3 +CAB12712.1 +CAB12713.1 +CAB12714.2 +CAB12715.1 +CAB12716.1 +CAB12717.1 +CAX52584.1 +CAB12718.1 +CAB12719.2 +CAB12720.1 +CAB12721.2 +CAB12722.1 +CAB12723.1 +CAB12724.2 +CAB12725.1 +CAB12726.1 +CAB12727.1 +CAB12728.1 +CAB12729.1 +CAB12730.1 +CAB12731.1 +CAB12732.1 +CAB12733.1 +CAB12734.1 +CAB12735.1 +CAB12736.1 +CAB12737.1 +CAB12738.1 +CAB12739.2 +CAB12740.1 +CAB12741.1 +CAB12742.1 +CAB12743.2 +CAB12744.2 +CAB12746.1 +CAB12747.1 +CAB12748.1 +CAB12749.2 +CAB12750.2 +CAB12751.1 +CAB12752.1 +CAB12753.2 + +CAB12754.2 +CAB12755.1 +CAB12756.1 +CAB12757.2 +CAB12758.2 +CAB12759.2 +CAB12760.1 +CAB12761.1 +CAB12762.1 +CAB12763.1 +CAB12764.1 +CAB12776.2 +CAB12777.1 +CAB12778.1 +CAB12779.1 +CAB12780.2 +CAB12781.2 +CAB12782.2 +CAB12783.2 +CAB12784.1 +CAB12785.1 +CAB12786.1 +CAB12787.1 +CAB12788.1 +CAB12789.1 +CAB12790.1 +CAB12791.1 +CAB12792.1 +CAB12793.1 +CAB12794.1 +CAB12795.1 +CAB12796.1 +CAB12798.1 +CAB12799.1 +CAB12800.1 +CAB12801.1 +CAB12802.1 +CAB12803.1 +CAB12804.1 +CAB12805.1 +CAB12806.1 +CAB12807.1 +CAB12808.2 +CAB12809.1 +CAB12810.1 +CAB12811.1 +CAB12812.1 +CAB12813.1 +CAB12814.1 +CAB12815.1 +CAB12816.2 +CAB12817.1 +CAB12818.1 +CAB12819.1 +CAB12820.1 +CAB12822.2 +CAB12823.2 +CAB12825.2 +CAB12826.1 +CAB12827.1 +CAB12828.3 +CAX52586.1 +CAB12829.2 +CAB12830.2 +CAB12831.1 +CAB12832.1 +CAB12833.1 +CAB12834.1 +CAB12835.1 +CAX52587.1 +CCQ48595.1 +CAB12837.2 +CAB12838.1 +CAB12839.1 +CAB12840.1 +CAX52588.1 +CAB12841.2 +CAB12842.1 +CAB12843.1 +CAB12844.1 +CAB12845.1 +CAB12846.1 +CAB12847.2 +CAB12848.1 +CAB12849.1 +CAB12850.1 +CAB12851.2 +CAB12852.1 +CAB12853.1 +CAB12854.1 +CAB12855.1 +CAB12856.1 +CAB12857.1 +CAB12858.1 +CAB12860.1 +CAB12861.1 +CAB12862.1 +CAB12863.1 +CAB12864.1 +CAB12865.1 +CAB12866.1 +CAB12867.2 +CAB12868.1 +CAB12869.1 +CAB12870.2 +CAB12871.1 +CAB12872.1 +CAB12873.2 +CAB12874.1 +CAB12875.1 +CAB12876.1 +CAB12877.1 +CAB12878.1 +CAB12879.1 +CAB12880.1 +CAB12881.1 +CAB12882.1 +CAB12883.1 +CAB12884.1 +CAB12885.1 +CAB12886.1 +CAB12887.1 +CAB12888.1 +CAB12889.1 +CAB12890.1 +CAB12891.1 +CAB12892.1 +CAB12893.2 +CAB12894.2 +CAB12895.1 +CAB12896.1 +CAB12897.1 +CAB12898.1 +CAB12899.1 +CAB12900.1 +CAB12901.1 +CAB12902.2 +CAB12903.2 +CAB12904.3 +CAB12905.2 +CAB12906.1 +CAB12907.2 +CAB12908.1 +CAB12909.1 +CAB12910.1 +CAB12911.2 +CAB12912.1 +CAB12913.1 +CAB12914.1 +CAB12915.1 +CAB12916.1 +CAB12917.1 +CAB12918.1 +CAB12919.2 +CAE01451.1 +CAB12920.1 +CAB12921.1 +CAB12922.1 +CAB12923.1 +CAB12924.1 +CAB12925.2 +CAB12926.1 +CAB12927.2 +CAB12929.1 +CAB12930.1 +CAB12931.1 +CAB12932.2 +CAB12933.2 +CAB12934.1 +CAB12935.1 +CAB12936.1 +CAB12937.1 +CAB12938.1 +CAB12939.1 +CAB12940.2 +CAB12941.1 +CAB12942.1 +CAB12943.1 +CAB12944.1 +CAB12946.2 +CAB12947.1 +CAX52589.1 +CAB12948.2 +CAB12949.1 +CAB12950.1 +CAB12951.1 +CAB12952.1 +CAB12953.1 +CAX52590.1 +CAB12954.1 +CAB12955.1 +CAB12956.1 +CAB12958.3 +CAB12959.1 +CAB12960.2 +CAB12961.2 +CAB12962.1 +CAB12963.2 +CAB12964.2 +CAB12965.3 +CAB12966.1 +CAB12967.1 +CAB12968.1 +CAB12969.1 +CAB12970.2 +CAB12971.2 +CAB12972.1 +CAB12973.1 +CAB12974.1 +CAB12975.1 +CAB12992.1 +CAB12993.1 +CAB12994.2 + + +CAB12996.2 +CAB12997.1 +CAB12998.1 +CAB12999.1 +CAB13000.1 +CAB13001.1 +CAB13002.1 +CAB13003.1 +CAB13004.1 +CAB13005.2 +CAB13006.2 +CAB13007.1 +CAB13008.1 +SOX90547.1 +CAB13009.1 +SOX90548.1 +CAB13010.1 +CAB13011.2 +CAX52593.1 +CAB13012.2 +CAB13013.1 +CAB13014.1 +CAB13015.1 +CAB13016.1 +CAB13017.1 +CAB13018.1 +CAB13019.1 +CAB13020.1 +CAB13021.1 +CAB13022.1 +CAB13023.1 +CAB13024.1 +CAB13025.1 +CAB13026.1 +CAB13027.1 +CAB13028.1 +CAB13029.2 +CAB13030.1 +CAB13031.1 +CAB13032.1 +CAB13033.1 +CAB13034.1 +CAB13035.1 +CAB13036.1 + +CAX52594.1 +SOX90550.1 +CAX52595.1 +CAB13038.2 +CAB13039.3 +CAX52596.1 +CAB13041.1 +CAB13042.1 +CAB13043.1 +CAB13044.1 +CAB13045.1 +CAB13046.1 +CAB13047.1 +CAB13048.1 +CAB13049.1 +CAX52597.1 +CAX52598.1 +CAB13050.1 +CAB13051.1 +CAB13052.1 +CAB13053.1 +CAB13054.1 +CAB13055.1 +CAB13056.1 +CAB13057.2 +CAB13058.2 +CAB13059.1 +CAB13060.1 +CAB13061.1 +CAB13062.2 +CAB13063.1 +CAX52599.1 +CAB13064.1 +CAB13065.2 +CAB13066.2 +CAB13067.1 +CAB13068.1 +CAB13069.1 +CAB13070.2 +CAB13071.1 +CAB13072.1 +CAB13073.1 +CAB13074.1 +CAB13075.1 +CAB13076.2 +CAB13077.1 +CAB13078.1 +CAB13079.1 +CAX52600.1 +CAB13080.1 +CAB13081.1 +CAB13082.1 +CAB13083.1 +CAB13084.1 +CAB13085.1 +CAB13086.1 +CAB13087.1 +CAB13088.1 +CAB13089.1 +CAB13090.1 +CAB13091.1 +CAB13092.1 +CAB13093.1 +CAB13094.1 +CAB13095.1 +CAB13096.2 +CAB13097.1 +CAB13098.1 +CAB13099.1 +CAB13100.1 +CAB13101.1 +CAB13102.2 +CAB13103.1 +CAB13104.1 +CAB13105.1 +CAB13106.2 +CAB13107.3 +CAB13108.1 +CAX52601.1 +CAB13109.2 +CAB13110.2 +CAX52602.1 +CAB13111.1 +CAB13112.1 +CAB13113.1 +CAB13114.1 +CAB13115.1 +CAB13116.2 +CAB13117.2 +CAB13118.1 +CAX52603.1 +CAB13119.1 +CAB13120.1 +CAB13121.1 +CAX52604.1 +CAB13122.2 +CAB13123.1 +CAB13124.2 +CAX52605.1 +CAB13125.2 +CAB13126.2 +CAB13127.1 +CAB13128.1 +CAB13129.1 +CAB13130.1 +CAB13131.1 +CAX52606.1 +CAB13132.1 +CAB13133.1 +CAB13134.1 +CAB13135.2 +CAB13136.1 +CAB13137.1 +CAB13138.1 +SOX90551.1 +CAB13139.1 +CAB13140.1 +CAB13141.2 +CAB13142.1 +CAB13143.1 +CAB13144.1 +SOX90552.1 +CAB13145.2 +CAB13146.2 +CAB13147.2 +CAB13148.1 +CAB13149.2 +CAB13150.1 +CAB13151.1 +CAB13152.1 +CAB13153.2 +CAB13154.2 +CAB13155.1 +CAB13156.2 +CAB13157.2 +CAB13158.1 +CAB13159.2 +CAB13160.2 +CAB13161.1 +CAB13162.1 +CAB13163.1 +CAB13164.1 +CAB13165.1 +CAB13166.1 +CAB13167.1 +CAB13168.2 +CAB13169.2 +CAB13170.2 +CAB13171.1 +CAB13172.1 +CAB13173.1 +CAX52607.1 +CAB13174.1 +CAB13175.2 +CAB13176.1 +CAB13177.1 +CAB13178.1 +CAB13179.2 +CAB13180.2 +CAB13181.1 +CAB13182.1 +CAB13183.1 +CAB13184.1 +CAB13185.1 +CAB13186.1 +CAB13187.1 +CAB13188.1 +CAB13189.1 +CAB13190.1 +CAB13191.1 +CAB13192.2 +CAB13193.2 +CAB13194.1 +CAB13195.1 +CAB13196.1 +CAB13197.1 +CAB13198.1 +CAB13199.2 +CAB13200.1 +CAB13201.1 +CAB13218.1 +CAB13219.1 +CAB13220.1 +CAB13221.1 +CAB13222.1 +CAB13223.1 +CAX52609.1 +CAB13224.1 +CAB13225.1 +CAB13226.1 +CAB13227.1 +SOX90553.1 +CAB13228.1 +CAB13229.2 +CAB13230.1 +CAB13231.1 +CAB13232.2 +CAB13233.1 +CAB13234.1 +CAB13235.1 +CAB13236.1 +CAB13237.1 +CAB13238.1 +CAB13239.1 +CAB13240.1 +CAB13241.1 +CAB13242.1 +CAB13243.1 +CAB13244.1 +CAB13245.1 +CAB13246.1 +CAB13247.1 +CAB13248.1 +CAB13249.1 +CAB13250.1 +CAB13251.1 +CAX52610.1 + + +CAB13253.1 +CAB13254.2 +CAX52612.1 +CAB13255.1 +CAB13256.1 +CAB13257.1 +CAB13258.1 +CAB13259.1 +CAB13260.1 +CAB13261.2 +CAB13262.1 +CAB13263.1 +CAB13264.2 +CAB13265.1 +CAB13266.1 +CAB13267.2 +CAB13268.2 +CAB13269.1 +CAB13270.2 +CAB13271.2 +CAB13272.1 +CAB13273.2 +CAX52613.1 +CAB13274.1 +CAB13275.1 +CAB13276.2 +CAB13277.1 +CAB13278.2 +CAB13279.1 +CAX52614.1 +CAX52615.1 +CAB13281.1 +CAB13282.1 +CAB13283.1 +CAB13284.1 +CAB13285.1 +CAB13286.1 +CAB13287.1 +CAB13288.1 +CAB13289.1 +CAB13290.2 +CAB13291.2 +CAB13292.1 +CAB13293.1 +CAB13294.2 +CAB13295.1 +CAB13296.2 +CAB13297.1 +CAB13298.1 +CAB13299.1 +CAB13300.1 +CAB13301.1 +CAB13302.1 +CAB13303.1 +CAB13304.1 +CAB13305.1 +CAB13306.1 +CAB13307.1 +CAB13308.1 +CAB13309.1 +CAB13310.1 +CAB13311.1 +CAB13312.1 +CAB13313.1 +CAB13314.1 +CAB13315.1 +CAB13316.1 +CAB13317.1 +CAB13318.1 +CAB13319.1 +CAB13320.1 +CAB13321.1 +CAB13322.1 +CAB13323.1 +CAB13324.1 +CAB13325.2 +CAB13326.1 +CAB13327.1 +CAB13328.1 +CAB13329.1 +CAX52616.1 +CCQ48596.1 +CAB13330.2 +CAB13331.1 +CAB13332.1 +CAB13333.1 +CAB13334.1 +CAB13335.1 +CAX52617.1 +CAB13336.1 +CAB13337.1 +CAB13338.1 +CAB13339.1 +CAB13340.1 +CAB13341.1 +CAB13342.1 +CAB13343.1 +CAB13344.1 +CAB13345.1 +CAB13346.1 +CAB13347.1 +CAB13348.1 +CAB13349.1 +CAB13350.1 +CAB13351.1 +CAB13352.1 +CAB13353.1 +CAB13354.1 +CAB13355.1 +CAB13356.1 +CAB13357.1 +CAB13358.1 +CAB13359.1 +CAB13360.1 +CAB13361.1 +CAB13362.1 +CAB13363.2 +CAB13364.1 +CAB13365.1 +CAB13366.1 +CAB13367.1 +CAB13368.2 +CAB13369.1 +CAB13370.1 +CAB13371.1 +CAB13372.1 +CAB13373.1 +CAB13374.2 +CAB13375.1 +CAB13376.1 +CAB13377.1 +CAB13378.2 +CAB13379.1 +CAX52618.1 +CAB13380.1 +CAB13381.1 +CAB13382.1 +CAB13383.2 +CAB13384.1 +CAB13385.2 +CAB13386.1 +CAB13387.1 +CAB13388.1 +CAB13389.2 +CAB13390.2 +CAB13391.1 +CAB13392.2 +CAB13393.1 +CAB13394.1 +CAB13395.2 +CAB13396.1 +CAB13397.1 +CAB13398.2 +CAB13399.2 +CAB13400.1 +CAB13401.2 +CAB13402.2 +CAB13403.1 +CAB13405.1 +CAB13406.2 +CAB13407.1 +CAB13408.2 +CAB13409.2 +CAB13410.1 +CAB13411.1 +CAB13412.1 +CAB13413.3 +CAB13414.1 +CAB13415.1 +CAB13416.1 +CAB13417.2 +CAB13418.2 +CAB13419.1 +CAB13420.3 +CAB13421.1 +CAB13422.2 +CAB13423.2 +CAB13424.2 +CAB13425.1 +CAB13426.1 +CAB13427.1 +CAB13428.1 +CAB13429.1 +CAB13430.1 +CAB13431.1 +CAB13432.1 +CAB13433.1 +CAB13434.1 +CAB13435.1 +CAB13436.1 +CAB13437.1 +CAB13438.1 +CAB13439.1 +CAB13440.1 +CAE01452.1 +CAB13441.2 +CAB13442.1 +CAB13443.1 +CAB13444.1 +CAB13445.1 +CAB13446.1 +CAB13447.1 +CAB13448.1 +CAB13449.1 +CAB13450.1 +CAB13451.1 +CAB13452.1 +CAB13453.1 +CAB13454.1 +CAB13455.1 +CAB13456.1 +CAB13457.1 +CAB13458.1 +CAB13459.1 +CAB13460.1 +CAB13461.1 +CAB13462.1 +CAB13463.1 +CAB13464.1 +CAB13465.1 +CAB13466.1 +CAB13467.2 +CAB13468.1 +CAB13469.1 +CAB13470.1 +CAB13471.1 +CAB13472.1 +CAB13473.1 +CAB13474.1 +CAB13475.1 +CAB13476.1 +CAB13477.2 +CAB13478.1 +CAB13479.1 +CAB13480.1 +CAB13481.1 +CAB13482.1 +CAB13483.1 +CAB13484.1 +CAB13485.1 +CAB13486.1 +CAB13487.1 +CAB13488.1 +CAB13489.1 +CAB13490.1 +CAB13491.1 +CAB13492.1 +CAB13493.1 +CAB13494.1 +CAB13495.1 +CAB13496.2 +CAB13497.2 +CAB13498.1 +CAB13499.2 +CAB13500.2 +CAB13501.1 +CAB13502.2 +CAX52619.1 +CAB13503.1 +CAB13504.1 +CAB13505.1 +CAB13506.1 +CAB13507.1 +CAB13508.1 +CAB13509.1 +CAB13510.2 +CAB13511.1 +CAB13512.2 +CAB13513.1 +CAB13514.1 +CAB13515.2 +CAB13516.2 +CAB13517.1 +CAB13518.1 +CAB13519.1 +CAB13520.1 +CAB13521.1 +CAB13522.1 +CAB13523.1 +CAB13524.2 +CAB13525.1 +CAB13526.1 +CAB13527.1 +CAB13528.2 +CAB13529.1 +CAB13530.1 +CAB13531.1 +CAB13532.1 +CAB13533.1 +CAB13534.1 +CAB13535.1 +CAB13536.1 + +CAB13538.1 +CAB13539.1 +CAB13540.1 +CAB13541.1 +CAB13542.1 +CAB13543.1 +CAB13544.2 +CAB13545.1 +CAB13546.1 +CAB13547.1 +CAB13548.1 +CAB13549.2 +CAB13550.1 +CAB13551.2 +CAB13552.3 +CAX52620.1 +CAB13553.3 +CAB13554.1 +CAB13555.2 +CAB13557.2 +CAB13559.2 +CAB13560.2 +CAB13561.1 + + +CAB13564.3 +CAB13565.2 +CAB13566.2 +CAB13567.2 +CAB13568.1 +CAB13569.1 +CAB13570.2 +CAB13571.1 +CAB13572.1 +CAB13573.1 +CAB13574.1 +CAB13575.1 +CAB13576.1 +CAB13577.2 +CAB13578.1 +CAE01453.1 +CAB13579.1 +CAB13580.1 +CAB13581.1 +SOX90554.1 +CAB13582.1 +CAB13583.2 +CAB13584.3 +CAE01454.1 +CAB13585.2 +CAB13586.2 +CAB13587.1 +CAB13588.2 +CAB13589.3 +CAB13602.3 +CAB13603.3 +CAB13604.3 +CAB13606.2 +CAB13607.2 +CAB13608.3 +CAB13609.2 +CAB13610.1 + + +CAB13611.1 +CAB13612.1 +CAB13613.1 +CAB13614.1 +CAB13615.2 +CAB13616.2 +CAB13617.2 +CAB13618.1 +CAB13619.1 +CAB13620.1 +CAB13621.1 +CAB13622.1 +CAB13623.1 +CAB13624.1 +CAB13625.2 +CAB13626.2 +CAB13627.2 +CAB13628.2 +CAB13629.1 +CAB13630.1 +CAB13631.1 +CAB13632.1 +CAB13633.1 +CAB13634.2 +CAB13635.1 +CAB13636.1 +CAB13637.1 +CAB13638.1 +CAB13639.1 +CAX52623.1 +CAB13640.3 +CAB13641.2 +CAB13642.2 +CAB13643.3 +CAB13644.2 +CAB13645.1 +CAB13646.1 +CAB13647.2 +CAB13648.1 +CAB13649.2 +CAB13650.1 +CAB13651.1 + +SOX90555.1 +CAB13652.1 +SOX90556.1 +CAB13653.2 +CAX52625.1 +CAB13654.2 +CAB13655.1 +SOX90557.1 +CAB13656.1 +CAB13657.1 +CAB13658.2 +CAB13659.1 +CAB13660.1 +CAB13661.1 +CAB13662.1 +CAB13663.1 +CAB13664.1 +CAB13665.1 +CAB13666.1 +CAB13667.1 +CAB13668.1 +SOX90558.1 +CAB13669.1 +CAB13670.1 +CAB13671.1 +CAB13672.1 +CAB13673.1 +CAB13674.1 +CAB13675.1 +CAB13676.1 +CAB13677.1 +CAB13678.1 +CAB13679.1 +CAB13680.1 +CAB13681.1 +CAB13682.1 +CAB13683.1 +CAB13684.1 +CAB13685.1 +CAX52626.1 +CAE01455.2 +CAB13686.1 +CAB13687.1 +CAB13688.1 +CAB13689.1 +CAB13690.1 +CAB13691.1 +CAB13692.2 +CAB13693.2 + + +CAB13695.1 +CAB13696.2 +CAB13697.1 +CAB13698.1 +CAB13699.1 +CAB13700.1 +CAB13701.1 +CAB13702.1 +CAB13703.1 +CAB13704.2 +CAB13705.1 +CAB13706.1 +CAX52627.1 +CAB13707.1 +CAB13708.1 +CAB13709.1 +CAB13710.1 +SOX90560.1 +CAB13711.1 +CAB13712.1 +CAB13713.1 +CAB13714.2 +CAB13715.1 +CAB13716.1 +CAB13717.2 +CAB13718.1 +CAB13719.1 +CAB13720.2 +CAB13721.2 +CAB13722.2 +CAB13723.1 +CAB13724.1 +CAB13725.1 +CAB13726.1 +CAB13727.2 +CAB13728.2 +CAB13729.2 +CAB13740.1 +CAB13741.2 +CAB13742.1 +CAB13743.1 +CAB13744.1 +CAB13745.1 +CAB13746.2 +CAB13747.1 +CAB13748.1 +CAB13749.1 +CAB13750.2 +CAB13751.1 +CAB13752.1 +SOX90561.1 +CCQ48597.1 +CAE01456.1 +CAB13753.2 +CAB13754.2 +CAB13755.1 +CAB13756.1 +CAB13757.1 +CAB13758.1 +CAX52628.1 +CAB13759.1 +CAB13760.1 +SOX90562.1 +CAB13761.1 +CAB13762.1 +CAX52629.1 +CAB13763.2 +CAB13764.1 +CAB13765.1 +CAB13766.1 +CAB13767.1 +CAB13768.1 +CAB13769.1 +CAB13770.1 +CAB13771.1 +CAB13772.1 +CAB13773.1 + +CAB13774.1 +CAB13775.1 +CAB13776.1 +CAX52631.1 +CAB13777.1 +CAB13778.2 +CAB13779.1 +CAB13780.1 +CAB13781.1 +CAX52632.1 +CAX52633.1 +CAB13782.1 +CAX52634.1 + +CAB13783.1 +CAB13784.1 + + +CAB13787.1 +CAB13788.1 +CAB13789.1 + +SOX90563.1 +CAB13790.1 +CAB13791.1 +CAB13792.1 +CAB13793.3 +CAB13794.2 +CAB13795.1 +CAB13796.1 +CAB13797.1 +CAB13798.1 +CAB13799.1 +CAB13800.1 +CAB13801.1 +CAB13802.1 +CAB13803.1 +CAB13804.1 +CAB13805.1 +CAB13806.1 +CAB13807.1 +CAB13808.1 +CAB13809.1 +CAB13810.1 +CAB13811.1 +CAB13812.1 +CAB13813.1 +CAB13814.1 +CAB13815.1 +CAB13816.2 +CAB13817.1 +CAX52637.1 +CAB13818.1 +CAB13819.1 +CAB13820.1 +CAB13821.1 +CAB13822.1 +CAB13823.1 +CAB13824.2 +CAB13825.1 +CAB13826.1 +CAB13827.1 +CAB13828.2 +CAB13829.3 +CAB13830.2 +CAB13831.1 +CAB13832.1 +CAB13833.1 +CAB13834.2 +CAB13835.3 +CAB13836.1 +CAB13837.1 +CAB13838.2 +CAB13839.1 +CAX52638.1 +CAB13840.2 +CAE01457.1 +CAB13842.1 +CAB13843.1 +CAB13844.1 +CAB13845.1 +CAB13846.1 +CAB13847.1 +CAB13848.1 +CAX52639.1 +CAB13849.1 +CAB13850.1 +CAB13851.1 +CAB13852.1 +CAB13853.1 +CAB13854.1 +CAX52640.1 +CAB13855.2 +CAB13856.1 +CAB13857.1 +CAX52641.1 +CAB13858.1 +CAB13859.1 +CAX52642.1 +CAB13860.1 +CAB13861.1 +CAB13862.1 +CAB13863.1 +CAB13864.1 +CAB13865.1 +SOX90564.1 +CAX52643.2 +CAB13866.1 +CAB13867.1 +CAB13868.1 +CAB13869.1 +CAB13870.2 +CAB13871.1 + +CAB13873.1 +CAB13874.1 +CAB13875.1 +CAB13876.1 +CAB13877.1 +CAB13878.1 +CAB13879.1 +CAB13880.1 +CAB13881.1 +CAB13882.1 +SOX90565.1 +CAB13883.1 +CAB13884.1 +CAB13885.1 +CAB13886.1 +CAB13888.1 +CAB13889.1 +CAB13890.1 +CAX52644.1 +CAB13891.1 +CAB13892.1 +CAB13893.1 + +CAB13896.2 +CAB13895.1 +CAB13898.2 +CAB13899.2 +CAB13900.1 +CAB13901.1 +CAB13902.1 +CAB13903.1 +CAB13904.1 +CAB13905.1 +CAB13906.1 +CAB13907.1 +CAB13908.1 +CAB13909.1 +CAB13910.1 +CAB13911.1 +CAB13912.1 +CAB13913.1 +CAB13914.1 +CAB13915.1 +CAB13916.1 +CAB13917.1 +CAB13918.1 +CAB13919.1 +CAB13920.1 +CAB13921.1 +CAB13922.1 +CAB13923.1 +CAB13924.1 +CAB13925.1 +CAB13926.1 +CAB13927.1 +CAB13928.1 +CAB13929.1 +CAB13930.1 +CAB13931.1 +CAB13932.1 +CAB13933.1 +CAB13934.1 +CAB13935.1 +CAB13936.1 +CAB13937.1 +CAB13938.1 +CAB13939.1 +CAB13940.1 +CAB13941.1 +CAB13942.1 +CAB13943.1 +CAB13944.1 +CAB13945.1 +CAB13946.1 +CAB13947.1 +CAB13948.1 +CAB13949.1 +CAB13950.1 +CAB13951.1 +CAB13952.1 +CAB13953.1 +CAB13954.1 +CAB13955.1 +CAB13956.1 +CAB13957.1 +CAB13958.1 +CAB13959.1 +CAB13960.1 +CAB13961.1 +CAB13962.1 +CAB13963.1 +CAB13964.1 +CAB13965.1 +CAB13966.1 +CAB13967.1 +CAB13968.1 +CAB13969.1 +CAB13970.1 +CAB13971.2 +CAB13972.1 +CAB13973.1 +CAB13974.1 +CAB13975.1 +CAB13976.1 +CAB14003.1 +CAB14004.1 +CAB14005.1 +CAB14006.1 +CAB14007.1 +CAB14008.1 +CAB14009.1 +CAB14010.1 +CAX52645.1 +CAX52646.1 +CAB14011.1 +CAB14012.1 +CAB14013.1 +CAB14014.1 +CAB14015.1 +CAB14016.1 +CAB14017.1 +CAX52647.1 +CAB14018.1 +CAB14019.1 +CAB14020.1 +CAB14021.1 +CAB14022.1 +CAB14023.1 +SOX90566.1 +CAB14024.1 +CAB14025.2 +CAB14026.1 +CAB14027.1 +CAB14028.1 +CAB14029.1 +CAB14030.1 +CAB14031.1 +CAB14032.1 +CAB14033.1 +CAB14034.1 +CAB14035.1 +CAB14036.1 +CAB14037.1 +CAB14038.1 +CAB14039.1 +CAB14040.1 +CAX52648.1 +CAB14041.1 +CAB14042.1 +CAB14043.1 +CAB14044.1 +CAB14045.1 +CAB14046.1 +CAB14047.1 +CAB14048.1 +CAB14049.1 +CAB14050.1 +CAX52649.1 +CAB14051.1 +CAB14052.1 +CAB14053.2 +CAB14054.1 +CAB14055.1 +CAB14056.1 +CAB14057.1 +CAB14058.1 +SOX90567.1 +CAB14059.1 +CAB14060.1 +CAB14061.1 +CAB14062.1 +CAB14063.1 +CAB14064.1 +CAB14065.1 +CAB14066.1 +CAB14067.1 +CAB14068.2 +CAB14069.1 +CAB14070.1 +CAB14071.1 +CAB14072.1 +CCQ48598.1 +CAB14073.1 +CAB14074.1 +CAB14075.1 +CAB14076.2 +CAB14077.1 + + +CAB14078.1 +CAB14079.1 +CAB14080.1 +CAB14081.1 +SOX90568.1 +SOX90569.1 +CAB14082.1 +CAB14083.1 +CAB14084.1 + +CAB14086.1 +CAB14087.1 +CAB14088.1 +CAB14089.1 +CAB14090.1 +CAB14091.1 +CAB14092.1 +CAB14093.2 +CAB14094.1 +CAB14095.1 +CAB14096.1 +CAB14097.1 +CAB14098.2 +CAB14099.1 +CAB14100.1 +CAB14101.1 +CAB14102.1 +CAB14103.2 +CAB14104.1 +CAB14105.2 +CAB14106.1 +CAB14107.1 +CAB14108.1 +CAB14109.2 +CAB14110.1 +SOX90570.1 +CAB14111.1 +CAB14112.1 +CAB14113.1 +CAB14114.1 +CAB14115.2 +CAB14116.1 +CAB14117.1 +CAE01458.1 +CAB14118.1 +CAX52652.1 +CAB14119.1 +CAB14120.1 +CCQ48599.1 +CAB14121.1 +CAB14122.1 +CAB14123.1 +CAB14124.1 +CAB14125.1 +CAB14126.1 +CAB14127.1 +CAB14128.1 +CAB14129.1 +CAB14130.1 +CAB14131.1 +CAB14132.1 +CAB14133.1 +CAX52653.1 +CAB14134.1 +CAB14135.1 +CAB14136.4 +CAB14137.1 +SOX90571.1 +CAB14138.1 +CAB14139.1 +CAB14140.1 +CAB14141.1 +CAB14142.1 +CAB14143.1 +CAB14144.1 +CAB14145.1 +CAE01459.1 +CAB14146.1 +CAB14147.1 +CAB14148.1 +CAB14149.1 +CAB14150.1 +CAB14151.1 +CAB14152.1 +CAB14153.1 +CAB14154.1 +CAB14155.1 +CAB14156.1 +CAB14157.1 +CAB14158.1 +CAB14159.1 +CAB14160.1 +CAB14161.1 +CAB14162.1 +CAB14163.2 +CAB14164.1 +CAB14165.1 +CAB14166.1 +CAB14167.2 +CAB14168.1 +CAB14169.1 +CAB14170.1 +CAB14171.1 +CAB14172.1 +CAB14173.1 +CAB14174.1 +CAB14175.1 +CAB14176.1 +CAB14177.1 +CAB14178.2 +CAB14179.1 +CAB14180.2 +CAB14181.3 + +CAB14183.2 +CAB14184.1 +CAB14185.1 +CAB14186.1 +CAB14187.3 +CAB14188.2 +CAB14189.1 +CAB14190.1 +CAB14191.1 +CAB14192.1 +CAB14193.1 +CAB14194.1 +CAB14195.1 +CAB14196.1 +CAB14197.1 +CAB14198.1 +CAB14199.1 +CAB14200.1 +CAX52654.1 +CAB14201.1 +CAB14202.1 +CAX52655.2 +CAB14203.2 +CAB14204.1 +CAB14205.1 +CAB14206.1 +CAB14207.1 +CAB14208.1 +CAB14209.1 +CAB14210.1 +CAB14211.2 +CAB14212.2 +CAB14213.1 +CAB14214.1 +CAB14215.1 +CAB14216.1 +CAB14217.1 +CAB14218.1 +CAB14219.1 +CAB14220.1 +CAB14237.1 +CAB14239.2 +CAB14240.1 +CAB14241.2 +CAB14242.2 +CAB14243.1 +CAB14244.2 +CAB14245.2 +CAB14246.1 +CAB14247.2 +CAB14248.2 +CAB14249.2 +CAB14250.1 +CAB14251.1 +CAB14252.1 +CAB14253.1 +CAB14254.1 +CAB14255.1 +CAB14256.1 +CAB14257.1 +CAB14258.1 +CAB14259.1 +CAB14260.1 +CAB14262.1 +CAB14263.1 +CAB14264.1 +CAX52656.1 + + +CAB14266.1 + +CAB14267.1 +CAB14268.1 +CAB14269.1 +CAB14270.1 +CAB14271.2 +CAX52658.1 +CAX52659.1 +CAB14273.1 +CAB14274.1 +CAB14275.1 +CAB14276.2 +CAB14277.1 +CAB14278.1 +CAB14279.1 +CAB14280.1 +CAB14281.1 +CAB14282.2 +CAB14283.2 +CAX52660.1 +CAB14284.2 +CAB14285.1 +CAB14286.1 +CAB14287.1 +CAB14288.1 +CAB14289.2 +CAB14290.1 +CAB14291.1 +CAB14292.2 +CAB14293.1 +CCQ48600.1 +CAB14294.1 +CAB14295.1 +CAB14296.1 +CAB14297.1 +CAB14298.1 +CAB14299.1 +CAB14300.1 +CAB14301.1 +CAB14302.1 +CAB14303.1 +CAB14304.1 +CAB14305.2 +CAB14306.3 +CAB14307.1 +CAB14308.2 +CAB14309.2 +CAB14310.1 +CAB14311.1 +CAB14312.1 +CAB14313.2 +CAB14314.1 +CAB14315.1 + + +CAB14316.1 +CAB14317.2 +CAB14318.2 +CAB14319.2 +CAE01460.1 +CAB14320.1 +CAB14321.3 +CAB14322.2 +CAB14323.2 +CAB14324.2 +CAB14325.1 +CAB14326.2 +CAB14327.1 +CAB14328.1 +CAB14329.1 +CAB14330.1 +CAB14331.2 +CAB14332.2 +CAB14333.2 +CAB14334.1 +CAB14335.1 +CAB14336.1 +CAB14337.2 +CAB14338.2 +CAB14339.1 +CAB14340.2 +CAB14341.1 +CAB14342.1 +CAB14343.1 +CAB14344.2 +CAB14345.1 +CAB14346.2 +CAB14347.2 +CAB14348.1 +CAB14349.2 +CAB14350.2 +CAB14351.2 +SOX90573.1 +CAB14352.1 +CAB14353.1 +CAB14354.2 +CAB14355.2 +CAB14356.1 +CAB14357.2 +CAB14358.1 +CAB14359.2 +CAB14360.2 +CAB14361.2 +CAB14362.1 +CAB14363.2 +CAB14364.2 +CAB14365.2 +CAB14366.1 +CAB14367.2 +CAB14368.2 +CAB14369.1 +CAB14370.2 +CAB14371.1 +CAB14372.1 +CAB14373.1 +CAB14374.1 +CAB14375.1 +CAB14376.2 +CAB14377.1 +CAB14378.1 +CAB14379.1 +CAB14380.2 +CAB14381.1 +CAB14382.1 +CAB14383.2 +CAB14384.1 +CAB14385.2 +CAB14386.1 +CAB14387.2 +CAB14388.2 +CAB14389.1 +CAB14390.1 +CAB14391.1 +CAB14392.1 +CAB14393.1 +CAB14394.1 +CAB14395.1 +CAB14396.1 +CAB14397.2 +CAB14398.1 +CAB14399.1 +CAB14400.1 +CAB14401.1 +CAB14402.1 +CAB14403.1 +CAB14404.1 +CAB14405.1 +CAB14406.1 +CAB14407.2 +CAB14408.2 +CAB14409.1 +CAB14410.1 +CAB14411.1 +CAB14412.2 +CAB14413.2 +CAB14414.1 +CAB14415.2 +CAB14416.2 +CAB14417.1 +CAB14418.2 +CAB14419.1 +CAB14420.1 +CAE01461.2 +CAB14421.2 +CAB14422.1 +CAB14423.1 +CAB14424.2 +CAB14425.1 +CAB14426.1 +CAB14427.2 +CAB14428.2 +CAB14429.1 +CAB14430.1 +CAB14431.2 +CAB14432.3 +CAB14433.1 +CAB14434.2 +CAB14435.2 +CAB14436.1 +CAB14437.1 +CAB14438.1 +CAB14439.1 +CAB14440.2 +CAB14441.2 +CAB14442.1 +CAB14443.1 +CAB14444.1 +CAB14445.1 +CAB14446.2 +CAB14447.1 +CAB14448.1 +CAB14449.1 +CAB14450.2 +CAB14451.2 +CAE01462.1 +CAB14452.2 +CAB14453.1 +CAB14454.1 +CAB14455.2 +CAB14456.1 +CAB14457.2 +CAX52661.1 +CAB14458.1 +CAB14459.1 +CAB14460.2 +CAB14461.2 +CAB14462.1 +CAB14476.2 +CAB14477.2 +CAB14478.1 +CAB14479.2 +CAB14480.1 +CAB14481.1 +CAB14482.1 +CAB14483.1 +CAB14484.2 +CAB14485.1 +CAB14486.1 +CAB14487.2 +CAB14488.2 +CAB14489.1 +CAB14490.1 +CAB14491.1 +CAB14492.2 +CAB14493.1 +CAB14494.1 +CAB14495.1 +CAB14496.1 +CAB14497.2 +CAB14498.1 +SOX90574.1 +CAX52662.1 +CAB14499.1 +CAB14500.1 +CAB14501.1 +CAB14502.1 +CAB14503.1 +CAB14504.1 +CAB14505.1 +CAB14506.1 +CAB14507.1 +CAB14508.2 +CAB14509.1 +CAB14510.1 +CAE01463.1 +CAB14511.1 +CAB14512.1 +CAB14513.1 +CAB14514.1 +CAB14515.2 +CAB14516.1 + +CAB14518.2 +CAB14519.1 +CAB14520.2 +CAB14521.2 +CAB14522.1 +CAB14523.2 +CAB14524.2 +CAB14525.1 +CAB14526.1 +CAB14527.1 +CAB14528.1 +SOX90575.1 +CAB14529.1 +CAB14530.1 +CAB14531.1 +CAB14532.1 +CAB14533.1 +CAB14534.1 +CAB14535.1 +CAB14536.2 +CAB14537.1 +CAB14538.2 +CAB14539.1 +CAB14540.1 +CAB14541.1 +CAB14542.1 +CAB14543.1 +CAB14544.2 + + +CAB14546.1 +SOX90576.1 +CAB14547.2 +CAB14549.2 +CAX52664.1 +CAB14550.2 +CAB14551.1 +CAB14552.1 +CAB14553.2 +CAB14554.1 +CAB14555.2 +CAB14556.2 +CAB14557.1 +CAB14558.1 +CAB14559.1 +CAB14560.1 +CAB14561.1 +CAB14562.1 +CAB14563.1 +CAB14564.1 +CAB14565.1 +CAB14566.1 +CAX52665.1 +CAB14567.3 +CAB14568.2 +CAB14569.1 +CAB14570.1 +CAB14571.1 +SOX90577.1 +CAB14572.1 +CAB14573.1 +CAB14574.1 +CAB14575.1 +CAB14576.1 +CAB14577.1 +CAB14578.1 +CAB14579.1 + +SOX90578.1 +CAB14581.1 +CAB14582.2 +CAB14583.1 +CAB14584.1 +CAB14585.1 +SOX90579.1 +CAB14586.1 +CAB14588.2 +CAB14589.2 +CAB14590.1 +CAB14591.1 +CAB14592.2 +CAB14594.1 +CAB14595.1 +CAB14596.1 + + +CAB14597.1 +SOX90580.1 +CAB14598.1 +CAB14599.1 +CAB14600.1 +CAB14601.1 +CAB14602.1 +CAX52668.1 +CAB14603.1 +CAB14604.1 +CAB14605.1 +CAB14606.1 +CAB14607.1 +CAB14608.2 +CAB14609.3 +CAB14610.1 +CAB14611.1 +CAB14612.1 +CAB14613.1 +CAB14614.1 +CAB14615.1 + + + +CAB14617.1 +CAB14618.1 +CAB14619.1 +CAB14620.1 +CAB14621.1 +CAB14622.1 +CAB14623.1 + +CCQ48602.1 +SOX90582.1 +CAB14624.1 +CAB14625.1 +CAB14626.2 +CAB14627.1 +CAB14628.1 +CAB14629.2 +CAB14630.1 +CAB14631.1 +CAB14632.2 +CAB14633.2 +CAB14634.2 +SOX90583.1 +CAB14635.1 +CAB14636.1 +CAB14637.1 +CAB14638.2 +CAB14639.1 +CAB14640.1 +CAB14642.2 +CAX52671.1 +CAB14643.2 +CAB14644.2 +CAB14645.1 +SOX90584.1 +CAB14646.1 +CAB14647.1 +CAB14648.1 +CAB14649.1 +CAB14650.2 +SOX90585.1 +CAB14651.2 +CAB14652.1 +CAB14653.1 +CAB14654.1 +CAB14655.1 +CAB14656.1 +CAB14657.1 +CAB14658.1 +CAB14659.1 +CAB14660.1 +SOX90586.1 +CAB14661.1 +CAB14662.1 +CAB14663.1 +CAB14664.1 +CAB14665.1 +CAB14666.1 +CAB14667.1 +CAB14668.1 +CAB14669.1 +CAB14670.1 +CAB14671.1 +CAB14672.1 +CAB14673.1 +CAB14674.1 +CAB14675.1 +CAB14676.1 +CAB14677.1 +CAB14678.1 +CAB14679.1 +CAB14680.1 +CAB14681.1 +CAE01464.1 +CAB14682.1 +CAB14683.1 +CAB14684.1 +CAB14685.1 +CAB14686.1 +CAB14687.1 +CAX52672.1 +CAX52673.1 +CAB14688.1 +CAB14689.1 +CAB14690.1 +CAB14691.3 +CAB14693.2 +CAB14694.2 +CAB14695.1 +CAB14713.3 +CAB14714.1 +CAB14715.1 +CAB14716.1 +CAB14717.1 +CAB14718.2 +CAB14719.2 +CAB14720.1 +CAB14721.1 +CAB14722.1 +CAB14723.1 +CAB14724.2 +CAB14726.1 +CAB14727.1 +CAB14728.1 +CAB14729.1 +CAB14730.2 +CAB14731.1 +CAB14732.1 +CAX52674.1 +CAB14733.2 +CAB14734.1 +CAB14735.1 +CAB14736.2 +CAB14737.1 +CAB14738.2 +CCQ48603.1 +CAB14740.2 +CAX52675.1 +CAB14741.2 +CAB14742.1 +CAB14743.2 +CAB14744.1 +CAB14745.1 +CAB14746.1 +CAB14747.1 +CAB14748.1 +CAB14749.2 +CAB14750.1 +CAB14751.1 +CAB14752.1 +CAB14753.1 +SOX90587.1 +CAB14754.1 +CAB14755.2 +CAB14756.1 +CAB14757.1 +CAB14758.1 +CAB14759.1 +CAB14760.1 +CAB14761.1 +CAB14762.2 +CAB14763.2 +CAB14764.1 +CAB14765.1 +CAB14766.1 +CAB14767.2 +CAB14768.1 +CAB14769.2 +CAX52676.1 +CAB14770.1 +CAB14771.1 +CAB14772.1 +CAB14773.1 +CAB14774.1 +CAB14775.1 +CAB14776.2 +CAB14777.1 +CAB14778.2 +CAB14779.1 +CAB14780.1 +CAB14781.1 +CAB14782.2 +CAB14783.1 +CAB14784.2 +CAB14785.1 +CAB14786.1 +CAB14787.2 +CAB14788.1 +CAB14789.1 +CAB14790.2 +CAB14791.1 +CAB14792.1 +CAB14793.1 +CAB14794.3 +CAB14795.2 +CAB14796.1 +CAB14797.1 +CAB14798.1 +CAB14799.2 +CAB14800.1 +CAB14801.2 +CAB14802.1 +CAB14803.1 +CAB14804.2 +CAB14805.1 +CAB14806.1 +CAB14807.1 +SOX90588.1 +CAB14809.2 +CAB14810.1 + +CAB14811.2 +CAB14812.1 +CAB14813.1 +CAB14814.1 +CAB14815.1 +CAB14816.1 +CAB14817.1 +CAB14818.1 +CAB14819.1 +CAB14820.1 +CAB14821.1 +CAB14822.1 +CAB14823.1 +CAB14824.1 +SOX90590.1 +CAB14825.1 +CAB14826.1 +CAB14827.2 +CAB14828.1 +CAB14829.1 +CAB14830.1 +SOX90591.1 +CAB14831.2 +CAB14832.2 +CAB14833.2 +CAB14834.1 +CAB14835.2 +CAB14836.1 +CAB14837.1 +CAB14838.1 +CAB14839.1 +CAB14840.2 +CAB14841.2 +CAB14842.1 +CAB14843.1 +CAB14844.1 +CAB14845.1 +CAB14846.1 +CAB14847.1 +CAB14849.2 +CAB14850.1 +CAB14851.1 +CAB14852.1 +CAB14853.1 +CAB14854.2 +CAB14855.1 +CAB14856.2 +CAB14857.1 +CAB14858.1 +CAB14859.1 +CAB14860.1 +CAB14861.2 +CAB14862.1 +CAB14863.1 +CAB14864.1 +CAB14865.1 +CAB14866.1 +CAB14867.2 +CAB14868.2 +CAB14869.1 +CAB14870.1 +CAB14871.2 +CAB14872.1 +CAB14873.1 +CAB14874.1 +CAB14875.1 +CAB14876.1 +CAB14877.1 +CAB14878.1 +CAB14879.1 +CAB14880.1 +CAB14881.2 +CAB14882.1 +CAB14883.1 +CAX52677.1 +CAB14884.3 +CAX52678.1 +CAB14885.1 +CAB14886.1 +CAB14887.1 +CAB14888.1 +CAB14889.1 +CAB14890.1 +CAB14891.1 +CAB14892.1 +CAB14893.1 +CAB14894.1 +CAB14895.1 +CAB14896.1 +CAB14897.1 +CAB14898.1 +CAB14899.1 +CAB14900.1 +CAB14901.2 +CAB14902.1 +CAB14903.3 +CAB14904.1 +CAB14905.1 +CAB14924.1 +CAB14925.1 +SOX90592.1 +CAB14926.1 +CAB14927.1 +CAB14928.1 +CAB14929.1 +CAB14930.1 +CAB14931.1 +CAB14932.1 +CAB14933.1 +CAB14934.2 +CAB14935.1 +CAB14936.2 +CAB14937.1 +CAB14938.1 +CAB14939.1 +CAB14940.1 +CAB14941.1 +CAB14942.2 +CAB14943.1 +CAB14944.1 +CAB14945.1 +CAB14946.1 +CAB14947.1 +CAB14948.1 +CAB14949.1 +CAB14950.1 +CAB14951.1 +CAB14952.1 +CAB14953.1 +CAB14954.1 +CAB14955.2 +CAB14956.2 +CAB14957.1 +CAB14959.2 +CAB14960.1 +CAB14961.1 +CAB14962.1 +SOX90593.1 +CAB14963.1 +CAB14964.1 +CAB14965.1 +CAB14966.1 +CAB14967.1 +CAB14968.1 +CAB14969.1 +CAB14970.2 +CAB14971.2 +CAB14972.1 +CAB14973.1 +CAB14974.1 +CAB14975.1 +CAB14976.1 +CAB14977.1 +CAB14978.1 +CAB14979.1 +CAB14980.1 +CAB14982.2 +CAB14983.1 +CAB14984.2 +CAB14985.1 +CAB14986.1 +CAB14987.1 +CAB14988.1 +CAB14989.2 +CAB14990.3 +CAB14992.2 +CAB14993.1 +CAB14994.3 +CAB14995.1 +CAB14996.2 +CAB14997.1 +CAB14998.1 +CAB14999.1 +CAB15000.1 +CAB15001.1 +CAB15002.3 +CAB15003.1 +CAB15004.1 +CAB15005.1 +CAB15006.1 +CAB15007.1 +CAB15008.1 +CAB15009.2 +CAB15010.1 +CAB15011.3 +CAB15012.1 +CAB15013.1 +CAB15014.2 +CAB15015.1 +CAB15016.1 +CAB15017.1 +CAB15018.1 +CAB15019.1 +CAB15020.1 +CAB15021.1 +CAB15022.1 +CAB15023.1 +CAB15024.1 +CCQ48604.2 +CAB15025.1 +CAB15026.1 +CAB15027.1 +CAB15028.1 +CAB15029.1 +CAB15030.1 +CAB15031.1 +CAB15032.1 +CAB15033.1 +CAB15034.2 +CAB15035.1 +CAB15036.1 +CAB15037.2 +CAB15039.1 +CAB15040.1 +CAB15041.1 +CAB15042.1 +CAB15043.1 +CAX52680.1 +CAB15044.1 +CAB15045.1 +CAB15046.1 +CAB15047.1 +CAB15048.1 +CAB15049.2 +CAB15050.1 +CAX52681.1 +CAB15052.1 +CAB15053.1 +CAB15054.1 +CAB15055.1 +CAB15056.1 +CAB15057.1 +CAB15058.1 +CAB15059.1 +CAB15060.1 +CAB15061.1 +CAB15062.2 +CAB15063.1 +CAB15064.1 +CAB15065.1 +CAB15066.1 +CAB15067.1 +CAB15068.1 +CAB15069.1 +CAB15070.1 +CAB15071.1 +CAB15072.1 +CAB15073.1 +CAB15074.1 +CAB15075.1 +CAB15076.1 +CAB15077.1 +CAB15078.1 +CAB15079.1 +CAB15080.1 +CAB15081.1 +CAB15082.1 +CAB15083.2 +CAB15084.1 +CAB15085.1 +CAB15086.1 +CAB15087.1 +CAB15088.1 +CAB15089.1 +CAB15090.1 +CAB15091.1 +CAB15092.1 +CAB15093.1 +CAB15094.1 +CAB15095.1 +CAB15096.1 +CAB15097.1 +CAB15098.1 +CAB15099.1 +CAB15100.1 +CAB15101.1 +CAB15102.2 +CAB15103.1 +CAB15104.2 +CAB15105.1 +CAX52682.1 +CAB15106.2 +SOX90594.1 +CAB15118.2 +CAB15119.2 +CAB15120.1 +CAX52683.1 +CAX52684.1 +CAB15121.3 +CAB15122.1 +CAB15123.1 +CAB15124.2 +CAB15125.1 +CAB15126.1 +CAB15127.1 +CAB15128.1 +CAB15129.2 +CAB15130.1 +CAB15131.1 +CAB15132.2 +CAB15133.1 +CAB15134.2 +CAB15135.1 +CAB15136.1 +CAB15137.2 +CAB15138.2 +CAB15139.1 +CAB15140.2 +CAB15141.1 +CAB15142.1 +CAB15143.2 +CAB15144.1 +CAB15145.1 +CAB15146.1 +CAB15147.1 +CAB15148.1 +CAB15149.2 +CAB15150.1 +CAB15151.2 +CAB15152.3 +CAE01465.2 +CAB15153.2 +CAB15154.1 +CAB15155.2 +CAB15156.1 +CAB15157.2 +CAB15158.1 +CAB15159.2 +CAB15160.1 +SOX90595.1 +CAB15161.2 +CAB15162.1 +CAB15163.1 +CAB15164.1 +CAB15165.1 +CAB15166.1 +CAB15167.1 +CAB15168.1 +CAB15169.1 +CAB15170.1 +CAB15171.1 +CAB15172.1 +CAB15173.1 +CAB15174.1 +CAB15176.2 +CAB15177.1 +CAB15178.1 +CAB15179.2 +CAB15180.2 +CAB15181.1 +CAB15183.2 +CAX52685.1 +CAB15186.3 +CAB15187.1 +CAB15188.1 +CAB15189.2 +CAB15190.2 +CAB15191.2 +CAB15192.1 +CAB15193.1 +CAB15194.1 +CAB15195.1 +CAB15196.1 +CAB15197.1 +CAB15198.1 +CAB15199.1 +CAB15200.1 +CAB15201.2 +CAB15202.1 +CAB15203.2 +CAB15204.2 +CAB15205.1 +CAB15206.1 +CAB15207.1 +CAB15208.1 +CAB15209.1 +CAB15210.2 +CAB15211.1 +CAB15212.1 +CAB15213.2 +CAB15214.1 +CAB15215.1 +CAB15216.1 +CAB15217.1 +CAB15218.1 +CAB15219.1 +CAB15220.1 +CAB15221.2 +CAB15222.1 +CAB15223.2 +CAB15224.2 +CAB15225.1 +CAB15226.1 +CAB15227.1 +CAB15228.1 +CAB15229.2 +CAB15230.1 +CAB15231.1 +CAB15232.1 +CAB15233.1 +CAB15234.1 +CAB15235.1 +CAB15236.2 +CAX52686.1 +CAB15237.1 +CAB15238.1 +CAB15239.1 +CAB15240.2 +CAB15241.1 +CAB15242.1 +CAB15243.1 +SOX90596.1 +CAB15244.1 +CAB15245.1 +CAB15246.1 +CAB15247.1 +CAB15248.1 +CAB15249.1 +CAB15250.1 +CAB15251.1 +CAB15252.1 +CAB15253.1 +CAE01466.1 +CAB15254.1 +CAB15255.1 +CAX52687.1 +CAB15256.1 +CAB15257.1 +CAB15258.1 +CAB15259.1 +CAB15260.1 +CAX52688.1 +CAB15261.1 +CAB15262.1 +CAB15263.1 +CAB15264.1 +CAB15265.1 +CAB15266.1 +CAB15267.1 +CAB15268.1 +CAB15269.1 +CAB15270.1 +CAB15271.1 +CAB15272.1 +CAB15273.2 +CAX52689.1 +CAB15274.1 +CAX52690.1 +CAB15275.1 +CAB15276.1 +CAB15277.1 +CAB15278.1 +CAB15279.1 +CAB15280.1 +CAB15281.1 +CAB15282.1 +CAB15283.1 +CAB15284.1 + + +CAB15287.1 +CAB15288.1 +CAB15290.2 +CAB15291.1 +CAB15292.2 +CAX52691.1 +CAB15293.1 +CAB15294.1 +CAX52692.1 +CAB15295.2 +CAB15296.1 +CAB15297.1 +CAB15298.1 +CAB15299.1 +CAB15300.1 +CAB15301.2 +CAB15302.1 +CAB15303.1 +CAB15304.1 +CAB15305.2 +CAB15306.1 +CAB15307.1 +CAB15308.1 +CAB15309.1 +CAB15310.1 +CAB15311.2 +CAB15312.2 +CAX52693.1 +CAB15313.2 +CAX52694.1 +CAB15314.1 +CAB15315.1 +CAB15317.3 +CAB15318.2 +CAB15319.1 +CAB15335.1 +CAB15336.1 +CAB15337.1 +CAB15338.1 +CAB15339.1 +CAE01467.1 +CAB15340.1 +CAB15341.1 +CAB15342.1 +CAB15343.1 +CAB15344.3 +CAB15345.1 +CAB15346.1 +CAB15347.1 +CAB15348.1 +CAB15349.1 +CAB15350.1 +CAB15351.1 +CAB15352.1 +CAB15353.1 +CAB15354.3 +CAB15355.2 +CAB15356.1 +CAB15357.1 +CAB15358.1 +CAB15359.1 +CAB15360.1 +CAB15361.1 +CAB15362.1 +CAB15363.1 +CAB15364.1 +CAB15365.1 +CAB15366.1 +CAB15367.2 +CAB15368.1 +CAB15369.1 +CAB15370.1 +CAB15371.1 +CAB15372.1 +CAB15373.2 +CAB15374.1 +CAB15375.1 +CAB15376.1 +CAB15377.1 +CAB15378.1 +CAB15379.2 +CAB15380.1 +CAB15381.1 +CAB15382.1 +CAB15383.1 +CAB15384.1 +CAB15385.1 +CAB15386.1 +CAB15387.1 +CAB15388.1 +CAB15389.1 +CAB15390.1 +CAB15391.1 +CAB15392.1 +CAB15393.1 +CAB15394.1 +CAB15395.1 +CAB15396.1 +CAB15397.1 +CAB15398.1 +CAB15399.1 +CAB15400.1 +CAB15401.1 +CAB15402.2 +CAB15403.1 +CAB15404.1 +CAB15405.1 +CAB15406.1 +CAB15407.1 +CAB15408.1 +CAB15409.1 +CAB15410.1 +CAB15411.1 +CAB15412.2 +CAB15413.1 +CAB15414.1 +CAB15415.1 +CAB15416.1 +CAB15417.2 +CAB15418.1 +CAB15419.1 +CAB15420.1 +CAB15421.1 +CAB15422.1 +CAB15423.2 +CAB15424.1 +CAB15425.1 +CAB15426.1 +CAB15427.1 +CAB15428.2 +CAB15429.1 +CAB15430.1 +CAX52695.1 +CAB15433.1 +CAB15434.1 +CAB15435.1 +CAB15436.1 +CAB15437.1 +CAB15438.2 +CAB15439.1 +CAB15440.1 +CAB15441.1 +CAB15442.1 +CAB15443.1 +CAB15444.1 +SOX90597.1 +CAB15445.1 + + +CAB15448.1 +CAB15449.1 +CAB15450.1 +CAB15451.1 +CAB15452.1 +CAB15453.2 +CAB15454.1 +CAB15455.1 +CAB15456.1 +CAB15457.1 +CAB15458.1 +CAB15459.1 +CAB15460.1 +CAB15461.1 +CAB15462.1 +CAB15463.1 +CAB15464.1 +CAB15465.1 +CAB15466.1 +CAB15467.1 +CAB15468.1 +CAB15469.1 +CAB15470.1 +CAB15471.1 +CAB15472.1 +CAB15473.1 +CAB15474.1 +CAB15475.1 +CAB15476.1 +CAB15477.1 +CAX52696.1 +CAB15478.1 +CAB15479.1 +CAB15480.1 +CAB15481.2 +CAB15482.1 +CAB15483.1 +CAB15484.1 +CAB15485.1 +CAB15486.1 +CAB15487.1 +CAB15488.1 +CAB15489.1 +CAB15490.1 +CAB15491.1 +CAB15492.1 +CAB15493.1 +CAB15494.1 +CAB15495.1 +CAB15496.1 +CAB15497.1 +CAB15498.1 +CAB15499.1 +CAB15500.1 +CAB15501.1 +CAB15502.1 +CAB15503.1 +CAB15504.1 +CAB15505.1 +CAB15506.1 +CAB15507.1 +CAB15508.1 +CAB15509.1 +CAB15510.1 +CAB15511.1 +CAB15512.1 +CAB15513.1 +CAB15514.1 +CAB15515.1 +CAB15516.1 +CAB15517.1 +CAB15518.1 +CAB15519.1 + +CAB15533.1 +CAB15534.1 +CAB15535.1 +CAB15536.1 +CAB15537.1 +CAB15538.1 +CAB15539.1 + + +CAB15541.1 +CAB15542.1 +CAB15543.1 +CAB15544.1 +CAB15545.2 +CAB15546.1 +CAB15547.1 +CAB15548.1 +CAX52698.1 +CAB15549.1 +CAB15550.1 +CAB15551.1 +CAB15552.1 +CAB15553.1 +CAB15554.1 +CAB15555.1 +CAB15556.1 +CAB15557.1 +CAB15558.1 +CAB15559.1 +CAB15560.1 +CAB15561.1 +CAB15562.2 +CAB15563.1 +CAB15564.1 +CAB15565.1 +CAB15566.1 +CAB15567.1 +CAB15568.1 +CAB15569.1 +CAB15570.1 +CAB15571.1 +CAB15572.1 +CAB15573.1 +CAB15574.1 +CAB15575.1 +CAB15576.1 +CAB15577.1 + + +CAB15579.1 +CAB15580.1 +CAB15581.1 +CAB15582.1 +CAB15583.1 +CAB15584.1 +SOX90598.1 + +CAB15585.1 + + + +CAB15587.1 +CAB15588.1 +CAB15589.1 +CAB15590.1 +CAB15591.1 +CAB15592.1 +CAB15593.1 +CAB15594.1 +CAB15595.1 +CAB15596.1 +CAB15597.2 +CAB15598.2 +CAB15599.1 +CAB15600.2 +CAB15601.3 +CAB15602.1 +CAB15603.1 +CAB15604.1 +CAB15605.1 +CAB15606.1 +CAB15607.2 +CAB15608.1 +CAB15609.1 +CAB15610.1 +CAB15611.1 +CAB15612.1 +CAB15613.1 +CAB15614.1 +CAB15615.1 +CAB15616.1 +CAB15617.1 +CAB15618.2 +CAB15619.1 +CAB15620.1 +CAB15621.1 +CAB15622.1 +CAB15623.1 +CAB15624.1 +SOX90599.1 +CAB15625.1 +CAB15626.1 +CAB15627.1 +CAB15628.1 +CAB15629.1 +CAB15630.1 +CAB15631.1 +CAB15632.1 +CAB15633.1 +CAB15634.2 +CAB15635.1 +CAB15636.1 +CAB15637.1 +CAB15638.1 +SOX90600.1 +CAB15639.1 +CAB15640.1 +CAB15641.1 +CAB15642.1 +CAB15643.1 +CAX52703.1 +CAB15644.2 +CAB15645.1 +CAB15646.1 +CAB15647.1 +CAB15648.2 +CAB15649.1 +CAB15650.1 +CAB15651.1 +CAB15652.1 +CAB15653.1 +CAB15654.2 +CAB15655.1 +CAB15656.2 +CAB15657.1 +CAB15658.2 +CAB15659.1 +CAB15660.1 +CAB15661.1 +CAB15662.1 +CAB15663.1 +CAB15664.1 +CAB15665.1 +CAB15666.2 + +CAB15667.1 +CAB15668.1 +CAB15669.1 +CAB15670.1 +CAB15671.1 +CAB15672.1 +CAB15673.1 +CAB15674.1 +SOX90601.1 +CAB15675.1 +CAB15676.1 +CAB15677.1 +CAB15678.1 +CAB15679.1 +CAB15680.1 +CAB15681.1 +CAB15682.1 +CAB15683.1 +CAX52704.1 + +CAB15684.1 +CAB15685.4 +CAB15686.1 +CAB15687.1 +CAB15688.1 +CAB15689.1 +CAB15690.1 +SOX90602.1 +CAB15691.1 +CAB15692.1 +CAB15693.1 +CAB15694.1 +CAB15695.1 +CAB15696.1 +CAB15697.1 +CAB15698.1 +CAB15699.1 +CAB15700.1 +CAB15701.1 +CAB15702.1 +CAB15703.1 +CAB15704.1 +CAB15705.1 +CAB15706.1 +CAB15707.1 +CAB15708.1 +CAB15709.1 +CAB15710.1 +CAB15711.1 +CAB15712.1 +CAB15713.1 +CAB15714.1 +CAB15715.1 +CAB15716.1 +CAB15717.1 +CAB15718.1 +CAB15719.1 +CAB15720.1 +CAB15721.1 +CAB15722.1 +CAB15723.1 +CAB15724.1 +CAB15725.2 +CCQ48606.1 +CAB15726.1 +CAB15727.2 +CAB15728.3 +CAB15729.1 +CAB15730.1 +CAB15731.1 +CAB15743.1 +CAB15744.1 +CAB15745.1 +CAB15746.1 +CAB15747.1 +CAB15748.1 +CAB15749.1 +CAB15750.1 +CAB15751.1 +CAB15752.1 +CAB15753.1 +CAB15754.1 +CAB15755.1 +CAB15756.2 +CAB15757.1 +CAB15758.1 +CAB15759.1 +CAB15760.2 +CAB15761.1 +CAB15762.1 +CAB15763.1 +CAE01468.1 +CAB15764.1 +CAB15765.1 +CAB15766.1 +CAB15767.1 +CAB15768.1 +CAB15769.1 +CAB15770.1 +CAB15771.1 +CAB15772.1 +CAB15773.1 +CAB15774.1 +CAB15775.1 +CAB15776.1 +CAB15777.1 +CAB15778.2 +CAB15779.1 +CAB15780.1 +CAB15781.1 +CAB15782.1 +CAB15783.2 +SOX90603.1 +CAB15784.1 +CAB15785.1 +CAB15786.1 +CAB15787.1 +CAB15788.1 +CAB15789.1 +CAB15790.1 +CAB15791.1 +CAB15792.1 +CAB15793.1 +CAB15794.1 +CAB15795.1 +CAB15796.1 +CAB15797.1 +CAB15798.1 +CAB15799.2 +CAB15800.1 +CAB15801.1 +CAB15802.1 +CAB15803.1 +CAB15804.1 +CAB15805.1 +CAB15806.2 +CAB15807.1 +CAE01469.1 +CAB15808.3 +CAB15809.1 +CAB15810.1 +CAB15811.1 +CAB15812.2 +CAB15813.1 +CAB15814.1 +CAB15815.1 +CAB15816.2 +CAB15817.1 +CAB15818.1 +CAB15819.2 +CAB15820.2 +CAB15821.3 +CAB15822.2 +CAB15823.1 +CAB15824.1 +CAB15825.1 +CAB15826.2 +CAX52706.1 +CAB15828.1 +CAB15829.1 +CAB15830.2 +CAB15831.3 +CAB15832.1 +CAB15833.1 +CAB15834.2 +CAB15835.1 +CAB15836.1 +CAB15837.1 +CAB15838.1 +CAB15839.1 +CAB15840.1 +CAB15841.1 +CAB15842.1 +CAB15843.2 +CAB15844.2 +CAB15845.2 +CAB15846.1 +CAB15847.1 +CAB15848.2 +CAX52707.1 +CAB15849.1 +CAB15850.2 +CAB15851.1 +CAB15852.1 +CAB15853.1 +CAB15854.2 +CAB15855.1 +CAB15856.1 +CAB15857.1 +CAB15858.1 +CAB15859.2 +CAB15860.1 +CAB15861.1 +CAB15862.1 +CAB15863.1 +CAB15864.1 +CAB15865.1 +CAB15866.1 +CAB15867.1 +CAB15868.1 +CAB15869.1 +CAB15870.1 +CAB15871.1 +CAB15872.1 +CAB15873.1 +CAB15874.1 +CAB15875.1 +SOX90604.1 +CAX52708.1 +CAB15876.1 +CAB15877.1 +CAB15878.1 +CAB15879.1 +CAB15880.2 +CAB15881.2 +CAB15882.1 +CAB15883.1 +CAB15884.1 +CAB15885.1 +CAB15886.1 +CAB15887.1 +CAB15888.1 +CAB15889.1 +CAB15890.1 +CAB15891.2 +CAB15892.1 +CAB15893.1 +CAB15894.1 +CAB15895.1 +CAB15896.1 +CAB15897.1 +CAB15898.1 +CAB15899.1 +CAB15900.1 +CAB15901.1 +CAB15902.1 +CAB15903.1 +CAB15904.1 +CAB15905.1 +CAB15906.1 +CAB15907.1 +CAB15908.1 +CAB15909.1 +CAB15910.1 +CAB15911.2 +CAB15912.1 +CAB15913.1 +CAB15914.1 +CAB15915.1 +CAB15916.1 +CAB15917.1 +CAB15918.1 +CAB15919.1 +CAB15920.1 +CAB15921.2 +CAB15922.3 +CAB15923.2 +CAB15924.1 +CAB15925.1 +CAB15926.3 +CAB15927.1 +CAB15928.2 + + +CAB15930.2 +CAB15931.2 +CAB15932.2 +CAB15943.1 +CAB15944.2 +CAB15945.1 +CAB15946.1 +CAB15947.2 +CAB15948.2 + +CAX52711.1 +CAB15950.1 +CAB15951.1 +CAB15952.1 +CAB15953.1 +CAB15954.1 +CAB15955.1 +CAB15956.1 +CAB15957.1 +CAB15958.1 +CAB15959.2 +CAB15960.1 +CAB15961.1 +CAB15962.2 +CAB15963.2 +CAB15964.1 +CAB15965.1 +CAB15966.2 +CAB15967.1 +CAB15968.1 +CAB15969.2 +CAX52712.1 +CAB15970.2 +CAB15971.1 +CAB15972.1 +CAB15973.1 +CAB15974.1 +CAB15975.2 +CAB15976.2 +CAB15977.2 +CAB15978.2 +CAB15979.1 +CAB15980.2 +CAB15981.1 +CAB15982.2 +CAB15983.2 +CAB15984.1 +CAB15985.1 +CAB15986.1 +CAB15987.2 +CAB15988.1 +CAB15989.2 +CAB15990.2 +CAB15991.1 +CAB15992.1 +CAB15993.1 +CAB15994.1 +CAB15995.2 +CAB15996.2 +CAB15997.2 +CAB15998.1 +CAB15999.2 +CAB16000.2 +CAB16001.1 +CAB16002.1 +CAB16003.1 +CAB16004.1 +CAB16005.1 +CAB16006.2 +CAB16007.2 +CAB16008.1 +CAB16009.2 +CAB16010.1 +CAB16011.2 +CAB16012.1 +CAB16013.1 +CAB16014.1 +CAB16015.1 +CAB16016.1 +CAB16017.1 +CAB16018.1 +CAB16019.1 +CAB16020.2 +CAB16021.1 +CAB16022.2 +CAB16023.2 +CAB16024.1 +CAB16025.1 +CAB16026.1 +CAB16027.1 +CAB16028.2 +CAB16029.2 +CAB16030.2 +CAB16032.2 +CAB16033.1 +CAB16034.2 +CAB16035.2 +CAB16036.2 +CAB16037.2 +CAB16038.1 +CAX52713.1 +CAB16039.3 +CAB16040.3 +CAB16041.2 +CAB16042.1 +CAB16043.1 +CAB16044.1 +CAB16045.1 +CAB16046.1 +CAB16047.1 +CAB16048.1 +CAB16049.1 +CAB16050.1 +CAX52714.1 +CAB16051.1 +CAB16052.1 +CAB16053.2 +CAB16054.1 +CAB16055.1 +CAB16056.2 +CAB16057.1 +CAB16058.1 +CAB16059.1 +CAB16060.1 +CAX52715.1 +CAB16061.1 +CAB16062.1 +CAX52716.1 +CAB16063.1 +CAB16064.2 +CAB16065.1 +CAB16066.1 +CAB16067.1 +CAB16068.1 +CAB16069.1 +CAB16070.1 +CAB16071.1 +CAB16072.1 + +SOX90605.1 +CAB16073.1 +CAB16074.2 +CAB16075.1 +CAB16076.1 +CAB16077.1 +CAB16078.1 +CAB16079.1 +CAB16080.1 +CAB16081.2 +CAB16082.1 +CAB16083.1 +CAB16084.1 +CAB16085.1 +CAB16086.2 +CAB16087.1 +CAB16088.1 +CAB16089.1 +CAX52718.1 +CAB16090.1 +CAB16091.1 +CAB16092.1 +CAB16093.1 +CAB16094.1 + + +SOX90606.1 + + +CAB16095.1 +CAB16096.1 +CAB16097.1 +CAB16098.1 +CAB16099.1 +CAB16100.1 +CAB16101.1 +CAB16102.1 +CAB16103.1 +CAB16104.2 +CAB16105.1 +CAB16106.1 +CAB16107.1 +CAB16108.1 +CAB16109.1 +CAB16110.1 +CAB16111.1 +CAB16112.1 +CAB16113.1 +CAB16114.1 +CAB16115.1 +CAB16116.1 +CAB16117.1 +CAB16118.1 +CAB16119.1 +CAB16120.1 +CAB16121.2 +CAB16122.1 +CAB16123.1 +CAB16124.1 +CAB16125.1 +CAB16126.2 +CAB16127.1 +CAB16128.1 +CAB16129.1 +CAB16130.1 +CAX52723.1 +CAB16131.1 +CAB16132.1 +CAB16133.1 +CAB16134.1 +CAB16135.2 +CAB16136.1 +CAB16137.1 +CAB16138.1 +CAB16139.1 +CAB16140.1 +CAB16141.1 +CAB16142.1 +CAB16143.1 diff --git a/data/external/uniprot_mapping.tsv b/data/external/uniprot_mapping.tsv new file mode 100644 index 00000000..dc0b5446 --- /dev/null +++ b/data/external/uniprot_mapping.tsv @@ -0,0 +1,4222 @@ +From Entry Reviewed Entry Name Protein names Gene Names Organism Length +CAB11777.1 P05648 reviewed DNAA_BACSU Chromosomal replication initiator protein DnaA dnaA dnaH BSU00010 Bacillus subtilis (strain 168) 446 +CAB11778.1 P05649 reviewed DPO3B_BACSU Beta sliding clamp (Beta clamp) (Sliding clamp) (Beta-clamp processivity factor) (DNA polymerase III beta sliding clamp subunit) (DNA polymerase III subunit beta) dnaN dnaG BSU00020 Bacillus subtilis (strain 168) 378 +CAB11779.1 P05650 reviewed RLBA_BACSU Probable ribosome maturation protein RlbA rlbA yaaA BSU00030 Bacillus subtilis (strain 168) 71 +CAB11780.1 P05651 reviewed RECF_BACSU DNA replication and repair protein RecF recF BSU00040 Bacillus subtilis (strain 168) 370 +CAB11781.2 P37525 reviewed REMB_BACSU Extracellular matrix regulatory protein B (Regulator of the extracellular matrix B) remB yaaB BSU00050 Bacillus subtilis (strain 168) 81 +CAB11782.1 P05652 reviewed GYRB_BACSU DNA gyrase subunit B (EC 5.6.2.2) gyrB novA BSU00060 Bacillus subtilis (strain 168) 638 +CAB11783.1 P05653 reviewed GYRA_BACSU DNA gyrase subunit A (EC 5.6.2.2) gyrA cafB nalA BSU00070 Bacillus subtilis (strain 168) 821 +CAB11784.1 P37526 reviewed YAAC_BACSU Uncharacterized protein YaaC yaaC BSU00080 Bacillus subtilis (strain 168) 315 +CAB11785.1 P21879 reviewed IMDH_BACSU Inosine-5'-monophosphate dehydrogenase (IMP dehydrogenase) (IMPD) (IMPDH) (EC 1.1.1.205) (Superoxide-inducible protein 12) (SOI12) guaB gnaB BSU00090 Bacillus subtilis (strain 168) 488 +CAB11786.1 P08750 reviewed DACA_BACSU D-alanyl-D-alanine carboxypeptidase DacA (CPase) (DD-carboxypeptidase) (DD-peptidase) (EC 3.4.16.4) (Penicillin-binding protein 5) (PBP-5) dacA BSU00100 Bacillus subtilis (strain 168) 443 +CAB11787.1 P37527 reviewed PDXS_BACSU Pyridoxal 5'-phosphate synthase subunit PdxS (PLP synthase subunit PdxS) (EC 4.3.3.6) (Pdx1) (Superoxide-inducible protein 7) (SOI7) pdxS yaaD BSU00110 Bacillus subtilis (strain 168) 294 +CAB11788.1 P37528 reviewed PDXT_BACSU Pyridoxal 5'-phosphate synthase subunit PdxT (EC 4.3.3.6) (Pdx2) (Pyridoxal 5'-phosphate synthase glutaminase subunit) (EC 3.5.1.2) pdxT yaaE BSU00120 Bacillus subtilis (strain 168) 196 +CAB11789.1 P37464 reviewed SYS_BACSU Serine--tRNA ligase (EC 6.1.1.11) (Seryl-tRNA synthetase) (SerRS) (Seryl-tRNA(Ser/Sec) synthetase) serS BSU00130 Bacillus subtilis (strain 168) 425 +CAB11790.1 P37529 reviewed DCK_BACSU Deoxyadenosine/deoxycytidine kinase (dAK/dCK) (EC 2.7.1.74) (EC 2.7.1.76) dck dak yaaF BSU00140 Bacillus subtilis (strain 168) 217 +CAB11791.1 P37530 reviewed DGK_BACSU Deoxyguanosine kinase (DGUO kinase) (dGK) (EC 2.7.1.113) dgk yaaG BSU00150 Bacillus subtilis (strain 168) 207 +CAB11792.1 P37531 reviewed SLEL_BACSU Cortical fragment-lytic enzyme (CFLE) (EC 3.2.1.-) (Spore germination protein) (Spore peptidoglycan N-acetylglucosaminidase) sleL yaaH BSU00160 Bacillus subtilis (strain 168) 431 +CAB11793.1 P37532 reviewed YAAI_BACSU Uncharacterized isochorismatase family protein YaaI (EC 3.-.-.-) yaaI BSU00170 Bacillus subtilis (strain 168) 181 +CAB11794.1 P21335 reviewed TADA_BACSU tRNA-specific adenosine deaminase (EC 3.5.4.33) tadA yaaJ BSU00180 Bacillus subtilis (strain 168) 161 +CAB11795.2 P09122 reviewed DPO3X_BACSU DNA polymerase III subunit gamma/tau (EC 2.7.7.7) dnaX dnaH BSU00190 Bacillus subtilis (strain 168) 563 +CAB11796.1 P24281 reviewed YAAK_BACSU Nucleoid-associated protein YaaK yaaK BSU00200 Bacillus subtilis (strain 168) 107 +CAB11797.1 P24277 reviewed RECR_BACSU Recombination protein RecR recR recD recM BSU00210 Bacillus subtilis (strain 168) 198 +CAB11798.1 P37533 reviewed YAAL_BACSU Uncharacterized protein YaaL yaaL BSU00220 Bacillus subtilis (strain 168) 74 +CAB11799.2 P24282 reviewed BOFA_BACSU Sigma-K factor-processing regulatory protein BofA (Bypass-of-forespore protein A) bofA BSU00230 Bacillus subtilis (strain 168) 87 +CAB11800.1 P37534 reviewed GIN_BACSU Anti-sigma-G factor Gin (Protein CsfB) csfB gin yaaM BSU00240 Bacillus subtilis (strain 168) 64 +CAB11801.1 P37467 reviewed XPAC_BACSU Protein XpaC xpaC BSU00250 Bacillus subtilis (strain 168) 204 +CAB11802.1 P37535 reviewed YAAN_BACSU Uncharacterized protein YaaN yaaN BSU00260 Bacillus subtilis (strain 168) 386 +CAB11803.1 P37536 reviewed YAAO_BACSU Uncharacterized protein YaaO yaaO BSU00270 Bacillus subtilis (strain 168) 480 +CAB11804.2 P37537 reviewed KTHY_BACSU Thymidylate kinase (EC 2.7.4.9) (dTMP kinase) tmk yaaP BSU00280 Bacillus subtilis (strain 168) 212 +CAB11805.1 P37538 reviewed DARA_BACSU Cyclic di-AMP receptor A (c-di-AMP receptor A) (PII-like signal transduction protein DarA) darA yaaQ BSU00290 Bacillus subtilis (strain 168) 109 +CAB11806.1 P37539 reviewed YAAR_BACSU Uncharacterized protein YaaR yaaR BSU00300 Bacillus subtilis (strain 168) 146 +CAB11807.1 P37540 reviewed HOLB_BACSU DNA polymerase III subunit delta' (EC 2.7.7.7) holB yaaS BSU00310 Bacillus subtilis (strain 168) 329 +CAB11808.1 P37541 reviewed YAAT_BACSU Stage 0 sporulation protein YaaT yaaT BSU00320 Bacillus subtilis (strain 168) 275 +CAB11809.1 P37542 reviewed YABA_BACSU Initiation-control protein YabA yabA BSU00330 Bacillus subtilis (strain 168) 119 +CAB11810.1 P37543 reviewed YABB_BACSU Probable RNA methyltransferase YabB yabB BSU00340 Bacillus subtilis (strain 168) 247 +CAB11811.1 O31414 reviewed YAZA_BACSU UPF0213 protein YazA yazA BSU00350 Bacillus subtilis (strain 168) 99 +CAB11812.1 P37544 reviewed RSMI_BACSU Ribosomal RNA small subunit methyltransferase I (EC 2.1.1.198) (16S rRNA 2'-O-ribose C1402 methyltransferase) (rRNA (cytidine-2'-O-)-methyltransferase RsmI) rsmI yabC BSU00360 Bacillus subtilis (strain 168) 292 +CAB11813.1 P08874 reviewed ABRB_BACSU Transition state regulatory protein AbrB abrB cpsX BSU00370 Bacillus subtilis (strain 168) 96 +CAB11814.1 P37465 reviewed SYM_BACSU Methionine--tRNA ligase (EC 6.1.1.10) (Methionyl-tRNA synthetase) (MetRS) metG metS BSU00380 Bacillus subtilis (strain 168) 664 +CAB11815.1 P37545 reviewed YABD_BACSU Uncharacterized metal-dependent hydrolase YabD (EC 3.1.-.-) yabD BSU00390 Bacillus subtilis (strain 168) 255 +CAB11816.1 P37546 reviewed YABE_BACSU Putative cell wall shaping protein YabE yabE BSU00400 Bacillus subtilis (strain 168) 407 +CAB11817.1 P37547 reviewed RNM5_BACSU Ribonuclease M5 (EC 3.1.26.8) (RNase M5) (Ribosomal RNA terminal maturase M5) rnmV yabF BSU00410 Bacillus subtilis (strain 168) 186 +CAB11818.1 P37468 reviewed RSMA_BACSU Ribosomal RNA small subunit methyltransferase A (EC 2.1.1.182) (16S rRNA (adenine(1518)-N(6)/adenine(1519)-N(6))-dimethyltransferase) (16S rRNA dimethyladenosine transferase) (16S rRNA dimethylase) (S-adenosylmethionine-6-N', N'-adenosyl(rRNA) dimethyltransferase) rsmA ksgA BSU00420 Bacillus subtilis (strain 168) 292 +CAB11819.1 P37548 reviewed YABG_BACSU Sporulation-specific protease YabG (EC 3.4.-.-) yabG BSU00430 Bacillus subtilis (strain 168) 290 +CAB11820.1 P37466 reviewed VEG_BACSU Protein Veg veg BSU00440 Bacillus subtilis (strain 168) 86 +CAB11821.1 P37549 reviewed SSPF_BACSU Protein SspF sspF BSU00450 Bacillus subtilis (strain 168) 61 +CAB11822.1 P37550 reviewed ISPE_BACSU 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase (CMK) (EC 2.7.1.148) (4-(cytidine-5'-diphospho)-2-C-methyl-D-erythritol kinase) ispE ipk yabH BSU00460 Bacillus subtilis (strain 168) 289 +CAB11823.1 P37551 reviewed PURR_BACSU Pur operon repressor purR yabI BSU00470 Bacillus subtilis (strain 168) 285 +CAB11824.1 P37552 reviewed RIDA_BACSU 2-iminobutanoate/2-iminopropanoate deaminase (EC 3.5.99.10) (Enamine/imine deaminase) ridA yabJ BSU00480 Bacillus subtilis (strain 168) 125 +CAB11825.1 P28015 reviewed SP5G_BACSU Putative septation protein SpoVG (Stage V sporulation protein G) spoVG BSU00490 Bacillus subtilis (strain 168) 97 +CAB11826.1 P14192 reviewed GLMU_BACSU Bifunctional protein GlmU [Includes: UDP-N-acetylglucosamine pyrophosphorylase (EC 2.7.7.23) (N-acetylglucosamine-1-phosphate uridyltransferase); Glucosamine-1-phosphate N-acetyltransferase (EC 2.3.1.157)] glmU gcaD tms tms-26 BSU00500 Bacillus subtilis (strain 168) 456 +CAB11827.1 P14193 reviewed KPRS_BACSU Ribose-phosphate pyrophosphokinase (RPPK) (EC 2.7.6.1) (5-phospho-D-ribosyl alpha-1-diphosphate synthase) (Phosphoribosyl diphosphate synthase) (Phosphoribosyl pyrophosphate synthase) (P-Rib-PP synthase) (PPRibP synthase) (PRPP synthase) (PRPPase) prs BSU00510 Bacillus subtilis (strain 168) 317 +CAB11828.1 P14194 reviewed CTC_BACSU General stress protein Ctc (CTC) (50S ribosomal protein L25) (Large ribosomal subunit protein bL25) ctc BSU00520 Bacillus subtilis (strain 168) 204 +CAB11829.1 P37470 reviewed PTH_BACSU Peptidyl-tRNA hydrolase (PTH) (EC 3.1.1.29) (Stage V sporulation protein C) spoVC pth BSU00530 Bacillus subtilis (strain 168) 188 +CAB11830.1 P37553 reviewed FIN_BACSU Anti-sigma-F factor Fin (Suppressor of recU and recB SubA) fin subA yabK BSU00540 Bacillus subtilis (strain 168) 76 +CAB11831.1 P37474 reviewed MFD_BACSU Transcription-repair-coupling factor (TRCF) (EC 3.6.4.-) mfd BSU00550 Bacillus subtilis (strain 168) 1177 +CAB11832.1 P37554 reviewed SPOVT_BACSU Stage V sporulation protein T spoVT yabL BSU00560 Bacillus subtilis (strain 168) 178 +CAB11833.1 P37555 reviewed YABM_BACSU Uncharacterized membrane protein YabM yabM BSU00570 Bacillus subtilis (strain 168) 532 +CAB11834.1 P37556 reviewed YABN_BACSU Uncharacterized protein YabN yabN BSU00580 Bacillus subtilis (strain 168) 489 +CAB11835.1 P37557 reviewed YABO_BACSU Uncharacterized protein YabO yabO BSU00590 Bacillus subtilis (strain 168) 86 +CAB11836.1 P37558 reviewed YABP_BACSU Spore protein YabP yabP BSU00600 Bacillus subtilis (strain 168) 100 +CAB11837.1 P37559 reviewed YABQ_BACSU Spore protein YabQ yabQ BSU00610 Bacillus subtilis (strain 168) 211 +CAB11838.1 P37471 reviewed DIVIC_BACSU Cell division protein DivIC divIC divA BSU00620 Bacillus subtilis (strain 168) 125 +CAB11839.1 P37560 reviewed YABR_BACSU Uncharacterized protein YabR yabR BSU00630 Bacillus subtilis (strain 168) 128 +CAB11840.1 P37475 reviewed SP2E_BACSU Stage II sporulation protein E (EC 3.1.3.16) (Stage II sporulation protein H) spoIIE spoIIH BSU00640 Bacillus subtilis (strain 168) 827 +CAB11841.1 P37561 reviewed YABS_BACSU Uncharacterized protein YabS yabS BSU00650 Bacillus subtilis (strain 168) 245 +CAB11842.2 P37562 reviewed PKN1_BACSU Probable serine/threonine-protein kinase YabT (EC 2.7.11.1) yabT BSU00660 Bacillus subtilis (strain 168) 338 +CAB11843.1 P37563 reviewed TILS_BACSU tRNA(Ile)-lysidine synthase (EC 6.3.4.19) (tRNA(Ile)-2-lysyl-cytidine synthase) (tRNA(Ile)-lysidine synthetase) tilS yacA BSU00670 Bacillus subtilis (strain 168) 472 +CAB11844.1 P37472 reviewed HGPRT_BACSU Hypoxanthine-guanine phosphoribosyltransferase (HGPRT) (HGPRTase) (EC 2.4.2.8) hprT hpt BSU00680 Bacillus subtilis (strain 168) 180 +CAB11845.1 P37476 reviewed FTSH_BACSU ATP-dependent zinc metalloprotease FtsH (EC 3.4.24.-) (Cell division protease FtsH) ftsH BSU00690 Bacillus subtilis (strain 168) 637 +CAB11846.2 P37564 reviewed COAX_BACSU Type III pantothenate kinase (EC 2.7.1.33) (PanK-III) (Pantothenic acid kinase) coaX coaA yacB BSU00700 Bacillus subtilis (strain 168) 258 +CAB11847.1 P37565 reviewed HSLO_BACSU 33 kDa chaperonin (Heat shock protein 33 homolog) (HSP33) hslO yacC BSU00710 Bacillus subtilis (strain 168) 291 +CAB11848.1 P37566 reviewed YACD_BACSU Putative peptidyl-prolyl cis-trans isomerase YacD (PPIase YacD) (EC 5.2.1.8) (Rotamase YacD) yacD BSU00720 Bacillus subtilis (strain 168) 297 +CAB11849.1 P37887 reviewed CYSK_BACSU Cysteine synthase (CSase) (EC 2.5.1.47) (O-acetylserine (thiol)-lyase) (OAS-TL) (Superoxide-inducible protein 11) (SOI11) cysK BSU00730 Bacillus subtilis (strain 168) 308 +CAB11850.1 P28820 reviewed PABB_BACSU Aminodeoxychorismate synthase component 1 (ADC synthase) (ADCS) (EC 2.6.1.85) (4-amino-4-deoxychorismate synthase component 1) pabB pab BSU00740 Bacillus subtilis (strain 168) 470 +CAB11851.1 P28819 reviewed PABA_BACSU Aminodeoxychorismate/anthranilate synthase component 2 (ADC synthase) (ADCS) (EC 2.6.1.85) (EC 4.1.3.27) (4-amino-4-deoxychorismate synthase component 2) (Aminodeoxychorismate synthase, glutamine amidotransferase component) pabA trpG BSU00750 Bacillus subtilis (strain 168) 194 +CAB11852.1 P28821 reviewed PABC_BACSU Aminodeoxychorismate lyase (EC 4.1.3.38) (4-amino-4-deoxychorismate lyase) (ADC lyase) (ADCL) pabC BSU00760 Bacillus subtilis (strain 168) 293 +CAB11853.1 P28822 reviewed DHPS_BACSU Dihydropteroate synthase (DHPS) (EC 2.5.1.15) (Dihydropteroate pyrophosphorylase) sul BSU00770 Bacillus subtilis (strain 168) 285 +CAB11854.1 P28823 reviewed FOLB_BACSU Dihydroneopterin aldolase (DHNA) (EC 4.1.2.25) (7,8-dihydroneopterin aldolase) folB folA yacE BSU00780 Bacillus subtilis (strain 168) 120 +CAB11855.1 P29252 reviewed HPPK_BACSU 2-amino-4-hydroxy-6-hydroxymethyldihydropteridine pyrophosphokinase (EC 2.7.6.3) (6-hydroxymethyl-7,8-dihydropterin pyrophosphokinase) (PPPK) (7,8-dihydro-6-hydroxymethylpterin-pyrophosphokinase) (HPPK) folK BSU00790 Bacillus subtilis (strain 168) 167 +CAB11856.1 O31417 reviewed YAZB_BACSU Uncharacterized HTH-type transcriptional regulator YazB yazB BSU00800 Bacillus subtilis (strain 168) 69 +CAB11857.1 P37567 reviewed DUS1_BACSU Probable tRNA-dihydrouridine synthase 1 (EC 1.3.1.-) dus1 yacF BSU00810 Bacillus subtilis (strain 168) 333 +CAB11858.1 P37477 reviewed SYK_BACSU Lysine--tRNA ligase (EC 6.1.1.6) (Lysyl-tRNA synthetase) (LysRS) lysS BSU00820 Bacillus subtilis (strain 168) 499 +CAB11859.1 P37568 reviewed CTSR_BACSU Transcriptional regulator CtsR (Class three stress gene repressor) ctsR yacG BSU00830 Bacillus subtilis (strain 168) 154 +CAB11860.1 P37569 reviewed MCSA_BACSU Protein-arginine kinase activator protein mcsA yacH BSU00840 Bacillus subtilis (strain 168) 185 +CAB11861.1 P37570 reviewed MCSB_BACSU Protein-arginine kinase (EC 2.7.14.1) mcsB yacI BSU00850 Bacillus subtilis (strain 168) 363 +CAB11862.1 P37571 reviewed CLPC_BACSU Negative regulator of genetic competence ClpC/MecB clpC mecB BSU00860 Bacillus subtilis (strain 168) 810 +CAB11863.1 P37572 reviewed RADA_BACSU DNA repair protein RadA (EC 3.6.4.-) (Branch migration protein RadA) (DNA repair protein Sms) radA orf5 sms yacJ BSU00870 Bacillus subtilis (strain 168) 458 +CAB11864.1 P37573 reviewed DISA_BACSU DNA integrity scanning protein DisA (Cyclic di-AMP synthase) (c-di-AMP synthase) (Diadenylate cyclase) (DAC) (EC 2.7.7.85) disA comY orf6 yacK BSU00880 Bacillus subtilis (strain 168) 360 +CAB11865.1 Q06754 reviewed YACL_BACSU Uncharacterized PIN and TRAM-domain containing protein YacL (Putative RNase YacL) (EC 3.1.-.-) yacL BSU00890 Bacillus subtilis (strain 168) 366 +CAB11866.1 Q06755 reviewed ISPD_BACSU 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase (EC 2.7.7.60) (4-diphosphocytidyl-2C-methyl-D-erythritol synthase) (MEP cytidylyltransferase) (MCT) ispD yacM BSU00900 Bacillus subtilis (strain 168) 232 +CAB11867.1 Q06756 reviewed ISPF_BACSU 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase (MECDP-synthase) (MECPP-synthase) (MECPS) (EC 4.6.1.12) ispF yacN BSU00910 Bacillus subtilis (strain 168) 158 +CAB11868.1 P22250 reviewed SYE_BACSU Glutamate--tRNA ligase (EC 6.1.1.17) (Glutamyl-tRNA synthetase) (GluRS) gltX BSU00920 Bacillus subtilis (strain 168) 483 +CAB11869.1 Q06750 reviewed CYSE_BACSU Serine acetyltransferase (SAT) (EC 2.3.1.30) cysE cysA BSU00930 Bacillus subtilis (strain 168) 217 +CAB11870.1 Q06752 reviewed SYC_BACSU Cysteine--tRNA ligase (EC 6.1.1.16) (Cysteinyl-tRNA synthetase) (CysRS) cysS spnA BSU00940 Bacillus subtilis (strain 168) 466 +CAB11871.1 O31418 reviewed MRNC_BACSU Mini-ribonuclease 3 (Mini-3) (Mini-RNase 3) (EC 3.1.26.-) (Mini-RNase III) (Mini-III) mrnC yazC BSU00950 Bacillus subtilis (strain 168) 143 +CAB11872.1 Q06753 reviewed YACO_BACSU Putative TrmH family tRNA/rRNA methyltransferase YacO (EC 2.1.1.-) yacO BSU00960 Bacillus subtilis (strain 168) 249 +CAB11873.1 P37574 reviewed YACP_BACSU Uncharacterized protein YacP yacP BSU00970 Bacillus subtilis (strain 168) 170 +CAB11874.1 P17869 reviewed RPSH_BACSU RNA polymerase sigma-H factor (Sigma-30) (Stage 0 sporulation protein H) sigH spo0H BSU00980 Bacillus subtilis (strain 168) 218 +CAB11875.1 Q06798 reviewed RL332_BACSU Large ribosomal subunit protein bL33B (50S ribosomal protein L33 2) rpmGB rpmG rpmG2 BSU00990 Bacillus subtilis (strain 168) 49 +CAB11876.1 Q06799 reviewed SECE_BACSU Protein translocase subunit SecE secE BSU01000 Bacillus subtilis (strain 168) 59 +CAB11877.1 Q06795 reviewed NUSG_BACSU Transcription termination/antitermination protein NusG nusG BSU01010 Bacillus subtilis (strain 168) 177 +CAB11878.2 Q06796 reviewed RL11_BACSU Large ribosomal subunit protein uL11 (50S ribosomal protein L11) (BL11) rplK relC tsp6 BSU01020 Bacillus subtilis (strain 168) 141 +CAB11879.2 Q06797 reviewed RL1_BACSU Large ribosomal subunit protein uL1 (50S ribosomal protein L1) (BL1) rplA BSU01030 Bacillus subtilis (strain 168) 232 +CAB11880.2 P42923 reviewed RL10_BACSU Large ribosomal subunit protein uL10 (50S ribosomal protein L10) (BL5) (Cold acclimatization protein) (CAP) (Vegetative protein 300) (VEG300) rplJ BSU01040 Bacillus subtilis (strain 168) 166 +CAB11881.1 P02394 reviewed RL7_BACSU Large ribosomal subunit protein bL12 (50S ribosomal protein L7/L12) (BL9) (Vegetative protein 341) (VEG341) rplL BSU01050 Bacillus subtilis (strain 168) 123 +CAB11882.1 P37872 reviewed YBXB_BACSU Uncharacterized protein YbxB (ORF23) (P23) ybxB ybaA BSU01060 Bacillus subtilis (strain 168) 201 +CAB11883.2 P37870 reviewed RPOB_BACSU DNA-directed RNA polymerase subunit beta (RNAP subunit beta) (EC 2.7.7.6) (RNA polymerase subunit beta) (Transcriptase subunit beta) rpoB crsE rfm BSU01070 Bacillus subtilis (strain 168) 1193 +CAB11884.2 P37871 reviewed RPOC_BACSU DNA-directed RNA polymerase subunit beta' (RNAP subunit beta') (EC 2.7.7.6) (RNA polymerase subunit beta') (Transcriptase subunit beta') rpoC lpm std BSU01080 Bacillus subtilis (strain 168) 1199 +CAB11885.1 P46350 reviewed RXL7_BACSU RNA-binding protein YbxF (Putative large ribosomal subunit protein eL8) (Ribosome-associated protein L7Ae-like) rulS rplGB ybaB ybxF BSU01090 Bacillus subtilis (strain 168) 82 +CAB11886.2 P21472 reviewed RS12_BACSU Small ribosomal subunit protein uS12 (30S ribosomal protein S12) (BS12) rpsL fun strA BSU01100 Bacillus subtilis (strain 168) 138 +CAB11887.2 P21469 reviewed RS7_BACSU Small ribosomal subunit protein uS7 (30S ribosomal protein S7) (BS7) rpsG BSU01110 Bacillus subtilis (strain 168) 156 +CAB11888.2 P80868 reviewed EFG_BACSU Elongation factor G (EF-G) (Vegetative protein 19) (VEG19) fusA fus BSU01120 Bacillus subtilis (strain 168) 692 +CAB11889.1 P33166 reviewed EFTU_BACSU Elongation factor Tu (EF-Tu) (P-40) tuf tufA BSU01130 Bacillus subtilis (strain 168) 396 +CAB11890.2 P70981 reviewed YBAC_BACSU Probable aminopeptidase YbaC (EC 3.4.11.-) ybaC BSU01140 Bacillus subtilis (strain 168) 318 +CAB11891.1 P21471 reviewed RS10_BACSU Small ribosomal subunit protein uS10 (30S ribosomal protein S10) (BS13) rpsJ tetA BSU01150 Bacillus subtilis (strain 168) 102 +CAB11892.1 P42920 reviewed RL3_BACSU Large ribosomal subunit protein uL3 (50S ribosomal protein L3) (BL3) rplC BSU01160 Bacillus subtilis (strain 168) 209 +CAB11893.1 P42921 reviewed RL4_BACSU Large ribosomal subunit protein uL4 (50S ribosomal protein L4) rplD BSU01170 Bacillus subtilis (strain 168) 207 +CAB11894.2 P42924 reviewed RL23_BACSU Large ribosomal subunit protein uL23 (50S ribosomal protein L23) rplW BSU01180 Bacillus subtilis (strain 168) 95 +CAB11895.2 P42919 reviewed RL2_BACSU Large ribosomal subunit protein uL2 (50S ribosomal protein L2) (BL2) rplB BSU01190 Bacillus subtilis (strain 168) 277 +CAB11896.1 P21476 reviewed RS19_BACSU Small ribosomal subunit protein uS19 (30S ribosomal protein S19) (BS19) rpsS BSU01200 Bacillus subtilis (strain 168) 92 +CAB11897.1 P42060 reviewed RL22_BACSU Large ribosomal subunit protein uL22 (50S ribosomal protein L22) rplV BSU01210 Bacillus subtilis (strain 168) 113 +CAB11898.2 P21465 reviewed RS3_BACSU Small ribosomal subunit protein uS3 (30S ribosomal protein S3) (BS3) (BS2) rpsC BSU01220 Bacillus subtilis (strain 168) 218 +CAB11899.1 P14577 reviewed RL16_BACSU Large ribosomal subunit protein uL16 (50S ribosomal protein L16) rplP BSU01230 Bacillus subtilis (strain 168) 144 +CAB11900.1 P12873 reviewed RL29_BACSU Large ribosomal subunit protein uL29 (50S ribosomal protein L29) rpmC BSU01240 Bacillus subtilis (strain 168) 66 +CAB11901.1 P12874 reviewed RS17_BACSU Small ribosomal subunit protein uS17 (30S ribosomal protein S17) (BS16) rpsQ BSU01250 Bacillus subtilis (strain 168) 87 +CAB11902.1 P12875 reviewed RL14_BACSU Large ribosomal subunit protein uL14 (50S ribosomal protein L14) rplN BSU01260 Bacillus subtilis (strain 168) 122 +CAB11903.1 P0CI78 reviewed RL24_BACSU Large ribosomal subunit protein uL24 (12 kDa DNA-binding protein) (50S ribosomal protein L24) (BL23) (HPB12) rplX BSU01270 Bacillus subtilis (strain 168) 103 +CAB11904.1 P12877 reviewed RL5_BACSU Large ribosomal subunit protein uL5 (50S ribosomal protein L5) (BL6) rplE BSU01280 Bacillus subtilis (strain 168) 179 +CAB11905.1 P12878 reviewed RS14B_BACSU Small ribosomal subunit protein uS14B (30S ribosomal protein S14 type Z) (30S ribosomal protein S14-1) (BSA) rpsN1 rpsN rpsNA rpsZ BSU01290 Bacillus subtilis (strain 168) 61 +CAB11906.2 P12879 reviewed RS8_BACSU Small ribosomal subunit protein uS8 (30S ribosomal protein S8) (BS8) rpsH BSU01300 Bacillus subtilis (strain 168) 132 +CAB11907.1 P46898 reviewed RL6_BACSU Large ribosomal subunit protein uL6 (50S ribosomal protein L6) (BL10) rplF BSU01310 Bacillus subtilis (strain 168) 179 +CAB11908.2 P46899 reviewed RL18_BACSU Large ribosomal subunit protein uL18 (50S ribosomal protein L18) (BL16) rplR BSU01320 Bacillus subtilis (strain 168) 120 +CAB11909.1 P21467 reviewed RS5_BACSU Small ribosomal subunit protein uS5 (30S ribosomal protein S5) (BS5) rpsE spcA BSU01330 Bacillus subtilis (strain 168) 166 +CAB11910.1 P19947 reviewed RL30_BACSU Large ribosomal subunit protein uL30 (50S ribosomal protein L30) (BL27) rpmD BSU01340 Bacillus subtilis (strain 168) 59 +CAB11911.1 P19946 reviewed RL15_BACSU Large ribosomal subunit protein uL15 (50S ribosomal protein L15) rplO BSU01350 Bacillus subtilis (strain 168) 146 +CAB11912.1 P16336 reviewed SECY_BACSU Protein translocase subunit SecY secY BSU01360 Bacillus subtilis (strain 168) 431 +CAB11913.1 P16304 reviewed KAD_BACSU Adenylate kinase (AK) (EC 2.7.4.3) (ATP-AMP transphosphorylase) (ATP:AMP phosphotransferase) (Adenylate monophosphate kinase) (Superoxide-inducible protein 16) (SOI16) adk BSU01370 Bacillus subtilis (strain 168) 217 +CAB11914.1 P19994 reviewed MAP11_BACSU Methionine aminopeptidase 1 (MAP 1) (MetAP 1) (EC 3.4.11.18) (Peptidase M) map BSU01380 Bacillus subtilis (strain 168) 248 +CAX52539.1 C0H3S8 reviewed YBZG_BACSU Putative ribosome-binding protein YbzG ybzG BSU01389 Bacillus subtilis (strain 168) 74 +CAB11915.1 P20458 reviewed IF1_BACSU Translation initiation factor IF-1 infA BSU01390 Bacillus subtilis (strain 168) 72 +CAB11916.1 P20278 reviewed RL36_BACSU Large ribosomal subunit protein bL36 (50S ribosomal protein L36) (BL38) (Ribosomal protein B) (Ribosomal protein II) rpmJ BSU01400 Bacillus subtilis (strain 168) 37 +CAB11917.2 P20282 reviewed RS13_BACSU Small ribosomal subunit protein uS13 (30S ribosomal protein S13) (BS14) rpsM BSU01410 Bacillus subtilis (strain 168) 121 +CAB11918.1 P04969 reviewed RS11_BACSU Small ribosomal subunit protein uS11 (30S ribosomal protein S11) (BS11) rpsK BSU01420 Bacillus subtilis (strain 168) 131 +CAB11919.1 P20429 reviewed RPOA_BACSU DNA-directed RNA polymerase subunit alpha (RNAP subunit alpha) (EC 2.7.7.6) (RNA polymerase subunit alpha) (Transcriptase subunit alpha) rpoA BSU01430 Bacillus subtilis (strain 168) 314 +CAB11920.1 P20277 reviewed RL17_BACSU Large ribosomal subunit protein bL17 (50S ribosomal protein L17) (BL15) (BL21) rplQ BSU01440 Bacillus subtilis (strain 168) 120 +CAB11921.2 P40735 reviewed ECFA1_BACSU Energy-coupling factor transporter ATP-binding protein EcfA1 (ECF transporter A component EcfA) (EC 7.-.-.-) ecfA cbiO1 ybaD ybxA BSU01450 Bacillus subtilis (strain 168) 281 +CAB11922.1 P70970 reviewed ECFA2_BACSU Energy-coupling factor transporter ATP-binding protein EcfA2 (ECF transporter A component EcfA2) (EC 7.-.-.-) (ECF transporter A component EcfA') ecfAB cbiO2 ecfA' ybaE BSU01460 Bacillus subtilis (strain 168) 276 +CAB11923.2 P70972 reviewed ECFT_BACSU Energy-coupling factor transporter transmembrane protein EcfT (ECF transporter T component EcfT) ecfT ybaF BSU01470 Bacillus subtilis (strain 168) 265 +CAB11924.2 P70973 reviewed TRUA_BACSU tRNA pseudouridine synthase A (EC 5.4.99.12) (tRNA pseudouridine(38-40) synthase) (tRNA pseudouridylate synthase I) (tRNA-uridine isomerase I) truA ybaH BSU01480 Bacillus subtilis (strain 168) 247 +CAB11925.2 P70974 reviewed RL13_BACSU Large ribosomal subunit protein uL13 (50S ribosomal protein L13) rplM BSU01490 Bacillus subtilis (strain 168) 145 +CAB11926.1 P21470 reviewed RS9_BACSU Small ribosomal subunit protein uS9 (30S ribosomal protein S9) (BS10) rpsI BSU01500 Bacillus subtilis (strain 168) 130 +CAB11927.2 P70976 reviewed YBAJ_BACSU Uncharacterized methyltransferase YbaJ ybaJ BSU01510 Bacillus subtilis (strain 168) 255 +CAB11928.1 P50862 reviewed YBAK_BACSU Uncharacterized protein YbaK ybaK ybxH BSU01520 Bacillus subtilis (strain 168) 147 +CAB11929.1 P50864 reviewed CWLD_BACSU Germination-specific N-acetylmuramoyl-L-alanine amidase (EC 3.5.1.28) (Autolysin) (Cell wall hydrolase) cwlD BSU01530 Bacillus subtilis (strain 168) 237 +CAB11930.1 P50863 reviewed APBC_BACSU Iron-sulfur cluster carrier protein salA mrp rec233 ybaL ybxI BSU01540 Bacillus subtilis (strain 168) 352 +CAB11931.1 P16450 reviewed GERD_BACSU Spore germination protein GerD gerD BSU01550 Bacillus subtilis (strain 168) 185 +CAB11932.1 P16449 reviewed KBAA_BACSU KinB-signaling pathway activation protein kbaA ybaM ybxC BSU01560 Bacillus subtilis (strain 168) 198 +CAB11933.1 P50865 reviewed PDAB_BACSU Probable polysaccharide deacetylase PdaB (EC 3.-.-.-) pdaB ybaN ybxG BSU01570 Bacillus subtilis (strain 168) 254 +CAB11934.1 P55189 reviewed YBAR_BACSU Putative sulfate transporter YbaR ybaR BSU01580 Bacillus subtilis (strain 168) 478 +CAB11935.2 P55190 reviewed YBAS_BACSU Uncharacterized protein YbaS ybaS BSU01590 Bacillus subtilis (strain 168) 306 +CAB11936.2 P55192 reviewed YBBA_BACSU Uncharacterized protein YbbA ybbA BSU01600 Bacillus subtilis (strain 168) 250 +CAB11937.2 P40411 reviewed FEUC_BACSU Iron-uptake system permease protein FeuC feuC BSU01610 Bacillus subtilis (strain 168) 336 +CAB11938.1 P40410 reviewed FEUB_BACSU Iron-uptake system permease protein FeuB feuB BSU01620 Bacillus subtilis (strain 168) 334 +CAB11939.1 P40409 reviewed FEUA_BACSU Iron-uptake system-binding protein feuA BSU01630 Bacillus subtilis (strain 168) 317 +CAB11940.1 P40408 reviewed BTR_BACSU HTH-type transcriptional activator Btr (Bacillibactin transport regulator) btr ybbB yzbC BSU01640 Bacillus subtilis (strain 168) 529 +CAB11941.1 P40407 reviewed NAMZ_BACSU Peptidoglycan beta-N-acetylmuramidase NamZ (EC 3.2.1.92) (Exo-beta-N-acetylmuramidase NamZ) (ORF2) namZ ybbC yzbB BSU01650 Bacillus subtilis (strain 168) 414 +CAB11942.1 P40406 reviewed NAGZ_BACSU Beta-hexosaminidase (EC 3.2.1.52) (Beta-N-acetylhexosaminidase) (N-acetyl-beta-glucosaminidase) (N-acetylglucosaminidase) (ORF1) nagZ ybbD yzbA BSU01660 Bacillus subtilis (strain 168) 642 +CAB11943.2 O05213 reviewed AMIE_BACSU N-acetylmuramyl-L-alanine amidase (EC 3.5.1.28) amiE ybbE BSU01670 Bacillus subtilis (strain 168) 441 +CAB11944.3 Q797S1 reviewed PTXBC_BACSU Putative PTS system EIIBC component YbbF [Includes: Phosphotransferase enzyme IIB component (EC 2.7.1.-) (PTS system EIIB component); Permease IIC component (PTS system EIIC component)] ybbF BSU01680 Bacillus subtilis (strain 168) 455 +CAB11945.1 Q45581 reviewed YBBH_BACSU Uncharacterized HTH-type transcriptional regulator YbbH ybbH BSU01690 Bacillus subtilis (strain 168) 283 +CAB11946.1 Q45582 reviewed MURQ_BACSU N-acetylmuramic acid 6-phosphate etherase (MurNAc-6-P etherase) (EC 4.2.1.126) (N-acetylmuramic acid 6-phosphate hydrolase) (N-acetylmuramic acid 6-phosphate lyase) murQ ybbI BSU01700 Bacillus subtilis (strain 168) 304 +CAB11947.2 Q45583 reviewed YBBJ_BACSU Uncharacterized N-acetyltransferase YbbJ (EC 2.3.1.-) ybbJ BSU01710 Bacillus subtilis (strain 168) 160 +CAB11948.2 Q45584 reviewed YBBK_BACSU Uncharacterized protein YbbK ybbK BSU01720 Bacillus subtilis (strain 168) 151 +CAB11949.1 Q45585 reviewed SIGW_BACSU ECF RNA polymerase sigma factor SigW (ECF sigma factor SigW) (Alternative RNA polymerase sigma factor SigW) (RNA polymerase sigma-W factor) (Sigma-W factor) sigW ybbL BSU01730 Bacillus subtilis (strain 168) 187 +CAB11950.1 Q45588 reviewed RSIW_BACSU Anti-sigma-W factor RsiW (Regulator of SigW) (Sigma-W anti-sigma factor RsiW) rsiW ybbM BSU01740 Bacillus subtilis (strain 168) 208 +CAB11951.2 Q45589 reviewed CDAA_BACSU Cyclic di-AMP synthase CdaA (c-di-AMP synthase) (EC 2.7.7.85) (Diadenylate cyclase) (DAC) cdaA ybbP BSU01750 Bacillus subtilis (strain 168) 273 +CAB11952.2 O34659 reviewed CDAR_BACSU CdaA regulatory protein CdaR (YbbR-like domain-containing protein YbbR) (c-di-AMP synthase A regulator) cdaR ybbR BSU01760 Bacillus subtilis (strain 168) 483 +CAB11953.1 O34824 reviewed GLMM_BACSU Phosphoglucosamine mutase (EC 5.4.2.10) glmM ybbT BSU01770 Bacillus subtilis (strain 168) 448 +CAB11954.1 P0CI73 reviewed GLMS_BACSU Glutamine--fructose-6-phosphate aminotransferase [isomerizing] (EC 2.6.1.16) (D-fructose-6-phosphate amidotransferase) (GFAT) (Glucosamine-6-phosphate synthase) (Hexosephosphate aminotransferase) (L-glutamine--D-fructose-6-phosphate amidotransferase) glmS gcaA ybxD BSU01780 Bacillus subtilis (strain 168) 600 +SOX90537.1 A0A2K4Z9G0 unreviewed A0A2K4Z9G0_BACSU Uncharacterized protein ybbU BSU_01790 HIR78_01145 Bacillus subtilis (strain 168) 46 +CAB11956.1 P37878 reviewed 3MGA_BACSU DNA-3-methyladenine glycosylase (EC 3.2.2.21) (3-methyladenine-DNA glycosidase) alkA BSU01800 Bacillus subtilis (strain 168) 303 +CAB11957.1 P19219 reviewed ADAA_BACSU Bifunctional transcriptional activator/DNA repair enzyme AdaA (Methylphosphotriester-DNA methyltransferase) (Methylphosphotriester-DNA--protein-cysteine S-methyltransferase) (EC 2.1.1.n11) adaA BSU01810 Bacillus subtilis (strain 168) 211 +CAB11958.1 P19220 reviewed ADAB_BACSU Methylated-DNA--protein-cysteine methyltransferase, inducible (EC 2.1.1.63) (O-6-methylguanine-DNA alkyltransferase) (O6-methylguanine-DNA methyltransferase) (MGMT) adaB BSU01820 Bacillus subtilis (strain 168) 179 +CAB11959.1 P39755 reviewed DABB_BACSU Probable inorganic carbon transporter subunit DabB dabB ndhF ybxE BSU01830 Bacillus subtilis (strain 168) 505 +CAB11960.2 O34688 reviewed DABA_BACSU Probable inorganic carbon transporter subunit DabA dabA ybcC BSU01845 BSU01840 Bacillus subtilis (strain 168) 871 +CAB11962.1 O34823 reviewed YBCF_BACSU Putative carbonic anhydrase-like protein YbcF ybcF BSU01860 Bacillus subtilis (strain 168) 175 +CAB11963.1 O34795 reviewed YBCH_BACSU Uncharacterized protein YbcH ybcH BSU01870 Bacillus subtilis (strain 168) 96 +CAB11964.1 O34380 reviewed YBCI_BACSU Uncharacterized protein YbcI ybcI BSU01880 Bacillus subtilis (strain 168) 124 +CAX52540.1 C0H3S9 reviewed YBZH_BACSU Uncharacterized HTH-type transcriptional regulator YbzH ybzH BSU01889 Bacillus subtilis (strain 168) 100 +CAB11965.1 O34663 reviewed YBCL_BACSU Uncharacterized MFS-type transporter YbcL ybcL BSU01890 Bacillus subtilis (strain 168) 390 +CAB11983.1 O31421 reviewed YBCM_BACSU Uncharacterized protein YbcM ybcM BSU01900 Bacillus subtilis (strain 168) 104 +CAB11984.1 O31422 reviewed SKFA_BACSU Sporulation killing factor (SKF) (Sporulation-killing factor SkfA) skfA ybcO BSU01910 Bacillus subtilis (strain 168) 55 +CAB11985.2 O31423 reviewed SKFB_BACSU Sporulation killing factor maturation protein SkfB (EC 1.21.98.-) skfB ybcP ybcQ BSU01920 Bacillus subtilis (strain 168) 410 +CAX52541.1 O31425 reviewed SKFC_BACSU Sporulation-killing factor biosynthesis protein SkfC skfC skfD ybcS ybcT BSU01935 BSU01930 BSU01940 Bacillus subtilis (strain 168) 496 +CAB11989.1 O31427 reviewed SKFE_BACSU SkfA peptide export ATP-binding protein SkfE (EC 7.3.2.3) skfE ybdA BSU01950 Bacillus subtilis (strain 168) 239 +CAB11990.2 O31428 reviewed SKFF_BACSU Putative bacteriocin-SkfA transport system permease protein SkfF skfF ybdB BSU01960 Bacillus subtilis (strain 168) 447 +CAB11991.2 O31429 reviewed SKFG_BACSU Uncharacterized protein SkfG skfG ybdD BSU01970 Bacillus subtilis (strain 168) 171 +CAB11992.2 O31430 reviewed SKFH_BACSU Thioredoxin-like protein SkfH skfH ybdE BSU01980 Bacillus subtilis (strain 168) 141 +CAB11993.2 O31431 reviewed YBDG_BACSU Uncharacterized protein YbdG ybdG ybdH BSU01990 Bacillus subtilis (strain 168) 325 +CAB11994.1 O31432 reviewed YBDJ_BACSU Uncharacterized transcriptional regulatory protein YbdJ ybdJ BSU02000 Bacillus subtilis (strain 168) 223 +CAB11995.1 O31433 reviewed YBDK_BACSU Sensor histidine kinase YbdK (EC 2.7.13.3) ybdK BSU02010 Bacillus subtilis (strain 168) 320 +CAX52542.1 C0H3T1 reviewed YBZI_BACSU Uncharacterized protein YbzI ybzI BSU02019 Bacillus subtilis (strain 168) 87 +CAB11997.1 O31435 reviewed YBDM_BACSU Probable serine/threonine-protein kinase YbdM (EC 2.7.11.1) ybdM BSU02030 Bacillus subtilis (strain 168) 256 +CAB11998.1 O31436 reviewed YBDN_BACSU Uncharacterized protein YbdN ybdN BSU02040 Bacillus subtilis (strain 168) 285 +CAB11999.1 O31437 reviewed YBDO_BACSU Uncharacterized protein YbdO ybdO BSU02050 Bacillus subtilis (strain 168) 394 +CAB12000.1 P54425 reviewed YBXG_BACSU Probable threonine/serine transporter YbxG ybxG ybdP BSU02060 Bacillus subtilis (strain 168) 462 +CAB12001.1 P54379 reviewed CSGA_BACSU Sigma-G-dependent sporulation-specific SASP protein csgA BSU02070 Bacillus subtilis (strain 168) 82 +CAB12002.1 P54426 reviewed YBXH_BACSU Uncharacterized protein YbxH (ORF3) ybxH BSU02080 Bacillus subtilis (strain 168) 63 +CAB12003.1 P54427 reviewed YBXI_BACSU Probable beta-lactamase YbxI (EC 3.5.2.6) ybxI ybdS BSU02090 Bacillus subtilis (strain 168) 267 +CAB12004.1 O31440 reviewed CYPC_BACSU Fatty-acid peroxygenase (EC 1.11.2.4) (Cytochrome P450 152A1) (Cytochrome P450BsBeta) (Fatty acid beta-hydroxylase) cypC CYP152A1 BSU02100 Bacillus subtilis (strain 168) 417 +CAB12005.1 O31441 reviewed YBYB_BACSU Uncharacterized protein YbyB ybyB BSU02110 Bacillus subtilis (strain 168) 86 +CAB12006.2 Q45577 reviewed AIMA_BACSU Glutamate/serine transporter AimA (Amino acid importer A) aimA ybeC BSU02120 Bacillus subtilis (strain 168) 539 +CAB12007.1 P37965 reviewed GLPQ_BACSU Glycerophosphodiester phosphodiesterase (Glycerophosphoryl diester phosphodiesterase) (EC 3.1.4.46) (Teichoicase) glpQ ybeD BSU02130 Bacillus subtilis (strain 168) 293 +CAB12008.1 P37948 reviewed GLPT_BACSU Glycerol-3-phosphate transporter (G-3-P transporter) (G-3-P permease) glpT ybeE BSU02140 Bacillus subtilis (strain 168) 444 +CAB12009.1 O31442 reviewed YBEF_BACSU Uncharacterized protein YbeF ybeF BSU02150 Bacillus subtilis (strain 168) 82 +CAB12010.1 O31443 reviewed YBFA_BACSU Putative HTH-type DNA-binding domain-containing acetyltransferase YbfA (EC 2.3.1.-) ybfA BSU02160 Bacillus subtilis (strain 168) 305 +CAB12011.1 O31444 reviewed YBFB_BACSU Uncharacterized MFS-type transporter YbfB ybfB BSU02170 Bacillus subtilis (strain 168) 416 +CAB12013.1 O31446 reviewed YBFF_BACSU Uncharacterized protein YbfF ybfF BSU02190 Bacillus subtilis (strain 168) 303 +CAB12014.1 O31447 reviewed YBFG_BACSU Uncharacterized protein YbfG ybfG BSU02200 Bacillus subtilis (strain 168) 732 +CAB12015.1 O31448 reviewed YBFH_BACSU Uncharacterized transporter YbhF ybfH BSU02210 Bacillus subtilis (strain 168) 306 +CAB12016.1 O31449 reviewed YBFI_BACSU Uncharacterized HTH-type transcriptional regulator YbfI ybfI BSU02220 Bacillus subtilis (strain 168) 275 +CAB12017.1 P39771 reviewed PURT_BACSU Formate-dependent phosphoribosylglycinamide formyltransferase (EC 6.3.1.21) (5'-phosphoribosylglycinamide transformylase 2) (Formate-dependent GAR transformylase) (GAR transformylase 2) (GART 2) (Non-folate glycinamide ribonucleotide transformylase) (Phosphoribosylglycinamide formyltransferase 2) purT BSU02230 Bacillus subtilis (strain 168) 384 +CAB12018.1 P39790 reviewed MPR_BACSU Extracellular metalloprotease (EC 3.4.21.-) mpr BSU02240 Bacillus subtilis (strain 168) 313 +CAB12019.1 O31451 reviewed YBFJ_BACSU Uncharacterized protein YbfJ ybfJ BSU02250 Bacillus subtilis (strain 168) 132 +CAB12020.1 O31452 reviewed YBFK_BACSU Carboxylesterase YbfK (EC 3.1.1.1) ybfK BSU02260 Bacillus subtilis (strain 168) 296 +CAB12021.1 P39823 reviewed PSS_BACSU CDP-diacylglycerol--serine O-phosphatidyltransferase (EC 2.7.8.8) (Phosphatidylserine synthase) pssA pss BSU02270 Bacillus subtilis (strain 168) 177 +CAB12022.1 O31453 reviewed YBFM_BACSU Uncharacterized membrane protein YbfM ybfM BSU02280 Bacillus subtilis (strain 168) 162 +CAB12023.1 P39822 reviewed PSD_BACSU Phosphatidylserine decarboxylase proenzyme (EC 4.1.1.65) [Cleaved into: Phosphatidylserine decarboxylase alpha chain; Phosphatidylserine decarboxylase beta chain] psd BSU02290 Bacillus subtilis (strain 168) 263 +CAB12024.1 O31454 reviewed YBFN_BACSU Uncharacterized protein YbfN ybfN BSU02300 Bacillus subtilis (strain 168) 92 +CAB12025.1 O31455 reviewed YBFO_BACSU Putative hydrolase YbfO (EC 3.-.-.-) ybfO BSU02310 Bacillus subtilis (strain 168) 446 +CAB12026.1 O31456 reviewed YBFP_BACSU Uncharacterized HTH-type transcriptional regulator YbfP ybfP BSU02320 Bacillus subtilis (strain 168) 295 +CAB12027.1 O31457 reviewed TRHO_BACSU tRNA uridine(34) hydroxylase (EC 1.14.-.-) (tRNA hydroxylation protein O) trhO ybfQ BSU02330 Bacillus subtilis (strain 168) 322 +CAB12028.1 P39817 reviewed GLTP_BACSU Proton/glutamate-aspartate symporter (Proton/glutamate symport protein) gltP BSU02340 Bacillus subtilis (strain 168) 414 +CAB12029.1 P39816 reviewed PTW3C_BACSU PTS system glucosamine-specific EIICBA component [Includes: Glucosamine permease IIC component (PTS system glucosamine-specific EIIC component); Glucosamine-specific phosphotransferase enzyme IIB component (EC 2.7.1.-) (PTS system glucosamine-specific EIIB component); Glucosamine-specific phosphotransferase enzyme IIA component (PTS system glucosamine-specific EIIA component)] gamP ybfS yzfA BSU02350 Bacillus subtilis (strain 168) 631 +CAB12030.1 O31458 reviewed GAMA_BACSU Glucosamine-6-phosphate deaminase 2 (EC 3.5.99.6) (GlcN6P deaminase 2) (GNPDA 2) (Glucosamine-6-phosphate isomerase 2) gamA ybfT BSU02360 Bacillus subtilis (strain 168) 249 +CAB12031.1 O31459 reviewed GAMR_BACSU HTH-type transcriptional repressor GamR gamR ybgA BSU02370 Bacillus subtilis (strain 168) 235 +CAB12032.1 O31460 reviewed YBGB_BACSU Uncharacterized membrane protein YbgB ybgB BSU02380 Bacillus subtilis (strain 168) 91 +CAB12033.1 O31461 reviewed ILVE1_BACSU Branched-chain-amino-acid transaminase 1 (BCAT 1) (EC 2.6.1.42) ilvE ybgE BSU02390 Bacillus subtilis (strain 168) 356 +CAB12034.1 O31462 reviewed YBGF_BACSU Uncharacterized amino acid permease YbgF ybgF BSU02400 Bacillus subtilis (strain 168) 470 +CAB12035.1 O31463 reviewed HMT_BACSU Homocysteine S-methyltransferase YbgG (EC 2.1.1.10) (S-methylmethionine:homocysteine methyltransferase) ybgG BSU02410 Bacillus subtilis (strain 168) 315 +CAB12036.2 O31464 reviewed GLNT_BACSU Probable sodium/glutamine symporter GlnT glnT ybgH BSU02420 Bacillus subtilis (strain 168) 478 +CAB12037.1 O31465 reviewed GLSA1_BACSU Glutaminase 1 (EC 3.5.1.2) glsA1 glsA ybgJ BSU02430 Bacillus subtilis (strain 168) 327 +CAB12038.2 P40758 reviewed GLNK_BACSU Sensor histidine kinase GlnK (EC 2.7.13.3) glnK nrgB ycbA yzgA BSU02440 Bacillus subtilis (strain 168) 410 +CAB12039.1 P40759 reviewed GLNL_BACSU Transcriptional regulatory protein GlnL glnL ycbB yzgB BSU02450 Bacillus subtilis (strain 168) 314 +CAB12040.2 P42235 reviewed KDGD_BACSU Probable 5-dehydro-4-deoxyglucarate dehydratase (EC 4.2.1.41) (5-keto-4-deoxy-glucarate dehydratase) (KDGDH) ycbC BSU02460 Bacillus subtilis (strain 168) 308 +CAB12041.1 P42236 reviewed KGSDH_BACSU Alpha-ketoglutaric semialdehyde dehydrogenase (alphaKGSA dehydrogenase) (EC 1.2.1.26) (2,5-dioxovalerate dehydrogenase) gucD ycbD BSU02470 Bacillus subtilis (strain 168) 488 +CAB12042.2 P42237 reviewed GUDP_BACSU Probable galactarate/D-glucarate transporter GudP gudP ycbE BSU02480 Bacillus subtilis (strain 168) 455 +CAB12043.2 P42238 reviewed GUDD_BACSU Probable glucarate dehydratase (GDH) (GlucD) (EC 4.2.1.40) gudD ycbF BSU02490 Bacillus subtilis (strain 168) 455 +CAB12044.2 P42239 reviewed YCBG_BACSU Uncharacterized HTH-type transcriptional regulator YcbG ycbG BSU02500 Bacillus subtilis (strain 168) 233 +CAB12045.2 P42240 reviewed GARD_BACSU Probable galactarate dehydratase (L-threo-forming) (GalcD) (EC 4.2.1.42) garD ycbH BSU02510 Bacillus subtilis (strain 168) 510 +CAB12046.1 P42242 reviewed YCBJ_BACSU Uncharacterized protein YcbJ ycbJ BSU02520 Bacillus subtilis (strain 168) 306 +CAB12047.1 O31466 reviewed RTPA_BACSU Tryptophan RNA-binding attenuator protein inhibitory protein (Anti-TRAP protein) (AT) rtpA yczA BSU02530 Bacillus subtilis (strain 168) 53 +CAB12048.1 P42243 reviewed YCBK_BACSU Uncharacterized transporter YcbK ycbK BSU02540 Bacillus subtilis (strain 168) 312 +CAB12049.2 P42244 reviewed YCBL_BACSU Uncharacterized transcriptional regulatory protein YcbL ycbL BSU02550 Bacillus subtilis (strain 168) 226 +CAB12050.2 P42245 reviewed YCBM_BACSU Sensor histidine kinase YcbM (EC 2.7.13.3) ycbM BSU02560 Bacillus subtilis (strain 168) 311 +CAB12051.2 P42246 reviewed YCBN_BACSU Uncharacterized ABC transporter ATP-binding protein YcbN ycbN BSU02570 Bacillus subtilis (strain 168) 307 +CAB12052.3 P42247 reviewed YCBO_BACSU Uncharacterized protein YcbO ycbO BSU02580 Bacillus subtilis (strain 168) 228 +SOX90539.1 A0A2K4Z9H7 unreviewed A0A2K4Z9H7_BACSU Uncharacterized protein BSU_02585 HIR78_01540 Bacillus subtilis (strain 168) 44 +CAB12053.1 P42248 reviewed YCBP_BACSU Uncharacterized protein YcbP (ORF15) ycbP BSU02590 Bacillus subtilis (strain 168) 128 +CAB12054.2 P42249 reviewed CWLJ_BACSU Cell wall hydrolase CwlJ cwlJ ycbQ BSU02600 Bacillus subtilis (strain 168) 142 +CAB12055.2 P42250 reviewed YCBR_BACSU Uncharacterized protein YcbR (ORF17) ycbR BSU02610 Bacillus subtilis (strain 168) 243 +CAX52543.1 C0H3T2 reviewed YCZK_BACSU Uncharacterized protein YczK yczK BSU02619 Bacillus subtilis (strain 168) 58 +CAB12056.2 P42251 reviewed PPBD_BACSU Alkaline phosphatase D (APaseD) (EC 3.1.3.1) phoD ycbS BSU02620 Bacillus subtilis (strain 168) 583 +CAB12057.2 O31467 reviewed TATAD_BACSU Sec-independent protein translocase protein TatAd tatAd yczB BSU02630 Bacillus subtilis (strain 168) 70 +CAB12058.2 P42252 reviewed TATCD_BACSU Sec-independent protein translocase protein TatCd tatC1 tatCd ycbT BSU02640 Bacillus subtilis (strain 168) 242 +CAB12059.1 P28618 reviewed PCP_BACSU Pyrrolidone-carboxylate peptidase (EC 3.4.19.3) (5-oxoprolyl-peptidase) (Pyroglutamyl-peptidase I) (PGP-I) (Pyrase) pcp BSU02650 Bacillus subtilis (strain 168) 215 +CAB12060.2 P42253 reviewed YCBU_BACSU Uncharacterized aminotransferase YcbU (EC 2.6.1.-) ycbU BSU02660 Bacillus subtilis (strain 168) 370 +CAB12061.1 O35018 reviewed LMRB_BACSU Lincomycin resistance protein LmrB lmrB yccA BSU02670 Bacillus subtilis (strain 168) 479 +CAB12062.1 O34619 reviewed LMRA_BACSU HTH-type transcriptional regulator LmrA lmrA yccB BSU02680 Bacillus subtilis (strain 168) 188 +CAB12063.1 O34482 reviewed ASPG2_BACSU L-asparaginase 2 (L-ASNase 2) (EC 3.5.1.1) (L-asparagine amidohydrolase 2) ansZ yccC BSU02690 Bacillus subtilis (strain 168) 375 +CAB12064.1 P37957 reviewed ESTA_BACSU Lipase EstA (Lipase A) (EC 3.1.1.3) (Triacylglycerol lipase) estA lip lipA BSU02700 Bacillus subtilis (strain 168) 212 +CAB12065.1 O31469 reviewed YCZC_BACSU Uncharacterized protein YczC yczC BSU02710 Bacillus subtilis (strain 168) 127 +CAB12066.1 O34478 reviewed YCCF_BACSU Uncharacterized protein YccF yccF BSU02720 Bacillus subtilis (strain 168) 358 +CAB12067.1 P70954 reviewed NATK_BACSU Sensor histidine kinase NatK (EC 2.7.13.3) natK yccG BSU02730 Bacillus subtilis (strain 168) 318 +CAB12068.1 P70955 reviewed NATR_BACSU Transcriptional regulatory protein NatR natR yccH BSU02740 Bacillus subtilis (strain 168) 233 +CAB12069.1 P46903 reviewed NATA_BACSU ABC transporter ATP-binding protein NatA (ABC-type Na(+) transporter) (EC 7.2.2.4) natA BSU02750 Bacillus subtilis (strain 168) 246 +CAB12070.1 P46904 reviewed NATB_BACSU ABC transporter permease protein NatB (ABC-type Na(+) transporter) (EC 7.2.2.4) natB BSU02760 Bacillus subtilis (strain 168) 386 +CAB12071.1 P46905 reviewed YCCK_BACSU Uncharacterized oxidoreductase YccK (EC 1.-.-.-) yccK yzaE BSU02770 Bacillus subtilis (strain 168) 310 +CAB12072.1 O34538 reviewed YCDA_BACSU Uncharacterized lipoprotein YcdA ycdA BSU02780 Bacillus subtilis (strain 168) 354 +SOX90540.1 A0A2K4Z9F5 unreviewed A0A2K4Z9F5_BACSU Uncharacterized protein BSU_02785 HIR78_01650 Bacillus subtilis (strain 168) 43 +CAB12073.1 O34621 reviewed YCDB_BACSU Uncharacterized protein YcdB ycdB BSU02790 Bacillus subtilis (strain 168) 472 +CAB12074.1 O34772 reviewed YCDC_BACSU Uncharacterized protein YcdC ycdC BSU02800 Bacillus subtilis (strain 168) 453 +CAB12075.1 O34360 reviewed CWLK_BACSU Peptidoglycan L-alanyl-D-glutamate endopeptidase CwlK (EC 3.4.-.-) cwlK ycdD BSU02810 Bacillus subtilis (strain 168) 167 +CAB12076.1 O34327 reviewed RAPJ_BACSU Response regulator aspartate phosphatase J (EC 3.1.3.-) rapJ ycdE BSU02820 Bacillus subtilis (strain 168) 373 +CAB12077.1 P80869 reviewed DHG2_BACSU Glucose 1-dehydrogenase 2 (EC 1.1.1.47) (GLCDH-II) (GDH-II) (General stress protein 74) (GSP74) ycdF BSU02830 Bacillus subtilis (strain 168) 258 +CAB12078.1 O34364 reviewed O16G2_BACSU Probable oligo-1,6-glucosidase 2 (EC 3.2.1.10) (Oligosaccharide alpha-1,6-glucosidase 2) (Sucrase-isomaltase 2) (Isomaltase 2) ycdG BSU02840 Bacillus subtilis (strain 168) 561 +CAB12079.1 O34966 reviewed ZNUA_BACSU High-affinity zinc uptake system protein ZnuA znuA adcA ycdH BSU02850 Bacillus subtilis (strain 168) 319 +CAB12080.1 O34946 reviewed ZNUC_BACSU High-affinity zinc uptake system ATP-binding protein ZnuC (EC 7.2.2.20) znuC adcC ycdI BSU02860 Bacillus subtilis (strain 168) 231 +CAB12081.1 O34610 reviewed ZNUB_BACSU High-affinity zinc uptake system membrane protein ZnuB znuB adcB yceA BSU02870 Bacillus subtilis (strain 168) 280 +CAB12082.2 O34504 reviewed YCEB_BACSU Uncharacterized protein YceB yceB BSU02880 Bacillus subtilis (strain 168) 331 +CAB12083.1 P81100 reviewed SCP2_BACSU Stress response protein SCP2 yceC BSU02890 Bacillus subtilis (strain 168) 199 +CAB12084.1 P80875 reviewed G16U_BACSU General stress protein 16U (GSP16U) yceD BSU02900 Bacillus subtilis (strain 168) 193 +CAB12085.1 O34384 reviewed YCEE_BACSU Uncharacterized protein YceE yceE BSU02910 Bacillus subtilis (strain 168) 192 +CAB12086.1 O34447 reviewed YCEF_BACSU Uncharacterized membrane protein YceF yceF BSU02920 Bacillus subtilis (strain 168) 257 +CAB12087.1 O34809 reviewed YCEG_BACSU Uncharacterized protein YceG yceG BSU02930 Bacillus subtilis (strain 168) 537 +CAB12088.1 O34833 reviewed YCEH_BACSU Uncharacterized protein YceH yceH BSU02940 Bacillus subtilis (strain 168) 363 +CAB12089.1 O34691 reviewed NIAP_BACSU Putative niacin/nicotinamide transporter NiaP niaP yceI BSU02950 Bacillus subtilis (strain 168) 400 +CAB12090.1 O34724 reviewed YCEJ_BACSU Uncharacterized MFS-type transporter YceJ yceJ BSU02960 Bacillus subtilis (strain 168) 390 +CAB12091.1 O34464 reviewed YCEK_BACSU Uncharacterized HTH-type transcriptional regulator YceK yceK BSU02970 Bacillus subtilis (strain 168) 100 +CAB12092.2 P46920 reviewed OPUAA_BACSU Glycine betaine transport ATP-binding protein OpuAA (EC 7.6.2.9) (Quaternary-amine-transporting ATPase) opuAA BSU02980 Bacillus subtilis (strain 168) 418 +CAB12093.1 P46921 reviewed OPUAB_BACSU Glycine betaine transport system permease protein OpuAB opuAB BSU02990 Bacillus subtilis (strain 168) 282 +CAB12094.1 P46922 reviewed OPUAC_BACSU Glycine betaine-binding protein OpuAC opuAC BSU03000 Bacillus subtilis (strain 168) 293 +CAB12095.2 P54983 reviewed AMHX_BACSU Amidohydrolase AmhX (EC 3.5.1.-) (Aminoacylase) amhX BSU03010 Bacillus subtilis (strain 168) 383 +CAB12096.2 P55908 reviewed YCGA_BACSU Uncharacterized protein YcgA ycgA BSU03020 Bacillus subtilis (strain 168) 477 +CAB12097.2 P55909 reviewed YCGB_BACSU Uncharacterized protein YcgB ycgB BSU03030 Bacillus subtilis (strain 168) 193 +CAB12098.2 P00691 reviewed AMY_BACSU Alpha-amylase (EC 3.2.1.1) (1,4-alpha-D-glucan glucanohydrolase) amyE amyA BSU03040 Bacillus subtilis (strain 168) 659 +CAB12099.2 P13714 reviewed LDH_BACSU L-lactate dehydrogenase (L-LDH) (EC 1.1.1.27) ldh lctE BSU03050 Bacillus subtilis (strain 168) 320 +CAB12100.2 P55910 reviewed LCTP_BACSU L-lactate permease lctP ycgC BSU03060 Bacillus subtilis (strain 168) 541 +CAB12101.2 P96712 reviewed BMR3_BACSU Multidrug resistance protein 3 (Multidrug-efflux transporter 3) bmr3 mdr BSU03070 Bacillus subtilis (strain 168) 512 +CAB12102.2 O31472 reviewed YCGE_BACSU Uncharacterized HTH-type transcriptional regulator YcgE ycgE BSU03080 Bacillus subtilis (strain 168) 154 +CAB12103.1 P94381 reviewed YCGF_BACSU Putative amino acid efflux protein YcgF ycgF BSU03090 Bacillus subtilis (strain 168) 209 +CAB12104.2 P94382 reviewed YCGG_BACSU Uncharacterized protein YcgG ycgG BSU03100 Bacillus subtilis (strain 168) 253 +CAB12105.2 P94383 reviewed YCGH_BACSU Uncharacterized transporter YcgH ycgH BSU03110 Bacillus subtilis (strain 168) 446 +CAB12106.3 O31473 reviewed YCGI_BACSU Uncharacterized protein YcgI ycgI BSU03120 Bacillus subtilis (strain 168) 198 +CAB12107.1 P08164 reviewed NADE_BACSU NH(3)-dependent NAD(+) synthetase (EC 6.3.1.5) (General stress protein 38) (GSP38) (Spore outgrowth factor B) (Sporulation protein OutB) nadE outB BSU03130 Bacillus subtilis (strain 168) 272 +CAB12108.2 P12921 reviewed TMRB_BACSU Tunicamycin resistance protein tmrB BSU03140 Bacillus subtilis (strain 168) 197 +CAB12109.2 P37944 reviewed AROK_BACSU Shikimate kinase (SK) (EC 2.7.1.71) aroK aroI BSU03150 Bacillus subtilis (strain 168) 186 +CAB12110.2 O31474 reviewed YCGJ_BACSU Uncharacterized methyltransferase YcgJ (EC 2.1.1.-) ycgJ BSU03160 Bacillus subtilis (strain 168) 253 +CAB12111.2 P94387 reviewed YCGK_BACSU Uncharacterized HTH-type transcriptional regulator YcgK ycgK BSU03170 Bacillus subtilis (strain 168) 324 +CAB12112.1 P94388 reviewed CAH_BACSU Cephalosporin-C deacetylase (EC 3.1.1.41) (Acetylxylan esterase) (EC 3.1.1.72) cah BSU03180 Bacillus subtilis (strain 168) 318 +CAB12113.1 P94389 reviewed YCGL_BACSU Uncharacterized protein YcgL ycgL BSU03190 Bacillus subtilis (strain 168) 260 +CAB12114.1 P94390 reviewed PROD2_BACSU Proline dehydrogenase 2 (PRODH 2) (EC 1.5.5.2) (Proline oxidase 2) putB ycgM BSU03200 Bacillus subtilis (strain 168) 303 +CAB12115.2 P94391 reviewed ROCA2_BACSU 1-pyrroline-5-carboxylate dehydrogenase 2 (P5C dehydrogenase 2) (EC 1.2.1.88) (L-glutamate gamma-semialdehyde dehydrogenase) putC ycgN BSU03210 Bacillus subtilis (strain 168) 515 +CAB12116.2 P94392 reviewed PUTP_BACSU High-affinity proline transporter PutP putP ycgO BSU03220 Bacillus subtilis (strain 168) 473 +CAB12117.2 P94393 reviewed PUTR_BACSU Proline-responsive transcriptional activator PutR (Proline catabolism regulator) putR prcR ycgP BSU03230 Bacillus subtilis (strain 168) 411 +CAB12118.1 P94394 reviewed YCGQ_BACSU UPF0703 protein YcgQ ycgQ BSU03240 Bacillus subtilis (strain 168) 285 +CAB12119.1 P94395 reviewed YCGR_BACSU UPF0718 protein YcgR ycgR BSU03250 Bacillus subtilis (strain 168) 294 +CAB12120.1 P94396 reviewed YCGS_BACSU Uncharacterized hydrolase YcgS (EC 3.-.-.-) ycgS BSU03260 Bacillus subtilis (strain 168) 284 +CAB12121.1 O31475 reviewed FENR1_BACSU Ferredoxin--NADP reductase 1 (FNR 1) (Fd-NADP(+) reductase 1) (EC 1.18.1.2) ycgT BSU03270 Bacillus subtilis (strain 168) 336 +CAB12122.1 P42437 reviewed NASF_BACSU Uroporphyrinogen-III C-methyltransferase (Urogen III methylase) (EC 2.1.1.107) (SUMT) (Uroporphyrinogen III methylase) (UROM) nasF nasBE BSU03280 Bacillus subtilis (strain 168) 483 +CAB12123.1 P42436 reviewed NASE_BACSU Assimilatory nitrite reductase [NAD(P)H] small subunit (EC 1.7.1.4) nasE nasBD nirD BSU03290 Bacillus subtilis (strain 168) 106 +CAB12124.1 P42435 reviewed NASD_BACSU Nitrite reductase [NAD(P)H] (EC 1.7.1.4) nasD nasBC nirB BSU03300 Bacillus subtilis (strain 168) 805 +CAB12125.2 P42434 reviewed NASC_BACSU Assimilatory nitrate reductase catalytic subunit (EC 1.7.-.-) nasC narB nasBB BSU03310 Bacillus subtilis (strain 168) 710 +CAB12126.2 P42433 reviewed NASB_BACSU Assimilatory nitrate reductase electron transfer subunit nasB nasBA BSU03320 Bacillus subtilis (strain 168) 771 +CAB12127.2 P42432 reviewed NASA_BACSU Nitrate transporter nasA BSU03330 Bacillus subtilis (strain 168) 401 +CAB12128.2 P94398 reviewed GCH4_BACSU GTP cyclohydrolase FolE2 (EC 3.5.4.16) (GTP cyclohydrolase 1B) folE2 yciA BSU03340 Bacillus subtilis (strain 168) 304 +CAB12129.2 C0SP99 reviewed YCIB_BACSU Putative L,D-transpeptidase YciB (EC 2.-.-.-) yciB BSU03350 Bacillus subtilis (strain 168) 194 +CAX52544.1 C0H3U7 reviewed YCZL_BACSU Uncharacterized protein YczL yczL BSU03359 Bacillus subtilis (strain 168) 61 +CAB12130.1 P94400 reviewed YCIC_BACSU Zinc chaperone YciC (EC 3.6.5.-) yciC BSU03360 Bacillus subtilis (strain 168) 397 +CAB12131.1 P42399 reviewed YCKA_BACSU Probable amino-acid ABC transporter permease protein YckA yckA BSU03370 Bacillus subtilis (strain 168) 226 +CAB12132.1 P42400 reviewed YCKB_BACSU Probable ABC transporter extracellular-binding protein YckB (ORF2) yckB BSU03380 Bacillus subtilis (strain 168) 287 +SOX90541.1 A0A2K4Z9F2 unreviewed A0A2K4Z9F2_BACSU Uncharacterized protein BSU_03385 HIR78_01980 Bacillus subtilis (strain 168) 65 +CAB12133.1 P42401 reviewed YCKC_BACSU Uncharacterized protein YckC (ORF3) yckC BSU03390 Bacillus subtilis (strain 168) 151 +CAB12134.1 P42402 reviewed YCKD_BACSU Uncharacterized protein YckD (ORF4) yckD BSU03400 Bacillus subtilis (strain 168) 110 +CAB12135.1 P42403 reviewed BGLC_BACSU Aryl-phospho-beta-D-glucosidase BglC (EC 3.2.1.86) (6-phospho-beta-glucosidase) bglC yckE BSU03410 Bacillus subtilis (strain 168) 477 +CAB12136.1 P12669 reviewed NIN_BACSU DNA-entry nuclease inhibitor (Competence protein J) nin comJ BSU03420 Bacillus subtilis (strain 168) 132 +CAB12138.2 P39209 reviewed TLPC_BACSU Methyl-accepting chemotaxis protein TlpC tlpC BSU03440 Bacillus subtilis (strain 168) 573 +CAB12139.1 P42404 reviewed PHI_BACSU 3-hexulose-6-phosphate isomerase (EC 5.3.1.27) (6-phospho-3-hexuloisomerase) (PHI) hxlB yckF BSU03450 Bacillus subtilis (strain 168) 185 +CAB12140.1 P42405 reviewed HPS_BACSU 3-hexulose-6-phosphate synthase (HPS) (EC 4.1.2.43) (D-arabino-3-hexulose-6-phosphate formaldehyde lyase) (HUMPS) hxlA yckG BSU03460 Bacillus subtilis (strain 168) 210 +CAB12141.2 P42406 reviewed HXLR_BACSU HTH-type transcriptional activator HxlR hxlR BSU03470 Bacillus subtilis (strain 168) 120 +CAB12142.2 P27206 reviewed SRFAA_BACSU Surfactin synthase subunit 1 srfAA srfA srfA1 BSU03480 Bacillus subtilis (strain 168) 3587 +CAB12143.2 Q04747 reviewed SRFAB_BACSU Surfactin synthase subunit 2 srfAB comL srfA2 BSU03490 Bacillus subtilis (strain 168) 3583 +CAB12144.1 P80355 reviewed COMS_BACSU Competence protein S comS BSU03500 Bacillus subtilis (strain 168) 46 +CAB12145.2 Q08787 reviewed SRFAC_BACSU Surfactin synthase subunit 3 srfAC srfA3 BSU03510 Bacillus subtilis (strain 168) 1275 +CAB12146.1 Q08788 reviewed SRFAD_BACSU Surfactin synthase thioesterase subunit (EC 3.1.2.-) (Cold shock protein CSI16) srfAD srfA4 BSU03520 Bacillus subtilis (strain 168) 242 +CAB12147.2 Q08791 reviewed YCXA_BACSU Uncharacterized MFS-type transporter YcxA (ORF5) ycxA BSU03530 Bacillus subtilis (strain 168) 408 +CAB12148.1 Q08793 reviewed YCXB_BACSU Uncharacterized protein YcxB (ORF6) ycxB BSU03540 Bacillus subtilis (strain 168) 185 +CAB12149.2 Q08794 reviewed YCXC_BACSU Uncharacterized transporter YcxC ycxC BSU03550 Bacillus subtilis (strain 168) 312 +CAB12150.1 Q08792 reviewed YCXD_BACSU Uncharacterized HTH-type transcriptional regulator YcxD (ORF8) ycxD BSU03560 Bacillus subtilis (strain 168) 444 +CAB12152.2 O34927 reviewed YCZE_BACSU Uncharacterized membrane protein YczE yczE BSU03580 Bacillus subtilis (strain 168) 215 +CAB12153.2 P39456 reviewed TCYC_BACSU L-cystine import ATP-binding protein TcyC (EC 7.4.2.-) tcyC yckI BSU03590 Bacillus subtilis (strain 168) 247 +CAB12154.1 P42200 reviewed TCYB_BACSU L-cystine transport system permease protein TcyB tcyB yckJ BSU03600 Bacillus subtilis (strain 168) 234 +CAB12155.2 P42199 reviewed TCYA_BACSU L-cystine-binding protein TcyA tcyA yckK BSU03610 Bacillus subtilis (strain 168) 268 +CAB12156.1 P94403 reviewed BSDA_BACSU HTH-type transcriptional regulator BsdA (Bsd operon regulatory protein) bsdA yclA BSU03620 Bacillus subtilis (strain 168) 290 +CAB12157.1 P94404 reviewed PADL_BACSU Probable UbiX-like flavin prenyltransferase (EC 2.5.1.129) (Phenolic acid decarboxylase subunit B) (PAD) bsdB ubiX yclB BSU03630 Bacillus subtilis (strain 168) 204 +CAB12158.1 P94405 reviewed YCLC_BACSU Phenolic acid decarboxylase (PAD) (4-hydroxybenzoate decarboxylase) (4-hydroxybenzoate DC) (EC 4.1.1.61) (Phenolic acid decarboxylase subunit C) (Vanillate decarboxylase) (Vanillate DC) (EC 4.1.1.-) bsdC ubiD yclC BSU03640 Bacillus subtilis (strain 168) 473 +CAX52546.1 C0H3U9 reviewed BSDD_BACSU Protein BsdD (Phenolic acid decarboxylase subunit D) (PAD) bsdD BSU03651 BSU03650 Bacillus subtilis (strain 168) 75 +CAB12159.2 C0SPB5 reviewed YCLD_BACSU Uncharacterized protein YclD yclD BSU03652 BSU03650 Bacillus subtilis (strain 168) 154 +CAB12160.2 P94407 reviewed YCLE_BACSU AB hydrolase superfamily protein YclE (EC 3.-.-.-) yclE BSU03660 Bacillus subtilis (strain 168) 281 +CAB12175.2 P94408 reviewed YCLF_BACSU Uncharacterized transporter YclF yclF BSU03670 Bacillus subtilis (strain 168) 492 +CAB12176.1 P94409 reviewed YCLG_BACSU Uncharacterized protein YclG yclG BSU03680 Bacillus subtilis (strain 168) 584 +CAB12177.1 O31479 reviewed YCZF_BACSU Uncharacterized protein YczF yczF BSU03690 Bacillus subtilis (strain 168) 73 +CAB12178.1 P49939 reviewed GERKA_BACSU Spore germination protein KA gerKA BSU03700 Bacillus subtilis (strain 168) 544 +CAB12179.1 P49941 reviewed GERKC_BACSU Spore germination protein KC gerKC BSU03710 Bacillus subtilis (strain 168) 407 +CAB12180.1 P49940 reviewed GERKB_BACSU Spore germination protein KB gerKB BSU03720 Bacillus subtilis (strain 168) 373 +CAB12181.1 P94411 reviewed YCLH_BACSU Uncharacterized ABC transporter ATP-binding protein YclH yclH BSU03730 Bacillus subtilis (strain 168) 226 +CAB12182.2 P94412 reviewed YCLI_BACSU Uncharacterized ABC transporter permease YclI yclI BSU03740 Bacillus subtilis (strain 168) 486 +CAB12183.1 P94413 reviewed YCLJ_BACSU Uncharacterized transcriptional regulatory protein YclJ yclJ BSU03750 Bacillus subtilis (strain 168) 227 +CAB12184.1 P94414 reviewed YCLK_BACSU Sensor histidine kinase YclK (EC 2.7.13.3) yclK BSU03760 Bacillus subtilis (strain 168) 473 +CAB12185.1 P94415 reviewed RAPC_BACSU Regulatory protein RapC (Rap protein C) rapC yclL BSU03770 Bacillus subtilis (strain 168) 382 +CAB12186.1 P94416 reviewed PHRC_BACSU Competence and sporulation stimulating factor (CSF) (Extracellular signaling peptide CSF) (RapC inhibitor) phrC hprC BSU03780 Bacillus subtilis (strain 168) 40 +CAX52547.1 C0H3V0 reviewed YCZM_BACSU Uncharacterized membrane protein YczM yczM BSU03788 Bacillus subtilis (strain 168) 29 +CAX52548.1 C0H3V1 reviewed YCZN_BACSU Uncharacterized membrane protein YczN yczN BSU03789 Bacillus subtilis (strain 168) 37 +CAB12187.1 P94417 reviewed AK3_BACSU Aspartokinase 3 (EC 2.7.2.4) (Aspartate kinase 3) (Aspartokinase III) yclM BSU03790 Bacillus subtilis (strain 168) 454 +CAB12188.1 P94418 reviewed YCLN_BACSU Petrobactin import system permease protein YclN yclN BSU03800 Bacillus subtilis (strain 168) 316 +CAB12189.1 P94419 reviewed YCLO_BACSU Petrobactin import system permease protein YclO yclO BSU03810 Bacillus subtilis (strain 168) 315 +CAB12190.1 P94420 reviewed YCLP_BACSU Petrobactin import ATP-binding protein YclP (EC 7.2.2.-) yclP BSU03820 Bacillus subtilis (strain 168) 252 +CAB12191.1 P94421 reviewed YCLQ_BACSU Petrobactin-binding protein YclQ yclQ BSU03830 Bacillus subtilis (strain 168) 317 +CAB12192.1 P94422 reviewed YCNB_BACSU Uncharacterized MFS-type transporter YcnB ycnB BSU03840 Bacillus subtilis (strain 168) 472 +CAB12193.2 P94423 reviewed YCNC_BACSU Uncharacterized HTH-type transcriptional regulator YcnC ycnC BSU03850 Bacillus subtilis (strain 168) 292 +CAB12194.1 P94424 reviewed NFRA2_BACSU FMN reductase [NAD(P)H] (EC 1.5.1.39) (NAD(P)H-dependent FMN reductase) (NAD(P)H-dependent nitro/flavin reductase) (NAD(P)H-dependent nitroreductase) (NAD(P)H-dependent oxidoreductase) nfrA2 ycnD BSU03860 Bacillus subtilis (strain 168) 249 +CAB12195.1 P94425 reviewed YCNE_BACSU Putative monooxygenase YcnE (EC 1.-.-.-) ycnE BSU03870 Bacillus subtilis (strain 168) 95 +CAB12196.1 O31480 reviewed YCZG_BACSU Uncharacterized HTH-type transcriptional regulator YczG yczG BSU03880 Bacillus subtilis (strain 168) 104 +CAB12197.1 P94426 reviewed GABR_BACSU HTH-type transcriptional regulatory protein GabR gabR ycnF BSU03890 Bacillus subtilis (strain 168) 479 +CAB12198.1 P94427 reviewed GABT_BACSU Probable 4-aminobutyrate aminotransferase (EC 2.6.1.19) ((S)-3-amino-2-methylpropionate transaminase) (EC 2.6.1.22) (GABA aminotransferase) (GABA-AT) (Gamma-amino-N-butyrate transaminase) (GABA transaminase) (Glutamate:succinic semialdehyde transaminase) (L-AIBAT) gabT ycnG BSU03900 Bacillus subtilis (strain 168) 436 +CAB12199.1 P94428 reviewed GABD_BACSU Succinate-semialdehyde dehydrogenase [NADP(+)] (SSDH) (EC 1.2.1.79) gabD ycnH BSU03910 Bacillus subtilis (strain 168) 462 +CAB12200.1 P40420 reviewed GLCU_BACSU Glucose uptake protein GlcU glcU ycxE BSU03920 Bacillus subtilis (strain 168) 287 +CAB12201.1 P12310 reviewed DHG_BACSU Glucose 1-dehydrogenase (EC 1.1.1.47) gdh BSU03930 Bacillus subtilis (strain 168) 261 +CAB12202.1 P94431 reviewed YCNI_BACSU Uncharacterized protein YcnI ycnI BSU03940 Bacillus subtilis (strain 168) 204 +CAB12203.2 C0SP95 reviewed YCNJ_BACSU Copper transport protein YcnJ ycnJ BSU03950 Bacillus subtilis (strain 168) 541 +CAB12204.1 P94433 reviewed YCNK_BACSU HTH-type transcriptional repressor YcnK ycnK BSU03960 Bacillus subtilis (strain 168) 190 +CAB12205.1 P94434 reviewed YCNL_BACSU Uncharacterized protein YcnL ycnL BSU03970 Bacillus subtilis (strain 168) 117 +CAB12206.2 P42956 reviewed PTMCB_BACSU PTS system mannitol-specific EIICB component (EIICB-Mtl) (EII-Mtl) [Includes: Mannitol permease IIC component (PTS system mannitol-specific EIIC component); Mannitol-specific phosphotransferase enzyme IIB component (EC 2.7.1.197) (PTS system mannitol-specific EIIB component)] mtlA BSU03981 BSU03980 Bacillus subtilis (strain 168) 478 +CAX52549.1 C0H3V2 reviewed PTMA_BACSU Mannitol-specific phosphotransferase enzyme IIA component (EIIA) (EIII) (PTS system mannitol-specific EIIA component) mtlF BSU03982 BSU03980 Bacillus subtilis (strain 168) 143 +CAB12207.2 P42957 reviewed MTLD_BACSU Mannitol-1-phosphate 5-dehydrogenase (EC 1.1.1.17) mtlD mtlB BSU03990 Bacillus subtilis (strain 168) 373 +CAB12208.3 P42958 reviewed TTUC_BACSU Probable tartrate dehydrogenase/decarboxylase (TDH) (EC 1.1.1.93) (EC 4.1.1.73) (D-malate dehydrogenase [decarboxylating]) (EC 1.1.1.83) ycsA BSU04000 Bacillus subtilis (strain 168) 354 +CAB12209.1 P42959 reviewed LEPU_BACSU Signal peptidase I U (SPase I) (EC 3.4.21.89) (Leader peptidase I) sipU ycsB BSU04010 Bacillus subtilis (strain 168) 187 +CAB12210.2 O31482 reviewed YCZH_BACSU Uncharacterized protein YczH yczH BSU04020 Bacillus subtilis (strain 168) 202 +CAB12211.2 P42961 reviewed YCSD_BACSU Uncharacterized protein YcsD ycsD BSU04030 Bacillus subtilis (strain 168) 130 +CAX52550.1 C0H3V3 reviewed YCZO_BACSU Uncharacterized protein YczO yczO BSU04039 Bacillus subtilis (strain 168) 54 +CAB12212.2 P42962 reviewed YCSE_BACSU 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YcsE (EC 3.1.3.104) ycsE BSU04040 Bacillus subtilis (strain 168) 249 +CAB12213.3 P42963 reviewed PXPA_BACSU 5-oxoprolinase subunit A (5-OPase subunit A) (EC 3.5.2.9) (5-oxoprolinase (ATP-hydrolyzing) subunit A) pxpA ycsF BSU04050 Bacillus subtilis (strain 168) 257 +CAB12214.3 P42964 reviewed YCSG_BACSU Uncharacterized membrane protein YcsG ycsG ycsH BSU04060 Bacillus subtilis (strain 168) 404 +CAB12215.3 P42966 reviewed YCSI_BACSU Putative hydro-lyase YcsI (EC 4.2.1.-) ycsI BSU04070 Bacillus subtilis (strain 168) 257 +CAB12216.2 P60495 reviewed PXPB_BACSU 5-oxoprolinase subunit B (5-OPase subunit B) (EC 3.5.2.9) (5-oxoprolinase (ATP-hydrolyzing) subunit B) (Antikinase KipI) (Kinase A inhibitor) (Sporulation inhibitor KipI) pxpB kipI ycsJ BSU04080 Bacillus subtilis (strain 168) 240 +CAE01447.2 Q7WY77 reviewed PXPC_BACSU 5-oxoprolinase subunit C (5-OPase subunit C) (EC 3.5.2.9) (5-oxoprolinase (ATP-hydrolyzing) subunit C) (KipI antagonist) (Protein KipA) pxpC kipA BSU04090 Bacillus subtilis (strain 168) 335 +CAB12217.2 P42968 reviewed KIPR_BACSU HTH-type transcriptional regulator KipR (Kip operon repressor protein) kipR ycsO BSU04100 Bacillus subtilis (strain 168) 250 +CAB12218.1 P42969 reviewed LIPC_BACSU Spore germination lipase LipC (EC 3.-.-.-) lipC ycsK BSU04110 Bacillus subtilis (strain 168) 213 +CAB12219.1 P42970 reviewed YCZI_BACSU Uncharacterized protein YczI yczI BSU04120 Bacillus subtilis (strain 168) 81 +CAB12220.1 O31484 reviewed YCZJ_BACSU Uncharacterized protein YczJ yczJ BSU04130 Bacillus subtilis (strain 168) 95 +CAB12221.1 P42971 reviewed PBPC_BACSU Penicillin-binding protein 3 (PBP 3) (EC 3.4.16.4) (PSPB20) (Penicillin-binding protein C) pbpC ycsM yzsA BSU04140 Bacillus subtilis (strain 168) 668 +CAB12222.1 P42972 reviewed YCSN_BACSU Uncharacterized oxidoreductase YcsN (EC 1.-.-.-) ycsN BSU04150 Bacillus subtilis (strain 168) 300 +CAB12223.1 P96574 reviewed MTLR_BACSU Transcriptional regulator MtlR (Mannitol operon transcriptional activator) (Mtl operon transcriptional activator) [Includes: Putative phosphotransferase enzyme IIB component (EC 2.7.1.197) (Putative PTS system EIIB component); Putative phosphotransferase enzyme IIA component (Putative PTS system EIIA component)] mtlR ydaA BSU04160 Bacillus subtilis (strain 168) 694 +CAB12224.2 P96575 reviewed YDAB_BACSU Putative acyl--CoA ligase YdaB (EC 6.2.1.-) ydaB BSU04170 Bacillus subtilis (strain 168) 503 +CAB12225.1 P96576 reviewed YDAC_BACSU Uncharacterized methyltransferase YdaC (EC 2.1.1.-) ydaC BSU04180 Bacillus subtilis (strain 168) 181 +CAB12226.1 P80873 reviewed GS39_BACSU General stress protein 39 (GSP39) (EC 1.-.-.-) ydaD BSU04190 Bacillus subtilis (strain 168) 286 +CAB12227.1 P96578 reviewed DLYKI_BACSU Probable D-lyxose ketol-isomerase (EC 5.3.1.15) (D-lyxose isomerase) ydaE BSU04200 Bacillus subtilis (strain 168) 167 +CAB12228.1 P96579 reviewed YDAF_BACSU Putative ribosomal N-acetyltransferase YdaF (EC 2.3.1.-) ydaF BSU04210 Bacillus subtilis (strain 168) 183 +CAB12229.1 P80238 reviewed GS26_BACSU General stress protein 26 (GSP26) ydaG yzzA BSU04220 Bacillus subtilis (strain 168) 140 +CAB12230.1 P96581 reviewed AMJ_BACSU Lipid II flippase Amj amj ydaH BSU04230 Bacillus subtilis (strain 168) 269 +CAB12231.1 O31485 reviewed YDZA_BACSU Uncharacterized membrane protein YdzA ydzA BSU04240 Bacillus subtilis (strain 168) 96 +CAB12232.1 P96582 reviewed LRPC_BACSU HTH-type transcriptional regulator LrpC lrpC ydaI BSU04250 Bacillus subtilis (strain 168) 144 +CAB12233.1 P96583 reviewed TOP3_BACSU DNA topoisomerase 3 (EC 5.6.2.1) (DNA topoisomerase III) topB BSU04260 Bacillus subtilis (strain 168) 727 +CAB12234.1 O31486 reviewed YDAJ_BACSU Putative lipoprotein YdaJ ydaJ BSU04270 Bacillus subtilis (strain 168) 362 +CAB12235.1 P96585 reviewed YDAK_BACSU Uncharacterized membrane protein YdaK ydaK BSU04280 Bacillus subtilis (strain 168) 283 +CAB12236.1 O31487 reviewed YDAL_BACSU Uncharacterized protein YdaL ydaL BSU04290 Bacillus subtilis (strain 168) 569 +CAB12237.1 P96587 reviewed YDAM_BACSU Uncharacterized glycosyltransferase YdaM (EC 2.4.-.-) ydaM BSU04300 Bacillus subtilis (strain 168) 420 +CAB12238.1 O31488 reviewed YDAN_BACSU Uncharacterized protein YdaN ydaN BSU04310 Bacillus subtilis (strain 168) 703 +CAB12239.1 P96589 reviewed KIMA_BACSU Potassium transporter KimA (K(+) importer A) (Potassium-proton symporter KimA) kimA ydaO BSU04320 Bacillus subtilis (strain 168) 607 +CAB12240.1 P96590 reviewed MUTT_BACSU Putative 8-oxo-dGTP diphosphatase (8-oxo-dGTPase) (EC 3.6.1.55) (7,8-dihydro-8-oxoguanine-triphosphatase) (Mutator protein MutT) (dGTP pyrophosphohydrolase) mutT BSU04330 Bacillus subtilis (strain 168) 149 +CAB12241.1 P96591 reviewed YDAP_BACSU Putative thiamine pyrophosphate-containing protein YdaP ydaP BSU04340 Bacillus subtilis (strain 168) 574 +SOX90542.1 A0A2K4Z9F4 unreviewed A0A2K4Z9F4_BACSU Uncharacterized protein BSU_04345 Bacillus subtilis (strain 168) 67 +CAX52551.1 C0H3V4 reviewed YDZK_BACSU Uncharacterized membrane protein YdzK ydzK BSU04359 Bacillus subtilis (strain 168) 88 +CAB12243.1 P96593 reviewed MNTH_BACSU Divalent metal cation transporter MntH mntH ydaR BSU04360 Bacillus subtilis (strain 168) 425 +CAB12244.1 P96594 reviewed YDAS_BACSU UPF0410 protein YdaS ydaS BSU04370 Bacillus subtilis (strain 168) 85 +CAB12245.1 P96595 reviewed YDAT_BACSU Uncharacterized protein YdaT ydaT BSU04380 Bacillus subtilis (strain 168) 150 +CAB12246.1 P96596 reviewed YDBA_BACSU Uncharacterized protein YdbA ydbA BSU04390 Bacillus subtilis (strain 168) 272 +CAB12247.1 P26907 reviewed GSIB_BACSU Glucose starvation-inducible protein B (General stress protein B) gsiB BSU04400 Bacillus subtilis (strain 168) 123 +CAB12248.1 P96597 reviewed YDBB_BACSU Uncharacterized protein YdbB ydbB BSU04410 Bacillus subtilis (strain 168) 113 +CAB12249.1 P96598 reviewed YDBC_BACSU Uncharacterized protein YdbC ydbC BSU04420 Bacillus subtilis (strain 168) 119 +CAB12250.1 P80878 reviewed MCAT_BACSU Manganese catalase (EC 1.11.1.6) (General stress protein 80) (GSP80) ydbD BSU04430 Bacillus subtilis (strain 168) 273 +CAB12251.1 P96600 reviewed DCTB_BACSU C4-dicarboxylate-binding protein DctB dctB ydbE BSU04440 Bacillus subtilis (strain 168) 350 +CAB12252.1 P96601 reviewed DCTS_BACSU Probable C4-dicarboxylate sensor kinase (EC 2.7.13.3) dctS ydbF BSU04450 Bacillus subtilis (strain 168) 535 +CAB12253.1 P96602 reviewed DCTR_BACSU Probable C4-dicarboxylate response regulator DctR dctR ydbG BSU04460 Bacillus subtilis (strain 168) 226 +CAB12254.1 P96603 reviewed DCTA_BACSU C4-dicarboxylate transport protein (C4-dicarboxylate permease) dctA dctP ydbH BSU04470 Bacillus subtilis (strain 168) 421 +CAB12255.1 P96604 reviewed YDBI_BACSU Putative transport protein YdbI ydbI BSU04480 Bacillus subtilis (strain 168) 350 +CAB12256.1 P96605 reviewed YDBJ_BACSU Uncharacterized ABC transporter ATP-binding protein YdbJ ydbJ BSU04490 Bacillus subtilis (strain 168) 308 +CAB12257.1 P96606 reviewed YDBK_BACSU Uncharacterized membrane protein YdbK ydbK BSU04500 Bacillus subtilis (strain 168) 246 +CAB12258.1 P96607 reviewed YDBL_BACSU Uncharacterized protein YdbL ydbL BSU04510 Bacillus subtilis (strain 168) 111 +CAB12259.1 P96608 reviewed YDBM_BACSU Putative acyl-CoA dehydrogenase YdbM (EC 1.3.99.-) ydbM BSU04520 Bacillus subtilis (strain 168) 381 +CAB12260.1 P96609 reviewed YDBN_BACSU Uncharacterized protein YdbN ydbN BSU04530 Bacillus subtilis (strain 168) 59 +CCQ48594.1 L8ECQ9 unreviewed L8ECQ9_BACSU Fur-regulated basic protein FbpA (Regulator of iron homeostasis) fbpA BSU_04536 HIR78_02585 Bacillus subtilis (strain 168) 54 +CAB12261.1 P96610 reviewed YDBO_BACSU Uncharacterized transporter YdbO ydbO BSU04540 Bacillus subtilis (strain 168) 290 +CAB12262.1 P96611 reviewed YDBP_BACSU Thioredoxin-like protein YdbP ydbP BSU04550 Bacillus subtilis (strain 168) 106 +CAB12263.1 P96612 reviewed DDL_BACSU D-alanine--D-alanine ligase (EC 6.3.2.4) (D-Ala-D-Ala ligase) (D-alanylalanine synthetase) ddl ddlA BSU04560 Bacillus subtilis (strain 168) 354 +CAB12264.1 P96613 reviewed MURF_BACSU UDP-N-acetylmuramoyl-tripeptide--D-alanyl-D-alanine ligase (EC 6.3.2.10) (D-alanyl-D-alanine-adding enzyme) (UDP-MurNAc-pentapeptide synthetase) murF ydbQ BSU04570 Bacillus subtilis (strain 168) 457 +CAB12265.2 P96614 reviewed CSHA_BACSU DEAD-box ATP-dependent RNA helicase CshA (EC 3.6.4.13) cshA ydbR BSU04580 Bacillus subtilis (strain 168) 494 +CAB12266.1 P96615 reviewed YDBS_BACSU UPF0699 transmembrane protein YdbS ydbS BSU04590 Bacillus subtilis (strain 168) 159 +CAB12267.1 P96616 reviewed YDBT_BACSU UPF0699 transmembrane protein YdbT ydbT BSU04600 Bacillus subtilis (strain 168) 493 +CAB12268.1 P96617 reviewed YDCA_BACSU Putative rhomboid protease YdcA (EC 3.4.21.-) ydcA BSU04610 Bacillus subtilis (strain 168) 199 +CAB12269.1 P96618 reviewed ACPS_BACSU Holo-[acyl-carrier-protein] synthase (Holo-ACP synthase) (EC 2.7.8.7) (4'-phosphopantetheinyl transferase AcpS) acpS ydcB BSU04620 Bacillus subtilis (strain 168) 121 +CAB12270.2 P96619 reviewed YDCC_BACSU Sporulation protein YdcC ydcC BSU04630 Bacillus subtilis (strain 168) 338 +CAB12271.1 P10725 reviewed ALR1_BACSU Alanine racemase 1 (EC 5.1.1.1) alr1 alr dal BSU04640 Bacillus subtilis (strain 168) 389 +CAB12272.1 P96621 reviewed ENDAI_BACSU Antitoxin EndoAI (Antitoxin MazE-bs) (MazE-bs) (EndoA inhibitor) ndoAI mazE BSU04650 Bacillus subtilis (strain 168) 93 +CAB12273.1 P96622 reviewed ENDOA_BACSU Endoribonuclease EndoA (EC 3.1.27.-) (Toxin EndoA) (mRNA interferase EndoA) (mRNA interferase MazF-bs) (MazF-bs) ndoA mazF ydcE BSU04660 Bacillus subtilis (strain 168) 116 +CAB12274.1 P42409 reviewed RSBRA_BACSU RsbT co-antagonist protein RsbRA (Stressosome protein RsbRA) rsbRA rsbR ycxR BSU04670 Bacillus subtilis (strain 168) 274 +CAB12275.1 P42410 reviewed RSBS_BACSU RsbT antagonist protein RsbS (Stressosome protein RsbS) rsbS ycxS BSU04680 Bacillus subtilis (strain 168) 121 +CAB12276.1 P42411 reviewed RSBT_BACSU Serine/threonine-protein kinase RsbT (EC 2.7.11.1) (Anti-sigma-B factor RsbT) (Switch protein/serine kinase) rsbT ycxT BSU04690 Bacillus subtilis (strain 168) 133 +CAB12277.1 P40399 reviewed RSBU_BACSU Phosphoserine phosphatase RsbU (EC 3.1.3.3) (Sigma factor SigB regulation protein RsbU) rsbU BSU04700 Bacillus subtilis (strain 168) 335 +CAB12278.1 P17903 reviewed RSBV_BACSU Anti-sigma-B factor antagonist (Anti-anti-sigma-B factor) rsbV BSU04710 Bacillus subtilis (strain 168) 109 +CAB12279.1 P17904 reviewed RSBW_BACSU Serine-protein kinase RsbW (EC 2.7.11.1) (Anti-sigma-B factor) (Sigma-B negative effector RsbW) rsbW BSU04720 Bacillus subtilis (strain 168) 160 +CAB12280.2 P06574 reviewed RPSB_BACSU RNA polymerase sigma-B factor (General stress protein 84) (GSP84) (Sigma-37) sigB rpoF BSU04730 Bacillus subtilis (strain 168) 262 +CAB12281.1 P17906 reviewed RSBX_BACSU Phosphoserine phosphatase RsbX (EC 3.1.3.3) (Sigma-B negative effector) rsbX BSU04740 Bacillus subtilis (strain 168) 199 +SOX90543.1 A0A2K4Z9G9 unreviewed A0A2K4Z9G9_BACSU Uncharacterized protein BSU_04745 HIR78_02695 Bacillus subtilis (strain 168) 38 +CAB12282.1 P96623 reviewed YDCF_BACSU Uncharacterized protein YdcF ydcF BSU04750 Bacillus subtilis (strain 168) 97 +CAB12283.1 P96624 reviewed YDCG_BACSU UPF0310 protein YdcG ydcG BSU04760 Bacillus subtilis (strain 168) 146 +CAB12284.1 P96625 reviewed YDCH_BACSU Uncharacterized HTH-type transcriptional regulator YdcH ydcH BSU04770 Bacillus subtilis (strain 168) 147 +CAB12285.2 O31489 reviewed YDCI_BACSU Uncharacterized protein YdcI ydcI ydcJ BSU04780 Bacillus subtilis (strain 168) 719 +SOX90544.1 A0A2K4Z9G8 reviewed COMPA_BACSU Cortex morphogenetic protein A cmpA BSU_04785 Bacillus subtilis (strain 168) 37 +CAB12286.1 P96628 reviewed SPRTL_BACSU Protein SprT-like ydcK BSU04790 Bacillus subtilis (strain 168) 150 +CAB12287.1 P96629 reviewed INT_BACSU ICEBs1 integrase int ydcL BSU04800 Bacillus subtilis (strain 168) 368 +CAB12288.1 P96630 reviewed IMMA_BACSU Metallopeptidase ImmA (EC 3.4.-.-) immA ydcM BSU04810 Bacillus subtilis (strain 168) 169 +CAB12289.1 P96631 reviewed IMMR_BACSU HTH-type transcriptional regulator ImmR immR ydcN BSU04820 Bacillus subtilis (strain 168) 127 +CAB12290.1 O31490 reviewed XIS_BACSU ICEBs1 excisionase (Recombination directionality factor xis) xis sacV BSU04830 Bacillus subtilis (strain 168) 64 +CAX52552.1 C0H3V5 reviewed YDZL_BACSU Uncharacterized protein YdzL ydzL BSU04839 Bacillus subtilis (strain 168) 86 +CAB12291.1 P96632 reviewed YDCO_BACSU Uncharacterized protein YdcO ydcO BSU04840 Bacillus subtilis (strain 168) 86 +SOX90545.1 A0A2K4Z9F9 unreviewed A0A2K4Z9F9_BACSU Lipoprotein BSU_04849 HIR78_02795 Bacillus subtilis (strain 168) 42 +CAB12292.1 P96633 reviewed YDCP_BACSU Putative uncharacterized protein YdcP ydcP BSU04850 Bacillus subtilis (strain 168) 126 +CAB12293.1 P96634 reviewed YDCQ_BACSU Ftsk domain-containing protein YdcQ ydcQ BSU04860 Bacillus subtilis (strain 168) 480 +CAB12294.1 P96635 reviewed NICK_BACSU Putative DNA relaxase NicK nicK ydcR BSU04870 Bacillus subtilis (strain 168) 352 +CAB12295.1 P96636 reviewed YDCS_BACSU Uncharacterized protein YdcS ydcS BSU04880 Bacillus subtilis (strain 168) 89 +CAB12296.1 P96637 reviewed YDCT_BACSU Uncharacterized protein YdcT ydcT BSU04890 Bacillus subtilis (strain 168) 88 +CAB12297.1 P96638 reviewed YDDA_BACSU Uncharacterized protein YddA yddA BSU04900 Bacillus subtilis (strain 168) 102 +CAB12298.1 O31491 reviewed YDDB_BACSU Uncharacterized protein YddB yddB BSU04910 Bacillus subtilis (strain 168) 354 +CAB12299.1 P96640 reviewed YDDC_BACSU Uncharacterized protein YddC yddC BSU04920 Bacillus subtilis (strain 168) 82 +CAB12300.1 P96641 reviewed YDDD_BACSU Uncharacterized protein YddD yddD BSU04930 Bacillus subtilis (strain 168) 174 +CAB12301.3 P96642 reviewed YDDE_BACSU Uncharacterized protein YddE yddE BSU04940 Bacillus subtilis (strain 168) 831 +CAB12302.1 P96643 reviewed YDDF_BACSU Uncharacterized protein YddF yddF BSU04950 Bacillus subtilis (strain 168) 108 +CAB12303.1 P96644 reviewed YDDG_BACSU Uncharacterized membrane protein YddG yddG BSU04960 Bacillus subtilis (strain 168) 815 +CAB12304.1 P96645 reviewed CWLT_BACSU Bifunctional muramidase/DL-endopeptidase CwlT (EC 3.2.1.17) (EC 3.4.-.-) (Bifunctional cell wall hydrolase CwlT) (Cell wall lytic enzyme T) cwlT yddH BSU04970 Bacillus subtilis (strain 168) 329 +CAB12305.1 P96646 reviewed YDDI_BACSU Uncharacterized protein YddI yddI BSU04980 Bacillus subtilis (strain 168) 168 +CAB12306.1 P96647 reviewed YDDJ_BACSU Uncharacterized protein YddJ yddJ BSU04990 Bacillus subtilis (strain 168) 126 +CAB12307.1 P96648 reviewed YDDK_BACSU Uncharacterized protein YddK (EC 3.2.2.6) yddK BSU05000 Bacillus subtilis (strain 168) 266 +CAB12308.1 P96649 reviewed RAPI_BACSU Response regulator aspartate phosphatase I (EC 3.1.3.-) rapI yddL BSU05010 Bacillus subtilis (strain 168) 391 +CAB12309.1 O31492 reviewed PHRI_BACSU Phosphatase RapI inhibitor (Phosphatase regulator I) phrI BSU05020 Bacillus subtilis (strain 168) 39 +CAB12310.1 P96650 reviewed YDDM_BACSU Uncharacterized protein YddM yddM BSU05030 Bacillus subtilis (strain 168) 313 +CAB12311.1 P96651 reviewed YDDN_BACSU Uncharacterized protein YddN yddN BSU05040 Bacillus subtilis (strain 168) 339 +CAB12312.1 P96652 reviewed LRPA_BACSU HTH-type transcriptional regulator LrpA lrpA yddO BSU05050 Bacillus subtilis (strain 168) 136 +CAB12313.1 P96653 reviewed LRPB_BACSU HTH-type transcriptional regulator LrpB lrpB yddP BSU05060 Bacillus subtilis (strain 168) 149 +CAB12314.1 P96654 reviewed YDDQ_BACSU Uncharacterized isochorismatase family protein YddQ (EC 3.-.-.-) yddQ BSU05070 Bacillus subtilis (strain 168) 180 +CAB12315.1 P96655 reviewed YDDR_BACSU UPF0173 protein YddR (EC 3.-.-.-) yddR BSU05080 Bacillus subtilis (strain 168) 254 +CAB12316.1 P96656 reviewed YDDS_BACSU Uncharacterized MFS-type transporter YddS yddS BSU05090 Bacillus subtilis (strain 168) 436 +CAX52553.1 Q9K3A9 reviewed YDZM_BACSU Uncharacterized membrane protein YdzM/YouB ydzM BSU05099; youB BSU21329 Bacillus subtilis (strain 168) 58 +CAB12317.1 P96657 reviewed YDDT_BACSU Uncharacterized protein YddT yddT BSU05100 Bacillus subtilis (strain 168) 228 +CAX52554.1 C0H3V7 reviewed YDZN_BACSU Uncharacterized membrane protein YdzN ydzN BSU05109 Bacillus subtilis (strain 168) 61 +CAB12318.1 P96658 reviewed YDEA_BACSU Uncharacterized protease YdeA (EC 3.2.-.-) ydeA BSU05110 Bacillus subtilis (strain 168) 197 +CAB12319.1 P39158 reviewed CSPC_BACSU Cold shock protein CspC cspC BSU05120 Bacillus subtilis (strain 168) 66 +CAB12320.1 P96659 reviewed YDEB_BACSU Putative transcription factor YdeB ydeB BSU05130 Bacillus subtilis (strain 168) 153 +CAB12321.1 O31493 reviewed YDZE_BACSU Putative permease-like protein YdzE ydzE BSU05140 Bacillus subtilis (strain 168) 78 +CAB12322.1 P96660 reviewed YDEC_BACSU Uncharacterized HTH-type transcriptional regulator YdeC ydeC BSU05150 Bacillus subtilis (strain 168) 291 +CAB12323.1 P96661 reviewed YDED_BACSU Uncharacterized transporter YdeD ydeD BSU05160 Bacillus subtilis (strain 168) 319 +CAB12324.1 P96662 reviewed YDEE_BACSU Uncharacterized HTH-type transcriptional regulator YdeE ydeE BSU05170 Bacillus subtilis (strain 168) 290 +CAB12325.2 P96663 reviewed YDEF_BACSU Uncharacterized HTH-type transcriptional regulator YdeF ydeF BSU05180 Bacillus subtilis (strain 168) 462 +CAB12326.1 P96664 reviewed YDEG_BACSU Uncharacterized MFS-type transporter YdeG ydeG BSU05190 Bacillus subtilis (strain 168) 430 +CAB12327.1 P96665 reviewed YDEH_BACSU Uncharacterized membrane protein YdeH ydeH BSU05200 Bacillus subtilis (strain 168) 148 +CAB12328.1 P96666 reviewed YDEI_BACSU Uncharacterized protein YdeI ydeI BSU05210 Bacillus subtilis (strain 168) 197 +CAB12329.1 P96667 reviewed YDEJ_BACSU Uncharacterized lipoprotein YdeJ ydeJ BSU05220 Bacillus subtilis (strain 168) 219 +CAB12330.1 P96668 reviewed YDEK_BACSU Uncharacterized transporter YdeK ydeK BSU05230 Bacillus subtilis (strain 168) 287 +CAB12331.1 P96669 reviewed YDEL_BACSU Uncharacterized HTH-type transcriptional regulator YdeL ydeL BSU05240 Bacillus subtilis (strain 168) 463 +CAB12332.1 P96670 reviewed YDEM_BACSU Uncharacterized protein YdeM ydeM BSU05250 Bacillus subtilis (strain 168) 141 +CAB12333.1 P96671 reviewed YDEN_BACSU Putative hydrolase YdeN (EC 3.-.-.-) ydeN BSU05260 Bacillus subtilis (strain 168) 190 +CAB12334.1 O31494 reviewed YDZF_BACSU Uncharacterized HTH-type transcriptional regulator YdzF ydzF BSU05270 Bacillus subtilis (strain 168) 109 +CAB12335.1 P96672 reviewed YDEO_BACSU UPF0750 membrane protein YdeO ydeO BSU05280 Bacillus subtilis (strain 168) 290 +CAB12336.1 P96673 reviewed YDEP_BACSU Uncharacterized HTH-type transcriptional regulator YdeP ydeP BSU05290 Bacillus subtilis (strain 168) 128 +CAB12337.1 P96674 reviewed YDEQ_BACSU Uncharacterized NAD(P)H oxidoreductase YdeQ (EC 1.6.99.-) ydeQ BSU05300 Bacillus subtilis (strain 168) 197 +CAB12338.1 P96675 reviewed YDER_BACSU Uncharacterized MFS-type transporter YdeR ydeR BSU05310 Bacillus subtilis (strain 168) 395 +CAB12339.1 P96676 reviewed YDES_BACSU Uncharacterized HTH-type transcriptional regulator YdeS ydeS BSU05320 Bacillus subtilis (strain 168) 198 +CAX52555.1 C0H3V9 reviewed YDZO_BACSU Uncharacterized protein YdzO ydzO BSU05329 Bacillus subtilis (strain 168) 61 +CAB12340.1 P96677 reviewed ASER_BACSU HTH-type transcriptional repressor AseR aseR ydeT BSU05330 Bacillus subtilis (strain 168) 111 +CAB12341.1 P96678 reviewed YDFA_BACSU Putative arsenical pump membrane protein YdfA ydfA BSU05340 Bacillus subtilis (strain 168) 435 +CAB12342.1 P96679 reviewed YDFB_BACSU Uncharacterized N-acetyltransferase YdfB (EC 2.3.1.-) ydfB BSU05350 Bacillus subtilis (strain 168) 261 +CAB12343.1 P96680 reviewed YDFC_BACSU Uncharacterized transporter YdfC ydfC BSU05360 Bacillus subtilis (strain 168) 306 +CAB12344.1 P96681 reviewed YDFD_BACSU Uncharacterized HTH-type transcriptional regulator YdfD ydfD BSU05370 Bacillus subtilis (strain 168) 482 +CAB12345.1 P96682 reviewed YDFE_BACSU Uncharacterized protein YdfE ydfE BSU05380 Bacillus subtilis (strain 168) 207 +CAB12346.1 P96683 reviewed YDFF_BACSU Uncharacterized HTH-type transcriptional regulator YdfF ydfF BSU05390 Bacillus subtilis (strain 168) 226 +CAB12347.1 P96684 reviewed YDFG_BACSU Uncharacterized protein YdfG ydfG BSU05400 Bacillus subtilis (strain 168) 147 +CAX52558.1 C0H3W0 reviewed YDZP_BACSU Uncharacterized membrane protein YdzP ydzP BSU05408 Bacillus subtilis (strain 168) 59 +CAX52559.1 C0H3W1 reviewed YDZQ_BACSU Uncharacterized protein YdzQ ydzQ BSU05409 Bacillus subtilis (strain 168) 47 +CAB12348.1 P96685 reviewed YDFH_BACSU Sensor histidine kinase YdfH (EC 2.7.13.3) ydfH BSU05410 Bacillus subtilis (strain 168) 407 +CAB12349.1 P96686 reviewed YDFI_BACSU Transcriptional regulatory protein YdfI ydfI BSU05420 Bacillus subtilis (strain 168) 213 +CAB12350.1 P96687 reviewed YDFJ_BACSU Membrane protein YdfJ ydfJ BSU05430 Bacillus subtilis (strain 168) 724 +CAB12351.1 P96688 reviewed NAP_BACSU Uncharacterized carboxylesterase nap (EC 3.1.1.1) nap BSU05440 Bacillus subtilis (strain 168) 300 +CAB12352.1 P96689 reviewed YDFK_BACSU Uncharacterized membrane protein YdfK ydfK BSU05450 Bacillus subtilis (strain 168) 229 +CAB12353.1 P96690 reviewed YDFL_BACSU Uncharacterized HTH-type transcriptional regulator YdfL ydfL BSU05460 Bacillus subtilis (strain 168) 270 +CAB12354.2 C0SP78 reviewed MNEP_BACSU Manganese efflux system protein MneP mneP ydfM BSU05470 Bacillus subtilis (strain 168) 297 +CAB12355.1 P96692 reviewed MHQN_BACSU Putative NAD(P)H nitroreductase MhqN (EC 1.-.-.-) mhqN ydfN BSU05480 Bacillus subtilis (strain 168) 206 +CAB12356.1 P96693 reviewed MHQO_BACSU Putative ring-cleaving dioxygenase MhqO (EC 1.13.11.-) mhqO ydfO BSU05490 Bacillus subtilis (strain 168) 312 +CAB12357.1 P96694 reviewed MHQP_BACSU Putative oxidoreductase MhqP (EC 1.-.-.-) mhqP ydfP BSU05500 Bacillus subtilis (strain 168) 129 +CAB12358.1 P96695 reviewed YDFQ_BACSU Thioredoxin-like protein YdfQ ydfQ BSU05510 Bacillus subtilis (strain 168) 112 +CAB12359.1 O31496 reviewed YDZH_BACSU Uncharacterized protein YdzH ydzH BSU05520 Bacillus subtilis (strain 168) 78 +CAX52560.1 C0H3W2 reviewed YDZR_BACSU Spore germination protein-like protein YdzR ydzR BSU05529 Bacillus subtilis (strain 168) 76 +CAB12360.1 P96696 reviewed YDFR_BACSU UPF0702 transmembrane protein YdfR ydfR BSU05530 Bacillus subtilis (strain 168) 225 +CAB12361.1 P96697 reviewed YDFS_BACSU UPF0702 transmembrane protein YdfS ydfS BSU05540 Bacillus subtilis (strain 168) 235 +CAB12362.1 P96698 reviewed COTP_BACSU Spore coat protein P cotP ydfT BSU05550 Bacillus subtilis (strain 168) 143 +CAB12363.1 P96699 reviewed YDGA_BACSU Uncharacterized protein YdgA ydgA BSU05560 Bacillus subtilis (strain 168) 80 +CAB12364.1 P96700 reviewed YDGB_BACSU Uncharacterized protein YdgB ydgB BSU05570 Bacillus subtilis (strain 168) 90 +CAB12365.1 P96701 reviewed YDGC_BACSU Uncharacterized HTH-type transcriptional regulator YdgC ydgC BSU05580 Bacillus subtilis (strain 168) 195 +CAB12366.1 P96702 reviewed YDGD_BACSU Uncharacterized protein YdgD ydgD BSU05590 Bacillus subtilis (strain 168) 114 +CAB12367.1 P96703 reviewed YDGE_BACSU Uncharacterized N-acetyltransferase YdgE (EC 2.3.1.-) ydgE BSU05600 Bacillus subtilis (strain 168) 157 +CAB12368.1 P39115 reviewed VMLR_BACSU Ribosome protection protein VmlR (Multidrug resistance system ATP-binding protein VmlR) vmlR expZ BSU05610 Bacillus subtilis (strain 168) 547 +CAB12369.1 P96704 reviewed YDGF_BACSU Uncharacterized transporter YdgF ydgF BSU05620 Bacillus subtilis (strain 168) 458 +CAB12370.1 Q02886 reviewed DINB_BACSU Protein DinB dinB BSU05630 Bacillus subtilis (strain 168) 172 +CAB12371.1 P96705 reviewed YDGG_BACSU Uncharacterized HTH-type transcriptional regulator YdgG ydgG BSU05640 Bacillus subtilis (strain 168) 152 +CAB12372.1 P96706 reviewed YDGH_BACSU Putative membrane protein YdgH ydgH BSU05650 Bacillus subtilis (strain 168) 885 +CAB12385.1 P96707 reviewed YDGI_BACSU Putative NAD(P)H nitroreductase YdgI (EC 1.-.-.-) ydgI BSU05660 Bacillus subtilis (strain 168) 209 +CAB12386.1 P96708 reviewed YDGJ_BACSU Uncharacterized HTH-type transcriptional regulator YdgJ ydgJ BSU05670 Bacillus subtilis (strain 168) 164 +CAB12387.1 P96709 reviewed YDGK_BACSU Uncharacterized MFS-type transporter YdgK ydgK BSU05680 Bacillus subtilis (strain 168) 402 +CAB12388.2 O05493 reviewed YDHB_BACSU Probable membrane transporter protein YdhB ydhB BSU05690 Bacillus subtilis (strain 168) 245 +CAB12389.1 O05494 reviewed YDHC_BACSU Uncharacterized HTH-type transcriptional regulator YdhC ydhC BSU05700 Bacillus subtilis (strain 168) 224 +CAB12390.2 O05495 reviewed YDHD_BACSU Putative sporulation-specific glycosylase YdhD (EC 3.2.-.-) ydhD BSU05710 Bacillus subtilis (strain 168) 420 +CAB12391.2 O05496 reviewed YDHE_BACSU Uncharacterized UDP-glucosyltransferase YdhE (EC 2.4.1.-) ydhE BSU05720 Bacillus subtilis (strain 168) 395 +CAB12392.1 O05497 reviewed YDHF_BACSU Uncharacterized protein YdhF ydhF BSU05730 Bacillus subtilis (strain 168) 236 +CAB12393.2 P19405 reviewed PPB3_BACSU Alkaline phosphatase 3 (EC 3.1.3.1) (Alkaline phosphatase III) (APase III) phoB phoAIII BSU05740 Bacillus subtilis (strain 168) 462 +CAB12394.1 Q797E6 reviewed FRA_BACSU Intracellular iron chaperone frataxin (Fra) (Iron channeling protein frataxin) fra ydhG BSU05750 Bacillus subtilis (strain 168) 123 +CAB12395.1 O05500 reviewed YDHH_BACSU Uncharacterized protein YdhH ydhH BSU05760 Bacillus subtilis (strain 168) 165 +CAB12396.1 O05501 reviewed YDHI_BACSU Uncharacterized protein YdhI ydhI BSU05770 Bacillus subtilis (strain 168) 160 +CAB12397.1 O05502 reviewed YDHJ_BACSU Uncharacterized protein YdhJ ydhJ BSU05780 Bacillus subtilis (strain 168) 325 +CAB12398.1 O05503 reviewed YDHK_BACSU Uncharacterized protein YdhK ydhK BSU05790 Bacillus subtilis (strain 168) 205 +CAB12399.2 Q797E3 reviewed PBUE_BACSU Purine efflux pump PbuE pbuE ydhL BSU05800 Bacillus subtilis (strain 168) 388 +CAB12400.1 O05505 reviewed PTEB_BACSU PTS system oligo-beta-mannoside-specific EIIB component (Glucomannan utilization protein B) (Oligo-beta-mannoside-specific phosphotransferase enzyme IIB component) (EC 2.7.1.205) gmuB ydhM BSU05810 Bacillus subtilis (strain 168) 103 +CAB12401.2 O05506 reviewed PTEA_BACSU PTS system oligo-beta-mannoside-specific EIIA component (Glucomannan utilization protein A) (Oligo-beta-mannoside-specific phosphotransferase enzyme IIA component) gmuA ydhN BSU05820 Bacillus subtilis (strain 168) 110 +CAB12402.1 O05507 reviewed PTEC_BACSU PTS system oligo-beta-mannoside-specific EIIC component (Glucomannan utilization protein C) (Oligo-beta-mannoside permease IIC component) gmuC ydhO BSU05830 Bacillus subtilis (strain 168) 442 +CAB12403.1 O05508 reviewed GMUD_BACSU 6-phospho-beta-glucosidase GmuD (EC 3.2.1.86) (Aryl-phospho-beta-D-glucosidase BglD) (Glucomannan utilization protein D) gmuD bglD ydhP BSU05840 Bacillus subtilis (strain 168) 465 +CAB12404.1 O05509 reviewed GMUR_BACSU HTH-type transcriptional regulator GmuR (Glucomannan utilization operon repressor) (Glucomannan utilization protein R) gmuR ydhQ BSU05850 Bacillus subtilis (strain 168) 237 +CAB12405.1 O05510 reviewed SCRK_BACSU Putative fructokinase (EC 2.7.1.4) (Glucomannan utilization protein E) gmuE ydhR BSU05860 Bacillus subtilis (strain 168) 299 +CAB12406.1 O05511 reviewed MANA2_BACSU Probable mannose-6-phosphate isomerase GmuF (EC 5.3.1.8) (Glucomannan utilization protein F) (Phosphohexomutase) (Phosphomannose isomerase) (PMI) gmuF ydhS BSU05870 Bacillus subtilis (strain 168) 315 +CAB12407.2 O05512 reviewed MANB_BACSU Mannan endo-1,4-beta-mannosidase (EC 3.2.1.78) (1,4-beta-D-mannan mannanohydrolase) (Beta-mannanase) (Glucomannan utilization protein G) gmuG ydhT BSU05880 Bacillus subtilis (strain 168) 362 +CAB12409.1 O05514 reviewed THIL_BACSU Thiamine-monophosphate kinase (TMP kinase) (Thiamine-phosphate kinase) (EC 2.7.4.16) thiL ydiA ydxA BSU05900 Bacillus subtilis (strain 168) 325 +CAB12410.1 O05515 reviewed TSAE_BACSU tRNA threonylcarbamoyladenosine biosynthesis protein TsaE (t(6)A37 threonylcarbamoyladenosine biosynthesis protein TsaE) tsaE ydiB BSU05910 Bacillus subtilis (strain 168) 158 +CAB12411.1 O05516 reviewed TSAB_BACSU tRNA threonylcarbamoyladenosine biosynthesis protein TsaB (t(6)A37 threonylcarbamoyladenosine biosynthesis protein TsaB) tsaB ydiC BSU05920 Bacillus subtilis (strain 168) 229 +CAB12412.1 O05517 reviewed RIMI_BACSU Putative [ribosomal protein bS18]-alanine N-acetyltransferase (EC 2.3.1.266) (Acetylating enzyme for N-terminus of ribosomal protein bS18) rimI ydiD BSU05930 Bacillus subtilis (strain 168) 151 +CAB12413.1 O05518 reviewed TSAD_BACSU tRNA N6-adenosine threonylcarbamoyltransferase (EC 2.3.1.234) (N6-L-threonylcarbamoyladenine synthase) (t(6)A synthase) (t(6)A37 threonylcarbamoyladenosine biosynthesis protein TsaD) (tRNA threonylcarbamoyladenosine biosynthesis protein TsaD) tsaD gcp ydiE BSU05940 Bacillus subtilis (strain 168) 346 +CAB12414.2 O05519 reviewed YDIF_BACSU Putative ATP-binding protein YdiF ydiF BSU05950 Bacillus subtilis (strain 168) 642 +CAB12415.1 O05520 reviewed MOAC_BACSU Cyclic pyranopterin monophosphate synthase (EC 4.6.1.17) (Molybdenum cofactor biosynthesis protein C) moaC ydiG BSU05960 Bacillus subtilis (strain 168) 170 +CAB12416.1 O05521 reviewed REX_BACSU Redox-sensing transcriptional repressor Rex rex ydiH BSU05970 Bacillus subtilis (strain 168) 215 +CAB12417.1 O05522 reviewed TATAY_BACSU Sec-independent protein translocase protein TatAy tatAy ydiI BSU05980 Bacillus subtilis (strain 168) 57 +CAB12418.1 O05523 reviewed TATCY_BACSU Sec-independent protein translocase protein TatCy tatC2 tatCy ydiJ BSU05990 Bacillus subtilis (strain 168) 254 +CAB12419.1 O05524 reviewed YDIK_BACSU Uncharacterized lipoprotein YdiK ydiK BSU06000 Bacillus subtilis (strain 168) 63 +CAB12420.1 O05525 reviewed YDIL_BACSU Putative membrane peptidase YdiL (EC 3.4.-.-) (Putative CAAX prenyl protease) ydiL BSU06010 Bacillus subtilis (strain 168) 244 +CAB12421.2 P28599 reviewed CH10_BACSU Co-chaperonin GroES (10 kDa chaperonin) (Chaperonin-10) (Cpn10) groES groS mopB BSU06020 Bacillus subtilis (strain 168) 94 +CAB12422.1 P28598 reviewed CH60_BACSU Chaperonin GroEL (EC 5.6.1.7) (60 kDa chaperonin) (Chaperonin-60) (Cpn60) groEL groL mopA BSU06030 Bacillus subtilis (strain 168) 544 +CAB12423.1 O34672 reviewed YDIM_BACSU Uncharacterized protein YdiM ydiM BSU06040 Bacillus subtilis (strain 168) 126 +CAX52567.1 C0H3W7 reviewed YDZU_BACSU Uncharacterized protein YdzU ydzU BSU06048 Bacillus subtilis (strain 168) 90 +CAB12425.1 O34939 reviewed YDIO_BACSU Type II methyltransferase M1.BsuMI (M1.BsuMI) (EC 2.1.1.37) (BsuMI modification methylase subunit YdiO) (Cytosine-specific methyltransferase M1.BsuMI) ydiO BSU06060 Bacillus subtilis (strain 168) 427 +CAB12426.1 O34680 reviewed YDIP_BACSU Type II methyltransferase M2.BsuMI (M2.BsuMI) (EC 2.1.1.37) (BsuMI modification methylase subunit YdiP) (Cytosine-specific methyltransferase M2.BsuMI) ydiP BSU06070 Bacillus subtilis (strain 168) 389 +CAB12428.1 O35025 reviewed YDIR_BACSU Type II restriction enzyme BsuMI component YdiR (R.BsuM) (R.BsuMI) (EC 3.1.21.4) (Endonuclease BsuMI component YdiR) (Type-2 restriction enzyme BsuMI component YdiR) ydiR BSU06090 Bacillus subtilis (strain 168) 313 +CAB12429.1 O34885 reviewed YDIS_BACSU Type II restriction enzyme BsuMI component YdiS (R.BsuM) (R.BsuMI) (EC 3.1.21.4) (Endonuclease BsuMI component YdiS) (Type-2 restriction enzyme BsuMI component YdiS) ydiS BSU06100 Bacillus subtilis (strain 168) 343 +CAB12430.1 O34303 reviewed YDJA_BACSU Type II restriction enzyme BsuMI component YdjA (R.BsuM) (R.BsuMI) (EC 3.1.21.4) (Endonuclease BsuMI component YdjA) (Type-2 restriction enzyme BsuMI component YdjA) ydjA BSU06110 Bacillus subtilis (strain 168) 465 +CAB12431.1 O34778 reviewed YDJB_BACSU Uncharacterized protein YdjB ydjB BSU06120 Bacillus subtilis (strain 168) 111 +CAB12432.1 O34715 reviewed YDJC_BACSU Uncharacterized protein YdjC ydjC BSU06130 Bacillus subtilis (strain 168) 116 +CAB12433.1 P39143 reviewed GUTR_BACSU Transcription activator GutR gutR BSU06140 Bacillus subtilis (strain 168) 829 +CAB12434.1 Q06004 reviewed DHSO_BACSU Sorbitol dehydrogenase (SDH) (EC 1.1.1.-) (Glucitol dehydrogenase) (L-iditol 2-dehydrogenase) (EC 1.1.1.14) (Polyol dehydrogenase) (Xylitol dehydrogenase) (EC 1.1.1.9) gutB BSU06150 Bacillus subtilis (strain 168) 353 +CAB12435.1 O34368 reviewed GUTA_BACSU Probable glucitol transport protein GutA gutA ydjD BSU06160 Bacillus subtilis (strain 168) 463 +CAB12436.1 O34768 reviewed YDJE_BACSU Uncharacterized sugar kinase YdjE (EC 2.7.1.-) ydjE fruC BSU06170 Bacillus subtilis (strain 168) 320 +CAB12437.1 P54617 reviewed PSPA_BACSU Phage shock protein A homolog ydjF BSU06180 Bacillus subtilis (strain 168) 227 +CAB12438.1 O34434 reviewed YDJG_BACSU Uncharacterized protein YdjG ydjG BSU06190 Bacillus subtilis (strain 168) 341 +CAB12439.1 O35004 reviewed YDJH_BACSU UPF0603 protein YdjH ydjH BSU06200 Bacillus subtilis (strain 168) 254 +CAB12440.1 O34789 reviewed YDJI_BACSU Uncharacterized protein YdjI ydjI BSU06210 Bacillus subtilis (strain 168) 323 +CAB12441.1 O34733 reviewed YDJJ_BACSU Uncharacterized membrane protein YdjJ ydjJ BSU06220 Bacillus subtilis (strain 168) 341 +CAB12442.1 O34718 reviewed IOLT_BACSU Major myo-inositol transporter IolT iolT ydjK BSU06230 Bacillus subtilis (strain 168) 473 +CAB12443.1 O34788 reviewed BDHA_BACSU (R,R)-butanediol dehydrogenase (EC 1.1.1.4) (Acetoin reductase/2,3-butanediol dehydrogenase) (AR/BDH) bdhA ydjL BSU06240 Bacillus subtilis (strain 168) 346 +CAB12444.1 P40775 reviewed YDJM_BACSU Uncharacterized protein YdjM (PSPA13) ydjM yzvA BSU06250 Bacillus subtilis (strain 168) 123 +CAB12445.1 O34353 reviewed YDJN_BACSU Uncharacterized protein YdjN ydjN BSU06260 Bacillus subtilis (strain 168) 348 +CAX52576.1 O24817 reviewed YDZJ_BACSU Uncharacterized membrane protein YdzJ ydzJ BSU06269 Bacillus subtilis (strain 168) 52 +CAB12446.1 O34759 reviewed YDJO_BACSU Uncharacterized protein YdjO ydjO BSU06270 Bacillus subtilis (strain 168) 69 +CAB12447.1 O34592 reviewed YDJP_BACSU AB hydrolase superfamily protein YdjP (EC 3.-.-.-) ydjP BSU06280 Bacillus subtilis (strain 168) 271 +CAB12448.1 O34803 reviewed YEAA_BACSU Uncharacterized protein YeaA yeaA ydjQ BSU06290 Bacillus subtilis (strain 168) 329 +CAB12449.1 P07788 reviewed COTA_BACSU Laccase (EC 1.10.3.2) (Bilirubin oxidase) (EC 1.3.3.5) (Spore coat protein A) cotA pig BSU06300 Bacillus subtilis (strain 168) 513 +CAB12450.2 P46349 reviewed GABP_BACSU Gamma-aminobutyric acid permease (GABA permease) (4-aminobutyrate permease) (Gamma-aminobutyrate permease) (Proline transporter GabP) gabP BSU06310 Bacillus subtilis (strain 168) 469 +CAX52577.1 C0H3X2 reviewed YDZX_BACSU Uncharacterized protein YdzX ydzX BSU06319 Bacillus subtilis (strain 168) 95 +CAB12451.1 P46348 reviewed MNES_BACSU Manganese efflux system protein MneS mneS ydxT yeaB BSU06320 Bacillus subtilis (strain 168) 290 +CAB12452.2 P94474 reviewed YEAC_BACSU Uncharacterized protein YeaC yeaC BSU06330 Bacillus subtilis (strain 168) 320 +CAB12453.2 P94475 reviewed YEAD_BACSU Uncharacterized protein YeaD yeaD BSU06340 Bacillus subtilis (strain 168) 398 +CAB12454.2 P94476 reviewed YEBA_BACSU Uncharacterized protein YebA yebA BSU06350 Bacillus subtilis (strain 168) 737 +CAB12455.2 P29727 reviewed GUAA_BACSU GMP synthase [glutamine-hydrolyzing] (EC 6.3.5.2) (GMP synthetase) (Glutamine amidotransferase) guaA BSU06360 Bacillus subtilis (strain 168) 513 +CAB12456.1 O34987 reviewed PBUG_BACSU Guanine/hypoxanthine permease PbuG pbuG yebB BSU06370 Bacillus subtilis (strain 168) 440 +CAB12457.2 O34341 reviewed YEBC_BACSU Uncharacterized protein YebC yebC BSU06380 Bacillus subtilis (strain 168) 267 +CAB12458.3 O34904 reviewed YEBD_BACSU Uncharacterized protein YebD yebD BSU06390 Bacillus subtilis (strain 168) 55 +CAB12459.2 O34624 reviewed YEBE_BACSU UPF0316 protein YebE yebE yebF BSU06400 Bacillus subtilis (strain 168) 184 +CAB12461.1 O34700 reviewed YEBG_BACSU Uncharacterized protein YebG yebG BSU06410 Bacillus subtilis (strain 168) 65 +CAB12462.1 P12044 reviewed PURE_BACSU N5-carboxyaminoimidazole ribonucleotide mutase (N5-CAIR mutase) (EC 5.4.99.18) (5-(carboxyamino)imidazole ribonucleotide mutase) purE BSU06420 Bacillus subtilis (strain 168) 162 +CAB12463.2 P12045 reviewed PURK_BACSU N5-carboxyaminoimidazole ribonucleotide synthase (N5-CAIR synthase) (EC 6.3.4.18) (5-(carboxyamino)imidazole ribonucleotide synthetase) purK BSU06430 Bacillus subtilis (strain 168) 380 +CAB12464.1 P12047 reviewed PUR8_BACSU Adenylosuccinate lyase (ASL) (EC 4.3.2.2) (Adenylosuccinase) (ASase) (Glutamyl--tRNA ligase regulatory factor) purB purE BSU06440 Bacillus subtilis (strain 168) 431 +CAB12465.1 P12046 reviewed PUR7_BACSU Phosphoribosylaminoimidazole-succinocarboxamide synthase (EC 6.3.2.6) (SAICAR synthetase) (Vegetative protein 286A) (VEG286A) purC BSU06450 Bacillus subtilis (strain 168) 241 +CAB12466.1 P12049 reviewed PURS_BACSU Phosphoribosylformylglycinamidine synthase subunit PurS (FGAM synthase) (EC 6.3.5.3) (Formylglycinamide ribonucleotide amidotransferase subunit III) (FGAR amidotransferase III) (FGAR-AT III) (Phosphoribosylformylglycinamidine synthase subunit III) purS yexA BSU06460 Bacillus subtilis (strain 168) 84 +CAB12467.1 P12041 reviewed PURQ_BACSU Phosphoribosylformylglycinamidine synthase subunit PurQ (FGAM synthase) (EC 6.3.5.3) (Formylglycinamide ribonucleotide amidotransferase subunit I) (FGAR amidotransferase I) (FGAR-AT I) (Glutaminase PurQ) (EC 3.5.1.2) (Phosphoribosylformylglycinamidine synthase subunit I) purQ BSU06470 Bacillus subtilis (strain 168) 227 +CAB12468.2 P12042 reviewed PURL_BACSU Phosphoribosylformylglycinamidine synthase subunit PurL (FGAM synthase) (EC 6.3.5.3) (Formylglycinamide ribonucleotide amidotransferase subunit II) (FGAR amidotransferase II) (FGAR-AT II) (Glutamine amidotransferase PurL) (Phosphoribosylformylglycinamidine synthase subunit II) purL BSU06480 Bacillus subtilis (strain 168) 742 +CAB12469.2 P00497 reviewed PUR1_BACSU Amidophosphoribosyltransferase (ATase) (EC 2.4.2.14) (Glutamine phosphoribosylpyrophosphate amidotransferase) (GPATase) purF BSU06490 Bacillus subtilis (strain 168) 476 +CAB12470.2 P12043 reviewed PUR5_BACSU Phosphoribosylformylglycinamidine cyclo-ligase (EC 6.3.3.1) (AIR synthase) (AIRS) (Phosphoribosyl-aminoimidazole synthetase) purM ath BSU06500 Bacillus subtilis (strain 168) 346 +CAB12471.2 P12040 reviewed PUR3_BACSU Phosphoribosylglycinamide formyltransferase (EC 2.1.2.2) (5'-phosphoribosylglycinamide transformylase) (GAR transformylase) (GART) purN BSU06510 Bacillus subtilis (strain 168) 195 +CAB12472.2 P12048 reviewed PUR9_BACSU Bifunctional purine biosynthesis protein PurH [Includes: Phosphoribosylaminoimidazolecarboxamide formyltransferase (EC 2.1.2.3) (AICAR transformylase); IMP cyclohydrolase (EC 3.5.4.10) (ATIC) (IMP synthase) (Inosinicase)] purH purHJ BSU06520 Bacillus subtilis (strain 168) 512 +CAB12473.1 P12039 reviewed PUR2_BACSU Phosphoribosylamine--glycine ligase (EC 6.3.4.13) (GARS) (Glycinamide ribonucleotide synthetase) (Phosphoribosylglycinamide synthetase) purD BSU06530 Bacillus subtilis (strain 168) 422 +CAB12474.2 O31497 reviewed YEZC_BACSU Uncharacterized HTH-type transcriptional regulator YezC yezC BSU06540 Bacillus subtilis (strain 168) 139 +CAB12475.2 O34560 reviewed YECA_BACSU Uncharacterized amino acid permease YecA yecA BSU06550 Bacillus subtilis (strain 168) 424 +CAX52578.1 C0H3X3 reviewed YEZF_BACSU Uncharacterized membrane protein YezF yezF BSU06559 Bacillus subtilis (strain 168) 75 +CAB12476.1 O34909 reviewed YERA_BACSU Putative adenine deaminase YerA (Adenase) (Adenine aminase) (EC 3.5.4.2) yerA yecB BSU06560 Bacillus subtilis (strain 168) 580 +CAB12477.1 O34968 reviewed YERB_BACSU Putative lipoprotein YerB yerB yecC BSU06570 Bacillus subtilis (strain 168) 331 +CAB12478.1 Q7BVT7 reviewed YERC_BACSU Uncharacterized protein YerC yerC yecD BSU06580 Bacillus subtilis (strain 168) 104 +CAB12479.1 O34849 reviewed YERD_BACSU Glutamate synthase large subunit-like protein YerD yerD yecE BSU06590 Bacillus subtilis (strain 168) 525 +CAB12480.1 O34790 reviewed PCRB_BACSU Heptaprenylglyceryl phosphate synthase (HepGP synthase) (EC 2.5.1.n9) (Glycerol-1-phosphate heptaprenyltransferase) pcrB yerE BSU06600 Bacillus subtilis (strain 168) 228 +CAB12481.1 O34580 reviewed PCRA_BACSU ATP-dependent DNA helicase PcrA (EC 5.6.2.4) (DNA 3'-5' helicase PcrA) pcrA yerF BSU06610 Bacillus subtilis (strain 168) 739 +CAB12482.1 O31498 reviewed DNLJ_BACSU DNA ligase (EC 6.5.1.2) (Polydeoxyribonucleotide synthase [NAD(+)]) ligA lig yerG BSU06620 Bacillus subtilis (strain 168) 668 +CAB12483.1 O34629 reviewed YERH_BACSU Uncharacterized lipoprotein YerH yerH BSU06630 Bacillus subtilis (strain 168) 396 +CAB12484.1 O34640 reviewed AMIN_BACSU Amicoumacin kinase (EC 2.7.1.230) (Kinase AmiN) amiN yerI BSU06640 Bacillus subtilis (strain 168) 336 +CAB12485.1 Q45514 reviewed SAPB_BACSU Protein SapB sapB BSU06650 Bacillus subtilis (strain 168) 232 +CAB12486.1 O06493 reviewed OPUE_BACSU Osmoregulated proline transporter OpuE (Osmoprotectant uptake) (Proline uptake system) opuE yerK BSU06660 Bacillus subtilis (strain 168) 492 +CAB12487.1 O06492 reviewed GATC_BACSU Glutamyl-tRNA(Gln) amidotransferase subunit C (Glu-ADT subunit C) (EC 6.3.5.-) gatC yedA yerL BSU06670 Bacillus subtilis (strain 168) 96 +CAB12488.1 O06491 reviewed GATA_BACSU Glutamyl-tRNA(Gln) amidotransferase subunit A (Glu-ADT subunit A) (EC 6.3.5.7) gatA yedB yerM BSU06680 Bacillus subtilis (strain 168) 485 +CAB12489.2 O30509 reviewed GATB_BACSU Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B (Asp/Glu-ADT subunit B) (EC 6.3.5.-) gatB yerN BSU06690 Bacillus subtilis (strain 168) 476 +CAB12490.1 O31500 reviewed YERO_BACSU Uncharacterized HTH-type transcriptional regulator YerO yerO BSU06700 Bacillus subtilis (strain 168) 289 +CAB12491.2 O31501 reviewed SWRC_BACSU Swarming motility protein SwrC swrC BSU06710 Bacillus subtilis (strain 168) 1052 +CAB12492.1 O31502 reviewed DAGK_BACSU Diacylglycerol kinase (DAG kinase) (DAGK) (EC 2.7.1.107) dagK dgkB yerQ BSU06720 Bacillus subtilis (strain 168) 303 +CAB12493.1 O31503 reviewed RLMCD_BACSU 23S rRNA (uracil-C(5))-methyltransferase RlmCD (EC 2.1.1.189) (EC 2.1.1.190) (23S rRNA (uracil(1939)-C(5))-methyltransferase) (23S rRNA (uracil(747)-C(5))-methyltransferase) rlmCD yefA yerS BSU06730 Bacillus subtilis (strain 168) 459 +CAB12494.1 O34574 reviewed YEFB_BACSU Uncharacterized protein YefB yefB BSU06740 Bacillus subtilis (strain 168) 300 +CAB12495.2 O35034 reviewed YEFC_BACSU Resolvase homolog YefC yefC BSU06750 Bacillus subtilis (strain 168) 111 +CAB12496.1 O31504 reviewed DNMA_BACSU DNA methyltransferase A (DnmA) (EC 2.1.1.72) (Modification methylase M.Bsu3610I) (Modification methylase M.BsuPY79I) (Type II restriction enzyme and methyltransferase RM.BsuMORF6760P) (RM.BsuMORF6760P) dnmA yeeA BSU06760 Bacillus subtilis (strain 168) 879 +CAB12497.2 O34469 reviewed YEEB_BACSU Putative ATP-dependent helicase YeeB (EC 3.6.4.-) yeeB BSU06770 Bacillus subtilis (strain 168) 599 +CAB12498.2 O34352 reviewed YEEC_BACSU Uncharacterized protein YeeC yeeC BSU06780 Bacillus subtilis (strain 168) 382 +CAB12499.1 O34950 reviewed YEED_BACSU Uncharacterized protein YeeD yeeD BSU06790 Bacillus subtilis (strain 168) 101 +CAB12500.1 O31505 reviewed YEZA_BACSU Uncharacterized protein YezA yezA BSU06800 Bacillus subtilis (strain 168) 68 +CAX52579.1 C0H3X4 reviewed YEZG_BACSU Immunity protein YezG yezG yeeE BSU06811 Bacillus subtilis (strain 168) 151 +CAB12501.2 O31506 reviewed YEEF_BACSU Toxin YeeF (DNase YeeF) yeeF BSU06810 Bacillus subtilis (strain 168) 669 +CAB12502.2 O31507 reviewed YEEG_BACSU Uncharacterized protein YeeG yeeG BSU06820 Bacillus subtilis (strain 168) 340 +CAB12503.2 Q59HN8 reviewed RAPH_BACSU Response regulator aspartate phosphatase H (EC 3.1.3.-) (PSP28) rapH yeeH yzqA BSU06830 Bacillus subtilis (strain 168) 376 +CAX52580.1 Q59HN7 reviewed PHRH_BACSU Phosphatase RapH inhibitor (Phosphatase regulator H) phrH BSU06839 Bacillus subtilis (strain 168) 57 +CAB12504.3 O31509 reviewed YEEI_BACSU Probable transcriptional regulatory protein YeeI yeeI BSU06840 Bacillus subtilis (strain 168) 239 +CAB12505.2 O31510 reviewed YEEK_BACSU Spore coat protein YeeK yeeK BSU06850 Bacillus subtilis (strain 168) 145 +CAE01448.1 Q7WY76 reviewed YEZE_BACSU Uncharacterized HTH-type transcriptional regulator YezE yezE BSU06860 Bacillus subtilis (strain 168) 194 +CAB12506.1 O31511 reviewed YESE_BACSU Uncharacterized protein YesE yesE yeeL BSU06870 Bacillus subtilis (strain 168) 147 +CAB12507.1 O31512 reviewed YESF_BACSU Uncharacterized oxidoreductase YesF (EC 1.-.-.-) yesF yeeM yfxB BSU06880 Bacillus subtilis (strain 168) 286 +CAB12508.1 Q45536 reviewed COTJA_BACSU Protein CotJA cotJA BSU06890 Bacillus subtilis (strain 168) 82 +CAB12509.2 Q45537 reviewed COTJB_BACSU Protein CotJB cotJB BSU06900 Bacillus subtilis (strain 168) 87 +CAB12510.1 Q45538 reviewed COTJC_BACSU Protein CotJC cotJC BSU06910 Bacillus subtilis (strain 168) 189 +CAB12511.1 O31513 reviewed YESJ_BACSU Uncharacterized N-acetyltransferase YesJ (EC 2.3.1.-) yesJ yeeN yfxC yfxD BSU06920 Bacillus subtilis (strain 168) 180 +CAB12512.2 O31514 reviewed YESK_BACSU Uncharacterized protein YesK yesK BSU06930 Bacillus subtilis (strain 168) 100 +CAB12513.1 O31515 reviewed YESL_BACSU Uncharacterized protein YesL yesL BSU06940 Bacillus subtilis (strain 168) 209 +CAB12514.1 O31516 reviewed YESM_BACSU Sensor histidine kinase YesM (EC 2.7.13.3) yesM BSU06950 Bacillus subtilis (strain 168) 577 +CAB12515.1 O31517 reviewed YESN_BACSU Uncharacterized transcriptional regulatory protein YesN yesN BSU06960 Bacillus subtilis (strain 168) 368 +CAB12516.2 O31518 reviewed YESO_BACSU Putative ABC transporter substrate-binding protein YesO yesO BSU06970 Bacillus subtilis (strain 168) 427 +CAB12517.1 O31519 reviewed YESP_BACSU Probable ABC transporter permease protein YesP yesP BSU06980 Bacillus subtilis (strain 168) 309 +CAB12518.1 O31520 reviewed YESQ_BACSU Probable ABC transporter permease protein YesQ yesQ BSU06990 Bacillus subtilis (strain 168) 296 +CAB12519.1 O31521 reviewed URHG1_BACSU Unsaturated rhamnogalacturonyl hydrolase YesR (URH) (EC 3.2.1.172) yesR BSU07000 Bacillus subtilis (strain 168) 344 +CAB12520.1 O31522 reviewed YESS_BACSU HTH-type transcriptional regulator YesS yesS BSU07010 Bacillus subtilis (strain 168) 761 +CAB12521.1 O31523 reviewed RHGT1_BACSU Rhamnogalacturonan acetylesterase RhgT (RGAE) (EC 3.1.1.-) rhgT yesT BSU07020 Bacillus subtilis (strain 168) 232 +CAB12522.1 O31524 reviewed YESU_BACSU Uncharacterized protein YesU yesU BSU07030 Bacillus subtilis (strain 168) 220 +CAB12523.1 O31525 reviewed YESV_BACSU Uncharacterized protein YesV yesV BSU07040 Bacillus subtilis (strain 168) 208 +CAB12524.1 O31526 reviewed YESW_BACSU Rhamnogalacturonan endolyase YesW (EC 4.2.2.23) yesW BSU07050 Bacillus subtilis (strain 168) 620 +CAB12525.1 O31527 reviewed YESX_BACSU Rhamnogalacturonan exolyase YesX (EC 4.2.2.24) yesX BSU07060 Bacillus subtilis (strain 168) 612 +CAB12526.1 O31528 reviewed RHGT2_BACSU Probable rhamnogalacturonan acetylesterase YesY (RGAE) (EC 3.1.1.-) yesY BSU07070 Bacillus subtilis (strain 168) 217 +CAB12527.1 O31529 reviewed BGAL1_BACSU Beta-galactosidase YesZ (Beta-gal) (EC 3.2.1.23) (Probable rhamnogalacturonan beta-galactosidase) yesZ BSU07080 Bacillus subtilis (strain 168) 663 +CAB12528.2 O31530 reviewed YETA_BACSU Uncharacterized protein YetA yetA BSU07090 Bacillus subtilis (strain 168) 857 +CAB12529.1 P37966 reviewed LIPO_BACSU Lipoprotein LipO (Lipoprotein LplA) lipO lplA BSU07100 Bacillus subtilis (strain 168) 502 +CAB12530.1 P39128 reviewed LPLB_BACSU Protein LplB lplB BSU07110 Bacillus subtilis (strain 168) 318 +CAB12531.1 P39129 reviewed LPLC_BACSU Protein LplC lplC BSU07120 Bacillus subtilis (strain 168) 295 +CAB12532.1 P39130 reviewed LPLD_BACSU Alpha-galacturonidase (EC 3.2.1.67) lplD BSU07130 Bacillus subtilis (strain 168) 446 +CAB12533.1 O31533 reviewed YETF_BACSU UPF0702 transmembrane protein YetF yetF BSU07140 Bacillus subtilis (strain 168) 231 +CAB12534.2 O31534 reviewed HMOA_BACSU Heme-degrading monooxygenase HmoA (EC 1.14.14.18) (Heme oxygenase) hmoA yetG BSU07150 Bacillus subtilis (strain 168) 108 +CAB12535.1 O31535 reviewed YETH_BACSU Uncharacterized protein YetH yetH BSU07160 Bacillus subtilis (strain 168) 120 +CAB12538.1 O31538 reviewed YEZD_BACSU Uncharacterized protein YezD yezD BSU07190 Bacillus subtilis (strain 168) 55 +CAB12539.1 O31539 reviewed YETJ_BACSU Uncharacterized protein YetJ yetJ BSU07200 Bacillus subtilis (strain 168) 214 +CAB12540.1 O31540 reviewed YETK_BACSU Uncharacterized transporter YetK yetK BSU07210 Bacillus subtilis (strain 168) 330 +CAB12541.1 O31541 reviewed YETL_BACSU HTH-type transcriptional repressor YetL yetL BSU07220 Bacillus subtilis (strain 168) 167 +CAB12542.1 O06489 reviewed YETM_BACSU Putative FAD-dependent monooxygenase YetM (EC 1.14.-.-) yetM yfnL BSU07230 Bacillus subtilis (strain 168) 369 +CAB12543.1 O06490 reviewed YETN_BACSU Uncharacterized protein YetN yetN BSU07240 Bacillus subtilis (strain 168) 356 +CAB12544.1 O08394 reviewed CYPD_BACSU Bifunctional cytochrome P450/NADPH--P450 reductase 1 (CYP102A2) (Fatty acid hydroxylase CypD) (Flavocytochrome P450 102A2) [Includes: Cytochrome P450 102A2 (EC 1.14.14.1); NADPH--cytochrome P450 reductase (EC 1.6.2.4)] cypD cyp102A2 yetO yfnJ BSU07250 Bacillus subtilis (strain 168) 1061 +CAB12545.2 Q797B3 reviewed LTAS1_BACSU Lipoteichoic acid synthase 1 [Cleaved into: Glycerol phosphate lipoteichoic acid synthase 1 (LTA synthase 1) (EC 2.7.8.-) (Polyglycerol phosphate synthase 1); Processed glycerol phosphate lipoteichoic acid synthase 1] ltaS1 yfnI BSU07260 Bacillus subtilis (strain 168) 639 +CAB12546.1 O06486 reviewed RFBF_BACSU Probable glucose-1-phosphate cytidylyltransferase (EC 2.7.7.33) (CDP-glucose pyrophosphorylase) yfnH BSU07270 Bacillus subtilis (strain 168) 254 +CAB12547.2 O06485 reviewed YFNG_BACSU Putative sugar dehydratase/epimerase YfnG yfnG BSU07280 Bacillus subtilis (strain 168) 322 +CAB12548.1 O06484 reviewed YFNF_BACSU Uncharacterized protein YfnF yfnF BSU07290 Bacillus subtilis (strain 168) 303 +CAB12549.1 O06483 reviewed YFNE_BACSU Uncharacterized glycosyltransferase YfnE (EC 2.4.-.-) yfnE BSU07300 Bacillus subtilis (strain 168) 392 +CAB12550.1 O31542 reviewed YFND_BACSU Uncharacterized protein YfnD yfnD BSU07310 Bacillus subtilis (strain 168) 311 +CAB12551.1 O06481 reviewed YFNC_BACSU Uncharacterized MFS-type transporter YfnC yfnC BSU07320 Bacillus subtilis (strain 168) 409 +CAB12552.1 O06480 reviewed YFNB_BACSU Putative HAD-hydrolase YfnB (EC 3.-.-.-) yfnB BSU07330 Bacillus subtilis (strain 168) 235 +CAB12553.1 Q797A7 reviewed MTRTR_BACSU Methylthioribose transporter mtrA yfnA BSU07340 Bacillus subtilis (strain 168) 461 +CAB12554.1 O06478 reviewed ALDH5_BACSU Benzaldehyde dehydrogenase YfmT (EC 1.2.1.28) (Vanillin dehydrogenase) (EC 1.2.1.67) yfmT BSU07350 Bacillus subtilis (strain 168) 485 +CAB12555.1 O06477 reviewed YFMS_BACSU Putative sensory transducer protein YfmS (Methyl-accepting chemotaxis protein) yfmS BSU07360 Bacillus subtilis (strain 168) 286 +CAB12556.1 O06476 reviewed YFMR_BACSU Uncharacterized ABC transporter ATP-binding protein YfmR (EC 7.-.-.-) yfmR BSU07370 Bacillus subtilis (strain 168) 629 +CAB12557.1 O06475 reviewed YFMQ_BACSU Uncharacterized protein YfmQ yfmQ BSU07380 Bacillus subtilis (strain 168) 148 +CAB12558.1 O06474 reviewed YFMP_BACSU HTH-type transcriptional regulator YfmP yfmP BSU07390 Bacillus subtilis (strain 168) 140 +CAB12559.1 O06473 reviewed YFMO_BACSU Multidrug efflux protein YfmO yfmO BSU07400 Bacillus subtilis (strain 168) 396 +CAB12560.1 O06472 reviewed YFMN_BACSU Uncharacterized protein YfmN yfmN BSU07410 Bacillus subtilis (strain 168) 51 +CAB12571.2 O34512 reviewed YFMM_BACSU Uncharacterized ABC transporter ATP-binding protein YfmM (EC 7.-.-.-) yfmM BSU07420 Bacillus subtilis (strain 168) 518 +CAB12572.1 O34750 reviewed YFML_BACSU Probable ATP-dependent RNA helicase YfmL (EC 3.6.4.13) yfmL BSU07430 Bacillus subtilis (strain 168) 376 +CAB12573.1 O34536 reviewed YFMK_BACSU Uncharacterized N-acetyltransferase YfmK (EC 2.3.1.-) yfmK BSU07440 Bacillus subtilis (strain 168) 148 +CAB12574.1 O34812 reviewed YFMJ_BACSU Putative NADP-dependent oxidoreductase YfmJ (EC 1.-.-.-) yfmJ BSU07450 Bacillus subtilis (strain 168) 339 +CAB12575.1 O34440 reviewed YFMI_BACSU Uncharacterized MFS-type transporter YfmI yfmI BSU07460 Bacillus subtilis (strain 168) 406 +CAB12577.1 O34722 reviewed YFMG_BACSU Uncharacterized protein YfmG yfmG BSU07480 Bacillus subtilis (strain 168) 487 +CAB12578.1 O34510 reviewed YFMF_BACSU Fe(3+)-citrate import ATP-binding protein YfmF (Ferric-citrate import ATP-binding protein) (EC 7.3.2.-) yfmF BSU07490 Bacillus subtilis (strain 168) 266 +CAB12579.1 O34832 reviewed YFME_BACSU Fe(3+)-citrate import system permease protein YfmE (Ferric-citrate import system permease protein) yfmE BSU07500 Bacillus subtilis (strain 168) 333 +CAB12580.1 O34933 reviewed YFMD_BACSU Fe(3+)-citrate import system permease protein YfmD (Ferric-citrate import system permease protein) yfmD BSU07510 Bacillus subtilis (strain 168) 333 +CAB12581.1 O34348 reviewed YFMC_BACSU Fe(3+)-citrate-binding protein YfmC (Ferric-citrate-binding protein) yfmC BSU07520 Bacillus subtilis (strain 168) 315 +CAB12582.1 O34626 reviewed YFMB_BACSU Uncharacterized protein YfmB yfmB BSU07530 Bacillus subtilis (strain 168) 122 +CAB12584.1 P80241 reviewed G17M_BACSU General stress protein 17M (GSP17M) yflT BSU07550 Bacillus subtilis (strain 168) 115 +CAB12585.1 P39116 reviewed PLY_BACSU Pectate lyase (PL) (EC 4.2.2.2) pel BSU07560 Bacillus subtilis (strain 168) 420 +CAB12586.1 O34726 reviewed YFLS_BACSU Putative malate transporter YflS yflS BSU07570 Bacillus subtilis (strain 168) 478 +CAB12587.1 O34427 reviewed CITS_BACSU Sensor protein CitS (EC 2.7.13.3) citS yflR BSU07580 Bacillus subtilis (strain 168) 542 +CAB12588.1 O34534 reviewed CITT_BACSU Transcriptional regulatory protein CitT citT yflQ BSU07590 Bacillus subtilis (strain 168) 226 +CAB12589.2 O34439 reviewed YFLP_BACSU UPF0065 protein YflP yflP BSU07600 Bacillus subtilis (strain 168) 319 +CAB12590.1 P55069 reviewed CITM_BACSU Mg(2+)/citrate complex secondary transporter citM yflO BSU07610 Bacillus subtilis (strain 168) 433 +CAB12591.1 O34409 reviewed YFLN_BACSU Probable metallo-hydrolase YflN (EC 3.-.-.-) yflN BSU07620 Bacillus subtilis (strain 168) 264 +CAB12592.2 O34453 reviewed NOSO_BACSU Nitric oxide synthase oxygenase (EC 1.14.14.47) (NOSoxy-like protein) nos yflM BSU07630 Bacillus subtilis (strain 168) 363 +CAB12593.1 O35031 reviewed ACYP_BACSU Acylphosphatase (EC 3.6.1.7) (Acylphosphate phosphohydrolase) acyP AcP yflL BSU07640 Bacillus subtilis (strain 168) 91 +CAB12594.1 O34542 reviewed YFLK_BACSU Uncharacterized protein YflK yflK BSU07650 Bacillus subtilis (strain 168) 221 +CAB12595.1 O34345 reviewed YFLJ_BACSU Uncharacterized protein YflJ yflJ BSU07660 Bacillus subtilis (strain 168) 45 +CAB12596.1 O34905 reviewed YFLI_BACSU Uncharacterized protein YflI yflI BSU07670 Bacillus subtilis (strain 168) 51 +CAB12597.1 O34306 reviewed YFLH_BACSU Uncharacterized protein YflH yflH BSU07680 Bacillus subtilis (strain 168) 104 +CAB12598.1 O34484 reviewed MAP12_BACSU Methionine aminopeptidase 2 (MAP 2) (MetAP 2) (EC 3.4.11.18) mapB yflG BSU07690 Bacillus subtilis (strain 168) 249 +CAB12599.1 O34521 reviewed PTWCB_BACSU PTS system N-acetylglucosamine-specific EIICB component (EIICB-Nag) [Includes: N-acetylglucosamine permease IIC component (PTS system N-acetylglucosamine-specific EIIC component); N-acetylglucosamine-specific phosphotransferase enzyme IIB component (EC 2.7.1.193) (PTS system N-acetylglucosamine-specific EIIB component)] nagP yflF BSU07700 Bacillus subtilis (strain 168) 452 +CAB12600.1 O34952 reviewed LTAS2_BACSU Lipoteichoic acid synthase 2 [Cleaved into: Glycerol phosphate lipoteichoic acid synthase 2 (LTA synthase 1) (EC 2.7.8.-) (Polyglycerol phosphate synthase 2); Processed glycerol phosphate lipoteichoic acid synthase 2] ltaS2 yflE BSU07710 Bacillus subtilis (strain 168) 649 +CAB12601.1 O34489 reviewed YFLD_BACSU Uncharacterized protein YflD yflD BSU07720 Bacillus subtilis (strain 168) 45 +CAB12603.2 O34887 reviewed YFLB_BACSU Uncharacterized protein YflB yflB BSU07740 Bacillus subtilis (strain 168) 130 +CAB12604.1 O34708 reviewed YFLA_BACSU Uncharacterized transporter YflA yflA BSU07750 Bacillus subtilis (strain 168) 471 +CAB12605.1 O34573 reviewed YFKT_BACSU Putative spore germination protein YfkT yfkT BSU07760 Bacillus subtilis (strain 168) 358 +CAB12606.1 O35036 reviewed YFKS_BACSU Uncharacterized protein YfkS yfkS BSU07770 Bacillus subtilis (strain 168) 66 +CAB12607.1 O35028 reviewed YFKR_BACSU Putative spore germination protein YfkR yfkR BSU07780 Bacillus subtilis (strain 168) 384 +CAB12608.1 O34486 reviewed YFKQ_BACSU Uncharacterized membrane protein YfkQ yfkQ BSU07790 Bacillus subtilis (strain 168) 513 +CAB12609.1 P39794 reviewed PTTBC_BACSU PTS system trehalose-specific EIIBC component (EIIBC-Tre) (EII-Tre) [Includes: Trehalose-specific phosphotransferase enzyme IIB component (EC 2.7.1.201) (PTS system trehalose-specific EIIB component); Trehalose permease IIC component (PTS system trehalose-specific EIIC component)] treP treB BSU07800 Bacillus subtilis (strain 168) 470 +CAB12610.1 P39795 reviewed TREC_BACSU Trehalose-6-phosphate hydrolase (EC 3.2.1.93) (Alpha,alpha-phosphotrehalase) (Phospho-alpha-(1-1)-glucosidase) treA treC BSU07810 Bacillus subtilis (strain 168) 561 +CAB12611.1 P39796 reviewed TRER_BACSU HTH-type transcriptional regulator TreR (Trehalose operon repressor) treR yfxA BSU07820 Bacillus subtilis (strain 168) 238 +CAB12612.1 O34475 reviewed YFKO_BACSU Putative NAD(P)H nitroreductase YfkO (EC 1.-.-.-) yfkO BSU07830 Bacillus subtilis (strain 168) 221 +CAB12613.1 O34313 reviewed NTPES_BACSU Trifunctional nucleotide phosphoesterase protein YfkN [Includes: 2',3'-cyclic-nucleotide 2'-phosphodiesterase/3'-nucleotidase (EC 3.1.3.6) (EC 3.1.4.16); 5'-nucleotidase (EC 3.1.3.5)] yfkN BSU07840 Bacillus subtilis (strain 168) 1462 +CAB12614.1 P80876 reviewed GS18_BACSU General stress protein 18 (GSP18) (EC 3.2.-.-) yfkM BSU07850 Bacillus subtilis (strain 168) 172 +CAB12615.1 O34597 reviewed YFKL_BACSU Uncharacterized MFS-type transporter YfkL yfkL BSU07860 Bacillus subtilis (strain 168) 396 +CAB12616.1 O35019 reviewed YFKK_BACSU UPF0435 protein YfkK yfkK BSU07870 Bacillus subtilis (strain 168) 71 +CAB12617.1 O35016 reviewed YFKJ_BACSU Low molecular weight protein-tyrosine-phosphatase YfkJ (LMPTP) (EC 3.1.3.48) yfkJ BSU07880 Bacillus subtilis (strain 168) 156 +CAB12618.1 O34418 reviewed YFKI_BACSU Uncharacterized protein YfkI yfkI BSU07890 Bacillus subtilis (strain 168) 106 +CAB12619.1 O34437 reviewed YFKH_BACSU Putative ribonuclease-like protein YfkH yfkH BSU07900 Bacillus subtilis (strain 168) 275 +CAB12620.1 O34929 reviewed YFKF_BACSU Uncharacterized MFS-type transporter YfkF yfkF BSU07910 Bacillus subtilis (strain 168) 391 +CAB12621.1 O34840 reviewed CHAA_BACSU Ca(2+)/H(+) antiporter ChaA chaA yfkE BSU07920 Bacillus subtilis (strain 168) 351 +CAB12622.1 O34579 reviewed YFKD_BACSU Uncharacterized protein YfkD yfkD BSU07930 Bacillus subtilis (strain 168) 264 +CAB12623.1 O35043 reviewed YFKC_BACSU Uncharacterized MscS family protein YfkC yfkC BSU07940 Bacillus subtilis (strain 168) 280 +CAB12625.2 O34400 reviewed YFKA_BACSU Putative protein YfkA yfkA ykfB BSU07955 BSU07950 BSU07960 Bacillus subtilis (strain 168) 373 +CAB12626.1 O35041 reviewed YFJT_BACSU Uncharacterized protein YfjT yfjT BSU07970 Bacillus subtilis (strain 168) 61 +CAB12627.1 O34928 reviewed PDAA_BACSU Peptidoglycan-N-acetylmuramic acid deacetylase PdaA (Peptidoglycan MurNAc deacetylase) (EC 3.5.1.-) pdaA yfjS BSU07980 Bacillus subtilis (strain 168) 263 +CAB12628.2 O34969 reviewed YFJR_BACSU Uncharacterized oxidoreductase YfjR (EC 1.1.-.-) yfjR BSU07990 Bacillus subtilis (strain 168) 286 +CAB12629.1 O31543 reviewed YFJQ_BACSU Putative metal ion transporter YfjQ yfjQ BSU08000 Bacillus subtilis (strain 168) 319 +CAB12630.1 O31544 reviewed YFJP_BACSU Putative DNA-3-methyladenine glycosylase YfjP (EC 3.2.2.21) yfjP BSU08010 Bacillus subtilis (strain 168) 287 +CAB12631.1 O31545 reviewed YFJO_BACSU Uncharacterized RNA methyltransferase YfjO (EC 2.1.1.-) yfjO BSU08020 Bacillus subtilis (strain 168) 466 +CAX52581.1 C0H3X6 reviewed YFZA_BACSU Uncharacterized membrane protein YfzA yfzA BSU08029 Bacillus subtilis (strain 168) 88 +CAB12632.1 O31546 reviewed DUS2_BACSU Probable tRNA-dihydrouridine synthase 2 (EC 1.3.1.-) dus2 yfjN BSU08030 Bacillus subtilis (strain 168) 325 +CAB12633.1 O31547 reviewed YFJM_BACSU Uncharacterized protein YfjM yfjM BSU08040 Bacillus subtilis (strain 168) 150 +CAB12634.1 P40773 reviewed YFJL_BACSU Uncharacterized protein YfjL (PSPB19') yfjL yztA BSU08050 Bacillus subtilis (strain 168) 229 +CAB12635.1 O31404 reviewed ACOA_BACSU Acetoin:2,6-dichlorophenolindophenol oxidoreductase subunit alpha (Acetoin:DCPIP oxidoreductase-alpha) (Ao:DCPIP OR) (EC 1.1.1.-) (TPP-dependent acetoin dehydrogenase E1 subunit alpha) acoA yfjK BSU08060 Bacillus subtilis (strain 168) 333 +CAB12636.1 O34591 reviewed ACOB_BACSU Acetoin:2,6-dichlorophenolindophenol oxidoreductase subunit beta (Acetoin:DCPIP oxidoreductase-beta) (Ao:DCPIP OR) (EC 1.1.1.-) (TPP-dependent acetoin dehydrogenase E1 subunit beta) acoB yfjJ BSU08070 Bacillus subtilis (strain 168) 342 +CAB12637.1 O31550 reviewed ACOC_BACSU Dihydrolipoyllysine-residue acetyltransferase component of acetoin cleaving system (EC 2.3.1.12) (Acetoin dehydrogenase E2 component) (Dihydrolipoamide acetyltransferase component of acetoin cleaving system) acoC yfjI BSU08080 Bacillus subtilis (strain 168) 398 +CAB12638.1 O34324 reviewed DLDH3_BACSU Dihydrolipoyl dehydrogenase (EC 1.8.1.4) (Dihydrolipoamide dehydrogenase) (E3 component of acetoin cleaving system) acoL yfjH BSU08090 Bacillus subtilis (strain 168) 458 +CAB12639.1 O31551 reviewed ACOR_BACSU Acetoin dehydrogenase operon transcriptional activator AcoR acoR yfjG yzcB BSU08100 Bacillus subtilis (strain 168) 605 +CAB12640.1 O31552 reviewed SSPH_BACSU Small, acid-soluble spore protein H (SASP H) sspH yfjU BSU08110 Bacillus subtilis (strain 168) 59 +CAB12641.1 O31553 reviewed YFJF_BACSU UPF0060 membrane protein YfjF yfjF BSU08120 Bacillus subtilis (strain 168) 109 +CAB12642.1 O31554 reviewed YFJE_BACSU Uncharacterized protein YfjE yfjE BSU08130 Bacillus subtilis (strain 168) 152 +CAB12643.1 O31555 reviewed YFJD_BACSU Uncharacterized lipoprotein YfjD yfjD BSU08140 Bacillus subtilis (strain 168) 185 +CAB12644.1 O31556 reviewed YFJC_BACSU Uncharacterized protein YfjC yfjC BSU08150 Bacillus subtilis (strain 168) 255 +CAB12645.1 O31557 reviewed YFJB_BACSU Uncharacterized protein YfjB yfjB BSU08160 Bacillus subtilis (strain 168) 407 +CAB12646.1 O31558 reviewed YFJA_BACSU Uncharacterized protein YfjA yfjA BSU08170 Bacillus subtilis (strain 168) 104 +CAB12647.1 P54716 reviewed GLVA_BACSU Maltose-6'-phosphate glucosidase (EC 3.2.1.122) (6-phospho-alpha-D-glucosidase) (6-phosphoryl-O-alpha-D-glucopyranosyl:phosphoglucohydrolase) glvA glv-1 glvG malA BSU08180 Bacillus subtilis (strain 168) 449 +CAB12648.1 P54717 reviewed GLVR_BACSU HTH-type transcriptional regulator GlvR (Glv operon regulatory protein) glvR yfiA BSU08190 Bacillus subtilis (strain 168) 254 +CAB12649.1 P54715 reviewed PTOCB_BACSU PTS system maltose-specific EIICB component [Includes: Maltose permease IIC component (PTS system maltose-specific EIIC component); Maltose-specific phosphotransferase enzyme IIB component (EC 2.7.1.208) (PTS system maltose-specific EIIB component)] malP glv-2 glvC glvCB yfiB BSU08200 Bacillus subtilis (strain 168) 527 +CAB12650.1 P54718 reviewed YFIB_BACSU Uncharacterized ABC transporter ATP-binding protein YfiB yfiB BSU08210 Bacillus subtilis (strain 168) 573 +CAB12651.1 P54719 reviewed YFIC_BACSU Uncharacterized ABC transporter ATP-binding protein YfiC yfiC BSU08220 Bacillus subtilis (strain 168) 604 +CAB12652.1 P54720 reviewed CATD_BACSU Putative oxidoreductase CatD (EC 1.-.-.-) catD yfiD BSU08230 Bacillus subtilis (strain 168) 134 +CAB12653.2 P54721 reviewed CADE_BACSU Catechol-2,3-dioxygenase (EC 1.13.11.2) (Catechol-induced ring cleavage extradiol dioxygenase) catE yfiE BSU08240 Bacillus subtilis (strain 168) 285 +CAB12654.1 P54722 reviewed YFIF_BACSU Uncharacterized HTH-type transcriptional regulator YfiF yfiF BSU08250 Bacillus subtilis (strain 168) 314 +CAB12655.1 P54723 reviewed YFIG_BACSU Putative metabolite transport protein YfiG yfiG BSU08260 Bacillus subtilis (strain 168) 482 +CAB12656.1 P54724 reviewed YFIH_BACSU Uncharacterized protein YfiH yfiH BSU08270 Bacillus subtilis (strain 168) 313 +CAB12657.1 P94437 reviewed YFII_BACSU Uncharacterized oxidoreductase YfiI (EC 1.-.-.-) yfiI BSU08280 Bacillus subtilis (strain 168) 393 +CAB12658.1 P94438 reviewed LNRJ_BACSU Sensor histidine kinase LnrJ (EC 2.7.13.3) lnrJ linJ yfiJ BSU08290 Bacillus subtilis (strain 168) 400 +CAB12659.1 P94439 reviewed LNRK_BACSU Transcriptional regulatory protein LnrK lnrK linK yfiK BSU08300 Bacillus subtilis (strain 168) 220 +CAB12660.2 P94440 reviewed LNRL_BACSU Linearmycin resistance ATP-binding protein LnrL (EC 7.6.2.-) lnrL bifL yfiL BSU08310 Bacillus subtilis (strain 168) 311 +CAB12661.1 P94441 reviewed LNRM_BACSU Linearmycin resistance permease protein LnrM lnrM bifM yfiM BSU08320 Bacillus subtilis (strain 168) 396 +CAB12662.1 P94442 reviewed LNRN_BACSU Linearmycin resistance permease protein LnrN lnrN bifN yfiN BSU08330 Bacillus subtilis (strain 168) 385 +CAB12663.1 P94443 reviewed PADR_BACSU Negative transcription regulator PadR padR yfiO BSU08340 Bacillus subtilis (strain 168) 182 +CAB12664.1 Q79F14 reviewed ESTB_BACSU Extracellular esterase EstB (EC 3.1.1.3) (Extracellular esterase LipB) (Lipase B) (Triacylglycerol lipase) estB lipB yfiP BSU08350 Bacillus subtilis (strain 168) 210 +CAB12665.1 O31559 reviewed YFIQ_BACSU Putative membrane-bound acyltransferase YfiQ (EC 2.3.-.-) yfiQ BSU08360 Bacillus subtilis (strain 168) 362 +CAB12666.1 O31560 reviewed YFIR_BACSU Uncharacterized HTH-type transcriptional regulator YfiR yfiR BSU08370 Bacillus subtilis (strain 168) 205 +CAB12667.1 O31561 reviewed YFIS_BACSU Uncharacterized MFS-type transporter YfiS yfiS BSU08380 Bacillus subtilis (strain 168) 417 +CAB12668.1 O31562 reviewed YFIT_BACSU Putative metal-dependent hydrolase YfiT (EC 3.-.-.-) yfiT BSU08390 Bacillus subtilis (strain 168) 178 +CAB12669.1 O31563 reviewed YFIU_BACSU Uncharacterized MFS-type transporter YfiU yfiU BSU08400 Bacillus subtilis (strain 168) 518 +CAB12670.1 O31564 reviewed YFIV_BACSU Uncharacterized HTH-type transcriptional regulator YfiV yfiV BSU08410 Bacillus subtilis (strain 168) 160 +CAX52582.1 C0H3X7 reviewed MPRF_BACSU Phosphatidylglycerol lysyltransferase (EC 2.3.2.3) (Lysylphosphatidylglycerol synthase) (LPG synthase) mprF yfiW yfiX BSU08425 BSU08420 BSU08430 Bacillus subtilis (strain 168) 856 +CAB12673.1 O31567 reviewed YFIY_BACSU Probable siderophore-binding lipoprotein YfiY yfiY BSU08440 Bacillus subtilis (strain 168) 325 +CAB12674.1 O31568 reviewed YFIZ_BACSU Probable siderophore transport system permease protein YfiZ yfiZ BSU08450 Bacillus subtilis (strain 168) 333 +CAB12675.1 O31569 reviewed YFHA_BACSU Probable siderophore transport system permease protein YfhA yfhA BSU08460 Bacillus subtilis (strain 168) 343 +CAB12676.1 O31570 reviewed YFHB_BACSU Uncharacterized isomerase YfhB (EC 5.1.-.-) yfhB BSU08470 Bacillus subtilis (strain 168) 293 +CAB12677.1 O31571 reviewed YFHC_BACSU Putative NAD(P)H nitroreductase YfhC (EC 1.-.-.-) yfhC BSU08480 Bacillus subtilis (strain 168) 194 +CAB12678.1 O31572 reviewed YFHD_BACSU Uncharacterized protein YfhD yfhD BSU08490 Bacillus subtilis (strain 168) 63 +CAB12679.1 O31573 reviewed YFHE_BACSU Uncharacterized protein YfhE yfhE BSU08500 Bacillus subtilis (strain 168) 36 +CAB12680.1 O31574 reviewed YFHF_BACSU Epimerase family protein YfhF yfhF BSU08510 Bacillus subtilis (strain 168) 303 +CAB12681.1 O31575 reviewed RECX_BACSU Regulatory protein RecX recX yfhG BSU08520 Bacillus subtilis (strain 168) 264 +CAB12682.1 O31576 reviewed YFHH_BACSU Uncharacterized protein YfhH yfhH BSU08530 Bacillus subtilis (strain 168) 104 +CAB12683.1 O31577 reviewed YFHI_BACSU Uncharacterized MFS-type transporter YfhI yfhI BSU08540 Bacillus subtilis (strain 168) 397 +CAE01449.1 Q7WY75 reviewed SSPK_BACSU Small, acid-soluble spore protein K (SASP K) sspK BSU08550 Bacillus subtilis (strain 168) 50 +CAB12684.1 O31578 reviewed YFHJ_BACSU Uncharacterized protein YfhJ yfhJ BSU08560 Bacillus subtilis (strain 168) 89 +CAB12685.1 O31579 reviewed YFHK_BACSU Uncharacterized protein YfhK yfhK BSU08570 Bacillus subtilis (strain 168) 172 +CAB12686.1 O31580 reviewed YFHL_BACSU Uncharacterized protein YfhL yfhL BSU08580 Bacillus subtilis (strain 168) 110 +CAB12687.1 O31581 reviewed YFHM_BACSU AB hydrolase superfamily protein YfhM (EC 3.-.-.-) yfhM BSU08590 Bacillus subtilis (strain 168) 286 +CAB12688.1 Q45539 reviewed CSBB_BACSU Putative glycosyltransferase CsbB (EC 2.4.-.-) csbB yfhN BSU08600 Bacillus subtilis (strain 168) 329 +CAB12689.2 O31582 reviewed YFHO_BACSU Uncharacterized protein YfhO yfhO BSU08610 Bacillus subtilis (strain 168) 861 +CAB12690.1 O31583 reviewed YFHP_BACSU Uncharacterized protein YfhP yfhP BSU08620 Bacillus subtilis (strain 168) 327 +CAB12691.1 O31584 reviewed MUTY_BACSU Adenine DNA glycosylase (EC 3.2.2.31) mutY yfhQ BSU08630 Bacillus subtilis (strain 168) 369 +CAB12692.1 O31585 reviewed YFHS_BACSU Uncharacterized protein YfhS yfhS BSU08640 Bacillus subtilis (strain 168) 74 +CAB12693.1 P71079 reviewed FABL_BACSU Enoyl-[acyl-carrier-protein] reductase [NADPH] FabL (ENR) (EC 1.3.1.104) (Enoyl-acyl carrier protein reductase III) (NADPH-dependent enoyl-ACP reductase) fabL yfhR ygaA BSU08650 Bacillus subtilis (strain 168) 250 +CAB12694.1 P07784 reviewed SSPE_BACSU Small, acid-soluble spore protein gamma-type (SASP) sspE BSU08660 Bacillus subtilis (strain 168) 84 +CAB12695.1 P71080 reviewed YGAB_BACSU Uncharacterized protein YgaB ygaB BSU08670 Bacillus subtilis (strain 168) 114 +CAB12696.3 Q796Z1 reviewed NTDP_BACSU Nucleoside triphosphate/diphosphate phosphatase (EC 3.6.1.15) (EC 3.6.1.6) ygaC BSU08680 Bacillus subtilis (strain 168) 176 +CAB12697.2 P71082 reviewed YGAD_BACSU Putative multidrug export ATP-binding/permease protein YgaD (EC 7.6.2.-) ygaD BSU08690 Bacillus subtilis (strain 168) 580 +CAB12698.1 P71083 reviewed YGAE_BACSU UPF0421 protein YgaE ygaE BSU08700 Bacillus subtilis (strain 168) 353 +CAB12699.3 P71084 reviewed GSAB_BACSU Glutamate-1-semialdehyde 2,1-aminomutase 2 (GSA 2) (EC 5.4.3.8) (Glutamate-1-semialdehyde aminotransferase 2) (GSA-AT 2) gsaB BSU08710 Bacillus subtilis (strain 168) 429 +CAB12700.2 Q796Y8 reviewed BCP_BACSU Peroxiredoxin Bcp (EC 1.11.1.24) (Bacterioferritin comigratory protein) (Thioredoxin peroxidase) (Thioredoxin-dependent peroxiredoxin Bcp) ygaF bcp BSU08720 Bacillus subtilis (strain 168) 157 +CAB12701.1 P71086 reviewed PERR_BACSU Peroxide operon regulator perR ygaG BSU08730 Bacillus subtilis (strain 168) 145 +CAE01450.1 Q7WY74 reviewed YGZB_BACSU UPF0295 protein YgzB ygzB BSU08740 Bacillus subtilis (strain 168) 117 +CAB12703.1 Q04385 reviewed YGXA_BACSU Uncharacterized protein YgxA ygxA BSU08750 Bacillus subtilis (strain 168) 294 +CAB12704.2 P71088 reviewed SP0M_BACSU Sporulation-control protein spo0M (Stage 0 sporulation protein M) spo0M ygaI BSU08760 Bacillus subtilis (strain 168) 258 +CAB12705.2 O31586 reviewed YGZA_BACSU Uncharacterized protein YgzA ygzA BSU08770 Bacillus subtilis (strain 168) 67 +CAX52583.1 C0H3X8 reviewed YGZC_BACSU Spore coat protein F-like protein YgzC ygzC BSU08779 Bacillus subtilis (strain 168) 90 +CAB12706.2 P71089 reviewed YGAJ_BACSU Uncharacterized peptidase YgaJ (EC 3.4.21.-) ygaJ BSU08780 Bacillus subtilis (strain 168) 230 +CAB12707.2 P45740 reviewed THIC_BACSU Phosphomethylpyrimidine synthase (EC 4.1.99.17) (Hydroxymethylpyrimidine phosphate synthase) (HMP-P synthase) (HMP-phosphate synthase) (HMPP synthase) (Thiamine biosynthesis protein ThiC) thiC thiA BSU08790 Bacillus subtilis (strain 168) 590 +CAB12708.2 Q796Y5 reviewed YGAK_BACSU Uncharacterized FAD-linked oxidoreductase YgaK (EC 1.-.-.-) ygaK BSU08800 Bacillus subtilis (strain 168) 451 +CAB12710.2 P26901 reviewed CATA_BACSU Vegetative catalase (EC 1.11.1.6) katA kat kat-19 BSU08820 Bacillus subtilis (strain 168) 483 +CAB12711.3 P97027 reviewed SSUB_BACSU Aliphatic sulfonates import ATP-binding protein SsuB (EC 7.6.2.14) ssuB ycbE ygaL BSU08830 Bacillus subtilis (strain 168) 255 +CAB12712.1 P40400 reviewed SSUA_BACSU Putative aliphatic sulfonates-binding protein ssuA ygbA yzeA BSU08840 Bacillus subtilis (strain 168) 332 +CAB12713.1 P40401 reviewed SSUC_BACSU Putative aliphatic sulfonates transport permease protein SsuC ssuC ygaM yzeB BSU08850 Bacillus subtilis (strain 168) 276 +CAB12714.2 P40402 reviewed SSUD_BACSU Alkanesulfonate monooxygenase (EC 1.14.14.5) (FMNH2-dependent aliphatic sulfonate monooxygenase) ssuD ygcA yzeC BSU08860 Bacillus subtilis (strain 168) 376 +CAB12715.1 P97028 reviewed YGAN_BACSU Uncharacterized protein YgaN ygaN BSU08870 Bacillus subtilis (strain 168) 178 +CAB12716.1 O31587 reviewed RS14_BACSU Small ribosomal subunit protein uS14A (Alternate 30S ribosomal protein S14) rpsN2 rpsNB yhzA BSU08880 Bacillus subtilis (strain 168) 89 +CAB12717.1 P97029 reviewed YGAO_BACSU Uncharacterized lipoprotein YgaO ygaO BSU08890 Bacillus subtilis (strain 168) 157 +CAX52584.1 C0H3X9 reviewed YGZD_BACSU Uncharacterized HTH-type transcriptional regulator YgzD ygzD BSU08899 Bacillus subtilis (strain 168) 66 +CAB12718.1 O31588 reviewed YHZB_BACSU Uncharacterized protein YhzB yhzB BSU08900 Bacillus subtilis (strain 168) 207 +CAB12719.2 P97030 reviewed QUEG_BACSU Epoxyqueuosine reductase (EC 1.17.99.6) (Queuosine biosynthesis protein QueG) queG ygaP yhbA BSU08910 Bacillus subtilis (strain 168) 386 +CAB12720.1 O31589 reviewed YHBB_BACSU Uncharacterized protein YhbB yhbB ygaQ BSU08920 Bacillus subtilis (strain 168) 311 +CAB12721.2 O31590 reviewed TRML_BACSU Putative tRNA (cytidine(34)-2'-O)-methyltransferase (EC 2.1.1.207) (tRNA (cytidine/uridine-2'-O-)-methyltransferase CspR) cspR ygaR BSU08930 Bacillus subtilis (strain 168) 160 +CAB12722.1 P97032 reviewed YHBD_BACSU Uncharacterized protein YhbD yhbD ygaS BSU08940 Bacillus subtilis (strain 168) 238 +CAB12723.1 P39132 reviewed YHBE_BACSU Uncharacterized protein YhbE (ORF1) yhbE ygaT yzdA BSU08950 Bacillus subtilis (strain 168) 237 +CAB12724.2 P39133 reviewed YHBF_BACSU Uncharacterized protein YhbF yhbF yzdB BSU08960 Bacillus subtilis (strain 168) 235 +CAB12725.1 P39134 reviewed PRKA_BACSU Protein PrkA prkA BSU08970 Bacillus subtilis (strain 168) 631 +CAB12726.1 P45742 reviewed YHBH_BACSU Stress response UPF0229 protein YhbH yhbH yzdC BSU08980 Bacillus subtilis (strain 168) 392 +CAB12727.1 O31592 reviewed YHBI_BACSU Uncharacterized HTH-type transcriptional regulator YhbI yhbI BSU08990 Bacillus subtilis (strain 168) 154 +CAB12728.1 O31593 reviewed YHBJ_BACSU Putative efflux system component YhbJ yhbJ BSU09000 Bacillus subtilis (strain 168) 221 +CAB12729.1 P54585 reviewed YHCA_BACSU Uncharacterized MFS-type transporter YhcA yhcA BSU09010 Bacillus subtilis (strain 168) 532 +CAB12730.1 P54586 reviewed YHCB_BACSU Uncharacterized protein YhcB yhcB BSU09020 Bacillus subtilis (strain 168) 176 +CAB12731.1 P54587 reviewed YHCC_BACSU Uncharacterized protein YhcC yhcC BSU09030 Bacillus subtilis (strain 168) 124 +CAB12732.1 P54588 reviewed YHCD_BACSU Uncharacterized protein YhcD yhcD BSU09040 Bacillus subtilis (strain 168) 51 +CAB12733.1 P54589 reviewed YHCE_BACSU Uncharacterized protein YhcE yhcE BSU09050 Bacillus subtilis (strain 168) 253 +CAB12734.1 P54590 reviewed YHCF_BACSU Uncharacterized HTH-type transcriptional regulator YhcF yhcF BSU09060 Bacillus subtilis (strain 168) 121 +CAB12735.1 P54591 reviewed YHCG_BACSU Uncharacterized ABC transporter ATP-binding protein YhcG yhcG BSU09070 Bacillus subtilis (strain 168) 232 +CAB12736.1 P54592 reviewed YHCH_BACSU Uncharacterized ABC transporter ATP-binding protein YhcH yhcH BSU09080 Bacillus subtilis (strain 168) 305 +CAB12737.1 P54593 reviewed YHCI_BACSU Uncharacterized protein YhcI yhcI BSU09090 Bacillus subtilis (strain 168) 313 +CAB12738.1 P32081 reviewed CSPB_BACSU Cold shock protein CspB (Major cold shock protein) cspB cspA BSU09100 Bacillus subtilis (strain 168) 67 +CAB12739.2 P54594 reviewed YHCJ_BACSU Uncharacterized lipoprotein YhcJ yhcJ BSU09110 Bacillus subtilis (strain 168) 276 +CAB12740.1 P54595 reviewed YHCK_BACSU Uncharacterized protein YhcK yhcK BSU09120 Bacillus subtilis (strain 168) 359 +CAB12741.1 P54596 reviewed TCYP_BACSU L-cystine uptake protein TcyP (Symporter YhcL) (Transporter of cystine TcyP) tcyP yhcL BSU09130 Bacillus subtilis (strain 168) 463 +CAB12742.1 P54597 reviewed YHCM_BACSU Uncharacterized protein YhcM yhcM BSU09140 Bacillus subtilis (strain 168) 151 +CAB12743.2 P54598 reviewed YHCN_BACSU Probable spore germination lipoprotein YhcN yhcN BSU09150 Bacillus subtilis (strain 168) 189 +CAB12744.2 P54599 reviewed YHCO_BACSU Uncharacterized protein YhcO yhcO BSU09165 BSU09160/BSU09170 Bacillus subtilis (strain 168) 322 +CAB12746.1 P54601 reviewed YHCQ_BACSU Spore coat protein F-like protein YhcQ yhcQ BSU09180 Bacillus subtilis (strain 168) 217 +CAB12747.1 P54602 reviewed YHCR_BACSU Endonuclease YhcR (EC 3.1.31.-) yhcR BSU09190 Bacillus subtilis (strain 168) 1217 +CAB12748.1 P54603 reviewed SRTD_BACSU Sortase D (EC 3.4.22.-) srtD srtA yhcS BSU09200 Bacillus subtilis (strain 168) 198 +CAB12749.2 P54604 reviewed YHCT_BACSU Uncharacterized RNA pseudouridine synthase YhcT (EC 5.4.99.-) (RNA pseudouridylate synthase) (RNA-uridine isomerase) yhcT BSU09210 Bacillus subtilis (strain 168) 302 +CAB12750.2 P54605 reviewed YHCU_BACSU Uncharacterized protein YhcU yhcU BSU09220 Bacillus subtilis (strain 168) 131 +CAB12751.1 P54606 reviewed YHCV_BACSU CBS domain-containing protein YhcV yhcV BSU09230 Bacillus subtilis (strain 168) 140 +CAB12752.1 P54607 reviewed YHCW_BACSU Putative phosphatase YhcW (EC 3.1.3.-) yhcW BSU09240 Bacillus subtilis (strain 168) 220 +CAB12753.2 P54608 reviewed YHCX_BACSU Probable hydrolase YhcX (EC 3.5.-.-) yhcX BSU09250 Bacillus subtilis (strain 168) 513 +CAB12754.2 P33189 reviewed YHXA_BACSU Uncharacterized aminotransferase YhxA (EC 2.6.-.-) yhxA BSU09260 Bacillus subtilis (strain 168) 450 +CAB12755.1 P30300 reviewed GLPP_BACSU Glycerol uptake operon antiterminator regulatory protein glpP glpP1 BSU09270 Bacillus subtilis (strain 168) 192 +CAB12756.1 P18156 reviewed GLPF_BACSU Glycerol uptake facilitator protein glpF BSU09280 Bacillus subtilis (strain 168) 274 +CAB12757.2 P18157 reviewed GLPK_BACSU Glycerol kinase (EC 2.7.1.30) (ATP:glycerol 3-phosphotransferase) (Glycerokinase) (GK) glpK BSU09290 Bacillus subtilis (strain 168) 496 +CAB12758.2 P18158 reviewed GLPD_BACSU Aerobic glycerol-3-phosphate dehydrogenase (EC 1.1.5.3) glpD BSU09300 Bacillus subtilis (strain 168) 555 +CAB12759.2 P18159 reviewed PGCA_BACSU Phosphoglucomutase (PGM) (EC 5.4.2.2) (Alpha-phosphoglucomutase) (Glucose phosphomutase) pgcA gtaC gtaE yhxB BSU09310 Bacillus subtilis (strain 168) 581 +CAB12760.1 O07527 reviewed YHCY_BACSU Sensor histidine kinase YhcY (EC 2.7.13.3) yhcY BSU09320 Bacillus subtilis (strain 168) 379 +CAB12761.1 O07528 reviewed YHCZ_BACSU Uncharacterized transcriptional regulatory protein YhcZ yhcZ BSU09330 Bacillus subtilis (strain 168) 214 +CAB12762.1 O07529 reviewed AZR_BACSU FMN-dependent NADPH-azoreductase (EC 1.7.-.-) (Azobenzene reductase) azr yhdA BSU09340 Bacillus subtilis (strain 168) 174 +CAB12763.1 O07530 reviewed YHDB_BACSU Uncharacterized protein YhdB yhdB BSU09350 Bacillus subtilis (strain 168) 80 +CAB12764.1 O07531 reviewed YHDC_BACSU Uncharacterized protein YhdC yhdC BSU09360 Bacillus subtilis (strain 168) 107 +CAB12776.2 O07532 reviewed LYTF_BACSU Peptidoglycan endopeptidase LytF (EC 3.4.-.-) (Autolysin LytF) (Cell wall-associated polypeptide CWBP49') (Gamma-D-glutamate-meso-diaminopimelate muropeptidase LytF) (Peptidoglycan hydrolase LytF) (Vegetative cell wall hydrolase LytF) lytF cwlE yhdD BSU09370 Bacillus subtilis (strain 168) 488 +CAB12777.1 O07573 reviewed NSRR_BACSU HTH-type transcriptional regulator NsrR nsrR yhdE BSU09380 Bacillus subtilis (strain 168) 146 +CAB12778.1 P37874 reviewed YGXB_BACSU Uncharacterized protein YgxB (ORF1) ygxB BSU09390 Bacillus subtilis (strain 168) 552 +CAB12779.1 P37875 reviewed SP5R_BACSU Stage V sporulation protein R spoVR BSU09400 Bacillus subtilis (strain 168) 468 +CAB12780.2 P19406 reviewed PPB4_BACSU Alkaline phosphatase 4 (EC 3.1.3.1) (Alkaline phosphatase IV) (APase IV) phoA phoAIV BSU09410 Bacillus subtilis (strain 168) 461 +CAB12781.2 P54421 reviewed LYTE_BACSU Probable peptidoglycan endopeptidase LytE (EC 3.4.-.-) (Cell wall-associated polypeptide CWBP33) (Gamma-D-glutamate-meso-diaminopimelate muropeptidase LytE) (Minor autolysin LytE) (Phosphatase-associated protein PapQ) (Vegetative cell wall hydrolase LytE) lytE cwlF papQ BSU09420 Bacillus subtilis (strain 168) 334 +CAB12782.2 P39127 reviewed CITR_BACSU HTH-type transcriptional regulator CitR (Citrate synthase I repressor) citR BSU09430 Bacillus subtilis (strain 168) 291 +CAB12783.2 P39119 reviewed CISY_BACSU Citrate synthase 1 (EC 2.3.3.16) (Citrate synthase I) citA BSU09440 Bacillus subtilis (strain 168) 366 +CAB12784.1 O07575 reviewed YHDF_BACSU Uncharacterized oxidoreductase YhdF (EC 1.-.-.-) yhdF BSU09450 Bacillus subtilis (strain 168) 289 +CAB12785.1 O07576 reviewed BCAP_BACSU Branched-chain amino acid permease BcaP (BCAA permease) bcaP yhdG BSU09460 Bacillus subtilis (strain 168) 465 +CAB12786.1 O07577 reviewed YHDH_BACSU Uncharacterized sodium-dependent transporter YhdH yhdH BSU09470 Bacillus subtilis (strain 168) 451 +CAB12787.1 O07578 reviewed YHDI_BACSU Uncharacterized HTH-type transcriptional regulator YhdI yhdI BSU09480 Bacillus subtilis (strain 168) 469 +CAB12788.1 O07579 reviewed YHDJ_BACSU Uncharacterized N-acetyltransferase YhdJ yhdJ BSU09490 Bacillus subtilis (strain 168) 142 +CAB12789.1 O07580 reviewed YHDK_BACSU Probable anti-sigma-M factor YhdK yhdK BSU09500 Bacillus subtilis (strain 168) 96 +CAB12790.1 O07581 reviewed YHDL_BACSU Probable anti-sigma-M factor YhdL yhdL BSU09510 Bacillus subtilis (strain 168) 358 +CAB12791.1 O07582 reviewed SIGM_BACSU ECF RNA polymerase sigma factor SigM (ECF sigma factor SigM) sigM yhdM BSU09520 Bacillus subtilis (strain 168) 163 +CAB12792.1 P80874 reviewed GS69_BACSU Aldo-keto reductase YhdN (EC 1.1.1.-) (AKR11B) (General stress protein 69) (GSP69) yhdN BSU09530 Bacillus subtilis (strain 168) 331 +CAB12793.1 O07584 reviewed PLSC_BACSU 1-acyl-sn-glycerol-3-phosphate acyltransferase (1-AGP acyltransferase) (1-AGPAT) (1-acyl-G3P acyltransferase) (EC 2.3.1.n4) (Lysophosphatidic acid acyltransferase) (LPAAT) (Phosphatidic acid synthase) (PA synthase) plsC yhdO BSU09540 Bacillus subtilis (strain 168) 199 +CAB12794.1 O07585 reviewed YHDP_BACSU UPF0053 protein YhdP yhdP BSU09550 Bacillus subtilis (strain 168) 444 +CAB12795.1 O07586 reviewed CUER_BACSU HTH-type transcriptional regulator CueR cueR yhdQ BSU09560 Bacillus subtilis (strain 168) 143 +CAB12796.1 O07587 reviewed AAT3_BACSU Putative aspartate aminotransferase YhdR (AspAT) (EC 2.6.1.1) (Transaminase A) yhdR BSU09570 Bacillus subtilis (strain 168) 393 +CAB12798.1 O07589 reviewed YHDT_BACSU UPF0053 protein YhdT yhdT BSU09590 Bacillus subtilis (strain 168) 461 +CAB12799.1 O07590 reviewed FLUC1_BACSU Fluoride-specific ion channel FluC 1 fluC1 crcB1 yhdU BSU09600 Bacillus subtilis (strain 168) 118 +CAB12800.1 O07591 reviewed FLUC2_BACSU Fluoride-specific ion channel FluC 2 fluC2 crcB2 yhdV BSU09610 Bacillus subtilis (strain 168) 131 +CAB12801.1 O07592 reviewed YHDW_BACSU Putative glycerophosphodiester phosphodiesterase YhdW (Glycerophosphoryl diester phosphodiesterase) (EC 3.1.4.46) yhdW BSU09620 Bacillus subtilis (strain 168) 243 +CAB12802.1 O07593 reviewed YHDX_BACSU Uncharacterized protein YhdX yhdX BSU09630 Bacillus subtilis (strain 168) 35 +CAB12803.1 O07594 reviewed YHDY_BACSU Uncharacterized MscS family protein YhdY yhdY BSU09640 Bacillus subtilis (strain 168) 371 +CAB12804.1 O07595 reviewed NPD_BACSU NAD-dependent protein deacetylase (EC 2.3.1.286) (Regulatory protein SIR2 homolog) cobB yhdZ BSU09650 Bacillus subtilis (strain 168) 247 +CAB12805.1 O07596 reviewed YHEN_BACSU Putative polysaccharide deacetylase YheN (EC 3.-.-.-) yheN BSU09660 Bacillus subtilis (strain 168) 282 +CAB12806.1 O07597 reviewed DAAA_BACSU D-alanine aminotransferase (EC 2.6.1.21) (D-amino acid aminotransferase) (D-amino acid transaminase) (DAAT) (D-aspartate aminotransferase) dat yheM BSU09670 Bacillus subtilis (strain 168) 282 +CAB12807.1 O07553 reviewed NHAC_BACSU Na(+)/H(+) antiporter NhaC (Sodium/hydrogen antiporter) (Sodium/proton antiporter) nhaC yheL BSU09680 Bacillus subtilis (strain 168) 453 +CAB12808.2 O07552 reviewed NHAX_BACSU Stress response protein NhaX nhaX yheK BSU09690 Bacillus subtilis (strain 168) 166 +CAB12809.1 O07551 reviewed YHEJ_BACSU Uncharacterized protein YheJ yheJ BSU09700 Bacillus subtilis (strain 168) 53 +CAB12810.1 O07550 reviewed YHEI_BACSU Probable multidrug resistance ABC transporter ATP-binding/permease protein YheI (EC 7.6.2.-) yheI BSU09710 Bacillus subtilis (strain 168) 585 +CAB12811.1 O07549 reviewed YHEH_BACSU Probable multidrug resistance ABC transporter ATP-binding/permease protein YheH (EC 7.6.2.-) yheH BSU09720 Bacillus subtilis (strain 168) 673 +CAB12812.1 O07548 reviewed YHEG_BACSU Uncharacterized protein YheG yheG BSU09730 Bacillus subtilis (strain 168) 206 +CAB12813.1 O07547 reviewed YHEF_BACSU Uncharacterized protein YheF yheF BSU09740 Bacillus subtilis (strain 168) 41 +CAB12814.1 P04832 reviewed SSPB_BACSU Small, acid-soluble spore protein B (SASP) sspB BSU09750 Bacillus subtilis (strain 168) 67 +CAB12815.1 O07546 reviewed YHEE_BACSU Uncharacterized protein YheE yheE BSU09760 Bacillus subtilis (strain 168) 72 +CAB12816.2 O07545 reviewed YHED_BACSU Endospore coat-associated protein YheD yheD BSU09770 Bacillus subtilis (strain 168) 453 +CAB12817.1 O07544 reviewed YHEC_BACSU Endospore coat-associated protein YheC yheC BSU09780 Bacillus subtilis (strain 168) 363 +CAB12818.1 O07543 reviewed YHEB_BACSU UPF0754 membrane protein YheB yheB BSU09790 Bacillus subtilis (strain 168) 377 +CAB12819.1 O07542 reviewed YHEA_BACSU UPF0342 protein YheA yheA BSU09800 Bacillus subtilis (strain 168) 117 +CAB12820.1 O07541 reviewed YHAZ_BACSU Uncharacterized protein YhaZ yhaZ BSU09810 Bacillus subtilis (strain 168) 357 +CAB12822.2 O07539 reviewed YHAX_BACSU Stress response protein YhaX yhaX BSU09830 Bacillus subtilis (strain 168) 288 +CAB12823.2 Q796V8 reviewed HEMZ_BACSU Oxygen-independent coproporphyrinogen-III oxidase-like protein HemZ (EC 1.3.99.-) hemZ yhaV yhaW BSU09840 Bacillus subtilis (strain 168) 501 +CAB12825.2 O07536 reviewed KHTU_BACSU K(+)/H(+) antiporter subunit KhtU khtU yhaU BSU09850 Bacillus subtilis (strain 168) 405 +CAB12826.1 O07535 reviewed KHTT_BACSU K(+)/H(+) antiporter subunit KhtT khtT yhaT BSU09860 Bacillus subtilis (strain 168) 165 +CAB12827.1 O07534 reviewed KHTS_BACSU K(+)/H(+) antiporter modulator KhtS khtS yhaS BSU09870 Bacillus subtilis (strain 168) 112 +CAB12828.3 O07533 reviewed YHAR_BACSU Putative enoyl-CoA hydratase/isomerase YhaR yhaR BSU09880 Bacillus subtilis (strain 168) 255 +CAX52586.1 C0H3Y1 reviewed YHZD_BACSU Uncharacterized protein YhzD yhzD BSU09889 Bacillus subtilis (strain 168) 61 +CAB12829.2 C0SPB4 reviewed YHAQ_BACSU Uncharacterized ABC transporter ATP-binding protein YhaQ yhaQ BSU09890 Bacillus subtilis (strain 168) 298 +CAB12830.2 O07523 reviewed YHAP_BACSU Uncharacterized protein YhaP yhaP BSU09900 Bacillus subtilis (strain 168) 419 +CAB12831.1 O07522 reviewed YHAO_BACSU Uncharacterized metallophosphoesterase YhaO yhaO BSU09910 Bacillus subtilis (strain 168) 408 +CAB12832.1 O08455 reviewed YHAN_BACSU Uncharacterized protein YhaN yhaN BSU09920 Bacillus subtilis (strain 168) 963 +CAB12833.1 O07521 reviewed YHAM_BACSU 3'-5' exoribonuclease YhaM (EC 3.1.-.-) yhaM BSU09930 Bacillus subtilis (strain 168) 314 +CAB12834.1 O07520 reviewed YHAL_BACSU Sporulation protein YhaL yhaL BSU09940 Bacillus subtilis (strain 168) 70 +CAB12835.1 P24327 reviewed PRSA_BACSU Foldase protein PrsA (EC 5.2.1.8) prsA BSU09950 Bacillus subtilis (strain 168) 292 +CAX52587.1 C0H3Y2 reviewed SSCA_BACSU Small spore coat assembly protein A sscA yhzE BSU09958 Bacillus subtilis (strain 168) 28 +CCQ48595.1 L8EBJ6 reviewed SSCB_BACSU Probable small spore coat assembly protein B (ORF-62) sscB BSU_09959 Bacillus subtilis (strain 168) 28 +CAB12837.2 O07518 reviewed YHAJ_BACSU Uncharacterized membrane protein YhaJ yhaJ BSU09965 BSU09960/BSU09970 Bacillus subtilis (strain 168) 172 +CAB12838.1 O07517 reviewed YHAI_BACSU Uncharacterized protein YhaI yhaI BSU09980 Bacillus subtilis (strain 168) 113 +CAB12839.1 P11065 reviewed HPR_BACSU DNA-binding transcriptional repressor ScoC (HTH-type transcriptional regulator Hpr) (Protease production regulatory protein Hpr) hpr catA scoC BSU09990 Bacillus subtilis (strain 168) 203 +CAB12840.1 O07516 reviewed YHAH_BACSU Uncharacterized membrane protein YhaH yhaH BSU10000 Bacillus subtilis (strain 168) 118 +CAX52588.1 C0H3Y3 reviewed YHZF_BACSU Uncharacterized membrane protein YhzF yhzF BSU10009 Bacillus subtilis (strain 168) 63 +CAB12841.2 O07515 reviewed TRPP_BACSU Probable tryptophan transport protein trpP BSU10010 Bacillus subtilis (strain 168) 172 +CAB12842.1 P80862 reviewed SERC_BACSU Phosphoserine aminotransferase (EC 2.6.1.52) (Phosphohydroxythreonine aminotransferase) (PSAT) (Vegetative protein 234) (VEG234) serC yhaF BSU10020 Bacillus subtilis (strain 168) 359 +CAB12843.1 O07513 reviewed HIT_BACSU Protein hit hit yhaE BSU10030 Bacillus subtilis (strain 168) 145 +CAB12844.1 P55339 reviewed ECSA_BACSU ABC-type transporter ATP-binding protein EcsA ecsA prsT yhaD BSU10040 Bacillus subtilis (strain 168) 247 +CAB12845.1 P55340 reviewed ECSB_BACSU Protein EcsB ecsB prsT yhaC BSU10050 Bacillus subtilis (strain 168) 408 +CAB12846.1 P55341 reviewed ECSC_BACSU Protein EcsC ecsC prsT yhaB BSU10060 Bacillus subtilis (strain 168) 236 +CAB12847.2 O07598 reviewed YHAA_BACSU Putative amidohydrolase YhaA (EC 3.5.1.-) yhaA BSU10070 Bacillus subtilis (strain 168) 396 +CAB12848.1 O07599 reviewed YHFA_BACSU Uncharacterized membrane protein YhfA yhfA BSU10080 Bacillus subtilis (strain 168) 463 +CAB12849.1 P38048 reviewed YHGB_BACSU Uncharacterized protein YhgB yhgB yixB BSU10090 Bacillus subtilis (strain 168) 104 +CAB12850.1 P38049 reviewed HMOB_BACSU Heme-degrading monooxygenase HmoB (EC 1.14.14.18) (Heme oxygenase) hmoB yhgC yixC BSU10100 Bacillus subtilis (strain 168) 166 +CAB12851.2 P38050 reviewed PBPF_BACSU Penicillin-binding protein 1F (PBP-1F) (Penicillin-binding protein F) [Includes: Penicillin-insensitive transglycosylase (EC 2.4.1.129) (Peptidoglycan TGase); Penicillin-sensitive transpeptidase (EC 3.4.16.4) (DD-transpeptidase)] pbpF ponA BSU10110 Bacillus subtilis (strain 168) 714 +CAB12852.1 P32395 reviewed DCUP_BACSU Uroporphyrinogen decarboxylase (UPD) (URO-D) (EC 4.1.1.37) hemE BSU10120 Bacillus subtilis (strain 168) 353 +CAB12853.1 P32396 reviewed CPFC_BACSU Coproporphyrin III ferrochelatase (EC 4.99.1.9) (Water-soluble ferrochelatase) cpfC hemF hemH BSU10130 Bacillus subtilis (strain 168) 310 +CAB12854.1 P32397 reviewed CGOX_BACSU Coproporphyrinogen III oxidase (EC 1.3.3.15) cgoX hemG hemY BSU10140 Bacillus subtilis (strain 168) 470 +CAB12855.1 P32398 reviewed YHGD_BACSU Uncharacterized HTH-type transcriptional regulator YhgD yhgD yixD BSU10150 Bacillus subtilis (strain 168) 191 +CAB12856.1 P32399 reviewed YHGE_BACSU Uncharacterized protein YhgE (ORFB) yhgE yixE BSU10160 Bacillus subtilis (strain 168) 775 +CAB12857.1 O07600 reviewed FABH2_BACSU Beta-ketoacyl-[acyl-carrier-protein] synthase III 2 (Beta-ketoacyl-ACP synthase III 2) (KAS III 2) (EC 2.3.1.180) (EC 2.3.1.300) (3-oxoacyl-[acyl-carrier-protein] synthase 3 2) (3-oxoacyl-[acyl-carrier-protein] synthase III 2) (Branched-chain beta-ketoacyl-[acyl-carrier-protein] synthase 2) (bFabH2) fabHB fabH2 yhfB BSU10170 Bacillus subtilis (strain 168) 325 +CAB12858.1 O07601 reviewed YHFC_BACSU Uncharacterized membrane protein YhfC yhfC BSU10180 Bacillus subtilis (strain 168) 258 +CAB12860.1 O07603 reviewed YHFE_BACSU Putative aminopeptidase YhfE (EC 3.4.11.-) yhfE BSU10200 Bacillus subtilis (strain 168) 346 +CAB12861.1 O07604 reviewed YHFF_BACSU Uncharacterized protein YhfF yhfF BSU10210 Bacillus subtilis (strain 168) 135 +CAB12862.1 O07605 reviewed GLTT_BACSU Proton/sodium-glutamate symport protein (Glutamate-aspartate carrier protein) gltT yhfG BSU10220 Bacillus subtilis (strain 168) 429 +CAB12863.1 O07606 reviewed YHFH_BACSU Uncharacterized protein YhfH yhfH BSU10230 Bacillus subtilis (strain 168) 46 +CAB12864.1 O07607 reviewed YHFI_BACSU Probable metallo-hydrolase YhfI (EC 3.-.-.-) yhfI BSU10240 Bacillus subtilis (strain 168) 244 +CAB12865.1 O07608 reviewed LPLJ_BACSU Lipoate-protein ligase LplJ (EC 6.3.1.20) (Lipoate--protein ligase) lplJ yhfJ BSU10250 Bacillus subtilis (strain 168) 331 +CAB12866.1 O07609 reviewed YHFK_BACSU Uncharacterized sugar epimerase YhfK (EC 4.-.-.-) yhfK BSU10260 Bacillus subtilis (strain 168) 214 +CAB12867.2 O07610 reviewed LCFB_BACSU Long-chain-fatty-acid--CoA ligase (EC 6.2.1.3) (Long-chain acyl-CoA synthetase) lcfB yhfL BSU10270 Bacillus subtilis (strain 168) 513 +CAB12868.1 O07611 reviewed YHFM_BACSU Uncharacterized protein YhfM yhfM BSU10280 Bacillus subtilis (strain 168) 131 +CAB12869.1 P40769 reviewed YHFN_BACSU Uncharacterized metalloprotease YhfN (EC 3.4.24.-) (PSP23) yhfN yzoA BSU10290 Bacillus subtilis (strain 168) 426 +CAB12870.2 P04189 reviewed SUBT_BACSU Subtilisin E (EC 3.4.21.62) aprE apr aprA sprE BSU10300 Bacillus subtilis (strain 168) 381 +CAB12871.1 O07614 reviewed YHFO_BACSU Uncharacterized N-acetyltransferase YhfO (EC 2.3.1.-) yhfO BSU10310 Bacillus subtilis (strain 168) 149 +CAB12872.1 O07615 reviewed YHFP_BACSU Putative quinone oxidoreductase YhfP (EC 1.6.5.-) yhfP BSU10320 Bacillus subtilis (strain 168) 330 +CAB12873.2 C0SP94 reviewed YHFQ_BACSU Putative ABC transporter substrate-binding lipoprotein YhfQ yhfQ BSU10330 Bacillus subtilis (strain 168) 323 +CAB12874.1 O07617 reviewed PHOE_BACSU Uncharacterized phosphatase PhoE (EC 3.1.3.-) phoE yhfR BSU10340 Bacillus subtilis (strain 168) 193 +CAB12875.1 O07618 reviewed YHFS_BACSU Putative acetyl-CoA C-acetyltransferase YhfS (EC 2.3.1.-) yhfS BSU10350 Bacillus subtilis (strain 168) 364 +CAB12876.1 O07619 reviewed YHFT_BACSU Uncharacterized acyl--CoA ligase YhfT (EC 6.2.1.-) yhfT BSU10360 Bacillus subtilis (strain 168) 479 +CAB12877.1 O07620 reviewed BIOY_BACSU Probable biotin transporter BioY bioY yhfU BSU10370 Bacillus subtilis (strain 168) 186 +CAB12878.1 O07621 reviewed HEMAT_BACSU Heme-based aerotactic transducer HemAT hemAT yhfV BSU10380 Bacillus subtilis (strain 168) 432 +CAB12879.1 O07622 reviewed YHFW_BACSU Putative Rieske 2Fe-2S iron-sulfur protein YhfW (EC 1.-.-.-) yhfW BSU10390 Bacillus subtilis (strain 168) 509 +CAB12880.1 P40397 reviewed YHXC_BACSU Uncharacterized oxidoreductase YhxC (EC 1.-.-.-) (ORFX) yhxC BSU10400 Bacillus subtilis (strain 168) 285 +CAB12881.1 O31594 reviewed YHZC_BACSU Uncharacterized protein YhzC yhzC BSU10410 Bacillus subtilis (strain 168) 77 +CAB12882.1 P40396 reviewed COMK_BACSU Competence transcription factor (CTF) (Competence protein K) comK BSU10420 Bacillus subtilis (strain 168) 192 +CAB12883.1 P40398 reviewed YHXD_BACSU Uncharacterized oxidoreductase YhxD (EC 1.-.-.-) (ORFY) yhxD BSU10430 Bacillus subtilis (strain 168) 299 +CAB12884.1 O07555 reviewed YHJA_BACSU Uncharacterized protein YhjA yhjA BSU10440 Bacillus subtilis (strain 168) 89 +CAB12885.1 O07556 reviewed YHJB_BACSU Uncharacterized symporter YhjB yhjB BSU10450 Bacillus subtilis (strain 168) 489 +CAB12886.1 O07557 reviewed YHJC_BACSU Uncharacterized membrane protein YhjC yhjC BSU10460 Bacillus subtilis (strain 168) 66 +CAB12887.1 O07558 reviewed YHJD_BACSU Uncharacterized protein YhjD yhjD BSU10470 Bacillus subtilis (strain 168) 120 +CAB12888.1 O07559 reviewed YHJE_BACSU Uncharacterized membrane protein YhjE yhjE BSU10480 Bacillus subtilis (strain 168) 207 +CAB12889.1 O07560 reviewed LEPV_BACSU Signal peptidase I V (SPase I) (EC 3.4.21.89) (Leader peptidase I) sipV yhjF BSU10490 Bacillus subtilis (strain 168) 168 +CAB12890.1 O07561 reviewed YHJG_BACSU Uncharacterized aromatic compound monooxygenase YhjG (EC 1.14.13.-) yhjG BSU10500 Bacillus subtilis (strain 168) 499 +CAB12891.1 Q796S4 reviewed YHJH_BACSU Uncharacterized HTH-type transcriptional regulator YhjH yhjH BSU10510 Bacillus subtilis (strain 168) 175 +CAB12892.1 O07563 reviewed GLCP_BACSU Glucose/mannose transporter GlcP (Glucose/mannose:H(+) symporter) glcP glcT1 yhjI BSU10520 Bacillus subtilis (strain 168) 401 +CAB12893.2 O07564 reviewed NTDC_BACSU Glucose-6-phosphate 3-dehydrogenase (EC 1.1.1.361) ntdC yhjJ BSU10530 Bacillus subtilis (strain 168) 350 +CAB12894.2 O07565 reviewed NTDB_BACSU Kanosamine-6-phosphate phosphatase (EC 3.1.3.92) ntdB yhjK BSU10540 Bacillus subtilis (strain 168) 282 +CAB12895.1 O07566 reviewed NTDA_BACSU 3-oxo-glucose-6-phosphate:glutamate aminotransferase (EC 2.6.1.104) (3-dehydro-glucose-6-phosphate--glutamate transaminase) (Kanosamine 6-phosphate transaminase) ntdA yhjL BSU10550 Bacillus subtilis (strain 168) 441 +CAB12896.1 O07567 reviewed NTDR_BACSU NTD biosynthesis operon regulator NtdR ntdR yhjM BSU10560 Bacillus subtilis (strain 168) 329 +CAB12897.1 O07568 reviewed YHJN_BACSU Uncharacterized protein YhjN yhjN BSU10570 Bacillus subtilis (strain 168) 384 +CAB12898.1 O07569 reviewed YHJO_BACSU Uncharacterized MFS-type transporter YhjO yhjO BSU10580 Bacillus subtilis (strain 168) 401 +CAB12899.1 O07570 reviewed YHJP_BACSU Uncharacterized protein YhjP yhjP BSU10590 Bacillus subtilis (strain 168) 575 +CAB12900.1 O07571 reviewed YHJQ_BACSU Uncharacterized cysteine-rich protein YhjQ yhjQ BSU10600 Bacillus subtilis (strain 168) 108 +CAB12901.1 O07572 reviewed YHJR_BACSU Uncharacterized protein YhjR yhjR BSU10610 Bacillus subtilis (strain 168) 145 +CAB12902.2 P23477 reviewed ADDB_BACSU ATP-dependent helicase/deoxyribonuclease subunit B (EC 3.1.-.-) (EC 5.6.2.4) (ATP-dependent helicase/nuclease AddB) (DNA 3'-5' helicase AddB) addB BSU10620 Bacillus subtilis (strain 168) 1166 +CAB12903.2 P23478 reviewed ADDA_BACSU ATP-dependent helicase/nuclease subunit A (EC 3.1.-.-) (EC 5.6.2.4) (ATP-dependent helicase/nuclease AddA) (DNA 3'-5' helicase AddA) addA BSU10630 Bacillus subtilis (strain 168) 1232 +CAB12904.3 P23479 reviewed SBCD_BACSU Nuclease SbcCD subunit D sbcD yixA BSU10640 Bacillus subtilis (strain 168) 391 +CAB12905.2 O06714 reviewed SBCC_BACSU Nuclease SbcCD subunit C sbcC yirY BSU10650 Bacillus subtilis (strain 168) 1130 +CAB12906.1 O06715 reviewed YISB_BACSU Uncharacterized protein YisB yisB BSU10660 Bacillus subtilis (strain 168) 100 +CAB12907.2 O06716 reviewed GERPF_BACSU Probable spore germination protein GerPF gerPF yisC BSU10670 Bacillus subtilis (strain 168) 72 +CAB12908.1 O06717 reviewed GERPE_BACSU Probable spore germination protein GerPE gerPE yisD BSU10680 Bacillus subtilis (strain 168) 133 +CAB12909.1 O06718 reviewed GERPD_BACSU Probable spore germination protein GerPD gerPD yisE BSU10690 Bacillus subtilis (strain 168) 58 +CAB12910.1 O06719 reviewed GERPC_BACSU Probable spore germination protein GerPC gerPC yisF BSU10700 Bacillus subtilis (strain 168) 205 +CAB12911.2 O06720 reviewed GERPB_BACSU Probable spore germination protein GerPB gerPB yisG BSU10710 Bacillus subtilis (strain 168) 77 +CAB12912.1 O06721 reviewed GERPA_BACSU Probable spore germination protein GerPA gerPA yisH BSU10720 Bacillus subtilis (strain 168) 73 +CAB12913.1 O06722 reviewed YISI_BACSU Aspartyl-phosphate phosphatase YisI (EC 3.1.3.-) (Stage 0 sporulation regulatory protein YisI) yisI BSU10730 Bacillus subtilis (strain 168) 56 +CAB12914.1 O06723 reviewed YISJ_BACSU Inner spore coat protein H-like protein yisJ BSU10740 Bacillus subtilis (strain 168) 307 +CAB12915.1 O06724 reviewed YISK_BACSU Uncharacterized protein YisK yisK BSU10750 Bacillus subtilis (strain 168) 301 +CAB12916.1 O06725 reviewed YISL_BACSU UPF0344 protein YisL yisL BSU10760 Bacillus subtilis (strain 168) 118 +CAB12917.1 P54423 reviewed WPRA_BACSU Cell wall-associated protease (EC 3.4.21.-) [Cleaved into: Cell wall-associated polypeptide CWBP23 (CWBP23); Cell wall-associated polypeptide CWBP52 (CWBP52)] wprA yisM BSU10770 Bacillus subtilis (strain 168) 894 +CAB12918.1 O06727 reviewed YISN_BACSU Uncharacterized protein YisN yisN yucA BSU10780 Bacillus subtilis (strain 168) 195 +CAB12919.2 O05272 reviewed ASNO_BACSU Asparagine synthetase [glutamine-hydrolyzing] 3 (EC 6.3.5.4) asnO yisO yucB BSU10790 Bacillus subtilis (strain 168) 614 +CAE01451.1 Q7WY73 reviewed YIZA_BACSU Uncharacterized protein YizA yizA yucC BSU10800 Bacillus subtilis (strain 168) 159 +CAB12920.1 O06728 reviewed YISP_BACSU Farnesyl diphosphate phosphatase YisP (EC 3.1.7.6) yisP yucD BSU10810 Bacillus subtilis (strain 168) 267 +CAB12921.1 O07940 reviewed YISQ_BACSU Uncharacterized transporter YisQ yisQ yucE BSU10820 Bacillus subtilis (strain 168) 455 +CAB12922.1 P40331 reviewed YISR_BACSU Uncharacterized HTH-type transcriptional regulator YisR yisR yucF yuxC BSU10830 Bacillus subtilis (strain 168) 287 +CAB12923.1 P37947 reviewed DEGA_BACSU HTH-type transcriptional regulator DegA (Degradation activator) degA BSU10840 Bacillus subtilis (strain 168) 337 +CAB12924.1 P40332 reviewed IOLX_BACSU scyllo-inositol 2-dehydrogenase (NAD(+)) (EC 1.1.1.370) iolX yisS yucG yuxD BSU10850 Bacillus subtilis (strain 168) 342 +CAB12925.2 O07939 reviewed YIST_BACSU Uncharacterized protein YisT yisT yucH BSU10860 Bacillus subtilis (strain 168) 169 +CAB12926.1 O06730 reviewed YISU_BACSU Putative amino-acid transporter YisU yisU BSU10870 Bacillus subtilis (strain 168) 220 +CAB12927.2 Q796Q6 reviewed YISV_BACSU Uncharacterized HTH-type transcriptional regulator YisV yisV BSU10880 Bacillus subtilis (strain 168) 484 +CAB12929.1 O06733 reviewed YISX_BACSU Uncharacterized protein YisX yisX BSU10890 Bacillus subtilis (strain 168) 212 +CAB12930.1 O06734 reviewed YISY_BACSU AB hydrolase superfamily protein YisY (EC 3.-.-.-) yisY BSU10900 Bacillus subtilis (strain 168) 268 +CAB12931.1 O06735 reviewed CYSC2_BACSU Probable adenylyl-sulfate kinase (EC 2.7.1.25) (APS kinase) (ATP adenosine-5'-phosphosulfate 3'-phosphotransferase) (Adenosine-5'-phosphosulfate kinase) yisZ BSU10910 Bacillus subtilis (strain 168) 199 +CAB12932.2 O06736 reviewed SAT2_BACSU Probable sulfate adenylyltransferase (EC 2.7.7.4) (ATP-sulfurylase) (Sulfate adenylate transferase) (SAT) yitA BSU10920 Bacillus subtilis (strain 168) 389 +CAB12933.2 O06737 reviewed CYSH2_BACSU Adenosine 5'-phosphosulfate reductase 2 (APS reductase 2) (EC 1.8.4.10) (5'-adenylylsulfate reductase 2) (Thioredoxin-dependent 5'-adenylylsulfate reductase 2) cysH1 yitB BSU10930 Bacillus subtilis (strain 168) 236 +CAB12934.1 O06738 reviewed COMB_BACSU Probable 2-phosphosulfolactate phosphatase (EC 3.1.3.71) comB yitC BSU10940 Bacillus subtilis (strain 168) 228 +CAB12935.1 O06739 reviewed PSLS_BACSU Phosphosulfolactate synthase (EC 4.4.1.19) ((2R)-phospho-3-sulfolactate synthase) (PSL synthase) yitD BSU10950 Bacillus subtilis (strain 168) 252 +CAB12936.1 O06740 reviewed YITE_BACSU UPF0750 membrane protein YitE yitE BSU10960 Bacillus subtilis (strain 168) 209 +CAB12937.1 O06741 reviewed YITF_BACSU Putative isomerase YitF (EC 5.-.-.-) yitF BSU10970 Bacillus subtilis (strain 168) 371 +CAB12938.1 Q796Q1 reviewed YITG_BACSU Uncharacterized MFS-type transporter YitG yitG BSU10980 Bacillus subtilis (strain 168) 422 +CAB12939.1 O06743 reviewed YITH_BACSU Uncharacterized N-acetyltransferase YitH (EC 2.3.1.-) yitH BSU10990 Bacillus subtilis (strain 168) 282 +CAB12940.2 O06744 reviewed YITI_BACSU Uncharacterized N-acetyltransferase YitI (EC 2.3.1.-) yitI BSU11000 Bacillus subtilis (strain 168) 149 +CAB12941.1 O06745 reviewed YITJ_BACSU Bifunctional homocysteine S-methyltransferase/5,10-methylenetetrahydrofolate reductase [Includes: Homocysteine S-methyltransferase (EC 2.1.1.10) (S-methylmethionine:homocysteine methyltransferase); 5,10-methylenetetrahydrofolate reductase (EC 1.5.1.20)] yitJ BSU11010 Bacillus subtilis (strain 168) 612 +CAB12942.1 O06746 reviewed YITK_BACSU UPF0234 protein yitk yitK BSU11020 Bacillus subtilis (strain 168) 163 +CAB12943.1 O06747 reviewed YITL_BACSU Uncharacterized protein YitL yitL BSU11030 Bacillus subtilis (strain 168) 298 +CAB12944.1 O06748 reviewed YITM_BACSU Uncharacterized protein YitM yitM BSU11040 Bacillus subtilis (strain 168) 194 +CAB12946.2 O06750 reviewed YITO_BACSU Uncharacterized protein YitO yitO BSU11055 BSU11050/BSU11060 Bacillus subtilis (strain 168) 309 +CAB12947.1 O06751 reviewed YITP_BACSU Uncharacterized protein YitP yitP BSU11070 Bacillus subtilis (strain 168) 178 +CAX52589.1 C0H3Y4 reviewed YIZB_BACSU Putative DNA-binding protein YizB yizB BSU11079 Bacillus subtilis (strain 168) 115 +CAB12948.2 O06752 reviewed YITQ_BACSU Uncharacterized protein YitQ yitQ BSU11080 Bacillus subtilis (strain 168) 195 +CAB12949.1 O06753 reviewed YITR_BACSU Uncharacterized protein YitR yitR BSU11090 Bacillus subtilis (strain 168) 97 +CAB12950.1 P39899 reviewed NPRB_BACSU Neutral protease B (EC 3.4.24.-) nprB BSU11100 Bacillus subtilis (strain 168) 538 +CAB12951.1 P70945 reviewed YITS_BACSU DegV domain-containing protein YitS yitS BSU11110 Bacillus subtilis (strain 168) 283 +CAB12952.1 P39803 reviewed YITT_BACSU UPF0750 membrane protein YitT yitT yuxA BSU11120 Bacillus subtilis (strain 168) 280 +CAB12953.1 P39804 reviewed IPI_BACSU Intracellular proteinase inhibitor (BsuPI) ipi BSU11130 Bacillus subtilis (strain 168) 119 +CAX52590.1 C0H3Y5 reviewed YIZC_BACSU Uncharacterized protein YizC yizC BSU11139 Bacillus subtilis (strain 168) 65 +CAB12954.1 P70947 reviewed YITU_BACSU 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YitU (EC 3.1.3.104) yitU BSU11140 Bacillus subtilis (strain 168) 270 +CAB12955.1 P70948 reviewed YITV_BACSU Putative esterase YitV (EC 3.1.-.-) yitV BSU11150 Bacillus subtilis (strain 168) 255 +CAB12956.1 P70949 reviewed SUFT_BACSU Fe-S protein maturation auxiliary factor YitW (Iron-sulfur cluster assembly factor YitW) yitW BSU11160 Bacillus subtilis (strain 168) 102 +CAB12958.3 Q796P5 reviewed YITY_BACSU Uncharacterized FAD-linked oxidoreductase YitY (EC 1.-.-.-) yitY BSU11170 Bacillus subtilis (strain 168) 476 +CAB12959.1 P70952 reviewed YITZ_BACSU Uncharacterized MFS-type transporter YitZ yitZ BSU11180 Bacillus subtilis (strain 168) 164 +CAB12960.2 P23715 reviewed ARGC_BACSU N-acetyl-gamma-glutamyl-phosphate reductase (AGPR) (EC 1.2.1.38) (N-acetyl-glutamate semialdehyde dehydrogenase) (NAGSA dehydrogenase) argC BSU11190 Bacillus subtilis (strain 168) 345 +CAB12961.2 P36843 reviewed ARGJ_BACSU Arginine biosynthesis bifunctional protein ArgJ [Cleaved into: Arginine biosynthesis bifunctional protein ArgJ alpha chain; Arginine biosynthesis bifunctional protein ArgJ beta chain] [Includes: Glutamate N-acetyltransferase (EC 2.3.1.35) (Ornithine acetyltransferase) (OATase) (Ornithine transacetylase); Amino-acid acetyltransferase (EC 2.3.1.1) (N-acetylglutamate synthase) (AGSase)] argJ BSU11200 Bacillus subtilis (strain 168) 406 +CAB12962.1 P68729 reviewed ARGB_BACSU Acetylglutamate kinase (EC 2.7.2.8) (N-acetyl-L-glutamate 5-phosphotransferase) (NAG kinase) (NAGK) argB BSU11210 Bacillus subtilis (strain 168) 258 +CAB12963.2 P36839 reviewed ARGD_BACSU Acetylornithine aminotransferase (ACOAT) (EC 2.6.1.11) argD BSU11220 Bacillus subtilis (strain 168) 385 +CAB12964.2 P36838 reviewed CARX_BACSU Carbamoyl phosphate synthase arginine-specific small chain (EC 6.3.5.5) (Carbamoyl phosphate synthetase glutamine chain 1) carA cpaA BSU11230 Bacillus subtilis (strain 168) 353 +CAB12965.3 P18185 reviewed CARY_BACSU Carbamoyl phosphate synthase arginine-specific large chain (EC 6.3.4.16) (EC 6.3.5.5) (Carbamoyl phosphate synthetase ammonia chain) carB cpaB BSU11240 Bacillus subtilis (strain 168) 1030 +CAB12966.1 P18186 reviewed OTC_BACSU Ornithine carbamoyltransferase (OTCase) (EC 2.1.3.3) argF BSU11250 Bacillus subtilis (strain 168) 319 +CAB12967.1 O34585 reviewed YJZC_BACSU Uncharacterized protein YjzC yjzC BSU11260 Bacillus subtilis (strain 168) 59 +CAB12968.1 O34713 reviewed YJZD_BACSU Uncharacterized membrane protein YjzD yjzD BSU11270 Bacillus subtilis (strain 168) 61 +CAB12969.1 O35001 reviewed YJAU_BACSU Uncharacterized protein YjaU yjaU BSU11280 Bacillus subtilis (strain 168) 244 +CAB12970.2 O34959 reviewed YJAV_BACSU Uncharacterized protein YjaV yjaV BSU11290 Bacillus subtilis (strain 168) 185 +CAB12971.2 O32436 reviewed MED_BACSU Transcriptional activator protein med med BSU11300 Bacillus subtilis (strain 168) 317 +CAB12972.1 O32437 reviewed COMZ_BACSU ComG operon repressor comZ BSU11310 Bacillus subtilis (strain 168) 63 +CAB12973.1 O34891 reviewed YJZB_BACSU Uncharacterized protein YjzB yjzB BSU11320 Bacillus subtilis (strain 168) 79 +CAB12974.1 O34746 reviewed FABH1_BACSU Beta-ketoacyl-[acyl-carrier-protein] synthase III 1 (Beta-ketoacyl-ACP synthase III 1) (KAS III 1) (EC 2.3.1.180) (EC 2.3.1.300) (3-oxoacyl-[acyl-carrier-protein] synthase 3 1) (3-oxoacyl-[acyl-carrier-protein] synthase III 1) (Branched-chain beta-ketoacyl-[acyl-carrier-protein] synthase 1) (bFabH1) fabHA fabH fabH1 yjaX BSU11330 Bacillus subtilis (strain 168) 312 +CAB12975.1 O34340 reviewed FABF_BACSU 3-oxoacyl-[acyl-carrier-protein] synthase 2 (EC 2.3.1.179) (3-oxoacyl-[acyl-carrier-protein] synthase II) (Beta-ketoacyl-ACP synthase II) (KAS II) fabF yjaY BSU11340 Bacillus subtilis (strain 168) 413 +CAB12992.1 O31596 reviewed YJAZ_BACSU Uncharacterized protein YjaZ yjaZ BSU11350 Bacillus subtilis (strain 168) 261 +CAB12993.1 P42064 reviewed APPD_BACSU Oligopeptide transport ATP-binding protein AppD appD BSU11360 Bacillus subtilis (strain 168) 328 +CAB12994.2 P42065 reviewed APPF_BACSU Oligopeptide transport ATP-binding protein AppF appF BSU11370 Bacillus subtilis (strain 168) 329 +CAB12996.2 P42062 reviewed APPB_BACSU Oligopeptide transport system permease protein AppB appB BSU11390 Bacillus subtilis (strain 168) 316 +CAB12997.1 P42063 reviewed APPC_BACSU Oligopeptide transport system permease protein AppC appC BSU11400 Bacillus subtilis (strain 168) 303 +CAB12998.1 O31597 reviewed YJBA_BACSU UPF0736 protein YjbA yjbA BSU11410 Bacillus subtilis (strain 168) 250 +CAB12999.1 P21656 reviewed SYW_BACSU Tryptophan--tRNA ligase (EC 6.1.1.2) (Tryptophanyl-tRNA synthetase) (TrpRS) trpS BSU11420 Bacillus subtilis (strain 168) 330 +CAB13000.1 P24141 reviewed OPPA_BACSU Oligopeptide-binding protein OppA (Stage 0 sporulation protein KA) oppA spo0KA BSU11430 Bacillus subtilis (strain 168) 545 +CAB13001.1 P24138 reviewed OPPB_BACSU Oligopeptide transport system permease protein OppB (Stage 0 sporulation protein KB) oppB spo0KB BSU11440 Bacillus subtilis (strain 168) 311 +CAB13002.1 P24139 reviewed OPPC_BACSU Oligopeptide transport system permease protein OppC (Stage 0 sporulation protein KC) oppC spo0KC BSU11450 Bacillus subtilis (strain 168) 305 +CAB13003.1 P24136 reviewed OPPD_BACSU Oligopeptide transport ATP-binding protein OppD (Stage 0 sporulation protein KD) oppD spo0KD BSU11460 Bacillus subtilis (strain 168) 358 +CAB13004.1 P24137 reviewed OPPF_BACSU Oligopeptide transport ATP-binding protein OppF (Stage 0 sporulation protein KE) oppF spo0KE BSU11470 Bacillus subtilis (strain 168) 305 +CAB13005.2 O31600 reviewed YJBB_BACSU Uncharacterized MFS-type transporter YjbB yjbB BSU11480 Bacillus subtilis (strain 168) 405 +CAB13006.2 O31601 reviewed YJBC_BACSU Putative acetyltransferase YjbC (EC 2.3.1.-) yjbC BSU11490 Bacillus subtilis (strain 168) 192 +CAB13007.1 O31602 reviewed SPX_BACSU Global transcriptional regulator Spx (Redox-responsive transcription factor Spx) (Suppressor of clpP and clpX) (Spx) spx spxA yjbD BSU11500 Bacillus subtilis (strain 168) 131 +CAB13008.1 O31603 reviewed YJBE_BACSU Uncharacterized membrane protein YjbE yjbE BSU11510 Bacillus subtilis (strain 168) 218 +SOX90547.1 A0A2K4Z9I6 unreviewed A0A2K4Z9I6_BACSU Uncharacterized protein BSU_11515 HIR78_06350 Bacillus subtilis (strain 168) 46 +CAB13009.1 P37958 reviewed MECA1_BACSU Adapter protein MecA 1 mecA BSU11520 Bacillus subtilis (strain 168) 218 +SOX90548.1 A0A2K4Z9I3 unreviewed A0A2K4Z9I3_BACSU Uncharacterized protein BSU_11525 HIR78_06360 Bacillus subtilis (strain 168) 40 +CAB13010.1 O31604 reviewed COIA_BACSU Competence protein CoiA coiA yjbF BSU11530 Bacillus subtilis (strain 168) 373 +CAB13011.2 O31605 reviewed PEPF_BACSU Oligoendopeptidase F homolog (EC 3.4.24.-) yjbG BSU11540 Bacillus subtilis (strain 168) 670 +CAX52593.1 C0H3Y6 reviewed YIZD_BACSU Uncharacterized membrane protein YizD yizD BSU11549 Bacillus subtilis (strain 168) 55 +CAB13012.2 O31606 reviewed SPXH_BACSU ClpXP adapter protein SpxH spxH yjbH BSU11550 Bacillus subtilis (strain 168) 299 +CAB13013.1 O31607 reviewed TRHBO_BACSU Group 2 truncated hemoglobin YjbI (Truncated Hb) (trHbO) (Hemoglobin-like protein YjbI) (Truncated BHb) yjbI BSU11560 Bacillus subtilis (strain 168) 132 +CAB13014.1 O31608 reviewed CWLQ_BACSU Bifunctional muramidase/lytic transglycosylase CwlQ (EC 3.2.1.17) (EC 4.2.2.n1) cwlQ yjbJ BSU11570 Bacillus subtilis (strain 168) 181 +CAB13015.1 O31609 reviewed YJBK_BACSU Putative triphosphatase YjbK (EC 3.6.1.-) yjbK BSU11580 Bacillus subtilis (strain 168) 190 +CAB13016.1 O31610 reviewed YJBL_BACSU UPF0738 protein YjbL yjbL BSU11590 Bacillus subtilis (strain 168) 122 +CAB13017.1 O31611 reviewed YJBM_BACSU GTP pyrophosphokinase YjbM (EC 2.7.6.5) ((p)ppGpp synthase YjbM) (Small alarmone synthase 1) (SAS 1) yjbM BSU11600 Bacillus subtilis (strain 168) 211 +CAB13018.1 O31612 reviewed NADK1_BACSU NAD kinase 1 (EC 2.7.1.23) (ATP-dependent NAD kinase) (Poly(P)-dependent NAD kinase) (PPNK) ppnKA nadF yjbN BSU11610 Bacillus subtilis (strain 168) 266 +CAB13019.1 O31613 reviewed YJBO_BACSU Uncharacterized RNA pseudouridine synthase YjbO (EC 5.4.99.-) (RNA pseudouridylate synthase) (RNA-uridine isomerase) yjbO BSU11620 Bacillus subtilis (strain 168) 283 +CAB13020.1 O31614 reviewed PRPE_BACSU Bis(5'-nucleosyl)-tetraphosphatase PrpE [asymmetrical] (EC 3.6.1.17) (Ap4A hydrolase) (Diadenosine 5',5'''-P1,P4-tetraphosphate asymmetrical hydrolase) (Diadenosine tetraphosphatase) prpE yjbP BSU11630 Bacillus subtilis (strain 168) 244 +CAB13021.1 O31615 reviewed CPAA_BACSU Putative Na(+)/H(+) antiporter YjbQ cpaA yjbQ BSU11640 Bacillus subtilis (strain 168) 614 +CAB13022.1 P25052 reviewed TENA_BACSU Aminopyrimidine aminohydrolase (EC 3.5.99.2) (4-amino-5-aminomethyl-2-methylpyrimidine hydrolase) (Thiaminase II) tenA BSU11650 Bacillus subtilis (strain 168) 236 +CAB13023.1 P25053 reviewed TENI_BACSU Thiazole tautomerase (EC 5.3.99.10) tenI BSU11660 Bacillus subtilis (strain 168) 205 +CAB13024.1 O31616 reviewed GLYOX_BACSU Glycine oxidase (GO) (EC 1.4.3.19) thiO goxB yjbR BSU11670 Bacillus subtilis (strain 168) 369 +CAB13025.1 O31617 reviewed THIS_BACSU Sulfur carrier protein ThiS (Thiamine biosynthesis protein ThiS) thiS yjbS BSU11680 Bacillus subtilis (strain 168) 66 +CAB13026.1 O31618 reviewed THIG_BACSU Thiazole synthase (EC 2.8.1.10) thiG yjbT BSU11690 Bacillus subtilis (strain 168) 256 +CAB13027.1 O31619 reviewed THIF_BACSU Sulfur carrier protein ThiS adenylyltransferase (EC 2.7.7.73) thiF yjbU BSU11700 Bacillus subtilis (strain 168) 336 +CAB13028.1 O31620 reviewed THID_BACSU Hydroxymethylpyrimidine/phosphomethylpyrimidine kinase (EC 2.7.1.49) (EC 2.7.4.7) (Hydroxymethylpyrimidine kinase) (HMP kinase) (Hydroxymethylpyrimidine phosphate kinase) (HMP-P kinase) (HMP-phosphate kinase) (HMPP kinase) thiD yjbV BSU11710 Bacillus subtilis (strain 168) 271 +CAB13029.2 P54616 reviewed FABI_BACSU Enoyl-[acyl-carrier-protein] reductase [NADH] FabI (ENR) (EC 1.3.1.9) (Cold shock-induced protein 15) (CSI15) (NADH-dependent enoyl-ACP reductase) (Vegetative protein 241) (VEG241) fabI yjbW BSU11720 Bacillus subtilis (strain 168) 258 +CAB13030.1 O31622 reviewed COTO_BACSU Spore coat protein O cotO yjbX BSU11730 Bacillus subtilis (strain 168) 227 +CAB13031.1 Q08312 reviewed COTZ_BACSU Spore coat protein Z cotZ BSU11740 Bacillus subtilis (strain 168) 148 +CAB13032.1 Q08311 reviewed COTY_BACSU Spore coat protein Y cotY BSU11750 Bacillus subtilis (strain 168) 162 +CAB13033.1 Q08313 reviewed COTX_BACSU Spore coat protein X cotX BSU11760 Bacillus subtilis (strain 168) 172 +CAB13034.1 Q08310 reviewed COTW_BACSU Spore coat protein W cotW BSU11770 Bacillus subtilis (strain 168) 105 +CAB13035.1 Q08309 reviewed COTV_BACSU Spore coat protein V cotV BSU11780 Bacillus subtilis (strain 168) 128 +CAB13036.1 O31623 reviewed YJCA_BACSU Sporulation protein YjcA yjcA BSU11790 Bacillus subtilis (strain 168) 118 +CAX52594.1 C0H3Y7 reviewed YJZK_BACSU Uncharacterized protein YjzK yjzK BSU11799 Bacillus subtilis (strain 168) 68 +SOX90550.1 A0A2K4Z9I2 unreviewed A0A2K4Z9I2_BACSU Sporulation-specific protein yjcB BSU_11800 Bacillus subtilis (strain 168) 71 +CAX52595.1 C0H3Y8 reviewed YJCZ_BACSU Sporulation protein YjcZ yjcZ BSU11809 Bacillus subtilis (strain 168) 49 +CAB13038.2 O31625 reviewed SPVIF_BACSU Sporulation-specific transcription factor SpoVIF (Stage VI sporulation protein F) spoVIF yjcC BSU11810 Bacillus subtilis (strain 168) 84 +CAB13039.3 O31626 reviewed YJCD_BACSU Putative ATP-dependent DNA helicase YjcD (EC 5.6.2.4) (DNA 3'-5' helicase YjcD) yjcD BSU11820 Bacillus subtilis (strain 168) 759 +CAX52596.1 C0H3Y9 reviewed YJZE_BACSU Uncharacterized protein YjzE yjzE BSU11839 Bacillus subtilis (strain 168) 84 +CAB13041.1 O31628 reviewed YJCF_BACSU Uncharacterized N-acetyltransferase YjcF (EC 2.3.1.-) yjcF BSU11840 Bacillus subtilis (strain 168) 140 +CAB13042.1 O31629 reviewed YJCG_BACSU Putative phosphoesterase YjcG (EC 3.1.-.-) yjcG BSU11850 Bacillus subtilis (strain 168) 171 +CAB13043.1 O31630 reviewed YJCH_BACSU Uncharacterized protein YjcH yjcH BSU11860 Bacillus subtilis (strain 168) 240 +CAB13044.1 O31631 reviewed METI_BACSU Cystathionine gamma-synthase/O-acetylhomoserine (thiol)-lyase (CGS/OAH thiolyase) (EC 2.5.1.-) (O-acetylhomoserine sulfhydrylase) (OAH sulfhydrylase) metI yjcI BSU11870 Bacillus subtilis (strain 168) 373 +CAB13045.1 O31632 reviewed METC_BACSU Cystathionine beta-lyase MetC (CBL) (EC 4.4.1.13) (Beta-cystathionase MetC) (Cysteine lyase MetC) (Cysteine-S-conjugate beta-lyase MetC) metC yjcJ BSU11880 Bacillus subtilis (strain 168) 390 +CAB13046.1 O31633 reviewed YJCK_BACSU Putative [ribosomal protein S5]-alanine N-acetyltransferase (EC 2.3.1.267) yjcK BSU11890 Bacillus subtilis (strain 168) 181 +CAB13047.1 O31634 reviewed YJCL_BACSU Uncharacterized membrane protein YjcL yjcL BSU11900 Bacillus subtilis (strain 168) 396 +CAB13048.1 O31635 reviewed YJCM_BACSU Uncharacterized protein YjcM yjcM BSU11910 Bacillus subtilis (strain 168) 409 +CAB13049.1 O31636 reviewed YJCN_BACSU Uncharacterized protein YjcN yjcN BSU11920 Bacillus subtilis (strain 168) 106 +CAX52597.1 C0H3Z0 reviewed YJZF_BACSU Uncharacterized protein YjzF yjzF BSU11928 Bacillus subtilis (strain 168) 43 +CAX52598.1 C0H3Z1 reviewed YJZG_BACSU Uncharacterized protein YjzG yjzG BSU11929 Bacillus subtilis (strain 168) 57 +CAB13050.1 O31637 reviewed YJCO_BACSU Uncharacterized protein YjcO yjcO BSU11930 Bacillus subtilis (strain 168) 153 +CAB13051.1 O31638 reviewed YJCP_BACSU Uncharacterized protein YjcP yjcP BSU11940 Bacillus subtilis (strain 168) 167 +CAB13052.1 O31639 reviewed YJCQ_BACSU Uncharacterized protein YjcQ yjcQ BSU11950 Bacillus subtilis (strain 168) 94 +CAB13053.1 O31640 reviewed YJCR_BACSU Uncharacterized protein YjcR yjcR BSU11960 Bacillus subtilis (strain 168) 175 +CAB13054.1 O31641 reviewed YJCS_BACSU Uncharacterized protein YjcS yjcS BSU11970 Bacillus subtilis (strain 168) 105 +CAB13055.1 O31642 reviewed YJDA_BACSU Uncharacterized oxidoreductase YjdA (EC 1.-.-.-) yjdA BSU11980 Bacillus subtilis (strain 168) 251 +CAB13056.1 O31643 reviewed YJDB_BACSU Uncharacterized protein YjdB yjdB BSU11990 Bacillus subtilis (strain 168) 115 +CAB13057.2 O31644 reviewed MANR_BACSU Transcriptional regulator ManR (Mannose operon transcriptional activator) [Includes: Putative phosphotransferase enzyme IIB component (EC 2.7.1.191) (Putative PTS system EIIB component); Putative phosphotransferase enzyme IIA component (Putative PTS system EIIA component)] manR BSU12000 Bacillus subtilis (strain 168) 648 +CAB13058.2 O31645 reviewed PTN3B_BACSU PTS system mannose-specific EIIBCA component (EIIBCA-Man) (EII-Man) [Includes: Mannose-specific phosphotransferase enzyme IIB component (EC 2.7.1.191) (PTS system mannose-specific EIIB component); Mannose permease IIC component (PTS system mannose-specific EIIC component); Mannose-specific phosphotransferase enzyme IIA component (PTS system mannose-specific EIIA component)] manP yjdD BSU12010 Bacillus subtilis (strain 168) 650 +CAB13059.1 O31646 reviewed MANA1_BACSU Mannose-6-phosphate isomerase ManA (EC 5.3.1.8) (Phosphohexomutase) (Phosphomannose isomerase) (PMI) manA pmi yjdE BSU12020 Bacillus subtilis (strain 168) 315 +CAB13060.1 O31647 reviewed YJDF_BACSU Uncharacterized protein YjdF yjdF BSU12030 Bacillus subtilis (strain 168) 160 +CAB13061.1 O31648 reviewed YJDG_BACSU Uncharacterized N-acetyltransferase YjdG (EC 2.3.1.-) yjdG BSU12040 Bacillus subtilis (strain 168) 168 +CAB13062.2 O31649 reviewed YJDH_BACSU Uncharacterized protein YjdH yjdH BSU12050 Bacillus subtilis (strain 168) 131 +CAB13063.1 O31650 reviewed YJDI_BACSU Putative Cys-tRNA(Pro)/Cys-tRNA(Cys) deacylase YjdI (EC 4.2.-.-) yjdI BSU12060 Bacillus subtilis (strain 168) 159 +CAX52599.1 C0H3Z2 reviewed YJZH_BACSU Uncharacterized protein YjzH yjzH BSU12069 Bacillus subtilis (strain 168) 64 +CAB13064.1 O31651 reviewed YJDJ_BACSU Uncharacterized protein YjdJ yjdJ BSU12070 Bacillus subtilis (strain 168) 109 +CAB13065.2 O31652 reviewed COXX1_BACSU Protoheme IX farnesyltransferase 1 (EC 2.5.1.141) (Heme B farnesyltransferase 1) (Heme O synthase 1) ctaB1 ctaO BSU12080 Bacillus subtilis (strain 168) 320 +CAB13066.2 P11863 reviewed COTT_BACSU Spore coat protein T cotT BSU12090 Bacillus subtilis (strain 168) 82 +CAB13067.1 O34798 reviewed PDAC_BACSU Peptidoglycan-N-acetylmuramic acid deacetylase PdaC (Peptidoglycan MurNAc deacetylase) (EC 3.5.1.-) (Polysaccharide deacetylase PdaC) pdaC yjeA BSU12100 Bacillus subtilis (strain 168) 467 +CAB13068.1 O34554 reviewed YJFA_BACSU Uncharacterized protein YjfA yjfA BSU12110 Bacillus subtilis (strain 168) 157 +CAB13069.1 O34438 reviewed YJFB_BACSU Uncharacterized protein YjfB yjfB BSU12120 Bacillus subtilis (strain 168) 55 +CAB13070.2 O34458 reviewed YJFC_BACSU Uncharacterized protein YjfC yjfC BSU12130 Bacillus subtilis (strain 168) 299 +CAB13071.1 O35027 reviewed YJGA_BACSU Uncharacterized membrane protein YjgA yjgA BSU12140 Bacillus subtilis (strain 168) 132 +CAB13072.1 O34960 reviewed YJGB_BACSU Uncharacterized protein YjgB yjgB BSU12150 Bacillus subtilis (strain 168) 191 +CAB13073.1 O34720 reviewed YJGC_BACSU Probable oxidoreductase YjgC (EC 1.-.-.-) yjgC BSU12160 Bacillus subtilis (strain 168) 985 +CAB13074.1 O34681 reviewed YJGD_BACSU Uncharacterized protein YjgD yjgD BSU12170 Bacillus subtilis (strain 168) 186 +CAB13075.1 O34725 reviewed YJHA_BACSU Uncharacterized lipoprotein YjhA yjhA BSU12180 Bacillus subtilis (strain 168) 213 +CAB13076.2 C0SPC3 reviewed YJHB_BACSU Putative ADP-ribose pyrophosphatase YjhB (EC 3.6.1.-) yjhB BSU12190 Bacillus subtilis (strain 168) 208 +CAB13077.1 O34679 reviewed YJIA_BACSU Uncharacterized protein YjiA yjiA BSU12200 Bacillus subtilis (strain 168) 92 +CAB13078.1 O34374 reviewed YJIB_BACSU Putative cytochrome P450 YjiB (EC 1.14.-.-) yjiB BSU12210 Bacillus subtilis (strain 168) 396 +CAB13079.1 O34539 reviewed NDPGT_BACSU NDP-glycosyltransferase YjiC (EC 2.4.1.384) (UDP-glycosyltransferase YjiC) yjiC BSU12220 Bacillus subtilis (strain 168) 392 +CAX52600.1 C0H3Z3 reviewed YJZI_BACSU Uncharacterized protein YjzI yjzI BSU12229 Bacillus subtilis (strain 168) 62 +CAB13080.1 O34394 reviewed YJJA_BACSU Uncharacterized protein YjjA yjjA BSU12230 Bacillus subtilis (strain 168) 270 +CAB13081.1 O34684 reviewed YJKA_BACSU UPF0014 membrane protein YjkA yjkA BSU12240 Bacillus subtilis (strain 168) 250 +CAB13082.1 O34756 reviewed YJKB_BACSU Putative ABC transporter ATP-binding protein YjkB yjkB BSU12250 Bacillus subtilis (strain 168) 250 +CAB13083.1 O34428 reviewed YJLA_BACSU Uncharacterized protein YjlA yjlA BSU12260 Bacillus subtilis (strain 168) 324 +CAB13084.1 O34612 reviewed YJLB_BACSU Uncharacterized protein YjlB yjlB BSU12270 Bacillus subtilis (strain 168) 165 +CAB13085.1 O34633 reviewed YJLC_BACSU Uncharacterized protein YjlC yjlC BSU12280 Bacillus subtilis (strain 168) 140 +CAB13086.1 P80861 reviewed YJLD_BACSU NADH dehydrogenase-like protein YjlD (EC 1.6.99.-) (Glucose starvation-inducible protein 5) (GSI5) yjlD BSU12290 Bacillus subtilis (strain 168) 392 +CAB13087.1 O34808 reviewed UXAC_BACSU Uronate isomerase (EC 5.3.1.12) (Glucuronate isomerase) (Uronic isomerase) uxaC yjmA BSU12300 Bacillus subtilis (strain 168) 473 +CAB13088.1 O34961 reviewed YJMB_BACSU Uncharacterized symporter YjmB yjmB BSU12310 Bacillus subtilis (strain 168) 459 +CAB13089.1 O34736 reviewed YJMC_BACSU Uncharacterized oxidoreductase YjmC (EC 1.1.1.-) yjmC BSU12320 Bacillus subtilis (strain 168) 337 +CAB13090.1 O35045 reviewed YJMD_BACSU Uncharacterized zinc-type alcohol dehydrogenase-like protein YjmD (EC 1.-.-.-) yjmD BSU12330 Bacillus subtilis (strain 168) 339 +CAB13091.1 O34346 reviewed UXUA_BACSU Mannonate dehydratase (EC 4.2.1.8) (D-mannonate hydro-lyase) uxuA yjmE BSU12340 Bacillus subtilis (strain 168) 359 +CAB13092.1 O34896 reviewed UXUB_BACSU Uncharacterized oxidoreductase UxuB (EC 1.-.-.-) uxuB yjmF BSU12350 Bacillus subtilis (strain 168) 278 +CAB13093.1 O34456 reviewed EXUT_BACSU Hexuronate transporter (Aldohexuronate transport system) exuT yjmG BSU12360 Bacillus subtilis (strain 168) 422 +CAB13094.1 Q9JMQ1 reviewed EXUR_BACSU Probable HTH-type transcriptional repressor ExuR (Probable galacturonate locus repressor) exuR yjmH BSU12370 Bacillus subtilis (strain 168) 333 +CAB13095.1 O34354 reviewed UXAB_BACSU Altronate oxidoreductase (EC 1.1.1.58) (Tagaturonate dehydrogenase) (Tagaturonate reductase) uxaB yjmI BSU12380 Bacillus subtilis (strain 168) 480 +CAB13096.2 O34673 reviewed UXAA_BACSU Altronate dehydratase (EC 4.2.1.7) (D-altronate hydro-lyase) uxaA yjmJ BSU12390 Bacillus subtilis (strain 168) 497 +CAB13097.1 O34578 reviewed YJNA_BACSU Probable membrane transporter protein YjnA yjnA BSU12400 Bacillus subtilis (strain 168) 254 +CAB13098.1 O34334 reviewed YJOA_BACSU Uncharacterized protein YjoA yjoA BSU12410 Bacillus subtilis (strain 168) 154 +CAB13099.1 O34703 reviewed YJOB_BACSU Uncharacterized ATPase YjoB (EC 3.-.-.-) yjoB BSU12420 Bacillus subtilis (strain 168) 423 +CAB13100.1 Q00828 reviewed RAPA_BACSU Response regulator aspartate phosphatase A (EC 3.1.3.-) (Glucose starvation-inducible protein A) (Protein-aspartate phosphatase RapA) (Stage 0 sporulation protein L) rapA gsiAA spo0L BSU12430 Bacillus subtilis (strain 168) 378 +CAB13101.1 Q00829 reviewed PHRA_BACSU Phosphatase RapA inhibitor (Phosphatase regulator A) phrA gsiAB BSU12440 Bacillus subtilis (strain 168) 44 +CAB13102.2 O34446 reviewed YJPA_BACSU Uncharacterized protein YjpA yjpA BSU12450 Bacillus subtilis (strain 168) 85 +CAB13103.1 O34391 reviewed XLYB_BACSU N-acetylmuramoyl-L-alanine amidase XlyB (EC 3.5.1.28) (Autolysin) (Cell wall hydrolase) xlyB yjpB BSU12460 Bacillus subtilis (strain 168) 317 +CAB13104.1 O34593 reviewed YJQA_BACSU Uncharacterized protein YjqA yjqA BSU12470 Bacillus subtilis (strain 168) 125 +CAB13105.1 O34785 reviewed YJQB_BACSU UPF0714 protein YjqB yjqB BSU12480 Bacillus subtilis (strain 168) 200 +CAB13106.2 O34423 reviewed YJQC_BACSU Uncharacterized protein YjqC yjqC BSU12490 Bacillus subtilis (strain 168) 278 +CAB13107.3 P39780 reviewed XKDA_BACSU Phage-like element PBSX protein XkdA xkdA ykxA BSU12500 Bacillus subtilis (strain 168) 198 +CAB13108.1 P23789 reviewed XRE_BACSU HTH-type transcriptional regulator Xre (Putative PBSX repressor) xre BSU12510 Bacillus subtilis (strain 168) 113 +CAX52601.1 C0H3Z4 reviewed YJZJ_BACSU Uncharacterized protein YjzJ yjzJ BSU12519 Bacillus subtilis (strain 168) 59 +CAB13109.2 P39781 reviewed XKDB_BACSU Phage-like element PBSX protein XkdB xkdB ykxB BSU12520 Bacillus subtilis (strain 168) 278 +CAB13110.2 P39782 reviewed XKDC_BACSU Phage-like element PBSX protein XkdC xkdC ykxC BSU12530 Bacillus subtilis (strain 168) 266 +CAX52602.1 C0H3Z5 reviewed YKZK_BACSU Uncharacterized protein YkzK ykzK BSU12539 Bacillus subtilis (strain 168) 55 +CAB13111.1 P39783 reviewed XKDD_BACSU Phage-like element PBSX protein XkdD xkdD ykxD BSU12540 Bacillus subtilis (strain 168) 116 +CAB13112.1 P54344 reviewed XTRA_BACSU Phage-like element PBSX protein XtrA xtrA BSU12550 Bacillus subtilis (strain 168) 68 +CAB13113.1 P39784 reviewed PCF_BACSU Positive control factor xpf pcf ykxE BSU12560 Bacillus subtilis (strain 168) 169 +CAB13114.1 P39785 reviewed XTMA_BACSU PBSX phage terminase small subunit xtmA ykxF BSU12570 Bacillus subtilis (strain 168) 265 +CAB13115.1 P39786 reviewed XTMB_BACSU PBSX phage terminase large subunit xtmB ykxG BSU12580 Bacillus subtilis (strain 168) 433 +CAB13116.2 P54325 reviewed XKDE_BACSU Phage-like element PBSX protein XkdE xkdE BSU12590 Bacillus subtilis (strain 168) 495 +CAB13117.2 P54326 reviewed XKDF_BACSU Phage-like element PBSX protein XkdF xkdF BSU12600 Bacillus subtilis (strain 168) 275 +CAB13118.1 P54327 reviewed XKDG_BACSU Putative prophage capsid protein XkdG (Phage-like element PBSX protein XkdG) xkdG BSU12610 Bacillus subtilis (strain 168) 311 +CAX52603.1 C0H3Z6 reviewed YKZL_BACSU Uncharacterized protein YkzL ykzL BSU12619 Bacillus subtilis (strain 168) 127 +CAB13119.1 P54328 reviewed XKDH_BACSU Phage-like element PBSX protein XkdH xkdH BSU12620 Bacillus subtilis (strain 168) 118 +CAB13120.1 P54329 reviewed XKDI_BACSU Phage-like element PBSX protein XkdI xkdI BSU12630 Bacillus subtilis (strain 168) 161 +CAB13121.1 P54330 reviewed XKDJ_BACSU Phage-like element PBSX protein XkdJ xkdJ BSU12640 Bacillus subtilis (strain 168) 146 +CAX52604.1 C0H3Z7 reviewed YKZM_BACSU Uncharacterized protein YkzM ykzM BSU12649 Bacillus subtilis (strain 168) 72 +CAB13122.2 P54331 reviewed XKDK_BACSU Phage-like element PBSX protein XkdK xkdK BSU12650 Bacillus subtilis (strain 168) 466 +CAB13123.1 P54332 reviewed XKDM_BACSU Phage-like element PBSX protein XkdM xkdM BSU12660 Bacillus subtilis (strain 168) 147 +CAB13124.2 P54333 reviewed XKDN_BACSU Phage-like element PBSX protein XkdN xkdN BSU12670 Bacillus subtilis (strain 168) 148 +CAX52605.1 C0H3Z8 reviewed XKZB_BACSU Uncharacterized protein XkzB xkzB BSU12672 Bacillus subtilis (strain 168) 49 +CAB13125.2 P54334 reviewed XKDO_BACSU Phage-like element PBSX protein XkdO xkdO BSU12680 Bacillus subtilis (strain 168) 1332 +CAB13126.2 P54335 reviewed XKDP_BACSU Phage-like element PBSX protein XkdP xkdP BSU12690 Bacillus subtilis (strain 168) 219 +CAB13127.1 P54336 reviewed XKDQ_BACSU Phage-like element PBSX protein XkdQ xkdQ BSU12700 Bacillus subtilis (strain 168) 325 +CAB13128.1 P54337 reviewed XKDR_BACSU Phage-like element PBSX protein XkdR xkdR BSU12710 Bacillus subtilis (strain 168) 88 +CAB13129.1 P54338 reviewed XKDS_BACSU Phage-like element PBSX protein XkdS xkdS BSU12720 Bacillus subtilis (strain 168) 141 +CAB13130.1 P54339 reviewed XKDT_BACSU Phage-like element PBSX protein XkdT xkdT BSU12730 Bacillus subtilis (strain 168) 348 +CAB13131.1 P54340 reviewed XKDU_BACSU Phage-like element PBSX protein XkdU xkdU BSU12740 Bacillus subtilis (strain 168) 192 +CAX52606.1 C0H3Z9 reviewed XKZA_BACSU Uncharacterized protein XkzA xkzA BSU12749 Bacillus subtilis (strain 168) 90 +CAB13132.1 P54341 reviewed XKDV_BACSU Phage-like element PBSX protein XkdV xkdV BSU12750 Bacillus subtilis (strain 168) 687 +CAB13133.1 P54342 reviewed XKDW_BACSU Phage-like element PBSX protein XkdW xkdW BSU12760 Bacillus subtilis (strain 168) 109 +CAB13134.1 P54343 reviewed XKDX_BACSU Phage-like element PBSX protein XkdX xkdX BSU12770 Bacillus subtilis (strain 168) 54 +CAB13135.2 P39797 reviewed XEPA_BACSU Phage-like element PBSX protein XepA (Protein XkdY) xepA xkdY BSU12780 Bacillus subtilis (strain 168) 279 +CAB13136.1 P39798 reviewed XHLA_BACSU Protein XhlA xhlA BSU12790 Bacillus subtilis (strain 168) 89 +CAB13137.1 Q99163 reviewed XHLB_BACSU Holin xhlB xpaB BSU12800 Bacillus subtilis (strain 168) 87 +CAB13138.1 P39800 reviewed XLYA_BACSU N-acetylmuramoyl-L-alanine amidase XlyA (EC 3.5.1.28) (Autolysin) (Cell wall hydrolase) xlyA BSU12810 Bacillus subtilis (strain 168) 297 +SOX90551.1 A0A2K4Z9I5 unreviewed A0A2K4Z9I5_BACSU Three component toxin / antitoxin / antitoxin SpoIISABC, antitoxin C spoIISC BSU_12815 HIR78_07080 Bacillus subtilis (strain 168) 45 +CAB13139.1 O34800 reviewed SP2SB_BACSU Stage II sporulation protein SB (Antidote protein SpoIISB) (Antitoxin SpoIISB) spoIISB BSU12820 Bacillus subtilis (strain 168) 56 +CAB13140.1 O34853 reviewed SP2SA_BACSU Stage II sporulation protein SA (Killer protein SpoIISA) (Toxin SpoIISA) spoIISA ykaC BSU12830 Bacillus subtilis (strain 168) 248 +CAB13141.2 O34436 reviewed PIT_BACSU Probable low-affinity inorganic phosphate transporter pit ykaB BSU12840 Bacillus subtilis (strain 168) 333 +CAB13142.1 O34454 reviewed YKAA_BACSU UPF0111 protein YkaA ykaA BSU12850 Bacillus subtilis (strain 168) 205 +CAB13143.1 O34739 reviewed STET_BACSU Serine/threonine exchanger SteT steT ykbA BSU12860 Bacillus subtilis (strain 168) 438 +CAB13144.1 O34689 reviewed MHQA_BACSU Putative ring-cleaving dioxygenase MhqA (EC 1.13.11.-) mhqA ykcA BSU12870 Bacillus subtilis (strain 168) 316 +SOX90552.1 A0A2K4Z9I1 unreviewed A0A2K4Z9I1_BACSU Uncharacterized protein BSU_12875 HIR78_07115 Bacillus subtilis (strain 168) 48 +CAB13145.2 O34575 reviewed YKCB_BACSU Putative mannosyltransferase YkcB (EC 2.4.1.-) ykcB BSU12880 Bacillus subtilis (strain 168) 716 +CAB13146.2 O34319 reviewed YKCC_BACSU Uncharacterized glycosyltransferase YkcC (EC 2.4.-.-) ykcC BSU12890 Bacillus subtilis (strain 168) 323 +CAB13147.2 O34358 reviewed HTRA_BACSU Serine protease Do-like HtrA (EC 3.4.21.107) (HtrA-like serine protease) htrA ykdA BSU12900 Bacillus subtilis (strain 168) 449 +CAB13148.1 Q00777 reviewed P5CR3_BACSU Pyrroline-5-carboxylate reductase 3 (P5C reductase 3) (P5CR 3) (EC 1.5.1.2) (PCA reductase 3) proG ykeA yzcA BSU12910 Bacillus subtilis (strain 168) 272 +CAB13149.2 P26902 reviewed DPPA_BACSU D-aminopeptidase (EC 3.4.11.-) dppA dciAA BSU12920 Bacillus subtilis (strain 168) 274 +CAB13150.1 P26903 reviewed DPPB_BACSU Dipeptide transport system permease protein DppB dppB dciAB BSU12930 Bacillus subtilis (strain 168) 308 +CAB13151.1 P26904 reviewed DPPC_BACSU Dipeptide transport system permease protein DppC dppC dciAC BSU12940 Bacillus subtilis (strain 168) 320 +CAB13152.1 P26905 reviewed DPPD_BACSU Dipeptide transport ATP-binding protein DppD (EC 7.4.2.9) dppD dciAD BSU12950 Bacillus subtilis (strain 168) 335 +CAB13153.2 P26906 reviewed DPPE_BACSU Dipeptide-binding protein DppE dppE dciAE BSU12960 Bacillus subtilis (strain 168) 543 +CAB13154.2 O34851 reviewed LDC_BACSU Probable murein peptide carboxypeptidase (EC 3.4.16.-) (LD-carboxypeptidase) ykfA BSU12970 Bacillus subtilis (strain 168) 319 +CAB13155.1 O34508 reviewed AEEP_BACSU L-Ala-D/L-Glu epimerase (AE epimerase) (AEE) (EC 5.1.1.20) ykfB BSU12980 Bacillus subtilis (strain 168) 366 +CAB13156.2 O35010 reviewed YKFC_BACSU Gamma-D-glutamyl-L-lysine dipeptidyl-peptidase (EC 3.4.14.13) (Cell wall endopeptidase YkfC) ykfC BSU12990 Bacillus subtilis (strain 168) 296 +CAB13157.2 C0SP98 reviewed YKFD_BACSU Putative oligopeptide transport ATP-binding protein YkfD (EC 7.4.2.-) ykfD BSU13000 Bacillus subtilis (strain 168) 329 +CAB13158.1 O34499 reviewed 6PGL_BACSU 6-phosphogluconolactonase (EC 3.1.1.31) pgl ykgB BSU13010 Bacillus subtilis (strain 168) 349 +CAB13159.2 O34497 reviewed YKGA_BACSU Uncharacterized protein YkgA (EC 3.5.3.-) ykgA BSU13020 Bacillus subtilis (strain 168) 286 +CAB13160.2 P49851 reviewed YKHA_BACSU Uncharacterized acyl-CoA thioester hydrolase YkhA (EC 3.1.2.-) ykhA BSU13030 Bacillus subtilis (strain 168) 172 +CAB13161.1 P49852 reviewed HMP_BACSU Flavohemoprotein (Flavohemoglobin) (Hemoglobin-like protein) (Nitric oxide dioxygenase) (NO oxygenase) (NOD) (EC 1.14.12.17) hmp ane3 ykiA BSU13040 Bacillus subtilis (strain 168) 399 +CAB13162.1 O31653 reviewed YKZH_BACSU Uncharacterized protein YkzH ykzH BSU13050 Bacillus subtilis (strain 168) 74 +CAB13163.1 P49853 reviewed YKJA_BACSU UPF0702 transmembrane protein YkjA (ORF3) ykjA BSU13060 Bacillus subtilis (strain 168) 243 +CAB13164.1 P49854 reviewed YKKA_BACSU Uncharacterized protein YkkA ykkA BSU13070 Bacillus subtilis (strain 168) 175 +CAB13165.1 P49855 reviewed YKKB_BACSU Uncharacterized protein YkkB ykkB BSU13080 Bacillus subtilis (strain 168) 172 +CAB13166.1 P49856 reviewed GDNC_BACSU Probable guanidinium efflux system subunit GdnC gdnC ykkC BSU13090 Bacillus subtilis (strain 168) 112 +CAB13167.1 P49857 reviewed GDND_BACSU Probable guanidinium efflux system subunit GdnD gdnD ykkD BSU13100 Bacillus subtilis (strain 168) 105 +CAB13168.2 O34990 reviewed PURU_BACSU Formyltetrahydrofolate deformylase (EC 3.5.1.10) (Formyl-FH(4) hydrolase) purU ykkE BSU13110 Bacillus subtilis (strain 168) 300 +CAB13169.2 P39820 reviewed PROB_BACSU Glutamate 5-kinase 1 (EC 2.7.2.11) (Gamma-glutamyl kinase 1) (GK 1) proB BSU13120 Bacillus subtilis (strain 168) 365 +CAB13170.2 P39821 reviewed PROA_BACSU Gamma-glutamyl phosphate reductase (GPR) (EC 1.2.1.41) (Glutamate-5-semialdehyde dehydrogenase) (Glutamyl-gamma-semialdehyde dehydrogenase) (GSA dehydrogenase) proA BSU13130 Bacillus subtilis (strain 168) 415 +CAB13171.1 O34762 reviewed OHRA_BACSU Organic hydroperoxide resistance protein OhrA ohrA yklA BSU13140 Bacillus subtilis (strain 168) 141 +CAB13172.1 O34777 reviewed OHRR_BACSU Organic hydroperoxide resistance transcriptional regulator ohrR ykmA BSU13150 Bacillus subtilis (strain 168) 147 +CAB13173.1 P80242 reviewed OHRB_BACSU Organic hydroperoxide resistance protein OhrB (General stress protein 17o) (Gsp17o) ohrB ykzA yzzE BSU13160 Bacillus subtilis (strain 168) 136 +CAX52607.1 C0H400 reviewed YKZN_BACSU Uncharacterized protein YkzN ykzN BSU13169 Bacillus subtilis (strain 168) 56 +CAB13174.1 O34598 reviewed GUAD_BACSU Guanine deaminase (GDEase) (Guanase) (Guanine aminase) (EC 3.5.4.3) (Guanine aminohydrolase) (GAH) guaD gde BSU13170 Bacillus subtilis (strain 168) 156 +CAB13175.2 P80877 reviewed METE_BACSU 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase (EC 2.1.1.14) (Cobalamin-independent methionine synthase) (Methionine synthase, vitamin-B12 independent isozyme) (Superoxide-inducible protein 9) (SOI9) metE metC BSU13180 Bacillus subtilis (strain 168) 762 +CAB13176.1 P11018 reviewed ISP1_BACSU Major intracellular serine protease (EC 3.4.21.-) (ISP-1) isp ispA BSU13190 Bacillus subtilis (strain 168) 319 +CAB13177.1 O34860 reviewed RSBRB_BACSU RsbT co-antagonist protein RsbRB (Stressosome protein RsbRB) rsbRB ykoB BSU13200 Bacillus subtilis (strain 168) 277 +CAB13178.1 O34572 reviewed YKOC_BACSU Putative HMP/thiamine permease protein YkoC ykoC BSU13210 Bacillus subtilis (strain 168) 254 +CAB13179.2 O34362 reviewed YKOD_BACSU Putative HMP/thiamine import ATP-binding protein YkoD (EC 7.6.2.-) ykoD BSU13220 Bacillus subtilis (strain 168) 547 +CAB13180.2 O34738 reviewed YKOE_BACSU Putative HMP/thiamine permease protein YkoE ykoE BSU13230 Bacillus subtilis (strain 168) 199 +CAB13181.1 O34911 reviewed YKOF_BACSU Putative HMP/thiamine-binding protein YkoF ykoF BSU13240 Bacillus subtilis (strain 168) 200 +CAB13182.1 O34903 reviewed YKOG_BACSU Uncharacterized transcriptional regulatory protein YkoG ykoG BSU13250 Bacillus subtilis (strain 168) 228 +CAB13183.1 O34638 reviewed YKOH_BACSU Sensor histidine kinase YkoH (EC 2.7.13.3) ykoH BSU13260 Bacillus subtilis (strain 168) 454 +CAB13184.1 O34551 reviewed YKOI_BACSU Uncharacterized membrane protein YkoI ykoI BSU13270 Bacillus subtilis (strain 168) 226 +CAB13185.1 O35012 reviewed YKOJ_BACSU Uncharacterized protein YkoJ ykoJ BSU13280 Bacillus subtilis (strain 168) 170 +CAB13186.1 O34405 reviewed YKZD_BACSU Uncharacterized protein YkzD ykzD BSU13290 Bacillus subtilis (strain 168) 45 +CAB13187.1 O34442 reviewed MGTE_BACSU Magnesium transporter MgtE mgtE ykoK BSU13300 Bacillus subtilis (strain 168) 451 +CAB13188.1 Q45666 reviewed TNRA_BACSU HTH-type transcriptional regulator TnrA (Transcriptional nitrogen regulatory protein A) (TnrA) tnrA scgR BSU13310 Bacillus subtilis (strain 168) 110 +CAB13189.1 O34923 reviewed YKZB_BACSU Uncharacterized protein YkzB ykzB BSU13320 Bacillus subtilis (strain 168) 51 +CAB13190.1 O34763 reviewed YKOL_BACSU Stress response protein YkoL ykoL BSU13330 Bacillus subtilis (strain 168) 60 +CAB13191.1 O34949 reviewed YKOM_BACSU Uncharacterized HTH-type transcriptional regulator YkoM ykoM BSU13340 Bacillus subtilis (strain 168) 154 +CAB13192.2 C0SPB9 reviewed YKON_BACSU Uncharacterized glycosyltransferase YkoN (EC 2.4.-.-) ykoN BSU13350 Bacillus subtilis (strain 168) 373 +CAB13193.2 O34495 reviewed YKOP_BACSU Uncharacterized protein YkoP ykoP BSU13360 Bacillus subtilis (strain 168) 183 +CAB13194.1 O35040 reviewed YKOQ_BACSU Uncharacterized metallophosphoesterase YkoQ (EC 3.1.-.-) ykoQ BSU13370 Bacillus subtilis (strain 168) 270 +CAB13195.1 O34830 reviewed YKOS_BACSU Uncharacterized membrane protein YkoS ykoS ykoR BSU13380 Bacillus subtilis (strain 168) 564 +CAB13196.1 O34755 reviewed YKOT_BACSU Uncharacterized glycosyltransferase YkoT (EC 2.4.-.-) ykoT BSU13390 Bacillus subtilis (strain 168) 337 +CAB13197.1 O34398 reviewed LIGD_BACSU Bifunctional non-homologous end joining protein LigD (NHEJ DNA polymerase) [Includes: DNA ligase (Lig) (EC 6.5.1.1) (Polydeoxyribonucleotide synthase [ATP]); DNA repair polymerase (Pol) (Polymerase/primase)] ligd ykoU BSU13400 Bacillus subtilis (strain 168) 611 +CAB13198.1 O34859 reviewed KU_BACSU Non-homologous end joining protein Ku ku ykoV BSU13410 Bacillus subtilis (strain 168) 311 +CAB13199.2 O34311 reviewed YKOW_BACSU Signaling protein YkoW ykoW BSU13420 Bacillus subtilis (strain 168) 800 +CAB13200.1 O34908 reviewed YKOX_BACSU Uncharacterized membrane protein YkoX ykoX BSU13430 Bacillus subtilis (strain 168) 221 +CAB13201.1 O34997 reviewed YKOY_BACSU Uncharacterized membrane protein YkoY ykoY BSU13440 Bacillus subtilis (strain 168) 324 +CAB13218.1 O31654 reviewed SIGI_BACSU RNA polymerase sigma factor SigI sigI ykoZ BSU13450 Bacillus subtilis (strain 168) 251 +CAB13219.1 O31655 reviewed RSGI_BACSU Anti-sigma-I factor RsgI (Regulation of sigma I protein) rsgI ykrI BSU13460 Bacillus subtilis (strain 168) 381 +CAB13220.1 P04833 reviewed SSPD_BACSU Small, acid-soluble spore protein D (SASP) sspD BSU13470 Bacillus subtilis (strain 168) 64 +CAB13221.1 O31656 reviewed YKRK_BACSU Uncharacterized protein YkrK ykrK BSU13480 Bacillus subtilis (strain 168) 233 +CAB13222.1 O31657 reviewed HTPX_BACSU Protease HtpX homolog (EC 3.4.24.-) htpX ykrL BSU13490 Bacillus subtilis (strain 168) 298 +CAB13223.1 O31658 reviewed KTRD_BACSU Ktr system potassium uptake protein D (K(+)-uptake protein KtrD) ktrD ykrM BSU13500 Bacillus subtilis (strain 168) 449 +CAX52609.1 C0H402 reviewed YKZP_BACSU Uncharacterized protein YkzP ykzP BSU13509 Bacillus subtilis (strain 168) 51 +CAB13224.1 O31659 reviewed YKZE_BACSU Uncharacterized protein YkzE ykzE BSU13510 Bacillus subtilis (strain 168) 58 +CAB13225.1 O31660 reviewed YKRP_BACSU Putative membrane-bound acyltransferase YkrP (EC 2.3.-.-) ykrP BSU13520 Bacillus subtilis (strain 168) 340 +CAB13226.1 O31661 reviewed KINE_BACSU Sporulation kinase E (EC 2.7.13.3) (Sensor histidine kinase E) kinE ykrQ BSU13530 Bacillus subtilis (strain 168) 738 +CAB13227.1 P11742 reviewed OGT_BACSU Methylated-DNA--protein-cysteine methyltransferase, constitutive (EC 2.1.1.63) (6-O-methylguanine-DNA methyltransferase) (MGMT) (O-6-methylguanine-DNA-alkyltransferase) ogt dat dat1 BSU13540 Bacillus subtilis (strain 168) 165 +SOX90553.1 A0A2K4Z9I7 unreviewed A0A2K4Z9I7_BACSU Uncharacterized protein BSU_13545 HIR78_07470 Bacillus subtilis (strain 168) 41 +CAB13228.1 O31662 reviewed MTNA_BACSU Methylthioribose-1-phosphate isomerase (M1Pi) (MTR-1-P isomerase) (EC 5.3.1.23) (S-methyl-5-thioribose-1-phosphate isomerase) mtnA ykrS BSU13550 Bacillus subtilis (strain 168) 353 +CAB13229.2 O31663 reviewed MTNK_BACSU Methylthioribose kinase (MTR kinase) (EC 2.7.1.100) mtnK ykrT BSU13560 Bacillus subtilis (strain 168) 397 +CAB13230.1 O31664 reviewed MTNU_BACSU 2-oxoglutaramate amidase (EC 3.5.1.111) mtnU ykrU BSU13570 Bacillus subtilis (strain 168) 259 +CAB13231.1 O31665 reviewed MTNE_BACSU L-glutamine--4-(methylsulfanyl)-2-oxobutanoate aminotransferase (EC 2.6.1.117) (GTK) (Glutamine transaminase MtnE) mtnE mtnV ykrV BSU13580 Bacillus subtilis (strain 168) 398 +CAB13232.2 O31666 reviewed MTNW_BACSU 2,3-diketo-5-methylthiopentyl-1-phosphate enolase (DK-MTP-1-P enolase) (EC 5.3.2.5) (RuBisCO-like protein) (RLP) mtnW ykrW BSU13590 Bacillus subtilis (strain 168) 405 +CAB13233.1 O31667 reviewed MTNX_BACSU 2-hydroxy-3-keto-5-methylthiopentenyl-1-phosphate phosphatase (HK-MTPenyl-1-P phosphatase) (EC 3.1.3.87) mtnX ykrX BSU13600 Bacillus subtilis (strain 168) 235 +CAB13234.1 O31668 reviewed MTNB_BACSU Methylthioribulose-1-phosphate dehydratase (MTRu-1-P dehydratase) (EC 4.2.1.109) mtnB ykrY BSU13610 Bacillus subtilis (strain 168) 209 +CAB13235.1 O31669 reviewed MTND_BACSU Acireductone dioxygenase (1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase) (DHK-MTPene dioxygenase) (Acireductone dioxygenase (Fe(2+)-requiring)) (ARD') (Fe-ARD) (EC 1.13.11.54) (Acireductone dioxygenase (Ni(2+)-requiring)) (ARD) (Ni-ARD) (EC 1.13.11.53) mtnD ykrZ BSU13620 Bacillus subtilis (strain 168) 178 +CAB13236.1 O31670 reviewed YKVA_BACSU Uncharacterized membrane protein YkvA ykvA BSU13630 Bacillus subtilis (strain 168) 106 +CAB13237.1 P05043 reviewed SP0E_BACSU Aspartyl-phosphate phosphatase Spo0E (EC 3.1.3.-) (Stage 0 sporulation protein E) (Stage 0 sporulation regulatory protein Spo0E) spo0E BSU13640 Bacillus subtilis (strain 168) 85 +CAB13238.1 P06630 reviewed EAG_BACSU Uncharacterized protein eag eag ykvC BSU13650 Bacillus subtilis (strain 168) 143 +CAB13239.1 O31671 reviewed KIND_BACSU Sporulation kinase D (EC 2.7.13.3) (Sensor histidine kinase D) kinD ykvD BSU13660 Bacillus subtilis (strain 168) 506 +CAB13240.1 O31672 reviewed MHQR_BACSU HTH-type transcriptional regulator MhqR mhqR ykvE BSU13670 Bacillus subtilis (strain 168) 145 +CAB13241.1 P28612 reviewed MOTB_BACSU Motility protein B (Chemotaxis protein MotB) motB BSU13680 Bacillus subtilis (strain 168) 261 +CAB13242.1 P28611 reviewed MOTA_BACSU Motility protein A (Chemotaxis protein MotA) motA BSU13690 Bacillus subtilis (strain 168) 270 +CAB13243.1 O31673 reviewed CLPE_BACSU ATP-dependent Clp protease ATP-binding subunit ClpE (ATPase ClpE) (Heat shock protein HSP1) clpE BSU13700 Bacillus subtilis (strain 168) 699 +CAB13244.1 O31674 reviewed YKVI_BACSU Uncharacterized membrane protein YkvI ykvI BSU13710 Bacillus subtilis (strain 168) 347 +CAB13245.1 O31675 reviewed QUEC_BACSU 7-cyano-7-deazaguanine synthase (EC 6.3.4.20) (7-cyano-7-carbaguanine synthase) (PreQ(0) synthase) (Queuosine biosynthesis protein QueC) queC ykvJ BSU13720 Bacillus subtilis (strain 168) 219 +CAB13246.1 O31676 reviewed QUED_BACSU 6-carboxy-5,6,7,8-tetrahydropterin synthase (CPH4 synthase) (EC 4.1.2.50) (Queuosine biosynthesis protein QueD) queD ykvK BSU13730 Bacillus subtilis (strain 168) 146 +CAB13247.1 O31677 reviewed QUEE_BACSU 7-carboxy-7-deazaguanine synthase (CDG synthase) (EC 4.3.99.3) (Queuosine biosynthesis protein QueE) queE ykvL BSU13740 Bacillus subtilis (strain 168) 243 +CAB13248.1 O31678 reviewed QUEF_BACSU NADPH-dependent 7-cyano-7-deazaguanine reductase (EC 1.7.1.13) (7-cyano-7-carbaguanine reductase) (NADPH-dependent nitrile oxidoreductase) (PreQ(0) reductase) queF ykvM BSU13750 Bacillus subtilis (strain 168) 165 +CAB13249.1 O31679 reviewed YKVN_BACSU Uncharacterized HTH-type transcriptional regulator YkvN ykvN BSU13760 Bacillus subtilis (strain 168) 118 +CAB13250.1 O31680 reviewed YKVO_BACSU Uncharacterized oxidoreductase YkvO (EC 1.-.-.-) ykvO BSU13770 Bacillus subtilis (strain 168) 248 +CAB13251.1 O31681 reviewed YKVP_BACSU Spore protein YkvP ykvP BSU13780 Bacillus subtilis (strain 168) 399 +CAX52610.1 C0H403 reviewed YKZQ_BACSU Uncharacterized protein YkzQ ykzQ BSU13789 Bacillus subtilis (strain 168) 75 +CAB13253.1 O31683 reviewed YKVR_BACSU Uncharacterized protein YkvR ykvR BSU13800 Bacillus subtilis (strain 168) 96 +CAB13254.2 O31684 reviewed YKVS_BACSU Uncharacterized protein YkvS ykvS BSU13810 Bacillus subtilis (strain 168) 61 +CAX52612.1 C0H405 reviewed YKZS_BACSU Uncharacterized protein YkzS ykzS BSU13819 Bacillus subtilis (strain 168) 64 +CAB13255.1 O31685 reviewed YKVT_BACSU Uncharacterized protein YkvT ykvT BSU13820 Bacillus subtilis (strain 168) 208 +CAB13256.1 O31686 reviewed YKVU_BACSU Sporulation protein YkvU ykvU BSU13830 Bacillus subtilis (strain 168) 445 +CAB13257.1 O31687 reviewed STOA_BACSU Sporulation thiol-disulfide oxidoreductase A (Stage IV sporulation protein H) stoA spoIVH BSU13840 Bacillus subtilis (strain 168) 165 +CAB13258.1 O31688 reviewed ZOSA_BACSU Zinc-transporting ATPase (EC 7.2.2.20) (ABC-type Zn(2+) transporter) (Zn(2+)-translocating P-type ATPase) zosA ykvW BSU13850 Bacillus subtilis (strain 168) 637 +CAB13259.1 O31689 reviewed YKVY_BACSU Putative dipeptidase YkvY (EC 3.4.13.-) ykvY BSU13860 Bacillus subtilis (strain 168) 363 +CAB13260.1 O31690 reviewed YKVZ_BACSU Uncharacterized HTH-type transcriptional regulator YkvZ ykvZ BSU13870 Bacillus subtilis (strain 168) 321 +CAB13261.2 O31691 reviewed GLCT_BACSU PtsGHI operon antiterminator (RNA-binding antitermination protein GlcT) glcT ykwA BSU13880 Bacillus subtilis (strain 168) 281 +CAB13262.1 P20166 reviewed PTG3C_BACSU PTS system glucose-specific EIICBA component (EC 2.7.1.199) (EII-Glc/EIII-Glc) (EIICBA-Glc) (EIICBA-Glc 1) [Includes: Glucose permease IIC component (PTS system glucose-specific EIIC component); Glucose-specific phosphotransferase enzyme IIB component (PTS system glucose-specific EIIB component); Glucose-specific phosphotransferase enzyme IIA component (PTS system glucose-specific EIIA component)] ptsG crr ptsX BSU13890 Bacillus subtilis (strain 168) 699 +CAB13263.1 P08877 reviewed PTHP_BACSU Phosphocarrier protein HPr (Histidine-containing protein) ptsH BSU13900 Bacillus subtilis (strain 168) 88 +CAB13264.2 P08838 reviewed PT1_BACSU Phosphoenolpyruvate-protein phosphotransferase (EC 2.7.3.9) (Phosphotransferase system, enzyme I) ptsI BSU13910 Bacillus subtilis (strain 168) 570 +CAB13265.1 P37955 reviewed SPLA_BACSU Transcriptional regulator SplA splA ykxI BSU13920 Bacillus subtilis (strain 168) 79 +CAB13266.1 P37956 reviewed SPL_BACSU Spore photoproduct lyase (EC 4.1.99.14) splB spl BSU13930 Bacillus subtilis (strain 168) 342 +CAB13267.2 Q796K9 reviewed YKWB_BACSU Uncharacterized N-acetyltransferase YkwB (EC 2.3.1.-) ykwB BSU13940 Bacillus subtilis (strain 168) 226 +CAB13268.2 P54576 reviewed MCPC_BACSU Methyl-accepting chemotaxis protein McpC mcpC prg71 BSU13950 Bacillus subtilis (strain 168) 655 +CAB13269.1 O34948 reviewed YKWC_BACSU Uncharacterized oxidoreductase YkwC (EC 1.1.-.-) ykwC BSU13960 Bacillus subtilis (strain 168) 288 +CAB13270.2 O31398 reviewed YKWD_BACSU Uncharacterized protein YkwD ykwD BSU13970 Bacillus subtilis (strain 168) 257 +CAB13271.2 Q796K8 reviewed PBPH_BACSU Penicillin-binding protein H (EC 3.4.16.4) pbpH ykuA BSU13980 Bacillus subtilis (strain 168) 704 +CAB13272.1 P16497 reviewed KINA_BACSU Sporulation kinase A (EC 2.7.13.3) (Stage II sporulation protein F) (Stage II sporulation protein J) kinA gsiC scoD spoIIF spoIIJ BSU13990 Bacillus subtilis (strain 168) 606 +CAB13273.2 P16524 reviewed DAPX_BACSU Probable N-acetyl-LL-diaminopimelate aminotransferase (EC 2.6.1.-) (Putative aminotransferase A) dapX patA uat BSU14000 Bacillus subtilis (strain 168) 393 +CAX52613.1 C0H406 reviewed YKZT_BACSU Uncharacterized protein YkzT ykzT BSU14009 Bacillus subtilis (strain 168) 53 +CAB13274.1 P37599 reviewed CHEV_BACSU Chemotaxis protein CheV cheV BSU14010 Bacillus subtilis (strain 168) 303 +CAB13275.1 P42430 reviewed YKYB_BACSU Uncharacterized protein YkyB ykyB BSU14020 Bacillus subtilis (strain 168) 154 +CAB13276.2 O31695 reviewed YKUC_BACSU Uncharacterized MFS-type transporter YkuC ykuC BSU14030 Bacillus subtilis (strain 168) 430 +CAB13277.1 O34816 reviewed YKUD_BACSU Putative L,D-transpeptidase YkuD (EC 2.-.-.-) (Spore protein YkuD) ykuD BSU14040 Bacillus subtilis (strain 168) 164 +CAB13278.2 O34870 reviewed YKUE_BACSU Uncharacterized metallophosphoesterase YkuE ykuE BSU14050 Bacillus subtilis (strain 168) 286 +CAB13279.1 O34717 reviewed FADH_BACSU Probable 2,4-dienoyl-CoA reductase [(2E)-enoyl-CoA-producing] (EC 1.3.1.34) fadH ykuF BSU14060 Bacillus subtilis (strain 168) 254 +CAX52614.1 O34320 reviewed FADG_BACSU Uncharacterized protein FadG fadG ykuG BSU14071 BSU14070 Bacillus subtilis (strain 168) 576 +CAX52615.1 C0H408 reviewed YKZU_BACSU Uncharacterized protein YkzU ykzU BSU14072 Bacillus subtilis (strain 168) 172 +CAB13281.1 O31696 reviewed YKUH_BACSU Uncharacterized protein YkuH ykuH BSU14080 Bacillus subtilis (strain 168) 182 +CAB13282.1 O35014 reviewed YKUI_BACSU Uncharacterized EAL-domain containing protein YkuI ykuI BSU14090 Bacillus subtilis (strain 168) 407 +CAB13283.1 O34588 reviewed YKUJ_BACSU Uncharacterized protein YkuJ ykuJ BSU14100 Bacillus subtilis (strain 168) 79 +CAB13284.1 O34776 reviewed YKUK_BACSU Uncharacterized protein YkuK ykuK BSU14110 Bacillus subtilis (strain 168) 172 +CAB13285.1 O31697 reviewed YKZF_BACSU Uncharacterized protein YkzF ykzF BSU14120 Bacillus subtilis (strain 168) 65 +CAB13286.1 O31698 reviewed DARB_BACSU Cyclic di-AMP receptor B (c-di-AMP receptor B) (c-di-AMP receptor protein DarB) darB ykuL BSU14130 Bacillus subtilis (strain 168) 147 +CAB13287.1 O34827 reviewed YKUM_BACSU Uncharacterized HTH-type transcriptional regulator YkuM ykuM BSU14140 Bacillus subtilis (strain 168) 293 +CAB13288.1 O34737 reviewed FLAV_BACSU Probable flavodoxin 1 ykuN BSU14150 Bacillus subtilis (strain 168) 158 +CAB13289.1 O34879 reviewed YKUO_BACSU Uncharacterized protein YkuO ykuO BSU14160 Bacillus subtilis (strain 168) 297 +CAB13290.2 O34589 reviewed FLAW_BACSU Probable flavodoxin 2 ykuP BSU14170 Bacillus subtilis (strain 168) 151 +CAB13291.2 O34981 reviewed DAPH_BACSU 2,3,4,5-tetrahydropyridine-2,6-dicarboxylate N-acetyltransferase (EC 2.3.1.89) (Tetrahydrodipicolinate N-acetyltransferase) (THP acetyltransferase) (Tetrahydropicolinate acetylase) dapH ykuQ BSU14180 Bacillus subtilis (strain 168) 236 +CAB13292.1 O34916 reviewed DAPEL_BACSU N-acetyldiaminopimelate deacetylase (EC 3.5.1.47) ykuR dapL BSU14190 Bacillus subtilis (strain 168) 374 +CAB13293.1 O34783 reviewed YKUS_BACSU UPF0180 protein YkuS ykuS BSU14200 Bacillus subtilis (strain 168) 81 +CAB13294.2 O34897 reviewed YKUT_BACSU Uncharacterized MscS family protein YkuT ykuT BSU14210 Bacillus subtilis (strain 168) 267 +CAB13295.1 O34564 reviewed YKUU_BACSU Putative peroxiredoxin YkuU (EC 1.11.1.-) ykuU BSU14220 Bacillus subtilis (strain 168) 180 +CAB13296.2 O31699 reviewed YKUV_BACSU Thiol-disulfide oxidoreductase YkuV (EC 1.8.-.-) ykuV BSU14230 Bacillus subtilis (strain 168) 148 +CAB13297.1 O34857 reviewed ROK_BACSU Repressor Rok rok ykuW BSU14240 Bacillus subtilis (strain 168) 191 +CAB13298.1 O31700 reviewed CSE15_BACSU Sporulation protein cse15 cse15 yknT BSU14250 Bacillus subtilis (strain 168) 321 +CAB13299.1 O31701 reviewed MOBA_BACSU Probable molybdenum cofactor guanylyltransferase (MoCo guanylyltransferase) (EC 2.7.7.77) (GTP:molybdopterin guanylyltransferase) (Mo-MPT guanylyltransferase) (Molybdopterin guanylyltransferase) (Molybdopterin-guanine dinucleotide synthase) (MGD synthase) mobA BSU14260 Bacillus subtilis (strain 168) 199 +CAB13300.1 O31702 reviewed MOEB_BACSU Molybdopterin-synthase adenylyltransferase (EC 2.7.7.80) (MoaD protein adenylase) (Molybdopterin-converting factor subunit 1 adenylase) (Sulfur carrier protein MoaD adenylyltransferase) moeB BSU14270 Bacillus subtilis (strain 168) 339 +CAB13301.1 O31703 reviewed MOEA_BACSU Molybdopterin molybdenumtransferase (MPT Mo-transferase) (EC 2.10.1.1) moeA BSU14280 Bacillus subtilis (strain 168) 430 +CAB13302.1 O31704 reviewed MOBB_BACSU Probable molybdopterin-guanine dinucleotide biosynthesis adapter protein (MGD biosynthesis adapter protein) (Molybdenum cofactor biosynthesis adapter protein) (Moco biosynthesis adapter protein) mobB BSU14290 Bacillus subtilis (strain 168) 173 +CAB13303.1 O31705 reviewed MOAE_BACSU Molybdopterin synthase catalytic subunit (EC 2.8.1.12) (MPT synthase subunit 2) (Molybdenum cofactor biosynthesis protein E) (Molybdopterin-converting factor large subunit) (Molybdopterin-converting factor subunit 2) moaE BSU14300 Bacillus subtilis (strain 168) 157 +CAB13304.1 O31706 reviewed MOAD_BACSU Molybdopterin synthase sulfur carrier subunit (MPT synthase subunit 1) (Molybdenum cofactor biosynthesis protein D) (Molybdopterin-converting factor small subunit) (Molybdopterin-converting factor subunit 1) (Sulfur carrier protein MoaD) moaD BSU14310 Bacillus subtilis (strain 168) 77 +CAB13305.1 O31707 reviewed YKNU_BACSU Uncharacterized ABC transporter ATP-binding protein YknU yknU BSU14320 Bacillus subtilis (strain 168) 585 +CAB13306.1 O31708 reviewed YKNV_BACSU Uncharacterized ABC transporter ATP-binding protein YknV yknV BSU14330 Bacillus subtilis (strain 168) 604 +CAB13307.1 O31709 reviewed YKNW_BACSU Membrane protein YknW yknW BSU14340 Bacillus subtilis (strain 168) 231 +CAB13308.1 O31710 reviewed YKNX_BACSU Putative efflux system component YknX yknX BSU14350 Bacillus subtilis (strain 168) 377 +CAB13309.1 O31711 reviewed YKNY_BACSU Uncharacterized ABC transporter ATP-binding protein YknY (EC 7.6.2.-) yknY BSU14360 Bacillus subtilis (strain 168) 230 +CAB13310.1 O31712 reviewed YKNZ_BACSU Uncharacterized ABC transporter permease YknZ yknZ BSU14370 Bacillus subtilis (strain 168) 397 +CAB13311.1 O31713 reviewed FRUR_BACSU Uncharacterized HTH-type transcriptional regulator FruR fruR BSU14380 Bacillus subtilis (strain 168) 251 +CAB13312.1 O31714 reviewed K1PF_BACSU 1-phosphofructokinase (EC 2.7.1.56) (Fructose 1-phosphate kinase) (Fru1PK) fruK fruB BSU14390 Bacillus subtilis (strain 168) 303 +CAB13313.1 P71012 reviewed PTF3A_BACSU PTS system fructose-specific EIIABC component (EIIABC-Fru) [Includes: PTS system fructose-specific EIIA component (EII-Fru) (Fructose-specific phosphotransferase enzyme IIA component); PTS system fructose-specific EIIB component (EC 2.7.1.202) (EIII-Fru) (Fructose-specific phosphotransferase enzyme IIB component); PTS system fructose-specific EIIC component (Fructose permease IIC component)] fruA BSU14400 Bacillus subtilis (strain 168) 635 +CAB13314.1 P71013 reviewed LEPT_BACSU Signal peptidase I T (SPase I) (EC 3.4.21.89) (Leader peptidase I) sipT BSU14410 Bacillus subtilis (strain 168) 193 +CAB13315.1 O31715 reviewed YKOA_BACSU Uncharacterized protein YkoA ykoA BSU14420 Bacillus subtilis (strain 168) 89 +CAB13316.1 O31716 reviewed YKPA_BACSU Uncharacterized ABC transporter ATP-binding protein YkpA ykpA BSU14430 Bacillus subtilis (strain 168) 540 +CAB13317.1 O31717 reviewed YKPB_BACSU Uncharacterized oxidoreductase YkpB (EC 1.1.1.-) ykpB BSU14440 Bacillus subtilis (strain 168) 303 +CAB13318.1 P39762 reviewed AMPS_BACSU Aminopeptidase AmpS (EC 3.4.11.-) ampS BSU14450 Bacillus subtilis (strain 168) 410 +CAB13319.1 Q45492 reviewed YKPC_BACSU Uncharacterized protein YkpC ykpC BSU14460 Bacillus subtilis (strain 168) 44 +CAB13320.1 P39763 reviewed MREBH_BACSU Cell shape-determining protein MreBH (Actin-like MreBH protein) (Rod shape-determining protein MreBH) mreBH BSU14470 Bacillus subtilis (strain 168) 335 +CAB13321.1 P39758 reviewed ABH_BACSU Putative transition state regulator Abh abh ylxT yzaA BSU14480 Bacillus subtilis (strain 168) 92 +CAB13322.1 P39764 reviewed KINC_BACSU Sporulation kinase C (EC 2.7.13.3) kinC mskA ssb BSU14490 Bacillus subtilis (strain 168) 428 +CAB13323.1 P39759 reviewed YKQA_BACSU Putative gamma-glutamylcyclotransferase YkqA (EC 2.3.2.-) ykqA ylxU yzaB BSU14500 Bacillus subtilis (strain 168) 277 +CAB13324.1 P39760 reviewed KTRC_BACSU Ktr system potassium uptake protein C (K(+)-uptake protein KtrC) (ORF4) ktrC ykqB ylxV yzaC BSU14510 Bacillus subtilis (strain 168) 221 +CAB13325.2 P39761 reviewed ADEC_BACSU Adenine deaminase (Adenase) (Adenine aminase) (EC 3.5.4.2) adeC ade yzaD BSU14520 Bacillus subtilis (strain 168) 577 +CAB13326.1 Q45493 reviewed RNJ1_BACSU Ribonuclease J1 (RNase J1) (EC 3.1.-.-) rnjA ykqC BSU14530 Bacillus subtilis (strain 168) 555 +CAB13327.1 O31718 reviewed RPOY_BACSU DNA-directed RNA polymerase subunit epsilon (RNAP epsilon subunit) (EC 2.7.7.6) (DNA-directed RNA polymerase subunit omega 1) (RNA polymerase epsilon subunit) (RNA polymerase omega 1 subunit) (Transcriptase subunit epsilon) (Transcriptase subunit omega 1) rpoY ykzG BSU14540 Bacillus subtilis (strain 168) 69 +CAB13328.1 Q45494 reviewed YKRA_BACSU Putative phosphatase YkrA (EC 3.1.3.-) ykrA BSU14550 Bacillus subtilis (strain 168) 257 +CAB13329.1 Q45495 reviewed DEF2_BACSU Peptide deformylase 2 (PDF 2) (EC 3.5.1.88) (Polypeptide deformylase 2) defB ykrB BSU14560 Bacillus subtilis (strain 168) 184 +CAX52616.1 C0H409 reviewed YKZV_BACSU Uncharacterized membrane protein YkzV ykzV BSU14569 Bacillus subtilis (strain 168) 52 +CCQ48596.1 L8E9Z2 unreviewed L8E9Z2_BACSU Antitoxin BSU_14568 Bacillus subtilis (strain 168) 47 +CAB13330.2 P21884 reviewed YKYA_BACSU Uncharacterized lipoprotein YkyA ykyA ykrC BSU14570 Bacillus subtilis (strain 168) 223 +CAB13331.1 P21881 reviewed ODPA_BACSU Pyruvate dehydrogenase E1 component subunit alpha (EC 1.2.4.1) (S complex, 42 kDa subunit) (Vegetative protein 220) (VEG220) pdhA aceA BSU14580 Bacillus subtilis (strain 168) 371 +CAB13332.1 P21882 reviewed ODPB_BACSU Pyruvate dehydrogenase E1 component subunit beta (EC 1.2.4.1) (S complex, 36 kDa subunit) pdhB aceB BSU14590 Bacillus subtilis (strain 168) 325 +CAB13333.1 P21883 reviewed ODP2_BACSU Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex (EC 2.3.1.12) (Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex) (E2) (S complex, 48 kDa subunit) pdhC aceC BSU14600 Bacillus subtilis (strain 168) 442 +CAB13334.1 P21880 reviewed DLDH1_BACSU Dihydrolipoyl dehydrogenase (EC 1.8.1.4) (Dihydrolipoamide dehydrogenase) (E3 component of pyruvate complex) (S complex, 50 kDa subunit) pdhD aceD citL BSU14610 Bacillus subtilis (strain 168) 470 +CAB13335.1 P39910 reviewed SLP_BACSU Pal-related lipoprotein slp pal BSU14620 Bacillus subtilis (strain 168) 124 +CAX52617.1 C0H410 reviewed YKZW_BACSU Uncharacterized protein YkzW ykzW BSU14629 Bacillus subtilis (strain 168) 39 +CAB13336.1 P21885 reviewed SPEA_BACSU Arginine decarboxylase (EC 4.1.1.19) speA cad BSU14630 Bacillus subtilis (strain 168) 490 +CAB13337.1 Q45497 reviewed YKTA_BACSU UPF0223 protein YktA yktA BSU14640 Bacillus subtilis (strain 168) 88 +CAB13338.1 Q45498 reviewed YKTB_BACSU UPF0637 protein YktB yktB BSU14650 Bacillus subtilis (strain 168) 212 +CAB13339.1 O31719 reviewed YKZI_BACSU Uncharacterized protein YkzI ykzI BSU14660 Bacillus subtilis (strain 168) 62 +CAB13340.1 Q45499 reviewed SUHB_BACSU Inositol-1-monophosphatase (I-1-Pase) (IMPase) (Inositol-1-phosphatase) (EC 3.1.3.25) (EC 3.1.3.5) suhB yktC BSU14670 Bacillus subtilis (strain 168) 265 +CAB13341.1 O31720 reviewed YKZC_BACSU Uncharacterized protein YkzC ykzC BSU14680 Bacillus subtilis (strain 168) 142 +CAB13342.1 Q45500 reviewed YKTD_BACSU Putative S-adenosyl-L-methionine-dependent methyltransferase YktD (EC 2.1.1.-) yktD BSU14690 Bacillus subtilis (strain 168) 304 +CAB13343.1 P68736 reviewed NPRE_BACSU Bacillolysin (EC 3.4.24.28) (Neutral protease NprE) nprE BSU14700 Bacillus subtilis (strain 168) 521 +CAB13344.1 O07625 reviewed YLAA_BACSU Uncharacterized protein YlaA ylaA BSU14710 Bacillus subtilis (strain 168) 646 +CAB13345.1 O07626 reviewed YLAB_BACSU Uncharacterized protein YlaB ylaB BSU14720 Bacillus subtilis (strain 168) 89 +CAB13346.1 O07627 reviewed YLAC_BACSU RNA polymerase sigma factor YlaC ylaC BSU14730 Bacillus subtilis (strain 168) 173 +CAB13347.1 O07628 reviewed YLAD_BACSU Anti-sigma-YlaC factor YlaD ylaD BSU14740 Bacillus subtilis (strain 168) 97 +CAB13348.1 O07629 reviewed YLAE_BACSU Uncharacterized protein YlaE ylaE BSU14750 Bacillus subtilis (strain 168) 203 +CAB13349.1 O07630 reviewed YLAF_BACSU Uncharacterized protein YlaF ylaF BSU14760 Bacillus subtilis (strain 168) 62 +CAB13350.1 O07631 reviewed BIPA_BACSU Large ribosomal subunit assembly factor BipA (EC 3.6.5.-) (50S ribosomal subunit assembly factor BipA) (GTP-binding protein BipA) bipA ylaG BSU14770 Bacillus subtilis (strain 168) 612 +CAB13351.1 O07632 reviewed YLAH_BACSU Uncharacterized membrane protein YlaH ylaH BSU14780 Bacillus subtilis (strain 168) 105 +CAB13352.1 O07633 reviewed YLAI_BACSU Uncharacterized protein YlaI ylaI BSU14790 Bacillus subtilis (strain 168) 69 +CAB13353.1 O07634 reviewed YLAJ_BACSU Probable spore germination lipoprotein YlaJ ylaJ BSU14800 Bacillus subtilis (strain 168) 209 +CAB13354.1 O07635 reviewed YLAK_BACSU Uncharacterized protein YlaK ylaK BSU14810 Bacillus subtilis (strain 168) 442 +CAB13355.1 O07636 reviewed YLAL_BACSU Uncharacterized protein YlaL ylaL BSU14820 Bacillus subtilis (strain 168) 161 +CAB13356.1 O07637 reviewed GLSA2_BACSU Glutaminase 2 (EC 3.5.1.2) glsA2 ylaM BSU14830 Bacillus subtilis (strain 168) 309 +CAB13357.1 O07638 reviewed YLAN_BACSU UPF0358 protein YlaN ylaN BSU14840 Bacillus subtilis (strain 168) 93 +CAB13358.1 O07639 reviewed FTSW_BACSU Probable peptidoglycan glycosyltransferase FtsW (PGT) (EC 2.4.1.129) (Cell division protein FtsW) (Cell wall polymerase) (Peptidoglycan polymerase) (PG polymerase) ftsW ylaO BSU14850 Bacillus subtilis (strain 168) 403 +CAB13359.1 Q9KWU4 reviewed PYC_BACSU Pyruvate carboxylase (EC 6.4.1.1) (Pyruvic carboxylase) (PYC) pyc pycA ylaP BSU14860 Bacillus subtilis (strain 168) 1148 +CAB13360.1 P12946 reviewed CTAA_BACSU Heme A synthase (HAS) (EC 1.17.99.9) (Cytochrome aa3-controlling protein) ctaA BSU14870 Bacillus subtilis (strain 168) 306 +CAB13361.1 P24009 reviewed COXX2_BACSU Protoheme IX farnesyltransferase 2 (EC 2.5.1.141) (Heme B farnesyltransferase 2) (Heme O synthase 2) ctaB2 BSU14880 Bacillus subtilis (strain 168) 305 +CAB13362.1 P24011 reviewed COX2_BACSU Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Caa-3605 subunit 2) (Cytochrome aa3 subunit 2) (Cytochrome c oxidase polypeptide II) (Oxidase aa(3) subunit 2) ctaC BSU14890 Bacillus subtilis (strain 168) 356 +CAB13363.2 P24010 reviewed COX1_BACSU Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Caa-3605 subunit 1) (Cytochrome aa3 subunit 1) (Cytochrome c oxidase polypeptide I) (Oxidase aa(3) subunit 1) ctaD BSU14900 Bacillus subtilis (strain 168) 622 +CAB13364.1 P24012 reviewed COX3_BACSU Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Caa-3605 subunit 3) (Cytochrome aa3 subunit 3) (Cytochrome c oxidase polypeptide III) (Oxidase aa(3) subunit 3) ctaE BSU14910 Bacillus subtilis (strain 168) 207 +CAB13365.1 P24013 reviewed COX4_BACSU Cytochrome c oxidase subunit 4B (EC 7.1.1.9) (Caa-3605 subunit 4B) (Cytochrome aa3 subunit 4B) (Cytochrome c oxidase polypeptide IVB) ctaF BSU14920 Bacillus subtilis (strain 168) 110 +CAB13366.1 O34329 reviewed CTAG_BACSU Protein CtaG ctaG BSU14930 Bacillus subtilis (strain 168) 297 +CAB13367.1 O34743 reviewed YLBA_BACSU Uncharacterized protein YlbA ylbA BSU14940 Bacillus subtilis (strain 168) 120 +CAB13368.2 O34682 reviewed YLBB_BACSU Uncharacterized protein YlbB ylbB BSU14950 Bacillus subtilis (strain 168) 148 +CAB13369.1 O34586 reviewed YLBC_BACSU Uncharacterized membrane protein YlbC ylbC BSU14960 Bacillus subtilis (strain 168) 346 +CAB13370.1 O34880 reviewed YLBD_BACSU Uncharacterized protein YlbD ylbD BSU14970 Bacillus subtilis (strain 168) 132 +CAB13371.1 O34958 reviewed YLBE_BACSU Uncharacterized protein YlbE ylbE BSU14980 Bacillus subtilis (strain 168) 79 +CAB13372.1 O34412 reviewed YLBF_BACSU Regulatory protein YlbF ylbF BSU14990 Bacillus subtilis (strain 168) 149 +CAB13373.1 O34658 reviewed YLBG_BACSU UPF0298 protein YlbG ylbG BSU15000 Bacillus subtilis (strain 168) 90 +CAB13374.2 O34331 reviewed YLBH_BACSU Putative rRNA methyltransferase YlbH (EC 2.1.1.-) ylbH BSU15010 Bacillus subtilis (strain 168) 184 +CAB13375.1 O34797 reviewed COAD_BACSU Phosphopantetheine adenylyltransferase (EC 2.7.7.3) (Dephospho-CoA pyrophosphorylase) (Pantetheine-phosphate adenylyltransferase) (PPAT) coaD ylbI BSU15020 Bacillus subtilis (strain 168) 161 +CAB13376.1 O34765 reviewed YLBJ_BACSU Sporulation integral membrane protein YlbJ ylbJ BSU15030 Bacillus subtilis (strain 168) 408 +CAB13377.1 O34731 reviewed YLBK_BACSU Uncharacterized NTE family protein YlbK ylbK BSU15040 Bacillus subtilis (strain 168) 260 +CAB13378.2 O34470 reviewed YLBL_BACSU Uncharacterized protein YlbL ylbL BSU15050 Bacillus subtilis (strain 168) 341 +CAB13379.1 O34513 reviewed TMCAL_BACSU tRNA(Met) cytidine acetate ligase (EC 6.3.4.-) tmcAL ylbM BSU15060 Bacillus subtilis (strain 168) 415 +CAX52618.1 C0H411 reviewed YLZH_BACSU Uncharacterized protein YlzH ylzH BSU15069 Bacillus subtilis (strain 168) 61 +CAB13380.1 O34445 reviewed YLBN_BACSU Uncharacterized protein YlbN ylbN BSU15070 Bacillus subtilis (strain 168) 172 +CAB13381.1 O34687 reviewed RL32_BACSU Large ribosomal subunit protein bL32 (50S ribosomal protein L32) rpmF BSU15080 Bacillus subtilis (strain 168) 59 +CAB13382.1 O34549 reviewed YLBO_BACSU Uncharacterized protein YlbO ylbO BSU15090 Bacillus subtilis (strain 168) 193 +CAB13383.2 O34468 reviewed YLBP_BACSU Uncharacterized N-acetyltransferase YlbP (EC 2.3.1.-) ylbP BSU15100 Bacillus subtilis (strain 168) 160 +CAB13384.1 O34661 reviewed PANE_BACSU 2-dehydropantoate 2-reductase (EC 1.1.1.169) (Ketopantoate reductase) (KPR) panE apbA ylbQ BSU15110 Bacillus subtilis (strain 168) 298 +CAB13385.2 P55342 reviewed BSHC_BACSU Putative cysteine ligase BshC (EC 6.-.-.-) bshC yllA BSU15120 Bacillus subtilis (strain 168) 539 +CAB13386.1 P55343 reviewed MRAZ_BACSU Transcriptional regulator MraZ mraZ yllB BSU15130 Bacillus subtilis (strain 168) 143 +CAB13387.1 Q07876 reviewed RSMH_BACSU Ribosomal RNA small subunit methyltransferase H (EC 2.1.1.199) (16S rRNA m(4)C1402 methyltransferase) (rRNA (cytosine-N(4)-)-methyltransferase RsmH) rsmH mraW yllC ylxA BSU15140 Bacillus subtilis (strain 168) 311 +CAB13388.1 Q07867 reviewed FTSL_BACSU Cell division protein FtsL ftsL yllD ylxB BSU15150 Bacillus subtilis (strain 168) 117 +CAB13389.2 Q07868 reviewed PBP2B_BACSU Penicillin-binding protein 2B (PBP-2B) (EC 3.4.16.4) (Penicillin-binding protein B) (Penicillin-sensitive peptidoglycan D,D-transpeptidase) pbpB BSU15160 Bacillus subtilis (strain 168) 713 +CAB13390.2 Q03524 reviewed SP5D_BACSU Stage V sporulation protein D (EC 3.4.16.4) (Sporulation-specific penicillin-binding protein) spoVD BSU15170 Bacillus subtilis (strain 168) 646 +CAB13391.1 Q03523 reviewed MURE_BACSU UDP-N-acetylmuramoyl-L-alanyl-D-glutamate--2,6-diaminopimelate ligase (EC 6.3.2.13) (Meso-A2pm-adding enzyme) (Meso-diaminopimelate-adding enzyme) (UDP-MurNAc-L-Ala-D-Glu:meso-diaminopimelate ligase) (UDP-MurNAc-tripeptide synthetase) (UDP-N-acetylmuramyl-tripeptide synthetase) murE BSU15180 Bacillus subtilis (strain 168) 494 +CAB13392.2 Q03521 reviewed MRAY_BACSU Phospho-N-acetylmuramoyl-pentapeptide-transferase (EC 2.7.8.13) (UDP-MurNAc-pentapeptide phosphotransferase) mraY BSU15190 Bacillus subtilis (strain 168) 324 +CAB13393.1 Q03522 reviewed MURD_BACSU UDP-N-acetylmuramoylalanine--D-glutamate ligase (EC 6.3.2.9) (D-glutamic acid-adding enzyme) (UDP-N-acetylmuramoyl-L-alanyl-D-glutamate synthetase) murD BSU15200 Bacillus subtilis (strain 168) 451 +CAB13394.1 P07373 reviewed SP5E_BACSU Stage V sporulation protein E spoVE BSU15210 Bacillus subtilis (strain 168) 366 +CAB13395.2 P37585 reviewed MURG_BACSU UDP-N-acetylglucosamine--N-acetylmuramyl-(pentapeptide) pyrophosphoryl-undecaprenol N-acetylglucosamine transferase (EC 2.4.1.227) (Undecaprenyl-PP-MurNAc-pentapeptide-UDPGlcNAc GlcNAc transferase) murG BSU15220 Bacillus subtilis (strain 168) 363 +CAB13396.1 P18579 reviewed MURB_BACSU UDP-N-acetylenolpyruvoylglucosamine reductase (EC 1.3.1.98) (UDP-N-acetylmuramate dehydrogenase) murB ylxC BSU15230 Bacillus subtilis (strain 168) 303 +CAB13397.1 P16655 reviewed DIVIB_BACSU Cell division protein DivIB (Cell division and sporulation protein) (Division initiation protein DivIB) divIB dds BSU15240 Bacillus subtilis (strain 168) 263 +CAB13398.2 C0SPA3 reviewed YLXW_BACSU UPF0749 protein YlxW ylxW BSU15250 Bacillus subtilis (strain 168) 231 +CAB13399.2 Q45544 reviewed YLXX_BACSU UPF0749 protein YlxX ylxX BSU15260 Bacillus subtilis (strain 168) 235 +CAB13400.1 P28265 reviewed SBP_BACSU Small basic protein sbp BSU15270 Bacillus subtilis (strain 168) 121 +CAB13401.2 P28264 reviewed FTSA_BACSU Cell division protein FtsA ftsA BSU15280 Bacillus subtilis (strain 168) 440 +CAB13402.2 P17865 reviewed FTSZ_BACSU Cell division protein FtsZ ftsZ BSU15290 Bacillus subtilis (strain 168) 382 +CAB13403.1 P16397 reviewed SUBF_BACSU Bacillopeptidase F (EC 3.4.21.-) (90 kDa serine proteinase) (Esterase) (RP-I protease) bpr bpf BSU15300 Bacillus subtilis (strain 168) 1433 +CAB13405.1 P13801 reviewed SP2G_BACSU Sporulation sigma-E factor-processing peptidase (EC 3.4.23.-) (Membrane-associated aspartic protease) (Stage II sporulation protein GA) spoIIGA BSU15310 Bacillus subtilis (strain 168) 309 +CAB13406.2 P06222 reviewed RPSE_BACSU RNA polymerase sigma-E factor (P31) (Sigma-29) (Stage II sporulation protein GB) sigE spoIIGB BSU15320 Bacillus subtilis (strain 168) 239 +CAB13407.1 P19940 reviewed RPSG_BACSU RNA polymerase sigma-G factor (Stage III sporulation protein G) sigG spoIIIG BSU15330 Bacillus subtilis (strain 168) 260 +CAB13408.2 O31723 reviewed YLMA_BACSU Uncharacterized ABC transporter ATP-binding protein YlmA (EC 7.-.-.-) ylmA BSU15340 Bacillus subtilis (strain 168) 264 +CAB13409.2 O31724 reviewed FAPD_BACSU N-formyl-4-amino-5-aminomethyl-2-methylpyrimidine deformylase (Formylaminopyrimidine deformylase) (EC 3.5.1.-) (Amidohydrolase YlmB) ylmB thiQ BSU15350 Bacillus subtilis (strain 168) 426 +CAB13410.1 O31725 reviewed YLMC_BACSU Probable sporulation protein YlmC ylmC BSU15360 Bacillus subtilis (strain 168) 81 +CAB13411.1 O31726 reviewed PURNU_BACSU Purine nucleoside phosphorylase YlmD (EC 2.4.2.1) (Adenosine deaminase YlmD) (EC 3.5.4.4) (S-methyl-5'-thioadenosine phosphorylase YlmD) (EC 2.4.2.28) ylmD BSU15370 Bacillus subtilis (strain 168) 278 +CAB13412.1 O31727 reviewed PLPHP_BACSU Pyridoxal phosphate homeostasis protein (PLP homeostasis protein) ylmE BSU15380 Bacillus subtilis (strain 168) 230 +CAB13413.3 O31728 reviewed SEPF_BACSU Cell division protein SepF sepF ylmF BSU15390 Bacillus subtilis (strain 168) 151 +CAB13414.1 O31729 reviewed YLMG_BACSU Uncharacterized membrane protein YlmG ylmG BSU15400 Bacillus subtilis (strain 168) 90 +CAB13415.1 P71020 reviewed YLMH_BACSU Putative RNA-binding protein YlmH ylmH BSU15410 Bacillus subtilis (strain 168) 257 +CAB13416.1 P71021 reviewed DIV4A_BACSU Septum site-determining protein DivIVA (Cell division initiation protein DivIVA) (Minicell-associated protein DivIVA) divIVA ylmJ BSU15420 Bacillus subtilis (strain 168) 164 +CAB13417.2 Q45477 reviewed SYI_BACSU Isoleucine--tRNA ligase (EC 6.1.1.5) (Isoleucyl-tRNA synthetase) (IleRS) ileS BSU15430 Bacillus subtilis (strain 168) 921 +CAB13418.2 Q45478 reviewed YLYA_BACSU Uncharacterized protein YlyA (ORF-T) ylyA ylmK BSU15440 Bacillus subtilis (strain 168) 124 +CAB13419.1 Q45479 reviewed LSPA_BACSU Lipoprotein signal peptidase (EC 3.4.23.36) (Prolipoprotein signal peptidase) (Signal peptidase II) (SPase II) lspA lsp BSU15450 Bacillus subtilis (strain 168) 154 +CAB13420.3 Q45480 reviewed YLYB_BACSU Uncharacterized RNA pseudouridine synthase YlyB (EC 5.4.99.-) (RNA pseudouridylate synthase) (RNA-uridine isomerase) ylyB ylmL BSU15460 Bacillus subtilis (strain 168) 303 +CAB13421.1 P39765 reviewed PYRR_BACSU Bifunctional protein PyrR [Includes: Pyrimidine operon regulatory protein; Uracil phosphoribosyltransferase (UPRTase) (EC 2.4.2.9)] pyrR BSU15470 Bacillus subtilis (strain 168) 181 +CAB13422.2 P39766 reviewed PYRP_BACSU Uracil permease (Uracil transporter) pyrP BSU15480 Bacillus subtilis (strain 168) 435 +CAB13423.2 P05654 reviewed PYRB_BACSU Aspartate carbamoyltransferase catalytic subunit (EC 2.1.3.2) (Aspartate transcarbamylase) (ATCase) pyrB BSU15490 Bacillus subtilis (strain 168) 304 +CAB13424.2 P25995 reviewed PYRC_BACSU Dihydroorotase (DHOase) (EC 3.5.2.3) pyrC BSU15500 Bacillus subtilis (strain 168) 428 +CAB13425.1 P25993 reviewed CARA_BACSU Carbamoyl phosphate synthase pyrimidine-specific small chain (EC 6.3.5.5) (Carbamoyl phosphate synthetase glutamine chain 2) pyrAA BSU15510 Bacillus subtilis (strain 168) 364 +CAB13426.1 P25994 reviewed CARB_BACSU Carbamoyl phosphate synthase pyrimidine-specific large chain (EC 6.3.4.16) (EC 6.3.5.5) (Carbamoyl phosphate synthetase ammonia chain) pyrAB BSU15520 Bacillus subtilis (strain 168) 1071 +CAB13427.1 P25983 reviewed PYRK_BACSU Dihydroorotate dehydrogenase B (NAD(+)), electron transfer subunit (Dihydroorotate oxidase B, electron transfer subunit) pyrK pyrDB pyrDII pyrZ ylxD BSU15530 Bacillus subtilis (strain 168) 256 +CAB13428.1 P25996 reviewed PYRDB_BACSU Dihydroorotate dehydrogenase B (NAD(+)), catalytic subunit (DHOD B) (DHODase B) (DHOdehase B) (EC 1.3.1.14) (Dihydroorotate oxidase B) (Orotate reductase (NADH)) pyrD pyrDA pyrDI BSU15540 Bacillus subtilis (strain 168) 311 +CAB13429.1 P25971 reviewed PYRF_BACSU Orotidine 5'-phosphate decarboxylase (EC 4.1.1.23) (OMP decarboxylase) (OMPDCase) (OMPdecase) pyrF BSU15550 Bacillus subtilis (strain 168) 239 +CAB13430.1 P25972 reviewed PYRE_BACSU Orotate phosphoribosyltransferase (OPRT) (OPRTase) (EC 2.4.2.10) pyrE pyrX BSU15560 Bacillus subtilis (strain 168) 216 +CAB13431.1 P94498 reviewed CYSH1_BACSU Adenosine 5'-phosphosulfate reductase 1 (APS reductase 1) (EC 1.8.4.10) (5'-adenylylsulfate reductase 1) (Thioredoxin-dependent 5'-adenylylsulfate reductase 1) cysH BSU15570 Bacillus subtilis (strain 168) 233 +CAB13432.1 O34734 reviewed SULP_BACSU Sulfate permease CysP cysP ylnA BSU15580 Bacillus subtilis (strain 168) 354 +CAB13433.1 O34764 reviewed SAT1_BACSU Sulfate adenylyltransferase (EC 2.7.7.4) (ATP-sulfurylase) (Sulfate adenylate transferase) (SAT) sat ylnB BSU15590 Bacillus subtilis (strain 168) 382 +CAB13434.1 O34577 reviewed CYSC1_BACSU Probable adenylyl-sulfate kinase (EC 2.7.1.25) (APS kinase) (ATP adenosine-5'-phosphosulfate 3'-phosphotransferase) (Adenosine-5'-phosphosulfate kinase) cysC ylnC BSU15600 Bacillus subtilis (strain 168) 197 +CAB13435.1 O34744 reviewed SUMT_BACSU Uroporphyrinogen-III C-methyltransferase (Urogen III methylase) (EC 2.1.1.107) (S-adenosyl-L-methionine:uroporphyrinogen III methyltransferase) (SUMT) (Uroporphyrinogen III methylase) (UROM) sumT ylnD BSU15610 Bacillus subtilis (strain 168) 257 +CAB13436.1 O34632 reviewed SIRB_BACSU Sirohydrochlorin ferrochelatase (EC 4.99.1.4) sirB ylnE BSU15620 Bacillus subtilis (strain 168) 261 +CAB13437.1 O34813 reviewed SIRC_BACSU Precorrin-2 dehydrogenase (EC 1.3.1.76) sirC ylnF BSU15630 Bacillus subtilis (strain 168) 162 +CAB13438.1 O34693 reviewed RQCH_BACSU Rqc2 homolog RqcH (RqcH) rqcH yloA BSU15640 Bacillus subtilis (strain 168) 570 +CAB13439.1 O34431 reviewed ATCL_BACSU Calcium-transporting ATPase (EC 7.2.2.10) (Calcium pump) yloB BSU15650 Bacillus subtilis (strain 168) 890 +CAB13440.1 O34441 reviewed YLOC_BACSU Endoribonuclease YloC (EC 3.1.26.-) yloC BSU15660 Bacillus subtilis (strain 168) 291 +CAE01452.1 Q7WY72 reviewed REMA_BACSU Extracellular matrix regulatory protein A (Regulator of extracellular matrix A) remA ylzA BSU15670 Bacillus subtilis (strain 168) 89 +CAB13441.2 O34328 reviewed KGUA_BACSU Guanylate kinase (EC 2.7.4.8) (GMP kinase) gmk yloD BSU15680 Bacillus subtilis (strain 168) 204 +CAB13442.1 O35011 reviewed RPOZ_BACSU DNA-directed RNA polymerase subunit omega (RNAP omega subunit) (EC 2.7.7.6) (RNA polymerase omega 2 subunit) (Transcriptase subunit omega) rpoZ yloH BSU15690 Bacillus subtilis (strain 168) 67 +CAB13443.1 O35033 reviewed COABC_BACSU Coenzyme A biosynthesis bifunctional protein CoaBC (DNA/pantothenate metabolism flavoprotein) (Phosphopantothenoylcysteine synthetase/decarboxylase) (PPCS-PPCDC) [Includes: Phosphopantothenoylcysteine decarboxylase (PPC decarboxylase) (PPC-DC) (EC 4.1.1.36) (CoaC); Phosphopantothenate--cysteine ligase (EC 6.3.2.5) (CoaB) (Phosphopantothenoylcysteine synthetase) (PPC synthetase) (PPC-S)] coaBC yloI BSU15700 Bacillus subtilis (strain 168) 406 +CAB13444.1 P94461 reviewed PRIA_BACSU Primosomal protein N' (EC 3.6.4.-) (ATP-dependent helicase PriA) priA yloJ BSU15710 Bacillus subtilis (strain 168) 805 +CAB13445.1 P94462 reviewed DEF1_BACSU Peptide deformylase 1 (PDF 1) (EC 3.5.1.88) (Polypeptide deformylase 1) defA def yloK BSU15720 Bacillus subtilis (strain 168) 160 +CAB13446.1 P94463 reviewed FMT_BACSU Methionyl-tRNA formyltransferase (EC 2.1.2.9) fmt yloL BSU15730 Bacillus subtilis (strain 168) 317 +CAB13447.1 P94464 reviewed RSMB_BACSU Probable ribosomal RNA small subunit methyltransferase B (EC 2.1.1.176) (16S rRNA m5C967 methyltransferase) (rRNA (cytosine-C(5)-)-methyltransferase RsmB) rsmB sun yloM BSU15740 Bacillus subtilis (strain 168) 447 +CAB13448.1 O34617 reviewed RLMN_BACSU Probable dual-specificity RNA methyltransferase RlmN (EC 2.1.1.192) (23S rRNA (adenine(2503)-C(2))-methyltransferase) (23S rRNA m2A2503 methyltransferase) (Ribosomal RNA large subunit methyltransferase N) (tRNA (adenine(37)-C(2))-methyltransferase) (tRNA m2A37 methyltransferase) rlmN yloN BSU15750 Bacillus subtilis (strain 168) 363 +CAB13449.1 O34779 reviewed PRPC_BACSU Protein phosphatase PrpC (EC 3.1.3.16) prpC yloO BSU15760 Bacillus subtilis (strain 168) 254 +CAB13450.1 O34507 reviewed PRKC_BACSU Serine/threonine-protein kinase PrkC (Ser/Thr-protein kinase PrkC) (EC 2.7.11.1) prkC yloP BSU15770 Bacillus subtilis (strain 168) 648 +CAB13451.1 O34530 reviewed RSGA_BACSU Small ribosomal subunit biogenesis GTPase RsgA (EC 3.6.1.-) (Ribosome-associated GTPase CpgA) rsgA cpgA engC yloQ BSU15780 Bacillus subtilis (strain 168) 298 +CAB13452.1 O34557 reviewed RPE_BACSU Ribulose-phosphate 3-epimerase (EC 5.1.3.1) rpe yloR BSU15790 Bacillus subtilis (strain 168) 217 +CAB13453.1 O34664 reviewed THIN_BACSU Thiamine pyrophosphokinase (TPK) (EC 2.7.6.2) (Thiamine diphosphokinase) thiN yloS BSU15800 Bacillus subtilis (strain 168) 214 +CAB13454.1 P37817 reviewed SPOVM_BACSU Stage V sporulation protein M spoVM BSU15810 Bacillus subtilis (strain 168) 26 +CAB13455.1 P37807 reviewed RL28_BACSU Large ribosomal subunit protein bL28 (50S ribosomal protein L28) rpmB yloT BSU15820 Bacillus subtilis (strain 168) 62 +CAB13456.1 O34318 reviewed YLOU_BACSU Uncharacterized protein YloU yloU BSU15830 Bacillus subtilis (strain 168) 120 +CAB13457.1 O34751 reviewed YLOV_BACSU Protein YloV yloV BSU15840 Bacillus subtilis (strain 168) 553 +CAB13458.1 O34635 reviewed SDHAB_BACSU Probable L-serine dehydratase, beta chain (SDH) (EC 4.3.1.17) (L-serine deaminase) (L-SD) sdaAB yloW BSU15850 Bacillus subtilis (strain 168) 220 +CAB13459.1 O34607 reviewed SDHAA_BACSU Probable L-serine dehydratase, alpha chain (SDH) (EC 4.3.1.17) (L-serine deaminase) (L-SD) sdaAA ylpA BSU15860 Bacillus subtilis (strain 168) 300 +CAB13460.1 O34942 reviewed RECG_BACSU ATP-dependent DNA helicase RecG (EC 3.6.4.12) recG ylpB BSU15870 Bacillus subtilis (strain 168) 682 +CAB13461.1 O34835 reviewed FAPR_BACSU Transcription factor FapR (Fatty acid and phospholipid biosynthesis regulator) fapR ylpC BSU15880 Bacillus subtilis (strain 168) 188 +CAB13462.1 P71018 reviewed PLSX_BACSU Phosphate acyltransferase (EC 2.3.1.274) (Acyl-ACP phosphotransacylase) (Acyl-[acyl-carrier-protein]--phosphate acyltransferase) (Phosphate-acyl-ACP acyltransferase) plsX ylpD BSU15890 Bacillus subtilis (strain 168) 333 +CAB13463.1 P71019 reviewed FABD_BACSU Malonyl CoA-acyl carrier protein transacylase (MCT) (EC 2.3.1.39) fabD ylpE BSU15900 Bacillus subtilis (strain 168) 317 +CAB13464.1 P51831 reviewed FABG_BACSU 3-oxoacyl-[acyl-carrier-protein] reductase FabG (EC 1.1.1.100) (3-ketoacyl-acyl carrier protein reductase) (Beta-Ketoacyl-acyl carrier protein reductase) (Beta-ketoacyl-ACP reductase) fabG ylpF BSU15910 Bacillus subtilis (strain 168) 246 +CAB13465.1 P80643 reviewed ACP_BACSU Acyl carrier protein (ACP) acpA acpP BSU15920 Bacillus subtilis (strain 168) 77 +CAB13466.1 P51833 reviewed RNC_BACSU Ribonuclease 3 (EC 3.1.26.3) (Ribonuclease III) (RNase III) rnc rncS BSU15930 Bacillus subtilis (strain 168) 249 +CAB13467.2 P51834 reviewed SMC_BACSU Chromosome partition protein Smc smc ylqA BSU15940 Bacillus subtilis (strain 168) 1186 +CAB13468.1 P51835 reviewed FTSY_BACSU Signal recognition particle receptor FtsY (SRP receptor) (EC 3.6.5.4) ftsY srb BSU15950 Bacillus subtilis (strain 168) 329 +CAB13469.1 O31737 reviewed YLQB_BACSU Uncharacterized protein YlqB ylqB BSU15960 Bacillus subtilis (strain 168) 161 +CAB13470.1 P37104 reviewed YLXM_BACSU UPF0122 protein YlxM ylxM BSU15970 Bacillus subtilis (strain 168) 110 +CAB13471.1 P37105 reviewed SRP54_BACSU Signal recognition particle protein (EC 3.6.5.4) (Fifty-four homolog) ffh BSU15980 Bacillus subtilis (strain 168) 446 +CAB13472.1 P21474 reviewed RS16_BACSU Small ribosomal subunit protein bS16 (30S ribosomal protein S16) (BS17) rpsP BSU15990 Bacillus subtilis (strain 168) 90 +CAB13473.1 O31738 reviewed KHPA_BACSU RNA-binding protein KhpA (KH-domain protein A) khpA ylqC BSU16000 Bacillus subtilis (strain 168) 81 +CAB13474.1 O31739 reviewed YLQD_BACSU Uncharacterized protein YlqD ylqD BSU16010 Bacillus subtilis (strain 168) 128 +CAB13475.1 O31740 reviewed RIMM_BACSU Ribosome maturation factor RimM rimM ylqE BSU16020 Bacillus subtilis (strain 168) 174 +CAB13476.1 O31741 reviewed TRMD_BACSU tRNA (guanine-N(1)-)-methyltransferase (EC 2.1.1.228) (M1G-methyltransferase) (tRNA [GM37] methyltransferase) trmD BSU16030 Bacillus subtilis (strain 168) 243 +CAB13477.2 O31742 reviewed RL19_BACSU Large ribosomal subunit protein bL19 (50S ribosomal protein L19) rplS BSU16040 Bacillus subtilis (strain 168) 115 +CAB13478.1 O31743 reviewed RBGA_BACSU Ribosome biogenesis GTPase A rbgA ylqF BSU16050 Bacillus subtilis (strain 168) 282 +CAB13479.1 O31744 reviewed RNH2_BACSU Ribonuclease HII (RNase HII) (EC 3.1.26.4) rnhB rnh BSU16060 Bacillus subtilis (strain 168) 255 +CAB13480.1 O31745 reviewed YLQG_BACSU Uncharacterized protein YlqG ylqG BSU16070 Bacillus subtilis (strain 168) 576 +CAB13481.1 O34867 reviewed YLQH_BACSU Uncharacterized protein YlqH ylqH BSU16080 Bacillus subtilis (strain 168) 93 +CAB13482.1 P80886 reviewed SUCC_BACSU Succinate--CoA ligase [ADP-forming] subunit beta (EC 6.2.1.5) (Succinyl-CoA synthetase subunit beta) (SCS-beta) sucC BSU16090 Bacillus subtilis (strain 168) 385 +CAB13483.1 P80865 reviewed SUCD_BACSU Succinate--CoA ligase [ADP-forming] subunit alpha (EC 6.2.1.5) (Succinyl-CoA synthetase subunit alpha) (SCS-alpha) sucD BSU16100 Bacillus subtilis (strain 168) 300 +CAB13484.1 P39813 reviewed DPRA_BACSU DNA processing protein DprA (Protein Smf) dprA smf BSU16110 Bacillus subtilis (strain 168) 297 +CAB13485.1 P39814 reviewed TOP1_BACSU DNA topoisomerase 1 (EC 5.6.2.1) (DNA topoisomerase I) (Omega-protein) (Relaxing enzyme) (Swivelase) (Untwisting enzyme) topA topI BSU16120 Bacillus subtilis (strain 168) 691 +CAB13486.1 P39815 reviewed TRMFO_BACSU Methylenetetrahydrofolate--tRNA-(uracil-5-)-methyltransferase TrmFO (EC 2.1.1.74) (Folate-dependent tRNA (uracil-5-)-methyltransferase) (Folate-dependent tRNA(M-5-U54)-methyltransferase) trmFO gid ylyC BSU16130 Bacillus subtilis (strain 168) 435 +CAB13487.1 P39776 reviewed XERC_BACSU Tyrosine recombinase XerC xerC codV BSU16140 Bacillus subtilis (strain 168) 304 +CAB13488.1 P39070 reviewed CLPQ_BACSU ATP-dependent protease subunit ClpQ (EC 3.4.21.-) clpQ codW hslV BSU16150 Bacillus subtilis (strain 168) 181 +CAB13489.1 P39778 reviewed CLPY_BACSU ATP-dependent protease ATPase subunit ClpY clpY codX hslU BSU16160 Bacillus subtilis (strain 168) 467 +CAB13490.1 P39779 reviewed CODY_BACSU Global transcriptional regulator CodY (Branched-chain amino acid-responsive transcriptional regulator) (GTP-sensing transcriptional pleiotropic repressor CodY) (Vegetative protein 286B) (VEG286B) codY BSU16170 Bacillus subtilis (strain 168) 259 +CAB13491.1 P24500 reviewed FLGB_BACSU Flagellar basal body rod protein FlgB flgB BSU16180 Bacillus subtilis (strain 168) 129 +CAB13492.1 P24501 reviewed FLGC_BACSU Flagellar basal-body rod protein FlgC flgC BSU16190 Bacillus subtilis (strain 168) 150 +CAB13493.1 P24502 reviewed FLIE_BACSU Flagellar hook-basal body complex protein FliE fliE BSU16200 Bacillus subtilis (strain 168) 106 +CAB13494.1 P23447 reviewed FLIF_BACSU Flagellar M-ring protein fliF BSU16210 Bacillus subtilis (strain 168) 536 +CAB13495.1 P23448 reviewed FLIG_BACSU Flagellar motor switch protein FliG fliG BSU16220 Bacillus subtilis (strain 168) 338 +CAB13496.2 P23449 reviewed FLIH_BACSU Probable flagellar assembly protein FliH fliH BSU16230 Bacillus subtilis (strain 168) 208 +CAB13497.2 P23445 reviewed FLII_BACSU Flagellum-specific ATP synthase (EC 7.1.2.2) fliI BSU16240 Bacillus subtilis (strain 168) 438 +CAB13498.1 P20487 reviewed FLIJ_BACSU Flagellar FliJ protein (Chemotaxis CheF protein) fliJ cheF BSU16250 Bacillus subtilis (strain 168) 147 +CAB13499.2 P23454 reviewed YLXF_BACSU FlaA locus 22.9 kDa protein (ORF 6) ylxF BSU16260 Bacillus subtilis (strain 168) 204 +CAB13500.2 P23451 reviewed FLIK_BACSU Probable flagellar hook-length control protein fliK BSU16270 Bacillus subtilis (strain 168) 487 +CAB13501.1 P23455 reviewed YLXG_BACSU FlaA locus uncharacterized protein YlxG (ORF 8) ylxG BSU16280 Bacillus subtilis (strain 168) 140 +CAB13502.2 P23446 reviewed FLGG_BACSU Flagellar basal-body rod protein FlgG (Distal rod protein) flgG flgE BSU16290 Bacillus subtilis (strain 168) 264 +CAX52619.1 C0H412 reviewed SWRD_BACSU Swarming motility protein SwrD swrD ylzI BSU16299 Bacillus subtilis (strain 168) 71 +CAB13503.1 P23452 reviewed FLIL_BACSU Flagellar protein FliL fliL BSU16300 Bacillus subtilis (strain 168) 140 +CAB13504.1 P23453 reviewed FLIM_BACSU Flagellar motor switch protein FliM fliM BSU16310 Bacillus subtilis (strain 168) 332 +CAB13505.1 P24073 reviewed FLIY_BACSU Flagellar motor switch phosphatase FliY (EC 3.-.-.-) (CheY-P phosphatase FliY) (Flagellar motor switch protein FliY) fliY cheD BSU16320 Bacillus subtilis (strain 168) 378 +CAB13506.1 P24072 reviewed CHEY_BACSU Chemotaxis protein CheY cheY cheB BSU16330 Bacillus subtilis (strain 168) 120 +CAB13507.1 P35536 reviewed FLIZ_BACSU Flagellar biosynthetic protein FliZ fliZ cheA BSU16340 Bacillus subtilis (strain 168) 219 +CAB13508.1 P35528 reviewed FLIP_BACSU Flagellar biosynthetic protein FliP fliP cheC BSU16350 Bacillus subtilis (strain 168) 221 +CAB13509.1 P35535 reviewed FLIQ_BACSU Flagellar biosynthetic protein FliQ fliQ BSU16360 Bacillus subtilis (strain 168) 89 +CAB13510.2 P35537 reviewed FLIR_BACSU Flagellar biosynthetic protein FliR fliR BSU16370 Bacillus subtilis (strain 168) 259 +CAB13511.1 P35538 reviewed FLHB_BACSU Flagellar biosynthetic protein FlhB flhB BSU16380 Bacillus subtilis (strain 168) 360 +CAB13512.2 P35620 reviewed FLHA_BACSU Flagellar biosynthesis protein FlhA flhA BSU16390 Bacillus subtilis (strain 168) 677 +CAB13513.1 Q01960 reviewed FLHF_BACSU Flagellar biosynthesis protein FlhF (Flagella-associated GTP-binding protein) flhF BSU16400 Bacillus subtilis (strain 168) 366 +CAB13514.1 P40742 reviewed YLXH_BACSU Flagellum site-determining protein YlxH ylxH BSU16410 Bacillus subtilis (strain 168) 298 +CAB13515.2 Q05522 reviewed CHEB_BACSU Protein-glutamate methylesterase/protein-glutamine glutaminase (EC 3.1.1.61) (EC 3.5.1.44) cheB cheL BSU16420 Bacillus subtilis (strain 168) 357 +CAB13516.2 P29072 reviewed CHEA_BACSU Chemotaxis protein CheA (EC 2.7.13.3) cheA cheN BSU16430 Bacillus subtilis (strain 168) 672 +CAB13517.1 P39802 reviewed CHEW_BACSU Chemotaxis protein CheW (Coupling protein CheW) cheW BSU16440 Bacillus subtilis (strain 168) 156 +CAB13518.1 P40403 reviewed CHEC_BACSU CheY-P phosphatase CheC (EC 3.-.-.-) cheC ylxJ BSU16450 Bacillus subtilis (strain 168) 209 +CAB13519.1 P40404 reviewed CHED_BACSU Chemoreceptor glutamine deamidase CheD (EC 3.5.1.44) cheD ylxK BSU16460 Bacillus subtilis (strain 168) 166 +CAB13520.1 P10726 reviewed RPSD_BACSU RNA polymerase sigma-D factor (Sigma-28) sigD flaB BSU16470 Bacillus subtilis (strain 168) 254 +CAB13521.1 P40405 reviewed SWRB_BACSU Swarming motility protein SwrB swrB BSU16480 Bacillus subtilis (strain 168) 167 +CAB13522.1 P21464 reviewed RS2_BACSU Small ribosomal subunit protein uS2 (30S ribosomal protein S2) (BS1) (Vegetative protein 209) (VEG209) rpsB BSU16490 Bacillus subtilis (strain 168) 246 +CAB13523.1 P80700 reviewed EFTS_BACSU Elongation factor Ts (EF-Ts) tsf BSU16500 Bacillus subtilis (strain 168) 293 +CAB13524.2 O31749 reviewed PYRH_BACSU Uridylate kinase (UK) (EC 2.7.4.22) (Uridine monophosphate kinase) (UMP kinase) (UMPK) pyrH smbA BSU16510 Bacillus subtilis (strain 168) 240 +CAB13525.1 P81101 reviewed RRF_BACSU Ribosome-recycling factor (RRF) (Ribosome-releasing factor) (Vegetative protein 12B) (VEG12B) frr BSU16520 Bacillus subtilis (strain 168) 185 +CAB13526.1 O31751 reviewed ISPT_BACSU Isoprenyl transferase (EC 2.5.1.-) uppS yluA BSU16530 Bacillus subtilis (strain 168) 260 +CAB13527.1 O31752 reviewed CDSA_BACSU Phosphatidate cytidylyltransferase (EC 2.7.7.41) (CDP-DAG synthase) (CDP-DG synthase) (CDP-diacylglycerol synthase) (CDS) (CDP-diglyceride pyrophosphorylase) (CDP-diglyceride synthase) (CTP:phosphatidate cytidylyltransferase) cdsA BSU16540 Bacillus subtilis (strain 168) 269 +CAB13528.2 O31753 reviewed DXR_BACSU 1-deoxy-D-xylulose 5-phosphate reductoisomerase (DXP reductoisomerase) (EC 1.1.1.267) (1-deoxyxylulose-5-phosphate reductoisomerase) (2-C-methyl-D-erythritol 4-phosphate synthase) dxr yluB BSU16550 Bacillus subtilis (strain 168) 383 +CAB13529.1 O31754 reviewed RASP_BACSU Regulator of sigma-W protease RasP (EC 3.4.24.-) (Regulating anti-sigma-W factor activity protease) (S2P endopeptidase) (Site-2 protease RseP) (S2P protease RseP) (Site-2-type intramembrane protease) (Zinc metalloprotease RasP) rasP yluC BSU16560 Bacillus subtilis (strain 168) 422 +CAB13530.1 O31755 reviewed SYP_BACSU Proline--tRNA ligase (EC 6.1.1.15) (Prolyl-tRNA synthetase) (ProRS) proS BSU16570 Bacillus subtilis (strain 168) 564 +CAB13531.1 P13267 reviewed DPO3_BACSU DNA polymerase III PolC-type (PolIII) (EC 2.7.7.7) polC dnaF mutI BSU16580 Bacillus subtilis (strain 168) 1437 +CAB13532.1 P32726 reviewed RIMP_BACSU Ribosome maturation factor RimP (P15A) rimP ylxS ymxA BSU16590 Bacillus subtilis (strain 168) 156 +CAB13533.1 P32727 reviewed NUSA_BACSU Transcription termination/antitermination protein NusA nusA BSU16600 Bacillus subtilis (strain 168) 371 +CAB13534.1 P32728 reviewed YLXR_BACSU Uncharacterized protein YlxR (ORF3) ylxR ymxB BSU16610 Bacillus subtilis (strain 168) 91 +CAB13535.1 P32729 reviewed YLXQ_BACSU RNA-binding protein YlxQ rulQ rplGA ylxQ ymxC BSU16620 Bacillus subtilis (strain 168) 100 +CAB13536.1 P17889 reviewed IF2_BACSU Translation initiation factor IF-2 infB BSU16630 Bacillus subtilis (strain 168) 716 +CAB13538.1 P32731 reviewed RBFA_BACSU Ribosome-binding factor A rbfA ylxO ymxE BSU16650 Bacillus subtilis (strain 168) 117 +CAB13539.1 P32732 reviewed TRUB_BACSU tRNA pseudouridine synthase B (EC 5.4.99.25) (tRNA pseudouridine(55) synthase) (Psi55 synthase) (tRNA pseudouridylate synthase) (tRNA-uridine isomerase) truB ylxN ymxF BSU16660 Bacillus subtilis (strain 168) 309 +CAB13540.1 P54575 reviewed RIBC_BACSU Bifunctional riboflavin kinase/FMN adenylyltransferase (Riboflavin biosynthesis protein RibF) [Includes: Riboflavin kinase (EC 2.7.1.26) (Flavokinase); FMN adenylyltransferase (EC 2.7.7.2) (FAD pyrophosphorylase) (FAD synthase)] ribC BSU16670 Bacillus subtilis (strain 168) 316 +CAB13541.1 P21473 reviewed RS15_BACSU Small ribosomal subunit protein uS15 (30S ribosomal protein S15) (BS18) rpsO BSU16680 Bacillus subtilis (strain 168) 89 +CAB13542.1 P50849 reviewed PNP_BACSU Polyribonucleotide nucleotidyltransferase (EC 2.7.7.8) (Polynucleotide phosphorylase) (PNPase) (Vegetative protein 15) (VEG15) pnp comR pnpA BSU16690 Bacillus subtilis (strain 168) 705 +CAB13543.1 P50850 reviewed YLXY_BACSU Uncharacterized protein YlxY ylxY ymxI BSU16700 Bacillus subtilis (strain 168) 319 +CAB13544.2 Q04805 reviewed YMXG_BACSU Uncharacterized zinc protease YmxG (EC 3.4.24.-) (ORFP) ymxG BSU16710 Bacillus subtilis (strain 168) 409 +CAB13545.1 Q04811 reviewed YMXH_BACSU Uncharacterized protein YmxH (ORFZ) ymxH BSU16720 Bacillus subtilis (strain 168) 85 +CAB13546.1 Q04809 reviewed DPAA_BACSU Dipicolinate synthase subunit A (DPA synthase subunit A) (EC 1.3.1.-) (Spore dipicolinate synthase subunit A) (Stage V sporulation protein FA) dpaA spoVFA BSU16730 orfY Bacillus subtilis (strain 168) 297 +CAB13547.1 Q04810 reviewed DPAB_BACSU Dipicolinate synthase subunit B (DPA synthase subunit B) (EC 1.3.1.-) (Spore dipicolinate synthase subunit B) (Stage V sporulation protein FB) dpaB spoVFB BSU16740 orfX Bacillus subtilis (strain 168) 200 +CAB13548.1 Q04797 reviewed DHAS_BACSU Aspartate-semialdehyde dehydrogenase (ASA dehydrogenase) (ASADH) (EC 1.2.1.11) (Aspartate-beta-semialdehyde dehydrogenase) asd BSU16750 Bacillus subtilis (strain 168) 346 +CAB13549.2 Q04795 reviewed AK1_BACSU Aspartokinase 1 (EC 2.7.2.4) (Aspartate kinase 1) (Aspartokinase I) dapG lssD BSU16760 Bacillus subtilis (strain 168) 404 +CAB13550.1 Q04796 reviewed DAPA_BACSU 4-hydroxy-tetrahydrodipicolinate synthase (HTPA synthase) (EC 4.3.3.7) dapA BSU16770 Bacillus subtilis (strain 168) 290 +CAB13551.2 O31760 reviewed RNJ2_BACSU Ribonuclease J2 (RNase J2) (EC 3.1.-.-) rnjB ymfA BSU16780 Bacillus subtilis (strain 168) 555 +CAB13552.3 Q99171 reviewed TEPA_BACSU Translocation-enhancing protein TepA tepA ylxI ymfB BSU16790 Bacillus subtilis (strain 168) 245 +CAX52620.1 C0H413 reviewed YLZJ_BACSU Uncharacterized protein YlzJ ylzJ BSU16799 Bacillus subtilis (strain 168) 70 +CAB13553.3 P21458 reviewed SP3E_BACSU DNA translocase SpoIIIE (Stage III sporulation protein E) spoIIIE ftsK BSU16800 Bacillus subtilis (strain 168) 787 +CAB13554.1 O31761 reviewed YMFC_BACSU Uncharacterized HTH-type transcriptional regulator YmfC ymfC BSU16810 Bacillus subtilis (strain 168) 241 +CAB13555.2 O31762 reviewed BBEX_BACSU Bacillibactin exporter ymfD ymfE BSU16825 BSU16820 BSU16830 Bacillus subtilis (strain 168) 402 +CAB13557.2 O31764 reviewed YMFF_BACSU Probable inactive metalloprotease YmfF ymfF BSU16840 BSU16845 Bacillus subtilis (strain 168) 426 +CAB13559.2 O31766 reviewed YMFH_BACSU Uncharacterized zinc protease YmfH (EC 3.4.24.-) ymfH BSU16860 Bacillus subtilis (strain 168) 428 +CAB13560.2 O31767 reviewed YMFI_BACSU Uncharacterized oxidoreductase YmfI (EC 1.-.-.-) ymfI BSU16870 Bacillus subtilis (strain 168) 242 +CAB13561.1 O31768 reviewed YMFJ_BACSU Uncharacterized protein YmfJ ymfJ BSU16880 Bacillus subtilis (strain 168) 85 +CAB13564.3 O31771 reviewed YMFM_BACSU Uncharacterized membrane protein YmfM ymfM BSU16910 Bacillus subtilis (strain 168) 288 +CAB13565.2 P46322 reviewed PGSA_BACSU CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase (EC 2.7.8.5) (Phosphatidylglycerophosphate synthase) (PGP synthase) pgsA ymfN BSU16920 Bacillus subtilis (strain 168) 193 +CAB13566.2 P46323 reviewed CINA_BACSU Putative competence-damage inducible protein cinA ymfO yzlB BSU16930 Bacillus subtilis (strain 168) 416 +CAB13567.2 P16971 reviewed RECA_BACSU Protein RecA (Recombinase A) recA recE BSU16940 Bacillus subtilis (strain 168) 348 +CAB13568.1 O31773 reviewed PBPX_BACSU Putative penicillin-binding protein PbpX pbpX BSU16950 Bacillus subtilis (strain 168) 391 +CAB13569.1 O31774 reviewed RNY_BACSU Ribonuclease Y (RNase Y) (EC 3.1.-.-) rny ymdA BSU16960 Bacillus subtilis (strain 168) 520 +CAB13570.2 O31775 reviewed YMDB_BACSU 2',3'-cyclic-nucleotide 2'-phosphodiesterase (EC 3.1.4.16) (Global regulator YmdB) ymdB BSU16970 Bacillus subtilis (strain 168) 264 +CAB13571.1 P45693 reviewed SP5S_BACSU Stage V sporulation protein S spoVS BSU16980 Bacillus subtilis (strain 168) 86 +CAB13572.1 O31776 reviewed TDH_BACSU L-threonine 3-dehydrogenase (TDH) (EC 1.1.1.103) tdh BSU16990 Bacillus subtilis (strain 168) 347 +CAB13573.1 O31777 reviewed BIOF1_BACSU 8-amino-7-oxononanoate synthase 1 (AONS) (EC 2.3.1.47) (7-keto-8-amino-pelargonic acid synthase) (7-KAP synthase) (KAPA synthase) (8-amino-7-ketopelargonate synthase) (Alpha-oxoamine synthase) kbl BSU17000 Bacillus subtilis (strain 168) 392 +CAB13574.1 O31778 reviewed MIAB_BACSU tRNA-2-methylthio-N(6)-dimethylallyladenosine synthase (EC 2.8.4.3) ((Dimethylallyl)adenosine tRNA methylthiotransferase MiaB) (tRNA-i(6)A37 methylthiotransferase) miaB ymcB BSU17010 Bacillus subtilis (strain 168) 509 +CAB13575.1 O31779 reviewed YMCA_BACSU Uncharacterized protein YmcA ymcA BSU17020 Bacillus subtilis (strain 168) 143 +CAB13576.1 P14016 reviewed COTE_BACSU Spore coat protein E cotE BSU17030 Bacillus subtilis (strain 168) 181 +CAB13577.2 P49849 reviewed MUTS_BACSU DNA mismatch repair protein MutS mutS BSU17040 Bacillus subtilis (strain 168) 858 +CAB13578.1 P49850 reviewed MUTL_BACSU DNA mismatch repair protein MutL mutL BSU17050 Bacillus subtilis (strain 168) 627 +CAE01453.1 Q7WY71 reviewed YMZD_BACSU Uncharacterized protein YmzD ymzD BSU17060 Bacillus subtilis (strain 168) 151 +CAB13579.1 O31780 reviewed YMCC_BACSU Uncharacterized membrane protein YmcC ymcC BSU17070 Bacillus subtilis (strain 168) 185 +CAB13580.1 O34381 reviewed PKSA_BACSU HTH-type transcriptional regulator PksA pksA BSU17080 Bacillus subtilis (strain 168) 205 +CAB13581.1 O34769 reviewed PKSB_BACSU Probable polyketide biosynthesis zinc-dependent hydrolase PksB (EC 3.-.-.-) pksB BSU17090 Bacillus subtilis (strain 168) 225 +SOX90554.1 A0A2K4Z9H9 unreviewed A0A2K4Z9H9_BACSU Uncharacterized protein BSU_17099 HIR78_09285 Bacillus subtilis (strain 168) 88 +CAB13582.1 O34825 reviewed PKSC_BACSU Polyketide biosynthesis malonyl CoA-acyl carrier protein transacylase PksC (AT) (EC 2.3.1.39) pksC BSU17100 Bacillus subtilis (strain 168) 288 +CAB13583.2 O34877 reviewed PKSD_BACSU Polyketide biosynthesis acyltransferase homolog PksD (AT) (EC 2.3.1.-) (Transacylase) pksD BSU17110 Bacillus subtilis (strain 168) 324 +CAB13584.3 O34787 reviewed PKSE_BACSU Polyketide biosynthesis protein PksE [Includes: Malonyl CoA-acyl carrier protein transacylase (MCT) (EC 2.3.1.39)] pksE BSU17120 Bacillus subtilis (strain 168) 767 +CAE01454.1 Q7PC63 reviewed ACPK_BACSU Polyketide biosynthesis acyl-carrier-protein AcpK (ACP-II) acpK BSU17130 Bacillus subtilis (strain 168) 82 +CAB13585.2 P40804 reviewed PKSF_BACSU Polyketide biosynthesis malonyl-ACP decarboxylase PksF (EC 4.1.1.87) (Malonyl acyl-carrier-protein decarboxylase) pksF BSU17140 Bacillus subtilis (strain 168) 415 +CAB13586.2 P40830 reviewed PKSG_BACSU Polyketide biosynthesis 3-hydroxy-3-methylglutaryl-ACP synthase PksG (HMG synthase) (EC 2.3.3.-) pksG BSU17150 Bacillus subtilis (strain 168) 420 +CAB13587.1 P40805 reviewed PKSH_BACSU Probable polyketide biosynthesis enoyl-CoA hydratase PksH (EC 4.2.1.-) pksH BSU17160 Bacillus subtilis (strain 168) 259 +CAB13588.2 P40802 reviewed PKSI_BACSU Putative polyketide biosynthesis enoyl-CoA isomerase PksI (EC 4.-.-.-) pksI BSU17170 Bacillus subtilis (strain 168) 249 +CAB13589.3 P40806 reviewed PKSJ_BACSU Polyketide synthase PksJ (PKS) pksJ pksK BSU17180 Bacillus subtilis (strain 168) 5043 +CAB13602.3 Q05470 reviewed PKSL_BACSU Polyketide synthase PksL (PKS) pksL outG pksA pksX BSU17190 Bacillus subtilis (strain 168) 4538 +CAB13603.3 P40872 reviewed PKSM_BACSU Polyketide synthase PksM pksM pksY BSU17200 Bacillus subtilis (strain 168) 4262 +CAB13604.3 O31782 reviewed PKSN_BACSU Polyketide synthase PksN (EC 2.3.1.-) pksN BSU17210 Bacillus subtilis (strain 168) 5488 +CAB13606.2 O31784 reviewed PKSR_BACSU Polyketide synthase PksR (EC 2.3.1.-) pksR BSU17220 Bacillus subtilis (strain 168) 2543 +CAB13607.2 O31785 reviewed PKSS_BACSU Polyketide biosynthesis cytochrome P450 PksS (EC 1.14.-.-) pksS BSU17230 Bacillus subtilis (strain 168) 405 +CAB13608.3 O31786 reviewed YMZB_BACSU Uncharacterized protein YmzB ymzB BSU17240 Bacillus subtilis (strain 168) 118 +CAB13609.2 O31787 reviewed YMAE_BACSU Uncharacterized protein YmaE ymaE BSU17250 Bacillus subtilis (strain 168) 274 +CAB13610.1 O31788 reviewed APRX_BACSU Serine protease AprX (EC 3.4.21.-) aprX BSU17260 Bacillus subtilis (strain 168) 442 +CAB13611.1 O31789 reviewed YMAC_BACSU UPF0714 protein YmaC ymaC BSU17270 Bacillus subtilis (strain 168) 235 +CAB13612.1 O31790 reviewed YMAD_BACSU Uncharacterized protein YmaD ymaD BSU17280 Bacillus subtilis (strain 168) 150 +CAB13613.1 P0CW82 reviewed EBRB_BACSU Multidrug resistance protein EbrB ebrB BSU17290 Bacillus subtilis (strain 168) 117 +CAB13614.1 P0CW80 reviewed EBRA_BACSU Multidrug resistance protein EbrA ebrA BSU17300 Bacillus subtilis (strain 168) 105 +CAB13615.2 O31793 reviewed YMAG_BACSU Uncharacterized protein YmaG ymaG BSU17310 Bacillus subtilis (strain 168) 91 +CAB13616.2 O31794 reviewed YMAF_BACSU Uncharacterized protein YmaF ymaF BSU17320 Bacillus subtilis (strain 168) 137 +CAB13617.2 O31795 reviewed MIAA_BACSU tRNA dimethylallyltransferase (EC 2.5.1.75) (Dimethylallyl diphosphate:tRNA dimethylallyltransferase) (DMAPP:tRNA dimethylallyltransferase) (DMATase) (Isopentenyl-diphosphate:tRNA isopentenyltransferase) (IPP transferase) (IPPT) (IPTase) miaA BSU17330 Bacillus subtilis (strain 168) 314 +CAB13618.1 O31796 reviewed HFQ_BACSU RNA-binding protein Hfq hfq ymaH BSU17340 Bacillus subtilis (strain 168) 73 +CAB13619.1 O31797 reviewed YMZC_BACSU Uncharacterized protein YmzC ymzC BSU17350 Bacillus subtilis (strain 168) 90 +CAB13620.1 O31798 reviewed YMZA_BACSU Uncharacterized protein YmzA ymzA BSU17360 Bacillus subtilis (strain 168) 76 +CAB13621.1 P50618 reviewed NRDI_BACSU Protein NrdI nrdI ymaA BSU17370 Bacillus subtilis (strain 168) 130 +CAB13622.1 P50620 reviewed RIR1_BACSU Ribonucleoside-diphosphate reductase subunit alpha (EC 1.17.4.1) (Ribonucleotide reductase large subunit) nrdE nrdA BSU17380 Bacillus subtilis (strain 168) 700 +CAB13623.1 P50621 reviewed RIR2_BACSU Ribonucleoside-diphosphate reductase subunit beta (EC 1.17.4.1) (Ribonucleotide reductase small subunit) nrdF BSU17390 Bacillus subtilis (strain 168) 329 +CAB13624.1 P50619 reviewed YMAB_BACSU Protein YmaB ymaB BSU17400 Bacillus subtilis (strain 168) 206 +CAB13625.2 Q06320 reviewed CWLC_BACSU Sporulation-specific N-acetylmuramoyl-L-alanine amidase (EC 3.5.1.28) (Autolysin) (Cell wall hydrolase) cwlC BSU17410 Bacillus subtilis (strain 168) 255 +CAB13626.2 P27643 reviewed SP5K_BACSU Stage V sporulation protein K spoVK spoVJ BSU17420 Bacillus subtilis (strain 168) 322 +CAB13627.2 P94478 reviewed HFLX_BACSU GTPase HflX (GTP-binding protein HflX) hflX ynbA BSU17430 Bacillus subtilis (strain 168) 420 +CAB13628.2 P94479 reviewed YNBB_BACSU Uncharacterized protein YnbB ynbB BSU17440 Bacillus subtilis (strain 168) 421 +CAB13629.1 P37582 reviewed GLNR_BACSU HTH-type transcriptional regulator GlnR glnR BSU17450 Bacillus subtilis (strain 168) 135 +CAB13630.1 P12425 reviewed GLN1A_BACSU Glutamine synthetase (GS) (EC 6.3.1.2) (Glutamate--ammonia ligase) (Glutamine synthetase I alpha) (GSI alpha) glnA BSU17460 Bacillus subtilis (strain 168) 444 +CAB13631.1 P31844 reviewed YNXB_BACSU Uncharacterized membrane protein YnxB ynxB ynaA BSU17470 Bacillus subtilis (strain 168) 96 +CAB13632.1 O31799 reviewed YNZF_BACSU Uncharacterized protein YnzF ynzF BSU17480 Bacillus subtilis (strain 168) 114 +CAB13633.1 O31800 reviewed YNZG_BACSU UPF0457 protein YnzG ynzG BSU17490 Bacillus subtilis (strain 168) 83 +CAB13634.2 P94480 reviewed YNAB_BACSU Uncharacterized protein YnaB ynaB BSU17500 Bacillus subtilis (strain 168) 144 +CAB13635.1 P94481 reviewed YNAC_BACSU Uncharacterized protein YnaC ynaC BSU17510 Bacillus subtilis (strain 168) 263 +CAB13636.1 P94482 reviewed YNAD_BACSU Uncharacterized N-acetyltransferase YnaD (EC 2.3.1.-) ynaD BSU17520 Bacillus subtilis (strain 168) 170 +CAB13637.1 P94483 reviewed YNAE_BACSU Uncharacterized protein YnaE ynaE BSU17530 Bacillus subtilis (strain 168) 213 +CAB13638.1 P94484 reviewed YNAF_BACSU Uncharacterized protein YnaF ynaF BSU17540 Bacillus subtilis (strain 168) 117 +CAB13639.1 P94485 reviewed YNAG_BACSU Uncharacterized protein YnaG ynaG BSU17550 Bacillus subtilis (strain 168) 91 +CAX52623.1 C0H415 reviewed YNZI_BACSU Uncharacterized membrane protein YnzI ynzI BSU17559 Bacillus subtilis (strain 168) 54 +CAB13640.3 P94487 reviewed YNAI_BACSU Uncharacterized protein YnaI ynaI BSU17560 Bacillus subtilis (strain 168) 156 +CAB13641.2 P94488 reviewed YNAJ_BACSU Uncharacterized symporter YnaJ ynaJ BSU17570 Bacillus subtilis (strain 168) 463 +CAB13642.2 P94489 reviewed XYNB_BACSU Beta-xylosidase (EC 3.2.1.37) (1,4-beta-D-xylan xylohydrolase) (Xylan 1,4-beta-xylosidase) xynB BSU17580 Bacillus subtilis (strain 168) 533 +CAB13643.3 P94490 reviewed XYLR_BACSU Xylose repressor xylR BSU17590 Bacillus subtilis (strain 168) 384 +CAB13644.2 P0CI80 reviewed XYLA_BACSU Xylose isomerase (EC 5.3.1.5) xylA BSU17600 Bacillus subtilis (strain 168) 445 +CAB13645.1 P39211 reviewed XYLB_BACSU Xylulose kinase (Xylulokinase) (EC 2.7.1.17) xylB yncA BSU17610 Bacillus subtilis (strain 168) 499 +CAB13646.1 P94492 reviewed YNCB_BACSU Endonuclease YncB (EC 3.1.-.-) yncB BSU17620 Bacillus subtilis (strain 168) 211 +CAB13647.2 P94493 reviewed YNCC_BACSU Putative metabolite transport protein YncC yncC BSU17630 Bacillus subtilis (strain 168) 471 +CAB13648.1 P94494 reviewed ALR2_BACSU Alanine racemase 2 (EC 5.1.1.1) alr2 yncD BSU17640 Bacillus subtilis (strain 168) 394 +CAB13649.2 P94495 reviewed YNCE_BACSU Uncharacterized protein YncE yncE BSU17650 Bacillus subtilis (strain 168) 153 +CAB13650.1 O31801 reviewed YNCF_BACSU Deoxyuridine 5'-triphosphate nucleotidohydrolase YncF (dUTPase) (EC 3.6.1.23) (dUTP pyrophosphatase) yncF BSU17660 Bacillus subtilis (strain 168) 144 +CAB13651.1 O31802 reviewed YNZH_BACSU Uncharacterized protein YnzH ynzH BSU17670 Bacillus subtilis (strain 168) 86 +SOX90555.1 A0A2K4Z9I0 unreviewed A0A2K4Z9I0_BACSU Uncharacterized protein BSU_17679 HIR78_09595 Bacillus subtilis (strain 168) 54 +CAB13652.1 P0CI79 reviewed TYSY1_BACSU Thymidylate synthase 1 (TS 1) (TSase 1) (EC 2.1.1.45) (Thymidylate synthase A) (TS A) (TSase A) thyA1 BSU17680 Bacillus subtilis (strain 168) 279 +SOX90556.1 A0A2K4Z9H8 unreviewed A0A2K4Z9H8_BACSU Uncharacterized protein BSU_17689 HIR78_09605 Bacillus subtilis (strain 168) 95 +CAX52625.1 C0H417 reviewed YNZK_BACSU Uncharacterized membrane protein YnzK ynzK BSU17699 Bacillus subtilis (strain 168) 118 +CAB13654.2 P07790 reviewed COTC_BACSU Spore coat protein C cotC BSU17700 Bacillus subtilis (strain 168) 66 +CAB13655.1 O31804 reviewed TATAC_BACSU Sec-independent protein translocase protein TatAc tatAc ynzA BSU17710 Bacillus subtilis (strain 168) 62 +SOX90557.1 A0A2K4Z9J1 unreviewed A0A2K4Z9J1_BACSU Uncharacterized protein BSU_17715 HIR78_09630 Bacillus subtilis (strain 168) 45 +CAB13656.1 O31805 reviewed YNDA_BACSU Uncharacterized protein YndA yndA BSU17720 Bacillus subtilis (strain 168) 132 +CAB13657.1 O31806 reviewed YNDB_BACSU Uncharacterized protein YndB yndB BSU17730 Bacillus subtilis (strain 168) 144 +CAB13658.2 O31807 reviewed YNZB_BACSU Uncharacterized protein YnzB ynzB BSU17740 Bacillus subtilis (strain 168) 62 +CAB13659.1 O31808 reviewed YNDD_BACSU Uncharacterized membrane protein YndD yndD BSU17750 Bacillus subtilis (strain 168) 520 +CAB13660.1 O31809 reviewed YNDE_BACSU Spore germination protein YndE yndE BSU17760 Bacillus subtilis (strain 168) 363 +CAB13661.1 O31810 reviewed YNDF_BACSU Spore germination protein YndF yndF BSU17770 Bacillus subtilis (strain 168) 404 +CAB13662.1 O31811 reviewed YNDG_BACSU Uncharacterized membrane protein YndG yndG BSU17780 Bacillus subtilis (strain 168) 268 +CAB13663.1 O31812 reviewed YNDH_BACSU Uncharacterized protein YndH yndH BSU17790 Bacillus subtilis (strain 168) 205 +CAB13664.1 O31813 reviewed YNDJ_BACSU Uncharacterized membrane protein YndJ yndJ BSU17800 Bacillus subtilis (strain 168) 546 +CAB13665.1 O31814 reviewed YNDK_BACSU Uncharacterized membrane protein YndK yndK BSU17810 Bacillus subtilis (strain 168) 121 +CAB13666.1 O31815 reviewed YNDL_BACSU UPF0714 protein YndL yndL BSU17820 Bacillus subtilis (strain 168) 252 +CAB13667.1 O31816 reviewed YNDM_BACSU Uncharacterized membrane protein YndM yndM BSU17830 Bacillus subtilis (strain 168) 179 +CAB13668.1 O31817 reviewed FOSB_BACSU Metallothiol transferase FosB (EC 2.5.1.-) (Fosfomycin resistance protein) fosB yndN BSU17840 Bacillus subtilis (strain 168) 144 +SOX90558.1 A0A2K4Z9J3 unreviewed A0A2K4Z9J3_BACSU Uncharacterized protein yzzP BSU_17845 Bacillus subtilis (strain 168) 115 +CAB13669.1 P31080 reviewed LEXA_BACSU LexA repressor (EC 3.4.21.88) (SOS regulatory protein DinR) lexA dinR BSU17850 Bacillus subtilis (strain 168) 205 +CAB13670.1 Q45056 reviewed YNEA_BACSU Cell division suppressor protein YneA yneA BSU17860 Bacillus subtilis (strain 168) 105 +CAB13671.1 Q45057 reviewed YNEB_BACSU Resolvase homolog YneB yneB BSU17870 Bacillus subtilis (strain 168) 217 +CAB13672.1 O31818 reviewed YNZC_BACSU UPF0291 protein YnzC ynzC BSU17880 Bacillus subtilis (strain 168) 77 +CAB13673.1 P45694 reviewed TKT_BACSU Transketolase (TK) (EC 2.2.1.1) tkt tktA BSU17890 Bacillus subtilis (strain 168) 667 +CAB13674.1 P45707 reviewed SIRA_BACSU Sporulation inhibitor of replication protein SirA sirA yneE yoxF BSU17900 Bacillus subtilis (strain 168) 148 +CAB13675.1 P45708 reviewed YNEF_BACSU UPF0154 protein YneF yneF yoxG BSU17910 Bacillus subtilis (strain 168) 72 +CAB13676.1 O31819 reviewed YNZD_BACSU Aspartyl-phosphate phosphatase YnzD (EC 3.1.3.-) (Stage 0 sporulation regulatory protein YnzD) ynzD BSU17920 Bacillus subtilis (strain 168) 57 +CAB13677.1 P45706 reviewed CCDA_BACSU Cytochrome c-type biogenesis protein CcdA ccdA BSU17930 Bacillus subtilis (strain 168) 235 +CAB13678.1 P45709 reviewed CCDB_BACSU Protein CcdB ccdB yneI yoxH BSU17940 Bacillus subtilis (strain 168) 120 +CAB13679.1 P45710 reviewed CCDC_BACSU Protein CcdC ccdC yneJ yoxI BSU17950 Bacillus subtilis (strain 168) 160 +CAB13680.1 P45711 reviewed YNEK_BACSU Membrane protein YneK yneK yoxJ BSU17960 Bacillus subtilis (strain 168) 142 +CAB13681.1 Q45058 reviewed COTM_BACSU Spore coat protein M cotM yneL BSU17970 Bacillus subtilis (strain 168) 130 +CAB13682.1 P71032 reviewed SSPP_BACSU Small, acid-soluble spore protein P (SASP P) sspP cotL BSU17980 Bacillus subtilis (strain 168) 48 +CAB13683.1 P71031 reviewed SSPO_BACSU Small, acid-soluble spore protein O (SASP O) sspO cotK BSU17990 Bacillus subtilis (strain 168) 48 +CAB13684.1 P09339 reviewed ACNA_BACSU Aconitate hydratase A (ACN) (Aconitase) (EC 4.2.1.3) (Aconitate/2-methylaconitate hydratase) (EC 4.2.1.-) (Iron-responsive protein-like) (IRP-like) (RNA-binding protein) citB BSU18000 Bacillus subtilis (strain 168) 909 +CAB13685.1 O31820 reviewed YNEN_BACSU Thioredoxin-like protein YneN yneN BSU18010 Bacillus subtilis (strain 168) 170 +CAX52626.1 C0H418 reviewed YNZL_BACSU Uncharacterized protein YnzL ynzL BSU18019 Bacillus subtilis (strain 168) 41 +CAE01455.2 Q7WY69 reviewed SSPN_BACSU Small, acid-soluble spore protein N (SASP N) sspN BSU18020 Bacillus subtilis (strain 168) 48 +CAB13686.1 Q45060 reviewed TLP_BACSU Small, acid-soluble spore protein Tlp tlp tlpA BSU18030 Bacillus subtilis (strain 168) 83 +CAB13687.1 Q45061 reviewed YNEP_BACSU Putative acyl-CoA thioesterase YneP (EC 3.1.2.-) yneP BSU18040 Bacillus subtilis (strain 168) 138 +CAB13688.1 Q45062 reviewed YNEQ_BACSU Uncharacterized protein YneQ yneQ BSU18050 Bacillus subtilis (strain 168) 99 +CAB13689.1 Q45063 reviewed YNER_BACSU Uncharacterized protein YneR yneR BSU18060 Bacillus subtilis (strain 168) 95 +CAB13690.1 Q45064 reviewed PLSY_BACSU Glycerol-3-phosphate acyltransferase (Acyl-PO4 G3P acyltransferase) (Acyl-phosphate--glycerol-3-phosphate acyltransferase) (G3P acyltransferase) (GPAT) (EC 2.3.1.275) (Lysophosphatidic acid synthase) (LPA synthase) plsY yneS BSU18070 Bacillus subtilis (strain 168) 193 +CAB13691.1 Q45065 reviewed YNET_BACSU Uncharacterized protein YneT yneT BSU18080 Bacillus subtilis (strain 168) 135 +CAB13692.2 Q59192 reviewed PARE_BACSU DNA topoisomerase 4 subunit B (EC 5.6.2.2) (Topoisomerase IV subunit B) parE grlB BSU18090 Bacillus subtilis (strain 168) 655 +CAB13693.2 Q45066 reviewed PARC_BACSU DNA topoisomerase 4 subunit A (EC 5.6.2.2) (Topoisomerase IV subunit A) parC grlA BSU18100 Bacillus subtilis (strain 168) 806 +CAB13695.1 Q45068 reviewed ALST_BACSU Amino-acid carrier protein AlsT alsT BSU18120 Bacillus subtilis (strain 168) 465 +CAB13696.2 P10475 reviewed GUN2_BACSU Endoglucanase (EC 3.2.1.4) (Carboxymethyl-cellulase) (CMCase) (Cellulase) (Endo-1,4-beta-glucanase) eglS bglC gld BSU18130 Bacillus subtilis (strain 168) 499 +CAB13697.1 Q45069 reviewed YNFE_BACSU Uncharacterized protein YnfE ynfE BSU18140 Bacillus subtilis (strain 168) 87 +CAB13698.1 Q45070 reviewed XYNC_BACSU Glucuronoxylanase XynC (EC 3.2.1.136) (Endoxylanase XynC) (Glucuronoxylan xylanohydrolase) xynC ynfF BSU18150 Bacillus subtilis (strain 168) 422 +CAB13699.1 Q45071 reviewed XYND_BACSU Arabinoxylan arabinofuranohydrolase (AXH) (EC 3.2.1.55) (AXH-m2,3) (AXH-m23) (Alpha-L-arabinofuranosidase) (AF) xynD BSU18160 Bacillus subtilis (strain 168) 513 +CAB13700.1 O31821 reviewed YNGA_BACSU Uncharacterized membrane protein YngA yngA BSU18170 Bacillus subtilis (strain 168) 148 +CAB13701.1 O31822 reviewed YNGB_BACSU UTP--glucose-1-phosphate uridylyltransferase YngB (EC 2.7.7.9) (Alpha-D-glucosyl-1-phosphate uridylyltransferase) (UDP-glucose pyrophosphorylase) (UDPGP) (UGPase) (Uridine diphosphoglucose pyrophosphorylase) yngB BSU18180 Bacillus subtilis (strain 168) 297 +CAB13702.1 O31823 reviewed UPTA_BACSU Undecaprenyl phosphate transporter A (UndP transporter A) (Polyprenyl-phosphate transporter) uptA yngC BSU18190 Bacillus subtilis (strain 168) 198 +CAB13703.1 O31824 reviewed NRNB_BACSU Oligoribonuclease NrnB (EC 3.1.-.-) (NanoRNase B) nrnB yngD BSU18200 Bacillus subtilis (strain 168) 399 +CAB13704.2 O31825 reviewed YNGE_BACSU Uncharacterized carboxylase YngE (EC 6.4.1.-) yngE BSU18210 Bacillus subtilis (strain 168) 511 +CAB13705.1 O34893 reviewed YNGF_BACSU Putative enoyl-CoA hydratase/isomerase YngF yngF BSU18220 Bacillus subtilis (strain 168) 260 +CAB13706.1 O34873 reviewed HMGCL_BACSU Hydroxymethylglutaryl-CoA lyase YngG (HL) (HMG-CoA lyase) (EC 4.1.3.4) (3-hydroxy-3-methylglutarate-CoA lyase) yngG BSU18230 Bacillus subtilis (strain 168) 299 +CAX52627.1 C0H419 reviewed BLAP_BACSU Biotin/lipoyl attachment protein (BLAP) yngHB BSU18239 Bacillus subtilis (strain 168) 73 +CAB13707.1 O34544 reviewed ACCC2_BACSU Biotin carboxylase 2 (EC 6.3.4.14) (Acetyl-coenzyme A carboxylase biotin carboxylase subunit A 2) accC2 accC yngH BSU18240 Bacillus subtilis (strain 168) 444 +CAB13708.1 O31826 reviewed YNGI_BACSU Putative acyl-CoA synthetase YngI (EC 6.2.1.-) yngI BSU18250 Bacillus subtilis (strain 168) 549 +CAB13709.1 O34421 reviewed ACDC_BACSU Probable acyl-CoA dehydrogenase YngJ (EC 1.3.99.-) yngJ BSU18260 Bacillus subtilis (strain 168) 380 +CAB13710.1 O34356 reviewed YNZE_BACSU Uncharacterized protein YnzE ynzE BSU18270 Bacillus subtilis (strain 168) 101 +SOX90560.1 A0A2K4Z9J0 unreviewed A0A2K4Z9J0_BACSU Uncharacterized protein BSU_18275 HIR78_09925 Bacillus subtilis (strain 168) 57 +CAB13711.1 O35015 reviewed YNGK_BACSU Glycosyl hydrolase YngK (EC 3.2.1.-) yngK yotA BSU18280 Bacillus subtilis (strain 168) 510 +CAB13712.1 O34506 reviewed YNGL_BACSU UPF0713 protein YngL yngL BSU18290 Bacillus subtilis (strain 168) 130 +CAB13713.1 O31827 reviewed PPSE_BACSU Plipastatin synthase subunit E (EC 2.3.1.-) (Peptide synthase 5) [Includes: ATP-dependent isoleucine adenylase (IsoA) (Isoleucine activase)] ppsE pps5 BSU18300 Bacillus subtilis (strain 168) 1279 +CAB13714.2 P94459 reviewed PPSD_BACSU Plipastatin synthase subunit D (EC 2.3.1.-) (Peptide synthase 4) [Includes: ATP-dependent proline adenylase (ProA 1) (Proline activase 1); ATP-dependent glutamine adenylase (GlnA) (Glutamine activase); ATP-dependent tyrosine adenylase 2 (TyrA 2) (Tyrosine activase 2)] ppsD pps4 BSU18310 Bacillus subtilis (strain 168) 3603 +CAB13715.1 P39847 reviewed PPSC_BACSU Plipastatin synthase subunit C (EC 2.3.1.-) (Peptide synthase 3) [Includes: ATP-dependent glutamate adenylase 2 (GluA 2) (Glutamate activase 2); ATP-dependent alanine/valine adenylase (Ala/ValA) (Alanine/valine activase)] ppsC pps3 BSU18320 Bacillus subtilis (strain 168) 2555 +CAB13716.1 P39846 reviewed PPSB_BACSU Plipastatin synthase subunit B (EC 2.3.1.-) (Peptide synthase 2) [Includes: ATP-dependent tyrosine adenylase 1 (TyrA 1) (Tyrosine activase 1); ATP-dependent threonine adenylase (ThrA) (Threonine activase)] ppsB pps2 BSU18330 Bacillus subtilis (strain 168) 2560 +CAB13717.2 P39845 reviewed PPSA_BACSU Plipastatin synthase subunit A (EC 2.3.1.-) (Peptide synthase 1) [Includes: ATP-dependent glutamate adenylase 1 (GluA 1) (Glutamate activase 1); ATP-dependent ornithine adenylase (OrnA) (Ornithine activase)] ppsA pps1 BSU18340 Bacillus subtilis (strain 168) 2561 +CAB13718.1 P39844 reviewed DACC_BACSU D-alanyl-D-alanine carboxypeptidase DacC (DD-carboxypeptidase) (DD-peptidase) (EC 3.4.16.4) (Penicillin-binding protein 4a) (PBP-4a) dacC pbp BSU18350 Bacillus subtilis (strain 168) 491 +CAB13719.1 P39840 reviewed GALM_BACSU Aldose 1-epimerase (EC 5.1.3.3) (Galactose mutarotase) galM yoxA BSU18360 Bacillus subtilis (strain 168) 325 +CAB13720.2 O34474 reviewed YOEA_BACSU Probable multidrug resistance protein YoeA yoeA BSU18370 Bacillus subtilis (strain 168) 463 +CAB13721.2 O34841 reviewed YOEB_BACSU Uncharacterized protein YoeB yoeB BSU18380 Bacillus subtilis (strain 168) 181 +CAB13722.2 O35009 reviewed YOEC_BACSU Probable integrase/recombinase YoeC yoeC BSU18390 Bacillus subtilis (strain 168) 181 +CAB13723.1 O34555 reviewed YOED_BACSU Uncharacterized protein YoeD yoeD BSU18400 Bacillus subtilis (strain 168) 76 +CAB13724.1 P54422 reviewed GGT_BACSU Glutathione hydrolase proenzyme (EC 3.4.19.13) (Gamma-glutamyltranspeptidase proenzyme) (EC 2.3.2.2) [Cleaved into: Glutathione hydrolase large chain; Glutathione hydrolase small chain] ggt BSU18410 Bacillus subtilis (strain 168) 587 +CAB13725.1 O34685 reviewed YOFA_BACSU HTH-type transcriptional regulator YofA yofA BSU18420 Bacillus subtilis (strain 168) 285 +CAB13726.1 O35017 reviewed YOGA_BACSU Uncharacterized zinc-type alcohol dehydrogenase-like protein YogA (EC 1.-.-.-) yogA BSU18430 Bacillus subtilis (strain 168) 329 +CAB13727.2 O34399 reviewed GLTB_BACSU Glutamate synthase [NADPH] small chain (EC 1.4.1.13) (NADPH-GOGAT) gltB BSU18440 Bacillus subtilis (strain 168) 493 +CAB13728.2 P39812 reviewed GLTA_BACSU Glutamate synthase [NADPH] large chain (EC 1.4.1.13) (NADPH-GOGAT) gltA BSU18450 Bacillus subtilis (strain 168) 1520 +CAB13729.2 P20668 reviewed GLTC_BACSU Transcriptional dual regulator GltC (HTH-type transcriptional regulator GltC) gltC BSU18460 Bacillus subtilis (strain 168) 300 +CAB13740.1 O07509 reviewed PROJ_BACSU Glutamate 5-kinase 2 (EC 2.7.2.11) (Gamma-glutamyl kinase 2) (GK 2) proJ yohA BSU18470 Bacillus subtilis (strain 168) 371 +CAB13741.2 P0CI77 reviewed P5CR1_BACSU Pyrroline-5-carboxylate reductase 1 (P5C reductase 1) (P5CR 1) (EC 1.5.1.2) (PCA reductase 1) proH proC yoxE BSU18480 Bacillus subtilis (strain 168) 297 +CAB13742.1 P0CI76 reviewed RTP_BACSU Replication termination protein (Replication terminator protein) rtp BSU18490 Bacillus subtilis (strain 168) 122 +CAB13743.1 P14802 reviewed YOXD_BACSU Uncharacterized oxidoreductase YoxD (EC 1.-.-.-) yoxD BSU18500 Bacillus subtilis (strain 168) 238 +CAB13744.1 P28670 reviewed YOXC_BACSU Uncharacterized protein YoxC yoxC BSU18510 Bacillus subtilis (strain 168) 101 +CAB13745.1 P28671 reviewed YOXB_BACSU Uncharacterized protein YoxB (ORF119+) yoxB BSU18520 Bacillus subtilis (strain 168) 256 +CAB13746.2 O34569 reviewed YOAA_BACSU Uncharacterized N-acetyltransferase YoaA (EC 2.3.1.-) yoaA BSU18530 Bacillus subtilis (strain 168) 177 +CAB13747.1 O34864 reviewed YOAB_BACSU Putative transporter YoaB yoaB BSU18540 Bacillus subtilis (strain 168) 414 +CAB13748.1 O34861 reviewed YOAC_BACSU Putative sugar kinase YoaC (EC 2.7.1.-) yoaC BSU18550 Bacillus subtilis (strain 168) 487 +CAB13749.1 O34815 reviewed YOAD_BACSU Putative 2-hydroxyacid dehydrogenase YoaD (EC 1.1.1.-) yoaD BSU18560 Bacillus subtilis (strain 168) 344 +CAB13750.2 C0SP82 reviewed YOAE_BACSU Probable oxidoreductase YoaE (EC 1.-.-.-) yoaE BSU18570 Bacillus subtilis (strain 168) 680 +CAB13751.1 O31829 reviewed YOAF_BACSU Uncharacterized protein YoaF yoaF BSU18580 Bacillus subtilis (strain 168) 97 +CAB13752.1 O31830 reviewed YOAG_BACSU UPF0715 membrane protein YoaG yoaG BSU18590 Bacillus subtilis (strain 168) 134 +SOX90561.1 A0A2K4Z9I8 unreviewed A0A2K4Z9I8_BACSU Uncharacterized protein BSU_18595 HIR78_10095 Bacillus subtilis (strain 168) 39 +CCQ48597.1 L8E9J0 unreviewed L8E9J0_BACSU Biofilm-forming protein BSU_18596 HIR78_10100 Bacillus subtilis (strain 168) 40 +CAE01456.1 Q7WY68 reviewed YOZQ_BACSU Uncharacterized protein YozQ yozQ BSU18600 Bacillus subtilis (strain 168) 97 +CAB13753.2 C0SP89 reviewed YOAH_BACSU Putative methyl-accepting chemotaxis protein YoaH yoaH BSU18610 Bacillus subtilis (strain 168) 561 +CAB13754.2 C0SPC0 reviewed YOAI_BACSU Probable 4-hydroxyphenylacetate 3-monooxygenase (EC 1.14.14.9) (4-hydroxyphenylacetate 3-hydroxylase) (4-HPA 3-hydroxylase) yoaI BSU18620 Bacillus subtilis (strain 168) 483 +CAB13755.1 O34918 reviewed YOAJ_BACSU Expansin-YoaJ (EXLX1) yoaJ BSU18630 Bacillus subtilis (strain 168) 232 +CAB13756.1 O34343 reviewed YOAK_BACSU UPF0700 transmembrane protein YoaK yoaK BSU18640 Bacillus subtilis (strain 168) 225 +CAB13757.1 O34819 reviewed PEL1_BACSU Pectin lyase (PNL) (EC 4.2.2.10) pelB BSU18650 Bacillus subtilis (strain 168) 345 +CAB13758.1 O34906 reviewed YOAM_BACSU Abasic site processing protein YoaM (EC 3.4.-.-) yoaM BSU18660 Bacillus subtilis (strain 168) 227 +CAX52628.1 C0H420 reviewed YOZS_BACSU Putative membrane protein YozS yozS BSU18669 Bacillus subtilis (strain 168) 101 +CAB13759.1 O34767 reviewed OXDD_BACSU Oxalate decarboxylase OxdD (EC 4.1.1.2) oxdD yoaN BSU18670 Bacillus subtilis (strain 168) 392 +CAB13760.1 O34985 reviewed YOAO_BACSU Uncharacterized protein YoaO yoaO BSU18680 Bacillus subtilis (strain 168) 162 +SOX90562.1 A0A2K4Z9J4 unreviewed A0A2K4Z9J4_BACSU Uncharacterized protein BSU_18689 HIR78_10155 Bacillus subtilis (strain 168) 51 +CAB13761.1 O34983 reviewed YOAP_BACSU Uncharacterized N-acetyltransferase YoaP (EC 2.3.1.-) yoaP BSU18690 Bacillus subtilis (strain 168) 251 +CAB13762.1 O31831 reviewed YOAQ_BACSU Uncharacterized protein YoaQ yoaQ BSU18700 Bacillus subtilis (strain 168) 118 +CAX52629.1 C0H421 reviewed YOZT_BACSU Uncharacterized protein YozT yozT BSU18709 Bacillus subtilis (strain 168) 79 +CAB13763.2 O31832 reviewed YOZF_BACSU Uncharacterized protein YozF yozF BSU18710 Bacillus subtilis (strain 168) 165 +CAB13764.1 O34611 reviewed YOAR_BACSU Uncharacterized protein YoaR yoaR BSU18720 Bacillus subtilis (strain 168) 303 +CAB13765.1 O31833 reviewed YOAS_BACSU Uncharacterized membrane protein YoaS yoaS BSU18730 Bacillus subtilis (strain 168) 160 +CAB13766.1 O31834 reviewed YOZG_BACSU Uncharacterized HTH-type transcriptional regulator YozG yozG BSU18740 Bacillus subtilis (strain 168) 84 +CAB13767.1 O34535 reviewed YOAT_BACSU Uncharacterized protein YoaT yoaT BSU18750 Bacillus subtilis (strain 168) 264 +CAB13768.1 O34701 reviewed YOAU_BACSU Uncharacterized HTH-type transcriptional regulator YoaU yoaU BSU18760 Bacillus subtilis (strain 168) 290 +CAB13769.1 O34416 reviewed YOAV_BACSU Uncharacterized transporter YoaV yoaV BSU18770 Bacillus subtilis (strain 168) 292 +CAB13770.1 O34541 reviewed YOAW_BACSU Uncharacterized protein YoaW yoaW BSU18780 Bacillus subtilis (strain 168) 143 +CAB13771.1 O34947 reviewed YOAZ_BACSU Uncharacterized protease YoaZ (EC 3.2.-.-) yoaZ BSU18790 Bacillus subtilis (strain 168) 210 +CAB13772.1 P39824 reviewed BLAC_BACSU Beta-lactamase (EC 3.5.2.6) (Penicillinase) penP BSU18800 Bacillus subtilis (strain 168) 306 +CAB13773.1 O31835 reviewed YOBA_BACSU Uncharacterized protein YobA yobA BSU18810 Bacillus subtilis (strain 168) 120 +CAB13774.1 O31836 reviewed YOBB_BACSU Uncharacterized protein YobB yobB BSU18820 Bacillus subtilis (strain 168) 87 +CAB13775.1 O34309 reviewed PPS_BACSU Putative phosphoenolpyruvate synthase (Putative PEP synthase) (Pyruvate, water dikinase) pps BSU18830 Bacillus subtilis (strain 168) 866 +CAB13776.1 P18429 reviewed XYNA_BACSU Endo-1,4-beta-xylanase A (Xylanase A) (EC 3.2.1.8) (1,4-beta-D-xylan xylanohydrolase A) xynA BSU18840 Bacillus subtilis (strain 168) 213 +CAX52631.1 C0H423 reviewed YOZV_BACSU Uncharacterized membrane protein YozV yozV BSU18849 Bacillus subtilis (strain 168) 79 +CAB13777.1 O34647 reviewed YOBD_BACSU Uncharacterized HTH-type transcriptional regulator YobD yobD BSU18850 Bacillus subtilis (strain 168) 112 +CAB13778.2 O31837 reviewed YOZH_BACSU Uncharacterized protein YozH yozH BSU18860 Bacillus subtilis (strain 168) 118 +CAB13779.1 O31838 reviewed YOZI_BACSU Uncharacterized protein YozI yozI BSU18870 Bacillus subtilis (strain 168) 121 +CAB13780.1 O34915 reviewed YOBE_BACSU Abasic site processing protein YobE (EC 3.4.-.-) yobE BSU18880 Bacillus subtilis (strain 168) 219 +CAB13781.1 O34780 reviewed YOBF_BACSU Uncharacterized protein YobF yobF BSU18890 Bacillus subtilis (strain 168) 307 +CAX52632.1 C0H424 reviewed YOZW_BACSU Uncharacterized protein YozW yozW BSU18898 Bacillus subtilis (strain 168) 57 +CAX52633.1 C0H425 reviewed YOZX_BACSU Putative protein YozX yozX BSU18899 Bacillus subtilis (strain 168) 74 +CAB13782.1 O31839 reviewed YOZJ_BACSU Uncharacterized protein YozJ yozJ BSU18900 Bacillus subtilis (strain 168) 151 +CAX52634.1 C0H426 reviewed YOZY_BACSU Uncharacterized protein YozY yozY BSU18908 Bacillus subtilis (strain 168) 86 +CAB13783.1 O34930 reviewed RAPK_BACSU Regulatory protein RapK rapK yobG BSU18910 Bacillus subtilis (strain 168) 371 +CAB13784.1 O31840 reviewed PHRK_BACSU RapK inhibitor phrK BSU18920 Bacillus subtilis (strain 168) 40 +CAB13787.1 O31842 reviewed YOZL_BACSU Uncharacterized protein YozL yozL BSU18950 Bacillus subtilis (strain 168) 97 +CAB13788.1 O31843 reviewed YOZM_BACSU Prophage-derived-like uncharacterized protein YozM yozM BSU18960 Bacillus subtilis (strain 168) 111 +CAB13789.1 O34784 reviewed YOBI_BACSU Uncharacterized membrane protein YobI yobI BSU18970 Bacillus subtilis (strain 168) 1201 +SOX90563.1 A0A2K4Z9J5 reviewed BSRE_BACSU Small toxic protein BsrE bsrE BSU_18978 Bacillus subtilis (strain 168) 30 +CAB13790.1 O34774 reviewed YOBJ_BACSU Uncharacterized protein YobJ yobJ BSU18980 Bacillus subtilis (strain 168) 280 +CAB13791.1 O34596 reviewed YOBK_BACSU Immunity protein YobK yobK BSU18990 Bacillus subtilis (strain 168) 152 +CAB13792.1 O34330 reviewed YOBL_BACSU Toxin YobL (DNase YobL) yobL BSU19000 Bacillus subtilis (strain 168) 600 +CAB13793.3 O34377 reviewed YOBM_BACSU Uncharacterized protein YobM yobM BSU19010 Bacillus subtilis (strain 168) 185 +CAB13794.2 O34363 reviewed YOBN_BACSU Putative L-amino-acid oxidase YobN (EC 1.4.3.2) yobN BSU19020 Bacillus subtilis (strain 168) 478 +CAB13795.1 O34433 reviewed YOBO_BACSU Putative phage-related protein YobO yobO BSU19030 Bacillus subtilis (strain 168) 806 +CAB13796.1 P37584 reviewed CSAA_BACSU Probable chaperone CsaA csaA BSU19040 Bacillus subtilis (strain 168) 110 +CAB13797.1 O34901 reviewed YOBQ_BACSU Uncharacterized HTH-type transcriptional regulator YobQ yobQ BSU19050 Bacillus subtilis (strain 168) 241 +CAB13798.1 O34376 reviewed YOBR_BACSU Uncharacterized N-acetyltransferase YobR (EC 2.3.1.-) yobR BSU19060 Bacillus subtilis (strain 168) 247 +CAB13799.1 O34892 reviewed YOBS_BACSU Uncharacterized HTH-type transcriptional regulator YobS yobS BSU19070 Bacillus subtilis (strain 168) 191 +CAB13800.1 O34910 reviewed YOBT_BACSU Uncharacterized protein YobT (EC 3.-.-.-) yobT BSU19080 Bacillus subtilis (strain 168) 233 +CAB13801.1 O34637 reviewed YOBU_BACSU Putative transcriptional regulator protein YobU yobU BSU19090 Bacillus subtilis (strain 168) 160 +CAB13802.1 O34920 reviewed YOBV_BACSU Uncharacterized HTH-type transcriptional regulator YobV yobV BSU19100 Bacillus subtilis (strain 168) 313 +CAB13803.1 P94497 reviewed CSK22_BACSU Protein csk22 csk22 yobW BSU19110 Bacillus subtilis (strain 168) 181 +CAB13804.1 O31844 reviewed CZRA_BACSU HTH-type transcriptional repressor CzrA czrA yozA BSU19120 Bacillus subtilis (strain 168) 107 +CAB13805.1 O34636 reviewed YOCA_BACSU Uncharacterized membrane protein YocA yocA BSU19130 Bacillus subtilis (strain 168) 225 +CAB13806.1 O31845 reviewed YOZB_BACSU Uncharacterized membrane protein YozB yozB BSU19140 Bacillus subtilis (strain 168) 178 +CAB13807.1 O34516 reviewed YOCB_BACSU Uncharacterized protein YocB yocB BSU19150 Bacillus subtilis (strain 168) 260 +CAB13808.1 O35042 reviewed YOCC_BACSU Uncharacterized protein YocC yocC BSU19160 Bacillus subtilis (strain 168) 165 +CAB13809.1 O35046 reviewed YOCD_BACSU Putative carboxypeptidase YocD (EC 3.4.16.-) yocD BSU19170 Bacillus subtilis (strain 168) 325 +CAB13810.1 O34653 reviewed DES_BACSU Fatty acid desaturase (EC 1.14.19.-) (Delta(5) acyl-lipid desaturase) (Delta(5) desaturase) des desA yocE BSU19180 Bacillus subtilis (strain 168) 352 +CAB13811.1 O34757 reviewed DESK_BACSU Sensor histidine kinase DesK (EC 2.7.13.3) desK yocF BSU19190 Bacillus subtilis (strain 168) 370 +CAB13812.1 O34723 reviewed DESR_BACSU Transcriptional regulatory protein DesR desR yocG BSU19200 Bacillus subtilis (strain 168) 199 +CAB13813.1 O34669 reviewed YOCH_BACSU Cell wall-binding protein YocH yocH BSU19210 Bacillus subtilis (strain 168) 287 +CAB13814.1 O34748 reviewed RECQ_BACSU Probable ATP-dependent DNA helicase RecQ (EC 3.6.4.12) recQ yocI BSU19220 Bacillus subtilis (strain 168) 591 +CAB13815.1 O35022 reviewed AZOR1_BACSU FMN-dependent NADH:quinone oxidoreductase 1 (EC 1.6.5.-) (Azo-dye reductase 1) (FMN-dependent NADH-azo compound oxidoreductase 1) (FMN-dependent NADH-azoreductase 1) (EC 1.7.1.17) azoR1 yocJ BSU19230 Bacillus subtilis (strain 168) 208 +CAB13816.2 P80872 reviewed G16O_BACSU General stress protein 16O (GSP16O) yocK BSU19240 Bacillus subtilis (strain 168) 163 +CAB13817.1 O34976 reviewed YOCL_BACSU Uncharacterized protein YocL yocL BSU19250 Bacillus subtilis (strain 168) 110 +CAX52637.1 C0H429 reviewed YOYB_BACSU Uncharacterized protein YoyB yoyB BSU19259 Bacillus subtilis (strain 168) 75 +CAB13818.1 O34321 reviewed SLTSR_BACSU Salt stress-responsive protein YocM yocM BSU19260 Bacillus subtilis (strain 168) 158 +CAB13819.1 O31846 reviewed YOZN_BACSU Uncharacterized protein YozN yozN BSU19270 Bacillus subtilis (strain 168) 87 +CAB13820.1 O34855 reviewed YOCN_BACSU Uncharacterized protein YocN yocN BSU19280 Bacillus subtilis (strain 168) 77 +CAB13821.1 O31847 reviewed YOZO_BACSU Uncharacterized protein YozO yozO BSU19290 Bacillus subtilis (strain 168) 114 +CAB13822.1 O31848 reviewed YOZC_BACSU Uncharacterized protein YozC yozC BSU19300 Bacillus subtilis (strain 168) 67 +CAB13823.1 O34660 reviewed ALDH4_BACSU Putative aldehyde dehydrogenase DhaS (EC 1.2.1.3) dhaS BSU19310 Bacillus subtilis (strain 168) 495 +CAB13824.2 Q796C3 reviewed SQHC_BACSU Sporulenol synthase (EC 4.2.1.137) (Tetraprenyl-beta-curcumene cyclase) sqhC BSU19320 Bacillus subtilis (strain 168) 632 +CAB13825.1 O35023 reviewed SODF_BACSU Probable superoxide dismutase [Fe] (EC 1.15.1.1) sodF BSU19330 Bacillus subtilis (strain 168) 281 +CAB13826.1 O34383 reviewed YOCR_BACSU Uncharacterized sodium-dependent transporter YocR yocR BSU19340 Bacillus subtilis (strain 168) 445 +CAB13827.1 O34524 reviewed YOCS_BACSU Uncharacterized sodium-dependent transporter YocS yocS BSU19350 Bacillus subtilis (strain 168) 321 +CAB13828.2 P16263 reviewed ODO2_BACSU Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex (EC 2.3.1.61) (2-oxoglutarate dehydrogenase complex component E2) (OGDC-E2) (Dihydrolipoamide succinyltransferase component of 2-oxoglutarate dehydrogenase complex) odhB citM BSU19360 Bacillus subtilis (strain 168) 417 +CAB13829.3 P23129 reviewed ODO1_BACSU 2-oxoglutarate dehydrogenase E1 component (EC 1.2.4.2) (Alpha-ketoglutarate dehydrogenase) odhA citK BSU19370 Bacillus subtilis (strain 168) 944 +CAB13830.2 O31849 reviewed YOJO_BACSU Uncharacterized protein YojO yojO BSU19380 Bacillus subtilis (strain 168) 638 +CAB13831.1 O31850 reviewed YOJN_BACSU Uncharacterized protein YojN yojN BSU19390 Bacillus subtilis (strain 168) 304 +CAB13832.1 O31851 reviewed YOJM_BACSU Superoxide dismutase-like protein YojM yojM BSU19400 Bacillus subtilis (strain 168) 196 +CAB13833.1 O31852 reviewed CWLS_BACSU D-gamma-glutamyl-meso-diaminopimelic acid endopeptidase CwlS (EC 3.4.19.11) (Cell wall lytic enzyme associated with cell separation) cwlS yojL BSU19410 Bacillus subtilis (strain 168) 414 +CAB13834.2 O31853 reviewed YOJK_BACSU Uncharacterized UDP-glucosyltransferase YojK (EC 2.4.1.-) yojK BSU19420 Bacillus subtilis (strain 168) 405 +CAB13835.3 O31854 reviewed CDAS_BACSU Cyclic di-AMP synthase CdaS (c-di-AMP synthase) (EC 2.7.7.85) (Diadenylate cyclase) (DAC) cdaS dacB yojJ BSU19430 Bacillus subtilis (strain 168) 207 +CAB13836.1 O31855 reviewed NORM_BACSU Probable multidrug resistance protein NorM (Multidrug-efflux transporter) norM yojI BSU19440 Bacillus subtilis (strain 168) 452 +CAB13837.1 O31856 reviewed RSBRC_BACSU RsbT co-antagonist protein RsbRC (Stressosome protein RsbRC) rsbRC yojH BSU19450 Bacillus subtilis (strain 168) 282 +CAB13838.2 O31857 reviewed BSHB2_BACSU Probable N-acetyl-alpha-D-glucosaminyl L-malate deacetylase 2 (GlcNAc-Mal deacetylase 2) (EC 3.5.1.-) bshB2 yojG BSU19460 Bacillus subtilis (strain 168) 221 +CAB13839.1 O31858 reviewed YOJF_BACSU Uncharacterized protein YojF yojF BSU19470 Bacillus subtilis (strain 168) 116 +CAX52638.1 O68260 reviewed YOYC_BACSU Uncharacterized protein YoyC yoyC yojE BSU19479 Bacillus subtilis (strain 168) 92 +CAB13840.2 O31859 reviewed YOJE_BACSU Uncharacterized transporter YojE yojE yojD BSU19480 Bacillus subtilis (strain 168) 298 +CAE01457.1 Q7WY67 reviewed GERT_BACSU Spore germination protein GerT gerT yozR BSU19490 Bacillus subtilis (strain 168) 157 +CAB13842.1 O31861 reviewed YOJB_BACSU Uncharacterized protein YojB yojB BSU19510 Bacillus subtilis (strain 168) 78 +CAB13843.1 O31862 reviewed YOJA_BACSU Uncharacterized permease YojA yojA BSU19520 Bacillus subtilis (strain 168) 444 +CAB13844.1 O34882 reviewed YOLI_BACSU Probable tautomerase YolI (EC 5.3.2.-) yolI yodA BSU19530 Bacillus subtilis (strain 168) 129 +CAB13845.1 O34844 reviewed YODB_BACSU HTH-type transcriptional regulator YodB yodB BSU19540 Bacillus subtilis (strain 168) 112 +CAB13846.1 P81102 reviewed YODC_BACSU Putative NAD(P)H nitroreductase YodC (EC 1.-.-.-) yodC yolG BSU19550 Bacillus subtilis (strain 168) 202 +CAB13847.1 O34842 reviewed MHQD_BACSU Putative hydrolase MhqD (EC 3.1.-.-) mhqD yodD yolF BSU19560 Bacillus subtilis (strain 168) 200 +CAB13848.1 O34543 reviewed MHQE_BACSU Putative ring-cleaving dioxygenase MhqE (EC 1.13.11.-) mhqE yodE BSU19570 Bacillus subtilis (strain 168) 303 +CAX52639.1 C0H431 reviewed YOYD_BACSU Uncharacterized membrane protein YoyD yoyD BSU19579 Bacillus subtilis (strain 168) 66 +CAB13849.1 O34745 reviewed YODF_BACSU Uncharacterized symporter YodF yodF BSU19580 Bacillus subtilis (strain 168) 496 +CAB13850.1 O34666 reviewed CTPA_BACSU Carboxy-terminal processing protease CtpA (C-terminal processing protease) (EC 3.4.21.102) ctpA orfRM1 BSU19590 Bacillus subtilis (strain 168) 466 +CAB13851.1 O34954 reviewed YODH_BACSU Uncharacterized methyltransferase YodH (EC 2.1.1.-) yodH yolB BSU19600 Bacillus subtilis (strain 168) 233 +CAB13852.1 O34654 reviewed YODI_BACSU Uncharacterized protein YodI yodI yolA BSU19610 Bacillus subtilis (strain 168) 83 +CAB13853.1 O34866 reviewed YODJ_BACSU Putative carboxypeptidase YodJ (EC 3.4.-.-) yodJ yokZ BSU19620 Bacillus subtilis (strain 168) 273 +CAB13854.1 O34925 reviewed DEOD_BACSU Purine nucleoside phosphorylase DeoD-type (PNP) (EC 2.4.2.1) (Purine nucleoside phosphorylase II) (PU-NPase II) deoD punB BSU19630 Bacillus subtilis (strain 168) 233 +CAX52640.1 C0H432 reviewed YOYE_BACSU Uncharacterized protein YoyE yoyE BSU19639 Bacillus subtilis (strain 168) 41 +CAB13855.2 O30472 reviewed YODL_BACSU Uncharacterized protein YodL yodL yokX BSU19640 Bacillus subtilis (strain 168) 104 +CAB13856.1 O34349 reviewed PGPB_BACSU Phosphatidylglycerophosphatase B (EC 3.1.3.27) pgpB yodM BSU19650 Bacillus subtilis (strain 168) 203 +CAB13857.1 O31863 reviewed YOZD_BACSU Uncharacterized protein YozD yozD BSU19660 Bacillus subtilis (strain 168) 58 +CAX52641.1 C0H433 reviewed YOYF_BACSU Uncharacterized membrane protein YoyF yoyF BSU19669 Bacillus subtilis (strain 168) 47 +CAB13858.1 O34414 reviewed YODN_BACSU Uncharacterized protein YodN yodN yokV BSU19670 Bacillus subtilis (strain 168) 226 +CAB13859.1 O31864 reviewed YOZE_BACSU UPF0346 protein YozE yozE BSU19680 Bacillus subtilis (strain 168) 74 +CAX52642.1 C0H434 reviewed YOKU_BACSU Uncharacterized protein YokU yokU BSU19689 Bacillus subtilis (strain 168) 92 +CAB13860.1 O34676 reviewed KAMA_BACSU L-lysine 2,3-aminomutase (LAM) (EC 5.4.3.2) (KAM) kamA BSU19690 Bacillus subtilis (strain 168) 471 +CAB13861.1 O34895 reviewed YODP_BACSU N-acetyltransferase YodP (EC 2.3.1.-) (Beta-lysine N(6)-acetyltransferase) (EC 2.3.1.264) yodP yokR BSU19700 Bacillus subtilis (strain 168) 275 +CAB13862.1 O34984 reviewed YODQ_BACSU Uncharacterized metallohydrolase YodQ (EC 3.-.-.-) yodQ argE yokP BSU19710 Bacillus subtilis (strain 168) 436 +CAB13863.1 O34466 reviewed YODR_BACSU Probable coenzyme A transferase subunit beta (EC 2.8.3.-) (Probable CoA-transferase subunit beta) yodR yokO BSU19720 Bacillus subtilis (strain 168) 217 +CAB13864.1 O34317 reviewed YODS_BACSU Probable coenzyme A transferase subunit alpha (EC 2.8.3.-) (Probable CoA-transferase subunit alpha) yodS yokN BSU19730 Bacillus subtilis (strain 168) 229 +CAB13865.1 O34662 reviewed YODT_BACSU Uncharacterized aminotransferase YodT (EC 2.6.-.-) yodT yokM BSU19740 Bacillus subtilis (strain 168) 444 +SOX90564.1 A0A2K4Z9J2 unreviewed A0A2K4Z9J2_BACSU Uncharacterized protein BSU_19745 HIR78_12035 Bacillus subtilis (strain 168) 51 +CAB13866.1 P42093 reviewed CGEE_BACSU Uncharacterized N-acetyltransferase CgeE (EC 2.3.1.-) cgeE cgeBC BSU19750 Bacillus subtilis (strain 168) 259 +CAB13867.1 P42092 reviewed CGED_BACSU Protein CgeD cgeD cgeBB BSU19760 Bacillus subtilis (strain 168) 426 +CAB13868.1 P42091 reviewed CGEC_BACSU Protein CgeC cgeC cgeBA BSU19770 Bacillus subtilis (strain 168) 101 +CAB13869.1 P42089 reviewed CGEA_BACSU Protein CgeA cgeA cgeAA BSU19780 Bacillus subtilis (strain 168) 133 +CAB13870.2 P42090 reviewed CGEB_BACSU Protein CgeB cgeB cgeAB BSU19790 Bacillus subtilis (strain 168) 317 +CAB13871.1 P42094 reviewed PHYT_BACSU 3-phytase (EC 3.1.3.8) (Myo-inositol-hexaphosphate 3-phosphohydrolase) (Phytate 3-phosphatase) phy yodV yzxA BSU19800 Bacillus subtilis (strain 168) 382 +CAB13873.1 O34850 reviewed YOTN_BACSU SPbeta prophage-derived uncharacterized protein YotN yotN yokJ BSU19820 Bacillus subtilis (strain 168) 58 +CAB13874.1 O34820 reviewed YOTM_BACSU SPbeta prophage-derived uncharacterized protein YotM yotM yodV yokI BSU19830 Bacillus subtilis (strain 168) 195 +CAB13875.1 O31865 reviewed YOTL_BACSU SPbeta prophage-derived uncharacterized HTH-type transcriptional regulator YotL yotL yokH BSU19840 Bacillus subtilis (strain 168) 80 +CAB13876.1 O31866 reviewed YOTK_BACSU SPbeta prophage-derived uncharacterized protein YotK yotK BSU19850 Bacillus subtilis (strain 168) 61 +CAB13877.1 O34699 reviewed YOTJ_BACSU SPbeta prophage-derived uncharacterized protein YotJ yotJ yokG BSU19860 Bacillus subtilis (strain 168) 70 +CAB13878.1 Q796A8 reviewed YOTI_BACSU SPbeta prophage-derived uncharacterized protein YotI yotI yodW yokF BSU19870 Bacillus subtilis (strain 168) 120 +CAB13879.1 O31867 reviewed YOTH_BACSU SPbeta prophage-derived uncharacterized membrane protein YotH yotH BSU19880 Bacillus subtilis (strain 168) 57 +CAB13880.1 O31868 reviewed YOTG_BACSU Uncharacterized SPbeta prophage-derived protein YotG yotG BSU19890 Bacillus subtilis (strain 168) 105 +CAB13881.1 O31869 reviewed YOTF_BACSU SPbeta prophage-derived uncharacterized protein YotF yotF BSU19900 Bacillus subtilis (strain 168) 25 +CAB13882.1 O31870 reviewed YOTE_BACSU SPbeta prophage-derived uncharacterized protein YotE yotE BSU19910 Bacillus subtilis (strain 168) 48 +SOX90565.1 A0A2K4Z9J6 unreviewed A0A2K4Z9J6_BACSU Uncharacterized protein BSU_19915 Bacillus subtilis (strain 168) 63 +CAB13883.1 O34407 reviewed YOTD_BACSU SPbeta prophage-derived uncharacterized protein YotD yotD yokD BSU19920 Bacillus subtilis (strain 168) 43 +CAB13884.1 O34702 reviewed YOTC_BACSU SPbeta prophage-derived uncharacterized protein YotC yotC yokC BSU19930 Bacillus subtilis (strain 168) 63 +CAB13885.1 O34642 reviewed YOTB_BACSU SPbeta prophage-derived uncharacterized protein YotB yotB yokB BSU19940 Bacillus subtilis (strain 168) 275 +CAB13886.1 P02958 reviewed SSPC_BACSU Small, acid-soluble spore protein C (SASP) sspC BSU19950 Bacillus subtilis (strain 168) 72 +CAB13888.1 P68583 reviewed YOSX_BACSU SPbeta prophage-derived uncharacterized protein YosX yosX yojZ BSU19970 Bacillus subtilis (strain 168) 117 +CAB13889.1 O31872 reviewed YOSW_BACSU SPbeta prophage-derived uncharacterized membrane protein YosW yosW BSU19980 Bacillus subtilis (strain 168) 113 +CAB13890.1 O34537 reviewed YOSV_BACSU SPbeta prophage-derived uncharacterized protein YosV yosV yojX BSU19990 Bacillus subtilis (strain 168) 96 +CAX52644.1 O30602 reviewed YOJW_BACSU Uncharacterized protein YojW yojW BSU19999 Bacillus subtilis (strain 168) 55 +CAB13891.1 O31873 reviewed YOSU_BACSU Uncharacterized protein YosU yosU BSU20000 Bacillus subtilis (strain 168) 81 +CAB13892.1 O34775 reviewed YOST_BACSU SPbeta prophage-derived putative transcriptional regulator YosT yosT yojV BSU20010 Bacillus subtilis (strain 168) 149 +CAB13893.1 O34919 reviewed YOSS_BACSU SPbeta prophage-derived deoxyuridine 5'-triphosphate nucleotidohydrolase YosS (dUTPase) (EC 3.6.1.23) (dUTP pyrophosphatase) yosS yojU BSU20020 Bacillus subtilis (strain 168) 142 +CAB13896.2 O30601 reviewed YOSP_BACSU SPbeta prophage-derived ribonucleoside-diphosphate reductase subunit beta (EC 1.17.4.1) (Ribonucleotide reductase small subunit) yosP yojQ/yojS BSU20040 Bacillus subtilis (strain 168) 329 +CAB13895.1 O34479 reviewed YOSQ_BACSU SPbeta prophage-derived putative HNH homing endonuclease YosQ (EC 3.1.-.-) yosQ yojR BSU20050 Bacillus subtilis (strain 168) 173 +CAB13898.2 O31875 reviewed NRDEB_BACSU Ribonucleoside-diphosphate reductase NrdEB subunit alpha (EC 1.17.4.1) (Ribonucleotide reductase large subunit) [Cleaved into: Bsu nrdEB intein] nrdEB yojP yosN BSU20060 Bacillus subtilis (strain 168) 1084 +CAB13900.1 O31877 reviewed YOSL_BACSU SPbeta prophage-derived uncharacterized protein YosL yosL BSU20080 Bacillus subtilis (strain 168) 117 +CAB13901.1 O31878 reviewed YOSK_BACSU SPbeta prophage-derived uncharacterized protein YosK yosK BSU20090 Bacillus subtilis (strain 168) 66 +CAB13902.1 O31879 reviewed YOSJ_BACSU SPbeta prophage-derived uncharacterized protein YosJ yosJ BSU20100 Bacillus subtilis (strain 168) 64 +CAB13903.1 O31880 reviewed YOSI_BACSU SPbeta prophage-derived uncharacterized protein YosI yosI BSU20110 Bacillus subtilis (strain 168) 44 +CAB13904.1 O31881 reviewed YOSH_BACSU SPbeta prophage-derived uncharacterized protein YosH yosH BSU20120 Bacillus subtilis (strain 168) 156 +CAB13905.1 O31882 reviewed YOSG_BACSU SPbeta prophage-derived uncharacterized protein YosG yosG BSU20130 Bacillus subtilis (strain 168) 120 +CAB13906.1 O31883 reviewed YOSF_BACSU SPbeta prophage-derived uncharacterized protein YosF yosF BSU20140 Bacillus subtilis (strain 168) 41 +CAB13907.1 O31884 reviewed YOSE_BACSU SPbeta prophage-derived uncharacterized membrane protein YosE yosE BSU20150 Bacillus subtilis (strain 168) 115 +CAB13908.1 O31885 reviewed YOSD_BACSU SPbeta prophage-derived uncharacterized protein YosD yosD BSU20160 Bacillus subtilis (strain 168) 131 +CAB13909.1 O31886 reviewed YOSC_BACSU SPbeta prophage-derived uncharacterized protein YosC yosC BSU20170 Bacillus subtilis (strain 168) 180 +CAB13910.1 O31887 reviewed YOSB_BACSU SPbeta prophage-derived uncharacterized protein YosB yosB BSU20180 Bacillus subtilis (strain 168) 59 +CAB13911.1 O31888 reviewed YOSA_BACSU SPbeta prophage-derived membrane protein YosA yosA BSU20190 Bacillus subtilis (strain 168) 39 +CAB13912.1 O31889 reviewed YORZ_BACSU SPbeta prophage-derived uncharacterized protein YorZ yorZ BSU20200 Bacillus subtilis (strain 168) 70 +CAB13913.1 O31890 reviewed YORY_BACSU SPbeta prophage-derived uncharacterized protein YorY yorY BSU20210 Bacillus subtilis (strain 168) 60 +CAB13914.1 O31891 reviewed YORX_BACSU SPbeta prophage-derived uncharacterized protein YorX yorX BSU20220 Bacillus subtilis (strain 168) 75 +CAB13915.1 O31892 reviewed YORW_BACSU SPbeta prophage-derived uncharacterized protein YorW yorW BSU20230 Bacillus subtilis (strain 168) 121 +CAB13916.1 O31893 reviewed YORV_BACSU SPbeta prophage-derived uncharacterized protein YorV yorV BSU20240 Bacillus subtilis (strain 168) 72 +CAB13917.1 P68585 reviewed MTBP_BACSU Putative type II methyltransferase M.BsuMIIP (M.BsuMIIP) (EC 2.1.1.37) (Cytosine-specific methyltransferase Phi3TI) (Phi-3T prophage-derived modification methylase Phi3TI) (M.Phi3TI) mtbP BSU20250 Bacillus subtilis (strain 168) 443 +CAB13918.1 O31894 reviewed YORT_BACSU SPbeta prophage-derived uncharacterized protein YorT yorT BSU20260 Bacillus subtilis (strain 168) 39 +CAB13919.1 P68522 reviewed 53DR_BACSU 5'(3')-deoxyribonucleotidase (EC 3.1.3.-) (Putative SPbeta prophage-derived 5'(3')-deoxyribonucleotidase) yorS BSU20270 Bacillus subtilis (strain 168) 172 +CAB13920.1 O31896 reviewed YORR_BACSU SPbeta prophage-derived uncharacterized protein YorR yorR BSU20280 Bacillus subtilis (strain 168) 165 +CAB13921.1 O31897 reviewed YORQ_BACSU SPbeta prophage-derived uncharacterized protein YorQ yorQ BSU20290 Bacillus subtilis (strain 168) 51 +CAB13922.1 O31898 reviewed YORP_BACSU SPbeta prophage-derived uncharacterized protein YorP yorP BSU20300 Bacillus subtilis (strain 168) 71 +CAB13923.1 O31899 reviewed YORO_BACSU SPbeta prophage-derived uncharacterized protein YorO yorO BSU20310 Bacillus subtilis (strain 168) 65 +CAB13924.1 O31900 reviewed YORN_BACSU SPbeta prophage-derived uncharacterized protein YorN yorN BSU20320 Bacillus subtilis (strain 168) 49 +CAB13925.1 O31901 reviewed YORM_BACSU SPbeta prophage-derived uncharacterized protein YorM yorM BSU20330 Bacillus subtilis (strain 168) 238 +CAB13926.1 O31902 reviewed YORL_BACSU Probable DNA polymerase YorL (EC 2.7.7.7) yorL BSU20340 Bacillus subtilis (strain 168) 1305 +CAB13927.1 O31903 reviewed YORK_BACSU Putative SPbeta prophage-derived single-strand DNA-specific exonuclease YorK (EC 3.1.-.-) yorK BSU20350 Bacillus subtilis (strain 168) 576 +CAB13928.1 O31904 reviewed YORJ_BACSU SPbeta prophage-derived uncharacterized protein YorJ yorJ BSU20360 Bacillus subtilis (strain 168) 378 +CAB13929.1 O31905 reviewed YORI_BACSU SPbeta prophage-derived uncharacterized protein YorI yorI BSU20370 Bacillus subtilis (strain 168) 504 +CAB13930.1 O31906 reviewed YORH_BACSU SPbeta prophage-derived uncharacterized protein YorH yorH BSU20380 Bacillus subtilis (strain 168) 156 +CAB13931.1 O31907 reviewed YORG_BACSU SPbeta prophage-derived uncharacterized protein YorG yorG BSU20390 Bacillus subtilis (strain 168) 323 +CAB13932.1 O31908 reviewed YORF_BACSU SPbeta prophage-derived uncharacterized protein YorF yorF BSU20400 Bacillus subtilis (strain 168) 304 +CAB13933.1 O31909 reviewed YORE_BACSU SPbeta prophage-derived uncharacterized protein YorE yorE BSU20410 Bacillus subtilis (strain 168) 123 +CAB13934.1 P68575 reviewed SCP1_BACSU SPbeta prophage-derived stress response protein SCP1 yorD BSU20420 Bacillus subtilis (strain 168) 104 +CAB13935.1 O31910 reviewed YORC_BACSU SPbeta prophage-derived uncharacterized protein YorC yorC BSU20430 Bacillus subtilis (strain 168) 126 +CAB13936.1 O31911 reviewed YORB_BACSU SPbeta prophage-derived uncharacterized protein YorB yorB BSU20440 Bacillus subtilis (strain 168) 98 +CAB13937.1 O31912 reviewed YORA_BACSU SPbeta prophage-derived uncharacterized protein YorA yorA BSU20450 Bacillus subtilis (strain 168) 586 +CAB13938.1 O31913 reviewed YOQZ_BACSU SPbeta prophage-derived UPF0714 protein YoqZ yoqZ BSU20460 Bacillus subtilis (strain 168) 274 +CAB13939.1 O31914 reviewed YOQY_BACSU SPbeta prophage-derived uncharacterized protein YoqY yoqY BSU20470 Bacillus subtilis (strain 168) 131 +CAB13940.1 O31915 reviewed YOQX_BACSU SPbeta prophage-derived uncharacterized protein YoqX yoqX BSU20480 Bacillus subtilis (strain 168) 73 +CAB13941.1 O31916 reviewed YOQW_BACSU Abasic site processing protein YoqW (EC 3.4.-.-) yoqW BSU20490 Bacillus subtilis (strain 168) 224 +CAB13942.1 O31917 reviewed LIGB_BACSU SPbeta prophage-derived DNA ligase-like protein LigB ligB yoqV BSU20500 Bacillus subtilis (strain 168) 270 +CAB13943.1 O31918 reviewed YOQU_BACSU SPbeta prophage-derived uncharacterized protein YoqU yoqU BSU20510 Bacillus subtilis (strain 168) 137 +CAB13944.1 O31919 reviewed YOQT_BACSU SPbeta prophage-derived uncharacterized protein YoqT yoqT BSU20520 Bacillus subtilis (strain 168) 49 +CAB13945.1 O31920 reviewed YOQS_BACSU SPbeta prophage-derived uncharacterized protein YoqS yoqS BSU20530 Bacillus subtilis (strain 168) 115 +CAB13946.1 O31921 reviewed YOQR_BACSU SPbeta prophage-derived uncharacterized protein YoqR yoqR BSU20540 Bacillus subtilis (strain 168) 118 +CAB13947.1 O31922 reviewed YOQP_BACSU SPbeta prophage-derived uncharacterized protein YoqP yoqP BSU20550 Bacillus subtilis (strain 168) 113 +CAB13948.1 O31923 reviewed YOQO_BACSU SPbeta prophage-derived uncharacterized protein YoqO yoqO BSU20560 Bacillus subtilis (strain 168) 124 +CAB13949.1 O31924 reviewed YOQN_BACSU SPbeta prophage-derived uncharacterized protein YoqN yoqN BSU20570 Bacillus subtilis (strain 168) 72 +CAB13950.1 O31925 reviewed YOQM_BACSU SPbeta prophage-derived uncharacterized protein YoqM yoqM BSU20580 Bacillus subtilis (strain 168) 92 +CAB13951.1 O34581 reviewed YOQL_BACSU SPbeta prophage-derived putative HNH endonuclease YoqL (EC 3.1.-.-) yoqL BSU20590 Bacillus subtilis (strain 168) 230 +CAB13952.1 O34326 reviewed YOQK_BACSU SPbeta prophage-derived uncharacterized protein YoqK yoqK BSU20600 Bacillus subtilis (strain 168) 67 +CAB13953.1 O34359 reviewed YOQJ_BACSU Uncharacterized SPbeta prophage-derived protein YoqJ yoqJ BSU20610 Bacillus subtilis (strain 168) 171 +CAB13954.1 O34339 reviewed YOQI_BACSU SPbeta prophage-derived uncharacterized protein YoqI yoqI BSU20620 Bacillus subtilis (strain 168) 64 +CAB13955.1 O34999 reviewed YOQH_BACSU SPbeta prophage-derived uncharacterized protein YoqH yoqH BSU20630 Bacillus subtilis (strain 168) 150 +CAB13956.1 O35030 reviewed YOQG_BACSU SPbeta prophage-derived uncharacterized protein YoqG yoqG BSU20640 Bacillus subtilis (strain 168) 85 +CAB13957.1 O34584 reviewed YOQF_BACSU SPbeta prophage-derived uncharacterized protein YoqF yoqF BSU20650 Bacillus subtilis (strain 168) 67 +CAB13958.1 O34429 reviewed YOQE_BACSU SPbeta prophage-derived uncharacterized protein YoqE yoqE BSU20660 Bacillus subtilis (strain 168) 54 +CAB13959.1 O34449 reviewed YOQD_BACSU SPbeta prophage-derived putative antirepressor protein YoqD yoqD BSU20670 Bacillus subtilis (strain 168) 251 +CAB13960.1 O34834 reviewed YOQC_BACSU SPbeta prophage-derived uncharacterized protein YoqC yoqC BSU20680 Bacillus subtilis (strain 168) 135 +CAB13961.1 O34831 reviewed YOQB_BACSU SPbeta prophage-derived uncharacterized protein YoqB yoqB BSU20690 Bacillus subtilis (strain 168) 112 +CAB13962.1 O34988 reviewed YOQA_BACSU SPbeta prophage-derived uncharacterized protein YoqA yoqA BSU20700 Bacillus subtilis (strain 168) 116 +CAB13963.1 O34509 reviewed YOPZ_BACSU SPbeta prophage-derived uncharacterized protein YopZ yopZ BSU20710 Bacillus subtilis (strain 168) 67 +CAB13964.1 O34730 reviewed YOPY_BACSU SPbeta prophage-derived uncharacterized protein YopY yopY BSU20720 Bacillus subtilis (strain 168) 92 +CAB13965.1 O34401 reviewed YOPX_BACSU SPbeta prophage-derived uncharacterized protein YopX yopX BSU20730 Bacillus subtilis (strain 168) 134 +CAB13966.1 O34838 reviewed YOPW_BACSU SPbeta prophage-derived uncharacterized protein YopW yopW BSU20740 Bacillus subtilis (strain 168) 111 +CAB13967.1 O34869 reviewed YOPV_BACSU SPbeta prophage-derived uncharacterized protein YopV yopV BSU20750 Bacillus subtilis (strain 168) 64 +CAB13968.1 O34937 reviewed YOPU_BACSU SPbeta prophage-derived uncharacterized protein YopU yopU BSU20760 Bacillus subtilis (strain 168) 65 +CAB13969.1 O34498 reviewed YOPT_BACSU SPbeta prophage-derived uncharacterized protein YopT yopT BSU20770 Bacillus subtilis (strain 168) 72 +CAB13970.1 O34766 reviewed YOPS_BACSU SPbeta prophage-derived uncharacterized HTH-type transcriptional regulator YopS yopS BSU20780 Bacillus subtilis (strain 168) 74 +CAB13971.2 O34558 reviewed YOPR_BACSU SPbeta prophage-derived uncharacterized protein YopR yopR BSU20790 Bacillus subtilis (strain 168) 325 +CAB13972.1 O34448 reviewed YOPQ_BACSU SPbeta prophage-derived uncharacterized protein YopQ yopQ BSU20800 Bacillus subtilis (strain 168) 460 +CAB13973.1 O34336 reviewed YOPP_BACSU SPbeta prophage-derived probable integrase/recombinase YopP yopP BSU20810 Bacillus subtilis (strain 168) 358 +CAB13974.1 O34791 reviewed YOPO_BACSU SPbeta prophage-derived uncharacterized HTH-type transcriptional regulator YopO yopO BSU20820 Bacillus subtilis (strain 168) 70 +CAB13975.1 P68581 reviewed YOPN_BACSU SPbeta prophage-derived uncharacterized protein YopN yopN BSU20830 Bacillus subtilis (strain 168) 105 +CAB13976.1 O34605 reviewed YOPM_BACSU SPbeta prophage-derived uncharacterized protein YopM yopM BSU20840 Bacillus subtilis (strain 168) 66 +CAB14003.1 O31926 reviewed YOPL_BACSU SPbeta prophage-derived uncharacterized protein YopL yopL BSU20850 Bacillus subtilis (strain 168) 41 +CAB14004.1 O31927 reviewed YOPK_BACSU SPbeta prophage-derived uncharacterized protein YopK yopK BSU20860 Bacillus subtilis (strain 168) 386 +CAB14005.1 O31928 reviewed YOPJ_BACSU SPbeta prophage-derived uncharacterized protein YopJ yopJ BSU20870 Bacillus subtilis (strain 168) 138 +CAB14006.1 O31929 reviewed YOPI_BACSU SPbeta prophage-derived uncharacterized protein YopI yopI BSU20880 Bacillus subtilis (strain 168) 177 +CAB14007.1 O31930 reviewed YOPH_BACSU SPbeta prophage-derived uncharacterized protein YopH yopH BSU20890 Bacillus subtilis (strain 168) 178 +CAB14008.1 O31931 reviewed YOPG_BACSU SPbeta prophage-derived uncharacterized protein YopG yopG BSU20900 Bacillus subtilis (strain 168) 43 +CAB14009.1 O31932 reviewed YOPF_BACSU SPbeta prophage-derived uncharacterized protein YopF yopF BSU20910 Bacillus subtilis (strain 168) 71 +CAB14010.1 O31933 reviewed YOPE_BACSU SPbeta prophage-derived uncharacterized protein YopE yopE BSU20920 Bacillus subtilis (strain 168) 83 +CAX52645.1 C0H437 reviewed YOYH_BACSU Uncharacterized protein YoyH yoyH BSU20928 Bacillus subtilis (strain 168) 59 +CAX52646.1 C0H438 reviewed YOYI_BACSU Uncharacterized membrane protein YoyI yoyI BSU20929 Bacillus subtilis (strain 168) 76 +CAB14011.1 O31934 reviewed YOPD_BACSU SPbeta prophage-derived UPF0715 membrane protein YopD yopD BSU20930 Bacillus subtilis (strain 168) 131 +CAB14012.1 O31935 reviewed YOPC_BACSU Putative toxin YopC (SPbeta prophage-derived protein YopC) yopC BSU20940 Bacillus subtilis (strain 168) 442 +CAB14013.1 O31936 reviewed YOPB_BACSU Putative antitoxin YopB (SPbeta prophage-derived protein YopB) yopB BSU20950 Bacillus subtilis (strain 168) 75 +CAB14014.1 O31937 reviewed YOPA_BACSU SPbeta prophage-derived uncharacterized protein YopA yopA BSU20960 Bacillus subtilis (strain 168) 438 +CAB14015.1 O31938 reviewed YONX_BACSU SPbeta prophage-derived uncharacterized protein YonX yonX BSU20970 Bacillus subtilis (strain 168) 168 +CAB14016.1 O31939 reviewed YONV_BACSU SPbeta prophage-derived uncharacterized protein YonV yonV BSU20980 Bacillus subtilis (strain 168) 410 +CAB14017.1 O31940 reviewed YONU_BACSU SPbeta prophage-derived uncharacterized protein YonU yonU BSU20990 Bacillus subtilis (strain 168) 62 +CAX52647.1 C0H439 reviewed YOYJ_BACSU Uncharacterized membrane protein YoyJ yoyJ BSU20999 Bacillus subtilis (strain 168) 83 +CAB14018.1 O31941 reviewed YONT_BACSU SPbeta prophage-derived uncharacterized protein YonT yonT BSU21000 Bacillus subtilis (strain 168) 58 +CAB14019.1 O31942 reviewed YONS_BACSU SPbeta prophage-derived uncharacterized lipoprotein YonS yonS BSU21010 Bacillus subtilis (strain 168) 203 +CAB14020.1 O31943 reviewed YONR_BACSU SPbeta prophage-derived uncharacterized HTH-type transcriptional regulator YonR yonR BSU21020 Bacillus subtilis (strain 168) 108 +CAB14021.1 O31944 reviewed YONP_BACSU SPbeta prophage-derived uncharacterized protein YonP yonP BSU21030 Bacillus subtilis (strain 168) 64 +CAB14022.1 O31945 reviewed YONO_BACSU DNA-directed RNA polymerase YonO (EC 2.7.7.6) (DNA-dependent RNA polymerase YonO) (SPbeta prophage-derived protein YonO) yonO BSU21040 Bacillus subtilis (strain 168) 839 +CAB14023.1 P68573 reviewed DBH2_BACSU SPbeta prophage-derived DNA-binding protein HU 2 hup2 yonN BSU21050 Bacillus subtilis (strain 168) 92 +SOX90566.1 A0A2K4Z9I9 unreviewed A0A2K4Z9I9_BACSU Uncharacterized protein BSU_21058 HIR78_12725 Bacillus subtilis (strain 168) 56 +CAB14024.1 O31947 reviewed YONK_BACSU SPbeta prophage-derived uncharacterized protein YonK yonK BSU21060 Bacillus subtilis (strain 168) 63 +CAB14025.2 O31948 reviewed YONJ_BACSU SPbeta prophage-derived uncharacterized protein YonJ yonJ BSU21070 Bacillus subtilis (strain 168) 405 +CAB14026.1 O31949 reviewed YONI_BACSU SPbeta prophage-derived uncharacterized protein YonI yonI BSU21080 Bacillus subtilis (strain 168) 136 +CAB14027.1 O31950 reviewed YONH_BACSU SPbeta prophage-derived uncharacterized protein YonH yonH BSU21090 Bacillus subtilis (strain 168) 166 +CAB14028.1 O31951 reviewed YONG_BACSU SPbeta prophage-derived uncharacterized protein YonG yonG BSU21100 Bacillus subtilis (strain 168) 306 +CAB14029.1 O31952 reviewed YONF_BACSU SPbeta prophage-derived uncharacterized protein YonF yonF BSU21110 Bacillus subtilis (strain 168) 589 +CAB14030.1 O31953 reviewed YONE_BACSU SPbeta prophage-derived uncharacterized protein YonE yonE BSU21120 Bacillus subtilis (strain 168) 506 +CAB14031.1 O31954 reviewed YOND_BACSU SPbeta prophage-derived uncharacterized protein YonD yonD BSU21130 Bacillus subtilis (strain 168) 478 +CAB14032.1 O31955 reviewed YONC_BACSU SPbeta prophage-derived uncharacterized protein YonC yonC BSU21140 Bacillus subtilis (strain 168) 178 +CAB14033.1 O31956 reviewed YONB_BACSU SPbeta prophage-derived uncharacterized protein YonB yonB BSU21150 Bacillus subtilis (strain 168) 338 +CAB14034.1 O31957 reviewed YONA_BACSU SPbeta prophage-derived uncharacterized protein YonA yonA BSU21160 Bacillus subtilis (strain 168) 156 +CAB14035.1 O31958 reviewed YOMZ_BACSU SPbeta prophage-derived uncharacterized protein YomZ yomZ BSU21170 Bacillus subtilis (strain 168) 131 +CAB14036.1 O31959 reviewed YOMY_BACSU SPbeta prophage-derived uncharacterized protein YomY yomY BSU21180 Bacillus subtilis (strain 168) 84 +CAB14037.1 O31960 reviewed YOMX_BACSU SPbeta prophage-derived uncharacterized protein YomX yomX BSU21190 Bacillus subtilis (strain 168) 216 +CAB14038.1 O31961 reviewed YOMW_BACSU SPbeta prophage-derived uncharacterized protein YomW yomW BSU21200 Bacillus subtilis (strain 168) 168 +CAB14039.1 O31962 reviewed YOMV_BACSU SPbeta prophage-derived uncharacterized protein YomV yomV BSU21210 Bacillus subtilis (strain 168) 236 +CAB14040.1 O31963 reviewed YOMU_BACSU SPbeta prophage-derived uncharacterized protein YomU yomU BSU21220 Bacillus subtilis (strain 168) 265 +CAX52648.1 C0H440 reviewed YOUA_BACSU SPbeta prophage-derived uncharacterized protein YouA youA BSU21229 Bacillus subtilis (strain 168) 203 +CAB14041.1 O31964 reviewed YOMT_BACSU SPbeta prophage-derived uncharacterized protein YomT yomT BSU21230 Bacillus subtilis (strain 168) 75 +CAB14042.1 O31965 reviewed YOMS_BACSU SPbeta prophage-derived uncharacterized protein YomS yomS BSU21240 Bacillus subtilis (strain 168) 118 +CAB14043.1 O31966 reviewed YOMR_BACSU SPbeta prophage-derived uncharacterized protein YomR yomR BSU21250 Bacillus subtilis (strain 168) 405 +CAB14044.1 O31967 reviewed YOMQ_BACSU SPbeta prophage-derived uncharacterized protein YomQ yomQ BSU21260 Bacillus subtilis (strain 168) 116 +CAB14045.1 O31968 reviewed YOMP_BACSU SPbeta prophage-derived uncharacterized protein YomP yomP BSU21270 Bacillus subtilis (strain 168) 63 +CAB14046.1 O31969 reviewed YOMO_BACSU SPbeta prophage-derived uncharacterized protein YomO yomO BSU21280 Bacillus subtilis (strain 168) 166 +CAB14047.1 O31970 reviewed YOMN_BACSU SPbeta prophage-derived uncharacterized protein YomN yomN BSU21290 Bacillus subtilis (strain 168) 139 +CAB14048.1 O31971 reviewed YOMM_BACSU SPbeta prophage-derived recombinase-like protein YomM yomM BSU21300 Bacillus subtilis (strain 168) 333 +CAB14049.1 O31972 reviewed YOZP_BACSU Uncharacterized protein YozP yozP BSU21310 Bacillus subtilis (strain 168) 109 +CAB14050.1 O31973 reviewed YOML_BACSU SPbeta prophage-derived uncharacterized protein YomL yomL BSU21320 Bacillus subtilis (strain 168) 228 +CAX52649.1 Q9K3A9 reviewed YDZM_BACSU Uncharacterized membrane protein YdzM/YouB ydzM BSU05099; youB BSU21329 Bacillus subtilis (strain 168) 58 +CAB14051.1 O31974 reviewed YOMK_BACSU SPbeta prophage-derived uncharacterized protein YomK yomK BSU21330 Bacillus subtilis (strain 168) 148 +CAB14052.1 O31975 reviewed YOMJ_BACSU SPbeta prophage-derived uncharacterized membrane protein YomJ yomJ BSU21340 Bacillus subtilis (strain 168) 227 +CAB14053.2 O31976 reviewed YOMI_BACSU SPbeta prophage-derived uncharacterized transglycosylase YomI (EC 4.2.2.-) yomI BSU21350 Bacillus subtilis (strain 168) 2285 +CAB14054.1 O31977 reviewed YOMH_BACSU SPbeta prophage-derived uncharacterized protein YomH yomH BSU21360 Bacillus subtilis (strain 168) 252 +CAB14055.1 O31978 reviewed YOMG_BACSU SPbeta prophage-derived uncharacterized protein YomG yomG BSU21370 Bacillus subtilis (strain 168) 875 +CAB14056.1 O31979 reviewed YOMF_BACSU SPbeta prophage-derived uncharacterized protein YomF yomF BSU21380 Bacillus subtilis (strain 168) 273 +CAB14057.1 O31980 reviewed YOME_BACSU SPbeta prophage-derived uncharacterized protein YomE yomE BSU21390 Bacillus subtilis (strain 168) 644 +CAB14058.1 O31981 reviewed YOMD_BACSU SPbeta prophage-derived uncharacterized protein YomD yomD BSU21400 Bacillus subtilis (strain 168) 274 +SOX90567.1 A0A2K4Z9K7 unreviewed A0A2K4Z9K7_BACSU N-acetylmuramoyl-L-alanine amidase BSU_21409 HIR78_11555 HIR78_11920 HIR78_12915 Bacillus subtilis (strain 168) 72 +CAB14059.1 O31982 reviewed BLYA_BACSU N-acetylmuramoyl-L-alanine amidase BlyA (EC 3.5.1.28) (Autolysin) (Cell wall hydrolase) blyA yomC BSU21410 Bacillus subtilis (strain 168) 367 +CAB14060.1 O31983 reviewed BHLA_BACSU SPbeta prophage-derived protein BhlA bhlA yomB BSU21420 Bacillus subtilis (strain 168) 70 +CAB14061.1 O31984 reviewed BHLB_BACSU SPbeta prophage-derived protein BhlB bhlB yomA BSU21430 Bacillus subtilis (strain 168) 88 +CAB14062.1 P68571 reviewed BDBB_BACSU SPbeta prophage-derived disulfide bond formation protein B (Disulfide oxidoreductase B) (Thiol-disulfide oxidoreductase B) bdbB yolK BSU21440 Bacillus subtilis (strain 168) 148 +CAB14063.1 O31986 reviewed SUNS_BACSU SPbeta prophage-derived glycosyltransferase SunS (EC 2.4.1.-) sunS yolJ BSU21450 Bacillus subtilis (strain 168) 422 +CAB14064.1 P68569 reviewed BDBA_BACSU SPbeta prophage-derived disulfide bond formation protein A (Disulfide oxidoreductase A) (Thiol-disulfide oxidoreductase A) bdbA yolI BSU21460 Bacillus subtilis (strain 168) 137 +CAB14065.1 P68579 reviewed SUNT_BACSU SPbeta prophage-derived sublancin-168-processing and transport ATP-binding protein SunT (EC 3.4.22.-) (EC 7.-.-.-) sunT yolH BSU21470 Bacillus subtilis (strain 168) 705 +CAB14066.1 P68577 reviewed SUNA_BACSU SPbeta prophage-derived bacteriocin sublancin-168 sunA yolG BSU21480 Bacillus subtilis (strain 168) 56 +CAB14067.1 O31989 reviewed SUNI_BACSU Sublancin immunity protein SunI (SPbeta prophage-derived protein YolF) sunI yolF BSU21490 Bacillus subtilis (strain 168) 105 +CAB14068.2 O31990 reviewed UVRX_BACSU Putative UV-damage repair protein UvrX uvrX BSU21500 Bacillus subtilis (strain 168) 416 +CAB14069.1 O31991 reviewed YOLD_BACSU SPbeta prophage-derived uncharacterized protein YolD yolD BSU21510 Bacillus subtilis (strain 168) 110 +CAB14070.1 O31992 reviewed YOLC_BACSU SPbeta prophage-derived uncharacterized protein YolC yolC BSU21520 Bacillus subtilis (strain 168) 111 +CAB14071.1 O31993 reviewed YOLB_BACSU SPbeta prophage-derived uncharacterized protein YolB yolB BSU21530 Bacillus subtilis (strain 168) 118 +CAB14072.1 O31994 reviewed YOLA_BACSU SPbeta prophage-derived uncharacterized protein YolA yolA BSU21540 Bacillus subtilis (strain 168) 155 +CCQ48598.1 L8EAY0 reviewed BSRG_BACSU Small toxic protein BsrG bsrG BSU_21546 Bacillus subtilis (strain 168) 38 +CAB14073.1 O31995 reviewed YOKL_BACSU SPbeta prophage-derived uncharacterized N-acetyltransferase YokL (EC 2.3.1.-) yokL BSU21550 Bacillus subtilis (strain 168) 177 +CAB14074.1 O31996 reviewed YOKK_BACSU SPbeta prophage-derived uncharacterized protein YokK yokK BSU21560 Bacillus subtilis (strain 168) 192 +CAB14075.1 O31997 reviewed YOKJ_BACSU Immunity protein YokJ (SPbeta prophage-derived uncharacterized YokJ) yokJ BSU21570 Bacillus subtilis (strain 168) 165 +CAB14076.2 O31998 reviewed YOKI_BACSU Toxin YokI (DNase YokL) (SPbeta prophage-derived protein YokI) yokI BSU21580 Bacillus subtilis (strain 168) 571 +CAB14077.1 O31999 reviewed YOKH_BACSU SPbeta prophage-derived uncharacterized protein YokH yokH BSU21590 Bacillus subtilis (strain 168) 185 +CAB14078.1 O32000 reviewed YOKG_BACSU SPbeta prophage-derived pesticidal crystal protein-like YokG yokG BSU21600 Bacillus subtilis (strain 168) 357 +CAB14079.1 O32001 reviewed YOKF_BACSU SPbeta prophage-derived endonuclease YokF (EC 3.1.-.-) yokF BSU21610 Bacillus subtilis (strain 168) 296 +CAB14080.1 O32002 reviewed YOKE_BACSU SPbeta prophage-derived uncharacterized protein YokE yokE BSU21620 Bacillus subtilis (strain 168) 160 +CAB14081.1 O32003 reviewed YOKD_BACSU SPbeta prophage-derived aminoglycoside N(3')-acetyltransferase-like protein YokD (EC 2.3.1.-) yokD BSU21630 Bacillus subtilis (strain 168) 272 +SOX90568.1 A0A2K4Z9K6 unreviewed A0A2K4Z9K6_BACSU Uncharacterized protein BSU_21638 HIR78_13045 Bacillus subtilis (strain 168) 44 +SOX90569.1 A0A2K4Z9K2 unreviewed A0A2K4Z9K2_BACSU Uncharacterized protein BSU_21639 HIR78_13050 Bacillus subtilis (strain 168) 51 +CAB14082.1 O32004 reviewed YOKC_BACSU SPbeta prophage-derived uncharacterized protein YokC yokC BSU21640 Bacillus subtilis (strain 168) 171 +CAB14083.1 O32005 reviewed YOKB_BACSU SPbeta prophage-derived uncharacterized lipoprotein YokB yokB BSU21650 Bacillus subtilis (strain 168) 236 +CAB14084.1 O32006 reviewed YOKA_BACSU Resolvase homolog YokA yokA BSU21660 Bacillus subtilis (strain 168) 545 +CAB14086.1 P54155 reviewed MSRB_BACSU Peptide methionine sulfoxide reductase MsrB (EC 1.8.4.12) (Peptide-methionine (R)-S-oxide reductase) msrB yppQ BSU21680 Bacillus subtilis (strain 168) 143 +CAB14087.1 P54154 reviewed MSRA_BACSU Peptide methionine sulfoxide reductase MsrA (Protein-methionine-S-oxide reductase) (EC 1.8.4.11) (Peptide-methionine (S)-S-oxide reductase) (Peptide Met(O) reductase) msrA yppP BSU21690 Bacillus subtilis (strain 168) 177 +CAB14088.1 P54182 reviewed YPOP_BACSU Uncharacterized HTH-type transcriptional regulator YpoP ypoP BSU21700 Bacillus subtilis (strain 168) 141 +CAB14089.1 P54181 reviewed YPNP_BACSU Probable multidrug resistance protein YpnP ypnP BSU21710 Bacillus subtilis (strain 168) 445 +CAB14090.1 P54180 reviewed YPMT_BACSU Uncharacterized protein YpmT ypmT BSU21720 Bacillus subtilis (strain 168) 64 +CAB14091.1 P54179 reviewed YPMS_BACSU Uncharacterized protein YpmS ypmS BSU21730 Bacillus subtilis (strain 168) 187 +CAB14092.1 P40766 reviewed YPMR_BACSU Uncharacterized protein YpmR ypmR yzjA BSU21740 Bacillus subtilis (strain 168) 255 +CAB14093.2 P54178 reviewed SCO1_BACSU SCO1 protein homolog (BsSco) ypmQ BSU21750 Bacillus subtilis (strain 168) 193 +CAB14094.1 P54177 reviewed YPMP_BACSU Uncharacterized protein YpmP ypmP BSU21760 Bacillus subtilis (strain 168) 83 +CAB14095.1 P37946 reviewed ILVA_BACSU L-threonine dehydratase biosynthetic IlvA (EC 4.3.1.19) (Threonine deaminase) ilvA BSU21770 Bacillus subtilis (strain 168) 422 +CAB14096.1 P54156 reviewed YPLP_BACSU Putative sigma L-dependent transcriptional regulator YplP yplP BSU21780 Bacillus subtilis (strain 168) 331 +CAB14097.1 P54175 reviewed HLY3_BACSU Hemolysin-3 homolog (Hemolysin III homolog) yplQ BSU21790 Bacillus subtilis (strain 168) 213 +CAB14098.2 P54174 reviewed YPKP_BACSU Uncharacterized protein YpkP ypkP BSU21800 Bacillus subtilis (strain 168) 206 +CAB14099.1 P11045 reviewed DYR_BACSU Dihydrofolate reductase (EC 1.5.1.3) dfrA BSU21810 Bacillus subtilis (strain 168) 168 +CAB14100.1 P11044 reviewed TYSY2_BACSU Thymidylate synthase 2 (TS 2) (TSase 2) (EC 2.1.1.45) (Thymidylate synthase A) (TS A) (TSase A) thyA2 thyB BSU21820 Bacillus subtilis (strain 168) 264 +CAB14101.1 P54173 reviewed YPJQ_BACSU Uncharacterized protein YpjQ ypjQ BSU21830 Bacillus subtilis (strain 168) 177 +CAB14102.1 P54172 reviewed YPJP_BACSU Uncharacterized protein YpjP ypjP BSU21840 Bacillus subtilis (strain 168) 203 +CAB14103.2 P54171 reviewed YPIP_BACSU Uncharacterized protein YpiP ypiP BSU21850 Bacillus subtilis (strain 168) 257 +CAB14104.1 P54170 reviewed BRXA_BACSU Bacilliredoxin BrxA (Brx-A) (Bacilliredoxin YphP) (Dithiol bacilliredoxin) brxA yphP BSU21860 Bacillus subtilis (strain 168) 144 +CAB14105.2 P51785 reviewed ILVD_BACSU Dihydroxy-acid dehydratase (DAD) (EC 4.2.1.9) (Vegetative protein 110) (VEG110) ilvD BSU21870 Bacillus subtilis (strain 168) 558 +CAB14106.1 P54169 reviewed YPGR_BACSU Uncharacterized protein YpgR ypgR BSU21880 Bacillus subtilis (strain 168) 377 +CAB14107.1 P54168 reviewed YPGQ_BACSU Uncharacterized protein YpgQ ypgQ BSU21890 Bacillus subtilis (strain 168) 205 +CAB14108.1 P52035 reviewed BSAA_BACSU Glutathione peroxidase homolog BsaA (EC 1.-.-.-) bsaA BSU21900 Bacillus subtilis (strain 168) 160 +CAB14109.2 P54167 reviewed METAA_BACSU Homoserine O-acetyltransferase (HAT) (EC 2.3.1.31) (Homoserine transacetylase) (HTA) metAA metA metB BSU21910 Bacillus subtilis (strain 168) 301 +CAB14110.1 P54166 reviewed UGTP_BACSU Processive diacylglycerol beta-glucosyltransferase (EC 2.4.1.315) (Beta-diglucosyldiacylglycerol synthase) (Beta-DGS) (DGlcDAG synthase) (Glc2-DAG synthase) (Beta-gentiobiosyldiacylglycerol synthase) (Beta-monoglucosyldiacylglycerol synthase) (Beta-MGS) (MGlcDAG synthase) (Beta-triglucosyldiacylglycerol synthase) (TGlcDAG synthase) (Diglucosyl diacylglycerol synthase (1,6-linking)) (Glucosyl-beta-1,6-glucosyldiacylglycerol synthase) (UDP glucosyltransferase) (UDP-glucose:1,2-diacylglycerol-3-beta-D-glucosyltransferase) ugtP ypfP BSU21920 Bacillus subtilis (strain 168) 382 +SOX90570.1 A0A2K4Z9J9 unreviewed A0A2K4Z9J9_BACSU Uncharacterized protein BSU_21925 HIR78_13200 Bacillus subtilis (strain 168) 48 +CAB14111.1 P51777 reviewed CSPD_BACSU Cold shock protein CspD cspD BSU21930 Bacillus subtilis (strain 168) 66 +CAB14112.1 P68731 reviewed DEGR_BACSU Regulatory protein DegR degR prtR BSU21940 Bacillus subtilis (strain 168) 60 +CAB14113.1 O32007 reviewed YPZA_BACSU Uncharacterized protein YpzA ypzA BSU21950 Bacillus subtilis (strain 168) 89 +CAB14114.1 P54165 reviewed YPEQ_BACSU Uncharacterized protein YpeQ ypeQ BSU21960 Bacillus subtilis (strain 168) 60 +CAB14115.2 P54164 reviewed YPEP_BACSU Uncharacterized protein YpeP ypeP BSU21970 Bacillus subtilis (strain 168) 226 +CAB14116.1 P54163 reviewed QPTR_BACSU Probable queuosine precursor transporter (Q precursor transporter) ypdP BSU21980 Bacillus subtilis (strain 168) 229 +CAB14117.1 P54162 reviewed RNHL_BACSU 14.7 kDa ribonuclease H-like protein rnhA ypdQ BSU21990 Bacillus subtilis (strain 168) 132 +CAE01458.1 Q7WY66 reviewed SSPL_BACSU Small, acid-soluble spore protein L (SASP L) sspL BSU22000 Bacillus subtilis (strain 168) 42 +CAB14118.1 P54161 reviewed EX53_BACSU 5'-3' exonuclease (EC 3.1.11.-) ypcP BSU22010 Bacillus subtilis (strain 168) 296 +CAX52652.1 C0H443 reviewed YPZF_BACSU Uncharacterized protein YpzF ypzF BSU22019 Bacillus subtilis (strain 168) 48 +CAB14119.1 P54160 reviewed YPBS_BACSU Uncharacterized protein YpbS ypbS BSU22020 Bacillus subtilis (strain 168) 85 +CAB14120.1 P54159 reviewed DYNA_BACSU Dynamin-like protein A (DynA) dynA ypbR BSU22030 Bacillus subtilis (strain 168) 1193 +CCQ48599.1 L8ECR0 unreviewed L8ECR0_BACSU Fur-regulated basic protein FbpC (Regulator of iron homeostasis) fbpC BSU_22036 HIR78_13265 Bacillus subtilis (strain 168) 29 +CAB14121.1 P54158 reviewed YPBQ_BACSU Uncharacterized protein YpbQ ypbQ BSU22040 Bacillus subtilis (strain 168) 168 +CAB14122.1 P54157 reviewed BCSA_BACSU Putative chalcone synthase (EC 2.3.1.74) (Naringenin-chalcone synthase) bcsA BSU22050 Bacillus subtilis (strain 168) 365 +CAB14123.1 P42086 reviewed PBUX_BACSU Xanthine permease pbuX ypaQ BSU22060 Bacillus subtilis (strain 168) 438 +CAB14124.1 P42085 reviewed XPT_BACSU Xanthine phosphoribosyltransferase (XPRTase) (EC 2.4.2.22) xpt BSU22070 Bacillus subtilis (strain 168) 194 +CAB14125.1 P50848 reviewed CBP1_BACSU Carboxypeptidase 1 (EC 3.4.17.19) (BsuCP) ypwA BSU22080 Bacillus subtilis (strain 168) 501 +CAB14126.1 P50847 reviewed KDGT_BACSU 2-keto-3-deoxygluconate permease (KDG permease) kdgT BSU22090 Bacillus subtilis (strain 168) 330 +CAB14127.1 P50846 reviewed ALKH_BACSU KHG/KDPG aldolase [Includes: 4-hydroxy-2-oxoglutarate aldolase (EC 4.1.3.16) (2-keto-4-hydroxyglutarate aldolase) (KHG-aldolase); 2-dehydro-3-deoxy-phosphogluconate aldolase (EC 4.1.2.14) (2-keto-3-deoxy-6-phosphogluconate aldolase) (KDPG-aldolase) (Phospho-2-dehydro-3-deoxygluconate aldolase) (Phospho-2-keto-3-deoxygluconate aldolase)] kdgA BSU22100 Bacillus subtilis (strain 168) 196 +CAB14128.1 P50845 reviewed KDGK_BACSU 2-dehydro-3-deoxygluconokinase (EC 2.7.1.45) (2-keto-3-deoxygluconokinase) (3-deoxy-2-oxo-D-gluconate kinase) (KDG kinase) kdgK BSU22110 Bacillus subtilis (strain 168) 324 +CAB14129.1 P50844 reviewed KDGR_BACSU HTH-type transcriptional regulator KdgR (Kdg operon repressor) kdgR BSU22120 Bacillus subtilis (strain 168) 339 +CAB14130.1 P50843 reviewed KDUI_BACSU 4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase (EC 5.3.1.17) (5-keto-4-deoxyuronate isomerase) (DKI isomerase) kduI BSU22130 Bacillus subtilis (strain 168) 275 +CAB14131.1 P50842 reviewed KDUD_BACSU 2-dehydro-3-deoxy-D-gluconate 5-dehydrogenase (EC 1.1.1.127) (2-keto-3-deoxygluconate 5-dehydrogenase) (2-keto-3-deoxygluconate oxidoreductase) (KDG oxidoreductase) kduD BSU22140 Bacillus subtilis (strain 168) 254 +CAB14132.1 P50831 reviewed YPVA_BACSU Probable ATP-dependent helicase YpvA (EC 3.6.4.12) ypvA BSU22150 Bacillus subtilis (strain 168) 641 +CAB14133.1 P50841 reviewed YPTA_BACSU Uncharacterized protein YptA yptA BSU22160 Bacillus subtilis (strain 168) 63 +CAX52653.1 C0H444 reviewed YPZG_BACSU Uncharacterized protein YpzG ypzG BSU22169 Bacillus subtilis (strain 168) 50 +CAB14134.1 P50840 reviewed YPSC_BACSU Putative RNA methyltransferase YpsC (EC 2.1.1.-) ypsC BSU22170 Bacillus subtilis (strain 168) 385 +CAB14135.1 P0CI74 reviewed GPSB_BACSU Cell cycle protein GpsB (Guiding PBP1-shuttling protein) gpsB ypsB BSU22180 Bacillus subtilis (strain 168) 98 +CAB14137.1 P07791 reviewed COTD_BACSU Spore coat protein D cotD BSU22200 Bacillus subtilis (strain 168) 75 +SOX90571.1 A0A2K4Z9J8 unreviewed A0A2K4Z9J8_BACSU Uncharacterized protein BSU_22205 HIR78_13365 Bacillus subtilis (strain 168) 42 +CAB14138.1 P50837 reviewed YPRB_BACSU Uncharacterized protein YprB yprB BSU22210 Bacillus subtilis (strain 168) 413 +CAB14139.1 P50830 reviewed YPRA_BACSU Uncharacterized ATP-dependent helicase YprA (EC 3.6.4.-) yprA BSU22220 Bacillus subtilis (strain 168) 749 +CAB14140.1 P50829 reviewed PTSA_BACSU Phosphotransferase enzyme IIA component PtsA (PTS system EIIA component) ptsA ypqE BSU22230 Bacillus subtilis (strain 168) 168 +CAB14141.1 P50836 reviewed YPQA_BACSU Uncharacterized protein YpqA ypqA BSU22240 Bacillus subtilis (strain 168) 139 +CAB14142.1 P50835 reviewed YPPG_BACSU Uncharacterized protein YppG yppG BSU22250 Bacillus subtilis (strain 168) 125 +CAB14143.1 P50834 reviewed YPPF_BACSU Uncharacterized protein YppF yppF BSU22260 Bacillus subtilis (strain 168) 62 +CAB14144.1 P50833 reviewed YPPE_BACSU Uncharacterized protein YppE yppE BSU22270 Bacillus subtilis (strain 168) 123 +CAB14145.1 P50832 reviewed YPPD_BACSU Uncharacterized protein YppD yppD BSU22280 Bacillus subtilis (strain 168) 81 +CAE01459.1 Q7WY65 reviewed SSPM_BACSU Small, acid-soluble spore protein M (SASP M) sspM BSU22290 Bacillus subtilis (strain 168) 34 +CAB14146.1 P39791 reviewed YPPC_BACSU Uncharacterized protein YppC (ORFX) yppC BSU22300 Bacillus subtilis (strain 168) 320 +CAB14147.1 P39792 reviewed RECU_BACSU Holliday junction resolvase RecU (EC 3.1.21.10) recU prfA yppB BSU22310 Bacillus subtilis (strain 168) 206 +CAB14148.1 P39793 reviewed PBPA_BACSU Penicillin-binding protein 1A/1B (PBP1) [Includes: Penicillin-insensitive transglycosylase (EC 2.4.1.129) (Peptidoglycan TGase); Penicillin-sensitive transpeptidase (EC 3.4.16.4) (DD-transpeptidase)] ponA BSU22320 Bacillus subtilis (strain 168) 914 +CAB14149.1 P39789 reviewed YPOC_BACSU Uncharacterized protein YpoC (ORFY) ypoC jooC BSU22330 Bacillus subtilis (strain 168) 164 +CAB14150.1 P39788 reviewed END3_BACSU Endonuclease III (EC 4.2.99.18) (DNA-(apurinic or apyrimidinic site) lyase) nth jooB ypoB BSU22340 Bacillus subtilis (strain 168) 219 +CAB14151.1 P39787 reviewed DNAD_BACSU DNA replication protein DnaD dnaD BSU22350 Bacillus subtilis (strain 168) 232 +CAB14152.1 P39772 reviewed SYN_BACSU Asparagine--tRNA ligase (EC 6.1.1.22) (Asparaginyl-tRNA synthetase) (AsnRS) asnS BSU22360 Bacillus subtilis (strain 168) 430 +CAB14153.1 P53001 reviewed AAT1_BACSU Aspartate aminotransferase (AspAT) (EC 2.6.1.1) (Transaminase A) aspB BSU22370 Bacillus subtilis (strain 168) 393 +CAB14154.1 P54396 reviewed YPMB_BACSU Uncharacterized protein YpmB ypmB BSU22380 Bacillus subtilis (strain 168) 161 +CAB14155.1 P54395 reviewed YPMA_BACSU Uncharacterized protein YpmA ypmA BSU22390 Bacillus subtilis (strain 168) 56 +CAB14156.1 P54394 reviewed DING_BACSU 3'-5' exonuclease DinG (EC 3.1.-.-) dinG BSU22400 Bacillus subtilis (strain 168) 931 +CAB14157.1 P52999 reviewed PAND_BACSU Aspartate 1-decarboxylase (EC 4.1.1.11) (Aspartate alpha-decarboxylase) [Cleaved into: Aspartate 1-decarboxylase beta chain; Aspartate 1-decarboxylase alpha chain] panD BSU22410 Bacillus subtilis (strain 168) 127 +CAB14158.1 P52998 reviewed PANC_BACSU Pantothenate synthetase (PS) (EC 6.3.2.1) (Pantoate--beta-alanine ligase) (Pantoate-activating enzyme) panC BSU22420 Bacillus subtilis (strain 168) 286 +CAB14159.1 P52996 reviewed PANB_BACSU 3-methyl-2-oxobutanoate hydroxymethyltransferase (EC 2.1.2.11) (Ketopantoate hydroxymethyltransferase) (KPHMT) panB BSU22430 Bacillus subtilis (strain 168) 277 +CAB14160.1 P0CI75 reviewed BIRA_BACSU Bifunctional ligase/repressor BirA (Biotin--[acetyl-CoA-carboxylase] ligase) (EC 6.3.4.15) (Biotin--protein ligase) (Biotin-[acetyl-CoA carboxylase] synthetase) birA BSU22440 Bacillus subtilis (strain 168) 325 +CAB14161.1 P42977 reviewed CCA_BACSU CCA-adding enzyme (EC 2.7.7.72) (CCA tRNA nucleotidyltransferase) (tRNA CCA-pyrophosphorylase) (tRNA adenylyl-/cytidylyl- transferase) (tRNA nucleotidyltransferase) (tRNA-NT) cca papS ypjI BSU22450 Bacillus subtilis (strain 168) 397 +CAB14162.1 P42982 reviewed BSHA_BACSU N-acetyl-alpha-D-glucosaminyl L-malate synthase (GlcNAc-Mal synthase) (EC 2.4.1.-) (L-malic acid glycosyltransferase BshA) bshA jojH ypjH BSU22460 Bacillus subtilis (strain 168) 377 +CAB14163.2 P42981 reviewed BSHB1_BACSU N-acetyl-alpha-D-glucosaminyl L-malate deacetylase 1 (GlcNAc-Mal deacetylase 1) (EC 3.5.1.-) bshB1 jojG ypjG BSU22470 Bacillus subtilis (strain 168) 236 +CAB14164.1 P42980 reviewed MGSA_BACSU Methylglyoxal synthase (MGS) (EC 4.2.3.3) mgsA ypjF BSU22480 Bacillus subtilis (strain 168) 137 +CAB14165.1 P42976 reviewed DAPB_BACSU 4-hydroxy-tetrahydrodipicolinate reductase (HTPA reductase) (EC 1.17.1.8) dapB BSU22490 Bacillus subtilis (strain 168) 267 +CAB14166.1 P42979 reviewed YPJD_BACSU Uncharacterized protein YpjD ypjD jojD BSU22500 Bacillus subtilis (strain 168) 111 +CAB14167.2 P42978 reviewed YPJC_BACSU UPF0750 membrane protein YpjC ypjC jojC BSU22510 Bacillus subtilis (strain 168) 290 +CAB14168.1 P54393 reviewed YPJB_BACSU Uncharacterized protein YpjB ypjB BSU22520 Bacillus subtilis (strain 168) 264 +CAB14169.1 P54392 reviewed YPJA_BACSU Uncharacterized protein YpjA ypjA BSU22530 Bacillus subtilis (strain 168) 185 +CAB14170.1 P46913 reviewed QCRC_BACSU Menaquinol:cytochrome c reductase cytochrome c subunit (Cytochrome bc complex, cytochrome c subunit) qcrC bfcC BSU22540 Bacillus subtilis (strain 168) 255 +CAB14171.1 P46912 reviewed QCRB_BACSU Menaquinol:cytochrome c reductase cytochrome b subunit (Cytochrome bc complex, cytochrome b subunit) qcrB bfcB BSU22550 Bacillus subtilis (strain 168) 224 +CAB14172.1 P46911 reviewed QCRA_BACSU Menaquinol:cytochrome c reductase iron-sulfur subunit (Cytochrome bc complex, iron-sulfur subunit) (Rieske iron-sulfur protein QcrA) qcrA bfcA BSU22560 Bacillus subtilis (strain 168) 167 +CAB14173.1 P54391 reviewed YPIF_BACSU Uncharacterized protein YpiF ypiF BSU22570 Bacillus subtilis (strain 168) 148 +CAB14174.1 P54390 reviewed YPIB_BACSU UPF0302 protein YpiB ypiB BSU22580 Bacillus subtilis (strain 168) 179 +CAB14175.1 P54389 reviewed YPIA_BACSU TPR repeat-containing protein YpiA ypiA BSU22590 Bacillus subtilis (strain 168) 423 +CAB14176.1 P20691 reviewed AROA_BACSU 3-phosphoshikimate 1-carboxyvinyltransferase (EC 2.5.1.19) (5-enolpyruvylshikimate-3-phosphate synthase) (EPSP synthase) (EPSPS) aroA aroE BSU22600 Bacillus subtilis (strain 168) 428 +CAB14177.1 P20692 reviewed TYRA_BACSU Prephenate dehydrogenase (PDH) (EC 1.3.1.12) tyrA BSU22610 Bacillus subtilis (strain 168) 371 +CAB14178.2 P17731 reviewed HIS8_BACSU Histidinol-phosphate aminotransferase (EC 2.6.1.9) (Imidazole acetol-phosphate transaminase) hisC hisH BSU22620 Bacillus subtilis (strain 168) 360 +CAB14179.1 P07601 reviewed TRPA_BACSU Tryptophan synthase alpha chain (EC 4.2.1.20) trpA BSU22630 Bacillus subtilis (strain 168) 267 +CAB14180.2 P07600 reviewed TRPB_BACSU Tryptophan synthase beta chain (EC 4.2.1.20) trpB BSU22640 Bacillus subtilis (strain 168) 400 +CAB14181.3 P20167 reviewed TRPF_BACSU N-(5'-phosphoribosyl)anthranilate isomerase (PRAI) (EC 5.3.1.24) trpF BSU22650 Bacillus subtilis (strain 168) 215 +CAB14183.2 P03947 reviewed TRPD_BACSU Anthranilate phosphoribosyltransferase (EC 2.4.2.18) trpD BSU22670 Bacillus subtilis (strain 168) 338 +CAB14184.1 P03963 reviewed TRPE_BACSU Anthranilate synthase component 1 (AS) (ASI) (EC 4.1.3.27) trpE BSU22680 Bacillus subtilis (strain 168) 515 +CAB14185.1 P19080 reviewed AROH_BACSU Chorismate mutase AroH (CM) (EC 5.4.99.5) aroH BSU22690 Bacillus subtilis (strain 168) 127 +CAB14186.1 P31102 reviewed AROB_BACSU 3-dehydroquinate synthase (DHQS) (EC 4.2.3.4) aroB BSU22700 Bacillus subtilis (strain 168) 362 +CAB14187.3 P31104 reviewed AROC_BACSU Chorismate synthase (CS) (EC 4.2.3.5) (5-enolpyruvylshikimate-3-phosphate phospholyase) aroC aroF BSU22710 Bacillus subtilis (strain 168) 390 +CAB14188.2 P31105 reviewed CHER_BACSU Chemotaxis protein methyltransferase (EC 2.1.1.80) cheR BSU22720 Bacillus subtilis (strain 168) 256 +CAB14189.1 P31103 reviewed NDK_BACSU Nucleoside diphosphate kinase (NDK) (NDP kinase) (EC 2.7.4.6) (Nucleoside-2-P kinase) ndk BSU22730 Bacillus subtilis (strain 168) 149 +CAB14190.1 P31114 reviewed HEPS2_BACSU Heptaprenyl diphosphate synthase component 2 (HepPP synthase subunit 2) (EC 2.5.1.30) (Spore germination protein C3) hepT gerC3 gerCC hepB BSU22740 Bacillus subtilis (strain 168) 348 +CAB14191.1 P31113 reviewed MENG_BACSU Demethylmenaquinone methyltransferase (EC 2.1.1.163) menG gerC2 gerCB menH BSU22750 Bacillus subtilis (strain 168) 233 +CAB14192.1 P31112 reviewed HEPS1_BACSU Heptaprenyl diphosphate synthase component 1 (HepPP synthase subunit 1) (EC 2.5.1.30) (Spore germination protein C1) hepS gerC1 gerCA hepA BSU22760 Bacillus subtilis (strain 168) 251 +CAB14193.1 P19466 reviewed MTRB_BACSU Transcription attenuation protein MtrB (Trp RNA-binding attenuation protein) (TRAP) (Tryptophan RNA-binding attenuator protein) mtrB BSU22770 Bacillus subtilis (strain 168) 75 +CAB14194.1 P19465 reviewed GCH1_BACSU GTP cyclohydrolase 1 (EC 3.5.4.16) (GTP cyclohydrolase I) (GTP-CH-I) folE mtrA BSU22780 Bacillus subtilis (strain 168) 190 +CAB14195.1 P08821 reviewed DBH1_BACSU DNA-binding protein HU 1 (DNA-binding protein II) (HB) (HBsu) (HPB9) hbs dbpA hbsU hubgl hupA BSU22790 Bacillus subtilis (strain 168) 92 +CAB14196.1 P35149 reviewed SP4A_BACSU Stage IV sporulation protein A (EC 3.6.1.-) (Coat morphogenetic protein SpoIVA) spoIVA spoVP BSU22800 Bacillus subtilis (strain 168) 492 +CAB14197.1 P39911 reviewed YPHF_BACSU Uncharacterized protein YphF (ORF1) yphF johF BSU22810 Bacillus subtilis (strain 168) 244 +CAB14198.1 P50744 reviewed YPHE_BACSU Uncharacterized protein YphE yphE BSU22820 Bacillus subtilis (strain 168) 67 +CAB14199.1 P46919 reviewed GPDA_BACSU Glycerol-3-phosphate dehydrogenase [NAD(P)+] (EC 1.1.1.94) (NAD(P)H-dependent dihydroxyacetone-phosphate reductase) (NAD(P)H-dependent glycerol-3-phosphate dehydrogenase) gpsA glyC BSU22830 Bacillus subtilis (strain 168) 345 +CAB14200.1 P50743 reviewed DER_BACSU GTPase Der (GTP-binding protein EngA) der engA yphC BSU22840 Bacillus subtilis (strain 168) 436 +CAX52654.1 C0H445 reviewed YPZH_BACSU Uncharacterized protein YpzH ypzH BSU22849 Bacillus subtilis (strain 168) 64 +CAB14201.1 P50742 reviewed YPHB_BACSU Uncharacterized protein YphB yphB BSU22850 Bacillus subtilis (strain 168) 297 +CAB14202.1 P50741 reviewed YPHA_BACSU Uncharacterized protein YphA yphA BSU22860 Bacillus subtilis (strain 168) 199 +CAB14203.2 P50740 reviewed IDI2_BACSU Isopentenyl-diphosphate delta-isomerase (IPP isomerase) (EC 5.3.3.2) (Isopentenyl diphosphate:dimethylallyl diphosphate isomerase) (Isopentenyl pyrophosphate isomerase) (Type 2 isopentenyl diphosphate isomerase) (IDI-2) fni idi ypgA BSU22870 Bacillus subtilis (strain 168) 349 +CAB14204.1 P38494 reviewed RS1H_BACSU Small ribosomal subunit protein bS1 homolog (30S ribosomal protein S1 homolog) ypfD jofD BSU22880 Bacillus subtilis (strain 168) 382 +CAB14205.1 P38493 reviewed KCY_BACSU Cytidylate kinase (CK) (EC 2.7.4.25) (Cytidine monophosphate kinase) (CMP kinase) cmk jofC ypfC BSU22890 Bacillus subtilis (strain 168) 224 +CAB14206.1 P38492 reviewed YPFB_BACSU Uncharacterized protein YpfB ypfB jofB BSU22900 Bacillus subtilis (strain 168) 58 +CAB14207.1 P38491 reviewed YPFA_BACSU Uncharacterized protein YpfA ypfA jofA BSU22910 Bacillus subtilis (strain 168) 217 +CAB14208.1 P38490 reviewed YPEB_BACSU Sporulation protein YpeB (PSPA12) ypeB joeB yzuA BSU22920 Bacillus subtilis (strain 168) 450 +CAB14209.1 P50739 reviewed SLEB_BACSU Spore cortex-lytic enzyme (SCLE) sleB ypeA BSU22930 Bacillus subtilis (strain 168) 305 +CAB14210.1 P50738 reviewed PRSW_BACSU Protease PrsW (EC 3.4.-.-) (Protease responsible for activating sigma-W) (Site-1 protease PrsW) (S1P protease PrsW) prsW ypdC BSU22940 Bacillus subtilis (strain 168) 218 +CAB14211.2 P50736 reviewed BDR_BACSU Bacilliredoxin reductase Bdr (EC 1.8.1.-) (Bacillithiol-disulfide reductase) (BSSB reductase) (NADPH-dependent disulfide oxidoreductase) (Thioredoxin reductase-like flavoprotein) (YpdA family putative bacillithiol disulfide reductase) bdr ypdA BSU22950 HIR78_13750 Bacillus subtilis (strain 168) 324 +CAB14212.2 P50735 reviewed GUDB_BACSU Cryptic catabolic NAD-specific glutamate dehydrogenase GudB (NAD-GDH) (EC 1.4.1.2) gudB ypcA BSU22960 Bacillus subtilis (strain 168) 427 +CAB14213.1 P50734 reviewed MECA2_BACSU Adapter protein MecA 2 mecB ypbH BSU22970 Bacillus subtilis (strain 168) 194 +CAB14214.1 P50733 reviewed YPBG_BACSU Uncharacterized protein YpbG ypbG BSU22980 Bacillus subtilis (strain 168) 259 +CAB14215.1 P50732 reviewed YPBF_BACSU Uncharacterized protein YpbF ypbF BSU22990 Bacillus subtilis (strain 168) 147 +CAB14216.1 P50731 reviewed YPBE_BACSU Uncharacterized protein YpbE ypbE BSU23000 Bacillus subtilis (strain 168) 240 +CAB14217.1 P50730 reviewed YPBD_BACSU Uncharacterized protein YpbD ypbD BSU23010 Bacillus subtilis (strain 168) 189 +CAB14218.1 P50729 reviewed RECS_BACSU Probable ATP-dependent DNA helicase RecS (EC 3.6.4.12) (Recombination protein S) recS ypbC BSU23020 Bacillus subtilis (strain 168) 496 +CAB14219.1 P50728 reviewed YPBB_BACSU Uncharacterized protein YpbB ypbB BSU23030 Bacillus subtilis (strain 168) 352 +CAB14220.1 P50727 reviewed FER_BACSU Ferredoxin fer ypbA BSU23040 Bacillus subtilis (strain 168) 82 +CAB14237.1 P50726 reviewed FMNP_BACSU Riboflavin transporter FmnP (FMN permease) (Riboflavin ECF transporter S component FmnP) fmnP ribU ypaA BSU23050 Bacillus subtilis (strain 168) 190 +CAB14239.2 P35136 reviewed SERA_BACSU D-3-phosphoglycerate dehydrogenase (PGDH) (EC 1.1.1.95) (2-oxoglutarate reductase) (EC 1.1.1.399) serA BSU23070 Bacillus subtilis (strain 168) 525 +CAB14240.1 P35146 reviewed AROD_BACSU 3-dehydroquinate dehydratase (3-dehydroquinase) (EC 4.2.1.10) (Type I DHQase) (Type I dehydroquinase) (DHQ1) aroD aroC BSU23080 Bacillus subtilis (strain 168) 255 +CAB14241.2 P35166 reviewed RSIX_BACSU Anti-sigma-X factor RsiX (Sigma-X negative effector) rsiX ypuN BSU23090 Bacillus subtilis (strain 168) 368 +CAB14242.2 P35165 reviewed SIGX_BACSU ECF RNA polymerase sigma factor SigX (ECF sigma factor SigX) sigX ypuM BSU23100 Bacillus subtilis (strain 168) 194 +CAB14243.1 P35164 reviewed RESE_BACSU Sensor histidine kinase ResE (EC 2.7.13.3) resE ypxE BSU23110 Bacillus subtilis (strain 168) 589 +CAB14244.2 P35163 reviewed RESD_BACSU Transcriptional regulatory protein ResD resD ypxD BSU23120 Bacillus subtilis (strain 168) 240 +CAB14245.2 P35162 reviewed RESC_BACSU Cytochrome c biogenesis protein ResC resC ypxC BSU23130 Bacillus subtilis (strain 168) 391 +CAB14246.1 P35161 reviewed RESB_BACSU Cytochrome c biogenesis protein ResB resB ypxB BSU23140 Bacillus subtilis (strain 168) 542 +CAB14247.2 P35160 reviewed RESA_BACSU Thiol-disulfide oxidoreductase ResA resA ypxA BSU23150 Bacillus subtilis (strain 168) 179 +CAB14248.2 P35159 reviewed RLUB_BACSU Ribosomal large subunit pseudouridine synthase B (EC 5.4.99.22) (23S rRNA pseudouridine(2605) synthase) (rRNA pseudouridylate synthase B) (rRNA-uridine isomerase B) rluB ypuL BSU23160 Bacillus subtilis (strain 168) 244 +CAB14249.2 P35158 reviewed SPMB_BACSU Spore maturation protein B spmB ypuK BSU23170 Bacillus subtilis (strain 168) 178 +CAB14250.1 P35157 reviewed SPMA_BACSU Spore maturation protein A spmA ypuJ BSU23180 Bacillus subtilis (strain 168) 196 +CAB14251.1 P35150 reviewed DACB_BACSU D-alanyl-D-alanine carboxypeptidase DacB (DD-carboxypeptidase) (DD-peptidase) (EC 3.4.16.4) (Penicillin-binding protein 5*) (PBP-5*) (Penicillin-binding protein 5a) (PBP-5a) dacB BSU23190 Bacillus subtilis (strain 168) 382 +CAB14252.1 P35156 reviewed YPUI_BACSU Uncharacterized protein YpuI (ORFX9) ypuI BSU23200 Bacillus subtilis (strain 168) 179 +CAB14253.1 P35155 reviewed SCPB_BACSU Segregation and condensation protein B scpB ypuH BSU23210 Bacillus subtilis (strain 168) 197 +CAB14254.1 P35154 reviewed SCPA_BACSU Segregation and condensation protein A scpA ypuG BSU23220 Bacillus subtilis (strain 168) 251 +CAB14255.1 P17617 reviewed YPUF_BACSU Uncharacterized protein YpuF (ORFX6) ypuF BSU23230 Bacillus subtilis (strain 168) 174 +CAB14256.1 P17622 reviewed RIBT_BACSU Protein RibT (EC 2.3.1.-) ribT BSU23240 Bacillus subtilis (strain 168) 124 +CAB14257.1 P11998 reviewed RISB_BACSU 6,7-dimethyl-8-ribityllumazine synthase (DMRL synthase) (LS) (Lumazine synthase) (EC 2.5.1.78) (Heavy riboflavin synthase beta subunit) (HRS beta subunit) ribH BSU23250 Bacillus subtilis (strain 168) 154 +CAB14258.1 P17620 reviewed RIBBA_BACSU Riboflavin biosynthesis protein RibBA [Includes: 3,4-dihydroxy-2-butanone 4-phosphate synthase (DHBP synthase) (EC 4.1.99.12); GTP cyclohydrolase-2 (EC 3.5.4.25) (GTP cyclohydrolase II)] ribBA ribA BSU23260 Bacillus subtilis (strain 168) 398 +CAB14259.1 P16440 reviewed RISA_BACSU Riboflavin synthase (RS) (EC 2.5.1.9) (Heavy riboflavin synthase alpha subunit) (HRS alpha subunit) (Light riboflavin synthase) ribE ribB BSU23270 Bacillus subtilis (strain 168) 215 +CAB14260.1 P17618 reviewed RIBD_BACSU Riboflavin biosynthesis protein RibD [Includes: Diaminohydroxyphosphoribosylaminopyrimidine deaminase (DRAP deaminase) (EC 3.5.4.26) (Riboflavin-specific deaminase); 5-amino-6-(5-phosphoribosylamino)uracil reductase (EC 1.1.1.193) (HTP reductase)] ribD ribG BSU23280 Bacillus subtilis (strain 168) 361 +CAB14262.1 P17616 reviewed YPUD_BACSU Uncharacterized protein YpuD (ORFX4) ypuD BSU23300 Bacillus subtilis (strain 168) 114 +CAB14263.1 P28628 reviewed LEPS_BACSU Signal peptidase I S (SPase I) (EC 3.4.21.89) (Leader peptidase I) sipS BSU23310 Bacillus subtilis (strain 168) 184 +CAB14264.1 O32012 reviewed YPZC_BACSU Uncharacterized protein YpzC ypzC BSU23320 Bacillus subtilis (strain 168) 78 +CAX52656.1 C0H447 reviewed YPZJ_BACSU Uncharacterized protein YpzJ ypzJ BSU23328 Bacillus subtilis (strain 168) 68 +CAB14266.1 P35151 reviewed YPUB_BACSU Uncharacterized protein YpuB (ORFX1) ypuB BSU23340 Bacillus subtilis (strain 168) 67 +CAB14267.1 O32013 reviewed YPZD_BACSU Spore germination protein-like protein YpzD ypzD BSU23350 Bacillus subtilis (strain 168) 70 +CAB14268.1 P35137 reviewed PPIB_BACSU Peptidyl-prolyl cis-trans isomerase B (PPIase B) (EC 5.2.1.8) (Rotamase B) ppiB BSU23360 Bacillus subtilis (strain 168) 143 +CAB14269.1 P31847 reviewed YPUA_BACSU Uncharacterized protein YpuA (ORFX19) ypuA BSU23370 Bacillus subtilis (strain 168) 290 +CAB14270.1 P23630 reviewed DCDA_BACSU Diaminopimelate decarboxylase (DAP decarboxylase) (DAPDC) (EC 4.1.1.20) lysA lys BSU23380 Bacillus subtilis (strain 168) 439 +CAB14271.2 P31845 reviewed SP5AF_BACSU Stage V sporulation protein AF spoVAF BSU23390 Bacillus subtilis (strain 168) 493 +CAX52658.1 P40870 reviewed S5AEA_BACSU Stage V sporulation protein AE spoVAEA spoVAE BSU23401 BSU23400 Bacillus subtilis (strain 168) 203 +CAX52659.1 C0H450 reviewed S5AEB_BACSU Stage V sporulation protein AEB spoVAEB BSU23402 Bacillus subtilis (strain 168) 116 +CAB14273.1 P40869 reviewed SP5AD_BACSU Stage V sporulation protein AD spoVAD BSU23410 Bacillus subtilis (strain 168) 338 +CAB14274.1 P40868 reviewed SP5AC_BACSU Stage V sporulation protein AC spoVAC BSU23420 Bacillus subtilis (strain 168) 150 +CAB14275.1 P40867 reviewed SP5AB_BACSU Stage V sporulation protein AB spoVAB BSU23430 Bacillus subtilis (strain 168) 141 +CAB14276.2 P40866 reviewed SP5AA_BACSU Stage V sporulation protein AA spoVAA BSU23440 Bacillus subtilis (strain 168) 206 +CAB14277.1 P07860 reviewed RPSF_BACSU RNA polymerase sigma-F factor (Sporulation sigma factor) (Stage II sporulation protein AC) sigF spoIIAC BSU23450 Bacillus subtilis (strain 168) 255 +CAB14278.1 P10728 reviewed SP2AB_BACSU Anti-sigma F factor (EC 2.7.11.1) (Stage II sporulation protein AB) spoIIAB BSU23460 Bacillus subtilis (strain 168) 146 +CAB14279.1 P10727 reviewed SP2AA_BACSU Anti-sigma F factor antagonist (Stage II sporulation protein AA) spoIIAA BSU23470 Bacillus subtilis (strain 168) 117 +CAB14280.1 P38422 reviewed DACF_BACSU D-alanyl-D-alanine carboxypeptidase DacF (DD-carboxypeptidase) (DD-peptidase) (EC 3.4.16.4) (Penicillin-binding protein DacF) (PBP) dacF BSU23480 Bacillus subtilis (strain 168) 389 +CAB14281.1 P46354 reviewed PUNA_BACSU Purine nucleoside phosphorylase 1 (PNP 1) (EC 2.4.2.1) (Inosine phosphorylase) (Inosine-guanosine phosphorylase) (Purine nucleoside phosphorylase I) (PNP I) (Pu-NPase I) punA deoD pnp yqkO BSU23490 Bacillus subtilis (strain 168) 271 +CAB14282.2 P46353 reviewed DEOB_BACSU Phosphopentomutase (EC 5.4.2.7) (Phosphodeoxyribomutase) drm yqkN BSU23500 Bacillus subtilis (strain 168) 394 +CAB14283.2 P46352 reviewed XERD_BACSU Tyrosine recombinase XerD xerD ripX ykqM BSU23510 Bacillus subtilis (strain 168) 296 +CAX52660.1 C0H451 reviewed YQZK_BACSU Uncharacterized membrane protein YqzK yqzK BSU23519 Bacillus subtilis (strain 168) 75 +CAB14284.2 P54574 reviewed FUR_BACSU Ferric uptake regulation protein (Ferric uptake regulator) fur yqkL BSU23520 Bacillus subtilis (strain 168) 149 +CAB14285.1 P37873 reviewed SP2M_BACSU Stage II sporulation protein M spoIIM BSU23530 Bacillus subtilis (strain 168) 214 +CAB14286.1 P54573 reviewed YQKK_BACSU Uncharacterized protein YqkK yqkK BSU23540 Bacillus subtilis (strain 168) 71 +CAB14287.1 P54572 reviewed MAO1_BACSU NAD-dependent malic enzyme 1 (NAD-ME 1) (EC 1.1.1.38) (Malate dehydrogenase MleA) mleA yqkJ BSU23550 Bacillus subtilis (strain 168) 439 +CAB14288.1 P54571 reviewed MLEN_BACSU Malate-2H(+)/Na(+)-lactate antiporter mleN yqkI BSU23560 Bacillus subtilis (strain 168) 468 +CAB14289.2 P26899 reviewed ASPA_BACSU Aspartate ammonia-lyase (Aspartase) (EC 4.3.1.1) ansB BSU23570 Bacillus subtilis (strain 168) 475 +CAB14290.1 P26900 reviewed ASPG1_BACSU L-asparaginase 1 (L-ASNase 1) (EC 3.5.1.1) (L-asparagine amidohydrolase 1) ansA BSU23580 Bacillus subtilis (strain 168) 329 +CAB14291.1 Q07683 reviewed ANSR_BACSU HTH-type transcriptional regulator AnsR (Ans operon repressor protein) ansR BSU23590 Bacillus subtilis (strain 168) 116 +CAB14292.2 P38423 reviewed YQXK_BACSU Uncharacterized protein YqxK (ORF2) yqxK yqkH BSU23600 Bacillus subtilis (strain 168) 387 +CAB14293.1 P54570 reviewed ADPP_BACSU ADP-ribose pyrophosphatase (EC 3.6.1.13) (ADP-ribose diphosphatase) (ADP-ribose phosphohydrolase) (ASPPase) (Adenosine diphosphoribose pyrophosphatase) (ADPR-PPase) nudF yqkG BSU23610 Bacillus subtilis (strain 168) 185 +CCQ48600.1 L8EBJ9 reviewed MCIZ_BACSU Cell division inhibitor MciZ (FtsZ assembly inhibitor) (Mother cell inhibitor of FtsZ) mciZ BSU_23616 Bacillus subtilis (strain 168) 40 +CAB14294.1 P54569 reviewed YQKF_BACSU Uncharacterized oxidoreductase YqkF (EC 1.-.-.-) yqkF BSU23620 Bacillus subtilis (strain 168) 306 +CAB14295.1 P54568 reviewed YQKE_BACSU Uncharacterized protein YqkE yqkE BSU23630 Bacillus subtilis (strain 168) 74 +CAB14296.1 P54567 reviewed YQKD_BACSU Uncharacterized protein YqkD yqkD BSU23640 Bacillus subtilis (strain 168) 305 +CAB14297.1 P54566 reviewed YQKC_BACSU Uncharacterized protein YqkC yqkC BSU23650 Bacillus subtilis (strain 168) 79 +CAB14298.1 P54565 reviewed YQKB_BACSU Uncharacterized protein YqkB yqkB BSU23660 Bacillus subtilis (strain 168) 107 +CAB14299.1 P54564 reviewed YQKA_BACSU UPF0157 protein YqkA yqkA BSU23670 Bacillus subtilis (strain 168) 343 +CAB14300.1 P54563 reviewed YQJZ_BACSU Uncharacterized protein YqjZ yqjZ BSU23680 Bacillus subtilis (strain 168) 114 +CAB14301.1 P54562 reviewed YQJY_BACSU Uncharacterized protein YqjY yqjY BSU23690 Bacillus subtilis (strain 168) 156 +CAB14302.1 P54561 reviewed YQJX_BACSU Uncharacterized protein YqjX yqjX BSU23700 Bacillus subtilis (strain 168) 112 +CAB14303.1 P54560 reviewed DPO42_BACSU DNA polymerase IV 2 (Pol IV 2) (EC 2.7.7.7) dinB2 yqjW BSU23710 Bacillus subtilis (strain 168) 412 +CAB14304.1 O32014 reviewed YQZH_BACSU Uncharacterized protein YqzH yqzH BSU23720 Bacillus subtilis (strain 168) 68 +CAB14305.2 P54559 reviewed YQJV_BACSU Uncharacterized MFS-type transporter YqjV yqjV BSU23730 Bacillus subtilis (strain 168) 410 +CAB14307.1 P54557 reviewed YQJT_BACSU Uncharacterized protein YqjT yqjT BSU23750 Bacillus subtilis (strain 168) 128 +CAB14308.2 P54556 reviewed COAA_BACSU Pantothenate kinase (EC 2.7.1.33) (Pantothenic acid kinase) coaA yqjS BSU23760 Bacillus subtilis (strain 168) 319 +CAB14309.2 P54555 reviewed SDHD_BACSU Probable D-serine dehydratase (EC 4.3.1.18) (D-serine deaminase) (DSD) dsdA yqjR BSU23770 Bacillus subtilis (strain 168) 448 +CAB14310.1 P54554 reviewed YQJQ_BACSU Uncharacterized oxidoreductase YqjQ (EC 1.-.-.-) yqjQ BSU23780 Bacillus subtilis (strain 168) 259 +CAB14311.1 P54553 reviewed YQJP_BACSU Probable metallo-hydrolase YqjP (EC 3.-.-.-) yqjP BSU23790 Bacillus subtilis (strain 168) 319 +CAB14312.1 P54552 reviewed P5CR2_BACSU Pyrroline-5-carboxylate reductase 2 (P5C reductase 2) (P5CR 2) (EC 1.5.1.2) (PCA reductase 2) proI yqjO BSU23800 Bacillus subtilis (strain 168) 278 +CAB14313.2 P54551 reviewed YQJN_BACSU Uncharacterized protein YqjN yqjN BSU23810 Bacillus subtilis (strain 168) 547 +CAB14314.1 P54550 reviewed NAMA_BACSU NADPH dehydrogenase (EC 1.6.99.1) (Xenobiotic reductase) namA yqjM BSU23820 Bacillus subtilis (strain 168) 338 +CAB14315.1 P54549 reviewed YQJL_BACSU Uncharacterized protein YqjL yqjL BSU23830 Bacillus subtilis (strain 168) 253 +CAB14316.1 P54548 reviewed RNZ_BACSU Ribonuclease Z (RNase Z) (EC 3.1.26.11) (tRNA 3 endonuclease) (tRNase Z) rnz yqjK BSU23840 Bacillus subtilis (strain 168) 307 +CAB14317.2 P54547 reviewed G6PD_BACSU Glucose-6-phosphate 1-dehydrogenase (G6PD) (EC 1.1.1.49) (Vegetative protein 11) (VEG11) zwf yqjJ BSU23850 Bacillus subtilis (strain 168) 489 +CAB14318.2 P80859 reviewed 6PGD_BACSU 6-phosphogluconate dehydrogenase, NADP(+)-dependent, decarboxylating (EC 1.1.1.44) (GNTZII) gndA yqjI BSU23860 Bacillus subtilis (strain 168) 469 +CAB14319.2 P54545 reviewed DPO41_BACSU DNA polymerase IV 1 (Pol IV 1) (EC 2.7.7.7) dinB1 yqjH BSU23870 Bacillus subtilis (strain 168) 414 +CAE01460.1 Q7WY64 reviewed MIFM_BACSU Membrane protein insertion and folding monitor (Sensor of SpoIIIJ activity) mifM yqzJ BSU23880 Bacillus subtilis (strain 168) 95 +CAB14320.1 P54544 reviewed MISCB_BACSU Membrane protein insertase MisCB (Foldase YidC 1) (Membrane integrase YidC 1) (Membrane protein YidC 1) misCB yqjG BSU23890 Bacillus subtilis (strain 168) 275 +CAB14321.3 P54543 reviewed YQJF_BACSU Uncharacterized protein YqjF yqjF BSU23900 Bacillus subtilis (strain 168) 242 +CAB14322.2 P54542 reviewed YQJE_BACSU Uncharacterized protein YqjE yqjE BSU23910 Bacillus subtilis (strain 168) 371 +CAB14323.2 P54541 reviewed PCCB_BACSU Putative propionyl-CoA carboxylase beta chain (PCCase) (EC 6.4.1.3) (Propanoyl-CoA:carbon dioxide ligase) yqjD BSU23920 Bacillus subtilis (strain 168) 507 +CAB14324.2 P54540 reviewed YQJC_BACSU Uncharacterized protein YqjC yqjC BSU23930 Bacillus subtilis (strain 168) 140 +CAB14325.1 P54539 reviewed YQJB_BACSU Putative L,D-transpeptidase YqjB (EC 2.-.-.-) yqjB BSU23940 Bacillus subtilis (strain 168) 176 +CAB14326.2 P54538 reviewed YQJA_BACSU Uncharacterized protein YqjA yqjA BSU23950 Bacillus subtilis (strain 168) 322 +CAB14327.1 P54537 reviewed ARTM_BACSU Arginine transport ATP-binding protein ArtM artM yqiZ BSU23960 Bacillus subtilis (strain 168) 240 +CAB14328.1 P54536 reviewed ARTQ_BACSU Arginine transport system permease protein ArtQ artQ yqiY BSU23970 Bacillus subtilis (strain 168) 219 +CAB14329.1 P54535 reviewed ARTP_BACSU Arginine-binding extracellular protein ArtP artP yqiX BSU23980 Bacillus subtilis (strain 168) 255 +CAB14330.1 P54534 reviewed BRXB_BACSU Bacilliredoxin BrxB (Brx-B) (Bacilliredoxin YqiW) (Dithiol bacilliredoxin) brxB yqiW BSU23990 Bacillus subtilis (strain 168) 145 +CAB14331.2 P39074 reviewed BMRU_BACSU Putative lipid kinase BmrU (EC 2.7.1.-) bmrU BSU24000 Bacillus subtilis (strain 168) 297 +CAB14332.2 P33449 reviewed BMR1_BACSU Multidrug resistance protein 1 (Multidrug-efflux transporter 1) bmr bmr1 BSU24010 Bacillus subtilis (strain 168) 389 +CAB14333.2 P39075 reviewed BMRR_BACSU Multidrug-efflux transporter 1 regulator bmrR bmr1R BSU24020 Bacillus subtilis (strain 168) 278 +CAB14334.1 P37942 reviewed ODB2_BACSU Lipoamide acyltransferase component of branched-chain alpha-keto acid dehydrogenase complex (EC 2.3.1.168) (Branched-chain alpha-keto acid dehydrogenase complex component E2) (BCKAD-E2) (BCKADE2) (Dihydrolipoamide acetyltransferase component of branched-chain alpha-keto acid dehydrogenase complex) (Dihydrolipoamide branched chain transacylase) (Dihydrolipoyllysine-residue (2-methylpropanoyl)transferase) bfmBB bfmB bfmB2 BSU24030 Bacillus subtilis (strain 168) 424 +CAB14335.1 P37941 reviewed ODBB_BACSU 2-oxoisovalerate dehydrogenase subunit beta (EC 1.2.4.4) (Branched-chain alpha-keto acid dehydrogenase E1 component beta chain) (BCKDH E1-beta) bfmBAB bfmB1b BSU24040 Bacillus subtilis (strain 168) 327 +CAB14336.1 P37940 reviewed ODBA_BACSU 2-oxoisovalerate dehydrogenase subunit alpha (EC 1.2.4.4) (Branched-chain alpha-keto acid dehydrogenase E1 component alpha chain) (BCKDH E1-alpha) bfmBAA bfmB1a BSU24050 Bacillus subtilis (strain 168) 330 +CAB14337.2 P54533 reviewed DLDH2_BACSU Dihydrolipoyl dehydrogenase (EC 1.8.1.4) (Dihydrolipoamide dehydrogenase) (E3 component of branched-chain alpha-keto acid dehydrogenase complex) (LPD-Val) bfmBC yqiV BSU24060 Bacillus subtilis (strain 168) 474 +CAB14338.2 P54532 reviewed BUK_BACSU Probable butyrate kinase (BK) (EC 2.7.2.7) (Branched-chain carboxylic acid kinase) buk yqiU BSU24070 Bacillus subtilis (strain 168) 363 +CAB14339.1 P54531 reviewed DHLE_BACSU Leucine dehydrogenase (LeuDH) (EC 1.4.1.9) yqiT BSU24080 Bacillus subtilis (strain 168) 364 +CAB14340.2 P54530 reviewed PTB_BACSU Probable phosphate butyryltransferase (EC 2.3.1.19) (Phosphotransbutyrylase) yqiS BSU24090 Bacillus subtilis (strain 168) 299 +CAB14341.1 P54529 reviewed YQIR_BACSU Putative sigma L-dependent transcriptional regulator YqiR yqiR BSU24100 Bacillus subtilis (strain 168) 692 +CAB14342.1 O32015 reviewed YQZF_BACSU Uncharacterized protein YqzF yqzF BSU24110 Bacillus subtilis (strain 168) 78 +CAB14343.1 P54528 reviewed MMGF_BACSU 2-methylisocitrate lyase (2-MIC) (MICL) (EC 4.1.3.-) mmgF prpB yqiQ BSU24120 Bacillus subtilis (strain 168) 301 +CAB14344.2 P45859 reviewed MMGE_BACSU Citrate/2-methylcitrate dehydratase (EC 4.2.1.-) mmgE prpD yqiP BSU24130 Bacillus subtilis (strain 168) 472 +CAB14345.1 P45858 reviewed MMGD_BACSU Citrate/2-methylcitrate synthase (EC 2.3.3.-) (EC 2.3.3.16) (2-methylcitrate synthase) (2-MCS) (MCS) (Citrate synthase) mmgD yqiO BSU24140 Bacillus subtilis (strain 168) 372 +CAB14346.2 P45857 reviewed ACDB_BACSU Acyl-CoA dehydrogenase (EC 1.3.99.-) mmgC yqiN BSU24150 Bacillus subtilis (strain 168) 379 +CAB14347.2 P45856 reviewed HBD_BACSU Probable 3-hydroxybutyryl-CoA dehydrogenase (EC 1.1.1.157) (Beta-hydroxybutyryl-CoA dehydrogenase) (BHBD) mmgB yqiM BSU24160 Bacillus subtilis (strain 168) 287 +CAB14348.1 P45855 reviewed THL_BACSU Acetyl-CoA acetyltransferase (EC 2.3.1.9) (Acetoacetyl-CoA thiolase) mmgA yqiL BSU24170 Bacillus subtilis (strain 168) 393 +CAB14349.2 P54527 reviewed YQIK_BACSU Uncharacterized protein YqiK yqiK BSU24180 Bacillus subtilis (strain 168) 243 +CAB14350.2 P54525 reviewed YQII_BACSU Uncharacterized protein YqiI yqiI BSU24190 Bacillus subtilis (strain 168) 206 +CAB14351.2 P40770 reviewed YQIH_BACSU Uncharacterized lipoprotein YqiH (PSPB9') yqiH yzpA BSU24200 Bacillus subtilis (strain 168) 97 +SOX90573.1 A0A2K4Z9K5 unreviewed A0A2K4Z9K5_BACSU Lipoprotein BSU_24205 HIR78_14395 Bacillus subtilis (strain 168) 50 +CAB14352.1 P54524 reviewed YQIG_BACSU Probable NADH-dependent flavin oxidoreductase YqiG (EC 1.-.-.-) yqiG BSU24210 Bacillus subtilis (strain 168) 372 +CAB14353.1 P06534 reviewed SP0A_BACSU Stage 0 sporulation protein A (Stage 0 sporulation protein C) (Stage 0 sporulation protein G) spo0A spo0C spo0G BSU24220 Bacillus subtilis (strain 168) 267 +CAB14354.2 P17896 reviewed SP4B_BACSU SpoIVB peptidase (EC 3.4.21.116) (Sporulation factor IV B protease) (Stage IV sporulation protein B) [Cleaved into: SpoIVB peptidase 45 kDa isoform; SpoIVB peptidase 43 kDa isoform; SpoIVB peptidase 42 kDa isoform] spoIVB BSU24230 Bacillus subtilis (strain 168) 426 +CAB14355.2 P17894 reviewed RECN_BACSU DNA repair protein RecN (Recombination protein N) recN BSU24240 Bacillus subtilis (strain 168) 576 +CAB14356.1 P17893 reviewed ARGR_BACSU Arginine repressor (Arginine hydroxamate resistance protein) argR ahrC BSU24250 Bacillus subtilis (strain 168) 149 +CAB14357.2 P19672 reviewed YQXC_BACSU Putative rRNA methyltransferase YqxC (EC 2.1.1.-) yqxC yqiF BSU24260 Bacillus subtilis (strain 168) 281 +CAB14358.1 P54523 reviewed DXS_BACSU 1-deoxy-D-xylulose-5-phosphate synthase (EC 2.2.1.7) (1-deoxyxylulose-5-phosphate synthase) (DXP synthase) (DXPS) dxs yqiE BSU24270 Bacillus subtilis (strain 168) 633 +CAB14359.2 P54383 reviewed ISPA_BACSU Farnesyl diphosphate synthase (FPP synthase) (EC 2.5.1.10) ((2E,6E)-farnesyl diphosphate synthase) (Geranyltranstransferase) ispA yqiD BSU24280 Bacillus subtilis (strain 168) 296 +CAB14360.2 P54522 reviewed EX7S_BACSU Exodeoxyribonuclease 7 small subunit (EC 3.1.11.6) (Exodeoxyribonuclease VII small subunit) (Exonuclease VII small subunit) xseB yqiC BSU24290 Bacillus subtilis (strain 168) 84 +CAB14361.2 P54521 reviewed EX7L_BACSU Exodeoxyribonuclease 7 large subunit (EC 3.1.11.6) (Exodeoxyribonuclease VII large subunit) (Exonuclease VII large subunit) xseA yqiB BSU24300 Bacillus subtilis (strain 168) 448 +CAB14362.1 P54382 reviewed FOLD_BACSU Bifunctional protein FolD [Includes: Methylenetetrahydrofolate dehydrogenase (EC 1.5.1.5); Methenyltetrahydrofolate cyclohydrolase (EC 3.5.4.9)] folD yqiA BSU24310 Bacillus subtilis (strain 168) 283 +CAB14363.2 P54520 reviewed NUSB_BACSU Transcription antitermination protein NusB (Antitermination factor NusB) nusB yqhZ BSU24320 Bacillus subtilis (strain 168) 131 +CAB14364.2 P54519 reviewed YQHY_BACSU Uncharacterized protein YqhY yqhY BSU24330 Bacillus subtilis (strain 168) 135 +CAB14365.2 P49787 reviewed ACCC1_BACSU Biotin carboxylase 1 (EC 6.3.4.14) (Acetyl-coenzyme A carboxylase biotin carboxylase subunit A 1) accC1 accC yqhX BSU24340 Bacillus subtilis (strain 168) 450 +CAB14366.1 P49786 reviewed BCCP_BACSU Biotin carboxyl carrier protein of acetyl-CoA carboxylase (BCCP) accB fabE yqhW BSU24350 Bacillus subtilis (strain 168) 159 +CAB14367.2 P49785 reviewed SP3AH_BACSU Stage III sporulation protein AH spoIIIAH BSU24360 Bacillus subtilis (strain 168) 218 +CAB14368.2 P49784 reviewed SP3AG_BACSU Stage III sporulation protein AG spoIIIAG BSU24370 Bacillus subtilis (strain 168) 229 +CAB14369.1 P49783 reviewed SP3AF_BACSU Stage III sporulation protein AF spoIIIAF BSU24380 Bacillus subtilis (strain 168) 206 +CAB14370.2 P49782 reviewed SP3AE_BACSU Stage III sporulation protein AE spoIIIAE BSU24390 Bacillus subtilis (strain 168) 399 +CAB14371.1 P49781 reviewed SP3AD_BACSU Stage III sporulation protein AD spoIIIAD BSU24400 Bacillus subtilis (strain 168) 133 +CAB14372.1 P49780 reviewed SP3AC_BACSU Stage III sporulation protein AC spoIIIAC BSU24410 Bacillus subtilis (strain 168) 68 +CAB14373.1 Q01368 reviewed SP3AB_BACSU Stage III sporulation protein AB spoIIIAB BSU24420 Bacillus subtilis (strain 168) 171 +CAB14374.1 Q01367 reviewed SP3AA_BACSU Stage III sporulation protein AA spoIIIAA BSU24430 Bacillus subtilis (strain 168) 307 +CAB14375.1 P49779 reviewed YQHV_BACSU Uncharacterized protein YqhV yqhV yqgE BSU24440 Bacillus subtilis (strain 168) 93 +CAB14376.2 P49778 reviewed EFP_BACSU Elongation factor P (EF-P) efp yqgF yqhU BSU24450 Bacillus subtilis (strain 168) 185 +CAB14377.1 P54518 reviewed YQHT_BACSU Uncharacterized peptidase YqhT (EC 3.4.-.-) yqhT BSU24460 Bacillus subtilis (strain 168) 353 +CAB14378.1 P54517 reviewed AROQ_BACSU 3-dehydroquinate dehydratase (3-dehydroquinase) (EC 4.2.1.10) (Type II DHQase) yqhS BSU24470 Bacillus subtilis (strain 168) 148 +CAB14379.1 P54516 reviewed YQHR_BACSU Uncharacterized protein YqhR yqhR BSU24480 Bacillus subtilis (strain 168) 178 +CAB14380.2 P54515 reviewed YQHQ_BACSU Uncharacterized protein YqhQ yqhQ BSU24490 Bacillus subtilis (strain 168) 318 +CAB14381.1 P54514 reviewed YQHP_BACSU Uncharacterized protein YqhP yqhP BSU24500 Bacillus subtilis (strain 168) 131 +CAB14382.1 P54513 reviewed YQHO_BACSU Uncharacterized protein YqhO (EC 3.1.1.-) yqhO BSU24510 Bacillus subtilis (strain 168) 291 +CAB14383.2 P54512 reviewed MNTR_BACSU HTH-type transcriptional regulator MntR (Manganese transport regulator) (Manganese(II) metalloregulatory protein MntR) mntR yqhN BSU24520 Bacillus subtilis (strain 168) 142 +CAB14384.1 P54511 reviewed LIPM_BACSU Octanoyltransferase LipM (EC 2.3.1.181) (Octanoyl-[acyl-carrier-protein]:[GcvH] N-octanoyltransferase) lipM yqhM BSU24530 Bacillus subtilis (strain 168) 278 +CAB14385.2 P54510 reviewed YQHL_BACSU Uncharacterized protein YqhL yqhL BSU24540 Bacillus subtilis (strain 168) 126 +CAB14386.1 P54377 reviewed GCSPB_BACSU Probable glycine dehydrogenase (decarboxylating) subunit 2 (EC 1.4.4.2) (Glycine cleavage system P-protein subunit 2) (Glycine decarboxylase subunit 2) (Glycine dehydrogenase (aminomethyl-transferring) subunit 2) gcvPB yqhK BSU24550 Bacillus subtilis (strain 168) 488 +CAB14387.2 P54376 reviewed GCSPA_BACSU Probable glycine dehydrogenase (decarboxylating) subunit 1 (EC 1.4.4.2) (Glycine cleavage system P-protein subunit 1) (Glycine decarboxylase subunit 1) (Glycine dehydrogenase (aminomethyl-transferring) subunit 1) gcvPA yqhJ BSU24560 Bacillus subtilis (strain 168) 448 +CAB14388.2 P54378 reviewed GCST_BACSU Aminomethyltransferase (EC 2.1.2.10) (Glycine cleavage system T protein) gcvT yqhI BSU24570 Bacillus subtilis (strain 168) 362 +CAB14389.1 P54509 reviewed YQHH_BACSU Uncharacterized ATP-dependent helicase YqhH (EC 3.6.4.-) yqhH BSU24580 Bacillus subtilis (strain 168) 557 +CAB14390.1 P54508 reviewed YQHG_BACSU Uncharacterized protein YqhG yqhG BSU24590 Bacillus subtilis (strain 168) 264 +CAB14391.1 P23308 reviewed SINI_BACSU Protein SinI sinI BSU24600 Bacillus subtilis (strain 168) 57 +CAB14392.1 P06533 reviewed SINR_BACSU HTH-type transcriptional regulator SinR sinR flaD sin BSU24610 Bacillus subtilis (strain 168) 111 +CAB14393.1 P54507 reviewed TASA_BACSU Major biofilm matrix component (Spore coat-associated protein N) (Translocation-dependent antimicrobial spore component) tasA cotN yqhF BSU24620 Bacillus subtilis (strain 168) 261 +CAB14394.1 P54506 reviewed LEPW_BACSU Signal peptidase I W (SPase I) (EC 3.4.21.89) (Leader peptidase I) sipW yqhE BSU24630 Bacillus subtilis (strain 168) 190 +CAB14395.1 P40949 reviewed TAPA_BACSU TasA anchoring/assembly protein (Biofilm assembly accessory protein TapA) tapA yqhD yqxM BSU24640 Bacillus subtilis (strain 168) 253 +CAB14396.1 O32019 reviewed YQZG_BACSU Uncharacterized protein YqzG yqzG BSU24650 Bacillus subtilis (strain 168) 108 +CAB14397.2 O32020 reviewed YQZE_BACSU Uncharacterized protein YqzE yqzE BSU24660 Bacillus subtilis (strain 168) 59 +CAB14398.1 P25959 reviewed COMGG_BACSU Competence protein ComGG (ComG operon protein 7) (Minor pilin ComGG) comGG comG7 BSU24670 Bacillus subtilis (strain 168) 124 +CAB14399.1 P25958 reviewed COMGF_BACSU Competence protein ComGF (ComG operon protein 6) (Minor pilin ComGF) comGF comG6 BSU24680 Bacillus subtilis (strain 168) 127 +CAB14400.1 P25957 reviewed COMGE_BACSU ComG operon protein 5 comGE comG5 BSU24690 Bacillus subtilis (strain 168) 115 +CAB14401.1 P25956 reviewed COMGD_BACSU Competence protein ComGD (ComG operon protein 4) (Minor pilin ComGD) comGD comG4 BSU24700 Bacillus subtilis (strain 168) 143 +CAB14402.1 P25955 reviewed COMGC_BACSU Competence protein ComGC (ComG operon protein 3) comGC comG3 BSU24710 Bacillus subtilis (strain 168) 98 +CAB14403.1 P25954 reviewed COMGB_BACSU ComG operon protein 2 comGB comG2 BSU24720 Bacillus subtilis (strain 168) 323 +CAB14404.1 P25953 reviewed COMGA_BACSU Competence protein ComGA (ComG operon protein 1) comGA comG1 BSU24730 Bacillus subtilis (strain 168) 356 +CAB14405.1 P40948 reviewed CORA_BACSU Magnesium transport protein CorA corA yqhC yqxL BSU24740 Bacillus subtilis (strain 168) 317 +CAB14406.1 P54505 reviewed YQHB_BACSU UPF0053 protein YqhB yqhB BSU24750 Bacillus subtilis (strain 168) 442 +CAB14407.2 P54504 reviewed RSBRD_BACSU RsbT co-antagonist protein RsbRD (Stressosome protein RsbRD) rsbRD yqhA BSU24760 Bacillus subtilis (strain 168) 278 +CAB14408.2 P54503 reviewed MGSR_BACSU Regulatory protein MgsR (Modulator of the general stress response) mgsR yqgZ BSU24770 Bacillus subtilis (strain 168) 126 +CAB14409.1 P54502 reviewed YQGY_BACSU Uncharacterized protein YqgY yqgY BSU24780 Bacillus subtilis (strain 168) 81 +CAB14410.1 P54501 reviewed YQGX_BACSU Probable metallo-hydrolase YqgX (EC 3.-.-.-) yqgX BSU24790 Bacillus subtilis (strain 168) 211 +CAB14411.1 P54500 reviewed YQGW_BACSU Uncharacterized protein YqgW yqgW BSU24800 Bacillus subtilis (strain 168) 57 +CAB14412.2 P54499 reviewed YQGV_BACSU UPF0045 protein YqgV yqgV BSU24810 Bacillus subtilis (strain 168) 104 +CAB14413.2 P54498 reviewed YQGU_BACSU Uncharacterized lipoprotein YqgU yqgU BSU24820 Bacillus subtilis (strain 168) 353 +CAB14414.1 P54497 reviewed YQGT_BACSU Uncharacterized protein YqgT yqgT BSU24830 Bacillus subtilis (strain 168) 376 +CAB14415.2 P54496 reviewed YQGS_BACSU Lipoteichoic acid synthase-like YqgS [Cleaved into: Uncharacterized protein YqgS; Processed uncharacterized protein YqgS] yqgS BSU24840 Bacillus subtilis (strain 168) 638 +CAB14416.2 P54495 reviewed GLK_BACSU Glucokinase (EC 2.7.1.2) (Glucose kinase) glcK yqgR BSU24850 Bacillus subtilis (strain 168) 321 +CAB14417.1 P54494 reviewed YQGQ_BACSU Uncharacterized protein YqgQ yqgQ BSU24860 Bacillus subtilis (strain 168) 71 +CAB14418.2 P54493 reviewed GLUP_BACSU Rhomboid protease GluP (EC 3.4.21.105) (Intramembrane serine protease) gluP yqgP BSU24870 Bacillus subtilis (strain 168) 507 +CAB14419.1 P54492 reviewed YQGO_BACSU Uncharacterized protein YqgO yqgO BSU24880 Bacillus subtilis (strain 168) 57 +CAB14420.1 P54491 reviewed YQGN_BACSU Uncharacterized protein YqgN yqgN BSU24890 Bacillus subtilis (strain 168) 187 +CAE01461.2 P56849 reviewed RL331_BACSU Large ribosomal subunit protein bL33A (50S ribosomal protein L33 1) rpmGA rpmG1 BSU24900 Bacillus subtilis (strain 168) 49 +CAB14421.2 P54490 reviewed YQGM_BACSU Uncharacterized glycosyltransferase YqgM (EC 2.4.-.-) yqgM BSU24910 Bacillus subtilis (strain 168) 359 +CAB14422.1 P54489 reviewed YQGL_BACSU Uncharacterized protein YqgL yqgL BSU24920 Bacillus subtilis (strain 168) 156 +CAB14423.1 O32022 reviewed YQZD_BACSU Uncharacterized protein YqzD yqzD BSU24930 Bacillus subtilis (strain 168) 117 +CAB14424.2 O32023 reviewed YQZC_BACSU Uncharacterized protein YqzC yqzC BSU24940 Bacillus subtilis (strain 168) 154 +CAB14425.1 P46342 reviewed PSTB1_BACSU Phosphate import ATP-binding protein PstB 1 (EC 7.3.2.1) (ABC phosphate transporter 1) (Phosphate-transporting ATPase 1) pstB1 pstBB yqgK yzmF BSU24950 Bacillus subtilis (strain 168) 260 +CAB14426.1 P46341 reviewed PSTB2_BACSU Phosphate import ATP-binding protein PstB 2 (EC 7.3.2.1) (ABC phosphate transporter 2) (Phosphate-transporting ATPase 2) pstB2 pstBA yqgJ yzmE BSU24960 Bacillus subtilis (strain 168) 269 +CAB14427.2 P46340 reviewed YQGI_BACSU Probable ABC transporter permease protein YqgI yqgI yzmD BSU24970 Bacillus subtilis (strain 168) 294 +CAB14428.2 P46339 reviewed YQGH_BACSU Probable ABC transporter permease protein YqgH yqgH yzmC BSU24980 Bacillus subtilis (strain 168) 309 +CAB14429.1 P46338 reviewed PSTS_BACSU Phosphate-binding protein PstS (PBP) pstS yqgG yzmB BSU24990 Bacillus subtilis (strain 168) 300 +CAB14430.1 P54488 reviewed PBP2A_BACSU Penicillin-binding protein 2A (PBP-2B) (EC 3.4.16.4) pbpA yqgF BSU25000 Bacillus subtilis (strain 168) 716 +CAB14431.2 P54487 reviewed YQGE_BACSU Uncharacterized protein YqgE yqgE BSU25010 Bacillus subtilis (strain 168) 430 +CAB14432.3 P54375 reviewed SODM_BACSU Superoxide dismutase [Mn] (EC 1.15.1.1) (General stress protein 24) (GSP24) sodA yqgD BSU25020 Bacillus subtilis (strain 168) 202 +CAB14433.1 P54486 reviewed YQGC_BACSU Uncharacterized protein YqgC yqgC BSU25030 Bacillus subtilis (strain 168) 160 +CAB14434.2 P54485 reviewed YQGB_BACSU Uncharacterized protein YqgB yqgB BSU25040 Bacillus subtilis (strain 168) 255 +CAB14435.2 P54484 reviewed YQGA_BACSU Cell wall-binding protein YqgA yqgA BSU25050 Bacillus subtilis (strain 168) 142 +CAB14436.1 P54483 reviewed YQFZ_BACSU Uncharacterized protein YqfZ yqfZ BSU25060 Bacillus subtilis (strain 168) 99 +CAB14437.1 P54482 reviewed ISPG_BACSU 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase (flavodoxin) (EC 1.17.7.3) (1-hydroxy-2-methyl-2-(E)-butenyl 4-diphosphate synthase) ispG yqfY BSU25070 Bacillus subtilis (strain 168) 377 +CAB14438.1 P54481 reviewed YQFX_BACSU Uncharacterized protein YqfX yqfX BSU25080 Bacillus subtilis (strain 168) 129 +CAB14439.1 P54480 reviewed YQFW_BACSU Putative nucleotidase YqfW (EC 3.1.3.-) yqfW BSU25090 Bacillus subtilis (strain 168) 193 +CAB14440.2 P54479 reviewed ZUR_BACSU Zinc-specific metallo-regulatory protein zur yqfV BSU25100 Bacillus subtilis (strain 168) 145 +CAB14441.2 P54478 reviewed YQFU_BACSU UPF0750 membrane protein YqfU yqfU BSU25110 Bacillus subtilis (strain 168) 293 +CAB14442.1 P54477 reviewed YQFT_BACSU Uncharacterized protein YqfT yqfT BSU25120 Bacillus subtilis (strain 168) 84 +CAB14443.1 P54476 reviewed END4_BACSU Probable endonuclease 4 (EC 3.1.21.2) (Endodeoxyribonuclease IV) (Endonuclease IV) nfo yqfS BSU25130 Bacillus subtilis (strain 168) 297 +CAB14444.1 P54475 reviewed CSHB_BACSU DEAD-box ATP-dependent RNA helicase CshB (EC 3.6.4.13) cshB yqfR BSU25140 Bacillus subtilis (strain 168) 438 +CAB14445.1 P54474 reviewed YQFQ_BACSU Uncharacterized protein YqfQ yqfQ BSU25150 Bacillus subtilis (strain 168) 247 +CAB14446.2 P54473 reviewed ISPH_BACSU 4-hydroxy-3-methylbut-2-enyl diphosphate reductase (HMBPP reductase) (EC 1.17.7.4) ispH yqfP BSU25160 Bacillus subtilis (strain 168) 314 +CAB14447.1 P54472 reviewed GCH1L_BACSU GTP cyclohydrolase 1 type 2 homolog yqfO BSU25170 Bacillus subtilis (strain 168) 373 +CAB14448.1 P54471 reviewed TRMK_BACSU tRNA (adenine(22)-N(1))-methyltransferase (EC 2.1.1.217) (TrMet(m1A22)) (tRNA(m1A22)-methyltransferase) (tRNA(m1A22)MTase) trmK yqfN BSU25180 Bacillus subtilis (strain 168) 238 +CAB14449.1 P24469 reviewed C550_BACSU Cytochrome c-550 (Cytochrome c A) cccA BSU25190 Bacillus subtilis (strain 168) 120 +CAB14450.2 P06224 reviewed SIGA_BACSU RNA polymerase sigma factor SigA (Sigma-43) (Sigma-A) sigA rpoD BSU25200 Bacillus subtilis (strain 168) 371 +CAB14451.2 P05096 reviewed DNAG_BACSU DNA primase (EC 2.7.7.101) dnaG dnaE BSU25210 Bacillus subtilis (strain 168) 603 +CAE01462.1 Q7WY63 reviewed ANTE_BACSU Protein AntE antE BSU25220 Bacillus subtilis (strain 168) 98 +CAB14452.2 P17868 reviewed YQXD_BACSU UPF0178 protein YqxD (p23) yqxD yqfM BSU25230 Bacillus subtilis (strain 168) 164 +CAB14453.1 P54470 reviewed PDRP_BACSU Putative pyruvate, phosphate dikinase regulatory protein (PPDK regulatory protein) (EC 2.7.11.32) (EC 2.7.4.27) yqfL BSU25240 Bacillus subtilis (strain 168) 270 +CAB14454.1 O34994 reviewed CCPN_BACSU Transcriptional repressor CcpN (Catabolite control protein N) (Control catabolite protein of gluconeogenesis) ccpN yqzB BSU25250 Bacillus subtilis (strain 168) 212 +CAB14455.2 P54381 reviewed SYGB_BACSU Glycine--tRNA ligase beta subunit (EC 6.1.1.14) (Glycyl-tRNA synthetase beta subunit) (GlyRS) glyS yqfK BSU25260 Bacillus subtilis (strain 168) 679 +CAB14456.1 P54380 reviewed SYGA_BACSU Glycine--tRNA ligase alpha subunit (EC 6.1.1.14) (Glycyl-tRNA synthetase alpha subunit) (GlyRS) glyQ yqfJ BSU25270 Bacillus subtilis (strain 168) 295 +CAB14457.2 P42095 reviewed RECO_BACSU DNA repair protein RecO (Recombination protein O) recO yqfI yqxN BSU25280 Bacillus subtilis (strain 168) 255 +CAX52661.1 C0H452 reviewed YQZL_BACSU Uncharacterized protein YqzL yqzL BSU25289 Bacillus subtilis (strain 168) 47 +CAB14458.1 P42182 reviewed ERA_BACSU GTPase Era (Bex protein) era bex yqfH BSU25290 Bacillus subtilis (strain 168) 301 +CAB14459.1 P19079 reviewed CDD_BACSU Cytidine deaminase (CDA) (EC 3.5.4.5) (Cytidine aminohydrolase) cdd BSU25300 Bacillus subtilis (strain 168) 136 +CAB14460.2 P19638 reviewed UDPK_BACSU Undecaprenol kinase (UdpK) (EC 2.7.1.66) dgkA dgk yqxF BSU25310 Bacillus subtilis (strain 168) 123 +CAB14461.2 P46347 reviewed YBEY_BACSU Endoribonuclease YbeY (EC 3.1.-.-) ybeY yqfG BSU25320 Bacillus subtilis (strain 168) 157 +CAB14462.1 P46344 reviewed PGPH_BACSU Cyclic-di-AMP phosphodiesterase PgpH (c-di-AMP phosphodiesterase) (EC 3.1.4.59) pgpH yqfF BSU25330 Bacillus subtilis (strain 168) 711 +CAB14476.2 P46343 reviewed PHOL_BACSU PhoH-like protein phoH yqfE BSU25340 Bacillus subtilis (strain 168) 319 +CAB14477.2 P54469 reviewed YQFD_BACSU Uncharacterized protein YqfD yqfD BSU25350 Bacillus subtilis (strain 168) 398 +CAB14478.1 P54468 reviewed YQFC_BACSU Uncharacterized protein YqfC yqfC BSU25360 Bacillus subtilis (strain 168) 93 +CAB14479.2 P54467 reviewed YQFB_BACSU Membrane protein YqfB yqfB BSU25370 Bacillus subtilis (strain 168) 139 +CAB14480.1 P54466 reviewed FLOA_BACSU Flotillin-like protein FloA floA yqfA BSU25380 Bacillus subtilis (strain 168) 331 +CAB14481.1 P54465 reviewed NFED1_BACSU Membrane protein NfeD1b nfeD1 yqeZ BSU25390 Bacillus subtilis (strain 168) 437 +CAB14482.1 P54464 reviewed YQEY_BACSU Uncharacterized protein YqeY yqeY BSU25400 Bacillus subtilis (strain 168) 148 +CAB14483.1 P21478 reviewed RS21_BACSU Small ribosomal subunit protein bS21 (30S ribosomal protein S21) (BS-B) rpsU yqeX BSU25410 Bacillus subtilis (strain 168) 57 +CAB14484.2 P54463 reviewed YQEW_BACSU Uncharacterized protein YqeW yqeW BSU25420 Bacillus subtilis (strain 168) 307 +CAB14485.1 P54462 reviewed MTAB_BACSU Threonylcarbamoyladenosine tRNA methylthiotransferase MtaB (EC 2.8.4.5) (tRNA-t(6)A37 methylthiotransferase) mtaB tmtB yqeV BSU25430 Bacillus subtilis (strain 168) 451 +CAB14486.1 P54461 reviewed RSME_BACSU Ribosomal RNA small subunit methyltransferase E (EC 2.1.1.193) (16S rRNA m3U1498 methyltransferase) rsmE yqeU BSU25440 Bacillus subtilis (strain 168) 256 +CAB14487.2 P54460 reviewed PRMA_BACSU Ribosomal protein L11 methyltransferase (L11 Mtase) (EC 2.1.1.-) prmA yqeT BSU25450 Bacillus subtilis (strain 168) 311 +CAB14488.2 P17631 reviewed DNAJ_BACSU Chaperone protein DnaJ dnaJ BSU25460 Bacillus subtilis (strain 168) 375 +CAB14489.1 P17820 reviewed DNAK_BACSU Chaperone protein DnaK (HSP70) (Heat shock 70 kDa protein) (Heat shock protein 70) dnaK BSU25470 Bacillus subtilis (strain 168) 611 +CAB14490.1 P15874 reviewed GRPE_BACSU Protein GrpE (HSP-70 cofactor) grpE BSU25480 Bacillus subtilis (strain 168) 187 +CAB14491.1 P25499 reviewed HRCA_BACSU Heat-inducible transcription repressor HrcA hrcA yqeS yqxE BSU25490 Bacillus subtilis (strain 168) 343 +CAB14492.2 P54304 reviewed HEMW_BACSU Heme chaperone HemW hemW hemN yqeR BSU25500 Bacillus subtilis (strain 168) 379 +CAB14493.1 P37949 reviewed LEPA_BACSU Elongation factor 4 (EF-4) (EC 3.6.5.n1) (Ribosomal back-translocase LepA) lepA yqeQ yqxB BSU25510 Bacillus subtilis (strain 168) 612 +CAB14494.1 P38425 reviewed YQXA_BACSU Uncharacterized protein YqxA (ORF79) yqxA yqeP BSU25520 Bacillus subtilis (strain 168) 112 +CAB14495.1 P37968 reviewed SP2P_BACSU Stage II sporulation protein P spoIIP BSU25530 Bacillus subtilis (strain 168) 401 +CAB14496.1 P22322 reviewed GPR_BACSU Germination protease (EC 3.4.24.78) (GPR endopeptidase) (Germination proteinase) (Spore protease) gpr BSU25540 Bacillus subtilis (strain 168) 368 +CAB14497.2 P21477 reviewed RS20_BACSU Small ribosomal subunit protein bS20 (30S ribosomal protein S20) (BS20) rpsT yqeO BSU25550 Bacillus subtilis (strain 168) 88 +CAB14498.1 P54459 reviewed YQEN_BACSU Uncharacterized protein YqeN yqeN BSU25560 Bacillus subtilis (strain 168) 347 +SOX90574.1 A0A2K4Z9K3 unreviewed A0A2K4Z9K3_BACSU Uncharacterized protein BSU_25565 HIR78_15085 Bacillus subtilis (strain 168) 49 +CAX52662.1 C0H453 reviewed YQZM_BACSU Uncharacterized membrane protein YqzM yqzM BSU25569 Bacillus subtilis (strain 168) 44 +CAB14499.1 P39695 reviewed COMEC_BACSU ComE operon protein 3 comEC comE3 BSU25570 Bacillus subtilis (strain 168) 776 +CAB14500.1 P32393 reviewed COMEB_BACSU ComE operon protein 2 (EC 3.5.-.-) comEB comE2 BSU25580 Bacillus subtilis (strain 168) 189 +CAB14501.1 P39694 reviewed COMEA_BACSU ComE operon protein 1 comEA comE1 BSU25590 Bacillus subtilis (strain 168) 205 +CAB14502.1 P39696 reviewed COMER_BACSU ComE operon protein 4 comER comE4 comED BSU25600 Bacillus subtilis (strain 168) 273 +CAB14503.1 P54458 reviewed YQEM_BACSU Putative methyltransferase YqeM (EC 2.1.1.-) yqeM BSU25610 Bacillus subtilis (strain 168) 247 +CAB14504.1 P54457 reviewed IOJAP_BACSU Ribosomal silencing factor RsfS rsfS yqeL BSU25620 Bacillus subtilis (strain 168) 118 +CAB14505.1 P54456 reviewed AP4AH_BACSU Bis(5'-nucleosyl)-tetraphosphatase, symmetrical (EC 3.6.1.41) (Ap4A hydrolase) yqeK BSU25630 Bacillus subtilis (strain 168) 186 +CAB14506.1 P54455 reviewed NADD_BACSU Nicotinate-nucleotide adenylyltransferase (EC 2.7.7.18) (Deamido-NAD(+) diphosphorylase) (Deamido-NAD(+) pyrophosphorylase) (Nicotinate mononucleotide adenylyltransferase) (NaMN adenylyltransferase) nadD yqeJ BSU25640 Bacillus subtilis (strain 168) 189 +CAB14507.1 P54454 reviewed YQEI_BACSU Probable RNA-binding protein YqeI yqeI BSU25650 Bacillus subtilis (strain 168) 96 +CAB14508.2 P54374 reviewed AROE_BACSU Shikimate dehydrogenase (NADP(+)) (SDH) (EC 1.1.1.25) aroE aroD BSU25660 Bacillus subtilis (strain 168) 280 +CAB14509.1 P54453 reviewed YQEH_BACSU Uncharacterized protein YqeH yqeH BSU25670 Bacillus subtilis (strain 168) 366 +CAB14510.1 P54452 reviewed YQEG_BACSU Probable phosphatase YqeG (EC 3.1.3.-) yqeG BSU25680 Bacillus subtilis (strain 168) 172 +CAE01463.1 Q7WY62 reviewed SDA_BACSU Sporulation inhibitor sda (Histidine kinase KinA inhibitor) sda BSU25690 Bacillus subtilis (strain 168) 52 +CAB14511.1 P54451 reviewed YQEF_BACSU Uncharacterized lipoprotein YqeF yqeF BSU25700 Bacillus subtilis (strain 168) 243 +CAB14512.1 P54450 reviewed CWLH_BACSU N-acetylmuramoyl-L-alanine amidase CwlH (EC 3.5.1.28) (Autolysin) (Cell wall hydrolase) cwlH yqeE BSU25710 Bacillus subtilis (strain 168) 250 +CAB14513.1 P54449 reviewed YQED_BACSU Uncharacterized protein YqeD yqeD BSU25720 Bacillus subtilis (strain 168) 208 +CAB14514.1 P54448 reviewed YQEC_BACSU Putative 6-phosphogluconate dehydrogenase YqeC (EC 1.1.1.-) yqeC BSU25730 Bacillus subtilis (strain 168) 297 +CAB14515.2 P54447 reviewed YQEB_BACSU Uncharacterized protein YqeB yqeB BSU25740 Bacillus subtilis (strain 168) 240 +CAB14516.1 P42983 reviewed NUCB_BACSU Sporulation-specific extracellular nuclease (EC 3.-.-.-) nucB BSU25750 Bacillus subtilis (strain 168) 136 +CAB14518.2 P17867 reviewed CISA_BACSU Putative DNA recombinase (Stage IV sporulation protein CA) cisA spoIVCA BSU25770 Bacillus subtilis (strain 168) 500 +CAB14519.1 P45947 reviewed ARSC_BACSU Arsenate reductase (EC 1.20.4.4) (Arsenical pump modifier) (Protein ArsC) arsC yqcM BSU25780 Bacillus subtilis (strain 168) 139 +CAB14520.2 P45946 reviewed ARSB_BACSU Arsenite resistance protein ArsB arsB yqcL BSU25790 Bacillus subtilis (strain 168) 346 +CAB14521.2 P45945 reviewed YQCK_BACSU Uncharacterized protein YqcK yqcK BSU25800 Bacillus subtilis (strain 168) 146 +CAB14522.1 P45949 reviewed ARSR_BACSU Arsenical resistance operon repressor arsR yqcJ BSU25810 Bacillus subtilis (strain 168) 105 +CAB14523.2 P45944 reviewed YQCI_BACSU Uncharacterized protein YqcI yqcI BSU25820 Bacillus subtilis (strain 168) 254 +CAB14524.2 P45943 reviewed RAPE_BACSU Response regulator aspartate phosphatase E (EC 3.1.3.-) rapE yqcH BSU25830 Bacillus subtilis (strain 168) 375 +CAB14525.1 O32025 reviewed PHRE_BACSU Phosphatase RapE inhibitor (Phosphatase regulator E) phrE BSU25840 Bacillus subtilis (strain 168) 44 +CAB14526.1 O32026 reviewed YQZI_BACSU Uncharacterized protein YqzI yqzI BSU25850 Bacillus subtilis (strain 168) 52 +CAB14527.1 P45942 reviewed YQCG_BACSU Toxin YqcG (DNase YqcG) yqcG BSU25860 Bacillus subtilis (strain 168) 531 +CAB14528.1 P45941 reviewed YQCF_BACSU Immunity protein YqcF yqcF BSU25870 Bacillus subtilis (strain 168) 192 +SOX90575.1 A0A2K4Z9K0 unreviewed A0A2K4Z9K0_BACSU Uncharacterized protein BSU_25875 HIR78_15250 Bacillus subtilis (strain 168) 48 +CAB14529.1 P24809 reviewed YQXJ_BACSU Uncharacterized protein YqxJ (ORF5) yqxJ yqdF BSU25880 Bacillus subtilis (strain 168) 120 +CAB14530.1 P24812 reviewed YQXI_BACSU Uncharacterized protein YqxI (ORF4) yqxI yqdE BSU25890 Bacillus subtilis (strain 168) 159 +CAB14531.1 P24808 reviewed CWLA_BACSU N-acetylmuramoyl-L-alanine amidase CwlA (EC 3.5.1.28) (Autolysin) (Cell wall hydrolase) cwlA BSU25900 Bacillus subtilis (strain 168) 272 +CAB14532.1 P24811 reviewed YQXH_BACSU Uncharacterized protein YqxH (ORF2) yqxH yqdD BSU25910 Bacillus subtilis (strain 168) 140 +CAB14533.1 P24810 reviewed YQXG_BACSU Uncharacterized protein YqxG (ORF1) yqxG yqdC BSU25920 Bacillus subtilis (strain 168) 297 +CAB14534.1 P45940 reviewed YQCE_BACSU Uncharacterized protein YqcE yqcE BSU25930 Bacillus subtilis (strain 168) 54 +CAB14535.1 P45939 reviewed YQCD_BACSU Uncharacterized protein YqcD yqcD BSU25940 Bacillus subtilis (strain 168) 111 +CAB14536.2 P45938 reviewed YQCC_BACSU Uncharacterized protein YqcC yqcC BSU25950 Bacillus subtilis (strain 168) 366 +CAB14537.1 P45937 reviewed YQCB_BACSU Uncharacterized protein YqcB yqcB BSU25960 Bacillus subtilis (strain 168) 90 +CAB14538.2 P45936 reviewed YQCA_BACSU Uncharacterized protein YqcA yqcA BSU25970 Bacillus subtilis (strain 168) 192 +CAB14539.1 P45935 reviewed YQBT_BACSU Uncharacterized protein YqbT yqbT BSU25980 Bacillus subtilis (strain 168) 348 +CAB14540.1 P45934 reviewed YQBS_BACSU Uncharacterized protein YqbS yqbS BSU25990 Bacillus subtilis (strain 168) 141 +CAB14541.1 P45933 reviewed YQBR_BACSU Uncharacterized protein YqbR yqbR BSU26000 Bacillus subtilis (strain 168) 87 +CAB14542.1 P45950 reviewed YQBQ_BACSU Uncharacterized protein YqbQ yqbQ BSU26010 Bacillus subtilis (strain 168) 326 +CAB14543.1 P45932 reviewed YQBP_BACSU Uncharacterized protein YqbP yqbP BSU26020 Bacillus subtilis (strain 168) 219 +CAB14544.2 P45931 reviewed YQBO_BACSU Uncharacterized protein YqbO yqbO BSU26030 Bacillus subtilis (strain 168) 1585 +CAB14546.1 P54373 reviewed TXPA_BACSU Toxin TxpA txpA yqcR yqdB BSU26050 Bacillus subtilis (strain 168) 59 +SOX90576.1 A0A2K4Z9K4 reviewed BSRH_BACSU Probable small toxic protein BsrH bsrH BSU_26055 Bacillus subtilis (strain 168) 29 +CAB14547.2 P45929 reviewed YQBM_BACSU Uncharacterized protein YqbM yqbM BSU26060 Bacillus subtilis (strain 168) 147 +CAB14549.2 P45927 reviewed YQBK_BACSU Uncharacterized protein YqbK yqbK yqbL BSU26080 BSU26070 Bacillus subtilis (strain 168) 466 +CAX52664.1 C0H454 reviewed YQZN_BACSU Uncharacterized protein YqzN yqzN BSU26089 Bacillus subtilis (strain 168) 63 +CAB14550.2 P45926 reviewed YQBJ_BACSU Uncharacterized protein YqbJ yqbJ BSU26090 Bacillus subtilis (strain 168) 145 +CAB14551.1 P45925 reviewed YQBI_BACSU Uncharacterized protein YqbI yqbI BSU26100 Bacillus subtilis (strain 168) 167 +CAB14552.1 P45924 reviewed YQBH_BACSU Uncharacterized protein YqbH yqbH BSU26110 Bacillus subtilis (strain 168) 120 +CAB14553.2 P45923 reviewed YQBG_BACSU Uncharacterized protein YqbG yqbG BSU26120 Bacillus subtilis (strain 168) 131 +CAB14554.1 P45922 reviewed YQBF_BACSU Uncharacterized protein YqbF yqbF BSU26130 Bacillus subtilis (strain 168) 103 +CAB14555.2 P45921 reviewed YQBE_BACSU Putative prophage capsid protein YqbE yqbE BSU26140 Bacillus subtilis (strain 168) 311 +CAB14556.2 P45920 reviewed YQBD_BACSU Uncharacterized protein YqbD yqbD BSU26150 Bacillus subtilis (strain 168) 322 +CAB14557.1 P45919 reviewed YQBC_BACSU Uncharacterized protein YqbC yqbC BSU26160 Bacillus subtilis (strain 168) 217 +CAB14558.1 P45918 reviewed YQBB_BACSU Uncharacterized protein YqbB yqbB BSU26170 Bacillus subtilis (strain 168) 305 +CAB14559.1 P45917 reviewed YQBA_BACSU Uncharacterized protein YqbA yqbA BSU26180 Bacillus subtilis (strain 168) 510 +CAB14560.1 P45916 reviewed YQAT_BACSU Uncharacterized protein YqaT (ORF50) yqaT BSU26190 Bacillus subtilis (strain 168) 431 +CAB14561.1 P45915 reviewed YQAS_BACSU Uncharacterized protein YqaS yqaS BSU26200 Bacillus subtilis (strain 168) 239 +CAB14562.1 P45914 reviewed YQAR_BACSU Uncharacterized protein YqaR yqaR BSU26210 Bacillus subtilis (strain 168) 154 +CAB14563.1 P45948 reviewed YQAQ_BACSU Uncharacterized protein YqaQ yqaQ BSU26220 Bacillus subtilis (strain 168) 151 +CAB14564.1 P45913 reviewed YQAP_BACSU Uncharacterized protein YqaP yqaP BSU26230 Bacillus subtilis (strain 168) 309 +CAB14565.1 P45912 reviewed YQAO_BACSU Uncharacterized protein YqaO yqaO BSU26240 Bacillus subtilis (strain 168) 68 +CAB14566.1 P45911 reviewed YQAN_BACSU Uncharacterized protein YqaN yqaN BSU26250 Bacillus subtilis (strain 168) 142 +CAX52665.1 C0H455 reviewed YQZO_BACSU Uncharacterized protein YqzO yqzO BSU26259 Bacillus subtilis (strain 168) 49 +CAB14567.3 P45910 reviewed YQAM_BACSU Uncharacterized protein YqaM yqaM BSU26260 Bacillus subtilis (strain 168) 313 +CAB14568.2 P45909 reviewed YQAL_BACSU Uncharacterized protein YqaL yqaL BSU26270 Bacillus subtilis (strain 168) 233 +CAB14569.1 P45908 reviewed YQAK_BACSU Uncharacterized protein YqaK yqaK BSU26280 Bacillus subtilis (strain 168) 284 +CAB14570.1 P45907 reviewed YQAJ_BACSU Uncharacterized protein YqaJ yqaJ BSU26290 Bacillus subtilis (strain 168) 319 +CAB14571.1 P45906 reviewed YQAI_BACSU Uncharacterized protein YqaI yqaI BSU26300 Bacillus subtilis (strain 168) 64 +SOX90577.1 A0A2K4Z9L7 unreviewed A0A2K4Z9L7_BACSU Uncharacterized protein BSU_26305 HIR78_15485 Bacillus subtilis (strain 168) 57 +CAB14572.1 P45905 reviewed YQAH_BACSU Uncharacterized protein YqaH yqaH BSU26310 Bacillus subtilis (strain 168) 85 +CAB14573.1 P45904 reviewed YQAG_BACSU Uncharacterized HTH-type transcriptional regulator YqaG yqaG BSU26320 Bacillus subtilis (strain 168) 189 +CAB14574.1 P54372 reviewed YQDA_BACSU Uncharacterized protein YqdA (ORF8) yqdA yqcS BSU26330 Bacillus subtilis (strain 168) 46 +CAB14575.1 P45903 reviewed YQAF_BACSU Uncharacterized HTH-type transcriptional regulator YqaF yqaF BSU26340 Bacillus subtilis (strain 168) 76 +CAB14576.1 P45902 reviewed YQAE_BACSU Uncharacterized HTH-type transcriptional regulator YqaE yqaE BSU26350 Bacillus subtilis (strain 168) 116 +CAB14577.1 P45901 reviewed YQAD_BACSU Uncharacterized protein YqaD yqaD BSU26360 Bacillus subtilis (strain 168) 55 +CAB14578.1 P45900 reviewed YQAC_BACSU Uncharacterized protein YqaC yqaC BSU26370 Bacillus subtilis (strain 168) 178 +CAB14579.1 P45899 reviewed YQAB_BACSU Uncharacterized protein YqaB yqaB BSU26380 Bacillus subtilis (strain 168) 172 +SOX90578.1 A0A2K4Z9L4 unreviewed A0A2K4Z9L4_BACSU Uncharacterized protein BSU_26399 HIR78_15535 Bacillus subtilis (strain 168) 38 +CAB14581.1 P54446 reviewed YRKS_BACSU Uncharacterized protein YrkS yrkS BSU26400 Bacillus subtilis (strain 168) 54 +CAB14582.2 P54445 reviewed PSIE_BACSU Protein PsiE homolog psiE yrkR BSU26410 Bacillus subtilis (strain 168) 138 +CAB14583.1 P54444 reviewed YRKQ_BACSU Sensor histidine kinase YrkQ (EC 2.7.13.3) yrkQ BSU26420 Bacillus subtilis (strain 168) 432 +CAB14584.1 P54443 reviewed YRKP_BACSU Uncharacterized transcriptional regulatory protein YrkP yrkP BSU26430 Bacillus subtilis (strain 168) 231 +CAB14585.1 P54442 reviewed YRKO_BACSU Uncharacterized protein YrkO yrkO BSU26440 Bacillus subtilis (strain 168) 405 +SOX90579.1 A0A2K4Z9L1 unreviewed A0A2K4Z9L1_BACSU Uncharacterized protein BSU_26449 HIR78_15570 Bacillus subtilis (strain 168) 82 +CAB14586.1 P54441 reviewed YRKN_BACSU Uncharacterized protein YrkN yrkN BSU26450 Bacillus subtilis (strain 168) 185 +CAB14588.2 P54439 reviewed YRKL_BACSU Uncharacterized NAD(P)H oxidoreductase YrkL (EC 1.6.99.-) yrkL BSU26470 Bacillus subtilis (strain 168) 174 +CAB14589.2 P54438 reviewed YRKK_BACSU Uncharacterized protein YrkK yrkK BSU26480 Bacillus subtilis (strain 168) 158 +CAB14590.1 P54437 reviewed YRKJ_BACSU Probable membrane transporter protein YrkJ yrkJ BSU26490 Bacillus subtilis (strain 168) 261 +CAB14591.1 P54436 reviewed YRKI_BACSU Putative sulfur carrier protein YrkI yrkI BSU26500 Bacillus subtilis (strain 168) 75 +CAB14592.2 P54435 reviewed YRKH_BACSU Uncharacterized protein YrkH yrkH BSU26510 Bacillus subtilis (strain 168) 377 +CAB14594.1 P54433 reviewed YRKF_BACSU Putative sulfur carrier protein YrkF yrkF BSU26530 Bacillus subtilis (strain 168) 185 +CAB14595.1 P54432 reviewed YRKE_BACSU Uncharacterized protein YrkE yrkE BSU26540 Bacillus subtilis (strain 168) 160 +CAB14596.1 P54431 reviewed YRKD_BACSU Uncharacterized protein YrkD yrkD BSU26550 Bacillus subtilis (strain 168) 63 +CAB14597.1 P54430 reviewed YRKC_BACSU Uncharacterized protein YrkC yrkC BSU26560 Bacillus subtilis (strain 168) 186 +SOX90580.1 A0A2K4Z9K9 unreviewed A0A2K4Z9K9_BACSU Uncharacterized protein BSU_26569 Bacillus subtilis (strain 168) 58 +CAB14598.1 P54429 reviewed YRKB_BACSU Uncharacterized protein YrkB yrkB BSU26570 Bacillus subtilis (strain 168) 48 +CAB14599.1 P39842 reviewed BLTR_BACSU Multidrug-efflux transporter 2 regulator bltR bmr2R bmtR BSU26580 Bacillus subtilis (strain 168) 273 +CAB14600.1 P39843 reviewed BMR2_BACSU Multidrug resistance protein 2 (Multidrug-efflux transporter 2) blt bmr2 bmt BSU26590 Bacillus subtilis (strain 168) 400 +CAB14601.1 P39909 reviewed BLTD_BACSU Spermine/spermidine N(1)-acetyltransferase (EC 2.3.1.57) bltD bmr2D bmtD BSU26600 Bacillus subtilis (strain 168) 152 +CAB14602.1 P54428 reviewed YRKA_BACSU UPF0053 protein YrkA yrkA BSU26610 Bacillus subtilis (strain 168) 434 +CAX52668.1 C0H458 reviewed YRZO_BACSU Uncharacterized protein YrzO yrzO BSU26619 Bacillus subtilis (strain 168) 47 +CAB14603.1 O07086 reviewed YRDR_BACSU Uncharacterized transporter YrdR yrdR BSU26620 Bacillus subtilis (strain 168) 321 +CAB14604.1 P71025 reviewed CZCR_BACSU HTH-type transcriptional regulator CzcR czcR czcD yrdQ BSU26630 Bacillus subtilis (strain 168) 288 +CAB14605.1 O07085 reviewed CZCO_BACSU Uncharacterized oxidoreductase CzcO (EC 1.-.-.-) czcO trkA yrdP BSU26640 Bacillus subtilis (strain 168) 345 +CAB14606.1 O07084 reviewed CZCD_BACSU Cadmium, cobalt and zinc/H(+)-K(+) antiporter czcD yrdO BSU26650 Bacillus subtilis (strain 168) 311 +CAB14607.1 P94502 reviewed YRDN_BACSU Probable tautomerase YrdN (EC 5.3.2.-) yrdN BSU26660 Bacillus subtilis (strain 168) 129 +CAB14608.2 P94501 reviewed GLTR_BACSU HTH-type transcriptional regulator GltR gltR yrdL BSU26670 Bacillus subtilis (strain 168) 296 +CAB14609.3 P94500 reviewed YRDK_BACSU Uncharacterized protein YrdK yrdK BSU26680 Bacillus subtilis (strain 168) 105 +CAB14610.1 P94499 reviewed BRNQ_BACSU Branched-chain amino acid permease BrnQ (BCAA permease) (Branched-chain amino acid transport system carrier protein BrnQ) (Branched-chain amino acid uptake carrier BrnQ) brnQ yrdJ BSU26690 Bacillus subtilis (strain 168) 440 +CAB14611.1 O07923 reviewed AZLD_BACSU Branched-chain amino acid transport protein AzlD azlD yrdI BSU26700 Bacillus subtilis (strain 168) 110 +CAB14612.1 O07942 reviewed AZLC_BACSU Branched-chain amino acid transport protein AzlC azlC yrdH BSU26710 Bacillus subtilis (strain 168) 254 +CAB14613.1 O07920 reviewed AZLB_BACSU Transcriptional regulator AzlB azlB yrdG BSU26720 Bacillus subtilis (strain 168) 157 +CAB14614.1 O07938 reviewed YRDF_BACSU Putative ribonuclease inhibitor YrdF yrdF BSU26730 Bacillus subtilis (strain 168) 91 +CAB14615.1 O08469 reviewed CPXY_BACSU Cytochrome P450 (EC 1.14.-.-) cypA CYP107J1 yrdE BSU26740 Bacillus subtilis (strain 168) 410 +CAB14617.1 O07081 reviewed YRDC_BACSU Uncharacterized isochorismatase family protein YrdC (EC 3.-.-.-) yrdC BSU26760 Bacillus subtilis (strain 168) 187 +CAB14618.1 O07080 reviewed YRDB_BACSU Uncharacterized protein YrdB yrdB BSU26770 Bacillus subtilis (strain 168) 123 +CAB14619.1 O07079 reviewed YRDA_BACSU Uncharacterized protein YrdA yrdA BSU26780 Bacillus subtilis (strain 168) 167 +CAB14620.1 P17585 reviewed AADK_BACSU Aminoglycoside 6-adenylyltransferase (EC 2.7.7.-) (6-O-adenyl-transferase) (AAD(6)) (ANT(6)) (Aminoglycoside inactivating enzyme) (Sm inactivating enzyme) (Streptomycin 6-adenylyltransferase) aadK BSU26790 HIR78_15755 Bacillus subtilis (strain 168) 284 +CAB14621.1 O05413 reviewed NMO_BACSU Probable nitronate monooxygenase (NMO) (EC 1.13.12.-) (Propionate 3-nitronate monooxygenase) (P3N monooxygenase) yrpB BSU26800 Bacillus subtilis (strain 168) 347 +CAB14622.1 O05412 reviewed MURI2_BACSU Glutamate racemase 2 (EC 5.1.1.3) yrpC BSU26810 Bacillus subtilis (strain 168) 265 +CAB14623.1 O05411 reviewed YRPD_BACSU Uncharacterized protein YrpD yrpD BSU26820 Bacillus subtilis (strain 168) 235 +CCQ48602.1 L8E9J8 unreviewed L8E9J8_BACSU YjcZ family sporulation protein yrpDX BSU_26826 HIR78_15775 Bacillus subtilis (strain 168) 25 +SOX90582.1 A0A2K4Z9L2 unreviewed A0A2K4Z9L2_BACSU Uncharacterized protein BSU_26827 HIR78_15780 Bacillus subtilis (strain 168) 53 +CAB14624.1 O05410 reviewed YRPE_BACSU Probable metal-binding protein YrpE yrpE BSU26830 Bacillus subtilis (strain 168) 251 +CAB14625.1 O05409 reviewed SIGZ_BACSU RNA polymerase sigma factor SigZ sigZ BSU26840 Bacillus subtilis (strain 168) 176 +CAB14626.2 O05408 reviewed YRPG_BACSU Uncharacterized oxidoreductase YrpG (EC 1.-.-.-) yrpG BSU26850 Bacillus subtilis (strain 168) 326 +CAB14627.1 O05407 reviewed YRAO_BACSU Uncharacterized transporter YraO yraO BSU26860 Bacillus subtilis (strain 168) 438 +CAB14628.1 O07906 reviewed YRAN_BACSU Uncharacterized HTH-type transcriptional regulator YraN yraN BSU26870 Bacillus subtilis (strain 168) 289 +CAB14629.2 O07931 reviewed YRAM_BACSU Putative isomerase YraM (EC 5.-.-.-) yraM BSU26880 Bacillus subtilis (strain 168) 367 +CAB14630.1 O07921 reviewed CHIS_BACSU Chitosanase (EC 3.2.1.132) csn BSU26890 Bacillus subtilis (strain 168) 277 +CAB14631.1 O07917 reviewed YRAL_BACSU Uncharacterized protein YraL yraL BSU26900 Bacillus subtilis (strain 168) 87 +CAB14632.2 O07937 reviewed YRAK_BACSU Uncharacterized hydrolase YraK (EC 3.-.-.-) yraK BSU26910 Bacillus subtilis (strain 168) 271 +CAB14633.2 O07934 reviewed YRAJ_BACSU Uncharacterized protein YraJ yraJ BSU26920 Bacillus subtilis (strain 168) 118 +CAB14634.2 O07909 reviewed YRAI_BACSU Uncharacterized protein YraI yraI BSU26930 Bacillus subtilis (strain 168) 119 +SOX90583.1 A0A2K4Z9L3 unreviewed A0A2K4Z9L3_BACSU Uncharacterized protein BSU_26935 HIR78_15840 Bacillus subtilis (strain 168) 33 +CAB14635.1 O07918 reviewed YRAH_BACSU Uncharacterized protein YraH yraH BSU26940 Bacillus subtilis (strain 168) 128 +CAB14636.1 O07919 reviewed YRAG_BACSU Spore coat protein F-like protein YraG yraG BSU26950 Bacillus subtilis (strain 168) 81 +CAB14637.1 O07949 reviewed YRAF_BACSU Spore coat protein F-like protein YraF yraF BSU26960 Bacillus subtilis (strain 168) 122 +CAB14638.2 O06012 reviewed ADHB_BACSU Uncharacterized zinc-type alcohol dehydrogenase-like protein AdhB (EC 1.-.-.-) adhB BSU26970 Bacillus subtilis (strain 168) 378 +CAB14639.1 O06011 reviewed YRAE_BACSU Uncharacterized protein YraE yraE BSU26980 Bacillus subtilis (strain 168) 65 +CAB14640.1 O06010 reviewed YRAD_BACSU Spore coat protein F-like protein YraD yraD BSU26990 Bacillus subtilis (strain 168) 99 +CAB14642.2 O06008 reviewed ADHR_BACSU HTH-type transcriptional regulator AdhR adhR yraB BSU27000 Bacillus subtilis (strain 168) 140 +CAX52671.1 C0H460 unreviewed C0H460_BACSU Carboxymuconolactone decarboxylase (EC 4.1.1.44) yrzP BSU_27009 HIR78_15880 Bacillus subtilis (strain 168) 64 +CAB14643.2 C0SPA5 reviewed ADHA_BACSU Probable formaldehyde dehydrogenase AdhA (EC 1.1.1.-) adhA BSU27010 Bacillus subtilis (strain 168) 349 +CAB14644.2 O06006 reviewed YRAA_BACSU Putative cysteine protease YraA (EC 3.2.-.-) yraA BSU27020 Bacillus subtilis (strain 168) 169 +CAB14645.1 P05656 reviewed SACC_BACSU Levanase (EC 3.2.1.80) (Beta-D-fructofuranosidase) (Exo-beta-D-fructosidase) (Exo-levanase) sacC BSU27030 Bacillus subtilis (strain 168) 677 +SOX90584.1 A0A2K4Z9L6 unreviewed A0A2K4Z9L6_BACSU Uncharacterized protein BSU_27035 Bacillus subtilis (strain 168) 55 +CAB14646.1 P26382 reviewed PTFD_BACSU Fructose permease IID component (EIID-Fru) (PTS system fructose-specific EIID component) (p30) levG BSU27040 Bacillus subtilis (strain 168) 275 +CAB14647.1 P26381 reviewed PTFC_BACSU Fructose permease IIC component (EIIC-Fru) (PTS system fructose-specific EIIC component) (p28) levF BSU27050 Bacillus subtilis (strain 168) 269 +CAB14648.1 P26380 reviewed PTFB_BACSU PTS system fructose-specific EIIB component (EC 2.7.1.202) (EIIB-Fru) (Fructose-specific phosphotransferase enzyme IIB component) (lev-PTS) (p18) levE sacL BSU27060 Bacillus subtilis (strain 168) 163 +CAB14649.1 P26379 reviewed PTFA_BACSU PTS system fructose-specific EIIA component (EIIA-Fru) (Fructose-specific phosphotransferase enzyme IIA component) (lev-PTS) (p16) levD sacL BSU27070 Bacillus subtilis (strain 168) 146 +CAB14650.2 P23914 reviewed LEVR_BACSU Transcriptional regulatory protein LevR [Includes: Putative phosphotransferase EIIA component (EC 2.7.1.-) (Putative PTS system EIIA component)] levR BSU27080 Bacillus subtilis (strain 168) 935 +SOX90585.1 A0A2K4Z9L0 unreviewed A0A2K4Z9L0_BACSU Uncharacterized protein BSU_27085 HIR78_15925 Bacillus subtilis (strain 168) 46 +CAB14651.2 O06005 reviewed AAPA_BACSU Amino-acid permease AapA aapA BSU27090 Bacillus subtilis (strain 168) 462 +CAB14652.1 O05406 reviewed YRHP_BACSU Uncharacterized membrane protein YrhP yrhP BSU27100 Bacillus subtilis (strain 168) 210 +CAB14653.1 O05405 reviewed YRHO_BACSU Uncharacterized protein YrhO yrhO BSU27110 Bacillus subtilis (strain 168) 275 +CAB14654.1 O05404 reviewed SIGV_BACSU RNA polymerase sigma factor SigV sigV BSU27120 Bacillus subtilis (strain 168) 166 +CAB14655.1 O05403 reviewed RSIV_BACSU Anti-sigma-V factor RsiV rsiV yrhM BSU27130 Bacillus subtilis (strain 168) 285 +CAB14656.1 O05402 reviewed YRHL_BACSU Putative peptidoglycan O-acetyltransferase YrhL (EC 2.3.1.-) yrhL BSU27140 Bacillus subtilis (strain 168) 634 +CAB14657.1 O05401 reviewed YRHK_BACSU Uncharacterized protein YrhK yrhK BSU27150 Bacillus subtilis (strain 168) 96 +CAB14658.1 O08336 reviewed CYPB_BACSU Bifunctional cytochrome P450/NADPH--P450 reductase 2 (CYP102A3) (Fatty acid hydroxylase CypB) (Flavocytochrome P450 102A3) [Includes: Cytochrome P450 102A3 (EC 1.14.14.1); NADPH--cytochrome P450 reductase (EC 1.6.2.4)] cypB cyp102A3 yrhJ BSU27160 Bacillus subtilis (strain 168) 1054 +CAB14659.1 O08335 reviewed FATR_BACSU HTH-type transcriptional repressor FatR (Fatty acid displaced transcriptional repressor) fatR bscR yrhI BSU27170 Bacillus subtilis (strain 168) 194 +CAB14660.1 O05400 reviewed YRHH_BACSU Putative methyltransferase YrhH (EC 2.1.1.-) yrhH BSU27180 Bacillus subtilis (strain 168) 180 +SOX90586.1 A0A2K4Z9L5 unreviewed A0A2K4Z9L5_BACSU Uncharacterized protein BSU_27185 HIR78_15980 Bacillus subtilis (strain 168) 52 +CAB14661.1 O32027 reviewed YRZI_BACSU Uncharacterized protein YrzI yrzI BSU27190 Bacillus subtilis (strain 168) 49 +CAB14662.1 O05399 reviewed YRHG_BACSU Uncharacterized transporter YrhG yrhG BSU27200 Bacillus subtilis (strain 168) 266 +CAB14663.1 O05398 reviewed YRHF_BACSU Uncharacterized protein YrhF yrhF BSU27210 Bacillus subtilis (strain 168) 122 +CAB14664.1 Q795Y4 reviewed FDHL_BACSU Putative formate dehydrogenase YrhE (EC 1.17.1.9) yrhE BSU27220 Bacillus subtilis (strain 168) 980 +CAB14665.1 O05396 reviewed YRHD_BACSU Uncharacterized protein YrhD yrhD BSU27230 Bacillus subtilis (strain 168) 160 +CAB14666.1 O05395 reviewed YRHC_BACSU Uncharacterized protein YrhC yrhC BSU27240 Bacillus subtilis (strain 168) 76 +CAB14667.1 O05394 reviewed MCCB_BACSU Cystathionine gamma-lyase (EC 4.4.1.1) (Gamma-cystathionase) (Homocysteine gamma-lyase) (EC 4.4.1.2) mccB yrhB BSU27250 Bacillus subtilis (strain 168) 379 +CAB14668.1 O05393 reviewed MCCA_BACSU O-acetylserine dependent cystathionine beta-synthase (EC 2.5.1.134) mccA yrhA BSU27260 Bacillus subtilis (strain 168) 307 +CAB14669.1 O32028 reviewed MTNN_BACSU 5'-methylthioadenosine/S-adenosylhomocysteine nucleosidase (MTA/SAH nucleosidase) (MTAN) (EC 3.2.2.9) (5'-deoxyadenosine nucleosidase) (DOA nucleosidase) (dAdo nucleosidase) (5'-methylthioadenosine nucleosidase) (MTA nucleosidase) (S-adenosylhomocysteine nucleosidase) (AdoHcy nucleosidase) (SAH nucleosidase) (SRH nucleosidase) mtnN mtn pfs BSU27270 Bacillus subtilis (strain 168) 231 +CAB14670.1 O32029 reviewed YRRT_BACSU Uncharacterized methyltransferase YrrT (EC 2.1.1.-) yrrT BSU27280 Bacillus subtilis (strain 168) 213 +CAB14671.1 O32030 reviewed YRZA_BACSU Uncharacterized protein YrzA yrzA BSU27290 Bacillus subtilis (strain 168) 67 +CAB14672.1 O32031 reviewed YRRS_BACSU Uncharacterized membrane protein YrrS yrrS BSU27300 Bacillus subtilis (strain 168) 233 +CAB14673.1 O32032 reviewed PBPI_BACSU Penicillin-binding protein 4B (PBP-4B) (PBP4b) (EC 3.4.16.4) (Penicillin-binding protein I) pbpI yrrR BSU27310 Bacillus subtilis (strain 168) 584 +CAB14674.1 P80240 reviewed GREA_BACSU Transcription elongation factor GreA (General stress protein 20M) (GSP20M) (Transcript cleavage factor GreA) greA BSU27320 Bacillus subtilis (strain 168) 157 +CAB14675.1 O32033 reviewed URK_BACSU Uridine kinase (EC 2.7.1.48) (Cytidine monophosphokinase) (Uridine monophosphokinase) udk BSU27330 Bacillus subtilis (strain 168) 211 +CAB14676.1 O32034 reviewed TRHP1_BACSU tRNA hydroxylation protein P1 (EC 3.4.-.-) trhP1 yrrO BSU27340 Bacillus subtilis (strain 168) 422 +CAB14677.1 O32035 reviewed TRHP2_BACSU tRNA hydroxylation protein P2 (EC 3.4.-.-) trhP2 yrrN BSU27350 Bacillus subtilis (strain 168) 309 +CAB14678.1 O32036 reviewed TRMR_BACSU tRNA 5-hydroxyuridine methyltransferase (EC 2.1.1.-) (ho5U methyltransferase) trmR yrrM BSU27360 Bacillus subtilis (strain 168) 217 +CAB14679.1 O34758 reviewed MLTG_BACSU Endolytic murein transglycosylase (EC 4.2.2.-) (Peptidoglycan polymerization terminase) mltG yrrL BSU27370 Bacillus subtilis (strain 168) 360 +CAB14680.1 O34828 reviewed YRZB_BACSU UPF0473 protein YrzB yrzB BSU27380 Bacillus subtilis (strain 168) 93 +CAB14681.1 O34634 reviewed YQGF_BACSU Putative pre-16S rRNA nuclease (EC 3.1.-.-) yrrK yqgf BSU27390 Bacillus subtilis (strain 168) 138 +CAE01464.1 Q7WY61 reviewed YRZL_BACSU UPF0297 protein YrzL yrzL BSU27400 Bacillus subtilis (strain 168) 88 +CAB14682.1 O34526 reviewed SYA_BACSU Alanine--tRNA ligase (EC 6.1.1.7) (Alanyl-tRNA synthetase) (AlaRS) alaS BSU27410 Bacillus subtilis (strain 168) 878 +CAB14683.1 O34472 reviewed YRRI_BACSU Putative transport protein YrrI yrrI BSU27420 Bacillus subtilis (strain 168) 353 +CAB14684.1 O34677 reviewed GLNQ_BACSU Glutamine transport ATP-binding protein GlnQ (EC 7.4.2.-) glnQ BSU27430 Bacillus subtilis (strain 168) 242 +CAB14685.1 O34563 reviewed GLNH_BACSU ABC transporter glutamine-binding protein GlnH glnH BSU27440 Bacillus subtilis (strain 168) 273 +CAB14686.1 O34671 reviewed GLNM_BACSU Probable glutamine ABC transporter permease protein GlnM glnM BSU27450 Bacillus subtilis (strain 168) 216 +CAB14687.1 O34606 reviewed GLNP_BACSU Probable glutamine ABC transporter permease protein GlnP glnP BSU27460 Bacillus subtilis (strain 168) 218 +CAX52672.1 C0H461 reviewed YRZQ_BACSU Uncharacterized protein YrzQ yrzQ BSU27468 Bacillus subtilis (strain 168) 43 +CAX52673.1 C0H462 reviewed YRZR_BACSU Uncharacterized protein YrzR yrzR BSU27469 Bacillus subtilis (strain 168) 63 +CAB14688.1 O34402 reviewed YRRD_BACSU Uncharacterized protein YrrD yrrD BSU27470 Bacillus subtilis (strain 168) 174 +CAB14689.1 O34481 reviewed RECDL_BACSU ATP-dependent RecD-like DNA helicase (EC 3.6.4.12) yrrC recD2 BSU27480 Bacillus subtilis (strain 168) 798 +CAB14690.1 O34452 reviewed YRRB_BACSU TPR repeat-containing protein YrrB yrrB BSU27490 Bacillus subtilis (strain 168) 206 +CAB14691.3 O35020 reviewed MNMA_BACSU tRNA-specific 2-thiouridylase MnmA (EC 2.8.1.13) mnmA trmU yrrA BSU27500 Bacillus subtilis (strain 168) 371 +CAB14693.2 O34599 reviewed ISCS1_BACSU Putative cysteine desulfurase IscS 1 (EC 2.8.1.7) iscS1 yrvO BSU27510 Bacillus subtilis (strain 168) 379 +CAB14694.2 O34527 reviewed CYMR_BACSU HTH-type transcriptional regulator CymR (Cysteine metabolism repressor) cymR yrzC BSU27520 Bacillus subtilis (strain 168) 138 +CAB14695.1 O34528 reviewed YRVN_BACSU Uncharacterized AAA domain-containing protein YrvN yrvN BSU27530 Bacillus subtilis (strain 168) 421 +CAB14713.3 O32037 reviewed TCDA_BACSU tRNA threonylcarbamoyladenosine dehydratase (EC 6.1.-.-) (t(6)A37 dehydratase) tcdA yrvM BSU27540 Bacillus subtilis (strain 168) 254 +CAB14714.1 O32038 reviewed SYDND_BACSU Aspartate--tRNA(Asp/Asn) ligase (EC 6.1.1.23) (Aspartyl-tRNA synthetase) (AspRS) (Non-discriminating aspartyl-tRNA synthetase) (ND-AspRS) aspS BSU27550 Bacillus subtilis (strain 168) 592 +CAB14715.1 O32039 reviewed SYH_BACSU Histidine--tRNA ligase (EC 6.1.1.21) (Histidyl-tRNA synthetase) (HisRS) hisS BSU27560 Bacillus subtilis (strain 168) 424 +CAB14716.1 O32040 reviewed YRZK_BACSU Uncharacterized protein YrzK yrzK BSU27570 Bacillus subtilis (strain 168) 56 +CAB14717.1 O32041 reviewed YRVJ_BACSU Putative N-acetylmuramoyl-L-alanine amidase YrvJ (EC 3.5.1.28) yrvJ BSU27580 Bacillus subtilis (strain 168) 518 +CAB14718.2 O32042 reviewed DTD_BACSU Inactive D-aminoacyl-tRNA deacylase dtd yrvI BSU27590 Bacillus subtilis (strain 168) 132 +CAB14719.2 O54408 reviewed RELA_BACSU GTP pyrophosphokinase (EC 2.7.6.5) ((p)ppGpp synthase) (ATP:GTP 3'-pyrophosphotransferase) (ppGpp synthase I) relA BSU27600 Bacillus subtilis (strain 168) 734 +CAB14720.1 O34443 reviewed APT_BACSU Adenine phosphoribosyltransferase (APRT) (EC 2.4.2.7) apt BSU27610 Bacillus subtilis (strain 168) 170 +CAB14721.1 O32044 reviewed RECJ_BACSU Single-stranded-DNA-specific exonuclease RecJ (EC 3.1.-.-) recJ yrvE BSU27620 Bacillus subtilis (strain 168) 786 +CAB14722.1 O32045 reviewed YRVD_BACSU Uncharacterized protein YrvD yrvD BSU27630 Bacillus subtilis (strain 168) 107 +CAB14723.1 O32046 reviewed YRVC_BACSU Uncharacterized protein YrvC yrvC BSU27640 Bacillus subtilis (strain 168) 165 +CAB14724.2 O32047 reviewed SECDF_BACSU Protein translocase subunit SecDF secDF BSU27650 Bacillus subtilis (strain 168) 737 +CAB14726.1 O32049 reviewed COMN_BACSU Post-transcriptional regulator ComN comN yrzD BSU27660 Bacillus subtilis (strain 168) 98 +CAB14727.1 Q00758 reviewed SP5B_BACSU Stage V sporulation protein B (Stage III sporulation protein F) spoVB spoIIIF BSU27670 Bacillus subtilis (strain 168) 518 +CAB14728.1 O32050 reviewed YRBG_BACSU UPF0702 transmembrane protein YrbG yrbG BSU27680 Bacillus subtilis (strain 168) 218 +CAB14729.1 O32051 reviewed YRZE_BACSU Uncharacterized membrane protein YrzE yrzE BSU27690 Bacillus subtilis (strain 168) 150 +CAB14730.2 O32052 reviewed YRBF_BACSU Sec translocon accessory complex subunit YrbF yrbF yjaC BSU27700 Bacillus subtilis (strain 168) 89 +CAB14731.1 O32053 reviewed TGT_BACSU Queuine tRNA-ribosyltransferase (EC 2.4.2.29) (Guanine insertion enzyme) (tRNA-guanine transglycosylase) tgt BSU27710 Bacillus subtilis (strain 168) 381 +CAB14732.1 O32054 reviewed QUEA_BACSU S-adenosylmethionine:tRNA ribosyltransferase-isomerase (EC 2.4.99.17) (Queuosine biosynthesis protein QueA) queA BSU27720 Bacillus subtilis (strain 168) 342 +CAX52674.1 C0H463 reviewed YRZS_BACSU Uncharacterized membrane protein YrzS yrzS BSU27729 Bacillus subtilis (strain 168) 66 +CAB14733.2 O32055 reviewed RUVB_BACSU Holliday junction branch migration complex subunit RuvB (EC 3.6.4.12) ruvB BSU27730 Bacillus subtilis (strain 168) 334 +CAB14734.1 O05392 reviewed RUVA_BACSU Holliday junction branch migration complex subunit RuvA ruvA BSU27740 Bacillus subtilis (strain 168) 201 +CAB14735.1 O05391 reviewed BOFC_BACSU Protein BofC (Bypass-of-forespore protein C) bofC BSU27750 Bacillus subtilis (strain 168) 170 +CAB14736.2 O05390 reviewed CSBX_BACSU Alpha-ketoglutarate permease csbX BSU27760 Bacillus subtilis (strain 168) 435 +CAB14737.1 O05389 reviewed YRBE_BACSU Uncharacterized oxidoreductase YrbE (EC 1.-.-.-) yrbE BSU27770 Bacillus subtilis (strain 168) 341 +CAB14738.2 O32057 reviewed YRZF_BACSU Putative serine/threonine-protein kinase YrzF (EC 2.7.11.1) yrzF BSU27785 BSU27780 Bacillus subtilis (strain 168) 215 +CCQ48603.1 L8EAY3 unreviewed L8EAY3_BACSU Helix-turn-helix domain-containing protein BSU_27786 HIR78_16305 Bacillus subtilis (strain 168) 40 +CAX52675.1 C0H464 reviewed YRZT_BACSU Uncharacterized membrane protein YrzT yrzT BSU27809 Bacillus subtilis (strain 168) 46 +CAB14741.2 O32060 reviewed YRBD_BACSU Putative sodium/proton-dependent alanine carrier protein YrbD yrbD BSU27810 Bacillus subtilis (strain 168) 484 +CAB14742.1 P94447 reviewed YRBC_BACSU Probable transcriptional regulatory protein YrbC yrbC BSU27820 Bacillus subtilis (strain 168) 240 +CAB14743.2 P94446 reviewed COXA_BACSU Sporulation cortex protein CoxA coxA yrbB BSU27830 Bacillus subtilis (strain 168) 198 +CAB14744.1 O32062 reviewed SAFA_BACSU SpoIVD-associated factor A (Morphogenetic protein SafA) safA yrbA BSU27840 Bacillus subtilis (strain 168) 387 +CAB14745.1 Q9KWZ1 reviewed NADA_BACSU Quinolinate synthase (EC 2.5.1.72) nadA BSU27850 Bacillus subtilis (strain 168) 368 +CAB14746.1 P39666 reviewed NADC_BACSU Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] (EC 2.4.2.19) (General stress protein 70) (GSP70) (Quinolinate phosphoribosyltransferase [decarboxylating]) (QAPRTase) nadC yrxB BSU27860 Bacillus subtilis (strain 168) 289 +CAB14747.1 P38032 reviewed NADB_BACSU L-aspartate oxidase (LASPO) (EC 1.4.3.16) (L-aspartate:fumarate oxidoreductase) (EC 1.5.99.-) (Quinolinate synthase B) nadB BSU27870 Bacillus subtilis (strain 168) 531 +CAB14748.1 P38033 reviewed NIFS_BACSU Putative cysteine desulfurase NifS (EC 2.8.1.7) nifS iscS BSU27880 Bacillus subtilis (strain 168) 395 +CAB14749.2 P39667 reviewed NADR_BACSU Transcription repressor NadR (ORF1) nadR niaR yrxA BSU27890 Bacillus subtilis (strain 168) 180 +CAB14750.1 P21203 reviewed PHEA_BACSU Prephenate dehydratase (PDT) (EC 4.2.1.51) pheA BSU27900 Bacillus subtilis (strain 168) 285 +CAB14751.1 P21204 reviewed YSZB_BACSU UPF0735 ACT domain-containing protein YszB yszB pheB BSU27910 Bacillus subtilis (strain 168) 147 +CAB14752.1 P20964 reviewed OBG_BACSU GTPase Obg (EC 3.6.5.-) (GTP-binding protein Obg) (OrfA) (Spo0B-associated GTP-binding protein) obg BSU27920 Bacillus subtilis (strain 168) 428 +CAB14753.1 P06535 reviewed SP0B_BACSU Sporulation initiation phosphotransferase B (EC 2.7.-.-) (Stage 0 sporulation protein B) (Stage 0 sporulation protein D) spo0B spo0D BSU27930 Bacillus subtilis (strain 168) 192 +SOX90587.1 A0A2K4Z9M6 unreviewed A0A2K4Z9M6_BACSU Uncharacterized protein BSU_27935 HIR78_16385 Bacillus subtilis (strain 168) 40 +CAB14754.1 P05657 reviewed RL27_BACSU Large ribosomal subunit protein bL27 (50S ribosomal protein L27) (BL24) (BL30) rpmA BSU27940 Bacillus subtilis (strain 168) 94 +CAB14755.2 P26942 reviewed YSXB_BACSU Uncharacterized protein YsxB ysxB BSU27950 Bacillus subtilis (strain 168) 112 +CAB14756.1 P26908 reviewed RL21_BACSU Large ribosomal subunit protein bL21 (50S ribosomal protein L21) (BL20) rplU BSU27960 Bacillus subtilis (strain 168) 102 +CAB14757.1 P26937 reviewed SP4FB_BACSU Stage IV sporulation protein FB (EC 3.4.24.-) spoIVFB bofB BSU27970 Bacillus subtilis (strain 168) 288 +CAB14758.1 P26936 reviewed SP4FA_BACSU Stage IV sporulation protein FA spoIVFA bofB BSU27980 Bacillus subtilis (strain 168) 264 +CAB14759.1 Q01464 reviewed MIND_BACSU Septum site-determining protein MinD (Cell division inhibitor MinD) minD divIVB BSU27990 Bacillus subtilis (strain 168) 268 +CAB14760.1 Q01463 reviewed MINC_BACSU Septum site-determining protein MinC minC BSU28000 Bacillus subtilis (strain 168) 226 +CAB14761.1 Q01467 reviewed MRED_BACSU Rod shape-determining protein MreD mreD rodB BSU28010 Bacillus subtilis (strain 168) 172 +CAB14762.2 Q01466 reviewed MREC_BACSU Cell shape-determining protein MreC (Cell shape protein MreC) (Rod shape-determining protein MreC) mreC BSU28020 Bacillus subtilis (strain 168) 290 +CAB14763.2 Q01465 reviewed MREB_BACSU Cell shape-determining protein MreB (Actin-like MreB protein) (Rod shape-determining protein MreB) mreB BSU28030 Bacillus subtilis (strain 168) 337 +CAB14764.1 Q02170 reviewed YSXA_BACSU UPF0758 protein YsxA ysxA BSU28040 Bacillus subtilis (strain 168) 231 +CAB14765.1 Q02169 reviewed NTPPA_BACSU dTTP/UTP pyrophosphatase (dTTPase/UTPase) (EC 3.6.1.9) (Multicopy associated filamentation protein) (Nucleoside triphosphate pyrophosphatase) (Nucleotide pyrophosphatase) (Nucleotide PPase) (Septum formation protein Maf) maf BSU28050 Bacillus subtilis (strain 168) 189 +CAB14766.1 P37575 reviewed SP2B_BACSU Stage II sporulation protein B spoIIB BSU28060 Bacillus subtilis (strain 168) 332 +CAB14767.2 P15378 reviewed LEP4_BACSU Prepilin leader peptidase/N-methyltransferase (Late competence protein ComC) [Includes: Leader peptidase (EC 3.4.23.43) (Prepilin peptidase); N-methyltransferase (EC 2.1.1.-)] comC BSU28070 Bacillus subtilis (strain 168) 248 +CAB14768.1 Q05865 reviewed FOLC_BACSU Dihydrofolate synthase/folylpolyglutamate synthase (DHFS / FPGS) (EC 6.3.2.12) (EC 6.3.2.17) (Folylpoly-gamma-glutamate synthetase-dihydrofolate synthetase) (Folylpolyglutamate synthetase) (Tetrahydrofolylpolyglutamate synthase) folC BSU28080 Bacillus subtilis (strain 168) 430 +CAB14769.2 Q05873 reviewed SYV_BACSU Valine--tRNA ligase (EC 6.1.1.9) (Valyl-tRNA synthetase) (ValRS) valS BSU28090 Bacillus subtilis (strain 168) 880 +CAX52676.1 C0H465 reviewed YSZA_BACSU Uncharacterized membrane protein YszA yszA BSU28099 Bacillus subtilis (strain 168) 63 +CAB14770.1 P37964 reviewed YSXE_BACSU Uncharacterized protein YsxE (ORF2) ysxE BSU28100 Bacillus subtilis (strain 168) 341 +CAB14771.1 P37963 reviewed SP6D_BACSU Stage VI sporulation protein D spoVID BSU28110 Bacillus subtilis (strain 168) 575 +CAB14772.1 P30949 reviewed GSA_BACSU Glutamate-1-semialdehyde 2,1-aminomutase (GSA) (EC 5.4.3.8) (Glutamate-1-semialdehyde aminotransferase) (GSA-AT) hemL hemK BSU28120 Bacillus subtilis (strain 168) 430 +CAB14773.1 P30950 reviewed HEM2_BACSU Delta-aminolevulinic acid dehydratase (ALAD) (ALADH) (EC 4.2.1.24) (Porphobilinogen synthase) hemB BSU28130 Bacillus subtilis (strain 168) 324 +CAB14774.1 P21248 reviewed HEM4_BACSU Uroporphyrinogen-III synthase (UROS) (EC 4.2.1.75) (Hydroxymethylbilane hydrolyase [cyclizing]) (Uroporphyrinogen-III cosynthase) hemD BSU28140 Bacillus subtilis (strain 168) 262 +CAB14775.1 P16616 reviewed HEM3_BACSU Porphobilinogen deaminase (PBG) (EC 2.5.1.61) (Hydroxymethylbilane synthase) (HMBS) (Pre-uroporphyrinogen synthase) hemC BSU28150 Bacillus subtilis (strain 168) 314 +CAB14776.2 P16645 reviewed HEMX_BACSU Protein HemX hemX BSU28160 Bacillus subtilis (strain 168) 276 +CAB14777.1 P16618 reviewed HEM1_BACSU Glutamyl-tRNA reductase (GluTR) (EC 1.2.1.70) hemA BSU28170 Bacillus subtilis (strain 168) 455 +CAB14778.2 P40736 reviewed YSXD_BACSU Uncharacterized membrane protein YsxD (ORFY) ysxD BSU28180 Bacillus subtilis (strain 168) 165 +CAB14779.1 P38424 reviewed ENGB_BACSU Probable GTP-binding protein EngB engB ysxC BSU28190 Bacillus subtilis (strain 168) 195 +CAB14780.1 P37945 reviewed LON1_BACSU Lon protease 1 (EC 3.4.21.53) (ATP-dependent protease La 1) lon1 lonA BSU28200 Bacillus subtilis (strain 168) 774 +CAB14781.1 P42425 reviewed LON2_BACSU Lon protease 2 (EC 3.4.21.53) (ATP-dependent protease La 2) lon2 lonB ysxF BSU28210 Bacillus subtilis (strain 168) 552 +CAB14782.2 P50866 reviewed CLPX_BACSU ATP-dependent Clp protease ATP-binding subunit ClpX clpX BSU28220 Bacillus subtilis (strain 168) 420 +CAB14783.1 P80698 reviewed TIG_BACSU Trigger factor (TF) (EC 5.2.1.8) (PPIase) (Vegetative protein 2) (VEG2) tig yzzH BSU28230 Bacillus subtilis (strain 168) 424 +CAB14784.2 P94569 reviewed YSOA_BACSU TPR repeat-containing protein YsoA ysoA BSU28240 Bacillus subtilis (strain 168) 334 +CAB14785.1 P94568 reviewed LEUD_BACSU 3-isopropylmalate dehydratase small subunit (EC 4.2.1.33) (Alpha-IPM isomerase) (IPMI) (Isopropylmalate isomerase) leuD BSU28250 Bacillus subtilis (strain 168) 199 +CAB14786.1 P80858 reviewed LEUC_BACSU 3-isopropylmalate dehydratase large subunit (EC 4.2.1.33) (Alpha-IPM isomerase) (IPMI) (Isopropylmalate isomerase) (Superoxide-inducible protein 10) (SOI10) leuC BSU28260 Bacillus subtilis (strain 168) 472 +CAB14787.2 P05645 reviewed LEU3_BACSU 3-isopropylmalate dehydrogenase (EC 1.1.1.85) (3-IPM-DH) (Beta-IPM dehydrogenase) (IMDH) leuB leuC BSU28270 Bacillus subtilis (strain 168) 365 +CAB14788.1 P94565 reviewed LEU1_BACSU 2-isopropylmalate synthase (EC 2.3.3.13) (Alpha-IPM synthase) (Alpha-isopropylmalate synthase) leuA BSU28280 Bacillus subtilis (strain 168) 518 +CAB14789.1 P37253 reviewed ILVC_BACSU Ketol-acid reductoisomerase (NADP(+)) (KARI) (EC 1.1.1.86) (Acetohydroxy-acid isomeroreductase) (AHIR) (Alpha-keto-beta-hydroxylacyl reductoisomerase) (Ketol-acid reductoisomerase type 1) (Ketol-acid reductoisomerase type I) ilvC BSU28290 Bacillus subtilis (strain 168) 342 +CAB14790.2 P37252 reviewed ILVH_BACSU Acetolactate synthase small subunit (EC 2.2.1.6) (Acetohydroxy-acid synthase small subunit) (AHAS) (ALS) ilvH ilvN BSU28300 Bacillus subtilis (strain 168) 172 +CAB14791.1 P37251 reviewed ILVB_BACSU Acetolactate synthase large subunit (AHAS) (EC 2.2.1.6) (Acetohydroxy-acid synthase large subunit) (ALS) (Vegetative protein 105) (VEG105) ilvB BSU28310 Bacillus subtilis (strain 168) 574 +CAB14792.1 P94563 reviewed YSND_BACSU Uncharacterized protein YsnD ysnD BSU28320 Bacillus subtilis (strain 168) 111 +CAB14793.1 P94562 reviewed YSNE_BACSU Uncharacterized N-acetyltransferase YsnE (EC 2.3.1.-) ysnE BSU28330 Bacillus subtilis (strain 168) 151 +CAB14794.3 P94560 reviewed YSNF_BACSU Stress response protein YsnF ysnF BSU28340 Bacillus subtilis (strain 168) 273 +CAB14795.2 P94559 reviewed YSNB_BACSU Putative metallophosphoesterase YsnB (EC 3.1.4.-) ysnB BSU28350 Bacillus subtilis (strain 168) 169 +CAB14796.1 P94558 reviewed IXTPA_BACSU dITP/XTP pyrophosphatase (EC 3.6.1.66) (Non-canonical purine NTP pyrophosphatase) (Non-standard purine NTP pyrophosphatase) (Nucleoside-triphosphate diphosphatase) (Nucleoside-triphosphate pyrophosphatase) (NTPase) ysnA BSU28360 Bacillus subtilis (strain 168) 198 +CAB14797.1 P28619 reviewed RNPH_BACSU Ribonuclease PH (RNase PH) (EC 2.7.7.56) (tRNA nucleotidyltransferase) rph BSU28370 Bacillus subtilis (strain 168) 245 +CAB14798.1 P39072 reviewed GERM_BACSU Spore germination protein GerM gerM BSU28380 Bacillus subtilis (strain 168) 366 +CAB14799.2 P94556 reviewed MURI1_BACSU Glutamate racemase 1 (EC 5.1.1.3) racE glr murI BSU28390 Bacillus subtilis (strain 168) 272 +CAB14800.1 P97247 reviewed YSMB_BACSU Uncharacterized HTH-type transcriptional regulator YsmB ysmB BSU28400 Bacillus subtilis (strain 168) 146 +CAB14801.2 P11470 reviewed GERE_BACSU Spore germination protein GerE gerE BSU28410 Bacillus subtilis (strain 168) 74 +CAB14802.1 P11469 reviewed YSMA_BACSU Uncharacterized protein YsmA ysmA BSU28420 Bacillus subtilis (strain 168) 147 +CAB14803.1 P08066 reviewed SDHB_BACSU Succinate dehydrogenase iron-sulfur subunit (EC 1.3.5.1) sdhB BSU28430 Bacillus subtilis (strain 168) 253 +CAB14804.2 P08065 reviewed SDHA_BACSU Succinate dehydrogenase flavoprotein subunit (EC 1.3.5.1) sdhA citF BSU28440 Bacillus subtilis (strain 168) 586 +CAB14805.1 P08064 reviewed DHSC_BACSU Succinate dehydrogenase cytochrome b558 subunit (Cytochrome b-558) sdhC BSU28450 Bacillus subtilis (strain 168) 202 +CAB14806.1 P42955 reviewed YSLB_BACSU Uncharacterized protein YslB yslB BSU28460 Bacillus subtilis (strain 168) 148 +CAB14807.1 P08495 reviewed AK2_BACSU Aspartokinase 2 (EC 2.7.2.4) (Aspartate kinase 2) (Aspartokinase II) lysC BSU28470 Bacillus subtilis (strain 168) 408 +SOX90588.1 A0A2K4Z9M4 unreviewed A0A2K4Z9M4_BACSU Aspartokinase II beta subunit (Aa 246->408) (EC 2.7.2.4) lysCB BSU_28475 Bacillus subtilis (strain 168) 163 +CAB14809.2 P14951 reviewed UVRC_BACSU UvrABC system protein C (Protein UvrC) (Excinuclease ABC subunit C) uvrC BSU28490 Bacillus subtilis (strain 168) 590 +CAB14810.1 P14949 reviewed THIO_BACSU Thioredoxin (Trx) trxA trx BSU28500 Bacillus subtilis (strain 168) 104 +CAB14811.2 P94552 reviewed IABF2_BACSU Intracellular exo-alpha-L-arabinofuranosidase 2 (ABF) (EC 3.2.1.55) (Intracellular arabinan exo-alpha-L-arabinosidase) (Arabinosidase) abf2 asd xsa BSU28510 Bacillus subtilis (strain 168) 495 +CAB14812.1 P94551 reviewed ETFA_BACSU Electron transfer flavoprotein subunit alpha (Alpha-ETF) (Electron transfer flavoprotein large subunit) (ETFLS) etfA BSU28520 Bacillus subtilis (strain 168) 325 +CAB14813.1 P94550 reviewed ETFB_BACSU Electron transfer flavoprotein subunit beta (Beta-ETF) (Electron transfer flavoprotein small subunit) (ETFSS) etfB BSU28530 Bacillus subtilis (strain 168) 257 +CAB14814.1 P94549 reviewed FADB_BACSU Probable enoyl-CoA hydratase (EC 4.2.1.17) fadB ysiB BSU28540 Bacillus subtilis (strain 168) 258 +CAB14815.1 P94548 reviewed FADR_BACSU Fatty acid metabolism regulator protein fadR ysiA BSU28550 Bacillus subtilis (strain 168) 194 +CAB14816.1 P94547 reviewed LCFA_BACSU Long-chain-fatty-acid--CoA ligase (EC 6.2.1.3) (Long-chain acyl-CoA synthetase) lcfA BSU28560 Bacillus subtilis (strain 168) 560 +CAB14817.1 P94546 reviewed YSHE_BACSU UPF0719 transmembrane protein YshE yshE BSU28570 Bacillus subtilis (strain 168) 134 +CAB14818.1 P94545 reviewed MUTS2_BACSU Endonuclease MutS2 (EC 3.1.-.-) mutSB mutS2 yshD BSU28580 Bacillus subtilis (strain 168) 785 +CAB14819.1 P94544 reviewed POLX_BACSU DNA polymerase/3'-5' exonuclease PolX [Includes: DNA polymerase type-X (EC 2.7.7.7); 3'-5' exodeoxyribonuclease (3'-5' exonuclease) (EC 3.1.11.1)] polX yshC BSU28590 Bacillus subtilis (strain 168) 570 +CAB14820.1 P94543 reviewed YSHB_BACSU Uncharacterized transmembrane protein YshB yshB BSU28600 Bacillus subtilis (strain 168) 177 +CAB14821.1 P94542 reviewed ZAPA_BACSU Cell division protein ZapA (Z ring-associated protein ZapA) zapA yshA BSU28610 Bacillus subtilis (strain 168) 85 +CAB14822.1 P94541 reviewed RNH3_BACSU Ribonuclease HIII (RNase HIII) (EC 3.1.26.4) rnhC ysgB BSU28620 Bacillus subtilis (strain 168) 313 +CAB14823.1 P17922 reviewed SYFB_BACSU Phenylalanine--tRNA ligase beta subunit (EC 6.1.1.20) (Phenylalanyl-tRNA synthetase beta subunit) (PheRS) pheT BSU28630 Bacillus subtilis (strain 168) 804 +CAB14824.1 P17921 reviewed SYFA_BACSU Phenylalanine--tRNA ligase alpha subunit (EC 6.1.1.20) (Phenylalanyl-tRNA synthetase alpha subunit) (PheRS) pheS BSU28640 Bacillus subtilis (strain 168) 344 +SOX90590.1 A0A2K4Z9L9 unreviewed A0A2K4Z9L9_BACSU Uncharacterized protein BSU_28645 HIR78_16750 Bacillus subtilis (strain 168) 68 +CAB14825.1 P94538 reviewed RLMP_BACSU 23S rRNA (guanosine(2553)-2'-O)-methyltransferase RlmP (EC 2.1.1.-) (23S rRNA (guanosine-2'-O-)-methyltransferase RlmP) rlmP ysgA BSU28650 Bacillus subtilis (strain 168) 248 +CAB14826.1 P94537 reviewed SSPI_BACSU Small, acid-soluble spore protein I (SASP I) sspI ysfA BSU28660 Bacillus subtilis (strain 168) 71 +CAB14827.2 P94536 reviewed YSFB_BACSU Uncharacterized protein YsfB ysfB BSU28670 Bacillus subtilis (strain 168) 368 +CAB14828.1 P94535 reviewed GLCD_BACSU Glycolate oxidase subunit GlcD (EC 1.1.99.14) (Glycolate dehydrogenase subunit GlcD) glcD ysfC BSU28680 Bacillus subtilis (strain 168) 470 +CAB14829.1 P94534 reviewed GLCF_BACSU Probable glycolate oxidase iron-sulfur subunit (EC 1.1.99.14) (Glycolate dehydrogenase subunit GlcF) glcF ysfD BSU28690 Bacillus subtilis (strain 168) 444 +CAB14830.1 P94533 reviewed YSFE_BACSU Uncharacterized protein YsfE ysfE BSU28700 Bacillus subtilis (strain 168) 80 +SOX90591.1 A0A2K4Z9L8 unreviewed A0A2K4Z9L8_BACSU Uncharacterized protein BSU_28709 HIR78_16785 Bacillus subtilis (strain 168) 56 +CAB14831.2 P94532 reviewed CSTA_BACSU Peptide transporter CstA (Carbon starvation protein A homolog) cstA BSU28710 Bacillus subtilis (strain 168) 598 +CAB14832.2 P94531 reviewed IABF1_BACSU Intracellular exo-alpha-(1->5)-L-arabinofuranosidase 1 (ABF) (EC 3.2.1.55) (Intracellular arabinan exo-alpha-(1->5)-L-arabinosidase) (Arabinosidase) abfA BSU28720 Bacillus subtilis (strain 168) 500 +CAB14833.2 P94530 reviewed ARAQ_BACSU Arabinooligosaccharides transport system permease protein AraQ araQ yseE BSU28730 Bacillus subtilis (strain 168) 281 +CAB14834.1 P94529 reviewed ARAP_BACSU Arabinooligosaccharides transport system permease protein AraP araP yseD BSU28740 Bacillus subtilis (strain 168) 313 +CAB14835.2 P94528 reviewed ARAN_BACSU Arabinooligosaccharide-binding protein araN yseC BSU28750 Bacillus subtilis (strain 168) 433 +CAB14836.1 P94527 reviewed G1PDH_BACSU Glycerol-1-phosphate dehydrogenase [NAD(P)+] (G1P dehydrogenase) (G1PDH) (EC 1.1.1.261) (Arabinose operon protein AraM) (Enantiomeric glycerophosphate synthase) (sn-glycerol-1-phosphate dehydrogenase) egsA araM yseB BSU28760 Bacillus subtilis (strain 168) 394 +CAB14837.1 P94526 reviewed ARAL_BACSU Sugar-phosphatase AraL (EC 3.1.3.23) (Arabinose operon protein AraL) (Phosphoserine phosphatase) (EC 3.1.3.3) araL yseA BSU28770 Bacillus subtilis (strain 168) 272 +CAB14838.1 P94525 reviewed ARAD_BACSU L-ribulose-5-phosphate 4-epimerase (EC 5.1.3.4) (Phosphoribulose isomerase) araD BSU28780 Bacillus subtilis (strain 168) 229 +CAB14839.1 P94524 reviewed ARAB_BACSU Ribulokinase (EC 2.7.1.16) araB BSU28790 Bacillus subtilis (strain 168) 560 +CAB14840.2 P94523 reviewed ARAA_BACSU L-arabinose isomerase (EC 5.3.1.4) araA BSU28800 Bacillus subtilis (strain 168) 496 +CAB14841.2 P94522 reviewed EABN1_BACSU Extracellular endo-alpha-(1->5)-L-arabinanase 1 (ABN) (EC 3.2.1.99) (Endo-1,5-alpha-L-arabinanase) abnA BSU28810 Bacillus subtilis (strain 168) 323 +CAB14842.1 P94521 reviewed YSDC_BACSU Putative aminopeptidase YsdC (EC 3.4.11.-) ysdC BSU28820 Bacillus subtilis (strain 168) 361 +CAB14843.1 P94520 reviewed YSDB_BACSU Sigma-w pathway protein YsdB ysdB BSU28830 Bacillus subtilis (strain 168) 130 +CAB14844.1 P94519 reviewed YSDA_BACSU Uncharacterized protein YsdA ysdA BSU28840 Bacillus subtilis (strain 168) 89 +CAB14845.1 P55873 reviewed RL20_BACSU Large ribosomal subunit protein bL20 (50S ribosomal protein L20) rplT BSU28850 Bacillus subtilis (strain 168) 119 +CAB14846.1 P55874 reviewed RL35_BACSU Large ribosomal subunit protein bL35 (50S ribosomal protein L35) rpmI BSU28860 Bacillus subtilis (strain 168) 66 +CAB14847.1 P55872 reviewed IF3_BACSU Translation initiation factor IF-3 infC BSU28870 Bacillus subtilis (strain 168) 173 +CAB14849.2 P94517 reviewed YSCB_BACSU Uncharacterized protein YscB yscB BSU28890 Bacillus subtilis (strain 168) 221 +CAB14850.1 P94516 reviewed LRGB_BACSU Antiholin-like protein LrgB lrgB ysbB BSU28900 Bacillus subtilis (strain 168) 231 +CAB14851.1 P94515 reviewed LRGA_BACSU Antiholin-like protein LrgA lrgA ysbA BSU28910 Bacillus subtilis (strain 168) 146 +CAB14852.1 P94514 reviewed LYTT_BACSU Sensory transduction protein LytT lytT BSU28920 Bacillus subtilis (strain 168) 241 +CAB14853.1 P94513 reviewed LYTS_BACSU Sensor protein LytS (EC 2.7.13.3) lytS BSU28930 Bacillus subtilis (strain 168) 593 +CAB14854.2 P94512 reviewed PSP_BACSU Phosphoserine phosphatase (PSP) (EC 3.1.3.3) serB ysaA BSU28940 Bacillus subtilis (strain 168) 260 +CAB14855.1 P18255 reviewed SYT1_BACSU Threonine--tRNA ligase 1 (EC 6.1.1.3) (Threonyl-tRNA synthetase 1) (ThrRS 1) thrS thrSV BSU28950 Bacillus subtilis (strain 168) 643 +CAB14856.2 P06569 reviewed YTXC_BACSU Uncharacterized protein YtxC (ORF-281) ytxC BSU28960 Bacillus subtilis (strain 168) 281 +CAB14857.1 P06568 reviewed YTXB_BACSU TVP38/TMEM64 family membrane protein YtxB (ORF-213) ytxB BSU28970 Bacillus subtilis (strain 168) 213 +CAB14858.1 P06567 reviewed DNAI_BACSU Primosomal protein DnaI dnaI ytxA BSU28980 Bacillus subtilis (strain 168) 311 +CAB14859.1 P07908 reviewed DNAB_BACSU Replication initiation and membrane attachment protein dnaB BSU28990 Bacillus subtilis (strain 168) 472 +CAB14860.1 Q45549 reviewed NRDR_BACSU Transcriptional repressor NrdR nrdR ytcG BSU29000 Bacillus subtilis (strain 168) 152 +CAB14861.2 O34426 reviewed SPEH_BACSU S-adenosylmethionine decarboxylase proenzyme (AdoMetDC) (SAMDC) (EC 4.1.1.50) [Cleaved into: S-adenosylmethionine decarboxylase beta chain; S-adenosylmethionine decarboxylase alpha chain] speH speD ytcF BSU29010 Bacillus subtilis (strain 168) 126 +CAB14862.1 O34425 reviewed G3P2_BACSU Glyceraldehyde-3-phosphate dehydrogenase 2 (GAPDH) (EC 1.2.1.59) (NAD(P)-dependent glyceraldehyde-3-phosphate dehydrogenase) gapB BSU29020 Bacillus subtilis (strain 168) 340 +CAB14863.1 O34533 reviewed YTCD_BACSU Uncharacterized HTH-type transcriptional regulator YtcD ytcD BSU29030 Bacillus subtilis (strain 168) 126 +CAB14864.1 O34367 reviewed YTBD_BACSU Uncharacterized MFS-type transporter YtbD ytbD BSU29040 Bacillus subtilis (strain 168) 396 +CAB14865.1 O34678 reviewed YTBE_BACSU Uncharacterized oxidoreductase YtbE (EC 1.-.-.-) ytbE BSU29050 Bacillus subtilis (strain 168) 280 +CAB14866.1 O34932 reviewed COAE_BACSU Dephospho-CoA kinase (EC 2.7.1.24) (Dephosphocoenzyme A kinase) coaE ytaG BSU29060 Bacillus subtilis (strain 168) 197 +CAB14867.2 C0SP79 reviewed YTAF_BACSU Probable sporulation protein YtaF ytaF BSU29070 Bacillus subtilis (strain 168) 210 +CAB14868.2 O34403 reviewed FPG_BACSU Formamidopyrimidine-DNA glycosylase (Fapy-DNA glycosylase) (EC 3.2.2.23) (DNA-(apurinic or apyrimidinic site) lyase MutM) (AP lyase MutM) (EC 4.2.99.18) mutM fpg ytaE BSU29080 Bacillus subtilis (strain 168) 276 +CAB14869.1 O34996 reviewed DPO1_BACSU DNA polymerase I (POL I) (EC 2.7.7.7) polA BSU29090 Bacillus subtilis (strain 168) 880 +CAB14870.1 P23545 reviewed PHOR_BACSU Alkaline phosphatase synthesis sensor protein PhoR (EC 2.7.13.3) phoR BSU29100 Bacillus subtilis (strain 168) 579 +CAB14871.2 P13792 reviewed PHOP_BACSU Alkaline phosphatase synthesis transcriptional regulatory protein PhoP phoP BSU29110 Bacillus subtilis (strain 168) 240 +CAB14872.1 P49814 reviewed MDH_BACSU Malate dehydrogenase (EC 1.1.1.37) (Vegetative protein 69) (VEG69) mdh citH BSU29120 Bacillus subtilis (strain 168) 312 +CAB14873.1 P39126 reviewed IDH_BACSU Isocitrate dehydrogenase [NADP] (IDH) (EC 1.1.1.42) (IDP) (NADP(+)-specific ICDH) (Oxalosuccinate decarboxylase) icd citC BSU29130 Bacillus subtilis (strain 168) 423 +CAB14874.1 P39120 reviewed CISY2_BACSU Citrate synthase 2 (EC 2.3.3.16) (Citrate synthase II) citZ citA2 BSU29140 Bacillus subtilis (strain 168) 372 +CAB14875.1 O34811 reviewed YTWI_BACSU UPF0756 membrane protein YtwI ytwI BSU29150 Bacillus subtilis (strain 168) 154 +CAB14876.1 O34991 reviewed YTVI_BACSU Putative transport protein YtvI ytvI BSU29160 Bacillus subtilis (strain 168) 371 +CAB14877.1 O32064 reviewed YTZA_BACSU UPF0716 protein YtzA ytzA BSU29170 Bacillus subtilis (strain 168) 127 +CAB14878.1 P80885 reviewed KPYK_BACSU Pyruvate kinase (PK) (EC 2.7.1.40) (Vegetative protein 17) (VEG17) pyk pykA BSU29180 Bacillus subtilis (strain 168) 585 +CAB14879.1 O34529 reviewed PFKA_BACSU ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase) pfkA pfk BSU29190 Bacillus subtilis (strain 168) 319 +CAB14880.1 O34847 reviewed ACCA_BACSU Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha (ACCase subunit alpha) (Acetyl-CoA carboxylase carboxyltransferase subunit alpha) (EC 2.1.3.15) accA BSU29200 Bacillus subtilis (strain 168) 325 +CAB14881.2 C0SP93 reviewed ACCD_BACSU Acetyl-coenzyme A carboxylase carboxyl transferase subunit beta (ACCase subunit beta) (Acetyl-CoA carboxylase carboxyltransferase subunit beta) (EC 2.1.3.15) accD yttI BSU29210 Bacillus subtilis (strain 168) 290 +CAB14882.1 O34962 reviewed MAO4_BACSU Bifunctional malic/malolactic enzyme (EC 1.1.1.40) (EC 4.1.1.101) (Malolactic enzyme) (MLE) (NADP-dependent malic enzyme) (NADP-ME) ytsJ BSU29220 Bacillus subtilis (strain 168) 410 +CAB14883.1 O34623 reviewed DPO3A_BACSU DNA polymerase III subunit alpha (EC 2.7.7.7) dnaE BSU29230 Bacillus subtilis (strain 168) 1115 +CAX52677.1 C0H3P8 reviewed YTRH_BACSU Sporulation membrane protein YtrH ytrH spoVIGA BSU29239 Bacillus subtilis (strain 168) 113 +CAB14884.3 O34460 reviewed YTRI_BACSU Sporulation membrane protein YtrI ytrI BSU29240 Bacillus subtilis (strain 168) 167 +CAX52678.1 C0H3P9 reviewed YTZJ_BACSU Uncharacterized protein YtzJ ytzJ BSU29249 Bacillus subtilis (strain 168) 63 +CAB14885.1 O34600 reviewed NRNA_BACSU Bifunctional oligoribonuclease and PAP phosphatase NrnA (EC 3.1.-.-) (3'(2'),5'-bisphosphate nucleotidase) (EC 3.1.3.7) (3'-phosphoadenosine 5'-phosphate phosphatase) (PAP phosphatase) (nanoRNase) nrnA ytqI BSU29250 Bacillus subtilis (strain 168) 313 +CAB14886.1 O34922 reviewed YTPI_BACSU Uncharacterized membrane protein YtpI ytpI BSU29260 Bacillus subtilis (strain 168) 100 +CAB14887.1 O34921 reviewed YTOI_BACSU Uncharacterized protein YtoI ytoI yodW BSU29270 Bacillus subtilis (strain 168) 439 +CAB14888.1 O34430 reviewed YTNM_BACSU Probable membrane transporter protein YtnM ytnM BSU29280 Bacillus subtilis (strain 168) 300 +CAB14889.1 O34980 reviewed SNDA_BACSU N-acetyl-L-cysteine deacetylase (EC 3.5.1.-) sndA ytnL BSU29290 Bacillus subtilis (strain 168) 416 +CAB14890.1 P94465 reviewed RIBR_BACSU RNA-binding riboflavin kinase RibR (EC 2.7.1.26) ribR ytnK BSU29300 Bacillus subtilis (strain 168) 230 +CAB14891.1 O34974 reviewed CMOJ_BACSU N-acetyl-S-alkylcysteine sulfoxide monooxygenase (EC 1.14.14.-) (N-acetyl-S-alkylcysteine sulfoxide lyase) cmoJ moxC ytnJ BSU29310 Bacillus subtilis (strain 168) 442 +CAB14892.1 O34639 reviewed CMOI_BACSU N-acetyl-S-hydroxy-L-cysteine reductase (EC 1.8.4.-) (N-acetyl-L-cysteine sulfenic acid reductase) cmoI ytnI BSU29320 Bacillus subtilis (strain 168) 93 +CAB14893.1 O34846 reviewed CMOO_BACSU N-acetyl-S-alkylcysteine monooxygenase (EC 1.14.14.-) cmoO ytmO BSU29330 Bacillus subtilis (strain 168) 334 +CAB14894.1 O34900 reviewed TCYN_BACSU L-cystine import ATP-binding protein TcyN (EC 7.4.2.-) tcyN ytmN BSU29340 Bacillus subtilis (strain 168) 259 +CAB14895.1 O34931 reviewed TCYM_BACSU L-cystine transport system permease protein TcyM tcyM ytmM BSU29350 Bacillus subtilis (strain 168) 235 +CAB14896.1 O34315 reviewed TCYL_BACSU L-cystine transport system permease protein TcyL tcyL ytmL BSU29360 Bacillus subtilis (strain 168) 239 +CAB14897.1 O34852 reviewed TCYK_BACSU L-cystine-binding protein TcyK tcyK ytmK BSU29370 Bacillus subtilis (strain 168) 270 +CAB14898.1 O34406 reviewed TCYJ_BACSU L-cystine-binding protein TcyJ tcyJ ytmJ BSU29380 Bacillus subtilis (strain 168) 269 +CAB14899.1 O34350 reviewed SNAA_BACSU S-alkylcysteine N-acetyltransferase (EC 2.3.1.80) snaA ytmI BSU29390 Bacillus subtilis (strain 168) 178 +CAB14900.1 O35038 reviewed YTLI_BACSU HTH-type transcriptional regulator YtlI ytlI BSU29400 Bacillus subtilis (strain 168) 308 +CAB14901.2 Q795U4 reviewed YTKL_BACSU UPF0173 metal-dependent hydrolase YtkL ytkL BSU29410 Bacillus subtilis (strain 168) 227 +CAB14902.1 O34308 reviewed YTKK_BACSU Putative oxidoreductase YtkK (EC 1.-.-.-) ytkK BSU29420 Bacillus subtilis (strain 168) 255 +CAB14904.1 O34858 reviewed ARLY_BACSU Argininosuccinate lyase (ASAL) (EC 4.3.2.1) (Arginosuccinase) argH BSU29440 Bacillus subtilis (strain 168) 461 +CAB14905.1 O34347 reviewed ASSY_BACSU Argininosuccinate synthase (EC 6.3.4.5) (Citrulline--aspartate ligase) argG BSU29450 Bacillus subtilis (strain 168) 403 +CAB14924.1 O34457 reviewed MOAB_BACSU Molybdenum cofactor biosynthesis protein B moaB BSU29460 Bacillus subtilis (strain 168) 170 +CAB14925.1 P37877 reviewed ACKA_BACSU Acetate kinase (EC 2.7.2.1) (Acetokinase) ackA BSU29470 Bacillus subtilis (strain 168) 395 +SOX90592.1 A0A2K4Z9M3 unreviewed A0A2K4Z9M3_BACSU Uncharacterized protein BSU_29479 HIR78_17175 Bacillus subtilis (strain 168) 67 +CAB14926.1 P37876 reviewed YTXK_BACSU Uncharacterized protein YtxK ytxK ythI BSU29480 Bacillus subtilis (strain 168) 329 +CAB14927.1 P80864 reviewed TPX_BACSU Thiol peroxidase (Tpx) (EC 1.11.1.24) (Peroxiredoxin tpx) (Prx) (Thioredoxin peroxidase) (Thioredoxin-dependent peroxiredoxin) tpx ytgI BSU29490 Bacillus subtilis (strain 168) 167 +CAB14928.1 O34806 reviewed YTFJ_BACSU Uncharacterized spore protein YtfJ ytfJ BSU29500 Bacillus subtilis (strain 168) 151 +CAB14929.1 O34917 reviewed YTFI_BACSU Uncharacterized protein YtfI ytfI BSU29510 Bacillus subtilis (strain 168) 226 +CAB14930.1 O34424 reviewed YTEJ_BACSU Uncharacterized membrane protein YteJ yteJ BSU29520 Bacillus subtilis (strain 168) 164 +CAB14931.1 O34525 reviewed SPPA_BACSU Putative signal peptide peptidase SppA (EC 3.4.21.-) sppA yteI BSU29530 Bacillus subtilis (strain 168) 335 +CAB14932.1 O34934 reviewed NADK2_BACSU NAD kinase 2 (EC 2.7.1.23) (ATP-dependent NAD kinase 2) nadK2 BSU29540 Bacillus subtilis (strain 168) 267 +CAB14933.1 O34355 reviewed YTCJ_BACSU Putative amidohydrolase YtcJ (EC 3.5.-.-) ytcJ BSU29550 Bacillus subtilis (strain 168) 529 +CAB14934.2 C0SPB0 reviewed YTCI_BACSU Uncharacterized acyl--CoA ligase YtcI (EC 6.2.1.-) ytcI BSU29560 Bacillus subtilis (strain 168) 529 +CAB14935.1 P04831 reviewed SSPA_BACSU Small, acid-soluble spore protein A (SASP) sspA BSU29570 Bacillus subtilis (strain 168) 69 +CAB14936.2 O34595 reviewed THII_BACSU Probable tRNA sulfurtransferase (EC 2.8.1.4) (Sulfur carrier protein ThiS sulfurtransferase) (Thiamine biosynthesis protein ThiI) (tRNA 4-thiouridine synthase) thiI ytbJ BSU29580 Bacillus subtilis (strain 168) 401 +CAB14937.1 O34874 reviewed ISCS2_BACSU Putative cysteine desulfurase IscS 2 (EC 2.8.1.7) iscS2 nifS2 BSU29590 Bacillus subtilis (strain 168) 381 +CAB14938.1 O34545 reviewed BRAB_BACSU Branched-chain amino acid permease BraB (BCAA permease) (Branched-chain amino acid transport system carrier protein BraB) (Branched-chain amino acid uptake carrier BraB) braB BSU29600 Bacillus subtilis (strain 168) 445 +CAB14939.1 O34894 reviewed EZRA_BACSU Septation ring formation regulator EzrA ezrA ytwP BSU29610 Bacillus subtilis (strain 168) 562 +CAB14940.1 O34411 reviewed HIS9_BACSU Histidinol-phosphatase (HolPase) (EC 3.1.3.15) hisK hisJ BSU29620 Bacillus subtilis (strain 168) 268 +CAB14941.1 O34970 reviewed YTTP_BACSU Probable HTH-type transcriptional regulator YttP (Stress response protein YttP) yttP BSU29630 Bacillus subtilis (strain 168) 207 +CAB14942.2 O34553 reviewed YTSP_BACSU Protein YtsP ytsP BSU29640 Bacillus subtilis (strain 168) 163 +CAB14943.1 O34325 reviewed YTRP_BACSU Uncharacterized protein YtrP ytrP BSU29650 Bacillus subtilis (strain 168) 579 +CAB14944.1 P21466 reviewed RS4_BACSU Small ribosomal subunit protein uS4 (30S ribosomal protein S4) (BS4) rpsD BSU29660 Bacillus subtilis (strain 168) 200 +CAB14945.1 P22326 reviewed SYY1_BACSU Tyrosine--tRNA ligase 1 (EC 6.1.1.1) (Tyrosyl-tRNA synthetase 1) (TyrRS 1) tyrS1 BSU29670 Bacillus subtilis (strain 168) 422 +CAB14946.1 P39062 reviewed ACSA_BACSU Acetyl-coenzyme A synthetase (AcCoA synthetase) (Acs) (EC 6.2.1.1) (Acetate--CoA ligase) (Acyl-activating enzyme) acsA BSU29680 Bacillus subtilis (strain 168) 572 +CAB14947.1 P39065 reviewed ACUA_BACSU Acetoin utilization protein AcuA (EC 2.3.1.-) (Protein acetyltransferase AcuA) acuA BSU29690 Bacillus subtilis (strain 168) 210 +CAB14948.1 P39066 reviewed ACUB_BACSU Acetoin utilization protein AcuB acuB BSU29700 Bacillus subtilis (strain 168) 214 +CAB14949.1 P39067 reviewed ACUC_BACSU Acetoin utilization protein AcuC acuC BSU29710 Bacillus subtilis (strain 168) 387 +CAB14950.1 P39064 reviewed YTXE_BACSU Uncharacterized protein YtxE ytxE BSU29720 Bacillus subtilis (strain 168) 242 +CAB14951.1 P39063 reviewed YTXD_BACSU Uncharacterized protein YtxD ytxD BSU29730 Bacillus subtilis (strain 168) 272 +CAB14952.1 P25144 reviewed CCPA_BACSU Catabolite control protein A (Glucose-resistance amylase regulator) ccpA alsA amyR graR BSU29740 Bacillus subtilis (strain 168) 334 +CAB14953.1 P39912 reviewed AROG_BACSU Protein AroA(G) [Includes: Phospho-2-dehydro-3-deoxyheptonate aldolase (EC 2.5.1.54) (3-deoxy-D-arabino-heptulosonate 7-phosphate synthase) (DAHP synthase) (Phospho-2-keto-3-deoxyheptonate aldolase); Chorismate mutase (EC 5.4.99.5)] aroA BSU29750 Bacillus subtilis (strain 168) 358 +CAB14954.1 P39914 reviewed BRXC_BACSU Monothiol bacilliredoxin BrxC (Monothiol Brx-C) (Bacillithiol system redox-active protein YtxJ) (ORF2) (ORF3) brxC ytxJ BSU29760 HIR78_17325 Bacillus subtilis (strain 168) 108 +CAB14955.2 P40780 reviewed YTXH_BACSU Uncharacterized protein YtxH ytxH BSU29770 Bacillus subtilis (strain 168) 151 +CAB14956.2 P40779 reviewed YTXG_BACSU UPF0478 protein YtxG ytxG BSU29780 Bacillus subtilis (strain 168) 140 +CAB14957.1 P40778 reviewed MURC_BACSU UDP-N-acetylmuramate--L-alanine ligase (EC 6.3.2.8) (UDP-N-acetylmuramoyl-L-alanine synthetase) murC ytxF BSU29790 Bacillus subtilis (strain 168) 432 +CAB14959.2 C0SP86 reviewed SFTA_BACSU DNA translocase SftA (Septum-associated FtsK-like translocase of DNA) sftA ytpS ytpT BSU29805 BSU29810 Bacillus subtilis (strain 168) 952 +CAB14960.1 O34943 reviewed YTPR_BACSU Putative tRNA-binding protein YtpR (Partial phenylalanyl-tRNA synthetase) (Partial PheRS) (pFRS) ytpR BSU29820 Bacillus subtilis (strain 168) 201 +CAB14961.1 O34496 reviewed YTPQ_BACSU UPF0354 protein YtpQ ytpQ BSU29830 Bacillus subtilis (strain 168) 269 +CAB14962.1 O34357 reviewed YTPP_BACSU Thioredoxin-like protein YtpP ytpP BSU29840 Bacillus subtilis (strain 168) 107 +SOX90593.1 A0A2K4Z9M1 unreviewed A0A2K4Z9M1_BACSU Uncharacterized protein BSU_29845 HIR78_17365 Bacillus subtilis (strain 168) 38 +CAB14963.1 O34305 reviewed YTOQ_BACSU Uncharacterized protein YtoQ ytoQ BSU29850 Bacillus subtilis (strain 168) 148 +CAB14964.1 O34924 reviewed YTOP_BACSU Putative aminopeptidase YtoP (EC 3.4.11.-) ytoP BSU29860 Bacillus subtilis (strain 168) 357 +CAB14965.1 O32065 reviewed YTZB_BACSU Uncharacterized protein YtzB ytzB BSU29870 Bacillus subtilis (strain 168) 105 +CAB14966.1 O34389 reviewed MAO3_BACSU NAD-dependent malic enzyme 3 (NAD-ME 3) (EC 1.1.1.38) (Malate dehydrogenase MalS) malS BSU29880 Bacillus subtilis (strain 168) 566 +CAB14967.1 O34760 reviewed YTNP_BACSU Probable quorum-quenching lactonase YtnP (EC 3.1.1.-) ytnP BSU29890 Bacillus subtilis (strain 168) 281 +CAB14968.1 O34522 reviewed TRMB_BACSU tRNA (guanine-N(7)-)-methyltransferase (EC 2.1.1.33) (BsTrmB) (tRNA (guanine(46)-N(7))-methyltransferase) (tRNA(m7G46)-methyltransferase) trmB ytmQ BSU29900 Bacillus subtilis (strain 168) 213 +CAB14969.1 O32066 reviewed YTZH_BACSU Uncharacterized protein YtzH ytzH BSU29910 Bacillus subtilis (strain 168) 92 +CAB14970.2 C0SPC1 reviewed CCRZ_BACSU Cell cycle regulator CcrZ (EC 2.7.1.15) (EC 2.7.1.229) (Cell cycle regulator protein interacting with FtsZ) ccrZ ytmP BSU29920 Bacillus subtilis (strain 168) 269 +CAB14971.2 C0SPA0 reviewed PULA_BACSU Pullulanase (EC 3.2.1.41) (Alpha-dextrin endo-1,6-alpha-glucosidase) (Pullulan 6-glucanohydrolase) amyX BSU29930 Bacillus subtilis (strain 168) 718 +CAB14972.1 O34799 reviewed YTLR_BACSU Putative lipid kinase YtlR (EC 2.7.1.-) ytlR BSU29940 Bacillus subtilis (strain 168) 309 +CAB14973.1 O34471 reviewed YTLQ_BACSU Uncharacterized protein YtlQ ytlQ BSU29950 Bacillus subtilis (strain 168) 304 +CAB14974.1 O34570 reviewed THPR_BACSU RNA 2',3'-cyclic phosphodiesterase (RNA 2',3'-CPDase) (EC 3.1.4.58) ytlP BSU29960 Bacillus subtilis (strain 168) 183 +CAB14975.1 O34476 reviewed CYSM_BACSU Probable cysteine synthase (CSase) (EC 2.5.1.47) (O-acetylserine (thiol)-lyase) (OAS-TL) (O-acetylserine sulfhydrylase) ytkP BSU29970 Bacillus subtilis (strain 168) 311 +CAB14976.1 O34944 reviewed PEPVL_BACSU Putative dipeptidase YtjP (EC 3.4.13.-) ytjP BSU29980 Bacillus subtilis (strain 168) 463 +CAB14977.1 O34978 reviewed PBUO_BACSU Guanine/hypoxanthine permease PbuO pbuO ytiP BSU29990 Bacillus subtilis (strain 168) 432 +CAB14978.1 O35029 reviewed YTHQ_BACSU Putative transporter YthQ ythQ BSU30000 Bacillus subtilis (strain 168) 385 +CAB14979.1 O34977 reviewed YTHP_BACSU Uncharacterized ABC transporter ATP-binding protein YthP (EC 7.-.-.-) ythP BSU30010 Bacillus subtilis (strain 168) 236 +CAB14980.1 O32067 reviewed YTZE_BACSU Uncharacterized HTH-type transcriptional regulator YtzE ytzE BSU30020 Bacillus subtilis (strain 168) 73 +CAB14982.2 O32068 reviewed YTZG_BACSU Uncharacterized RNA pseudouridine synthase YtzG (EC 5.4.99.-) (RNA pseudouridylate synthase) (RNA-uridine isomerase) ytzG ytzF BSU30035 BSU30030 BSU30040 Bacillus subtilis (strain 168) 239 +CAB14983.1 O34674 reviewed MURJ_BACSU Lipid II flippase MurJ (Cell division protein YtgP) murJ ytgP BSU30050 Bacillus subtilis (strain 168) 544 +CAB14984.2 Q795R8 reviewed YTFP_BACSU Uncharacterized protein YtfP ytfP BSU30060 Bacillus subtilis (strain 168) 420 +CAB14985.1 P54417 reviewed OPUD_BACSU Glycine betaine transporter OpuD opuD ytfQ BSU30070 Bacillus subtilis (strain 168) 512 +CAB14986.1 P94496 reviewed CSE60_BACSU Sporulation protein cse60 cse60 yteV BSU30080 Bacillus subtilis (strain 168) 60 +CAB14987.1 O34378 reviewed YTEU_BACSU Uncharacterized protein YteU yteU BSU30090 Bacillus subtilis (strain 168) 222 +CAB14988.1 O34371 reviewed YTET_BACSU Putative oxidoreductase YteT (EC 1.-.-.-) yteT BSU30100 Bacillus subtilis (strain 168) 428 +CAB14989.2 C0SP80 reviewed YTES_BACSU Putative lipoprotein YteS yteS BSU30110 Bacillus subtilis (strain 168) 167 +CAB14990.3 O34559 reviewed URHG2_BACSU Unsaturated rhamnogalacturonyl hydrolase YteR (URH) (EC 3.2.1.172) yteR BSU30120 Bacillus subtilis (strain 168) 373 +CAB14992.2 C0SPB3 reviewed YTEP_BACSU Polygalacturonan/rhamnogalacturonan transport system permease protein YteP yteP yteQ BSU30135 BSU30130/BSU30140 Bacillus subtilis (strain 168) 321 +CAB14993.1 O32071 reviewed YTDP_BACSU Uncharacterized HTH-type transcriptional regulator YtdP ytdP BSU30150 Bacillus subtilis (strain 168) 772 +CAB14994.3 Q795R2 reviewed YTCQ_BACSU Polygalacturonan/rhamnogalacturonan-binding protein YtcQ ytcQ BSU30160 Bacillus subtilis (strain 168) 498 +CAB14995.1 P53561 reviewed YTCP_BACSU Polygalacturonan/rhamnogalacturonan transport system permease protein YtcP ytcP BSU30170 Bacillus subtilis (strain 168) 286 +CAB14996.2 P53560 reviewed YTBQ_BACSU Uncharacterized protein YtbQ ytbQ BSU30180 Bacillus subtilis (strain 168) 253 +CAB14997.1 P53554 reviewed BIOI_BACSU Biotin biosynthesis cytochrome P450 (EC 1.14.14.46) bioI CYP107H BSU30190 Bacillus subtilis (strain 168) 395 +CAB14998.1 P53557 reviewed BIOB_BACSU Biotin synthase (EC 2.8.1.6) bioB BSU30200 Bacillus subtilis (strain 168) 335 +CAB14999.1 P53558 reviewed BIOD_BACSU ATP-dependent dethiobiotin synthetase BioD (EC 6.3.3.3) (DTB synthetase) (DTBS) (Dethiobiotin synthase) bioD BSU30210 Bacillus subtilis (strain 168) 231 +CAB15000.1 P53556 reviewed BIOF2_BACSU 8-amino-7-oxononanoate synthase 2 (AONS) (EC 2.3.1.47) (7-keto-8-amino-pelargonic acid synthase) (7-KAP synthase) (8-amino-7-ketopelargonate synthase) bioF BSU30220 Bacillus subtilis (strain 168) 389 +CAB15001.1 P53555 reviewed BIOK_BACSU L-Lysine--8-amino-7-oxononanoate transaminase (EC 2.6.1.105) (7,8-diamino-pelargonic acid aminotransferase) (DAPA AT) (DAPA aminotransferase) (7,8-diaminononanoate synthase) (DANS) (Diaminopelargonic acid synthase) (L-Lysine--8-amino-7-oxononanoate aminotransferase) bioK bioA BSU30230 Bacillus subtilis (strain 168) 448 +CAB15002.3 P53559 reviewed BIOW_BACSU 6-carboxyhexanoate--CoA ligase (EC 6.2.1.14) (Pimeloyl-CoA synthase) bioW BSU30240 Bacillus subtilis (strain 168) 259 +CAB15003.1 O34973 reviewed YTAP_BACSU Putative hydrolase YtaP (EC 3.-.-.-) ytaP BSU30250 Bacillus subtilis (strain 168) 299 +CAB15004.1 O34829 reviewed MELR_BACSU HTH-type transcriptional repressor MelR melR msmR BSU30260 Bacillus subtilis (strain 168) 344 +CAB15005.1 O34335 reviewed MELE_BACSU Melibiose/raffinose/stachyose-binding protein MelE melE msmE BSU30270 Bacillus subtilis (strain 168) 426 +CAB15006.1 O34706 reviewed MELD_BACSU Melibiose/raffinose/stachyose import permease protein MelD melD amyD BSU30280 Bacillus subtilis (strain 168) 303 +CAB15007.1 O34518 reviewed MELC_BACSU Melibiose/raffinose/stachyose import permease protein MelC melC amyC BSU30290 Bacillus subtilis (strain 168) 276 +CAB15008.1 O34645 reviewed AGAL_BACSU Alpha-galactosidase (EC 3.2.1.22) (Melibiase) melA BSU30300 Bacillus subtilis (strain 168) 432 +CAB15009.2 O32072 reviewed YTWF_BACSU Putative sulfurtransferase YtwF (EC 2.8.1.-) ytwF BSU30310 Bacillus subtilis (strain 168) 103 +CAB15010.1 P36430 reviewed SYL_BACSU Leucine--tRNA ligase (EC 6.1.1.4) (Leucyl-tRNA synthetase) (LeuRS) leuS BSU30320 Bacillus subtilis (strain 168) 804 +CAB15011.3 O34881 reviewed YTVB_BACSU Uncharacterized protein YtvB ytvB BSU30330 Bacillus subtilis (strain 168) 111 +CAB15012.1 O34627 reviewed PHOT_BACSU Blue-light photoreceptor (Photoactive flavo-yellow protein) (Phototropin homolog) pfyP ytvA BSU30340 Bacillus subtilis (strain 168) 261 +CAB15013.1 O34546 reviewed YTTB_BACSU Uncharacterized MFS-type transporter YttB yttB BSU30350 Bacillus subtilis (strain 168) 397 +CAB15014.2 Q795Q5 reviewed YTTA_BACSU Uncharacterized membrane protein YttA yttA BSU30360 Bacillus subtilis (strain 168) 248 +CAB15015.1 O34741 reviewed BCEB_BACSU Bacitracin export permease protein BceB bceB barD ytsD BSU30370 Bacillus subtilis (strain 168) 646 +CAB15016.1 O34697 reviewed BCEA_BACSU Bacitracin export ATP-binding protein BceA bceA barC ytsC BSU30380 Bacillus subtilis (strain 168) 253 +CAB15017.1 O35044 reviewed BCES_BACSU Sensor protein BceS (EC 2.7.13.3) bceS barB ytsB BSU30390 Bacillus subtilis (strain 168) 334 +CAB15018.1 O34951 reviewed BCER_BACSU Sensory transduction protein BceR bceR barA ytsA BSU30400 Bacillus subtilis (strain 168) 231 +CAB15019.1 O35005 reviewed YTRF_BACSU ABC transporter permease YtrF ytrF BSU30410 Bacillus subtilis (strain 168) 436 +CAB15020.1 O34392 reviewed YTRE_BACSU ABC transporter ATP-binding protein YtrE ytrE BSU30420 Bacillus subtilis (strain 168) 231 +CAB15021.1 O34953 reviewed YTRD_BACSU Probable ABC transporter permease YtrD ytrD BSU30430 Bacillus subtilis (strain 168) 325 +CAB15022.1 O34898 reviewed YTRC_BACSU Probable ABC transporter permease YtrC ytrC BSU30440 Bacillus subtilis (strain 168) 328 +CAB15023.1 O34641 reviewed YTRB_BACSU ABC transporter ATP-binding protein YtrB ytrB BSU30450 Bacillus subtilis (strain 168) 292 +CAB15024.1 O34712 reviewed YTRA_BACSU HTH-type transcriptional repressor YtrA ytrA BSU30460 Bacillus subtilis (strain 168) 130 +CCQ48604.2 L8ECR1 unreviewed L8ECR1_BACSU Lipoprotein BSU_30466 HIR78_17670 Bacillus subtilis (strain 168) 45 +CAB15025.1 O32073 reviewed YTZC_BACSU Uncharacterized protein YtzC ytzC BSU30470 Bacillus subtilis (strain 168) 90 +CAB15026.1 O35008 reviewed YTQA_BACSU Uncharacterized protein YtqA ytqA BSU30480 Bacillus subtilis (strain 168) 322 +CAB15027.1 O34614 reviewed MNMM_BACSU tRNA (mnm(5)s(2)U34)-methyltransferase (EC 2.1.1.61) (5-aminomethyl-2-thiouridine methyltransferase) (MnmC-like methyltransferase) (bsMnmM) (tRNA 5-(aminomethyl)-2-thiouridylate-methyltransferase) mnmM ytqB BSU30490 Bacillus subtilis (strain 168) 194 +CAB15028.1 O34707 reviewed YTPB_BACSU Tetraprenyl-beta-curcumene synthase (EC 4.2.3.130) ytpB BSU30500 Bacillus subtilis (strain 168) 367 +CAB15029.1 O34705 reviewed PLBAC_BACSU Phospholipase YtpA (EC 3.1.1.-) (Bacilysocin biosynthesis protein YtpA) ytpA BSU30510 Bacillus subtilis (strain 168) 259 +CAB15030.1 O34696 reviewed YTOA_BACSU Uncharacterized transferase YtoA (EC 2.-.-.-) ytoA BSU30520 Bacillus subtilis (strain 168) 171 +CAB15031.1 O34618 reviewed YTNA_BACSU Uncharacterized amino acid permease YtnA ytnA BSU30530 Bacillus subtilis (strain 168) 463 +CAB15032.1 P54420 reviewed ASNB_BACSU Asparagine synthetase [glutamine-hydrolyzing] 1 (EC 6.3.5.4) asnB asn BSU30540 Bacillus subtilis (strain 168) 632 +CAB15033.1 P54419 reviewed METK_BACSU S-adenosylmethionine synthase (AdoMet synthase) (EC 2.5.1.6) (MAT) (Methionine adenosyltransferase) metK metE BSU30550 Bacillus subtilis (strain 168) 400 +CAB15034.2 P54418 reviewed PCKA_BACSU Phosphoenolpyruvate carboxykinase (ATP) (PCK) (PEP carboxykinase) (PEPCK) (EC 4.1.1.49) pckA ppc BSU30560 Bacillus subtilis (strain 168) 527 +CAB15035.1 O34365 reviewed YTMB_BACSU Uncharacterized protein YtmB ytmB BSU30570 Bacillus subtilis (strain 168) 80 +CAB15036.1 O34493 reviewed YTMA_BACSU Uncharacterized peptidase YtmA (EC 3.4.21.-) ytmA BSU30580 Bacillus subtilis (strain 168) 257 +CAB15037.2 C0SP84 reviewed YTLA_BACSU Putative binding protein YtlA ytlA ytlB BSU30595 BSU30590/BSU30600 Bacillus subtilis (strain 168) 334 +CAB15039.1 O34314 reviewed YTLC_BACSU Uncharacterized ABC transporter ATP-binding protein YtlC (EC 7.-.-.-) ytlC BSU30610 Bacillus subtilis (strain 168) 260 +CAB15040.1 O34649 reviewed YTLD_BACSU Uncharacterized ABC transporter permease protein YtlD ytlD BSU30620 Bacillus subtilis (strain 168) 270 +CAB15041.1 O35013 reviewed YTKD_BACSU Putative 8-oxo-dGTP diphosphatase YtkD (8-oxo-dGTPase) (EC 3.6.1.55) (7,8-dihydro-8-oxoguanine-triphosphatase) (dGTP pyrophosphohydrolase) ytkD mutTA BSU30630 Bacillus subtilis (strain 168) 158 +CAB15042.1 O34883 reviewed YTKC_BACSU Uncharacterized protein YtkC ytkC BSU30640 Bacillus subtilis (strain 168) 134 +CAB15043.1 P80879 reviewed G20U_BACSU General stress protein 20U (GSP20U) (DPS protein homolog) dps ytkB BSU30650 Bacillus subtilis (strain 168) 145 +CAX52680.1 C0H3Q1 reviewed YTZI_BACSU Uncharacterized membrane protein YtzI ytzI BSU30659 Bacillus subtilis (strain 168) 58 +CAB15044.1 P40768 reviewed YTKA_BACSU Uncharacterized protein YtkA (PSPA8) ytkA yznA BSU30660 Bacillus subtilis (strain 168) 145 +CAB15045.1 O34667 reviewed LUXS_BACSU S-ribosylhomocysteine lyase (EC 4.4.1.21) (AI-2 synthesis protein) (Autoinducer-2 production protein LuxS) luxS ytjB BSU30670 Bacillus subtilis (strain 168) 157 +CAB15046.1 O34601 reviewed YIDD_BACSU Putative membrane protein insertion efficiency factor ytjA BSU30680 Bacillus subtilis (strain 168) 75 +CAB15047.1 O34872 reviewed YTIB_BACSU Putative carbonic anhydrase YtiB (EC 4.2.1.1) (Carbonate dehydratase) ytiB BSU30690 Bacillus subtilis (strain 168) 187 +CAB15048.1 O34967 reviewed RL31B_BACSU Large ribosomal subunit protein bL31B (50S ribosomal protein L31 type B) rpmE2 ytiA BSU30700 Bacillus subtilis (strain 168) 82 +CAB15049.2 C0SP90 reviewed YTHA_BACSU Putative cytochrome bd menaquinol oxidase subunit I (EC 1.10.3.-) ythA BSU30710 Bacillus subtilis (strain 168) 443 +CAB15050.1 O34505 reviewed YTHB_BACSU Putative cytochrome bd menaquinol oxidase subunit II ythB BSU30720 Bacillus subtilis (strain 168) 346 +CAX52681.1 C0H3Q2 reviewed YTZL_BACSU Uncharacterized protein YtzL ytzL BSU30739 Bacillus subtilis (strain 168) 52 +CAB15052.1 O34500 reviewed MNTD_BACSU Manganese transport system membrane protein MntD mntD ytgD BSU30740 Bacillus subtilis (strain 168) 295 +CAB15053.1 O35024 reviewed MNTC_BACSU Manganese transport system membrane protein MntC mntC ytgC BSU30750 Bacillus subtilis (strain 168) 435 +CAB15054.1 O34338 reviewed MNTB_BACSU Manganese transport system ATP-binding protein MntB mntB ytgB BSU30760 Bacillus subtilis (strain 168) 250 +CAB15055.1 O34385 reviewed MNTA_BACSU Manganese-binding lipoprotein MntA mntA ytgA BSU30770 Bacillus subtilis (strain 168) 306 +CAB15056.1 O34514 reviewed MENC_BACSU o-succinylbenzoate synthase (OSB synthase) (OSBS) (EC 4.2.1.113) (4-(2'-carboxyphenyl)-4-oxybutyric acid synthase) (o-succinylbenzoic acid synthase) menC ytfD BSU30780 Bacillus subtilis (strain 168) 371 +CAB15057.1 P23971 reviewed MENE_BACSU 2-succinylbenzoate--CoA ligase (EC 6.2.1.26) (o-succinylbenzoyl-CoA synthetase) (OSB-CoA synthetase) menE BSU30790 Bacillus subtilis (strain 168) 486 +CAB15058.1 P23966 reviewed MENB_BACSU 1,4-dihydroxy-2-naphthoyl-CoA synthase (DHNA-CoA synthase) (EC 4.1.3.36) menB BSU30800 Bacillus subtilis (strain 168) 271 +CAB15059.1 P23974 reviewed MENH_BACSU Putative 2-succinyl-6-hydroxy-2,4-cyclohexadiene-1-carboxylate synthase (SHCHC synthase) (EC 4.2.99.20) menH ytfB ytxM BSU30810 Bacillus subtilis (strain 168) 274 +CAB15060.1 P23970 reviewed MEND_BACSU 2-succinyl-5-enolpyruvyl-6-hydroxy-3-cyclohexene-1-carboxylate synthase (SEPHCHC synthase) (EC 2.2.1.9) (Menaquinone biosynthesis protein MenD) menD BSU30820 Bacillus subtilis (strain 168) 580 +CAB15061.1 P23973 reviewed MENF_BACSU Isochorismate synthase MenF (EC 5.4.4.2) (Isochorismate mutase) menF icsM BSU30830 Bacillus subtilis (strain 168) 471 +CAB15062.2 P42408 reviewed YTEA_BACSU Uncharacterized protein YteA (ORFQ) yteA yzwB BSU30840 Bacillus subtilis (strain 168) 239 +CAB15063.1 P42407 reviewed YTDA_BACSU Putative UTP--glucose-1-phosphate uridylyltransferase (EC 2.7.7.9) (Alpha-D-glucosyl-1-phosphate uridylyltransferase) (UDP-glucose pyrophosphorylase) (UDPGP) (Uridine diphosphoglucose pyrophosphorylase) ytdA yzwA BSU30850 Bacillus subtilis (strain 168) 272 +CAB15064.1 O34862 reviewed YTCA_BACSU Putative UDP-glucose 6-dehydrogenase YtcA (UDP-Glc dehydrogenase) (UDP-GlcDH) (UDPGDH) (EC 1.1.1.22) ytcA BSU30860 Bacillus subtilis (strain 168) 428 +CAB15065.1 O34886 reviewed YTCB_BACSU Uncharacterized UDP-glucose epimerase YtcB (EC 4.-.-.-) ytcB BSU30870 Bacillus subtilis (strain 168) 316 +CAB15066.1 O34413 reviewed YTCC_BACSU Putative glycosyltransferase YtcC (EC 2.4.-.-) ytcC BSU30880 Bacillus subtilis (strain 168) 407 +CAB15067.1 P46916 reviewed YTXO_BACSU Uncharacterized protein YtxO (ORFY) ytxO ytbB BSU30890 Bacillus subtilis (strain 168) 143 +CAB15068.1 P46914 reviewed COTS_BACSU Spore coat protein S (Coat protein 40 kDa component 2) (COT40-2) cotS BSU30900 Bacillus subtilis (strain 168) 351 +CAB15069.1 P46915 reviewed COTSA_BACSU Spore coat protein SA (EC 2.4.-.-) cotSA ytbA ytxN BSU30910 Bacillus subtilis (strain 168) 377 +CAB15070.1 O34656 reviewed COTI_BACSU Spore coat protein I cotI ytaA BSU30920 Bacillus subtilis (strain 168) 357 +CAB15071.1 O34694 reviewed YTAB_BACSU Uncharacterized membrane protein YtaB ytaB BSU30930 Bacillus subtilis (strain 168) 155 +CAB15072.1 P39123 reviewed PHSG_BACSU Glycogen phosphorylase (EC 2.4.1.1) glgP BSU30940 Bacillus subtilis (strain 168) 798 +CAB15073.1 P39125 reviewed GLGA_BACSU Glycogen synthase (EC 2.4.1.21) (Starch [bacterial glycogen] synthase) glgA BSU30950 Bacillus subtilis (strain 168) 484 +CAB15074.1 P39124 reviewed GLGD_BACSU Glycogen biosynthesis protein GlgD glgD BSU30960 Bacillus subtilis (strain 168) 343 +CAB15075.1 P39122 reviewed GLGC_BACSU Glucose-1-phosphate adenylyltransferase (EC 2.7.7.27) (ADP-glucose pyrophosphorylase) (ADPGlc PPase) (ADP-glucose synthase) glgC BSU30970 Bacillus subtilis (strain 168) 380 +CAB15076.1 P39118 reviewed GLGB_BACSU 1,4-alpha-glucan branching enzyme GlgB (EC 2.4.1.18) (1,4-alpha-D-glucan:1,4-alpha-D-glucan 6-glucosyl-transferase) (Alpha-(1->4)-glucan branching enzyme) (Glycogen branching enzyme) (BE) glgB BSU30980 Bacillus subtilis (strain 168) 627 +CAB15077.1 O32074 reviewed THIT_BACSU Thiamine transporter ThiT (Thiamine ECF transporter S component ThiT) thiT yuaJ BSU30990 Bacillus subtilis (strain 168) 192 +CAB15078.1 O32075 reviewed YUAI_BACSU Uncharacterized N-acetyltransferase YuaI (EC 2.3.1.-) yuaI BSU31000 Bacillus subtilis (strain 168) 173 +CAB15079.1 O32076 reviewed FLOT_BACSU Flotillin-like protein FloT (Bacterial flotillin homolog YuaG) floT yuaG yuaH BSU31010 Bacillus subtilis (strain 168) 509 +CAB15080.1 O32077 reviewed NFED2_BACSU Membrane protein NfeD2 nfeD2 yuaF BSU31020 Bacillus subtilis (strain 168) 174 +CAB15081.1 O32078 reviewed YUAE_BACSU Uncharacterized protein YuaE yuaE BSU31030 Bacillus subtilis (strain 168) 162 +CAB15082.1 O32079 reviewed YUAD_BACSU Putative metal-sulfur cluster biosynthesis proteins YuaD yuaD BSU31040 Bacillus subtilis (strain 168) 192 +CAB15083.2 P71017 reviewed GBSB_BACSU Choline dehydrogenase (EC 1.1.1.-) (Alcohol dehydrogenase) gbsB BSU31050 Bacillus subtilis (strain 168) 402 +CAB15084.1 P71016 reviewed GBSA_BACSU Betaine aldehyde dehydrogenase (BADH) (EC 1.2.1.8) (Glycine betaine aldehyde dehydrogenase) gbsA BSU31060 Bacillus subtilis (strain 168) 490 +CAB15085.1 P71015 reviewed GBSR_BACSU HTH-type transcriptional repressor GbsR (Glycine betaine synthesis regulator) gbsR yuaC BSU31070 Bacillus subtilis (strain 168) 180 +CAB15086.1 P71014 reviewed BSLA_BACSU Biofilm-surface layer protein A (ORF-1) bslA yuaB BSU31080 Bacillus subtilis (strain 168) 181 +CAB15087.1 O32080 reviewed KTRA_BACSU Ktr system potassium uptake protein A (K(+)-uptake protein KtrA) ktrA yuaA BSU31090 Bacillus subtilis (strain 168) 222 +CAB15088.1 O32081 reviewed KTRB_BACSU Ktr system potassium uptake protein B (K(+)-uptake protein KtrB) ktrB yubG BSU31100 Bacillus subtilis (strain 168) 445 +CAB15089.1 O32082 reviewed YUBF_BACSU Uncharacterized membrane protein YubF yubF BSU31110 Bacillus subtilis (strain 168) 87 +CAB15090.1 O32083 reviewed LYTG_BACSU Exo-glucosaminidase LytG (EC 3.2.1.-) (Autolysin LytG) (Exo-beta-N-acetylglucosaminidase LytG) (Peptidoglycan hydrolase LytG) lytG yubE BSU31120 Bacillus subtilis (strain 168) 282 +CAB15091.1 O32084 reviewed YUBD_BACSU Uncharacterized MFS-type transporter YubD yubD BSU31130 Bacillus subtilis (strain 168) 511 +CAB15092.1 O32085 reviewed CDOA_BACSU Cysteine dioxygenase (CDO) (EC 1.13.11.20) cdoA yubC BSU31140 Bacillus subtilis (strain 168) 161 +CAB15093.1 P94507 reviewed UPPP_BACSU Undecaprenyl-diphosphatase (EC 3.6.1.27) (Bacitracin resistance protein) (Undecaprenyl pyrophosphate phosphatase) uppP bacA upk yubB BSU31150 Bacillus subtilis (strain 168) 276 +CAB15094.1 O32086 reviewed YUBA_BACSU Putative transport protein YubA yubA BSU31160 Bacillus subtilis (strain 168) 388 +CAB15095.1 O05265 reviewed IOLU_BACSU scyllo-inositol 2-dehydrogenase (NADP(+)) IolU (EC 1.1.1.371) (NADP(+)-dependent scyllo-inositol dehydrogenase 2) (NADP(+)-dependent SI dehydrogenase 2) iolU yulF BSU31170 Bacillus subtilis (strain 168) 328 +CAB15096.1 O05264 reviewed RHAA_BACSU L-rhamnose isomerase (EC 5.3.1.14) rhaA yulE BSU31180 Bacillus subtilis (strain 168) 424 +CAB15097.1 O05263 reviewed RHAM_BACSU L-rhamnose mutarotase (EC 5.1.3.32) (Rhamnose 1-epimerase) (Type-3 mutarotase) rhaM yulD BSU31190 Bacillus subtilis (strain 168) 104 +CAB15098.1 O05262 reviewed RHAB_BACSU Rhamnulokinase (RhaB) (EC 2.7.1.5) (ATP:L-rhamnulose phosphotransferase) (L-rhamnulose 1-kinase) (Rhamnulose kinase) rhaB yulC BSU31200 Bacillus subtilis (strain 168) 485 +CAB15099.1 O05261 reviewed YULB_BACSU Uncharacterized HTH-type transcriptional regulator YulB yulB BSU31210 Bacillus subtilis (strain 168) 258 +CAB15100.1 P40747 reviewed YUXG_BACSU Uncharacterized oxidoreductase YuxG (EC 1.-.-.-) (ORF2) yuxG yulA BSU31220 Bacillus subtilis (strain 168) 689 +CAB15101.1 P39217 reviewed TLPB_BACSU Methyl-accepting chemotaxis protein TlpB tlpB BSU31230 Bacillus subtilis (strain 168) 662 +CAB15102.2 P39214 reviewed MCPA_BACSU Methyl-accepting chemotaxis protein McpA (H1) mcpA BSU31240 Bacillus subtilis (strain 168) 661 +CAB15103.1 P39216 reviewed TLPA_BACSU Methyl-accepting chemotaxis protein TlpA tlpA BSU31250 Bacillus subtilis (strain 168) 662 +CAB15104.2 P39215 reviewed MCPB_BACSU Methyl-accepting chemotaxis protein McpB (H3) mcpB BSU31260 Bacillus subtilis (strain 168) 662 +CAB15105.1 P40746 reviewed TGL_BACSU Protein-glutamine gamma-glutamyltransferase (EC 2.3.2.13) (Transglutaminase) (TGase) tgl yugV yuxF BSU31270 Bacillus subtilis (strain 168) 245 +CAX52682.1 C0H3Q3 reviewed YUZH_BACSU Uncharacterized protein YuzH yuzH BSU31279 Bacillus subtilis (strain 168) 84 +CAB15106.2 O05243 reviewed YUGU_BACSU UPF0047 protein YugU yugU BSU31280 Bacillus subtilis (strain 168) 132 +SOX90594.1 A0A2K4Z9M7 unreviewed A0A2K4Z9M7_BACSU YuzL family protein BSU_31289 HIR78_18215 Bacillus subtilis (strain 168) 44 +CAB15118.2 O05242 reviewed O16G3_BACSU Probable oligo-1,6-glucosidase 3 (EC 3.2.1.10) (Oligosaccharide alpha-1,6-glucosidase 3) (Sucrase-isomaltase 3) (Isomaltase 3) yugT BSU31290 Bacillus subtilis (strain 168) 554 +CAB15119.2 O05241 reviewed YUGS_BACSU UPF0053 protein YugS yugS BSU31300 Bacillus subtilis (strain 168) 429 +CAB15120.1 O05248 reviewed YUGP_BACSU Putative membrane protease YugP (EC 3.4.24.-) yugP BSU31310 Bacillus subtilis (strain 168) 225 +CAX52683.1 C0H3Q4 reviewed YUZI_BACSU Uncharacterized membrane protein YuzI yuzI BSU31319 Bacillus subtilis (strain 168) 87 +CAX52684.1 Q5BU39 reviewed MSTX_BACSU Protein mistic (Membrane-integrating protein MstX) mstX BSU31321 BSU31320 Bacillus subtilis (strain 168) 110 +CAB15121.3 Q795M8 reviewed YUGO_BACSU Putative potassium channel protein YugO yugO BSU31322 BSU31320 Bacillus subtilis (strain 168) 328 +CAB15122.1 O05246 reviewed YUGN_BACSU Uncharacterized protein YugN yugN BSU31330 Bacillus subtilis (strain 168) 134 +CAB15123.1 O05245 reviewed YUGM_BACSU Uncharacterized protein YugM yugM BSU31340 Bacillus subtilis (strain 168) 123 +CAB15124.2 P80860 reviewed G6PI_BACSU Glucose-6-phosphate isomerase (GPI) (EC 5.3.1.9) (Phosphoglucose isomerase) (PGI) (Phosphohexose isomerase) (PHI) (Vegetative protein 54) (VEG54) pgi yugL BSU31350 Bacillus subtilis (strain 168) 450 +CAB15125.1 O05240 reviewed YUGK_BACSU Probable NADH-dependent butanol dehydrogenase 2 (EC 1.1.1.-) yugK BSU31360 Bacillus subtilis (strain 168) 390 +CAB15126.1 O05239 reviewed YUGJ_BACSU Probable NADH-dependent butanol dehydrogenase 1 (EC 1.1.1.-) yugJ BSU31370 Bacillus subtilis (strain 168) 387 +CAB15127.1 O32087 reviewed YUZA_BACSU Uncharacterized membrane protein YuzA yuzA BSU31380 Bacillus subtilis (strain 168) 78 +CAB15128.1 P80870 reviewed GS13_BACSU General stress protein 13 (GSP13) yugI BSU31390 Bacillus subtilis (strain 168) 130 +CAB15129.2 Q795M6 reviewed YUGH_BACSU Putative aminotransferase YugH (EC 2.6.1.-) yugH alaT BSU31400 Bacillus subtilis (strain 168) 386 +CAB15130.1 O05236 reviewed YUGG_BACSU Uncharacterized HTH-type transcriptional regulator YugG yugG BSU31410 Bacillus subtilis (strain 168) 166 +CAB15131.1 O05235 reviewed YUGF_BACSU Uncharacterized hydrolase YugF (EC 3.1.-.-) yugF BSU31420 Bacillus subtilis (strain 168) 273 +CAB15132.2 O05234 reviewed YUGE_BACSU Uncharacterized protein YugE yugE BSU31430 Bacillus subtilis (strain 168) 86 +CAB15133.1 Q08432 reviewed CBL_BACSU Cystathionine beta-lyase PatB (CBL) (EC 4.4.1.13) (Beta-cystathionase PatB) (Cysteine lyase PatB) (Cysteine-S-conjugate beta-lyase PatB) patB BSU31440 Bacillus subtilis (strain 168) 387 +CAB15134.2 Q08430 reviewed KINB_BACSU Sporulation kinase B (EC 2.7.13.3) kinB BSU31450 Bacillus subtilis (strain 168) 428 +CAB15135.1 Q08429 reviewed KAPB_BACSU Kinase-associated lipoprotein B kapB BSU31460 Bacillus subtilis (strain 168) 128 +CAB15136.1 O05231 reviewed KAPD_BACSU Probable 3'-5' exonuclease KapD (EC 3.1.-.-) kapD yugB BSU31470 Bacillus subtilis (strain 168) 205 +CAB15137.2 P40760 reviewed YUXJ_BACSU Uncharacterized MFS-type transporter YuxJ (ORF1) yuxJ yugC BSU31480 Bacillus subtilis (strain 168) 392 +CAB15138.2 P40750 reviewed PBPD_BACSU Penicillin-binding protein 4 (PBP 4) [Includes: Penicillin-insensitive transglycosylase (EC 2.4.1.129) (Peptidoglycan TGase); Penicillin-sensitive transpeptidase (EC 3.4.16.4) (DD-transpeptidase)] pbpD BSU31490 Bacillus subtilis (strain 168) 624 +CAB15139.1 P40761 reviewed YUXK_BACSU Uncharacterized protein YuxK (ORF2) yuxK yugD BSU31500 Bacillus subtilis (strain 168) 137 +CAB15140.2 O05249 reviewed YUFK_BACSU Uncharacterized membrane protein YufK yufK BSU31510 Bacillus subtilis (strain 168) 185 +CAB15141.1 O05250 reviewed MALK_BACSU Sensor histidine kinase MalK (EC 2.7.13.3) (Malate kinase sensor) malK yufL BSU31520 Bacillus subtilis (strain 168) 533 +CAB15142.1 O05251 reviewed MALR_BACSU Transcriptional regulatory protein MalR (Malate response regulator) malR yufM BSU31530 Bacillus subtilis (strain 168) 235 +CAB15143.2 O05252 reviewed NUPN_BACSU ABC transporter guanosine-binding protein NupN nupN yufN BSU31540 Bacillus subtilis (strain 168) 359 +CAB15144.1 O05253 reviewed NUPO_BACSU Guanosine import ATP-binding protein NupO (EC 7.6.2.-) nupO yufO BSU31550 Bacillus subtilis (strain 168) 510 +CAB15145.1 O05254 reviewed NUPP_BACSU Guanosine ABC transporter permease protein NupP nupP yufP BSU31560 Bacillus subtilis (strain 168) 348 +CAB15146.1 O05255 reviewed NUPQ_BACSU Guanosine ABC transporter permease protein NupQ nupQ yufQ BSU31570 Bacillus subtilis (strain 168) 319 +CAB15147.1 O05256 reviewed MAEN_BACSU Na(+)-malate symporter (Sodium-dependent malate transporter) maeN yufR BSU31580 Bacillus subtilis (strain 168) 448 +CAB15148.1 O05257 reviewed YUFS_BACSU Uncharacterized protein YufS yufS BSU31590 Bacillus subtilis (strain 168) 71 +CAB15149.2 Q9K2S2 reviewed MRPA_BACSU Na(+)/H(+) antiporter subunit A (Mrp complex subunit A) (Multiple resistance and pH homeostasis protein A) mrpA ntrA shaA yufT BSU31600 Bacillus subtilis (strain 168) 801 +CAB15150.1 O05259 reviewed MRPB_BACSU Na(+)/H(+) antiporter subunit B (Mrp complex subunit B) (Multiple resistance and pH homeostasis protein B) mrpB yufU BSU31610 Bacillus subtilis (strain 168) 143 +CAB15151.2 O05260 reviewed MRPC_BACSU Na(+)/H(+) antiporter subunit C (Mrp complex subunit C) (Multiple resistance and pH homeostasis protein C) mrpC yufV BSU31620 Bacillus subtilis (strain 168) 113 +CAB15152.3 O05229 reviewed MRPD_BACSU Na(+)/H(+) antiporter subunit D (Mrp complex subunit D) (Multiple resistance and pH homeostasis protein D) mrpD yufD BSU31630 Bacillus subtilis (strain 168) 493 +CAE01465.2 Q7WY60 reviewed MRPE_BACSU Na(+)/H(+) antiporter subunit E (Mrp complex subunit E) (Multiple resistance and pH homeostasis protein E) mrpE BSU31640 Bacillus subtilis (strain 168) 158 +CAB15153.2 O05228 reviewed MRPF_BACSU Na(+)/H(+) antiporter subunit F (Mrp complex subunit F) (Multiple resistance and pH homeostasis protein F) (Sodium-cholate efflux protein MrpF) mrpF yufC BSU31650 Bacillus subtilis (strain 168) 94 +CAB15154.1 O05227 reviewed MRPG_BACSU Na(+)/H(+) antiporter subunit G (Mrp complex subunit G) (Multiple resistance and pH homeostasis protein G) mrpG yufB BSU31660 Bacillus subtilis (strain 168) 124 +CAB15155.2 P14205 reviewed COMA2_BACSU Putative esterase ComA2 (EC 3.1.2.-) (ComA operon protein 2) yuxO comA2 comAB BSU31670 Bacillus subtilis (strain 168) 126 +CAB15156.1 P14204 reviewed CMPA_BACSU Transcriptional regulatory protein ComA (Competence protein A) comA comA1 comAA BSU31680 Bacillus subtilis (strain 168) 214 +CAB15157.2 Q99027 reviewed COMP_BACSU Sensor histidine kinase ComP (EC 2.7.13.3) comP BSU31690 Bacillus subtilis (strain 168) 769 +CAB15158.1 P45453 reviewed COMX_BACSU ComX pheromone (Competence pheromone) comX BSU31700 Bacillus subtilis (strain 168) 55 +CAB15159.2 P33690 reviewed COMQ_BACSU Tryptophan prenyltransferase ComQ (EC 2.5.1.-) (Competence regulatory protein ComQ) comQ BSU31710 Bacillus subtilis (strain 168) 299 +CAB15160.1 Q99039 reviewed DEGQ_BACSU Degradation enzyme regulation protein DegQ (Regulatory factor SacQ) degQ amyB sacQ BSU31720 Bacillus subtilis (strain 168) 46 +SOX90595.1 A0A2K4Z9M0 unreviewed A0A2K4Z9M0_BACSU Uncharacterized protein BSU_31725 HIR78_18455 Bacillus subtilis (strain 168) 41 +CAB15161.2 O32089 reviewed YUZC_BACSU Uncharacterized protein YuzC yuzC BSU31730 Bacillus subtilis (strain 168) 122 +CAB15162.1 P14203 reviewed YUXH_BACSU Uncharacterized protein YuxH yuxH yufA BSU31740 Bacillus subtilis (strain 168) 409 +CAB15163.1 O32090 reviewed PNCB_BACSU Nicotinate phosphoribosyltransferase (NAPRTase) (EC 6.3.4.21) pncB yueK BSU31750 Bacillus subtilis (strain 168) 490 +CAB15164.1 O32091 reviewed PNCA_BACSU Uncharacterized isochorismatase family protein PncA (EC 3.-.-.-) pncA yueJ BSU31760 Bacillus subtilis (strain 168) 183 +CAB15165.1 O32092 reviewed YUEI_BACSU Uncharacterized protein YueI yueI BSU31770 Bacillus subtilis (strain 168) 132 +CAB15166.1 O32093 reviewed YUEH_BACSU Uncharacterized protein YueH yueH BSU31780 Bacillus subtilis (strain 168) 82 +CAB15167.1 O32094 reviewed YUEG_BACSU Spore germination protein-like protein YueG yueG BSU31790 Bacillus subtilis (strain 168) 73 +CAB15168.1 O32095 reviewed YUEF_BACSU Putative transport protein YueF yueF BSU31800 Bacillus subtilis (strain 168) 369 +CAB15169.1 O32096 reviewed YUZE_BACSU Uncharacterized protein YuzE yuzE BSU31810 Bacillus subtilis (strain 168) 129 +CAB15170.1 O32097 reviewed YUZF_BACSU Uncharacterized protein YuzF yuzF BSU31820 Bacillus subtilis (strain 168) 78 +CAB15171.1 O32098 reviewed YUEE_BACSU Putative phosphohydrolase YueE (EC 3.-.-.-) yueE BSU31830 Bacillus subtilis (strain 168) 176 +CAB15172.1 O32099 reviewed BZRD_BACSU Benzil reductase ((S)-benzoin forming) (EC 1.1.1.320) yueD BSU31840 Bacillus subtilis (strain 168) 243 +CAB15173.1 O32100 reviewed YUEC_BACSU ESX secretion system protein YueC yueC BSU31850 Bacillus subtilis (strain 168) 151 +CAB15174.1 O32101 reviewed YUEB_BACSU ESX secretion system protein YueB (Bacteriophage SPP1 adsorption protein YueB) (Bacteriophage SPP1 receptor protein YueB) yueB BSU31860 Bacillus subtilis (strain 168) 1076 +CAB15176.2 C0SPA7 reviewed YUKB_BACSU ESX secretion system protein YukB yukB yukA yukBA BSU31875 BSU31880 Bacillus subtilis (strain 168) 1495 +CAB15177.1 P71070 reviewed YUKC_BACSU ESX secretion system protein YukC yukC BSU31890 Bacillus subtilis (strain 168) 451 +CAB15178.1 P71071 reviewed YUKD_BACSU ESX secretion system protein YukD yukD BSU31900 Bacillus subtilis (strain 168) 79 +CAB15179.2 C0SP85 reviewed YUKE_BACSU Protein YukE yukE BSU31910 Bacillus subtilis (strain 168) 97 +CAB15180.2 P71073 reviewed ADER_BACSU DNA-binding transcriptional activator AdeR (PucR-type transcriptional activator AdeR) adeR yukF BSU31920 Bacillus subtilis (strain 168) 422 +CAB15181.1 Q08352 reviewed DHA_BACSU Alanine dehydrogenase (EC 1.4.1.1) (Stage V sporulation protein N) ald ski22 spoVN BSU31930 Bacillus subtilis (strain 168) 378 +CAB15183.2 C0SPB1 reviewed YUKJ_BACSU Uncharacterized protein YukJ yukJ yukI yuxI BSU31945 BSU31940 BSU31950 Bacillus subtilis (strain 168) 225 +CAX52685.1 C0H3Q6 reviewed YBDZ_BACSU Uncharacterized protein YbdZ ybdZ BSU31959 Bacillus subtilis (strain 168) 69 +CAB15186.3 P45745 reviewed DHBF_BACSU Dimodular nonribosomal peptide synthase (EC 6.2.1.66) (EC 6.2.1.70) (Glycine--[glycyl-carrier protein] ligase) (L-threonine--[L-threonyl-carrier protein] ligase) dhbF BSU31960 Bacillus subtilis (strain 168) 2378 +CAB15187.1 P45743 reviewed DHBB_BACSU Isochorismatase (EC 3.3.2.1) (2,3 dihydro-2,3 dihydroxybenzoate synthase) (Superoxide-inducible protein 1) (SOI1) dhbB BSU31970 Bacillus subtilis (strain 168) 312 +CAB15188.1 P40871 reviewed DHBE_BACSU 2,3-dihydroxybenzoate-AMP ligase (EC 6.2.1.71) (Dihydroxybenzoic acid-activating enzyme) dhbE entE BSU31980 Bacillus subtilis (strain 168) 539 +CAB15189.2 P45744 reviewed DHBC_BACSU Isochorismate synthase DhbC (EC 5.4.4.2) (Isochorismate mutase) dhbC BSU31990 Bacillus subtilis (strain 168) 398 +CAB15190.2 P39071 reviewed DHBA_BACSU 2,3-dihydro-2,3-dihydroxybenzoate dehydrogenase (EC 1.3.1.28) (Cold shock protein CSI14) dhbA entA BSU32000 Bacillus subtilis (strain 168) 261 +CAB15191.2 O32102 reviewed BESA_BACSU Ferri-bacillibactin esterase BesA (EC 3.1.-.-) (Bacillibactin trilactone hydrolase) besA yuiI BSU32010 Bacillus subtilis (strain 168) 289 +CAB15192.1 O32103 reviewed YUIH_BACSU Uncharacterized oxidoreductase YuiH (EC 1.-.-.-) yuiH BSU32020 Bacillus subtilis (strain 168) 198 +CAB15193.1 O32104 reviewed BIOYB_BACSU Putative biotin transporter BioYB bioYB yuiG BSU32030 Bacillus subtilis (strain 168) 200 +CAB15194.1 O32105 reviewed YUIF_BACSU Putative amino acid transporter YuiF yuiF BSU32040 Bacillus subtilis (strain 168) 442 +CAB15195.1 O32106 reviewed AMPA_BACSU Probable cytosol aminopeptidase (EC 3.4.11.1) (Leucine aminopeptidase) (LAP) (EC 3.4.11.10) (Leucyl aminopeptidase) pepA yuiE BSU32050 Bacillus subtilis (strain 168) 500 +CAB15196.1 O32107 reviewed YUID_BACSU Uncharacterized membrane protein YuiD yuiD BSU32060 Bacillus subtilis (strain 168) 158 +CAB15197.1 O32108 reviewed YUIC_BACSU Uncharacterized protein YuiC yuiC BSU32070 Bacillus subtilis (strain 168) 218 +CAB15198.1 O32109 reviewed YUIB_BACSU Uncharacterized membrane protein YuiB yuiB BSU32080 Bacillus subtilis (strain 168) 106 +CAB15199.1 O32110 reviewed YUIA_BACSU Uncharacterized protein YuiA yuiA yumA BSU32090 Bacillus subtilis (strain 168) 47 +CAB15200.1 O05267 reviewed YUMB_BACSU NADH dehydrogenase-like protein YumB (EC 1.6.-.-) yumB BSU32100 Bacillus subtilis (strain 168) 406 +CAB15201.2 O05268 reviewed FENR2_BACSU Ferredoxin--NADP reductase 2 (FNR 2) (Fd-NADP(+) reductase 2) (EC 1.18.1.2) yumC BSU32110 Bacillus subtilis (strain 168) 332 +CAB15202.1 O32111 reviewed YUZG_BACSU Uncharacterized protein YuzG yuzG BSU32120 Bacillus subtilis (strain 168) 46 +CAB15203.2 O05269 reviewed GUAC_BACSU GMP reductase (EC 1.7.1.7) (Guanosine 5'-monophosphate oxidoreductase) (Guanosine monophosphate reductase) guaC yumD BSU32130 Bacillus subtilis (strain 168) 326 +CAB15204.2 P21341 reviewed PAIB_BACSU Protease synthase and sporulation protein PAI 2 paiB yumE BSU32140 Bacillus subtilis (strain 168) 207 +CAB15205.1 P21340 reviewed PAIA_BACSU Spermidine/spermine N(1)-acetyltransferase (SSAT) (Protease synthase and sporulation negative regulatory protein PAI 1) (Spermidine N(1)-acetyltransferase) (SAT) (EC 2.3.1.57) paiA BSU32150 Bacillus subtilis (strain 168) 172 +CAB15206.1 O32113 reviewed SUFA_BACSU Uncharacterized protein SufA sufA yutM BSU32160 Bacillus subtilis (strain 168) 120 +CAB15207.1 O32114 reviewed DAPF_BACSU Diaminopimelate epimerase (DAP epimerase) (EC 5.1.1.7) (PLP-independent amino acid racemase) dapF yutL BSU32170 Bacillus subtilis (strain 168) 284 +CAB15208.1 O32115 reviewed YUTK_BACSU Uncharacterized transporter YutK yutK BSU32180 Bacillus subtilis (strain 168) 404 +CAB15209.1 O32116 reviewed YUZB_BACSU UPF0349 protein YuzB yuzB BSU32190 Bacillus subtilis (strain 168) 78 +CAB15210.2 O32117 reviewed YUTJ_BACSU NADH dehydrogenase-like protein YutJ (EC 1.6.-.-) yutJ BSU32200 Bacillus subtilis (strain 168) 355 +CAB15211.1 O32118 reviewed YUZD_BACSU Putative disulfide oxidoreductase YuzD yuzD BSU32210 Bacillus subtilis (strain 168) 108 +CAB15212.1 O32119 reviewed YUTI_BACSU Putative nitrogen fixation protein YutI yutI BSU32220 Bacillus subtilis (strain 168) 111 +CAB15213.2 P39839 reviewed YUXL_BACSU Uncharacterized peptidase YuxL (EC 3.4.21.-) yuxL BSU32230 Bacillus subtilis (strain 168) 657 +CAB15214.1 P04948 reviewed KHSE_BACSU Homoserine kinase (HK) (HSK) (EC 2.7.1.39) thrB BSU32240 Bacillus subtilis (strain 168) 309 +CAB15215.1 P04990 reviewed THRC_BACSU Threonine synthase (TS) (EC 4.2.3.1) thrC BSU32250 Bacillus subtilis (strain 168) 352 +CAB15216.1 P19582 reviewed DHOM_BACSU Homoserine dehydrogenase (HDH) (EC 1.1.1.3) hom tdm BSU32260 Bacillus subtilis (strain 168) 433 +CAB15217.1 O32123 reviewed YUTH_BACSU Endospore coat-associated protein YutH yutH BSU32270 Bacillus subtilis (strain 168) 339 +CAB15218.1 O32124 reviewed YUTG_BACSU Uncharacterized protein YutG yutG BSU32280 Bacillus subtilis (strain 168) 166 +CAB15219.1 O32125 reviewed YUTF_BACSU 5'-nucleotidase YutF (EC 3.1.3.5) yutF BSU32290 Bacillus subtilis (strain 168) 256 +CAB15220.1 O32126 reviewed YUTE_BACSU Putative RNase YutE (EC 3.1.-.-) (Putative toxin HepT) yutE hepT BSU32300 Bacillus subtilis (strain 168) 144 +CAB15221.2 O32127 reviewed YUTD_BACSU Putative antitoxin YutD yutD BSU32310 Bacillus subtilis (strain 168) 91 +CAB15222.1 O32128 reviewed YUTC_BACSU Uncharacterized lipoprotein YutC yutC BSU32320 Bacillus subtilis (strain 168) 210 +CAB15223.2 O32129 reviewed LIPA_BACSU Lipoyl synthase (EC 2.8.1.8) (Lip-syn) (LS) (Lipoate synthase) (Lipoic acid synthase) (Sulfur insertion protein LipA) lipA yutB BSU32330 Bacillus subtilis (strain 168) 298 +CAB15224.2 O32130 reviewed LYTH_BACSU L-Ala--D-Glu endopeptidase (EC 3.4.-.-) (Peptidoglycan hydrolase) (Sporulation-specific endopeptidase) lytH yunA yutA BSU32340 Bacillus subtilis (strain 168) 326 +CAB15225.1 O32131 reviewed YUNB_BACSU Sporulation protein YunB yunB BSU32350 Bacillus subtilis (strain 168) 254 +CAB15226.1 O32132 reviewed YUNC_BACSU Uncharacterized protein YunC yunC BSU32360 Bacillus subtilis (strain 168) 101 +CAB15227.1 O32133 reviewed YUND_BACSU Uncharacterized metallophosphoesterase YunD yunD BSU32370 Bacillus subtilis (strain 168) 462 +CAB15228.1 O32134 reviewed YUNE_BACSU Probable membrane transporter protein YunE yunE BSU32380 Bacillus subtilis (strain 168) 273 +CAB15229.2 O32135 reviewed YUNF_BACSU UPF0759 protein YunF yunF BSU32390 Bacillus subtilis (strain 168) 282 +CAB15230.1 O32136 reviewed YUNG_BACSU Uncharacterized protein YunG yunG BSU32400 Bacillus subtilis (strain 168) 115 +CAB15231.1 O32137 reviewed ALLB_BACSU Allantoinase (EC 3.5.2.5) (Allantoin-utilizing enzyme) allB pucH yunH BSU32410 Bacillus subtilis (strain 168) 446 +CAB15232.1 O32138 reviewed PUCR_BACSU Purine catabolism regulatory protein pucR yunI BSU32420 Bacillus subtilis (strain 168) 531 +CAB15233.1 O32139 reviewed PUCJ_BACSU Uric acid permease PucJ pucJ yunJ BSU32430 Bacillus subtilis (strain 168) 449 +CAB15234.1 O32140 reviewed PUCK_BACSU Uric acid permease PucK pucK yunK BSU32440 Bacillus subtilis (strain 168) 430 +CAB15235.1 O32141 reviewed PUCL_BACSU Uric acid degradation bifunctional protein PucL [Includes: 2-oxo-4-hydroxy-4-carboxy-5-ureidoimidazoline decarboxylase (OHCU decarboxylase) (EC 4.1.1.97); Uricase (EC 1.7.3.3) (Urate oxidase)] pucL yunL BSU32450 Bacillus subtilis (strain 168) 494 +CAB15236.2 O32142 reviewed HIUH_BACSU 5-hydroxyisourate hydrolase (HIU hydrolase) (HIUHase) (EC 3.5.2.17) (Transthyretin-related protein) (TRP) pucM yunM BSU32460 Bacillus subtilis (strain 168) 114 +CAX52686.1 C0H3Q7 reviewed YUZJ_BACSU Uncharacterized membrane protein YuzJ yuzJ BSU32469 Bacillus subtilis (strain 168) 43 +CAB15237.1 O32143 reviewed XDHE_BACSU Probable xanthine dehydrogenase subunit E (XDHase subunit E) (EC 1.17.1.4) pucE yurB BSU32470 Bacillus subtilis (strain 168) 173 +CAB15238.1 O32144 reviewed XDHD_BACSU Probable xanthine dehydrogenase subunit D (XDHase subunit D) (EC 1.17.1.4) pucD yurC BSU32480 Bacillus subtilis (strain 168) 745 +CAB15239.1 O32145 reviewed XDHC_BACSU Probable xanthine dehydrogenase subunit C (XDHase subunit C) (EC 1.17.1.4) pucC yurD BSU32490 Bacillus subtilis (strain 168) 277 +CAB15240.2 O32146 reviewed PUCB_BACSU Purine catabolism protein PucB pucB yurE BSU32500 Bacillus subtilis (strain 168) 205 +CAB15241.1 O32147 reviewed XDHA_BACSU Probable xanthine dehydrogenase subunit A (XDHase subunit A) (EC 1.17.1.4) pucA yurF BSU32510 Bacillus subtilis (strain 168) 330 +CAB15242.1 O32148 reviewed PUCG_BACSU (S)-ureidoglycine--glyoxylate transaminase (UGXT) (EC 2.6.1.112) ((S)-ureidoglycine--glyoxylate aminotransferase) (Purine catabolism protein PucG) pucG yurG BSU32520 Bacillus subtilis (strain 168) 416 +CAB15243.1 O32149 reviewed ALLC_BACSU Allantoate amidohydrolase (AAH) (EC 3.5.3.9) (Allantoate deiminase) pucF yurH BSU32530 Bacillus subtilis (strain 168) 412 +SOX90596.1 A0A2K4Z9M5 unreviewed A0A2K4Z9M5_BACSU Uncharacterized protein BSU_32539 HIR78_18865 Bacillus subtilis (strain 168) 45 +CAB15244.1 O32150 reviewed BSN2_BACSU Extracellular ribonuclease (EC 3.1.-.-) bsn yurI BSU32540 Bacillus subtilis (strain 168) 288 +CAB15245.1 O32151 reviewed YURJ_BACSU Uncharacterized ABC transporter ATP-binding protein YurJ (EC 7.-.-.-) yurJ BSU32550 Bacillus subtilis (strain 168) 367 +CAB15246.1 O32152 reviewed YURK_BACSU Uncharacterized HTH-type transcriptional regulator YurK yurK BSU32560 Bacillus subtilis (strain 168) 242 +CAB15247.1 O32153 reviewed FRLD_BACSU Fructosamine kinase FrlD (EC 2.7.1.-) frlD yurL BSU32570 Bacillus subtilis (strain 168) 284 +CAB15248.1 O32154 reviewed YURM_BACSU Probable ABC transporter permease protein YurM yurM BSU32580 Bacillus subtilis (strain 168) 300 +CAB15249.1 O32155 reviewed YURN_BACSU Probable ABC transporter permease protein YurN yurN BSU32590 Bacillus subtilis (strain 168) 292 +CAB15250.1 O32156 reviewed YURO_BACSU Uncharacterized ABC transporter extracellular-binding protein YurO yurO BSU32600 Bacillus subtilis (strain 168) 422 +CAB15251.1 O32157 reviewed FRLB_BACSU Fructosamine deglycase FrlB (EC 3.5.-.-) frlB yurP BSU32610 Bacillus subtilis (strain 168) 328 +CAB15252.1 O32158 reviewed YURQ_BACSU Uncharacterized protein YurQ yurQ BSU32620 Bacillus subtilis (strain 168) 124 +CAB15253.1 O32159 reviewed YURR_BACSU Uncharacterized oxidoreductase YurR (EC 1.-.-.-) yurR BSU32630 Bacillus subtilis (strain 168) 372 +CAE01466.1 Q7WY59 reviewed SSPG_BACSU Small, acid-soluble spore protein G (SASP G) sspG BSU32640 Bacillus subtilis (strain 168) 48 +CAB15254.1 O32160 reviewed YURS_BACSU Uncharacterized protein YurS yurS BSU32650 Bacillus subtilis (strain 168) 91 +CAB15255.1 O32161 reviewed YURT_BACSU Uncharacterized protein YurT yurT BSU32660 Bacillus subtilis (strain 168) 127 +CAX52687.1 C0H3Q8 reviewed YUZN_BACSU Uncharacterized HTH-type transcriptional regulator YuzN yuzN BSU32669 Bacillus subtilis (strain 168) 92 +CAB15256.1 O32162 reviewed SUFB_BACSU Iron-sulfur cluster assembly protein SufB sufB BSU32670 Bacillus subtilis (strain 168) 465 +CAB15257.1 O32163 reviewed SUFU_BACSU Zinc-dependent sulfurtransferase SufU (EC 2.-.-.-) (Putative iron-sulfur cluster assembly scaffold protein SufU) (Sulfur acceptor protein SufU) sufU iscU nifU yurV BSU32680 Bacillus subtilis (strain 168) 147 +CAB15258.1 O32164 reviewed SUFS_BACSU Cysteine desulfurase SufS (EC 2.8.1.7) sufS csd yurW BSU32690 Bacillus subtilis (strain 168) 406 +CAB15259.1 O32165 reviewed SUFD_BACSU Iron-sulfur cluster assembly protein SufD sufD yurX BSU32700 Bacillus subtilis (strain 168) 437 +CAB15260.1 P80866 reviewed SUFC_BACSU Vegetative protein 296 (VEG296) sufC yurY BSU32710 Bacillus subtilis (strain 168) 261 +CAX52688.1 C0H3Q9 reviewed YUZK_BACSU Uncharacterized protein YuzK yuzK BSU32719 Bacillus subtilis (strain 168) 45 +CAB15261.1 O32166 reviewed YURZ_BACSU Uncharacterized protein YurZ yurZ BSU32720 Bacillus subtilis (strain 168) 125 +CAB15262.1 O32167 reviewed METQ_BACSU Methionine-binding lipoprotein MetQ metQ yusA BSU32730 Bacillus subtilis (strain 168) 274 +CAB15263.1 O32168 reviewed METP_BACSU Methionine import system permease protein MetP metP yusB BSU32740 Bacillus subtilis (strain 168) 222 +CAB15264.1 O32169 reviewed METN_BACSU Methionine import ATP-binding protein MetN (EC 7.4.2.11) metN yusC BSU32750 Bacillus subtilis (strain 168) 341 +CAB15265.1 O32170 reviewed YUSD_BACSU SCP2 domain-containing protein YusD yusD BSU32760 Bacillus subtilis (strain 168) 114 +CAB15266.1 O32171 reviewed YUSE_BACSU Thioredoxin-like protein YusE yusE BSU32770 Bacillus subtilis (strain 168) 106 +CAB15267.1 O32172 reviewed YUSF_BACSU Uncharacterized protein YusF yusF BSU32780 Bacillus subtilis (strain 168) 146 +CAB15268.1 O32173 reviewed YUSG_BACSU Uncharacterized protein YusG yusG BSU32790 Bacillus subtilis (strain 168) 78 +CAB15269.1 O32174 reviewed GCSH_BACSU Glycine cleavage system H protein (Octanoyl/lipoyl carrier protein) gcvH yusH BSU32800 Bacillus subtilis (strain 168) 127 +CAB15270.1 O32175 reviewed YUSI_BACSU Uncharacterized protein YusI yusI BSU32810 Bacillus subtilis (strain 168) 118 +CAB15271.1 O32176 reviewed FADE_BACSU Probable acyl-CoA dehydrogenase (EC 1.3.99.-) fadE yusJ BSU32820 Bacillus subtilis (strain 168) 594 +CAB15272.1 O32177 reviewed FADA_BACSU 3-ketoacyl-CoA thiolase (EC 2.3.1.16) (Acetyl-CoA acyltransferase) (Beta-ketothiolase) fadA yusK BSU32830 Bacillus subtilis (strain 168) 391 +CAB15273.2 O32178 reviewed FADN_BACSU Probable 3-hydroxyacyl-CoA dehydrogenase (EC 1.1.1.35) fadN yusL BSU32840 Bacillus subtilis (strain 168) 789 +CAX52689.1 C0H3R0 reviewed YUZL_BACSU Uncharacterized protein YuzL yuzL BSU32849 Bacillus subtilis (strain 168) 48 +CAB15274.1 O32179 reviewed PROD1_BACSU Proline dehydrogenase 1 (PRODH 1) (EC 1.5.5.2) (Proline oxidase 1) fadM yusM BSU32850 Bacillus subtilis (strain 168) 302 +CAX52690.1 C0H3R1 reviewed YUZM_BACSU Uncharacterized protein YuzM yuzM BSU32859 Bacillus subtilis (strain 168) 81 +CAB15275.1 O32180 reviewed YUSN_BACSU Uncharacterized protein YusN yusN BSU32860 Bacillus subtilis (strain 168) 110 +CAB15276.1 O32181 reviewed YUSO_BACSU Uncharacterized HTH-type transcriptional regulator YusO yusO BSU32870 Bacillus subtilis (strain 168) 155 +CAB15277.1 O32182 reviewed YUSP_BACSU Uncharacterized MFS-type transporter YusP yusP BSU32880 Bacillus subtilis (strain 168) 541 +CAB15278.1 O32183 reviewed YUSQ_BACSU Probable tautomerase YusQ (EC 5.3.2.-) yusQ BSU32890 Bacillus subtilis (strain 168) 127 +CAB15279.1 O32184 reviewed YUSR_BACSU Short-chain dehydrogenase/reductase homolog YusR yusR BSU32900 Bacillus subtilis (strain 168) 129 +CAB15280.1 O32185 reviewed YUSS_BACSU Short-chain dehydrogenase/reductase homolog YusS yusS BSU32910 Bacillus subtilis (strain 168) 109 +CAB15281.1 O32186 reviewed YUST_BACSU Uncharacterized HTH-type transcriptional regulator YusT yusT BSU32920 Bacillus subtilis (strain 168) 295 +CAB15282.1 O32187 reviewed YUSU_BACSU Uncharacterized protein YusU yusU BSU32930 Bacillus subtilis (strain 168) 95 +CAB15283.1 O32188 reviewed YUSV_BACSU Probable siderophore transport system ATP-binding protein YusV yusV BSU32940 Bacillus subtilis (strain 168) 275 +CAB15284.1 O32189 reviewed YUSW_BACSU Uncharacterized protein YusW yusW BSU32950 Bacillus subtilis (strain 168) 145 +CAB15287.1 P37959 reviewed YUSZ_BACSU Uncharacterized oxidoreductase YusZ (EC 1.-.-.-) (ORFA) yusZ yvxA BSU32980 Bacillus subtilis (strain 168) 280 +CAB15288.1 P37960 reviewed MRGA_BACSU Metalloregulation DNA-binding stress protein mrgA BSU32990 Bacillus subtilis (strain 168) 153 +CAB15290.2 Q9R9I1 reviewed HTRB_BACSU Serine protease Do-like HtrB (EC 3.4.21.107) (HtrA-like serine protease) htrB yvtA BSU33000 Bacillus subtilis (strain 168) 458 +CAB15291.1 O32192 reviewed CSSR_BACSU Transcriptional regulatory protein CssR cssR BSU33010 Bacillus subtilis (strain 168) 225 +CAB15292.2 O32193 reviewed CSSS_BACSU Sensor histidine kinase CssS (EC 2.7.13.3) cssS yvqB BSU33020 Bacillus subtilis (strain 168) 451 +CAX52691.1 O32302 reviewed SPXO_BACSU Anti-adapter protein SpxO spxO yirB yuzO BSU33029 Bacillus subtilis (strain 168) 54 +CAB15293.1 P40950 reviewed YUXN_BACSU Uncharacterized HTH-type transcriptional regulator YuxN yuxN BSU33030 Bacillus subtilis (strain 168) 291 +CAB15294.1 P07343 reviewed FUMC_BACSU Fumarate hydratase class II (Fumarase C) (EC 4.2.1.2) (Aerobic fumarase) (Iron-independent fumarase) fumC citG BSU33040 Bacillus subtilis (strain 168) 462 +CAX52692.1 C0H3R3 reviewed YVZF_BACSU Uncharacterized protein YvzF yvzF BSU33049 Bacillus subtilis (strain 168) 61 +CAB15295.2 P07868 reviewed GERAA_BACSU Spore germination protein A1 gerAA gerA1 BSU33050 Bacillus subtilis (strain 168) 482 +CAB15296.1 P07869 reviewed GERAB_BACSU Spore germination protein A2 gerAB gerA2 BSU33060 Bacillus subtilis (strain 168) 365 +CAB15297.1 P07870 reviewed GERAC_BACSU Spore germination protein A3 gerAC gerA3 BSU33070 Bacillus subtilis (strain 168) 373 +CAB15298.1 O32197 reviewed LIAR_BACSU Transcriptional regulatory protein LiaR liaR yvqC BSU33080 Bacillus subtilis (strain 168) 211 +CAB15299.1 O32198 reviewed LIAS_BACSU Sensor histidine kinase LiaS (EC 2.7.13.3) liaS yvqE BSU33090 Bacillus subtilis (strain 168) 360 +CAB15300.1 O32199 reviewed LIAF_BACSU Protein LiaF liaF yvqF BSU33100 Bacillus subtilis (strain 168) 241 +CAB15301.2 O32200 reviewed LIAG_BACSU Protein LiaG liaG yvqG BSU33110 Bacillus subtilis (strain 168) 290 +CAB15302.1 O32201 reviewed LIAH_BACSU Protein LiaH liaH yvqH BSU33120 Bacillus subtilis (strain 168) 225 +CAB15303.1 O32202 reviewed LIAI_BACSU Protein LiaI liaI yvqI BSU33130 Bacillus subtilis (strain 168) 126 +CAB15304.1 O32203 reviewed YVQJ_BACSU Uncharacterized MFS-type transporter YvqJ yvqJ BSU33140 Bacillus subtilis (strain 168) 422 +CAB15305.2 O34899 reviewed PDUO_BACSU Corrinoid adenosyltransferase (EC 2.5.1.17) (Cob(II)alamin adenosyltransferase) (Cob(II)yrinic acid a,c-diamide adenosyltransferase) (Cobinamide/cobalamin adenosyltransferase) yvqK BSU33150 Bacillus subtilis (strain 168) 193 +CAB15306.1 O34631 reviewed YVRA_BACSU Uncharacterized ABC transporter ATP-binding protein YvrA (EC 7.-.-.-) yvrA BSU33160 Bacillus subtilis (strain 168) 442 +CAB15307.1 O34451 reviewed YVRB_BACSU Uncharacterized ABC transporter permease protein YvrB yvrB BSU33170 Bacillus subtilis (strain 168) 353 +CAB15308.1 O34805 reviewed YVRC_BACSU Uncharacterized ABC transporter substrate-binding lipoprotein YvrC yvrC BSU33180 Bacillus subtilis (strain 168) 314 +CAB15309.1 O34782 reviewed YVRD_BACSU Uncharacterized oxidoreductase YvrD (EC 1.-.-.-) yvrD BSU33190 Bacillus subtilis (strain 168) 263 +CAB15310.1 O34940 reviewed YVRE_BACSU Putative sugar lactone lactonase YvrE (EC 3.1.1.-) yvrE BSU33200 Bacillus subtilis (strain 168) 292 +CAB15311.2 O34989 reviewed YVRG_BACSU Sensor histidine kinase YvrG (EC 2.7.13.3) yvrG BSU33210 Bacillus subtilis (strain 168) 580 +CAB15312.2 P94504 reviewed YVRH_BACSU Transcriptional regulatory protein YvrH yvrH yvrHb BSU33220 Bacillus subtilis (strain 168) 237 +CAX52693.1 C0H3R4 reviewed RSOA_BACSU Sigma-O factor regulatory protein RsoA rsoA yvrHa BSU33222 Bacillus subtilis (strain 168) 79 +CAB15313.2 O34843 reviewed SIGO_BACSU RNA polymerase sigma factor SigO sigO yvrI BSU33230 Bacillus subtilis (strain 168) 176 +CAX52694.1 C0H3R5 reviewed YVRJ_BACSU Uncharacterized protein YvrJ yvrJ BSU33239 Bacillus subtilis (strain 168) 112 +CAB15314.1 O34714 reviewed OXDC_BACSU Oxalate decarboxylase OxdC (EC 4.1.1.2) oxdC yvrK BSU33240 Bacillus subtilis (strain 168) 385 +CAB15315.1 O34686 reviewed YVRL_BACSU Membrane-bound negative regulator YvrL yvrL BSU33250 Bacillus subtilis (strain 168) 136 +CAB15317.3 P46324 reviewed YVRN_BACSU Uncharacterized ABC transporter permease YvrN yvrN yvrM yziB BSU33260 Bacillus subtilis (strain 168) 409 +CAB15318.2 O34979 reviewed YVRO_BACSU Uncharacterized ABC transporter ATP-binding protein YvrO (EC 7.-.-.-) yvrO BSU33270 Bacillus subtilis (strain 168) 229 +CAB15319.1 O35007 reviewed YVRP_BACSU Putative efflux system protein YvrP yvrP BSU33280 Bacillus subtilis (strain 168) 397 +CAB15335.1 P49938 reviewed FHUC_BACSU Iron(3+)-hydroxamate import ATP-binding protein FhuC (EC 7.2.2.16) (Ferric hydroxamate uptake protein C) (Ferrichrome transport ATP-binding protein FhuC) (Iron(III)-hydroxamate import ATP-binding protein FhuC) fhuC BSU33290 Bacillus subtilis (strain 168) 269 +CAB15336.1 P49937 reviewed FHUG_BACSU Iron(3+)-hydroxamate import system permease protein FhuG (Ferric hydroxamate uptake protein G) (Ferrichrome transport system permease protein FhuG) (Iron(III)-hydroxamate import system permease protein FhuG) fhuG BSU33300 Bacillus subtilis (strain 168) 336 +CAB15337.1 P49936 reviewed FHUB_BACSU Iron(3+)-hydroxamate import system permease protein FhuB (Ferric hydroxamate uptake protein B) (Ferrichrome transport system permease protein FhuB) (Iron(III)-hydroxamate import system permease protein FhuB) fhuB BSU33310 Bacillus subtilis (strain 168) 384 +CAB15338.1 P37580 reviewed FHUD_BACSU Iron(3+)-hydroxamate-binding protein FhuD (Ferric hydroxamate uptake protein D) (Ferrichrome-binding protein) (Iron(III)-hydroxamate-binding protein FhuD) fhuD BSU33320 Bacillus subtilis (strain 168) 315 +CAB15339.1 O32204 reviewed ARCD_BACSU Putative arginine/ornithine antiporter yvsH BSU33330 Bacillus subtilis (strain 168) 469 +CAE01467.1 Q7WY58 reviewed SSPJ_BACSU Small, acid-soluble spore protein J (SASP J) sspJ BSU33340 Bacillus subtilis (strain 168) 46 +CAB15340.1 O32205 reviewed YVSG_BACSU Uncharacterized protein YvsG yvsG BSU33350 Bacillus subtilis (strain 168) 160 +CAB15341.1 O32206 reviewed YVGJ_BACSU Lipoteichoic acid synthase-like YvgJ [Cleaved into: Uncharacterized protein YvgJ; Processed uncharacterized protein YvgJ] yvgJ BSU33360 Bacillus subtilis (strain 168) 617 +CAB15342.1 O32207 reviewed YVGK_BACSU Uncharacterized protein YvgK yvgK yvsE BSU33370 Bacillus subtilis (strain 168) 308 +CAB15343.1 O32208 reviewed YVGL_BACSU Putative ABC transporter substrate-binding lipoprotein YvgL yvgL yvsD BSU33380 Bacillus subtilis (strain 168) 260 +CAB15345.1 O32210 reviewed GR_BACSU Glyoxal reductase (GR) (EC 1.1.1.-) (Methylglyoxal reductase) (EC 1.1.1.283) yvgN BSU33400 Bacillus subtilis (strain 168) 276 +CAB15346.1 O32211 reviewed YVGO_BACSU Stress response protein YvgO yvgO BSU33410 Bacillus subtilis (strain 168) 161 +CAB15347.1 O32212 reviewed NHAK_BACSU Sodium, potassium, lithium and rubidium/H(+) antiporter nhaK yvgP BSU33420 Bacillus subtilis (strain 168) 670 +CAB15348.1 O32213 reviewed CYSI_BACSU Sulfite reductase [NADPH] hemoprotein beta-component (SiR-HP) (SiRHP) (EC 1.8.1.2) cysI yvgQ BSU33430 Bacillus subtilis (strain 168) 571 +CAB15349.1 O32214 reviewed CYSJ_BACSU Sulfite reductase [NADPH] flavoprotein alpha-component (SiR-FP) (EC 1.8.1.2) cysJ yvgR BSU33440 Bacillus subtilis (strain 168) 605 +CAB15350.1 O32215 reviewed HELD_BACSU DNA helicase IV (EC 3.6.4.12) helD yvgS BSU33450 Bacillus subtilis (strain 168) 774 +CAB15351.1 O32216 reviewed YVGT_BACSU UPF0126 membrane protein YvgT yvgT BSU33460 Bacillus subtilis (strain 168) 202 +CAB15352.1 O32217 reviewed BDBC_BACSU Disulfide bond formation protein C (Disulfide oxidoreductase C) (Thiol-disulfide oxidoreductase C) bdbC yvgU BSU33470 Bacillus subtilis (strain 168) 138 +CAB15353.1 O32218 reviewed BDBD_BACSU Disulfide bond formation protein D (Disulfide oxidoreductase D) (Thiol-disulfide oxidoreductase D) bdbD yvgV BSU33480 Bacillus subtilis (strain 168) 222 +CAB15354.3 O32219 reviewed CADA_BACSU Cadmium, zinc and cobalt-transporting ATPase (EC 7.2.2.12) (EC 7.2.2.21) cadA yvgW BSU33490 Bacillus subtilis (strain 168) 702 +CAB15355.2 O32220 reviewed COPA_BACSU Copper-exporting P-type ATPase (Protein CopA) (EC 7.2.2.8) (Copper-exporting P-type ATPase A) (Cu(+)-exporting ATPase) copA yvgX BSU33500 Bacillus subtilis (strain 168) 802 +CAB15356.1 O32221 reviewed COPZ_BACSU Copper chaperone CopZ (Copper-ion-binding protein) copZ yvgY BSU33510 Bacillus subtilis (strain 168) 69 +CAB15357.1 O32222 reviewed CSOR_BACSU Copper-sensing transcriptional repressor CsoR (Copper-sensitive operon repressor) csoR yvgZ BSU33520 Bacillus subtilis (strain 168) 101 +CAB15358.1 O32223 reviewed IOLW_BACSU scyllo-inositol 2-dehydrogenase (NADP(+)) IolW (EC 1.1.1.371) (NADP(+)-dependent scyllo-inositol dehydrogenase 1) (NADP(+)-dependent SI dehydrogenase 1) iolW yvaA BSU33530 Bacillus subtilis (strain 168) 358 +CAB15359.1 O32224 reviewed AZOR2_BACSU FMN-dependent NADH:quinone oxidoreductase 2 (EC 1.6.5.-) (Azo-dye reductase 2) (FMN-dependent NADH-azo compound oxidoreductase 2) (FMN-dependent NADH-azoreductase 2) (EC 1.7.1.17) azoR2 yvaB BSU33540 Bacillus subtilis (strain 168) 211 +CAB15360.1 O32225 reviewed YVAC_BACSU Uncharacterized membrane protein YvaC yvaC BSU33550 Bacillus subtilis (strain 168) 631 +CAB15361.1 O32226 reviewed YVAD_BACSU Uncharacterized protein YvaD yvaD BSU33560 Bacillus subtilis (strain 168) 133 +CAB15362.1 O32227 reviewed YVAE_BACSU Uncharacterized membrane protein YvaE yvaE BSU33570 Bacillus subtilis (strain 168) 119 +CAB15363.1 O32228 reviewed YVAF_BACSU Uncharacterized HTH-type transcriptional regulator YvaF yvaF BSU33580 Bacillus subtilis (strain 168) 190 +CAB15364.1 O32229 reviewed YVAG_BACSU Uncharacterized oxidoreductase YvaG (EC 1.-.-.-) yvaG BSU33590 Bacillus subtilis (strain 168) 264 +CAB15365.1 O32230 reviewed SSRP_BACSU SsrA-binding protein (Small protein B) smpB yvaI BSU33600 Bacillus subtilis (strain 168) 156 +CAB15366.1 O32231 reviewed RNR_BACSU Ribonuclease R (RNase R) (EC 3.1.13.1) (VacB protein homolog) rnr vacB yvaJ BSU33610 Bacillus subtilis (strain 168) 779 +CAB15367.2 O32232 reviewed EST_BACSU Carboxylesterase (EC 3.1.1.1) est yvaK BSU33620 Bacillus subtilis (strain 168) 246 +CAB15368.1 O32233 reviewed SECG_BACSU Probable protein-export membrane protein SecG secG yvaL BSU33630 Bacillus subtilis (strain 168) 76 +CAB15369.1 O32234 reviewed YVAM_BACSU AB hydrolase superfamily protein YvaM (EC 3.-.-.-) yvaM BSU33640 Bacillus subtilis (strain 168) 256 +CAB15370.1 O32235 reviewed YVZC_BACSU Uncharacterized HTH-type transcriptional regulator YvzC yvzC BSU33650 Bacillus subtilis (strain 168) 77 +CAB15371.1 O32236 reviewed RGHR_BACSU HTH-type transcriptional repressor RghR (RapGH repressor) rghR rghRA yvaN BSU33660 Bacillus subtilis (strain 168) 135 +CAB15372.1 O32237 reviewed RGHRB_BACSU Uncharacterized HTH-type transcriptional regulator RghRB rghRB yvaO BSU33670 Bacillus subtilis (strain 168) 139 +CAB15373.2 O32238 reviewed YVAP_BACSU Uncharacterized HTH-type transcriptional regulator YvaP yvaP BSU33680 Bacillus subtilis (strain 168) 108 +CAB15374.1 O32239 reviewed YVAQ_BACSU Putative sensory transducer protein YvaQ (Methyl-accepting chemotaxis protein) yvaQ BSU33690 Bacillus subtilis (strain 168) 566 +CAB15375.1 P39775 reviewed OPUBD_BACSU Choline transport system permease protein OpuBD opuBD proZ BSU33700 Bacillus subtilis (strain 168) 226 +CAB15376.1 Q45462 reviewed OPUBC_BACSU Choline-binding protein opuBC proX BSU33710 Bacillus subtilis (strain 168) 306 +CAB15377.1 Q45461 reviewed OPUBB_BACSU Choline transport system permease protein OpuBB opuBB proW BSU33720 Bacillus subtilis (strain 168) 217 +CAB15378.1 Q45460 reviewed OPUBA_BACSU Choline transport ATP-binding protein OpuBA opuBA proV BSU33730 Bacillus subtilis (strain 168) 381 +CAB15379.2 C0SPB8 reviewed YVAV_BACSU Putative HTH-type transcriptional regulator YvaV yvaV BSU33740 Bacillus subtilis (strain 168) 177 +CAB15380.1 O34889 reviewed SDPA_BACSU Sporulation-delaying protein SdpA sdpA yvaW BSU33750 Bacillus subtilis (strain 168) 158 +CAB15381.1 O34616 reviewed SDPB_BACSU Sporulation-delaying protein SdpB sdpB yvaX BSU33760 Bacillus subtilis (strain 168) 323 +CAB15382.1 O34344 reviewed SDPC_BACSU Sporulation delaying protein C (SdpC) (Cannibalism toxin SDP) (Killing factor SdpC) (Toxic peptide SdpC) [Cleaved into: Sporulation delaying protein (SDP)] sdpC yvaY BSU33770 Bacillus subtilis (strain 168) 203 +CAB15383.1 O32241 reviewed SDPI_BACSU Immunity protein SdpI sdpI yvaZ BSU33780 Bacillus subtilis (strain 168) 207 +CAB15384.1 O32242 reviewed SDPR_BACSU Transcriptional repressor SdpR sdpR yvbA BSU33790 Bacillus subtilis (strain 168) 90 +CAB15385.1 O34742 reviewed OPUCD_BACSU Glycine betaine/carnitine/choline transport system permease protein OpuCD opuCD yvbB BSU33800 Bacillus subtilis (strain 168) 229 +CAB15386.1 O32243 reviewed OPUCC_BACSU Glycine betaine/carnitine/choline-binding protein OpuCC (Osmoprotectant-binding protein) opuCC yvbC BSU33810 Bacillus subtilis (strain 168) 303 +CAB15387.1 O34878 reviewed OPUCB_BACSU Glycine betaine/carnitine/choline transport system permease protein OpuCB opuCB yvbD BSU33820 Bacillus subtilis (strain 168) 217 +CAB15388.1 O34992 reviewed OPUCA_BACSU Glycine betaine/carnitine/choline transport ATP-binding protein OpuCA opuCA yvbE BSU33830 Bacillus subtilis (strain 168) 380 +CAB15389.1 O34709 reviewed OPCR_BACSU HTH-type transcriptional repressor OpcR opcR yvbF BSU33840 Bacillus subtilis (strain 168) 185 +CAB15390.1 O32244 reviewed YVBG_BACSU UPF0056 membrane protein YvbG yvbG BSU33850 Bacillus subtilis (strain 168) 211 +CAB15391.1 O32245 reviewed YVBH_BACSU Uncharacterized protein YvbH yvbH BSU33860 Bacillus subtilis (strain 168) 204 +CAB15392.1 O32246 reviewed YVBI_BACSU Uncharacterized protein YvbI yvbI BSU33870 Bacillus subtilis (strain 168) 232 +CAB15393.1 O32247 reviewed YVBJ_BACSU Uncharacterized membrane protein YvbJ yvbJ BSU33880 Bacillus subtilis (strain 168) 605 +CAB15394.1 O32248 reviewed YVBK_BACSU Uncharacterized N-acetyltransferase YvbK (EC 2.3.1.-) yvbK BSU33890 Bacillus subtilis (strain 168) 155 +CAB15395.1 P37869 reviewed ENO_BACSU Enolase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase) (2-phosphoglycerate dehydratase) eno BSU33900 Bacillus subtilis (strain 168) 430 +CAB15396.1 P39773 reviewed GPMI_BACSU 2,3-bisphosphoglycerate-independent phosphoglycerate mutase (BPG-independent PGAM) (Phosphoglyceromutase) (iPGM) (EC 5.4.2.12) (Vegetative protein 107) (VEG107) gpmI pgm BSU33910 Bacillus subtilis (strain 168) 511 +CAB15397.1 P27876 reviewed TPIS_BACSU Triosephosphate isomerase (TIM) (TPI) (EC 5.3.1.1) (Triose-phosphate isomerase) tpiA tpi BSU33920 Bacillus subtilis (strain 168) 253 +CAB15398.1 P40924 reviewed PGK_BACSU Phosphoglycerate kinase (EC 2.7.2.3) pgk BSU33930 Bacillus subtilis (strain 168) 394 +CAB15399.1 P09124 reviewed G3P1_BACSU Glyceraldehyde-3-phosphate dehydrogenase 1 (GAPDH) (EC 1.2.1.12) (NAD-dependent glyceraldehyde-3-phosphate dehydrogenase) gapA gap BSU33940 Bacillus subtilis (strain 168) 335 +CAB15400.1 O32253 reviewed CGGR_BACSU Central glycolytic genes regulator cggR yvbQ BSU33950 Bacillus subtilis (strain 168) 340 +CAB15401.1 P96710 reviewed ARAE_BACSU Arabinose-proton symporter (Arabinose transporter) araE yvbR BSU33960 Bacillus subtilis (strain 168) 464 +CAB15402.2 P96711 reviewed ARAR_BACSU Arabinose metabolism transcriptional repressor araR araC yvbS BSU33970 Bacillus subtilis (strain 168) 362 +CAB15403.1 O32254 reviewed YVBT_BACSU Uncharacterized protein YvbT yvbT BSU33980 Bacillus subtilis (strain 168) 336 +CAB15404.1 O32255 reviewed YVBU_BACSU Uncharacterized HTH-type transcriptional regulator YvbU yvbU BSU33990 Bacillus subtilis (strain 168) 292 +CAB15405.1 O32256 reviewed YVBV_BACSU Uncharacterized transporter YvbV yvbV BSU34000 Bacillus subtilis (strain 168) 305 +CAB15406.1 O32257 reviewed YVBW_BACSU Uncharacterized amino acid permease YvbW yvbW BSU34010 Bacillus subtilis (strain 168) 447 +CAB15407.1 O32258 reviewed YVBX_BACSU Uncharacterized glycosylase YvbX (EC 3.2.-.-) yvbX BSU34020 Bacillus subtilis (strain 168) 344 +CAB15408.1 O32259 reviewed LUTC_BACSU Lactate utilization protein C lutC yvbY BSU34030 Bacillus subtilis (strain 168) 240 +CAB15409.1 O07021 reviewed LUTB_BACSU Lactate utilization protein B lutB yvfW BSU34040 Bacillus subtilis (strain 168) 479 +CAB15410.1 O07020 reviewed LUTA_BACSU Lactate utilization protein A lutA yvfV BSU34050 Bacillus subtilis (strain 168) 238 +CAB15411.1 O07019 reviewed YVFU_BACSU Uncharacterized transcriptional regulatory protein YvfU yvfU BSU34060 Bacillus subtilis (strain 168) 200 +CAB15412.2 Q795K2 reviewed YVFT_BACSU Sensor histidine kinase YvfT (EC 2.7.13.3) yvfT BSU34070 Bacillus subtilis (strain 168) 371 +CAB15413.1 O07017 reviewed YVFS_BACSU Putative transport permease YvfS yvfS BSU34080 Bacillus subtilis (strain 168) 245 +CAB15414.1 O07016 reviewed YVFR_BACSU Uncharacterized ABC transporter ATP-binding protein YvfR (EC 7.-.-.-) yvfR BSU34090 Bacillus subtilis (strain 168) 301 +CAB15415.1 O07015 reviewed RSBQ_BACSU Sigma factor SigB regulation protein RsbQ rsbQ yvfQ BSU34100 Bacillus subtilis (strain 168) 269 +CAB15416.1 O07014 reviewed RSBP_BACSU Phosphoserine phosphatase RsbP (EC 3.1.3.3) rsbP yvfP BSU34110 Bacillus subtilis (strain 168) 403 +CAB15417.2 O07013 reviewed GANB_BACSU Endo-beta-1,4-galactanase (Galactanase) (EC 3.2.1.-) (Arabinogalactan endo-beta-1,4-galactanase) (EC 3.2.1.89) ganB galA yvfO BSU34120 Bacillus subtilis (strain 168) 429 +CAB15418.1 O07012 reviewed BGAL2_BACSU Beta-galactosidase GanA (Beta-gal) (EC 3.2.1.23) (Beta-1,4-galactooligomerase) (Galactooligomerase) ganA galO lacA yvfN BSU34130 Bacillus subtilis (strain 168) 672 +CAB15419.1 O07011 reviewed GANQ_BACSU Galactooligosaccharides transport system permease protein GanQ ganQ yvfM BSU34140 Bacillus subtilis (strain 168) 283 +CAB15420.1 O32261 reviewed GANP_BACSU Galactooligosaccharides transport system permease protein GanP ganP yvfL BSU34150 Bacillus subtilis (strain 168) 418 +CAB15421.1 O07009 reviewed GANS_BACSU Galactooligosaccharide-binding protein (Cyclodextrin-binding protein) ganS cycB yvfK BSU34160 Bacillus subtilis (strain 168) 421 +CAB15422.1 O07008 reviewed GANR_BACSU HTH-type transcriptional regulator GanR ganR lacR yvfJ BSU34170 Bacillus subtilis (strain 168) 330 +CAB15423.2 O07007 reviewed LUTR_BACSU HTH-type transcriptional regulator LutR (L-lactate utilization operon repressor) lutR yvfI BSU34180 Bacillus subtilis (strain 168) 219 +CAB15424.1 P71067 reviewed LUTP_BACSU L-lactate permease lutP yvfH BSU34190 Bacillus subtilis (strain 168) 563 +CAB15425.1 P24219 reviewed RP54_BACSU RNA polymerase sigma-54 factor sigL BSU34200 Bacillus subtilis (strain 168) 436 +CAB15426.1 P71066 reviewed YVFG_BACSU Uncharacterized protein YvfG yvfG BSU34210 Bacillus subtilis (strain 168) 72 +CAB15427.1 P71065 reviewed EPSO_BACSU Putative pyruvyl transferase EpsO (EC 2.-.-.-) epsO yvfF BSU34220 Bacillus subtilis (strain 168) 322 +CAB15428.2 Q795J3 reviewed EPSN_BACSU Putative pyridoxal phosphate-dependent aminotransferase EpsN (EC 2.6.1.-) epsN yvfE BSU34230 Bacillus subtilis (strain 168) 388 +CAB15429.1 P71063 reviewed EPSM_BACSU UDP-N-acetylbacillosamine N-acetyltransferase (EC 2.3.1.203) epsM yvfD BSU34240 Bacillus subtilis (strain 168) 216 +CAB15430.1 P71062 reviewed EPSL_BACSU Uncharacterized sugar transferase EpsL (EC 2.-.-.-) epsL yvfC BSU34250 Bacillus subtilis (strain 168) 202 +CAX52695.1 P71060 reviewed EPSK_BACSU Uncharacterized membrane protein EpsK epsK yvfA/yvfB BSU34265 BSU34270/BSU34260 Bacillus subtilis (strain 168) 505 +CAB15433.1 P71059 reviewed EPSJ_BACSU Uncharacterized glycosyltransferase EpsJ (EC 2.4.-.-) epsJ yveT BSU34280 Bacillus subtilis (strain 168) 344 +CAB15434.1 P71058 reviewed EPSI_BACSU Putative pyruvyl transferase EpsI (EC 2.-.-.-) epsI yveS BSU34290 Bacillus subtilis (strain 168) 358 +CAB15435.1 P71057 reviewed EPSH_BACSU Putative glycosyltransferase EpsH (EC 2.4.-.-) epsH yveR BSU34300 Bacillus subtilis (strain 168) 344 +CAB15436.1 P71056 reviewed EPSG_BACSU Transmembrane protein EpsG epsG yveQ BSU34310 Bacillus subtilis (strain 168) 367 +CAB15437.1 P71055 reviewed EPSF_BACSU Putative glycosyltransferase EpsF (EC 2.4.-.-) epsF yveP BSU34320 Bacillus subtilis (strain 168) 384 +CAB15438.2 P71054 reviewed EPSE_BACSU Putative glycosyltransferase EpsE (EC 2.4.-.-) epsE yveO BSU34330 Bacillus subtilis (strain 168) 278 +CAB15439.1 P71053 reviewed EPSD_BACSU Putative glycosyltransferase EpsD (EC 2.4.-.-) epsD yveN BSU34340 Bacillus subtilis (strain 168) 381 +CAB15440.1 P71052 reviewed EPSC_BACSU Probable polysaccharide biosynthesis protein EpsC epsC yveM BSU34350 Bacillus subtilis (strain 168) 598 +CAB15441.1 P71051 reviewed YVEL_BACSU Putative tyrosine-protein kinase YveL (EC 2.7.10.2) yveL BSU34360 Bacillus subtilis (strain 168) 227 +CAB15442.1 P71050 reviewed YVEK_BACSU Uncharacterized protein YveK yveK BSU34370 Bacillus subtilis (strain 168) 234 +CAB15443.1 P71049 reviewed SLRR_BACSU HTH-type transcriptional regulator SlrR slrR slr yveJ BSU34380 Bacillus subtilis (strain 168) 152 +CAB15444.1 P37967 reviewed PNBA_BACSU Para-nitrobenzyl esterase (EC 3.1.1.-) (Intracellular esterase B) (PNB carboxy-esterase) (PNBCE) pnbA estB BSU34390 Bacillus subtilis (strain 168) 489 +SOX90597.1 A0A2K4Z9N5 unreviewed A0A2K4Z9N5_BACSU Lipoprotein BSU_34399 HIR78_19855 Bacillus subtilis (strain 168) 63 +CAB15445.1 O07006 reviewed PADC_BACSU Phenolic acid decarboxylase PadC (PAD) (EC 4.1.1.102) padC pad yveH BSU34400 Bacillus subtilis (strain 168) 161 +CAB15448.1 P32960 reviewed RACX_BACSU Broad specificity amino-acid racemase RacX (EC 5.1.1.10) racX BSU34430 Bacillus subtilis (strain 168) 227 +CAB15449.1 P32959 reviewed PBPE_BACSU Penicillin-binding protein 4* (PBP 4*) (PBP 4A) (Penicillin-binding protein E) pbpE BSU34440 Bacillus subtilis (strain 168) 451 +CAB15450.1 P05655 reviewed SACB_BACSU Levansucrase (EC 2.4.1.10) (Beta-D-fructofuranosyl transferase) (Sucrose 6-fructosyl transferase) sacB BSU34450 Bacillus subtilis (strain 168) 473 +CAB15451.1 O07003 reviewed LEVB_BACSU Levanbiose-producing levanase (EC 3.2.1.64) (2,6-beta-fructan 6-levanbiohydrolase) (Endo-levanase) levB yveB BSU34460 Bacillus subtilis (strain 168) 516 +CAB15452.1 O07002 reviewed ASPP_BACSU Aspartate-proton symporter (L-aspartate transporter) yveA BSU34470 Bacillus subtilis (strain 168) 520 +CAB15454.1 O32262 reviewed YVDS_BACSU Uncharacterized membrane protein YvdS yvdS BSU34490 Bacillus subtilis (strain 168) 111 +CAB15455.1 O06999 reviewed YVDR_BACSU Uncharacterized membrane protein YvdR yvdR BSU34500 Bacillus subtilis (strain 168) 106 +CAB15456.1 O06998 reviewed YVDQ_BACSU Uncharacterized protein YvdQ yvdQ BSU34510 Bacillus subtilis (strain 168) 170 +CAB15457.1 O06997 reviewed YVDP_BACSU Uncharacterized FAD-linked oxidoreductase YvdP (EC 1.21.-.-) (Spore coat protein YvdP) yvdP BSU34520 Bacillus subtilis (strain 168) 447 +CAB15458.1 O06996 reviewed COTR_BACSU Putative sporulation hydrolase CotR (EC 3.1.1.-) cotR yvdO BSU34530 Bacillus subtilis (strain 168) 320 +CAB15459.1 P80244 reviewed CLPP_BACSU ATP-dependent Clp protease proteolytic subunit (EC 3.4.21.92) (Caseinolytic protease) (Endopeptidase Clp) (Stress protein G7) clpP yvdN BSU34540 Bacillus subtilis (strain 168) 197 +CAB15460.1 O06995 reviewed PGMB_BACSU Beta-phosphoglucomutase (Beta-PGM) (EC 5.4.2.6) yvdM BSU34550 Bacillus subtilis (strain 168) 226 +CAB15461.1 O06994 reviewed O16G1_BACSU Oligo-1,6-glucosidase 1 (EC 3.2.1.10) (Dextrin 6-alpha-D-glucanohydrolase) (Oligosaccharide alpha-1,6-glucosidase 1) (Sucrase-isomaltase 1) (Isomaltase 1) malL yvdL BSU34560 Bacillus subtilis (strain 168) 561 +CAB15462.1 O06993 reviewed MALPY_BACSU Maltose phosphorylase (EC 2.4.1.8) mdxK malK yvdK BSU34570 Bacillus subtilis (strain 168) 757 +CAB15463.1 O06992 reviewed MALA_BACSU Putative maltodextrin utilization protein YvdJ yvdJ BSU34580 Bacillus subtilis (strain 168) 294 +CAB15464.1 O06991 reviewed MDXG_BACSU Maltodextrin transport system permease protein MdxG mdxG yvdI BSU34590 Bacillus subtilis (strain 168) 278 +CAB15465.1 O06990 reviewed MDXF_BACSU Maltodextrin transport system permease protein MdxF mdxF yvdH BSU34600 Bacillus subtilis (strain 168) 435 +CAB15466.1 O06989 reviewed MDXE_BACSU Maltodextrin-binding protein MdxE mdxE yvdG BSU34610 Bacillus subtilis (strain 168) 417 +CAB15467.1 O06988 reviewed BBMA_BACSU Intracellular maltogenic amylase (EC 3.2.1.-) bbmA yvdF BSU34620 Bacillus subtilis (strain 168) 588 +CAB15468.1 O06987 reviewed YVDE_BACSU Uncharacterized HTH-type transcriptional regulator YvdE yvdE BSU34630 Bacillus subtilis (strain 168) 316 +CAB15469.1 O06986 reviewed YVDD_BACSU LOG family protein YvdD yvdD BSU34640 Bacillus subtilis (strain 168) 191 +CAB15470.1 O32263 reviewed YVDC_BACSU Uncharacterized protein YvdC yvdC BSU34650 Bacillus subtilis (strain 168) 106 +CAB15471.1 O06984 reviewed YVDB_BACSU Putative sulfate transporter YvdB yvdB BSU34660 Bacillus subtilis (strain 168) 530 +CAB15472.1 O06983 reviewed YVDA_BACSU Putative carbonic anhydrase YvdA (EC 4.2.1.1) (Carbonate dehydratase) yvdA BSU34670 Bacillus subtilis (strain 168) 197 +CAB15473.1 O32264 reviewed TKRA_BACSU Probable 2-ketogluconate reductase (2KR) (EC 1.1.1.215) yvcT BSU34680 Bacillus subtilis (strain 168) 325 +CAB15474.1 O06981 reviewed YVCS_BACSU Uncharacterized ABC transporter permease YvcS yvcS BSU34690 Bacillus subtilis (strain 168) 646 +CAB15475.1 O06980 reviewed YVCR_BACSU Uncharacterized ABC transporter ATP-binding protein YvcR (EC 7.-.-.-) yvcR BSU34700 Bacillus subtilis (strain 168) 259 +CAB15476.1 O06979 reviewed YVCQ_BACSU Sensor histidine kinase YvcQ (EC 2.7.13.3) yvcQ BSU34710 Bacillus subtilis (strain 168) 356 +CAB15477.1 O06978 reviewed YVCP_BACSU Uncharacterized transcriptional regulatory protein YvcP yvcP BSU34720 Bacillus subtilis (strain 168) 237 +CAX52696.1 C0H3R7 reviewed YVZJ_BACSU Uncharacterized lipoprotein YvzJ yvzJ BSU34729 Bacillus subtilis (strain 168) 69 +CAB15478.1 O06977 reviewed YVCN_BACSU Uncharacterized acetyltransferase YvcN (EC 2.3.1.-) yvcN BSU34730 Bacillus subtilis (strain 168) 254 +CAB15479.1 O06976 reviewed CRH_BACSU HPr-like protein Crh (Catabolite repression HPr) crh yvcM BSU34740 Bacillus subtilis (strain 168) 85 +CAB15480.1 O06975 reviewed WHIA_BACSU Probable cell division protein WhiA whiA yvcL BSU34750 Bacillus subtilis (strain 168) 316 +CAB15481.2 O06974 reviewed GNGF_BACSU Gluconeogenesis factor mgfK yvcK BSU34760 Bacillus subtilis (strain 168) 317 +CAB15482.1 O06973 reviewed YVCJ_BACSU Nucleotide-binding protein YvcJ yvcJ BSU34770 Bacillus subtilis (strain 168) 295 +CAB15483.1 O06972 reviewed YVCI_BACSU Uncharacterized Nudix hydrolase YvcI (EC 3.6.-.-) yvcI BSU34780 Bacillus subtilis (strain 168) 158 +CAB15484.1 P80880 reviewed TRXB_BACSU Thioredoxin reductase (TRXR) (EC 1.8.1.9) (General stress protein 35) (GSP35) trxB yvcH BSU34790 Bacillus subtilis (strain 168) 316 +CAB15485.1 P40767 reviewed CWLO_BACSU Peptidoglycan DL-endopeptidase CwlO (EC 3.4.-.-) (D-gamma-glutamyl-meso-diaminopimelyl DL-endopeptidase) (PSPA2) cwlO yvcE yzkA BSU34800 Bacillus subtilis (strain 168) 473 +CAB15486.1 O06968 reviewed YVCD_BACSU TPR repeat-containing protein YvcD yvcD BSU34810 Bacillus subtilis (strain 168) 484 +CAB15487.1 O06967 reviewed BMRA_BACSU Multidrug resistance ABC transporter ATP-binding/permease protein BmrA (EC 7.6.2.-) bmrA yvcC BSU34820 Bacillus subtilis (strain 168) 589 +CAB15488.1 O32265 reviewed YVZA_BACSU Uncharacterized protein YvzA yvzA BSU34830 Bacillus subtilis (strain 168) 119 +CAB15489.1 O06966 reviewed YVCB_BACSU Putative uncharacterized protein YvcB yvcB yvrB BSU34840 Bacillus subtilis (strain 168) 636 +CAB15490.1 O06965 reviewed YVCA_BACSU Putative lipoprotein YvcA yvcA yvrA BSU34850 Bacillus subtilis (strain 168) 241 +CAB15491.1 O34912 reviewed HIS2_BACSU Histidine biosynthesis bifunctional protein HisIE [Includes: Phosphoribosyl-AMP cyclohydrolase (PRA-CH) (EC 3.5.4.19); Phosphoribosyl-ATP pyrophosphatase (PRA-PH) (EC 3.6.1.31)] hisI hisIE BSU34860 Bacillus subtilis (strain 168) 209 +CAB15492.1 O34727 reviewed HIS6_BACSU Imidazole glycerol phosphate synthase subunit HisF (EC 4.3.2.10) (IGP synthase cyclase subunit) (IGP synthase subunit HisF) (ImGP synthase subunit HisF) (IGPS subunit HisF) hisF BSU34870 Bacillus subtilis (strain 168) 252 +CAB15493.1 O35006 reviewed HIS4_BACSU 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase (EC 5.3.1.16) (Phosphoribosylformimino-5-aminoimidazole carboxamide ribotide isomerase) hisA BSU34880 Bacillus subtilis (strain 168) 245 +CAB15494.1 O34565 reviewed HIS5_BACSU Imidazole glycerol phosphate synthase subunit HisH (EC 4.3.2.10) (IGP synthase glutaminase subunit) (EC 3.5.1.2) (IGP synthase subunit HisH) (ImGP synthase subunit HisH) (IGPS subunit HisH) hisH BSU34890 Bacillus subtilis (strain 168) 212 +CAB15495.1 O34683 reviewed HIS7_BACSU Imidazoleglycerol-phosphate dehydratase (IGPD) (EC 4.2.1.19) hisB BSU34900 Bacillus subtilis (strain 168) 194 +CAB15496.1 O34651 reviewed HISX_BACSU Histidinol dehydrogenase (HDH) (EC 1.1.1.23) hisD BSU34910 Bacillus subtilis (strain 168) 427 +CAB15497.1 O34520 reviewed HIS1_BACSU ATP phosphoribosyltransferase (ATP-PRT) (ATP-PRTase) (EC 2.4.2.17) hisG BSU34920 Bacillus subtilis (strain 168) 213 +CAB15498.1 O34459 reviewed HISZ_BACSU ATP phosphoribosyltransferase regulatory subunit hisZ BSU34930 Bacillus subtilis (strain 168) 391 +CAB15499.1 O34735 reviewed YVPB_BACSU Uncharacterized protein YvpB yvpB BSU34940 Bacillus subtilis (strain 168) 250 +CAB15500.1 O34310 reviewed PLYC_BACSU Pectate lyase C (EC 4.2.2.2) (Pectin lyase) (EC 4.2.2.10) pelC yvpA BSU34950 Bacillus subtilis (strain 168) 221 +CAB15501.1 O34993 reviewed YVOF_BACSU Putative acetyltransferase YvoF (EC 2.3.1.-) yvoF BSU34960 Bacillus subtilis (strain 168) 172 +CAB15502.1 Q9JMQ2 reviewed PPAX_BACSU Pyrophosphatase PpaX (EC 3.6.1.1) ppaX hprP ptsL yvoE BSU34970 Bacillus subtilis (strain 168) 216 +CAB15503.1 O34382 reviewed YVOD_BACSU Uncharacterized membrane protein YvoD yvoD BSU34980 Bacillus subtilis (strain 168) 312 +CAB15504.1 O34752 reviewed LGT_BACSU Phosphatidylglycerol--prolipoprotein diacylglyceryl transferase (EC 2.5.1.145) (Spore germination protein GerF) lgt gerF BSU34990 Bacillus subtilis (strain 168) 269 +CAB15505.1 O34483 reviewed HPRK_BACSU HPr kinase/phosphorylase (HPrK/P) (EC 2.7.11.-) (EC 2.7.4.-) (HPr kinase/phosphatase) (HPr(Ser) kinase/phosphorylase) hprK ptsK yvoB BSU35000 Bacillus subtilis (strain 168) 310 +CAB15506.1 O34450 reviewed NAGA_BACSU N-acetylglucosamine-6-phosphate deacetylase (GlcNAc 6-P deacetylase) (EC 3.5.1.25) nagA BSU35010 Bacillus subtilis (strain 168) 396 +CAB15507.1 O35000 reviewed NAGB_BACSU Glucosamine-6-phosphate deaminase 1 (EC 3.5.99.6) (GlcN6P deaminase 1) (GNPDA 1) (Glucosamine-6-phosphate isomerase 1) nagB BSU35020 Bacillus subtilis (strain 168) 242 +CAB15508.1 O34817 reviewed NAGR_BACSU HTH-type transcriptional repressor NagR (N-acetylglucosamine utilization regulator) nagR yvoA BSU35030 Bacillus subtilis (strain 168) 243 +CAB15509.1 O34986 reviewed YVNB_BACSU Uncharacterized protein YvnB yvnB BSU35040 Bacillus subtilis (strain 168) 1289 +CAB15510.1 O34692 reviewed YVNA_BACSU Uncharacterized HTH-type transcriptional regulator YvnA yvnA BSU35050 Bacillus subtilis (strain 168) 157 +CAB15511.1 O34926 reviewed CYPX_BACSU Pulcherriminic acid synthase (EC 1.14.15.13) (CYP134A1) (Cyclo-L-leucyl-L-leucyl dipeptide oxidase) (Cytochrome P450 CypX) cypX cyp134 cypB BSU35060 Bacillus subtilis (strain 168) 405 +CAB15512.1 O34351 reviewed CDLS_BACSU Cyclo(L-leucyl-L-leucyl) synthase (EC 2.3.2.22) (Cyclodileucine synthase) (Cyclodipeptide synthase) (CDPS) yvmC BSU35070 Bacillus subtilis (strain 168) 248 +CAB15513.1 P40762 reviewed PCHR_BACSU HTH-type transcriptional regulator PchR (Pulcherriminic acid biosynthetis regulator) pchR yvmB yzhA BSU35080 Bacillus subtilis (strain 168) 169 +CAB15514.1 O34307 reviewed YVMA_BACSU Uncharacterized MFS-type transporter YvmA yvmA BSU35090 Bacillus subtilis (strain 168) 403 +CAB15515.1 O34648 reviewed YVLD_BACSU Uncharacterized membrane protein YvlD yvlD BSU35100 Bacillus subtilis (strain 168) 119 +CAB15516.1 O34719 reviewed YVLC_BACSU Uncharacterized membrane protein YvlC yvlC BSU35110 Bacillus subtilis (strain 168) 65 +CAB15517.1 O34628 reviewed YVLB_BACSU Uncharacterized protein YvlB yvlB BSU35120 Bacillus subtilis (strain 168) 365 +CAB15518.1 O34322 reviewed YVLA_BACSU Uncharacterized protein YvlA yvlA BSU35130 Bacillus subtilis (strain 168) 108 +CAB15519.1 O34604 reviewed YVKN_BACSU Uncharacterized protein YvkN yvkN BSU35140 Bacillus subtilis (strain 168) 76 +CAB15533.1 O34863 reviewed UVRA_BACSU UvrABC system protein A (UvrA protein) (Excinuclease ABC subunit A) uvrA BSU35160 Bacillus subtilis (strain 168) 957 +CAB15534.1 P37954 reviewed UVRB_BACSU UvrABC system protein B (Protein UvrB) (Excinuclease ABC subunit B) (Protein DinA) uvrB dinA uvr BSU35170 Bacillus subtilis (strain 168) 661 +CAB15535.1 P37953 reviewed CSBA_BACSU Protein CsbA csbA BSU35180 Bacillus subtilis (strain 168) 76 +CAB15536.1 O34796 reviewed YVKC_BACSU Uncharacterized phosphotransferase YvkC yvkC BSU35190 Bacillus subtilis (strain 168) 831 +CAB15537.1 O34643 reviewed YVKB_BACSU Uncharacterized HTH-type transcriptional regulator YvkB yvkB BSU35200 Bacillus subtilis (strain 168) 189 +CAB15538.1 O34502 reviewed YVKA_BACSU Uncharacterized MFS-type transporter YvkA yvkA BSU35210 Bacillus subtilis (strain 168) 444 +CAB15539.1 O34375 reviewed MINJ_BACSU Cell division topological determinant MinJ minJ swrAB yvjD BSU35220 Bacillus subtilis (strain 168) 397 +CAB15541.1 O35002 reviewed CTPB_BACSU Carboxy-terminal processing protease CtpB (C-terminal processing protease) (EC 3.4.21.102) ctpB yvjB BSU35240 Bacillus subtilis (strain 168) 480 +CAB15542.1 O34876 reviewed FTSX_BACSU Cell division protein FtsX ftsX BSU35250 Bacillus subtilis (strain 168) 296 +CAB15543.1 O34814 reviewed FTSE_BACSU Cell division ATP-binding protein FtsE ftsE BSU35260 Bacillus subtilis (strain 168) 228 +CAB15544.1 O34594 reviewed CY551_BACSU Cytochrome c-551 (Cytochrome c B) (Cytochrome c551) cccB BSU35270 Bacillus subtilis (strain 168) 112 +CAB15546.1 P28367 reviewed RF2_BACSU Peptide chain release factor 2 (RF-2) prfB BSU35290 Bacillus subtilis (strain 168) 366 +CAB15547.1 P28366 reviewed SECA_BACSU Protein translocase subunit SecA (EC 7.4.2.8) secA div+ BSU35300 Bacillus subtilis (strain 168) 841 +CAB15548.1 P28368 reviewed HPF_BACSU Ribosome hibernation promotion factor (HPF) (Hst23) (Putative sigma-54 modulation protein) (SigL modulation protein) yvyD hpf yviI BSU35310 orf189 Bacillus subtilis (strain 168) 189 +CAX52698.1 C0H3R9 reviewed YVZG_BACSU Uncharacterized protein YvzG yvzG BSU35319 Bacillus subtilis (strain 168) 125 +CAB15549.1 P39740 reviewed FLIT_BACSU Flagellar protein FliT fliT BSU35320 Bacillus subtilis (strain 168) 113 +CAB15550.1 P39739 reviewed FLIS_BACSU Flagellar secretion chaperone FliS fliS BSU35330 Bacillus subtilis (strain 168) 133 +CAB15551.1 P39738 reviewed FLID_BACSU Flagellar hook-associated protein 2 (HAP2) (Filament cap protein) (Flagellar cap protein) fliD mrgB BSU35340 Bacillus subtilis (strain 168) 498 +CAB15552.1 P39737 reviewed YVYC_BACSU Uncharacterized protein YvyC (ORF 99) yvyC yviH BSU35350 Bacillus subtilis (strain 168) 109 +CAB15553.1 P02968 reviewed FLA_BACSU Flagellin (GSX1) (Hag) hag BSU35360 Bacillus subtilis (strain 168) 304 +CAB15554.1 P33911 reviewed CSRA_BACSU Translational regulator CsrA csrA sow yviG BSU35370 Bacillus subtilis (strain 168) 74 +CAB15555.1 P96503 reviewed FLIW_BACSU Flagellar assembly factor FliW fliW yviF BSU35380 Bacillus subtilis (strain 168) 143 +CAB15556.1 P96502 reviewed YVIE_BACSU Uncharacterized protein YviE yviE BSU35390 Bacillus subtilis (strain 168) 191 +CAB15557.1 P96501 reviewed FLGL_BACSU Flagellar hook-associated protein 3 (HAP3) flgL yviD BSU35400 Bacillus subtilis (strain 168) 298 +CAB15558.1 P39810 reviewed FLGK_BACSU Flagellar hook-associated protein 1 (HAP1) flgK BSU35410 Bacillus subtilis (strain 168) 507 +CAB15559.1 P39808 reviewed YVYG_BACSU Uncharacterized protein YvyG yvyG yviC BSU35420 Bacillus subtilis (strain 168) 160 +CAB15560.1 P39809 reviewed FLGM_BACSU Negative regulator of flagellin synthesis (Anti-sigma-D factor) flgM BSU35430 Bacillus subtilis (strain 168) 88 +CAB15561.1 P39807 reviewed YVYF_BACSU Uncharacterized protein YvyF yvyF yviB BSU35440 Bacillus subtilis (strain 168) 139 +CAB15563.1 P39146 reviewed COMFB_BACSU ComF operon protein 2 comFB comF2 BSU35460 Bacillus subtilis (strain 168) 98 +CAB15564.1 P39145 reviewed COMFA_BACSU ComF operon protein 1 (EC 3.6.4.12) (ATP-dependent helicase ComFA) comFA comF1 BSU35470 Bacillus subtilis (strain 168) 463 +CAB15565.1 P32436 reviewed DEGV_BACSU Protein DegV degV yviA BSU35480 Bacillus subtilis (strain 168) 281 +CAB15566.1 P13800 reviewed DEGU_BACSU Transcriptional regulatory protein DegU (Protease production enhancer protein) degU iep BSU35490 Bacillus subtilis (strain 168) 229 +CAB15567.1 P13799 reviewed DEGS_BACSU Signal transduction histidine-protein kinase/phosphatase DegS (EC 2.7.13.3) (EC 3.1.3.-) degS sacU BSU35500 Bacillus subtilis (strain 168) 385 +CAB15568.1 P32437 reviewed YVYE_BACSU IMPACT family member YvyE yvyE yvhK BSU35510 Bacillus subtilis (strain 168) 217 +CAB15569.1 P96499 reviewed TAGV_BACSU Polyisoprenyl-teichoic acid--peptidoglycan teichoic acid transferase TagV (EC 2.7.8.-) tagV yvhJ BSU35520 Bacillus subtilis (strain 168) 391 +CAB15570.1 O34753 reviewed TAGO_BACSU Probable undecaprenyl-phosphate N-acetylglucosaminyl 1-phosphate transferase (EC 2.7.8.33) (UDP-GlcNAc:undecaprenyl-phosphate GlcNAc-1-phosphate transferase) (Undecaprenyl-Phosphate GlcNAc-1-phosphate transferase) tagO yvhI BSU35530 Bacillus subtilis (strain 168) 358 +CAB15571.1 O32267 reviewed TUAH_BACSU Putative teichuronic acid biosynthesis glycosyltransferase TuaH (EC 2.4.-.-) tuaH yvhH BSU35540 Bacillus subtilis (strain 168) 397 +CAB15572.1 O32268 reviewed TUAG_BACSU Putative teichuronic acid biosynthesis glycosyltransferase TuaG (EC 2.4.-.-) tuaG yvhG BSU35550 Bacillus subtilis (strain 168) 252 +CAB15573.1 O32269 reviewed TUAF_BACSU Teichuronic acid biosynthesis protein TuaF tuaF yvhF BSU35560 Bacillus subtilis (strain 168) 226 +CAB15574.1 O32270 reviewed TUAE_BACSU Teichuronic acid biosynthesis protein TuaE tuaE yvhE BSU35570 Bacillus subtilis (strain 168) 488 +CAB15575.1 O32271 reviewed TUAD_BACSU UDP-glucose 6-dehydrogenase TuaD (UDP-Glc dehydrogenase) (UDP-GlcDH) (UDPGDH) (EC 1.1.1.22) (Teichuronic acid biosynthesis protein TuaD) tuaD yvhD BSU35580 Bacillus subtilis (strain 168) 461 +CAB15576.1 O32272 reviewed TUAC_BACSU Putative teichuronic acid biosynthesis glycosyltransferase TuaC (EC 2.4.-.-) tuaC yvhC BSU35590 Bacillus subtilis (strain 168) 389 +CAB15577.1 O32273 reviewed TUAB_BACSU Teichuronic acid biosynthesis protein TuaB tuaB yvhB BSU35600 Bacillus subtilis (strain 168) 483 +CAB15579.1 Q02114 reviewed LYTC_BACSU N-acetylmuramoyl-L-alanine amidase LytC (EC 3.5.1.28) (Cell wall-associated polypeptide CWBP49) (CWBP49) (Major autolysin) (Vegetative cell wall hydrolase LytC) lytC cwlB BSU35620 Bacillus subtilis (strain 168) 496 +CAB15580.1 Q02113 reviewed CWBA_BACSU Amidase enhancer (Cell wall-associated polypeptide CWBP76) (CWBP76) (Modifier protein of major autolysin) lytB cwbA BSU35630 Bacillus subtilis (strain 168) 705 +CAB15581.1 Q02112 reviewed LYTA_BACSU Membrane-bound protein LytA lytA lppX BSU35640 Bacillus subtilis (strain 168) 102 +CAB15582.1 Q02115 reviewed TAGU_BACSU Polyisoprenyl-teichoic acid--peptidoglycan teichoic acid transferase TagU (EC 2.7.8.-) (Membrane-bound protein LytR) tagU lytR BSU35650 Bacillus subtilis (strain 168) 306 +CAB15583.1 P39131 reviewed MNAA_BACSU UDP-N-acetylglucosamine 2-epimerase (EC 5.1.3.14) (UDP-GlcNAc-2-epimerase) mnaA BSU35660 Bacillus subtilis (strain 168) 380 +CAB15584.1 Q05852 reviewed GTAB_BACSU UTP--glucose-1-phosphate uridylyltransferase (EC 2.7.7.9) (Alpha-D-glucosyl-1-phosphate uridylyltransferase) (General stress protein 33) (GSP33) (UDP-glucose pyrophosphorylase) (UDPGP) (UGPase) (Uridine diphosphoglucose pyrophosphorylase) gtaB BSU35670 Bacillus subtilis (strain 168) 292 +SOX90598.1 A0A2K4Z9N8 unreviewed A0A2K4Z9N8_BACSU Uncharacterized protein BSU_35678 HIR78_20510 Bacillus subtilis (strain 168) 72 +CAB15585.1 P46918 reviewed GGAB_BACSU Minor teichoic acid biosynthesis protein GgaB ggaB BSU35680 Bacillus subtilis (strain 168) 900 +CAB15587.1 P42954 reviewed TAGH_BACSU Teichoic acids export ATP-binding protein TagH (EC 7.5.2.4) (Teichoic acid-transporting ATPase) tagH BSU35700 Bacillus subtilis (strain 168) 527 +CAB15588.1 P42953 reviewed TAGG_BACSU Teichoic acid translocation permease protein TagG tagG BSU35710 Bacillus subtilis (strain 168) 275 +CAB15589.1 P13485 reviewed TAGF_BACSU Teichoic acid poly(glycerol phosphate) polymerase (EC 2.7.8.12) (CDP-glycerol:poly(glycerophosphate) glycerophosphotransferase) (CGPTase) (Major teichoic acid biosynthesis protein F) (Poly(glycerol phosphate) polymerase) (Tag polymerase) tagF rodC tag3 BSU35720 Bacillus subtilis (strain 168) 746 +CAB15590.1 P13484 reviewed TAGE_BACSU Poly(glycerol-phosphate) alpha-glucosyltransferase (EC 2.4.1.52) (Major teichoic acid biosynthesis protein E) tagE gtaA rodD BSU35730 Bacillus subtilis (strain 168) 673 +CAB15591.1 P27623 reviewed TAGD_BACSU Glycerol-3-phosphate cytidylyltransferase (GCT) (GCTase) (Gro-PCT) (EC 2.7.7.39) (CDP-glycerol pyrophosphorylase) (Teichoic acid biosynthesis protein D) tagD BSU35740 Bacillus subtilis (strain 168) 129 +CAB15592.1 P27620 reviewed TAGA_BACSU N-acetylglucosaminyldiphosphoundecaprenol N-acetyl-beta-D-mannosaminyltransferase (EC 2.4.1.187) (Major teichoic acid biosynthesis protein A) (N-acetylmannosaminyltransferase) (UDP-N-acetylmannosamine transferase) (UDP-N-acetylmannosamine:N-acetylglucosaminyl pyrophosphorylundecaprenol N-acetylmannosaminyltransferase) tagA BSU35750 Bacillus subtilis (strain 168) 256 +CAB15593.1 P27621 reviewed TAGB_BACSU Teichoic acid glycerol-phosphate primase (EC 2.7.8.44) (CDP-glycerol:N-acetyl-beta-D-mannosaminyl-1,4-N-acetyl-D-glucosaminyldiphosphoundecaprenyl glycerophosphotransferase) (CDP-glycerol:glycerophosphate glycerophosphotransferase) (Major teichoic acid biosynthesis protein B) (Tag primase) tagB BSU35760 Bacillus subtilis (strain 168) 381 +CAB15594.1 P27622 reviewed TAGC_BACSU Putative major teichoic acid biosynthesis protein C tagC dinC BSU35770 Bacillus subtilis (strain 168) 442 +CAB15595.1 P39848 reviewed LYTD_BACSU Beta-N-acetylglucosaminidase (EC 3.2.1.96) (Cell wall-associated polypeptide 90) (CWBP90) lytD cwlG BSU35780 Bacillus subtilis (strain 168) 880 +CAB15596.1 P39841 reviewed MANA3_BACSU Putative mannose-6-phosphate isomerase YvyI (EC 5.3.1.8) (Phosphohexomutase) (Phosphomannose isomerase) (PMI) yvyI pmi BSU35790 Bacillus subtilis (strain 168) 316 +CAB15597.2 P39569 reviewed GERBA_BACSU Spore germination protein B1 gerBA BSU35800 Bacillus subtilis (strain 168) 483 +CAB15598.2 P39570 reviewed GERBB_BACSU Spore germination protein B2 gerBB BSU35810 Bacillus subtilis (strain 168) 368 +CAB15599.1 P39571 reviewed GERBC_BACSU Spore germination protein B3 gerBC BSU35820 Bacillus subtilis (strain 168) 374 +CAB15600.2 C0SPB2 reviewed YWTG_BACSU Putative metabolite transport protein YwtG ywtG BSU35830 Bacillus subtilis (strain 168) 457 +CAB15601.3 Q7WY78 reviewed TAGT_BACSU Polyisoprenyl-teichoic acid--peptidoglycan teichoic acid transferase TagT (EC 2.7.8.-) tagT ywtF BSU35840 Bacillus subtilis (strain 168) 322 +CAB15602.1 P96741 reviewed YWTE_BACSU 5-amino-6-(5-phospho-D-ribitylamino)uracil phosphatase YwtE (EC 3.1.3.104) ywtE BSU35850 Bacillus subtilis (strain 168) 286 +CAB15603.1 P96740 reviewed PGDS_BACSU Gamma-DL-glutamyl hydrolase (EC 3.4.19.-) (Poly-gamma-glutamate depolymerase) (PGA depolymerase) pgdS ywtD BSU35860 Bacillus subtilis (strain 168) 413 +CAB15604.1 P96739 reviewed YWTC_BACSU Uncharacterized protein YwtC ywtC BSU35870 Bacillus subtilis (strain 168) 55 +CAB15605.1 P96738 reviewed CAPA_BACSU PGA biosynthesis protein CapA capA pgsA ywtB BSU35880 Bacillus subtilis (strain 168) 380 +CAB15606.1 P96737 reviewed CAPC_BACSU PGA biosynthesis protein CapC capC pgsC ywtA BSU35890 Bacillus subtilis (strain 168) 149 +CAB15607.2 P96736 reviewed CAPB_BACSU PGA synthase CapB (EC 6.3.2.-) (Gamma-polyglutamic acid synthase) capB pgsB ywsC BSU35900 Bacillus subtilis (strain 168) 393 +CAB15608.1 P36944 reviewed RBSR_BACSU Ribose operon repressor rbsR BSU35910 Bacillus subtilis (strain 168) 326 +CAB15609.1 P36945 reviewed RBSK_BACSU Ribokinase (RK) (EC 2.7.1.15) rbsK BSU35920 Bacillus subtilis (strain 168) 293 +CAB15610.1 P36946 reviewed RBSD_BACSU D-ribose pyranase (EC 5.4.99.62) rbsD BSU35930 Bacillus subtilis (strain 168) 131 +CAB15611.1 P36947 reviewed RBSA_BACSU Ribose import ATP-binding protein RbsA (EC 7.5.2.7) rbsA BSU35940 Bacillus subtilis (strain 168) 493 +CAB15612.1 P36948 reviewed RBSC_BACSU Ribose import permease protein RbsC rbsC BSU35950 Bacillus subtilis (strain 168) 322 +CAB15613.1 P36949 reviewed RBSB_BACSU Ribose import binding protein RbsB rbsB BSU35960 Bacillus subtilis (strain 168) 305 +CAB15614.1 P96729 reviewed YWSB_BACSU Cell wall-binding protein YwsB ywsB BSU35970 Bacillus subtilis (strain 168) 178 +CAB15615.1 P96728 reviewed YWSA_BACSU Uncharacterized protein YwsA ywsA BSU35980 Bacillus subtilis (strain 168) 98 +CAB15616.1 P80871 reviewed GS14_BACSU General stress protein 14 (GSP14) (EC 1.6.99.-) ywrO BSU35990 Bacillus subtilis (strain 168) 175 +CAB15617.1 Q04777 reviewed ALDC_BACSU Alpha-acetolactate decarboxylase (EC 4.1.1.5) alsD BSU36000 Bacillus subtilis (strain 168) 255 +CAB15618.2 Q04789 reviewed ILVX_BACSU Acetolactate synthase (EC 2.2.1.6) (ALS) (Acetohydroxy-acid synthase) alsS BSU36010 Bacillus subtilis (strain 168) 570 +CAB15619.1 Q04778 reviewed ALSR_BACSU HTH-type transcriptional regulator AlsR (Als operon regulatory protein) alsR BSU36020 Bacillus subtilis (strain 168) 302 +CAB15620.1 O05224 reviewed YWRK_BACSU Putative arsenical pump membrane protein ywrK BSU36030 Bacillus subtilis (strain 168) 442 +CAB15621.1 O05223 reviewed YWRJ_BACSU Uncharacterized protein YwrJ ywrJ BSU36040 Bacillus subtilis (strain 168) 225 +CAB15622.1 P07789 reviewed COTB_BACSU Spore coat protein B cotB BSU36050 Bacillus subtilis (strain 168) 380 +CAB15623.1 Q45535 reviewed COTH_BACSU Inner spore coat protein H cotH ywrH BSU36060 Bacillus subtilis (strain 168) 362 +CAB15624.1 P39801 reviewed COTG_BACSU Spore coat protein G cotG BSU36070 Bacillus subtilis (strain 168) 195 +SOX90599.1 A0A2K4Z9N2 unreviewed A0A2K4Z9N2_BACSU Doubtful CDS (Putative in frame frameshift) BSU_36079 Bacillus subtilis (strain 168) 159 +CAB15625.1 O05220 reviewed YWRF_BACSU Uncharacterized protein YwrF ywrF BSU36080 Bacillus subtilis (strain 168) 205 +CAB15626.1 O05219 reviewed YWRE_BACSU Uncharacterized protein YwrE ywrE BSU36090 Bacillus subtilis (strain 168) 111 +CAB15627.1 O05218 reviewed YWRD_BACSU Glutathione hydrolase-like YwrD proenzyme (EC 2.3.2.2) (Putative gamma-glutamyltransferase YwrD) (EC 3.4.19.13) [Cleaved into: Glutathione hydrolase-like YwrD large chain; Glutathione hydrolase-like YwrD small chain] ywrD BSU36100 Bacillus subtilis (strain 168) 525 +CAB15628.1 O05217 reviewed YWRC_BACSU Uncharacterized HTH-type transcriptional regulator YwrC ywrC BSU36110 Bacillus subtilis (strain 168) 158 +CAB15629.1 O05216 reviewed YWRB_BACSU Uncharacterized transporter YwrB ywrB BSU36120 Bacillus subtilis (strain 168) 197 +CAB15630.1 O05215 reviewed YWRA_BACSU Uncharacterized transporter YwrA ywrA BSU36130 Bacillus subtilis (strain 168) 178 +CAB15631.1 P96727 reviewed YWQO_BACSU Uncharacterized protein YwqO ywqO BSU36140 Bacillus subtilis (strain 168) 73 +CAB15632.1 P96726 reviewed YWQN_BACSU Putative NAD(P)H-dependent FMN-containing oxidoreductase YwqN (EC 1.-.-.-) ywqN BSU36150 Bacillus subtilis (strain 168) 181 +CAB15633.1 P96725 reviewed YWQM_BACSU Uncharacterized HTH-type transcriptional regulator YwqM ywqM BSU36160 Bacillus subtilis (strain 168) 293 +CAB15634.2 P96724 reviewed NFI_BACSU Endonuclease V (EC 3.1.21.7) (Deoxyinosine 3'endonuclease) (Deoxyribonuclease V) (DNase V) nfi ywqL BSU36170 Bacillus subtilis (strain 168) 238 +CAB15635.1 P96723 reviewed YWQK_BACSU Immunity protein YwqK ywqK BSU36180 Bacillus subtilis (strain 168) 154 +CAB15636.1 P96722 reviewed YWQJ_BACSU Toxin YwqJ ywqJ BSU36190 Bacillus subtilis (strain 168) 602 +CAB15637.1 P96721 reviewed YWQI_BACSU Protein YwqI ywqI BSU36200 Bacillus subtilis (strain 168) 86 +CAB15638.1 P96720 reviewed YWQH_BACSU Protein YwqH ywqH BSU36210 Bacillus subtilis (strain 168) 140 +SOX90600.1 A0A2K4Z9M9 unreviewed A0A2K4Z9M9_BACSU Uncharacterized protein BSU_36215 HIR78_20805 Bacillus subtilis (strain 168) 41 +CAB15639.1 P96719 reviewed YWQG_BACSU Uncharacterized protein YwqG ywqG BSU36220 Bacillus subtilis (strain 168) 261 +CAB15640.1 P96718 reviewed YWQF_BACSU UDP-glucose 6-dehydrogenase YwqF (UDP-Glc dehydrogenase) (UDP-GlcDH) (UDPGDH) (EC 1.1.1.22) ywqF BSU36230 Bacillus subtilis (strain 168) 440 +CAB15641.1 P96717 reviewed YWQE_BACSU Tyrosine-protein phosphatase YwqE (EC 3.1.3.48) ywqE BSU36240 Bacillus subtilis (strain 168) 254 +CAB15642.1 P96716 reviewed YWQD_BACSU Tyrosine-protein kinase YwqD (EC 2.7.10.2) ywqD BSU36250 Bacillus subtilis (strain 168) 237 +CAB15643.1 P96715 reviewed YWQC_BACSU Probable capsular polysaccharide biosynthesis protein YwqC ywqC BSU36260 Bacillus subtilis (strain 168) 248 +CAX52703.1 C0H3S3 reviewed YWZD_BACSU Uncharacterized protein YwzD ywzD BSU36269 Bacillus subtilis (strain 168) 47 +CAB15644.2 P96714 reviewed YWQB_BACSU Uncharacterized protein YwqB ywqB BSU36270 Bacillus subtilis (strain 168) 536 +CAB15645.1 P94593 reviewed YWQA_BACSU Uncharacterized ATP-dependent helicase YwqA (EC 3.6.4.-) ywqA BSU36280 Bacillus subtilis (strain 168) 922 +CAB15646.1 P94592 reviewed YWPJ_BACSU Phosphatase YwpJ (EC 3.1.3.-) ywpJ BSU36290 Bacillus subtilis (strain 168) 285 +CAB15647.1 P94591 reviewed GLCR_BACSU HTH-type transcriptional repressor GlcR glcR ywpI BSU36300 Bacillus subtilis (strain 168) 258 +CAB15648.2 C0SPB6 reviewed SSBB_BACSU Single-stranded DNA-binding protein B (SSB B) ssbB ywpH BSU36310 Bacillus subtilis (strain 168) 113 +CAB15649.1 P94589 reviewed YWPG_BACSU Protein YwpG ywpG BSU36320 Bacillus subtilis (strain 168) 127 +CAB15650.1 P94588 reviewed YWPF_BACSU Uncharacterized protein YwpF ywpF BSU36330 Bacillus subtilis (strain 168) 136 +CAB15651.1 P94587 reviewed YWPE_BACSU Putative sortase YwpE (EC 3.4.22.-) ywpE BSU36340 Bacillus subtilis (strain 168) 102 +CAB15652.1 P94586 reviewed YWPD_BACSU Putative uncharacterized protein YwpD ywpD BSU36350 Bacillus subtilis (strain 168) 278 +CAB15653.1 P94585 reviewed MSCL_BACSU Large-conductance mechanosensitive channel mscL ywpC BSU36360 Bacillus subtilis (strain 168) 130 +CAB15654.2 P94584 reviewed FABZ_BACSU 3-hydroxyacyl-[acyl-carrier-protein] dehydratase FabZ (EC 4.2.1.59) ((3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase) ((3R)-hydroxymyristoyl-ACP dehydrase) (Beta-hydroxyacyl-ACP dehydratase) fabZ ywpB BSU36370 Bacillus subtilis (strain 168) 141 +CAB15655.1 P94583 reviewed RAPD_BACSU Regulatory protein RapD rapD ywpA BSU36380 Bacillus subtilis (strain 168) 354 +CAB15656.2 P39753 reviewed FLHP_BACSU Flagellar hook-basal body complex protein FlhP flhP yvyB BSU36390 Bacillus subtilis (strain 168) 269 +CAB15657.1 P39752 reviewed FLHO_BACSU Flagellar hook-basal body complex protein FlhO flhO yvyA BSU36400 Bacillus subtilis (strain 168) 270 +CAB15658.2 P39751 reviewed MBL_BACSU Cell shape-determining protein Mbl (Actin-like Mbl protein) (Rod shape-determining protein Mbl) mbl BSU36410 Bacillus subtilis (strain 168) 333 +CAB15659.1 P15281 reviewed SP3D_BACSU Stage III sporulation protein D (14 kDa transcription factor) spoIIID BSU36420 Bacillus subtilis (strain 168) 93 +CAB15660.1 O32276 reviewed USD_BACSU Protein usd usd BSU36430 Bacillus subtilis (strain 168) 36 +CAB15661.1 P94578 reviewed YWOH_BACSU Uncharacterized HTH-type transcriptional regulator YwoH ywoH BSU36440 Bacillus subtilis (strain 168) 137 +CAB15662.1 P94577 reviewed YWOG_BACSU Uncharacterized MFS-type transporter YwoG ywoG BSU36450 Bacillus subtilis (strain 168) 396 +CAB15663.1 P94576 reviewed YWOF_BACSU Uncharacterized protein YwoF ywoF BSU36460 Bacillus subtilis (strain 168) 468 +CAB15664.1 P94575 reviewed ALLP_BACSU Allantoin permease (Allantoin transport protein) (Allantoin transporter) pucI ywoE BSU36470 Bacillus subtilis (strain 168) 490 +CAB15665.1 P94574 reviewed YWOD_BACSU Uncharacterized MFS-type transporter YwoD ywoD BSU36480 Bacillus subtilis (strain 168) 452 +CAB15666.2 P94573 reviewed YWOC_BACSU Uncharacterized isochorismatase family protein YwoC (EC 3.-.-.-) ywoC BSU36490 Bacillus subtilis (strain 168) 189 +CAB15667.1 P94572 reviewed YWOB_BACSU Uncharacterized protein YwoB ywoB BSU36500 Bacillus subtilis (strain 168) 154 +CAB15668.1 Q07429 reviewed AMTB_BACSU Ammonium transporter (Membrane protein NrgA) (Protein AmtB) nrgA amtB BSU36510 Bacillus subtilis (strain 168) 404 +CAB15669.1 Q07428 reviewed NRGB_BACSU Nitrogen regulatory PII-like protein nrgB BSU36520 Bacillus subtilis (strain 168) 116 +CAB15670.1 P94571 reviewed BCRC_BACSU Undecaprenyl-diphosphatase BcrC (EC 3.6.1.27) (Undecaprenyl pyrophosphate phosphatase) bcrC ywoA BSU36530 Bacillus subtilis (strain 168) 193 +CAB15671.1 P71045 reviewed YWNJ_BACSU Uncharacterized membrane protein YwnJ ywnJ BSU36540 Bacillus subtilis (strain 168) 140 +CAB15672.1 P71044 reviewed SP2Q_BACSU Stage II sporulation protein Q spoIIQ ywnI BSU36550 Bacillus subtilis (strain 168) 283 +CAB15673.1 P71043 reviewed YWNH_BACSU Putative phosphinothricin acetyltransferase YwnH (PPT N-acetyltransferase) (EC 2.3.1.183) ywnH BSU36560 Bacillus subtilis (strain 168) 163 +CAB15674.1 P71042 reviewed YWNG_BACSU Uncharacterized protein YwnG ywnG BSU36570 Bacillus subtilis (strain 168) 172 +SOX90601.1 A0A2K4Z9M8 unreviewed A0A2K4Z9M8_BACSU Uncharacterized protein BSU_36575 HIR78_21000 Bacillus subtilis (strain 168) 43 +CAB15675.1 P71041 reviewed YWNF_BACSU Uncharacterized protein YwnF ywnF BSU36580 Bacillus subtilis (strain 168) 144 +CAB15676.1 P71040 reviewed CLSA_BACSU Major cardiolipin synthase ClsA (CL synthase 2) (EC 2.7.8.-) clsA ywnE BSU36590 Bacillus subtilis (strain 168) 482 +CAB15677.1 P71039 reviewed MTA_BACSU HTH-type transcriptional activator mta (Multidrug transporter activation protein) mta ywnD BSU36600 Bacillus subtilis (strain 168) 257 +CAB15678.1 P71038 reviewed YWNC_BACSU Uncharacterized protein YwnC ywnC BSU36610 Bacillus subtilis (strain 168) 127 +CAB15679.1 P71037 reviewed YWNB_BACSU Uncharacterized protein YwnB ywnB BSU36620 Bacillus subtilis (strain 168) 213 +CAB15680.1 P71036 reviewed YWNA_BACSU Putative HTH-type transcriptional regulator YwnA ywnA BSU36630 Bacillus subtilis (strain 168) 133 +CAB15681.1 P77837 reviewed URE1_BACSU Urease subunit alpha (EC 3.5.1.5) (Urea amidohydrolase subunit alpha) ureC BSU36640 Bacillus subtilis (strain 168) 569 +CAB15682.1 P71035 reviewed URE2_BACSU Urease subunit beta (EC 3.5.1.5) (Urea amidohydrolase subunit beta) ureB BSU36650 Bacillus subtilis (strain 168) 124 +CAB15683.1 P75030 reviewed URE3_BACSU Urease subunit gamma (EC 3.5.1.5) (Urea amidohydrolase subunit gamma) ureA BSU36660 Bacillus subtilis (strain 168) 105 +CAB15684.1 P70964 reviewed CSBD_BACSU Stress response protein CsbD csbD ywmG BSU36670 Bacillus subtilis (strain 168) 62 +CAB15686.1 P70962 reviewed RAPB_BACSU Response regulator aspartate phosphatase B (EC 3.1.3.-) (Protein-aspartate phosphatase RapB) (Stage 0 sporulation protein P) rapB spo0P ywmE BSU36690 Bacillus subtilis (strain 168) 377 +CAB15687.1 P39757 reviewed MOAA_BACSU GTP 3',8-cyclase (EC 4.1.99.22) (Molybdenum cofactor biosynthesis protein A) moaA narA narAB BSU36700 Bacillus subtilis (strain 168) 341 +CAB15688.1 P39756 reviewed FDHD_BACSU Sulfur carrier protein FdhD fdhD narAA narQ BSU36710 Bacillus subtilis (strain 168) 262 +CAB15689.1 P70966 reviewed YWME_BACSU Uncharacterized protein YwmE ywmE BSU36720 Bacillus subtilis (strain 168) 53 +CAB15690.1 P70961 reviewed YWMD_BACSU Uncharacterized protein YwmD ywmD BSU36730 Bacillus subtilis (strain 168) 224 +SOX90602.1 A0A2K4Z9N3 unreviewed A0A2K4Z9N3_BACSU Uncharacterized protein BSU_36739 HIR78_21095 Bacillus subtilis (strain 168) 46 +CAB15691.1 P70960 reviewed YWMC_BACSU Uncharacterized protein YwmC ywmC BSU36740 Bacillus subtilis (strain 168) 227 +CAB15692.1 P07372 reviewed SP2D_BACSU Stage II sporulation protein D (Stage II sporulation protein C) spoIID spoIIC BSU36750 Bacillus subtilis (strain 168) 343 +CAB15693.1 P70965 reviewed MURA1_BACSU UDP-N-acetylglucosamine 1-carboxyvinyltransferase 1 (EC 2.5.1.7) (Enoylpyruvate transferase 1) (UDP-N-acetylglucosamine enolpyruvyl transferase 1) (EPT 1) murAA murA BSU36760 Bacillus subtilis (strain 168) 436 +CAB15694.1 O32277 reviewed YWMB_BACSU Uncharacterized protein YwmB ywmB BSU36770 Bacillus subtilis (strain 168) 246 +CAB15695.1 O32278 reviewed YWZB_BACSU Uncharacterized membrane protein YwzB ywzB BSU36780 Bacillus subtilis (strain 168) 76 +CAB15696.1 P70958 reviewed YWMA_BACSU Uncharacterized protein YwmA ywmA BSU36790 Bacillus subtilis (strain 168) 157 +CAB15697.1 P37812 reviewed ATPE_BACSU ATP synthase epsilon chain (ATP synthase F1 sector epsilon subunit) (F-ATPase epsilon subunit) atpC BSU36800 Bacillus subtilis (strain 168) 132 +CAB15698.1 P37809 reviewed ATPB_BACSU ATP synthase subunit beta (EC 7.1.2.2) (ATP synthase F1 sector subunit beta) (F-ATPase subunit beta) (Vegetative protein 31) (VEG31) atpD BSU36810 Bacillus subtilis (strain 168) 473 +CAB15699.1 P37810 reviewed ATPG_BACSU ATP synthase gamma chain (ATP synthase F1 sector gamma subunit) (F-ATPase gamma subunit) atpG BSU36820 Bacillus subtilis (strain 168) 287 +CAB15700.1 P37808 reviewed ATPA_BACSU ATP synthase subunit alpha (EC 7.1.2.2) (ATP synthase F1 sector subunit alpha) (F-ATPase subunit alpha) (Vegetative protein 100) (VEG100) atpA BSU36830 Bacillus subtilis (strain 168) 502 +CAB15701.1 P37811 reviewed ATPD_BACSU ATP synthase subunit delta (ATP synthase F(1) sector subunit delta) (F-type ATPase subunit delta) (F-ATPase subunit delta) atpH BSU36840 Bacillus subtilis (strain 168) 181 +CAB15702.1 P37814 reviewed ATPF_BACSU ATP synthase subunit b (ATP synthase F(0) sector subunit b) (ATPase subunit I) (F-type ATPase subunit b) (F-ATPase subunit b) atpF BSU36850 Bacillus subtilis (strain 168) 170 +CAB15703.1 P37815 reviewed ATPL_BACSU ATP synthase subunit c (ATP synthase F(0) sector subunit c) (F-type ATPase subunit c) (F-ATPase subunit c) (Lipid-binding protein) atpE BSU36860 Bacillus subtilis (strain 168) 70 +CAB15704.1 P37813 reviewed ATP6_BACSU ATP synthase subunit a (ATP synthase F0 sector subunit a) (F-ATPase subunit 6) atpB BSU36870 Bacillus subtilis (strain 168) 244 +CAB15705.1 P37816 reviewed ATPZ_BACSU ATP synthase protein I atpI BSU36880 Bacillus subtilis (strain 168) 127 +CAB15706.1 P39149 reviewed UPP_BACSU Uracil phosphoribosyltransferase (EC 2.4.2.9) (UMP pyrophosphorylase) (UPRTase) upp BSU36890 ipc-35d Bacillus subtilis (strain 168) 209 +CAB15707.1 P39148 reviewed GLYA_BACSU Serine hydroxymethyltransferase (SHMT) (Serine methylase) (EC 2.1.2.1) glyA glyC BSU36900 ipc-34d Bacillus subtilis (strain 168) 415 +CAB15708.1 P39157 reviewed YWLG_BACSU UPF0340 protein YwlG ywlG BSU36910 ipc-33d Bacillus subtilis (strain 168) 180 +CAB15709.1 P39156 reviewed YWLF_BACSU Putative sugar phosphate isomerase YwlF (EC 5.3.1.-) ywlF BSU36920 ipc-32d Bacillus subtilis (strain 168) 149 +CAB15710.1 P39155 reviewed PAP_BACSU Protein-arginine-phosphatase (PAP) (EC 3.9.1.2) (Phosphoarginine phosphatase) ywlE BSU36930 ipc-31d Bacillus subtilis (strain 168) 150 +CAB15711.1 P39154 reviewed MNTP_BACSU Putative manganese efflux pump MntP mntP ywlD BSU36940 ipc-30d Bacillus subtilis (strain 168) 185 +CAB15712.1 P39153 reviewed SUA5_BACSU Threonylcarbamoyl-AMP synthase (TC-AMP synthase) (EC 2.7.7.87) (L-threonylcarbamoyladenylate synthase) (t(6)A37 threonylcarbamoyladenosine biosynthesis protein YwlC) (tRNA threonylcarbamoyladenosine biosynthesis protein YwlC) ywlC BSU36950 ipc-29d Bacillus subtilis (strain 168) 346 +CAB15713.1 P39152 reviewed YWLB_BACSU Uncharacterized protein YwlB ywlB BSU36960 ipc-28d Bacillus subtilis (strain 168) 147 +CAB15714.1 P39151 reviewed SP2R_BACSU Stage II sporulation protein R spoIIR BSU36970 ipc-27d Bacillus subtilis (strain 168) 224 +CAB15715.1 P39150 reviewed YWLA_BACSU UPF0715 membrane protein YwlA ywlA BSU36980 ipc-26r Bacillus subtilis (strain 168) 120 +CAB15716.1 P45874 reviewed YWKF_BACSU Uncharacterized protein YwkF ywkF BSU36990 Bacillus subtilis (strain 168) 95 +CAB15717.1 P45873 reviewed PRMC_BACSU Release factor glutamine methyltransferase (RF MTase) (EC 2.1.1.297) (N5-glutamine methyltransferase PrmC) (Protein-(glutamine-N5) MTase PrmC) (Protein-glutamine N-methyltransferase PrmC) prmC ywkE BSU37000 Bacillus subtilis (strain 168) 288 +CAB15718.1 P45872 reviewed RF1_BACSU Peptide chain release factor 1 (RF-1) prfA BSU37010 Bacillus subtilis (strain 168) 356 +CAB15719.1 P45871 reviewed YWKD_BACSU Uncharacterized protein YwkD ywkD BSU37020 Bacillus subtilis (strain 168) 128 +CAB15720.1 P45870 reviewed RACA_BACSU Chromosome-anchoring protein RacA racA ywkC BSU37030 Bacillus subtilis (strain 168) 184 +CAB15721.1 P45869 reviewed YWKB_BACSU Uncharacterized transporter YwkB ywkB BSU37040 Bacillus subtilis (strain 168) 319 +CAB15722.1 P45868 reviewed MAO2_BACSU NAD-dependent malic enzyme 2 (NAD-ME 2) (EC 1.1.1.38) (Malate dehydrogenase MaeA) (Malic enzyme A) maeA ywkA BSU37050 Bacillus subtilis (strain 168) 582 +CAB15723.1 Q03221 reviewed KITH_BACSU Thymidine kinase (EC 2.7.1.21) tdk BSU37060 Bacillus subtilis (strain 168) 195 +CAB15724.1 Q03223 reviewed RL31_BACSU Large ribosomal subunit protein bL31 (50S ribosomal protein L31) rpmE BSU37070 Bacillus subtilis (strain 168) 66 +CAB15725.2 Q03222 reviewed RHO_BACSU Transcription termination factor Rho (EC 3.6.4.-) (ATP-dependent helicase Rho) rho BSU37080 Bacillus subtilis (strain 168) 427 +CCQ48606.1 L8EA05 unreviewed L8EA05_BACSU Uncharacterized protein BSU_37089 HIR78_21275 Bacillus subtilis (strain 168) 53 +CAB15726.1 Q03224 reviewed GLPX_BACSU Fructose-1,6-bisphosphatase class 2 (FBPase class 2) (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase class 2) glpX ywjI BSU37090 Bacillus subtilis (strain 168) 321 +CAB15727.2 P19670 reviewed MURA2_BACSU UDP-N-acetylglucosamine 1-carboxyvinyltransferase 2 (EC 2.5.1.7) (Enoylpyruvate transferase 2) (UDP-N-acetylglucosamine enolpyruvyl transferase 2) (EPT 2) murAB murA murZ BSU37100 Bacillus subtilis (strain 168) 429 +CAB15728.3 P19669 reviewed TAL_BACSU Transaldolase (EC 2.2.1.2) (20 kDa phosphoprotein OrfU) (CSI9) tal ywjH BSU37110 Bacillus subtilis (strain 168) 212 +CAB15729.1 P13243 reviewed ALF_BACSU Probable fructose-bisphosphate aldolase (FBP aldolase) (FBPA) (EC 4.1.2.13) (Fructose-1,6-bisphosphate aldolase) fbaA fba fba1 tsr BSU37120 Bacillus subtilis (strain 168) 285 +CAB15730.1 P06628 reviewed SP0F_BACSU Sporulation initiation phosphotransferase F (EC 2.7.-.-) (Stage 0 sporulation protein F) spo0F BSU37130 Bacillus subtilis (strain 168) 124 +CAB15731.1 P06629 reviewed YWJG_BACSU Uncharacterized protein YwjG ywjG BSU37140 Bacillus subtilis (strain 168) 173 +CAB15743.1 P13242 reviewed PYRG_BACSU CTP synthase (EC 6.3.4.2) (Cytidine 5'-triphosphate synthase) (Cytidine triphosphate synthetase) (CTP synthetase) (CTPS) (UTP--ammonia ligase) pyrG ctrA BSU37150 Bacillus subtilis (strain 168) 535 +CAB15744.1 P12464 reviewed RPOE_BACSU DNA-directed RNA polymerase subunit delta (RNAP delta factor) rpoE BSU37160 Bacillus subtilis (strain 168) 173 +CAB15745.1 P45867 reviewed ACDA_BACSU Acyl-CoA dehydrogenase (EC 1.3.99.-) acdA acd BSU37170 Bacillus subtilis (strain 168) 379 +CAB15746.1 P45866 reviewed FADF_BACSU Probable iron-sulfur-binding oxidoreductase FadF (EC 1.-.-.-) fadF ywjF BSU37180 Bacillus subtilis (strain 168) 705 +CAB15747.1 P45865 reviewed CLSB_BACSU Minor cardiolipin synthase ClsB clsB ywjE BSU37190 Bacillus subtilis (strain 168) 398 +CAB15748.1 P45864 reviewed UVSE_BACSU UV DNA damage endonuclease (UV-endonuclease) (UVED) (EC 3.-.-.-) uvsE ywjD BSU37200 Bacillus subtilis (strain 168) 320 +CAB15749.1 P45863 reviewed YWJC_BACSU Uncharacterized protein YwjC ywjC BSU37210 Bacillus subtilis (strain 168) 90 +CAB15750.1 P45862 reviewed YWJB_BACSU Uncharacterized protein YwjB ywjB BSU37220 Bacillus subtilis (strain 168) 174 +CAB15751.1 P45861 reviewed YWJA_BACSU Uncharacterized ABC transporter ATP-binding protein YwjA ywjA BSU37230 Bacillus subtilis (strain 168) 575 +CAB15752.1 P45860 reviewed CLS1_BACSU Probable cardiolipin synthase YwiE (CL synthase 1) (EC 2.7.8.-) ywiE BSU37240 Bacillus subtilis (strain 168) 500 +CAB15753.1 P42177 reviewed NARI_BACSU Nitrate reductase gamma chain (EC 1.7.5.1) narI BSU37250 Bacillus subtilis (strain 168) 223 +CAB15754.1 P42178 reviewed NARJ_BACSU Probable nitrate reductase molybdenum cofactor assembly chaperone NarJ narJ BSU37260 Bacillus subtilis (strain 168) 184 +CAB15755.1 P42176 reviewed NARH_BACSU Nitrate reductase beta chain (EC 1.7.5.1) narH BSU37270 Bacillus subtilis (strain 168) 487 +CAB15756.2 P42175 reviewed NARG_BACSU Nitrate reductase alpha chain (EC 1.7.5.1) narG BSU37280 Bacillus subtilis (strain 168) 1228 +CAB15757.1 P46910 reviewed ARFM_BACSU Probable transcription regulator ArfM (Anaerobic respiration and fermentation modulator) arfM BSU37290 Bacillus subtilis (strain 168) 158 +CAB15758.1 P46909 reviewed YWIC_BACSU Uncharacterized protein YwiC ywiC BSU37300 Bacillus subtilis (strain 168) 239 +CAB15759.1 P46908 reviewed FNR_BACSU Anaerobic regulatory protein fnr BSU37310 Bacillus subtilis (strain 168) 238 +CAB15760.2 P46907 reviewed NARK_BACSU Nitrite extrusion protein (Nitrite facilitator) narK BSU37320 Bacillus subtilis (strain 168) 395 +CAB15761.1 P46906 reviewed SYR_BACSU Arginine--tRNA ligase (EC 6.1.1.19) (Arginyl-tRNA synthetase) (ArgRS) argS BSU37330 Bacillus subtilis (strain 168) 556 +CAB15762.1 O07624 reviewed YWIB_BACSU Uncharacterized beta-barrel protein YwiB ywiB BSU37340 Bacillus subtilis (strain 168) 142 +CAB15763.1 O07623 reviewed SBOA_BACSU Subtilosin-A (Antilisterial bacteriocin subtilosin) sboA sbo BSU37350 Bacillus subtilis (strain 168) 43 +CAE01468.1 Q7WY57 reviewed SBOX_BACSU Bacteriocin-like protein SboX sboX BSU37360 Bacillus subtilis (strain 168) 50 +CAB15764.1 P71011 reviewed ALBA_BACSU Antilisterial bacteriocin subtilosin biosynthesis protein AlbA (EC 1.21.98.-) albA ywiA BSU37370 Bacillus subtilis (strain 168) 448 +CAB15765.1 P71010 reviewed ALBB_BACSU Antilisterial bacteriocin subtilosin biosynthesis protein AlbB albB ywhR BSU37380 Bacillus subtilis (strain 168) 53 +CAB15766.1 P71009 reviewed ALBC_BACSU Putative ABC transporter ATP-binding protein AlbC (Antilisterial bacteriocin subtilosin biosynthesis protein AlbC) albC ywhQ BSU37390 Bacillus subtilis (strain 168) 239 +CAB15767.1 P71008 reviewed ALBD_BACSU Antilisterial bacteriocin subtilosin biosynthesis protein AlbD albD ywhP BSU37400 Bacillus subtilis (strain 168) 436 +CAB15768.1 P71007 reviewed ALBE_BACSU Antilisterial bacteriocin subtilosin biosynthesis protein AlbE albE ywhO BSU37410 Bacillus subtilis (strain 168) 386 +CAB15769.1 P71006 reviewed ALBF_BACSU Putative zinc protease AlbF (EC 3.4.24.-) (Antilisterial bacteriocin subtilosin biosynthesis protein AlbF) albF ywhN BSU37420 Bacillus subtilis (strain 168) 426 +CAB15770.1 P71005 reviewed ALBG_BACSU Antilisterial bacteriocin subtilosin biosynthesis protein AlbG albG ywhM BSU37430 Bacillus subtilis (strain 168) 233 +CAB15771.1 P71004 reviewed YWHL_BACSU Uncharacterized protein YwhL ywhL BSU37440 Bacillus subtilis (strain 168) 458 +CAB15772.1 P71003 reviewed YWHK_BACSU Uncharacterized protein YwhK ywhK BSU37450 Bacillus subtilis (strain 168) 451 +CAB15773.1 P71002 reviewed RAPF_BACSU Regulatory protein RapF rapF ywhJ BSU37460 Bacillus subtilis (strain 168) 381 +CAB15774.1 P71001 reviewed PHRF_BACSU RapF inhibitor (Signaling peptide PhrF) phrF ywhI BSU37470 Bacillus subtilis (strain 168) 39 +CAB15775.1 P71000 reviewed YWHH_BACSU Uncharacterized protein YwhH ywhH BSU37480 Bacillus subtilis (strain 168) 157 +CAB15776.1 P70999 reviewed SPEB_BACSU Agmatinase (EC 3.5.3.11) (Agmatine ureohydrolase) (AUH) speB ywhG BSU37490 Bacillus subtilis (strain 168) 290 +CAB15777.1 P70998 reviewed SPEE_BACSU Polyamine aminopropyltransferase (Putrescine aminopropyltransferase) (PAPT) (Spermidine synthase) (SPDS) (SPDSY) (EC 2.5.1.16) speE ywhF BSU37500 Bacillus subtilis (strain 168) 276 +CAB15778.2 P70997 reviewed PBPG_BACSU Penicillin-binding protein 2D (PBP-2D) (PBP2d) [Includes: Penicillin-insensitive transglycosylase (EC 2.4.1.129) (Peptidoglycan TGase); Penicillin-sensitive transpeptidase (EC 3.4.16.4) (DD-transpeptidase)] pbpG ywhE BSU37510 Bacillus subtilis (strain 168) 691 +CAB15779.1 P70996 reviewed YWHD_BACSU Uncharacterized protein YwhD ywhD BSU37520 Bacillus subtilis (strain 168) 172 +CAB15780.1 P70995 reviewed YWHC_BACSU Putative zinc metalloprotease YwhC (EC 3.4.24.-) ywhC BSU37530 Bacillus subtilis (strain 168) 219 +CAB15781.1 P70994 reviewed 4OT_BACSU 2-hydroxymuconate tautomerase (EC 5.3.2.6) ((2Z,4E)-2-hydroxyhexa-2,4-dienedioate keto-enol isomerase) (4-oxalocrotonate tautomerase) (4-OT) ywhB BSU37540 Bacillus subtilis (strain 168) 62 +CAB15782.1 P70993 reviewed YWHA_BACSU Uncharacterized HTH-type transcriptional regulator YwhA ywhA BSU37550 Bacillus subtilis (strain 168) 139 +CAB15783.2 P18256 reviewed SYT2_BACSU Threonine--tRNA ligase 2 (EC 6.1.1.3) (Threonyl-tRNA synthetase 2) (ThrRS 2) thrZ thrS2 BSU37560 Bacillus subtilis (strain 168) 638 +SOX90603.1 A0A2K4Z9N1 unreviewed A0A2K4Z9N1_BACSU Uncharacterized protein BSU_37569 Bacillus subtilis (strain 168) 51 +CAB15784.1 Q00538 reviewed MMR_BACSU Methylenomycin A resistance protein (MMR peptide) mmr BSU37570 Bacillus subtilis (strain 168) 466 +CAB15785.1 P71047 reviewed YWGB_BACSU Putative HTH-type transcriptional regulator YwgB ywgB BSU37580 Bacillus subtilis (strain 168) 156 +CAB15786.1 P71046 reviewed YWGA_BACSU Uncharacterized protein YwgA ywgA BSU37590 Bacillus subtilis (strain 168) 166 +CAB15787.1 P39651 reviewed YWFO_BACSU Uncharacterized protein YwfO ywfO BSU37600 ipa-93d Bacillus subtilis (strain 168) 433 +CAB15788.1 O32280 reviewed YWZC_BACSU UPF0741 protein YwzC ywzC BSU37610 Bacillus subtilis (strain 168) 74 +CAB15789.1 P39650 reviewed RSFA_BACSU Prespore-specific transcriptional regulator RsfA rsfA ywfN BSU37620 ipa-92r Bacillus subtilis (strain 168) 258 +CAB15790.1 P39649 reviewed YWFM_BACSU Uncharacterized transporter YwfM ywfM BSU37630 ipa-91d Bacillus subtilis (strain 168) 296 +CAB15791.1 P39648 reviewed LIPL_BACSU Octanoyl-[GcvH]:protein N-octanoyltransferase (EC 2.3.1.204) (Octanoyl-[GcvH]:E2 amidotransferase) lipL ywfL BSU37640 ipa-90d Bacillus subtilis (strain 168) 281 +CAB15792.1 P39647 reviewed CYSL_BACSU HTH-type transcriptional regulator CysL (CysJI operon transcriptional activator) cysL ywfK BSU37650 ipa-89d Bacillus subtilis (strain 168) 299 +CAB15793.1 P39646 reviewed PTAS_BACSU Phosphate acetyltransferase (EC 2.3.1.8) (Phosphotransacetylase) (Vegetative protein 43) (VEG43) pta ywfJ BSU37660 ipa-88d Bacillus subtilis (strain 168) 323 +CAB15794.1 P39645 reviewed CHDC_BACSU Coproheme decarboxylase (EC 1.3.98.5) (Coproheme III oxidative decarboxylase) (Hydrogen peroxide-dependent heme synthase) (Iron-coproporphyrin oxidative decarboxylase) chdC hemQ ywfI BSU37670 ipa-87r Bacillus subtilis (strain 168) 254 +CAB15795.1 P39644 reviewed BACG_BACSU NADPH-dependent reductase BacG (EC 1.3.1.-) (Bacilysin biosynthesis oxidoreductase YwfH) (H2HPP reductase) bacG ywfH BSU37680 ipa-86r Bacillus subtilis (strain 168) 259 +CAB15796.1 P39643 reviewed BACF_BACSU Transaminase BacF (EC 2.6.1.-) (Transaminase A) bacF ywfG BSU37690 ipa-85d Bacillus subtilis (strain 168) 399 +CAB15797.1 P39642 reviewed BACE_BACSU Putative bacilysin exporter BacE bacE ywfF BSU37700 ipa-84d Bacillus subtilis (strain 168) 394 +CAB15798.1 P39641 reviewed BACD_BACSU Alanine--anticapsin ligase (EC 6.3.2.49) (ATP-dependent dipeptide ligase) (Bacilysin synthetase) (L-Ala-L-amino acid dipeptide ligase) (L-alanine--L-anticapsin ligase) (L-amino acid ligase) (Lal) bacD ywfE BSU37710 ipa-83d Bacillus subtilis (strain 168) 472 +CAB15799.2 P39640 reviewed BACC_BACSU Dihydroanticapsin 7-dehydrogenase (EC 1.1.1.385) (Bacilysin biosynthesis oxidoreductase BacC) bacC ywfD BSU37720 ipa-82d Bacillus subtilis (strain 168) 253 +CAB15800.1 P39639 reviewed BACB_BACSU H2HPP isomerase (EC 5.3.3.19) (3-((4R)-4-hydroxycyclohexa-1,5-dien-1-yl)-2-oxopropanoate isomerase) (Bacilysin biosynthesis protein BacB) (Bi-cupin protein) bacB ywfC BSU37730 ipa-81d Bacillus subtilis (strain 168) 235 +CAB15801.1 P39638 reviewed BACA_BACSU Prephenate decarboxylase (EC 4.1.1.100) (Bacilysin biosynthesis protein BacA) (Non-aromatizing prephenate decarboxylase) bacA ywfB BSU37740 ipa-80d Bacillus subtilis (strain 168) 204 +CAB15802.1 P39637 reviewed YWFA_BACSU Uncharacterized MFS-type transporter YwfA ywfA BSU37750 ipa-79d Bacillus subtilis (strain 168) 412 +CAB15803.1 P39636 reviewed ROCC_BACSU Amino-acid permease RocC rocC BSU37760 ipa-78d Bacillus subtilis (strain 168) 470 +CAB15804.1 P39635 reviewed ROCB_BACSU Protein RocB rocB BSU37770 ipa-77d Bacillus subtilis (strain 168) 566 +CAB15805.1 P39634 reviewed ROCA_BACSU 1-pyrroline-5-carboxylate dehydrogenase (P5C dehydrogenase) (EC 1.2.1.88) (L-glutamate gamma-semialdehyde dehydrogenase) rocA BSU37780 ipa-76d Bacillus subtilis (strain 168) 515 +CAB15806.2 P39633 reviewed DHE2_BACSU Catabolic NAD-specific glutamate dehydrogenase RocG (NAD-GDH) (EC 1.4.1.2) (Glutamate dehydrogenase) (GlutDH) (Trigger enzyme RocG) rocG gudA yweB BSU37790 ipa-75d Bacillus subtilis (strain 168) 424 +CAB15807.1 P39632 reviewed BSLB_BACSU Probable biofilm-surface layer protein B bslB yweA BSU37800 ipa-74d Bacillus subtilis (strain 168) 154 +CAE01469.1 Q7WY56 reviewed SPSL_BACSU Spore coat polysaccharide biosynthesis protein SpsL spsL BSU37810 ipa-73d Bacillus subtilis (strain 168) 151 +CAB15808.3 P39631 reviewed SPSK_BACSU Spore coat polysaccharide biosynthesis protein SpsK spsK BSU37820 ipa-73d Bacillus subtilis (strain 168) 283 +CAB15809.1 P39630 reviewed RMLB_BACSU dTDP-glucose 4,6-dehydratase (EC 4.2.1.46) (Spore coat polysaccharide biosynthesis protein SpsJ) rfbB spsJ BSU37830 ipa-72d Bacillus subtilis (strain 168) 315 +CAB15810.1 P39629 reviewed RMLA_BACSU Glucose-1-phosphate thymidylyltransferase (EC 2.7.7.24) (Spore coat polysaccharide biosynthesis protein SpsI) (dTDP-glucose pyrophosphorylase) (dTDP-glucose synthase) rmlA spsI BSU37840 ipa-71d Bacillus subtilis (strain 168) 246 +CAB15811.1 P39627 reviewed SPSG_BACSU Spore coat polysaccharide biosynthesis protein SpsG spsG spsH BSU37850 ipa-69d/ipa-70d Bacillus subtilis (strain 168) 339 +CAB15812.2 P39626 reviewed SPSF_BACSU Spore coat polysaccharide biosynthesis protein SpsF spsF BSU37860 ipa-68d Bacillus subtilis (strain 168) 240 +CAB15813.1 P39625 reviewed SPSE_BACSU Spore coat polysaccharide biosynthesis protein SpsE spsE BSU37870 ipa-67d Bacillus subtilis (strain 168) 373 +CAB15814.1 P39624 reviewed SPSD_BACSU Spore coat polysaccharide biosynthesis protein SpsD (EC 2.3.1.-) spsD BSU37880 ipa-66d Bacillus subtilis (strain 168) 289 +CAB15815.1 P39623 reviewed SPSC_BACSU Spore coat polysaccharide biosynthesis protein SpsC spsC BSU37890 ipa-65d Bacillus subtilis (strain 168) 389 +CAB15816.2 P39622 reviewed SPSB_BACSU Spore coat polysaccharide biosynthesis protein SpsB spsB BSU37900 ipa-64d Bacillus subtilis (strain 168) 474 +CAB15817.1 P39621 reviewed SPSA_BACSU Spore coat polysaccharide biosynthesis protein SpsA spsA BSU37910 ipa-63d Bacillus subtilis (strain 168) 256 +CAB15818.1 P39620 reviewed GERQ_BACSU Spore coat protein GerQ gerQ ywdL BSU37920 ipa-62r Bacillus subtilis (strain 168) 181 +CAB15819.2 P39619 reviewed YWDK_BACSU UPF0382 membrane protein YwdK ywdK BSU37930 ipa-61d Bacillus subtilis (strain 168) 123 +CAB15820.2 P39618 reviewed YWDJ_BACSU Putative purine permease YwdJ ywdJ BSU37940 ipa-60d Bacillus subtilis (strain 168) 440 +CAB15821.3 P39617 reviewed YWDI_BACSU Uncharacterized protein YwdI ywdI BSU37950 ipa-59d Bacillus subtilis (strain 168) 105 +CAB15822.2 P39616 reviewed ALDH2_BACSU Putative aldehyde dehydrogenase YwdH (EC 1.2.1.3) ywdH BSU37960 ipa-58r Bacillus subtilis (strain 168) 456 +CAB15823.1 P39615 reviewed UNG_BACSU Uracil-DNA glycosylase (UDG) (EC 3.2.2.27) ung ywdG BSU37970 ipa-57d Bacillus subtilis (strain 168) 225 +CAB15824.1 P39614 reviewed YWDF_BACSU Uncharacterized glycosyltransferase YwdF (EC 2.4.-.-) ywdF BSU37980 ipa-56d Bacillus subtilis (strain 168) 268 +CAB15825.1 P39613 reviewed YWDE_BACSU Uncharacterized protein YwdE ywdE BSU37990 ipa-55d Bacillus subtilis (strain 168) 177 +CAB15826.2 P39612 reviewed YWDD_BACSU Uncharacterized protein YwdD ywdD BSU38000 ipa-54d Bacillus subtilis (strain 168) 211 +CAX52706.1 C0H3S6 reviewed YWZG_BACSU Putative DNA-binding protein YwzG ywzG BSU38018 Bacillus subtilis (strain 168) 112 +CAB15828.1 P39610 reviewed PDXK_BACSU Pyridoxine kinase (EC 2.7.1.35) (PN/PL/PM kinase) (Pyridoxal kinase) (Pyridoxamine kinase) (Vitamin B6 kinase) pdxK ywdB BSU38020 ipa-52r Bacillus subtilis (strain 168) 271 +CAB15829.1 P39609 reviewed YWDA_BACSU Uncharacterized protein YwdA ywdA BSU38030 ipa-51d Bacillus subtilis (strain 168) 82 +CAB15830.2 P07819 reviewed SCRB_BACSU Sucrose-6-phosphate hydrolase (Sucrase) (EC 3.2.1.26) (Invertase) sacA BSU38040 ipa-50d Bacillus subtilis (strain 168) 479 +CAB15831.3 P05306 reviewed PTSBC_BACSU PTS system sucrose-specific EIIBC component (EIIBC-Scr) (EII-Scr) [Includes: Sucrose-specific phosphotransferase enzyme IIB component (EC 2.7.1.211) (PTS system sucrose-specific EIIB component); Sucrose permease IIC component (PTS system sucrose-specific EIIC component)] sacP BSU38050 ipa-49d Bacillus subtilis (strain 168) 461 +CAB15832.1 P39608 reviewed YWCJ_BACSU Uncharacterized transporter YwcJ ywcJ BSU38060 ipa-48r Bacillus subtilis (strain 168) 256 +CAB15833.1 P26212 reviewed SACT_BACSU SacPA operon antiterminator sacT BSU38070 ipa-47d Bacillus subtilis (strain 168) 276 +CAB15834.2 P39607 reviewed YWCI_BACSU Uncharacterized protein YwcI ywcI BSU38080 ipa-46d Bacillus subtilis (strain 168) 100 +CAB15835.1 P29141 reviewed SUBV_BACSU Minor extracellular protease Vpr (EC 3.4.21.-) vpr BSU38090 ipa-45r Bacillus subtilis (strain 168) 806 +CAB15836.1 P39606 reviewed YWCH_BACSU Uncharacterized protein YwcH ywcH BSU38100 ipa-44d Bacillus subtilis (strain 168) 333 +CAB15837.1 P39605 reviewed NFRA1_BACSU FMN reductase (NADPH) (EC 1.5.1.38) (NADPH-dependent FMN reductase) (NADPH-dependent nitro/flavin reductase) (NADPH-dependent nitroreductase) (NADPH-dependent oxidoreductase) nfrA1 nfrA ywcG BSU38110 ipa-43d Bacillus subtilis (strain 168) 249 +CAB15838.1 P39604 reviewed RODA_BACSU Peptidoglycan glycosyltransferase RodA (PGT) (EC 2.4.1.129) (Cell elongation protein RodA) (Cell wall polymerase) (Peptidoglycan polymerase) (PG polymerase) (Rod shape-determining protein) rodA ywcF BSU38120 ipa-42d Bacillus subtilis (strain 168) 393 +CAB15839.1 P39603 reviewed YWCE_BACSU Spore morphogenesis and germination protein YwcE ywcE BSU38130 ipa-41r Bacillus subtilis (strain 168) 87 +CAB15840.1 P34959 reviewed QOX4_BACSU Quinol oxidase subunit 4 (EC 1.10.3.-) (Quinol oxidase aa3-600, subunit QoxD) (Quinol oxidase polypeptide IV) qoxD BSU38140 ipa-40d Bacillus subtilis (strain 168) 124 +CAB15841.1 P34958 reviewed QOX3_BACSU Quinol oxidase subunit 3 (EC 1.10.3.-) (Oxidase aa(3)-600 subunit 3) (Quinol oxidase aa3-600, subunit QoxC) (Quinol oxidase polypeptide III) qoxC BSU38150 ipa-39d Bacillus subtilis (strain 168) 204 +CAB15842.1 P34956 reviewed QOX1_BACSU Quinol oxidase subunit 1 (EC 1.10.3.-) (Oxidase aa(3)-600 subunit 1) (Quinol oxidase aa3-600, subunit QoxB) (Quinol oxidase polypeptide I) qoxB BSU38160 ipa-38d Bacillus subtilis (strain 168) 649 +CAB15843.2 P34957 reviewed QOX2_BACSU Quinol oxidase subunit 2 (EC 1.10.3.-) (Oxidase aa(3)-600 subunit 2) (Quinol oxidase aa3-600, subunit QoxA) (Quinol oxidase polypeptide II) qoxA BSU38170 ipa-37d Bacillus subtilis (strain 168) 321 +CAB15844.2 O32282 reviewed YWZA_BACSU UPF0410 protein YwzA ywzA BSU38180 Bacillus subtilis (strain 168) 81 +CAB15845.2 P39575 reviewed GALT_BACSU Galactose-1-phosphate uridylyltransferase (Gal-1-P uridylyltransferase) (EC 2.7.7.12) (UDP-glucose--hexose-1-phosphate uridylyltransferase) galT BSU38190 ipa-36d Bacillus subtilis (strain 168) 513 +CAB15846.1 P39574 reviewed GAL1_BACSU Galactokinase (EC 2.7.1.6) (Galactose kinase) galK BSU38200 ipa-35d Bacillus subtilis (strain 168) 390 +CAB15847.1 P39602 reviewed YWCD_BACSU Uncharacterized membrane protein YwcD ywcD BSU38210 ipa-34d Bacillus subtilis (strain 168) 127 +CAB15848.2 P39601 reviewed YWCC_BACSU Uncharacterized HTH-type transcriptional regulator YwcC ywcC BSU38220 ipa-33d Bacillus subtilis (strain 168) 223 +CAX52707.1 P0C8M5 reviewed SLRA_BACSU Transcriptional regulator SlrA slrA BSU38229 Bacillus subtilis (strain 168) 52 +CAB15849.1 P39600 reviewed YWCB_BACSU Uncharacterized protein YwcB ywcB BSU38230 ipa-32r Bacillus subtilis (strain 168) 102 +CAB15850.2 P39599 reviewed YWCA_BACSU Uncharacterized symporter YwcA ywcA BSU38240 ipa-31r Bacillus subtilis (strain 168) 513 +CAB15851.1 P39598 reviewed YWBO_BACSU Uncharacterized protein YwbO ywbO BSU38250 ipa-30d Bacillus subtilis (strain 168) 200 +CAB15852.1 P39597 reviewed EFEB_BACSU Deferrochelatase (EC 4.98.1.1) (Dye-decolorizing peroxidase) (Peroxidase EfeB) (EC 1.11.1.-) efeB DyP efeN ywbN BSU38260 ipa-29d Bacillus subtilis (strain 168) 416 +CAB15853.1 P39596 reviewed EFEM_BACSU Iron uptake system component EfeM efeM efeO ywbM BSU38270 ipa-28d Bacillus subtilis (strain 168) 385 +CAB15854.2 P39595 reviewed EFEU_BACSU Iron permease EfeU (Fe(3+) ion permease EfeU) (Ferric iron permease EfeU) (Ferric iron uptake protein) efeU ywbL BSU38280 ipa-27d Bacillus subtilis (strain 168) 481 +CAB15855.1 P39594 reviewed THIE_BACSU Thiamine-phosphate synthase (TP synthase) (TPS) (EC 2.5.1.3) (Thiamine-phosphate pyrophosphorylase) (TMP pyrophosphorylase) (TMP-PPase) thiE thiC ywbK BSU38290 ipa-26d Bacillus subtilis (strain 168) 222 +CAB15856.1 P39593 reviewed THIM_BACSU Hydroxyethylthiazole kinase (EC 2.7.1.50) (4-methyl-5-beta-hydroxyethylthiazole kinase) (TH kinase) (Thz kinase) thiM thiK ywbJ BSU38300 ipa-25d Bacillus subtilis (strain 168) 272 +CAB15857.1 P39592 reviewed YWBI_BACSU Uncharacterized HTH-type transcriptional regulator YwbI ywbI BSU38310 ipa-24d Bacillus subtilis (strain 168) 301 +CAB15858.1 P39591 reviewed CIDA_BACSU Holin-like protein CidA cidA ywbH BSU38320 ipa-23r Bacillus subtilis (strain 168) 128 +CAB15859.2 P39590 reviewed YWBG_BACSU Uncharacterized protein YwbG ywbG BSU38330 ipa-22r Bacillus subtilis (strain 168) 225 +CAB15860.1 P39589 reviewed YWBF_BACSU Uncharacterized transporter YwbF ywbF BSU38340 ipa-21r Bacillus subtilis (strain 168) 399 +CAB15861.1 P39588 reviewed YWBE_BACSU Uncharacterized protein YwbE ywbE BSU38350 ipa-20r Bacillus subtilis (strain 168) 65 +CAB15862.1 P39587 reviewed YWBD_BACSU Putative ribosomal RNA large subunit methyltransferase YwbD (EC 2.1.1.-) ywbD BSU38360 ipa-19d Bacillus subtilis (strain 168) 396 +CAB15863.1 P39586 reviewed YWBC_BACSU Uncharacterized protein YwbC ywbC BSU38370 ipa-18r Bacillus subtilis (strain 168) 126 +CAB15864.1 P39585 reviewed YWBB_BACSU Uncharacterized protein YwbB ywbB BSU38380 ipa-17d Bacillus subtilis (strain 168) 225 +CAB15865.1 P39584 reviewed YWBA_BACSU Putative permease IIC component YwbA (Putative PTS system EIIC component) ywbA BSU38390 ipa-16d Bacillus subtilis (strain 168) 444 +CAB15866.1 P16396 reviewed SUBE_BACSU Minor extracellular protease Epr (EC 3.4.21.-) epr BSU38400 ipa-15r Bacillus subtilis (strain 168) 645 +CAB15867.1 P15400 reviewed SACX_BACSU Probable PTS system sucrose-specific EIIBC component (Negative regulator of SacY activity) [Includes: Phosphotransferase enzyme IIB component (EC 2.7.1.-) (PTS system EIIB component); Permease IIC component (PTS system EIIC component)] sacX sacS BSU38410 ipa-14r Bacillus subtilis (strain 168) 459 +CAB15868.1 P15401 reviewed SACY_BACSU Levansucrase and sucrase synthesis operon antiterminator sacY sacS BSU38420 ipa-13r Bacillus subtilis (strain 168) 280 +CAB15869.1 P25148 reviewed GSPA_BACSU General stress protein A gspA ywaG BSU38430 ipa-12d Bacillus subtilis (strain 168) 286 +CAB15870.1 P25149 reviewed YWAF_BACSU Uncharacterized protein YwaF (ORF1) ywaF BSU38440 ipa-11d Bacillus subtilis (strain 168) 237 +CAB15871.1 P25150 reviewed YWAE_BACSU Uncharacterized HTH-type transcriptional regulator YwaE ywaE BSU38450 ipa-10r Bacillus subtilis (strain 168) 171 +CAB15872.1 P25151 reviewed SYY2_BACSU Tyrosine--tRNA ligase 2 (EC 6.1.1.1) (Tyrosyl-tRNA synthetase 2) (TyrRS 2) tyrS2 tyrR tyrS1 tyrT tyrZ BSU38460 ipa-9r Bacillus subtilis (strain 168) 413 +CAB15873.1 P25152 reviewed BSAP_BACSU Aminopeptidase YwaD (Arginyl aminopeptidase) (EC 3.4.11.6) (BSAP) (Leucyl aminopeptidase) (EC 3.4.11.10) ywaD BSU38470 ipa-8r Bacillus subtilis (strain 168) 455 +CAB15874.1 P39583 reviewed YWAC_BACSU GTP pyrophosphokinase YwaC (EC 2.7.6.5) ((p)ppGpp synthase YwaC) (Small alarmone synthase 2) (SAS 2) ywaC BSU38480 ipa-7d Bacillus subtilis (strain 168) 210 +CAB15875.1 P39582 reviewed MENA_BACSU 1,4-dihydroxy-2-naphthoate octaprenyltransferase (DHNA-octaprenyltransferase) (EC 2.5.1.74) menA ywaB BSU38490 ipa-6d Bacillus subtilis (strain 168) 311 +SOX90604.1 A0A2K4Z9N6 unreviewed A0A2K4Z9N6_BACSU Uncharacterized protein BSU_38495 HIR78_22000 Bacillus subtilis (strain 168) 44 +CAX52708.1 C0H3T3 reviewed YWZH_BACSU Uncharacterized membrane protein YwzH ywzH BSU38499 Bacillus subtilis (strain 168) 49 +CAB15876.1 P39581 reviewed DLTA_BACSU D-alanine--D-alanyl carrier protein ligase (DCL) (EC 6.2.1.54) (D-alanine--poly(phosphoribitol) ligase subunit 1) (D-alanine-activating enzyme) (DAE) dltA dae BSU38500 ipa-5r Bacillus subtilis (strain 168) 503 +CAB15877.1 P39580 reviewed DLTB_BACSU Teichoic acid D-alanyltransferase (EC 2.3.1.-) dltB BSU38510 ipa-4r Bacillus subtilis (strain 168) 395 +CAB15878.1 P39579 reviewed DLTC_BACSU D-alanyl carrier protein (DCP) (D-alanine--poly(phosphoribitol) ligase subunit 2) dltC BSU38520 ipa-3r Bacillus subtilis (strain 168) 78 +CAB15879.1 P39578 reviewed DLTD_BACSU Protein DltD dltD BSU38530 ipa-2r Bacillus subtilis (strain 168) 392 +CAB15880.2 P39577 reviewed DLTE_BACSU Uncharacterized oxidoreductase DltE (EC 1.-.-.-) dltE BSU38540 ipa-1r Bacillus subtilis (strain 168) 252 +CAB15881.2 P39576 reviewed ILVE2_BACSU Branched-chain-amino-acid aminotransferase 2 (BCAT 2) (EC 2.6.1.42) (Vegetative protein 85) (VEG85) ilvK ywaA BSU38550 ipa-0r Bacillus subtilis (strain 168) 363 +CAB15882.1 P46320 reviewed LICH_BACSU Probable 6-phospho-beta-glucosidase (EC 3.2.1.86) licH celD celF BSU38560 Bacillus subtilis (strain 168) 442 +CAB15883.1 P46319 reviewed PTJA_BACSU Lichenan-specific phosphotransferase enzyme IIA component (EIIA-Lic) (EIII-Lic) (PTS system lichenan-specific EIIA component) licA celC BSU38570 Bacillus subtilis (strain 168) 110 +CAB15884.1 P46317 reviewed PTJC_BACSU Lichenan permease IIC component (EIIC-Lic) (PTS system lichenan-specific EIIC component) licC celB BSU38580 Bacillus subtilis (strain 168) 452 +CAB15885.1 P46318 reviewed PTJB_BACSU Lichenan-specific phosphotransferase enzyme IIB component (EC 2.7.1.-) (EIIB-Lic) (PTS system lichenan-specific EIIB component) licB celA BSU38590 Bacillus subtilis (strain 168) 102 +CAB15886.1 P46321 reviewed LICR_BACSU Probable licABCH operon regulator [Includes: Putative phosphotransferase enzyme IIB component (EC 2.7.1.-) (Putative PTS system EIIB component); Putative phosphotransferase enzyme IIA component (Putative PTS system EIIA component)] licR celR BSU38600 Bacillus subtilis (strain 168) 641 +CAB15887.1 O32283 reviewed YXZF_BACSU Uncharacterized protein YxzF yxzF BSU38610 Bacillus subtilis (strain 168) 52 +CAB15888.1 P94378 reviewed 3MGH_BACSU Putative 3-methyladenine DNA glycosylase (EC 3.2.2.-) yxlJ BSU38620 Bacillus subtilis (strain 168) 196 +CAB15889.1 P94377 reviewed CATX_BACSU Catalase X (EC 1.11.1.6) katX yxlI BSU38630 Bacillus subtilis (strain 168) 547 +CAB15890.1 P94376 reviewed YXLH_BACSU Uncharacterized MFS-type transporter YxlH yxlH BSU38640 Bacillus subtilis (strain 168) 400 +CAB15891.2 P94375 reviewed YXLG_BACSU Uncharacterized transmembrane protein YxlG yxlG BSU38650 Bacillus subtilis (strain 168) 258 +CAB15892.1 P94374 reviewed YXLF_BACSU Uncharacterized ABC transporter ATP-binding protein YxlF (EC 7.-.-.-) yxlF BSU38660 Bacillus subtilis (strain 168) 295 +CAB15893.1 P94373 reviewed YXLE_BACSU Negative regulatory protein YxlE yxlE BSU38670 Bacillus subtilis (strain 168) 62 +CAB15894.1 P94372 reviewed YXLD_BACSU Negative regulatory protein YxlD yxlD BSU38680 Bacillus subtilis (strain 168) 68 +CAB15895.1 P94371 reviewed YXLC_BACSU Uncharacterized protein YxlC yxlC BSU38690 Bacillus subtilis (strain 168) 106 +CAB15896.1 P94370 reviewed SIGY_BACSU RNA polymerase sigma factor SigY sigY yxlB BSU38700 Bacillus subtilis (strain 168) 178 +CAB15897.1 P94369 reviewed YXLA_BACSU Putative purine-cytosine permease YxlA yxlA BSU38710 Bacillus subtilis (strain 168) 457 +CAB15898.1 P94368 reviewed NNRD_BACSU ADP-dependent (S)-NAD(P)H-hydrate dehydratase (EC 4.2.1.136) (ADP-dependent NAD(P)HX dehydratase) nnrD yxkO BSU38720 Bacillus subtilis (strain 168) 276 +CAB15899.1 P94367 reviewed CYDD_BACSU Glutathione/L-cysteine transport system ATP-binding/permease protein CydD (EC 7.4.2.-) cydD yxkN BSU38730 Bacillus subtilis (strain 168) 575 +CAB15900.1 P94366 reviewed CYDC_BACSU Glutathione/L-cysteine transport system ATP-binding/permease protein CydC (EC 7.4.2.-) cydC yxkM BSU38740 Bacillus subtilis (strain 168) 567 +CAB15901.1 P94365 reviewed CYDB_BACSU Cytochrome bd ubiquinol oxidase subunit 2 (EC 7.1.1.7) (Cytochrome d ubiquinol oxidase subunit II) cydB yxkL BSU38750 Bacillus subtilis (strain 168) 338 +CAB15902.1 P94364 reviewed CYDA_BACSU Cytochrome bd ubiquinol oxidase subunit 1 (EC 7.1.1.7) (Cytochrome d ubiquinol oxidase subunit I) cydA yxkK BSU38760 Bacillus subtilis (strain 168) 468 +CAB15903.1 P94363 reviewed CIMH_BACSU Citrate/malate transporter (Citrate/malate-proton symporter) cimH yxkJ BSU38770 Bacillus subtilis (strain 168) 450 +CAB15904.1 P94362 reviewed YXKI_BACSU Putative membrane metalloprotease YxkI (EC 3.4.24.-) yxkI BSU38780 Bacillus subtilis (strain 168) 562 +CAB15905.1 O32284 reviewed YXZE_BACSU Uncharacterized protein YxzE yxzE BSU38790 Bacillus subtilis (strain 168) 66 +CAB15906.1 P94361 reviewed YXKH_BACSU Putative polysaccharide deacetylase YxkH (EC 3.-.-.-) yxkH BSU38800 Bacillus subtilis (strain 168) 279 +CAB15907.1 P94360 reviewed MSMX_BACSU Oligosaccharides import ATP-binding protein MsmX (EC 7.5.2.-) (Maltodextrin import ATP-binding protein MsmX) (Melibiose/raffinose/stachyose import ATP-binding protein MsmX) msmX yxkG BSU38810 Bacillus subtilis (strain 168) 365 +CAB15908.1 P94359 reviewed YXKF_BACSU Uncharacterized protein YxkF yxkF BSU38820 Bacillus subtilis (strain 168) 297 +CAB15909.1 P94358 reviewed ALDY_BACSU Putative aldehyde dehydrogenase AldY (EC 1.2.1.3) aldY yxkE BSU38830 Bacillus subtilis (strain 168) 485 +CAB15910.1 P94357 reviewed YXKD_BACSU UPF0750 membrane protein YxkD yxkD BSU38840 Bacillus subtilis (strain 168) 278 +CAB15911.2 P94356 reviewed YXKC_BACSU Uncharacterized protein YxkC yxkC BSU38850 Bacillus subtilis (strain 168) 180 +CAB15912.1 P55180 reviewed GALE_BACSU UDP-glucose 4-epimerase (EC 5.1.3.2) (Galactowaldenase) (UDP-galactose 4-epimerase) galE BSU38860 Bacillus subtilis (strain 168) 339 +CAB15913.1 P55185 reviewed YXKA_BACSU Uncharacterized protein YxkA yxkA BSU38870 Bacillus subtilis (strain 168) 168 +CAB15914.1 P55181 reviewed YXJO_BACSU Uncharacterized HTH-type transcriptional regulator YxjO yxjO BSU38880 Bacillus subtilis (strain 168) 291 +CAB15915.1 P55182 reviewed YXJN_BACSU Uncharacterized protein YxjN yxjN BSU38890 Bacillus subtilis (strain 168) 157 +CAB15916.1 P55183 reviewed YXJM_BACSU Sensor histidine kinase YxjM (EC 2.7.13.3) yxjM BSU38900 Bacillus subtilis (strain 168) 406 +CAB15917.1 P55184 reviewed YXJL_BACSU Uncharacterized transcriptional regulatory protein YxjL yxjL BSU38910 Bacillus subtilis (strain 168) 218 +CAB15918.1 P55179 reviewed PEPT_BACSU Peptidase T (EC 3.4.11.4) (Aminotripeptidase) (Tripeptidase) (Tripeptide aminopeptidase) pepT BSU38920 Bacillus subtilis (strain 168) 410 +CAB15919.1 P94353 reviewed YXJJ_BACSU Uncharacterized protein YxjJ yxjJ BSU38930 Bacillus subtilis (strain 168) 87 +CAB15920.1 P94352 reviewed YXJI_BACSU Uncharacterized protein YxjI yxjI BSU38940 Bacillus subtilis (strain 168) 162 +CAB15921.2 P42319 reviewed YXJH_BACSU Uncharacterized protein YxjH yxjH BSU38950 N15OR Bacillus subtilis (strain 168) 377 +CAB15922.3 P42318 reviewed YXJG_BACSU Uncharacterized protein YxjG yxjG BSU38960 N15NR Bacillus subtilis (strain 168) 378 +CAB15923.2 P42317 reviewed YXJF_BACSU Uncharacterized oxidoreductase YxjF (EC 1.-.-.-) yxjF BSU38970 N15M Bacillus subtilis (strain 168) 257 +CAB15924.1 P42316 reviewed SCOB_BACSU Probable succinyl-CoA:3-ketoacid coenzyme A transferase subunit B (EC 2.8.3.5) (OXCT B) (Succinyl-CoA:3-oxoacid CoA-transferase) scoB yxjE BSU38980 N15L Bacillus subtilis (strain 168) 216 +CAB15925.1 P42315 reviewed SCOA_BACSU Probable succinyl-CoA:3-ketoacid coenzyme A transferase subunit A (EC 2.8.3.5) (Succinyl-CoA:3-oxoacid CoA-transferase) (OXCT A) scoA yxjD BSU38990 N15K Bacillus subtilis (strain 168) 238 +CAB15926.3 P42314 reviewed YXJC_BACSU Uncharacterized transporter YxjC yxjC BSU39000 N15J Bacillus subtilis (strain 168) 472 +CAB15927.1 P42313 reviewed YXJB_BACSU Putative 23S rRNA (guanine-N(1)-)-methyltransferase YxjB (EC 2.1.1.-) yxjB BSU39010 N15I Bacillus subtilis (strain 168) 282 +CAB15928.2 P42312 reviewed NUPG_BACSU Purine nucleoside transport protein NupG nupG yxjA BSU39020 N15HR Bacillus subtilis (strain 168) 397 +CAB15930.2 P42310 reviewed YXIS_BACSU Uncharacterized protein YxiS yxiS BSU39040 N15F Bacillus subtilis (strain 168) 96 +CAB15931.2 P42234 reviewed CATE_BACSU Catalase-2 (EC 1.11.1.6) katE katB BSU39050 N15D Bacillus subtilis (strain 168) 686 +CAB15932.2 P42308 reviewed CITN_BACSU Citrate transporter citN citH yxiQ BSU39060 N15CR Bacillus subtilis (strain 168) 426 +CAB15943.1 P04957 reviewed GUB_BACSU Beta-glucanase (EC 3.2.1.73) (1,3-1,4-beta-D-glucan 4-glucanohydrolase) (Endo-beta-1,3-1,4 glucanase) (Lichenase) bglS bgl licS BSU39070 N15B Bacillus subtilis (strain 168) 242 +CAB15944.2 P39805 reviewed LICT_BACSU Transcription antiterminator LicT licT BSU39080 N15A Bacillus subtilis (strain 168) 277 +CAB15945.1 P42307 reviewed YXIP_BACSU Uncharacterized protein YxiP yxiP S3B BSU39090 Bacillus subtilis (strain 168) 226 +CAB15946.1 P42306 reviewed YXIO_BACSU Uncharacterized MFS-type transporter YxiO yxiO S3AR BSU39100 Bacillus subtilis (strain 168) 428 +CAB15947.2 P42305 reviewed DBPA_BACSU ATP-dependent RNA helicase DbpA (EC 3.6.4.13) dbpA deaD yxiN BSU39110 SS8E Bacillus subtilis (strain 168) 479 +CAB15948.2 P42304 reviewed YXIM_BACSU Uncharacterized esterase YxiM (EC 3.1.-.-) yxiM BSU39120 SS8D Bacillus subtilis (strain 168) 382 +CAX52711.1 C0H3T5 reviewed YXZJ_BACSU Uncharacterized protein YxzJ yxzJ BSU39139 Bacillus subtilis (strain 168) 43 +CAB15950.1 P42302 reviewed YXIK_BACSU Uncharacterized protein YxiK yxiK BSU39140 SS8B Bacillus subtilis (strain 168) 153 +CAB15951.1 P42320 reviewed YXIJ_BACSU Uncharacterized protein YxiJ yxiJ BSU39150 SS8A Bacillus subtilis (strain 168) 98 +CAB15952.1 P42301 reviewed YXII_BACSU Uncharacterized protein YxiI yxiI BSU39160 N17L Bacillus subtilis (strain 168) 162 +CAB15953.1 O32285 reviewed YXZG_BACSU Uncharacterized protein YxzG yxzG BSU39170 Bacillus subtilis (strain 168) 150 +CAB15954.1 P42300 reviewed YXIH_BACSU Uncharacterized protein YxiH yxiH BSU39180 N17K Bacillus subtilis (strain 168) 109 +CAB15955.1 P42299 reviewed YXIG_BACSU Uncharacterized protein YxiG yxiG BSU39190 N17J Bacillus subtilis (strain 168) 138 +CAB15956.1 O32286 reviewed YXZC_BACSU Uncharacterized protein YxzC yxzC BSU39200 Bacillus subtilis (strain 168) 122 +CAB15957.1 P42298 reviewed YXIF_BACSU Uncharacterized protein YxiF yxiF BSU39210 N17I Bacillus subtilis (strain 168) 156 +CAB15958.1 Q07836 reviewed WAPI_BACSU Immunity protein WapI wapI yxxG BSU39220 N17H Bacillus subtilis (strain 168) 142 +CAB15959.2 Q07833 reviewed WAPA_BACSU tRNA nuclease WapA (EC 3.1.-.-) (Cell wall-associated polypeptide CWBP200) (CWBP200) (RNase WapA) (Toxin WapA) (Wall-associated protein) wapA BSU39230 N17G Bacillus subtilis (strain 168) 2334 +CAB15960.1 Q07835 reviewed YXXF_BACSU Uncharacterized transporter YxxF yxxF BSU39240 N17F Bacillus subtilis (strain 168) 311 +CAB15961.1 P42297 reviewed YXIE_BACSU Universal stress protein YxiE (USP YxiE) yxiE BSU39250 N17E Bacillus subtilis (strain 168) 148 +CAB15962.2 P40740 reviewed BGLH_BACSU Aryl-phospho-beta-D-glucosidase BglH (EC 3.2.1.86) (6-phospho-beta-glucosidase) bglH BSU39260 N17D Bacillus subtilis (strain 168) 469 +CAB15963.2 P40739 reviewed PTV3B_BACSU PTS system beta-glucoside-specific EIIBCA component (EIIBCA-Bgl) (EII-Bgl) [Includes: Beta-glucoside-specific phosphotransferase enzyme IIB component (EC 2.7.1.-) (PTS system beta-glucoside-specific EIIB component); Beta-glucoside permease IIC component (PTS system beta-glucoside-specific EIIC component); Beta-glucoside-specific phosphotransferase enzyme IIA component (PTS system beta-glucoside-specific EIIA component)] bglP BSU39270 N17C Bacillus subtilis (strain 168) 609 +CAB15964.1 P40738 reviewed YXXE_BACSU Protein YxxE (ORF2) yxxE BSU39280 N17B Bacillus subtilis (strain 168) 102 +CAB15965.1 P40737 reviewed YXXD_BACSU Immunity protein YxxD (ORF1) yxxD BSU39290 N17A Bacillus subtilis (strain 168) 147 +CAB15966.2 P42296 reviewed YXID_BACSU Toxin YxiD (DNase YxiD) yxiD J3D BSU39300 Bacillus subtilis (strain 168) 569 +CAB15967.1 P42295 reviewed YXIC_BACSU Protein YxiC yxiC J3C BSU39310 Bacillus subtilis (strain 168) 89 +CAB15968.1 P42294 reviewed YXIB_BACSU Protein YxiB yxiB J3B BSU39320 Bacillus subtilis (strain 168) 121 +CAB15969.2 P42293 reviewed EABN2_BACSU Extracellular endo-alpha-(1->5)-L-arabinanase 2 (ABN) (EC 3.2.1.99) (Endo-1,5-alpha-L-arabinanase) abn2 J3A yxiA BSU39330 Bacillus subtilis (strain 168) 469 +CAX52712.1 C0H3T6 reviewed YXZL_BACSU Uncharacterized protein YxzL yxzL BSU39339 Bacillus subtilis (strain 168) 54 +CAB15970.2 P10943 reviewed HUTP_BACSU Hut operon positive regulatory protein hutP BSU39340 Bacillus subtilis (strain 168) 148 +CAB15971.1 P10944 reviewed HUTH_BACSU Histidine ammonia-lyase (Histidase) (EC 4.3.1.3) hutH BSU39350 Bacillus subtilis (strain 168) 508 +CAB15972.1 P25503 reviewed HUTU_BACSU Urocanate hydratase (Urocanase) (EC 4.2.1.49) (Imidazolonepropionate hydrolase) hutU BSU39360 EE57A Bacillus subtilis (strain 168) 552 +CAB15973.1 P42084 reviewed HUTI_BACSU Imidazolonepropionase (EC 3.5.2.7) (Imidazolone-5-propionate hydrolase) hutI BSU39370 EE57B Bacillus subtilis (strain 168) 421 +CAB15974.1 P42068 reviewed HUTG_BACSU Formimidoylglutamase (EC 3.5.3.8) (Formiminoglutamase) (Formiminoglutamate hydrolase) (N-formimino-L-glutamate formiminohydrolase) hutG BSU39380 EE57C Bacillus subtilis (strain 168) 319 +CAB15975.2 P42087 reviewed HUTM_BACSU Putative histidine permease hutM BSU39390 EE57D Bacillus subtilis (strain 168) 475 +CAB15976.2 P39142 reviewed PDP_BACSU Pyrimidine-nucleoside phosphorylase (PYNP) (Py-NPase) (EC 2.4.2.2) pdp BSU39400 Bacillus subtilis (strain 168) 433 +CAB15977.2 P39141 reviewed NUPC_BACSU Nucleoside permease NupC nupC BSU39410 Bacillus subtilis (strain 168) 393 +CAB15978.2 P39121 reviewed DEOC_BACSU Deoxyribose-phosphate aldolase (DERA) (EC 4.1.2.4) (2-deoxy-D-ribose 5-phosphate aldolase) (Phosphodeoxyriboaldolase) (Deoxyriboaldolase) deoC dra BSU39420 Bacillus subtilis (strain 168) 223 +CAB15979.1 P39140 reviewed DEOR_BACSU Deoxyribonucleoside regulator deoR yxxC BSU39430 Bacillus subtilis (strain 168) 313 +CAB15980.2 P39139 reviewed YXXB_BACSU Uncharacterized protein YxxB yxxB LP6B BSU39440 Bacillus subtilis (strain 168) 275 +CAB15981.1 P54957 reviewed YXER_BACSU Uncharacterized protein YxeR yxeR LP6A BSU39450 Bacillus subtilis (strain 168) 370 +CAB15982.2 P54956 reviewed YXEQ_BACSU Uncharacterized protein YxeQ yxeQ BSU39460 LP9I Bacillus subtilis (strain 168) 445 +CAB15983.2 P54955 reviewed SCMP_BACSU N-acetylcysteine deacetylase (EC 3.5.1.-) (S-(2-succino)cysteine metabolism operon protein P) scmP sndB yxeP BSU39470 LP9H Bacillus subtilis (strain 168) 380 +CAB15984.1 P54954 reviewed YXEO_BACSU Probable amino-acid import ATP-binding protein YxeO (EC 7.4.2.-) yxeO BSU39480 LP9G Bacillus subtilis (strain 168) 249 +CAB15985.1 P54953 reviewed YXEN_BACSU Probable amino-acid permease protein YxeN yxeN BSU39490 LP9F Bacillus subtilis (strain 168) 224 +CAB15986.1 P54952 reviewed YXEM_BACSU Probable amino-acid-binding protein YxeM yxeM BSU39500 LP9E Bacillus subtilis (strain 168) 264 +CAB15987.2 P54951 reviewed SCML_BACSU S-(2-succino)cysteine N-acetyltransferase (2SC N-acetyltransferase) (EC 2.3.1.-) (S-(2-succino)cysteine metabolism operon protein L) scmL snaB yxeL BSU39510 LP9D Bacillus subtilis (strain 168) 165 +CAB15988.1 P54950 reviewed SCMK_BACSU N-acetyl-S-(2-succino)cysteine monooxygenase (EC 1.14.13.-) (S-(2-succino)cysteine metabolism operon protein K) scmK yxeK BSU39520 LP9C Bacillus subtilis (strain 168) 441 +CAB15989.2 P54949 reviewed YXEJ_BACSU Uncharacterized protein YxeJ yxeJ BSU39530 LP9B Bacillus subtilis (strain 168) 75 +CAB15990.2 P54948 reviewed YXEI_BACSU Uncharacterized protein YxeI yxeI BSU39540 LP9A Bacillus subtilis (strain 168) 328 +CAB15991.1 P54947 reviewed YXEH_BACSU Putative phosphatase YxeH (EC 3.1.3.-) yxeH IP1B BSU39550 Bacillus subtilis (strain 168) 270 +CAB15992.1 P54946 reviewed YXEG_BACSU Uncharacterized protein YxeG yxeG IP1A BSU39560 Bacillus subtilis (strain 168) 185 +CAB15993.1 P54945 reviewed YXEF_BACSU Uncharacterized protein YxeF yxeF BSU39570 HS74F Bacillus subtilis (strain 168) 144 +CAB15994.1 P54944 reviewed YXEE_BACSU Uncharacterized protein YxeE yxeE BSU39580 HS74ER Bacillus subtilis (strain 168) 121 +CAB15995.2 P54943 reviewed YXED_BACSU Uncharacterized protein YxeD yxeD BSU39590 HS74DR Bacillus subtilis (strain 168) 117 +CAB15996.2 P54942 reviewed YXEC_BACSU Uncharacterized protein YxeC yxeC BSU39600 HS74C Bacillus subtilis (strain 168) 132 +CAB15997.2 P54941 reviewed YXEB_BACSU Iron(3+)-hydroxamate-binding protein YxeB (Ferric hydroxamate uptake protein YxeB) (Iron(III)-hydroxamate-binding protein YxeB) yxeB BSU39610 HS74BR Bacillus subtilis (strain 168) 321 +CAB15998.1 P54940 reviewed YXEA_BACSU Uncharacterized protein YxeA yxeA BSU39620 HS74A Bacillus subtilis (strain 168) 115 +CAB15999.2 P42424 reviewed YXDM_BACSU ABC transporter permease protein YxdM yxdM BSU39630 B65G Bacillus subtilis (strain 168) 622 +CAB16000.2 P42423 reviewed YXDL_BACSU ABC transporter ATP-binding protein YxdL yxdL BSU39640 B65F Bacillus subtilis (strain 168) 257 +CAB16001.1 P42422 reviewed YXDK_BACSU Sensor histidine kinase YxdK (EC 2.7.13.3) yxdK BSU39650 B65E Bacillus subtilis (strain 168) 325 +CAB16002.1 P42421 reviewed YXDJ_BACSU Transcriptional regulatory protein YxdJ yxdJ BSU39660 B65D Bacillus subtilis (strain 168) 229 +CAB16003.1 P42420 reviewed IOLJ_BACSU 6-phospho-5-dehydro-2-deoxy-D-gluconate aldolase (DKGP aldolase) (EC 4.1.2.29) iolJ fbaB yxdI BSU39670 B65C Bacillus subtilis (strain 168) 290 +CAB16004.1 P42419 reviewed IOLI_BACSU Inosose isomerase (EC 5.3.99.11) (2-keto-myo-inositol isomerase) (2KMI isomerase) iolI yxdH BSU39680 B65B Bacillus subtilis (strain 168) 278 +CAB16005.1 P42418 reviewed IOLH_BACSU Protein IolH iolH yxdG BSU39690 B65A Bacillus subtilis (strain 168) 289 +CAB16006.2 P26935 reviewed IOLG_BACSU Inositol 2-dehydrogenase/D-chiro-inositol 3-dehydrogenase (EC 1.1.1.18) (EC 1.1.1.369) (Myo-inositol 2-dehydrogenase/D-chiro-inositol 3-dehydrogenase) (MI 2-dehydrogenase/DCI 3-dehydrogenase) iolG idh BSU39700 E83G Bacillus subtilis (strain 168) 344 +CAB16007.2 P42417 reviewed IOLF_BACSU Minor myo-inositol transporter IolF iolF yxdF BSU39710 E83F Bacillus subtilis (strain 168) 438 +CAB16008.1 P42416 reviewed IOLE_BACSU Inosose dehydratase (EC 4.2.1.44) (2-keto-myo-inositol dehydratase) (2KMI dehydratase) iolE yxdE BSU39720 E83E Bacillus subtilis (strain 168) 297 +CAB16009.2 P42415 reviewed IOLD_BACSU 3D-(3,5/4)-trihydroxycyclohexane-1,2-dione hydrolase (THcHDO hydrolase) (EC 3.7.1.22) iolD yxdD BSU39730 E83D Bacillus subtilis (strain 168) 637 +CAB16010.1 P42414 reviewed IOLC_BACSU 5-dehydro-2-deoxygluconokinase (EC 2.7.1.92) (2-deoxy-5-keto-D-gluconate kinase) (DKG kinase) iolC yxdC BSU39740 E83C Bacillus subtilis (strain 168) 325 +CAB16011.2 P42413 reviewed IOLB_BACSU 5-deoxy-glucuronate isomerase (5DG isomerase) (EC 5.3.1.30) iolB yxdB BSU39750 E83B Bacillus subtilis (strain 168) 271 +CAB16012.1 P42412 reviewed IOLA_BACSU Malonate-semialdehyde dehydrogenase (MSA dehydrogenase) (EC 1.2.1.27) (Methylmalonate-semialdehyde dehydrogenase) (MMSA dehydrogenase) (MMSDH) (MSDH) iolA mmsA yxdA BSU39760 E83A Bacillus subtilis (strain 168) 487 +CAB16013.1 P46337 reviewed IOLR_BACSU HTH-type transcriptional regulator IolR iolR BSU39770 SS92FR Bacillus subtilis (strain 168) 251 +CAB16014.1 P46336 reviewed IOLS_BACSU Aldo-keto reductase IolS (EC 1.1.1.-) (AKR11A) (Vegetative protein 147) (VEG147) iolS yxbF BSU39780 SS92ER Bacillus subtilis (strain 168) 310 +CAB16015.1 P46335 reviewed YXCE_BACSU Uncharacterized protein YxcE yxcE BSU39790 SS92DR Bacillus subtilis (strain 168) 216 +CAB16016.1 P46334 reviewed YXCD_BACSU Uncharacterized protein YxcD yxcD BSU39800 SS92CR Bacillus subtilis (strain 168) 102 +CAB16017.1 P46333 reviewed CSBC_BACSU Probable metabolite transport protein CsbC csbC yxcC BSU39810 SS92BR Bacillus subtilis (strain 168) 461 +CAB16018.1 P46208 reviewed HTPG_BACSU Chaperone protein HtpG (Heat shock protein HtpG) (High temperature protein G) htpG yxbB BSU39820 SS92A Bacillus subtilis (strain 168) 626 +CAB16019.1 P46332 reviewed YXCA_BACSU Uncharacterized protein YxcA yxcA E3C BSU39830 Bacillus subtilis (strain 168) 83 +CAB16020.2 P46331 reviewed YXBG_BACSU Uncharacterized oxidoreductase YxbG (EC 1.-.-.-) yxbG E3BR yxaU BSU39840 Bacillus subtilis (strain 168) 273 +CAB16021.1 P46330 reviewed YXBF_BACSU Uncharacterized HTH-type transcriptional regulator YxbF yxbF E3A yxaT BSU39850 Bacillus subtilis (strain 168) 380 +CAB16022.2 P46329 reviewed ALDH3_BACSU Putative aldehyde dehydrogenase AldX (EC 1.2.1.3) aldX yxaS yxbE BSU39860 VE7FR Bacillus subtilis (strain 168) 445 +CAB16023.2 P46328 reviewed YXBD_BACSU Uncharacterized protein YxbD yxbD yxaR BSU39870 VE7E Bacillus subtilis (strain 168) 159 +CAB16024.1 P46327 reviewed YXBC_BACSU Uncharacterized protein YxbC yxbC yxaQ BSU39880 VE7D Bacillus subtilis (strain 168) 330 +CAB16025.1 P46326 reviewed YXBB_BACSU Uncharacterized protein YxbB yxbB yxaP BSU39890 VE7CR Bacillus subtilis (strain 168) 244 +CAB16026.1 P46325 reviewed YXBA_BACSU Uncharacterized protein YxbA yxbA yxaO BSU39900 VE7BR Bacillus subtilis (strain 168) 89 +CAB16027.1 O34704 reviewed YXNB_BACSU Uncharacterized protein YxnB yxnB BSU39910 Bacillus subtilis (strain 168) 160 +CAB16028.2 P42113 reviewed ASNH_BACSU Asparagine synthetase [glutamine-hydrolyzing] 2 (EC 6.3.5.4) asnH yxaN BSU39920 S14NR VE7AR Bacillus subtilis (strain 168) 747 +CAB16029.2 P42112 reviewed YXAM_BACSU Uncharacterized MFS-type transporter YxaM yxaM BSU39930 S14MR Bacillus subtilis (strain 168) 399 +CAB16030.2 P42111 reviewed YXAL_BACSU Uncharacterized protein YxaL yxaL yxaK BSU39940 S14K/S14L Bacillus subtilis (strain 168) 410 +CAB16032.2 P42109 reviewed YXAJ_BACSU Uncharacterized protein YxaJ yxaJ BSU39950 S14J Bacillus subtilis (strain 168) 141 +CAB16033.1 P42108 reviewed YXAI_BACSU Uncharacterized protein YxaI yxaI BSU39960 S14IR Bacillus subtilis (strain 168) 151 +CAB16034.2 P42107 reviewed YXAH_BACSU Uncharacterized protein YxaH yxaH BSU39970 S14H Bacillus subtilis (strain 168) 402 +CAB16035.2 P42106 reviewed QDOI_BACSU Quercetin 2,3-dioxygenase (Quercetinase) (EC 1.13.11.24) (Flavonol 2,4-dioxygenase) qdoI yxaG BSU39980 S14G Bacillus subtilis (strain 168) 337 +CAB16036.2 P42105 reviewed YXAF_BACSU Uncharacterized HTH-type transcriptional regulator YxaF yxaF BSU39990 S14F Bacillus subtilis (strain 168) 191 +CAB16037.2 O32291 reviewed YXNA_BACSU Uncharacterized oxidoreductase YxnA (EC 1.-.-.-) yxnA BSU40000 Bacillus subtilis (strain 168) 356 +CAB16038.1 P42103 reviewed YXAD_BACSU Uncharacterized HTH-type transcriptional regulator YxaD yxaD BSU40010 S14D Bacillus subtilis (strain 168) 143 +CAX52713.1 C0H3T7 reviewed YXZK_BACSU Putative integral membrane protein YxzK yxzK BSU40021 Bacillus subtilis (strain 168) 134 +CAB16039.3 P42102 reviewed YXAC_BACSU Uncharacterized protein YxaC yxaC BSU40020 S14CR Bacillus subtilis (strain 168) 230 +CAB16040.3 P42101 reviewed GS30_BACSU General stress protein 30 (GSP30) (EC 2.-.-.-) yxaB BSU40030 S14B Bacillus subtilis (strain 168) 343 +CAB16041.2 P42100 reviewed GLXK_BACSU Glycerate kinase (EC 2.7.1.31) glxK yxaA BSU40040 S14A Bacillus subtilis (strain 168) 382 +CAB16042.1 P10585 reviewed GNTR_BACSU Gluconate operon transcriptional repressor (P28 protein) gntR BSU40050 Bacillus subtilis (strain 168) 243 +CAB16043.1 P12011 reviewed GNTK_BACSU Gluconokinase (EC 2.7.1.12) (Gluconate kinase) gntK BSU40060 Bacillus subtilis (strain 168) 513 +CAB16044.1 P12012 reviewed GNTP_BACSU Gluconate permease gntP BSU40070 Bacillus subtilis (strain 168) 448 +CAB16045.1 P12013 reviewed 6PGDH_BACSU 6-phosphogluconate dehydrogenase, NAD(+)-dependent, decarboxylating (EC 1.1.1.343) gntZ BSU40080 Bacillus subtilis (strain 168) 468 +CAB16046.1 P80239 reviewed AHPC_BACSU Alkyl hydroperoxide reductase C (EC 1.11.1.26) (General stress protein 22) (Peroxiredoxin) (Thioredoxin peroxidase) ahpC BSU40090 Bacillus subtilis (strain 168) 187 +CAB16047.1 P42974 reviewed DHNA_BACSU NADH dehydrogenase (EC 7.1.1.2) (Alkyl hydroperoxide reductase) ahpF ndh BSU40100 Bacillus subtilis (strain 168) 509 +CAB16048.1 P42973 reviewed BGLA_BACSU Aryl-phospho-beta-D-glucosidase BglA (EC 3.2.1.86) (6-phospho-beta-glucosidase) bglA BSU40110 Bacillus subtilis (strain 168) 479 +CAB16049.1 O32292 reviewed PTXA_BACSU Putative phosphotransferase enzyme IIA component YyzE (PTS system EIIA component) yyzE BSU40120 Bacillus subtilis (strain 168) 76 +CAB16050.1 Q45591 reviewed YYDK_BACSU Uncharacterized HTH-type transcriptional regulator YydK yydK BSU40130 Bacillus subtilis (strain 168) 236 +CAX52714.1 C0H3T8 reviewed YYZN_BACSU Uncharacterized membrane protein YyzN yyzN BSU40139 Bacillus subtilis (strain 168) 52 +CAB16051.1 Q45592 reviewed YYDJ_BACSU Probable peptide export permease protein YydJ yydJ BSU40140 Bacillus subtilis (strain 168) 240 +CAB16052.1 Q45593 reviewed YYDI_BACSU Probable peptide export ATP-binding protein YydI yydI BSU40150 Bacillus subtilis (strain 168) 209 +CAB16053.2 Q45594 reviewed YYDH_BACSU Putative peptide zinc metalloprotease protein YydH yydH BSU40160 Bacillus subtilis (strain 168) 252 +CAB16054.1 Q45595 reviewed YYDG_BACSU Putative peptide biosynthesis protein YydG yydG BSU40170 Bacillus subtilis (strain 168) 319 +CAB16055.1 Q45596 reviewed YYDF_BACSU Putative exported peptide YydF yydF BSU40180 Bacillus subtilis (strain 168) 49 +CAB16056.2 Q45597 reviewed F16PC_BACSU Fructose-1,6-bisphosphatase class 3 (FBPase class 3) (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase class 3) fbp yydE BSU40190 Bacillus subtilis (strain 168) 641 +CAB16057.1 Q45598 reviewed YYDD_BACSU Uncharacterized protein YydD yydD BSU40200 Bacillus subtilis (strain 168) 586 +CAB16058.1 Q45599 reviewed YYDC_BACSU Uncharacterized protein YydC yydC BSU40210 Bacillus subtilis (strain 168) 132 +CAB16059.1 Q45600 reviewed YYDB_BACSU Uncharacterized metallophosphoesterase-like protein YydB yydB BSU40220 Bacillus subtilis (strain 168) 481 +CAB16060.1 Q45601 reviewed RLMH_BACSU Ribosomal RNA large subunit methyltransferase H (EC 2.1.1.177) (23S rRNA (pseudouridine1915-N3)-methyltransferase) (23S rRNA m3Psi1915 methyltransferase) (rRNA (pseudouridine-N3-)-methyltransferase RlmH) rlmH yydA BSU40230 Bacillus subtilis (strain 168) 159 +CAX52715.1 C0H3T9 reviewed YYZF_BACSU Uncharacterized protein YyzF yyzF BSU40239 Bacillus subtilis (strain 168) 56 +CAB16061.1 Q45603 reviewed YYCS_BACSU Uncharacterized protein YycS yycS BSU40240 Bacillus subtilis (strain 168) 137 +CAB16062.1 Q45604 reviewed YYCR_BACSU Uncharacterized zinc-type alcohol dehydrogenase-like protein YycR (EC 1.-.-.-) yycR BSU40250 Bacillus subtilis (strain 168) 408 +CAX52716.1 C0H3U0 reviewed YYZG_BACSU Uncharacterized membrane protein YyzG yyzG BSU40259 Bacillus subtilis (strain 168) 56 +CAB16063.1 Q45605 reviewed YYCQ_BACSU Uncharacterized protein YycQ yycQ BSU40260 Bacillus subtilis (strain 168) 82 +CAB16064.2 Q45606 reviewed YYCP_BACSU Uncharacterized protein YycP yycP BSU40270 Bacillus subtilis (strain 168) 387 +CAB16065.1 Q45607 reviewed YYCO_BACSU Uncharacterized protein YycO yycO BSU40280 Bacillus subtilis (strain 168) 245 +CAB16066.1 O32293 reviewed YYCN_BACSU Uncharacterized N-acetyltransferase YycN (EC 2.3.1.-) yycN BSU40290 Bacillus subtilis (strain 168) 156 +CAB16067.1 O32294 reviewed RAPG_BACSU Regulatory protein RapG rapG yycM BSU40300 Bacillus subtilis (strain 168) 365 +CAB16068.1 O32295 reviewed PHRG_BACSU RapG inhibitor phrG yycL BSU40310 Bacillus subtilis (strain 168) 38 +CAB16069.1 P39138 reviewed ARGI_BACSU Arginase (EC 3.5.3.1) rocF BSU40320 Bacillus subtilis (strain 168) 296 +CAB16070.1 P39137 reviewed ROCE_BACSU Amino-acid permease RocE rocE BSU40330 Bacillus subtilis (strain 168) 467 +CAB16071.1 P38021 reviewed OAT_BACSU Ornithine aminotransferase (OAT) (EC 2.6.1.13) (Ornithine--oxo-acid aminotransferase) rocD BSU40340 Bacillus subtilis (strain 168) 401 +CAB16072.1 P38022 reviewed ROCR_BACSU Transcriptional activator RocR (Arginine utilization regulatory protein RocR) rocR BSU40350 Bacillus subtilis (strain 168) 461 +SOX90605.1 A0A2K4Z9N0 unreviewed A0A2K4Z9N0_BACSU Uncharacterized protein BSU_40358 HIR78_22975 Bacillus subtilis (strain 168) 42 +CAB16073.1 P39668 reviewed YYXA_BACSU Uncharacterized serine protease YyxA (EC 3.4.21.-) yyxA yycK BSU40360 Bacillus subtilis (strain 168) 400 +CAB16074.2 C0SP91 reviewed YYCJ_BACSU Exodeoxyribonuclease YycJ (EC 3.1.11.-) yycJ BSU40370 Bacillus subtilis (strain 168) 264 +CAB16075.1 Q45612 reviewed YYCI_BACSU Two-component system WalR/WalK regulatory protein YycI yycI BSU40380 Bacillus subtilis (strain 168) 280 +CAB16076.1 Q794W0 reviewed YYCH_BACSU Two-component system WalR/WalK regulatory protein YycH yycH BSU40390 Bacillus subtilis (strain 168) 455 +CAB16077.1 Q45614 reviewed WALK_BACSU Sensor histidine kinase WalK (EC 2.7.13.3) walK yycG BSU40400 Bacillus subtilis (strain 168) 611 +CAB16078.1 P37478 reviewed WALR_BACSU Transcriptional regulatory protein WalR walR yycF BSU40410 Bacillus subtilis (strain 168) 235 +CAB16079.1 P29726 reviewed PURA_BACSU Adenylosuccinate synthetase (AMPSase) (AdSS) (EC 6.3.4.4) (IMP--aspartate ligase) purA BSU40420 Bacillus subtilis (strain 168) 430 +CAB16080.1 P37479 reviewed YYCE_BACSU Uncharacterized protein YycE yycE BSU40430 Bacillus subtilis (strain 168) 139 +CAB16081.2 P37469 reviewed DNAC_BACSU Replicative DNA helicase (EC 3.6.4.12) dnaC BSU40440 Bacillus subtilis (strain 168) 454 +CAB16082.1 P37480 reviewed YYCD_BACSU Uncharacterized protein YycD yycD BSU40450 Bacillus subtilis (strain 168) 66 +CAB16083.1 O32296 reviewed YYZB_BACSU Uncharacterized protein YyzB yyzB BSU40460 Bacillus subtilis (strain 168) 67 +CAB16084.1 P37481 reviewed YYCC_BACSU Uncharacterized protein YycC yycC BSU40470 Bacillus subtilis (strain 168) 46 +CAB16085.1 P37482 reviewed YYCB_BACSU Uncharacterized transporter YycB yycB BSU40480 Bacillus subtilis (strain 168) 402 +CAB16086.2 P37483 reviewed YYCA_BACSU Putative mannosyltransferase YycA (EC 2.4.1.-) yycA BSU40490 Bacillus subtilis (strain 168) 685 +CAB16087.1 P37437 reviewed RL9_BACSU Large ribosomal subunit protein bL9 (50S ribosomal protein L9) (BL17) rplI BSU40500 Bacillus subtilis (strain 168) 149 +CAB16088.1 P37484 reviewed GDPP_BACSU Cyclic-di-AMP phosphodiesterase GdpP (c-di-AMP phosphodiesterase YybT) (EC 3.1.4.59) (Cyclic-di-AMP hydrolase GdpP) (Cyclic-di-AMP phosphodiesterase YybT) gdpP yybT BSU40510 Bacillus subtilis (strain 168) 659 +CAB16089.1 P37485 reviewed YYBS_BACSU Uncharacterized protein YybS yybS BSU40520 Bacillus subtilis (strain 168) 309 +CAX52718.1 C0H3U2 reviewed YYZH_BACSU Uncharacterized membrane protein YyzH yyzH BSU40529 Bacillus subtilis (strain 168) 49 +CAB16090.1 P23261 reviewed COTF_BACSU Spore coat protein F [Cleaved into: 5 kDa coat protein; 8 kDa coat protein] cotF BSU40530 Bacillus subtilis (strain 168) 160 +CAB16091.1 P37486 reviewed YYBR_BACSU Uncharacterized HTH-type transcriptional regulator YybR yybR BSU40540 Bacillus subtilis (strain 168) 125 +CAB16092.1 P37487 reviewed PPAC_BACSU Manganese-dependent inorganic pyrophosphatase (EC 3.6.1.1) (Pyrophosphate phospho-hydrolase) (PPase) ppaC BSU40550 Bacillus subtilis (strain 168) 309 +CAB16093.1 P37488 reviewed YYBP_BACSU Uncharacterized lipoprotein YybP yybP BSU40560 Bacillus subtilis (strain 168) 148 +CAB16094.1 P37489 reviewed YYBO_BACSU Uncharacterized transporter YybO yybO BSU40570 Bacillus subtilis (strain 168) 435 +SOX90606.1 A0A2K4Z9N4 unreviewed A0A2K4Z9N4_BACSU Uncharacterized protein BSU_40576 Bacillus subtilis (strain 168) 61 +CAB16095.1 P37490 reviewed YYBN_BACSU Uncharacterized protein YybN yybN BSU40580 Bacillus subtilis (strain 168) 145 +CAB16096.1 P37491 reviewed YYBM_BACSU Uncharacterized protein YybM yybM BSU40590 Bacillus subtilis (strain 168) 251 +CAB16097.1 P37492 reviewed YYBL_BACSU Uncharacterized protein YybL yybL BSU40600 Bacillus subtilis (strain 168) 236 +CAB16098.1 P37493 reviewed YYBK_BACSU Uncharacterized protein YybK yybK BSU40610 Bacillus subtilis (strain 168) 251 +CAB16099.1 P37494 reviewed YYBJ_BACSU Uncharacterized ABC transporter ATP-binding protein YybJ yybJ BSU40620 Bacillus subtilis (strain 168) 218 +CAB16100.1 P37495 reviewed YYBI_BACSU Uncharacterized protein YybI yybI BSU40630 Bacillus subtilis (strain 168) 262 +CAB16101.1 P37496 reviewed YYBH_BACSU Uncharacterized protein YybH yybH BSU40640 Bacillus subtilis (strain 168) 129 +CAB16102.1 P37497 reviewed YYBG_BACSU Uncharacterized protein YybG yybG BSU40650 Bacillus subtilis (strain 168) 279 +CAB16103.1 P37498 reviewed YYBF_BACSU Uncharacterized MFS-type transporter YybF yybF BSU40660 Bacillus subtilis (strain 168) 404 +CAB16104.2 P37499 reviewed YYBE_BACSU Uncharacterized HTH-type transcriptional regulator YybE yybE BSU40670 Bacillus subtilis (strain 168) 292 +CAB16105.1 P37500 reviewed ATSE_BACSU Putative acetyltransferase BSU40680 (EC 2.3.1.-) (GCN5-related N-acetyltransferase) (GNAT) yybD BSU40680 Bacillus subtilis (strain 168) 147 +CAB16106.1 P37501 reviewed YYBC_BACSU Uncharacterized protein YybC yybC BSU40690 Bacillus subtilis (strain 168) 159 +CAB16107.1 P37502 reviewed YYBB_BACSU Probable metallo-hydrolase YybB (EC 3.-.-.-) yybB BSU40700 Bacillus subtilis (strain 168) 220 +CAB16108.1 P37503 reviewed YYBA_BACSU Uncharacterized HTH-type transcriptional regulator YybA yybA BSU40710 Bacillus subtilis (strain 168) 150 +CAB16109.1 P37504 reviewed YYAT_BACSU Uncharacterized protein YyaT yyaT BSU40720 Bacillus subtilis (strain 168) 148 +CAB16110.1 P37505 reviewed YYAS_BACSU Uncharacterized protein YyaS yyaS BSU40730 Bacillus subtilis (strain 168) 201 +CAB16111.1 P37506 reviewed STA_BACSU Streptothricin acetyltransferase A (EC 2.3.-.-) satA yyaR BSU40740 Bacillus subtilis (strain 168) 173 +CAB16112.1 P37507 reviewed YYAQ_BACSU Uncharacterized protein YyaQ yyaQ BSU40750 Bacillus subtilis (strain 168) 118 +CAB16113.1 P37508 reviewed YYAP_BACSU Uncharacterized protein YyaP yyaP BSU40760 Bacillus subtilis (strain 168) 188 +CAB16114.1 P23054 reviewed TCRB_BACSU Tetracycline resistance protein tetB tet BSU40770 Bacillus subtilis (strain 168) 458 +CAB16115.1 P23053 reviewed LPTR_BACSU Tetracycline resistance leader peptide tetL BSU40780 Bacillus subtilis (strain 168) 20 +CAB16116.1 P37509 reviewed YYAO_BACSU Uncharacterized protein YyaO yyaO BSU40790 Bacillus subtilis (strain 168) 79 +CAB16117.1 P37510 reviewed YYAN_BACSU Uncharacterized HTH-type transcriptional regulator YyaN yyaN BSU40800 Bacillus subtilis (strain 168) 138 +CAB16118.1 P37511 reviewed YYAM_BACSU Uncharacterized transporter YyaM yyaM BSU40810 Bacillus subtilis (strain 168) 305 +CAB16119.1 P37512 reviewed YYAL_BACSU Uncharacterized protein YyaL yyaL BSU40820 Bacillus subtilis (strain 168) 689 +CAB16120.1 P37513 reviewed YYAK_BACSU Uncharacterized protein YyaK yyaK BSU40830 Bacillus subtilis (strain 168) 299 +CAB16121.2 P37514 reviewed YYAJ_BACSU Putative metabolite transport protein YyaJ yyaJ BSU40840 Bacillus subtilis (strain 168) 451 +CAB16122.1 P37515 reviewed MAA_BACSU Probable maltose O-acetyltransferase (EC 2.3.1.79) (Maltose transacetylase) maa yyaI BSU40850 Bacillus subtilis (strain 168) 184 +CAB16123.1 P37516 reviewed YYAH_BACSU Uncharacterized protein YyaH (ORFF) yyaH BSU40860 Bacillus subtilis (strain 168) 126 +CAB16124.1 P37517 reviewed CCPB_BACSU Catabolite control protein B ccpB yyaG BSU40870 Bacillus subtilis (strain 168) 311 +CAB16125.1 P37454 reviewed EXOA_BACSU Exodeoxyribonuclease (EC 3.1.11.2) exoA BSU40880 Bacillus subtilis (strain 168) 252 +CAB16126.2 P21475 reviewed RS18_BACSU Small ribosomal subunit protein bS18 (30S ribosomal protein S18) (BS21) rpsR BSU40890 Bacillus subtilis (strain 168) 79 +CAB16127.1 P37455 reviewed SSBA_BACSU Single-stranded DNA-binding protein A (SSB A) ssbA BSU40900 Bacillus subtilis (strain 168) 172 +CAB16128.1 P21468 reviewed RS6_BACSU Small ribosomal subunit protein bS6 (30S ribosomal protein S6) (BS9) rpsF BSU40910 Bacillus subtilis (strain 168) 95 +CAB16129.1 P37518 reviewed YCHF_BACSU Ribosome-binding ATPase YchF ychF engD yyaF BSU40920 Bacillus subtilis (strain 168) 366 +CAB16130.1 P37519 reviewed YYAE_BACSU Probable oxidoreductase YyaE (EC 1.-.-.-) yyaE BSU40930 Bacillus subtilis (strain 168) 667 +CAX52723.1 C0H3V8 reviewed YYZM_BACSU Uncharacterized protein YyzM yyzM BSU40939 Bacillus subtilis (strain 168) 68 +CAB16131.1 P37520 reviewed YYAD_BACSU Uncharacterized protein YyaD yyaD BSU40940 Bacillus subtilis (strain 168) 338 +CAB16132.1 P37521 reviewed YYAC_BACSU Uncharacterized protein YyaC yyaC BSU40950 Bacillus subtilis (strain 168) 205 +CAB16133.1 P26497 reviewed SP0J_BACSU Stage 0 sporulation protein J spo0J BSU40960 Bacillus subtilis (strain 168) 282 +CAB16134.1 P37522 reviewed SOJ_BACSU Sporulation initiation inhibitor protein Soj (EC 3.6.-.-) soj orf253 BSU40970 Bacillus subtilis (strain 168) 253 +CAB16135.2 P37523 reviewed YYAB_BACSU Uncharacterized protein YyaB yyaB BSU40980 Bacillus subtilis (strain 168) 146 +CAB16136.1 P37524 reviewed NOC_BACSU Nucleoid occlusion protein (Noc) noc yyaA BSU40990 Bacillus subtilis (strain 168) 283 +CAB16137.1 P25813 reviewed RSMG_BACSU Ribosomal RNA small subunit methyltransferase G (EC 2.1.1.-) (16S rRNA 7-methylguanosine methyltransferase) (16S rRNA m7G methyltransferase) (Glucose-inhibited division protein B) rsmG gidB BSU41000 Bacillus subtilis (strain 168) 239 +CAB16138.1 P25812 reviewed MNMG_BACSU tRNA uridine 5-carboxymethylaminomethyl modification enzyme MnmG (Glucose-inhibited division protein A) mnmG gidA BSU41010 Bacillus subtilis (strain 168) 628 +CAB16139.1 P25811 reviewed MNME_BACSU tRNA modification GTPase MnmE (EC 3.6.-.-) mnmE thdF trmE BSU41020 Bacillus subtilis (strain 168) 459 +CAB16140.1 Q01620 reviewed KHPB_BACSU RNA-binding protein KhpB (RNA-binding protein EloR) khpB eloR jag BSU41030 Bacillus subtilis (strain 168) 208 +CAB16141.1 Q01625 reviewed MISCA_BACSU Membrane protein insertase MisCA (Foldase YidC 2) (Membrane integrase YidC 2) (Membrane protein YidC 2) (Stage III sporulation protein J) (SpoIIIJ) misCA spoIIIJ BSU41040 Bacillus subtilis (strain 168) 261 +CAB16142.1 P25814 reviewed RNPA_BACSU Ribonuclease P protein component (RNase P protein) (RNaseP protein) (EC 3.1.26.5) (Protein C5) rnpA BSU41050 Bacillus subtilis (strain 168) 116 +CAB16143.1 P05647 reviewed RL34_BACSU Large ribosomal subunit protein bL34 (50S ribosomal protein L34) rpmH BSU41060 Bacillus subtilis (strain 168) 44 diff --git a/data/processed_data/gene_info.csv b/data/processed_data/gene_info.csv index e1d0dccd..22423f81 100644 --- a/data/processed_data/gene_info.csv +++ b/data/processed_data/gene_info.csv @@ -15,4312 +15,4312 @@ BSU_00130,serS,AL009126.3,BSU00130,20880,22157,+,seryl-tRNA synthetase,"Translat BSU_00140,dck,AL009126.3,BSU00140,22496,23149,-,deoxyadenosine/deoxycytidine kinase,Nucleotide transport and metabolism,P37529,Op8 BSU_00150,dgk,AL009126.3,BSU00150,23146,23769,-,deoxyguanosine kinase,Nucleotide transport and metabolism,P37530,Op8 BSU_00160,sleL,AL009126.3,BSU00160,23868,25151,-,spore peptidoglycan N-acetylglucosaminidase,Cell wall/membrane/envelope biogenesis,P37531,Op9 -BSU_00170,yaaI,AL009126.3,BSU00170,25221,25766,-,putative amidase (isochorismatase family),"Secondary metabolites biosynthesis, transport, and catabolism",P37532,Op10 -BSU_00180,tadA,AL009126.3,BSU00180,25852,26337,+,tRNA specific adenosine A34 deaminase,Nucleotide transport and metabolism,P21335,Op11 -BSU_00190,dnaX,AL009126.3,BSU00190,26814,28505,+,DNA polymerase III subunit tau subunit,"Replication, recombination and repair",P09122,Op12 -BSU_00200,ebfC,AL009126.3,BSU00200,28529,28852,+,nucleoid associated protein,Function unknown,P24281,Op13 -BSU_00210,recR,AL009126.3,BSU00210,28867,29463,+,recA filament-DNA complex stabilisation factor,"Replication, recombination and repair",P24277,Op14 -BSU_00220,yaaL,AL009126.3,BSU00220,29481,29705,+,conserved protein of unknown function,Function unknown,P37533,Op15 -BSU_00230,bofA,AL009126.3,BSU00230,29772,30035,+,inhibitor of the pro-sigma(K) processing machinery,Function unknown,P24282,Op16 -BSU_00240,csfB,AL009126.3,BSU00240,35531,35725,+,forespore-specific anti-sigma factor,Function unknown,P37534,Op17 -BSU_00250,xpaC,AL009126.3,BSU00250,35845,36459,+,putative phosphatase,Function unknown,P37467,Op18 -BSU_00260,yaaN,AL009126.3,BSU00260,36478,37638,+,putative toxic compound resistance protein,Inorganic ion transport and metabolism,P37535,Op18 -BSU_00270,yaaO,AL009126.3,BSU00270,37720,39162,+,putative decarboxylase,Amino acid transport and metabolism,P37536,Op19 -BSU_00280,tmk,AL009126.3,BSU00280,39159,39797,+,thymidylate kinase,Nucleotide transport and metabolism,P37537,Op20 -BSU_00290,darA,AL009126.3,BSU00290,39871,40200,+,signal transduction receptor%2C cyclic di-AMP binding,Function unknown,P37538,Op21 -BSU_00300,yaaR,AL009126.3,BSU00300,40213,40653,+,conserved hypothetical protein,Function unknown,P37539,Op22 -BSU_00310,holB,AL009126.3,BSU00310,40665,41654,+,DNA polymerase III clamp loader delta' subunit,"Replication, recombination and repair",P37540,Op23 -BSU_00320,ricT,AL009126.3,BSU00320,41657,42484,+,subunit of a sporulation%2C competence and biofilm formation regulatory complex of RNaseY (RicAFT complex / FAD / two [4Fe-4S]2+),Function unknown,P37541,Op24 -BSU_00330,dnaH,AL009126.3,BSU00330,42499,42858,+,subunit of the DNA replication complex,"Replication, recombination and repair",P37542,Op25 -BSU_00340,trmNF,AL009126.3,BSU00340,42917,43660,+,tRNA1(Val) (adenine(37)-N6)-methyltransferase,Function unknown,P37543,Op26 -BSU_00350,yazA,AL009126.3,BSU00350,43647,43946,+,putative UvrC-Intron-type (URI) endonuclease,"Replication, recombination and repair",O31414,Op27 -BSU_00360,rsmI,AL009126.3,BSU00360,43921,44799,+,16S rRNA 2'-O-ribose C1402 methyltransferase,Coenzyme transport and metabolism,P37544,Op28 -BSU_00370,abrB,AL009126.3,BSU00370,44848,45138,-,transcriptional regulator for transition state genes (AbrB-SurF),Transcription,P08874,Op29 -BSU_00380,metS,AL009126.3,BSU00380,45633,47627,+,methionyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P37465,Op30 -BSU_00390,dayD,AL009126.3,BSU00390,47706,48473,+,D-amino acyl-tRNA deacylase,"Replication, recombination and repair",P37545,Op31 -BSU_00400,yabE,AL009126.3,BSU00400,48629,49942,+,putative cell wall shaping enzyme,Signal transduction mechanisms,P37546,Op32 -BSU_00410,rnmV,AL009126.3,BSU00410,50087,50647,+,ribonuclease M5,"Translation, ribosomal structure and biogenesis",P37547,Op33 -BSU_00420,rsmA,AL009126.3,BSU00420,50640,51518,+,dimethyladenosine 16S ribosomal RNA transferase,"Translation, ribosomal structure and biogenesis",P37468,Op33 -BSU_00430,prtG,AL009126.3,BSU00430,51680,52552,+,sporulation-specific protease,Function unknown,P37548,Op34 -BSU_00440,veg,AL009126.3,BSU00440,52763,53023,+,conserved hypothetical protein,Function unknown,P37466,Op35 -BSU_00450,sspF,AL009126.3,BSU00450,53183,53368,+,small acid-soluble spore protein (alpha/beta-type SASP),Function unknown,P37549,Op36 -BSU_00460,ispE,AL009126.3,BSU00460,53516,54385,+,4-(cytidine 5'-diphospho)-2-C-methyl-D-erythritol kinase,Lipid transport and metabolism,P37550,Op37 -BSU_00470,purR,AL009126.3,BSU00470,54441,55298,+,transcriptional regulator of the purine biosynthesis operon (PurR-pRpp),Nucleotide transport and metabolism,P37551,Op38 -BSU_00480,ridA,AL009126.3,BSU00480,55295,55672,+,aminoacrylate/iminopropionate hydrolase/deaminase,"Translation, ribosomal structure and biogenesis",P37552,Op38 -BSU_00490,spoVG,AL009126.3,BSU00490,55866,56159,+,regulator required for spore cortex synthesis (stage V sporulation),"Cell cycle control, cell division, chromosome partitioning",P28015,Op39 -BSU_00500,glmU,AL009126.3,BSU00500,56352,57722,+,bifunctional glucosamine-1-phosphate N-acetyltransferase/UDP-N-acetylglucosamine pyrophosphorylase,Cell wall/membrane/envelope biogenesis,P14192,Op40 -BSU_00510,prs,AL009126.3,BSU00510,57745,58698,+,phosphoribosylpyrophosphate synthetase,Nucleotide transport and metabolism,P14193,Op40 -BSU_00520,ctc,AL009126.3,BSU00520,58783,59397,+,ribosomal protein BL25 (Ctc)%2C binding 5S RNA,"Translation, ribosomal structure and biogenesis",P14194,Op40 -BSU_00530,pth,AL009126.3,BSU00530,59504,60070,+,peptidyl-tRNA hydrolase,"Translation, ribosomal structure and biogenesis",P37470,Op41 -BSU_00540,fin,AL009126.3,BSU00540,60130,60360,+,protein required for the switch from F to G during sporulation (anti sigma F),Function unknown,P37553,Op42 -BSU_00550,mfd,AL009126.3,BSU00550,60430,63963,+,transcription-repair coupling factor,"Replication, recombination and repair",P37474,Op43 -BSU_00560,spoVT,AL009126.3,BSU00560,64099,64635,+,transcriptional regulator of sporulation / germination,Transcription,P37554,Op44 -BSU_00570,yabM,AL009126.3,BSU00570,64817,66415,+,putative exporter,Function unknown,P37555,Op45 -BSU_00580,yabN,AL009126.3,BSU00580,66405,67874,+,putative fusion methylase and nucleotide pyrophosphohydrolase,Function unknown,P37556,Op45 -BSU_00590,hslR,AL009126.3,BSU00590,67877,68137,+,ribosomal RNA binding protein involved in 50S recycling%3B heat shock protein,"Translation, ribosomal structure and biogenesis",P37557,Op45 -BSU_00600,spcP,AL009126.3,BSU00600,68216,68518,+,spore protein involved in the shaping of the spore coat,Function unknown,P37558,Op45 -BSU_00610,spcQ,AL009126.3,BSU00610,68515,69150,+,membrane protein of the forespore,Function unknown,P37559,Op45 -BSU_00620,divIC,AL009126.3,BSU00620,69168,69545,+,cell-division initiation protein,"Cell cycle control, cell division, chromosome partitioning",P37471,Op45 -BSU_00630,yabR,AL009126.3,BSU00630,69626,70012,+,putative RNA degradation protein%3B polyribonucleotide nucleotidyltransferase or phosphorylase,"Translation, ribosomal structure and biogenesis",P37560,Op45 -BSU_00640,spoIIE,AL009126.3,BSU00640,70538,73021,+,SpoIIAA-phosphate serine phosphatase,Transcription,P37475,Op46 -BSU_00650,yabS,AL009126.3,BSU00650,73106,73843,+,conserved protein of unknown function,Function unknown,P37561,Op47 -BSU_00660,prkT,AL009126.3,BSU00660,73809,74825,+,serine/threonine-protein kinase,Transcription,P37562,Op48 -BSU_00670,tilS,AL009126.3,BSU00670,74929,76347,+,tRNA(ile2) lysidine synthetase,"Cell cycle control, cell division, chromosome partitioning",P37563,Op49 -BSU_00680,hprT,AL009126.3,BSU00680,76344,76886,+,hypoxanthine-guanine phosphoribosyltransferase,Nucleotide transport and metabolism,P37472,Op50 -BSU_00690,ftsH,AL009126.3,BSU00690,76984,78897,+,ATP-dependent cytoplasmic membrane protease,"Post-translational modification, protein turnover, and chaperones",P37476,Op51 -BSU_00700,coaX,AL009126.3,BSU00700,79092,79868,+,pantothenate kinase type III,Nucleotide transport and metabolism,P37564,Op52 -BSU_00710,hslO,AL009126.3,BSU00710,79880,80755,+,disulfide bond chaperone (heat shock protein HSP33),"Post-translational modification, protein turnover, and chaperones",P37565,Op53 -BSU_00720,yacD,AL009126.3,BSU00720,80802,81695,+,putative protein chaperone accessory lipoprotein factor,"Post-translational modification, protein turnover, and chaperones",P37566,Op54 -BSU_00730,cysK,AL009126.3,BSU00730,81771,82697,+,cysteine synthase,Amino acid transport and metabolism,P37887,Op55 -BSU_00740,pabB,AL009126.3,BSU00740,82864,84276,+,4-amino-4-deoxychorismate synthase (para-aminobenzoate synthase),Amino acid transport and metabolism,P28820,Op56 -BSU_00750,pabA,AL009126.3,BSU00750,84290,84874,+,4-amino-4-deoxychorismate synthase%3B anthranilate synthase (subunit II),Amino acid transport and metabolism,P28819,Op56 -BSU_00760,pabC,AL009126.3,BSU00760,84874,85755,+,4-amino-4-deoxychorismate pyruvate-lyase,Amino acid transport and metabolism,P28821,Op56 -BSU_00770,folP,AL009126.3,BSU00770,85737,86594,+,dihydropteroate synthase,Coenzyme transport and metabolism,P28822,Op56 -BSU_00780,folB,AL009126.3,BSU00780,86587,86949,+,dihydroneopterin aldolase,Coenzyme transport and metabolism,P28823,Op56 -BSU_00790,folK,AL009126.3,BSU00790,86946,87449,+,7%2C8-dihydro-6-hydroxymethylpterin pyrophosphokinase,Coenzyme transport and metabolism,P29252,Op56 -BSU_00800,yazB,AL009126.3,BSU00800,87401,87610,+,putative transcriptional regulator,Transcription,O31417,Op56 -BSU_00810,dusB,AL009126.3,BSU00810,87634,88635,+,tRNA-dihydrouridine synthase B,"Translation, ribosomal structure and biogenesis",P37567,Op56 -BSU_00820,lysS,AL009126.3,BSU00820,88727,90226,+,lysyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P37477,Op56 -BSU_00830,ctsR,AL009126.3,BSU00830,101449,101913,+,transcriptional regulator of class III stress genes,Transcription,P37568,Op57 -BSU_00840,mcsA,AL009126.3,BSU00840,101927,102484,+,activator of protein kinase McsB,Function unknown,P37569,Op57 -BSU_00850,mcsB,AL009126.3,BSU00850,102484,103575,+,protein arginine kinase,Amino acid transport and metabolism,P37570,Op57 -BSU_00860,clpC,AL009126.3,BSU00860,103572,106004,+,class III stress response-related ATPase%2C AAA+ superfamily,"Post-translational modification, protein turnover, and chaperones",P37571,Op57 -BSU_00870,radA,AL009126.3,BSU00870,106096,107472,+,DNA repair protein%3B 6-O-methylguanine-DNA methyltransferase,"Post-translational modification, protein turnover, and chaperones",P37572,Op57 -BSU_00880,disA,AL009126.3,BSU00880,107476,108558,+,diadenylate cyclase%3B DNA integrity scanning protein%3B cell cycle checkpoint DNA scanning protein,"Replication, recombination and repair",P37573,Op57 -BSU_00890,yacL,AL009126.3,BSU00890,108674,109774,+,putative membrane protein possibly involved in RNA binding,Function unknown,Q06754,Op58 -BSU_00900,ispD,AL009126.3,BSU00900,109789,110487,+,2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase%2C nonmevalonate isoprenoid pathway,Lipid transport and metabolism,Q06755,Op58 -BSU_00910,ispF,AL009126.3,BSU00910,110480,110956,+,2-C-methyl-D-erythritol-2%2C4-cyclodiphosphate synthase,Lipid transport and metabolism,Q06756,Op58 -BSU_00920,gltX,AL009126.3,BSU00920,111047,112498,+,glutamyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P22250,Op59 -BSU_00930,cysE,AL009126.3,BSU00930,112800,113453,+,serine O-acetyltransferase,Amino acid transport and metabolism,Q06750,Op59 -BSU_00940,cysS,AL009126.3,BSU00940,113450,114850,+,dual cysteinyl-tRNA synthetase%3B cysteine persulfide synthase,"Translation, ribosomal structure and biogenesis",Q06752,Op59 -BSU_00950,mrnC,AL009126.3,BSU00950,114854,115285,+,ribonuclease for 23S RNA maturation%2C mini-RNase III,"Translation, ribosomal structure and biogenesis",O31418,Op59 -BSU_00960,rlmB,AL009126.3,BSU00960,115269,116018,+,23S rRNA (Gm2251)-methyltransferase,"Translation, ribosomal structure and biogenesis",Q06753,Op59 -BSU_00970,raeA,AL009126.3,BSU00970,116025,116537,+,ribosome-dependent mRNA endonuclease,Function unknown,P37574,Op59 -BSU_00980,sigH,AL009126.3,BSU00980,116600,117256,+,RNA polymerase sigma-30 factor (sigma(H)),Transcription,P17869,Op60 -BSU_00990,rpmGB,AL009126.3,BSU00990,117349,117498,+,ribosomal protein L33,"Translation, ribosomal structure and biogenesis",Q06798,Op61 -BSU_01000,secE,AL009126.3,BSU01000,117532,117711,+,preprotein translocase subunit,"Intracellular trafficking, secretion, and vesicular transport",Q06799,Op62 -BSU_01010,nusG,AL009126.3,BSU01010,117890,118423,+,RNA polymerase elongation pause factor,Transcription,Q06795,Op63 -BSU_01020,rplK,AL009126.3,BSU01020,118591,119016,+,ribosomal protein L11 (BL11),"Translation, ribosomal structure and biogenesis",Q06796,Op64 -BSU_01030,rplA,AL009126.3,BSU01030,119111,119809,+,ribosomal protein L1 (BL1),"Translation, ribosomal structure and biogenesis",Q06797,Op65 -BSU_01040,rplJ,AL009126.3,BSU01040,120061,120561,+,ribosomal protein L10 (BL5),"Translation, ribosomal structure and biogenesis",P42923,Op66 -BSU_01050,rplL,AL009126.3,BSU01050,120607,120978,+,ribosomal protein L12 (BL9),"Translation, ribosomal structure and biogenesis",P02394,Op66 -BSU_01060,rlmG,AL009126.3,BSU01060,121068,121673,+,23S rRNA m2G1835 methyltransferase,"Translation, ribosomal structure and biogenesis",P37872,Op67 -BSU_01070,rpoB,AL009126.3,BSU01070,121919,125500,+,RNA polymerase (beta subunit),Transcription,P37870,Op68 -BSU_01080,rpoC,AL009126.3,BSU01080,125562,129161,+,RNA polymerase (beta' subunit),Transcription,P37871,Op69 -BSU_01090,rulS,AL009126.3,BSU01090,129340,129588,+,K-turn RNA binding protein%3B alternative ribosomal protein L7A,"Translation, ribosomal structure and biogenesis",P46350,Op70 -BSU_01100,rpsL,AL009126.3,BSU01100,129702,130118,+,ribosomal protein S12 (BS12),"Translation, ribosomal structure and biogenesis",P21472,Op71 -BSU_01110,rpsG,AL009126.3,BSU01110,130160,130630,+,ribosomal protein S7 (BS7),"Translation, ribosomal structure and biogenesis",P21469,Op72 -BSU_01120,fusA,AL009126.3,BSU01120,130684,132762,+,elongation factor G,"Translation, ribosomal structure and biogenesis",P80868,Op73 -BSU_01130,tufA,AL009126.3,BSU01130,132882,134072,+,elongation factor Tu,"Translation, ribosomal structure and biogenesis",P33166,Op74 -BSU_01140,ybaC,AL009126.3,BSU01140,134171,135127,+,putative proline iminopeptidase,Function unknown,P70981,Op75 -BSU_01150,rpsJ,AL009126.3,BSU01150,135364,135672,+,ribosomal protein S10 (BS13)%3B transcription antitermination factor,"Translation, ribosomal structure and biogenesis",P21471,Op76 -BSU_01160,rplC,AL009126.3,BSU01160,135712,136341,+,ribosomal protein L3 (BL3),"Translation, ribosomal structure and biogenesis",P42920,Op77 -BSU_01170,rplD,AL009126.3,BSU01170,136369,136992,+,ribosomal protein L4,"Translation, ribosomal structure and biogenesis",P42921,Op78 -BSU_01180,rplW,AL009126.3,BSU01180,136992,137279,+,ribosomal protein L23,"Translation, ribosomal structure and biogenesis",P42924,Op79 -BSU_01190,rplB,AL009126.3,BSU01190,137311,138144,+,ribosomal protein L2 (BL2),"Translation, ribosomal structure and biogenesis",P42919,Op80 -BSU_01200,rpsS,AL009126.3,BSU01200,138202,138480,+,ribosomal protein S19 (BS19),"Translation, ribosomal structure and biogenesis",P21476,Op81 -BSU_01210,rplV,AL009126.3,BSU01210,138497,138838,+,ribosomal protein L22 (BL17),"Translation, ribosomal structure and biogenesis",P42060,Op82 -BSU_01220,rpsC,AL009126.3,BSU01220,138842,139498,+,ribosomal protein S3 (BS3),"Translation, ribosomal structure and biogenesis",P21465,Op83 -BSU_01230,rplP,AL009126.3,BSU01230,139500,139934,+,ribosomal protein L16,"Translation, ribosomal structure and biogenesis",P14577,Op84 -BSU_01240,rpmC,AL009126.3,BSU01240,139924,140124,+,ribosomal protein L29,"Translation, ribosomal structure and biogenesis",P12873,Op85 -BSU_01250,rpsQ,AL009126.3,BSU01250,140147,140410,+,ribosomal protein S17 (BS16),"Translation, ribosomal structure and biogenesis",P12874,Op86 -BSU_01260,rplNA,AL009126.3,BSU01260,140451,140819,+,ribosomal protein L14,"Translation, ribosomal structure and biogenesis",P12875,Op87 -BSU_01270,rplX,AL009126.3,BSU01270,140857,141168,+,ribosomal protein L24 (BL23),"Translation, ribosomal structure and biogenesis",P0CI78,Op88 -BSU_01280,rplE,AL009126.3,BSU01280,141195,141734,+,ribosomal protein L5 (BL6),"Translation, ribosomal structure and biogenesis",P12877,Op89 -BSU_01290,rpsNA,AL009126.3,BSU01290,141757,141942,+,ribosomal protein S14,"Translation, ribosomal structure and biogenesis",P12878,Op90 -BSU_01300,rpsH,AL009126.3,BSU01300,141974,142372,+,ribosomal protein S8 (BS8),"Translation, ribosomal structure and biogenesis",P12879,Op91 -BSU_01310,rplF,AL009126.3,BSU01310,142402,142941,+,ribosomal protein L6 (BL8),"Translation, ribosomal structure and biogenesis",P46898,Op92 -BSU_01320,rplR,AL009126.3,BSU01320,142974,143336,+,ribosomal protein L18,"Translation, ribosomal structure and biogenesis",P46899,Op93 -BSU_01330,rpsE,AL009126.3,BSU01330,143361,143861,+,ribosomal protein S5,"Translation, ribosomal structure and biogenesis",P21467,Op94 -BSU_01340,rpmD,AL009126.3,BSU01340,143875,144054,+,ribosomal protein L30 (BL27),"Translation, ribosomal structure and biogenesis",P19947,Op95 -BSU_01350,rplO,AL009126.3,BSU01350,144085,144525,+,ribosomal protein L15,"Translation, ribosomal structure and biogenesis",P19946,Op96 -BSU_01360,secY,AL009126.3,BSU01360,144527,145822,+,preprotein translocase subunit,"Intracellular trafficking, secretion, and vesicular transport",P16336,Op97 -BSU_01370,adk,AL009126.3,BSU01370,145877,146530,+,adenylate kinase,Nucleotide transport and metabolism,P16304,Op98 -BSU_01380,mapA,AL009126.3,BSU01380,146527,147273,+,methionine aminopeptidase,Amino acid transport and metabolism,P19994,Op99 -BSU_01389,ybzG,AL009126.3,BSU01389,147312,147536,+,putative ribosome binding protein,"Translation, ribosomal structure and biogenesis",C0H3S8,Op100 -BSU_01390,infA,AL009126.3,BSU01390,147585,147803,+,initiation factor IF-I,"Translation, ribosomal structure and biogenesis",P20458,Op101 -BSU_01400,rpmJ,AL009126.3,BSU01400,147837,147950,+,ribosomal protein L36 (ribosomal protein B),"Translation, ribosomal structure and biogenesis",P20278,Op102 -BSU_01410,rpsM,AL009126.3,BSU01410,147973,148338,+,ribosomal protein S13,"Translation, ribosomal structure and biogenesis",P20282,Op103 -BSU_01420,rpsK,AL009126.3,BSU01420,148359,148754,+,ribosomal protein S11 (BS11),"Translation, ribosomal structure and biogenesis",P04969,Op104 -BSU_01430,rpoA,AL009126.3,BSU01430,148931,149875,+,RNA polymerase (alpha subunit),Transcription,P20429,Op105 -BSU_01440,rplQ,AL009126.3,BSU01440,149953,150315,+,ribosomal protein L17 (BL15),"Translation, ribosomal structure and biogenesis",P20277,Op106 -BSU_01450,ecfA,AL009126.3,BSU01450,150443,151288,+,energizing coupling factor of ABC influx transporter (ATP-binding protein),Inorganic ion transport and metabolism,P40735,Op107 -BSU_01460,ecfAB,AL009126.3,BSU01460,151303,152133,+,energizing coupling factor of ABC influx transporter (ATP-binding protein),Inorganic ion transport and metabolism,P70970,Op108 -BSU_01470,ecfT,AL009126.3,BSU01470,152130,152927,+,component of the influx ECF transporters,Inorganic ion transport and metabolism,P70972,Op109 -BSU_01480,truA,AL009126.3,BSU01480,152937,153680,+,tRNA pseudouridine (38-40) synthase,"Translation, ribosomal structure and biogenesis",P70973,Op110 -BSU_01490,rplM,AL009126.3,BSU01490,153842,154279,+,ribosomal protein L13,"Translation, ribosomal structure and biogenesis",P70974,Op111 -BSU_01500,rpsI,AL009126.3,BSU01500,154300,154692,+,ribosomal protein S9,"Translation, ribosomal structure and biogenesis",P21470,Op112 -BSU_01510,ybaJ,AL009126.3,BSU01510,155156,155923,+,putative methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",P70976,Op113 -BSU_01520,ybaK,AL009126.3,BSU01520,156109,156552,+,conserved protein of unknown function,Function unknown,P50862,Op114 -BSU_01530,cwlD,AL009126.3,BSU01530,156612,157325,+,N-acetylmuramoyl-L-alanine amidase,Cell wall/membrane/envelope biogenesis,P50864,Op114 -BSU_01540,salA,AL009126.3,BSU01540,157421,158479,+,phosphorylation-dependent (Y327) transcriptional regulator,"Cell cycle control, cell division, chromosome partitioning",P50863,Op115 -BSU_01550,gerD,AL009126.3,BSU01550,158515,159072,-,lipoprotein factor mediating clustering of germination proteins,No COG annotation,P16450,Op116 -BSU_01560,kbaA,AL009126.3,BSU01560,159182,159778,+,inner membrane protein involved in activation of the KinB signaling pathway to sporulation,Function unknown,P16449,Op117 -BSU_01570,pdaB,AL009126.3,BSU01570,159779,160543,-,polysaccharide deacetylase involved in sporulation,Carbohydrate transport and metabolism,P50865,Op118 -BSU_01580,ybaR,AL009126.3,BSU01580,177083,178519,+,putative permease,Inorganic ion transport and metabolism,P55189,Op119 -BSU_01590,ybaS,AL009126.3,BSU01590,178665,179585,+,putative sodium dependent transporter,Function unknown,P55190,Op120 -BSU_01600,eesA,AL009126.3,BSU01600,179595,180347,-,iron-chelator (enterobactin family) esterase,Function unknown,P55192,Op121 -BSU_01610,feuC,AL009126.3,BSU01610,180344,181354,-,iron-uptake protein,Inorganic ion transport and metabolism,P40411,Op121 -BSU_01620,feuB,AL009126.3,BSU01620,181347,182351,-,ferri-bacillibactin permease,Inorganic ion transport and metabolism,P40410,Op121 -BSU_01630,feuA,AL009126.3,BSU01630,182370,183323,-,ferri-bacillibactin-binding lipoprotein,Inorganic ion transport and metabolism,P40409,Op121 -BSU_01640,btr,AL009126.3,BSU01640,183414,185003,-,transcriptional activator (AraC/XylS family) of synthesis and uptake of the siderophore bacillibactin,Transcription,P40408,Op122 -BSU_01650,ybbC,AL009126.3,BSU01650,185194,186438,-,conserved protein of unknown function,Function unknown,P40407,Op123 -BSU_01660,nagZ,AL009126.3,BSU01660,186452,188380,-,N-acetylglucosaminidase lipoprotein,Carbohydrate transport and metabolism,P40406,Op124 -BSU_01670,amiE,AL009126.3,BSU01670,188408,189733,-,amidase hydrolyzing N-acetylmuramyl-L-Ala bond of MurNAc peptides,Defense mechanisms,O05213,Op125 -BSU_01680,murP,AL009126.3,BSU01680,189790,191157,-,N-acetylmuramic acid PTS permease-MurP subunit,Carbohydrate transport and metabolism,Q797S1,Op126 -BSU_01690,murR,AL009126.3,BSU01690,191183,192034,-,transcriptional regulator MurR-N-acetylmuramic acid,Transcription,Q45581,Op127 -BSU_01700,murQ,AL009126.3,BSU01700,192051,192965,-,D-lactyl ether N-acetylmuramic-6-phosphate acid etherase,Carbohydrate transport and metabolism,Q45582,Op128 -BSU_01710,ybbJ,AL009126.3,BSU01710,193075,193557,-,putative acyltransferase,"Translation, ribosomal structure and biogenesis",Q45583,Op129 -BSU_01720,ybbK,AL009126.3,BSU01720,193570,194025,-,conserved protein of unknown function,Function unknown,Q45584,Op130 -BSU_01730,sigW,AL009126.3,BSU01730,194849,195412,+,RNA polymerase ECF(extracytoplasmic function)-type sigma factor W,Transcription,Q45585,Op131 -BSU_01740,rsiW,AL009126.3,BSU01740,195426,196052,+,anti-sigma(W) factor,Transcription,Q45588,Op131 -BSU_01750,cdaA,AL009126.3,BSU01750,196213,197034,+,diadenylate cyclase,Function unknown,Q45589,Op132 -BSU_01760,cdaR,AL009126.3,BSU01760,197027,198478,+,regulator of diadenylate cyclase activity,Function unknown,O34659,Op132 -BSU_01770,glmM,AL009126.3,BSU01770,198497,199843,+,phosphoglucosamine mutase,Carbohydrate transport and metabolism,O34824,Op132 -BSU_01780,glmS,AL009126.3,BSU01780,200277,202079,+,L-glutamine-D-fructose-6-phosphate amidotransferase,Cell wall/membrane/envelope biogenesis,P0CI73,Op133 -BSU_01790,ybbU,AL009126.3,BSU01790,202126,202266,+,hypothetical protein,No COG annotation,A0A2K4Z9G0,Op134 -BSU_01800,alkA,AL009126.3,BSU01800,202547,203458,-,DNA-3-methyladenine glycosylase%3B prophage 1 region,"Replication, recombination and repair",P37878,Op135 -BSU_01810,adaA,AL009126.3,BSU01810,203729,204364,+,methylphosphotriester-DNA alkyltransferase and transcriptional regulator (AraC/XylS family),Transcription,P19219,Op136 -BSU_01820,adaB,AL009126.3,BSU01820,204351,204890,+,O6-methylguanine-DNA methyltransferase%3B prophage 1 region,"Replication, recombination and repair",P19220,Op136 -BSU_01830,ndhF,AL009126.3,BSU01830,205409,206926,+,putative NADH dehydrogenase%3B prophage 1 region,Energy production and conversion,P39755,Op137 -BSU_01845,ybcC,AL009126.3,BSU01845,206941,209556,+,conserved transmembrane protein coupled to NADH-ubiquinone oxidoreductase chain 5 homolog%3B prophage 1 region,Function unknown,O34688,Op138 -BSU_01860,ybcF,AL009126.3,BSU01860,209633,210160,+,putative enzyme%3B prophage 1 region,Inorganic ion transport and metabolism,O34823,Op139 -BSU_01870,ybcH,AL009126.3,BSU01870,210224,210514,+,conserved protein of unknown function%3B prophage 1 region,No COG annotation,O34795,Op140 -BSU_01880,ybcI,AL009126.3,BSU01880,210572,210946,+,conserved hypothetical protein%3B prophage 1 region,Function unknown,O34380,Op141 -BSU_01889,ybzH,AL009126.3,BSU01889,211429,211731,+,putative transcriptional regulator (ArsR family)%3B prophage 1 region,Transcription,C0H3S9,Op142 -BSU_01890,ybcL,AL009126.3,BSU01890,211859,213031,+,putative efflux transporter%3B prophage 1 region,Amino acid transport and metabolism,O34663,Op143 -BSU_01900,ybcM,AL009126.3,BSU01900,213155,213469,+,putative enzyme,Cell wall/membrane/envelope biogenesis,O31421,Op144 -BSU_01910,skfA,AL009126.3,BSU01910,213941,214108,+,sporulation killing factor A,No COG annotation,O31422,Op145 -BSU_01920,skfB,AL009126.3,BSU01920,214175,215407,+,synthesis of sporulation killing factor A,"Translation, ribosomal structure and biogenesis",O31423,Op145 -BSU_01935,skfC,AL009126.3,BSU01935,215404,216894,+,sporulation killing factor biosynthesis and export,Defense mechanisms,O31425,Op145 -BSU_01950,skfE,AL009126.3,BSU01950,216913,217632,+,sporulation killing factor biosynthesis and export%3B ABC transporter (binding protein),Defense mechanisms,O31427,Op145 -BSU_01960,skfF,AL009126.3,BSU01960,217697,219040,+,sporulation killing factor biosynthesis and export%3B ABC transporter (permease),Function unknown,O31428,Op145 -BSU_01970,skfG,AL009126.3,BSU01970,219087,219602,+,sporulation killing factor biosynthesis and export,Energy production and conversion,O31429,Op145 -BSU_01980,skfH,AL009126.3,BSU01980,219607,220032,+,sibling killing effect%3B sporulation killing factor biosynthesis and export,Energy production and conversion,O31430,Op145 -BSU_01990,ybdG,AL009126.3,BSU01990,220279,221256,+,putative hydrolase/transferase,Function unknown,O31431,Op146 -BSU_02000,ybdJ,AL009126.3,BSU02000,221258,221929,+,two-component system response regulator [YbdK],Signal transduction mechanisms,O31432,Op147 -BSU_02010,ybdK,AL009126.3,BSU02010,221950,222912,+,two-component system sensor histidine kinase [YbdJ],Signal transduction mechanisms,O31433,Op148 -BSU_02019,ybzI,AL009126.3,BSU02019,222971,223234,+,conserved protein of unknown function,No COG annotation,C0H3T1,Op149 -BSU_02030,ybdM,AL009126.3,BSU02030,223219,223989,-,putative protein kinase,Transcription,O31435,Op150 -BSU_02040,ybdN,AL009126.3,BSU02040,224075,224932,-,putative phage protein%3B prophage region 1,No COG annotation,O31436,Op151 -BSU_02050,ybdO,AL009126.3,BSU02050,225064,226248,+,putative phage protein%3B prophage region 1,Function unknown,O31437,Op152 -BSU_02060,ybxG,AL009126.3,BSU02060,226566,227954,+,putative amino acid permease,Amino acid transport and metabolism,P54425,Op153 -BSU_02070,csgA,AL009126.3,BSU02070,228066,228314,+,sporulation-specific SASP protein,Function unknown,P54379,Op154 -BSU_02080,ybxH,AL009126.3,BSU02080,228331,228522,+,conserved protein of unknown function,Function unknown,P54426,Op154 -BSU_02090,ybxI,AL009126.3,BSU02090,228549,229352,-,exported beta-lactamase,Defense mechanisms,P54427,Op155 -BSU_02100,cypC,AL009126.3,BSU02100,229525,230778,+,fatty acid beta-hydroxylating cytochrome P450,"Secondary metabolites biosynthesis, transport, and catabolism",O31440,Op156 -BSU_02110,ybyB,AL009126.3,BSU02110,230819,231079,-,conserved protein of unknown function,No COG annotation,O31441,Op157 -BSU_02120,ybeC,AL009126.3,BSU02120,231348,232967,+,putative H+/amino acid transporter,Amino acid transport and metabolism,Q45577,Op158 -BSU_02130,glpQA,AL009126.3,BSU02130,233014,233895,-,secreted glycerophosphoryl diester phosphodiesterase,Energy production and conversion,P37965,Op159 -BSU_02140,glpT,AL009126.3,BSU02140,233994,235328,-,sn-glycerol-3-phosphate permease,Carbohydrate transport and metabolism,P37948,Op159 -BSU_02150,ybeF,AL009126.3,BSU02150,235625,235873,+,conserved protein of unknown function,Function unknown,O31442,Op160 -BSU_02160,ybfA,AL009126.3,BSU02160,235965,236882,+,putative transcriptional regulator with acetyltransferase domain,Transcription,O31443,Op161 -BSU_02170,ybfB,AL009126.3,BSU02170,236879,238129,+,putative carboxylate transporter,Carbohydrate transport and metabolism,O31444,Op162 -BSU_02180,ybfEc,AL009126.3,,238164,238448,-,conserved protein of unknown function (C-terminal end),No COG annotation,,Op163 -BSU_02181,ybfEn,AL009126.3,,238354,238476,-,conserved protein of unknown function YbfE (N-terminal fragment),No COG annotation,,Op164 -BSU_02190,ybfF,AL009126.3,BSU02190,238644,239555,-,conserved protein of unknown function,No COG annotation,O31446,Op165 -BSU_02200,ybfG,AL009126.3,BSU02200,239644,241842,-,putative pepdidoglycan binding protein,Cell wall/membrane/envelope biogenesis,O31447,Op166 -BSU_02210,ybfH,AL009126.3,BSU02210,241917,242837,-,putative permease,Amino acid transport and metabolism,O31448,Op167 -BSU_02220,ybfI,AL009126.3,BSU02220,242834,243661,-,putative transcriptional regulator (AraC/XylS family%2C cupin family),Transcription,O31449,Op168 -BSU_02230,purT,AL009126.3,BSU02230,243892,245046,+,phosphoribosylglycinamide formyltransferase 2,Nucleotide transport and metabolism,P39771,Op169 -BSU_02240,mpr,AL009126.3,BSU02240,245190,246131,+,extracellular glutamyl-endopeptidase,Cell wall/membrane/envelope biogenesis,P39790,Op170 -BSU_02250,ybfJ,AL009126.3,BSU02250,246094,246492,+,putative lipoprotein,No COG annotation,O31451,Op171 -BSU_02260,cesB,AL009126.3,BSU02260,246658,247548,+,enantioselective carboxylesterase,Function unknown,O31452,Op172 -BSU_02270,pssA,AL009126.3,BSU02270,247744,248277,+,phosphatidylserine synthase,Lipid transport and metabolism,P39823,Op173 -BSU_02280,ybfM,AL009126.3,BSU02280,248268,248756,+,putative membrane phosphatase,Function unknown,O31453,Op173 -BSU_02290,psd,AL009126.3,BSU02290,248749,249540,+,phosphatidylserine decarboxylase%3B 32 kDa precursor processed into a 29 kDa protein,Lipid transport and metabolism,P39822,Op173 -BSU_02300,ybfN,AL009126.3,BSU02300,249595,249873,+,conserved protein of unknown function,No COG annotation,O31454,Op174 -BSU_02310,ybfO,AL009126.3,BSU02310,249979,251319,+,putative exported hydrolase,Function unknown,O31455,Op175 -BSU_02320,ybfP,AL009126.3,BSU02320,251427,252314,+,putative transcriptional regulator (AraC/XylS family),Transcription,O31456,Op176 -BSU_02330,ybfQ,AL009126.3,BSU02330,252514,253482,+,putative enzyme with rhodanese domain,Function unknown,O31457,Op177 -BSU_02340,gltP,AL009126.3,BSU02340,253518,254762,-,proton/glutamate symport protein,Energy production and conversion,P39817,Op178 -BSU_02350,gamP,AL009126.3,BSU02350,254907,256802,-,phosphotransferase system (PTS) glucosamine-specific enzyme IICBA component,Carbohydrate transport and metabolism,P39816,Op179 -BSU_02360,gamA,AL009126.3,BSU02360,256823,257572,-,glucosamine-6-phosphate deaminase,Carbohydrate transport and metabolism,O31458,Op179 -BSU_02370,gamR,AL009126.3,BSU02370,257791,258498,+,transcriptional regulator-GlcN6P (GntR family),Transcription,O31459,Op180 -BSU_02380,ybgB,AL009126.3,BSU02380,258532,258807,+,conserved protein of unknown function (B. subtilis-specific),No COG annotation,O31460,Op180 -BSU_02390,ilvE,AL009126.3,BSU02390,259016,260086,+,isoleucine-valine aminotransferase / aromatic amino acid aminotransferase,Amino acid transport and metabolism,O31461,Op181 -BSU_02400,ybgF,AL009126.3,BSU02400,260123,261535,-,putative aminoacid permease,Amino acid transport and metabolism,O31462,Op182 -BSU_02410,ybgG,AL009126.3,BSU02410,261656,262603,-,homocysteine methylase using (R%2CS)AdoMet,Coenzyme transport and metabolism,O31463,Op183 -BSU_02420,glnT,AL009126.3,BSU02420,262732,264168,-,glutamine transporter,Amino acid transport and metabolism,O31464,Op184 -BSU_02430,glsA,AL009126.3,BSU02430,264191,265174,-,glutaminase,Amino acid transport and metabolism,O31465,Op184 -BSU_02440,glnJ,AL009126.3,BSU02440,265476,266708,+,two-component sensor histidine kinase [GlnL] for glutamine degradation,Signal transduction mechanisms,P40758,Op185 -BSU_02450,glnL,AL009126.3,BSU02450,266719,267663,+,two-component response regulator [GlnJ] for glutamine utilisation,Signal transduction mechanisms,P40759,Op186 -BSU_02460,kdgD,AL009126.3,BSU02460,267890,268816,+,5-dehydro-4-deoxyglucarate dehydratase,Amino acid transport and metabolism,P42235,Op187 -BSU_02470,gucD,AL009126.3,BSU02470,268846,270312,+,2%2C5-dioxovalerate dehydrogenase (alpha-ketoglutaric semialdehyde dehydrogenase),Energy production and conversion,P42236,Op187 -BSU_02480,gudP,AL009126.3,BSU02480,270396,271763,+,glucarate transporter,Carbohydrate transport and metabolism,P42237,Op187 -BSU_02490,gudD,AL009126.3,BSU02490,271800,273167,+,glucarate dehydratase,Cell wall/membrane/envelope biogenesis,P42238,Op187 -BSU_02500,garR,AL009126.3,BSU02500,273237,273938,+,transcriptional regulator (GntR family),Transcription,P42239,Op187 -BSU_02510,garD,AL009126.3,BSU02510,274029,275561,+,D-galactarate dehydratase,Carbohydrate transport and metabolism,P42240,Op187 -BSU_02520,ycbJ,AL009126.3,BSU02520,275838,276758,+,putative phosphotransferase,Function unknown,P42242,Op187 -BSU_02530,rtpA,AL009126.3,BSU02530,277160,277321,+,anti-TRAP regulator,Transcription,O31466,Op188 -BSU_02540,ycbK,AL009126.3,BSU02540,277342,278280,+,putative tryptophan or indole exporter,Amino acid transport and metabolism,P42243,Op188 -BSU_02550,ycbL,AL009126.3,BSU02550,278377,279057,+,two-component response regulator [YcbM],Signal transduction mechanisms,P42244,Op189 -BSU_02560,ycbM,AL009126.3,BSU02560,279059,279994,+,two-component sensor histidine kinase [YcbL],Signal transduction mechanisms,P42245,Op189 -BSU_02570,ycbN,AL009126.3,BSU02570,280086,281009,+,putative ABC efflux transporter (ATP-binding protein),Defense mechanisms,P42246,Op190 -BSU_02580,ycbO,AL009126.3,BSU02580,281028,281714,+,putative Na+-driven exporter,Function unknown,P42247,Op191 -BSU_02585,BSU_02585,AL009126.3,BSU02585,281675,281809,-,hypothetical protein,No COG annotation,A0A2K4Z9H7,Op192 -BSU_02590,ycbP,AL009126.3,BSU02590,281769,282155,-,putative inner integral membrane protein,Function unknown,P42248,Op193 -BSU_02600,cwlJ,AL009126.3,BSU02600,282469,282897,+,spore cortex cell wall hydrolase,Cell wall/membrane/envelope biogenesis,P42249,Op194 -BSU_02610,ycbR,AL009126.3,BSU02610,283003,283734,+,conserved protein of unknown function,Signal transduction mechanisms,P42250,Op195 -BSU_02619,yczK,AL009126.3,BSU02619,283816,283992,+,conserved protein of unknown function,No COG annotation,C0H3T2,Op196 -BSU_02620,phoD,AL009126.3,BSU02620,284011,285762,+,secreted phosphodiesterase (endo-hydrolysis at non-specific sites throughout the cell wall teichoic acid polymer),Inorganic ion transport and metabolism,P42251,Op197 -BSU_02630,tatAD,AL009126.3,BSU02630,285775,285987,+,component of the twin-arginine pre-protein translocation pathway,"Intracellular trafficking, secretion, and vesicular transport",O31467,Op198 -BSU_02640,tatCD,AL009126.3,BSU02640,286048,286776,+,component of the twin-arginine pre-protein translocation pathway,"Intracellular trafficking, secretion, and vesicular transport",P42252,Op199 -BSU_02650,pcp,AL009126.3,BSU02650,286773,287420,-,pyrrolidone-carboxylate (pyroglutamate) peptidase,"Post-translational modification, protein turnover, and chaperones",P28618,Op200 -BSU_02660,ycbU,AL009126.3,BSU02660,287499,288611,+,putative lyase (PLP-dependent),Amino acid transport and metabolism,P42253,Op201 -BSU_02670,lmrB,AL009126.3,BSU02670,288653,290092,-,flavonoid efflux transporter%3B drug-export protein,Amino acid transport and metabolism,O35018,Op202 -BSU_02680,lmrA,AL009126.3,BSU02680,290132,290698,-,transcriptional repressor of lmrAB and yxaGH operons (flavonoid and antibiotic resistance),Transcription,O34619,Op202 -BSU_02690,ansZ,AL009126.3,BSU02690,290915,292042,+,L-asparaginase 2 (putative lipoprotein),Amino acid transport and metabolism,O34482,Op203 -BSU_02700,estA,AL009126.3,BSU02700,292205,292843,+,secreted alkaliphilic lipase,Function unknown,P37957,Op204 -BSU_02710,yczC,AL009126.3,BSU02710,292881,293264,-,putative integral membrane protein of unknown function,Function unknown,O31469,Op205 -BSU_02720,yccF,AL009126.3,BSU02720,293499,294575,+,conserved protein of unknown function,Transcription,O34478,Op206 -BSU_02730,natK,AL009126.3,BSU02730,294615,295571,-,two-component sensor histidine kinase [NatR],Signal transduction mechanisms,P70954,Op207 -BSU_02740,natR,AL009126.3,BSU02740,295584,296285,-,two-component response regulator [NatK],Signal transduction mechanisms,P70955,Op208 -BSU_02750,natA,AL009126.3,BSU02750,296429,297169,+,Na+ ABC efflux transporter (ATP-binding protein),Energy production and conversion,P46903,Op209 -BSU_02760,natB,AL009126.3,BSU02760,297170,298330,+,Na+ ABC efflux transporter (permease),Energy production and conversion,P46904,Op209 -BSU_02770,yccK,AL009126.3,BSU02770,298466,299398,+,putative ion channel associated aldo-keto reductase,Energy production and conversion,P46905,Op210 -BSU_02780,ycdA,AL009126.3,BSU02780,299438,300502,-,lipoprotein involved in swarming behaviour,Function unknown,O34538,Op211 -BSU_02785,BSU_02785,AL009126.3,BSU02785,300525,300656,-,hypothetical protein,No COG annotation,A0A2K4Z9F5,Op212 -BSU_02790,ycdB,AL009126.3,BSU02790,300830,302248,+,conserved protein of unknown function,Transcription,O34621,Op213 -BSU_02800,ycdC,AL009126.3,BSU02800,302435,303796,+,conserved protein of unknown function,Transcription,O34772,Op214 -BSU_02810,cwlK,AL009126.3,BSU02810,303804,304307,-,murein L%2CD:-endopeptidase,Cell wall/membrane/envelope biogenesis,O34360,Op215 -BSU_02820,rapJ,AL009126.3,BSU02820,304430,305551,+,response regulator aspartate phosphatase,Function unknown,O34327,Op216 -BSU_02830,ycdF,AL009126.3,BSU02830,305658,306434,+,putative oxidoreductase,Lipid transport and metabolism,P80869,Op217 -BSU_02840,ycdG,AL009126.3,BSU02840,306459,308144,+,putative oligo-carbohydrate hydrolase,Carbohydrate transport and metabolism,O34364,Op218 -BSU_02850,znuA,AL009126.3,BSU02850,308332,309291,+,Zn(II)-binding lipoprotein,Inorganic ion transport and metabolism,O34966,Op219 -BSU_02860,znuC,AL009126.3,BSU02860,309347,310042,+,Zn(II) transporter (ATP-binding protein),Inorganic ion transport and metabolism,O34946,Op219 -BSU_02870,znuB,AL009126.3,BSU02870,310000,310842,+,high affinity Zn(II) ABC transporter (permease),Inorganic ion transport and metabolism,O34610,Op219 -BSU_02880,yceB,AL009126.3,BSU02880,310880,311875,-,putative luciferase-like monooxygenase,Energy production and conversion,O34504,Op220 -BSU_02890,yceC,AL009126.3,BSU02890,312159,312758,+,putative stress adaptation protein (tellurite resistance),Signal transduction mechanisms,P81100,Op221 -BSU_02900,yceD,AL009126.3,BSU02900,312780,313361,+,putative stress adaptation protein (tellurite resistance),Signal transduction mechanisms,P80875,Op221 -BSU_02910,yceE,AL009126.3,BSU02910,313396,313974,+,putative stress adaptation protein (tellurite resistance),Signal transduction mechanisms,O34384,Op221 -BSU_02920,yceF,AL009126.3,BSU02920,314025,314798,+,putative stress adaptation transporter (tellurite resistance),Inorganic ion transport and metabolism,O34447,Op221 -BSU_02930,yceG,AL009126.3,BSU02930,314883,316496,+,putative toxic compound adaptation protein (tellurite resistance),Function unknown,O34809,Op221 -BSU_02940,yceH,AL009126.3,BSU02940,316512,317603,+,putative reactive oxygen species resistance protein,Inorganic ion transport and metabolism,O34833,Op221 -BSU_02950,niaP,AL009126.3,BSU02950,317725,318927,+,niacin permease,Inorganic ion transport and metabolism,O34691,Op222 -BSU_02960,yceJ,AL009126.3,BSU02960,319180,320352,-,putative carbohydrate transporter (possibly exporter),Amino acid transport and metabolism,O34724,Op223 -BSU_02970,yceK,AL009126.3,BSU02970,320421,320723,-,putative transcriptional regulator (ArsR family),Transcription,O34464,Op224 -BSU_02980,opuAA,AL009126.3,BSU02980,321013,322269,+,L-proline betaine and betonicine ABC transporter (ATP-binding protein),Amino acid transport and metabolism,P46920,Op225 -BSU_02990,opuAB,AL009126.3,BSU02990,322271,323119,+,L-proline betaine and betonicine ABC transporter (permease),Inorganic ion transport and metabolism,P46921,Op225 -BSU_03000,opuAC,AL009126.3,BSU03000,323119,324000,+,L-proline betaine and betonicine ABC transporter ABC transporter (glycine betaine-binding lipoprotein),Amino acid transport and metabolism,P46922,Op225 -BSU_03010,amhX,AL009126.3,BSU03010,324038,325189,-,putative amidohydrolase,Function unknown,P54983,Op226 -BSU_03020,ycgA,AL009126.3,BSU03020,325339,326772,+,putative branched chain amino acid permease,Function unknown,P55908,Op227 -BSU_03030,ycgB,AL009126.3,BSU03030,326888,327469,+,putative integral inner membrane protein of unknown function,No COG annotation,P55909,Op228 -BSU_03040,amyE,AL009126.3,BSU03040,327618,329597,+,alpha-amylase,Carbohydrate transport and metabolism,P00691,Op229 -BSU_03050,lctE,AL009126.3,BSU03050,329774,330739,+,L-lactate dehydrogenase,Energy production and conversion,P13714,Op230 -BSU_03060,lctP,AL009126.3,BSU03060,330771,332396,+,L-lactate permease,Energy production and conversion,P55910,Op230 -BSU_03070,mdr,AL009126.3,BSU03070,332441,333979,-,multidrug-efflux transporter,Amino acid transport and metabolism,P96712,Op231 -BSU_03080,ycgE,AL009126.3,BSU03080,334092,334556,+,putative transcriptional regulator,Transcription,O31472,Op232 -BSU_03090,ycgF,AL009126.3,BSU03090,334630,335259,+,putative aminoacid export permease,Amino acid transport and metabolism,P94381,Op233 -BSU_03100,ycgG,AL009126.3,BSU03100,335329,336090,+,conserved protein of unknown function (similar to phage protein),Function unknown,P94382,Op233 -BSU_03110,ycgH,AL009126.3,BSU03110,336092,337432,-,putative amino acid transporter,Amino acid transport and metabolism,P94383,Op234 -BSU_03120,ycgI,AL009126.3,BSU03120,337562,338158,+,xenotiotic metabolite methyltransferase,Function unknown,O31473,Op235 -BSU_03130,nadE,AL009126.3,BSU03130,338288,339106,+,ammonium-dependent NAD+ synthetase,Coenzyme transport and metabolism,P08164,Op236 -BSU_03140,tmrB,AL009126.3,BSU03140,339156,339749,-,ATP-binding tunicamycin resistance protein,Function unknown,P12921,Op237 -BSU_03150,aroK,AL009126.3,BSU03150,340025,340585,+,shikimate kinase,Nucleotide transport and metabolism,P37944,Op238 -BSU_03160,ycgJ,AL009126.3,BSU03160,340613,341374,-,xenotiotic metabolite methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",O31474,Op239 -BSU_03170,ycgK,AL009126.3,BSU03170,341492,342466,+,putative transcriptional regulator (LysR family),Transcription,P94387,Op240 -BSU_03180,cah,AL009126.3,BSU03180,342538,343494,+,promiscuous acetyl xylan esterase-cephalosporin C deacetylase,"Secondary metabolites biosynthesis, transport, and catabolism",P94388,Op241 -BSU_03190,ycgL,AL009126.3,BSU03190,343578,344360,+,conserved protein of unknown function,Function unknown,P94389,Op242 -BSU_03200,putB,AL009126.3,BSU03200,344551,345462,+,proline oxidase,Amino acid transport and metabolism,P94390,Op243 -BSU_03210,putC,AL009126.3,BSU03210,345479,347026,+,1-pyrroline-5-carboxylate dehydrogenase,Energy production and conversion,P94391,Op243 -BSU_03220,putP,AL009126.3,BSU03220,347150,348571,+,proline permease,Amino acid transport and metabolism,P94392,Op243 -BSU_03230,putR,AL009126.3,BSU03230,348724,349959,+,transcriptional activator of proline degradation operon,"Secondary metabolites biosynthesis, transport, and catabolism",P94393,Op244 -BSU_03240,ycgQ,AL009126.3,BSU03240,349996,350853,-,conserved protein of unknown function,Function unknown,P94394,Op245 -BSU_03250,ycgR,AL009126.3,BSU03250,350858,351742,-,putative permease,Function unknown,P94395,Op246 -BSU_03260,ycgS,AL009126.3,BSU03260,351842,352696,-,putative aromatic hydrocarbon hydrolase,Lipid transport and metabolism,P94396,Op247 -BSU_03270,ffoR,AL009126.3,BSU03270,352858,353868,+,Fur-regulated NADPH:ferredoxin oxidoreductase,Energy production and conversion,O31475,Op248 -BSU_03280,nasF,AL009126.3,BSU03280,353900,355351,-,uroporphyrin-III C-methyltransferase,Coenzyme transport and metabolism,P42437,Op249 -BSU_03290,nasE,AL009126.3,BSU03290,355412,355732,-,assimilatory nitrite reductase subunit,Inorganic ion transport and metabolism,P42436,Op249 -BSU_03300,nasD,AL009126.3,BSU03300,355764,358181,-,assimilatory nitrite reductase subunit,Energy production and conversion,P42435,Op249 -BSU_03310,nasC,AL009126.3,BSU03310,358303,360435,-,assimilatory nitrate reductase (catalytic subunit),Energy production and conversion,P42434,Op249 -BSU_03320,nasB,AL009126.3,BSU03320,360442,362757,-,assimilatory nitrate reductase (electron transfer subunit NasB),Energy production and conversion,P42433,Op249 -BSU_03330,nasA,AL009126.3,BSU03330,362937,364142,+,putative nitrate transporter,Inorganic ion transport and metabolism,P42432,Op250 -BSU_03340,folEB,AL009126.3,BSU03340,364259,365173,+,GTP cyclohydrolase I,Function unknown,P94398,Op251 -BSU_03350,yciB,AL009126.3,BSU03350,365170,365754,+,putative Zn(2+)-dependent division lipoprotein (schizosome),Cell wall/membrane/envelope biogenesis,C0SP99,Op251 -BSU_03359,yczL,AL009126.3,BSU03359,365850,366035,+,hypothetical protein,No COG annotation,C0H3U7,Op251 -BSU_03360,zinU,AL009126.3,BSU03360,366063,367256,+,zinc metallochaperone with NTPase activity,Function unknown,P94400,Op251 -BSU_03370,yckA,AL009126.3,BSU03370,367305,367985,-,aminoacid ABC transporter (permease subunit),Inorganic ion transport and metabolism,P42399,Op252 -BSU_03380,yckB,AL009126.3,BSU03380,367995,368858,-,amino acid ABC transporter (binding lipoprotein subunit),Amino acid transport and metabolism,P42400,Op253 -BSU_03385,BSU_03385,AL009126.3,BSU03385,369020,369217,+,hypothetical protein,No COG annotation,A0A2K4Z9F2,Op254 -BSU_03390,yckC,AL009126.3,BSU03390,369236,369691,+,conserved integral membrane protein of unknown function,Function unknown,P42401,Op255 -BSU_03400,yckD,AL009126.3,BSU03400,369773,370105,+,putative exported protein,Function unknown,P42402,Op256 -BSU_03410,bglC,AL009126.3,BSU03410,370259,371692,+,aryl-phospho-beta-d-glucosidase,Carbohydrate transport and metabolism,P42403,Op257 -BSU_03420,nin,AL009126.3,BSU03420,371729,372127,-,inhibitor of the DNA degrading activity of NucA (competence),Function unknown,P12669,Op258 -BSU_03430,nucA,AL009126.3,BSU03430,372154,372603,-,endonuclease,Cell wall/membrane/envelope biogenesis,UPI0001976238,Op258 -BSU_03440,tlpC,AL009126.3,BSU03440,372771,374492,-,methyl-accepting chemotaxis protein (plant colonization),Cell motility,P39209,Op259 -BSU_03450,hxlB,AL009126.3,BSU03450,374603,375160,-,6-phospho-3-hexuloisomerase (PHI),Carbohydrate transport and metabolism,P42404,Op260 -BSU_03460,hxlA,AL009126.3,BSU03460,375166,375798,-,3-hexulose-6-phosphate synthase (HPS),Carbohydrate transport and metabolism,P42405,Op260 -BSU_03470,hxlR,AL009126.3,BSU03470,376032,376394,+,positive regulator of hxlAB expression (formaldehyde sensing),Transcription,P42406,Op261 -BSU_03480,srfAA,AL009126.3,BSU03480,376968,387731,+,surfactin synthetase,"Secondary metabolites biosynthesis, transport, and catabolism",P27206,Op262 -BSU_03490,srfAB,AL009126.3,BSU03490,387744,398495,+,surfactin synthetase,"Secondary metabolites biosynthesis, transport, and catabolism",Q04747,Op262 -BSU_03500,comS,AL009126.3,BSU03500,390880,391020,+,regulator of genetic competence,No COG annotation,P80355,Op262 -BSU_03510,srfAC,AL009126.3,BSU03510,398532,402359,+,surfactin synthetase,"Secondary metabolites biosynthesis, transport, and catabolism",Q08787,Op262 -BSU_03520,srfAD,AL009126.3,BSU03520,402388,403116,+,surfactin synthetase,"Secondary metabolites biosynthesis, transport, and catabolism",Q08788,Op262 -BSU_03530,srfT,AL009126.3,BSU03530,403217,404443,+,surfactin exporter,Amino acid transport and metabolism,Q08791,Op263 -BSU_03540,ycxB,AL009126.3,BSU03540,404458,405015,-,hypothetical protein,Function unknown,Q08793,Op264 -BSU_03550,ycxC,AL009126.3,BSU03550,405069,406007,-,putative permease,Amino acid transport and metabolism,Q08794,Op264 -BSU_03560,ycxD,AL009126.3,BSU03560,406131,407465,+,putative PLP-dependent transcriptional regulator,Transcription,Q08792,Op265 -BSU_03569,sfpAc,AL009126.3,,407460,407627,-,C-terminal part of 4'-phosphopantetheinyl transferase (Surfactin synthetase-activating enzyme),Coenzyme transport and metabolism,,Op266 -BSU_03570,sfpAn,AL009126.3,,407638,408135,-,N-terminal part of 4'-phosphopantetheinyl transferase (surfactin synthetase-activating enzyme),Coenzyme transport and metabolism,,Op267 -BSU_03580,yczE,AL009126.3,BSU03580,408240,408887,-,integral inner membrane protein regulating antibiotic production,Function unknown,O34927,Op268 -BSU_03590,tcyC,AL009126.3,BSU03590,409208,409951,-,cystine ABC transporter (ATP-binding protein),Amino acid transport and metabolism,P39456,Op269 -BSU_03600,tcyB,AL009126.3,BSU03600,409965,410669,-,cystine ABC transporter (permease),Inorganic ion transport and metabolism,P42200,Op269 -BSU_03610,tcyA,AL009126.3,BSU03610,410656,411462,-,cystine ABC transporter (substrate-binding lipoprotein),Amino acid transport and metabolism,P42199,Op269 -BSU_03620,bsdA,AL009126.3,BSU03620,411578,412450,-,HTH-type transcriptional regulator BsdA (LysR family),Transcription,P94403,Op270 -BSU_03630,ubiX,AL009126.3,BSU03630,412540,413154,+,phenolic acid decarboxylase-flavin prenyltransferase subunit,Coenzyme transport and metabolism,P94404,Op271 -BSU_03640,bsdC,AL009126.3,BSU03640,413157,414578,+,promiscuous phenolic acid decarboxylase subunit%3B 1%2C4-dihydroxy-2-naphtoate-heptaprenyl diphosphate decarboxylase,Coenzyme transport and metabolism,P94405,Op272 -BSU_03651,bsdD,AL009126.3,BSU03651,414595,414822,+,phenolic acid decarboxylase subunit,Function unknown,C0H3U9,Op273 -BSU_03652,yclD,AL009126.3,BSU03652,414819,415283,+,putative FMN-binding enzyme subunit,No COG annotation,C0SPB5,Op274 -BSU_03660,yclE,AL009126.3,BSU03660,415350,416195,+,putative hydrolase,Function unknown,P94407,Op275 -BSU_03670,dtpT,AL009126.3,BSU03670,416235,417713,-,di-tripeptide-proton ABC symporter,Amino acid transport and metabolism,P94408,Op276 -BSU_03680,yclG,AL009126.3,BSU03680,417993,419747,+,putative uronase,Cell wall/membrane/envelope biogenesis,P94409,Op277 -BSU_03690,yczF,AL009126.3,BSU03690,419763,419984,-,conserved protein of unknown function,No COG annotation,O31479,Op278 -BSU_03700,gerKA,AL009126.3,BSU03700,420110,421744,+,spore germination receptor subunit,Amino acid transport and metabolism,P49939,Op279 -BSU_03710,gerKC,AL009126.3,BSU03710,421734,422957,+,spore germination receptor subunit,Function unknown,P49941,Op279 -BSU_03720,gerKB,AL009126.3,BSU03720,422982,424103,+,spore germination receptor subunit,Nucleotide transport and metabolism,P49940,Op279 -BSU_03730,yclH,AL009126.3,BSU03730,424208,424888,-,putative ABC transporter (ATPase component),Inorganic ion transport and metabolism,P94411,Op280 -BSU_03740,yclI,AL009126.3,BSU03740,424904,426364,-,putative transporter,Defense mechanisms,P94412,Op281 -BSU_03750,yclJ,AL009126.3,BSU03750,426577,427260,+,two-component response regulator [YclK] (possibly involved in arabinogalactan metabolism),Signal transduction mechanisms,P94413,Op282 -BSU_03760,yclK,AL009126.3,BSU03760,427247,428668,+,two-component sensor histidine kinase [YclJ],Signal transduction mechanisms,P94414,Op283 -BSU_03770,rapC,AL009126.3,BSU03770,428831,429979,+,response regulator aspartate phosphatase,Function unknown,P94415,Op284 -BSU_03780,phrC,AL009126.3,BSU03780,429963,430085,+,secreted regulator of the activity of phosphatase RapC and competence and sporulation stimulating factor (CSF),No COG annotation,P94416,Op284 -BSU_03788,yczM,AL009126.3,BSU03788,430185,430274,-,putative type I toxin,No COG annotation,C0H3V0,Op285 -BSU_03789,yczN,AL009126.3,BSU03789,430356,430469,-,putative spore and germination protein,No COG annotation,C0H3V1,Op286 -BSU_03790,thrD,AL009126.3,BSU03790,430623,431987,-,aspartate kinase III,Amino acid transport and metabolism,P94417,Op287 -BSU_03800,pbtN,AL009126.3,BSU03800,432372,433322,+,petrobactin iron-siderophore ABC transporter (permease),Inorganic ion transport and metabolism,P94418,Op288 -BSU_03810,pbtO,AL009126.3,BSU03810,433315,434262,+,petrobactin iron-siderophore ABC transporter (permease),Inorganic ion transport and metabolism,P94419,Op288 -BSU_03820,pbtP,AL009126.3,BSU03820,434256,435014,+,petrobactin iron-siderophore ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,P94420,Op288 -BSU_03830,pbtQ,AL009126.3,BSU03830,435036,435989,+,petrobactin iron-siderophore ABC transporter (binding lipoprotein),Inorganic ion transport and metabolism,P94421,Op288 -BSU_03840,ycnB,AL009126.3,BSU03840,436036,437454,-,putative efflux transporter,Amino acid transport and metabolism,P94422,Op289 -BSU_03850,ycnC,AL009126.3,BSU03850,437474,438352,-,putative transcriptional regulator (TetR/AcrR family),Transcription,P94423,Op289 -BSU_03860,nfrAB,AL009126.3,BSU03860,438516,439265,-,NADPH-FMN oxidoreductase (nitroreductase),Energy production and conversion,P94424,Op290 -BSU_03870,ycnE,AL009126.3,BSU03870,439282,439569,-,putative AI-2 degrading enzyme,Function unknown,P94425,Op290 -BSU_03880,yczG,AL009126.3,BSU03880,439709,440023,+,putative transcriptional regulator (ArsR family),Transcription,O31480,Op291 -BSU_03890,gabR,AL009126.3,BSU03890,440025,441464,-,transcriptional regulator (GntR/MocR family) with PLP binding site (GabR-GABA-PLP aldimine),Transcription,P94426,Op292 -BSU_03900,gabT,AL009126.3,BSU03900,441571,442881,+,4-aminobutyrate aminotransferase,Amino acid transport and metabolism,P94427,Op293 -BSU_03910,gabD,AL009126.3,BSU03910,442950,444338,+,succinate-semialdehyde dehydrogenase,Energy production and conversion,P94428,Op293 -BSU_03920,glcU,AL009126.3,BSU03920,444461,445324,+,glucose uptake protein,"Intracellular trafficking, secretion, and vesicular transport",P40420,Op294 -BSU_03930,gdh,AL009126.3,BSU03930,445344,446129,+,forespore glucose 1-dehydrogenase,Lipid transport and metabolism,P12310,Op294 -BSU_03940,cutI,AL009126.3,BSU03940,446174,446788,-,putative membrane protein involved in copper intake,Function unknown,P94431,Op295 -BSU_03950,cutJ,AL009126.3,BSU03950,446801,448426,-,copper import permease subunit,Inorganic ion transport and metabolism,C0SP95,Op296 -BSU_03960,cutR,AL009126.3,BSU03960,448461,449033,-,transcriptional regulator of copper intake (CutR-Cu(+)),Transcription,P94433,Op297 -BSU_03970,ycnL,AL009126.3,BSU03970,449198,449551,+,putative reductase or disulfide isomerase,No COG annotation,P94434,Op298 -BSU_03981,mtlA,AL009126.3,BSU03981,449724,451160,+,phosphotransferase system (PTS) mannitol-specific enzyme IICB component,Carbohydrate transport and metabolism,P42956,Op299 -BSU_03982,mtlF,AL009126.3,BSU03982,451185,451616,+,phosphotransferase system (PTS) mannitol-specific enzyme IIA component,Carbohydrate transport and metabolism,C0H3V2,Op299 -BSU_03990,mtlD,AL009126.3,BSU03990,451618,452739,+,mannitol-1-phosphate 5-dehydrogenase,Carbohydrate transport and metabolism,P42957,Op299 -BSU_04000,ycsA,AL009126.3,BSU04000,452830,453894,+,putative tartrate dehydrogenase,Energy production and conversion,P42958,Op300 -BSU_04010,sipU,AL009126.3,BSU04010,454029,454592,+,type I signal peptidase,"Intracellular trafficking, secretion, and vesicular transport",P42959,Op301 -BSU_04020,yczH,AL009126.3,BSU04020,454652,455260,-,putative hydrolase,"Secondary metabolites biosynthesis, transport, and catabolism",O31482,Op302 -BSU_04030,ycsD,AL009126.3,BSU04030,455346,455738,+,putative hydroxyacyl-(acyl carrier protein) dehydratase,Lipid transport and metabolism,P42961,Op303 -BSU_04039,yczO,AL009126.3,BSU04039,455771,455935,-,conserved protein of unknown function,No COG annotation,C0H3V3,Op304 -BSU_04040,ribZ,AL009126.3,BSU04040,456068,456817,+,5-amino-6-ribitylamino-2%2C4(1H%2C 3H)-pyrimidinedione 5'-phosphate phosphatase / 5' nucleotidase,Function unknown,P42962,Op305 -BSU_04050,pxpA,AL009126.3,BSU04050,457023,457796,+,oxoprolinase subunit A,Function unknown,P42963,Op306 -BSU_04060,pxpG,AL009126.3,BSU04060,457811,459025,+,5-oxoproline transporter,Inorganic ion transport and metabolism,P42964,Op306 -BSU_04070,pxpI,AL009126.3,BSU04070,459049,459822,+,putative D-5-oxoproline epimerase,Function unknown,P42966,Op306 -BSU_04080,pxpB,AL009126.3,BSU04080,459867,460589,+,L-5-oxoprolinase (ATP-dependent) subunit B,Amino acid transport and metabolism,P60495,Op306 -BSU_04090,pxpC,AL009126.3,BSU04090,460592,461599,+,L-5-oxoprolinase (ATP-dependent) subunit C,Amino acid transport and metabolism,Q7WY77,Op306 -BSU_04100,pxpR,AL009126.3,BSU04100,461615,462367,+,transcriptional regulator of the pxp operon (IclR family),Transcription,P42968,Op306 -BSU_04110,lipC,AL009126.3,BSU04110,462431,463072,+,spore coat phospholipase B,Amino acid transport and metabolism,P42969,Op306 -BSU_04120,yczI,AL009126.3,BSU04120,463245,463490,+,conserved protein of unknown function,No COG annotation,P42970,Op307 -BSU_04130,yczJ,AL009126.3,BSU04130,463496,463783,-,conserved protein of unknown function,Function unknown,O31484,Op308 -BSU_04140,pbpC,AL009126.3,BSU04140,463934,465940,+,penicillin-binding lipoprotein 3%3B transpeptidase,Cell wall/membrane/envelope biogenesis,P42971,Op309 -BSU_04150,ycsN,AL009126.3,BSU04150,466042,466944,+,putative oxidoreductase,Function unknown,P42972,Op310 -BSU_04160,mtlR,AL009126.3,BSU04160,467130,469214,+,transcriptional regulator%2C PTS-dependent activator,Transcription,P96574,Op311 -BSU_04170,ydaB,AL009126.3,BSU04170,469426,470937,+,putative acyl-CoA ligase,Lipid transport and metabolism,P96575,Op312 -BSU_04180,ydaC,AL009126.3,BSU04180,470957,471502,-,putative methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",P96576,Op313 -BSU_04190,ydaD,AL009126.3,BSU04190,471709,472569,+,putative dehydrogenase,Lipid transport and metabolism,P80873,Op314 -BSU_04200,lyxE,AL009126.3,BSU04200,472585,473088,+,D-lyxose ketol isomerase,Function unknown,P96578,Op314 -BSU_04210,ydaF,AL009126.3,BSU04210,473174,473725,+,putative ribosomal protein N-acetyltransferase,"Translation, ribosomal structure and biogenesis",P96579,Op314 -BSU_04220,ydaG,AL009126.3,BSU04220,473803,474225,+,putative general stress protein,Function unknown,P80238,Op314 -BSU_04230,amj,AL009126.3,BSU04230,474731,475540,+,lipid II flippase,"Intracellular trafficking, secretion, and vesicular transport",P96581,Op315 -BSU_04240,ydzA,AL009126.3,BSU04240,475584,475874,-,conserved protein of unknown function,Amino acid transport and metabolism,O31485,Op316 -BSU_04250,lrpC,AL009126.3,BSU04250,476059,476493,+,transcriptional regulator (Lrp/AsnC family),Transcription,P96582,Op317 -BSU_04260,topB,AL009126.3,BSU04260,476558,478741,+,DNA topoisomerase III,"Replication, recombination and repair",P96583,Op318 -BSU_04270,epsJ,AL009126.3,BSU04270,478944,480032,+,glycosyl hydrolase lipoprotein,Cell wall/membrane/envelope biogenesis,O31486,Op319 -BSU_04280,epsK,AL009126.3,BSU04280,480013,480864,+,cyclic-di-GMP receptor,Signal transduction mechanisms,P96585,Op319 -BSU_04290,ydaL,AL009126.3,BSU04290,480875,482584,+,conserved protein of unknown function,Function unknown,O31487,Op319 -BSU_04300,ydaM,AL009126.3,BSU04300,482577,483839,+,putative glycosyltransferase associated to biofilm formation,Cell wall/membrane/envelope biogenesis,P96587,Op319 -BSU_04310,ydaN,AL009126.3,BSU04310,483845,485956,+,putative regulator of exopolysaccharide synthesis,Function unknown,O31488,Op319 -BSU_04320,kimA,AL009126.3,BSU04320,486432,488255,+,cyclic di-AMP controlled transporter of potassium,Amino acid transport and metabolism,P96589,Op320 -BSU_04330,nudT,AL009126.3,BSU04330,488314,488763,+,putative NTP pyrophosphohydrolase,"Replication, recombination and repair",P96590,Op321 -BSU_04340,poxB,AL009126.3,BSU04340,488830,490554,+,acetyl-phosphate generating pyruvate oxidase,Amino acid transport and metabolism,P96591,Op322 -BSU_04345,BSU_04345,AL009126.3,BSU04345,490546,490749,-,hypothetical protein,No COG annotation,A0A2K4Z9F4,Op323 -BSU_04359,ydzK,AL009126.3,BSU04359,490777,491043,-,putative membrane protein,No COG annotation,C0H3V4,Op324 -BSU_04360,mntH,AL009126.3,BSU04360,491147,492424,-,proton-coupled manganese transporter,Inorganic ion transport and metabolism,P96593,Op325 -BSU_04370,ydaS,AL009126.3,BSU04370,492654,492911,-,conserved protein of unknown function,No COG annotation,P96594,Op326 -BSU_04380,ydaT,AL009126.3,BSU04380,492989,493441,-,conserved protein of unknown function,Function unknown,P96595,Op326 -BSU_04390,ydbA,AL009126.3,BSU04390,493559,494377,+,conserved protein of unknown function,Inorganic ion transport and metabolism,P96596,Op327 -BSU_04400,gsiB,AL009126.3,BSU04400,494506,494877,+,general stress protein glucose starvation induced,No COG annotation,P26907,Op328 -BSU_04410,ydbB,AL009126.3,BSU04410,495009,495350,+,putative enzyme%3B cupin family,Carbohydrate transport and metabolism,P96597,Op329 -BSU_04420,ydbC,AL009126.3,BSU04420,495344,495703,+,conserved protein of unknown function,Function unknown,P96598,Op330 -BSU_04430,ydbD,AL009126.3,BSU04430,495740,496561,-,putative manganese-containing catalase,Inorganic ion transport and metabolism,P80878,Op331 -BSU_04440,dctB,AL009126.3,BSU04440,496646,497698,-,membrane bound C4-dicarboxylate binding sensor protein,Carbohydrate transport and metabolism,P96600,Op331 -BSU_04450,dctS,AL009126.3,BSU04450,497768,499375,+,two-component sensor histidine kinase,Signal transduction mechanisms,P96601,Op332 -BSU_04460,dctR,AL009126.3,BSU04460,499365,500045,+,two-component response regulator,Signal transduction mechanisms,P96602,Op332 -BSU_04470,dctP,AL009126.3,BSU04470,500166,501431,+,C4-dicarboxylate transport protein,"Intracellular trafficking, secretion, and vesicular transport",P96603,Op332 -BSU_04480,ydbI,AL009126.3,BSU04480,501579,502631,+,putative integral inner membrane protein,Function unknown,P96604,Op333 -BSU_04490,ydbJ,AL009126.3,BSU04490,502908,503834,+,putative ABC transporter (ATP-binding subunit),Defense mechanisms,P96605,Op334 -BSU_04500,ydbK,AL009126.3,BSU04500,503854,504594,+,putative efflux ABC-transporter (permease subunit),Function unknown,P96606,Op335 -BSU_04510,ydbL,AL009126.3,BSU04510,504689,505024,+,putative glyco-prenyl flippase subunit,No COG annotation,P96607,Op336 -BSU_04520,ydbM,AL009126.3,BSU04520,505152,506297,+,putative acyl-CoA dehydrogenase,Lipid transport and metabolism,P96608,Op337 -BSU_04530,fbpB,AL009126.3,BSU04530,506322,506501,-,regulator of iron homeostasis,Function unknown,P96609,Op338 -BSU_04536,fbpA,AL009126.3,BSU04536,506455,506619,-,regulator of iron homeostasis,Function unknown,L8ECQ9,Op338 -BSU_04540,ydbO,AL009126.3,BSU04540,506866,507738,+,putative cation efflux system,Inorganic ion transport and metabolism,P96610,Op339 -BSU_04550,ydbP,AL009126.3,BSU04550,507753,508073,-,putative thioredoxin or thiol-disulfide isomerase,Energy production and conversion,P96611,Op340 -BSU_04560,ddlA,AL009126.3,BSU04560,508248,509312,+,D-alanyl-D-alanine ligase A,Nucleotide transport and metabolism,P96612,Op341 -BSU_04570,murF,AL009126.3,BSU04570,509384,510757,+,UDP-N-acetylmuramoylalanyl-D-glutamyl-2%2C 6-diaminopimelate-D-alanyl-D-alanine ligase,Cell wall/membrane/envelope biogenesis,P96613,Op342 -BSU_04580,cshA,AL009126.3,BSU04580,511157,512641,+,ATP-dependent RNA helicase%3B cold shock,"Translation, ribosomal structure and biogenesis",P96614,Op343 -BSU_04590,ydbS,AL009126.3,BSU04590,512814,513293,+,resistance to heterologous antibiotics,Function unknown,P96615,Op344 -BSU_04600,ydbT,AL009126.3,BSU04600,513283,514764,+,resistance to heterologous antibiotics,Function unknown,P96616,Op344 -BSU_04610,ydcA,AL009126.3,BSU04610,515016,515615,-,putative rhomboid protease,Function unknown,P96617,Op345 -BSU_04620,acpS,AL009126.3,BSU04620,515710,516075,+,holo-acyl carrier protein synthase (phosphopantetheinyl transferase),Lipid transport and metabolism,P96618,Op346 -BSU_04630,ydcC,AL009126.3,BSU04630,516241,517257,+,putative lipoprotein,Cell wall/membrane/envelope biogenesis,P96619,Op347 -BSU_04640,alrA,AL009126.3,BSU04640,517372,518541,+,D-alanine racemase,Amino acid transport and metabolism,P10725,Op348 -BSU_04650,ndoAI,AL009126.3,BSU04650,518657,518938,+,antitoxin EndoAI,Transcription,P96621,Op349 -BSU_04660,ndoA,AL009126.3,BSU04660,518943,519293,+,endoribonuclease toxin,"Replication, recombination and repair",P96622,Op349 -BSU_04670,rsbRA,AL009126.3,BSU04670,519408,520232,+,component of the anxiosome (stressosome)%3B positive regulation of sigma(B) activity in response to salt and heat stress,Signal transduction mechanisms,P42409,Op350 -BSU_04680,rsbS,AL009126.3,BSU04680,520237,520602,+,antagonist of RsbT,Signal transduction mechanisms,P42410,Op350 -BSU_04690,rsbT,AL009126.3,BSU04690,520606,521007,+,switch protein/serine-threonine kinase%3B controls the activity of the anxiosome (stressosome),Signal transduction mechanisms,P42411,Op350 -BSU_04700,rsbU,AL009126.3,BSU04700,521019,522026,+,protein serine phosphatase%3B controls the activity of the anxiosome (stressosome),Transcription,P40399,Op350 -BSU_04710,rsbV,AL009126.3,BSU04710,522088,522417,+,anti-anti-sigma factor (antagonist of RsbW),Signal transduction mechanisms,P17903,Op350 -BSU_04720,rsbW,AL009126.3,BSU04720,522414,522896,+,switch protein/serine kinase and anti-sigma factor (inhibitory sigma-B binding protein),Nucleotide transport and metabolism,P17904,Op350 -BSU_04730,sigB,AL009126.3,BSU04730,522862,523650,+,RNA polymerase sigma-37 factor (sigma(B)),Transcription,P06574,Op350 -BSU_04740,rsbX,AL009126.3,BSU04740,523650,524249,+,serine phosphatase,Transcription,P17906,Op350 -BSU_04745,BSU_04745,AL009126.3,BSU04745,524360,524476,+,hypothetical protein,No COG annotation,A0A2K4Z9G9,Op351 -BSU_04750,ydcF,AL009126.3,BSU04750,524492,524785,+,conserved protein of unknown function,No COG annotation,P96623,Op352 -BSU_04760,ydcG,AL009126.3,BSU04760,524782,525222,+,conserved protein of unknown function,Function unknown,P96624,Op352 -BSU_04770,ydcH,AL009126.3,BSU04770,525206,525649,+,putative transcriptional regulator,Transcription,P96625,Op352 -BSU_04780,tex,AL009126.3,BSU04780,525743,527902,+,RNA helicase transcriptional accessory protein,Transcription,O31489,Op353 -BSU_04785,cmpA,AL009126.3,BSU04785,527912,528025,-,factor allowing degradation of SpoIVA by ClpXP,No COG annotation,A0A2K4Z9G8,Op354 -BSU_04790,ydcK,AL009126.3,BSU04790,528129,528581,+,conserved protein of unknown function,Function unknown,P96628,Op355 -BSU_04800,ydcL,AL009126.3,BSU04800,529505,530611,-,ICEBs1 mobile element: integrase,"Replication, recombination and repair",P96629,Op356 -BSU_04810,immA,AL009126.3,BSU04810,530624,531133,-,ICEBs1 mobile element: site-specific protease cleaving ImmR,Amino acid transport and metabolism,P96630,Op357 -BSU_04820,immR,AL009126.3,BSU04820,531130,531513,-,ICEBs1 mobile element: transcriptional regulator (Xre family),Transcription,P96631,Op358 -BSU_04830,xis,AL009126.3,BSU04830,531787,531981,+,ICEBs1 mobile element: excisionase,No COG annotation,O31490,Op359 -BSU_04839,ydzL,AL009126.3,BSU04839,531978,532238,+,ICEBs1 mobile element: conserved protein of unknown function,No COG annotation,C0H3V5,Op360 -BSU_04840,ydcO,AL009126.3,BSU04840,532292,532552,+,ICEBs1 mobile element: conserved protein of unknown function,No COG annotation,P96632,Op361 -BSU_04849,BSU_04849,AL009126.3,BSU04849,532758,532886,+,ICEBs1 mobile element: hypothetical protein,No COG annotation,A0A2K4Z9F9,Op362 -BSU_04850,helP,AL009126.3,BSU04850,532922,533302,+,ICEBs1 mobile element: helicase processivity factor,Function unknown,P96633,Op363 -BSU_04860,conQ,AL009126.3,BSU04860,533338,534780,+,ICEBs1 mobile element: coupling conjugation protein VirD4,"Cell cycle control, cell division, chromosome partitioning",P96634,Op364 -BSU_04870,nicK,AL009126.3,BSU04870,534773,535831,+,ICEBs1 mobile element: DNA relaxase,"Replication, recombination and repair",P96635,Op365 -BSU_04880,ydcS,AL009126.3,BSU04880,536096,536365,+,ICEBs1 mobile element: conserved protein of unknown function,No COG annotation,P96636,Op366 -BSU_04890,ydcT,AL009126.3,BSU04890,536404,536670,+,ICEBs1 mobile element: conserved protein of unknown function,No COG annotation,P96637,Op367 -BSU_04900,yddA,AL009126.3,BSU04900,536687,536995,+,ICEBs1 mobile element: conserved protein of unknown function,No COG annotation,P96638,Op368 -BSU_04910,conB,AL009126.3,BSU04910,536985,538049,+,ICEBs1 mobile element: subunit of the conjugation machinery VirB8,Function unknown,O31491,Op369 -BSU_04920,conC,AL009126.3,BSU04920,538061,538309,+,ICEBs1 mobile element: subunit of the conjugation machinery,No COG annotation,P96640,Op370 -BSU_04930,conD,AL009126.3,BSU04930,538322,538846,+,ICEBs1 mobile element: subunit of the conjugation machinery,Function unknown,P96641,Op371 -BSU_04940,conE,AL009126.3,BSU04940,538734,541229,+,ICEBs1 mobile element: VirB4-like ATPase,Function unknown,P96642,Op372 -BSU_04950,yddF,AL009126.3,BSU04950,541248,541574,+,ICEBs1 mobile element: conserved protein of unknown function,Function unknown,P96643,Op373 -BSU_04960,conG,AL009126.3,BSU04960,541578,544025,+,ICEBs1 mobile element: VirB6 subunit of the conjugation machinery,Function unknown,P96644,Op374 -BSU_04970,cwlT,AL009126.3,BSU04970,544022,545011,+,ICEBs1 mobile element: two-domain autolysin with N-acetylmuramidase and DL-endopeptidase activity VirB1,Cell wall/membrane/envelope biogenesis,P96645,Op375 -BSU_04980,yddI,AL009126.3,BSU04980,545026,545532,+,ICEBs1 mobile element: conserved protein of unknown function,No COG annotation,P96646,Op376 -BSU_04990,yddJ,AL009126.3,BSU04990,545595,545975,+,ICEBs1 mobile element: putative lipoprotein of unknown function,Function unknown,P96647,Op377 -BSU_05000,yddK,AL009126.3,BSU05000,546166,546966,-,ICEBs1 mobile element: conserved protein of unknown function,Function unknown,P96648,Op378 -BSU_05010,rapI,AL009126.3,BSU05010,547306,548481,+,ICEBs1 mobile element: response regulator aspartate phosphatase,Function unknown,P96649,Op379 -BSU_05020,phrI,AL009126.3,BSU05020,548438,548557,+,ICEBs1 mobile element: secreted regulator of the activity of phosphatase RapI,No COG annotation,O31492,Op379 -BSU_05030,yddM,AL009126.3,BSU05030,548710,549651,+,ICEBs1 mobile element: putative helicase,No COG annotation,P96650,Op380 -BSU_05040,yddN,AL009126.3,BSU05040,550240,551259,-,putative alkanal monooxygenase,Energy production and conversion,P96651,Op381 -BSU_05050,lrpA,AL009126.3,BSU05050,551519,551929,+,transcriptional regulator (Lrp/AsnC family),Transcription,P96652,Op382 -BSU_05060,lrpB,AL009126.3,BSU05060,552052,552501,-,transcriptional regulator (Lrp/AsnC family),Transcription,P96653,Op383 -BSU_05070,yddQ,AL009126.3,BSU05070,552616,553158,+,putative hydrolase,"Secondary metabolites biosynthesis, transport, and catabolism",P96654,Op384 -BSU_05080,yddR,AL009126.3,BSU05080,553711,554475,+,putative metal-dependent hydrolase,Function unknown,P96655,Op385 -BSU_05090,yddS,AL009126.3,BSU05090,554669,555979,+,putative permease,Amino acid transport and metabolism,P96656,Op386 -BSU_05099,ydzM,AL009126.3,BSU05099,556562,556738,+,conserved phage protein of unknown function,No COG annotation,Q9K3A9,Op387 -BSU_05100,yddT,AL009126.3,BSU05100,556763,557449,+,putative exported phage protein,No COG annotation,P96657,Op388 -BSU_05109,ydzN,AL009126.3,BSU05109,557873,558058,+,hypothetical protein,No COG annotation,C0H3V7,Op389 -BSU_05110,sufLC,AL009126.3,BSU05110,558408,559001,+,glyoxalase III homolog%2C deglycase,Function unknown,P96658,Op390 -BSU_05120,cspC,AL009126.3,BSU05120,559264,559464,+,cold-shock protein,Transcription,P39158,Op391 -BSU_05130,cdnL,AL009126.3,BSU05130,560151,560612,-,transcriptional regulator for repair and outgrowth of heat damaged spores,Transcription,P96659,Op392 -BSU_05140,ydzE,AL009126.3,BSU05140,561180,561416,-,putative permease,Amino acid transport and metabolism,O31493,Op393 -BSU_05150,ydeC,AL009126.3,BSU05150,561514,562389,-,putative transcriptional regulator (AraC/XylS family),Transcription,P96660,Op394 -BSU_05160,ydeD,AL009126.3,BSU05160,562502,563461,+,putative permease,Amino acid transport and metabolism,P96661,Op395 -BSU_05170,ydeE,AL009126.3,BSU05170,563614,564486,-,putative transcriptional regulator (AraC/XylS family),Transcription,P96662,Op396 -BSU_05180,ydeF,AL009126.3,BSU05180,564713,566101,+,putative PLP-dependent transcriptional regulator,Transcription,P96663,Op397 -BSU_05190,ydeG,AL009126.3,BSU05190,566211,567503,+,putative permease,Amino acid transport and metabolism,P96664,Op398 -BSU_05200,ydeH,AL009126.3,BSU05200,567662,568108,+,putative integral inner membrane protein,No COG annotation,P96665,Op399 -BSU_05210,ydeI,AL009126.3,BSU05210,568345,568938,+,conserved hypothetical protein,Function unknown,P96666,Op400 -BSU_05220,ydeJ,AL009126.3,BSU05220,569290,569949,-,putative lipoprotein,No COG annotation,P96667,Op401 -BSU_05230,ydeK,AL009126.3,BSU05230,570371,571234,-,putative permease,Amino acid transport and metabolism,P96668,Op402 -BSU_05240,ydeL,AL009126.3,BSU05240,571389,572780,+,putative PLP-dependent transcriptional regulator,Transcription,P96669,Op403 -BSU_05250,ydeM,AL009126.3,BSU05250,572974,573399,+,putative dehydratase,Lipid transport and metabolism,P96670,Op404 -BSU_05260,ydeN,AL009126.3,BSU05260,573452,574024,-,putative alpha/beta hydrolase,Function unknown,P96671,Op405 -BSU_05270,ydzF,AL009126.3,BSU05270,574106,574435,-,putative transcriptional regulator,Transcription,O31494,Op406 -BSU_05280,ydeO,AL009126.3,BSU05280,574690,575562,+,putative integral inner membrane protein,Function unknown,P96672,Op407 -BSU_05290,ydeP,AL009126.3,BSU05290,575712,576098,-,putative transcriptional regulator,Transcription,P96673,Op408 -BSU_05300,ydeQ,AL009126.3,BSU05300,576209,576802,+,putative NAD(P)H oxidoreductase involved in regulating potassium efflux,Function unknown,P96674,Op409 -BSU_05310,ydeR,AL009126.3,BSU05310,576946,578133,-,putative efflux transporter,Amino acid transport and metabolism,P96675,Op410 -BSU_05320,ydeS,AL009126.3,BSU05320,578337,578933,+,putative transcriptional regulator (TetR/AcrR family),Transcription,P96676,Op411 -BSU_05329,ydzO,AL009126.3,BSU05329,579047,579232,+,hypothetical protein,No COG annotation,C0H3V9,Op412 -BSU_05330,aseR,AL009126.3,BSU05330,579541,579876,+,transcriptional regulator (metals sensing ArsR-SmtB repressors family),Transcription,P96677,Op413 -BSU_05340,arsF,AL009126.3,BSU05340,579889,581196,+,arsenite/antimonite/H+ antiporter,Inorganic ion transport and metabolism,P96678,Op414 -BSU_05343,ydzSn,AL009126.3,,581228,581329,+,conserved hypothetical protein%3B N-terminal part of ydzS,Signal transduction mechanisms,,Op415 -BSU_05344,ydzSc,AL009126.3,,581341,581454,+,conserved hypothetical protein%3B C-terminal part of ydzS,No COG annotation,,Op416 -BSU_05350,ydfB,AL009126.3,BSU05350,581694,582479,+,putative acetyltransferase,"Translation, ribosomal structure and biogenesis",P96679,Op417 -BSU_05360,ydfC,AL009126.3,BSU05360,582536,583456,-,putative aminoacid exporter,Amino acid transport and metabolism,P96680,Op418 -BSU_05370,ydfD,AL009126.3,BSU05370,583589,585037,+,putative PLP-dependent transcriptional regulator,Transcription,P96681,Op419 -BSU_05380,ydfE,AL009126.3,BSU05380,585155,585778,-,putative flavoprotein,Function unknown,P96682,Op420 -BSU_05390,ydfF,AL009126.3,BSU05390,585868,586548,+,putative transcriptional regulator,Transcription,P96683,Op421 -BSU_05400,ydfG,AL009126.3,BSU05400,586628,587071,-,conserved hypothetical protein,Function unknown,P96684,Op422 -BSU_05408,ydzP,AL009126.3,BSU05408,587157,587336,-,hypothetical protein,No COG annotation,C0H3W0,Op423 -BSU_05409,ydzQ,AL009126.3,BSU05409,587333,587476,-,hypothetical protein,No COG annotation,C0H3W1,Op424 -BSU_05410,ydfH,AL009126.3,BSU05410,587744,588967,+,two-component sensor histidine kinase [YdfI],Signal transduction mechanisms,P96685,Op425 -BSU_05420,ydfI,AL009126.3,BSU05420,588960,589601,+,two-component response regulator [YdfH],Transcription,P96686,Op425 -BSU_05430,ydfJ,AL009126.3,BSU05430,589717,591891,+,putative proton metabolite efflux transporter,Function unknown,P96687,Op426 -BSU_05440,cesA,AL009126.3,BSU05440,592303,593205,-,carboxylesterase NP,Function unknown,P96688,Op427 -BSU_05450,ydfK,AL009126.3,BSU05450,593407,594096,-,putative integral inner membrane protein,Function unknown,P96689,Op428 -BSU_05460,ydfL,AL009126.3,BSU05460,594186,594998,-,putative transcriptional regulator of efflux transporter,Transcription,P96690,Op429 -BSU_05470,mneP,AL009126.3,BSU05470,595109,596002,-,primary Mn(II) efflux pump,Inorganic ion transport and metabolism,C0SP78,Op430 -BSU_05480,ydfN,AL009126.3,BSU05480,596478,597098,+,putative oxidoreductase,Energy production and conversion,P96692,Op431 -BSU_05490,ydfO,AL009126.3,BSU05490,597114,598052,+,putative dioxygenase,Amino acid transport and metabolism,P96693,Op431 -BSU_05500,ydfP,AL009126.3,BSU05500,598154,598543,+,putative membrane bound oxidoreductase,Function unknown,P96694,Op431 -BSU_05510,ydfQ,AL009126.3,BSU05510,598729,599067,+,putative thioredoxin or thiol-disulfide isomerase,Energy production and conversion,P96695,Op432 -BSU_05520,ydzH,AL009126.3,BSU05520,599107,599343,-,conserved hypothetical protein%2C sporulation-related,Function unknown,O31496,Op433 -BSU_05529,ydzR,AL009126.3,BSU05529,599875,600105,-,conserved hypothetical protein%2C sporulation-related,No COG annotation,C0H3W2,Op434 -BSU_05530,ydfR,AL009126.3,BSU05530,600229,600906,-,conserved membrane protein of unknown function,Function unknown,P96696,Op435 -BSU_05540,ydfS,AL009126.3,BSU05540,601019,601726,+,conserved hypothetical protein,Function unknown,P96697,Op436 -BSU_05550,cotP,AL009126.3,BSU05550,601741,602172,-,spore coat protein,"Post-translational modification, protein turnover, and chaperones",P96698,Op437 -BSU_05560,ydgA,AL009126.3,BSU05560,602185,602427,-,conserved hypothetical protein%3B putative germination protein,Function unknown,P96699,Op437 -BSU_05570,ydgB,AL009126.3,BSU05570,602441,602713,-,conserved hypothetical protein%3B putative germination protein,Function unknown,P96700,Op437 -BSU_05580,ydgC,AL009126.3,BSU05580,603012,603599,+,putative transcriptional regulator,Transcription,P96701,Op438 -BSU_05590,ydgD,AL009126.3,BSU05590,603596,603940,+,conserved hypothetical protein,Function unknown,P96702,Op439 -BSU_05600,ydgE,AL009126.3,BSU05600,604103,604576,+,putative N-acetyltransferase,Transcription,P96703,Op440 -BSU_05610,vmlR,AL009126.3,BSU05610,604736,606379,-,ATP-binding cassette efflux transporter,Function unknown,P39115,Op441 -BSU_05620,ydgF,AL009126.3,BSU05620,606699,608075,-,putative amino acid permease,Amino acid transport and metabolism,P96704,Op442 -BSU_05630,dinB,AL009126.3,BSU05630,608246,608764,-,nuclease inhibitor,Function unknown,Q02886,Op443 -BSU_05640,ydgG,AL009126.3,BSU05640,608933,609391,+,putative transcriptional regulator (MarR family),Transcription,P96705,Op444 -BSU_05650,ydgH,AL009126.3,BSU05650,609388,612045,+,putative membrane component,Function unknown,P96706,Op444 -BSU_05660,ydgI,AL009126.3,BSU05660,612191,612820,-,nitroreductase of unidentified specificity (reduces 5-(aziridin-1-yl)-2%2C4-dinitrobenzamide prodrug),Energy production and conversion,P96707,Op445 -BSU_05670,ydgJ,AL009126.3,BSU05670,612836,613330,-,putative transcriptional regulator (MarR family),Transcription,P96708,Op446 -BSU_05680,ydgK,AL009126.3,BSU05680,613641,614849,+,putative efflux transporter,Amino acid transport and metabolism,P96709,Op447 -BSU_05690,ydhB,AL009126.3,BSU05690,614885,615622,-,putative integral inner membrane protein,Function unknown,O05493,Op448 -BSU_05700,ydhC,AL009126.3,BSU05700,615871,616545,+,putative transcriptional regulator (GntR family),Transcription,O05494,Op449 -BSU_05710,spoL,AL009126.3,BSU05710,616672,617934,+,spore cortex lytic enzyme,Cell wall/membrane/envelope biogenesis,O05495,Op450 -BSU_05720,ydhE,AL009126.3,BSU05720,618095,619282,+,putative glycosyltransferase,Energy production and conversion,O05496,Op451 -BSU_05730,ydhF,AL009126.3,BSU05730,619321,620031,-,putative phosphate-starvation lipoprotein,No COG annotation,O05497,Op452 -BSU_05740,phoB,AL009126.3,BSU05740,620097,621485,-,alkaline phosphatase III (promiscuous%2C heptaprenylglyceryl phosphate is a substrate),Inorganic ion transport and metabolism,P19405,Op452 -BSU_05750,fra,AL009126.3,BSU05750,621847,622218,+,frataxin%3B iron/sulfur chaperone,Function unknown,Q797E6,Op453 -BSU_05760,ydhH,AL009126.3,BSU05760,622293,622790,-,conserved hypothetical protein,No COG annotation,O05500,Op454 -BSU_05770,ydhI,AL009126.3,BSU05770,622808,623290,-,putative acetyltransferase,Transcription,O05501,Op455 -BSU_05780,ydhJ,AL009126.3,BSU05780,623373,624350,+,putative metal-dependent phosphohydrolase,Function unknown,O05502,Op456 -BSU_05790,ydhK,AL009126.3,BSU05790,624492,625109,+,hypothetical protein,Cell wall/membrane/envelope biogenesis,O05503,Op457 -BSU_05800,pbuE,AL009126.3,BSU05800,625125,626291,-,hypoxanthine efflux transporter,Amino acid transport and metabolism,Q797E3,Op458 -BSU_05810,gmuB,AL009126.3,BSU05810,626622,626933,+,oligo-alpha-mannoside phosphotransferase system enzyme IIB,Carbohydrate transport and metabolism,O05505,Op459 -BSU_05820,gmuA,AL009126.3,BSU05820,626933,627265,+,oligo-alpha-mannoside phosphotransferase system enzyme IIA,Carbohydrate transport and metabolism,O05506,Op459 -BSU_05830,gmuC,AL009126.3,BSU05830,627284,628612,+,oligo-alpha-mannoside phosphotransferase system enzyme IIC,Carbohydrate transport and metabolism,O05507,Op459 -BSU_05840,gmuD,AL009126.3,BSU05840,628630,630027,+,mannoside-phospho-beta-d-glucosidase,Carbohydrate transport and metabolism,O05508,Op459 -BSU_05850,gmuR,AL009126.3,BSU05850,630170,630883,+,transcriptional regulator (GntR family),Transcription,O05509,Op459 -BSU_05860,gmuE,AL009126.3,BSU05860,630912,631811,+,ROK fructokinase%3B glucomannan utilization protein E,Carbohydrate transport and metabolism,O05510,Op459 -BSU_05870,gmuF,AL009126.3,BSU05870,631808,632755,+,phosphohexomutase%3B cupin family,Carbohydrate transport and metabolism,O05511,Op459 -BSU_05880,gmuG,AL009126.3,BSU05880,632774,633862,+,exported mannan endo-1%2C4-beta-mannosidase,Carbohydrate transport and metabolism,O05512,Op459 -BSU_05890,ydhUc,AL009126.3,,633923,634651,-,Mn catalase fragment%3B C-terminal part of YhdU,Inorganic ion transport and metabolism,,Op460 -BSU_05899,ydhUn,AL009126.3,,634651,634776,-,Mn catalase fragment%3B N-terminal part of YhdU,Inorganic ion transport and metabolism,,Op460 -BSU_05900,thiL,AL009126.3,BSU05900,640662,641639,+,thiamine-monophosphate kinase,Coenzyme transport and metabolism,O05514,Op461 -BSU_05910,tsaE,AL009126.3,BSU05910,641654,642130,+,tRNA(NNU) t(6)A37 threonylcarbamoyladenosine modification%3B ADP binding protein,Function unknown,O05515,Op462 -BSU_05920,tsaB,AL009126.3,BSU05920,642111,642800,+,tRNA(NNU) t(6)A37 threonylcarbamoyladenosine modification%3B protease involved in TsaD function,"Post-translational modification, protein turnover, and chaperones",O05516,Op463 -BSU_05930,rimI,AL009126.3,BSU05930,642810,643265,+,ribosomal protein S18 alanine N-acetyltransferase,Transcription,O05517,Op464 -BSU_05940,tsaD,AL009126.3,BSU05940,643258,644298,+,tRNA(NNU) t(6)A37 threonylcarbamoyladenosine modification%3B glycation binding protein,"Post-translational modification, protein turnover, and chaperones",O05518,Op465 -BSU_05950,ydiF,AL009126.3,BSU05950,644528,646456,-,putative energy-sensing inhibitor of translation,Function unknown,O05519,Op466 -BSU_05960,moaC,AL009126.3,BSU05960,646582,647094,+,molybdenum cofactor biosynthesis protein C,Coenzyme transport and metabolism,O05520,Op467 -BSU_05970,rex,AL009126.3,BSU05970,647091,647738,+,transcription repressor of cydABCD and yjlC-ndh expression,Transcription,O05521,Op468 -BSU_05980,tatAY,AL009126.3,BSU05980,647760,647933,+,component of the twin-arginine pre-protein translocation pathway,"Intracellular trafficking, secretion, and vesicular transport",O05522,Op469 -BSU_05990,tatCY,AL009126.3,BSU05990,647940,648704,+,component of the twin-arginine pre-protein translocation pathway,"Intracellular trafficking, secretion, and vesicular transport",O05523,Op470 -BSU_06000,ydiK,AL009126.3,BSU06000,648742,648933,-,conserved hypothetical protein,Function unknown,O05524,Op471 -BSU_06010,ydiL,AL009126.3,BSU06010,648930,649664,-,putative membrane protease,Function unknown,O05525,Op472 -BSU_06020,groES,AL009126.3,BSU06020,649903,650187,+,chaperonin small subunit,"Post-translational modification, protein turnover, and chaperones",P28599,Op473 -BSU_06030,groEL,AL009126.3,BSU06030,650234,651868,+,chaperonin large subunit,"Post-translational modification, protein turnover, and chaperones",P28598,Op473 -BSU_06033,ydzTc,AL009126.3,,651977,652084,-,hypothetical protein%3B putative integrase (fragment)%3B C-terminal part of YdzT%3B defective prophage 3,"Replication, recombination and repair",,Op474 -BSU_06034,ydzT,AL009126.3,,652087,652245,-,hypothetical protein%3B putative integrase (fragment)%3B internal part of YdzT,"Replication, recombination and repair",,Op475 -BSU_06036,ydzT,AL009126.3,,652290,652418,-,hypothetical protein%3B putative integrase (fragment)%3B internal part of YdzT,No COG annotation,,Op476 -BSU_06037,ydzT,AL009126.3,,652511,652720,-,hypothetical protein%3B putative integrase (fragment)%3B internal part of YdzT,"Replication, recombination and repair",,Op477 -BSU_06038,ydzTn,AL009126.3,,652713,653018,-,hypothetical protein%3B putative integrase (fragment)%3B N-terminal part of YdzT%3B defective prophage 3,"Replication, recombination and repair",,Op478 -BSU_06040,ydiM,AL009126.3,BSU06040,653432,653812,+,hypothetical protein%3B prophage 3 region,Transcription,O34672,Op479 -BSU_06048,ydzU,AL009126.3,BSU06048,654071,654343,+,hypothetical protein%3B prophage 3 region,No COG annotation,C0H3W7,Op480 -BSU_06049,ydzV,AL009126.3,,654333,654692,+,conserved hypothetical protein%3B phage terminase (fragment)%3B defective prophage 3,"Replication, recombination and repair",,Op481 -BSU_06050,ydiN,AL009126.3,,654978,655193,+,putative N-terminus of restriction enzyme%3B defective prophage 3,No COG annotation,,Op482 -BSU_06060,bsuMA,AL009126.3,BSU06060,655223,656506,+,DNA-methyltransferase (cytosine-specific)%3B prophage 3 region,"Replication, recombination and repair",O34939,Op483 -BSU_06070,bsuMB,AL009126.3,BSU06070,656528,657697,+,DNA-methyltransferase (cytosine-specific)%3B defective prophage 3,Coenzyme transport and metabolism,O34680,Op483 -BSU_06073,ydzWc,AL009126.3,,657793,658062,-,putative phosphoglucomutase%3B C-terminal part of YdzW%3B defective prophage 3,Carbohydrate transport and metabolism,,Op484 -BSU_06074,ydzWmc,AL009126.3,,658061,658189,-,putative phosphoglucomutase%3B internal part of YdzW,Carbohydrate transport and metabolism,,Op485 -BSU_06076,ydzWmb,AL009126.3,,658189,658605,-,putative phosphoglucomutase%3B internal part of YdzW,Carbohydrate transport and metabolism,,Op486 -BSU_06077,ydzW,AL009126.3,,658615,658758,-,putative phosphomannomutase%3B internal part of YdzW,No COG annotation,,Op487 -BSU_06078,ydzW,AL009126.3,,658813,659010,-,putative phosphoglucomutase%3B internal part of YdzW,Carbohydrate transport and metabolism,,Op488 -BSU_06079,ydzWma,AL009126.3,,659010,659129,-,putative phosphomannomutase%3B internal part of YdzW,No COG annotation,,Op489 -BSU_06083,ydzWn,AL009126.3,,659129,659221,-,putative phosphomannomutase%3B N-terminal part of YdzW%3B defective prophage 3,No COG annotation,,Op490 -BSU_06090,bsuRA,AL009126.3,BSU06090,659623,660564,+,type-2 restriction enzyme BsuMI component BsuRA (YdiR)%3B prophage region 3,No COG annotation,O35025,Op491 -BSU_06100,bsuRB,AL009126.3,BSU06100,660596,661627,+,type-2 restriction enzyme BsuMI component BsuRB (YdiS)%3B prophage region 3,Defense mechanisms,O34885,Op491 -BSU_06110,bsuRC,AL009126.3,BSU06110,661630,663027,+,type-2 restriction enzyme BsuMI component BsuRC (YdjA)%3B prophage region 3,"Translation, ribosomal structure and biogenesis",O34303,Op491 -BSU_06120,ydjB,AL009126.3,BSU06120,663601,663936,+,hypothetical protein%3B prophage region 3,Function unknown,O34778,Op492 -BSU_06130,ydjC,AL009126.3,BSU06130,664319,664669,+,conserved hypothetical protein%3B prophage region 3,Function unknown,O34715,Op493 -BSU_06140,gutR,AL009126.3,BSU06140,664775,667264,-,transcriptional regulator of the glucitol operon,Transcription,P39143,Op494 -BSU_06150,gutB,AL009126.3,BSU06150,667466,668527,+,glucitol (sorbitol) dehydrogenase,Amino acid transport and metabolism,Q06004,Op495 -BSU_06160,gutP,AL009126.3,BSU06160,668601,669992,+,H+-glucitol symporter%3B prophage region 3,Carbohydrate transport and metabolism,O34368,Op495 -BSU_06170,ydjE,AL009126.3,BSU06170,670087,671049,+,putative sugar kinase (ribokinase family)%3B prophage region 3,Carbohydrate transport and metabolism,O34768,Op496 -BSU_06180,pspA,AL009126.3,BSU06180,671245,671928,+,phage shock protein A homolog regulator%3B prophage region 3,Transcription,P54617,Op497 -BSU_06190,ydjG,AL009126.3,BSU06190,671994,673019,+,putative phage replication protein%3B prophage region 3,"Replication, recombination and repair",O34434,Op497 -BSU_06200,ydjH,AL009126.3,BSU06200,673019,673783,+,conserved hypothetical protein%3B prophage region 3,Function unknown,O35004,Op497 -BSU_06210,ydjI,AL009126.3,BSU06210,673814,674785,+,putative phage protein,Function unknown,O34789,Op497 -BSU_06220,ydjJ,AL009126.3,BSU06220,674832,675857,-,putative membrane associated potassium channel%3B prophage region 3,Function unknown,O34733,Op498 -BSU_06230,iolT,AL009126.3,BSU06230,676442,677863,+,myo-inositol transporter,Amino acid transport and metabolism,O34718,Op499 -BSU_06240,bdhA,AL009126.3,BSU06240,677911,678951,-,acetoin reductase/2%2C3-butanediol dehydrogenase,Amino acid transport and metabolism,O34788,Op500 -BSU_06250,walM,AL009126.3,BSU06250,679390,679761,+,protein involved in cell wall metabolism,Cell wall/membrane/envelope biogenesis,P40775,Op501 -BSU_06260,ydjN,AL009126.3,BSU06260,679827,680873,+,putative membrane protein,"Intracellular trafficking, secretion, and vesicular transport",O34353,Op502 -BSU_06269,ydzJ,AL009126.3,BSU06269,680907,681065,-,hypothetical protein,No COG annotation,O24817,Op503 -BSU_06270,ydjO,AL009126.3,BSU06270,681255,681464,-,conserved hypothetical protein,Function unknown,O34759,Op504 -BSU_06280,ydjP,AL009126.3,BSU06280,681547,682362,-,putative aminoacrylate hydrolase,Lipid transport and metabolism,O34592,Op504 -BSU_06290,yeaA,AL009126.3,BSU06290,682375,683364,-,conserved hypothetical protein,Function unknown,O34803,Op504 -BSU_06300,cotA,AL009126.3,BSU06300,683462,685003,-,outer spore coat copper-dependent promiscuous laccase,"Secondary metabolites biosynthesis, transport, and catabolism",P07788,Op505 -BSU_06310,gabP,AL009126.3,BSU06310,685155,686564,-,gamma-aminobutyrate (GABA) permease%3B proline permease,Amino acid transport and metabolism,P46349,Op506 -BSU_06319,ydzX,AL009126.3,BSU06319,686602,686889,-,hypothetical protein,No COG annotation,C0H3X2,Op507 -BSU_06320,mneS,AL009126.3,BSU06320,686962,687834,+,secondary Mn(II) exporter%2C promiscuous,Inorganic ion transport and metabolism,P46348,Op508 -BSU_06330,yeaC,AL009126.3,BSU06330,688184,689146,+,putative MoxR-like ATPase,Function unknown,P94474,Op509 -BSU_06340,yeaD,AL009126.3,BSU06340,689146,690342,+,conserved hypothetical protein,Function unknown,P94475,Op510 -BSU_06350,yebA,AL009126.3,BSU06350,690364,692577,+,conserved hypothetical protein,Amino acid transport and metabolism,P94476,Op511 -BSU_06360,guaA,AL009126.3,BSU06360,692740,694281,+,GMP synthetase,Nucleotide transport and metabolism,P29727,Op512 -BSU_06370,pbuG,AL009126.3,BSU06370,694662,695984,+,hypoxanthine/guanine permease,Function unknown,O34987,Op513 -BSU_06380,yebC,AL009126.3,BSU06380,696195,696998,+,putative integral inner membrane protein,Cell wall/membrane/envelope biogenesis,O34341,Op514 -BSU_06390,yebD,AL009126.3,BSU06390,697157,697324,+,hypothetical protein,No COG annotation,O34904,Op515 -BSU_06400,yebE,AL009126.3,BSU06400,697538,698092,+,conserved hypothetical protein,Function unknown,O34624,Op516 -BSU_06410,yebG,AL009126.3,BSU06410,698092,698289,+,conserved hypothetical protein,Function unknown,O34700,Op517 -BSU_06420,purE,AL009126.3,BSU06420,698612,699100,+,N5-carboxyaminoimidazole ribonucleotide mutase,Nucleotide transport and metabolism,P12044,Op518 -BSU_06430,purK,AL009126.3,BSU06430,699093,700235,+,N5-carboxyaminoimidazole ribonucleotide synthase,Nucleotide transport and metabolism,P12045,Op518 -BSU_06440,purB,AL009126.3,BSU06440,700232,701527,+,adenylosuccinate lyase,Nucleotide transport and metabolism,P12047,Op518 -BSU_06450,purC,AL009126.3,BSU06450,701601,702326,+,phosphoribosylaminoimidazole succinocarboxamide synthetase,Nucleotide transport and metabolism,P12046,Op518 -BSU_06460,purS,AL009126.3,BSU06460,702319,702573,+,factor required for phosphoribosylformylglycinamidine synthetase activity,Nucleotide transport and metabolism,P12049,Op518 -BSU_06470,purQ,AL009126.3,BSU06470,702570,703253,+,phosphoribosylformylglycinamidine synthetase subunit I,Nucleotide transport and metabolism,P12041,Op518 -BSU_06480,purL,AL009126.3,BSU06480,703237,705465,+,phosphoribosylformylglycinamidine synthetase subunit II,Nucleotide transport and metabolism,P12042,Op518 -BSU_06490,purF,AL009126.3,BSU06490,705441,706871,+,glutamine phosphoribosylpyrophosphate amidotransferase,Nucleotide transport and metabolism,P00497,Op518 -BSU_06500,purM,AL009126.3,BSU06500,706973,708013,+,phosphoribosylaminoimidazole synthetase,Nucleotide transport and metabolism,P12043,Op518 -BSU_06510,purN,AL009126.3,BSU06510,708010,708597,+,phosphoribosylglycinamide formyltransferase,Nucleotide transport and metabolism,P12040,Op518 -BSU_06520,purH,AL009126.3,BSU06520,708594,710132,+,fused phosphoribosylaminoimidazole carboxy formyl formyltransferase%3B inosine-monophosphate cyclohydrolase,Nucleotide transport and metabolism,P12048,Op518 -BSU_06530,purD,AL009126.3,BSU06530,710148,711416,+,phosphoribosylglycinamide synthetase,Nucleotide transport and metabolism,P12039,Op518 -BSU_06540,yezC,AL009126.3,BSU06540,711456,711875,-,putative transcriptional regulator (Lrp/AsnC family),Transcription,O31497,Op519 -BSU_06550,yecA,AL009126.3,BSU06550,712019,713293,+,putative amino acid exporter,Amino acid transport and metabolism,O34560,Op520 -BSU_06559,yezF,AL009126.3,BSU06559,713308,713535,-,hypothetical protein,Function unknown,C0H3X3,Op521 -BSU_06560,yerA,AL009126.3,BSU06560,713664,715406,+,putative adenine deaminase YerA,Nucleotide transport and metabolism,O34909,Op522 -BSU_06570,yerB,AL009126.3,BSU06570,715433,716428,+,putative lipoprotein,Function unknown,O34968,Op523 -BSU_06580,yerC,AL009126.3,BSU06580,716431,716745,+,transcriptional repressor-histidine operons,Function unknown,Q7BVT7,Op523 -BSU_06590,yerD,AL009126.3,BSU06590,716780,718357,-,putative osmotic shock glutamate synthase subunit (flavoprotein subunit%2C ferredoxin-dependent),Amino acid transport and metabolism,O34849,Op524 -BSU_06600,pcrB,AL009126.3,BSU06600,718622,719308,+,heptaprenylglyceryl-phosphate synthase,Lipid transport and metabolism,O34790,Op525 -BSU_06610,pcrA,AL009126.3,BSU06610,719370,721589,+,ATP-dependent DNA helicase,"Replication, recombination and repair",O34580,Op525 -BSU_06620,ligA,AL009126.3,BSU06620,721613,723619,+,DNA ligase (NAD-dependent),"Replication, recombination and repair",O31498,Op525 -BSU_06630,yerH,AL009126.3,BSU06630,723635,724825,+,putative lipoprotein,Function unknown,O34629,Op525 -BSU_06640,yerI,AL009126.3,BSU06640,724987,725997,+,putative kinase,Function unknown,O34640,Op526 -BSU_06650,sapB,AL009126.3,BSU06650,726035,726733,-,putative magnesium transporter,Function unknown,Q45514,Op527 -BSU_06660,opuE,AL009126.3,BSU06660,726840,728318,-,proline transporter,Amino acid transport and metabolism,O06493,Op528 -BSU_06670,gatC,AL009126.3,BSU06670,728732,729022,+,glutamyl-tRNA(Gln) amidotransferase (subunit C),"Translation, ribosomal structure and biogenesis",O06492,Op529 -BSU_06680,gatA,AL009126.3,BSU06680,729038,730495,+,glutamyl-tRNA(Gln) amidotransferase (subunit A),"Translation, ribosomal structure and biogenesis",O06491,Op530 -BSU_06690,gatB,AL009126.3,BSU06690,730509,731939,+,glutamyl-tRNA(Gln) amidotransferase (subunit B),"Translation, ribosomal structure and biogenesis",O30509,Op531 -BSU_06700,yerO,AL009126.3,BSU06700,731954,732823,-,putative transcriptional regulator (TetR/AcrR family),Transcription,O31500,Op532 -BSU_06710,srfP,AL009126.3,BSU06710,732955,736113,+,surfactin exporter involved in surfactin self-resistance,Defense mechanisms,O31501,Op533 -BSU_06720,dagK,AL009126.3,BSU06720,736436,737347,+,diacylglycerol kinase,Lipid transport and metabolism,O31502,Op534 -BSU_06730,rlmCD,AL009126.3,BSU06730,737603,738982,+,methyltransferase of m5U747 and m5U1939 in 23S RNA,"Translation, ribosomal structure and biogenesis",O31503,Op535 -BSU_06740,yefB,AL009126.3,BSU06740,738995,739897,-,putative site-specific recombinase / invertase%3B HGT island,"Replication, recombination and repair",O34574,Op536 -BSU_06750,yefC,AL009126.3,BSU06750,739878,740213,+,putative resolvase%3B HGT island,"Replication, recombination and repair",O35034,Op537 -BSU_06760,yeeA,AL009126.3,BSU06760,740288,742927,+,putative restriction type II methylase%3B HGT island,Defense mechanisms,O31504,Op538 -BSU_06770,yeeB,AL009126.3,BSU06770,742939,744738,+,putative DNA helicase / endonuclease%3B HGT island,"Replication, recombination and repair",O34469,Op539 -BSU_06780,yeeC,AL009126.3,BSU06780,744851,745999,+,conserved hypothetical protein%3B HGT island,Inorganic ion transport and metabolism,O34352,Op540 -BSU_06790,yeeD,AL009126.3,BSU06790,746261,746566,-,conserved hypothetical protein%3B HGT island,No COG annotation,O34950,Op541 -BSU_06800,yezA,AL009126.3,BSU06800,746633,746839,-,hypothetical protein%3B HGT island,Function unknown,O31505,Op542 -BSU_06811,yezG,AL009126.3,BSU06811,747079,747534,-,conserved hypothetical protein%3B HGT island,Function unknown,C0H3X4,Op543 -BSU_06812,yeeF,AL009126.3,BSU06812,747554,749563,-,putative nucleic acid binding protein%3B HGT island,"Replication, recombination and repair",O31506,Op544 -BSU_06820,yeeG,AL009126.3,BSU06820,749775,750797,+,putative phage receptor protein,Energy production and conversion,O31507,Op545 -BSU_06830,rapH,AL009126.3,BSU06830,750959,752089,+,response regulator aspartate phosphatase,Function unknown,Q59HN8,Op546 -BSU_06839,phrH,AL009126.3,BSU06839,752079,752252,+,hexapeptide (TDRNTT) inhibitor of regulatory cascade,No COG annotation,Q59HN7,Op546 -BSU_06840,yeeI,AL009126.3,BSU06840,752412,753131,+,putative DNA integrase or transcriptional regulator,Transcription,O31509,Op547 -BSU_06850,cotK,AL009126.3,BSU06850,753265,753702,+,spore inner coat protein,No COG annotation,O31510,Op548 -BSU_06860,yezE,AL009126.3,BSU06860,753817,754401,+,putative transcriptional regulator (TetR family),Transcription,Q7WY76,Op549 -BSU_06870,yesE,AL009126.3,BSU06870,754480,754923,+,conserved hypothetical protein,Function unknown,O31511,Op550 -BSU_06880,yesF,AL009126.3,BSU06880,754920,755780,+,putative oxidoreductase,Carbohydrate transport and metabolism,O31512,Op550 -BSU_06890,cotJA,AL009126.3,BSU06890,755907,756155,+,component of the inner spore coat,Function unknown,Q45536,Op551 -BSU_06900,cotJB,AL009126.3,BSU06900,756139,756402,+,component of the inner spore coat,Function unknown,Q45537,Op551 -BSU_06910,cotJC,AL009126.3,BSU06910,756417,756986,+,enzyme component of the inner spore coat,Inorganic ion transport and metabolism,Q45538,Op551 -BSU_06920,yesJ,AL009126.3,BSU06920,757111,757653,+,putative acetyltransferase,Transcription,O31513,Op551 -BSU_06930,yesK,AL009126.3,BSU06930,757676,757978,+,putative membrane component,No COG annotation,O31514,Op551 -BSU_06940,yesL,AL009126.3,BSU06940,758093,758722,+,putative permease or sensor of a three component system for pectin and rhamnogalacturonan transport and degradation,Function unknown,O31515,Op552 -BSU_06950,yesM,AL009126.3,BSU06950,758719,760452,+,two-component sensor histidine kinase [YesN],Signal transduction mechanisms,O31516,Op553 -BSU_06960,yesN,AL009126.3,BSU06960,760452,761558,+,two-component response regulator [YesM],Transcription,O31517,Op554 -BSU_06970,yesO,AL009126.3,BSU06970,761662,762945,+,pectin degradation byproducts (rhamnose oligosaccharides)-binding lipoprotein,Carbohydrate transport and metabolism,O31518,Op555 -BSU_06980,rhgP,AL009126.3,BSU06980,762942,763871,+,rhamnogalacturonan permease,Carbohydrate transport and metabolism,O31519,Op556 -BSU_06990,rhgQ,AL009126.3,BSU06990,763875,764765,+,rhamnogalacturonan permease,Inorganic ion transport and metabolism,O31520,Op557 -BSU_07000,rhgH,AL009126.3,BSU07000,764781,765815,+,rhamnogalacturonan hydrolase,Function unknown,O31521,Op558 -BSU_07010,rhgR,AL009126.3,BSU07010,765838,768123,+,transcriptional regulator (AraC/XylS family),Transcription,O31522,Op559 -BSU_07020,rhgT,AL009126.3,BSU07020,768137,768835,+,rhamnogalacturonan acetylesterase,Amino acid transport and metabolism,O31523,Op560 -BSU_07030,yesU,AL009126.3,BSU07030,768828,769490,+,putative enzyme,Function unknown,O31524,Op561 -BSU_07040,yesV,AL009126.3,BSU07040,769487,770113,+,putative integral inner membrane component,Function unknown,O31525,Op562 -BSU_07050,rhgW,AL009126.3,BSU07050,770234,772096,+,rhamnogalacturonan endolyase,Amino acid transport and metabolism,O31526,Op563 -BSU_07060,rhgX,AL009126.3,BSU07060,772142,773980,+,rhamnogalacturonan exolyase,Amino acid transport and metabolism,O31527,Op564 -BSU_07070,yesY,AL009126.3,BSU07070,774138,774791,+,rhamnogalacturonan acetylesterase,Amino acid transport and metabolism,O31528,Op565 -BSU_07080,rhgZ,AL009126.3,BSU07080,774799,776790,+,beta-galacturonidase,Carbohydrate transport and metabolism,O31529,Op566 -BSU_07090,yetA,AL009126.3,BSU07090,776834,779407,+,putative enzyme,No COG annotation,O31530,Op567 -BSU_07100,lplA,AL009126.3,BSU07100,779529,781037,+,lipoprotein transporter binding protein for alpha-galacturonides,Carbohydrate transport and metabolism,P37966,Op568 -BSU_07110,lplB,AL009126.3,BSU07110,781092,782048,+,ABC transporter (permease) for alpha-galacturonides,Carbohydrate transport and metabolism,P39128,Op569 -BSU_07120,lplC,AL009126.3,BSU07120,782062,782949,+,ABC transporter (permease) for alpha-galacturonides,Carbohydrate transport and metabolism,P39129,Op570 -BSU_07130,lplD,AL009126.3,BSU07130,782958,784298,+,alpha-galacturonidase,Carbohydrate transport and metabolism,P39130,Op571 -BSU_07140,yetF,AL009126.3,BSU07140,784381,785076,+,conserved membrane protein,Function unknown,O31533,Op572 -BSU_07150,hmoA,AL009126.3,BSU07150,785113,785439,-,heme-degrading monooxygenase,Function unknown,O31534,Op573 -BSU_07160,yetH,AL009126.3,BSU07160,785543,785905,-,putative lyase/dioxygenase,Amino acid transport and metabolism,O31535,Op574 -BSU_07170,yetI,AL009126.3,,786689,787264,+,putative paralog of RsbR%3B N-terminal part of YetI,Signal transduction mechanisms,,Op575 -BSU_07180,yetI,AL009126.3,,787264,787560,+,putative paralog of RsbR%3B C-terminal part of YetI,Signal transduction mechanisms,,Op576 -BSU_07190,yezD,AL009126.3,BSU07190,787715,787882,+,conserved hypothetical protein,Function unknown,O31538,Op577 -BSU_07200,calJ,AL009126.3,BSU07200,787992,788636,+,pH-sensitive calcium-leak permease (di-aspartyl pH sensor),Function unknown,O31539,Op578 -BSU_07210,yetK,AL009126.3,BSU07210,788636,789628,+,putative efflux transporter,Amino acid transport and metabolism,O31540,Op579 -BSU_07220,flvL,AL009126.3,BSU07220,789652,790155,-,transcriptional regulator (FlvL-flavonoids),Transcription,O31541,Op580 -BSU_07230,flvM,AL009126.3,BSU07230,790318,791427,+,putative flavin-dependent hydroxylase/monooxygenase acting on salicylate derivatives,Energy production and conversion,O06489,Op581 -BSU_07240,yetN,AL009126.3,BSU07240,791462,792532,-,conserved hypothetical protein,Function unknown,O06490,Op582 -BSU_07250,cypD,AL009126.3,BSU07250,792682,795867,+,bifunctional P-450/NADPH-P450 reductase 1,Energy production and conversion,O08394,Op583 -BSU_07260,ltaSA,AL009126.3,BSU07260,796314,798233,+,exported glycerol phosphate lipoteichoic acid synthetase and anion-binding protein,Cell wall/membrane/envelope biogenesis,Q797B3,Op584 -BSU_07270,spmH,AL009126.3,BSU07270,798469,799233,+,glucose-1-phosphate cytidylyltransferase (sporulation),"Translation, ribosomal structure and biogenesis",O06486,Op585 -BSU_07280,spmG,AL009126.3,BSU07280,799240,800208,+,putative CDP-sugar-dehydratase/epimerase,Cell wall/membrane/envelope biogenesis,O06485,Op585 -BSU_07290,yfnF,AL009126.3,BSU07290,800232,801143,+,putative glycosyltransferase,Cell wall/membrane/envelope biogenesis,O06484,Op585 -BSU_07300,yfnE,AL009126.3,BSU07300,801172,802350,+,putative glycosyltransferase (complex carbohydrate synthase),Function unknown,O06483,Op585 -BSU_07310,yfnD,AL009126.3,BSU07310,802351,803286,+,putative glycosyltransferase (complex carbohydrate synthase),Cell wall/membrane/envelope biogenesis,O31542,Op585 -BSU_07320,yfnC,AL009126.3,BSU07320,803317,804546,-,putative efflux transporter,Inorganic ion transport and metabolism,O06481,Op586 -BSU_07330,pynN,AL009126.3,BSU07330,804657,805364,-,pyrimidine nucleotide phosphatase (promiscuous),Function unknown,O06480,Op587 -BSU_07340,mtrA,AL009126.3,BSU07340,805456,806841,-,methylthioribose permease,Amino acid transport and metabolism,Q797A7,Op588 -BSU_07350,vdhT,AL009126.3,BSU07350,807091,808548,+,vanillin dehydrogenase,Energy production and conversion,O06478,Op589 -BSU_07360,yfmS,AL009126.3,BSU07360,808562,809422,+,chemotaxis sensory transducer (sensed target unknown),Cell motility,O06477,Op589 -BSU_07370,ettA,AL009126.3,BSU07370,809557,811446,+,putative energy-dependent translational throttle A,Function unknown,O06476,Op590 -BSU_07380,yfmQ,AL009126.3,BSU07380,811569,812015,+,conserved hypothetical protein,Function unknown,O06475,Op591 -BSU_07390,copP,AL009126.3,BSU07390,812140,812562,+,transcriptional regulator (MerR family) of metal (copper) efflux transporter expression,Transcription,O06474,Op592 -BSU_07400,copO,AL009126.3,BSU07400,812628,813818,+,metal (copper) efflux transporter,Amino acid transport and metabolism,O06473,Op592 -BSU_07410,yfmN,AL009126.3,BSU07410,814109,814264,+,hypothetical protein,No COG annotation,O06472,Op593 -BSU_07420,ettM,AL009126.3,BSU07420,814384,815940,-,putative energy-sensing inhibitor of translation,Function unknown,O34512,Op594 -BSU_07430,yfmL,AL009126.3,BSU07430,816113,817243,+,putative ATP-dependent RNA helicase,"Replication, recombination and repair",O34750,Op595 -BSU_07440,yfmK,AL009126.3,BSU07440,817311,817757,+,putative acetyltransferase,Transcription,O34536,Op596 -BSU_07450,yfmJ,AL009126.3,BSU07450,817810,818829,-,putative oxidoreductase,Function unknown,O34812,Op597 -BSU_07460,yfmI,AL009126.3,BSU07460,819311,820531,-,putative efflux transporter,Carbohydrate transport and metabolism,O34440,Op597 -BSU_07480,yfmG,AL009126.3,BSU07480,820867,822330,+,putative enzyme,Function unknown,O34722,Op598 -BSU_07490,fecF,AL009126.3,BSU07490,822903,823703,-,iron-dicitrate ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,O34510,Op599 -BSU_07500,fecE,AL009126.3,BSU07500,823716,824717,-,iron-dicitrate ABC transporter (permease),Inorganic ion transport and metabolism,O34832,Op599 -BSU_07510,fecD,AL009126.3,BSU07510,824714,825715,-,iron-dicitrate ABC transporter (permease),Inorganic ion transport and metabolism,O34933,Op599 -BSU_07520,fecC,AL009126.3,BSU07520,825787,826734,-,iron-dicitrate ABC transporter (binding lipoprotein),Inorganic ion transport and metabolism,O34348,Op599 -BSU_07530,yfmB,AL009126.3,BSU07530,826843,827211,-,conserved hypothetical protein,Function unknown,O34626,Op600 -BSU_07550,yflT,AL009126.3,BSU07550,827455,827802,+,heat stress induced protein,Function unknown,P80241,Op601 -BSU_07560,pelA,AL009126.3,BSU07560,827993,829255,+,pectate lyase,Carbohydrate transport and metabolism,P39116,Op602 -BSU_07570,maeS,AL009126.3,BSU07570,829382,830818,+,malate (2-oxoglutarate) transporter,Inorganic ion transport and metabolism,O34726,Op603 -BSU_07580,citS,AL009126.3,BSU07580,830945,832573,+,two-component sensor histidine kinase,Signal transduction mechanisms,O34427,Op604 -BSU_07590,citT,AL009126.3,BSU07590,832545,833225,+,two-component response regulator,Signal transduction mechanisms,O34534,Op604 -BSU_07600,yflP,AL009126.3,BSU07600,833228,834187,+,putative tricarboxylate transporter component,Function unknown,O34439,Op604 -BSU_07610,citM,AL009126.3,BSU07610,834383,835684,+,transporter of divalent metal ions/citrate complexes,Energy production and conversion,P55069,Op605 -BSU_07620,yflN,AL009126.3,BSU07620,835740,836534,+,putative metal-dependent hydrolase,Function unknown,O34409,Op605 -BSU_07630,nosA,AL009126.3,BSU07630,836653,837744,+,nitric-oxide synthase,Energy production and conversion,O34453,Op606 -BSU_07640,acyP,AL009126.3,BSU07640,837735,838010,-,acylphosphatase,Energy production and conversion,O35031,Op607 -BSU_07650,yflK,AL009126.3,BSU07650,838077,838742,+,putative sulfur carrier,Function unknown,O34542,Op606 -BSU_07660,yflJ,AL009126.3,BSU07660,838783,838920,-,conserved hypothetical protein,Function unknown,O34345,Op608 -BSU_07670,yflI,AL009126.3,BSU07670,839077,839232,-,conserved membrane protein,No COG annotation,O34905,Op609 -BSU_07680,yflH,AL009126.3,BSU07680,839339,839653,-,putative enzyme,Function unknown,O34306,Op610 -BSU_07690,mapB,AL009126.3,BSU07690,839735,840484,-,methionine aminopeptidase B,Amino acid transport and metabolism,O34484,Op610 -BSU_07700,nagP,AL009126.3,BSU07700,840656,842014,+,phosphotransferase system (PTS) N-acetylglucosamine-specific enzyme IICB component,Carbohydrate transport and metabolism,O34521,Op611 -BSU_07710,ltaSB,AL009126.3,BSU07710,842047,843996,-,enzyme responsible for polyglycerolphosphate LTA synthesis,Cell wall/membrane/envelope biogenesis,O34952,Op612 -BSU_07720,yflD,AL009126.3,BSU07720,844097,844234,+,hypothetical protein,No COG annotation,O34489,Op613 -BSU_07735,yflB,AL009126.3,BSU07735,844253,844645,+,conserved hypothetical protein,Function unknown,O34887,Op614 -BSU_07750,yflA,AL009126.3,BSU07750,844770,846185,+,putative aminoacid transporter,Amino acid transport and metabolism,O34708,Op615 -BSU_07760,yfkT,AL009126.3,BSU07760,846182,847258,-,putative spore germination integral inner membrane transporter,Amino acid transport and metabolism,O34573,Op616 -BSU_07770,yfkS,AL009126.3,BSU07770,847282,847482,-,putative spore germination D protein,No COG annotation,O35036,Op616 -BSU_07780,yfkR,AL009126.3,BSU07780,847498,848652,-,putative spore germination protein,Function unknown,O35028,Op616 -BSU_07790,yfkQ,AL009126.3,BSU07790,848633,850174,-,putative spore germination protein,Amino acid transport and metabolism,O34486,Op616 -BSU_07800,treP,AL009126.3,BSU07800,850367,851779,+,phosphotransferase system (PTS) trehalose-specific enzyme IIBC component,Carbohydrate transport and metabolism,P39794,Op617 -BSU_07810,treA,AL009126.3,BSU07810,851850,853535,+,trehalose-6-phosphate hydrolase,Carbohydrate transport and metabolism,P39795,Op617 -BSU_07820,treR,AL009126.3,BSU07820,853556,854272,+,transcriptional regulator (TreR-trehalose),Transcription,P39796,Op617 -BSU_07830,hypO,AL009126.3,BSU07830,854412,855077,+,NAD(P)H-flavin oxidoreductase (nitroreductase),Energy production and conversion,O34475,Op618 -BSU_07840,yfkN,AL009126.3,BSU07840,855114,859502,-,exported 2'%2C3'-cyclic-nucleotide 2'-phosphodiesterase%2C 2' (or 3') nucleotidase and 5' nucleotidase,Nucleotide transport and metabolism,O34313,Op619 -BSU_07850,sufLB,AL009126.3,BSU07850,859745,860263,+,general stress protein 18%3B deglycase,Function unknown,P80876,Op620 -BSU_07860,yfkL,AL009126.3,BSU07860,860303,861493,-,efflux transporter,Amino acid transport and metabolism,O34597,Op621 -BSU_07870,yfkK,AL009126.3,BSU07870,861586,861801,-,conserved hypothetical protein,Function unknown,O35019,Op622 -BSU_07880,yfkJ,AL009126.3,BSU07880,862004,862474,+,protein-tyrosine-phosphatase,Signal transduction mechanisms,O35016,Op623 -BSU_07890,yfkI,AL009126.3,BSU07890,862492,862812,+,conserved hypothetical protein,Function unknown,O34418,Op623 -BSU_07900,rbn,AL009126.3,BSU07900,862836,863663,+,putative ribonuclease BN,Function unknown,O34437,Op623 -BSU_07910,yfkF,AL009126.3,BSU07910,863862,865037,-,putative efflux transporter,Amino acid transport and metabolism,O34929,Op624 -BSU_07920,chaA,AL009126.3,BSU07920,865205,866260,+,H+/Ca2+ antiporter,Inorganic ion transport and metabolism,O34840,Op625 -BSU_07930,yfkD,AL009126.3,BSU07930,866331,867125,+,conserved hypothetical protein,Function unknown,O34579,Op625 -BSU_07940,mscC,AL009126.3,BSU07940,867164,868006,-,mechanosensitive ion channel,Cell wall/membrane/envelope biogenesis,O35043,Op626 -BSU_07955,yfkA,AL009126.3,BSU07955,868007,869128,-,putative Fe-S oxidoreductase%2C radical SAM superfamily,Function unknown,O34400,Op626 -BSU_07970,yfjT,AL009126.3,BSU07970,869273,869458,+,conserved hypothetical protein,No COG annotation,O35041,Op627 -BSU_07980,pdaA,AL009126.3,BSU07980,869559,870350,+,exported peptidoglycan N-acetylmuramic acid deacetylase,Carbohydrate transport and metabolism,O34928,Op628 -BSU_07990,yfjR,AL009126.3,BSU07990,870388,871248,-,putative beta-hydroxyacid dehydrogenase,Lipid transport and metabolism,O34969,Op629 -BSU_08000,yfjQ,AL009126.3,BSU08000,871347,872306,-,divalent cation (octahedral coordination) transporter,Inorganic ion transport and metabolism,O31543,Op630 -BSU_08010,yfjP,AL009126.3,BSU08010,872425,873288,+,putative DNA-3-methyladenine glycosylase,"Replication, recombination and repair",O31544,Op631 -BSU_08020,yfjO,AL009126.3,BSU08020,873402,874802,+,putative RNA methyltransferase,"Translation, ribosomal structure and biogenesis",O31545,Op631 -BSU_08029,yfzA,AL009126.3,BSU08029,875428,875694,+,conserved hypothetical protein,Function unknown,C0H3X6,Op632 -BSU_08030,dusC,AL009126.3,BSU08030,876426,877403,+,tRNA-dihydrouridine synthase 2,"Translation, ribosomal structure and biogenesis",O31546,Op633 -BSU_08040,yfjM,AL009126.3,BSU08040,877599,878051,+,conserved hypothetical protein,Function unknown,O31547,Op634 -BSU_08050,yfjL,AL009126.3,BSU08050,878081,878770,+,conserved hypothetical protein,No COG annotation,P40773,Op634 -BSU_08060,acoA,AL009126.3,BSU08060,879002,880003,+,acetoin dehydrogenase E1 component (TPP-dependent alpha subunit),Energy production and conversion,O31404,Op635 -BSU_08070,acoB,AL009126.3,BSU08070,880007,881035,+,acetoin dehydrogenase E1 component (TPP-dependent beta subunit),Energy production and conversion,O34591,Op635 -BSU_08080,acoC,AL009126.3,BSU08080,881049,882245,+,acetoin dehydrogenase E2 component (dihydrolipoamide acetyltransferase),Energy production and conversion,O31550,Op635 -BSU_08090,acoL,AL009126.3,BSU08090,882266,883642,+,acetoin dehydrogenase E3 component (dihydrolipoamide dehydrogenase),Energy production and conversion,O34324,Op635 -BSU_08100,acoR,AL009126.3,BSU08100,883758,885575,+,transcriptional regulator (AcoR-acetoin),Transcription,O31551,Op636 -BSU_08110,sspH,AL009126.3,BSU08110,885629,885808,+,small acid-soluble spore protein,Function unknown,O31552,Op636 -BSU_08120,yfjF,AL009126.3,BSU08120,885844,886173,-,putative membrane protein,Function unknown,O31553,Op637 -BSU_08130,yfjE,AL009126.3,BSU08130,886223,886681,-,putative integral inner membrane protein,Function unknown,O31554,Op637 -BSU_08140,yfjD,AL009126.3,BSU08140,886775,887332,-,putative integral inner membrane protein,Function unknown,O31555,Op637 -BSU_08150,yfjC,AL009126.3,BSU08150,887364,888131,-,conserved protein of unknown function,No COG annotation,O31556,Op637 -BSU_08160,yfjB,AL009126.3,BSU08160,888143,889366,-,putative phage protein,No COG annotation,O31557,Op637 -BSU_08170,yfjA,AL009126.3,BSU08170,889372,889686,-,conserved hypothetical protein,Function unknown,O31558,Op637 -BSU_08180,malA,AL009126.3,BSU08180,890022,891371,+,6-phospho-alpha-glucosidase,Carbohydrate transport and metabolism,P54716,Op638 -BSU_08190,malR,AL009126.3,BSU08190,891436,892200,+,transcriptional activator of the Mal operon,Transcription,P54717,Op638 -BSU_08200,malP,AL009126.3,BSU08200,892215,893798,+,phosphotransferase system (PTS) maltose-specific enzyme IICB component,Carbohydrate transport and metabolism,P54715,Op638 -BSU_08210,yfiB,AL009126.3,BSU08210,893904,895625,+,putative xenobiotic ABC transporter subunit (ATP-binding protein),Defense mechanisms,P54718,Op639 -BSU_08220,yfiC,AL009126.3,BSU08220,895619,897433,+,putative ABC transporter (ATP-binding protein),Defense mechanisms,P54719,Op639 -BSU_08230,catD,AL009126.3,BSU08230,897588,897992,+,catechol-2%2C3-dioxygenase membrane subunit,Function unknown,P54720,Op640 -BSU_08240,catE,AL009126.3,BSU08240,898010,898867,+,catechol-2%2C3-dioxygenase subunit,Function unknown,P54721,Op640 -BSU_08250,yfiF,AL009126.3,BSU08250,898961,899905,+,putative transcriptional regulator (AraC/XylS family%3B cupin family),Transcription,P54722,Op641 -BSU_08260,yfiG,AL009126.3,BSU08260,900080,901528,+,putative sugar/proton transporter,Amino acid transport and metabolism,P54723,Op642 -BSU_08270,yfiH,AL009126.3,BSU08270,901555,902496,+,putative sugar-phosphate epimerase/isomerase,Carbohydrate transport and metabolism,P54724,Op642 -BSU_08280,yfiI,AL009126.3,BSU08280,902506,903687,+,putative oxidoreductase,Function unknown,P94437,Op642 -BSU_08290,linJ,AL009126.3,BSU08290,903811,905013,+,two-component sensor histidine kinase [LinK] (linearmycin resistance%2C biofilm formation),Signal transduction mechanisms,P94438,Op643 -BSU_08300,linK,AL009126.3,BSU08300,905010,905672,+,two-component response regulator [LinJ] (linearmycin resistance%2C biofilm formation),Transcription,P94439,Op643 -BSU_08310,bifL,AL009126.3,BSU08310,905816,906751,+,ABC transporter (ATP-binding protein) biofilm formation,Defense mechanisms,P94440,Op644 -BSU_08320,bifM,AL009126.3,BSU08320,906764,907954,+,ABC transporter (permease) biofilm formation,Defense mechanisms,P94441,Op645 -BSU_08330,bifN,AL009126.3,BSU08330,907968,909125,+,ABC transporter (permease) biofilm formation,Defense mechanisms,P94442,Op646 -BSU_08340,padR,AL009126.3,BSU08340,909198,909746,-,transcriptional regulator of phenolic acid decarboxylase,Transcription,P94443,Op647 -BSU_08350,estB,AL009126.3,BSU08350,910019,910651,+,secreted esterase / acylglycerol lipase,Function unknown,Q79F14,Op648 -BSU_08360,icaC,AL009126.3,BSU08360,910840,911928,+,acetyl-glucosamine metabolite exporter component involved in biofilm formation,Carbohydrate transport and metabolism,O31559,Op649 -BSU_08370,yfiR,AL009126.3,BSU08370,911964,912581,-,transcriptional regulator (TetR/AcrR family),Transcription,O31560,Op650 -BSU_08380,yfiS,AL009126.3,BSU08380,912547,913800,-,putative efflux transporter,Amino acid transport and metabolism,O31561,Op650 -BSU_08390,bstA,AL009126.3,BSU08390,913924,914460,+,bacillithiol S-transferase,Function unknown,O31562,Op651 -BSU_08400,yfiU,AL009126.3,BSU08400,914457,916013,-,putative efflux transporter,Amino acid transport and metabolism,O31563,Op652 -BSU_08410,yfiV,AL009126.3,BSU08410,916124,916606,-,putative transcriptional regulator (MarR family),Transcription,O31564,Op653 -BSU_08425,mprF,AL009126.3,BSU08425,916778,919348,+,phosphatidylglycerol lysyltransferase involved in tRNA-dependent lysinylation of phospholipids,Function unknown,C0H3X7,Op654 -BSU_08440,sxzY,AL009126.3,BSU08440,919366,920343,-,xenosiderophore schizokinen (dihydroxamate) transporter binding lipoprotein,Inorganic ion transport and metabolism,O31567,Op655 -BSU_08450,sxzZ,AL009126.3,BSU08450,920474,921475,+,xenosiderophore schizokinen (dihydroxamate) transporter (permease),Inorganic ion transport and metabolism,O31568,Op656 -BSU_08460,sxzA,AL009126.3,BSU08460,921472,922503,+,xenosiderophore schizokinen (dihydroxamate) transporter (permease),Inorganic ion transport and metabolism,O31569,Op656 -BSU_08470,yfhB,AL009126.3,BSU08470,922618,923499,+,putative isomerase,Function unknown,O31570,Op657 -BSU_08480,yfhC,AL009126.3,BSU08480,923587,924171,+,putative oxidoreductase (nitroreductase family),Energy production and conversion,O31571,Op658 -BSU_08490,yfhD,AL009126.3,BSU08490,924210,924401,-,conserved hypothetical protein,Function unknown,O31572,Op659 -BSU_08500,yfhE,AL009126.3,BSU08500,924468,924578,-,hypothetical protein,No COG annotation,O31573,Op659 -BSU_08510,yfhF,AL009126.3,BSU08510,924633,925544,-,putative nucleotide-or NAD-binding protein,Function unknown,O31574,Op659 -BSU_08520,recX,AL009126.3,BSU08520,925633,926427,+,regulatory protein RecX,Function unknown,O31575,Op660 -BSU_08530,yfhH,AL009126.3,BSU08530,926429,926743,+,conserved hypothetical protein,Function unknown,O31576,Op660 -BSU_08540,yfhI,AL009126.3,BSU08540,926886,928079,+,putative efflux transporter,Amino acid transport and metabolism,O31577,Op661 -BSU_08550,sspK,AL009126.3,BSU08550,928112,928264,-,small acid-soluble spore protein,Function unknown,Q7WY75,Op662 -BSU_08560,yfhJ,AL009126.3,BSU08560,928389,928658,+,conserved hypothetical protein,Function unknown,O31578,Op663 -BSU_08570,yfhK,AL009126.3,BSU08570,928803,929321,+,putative exported protein,Signal transduction mechanisms,O31579,Op664 -BSU_08580,spdL,AL009126.3,BSU08580,929406,929738,+,factor for peptide SdpC immunity,Function unknown,O31580,Op664 -BSU_08590,ephM,AL009126.3,BSU08590,929725,930585,+,stress induced epoxide hydrolase,Function unknown,O31581,Op664 -BSU_08600,csbB,AL009126.3,BSU08600,930818,931807,+,putative bactoprenol glycosyl transferase%2C phage origin,Cell wall/membrane/envelope biogenesis,Q45539,Op665 -BSU_08610,yfhO,AL009126.3,BSU08610,931879,934464,+,conserved membrane protein,Function unknown,O31582,Op666 -BSU_08620,yfhP,AL009126.3,BSU08620,934457,935440,-,putative membrane hydrolase,Function unknown,O31583,Op667 -BSU_08630,mutY,AL009126.3,BSU08630,935656,936765,+,A/G-specific adenine glycosylase or DNA-(apurinic or apyrimidinic site) lyase,"Replication, recombination and repair",O31584,Op668 -BSU_08640,yfhS,AL009126.3,BSU08640,936773,936997,-,conserved protein related to sporulation,No COG annotation,O31585,Op669 -BSU_08650,fabL,AL009126.3,BSU08650,937079,937831,+,enoyl-acyl carrier protein reductase III,Lipid transport and metabolism,P71079,Op668 -BSU_08660,sspE,AL009126.3,BSU08660,937900,938154,+,small acid-soluble spore protein (gamma-type SASP),Function unknown,P07784,Op668 -BSU_08670,ygaB,AL009126.3,BSU08670,938243,938587,+,conserved hypothetical protein,Function unknown,P71080,Op670 -BSU_08680,ygaC,AL009126.3,BSU08680,938731,939261,+,putative RNA binding factor,"Translation, ribosomal structure and biogenesis",Q796Z1,Op671 -BSU_08690,ygaD,AL009126.3,BSU08690,939349,941091,+,putative ABC transporter (ATP-binding protein),Defense mechanisms,P71082,Op672 -BSU_08700,ygaE,AL009126.3,BSU08700,941168,942229,-,putative membrane protein,Function unknown,P71083,Op673 -BSU_08710,gsaB,AL009126.3,BSU08710,942449,943738,-,glutamate-1-semialdehyde aminotransferase%2C class III aminotransferase,Coenzyme transport and metabolism,P71084,Op674 -BSU_08720,bcp,AL009126.3,BSU08720,943891,944364,+,peroxiredoxin with versatile activity,"Post-translational modification, protein turnover, and chaperones",Q796Y8,Op675 -BSU_08730,perR,AL009126.3,BSU08730,944487,944924,+,transcriptional regulator (Fur family),Inorganic ion transport and metabolism,P71086,Op676 -BSU_08740,ygzB,AL009126.3,BSU08740,944959,945312,-,putative membrane protein,Function unknown,Q7WY74,Op677 -BSU_08750,ygxA,AL009126.3,BSU08750,945520,946404,+,conserved hypothetical protein,Function unknown,Q04385,Op678 -BSU_08760,spo0M,AL009126.3,BSU08760,953373,954149,-,protein involved in the control of the cell cycle as a function of the environment,Function unknown,P71088,Op679 -BSU_08770,ygzA,AL009126.3,BSU08770,954291,954494,+,conserved protein of unknown function,No COG annotation,O31586,Op680 -BSU_08779,ygzC,AL009126.3,BSU08779,954579,954851,-,putative spore coat protein,Cell wall/membrane/envelope biogenesis,C0H3X8,Op681 -BSU_08780,ygaJ,AL009126.3,BSU08780,954893,955585,+,putative peptidase,Amino acid transport and metabolism,P71089,Op682 -BSU_08790,thiC,AL009126.3,BSU08790,955895,957667,+,phosphomethylpyrimidine synthase,Coenzyme transport and metabolism,P45740,Op683 -BSU_08800,ygaK,AL009126.3,BSU08800,957705,959060,-,putative FAD-dependent oxido-reductase,Energy production and conversion,Q796Y5,Op684 -BSU_08810,senS,AL009126.3,BSU08810,959311,959508,+,transcriptional regulator (repressor of ScoC),No COG annotation,UPI0000135856,Op685 -BSU_08820,katA,AL009126.3,BSU08820,959535,960986,-,vegetative catalase 1,Inorganic ion transport and metabolism,P26901,Op686 -BSU_08830,ssuB,AL009126.3,BSU08830,961394,962161,+,aliphatic sulfonate ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,P97027,Op687 -BSU_08840,ssuA,AL009126.3,BSU08840,962179,963177,+,aliphatic sulfonate ABC transporter (binding lipoprotein),Cell wall/membrane/envelope biogenesis,P40400,Op687 -BSU_08850,ssuC,AL009126.3,BSU08850,963174,964004,+,aliphatic sulfonate ABC transporter (permease),Inorganic ion transport and metabolism,P40401,Op687 -BSU_08860,ssuD,AL009126.3,BSU08860,964027,965157,+,FMNH2-dependent aliphatic sulfonate monooxygenase,Energy production and conversion,P40402,Op687 -BSU_08870,ygaN,AL009126.3,BSU08870,965261,965797,+,putative sulfur-related oxidoreductase,No COG annotation,P97028,Op687 -BSU_08880,rpsNB,AL009126.3,BSU08880,965909,966178,+,alternative ribosomal protein S14,"Translation, ribosomal structure and biogenesis",O31587,Op688 -BSU_08890,ygaO,AL009126.3,BSU08890,966196,966669,-,putative integral inner membrane protein,No COG annotation,P97029,Op689 -BSU_08899,ygzD,AL009126.3,BSU08899,966671,966871,-,putative HTH-type transcriptional regulator,Transcription,C0H3X9,Op690 -BSU_08900,yhzB,AL009126.3,BSU08900,967229,967852,-,conserved hypothetical protein,Function unknown,O31588,Op691 -BSU_08910,queG,AL009126.3,BSU08910,967935,969095,+,epoxyqueuosine reductase,Energy production and conversion,P97030,Op692 -BSU_08920,yhbB,AL009126.3,BSU08920,969162,970097,+,conserved hypothetical protein,Function unknown,O31589,Op693 -BSU_08930,trmL,AL009126.3,BSU08930,970135,970617,+,tRNA (cytidine(34)-2'-O)-methyltransferase,"Translation, ribosomal structure and biogenesis",O31590,Op694 -BSU_08940,yhbD,AL009126.3,BSU08940,970667,971383,+,putative sporulation-related protein,Transcription,P97032,Op695 -BSU_08950,yhbE,AL009126.3,BSU08950,971374,972087,+,conserved protein involved in sporulation,Cell wall/membrane/envelope biogenesis,P39132,Op696 -BSU_08960,yhbF,AL009126.3,BSU08960,972099,972806,+,conserved protein involved in sporulation,Cell wall/membrane/envelope biogenesis,P39133,Op697 -BSU_08970,prkA,AL009126.3,BSU08970,973156,975051,+,serine protein kinase (involved in sporulation),Signal transduction mechanisms,P39134,Op698 -BSU_08980,yhbH,AL009126.3,BSU08980,975231,976409,+,factor involved in shape determination,Function unknown,P45742,Op699 -BSU_08990,yhbI,AL009126.3,BSU08990,976569,977033,+,putative transcriptional regulator (MarR family) induced by acid stress,Transcription,O31592,Op700 -BSU_09000,yhbJ,AL009126.3,BSU09000,977069,977734,+,putative membrane fusion protein%3B putative exporter subunit (benzoate transcriptome),Defense mechanisms,O31593,Op700 -BSU_09010,yhcA,AL009126.3,BSU09010,977775,979373,+,putative exporter (benzoate transcriptome),Amino acid transport and metabolism,P54585,Op700 -BSU_09020,yhcB,AL009126.3,BSU09020,979396,979926,+,NADH:quinone oxidoreductase associated to benzoate stress,Function unknown,P54586,Op700 -BSU_09030,yhcC,AL009126.3,BSU09030,979939,980313,+,hypothetical membrane protein,No COG annotation,P54587,Op700 -BSU_09040,yhcD,AL009126.3,BSU09040,980313,980468,+,hypothetical protein,No COG annotation,P54588,Op700 -BSU_09050,yhcE,AL009126.3,BSU09050,980473,981234,+,putative integral inner membrane orphan protein,No COG annotation,P54589,Op700 -BSU_09060,yhcF,AL009126.3,BSU09060,981237,981602,+,putative transcriptional regulator (GntR family),Transcription,P54590,Op700 -BSU_09070,yhcG,AL009126.3,BSU09070,981604,982302,+,putative ABC transporter ATP-binding protein,Defense mechanisms,P54591,Op700 -BSU_09080,yhcH,AL009126.3,BSU09080,982319,983236,+,putative ABC transporter (ATP-binding protein),Defense mechanisms,P54592,Op700 -BSU_09090,yhcI,AL009126.3,BSU09090,983229,984170,+,putative ABC transporter (permease),Function unknown,P54593,Op700 -BSU_09100,cspB,AL009126.3,BSU09100,984262,984465,-,major cold-shock protein%2C RNA helicase co-factor%2C RNA co-chaperone,Transcription,P32081,Op701 -BSU_09110,yhcJ,AL009126.3,BSU09110,984901,985731,+,putative ABC transporter (binding lipoprotein),Cell wall/membrane/envelope biogenesis,P54594,Op702 -BSU_09120,dgcK,AL009126.3,BSU09120,985734,986813,-,diguanylate cyclase,Signal transduction mechanisms,P54595,Op703 -BSU_09130,tcyP,AL009126.3,BSU09130,986986,988377,+,(sodium)-cystine symporter,"Intracellular trafficking, secretion, and vesicular transport",P54596,Op704 -BSU_09140,yhcM,AL009126.3,BSU09140,988417,988872,-,expressed protein of unknown function,No COG annotation,P54597,Op705 -BSU_09150,yhcN,AL009126.3,BSU09150,989022,989591,+,putative germination lipoprotein,Function unknown,P54598,Op706 -BSU_09165,yhcO,AL009126.3,BSU09165,989712,990680,+,putative exported protein (sporulation germination island),No COG annotation,P54599,Op707 -BSU_09180,yhcQ,AL009126.3,BSU09180,990612,991265,-,putative spore coat protein,Cell wall/membrane/envelope biogenesis,P54601,Op708 -BSU_09190,mncR,AL009126.3,BSU09190,991348,995001,+,non specific extracellular Ca2+-dependent endonuclease cleaving RNA and DNA,Nucleotide transport and metabolism,P54602,Op709 -BSU_09200,srtA,AL009126.3,BSU09200,994998,995594,+,sortase A,Cell wall/membrane/envelope biogenesis,P54603,Op709 -BSU_09210,yhcT,AL009126.3,BSU09210,995624,996532,-,putative RNA pseudouridine synthase,"Translation, ribosomal structure and biogenesis",P54604,Op710 -BSU_09220,yhcU,AL009126.3,BSU09220,996643,997038,+,conserved protein of unknown function,Function unknown,P54605,Op711 -BSU_09230,yhcV,AL009126.3,BSU09230,997175,997597,+,putative CBS containing enzyme (sporulation-/ germination-related),Function unknown,P54606,Op712 -BSU_09240,glpW,AL009126.3,BSU09240,997724,998386,+,promiscuous phosphoglycolate phosphatase / glycerol-3-phosphate phosphatase / 2-deoxyglucose-6-phosphatase,Function unknown,P54607,Op713 -BSU_09250,yhcX,AL009126.3,BSU09250,998402,999943,+,putative amidohydrolase,Transcription,P54608,Op714 -BSU_09259,yhzG,AL009126.3,,1000027,1000218,+,hypothetical protein,No COG annotation,,Op715 -BSU_09260,yhxA,AL009126.3,BSU09260,1000364,1001716,+,putative aminotransferase,Amino acid transport and metabolism,P33189,Op716 -BSU_09270,glpP,AL009126.3,BSU09270,1001744,1002322,+,sn-glycerol-3-phosphate responding transcription antiterminator,Transcription,P30300,Op716 -BSU_09280,glpF,AL009126.3,BSU09280,1002501,1003325,+,glycerol permease,Carbohydrate transport and metabolism,P18156,Op717 -BSU_09290,glpK,AL009126.3,BSU09290,1003344,1004834,+,glycerol kinase (sn-glycerol-3-phosphate generating),Energy production and conversion,P18157,Op717 -BSU_09300,glpD,AL009126.3,BSU09300,1004975,1006642,+,sn-glycerol-3-phosphate oxidase (FAD-dependent),Energy production and conversion,P18158,Op718 -BSU_09310,pgcA,AL009126.3,BSU09310,1006774,1008519,+,alpha-phosphoglucomutase,Carbohydrate transport and metabolism,P18159,Op719 -BSU_09320,yhcY,AL009126.3,BSU09320,1008668,1009807,+,two-component sensor histidine kinase [YhcZ],Signal transduction mechanisms,O07527,Op720 -BSU_09330,yhcZ,AL009126.3,BSU09330,1009804,1010448,+,two-component response regulator [YhcY],Transcription,O07528,Op720 -BSU_09340,azr,AL009126.3,BSU09340,1010445,1010969,+,oxidoreductase%2C NAD(P)H-FMN and ferric iron reductase (azoreductase),Function unknown,O07529,Op720 -BSU_09350,yhdB,AL009126.3,BSU09350,1010984,1011226,-,conserved hypothetical protein,Function unknown,O07530,Op721 -BSU_09360,yhdC,AL009126.3,BSU09360,1011427,1011750,+,putative exported protein,Function unknown,O07531,Op722 -BSU_09370,lytF,AL009126.3,BSU09370,1011792,1013258,-,gamma-D-glutamate-meso-diaminopimelate muropeptidase (major autolysin%2C vegetative),Cell wall/membrane/envelope biogenesis,O07532,Op723 -BSU_09380,nsrR,AL009126.3,BSU09380,1013411,1013851,-,NO-dependent activator of the ResDE regulon (Fe-S NO binding site),Transcription,O07573,Op724 -BSU_09390,ygxB,AL009126.3,BSU09390,1013958,1015616,-,putative integral membrane protein,Cell wall/membrane/envelope biogenesis,P37874,Op725 -BSU_09400,spoVR,AL009126.3,BSU09400,1015647,1017053,+,involved in spore cortex synthesis (stage V sporulation%2C conserved in non sporulating bacteria,Function unknown,P37875,Op726 -BSU_09410,phoA,AL009126.3,BSU09410,1017083,1018468,-,alkaline phosphatase A,Inorganic ion transport and metabolism,P19406,Op727 -BSU_09420,lytE,AL009126.3,BSU09420,1018998,1020002,+,cell wall dl-endopeptidase%3B phosphatase-associated protein (major autolysin),Cell wall/membrane/envelope biogenesis,P54421,Op728 -BSU_09430,citR,AL009126.3,BSU09430,1020073,1020948,-,transcriptional regulator CitR (LysR family),Transcription,P39127,Op729 -BSU_09440,citA,AL009126.3,BSU09440,1021057,1022157,+,citrate synthase I,Energy production and conversion,P39119,Op730 -BSU_09450,yhdF,AL009126.3,BSU09450,1022231,1023100,+,putative NAD(P)-dependent dehydrogenase,Lipid transport and metabolism,O07575,Op731 -BSU_09460,bcaP,AL009126.3,BSU09460,1023350,1024747,+,branched-chain amino acid transporter or methylthioribose-degradation metabolite exporter,Amino acid transport and metabolism,O07576,Op732 -BSU_09470,yhdH,AL009126.3,BSU09470,1024865,1026220,+,putative sodium-dependent transporter,Function unknown,O07577,Op733 -BSU_09480,yhdI,AL009126.3,BSU09480,1026255,1027664,-,putative PLP-dependent transcriptional regulator,Transcription,O07578,Op734 -BSU_09490,yhdJ,AL009126.3,BSU09490,1027774,1028202,+,putative acetyltransferase,Transcription,O07579,Op735 -BSU_09500,asiMB,AL009126.3,BSU09500,1028233,1028523,-,negative regulator of the activity of sigma-M,Function unknown,O07580,Op736 -BSU_09510,asiMA,AL009126.3,BSU09510,1028511,1029587,-,negative regulator of the activity of sigma-M,Function unknown,O07581,Op736 -BSU_09520,sigM,AL009126.3,BSU09520,1029577,1030068,-,RNA polymerase ECF (extracytoplasmic function)-type sigma factor (sigma(M)),Transcription,O07582,Op736 -BSU_09530,akrN,AL009126.3,BSU09530,1030265,1031260,+,aldo/keto reductase specific for NADPH%3B protects against methylglyoxal,Energy production and conversion,P80874,Op737 -BSU_09540,plsC,AL009126.3,BSU09540,1031395,1031994,+,1-acylglycerol-phosphate (1-acyl-G3P) acyltransferase,Lipid transport and metabolism,O07584,Op737 -BSU_09550,yhdP,AL009126.3,BSU09550,1032063,1033397,-,putative magnesium efflux pump,Function unknown,O07585,Op738 -BSU_09560,cueR,AL009126.3,BSU09560,1033458,1033889,-,indirect copper efflux transcriptional regulator,Transcription,O07586,Op739 -BSU_09570,yhdR,AL009126.3,BSU09570,1034046,1035227,+,putative aspartate aminotransferase,Amino acid transport and metabolism,O07587,Op740 -BSU_09590,yhdT,AL009126.3,BSU09590,1035554,1036939,+,putative membrane protein,Inorganic ion transport and metabolism,O07589,Op741 -BSU_09600,crcBA,AL009126.3,BSU09600,1036953,1037309,-,fluoride efflux channel component A,"Cell cycle control, cell division, chromosome partitioning",O07590,Op742 -BSU_09610,crcBB,AL009126.3,BSU09610,1037306,1037701,-,subunit of fluoride efflux transporter,"Cell cycle control, cell division, chromosome partitioning",O07591,Op743 -BSU_09620,yhdW,AL009126.3,BSU09620,1037688,1038419,-,putative glycerophosphodiester phosphodiesterase,Energy production and conversion,O07592,Op744 -BSU_09630,yhdX,AL009126.3,BSU09630,1038653,1038760,+,conserved hypothetical protein,No COG annotation,O07593,Op745 -BSU_09640,mscY,AL009126.3,BSU09640,1038909,1040024,+,small conductance mechano-sensitive channel,Cell wall/membrane/envelope biogenesis,O07594,Op746 -BSU_09650,srtN,AL009126.3,BSU09650,1040094,1040837,+,sirtuin NAD-dependent deacetylase,Transcription,O07595,Op747 -BSU_09660,yheN,AL009126.3,BSU09660,1040861,1041709,-,putative polysaccharide deacetylase,Carbohydrate transport and metabolism,O07596,Op748 -BSU_09670,dat,AL009126.3,BSU09670,1041994,1042842,+,D-alanine aminotransferase,Amino acid transport and metabolism,O07597,Op749 -BSU_09680,nhaC,AL009126.3,BSU09680,1042885,1044246,-,Na+/H+ antiporter,Energy production and conversion,O07553,Op750 -BSU_09690,nhaX,AL009126.3,BSU09690,1044373,1044873,-,stress response protein%2C UspA family,Signal transduction mechanisms,O07552,Op751 -BSU_09700,bmrB,AL009126.3,BSU09700,1045037,1045198,+,regulator leader peptide,No COG annotation,O07551,Op752 -BSU_09710,bmrC,AL009126.3,BSU09710,1045318,1047075,+,efflux ABC transporter (ATP-binding protein),Defense mechanisms,O07550,Op753 -BSU_09720,bmrD,AL009126.3,BSU09720,1047072,1049093,+,efflux ABC transporter (ATP-binding subunit),Defense mechanisms,O07549,Op753 -BSU_09730,yheG,AL009126.3,BSU09730,1049142,1049762,-,putative NADH-flavin oxidoreductase,Carbohydrate transport and metabolism,O07548,Op754 -BSU_09740,yheF,AL009126.3,BSU09740,1049801,1049926,-,conserved hypothetical protein,No COG annotation,O07547,Op755 -BSU_09750,sspB,AL009126.3,BSU09750,1050031,1050234,-,small acid-soluble spore protein (beta-type SASP),Function unknown,P04832,Op756 -BSU_09760,yheE,AL009126.3,BSU09760,1050443,1050661,-,conserved hypothetical protein (sporulation / germination island),Function unknown,O07546,Op757 -BSU_09770,spaD,AL009126.3,BSU09770,1050811,1052172,-,spore coat associated protein,Coenzyme transport and metabolism,O07545,Op758 -BSU_09780,spaC,AL009126.3,BSU09780,1052162,1053253,-,spore coat associated protein%2C subunit C,Coenzyme transport and metabolism,O07544,Op758 -BSU_09790,yheB,AL009126.3,BSU09790,1053520,1054653,+,conserved hypothetical protein,Function unknown,O07543,Op759 -BSU_09800,yheA,AL009126.3,BSU09800,1054746,1055099,+,conserved hypothetical protein,Function unknown,O07542,Op760 -BSU_09810,yhaZ,AL009126.3,BSU09810,1055143,1056216,-,conserved hypothetical protein,"Replication, recombination and repair",O07541,Op761 -BSU_09830,yhaX,AL009126.3,BSU09830,1056702,1057568,+,putative hydrolase,Function unknown,O07539,Op762 -BSU_09840,hemZ,AL009126.3,BSU09840,1057680,1059185,+,coproporphyrinogen III oxidase,Coenzyme transport and metabolism,Q796V8,Op763 -BSU_09850,khtU,AL009126.3,BSU09850,1059203,1060420,-,proton/potassium antiporter%3B methylglyoxal resistance,Inorganic ion transport and metabolism,O07536,Op764 -BSU_09860,khtT,AL009126.3,BSU09860,1060427,1060924,-,K+/H+ antiporter for K+ efflux,Inorganic ion transport and metabolism,O07535,Op765 -BSU_09870,khtS,AL009126.3,BSU09870,1060988,1061326,-,K+/H+ antiporter for K+ efflux,No COG annotation,O07534,Op766 -BSU_09880,yhaR,AL009126.3,BSU09880,1061491,1062258,+,putative dehydratase / isomerase,Lipid transport and metabolism,O07533,Op767 -BSU_09889,yhzD,AL009126.3,BSU09889,1062279,1062464,-,conserved hypothetical protein,Function unknown,C0H3Y1,Op768 -BSU_09890,yhaQ,AL009126.3,BSU09890,1062591,1063487,+,Na+-dependent efflux ABC transporter (ATP-binding protein),Function unknown,C0SPB4,Op769 -BSU_09900,yhaP,AL009126.3,BSU09900,1063480,1064739,+,Na+-dependent exporter (ABC permease),Energy production and conversion,O07523,Op770 -BSU_09910,yhaO,AL009126.3,BSU09910,1064846,1066072,+,putative DNA repair exonuclease,"Replication, recombination and repair",O07522,Op771 -BSU_09920,sbcE,AL009126.3,BSU09920,1066077,1068968,+,ATPase involved in DNA double strand break repair and recombination,"Replication, recombination and repair",O08455,Op771 -BSU_09930,yhaM,AL009126.3,BSU09930,1069042,1069986,+,3'-5' exonuclease,"Replication, recombination and repair",O07521,Op771 -BSU_09940,yhaL,AL009126.3,BSU09940,1070111,1070323,+,sporulation factor,Function unknown,O07520,Op772 -BSU_09950,prsA,AL009126.3,BSU09950,1070364,1071242,-,molecular chaperone lipoprotein,Cell wall/membrane/envelope biogenesis,P24327,Op773 -BSU_09958,sscA,AL009126.3,BSU09958,1071402,1071488,+,spore assembly and germination protein,No COG annotation,C0H3Y2,Op774 -BSU_09959,sscB,AL009126.3,BSU09959,1071613,1071699,+,spore and germination protein,No COG annotation,L8EBJ6,Op775 -BSU_09965,yhaJ,AL009126.3,BSU09965,1072042,1072560,-,putative membrane enzyme,Function unknown,O07518,Op776 -BSU_09980,yhaI,AL009126.3,BSU09980,1072768,1073109,+,conserved protein of unknown function,Function unknown,O07517,Op777 -BSU_09990,scoC,AL009126.3,BSU09990,1073106,1073717,-,transcriptional regulator of extracellular protease production%2C sporulation and bacilysin production (MarR family),Transcription,P11065,Op778 -BSU_10000,yhaH,AL009126.3,BSU10000,1073895,1074251,-,putative membrane protein%3B acid tolerance protein,Function unknown,O07516,Op779 -BSU_10009,yhzF,AL009126.3,BSU10009,1074381,1074572,+,membrane protein of unknown function,No COG annotation,C0H3Y3,Op780 -BSU_10010,trpP,AL009126.3,BSU10010,1074646,1075164,-,tryptophan transporter or sensor,Function unknown,O07515,Op781 -BSU_10020,serC,AL009126.3,BSU10020,1075289,1076368,-,phosphoserine aminotransferase,Amino acid transport and metabolism,P80862,Op782 -BSU_10030,hinT,AL009126.3,BSU10030,1076515,1076952,-,promiscuous Hit-family phosphohydrolase%2C adenosine phosphoramidase,Nucleotide transport and metabolism,O07513,Op783 -BSU_10040,ecsA,AL009126.3,BSU10040,1077440,1078183,+,ABC transporter (ATP-binding protein),Defense mechanisms,P55339,Op784 -BSU_10050,ecsB,AL009126.3,BSU10050,1078176,1079402,+,ABC transporter (permease subunit),"Intracellular trafficking, secretion, and vesicular transport",P55340,Op785 -BSU_10060,ecsC,AL009126.3,BSU10060,1079422,1080132,+,putative hydrolase,Function unknown,P55341,Op786 -BSU_10070,sndC,AL009126.3,BSU10070,1080150,1081340,-,N-acetyl amino acid acetylase%2C promiscuous activity,Amino acid transport and metabolism,O07598,Op787 -BSU_10080,yhfA,AL009126.3,BSU10080,1081413,1082804,-,putative transporter,Energy production and conversion,O07599,Op788 -BSU_10090,yhgB,AL009126.3,BSU10090,1082870,1083184,-,hypothetical protein,Energy production and conversion,P38048,Op789 -BSU_10100,hmoB,AL009126.3,BSU10100,1083229,1083729,-,heme-degrading monooxygenase,Function unknown,P38049,Op790 -BSU_10110,pbpF,AL009126.3,BSU10110,1083851,1085995,+,penicillin-binding protein 2C (1F class) required for spore germination,Cell wall/membrane/envelope biogenesis,P38050,Op791 -BSU_10120,hemE,AL009126.3,BSU10120,1086117,1087178,+,uroporphyrinogen III decarboxylase,Coenzyme transport and metabolism,P32395,Op792 -BSU_10130,hemH,AL009126.3,BSU10130,1087250,1088182,+,ferrochelatase,Coenzyme transport and metabolism,P32396,Op792 -BSU_10140,hemY,AL009126.3,BSU10140,1088197,1089609,+,promiscuous protoporphyrinogen IX and coproporphyrinogen III oxidase,Coenzyme transport and metabolism,P32397,Op792 -BSU_10150,yhgD,AL009126.3,BSU10150,1089755,1090330,+,transcriptional regulator of unknown target,Transcription,P32398,Op793 -BSU_10160,yhgE,AL009126.3,BSU10160,1090401,1092728,+,putative methyl-accepting protein,Function unknown,P32399,Op794 -BSU_10170,fabHB,AL009126.3,BSU10170,1092770,1093747,-,beta-ketoacyl-acyl carrier protein synthase III 2,Lipid transport and metabolism,O07600,Op795 -BSU_10180,yhfC,AL009126.3,BSU10180,1093874,1094650,+,putative integral membrane protein,Function unknown,O07601,Op796 -BSU_10200,yhfE,AL009126.3,BSU10200,1095063,1096103,+,putative aminopeptidase,Carbohydrate transport and metabolism,O07603,Op797 -BSU_10210,yhfF,AL009126.3,BSU10210,1096116,1096523,+,putative RNA-binding PUA-containing enzyme,Function unknown,O07604,Op798 -BSU_10220,gltT,AL009126.3,BSU10220,1096560,1097849,-,proton/sodium-glutamate (aspartate) symport permease,Energy production and conversion,O07605,Op799 -BSU_10230,yhfH,AL009126.3,BSU10230,1098120,1098260,-,conserved protein of unknown function,Function unknown,O07606,Op800 -BSU_10240,yhfI,AL009126.3,BSU10240,1098412,1099146,+,putative metal-dependent hydrolase,Function unknown,O07607,Op801 -BSU_10250,lplJ,AL009126.3,BSU10250,1099159,1100154,+,lipoate-protein ligase,Coenzyme transport and metabolism,O07608,Op802 -BSU_10260,yhfK,AL009126.3,BSU10260,1100219,1100863,+,putative NAD-binding epimerase / hydratase,Carbohydrate transport and metabolism,O07609,Op803 -BSU_10270,lcfB,AL009126.3,BSU10270,1100980,1102521,+,long-chain fatty-acid-CoA ligase (degradative),Lipid transport and metabolism,O07610,Op804 -BSU_10280,yhfM,AL009126.3,BSU10280,1102560,1102955,-,putative membrane protein,No COG annotation,O07611,Op805 -BSU_10290,yhfN,AL009126.3,BSU10290,1103104,1104384,+,putative membrane metalloprotease,"Post-translational modification, protein turnover, and chaperones",P40769,Op806 -BSU_10300,aprE,AL009126.3,BSU10300,1104423,1105568,-,serine alkaline protease (Ca(2+)-dependent subtilisin E),"Post-translational modification, protein turnover, and chaperones",P04189,Op807 -BSU_10310,yhfO,AL009126.3,BSU10310,1106003,1106452,+,putative N-acetyltransferase,Transcription,O07614,Op808 -BSU_10320,yhfP,AL009126.3,BSU10320,1106524,1107516,+,putative oxidoreductase,Energy production and conversion,O07615,Op809 -BSU_10330,yhfQ,AL009126.3,BSU10330,1107733,1108704,+,iron(III) siderophore-binding lipoprotein,Cell wall/membrane/envelope biogenesis,C0SP94,Op810 -BSU_10340,phoE,AL009126.3,BSU10340,1108736,1109317,-,promiscuous phosphatase%3B putative (phosphoglycerate) mutase,Carbohydrate transport and metabolism,O07617,Op811 -BSU_10350,yhfS,AL009126.3,BSU10350,1109388,1110482,-,acetyl-CoA C-acetyltransferase,Lipid transport and metabolism,O07618,Op812 -BSU_10360,yhfT,AL009126.3,BSU10360,1110479,1111918,-,putative long-chain fatty-acid-CoA ligase (proofreading for biotin synthesis),Lipid transport and metabolism,O07619,Op813 -BSU_10370,bioY,AL009126.3,BSU10370,1111925,1112485,-,biotin transporter,Function unknown,O07620,Op814 -BSU_10380,hemAT,AL009126.3,BSU10380,1112620,1113918,-,heme-based dioxygen sensor,Cell motility,O07621,Op815 -BSU_10390,yhfW,AL009126.3,BSU10390,1114057,1115586,-,putative oxidoreductase with Rieske [2Fe-2S] center,Energy production and conversion,O07622,Op816 -BSU_10400,yhxC,AL009126.3,BSU10400,1115698,1116555,+,putative oxidoreductase,Lipid transport and metabolism,P40397,Op817 -BSU_10410,yhzC,AL009126.3,BSU10410,1116583,1116816,-,conserved protein of unknown function,Function unknown,O31594,Op818 -BSU_10420,comK,AL009126.3,BSU10420,1117109,1117687,+,competence transcription factor (CTF),Transcription,P40396,Op819 -BSU_10430,yhxD,AL009126.3,BSU10430,1117734,1118633,-,putative oxidoreductase,Lipid transport and metabolism,P40398,Op820 -BSU_10440,yhjA,AL009126.3,BSU10440,1118850,1119119,+,conserved hypothetical protein,Function unknown,O07555,Op821 -BSU_10450,yhjB,AL009126.3,BSU10450,1119162,1120631,-,putative Na+/metabolite cotransporter,Amino acid transport and metabolism,O07556,Op822 -BSU_10460,yhjC,AL009126.3,BSU10460,1120628,1120828,-,putative exported protein,Function unknown,O07557,Op822 -BSU_10470,yhjD,AL009126.3,BSU10470,1121036,1121398,-,conserved hypothetical protein,No COG annotation,O07558,Op823 -BSU_10480,yhjE,AL009126.3,BSU10480,1121550,1122173,+,putative integral membrane protein,Function unknown,O07559,Op824 -BSU_10490,sipV,AL009126.3,BSU10490,1122175,1122681,+,type I signal peptidase,"Intracellular trafficking, secretion, and vesicular transport",O07560,Op824 -BSU_10500,yhjG,AL009126.3,BSU10500,1122862,1124361,+,putative aromatic compound monooxygenase/hydroxylase,Energy production and conversion,O07561,Op825 -BSU_10510,yhjH,AL009126.3,BSU10510,1124438,1124965,+,putative transcriptional regulator,Transcription,Q796S4,Op826 -BSU_10520,glcP,AL009126.3,BSU10520,1125123,1126328,-,glucose/mannose:H+ symporter (recent HGT island),Carbohydrate transport and metabolism,O07563,Op827 -BSU_10530,ntdC,AL009126.3,BSU10530,1126400,1127452,-,biosynthesis of neotrehalosadiamine (3%2C3'-diamino-3%2C3'-dideoxy-alpha%2Cbeta-trehalose)%2C glucose-6-P 3-dehydrogenase%3B kanosamine biosynthesis (recent HGT island),Function unknown,O07564,Op827 -BSU_10540,ntdB,AL009126.3,BSU10540,1127466,1128314,-,biosynthesis of neotrehalosadiamine (3%2C3'-diamino-3%2C3'-dideoxy-alpha%2Cbeta-trehalose)%3Bkanosamine-6-phosphate phosphatase (recent HGT island),Function unknown,O07565,Op827 -BSU_10550,ntdA,AL009126.3,BSU10550,1128286,1129611,-,biosynthesis of neotrehalosadiamine (3%2C3'-diamino-3%2C3'-dideoxy-alpha%2Cbeta-trehalose)%3B3-oxo-glucose-6-phosphate:glutamate aminotransferase%3B kanosamine aminotransferase (recent HGT island),Amino acid transport and metabolism,O07566,Op827 -BSU_10560,ntdR,AL009126.3,BSU10560,1129715,1130704,+,transcriptional regulator of the ntd operon (NtdR-NTD) (recent HGT island),Transcription,O07567,Op828 -BSU_10570,yhjN,AL009126.3,BSU10570,1130918,1132072,-,putative integral inner membrane protein (recent HGT island),Function unknown,O07568,Op829 -BSU_10580,yhjO,AL009126.3,BSU10580,1132179,1133384,-,putative permease (recent HGT island),Amino acid transport and metabolism,O07569,Op830 -BSU_10590,yhjP,AL009126.3,BSU10590,1133498,1135225,+,putative transcription factor,Function unknown,O07570,Op831 -BSU_10600,yhjQ,AL009126.3,BSU10600,1135255,1135581,-,putative metal-chelating cysteine-rich protein of unknown function,Energy production and conversion,O07571,Op832 -BSU_10610,yhjR,AL009126.3,BSU10610,1135699,1136136,-,putative electron carrier protein (putative sporulation gene),Function unknown,O07572,Op833 -BSU_10620,addB,AL009126.3,BSU10620,1136320,1139820,+,ATP-dependent deoxyribonuclease (subunit B),"Replication, recombination and repair",P23477,Op834 -BSU_10630,addA,AL009126.3,BSU10630,1139807,1143505,+,ATP-dependent deoxyribonuclease (subunit A),"Replication, recombination and repair",P23478,Op834 -BSU_10640,sbcD,AL009126.3,BSU10640,1143577,1144752,+,DNA repair exonuclease,"Replication, recombination and repair",P23479,Op835 -BSU_10650,sbcC,AL009126.3,BSU10650,1144749,1148141,+,DNA ATP-dependent repair enzyme,"Replication, recombination and repair",O06714,Op835 -BSU_10660,hlpB,AL009126.3,BSU10660,1148155,1148457,+,HNH nuclease-like essential for DNA repair,Defense mechanisms,O06715,Op835 -BSU_10670,gerPF,AL009126.3,BSU10670,1148494,1148712,-,spore germination protein,Function unknown,O06716,Op836 -BSU_10680,gerPE,AL009126.3,BSU10680,1148744,1149145,-,spore germination protein,Function unknown,O06717,Op836 -BSU_10690,gerPD,AL009126.3,BSU10690,1149145,1149321,-,spore germination protein,Function unknown,O06718,Op836 -BSU_10700,gerPC,AL009126.3,BSU10700,1149318,1149935,-,spore germination protein,Function unknown,O06719,Op836 -BSU_10710,gerPB,AL009126.3,BSU10710,1149958,1150191,-,spore germination protein,Function unknown,O06720,Op836 -BSU_10720,gerPA,AL009126.3,BSU10720,1150206,1150427,-,spore germination protein,Function unknown,O06721,Op836 -BSU_10730,pchI,AL009126.3,BSU10730,1150850,1151020,-,Spo0A-P phosphatase (iron-metabolism related),Function unknown,O06722,Op837 -BSU_10740,yisJ,AL009126.3,BSU10740,1151166,1152089,-,putative spore coat protein%2C CotH paralog,Cell wall/membrane/envelope biogenesis,O06723,Op838 -BSU_10750,mblK,AL009126.3,BSU10750,1152244,1153149,+,hydrolase/isomerase involved in remodelling the bacterial envelope,"Secondary metabolites biosynthesis, transport, and catabolism",O06724,Op839 -BSU_10760,yisL,AL009126.3,BSU10760,1153265,1153621,+,putative integral membrane protein,Function unknown,O06725,Op840 -BSU_10770,wprA,AL009126.3,BSU10770,1153789,1156473,+,cell wall-associated protease,"Post-translational modification, protein turnover, and chaperones",P54423,Op841 -BSU_10780,yisN,AL009126.3,BSU10780,1156504,1157091,-,conserved hypothetical protein,Function unknown,O06727,Op842 -BSU_10790,asnO,AL009126.3,BSU10790,1157237,1159081,+,asparagine synthetase (sporulation related),Amino acid transport and metabolism,O05272,Op843 -BSU_10800,yizA,AL009126.3,BSU10800,1159211,1159690,-,conserved hypothetical protein (sporulation related),Function unknown,Q7WY73,Op844 -BSU_10810,farP,AL009126.3,BSU10810,1159922,1160746,+,farnesyl diphosphate phosphatase,Lipid transport and metabolism,O06728,Op845 -BSU_10820,yisQ,AL009126.3,BSU10820,1160776,1162143,-,putative Na(+)-driven efflux transporter,Defense mechanisms,O07940,Op846 -BSU_10830,yisR,AL009126.3,BSU10830,1162267,1163130,+,putative transcriptional regulator (AraC/XylS family),Transcription,P40331,Op847 -BSU_10840,iolQ,AL009126.3,BSU10840,1163148,1164161,+,transcriptional repressor of iolX (LacI family),Transcription,P37947,Op848 -BSU_10850,iolX,AL009126.3,BSU10850,1164370,1165398,+,scyllo-inositol 2-dehydrogenase (NAD(+)),Function unknown,P40332,Op849 -BSU_10860,yisT,AL009126.3,BSU10860,1165449,1165958,-,putative enzyme regulator of activity,Function unknown,O07939,Op850 -BSU_10870,yisU,AL009126.3,BSU10870,1166008,1166670,-,putative aminoacid related metabolite efflux transporter,Function unknown,O06730,Op851 -BSU_10880,yisV,AL009126.3,BSU10880,1166737,1168191,+,putative PLP-dependent transcriptional regulator,Transcription,Q796Q6,Op852 -BSU_10890,yisX,AL009126.3,BSU10890,1168199,1168837,-,conserved hypothetical protein,Function unknown,O06733,Op853 -BSU_10900,yisY,AL009126.3,BSU10900,1169043,1169849,+,putative acyl hydrolase or peroxidase,Lipid transport and metabolism,O06734,Op854 -BSU_10910,yisZ,AL009126.3,BSU10910,1169877,1170476,-,putative adenylylsulfate kinase,Inorganic ion transport and metabolism,O06735,Op855 -BSU_10920,yitA,AL009126.3,BSU10920,1170473,1171642,-,putative sulfate adenylyltransferase,Inorganic ion transport and metabolism,O06736,Op855 -BSU_10930,yitB,AL009126.3,BSU10930,1171755,1172465,-,putative phospho-adenylylsulfate reductase,Amino acid transport and metabolism,O06737,Op855 -BSU_10940,slpH,AL009126.3,BSU10940,1172650,1173336,+,2-phospho%2C3-sulfolactate phosphatase (sporulation related),Coenzyme transport and metabolism,O06738,Op856 -BSU_10950,slpS,AL009126.3,BSU10950,1173333,1174091,+,2-phospho-3-sulfolactate synthase,Function unknown,O06739,Op856 -BSU_10960,yitE,AL009126.3,BSU10960,1174136,1174765,-,putative integral inner membrane protein,Function unknown,O06740,Op857 -BSU_10970,yitF,AL009126.3,BSU10970,1174861,1175976,-,putative enolase superfamily enzyme (isomerase / dehydratase),Cell wall/membrane/envelope biogenesis,O06741,Op858 -BSU_10980,yitG,AL009126.3,BSU10980,1175985,1177253,-,putative efflux transporter,Amino acid transport and metabolism,Q796Q1,Op858 -BSU_10990,yitH,AL009126.3,BSU10990,1177365,1178213,-,putative N-acetyltransferase,Transcription,O06743,Op859 -BSU_11000,yitI,AL009126.3,BSU11000,1178218,1178667,-,putative N-acetyltransferase,Function unknown,O06744,Op860 -BSU_11010,samT,AL009126.3,BSU11010,1178757,1180595,-,bifunctional homocysteine S-methyltransferase using (R%2CS)AdoMet and methylenetetrahydrofolate reductase [NAD(P)H],Amino acid transport and metabolism,O06745,Op861 -BSU_11020,yitK,AL009126.3,BSU11020,1180909,1181400,-,putative RNA or cyclic d-GMP binding protein,Function unknown,O06746,Op862 -BSU_11030,yitL,AL009126.3,BSU11030,1181499,1182395,+,RNA-binding protein,Function unknown,O06747,Op863 -BSU_11040,yitM,AL009126.3,BSU11040,1182448,1183032,-,conserved hypothetical protein,No COG annotation,O06748,Op864 -BSU_11055,yitO,AL009126.3,BSU11055,1183029,1183958,-,putative integral inner membrane protein with HTTM domain,No COG annotation,O06750,Op864 -BSU_11070,yitP,AL009126.3,BSU11070,1183943,1184479,-,conserved hypothetical protein,Function unknown,O06751,Op864 -BSU_11079,yizB,AL009126.3,BSU11079,1184657,1185004,+,putative transcriptional regulator,Transcription,C0H3Y4,Op865 -BSU_11080,yitQ,AL009126.3,BSU11080,1185001,1185588,+,conserved protein of unknown function,No COG annotation,O06752,Op866 -BSU_11090,yitR,AL009126.3,BSU11090,1185608,1185901,+,conserved protein of unknown function,Function unknown,O06753,Op867 -BSU_11100,nprB,AL009126.3,BSU11100,1186037,1187653,+,extracellular neutral protease B,Amino acid transport and metabolism,P39899,Op868 -BSU_11110,fakBB,AL009126.3,BSU11110,1187700,1188551,-,fatty acid kinase fatty acid binding subunit B,Function unknown,P70945,Op869 -BSU_11120,yitT,AL009126.3,BSU11120,1188689,1189531,+,putative integral membrane protein,Function unknown,P39803,Op870 -BSU_11130,ipi,AL009126.3,BSU11130,1189646,1190005,+,intracellular proteinase inhibitor BsuPI,Function unknown,P39804,Op871 -BSU_11139,yizC,AL009126.3,BSU11139,1190036,1190233,-,conserved hypothetical protein%3B genus orphan,Function unknown,C0H3Y5,Op872 -BSU_11140,ribZC,AL009126.3,BSU11140,1190490,1191302,-,5-amino-6-ribitylamino-2%2C4(1H%2C 3H)-pyrimidinedione 5'-phosphate phosphatase (promiscuous),Function unknown,P70947,Op873 -BSU_11150,yitV,AL009126.3,BSU11150,1191423,1192190,+,putative carboxylesterase,Function unknown,P70948,Op874 -BSU_11160,yitW,AL009126.3,BSU11160,1192254,1192562,+,putative protein involved in Fe-S cluster assembly%2C PaaD-like,Function unknown,P70949,Op875 -BSU_11170,yitY,AL009126.3,BSU11170,1192858,1194288,+,putative FMN/FAD-binding oxidoreductase,Energy production and conversion,Q796P5,Op876 -BSU_11180,yitZ,AL009126.3,BSU11180,1194333,1194827,+,putative transport protein,Carbohydrate transport and metabolism,P70952,Op877 -BSU_11190,argC,AL009126.3,BSU11190,1195034,1196071,+,N-acetylglutamate gamma-semialdehyde dehydrogenase,Amino acid transport and metabolism,P23715,Op878 -BSU_11200,argJ,AL009126.3,BSU11200,1196091,1197311,+,ornithine acetyltransferase%3B amino-acid acetyltransferase,Amino acid transport and metabolism,P36843,Op878 -BSU_11210,argB,AL009126.3,BSU11210,1197326,1198102,+,N-acetylglutamate 5-phosphotransferase (acetylglutamate kinase),Amino acid transport and metabolism,P68729,Op878 -BSU_11220,argD,AL009126.3,BSU11220,1198099,1199256,+,N-acetylornithine aminotransferase,Amino acid transport and metabolism,P36839,Op878 -BSU_11230,carA,AL009126.3,BSU11230,1199327,1200388,+,arginine-specific carbamoyl-phosphate synthetase (small subunit),Nucleotide transport and metabolism,P36838,Op878 -BSU_11240,carB,AL009126.3,BSU11240,1200381,1203473,+,arginine-specific carbamoyl-phosphate synthetase (large subunit),Amino acid transport and metabolism,P18185,Op878 -BSU_11250,argF,AL009126.3,BSU11250,1203461,1204420,+,ornithine carbamoyltransferase,Amino acid transport and metabolism,P18186,Op878 -BSU_11260,yjzC,AL009126.3,BSU11260,1204506,1204685,+,conserved hypothetical protein,Function unknown,O34585,Op879 -BSU_11270,yjzD,AL009126.3,BSU11270,1204731,1204916,-,forespore targeted protein,Function unknown,O34713,Op880 -BSU_11280,yjaU,AL009126.3,BSU11280,1205165,1205899,+,conserved hypothetical protein,Lipid transport and metabolism,O35001,Op881 -BSU_11290,yjaV,AL009126.3,BSU11290,1205981,1206538,+,putative NAD(P) binding enzyme,No COG annotation,O34959,Op882 -BSU_11300,med,AL009126.3,BSU11300,1206629,1207582,+,positive regulator of comK,Function unknown,O32436,Op883 -BSU_11310,comZ,AL009126.3,BSU11310,1207597,1207788,+,putative late competence gene,Function unknown,O32437,Op883 -BSU_11320,yjzB,AL009126.3,BSU11320,1207818,1208057,-,spore coat protein,No COG annotation,O34891,Op884 -BSU_11330,fabHA,AL009126.3,BSU11330,1208222,1209160,+,beta-ketoacyl-acyl carrier protein synthase III 1,Lipid transport and metabolism,O34746,Op885 -BSU_11340,fabF,AL009126.3,BSU11340,1209183,1210424,+,beta-ketoacyl-acyl carrier protein synthase II (involved in pimelate synthesis),Lipid transport and metabolism,O34340,Op885 -BSU_11350,yjaZ,AL009126.3,BSU11350,1210500,1211285,+,conserved hypothetical protein,"Post-translational modification, protein turnover, and chaperones",O31596,Op886 -BSU_11360,appD,AL009126.3,BSU11360,1211477,1212463,+,oligopeptide ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,P42064,Op887 -BSU_11370,appF,AL009126.3,BSU11370,1212460,1213449,+,oligopeptide ABC transporter (ATP-binding protein),Amino acid transport and metabolism,P42065,Op887 -BSU_11381,appAn,AL009126.3,,1213537,1214001,+,oligopeptide ABC transporter (oligopeptide-binding lipoprotein)%3B N-terminal part of AppA,Amino acid transport and metabolism,,Op887 -BSU_11382,appAc,AL009126.3,,1214001,1215167,+,oligopeptide ABC transporter (oligopeptide-binding lipoprotein)%3B C-terminal part of AppA,Amino acid transport and metabolism,,Op887 -BSU_11390,appB,AL009126.3,BSU11390,1215243,1216193,+,oligopeptide ABC transporter (permease),Inorganic ion transport and metabolism,P42062,Op887 -BSU_11400,appC,AL009126.3,BSU11400,1216210,1217121,+,oligopeptide ABC transporter (permease),Amino acid transport and metabolism,P42063,Op887 -BSU_11410,yjbA,AL009126.3,BSU11410,1217326,1218078,+,putative sporulation nucleic acid binding protein,Function unknown,O31597,Op888 -BSU_11420,trpS,AL009126.3,BSU11420,1218113,1219105,-,tryptophanyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P21656,Op889 -BSU_11430,oppA,AL009126.3,BSU11430,1219849,1221486,+,oligopeptide ABC transporter (binding lipoprotein),Amino acid transport and metabolism,P24141,Op890 -BSU_11440,oppB,AL009126.3,BSU11440,1221594,1222529,+,oligopeptide ABC transporter (permease),Inorganic ion transport and metabolism,P24138,Op890 -BSU_11450,oppC,AL009126.3,BSU11450,1222533,1223450,+,oligopeptide ABC transporter (permease),Amino acid transport and metabolism,P24139,Op890 -BSU_11460,oppD,AL009126.3,BSU11460,1223455,1224531,+,oligopeptide ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,P24136,Op890 -BSU_11470,oppF,AL009126.3,BSU11470,1224533,1225450,+,oligopeptide ABC transporter (ATP-binding protein),Amino acid transport and metabolism,P24137,Op890 -BSU_11480,yjbB,AL009126.3,BSU11480,1225557,1226774,+,putative exporter,Amino acid transport and metabolism,O31600,Op891 -BSU_11490,yjbC,AL009126.3,BSU11490,1226938,1227516,+,putative thiol oxidation management factor%3B putative acetyltransferase,Transcription,O31601,Op892 -BSU_11500,spxA,AL009126.3,BSU11500,1227697,1228092,+,redox-sensitive regulator,Transcription,O31602,Op892 -BSU_11510,yjbE,AL009126.3,BSU11510,1228135,1228791,-,putative membrane protein of unknown function,Inorganic ion transport and metabolism,O31603,Op893 -BSU_11515,BSU_11515,AL009126.3,BSU11515,1228961,1229101,+,conserved hypothetical protein,No COG annotation,A0A2K4Z9I6,Op894 -BSU_11520,mecA,AL009126.3,BSU11520,1229068,1229724,+,adaptor protein controlling oligomerization of the AAA+ protein ClpC,Cell motility,P37958,Op895 -BSU_11525,BSU_11525,AL009126.3,BSU11525,1229719,1229841,-,conserved hypothetical protein,No COG annotation,A0A2K4Z9I3,Op896 -BSU_11530,coiA,AL009126.3,BSU11530,1229915,1231036,+,protein involved in establishment of DNA transport in competence,Function unknown,O31604,Op897 -BSU_11540,pepF,AL009126.3,BSU11540,1231083,1233095,+,oligoendopeptidase F,Amino acid transport and metabolism,O31605,Op898 -BSU_11549,yizD,AL009126.3,BSU11549,1233133,1233300,-,conserved hypothetical protein,No COG annotation,C0H3Y6,Op899 -BSU_11550,spxH,AL009126.3,BSU11550,1233614,1234513,-,thiol management effector of SpxA degradation,"Secondary metabolites biosynthesis, transport, and catabolism",O31606,Op900 -BSU_11560,yjbI,AL009126.3,BSU11560,1234510,1234908,-,putative thiol management oxidoreductase component,Function unknown,O31607,Op900 -BSU_11570,cwlQ,AL009126.3,BSU11570,1235163,1235708,-,bifunctional muramidase and murein lytic transglycosylase,Cell wall/membrane/envelope biogenesis,O31608,Op901 -BSU_11580,yjbK,AL009126.3,BSU11580,1235912,1236484,-,putative RNA/thiamine triphosphatase,Function unknown,O31609,Op902 -BSU_11590,yjbL,AL009126.3,BSU11590,1236609,1236977,+,conserved protein of unknown function,Function unknown,O31610,Op903 -BSU_11600,relP,AL009126.3,BSU11600,1237006,1237641,+,(p)ppGpp synthetase,Function unknown,O31611,Op904 -BSU_11610,ppnKA,AL009126.3,BSU11610,1237660,1238460,+,inorganic polyphosphate/ATP-NAD kinase (quinolate activated),Carbohydrate transport and metabolism,O31612,Op905 -BSU_11620,yjbO,AL009126.3,BSU11620,1238523,1239374,+,pseudouridylate synthase,"Translation, ribosomal structure and biogenesis",O31613,Op906 -BSU_11630,prpE,AL009126.3,BSU11630,1239387,1240121,-,phosphorylated protein phosphatase E and diadenosine-polyphosphate hydrolase,Signal transduction mechanisms,O31614,Op907 -BSU_11640,kefQ,AL009126.3,BSU11640,1240356,1242200,+,gated K+/H+ antiporter,Inorganic ion transport and metabolism,O31615,Op908 -BSU_11650,tenA,AL009126.3,BSU11650,1242449,1243159,+,thiaminase II,Transcription,P25052,Op909 -BSU_11660,tenI,AL009126.3,BSU11660,1243134,1243751,+,thiazole tautomerase,Coenzyme transport and metabolism,P25053,Op909 -BSU_11670,thiO,AL009126.3,BSU11670,1243735,1244844,+,FAD-dependent glycine oxidase,Amino acid transport and metabolism,O31616,Op909 -BSU_11680,thiS,AL009126.3,BSU11680,1244844,1245044,+,sulfur carrier for synthesis of hydroxyethylthiazole phosphate,Coenzyme transport and metabolism,O31617,Op909 -BSU_11690,thiG,AL009126.3,BSU11690,1245041,1245811,+,hydroxyethylthiazole phosphate synthetase (thiamine biosynthesis),Coenzyme transport and metabolism,O31618,Op909 -BSU_11700,thiF,AL009126.3,BSU11700,1245808,1246818,+,adenylate transferase and sulfur transferase (thiamine biosynthesis),Coenzyme transport and metabolism,O31619,Op909 -BSU_11710,thiD,AL009126.3,BSU11710,1246837,1247652,+,phosphomethylpyrimidine kinase%2C 4-amino-5-hydroxymethyl-2-methylpyrimidine and 4-amino-5-hydroxymethyl-2-methylpyrimidine pyrophosphate kinase,Coenzyme transport and metabolism,O31620,Op909 -BSU_11720,fabI,AL009126.3,BSU11720,1247788,1248564,+,enoyl-acyl carrier protein reductase,Lipid transport and metabolism,P54616,Op910 -BSU_11730,cotO,AL009126.3,BSU11730,1248665,1249348,+,spore outer coat protein,Function unknown,O31622,Op911 -BSU_11740,cotZ,AL009126.3,BSU11740,1249442,1249888,-,spore coat protein (insoluble fraction%2C crust layer),Function unknown,Q08312,Op912 -BSU_11750,cotY,AL009126.3,BSU11750,1250016,1250504,-,outer spore coat protein (crust layer%2C insoluble fraction),Function unknown,Q08311,Op912 -BSU_11760,cotX,AL009126.3,BSU11760,1250656,1251174,-,spore coat protein (insoluble fraction),Function unknown,Q08313,Op913 -BSU_11770,cotW,AL009126.3,BSU11770,1251273,1251590,-,spore coat protein (outemost layer),No COG annotation,Q08310,Op913 -BSU_11780,cotV,AL009126.3,BSU11780,1251631,1252017,-,spore coat protein (insoluble fraction),Function unknown,Q08309,Op913 -BSU_11790,yjcA,AL009126.3,BSU11790,1252177,1252533,+,sporulation-specific protein,Function unknown,O31623,Op914 -BSU_11798,BSU_11798,AL009126.3,,1252558,1252791,-,protein remnant,No COG annotation,,Op915 -BSU_11799,yjzK,AL009126.3,BSU11799,1252815,1253021,+,conserved hypothetical protein,No COG annotation,C0H3Y7,Op916 -BSU_11800,yjcB,AL009126.3,BSU11800,1252858,1253073,+,sporulation-specific protein,No COG annotation,A0A2K4Z9I2,Op917 -BSU_11809,yjcZ,AL009126.3,BSU11809,1253103,1253252,+,putative type I toxin,No COG annotation,C0H3Y8,Op916 -BSU_11810,spoVIF,AL009126.3,BSU11810,1253385,1253639,+,sporulation-specific protein needed for heat resistance,Function unknown,O31625,Op916 -BSU_11820,yjcD,AL009126.3,BSU11820,1253713,1255992,-,putative ATP-dependent DNA helicase (sporulation associated),"Replication, recombination and repair",O31626,Op918 -BSU_11839,yjzE,AL009126.3,BSU11839,1256109,1256363,+,hypothetical protein,No COG annotation,C0H3Y9,Op919 -BSU_11840,yjcF,AL009126.3,BSU11840,1256436,1256858,-,putative acetyltransferase,Function unknown,O31628,Op920 -BSU_11850,yjcG,AL009126.3,BSU11850,1256862,1257377,-,putative RNA ligase or phosphoesterase,"Translation, ribosomal structure and biogenesis",O31629,Op921 -BSU_11860,yjcH,AL009126.3,BSU11860,1257414,1258136,-,putative stress-related hydrolase,Inorganic ion transport and metabolism,O31630,Op922 -BSU_11870,metI,AL009126.3,BSU11870,1258492,1259613,+,cystathionine gamma-synthase and O-acetylhomoserine thiolyase,Amino acid transport and metabolism,O31631,Op923 -BSU_11880,metC,AL009126.3,BSU11880,1259606,1260778,+,cystathionine beta-lyase,Amino acid transport and metabolism,O31632,Op923 -BSU_11890,yjcK,AL009126.3,BSU11890,1260811,1261356,-,putative ribosomal-protein-alanine N-acetyltransferase,"Translation, ribosomal structure and biogenesis",O31633,Op924 -BSU_11900,yjcL,AL009126.3,BSU11900,1261426,1262616,-,putative integral inner membrane protein%3B possibly aquaporin-related,Function unknown,O31634,Op925 -BSU_11910,yjcM,AL009126.3,BSU11910,1263702,1264931,-,conserved hypothetical protein%3B phage island,Function unknown,O31635,Op926 -BSU_11920,yjcN,AL009126.3,BSU11920,1265057,1265377,+,conserved hypothetical protein%3B phage island,No COG annotation,O31636,Op927 -BSU_11928,yjzF,AL009126.3,BSU11928,1265530,1265661,+,conserved hypothetical protein,No COG annotation,C0H3Z0,Op928 -BSU_11929,yjzG,AL009126.3,BSU11929,1265677,1265850,+,hypothetical protein,No COG annotation,C0H3Z1,Op929 -BSU_11930,yjcO,AL009126.3,BSU11930,1265887,1266348,+,putative DNA binding protein%3B phage island,"Replication, recombination and repair",O31637,Op930 -BSU_11940,yjcP,AL009126.3,BSU11940,1266614,1267117,+,conserved hypothetical protein: phage island,No COG annotation,O31638,Op931 -BSU_11950,yjcQ,AL009126.3,BSU11950,1267129,1267413,+,conserved hypothetical protein%3B phage island,Function unknown,O31639,Op931 -BSU_11960,yjcR,AL009126.3,BSU11960,1267574,1268101,+,putative phage-related nucleic acid binding terminase small subunit%3B phage island,"Replication, recombination and repair",O31640,Op932 -BSU_11970,yjcS,AL009126.3,BSU11970,1268275,1268592,+,conserved hypothetical protein%3B phage island,Function unknown,O31641,Op933 -BSU_11980,yjdA,AL009126.3,BSU11980,1268829,1269584,+,putative acyl-carrier protein oxidoreductase%3B phage island,Lipid transport and metabolism,O31642,Op934 -BSU_11990,yjdB,AL009126.3,BSU11990,1269733,1270080,-,putative exported protein%3B phage island,No COG annotation,O31643,Op935 -BSU_12000,manR,AL009126.3,BSU12000,1270631,1272577,+,transcriptional DNA-binding activator,Carbohydrate transport and metabolism,O31644,Op936 -BSU_12010,manP,AL009126.3,BSU12010,1272725,1274677,+,phosphotransferase system (PTS) mannose-specific enzyme IIBCA component,Carbohydrate transport and metabolism,O31645,Op937 -BSU_12020,manA,AL009126.3,BSU12020,1274692,1275639,+,mannose-6 phosphate isomerase%3B cupin family,Carbohydrate transport and metabolism,O31646,Op937 -BSU_12030,yjdF,AL009126.3,BSU12030,1275809,1276291,+,conserved hypothetical protein,Function unknown,O31647,Op937 -BSU_12040,yjdG,AL009126.3,BSU12040,1276337,1276843,-,putative acetyltransferase,"Translation, ribosomal structure and biogenesis",O31648,Op938 -BSU_12050,yjdH,AL009126.3,BSU12050,1277062,1277457,-,putative spore coat protein,No COG annotation,O31649,Op939 -BSU_12060,trnE,AL009126.3,BSU12060,1277686,1278165,+,cys-tRNApro deacetylase%3B tRNA editing,Function unknown,O31650,Op940 -BSU_12069,yjzH,AL009126.3,BSU12069,1278205,1278399,-,conserved hypothetical protein,Function unknown,C0H3Z2,Op941 -BSU_12070,yjdJ,AL009126.3,BSU12070,1278565,1278894,-,conserved hypothetical protein,Function unknown,O31651,Op942 -BSU_12080,ctaO,AL009126.3,BSU12080,1279514,1280503,-,minor protoheme IX farnesyltransferase 1 (heme O synthase),"Post-translational modification, protein turnover, and chaperones",O31652,Op943 -BSU_12090,cotT,AL009126.3,BSU12090,1280626,1280874,-,spore coat protein (inner coat),No COG annotation,P11863,Op944 -BSU_12100,pdaC,AL009126.3,BSU12100,1281128,1282531,+,N-acetylmuramic acid deacetylase,Carbohydrate transport and metabolism,O34798,Op945 -BSU_12110,yjfA,AL009126.3,BSU12110,1282571,1283044,-,conserved hypothetical protein,Function unknown,O34554,Op946 -BSU_12120,yjfB,AL009126.3,BSU12120,1283169,1283336,-,conserved hypothetical protein,Function unknown,O34438,Op947 -BSU_12130,yjfC,AL009126.3,BSU12130,1283463,1284362,+,conserved hypothetical protein,"Post-translational modification, protein turnover, and chaperones",O34458,Op948 -BSU_12140,yjgA,AL009126.3,BSU12140,1284371,1284769,-,conserved membrane protein,Signal transduction mechanisms,O35027,Op949 -BSU_12150,yjgB,AL009126.3,BSU12150,1284870,1285445,-,putative exported protein,Function unknown,O34960,Op950 -BSU_12160,yjgC,AL009126.3,BSU12160,1285591,1288548,+,putative molybdoenzyme%3B putative formate dehydrogenase,Energy production and conversion,O34720,Op951 -BSU_12170,yjgD,AL009126.3,BSU12170,1288541,1289101,+,conserved hypothetical protein,Function unknown,O34681,Op952 -BSU_12180,yjhA,AL009126.3,BSU12180,1289298,1289939,+,putative lipoprotein,Function unknown,O34725,Op953 -BSU_12190,yjhB,AL009126.3,BSU12190,1290018,1290644,+,putative ADP-ribose pyrophosphatase,Nucleotide transport and metabolism,C0SPC3,Op954 -BSU_12200,yjiA,AL009126.3,BSU12200,1290675,1290953,-,hypothetical protein,No COG annotation,O34679,Op955 -BSU_12210,cypE,AL009126.3,BSU12210,1291344,1292534,+,cytochrome P450 CYP109B1%2C monooxygenase,Energy production and conversion,O34374,Op956 -BSU_12220,ppuG,AL009126.3,BSU12220,1292557,1293735,+,polyphenols TDP-rhamnosyltransferase%2C promiscuous,Energy production and conversion,O34539,Op957 -BSU_12229,yjzI,AL009126.3,BSU12229,1293776,1293964,-,putative phage protein,No COG annotation,C0H3Z3,Op958 -BSU_12230,yjjA,AL009126.3,BSU12230,1294138,1294950,+,putative enzyme,Coenzyme transport and metabolism,O34394,Op959 -BSU_12240,yjkA,AL009126.3,BSU12240,1294996,1295748,-,putative ABC transporter (permease),Function unknown,O34684,Op960 -BSU_12250,yjkB,AL009126.3,BSU12250,1295748,1296500,-,putative ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,O34756,Op961 -BSU_12260,yjlA,AL009126.3,BSU12260,1296620,1297594,-,putative permease,Amino acid transport and metabolism,O34428,Op962 -BSU_12270,yjlB,AL009126.3,BSU12270,1297726,1298223,+,conserved hypothetical protein%3B cupin family,Function unknown,O34612,Op963 -BSU_12280,yjlC,AL009126.3,BSU12280,1298612,1299034,+,conserved hypothetical protein,Function unknown,O34633,Op964 -BSU_12290,ndh,AL009126.3,BSU12290,1299074,1300252,+,NADH dehydrogenase,Energy production and conversion,P80861,Op964 -BSU_12300,uxaC,AL009126.3,BSU12300,1300450,1301871,+,galacturonate isomerase,Carbohydrate transport and metabolism,O34808,Op965 -BSU_12310,exuM,AL009126.3,BSU12310,1301939,1303318,+,putative Na+:altronate/mannonate symporter,Carbohydrate transport and metabolism,O34961,Op965 -BSU_12320,yjmC,AL009126.3,BSU12320,1303423,1304436,+,putative oxidoreductase,Energy production and conversion,O34736,Op965 -BSU_12330,yjmD,AL009126.3,BSU12330,1304442,1305461,+,putative oxidoreductase,Amino acid transport and metabolism,O35045,Op965 -BSU_12340,uxuA,AL009126.3,BSU12340,1305486,1306565,+,D-mannonate dehydratase,Carbohydrate transport and metabolism,O34346,Op965 -BSU_12350,uxuB,AL009126.3,BSU12350,1306562,1307398,+,fructuronate reductase,Lipid transport and metabolism,O34896,Op965 -BSU_12360,exuT,AL009126.3,BSU12360,1307446,1308714,+,hexuronate transporter,Carbohydrate transport and metabolism,O34456,Op965 -BSU_12370,exuR,AL009126.3,BSU12370,1308802,1309803,+,transcriptional regulator (LacI family),Transcription,Q9JMQ1,Op965 -BSU_12380,uxaB,AL009126.3,BSU12380,1309880,1311322,+,tagaturonate reductase (altronate oxidoreductase),Carbohydrate transport and metabolism,O34354,Op965 -BSU_12390,uxaA,AL009126.3,BSU12390,1311319,1312812,+,altronate dehydratase,Carbohydrate transport and metabolism,O34673,Op965 -BSU_12400,yjnA,AL009126.3,BSU12400,1312851,1313615,-,putative permease,Function unknown,O34578,Op966 -BSU_12410,yjoA,AL009126.3,BSU12410,1313840,1314304,-,putative DNA-binding protein,Function unknown,O34334,Op967 -BSU_12420,yjoB,AL009126.3,BSU12420,1314453,1315724,+,informational ATPase possibly involved in protein degradation,"Post-translational modification, protein turnover, and chaperones",O34703,Op968 -BSU_12430,rapA,AL009126.3,BSU12430,1315869,1317005,+,response regulator aspartate phosphatase,Function unknown,Q00828,Op969 -BSU_12440,phrA,AL009126.3,BSU12440,1316995,1317129,+,secreted inhibitor of the activity of phosphatase RapA (quorum sensing),No COG annotation,Q00829,Op969 -BSU_12450,yjpA,AL009126.3,BSU12450,1317157,1317414,-,putative enzyme,Function unknown,O34446,Op970 -BSU_12460,xlyB,AL009126.3,BSU12460,1317535,1318488,+,phage PBSX%3B N-acetylmuramoyl-L-alanine amidase,Cell wall/membrane/envelope biogenesis,O34391,Op971 -BSU_12470,yjqA,AL009126.3,BSU12470,1318528,1318905,-,phage PBSX%3B conserved hypothetical protein,Function unknown,O34593,Op972 -BSU_12480,pghB,AL009126.3,BSU12480,1319011,1319613,+,phage PBSX%3B gamma-polyglutamate hydrolase,Function unknown,O34785,Op973 -BSU_12490,xpdC,AL009126.3,BSU12490,1319690,1320526,+,phage PBSX%3B manganese-containing peroxidase,Inorganic ion transport and metabolism,O34423,Op974 -BSU_12500,xkdA,AL009126.3,BSU12500,1320570,1321166,-,phage PBSX%3B putative peptidase,Amino acid transport and metabolism,P39780,Op975 -BSU_12510,xre,AL009126.3,BSU12510,1321329,1321670,-,phage PBSX transcriptional regulator,Transcription,P23789,Op976 -BSU_12519,yjzJ,AL009126.3,BSU12519,1321848,1322027,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,C0H3Z4,Op977 -BSU_12520,xkdB,AL009126.3,BSU12520,1322014,1322850,+,phage PBSX%3B conserved hypothetical protein,Transcription,P39781,Op978 -BSU_12530,xkdC,AL009126.3,BSU12530,1322750,1323550,+,phage PBSX%3B putative DNA binding protein,"Replication, recombination and repair",P39782,Op978 -BSU_12539,ykzK,AL009126.3,BSU12539,1323550,1323717,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,C0H3Z5,Op978 -BSU_12540,xkdD,AL009126.3,BSU12540,1323802,1324152,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,P39783,Op978 -BSU_12550,xtrA,AL009126.3,BSU12550,1324149,1324355,+,phage PBSX%3B conserved protein of unknown function,Function unknown,P54344,Op978 -BSU_12560,xpf,AL009126.3,BSU12560,1324471,1324980,+,phage PBSX%3B putative RNA polymerase PBSX sigma factor-like,Transcription,P39784,Op979 -BSU_12570,xtmA,AL009126.3,BSU12570,1325096,1325893,+,phage PBSX%3B prophage terminase (small subunit),"Replication, recombination and repair",P39785,Op980 -BSU_12580,xtmB,AL009126.3,BSU12580,1325890,1327191,+,phage PBSX%3B prophage terminase (large subunit),Function unknown,P39786,Op980 -BSU_12590,xkdE,AL009126.3,BSU12590,1327195,1328682,+,phage PBSX%3B phage capsid portal protein,Function unknown,P54325,Op980 -BSU_12600,xkdF,AL009126.3,BSU12600,1328702,1329529,+,phage PBSX%3B conserved hypothetical protein,"Replication, recombination and repair",P54326,Op980 -BSU_12610,xkdG,AL009126.3,BSU12610,1329555,1330490,+,phage PBSX%3B putative phage chromosome binding protein,Function unknown,P54327,Op980 -BSU_12619,ykzL,AL009126.3,BSU12619,1330512,1330895,+,phage PBSX%3B conserved hypothetical protein,Function unknown,C0H3Z6,Op980 -BSU_12620,xkdH,AL009126.3,BSU12620,1330892,1331248,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54328,Op980 -BSU_12630,xkdI,AL009126.3,BSU12630,1331245,1331730,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54329,Op980 -BSU_12640,xkdJ,AL009126.3,BSU12640,1331743,1332183,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,P54330,Op980 -BSU_12649,ykzM,AL009126.3,BSU12649,1332187,1332405,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,C0H3Z7,Op980 -BSU_12650,xkdK,AL009126.3,BSU12650,1332402,1333802,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54331,Op980 -BSU_12660,xkdM,AL009126.3,BSU12660,1333804,1334247,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54332,Op980 -BSU_12671,xkdN,AL009126.3,BSU12671,1334339,1334785,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54333,Op981 -BSU_12672,xkzB,AL009126.3,BSU12672,1334815,1334964,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,C0H3Z8,Op982 -BSU_12680,xkdO,AL009126.3,BSU12680,1334966,1338964,+,phage PBSX%3B putative tape measure protein,"Replication, recombination and repair",P54334,Op983 -BSU_12690,xkdP,AL009126.3,BSU12690,1338957,1339616,+,phage PBSX%3B putative murein binding protein,Function unknown,P54335,Op984 -BSU_12700,xkdQ,AL009126.3,BSU12700,1339632,1340609,+,phage PBSX%3B conserved hypothetical protein,Carbohydrate transport and metabolism,P54336,Op985 -BSU_12710,xkdR,AL009126.3,BSU12710,1340609,1340875,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54337,Op986 -BSU_12720,xkdS,AL009126.3,BSU12720,1340932,1341357,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54338,Op987 -BSU_12730,xkdT,AL009126.3,BSU12730,1341350,1342396,+,phage PBSX%3B putative base plate assembly protein,Function unknown,P54339,Op988 -BSU_12740,xkdU,AL009126.3,BSU12740,1342380,1342958,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54340,Op989 -BSU_12749,xkzA,AL009126.3,BSU12749,1342955,1343227,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,C0H3Z9,Op990 -BSU_12750,xkdV,AL009126.3,BSU12750,1343230,1345293,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,P54341,Op991 -BSU_12760,xkdW,AL009126.3,BSU12760,1345305,1345634,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54342,Op992 -BSU_12770,xkdX,AL009126.3,BSU12770,1345631,1345795,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,P54343,Op993 -BSU_12780,xepA,AL009126.3,BSU12780,1345839,1346678,+,phage PBSX%3B lytic exoenzyme,No COG annotation,P39797,Op994 -BSU_12790,xhlA,AL009126.3,BSU12790,1346731,1347000,+,phage PBSX%3B putative enzyme,Function unknown,P39798,Op995 -BSU_12800,xhlB,AL009126.3,BSU12800,1347013,1347276,+,phage PBSX%3B holin,Function unknown,Q99163,Op996 -BSU_12810,xlyA,AL009126.3,BSU12810,1347289,1348182,+,phage PBSX%3B N-acetylmuramoyl-L-alanine amidase,Cell wall/membrane/envelope biogenesis,P39800,Op997 -BSU_12815,spoIISC,AL009126.3,BSU12815,1348219,1348356,-,three component toxin / antitoxin / antitoxin SpoIISABC%2C antitoxin C,No COG annotation,A0A2K4Z9I5,Op998 -BSU_12820,spoIISB,AL009126.3,BSU12820,1348442,1348612,-,three-component apoptotic control system component B (antitoxin B),Function unknown,O34800,Op999 -BSU_12830,spoIISA,AL009126.3,BSU12830,1348612,1349358,-,three-component apoptosis factor (ABC toxin/antitoxin/antitoxin system),Function unknown,O34853,Op1000 -BSU_12840,pitB,AL009126.3,BSU12840,1349468,1350469,-,putative low-affinity inorganic phosphate transporter,Inorganic ion transport and metabolism,O34436,Op1001 -BSU_12850,ykaA,AL009126.3,BSU12850,1350482,1351099,-,putative PitB transporter accessory protein,Inorganic ion transport and metabolism,O34454,Op1001 -BSU_12860,steT,AL009126.3,BSU12860,1351375,1352691,-,serine / threonine exchanger,Amino acid transport and metabolism,O34739,Op1002 -BSU_12870,mhqA,AL009126.3,BSU12870,1353080,1354030,+,hydroquinone-specific extradiol dioxygenase,Amino acid transport and metabolism,O34689,Op1003 -BSU_12875,BSU_12875,AL009126.3,BSU12875,1354131,1354277,+,hypothetical protein,No COG annotation,A0A2K4Z9I1,Op1004 -BSU_12880,ykcB,AL009126.3,BSU12880,1354285,1356435,+,putative membrane glycosyl transferase,Cell wall/membrane/envelope biogenesis,O34575,Op1005 -BSU_12890,ykcC,AL009126.3,BSU12890,1356447,1357418,+,putative glycosyltransferase,Cell wall/membrane/envelope biogenesis,O34319,Op1006 -BSU_12900,htrA,AL009126.3,BSU12900,1357936,1359285,-,membrane bound serine protease Do%2C quality control protease and chaperone (heat-shock protein),"Post-translational modification, protein turnover, and chaperones",O34358,Op1007 -BSU_12910,proCC,AL009126.3,BSU12910,1359454,1360272,+,redundant pyrroline-5-carboxylate reductase,Amino acid transport and metabolism,Q00777,Op1008 -BSU_12920,dppA,AL009126.3,BSU12920,1360401,1361225,+,D-alanyl-aminopeptidase,Amino acid transport and metabolism,P26902,Op1009 -BSU_12930,dppB,AL009126.3,BSU12930,1361242,1362168,+,dipeptide ABC transporter (permease),Inorganic ion transport and metabolism,P26903,Op1009 -BSU_12940,dppC,AL009126.3,BSU12940,1362174,1363136,+,dipeptide ABC transporter (permease),Amino acid transport and metabolism,P26904,Op1009 -BSU_12950,dppD,AL009126.3,BSU12950,1363141,1364148,+,dipeptide ABC transporter (ATP-binding subunit),Inorganic ion transport and metabolism,P26905,Op1009 -BSU_12960,dppE,AL009126.3,BSU12960,1364151,1365800,+,dipeptide ABC transporter (dipeptide-binding lipoprotein),Amino acid transport and metabolism,P26906,Op1009 -BSU_12970,ldcA,AL009126.3,BSU12970,1365888,1366847,+,muropeptide L%2CD-carboxypeptidase,Defense mechanisms,O34851,Op1010 -BSU_12980,aeeB,AL009126.3,BSU12980,1366844,1367944,+,L-Ala-D/L-Glu epimerase,Cell wall/membrane/envelope biogenesis,O34508,Op1010 -BSU_12990,eepC,AL009126.3,BSU12990,1367941,1368831,+,gamma-D-glutamyl-L-diaminoacid endopeptidase,Cell wall/membrane/envelope biogenesis,O35010,Op1010 -BSU_13000,ykfD,AL009126.3,BSU13000,1368844,1369833,+,putative cell wall oligopeptide ABC transporter (ATP binding protein),Amino acid transport and metabolism,C0SP98,Op1010 -BSU_13010,pgl,AL009126.3,BSU13010,1369876,1370925,-,6-phosphogluconolactonase,Carbohydrate transport and metabolism,O34499,Op1011 -BSU_13020,ddaH,AL009126.3,BSU13020,1371015,1371875,-,N(G)%2CN(G)-dimethylarginine dimethylaminohydrolase,Amino acid transport and metabolism,O34497,Op1011 -BSU_13030,ykhA,AL009126.3,BSU13030,1372035,1372553,+,promiscuous acyl-CoA thioesterase,Lipid transport and metabolism,P49851,Op1012 -BSU_13040,hmpA,AL009126.3,BSU13040,1372792,1373991,+,flavohemoglobin,Energy production and conversion,P49852,Op1013 -BSU_13050,ykzH,AL009126.3,BSU13050,1374068,1374292,-,conserved hypothetical protein,No COG annotation,O31653,Op1014 -BSU_13060,ykjA,AL009126.3,BSU13060,1374437,1375168,+,conserved membrane protein of unknown function,Function unknown,P49853,Op1015 -BSU_13070,ykkA,AL009126.3,BSU13070,1375260,1375787,+,conserved hypothetical protein,Function unknown,P49854,Op1016 -BSU_13080,ykkB,AL009126.3,BSU13080,1375777,1376295,+,putative N-acetyltransferase,"Translation, ribosomal structure and biogenesis",P49855,Op1017 -BSU_13090,gdnC,AL009126.3,BSU13090,1376517,1376855,+,guanidinium efflux transporter subunit,Inorganic ion transport and metabolism,P49856,Op1018 -BSU_13100,gdnD,AL009126.3,BSU13100,1376855,1377172,+,guanidinium efflux transporter subunit,Inorganic ion transport and metabolism,P49857,Op1019 -BSU_13110,purU,AL009126.3,BSU13110,1377243,1378145,+,formyltetrahydrofolate hydrolase,Nucleotide transport and metabolism,O34990,Op1020 -BSU_13120,proB,AL009126.3,BSU13120,1378496,1379593,+,glutamate 5-kinase,Amino acid transport and metabolism,P39820,Op1021 -BSU_13130,proA,AL009126.3,BSU13130,1379605,1380852,+,gamma-glutamyl phosphate reductase,Amino acid transport and metabolism,P39821,Op1021 -BSU_13140,ohrA,AL009126.3,BSU13140,1380978,1381403,+,peroxiredoxin,"Post-translational modification, protein turnover, and chaperones",O34762,Op1022 -BSU_13150,ohrR,AL009126.3,BSU13150,1381434,1381877,-,transcriptional regulator sensing organic peroxides,Transcription,O34777,Op1023 -BSU_13160,ohrB,AL009126.3,BSU13160,1382020,1382430,+,organic hydroperoxide resistance reductase B,"Post-translational modification, protein turnover, and chaperones",P80242,Op1024 -BSU_13169,ykzN,AL009126.3,BSU13169,1382457,1382627,+,hypothetical protein,No COG annotation,C0H400,Op1025 -BSU_13170,guaN,AL009126.3,BSU13170,1382677,1383147,-,guanine deaminase,Nucleotide transport and metabolism,O34598,Op1026 -BSU_13180,metE,AL009126.3,BSU13180,1383320,1385608,-,cobalamin-independent methionine synthase,Amino acid transport and metabolism,P80877,Op1027 -BSU_13190,ispA,AL009126.3,BSU13190,1386024,1386983,-,intracellular serine protease,"Post-translational modification, protein turnover, and chaperones",P11018,Op1028 -BSU_13200,rsbRB,AL009126.3,BSU13200,1387206,1388039,+,component of the anxiosome (stressosome),Signal transduction mechanisms,O34860,Op1029 -BSU_13210,thiX,AL009126.3,BSU13210,1388070,1388834,-,thiamine transporter%2C transmembrane T component,Inorganic ion transport and metabolism,O34572,Op1030 -BSU_13220,thiW,AL009126.3,BSU13220,1388809,1390452,-,thiamine ABC transporter (ATP-binding subunit),Inorganic ion transport and metabolism,O34362,Op1031 -BSU_13230,thiV,AL009126.3,BSU13230,1390439,1391038,-,thiamine transporter%2C permease component,Function unknown,O34738,Op1032 -BSU_13240,thiU,AL009126.3,BSU13240,1391040,1391642,-,thiamine-binding protein (oxidation stress protein),Function unknown,O34911,Op1033 -BSU_13250,ykoG,AL009126.3,BSU13250,1391953,1392639,+,two-component response regulator [YkoH],Signal transduction mechanisms,O34903,Op1034 -BSU_13260,ykoH,AL009126.3,BSU13260,1392643,1394007,+,two-component sensor histidine kinase [YkoG],Signal transduction mechanisms,O34638,Op1035 -BSU_13270,ykoI,AL009126.3,BSU13270,1394004,1394684,+,conserved membrane protein of unknown function,Function unknown,O34551,Op1036 -BSU_13280,ykoJ,AL009126.3,BSU13280,1394776,1395288,+,putative exported protein,Function unknown,O35012,Op1037 -BSU_13290,ykzD,AL009126.3,BSU13290,1395371,1395508,+,conserved hypothetical protein,No COG annotation,O34405,Op1038 -BSU_13300,mgtE,AL009126.3,BSU13300,1396013,1397368,+,magnesium transporter,Inorganic ion transport and metabolism,O34442,Op1039 -BSU_13310,tnrA,AL009126.3,BSU13310,1397411,1397743,-,nitrogen sensing transcriptional regulator,Transcription,Q45666,Op1040 -BSU_13320,ykzB,AL009126.3,BSU13320,1397938,1398093,+,conserved protein of unknown function,No COG annotation,O34923,Op1041 -BSU_13330,ykoL,AL009126.3,BSU13330,1398181,1398363,+,conserved protein of unknown function,No COG annotation,O34763,Op1041 -BSU_13340,ykoM,AL009126.3,BSU13340,1398496,1398960,+,putative transcriptional regulator (MarR family),Transcription,O34949,Op1042 -BSU_13350,ykoN,AL009126.3,BSU13350,1398975,1400096,-,putative glycosyltransferase,Cell wall/membrane/envelope biogenesis,C0SPB9,Op1043 -BSU_13360,ykoP,AL009126.3,BSU13360,1400188,1400739,+,conserved hypothetical protein,Carbohydrate transport and metabolism,O34495,Op1044 -BSU_13370,ykoQ,AL009126.3,BSU13370,1400767,1401579,-,putative metallophosphoesterase,Function unknown,O35040,Op1045 -BSU_13380,ykoS,AL009126.3,BSU13380,1401772,1403466,+,putative integral membrane protein,No COG annotation,O34830,Op1046 -BSU_13390,ykoT,AL009126.3,BSU13390,1403479,1404492,+,putative glycosyltransferase,Cell wall/membrane/envelope biogenesis,O34755,Op1047 -BSU_13400,ligD,AL009126.3,BSU13400,1404518,1406353,-,ATP-dependent DNA ligase subunit%3B 5'-2-deoxyribose-5-phosphate (dRP) lyase,"Replication, recombination and repair",O34398,Op1048 -BSU_13410,ligV,AL009126.3,BSU13410,1406357,1407292,-,ATP-dependent DNA ligase subunit Ku%3B AP/deoxyribose 5'-phosphate (5'-dRP)-lyase,"Replication, recombination and repair",O34859,Op1049 -BSU_13420,dgcW,AL009126.3,BSU13420,1407329,1409731,-,diguanylate cyclase,Signal transduction mechanisms,O34311,Op1050 -BSU_13430,ykoX,AL009126.3,BSU13430,1409912,1410577,+,putative integral membrane protein,Function unknown,O34908,Op1051 -BSU_13440,ykoY,AL009126.3,BSU13440,1410654,1411628,+,putative manganese-related ion transporter,Inorganic ion transport and metabolism,O34997,Op1052 -BSU_13450,sigI,AL009126.3,BSU13450,1411892,1412647,+,RNA polymerase sigma factor (heat stress responsive),Transcription,O31654,Op1053 -BSU_13460,rsgI,AL009126.3,BSU13460,1412644,1413789,+,sigmaI modulating factor,Function unknown,O31655,Op1053 -BSU_13470,sspD,AL009126.3,BSU13470,1413800,1413994,-,small acid-soluble spore protein (alpha/beta-type SASP),Function unknown,P04833,Op1054 -BSU_13480,htpK,AL009126.3,BSU13480,1414125,1414826,-,regulator of quality control,Function unknown,O31656,Op1055 -BSU_13490,htpX,AL009126.3,BSU13490,1414997,1415893,+,membrane protease,"Post-translational modification, protein turnover, and chaperones",O31657,Op1056 -BSU_13500,ktrD,AL009126.3,BSU13500,1416067,1417416,+,K+-transporting ATPase,Inorganic ion transport and metabolism,O31658,Op1057 -BSU_13509,ykzP,AL009126.3,BSU13509,1417561,1417716,+,conserved protein of unknown function,Function unknown,C0H402,Op1058 -BSU_13510,ykzE,AL009126.3,BSU13510,1417719,1417895,+,conserved protein of unknown function,No COG annotation,O31659,Op1059 -BSU_13520,ykrP,AL009126.3,BSU13520,1417938,1418960,-,putative integral membrane protein%3B putative acyltransferase,Carbohydrate transport and metabolism,O31660,Op1060 -BSU_13530,kinE,AL009126.3,BSU13530,1419213,1421429,+,two-component sensor histidine kinase,Signal transduction mechanisms,O31661,Op1061 -BSU_13540,ogt,AL009126.3,BSU13540,1421426,1421923,+,O6-alkylguanine DNA alkyltransferase,"Replication, recombination and repair",P11742,Op1061 -BSU_13545,BSU_13545,AL009126.3,BSU13545,1422013,1422138,+,hypothetical protein,No COG annotation,A0A2K4Z9I7,Op1062 -BSU_13550,mtnA,AL009126.3,BSU13550,1422172,1423233,-,methylthioribose-1-phosphate isomerase (methionine salvage pathway),Amino acid transport and metabolism,O31662,Op1063 -BSU_13560,mtnK,AL009126.3,BSU13560,1423241,1424434,-,methylthioribose kinase (methionine salvage pathway%2C promiscuous),Nucleotide transport and metabolism,O31663,Op1063 -BSU_13570,mtnU,AL009126.3,BSU13570,1424767,1425546,-,ketoglutaramate omega-amidase,Function unknown,O31664,Op1064 -BSU_13580,mtnE,AL009126.3,BSU13580,1425641,1426837,+,methionine-glutamine aminotransferase,Amino acid transport and metabolism,O31665,Op1065 -BSU_13590,mtnW,AL009126.3,BSU13590,1427061,1428278,+,2%2C3-diketo-5-methylthiopentyl-1-phosphate enolase (DK-MTP-1-P enolase),Carbohydrate transport and metabolism,O31666,Op1066 -BSU_13600,mtnX,AL009126.3,BSU13600,1428275,1428982,+,2-hydroxy-3-keto-5-methylthiopentenyl-1-phosphatephosphatase (HK-MTPenyl-1-P phosphatase),Amino acid transport and metabolism,O31667,Op1066 -BSU_13610,mtnB,AL009126.3,BSU13610,1428940,1429569,+,methylthioribulose-1-phosphate dehydratase (MTRu-1-P dehydratase),Amino acid transport and metabolism,O31668,Op1066 -BSU_13620,mtnD,AL009126.3,BSU13620,1429584,1430120,+,acireductone dioxygenase (Ni2+ or Fe2+-requiring),Function unknown,O31669,Op1066 -BSU_13630,ykvA,AL009126.3,BSU13630,1430161,1430481,-,conserved hypothetical protein,Function unknown,O31670,Op1067 -BSU_13640,spo0E,AL009126.3,BSU13640,1430684,1430941,+,negative regulatory phosphatase acting on Spo0A-P (sporulation),Function unknown,P05043,Op1068 -BSU_13650,eag,AL009126.3,BSU13650,1431027,1431458,+,putative small membrane protein,No COG annotation,P06630,Op1069 -BSU_13660,kinD,AL009126.3,BSU13660,1431486,1433006,-,histidine kinase phosphorylating Spo0A,Signal transduction mechanisms,O31671,Op1070 -BSU_13670,mhqR,AL009126.3,BSU13670,1433199,1433636,+,transcriptional regulator (MarR family),Transcription,O31672,Op1071 -BSU_13680,motB,AL009126.3,BSU13680,1433676,1434461,-,motility protein B%3B MotB component of the H+-coupled stator flagellum complex,Cell motility,P28612,Op1072 -BSU_13690,motA,AL009126.3,BSU13690,1434433,1435245,-,motility protein A%3B MotA component of the H+-coupled stator flagellum complex,Cell motility,P28611,Op1072 -BSU_13700,clpE,AL009126.3,BSU13700,1435628,1437727,-,ATP-dependent Clp protease (class III stress gene),"Post-translational modification, protein turnover, and chaperones",O31673,Op1073 -BSU_13710,ykvI,AL009126.3,BSU13710,1438092,1439135,+,putative transporter,Function unknown,O31674,Op1074 -BSU_13720,queC,AL009126.3,BSU13720,1439448,1440107,+,pre-queuosine 0 synthase,Nucleotide transport and metabolism,O31675,Op1075 -BSU_13730,queD,AL009126.3,BSU13730,1440100,1440549,+,6-carboxy-5%2C6%2C7%2C8-tetrahydropterin synthase%3B queuosine biosynthesis,Coenzyme transport and metabolism,O31676,Op1076 -BSU_13740,queE,AL009126.3,BSU13740,1440542,1441273,+,7-carboxy-7-deazaguanine synthase,Coenzyme transport and metabolism,O31677,Op1077 -BSU_13750,queF,AL009126.3,BSU13750,1441291,1441788,+,NADPH-dependent 7-cyano-7-deazaguanine reductase,Function unknown,O31678,Op1078 -BSU_13760,ykvN,AL009126.3,BSU13760,1442347,1442703,-,putative transcriptional regulator (HGT island),Transcription,O31679,Op1079 -BSU_13770,ykvO,AL009126.3,BSU13770,1442872,1443618,+,putative oxidoreductase (HGT island),Lipid transport and metabolism,O31680,Op1080 -BSU_13780,ykvP,AL009126.3,BSU13780,1444099,1445298,+,spore protein (HGT island),Cell wall/membrane/envelope biogenesis,O31681,Op1081 -BSU_13789,ykzQ,AL009126.3,BSU13789,1445314,1445541,+,putative peptidoglycan binding protein,Cell wall/membrane/envelope biogenesis,C0H403,Op1081 -BSU_13790,ykvQ,AL009126.3,,1445638,1446336,+,putative sporulation-specific glycosylase (HGT island),Carbohydrate transport and metabolism,,Op1081 -BSU_13799,ykzR,AL009126.3,,1446317,1446568,+,putative spore-specific glycosyl hydrolase,Function unknown,,Op1082 -BSU_13800,ykvR,AL009126.3,BSU13800,1447251,1447541,+,conserved hypothetical protein (HGT island),Function unknown,O31683,Op1083 -BSU_13810,ykvS,AL009126.3,BSU13810,1447662,1447847,-,conserved protein of unknown function (HGT island),Function unknown,O31684,Op1084 -BSU_13819,ykzS,AL009126.3,BSU13819,1448013,1448207,+,conserved hypothetical protein (HGT island),No COG annotation,C0H405,Op1085 -BSU_13820,ykvT,AL009126.3,BSU13820,1448506,1449132,+,cell wall hydrolase related to spore cortex-lytic enzymes,Cell wall/membrane/envelope biogenesis,O31685,Op1086 -BSU_13830,ykvU,AL009126.3,BSU13830,1449250,1450587,+,spore membrane protein involved in germination,Function unknown,O31686,Op1087 -BSU_13840,stoA,AL009126.3,BSU13840,1450638,1451135,+,spore-specific thiol-disulfide oxidoreductase (SpoVD maturation),Energy production and conversion,O31687,Op1087 -BSU_13850,pfeT,AL009126.3,BSU13850,1451371,1453284,+,Fe(II) efflux transporter possibly involved in copper(II) uptake,Inorganic ion transport and metabolism,O31688,Op1088 -BSU_13860,papB,AL009126.3,BSU13860,1453691,1454782,+,Xaa-Pro Xaa-Pro-Xaa di-tri-peptidase used in osmoprotection,Amino acid transport and metabolism,O31689,Op1089 -BSU_13870,ykvZ,AL009126.3,BSU13870,1455064,1456029,+,putative transcriptional regulator (LacI family),Transcription,O31690,Op1090 -BSU_13880,glcT,AL009126.3,BSU13880,1456092,1456958,+,transcriptional antiterminator (BglG family),Transcription,O31691,Op1091 -BSU_13890,ptsG,AL009126.3,BSU13890,1457187,1459286,+,phosphotransferase system (PTS) glucose-specific enzyme IICBA component,Carbohydrate transport and metabolism,P20166,Op1092 -BSU_13900,ptsH,AL009126.3,BSU13900,1459384,1459650,+,histidine-containing phosphocarrier protein of the phosphotransferase system (PTS) (HPr protein),Carbohydrate transport and metabolism,P08877,Op1092 -BSU_13910,ptsI,AL009126.3,BSU13910,1459650,1461362,+,phosphotransferase system (PTS) enzyme I,Carbohydrate transport and metabolism,P08838,Op1092 -BSU_13920,splA,AL009126.3,BSU13920,1461453,1461692,+,TRAP-like transcriptional negative regulator of spore photoproduct lyase,Function unknown,P37955,Op1093 -BSU_13930,splB,AL009126.3,BSU13930,1461770,1462798,+,spore photoproduct (thymine dimer) lyase,"Replication, recombination and repair",P37956,Op1093 -BSU_13940,ykwB,AL009126.3,BSU13940,1462813,1463493,-,putative acetyltransferase / amidohydrolase,Transcription,Q796K9,Op1094 -BSU_13950,mcpC,AL009126.3,BSU13950,1463628,1465595,+,methyl-accepting chemotaxis protein,Cell motility,P54576,Op1095 -BSU_13960,ohaC,AL009126.3,BSU13960,1465733,1466599,+,beta-hydroxyacid dehydrogenase (acts on 3-hydroxypropionate with NADP),Lipid transport and metabolism,O34948,Op1096 -BSU_13970,ykwD,AL009126.3,BSU13970,1466638,1467411,-,conserved hypothetical protein,"Translation, ribosomal structure and biogenesis",O31398,Op1097 -BSU_13980,pbpH,AL009126.3,BSU13980,1467748,1469862,+,penicillin-binding enzyme for formation of rod-shaped peptidoglycan cell wall,Cell wall/membrane/envelope biogenesis,Q796K8,Op1098 -BSU_13990,kinA,AL009126.3,BSU13990,1470026,1471846,+,sporulation-specific ATP-dependent protein histidine kinase,Signal transduction mechanisms,P16497,Op1099 -BSU_14000,dapX,AL009126.3,BSU14000,1471857,1473038,-,N-acetyl-L%2CL-diaminopimelate aminotransferase,Amino acid transport and metabolism,P16524,Op1100 -BSU_14009,ykzT,AL009126.3,BSU14009,1473240,1473401,-,hypothetical protein,No COG annotation,C0H406,Op1101 -BSU_14010,cheV,AL009126.3,BSU14010,1473605,1474516,+,coupling protein and response regulator for CheA activity in response to attractants (chemotaxis),Signal transduction mechanisms,P37599,Op1102 -BSU_14020,kre,AL009126.3,BSU14020,1474560,1475024,-,regulator of transcription factor ComK function via modulation of mRNA stability,Function unknown,P42430,Op1103 -BSU_14030,ykuC,AL009126.3,BSU14030,1475150,1476442,-,putative transporter,Amino acid transport and metabolism,O31695,Op1104 -BSU_14040,ltdD,AL009126.3,BSU14040,1476518,1477012,-,murein L%2CD-transpeptidase,Function unknown,O34816,Op1105 -BSU_14050,ppeE,AL009126.3,BSU14050,1477069,1477929,-,exported metallophosphoesterase (Mn2+ and Zn2+),Function unknown,O34870,Op1106 -BSU_14060,fadH,AL009126.3,BSU14060,1478072,1478836,+,putative 2%2C4-dienoyl-CoA reductase,Lipid transport and metabolism,O34717,Op1107 -BSU_14071,ykuG,AL009126.3,BSU14071,1479137,1480867,+,putative cell wall-binding protein,Cell wall/membrane/envelope biogenesis,O34320,Op1107 -BSU_14072,ykzU,AL009126.3,BSU14072,1480933,1481451,+,conserved hypothetical protein,Cell wall/membrane/envelope biogenesis,C0H408,Op1108 -BSU_14080,ykuH,AL009126.3,BSU14080,1481547,1482095,+,conserved protein of unknown function,No COG annotation,O31696,Op1109 -BSU_14090,ykuI,AL009126.3,BSU14090,1482248,1483471,+,putative cyclic-di-GMP receptor (no phosphodiesterase activity),Signal transduction mechanisms,O35014,Op1110 -BSU_14100,ykuJ,AL009126.3,BSU14100,1484117,1484356,+,putative RNA-specific modification enzyme subunit,Function unknown,O34588,Op1111 -BSU_14110,ykuK,AL009126.3,BSU14110,1484466,1484984,+,putative RNA-binding enzyme component,Function unknown,O34776,Op1111 -BSU_14120,abbA,AL009126.3,BSU14120,1485118,1485315,+,regulator of AbrB repressor,Function unknown,O31697,Op1111 -BSU_14130,ykuL,AL009126.3,BSU14130,1485453,1485896,+,putative RNA-binding protein,Function unknown,O31698,Op1111 -BSU_14140,ccpC,AL009126.3,BSU14140,1486045,1486926,+,transcriptional repressor of citB and citZ,Transcription,O34827,Op1111 -BSU_14150,fldN,AL009126.3,BSU14150,1487038,1487514,+,short-chain flavodoxin (acts in lipid desaturation),Energy production and conversion,O34737,Op1112 -BSU_14160,ykuO,AL009126.3,BSU14160,1487504,1488397,+,conserved hypothetical protein,No COG annotation,O34879,Op1112 -BSU_14170,fldP,AL009126.3,BSU14170,1488413,1488868,+,short-chain flavodoxin,Energy production and conversion,O34589,Op1112 -BSU_14180,dapH,AL009126.3,BSU14180,1488973,1489683,+,tetrahydrodipicolinate N-acetyltransferase,Amino acid transport and metabolism,O34981,Op1113 -BSU_14190,dapI,AL009126.3,BSU14190,1489753,1490877,+,N-acetyl-diaminopimelate deacetylase,Amino acid transport and metabolism,O34916,Op1114 -BSU_14200,ykuS,AL009126.3,BSU14200,1490939,1491184,+,conserved hypothetical protein,Function unknown,O34783,Op1115 -BSU_14210,mscT,AL009126.3,BSU14210,1491221,1492024,-,small-conductance mechanosensitive channel,Cell wall/membrane/envelope biogenesis,O34897,Op1116 -BSU_14220,ahpA,AL009126.3,BSU14220,1492261,1492803,+,biofilm-specific peroxidase%3B 2-cys peroxiredoxin,"Post-translational modification, protein turnover, and chaperones",O34564,Op1117 -BSU_14230,ykuV,AL009126.3,BSU14230,1492875,1493321,+,thiol-disulfide oxidoreductase,Energy production and conversion,O31699,Op1118 -BSU_14240,rok,AL009126.3,BSU14240,1493787,1494362,+,repressor of comK,Transcription,O34857,Op1119 -BSU_14250,sppO,AL009126.3,BSU14250,1494403,1495368,-,spore protein cse15,No COG annotation,O31700,Op1120 -BSU_14260,mobA,AL009126.3,BSU14260,1495505,1496104,+,molybdopterin-guanine dinucleotide biosynthesis protein A,Coenzyme transport and metabolism,O31701,Op1121 -BSU_14270,moeB,AL009126.3,BSU14270,1496155,1497174,+,molybdopterin biosynthesis adenylyltransferase,Coenzyme transport and metabolism,O31702,Op1122 -BSU_14280,moeA,AL009126.3,BSU14280,1497192,1498484,+,molybdate to molybdopterin ligation enzyme,Coenzyme transport and metabolism,O31703,Op1123 -BSU_14290,mobB,AL009126.3,BSU14290,1498445,1498966,+,molybdopterin-guanine dinucleotide biosynthesis protein B,Coenzyme transport and metabolism,O31704,Op1124 -BSU_14300,moaE,AL009126.3,BSU14300,1498966,1499439,+,molybdopterin synthase (large subunit),Coenzyme transport and metabolism,O31705,Op1125 -BSU_14310,moaD,AL009126.3,BSU14310,1499432,1499665,+,molybdopterin synthase (small subunit),Coenzyme transport and metabolism,O31706,Op1126 -BSU_14320,yknU,AL009126.3,BSU14320,1499889,1501646,+,putative ABC transporter (ATP-binding protein),Defense mechanisms,O31707,Op1127 -BSU_14330,yknV,AL009126.3,BSU14330,1501658,1503472,+,putative ABC transporter (ATP-binding protein),Defense mechanisms,O31708,Op1128 -BSU_14340,skiW,AL009126.3,BSU14340,1503582,1504277,+,subunit of permease exporting the starvation-induced killing protein,Function unknown,O31709,Op1129 -BSU_14350,skiX,AL009126.3,BSU14350,1504282,1505415,+,subunit of efflux permease exporting the starvation-induced killing protein,Cell wall/membrane/envelope biogenesis,O31710,Op1129 -BSU_14360,skiY,AL009126.3,BSU14360,1505416,1506108,+,subunit of efflux permease exporting the starvation-induced killing protein (ATP-binding protein),Defense mechanisms,O31711,Op1129 -BSU_14370,skiZ,AL009126.3,BSU14370,1506105,1507298,+,permease subunit exporting Sporulation-Delaying Protein,Defense mechanisms,O31712,Op1129 -BSU_14380,fruR,AL009126.3,BSU14380,1507578,1508333,+,transcriptional regulator (DeoR family),Transcription,O31713,Op1130 -BSU_14390,fruK,AL009126.3,BSU14390,1508330,1509241,+,fructose-1-phosphate kinase,Carbohydrate transport and metabolism,O31714,Op1130 -BSU_14400,fruA,AL009126.3,BSU14400,1509256,1511163,+,phosphotransferase system (PTS) fructose-specific enzyme IIABC component,Carbohydrate transport and metabolism,P71012,Op1130 -BSU_14410,sipT,AL009126.3,BSU14410,1511308,1511889,+,type I signal peptidase,"Intracellular trafficking, secretion, and vesicular transport",P71013,Op1131 -BSU_14420,ykoA,AL009126.3,BSU14420,1511923,1512192,-,putative membrane protein of unknown function,No COG annotation,O31715,Op1132 -BSU_14430,ykpA,AL009126.3,BSU14430,1512373,1513995,+,putative energy-sensing inhibitor of translation,Function unknown,O31716,Op1133 -BSU_14440,panE,AL009126.3,BSU14440,1514052,1514963,+,2-dehydropantoate reductase,Coenzyme transport and metabolism,O31717,Op1134 -BSU_14450,ampS,AL009126.3,BSU14450,1514997,1516229,-,aminopeptidase,Amino acid transport and metabolism,P39762,Op1135 -BSU_14460,ykpC,AL009126.3,BSU14460,1516339,1516473,-,conserved hypothetical protein,Function unknown,Q45492,Op1136 -BSU_14470,mreBH,AL009126.3,BSU14470,1516574,1517581,-,cell-shape determining protein,"Cell cycle control, cell division, chromosome partitioning",P39763,Op1136 -BSU_14480,abhA,AL009126.3,BSU14480,1517865,1518143,+,transcriptional regulator,Transcription,P39758,Op1137 -BSU_14490,kinC,AL009126.3,BSU14490,1518333,1519619,+,two-component sensor potassium-responsive histidine kinase regulating cannibalism and biofilm formation,Signal transduction mechanisms,P39764,Op1138 -BSU_14500,ykqA,AL009126.3,BSU14500,1519635,1520468,+,putative gamma-glutamylcyclotransferase (bacillithiol degradation),Inorganic ion transport and metabolism,P39759,Op1139 -BSU_14510,ktrC,AL009126.3,BSU14510,1520531,1521196,+,potassium uptake protein,Inorganic ion transport and metabolism,P39760,Op1140 -BSU_14520,adeC,AL009126.3,BSU14520,1521351,1523084,+,adenine deaminase,Nucleotide transport and metabolism,P39761,Op1141 -BSU_14530,rnjA,AL009126.3,BSU14530,1523118,1524785,-,ribonuclease J1,Function unknown,Q45493,Op1142 -BSU_14540,rnpZA,AL009126.3,BSU14540,1524791,1525000,-,omega 1 subunit of RNA polymerase,Function unknown,O31718,Op1142 -BSU_14550,ykrA,AL009126.3,BSU14550,1525386,1526159,+,putative hydrolase,Function unknown,Q45494,Op1143 -BSU_14560,defB,AL009126.3,BSU14560,1526195,1526749,-,N-formyl-cysteine deformylase (promiscuous),"Translation, ribosomal structure and biogenesis",Q45495,Op1144 -BSU_14569,ykzV,AL009126.3,BSU14569,1526859,1527017,-,putative type I toxin (toxin I motif),No COG annotation,C0H409,Op1145 -BSU_14568,BSU_14568,AL009126.3,BSU14568,1526924,1527067,-,putative antitoxin,No COG annotation,L8E9Z2,Op1146 -BSU_14570,ykyA,AL009126.3,BSU14570,1527231,1527902,+,putative lipoprotein,"Replication, recombination and repair",P21884,Op1147 -BSU_14580,pdhA,AL009126.3,BSU14580,1528326,1529441,+,pyruvate dehydrogenase (E1 alpha subunit),Energy production and conversion,P21881,Op1148 -BSU_14590,pdhB,AL009126.3,BSU14590,1529445,1530422,+,pyruvate dehydrogenase (E1 beta subunit),Energy production and conversion,P21882,Op1148 -BSU_14600,pdhC,AL009126.3,BSU14600,1530537,1531865,+,pyruvate dehydrogenase (dihydrolipoamide acetyltransferase E2 subunit),Energy production and conversion,P21883,Op1148 -BSU_14610,pdhD,AL009126.3,BSU14610,1531870,1533282,+,dihydrolipoamide dehydrogenase E3 subunit of both pyruvate dehydrogenase and 2-oxoglutarate dehydrogenase complexes,Energy production and conversion,P21880,Op1148 -BSU_14620,slp,AL009126.3,BSU14620,1533327,1533701,-,small peptidoglycan-associated lipoprotein,Energy production and conversion,P39910,Op1149 -BSU_14629,rgpA,AL009126.3,BSU14629,1534120,1534239,+,regulator of GapA synthesis,Function unknown,C0H410,Op1150 -BSU_14630,speA,AL009126.3,BSU14630,1534279,1535751,-,arginine decarboxylase,Amino acid transport and metabolism,P21885,Op1151 -BSU_14640,yktA,AL009126.3,BSU14640,1535936,1536202,+,conserved protein of unknown function,Function unknown,Q45497,Op1152 -BSU_14650,yktB,AL009126.3,BSU14650,1536235,1536873,-,conserved protein of unknown function,Function unknown,Q45498,Op1153 -BSU_14660,ykzI,AL009126.3,BSU14660,1537113,1537301,+,conserved general stress protein,No COG annotation,O31719,Op1154 -BSU_14670,suhB,AL009126.3,BSU14670,1537441,1538238,+,inositol monophosphatase / 5' nucleotidase (purine nucleoside monophosphate),Carbohydrate transport and metabolism,Q45499,Op1155 -BSU_14680,ykzC,AL009126.3,BSU14680,1538264,1538692,+,putative acyltransferase,Function unknown,O31720,Op1156 -BSU_14690,yktD,AL009126.3,BSU14690,1538770,1539684,-,putative AdoMet-dependent methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",Q45500,Op1157 -BSU_14700,nprE,AL009126.3,BSU14700,1540036,1541601,-,extracellular neutral metalloprotease,Amino acid transport and metabolism,P68736,Op1158 -BSU_14710,ylaA,AL009126.3,BSU14710,1541886,1543826,+,conserved protein of unknown function,No COG annotation,O07625,Op1159 -BSU_14720,ylaB,AL009126.3,BSU14720,1543816,1544085,+,hypothetical protein,No COG annotation,O07626,Op1159 -BSU_14730,sigP,AL009126.3,BSU14730,1544085,1544606,+,RNA polymerase ECF-type sigma factor,Transcription,O07627,Op1159 -BSU_14740,sigQ,AL009126.3,BSU14740,1544603,1544896,+,anti-SigP(YlaC) sigma factor,Function unknown,O07628,Op1159 -BSU_14750,ylaE,AL009126.3,BSU14750,1544936,1545547,-,putative exported protein,No COG annotation,O07629,Op1160 -BSU_14760,ylaF,AL009126.3,BSU14760,1545820,1546008,-,conserved hypothetical protein,Function unknown,O07630,Op1161 -BSU_14770,bipA,AL009126.3,BSU14770,1546121,1547959,+,ribosome-associated GTPase,Signal transduction mechanisms,O07631,Op1162 -BSU_14780,ylaH,AL009126.3,BSU14780,1548016,1548333,+,conserved membrane protein of unkown function,Function unknown,O07632,Op1163 -BSU_14790,ylaI,AL009126.3,BSU14790,1548389,1548598,-,conserved hypothetical protein,Function unknown,O07633,Op1164 -BSU_14800,ylaJ,AL009126.3,BSU14800,1548681,1549310,-,putative germination lipoprotein,Function unknown,O07634,Op1165 -BSU_14810,ylaK,AL009126.3,BSU14810,1549465,1550793,+,putative phosphate starvation inducible protein,Signal transduction mechanisms,O07635,Op1166 -BSU_14820,ylaL,AL009126.3,BSU14820,1550797,1551282,-,conserved hypothetical protein,Function unknown,O07636,Op1167 -BSU_14830,glsB,AL009126.3,BSU14830,1551385,1552314,+,L-glutamine amidohydrolase%3B glutaminase,Amino acid transport and metabolism,O07637,Op1168 -BSU_14840,ylaN,AL009126.3,BSU14840,1552412,1552693,+,conserved hypothetical protein,Function unknown,O07638,Op1169 -BSU_14850,ftsW,AL009126.3,BSU14850,1552899,1554110,+,cell-division protein%3B transporter of lipid-linked cell wall precursors,"Cell cycle control, cell division, chromosome partitioning",O07639,Op1170 -BSU_14860,pycA,AL009126.3,BSU14860,1554185,1557631,+,pyruvate carboxylase,Energy production and conversion,Q9KWU4,Op1170 -BSU_14870,ctaA,AL009126.3,BSU14870,1558034,1558954,-,heme-A synthase,"Post-translational modification, protein turnover, and chaperones",P12946,Op1171 -BSU_14880,ctaB,AL009126.3,BSU14880,1559309,1560226,+,protoheme IX farnesyltransferase 2,"Post-translational modification, protein turnover, and chaperones",P24009,Op1172 -BSU_14890,ctaC,AL009126.3,BSU14890,1560466,1561536,+,cytochrome caa3 oxidase (subunit II),Energy production and conversion,P24011,Op1172 -BSU_14900,ctaD,AL009126.3,BSU14900,1561569,1563437,+,cytochrome caa3 oxidase (subunit I),Energy production and conversion,P24010,Op1172 -BSU_14910,ctaE,AL009126.3,BSU14910,1563437,1564060,+,cytochrome caa3 oxidase (subunit III),Energy production and conversion,P24012,Op1172 -BSU_14920,ctaF,AL009126.3,BSU14920,1564063,1564395,+,cytochrome caa3 oxidase (subunit IV),Energy production and conversion,P24013,Op1172 -BSU_14930,ctaG,AL009126.3,BSU14930,1564422,1565315,+,cytochrome aa(3) assembly factor,Function unknown,O34329,Op1172 -BSU_14940,ylbA,AL009126.3,BSU14940,1565347,1565709,-,conserved hypothetical protein,Function unknown,O34743,Op1173 -BSU_14950,ylbB,AL009126.3,BSU14950,1565849,1566295,+,putative enzyme,Signal transduction mechanisms,O34682,Op1174 -BSU_14960,ylbC,AL009126.3,BSU14960,1566379,1567419,+,conserved hypothetical protein,Function unknown,O34586,Op1174 -BSU_14970,ylbD,AL009126.3,BSU14970,1567651,1568049,+,sporulation-related protein (coat),Function unknown,O34880,Op1175 -BSU_14980,ylbE,AL009126.3,BSU14980,1568065,1568304,+,conserved hypothetical protein,Function unknown,O34958,Op1175 -BSU_14990,ricF,AL009126.3,BSU14990,1568420,1568869,+,subunit of a sporulation%2C competence and biofilm formation regulatory complex controlling RNase Y (RicAFT complex / FAD / two [4Fe-4S]2+),Function unknown,O34412,Op1176 -BSU_15000,ylbG,AL009126.3,BSU15000,1568924,1569196,+,conserved hypothetical protein,Function unknown,O34658,Op1177 -BSU_15010,rsmD,AL009126.3,BSU15010,1569519,1570073,+,16S rRNA m2G966 methyltransferase,"Replication, recombination and repair",O34331,Op1178 -BSU_15020,coaD,AL009126.3,BSU15020,1570078,1570563,+,phosphopantetheine adenylyltransferase,Coenzyme transport and metabolism,O34797,Op1179 -BSU_15030,spoVV,AL009126.3,BSU15030,1570574,1571800,-,dipicolinic acid transporter (to the spore),Function unknown,O34765,Op1180 -BSU_15040,ylbK,AL009126.3,BSU15040,1571981,1572763,+,putative hydrolase,Function unknown,O34731,Op1181 -BSU_15050,ylbL,AL009126.3,BSU15050,1572765,1573790,+,putative degradative enzyme,Signal transduction mechanisms,O34470,Op1182 -BSU_15060,ylbM,AL009126.3,BSU15060,1573807,1575054,-,putative component of the degradosome,Function unknown,O34513,Op1183 -BSU_15069,ylzH,AL009126.3,BSU15069,1575051,1575236,-,conserved protein%2Cof unknown function,No COG annotation,C0H411,Op1184 -BSU_15070,ylbN,AL009126.3,BSU15070,1575264,1575782,+,conserved hypothetical protein,Function unknown,O34445,Op1185 -BSU_15080,rpmF,AL009126.3,BSU15080,1575804,1575983,+,ribosomal protein L32,"Translation, ribosomal structure and biogenesis",O34687,Op1186 -BSU_15090,gerR,AL009126.3,BSU15090,1576129,1576710,+,DNA-binding regulator,Function unknown,O34549,Op1187 -BSU_15100,ylbP,AL009126.3,BSU15100,1576767,1577249,-,putative acetyltransferase,Transcription,O34468,Op1188 -BSU_15110,panE,AL009126.3,BSU15110,1577409,1578305,+,2-dehydropantoate 2-reductase,Coenzyme transport and metabolism,O34661,Op1189 -BSU_15120,bshC,AL009126.3,BSU15120,1578376,1579995,+,malate glucosamine cysteine ligase,Function unknown,P55342,Op1189 -BSU_15130,mraZ,AL009126.3,BSU15130,1580121,1580552,+,inhibitor of RsmH and transcriptional regulator,Transcription,P55343,Op1190 -BSU_15140,rsmH,AL009126.3,BSU15140,1580622,1581557,+,16S rRNA m4C1402 methyltransferase,"Translation, ribosomal structure and biogenesis",Q07876,Op1190 -BSU_15150,ftsL,AL009126.3,BSU15150,1581597,1581950,+,cell-division protein,"Cell cycle control, cell division, chromosome partitioning",Q07867,Op1190 -BSU_15160,pbpB,AL009126.3,BSU15160,1581947,1584097,+,penicillin-binding protein 2B,Cell wall/membrane/envelope biogenesis,Q07868,Op1190 -BSU_15170,spoVD,AL009126.3,BSU15170,1584214,1586154,+,transpeptidase penicillin-binding protein,Cell wall/membrane/envelope biogenesis,Q03524,Op1191 -BSU_15180,murE,AL009126.3,BSU15180,1586330,1587814,+,UDP-N-acetylmuramoylalanyl-D-glutamate-2%2C 6-diaminopimelate ligase,Cell wall/membrane/envelope biogenesis,Q03523,Op1192 -BSU_15190,mraY,AL009126.3,BSU15190,1587926,1588900,+,phospho-N-acetylmuramoyl-pentapeptide undecaprenyl phosphate (C55P) transferase,Cell wall/membrane/envelope biogenesis,Q03521,Op1192 -BSU_15200,murD,AL009126.3,BSU15200,1588901,1590256,+,UDP-N-acetylmuramoylalanyl-D-glutamate ligase,Cell wall/membrane/envelope biogenesis,Q03522,Op1192 -BSU_15210,spoVE,AL009126.3,BSU15210,1590317,1591417,+,factor for spore cortex peptidoglycan synthesis (stage V sporulation),"Cell cycle control, cell division, chromosome partitioning",P07373,Op1192 -BSU_15220,murG,AL009126.3,BSU15220,1591540,1592631,+,UDP-N-acetylglucosamine-N-acetylmuramyl-(pentapeptide)pyrophosphoryl-undecaprenol N-acetylglucosamine transferase,Cell wall/membrane/envelope biogenesis,P37585,Op1192 -BSU_15230,murB,AL009126.3,BSU15230,1592663,1593574,+,UDP-N-acetylenolpyruvoylglucosamine reductase,Cell wall/membrane/envelope biogenesis,P18579,Op1192 -BSU_15240,divIB,AL009126.3,BSU15240,1593704,1594495,+,cell-division initiation protein,"Cell cycle control, cell division, chromosome partitioning",P16655,Op1192 -BSU_15250,ylxW,AL009126.3,BSU15250,1594492,1595187,+,conserved hypothetical protein,Function unknown,C0SPA3,Op1192 -BSU_15260,ylxX,AL009126.3,BSU15260,1595210,1595917,+,conserved hypothetical protein,Function unknown,Q45544,Op1192 -BSU_15270,sbp,AL009126.3,BSU15270,1595935,1596300,+,putative integral inner membrane protein (small basic protein),Function unknown,P28265,Op1192 -BSU_15280,ftsA,AL009126.3,BSU15280,1596474,1597796,+,cell-division protein essential for Z-ring assembly,"Cell cycle control, cell division, chromosome partitioning",P28264,Op1193 -BSU_15290,ftsZ,AL009126.3,BSU15290,1597832,1598980,+,cell-division initiation protein,"Cell cycle control, cell division, chromosome partitioning",P17865,Op1193 -BSU_15300,bpr,AL009126.3,BSU15300,1599283,1603584,+,bacillopeptidase F,"Post-translational modification, protein turnover, and chaperones",P16397,Op1194 -BSU_15310,spoIIGA,AL009126.3,BSU15310,1603779,1604708,+,protease processing pro-sigma-E,Cell wall/membrane/envelope biogenesis,P13801,Op1195 -BSU_15320,sigE,AL009126.3,BSU15320,1604771,1605490,+,RNA polymerase sporulation-specific sigma-29 factor (sigma-E),Transcription,P06222,Op1195 -BSU_15330,sigG,AL009126.3,BSU15330,1605630,1606412,+,RNA polymerase sporulation-specific sigma factor (sigma-G),Transcription,P19940,Op1195 -BSU_15340,ylmA,AL009126.3,BSU15340,1606560,1607354,+,putative ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,O31723,Op1196 -BSU_15350,thiQ,AL009126.3,BSU15350,1607556,1608836,+,N-formyl-4-amino-5-aminomethyl-2-methylpyrimidinedeformylase,Amino acid transport and metabolism,O31724,Op1197 -BSU_15360,ylmC,AL009126.3,BSU15360,1608919,1609164,+,essential sporulation protein,Function unknown,O31725,Op1198 -BSU_15370,ylmD,AL009126.3,BSU15370,1609327,1610163,+,conserved protein with laccase domain,Function unknown,O31726,Op1199 -BSU_15380,ylmE,AL009126.3,BSU15380,1610170,1610862,+,putative PLP-containing enzyme,Function unknown,O31727,Op1199 -BSU_15390,sepF,AL009126.3,BSU15390,1610859,1611314,+,cell division machinery factor,"Cell cycle control, cell division, chromosome partitioning",O31728,Op1199 -BSU_15400,ylmG,AL009126.3,BSU15400,1611321,1611593,+,factor involved in shape determination%2C distribution of nucleoids and osmotic tolerance,Function unknown,O31729,Op1199 -BSU_15410,ylmH,AL009126.3,BSU15410,1611654,1612427,+,factor involved in shape determination%2C RNA-binding fold,Function unknown,P71020,Op1199 -BSU_15420,divIVA,AL009126.3,BSU15420,1612521,1613015,+,cell-division initiation protein,"Cell cycle control, cell division, chromosome partitioning",P71021,Op1200 -BSU_15430,ileS,AL009126.3,BSU15430,1613357,1616122,+,isoleucyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",Q45477,Op1201 -BSU_15440,ylyA,AL009126.3,BSU15440,1616267,1616641,+,sporulation-related RNA polymerase-binding factor,Signal transduction mechanisms,Q45478,Op1202 -BSU_15450,lspA,AL009126.3,BSU15450,1616744,1617208,+,signal peptidase II,Cell wall/membrane/envelope biogenesis,Q45479,Op1203 -BSU_15460,rluD,AL009126.3,BSU15460,1617210,1618121,+,pseudouridylate synthase,"Translation, ribosomal structure and biogenesis",Q45480,Op1204 -BSU_15470,pyrR,AL009126.3,BSU15470,1618304,1618849,+,transcriptional attenuator and uracil phosphoribosyltransferase activity,Nucleotide transport and metabolism,P39765,Op1205 -BSU_15480,pyrP,AL009126.3,BSU15480,1619023,1620330,+,uracil permease,Nucleotide transport and metabolism,P39766,Op1205 -BSU_15490,pyrB,AL009126.3,BSU15490,1620476,1621390,+,aspartate carbamoyltransferase,Nucleotide transport and metabolism,P05654,Op1205 -BSU_15500,pyrC,AL009126.3,BSU15500,1621374,1622660,+,dihydroorotase,Nucleotide transport and metabolism,P25995,Op1205 -BSU_15510,pyrAA,AL009126.3,BSU15510,1622657,1623751,+,pyrimidine-specific carbamoyl-phosphate synthetase (small subunit%2C glutaminase subunit),Nucleotide transport and metabolism,P25993,Op1205 -BSU_15520,pyrAB,AL009126.3,BSU15520,1623736,1626951,+,pyrimidine-specific carbamoyl-phosphate synthetase (large subunit),Nucleotide transport and metabolism,P25994,Op1205 -BSU_15530,pyrK,AL009126.3,BSU15530,1626948,1627718,+,dihydroorotate dehydrogenase (electron transfer subunit),Energy production and conversion,P25983,Op1205 -BSU_15540,pyrD,AL009126.3,BSU15540,1627718,1628653,+,dihydroorotate dehydrogenase (catalytic subunit),Nucleotide transport and metabolism,P25996,Op1205 -BSU_15550,pyrF,AL009126.3,BSU15550,1628622,1629341,+,orotidine 5'-phosphate decarboxylase,Nucleotide transport and metabolism,P25971,Op1205 -BSU_15560,pyrE,AL009126.3,BSU15560,1629320,1629970,+,orotate phosphoribosyltransferase,Nucleotide transport and metabolism,P25972,Op1205 -BSU_15570,cysH,AL009126.3,BSU15570,1630382,1631083,+,(phospho)adenosine phosphosulfate reductase,Amino acid transport and metabolism,P94498,Op1206 -BSU_15580,cysP,AL009126.3,BSU15580,1631095,1632159,+,sulfate permease,Inorganic ion transport and metabolism,O34734,Op1206 -BSU_15590,sat,AL009126.3,BSU15590,1632208,1633356,+,sulfate adenylyltransferase,Inorganic ion transport and metabolism,O34764,Op1206 -BSU_15600,cysC,AL009126.3,BSU15600,1633369,1633962,+,adenylylsulfate kinase,Inorganic ion transport and metabolism,O34577,Op1206 -BSU_15610,sumT,AL009126.3,BSU15610,1634061,1634834,+,uroporphyrinogen III and precorrin-1 C-methyltransferase,Coenzyme transport and metabolism,O34744,Op1206 -BSU_15620,sirB,AL009126.3,BSU15620,1634837,1635622,+,sirohydrochlorin ferrochelatase,Function unknown,O34632,Op1206 -BSU_15630,sirC,AL009126.3,BSU15630,1635603,1636091,+,precorrin-2 dehydrogenase,Coenzyme transport and metabolism,O34813,Op1206 -BSU_15640,fbnA,AL009126.3,BSU15640,1636131,1637849,-,putative tRNA modification protein,Transcription,O34693,Op1207 -BSU_15650,tcaB,AL009126.3,BSU15650,1637965,1640637,+,P-type calcium transport ATPase (sporulation),Inorganic ion transport and metabolism,O34431,Op1208 -BSU_15660,yloC,AL009126.3,BSU15660,1640720,1641595,+,conserved protein of unknown function,Function unknown,O34441,Op1209 -BSU_15670,remA,AL009126.3,BSU15670,1641672,1641941,+,essential sporulation DNA binding protein%3B regulator of biofilm formation,Function unknown,Q7WY72,Op1210 -BSU_15680,gmk,AL009126.3,BSU15680,1641949,1642563,+,guanylate kinase,Nucleotide transport and metabolism,O34328,Op1211 -BSU_15690,rpoZ,AL009126.3,BSU15690,1642567,1642770,+,omega subunit of RNA polymerase,Transcription,O35011,Op1212 -BSU_15700,coaBC,AL009126.3,BSU15700,1642851,1644071,+,coenzyme A biosynthesis bifunctional protein CoaBC%3B phosphopantothenoylcysteine synthetase/decarboxylase,Coenzyme transport and metabolism,O35033,Op1213 -BSU_15710,priA,AL009126.3,BSU15710,1644068,1646485,+,primosomal replication factor Y (primosomal protein N'),"Replication, recombination and repair",P94461,Op1214 -BSU_15720,defA,AL009126.3,BSU15720,1646512,1646994,+,peptide deformylase,"Translation, ribosomal structure and biogenesis",P94462,Op1215 -BSU_15730,fmt,AL009126.3,BSU15730,1646999,1647952,+,methionyl-tRNA formyltransferase,"Translation, ribosomal structure and biogenesis",P94463,Op1216 -BSU_15740,rsmB,AL009126.3,BSU15740,1647939,1649282,+,RNA-binding Sun protein%3B 16S rRNA m5C967 methyltransferase%2C S-adenosyl-L-methionine-dependent,"Translation, ribosomal structure and biogenesis",P94464,Op1217 -BSU_15750,rlmN,AL009126.3,BSU15750,1649286,1650377,+,23S rRNA m2A2503 methyltransferase and tRNA A37 C2 methyltransferase,"Translation, ribosomal structure and biogenesis",O34617,Op1218 -BSU_15760,prpC,AL009126.3,BSU15760,1650384,1651148,+,multitarget phosphorylated protein phosphatase,Signal transduction mechanisms,O34779,Op1219 -BSU_15770,prkC,AL009126.3,BSU15770,1651142,1653088,+,protein serine/threonine kinase,Transcription,O34507,Op1220 -BSU_15780,rsgA,AL009126.3,BSU15780,1653103,1653999,+,GTPase involved in ribosome biogenesis,Function unknown,O34530,Op1221 -BSU_15790,rpe,AL009126.3,BSU15790,1654004,1654657,+,ribulose-5-phosphate 3-epimerase,Carbohydrate transport and metabolism,O34557,Op1222 -BSU_15800,thiN,AL009126.3,BSU15800,1654730,1655374,+,thiamine pyrophosphokinase,Coenzyme transport and metabolism,O34664,Op1223 -BSU_15810,spoVM,AL009126.3,BSU15810,1655446,1655526,+,factor required for normal spore cortex and coat synthesis (stage V sporulation),No COG annotation,P37817,Op1224 -BSU_15820,rpmB,AL009126.3,BSU15820,1655599,1655787,-,ribosomal protein L28,"Translation, ribosomal structure and biogenesis",P37807,Op1225 -BSU_15830,yloU,AL009126.3,BSU15830,1656064,1656426,+,putative factor involved in malonyl-CoA synthesis,Function unknown,O34318,Op1226 -BSU_15840,yloV,AL009126.3,BSU15840,1656442,1658103,+,putative enzyme structurally related to dihydroxyacetone/glyceraldehyde kinase,Function unknown,O34751,Op1226 -BSU_15850,sdaAB,AL009126.3,BSU15850,1658242,1658904,+,L-serine dehydratase (beta chain),Amino acid transport and metabolism,O34635,Op1227 -BSU_15860,sdaAA,AL009126.3,BSU15860,1658930,1659832,+,L-serine dehydratase (alpha chain),Amino acid transport and metabolism,O34607,Op1228 -BSU_15870,recG,AL009126.3,BSU15870,1659810,1661858,+,branch migrating ATP-dependent DNA helicase involved in DNA recombination and repair,"Replication, recombination and repair",O34942,Op1229 -BSU_15880,fapR,AL009126.3,BSU15880,1661967,1662533,+,transcription factor controlling fatty acid and phospholipid metabolism (FapR-malonyl-Coa),Transcription,O34835,Op1230 -BSU_15890,plsX,AL009126.3,BSU15890,1662547,1663548,+,phosphate:acyl-ACP acyltransferase,Lipid transport and metabolism,P71018,Op1230 -BSU_15900,fabD,AL009126.3,BSU15900,1663567,1664520,+,malonyl CoA:acyl carrier protein transacylase,Lipid transport and metabolism,P71019,Op1230 -BSU_15910,fabG,AL009126.3,BSU15910,1664513,1665253,+,beta-ketoacyl-acyl carrier protein reductase,Lipid transport and metabolism,P51831,Op1230 -BSU_15920,acpA,AL009126.3,BSU15920,1665337,1665570,+,acyl carrier protein,Lipid transport and metabolism,P80643,Op1231 -BSU_15930,rnc,AL009126.3,BSU15930,1665710,1666459,+,ribonuclease III,"Translation, ribosomal structure and biogenesis",P51833,Op1232 -BSU_15940,smc,AL009126.3,BSU15940,1666560,1670120,+,chromosome condensation and segregation SMC ATPase,"Cell cycle control, cell division, chromosome partitioning",P51834,Op1232 -BSU_15950,ftsY,AL009126.3,BSU15950,1670140,1671129,+,signal recognition particle (docking protein),"Intracellular trafficking, secretion, and vesicular transport",P51835,Op1232 -BSU_15960,ylqB,AL009126.3,BSU15960,1671166,1671651,-,conserved exported protein of unknown function,No COG annotation,O31737,Op1233 -BSU_15970,ylxM,AL009126.3,BSU15970,1671828,1672160,+,component of the signal recognition particle (SRP) protein-targeting pathway,Function unknown,P37104,Op1234 -BSU_15980,ffh,AL009126.3,BSU15980,1672174,1673514,+,signal recognition particle-like (SRP) GTPase,"Intracellular trafficking, secretion, and vesicular transport",P37105,Op1234 -BSU_15990,rpsP,AL009126.3,BSU15990,1673620,1673892,+,ribosomal protein S16 (BS17),"Translation, ribosomal structure and biogenesis",P21474,Op1235 -BSU_16000,ylqC,AL009126.3,BSU16000,1673892,1674137,+,putative RNA binding protein,Function unknown,O31738,Op1235 -BSU_16010,ylqD,AL009126.3,BSU16010,1674259,1674645,+,conserved hypothetical protein,Function unknown,O31739,Op1236 -BSU_16020,rimM,AL009126.3,BSU16020,1674650,1675174,+,16S rRNA processing protein,"Translation, ribosomal structure and biogenesis",O31740,Op1237 -BSU_16030,trmD,AL009126.3,BSU16030,1675171,1675902,+,tRNA(m1G37)methyltransferase,"Translation, ribosomal structure and biogenesis",O31741,Op1238 -BSU_16040,rplS,AL009126.3,BSU16040,1676042,1676389,+,ribosomal protein L19,"Translation, ribosomal structure and biogenesis",O31742,Op1239 -BSU_16050,rbgA,AL009126.3,BSU16050,1676532,1677380,+,ribosome biogenesis GTPase A,Function unknown,O31743,Op1240 -BSU_16060,rnhB,AL009126.3,BSU16060,1677451,1678218,+,ribonuclease HII,"Replication, recombination and repair",O31744,Op1241 -BSU_16070,ylqG,AL009126.3,BSU16070,1678250,1679980,+,putative glycosyltransferase,No COG annotation,O31745,Op1242 -BSU_16080,ylqH,AL009126.3,BSU16080,1679977,1680258,+,putative flagellar biosynthesis protein,Function unknown,O34867,Op1243 -BSU_16090,sucC,AL009126.3,BSU16090,1680431,1681588,+,succinyl-CoA synthetase (beta subunit),Energy production and conversion,P80886,Op1244 -BSU_16100,sucD,AL009126.3,BSU16100,1681617,1682519,+,succinyl-CoA synthetase (alpha subunit),Energy production and conversion,P80865,Op1244 -BSU_16110,dprA,AL009126.3,BSU16110,1682580,1683473,+,DNA processing Smf single strand binding protein,"Replication, recombination and repair",P39813,Op1245 -BSU_16120,topA,AL009126.3,BSU16120,1683661,1685736,+,DNA topoisomerase I,"Replication, recombination and repair",P39814,Op1246 -BSU_16130,trmFO,AL009126.3,BSU16130,1685812,1687119,+,tRNA:m(5)U-54 methyltransferase,"Translation, ribosomal structure and biogenesis",P39815,Op1247 -BSU_16140,codV,AL009126.3,BSU16140,1687187,1688101,+,site-specific tyrosine recombinase for chromosome partitioning,"Replication, recombination and repair",P39776,Op1248 -BSU_16150,clpQ,AL009126.3,BSU16150,1688114,1688659,+,two-component ATP-dependent protease (N-terminal serine protease),"Post-translational modification, protein turnover, and chaperones",P39070,Op1248 -BSU_16160,clpY,AL009126.3,BSU16160,1688676,1690079,+,two-component ATP-dependent protease (ATPase and chaperone),"Post-translational modification, protein turnover, and chaperones",P39778,Op1248 -BSU_16170,codY,AL009126.3,BSU16170,1690119,1690898,+,transcriptional regulator%2C GTP and BCAA-dependent,Transcription,P39779,Op1248 -BSU_16180,flgB,AL009126.3,BSU16180,1691278,1691667,+,flagellar component of cell-proximal portion of basal-body rod,Cell motility,P24500,Op1249 -BSU_16190,flgC,AL009126.3,BSU16190,1691667,1692119,+,flagellar component of cell-proximal portion of basal-body rod,Cell motility,P24501,Op1249 -BSU_16200,fliE,AL009126.3,BSU16200,1692130,1692450,+,flagellar basal body protein,Cell motility,P24502,Op1249 -BSU_16210,fliF,AL009126.3,BSU16210,1692496,1694106,+,flagellar basal-body M-ring protein,Cell motility,P23447,Op1249 -BSU_16220,fliG,AL009126.3,BSU16220,1694119,1695135,+,flagellar motor switching and energizing component,Cell motility,P23448,Op1249 -BSU_16230,fliH,AL009126.3,BSU16230,1695254,1695880,+,flagellar export apparatus subunit of cytoplasmic ATPase,Cell motility,P23449,Op1249 -BSU_16240,fliI,AL009126.3,BSU16240,1695877,1697193,+,flagellar-specific ATPase subunit of export apparatus,Cell motility,P23445,Op1249 -BSU_16250,fliJ,AL009126.3,BSU16250,1697196,1697639,+,flagellar synthesis rod subunit of export ATPase,Cell motility,P20487,Op1249 -BSU_16260,ylxF,AL009126.3,BSU16260,1697651,1698265,+,putative kinesin-like protein,Function unknown,P23454,Op1249 -BSU_16270,fliK,AL009126.3,BSU16270,1698278,1699741,+,flagellar hook-length control protein (ruler),Cell motility,P23451,Op1249 -BSU_16280,flgD,AL009126.3,BSU16280,1699738,1700160,+,flagellar hook capping protein,Cell motility,P23455,Op1249 -BSU_16290,flgE,AL009126.3,BSU16290,1700182,1700976,+,flagellar hook protein,Cell motility,P23446,Op1249 -BSU_16299,swrD,AL009126.3,BSU16299,1701016,1701231,+,flagellar power transducer required for swarming,Cell motility,C0H412,Op1249 -BSU_16300,fliL,AL009126.3,BSU16300,1701228,1701650,+,flagellar basal-body (stator) associated protein,Cell motility,P23452,Op1249 -BSU_16310,fliM,AL009126.3,BSU16310,1701684,1702682,+,flagellar motor switching and energizing component,Cell motility,P23453,Op1249 -BSU_16320,fliY,AL009126.3,BSU16320,1702672,1703808,+,flagellar motor switching and energizing phosphatase,Cell motility,P24073,Op1249 -BSU_16330,cheY,AL009126.3,BSU16330,1703834,1704196,+,regulator of chemotaxis and motility,Signal transduction mechanisms,P24072,Op1249 -BSU_16340,fliZ,AL009126.3,BSU16340,1704211,1704870,+,flagellar regulatory protein,Cell motility,P35536,Op1249 -BSU_16350,fliP,AL009126.3,BSU16350,1704863,1705528,+,component of the flagellar export machinery,Cell motility,P35528,Op1249 -BSU_16360,fliQ,AL009126.3,BSU16360,1705543,1705812,+,component of the flagellar export machinery,Cell motility,P35535,Op1249 -BSU_16370,fliR,AL009126.3,BSU16370,1705820,1706599,+,component of the flagellar export machinery,Cell motility,P35537,Op1249 -BSU_16380,flhB,AL009126.3,BSU16380,1706599,1707681,+,component of the flagellar export machinery,Cell motility,P35538,Op1249 -BSU_16390,flhA,AL009126.3,BSU16390,1707714,1709747,+,component of the flagellar export machinery,Cell motility,P35620,Op1249 -BSU_16400,flhF,AL009126.3,BSU16400,1709747,1710847,+,GTPase involved in the export of flagella and number regulation,Cell motility,Q01960,Op1249 -BSU_16410,flhG,AL009126.3,BSU16410,1710838,1711734,+,ATPase affecting flagellar basal body localisation and number,"Cell cycle control, cell division, chromosome partitioning",P40742,Op1249 -BSU_16420,cheB,AL009126.3,BSU16420,1711736,1712809,+,methyl-accepting chemotaxis proteins (MCP)-glutamate methylesterase,Cell motility,Q05522,Op1249 -BSU_16430,cheA,AL009126.3,BSU16430,1712815,1714833,+,chemotactic two-component sensor histidine kinase,Cell motility,P29072,Op1249 -BSU_16440,cheW,AL009126.3,BSU16440,1714855,1715325,+,modulation of CheA activity in response to attractants (chemotaxis),Cell motility,P39802,Op1249 -BSU_16450,cheC,AL009126.3,BSU16450,1715344,1715973,+,signal terminating phosphatase of CheR-mediated methylation of methyl-accepting chemotaxis proteins (MCPs),Cell motility,P40403,Op1249 -BSU_16460,cheD,AL009126.3,BSU16460,1715970,1716470,+,sequence specific deamidase required for methylation of methyl-accepting chemotaxis proteins (MCPs) by CheR,Cell motility,P40404,Op1249 -BSU_16470,sigD,AL009126.3,BSU16470,1716493,1717257,+,RNA polymerase sigma-28 factor (sigma-D),Transcription,P10726,Op1249 -BSU_16480,swrB,AL009126.3,BSU16480,1717286,1717789,+,coupling factor for flagellin transcription and translation,No COG annotation,P40405,Op1249 -BSU_16490,rpsB,AL009126.3,BSU16490,1717933,1718673,+,ribosomal protein S2,"Translation, ribosomal structure and biogenesis",P21464,Op1250 -BSU_16500,tsf,AL009126.3,BSU16500,1718775,1719656,+,elongation factor Ts,"Translation, ribosomal structure and biogenesis",P80700,Op1250 -BSU_16510,pyrH,AL009126.3,BSU16510,1719802,1720524,+,uridylate kinase,Nucleotide transport and metabolism,O31749,Op1250 -BSU_16520,frr,AL009126.3,BSU16520,1720526,1721083,+,ribosome recycling factor,"Translation, ribosomal structure and biogenesis",P81101,Op1250 -BSU_16530,uppS,AL009126.3,BSU16530,1721214,1721996,+,undecaprenyl pyrophosphate synthase,Lipid transport and metabolism,O31751,Op1251 -BSU_16540,cdsA,AL009126.3,BSU16540,1722000,1722809,+,phosphatidate cytidylyltransferase (CDP-diglyceride synthase),Function unknown,O31752,Op1252 -BSU_16550,dxr,AL009126.3,BSU16550,1722871,1724022,+,1-deoxy-D-xylulose-5-phosphate reductoisomerase,Lipid transport and metabolism,O31753,Op1253 -BSU_16560,rasP,AL009126.3,BSU16560,1724029,1725297,+,inner membrane zinc metalloprotease required for the extracytoplasmic stress response mediated by sigma(W),Cell wall/membrane/envelope biogenesis,O31754,Op1254 -BSU_16570,proS,AL009126.3,BSU16570,1725330,1727024,+,prolyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",O31755,Op1255 -BSU_16580,polC,AL009126.3,BSU16580,1727133,1731446,+,DNA polymerase III (alpha subunit),"Replication, recombination and repair",P13267,Op1256 -BSU_16590,rimP,AL009126.3,BSU16590,1731776,1732246,+,ribosome maturation factor,Function unknown,P32726,Op1257 -BSU_16600,nusA,AL009126.3,BSU16600,1732281,1733396,+,transcription translation coupling factor involved in Rho-dependent transcription termination,Transcription,P32727,Op1257 -BSU_16610,rulR,AL009126.3,BSU16610,1733410,1733685,+,molecular ruler co-factor for RNA%3B new fold,Transcription,P32728,Op1257 -BSU_16620,rulQ,AL009126.3,BSU16620,1733687,1733989,+,K-turn RNA binding protein,"Translation, ribosomal structure and biogenesis",P32729,Op1257 -BSU_16630,infB,AL009126.3,BSU16630,1734009,1736159,+,initiation factor IF-2,"Translation, ribosomal structure and biogenesis",P17889,Op1257 -BSU_16640,ylxP,AL009126.3,,1736156,1736434,+,fragment of conserved protein,Function unknown,,Op1257 -BSU_16650,rbfA,AL009126.3,BSU16650,1736451,1736804,+,pre-ribosomal (17S) RNA binding factor A,"Translation, ribosomal structure and biogenesis",P32731,Op1257 -BSU_16660,truB,AL009126.3,BSU16660,1736886,1737815,+,tRNA pseudouridine 55 synthase,"Translation, ribosomal structure and biogenesis",P32732,Op1258 -BSU_16670,ribC,AL009126.3,BSU16670,1737834,1738784,+,bifunctional riboflavin kinase FAD synthase,Coenzyme transport and metabolism,P54575,Op1259 -BSU_16680,rpsO,AL009126.3,BSU16680,1738941,1739210,+,ribosomal protein S15 (BS18),"Translation, ribosomal structure and biogenesis",P21473,Op1260 -BSU_16690,pnpA,AL009126.3,BSU16690,1739383,1741500,+,polynucleotide phosphorylase (PNPase),"Translation, ribosomal structure and biogenesis",P50849,Op1261 -BSU_16700,ylxY,AL009126.3,BSU16700,1741618,1742577,+,putative sugar deacetylase,Carbohydrate transport and metabolism,P50850,Op1262 -BSU_16710,mlpA,AL009126.3,BSU16710,1742617,1743846,+,specific processing protease,Function unknown,Q04805,Op1263 -BSU_16720,ymxH,AL009126.3,BSU16720,1743924,1744181,+,PRC barrel protein involved in sporulation,Function unknown,Q04811,Op1264 -BSU_16730,spoVFA,AL009126.3,BSU16730,1744367,1745260,+,spore dipicolinate synthase subunit A,Energy production and conversion,Q04809,Op1265 -BSU_16740,spoVFB,AL009126.3,BSU16740,1745263,1745865,+,spore dipicolinate synthase subunit B,Coenzyme transport and metabolism,Q04810,Op1265 -BSU_16750,asd,AL009126.3,BSU16750,1745991,1747031,+,aspartate-semialdehyde dehydrogenase,Amino acid transport and metabolism,Q04797,Op1265 -BSU_16760,dapG,AL009126.3,BSU16760,1747123,1748337,+,aspartokinase I (alpha and beta subunits),Amino acid transport and metabolism,Q04795,Op1265 -BSU_16770,dapA,AL009126.3,BSU16770,1748368,1749240,+,4-hydroxy-tetrahydrodipicolinate synthase,Amino acid transport and metabolism,Q04796,Op1265 -BSU_16780,rnjB,AL009126.3,BSU16780,1749418,1751085,+,dual activity 5' exo-and endoribonuclease J2,Function unknown,O31760,Op1266 -BSU_16790,tepA,AL009126.3,BSU16790,1751201,1751938,+,protein export-enhancing protease (spore outgrowth),"Post-translational modification, protein turnover, and chaperones",Q99171,Op1267 -BSU_16799,tepJ,AL009126.3,BSU16799,1751935,1752147,+,modulator of TepA activity (spore outgrowth),Function unknown,C0H413,Op1268 -BSU_16800,spoIIIE,AL009126.3,BSU16800,1752278,1754641,+,spore DNA directional translocase (motor ATPase),"Cell cycle control, cell division, chromosome partitioning",P21458,Op1269 -BSU_16810,ymfC,AL009126.3,BSU16810,1754785,1755510,+,putative transcriptional regulator (GntR family%2C possibly involved in biofilm formation),Transcription,O31761,Op1270 -BSU_16825,bcbE,AL009126.3,BSU16825,1755649,1756857,+,bacillibactin exporter,Amino acid transport and metabolism,O31762,Op1271 -BSU_16845,ymfF,AL009126.3,BSU16845,1757037,1758317,+,putative metalloprotease,Function unknown,O31764,Op1272 -BSU_16860,ymfH,AL009126.3,BSU16860,1758314,1759600,+,putative processing protease,Function unknown,O31766,Op1273 -BSU_16870,efpI,AL009126.3,BSU16870,1759655,1760383,+,EF-P-5 aminopentanone reductase (EF-P repair enzyme)%2C NADPH-dependent,Function unknown,O31767,Op1274 -BSU_16880,ymfJ,AL009126.3,BSU16880,1760464,1760721,+,putative enzyme,Function unknown,O31768,Op1275 -BSU_16890,ymfKn,AL009126.3,,1760851,1761303,+,conserved hypothetical protein with ACT domain%3B N-terminal part of YmfK,Function unknown,,Op1276 -BSU_16900,ymfKc,AL009126.3,,1761302,1761640,+,conserved hypothetical protein with ACT domain%3B C-terminal part of YmfK,Function unknown,,Op1277 -BSU_16910,rodZ,AL009126.3,BSU16910,1761707,1762573,+,cell shape determination factor,Function unknown,O31771,Op1278 -BSU_16920,pgsA,AL009126.3,BSU16920,1762623,1763204,+,CDP-diacylglycerol-glycerol-3-phosphate 3-phosphatidyltransferase,Lipid transport and metabolism,P46322,Op1278 -BSU_16930,cinA,AL009126.3,BSU16930,1763222,1764472,+,competence-damage inducible regulator,Function unknown,P46323,Op1279 -BSU_16940,recA,AL009126.3,BSU16940,1764645,1765691,+,multifunctional SOS repair factor,"Replication, recombination and repair",P16971,Op1280 -BSU_16950,pbpX,AL009126.3,BSU16950,1765859,1767034,+,penicillin-binding endopeptidase X (lysozyme resistance),Defense mechanisms,O31773,Op1281 -BSU_16960,rny,AL009126.3,BSU16960,1767310,1768872,+,endoribonuclease Y,Function unknown,O31774,Op1282 -BSU_16970,pdeB,AL009126.3,BSU16970,1768941,1769735,+,2'3' and 3'5' cyclic nucleotide monophosphates phosphodiesterase involved in biofilm formation,Function unknown,O31775,Op1283 -BSU_16980,spoVS,AL009126.3,BSU16980,1769935,1770195,+,regulator required for dehydratation of the spore core and assembly of the coat (stage V sporulation),Function unknown,P45693,Op1284 -BSU_16990,tdh,AL009126.3,BSU16990,1770461,1771504,+,threonine 3-dehydrogenase,Energy production and conversion,O31776,Op1285 -BSU_17000,kbl,AL009126.3,BSU17000,1771517,1772695,+,2-amino-3-ketobutyrate CoA ligase (glycine acetyl transferase),Coenzyme transport and metabolism,O31777,Op1286 -BSU_17010,miaB,AL009126.3,BSU17010,1772843,1774372,+,enzyme for ms(2)i(6)A formation for tRNA modification,"Translation, ribosomal structure and biogenesis",O31778,Op1287 -BSU_17020,ricA,AL009126.3,BSU17020,1774374,1774805,+,master regulator for biofilm formation via regulation of RNase Y (RicAFT complex / FAD / two [4Fe-4S]2+),Function unknown,O31779,Op1288 -BSU_17030,cotE,AL009126.3,BSU17030,1775067,1775612,+,morphogenic spore protein,Function unknown,P14016,Op1289 -BSU_17040,mutS,AL009126.3,BSU17040,1775745,1778321,+,DNA mismatch repair recognition factor,"Replication, recombination and repair",P49849,Op1290 -BSU_17050,mutL,AL009126.3,BSU17050,1778337,1780220,+,DNA mismatch repair endonuclease,"Replication, recombination and repair",P49850,Op1290 -BSU_17060,ymzD,AL009126.3,BSU17060,1780618,1781073,-,putative integral inner membrane protein,Function unknown,Q7WY71,Op1291 -BSU_17070,ymcC,AL009126.3,BSU17070,1781228,1781785,-,putative integral inner membrane protein,Function unknown,O31780,Op1292 -BSU_17080,pksA,AL009126.3,BSU17080,1781906,1782523,+,transcriptional regulator of bacillaene synthesis operon,Transcription,O34381,Op1293 -BSU_17090,pksB,AL009126.3,BSU17090,1782713,1783390,+,putative hydrolase involved in bacillaene synthesis,Function unknown,O34769,Op1294 -BSU_17099,BSU_17099,AL009126.3,BSU17099,1783500,1783766,+,hypothetical protein,No COG annotation,A0A2K4Z9H9,Op1295 -BSU_17100,pksC,AL009126.3,BSU17100,1783763,1784629,+,malonyl-CoA-acyltransferase involved in bacillaene synthesis,Lipid transport and metabolism,O34825,Op1296 -BSU_17110,pksD,AL009126.3,BSU17110,1785133,1786107,+,enzyme involved in bacillaene synthesis,"Secondary metabolites biosynthesis, transport, and catabolism",O34877,Op1296 -BSU_17120,pksE,AL009126.3,BSU17120,1786104,1788407,+,enzyme involved in bacillaene synthesis,Lipid transport and metabolism,O34787,Op1296 -BSU_17130,acpK,AL009126.3,BSU17130,1788469,1788717,+,acyl-carrier protein involved in bacillaene synthesis,Lipid transport and metabolism,Q7PC63,Op1296 -BSU_17140,pksF,AL009126.3,BSU17140,1788695,1789942,+,decarboxylase converting malonyl-S-AcpK to acetyl-S-AcpK for bacillaene-related polyketide synthesis,Lipid transport and metabolism,P40804,Op1296 -BSU_17150,pksG,AL009126.3,BSU17150,1789943,1791205,+,acetyl-S-AcpK beta-ketothioester bacillaene intermediate transferase,Lipid transport and metabolism,P40830,Op1296 -BSU_17160,pksH,AL009126.3,BSU17160,1791193,1791972,+,enoyl-CoA hydratase for bacillaene biosynthesis,Lipid transport and metabolism,P40805,Op1296 -BSU_17170,pksI,AL009126.3,BSU17170,1792012,1792761,+,decarboxylase involved in bacillaene synthesis,Lipid transport and metabolism,P40802,Op1296 -BSU_17180,pksJ,AL009126.3,BSU17180,1792806,1807937,+,polyketide synthase of type I involved in nonribosomal synthesis of bacillaene,Lipid transport and metabolism,P40806,Op1296 -BSU_17190,pksL,AL009126.3,BSU17190,1807921,1821537,+,polyketide synthase of type I (bacillaene synthesis),"Secondary metabolites biosynthesis, transport, and catabolism",Q05470,Op1296 -BSU_17200,pksM,AL009126.3,BSU17200,1821553,1834341,+,trans AT polyketide synthase of type I involved in bacillaene synthesis,Lipid transport and metabolism,P40872,Op1296 -BSU_17210,pksN,AL009126.3,BSU17210,1834409,1850875,+,trans AT polyketide synthase of type I involved in bacillaene synthesis,Lipid transport and metabolism,O31782,Op1296 -BSU_17220,pksR,AL009126.3,BSU17220,1850890,1858521,+,trans AT polyketide synthase involved in nonribosomal synthesis of bacillaene,Coenzyme transport and metabolism,O31784,Op1296 -BSU_17230,pksS,AL009126.3,BSU17230,1858566,1859783,-,cytochrome P450 of bacillaene metabolism,Energy production and conversion,O31785,Op1297 -BSU_17240,ymzB,AL009126.3,BSU17240,1860014,1860370,-,conserved protein of unknown function involved in ethanol resistance,No COG annotation,O31786,Op1298 -BSU_17250,ymaE,AL009126.3,BSU17250,1860449,1861273,-,putative hydrolase,Function unknown,O31787,Op1299 -BSU_17260,aprX,AL009126.3,BSU17260,1861384,1862712,-,alkaline serine protease,"Post-translational modification, protein turnover, and chaperones",O31788,Op1300 -BSU_17266,ymzEn,AL009126.3,,1862937,1862993,+,conserved hypothetical protein%3B N-terminal part of YmzE,No COG annotation,,Op1301 -BSU_17267,ymzEc,AL009126.3,,1862992,1863168,+,conserved hypothetical protein%3B C-terminal part of YmzE,No COG annotation,,Op1302 -BSU_17270,pghC,AL009126.3,BSU17270,1863448,1864155,+,gamma-polyglutamate hydrolase (phage origin),Function unknown,O31789,Op1303 -BSU_17280,ymaD,AL009126.3,BSU17280,1864225,1864677,+,putative peroxiredoxin-related protein,"Post-translational modification, protein turnover, and chaperones",O31790,Op1304 -BSU_17290,ebrB,AL009126.3,BSU17290,1864691,1865044,-,small toxic metabolite efflux transporter subunit,Inorganic ion transport and metabolism,P0CW82,Op1305 -BSU_17300,ebrA,AL009126.3,BSU17300,1865058,1865375,-,small toxic metabolite efflux transporter subunit,Inorganic ion transport and metabolism,P0CW80,Op1306 -BSU_17310,ymaG,AL009126.3,BSU17310,1865512,1865787,-,inner spore coat protein%3B cell wall associated protein,No COG annotation,O31793,Op1307 -BSU_17320,ymaF,AL009126.3,BSU17320,1865876,1866289,+,putative sporulation-related protein of unknown function,Function unknown,O31794,Op1308 -BSU_17330,miaA,AL009126.3,BSU17330,1866389,1867333,+,tRNA isopentenylpyrophosphate transferase,"Translation, ribosomal structure and biogenesis",O31795,Op1309 -BSU_17340,hfq,AL009126.3,BSU17340,1867373,1867594,+,Hfq RNA chaperone,"Translation, ribosomal structure and biogenesis",O31796,Op1310 -BSU_17350,ymzC,AL009126.3,BSU17350,1867790,1868062,+,conserved protein of unknown function,No COG annotation,O31797,Op1311 -BSU_17360,ymzA,AL009126.3,BSU17360,1868144,1868374,+,conserved hypothetical protein,No COG annotation,O31798,Op1312 -BSU_17370,nrdI,AL009126.3,BSU17370,1868617,1869009,+,co-factor of ribonucleotide diphosphate reductase,Nucleotide transport and metabolism,P50618,Op1313 -BSU_17380,nrdE,AL009126.3,BSU17380,1868969,1871071,+,ribonucleoside-diphosphate reductase (major subunit),Nucleotide transport and metabolism,P50620,Op1313 -BSU_17390,nrdF,AL009126.3,BSU17390,1871089,1872078,+,ribonucleoside-diphosphate reductase (minor subunit),Nucleotide transport and metabolism,P50621,Op1313 -BSU_17400,ymaB,AL009126.3,BSU17400,1872128,1872748,+,putative cofactor involved in deoxyribonucleotide synthesis,No COG annotation,P50619,Op1313 -BSU_17410,cwlC,AL009126.3,BSU17410,1872812,1873579,-,N-acetylmuramoyl-L-alanine amidase (sporulation-specific),Cell wall/membrane/envelope biogenesis,Q06320,Op1314 -BSU_17420,spoVK,AL009126.3,BSU17420,1874203,1875171,+,mother cell sporulation ATPase,"Post-translational modification, protein turnover, and chaperones",P27643,Op1315 -BSU_17430,hflX,AL009126.3,BSU17430,1875304,1876566,+,ribosome-splitting GTPase (also ATPase%2C rescuing stalled ribosomes%2C E-site binding),Function unknown,P94478,Op1316 -BSU_17440,ynbB,AL009126.3,BSU17440,1876584,1877849,+,putative C-S lyase,Inorganic ion transport and metabolism,P94479,Op1317 -BSU_17450,glnR,AL009126.3,BSU17450,1877959,1878366,+,transcriptional regulator (nitrogen metabolism),Transcription,P37582,Op1318 -BSU_17460,glnA,AL009126.3,BSU17460,1878425,1879759,+,glutamine synthetase,Amino acid transport and metabolism,P12425,Op1318 -BSU_17470,ynxB,AL009126.3,BSU17470,1880087,1880377,+,putative phage protein%3B defective%2C phage region,No COG annotation,P31844,Op1319 -BSU_17480,ynzF,AL009126.3,BSU17480,1880623,1880967,+,putative phage protein%3B defective phage region,No COG annotation,O31799,Op1320 -BSU_17490,ynzG,AL009126.3,BSU17490,1881098,1881349,+,putative phage protein%3B defective phage region,No COG annotation,O31800,Op1321 -BSU_17500,ynaB,AL009126.3,BSU17500,1881536,1881970,+,putative phage protein%3B defective phage region,Carbohydrate transport and metabolism,P94480,Op1322 -BSU_17510,ynaC,AL009126.3,BSU17510,1882040,1882831,+,conserved hypothetical protein%3B defective phage region,No COG annotation,P94481,Op1323 -BSU_17520,ynaD,AL009126.3,BSU17520,1883166,1883678,+,putative N-acetyltransferase%3B putative phage region,"Translation, ribosomal structure and biogenesis",P94482,Op1324 -BSU_17530,ynaE,AL009126.3,BSU17530,1884238,1884879,+,conserved hypothetical protein,Function unknown,P94483,Op1325 -BSU_17540,ynaF,AL009126.3,BSU17540,1884968,1885321,+,conserved hypothetical protein%3B defective phage region,No COG annotation,P94484,Op1326 -BSU_17550,ynaG,AL009126.3,BSU17550,1885365,1885640,+,conserved hypothetical protein%3B defective phage region,No COG annotation,P94485,Op1327 -BSU_17559,ynzI,AL009126.3,BSU17559,1885753,1885917,+,conserved hypothetical protein%3B defective phage region,No COG annotation,C0H415,Op1328 -BSU_17560,ynaI,AL009126.3,BSU17560,1886057,1886527,+,conserved hypothetical protein%3B defective phage region,Amino acid transport and metabolism,P94487,Op1329 -BSU_17570,xynP,AL009126.3,BSU17570,1887352,1888743,+,H+-xyloside symporter,Carbohydrate transport and metabolism,P94488,Op1330 -BSU_17580,xynB,AL009126.3,BSU17580,1888774,1890375,+,xylan beta-1%2C4-xylosidase,Carbohydrate transport and metabolism,P94489,Op1330 -BSU_17590,xylR,AL009126.3,BSU17590,1890512,1891666,-,transcriptional regulator,Carbohydrate transport and metabolism,P94490,Op1331 -BSU_17600,xylA,AL009126.3,BSU17600,1891908,1893245,+,xylose isomerase,Carbohydrate transport and metabolism,P0CI80,Op1332 -BSU_17610,xylB,AL009126.3,BSU17610,1893396,1894895,+,xylulose kinase,Carbohydrate transport and metabolism,P39211,Op1332 -BSU_17620,yncB,AL009126.3,BSU17620,1895378,1896013,-,DNA nuclease%2C lipoprotein (phage origin),"Replication, recombination and repair",P94492,Op1333 -BSU_17630,yncC,AL009126.3,BSU17630,1896424,1897839,+,putative sugar transporter,Amino acid transport and metabolism,P94493,Op1334 -BSU_17640,alrB,AL009126.3,BSU17640,1897941,1899125,-,alanine racemase (minor activity),Amino acid transport and metabolism,P94494,Op1335 -BSU_17650,yncE,AL009126.3,BSU17650,1899589,1900050,+,putative prophage protein,Function unknown,P94495,Op1336 -BSU_17660,dutA,AL009126.3,BSU17660,1900080,1900514,+,deoxyuridine 5'-triphosphate pyrophosphatase (phage origin),Nucleotide transport and metabolism,O31801,Op1337 -BSU_17670,cotU,AL009126.3,BSU17670,1901117,1901377,-,spore coat protein,No COG annotation,O31802,Op1338 -BSU_17678,ynzJ,AL009126.3,,1901612,1901737,+,hypothetical protein (putative phage origin),No COG annotation,,Op1339 -BSU_17679,BSU_17679,AL009126.3,BSU17679,1901781,1901945,+,conserved hypothetical protein from phage origin,No COG annotation,A0A2K4Z9I0,Op1340 -BSU_17680,thyA,AL009126.3,BSU17680,1902219,1903058,+,thymidylate synthase A (phage origin),Nucleotide transport and metabolism,P0CI79,Op1341 -BSU_17689,BSU_17689,AL009126.3,BSU17689,1903181,1903468,-,conserved protein of unknown function,No COG annotation,A0A2K4Z9H8,Op1342 -BSU_17690,yncM,AL009126.3,BSU17690,1903511,1904233,-,conserved exported protein,Function unknown,UPI0002F6B8DA,Op1343 -BSU_17699,ynzK,AL009126.3,BSU17699,1904393,1904749,-,putative membrane protein of unknown function (phage origin),No COG annotation,C0H417,Op1344 -BSU_17700,cotC,AL009126.3,BSU17700,1904995,1905195,-,spore coat protein (outer),No COG annotation,P07790,Op1345 -BSU_17710,tatAC,AL009126.3,BSU17710,1905370,1905558,-,component of the twin-arginine pre-protein translocation pathway,"Intracellular trafficking, secretion, and vesicular transport",O31804,Op1346 -BSU_17715,BSU_17715,AL009126.3,BSU17715,1905637,1905774,+,hypothetical protein,No COG annotation,A0A2K4Z9J1,Op1347 -BSU_17720,yndA,AL009126.3,BSU17720,1905809,1906207,+,putative exported protein of unknown function,No COG annotation,O31805,Op1348 -BSU_17730,flvS,AL009126.3,BSU17730,1906272,1906706,-,regulator of stress-related ATPase (flavonoid-sensing),Function unknown,O31806,Op1349 -BSU_17740,ynzB,AL009126.3,BSU17740,1907013,1907201,+,conserved protein involved in spore germination,No COG annotation,O31807,Op1350 -BSU_17750,yndD,AL009126.3,BSU17750,1907494,1909056,+,spore germination receptor subunit,Amino acid transport and metabolism,O31808,Op1351 -BSU_17760,yndE,AL009126.3,BSU17760,1909086,1910177,+,putative spore germination integral inner membrane protein,"Intracellular trafficking, secretion, and vesicular transport",O31809,Op1351 -BSU_17770,yndF,AL009126.3,BSU17770,1910167,1911381,+,putative spore germination lipoprotein,Function unknown,O31810,Op1351 -BSU_17780,yndG,AL009126.3,BSU17780,1911528,1912334,+,conserved hypothetical protein,Function unknown,O31811,Op1352 -BSU_17790,yndH,AL009126.3,BSU17790,1912339,1912956,+,conserved protein of unknown function,Function unknown,O31812,Op1353 -BSU_17800,yndJ,AL009126.3,BSU17800,1912953,1914593,+,putative integral inner membrane protein,Function unknown,O31813,Op1354 -BSU_17810,yndK,AL009126.3,BSU17810,1914630,1914995,+,putative phage/plasmid replication protein,No COG annotation,O31814,Op1355 -BSU_17820,pghL,AL009126.3,BSU17820,1915221,1915979,+,phage gamma-polyglutamate hydrolase,Function unknown,O31815,Op1356 -BSU_17830,yndM,AL009126.3,BSU17830,1916006,1916545,-,putative integral inner membrane protein,Function unknown,O31816,Op1357 -BSU_17840,fosB,AL009126.3,BSU17840,1916663,1917097,+,magnesium-dependent bacillithiol-transferase,Coenzyme transport and metabolism,O31817,Op1358 -BSU_17845,yzzP,AL009126.3,BSU17845,1916955,1917302,+,conserved protein of unknown function,No COG annotation,A0A2K4Z9J3,Op1359 -BSU_17850,lexA,AL009126.3,BSU17850,1917639,1918256,-,transcriptional repressor of the SOS regulon,Transcription,P31080,Op1360 -BSU_17860,dinK,AL009126.3,BSU17860,1918406,1918723,+,cell division inhibitor,"Cell cycle control, cell division, chromosome partitioning",Q45056,Op1361 -BSU_17870,dinL,AL009126.3,BSU17870,1918742,1919395,+,putative site-specific recombinase%2C resolvase,"Replication, recombination and repair",Q45057,Op1361 -BSU_17880,ynzC,AL009126.3,BSU17880,1919459,1919692,+,conserved protein of unknown function,Function unknown,O31818,Op1361 -BSU_17890,tktA,AL009126.3,BSU17890,1919861,1921864,+,transketolase,Carbohydrate transport and metabolism,P45694,Op1362 -BSU_17900,pcfA,AL009126.3,BSU17900,1922017,1922463,+,factor controlling DNA replication,Function unknown,P45707,Op1363 -BSU_17910,yneF,AL009126.3,BSU17910,1922549,1922767,+,putative acyltransferase,Function unknown,P45708,Op1363 -BSU_17920,spo0D,AL009126.3,BSU17920,1922841,1923014,-,Spo0A-P phosphatase,Function unknown,O31819,Op1364 -BSU_17930,ccdA,AL009126.3,BSU17930,1923234,1923941,+,cytochrome c-type biogenesis protein CcdA%3B thiol-disulfide oxido-reductase,"Post-translational modification, protein turnover, and chaperones",P45706,Op1365 -BSU_17940,yneI,AL009126.3,BSU17940,1924030,1924392,+,putative response regulator (CheY homolog),Signal transduction mechanisms,P45709,Op1365 -BSU_17950,yneJ,AL009126.3,BSU17950,1924471,1924962,+,putative integral inner membrane protein,"Post-translational modification, protein turnover, and chaperones",P45710,Op1365 -BSU_17960,yneK,AL009126.3,BSU17960,1924993,1925421,-,factor interacting with DynA,Function unknown,P45711,Op1366 -BSU_17970,cotM,AL009126.3,BSU17970,1925655,1926047,-,spore coat protein (outer),"Post-translational modification, protein turnover, and chaperones",Q45058,Op1367 -BSU_17980,sspP,AL009126.3,BSU17980,1926128,1926274,-,small acid-soluble spore protein,Function unknown,P71032,Op1368 -BSU_17990,sspO,AL009126.3,BSU17990,1926306,1926452,-,small acid-soluble spore protein,Function unknown,P71031,Op1368 -BSU_18000,citB,AL009126.3,BSU18000,1926680,1929409,+,aconitate hydratase (bifunctional aconitase),Energy production and conversion,P09339,Op1369 -BSU_18010,yneN,AL009126.3,BSU18010,1929481,1929993,+,putative membrane-bound proteins with a thioredoxin-like domain,Energy production and conversion,O31820,Op1370 -BSU_18019,ynzL,AL009126.3,BSU18019,1930074,1930199,+,conserved hypothetical protein,No COG annotation,C0H418,Op1371 -BSU_18020,sspN,AL009126.3,BSU18020,1930264,1930410,+,small acid-soluble spore protein,Function unknown,Q7WY69,Op1372 -BSU_18030,sspT,AL009126.3,BSU18030,1930447,1930698,+,small acid-soluble spore protein (thioredoxin-like protein),Function unknown,Q45060,Op1372 -BSU_18040,yneP,AL009126.3,BSU18040,1930834,1931199,+,acyl-CoA thioesterase,Function unknown,Q45061,Op1373 -BSU_18050,yneQ,AL009126.3,BSU18050,1931215,1931514,+,conserved hypothetical protein,No COG annotation,Q45062,Op1374 -BSU_18060,yneR,AL009126.3,BSU18060,1931545,1931832,-,conserved hypothetical protein,Function unknown,Q45063,Op1375 -BSU_18070,plsY,AL009126.3,BSU18070,1931920,1932501,-,acylphosphate:glycerol-3-phosphate O-acyltransferase,Lipid transport and metabolism,Q45064,Op1376 -BSU_18080,yneT,AL009126.3,BSU18080,1932671,1933078,+,putative acyl-CoA-binding protein,Function unknown,Q45065,Op1377 -BSU_18090,parE,AL009126.3,BSU18090,1933477,1935444,+,subunit B of DNA topoisomerase IV (ATP-dependent),"Replication, recombination and repair",Q59192,Op1378 -BSU_18100,parC,AL009126.3,BSU18100,1935448,1937868,+,subunit A of DNA topoisomerase IV (ATP-dependent),"Replication, recombination and repair",Q45066,Op1378 -BSU_18109,ynfCc,AL009126.3,,1937915,1938091,-,conserved hypothetical protein (C-terminus),No COG annotation,,Op1379 -BSU_18110,ynfCn,AL009126.3,,1938066,1938476,-,conserved hypothetical protein,No COG annotation,,Op1380 -BSU_18120,alsT,AL009126.3,BSU18120,1938925,1940322,+,H+/Na+:nitrogen-donor aminoacid symporter,Amino acid transport and metabolism,Q45068,Op1381 -BSU_18130,eglS,AL009126.3,BSU18130,1940625,1942124,+,endo-1%2C4-beta-glucanase,Carbohydrate transport and metabolism,P10475,Op1382 -BSU_18140,ynfE,AL009126.3,BSU18140,1942192,1942455,+,conserved hypothetical protein,No COG annotation,Q45069,Op1383 -BSU_18150,xynC,AL009126.3,BSU18150,1942714,1943982,-,secreted endo-xylanase,Cell wall/membrane/envelope biogenesis,Q45070,Op1384 -BSU_18160,xynD,AL009126.3,BSU18160,1944113,1945654,-,arabinoxylan arabinofuranohydrolase,Carbohydrate transport and metabolism,Q45071,Op1385 -BSU_18170,yngA,AL009126.3,BSU18170,1946249,1946695,+,putative conserved membrane protein possibly involved in arabinogalactan metabolism,Function unknown,O31821,Op1386 -BSU_18180,yngB,AL009126.3,BSU18180,1946702,1947595,+,putative UTP-glucose-1-phosphate uridylyltransferase,Cell wall/membrane/envelope biogenesis,O31822,Op1387 -BSU_18190,yngC,AL009126.3,BSU18190,1947668,1948264,+,putative integral inner membrane protein%2C phosphatase or phosphate isomerase,Function unknown,O31823,Op1388 -BSU_18200,nrnB,AL009126.3,BSU18200,1948313,1949512,-,oligoribonuclease (nanoRNase),Function unknown,O31824,Op1389 -BSU_18210,ldeE,AL009126.3,BSU18210,1949682,1951217,-,methylcrotonoyl-CoA carboxylase subunit (leucine degradation),Lipid transport and metabolism,O31825,Op1390 -BSU_18220,ldeF,AL009126.3,BSU18220,1951228,1952010,-,methylglutaconyl-CoA hydratase (leucine degradation),Lipid transport and metabolism,O34893,Op1390 -BSU_18230,ldeG,AL009126.3,BSU18230,1952031,1952930,-,hydroxymethylglutaryl-CoA lyase (leucine degradation),Amino acid transport and metabolism,O34873,Op1390 -BSU_18239,lgeHB,AL009126.3,BSU18239,1952945,1953166,-,methylcrotonyl-CoA carboxylase%3B biotinylated subunit (leucine degradation),Lipid transport and metabolism,C0H419,Op1390 -BSU_18240,ldeHA,AL009126.3,BSU18240,1953181,1954515,-,biotin carboxylase for subunit LdeHB of methylcrotonyl-CoA carboxylase,Lipid transport and metabolism,O34544,Op1390 -BSU_18250,ldeI,AL009126.3,BSU18250,1954525,1956174,-,acetoacetyl-CoA synthetase,Lipid transport and metabolism,O31826,Op1390 -BSU_18260,ldeJ,AL009126.3,BSU18260,1956218,1957360,-,isovaleryl-CoA dehydrogenase (leucine degradation),Lipid transport and metabolism,O34421,Op1390 -BSU_18270,ynzE,AL009126.3,BSU18270,1957451,1957756,-,conserved hypothetical protein,Function unknown,O34356,Op1391 -BSU_18275,BSU_18275,AL009126.3,BSU18275,1957746,1957919,-,conserved protein of unknown function,No COG annotation,A0A2K4Z9J0,Op1392 -BSU_18280,yngK,AL009126.3,BSU18280,1958027,1959559,-,putative exported glycoside hydrolase,Signal transduction mechanisms,O35015,Op1393 -BSU_18290,yngL,AL009126.3,BSU18290,1959695,1960087,-,putative integral inner membrane protein,Function unknown,O34506,Op1394 -BSU_18300,ppsE,AL009126.3,BSU18300,1960198,1964037,-,nonribosomal plipastatin synthetase E,"Secondary metabolites biosynthesis, transport, and catabolism",O31827,Op1395 -BSU_18310,ppsD,AL009126.3,BSU18310,1964045,1974856,-,nonribosomal plipastatin synthetase D involved in synthesis of plipastatin,"Secondary metabolites biosynthesis, transport, and catabolism",P94459,Op1396 -BSU_18320,ppsC,AL009126.3,BSU18320,1974881,1982548,-,non-ribosomal plipastatin synthetase C involved in synthesis of plipastatin,"Secondary metabolites biosynthesis, transport, and catabolism",P39847,Op1397 -BSU_18330,ppsB,AL009126.3,BSU18330,1982565,1990247,-,nonribosomal plipastatin synthetase B involved in synthesis of plipastatin,"Secondary metabolites biosynthesis, transport, and catabolism",P39846,Op1398 -BSU_18340,ppsA,AL009126.3,BSU18340,1990272,1997957,-,non-ribosomal plipastatin synthetase A involved in synthesis of plipastatin,"Secondary metabolites biosynthesis, transport, and catabolism",P39845,Op1399 -BSU_18350,dacC,AL009126.3,BSU18350,1998340,1999815,-,D-alanyl-D-alanine carboxypeptidase,Cell wall/membrane/envelope biogenesis,P39844,Op1400 -BSU_18360,galM,AL009126.3,BSU18360,1999849,2000826,-,aldose 1-epimerase,Carbohydrate transport and metabolism,P39840,Op1400 -BSU_18370,yoeA,AL009126.3,BSU18370,2000960,2002351,-,putative Na+-driven efflux transporter,Defense mechanisms,O34474,Op1401 -BSU_18380,iseA,AL009126.3,BSU18380,2002637,2003182,+,inhibitor of DL-endopeptidases involved in cell-separation,Function unknown,O34841,Op1402 -BSU_18390,yoeC,AL009126.3,BSU18390,2003401,2003946,-,putative bacteriophage integrase,"Replication, recombination and repair",O35009,Op1403 -BSU_18400,yoeD,AL009126.3,BSU18400,2004262,2004492,-,putative excisionase,Carbohydrate transport and metabolism,O34555,Op1404 -BSU_18410,ggt,AL009126.3,BSU18410,2004677,2006440,+,membrane bound gamma-glutamyltranspeptidase,Amino acid transport and metabolism,P54422,Op1405 -BSU_18420,ftsR,AL009126.3,BSU18420,2006541,2007398,-,transcriptional regulator (LysR family),Transcription,O34685,Op1406 -BSU_18430,yogA,AL009126.3,BSU18430,2007526,2008515,+,putative oxidoreductase,Energy production and conversion,O35017,Op1407 -BSU_18440,gltB,AL009126.3,BSU18440,2008572,2010053,-,glutamate synthase (small subunit%2C NADP-dependent),Amino acid transport and metabolism,O34399,Op1408 -BSU_18450,gltA,AL009126.3,BSU18450,2010070,2014632,-,glutamate synthase (large subunit%2C NADP-dependent),Amino acid transport and metabolism,P39812,Op1408 -BSU_18460,gltC,AL009126.3,BSU18460,2014779,2015681,+,transcriptional regulator (LysR family) (GltC-glutamate),Transcription,P20668,Op1409 -BSU_18470,proJ,AL009126.3,BSU18470,2015733,2016848,-,glutamate 5-kinase,Amino acid transport and metabolism,O07509,Op1410 -BSU_18480,proH,AL009126.3,BSU18480,2016845,2017738,-,pyrroline-5-carboxylate reductase,Amino acid transport and metabolism,P0CI77,Op1410 -BSU_18490,rtp,AL009126.3,BSU18490,2017886,2018254,-,replication terminator protein,Transcription,P0CI76,Op1411 -BSU_18500,yoxD,AL009126.3,BSU18500,2018554,2019270,-,putative oxido-reductase,Function unknown,P14802,Op1412 -BSU_18510,yoxC,AL009126.3,BSU18510,2019421,2019726,+,transition-dependent and sulfur-related metabolism protein,Function unknown,P28670,Op1413 -BSU_18520,yoxB,AL009126.3,BSU18520,2019797,2020567,+,conserved protein of unknown function,No COG annotation,P28671,Op1413 -BSU_18530,yoaA,AL009126.3,BSU18530,2020611,2021144,+,putative N-acetyltransferase,"Translation, ribosomal structure and biogenesis",O34569,Op1413 -BSU_18540,yoaB,AL009126.3,BSU18540,2021223,2022467,-,negatively charged metabolite transporter,Amino acid transport and metabolism,O34864,Op1414 -BSU_18550,yoaC,AL009126.3,BSU18550,2022561,2024024,-,hydroxylated metabolite kinase,Carbohydrate transport and metabolism,O34861,Op1415 -BSU_18560,yoaD,AL009126.3,BSU18560,2024042,2025076,-,putative 2-hydroxyacid dehydrogenase,Amino acid transport and metabolism,O34815,Op1416 -BSU_18570,yoaE,AL009126.3,BSU18570,2025400,2027442,+,molybdopterin cofactor oxido-reductase,Energy production and conversion,C0SP82,Op1417 -BSU_18580,yoaF,AL009126.3,BSU18580,2027509,2027802,+,conserved protein of unknown function,No COG annotation,O31829,Op1418 -BSU_18590,yoaG,AL009126.3,BSU18590,2028175,2028579,-,putative phage-related membrane protein,Function unknown,O31830,Op1419 -BSU_18595,BSU_18595,AL009126.3,BSU18595,2028665,2028784,-,hypothetical protein,No COG annotation,A0A2K4Z9I8,Op1420 -BSU_18596,BSU_18596,AL009126.3,BSU18596,2028854,2028976,+,conserved hypothetical protein,No COG annotation,L8E9J0,Op1421 -BSU_18600,yozQ,AL009126.3,BSU18600,2029020,2029313,+,putative sporulation protein,Function unknown,Q7WY68,Op1422 -BSU_18610,yoaH,AL009126.3,BSU18610,2029429,2031114,-,putative methyl-accepting chemotaxis protein,Cell motility,C0SP89,Op1423 -BSU_18620,yoaI,AL009126.3,BSU18620,2031439,2032890,+,putative 4-hydroxyphenylacetate-3-hydroxylase,"Secondary metabolites biosynthesis, transport, and catabolism",C0SPC0,Op1424 -BSU_18630,exlX,AL009126.3,BSU18630,2032927,2033625,-,extracellular endoglucanase precursor (expansin),Carbohydrate transport and metabolism,O34918,Op1425 -BSU_18640,yoaK,AL009126.3,BSU18640,2033895,2034572,-,putative membrane protein,Function unknown,O34343,Op1426 -BSU_18650,pelB,AL009126.3,BSU18650,2034745,2035782,+,endo-pectin lyase,Carbohydrate transport and metabolism,O34819,Op1427 -BSU_18660,yoaM,AL009126.3,BSU18660,2036039,2036722,+,putative SOS response associated protein%3B defective prophage 6,Function unknown,O34906,Op1428 -BSU_18669,yozS,AL009126.3,BSU18669,2037063,2037368,-,putative permease%2C phage-related%3B defective prophage 6,No COG annotation,C0H420,Op1429 -BSU_18670,oxdD,AL009126.3,BSU18670,2037601,2038779,-,oxalate decarboxylase (Mn2+-dependent)%3B spore constituent,Carbohydrate transport and metabolism,O34767,Op1430 -BSU_18680,yoaO,AL009126.3,BSU18680,2038902,2039390,-,conserved protein of unknown function,No COG annotation,O34985,Op1431 -BSU_18689,BSU_18689,AL009126.3,BSU18689,2039415,2039570,-,hypothetical protein,No COG annotation,A0A2K4Z9J4,Op1432 -BSU_18690,yoaP,AL009126.3,BSU18690,2039610,2040365,-,conserved hypothetical protein,Transcription,O34983,Op1433 -BSU_18700,yoaQ,AL009126.3,BSU18700,2040673,2041029,+,conserved hypothetical protein,Function unknown,O31831,Op1434 -BSU_18709,yozT,AL009126.3,BSU18709,2040988,2041227,-,conserved hypothetical protein (putative phage origin)%3B putative defective prophage 6,No COG annotation,C0H421,Op1435 -BSU_18710,yozF,AL009126.3,BSU18710,2041330,2041827,-,putative lipoprotein,No COG annotation,O31832,Op1436 -BSU_18720,yoaR,AL009126.3,BSU18720,2041928,2042839,-,putative factor for cell wall maintenance or synthesis,Defense mechanisms,O34611,Op1437 -BSU_18730,yoaS,AL009126.3,BSU18730,2043186,2043668,+,putative toxin of a toxin / antitoxin system,Function unknown,O31833,Op1438 -BSU_18740,yozG,AL009126.3,BSU18740,2043678,2043932,+,putative antitoxin of a toxin / antitoxin system%3B putative transcriptional regulator,Transcription,O31834,Op1439 -BSU_18750,yoaT,AL009126.3,BSU18750,2044038,2044832,+,putative integral inner membrane protein,Function unknown,O34535,Op1440 -BSU_18760,yoaU,AL009126.3,BSU18760,2044956,2045828,-,putative transcriptional regulator (LysR family),Transcription,O34701,Op1441 -BSU_18770,yoaV,AL009126.3,BSU18770,2045929,2046807,+,putative modified amino acid or TCA compound efflux permease,Amino acid transport and metabolism,O34416,Op1442 -BSU_18780,yoaW,AL009126.3,BSU18780,2046980,2047411,-,biofilm forming exported protein,No COG annotation,O34541,Op1443 -BSU_18790,yoaZ,AL009126.3,BSU18790,2047675,2048307,-,putative factor of the oxidative stress response,Function unknown,O34947,Op1444 -BSU_18800,penP,AL009126.3,BSU18800,2048533,2049453,+,beta-lactamase precursor (putative hydrolase),Defense mechanisms,P39824,Op1445 -BSU_18810,yobA,AL009126.3,BSU18810,2049950,2050312,-,hypothetical protein,No COG annotation,O31835,Op1446 -BSU_18819,yozU,AL009126.3,,2050373,2050585,-,putative phage protein,No COG annotation,,Op1447 -BSU_18820,yobB,AL009126.3,BSU18820,2050689,2050952,+,putative transcriptional regulator from bacteriophage%3B putative defective prophage 6,No COG annotation,O31836,Op1448 -BSU_18830,yppS,AL009126.3,BSU18830,2051329,2053929,-,putative PEP-dependent enzyme,Carbohydrate transport and metabolism,O34309,Op1449 -BSU_18840,xynA,AL009126.3,BSU18840,2054599,2055240,-,secreted endo-1%2C4-beta-xylanase,Carbohydrate transport and metabolism,P18429,Op1450 -BSU_18849,yozV,AL009126.3,BSU18849,2055868,2056107,-,putative phage protein%3B putative defective prophage 6,Function unknown,C0H423,Op1451 -BSU_18850,yobD,AL009126.3,BSU18850,2056278,2056616,+,transcriptional regulator (phage-related%2C Xre family)%3B putative defective prophage 6,Transcription,O34647,Op1452 -BSU_18860,yozH,AL009126.3,BSU18860,2056650,2057006,-,hypothetical protein%3B putative defective prophage 6,No COG annotation,O31837,Op1453 -BSU_18870,yozI,AL009126.3,BSU18870,2057214,2057579,+,conserved hypothetical protein%3B putative defective prophage 6,Function unknown,O31838,Op1454 -BSU_18880,yobE,AL009126.3,BSU18880,2057801,2058460,+,putative SOS response associated phage protein%3B putative defective prophage 6,Function unknown,O34915,Op1455 -BSU_18890,yobF,AL009126.3,BSU18890,2058715,2059638,-,conserved hypothetical protein,No COG annotation,O34780,Op1456 -BSU_18898,yozW,AL009126.3,BSU18898,2059691,2059864,-,hypothetical protein%3B putative defective prophage 6,No COG annotation,C0H424,Op1457 -BSU_18899,yozX,AL009126.3,BSU18899,2060009,2060233,+,putative phage protein%3B putative defective prophage 6,No COG annotation,C0H425,Op1458 -BSU_18900,yozJ,AL009126.3,BSU18900,2060237,2060692,-,hypothetical protein,No COG annotation,O31839,Op1459 -BSU_18908,yozY,AL009126.3,BSU18908,2060817,2061077,+,putative transcriptional regulator from bacteriophage%3B putative defective prophage 6,No COG annotation,C0H426,Op1460 -BSU_18909,yozZ,AL009126.3,,2061855,2061995,+,putative phage holin (fragment),Function unknown,,Op1461 -BSU_18910,rapK,AL009126.3,BSU18910,2062150,2063265,+,response regulator aspartate phosphatase,Function unknown,O34930,Op1462 -BSU_18920,phrK,AL009126.3,BSU18920,2063262,2063384,+,secreted regulator of the activity of phosphatase RapK,No COG annotation,O31840,Op1462 -BSU_18930,yobHc,AL009126.3,,2063510,2064163,-,fragment of putative DNA phage repair protein%3B putative defective prophage 6,"Replication, recombination and repair",,Op1463 -BSU_18940,yobHm,AL009126.3,,2064200,2064547,-,putative phage DNA repair protein fragment%3B putative defective prophage 6,"Replication, recombination and repair",,Op1463 -BSU_18950,yozL,AL009126.3,BSU18950,2064540,2064833,-,conserved hypothetical protein of phage origin%3B putative defective prophage 6,Function unknown,O31842,Op1463 -BSU_18960,yozM,AL009126.3,BSU18960,2065042,2065377,+,putative bacteriophage protein%3B putative defective prophage 6,No COG annotation,O31843,Op1464 -BSU_18970,yobI,AL009126.3,BSU18970,2065424,2069029,-,putative phage repair NTPase with transmembrane helices%3B putative defective prophage 6,Transcription,O34784,Op1465 -BSU_18979,yoyA,AL009126.3,,2069262,2069561,-,putative fragment of phage protein%3B putative defective prophage 6,No COG annotation,,Op1466 -BSU_18978,bsrE,AL009126.3,BSU18978,2069883,2069975,+,type I toxin (BsrE/AsrE),No COG annotation,A0A2K4Z9J5,Op1467 -BSU_18980,yobJ,AL009126.3,BSU18980,2070244,2071086,-,conserved protein of unknown function%3B putative defective prophage 6,No COG annotation,O34774,Op1468 -BSU_18990,rttM,AL009126.3,BSU18990,2071286,2071744,-,antitoxin inhibiting Rnase RttL,Function unknown,O34596,Op1469 -BSU_19000,rttL,AL009126.3,BSU19000,2071754,2073556,-,phage toxin ribonuclease%3B putative defective prophage 6,"Replication, recombination and repair",O34330,Op1470 -BSU_19010,yobM,AL009126.3,BSU19010,2073658,2074215,-,putative phage protein%3B putative defective prophage 6,Carbohydrate transport and metabolism,O34377,Op1471 -BSU_19020,yobN,AL009126.3,BSU19020,2074343,2075779,+,putative amine oxidase (flavoprotein),Amino acid transport and metabolism,O34363,Op1472 -BSU_19030,yobO,AL009126.3,BSU19030,2076206,2078626,+,putative phage-related pre-neck appendage protein%3B defective prophage 6,Cell wall/membrane/envelope biogenesis,O34433,Op1473 -BSU_19040,csaA,AL009126.3,BSU19040,2079214,2079546,-,molecular chaperone for secreting proteins,"Translation, ribosomal structure and biogenesis",P37584,Op1474 -BSU_19050,yobQ,AL009126.3,BSU19050,2079611,2080336,-,putative transcriptional regulator (AraC/XylS family),Transcription,O34901,Op1475 -BSU_19060,yobR,AL009126.3,BSU19060,2080351,2081094,-,putative acetyltransferase,"Translation, ribosomal structure and biogenesis",O34376,Op1476 -BSU_19070,yobS,AL009126.3,BSU19070,2081172,2081747,-,putative transcriptional regulator,Transcription,O34892,Op1477 -BSU_19080,yobT,AL009126.3,BSU19080,2081753,2082454,-,putative metal-dependent hydrolase,Function unknown,O34910,Op1478 -BSU_19090,yobU,AL009126.3,BSU19090,2082531,2083013,-,putative effector of transcriptional regulator,Transcription,O34637,Op1479 -BSU_19100,yobV,AL009126.3,BSU19100,2083067,2084008,-,putative transcriptional regulator,Transcription,O34920,Op1480 -BSU_19110,yobW,AL009126.3,BSU19110,2084214,2084759,+,mother cell-specific membrane sporulation protein,No COG annotation,P94497,Op1481 -BSU_19120,czrA,AL009126.3,BSU19120,2084786,2085109,-,transcriptional regulator (multiple metal-sensing ArsR-SmtB transcriptional repressor favouring Zn2+),Transcription,O31844,Op1482 -BSU_19130,yocA,AL009126.3,BSU19130,2085303,2085980,+,putative murein fragments glycosidase,Cell wall/membrane/envelope biogenesis,O34636,Op1483 -BSU_19140,yozB,AL009126.3,BSU19140,2086070,2086606,-,putative integral inner membrane protein,Function unknown,O31845,Op1484 -BSU_19150,yocB,AL009126.3,BSU19150,2086743,2087525,-,conserved protein of unknown function,No COG annotation,O34516,Op1485 -BSU_19160,yocC,AL009126.3,BSU19160,2087696,2088193,+,conserved protein of unknown function,No COG annotation,O35042,Op1486 -BSU_19170,yocD,AL009126.3,BSU19170,2088257,2089234,+,putative carboxypeptidase%3B aminoacid adenylate hydrolase (microcin resistance),Defense mechanisms,O35046,Op1487 -BSU_19180,desE,AL009126.3,BSU19180,2089396,2090454,+,fatty acid desaturase,Lipid transport and metabolism,O34653,Op1488 -BSU_19190,desK,AL009126.3,BSU19190,2090574,2091686,+,two-component thermosensor histidine kinase [DesR-DesK],Signal transduction mechanisms,O34757,Op1489 -BSU_19200,desR,AL009126.3,BSU19200,2091705,2092304,+,two-component response regulator [DesK],Signal transduction mechanisms,O34723,Op1489 -BSU_19210,walL,AL009126.3,BSU19210,2092899,2093762,-,exported cell wall lytic enzyme,Cell wall/membrane/envelope biogenesis,O34669,Op1490 -BSU_19220,recQ,AL009126.3,BSU19220,2094010,2095785,-,ATP-dependent helicase,"Replication, recombination and repair",O34748,Op1491 -BSU_19230,azoJ,AL009126.3,BSU19230,2096350,2096976,-,FMN-dependent NADH-azoreductase,Lipid transport and metabolism,O35022,Op1492 -BSU_19240,yocK,AL009126.3,BSU19240,2097126,2097617,-,putative general stress protein,Signal transduction mechanisms,P80872,Op1493 -BSU_19250,yocL,AL009126.3,BSU19250,2097692,2098024,-,conserved protein of unknown function,No COG annotation,O34976,Op1494 -BSU_19259,yoyB,AL009126.3,BSU19259,2098102,2098329,+,conserved protein of unknown function,No COG annotation,C0H429,Op1495 -BSU_19260,yocM,AL009126.3,BSU19260,2098316,2098792,-,putative chaperone,"Post-translational modification, protein turnover, and chaperones",O34321,Op1496 -BSU_19270,yozN,AL009126.3,BSU19270,2098859,2099122,+,conserved protein of unknown function (mother cell in sporulation),No COG annotation,O31846,Op1497 -BSU_19280,yocN,AL009126.3,BSU19280,2099127,2099360,+,conserved protein of unknown function (sporulation-related),No COG annotation,O34855,Op1498 -BSU_19290,yozO,AL009126.3,BSU19290,2099446,2099790,-,conserved hypothetical phage protein,Function unknown,O31847,Op1499 -BSU_19300,yozC,AL009126.3,BSU19300,2100147,2100350,-,conserved hypothetical protein,No COG annotation,O31848,Op1500 -BSU_19310,dhaS,AL009126.3,BSU19310,2100580,2102067,+,3-hydroxypropionaldehyde dehydrogenase,Energy production and conversion,O34660,Op1501 -BSU_19320,sqhC,AL009126.3,BSU19320,2102168,2104066,+,squalene-hopene cyclase%2C sporulenol synthase (spore protection),Lipid transport and metabolism,Q796C3,Op1502 -BSU_19330,sodF,AL009126.3,BSU19330,2104056,2104901,+,superoxide dismutase (Fe2+-dependent),Inorganic ion transport and metabolism,O35023,Op1503 -BSU_19340,yocR,AL009126.3,BSU19340,2104934,2106271,-,putative sodium-dependent transporter,Function unknown,O34383,Op1504 -BSU_19350,yocS,AL009126.3,BSU19350,2106490,2107455,+,putative sodium-dependent symporter,Function unknown,O34524,Op1505 -BSU_19360,odhB,AL009126.3,BSU19360,2107505,2108758,-,2-oxoglutarate dehydrogenase complex (dihydrolipoamide transsuccinylase%2C E2 subunit),Energy production and conversion,P16263,Op1506 -BSU_19370,odhA,AL009126.3,BSU19370,2108774,2111608,-,2-oxoglutarate dehydrogenase (E1 subunit),Energy production and conversion,P23129,Op1506 -BSU_19380,yojO,AL009126.3,BSU19380,2111837,2113753,-,putative activator of nitric oxide reductase,Inorganic ion transport and metabolism,O31849,Op1507 -BSU_19390,yojN,AL009126.3,BSU19390,2113764,2114678,-,putative nitric-oxide reductase associated protein,Function unknown,O31850,Op1508 -BSU_19400,sodC,AL009126.3,BSU19400,2114742,2115332,-,superoxide dismutase (exported lipoprotein),Inorganic ion transport and metabolism,O31851,Op1509 -BSU_19410,cwlS,AL009126.3,BSU19410,2115425,2116669,-,peptidoglycan hydrolase (cell wall-binding d%2Cl-endopeptidase),Cell wall/membrane/envelope biogenesis,O31852,Op1510 -BSU_19420,yojK,AL009126.3,BSU19420,2117051,2118268,-,putative YDP-glycosyltransferase,Energy production and conversion,O31853,Op1511 -BSU_19430,cdaS,AL009126.3,BSU19430,2118504,2119127,-,spore diadenylate cyclase,Function unknown,O31854,Op1512 -BSU_19440,mdtK,AL009126.3,BSU19440,2119393,2120751,+,Na+-driven efflux MatE family protein,Defense mechanisms,O31855,Op1513 -BSU_19450,rsbRC,AL009126.3,BSU19450,2120767,2121615,+,co-antagonist of RsbT%3B component of the anxiosome (stressosome),Signal transduction mechanisms,O31856,Op1514 -BSU_19460,bshBB,AL009126.3,BSU19460,2121641,2122306,-,malate N-acetylglucosamine deacetylase (second enzyme),Function unknown,O31857,Op1515 -BSU_19470,yojF,AL009126.3,BSU19470,2122325,2122675,-,conserved protein of unknown function (bacillithiol synthesis operon),Function unknown,O31858,Op1515 -BSU_19479,yoyC,AL009126.3,BSU19479,2122672,2122950,-,conserved protein of unknown function,No COG annotation,O68260,Op1515 -BSU_19480,yojE,AL009126.3,BSU19480,2123026,2123922,-,putative N-acetylated toxic metabolites,Function unknown,O31859,Op1515 -BSU_19490,gerT,AL009126.3,BSU19490,2124021,2124494,+,component of the spore coat,Function unknown,Q7WY67,Op1516 -BSU_19510,yojB,AL009126.3,BSU19510,2124529,2124765,-,conserved hypothetical protein,No COG annotation,O31861,Op1517 -BSU_19520,yojA,AL009126.3,BSU19520,2124850,2126184,-,putative H+/anion permease,Amino acid transport and metabolism,O31862,Op1518 -BSU_19530,yodA,AL009126.3,BSU19530,2126549,2126938,+,putative tautomerase,Function unknown,O34882,Op1519 -BSU_19540,arxR,AL009126.3,BSU19540,2127345,2127683,-,transcriptional repressor,Transcription,O34844,Op1520 -BSU_19550,noxC,AL009126.3,BSU19550,2127813,2128421,+,water forming NADH oxidase (nitroreductase),Energy production and conversion,P81102,Op1521 -BSU_19560,yodD,AL009126.3,BSU19560,2128464,2129066,-,putative hydrolase,Function unknown,O34842,Op1522 -BSU_19570,yodE,AL009126.3,BSU19570,2129082,2129993,-,putative thiol-dependent lyase/dioxygenase,Amino acid transport and metabolism,O34543,Op1522 -BSU_19579,yoyD,AL009126.3,BSU19579,2130177,2130377,+,putative exported protein,Function unknown,C0H431,Op1523 -BSU_19580,yodF,AL009126.3,BSU19580,2130377,2131867,+,putative Na+/metabolite permease,Amino acid transport and metabolism,O34745,Op1524 -BSU_19590,ctpA,AL009126.3,BSU19590,2131902,2133302,-,carboxy-terminal processing protease (Prc homolog%2C tail specific protease),Cell wall/membrane/envelope biogenesis,O34666,Op1525 -BSU_19600,yodH,AL009126.3,BSU19600,2133455,2134156,+,putative S-adenosylmethionine-dependent methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",O34954,Op1526 -BSU_19610,yodI,AL009126.3,BSU19610,2134244,2134495,+,putative spore coat protein,No COG annotation,O34654,Op1526 -BSU_19620,ldcB,AL009126.3,BSU19620,2134566,2135387,-,D-alanyl-D-alanine carboxypeptidase lipoprotein (D-ala releasing from tetrapeptide hydrolysis),Cell wall/membrane/envelope biogenesis,O34866,Op1527 -BSU_19630,deoD,AL009126.3,BSU19630,2135470,2136171,-,purine nucleoside phosphorylase,Nucleotide transport and metabolism,O34925,Op1528 -BSU_19639,yoyE,AL009126.3,BSU19639,2136373,2136498,+,conserved hypothetical protein,No COG annotation,C0H432,Op1529 -BSU_19640,yodL,AL009126.3,BSU19640,2136538,2136852,-,shape determination factor,Function unknown,O30472,Op1530 -BSU_19650,pgpB,AL009126.3,BSU19650,2136913,2137524,-,phosphatidylglycerol phosphate (PGP) phosphatase%3B undecaprenyl-pyrophosphate phosphatase (promiscuous activity),Lipid transport and metabolism,O34349,Op1531 -BSU_19660,yozD,AL009126.3,BSU19660,2137602,2137778,-,conserved hypothetical protein,Function unknown,O31863,Op1532 -BSU_19669,yoyF,AL009126.3,BSU19669,2137897,2138040,+,hypothetical protein,No COG annotation,C0H433,Op1533 -BSU_19670,yodN,AL009126.3,BSU19670,2138037,2138717,-,conserved hypothetical protein,No COG annotation,O34414,Op1534 -BSU_19680,yozE,AL009126.3,BSU19680,2138868,2139092,-,conserved protein of unknown function,Function unknown,O31864,Op1535 -BSU_19689,yokU,AL009126.3,BSU19689,2139179,2139457,-,conserved protein of unknown function,Function unknown,C0H434,Op1536 -BSU_19690,kamA,AL009126.3,BSU19690,2139454,2140869,-,lysine 2%2C3-aminomutase,Amino acid transport and metabolism,O34676,Op1537 -BSU_19700,kamB,AL009126.3,BSU19700,2140898,2141725,-,epsilon-amino-beta-lysine acetyl transferase,Transcription,O34895,Op1538 -BSU_19710,yodQ,AL009126.3,BSU19710,2141703,2143013,-,putative deacetylase,Amino acid transport and metabolism,O34984,Op1539 -BSU_19720,yodR,AL009126.3,BSU19720,2143022,2143675,-,putative acyloate-acetoacetate CoA-transferase,Lipid transport and metabolism,O34466,Op1540 -BSU_19730,yodS,AL009126.3,BSU19730,2143660,2144349,-,putative oxoacid CoA-transferase,Lipid transport and metabolism,O34317,Op1541 -BSU_19740,yodT,AL009126.3,BSU19740,2144356,2145690,-,putative aminovalerate aminotransferase,Coenzyme transport and metabolism,O34662,Op1542 -BSU_19745,BSU_19745,AL009126.3,BSU19745,2145671,2145826,-,conserved hypothetical protein,No COG annotation,A0A2K4Z9J2,Op1543 -BSU_19749,yoyG,AL009126.3,BSU19749,2145820,2146053,-,putative toxin of a type I toxin family (sporulation operon),No COG annotation,UPI000CA282C4,Op1544 -BSU_19750,cgeE,AL009126.3,BSU19750,2146013,2146792,-,protein involved in maturation of the outermost layer of the spore,Transcription,P42093,Op1545 -BSU_19760,cgeD,AL009126.3,BSU19760,2146821,2148101,-,putative glycosyltransferase involved in maturation of the outermost layer of the spore,Cell wall/membrane/envelope biogenesis,P42092,Op1545 -BSU_19770,cgeC,AL009126.3,BSU19770,2148166,2148471,-,protein involved in maturation of the outermost layer of the spore,No COG annotation,P42091,Op1545 -BSU_19780,cgeA,AL009126.3,BSU19780,2148676,2149077,+,spore outermost layer component,No COG annotation,P42089,Op1546 -BSU_19790,cgeB,AL009126.3,BSU19790,2149084,2150037,+,protein involved in maturation of the outermost layer of the spore,Function unknown,P42090,Op1546 -BSU_19800,phyC,AL009126.3,BSU19800,2150108,2151256,-,phytase,Lipid transport and metabolism,P42094,Op1547 -BSU_19810,spsMn,AL009126.3,,2151626,2152045,+,spore capsular polysaccharide biosynthesis enzyme fragment%3B N-terminal part of SpsM,Carbohydrate transport and metabolism,,Op1548 -BSU_19820,sprB,AL009126.3,BSU19820,2152086,2152262,-,recombination directionality factor%3B phage SPbeta,No COG annotation,O34850,Op1549 -BSU_19830,yotM,AL009126.3,BSU19830,2152265,2152852,-,hypothetical protein%3B phage SPbeta,"Replication, recombination and repair",O34820,Op1550 -BSU_19840,yotL,AL009126.3,BSU19840,2152927,2153169,+,putative transcriptional regulator%3B phage SPbeta,Transcription,O31865,Op1551 -BSU_19850,yotK,AL009126.3,BSU19850,2153171,2153356,-,putative nucleic acid binding protein%3B phage SPbeta,No COG annotation,O31866,Op1552 -BSU_19860,yotJ,AL009126.3,BSU19860,2153440,2153652,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34699,Op1553 -BSU_19870,yotI,AL009126.3,BSU19870,2153718,2154080,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,Q796A8,Op1554 -BSU_19880,yotH,AL009126.3,BSU19880,2154077,2154250,-,putative sensor or permease%3B phage SPbeta,No COG annotation,O31867,Op1555 -BSU_19890,yotG,AL009126.3,BSU19890,2154266,2154583,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31868,Op1556 -BSU_19900,yotF,AL009126.3,BSU19900,2154596,2154673,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31869,Op1557 -BSU_19910,yotE,AL009126.3,BSU19910,2154705,2154851,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31870,Op1558 -BSU_19915,BSU_19915,AL009126.3,BSU19915,2154781,2154972,+,hypothetical protein,No COG annotation,A0A2K4Z9J6,Op1559 -BSU_19920,yotD,AL009126.3,BSU19920,2154887,2155018,-,conserved protein with rubredoxin fold%3B phage SPbeta,No COG annotation,O34407,Op1560 -BSU_19930,yotC,AL009126.3,BSU19930,2155058,2155249,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34702,Op1561 -BSU_19940,yotB,AL009126.3,BSU19940,2155293,2156120,-,putative metallo-dependent hydrolase%3B phage SPbeta,Function unknown,O34642,Op1562 -BSU_19950,sspC,AL009126.3,BSU19950,2156239,2156457,+,small acid-soluble spore protein (alpha/beta-type SASP)%3B SPbeta phage protein,Function unknown,P02958,Op1563 -BSU_19970,yosX,AL009126.3,BSU19970,2156757,2157110,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,P68583,Op1564 -BSU_19980,yosW,AL009126.3,BSU19980,2157341,2157682,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31872,Op1565 -BSU_19990,yosV,AL009126.3,BSU19990,2157829,2158119,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O34537,Op1566 -BSU_19999,yojW,AL009126.3,BSU19999,2158120,2158287,-,hypothetical protein,No COG annotation,O30602,Op1567 -BSU_20000,yosU,AL009126.3,BSU20000,2158439,2158684,+,hypothetical protein,No COG annotation,O31873,Op1568 -BSU_20010,yosT,AL009126.3,BSU20010,2158724,2159173,-,putative transcription modulator%3B phage SPbeta,"Replication, recombination and repair",O34775,Op1569 -BSU_20020,dutB,AL009126.3,BSU20020,2159268,2159696,-,SPbeta phage deoxyuridine 5'-triphosphate nucleotidohydrolase,Nucleotide transport and metabolism,O34919,Op1570 -BSU_20030,yosR,AL009126.3,,2159742,2159984,-,SPbeta phage putative thiol disulfide oxidoreductase fragment,"Post-translational modification, protein turnover, and chaperones",,Op1571 -BSU_20040,nrdFB,AL009126.3,BSU20040,2159981,2160388,-,phage SPbeta ribonucleoside diphosphate reductase,Nucleotide transport and metabolism,O30601,Op1572 -BSU_20050,yosQ,AL009126.3,BSU20050,2160565,2161086,-,SPbeta phage endodeoxyribonuclease (homing endonuclease%2C responsible for intron mobility),"Replication, recombination and repair",O34479,Op1573 -BSU_20060,nrdEB,AL009126.3,BSU20060,2162108,2164642,-,SPbeta phage ribonucleoside reductase alpha (large) subunit,Nucleotide transport and metabolism,O31875,Op1574 -BSU_20070,nrdIB,AL009126.3,BSU20070,2165577,2165972,-,SPbeta phage subunit of ribonucleoside diphosphate reductase,Nucleotide transport and metabolism,UPI0001976287,Op1575 -BSU_20080,yosL,AL009126.3,BSU20080,2165972,2166325,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31877,Op1576 -BSU_20090,yosK,AL009126.3,BSU20090,2166413,2166613,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31878,Op1577 -BSU_20100,yosJ,AL009126.3,BSU20100,2166658,2166852,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31879,Op1578 -BSU_20110,yosI,AL009126.3,BSU20110,2166873,2167007,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31880,Op1579 -BSU_20120,yosH,AL009126.3,BSU20120,2167039,2167509,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31881,Op1580 -BSU_20130,yosG,AL009126.3,BSU20130,2167570,2167932,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31882,Op1581 -BSU_20140,yosF,AL009126.3,BSU20140,2167975,2168100,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31883,Op1582 -BSU_20150,yosE,AL009126.3,BSU20150,2168114,2168461,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31884,Op1583 -BSU_20160,yosD,AL009126.3,BSU20160,2168476,2168871,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31885,Op1584 -BSU_20170,yosC,AL009126.3,BSU20170,2168910,2169452,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31886,Op1585 -BSU_20180,yosB,AL009126.3,BSU20180,2169497,2169676,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31887,Op1586 -BSU_20190,yosA,AL009126.3,BSU20190,2169807,2169926,+,putative type I toxin%3B phage SPbeta,No COG annotation,O31888,Op1587 -BSU_20200,yorZ,AL009126.3,BSU20200,2170030,2170242,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31889,Op1588 -BSU_20210,yorY,AL009126.3,BSU20210,2170309,2170491,-,putative nucleotide binding protein%3B phage SPbeta,No COG annotation,O31890,Op1589 -BSU_20220,yorX,AL009126.3,BSU20220,2170504,2170731,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31891,Op1590 -BSU_20230,yorW,AL009126.3,BSU20230,2170771,2171136,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31892,Op1591 -BSU_20240,yorV,AL009126.3,BSU20240,2171139,2171357,-,putative nucleic acid binding protein%3B phage SPbeta,No COG annotation,O31893,Op1592 -BSU_20250,mtbP,AL009126.3,BSU20250,2171401,2172732,-,DNA (cytosine-5-)-methyltransferase%3B phage SPbeta,"Replication, recombination and repair",P68585,Op1593 -BSU_20260,yorT,AL009126.3,BSU20260,2172781,2172900,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31894,Op1594 -BSU_20270,yorS,AL009126.3,BSU20270,2172932,2173450,-,putative 5'(3')-deoxyribonucleotidase%3B phage SPbeta,Function unknown,P68522,Op1595 -BSU_20280,yorR,AL009126.3,BSU20280,2173459,2173956,-,putative nucleotide kinase or triphosphate hydrolase%3B phage SPbeta,Nucleotide transport and metabolism,O31896,Op1596 -BSU_20290,yorQ,AL009126.3,BSU20290,2173956,2174111,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31897,Op1597 -BSU_20300,yorP,AL009126.3,BSU20300,2174104,2174319,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31898,Op1598 -BSU_20310,yorO,AL009126.3,BSU20310,2174352,2174549,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31899,Op1599 -BSU_20320,yorN,AL009126.3,BSU20320,2174585,2174734,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31900,Op1600 -BSU_20330,yorM,AL009126.3,BSU20330,2174852,2175568,-,putative murein hydrolase%3B phage SPbeta,Function unknown,O31901,Op1601 -BSU_20340,dpoL,AL009126.3,BSU20340,2175596,2179513,-,DNA polymerase with 3'-5' exonuclease activity%3B phage SPbeta,"Replication, recombination and repair",O31902,Op1602 -BSU_20350,yorK,AL009126.3,BSU20350,2179526,2181256,-,putative single-strand DNA-specific exonuclease%3B phage SPbeta,"Replication, recombination and repair",O31903,Op1603 -BSU_20360,yorJ,AL009126.3,BSU20360,2181256,2182392,-,putative DNA replication initiation protein%3B phage SPbeta,"Replication, recombination and repair",O31904,Op1604 -BSU_20370,yorI,AL009126.3,BSU20370,2182408,2183922,-,putative replicative DNA helicase (DnaB family)%3B phage SPbeta,"Translation, ribosomal structure and biogenesis",O31905,Op1605 -BSU_20380,yorH,AL009126.3,BSU20380,2183937,2184407,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31906,Op1606 -BSU_20390,yorG,AL009126.3,BSU20390,2184450,2185421,-,putative ATP/GTP binding protein%3B phage SPbeta,"Replication, recombination and repair",O31907,Op1607 -BSU_20400,yorF,AL009126.3,BSU20400,2185504,2186418,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31908,Op1608 -BSU_20410,yorE,AL009126.3,BSU20410,2186440,2186811,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31909,Op1609 -BSU_20420,yorD,AL009126.3,BSU20420,2186985,2187299,-,stress protein SCP1%3B phage SPbeta,No COG annotation,P68575,Op1610 -BSU_20430,yorC,AL009126.3,BSU20430,2187376,2187756,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31910,Op1611 -BSU_20440,yorB,AL009126.3,BSU20440,2187819,2188115,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31911,Op1611 -BSU_20450,yorA,AL009126.3,BSU20450,2188204,2189964,-,putative uronase%3B phage SPbeta,Cell wall/membrane/envelope biogenesis,O31912,Op1612 -BSU_20460,pghZ,AL009126.3,BSU20460,2189961,2190785,-,gamma-polyglutamate hydrolase%3B phage SPbeta,Function unknown,O31913,Op1613 -BSU_20470,yoqY,AL009126.3,BSU20470,2190884,2191279,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31914,Op1614 -BSU_20480,yoqX,AL009126.3,BSU20480,2191334,2191555,-,conserved protein of unknown function%3B SPbeta phage,No COG annotation,O31915,Op1615 -BSU_20490,yoqW,AL009126.3,BSU20490,2191626,2192300,+,putative stress-associated peptidase%3B putative general secretion pathway protein%3B phage SPbeta,Function unknown,O31916,Op1616 -BSU_20500,yoqV,AL009126.3,BSU20500,2192370,2193182,+,DNA ligase-like protein%3B bacteriophage SPbeta,"Replication, recombination and repair",O31917,Op1617 -BSU_20510,yoqU,AL009126.3,BSU20510,2193248,2193661,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31918,Op1618 -BSU_20520,yoqT,AL009126.3,BSU20520,2193827,2193976,+,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31919,Op1619 -BSU_20530,yoqS,AL009126.3,BSU20530,2194053,2194400,-,putative RNA-binding protein%3B phage SPbeta,No COG annotation,O31920,Op1620 -BSU_20540,yoqR,AL009126.3,BSU20540,2194402,2194758,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31921,Op1621 -BSU_20550,yoqP,AL009126.3,BSU20550,2194718,2195059,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31922,Op1622 -BSU_20560,yoqO,AL009126.3,BSU20560,2195173,2195547,+,putative membrane protein%3B phage SPbeta,No COG annotation,O31923,Op1623 -BSU_20570,yoqN,AL009126.3,BSU20570,2195564,2195782,-,consserved hypothetical protein%3B phage SPbeta,No COG annotation,O31924,Op1624 -BSU_20580,yoqM,AL009126.3,BSU20580,2195986,2196264,+,putative membrane bound or exported protein%3B phage SPbeta,No COG annotation,O31925,Op1625 -BSU_20590,yoqL,AL009126.3,BSU20590,2196389,2197081,-,putative endonuclease%3B phage SPbeta,No COG annotation,O34581,Op1626 -BSU_20600,yoqK,AL009126.3,BSU20600,2197121,2197324,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34326,Op1627 -BSU_20610,yoqJ,AL009126.3,BSU20610,2197344,2197859,-,conserved hypothetical protein%3B phage SPbeta,Function unknown,O34359,Op1628 -BSU_20620,yoqI,AL009126.3,BSU20620,2198070,2198264,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O34339,Op1629 -BSU_20630,yoqH,AL009126.3,BSU20630,2198313,2198765,-,conserved hypothetical protein%3B phage SPbeta,Cell wall/membrane/envelope biogenesis,O34999,Op1630 -BSU_20640,yoqG,AL009126.3,BSU20640,2198848,2199105,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O35030,Op1631 -BSU_20650,yoqF,AL009126.3,BSU20650,2199150,2199353,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34584,Op1632 -BSU_20660,yoqE,AL009126.3,BSU20660,2199362,2199526,-,hypothetical protein%3B phage SPbeta,Function unknown,O34429,Op1633 -BSU_20670,yoqD,AL009126.3,BSU20670,2199580,2200335,-,putative DNA-binding protein anti-repressor%3B phage SPbeta,Function unknown,O34449,Op1634 -BSU_20680,yoqC,AL009126.3,BSU20680,2200376,2200783,-,putative SOS nucleotide-binding protein%3B phage SPbeta,No COG annotation,O34834,Op1635 -BSU_20690,yoqB,AL009126.3,BSU20690,2200790,2201128,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O34831,Op1636 -BSU_20700,yoqA,AL009126.3,BSU20700,2201125,2201475,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34988,Op1637 -BSU_20710,yopZ,AL009126.3,BSU20710,2201488,2201691,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O34509,Op1638 -BSU_20720,yopY,AL009126.3,BSU20720,2201705,2201983,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O34730,Op1639 -BSU_20730,yopX,AL009126.3,BSU20730,2201980,2202384,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O34401,Op1640 -BSU_20740,yopW,AL009126.3,BSU20740,2202381,2202716,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34838,Op1641 -BSU_20750,yopV,AL009126.3,BSU20750,2202805,2202999,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34869,Op1642 -BSU_20760,yopU,AL009126.3,BSU20760,2203111,2203308,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34937,Op1643 -BSU_20770,yopT,AL009126.3,BSU20770,2203378,2203596,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O34498,Op1644 -BSU_20780,yopS,AL009126.3,BSU20780,2203779,2204003,+,putative transcriptional regulator%2C lambda repressor-like%3B phage SPbeta,Transcription,O34766,Op1645 -BSU_20790,yopR,AL009126.3,BSU20790,2204192,2205169,-,putative DNA breaking-rejoining enzyme%3B phage SPbeta,No COG annotation,O34558,Op1646 -BSU_20800,yopQ,AL009126.3,BSU20800,2205193,2206575,-,conserved hypothetical protein%3B phage SPbeta,Function unknown,O34448,Op1647 -BSU_20810,yopP,AL009126.3,BSU20810,2206682,2207758,-,putative phage integrase%3B phage SPbeta,"Replication, recombination and repair",O34336,Op1648 -BSU_20820,yopO,AL009126.3,BSU20820,2207748,2207960,-,putative transcriptional regulator%2C lambda repressor-like%3B phage SPbeta,No COG annotation,O34791,Op1649 -BSU_20830,yopN,AL009126.3,BSU20830,2208008,2208325,-,hypothetical protein%3B phage SPbeta,No COG annotation,P68581,Op1650 -BSU_20840,yopM,AL009126.3,BSU20840,2208328,2208528,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34605,Op1651 -BSU_20850,aimP,AL009126.3,BSU20850,2208855,2208980,-,arbitrium lysis /lysogeny regulatory peptide%3B phage SPbeta,No COG annotation,O31926,Op1652 -BSU_20860,aimR,AL009126.3,BSU20860,2208994,2210154,-,arbitrium peptide sensor regulator%3B phage SPbeta,No COG annotation,O31927,Op1653 -BSU_20870,yopJ,AL009126.3,BSU20870,2210331,2210747,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31928,Op1654 -BSU_20880,yopI,AL009126.3,BSU20880,2210749,2211282,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31929,Op1655 -BSU_20890,sieB,AL009126.3,BSU20890,2211309,2211845,-,superinfection exclusion protein B%3B phage SPbeta,Function unknown,O31930,Op1656 -BSU_20900,yopG,AL009126.3,BSU20900,2211884,2212015,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31931,Op1657 -BSU_20910,yopF,AL009126.3,BSU20910,2212026,2212241,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31932,Op1658 -BSU_20920,yopE,AL009126.3,BSU20920,2212245,2212496,-,conserved membrane protein of unknown function%3B phage SPbeta,No COG annotation,O31933,Op1659 -BSU_20928,yoyH,AL009126.3,BSU20928,2212567,2212746,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,C0H437,Op1660 -BSU_20929,yoyI,AL009126.3,BSU20929,2212848,2213078,+,conserved membrane protein of unknown function%3B phage SPbeta,No COG annotation,C0H438,Op1661 -BSU_20930,yopD,AL009126.3,BSU20930,2213083,2213478,-,conserved membrane protein of unknown function%3B phage SPbeta,Function unknown,O31934,Op1662 -BSU_20940,yopC,AL009126.3,BSU20940,2213536,2214864,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31935,Op1663 -BSU_20950,yopB,AL009126.3,BSU20950,2214972,2215199,-,putative transcriptional regulator%2C lambda repressor-like%3B phage SPbeta,Transcription,O31936,Op1664 -BSU_20960,yopA,AL009126.3,BSU20960,2215460,2216776,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31937,Op1665 -BSU_20970,yonX,AL009126.3,BSU20970,2217133,2217639,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31938,Op1666 -BSU_20980,yonV,AL009126.3,BSU20980,2217967,2219199,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31939,Op1667 -BSU_20990,yonU,AL009126.3,BSU20990,2219281,2219469,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31940,Op1668 -BSU_20999,yoyJ,AL009126.3,BSU20999,2219514,2219765,-,conserved protein of unknown function (toxin/antitoxin island)%3B phage SPbeta,No COG annotation,C0H439,Op1669 -BSU_21000,spbT,AL009126.3,BSU21000,2219784,2219960,-,toxin%3B phage SPbeta,No COG annotation,O31941,Op1670 -BSU_21010,yonS,AL009126.3,BSU21010,2220335,2220946,-,putative hydrolase lipoprotein%3B phage SPbeta,No COG annotation,O31942,Op1671 -BSU_21020,yonR,AL009126.3,BSU21020,2221061,2221387,-,putative transcriptional regulator (Xre family)%3B phage SPbeta,Transcription,O31943,Op1672 -BSU_21030,yonP,AL009126.3,BSU21030,2222340,2222534,+,hypothetical protein%3B phage SPbeta,No COG annotation,O31944,Op1673 -BSU_21040,yonO,AL009126.3,BSU21040,2222574,2225093,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31945,Op1674 -BSU_21050,hupN,AL009126.3,BSU21050,2225337,2225615,+,HU-related DNA-binding protein%3B phage SPbeta,"Replication, recombination and repair",P68573,Op1675 -BSU_21058,BSU_21058,AL009126.3,BSU21058,2226176,2226346,+,hypothetical protein%3B phage SPbeta,No COG annotation,A0A2K4Z9I9,Op1676 -BSU_21060,yonK,AL009126.3,BSU21060,2227297,2227488,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31947,Op1677 -BSU_21070,yonJ,AL009126.3,BSU21070,2227505,2228722,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31948,Op1678 -BSU_21080,yonI,AL009126.3,BSU21080,2228756,2229166,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31949,Op1679 -BSU_21090,yonH,AL009126.3,BSU21090,2229385,2229885,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31950,Op1680 -BSU_21100,yonG,AL009126.3,BSU21100,2229988,2230908,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31951,Op1681 -BSU_21110,yonF,AL009126.3,BSU21110,2230895,2232664,+,putative P-loop ATPase%3B phage SPbeta,Function unknown,O31952,Op1682 -BSU_21120,yonE,AL009126.3,BSU21120,2232682,2234202,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31953,Op1683 -BSU_21130,yonD,AL009126.3,BSU21130,2234233,2235669,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31954,Op1684 -BSU_21140,yonC,AL009126.3,BSU21140,2235694,2236230,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31955,Op1685 -BSU_21150,yonB,AL009126.3,BSU21150,2236269,2237285,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31956,Op1686 -BSU_21160,yonA,AL009126.3,BSU21160,2237321,2237791,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31957,Op1687 -BSU_21170,yomZ,AL009126.3,BSU21170,2237806,2238201,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31958,Op1688 -BSU_21180,yomY,AL009126.3,BSU21180,2238198,2238452,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31959,Op1689 -BSU_21190,yomX,AL009126.3,BSU21190,2238436,2239086,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31960,Op1690 -BSU_21200,yomW,AL009126.3,BSU21200,2239083,2239589,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31961,Op1691 -BSU_21210,yomV,AL009126.3,BSU21210,2239586,2240296,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31962,Op1692 -BSU_21220,yomU,AL009126.3,BSU21220,2240339,2241136,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31963,Op1693 -BSU_21229,youA,AL009126.3,BSU21229,2241154,2241765,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,C0H440,Op1694 -BSU_21230,yomT,AL009126.3,BSU21230,2241765,2241992,+,hypothetical protein%3B phage SPbeta,No COG annotation,O31964,Op1695 -BSU_21240,yomS,AL009126.3,BSU21240,2242056,2242412,+,putative phage-related lytic exoenzyme%3B phage SPbeta,No COG annotation,O31965,Op1696 -BSU_21250,yomR,AL009126.3,BSU21250,2242414,2243631,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31966,Op1697 -BSU_21260,yomQ,AL009126.3,BSU21260,2243642,2243992,+,putative tail phage assembly protein%3B phage SPbeta,No COG annotation,O31967,Op1698 -BSU_21270,yomP,AL009126.3,BSU21270,2243989,2244180,+,conserved phage protein of unknown function%3B phage SPbeta,No COG annotation,O31968,Op1699 -BSU_21280,yomO,AL009126.3,BSU21280,2244230,2244730,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31969,Op1700 -BSU_21290,yomN,AL009126.3,BSU21290,2244714,2245133,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31970,Op1701 -BSU_21300,yomM,AL009126.3,BSU21300,2245147,2246148,+,putative integrase%3B phage SPbeta,RNA processing and modification,O31971,Op1702 -BSU_21310,yozP,AL009126.3,BSU21310,2246151,2246480,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31972,Op1703 -BSU_21320,yomL,AL009126.3,BSU21320,2246656,2247342,-,conserved exported protein of unknown function%3B phage SPbeta,No COG annotation,O31973,Op1704 -BSU_21329,youB,AL009126.3,BSU21329,2247367,2247543,-,conserved phage protein of unknown function%3B phage SPbeta,No COG annotation,Q9K3A9,Op1705 -BSU_21330,yomK,AL009126.3,BSU21330,2247889,2248335,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31974,Op1706 -BSU_21340,yomJ,AL009126.3,BSU21340,2248417,2249100,+,protein conferring self-immunity to the host%3B phage SPbeta,No COG annotation,O31975,Op1707 -BSU_21350,cwlP,AL009126.3,BSU21350,2249154,2256011,+,lytic transglycosylase%3B SPbeta phage protein,Cell wall/membrane/envelope biogenesis,O31976,Op1708 -BSU_21360,yomH,AL009126.3,BSU21360,2256062,2256820,+,conserved protein of unknown function%3B phage SPbeta,Function unknown,O31977,Op1709 -BSU_21370,yomG,AL009126.3,BSU21370,2256832,2259459,+,putative DNA wielding protein%3B SPbeta phage,Function unknown,O31978,Op1710 -BSU_21380,yomF,AL009126.3,BSU21380,2259475,2260296,+,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31979,Op1711 -BSU_21390,yomE,AL009126.3,BSU21390,2260333,2262267,+,putative glycosyl hydrolase%3B phage SPbeta,Carbohydrate transport and metabolism,O31980,Op1712 -BSU_21400,yomD,AL009126.3,BSU21400,2262437,2263261,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31981,Op1713 -BSU_21409,BSU_21409,AL009126.3,BSU21409,2263251,2263469,+,hypothetical protein%3B phage SPbeta,No COG annotation,A0A2K4Z9K7,Op1714 -BSU_21410,blyA,AL009126.3,BSU21410,2263489,2264592,+,bacteriophage SPbeta N-acetylmuramoyl-L-alanine amidase,Cell wall/membrane/envelope biogenesis,O31982,Op1715 -BSU_21420,bhlA,AL009126.3,BSU21420,2264680,2264892,+,holin-like protein%3B bacteriophage SPbeta,Function unknown,O31983,Op1716 -BSU_21430,bhlB,AL009126.3,BSU21430,2264903,2265169,+,holin-like protein%3B bacteriophage SPbeta,Function unknown,O31984,Op1717 -BSU_21440,bdbB,AL009126.3,BSU21440,2265225,2265671,-,thiol-disulfide oxidoreductase B%3B bacteriophage SPbeta,"Post-translational modification, protein turnover, and chaperones",P68571,Op1718 -BSU_21450,sunS,AL009126.3,BSU21450,2265668,2266936,-,sublancin glycosyltransferase%3B phage SPbeta,Cell wall/membrane/envelope biogenesis,O31986,Op1718 -BSU_21460,bdbA,AL009126.3,BSU21460,2266936,2267349,-,bacteriophage SPbeta thiol-disulfide oxidoreductase,Energy production and conversion,P68569,Op1718 -BSU_21470,sunT,AL009126.3,BSU21470,2267346,2269463,-,sublancin 168 lantibiotic transporter,Defense mechanisms,P68579,Op1718 -BSU_21480,sunA,AL009126.3,BSU21480,2269521,2269691,-,sublancin 168 lantibiotic antimicrobial precursor peptide%3B SPBeta prophage,No COG annotation,P68577,Op1718 -BSU_21490,sunI,AL009126.3,BSU21490,2269988,2270305,-,protein of immunity to sublancin,No COG annotation,O31989,Op1719 -BSU_21500,uvrX,AL009126.3,BSU21500,2270407,2271657,-,lesion bypass phage DNA polymerase%3B phage SPbeta,"Replication, recombination and repair",O31990,Op1720 -BSU_21510,yolD,AL009126.3,BSU21510,2271650,2271982,-,conserved hypothetical protein%3B phage SPbeta,Function unknown,O31991,Op1720 -BSU_21520,yolC,AL009126.3,BSU21520,2272156,2272491,+,conserved phage protein of unknown function%3B phage SPbeta,No COG annotation,O31992,Op1721 -BSU_21530,yolB,AL009126.3,BSU21530,2272534,2272890,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31993,Op1722 -BSU_21540,yolA,AL009126.3,BSU21540,2272896,2273363,-,conserved exported protein of unknown function%3B SPbeta phage,Function unknown,O31994,Op1723 -BSU_21546,bsrG,AL009126.3,BSU21546,2273594,2273710,+,phage toxin%3B type I toxin-antitoxin system,No COG annotation,L8EAY0,Op1724 -BSU_21550,yokL,AL009126.3,BSU21550,2273989,2274522,-,putative N-acetyltransferase%3B phage SPbeta,"Translation, ribosomal structure and biogenesis",O31995,Op1725 -BSU_21560,yokK,AL009126.3,BSU21560,2274558,2275136,-,conserved protein of unknown function%3B phage SPbeta,Function unknown,O31996,Op1726 -BSU_21570,yokJ,AL009126.3,BSU21570,2275200,2275697,-,conserved protein of unknown function%3B phage SPbeta,Function unknown,O31997,Op1727 -BSU_21580,yokI,AL009126.3,BSU21580,2275706,2277421,-,putative RNase%3B phage SPbeta,"Intracellular trafficking, secretion, and vesicular transport",O31998,Op1728 -BSU_21590,yokH,AL009126.3,BSU21590,2277521,2278078,-,conserved protein of unknown function%3B phage SPbeta,Carbohydrate transport and metabolism,O31999,Op1729 -BSU_21598,yoyK,AL009126.3,,2278108,2278347,+,fragment of putative transposase%3B phage SPbeta,"Replication, recombination and repair",,Op1730 -BSU_21599,yoyK,AL009126.3,,2278340,2278456,+,fragment of putative transposase%3B phage SPbeta,"Replication, recombination and repair",,Op1731 -BSU_21600,yokG,AL009126.3,BSU21600,2278602,2279675,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O32000,Op1732 -BSU_21610,nukF,AL009126.3,BSU21610,2279977,2280867,+,calcium-dependent DNA nuclease%2C lipoprotein%3B phage SPbeta,"Replication, recombination and repair",O32001,Op1733 -BSU_21620,yokE,AL009126.3,BSU21620,2280881,2281363,+,conserved protein of unknown function%3B phage SPbeta,Function unknown,O32002,Op1734 -BSU_21630,aacD,AL009126.3,BSU21630,2281667,2282485,+,aminoglycoside N3'-acetyltransferase,Defense mechanisms,O32003,Op1735 -BSU_21638,BSU_21638,AL009126.3,BSU21638,2282505,2282639,-,hypothetical protein%3B phage SPbeta,No COG annotation,A0A2K4Z9K6,Op1736 -BSU_21639,BSU_21639,AL009126.3,BSU21639,2282801,2282956,-,hypothetical protein%3B phage SPbeta,No COG annotation,A0A2K4Z9K2,Op1737 -BSU_21640,yokC,AL009126.3,BSU21640,2283136,2283651,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O32004,Op1738 -BSU_21650,yokB,AL009126.3,BSU21650,2283858,2284568,-,hypothetical protein%3B phage SPbeta,No COG annotation,O32005,Op1739 -BSU_21660,sprA,AL009126.3,BSU21660,2284771,2286408,+,serine-type phage integrase%3B phage SPbeta,"Replication, recombination and repair",O32006,Op1740 -BSU_21670,spsMc,AL009126.3,,2286448,2287053,+,sporulation capsular polysaccharide biosynthesis enzyme C-terminal end%3B restored upon phage SPbeta excision,Carbohydrate transport and metabolism,,Op1741 -BSU_21680,msrB,AL009126.3,BSU21680,2287097,2287528,-,peptide methionine R-sulfoxide reductase,"Post-translational modification, protein turnover, and chaperones",P54155,Op1742 -BSU_21690,msrA,AL009126.3,BSU21690,2287529,2288062,-,peptide methionine S-sulfoxide reductase,"Post-translational modification, protein turnover, and chaperones",P54154,Op1743 -BSU_21700,ypoP,AL009126.3,BSU21700,2288194,2288619,+,putative transcriptional regulator (MarR family),Transcription,P54182,Op1744 -BSU_21710,dinF,AL009126.3,BSU21710,2288669,2290006,-,damage inducible%2C Na+ driven multidrug efflux pump,Defense mechanisms,P54181,Op1745 -BSU_21720,ypmT,AL009126.3,BSU21720,2290078,2290272,-,conserved hypothetical protein,Function unknown,P54180,Op1746 -BSU_21730,ypmS,AL009126.3,BSU21730,2290285,2290848,-,conserved protein of unknown function,Function unknown,P54179,Op1747 -BSU_21740,ypmR,AL009126.3,BSU21740,2290858,2291625,-,putative exported lipase/acylhydrolase (lipoprotein),Amino acid transport and metabolism,P40766,Op1748 -BSU_21750,scuA,AL009126.3,BSU21750,2291703,2292284,-,assembly factor BSco of the Cu(A) site of cytochrome c oxidase,Function unknown,P54178,Op1749 -BSU_21760,ypmP,AL009126.3,BSU21760,2292432,2292683,-,conserved hypothetical protein,Function unknown,P54177,Op1750 -BSU_21770,ilvA,AL009126.3,BSU21770,2292769,2294037,-,threonine dehydratase,Amino acid transport and metabolism,P37946,Op1750 -BSU_21780,silP,AL009126.3,BSU21780,2294286,2295281,+,transcriptional enhancer involved in BCAA homeostasis,Transcription,P54156,Op1751 -BSU_21790,yplQ,AL009126.3,BSU21790,2295302,2295943,+,putative membrane hydrolase,Function unknown,P54175,Op1752 -BSU_21800,ypkP,AL009126.3,BSU21800,2295982,2296602,-,putative 1-acyl-sn-glycerol-3-phosphate acyltransferase,Lipid transport and metabolism,P54174,Op1753 -BSU_21810,dfrA,AL009126.3,BSU21810,2296603,2297109,-,dihydrofolate reductase,Coenzyme transport and metabolism,P11045,Op1754 -BSU_21820,thyB,AL009126.3,BSU21820,2297106,2297900,-,thymidylate synthase B,Nucleotide transport and metabolism,P11044,Op1755 -BSU_21830,ypjQ,AL009126.3,BSU21830,2297984,2298517,-,putative phosphatidylglycerophosphatase,Lipid transport and metabolism,P54173,Op1756 -BSU_21840,ypjP,AL009126.3,BSU21840,2298535,2299146,-,conserved hypothetical protein,Function unknown,P54172,Op1757 -BSU_21850,rsmJ,AL009126.3,BSU21850,2299406,2300179,-,putative 16S rRNA m(2)G1516 methyltransferase,RNA processing and modification,P54171,Op1758 -BSU_21860,brxA,AL009126.3,BSU21860,2300221,2300655,-,protein disulfide isomerase%3B bacilliredoxin A (de-bacillithiolation),Function unknown,P54170,Op1759 -BSU_21870,ilvD,AL009126.3,BSU21870,2300762,2302438,-,dihydroxy-acid dehydratase,Amino acid transport and metabolism,P51785,Op1760 -BSU_21880,ypgR,AL009126.3,BSU21880,2302727,2303860,-,putative lyase or scaffold,Energy production and conversion,P54169,Op1761 -BSU_21890,hdhQ,AL009126.3,BSU21890,2303920,2304537,-,Mn(2+)-dependent (deoxy)ribonucleoside pyrophosphohydrolase,Function unknown,P54168,Op1762 -BSU_21900,bsaA,AL009126.3,BSU21900,2304553,2305035,-,bacillithiol peroxidase,"Post-translational modification, protein turnover, and chaperones",P52035,Op1763 -BSU_21910,metAA,AL009126.3,BSU21910,2305378,2306283,+,homoserine O-acetyltransferase,Amino acid transport and metabolism,P54167,Op1764 -BSU_21920,ugtP,AL009126.3,BSU21920,2306514,2307662,+,UDP-glucose diacylglyceroltransferase,Cell wall/membrane/envelope biogenesis,P54166,Op1765 -BSU_21925,BSU_21925,AL009126.3,BSU21925,2307743,2307889,+,hypothetical protein,No COG annotation,A0A2K4Z9J9,Op1766 -BSU_21930,cspD,AL009126.3,BSU21930,2307905,2308105,+,cold-shock protein%2C molecular chaperone%2C RNA-helicase co-factor,Transcription,P51777,Op1767 -BSU_21940,degR,AL009126.3,BSU21940,2308157,2308339,-,activator of degradative enzymes (aprE%2C nprE%2C sacB) production or activity,No COG annotation,P68731,Op1768 -BSU_21950,ypzA,AL009126.3,BSU21950,2308495,2308764,+,putative spore coat protein,Function unknown,O32007,Op1769 -BSU_21960,ypeQ,AL009126.3,BSU21960,2308792,2308974,-,conserved protein of unknown function,Function unknown,P54165,Op1770 -BSU_21970,ypeP,AL009126.3,BSU21970,2308967,2309647,-,ribonuclease,"Replication, recombination and repair",P54164,Op1771 -BSU_21980,queP,AL009126.3,BSU21980,2309730,2310419,+,preQ0 transporter (promiscuous),Function unknown,P54163,Op1772 -BSU_21990,ypdQ,AL009126.3,BSU21990,2310419,2310817,+,putative RNA binding protein (no RNase H activity),"Replication, recombination and repair",P54162,Op1773 -BSU_22000,sspL,AL009126.3,BSU22000,2310859,2310987,+,small acid-soluble spore protein,No COG annotation,Q7WY66,Op1774 -BSU_22010,exnP,AL009126.3,BSU22010,2310995,2311885,-,5'3'-exonuclease,"Replication, recombination and repair",P54161,Op1775 -BSU_22019,ypzF,AL009126.3,BSU22019,2311986,2312132,-,hypothetical protein,No COG annotation,C0H443,Op1776 -BSU_22020,ypbS,AL009126.3,BSU22020,2312207,2312464,-,spore associated protein,Function unknown,P54160,Op1777 -BSU_22030,dynA,AL009126.3,BSU22030,2312529,2316110,-,dynamin GTPase,Function unknown,P54159,Op1778 -BSU_22036,fbpC,AL009126.3,BSU22036,2316286,2316375,-,regulator of iron homeostasis,No COG annotation,L8ECR0,Op1779 -BSU_22040,bpsB,AL009126.3,BSU22040,2316446,2316952,-,alkylpyrone methyltransferase (polyketide synthesis),Function unknown,P54158,Op1780 -BSU_22050,bpsA,AL009126.3,BSU22050,2316956,2318053,-,promiscuous alkylpyrone synthase BpsA (polyketide synthesis),"Secondary metabolites biosynthesis, transport, and catabolism",P54157,Op1781 -BSU_22060,pbuX,AL009126.3,BSU22060,2318127,2319443,-,xanthine permease,Nucleotide transport and metabolism,P42086,Op1782 -BSU_22070,xpt,AL009126.3,BSU22070,2319440,2320024,-,xanthine phosphoribosyltransferase,Nucleotide transport and metabolism,P42085,Op1782 -BSU_22080,ypwA,AL009126.3,BSU22080,2320355,2321860,-,metal-dependent carboxypeptidase,Amino acid transport and metabolism,P50848,Op1783 -BSU_22090,kdgT,AL009126.3,BSU22090,2321972,2322964,-,2-keto-3-deoxygluconate permease,Inorganic ion transport and metabolism,P50847,Op1784 -BSU_22100,kdgA,AL009126.3,BSU22100,2323009,2323599,-,2-keto-3-deoxygluconate-6-phosphate aldolase,Carbohydrate transport and metabolism,P50846,Op1784 -BSU_22110,kdgK,AL009126.3,BSU22110,2323601,2324575,-,2-keto-3-deoxygluconate kinase,Carbohydrate transport and metabolism,P50845,Op1784 -BSU_22120,kdgR,AL009126.3,BSU22120,2324613,2325632,-,transcriptional repressor of the Kdg operon (KdgR-galacturonate),Transcription,P50844,Op1784 -BSU_22130,kduI,AL009126.3,BSU22130,2325854,2326681,+,4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase%2C 5-keto-4-deoxyuronate isomerase,Carbohydrate transport and metabolism,P50843,Op1785 -BSU_22140,kduD,AL009126.3,BSU22140,2326683,2327447,+,2-keto-3-deoxygluconate oxidoreductase,Lipid transport and metabolism,P50842,Op1786 -BSU_22150,ypvA,AL009126.3,BSU22150,2327488,2329413,-,putative ATP-dependent helicase,Transcription,P50831,Op1787 -BSU_22160,yptA,AL009126.3,BSU22160,2329515,2329706,-,hypothetical protein,No COG annotation,P50841,Op1788 -BSU_22169,ypzG,AL009126.3,BSU22169,2329870,2330022,+,conserved protein of unknown function,Function unknown,C0H444,Op1789 -BSU_22170,rlmKB,AL009126.3,BSU22170,2330075,2331232,-,m(7)G2069 methylase of 23S rRNA,"Replication, recombination and repair",P50840,Op1790 -BSU_22180,gpsB,AL009126.3,BSU22180,2331779,2332075,-,cell division protein,"Cell cycle control, cell division, chromosome partitioning",P0CI74,Op1791 -BSU_22190,ypsA,AL009126.3,BSU22190,2332153,2332782,-,conserved protein of unknown function,Function unknown,UPI000195C68F,Op1792 -BSU_22200,cotD,AL009126.3,BSU22200,2332784,2333011,-,spore coat protein (inner),Function unknown,P07791,Op1793 -BSU_22205,BSU_22205,AL009126.3,BSU22205,2333095,2333223,-,conserved protein of unknown function,No COG annotation,A0A2K4Z9J8,Op1794 -BSU_22210,yprB,AL009126.3,BSU22210,2333324,2334565,-,putative nucleic acid binding enzyme,"Replication, recombination and repair",P50837,Op1795 -BSU_22220,yprA,AL009126.3,BSU22220,2334581,2336830,-,putative ATP-dependent RNA helicase,"Replication, recombination and repair",P50830,Op1796 -BSU_22230,ypqE,AL009126.3,BSU22230,2336933,2337439,-,putative phosphotransferase system enzyme IIA component,Carbohydrate transport and metabolism,P50829,Op1797 -BSU_22240,ypqA,AL009126.3,BSU22240,2337577,2337996,+,putative chaperone,"Post-translational modification, protein turnover, and chaperones",P50836,Op1798 -BSU_22250,yppG,AL009126.3,BSU22250,2338017,2338394,-,putative spore coat protein%3B methionine-glutamine-rich protein,Function unknown,P50835,Op1799 -BSU_22260,yppF,AL009126.3,BSU22260,2338582,2338770,+,putative sporulation protein,No COG annotation,P50834,Op1800 -BSU_22270,yppE,AL009126.3,BSU22270,2338809,2339180,-,conserved protein of unknown function,Function unknown,P50833,Op1801 -BSU_22280,yppD,AL009126.3,BSU22280,2339226,2339471,-,putative sporulation protein,No COG annotation,P50832,Op1801 -BSU_22290,sspM,AL009126.3,BSU22290,2339670,2339774,+,small acid-soluble spore protein,No COG annotation,Q7WY65,Op1802 -BSU_22300,yppC,AL009126.3,BSU22300,2339799,2340761,-,conserved protein of unknown function,Function unknown,P39791,Op1803 -BSU_22310,recU,AL009126.3,BSU22310,2340802,2341422,+,Holliday junction resolvase,"Replication, recombination and repair",P39792,Op1804 -BSU_22320,ponA,AL009126.3,BSU22320,2341444,2344188,+,peptidoglycan glycosyltransferase (penicillin-binding proteins 1A and 1B),Cell wall/membrane/envelope biogenesis,P39793,Op1804 -BSU_22330,ypoC,AL009126.3,BSU22330,2344264,2344758,-,conserved protein of unknown function,No COG annotation,P39789,Op1805 -BSU_22340,nth,AL009126.3,BSU22340,2344755,2345414,-,endonuclease III%2C apurinic apyrimidic DNA lyase,"Replication, recombination and repair",P39788,Op1806 -BSU_22350,dnaD,AL009126.3,BSU22350,2345433,2346131,-,DNA-remodelling primosomal protein,"Replication, recombination and repair",P39787,Op1807 -BSU_22360,asnS,AL009126.3,BSU22360,2346224,2347516,-,asparaginyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P39772,Op1808 -BSU_22370,aspB,AL009126.3,BSU22370,2347660,2348841,-,anabolic oxaloacetate / glutamate aminotransferase,Amino acid transport and metabolism,P53001,Op1809 -BSU_22380,tseB,AL009126.3,BSU22380,2348864,2349349,-,suppressor of tetracyclin sensitivity of an ezrA mutant,Function unknown,P54396,Op1810 -BSU_22390,ypmA,AL009126.3,BSU22390,2349358,2349528,-,conserved protein of unknown function,Function unknown,P54395,Op1811 -BSU_22400,dinG,AL009126.3,BSU22400,2349671,2352466,-,damage inducible ATP-dependent 3'->5' nuclease,"Replication, recombination and repair",P54394,Op1812 -BSU_22410,panD,AL009126.3,BSU22410,2352592,2352975,-,aspartate 1-decarboxylase,Coenzyme transport and metabolism,P52999,Op1813 -BSU_22420,panC,AL009126.3,BSU22420,2352977,2353837,-,pantothenate synthetase,Coenzyme transport and metabolism,P52998,Op1814 -BSU_22430,panB,AL009126.3,BSU22430,2353839,2354672,-,ketopantoate hydroxymethyltransferase,Coenzyme transport and metabolism,P52996,Op1815 -BSU_22440,birA,AL009126.3,BSU22440,2354918,2355895,-,biotin acetyl-CoA-carboxylase ligase and biotin regulon repressor (BirA-biotinoyl-5'-AMP),Transcription,P0CI75,Op1816 -BSU_22450,cca,AL009126.3,BSU22450,2355880,2357073,-,tRNA nucleotidyltransferase,"Translation, ribosomal structure and biogenesis",P42977,Op1816 -BSU_22460,bshA,AL009126.3,BSU22460,2357078,2358211,-,N-acetyl-alpha-D-glucosaminyl L-malate synthase%3B malate glycosyltransferase for bacillithiol synthesis,Cell wall/membrane/envelope biogenesis,P42982,Op1816 -BSU_22470,bshBA,AL009126.3,BSU22470,2358208,2358918,-,N-acetyl-alpha-D-glucosaminyl L-malate deacetylase 1%3B malate N-acetylglucosamine N-acetyl hydrolase,Function unknown,P42981,Op1816 -BSU_22480,mgsA,AL009126.3,BSU22480,2358911,2359324,-,methylglyoxal synthase,Carbohydrate transport and metabolism,P42980,Op1816 -BSU_22490,dapB,AL009126.3,BSU22490,2359340,2360143,-,(4S)-4-hydroxy-2%2C3%2C4%2C 5-tetrahydro-(2S)-dipicolinic acid (HTPA) dehydratase reductase,Amino acid transport and metabolism,P42976,Op1816 -BSU_22500,ypjD,AL009126.3,BSU22500,2360155,2360490,-,oxidized nucleotide pyrophosphohydrolase,Function unknown,P42979,Op1816 -BSU_22510,ypjC,AL009126.3,BSU22510,2360630,2361502,+,putative integral inner membrane protein,Function unknown,P42978,Op1817 -BSU_22520,ypjB,AL009126.3,BSU22520,2361544,2362338,-,sporulation septum-associated protein,Function unknown,P54393,Op1818 -BSU_22530,ypjA,AL009126.3,BSU22530,2362407,2362964,-,conserved integral inner membrane protein of unknown function,Function unknown,P54392,Op1819 -BSU_22540,qcrC,AL009126.3,BSU22540,2363111,2363878,-,menaquinol:cytochrome c oxidoreductase (cytochrome cc subunit),Energy production and conversion,P46913,Op1820 -BSU_22550,qcrB,AL009126.3,BSU22550,2363913,2364587,-,menaquinol:cytochrome c oxidoreductase (cytochrome b subunit),Energy production and conversion,P46912,Op1820 -BSU_22560,qcrA,AL009126.3,BSU22560,2364589,2365092,-,menaquinol:cytochrome c oxidoreductase (iron-sulfur subunit),Energy production and conversion,P46911,Op1820 -BSU_22570,ypiF,AL009126.3,BSU22570,2365235,2365681,-,conserved protein of unknown function,Function unknown,P54391,Op1821 -BSU_22580,ypiB,AL009126.3,BSU22580,2365736,2366275,-,conserved protein of unknown function,Function unknown,P54390,Op1822 -BSU_22590,ypiA,AL009126.3,BSU22590,2366347,2367618,-,conserved protein of unknown function,Function unknown,P54389,Op1823 -BSU_22600,aroA,AL009126.3,BSU22600,2367954,2369240,-,3-phosphoshikimate 1-carboxyvinyltransferase (5-enolpyruvoylshikimate-3-phosphate synthase),Amino acid transport and metabolism,P20691,Op1824 -BSU_22610,tyrA,AL009126.3,BSU22610,2369251,2370366,-,prephenate dehydrogenase,Amino acid transport and metabolism,P20692,Op1824 -BSU_22620,hisC,AL009126.3,BSU22620,2370415,2371497,-,histidinol-phosphate aminotransferase%3B tyrosine/phenylalanine aminotransferase (promiscuous),Amino acid transport and metabolism,P17731,Op1824 -BSU_22630,trpA,AL009126.3,BSU22630,2371508,2372311,-,tryptophan synthase (alpha subunit),Amino acid transport and metabolism,P07601,Op1824 -BSU_22640,trpB,AL009126.3,BSU22640,2372304,2373506,-,tryptophan synthase (beta subunit),Amino acid transport and metabolism,P07600,Op1824 -BSU_22650,trpF,AL009126.3,BSU22650,2373487,2374134,-,phosphoribosylanthranilate isomerase,Amino acid transport and metabolism,P20167,Op1824 -BSU_22660,trpC,AL009126.3,,2374139,2374888,-,indole-3-glycerol phosphate synthase,Amino acid transport and metabolism,,Op1824 -BSU_22670,trpD,AL009126.3,BSU22670,2374881,2375897,-,anthranilate phosphoribosyltransferase,Amino acid transport and metabolism,P03947,Op1824 -BSU_22680,trpE,AL009126.3,BSU22680,2375869,2377416,-,anthranilate synthase,Amino acid transport and metabolism,P03963,Op1824 -BSU_22690,aroH,AL009126.3,BSU22690,2377632,2378015,-,chorismate mutase,Amino acid transport and metabolism,P19080,Op1825 -BSU_22700,aroB,AL009126.3,BSU22700,2378012,2379100,-,3-dehydroquinate synthase,Amino acid transport and metabolism,P31102,Op1826 -BSU_22710,aroF,AL009126.3,BSU22710,2379100,2380272,-,chorismate synthase,Amino acid transport and metabolism,P31104,Op1827 -BSU_22720,cheR,AL009126.3,BSU22720,2380347,2381117,-,methyl-accepting chemotaxis proteins (MCPs) methyltransferase,Cell motility,P31105,Op1828 -BSU_22730,ndk,AL009126.3,BSU22730,2381354,2381803,-,nucleoside diphosphate kinase,Nucleotide transport and metabolism,P31103,Op1829 -BSU_22740,hepT,AL009126.3,BSU22740,2381919,2382965,-,heptaprenyl diphosphate synthase component II,Coenzyme transport and metabolism,P31114,Op1830 -BSU_22750,menG,AL009126.3,BSU22750,2382907,2383608,-,demethylmenaquinone methyltransferase,Coenzyme transport and metabolism,P31113,Op1831 -BSU_22760,hepS,AL009126.3,BSU22760,2383615,2384370,-,heptaprenyl diphosphate synthase component I,Coenzyme transport and metabolism,P31112,Op1832 -BSU_22770,mtrB,AL009126.3,BSU22770,2384534,2384761,-,tryptophan operon RNA-binding attenuation protein (TRAP),Transcription,P19466,Op1833 -BSU_22780,folEA,AL009126.3,BSU22780,2384783,2385355,-,GTP cyclohydrolase I,Coenzyme transport and metabolism,P19465,Op1833 -BSU_22790,hbs,AL009126.3,BSU22790,2385543,2385821,-,non-specific DNA-binding protein HBsu,"Replication, recombination and repair",P08821,Op1834 -BSU_22800,spoIVA,AL009126.3,BSU22800,2386195,2387673,-,morphogenetic stage IV sporulation protein,Function unknown,P35149,Op1835 -BSU_22810,yphF,AL009126.3,BSU22810,2387854,2388588,-,putative lipoprotein of unknown function,No COG annotation,P39911,Op1836 -BSU_22820,yphE,AL009126.3,BSU22820,2388610,2388813,-,conserved protein of unknown function,Function unknown,P50744,Op1837 -BSU_22830,gpsA,AL009126.3,BSU22830,2389151,2390188,-,NADPH-dependent glycerol-3-phosphate dehydrogenase,Lipid transport and metabolism,P46919,Op1838 -BSU_22840,der,AL009126.3,BSU22840,2390206,2391516,-,GTPase essential for ribosome 50S subunit assembly (maturation of the 50S subunit central protoberance),Function unknown,P50743,Op1839 -BSU_22849,ypzH,AL009126.3,BSU22849,2391670,2391864,-,conserved protein of unknown function,No COG annotation,C0H445,Op1840 -BSU_22850,yphB,AL009126.3,BSU22850,2391861,2392754,-,conserved membrane protein of unknown function,Function unknown,P50742,Op1840 -BSU_22860,yphA,AL009126.3,BSU22860,2392751,2393350,-,conserved membrane protein of unknown function,No COG annotation,P50741,Op1840 -BSU_22869,ypzI,AL009126.3,BSU22869,2393428,2393559,+,putative sporulation-related protein,Function unknown,UPI000197617F,Op1841 -BSU_22870,fni,AL009126.3,BSU22870,2393602,2394651,-,isopentenyl diphosphate isomerase (typeII),Energy production and conversion,P50740,Op1842 -BSU_22880,rpfA,AL009126.3,BSU22880,2394664,2395812,-,RNA degradation presenting factor (ribosomal protein S1 homolog),"Translation, ribosomal structure and biogenesis",P38494,Op1843 -BSU_22890,cmk,AL009126.3,BSU22890,2396045,2396719,-,cytidylate kinase,Nucleotide transport and metabolism,P38493,Op1844 -BSU_22900,ypfB,AL009126.3,BSU22900,2396798,2396974,-,conserved hypothetical protein,Function unknown,P38492,Op1845 -BSU_22910,dgrA,AL009126.3,BSU22910,2397019,2397672,-,cyclic di-GMP receptor,Cell wall/membrane/envelope biogenesis,P38491,Op1846 -BSU_22920,sleC,AL009126.3,BSU22920,2397765,2399117,-,spore germination membrane component,Coenzyme transport and metabolism,P38490,Op1847 -BSU_22930,sleB,AL009126.3,BSU22930,2399152,2400069,-,spore germination cortex-lytic enzyme,Cell wall/membrane/envelope biogenesis,P50739,Op1847 -BSU_22940,prsW,AL009126.3,BSU22940,2400208,2400864,-,protease required for RsiW anti-sigma(W) degradation,Function unknown,P50738,Op1848 -BSU_22950,ypdA,AL009126.3,BSU22950,2400984,2401958,-,putative bacillithiol biosynthesis thiol disulfide oxidoreductase,"Post-translational modification, protein turnover, and chaperones",P50736,Op1849 -BSU_22960,gudB,AL009126.3,BSU22960,2402067,2403350,-,cryptic glutamate dehydrogenase (active after removal of a 9 bp insert),Amino acid transport and metabolism,P50735,Op1850 -BSU_22970,mecB,AL009126.3,BSU22970,2403506,2404090,-,adaptor to ClpC%3B regulator of competence and sporulation,Cell motility,P50734,Op1851 -BSU_22980,ypbG,AL009126.3,BSU22980,2404249,2405028,-,putative phosphoesterase,Function unknown,P50733,Op1852 -BSU_22990,ypbF,AL009126.3,BSU22990,2405114,2405557,-,conserved protein of unknown function,Function unknown,P50732,Op1853 -BSU_23000,ypbE,AL009126.3,BSU23000,2405620,2406342,-,putative enzyme possibly involved in cell wall turnover,Cell wall/membrane/envelope biogenesis,P50731,Op1854 -BSU_23010,ypbD,AL009126.3,BSU23010,2406293,2406862,-,conserved membrane protein of unknown function,Function unknown,P50730,Op1855 -BSU_23020,recS,AL009126.3,BSU23020,2406922,2408412,-,ATP-dependent DNA helicase,"Replication, recombination and repair",P50729,Op1856 -BSU_23030,gmmB,AL009126.3,BSU23030,2408405,2409463,-,subunit of the platform for genome maintenance machinery,Function unknown,P50728,Op1857 -BSU_23040,fer,AL009126.3,BSU23040,2409729,2409977,+,ferredoxin,Energy production and conversion,P50727,Op1858 -BSU_23050,fmnP,AL009126.3,BSU23050,2410017,2410589,-,FMN permease,"Intracellular trafficking, secretion, and vesicular transport",P50726,Op1859 -BSU_23070,serA,AL009126.3,BSU23070,2411086,2412663,+,3-phosphoglycerate dehydrogenase,Amino acid transport and metabolism,P35136,Op1860 -BSU_23080,aroC,AL009126.3,BSU23080,2412706,2413473,-,3-dehydroquinate dehydratase,Amino acid transport and metabolism,P35146,Op1861 -BSU_23090,rsiX,AL009126.3,BSU23090,2413585,2414691,-,negative regulator of sigma(X) activity,No COG annotation,P35166,Op1862 -BSU_23100,sigX,AL009126.3,BSU23100,2414627,2415211,-,RNA polymerase ECF(extracytoplasmic function)-type sigma factor sigma(X),Transcription,P35165,Op1862 -BSU_23110,resE,AL009126.3,BSU23110,2415415,2417184,-,two-component sensor histidine kinase (ResD / ResE),Signal transduction mechanisms,P35164,Op1863 -BSU_23120,resD,AL009126.3,BSU23120,2417181,2417903,-,two-component response regulator (ResD / ResE),Signal transduction mechanisms,P35163,Op1863 -BSU_23130,resC,AL009126.3,BSU23130,2417984,2419159,-,factor required for cytochrome c synthesis,"Post-translational modification, protein turnover, and chaperones",P35162,Op1863 -BSU_23140,resB,AL009126.3,BSU23140,2419179,2420807,-,factor required for cytochrome c synthesis,"Post-translational modification, protein turnover, and chaperones",P35161,Op1863 -BSU_23150,resA,AL009126.3,BSU23150,2420804,2421343,-,extracytoplasmic thioredoxin involved in cytochrome c maturation (lipoprotein),Energy production and conversion,P35160,Op1863 -BSU_23160,rluB,AL009126.3,BSU23160,2421438,2422172,-,23S rRNA pseudouridine 2633 (%3D2605 standard) pseudouridine synthase,"Translation, ribosomal structure and biogenesis",P35159,Op1864 -BSU_23170,spmB,AL009126.3,BSU23170,2422264,2422800,-,spore maturation protein,Function unknown,P35158,Op1865 -BSU_23180,spmA,AL009126.3,BSU23180,2422805,2423395,-,spore maturation protein,Function unknown,P35157,Op1865 -BSU_23190,dacB,AL009126.3,BSU23190,2423383,2424531,-,D-alanyl-D-alanine carboxypeptidase (penicillin-binding protein 5*) (required for spore cortex),Cell wall/membrane/envelope biogenesis,P35150,Op1865 -BSU_23200,ypuI,AL009126.3,BSU23200,2424654,2425193,-,conserved protein of unknown function,Function unknown,P35156,Op1866 -BSU_23210,spcB,AL009126.3,BSU23210,2425248,2425841,-,chromosome condensation and segregation factor,"Cell cycle control, cell division, chromosome partitioning",P35155,Op1866 -BSU_23220,scpA,AL009126.3,BSU23220,2425831,2426586,-,chromosome condensation and partitioning factor,"Cell cycle control, cell division, chromosome partitioning",P35154,Op1866 -BSU_23230,ypuF,AL009126.3,BSU23230,2426867,2427391,+,conserved protein of unknown function,Function unknown,P17617,Op1867 -BSU_23240,ypzK,AL009126.3,BSU23240,2427405,2427779,-,putative riboflavin synthesis-related N-acetyltransferase,Transcription,P17622,Op1868 -BSU_23250,ribH,AL009126.3,BSU23250,2427892,2428356,-,6%2C7-dimethyl-8-ribityllumazine synthase%2C beta subunit,Coenzyme transport and metabolism,P11998,Op1868 -BSU_23260,ribBA,AL009126.3,BSU23260,2428389,2429585,-,fused 3%2C4-dihydroxy-2-butanone 4-phosphate synthase and GTP cyclohydrolase II,Coenzyme transport and metabolism,P17620,Op1868 -BSU_23270,ribE,AL009126.3,BSU23270,2429600,2430247,-,riboflavin synthase (alpha subunit),Coenzyme transport and metabolism,P16440,Op1868 -BSU_23280,ribD,AL009126.3,BSU23280,2430258,2431343,-,fused diaminohydroxyphosphoribosylaminopyrimidine deaminase%3B 5-amino-6-(5-phosphoribosylamino) uracil reductase,Coenzyme transport and metabolism,P17618,Op1868 -BSU_23300,ypuD,AL009126.3,BSU23300,2431737,2432081,-,conserved protein of unknown function,No COG annotation,P17616,Op1869 -BSU_23310,sipS,AL009126.3,BSU23310,2432316,2432870,-,type I signal peptidase,"Intracellular trafficking, secretion, and vesicular transport",P28628,Op1870 -BSU_23320,ypzC,AL009126.3,BSU23320,2433137,2433373,+,hypothetical protein,No COG annotation,O32012,Op1871 -BSU_23328,ypzJ,AL009126.3,BSU23328,2433316,2433522,-,conserved hypothetical protein,Function unknown,C0H447,Op1872 -BSU_23329,ypuC,AL009126.3,,2433631,2433885,-,fragment of hypothetical protein,No COG annotation,,Op1873 -BSU_23330,ypuC,AL009126.3,,2433878,2434165,-,fragment of hypothetical protein,Function unknown,,Op1873 -BSU_23340,ypuB,AL009126.3,BSU23340,2434143,2434346,-,hypothetical protein,No COG annotation,P35151,Op1873 -BSU_23349,BSU_23349,AL009126.3,,2434755,2434871,+,hypothetical protein,No COG annotation,,Op1874 -BSU_23350,ypzD,AL009126.3,BSU23350,2435012,2435224,+,putative germination protein,No COG annotation,O32013,Op1875 -BSU_23360,ppiB,AL009126.3,BSU23360,2435360,2435791,-,peptidyl-prolyl isomerase,"Post-translational modification, protein turnover, and chaperones",P35137,Op1876 -BSU_23370,ypuA,AL009126.3,BSU23370,2436045,2436917,+,putative exported protein,Function unknown,P31847,Op1877 -BSU_23380,lysA,AL009126.3,BSU23380,2436947,2438266,-,meso-2%2C6-diaminopimelate decarboxylase,Amino acid transport and metabolism,P23630,Op1878 -BSU_23390,spoVAF,AL009126.3,BSU23390,2438372,2439853,-,stage V sporulation protein AF,Amino acid transport and metabolism,P31845,Op1879 -BSU_23401,spoVAEA,AL009126.3,BSU23401,2439804,2440415,-,stage V sporulation germinant protein,Function unknown,P40870,Op1879 -BSU_23402,spoVAEB,AL009126.3,BSU23402,2440423,2440773,-,spore germinant protein,Function unknown,C0H450,Op1879 -BSU_23410,spoVAD,AL009126.3,BSU23410,2440775,2441791,-,stage V sporulation protein AD (uptake of pyridine-2%2C6-dicarboxylic acid),Lipid transport and metabolism,P40869,Op1879 -BSU_23420,spoVAC,AL009126.3,BSU23420,2441804,2442256,-,mechanosensitive channel%3B stage V sporulation protein AC,Function unknown,P40868,Op1879 -BSU_23430,spoVAB,AL009126.3,BSU23430,2442269,2442694,-,stage V sporulation protein AB,Function unknown,P40867,Op1879 -BSU_23440,spoVAA,AL009126.3,BSU23440,2442684,2443304,-,stage V sporulation protein AA,Function unknown,P40866,Op1879 -BSU_23450,sigF,AL009126.3,BSU23450,2443429,2444196,-,RNA polymerase sporulation-specific sigma factor (sigma-F),Transcription,P07860,Op1880 -BSU_23460,spoIIAB,AL009126.3,BSU23460,2444208,2444648,-,anti-sigma factor (antagonist of sigma(F)) and serine kinase,Nucleotide transport and metabolism,P10728,Op1880 -BSU_23470,spoIIAA,AL009126.3,BSU23470,2444645,2444998,-,anti-anti-sigma factor (antagonist of SpoIIAB),Signal transduction mechanisms,P10727,Op1880 -BSU_23480,dacF,AL009126.3,BSU23480,2445094,2446263,-,D-alanyl-D-alanine carboxypeptidase (penicilin binding protein),Cell wall/membrane/envelope biogenesis,P38422,Op1880 -BSU_23490,pupG,AL009126.3,BSU23490,2446418,2447233,-,purine nucleoside phosphorylase,Nucleotide transport and metabolism,P46354,Op1881 -BSU_23500,deoB,AL009126.3,BSU23500,2447246,2448430,-,1%2C5-phosphopentomutase,Carbohydrate transport and metabolism,P46353,Op1881 -BSU_23510,ripX,AL009126.3,BSU23510,2448591,2449481,-,site-specific tyrosine recombinase for chromosome partitioning,"Replication, recombination and repair",P46352,Op1882 -BSU_23519,yqzK,AL009126.3,BSU23519,2449489,2449716,-,conserved protein of unknown function,Function unknown,C0H451,Op1883 -BSU_23520,fur,AL009126.3,BSU23520,2449841,2450290,-,transcriptional regulator for iron transport and metabolism,Inorganic ion transport and metabolism,P54574,Op1884 -BSU_23530,spoIIM,AL009126.3,BSU23530,2450403,2451047,-,autolysin component for dissolution of the septal cell wall (stage II sporulation),Function unknown,P37873,Op1885 -BSU_23540,yqkK,AL009126.3,BSU23540,2451148,2451363,-,conserved protein of unknown function,No COG annotation,P54573,Op1886 -BSU_23550,mleA,AL009126.3,BSU23550,2451463,2452782,-,catabolic NAD-dependent malic enzyme (conversion of malate into pyruvate),Energy production and conversion,P54572,Op1887 -BSU_23560,mleN,AL009126.3,BSU23560,2452800,2454206,-,malate-H+/Na+-lactate antiporter,Energy production and conversion,P54571,Op1888 -BSU_23570,ansB,AL009126.3,BSU23570,2454347,2455774,-,L-aspartase (aspartate ammonia lyase),Amino acid transport and metabolism,P26899,Op1889 -BSU_23580,ansA,AL009126.3,BSU23580,2455819,2456808,-,exported L-asparaginase,Amino acid transport and metabolism,P26900,Op1889 -BSU_23590,ansR,AL009126.3,BSU23590,2456990,2457340,+,transcriptional regulator of ansAB (Xre family),Transcription,Q07683,Op1890 -BSU_23600,yqxK,AL009126.3,BSU23600,2457349,2458512,-,putative nucleotide binding protein,"Replication, recombination and repair",P38423,Op1891 -BSU_23610,nudF,AL009126.3,BSU23610,2458509,2459066,-,isopentenyl pyrophosphate and dimethylallyl pyrophosphate diphosphatase (moonlighting ADP-ribose pyrophosphatase),"Replication, recombination and repair",P54570,Op1892 -BSU_23616,mciZ,AL009126.3,BSU23616,2459141,2459263,+,cell division inhibitor,No COG annotation,L8EBJ9,Op1893 -BSU_23620,yqkF,AL009126.3,BSU23620,2459326,2460246,+,NADPH-dependent aldo-keto reductase (acts on 4-hydroxy-2%2C3-trans-nonenal),Energy production and conversion,P54569,Op1894 -BSU_23630,yqkE,AL009126.3,BSU23630,2460278,2460502,-,conserved protein of unknown function,Function unknown,P54568,Op1895 -BSU_23640,yqkD,AL009126.3,BSU23640,2460664,2461581,+,putative hydrolase,Function unknown,P54567,Op1896 -BSU_23650,yqkC,AL009126.3,BSU23650,2461621,2461860,-,conserved protein of unknown function,Function unknown,P54566,Op1897 -BSU_23660,yqkB,AL009126.3,BSU23660,2461873,2462196,-,conserved protein of unknown function,Function unknown,P54565,Op1897 -BSU_23670,yqkA,AL009126.3,BSU23670,2462193,2463224,-,conserved protein of unknown function,Transcription,P54564,Op1897 -BSU_23680,yqjZ,AL009126.3,BSU23680,2463217,2463561,-,putative degradation enzyme (oxygenase),Function unknown,P54563,Op1897 -BSU_23690,yqjY,AL009126.3,BSU23690,2463571,2464041,-,putative N-acetyltransferase,Transcription,P54562,Op1897 -BSU_23700,yqjX,AL009126.3,BSU23700,2464227,2464565,-,conserved protein of unknown function,Function unknown,P54561,Op1898 -BSU_23710,polYB,AL009126.3,BSU23710,2464562,2465800,-,Y family DNA polymerase V bypassing lesions during replication,"Replication, recombination and repair",P54560,Op1898 -BSU_23720,yqzH,AL009126.3,BSU23720,2465966,2466172,+,conserved protein of unknown function,No COG annotation,O32014,Op1899 -BSU_23730,yqjV,AL009126.3,BSU23730,2466721,2467953,+,putative efflux transporter,Carbohydrate transport and metabolism,P54559,Op1900 -BSU_23740,yqjU,AL009126.3,BSU23740,2467800,2468162,+,hypothetical protein,No COG annotation,UPI000013BF29,Op1900 -BSU_23750,yqjT,AL009126.3,BSU23750,2468159,2468545,-,putative lyase,Amino acid transport and metabolism,P54557,Op1901 -BSU_23760,coaA,AL009126.3,BSU23760,2468549,2469508,-,pantothenate kinase,Nucleotide transport and metabolism,P54556,Op1901 -BSU_23770,dsdA,AL009126.3,BSU23770,2469580,2470926,-,D-serine ammonia-lyase,Amino acid transport and metabolism,P54555,Op1901 -BSU_23780,yqjQ,AL009126.3,BSU23780,2471002,2471781,-,putative metabolite dehydrogenase%2C NAD-binding,Function unknown,P54554,Op1901 -BSU_23790,yqjP,AL009126.3,BSU23790,2471787,2472746,-,putative metal-dependent hydrolase,Function unknown,P54553,Op1901 -BSU_23800,proI,AL009126.3,BSU23800,2473151,2473987,+,pyrroline-5-carboxylate reductase (NADP-dependent%2C weak activity),Amino acid transport and metabolism,P54552,Op1902 -BSU_23810,yqjN,AL009126.3,BSU23810,2474028,2475671,-,putative N-deacylase,Amino acid transport and metabolism,P54551,Op1903 -BSU_23820,yqjM,AL009126.3,BSU23820,2475843,2476859,+,NADPH-dependent flavin oxidoreductase (acting on cinnamaldehyde-related compounds),Energy production and conversion,P54550,Op1904 -BSU_23830,yqjL,AL009126.3,BSU23830,2476969,2477730,+,putative hydrolase,Function unknown,P54549,Op1905 -BSU_23836,rpmGCc,AL009126.3,,2477777,2477899,-,ribosomal protein L33* pseudogene,"Translation, ribosomal structure and biogenesis",,Op1906 -BSU_23837,rpmGCn,AL009126.3,,2477892,2477924,-,ribosomal protein L33C pseudogene,No COG annotation,,Op1907 -BSU_23840,rnz,AL009126.3,BSU23840,2478006,2478929,-,ribonuclease Z,Function unknown,P54548,Op1908 -BSU_23850,zwf,AL009126.3,BSU23850,2479156,2480625,+,glucose-6-phosphate 1-dehydrogenase (NADP-dependent),Carbohydrate transport and metabolism,P54547,Op1909 -BSU_23860,gndA,AL009126.3,BSU23860,2480750,2482159,-,NADP+-dependent 6-P-gluconate dehydrogenase,Carbohydrate transport and metabolism,P80859,Op1910 -BSU_23870,polYA,AL009126.3,BSU23870,2482269,2483513,-,DNA-damage lesion bypass DNA polymerase,"Replication, recombination and repair",P54545,Op1910 -BSU_23880,mifM,AL009126.3,BSU23880,2483586,2483873,+,regulator of OxaAB translation,No COG annotation,Q7WY64,Op1911 -BSU_23890,oxaAB,AL009126.3,BSU23890,2483904,2484731,+,Sec-independent factor for membrane protein insertion (YidC/SpoIIIJ family),"Intracellular trafficking, secretion, and vesicular transport",P54544,Op1912 -BSU_23900,yqjF,AL009126.3,BSU23900,2484911,2485639,+,conserved protein of unknown function,Function unknown,P54543,Op1913 -BSU_23910,yqjE,AL009126.3,BSU23910,2485680,2486795,-,putative peptidase or deacylase,Amino acid transport and metabolism,P54542,Op1914 -BSU_23920,yqjD,AL009126.3,BSU23920,2486813,2488336,-,putative propionyl-CoA carboxylase beta chain,Lipid transport and metabolism,P54541,Op1915 -BSU_23930,yqjC,AL009126.3,BSU23930,2488329,2488751,-,putative methylmalonyl-CoA epimerase,Amino acid transport and metabolism,P54540,Op1916 -BSU_23940,yqjB,AL009126.3,BSU23940,2488953,2489483,-,putative L%2CD-transpeptidase,Function unknown,P54539,Op1917 -BSU_23950,yqjA,AL009126.3,BSU23950,2489535,2490503,-,conserved protein of unknown function,Function unknown,P54538,Op1918 -BSU_23960,artR,AL009126.3,BSU23960,2490574,2491296,-,high affinity arginine ABC transporter (ATP-binding protein),Amino acid transport and metabolism,P54537,Op1919 -BSU_23970,artQ,AL009126.3,BSU23970,2491289,2491948,-,high affinity arginine ABC transporter (permease),Amino acid transport and metabolism,P54536,Op1920 -BSU_23980,artP,AL009126.3,BSU23980,2492029,2492796,-,high affinity arginine ABC transporter binding lipoprotein,Amino acid transport and metabolism,P54535,Op1921 -BSU_23990,brxB,AL009126.3,BSU23990,2493064,2493501,-,bacilliredoxin B (de-bacillithiolation),Function unknown,P54534,Op1922 -BSU_24000,bmrU,AL009126.3,BSU24000,2493662,2494555,+,putative lipid kinase BmrU,Lipid transport and metabolism,P39074,Op1923 -BSU_24010,bmr,AL009126.3,BSU24010,2494656,2495825,+,multidrug-efflux transporter,Amino acid transport and metabolism,P33449,Op1923 -BSU_24020,bmrR,AL009126.3,BSU24020,2495898,2496734,+,transcriptional regulator (MerR family),Transcription,P39075,Op1923 -BSU_24030,bkdB,AL009126.3,BSU24030,2496796,2498070,-,branched-chain alpha-keto acid dehydrogenase E2 subunit (lipoamide acyltransferase),Energy production and conversion,P37942,Op1924 -BSU_24040,bkdAB,AL009126.3,BSU24040,2498093,2499076,-,branched-chain alpha-keto acid dehydrogenase E1 subunit,Energy production and conversion,P37941,Op1924 -BSU_24050,bkdAA,AL009126.3,BSU24050,2499090,2500082,-,branched-chain alpha-keto acid dehydrogenase E1 subunit,Energy production and conversion,P37940,Op1924 -BSU_24060,lpdV,AL009126.3,BSU24060,2500104,2501528,-,branched-chain alpha-keto acid dehydrogenase E3 subunit (dihydrolipoamide dehydrogenase),Energy production and conversion,P54533,Op1924 -BSU_24070,buk,AL009126.3,BSU24070,2501549,2502640,-,branched-chain fatty-acid kinase,Energy production and conversion,P54532,Op1924 -BSU_24080,bcd,AL009126.3,BSU24080,2502659,2503753,-,branched-chain amino acid dehydrogenase,Amino acid transport and metabolism,P54531,Op1924 -BSU_24090,ptb,AL009126.3,BSU24090,2503765,2504664,-,phosphate BCFA and butyryl coenzyme A transferase,Energy production and conversion,P54530,Op1924 -BSU_24100,bkdR,AL009126.3,BSU24100,2504789,2506867,-,transcriptional regulator,Transcription,P54529,Op1925 -BSU_24110,yqzF,AL009126.3,BSU24110,2507020,2507256,+,conserved protein of unknown function,Function unknown,O32015,Op1926 -BSU_24120,mmgF,AL009126.3,BSU24120,2507298,2508203,-,2-methylisocitrate lyase,Carbohydrate transport and metabolism,P54528,Op1927 -BSU_24130,mmgE,AL009126.3,BSU24130,2508221,2509639,-,2-methylcitrate dehydratase (promiscuous),Function unknown,P45859,Op1927 -BSU_24140,mmgD,AL009126.3,BSU24140,2509654,2510772,-,bifunctional citrate synthase/2-methylcitrate synthase,Energy production and conversion,P45858,Op1927 -BSU_24150,mmgC,AL009126.3,BSU24150,2510806,2511945,-,propionyl-CoA dehydrogenase subunit,Lipid transport and metabolism,P45857,Op1927 -BSU_24160,mmgB,AL009126.3,BSU24160,2511973,2512836,-,3-hydroxybutyryl-CoA dehydrogenase,Lipid transport and metabolism,P45856,Op1927 -BSU_24170,mmgA,AL009126.3,BSU24170,2512861,2514042,-,degradative acetoacetyl-CoA thiolase,Lipid transport and metabolism,P45855,Op1927 -BSU_24180,glpQ,AL009126.3,BSU24180,2514169,2514900,-,glycerophosphodiester phosphodiesterase (exolytic cleavage of individual teichoic acid monomer units),Energy production and conversion,P54527,Op1928 -BSU_24190,yqiI,AL009126.3,BSU24190,2514979,2515599,-,N-acetylmuramoyl-L-alanine amidase,Cell wall/membrane/envelope biogenesis,P54525,Op1928 -BSU_24200,yqiH,AL009126.3,BSU24200,2515614,2515907,-,putative lipoprotein,No COG annotation,P40770,Op1928 -BSU_24205,BSU_24205,AL009126.3,BSU24205,2516215,2516367,+,hypothetical protein,No COG annotation,A0A2K4Z9K5,Op1929 -BSU_24210,yqiG,AL009126.3,BSU24210,2516440,2517558,+,putative NADH-dependent flavin oxidoreductase,Energy production and conversion,P54524,Op1930 -BSU_24220,spo0A,AL009126.3,BSU24220,2518023,2518826,-,response regulator%2C phosphorylated in response to complex YlbF/YmcA/YaaT,Transcription,P06534,Op1931 -BSU_24230,spoIVB,AL009126.3,BSU24230,2519102,2520382,-,regulatory membrane-associated serine protease,Cell wall/membrane/envelope biogenesis,P17896,Op1932 -BSU_24240,recN,AL009126.3,BSU24240,2520557,2522287,-,factor for double strand breaks DNA repair and genetic recombination,"Replication, recombination and repair",P17894,Op1933 -BSU_24250,argR,AL009126.3,BSU24250,2522324,2522773,-,transcriptional regulator (AhrC(ArgR)-arginine),Transcription,P17893,Op1933 -BSU_24260,yqxC,AL009126.3,BSU24260,2522871,2523716,-,putative 2'-O-ribose RNA methyltransferase,"Translation, ribosomal structure and biogenesis",P19672,Op1934 -BSU_24270,dxs,AL009126.3,BSU24270,2523713,2525614,-,1-deoxyxylulose-5-phosphate synthase,Coenzyme transport and metabolism,P54523,Op1935 -BSU_24280,ispA,AL009126.3,BSU24280,2525789,2526679,-,farnesyl diphosphate synthase,Coenzyme transport and metabolism,P54383,Op1936 -BSU_24290,xseB,AL009126.3,BSU24290,2526669,2526923,-,exodeoxyribonuclease VII (small subunit),"Replication, recombination and repair",P54522,Op1937 -BSU_24300,xseA,AL009126.3,BSU24300,2526920,2528266,-,exodeoxyribonuclease VII (large subunit),"Replication, recombination and repair",P54521,Op1938 -BSU_24310,folD,AL009126.3,BSU24310,2528404,2529255,-,methylenetetrahydrofolate dehydrogenase%3B methenyltetrahydrofolate cyclohydrolase,Nucleotide transport and metabolism,P54382,Op1939 -BSU_24320,nusB,AL009126.3,BSU24320,2529267,2529662,-,transcription termination factor NusB,Transcription,P54520,Op1939 -BSU_24330,yqhY,AL009126.3,BSU24330,2529926,2530333,-,alkaline shock protein,Function unknown,P54519,Op1940 -BSU_24340,accC,AL009126.3,BSU24340,2530354,2531706,-,acetyl-CoA carboxylase subunit (biotin carboxylase subunit),Lipid transport and metabolism,P49787,Op1940 -BSU_24350,accB,AL009126.3,BSU24350,2531718,2532197,-,acetyl-CoA carboxylase subunit (biotin carboxyl carrier subunit),Lipid transport and metabolism,P49786,Op1940 -BSU_24360,spoIIIAH,AL009126.3,BSU24360,2532353,2533009,-,stage III sporulation ratchet engulfment protein,Function unknown,P49785,Op1941 -BSU_24370,spoIIIAG,AL009126.3,BSU24370,2533010,2533699,-,stage III sporulation engulfment assembly protein,Function unknown,P49784,Op1941 -BSU_24380,spoIIIAF,AL009126.3,BSU24380,2533692,2534312,-,stage III sporulation protein (feeding tube apparatus),Function unknown,P49783,Op1941 -BSU_24390,spoIIIAE,AL009126.3,BSU24390,2534326,2535525,-,stage III sporulation protein (feeding tube apparatus),Function unknown,P49782,Op1941 -BSU_24400,spoIIIAD,AL009126.3,BSU24400,2535544,2535945,-,stage III sporulation protein (feeding tube apparatus),Function unknown,P49781,Op1941 -BSU_24410,spoIIIAC,AL009126.3,BSU24410,2535952,2536158,-,stage III sporulation protein (feeding tube apparatus),Function unknown,P49780,Op1941 -BSU_24420,spoIIIAB,AL009126.3,BSU24420,2536181,2536696,-,stage III sporulation protein (feeding tube apparatus),Function unknown,Q01368,Op1941 -BSU_24430,spoIIIAA,AL009126.3,BSU24430,2536690,2537613,-,ATP-binding stage III sporulation protein,Function unknown,Q01367,Op1941 -BSU_24440,yqhV,AL009126.3,BSU24440,2537689,2537970,-,conserved protein of unknown function,Function unknown,P49779,Op1941 -BSU_24450,efp,AL009126.3,BSU24450,2538115,2538672,-,elongation factor P,"Translation, ribosomal structure and biogenesis",P49778,Op1942 -BSU_24460,papA,AL009126.3,BSU24460,2538697,2539758,-,aminopeptidase (Met-Xaa and Xaa-Pro%2C Xaa-Pro-Xaa),Amino acid transport and metabolism,P54518,Op1943 -BSU_24470,yqhS,AL009126.3,BSU24470,2539755,2540201,-,3-dehydroquinate dehydratase%2C type II,Amino acid transport and metabolism,P54517,Op1944 -BSU_24480,yqhR,AL009126.3,BSU24480,2540288,2540824,-,putative integral inner membrane protein,Function unknown,P54516,Op1945 -BSU_24490,yqhQ,AL009126.3,BSU24490,2541051,2542007,+,conserved protein of unknown function,Function unknown,P54515,Op1946 -BSU_24500,yqhP,AL009126.3,BSU24500,2542047,2542442,+,conserved protein of unknown function,No COG annotation,P54514,Op1946 -BSU_24510,yqhO,AL009126.3,BSU24510,2542439,2543314,-,putative lipase / acyl esterase,Function unknown,P54513,Op1947 -BSU_24520,mntR,AL009126.3,BSU24520,2543440,2543868,-,transcriptional regulator (hydrogen peroxide sensing%2C allosterically regulated by Mn2+),Transcription,P54512,Op1948 -BSU_24530,lipM,AL009126.3,BSU24530,2543968,2544804,-,protein octanoyltransferase,Coenzyme transport and metabolism,P54511,Op1949 -BSU_24540,yqhL,AL009126.3,BSU24540,2544995,2545375,+,putative sulfur transferase,Inorganic ion transport and metabolism,P54510,Op1950 -BSU_24550,gcvPB,AL009126.3,BSU24550,2545410,2546876,-,glycine decarboxylase (subunit 2) (glycine cleavage system protein P),Amino acid transport and metabolism,P54377,Op1951 -BSU_24560,gcvPA,AL009126.3,BSU24560,2546869,2548215,-,glycine decarboxylase (subunit 1) (glycine cleavage system protein P),Amino acid transport and metabolism,P54376,Op1951 -BSU_24570,gcvT,AL009126.3,BSU24570,2548245,2549333,-,aminomethyltransferase (glycine cleavage system protein T),Amino acid transport and metabolism,P54378,Op1951 -BSU_24580,yqhH,AL009126.3,BSU24580,2549775,2551448,+,putative RNA polymerase-associated helicase protein,"Replication, recombination and repair",P54509,Op1952 -BSU_24590,yqhG,AL009126.3,BSU24590,2551469,2552263,+,conserved protein of unknown function,Function unknown,P54508,Op1953 -BSU_24600,sinI,AL009126.3,BSU24600,2552446,2552619,+,antagonist of SinR,Function unknown,P23308,Op1954 -BSU_24610,sinR,AL009126.3,BSU24610,2552653,2552988,+,master regulator of biofilm formation,Transcription,P06533,Op1954 -BSU_24620,tasA,AL009126.3,BSU24620,2553081,2553866,-,major biofilm matrix component,Function unknown,P54507,Op1955 -BSU_24630,sipW,AL009126.3,BSU24630,2553930,2554502,-,type I signal peptidase,"Intracellular trafficking, secretion, and vesicular transport",P54506,Op1955 -BSU_24640,tapA,AL009126.3,BSU24640,2554486,2555247,-,lipoprotein for biofilm formation,No COG annotation,P40949,Op1955 -BSU_24650,yqzG,AL009126.3,BSU24650,2555519,2555845,+,putative exported protein,Function unknown,O32019,Op1956 -BSU_24660,spoIIT,AL009126.3,BSU24660,2555887,2556066,-,factor involved in sporulation,Function unknown,O32020,Op1957 -BSU_24670,comGG,AL009126.3,BSU24670,2556137,2556511,-,component of the DNA transport pilin platform,Function unknown,P25959,Op1957 -BSU_24680,comGF,AL009126.3,BSU24680,2556512,2556895,-,component of the DNA transport pilin platform,"Intracellular trafficking, secretion, and vesicular transport",P25958,Op1957 -BSU_24690,comGE,AL009126.3,BSU24690,2556921,2557268,-,component of the DNA transport pilin platform,No COG annotation,P25957,Op1957 -BSU_24700,comGD,AL009126.3,BSU24700,2557252,2557683,-,membrane component of the DNA transport pilin platform,Cell motility,P25956,Op1957 -BSU_24710,comGC,AL009126.3,BSU24710,2557673,2557969,-,pilin-like component of the DNA transport membrane pilin platform,"Intracellular trafficking, secretion, and vesicular transport",P25955,Op1957 -BSU_24720,comGB,AL009126.3,BSU24720,2557983,2558954,-,membrane pilin platform component of the DNA transport machinery,Cell motility,P25954,Op1957 -BSU_24730,comGA,AL009126.3,BSU24730,2559007,2560077,-,membrane associated ATPase of the pilin platform for DNA competence,Cell motility,P25953,Op1957 -BSU_24740,yqxL,AL009126.3,BSU24740,2560489,2561442,-,CorA-type divalent ion transporter,Inorganic ion transport and metabolism,P40948,Op1958 -BSU_24750,yqhB,AL009126.3,BSU24750,2561585,2562913,+,putative membrane associated enzyme,Function unknown,P54505,Op1959 -BSU_24760,rsbRD,AL009126.3,BSU24760,2562966,2563802,-,component of the anxiosome (stressosome),Signal transduction mechanisms,P54504,Op1960 -BSU_24770,mgsR,AL009126.3,BSU24770,2564026,2564406,-,transcriptional regulator of stress,Inorganic ion transport and metabolism,P54503,Op1961 -BSU_24780,yqgY,AL009126.3,BSU24780,2564638,2564883,+,conserved protein of unknown function,Function unknown,P54502,Op1962 -BSU_24790,yqgX,AL009126.3,BSU24790,2564923,2565558,-,putative metal-binding hydrolase,Function unknown,P54501,Op1963 -BSU_24800,yqgW,AL009126.3,BSU24800,2565715,2565888,+,conserved protein of unknown function,Function unknown,P54500,Op1964 -BSU_24810,yqgV,AL009126.3,BSU24810,2565920,2566234,-,conserved protein of unknown function,Function unknown,P54499,Op1965 -BSU_24820,yqgU,AL009126.3,BSU24820,2566237,2567298,-,putative lipoprotein,No COG annotation,P54498,Op1966 -BSU_24830,yqgT,AL009126.3,BSU24830,2567360,2568490,-,putative d%2Cl-endopeptidase,Amino acid transport and metabolism,P54497,Op1967 -BSU_24840,ltaSC,AL009126.3,BSU24840,2568573,2570489,-,enzyme responsible for polyglycerolphosphate LTA synthesis,Cell wall/membrane/envelope biogenesis,P54496,Op1968 -BSU_24850,glcK,AL009126.3,BSU24850,2570606,2571571,-,glucose kinase,Carbohydrate transport and metabolism,P54495,Op1969 -BSU_24860,yqgQ,AL009126.3,BSU24860,2571582,2571797,-,putative single strand nucleic acid binding transcription factor,Function unknown,P54494,Op1970 -BSU_24870,glpG,AL009126.3,BSU24870,2571907,2573430,-,membrane endopeptidase,"Post-translational modification, protein turnover, and chaperones",P54493,Op1971 -BSU_24880,yqgO,AL009126.3,BSU24880,2573520,2573693,-,conserved protein of unknown function,No COG annotation,P54492,Op1972 -BSU_24890,folN,AL009126.3,BSU24890,2573760,2574323,-,5-formyltetrahydrofolate cyclo-ligase,Coenzyme transport and metabolism,P54491,Op1973 -BSU_24900,rpmGA,AL009126.3,BSU24900,2574408,2574557,-,ribosomal protein L33,"Translation, ribosomal structure and biogenesis",P56849,Op1974 -BSU_24910,yqgM,AL009126.3,BSU24910,2574641,2575720,-,putative glycosyltransferase,Cell wall/membrane/envelope biogenesis,P54490,Op1975 -BSU_24920,yqgL,AL009126.3,BSU24920,2575717,2576187,-,conserved protein of unknown function,No COG annotation,P54489,Op1976 -BSU_24930,yqzD,AL009126.3,BSU24930,2576367,2576720,+,conserved protein of unknown function,No COG annotation,O32022,Op1977 -BSU_24940,yqzC,AL009126.3,BSU24940,2576717,2577181,+,conserved protein of unknown function,Function unknown,O32023,Op1977 -BSU_24950,pstBB,AL009126.3,BSU24950,2577210,2577992,-,phosphate ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,P46342,Op1978 -BSU_24960,pstBA,AL009126.3,BSU24960,2578003,2578812,-,phosphate ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,P46341,Op1978 -BSU_24970,pstA,AL009126.3,BSU24970,2578833,2579717,-,phosphate ABC transporter (permease),Inorganic ion transport and metabolism,P46340,Op1978 -BSU_24980,pstC,AL009126.3,BSU24980,2579717,2580646,-,phosphate ABC transporter (permease),Inorganic ion transport and metabolism,P46339,Op1978 -BSU_24990,pstS,AL009126.3,BSU24990,2580715,2581617,-,phosphate ABC transporter (phosphate binding lipoprotein),Inorganic ion transport and metabolism,P46338,Op1978 -BSU_25000,pbpA,AL009126.3,BSU25000,2581771,2583921,-,transpeptidase (penicillin-binding protein 2A),Cell wall/membrane/envelope biogenesis,P54488,Op1979 -BSU_25010,yqgE,AL009126.3,BSU25010,2584035,2585327,-,putative efflux transporter,Amino acid transport and metabolism,P54487,Op1980 -BSU_25020,sodA,AL009126.3,BSU25020,2585434,2586042,-,superoxide dismutase (Mn[2+]-dependent),Inorganic ion transport and metabolism,P54375,Op1981 -BSU_25030,yqgC,AL009126.3,BSU25030,2586221,2586703,-,conserved integral inner membrane protein of unknown function,Function unknown,P54486,Op1982 -BSU_25040,yqgB,AL009126.3,BSU25040,2586813,2587580,+,factor involved in motility,Function unknown,P54485,Op1983 -BSU_25050,yqgA,AL009126.3,BSU25050,2587996,2588424,-,cell wall protein,No COG annotation,P54484,Op1984 -BSU_25060,yqfZ,AL009126.3,BSU25060,2588701,2589000,+,factor involved in motility,Cell wall/membrane/envelope biogenesis,P54483,Op1985 -BSU_25070,ispG,AL009126.3,BSU25070,2589123,2590256,+,4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase (1-hydroxy-2-methyl-2-(E)-butenyl 4-diphosphate synthase),Lipid transport and metabolism,P54482,Op1985 -BSU_25080,yqfX,AL009126.3,BSU25080,2590282,2590671,-,conserved protein of unknown function expressed in germinating spores,Function unknown,P54481,Op1986 -BSU_25090,yqfW,AL009126.3,BSU25090,2590804,2591385,+,putative nucleotidase,Function unknown,P54480,Op1987 -BSU_25100,zur,AL009126.3,BSU25100,2591428,2591865,-,transcriptional regulator (Zn[2+]-binding Fur family),Inorganic ion transport and metabolism,P54479,Op1988 -BSU_25110,yqfU,AL009126.3,BSU25110,2592003,2592884,-,putative integral inner membrane protein,Function unknown,P54478,Op1989 -BSU_25120,yqfT,AL009126.3,BSU25120,2593000,2593254,+,conserved protein of unknown function,Function unknown,P54477,Op1990 -BSU_25130,nfo,AL009126.3,BSU25130,2593281,2594174,-,type IV apurinic/apyrimidinic endonuclease,"Replication, recombination and repair",P54476,Op1989 -BSU_25140,cshB,AL009126.3,BSU25140,2594184,2595500,-,ATP-dependent RNA helicase%3B cold shock,"Translation, ribosomal structure and biogenesis",P54475,Op1991 -BSU_25150,yqfQ,AL009126.3,BSU25150,2595669,2596412,+,conserved protein of unknown function,Function unknown,P54474,Op1992 -BSU_25160,ispH,AL009126.3,BSU25160,2596535,2597479,+,1-hydroxy-2-methyl-2-(E)-butenyl 4-diphosphate reductase,Lipid transport and metabolism,P54473,Op1993 -BSU_25170,yqfO,AL009126.3,BSU25170,2597502,2598623,-,putative GTP cyclohydrolase,Function unknown,P54472,Op1994 -BSU_25180,trmK,AL009126.3,BSU25180,2598616,2599266,-,tRNA (adenine(22)-N(1))-methyltransferase,Function unknown,P54471,Op1995 -BSU_25190,cccA,AL009126.3,BSU25190,2599523,2599885,-,cytochrome c550,Energy production and conversion,P24469,Op1996 -BSU_25200,sigA,AL009126.3,BSU25200,2600214,2601329,-,RNA polymerase major sigma-43 factor (sigma-A),Transcription,P06224,Op1997 -BSU_25210,dnaG,AL009126.3,BSU25210,2601528,2603339,-,DNA primase,"Replication, recombination and repair",P05096,Op1997 -BSU_25220,antE,AL009126.3,BSU25220,2602979,2603275,+,hypothetical protein,No COG annotation,Q7WY63,Op1998 -BSU_25230,yqxD,AL009126.3,BSU25230,2603373,2603867,-,conserved protein of unknown function,Function unknown,P17868,Op1997 -BSU_25240,ppsR,AL009126.3,BSU25240,2604121,2604933,-,bifunctional ADP-dependent kinase-Pi-dependent pyrophosphorylase / positive regulator of gluconeogenesis,Function unknown,P54470,Op1999 -BSU_25250,ccpN,AL009126.3,BSU25250,2604959,2605597,-,negative regulator of gluconeogenesis,Transcription,O34994,Op1999 -BSU_25260,glyS,AL009126.3,BSU25260,2605730,2607769,-,glycyl-tRNA synthetase (beta subunit),"Translation, ribosomal structure and biogenesis",P54381,Op2000 -BSU_25270,glyQ,AL009126.3,BSU25270,2607762,2608649,-,glycyl-tRNA synthetase (alpha subunit),"Translation, ribosomal structure and biogenesis",P54380,Op2000 -BSU_25280,recO,AL009126.3,BSU25280,2608946,2609713,-,DNA double strand break repair and homologous recombination factor,"Replication, recombination and repair",P42095,Op2001 -BSU_25289,yqzL,AL009126.3,BSU25289,2609750,2609893,-,conserved protein of unknown function,Function unknown,C0H452,Op2002 -BSU_25290,era,AL009126.3,BSU25290,2610041,2610946,-,maturation of 16S RNA and assembly of 30S ribosomal subunit GTPase,Function unknown,P42182,Op2003 -BSU_25300,cdd,AL009126.3,BSU25300,2610927,2611337,-,cytidine/deoxycytidine deaminase,Nucleotide transport and metabolism,P19079,Op2003 -BSU_25310,unpK,AL009126.3,BSU25310,2611456,2611827,-,undecaprenol kinase,Cell wall/membrane/envelope biogenesis,P19638,Op2004 -BSU_25320,rnrY,AL009126.3,BSU25320,2611808,2612281,-,endonuclease involved in 70S ribosomes quality control,Function unknown,P46347,Op2005 -BSU_25330,pgpH,AL009126.3,BSU25330,2612282,2614417,-,c-di-AMP-degrading phosphodiesterases,Function unknown,P46344,Op2006 -BSU_25340,phoH,AL009126.3,BSU25340,2614496,2615455,-,phosphate starvation-induced protein,Signal transduction mechanisms,P46343,Op2007 -BSU_25350,yqfD,AL009126.3,BSU25350,2615452,2616648,-,stage IV sporulation protein%3B putative UDP-glucose-4-epimerase,Function unknown,P54469,Op2008 -BSU_25360,yqfC,AL009126.3,BSU25360,2616667,2616948,-,conserved sporulation protein of unknown function,Function unknown,P54468,Op2008 -BSU_25370,yqfB,AL009126.3,BSU25370,2617005,2617424,-,conserved protein of unknown function,No COG annotation,P54467,Op2009 -BSU_25380,floA,AL009126.3,BSU25380,2617449,2618444,-,flotillin-like protein involved in membrane lipid rafts,Function unknown,P54466,Op2009 -BSU_25390,nfeDA,AL009126.3,BSU25390,2618466,2619779,-,putative membrane bound peptidase of unkwnown function,"Post-translational modification, protein turnover, and chaperones",P54465,Op2009 -BSU_25400,yqeY,AL009126.3,BSU25400,2619910,2620356,-,conserved protein of unknown function with tRNA aminoacid amidase domain,Function unknown,P54464,Op2010 -BSU_25410,rpsU,AL009126.3,BSU25410,2620371,2620544,-,ribosomal protein S21,"Translation, ribosomal structure and biogenesis",P21478,Op2011 -BSU_25420,yqeW,AL009126.3,BSU25420,2620717,2621640,+,putative Na+/anion cotransporter,Inorganic ion transport and metabolism,P54463,Op2012 -BSU_25430,mtaB,AL009126.3,BSU25430,2621677,2623032,-,tRNA N(6)-threonylcarbamoyladenosine (t(6)A) methylthiotransferase,"Translation, ribosomal structure and biogenesis",P54462,Op2013 -BSU_25440,rsmE,AL009126.3,BSU25440,2623032,2623802,-,methylase of U1498 in 16S rRNA,"Translation, ribosomal structure and biogenesis",P54461,Op2013 -BSU_25450,prmA,AL009126.3,BSU25450,2623825,2624760,-,ribosomal protein L11 methyltransferase,"Translation, ribosomal structure and biogenesis",P54460,Op2013 -BSU_25460,dnaJ,AL009126.3,BSU25460,2624785,2625912,-,co-factor of molecular chaperone,"Post-translational modification, protein turnover, and chaperones",P17631,Op2013 -BSU_25470,dnaK,AL009126.3,BSU25470,2626112,2627947,-,molecular chaperone%2C ATP-dependent,"Post-translational modification, protein turnover, and chaperones",P17820,Op2013 -BSU_25480,grpE,AL009126.3,BSU25480,2627971,2628534,-,nucleotide exchange factor for DnaK activity,"Post-translational modification, protein turnover, and chaperones",P15874,Op2013 -BSU_25490,hrcA,AL009126.3,BSU25490,2628606,2629637,-,transcriptional regulator of heat-shock genes,Transcription,P25499,Op2013 -BSU_25500,hemN,AL009126.3,BSU25500,2629718,2630857,-,coproporphyrinogen III oxidase,Coenzyme transport and metabolism,P54304,Op2013 -BSU_25510,lepA,AL009126.3,BSU25510,2630910,2632748,-,ribosomal elongation factor%2C GTPase,Cell wall/membrane/envelope biogenesis,P37949,Op2013 -BSU_25520,yqxA,AL009126.3,BSU25520,2632882,2633220,-,conserved protein of unknown function,Function unknown,P38425,Op2014 -BSU_25530,spoIIP,AL009126.3,BSU25530,2633237,2634442,-,spore autolysin (stage II sporulation),Cell wall/membrane/envelope biogenesis,P37968,Op2014 -BSU_25540,gpr,AL009126.3,BSU25540,2634505,2635611,-,spore germination protease,Energy production and conversion,P22322,Op2015 -BSU_25550,rpsT,AL009126.3,BSU25550,2635815,2636081,+,ribosomal protein S20 (BS20),"Translation, ribosomal structure and biogenesis",P21477,Op2016 -BSU_25560,holA,AL009126.3,BSU25560,2636096,2637139,-,DNA polymerase clamp loader delta subunit,"Replication, recombination and repair",P54459,Op2017 -BSU_25565,BSU_25565,AL009126.3,BSU25565,2637179,2637328,-,hypothetical protein,No COG annotation,A0A2K4Z9K3,Op2018 -BSU_25569,yqzM,AL009126.3,BSU25569,2637369,2637503,+,conserved protein of unknown function,Function unknown,C0H453,Op2019 -BSU_25570,comEC,AL009126.3,BSU25570,2637543,2639873,-,DNA channel for uptake in competent cells,Function unknown,P39695,Op2020 -BSU_25580,comEB,AL009126.3,BSU25580,2639877,2640446,-,dCMP deaminase associated to DNA transport (competence),Nucleotide transport and metabolism,P32393,Op2020 -BSU_25590,comEA,AL009126.3,BSU25590,2640513,2641130,-,membrane bound high-affinity DNA-binding receptor,"Replication, recombination and repair",P39694,Op2020 -BSU_25600,comER,AL009126.3,BSU25600,2641214,2642035,+,putative pyrroline-5'-carboxylate reductase,Amino acid transport and metabolism,P39696,Op2021 -BSU_25610,yqeM,AL009126.3,BSU25610,2642101,2642844,-,putative methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",P54458,Op2022 -BSU_25620,rsfS,AL009126.3,BSU25620,2642841,2643197,-,ribosomal silencing factor,"Translation, ribosomal structure and biogenesis",P54457,Op2023 -BSU_25630,yqeK,AL009126.3,BSU25630,2643215,2643775,-,putative hydrolase,Coenzyme transport and metabolism,P54456,Op2024 -BSU_25640,nadD,AL009126.3,BSU25640,2643765,2644334,-,nicotinate-nucleotide adenylyltransferase,Coenzyme transport and metabolism,P54455,Op2025 -BSU_25650,yqeI,AL009126.3,BSU25650,2644346,2644636,-,50S RNA-binding protein,"Translation, ribosomal structure and biogenesis",P54454,Op2026 -BSU_25660,aroE,AL009126.3,BSU25660,2644630,2645472,-,shikimate 5-dehydrogenase,Amino acid transport and metabolism,P54374,Op2027 -BSU_25670,rgpH,AL009126.3,BSU25670,2645490,2646590,-,potassium-dependent GTPase involved in ribosome 30S assembly,Function unknown,P54453,Op2028 -BSU_25680,yqeG,AL009126.3,BSU25680,2646594,2647112,-,phosphatase (active on GMP and Glc-6-P),Function unknown,P54452,Op2029 -BSU_25690,sda,AL009126.3,BSU25690,2647456,2647614,+,check point factor coupling initiation of sporulation and replication initiation,Function unknown,Q7WY62,Op2030 -BSU_25700,yqeF,AL009126.3,BSU25700,2647920,2648651,-,putative lipoprotein%3B putative esterase,Amino acid transport and metabolism,P54451,Op2031 -BSU_25710,cwlH,AL009126.3,BSU25710,2648903,2649655,-,N-acetylmuramoyl-L-alanine amidase,Cell wall/membrane/envelope biogenesis,P54450,Op2032 -BSU_25720,yqeD,AL009126.3,BSU25720,2649842,2650468,+,conserved membrane protein of unknown function,Function unknown,P54449,Op2033 -BSU_25730,yqeC,AL009126.3,BSU25730,2650487,2651380,-,putative catabolic 6-phospho-gluconate dehydrogenase (NAD[+]-dependent),Carbohydrate transport and metabolism,P54448,Op2034 -BSU_25740,yqeB,AL009126.3,BSU25740,2651632,2652354,+,conserved protein of unknown function,No COG annotation,P54447,Op2035 -BSU_25750,nucB,AL009126.3,BSU25750,2652387,2652797,-,sporulation-specific matrix degrading exported DNase,Cell wall/membrane/envelope biogenesis,P42983,Op2036 -BSU_25760,sigKn,AL009126.3,,2652993,2653463,+,RNA polymerase sporulation-specific sigma-K factor precursor (Sigma-27) (N-terminal half),Transcription,,Op2037 -BSU_25770,spoIVCA,AL009126.3,BSU25770,2653371,2654873,-,site-specific DNA recombinase%3B skin element,"Replication, recombination and repair",P17867,Op2038 -BSU_25780,arsC,AL009126.3,BSU25780,2655322,2655741,-,thioredoxin-coupled arsenate reductase%3B skin element,Signal transduction mechanisms,P45947,Op2039 -BSU_25790,arsB,AL009126.3,BSU25790,2655753,2656793,-,arsenite efflux transporter%3B skin element,Inorganic ion transport and metabolism,P45946,Op2039 -BSU_25800,yqcK,AL009126.3,BSU25800,2656816,2657256,-,putative thiol lyase,Amino acid transport and metabolism,P45945,Op2039 -BSU_25810,arsR,AL009126.3,BSU25810,2657317,2657634,-,transcriptional regulator (ArsR-arsenate)%3B skin element,Transcription,P45949,Op2039 -BSU_25820,yqcI,AL009126.3,BSU25820,2658006,2658770,-,conserved protein of unknown function%3B skin element,Function unknown,P45944,Op2040 -BSU_25830,rapE,AL009126.3,BSU25830,2659213,2660340,+,response regulator aspartate phosphatase%3B skin element,Function unknown,P45943,Op2041 -BSU_25840,phrE,AL009126.3,BSU25840,2660330,2660464,+,regulator peptide of the activity of phosphatase RapE%3B skin element,No COG annotation,O32025,Op2041 -BSU_25850,yqzI,AL009126.3,BSU25850,2660574,2660732,+,hypothetical protein%3B skin element,No COG annotation,O32026,Op2042 -BSU_25860,rttG,AL009126.3,BSU25860,2661102,2662697,+,phage ribonuclease toxin%3B skin element,RNA processing and modification,P45942,Op2043 -BSU_25870,rttF,AL009126.3,BSU25870,2662712,2663290,+,antitoxin factor of ribonuclease toxin RttG%3B skin element,Function unknown,P45941,Op2043 -BSU_25875,BSU_25875,AL009126.3,BSU25875,2663408,2663554,+,hypothetical protein,No COG annotation,A0A2K4Z9K0,Op2044 -BSU_25880,yqxJ,AL009126.3,BSU25880,2663551,2663913,-,hypothetical protein%3B skin element,No COG annotation,P24809,Op2045 -BSU_25890,yqxI,AL009126.3,BSU25890,2663929,2664408,-,hypothetical protein%3B skin element,No COG annotation,P24812,Op2045 -BSU_25900,cwlA,AL009126.3,BSU25900,2664573,2665391,-,N-acetylmuramoyl-L-alanine amidase%3B skin element,Cell wall/membrane/envelope biogenesis,P24808,Op2046 -BSU_25910,yqxH,AL009126.3,BSU25910,2665436,2665858,-,putative holin%3B skin element,Function unknown,P24811,Op2047 -BSU_25920,yqxG,AL009126.3,BSU25920,2665903,2666796,-,putative phage-related lytic exoenzyme%3B skin element,No COG annotation,P24810,Op2048 -BSU_25930,yqcE,AL009126.3,BSU25930,2666884,2667048,-,conserved phage protein of unknown function%3B skin element,No COG annotation,P45940,Op2049 -BSU_25940,yqcD,AL009126.3,BSU25940,2667045,2667380,-,conserved phage protein of unknown function%3B skin element,Function unknown,P45939,Op2050 -BSU_25950,yqcC,AL009126.3,BSU25950,2667390,2668490,-,conserved phage protein of unknown function%3B skin element,No COG annotation,P45938,Op2051 -BSU_25960,yqcB,AL009126.3,BSU25960,2668493,2668765,-,conserved phage protein of unknown function%3B skin element,No COG annotation,P45937,Op2052 -BSU_25970,yqcA,AL009126.3,BSU25970,2668762,2669340,-,putative phage tail baseplate protein%3B skin element,Function unknown,P45936,Op2053 -BSU_25980,yqbT,AL009126.3,BSU25980,2669324,2670370,-,putative phage baseplate assembly protein%3B skin element,Function unknown,P45935,Op2054 -BSU_25990,yqbS,AL009126.3,BSU25990,2670363,2670788,-,conserved phage protein of unknown function%3B skin element,Function unknown,P45934,Op2055 -BSU_26000,yqbR,AL009126.3,BSU26000,2670801,2671064,-,conserved phage protein of unknown function%3B skin element,Function unknown,P45933,Op2056 -BSU_26010,yqbQ,AL009126.3,BSU26010,2671061,2672041,-,conserved phage protein of unknown function%3B skin element,Carbohydrate transport and metabolism,P45950,Op2057 -BSU_26020,yqbP,AL009126.3,BSU26020,2672054,2672713,-,putative phage murein-binding protein%3B skin element,Function unknown,P45932,Op2058 -BSU_26030,yqbO,AL009126.3,BSU26030,2672706,2677463,-,putative tape measure protein%3B skin element,"Replication, recombination and repair",P45931,Op2059 -BSU_26039,yqbNc,AL009126.3,,2677466,2677657,-,conserved unknown protein (fragment)%3B skin element%3B C-terminal part of YqbN,No COG annotation,,Op2060 -BSU_26040,yqbNn,AL009126.3,,2677657,2678094,-,conserved unknown protein (fragment)%3B skin element%3B N-terminal part of YqbN,Function unknown,,Op2061 -BSU_26050,txpA,AL009126.3,BSU26050,2678240,2678419,+,toxic peptide of toxin-antitoxin system%3B skin element,No COG annotation,P54373,Op2062 -BSU_26055,bsrH,AL009126.3,BSU26055,2678799,2678888,+,skin region%3B type I toxin,No COG annotation,A0A2K4Z9K4,Op2063 -BSU_26060,yqbM,AL009126.3,BSU26060,2679142,2679585,-,putative tail tube protein%3B skin element,Function unknown,P45929,Op2064 -BSU_26075,yqbK,AL009126.3,BSU26075,2679588,2680988,-,putative phage tail sheath protein%3B skin element,Function unknown,P45927,Op2065 -BSU_26089,yqzN,AL009126.3,BSU26089,2680989,2681180,-,conserved phage protein of unknown function%3B skin element,No COG annotation,C0H454,Op2066 -BSU_26090,yqbJ,AL009126.3,BSU26090,2681177,2681614,-,conserved phage protein of unknown function%3B skin element,No COG annotation,P45926,Op2067 -BSU_26100,yqbI,AL009126.3,BSU26100,2681627,2682130,-,putative phage tail component%3B skin element,Function unknown,P45925,Op2068 -BSU_26110,yqbH,AL009126.3,BSU26110,2682127,2682489,-,conserved phage protein of unknown function%3B skin element,Function unknown,P45924,Op2069 -BSU_26120,yqbG,AL009126.3,BSU26120,2682486,2682881,-,conserved phage protein of unknown function%3B skin element,Function unknown,P45923,Op2070 -BSU_26130,yqbF,AL009126.3,BSU26130,2682885,2683196,-,hypothetical protein%3B skin element,Function unknown,P45922,Op2071 -BSU_26140,yqbE,AL009126.3,BSU26140,2683207,2684142,-,putative phage capsid protein%3B skin element,Function unknown,P45921,Op2072 -BSU_26150,yqbD,AL009126.3,BSU26150,2684161,2685129,-,putative nucleic acid-binding protein%3B skin element,"Replication, recombination and repair",P45920,Op2073 -BSU_26160,yqbC,AL009126.3,BSU26160,2685162,2685815,-,conserved phage protein of unknown function%3B skin element,No COG annotation,P45919,Op2074 -BSU_26170,yqbB,AL009126.3,BSU26170,2685856,2686773,-,putative phage head morphogenesis protein%3B skin element,Function unknown,P45918,Op2075 -BSU_26180,yqbA,AL009126.3,BSU26180,2686770,2688302,-,putative phage capsid protein%3B skin element,Function unknown,P45917,Op2076 -BSU_26190,yqaT,AL009126.3,BSU26190,2688306,2689601,-,putative phage-related terminase large subunit%3B skin element,Function unknown,P45916,Op2077 -BSU_26200,yqaS,AL009126.3,BSU26200,2689594,2690313,-,putative phage-related terminase small subunit%3B skin element,"Replication, recombination and repair",P45915,Op2078 -BSU_26210,yqaR,AL009126.3,BSU26210,2690381,2690845,-,hypothetical protein%3B skin element,No COG annotation,P45914,Op2079 -BSU_26220,yqaQ,AL009126.3,BSU26220,2690989,2691444,-,putative phage DNA-binding protein%3B skin element,"Replication, recombination and repair",P45948,Op2080 -BSU_26230,yqaP,AL009126.3,BSU26230,2691642,2692571,+,conserved phage protein of unknown function%3B skin element,No COG annotation,P45913,Op2081 -BSU_26240,yqaO,AL009126.3,BSU26240,2692645,2692851,-,conserved phage protein of unknown function%3B skin element,Function unknown,P45912,Op2082 -BSU_26250,yqaN,AL009126.3,BSU26250,2692933,2693361,-,putative Holliday junction resolvase%3B skin element,"Replication, recombination and repair",P45911,Op2083 -BSU_26259,yqzO,AL009126.3,BSU26259,2693457,2693606,-,hypothetical protein%3B skin element,No COG annotation,C0H455,Op2084 -BSU_26260,sknM,AL009126.3,BSU26260,2693597,2694538,-,putative helicase loader%3B skin element,"Replication, recombination and repair",P45910,Op2085 -BSU_26270,yqaL,AL009126.3,BSU26270,2694420,2695097,-,putative DNA-binding protein%3B skin element,"Replication, recombination and repair",P45909,Op2086 -BSU_26280,yqaK,AL009126.3,BSU26280,2695173,2696027,-,putative DNA recombination protein%3B skin element,"Replication, recombination and repair",P45908,Op2087 -BSU_26290,yqaJ,AL009126.3,BSU26290,2696030,2696989,-,putative nuclease%3B skin element,"Replication, recombination and repair",P45907,Op2088 -BSU_26300,yqaI,AL009126.3,BSU26300,2697095,2697289,-,hypothetical protein%3B skin element,No COG annotation,P45906,Op2089 -BSU_26305,BSU_26305,AL009126.3,BSU26305,2697249,2697422,-,hypothetical protein%3B skin element,No COG annotation,A0A2K4Z9L7,Op2090 -BSU_26310,sknH,AL009126.3,BSU26310,2697419,2697676,-,skin element%3B factor binding to DnaA,No COG annotation,P45905,Op2091 -BSU_26320,yqaG,AL009126.3,BSU26320,2697673,2698242,-,putative transcriptional regulator%3B skin element,No COG annotation,P45904,Op2092 -BSU_26330,yqdA,AL009126.3,BSU26330,2698316,2698456,-,hypothetical protein%3B skin element,No COG annotation,P54372,Op2093 -BSU_26340,yqaF,AL009126.3,BSU26340,2698486,2698716,-,putative transcriptional regulator%3B skin element,Transcription,P45903,Op2094 -BSU_26350,sknR,AL009126.3,BSU26350,2698893,2699243,+,skin element%3B transcriptional repressor of yqaF-yqaN operon (Xre family),Transcription,P45902,Op2095 -BSU_26360,yqaD,AL009126.3,BSU26360,2699510,2699677,-,conserved phage protein of unknown function%3B skin element,No COG annotation,P45901,Op2096 -BSU_26370,yqaC,AL009126.3,BSU26370,2700033,2700569,-,putative kinase / phosphatase%3B skin element,Nucleotide transport and metabolism,P45900,Op2097 -BSU_26380,yqaB,AL009126.3,BSU26380,2700838,2701356,+,putative peptidase%3B skin element,Amino acid transport and metabolism,P45899,Op2098 -BSU_26390,sigKc,AL009126.3,,2701338,2701754,+,RNA polymerase sporulation-specific sigma-K factor precursor (Sigma-27) (C-terminal fragment),Transcription,,Op2037 -BSU_26399,BSU_26399,AL009126.3,BSU26399,2701754,2701870,+,hypothetical protein,No COG annotation,A0A2K4Z9L4,Op2099 -BSU_26400,yrkS,AL009126.3,BSU26400,2701979,2702143,-,hypothetical protein,No COG annotation,P54446,Op2100 -BSU_26410,psiE,AL009126.3,BSU26410,2702688,2703104,-,phosphate starvation inducible protein,Function unknown,P54445,Op2101 -BSU_26420,yrkQ,AL009126.3,BSU26420,2703150,2704448,-,two-component sensor histidine kinase [YrkP],Signal transduction mechanisms,P54444,Op2102 -BSU_26430,yrkP,AL009126.3,BSU26430,2704435,2705130,-,two-component response regulator [YrkQ],Signal transduction mechanisms,P54443,Op2103 -BSU_26440,yrkO,AL009126.3,BSU26440,2705398,2706615,+,putative integral inner membrane protein,Inorganic ion transport and metabolism,P54442,Op2104 -BSU_26449,BSU_26449,AL009126.3,BSU26449,2706534,2706782,+,hypothetical protein,No COG annotation,A0A2K4Z9L1,Op2105 -BSU_26450,yrkN,AL009126.3,BSU26450,2707127,2707684,+,putative N-acetyltransferase,Transcription,P54441,Op2106 -BSU_26470,yrkL,AL009126.3,BSU26470,2708175,2708699,-,putative NAD(P)H oxidoreductase,Function unknown,P54439,Op2107 -BSU_26480,yrkK,AL009126.3,BSU26480,2708943,2709419,-,putative integral inner membrane protein,Function unknown,P54438,Op2108 -BSU_26490,yrkJ,AL009126.3,BSU26490,2710002,2710787,-,putative permease,Function unknown,P54437,Op2109 -BSU_26500,yrkI,AL009126.3,BSU26500,2710848,2711075,-,putative sulfur-carrier protein,"Post-translational modification, protein turnover, and chaperones",P54436,Op2110 -BSU_26510,yrkH,AL009126.3,BSU26510,2711109,2712242,-,putative sulfur transferase / hydrolase,Inorganic ion transport and metabolism,P54435,Op2111 -BSU_26530,yrkF,AL009126.3,BSU26530,2712577,2713134,-,putative rhodanese-related sulfur transferase,"Post-translational modification, protein turnover, and chaperones",P54433,Op2112 -BSU_26540,yrkE,AL009126.3,BSU26540,2713320,2713802,-,putative protein involved in sulfur metabolism (DsrE-like),"Post-translational modification, protein turnover, and chaperones",P54432,Op2113 -BSU_26550,yrkD,AL009126.3,BSU26550,2713949,2714140,-,putative metal-sensitive transcriptional regulator involved in sulfur metabolism,Function unknown,P54431,Op2114 -BSU_26558,yrzM,AL009126.3,,2714231,2714548,-,conserved hypothetical protein,No COG annotation,,Op2115 -BSU_26559,yrzN,AL009126.3,,2714590,2714805,-,hypothetical protein,No COG annotation,,Op2116 -BSU_26560,yrkC,AL009126.3,BSU26560,2714933,2715493,-,putative enzyme%3B cupin family,Carbohydrate transport and metabolism,P54430,Op2117 -BSU_26569,BSU_26569,AL009126.3,BSU26569,2715510,2715686,-,hypothetical protein,No COG annotation,A0A2K4Z9K9,Op2118 -BSU_26570,yrkB,AL009126.3,BSU26570,2715719,2715865,-,hypothetical protein,No COG annotation,P54429,Op2119 -BSU_26580,bltR,AL009126.3,BSU26580,2716035,2716856,-,transcriptional regulator (polyamine metabolism),Transcription,P39842,Op2120 -BSU_26590,blt,AL009126.3,BSU26590,2716973,2718175,+,efflux transporter (promiscuous%2C acetylated polyamines efflux),Amino acid transport and metabolism,P39843,Op2121 -BSU_26600,bltD,AL009126.3,BSU26600,2718344,2718802,+,spermine/spermidine acetyltransferase,Transcription,P39909,Op2121 -BSU_26610,yrkA,AL009126.3,BSU26610,2718959,2720263,-,putative membrane associated protein,Function unknown,P54428,Op2122 -BSU_26619,yrzO,AL009126.3,BSU26619,2720526,2720669,-,conserved protein of unknown function,Function unknown,C0H458,Op2123 -BSU_26620,yrdR,AL009126.3,BSU26620,2720687,2721652,-,putative efflux transporter,Amino acid transport and metabolism,O07086,Op2124 -BSU_26630,czcR,AL009126.3,BSU26630,2721778,2722644,+,transcriptional regulator (LysR family),Transcription,P71025,Op2125 -BSU_26640,yrdP,AL009126.3,BSU26640,2722767,2723804,-,putative oxidoreductase,Inorganic ion transport and metabolism,O07085,Op2126 -BSU_26650,czcD,AL009126.3,BSU26650,2723892,2724827,-,potassium/proton-divalent cation antiporter,Inorganic ion transport and metabolism,O07084,Op2127 -BSU_26660,yrdN,AL009126.3,BSU26660,2725114,2725503,-,putative tautomerase,Function unknown,P94502,Op2128 -BSU_26670,gltR,AL009126.3,BSU26670,2725837,2726727,+,transcriptional regulator (LysR family),Transcription,P94501,Op2129 -BSU_26680,yrdK,AL009126.3,BSU26680,2726885,2727202,-,hypothetical protein,No COG annotation,P94500,Op2130 -BSU_26690,brnQ,AL009126.3,BSU26690,2727160,2728482,-,low-affinity branched-chain amino acid transporter,Amino acid transport and metabolism,P94499,Op2130 -BSU_26700,azlD,AL009126.3,BSU26700,2728647,2728979,-,branched-chain amino acid / methionine exporter,Amino acid transport and metabolism,O07923,Op2130 -BSU_26710,azlC,AL009126.3,BSU26710,2728976,2729740,-,branched-chain amino acid / methionine exporter,Amino acid transport and metabolism,O07942,Op2130 -BSU_26720,azlB,AL009126.3,BSU26720,2729753,2730226,-,transcriptional repressor of the azlBCD operon,Transcription,O07920,Op2130 -BSU_26730,yrdF,AL009126.3,BSU26730,2730560,2730835,-,putative ribonuclease inhibitor,Transcription,O07938,Op2131 -BSU_26740,cypA,AL009126.3,BSU26740,2731107,2732339,-,cytochrome P450,Energy production and conversion,O08469,Op2132 -BSU_26748,yrdDc,AL009126.3,,2732389,2732547,-,hypothetical protein%3B C-terminal part of YrdD,No COG annotation,,Op2133 -BSU_26749,yrdDm,AL009126.3,,2732547,2732747,-,hypothetical protein%3B internal part of YrdD,No COG annotation,,Op2134 -BSU_26750,yrdDn,AL009126.3,,2732747,2732881,-,hypothetical protein%3B N-terminal part of YrdD,No COG annotation,,Op2135 -BSU_26760,yrdC,AL009126.3,BSU26760,2732980,2733543,-,putative hydrolase,"Secondary metabolites biosynthesis, transport, and catabolism",O07081,Op2136 -BSU_26770,yrdB,AL009126.3,BSU26770,2733772,2734143,-,putative integral inner membrane protein,Function unknown,O07080,Op2137 -BSU_26780,yrdA,AL009126.3,BSU26780,2734953,2735456,-,conserved protein of unknown function,Function unknown,O07079,Op2138 -BSU_26790,aadK,AL009126.3,BSU26790,2735682,2736536,-,aminoglycoside 6-adenylyltransferase,Carbohydrate transport and metabolism,P17585,Op2139 -BSU_26800,yrpB,AL009126.3,BSU26800,2736915,2737958,+,putative anionic nitroalkane monoxygenase,Function unknown,O05413,Op2140 -BSU_26810,murI,AL009126.3,BSU26810,2738308,2739105,+,glutamate racemase,Cell wall/membrane/envelope biogenesis,O05412,Op2141 -BSU_26820,yrpD,AL009126.3,BSU26820,2739486,2740193,+,putative lipoprotein,Function unknown,O05411,Op2142 -BSU_26829,BSU_26829,AL009126.3,,2740517,2740678,+,hypothetical protein,No COG annotation,,Op2143 -BSU_26826,yrpDX,AL009126.3,BSU26826,2740769,2740846,+,expressed polypeptide of unknown function,No COG annotation,L8E9J8,Op2144 -BSU_26827,BSU_26827,AL009126.3,BSU26827,2741133,2741294,-,hypothetical protein,No COG annotation,A0A2K4Z9L2,Op2145 -BSU_26830,zinT,AL009126.3,BSU26830,2741357,2742112,-,lipoprotein buffering protein for Zn2+ transport,Function unknown,O05410,Op2146 -BSU_26840,sigZ,AL009126.3,BSU26840,2742244,2742774,-,RNA polymerase ECF(extracytoplasmic function)-type sigma factor (sigma-Z),Transcription,O05409,Op2147 -BSU_26850,yrpG,AL009126.3,BSU26850,2742909,2743889,+,putative aldo-keto reductase,Energy production and conversion,O05408,Op2148 -BSU_26860,yraO,AL009126.3,BSU26860,2744163,2745479,-,putative citrate transporter,Energy production and conversion,O05407,Op2149 -BSU_26870,yraN,AL009126.3,BSU26870,2745594,2746463,-,putative transcriptional regulator (probes citrate or citrate-related metabolite),Transcription,O07906,Op2150 -BSU_26880,prpF,AL009126.3,BSU26880,2746608,2747711,+,aconitate isomerase,Function unknown,O07931,Op2151 -BSU_26890,csn,AL009126.3,BSU26890,2747984,2748817,-,chitosanase,Cell wall/membrane/envelope biogenesis,O07921,Op2152 -BSU_26900,yraL,AL009126.3,BSU26900,2749260,2749523,+,conserved protein of unknown function,Function unknown,O07917,Op2153 -BSU_26910,yraK,AL009126.3,BSU26910,2749660,2750475,+,putative hydrolase,Function unknown,O07937,Op2154 -BSU_26920,yraJ,AL009126.3,BSU26920,2750883,2751239,-,conserved protein of unknown function,Signal transduction mechanisms,O07934,Op2155 -BSU_26930,yraI,AL009126.3,BSU26930,2751292,2751651,-,conserved protein of unknown function,Signal transduction mechanisms,O07909,Op2156 -BSU_26935,BSU_26935,AL009126.3,BSU26935,2751923,2752024,-,hypothetical protein,No COG annotation,A0A2K4Z9L3,Op2157 -BSU_26940,yraH,AL009126.3,BSU26940,2752167,2752553,-,putative lyase,Amino acid transport and metabolism,O07918,Op2158 -BSU_26950,yraG,AL009126.3,BSU26950,2752802,2753047,+,putative spore coat protein,No COG annotation,O07919,Op2159 -BSU_26960,yraF,AL009126.3,BSU26960,2753065,2753433,+,putative spore coat protein,Cell wall/membrane/envelope biogenesis,O07949,Op2159 -BSU_26970,adhB,AL009126.3,BSU26970,2753452,2754588,+,putative oxidoreductase (involving bacillithiol),Amino acid transport and metabolism,O06012,Op2159 -BSU_26980,yraE,AL009126.3,BSU26980,2754607,2754804,+,putative spore coat protein,No COG annotation,O06011,Op2159 -BSU_26990,yraD,AL009126.3,BSU26990,2754820,2755119,+,putative spore coat protein,Cell wall/membrane/envelope biogenesis,O06010,Op2159 -BSU_27000,adhR,AL009126.3,BSU27000,2755382,2755804,-,transcriptional regulator regulated by thiol-alkylation,Transcription,O06008,Op2160 -BSU_27009,yrzP,AL009126.3,BSU27009,2755987,2756181,+,putative carboxymuconolactone decarboxylase,Function unknown,C0H460,Op2161 -BSU_27010,adhA,AL009126.3,BSU27010,2756312,2757361,+,putative aldehyde dehydrogenase%3B carbonyl stress response,Energy production and conversion,C0SPA5,Op2162 -BSU_27020,sufL,AL009126.3,BSU27020,2757492,2758001,+,deglycase%3B general stress protecting enzyme%3B protects against methylglyoxal toxicity,Function unknown,O06006,Op2162 -BSU_27030,sacC,AL009126.3,BSU27030,2758043,2760076,-,levanase,Carbohydrate transport and metabolism,P05656,Op2163 -BSU_27035,BSU_27035,AL009126.3,BSU27035,2759985,2760152,-,hypothetical protein,No COG annotation,A0A2K4Z9L6,Op2164 -BSU_27040,levG,AL009126.3,BSU27040,2760233,2761060,-,phosphotransferase system (PTS) fructose-specific enzyme IID component,Carbohydrate transport and metabolism,P26382,Op2163 -BSU_27050,levF,AL009126.3,BSU27050,2761081,2761890,-,phosphotransferase system (PTS) fructose-specific enzyme IIC component,Carbohydrate transport and metabolism,P26381,Op2163 -BSU_27060,levE,AL009126.3,BSU27060,2761907,2762395,-,phosphotransferase system (PTS) fructose-specific enzyme IIB component,Carbohydrate transport and metabolism,P26380,Op2163 -BSU_27070,levD,AL009126.3,BSU27070,2762395,2762835,-,phosphotransferase system (PTS) fructose-specific enzyme IIA component,Carbohydrate transport and metabolism,P26379,Op2163 -BSU_27080,levR,AL009126.3,BSU27080,2763025,2765832,-,transcriptional regulator (NifA/NtrC family),Transcription,P23914,Op2165 -BSU_27085,BSU_27085,AL009126.3,BSU27085,2766379,2766519,+,hypothetical protein,No COG annotation,A0A2K4Z9L0,Op2166 -BSU_27090,aapA,AL009126.3,BSU27090,2766558,2767946,+,small amino acid permease,Amino acid transport and metabolism,O06005,Op2167 -BSU_27100,yrhP,AL009126.3,BSU27100,2768042,2768674,-,putative amino acid exporter,Amino acid transport and metabolism,O05406,Op2168 -BSU_27110,yrhO,AL009126.3,BSU27110,2768827,2769654,+,putative transcriptional regulator controlling amino acid export,Transcription,O05405,Op2169 -BSU_27120,sigV,AL009126.3,BSU27120,2769850,2770350,+,RNA polymerase ECF(extracytoplasmic function)-type sigma factor (sigma(V)),Transcription,O05404,Op2170 -BSU_27130,rsiV,AL009126.3,BSU27130,2770350,2771207,+,anti-sigma(V) factor,Function unknown,O05403,Op2170 -BSU_27140,oatA,AL009126.3,BSU27140,2771318,2773222,+,peptidoglycan O-acetyltransferase,Lipid transport and metabolism,O05402,Op2170 -BSU_27150,yrhK,AL009126.3,BSU27150,2773356,2773646,+,conserved protein of unknown function,Function unknown,O05401,Op2170 -BSU_27160,cypB,AL009126.3,BSU27160,2773890,2777054,-,cytochrome P450 CYP102A3,Energy production and conversion,O08336,Op2171 -BSU_27170,bscR,AL009126.3,BSU27170,2777070,2777654,-,transcriptional regulator for cypB,Transcription,O08335,Op2171 -BSU_27180,yrhH,AL009126.3,BSU27180,2777877,2778419,-,putative methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",O05400,Op2172 -BSU_27185,BSU_27185,AL009126.3,BSU27185,2778608,2778766,-,hypothetical protein,No COG annotation,A0A2K4Z9L5,Op2173 -BSU_27190,yrzI,AL009126.3,BSU27190,2778923,2779072,-,conserved protein of unknown function,No COG annotation,O32027,Op2174 -BSU_27200,yrhG,AL009126.3,BSU27200,2779462,2780262,-,putative formate/nitrite transporter,Inorganic ion transport and metabolism,O05399,Op2175 -BSU_27210,yrhF,AL009126.3,BSU27210,2780525,2780893,-,conserved protein of unknown function,Function unknown,O05398,Op2176 -BSU_27220,yrhE,AL009126.3,BSU27220,2781209,2784151,+,putative formate dehydrogenase,Energy production and conversion,Q795Y4,Op2177 -BSU_27230,yrhD,AL009126.3,BSU27230,2784170,2784652,+,conserved protein of unknown function,Function unknown,O05396,Op2178 -BSU_27240,yrhC,AL009126.3,BSU27240,2784688,2784918,-,conserved protein of unknown function,Function unknown,O05395,Op2179 -BSU_27250,mccB,AL009126.3,BSU27250,2785001,2786140,-,cystathionine gamma-lyase and homocysteine gamma-lyase for reverse transsulfuration pathway,Amino acid transport and metabolism,O05394,Op2179 -BSU_27260,mccA,AL009126.3,BSU27260,2786142,2787065,-,cystathionine beta-synthase for the reverse transsulfuration pathway,Amino acid transport and metabolism,O05393,Op2179 -BSU_27270,mtnN,AL009126.3,BSU27270,2787130,2787825,-,methylthioadenosine / S-adenosylhomocysteine nucleosidase,Amino acid transport and metabolism,O32028,Op2179 -BSU_27280,yrrT,AL009126.3,BSU27280,2787846,2788487,-,putative AdoMet-dependent methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",O32029,Op2179 -BSU_27290,yrzA,AL009126.3,BSU27290,2788680,2788883,+,conserved protein of unknown function,Function unknown,O32030,Op2180 -BSU_27300,yrrS,AL009126.3,BSU27300,2788920,2789621,-,conserved hypothetical protein,Function unknown,O32031,Op2181 -BSU_27310,pbpI,AL009126.3,BSU27310,2789686,2791440,-,penicillin-binding protein PBP4B,Cell wall/membrane/envelope biogenesis,O32032,Op2181 -BSU_27320,greA,AL009126.3,BSU27320,2791494,2791967,-,transcription elongation factor resolving backtracking / stalling,Transcription,P80240,Op2182 -BSU_27330,udk,AL009126.3,BSU27330,2792218,2792853,-,uridine kinase,Nucleotide transport and metabolism,O32033,Op2183 -BSU_27340,yrrO,AL009126.3,BSU27340,2792860,2794128,-,putative hydrolase large subunit,"Post-translational modification, protein turnover, and chaperones",O32034,Op2184 -BSU_27350,yrrN,AL009126.3,BSU27350,2794147,2795076,-,putative hydrolase small subunit,"Post-translational modification, protein turnover, and chaperones",O32035,Op2185 -BSU_27360,yrrM,AL009126.3,BSU27360,2795082,2795735,-,putative acyl-CoA O-methyltransferase,Function unknown,O32036,Op2186 -BSU_27370,yrrL,AL009126.3,BSU27370,2795887,2796969,-,conserved membrane associated protein,Function unknown,O34758,Op2187 -BSU_27380,yrzB,AL009126.3,BSU27380,2797100,2797381,-,putative nucleic acid binding protein,Function unknown,O34828,Op2188 -BSU_27390,rimF,AL009126.3,BSU27390,2797399,2797815,-,pre-16S ribosomal RNA maturation enzyme,"Replication, recombination and repair",O34634,Op2189 -BSU_27400,yrzL,AL009126.3,BSU27400,2797823,2798089,-,conserved protein of unknown function,Function unknown,Q7WY61,Op2190 -BSU_27410,alaS,AL009126.3,BSU27410,2798174,2800810,-,alanyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",O34526,Op2191 -BSU_27420,yrrI,AL009126.3,BSU27420,2801141,2802202,-,putative membrane protein of unknown function,Function unknown,O34472,Op2192 -BSU_27430,glnQ,AL009126.3,BSU27430,2802358,2803086,+,glutamine ABC transporter (ATP-binding protein),Amino acid transport and metabolism,O34677,Op2193 -BSU_27440,glnH,AL009126.3,BSU27440,2803108,2803929,+,glutamine ABC transporter (glutamine-binding lipoprotein),Amino acid transport and metabolism,O34563,Op2193 -BSU_27450,glnM,AL009126.3,BSU27450,2803990,2804640,+,glutamine ABC transporter (permease),Inorganic ion transport and metabolism,O34671,Op2193 -BSU_27460,glnP,AL009126.3,BSU27460,2804657,2805313,+,glutamine ABC transporter (permease),Inorganic ion transport and metabolism,O34606,Op2193 -BSU_27468,yrzQ,AL009126.3,BSU27468,2805348,2805479,-,conserved protein of unknown function,Function unknown,C0H461,Op2194 -BSU_27469,yrzR,AL009126.3,BSU27469,2805501,2805692,-,conserved protein of unknown function,No COG annotation,C0H462,Op2195 -BSU_27470,yrrD,AL009126.3,BSU27470,2805704,2806228,-,conserved protein of unknown function,Function unknown,O34402,Op2196 -BSU_27480,recDB,AL009126.3,BSU27480,2806286,2808682,-,5'-3' helicase associated to SSB%3B exonuclease V,"Replication, recombination and repair",O34481,Op2197 -BSU_27490,yrrB,AL009126.3,BSU27490,2808707,2809327,-,putative tetratricopeptide repeat family protein,No COG annotation,O34452,Op2198 -BSU_27500,mnmA,AL009126.3,BSU27500,2809413,2810528,-,tRNA-specific 2-thiouridylase,"Translation, ribosomal structure and biogenesis",O35020,Op2199 -BSU_27510,iscSA,AL009126.3,BSU27510,2810559,2811698,-,cysteine desulfurase involved in U34 tRNA thiolation,Amino acid transport and metabolism,O34599,Op2199 -BSU_27520,cymR,AL009126.3,BSU27520,2811717,2812133,-,transcriptional regulator of cysteine biosynthesis,Transcription,O34527,Op2199 -BSU_27530,rarA,AL009126.3,BSU27530,2812336,2813601,+,DNA-dependent ATPase active at replication forks,"Replication, recombination and repair",O34528,Op2200 -BSU_27540,tcdA,AL009126.3,BSU27540,2813643,2814407,-,tRNA threonylcarbamoyladenosine dehydratase (t(6)A37 dehydratase),Coenzyme transport and metabolism,O32037,Op2201 -BSU_27550,aspS,AL009126.3,BSU27550,2814743,2816521,-,aspartyl-tRNA synthetase%2C promiscuous (also recognizes tRNAasn),"Translation, ribosomal structure and biogenesis",O32038,Op2202 -BSU_27560,hisS,AL009126.3,BSU27560,2816535,2817809,-,histidyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",O32039,Op2203 -BSU_27570,yrzK,AL009126.3,BSU27570,2818191,2818361,-,conserved protein of unknown function,No COG annotation,O32040,Op2204 -BSU_27580,yrvJ,AL009126.3,BSU27580,2818494,2820050,+,putative N-acetylmuramoyl-L-alanine amidase%2C family 3,Cell wall/membrane/envelope biogenesis,O32041,Op2205 -BSU_27590,dtd,AL009126.3,BSU27590,2820077,2820475,-,gly-tRNA(Ala) deacylase / D-Tyr-tRNATyr deacylase,"Translation, ribosomal structure and biogenesis",O32042,Op2206 -BSU_27600,rsh,AL009126.3,BSU27600,2820529,2822733,-,GTP pyrophosphokinase (RelA/SpoT),Transcription,O54408,Op2206 -BSU_27610,apt,AL009126.3,BSU27610,2822901,2823413,-,adenine phosphoribosyltransferase,Nucleotide transport and metabolism,O34443,Op2207 -BSU_27620,recJ,AL009126.3,BSU27620,2823419,2825779,-,single-strand DNA-specific exonuclease,"Replication, recombination and repair",O32044,Op2207 -BSU_27630,yrvD,AL009126.3,BSU27630,2825846,2826169,-,conserved protein of unknown function,Function unknown,O32045,Op2208 -BSU_27640,yrvC,AL009126.3,BSU27640,2826245,2826742,-,putative potassium transport accessory component,Inorganic ion transport and metabolism,O32046,Op2209 -BSU_27650,secDF,AL009126.3,BSU27650,2826900,2829113,-,protein-export membrane protein,"Intracellular trafficking, secretion, and vesicular transport",O32047,Op2210 -BSU_27660,comN,AL009126.3,BSU27660,2829152,2829448,-,post-transcriptional regulator,Function unknown,O32049,Op2211 -BSU_27670,spoVB,AL009126.3,BSU27670,2829564,2831120,+,involved in spore cortex synthesis (stage V sporulation)%3B translocase with flippase function for peptidoglycan synthesis,Function unknown,Q00758,Op2212 -BSU_27680,yrbG,AL009126.3,BSU27680,2831124,2831780,-,conserved hypothetical protein,Function unknown,O32050,Op2213 -BSU_27690,yrzE,AL009126.3,BSU27690,2831915,2832367,+,putative transporter,Function unknown,O32051,Op2214 -BSU_27700,yrbF,AL009126.3,BSU27700,2832424,2832690,-,component of the preprotein translocase,"Intracellular trafficking, secretion, and vesicular transport",O32052,Op2215 -BSU_27710,tgt,AL009126.3,BSU27710,2832727,2833872,-,tRNA-guanine transglycosylase,Nucleotide transport and metabolism,O32053,Op2216 -BSU_27720,queA,AL009126.3,BSU27720,2833899,2834927,-,S-adenosylmethionine tRNA ribosyltransferase-isomerase,"Translation, ribosomal structure and biogenesis",O32054,Op2217 -BSU_27729,yrzS,AL009126.3,BSU27729,2834957,2835157,-,conserved membrane protein of unknown function,Function unknown,C0H463,Op2218 -BSU_27730,ruvB,AL009126.3,BSU27730,2835150,2836154,-,Holliday junction DNA helicase%2C ATP-dependent component,"Replication, recombination and repair",O32055,Op2219 -BSU_27740,ruvA,AL009126.3,BSU27740,2836165,2836770,-,Holliday junction DNA helicase,"Replication, recombination and repair",O05392,Op2219 -BSU_27750,bofC,AL009126.3,BSU27750,2836909,2837421,-,bypass of forespore C%2C intercompartmental signaling factor,Function unknown,O05391,Op2220 -BSU_27760,csbX,AL009126.3,BSU27760,2837469,2838776,-,putative catecholate siderophose exporter,Amino acid transport and metabolism,O05390,Op2220 -BSU_27770,yrbE,AL009126.3,BSU27770,2838847,2839872,-,putative inositol-related oxidoreductase,Function unknown,O05389,Op2221 -BSU_27785,yrzF,AL009126.3,BSU27785,2840110,2840757,+,putative serine/threonine-protein kinase,Signal transduction mechanisms,O32057,Op2222 -BSU_27786,BSU_27786,AL009126.3,BSU27786,2840803,2840925,-,hypothetical protein,No COG annotation,L8EAY3,Op2223 -BSU_27800,yrzH,AL009126.3,BSU27800,2841010,2841300,+,hypothetical protein,Function unknown,UPI0001976878,Op2224 -BSU_27809,yrzT,AL009126.3,BSU27809,2841307,2841447,+,hypothetical protein,No COG annotation,C0H464,Op2225 -BSU_27810,alaP,AL009126.3,BSU27810,2841611,2843065,+,sodium/proton-dependent alanine transporter,Amino acid transport and metabolism,O32060,Op2226 -BSU_27820,yrbC,AL009126.3,BSU27820,2843106,2843828,-,putative factor regulating gene expression,Transcription,P94447,Op2227 -BSU_27830,sgpA,AL009126.3,BSU27830,2843931,2844527,-,spore germination protein,Function unknown,P94446,Op2228 -BSU_27840,safA,AL009126.3,BSU27840,2844675,2845838,-,morphogenetic protein associated with SpoVID,Cell wall/membrane/envelope biogenesis,O32062,Op2228 -BSU_27850,nadA,AL009126.3,BSU27850,2845955,2847061,-,quinolinate synthetase,Coenzyme transport and metabolism,Q9KWZ1,Op2229 -BSU_27860,nadC,AL009126.3,BSU27860,2847048,2847917,-,nicotinate-nucleotide pyrophosphorylase (quinolinate phosphoribosyltransferase),Coenzyme transport and metabolism,P39666,Op2229 -BSU_27870,nadB,AL009126.3,BSU27870,2847871,2849466,-,L-aspartate oxidase,Coenzyme transport and metabolism,P38032,Op2229 -BSU_27880,nifS,AL009126.3,BSU27880,2849569,2850756,+,desulfurase involved in iron-sulfur clusters for NAD biosynthesis,Amino acid transport and metabolism,P38033,Op2230 -BSU_27890,niaR,AL009126.3,BSU27890,2850716,2851258,+,transcriptional repressor of de novo NAD biosynthesis,Function unknown,P39667,Op2230 -BSU_27900,pheA,AL009126.3,BSU27900,2851283,2852140,-,prephenate dehydratase,Amino acid transport and metabolism,P21203,Op2231 -BSU_27910,thrR,AL009126.3,BSU27910,2852157,2852600,-,transcriptional repressor of operons hom-thrCB and thrD,Function unknown,P21204,Op2231 -BSU_27920,obgE,AL009126.3,BSU27920,2852661,2853947,-,ppGpp-binding GTPase involved in cell portioning%2C DNA repair and ribosome assembly,Function unknown,P20964,Op2232 -BSU_27930,spo0B,AL009126.3,BSU27930,2853981,2854559,-,sporulation initiation phosphotransferase,Signal transduction mechanisms,P06535,Op2232 -BSU_27935,BSU_27935,AL009126.3,BSU27935,2854637,2854759,+,hypothetical protein,No COG annotation,A0A2K4Z9M6,Op2233 -BSU_27940,rpmA,AL009126.3,BSU27940,2854880,2855164,-,ribosomal protein L27 (BL24),"Translation, ribosomal structure and biogenesis",P05657,Op2234 -BSU_27950,rppA,AL009126.3,BSU27950,2855177,2855515,-,ribosomal protein L27 specific N-terminal end cysteine protease,"Translation, ribosomal structure and biogenesis",P26942,Op2235 -BSU_27960,rplU,AL009126.3,BSU27960,2855518,2855826,-,ribosomal protein L21 (BL20),"Translation, ribosomal structure and biogenesis",P26908,Op2236 -BSU_27970,spoIVFB,AL009126.3,BSU27970,2855973,2856839,-,membrane metalloprotease [proteolysis of pro-sigma(K)],Function unknown,P26937,Op2237 -BSU_27980,spoIVFA,AL009126.3,BSU27980,2856832,2857626,-,regulator of SpoIVFB (stage IV sporulation),Cell wall/membrane/envelope biogenesis,P26936,Op2237 -BSU_27990,minD,AL009126.3,BSU27990,2857776,2858582,-,ATPase activator of MinC,"Cell cycle control, cell division, chromosome partitioning",Q01464,Op2238 -BSU_28000,minC,AL009126.3,BSU28000,2858584,2859264,-,cell-division regulator (septum placement),"Cell cycle control, cell division, chromosome partitioning",Q01463,Op2238 -BSU_28010,mreD,AL009126.3,BSU28010,2859317,2859835,-,cell-shape determining protein,Cell wall/membrane/envelope biogenesis,Q01467,Op2238 -BSU_28020,mreC,AL009126.3,BSU28020,2859832,2860704,-,cell-shape determining protein,Cell wall/membrane/envelope biogenesis,Q01466,Op2238 -BSU_28030,mreB,AL009126.3,BSU28030,2860735,2861748,-,cell-shape determining protein,"Cell cycle control, cell division, chromosome partitioning",Q01465,Op2238 -BSU_28040,ysxA,AL009126.3,BSU28040,2861840,2862535,-,conserved nucleotide-related metabolism protein,Amino acid transport and metabolism,Q02170,Op2239 -BSU_28050,maf,AL009126.3,BSU28050,2862572,2863141,-,nucleoside triphosphate pyrophosphatase%3B septum formation DNA-binding protein (multicopy associated filamentation),"Cell cycle control, cell division, chromosome partitioning",Q02169,Op2240 -BSU_28060,spoIIB,AL009126.3,BSU28060,2863294,2864292,-,spatial and temporal regulator of the dissolution of septal peptidoglycan during engulfment (stage II sporulation),Function unknown,P37575,Op2241 -BSU_28070,comC,AL009126.3,BSU28070,2864426,2865172,-,membrane prepilin peptidase,Cell motility,P15378,Op2242 -BSU_28080,folC,AL009126.3,BSU28080,2865312,2866604,-,folyl-polyglutamate synthase,Coenzyme transport and metabolism,Q05865,Op2243 -BSU_28090,valS,AL009126.3,BSU28090,2866664,2869306,-,valyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",Q05873,Op2243 -BSU_28099,yszA,AL009126.3,BSU28099,2869754,2869945,+,conserved protein of unknown function,No COG annotation,C0H465,Op2244 -BSU_28100,cotN,AL009126.3,BSU28100,2869964,2870989,-,spore coat protein,Function unknown,P37964,Op2245 -BSU_28110,spoVID,AL009126.3,BSU28110,2871022,2872749,-,morphogenetic spore protein (stage VI sporulation),Cell wall/membrane/envelope biogenesis,P37963,Op2245 -BSU_28120,hemL,AL009126.3,BSU28120,2872880,2874172,-,glutamate-1-semialdehyde 2%2C1-aminomutase,Coenzyme transport and metabolism,P30949,Op2246 -BSU_28130,hemB,AL009126.3,BSU28130,2874202,2875176,-,delta-aminolevulinic acid dehydratase (porphobilinogen synthase),Coenzyme transport and metabolism,P30950,Op2246 -BSU_28140,hemD,AL009126.3,BSU28140,2875173,2875961,-,uroporphyrinogen III cosynthase,Coenzyme transport and metabolism,P21248,Op2246 -BSU_28150,hemC,AL009126.3,BSU28150,2875951,2876895,-,porphobilinogen deaminase (hydroxymethylbilane synthase),Coenzyme transport and metabolism,P16616,Op2246 -BSU_28160,hemX,AL009126.3,BSU28160,2876928,2877758,-,negative effector of the concentration of glutamyl-tRNA reductase HemA,"Post-translational modification, protein turnover, and chaperones",P16645,Op2246 -BSU_28170,hemA,AL009126.3,BSU28170,2877766,2879133,-,glutamyl-tRNA reductase,Coenzyme transport and metabolism,P16618,Op2246 -BSU_28180,ysxD,AL009126.3,BSU28180,2879363,2879860,+,putative integral inner membrane protein,No COG annotation,P40736,Op2247 -BSU_28190,engB,AL009126.3,BSU28190,2879882,2880469,-,GTPase involved in ribosome 50S subunit assembly (maturation of the central 50S protuberance),"Cell cycle control, cell division, chromosome partitioning",P38424,Op2248 -BSU_28200,lonA,AL009126.3,BSU28200,2880466,2882790,-,class III heat-shock ATP-dependent LonA protease,"Post-translational modification, protein turnover, and chaperones",P37945,Op2248 -BSU_28210,lonB,AL009126.3,BSU28210,2882971,2884629,-,spore-specific ATP-dependent protease LonB,"Replication, recombination and repair",P42425,Op2249 -BSU_28220,clpX,AL009126.3,BSU28220,2884781,2886043,-,protein unfolding ATPase required for presentation of proteins to proteases%3B Maxwell's demon,"Post-translational modification, protein turnover, and chaperones",P50866,Op2250 -BSU_28230,tig,AL009126.3,BSU28230,2886315,2887589,-,prolyl isomerase (trigger factor),"Cell cycle control, cell division, chromosome partitioning",P80698,Op2251 -BSU_28240,ysoA,AL009126.3,BSU28240,2887817,2888821,-,putative hydrolase,Coenzyme transport and metabolism,P94569,Op2252 -BSU_28250,leuD,AL009126.3,BSU28250,2888940,2889539,-,3-isopropylmalate dehydratase (small subunit),Amino acid transport and metabolism,P94568,Op2253 -BSU_28260,leuC,AL009126.3,BSU28260,2889552,2890970,-,3-isopropylmalate dehydratase (large subunit),Amino acid transport and metabolism,P80858,Op2253 -BSU_28270,leuB,AL009126.3,BSU28270,2891020,2892117,-,3-isopropylmalate dehydrogenase,Energy production and conversion,P05645,Op2253 -BSU_28280,leuA,AL009126.3,BSU28280,2892138,2893694,-,2-isopropylmalate synthase,Amino acid transport and metabolism,P94565,Op2253 -BSU_28290,ilvC,AL009126.3,BSU28290,2893681,2894709,-,acetohydroxy-acid isomeroreductase (NADP-dependent),Amino acid transport and metabolism,P37253,Op2253 -BSU_28300,ilvH,AL009126.3,BSU28300,2894733,2895251,-,acetohydroxy-acid synthase (small subunit),Amino acid transport and metabolism,P37252,Op2253 -BSU_28310,ilvB,AL009126.3,BSU28310,2895248,2896972,-,acetohydroxy-acid synthase (large subunit),Amino acid transport and metabolism,P37251,Op2253 -BSU_28320,cotQ,AL009126.3,BSU28320,2897788,2898123,+,inner spore coat protein,No COG annotation,P94563,Op2254 -BSU_28330,ysnE,AL009126.3,BSU28330,2898292,2898747,+,putative indole acetic acid N-acetyltransferase,Transcription,P94562,Op2255 -BSU_28340,ysnF,AL009126.3,BSU28340,2898931,2899752,+,putative stress response protein,Function unknown,P94560,Op2256 -BSU_28350,ysnB,AL009126.3,BSU28350,2900020,2900529,-,putative phosphoesterase,Function unknown,P94559,Op2257 -BSU_28360,rdgB,AL009126.3,BSU28360,2900545,2901141,-,deoxyinosine/deoxyxanthosine triphosphate pyrophosphatase%2C promiscuous (subunit A),Nucleotide transport and metabolism,P94558,Op2258 -BSU_28370,rph,AL009126.3,BSU28370,2901154,2901891,-,ribonuclease PH,"Translation, ribosomal structure and biogenesis",P28619,Op2259 -BSU_28380,gerM,AL009126.3,BSU28380,2902002,2903102,-,germination (cortex hydrolysis) and sporulation (stage II%2C multiple polar septa) lytic enzyme,Function unknown,P39072,Op2260 -BSU_28390,rcmE,AL009126.3,BSU28390,2903217,2904035,-,glutamate racemase,Cell wall/membrane/envelope biogenesis,P94556,Op2261 -BSU_28400,ysmB,AL009126.3,BSU28400,2904043,2904483,-,putative transcriptional regulator (mother cell's gene expression during sporulation),Transcription,P97247,Op2262 -BSU_28410,gerE,AL009126.3,BSU28410,2904727,2904951,-,transcriptional regulator required for the expression of late spore coat genes,Transcription,P11470,Op2263 -BSU_28420,ysmA,AL009126.3,BSU28420,2905067,2905510,-,conserved protein of unknown function,Function unknown,P11469,Op2264 -BSU_28430,sdhB,AL009126.3,BSU28430,2905571,2906332,-,succinate dehydrogenase (iron-sulfur protein),Energy production and conversion,P08066,Op2265 -BSU_28440,sdhA,AL009126.3,BSU28440,2906335,2908095,-,succinate dehydrogenase (flavoprotein subunit),Energy production and conversion,P08065,Op2265 -BSU_28450,sdhC,AL009126.3,BSU28450,2908129,2908737,-,succinate dehydrogenase (cytochrome b558 subunit),Energy production and conversion,P08064,Op2265 -BSU_28460,yslB,AL009126.3,BSU28460,2909030,2909476,+,conserved protein of unknown function,Function unknown,P42955,Op2266 -BSU_28470,lysCA,AL009126.3,BSU28470,2909520,2910746,-,aspartokinase II alpha subunit (aa 1->408),Amino acid transport and metabolism,P08495,Op2267 -BSU_28475,lysCB,AL009126.3,BSU28475,2909520,2910011,-,aspartokinase II beta subunit (aa 246->408),Amino acid transport and metabolism,A0A2K4Z9M4,Op2268 -BSU_28490,uvrC,AL009126.3,BSU28490,2911116,2912888,-,excinuclease ABC (subunit C),"Replication, recombination and repair",P14951,Op2269 -BSU_28500,trxA,AL009126.3,BSU28500,2913024,2913338,-,thioredoxin,"Post-translational modification, protein turnover, and chaperones",P14949,Op2270 -BSU_28509,BSU_28509,AL009126.3,,2913483,2913593,-,CDS C-terminal fragment,No COG annotation,,Op2271 -BSU_28510,abfB,AL009126.3,BSU28510,2913661,2915148,-,exo-alpha-L-arabinofuranosidase,Carbohydrate transport and metabolism,P94552,Op2272 -BSU_28520,etfA,AL009126.3,BSU28520,2915365,2916342,-,electron transfer flavoprotein (alpha subunit),Energy production and conversion,P94551,Op2273 -BSU_28530,etfB,AL009126.3,BSU28530,2916378,2917151,-,electron transfer flavoprotein (beta subunit),Energy production and conversion,P94550,Op2273 -BSU_28540,fadB,AL009126.3,BSU28540,2917166,2917942,-,enoyl-CoA hydratase,Lipid transport and metabolism,P94549,Op2273 -BSU_28550,fadR,AL009126.3,BSU28550,2917957,2918541,-,transcriptional regulator of fatty acids degradation [FadR-long-chain (C14-C20) acyl-CoAs],Transcription,P94548,Op2273 -BSU_28560,lcfA,AL009126.3,BSU28560,2918646,2920328,-,long chain acyl-CoA ligase (degradative),Lipid transport and metabolism,P94547,Op2273 -BSU_28570,yshE,AL009126.3,BSU28570,2920517,2920921,-,putative integral inner membrane protein,Function unknown,P94546,Op2274 -BSU_28580,mutSB,AL009126.3,BSU28580,2920936,2923293,-,homologous recombination factor,"Replication, recombination and repair",P94545,Op2275 -BSU_28590,polX,AL009126.3,BSU28590,2923314,2925026,-,DNA polymerase/3'-5' exonuclease X,"Replication, recombination and repair",P94544,Op2276 -BSU_28600,yshB,AL009126.3,BSU28600,2925100,2925633,-,putative integral membrane protein,Function unknown,P94543,Op2277 -BSU_28610,zapA,AL009126.3,BSU28610,2925640,2925897,-,regulator of cell division,"Cell cycle control, cell division, chromosome partitioning",P94542,Op2278 -BSU_28620,rnhC,AL009126.3,BSU28620,2926031,2926972,+,ribonuclease HIII,"Replication, recombination and repair",P94541,Op2279 -BSU_28630,pheT,AL009126.3,BSU28630,2927008,2929422,-,phenylalanyl-tRNA synthetase (beta subunit),"Translation, ribosomal structure and biogenesis",P17922,Op2280 -BSU_28640,pheS,AL009126.3,BSU28640,2929438,2930472,-,phenylalanyl-tRNA synthetase (alpha subunit),"Translation, ribosomal structure and biogenesis",P17921,Op2280 -BSU_28645,BSU_28645,AL009126.3,BSU28645,2930554,2930760,+,hypothetical protein,No COG annotation,A0A2K4Z9L9,Op2281 -BSU_28650,rlmBB,AL009126.3,BSU28650,2930827,2931573,-,ribosomal RNA methylase,"Translation, ribosomal structure and biogenesis",P94538,Op2282 -BSU_28660,sspI,AL009126.3,BSU28660,2931692,2931907,+,small acid-soluble spore protein,Function unknown,P94537,Op2283 -BSU_28670,ysfB,AL009126.3,BSU28670,2931976,2933082,+,putative transcriptional regulator (glycolate degradation operon),Transcription,P94536,Op2284 -BSU_28680,glcD,AL009126.3,BSU28680,2933185,2934597,+,glycolate oxidase subunit,Energy production and conversion,P94535,Op2285 -BSU_28690,glcF,AL009126.3,BSU28690,2934594,2935928,+,glycolate oxidase (iron-sulfur subunit),Energy production and conversion,P94534,Op2286 -BSU_28700,ysfE,AL009126.3,BSU28700,2935967,2936209,-,conserved protein of unknown function,Amino acid transport and metabolism,P94533,Op2287 -BSU_28709,BSU_28709,AL009126.3,BSU28709,2936269,2936439,-,hypothetical protein,No COG annotation,A0A2K4Z9L8,Op2288 -BSU_28710,cstA,AL009126.3,BSU28710,2936382,2938178,-,carbon starvation-induced membrane protein,Signal transduction mechanisms,P94532,Op2289 -BSU_28720,abfA,AL009126.3,BSU28720,2938330,2939832,-,alpha-L-arabinofuranosidase,Carbohydrate transport and metabolism,P94531,Op2290 -BSU_28730,araQ,AL009126.3,BSU28730,2939851,2940696,-,arabinose/arabinan permease,Carbohydrate transport and metabolism,P94530,Op2290 -BSU_28740,araP,AL009126.3,BSU28740,2940697,2941638,-,arabinose/arabinan permease,Carbohydrate transport and metabolism,P94529,Op2290 -BSU_28750,araN,AL009126.3,BSU28750,2941674,2942975,-,sugar-binding lipoprotein,Carbohydrate transport and metabolism,P94528,Op2290 -BSU_28760,egsA,AL009126.3,BSU28760,2943006,2944190,-,sn-glycerol-1-phosphate dehydrogenase [NAD+] (catabolic),Lipid transport and metabolism,P94527,Op2290 -BSU_28770,araL,AL009126.3,BSU28770,2944187,2945005,-,glycolytic and pentose phosphate intermediates phosphatase,Carbohydrate transport and metabolism,P94526,Op2290 -BSU_28780,araD,AL009126.3,BSU28780,2944983,2945672,-,L-ribulose-5-phosphate 4-epimerase,Carbohydrate transport and metabolism,P94525,Op2290 -BSU_28790,araB,AL009126.3,BSU28790,2945689,2947371,-,L-ribulokinase,Energy production and conversion,P94524,Op2290 -BSU_28800,araA,AL009126.3,BSU28800,2947385,2948875,-,L-arabinose isomerase,Carbohydrate transport and metabolism,P94523,Op2290 -BSU_28810,abnA,AL009126.3,BSU28810,2949053,2950024,-,arabinan-endo-1%2C5-alpha-L-arabinase,Carbohydrate transport and metabolism,P94522,Op2291 -BSU_28820,frvX,AL009126.3,BSU28820,2950221,2951306,-,putative fructose-lysine aminopeptidase,Carbohydrate transport and metabolism,P94521,Op2292 -BSU_28830,ysdB,AL009126.3,BSU28830,2951490,2951882,+,conserved protein of unknown function,Function unknown,P94520,Op2293 -BSU_28840,ysdA,AL009126.3,BSU28840,2951898,2952167,-,putative membrane component,Function unknown,P94519,Op2294 -BSU_28850,rplT,AL009126.3,BSU28850,2952224,2952583,-,ribosomal protein L20,"Translation, ribosomal structure and biogenesis",P55873,Op2294 -BSU_28860,rpmI,AL009126.3,BSU28860,2952615,2952815,-,ribosomal protein L35,"Translation, ribosomal structure and biogenesis",P55874,Op2294 -BSU_28870,infC,AL009126.3,BSU28870,2952828,2953349,-,initiation factor IF-3,"Translation, ribosomal structure and biogenesis",P55872,Op2294 -BSU_28890,yscB,AL009126.3,BSU28890,2953795,2954460,+,putative lipoprotein,No COG annotation,P94517,Op2295 -BSU_28900,pftB,AL009126.3,BSU28900,2954492,2955187,-,pyruvate import system subunit B,Cell wall/membrane/envelope biogenesis,P94516,Op2296 -BSU_28910,pftA,AL009126.3,BSU28910,2955209,2955649,-,pyruvate uptake system subunit A,Function unknown,P94515,Op2296 -BSU_28920,lytT,AL009126.3,BSU28920,2955783,2956508,-,two-component response regulator [LytS],Signal transduction mechanisms,P94514,Op2297 -BSU_28930,lytS,AL009126.3,BSU28930,2956486,2958267,-,two-component sensor histidine kinase [LytT],Signal transduction mechanisms,P94513,Op2298 -BSU_28940,ysaA,AL009126.3,BSU28940,2958434,2959216,+,promiscuous phosphatase,Function unknown,P94512,Op2299 -BSU_28950,thrS,AL009126.3,BSU28950,2959257,2961188,-,threonyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P18255,Op2300 -BSU_28960,ytxC,AL009126.3,BSU28960,2961586,2962431,-,sporulation protein,Function unknown,P06569,Op2301 -BSU_28970,ytxB,AL009126.3,BSU28970,2962510,2963151,-,putative osomosensing transporter,Function unknown,P06568,Op2302 -BSU_28980,dnaI,AL009126.3,BSU28980,2963185,2964120,-,helicase loader,"Replication, recombination and repair",P06567,Op2303 -BSU_28990,dnaB,AL009126.3,BSU28990,2964148,2965566,-,helicase loading protein%3B replication initiation membrane attachment protein,"Replication, recombination and repair",P07908,Op2304 -BSU_29000,nrdR,AL009126.3,BSU29000,2965681,2966139,-,negative regulator of transcription of ribonucleotide reductase nrd genes and operons,Transcription,Q45549,Op2305 -BSU_29010,speD,AL009126.3,BSU29010,2966413,2966793,-,S-adenosylmethionine decarboxylase,Amino acid transport and metabolism,O34426,Op2306 -BSU_29020,gapB,AL009126.3,BSU29020,2967032,2968054,-,glyceraldehyde-3-phosphate dehydrogenase (NADP-dependent%2C gluconeogenesis),Carbohydrate transport and metabolism,O34425,Op2306 -BSU_29030,ytcD,AL009126.3,BSU29030,2968260,2968640,-,putative transcriptional regulator (HxlR family),Transcription,O34533,Op2307 -BSU_29040,ytbD,AL009126.3,BSU29040,2968824,2970014,+,putative transporter,Amino acid transport and metabolism,O34367,Op2308 -BSU_29050,ytbE,AL009126.3,BSU29050,2970038,2970880,+,promiscuous aldo/keto reductase,Function unknown,O34678,Op2309 -BSU_29060,coaE,AL009126.3,BSU29060,2970922,2971515,-,dephosphocoenzyme A kinase,Nucleotide transport and metabolism,O34932,Op2310 -BSU_29070,spcF,AL009126.3,BSU29070,2971531,2972163,-,membrane calmodulin-like protein essential for stage III sporulation,Inorganic ion transport and metabolism,C0SP79,Op2311 -BSU_29080,mutM,AL009126.3,BSU29080,2972329,2973159,-,formamidopyrimidine-DNA glycosylase%3B 5-hydroxymethyl-uracil DNA-glycosylase,"Replication, recombination and repair",O34403,Op2312 -BSU_29090,polA,AL009126.3,BSU29090,2973182,2975824,-,DNA polymerase I,"Replication, recombination and repair",O34996,Op2313 -BSU_29100,phoR,AL009126.3,BSU29100,2976068,2977807,-,two-component sensor histidine kinase,Signal transduction mechanisms,P23545,Op2314 -BSU_29110,phoP,AL009126.3,BSU29110,2977800,2978522,-,two-component response regulator,Signal transduction mechanisms,P13792,Op2314 -BSU_29120,mdh,AL009126.3,BSU29120,2978734,2979672,-,malate dehydrogenase (NAD-dependent),Energy production and conversion,P49814,Op2315 -BSU_29130,icd,AL009126.3,BSU29130,2979716,2980987,-,isocitrate dehydrogenase,Energy production and conversion,P39126,Op2315 -BSU_29140,citZ,AL009126.3,BSU29140,2981151,2982269,-,citrate synthase II,Energy production and conversion,P39120,Op2315 -BSU_29150,ytwI,AL009126.3,BSU29150,2982603,2983067,-,putative integral membrane protein,Function unknown,O34811,Op2316 -BSU_29160,ytvI,AL009126.3,BSU29160,2983164,2984279,+,putative sporulation-related permease,Function unknown,O34991,Op2317 -BSU_29170,ytzA,AL009126.3,BSU29170,2984312,2984695,-,putative integral inner membrane protein,Function unknown,O32064,Op2318 -BSU_29180,pyk,AL009126.3,BSU29180,2984788,2986545,-,pyruvate kinase,Carbohydrate transport and metabolism,P80885,Op2318 -BSU_29190,pfkA,AL009126.3,BSU29190,2986588,2987547,-,6-phosphofructokinase,Nucleotide transport and metabolism,O34529,Op2318 -BSU_29200,accA,AL009126.3,BSU29200,2987731,2988708,-,acetyl-CoA carboxylase (carboxyltransferase alpha subunit),Lipid transport and metabolism,O34847,Op2319 -BSU_29210,accD,AL009126.3,BSU29210,2988693,2989565,-,acetyl-CoA carboxylase (carboxyltransferase beta subunit),Lipid transport and metabolism,C0SP93,Op2319 -BSU_29220,maeB,AL009126.3,BSU29220,2989900,2991132,-,NADP-dependent malic enzyme (conversion of malate into pyruvate%2C anabolic),Energy production and conversion,O34962,Op2320 -BSU_29230,dnaEC,AL009126.3,BSU29230,2991269,2994616,-,DNA polymerase III (alpha subunit)%2C DnaE3,"Replication, recombination and repair",O34623,Op2321 -BSU_29239,ytrH,AL009126.3,BSU29239,2994756,2995097,+,membrane protein involved in a sporulation process,Function unknown,C0H3P8,Op2322 -BSU_29240,ytrI,AL009126.3,BSU29240,2995094,2995597,+,protein involved in sporulation,No COG annotation,O34460,Op2322 -BSU_29249,ytzJ,AL009126.3,BSU29249,2995699,2995890,+,putative sporulation-related conserved protein,No COG annotation,C0H3P9,Op2323 -BSU_29250,nrnA,AL009126.3,BSU29250,2995908,2996849,-,nanoRNase (oligoribonuclease) (3'->5'short substrates%2C 5'->3' long substrates)%2C 3'%2C5'-bisphosphate nucleotidase,Function unknown,O34600,Op2324 -BSU_29260,ytpI,AL009126.3,BSU29260,2996980,2997282,+,conserved protein of unknown function,Function unknown,O34922,Op2325 -BSU_29270,ytoI,AL009126.3,BSU29270,2997301,2998620,-,conserved protein of unknown function,Transcription,O34921,Op2326 -BSU_29280,ytnM,AL009126.3,BSU29280,2998796,2999698,-,putative transporter,Function unknown,O34430,Op2327 -BSU_29290,sndA,AL009126.3,BSU29290,2999717,3000967,-,S-alkyl-N-acetyl-metabolite deacetylase,Amino acid transport and metabolism,O34980,Op2327 -BSU_29300,ribR,AL009126.3,BSU29300,3000985,3001677,-,FMN-riboswitch-binding activator of rib genes,Coenzyme transport and metabolism,P94465,Op2327 -BSU_29310,cmoJ,AL009126.3,BSU29310,3001724,3003052,-,monooxygenase (S-alkyl substrates),Energy production and conversion,O34974,Op2327 -BSU_29320,cmoI,AL009126.3,BSU29320,3003049,3003330,-,redoxin,"Post-translational modification, protein turnover, and chaperones",O34639,Op2327 -BSU_29330,cmoO,AL009126.3,BSU29330,3003345,3004349,-,monooxygenase (S-alkyl substrates),Energy production and conversion,O34846,Op2327 -BSU_29340,tcyN,AL009126.3,BSU29340,3004346,3005125,-,sulfur-containing amino-acid ABC transporter (ATP-binding protein),Amino acid transport and metabolism,O34900,Op2327 -BSU_29350,tcyM,AL009126.3,BSU29350,3005122,3005829,-,sulfur-containing amino acid ABC transporter (permease),"Intracellular trafficking, secretion, and vesicular transport",O34931,Op2327 -BSU_29360,tcyL,AL009126.3,BSU29360,3005859,3006578,-,sulfur-containing amino acid ABC transporter (permease),Inorganic ion transport and metabolism,O34315,Op2327 -BSU_29370,tcyK,AL009126.3,BSU29370,3006600,3007412,-,sulfur-containing amino acid ABC transporter binding lipoprotein,Cell wall/membrane/envelope biogenesis,O34852,Op2327 -BSU_29380,tcyJ,AL009126.3,BSU29380,3007426,3008235,-,sulfur containing amino acid ABC transporter binding lipoprotein,Amino acid transport and metabolism,O34406,Op2327 -BSU_29390,snaA,AL009126.3,BSU29390,3008249,3008785,-,N-acetyltransferase acting on sulfur compounds,Transcription,O34350,Op2327 -BSU_29400,ascR,AL009126.3,BSU29400,3008938,3009864,+,transcriptional regulator of operon snaA-ytnM degrading cysteine-containing compounds (AscR-N-acetylcysteine),Transcription,O35038,Op2328 -BSU_29410,ytkL,AL009126.3,BSU29410,3009915,3010598,-,putative metal-dependent hydrolase,Function unknown,Q795U4,Op2329 -BSU_29420,ytkK,AL009126.3,BSU29420,3010661,3011428,-,putative 3-oxoacyl-acyl-carrier protein reductase,Lipid transport and metabolism,O34308,Op2330 -BSU_29430,ytzD,AL009126.3,BSU29430,3011555,3011791,-,conserved protein of unknown function,No COG annotation,UPI00000608D8,Op2331 -BSU_29440,argH,AL009126.3,BSU29440,3011751,3013136,-,argininosuccinate lyase,Amino acid transport and metabolism,O34858,Op2332 -BSU_29450,argG,AL009126.3,BSU29450,3013133,3014344,-,argininosuccinate synthase,Amino acid transport and metabolism,O34347,Op2333 -BSU_29460,moaB,AL009126.3,BSU29460,3014514,3015026,-,molybdopterin GTP-binding precursor Z biosynthesis component,Coenzyme transport and metabolism,O34457,Op2334 -BSU_29470,ackA,AL009126.3,BSU29470,3015111,3016298,-,acetate kinase,Nucleotide transport and metabolism,P37877,Op2335 -BSU_29479,BSU_29479,AL009126.3,BSU29479,3016471,3016674,-,hypothetical protein,No COG annotation,A0A2K4Z9M3,Op2336 -BSU_29480,ytxK,AL009126.3,BSU29480,3016646,3017635,-,putative nucleic acid methyltransferase,"Replication, recombination and repair",P37876,Op2337 -BSU_29490,tpx,AL009126.3,BSU29490,3017696,3018199,-,thiol peroxidase (lipid hydroperoxide reductase),"Post-translational modification, protein turnover, and chaperones",P80864,Op2338 -BSU_29500,gerW,AL009126.3,BSU29500,3018309,3018764,-,germination-associated protein,Function unknown,O34806,Op2339 -BSU_29510,ytfI,AL009126.3,BSU29510,3018778,3019458,-,conserved sporulation-related protein,Function unknown,O34917,Op2339 -BSU_29520,yteJ,AL009126.3,BSU29520,3019533,3020027,-,putative integral inner membrane protein,Function unknown,O34424,Op2340 -BSU_29530,sppA,AL009126.3,BSU29530,3020040,3021047,-,signal peptide peptidase,"Post-translational modification, protein turnover, and chaperones",O34525,Op2340 -BSU_29540,ppnKB,AL009126.3,BSU29540,3021233,3022036,+,inorganic polyphosphate/ATP-NAD kinase,Carbohydrate transport and metabolism,O34934,Op2341 -BSU_29550,ytcJ,AL009126.3,BSU29550,3022068,3023657,-,putative N-substituted formamide deformylase%2C dihydropyrimidinase or isoaspartyl peptidase,Function unknown,O34355,Op2342 -BSU_29560,ytcI,AL009126.3,BSU29560,3023677,3025266,-,putative acyl-coenzyme A synthetase,Lipid transport and metabolism,C0SPB0,Op2343 -BSU_29570,sspA,AL009126.3,BSU29570,3025445,3025654,-,small acid-soluble spore protein (alpha-type SASP),Function unknown,P04831,Op2344 -BSU_29580,trmG,AL009126.3,BSU29580,3025748,3026953,-,persulfide ATP pyrophosphatase involved in tRNA modification,Coenzyme transport and metabolism,O34595,Op2345 -BSU_29590,iscSB,AL009126.3,BSU29590,3026957,3028102,-,cysteine desulfurase,Amino acid transport and metabolism,O34874,Op2346 -BSU_29600,braB,AL009126.3,BSU29600,3028297,3029634,+,branched-chain amino acid-Na+ symporter,Amino acid transport and metabolism,O34545,Op2347 -BSU_29610,ezrA,AL009126.3,BSU29610,3029729,3031417,-,negative regulator of FtsZ ring formation,"Cell cycle control, cell division, chromosome partitioning",O34894,Op2348 -BSU_29620,hisK,AL009126.3,BSU29620,3031614,3032420,+,histidinol phosphate phosphatase,Amino acid transport and metabolism,O34411,Op2349 -BSU_29630,refZ,AL009126.3,BSU29630,3032417,3033040,-,regulator of FtsZ defining the chromosome region captured in the forespore,Transcription,O34970,Op2350 -BSU_29640,msrC,AL009126.3,BSU29640,3033167,3033658,+,free methionine-(R)-sulfoxide reductase,Signal transduction mechanisms,O34553,Op2351 -BSU_29650,dgcP,AL009126.3,BSU29650,3033696,3035435,-,diguanylate cyclase,Signal transduction mechanisms,O34325,Op2352 -BSU_29660,rpsD,AL009126.3,BSU29660,3035730,3036332,+,ribosomal protein S4 (BS4),"Translation, ribosomal structure and biogenesis",P21466,Op2353 -BSU_29670,tyrS,AL009126.3,BSU29670,3036603,3037871,-,tyrosyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P22326,Op2354 -BSU_29680,acsA,AL009126.3,BSU29680,3038213,3039931,-,acetyl-CoA synthetase,Lipid transport and metabolism,P39062,Op2355 -BSU_29690,acuA,AL009126.3,BSU29690,3040092,3040724,+,protein acetyltransferase (acetylates AcsA),Transcription,P39065,Op2356 -BSU_29700,acuB,AL009126.3,BSU29700,3040751,3041395,+,component of the acetyl-coenzyme A synthetase regulation pathway,Function unknown,P39066,Op2356 -BSU_29710,acuC,AL009126.3,BSU29710,3041392,3042555,+,protein deacetylase (regulates AcsA activity),Chromatin structure and dynamics,P39067,Op2356 -BSU_29720,motS,AL009126.3,BSU29720,3042566,3043294,-,sodium channel stator-force generator peptidoglycan binding subunit of flagellar rotation,Cell motility,P39064,Op2357 -BSU_29730,motP,AL009126.3,BSU29730,3043284,3044102,-,sodium channel stator-force generator subunit of flagellar rotation,Cell motility,P39063,Op2357 -BSU_29740,ccpA,AL009126.3,BSU29740,3044165,3045169,-,transcriptional regulator of catabolite repression (Lacl family),Transcription,P25144,Op2357 -BSU_29750,aroX,AL009126.3,BSU29750,3045445,3046521,-,bifunctional chorismate mutase type II-isozyme 3 (regulatory domain)%3B 3-deoxy-D-arabino-heptulosonate 7-phosphate synthase,Amino acid transport and metabolism,P39912,Op2358 -BSU_29760,brxJ,AL009126.3,BSU29760,3046757,3047083,-,bacilliredoxin involved in debacillithiolation,"Post-translational modification, protein turnover, and chaperones",P39914,Op2359 -BSU_29770,ytxH,AL009126.3,BSU29770,3047107,3047562,-,conserved protein of unknown function,Function unknown,P40780,Op2359 -BSU_29780,ytxG,AL009126.3,BSU29780,3047593,3048015,-,general stress protein,Function unknown,P40779,Op2359 -BSU_29790,murC,AL009126.3,BSU29790,3048177,3049475,-,UDP-N-acetyl muramate-alanine ligase,Cell wall/membrane/envelope biogenesis,P40778,Op2360 -BSU_29805,sftA,AL009126.3,BSU29805,3049725,3052583,-,DNA translocase,"Cell cycle control, cell division, chromosome partitioning",C0SP86,Op2361 -BSU_29820,ytpR,AL009126.3,BSU29820,3052743,3053348,-,putative tRNA binding enzyme,"Translation, ribosomal structure and biogenesis",O34943,Op2362 -BSU_29830,ytpQ,AL009126.3,BSU29830,3053364,3054173,-,conserved protein of unknown function (iron homeostasis),Function unknown,O34496,Op2362 -BSU_29840,ytpP,AL009126.3,BSU29840,3054188,3054511,-,putative thiol-disulfide oxidoreductase with thioredoxin domain,Energy production and conversion,O34357,Op2362 -BSU_29845,BSU_29845,AL009126.3,BSU29845,3054550,3054666,-,hypothetical protein,No COG annotation,A0A2K4Z9M1,Op2363 -BSU_29850,ytoQ,AL009126.3,BSU29850,3054746,3055192,+,putative enzyme with sugar binding fold,Function unknown,O34305,Op2364 -BSU_29860,ytoP,AL009126.3,BSU29860,3055247,3056320,-,putative modified amino acid aminopeptidase,Carbohydrate transport and metabolism,O34924,Op2365 -BSU_29870,ytzB,AL009126.3,BSU29870,3056479,3056796,+,conserved protein of unknown function,Function unknown,O32065,Op2366 -BSU_29880,maeC,AL009126.3,BSU29880,3056849,3058549,-,NAD-dependent malic enzyme (conversion of malate into pyruvate),Energy production and conversion,O34389,Op2367 -BSU_29890,ytnP,AL009126.3,BSU29890,3058631,3059401,-,putative quorum-quenching lactonase,Function unknown,O34760,Op2368 -BSU_29900,trmB,AL009126.3,BSU29900,3059547,3060188,-,tRNA (guanine-N(7)-)-methyltransferase,"Translation, ribosomal structure and biogenesis",O34522,Op2369 -BSU_29910,ytzH,AL009126.3,BSU29910,3060395,3060673,+,conserved protein of unknown function,Function unknown,O32066,Op2370 -BSU_29920,ytmP,AL009126.3,BSU29920,3060674,3061288,-,putative kinase/phosphotransferase,Cell wall/membrane/envelope biogenesis,C0SPC1,Op2371 -BSU_29930,amyX,AL009126.3,BSU29930,3061651,3063807,-,pullulanase,Carbohydrate transport and metabolism,C0SPA0,Op2372 -BSU_29940,ytlR,AL009126.3,BSU29940,3063833,3064762,-,putative phospholipid kinase,Lipid transport and metabolism,O34799,Op2373 -BSU_29950,ytlQ,AL009126.3,BSU29950,3064811,3065725,-,putative hydrolase,No COG annotation,O34471,Op2374 -BSU_29960,ytlP,AL009126.3,BSU29960,3065751,3066302,-,putative RNA 2'%2C3'-cyclic phosphodiesterase,"Translation, ribosomal structure and biogenesis",O34570,Op2375 -BSU_29970,ytkP,AL009126.3,BSU29970,3066451,3067386,+,putative cysteine synthase-like enzyme,Amino acid transport and metabolism,O34476,Op2376 -BSU_29980,ytjP,AL009126.3,BSU29980,3067420,3068811,-,putative promiscuous peptidase/deacylase,Amino acid transport and metabolism,O34944,Op2377 -BSU_29990,pbuO,AL009126.3,BSU29990,3068908,3070206,+,hypoxanthine/guanine permease,Function unknown,O34978,Op2378 -BSU_30000,ythQ,AL009126.3,BSU30000,3070246,3071403,-,putative ABC transporter (permease),"Intracellular trafficking, secretion, and vesicular transport",O35029,Op2379 -BSU_30010,ythP,AL009126.3,BSU30010,3071400,3072110,-,putative ABC transporter (ATP-binding protein),Defense mechanisms,O34977,Op2379 -BSU_30020,ytzE,AL009126.3,BSU30020,3072401,3072622,+,putative transcriptional regulator (DeoR family),Transcription,O32067,Op2380 -BSU_30035,rsuA,AL009126.3,BSU30035,3072743,3073462,-,16S rRNA pseudouridylate 516 synthase,"Translation, ribosomal structure and biogenesis",O32068,Op2381 -BSU_30050,murJ,AL009126.3,BSU30050,3073531,3075165,-,lipid II flippase,Function unknown,O34674,Op2382 -BSU_30060,ytfP,AL009126.3,BSU30060,3075367,3076629,+,putative NAD(FAD)-utilizing dehydrogenase,Function unknown,Q795R8,Op2383 -BSU_30070,opuD,AL009126.3,BSU30070,3076818,3078356,+,glycine betaine transporter,Cell wall/membrane/envelope biogenesis,P54417,Op2384 -BSU_30080,yteV,AL009126.3,BSU30080,3078393,3078575,-,conserved sporulation-related protein,Function unknown,P94496,Op2385 -BSU_30090,rmgU,AL009126.3,BSU30090,3078643,3079311,-,putative membrane enzyme for rhamnogalaturonan degradation,Function unknown,O34378,Op2386 -BSU_30100,rmgT,AL009126.3,BSU30100,3079333,3080619,-,putative dehydrogenase of rhamnogalaturonan degradation,Function unknown,O34371,Op2387 -BSU_30110,rmgS,AL009126.3,BSU30110,3080631,3081134,-,lipoprotein required for rhamnogalaturonan transport and degradation,Carbohydrate transport and metabolism,C0SP80,Op2388 -BSU_30120,rmgQ,AL009126.3,BSU30120,3081131,3082252,-,unsaturated rhamnogalacturonyl hydrolase,Carbohydrate transport and metabolism,O34559,Op2389 -BSU_30135,rmgP,AL009126.3,BSU30135,3082260,3083225,-,permease for unsaturated rhamnogalacturonan,Carbohydrate transport and metabolism,C0SPB3,Op2390 -BSU_30150,rmgR,AL009126.3,BSU30150,3083441,3085759,+,membrane bound transcriptional regulator (controlling rhamnogalacturonan degradation),Transcription,O32071,Op2391 -BSU_30160,ytcQ,AL009126.3,BSU30160,3085800,3087296,-,putative ABC transporter (binding lipoprotein),Carbohydrate transport and metabolism,Q795R2,Op2392 -BSU_30170,ytcP,AL009126.3,BSU30170,3087321,3088181,-,putative ABC transporter (permease),Carbohydrate transport and metabolism,P53561,Op2393 -BSU_30180,ytbQ,AL009126.3,BSU30180,3088388,3089149,-,putative NAD-dependent nucleoside-diphosphate-sugar epimerase,Carbohydrate transport and metabolism,P53560,Op2394 -BSU_30190,bioI,AL009126.3,BSU30190,3089226,3090413,-,cytochrome P450 for pimelic acid formation for biotin biosynthesis,Energy production and conversion,P53554,Op2394 -BSU_30200,bioB,AL009126.3,BSU30200,3090482,3091489,-,biotin synthase,Coenzyme transport and metabolism,P53557,Op2394 -BSU_30210,bioD,AL009126.3,BSU30210,3091492,3092187,-,dethiobiotin synthetase,Coenzyme transport and metabolism,P53558,Op2394 -BSU_30220,bioFC,AL009126.3,BSU30220,3092184,3093353,-,8-amino-7-oxononanoate synthase (pimeloyl-CoA-dependent),Coenzyme transport and metabolism,P53556,Op2394 -BSU_30230,bioK,AL009126.3,BSU30230,3093343,3094689,-,L-lysine-8-amino-7-oxononanoate aminotransferase,Coenzyme transport and metabolism,P53555,Op2394 -BSU_30240,bioW,AL009126.3,BSU30240,3094679,3095455,-,6-carboxyhexanoate-CoA ligase (pimeloyl-CoA synthase),Coenzyme transport and metabolism,P53559,Op2394 -BSU_30250,ytaP,AL009126.3,BSU30250,3095665,3096564,-,putative hydrolase,Function unknown,O34973,Op2395 -BSU_30260,msmR,AL009126.3,BSU30260,3096782,3097816,+,transcriptional regulator (LacI family),Transcription,O34829,Op2396 -BSU_30270,msmE,AL009126.3,BSU30270,3097850,3099130,+,multiple sugar-binding lipoprotein,Carbohydrate transport and metabolism,O34335,Op2396 -BSU_30280,msmF,AL009126.3,BSU30280,3099123,3100034,+,carbohydrate ABC transporter (permease),Inorganic ion transport and metabolism,O34706,Op2396 -BSU_30290,msmG,AL009126.3,BSU30290,3100031,3100861,+,maltose and multiple sugars ABC transporter (permease),Inorganic ion transport and metabolism,O34518,Op2396 -BSU_30300,melA,AL009126.3,BSU30300,3100881,3102179,+,alpha-D-galactoside galactohydrolase,Carbohydrate transport and metabolism,O34645,Op2396 -BSU_30310,ytwF,AL009126.3,BSU30310,3102201,3102512,-,putative sulfur transferase,Inorganic ion transport and metabolism,O32072,Op2397 -BSU_30320,leuS,AL009126.3,BSU30320,3102629,3105043,-,leucyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P36430,Op2398 -BSU_30330,ytvB,AL009126.3,BSU30330,3105470,3105805,-,putative conserved membrane protein,Function unknown,O34881,Op2399 -BSU_30340,blrA,AL009126.3,BSU30340,3106210,3106995,+,blue light GTP-binding receptor,Signal transduction mechanisms,O34627,Op2400 -BSU_30350,yttB,AL009126.3,BSU30350,3107232,3108425,-,putative efflux transporter,Amino acid transport and metabolism,O34546,Op2401 -BSU_30360,yttA,AL009126.3,BSU30360,3108614,3109360,+,conserved protein of unknown function,Function unknown,Q795Q5,Op2402 -BSU_30370,bceB,AL009126.3,BSU30370,3109397,3111337,-,ABC transporter (permease),Defense mechanisms,O34741,Op2403 -BSU_30380,bceA,AL009126.3,BSU30380,3111327,3112088,-,bacitracin ABC efflux transporter (ATP-binding protein),Defense mechanisms,O34697,Op2403 -BSU_30390,bceS,AL009126.3,BSU30390,3112190,3113194,-,two-component sensor histidine kinase controlling resistance to antibiotics affecting the envelope [YtsA],Signal transduction mechanisms,O35044,Op2404 -BSU_30400,bceR,AL009126.3,BSU30400,3113187,3113882,-,two-component response regulator controlling resistance to antibiotics affecting the envelope [YtsB],Signal transduction mechanisms,O34951,Op2404 -BSU_30410,ytrF,AL009126.3,BSU30410,3113979,3115289,-,metabolite permease involved in resistance to cell wall inhibitors,Defense mechanisms,O35005,Op2405 -BSU_30420,ytrE,AL009126.3,BSU30420,3115279,3115974,-,ABC transporter (ATP-binding protein) involved in resistance to cell wall inhibitors,Defense mechanisms,O34392,Op2405 -BSU_30430,ytrD,AL009126.3,BSU30430,3115989,3116966,-,ABC transporter%2C permease component involved in resistance to cell wall inhibitors,No COG annotation,O34953,Op2405 -BSU_30440,ytrC,AL009126.3,BSU30440,3116996,3117982,-,ABC transporter%2C permease component involved in resistance to cell wall inhibitors,Inorganic ion transport and metabolism,O34898,Op2405 -BSU_30450,ytrB,AL009126.3,BSU30450,3117976,3118854,-,ABC transporter (ATP-binding protein) involved in resistance to cell wall inhibitors,Inorganic ion transport and metabolism,O34641,Op2405 -BSU_30460,ytrA,AL009126.3,BSU30460,3118847,3119239,-,transcriptional regulator (GntR family%2C cell wall antibiotics),Transcription,O34712,Op2405 -BSU_30466,BSU_30466,AL009126.3,BSU30466,3119273,3119410,-,conserved protein of unknown function,No COG annotation,L8ECR1,Op2406 -BSU_30470,ytzC,AL009126.3,BSU30470,3119565,3119837,-,conserved protein of unknown function,Function unknown,O32073,Op2407 -BSU_30480,ytqA,AL009126.3,BSU30480,3119999,3120967,+,putative enzyme,Function unknown,O35008,Op2408 -BSU_30490,ytqB,AL009126.3,BSU30490,3120964,3121548,+,putative RNA methylase,"Translation, ribosomal structure and biogenesis",O34614,Op2409 -BSU_30500,tbcS,AL009126.3,BSU30500,3121538,3122641,-,tetraprenyl-beta-curcumene synthase,Function unknown,O34707,Op2410 -BSU_30510,ytpA,AL009126.3,BSU30510,3122662,3123441,-,phospholipase component of bacilysocin synthesis or export,Lipid transport and metabolism,O34705,Op2411 -BSU_30520,ytoA,AL009126.3,BSU30520,3123490,3124005,+,putative enzyme of the carbonic anhydrase family,Function unknown,O34696,Op2412 -BSU_30530,ytnA,AL009126.3,BSU30530,3124250,3125641,-,putative amino acid permease,Amino acid transport and metabolism,O34618,Op2413 -BSU_30540,asnB,AL009126.3,BSU30540,3125777,3127675,-,meso-diaminopimelic acid amidotransferase (asparagine synthetase),Amino acid transport and metabolism,P54420,Op2413 -BSU_30550,metK,AL009126.3,BSU30550,3127825,3129027,-,S-adenosylmethionine synthetase,Coenzyme transport and metabolism,P54419,Op2413 -BSU_30560,pckA,AL009126.3,BSU30560,3129530,3131113,+,phosphoenolpyruvate carboxykinase,Energy production and conversion,P54418,Op2414 -BSU_30570,ytmB,AL009126.3,BSU30570,3131152,3131394,-,conserved protein of unknown function,Function unknown,O34365,Op2415 -BSU_30580,ytmA,AL009126.3,BSU30580,3131446,3132219,-,putative esterase,Amino acid transport and metabolism,O34493,Op2416 -BSU_30595,ytlA,AL009126.3,BSU30595,3132370,3133374,+,putative ABC anion transporter component,Inorganic ion transport and metabolism,C0SP84,Op2417 -BSU_30610,ytlC,AL009126.3,BSU30610,3133387,3134169,+,putative ABC anion transporter component%2C ATP-binding,Inorganic ion transport and metabolism,O34314,Op2417 -BSU_30620,ytlD,AL009126.3,BSU30620,3134144,3134956,+,putative permease of ABC anion transporter,Inorganic ion transport and metabolism,O34649,Op2417 -BSU_30630,rppG,AL009126.3,BSU30630,3134983,3135459,-,nucleoside and RNA triphosphate phosphohydrolase,"Replication, recombination and repair",O35013,Op2418 -BSU_30640,ytkC,AL009126.3,BSU30640,3135668,3136072,-,putative autolytic amidase,Function unknown,O34883,Op2419 -BSU_30650,dps,AL009126.3,BSU30650,3136238,3136675,-,DNA-protecting protein%2C mini-ferritin,Inorganic ion transport and metabolism,P80879,Op2420 -BSU_30659,ytzI,AL009126.3,BSU30659,3136768,3136944,+,conserved protein of unknown function,No COG annotation,C0H3Q1,Op2421 -BSU_30660,ytkA,AL009126.3,BSU30660,3136938,3137375,-,putative lipoprotein,Function unknown,P40768,Op2422 -BSU_30670,luxS,AL009126.3,BSU30670,3137495,3137968,-,S-ribosylhomocysteine lyase,Signal transduction mechanisms,O34667,Op2423 -BSU_30680,ytjA,AL009126.3,BSU30680,3138097,3138324,+,membrane protein insertion efficiency factor,Function unknown,O34601,Op2424 -BSU_30690,ytiB,AL009126.3,BSU30690,3138321,3138884,-,carbonic anhydrase,Inorganic ion transport and metabolism,O34872,Op2425 -BSU_30700,rpmEB,AL009126.3,BSU30700,3138978,3139226,-,ribosomal protein L31,"Translation, ribosomal structure and biogenesis",O34967,Op2426 -BSU_30710,ythA,AL009126.3,BSU30710,3139431,3140762,+,putative cytochrome bd menaquinol oxidase subunit I,Energy production and conversion,C0SP90,Op2427 -BSU_30720,ythB,AL009126.3,BSU30720,3140806,3141846,+,putative cytochrome bd menaquinol oxidase subunit II,Energy production and conversion,O34505,Op2428 -BSU_30739,ytzL,AL009126.3,BSU30739,3141900,3142058,+,conserved protein of unknown function,Function unknown,C0H3Q2,Op2429 -BSU_30740,mntD,AL009126.3,BSU30740,3142077,3142964,-,manganese ABC transporter (permease),Inorganic ion transport and metabolism,O34500,Op2430 -BSU_30750,mntC,AL009126.3,BSU30750,3142954,3144261,-,manganese ABC transporter (permease),Inorganic ion transport and metabolism,O35024,Op2430 -BSU_30760,mntB,AL009126.3,BSU30760,3144267,3145019,-,manganese ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,O34338,Op2430 -BSU_30770,mntA,AL009126.3,BSU30770,3145038,3145958,-,manganese ABC transporter (manganese binding lipoprotein),Inorganic ion transport and metabolism,O34385,Op2430 -BSU_30780,menC,AL009126.3,BSU30780,3146238,3147353,-,O-succinylbenzoate-CoA synthase,Coenzyme transport and metabolism,O34514,Op2431 -BSU_30790,menE,AL009126.3,BSU30790,3147350,3148810,-,O-succinylbenzoic acid-CoA ligase,Coenzyme transport and metabolism,P23971,Op2431 -BSU_30800,menB,AL009126.3,BSU30800,3148901,3149716,-,dihydroxynapthoic acid synthetase,Coenzyme transport and metabolism,P23966,Op2431 -BSU_30810,menH,AL009126.3,BSU30810,3149751,3150575,-,2-succinyl-6-hydroxy-2%2C 4-cyclohexadiene-1-carboxylate synthase,Function unknown,P23974,Op2431 -BSU_30820,menD,AL009126.3,BSU30820,3150563,3152305,-,2-oxoglutarate decarboxylase and 2-succinyl-5-enolpyruvyl-6-hydroxy-3-cyclohexene-1-carboxylic-acid synthase,Coenzyme transport and metabolism,P23970,Op2431 -BSU_30830,menF,AL009126.3,BSU30830,3152302,3153717,-,menaquinone-specific isochorismate synthase,Coenzyme transport and metabolism,P23973,Op2431 -BSU_30840,yteA,AL009126.3,BSU30840,3154007,3154726,+,putative regulatory protein,Signal transduction mechanisms,P42408,Op2432 -BSU_30850,ytdA,AL009126.3,BSU30850,3154735,3155553,-,putative UTP-glucose-1-phosphate uridylyltransferase,Cell wall/membrane/envelope biogenesis,P42407,Op2433 -BSU_30860,ytcA,AL009126.3,BSU30860,3155725,3157011,+,putative UDP-glucose dehydrogenase,Cell wall/membrane/envelope biogenesis,O34862,Op2434 -BSU_30870,ytcB,AL009126.3,BSU30870,3157008,3157958,+,putative UDP-glucose epimerase,Cell wall/membrane/envelope biogenesis,O34886,Op2435 -BSU_30880,ytcC,AL009126.3,BSU30880,3157961,3159184,+,putative glucosyltransferase,Cell wall/membrane/envelope biogenesis,O34413,Op2436 -BSU_30890,cotOO,AL009126.3,BSU30890,3159258,3159689,-,outer spore coat protein,No COG annotation,P46916,Op2437 -BSU_30900,cotS,AL009126.3,BSU30900,3159691,3160746,-,spore coat protein,Function unknown,P46914,Op2437 -BSU_30910,cotSA,AL009126.3,BSU30910,3160761,3161894,-,spore coat protein,Cell wall/membrane/envelope biogenesis,P46915,Op2437 -BSU_30920,cotI,AL009126.3,BSU30920,3162084,3163157,+,spore coat kinase,Function unknown,O34656,Op2438 -BSU_30930,ytaB,AL009126.3,BSU30930,3163237,3163704,+,putative receptor,Signal transduction mechanisms,O34694,Op2439 -BSU_30940,glgP,AL009126.3,BSU30940,3163735,3166131,-,glycogen phosphorylase,Carbohydrate transport and metabolism,P39123,Op2440 -BSU_30950,glgA,AL009126.3,BSU30950,3166118,3167572,-,glycogen (starch) synthase,Carbohydrate transport and metabolism,P39125,Op2440 -BSU_30960,glgD,AL009126.3,BSU30960,3167569,3168600,-,glucose-1-phosphate adenylyltransferase (ADP-glucose pyrophosphorylase) beta subunit,Carbohydrate transport and metabolism,P39124,Op2440 -BSU_30970,glgC,AL009126.3,BSU30970,3168624,3169766,-,glucose-1-phosphate adenylyltransferase (ADP-glucose pyrophosphorylase) subunit alpha,Carbohydrate transport and metabolism,P39122,Op2440 -BSU_30980,glgB,AL009126.3,BSU30980,3169763,3171646,-,1%2C4-alpha-glucan branching enzyme,Carbohydrate transport and metabolism,P39118,Op2440 -BSU_30990,thiT,AL009126.3,BSU30990,3179306,3179884,+,thiamin permease,Function unknown,O32074,Op2441 -BSU_31000,yuaI,AL009126.3,BSU31000,3179926,3180447,-,putative N-acetyltransferase,Cell wall/membrane/envelope biogenesis,O32075,Op2442 -BSU_31010,floT,AL009126.3,BSU31010,3180465,3181994,-,flotillin lipid rafts scaffold protein,Function unknown,O32076,Op2442 -BSU_31020,nfeDB,AL009126.3,BSU31020,3182015,3182539,-,putative membrane integrity integral membrane protein,"Post-translational modification, protein turnover, and chaperones",O32077,Op2442 -BSU_31030,yuaE,AL009126.3,BSU31030,3182707,3183195,+,conserved protein of unknown function,Function unknown,O32078,Op2443 -BSU_31040,yuaD,AL009126.3,BSU31040,3183201,3183779,-,conserved protein of unknown function,No COG annotation,O32079,Op2444 -BSU_31050,gbsB,AL009126.3,BSU31050,3183867,3185075,-,choline dehydrogenase,Energy production and conversion,P71017,Op2445 -BSU_31060,gbsA,AL009126.3,BSU31060,3185092,3186564,-,glycine betaine aldehyde dehydrogenase%2C NAD+-dependent,Energy production and conversion,P71016,Op2445 -BSU_31070,gbsR,AL009126.3,BSU31070,3186763,3187305,+,transcriptional repressor for gbsAB,Transcription,P71015,Op2446 -BSU_31080,bslA,AL009126.3,BSU31080,3187503,3188048,+,biofilm hydrophobic layer component,No COG annotation,P71014,Op2447 -BSU_31090,ktrA,AL009126.3,BSU31090,3188414,3189082,+,potassium uptake protein,Inorganic ion transport and metabolism,O32080,Op2448 -BSU_31100,ktrB,AL009126.3,BSU31100,3189089,3190426,+,potassium transporter ATPase,Inorganic ion transport and metabolism,O32081,Op2449 -BSU_31110,yubF,AL009126.3,BSU31110,3190462,3190725,-,conserved protein of unknown function,Function unknown,O32082,Op2450 -BSU_31120,lytG,AL009126.3,BSU31120,3190834,3191682,-,exoglucosaminidase,Cell motility,O32083,Op2451 -BSU_31130,yubD,AL009126.3,BSU31130,3191843,3193378,-,putative efflux transporter,Inorganic ion transport and metabolism,O32084,Op2452 -BSU_31140,cdoA,AL009126.3,BSU31140,3193863,3194348,+,cysteine dioxygenase,Function unknown,O32085,Op2453 -BSU_31150,uppP,AL009126.3,BSU31150,3194635,3195465,-,undecaprenyl-pyrophosphate phosphatase,Defense mechanisms,P94507,Op2454 -BSU_31160,yubA,AL009126.3,BSU31160,3195558,3196724,-,putative integral membrane protein,Function unknown,O32086,Op2455 -BSU_31170,iolU,AL009126.3,BSU31170,3196906,3197892,+,scyllo-inositol dehydrogenase (NADP+-dependent)%3B biofilm formation,Function unknown,O05265,Op2456 -BSU_31180,rhaA,AL009126.3,BSU31180,3197933,3199207,-,L-rhamnose isomerase,Carbohydrate transport and metabolism,O05264,Op2457 -BSU_31190,rhaM,AL009126.3,BSU31190,3199233,3199547,-,L-rhamnose mutarotase,Carbohydrate transport and metabolism,O05263,Op2457 -BSU_31200,rhaB,AL009126.3,BSU31200,3199565,3201022,-,rhamnulokinase,Carbohydrate transport and metabolism,O05262,Op2457 -BSU_31210,rhaR,AL009126.3,BSU31210,3201027,3201803,-,transcriptional regulator of the rhamnose operon (RhaR / l-rhamnulose-1-phosphate),Transcription,O05261,Op2457 -BSU_31220,rhaE,AL009126.3,BSU31220,3201860,3203929,-,bifunctional rhamnulose-1-phosphate aldolase/alcohol dehydrogenase,Lipid transport and metabolism,P40747,Op2457 -BSU_31230,tlpB,AL009126.3,BSU31230,3204067,3206055,-,methyl-accepting chemotaxis protein,Cell motility,P39217,Op2458 -BSU_31240,mcpA,AL009126.3,BSU31240,3206169,3208154,-,methyl-accepting chemotaxis protein,Cell motility,P39214,Op2459 -BSU_31250,tlpA,AL009126.3,BSU31250,3208280,3210268,-,methyl-accepting chemotaxis protein (membrane curvature dependent localisation),Cell motility,P39216,Op2459 -BSU_31260,mcpB,AL009126.3,BSU31260,3210445,3212433,-,methyl-accepting chemotaxis protein,Cell motility,P39215,Op2460 -BSU_31270,tgl,AL009126.3,BSU31270,3212591,3213328,+,protein-glutamine gamma-glutamyltransferase (transglutaminase),Function unknown,P40746,Op2461 -BSU_31279,yuzH,AL009126.3,BSU31279,3213342,3213596,-,conserved protein of unknown function,No COG annotation,C0H3Q3,Op2462 -BSU_31280,yugU,AL009126.3,BSU31280,3213854,3214252,-,conserved protein of unknown function,Function unknown,O05243,Op2463 -BSU_31289,BSU_31289,AL009126.3,BSU31289,3214212,3214346,-,hypothetical protein,No COG annotation,A0A2K4Z9M7,Op2464 -BSU_31290,yugT,AL009126.3,BSU31290,3214372,3216036,-,putative oligo-1%2C6-glucosidase,Carbohydrate transport and metabolism,O05242,Op2465 -BSU_31300,yugS,AL009126.3,BSU31300,3216163,3217452,-,putative membrane protein,Function unknown,O05241,Op2466 -BSU_31310,yugP,AL009126.3,BSU31310,3217496,3218173,-,putative metal-dependent protease/peptidase,Function unknown,O05248,Op2467 -BSU_31319,yuzI,AL009126.3,BSU31319,3218215,3218478,-,conserved protein of unknown function,No COG annotation,C0H3Q4,Op2468 -BSU_31321,mstX,AL009126.3,BSU31321,3218525,3218857,+,atypical membrane-integrating regulator of biofilm formation (Mistic protein),Function unknown,Q5BU39,Op2469 -BSU_31322,kbfO,AL009126.3,BSU31322,3218854,3219840,+,potassium channel protein involved in biofilm formation,Inorganic ion transport and metabolism,Q795M8,Op2469 -BSU_31330,yugN,AL009126.3,BSU31330,3219837,3220241,-,conserved protein of unknown function,Function unknown,O05246,Op2470 -BSU_31340,yugM,AL009126.3,BSU31340,3220301,3220672,-,putative transporter,No COG annotation,O05245,Op2470 -BSU_31350,pgi,AL009126.3,BSU31350,3220731,3222083,-,glucose-6-phosphate isomerase,Carbohydrate transport and metabolism,P80860,Op2470 -BSU_31360,bdhK,AL009126.3,BSU31360,3222195,3223367,-,NADH-dependent butanol dehydrogenase subunit,Energy production and conversion,O05240,Op2471 -BSU_31370,bdhJ,AL009126.3,BSU31370,3223471,3224634,-,NADH-dependent butanol dehydrogenase,Energy production and conversion,O05239,Op2472 -BSU_31380,yuzA,AL009126.3,BSU31380,3224864,3225100,+,conserved protein of unknown function,Function unknown,O32087,Op2473 -BSU_31390,yugI,AL009126.3,BSU31390,3225178,3225570,-,putative RNA degradation protein%3B putative phosphorylase or nucleotidyl transferase%3B general stress protein,"Translation, ribosomal structure and biogenesis",P80870,Op2474 -BSU_31400,yugH,AL009126.3,BSU31400,3225772,3226932,-,putative aspartate aminotransferase,Amino acid transport and metabolism,Q795M6,Op2475 -BSU_31410,yugG,AL009126.3,BSU31410,3226933,3227433,-,putative transcriptional regulator (Lrp/AsnC family),Transcription,O05236,Op2476 -BSU_31420,yugF,AL009126.3,BSU31420,3227581,3228402,+,putative hydrolase,Lipid transport and metabolism,O05235,Op2477 -BSU_31430,yugE,AL009126.3,BSU31430,3228431,3228691,-,conserved protein of unknown function,Function unknown,O05234,Op2478 -BSU_31440,patB,AL009126.3,BSU31440,3228778,3229941,+,promiscuous cystathionine / cystine beta-lyase / cysteine desulfhydrase,Amino acid transport and metabolism,Q08432,Op2479 -BSU_31450,kinB,AL009126.3,BSU31450,3230067,3231353,+,two-component sensor potassium-binding histidine kinase,Signal transduction mechanisms,Q08430,Op2480 -BSU_31460,kapB,AL009126.3,BSU31460,3231399,3231785,+,factor required for KinB signal transduction and activation of the phosphorelay to sporulation,Carbohydrate transport and metabolism,Q08429,Op2480 -BSU_31470,kapD,AL009126.3,BSU31470,3231812,3232429,-,putative exoribonuclease (3'-5'),"Replication, recombination and repair",O05231,Op2481 -BSU_31480,yuxJ,AL009126.3,BSU31480,3232640,3233818,+,putative exporter induced in acid stress,Amino acid transport and metabolism,P40760,Op2482 -BSU_31490,pbpD,AL009126.3,BSU31490,3233911,3235785,+,penicillin-binding protein 4,Cell wall/membrane/envelope biogenesis,P40750,Op2483 -BSU_31500,yuxK,AL009126.3,BSU31500,3235806,3236219,+,putative thiol-disulfide oxidoreductase,Function unknown,P40761,Op2483 -BSU_31510,yufK,AL009126.3,BSU31510,3236422,3236979,-,putative integral membrane protein,Function unknown,O05249,Op2484 -BSU_31520,maeL,AL009126.3,BSU31520,3237157,3238758,+,two-component sensor histidine kinase [MaeM],Signal transduction mechanisms,O05250,Op2485 -BSU_31530,maeM,AL009126.3,BSU31530,3238751,3239458,+,two-component response regulator for malate metabolism [MaeL],Signal transduction mechanisms,O05251,Op2485 -BSU_31540,nupN,AL009126.3,BSU31540,3239930,3241009,+,lipoprotein involved in guanosine transport,Function unknown,O05252,Op2486 -BSU_31550,nupO,AL009126.3,BSU31550,3241085,3242617,+,guanosine ABC transporter (ATP-binding protein),Function unknown,O05253,Op2486 -BSU_31560,nupP,AL009126.3,BSU31560,3242610,3243656,+,permease of ABC guanosine transporter,Function unknown,O05254,Op2486 -BSU_31570,nupQ,AL009126.3,BSU31570,3243657,3244616,+,permease of ABC guanosine transporter,Function unknown,O05255,Op2486 -BSU_31580,maeN,AL009126.3,BSU31580,3244770,3246116,+,Na+/malate symporter,Energy production and conversion,O05256,Op2487 -BSU_31590,yufS,AL009126.3,BSU31590,3246152,3246367,-,putative bacteriocin,No COG annotation,O05257,Op2488 -BSU_31600,mrpA,AL009126.3,BSU31600,3246598,3249003,+,sodium transporter component of a Na+/H+ antiporter,Energy production and conversion,Q9K2S2,Op2489 -BSU_31610,mrpB,AL009126.3,BSU31610,3248996,3249427,+,Na+/H+ antiporter complex,Inorganic ion transport and metabolism,O05259,Op2489 -BSU_31620,mrpC,AL009126.3,BSU31620,3249427,3249768,+,component of Na+/H+ antiporter,Inorganic ion transport and metabolism,O05260,Op2489 -BSU_31630,mrpD,AL009126.3,BSU31630,3249761,3251242,+,proton transporter component of Na+/H+ antiporter,Energy production and conversion,O05229,Op2489 -BSU_31640,mrpE,AL009126.3,BSU31640,3251248,3251724,+,non essential component of Na+/H+ antiporter,Inorganic ion transport and metabolism,Q7WY60,Op2489 -BSU_31650,mrpF,AL009126.3,BSU31650,3251724,3252008,+,efflux transporter for Na+ and cholate,Inorganic ion transport and metabolism,O05228,Op2489 -BSU_31660,mrpG,AL009126.3,BSU31660,3251992,3252366,+,non essential component of Na+/H+ antiporter,Inorganic ion transport and metabolism,O05227,Op2489 -BSU_31670,yuxO,AL009126.3,BSU31670,3252405,3252785,-,putative proofreading thioesterase in bacillibactin biosynthesis,"Secondary metabolites biosynthesis, transport, and catabolism",P14205,Op2490 -BSU_31680,comA,AL009126.3,BSU31680,3252804,3253448,-,two-component response quorum-sensing regulator,Transcription,P14204,Op2490 -BSU_31690,comP,AL009126.3,BSU31690,3253529,3255838,-,two-component sensor histidine kinase,Signal transduction mechanisms,Q99027,Op2491 -BSU_31700,comX,AL009126.3,BSU31700,3255853,3256020,-,competence pheromone precursor (pheromone peptide aa 46->55%2C geranyl-modified),No COG annotation,P45453,Op2492 -BSU_31710,comQ,AL009126.3,BSU31710,3256008,3256907,-,isoprenyl transferase (pre-ComX modification),Coenzyme transport and metabolism,P33690,Op2492 -BSU_31720,degQ,AL009126.3,BSU31720,3257092,3257232,-,pleiotropic regulator,No COG annotation,Q99039,Op2493 -BSU_31725,BSU_31725,AL009126.3,BSU31725,3257454,3257579,+,hypothetical protein,No COG annotation,A0A2K4Z9M0,Op2494 -BSU_31730,cotIC,AL009126.3,BSU31730,3257693,3258061,+,inner spore coat protein,No COG annotation,O32089,Op2495 -BSU_31740,pdeH,AL009126.3,BSU31740,3258037,3259266,-,cyclic di-GMP phosphodiesterase,Signal transduction mechanisms,P14203,Op2496 -BSU_31750,pncB,AL009126.3,BSU31750,3259403,3260875,-,nicotinate phosphoribosyltransferase,Coenzyme transport and metabolism,O32090,Op2497 -BSU_31760,pncA,AL009126.3,BSU31760,3260891,3261442,-,nicotinamidase%3B NAD salvage pathway,"Secondary metabolites biosynthesis, transport, and catabolism",O32091,Op2498 -BSU_31770,yueI,AL009126.3,BSU31770,3261539,3261937,-,conserved protein of unknown function,Function unknown,O32092,Op2499 -BSU_31780,yueH,AL009126.3,BSU31780,3262009,3262257,-,conserved hypothetical protein,Function unknown,O32093,Op2500 -BSU_31790,yueG,AL009126.3,BSU31790,3262330,3262551,-,putative spore germination protein,Function unknown,O32094,Op2501 -BSU_31800,yueF,AL009126.3,BSU31800,3262611,3263720,-,putative integral inner membrane protein,Function unknown,O32095,Op2502 -BSU_31810,yuzE,AL009126.3,BSU31810,3263835,3264224,+,conserved protein of unknown function,Function unknown,O32096,Op2503 -BSU_31820,yuzF,AL009126.3,BSU31820,3264265,3264501,-,conserved protein of unknown function,Function unknown,O32097,Op2504 -BSU_31830,yueE,AL009126.3,BSU31830,3264678,3265208,-,putative metal-dependent phosphohydrolase,Function unknown,O32098,Op2505 -BSU_31840,bznD,AL009126.3,BSU31840,3265406,3266137,-,benzil reductase (benzoin forming),Lipid transport and metabolism,O32099,Op2506 -BSU_31850,yueC,AL009126.3,BSU31850,3266200,3266655,-,ESX secretion system YueC protein,Function unknown,O32100,Op2507 -BSU_31860,yueB,AL009126.3,BSU31860,3266687,3269917,-,ESX secretion system%3B calcium-dependent phage SPP1 attachment site,Function unknown,O32101,Op2507 -BSU_31875,yukAB,AL009126.3,BSU31875,3269914,3274401,-,ESX secretion system FtsK/SpoIIIE family ATPase,"Cell cycle control, cell division, chromosome partitioning",C0SPA7,Op2507 -BSU_31890,yukC,AL009126.3,BSU31890,3274462,3275817,-,ESX secretion system YukC protein,Function unknown,P71070,Op2507 -BSU_31900,yukD,AL009126.3,BSU31900,3275832,3276071,-,ESX secretion system YukD protein,Function unknown,P71071,Op2507 -BSU_31910,yukE,AL009126.3,BSU31910,3276141,3276434,-,small WGX100 secreted protein (ESX-dependent secretion),Function unknown,C0SP85,Op2507 -BSU_31920,adeR,AL009126.3,BSU31920,3276955,3278223,+,transcriptional activator (AdeR-alanine),"Secondary metabolites biosynthesis, transport, and catabolism",P71073,Op2508 -BSU_31930,ald,AL009126.3,BSU31930,3278325,3279461,+,L-alanine dehydrogenase (NAD-dependent),Amino acid transport and metabolism,Q08352,Op2509 -BSU_31945,yukJ,AL009126.3,BSU31945,3279573,3280250,+,conserved protein of unknown function,Function unknown,C0SPB1,Op2510 -BSU_31959,mbtH,AL009126.3,BSU31959,3280294,3280503,-,stimulator of DhbF tyrosine adenylation activity,Function unknown,C0H3Q6,Op2511 -BSU_31960,dhbF,AL009126.3,BSU31960,3280519,3287655,-,siderophore 2%2C3-dihydroxybenzoate-glycine-threonine trimeric ester bacillibactin synthetase,"Secondary metabolites biosynthesis, transport, and catabolism",P45745,Op2512 -BSU_31970,dhbB,AL009126.3,BSU31970,3287675,3288613,-,isochorismatase (siderophore specific),"Secondary metabolites biosynthesis, transport, and catabolism",P45743,Op2512 -BSU_31980,dhbE,AL009126.3,BSU31980,3288641,3290260,-,2%2C3-dihydroxybenzoate-AMP ligase,"Secondary metabolites biosynthesis, transport, and catabolism",P40871,Op2512 -BSU_31990,dhbC,AL009126.3,BSU31990,3290289,3291485,-,isochorismate synthase (siderophore-specific),Coenzyme transport and metabolism,P45744,Op2512 -BSU_32000,dhbA,AL009126.3,BSU32000,3291511,3292296,-,2%2C3-dihydro-2%2C3-dihydroxybenzoate dehydrogenase,Lipid transport and metabolism,P39071,Op2512 -BSU_32010,besA,AL009126.3,BSU32010,3292490,3293359,-,bacillibactin trilactone hydrolase,Function unknown,O32102,Op2513 -BSU_32020,yuiH,AL009126.3,BSU32020,3293573,3294169,-,putative molybdopterin containing enzyme subunit,Function unknown,O32103,Op2514 -BSU_32030,bioYB,AL009126.3,BSU32030,3294270,3294872,+,putative biotin transporter,Function unknown,O32104,Op2515 -BSU_32040,hisP,AL009126.3,BSU32040,3294942,3296270,-,histidine / basic amino acid transporter,Function unknown,O32105,Op2516 -BSU_32050,pepA,AL009126.3,BSU32050,3296417,3297919,-,cytosol aminopeptidase,Amino acid transport and metabolism,O32106,Op2517 -BSU_32060,yuiD,AL009126.3,BSU32060,3298077,3298553,+,putative integral inner membrane protein,Function unknown,O32107,Op2518 -BSU_32070,spsC,AL009126.3,BSU32070,3298584,3299240,-,stationary phase survival protein,Function unknown,O32108,Op2519 -BSU_32080,yuiB,AL009126.3,BSU32080,3299344,3299664,-,conserved protein of unknown function,Function unknown,O32109,Op2520 -BSU_32090,yuiA,AL009126.3,BSU32090,3299718,3299861,-,conserved protein of unknown function,Function unknown,O32110,Op2521 -BSU_32100,yumB,AL009126.3,BSU32100,3300034,3301254,-,putative NAD-disulfide oxidoreductase,Energy production and conversion,O05267,Op2522 -BSU_32110,trxBB,AL009126.3,BSU32110,3301586,3302584,+,ferredoxin-NADP+ reductase (flavodoxin),Energy production and conversion,O05268,Op2523 -BSU_32120,yuzG,AL009126.3,BSU32120,3302623,3302763,-,conserved protein or unknown function,No COG annotation,O32111,Op2524 -BSU_32130,guaC,AL009126.3,BSU32130,3303042,3304022,+,GMP reductase (NADP-dependent),Nucleotide transport and metabolism,O05269,Op2525 -BSU_32140,paiB,AL009126.3,BSU32140,3304096,3304719,-,transcriptional regulator (regulates paiA expression),Transcription,P21341,Op2526 -BSU_32150,paiA,AL009126.3,BSU32150,3304743,3305261,-,polyamine N-acetyltransferase,Transcription,P21340,Op2527 -BSU_32160,sufA,AL009126.3,BSU32160,3305599,3305961,-,sulfur carrier chaperone involved in Fe-S cluster assembly,Function unknown,O32113,Op2528 -BSU_32170,dapF,AL009126.3,BSU32170,3306040,3306894,-,diaminopimelate epimerase,Amino acid transport and metabolism,O32114,Op2529 -BSU_32180,yutK,AL009126.3,BSU32180,3307017,3308231,-,putative Na+(H+)/nucleoside cotransporter,Nucleotide transport and metabolism,O32115,Op2530 -BSU_32190,yuzB,AL009126.3,BSU32190,3308368,3308604,-,conserved protein of unknown function,Function unknown,O32116,Op2531 -BSU_32200,yutJ,AL009126.3,BSU32200,3308867,3309934,+,putative NADH dehydrogenase,Energy production and conversion,O32117,Op2532 -BSU_32210,yuzD,AL009126.3,BSU32210,3309960,3310286,-,putative sulfur oxido-reduction management enzyme,Function unknown,O32118,Op2533 -BSU_32220,yutI,AL009126.3,BSU32220,3310386,3310721,+,putative iron-sulfur scaffold protein,"Post-translational modification, protein turnover, and chaperones",O32119,Op2534 -BSU_32230,yuxL,AL009126.3,BSU32230,3310763,3312736,-,putative acylaminoacyl-peptidase,Amino acid transport and metabolism,P39839,Op2535 -BSU_32240,thrB,AL009126.3,BSU32240,3312844,3313773,-,homoserine kinase,Amino acid transport and metabolism,P04948,Op2536 -BSU_32250,thrC,AL009126.3,BSU32250,3313770,3314828,-,threonine synthase,Amino acid transport and metabolism,P04990,Op2536 -BSU_32260,hom,AL009126.3,BSU32260,3314828,3316129,-,homoserine dehydrogenase,Amino acid transport and metabolism,P19582,Op2536 -BSU_32270,cotNH,AL009126.3,BSU32270,3316330,3317349,-,spore coat-associated protein,Function unknown,O32123,Op2537 -BSU_32280,yutG,AL009126.3,BSU32280,3317502,3318002,+,putative phosphatidylglycerophosphatase,Lipid transport and metabolism,O32124,Op2538 -BSU_32290,nucF,AL009126.3,BSU32290,3318029,3318799,-,5' nucleotidase%2C promiscuous,Carbohydrate transport and metabolism,O32125,Op2539 -BSU_32300,yutE,AL009126.3,BSU32300,3318828,3319262,-,conserved protein of unknown function,Function unknown,O32126,Op2539 -BSU_32310,yutD,AL009126.3,BSU32310,3319286,3319561,-,conserved protein of unknown function,Function unknown,O32127,Op2539 -BSU_32320,yutC,AL009126.3,BSU32320,3319676,3320308,+,putative sporulation-related lipoprotein,Function unknown,O32128,Op2540 -BSU_32330,lipA,AL009126.3,BSU32330,3320324,3321220,-,lipoyl synthase (lipoic acid synthetase),Coenzyme transport and metabolism,O32129,Op2541 -BSU_32340,lytH,AL009126.3,BSU32340,3321455,3322435,+,sporulation-specific L-Ala-D-Glu endopeptidase,Cell wall/membrane/envelope biogenesis,O32130,Op2542 -BSU_32350,fisB,AL009126.3,BSU32350,3322463,3323227,-,protein required for membrane fission during spore formation,Function unknown,O32131,Op2543 -BSU_32360,yunC,AL009126.3,BSU32360,3323300,3323605,-,conserved protein of unknown function,Function unknown,O32132,Op2544 -BSU_32370,yunD,AL009126.3,BSU32370,3323670,3325058,-,putative nuclease/nucleotidase/phosphoesterase,Nucleotide transport and metabolism,O32133,Op2545 -BSU_32380,yunE,AL009126.3,BSU32380,3325078,3325899,-,putative transporter,Function unknown,O32134,Op2546 -BSU_32390,yunF,AL009126.3,BSU32390,3325917,3326765,-,conserved protein of unknown function,Function unknown,O32135,Op2547 -BSU_32400,yunG,AL009126.3,BSU32400,3326803,3327150,-,conserved protein of unknown function,No COG annotation,O32136,Op2548 -BSU_32410,pucH,AL009126.3,BSU32410,3327247,3328587,-,allantoinase,Nucleotide transport and metabolism,O32137,Op2549 -BSU_32420,pucR,AL009126.3,BSU32420,3328762,3330357,+,transcriptional regulator of the purine degradation operon,"Secondary metabolites biosynthesis, transport, and catabolism",O32138,Op2550 -BSU_32430,pucJ,AL009126.3,BSU32430,3330502,3331851,+,uric acid permease,Nucleotide transport and metabolism,O32139,Op2550 -BSU_32440,pucK,AL009126.3,BSU32440,3331857,3333149,+,uric acid permease subunit,Nucleotide transport and metabolism,O32140,Op2550 -BSU_32450,pucL,AL009126.3,BSU32450,3333162,3334646,+,urate oxidase with peroxide reductase N-terminal domain,"Secondary metabolites biosynthesis, transport, and catabolism",O32141,Op2550 -BSU_32460,pucM,AL009126.3,BSU32460,3334646,3334990,+,5-hydroxyisourate hydrolase%3B also uricase subunit,Function unknown,O32142,Op2550 -BSU_32469,yuzJ,AL009126.3,BSU32469,3335414,3335545,+,putative type I toxin,No COG annotation,C0H3Q7,Op2551 -BSU_32470,pucE,AL009126.3,BSU32470,3335751,3336272,-,xanthine dehydrogenase%2C iron-sulfur subunit,Energy production and conversion,O32143,Op2552 -BSU_32480,pucD,AL009126.3,BSU32480,3336263,3338500,-,xanthine dehydrogenase%2C substrate and molybdenum cofactor subunit,Energy production and conversion,O32144,Op2552 -BSU_32490,pucC,AL009126.3,BSU32490,3338501,3339334,-,xanthine dehydrogenase%2C FAD-binding subunit,Energy production and conversion,O32145,Op2552 -BSU_32500,pucB,AL009126.3,BSU32500,3339331,3339948,-,putative molybdopterin cofactor synthesis cytidylyl transferase,Function unknown,O32146,Op2552 -BSU_32510,pucA,AL009126.3,BSU32510,3339945,3340937,-,xanthine dehydrogenase molybdopterin recruitment factor,"Post-translational modification, protein turnover, and chaperones",O32147,Op2552 -BSU_32520,pucG,AL009126.3,BSU32520,3341166,3342416,-,(S)-ureidoglycine-glyoxylate aminotransferase (PLP-dependent),Amino acid transport and metabolism,O32148,Op2553 -BSU_32530,pucF,AL009126.3,BSU32530,3342433,3343671,-,allantoate amidohydrolase,Amino acid transport and metabolism,O32149,Op2553 -BSU_32539,BSU_32539,AL009126.3,BSU32539,3343894,3344031,+,hypothetical protein,No COG annotation,A0A2K4Z9M5,Op2554 -BSU_32540,bsnA,AL009126.3,BSU32540,3344113,3344979,+,extracellular ribonuclease,"Replication, recombination and repair",O32150,Op2555 -BSU_32550,frlP,AL009126.3,BSU32550,3345013,3346116,-,fructose-amino acid ABC transporter (ATP-binding subunit),Inorganic ion transport and metabolism,O32151,Op2556 -BSU_32560,frlR,AL009126.3,BSU32560,3346298,3347026,+,FrlR transcriptional regulator (GntR family),Transcription,O32152,Op2557 -BSU_32570,frlD,AL009126.3,BSU32570,3347051,3347905,-,fructoselysine kinase,Carbohydrate transport and metabolism,O32153,Op2558 -BSU_32580,frlM,AL009126.3,BSU32580,3347919,3348821,-,fructose-amino acid permease,Inorganic ion transport and metabolism,O32154,Op2558 -BSU_32590,frlN,AL009126.3,BSU32590,3348825,3349703,-,fructose-amino acid permease,Carbohydrate transport and metabolism,O32155,Op2558 -BSU_32600,frlO,AL009126.3,BSU32600,3349761,3351029,-,fructose amino acid-binding lipoprotein,Carbohydrate transport and metabolism,O32156,Op2558 -BSU_32610,frlB,AL009126.3,BSU32610,3351110,3352096,-,fructosamine-6-P deglycase,Cell wall/membrane/envelope biogenesis,O32157,Op2558 -BSU_32620,yurQ,AL009126.3,BSU32620,3352312,3352686,-,putative excinuclease,"Replication, recombination and repair",O32158,Op2558 -BSU_32630,dadA,AL009126.3,BSU32630,3352789,3353907,-,D-amino acid oxidase,Amino acid transport and metabolism,O32159,Op2558 -BSU_32640,sspG,AL009126.3,BSU32640,3354066,3354212,+,small acid-soluble spore protein,No COG annotation,Q7WY59,Op2559 -BSU_32650,yurS,AL009126.3,BSU32650,3354212,3354487,+,conserved protein of unknown function,No COG annotation,O32160,Op2559 -BSU_32660,glxB,AL009126.3,BSU32660,3354551,3354934,-,methylglyoxalase%3B lactoylbacillithiol lyase,Amino acid transport and metabolism,O32161,Op2560 -BSU_32669,yuzN,AL009126.3,BSU32669,3355045,3355323,-,putative transcriptional regulator,Transcription,C0H3Q8,Op2561 -BSU_32670,sufB,AL009126.3,BSU32670,3355593,3356990,-,FeS cluster formation scaffold protein,"Post-translational modification, protein turnover, and chaperones",O32162,Op2562 -BSU_32680,sufU,AL009126.3,BSU32680,3357011,3357454,-,iron-sulfur cluster assembly sulfur-transfer protein (Zn(2+)-dependent),Energy production and conversion,O32163,Op2563 -BSU_32690,sufS,AL009126.3,BSU32690,3357444,3358664,-,cysteine desulfurase,Amino acid transport and metabolism,O32164,Op2564 -BSU_32700,sufD,AL009126.3,BSU32700,3358664,3359977,-,Fe-S cluster assembly protein SufD,"Post-translational modification, protein turnover, and chaperones",O32165,Op2565 -BSU_32710,sufC,AL009126.3,BSU32710,3359995,3360780,-,sulfur mobilizing ABC protein%2C ATPase,"Post-translational modification, protein turnover, and chaperones",P80866,Op2566 -BSU_32719,yuzK,AL009126.3,BSU32719,3360974,3361111,-,putative toxin of a toxin antitoxin system,No COG annotation,C0H3Q9,Op2567 -BSU_32720,yurZ,AL009126.3,BSU32720,3361305,3361682,-,conserved protein of unknown function,Function unknown,O32166,Op2568 -BSU_32730,metQ,AL009126.3,BSU32730,3361767,3362591,-,methionine ABC transporter%2C substrate binding lipoprotein,Inorganic ion transport and metabolism,O32167,Op2569 -BSU_32740,metP,AL009126.3,BSU32740,3362605,3363273,-,methionine ABC transporter%2C permease component,Inorganic ion transport and metabolism,O32168,Op2570 -BSU_32750,metN,AL009126.3,BSU32750,3363266,3364291,-,methionine ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,O32169,Op2571 -BSU_32760,yusD,AL009126.3,BSU32760,3364618,3364962,-,conserved protein of unknown function,Function unknown,O32170,Op2572 -BSU_32770,yusE,AL009126.3,BSU32770,3365069,3365389,-,putative thiol-disulfide oxidoreductase with thioredoxin domain,Energy production and conversion,O32171,Op2572 -BSU_32780,yusF,AL009126.3,BSU32780,3365391,3365831,-,putative ribonuclease,"Replication, recombination and repair",O32172,Op2573 -BSU_32790,yusG,AL009126.3,BSU32790,3365831,3366067,-,conserved protein of unknown function,Function unknown,O32173,Op2574 -BSU_32800,gcvH,AL009126.3,BSU32800,3366123,3366506,-,glycine cleavage system protein H (lipoyl acceptor protein),Amino acid transport and metabolism,O32174,Op2575 -BSU_32810,yusI,AL009126.3,BSU32810,3366573,3366929,-,putative oxidoreductase with thioredoxin domain and regulator domain,Inorganic ion transport and metabolism,O32175,Op2576 -BSU_32820,fadE,AL009126.3,BSU32820,3367040,3368824,-,acyl-CoA dehydrogenase (FAD dependent),Lipid transport and metabolism,O32176,Op2577 -BSU_32830,fadA,AL009126.3,BSU32830,3368839,3370014,-,acetyl-CoA C-acyltransferase,Lipid transport and metabolism,O32177,Op2577 -BSU_32840,fadN,AL009126.3,BSU32840,3370025,3372394,-,bifunctional enoyl-CoA hydratase / 3-hydroxyacyl-CoA dehydrogenase,Lipid transport and metabolism,O32178,Op2577 -BSU_32849,yuzL,AL009126.3,BSU32849,3372569,3372715,+,conserved protein of unknown function,Function unknown,C0H3R0,Op2578 -BSU_32850,putM,AL009126.3,BSU32850,3372740,3373648,-,proline dehydrogenase 1,Amino acid transport and metabolism,O32179,Op2577 -BSU_32859,yuzM,AL009126.3,BSU32859,3373743,3373988,+,conserved protein of unknown function,No COG annotation,C0H3R1,Op2579 -BSU_32860,yusN,AL009126.3,BSU32860,3374001,3374333,+,putative spore coat-like protein,Cell wall/membrane/envelope biogenesis,O32180,Op2580 -BSU_32870,mdtR,AL009126.3,BSU32870,3374492,3374959,+,transcriptional regulator (MarR family%2C low level antibiotic resistance),Transcription,O32181,Op2581 -BSU_32880,mdtP,AL009126.3,BSU32880,3374956,3376581,+,multidrug-efflux transporter,Inorganic ion transport and metabolism,O32182,Op2582 -BSU_32890,yusQ,AL009126.3,BSU32890,3376617,3377000,-,hydratase of unidentified specificity (tautomerase superfamily),Function unknown,O32183,Op2583 -BSU_32900,yusR,AL009126.3,BSU32900,3377019,3377408,-,putative 3-oxoacyl-acyl-carrier protein reductase,Lipid transport and metabolism,O32184,Op2584 -BSU_32910,yusS,AL009126.3,BSU32910,3377430,3377759,-,conserved enzyme of unknown function,Lipid transport and metabolism,O32185,Op2585 -BSU_32920,yusT,AL009126.3,BSU32920,3377893,3378780,+,transcriptional regulator of unknown specificity (LysR family),Transcription,O32186,Op2586 -BSU_32930,yusU,AL009126.3,BSU32930,3378800,3379087,-,conserved protein of unknown function,Function unknown,O32187,Op2587 -BSU_32940,feuV,AL009126.3,BSU32940,3379112,3379939,-,iron(III)-siderophore transporter (ATP binding component),Coenzyme transport and metabolism,O32188,Op2588 -BSU_32950,cotNW,AL009126.3,BSU32950,3380157,3380594,-,spore lipoprotein,Function unknown,O32189,Op2589 -BSU_32960,yusYc,AL009126.3,,3380704,3382212,-,oligoendopeptidase%3B C-terminal part of YusY,Amino acid transport and metabolism,,Op2590 -BSU_32970,yusYn,AL009126.3,,3382209,3382499,-,oligoendopeptidase%3B N-terminal part of YusY,Amino acid transport and metabolism,,Op2591 -BSU_32980,yusZ,AL009126.3,BSU32980,3382633,3383475,+,putative short-chain acyl dehydrogenase,Lipid transport and metabolism,P37959,Op2592 -BSU_32990,mrgA,AL009126.3,BSU32990,3383565,3384026,+,metalloregulation DNA-binding stress protein,Inorganic ion transport and metabolism,P37960,Op2593 -BSU_33000,htrB,AL009126.3,BSU33000,3384070,3385446,-,protease-associated chaperone for the extracytoplasmic folding and quality control of exported proteins,"Post-translational modification, protein turnover, and chaperones",Q9R9I1,Op2594 -BSU_33010,cssR,AL009126.3,BSU33010,3385724,3386401,+,folding stress-sensitive two-component response regulator,Signal transduction mechanisms,O32192,Op2595 -BSU_33020,cssS,AL009126.3,BSU33020,3386398,3387753,+,folding stress-sensitive two-component sensor histidine kinase,Signal transduction mechanisms,O32193,Op2595 -BSU_33029,spxO,AL009126.3,BSU33029,3387781,3387945,-,regulator of SpxA degradation,No COG annotation,O32302,Op2596 -BSU_33030,yuxN,AL009126.3,BSU33030,3388113,3388988,+,putative transcriptional regulator,Transcription,P40950,Op2597 -BSU_33040,fumC,AL009126.3,BSU33040,3389024,3390412,-,fumarate hydratase,Energy production and conversion,P07343,Op2598 -BSU_33049,yvzF,AL009126.3,BSU33049,3390479,3390664,-,conserved protein of unknown function,Function unknown,C0H3R3,Op2598 -BSU_33050,gerAA,AL009126.3,BSU33050,3390782,3392230,+,component of the GerA germination receptor,Amino acid transport and metabolism,P07868,Op2599 -BSU_33060,gerAB,AL009126.3,BSU33060,3392199,3393296,+,component of the germination receptor GerA%3B putative transporter,Amino acid transport and metabolism,P07869,Op2599 -BSU_33070,gerAC,AL009126.3,BSU33070,3393293,3394414,+,component of the germination receptor GerA,Function unknown,P07870,Op2599 -BSU_33080,liaR,AL009126.3,BSU33080,3394422,3395057,-,two-component response regulator [YvqE] responding to cell wall stress,Transcription,O32197,Op2600 -BSU_33090,liaS,AL009126.3,BSU33090,3395035,3396117,-,two-component sensor histidine kinase [LiaR(YvqC)] sensing cell wall stress,Signal transduction mechanisms,O32198,Op2600 -BSU_33100,liaF,AL009126.3,BSU33100,3396114,3396839,-,membrane component associated to the LiaRS two-component system,Function unknown,O32199,Op2600 -BSU_33110,liaG,AL009126.3,BSU33110,3396873,3397745,-,sensor of antibiotic stress on the cell wall,Function unknown,O32200,Op2600 -BSU_33120,liaH,AL009126.3,BSU33120,3397846,3398523,-,modulator of liaIHGFSR (yvqIHGFEC) operon expression,Transcription,O32201,Op2600 -BSU_33130,liaI,AL009126.3,BSU33130,3398550,3398930,-,membrane anchor for the phage-shock protein A homolog LiaH,Function unknown,O32202,Op2600 -BSU_33140,yvqJ,AL009126.3,BSU33140,3399092,3400360,-,putative efflux protein,Amino acid transport and metabolism,O32203,Op2601 -BSU_33150,yvqK,AL009126.3,BSU33150,3400537,3401118,-,putative ATP:cob(I)alamin adenosyltransferase,Function unknown,O34899,Op2602 -BSU_33160,yvrA,AL009126.3,BSU33160,3401141,3402469,-,putative vitamin B12 transport system%2C ATPase component,Coenzyme transport and metabolism,O34631,Op2603 -BSU_33170,yvrB,AL009126.3,BSU33170,3402469,3403530,-,putative vitamin B12 permease,Inorganic ion transport and metabolism,O34451,Op2604 -BSU_33180,yvrC,AL009126.3,BSU33180,3403493,3404437,-,putative lipoprotein binding vitamin B12,Inorganic ion transport and metabolism,O34805,Op2605 -BSU_33190,yvrD,AL009126.3,BSU33190,3404835,3405626,+,putative oxidoreductase,Lipid transport and metabolism,O34782,Op2606 -BSU_33200,yvrE,AL009126.3,BSU33200,3405664,3406542,-,putative sugar lactone lactonase,Carbohydrate transport and metabolism,O34940,Op2607 -BSU_33210,yvrG,AL009126.3,BSU33210,3406614,3408356,-,two-component sensor histidine kinase YvrG [cell wall processes and sublancin production and immunity (YvrH)],Signal transduction mechanisms,O34989,Op2608 -BSU_33221,yvrH,AL009126.3,BSU33221,3408353,3409066,-,two-component sensor histidine kinase YvrG [cell wall processes and sublancin production and immunity (YvrG)],Signal transduction mechanisms,P94504,Op2609 -BSU_33222,rsoA,AL009126.3,BSU33222,3409219,3409458,-,regulator of sigma-O,No COG annotation,C0H3R4,Op2610 -BSU_33230,sigO,AL009126.3,BSU33230,3409462,3409992,-,alternative sigma factor,Transcription,O34843,Op2610 -BSU_33239,yvrJ,AL009126.3,BSU33239,3410007,3410345,+,factor involved in oxalate decarboxylase expression,Function unknown,C0H3R5,Op2611 -BSU_33240,oxdC,AL009126.3,BSU33240,3410466,3411623,+,oxalate decarboxylase,Carbohydrate transport and metabolism,O34714,Op2612 -BSU_33250,rsiO,AL009126.3,BSU33250,3411684,3412094,+,acid stress-sensitive anti sigma factor,Function unknown,O34686,Op2612 -BSU_33260,yvrN,AL009126.3,BSU33260,3412128,3413357,-,putative ABC transporter (ATP-binding protein),Defense mechanisms,P46324,Op2613 -BSU_33270,yvrO,AL009126.3,BSU33270,3413350,3414039,-,putative ABC transporter (ATP-binding protein),Defense mechanisms,O34979,Op2613 -BSU_33280,yvrP,AL009126.3,BSU33280,3414023,3415216,-,putative ABC transporter membrane fusion component,Cell wall/membrane/envelope biogenesis,O35007,Op2613 -BSU_33290,fhuC,AL009126.3,BSU33290,3415387,3416196,-,ferrichrome ABC transporter (ATP-binding protein),Coenzyme transport and metabolism,P49938,Op2614 -BSU_33300,fhuG,AL009126.3,BSU33300,3416212,3417222,-,ferrichrome ABC transporter (permease),Inorganic ion transport and metabolism,P49937,Op2615 -BSU_33310,fhuB,AL009126.3,BSU33310,3417222,3418376,-,ferrichrome ABC transporter (permease),Inorganic ion transport and metabolism,P49936,Op2616 -BSU_33320,fhuD,AL009126.3,BSU33320,3418474,3419421,+,ferrichrome ABC transporter (ferrichrome-binding lipoprotein),Inorganic ion transport and metabolism,P37580,Op2617 -BSU_33330,lysP,AL009126.3,BSU33330,3419656,3421065,-,lysine permease,Amino acid transport and metabolism,O32204,Op2618 -BSU_33340,sspJ,AL009126.3,BSU33340,3421465,3421605,-,small acid-soluble spore protein,Function unknown,Q7WY58,Op2619 -BSU_33350,yvsG,AL009126.3,BSU33350,3421772,3422254,+,putative membrane hydrolase,Function unknown,O32205,Op2620 -BSU_33360,ltaSP,AL009126.3,BSU33360,3422354,3424207,+,primase of polyglycerolphosphate lipoteichoic acid (LTA) synthesis,Cell wall/membrane/envelope biogenesis,O32206,Op2621 -BSU_33370,yvgK,AL009126.3,BSU33370,3424235,3425161,-,putative molybdate binding regulator,Inorganic ion transport and metabolism,O32207,Op2622 -BSU_33380,modA,AL009126.3,BSU33380,3425272,3426054,+,molybdate-binding lipoprotein,Inorganic ion transport and metabolism,O32208,Op2623 -BSU_33390,modB,AL009126.3,BSU33390,3426026,3426718,+,molybdenum transport permease,Inorganic ion transport and metabolism,UPI00027BD44D,Op2624 -BSU_33400,pgoN,AL009126.3,BSU33400,3426749,3427579,-,promiscuous glyoxal/methylglyoxal reductase,Function unknown,O32210,Op2625 -BSU_33410,yvgO,AL009126.3,BSU33410,3427802,3428287,+,exported stress induced factor,No COG annotation,O32211,Op2626 -BSU_33420,nhaK,AL009126.3,BSU33420,3428331,3430343,-,Na+/H+ antiporter,Inorganic ion transport and metabolism,O32212,Op2627 -BSU_33430,cysI,AL009126.3,BSU33430,3430598,3432313,-,assimilatory sulfite reductase (hemoprotein beta-subunit),Inorganic ion transport and metabolism,O32213,Op2628 -BSU_33440,cysJ,AL009126.3,BSU33440,3432339,3434156,-,assimilatory sulfite reductase (flavoprotein alpha-subunit),Inorganic ion transport and metabolism,O32214,Op2628 -BSU_33450,helD,AL009126.3,BSU33450,3434327,3436651,-,transcription factor,"Replication, recombination and repair",O32215,Op2629 -BSU_33460,yvgT,AL009126.3,BSU33460,3436849,3437457,-,putative integral membrane protein,Function unknown,O32216,Op2630 -BSU_33470,bdbC,AL009126.3,BSU33470,3437644,3438060,-,thiol-disulfide oxidoreductase,"Post-translational modification, protein turnover, and chaperones",O32217,Op2631 -BSU_33480,bdbD,AL009126.3,BSU33480,3438065,3438733,-,thiol-disulfide oxidoreductase,"Post-translational modification, protein turnover, and chaperones",O32218,Op2631 -BSU_33490,cadA,AL009126.3,BSU33490,3438853,3440961,-,Cd(II)%2C Zn(II) and Co(II) exporter (ATPase),Inorganic ion transport and metabolism,O32219,Op2632 -BSU_33500,copA,AL009126.3,BSU33500,3441121,3443529,-,copper transporter ATPase,Inorganic ion transport and metabolism,O32220,Op2633 -BSU_33510,copZ,AL009126.3,BSU33510,3443613,3443822,-,copper insertion chaperone and transporter component,Inorganic ion transport and metabolism,O32221,Op2633 -BSU_33520,csoR,AL009126.3,BSU33520,3443896,3444201,-,repressor of copper utilisation proteins-Cu(I),Function unknown,O32222,Op2634 -BSU_33530,iolW,AL009126.3,BSU33530,3444329,3445405,+,scyllo-inositol 2-dehydrogenase (NADP(+)-dependent),Function unknown,O32223,Op2635 -BSU_33540,azoRB,AL009126.3,BSU33540,3445442,3446077,-,NADH:dichloroindophenol oxidoreductase (2-methylhydroquinone resistance),Lipid transport and metabolism,O32224,Op2636 -BSU_33550,yvaC,AL009126.3,BSU33550,3446237,3448132,-,putative integral inner membrane protein,Function unknown,O32225,Op2637 -BSU_33560,yvaD,AL009126.3,BSU33560,3448295,3448696,-,putative integral inner membrane protein,Function unknown,O32226,Op2638 -BSU_33570,yvaE,AL009126.3,BSU33570,3448693,3449052,-,putative metabolite-efflux transporter,Inorganic ion transport and metabolism,O32227,Op2639 -BSU_33580,yvaF,AL009126.3,BSU33580,3449049,3449621,-,putative transcriptional regulator,Transcription,O32228,Op2640 -BSU_33590,yvaG,AL009126.3,BSU33590,3449732,3450526,-,putative oxidoreductase,Lipid transport and metabolism,O32229,Op2641 -BSU_33600,smpB,AL009126.3,BSU33600,3451248,3451718,-,tmRNA-binding protein,"Post-translational modification, protein turnover, and chaperones",O32230,Op2642 -BSU_33610,rnr,AL009126.3,BSU33610,3451863,3454202,-,ribonuclease R,Transcription,O32231,Op2642 -BSU_33620,estA,AL009126.3,BSU33620,3454221,3454961,-,carboxylesterase,Function unknown,O32232,Op2642 -BSU_33630,secG,AL009126.3,BSU33630,3455093,3455323,-,preprotein translocase subunit,"Intracellular trafficking, secretion, and vesicular transport",O32233,Op2642 -BSU_33640,yvaM,AL009126.3,BSU33640,3455472,3456242,+,putative hydrolase,Function unknown,O32234,Op2643 -BSU_33650,yvzC,AL009126.3,BSU33650,3456282,3456515,-,putative phage-like transcriptional regulator,Transcription,O32235,Op2644 -BSU_33660,rghRA,AL009126.3,BSU33660,3456667,3457074,+,transcriptional repressor,Transcription,O32236,Op2645 -BSU_33670,rghRB,AL009126.3,BSU33670,3457104,3457523,+,putative phage-like transcriptional repressor,Transcription,O32237,Op2646 -BSU_33680,catR,AL009126.3,BSU33680,3457615,3457941,+,transcriptional regulator of catechol dioxygenase,Transcription,O32238,Op2647 -BSU_33690,yvaQ,AL009126.3,BSU33690,3458066,3459766,+,putative methyl-accepting transducer,Cell motility,O32239,Op2648 -BSU_33700,opuBD,AL009126.3,BSU33700,3459806,3460486,-,choline ABC transporter (permease),Inorganic ion transport and metabolism,P39775,Op2649 -BSU_33710,opuBC,AL009126.3,BSU33710,3460503,3461423,-,choline ABC transporter (choline-binding lipoprotein),Cell wall/membrane/envelope biogenesis,Q45462,Op2649 -BSU_33720,opuBB,AL009126.3,BSU33720,3461435,3462088,-,choline ABC transporter (permease),Inorganic ion transport and metabolism,Q45461,Op2649 -BSU_33730,opuBA,AL009126.3,BSU33730,3462105,3463250,-,choline ABC transporter (ATP-binding protein),Amino acid transport and metabolism,Q45460,Op2649 -BSU_33740,yvaV,AL009126.3,BSU33740,3463534,3464067,+,putative transcriptional regulator (controlling choline uptake),Transcription,C0SPB8,Op2650 -BSU_33750,sdpA,AL009126.3,BSU33750,3464289,3464765,+,export step of killing factor SdpC,Function unknown,O34889,Op2651 -BSU_33760,sdpB,AL009126.3,BSU33760,3464762,3465733,+,export step of killing factor SdpC,No COG annotation,O34616,Op2651 -BSU_33770,spbC,AL009126.3,BSU33770,3465776,3466387,+,precursor of killing factor SdpC,No COG annotation,O34344,Op2651 -BSU_33780,sdpI,AL009126.3,BSU33780,3466434,3467057,-,integral membrane immunity regulator of autophagy,Function unknown,O32241,Op2652 -BSU_33790,sdpR,AL009126.3,BSU33790,3467054,3467326,-,transcriptional regulator of SdpC synthesis operon (ArsR family),Transcription,O32242,Op2652 -BSU_33800,opuCD,AL009126.3,BSU33800,3467546,3468235,-,glycine betaine/carnitine/choline/choline sulfate ABC transporter (promiscuous permease),Inorganic ion transport and metabolism,O34742,Op2653 -BSU_33810,opuCC,AL009126.3,BSU33810,3468253,3469164,-,glycine betaine/carnitine/choline/choline sulfate ABC transporter (osmoprotectant-binding lipoprotein),Cell wall/membrane/envelope biogenesis,O32243,Op2653 -BSU_33820,opuCB,AL009126.3,BSU33820,3469184,3469837,-,glycine betaine/carnitine/choline/choline sulfate ABC transporter (promiscuous permease),Inorganic ion transport and metabolism,O34878,Op2653 -BSU_33830,opuCA,AL009126.3,BSU33830,3469860,3471002,-,glycine betaine/carnitine/choline/choline sulfate ABC transporter (ATP-binding protein),Amino acid transport and metabolism,O34992,Op2653 -BSU_33840,opcR,AL009126.3,BSU33840,3471266,3471823,+,negative transcriptional regulator of choline uptake systems,Transcription,O34709,Op2654 -BSU_33850,yvbG,AL009126.3,BSU33850,3471841,3472476,-,putative integral membrane protein,"Intracellular trafficking, secretion, and vesicular transport",O32244,Op2655 -BSU_33860,yvbH,AL009126.3,BSU33860,3472626,3473240,+,conserved protein of unknown function,Function unknown,O32245,Op2656 -BSU_33870,yvbI,AL009126.3,BSU33870,3473372,3474070,+,conserved protein of unknown function,Cell wall/membrane/envelope biogenesis,O32246,Op2657 -BSU_33880,yvbJ,AL009126.3,BSU33880,3474106,3475923,-,conserved protein of unknown function,Function unknown,O32247,Op2658 -BSU_33890,yvbK,AL009126.3,BSU33890,3476043,3476510,+,putative N-acyltransferase,Transcription,O32248,Op2659 -BSU_33900,eno,AL009126.3,BSU33900,3476555,3477847,-,enolase,Carbohydrate transport and metabolism,P37869,Op2660 -BSU_33910,pgm,AL009126.3,BSU33910,3477877,3479412,-,phosphoglycerate mutase,Carbohydrate transport and metabolism,P39773,Op2660 -BSU_33920,tpiA,AL009126.3,BSU33920,3479405,3480166,-,triose phosphate isomerase,Carbohydrate transport and metabolism,P27876,Op2660 -BSU_33930,pgk,AL009126.3,BSU33930,3480197,3481381,-,phosphoglycerate kinase,Nucleotide transport and metabolism,P40924,Op2660 -BSU_33940,gapA,AL009126.3,BSU33940,3481698,3482705,-,glyceraldehyde-3-phosphate dehydrogenase (NAD-dependent%2C glycolytic),Carbohydrate transport and metabolism,P09124,Op2660 -BSU_33950,cggR,AL009126.3,BSU33950,3482752,3483774,-,transcriptional regulator of gapA,Transcription,O32253,Op2660 -BSU_33960,araE,AL009126.3,BSU33960,3484072,3485466,-,arabinose-related compounds permease,Amino acid transport and metabolism,P96710,Op2661 -BSU_33970,araR,AL009126.3,BSU33970,3485670,3486758,+,transcriptional repressor of the ara regulon (LacI family),Transcription,P96711,Op2662 -BSU_33980,yvbT,AL009126.3,BSU33980,3486807,3487817,-,putative alkanal monooxygenase,Energy production and conversion,O32254,Op2663 -BSU_33990,yvbU,AL009126.3,BSU33990,3487974,3488852,-,putative transcriptional regulator (LysR family),Transcription,O32255,Op2664 -BSU_34000,cyeB,AL009126.3,BSU34000,3488952,3489869,+,cysteine and O-acetylserine efflux permease,Amino acid transport and metabolism,O32256,Op2665 -BSU_34010,yvbW,AL009126.3,BSU34010,3489910,3491253,-,putative leucine permease,Amino acid transport and metabolism,O32257,Op2666 -BSU_34020,yvbX,AL009126.3,BSU34020,3491655,3492689,-,putative epimerase modification of peptidoglycan,Function unknown,O32258,Op2667 -BSU_34030,lutC,AL009126.3,BSU34030,3492797,3493519,-,component of an iron-sulfur oxidase for L-lactate utilization,Function unknown,O32259,Op2668 -BSU_34040,lutB,AL009126.3,BSU34040,3493519,3494958,-,component of an iron-sulfur oxidase linked to L-lactate utilization,Energy production and conversion,O07021,Op2669 -BSU_34050,lutA,AL009126.3,BSU34050,3494985,3495701,-,iron-sulfur oxidase subunit used in L-lactate utilization,Energy production and conversion,O07020,Op2670 -BSU_34060,yvfU,AL009126.3,BSU34060,3495876,3496478,-,two-component response regulator [YvfT],Signal transduction mechanisms,O07019,Op2671 -BSU_34070,yvfT,AL009126.3,BSU34070,3496495,3497610,-,two-component sensor histidine kinase [YvfU],Signal transduction mechanisms,Q795K2,Op2672 -BSU_34080,yvfS,AL009126.3,BSU34080,3497614,3498351,-,putative ABC transporter (permease),Defense mechanisms,O07017,Op2673 -BSU_34090,yvfR,AL009126.3,BSU34090,3498352,3499257,-,putative ABC efflux transporter (ATP-binding protein),Defense mechanisms,O07016,Op2674 -BSU_34100,rsbQ,AL009126.3,BSU34100,3499541,3500350,+,regulator of RsbP phosphatase,Function unknown,O07015,Op2675 -BSU_34110,rsbP,AL009126.3,BSU34110,3500386,3501597,+,phosphoserine protein-phosphatase,Signal transduction mechanisms,O07014,Op2675 -BSU_34120,ganB,AL009126.3,BSU34120,3501651,3502940,-,endo-beta-1%2C4-galactanase,Carbohydrate transport and metabolism,O07013,Op2676 -BSU_34130,ganA,AL009126.3,BSU34130,3503020,3505083,-,short chain beta-1%2C4-galacto-oligosaccharides beta-galactosidase (beta-galacto-pyranoside hydrolase),Carbohydrate transport and metabolism,O07012,Op2676 -BSU_34140,ganQ,AL009126.3,BSU34140,3505102,3505953,-,galacto-oligosaccharides (galactan) oligomer permease,Inorganic ion transport and metabolism,O07011,Op2676 -BSU_34150,ganP,AL009126.3,BSU34150,3505957,3507213,-,galacto-oligosaccharides (galactan) oligomer permease,Inorganic ion transport and metabolism,O32261,Op2676 -BSU_34160,ganS,AL009126.3,BSU34160,3507253,3508518,-,polygalactose / cyclodextrin-binding lipoprotein,Carbohydrate transport and metabolism,O07009,Op2676 -BSU_34170,ganR,AL009126.3,BSU34170,3508659,3509651,-,transcriptional regulator of the galactan degradation operon (GanR / beta-1%2C4-galactobiose),Transcription,O07008,Op2677 -BSU_34180,lutR,AL009126.3,BSU34180,3509831,3510490,-,L-lactate utilization global transcriptional regulator (GntR family),Transcription,O07007,Op2678 -BSU_34190,lutP,AL009126.3,BSU34190,3510780,3512471,+,L-lactate permease,Energy production and conversion,P71067,Op2679 -BSU_34200,sigL,AL009126.3,BSU34200,3512498,3513808,-,RNA polymerase sigma-54 factor (sigma-L),Transcription,P24219,Op2680 -BSU_34210,yvfG,AL009126.3,BSU34210,3513887,3514105,+,conserved protein of unknown function,Function unknown,P71066,Op2681 -BSU_34220,epsO,AL009126.3,BSU34220,3514115,3515083,-,pyruvyl transferase for matrix biofilm formation,Carbohydrate transport and metabolism,P71065,Op2682 -BSU_34230,epsN,AL009126.3,BSU34230,3515062,3516228,-,putative aminotransferase involved in biofilm matrix formation,Amino acid transport and metabolism,Q795J3,Op2682 -BSU_34240,epsM,AL009126.3,BSU34240,3516233,3516883,-,putative O-acetyltransferase involved in biofilm matrix formation,Carbohydrate transport and metabolism,P71063,Op2682 -BSU_34250,epsL,AL009126.3,BSU34250,3516880,3517488,-,putative phosphotransferase involved in extracellular matrix synthesis,Cell wall/membrane/envelope biogenesis,P71062,Op2682 -BSU_34265,epsK,AL009126.3,BSU34265,3517485,3519002,-,putative extracellular matrix component exporter%3B putative cyclic di-GMP receptor,Function unknown,P71060,Op2682 -BSU_34280,epsJ,AL009126.3,BSU34280,3518999,3520033,-,putative glycosyl transferase involved in biofilm matrix formation,Function unknown,P71059,Op2682 -BSU_34290,epsI,AL009126.3,BSU34290,3520030,3521106,-,putative polysaccharide pyruvyl transferase involved in biofilm matrix formation,Carbohydrate transport and metabolism,P71058,Op2682 -BSU_34300,epsH,AL009126.3,BSU34300,3521111,3522145,-,putative glycosyltransferase involved in biofilm formation,Function unknown,P71057,Op2682 -BSU_34310,epsG,AL009126.3,BSU34310,3522170,3523273,-,biofilm extracellular matrix formation chain-length determining factor,Function unknown,P71056,Op2682 -BSU_34320,epsF,AL009126.3,BSU34320,3523270,3524424,-,putative glycosyltransferase involved in matrix formation (chain-length determination),Cell wall/membrane/envelope biogenesis,P71055,Op2682 -BSU_34330,epsE,AL009126.3,BSU34330,3524417,3525253,-,bifunctional flagellar clutch and glycosyltransferase acting during biofilm formation,Cell wall/membrane/envelope biogenesis,P71054,Op2682 -BSU_34340,epsD,AL009126.3,BSU34340,3525250,3526395,-,putative extracellular matrix glycosyltransferase,Cell wall/membrane/envelope biogenesis,P71053,Op2682 -BSU_34350,epsC,AL009126.3,BSU34350,3526407,3528203,-,putative UDP-sugar epimerase involved in biofilm matrix formation,Carbohydrate transport and metabolism,P71052,Op2682 -BSU_34360,epsB,AL009126.3,BSU34360,3528462,3529145,-,protein tyrosine kinase involved in biofilm matrix formation,"Cell cycle control, cell division, chromosome partitioning",P71051,Op2682 -BSU_34370,epsA,AL009126.3,BSU34370,3529151,3529855,-,modulator of protein tyrosine kinase EpsB involved in biofilm matrix formation,Cell wall/membrane/envelope biogenesis,P71050,Op2682 -BSU_34380,slrR,AL009126.3,BSU34380,3530101,3530559,+,transcriptional regulator of autolysin genes (biofilm formation),Transcription,P71049,Op2683 -BSU_34390,pnbA,AL009126.3,BSU34390,3530635,3532104,+,para-nitrobenzyl esterase (intracellular esterase B),Lipid transport and metabolism,P37967,Op2684 -BSU_34399,BSU_34399,AL009126.3,BSU34399,3532107,3532298,+,hypothetical protein,No COG annotation,A0A2K4Z9N5,Op2685 -BSU_34400,padC,AL009126.3,BSU34400,3532325,3532810,-,phenolic acid decarboxylase,"Secondary metabolites biosynthesis, transport, and catabolism",O07006,Op2686 -BSU_34410,yveG,AL009126.3,,3532833,3533144,-,conserved protein of unknown function,Function unknown,,Op2686 -BSU_34420,yveF,AL009126.3,,3533196,3533288,-,hypothetical protein,No COG annotation,,Op2686 -BSU_34430,racX,AL009126.3,BSU34430,3533419,3534102,-,promiscuous aminoacid racemase (prefers arginine%2C lysine and ornithine),Cell wall/membrane/envelope biogenesis,P32960,Op2687 -BSU_34440,pbpE,AL009126.3,BSU34440,3534118,3535473,-,penicillin-binding protein 4*,Defense mechanisms,P32959,Op2687 -BSU_34450,sacB,AL009126.3,BSU34450,3536012,3537433,+,levansucrase%3B levanase (moonlighting),Cell wall/membrane/envelope biogenesis,P05655,Op2688 -BSU_34460,levB,AL009126.3,BSU34460,3537507,3539057,+,endolevanase%2C selectively cleaves the (beta-2%2C6) fructosyl bonds,Carbohydrate transport and metabolism,O07003,Op2688 -BSU_34470,aspP,AL009126.3,BSU34470,3539165,3540727,+,L-aspartate/L-glutamate / proton permease,Amino acid transport and metabolism,O07002,Op2688 -BSU_34480,yvdT,AL009126.3,BSU34480,3540717,3541406,+,putative transcriptional regulator (TetR/AcrR family),Transcription,UPI000A729207,Op2689 -BSU_34490,psmA,AL009126.3,BSU34490,3541488,3541823,+,sodium / proton antiporter subunit A,Inorganic ion transport and metabolism,O32262,Op2690 -BSU_34500,psmB,AL009126.3,BSU34500,3541823,3542143,+,sodium-proton two component antiporter subunit,Inorganic ion transport and metabolism,O06999,Op2691 -BSU_34510,yvdQ,AL009126.3,BSU34510,3542179,3542691,-,conserved protein of unknown function,Function unknown,O06998,Op2692 -BSU_34520,cotNP,AL009126.3,BSU34520,3542943,3544286,-,spore coat protein%3B putative oxidoreductase,Energy production and conversion,O06997,Op2693 -BSU_34530,cotR,AL009126.3,BSU34530,3544642,3545604,+,spore coat lipolytic enzyme,Function unknown,O06996,Op2694 -BSU_34540,clpP,AL009126.3,BSU34540,3546234,3546827,+,ATP-dependent Clp protease proteolytic subunit%3B Maxwell's demon,"Post-translational modification, protein turnover, and chaperones",P80244,Op2695 -BSU_34550,mdxM,AL009126.3,BSU34550,3546873,3547553,-,bifunctional beta-phosphoglucomutase / glucose-1-phosphate phosphodismutase,Function unknown,O06995,Op2696 -BSU_34560,mdxL,AL009126.3,BSU34560,3547550,3549235,-,oligo-1%2C4-1%2C6-alpha-glucosidase (sucrase-maltase-isomaltase),Carbohydrate transport and metabolism,O06994,Op2697 -BSU_34570,mdxK,AL009126.3,BSU34570,3549228,3551501,-,maltose phosphorylase,Carbohydrate transport and metabolism,O06993,Op2698 -BSU_34580,mdxJ,AL009126.3,BSU34580,3551479,3552363,-,putative component of maltodextrin transporter,Function unknown,O06992,Op2699 -BSU_34590,mdxG,AL009126.3,BSU34590,3552369,3553205,-,maltodextrin ABC transporter (permease),Inorganic ion transport and metabolism,O06991,Op2700 -BSU_34600,mdxF,AL009126.3,BSU34600,3553206,3554513,-,maltodextrin ABC transport system (permease),Inorganic ion transport and metabolism,O06990,Op2701 -BSU_34610,mdxE,AL009126.3,BSU34610,3554553,3555806,-,maltose/maltodextrin-binding lipoprotein,Carbohydrate transport and metabolism,O06989,Op2702 -BSU_34620,mdxD,AL009126.3,BSU34620,3555902,3557671,-,maltogenic alpha-amylase,Carbohydrate transport and metabolism,O06988,Op2703 -BSU_34630,mdxR,AL009126.3,BSU34630,3557784,3558734,-,transcriptional activator of the maltodextrin operon (LacI family),Transcription,O06987,Op2704 -BSU_34640,yvdD,AL009126.3,BSU34640,3558940,3559515,-,putative enzyme,Function unknown,O06986,Op2705 -BSU_34650,yvdC,AL009126.3,BSU34650,3559632,3559952,+,putative pyrophosphohydrolase,Function unknown,O32263,Op2706 -BSU_34660,yvdB,AL009126.3,BSU34660,3559979,3561571,-,putative anion transporter,Inorganic ion transport and metabolism,O06984,Op2707 -BSU_34670,yvdA,AL009126.3,BSU34670,3561590,3562183,-,putative carbonic anhydrase,Inorganic ion transport and metabolism,O06983,Op2708 -BSU_34680,yvcT,AL009126.3,BSU34680,3562566,3563543,+,putative 2-ketogluconate reductase%3B hydroxypyruvate / glyoxylate reductase,Energy production and conversion,O32264,Op2709 -BSU_34690,psdB,AL009126.3,BSU34690,3563581,3565521,-,lantibiotic ABC transporter (permease),Defense mechanisms,O06981,Op2710 -BSU_34700,psdA,AL009126.3,BSU34700,3565496,3566275,-,lantibiotic ABC transporter (ATP-binding protein),Defense mechanisms,O06980,Op2710 -BSU_34710,psdS,AL009126.3,BSU34710,3566358,3567428,-,two-component sensor histidine kinase [PsdR] response to lantibiotics (nisin and gallidermin),Signal transduction mechanisms,O06979,Op2710 -BSU_34720,psdR,AL009126.3,BSU34720,3567422,3568135,-,two-component response regulator [PsdS] responding to lipid II-binding lantibiotics (nisin and gallidermin),Signal transduction mechanisms,O06978,Op2710 -BSU_34729,yvzJ,AL009126.3,BSU34729,3568282,3568491,+,putative lipoprotein,No COG annotation,C0H3R7,Op2711 -BSU_34730,yvcN,AL009126.3,BSU34730,3568527,3569291,-,putative arylamine N-acetyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",O06977,Op2712 -BSU_34740,crh,AL009126.3,BSU34740,3569292,3569549,-,catabolite repression HPr-like protein,Carbohydrate transport and metabolism,O06976,Op2713 -BSU_34750,whiA,AL009126.3,BSU34750,3569573,3570523,-,putative morphogen,Transcription,O06975,Op2714 -BSU_34760,mgfK,AL009126.3,BSU34760,3570546,3571499,-,gluconeogenesis morphogenetic factor (UDP-sugar binding),Function unknown,O06974,Op2715 -BSU_34770,yvcJ,AL009126.3,BSU34770,3571501,3572388,-,GTPase possibly involved in regulator sRNA degradation,Function unknown,O06973,Op2716 -BSU_34780,yvcI,AL009126.3,BSU34780,3572413,3572889,-,putative triphosphate pyrophosphate hydrolase,Nucleotide transport and metabolism,O06972,Op2717 -BSU_34790,trxB,AL009126.3,BSU34790,3573207,3574157,-,thioredoxin reductase,Energy production and conversion,P80880,Op2718 -BSU_34800,cwlO,AL009126.3,BSU34800,3574363,3575784,-,secreted cell wall DL-endopeptidase,Cell wall/membrane/envelope biogenesis,P40767,Op2719 -BSU_34810,yvcD,AL009126.3,BSU34810,3576165,3577619,-,conserved protein of unknown function,Function unknown,O06968,Op2720 -BSU_34820,bmrA,AL009126.3,BSU34820,3577745,3579514,-,efflux transporter (ATP-binding and permease protein),Defense mechanisms,O06967,Op2721 -BSU_34830,yvzA,AL009126.3,BSU34830,3579679,3580038,-,conserved protein of unknown function,No COG annotation,O32265,Op2722 -BSU_34840,yvcB,AL009126.3,BSU34840,3580053,3581963,-,conserved protein of unknown function,No COG annotation,O06966,Op2723 -BSU_34850,yvcA,AL009126.3,BSU34850,3581965,3582690,-,putative lipoprotein,No COG annotation,O06965,Op2724 -BSU_34860,hisIE,AL009126.3,BSU34860,3582936,3583565,-,bifunctional phosphoribosyl-AMP cyclohydrolase%3B phosphoribosyl-ATP pyrophosphohydrolase,Amino acid transport and metabolism,O34912,Op2725 -BSU_34870,hisF,AL009126.3,BSU34870,3583562,3584320,-,imidazole glycerol phosphate synthase subunit,Amino acid transport and metabolism,O34727,Op2726 -BSU_34880,hisA,AL009126.3,BSU34880,3584317,3585054,-,phosphoribosylformimino-5-aminoimidazole carboxamide ribotide isomerase,Amino acid transport and metabolism,O35006,Op2727 -BSU_34890,hisH,AL009126.3,BSU34890,3585051,3585689,-,imidazole glycerol phosphate synthase%2C glutamine amidotransferase subunit,Amino acid transport and metabolism,O34565,Op2728 -BSU_34900,hisB,AL009126.3,BSU34900,3585690,3586274,-,imidazoleglycerol-phosphate dehydratase [Mn(II)-dependent],Amino acid transport and metabolism,O34683,Op2729 -BSU_34910,hisD,AL009126.3,BSU34910,3586271,3587554,-,histidinol dehydrogenase,Amino acid transport and metabolism,O34651,Op2730 -BSU_34920,hisG,AL009126.3,BSU34920,3587551,3588192,-,ATP phosphoribosyltransferase,Amino acid transport and metabolism,O34520,Op2731 -BSU_34930,hisZ,AL009126.3,BSU34930,3588185,3589360,-,histidyl-tRNA synthetase-like subunit of ATP phophoribosyltransferase,Amino acid transport and metabolism,O34459,Op2732 -BSU_34940,yvpB,AL009126.3,BSU34940,3589611,3590363,+,putative hydratase,Cell motility,O34735,Op2733 -BSU_34950,pelC,AL009126.3,BSU34950,3590603,3591268,+,secreted pectate (polygalacturonate) lyase,Carbohydrate transport and metabolism,O34310,Op2734 -BSU_34960,hprF,AL009126.3,BSU34960,3591288,3591806,-,dephosphorylated heptaprenylglyceryl phosphate O-acetyltransferase,Function unknown,O34993,Op2735 -BSU_34970,ppaX,AL009126.3,BSU34970,3591810,3592460,-,Hpr-associated pyrophosphatase,Function unknown,Q9JMQ2,Op2736 -BSU_34980,yvoD,AL009126.3,BSU34980,3592457,3593395,-,putative integral inner membrane protein with nucleotide binding domain,Inorganic ion transport and metabolism,O34382,Op2737 -BSU_34990,lgt,AL009126.3,BSU34990,3593419,3594228,-,prelipoprotein diacylglycerol transferase,Cell wall/membrane/envelope biogenesis,O34752,Op2738 -BSU_35000,hprK,AL009126.3,BSU35000,3594242,3595174,-,serine/threonine protein kinase/phosphorylase (pyrophosphate-producing),Nucleotide transport and metabolism,O34483,Op2739 -BSU_35010,nagA,AL009126.3,BSU35010,3595356,3596546,+,N-acetylglucosamine-6-phosphate deacetylase,Carbohydrate transport and metabolism,O34450,Op2740 -BSU_35020,nagBA,AL009126.3,BSU35020,3596543,3597271,+,glucosamine-6-phosphate isomerase,Carbohydrate transport and metabolism,O35000,Op2740 -BSU_35030,nagR,AL009126.3,BSU35030,3597289,3598020,+,transcriptional regulator (GntR family),Transcription,O34817,Op2740 -BSU_35040,yvnB,AL009126.3,BSU35040,3598040,3601909,-,putative exported hydrolase,"Secondary metabolites biosynthesis, transport, and catabolism",O34986,Op2741 -BSU_35050,yvnA,AL009126.3,BSU35050,3602074,3602547,+,putative transcriptional regulator,Transcription,O34692,Op2742 -BSU_35060,cypX,AL009126.3,BSU35060,3602588,3603805,-,cyclo-L-leucyl-L-leucyl dipeptide oxidase%2C pulcheriminic synthase,Energy production and conversion,O34926,Op2743 -BSU_35070,pchC,AL009126.3,BSU35070,3603821,3604567,-,cyclodipeptide synthase (tRNA-dependent)%2C pulcherimminic acid precursor,Function unknown,O34351,Op2743 -BSU_35080,pchR,AL009126.3,BSU35080,3604993,3605502,+,transcriptional regulator for pulcherriminic acid synthesis,Transcription,P40762,Op2744 -BSU_35090,pchE,AL009126.3,BSU35090,3605523,3606734,+,pulcherriminic acid efflux transporter,Amino acid transport and metabolism,O34307,Op2744 -BSU_35100,yvlD,AL009126.3,BSU35100,3606762,3607121,-,putative integral phage holin-like membrane protein,Function unknown,O34648,Op2745 -BSU_35110,yvlC,AL009126.3,BSU35110,3607123,3607320,-,membrane associated phage-like stress regulator%2C nisin resistance,Transcription,O34719,Op2745 -BSU_35120,yvlB,AL009126.3,BSU35120,3607325,3608422,-,conserved protein of unknown function%2C stress-related,Function unknown,O34628,Op2745 -BSU_35130,yvlA,AL009126.3,BSU35130,3608447,3608773,-,conserved protein of unknown function,No COG annotation,O34322,Op2745 -BSU_35140,yvkN,AL009126.3,BSU35140,3608991,3609221,+,conserved protein of unknown function,No COG annotation,O34604,Op2746 -BSU_35150,yvzB,AL009126.3,,3609420,3609902,-,putative flagellin,Cell motility,,Op2747 -BSU_35160,uvrA,AL009126.3,BSU35160,3610064,3612937,-,excinuclease ABC (subunit A),"Replication, recombination and repair",O34863,Op2748 -BSU_35170,uvrB,AL009126.3,BSU35170,3612945,3614930,-,excinuclease ABC (subunit B),"Replication, recombination and repair",P37954,Op2748 -BSU_35180,csbA,AL009126.3,BSU35180,3615116,3615346,-,conserved membrane protein of unknown function,Function unknown,P37953,Op2749 -BSU_35190,yvkC,AL009126.3,BSU35190,3615793,3618288,+,putative phosphotransferase,Carbohydrate transport and metabolism,O34796,Op2750 -BSU_35200,yvkB,AL009126.3,BSU35200,3618364,3618933,+,putative transcriptional regulator (TetR/AcrR family),Transcription,O34643,Op2751 -BSU_35210,yvkA,AL009126.3,BSU35210,3618964,3620298,+,putative efflux transporter,Amino acid transport and metabolism,O34502,Op2752 -BSU_35220,minJ,AL009126.3,BSU35220,3620346,3621539,-,topological determinant of cell division,"Post-translational modification, protein turnover, and chaperones",O34375,Op2753 -BSU_35230,swrAAc,AL009126.3,,3621618,3621956,-,swarming motility protein fragment%3B C-terminal part of swrAA,Function unknown,,Op2754 -BSU_35239,swrAAn,AL009126.3,,3621931,3622047,-,swarming motility protein%3B N-terminal part of swrAA,Function unknown,,Op2755 -BSU_35240,ctpB,AL009126.3,BSU35240,3622356,3623798,-,PDZ-containing carboxyl-terminal protease processing protease [Zn(II)],Cell wall/membrane/envelope biogenesis,O35002,Op2756 -BSU_35250,ftsX,AL009126.3,BSU35250,3623938,3624828,-,cell-division ABC transporter,"Cell cycle control, cell division, chromosome partitioning",O34876,Op2757 -BSU_35260,ftsE,AL009126.3,BSU35260,3624821,3625507,-,cell-division signal transducer (ATP-binding protein),"Cell cycle control, cell division, chromosome partitioning",O34814,Op2757 -BSU_35270,cccB,AL009126.3,BSU35270,3625741,3626079,-,cytochrome c551,Energy production and conversion,O34594,Op2758 -BSU_35280,yvjA,AL009126.3,BSU35280,3626128,3627012,-,putative integral inner membrane protein,Function unknown,UPI00019772AE,Op2758 -BSU_35290,prfB,AL009126.3,BSU35290,3627139,3628167,-,peptide chain release factor 2,"Translation, ribosomal structure and biogenesis",P28367,Op2759 -BSU_35300,secA,AL009126.3,BSU35300,3628310,3630835,-,translocase binding subunit (ATPase),"Intracellular trafficking, secretion, and vesicular transport",P28366,Op2759 -BSU_35310,hpf,AL009126.3,BSU35310,3631003,3631572,-,ribosome-associated sigma 54 modulation protein%3B ribosome dimerisation factor,"Translation, ribosomal structure and biogenesis",P28368,Op2760 -BSU_35319,yvzG,AL009126.3,BSU35319,3631763,3632140,-,conserved protein of unknown function,No COG annotation,C0H3R9,Op2761 -BSU_35320,fliT,AL009126.3,BSU35320,3632150,3632491,-,flagellar assembly protein FliT involved in control of flagella expression,Function unknown,P39740,Op2762 -BSU_35330,fliS,AL009126.3,BSU35330,3632488,3632889,-,flagellar assembly protein FliS,Cell motility,P39739,Op2762 -BSU_35340,fliD,AL009126.3,BSU35340,3632911,3634407,-,flagellar hook-associated capping protein 2 (HAP2),Cell motility,P39738,Op2762 -BSU_35350,yvyC,AL009126.3,BSU35350,3634425,3634754,-,putative flagellar protein of unknown function,Cell motility,P39737,Op2762 -BSU_35360,hag,AL009126.3,BSU35360,3634987,3635901,-,flagellin protein,Cell motility,P02968,Op2763 -BSU_35370,csrA,AL009126.3,BSU35370,3636046,3636270,-,carbon storage regulator,Signal transduction mechanisms,P33911,Op2764 -BSU_35380,fliW,AL009126.3,BSU35380,3636264,3636695,-,assembly factor of the flagellum,Function unknown,P96503,Op2764 -BSU_35390,yviE,AL009126.3,BSU35390,3636716,3637291,-,conserved protein of unknown function,No COG annotation,P96502,Op2765 -BSU_35400,flgL,AL009126.3,BSU35400,3637338,3638234,-,flagellar hook-filament junction protein,Cell motility,P96501,Op2766 -BSU_35410,flgK,AL009126.3,BSU35410,3638245,3639768,-,flagellar hook-filament junction,Cell motility,P39810,Op2766 -BSU_35420,flgN,AL009126.3,BSU35420,3639787,3640269,-,factor required for flagellar based motility,Cell motility,P39808,Op2766 -BSU_35430,flgM,AL009126.3,BSU35430,3640285,3640551,-,anti-sigma factor repressor of sigma(D)-dependent transcription,Transcription,P39809,Op2766 -BSU_35440,yvyF,AL009126.3,BSU35440,3640632,3641051,-,putative transcriptional regulator of flagella formation,Function unknown,P39807,Op2766 -BSU_35450,comFC,AL009126.3,BSU35450,3641125,3641847,-,component of the DNA transport apparatus,Function unknown,UPI00019762B4,Op2766 -BSU_35460,comFB,AL009126.3,BSU35460,3641811,3642107,-,regulator of competence%2C pole located,Function unknown,P39146,Op2766 -BSU_35470,comFA,AL009126.3,BSU35470,3642167,3643558,-,ATP-dependent helicase competence protein,"Replication, recombination and repair",P39145,Op2766 -BSU_35480,fakBA,AL009126.3,BSU35480,3643664,3644509,-,fatty acid kinase fatty acid binding subunit A,Function unknown,P32436,Op2767 -BSU_35490,degU,AL009126.3,BSU35490,3644607,3645296,-,two-component response regulator,Transcription,P13800,Op2768 -BSU_35500,degS,AL009126.3,BSU35500,3645379,3646536,-,two-component sensor histidine kinase [DegU],Signal transduction mechanisms,P13799,Op2768 -BSU_35510,yvyE,AL009126.3,BSU35510,3646753,3647406,+,putative translation regulator,Function unknown,P32437,Op2769 -BSU_35520,tagV,AL009126.3,BSU35520,3647406,3648581,+,teichoic acid-peptidoglycan tethering enzyme (LCP component) with transcription regulator domain,Transcription,P96499,Op2769 -BSU_35530,tagO,AL009126.3,BSU35530,3648654,3649730,-,UDP-N-acetylglucosamine:undecaprenyl-P N-acetylglucosaminyl-1-P transferase,Cell wall/membrane/envelope biogenesis,O34753,Op2770 -BSU_35540,tuaH,AL009126.3,BSU35540,3649875,3651068,-,putative glycosyltransferase (teichuronic acid),Cell wall/membrane/envelope biogenesis,O32267,Op2771 -BSU_35550,tuaG,AL009126.3,BSU35550,3651097,3651855,-,putative glycosyltransferase (teichuronic acid),Cell wall/membrane/envelope biogenesis,O32268,Op2771 -BSU_35560,tuaF,AL009126.3,BSU35560,3651879,3652559,-,putative hydrolase involved in teichuronic acid synthesis,Cell wall/membrane/envelope biogenesis,O32269,Op2771 -BSU_35570,tuaE,AL009126.3,BSU35570,3652588,3654054,-,putative polymerase of teichuronic acid repeating units,Cell wall/membrane/envelope biogenesis,O32270,Op2771 -BSU_35580,tuaD,AL009126.3,BSU35580,3654139,3655524,-,UDP-glucose 6-dehydrogenase (teichuronic acid),Cell wall/membrane/envelope biogenesis,O32271,Op2771 -BSU_35590,tuaC,AL009126.3,BSU35590,3655586,3656755,-,putative glycosyltransferase (teichuronic acid),Carbohydrate transport and metabolism,O32272,Op2771 -BSU_35600,tuaB,AL009126.3,BSU35600,3656752,3658203,-,putative exporter involved in biosynthesis of teichuronic acid,Function unknown,O32273,Op2771 -BSU_35609,tuaAc,AL009126.3,,3658259,3658408,-,putative undecaprenyl-phosphate N-acetylgalactosaminyl-1-phosphate transferase%3B C-terminal part of TuaA,Cell wall/membrane/envelope biogenesis,,Op2771 -BSU_35610,tuaAn,AL009126.3,,3658407,3658892,-,putative undecaprenyl-phosphate N-acetylgalactosaminyl-1-phosphate transferase%3B N-terminal part of TuaA,Cell wall/membrane/envelope biogenesis,,Op2771 -BSU_35620,lytC,AL009126.3,BSU35620,3659119,3660609,-,N-acetylmuramoyl-L-alanine amidase (major autolysin),Cell wall/membrane/envelope biogenesis,Q02114,Op2772 -BSU_35630,lytB,AL009126.3,BSU35630,3660648,3662765,-,modifier of major autolysin amidase LytC,"Cell cycle control, cell division, chromosome partitioning",Q02113,Op2772 -BSU_35640,lytA,AL009126.3,BSU35640,3662789,3663097,-,membrane bound lipoprotein,No COG annotation,Q02112,Op2772 -BSU_35650,tagU,AL009126.3,BSU35650,3663281,3664201,+,teichoic acid-peptidoglycan tethering enzyme (LCP component) with transcription regulator domain of major autolysin expression,Transcription,Q02115,Op2773 -BSU_35660,mnaA,AL009126.3,BSU35660,3664241,3665383,-,UDP-N-acetylmannosamine 2-epimerase,Cell wall/membrane/envelope biogenesis,P39131,Op2774 -BSU_35670,gtaB,AL009126.3,BSU35670,3665629,3666507,+,UTP-glucose-1-phosphate uridylyltransferase,Cell wall/membrane/envelope biogenesis,Q05852,Op2775 -BSU_35678,BSU_35678,AL009126.3,BSU35678,3666841,3667059,+,hypothetical protein,No COG annotation,A0A2K4Z9N8,Op2776 -BSU_35679,yvzH,AL009126.3,,3666933,3667016,-,putative teichoic acid translocation permease protein tagG (fragment),No COG annotation,,Op2777 -BSU_35680,ggaB,AL009126.3,BSU35680,3667209,3669911,-,poly(glucosyl N-acetylgalactosamine 1-phosphate) glucosyltransferase,Cell wall/membrane/envelope biogenesis,P46918,Op2778 -BSU_35690,ggaA,AL009126.3,,3670035,3671375,-,poly(glucosyl N-acetylgalactosamine 1-phosphate) glucosyltransferase (missing signal peptide),Cell wall/membrane/envelope biogenesis,,Op2778 -BSU_35698,yvzI,AL009126.3,,3671416,3671622,-,putative CDP-glycerol:poly(glycerophosphate) glycerophosphotransferase (fragment),Cell wall/membrane/envelope biogenesis,,Op2779 -BSU_35699,yvzE,AL009126.3,,3672929,3673525,+,putative UTP-glucose-1-phosphate uridylyltransferase (UDP-glucose pyrophosphorylase) (UDPGP) (fragment),Cell wall/membrane/envelope biogenesis,,Op2780 -BSU_35700,tagH,AL009126.3,BSU35700,3673564,3675147,-,ATP-binding teichoic acid precursor transporter component,Carbohydrate transport and metabolism,P42954,Op2781 -BSU_35710,tagG,AL009126.3,BSU35710,3675167,3675994,-,teichoic acid precursors permease,Carbohydrate transport and metabolism,P42953,Op2782 -BSU_35720,tagF,AL009126.3,BSU35720,3676159,3678399,-,CDP-glycerol:polyglycerol phosphate glycero-phosphotransferase (poly(glycerol phosphate) polymerase),Cell wall/membrane/envelope biogenesis,P13485,Op2783 -BSU_35730,tagE,AL009126.3,BSU35730,3678399,3680420,-,UDP-glucose:polyglycerol phosphate alpha-glucosyltransferase,Cell wall/membrane/envelope biogenesis,P13484,Op2783 -BSU_35740,tagD,AL009126.3,BSU35740,3680581,3680970,-,glycerol-3-phosphate cytidylyltransferase,Lipid transport and metabolism,P27623,Op2783 -BSU_35750,tagA,AL009126.3,BSU35750,3681370,3682140,+,N-acetylmannosamine (ManNAc) C4 hydroxyl of a membrane-anchored N-acetylglucosaminyl diphospholipid (GlcNAc-pp-undecaprenyl%2C lipid I) glycosyltransferase,Cell wall/membrane/envelope biogenesis,P27620,Op2784 -BSU_35760,tagB,AL009126.3,BSU35760,3682173,3683318,+,teichoic acid primase%2C CDP-glycerol:N-acetyl-beta-d-mannosaminyl-1%2C 4-N-acetyl-d-glucosaminyldiphosphoundecaprenyl glycerophosphotransferase,Cell wall/membrane/envelope biogenesis,P27621,Op2784 -BSU_35770,tagC,AL009126.3,BSU35770,3683438,3684766,+,putative polyglycerol phosphate assembly and export protein (teichoic acid biosynthesis),No COG annotation,P27622,Op2785 -BSU_35780,lytD,AL009126.3,BSU35780,3684826,3687468,-,exported N-acetylglucosaminidase (major autolysin) (CWBP90),Carbohydrate transport and metabolism,P39848,Op2786 -BSU_35790,pmiA,AL009126.3,BSU35790,3687597,3688547,-,mannose-6-phosphate isomerase (active on aldose substrates with hydroxyl groups oriented in the same direction at the C-2 and C-3 positions as in mannose),Carbohydrate transport and metabolism,P39841,Op2787 -BSU_35800,gerBA,AL009126.3,BSU35800,3688812,3690263,+,component of germinant receptor B,Amino acid transport and metabolism,P39569,Op2788 -BSU_35810,gerBB,AL009126.3,BSU35810,3690269,3691375,+,component of germinant receptor B,Amino acid transport and metabolism,P39570,Op2788 -BSU_35820,gerBC,AL009126.3,BSU35820,3691372,3692496,+,lipoprotein component of the germination receptor B,Function unknown,P39571,Op2788 -BSU_35830,ywtG,AL009126.3,BSU35830,3692533,3693906,-,putative carbohydrate/proton transporter,Amino acid transport and metabolism,C0SPB2,Op2789 -BSU_35840,tagT,AL009126.3,BSU35840,3694239,3695207,+,teichoic acid-peptidoglycan tethering enzyme (LCP component) with transcription regulator domain of capsule synthesis,Transcription,Q7WY78,Op2790 -BSU_35850,ribZB,AL009126.3,BSU35850,3695363,3696223,+,5-amino-6-ribitylamino-2%2C4(1H%2C 3H)-pyrimidinedione 5'-phosphate phosphatase (promiscuous activity),Function unknown,P96741,Op2791 -BSU_35860,pgdS,AL009126.3,BSU35860,3696257,3697498,-,gamma-DD-glutamyl hydrolase (PGA depolymerase),Cell wall/membrane/envelope biogenesis,P96740,Op2792 -BSU_35870,edmS,AL009126.3,BSU35870,3697639,3697806,-,factor required extrachromosomal elements maintenance,No COG annotation,P96739,Op2793 -BSU_35880,capA,AL009126.3,BSU35880,3697821,3698963,-,capsular polyglutamate synthetase (acid resistance),Cell wall/membrane/envelope biogenesis,P96738,Op2793 -BSU_35890,capC,AL009126.3,BSU35890,3698982,3699431,-,capsular polyglutamate amide ligase/translocase subunit,Function unknown,P96737,Op2793 -BSU_35900,capB,AL009126.3,BSU35900,3699446,3700627,-,capsular polyglutamate synthetase (ATP-dependent amide ligase),Cell wall/membrane/envelope biogenesis,P96736,Op2793 -BSU_35910,rbsR,AL009126.3,BSU35910,3701411,3702391,+,ribose operon repressor (LacI family%2C D-ribose),Transcription,P36944,Op2794 -BSU_35920,rbsK,AL009126.3,BSU35920,3702393,3703274,+,ribokinase,Coenzyme transport and metabolism,P36945,Op2794 -BSU_35930,rbsD,AL009126.3,BSU35930,3703271,3703666,+,D-ribose pyranase,Carbohydrate transport and metabolism,P36946,Op2794 -BSU_35940,rbsA,AL009126.3,BSU35940,3703682,3705163,+,ribose ABC transporter (ATP-binding protein),Carbohydrate transport and metabolism,P36947,Op2794 -BSU_35950,rbsC,AL009126.3,BSU35950,3705165,3706133,+,ribose ABC transporter (permease),Carbohydrate transport and metabolism,P36948,Op2794 -BSU_35960,rbsB,AL009126.3,BSU35960,3706145,3707062,+,ribose ABC transporter (ribose-binding lipoprotein),Carbohydrate transport and metabolism,P36949,Op2794 -BSU_35970,ywsB,AL009126.3,BSU35970,3707144,3707680,+,putative cell wall binding enzyme,Signal transduction mechanisms,P96729,Op2795 -BSU_35980,ywsA,AL009126.3,BSU35980,3707836,3708132,+,conserved protein of unknown function,Function unknown,P96728,Op2796 -BSU_35990,ywrO,AL009126.3,BSU35990,3708172,3708699,-,nitroreductase (unknown substrate),Function unknown,P80871,Op2797 -BSU_36000,alsD,AL009126.3,BSU36000,3708799,3709566,-,alpha-acetolactate decarboxylase,Coenzyme transport and metabolism,Q04777,Op2798 -BSU_36010,alsS,AL009126.3,BSU36010,3709628,3711340,-,alpha-acetolactate synthase,Amino acid transport and metabolism,Q04789,Op2798 -BSU_36020,alsR,AL009126.3,BSU36020,3711498,3712406,+,transcriptional regulator controlling alsSD%2C ictEP expression (LysR family),Transcription,Q04778,Op2799 -BSU_36030,ywrK,AL009126.3,BSU36030,3712617,3713945,+,putative Na+/H+ antiporter,Inorganic ion transport and metabolism,O05224,Op2800 -BSU_36040,ywrJ,AL009126.3,BSU36040,3714002,3714679,-,conserved protein of unknown function,No COG annotation,O05223,Op2801 -BSU_36050,cotB,AL009126.3,BSU36050,3714739,3715881,-,spore coat protein (outer),No COG annotation,P07789,Op2802 -BSU_36060,cotH,AL009126.3,BSU36060,3716009,3717097,-,spore coat protein kinase,Cell wall/membrane/envelope biogenesis,Q45535,Op2803 -BSU_36070,cotG,AL009126.3,BSU36070,3717238,3717825,+,spore morphogenetic protein,No COG annotation,P39801,Op2804 -BSU_36079,BSU_36079,AL009126.3,BSU36079,3717326,3717805,+,doubtful CDS (putative in frame frameshift),No COG annotation,A0A2K4Z9N2,Op2805 -BSU_36080,ywrF,AL009126.3,BSU36080,3717999,3718616,+,putative flavin-binding monooxygenase,Function unknown,O05220,Op2806 -BSU_36090,ywrE,AL009126.3,BSU36090,3718794,3719129,+,conserved protein of unknown function,Function unknown,O05219,Op2807 -BSU_36100,hpxW,AL009126.3,BSU36100,3719134,3720711,-,oxamate amidohydrolase,Amino acid transport and metabolism,O05218,Op2808 -BSU_36110,chrS,AL009126.3,BSU36110,3720925,3721401,+,transcriptional negative regulator of chromate transport (Lrp/AsnC family),Transcription,O05217,Op2809 -BSU_36120,chrB,AL009126.3,BSU36120,3721415,3722008,+,chromate transporter subunit N,Inorganic ion transport and metabolism,O05216,Op2810 -BSU_36130,chrA,AL009126.3,BSU36130,3722005,3722541,+,chromate transporter subunit C,Inorganic ion transport and metabolism,O05215,Op2811 -BSU_36140,ywqO,AL009126.3,BSU36140,3722568,3722789,-,conserved protein of unknown function,No COG annotation,P96727,Op2812 -BSU_36150,ywqN,AL009126.3,BSU36150,3722786,3723331,-,putative oxidoreductase,Function unknown,P96726,Op2813 -BSU_36160,ywqM,AL009126.3,BSU36160,3723454,3724335,+,putative transcriptional regulator (LysR family),Transcription,P96725,Op2814 -BSU_36170,nfi,AL009126.3,BSU36170,3724420,3725136,-,endonuclease V,"Replication, recombination and repair",P96724,Op2815 -BSU_36180,rttO,AL009126.3,BSU36180,3725146,3725610,-,putative ribonuclease antitoxin,Function unknown,P96723,Op2816 -BSU_36190,rttN,AL009126.3,BSU36190,3725600,3727408,-,putative ribonuclease toxin,"Replication, recombination and repair",P96722,Op2817 -BSU_36200,ywqI,AL009126.3,BSU36200,3727427,3727687,-,conserved protein of unknown function,Function unknown,P96721,Op2818 -BSU_36210,ywqH,AL009126.3,BSU36210,3727697,3728119,-,conserved protein of unknown function,Function unknown,P96720,Op2819 -BSU_36215,BSU_36215,AL009126.3,BSU36215,3728336,3728461,-,hypothetical protein,No COG annotation,A0A2K4Z9M9,Op2820 -BSU_36220,ywqG,AL009126.3,BSU36220,3728511,3729296,-,conserved protein of unknown function,Function unknown,P96719,Op2821 -BSU_36230,uglF,AL009126.3,BSU36230,3729488,3730810,-,UDP-glucose dehydrogenase,Cell wall/membrane/envelope biogenesis,P96718,Op2822 -BSU_36240,ptpZ,AL009126.3,BSU36240,3731005,3731769,-,protein tyrosine-phosphatase,Carbohydrate transport and metabolism,P96717,Op2822 -BSU_36250,ptkA,AL009126.3,BSU36250,3731822,3732535,-,maintenance protein tyrosine kinase involved in biofilm formation,"Cell cycle control, cell division, chromosome partitioning",P96716,Op2822 -BSU_36260,tkmA,AL009126.3,BSU36260,3732525,3733271,-,modulator of PtkA protein tyrosine kinase activity%3B modulation of biofilm formation,Cell wall/membrane/envelope biogenesis,P96715,Op2822 -BSU_36269,ywzD,AL009126.3,BSU36269,3733505,3733648,-,conserved protein of unknown function,No COG annotation,C0H3S3,Op2823 -BSU_36270,ywqB,AL009126.3,BSU36270,3733852,3735462,+,putative replication initiation protein,Function unknown,P96714,Op2824 -BSU_36280,hepA,AL009126.3,BSU36280,3735449,3738217,+,ATPase involved in RNA remodelling DNA recombination and repair,"Replication, recombination and repair",P94593,Op2825 -BSU_36290,ywpJ,AL009126.3,BSU36290,3738343,3739200,-,phosphatase of unidentified specificity (possibly promiscuous),Function unknown,P94592,Op2826 -BSU_36300,glcR,AL009126.3,BSU36300,3739206,3739982,-,transcriptional regulator (glucose repression of catabolic operons),Transcription,P94591,Op2826 -BSU_36310,ssbB,AL009126.3,BSU36310,3740206,3740547,-,single-strand DNA-binding protein,"Replication, recombination and repair",C0SPB6,Op2826 -BSU_36320,ywpG,AL009126.3,BSU36320,3740624,3741007,-,interaction partner of DynA,No COG annotation,P94589,Op2827 -BSU_36330,ywpF,AL009126.3,BSU36330,3741182,3741592,+,conserved protein of unknown function,Function unknown,P94588,Op2828 -BSU_36340,ywpE,AL009126.3,BSU36340,3741732,3742040,-,putative sortase,Cell wall/membrane/envelope biogenesis,P94587,Op2829 -BSU_36350,ywpD,AL009126.3,BSU36350,3742384,3743220,+,putative two-component sensor histidine kinase,Signal transduction mechanisms,P94586,Op2830 -BSU_36360,mscL,AL009126.3,BSU36360,3743267,3743659,-,large conductance mechanosensitive channel protein,Cell wall/membrane/envelope biogenesis,P94585,Op2831 -BSU_36370,fabZ,AL009126.3,BSU36370,3743732,3744157,-,beta-hydroxyacyl-[acyl carrier protein] dehydratase,Lipid transport and metabolism,P94584,Op2832 -BSU_36380,rapD,AL009126.3,BSU36380,3744349,3745413,+,response regulator aspartate phosphatase,Function unknown,P94583,Op2833 -BSU_36390,flhP,AL009126.3,BSU36390,3745436,3746245,-,flagellar hook-basal body accessory protein,Cell motility,P39753,Op2834 -BSU_36400,flhO,AL009126.3,BSU36400,3746279,3747091,-,flagellar basal-body accessory rod protein,Cell motility,P39752,Op2834 -BSU_36410,mbl,AL009126.3,BSU36410,3747254,3748255,-,MreB-like morphogen,"Cell cycle control, cell division, chromosome partitioning",P39751,Op2834 -BSU_36420,spoIIID,AL009126.3,BSU36420,3748421,3748702,-,transcriptional regulator (stage III sporulation),Transcription,P15281,Op2834 -BSU_36430,usd,AL009126.3,BSU36430,3748717,3748827,-,putative factor required for translation of spoIIID,No COG annotation,O32276,Op2834 -BSU_36440,ywoH,AL009126.3,BSU36440,3749052,3749465,+,putative transcriptional regulator (MarR family),Transcription,P94578,Op2835 -BSU_36450,ywoG,AL009126.3,BSU36450,3749487,3750677,+,putative efflux transporter,Amino acid transport and metabolism,P94577,Op2836 -BSU_36460,ywoF,AL009126.3,BSU36460,3750768,3752174,-,putative pectin lyase,Inorganic ion transport and metabolism,P94576,Op2837 -BSU_36470,pucI,AL009126.3,BSU36470,3752280,3753752,-,allantoin permease,Nucleotide transport and metabolism,P94575,Op2838 -BSU_36480,ywoD,AL009126.3,BSU36480,3753933,3755291,-,putative efflux transporter,Amino acid transport and metabolism,P94574,Op2839 -BSU_36490,ywoC,AL009126.3,BSU36490,3755291,3755860,-,putative enzyme of isochorismatase family,"Secondary metabolites biosynthesis, transport, and catabolism",P94573,Op2839 -BSU_36499,BSU_36499,AL009126.3,,3755967,3756134,-,hypothetical protein,No COG annotation,,Op2840 -BSU_36500,ywoB,AL009126.3,BSU36500,3756044,3756508,-,putative integral inner membrane protein,No COG annotation,P94572,Op2839 -BSU_36510,amtB,AL009126.3,BSU36510,3756790,3758004,+,ammonium transporter,Inorganic ion transport and metabolism,Q07429,Op2841 -BSU_36520,glnK,AL009126.3,BSU36520,3758016,3758366,+,nitrogen-regulated PII-like regulator protein,Transcription,Q07428,Op2841 -BSU_36530,bcrC,AL009126.3,BSU36530,3758547,3759128,+,undecaprenyl pyrophosphate phosphatase (bacitracin resistance),Lipid transport and metabolism,P94571,Op2842 -BSU_36540,ywnJ,AL009126.3,BSU36540,3759169,3759591,-,putative integral inner membrane protein,Function unknown,P71045,Op2843 -BSU_36550,spoIIQ,AL009126.3,BSU36550,3759702,3760553,-,forespore protein required for alternative engulfment,Cell wall/membrane/envelope biogenesis,P71044,Op2844 -BSU_36560,ywnH,AL009126.3,BSU36560,3760694,3761185,+,putative aminoacid analogs (phosphinothricin) N-acetyltransferase,Cell wall/membrane/envelope biogenesis,P71043,Op2845 -BSU_36570,ywnG,AL009126.3,BSU36570,3761182,3761700,+,putative integral inner membrane protein,Function unknown,P71042,Op2846 -BSU_36575,BSU_36575,AL009126.3,BSU36575,3761859,3761990,+,hypothetical protein,No COG annotation,A0A2K4Z9M8,Op2847 -BSU_36580,ywnF,AL009126.3,BSU36580,3761987,3762421,-,conserved protein of unknown function,Function unknown,P71041,Op2848 -BSU_36590,clsA,AL009126.3,BSU36590,3762664,3764112,+,cardiolipin synthase (major),Lipid transport and metabolism,P71040,Op2849 -BSU_36600,mta,AL009126.3,BSU36600,3764133,3764906,-,transcriptional regulator regulating efflux transporters synthesis (Fur-independent bacillibactin export),Transcription,P71039,Op2850 -BSU_36610,ywnC,AL009126.3,BSU36610,3765051,3765434,+,putative integral inner membrane protein,Function unknown,P71038,Op2851 -BSU_36620,ywnB,AL009126.3,BSU36620,3765469,3766110,-,putative oxidoreductase,Function unknown,P71037,Op2852 -BSU_36630,ywnA,AL009126.3,BSU36630,3766178,3766579,-,putative transcriptional regulator,Transcription,P71036,Op2853 -BSU_36640,ureC,AL009126.3,BSU36640,3766714,3768423,-,urease (alpha subunit),Amino acid transport and metabolism,P77837,Op2854 -BSU_36650,ureB,AL009126.3,BSU36650,3768420,3768794,-,urease (beta subunit),Amino acid transport and metabolism,P71035,Op2854 -BSU_36660,ureA,AL009126.3,BSU36660,3768791,3769108,-,urease (gamma subunit),Amino acid transport and metabolism,P75030,Op2854 -BSU_36668,ywzE,AL009126.3,BSU36668,3769289,3769453,-,conserved protein of unknown function (putative phage interference protein),No COG annotation,UPI0002A57B9C,Op2855 -BSU_36669,ywzF,AL009126.3,,3769626,3769808,-,conserved protein of unknown function,No COG annotation,,Op2856 -BSU_36670,csbD,AL009126.3,BSU36670,3770104,3770292,-,stress response protein,Transcription,P70964,Op2857 -BSU_36680,ywmF,AL009126.3,BSU36680,3770365,3770865,-,putative integral membrane protein,Function unknown,UPI000195C72D,Op2857 -BSU_36690,rapB,AL009126.3,BSU36690,3771000,3772133,-,response regulator aspartate phosphatase,Function unknown,P70962,Op2858 -BSU_36700,moaA,AL009126.3,BSU36700,3772325,3773350,-,GTP 3'%2C8-cyclase,Coenzyme transport and metabolism,P39757,Op2859 -BSU_36710,fdhD,AL009126.3,BSU36710,3773366,3774154,-,protein sulfur transferase involved in molybdenum cofactor synthesis,Energy production and conversion,P39756,Op2860 -BSU_36720,ywmE,AL009126.3,BSU36720,3774400,3774561,-,conserved protein of unknown function,No COG annotation,P70966,Op2861 -BSU_36730,ywmD,AL009126.3,BSU36730,3774655,3775329,-,putative exported protein,Function unknown,P70961,Op2862 -BSU_36739,BSU_36739,AL009126.3,BSU36739,3775382,3775522,-,hypothetical protein,No COG annotation,A0A2K4Z9N3,Op2863 -BSU_36740,ywmC,AL009126.3,BSU36740,3775653,3776336,-,putative exported protein,Function unknown,P70960,Op2864 -BSU_36750,spoIID,AL009126.3,BSU36750,3776722,3777753,-,lytic transglycosylase%3B autolysin required for complete dissolution of the asymmetric septum (stage II sporulation),"Cell cycle control, cell division, chromosome partitioning",P07372,Op2865 -BSU_36760,murAA,AL009126.3,BSU36760,3777949,3779259,-,UDP-N-acetylglucosamine 1-carboxyvinyltransferase,Cell wall/membrane/envelope biogenesis,P70965,Op2866 -BSU_36770,ywmB,AL009126.3,BSU36770,3779293,3780033,-,conserved protein of unknown function,Function unknown,O32277,Op2867 -BSU_36780,ywzB,AL009126.3,BSU36780,3780162,3780392,-,conserved protein of unknown function,Function unknown,O32278,Op2868 -BSU_36790,ywmA,AL009126.3,BSU36790,3780562,3781035,+,conserved protein of unknown function,No COG annotation,P70958,Op2869 -BSU_36800,atpC,AL009126.3,BSU36800,3781069,3781467,-,ATP synthase (subunit epsilon%2C F1 subunit),Energy production and conversion,P37812,Op2870 -BSU_36810,atpD,AL009126.3,BSU36810,3781491,3782912,-,ATP synthase (subunit beta%2C component F1),Energy production and conversion,P37809,Op2870 -BSU_36820,atpG,AL009126.3,BSU36820,3782938,3783801,-,ATP synthase (subunit gamma%2C component F1),Energy production and conversion,P37810,Op2870 -BSU_36830,atpA,AL009126.3,BSU36830,3783878,3785386,-,ATP synthase (subunit alpha%2C component F1),Energy production and conversion,P37808,Op2870 -BSU_36840,atpH,AL009126.3,BSU36840,3785403,3785948,-,ATP synthase (subunit delta%2C component F1),Energy production and conversion,P37811,Op2870 -BSU_36850,atpF,AL009126.3,BSU36850,3785945,3786457,-,ATP synthase (subunit b%2C component F0),Energy production and conversion,P37814,Op2870 -BSU_36860,atpE,AL009126.3,BSU36860,3786620,3786832,-,ATP synthase (subunit c%2C component F0),Energy production and conversion,P37815,Op2870 -BSU_36870,atpB,AL009126.3,BSU36870,3786878,3787612,-,ATP synthase (subunit a%2C component F0),Energy production and conversion,P37813,Op2870 -BSU_36880,atpI,AL009126.3,BSU36880,3787620,3788003,-,ATP synthase (subunit i),Function unknown,P37816,Op2870 -BSU_36890,upp,AL009126.3,BSU36890,3788426,3789055,-,uracil phosphoribosyltransferase,Nucleotide transport and metabolism,P39149,Op2871 -BSU_36900,glyA,AL009126.3,BSU36900,3789190,3790437,-,serine hydroxymethyltransferase,Amino acid transport and metabolism,P39148,Op2872 -BSU_36910,ywlG,AL009126.3,BSU36910,3790644,3791186,-,conserved protein of unknown function,Function unknown,P39157,Op2873 -BSU_36920,rpiB,AL009126.3,BSU36920,3791199,3791648,-,D-ribose 5-phosphate epimerase (promiscuous),Carbohydrate transport and metabolism,P39156,Op2873 -BSU_36930,prpB,AL009126.3,BSU36930,3791805,3792257,-,protein-arginine(tyrosine moonlighting) phosphatase (oxidative stress),Signal transduction mechanisms,P39155,Op2874 -BSU_36940,mntP,AL009126.3,BSU36940,3792333,3792890,-,manganese efflux pump,Inorganic ion transport and metabolism,P39154,Op2875 -BSU_36950,tsaC,AL009126.3,BSU36950,3792969,3794009,-,tRNA(NNU) t(6)A37 threonylcarbamoyladenosine modification%3B threonine-dependent ADP-forming ATPase,"Translation, ribosomal structure and biogenesis",P39153,Op2876 -BSU_36960,ywlB,AL009126.3,BSU36960,3794166,3794609,-,conserved protein of unknown function,Amino acid transport and metabolism,P39152,Op2877 -BSU_36970,spoIIR,AL009126.3,BSU36970,3794676,3795350,-,regulator signal of pro-sigma(E) spoIIGA endopeptidase (stage II sporulation),Function unknown,P39151,Op2878 -BSU_36980,ywlA,AL009126.3,BSU36980,3795491,3795853,+,putative integral inner membrane protein,Function unknown,P39150,Op2879 -BSU_36990,ywkF,AL009126.3,BSU36990,3795870,3796157,-,conserved protein of unknown function,No COG annotation,P45874,Op2880 -BSU_37000,prmC,AL009126.3,BSU37000,3796217,3797083,-,glutamine methylase of release factor 1 (and perhaps others) at a GGQ site,"Translation, ribosomal structure and biogenesis",P45873,Op2881 -BSU_37010,prfA,AL009126.3,BSU37010,3797085,3798155,-,peptide chain release factor 1,"Translation, ribosomal structure and biogenesis",P45872,Op2882 -BSU_37020,ywkD,AL009126.3,BSU37020,3798281,3798667,+,putative enzyme,Amino acid transport and metabolism,P45871,Op2883 -BSU_37030,racA,AL009126.3,BSU37030,3798789,3799343,+,chromosome-pole-anchoring protein RacA,Transcription,P45870,Op2884 -BSU_37040,ywkB,AL009126.3,BSU37040,3799377,3800336,-,putative metabolite transporter,Function unknown,P45869,Op2885 -BSU_37050,maeA,AL009126.3,BSU37050,3800418,3802166,-,NAD-dependent malic enzyme (conversion of malate into pyruvate),Energy production and conversion,P45868,Op2885 -BSU_37060,tdk,AL009126.3,BSU37060,3802405,3802992,-,thymidine kinase,Nucleotide transport and metabolism,Q03221,Op2886 -BSU_37070,rpmEA,AL009126.3,BSU37070,3803081,3803281,-,ribosomal protein L31,"Translation, ribosomal structure and biogenesis",Q03223,Op2887 -BSU_37080,rho,AL009126.3,BSU37080,3803400,3804683,-,transcriptional terminator Rho,Transcription,Q03222,Op2888 -BSU_37089,BSU_37089,AL009126.3,BSU37089,3804714,3804875,-,hypothetical protein,No COG annotation,L8EA05,Op2889 -BSU_37090,glpX,AL009126.3,BSU37090,3805090,3806055,-,fructose 1%2C6-bisphosphatase class II,Carbohydrate transport and metabolism,Q03224,Op2890 -BSU_37100,murAB,AL009126.3,BSU37100,3806086,3807375,-,UDP-N-acetylglucosamine 1-carboxyvinyltransferase,Cell wall/membrane/envelope biogenesis,P19670,Op2891 -BSU_37110,tal,AL009126.3,BSU37110,3807754,3808392,-,transaldolase,Carbohydrate transport and metabolism,P19669,Op2892 -BSU_37120,fbaA,AL009126.3,BSU37120,3808512,3809369,-,fructose-1%2C6-bisphosphate aldolase,Carbohydrate transport and metabolism,P13243,Op2892 -BSU_37130,spo0F,AL009126.3,BSU37130,3809550,3809924,-,two-component response regulator of sporulation initiation,Signal transduction mechanisms,P06628,Op2893 -BSU_37140,ywjG,AL009126.3,BSU37140,3810090,3810611,+,conserved protein of unknown function,Function unknown,P06629,Op2894 -BSU_37150,pyrG,AL009126.3,BSU37150,3810693,3812300,-,CTP synthetase,Nucleotide transport and metabolism,P13242,Op2895 -BSU_37160,rpoE,AL009126.3,BSU37160,3812542,3813063,-,RNA polymerase (delta subunit) and transcriptional repressor,Transcription,P12464,Op2896 -BSU_37170,acdA,AL009126.3,BSU37170,3813246,3814385,-,acyl-CoA dehydrogenase,Lipid transport and metabolism,P45867,Op2896 -BSU_37180,fadF,AL009126.3,BSU37180,3814382,3816499,-,putative iron-sulphur-binding reductase,Energy production and conversion,P45866,Op2896 -BSU_37190,clsB,AL009126.3,BSU37190,3816654,3817850,+,minor cardiolipin synthetase (phospholipase D family),Lipid transport and metabolism,P45865,Op2897 -BSU_37200,uvsE,AL009126.3,BSU37200,3817863,3818825,+,UV DNA damage repair endonuclease,"Replication, recombination and repair",P45864,Op2898 -BSU_37210,ywjC,AL009126.3,BSU37210,3818906,3819178,+,conserved protein of unknown function,No COG annotation,P45863,Op2899 -BSU_37220,ywjB,AL009126.3,BSU37220,3819220,3819744,-,putative oxidoreductase,Coenzyme transport and metabolism,P45862,Op2900 -BSU_37230,ywjA,AL009126.3,BSU37230,3819754,3821481,-,putative ABC lipid transporter (ATP-binding protein),Defense mechanisms,P45861,Op2901 -BSU_37240,clsC,AL009126.3,BSU37240,3821570,3823072,-,minor cardiolipin synthetase,Lipid transport and metabolism,P45860,Op2902 -BSU_37250,narI,AL009126.3,BSU37250,3823558,3824229,-,nitrate reductase (gamma subunit),Energy production and conversion,P42177,Op2903 -BSU_37260,narJ,AL009126.3,BSU37260,3824226,3824780,-,nitrate reductase molybdenum cofactor assembly chaperone NarJ,Energy production and conversion,P42178,Op2903 -BSU_37270,narH,AL009126.3,BSU37270,3824806,3826269,-,nitrate reductase (beta subunit),Energy production and conversion,P42176,Op2903 -BSU_37280,narG,AL009126.3,BSU37280,3826259,3829945,-,nitrate reductase (alpha subunit),Energy production and conversion,P42175,Op2903 -BSU_37290,arfM,AL009126.3,BSU37290,3830141,3830617,-,transcriptional regulator,Signal transduction mechanisms,P46910,Op2904 -BSU_37300,ywiC,AL009126.3,BSU37300,3830761,3831480,+,putative integral inner membrane protein,Function unknown,P46909,Op2905 -BSU_37310,fnr,AL009126.3,BSU37310,3831512,3832228,-,transcriptional regulator of anaerobic metabolism (FNR/CAP family),Transcription,P46908,Op2906 -BSU_37320,narK,AL009126.3,BSU37320,3832327,3833514,-,nitrite extrusion permease,Inorganic ion transport and metabolism,P46907,Op2906 -BSU_37330,argS,AL009126.3,BSU37330,3833650,3835320,-,arginyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P46906,Op2907 -BSU_37340,ywiB,AL009126.3,BSU37340,3835317,3835745,-,putative RNA binding protein,Function unknown,O07624,Op2908 -BSU_37350,sboA,AL009126.3,BSU37350,3836058,3836189,+,subtilosin A,Function unknown,O07623,Op2909 -BSU_37360,sboX,AL009126.3,BSU37360,3836146,3836298,+,putative bacteriocin-like product,No COG annotation,Q7WY57,Op2909 -BSU_37370,albA,AL009126.3,BSU37370,3836323,3837669,+,subtilosin A thioether formation enzyme,Energy production and conversion,P71011,Op2909 -BSU_37380,albB,AL009126.3,BSU37380,3837682,3837843,+,membrane component involved in subtilosin production,No COG annotation,P71010,Op2909 -BSU_37390,albC,AL009126.3,BSU37390,3837840,3838559,+,putative transporter involved in subtilosin production,Defense mechanisms,P71009,Op2909 -BSU_37400,albD,AL009126.3,BSU37400,3838552,3839862,+,integral membrane protein involved in subtilosin production and immunity,Inorganic ion transport and metabolism,P71008,Op2909 -BSU_37410,albE,AL009126.3,BSU37410,3839852,3841012,+,peptidase involved in subtilosin A production,"Replication, recombination and repair",P71007,Op2909 -BSU_37420,albF,AL009126.3,BSU37420,3841017,3842297,+,putative peptidase involved in subtilosin production,"Replication, recombination and repair",P71006,Op2909 -BSU_37430,albG,AL009126.3,BSU37430,3842294,3842995,+,putative integral membrane protein involved in subtilosin production and immunity,No COG annotation,P71005,Op2909 -BSU_37440,ywhL,AL009126.3,BSU37440,3843001,3844377,-,conserved protein of unknown function,Energy production and conversion,P71004,Op2910 -BSU_37450,ywhK,AL009126.3,BSU37450,3844416,3845771,-,factor interacting with DNA helicase PcrA,Energy production and conversion,P71003,Op2911 -BSU_37460,rapF,AL009126.3,BSU37460,3846001,3847146,+,response regulator aspartate phosphatase anti-activator of ComA,Function unknown,P71002,Op2912 -BSU_37470,phrF,AL009126.3,BSU37470,3847130,3847249,+,secreted regulator of the activity of phosphatase RapF,No COG annotation,P71001,Op2912 -BSU_37480,ywhH,AL009126.3,BSU37480,3847348,3847821,+,putative tRNA editing enzyme,Function unknown,P71000,Op2913 -BSU_37490,speB,AL009126.3,BSU37490,3847853,3848725,-,agmatinase,Amino acid transport and metabolism,P70999,Op2914 -BSU_37500,speE,AL009126.3,BSU37500,3848786,3849616,-,spermidine synthase%3B polyamine metabolism,Amino acid transport and metabolism,P70998,Op2914 -BSU_37510,pbpG,AL009126.3,BSU37510,3849818,3851893,+,sporulation specific penicillin-binding protein 2D,Cell wall/membrane/envelope biogenesis,P70997,Op2915 -BSU_37520,ywhD,AL009126.3,BSU37520,3852186,3852704,-,conserved protein of unknown function,Function unknown,P70996,Op2916 -BSU_37530,ywhC,AL009126.3,BSU37530,3852718,3853377,-,putative metal-dependent hydrolase%3B integral membrane protein,Function unknown,P70995,Op2917 -BSU_37540,hmtB,AL009126.3,BSU37540,3853486,3853674,+,2-hydroxymuconate tautomerase (promiscuous),Carbohydrate transport and metabolism,P70994,Op2918 -BSU_37550,ywhA,AL009126.3,BSU37550,3853717,3854136,-,putative transcriptional regulator (MarR family),Transcription,P70993,Op2919 -BSU_37560,thrZ,AL009126.3,BSU37560,3854256,3856172,-,threonyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P18256,Op2919 -BSU_37569,BSU_37569,AL009126.3,BSU37569,3856782,3856937,-,hypothetical protein,No COG annotation,A0A2K4Z9N1,Op2920 -BSU_37570,mmr,AL009126.3,BSU37570,3857017,3858417,-,toxic compound efflux transporter (may export homoserine),"Intracellular trafficking, secretion, and vesicular transport",Q00538,Op2921 -BSU_37580,ywgB,AL009126.3,BSU37580,3858417,3858887,-,putative transcriptional regulator,Transcription,P71047,Op2922 -BSU_37590,ywgA,AL009126.3,BSU37590,3858999,3859499,-,conserved protein of unknown function,No COG annotation,P71046,Op2923 -BSU_37600,ywfO,AL009126.3,BSU37600,3859535,3860836,-,putative metal-dependent nucleotide (pyro)phosphohydrolase,Function unknown,P39651,Op2924 -BSU_37610,ywzC,AL009126.3,BSU37610,3860998,3861222,-,conserved protein of unknown function,Function unknown,O32280,Op2925 -BSU_37620,psrF,AL009126.3,BSU37620,3861437,3862213,+,prespore-specific transcription regulatory gene,No COG annotation,P39650,Op2926 -BSU_37630,ywfM,AL009126.3,BSU37630,3862357,3863247,-,putative toxic excess metabolite exporter,Amino acid transport and metabolism,P39649,Op2927 -BSU_37640,lipL,AL009126.3,BSU37640,3863415,3864260,-,amidotransferase of the octanoyl moiety from octanoyl-GcvH to the E2 subunit of pyruvate dehydrogenase,Coenzyme transport and metabolism,P39648,Op2928 -BSU_37650,cysL,AL009126.3,BSU37650,3864309,3865208,-,regulator of sulfur assimilation CysL%2C activates cysJI expression,Transcription,P39647,Op2929 -BSU_37660,pta,AL009126.3,BSU37660,3865355,3866326,-,phosphotransacetylase,Energy production and conversion,P39646,Op2930 -BSU_37670,hemQ,AL009126.3,BSU37670,3866596,3867360,+,iron-coproporphyrin (coproheme) decarboxylase,Energy production and conversion,P39645,Op2931 -BSU_37680,bacG,AL009126.3,BSU37680,3867493,3868272,+,cyclohexenol-containing tetrahydro-4-hydroxyphenylpyruvate H(4)HPP in bacilysin synthesis,Lipid transport and metabolism,P39644,Op2932 -BSU_37690,bacF,AL009126.3,BSU37690,3868287,3869486,-,phenylalanine aminotransferase forming tetrahydrotyrosine in bacilysin synthesis,Amino acid transport and metabolism,P39643,Op2933 -BSU_37700,bacE,AL009126.3,BSU37700,3869487,3870671,-,efflux protein for bacilysin excretion%2C self-protection against bacilysin,Amino acid transport and metabolism,P39642,Op2933 -BSU_37710,bacD,AL009126.3,BSU37710,3870668,3872086,-,alanine-anticapsin ligase,Nucleotide transport and metabolism,P39641,Op2933 -BSU_37720,bacC,AL009126.3,BSU37720,3872105,3872866,-,dihydroanticapsin 7-dehydrogenase,Lipid transport and metabolism,P39640,Op2933 -BSU_37730,bacB,AL009126.3,BSU37730,3872869,3873576,-,3-((4R)-4-hydroxycyclohexa-1%2C 5-dien-1-yl)-2-oxopropanoate isomerase,Function unknown,P39639,Op2933 -BSU_37740,bacA,AL009126.3,BSU37740,3873566,3874180,-,prephenate decarboxylase,Amino acid transport and metabolism,P39638,Op2933 -BSU_37750,ywfA,AL009126.3,BSU37750,3874332,3875570,-,putative efflux transporter,Amino acid transport and metabolism,P39637,Op2934 -BSU_37760,rocC,AL009126.3,BSU37760,3875780,3877192,-,basic aminoacid permease,Amino acid transport and metabolism,P39636,Op2935 -BSU_37770,rocB,AL009126.3,BSU37770,3877192,3878892,-,putative N-deacylase involved in arginine and ornithine utilization,Amino acid transport and metabolism,P39635,Op2935 -BSU_37780,rocA,AL009126.3,BSU37780,3878966,3880513,-,delta-1-pyrroline-5 carboxylate dehydrogenase,Energy production and conversion,P39634,Op2935 -BSU_37790,rocG,AL009126.3,BSU37790,3880740,3882014,-,glutamate dehydrogenase,Amino acid transport and metabolism,P39633,Op2936 -BSU_37800,bslB,AL009126.3,BSU37800,3882191,3882655,-,biofilm protein%2C member of the processed secretome contributing to biofilm hydrophobicity,No COG annotation,P39632,Op2937 -BSU_37810,spsL,AL009126.3,BSU37810,3882979,3883434,-,putative dTDP-4-deoxyrhamnose-3%2C5-epimerase (cell surface and spore coat),Cell wall/membrane/envelope biogenesis,Q7WY56,Op2938 -BSU_37820,spsK,AL009126.3,BSU37820,3883427,3884278,-,putative dTDP-4-dehydrorhamnose reductase,Cell wall/membrane/envelope biogenesis,P39631,Op2938 -BSU_37830,spsJ,AL009126.3,BSU37830,3884292,3885239,-,dTDP-glucose 4%2C6-dehydratase,Cell wall/membrane/envelope biogenesis,P39630,Op2938 -BSU_37840,spsI,AL009126.3,BSU37840,3885239,3885979,-,glucose-1-phosphate thymidylyltransferase,Cell wall/membrane/envelope biogenesis,P39629,Op2938 -BSU_37850,spsG,AL009126.3,BSU37850,3886004,3887023,-,putative glycosyltransferase,Cell wall/membrane/envelope biogenesis,P39627,Op2938 -BSU_37860,spsF,AL009126.3,BSU37860,3887026,3887748,-,putative glycosyltransferase,Cell wall/membrane/envelope biogenesis,P39626,Op2938 -BSU_37870,spsE,AL009126.3,BSU37870,3887741,3888862,-,putative phosphoenolpyruvate-sugar pyruvyltransferase,Cell wall/membrane/envelope biogenesis,P39625,Op2938 -BSU_37880,spsD,AL009126.3,BSU37880,3888862,3889731,-,putative TDP-glycosamine N-acetyltransferase,Transcription,P39624,Op2938 -BSU_37890,spsC,AL009126.3,BSU37890,3889732,3890901,-,putative glutamine-dependent sugar transaminase,Amino acid transport and metabolism,P39623,Op2938 -BSU_37900,spsB,AL009126.3,BSU37900,3890922,3892346,-,putative dTDP glycosyl/glycerophosphate transferase or transport,Cell wall/membrane/envelope biogenesis,P39622,Op2938 -BSU_37910,spsA,AL009126.3,BSU37910,3892351,3893121,-,spore coat dTDP-glycosyltransferase,Cell wall/membrane/envelope biogenesis,P39621,Op2938 -BSU_37920,gerQ,AL009126.3,BSU37920,3893441,3893986,+,inner spore coat protein,Function unknown,P39620,Op2939 -BSU_37930,ywdK,AL009126.3,BSU37930,3894030,3894401,-,conserved membrane protein,Function unknown,P39619,Op2940 -BSU_37940,ywdJ,AL009126.3,BSU37940,3894463,3895785,-,putative purine/pyrimidine permease,Nucleotide transport and metabolism,P39618,Op2940 -BSU_37950,ywdI,AL009126.3,BSU37950,3895805,3896122,-,conserved protein of unknown function,Function unknown,P39617,Op2940 -BSU_37960,ywdH,AL009126.3,BSU37960,3896290,3897660,+,putative aldehyde dehydrogenase,Energy production and conversion,P39616,Op2941 -BSU_37970,ung,AL009126.3,BSU37970,3897685,3898362,-,uracil-DNA glycosylase,"Replication, recombination and repair",P39615,Op2942 -BSU_37980,ywdF,AL009126.3,BSU37980,3898376,3899182,-,putative glycosyltransferase,Function unknown,P39614,Op2943 -BSU_37990,ywdE,AL009126.3,BSU37990,3899272,3899805,-,putative integral inner membrane protein of unknown function,No COG annotation,P39613,Op2944 -BSU_38000,ywdD,AL009126.3,BSU38000,3899853,3900488,-,putative integral inner membrane protein of unknown function,No COG annotation,P39612,Op2945 -BSU_38018,ywzG,AL009126.3,BSU38018,3900481,3900819,-,putative transcriptional regulator%2C PadR family,Transcription,C0H3S6,Op2946 -BSU_38020,pdxK,AL009126.3,BSU38020,3900963,3901778,+,pyridoxine%2C pyridoxal%2C and pyridoxamine kinase,Coenzyme transport and metabolism,P39610,Op2947 -BSU_38030,ywdA,AL009126.3,BSU38030,3901868,3902116,-,conserved protein of unknown function,No COG annotation,P39609,Op2948 -BSU_38040,sacA,AL009126.3,BSU38040,3902210,3903649,-,sucrose-6-phosphate hydrolase,Carbohydrate transport and metabolism,P07819,Op2948 -BSU_38050,sacP,AL009126.3,BSU38050,3903646,3905031,-,phosphotransferase system (PTS) sucrose-specific enzyme IIBC component,Carbohydrate transport and metabolism,P05306,Op2948 -BSU_38060,nirC,AL009126.3,BSU38060,3905333,3906103,+,nitrite transporter,Inorganic ion transport and metabolism,P39608,Op2949 -BSU_38070,sacT,AL009126.3,BSU38070,3906142,3906972,-,transcriptional antiterminator of sacAP expression,Transcription,P26212,Op2950 -BSU_38080,ywcI,AL009126.3,BSU38080,3907012,3907314,-,conserved protein of unknown function,No COG annotation,P39607,Op2951 -BSU_38090,vpr,AL009126.3,BSU38090,3907844,3910264,+,extracellular serine protease,"Post-translational modification, protein turnover, and chaperones",P29141,Op2952 -BSU_38100,ywcH,AL009126.3,BSU38100,3910302,3911303,-,putative monooxygenase,Energy production and conversion,P39606,Op2953 -BSU_38110,nfrAA,AL009126.3,BSU38110,3911477,3912226,-,FMN-containing NADPH-linked nitro/flavin reductase,Energy production and conversion,P39605,Op2953 -BSU_38120,rodA,AL009126.3,BSU38120,3912332,3913513,-,glycosyltransferase involved in extension of the lateral walls of the cell,"Cell cycle control, cell division, chromosome partitioning",P39604,Op2954 -BSU_38130,ywcE,AL009126.3,BSU38130,3914009,3914272,+,holin-like protein required for proper spore morphogenesis and germination,Function unknown,P39603,Op2955 -BSU_38140,qoxD,AL009126.3,BSU38140,3914315,3914689,-,cytochrome aa3-600 quinol oxidase (subunit IV),Energy production and conversion,P34959,Op2956 -BSU_38150,qoxC,AL009126.3,BSU38150,3914691,3915305,-,cytochrome aa3-600 quinol oxidase (subunit III),Energy production and conversion,P34958,Op2956 -BSU_38160,qoxB,AL009126.3,BSU38160,3915319,3917268,-,cytochrome aa3-600 quinol oxidase (subunit I),Energy production and conversion,P34956,Op2956 -BSU_38170,qoxA,AL009126.3,BSU38170,3917296,3918261,-,cytochrome aa3-600 quinol oxidase (subunit II),Energy production and conversion,P34957,Op2956 -BSU_38180,ywzA,AL009126.3,BSU38180,3918777,3919022,+,conserved protein of unknown function,Function unknown,O32282,Op2957 -BSU_38190,galT,AL009126.3,BSU38190,3919093,3920634,-,galactose-1-phosphate uridyltransferase,Carbohydrate transport and metabolism,P39575,Op2958 -BSU_38200,galK,AL009126.3,BSU38200,3920638,3921810,-,galactokinase,Carbohydrate transport and metabolism,P39574,Op2958 -BSU_38210,ywcD,AL009126.3,BSU38210,3921891,3922274,-,putative cell wall glycosylation protein,Function unknown,P39602,Op2959 -BSU_38220,slrC,AL009126.3,BSU38220,3922292,3922963,-,transcriptional regulator of slrA (biofilm formation),Transcription,P39601,Op2960 -BSU_38229,slrA,AL009126.3,BSU38229,3923319,3923477,+,anti-repressor of SlrR,No COG annotation,P0C8M5,Op2961 -BSU_38230,vbfB,AL009126.3,BSU38230,3923920,3924228,+,subunit of acetate transporter as a volatile signal for biofilm formation,Function unknown,P39600,Op2962 -BSU_38240,vbfA,AL009126.3,BSU38240,3924225,3925766,+,acetate Na+-dependent symporter subunit involved in volatile signal for biofilm formation,Function unknown,P39599,Op2963 -BSU_38250,ywbO,AL009126.3,BSU38250,3925797,3926399,-,putative sulfur oxido-reductase,"Secondary metabolites biosynthesis, transport, and catabolism",P39598,Op2964 -BSU_38260,efeB,AL009126.3,BSU38260,3926682,3927932,-,peroxidase converting ferric iron into ferrous iron,Inorganic ion transport and metabolism,P39597,Op2965 -BSU_38270,efeM,AL009126.3,BSU38270,3927951,3929108,-,lipoprotein binding ferrous or ferric iron for transport,Inorganic ion transport and metabolism,P39596,Op2965 -BSU_38280,efeU,AL009126.3,BSU38280,3929105,3930550,-,ferrous ion permease,Inorganic ion transport and metabolism,P39595,Op2965 -BSU_38290,thiE,AL009126.3,BSU38290,3930707,3931375,-,thiamine-phosphate pyrophosphorylase (thiamine phosphate synthase),Coenzyme transport and metabolism,P39594,Op2966 -BSU_38300,thiM,AL009126.3,BSU38300,3931372,3932190,-,5-(2-hydroxyethyl)-4-methylthiazole kinase,Coenzyme transport and metabolism,P39593,Op2966 -BSU_38310,cidR,AL009126.3,BSU38310,3932198,3933103,-,transcriptional regulator (LysR family%2C cidAB expression),Transcription,P39592,Op2966 -BSU_38320,cidA,AL009126.3,BSU38320,3933209,3933595,+,metabolic regulator of murein hydrolases,Function unknown,P39591,Op2967 -BSU_38330,cidB,AL009126.3,BSU38330,3933577,3934254,+,metabolic regulator controlling activity of murein hydrolases,Cell wall/membrane/envelope biogenesis,P39590,Op2968 -BSU_38340,ywbF,AL009126.3,BSU38340,3934358,3935557,+,putative sugar permease,Amino acid transport and metabolism,P39589,Op2969 -BSU_38350,ywbE,AL009126.3,BSU38350,3935591,3935788,+,conserved protein of unknown function,Function unknown,P39588,Op2970 -BSU_38360,rlmI,AL009126.3,BSU38360,3935824,3937014,-,large subunit ribosomal RNA m5C1962 methyltransferase,"Translation, ribosomal structure and biogenesis",P39587,Op2971 -BSU_38370,glxA,AL009126.3,BSU38370,3937135,3937515,+,glyoxalase I%3B hemithioacetal-bacillithiol lactoyl-bacillithiol formation,Amino acid transport and metabolism,P39586,Op2972 -BSU_38380,ywbB,AL009126.3,BSU38380,3937553,3938230,-,conserved protein of unknown function,Function unknown,P39585,Op2973 -BSU_38390,ywbA,AL009126.3,BSU38390,3938307,3939641,-,putative cellobiose phosphotransferase system enzyme IIC permease component,Carbohydrate transport and metabolism,P39584,Op2974 -BSU_38400,epr,AL009126.3,BSU38400,3939869,3941806,+,extracellular serine protease,"Post-translational modification, protein turnover, and chaperones",P16396,Op2975 -BSU_38410,sacX,AL009126.3,BSU38410,3942234,3943613,+,negative regulator of SacY,Carbohydrate transport and metabolism,P15400,Op2976 -BSU_38420,sacY,AL009126.3,BSU38420,3943667,3944509,+,transcriptional antiterminator,Transcription,P15401,Op2976 -BSU_38430,gspA,AL009126.3,BSU38430,3944560,3945420,-,putative glycosyl transferase (general stress protein),Cell wall/membrane/envelope biogenesis,P25148,Op2977 -BSU_38440,ywaF,AL009126.3,BSU38440,3945530,3946243,-,putative integral membrane protein of unknown function,Function unknown,P25149,Op2978 -BSU_38450,tyrZR,AL009126.3,BSU38450,3946394,3946909,+,transcriptional regulator controlling expression of tyrZ,Transcription,P25150,Op2979 -BSU_38460,tyrZ,AL009126.3,BSU38460,3947158,3948399,+,tyrosyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P25151,Op2979 -BSU_38470,eapD,AL009126.3,BSU38470,3948555,3949922,+,exported double-zinc aminopeptidase,Function unknown,P25152,Op2980 -BSU_38480,relQ,AL009126.3,BSU38480,3949952,3950584,-,(p)ppGpp synthetase,Function unknown,P39583,Op2981 -BSU_38490,menA,AL009126.3,BSU38490,3950726,3951661,-,1%2C4-dihydroxy-2-naphthoate octaprenyltransferase,Coenzyme transport and metabolism,P39582,Op2982 -BSU_38495,BSU_38495,AL009126.3,BSU38495,3951824,3951958,-,hypothetical protein,No COG annotation,A0A2K4Z9N6,Op2983 -BSU_38499,ywzH,AL009126.3,BSU38499,3952108,3952257,+,conserved hypothetical membrane protein,Function unknown,C0H3T3,Op2984 -BSU_38500,dltA,AL009126.3,BSU38500,3952275,3953786,+,D-alanine:D-alanyl-carrier protein ligase subunit,"Secondary metabolites biosynthesis, transport, and catabolism",P39581,Op2984 -BSU_38510,dltB,AL009126.3,BSU38510,3953783,3954970,+,putative D-alanine transferase from DCP to undecaprenylphosphate for lipoteichoic acid and wall teichoic acid,Cell wall/membrane/envelope biogenesis,P39580,Op2984 -BSU_38520,dltC,AL009126.3,BSU38520,3954987,3955223,+,D-alanyl carrier protein,Lipid transport and metabolism,P39579,Op2984 -BSU_38530,dltD,AL009126.3,BSU38530,3955223,3956401,+,putative D-alanine from undecaprenylphosphate to the polyglycerolphosphate chain for lipoteichoic acid and wall teichoic acid synthesis,Cell wall/membrane/envelope biogenesis,P39578,Op2984 -BSU_38540,dltE,AL009126.3,BSU38540,3956492,3957250,+,putative oxidoreductase,Cell wall/membrane/envelope biogenesis,P39577,Op2984 -BSU_38550,ilvK,AL009126.3,BSU38550,3957391,3958482,+,branched-chain amino acid aminotransferase,Amino acid transport and metabolism,P39576,Op2985 -BSU_38560,licH,AL009126.3,BSU38560,3958516,3959844,-,6-phospho-beta-glucosidase,Carbohydrate transport and metabolism,P46320,Op2986 -BSU_38570,licA,AL009126.3,BSU38570,3959841,3960173,-,phosphotransferase system (PTS) lichenan-specific enzyme IIA component,Carbohydrate transport and metabolism,P46319,Op2986 -BSU_38580,licC,AL009126.3,BSU38580,3960192,3961550,-,phosphotransferase system (PTS) lichenan-specific enzyme IIC component,Carbohydrate transport and metabolism,P46317,Op2986 -BSU_38590,licB,AL009126.3,BSU38590,3961566,3961874,-,phosphotransferase system (PTS) lichenan-specific enzyme IIB component,Carbohydrate transport and metabolism,P46318,Op2986 -BSU_38600,licR,AL009126.3,BSU38600,3962003,3963928,-,transcriptional activator of the lichenan operon,Carbohydrate transport and metabolism,P46321,Op2987 -BSU_38610,yxzF,AL009126.3,BSU38610,3964091,3964249,-,conserved protein of unknown function,No COG annotation,O32283,Op2988 -BSU_38620,aag,AL009126.3,BSU38620,3964278,3964868,-,3-alkylated purines and hypoxanthine DNA glycosidase,"Replication, recombination and repair",P94378,Op2988 -BSU_38630,katX,AL009126.3,BSU38630,3964997,3966640,+,major catalase in spores,Inorganic ion transport and metabolism,P94377,Op2989 -BSU_38640,yxlH,AL009126.3,BSU38640,3966745,3967947,+,putative transporter,Amino acid transport and metabolism,P94376,Op2990 -BSU_38650,yxlG,AL009126.3,BSU38650,3967944,3968720,-,putative ABC-transporter (permease),Function unknown,P94375,Op2991 -BSU_38660,yxlF,AL009126.3,BSU38660,3968717,3969604,-,putative ABC transporter component (ATP-binding protein),Defense mechanisms,P94374,Op2991 -BSU_38670,yxlE,AL009126.3,BSU38670,3969611,3969799,-,negative regulator of sigma-Y activity,Function unknown,P94373,Op2991 -BSU_38680,yxlD,AL009126.3,BSU38680,3969796,3970002,-,putative sigma-Y antisigma factor component,No COG annotation,P94372,Op2991 -BSU_38690,yxlC,AL009126.3,BSU38690,3969999,3970319,-,sigma-Y antisigma factor,Function unknown,P94371,Op2991 -BSU_38700,sigY,AL009126.3,BSU38700,3970312,3970848,-,RNA polymerase ECF (extracytoplasmic function)-type sigma factor (sigma-Y),Transcription,P94370,Op2991 -BSU_38710,yxlA,AL009126.3,BSU38710,3971060,3972433,+,putative purine-cytosine (pyridoxine) permease,Nucleotide transport and metabolism,P94369,Op2992 -BSU_38720,nnrA,AL009126.3,BSU38720,3972448,3973278,-,NAD(P)H dehydratase,Carbohydrate transport and metabolism,P94368,Op2993 -BSU_38730,cydD,AL009126.3,BSU38730,3973364,3975091,-,ABC membrane transporter (ATP-binding protein) required for cytochrome bb' function (reductant efflux pump),Defense mechanisms,P94367,Op2994 -BSU_38740,cydC,AL009126.3,BSU38740,3975088,3976791,-,ABC membrane transporter (ATP-binding protein) required for cytochrome bb' function (reductant efflux pump),Defense mechanisms,P94366,Op2994 -BSU_38750,cydB,AL009126.3,BSU38750,3976791,3977807,-,cytochrome bb' ubiquinol oxidase (subunit II),Energy production and conversion,P94365,Op2994 -BSU_38760,cydA,AL009126.3,BSU38760,3977791,3979197,-,cytochrome bb' ubiquinol oxidase (subunit I),Energy production and conversion,P94364,Op2994 -BSU_38770,cimH,AL009126.3,BSU38770,3979753,3981105,+,citrate/malate/H+ symporter,Energy production and conversion,P94363,Op2995 -BSU_38780,yxkI,AL009126.3,BSU38780,3981227,3982915,+,putative membrane protease,"Post-translational modification, protein turnover, and chaperones",P94362,Op2996 -BSU_38790,yxzE,AL009126.3,BSU38790,3982973,3983173,+,putative bacteriocin,No COG annotation,O32284,Op2997 -BSU_38800,yxkH,AL009126.3,BSU38800,3983187,3984026,-,putative exported polysaccharide deacetylase%2C lipoprotein,Carbohydrate transport and metabolism,P94361,Op2998 -BSU_38810,msmX,AL009126.3,BSU38810,3984133,3985230,-,multiple sugar (maltodextrins) transporter ATP-binding protein,Inorganic ion transport and metabolism,P94360,Op2999 -BSU_38820,yxkF,AL009126.3,BSU38820,3985351,3986244,-,transcriptional regulator (regulates yxkF-msmX expression),"Secondary metabolites biosynthesis, transport, and catabolism",P94359,Op2999 -BSU_38830,aldY,AL009126.3,BSU38830,3986428,3987885,+,putative aldehyde dehydrogenase,Energy production and conversion,P94358,Op3000 -BSU_38840,gdnE,AL009126.3,BSU38840,3987927,3988763,-,guanidinium exporter,Function unknown,P94357,Op3001 -BSU_38850,yxkC,AL009126.3,BSU38850,3989331,3989873,+,conserved protein of unknown function,Function unknown,P94356,Op3002 -BSU_38860,galE,AL009126.3,BSU38860,3989948,3990967,-,UDP-glucose 4-epimerase,Cell wall/membrane/envelope biogenesis,P55180,Op3003 -BSU_38870,yxkA,AL009126.3,BSU38870,3991082,3991588,-,putative phospholipid binding protein,Function unknown,P55185,Op3004 -BSU_38880,yxjO,AL009126.3,BSU38880,3991718,3992593,+,putative transcriptional regulator (LysR family),Transcription,P55181,Op3005 -BSU_38890,yxjN,AL009126.3,BSU38890,3992671,3993144,+,putative integral inner membrane protein of unknown function,Function unknown,P55182,Op3006 -BSU_38900,yxjM,AL009126.3,BSU38900,3993162,3994382,+,two-component sensor histidine kinase [YxjL],Signal transduction mechanisms,P55183,Op3007 -BSU_38910,yxjL,AL009126.3,BSU38910,3994369,3995025,+,two-component response regulator [YxjM],Transcription,P55184,Op3008 -BSU_38920,pepT,AL009126.3,BSU38920,3995075,3996307,+,peptidase T (tripeptidase),Amino acid transport and metabolism,P55179,Op3009 -BSU_38930,yxjJ,AL009126.3,BSU38930,3996829,3997092,+,conserved protein of unknown function,No COG annotation,P94353,Op3010 -BSU_38940,yxjI,AL009126.3,BSU38940,3997221,3997709,+,conserved protein of unknown function,Function unknown,P94352,Op3010 -BSU_38950,yxjH,AL009126.3,BSU38950,3997964,3999097,+,putative methyl-tetrahydrofolate methyltransferase (biofilm formation),Amino acid transport and metabolism,P42319,Op3011 -BSU_38960,yxjG,AL009126.3,BSU38960,3999350,4000486,+,putative methyltetrahydrofolate methyltransferase (biofilm formation),Amino acid transport and metabolism,P42318,Op3012 -BSU_38970,yxjF,AL009126.3,BSU38970,4000539,4001312,-,putative hydroxyacid dehydrogenase,Lipid transport and metabolism,P42317,Op3013 -BSU_38980,scoB,AL009126.3,BSU38980,4001329,4001979,-,acetoacetyl CoA-transferase (subunit B),Lipid transport and metabolism,P42316,Op3013 -BSU_38990,scoA,AL009126.3,BSU38990,4001976,4002692,-,acetoacetyl CoA-transferase (subunit A),Lipid transport and metabolism,P42315,Op3013 -BSU_39000,yxjC,AL009126.3,BSU39000,4002716,4004134,-,putative acid metabolite permease,Amino acid transport and metabolism,P42314,Op3013 -BSU_39010,rlmA,AL009126.3,BSU39010,4004288,4005136,-,23S rRNA m(1)G748 methyltransferase (class II),"Secondary metabolites biosynthesis, transport, and catabolism",P42313,Op3014 -BSU_39020,nupG,AL009126.3,BSU39020,4005752,4006945,+,purine nucleoside transporter,Nucleotide transport and metabolism,P42312,Op3015 -BSU_39029,yxiTc,AL009126.3,,4006987,4007415,-,conserved protein of unknown function (C-terminus),Signal transduction mechanisms,,Op3016 -BSU_39030,yxiTn,AL009126.3,,4007416,4007658,-,conserved protein of unknown function (N-terminus),Signal transduction mechanisms,,Op3017 -BSU_39040,yxiS,AL009126.3,BSU39040,4007803,4008093,-,conserved protein of unknown function,No COG annotation,P42310,Op3018 -BSU_39050,katE,AL009126.3,BSU39050,4008143,4010203,-,catalase 2,Inorganic ion transport and metabolism,P42234,Op3018 -BSU_39060,citH,AL009126.3,BSU39060,4010404,4011684,+,secondary transporter of divalent metal ions/citrate complexes,Energy production and conversion,P42308,Op3019 -BSU_39070,bglS,AL009126.3,BSU39070,4011842,4012570,-,endo-beta-1%2C3-1%2C4 glucanase,Cell wall/membrane/envelope biogenesis,P04957,Op3020 -BSU_39080,licT,AL009126.3,BSU39080,4012866,4013699,-,transcriptional antiterminator (BglG family),Transcription,P39805,Op3020 -BSU_39090,yxiP,AL009126.3,BSU39090,4013795,4014475,-,putative lipoprotein,No COG annotation,P42307,Op3021 -BSU_39100,yxiO,AL009126.3,BSU39100,4014682,4015968,+,putative efflux transporter,Function unknown,P42306,Op3022 -BSU_39110,deaD,AL009126.3,BSU39110,4015987,4017426,-,ATP-dependent RNA helicase for 23S ribosomal RNA maturation,"Translation, ribosomal structure and biogenesis",P42305,Op3023 -BSU_39120,yxiM,AL009126.3,BSU39120,4017508,4018656,-,esterase (lipoprotein),Amino acid transport and metabolism,P42304,Op3023 -BSU_39129,yxzI,AL009126.3,,4018786,4018974,-,hypothetical protein,No COG annotation,,Op3024 -BSU_39139,yxzJ,AL009126.3,BSU39139,4019005,4019136,-,conserved protein of unknown function,No COG annotation,C0H3T5,Op3025 -BSU_39140,yxiK,AL009126.3,BSU39140,4019148,4019609,-,conserved protein of unknown function,No COG annotation,P42302,Op3026 -BSU_39150,yxiJ,AL009126.3,BSU39150,4019625,4019921,-,conserved protein of unknown function,Function unknown,P42320,Op3027 -BSU_39160,yxiI,AL009126.3,BSU39160,4019949,4020437,-,conserved protein of unknown function,Function unknown,P42301,Op3028 -BSU_39170,yxzG,AL009126.3,BSU39170,4020455,4020907,-,putative nucleic acid binding protein,No COG annotation,O32285,Op3029 -BSU_39180,yxiH,AL009126.3,BSU39180,4020977,4021306,-,conserved protein of unknown function,No COG annotation,P42300,Op3030 -BSU_39190,yxiG,AL009126.3,BSU39190,4021429,4021845,-,conserved hypothetical protein,No COG annotation,P42299,Op3031 -BSU_39200,yxzC,AL009126.3,BSU39200,4021896,4022264,-,putative nucleic acid binding protein,No COG annotation,O32286,Op3032 -BSU_39210,yxiF,AL009126.3,BSU39210,4022258,4022728,-,conserved protein of unknown function,No COG annotation,P42298,Op3033 -BSU_39220,wapI,AL009126.3,BSU39220,4023054,4023482,-,antitoxin of WapA tRNase,No COG annotation,Q07836,Op3034 -BSU_39230,wapA,AL009126.3,BSU39230,4023544,4030548,-,cell wall-associated tRNA nuclease precursor%3B intercellular growth inhibitor,Cell wall/membrane/envelope biogenesis,Q07833,Op3034 -BSU_39240,yxxF,AL009126.3,BSU39240,4030710,4031645,-,putative transporter,Amino acid transport and metabolism,Q07835,Op3035 -BSU_39250,yxiE,AL009126.3,BSU39250,4031797,4032243,-,phosphate starvation protein (universal stress protein A family),Signal transduction mechanisms,P42297,Op3036 -BSU_39260,bglH,AL009126.3,BSU39260,4032346,4033755,-,aryl-phospho-beta-d-glucosidase,Carbohydrate transport and metabolism,P40740,Op3036 -BSU_39270,bglP,AL009126.3,BSU39270,4033778,4035607,-,phosphotransferase system (PTS) beta-glucoside-specific enzyme IIBCA component,Carbohydrate transport and metabolism,P40739,Op3036 -BSU_39280,yxxE,AL009126.3,BSU39280,4035990,4036298,-,conserved protein of unknown function,No COG annotation,P40738,Op3037 -BSU_39290,rtbE,AL009126.3,BSU39290,4036344,4036787,-,antitoxin factor of the RttD-RttE toxin-antitoxin system,Function unknown,P40737,Op3037 -BSU_39300,rtbD,AL009126.3,BSU39300,4036784,4038493,-,ribonuclease toxin of the RtbD-RtbE toxin-antitoxin system,Function unknown,P42296,Op3037 -BSU_39310,yxiC,AL009126.3,BSU39310,4038513,4038782,-,conserved protein of unknown function,Function unknown,P42295,Op3038 -BSU_39320,yxiB,AL009126.3,BSU39320,4038794,4039159,-,conserved protein of unknown function,Function unknown,P42294,Op3039 -BSU_39330,abnB,AL009126.3,BSU39330,4039466,4040875,-,arabinan endo-1%2C5-alpha-L-arabinosidase ([Ca(2+)-dependent],Carbohydrate transport and metabolism,P42293,Op3040 -BSU_39339,yxzL,AL009126.3,BSU39339,4041009,4041173,-,conserved protein of unknown function,No COG annotation,C0H3T6,Op3041 -BSU_39340,hutP,AL009126.3,BSU39340,4041492,4041938,+,transcriptional antiterminator,Transcription,P10943,Op3042 -BSU_39350,hutH,AL009126.3,BSU39350,4042051,4043577,+,histidine ammonia-lyase (histidase),Amino acid transport and metabolism,P10944,Op3042 -BSU_39360,hutU,AL009126.3,BSU39360,4043574,4045232,+,urocanase,Amino acid transport and metabolism,P25503,Op3042 -BSU_39370,hutI,AL009126.3,BSU39370,4045245,4046510,+,imidazolone-5-propionate hydrolase,"Secondary metabolites biosynthesis, transport, and catabolism",P42084,Op3042 -BSU_39380,hutG,AL009126.3,BSU39380,4046503,4047462,+,formiminoglutamate hydrolase,Amino acid transport and metabolism,P42068,Op3042 -BSU_39390,hutM,AL009126.3,BSU39390,4047538,4048965,+,histidine degradation metabolites permease,Amino acid transport and metabolism,P42087,Op3042 -BSU_39400,pdp,AL009126.3,BSU39400,4049009,4050310,-,pyrimidine-nucleoside phosphorylase,Nucleotide transport and metabolism,P39142,Op3043 -BSU_39410,nupC,AL009126.3,BSU39410,4050340,4051521,-,pyrimidine-nucleoside Na+(H+) cotransporter,Nucleotide transport and metabolism,P39141,Op3043 -BSU_39420,deoC,AL009126.3,BSU39420,4051602,4052273,-,deoxyribose-phosphate aldolase,Nucleotide transport and metabolism,P39121,Op3043 -BSU_39430,deoR,AL009126.3,BSU39430,4052379,4053320,-,transcriptional regulator of pyrmidine deoxyribonucleosides degradation (DeoR-dR5P),Transcription,P39140,Op3043 -BSU_39440,yxxB,AL009126.3,BSU39440,4053454,4054281,-,putative integral membrane protein,Function unknown,P39139,Op3044 -BSU_39450,yxeR,AL009126.3,BSU39450,4054354,4055466,-,putative ethanolamine permease,Amino acid transport and metabolism,P54957,Op3044 -BSU_39460,yxeQ,AL009126.3,BSU39460,4055536,4056873,-,putative catabolic enzyme,Function unknown,P54956,Op3045 -BSU_39470,sndB,AL009126.3,BSU39470,4056870,4058012,-,N-acetyl-sulfur-metabolite deacetylase,Amino acid transport and metabolism,P54955,Op3045 -BSU_39480,yxeO,AL009126.3,BSU39480,4058029,4058778,-,putative ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,P54954,Op3045 -BSU_39490,yxeN,AL009126.3,BSU39490,4058791,4059465,-,putative ABC transporter (permease),Inorganic ion transport and metabolism,P54953,Op3045 -BSU_39500,yxeM,AL009126.3,BSU39500,4059488,4060282,-,putative ABC transporter (binding lipoprotein),Cell wall/membrane/envelope biogenesis,P54952,Op3045 -BSU_39510,snaB,AL009126.3,BSU39510,4060307,4060804,-,sulfur-containing aminoacid acetyltransferase,Transcription,P54951,Op3045 -BSU_39520,yxeK,AL009126.3,BSU39520,4060818,4062143,-,putative monooxygenase,Energy production and conversion,P54950,Op3045 -BSU_39530,yxeJ,AL009126.3,BSU39530,4062329,4062556,-,hypothetical protein,No COG annotation,P54949,Op3046 -BSU_39540,yxeI,AL009126.3,BSU39540,4062543,4063529,-,penicillin V amidase,Cell wall/membrane/envelope biogenesis,P54948,Op3046 -BSU_39550,hadM,AL009126.3,BSU39550,4063684,4064496,-,sugar-phosphate hydrolase (promiscuous),Function unknown,P54947,Op3047 -BSU_39560,yxeG,AL009126.3,BSU39560,4064536,4065093,-,putative integral inner membrane protein of unknown function,No COG annotation,P54946,Op3047 -BSU_39570,yxeF,AL009126.3,BSU39570,4065074,4065508,-,lipocalin-like lipoprotein,No COG annotation,P54945,Op3047 -BSU_39580,cotNE,AL009126.3,BSU39580,4065597,4065962,+,inner spore coat protein,No COG annotation,P54944,Op3048 -BSU_39590,yxeD,AL009126.3,BSU39590,4066210,4066563,+,conserved protein of unknown function,No COG annotation,P54943,Op3049 -BSU_39600,yxeC,AL009126.3,BSU39600,4066607,4067005,-,putative integral membrane protein of unknown function,No COG annotation,P54942,Op3050 -BSU_39610,frxB,AL009126.3,BSU39610,4067183,4068148,+,desferrioxamine-and ferrichrome-binding transporter lipoprotein (shuttle system),Inorganic ion transport and metabolism,P54941,Op3051 -BSU_39620,yxeA,AL009126.3,BSU39620,4068189,4068536,-,conserved protein of unknown function,Function unknown,P54940,Op3052 -BSU_39630,tpeM,AL009126.3,BSU39630,4068550,4070418,-,ABC transporter (permease)%3B efflux of cationic peptides,Defense mechanisms,P42424,Op3053 -BSU_39640,tpeL,AL009126.3,BSU39640,4070393,4071166,-,ABC transporter (ATP-binding protein)%3B efflux of cationic peptides,Defense mechanisms,P42423,Op3054 -BSU_39650,tpeK,AL009126.3,BSU39650,4071310,4072287,-,two-component sensor histidine kinase [YxdJ],Signal transduction mechanisms,P42422,Op3055 -BSU_39660,tpeJ,AL009126.3,BSU39660,4072284,4072973,-,two-component response regulator [TpeK(YxdK)],Signal transduction mechanisms,P42421,Op3055 -BSU_39670,iolJ,AL009126.3,BSU39670,4073081,4073953,-,2-deoxy-5-keto-D-gluconic acid 6-phosphate aldolase,Nucleotide transport and metabolism,P42420,Op3056 -BSU_39680,iolI,AL009126.3,BSU39680,4073974,4074810,-,inosose isomerase,Carbohydrate transport and metabolism,P42419,Op3056 -BSU_39690,iolH,AL009126.3,BSU39690,4074896,4075765,-,putative sugar-phosphate epimerase/isomerase,Carbohydrate transport and metabolism,P42418,Op3056 -BSU_39700,iolG,AL009126.3,BSU39700,4075785,4076819,-,myo-inositol 2-dehydrogenase/D-chiro-inositol 3-dehydrogenase,Function unknown,P26935,Op3056 -BSU_39710,iolF,AL009126.3,BSU39710,4076842,4078158,-,inositol transport protein,Amino acid transport and metabolism,P42417,Op3056 -BSU_39720,iolE,AL009126.3,BSU39720,4078173,4079066,-,scyllo-inosose dehydratase,Carbohydrate transport and metabolism,P42416,Op3056 -BSU_39730,iolD,AL009126.3,BSU39730,4079083,4080996,-,3D-(3%2C5/4)-trihydroxycyclohexane-1%2C2-dione hydrolase,Amino acid transport and metabolism,P42415,Op3056 -BSU_39740,iolC,AL009126.3,BSU39740,4081029,4082006,-,2-deoxy-5-keto-D-gluconic acid kinase,Carbohydrate transport and metabolism,P42414,Op3056 -BSU_39750,iolB,AL009126.3,BSU39750,4082030,4082845,-,5-deoxy-D-glucuronic acid isomerase,Carbohydrate transport and metabolism,P42413,Op3056 -BSU_39760,iolA,AL009126.3,BSU39760,4082920,4084383,-,methylmalonate-semialdehyde dehydrogenase,Energy production and conversion,P42412,Op3056 -BSU_39770,iolR,AL009126.3,BSU39770,4084799,4085554,+,transcriptional regulator of the iol operon (DeoR family),Transcription,P46337,Op3057 -BSU_39780,iolS,AL009126.3,BSU39780,4085608,4086540,+,putative aldo-keto reductase,Energy production and conversion,P46336,Op3057 -BSU_39790,yxcE,AL009126.3,BSU39790,4086802,4087452,+,conserved protein of unknown function,No COG annotation,P46335,Op3058 -BSU_39800,yxcD,AL009126.3,BSU39800,4087456,4087764,+,conserved protein of unknown function,Function unknown,P46334,Op3058 -BSU_39810,csbC,AL009126.3,BSU39810,4088002,4089387,+,putative metabolite transporter,Amino acid transport and metabolism,P46333,Op3059 -BSU_39820,htpG,AL009126.3,BSU39820,4089429,4091309,-,class III heat-shock protein (ATP-dependent molecular chaperone HSP90),"Post-translational modification, protein turnover, and chaperones",P46208,Op3060 -BSU_39830,yxcA,AL009126.3,BSU39830,4091477,4091728,-,conserved protein of unknown function,No COG annotation,P46332,Op3061 -BSU_39840,yxbG,AL009126.3,BSU39840,4091845,4092666,+,putative oxidoreductase,Lipid transport and metabolism,P46331,Op3062 -BSU_39850,yxbF,AL009126.3,BSU39850,4092695,4093837,-,putative transcriptional regulator,Transcription,P46330,Op3063 -BSU_39860,aldX,AL009126.3,BSU39860,4093980,4095317,+,putative aldehyde dehydrogenase,Energy production and conversion,P46329,Op3064 -BSU_39870,yxbD,AL009126.3,BSU39870,4095356,4095835,-,putative N-acetyltransferase,Transcription,P46328,Op3065 -BSU_39880,yxbC,AL009126.3,BSU39880,4095915,4096907,-,conserved protein of unknown function,Function unknown,P46327,Op3065 -BSU_39890,yxbB,AL009126.3,BSU39890,4097416,4098150,+,putative S-adenosylmethionine-dependent methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",P46326,Op3066 -BSU_39900,yxbA,AL009126.3,BSU39900,4098150,4098419,+,conserved protein of unknown function,Function unknown,P46325,Op3066 -BSU_39910,yxnB,AL009126.3,BSU39910,4098423,4098905,+,conserved protein of unknown function,No COG annotation,O34704,Op3066 -BSU_39920,asnH,AL009126.3,BSU39920,4098926,4101169,+,asparagine synthetase (glutamine-hydrolyzing),Amino acid transport and metabolism,P42113,Op3066 -BSU_39930,yxaM,AL009126.3,BSU39930,4101166,4102365,+,putative efflux transporter,"Intracellular trafficking, secretion, and vesicular transport",P42112,Op3066 -BSU_39940,yxaL,AL009126.3,BSU39940,4102429,4103661,-,membrane associated protein kinase with beta-propeller domain,Function unknown,P42111,Op3067 -BSU_39950,yxaJ,AL009126.3,BSU39950,4103762,4104187,-,putative integral membrane protein of unknown function,Function unknown,P42109,Op3067 -BSU_39960,yxaI,AL009126.3,BSU39960,4104444,4104899,+,putative integral membrane protein of unknown function,Function unknown,P42108,Op3068 -BSU_39970,yxaH,AL009126.3,BSU39970,4104929,4106137,-,integral inner membrane protein involved in response to flavonoids,Inorganic ion transport and metabolism,P42107,Op3069 -BSU_39980,qdoI,AL009126.3,BSU39980,4106245,4107258,-,quercetin dioxygenase,Function unknown,P42106,Op3069 -BSU_39990,qdoR,AL009126.3,BSU39990,4107352,4107927,-,transcriptional regulator of qdoI,Transcription,P42105,Op3070 -BSU_40000,yxnA,AL009126.3,BSU40000,4108058,4109128,+,putative oxidoreductase,Lipid transport and metabolism,O32291,Op3071 -BSU_40010,yxaD,AL009126.3,BSU40010,4109185,4109616,-,putative transcriptional regulator (MarR family),Transcription,P42103,Op3072 -BSU_40021,yxzK,AL009126.3,BSU40021,4109843,4110247,+,putative integral inner membrane protein involved in export murein hydrolases,Function unknown,C0H3T7,Op3073 -BSU_40022,yxaC,AL009126.3,BSU40022,4110217,4110909,+,putative murein hydrolase export regulator,Cell wall/membrane/envelope biogenesis,P42102,Op3073 -BSU_40030,yxaB,AL009126.3,BSU40030,4110949,4111980,-,putative exopolysaccharide pyruvyl transferase (biofilm formation),Carbohydrate transport and metabolism,P42101,Op3074 -BSU_40040,glxK,AL009126.3,BSU40040,4112073,4113221,-,D-glycerate kinase,Carbohydrate transport and metabolism,P42100,Op3074 -BSU_40050,gntR,AL009126.3,BSU40050,4113417,4114148,+,transcriptional regulator (GntR-gluconate),Transcription,P10585,Op3075 -BSU_40060,gntK,AL009126.3,BSU40060,4114141,4115682,+,D-gluconate kinase,Carbohydrate transport and metabolism,P12011,Op3075 -BSU_40070,gntP,AL009126.3,BSU40070,4115711,4117057,+,gluconate/proton permease,Amino acid transport and metabolism,P12012,Op3075 -BSU_40080,gntZ,AL009126.3,BSU40080,4117080,4118486,+,6-phosphogluconate dehydrogenase (NAD+-dependent),Carbohydrate transport and metabolism,P12013,Op3075 -BSU_40090,ahpC,AL009126.3,BSU40090,4118950,4119513,+,alkyl hydroperoxide reductase (small subunit),"Post-translational modification, protein turnover, and chaperones",P80239,Op3076 -BSU_40100,ahpF,AL009126.3,BSU40100,4119527,4121056,+,alkyl hydroperoxide reductase (large subunit),"Post-translational modification, protein turnover, and chaperones",P42974,Op3076 -BSU_40110,bglA,AL009126.3,BSU40110,4121166,4122605,-,aryl-6-phospho-beta-glucosidase,Carbohydrate transport and metabolism,P42973,Op3077 -BSU_40120,ptsJ,AL009126.3,BSU40120,4122619,4122849,-,glucose phosphotransferase system enzyme IIA component,Carbohydrate transport and metabolism,O32292,Op3077 -BSU_40130,yydK,AL009126.3,BSU40130,4123193,4123903,+,putative transcriptional regulator (GntR family),Transcription,Q45591,Op3078 -BSU_40139,yyzN,AL009126.3,BSU40139,4123931,4124089,+,hypothetical protein,No COG annotation,C0H3T8,Op3079 -BSU_40140,liaM,AL009126.3,BSU40140,4124220,4124942,-,permease for export of regulatory peptide LiaD*,Function unknown,Q45592,Op3080 -BSU_40150,liaL,AL009126.3,BSU40150,4124963,4125592,-,ABC transporter for regulatory peptide LiaD* (ATP-binding protein),Inorganic ion transport and metabolism,Q45593,Op3080 -BSU_40160,liaK,AL009126.3,BSU40160,4125742,4126500,-,membrane metalloprotease acting on modified factor LiaD,"Post-translational modification, protein turnover, and chaperones",Q45594,Op3080 -BSU_40170,liaE,AL009126.3,BSU40170,4126481,4127440,-,AdoMet radical amino acid epimerase modifying factor LiaD,Function unknown,Q45595,Op3080 -BSU_40180,liaD,AL009126.3,BSU40180,4127498,4127647,-,precursor of exported modified peptide (epipeptide) controlling LiaRS activity,No COG annotation,Q45596,Op3080 -BSU_40190,fbp,AL009126.3,BSU40190,4128119,4130044,+,fructose-1%2C6-bisphosphatase,Carbohydrate transport and metabolism,Q45597,Op3081 -BSU_40200,yydD,AL009126.3,BSU40200,4130578,4132338,-,putative DNA wielding protein,Function unknown,Q45598,Op3082 -BSU_40210,yydC,AL009126.3,BSU40210,4132338,4132736,-,conserved hypothetical protein,No COG annotation,Q45599,Op3083 -BSU_40220,yydB,AL009126.3,BSU40220,4132729,4134174,-,putative phosphohydrolase,Function unknown,Q45600,Op3084 -BSU_40230,rlmH,AL009126.3,BSU40230,4134436,4134915,-,23S rRNA (pseudouridine1915-N3)-methyltransferase,"Translation, ribosomal structure and biogenesis",Q45601,Op3085 -BSU_40239,yyzF,AL009126.3,BSU40239,4134996,4135166,-,conserved hypothetical protein,Function unknown,C0H3T9,Op3086 -BSU_40240,yycS,AL009126.3,BSU40240,4135351,4135764,+,putative lipoprotein,No COG annotation,Q45603,Op3087 -BSU_40250,yycR,AL009126.3,BSU40250,4135798,4137024,-,putative dehydrogenase,Amino acid transport and metabolism,Q45604,Op3088 -BSU_40259,yyzG,AL009126.3,BSU40259,4137087,4137257,-,hypothetical protein,No COG annotation,C0H3U0,Op3089 -BSU_40260,yycQ,AL009126.3,BSU40260,4137362,4137610,-,conserved membrane protein,Function unknown,Q45605,Op3090 -BSU_40270,yycP,AL009126.3,BSU40270,4137626,4138789,-,conserved hypothetical protein,No COG annotation,Q45606,Op3090 -BSU_40280,yycO,AL009126.3,BSU40280,4138800,4139537,-,conserved exported protein,Function unknown,Q45607,Op3090 -BSU_40290,yycN,AL009126.3,BSU40290,4139679,4140149,-,putative N-acetyltransferase,Transcription,O32293,Op3091 -BSU_40300,rapG,AL009126.3,BSU40300,4140260,4141357,+,response regulator aspartate phosphatase,Function unknown,O32294,Op3092 -BSU_40310,phrG,AL009126.3,BSU40310,4141358,4141474,+,secreted regulator of the activity of phosphatase RapG,No COG annotation,O32295,Op3092 -BSU_40320,argI,AL009126.3,BSU40320,4141711,4142601,-,arginase,Amino acid transport and metabolism,P39138,Op3093 -BSU_40330,rocE,AL009126.3,BSU40330,4142675,4144078,-,arginine/ornithine/gamma-aminobutyrate permease,Amino acid transport and metabolism,P39137,Op3093 -BSU_40340,rocD,AL009126.3,BSU40340,4144301,4145506,-,ornithine aminotransferase,Amino acid transport and metabolism,P38021,Op3093 -BSU_40350,rocR,AL009126.3,BSU40350,4145747,4147132,+,transcriptional regulator (NtrC/NifA family),Transcription,P38022,Op3094 -BSU_40359,yyzO,AL009126.3,,4147114,4147302,-,fragment of putative sensor protein,Signal transduction mechanisms,,Op3095 -BSU_40358,BSU_40358,AL009126.3,BSU40358,4147419,4147547,-,hypothetical protein,No COG annotation,A0A2K4Z9N0,Op3096 -BSU_40360,htrC,AL009126.3,BSU40360,4147567,4148769,-,sporulation membrane serine protease,"Post-translational modification, protein turnover, and chaperones",P39668,Op3097 -BSU_40370,walJ,AL009126.3,BSU40370,4148851,4149645,-,putative hydrolase,Function unknown,C0SP91,Op3097 -BSU_40380,walI,AL009126.3,BSU40380,4149667,4150509,-,regulator of WalRK,Function unknown,Q45612,Op3097 -BSU_40390,walH,AL009126.3,BSU40390,4150496,4151863,-,regulator of WalRK(YycFG),Function unknown,Q794W0,Op3097 -BSU_40400,walK,AL009126.3,BSU40400,4151853,4153688,-,two-component sensor histidine kinase [YycG],Signal transduction mechanisms,Q45614,Op3097 -BSU_40410,walR,AL009126.3,BSU40410,4153696,4154403,-,two-component response regulator [YycF],Signal transduction mechanisms,P37478,Op3097 -BSU_40420,purA,AL009126.3,BSU40420,4155433,4156725,-,adenylosuccinate synthetase,Nucleotide transport and metabolism,P29726,Op3098 -BSU_40430,yycE,AL009126.3,BSU40430,4156931,4157350,-,conserved hypothetical protein,Amino acid transport and metabolism,P37479,Op3099 -BSU_40440,dnaC,AL009126.3,BSU40440,4157471,4158835,-,replicative DNA helicase,"Replication, recombination and repair",P37469,Op3100 -BSU_40450,yycD,AL009126.3,BSU40450,4159005,4159205,+,conserved hypothetical protein,Function unknown,P37480,Op3101 -BSU_40460,yyzB,AL009126.3,BSU40460,4159253,4159456,-,conserved protein of unknown function,No COG annotation,O32296,Op3102 -BSU_40470,yycC,AL009126.3,BSU40470,4159577,4159717,+,conserved hypothetical protein,Transcription,P37481,Op3103 -BSU_40480,yycB,AL009126.3,BSU40480,4159790,4160998,+,putative anion ABC transporter (permease),Inorganic ion transport and metabolism,P37482,Op3103 -BSU_40490,yycA,AL009126.3,BSU40490,4161103,4163160,+,putative glycosyl transferase,Cell wall/membrane/envelope biogenesis,P37483,Op3104 -BSU_40500,rplI,AL009126.3,BSU40500,4163197,4163646,-,ribosomal protein L9,"Translation, ribosomal structure and biogenesis",P37437,Op3105 -BSU_40510,gdpP,AL009126.3,BSU40510,4163643,4165622,-,phosphodiesterase acting on cyclic dinucleotides,Signal transduction mechanisms,P37484,Op3105 -BSU_40520,yybS,AL009126.3,BSU40520,4165659,4166588,-,putative integral inner membrane protein,Function unknown,P37485,Op3105 -BSU_40529,yyzH,AL009126.3,BSU40529,4166815,4166964,-,hypothetical protein,No COG annotation,C0H3U2,Op3106 -BSU_40530,cotF,AL009126.3,BSU40530,4167110,4167592,+,spore coat protein,Cell wall/membrane/envelope biogenesis,P23261,Op3107 -BSU_40540,hypR,AL009126.3,BSU40540,4167622,4167999,-,transcriptional regulator (Cys-activated by oxidative stress),Transcription,P37486,Op3108 -BSU_40550,ppaC,AL009126.3,BSU40550,4168204,4169133,+,inorganic pyrophosphatase (Mn2+-dependent),Energy production and conversion,P37487,Op3109 -BSU_40560,yybP,AL009126.3,BSU40560,4169166,4169612,-,putative manganese-binding lipoprotein,No COG annotation,P37488,Op3110 -BSU_40570,yybO,AL009126.3,BSU40570,4170045,4171352,+,putative permease,Carbohydrate transport and metabolism,P37489,Op3111 -BSU_40573,yyzI,AL009126.3,,4171396,4171635,-,hypothetical protein,No COG annotation,,Op3112 -BSU_40574,yyzJ,AL009126.3,,4171625,4171789,-,hypothetical protein,Function unknown,,Op3113 -BSU_40576,BSU_40576,AL009126.3,BSU40576,4171801,4171986,-,hypothetical protein,No COG annotation,A0A2K4Z9N4,Op3114 -BSU_40578,yyzK,AL009126.3,,4172259,4172405,-,hypothetical protein,No COG annotation,,Op3115 -BSU_40579,yyzL,AL009126.3,,4172387,4172536,-,hypothetical protein,No COG annotation,,Op3116 -BSU_40580,yybN,AL009126.3,BSU40580,4173114,4173551,+,conserved protein of unknown function,Function unknown,P37490,Op3117 -BSU_40590,yybM,AL009126.3,BSU40590,4173665,4174420,+,putative transporter permease subunit,No COG annotation,P37491,Op3117 -BSU_40600,yybL,AL009126.3,BSU40600,4174410,4175120,+,putative transporter permease subunit,No COG annotation,P37492,Op3117 -BSU_40610,yybK,AL009126.3,BSU40610,4175117,4175872,+,putative transporter permease subunit,Function unknown,P37493,Op3117 -BSU_40620,yybJ,AL009126.3,BSU40620,4175869,4176525,+,putative ATP-binding cassette subunit of transporter,Defense mechanisms,P37494,Op3117 -BSU_40630,ictI,AL009126.3,BSU40630,4176900,4177688,-,inner spore coat protein,No COG annotation,P37495,Op3118 -BSU_40640,yybH,AL009126.3,BSU40640,4177756,4178145,-,conserved hypothetical protein,Function unknown,P37496,Op3118 -BSU_40650,yybG,AL009126.3,BSU40650,4178291,4179130,+,conserved hypothetical protein,Function unknown,P37497,Op3119 -BSU_40660,yybF,AL009126.3,BSU40660,4179163,4180377,-,putative permease,Amino acid transport and metabolism,P37498,Op3120 -BSU_40670,yybE,AL009126.3,BSU40670,4180564,4181442,+,putative transcriptional regulator (LysR family),Transcription,P37499,Op3121 -BSU_40680,yybD,AL009126.3,BSU40680,4181456,4181899,+,putative acetyltransferase,Function unknown,P37500,Op3121 -BSU_40690,yybC,AL009126.3,BSU40690,4181982,4182461,+,putative integral membrane protein,No COG annotation,P37501,Op3121 -BSU_40700,yybB,AL009126.3,BSU40700,4182636,4183298,-,putative hydrolase,Function unknown,P37502,Op3122 -BSU_40710,yybA,AL009126.3,BSU40710,4183445,4183897,-,transcriptional regulator (MarR family%2C polyamine export and degradation),Transcription,P37503,Op3123 -BSU_40720,yyaT,AL009126.3,BSU40720,4184017,4184463,+,putative acetyltransferase (polyamine degradation),Function unknown,P37504,Op3124 -BSU_40730,yyaS,AL009126.3,BSU40730,4184460,4185065,+,putative integral inner membrane protein,Function unknown,P37505,Op3124 -BSU_40740,yyaR,AL009126.3,BSU40740,4185160,4185681,-,putative acetyl-transferase,Transcription,P37506,Op3125 -BSU_40750,yyaQ,AL009126.3,BSU40750,4186092,4186448,+,conserved hypothetical protein,Function unknown,P37507,Op3126 -BSU_40760,yyaP,AL009126.3,BSU40760,4186608,4187174,+,putative oxidoreductase,Coenzyme transport and metabolism,P37508,Op3127 -BSU_40770,tetB,AL009126.3,BSU40770,4187681,4189057,-,multifunctional tetracycline-metal/H+ antiporter and Na+(K+)/H+ antiporter,Amino acid transport and metabolism,P23054,Op3128 -BSU_40780,tetL,AL009126.3,BSU40780,4189091,4189153,-,tetracycline resistance leader peptide,No COG annotation,P23053,Op3128 -BSU_40790,yyaO,AL009126.3,BSU40790,4189406,4189645,+,conserved hypothetical protein,"Post-translational modification, protein turnover, and chaperones",P37509,Op3129 -BSU_40800,yyaN,AL009126.3,BSU40800,4189796,4190212,+,putative transcriptional regulator (MerR family),Transcription,P37510,Op3130 -BSU_40810,yyaM,AL009126.3,BSU40810,4190209,4191126,+,putative efflux transporter,Amino acid transport and metabolism,P37511,Op3131 -BSU_40820,yyaL,AL009126.3,BSU40820,4191198,4193267,+,conserved hypothetical protein,"Post-translational modification, protein turnover, and chaperones",P37512,Op3132 -BSU_40830,yyaK,AL009126.3,BSU40830,4193264,4194163,-,putative integral inner membrane protease,Function unknown,P37513,Op3133 -BSU_40840,yyaJ,AL009126.3,BSU40840,4194389,4195744,+,putative transporter,Amino acid transport and metabolism,P37514,Op3134 -BSU_40850,maa,AL009126.3,BSU40850,4195778,4196332,-,maltose O-acetyltransferase,Function unknown,P37515,Op3135 -BSU_40860,yyaH,AL009126.3,BSU40860,4196350,4196730,-,putative C-S lyase,Amino acid transport and metabolism,P37516,Op3136 -BSU_40870,ccpB,AL009126.3,BSU40870,4196786,4197721,-,transcriptional repressor of carbon supply (LacI family),Transcription,P37517,Op3137 -BSU_40880,exoA,AL009126.3,BSU40880,4197780,4198538,-,apurinic/apyrimidinic endonuclease,"Replication, recombination and repair",P37454,Op3137 -BSU_40890,rpsR,AL009126.3,BSU40890,4198603,4198842,-,ribosomal protein S18,"Translation, ribosomal structure and biogenesis",P21475,Op3138 -BSU_40900,ssbA,AL009126.3,BSU40900,4198886,4199404,-,single-strand DNA-binding protein,"Replication, recombination and repair",P37455,Op3138 -BSU_40910,rpsF,AL009126.3,BSU40910,4199445,4199732,-,ribosomal protein S6 (BS9),"Translation, ribosomal structure and biogenesis",P21468,Op3138 -BSU_40920,engD,AL009126.3,BSU40920,4199843,4200943,-,potassium-dependent informational ATPase interacting with 70S ribosome%3B ROS stress regulator,"Translation, ribosomal structure and biogenesis",P37518,Op3138 -BSU_40930,yyaE,AL009126.3,BSU40930,4201070,4203073,-,putative oxidoreductase (molybdoenzyme),Energy production and conversion,P37519,Op3139 -BSU_40939,yyzM,AL009126.3,BSU40939,4203124,4203330,-,putative nucleic acid binding protein,Function unknown,C0H3V8,Op3140 -BSU_40940,yyaD,AL009126.3,BSU40940,4203424,4204440,-,putative transporter,Function unknown,P37520,Op3141 -BSU_40950,sprC,AL009126.3,BSU40950,4204900,4205517,+,spore-specific protease,Function unknown,P37521,Op3142 -BSU_40960,parB,AL009126.3,BSU40960,4205556,4206404,-,site-specific DNA-binding protein,Transcription,P26497,Op3143 -BSU_40970,parA,AL009126.3,BSU40970,4206397,4207158,-,chromosome partitioning protein%3B transcriptional regulator,"Cell cycle control, cell division, chromosome partitioning",P37522,Op3143 -BSU_40980,yyaB,AL009126.3,BSU40980,4207406,4207846,+,putative antibiotic immunity protein,Function unknown,P37523,Op3144 -BSU_40990,nocA,AL009126.3,BSU40990,4207897,4208748,-,DNA-binding protein Spo0J-like,"Cell cycle control, cell division, chromosome partitioning",P37524,Op3145 -BSU_41000,rsmG,AL009126.3,BSU41000,4208870,4209589,-,7-methylguanosine methyltransferase (16S rRNA%2C nucleotide G527),"Translation, ribosomal structure and biogenesis",P25813,Op3145 -BSU_41010,trmF,AL009126.3,BSU41010,4209603,4211489,-,tRNA uridine 5-carboxymethylaminomethyl modification enzyme,"Cell cycle control, cell division, chromosome partitioning",P25812,Op3145 -BSU_41020,mnmE,AL009126.3,BSU41020,4211510,4212889,-,tRNA modification GTPase and tRNA-U34 5-formylation enzyme,Function unknown,P25811,Op3145 -BSU_41030,jag,AL009126.3,BSU41030,4213200,4213826,-,SpoIIIJ-associated RNA/ssDNA-binding protein,Function unknown,Q01620,Op3146 -BSU_41040,oxaAA,AL009126.3,BSU41040,4213823,4214608,-,Sec-independent factor for membrane protein insertion (YidC/SpoIIIJ family),"Intracellular trafficking, secretion, and vesicular transport",Q01625,Op3146 -BSU_41050,rnpA,AL009126.3,BSU41050,4214753,4215103,-,protein component of ribonuclease P (RNase P) (substrate specificity),"Translation, ribosomal structure and biogenesis",P25814,Op3147 -BSU_41060,rpmH,AL009126.3,BSU41060,4215255,4215389,-,ribosomal protein L34,"Translation, ribosomal structure and biogenesis",P05647,Op3148 +BSU_00170,yaaI,AL009126.3,BSU00170,25221,25766,-,putative amidase (isochorismatase family),"Secondary metabolites biosynthesis, transport, and catabolism",P37532,Op5 +BSU_00180,tadA,AL009126.3,BSU00180,25852,26337,+,tRNA specific adenosine A34 deaminase,Nucleotide transport and metabolism,P21335,Op10 +BSU_00190,dnaX,AL009126.3,BSU00190,26814,28505,+,DNA polymerase III subunit tau subunit,"Replication, recombination and repair",P09122,Op5 +BSU_00200,ebfC,AL009126.3,BSU00200,28529,28852,+,nucleoid associated protein,Function unknown,P24281,Op5 +BSU_00210,recR,AL009126.3,BSU00210,28867,29463,+,recA filament-DNA complex stabilisation factor,"Replication, recombination and repair",P24277,Op5 +BSU_00220,yaaL,AL009126.3,BSU00220,29481,29705,+,conserved protein of unknown function,Function unknown,P37533,Op5 +BSU_00230,bofA,AL009126.3,BSU00230,29772,30035,+,inhibitor of the pro-sigma(K) processing machinery,Function unknown,P24282,Op11 +BSU_00240,csfB,AL009126.3,BSU00240,35531,35725,+,forespore-specific anti-sigma factor,Function unknown,P37534,Op12 +BSU_00250,xpaC,AL009126.3,BSU00250,35845,36459,+,putative phosphatase,Function unknown,P37467,Op13 +BSU_00260,yaaN,AL009126.3,BSU00260,36478,37638,+,putative toxic compound resistance protein,Inorganic ion transport and metabolism,P37535,Op13 +BSU_00270,yaaO,AL009126.3,BSU00270,37720,39162,+,putative decarboxylase,Amino acid transport and metabolism,P37536,Op5 +BSU_00280,tmk,AL009126.3,BSU00280,39159,39797,+,thymidylate kinase,Nucleotide transport and metabolism,P37537,Op5 +BSU_00290,darA,AL009126.3,BSU00290,39871,40200,+,signal transduction receptor%2C cyclic di-AMP binding,Function unknown,P37538,Op5 +BSU_00300,yaaR,AL009126.3,BSU00300,40213,40653,+,conserved hypothetical protein,Function unknown,P37539,Op5 +BSU_00310,holB,AL009126.3,BSU00310,40665,41654,+,DNA polymerase III clamp loader delta' subunit,"Replication, recombination and repair",P37540,Op5 +BSU_00320,ricT,AL009126.3,BSU00320,41657,42484,+,subunit of a sporulation%2C competence and biofilm formation regulatory complex of RNaseY (RicAFT complex / FAD / two [4Fe-4S]2+),Function unknown,P37541,Op5 +BSU_00330,dnaH,AL009126.3,BSU00330,42499,42858,+,subunit of the DNA replication complex,"Replication, recombination and repair",P37542,Op5 +BSU_00340,trmNF,AL009126.3,BSU00340,42917,43660,+,tRNA1(Val) (adenine(37)-N6)-methyltransferase,Function unknown,P37543,Op5 +BSU_00350,yazA,AL009126.3,BSU00350,43647,43946,+,putative UvrC-Intron-type (URI) endonuclease,"Replication, recombination and repair",O31414,Op5 +BSU_00360,rsmI,AL009126.3,BSU00360,43921,44799,+,16S rRNA 2'-O-ribose C1402 methyltransferase,Coenzyme transport and metabolism,P37544,Op5 +BSU_00370,abrB,AL009126.3,BSU00370,44848,45138,-,transcriptional regulator for transition state genes (AbrB-SurF),Transcription,P08874,Op14 +BSU_00380,metS,AL009126.3,BSU00380,45633,47627,+,methionyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P37465,Op15 +BSU_00390,dayD,AL009126.3,BSU00390,47706,48473,+,D-amino acyl-tRNA deacylase,"Replication, recombination and repair",P37545,Op5 +BSU_00400,yabE,AL009126.3,BSU00400,48629,49942,+,putative cell wall shaping enzyme,Signal transduction mechanisms,P37546,Op16 +BSU_00410,rnmV,AL009126.3,BSU00410,50087,50647,+,ribonuclease M5,"Translation, ribosomal structure and biogenesis",P37547,Op17 +BSU_00420,rsmA,AL009126.3,BSU00420,50640,51518,+,dimethyladenosine 16S ribosomal RNA transferase,"Translation, ribosomal structure and biogenesis",P37468,Op17 +BSU_00430,prtG,AL009126.3,BSU00430,51680,52552,+,sporulation-specific protease,Function unknown,P37548,Op18 +BSU_00440,veg,AL009126.3,BSU00440,52763,53023,+,conserved hypothetical protein,Function unknown,P37466,Op19 +BSU_00450,sspF,AL009126.3,BSU00450,53183,53368,+,small acid-soluble spore protein (alpha/beta-type SASP),Function unknown,P37549,Op20 +BSU_00460,ispE,AL009126.3,BSU00460,53516,54385,+,4-(cytidine 5'-diphospho)-2-C-methyl-D-erythritol kinase,Lipid transport and metabolism,P37550,Op5 +BSU_00470,purR,AL009126.3,BSU00470,54441,55298,+,transcriptional regulator of the purine biosynthesis operon (PurR-pRpp),Nucleotide transport and metabolism,P37551,Op21 +BSU_00480,ridA,AL009126.3,BSU00480,55295,55672,+,aminoacrylate/iminopropionate hydrolase/deaminase,"Translation, ribosomal structure and biogenesis",P37552,Op21 +BSU_00490,spoVG,AL009126.3,BSU00490,55866,56159,+,regulator required for spore cortex synthesis (stage V sporulation),"Cell cycle control, cell division, chromosome partitioning",P28015,Op22 +BSU_00500,glmU,AL009126.3,BSU00500,56352,57722,+,bifunctional glucosamine-1-phosphate N-acetyltransferase/UDP-N-acetylglucosamine pyrophosphorylase,Cell wall/membrane/envelope biogenesis,P14192,Op23 +BSU_00510,prs,AL009126.3,BSU00510,57745,58698,+,phosphoribosylpyrophosphate synthetase,Nucleotide transport and metabolism,P14193,Op23 +BSU_00520,ctc,AL009126.3,BSU00520,58783,59397,+,ribosomal protein BL25 (Ctc)%2C binding 5S RNA,"Translation, ribosomal structure and biogenesis",P14194,Op23 +BSU_00530,pth,AL009126.3,BSU00530,59504,60070,+,peptidyl-tRNA hydrolase,"Translation, ribosomal structure and biogenesis",P37470,Op5 +BSU_00540,fin,AL009126.3,BSU00540,60130,60360,+,protein required for the switch from F to G during sporulation (anti sigma F),Function unknown,P37553,Op24 +BSU_00550,mfd,AL009126.3,BSU00550,60430,63963,+,transcription-repair coupling factor,"Replication, recombination and repair",P37474,Op5 +BSU_00560,spoVT,AL009126.3,BSU00560,64099,64635,+,transcriptional regulator of sporulation / germination,Transcription,P37554,Op25 +BSU_00570,yabM,AL009126.3,BSU00570,64817,66415,+,putative exporter,Function unknown,P37555,Op26 +BSU_00580,yabN,AL009126.3,BSU00580,66405,67874,+,putative fusion methylase and nucleotide pyrophosphohydrolase,Function unknown,P37556,Op26 +BSU_00590,hslR,AL009126.3,BSU00590,67877,68137,+,ribosomal RNA binding protein involved in 50S recycling%3B heat shock protein,"Translation, ribosomal structure and biogenesis",P37557,Op26 +BSU_00600,spcP,AL009126.3,BSU00600,68216,68518,+,spore protein involved in the shaping of the spore coat,Function unknown,P37558,Op26 +BSU_00610,spcQ,AL009126.3,BSU00610,68515,69150,+,membrane protein of the forespore,Function unknown,P37559,Op26 +BSU_00620,divIC,AL009126.3,BSU00620,69168,69545,+,cell-division initiation protein,"Cell cycle control, cell division, chromosome partitioning",P37471,Op26 +BSU_00630,yabR,AL009126.3,BSU00630,69626,70012,+,putative RNA degradation protein%3B polyribonucleotide nucleotidyltransferase or phosphorylase,"Translation, ribosomal structure and biogenesis",P37560,Op26 +BSU_00640,spoIIE,AL009126.3,BSU00640,70538,73021,+,SpoIIAA-phosphate serine phosphatase,Transcription,P37475,Op27 +BSU_00650,yabS,AL009126.3,BSU00650,73106,73843,+,conserved protein of unknown function,Function unknown,P37561,Op5 +BSU_00660,prkT,AL009126.3,BSU00660,73809,74825,+,serine/threonine-protein kinase,Transcription,P37562,Op5 +BSU_00670,tilS,AL009126.3,BSU00670,74929,76347,+,tRNA(ile2) lysidine synthetase,"Cell cycle control, cell division, chromosome partitioning",P37563,Op5 +BSU_00680,hprT,AL009126.3,BSU00680,76344,76886,+,hypoxanthine-guanine phosphoribosyltransferase,Nucleotide transport and metabolism,P37472,Op5 +BSU_00690,ftsH,AL009126.3,BSU00690,76984,78897,+,ATP-dependent cytoplasmic membrane protease,"Post-translational modification, protein turnover, and chaperones",P37476,Op28 +BSU_00700,coaX,AL009126.3,BSU00700,79092,79868,+,pantothenate kinase type III,Nucleotide transport and metabolism,P37564,Op5 +BSU_00710,hslO,AL009126.3,BSU00710,79880,80755,+,disulfide bond chaperone (heat shock protein HSP33),"Post-translational modification, protein turnover, and chaperones",P37565,Op5 +BSU_00720,yacD,AL009126.3,BSU00720,80802,81695,+,putative protein chaperone accessory lipoprotein factor,"Post-translational modification, protein turnover, and chaperones",P37566,Op5 +BSU_00730,cysK,AL009126.3,BSU00730,81771,82697,+,cysteine synthase,Amino acid transport and metabolism,P37887,Op29 +BSU_00740,pabB,AL009126.3,BSU00740,82864,84276,+,4-amino-4-deoxychorismate synthase (para-aminobenzoate synthase),Amino acid transport and metabolism,P28820,Op30 +BSU_00750,pabA,AL009126.3,BSU00750,84290,84874,+,4-amino-4-deoxychorismate synthase%3B anthranilate synthase (subunit II),Amino acid transport and metabolism,P28819,Op30 +BSU_00760,pabC,AL009126.3,BSU00760,84874,85755,+,4-amino-4-deoxychorismate pyruvate-lyase,Amino acid transport and metabolism,P28821,Op30 +BSU_00770,folP,AL009126.3,BSU00770,85737,86594,+,dihydropteroate synthase,Coenzyme transport and metabolism,P28822,Op30 +BSU_00780,folB,AL009126.3,BSU00780,86587,86949,+,dihydroneopterin aldolase,Coenzyme transport and metabolism,P28823,Op30 +BSU_00790,folK,AL009126.3,BSU00790,86946,87449,+,7%2C8-dihydro-6-hydroxymethylpterin pyrophosphokinase,Coenzyme transport and metabolism,P29252,Op30 +BSU_00800,yazB,AL009126.3,BSU00800,87401,87610,+,putative transcriptional regulator,Transcription,O31417,Op30 +BSU_00810,dusB,AL009126.3,BSU00810,87634,88635,+,tRNA-dihydrouridine synthase B,"Translation, ribosomal structure and biogenesis",P37567,Op30 +BSU_00820,lysS,AL009126.3,BSU00820,88727,90226,+,lysyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P37477,Op30 +BSU_00830,ctsR,AL009126.3,BSU00830,101449,101913,+,transcriptional regulator of class III stress genes,Transcription,P37568,Op31 +BSU_00840,mcsA,AL009126.3,BSU00840,101927,102484,+,activator of protein kinase McsB,Function unknown,P37569,Op31 +BSU_00850,mcsB,AL009126.3,BSU00850,102484,103575,+,protein arginine kinase,Amino acid transport and metabolism,P37570,Op31 +BSU_00860,clpC,AL009126.3,BSU00860,103572,106004,+,class III stress response-related ATPase%2C AAA+ superfamily,"Post-translational modification, protein turnover, and chaperones",P37571,Op31 +BSU_00870,radA,AL009126.3,BSU00870,106096,107472,+,DNA repair protein%3B 6-O-methylguanine-DNA methyltransferase,"Post-translational modification, protein turnover, and chaperones",P37572,Op31 +BSU_00880,disA,AL009126.3,BSU00880,107476,108558,+,diadenylate cyclase%3B DNA integrity scanning protein%3B cell cycle checkpoint DNA scanning protein,"Replication, recombination and repair",P37573,Op31 +BSU_00890,yacL,AL009126.3,BSU00890,108674,109774,+,putative membrane protein possibly involved in RNA binding,Function unknown,Q06754,Op32 +BSU_00900,ispD,AL009126.3,BSU00900,109789,110487,+,2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase%2C nonmevalonate isoprenoid pathway,Lipid transport and metabolism,Q06755,Op32 +BSU_00910,ispF,AL009126.3,BSU00910,110480,110956,+,2-C-methyl-D-erythritol-2%2C4-cyclodiphosphate synthase,Lipid transport and metabolism,Q06756,Op32 +BSU_00920,gltX,AL009126.3,BSU00920,111047,112498,+,glutamyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P22250,Op33 +BSU_00930,cysE,AL009126.3,BSU00930,112800,113453,+,serine O-acetyltransferase,Amino acid transport and metabolism,Q06750,Op33 +BSU_00940,cysS,AL009126.3,BSU00940,113450,114850,+,dual cysteinyl-tRNA synthetase%3B cysteine persulfide synthase,"Translation, ribosomal structure and biogenesis",Q06752,Op33 +BSU_00950,mrnC,AL009126.3,BSU00950,114854,115285,+,ribonuclease for 23S RNA maturation%2C mini-RNase III,"Translation, ribosomal structure and biogenesis",O31418,Op33 +BSU_00960,rlmB,AL009126.3,BSU00960,115269,116018,+,23S rRNA (Gm2251)-methyltransferase,"Translation, ribosomal structure and biogenesis",Q06753,Op33 +BSU_00970,raeA,AL009126.3,BSU00970,116025,116537,+,ribosome-dependent mRNA endonuclease,Function unknown,P37574,Op33 +BSU_00980,sigH,AL009126.3,BSU00980,116600,117256,+,RNA polymerase sigma-30 factor (sigma(H)),Transcription,P17869,Op34 +BSU_00990,rpmGB,AL009126.3,BSU00990,117349,117498,+,ribosomal protein L33,"Translation, ribosomal structure and biogenesis",Q06798,Op5 +BSU_01000,secE,AL009126.3,BSU01000,117532,117711,+,preprotein translocase subunit,"Intracellular trafficking, secretion, and vesicular transport",Q06799,Op5 +BSU_01010,nusG,AL009126.3,BSU01010,117890,118423,+,RNA polymerase elongation pause factor,Transcription,Q06795,Op35 +BSU_01020,rplK,AL009126.3,BSU01020,118591,119016,+,ribosomal protein L11 (BL11),"Translation, ribosomal structure and biogenesis",Q06796,Op5 +BSU_01030,rplA,AL009126.3,BSU01030,119111,119809,+,ribosomal protein L1 (BL1),"Translation, ribosomal structure and biogenesis",Q06797,Op5 +BSU_01040,rplJ,AL009126.3,BSU01040,120061,120561,+,ribosomal protein L10 (BL5),"Translation, ribosomal structure and biogenesis",P42923,Op36 +BSU_01050,rplL,AL009126.3,BSU01050,120607,120978,+,ribosomal protein L12 (BL9),"Translation, ribosomal structure and biogenesis",P02394,Op36 +BSU_01060,rlmG,AL009126.3,BSU01060,121068,121673,+,23S rRNA m2G1835 methyltransferase,"Translation, ribosomal structure and biogenesis",P37872,Op5 +BSU_01070,rpoB,AL009126.3,BSU01070,121919,125500,+,RNA polymerase (beta subunit),Transcription,P37870,Op37 +BSU_01080,rpoC,AL009126.3,BSU01080,125562,129161,+,RNA polymerase (beta' subunit),Transcription,P37871,Op5 +BSU_01090,rulS,AL009126.3,BSU01090,129340,129588,+,K-turn RNA binding protein%3B alternative ribosomal protein L7A,"Translation, ribosomal structure and biogenesis",P46350,Op5 +BSU_01100,rpsL,AL009126.3,BSU01100,129702,130118,+,ribosomal protein S12 (BS12),"Translation, ribosomal structure and biogenesis",P21472,Op5 +BSU_01110,rpsG,AL009126.3,BSU01110,130160,130630,+,ribosomal protein S7 (BS7),"Translation, ribosomal structure and biogenesis",P21469,Op5 +BSU_01120,fusA,AL009126.3,BSU01120,130684,132762,+,elongation factor G,"Translation, ribosomal structure and biogenesis",P80868,Op5 +BSU_01130,tufA,AL009126.3,BSU01130,132882,134072,+,elongation factor Tu,"Translation, ribosomal structure and biogenesis",P33166,Op5 +BSU_01140,ybaC,AL009126.3,BSU01140,134171,135127,+,putative proline iminopeptidase,Function unknown,P70981,Op5 +BSU_01150,rpsJ,AL009126.3,BSU01150,135364,135672,+,ribosomal protein S10 (BS13)%3B transcription antitermination factor,"Translation, ribosomal structure and biogenesis",P21471,Op5 +BSU_01160,rplC,AL009126.3,BSU01160,135712,136341,+,ribosomal protein L3 (BL3),"Translation, ribosomal structure and biogenesis",P42920,Op5 +BSU_01170,rplD,AL009126.3,BSU01170,136369,136992,+,ribosomal protein L4,"Translation, ribosomal structure and biogenesis",P42921,Op5 +BSU_01180,rplW,AL009126.3,BSU01180,136992,137279,+,ribosomal protein L23,"Translation, ribosomal structure and biogenesis",P42924,Op5 +BSU_01190,rplB,AL009126.3,BSU01190,137311,138144,+,ribosomal protein L2 (BL2),"Translation, ribosomal structure and biogenesis",P42919,Op5 +BSU_01200,rpsS,AL009126.3,BSU01200,138202,138480,+,ribosomal protein S19 (BS19),"Translation, ribosomal structure and biogenesis",P21476,Op5 +BSU_01210,rplV,AL009126.3,BSU01210,138497,138838,+,ribosomal protein L22 (BL17),"Translation, ribosomal structure and biogenesis",P42060,Op5 +BSU_01220,rpsC,AL009126.3,BSU01220,138842,139498,+,ribosomal protein S3 (BS3),"Translation, ribosomal structure and biogenesis",P21465,Op5 +BSU_01230,rplP,AL009126.3,BSU01230,139500,139934,+,ribosomal protein L16,"Translation, ribosomal structure and biogenesis",P14577,Op5 +BSU_01240,rpmC,AL009126.3,BSU01240,139924,140124,+,ribosomal protein L29,"Translation, ribosomal structure and biogenesis",P12873,Op5 +BSU_01250,rpsQ,AL009126.3,BSU01250,140147,140410,+,ribosomal protein S17 (BS16),"Translation, ribosomal structure and biogenesis",P12874,Op5 +BSU_01260,rplNA,AL009126.3,BSU01260,140451,140819,+,ribosomal protein L14,"Translation, ribosomal structure and biogenesis",P12875,Op5 +BSU_01270,rplX,AL009126.3,BSU01270,140857,141168,+,ribosomal protein L24 (BL23),"Translation, ribosomal structure and biogenesis",P0CI78,Op5 +BSU_01280,rplE,AL009126.3,BSU01280,141195,141734,+,ribosomal protein L5 (BL6),"Translation, ribosomal structure and biogenesis",P12877,Op5 +BSU_01290,rpsNA,AL009126.3,BSU01290,141757,141942,+,ribosomal protein S14,"Translation, ribosomal structure and biogenesis",P12878,Op5 +BSU_01300,rpsH,AL009126.3,BSU01300,141974,142372,+,ribosomal protein S8 (BS8),"Translation, ribosomal structure and biogenesis",P12879,Op5 +BSU_01310,rplF,AL009126.3,BSU01310,142402,142941,+,ribosomal protein L6 (BL8),"Translation, ribosomal structure and biogenesis",P46898,Op5 +BSU_01320,rplR,AL009126.3,BSU01320,142974,143336,+,ribosomal protein L18,"Translation, ribosomal structure and biogenesis",P46899,Op5 +BSU_01330,rpsE,AL009126.3,BSU01330,143361,143861,+,ribosomal protein S5,"Translation, ribosomal structure and biogenesis",P21467,Op5 +BSU_01340,rpmD,AL009126.3,BSU01340,143875,144054,+,ribosomal protein L30 (BL27),"Translation, ribosomal structure and biogenesis",P19947,Op5 +BSU_01350,rplO,AL009126.3,BSU01350,144085,144525,+,ribosomal protein L15,"Translation, ribosomal structure and biogenesis",P19946,Op5 +BSU_01360,secY,AL009126.3,BSU01360,144527,145822,+,preprotein translocase subunit,"Intracellular trafficking, secretion, and vesicular transport",P16336,Op5 +BSU_01370,adk,AL009126.3,BSU01370,145877,146530,+,adenylate kinase,Nucleotide transport and metabolism,P16304,Op5 +BSU_01380,mapA,AL009126.3,BSU01380,146527,147273,+,methionine aminopeptidase,Amino acid transport and metabolism,P19994,Op5 +BSU_01389,ybzG,AL009126.3,BSU01389,147312,147536,+,putative ribosome binding protein,"Translation, ribosomal structure and biogenesis",C0H3S8,Op5 +BSU_01390,infA,AL009126.3,BSU01390,147585,147803,+,initiation factor IF-I,"Translation, ribosomal structure and biogenesis",P20458,Op5 +BSU_01400,rpmJ,AL009126.3,BSU01400,147837,147950,+,ribosomal protein L36 (ribosomal protein B),"Translation, ribosomal structure and biogenesis",P20278,Op5 +BSU_01410,rpsM,AL009126.3,BSU01410,147973,148338,+,ribosomal protein S13,"Translation, ribosomal structure and biogenesis",P20282,Op5 +BSU_01420,rpsK,AL009126.3,BSU01420,148359,148754,+,ribosomal protein S11 (BS11),"Translation, ribosomal structure and biogenesis",P04969,Op5 +BSU_01430,rpoA,AL009126.3,BSU01430,148931,149875,+,RNA polymerase (alpha subunit),Transcription,P20429,Op5 +BSU_01440,rplQ,AL009126.3,BSU01440,149953,150315,+,ribosomal protein L17 (BL15),"Translation, ribosomal structure and biogenesis",P20277,Op5 +BSU_01450,ecfA,AL009126.3,BSU01450,150443,151288,+,energizing coupling factor of ABC influx transporter (ATP-binding protein),Inorganic ion transport and metabolism,P40735,Op5 +BSU_01460,ecfAB,AL009126.3,BSU01460,151303,152133,+,energizing coupling factor of ABC influx transporter (ATP-binding protein),Inorganic ion transport and metabolism,P70970,Op5 +BSU_01470,ecfT,AL009126.3,BSU01470,152130,152927,+,component of the influx ECF transporters,Inorganic ion transport and metabolism,P70972,Op5 +BSU_01480,truA,AL009126.3,BSU01480,152937,153680,+,tRNA pseudouridine (38-40) synthase,"Translation, ribosomal structure and biogenesis",P70973,Op5 +BSU_01490,rplM,AL009126.3,BSU01490,153842,154279,+,ribosomal protein L13,"Translation, ribosomal structure and biogenesis",P70974,Op5 +BSU_01500,rpsI,AL009126.3,BSU01500,154300,154692,+,ribosomal protein S9,"Translation, ribosomal structure and biogenesis",P21470,Op5 +BSU_01510,ybaJ,AL009126.3,BSU01510,155156,155923,+,putative methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",P70976,Op5 +BSU_01520,ybaK,AL009126.3,BSU01520,156109,156552,+,conserved protein of unknown function,Function unknown,P50862,Op38 +BSU_01530,cwlD,AL009126.3,BSU01530,156612,157325,+,N-acetylmuramoyl-L-alanine amidase,Cell wall/membrane/envelope biogenesis,P50864,Op38 +BSU_01540,salA,AL009126.3,BSU01540,157421,158479,+,phosphorylation-dependent (Y327) transcriptional regulator,"Cell cycle control, cell division, chromosome partitioning",P50863,Op5 +BSU_01550,gerD,AL009126.3,BSU01550,158515,159072,-,lipoprotein factor mediating clustering of germination proteins,No COG annotation,P16450,Op39 +BSU_01560,kbaA,AL009126.3,BSU01560,159182,159778,+,inner membrane protein involved in activation of the KinB signaling pathway to sporulation,Function unknown,P16449,Op40 +BSU_01570,pdaB,AL009126.3,BSU01570,159779,160543,-,polysaccharide deacetylase involved in sporulation,Carbohydrate transport and metabolism,P50865,Op41 +BSU_01580,ybaR,AL009126.3,BSU01580,177083,178519,+,putative permease,Inorganic ion transport and metabolism,P55189,Op5 +BSU_01590,ybaS,AL009126.3,BSU01590,178665,179585,+,putative sodium dependent transporter,Function unknown,P55190,Op5 +BSU_01600,eesA,AL009126.3,BSU01600,179595,180347,-,iron-chelator (enterobactin family) esterase,Function unknown,P55192,Op42 +BSU_01610,feuC,AL009126.3,BSU01610,180344,181354,-,iron-uptake protein,Inorganic ion transport and metabolism,P40411,Op42 +BSU_01620,feuB,AL009126.3,BSU01620,181347,182351,-,ferri-bacillibactin permease,Inorganic ion transport and metabolism,P40410,Op42 +BSU_01630,feuA,AL009126.3,BSU01630,182370,183323,-,ferri-bacillibactin-binding lipoprotein,Inorganic ion transport and metabolism,P40409,Op42 +BSU_01640,btr,AL009126.3,BSU01640,183414,185003,-,transcriptional activator (AraC/XylS family) of synthesis and uptake of the siderophore bacillibactin,Transcription,P40408,Op43 +BSU_01650,ybbC,AL009126.3,BSU01650,185194,186438,-,conserved protein of unknown function,Function unknown,P40407,Op44 +BSU_01660,nagZ,AL009126.3,BSU01660,186452,188380,-,N-acetylglucosaminidase lipoprotein,Carbohydrate transport and metabolism,P40406,Op44 +BSU_01670,amiE,AL009126.3,BSU01670,188408,189733,-,amidase hydrolyzing N-acetylmuramyl-L-Ala bond of MurNAc peptides,Defense mechanisms,O05213,Op44 +BSU_01680,murP,AL009126.3,BSU01680,189790,191157,-,N-acetylmuramic acid PTS permease-MurP subunit,Carbohydrate transport and metabolism,Q797S1,Op5 +BSU_01690,murR,AL009126.3,BSU01690,191183,192034,-,transcriptional regulator MurR-N-acetylmuramic acid,Transcription,Q45581,Op5 +BSU_01700,murQ,AL009126.3,BSU01700,192051,192965,-,D-lactyl ether N-acetylmuramic-6-phosphate acid etherase,Carbohydrate transport and metabolism,Q45582,Op5 +BSU_01710,ybbJ,AL009126.3,BSU01710,193075,193557,-,putative acyltransferase,"Translation, ribosomal structure and biogenesis",Q45583,Op5 +BSU_01720,ybbK,AL009126.3,BSU01720,193570,194025,-,conserved protein of unknown function,Function unknown,Q45584,Op5 +BSU_01730,sigW,AL009126.3,BSU01730,194849,195412,+,RNA polymerase ECF(extracytoplasmic function)-type sigma factor W,Transcription,Q45585,Op45 +BSU_01740,rsiW,AL009126.3,BSU01740,195426,196052,+,anti-sigma(W) factor,Transcription,Q45588,Op45 +BSU_01750,cdaA,AL009126.3,BSU01750,196213,197034,+,diadenylate cyclase,Function unknown,Q45589,Op46 +BSU_01760,cdaR,AL009126.3,BSU01760,197027,198478,+,regulator of diadenylate cyclase activity,Function unknown,O34659,Op46 +BSU_01770,glmM,AL009126.3,BSU01770,198497,199843,+,phosphoglucosamine mutase,Carbohydrate transport and metabolism,O34824,Op46 +BSU_01780,glmS,AL009126.3,BSU01780,200277,202079,+,L-glutamine-D-fructose-6-phosphate amidotransferase,Cell wall/membrane/envelope biogenesis,P0CI73,Op47 +BSU_01790,ybbU,AL009126.3,BSU01790,202126,202266,+,hypothetical protein,No COG annotation,A0A2K4Z9G0,Op48 +BSU_01800,alkA,AL009126.3,BSU01800,202547,203458,-,DNA-3-methyladenine glycosylase%3B prophage 1 region,"Replication, recombination and repair",P37878,Op49 +BSU_01810,adaA,AL009126.3,BSU01810,203729,204364,+,methylphosphotriester-DNA alkyltransferase and transcriptional regulator (AraC/XylS family),Transcription,P19219,Op50 +BSU_01820,adaB,AL009126.3,BSU01820,204351,204890,+,O6-methylguanine-DNA methyltransferase%3B prophage 1 region,"Replication, recombination and repair",P19220,Op50 +BSU_01830,ndhF,AL009126.3,BSU01830,205409,206926,+,putative NADH dehydrogenase%3B prophage 1 region,Energy production and conversion,P39755,Op5 +BSU_01845,ybcC,AL009126.3,BSU01845,206941,209556,+,conserved transmembrane protein coupled to NADH-ubiquinone oxidoreductase chain 5 homolog%3B prophage 1 region,Function unknown,O34688,Op5 +BSU_01860,ybcF,AL009126.3,BSU01860,209633,210160,+,putative enzyme%3B prophage 1 region,Inorganic ion transport and metabolism,O34823,Op5 +BSU_01870,ybcH,AL009126.3,BSU01870,210224,210514,+,conserved protein of unknown function%3B prophage 1 region,No COG annotation,O34795,Op5 +BSU_01880,ybcI,AL009126.3,BSU01880,210572,210946,+,conserved hypothetical protein%3B prophage 1 region,Function unknown,O34380,Op5 +BSU_01889,ybzH,AL009126.3,BSU01889,211429,211731,+,putative transcriptional regulator (ArsR family)%3B prophage 1 region,Transcription,C0H3S9,Op5 +BSU_01890,ybcL,AL009126.3,BSU01890,211859,213031,+,putative efflux transporter%3B prophage 1 region,Amino acid transport and metabolism,O34663,Op51 +BSU_01900,ybcM,AL009126.3,BSU01900,213155,213469,+,putative enzyme,Cell wall/membrane/envelope biogenesis,O31421,Op5 +BSU_01910,skfA,AL009126.3,BSU01910,213941,214108,+,sporulation killing factor A,No COG annotation,O31422,Op52 +BSU_01920,skfB,AL009126.3,BSU01920,214175,215407,+,synthesis of sporulation killing factor A,"Translation, ribosomal structure and biogenesis",O31423,Op52 +BSU_01935,skfC,AL009126.3,BSU01935,215404,216894,+,sporulation killing factor biosynthesis and export,Defense mechanisms,O31425,Op52 +BSU_01950,skfE,AL009126.3,BSU01950,216913,217632,+,sporulation killing factor biosynthesis and export%3B ABC transporter (binding protein),Defense mechanisms,O31427,Op52 +BSU_01960,skfF,AL009126.3,BSU01960,217697,219040,+,sporulation killing factor biosynthesis and export%3B ABC transporter (permease),Function unknown,O31428,Op52 +BSU_01970,skfG,AL009126.3,BSU01970,219087,219602,+,sporulation killing factor biosynthesis and export,Energy production and conversion,O31429,Op52 +BSU_01980,skfH,AL009126.3,BSU01980,219607,220032,+,sibling killing effect%3B sporulation killing factor biosynthesis and export,Energy production and conversion,O31430,Op52 +BSU_01990,ybdG,AL009126.3,BSU01990,220279,221256,+,putative hydrolase/transferase,Function unknown,O31431,Op5 +BSU_02000,ybdJ,AL009126.3,BSU02000,221258,221929,+,two-component system response regulator [YbdK],Signal transduction mechanisms,O31432,Op5 +BSU_02010,ybdK,AL009126.3,BSU02010,221950,222912,+,two-component system sensor histidine kinase [YbdJ],Signal transduction mechanisms,O31433,Op53 +BSU_02019,ybzI,AL009126.3,BSU02019,222971,223234,+,conserved protein of unknown function,No COG annotation,C0H3T1,Op5 +BSU_02030,ybdM,AL009126.3,BSU02030,223219,223989,-,putative protein kinase,Transcription,O31435,Op54 +BSU_02040,ybdN,AL009126.3,BSU02040,224075,224932,-,putative phage protein%3B prophage region 1,No COG annotation,O31436,Op5 +BSU_02050,ybdO,AL009126.3,BSU02050,225064,226248,+,putative phage protein%3B prophage region 1,Function unknown,O31437,Op55 +BSU_02060,ybxG,AL009126.3,BSU02060,226566,227954,+,putative amino acid permease,Amino acid transport and metabolism,P54425,Op56 +BSU_02070,csgA,AL009126.3,BSU02070,228066,228314,+,sporulation-specific SASP protein,Function unknown,P54379,Op57 +BSU_02080,ybxH,AL009126.3,BSU02080,228331,228522,+,conserved protein of unknown function,Function unknown,P54426,Op57 +BSU_02090,ybxI,AL009126.3,BSU02090,228549,229352,-,exported beta-lactamase,Defense mechanisms,P54427,Op58 +BSU_02100,cypC,AL009126.3,BSU02100,229525,230778,+,fatty acid beta-hydroxylating cytochrome P450,"Secondary metabolites biosynthesis, transport, and catabolism",O31440,Op59 +BSU_02110,ybyB,AL009126.3,BSU02110,230819,231079,-,conserved protein of unknown function,No COG annotation,O31441,Op60 +BSU_02120,ybeC,AL009126.3,BSU02120,231348,232967,+,putative H+/amino acid transporter,Amino acid transport and metabolism,Q45577,Op61 +BSU_02130,glpQA,AL009126.3,BSU02130,233014,233895,-,secreted glycerophosphoryl diester phosphodiesterase,Energy production and conversion,P37965,Op62 +BSU_02140,glpT,AL009126.3,BSU02140,233994,235328,-,sn-glycerol-3-phosphate permease,Carbohydrate transport and metabolism,P37948,Op62 +BSU_02150,ybeF,AL009126.3,BSU02150,235625,235873,+,conserved protein of unknown function,Function unknown,O31442,Op5 +BSU_02160,ybfA,AL009126.3,BSU02160,235965,236882,+,putative transcriptional regulator with acetyltransferase domain,Transcription,O31443,Op5 +BSU_02170,ybfB,AL009126.3,BSU02170,236879,238129,+,putative carboxylate transporter,Carbohydrate transport and metabolism,O31444,Op5 +BSU_02180,ybfEc,AL009126.3,,238164,238448,-,conserved protein of unknown function (C-terminal end),No COG annotation,,Op5 +BSU_02181,ybfEn,AL009126.3,,238354,238476,-,conserved protein of unknown function YbfE (N-terminal fragment),No COG annotation,,Op63 +BSU_02190,ybfF,AL009126.3,BSU02190,238644,239555,-,conserved protein of unknown function,No COG annotation,O31446,Op5 +BSU_02200,ybfG,AL009126.3,BSU02200,239644,241842,-,putative pepdidoglycan binding protein,Cell wall/membrane/envelope biogenesis,O31447,Op5 +BSU_02210,ybfH,AL009126.3,BSU02210,241917,242837,-,putative permease,Amino acid transport and metabolism,O31448,Op5 +BSU_02220,ybfI,AL009126.3,BSU02220,242834,243661,-,putative transcriptional regulator (AraC/XylS family%2C cupin family),Transcription,O31449,Op5 +BSU_02230,purT,AL009126.3,BSU02230,243892,245046,+,phosphoribosylglycinamide formyltransferase 2,Nucleotide transport and metabolism,P39771,Op64 +BSU_02240,mpr,AL009126.3,BSU02240,245190,246131,+,extracellular glutamyl-endopeptidase,Cell wall/membrane/envelope biogenesis,P39790,Op65 +BSU_02250,ybfJ,AL009126.3,BSU02250,246094,246492,+,putative lipoprotein,No COG annotation,O31451,Op5 +BSU_02260,cesB,AL009126.3,BSU02260,246658,247548,+,enantioselective carboxylesterase,Function unknown,O31452,Op5 +BSU_02270,pssA,AL009126.3,BSU02270,247744,248277,+,phosphatidylserine synthase,Lipid transport and metabolism,P39823,Op66 +BSU_02280,ybfM,AL009126.3,BSU02280,248268,248756,+,putative membrane phosphatase,Function unknown,O31453,Op66 +BSU_02290,psd,AL009126.3,BSU02290,248749,249540,+,phosphatidylserine decarboxylase%3B 32 kDa precursor processed into a 29 kDa protein,Lipid transport and metabolism,P39822,Op66 +BSU_02300,ybfN,AL009126.3,BSU02300,249595,249873,+,conserved protein of unknown function,No COG annotation,O31454,Op5 +BSU_02310,ybfO,AL009126.3,BSU02310,249979,251319,+,putative exported hydrolase,Function unknown,O31455,Op67 +BSU_02320,ybfP,AL009126.3,BSU02320,251427,252314,+,putative transcriptional regulator (AraC/XylS family),Transcription,O31456,Op5 +BSU_02330,ybfQ,AL009126.3,BSU02330,252514,253482,+,putative enzyme with rhodanese domain,Function unknown,O31457,Op5 +BSU_02340,gltP,AL009126.3,BSU02340,253518,254762,-,proton/glutamate symport protein,Energy production and conversion,P39817,Op5 +BSU_02350,gamP,AL009126.3,BSU02350,254907,256802,-,phosphotransferase system (PTS) glucosamine-specific enzyme IICBA component,Carbohydrate transport and metabolism,P39816,Op68 +BSU_02360,gamA,AL009126.3,BSU02360,256823,257572,-,glucosamine-6-phosphate deaminase,Carbohydrate transport and metabolism,O31458,Op68 +BSU_02370,gamR,AL009126.3,BSU02370,257791,258498,+,transcriptional regulator-GlcN6P (GntR family),Transcription,O31459,Op69 +BSU_02380,ybgB,AL009126.3,BSU02380,258532,258807,+,conserved protein of unknown function (B. subtilis-specific),No COG annotation,O31460,Op69 +BSU_02390,ilvE,AL009126.3,BSU02390,259016,260086,+,isoleucine-valine aminotransferase / aromatic amino acid aminotransferase,Amino acid transport and metabolism,O31461,Op70 +BSU_02400,ybgF,AL009126.3,BSU02400,260123,261535,-,putative aminoacid permease,Amino acid transport and metabolism,O31462,Op5 +BSU_02410,ybgG,AL009126.3,BSU02410,261656,262603,-,homocysteine methylase using (R%2CS)AdoMet,Coenzyme transport and metabolism,O31463,Op71 +BSU_02420,glnT,AL009126.3,BSU02420,262732,264168,-,glutamine transporter,Amino acid transport and metabolism,O31464,Op72 +BSU_02430,glsA,AL009126.3,BSU02430,264191,265174,-,glutaminase,Amino acid transport and metabolism,O31465,Op72 +BSU_02440,glnJ,AL009126.3,BSU02440,265476,266708,+,two-component sensor histidine kinase [GlnL] for glutamine degradation,Signal transduction mechanisms,P40758,Op5 +BSU_02450,glnL,AL009126.3,BSU02450,266719,267663,+,two-component response regulator [GlnJ] for glutamine utilisation,Signal transduction mechanisms,P40759,Op5 +BSU_02460,kdgD,AL009126.3,BSU02460,267890,268816,+,5-dehydro-4-deoxyglucarate dehydratase,Amino acid transport and metabolism,P42235,Op73 +BSU_02470,gucD,AL009126.3,BSU02470,268846,270312,+,2%2C5-dioxovalerate dehydrogenase (alpha-ketoglutaric semialdehyde dehydrogenase),Energy production and conversion,P42236,Op73 +BSU_02480,gudP,AL009126.3,BSU02480,270396,271763,+,glucarate transporter,Carbohydrate transport and metabolism,P42237,Op73 +BSU_02490,gudD,AL009126.3,BSU02490,271800,273167,+,glucarate dehydratase,Cell wall/membrane/envelope biogenesis,P42238,Op73 +BSU_02500,garR,AL009126.3,BSU02500,273237,273938,+,transcriptional regulator (GntR family),Transcription,P42239,Op73 +BSU_02510,garD,AL009126.3,BSU02510,274029,275561,+,D-galactarate dehydratase,Carbohydrate transport and metabolism,P42240,Op73 +BSU_02520,ycbJ,AL009126.3,BSU02520,275838,276758,+,putative phosphotransferase,Function unknown,P42242,Op73 +BSU_02530,rtpA,AL009126.3,BSU02530,277160,277321,+,anti-TRAP regulator,Transcription,O31466,Op74 +BSU_02540,ycbK,AL009126.3,BSU02540,277342,278280,+,putative tryptophan or indole exporter,Amino acid transport and metabolism,P42243,Op74 +BSU_02550,ycbL,AL009126.3,BSU02550,278377,279057,+,two-component response regulator [YcbM],Signal transduction mechanisms,P42244,Op75 +BSU_02560,ycbM,AL009126.3,BSU02560,279059,279994,+,two-component sensor histidine kinase [YcbL],Signal transduction mechanisms,P42245,Op75 +BSU_02570,ycbN,AL009126.3,BSU02570,280086,281009,+,putative ABC efflux transporter (ATP-binding protein),Defense mechanisms,P42246,Op5 +BSU_02580,ycbO,AL009126.3,BSU02580,281028,281714,+,putative Na+-driven exporter,Function unknown,P42247,Op5 +BSU_02585,BSU_02585,AL009126.3,BSU02585,281675,281809,-,hypothetical protein,No COG annotation,A0A2K4Z9H7,Op76 +BSU_02590,ycbP,AL009126.3,BSU02590,281769,282155,-,putative inner integral membrane protein,Function unknown,P42248,Op77 +BSU_02600,cwlJ,AL009126.3,BSU02600,282469,282897,+,spore cortex cell wall hydrolase,Cell wall/membrane/envelope biogenesis,P42249,Op78 +BSU_02610,ycbR,AL009126.3,BSU02610,283003,283734,+,conserved protein of unknown function,Signal transduction mechanisms,P42250,Op79 +BSU_02619,yczK,AL009126.3,BSU02619,283816,283992,+,conserved protein of unknown function,No COG annotation,C0H3T2,Op5 +BSU_02620,phoD,AL009126.3,BSU02620,284011,285762,+,secreted phosphodiesterase (endo-hydrolysis at non-specific sites throughout the cell wall teichoic acid polymer),Inorganic ion transport and metabolism,P42251,Op80 +BSU_02630,tatAD,AL009126.3,BSU02630,285775,285987,+,component of the twin-arginine pre-protein translocation pathway,"Intracellular trafficking, secretion, and vesicular transport",O31467,Op5 +BSU_02640,tatCD,AL009126.3,BSU02640,286048,286776,+,component of the twin-arginine pre-protein translocation pathway,"Intracellular trafficking, secretion, and vesicular transport",P42252,Op5 +BSU_02650,pcp,AL009126.3,BSU02650,286773,287420,-,pyrrolidone-carboxylate (pyroglutamate) peptidase,"Post-translational modification, protein turnover, and chaperones",P28618,Op81 +BSU_02660,ycbU,AL009126.3,BSU02660,287499,288611,+,putative lyase (PLP-dependent),Amino acid transport and metabolism,P42253,Op82 +BSU_02670,lmrB,AL009126.3,BSU02670,288653,290092,-,flavonoid efflux transporter%3B drug-export protein,Amino acid transport and metabolism,O35018,Op83 +BSU_02680,lmrA,AL009126.3,BSU02680,290132,290698,-,transcriptional repressor of lmrAB and yxaGH operons (flavonoid and antibiotic resistance),Transcription,O34619,Op83 +BSU_02690,ansZ,AL009126.3,BSU02690,290915,292042,+,L-asparaginase 2 (putative lipoprotein),Amino acid transport and metabolism,O34482,Op84 +BSU_02700,estA,AL009126.3,BSU02700,292205,292843,+,secreted alkaliphilic lipase,Function unknown,P37957,Op85 +BSU_02710,yczC,AL009126.3,BSU02710,292881,293264,-,putative integral membrane protein of unknown function,Function unknown,O31469,Op86 +BSU_02720,yccF,AL009126.3,BSU02720,293499,294575,+,conserved protein of unknown function,Transcription,O34478,Op87 +BSU_02730,natK,AL009126.3,BSU02730,294615,295571,-,two-component sensor histidine kinase [NatR],Signal transduction mechanisms,P70954,Op88 +BSU_02740,natR,AL009126.3,BSU02740,295584,296285,-,two-component response regulator [NatK],Signal transduction mechanisms,P70955,Op89 +BSU_02750,natA,AL009126.3,BSU02750,296429,297169,+,Na+ ABC efflux transporter (ATP-binding protein),Energy production and conversion,P46903,Op90 +BSU_02760,natB,AL009126.3,BSU02760,297170,298330,+,Na+ ABC efflux transporter (permease),Energy production and conversion,P46904,Op90 +BSU_02770,yccK,AL009126.3,BSU02770,298466,299398,+,putative ion channel associated aldo-keto reductase,Energy production and conversion,P46905,Op91 +BSU_02780,ycdA,AL009126.3,BSU02780,299438,300502,-,lipoprotein involved in swarming behaviour,Function unknown,O34538,Op92 +BSU_02785,BSU_02785,AL009126.3,BSU02785,300525,300656,-,hypothetical protein,No COG annotation,A0A2K4Z9F5,Op93 +BSU_02790,ycdB,AL009126.3,BSU02790,300830,302248,+,conserved protein of unknown function,Transcription,O34621,Op94 +BSU_02800,ycdC,AL009126.3,BSU02800,302435,303796,+,conserved protein of unknown function,Transcription,O34772,Op5 +BSU_02810,cwlK,AL009126.3,BSU02810,303804,304307,-,murein L%2CD:-endopeptidase,Cell wall/membrane/envelope biogenesis,O34360,Op95 +BSU_02820,rapJ,AL009126.3,BSU02820,304430,305551,+,response regulator aspartate phosphatase,Function unknown,O34327,Op96 +BSU_02830,ycdF,AL009126.3,BSU02830,305658,306434,+,putative oxidoreductase,Lipid transport and metabolism,P80869,Op97 +BSU_02840,ycdG,AL009126.3,BSU02840,306459,308144,+,putative oligo-carbohydrate hydrolase,Carbohydrate transport and metabolism,O34364,Op97 +BSU_02850,znuA,AL009126.3,BSU02850,308332,309291,+,Zn(II)-binding lipoprotein,Inorganic ion transport and metabolism,O34966,Op98 +BSU_02860,znuC,AL009126.3,BSU02860,309347,310042,+,Zn(II) transporter (ATP-binding protein),Inorganic ion transport and metabolism,O34946,Op98 +BSU_02870,znuB,AL009126.3,BSU02870,310000,310842,+,high affinity Zn(II) ABC transporter (permease),Inorganic ion transport and metabolism,O34610,Op98 +BSU_02880,yceB,AL009126.3,BSU02880,310880,311875,-,putative luciferase-like monooxygenase,Energy production and conversion,O34504,Op99 +BSU_02890,yceC,AL009126.3,BSU02890,312159,312758,+,putative stress adaptation protein (tellurite resistance),Signal transduction mechanisms,P81100,Op100 +BSU_02900,yceD,AL009126.3,BSU02900,312780,313361,+,putative stress adaptation protein (tellurite resistance),Signal transduction mechanisms,P80875,Op100 +BSU_02910,yceE,AL009126.3,BSU02910,313396,313974,+,putative stress adaptation protein (tellurite resistance),Signal transduction mechanisms,O34384,Op100 +BSU_02920,yceF,AL009126.3,BSU02920,314025,314798,+,putative stress adaptation transporter (tellurite resistance),Inorganic ion transport and metabolism,O34447,Op100 +BSU_02930,yceG,AL009126.3,BSU02930,314883,316496,+,putative toxic compound adaptation protein (tellurite resistance),Function unknown,O34809,Op100 +BSU_02940,yceH,AL009126.3,BSU02940,316512,317603,+,putative reactive oxygen species resistance protein,Inorganic ion transport and metabolism,O34833,Op100 +BSU_02950,niaP,AL009126.3,BSU02950,317725,318927,+,niacin permease,Inorganic ion transport and metabolism,O34691,Op5 +BSU_02960,yceJ,AL009126.3,BSU02960,319180,320352,-,putative carbohydrate transporter (possibly exporter),Amino acid transport and metabolism,O34724,Op5 +BSU_02970,yceK,AL009126.3,BSU02970,320421,320723,-,putative transcriptional regulator (ArsR family),Transcription,O34464,Op101 +BSU_02980,opuAA,AL009126.3,BSU02980,321013,322269,+,L-proline betaine and betonicine ABC transporter (ATP-binding protein),Amino acid transport and metabolism,P46920,Op102 +BSU_02990,opuAB,AL009126.3,BSU02990,322271,323119,+,L-proline betaine and betonicine ABC transporter (permease),Inorganic ion transport and metabolism,P46921,Op102 +BSU_03000,opuAC,AL009126.3,BSU03000,323119,324000,+,L-proline betaine and betonicine ABC transporter ABC transporter (glycine betaine-binding lipoprotein),Amino acid transport and metabolism,P46922,Op102 +BSU_03010,amhX,AL009126.3,BSU03010,324038,325189,-,putative amidohydrolase,Function unknown,P54983,Op103 +BSU_03020,ycgA,AL009126.3,BSU03020,325339,326772,+,putative branched chain amino acid permease,Function unknown,P55908,Op104 +BSU_03030,ycgB,AL009126.3,BSU03030,326888,327469,+,putative integral inner membrane protein of unknown function,No COG annotation,P55909,Op105 +BSU_03040,amyE,AL009126.3,BSU03040,327618,329597,+,alpha-amylase,Carbohydrate transport and metabolism,P00691,Op106 +BSU_03050,lctE,AL009126.3,BSU03050,329774,330739,+,L-lactate dehydrogenase,Energy production and conversion,P13714,Op107 +BSU_03060,lctP,AL009126.3,BSU03060,330771,332396,+,L-lactate permease,Energy production and conversion,P55910,Op107 +BSU_03070,mdr,AL009126.3,BSU03070,332441,333979,-,multidrug-efflux transporter,Amino acid transport and metabolism,P96712,Op108 +BSU_03080,ycgE,AL009126.3,BSU03080,334092,334556,+,putative transcriptional regulator,Transcription,O31472,Op5 +BSU_03090,ycgF,AL009126.3,BSU03090,334630,335259,+,putative aminoacid export permease,Amino acid transport and metabolism,P94381,Op109 +BSU_03100,ycgG,AL009126.3,BSU03100,335329,336090,+,conserved protein of unknown function (similar to phage protein),Function unknown,P94382,Op109 +BSU_03110,ycgH,AL009126.3,BSU03110,336092,337432,-,putative amino acid transporter,Amino acid transport and metabolism,P94383,Op110 +BSU_03120,ycgI,AL009126.3,BSU03120,337562,338158,+,xenotiotic metabolite methyltransferase,Function unknown,O31473,Op111 +BSU_03130,nadE,AL009126.3,BSU03130,338288,339106,+,ammonium-dependent NAD+ synthetase,Coenzyme transport and metabolism,P08164,Op112 +BSU_03140,tmrB,AL009126.3,BSU03140,339156,339749,-,ATP-binding tunicamycin resistance protein,Function unknown,P12921,Op113 +BSU_03150,aroK,AL009126.3,BSU03150,340025,340585,+,shikimate kinase,Nucleotide transport and metabolism,P37944,Op114 +BSU_03160,ycgJ,AL009126.3,BSU03160,340613,341374,-,xenotiotic metabolite methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",O31474,Op115 +BSU_03170,ycgK,AL009126.3,BSU03170,341492,342466,+,putative transcriptional regulator (LysR family),Transcription,P94387,Op5 +BSU_03180,cah,AL009126.3,BSU03180,342538,343494,+,promiscuous acetyl xylan esterase-cephalosporin C deacetylase,"Secondary metabolites biosynthesis, transport, and catabolism",P94388,Op116 +BSU_03190,ycgL,AL009126.3,BSU03190,343578,344360,+,conserved protein of unknown function,Function unknown,P94389,Op5 +BSU_03200,putB,AL009126.3,BSU03200,344551,345462,+,proline oxidase,Amino acid transport and metabolism,P94390,Op117 +BSU_03210,putC,AL009126.3,BSU03210,345479,347026,+,1-pyrroline-5-carboxylate dehydrogenase,Energy production and conversion,P94391,Op117 +BSU_03220,putP,AL009126.3,BSU03220,347150,348571,+,proline permease,Amino acid transport and metabolism,P94392,Op117 +BSU_03230,putR,AL009126.3,BSU03230,348724,349959,+,transcriptional activator of proline degradation operon,"Secondary metabolites biosynthesis, transport, and catabolism",P94393,Op118 +BSU_03240,ycgQ,AL009126.3,BSU03240,349996,350853,-,conserved protein of unknown function,Function unknown,P94394,Op5 +BSU_03250,ycgR,AL009126.3,BSU03250,350858,351742,-,putative permease,Function unknown,P94395,Op5 +BSU_03260,ycgS,AL009126.3,BSU03260,351842,352696,-,putative aromatic hydrocarbon hydrolase,Lipid transport and metabolism,P94396,Op5 +BSU_03270,ffoR,AL009126.3,BSU03270,352858,353868,+,Fur-regulated NADPH:ferredoxin oxidoreductase,Energy production and conversion,O31475,Op119 +BSU_03280,nasF,AL009126.3,BSU03280,353900,355351,-,uroporphyrin-III C-methyltransferase,Coenzyme transport and metabolism,P42437,Op120 +BSU_03290,nasE,AL009126.3,BSU03290,355412,355732,-,assimilatory nitrite reductase subunit,Inorganic ion transport and metabolism,P42436,Op120 +BSU_03300,nasD,AL009126.3,BSU03300,355764,358181,-,assimilatory nitrite reductase subunit,Energy production and conversion,P42435,Op120 +BSU_03310,nasC,AL009126.3,BSU03310,358303,360435,-,assimilatory nitrate reductase (catalytic subunit),Energy production and conversion,P42434,Op120 +BSU_03320,nasB,AL009126.3,BSU03320,360442,362757,-,assimilatory nitrate reductase (electron transfer subunit NasB),Energy production and conversion,P42433,Op120 +BSU_03330,nasA,AL009126.3,BSU03330,362937,364142,+,putative nitrate transporter,Inorganic ion transport and metabolism,P42432,Op121 +BSU_03340,folEB,AL009126.3,BSU03340,364259,365173,+,GTP cyclohydrolase I,Function unknown,P94398,Op122 +BSU_03350,yciB,AL009126.3,BSU03350,365170,365754,+,putative Zn(2+)-dependent division lipoprotein (schizosome),Cell wall/membrane/envelope biogenesis,C0SP99,Op122 +BSU_03359,yczL,AL009126.3,BSU03359,365850,366035,+,hypothetical protein,No COG annotation,C0H3U7,Op122 +BSU_03360,zinU,AL009126.3,BSU03360,366063,367256,+,zinc metallochaperone with NTPase activity,Function unknown,P94400,Op122 +BSU_03370,yckA,AL009126.3,BSU03370,367305,367985,-,aminoacid ABC transporter (permease subunit),Inorganic ion transport and metabolism,P42399,Op5 +BSU_03380,yckB,AL009126.3,BSU03380,367995,368858,-,amino acid ABC transporter (binding lipoprotein subunit),Amino acid transport and metabolism,P42400,Op5 +BSU_03385,BSU_03385,AL009126.3,BSU03385,369020,369217,+,hypothetical protein,No COG annotation,A0A2K4Z9F2,Op123 +BSU_03390,yckC,AL009126.3,BSU03390,369236,369691,+,conserved integral membrane protein of unknown function,Function unknown,P42401,Op124 +BSU_03400,yckD,AL009126.3,BSU03400,369773,370105,+,putative exported protein,Function unknown,P42402,Op125 +BSU_03410,bglC,AL009126.3,BSU03410,370259,371692,+,aryl-phospho-beta-d-glucosidase,Carbohydrate transport and metabolism,P42403,Op126 +BSU_03420,nin,AL009126.3,BSU03420,371729,372127,-,inhibitor of the DNA degrading activity of NucA (competence),Function unknown,P12669,Op127 +BSU_03430,nucA,AL009126.3,BSU03430,372154,372603,-,endonuclease,Cell wall/membrane/envelope biogenesis,,Op127 +BSU_03440,tlpC,AL009126.3,BSU03440,372771,374492,-,methyl-accepting chemotaxis protein (plant colonization),Cell motility,P39209,Op128 +BSU_03450,hxlB,AL009126.3,BSU03450,374603,375160,-,6-phospho-3-hexuloisomerase (PHI),Carbohydrate transport and metabolism,P42404,Op129 +BSU_03460,hxlA,AL009126.3,BSU03460,375166,375798,-,3-hexulose-6-phosphate synthase (HPS),Carbohydrate transport and metabolism,P42405,Op129 +BSU_03470,hxlR,AL009126.3,BSU03470,376032,376394,+,positive regulator of hxlAB expression (formaldehyde sensing),Transcription,P42406,Op130 +BSU_03480,srfAA,AL009126.3,BSU03480,376968,387731,+,surfactin synthetase,"Secondary metabolites biosynthesis, transport, and catabolism",P27206,Op131 +BSU_03490,srfAB,AL009126.3,BSU03490,387744,398495,+,surfactin synthetase,"Secondary metabolites biosynthesis, transport, and catabolism",Q04747,Op131 +BSU_03500,comS,AL009126.3,BSU03500,390880,391020,+,regulator of genetic competence,No COG annotation,P80355,Op131 +BSU_03510,srfAC,AL009126.3,BSU03510,398532,402359,+,surfactin synthetase,"Secondary metabolites biosynthesis, transport, and catabolism",Q08787,Op131 +BSU_03520,srfAD,AL009126.3,BSU03520,402388,403116,+,surfactin synthetase,"Secondary metabolites biosynthesis, transport, and catabolism",Q08788,Op131 +BSU_03530,srfT,AL009126.3,BSU03530,403217,404443,+,surfactin exporter,Amino acid transport and metabolism,Q08791,Op132 +BSU_03540,ycxB,AL009126.3,BSU03540,404458,405015,-,hypothetical protein,Function unknown,Q08793,Op133 +BSU_03550,ycxC,AL009126.3,BSU03550,405069,406007,-,putative permease,Amino acid transport and metabolism,Q08794,Op133 +BSU_03560,ycxD,AL009126.3,BSU03560,406131,407465,+,putative PLP-dependent transcriptional regulator,Transcription,Q08792,Op134 +BSU_03569,sfpAc,AL009126.3,,407460,407627,-,C-terminal part of 4'-phosphopantetheinyl transferase (Surfactin synthetase-activating enzyme),Coenzyme transport and metabolism,,Op5 +BSU_03570,sfpAn,AL009126.3,,407638,408135,-,N-terminal part of 4'-phosphopantetheinyl transferase (surfactin synthetase-activating enzyme),Coenzyme transport and metabolism,,Op5 +BSU_03580,yczE,AL009126.3,BSU03580,408240,408887,-,integral inner membrane protein regulating antibiotic production,Function unknown,O34927,Op135 +BSU_03590,tcyC,AL009126.3,BSU03590,409208,409951,-,cystine ABC transporter (ATP-binding protein),Amino acid transport and metabolism,P39456,Op136 +BSU_03600,tcyB,AL009126.3,BSU03600,409965,410669,-,cystine ABC transporter (permease),Inorganic ion transport and metabolism,P42200,Op136 +BSU_03610,tcyA,AL009126.3,BSU03610,410656,411462,-,cystine ABC transporter (substrate-binding lipoprotein),Amino acid transport and metabolism,P42199,Op136 +BSU_03620,bsdA,AL009126.3,BSU03620,411578,412450,-,HTH-type transcriptional regulator BsdA (LysR family),Transcription,P94403,Op5 +BSU_03630,ubiX,AL009126.3,BSU03630,412540,413154,+,phenolic acid decarboxylase-flavin prenyltransferase subunit,Coenzyme transport and metabolism,P94404,Op5 +BSU_03640,bsdC,AL009126.3,BSU03640,413157,414578,+,promiscuous phenolic acid decarboxylase subunit%3B 1%2C4-dihydroxy-2-naphtoate-heptaprenyl diphosphate decarboxylase,Coenzyme transport and metabolism,P94405,Op5 +BSU_03651,bsdD,AL009126.3,BSU03651,414595,414822,+,phenolic acid decarboxylase subunit,Function unknown,C0H3U9,Op5 +BSU_03652,yclD,AL009126.3,BSU03652,414819,415283,+,putative FMN-binding enzyme subunit,No COG annotation,C0SPB5,Op5 +BSU_03660,yclE,AL009126.3,BSU03660,415350,416195,+,putative hydrolase,Function unknown,P94407,Op137 +BSU_03670,dtpT,AL009126.3,BSU03670,416235,417713,-,di-tripeptide-proton ABC symporter,Amino acid transport and metabolism,P94408,Op138 +BSU_03680,yclG,AL009126.3,BSU03680,417993,419747,+,putative uronase,Cell wall/membrane/envelope biogenesis,P94409,Op139 +BSU_03690,yczF,AL009126.3,BSU03690,419763,419984,-,conserved protein of unknown function,No COG annotation,O31479,Op140 +BSU_03700,gerKA,AL009126.3,BSU03700,420110,421744,+,spore germination receptor subunit,Amino acid transport and metabolism,P49939,Op141 +BSU_03710,gerKC,AL009126.3,BSU03710,421734,422957,+,spore germination receptor subunit,Function unknown,P49941,Op141 +BSU_03720,gerKB,AL009126.3,BSU03720,422982,424103,+,spore germination receptor subunit,Nucleotide transport and metabolism,P49940,Op141 +BSU_03730,yclH,AL009126.3,BSU03730,424208,424888,-,putative ABC transporter (ATPase component),Inorganic ion transport and metabolism,P94411,Op142 +BSU_03740,yclI,AL009126.3,BSU03740,424904,426364,-,putative transporter,Defense mechanisms,P94412,Op142 +BSU_03750,yclJ,AL009126.3,BSU03750,426577,427260,+,two-component response regulator [YclK] (possibly involved in arabinogalactan metabolism),Signal transduction mechanisms,P94413,Op143 +BSU_03760,yclK,AL009126.3,BSU03760,427247,428668,+,two-component sensor histidine kinase [YclJ],Signal transduction mechanisms,P94414,Op143 +BSU_03770,rapC,AL009126.3,BSU03770,428831,429979,+,response regulator aspartate phosphatase,Function unknown,P94415,Op143 +BSU_03780,phrC,AL009126.3,BSU03780,429963,430085,+,secreted regulator of the activity of phosphatase RapC and competence and sporulation stimulating factor (CSF),No COG annotation,P94416,Op143 +BSU_03788,yczM,AL009126.3,BSU03788,430185,430274,-,putative type I toxin,No COG annotation,C0H3V0,Op5 +BSU_03789,yczN,AL009126.3,BSU03789,430356,430469,-,putative spore and germination protein,No COG annotation,C0H3V1,Op5 +BSU_03790,thrD,AL009126.3,BSU03790,430623,431987,-,aspartate kinase III,Amino acid transport and metabolism,P94417,Op144 +BSU_03800,pbtN,AL009126.3,BSU03800,432372,433322,+,petrobactin iron-siderophore ABC transporter (permease),Inorganic ion transport and metabolism,P94418,Op145 +BSU_03810,pbtO,AL009126.3,BSU03810,433315,434262,+,petrobactin iron-siderophore ABC transporter (permease),Inorganic ion transport and metabolism,P94419,Op145 +BSU_03820,pbtP,AL009126.3,BSU03820,434256,435014,+,petrobactin iron-siderophore ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,P94420,Op145 +BSU_03830,pbtQ,AL009126.3,BSU03830,435036,435989,+,petrobactin iron-siderophore ABC transporter (binding lipoprotein),Inorganic ion transport and metabolism,P94421,Op145 +BSU_03840,ycnB,AL009126.3,BSU03840,436036,437454,-,putative efflux transporter,Amino acid transport and metabolism,P94422,Op146 +BSU_03850,ycnC,AL009126.3,BSU03850,437474,438352,-,putative transcriptional regulator (TetR/AcrR family),Transcription,P94423,Op146 +BSU_03860,nfrAB,AL009126.3,BSU03860,438516,439265,-,NADPH-FMN oxidoreductase (nitroreductase),Energy production and conversion,P94424,Op147 +BSU_03870,ycnE,AL009126.3,BSU03870,439282,439569,-,putative AI-2 degrading enzyme,Function unknown,P94425,Op147 +BSU_03880,yczG,AL009126.3,BSU03880,439709,440023,+,putative transcriptional regulator (ArsR family),Transcription,O31480,Op148 +BSU_03890,gabR,AL009126.3,BSU03890,440025,441464,-,transcriptional regulator (GntR/MocR family) with PLP binding site (GabR-GABA-PLP aldimine),Transcription,P94426,Op149 +BSU_03900,gabT,AL009126.3,BSU03900,441571,442881,+,4-aminobutyrate aminotransferase,Amino acid transport and metabolism,P94427,Op150 +BSU_03910,gabD,AL009126.3,BSU03910,442950,444338,+,succinate-semialdehyde dehydrogenase,Energy production and conversion,P94428,Op150 +BSU_03920,glcU,AL009126.3,BSU03920,444461,445324,+,glucose uptake protein,"Intracellular trafficking, secretion, and vesicular transport",P40420,Op151 +BSU_03930,gdh,AL009126.3,BSU03930,445344,446129,+,forespore glucose 1-dehydrogenase,Lipid transport and metabolism,P12310,Op151 +BSU_03940,cutI,AL009126.3,BSU03940,446174,446788,-,putative membrane protein involved in copper intake,Function unknown,P94431,Op152 +BSU_03950,cutJ,AL009126.3,BSU03950,446801,448426,-,copper import permease subunit,Inorganic ion transport and metabolism,C0SP95,Op152 +BSU_03960,cutR,AL009126.3,BSU03960,448461,449033,-,transcriptional regulator of copper intake (CutR-Cu(+)),Transcription,P94433,Op152 +BSU_03970,ycnL,AL009126.3,BSU03970,449198,449551,+,putative reductase or disulfide isomerase,No COG annotation,P94434,Op153 +BSU_03981,mtlA,AL009126.3,BSU03981,449724,451160,+,phosphotransferase system (PTS) mannitol-specific enzyme IICB component,Carbohydrate transport and metabolism,P42956,Op154 +BSU_03982,mtlF,AL009126.3,BSU03982,451185,451616,+,phosphotransferase system (PTS) mannitol-specific enzyme IIA component,Carbohydrate transport and metabolism,C0H3V2,Op154 +BSU_03990,mtlD,AL009126.3,BSU03990,451618,452739,+,mannitol-1-phosphate 5-dehydrogenase,Carbohydrate transport and metabolism,P42957,Op154 +BSU_04000,ycsA,AL009126.3,BSU04000,452830,453894,+,putative tartrate dehydrogenase,Energy production and conversion,P42958,Op155 +BSU_04010,sipU,AL009126.3,BSU04010,454029,454592,+,type I signal peptidase,"Intracellular trafficking, secretion, and vesicular transport",P42959,Op156 +BSU_04020,yczH,AL009126.3,BSU04020,454652,455260,-,putative hydrolase,"Secondary metabolites biosynthesis, transport, and catabolism",O31482,Op157 +BSU_04030,ycsD,AL009126.3,BSU04030,455346,455738,+,putative hydroxyacyl-(acyl carrier protein) dehydratase,Lipid transport and metabolism,P42961,Op158 +BSU_04039,yczO,AL009126.3,BSU04039,455771,455935,-,conserved protein of unknown function,No COG annotation,C0H3V3,Op159 +BSU_04040,ribZ,AL009126.3,BSU04040,456068,456817,+,5-amino-6-ribitylamino-2%2C4(1H%2C 3H)-pyrimidinedione 5'-phosphate phosphatase / 5' nucleotidase,Function unknown,P42962,Op160 +BSU_04050,pxpA,AL009126.3,BSU04050,457023,457796,+,oxoprolinase subunit A,Function unknown,P42963,Op161 +BSU_04060,pxpG,AL009126.3,BSU04060,457811,459025,+,5-oxoproline transporter,Inorganic ion transport and metabolism,P42964,Op161 +BSU_04070,pxpI,AL009126.3,BSU04070,459049,459822,+,putative D-5-oxoproline epimerase,Function unknown,P42966,Op161 +BSU_04080,pxpB,AL009126.3,BSU04080,459867,460589,+,L-5-oxoprolinase (ATP-dependent) subunit B,Amino acid transport and metabolism,P60495,Op161 +BSU_04090,pxpC,AL009126.3,BSU04090,460592,461599,+,L-5-oxoprolinase (ATP-dependent) subunit C,Amino acid transport and metabolism,Q7WY77,Op161 +BSU_04100,pxpR,AL009126.3,BSU04100,461615,462367,+,transcriptional regulator of the pxp operon (IclR family),Transcription,P42968,Op161 +BSU_04110,lipC,AL009126.3,BSU04110,462431,463072,+,spore coat phospholipase B,Amino acid transport and metabolism,P42969,Op161 +BSU_04120,yczI,AL009126.3,BSU04120,463245,463490,+,conserved protein of unknown function,No COG annotation,P42970,Op162 +BSU_04130,yczJ,AL009126.3,BSU04130,463496,463783,-,conserved protein of unknown function,Function unknown,O31484,Op163 +BSU_04140,pbpC,AL009126.3,BSU04140,463934,465940,+,penicillin-binding lipoprotein 3%3B transpeptidase,Cell wall/membrane/envelope biogenesis,P42971,Op5 +BSU_04150,ycsN,AL009126.3,BSU04150,466042,466944,+,putative oxidoreductase,Function unknown,P42972,Op5 +BSU_04160,mtlR,AL009126.3,BSU04160,467130,469214,+,transcriptional regulator%2C PTS-dependent activator,Transcription,P96574,Op164 +BSU_04170,ydaB,AL009126.3,BSU04170,469426,470937,+,putative acyl-CoA ligase,Lipid transport and metabolism,P96575,Op5 +BSU_04180,ydaC,AL009126.3,BSU04180,470957,471502,-,putative methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",P96576,Op165 +BSU_04190,ydaD,AL009126.3,BSU04190,471709,472569,+,putative dehydrogenase,Lipid transport and metabolism,P80873,Op166 +BSU_04200,lyxE,AL009126.3,BSU04200,472585,473088,+,D-lyxose ketol isomerase,Function unknown,P96578,Op166 +BSU_04210,ydaF,AL009126.3,BSU04210,473174,473725,+,putative ribosomal protein N-acetyltransferase,"Translation, ribosomal structure and biogenesis",P96579,Op166 +BSU_04220,ydaG,AL009126.3,BSU04220,473803,474225,+,putative general stress protein,Function unknown,P80238,Op166 +BSU_04230,amj,AL009126.3,BSU04230,474731,475540,+,lipid II flippase,"Intracellular trafficking, secretion, and vesicular transport",P96581,Op167 +BSU_04240,ydzA,AL009126.3,BSU04240,475584,475874,-,conserved protein of unknown function,Amino acid transport and metabolism,O31485,Op168 +BSU_04250,lrpC,AL009126.3,BSU04250,476059,476493,+,transcriptional regulator (Lrp/AsnC family),Transcription,P96582,Op169 +BSU_04260,topB,AL009126.3,BSU04260,476558,478741,+,DNA topoisomerase III,"Replication, recombination and repair",P96583,Op5 +BSU_04270,epsJ,AL009126.3,BSU04270,478944,480032,+,glycosyl hydrolase lipoprotein,Cell wall/membrane/envelope biogenesis,O31486,Op170 +BSU_04280,epsK,AL009126.3,BSU04280,480013,480864,+,cyclic-di-GMP receptor,Signal transduction mechanisms,P96585,Op170 +BSU_04290,ydaL,AL009126.3,BSU04290,480875,482584,+,conserved protein of unknown function,Function unknown,O31487,Op170 +BSU_04300,ydaM,AL009126.3,BSU04300,482577,483839,+,putative glycosyltransferase associated to biofilm formation,Cell wall/membrane/envelope biogenesis,P96587,Op170 +BSU_04310,ydaN,AL009126.3,BSU04310,483845,485956,+,putative regulator of exopolysaccharide synthesis,Function unknown,O31488,Op170 +BSU_04320,kimA,AL009126.3,BSU04320,486432,488255,+,cyclic di-AMP controlled transporter of potassium,Amino acid transport and metabolism,P96589,Op5 +BSU_04330,nudT,AL009126.3,BSU04330,488314,488763,+,putative NTP pyrophosphohydrolase,"Replication, recombination and repair",P96590,Op5 +BSU_04340,poxB,AL009126.3,BSU04340,488830,490554,+,acetyl-phosphate generating pyruvate oxidase,Amino acid transport and metabolism,P96591,Op171 +BSU_04345,BSU_04345,AL009126.3,BSU04345,490546,490749,-,hypothetical protein,No COG annotation,A0A2K4Z9F4,Op172 +BSU_04359,ydzK,AL009126.3,BSU04359,490777,491043,-,putative membrane protein,No COG annotation,C0H3V4,Op5 +BSU_04360,mntH,AL009126.3,BSU04360,491147,492424,-,proton-coupled manganese transporter,Inorganic ion transport and metabolism,P96593,Op173 +BSU_04370,ydaS,AL009126.3,BSU04370,492654,492911,-,conserved protein of unknown function,Function unknown,P96594,Op174 +BSU_04380,ydaT,AL009126.3,BSU04380,492989,493441,-,conserved protein of unknown function,Function unknown,P96595,Op174 +BSU_04390,ydbA,AL009126.3,BSU04390,493559,494377,+,conserved protein of unknown function,Inorganic ion transport and metabolism,P96596,Op175 +BSU_04400,gsiB,AL009126.3,BSU04400,494506,494877,+,general stress protein glucose starvation induced,Function unknown,P26907,Op176 +BSU_04410,ydbB,AL009126.3,BSU04410,495009,495350,+,putative enzyme%3B cupin family,Carbohydrate transport and metabolism,P96597,Op5 +BSU_04420,ydbC,AL009126.3,BSU04420,495344,495703,+,conserved protein of unknown function,Function unknown,P96598,Op5 +BSU_04430,ydbD,AL009126.3,BSU04430,495740,496561,-,putative manganese-containing catalase,Inorganic ion transport and metabolism,P80878,Op177 +BSU_04440,dctB,AL009126.3,BSU04440,496646,497698,-,membrane bound C4-dicarboxylate binding sensor protein,Carbohydrate transport and metabolism,P96600,Op177 +BSU_04450,dctS,AL009126.3,BSU04450,497768,499375,+,two-component sensor histidine kinase,Signal transduction mechanisms,P96601,Op178 +BSU_04460,dctR,AL009126.3,BSU04460,499365,500045,+,two-component response regulator,Signal transduction mechanisms,P96602,Op178 +BSU_04470,dctP,AL009126.3,BSU04470,500166,501431,+,C4-dicarboxylate transport protein,"Intracellular trafficking, secretion, and vesicular transport",P96603,Op178 +BSU_04480,ydbI,AL009126.3,BSU04480,501579,502631,+,putative integral inner membrane protein,Function unknown,P96604,Op5 +BSU_04490,ydbJ,AL009126.3,BSU04490,502908,503834,+,putative ABC transporter (ATP-binding subunit),Defense mechanisms,P96605,Op5 +BSU_04500,ydbK,AL009126.3,BSU04500,503854,504594,+,putative efflux ABC-transporter (permease subunit),Function unknown,P96606,Op5 +BSU_04510,ydbL,AL009126.3,BSU04510,504689,505024,+,putative glyco-prenyl flippase subunit,No COG annotation,P96607,Op5 +BSU_04520,ydbM,AL009126.3,BSU04520,505152,506297,+,putative acyl-CoA dehydrogenase,Lipid transport and metabolism,P96608,Op179 +BSU_04530,fbpB,AL009126.3,BSU04530,506322,506501,-,regulator of iron homeostasis,Function unknown,P96609,Op180 +BSU_04536,fbpA,AL009126.3,BSU04536,506455,506619,-,regulator of iron homeostasis,No COG annotation,L8ECQ9,Op180 +BSU_04540,ydbO,AL009126.3,BSU04540,506866,507738,+,putative cation efflux system,Inorganic ion transport and metabolism,P96610,Op181 +BSU_04550,ydbP,AL009126.3,BSU04550,507753,508073,-,putative thioredoxin or thiol-disulfide isomerase,Energy production and conversion,P96611,Op182 +BSU_04560,ddlA,AL009126.3,BSU04560,508248,509312,+,D-alanyl-D-alanine ligase A,Nucleotide transport and metabolism,P96612,Op5 +BSU_04570,murF,AL009126.3,BSU04570,509384,510757,+,UDP-N-acetylmuramoylalanyl-D-glutamyl-2%2C 6-diaminopimelate-D-alanyl-D-alanine ligase,Cell wall/membrane/envelope biogenesis,P96613,Op5 +BSU_04580,cshA,AL009126.3,BSU04580,511157,512641,+,ATP-dependent RNA helicase%3B cold shock,"Translation, ribosomal structure and biogenesis",P96614,Op5 +BSU_04590,ydbS,AL009126.3,BSU04590,512814,513293,+,resistance to heterologous antibiotics,Function unknown,P96615,Op183 +BSU_04600,ydbT,AL009126.3,BSU04600,513283,514764,+,resistance to heterologous antibiotics,Function unknown,P96616,Op183 +BSU_04610,ydcA,AL009126.3,BSU04610,515016,515615,-,putative rhomboid protease,Function unknown,P96617,Op184 +BSU_04620,acpS,AL009126.3,BSU04620,515710,516075,+,holo-acyl carrier protein synthase (phosphopantetheinyl transferase),Lipid transport and metabolism,P96618,Op5 +BSU_04630,ydcC,AL009126.3,BSU04630,516241,517257,+,putative lipoprotein,Cell wall/membrane/envelope biogenesis,P96619,Op185 +BSU_04640,alrA,AL009126.3,BSU04640,517372,518541,+,D-alanine racemase,Amino acid transport and metabolism,P10725,Op5 +BSU_04650,ndoAI,AL009126.3,BSU04650,518657,518938,+,antitoxin EndoAI,Transcription,P96621,Op186 +BSU_04660,ndoA,AL009126.3,BSU04660,518943,519293,+,endoribonuclease toxin,"Replication, recombination and repair",P96622,Op186 +BSU_04670,rsbRA,AL009126.3,BSU04670,519408,520232,+,component of the anxiosome (stressosome)%3B positive regulation of sigma(B) activity in response to salt and heat stress,Signal transduction mechanisms,P42409,Op187 +BSU_04680,rsbS,AL009126.3,BSU04680,520237,520602,+,antagonist of RsbT,Signal transduction mechanisms,P42410,Op187 +BSU_04690,rsbT,AL009126.3,BSU04690,520606,521007,+,switch protein/serine-threonine kinase%3B controls the activity of the anxiosome (stressosome),Signal transduction mechanisms,P42411,Op187 +BSU_04700,rsbU,AL009126.3,BSU04700,521019,522026,+,protein serine phosphatase%3B controls the activity of the anxiosome (stressosome),Transcription,P40399,Op187 +BSU_04710,rsbV,AL009126.3,BSU04710,522088,522417,+,anti-anti-sigma factor (antagonist of RsbW),Signal transduction mechanisms,P17903,Op187 +BSU_04720,rsbW,AL009126.3,BSU04720,522414,522896,+,switch protein/serine kinase and anti-sigma factor (inhibitory sigma-B binding protein),Nucleotide transport and metabolism,P17904,Op187 +BSU_04730,sigB,AL009126.3,BSU04730,522862,523650,+,RNA polymerase sigma-37 factor (sigma(B)),Transcription,P06574,Op187 +BSU_04740,rsbX,AL009126.3,BSU04740,523650,524249,+,serine phosphatase,Transcription,P17906,Op187 +BSU_04745,BSU_04745,AL009126.3,BSU04745,524360,524476,+,hypothetical protein,No COG annotation,A0A2K4Z9G9,Op188 +BSU_04750,ydcF,AL009126.3,BSU04750,524492,524785,+,conserved protein of unknown function,No COG annotation,P96623,Op189 +BSU_04760,ydcG,AL009126.3,BSU04760,524782,525222,+,conserved protein of unknown function,Function unknown,P96624,Op189 +BSU_04770,ydcH,AL009126.3,BSU04770,525206,525649,+,putative transcriptional regulator,Transcription,P96625,Op189 +BSU_04780,tex,AL009126.3,BSU04780,525743,527902,+,RNA helicase transcriptional accessory protein,Transcription,O31489,Op5 +BSU_04785,cmpA,AL009126.3,BSU04785,527912,528025,-,factor allowing degradation of SpoIVA by ClpXP,No COG annotation,A0A2K4Z9G8,Op5 +BSU_04790,ydcK,AL009126.3,BSU04790,528129,528581,+,conserved protein of unknown function,Function unknown,P96628,Op5 +BSU_04800,ydcL,AL009126.3,BSU04800,529505,530611,-,ICEBs1 mobile element: integrase,"Replication, recombination and repair",P96629,Op190 +BSU_04810,immA,AL009126.3,BSU04810,530624,531133,-,ICEBs1 mobile element: site-specific protease cleaving ImmR,Amino acid transport and metabolism,P96630,Op190 +BSU_04820,immR,AL009126.3,BSU04820,531130,531513,-,ICEBs1 mobile element: transcriptional regulator (Xre family),Transcription,P96631,Op190 +BSU_04830,xis,AL009126.3,BSU04830,531787,531981,+,ICEBs1 mobile element: excisionase,No COG annotation,O31490,Op191 +BSU_04839,ydzL,AL009126.3,BSU04839,531978,532238,+,ICEBs1 mobile element: conserved protein of unknown function,No COG annotation,C0H3V5,Op191 +BSU_04840,ydcO,AL009126.3,BSU04840,532292,532552,+,ICEBs1 mobile element: conserved protein of unknown function,No COG annotation,P96632,Op191 +BSU_04849,BSU_04849,AL009126.3,BSU04849,532758,532886,+,ICEBs1 mobile element: hypothetical protein,No COG annotation,A0A2K4Z9F9,Op192 +BSU_04850,helP,AL009126.3,BSU04850,532922,533302,+,ICEBs1 mobile element: helicase processivity factor,Function unknown,P96633,Op191 +BSU_04860,conQ,AL009126.3,BSU04860,533338,534780,+,ICEBs1 mobile element: coupling conjugation protein VirD4,"Cell cycle control, cell division, chromosome partitioning",P96634,Op191 +BSU_04870,nicK,AL009126.3,BSU04870,534773,535831,+,ICEBs1 mobile element: DNA relaxase,"Replication, recombination and repair",P96635,Op191 +BSU_04880,ydcS,AL009126.3,BSU04880,536096,536365,+,ICEBs1 mobile element: conserved protein of unknown function,No COG annotation,P96636,Op191 +BSU_04890,ydcT,AL009126.3,BSU04890,536404,536670,+,ICEBs1 mobile element: conserved protein of unknown function,No COG annotation,P96637,Op191 +BSU_04900,yddA,AL009126.3,BSU04900,536687,536995,+,ICEBs1 mobile element: conserved protein of unknown function,No COG annotation,P96638,Op191 +BSU_04910,conB,AL009126.3,BSU04910,536985,538049,+,ICEBs1 mobile element: subunit of the conjugation machinery VirB8,Function unknown,O31491,Op191 +BSU_04920,conC,AL009126.3,BSU04920,538061,538309,+,ICEBs1 mobile element: subunit of the conjugation machinery,No COG annotation,P96640,Op191 +BSU_04930,conD,AL009126.3,BSU04930,538322,538846,+,ICEBs1 mobile element: subunit of the conjugation machinery,Function unknown,P96641,Op191 +BSU_04940,conE,AL009126.3,BSU04940,538734,541229,+,ICEBs1 mobile element: VirB4-like ATPase,Function unknown,P96642,Op191 +BSU_04950,yddF,AL009126.3,BSU04950,541248,541574,+,ICEBs1 mobile element: conserved protein of unknown function,Function unknown,P96643,Op191 +BSU_04960,conG,AL009126.3,BSU04960,541578,544025,+,ICEBs1 mobile element: VirB6 subunit of the conjugation machinery,Function unknown,P96644,Op191 +BSU_04970,cwlT,AL009126.3,BSU04970,544022,545011,+,ICEBs1 mobile element: two-domain autolysin with N-acetylmuramidase and DL-endopeptidase activity VirB1,Cell wall/membrane/envelope biogenesis,P96645,Op191 +BSU_04980,yddI,AL009126.3,BSU04980,545026,545532,+,ICEBs1 mobile element: conserved protein of unknown function,No COG annotation,P96646,Op191 +BSU_04990,yddJ,AL009126.3,BSU04990,545595,545975,+,ICEBs1 mobile element: putative lipoprotein of unknown function,Function unknown,P96647,Op191 +BSU_05000,yddK,AL009126.3,BSU05000,546166,546966,-,ICEBs1 mobile element: conserved protein of unknown function,Function unknown,P96648,Op193 +BSU_05010,rapI,AL009126.3,BSU05010,547306,548481,+,ICEBs1 mobile element: response regulator aspartate phosphatase,Function unknown,P96649,Op194 +BSU_05020,phrI,AL009126.3,BSU05020,548438,548557,+,ICEBs1 mobile element: secreted regulator of the activity of phosphatase RapI,No COG annotation,O31492,Op194 +BSU_05030,yddM,AL009126.3,BSU05030,548710,549651,+,ICEBs1 mobile element: putative helicase,No COG annotation,P96650,Op5 +BSU_05040,yddN,AL009126.3,BSU05040,550240,551259,-,putative alkanal monooxygenase,Energy production and conversion,P96651,Op195 +BSU_05050,lrpA,AL009126.3,BSU05050,551519,551929,+,transcriptional regulator (Lrp/AsnC family),Transcription,P96652,Op196 +BSU_05060,lrpB,AL009126.3,BSU05060,552052,552501,-,transcriptional regulator (Lrp/AsnC family),Transcription,P96653,Op197 +BSU_05070,yddQ,AL009126.3,BSU05070,552616,553158,+,putative hydrolase,"Secondary metabolites biosynthesis, transport, and catabolism",P96654,Op5 +BSU_05080,yddR,AL009126.3,BSU05080,553711,554475,+,putative metal-dependent hydrolase,Function unknown,P96655,Op5 +BSU_05090,yddS,AL009126.3,BSU05090,554669,555979,+,putative permease,Amino acid transport and metabolism,P96656,Op5 +BSU_05099,ydzM,AL009126.3,BSU05099,556562,556738,+,conserved phage protein of unknown function,No COG annotation,Q9K3A9,Op5 +BSU_05100,yddT,AL009126.3,BSU05100,556763,557449,+,putative exported phage protein,No COG annotation,P96657,Op5 +BSU_05109,ydzN,AL009126.3,BSU05109,557873,558058,+,hypothetical protein,No COG annotation,C0H3V7,Op5 +BSU_05110,sufLC,AL009126.3,BSU05110,558408,559001,+,glyoxalase III homolog%2C deglycase,Function unknown,P96658,Op5 +BSU_05120,cspC,AL009126.3,BSU05120,559264,559464,+,cold-shock protein,Transcription,P39158,Op5 +BSU_05130,cdnL,AL009126.3,BSU05130,560151,560612,-,transcriptional regulator for repair and outgrowth of heat damaged spores,Transcription,P96659,Op5 +BSU_05140,ydzE,AL009126.3,BSU05140,561180,561416,-,putative permease,Amino acid transport and metabolism,O31493,Op5 +BSU_05150,ydeC,AL009126.3,BSU05150,561514,562389,-,putative transcriptional regulator (AraC/XylS family),Transcription,P96660,Op5 +BSU_05160,ydeD,AL009126.3,BSU05160,562502,563461,+,putative permease,Amino acid transport and metabolism,P96661,Op198 +BSU_05170,ydeE,AL009126.3,BSU05170,563614,564486,-,putative transcriptional regulator (AraC/XylS family),Transcription,P96662,Op199 +BSU_05180,ydeF,AL009126.3,BSU05180,564713,566101,+,putative PLP-dependent transcriptional regulator,Transcription,P96663,Op5 +BSU_05190,ydeG,AL009126.3,BSU05190,566211,567503,+,putative permease,Amino acid transport and metabolism,P96664,Op5 +BSU_05200,ydeH,AL009126.3,BSU05200,567662,568108,+,putative integral inner membrane protein,No COG annotation,P96665,Op5 +BSU_05210,ydeI,AL009126.3,BSU05210,568345,568938,+,conserved hypothetical protein,Function unknown,P96666,Op5 +BSU_05220,ydeJ,AL009126.3,BSU05220,569290,569949,-,putative lipoprotein,No COG annotation,P96667,Op5 +BSU_05230,ydeK,AL009126.3,BSU05230,570371,571234,-,putative permease,Amino acid transport and metabolism,P96668,Op5 +BSU_05240,ydeL,AL009126.3,BSU05240,571389,572780,+,putative PLP-dependent transcriptional regulator,Transcription,P96669,Op5 +BSU_05250,ydeM,AL009126.3,BSU05250,572974,573399,+,putative dehydratase,Lipid transport and metabolism,P96670,Op5 +BSU_05260,ydeN,AL009126.3,BSU05260,573452,574024,-,putative alpha/beta hydrolase,Function unknown,P96671,Op5 +BSU_05270,ydzF,AL009126.3,BSU05270,574106,574435,-,putative transcriptional regulator,Transcription,O31494,Op5 +BSU_05280,ydeO,AL009126.3,BSU05280,574690,575562,+,putative integral inner membrane protein,Function unknown,P96672,Op200 +BSU_05290,ydeP,AL009126.3,BSU05290,575712,576098,-,putative transcriptional regulator,Transcription,P96673,Op201 +BSU_05300,ydeQ,AL009126.3,BSU05300,576209,576802,+,putative NAD(P)H oxidoreductase involved in regulating potassium efflux,Function unknown,P96674,Op202 +BSU_05310,ydeR,AL009126.3,BSU05310,576946,578133,-,putative efflux transporter,Amino acid transport and metabolism,P96675,Op203 +BSU_05320,ydeS,AL009126.3,BSU05320,578337,578933,+,putative transcriptional regulator (TetR/AcrR family),Transcription,P96676,Op5 +BSU_05329,ydzO,AL009126.3,BSU05329,579047,579232,+,hypothetical protein,No COG annotation,C0H3V9,Op5 +BSU_05330,aseR,AL009126.3,BSU05330,579541,579876,+,transcriptional regulator (metals sensing ArsR-SmtB repressors family),Transcription,P96677,Op5 +BSU_05340,arsF,AL009126.3,BSU05340,579889,581196,+,arsenite/antimonite/H+ antiporter,Inorganic ion transport and metabolism,P96678,Op5 +BSU_05343,ydzSn,AL009126.3,,581228,581329,+,conserved hypothetical protein%3B N-terminal part of ydzS,Signal transduction mechanisms,,Op5 +BSU_05344,ydzSc,AL009126.3,,581341,581454,+,conserved hypothetical protein%3B C-terminal part of ydzS,No COG annotation,,Op5 +BSU_05350,ydfB,AL009126.3,BSU05350,581694,582479,+,putative acetyltransferase,"Translation, ribosomal structure and biogenesis",P96679,Op5 +BSU_05360,ydfC,AL009126.3,BSU05360,582536,583456,-,putative aminoacid exporter,Amino acid transport and metabolism,P96680,Op204 +BSU_05370,ydfD,AL009126.3,BSU05370,583589,585037,+,putative PLP-dependent transcriptional regulator,Transcription,P96681,Op205 +BSU_05380,ydfE,AL009126.3,BSU05380,585155,585778,-,putative flavoprotein,Function unknown,P96682,Op206 +BSU_05390,ydfF,AL009126.3,BSU05390,585868,586548,+,putative transcriptional regulator,Transcription,P96683,Op207 +BSU_05400,ydfG,AL009126.3,BSU05400,586628,587071,-,conserved hypothetical protein,Function unknown,P96684,Op5 +BSU_05408,ydzP,AL009126.3,BSU05408,587157,587336,-,hypothetical protein,No COG annotation,C0H3W0,Op5 +BSU_05409,ydzQ,AL009126.3,BSU05409,587333,587476,-,hypothetical protein,No COG annotation,C0H3W1,Op5 +BSU_05410,ydfH,AL009126.3,BSU05410,587744,588967,+,two-component sensor histidine kinase [YdfI],Signal transduction mechanisms,P96685,Op208 +BSU_05420,ydfI,AL009126.3,BSU05420,588960,589601,+,two-component response regulator [YdfH],Transcription,P96686,Op208 +BSU_05430,ydfJ,AL009126.3,BSU05430,589717,591891,+,putative proton metabolite efflux transporter,Function unknown,P96687,Op209 +BSU_05440,cesA,AL009126.3,BSU05440,592303,593205,-,carboxylesterase NP,Function unknown,P96688,Op210 +BSU_05450,ydfK,AL009126.3,BSU05450,593407,594096,-,putative integral inner membrane protein,Function unknown,P96689,Op211 +BSU_05460,ydfL,AL009126.3,BSU05460,594186,594998,-,putative transcriptional regulator of efflux transporter,Transcription,P96690,Op5 +BSU_05470,mneP,AL009126.3,BSU05470,595109,596002,-,primary Mn(II) efflux pump,Inorganic ion transport and metabolism,C0SP78,Op212 +BSU_05480,ydfN,AL009126.3,BSU05480,596478,597098,+,putative oxidoreductase,Energy production and conversion,P96692,Op213 +BSU_05490,ydfO,AL009126.3,BSU05490,597114,598052,+,putative dioxygenase,Amino acid transport and metabolism,P96693,Op213 +BSU_05500,ydfP,AL009126.3,BSU05500,598154,598543,+,putative membrane bound oxidoreductase,Function unknown,P96694,Op213 +BSU_05510,ydfQ,AL009126.3,BSU05510,598729,599067,+,putative thioredoxin or thiol-disulfide isomerase,Energy production and conversion,P96695,Op5 +BSU_05520,ydzH,AL009126.3,BSU05520,599107,599343,-,conserved hypothetical protein%2C sporulation-related,Function unknown,O31496,Op5 +BSU_05529,ydzR,AL009126.3,BSU05529,599875,600105,-,conserved hypothetical protein%2C sporulation-related,No COG annotation,C0H3W2,Op5 +BSU_05530,ydfR,AL009126.3,BSU05530,600229,600906,-,conserved membrane protein of unknown function,Function unknown,P96696,Op214 +BSU_05540,ydfS,AL009126.3,BSU05540,601019,601726,+,conserved hypothetical protein,Function unknown,P96697,Op215 +BSU_05550,cotP,AL009126.3,BSU05550,601741,602172,-,spore coat protein,"Post-translational modification, protein turnover, and chaperones",P96698,Op216 +BSU_05560,ydgA,AL009126.3,BSU05560,602185,602427,-,conserved hypothetical protein%3B putative germination protein,Function unknown,P96699,Op216 +BSU_05570,ydgB,AL009126.3,BSU05570,602441,602713,-,conserved hypothetical protein%3B putative germination protein,Function unknown,P96700,Op216 +BSU_05580,ydgC,AL009126.3,BSU05580,603012,603599,+,putative transcriptional regulator,Transcription,P96701,Op5 +BSU_05590,ydgD,AL009126.3,BSU05590,603596,603940,+,conserved hypothetical protein,Function unknown,P96702,Op5 +BSU_05600,ydgE,AL009126.3,BSU05600,604103,604576,+,putative N-acetyltransferase,Transcription,P96703,Op5 +BSU_05610,vmlR,AL009126.3,BSU05610,604736,606379,-,ATP-binding cassette efflux transporter,Function unknown,P39115,Op5 +BSU_05620,ydgF,AL009126.3,BSU05620,606699,608075,-,putative amino acid permease,Amino acid transport and metabolism,P96704,Op5 +BSU_05630,dinB,AL009126.3,BSU05630,608246,608764,-,nuclease inhibitor,Function unknown,Q02886,Op217 +BSU_05640,ydgG,AL009126.3,BSU05640,608933,609391,+,putative transcriptional regulator (MarR family),Transcription,P96705,Op218 +BSU_05650,ydgH,AL009126.3,BSU05650,609388,612045,+,putative membrane component,Function unknown,P96706,Op218 +BSU_05660,ydgI,AL009126.3,BSU05660,612191,612820,-,nitroreductase of unidentified specificity (reduces 5-(aziridin-1-yl)-2%2C4-dinitrobenzamide prodrug),Energy production and conversion,P96707,Op5 +BSU_05670,ydgJ,AL009126.3,BSU05670,612836,613330,-,putative transcriptional regulator (MarR family),Transcription,P96708,Op5 +BSU_05680,ydgK,AL009126.3,BSU05680,613641,614849,+,putative efflux transporter,Amino acid transport and metabolism,P96709,Op219 +BSU_05690,ydhB,AL009126.3,BSU05690,614885,615622,-,putative integral inner membrane protein,Function unknown,O05493,Op220 +BSU_05700,ydhC,AL009126.3,BSU05700,615871,616545,+,putative transcriptional regulator (GntR family),Transcription,O05494,Op5 +BSU_05710,spoL,AL009126.3,BSU05710,616672,617934,+,spore cortex lytic enzyme,Cell wall/membrane/envelope biogenesis,O05495,Op221 +BSU_05720,ydhE,AL009126.3,BSU05720,618095,619282,+,putative glycosyltransferase,Energy production and conversion,O05496,Op222 +BSU_05730,ydhF,AL009126.3,BSU05730,619321,620031,-,putative phosphate-starvation lipoprotein,No COG annotation,O05497,Op223 +BSU_05740,phoB,AL009126.3,BSU05740,620097,621485,-,alkaline phosphatase III (promiscuous%2C heptaprenylglyceryl phosphate is a substrate),Inorganic ion transport and metabolism,P19405,Op223 +BSU_05750,fra,AL009126.3,BSU05750,621847,622218,+,frataxin%3B iron/sulfur chaperone,Function unknown,Q797E6,Op224 +BSU_05760,ydhH,AL009126.3,BSU05760,622293,622790,-,conserved hypothetical protein,No COG annotation,O05500,Op5 +BSU_05770,ydhI,AL009126.3,BSU05770,622808,623290,-,putative acetyltransferase,Transcription,O05501,Op5 +BSU_05780,ydhJ,AL009126.3,BSU05780,623373,624350,+,putative metal-dependent phosphohydrolase,Function unknown,O05502,Op5 +BSU_05790,ydhK,AL009126.3,BSU05790,624492,625109,+,hypothetical protein,Cell wall/membrane/envelope biogenesis,O05503,Op225 +BSU_05800,pbuE,AL009126.3,BSU05800,625125,626291,-,hypoxanthine efflux transporter,Amino acid transport and metabolism,Q797E3,Op226 +BSU_05810,gmuB,AL009126.3,BSU05810,626622,626933,+,oligo-alpha-mannoside phosphotransferase system enzyme IIB,Carbohydrate transport and metabolism,O05505,Op227 +BSU_05820,gmuA,AL009126.3,BSU05820,626933,627265,+,oligo-alpha-mannoside phosphotransferase system enzyme IIA,Carbohydrate transport and metabolism,O05506,Op227 +BSU_05830,gmuC,AL009126.3,BSU05830,627284,628612,+,oligo-alpha-mannoside phosphotransferase system enzyme IIC,Carbohydrate transport and metabolism,O05507,Op227 +BSU_05840,gmuD,AL009126.3,BSU05840,628630,630027,+,mannoside-phospho-beta-d-glucosidase,Carbohydrate transport and metabolism,O05508,Op227 +BSU_05850,gmuR,AL009126.3,BSU05850,630170,630883,+,transcriptional regulator (GntR family),Transcription,O05509,Op227 +BSU_05860,gmuE,AL009126.3,BSU05860,630912,631811,+,ROK fructokinase%3B glucomannan utilization protein E,Carbohydrate transport and metabolism,O05510,Op227 +BSU_05870,gmuF,AL009126.3,BSU05870,631808,632755,+,phosphohexomutase%3B cupin family,Carbohydrate transport and metabolism,O05511,Op227 +BSU_05880,gmuG,AL009126.3,BSU05880,632774,633862,+,exported mannan endo-1%2C4-beta-mannosidase,Carbohydrate transport and metabolism,O05512,Op227 +BSU_05890,ydhUc,AL009126.3,,633923,634651,-,Mn catalase fragment%3B C-terminal part of YhdU,Inorganic ion transport and metabolism,,Op228 +BSU_05899,ydhUn,AL009126.3,,634651,634776,-,Mn catalase fragment%3B N-terminal part of YhdU,No COG annotation,,Op228 +BSU_05900,thiL,AL009126.3,BSU05900,640662,641639,+,thiamine-monophosphate kinase,Coenzyme transport and metabolism,O05514,Op5 +BSU_05910,tsaE,AL009126.3,BSU05910,641654,642130,+,tRNA(NNU) t(6)A37 threonylcarbamoyladenosine modification%3B ADP binding protein,Function unknown,O05515,Op5 +BSU_05920,tsaB,AL009126.3,BSU05920,642111,642800,+,tRNA(NNU) t(6)A37 threonylcarbamoyladenosine modification%3B protease involved in TsaD function,"Post-translational modification, protein turnover, and chaperones",O05516,Op5 +BSU_05930,rimI,AL009126.3,BSU05930,642810,643265,+,ribosomal protein S18 alanine N-acetyltransferase,Transcription,O05517,Op5 +BSU_05940,tsaD,AL009126.3,BSU05940,643258,644298,+,tRNA(NNU) t(6)A37 threonylcarbamoyladenosine modification%3B glycation binding protein,"Post-translational modification, protein turnover, and chaperones",O05518,Op5 +BSU_05950,ydiF,AL009126.3,BSU05950,644528,646456,-,putative energy-sensing inhibitor of translation,Function unknown,O05519,Op229 +BSU_05960,moaC,AL009126.3,BSU05960,646582,647094,+,molybdenum cofactor biosynthesis protein C,Coenzyme transport and metabolism,O05520,Op5 +BSU_05970,rex,AL009126.3,BSU05970,647091,647738,+,transcription repressor of cydABCD and yjlC-ndh expression,Transcription,O05521,Op5 +BSU_05980,tatAY,AL009126.3,BSU05980,647760,647933,+,component of the twin-arginine pre-protein translocation pathway,"Intracellular trafficking, secretion, and vesicular transport",O05522,Op5 +BSU_05990,tatCY,AL009126.3,BSU05990,647940,648704,+,component of the twin-arginine pre-protein translocation pathway,"Intracellular trafficking, secretion, and vesicular transport",O05523,Op5 +BSU_06000,ydiK,AL009126.3,BSU06000,648742,648933,-,conserved hypothetical protein,Function unknown,O05524,Op5 +BSU_06010,ydiL,AL009126.3,BSU06010,648930,649664,-,putative membrane protease,Function unknown,O05525,Op5 +BSU_06020,groES,AL009126.3,BSU06020,649903,650187,+,chaperonin small subunit,"Post-translational modification, protein turnover, and chaperones",P28599,Op230 +BSU_06030,groEL,AL009126.3,BSU06030,650234,651868,+,chaperonin large subunit,"Post-translational modification, protein turnover, and chaperones",P28598,Op230 +BSU_06033,ydzTc,AL009126.3,,651977,652084,-,hypothetical protein%3B putative integrase (fragment)%3B C-terminal part of YdzT%3B defective prophage 3,"Replication, recombination and repair",,Op5 +BSU_06034,ydzT,AL009126.3,,652087,652245,-,hypothetical protein%3B putative integrase (fragment)%3B internal part of YdzT,No COG annotation,,Op5 +BSU_06036,ydzT,AL009126.3,,652290,652418,-,hypothetical protein%3B putative integrase (fragment)%3B internal part of YdzT,No COG annotation,,Op5 +BSU_06037,ydzT,AL009126.3,,652511,652720,-,hypothetical protein%3B putative integrase (fragment)%3B internal part of YdzT,No COG annotation,,Op5 +BSU_06038,ydzTn,AL009126.3,,652713,653018,-,hypothetical protein%3B putative integrase (fragment)%3B N-terminal part of YdzT%3B defective prophage 3,"Replication, recombination and repair",,Op5 +BSU_06040,ydiM,AL009126.3,BSU06040,653432,653812,+,hypothetical protein%3B prophage 3 region,Transcription,O34672,Op5 +BSU_06048,ydzU,AL009126.3,BSU06048,654071,654343,+,hypothetical protein%3B prophage 3 region,No COG annotation,C0H3W7,Op5 +BSU_06049,ydzV,AL009126.3,,654333,654692,+,conserved hypothetical protein%3B phage terminase (fragment)%3B defective prophage 3,"Replication, recombination and repair",,Op5 +BSU_06050,ydiN,AL009126.3,,654978,655193,+,putative N-terminus of restriction enzyme%3B defective prophage 3,No COG annotation,,Op231 +BSU_06060,bsuMA,AL009126.3,BSU06060,655223,656506,+,DNA-methyltransferase (cytosine-specific)%3B prophage 3 region,"Replication, recombination and repair",O34939,Op232 +BSU_06070,bsuMB,AL009126.3,BSU06070,656528,657697,+,DNA-methyltransferase (cytosine-specific)%3B defective prophage 3,Coenzyme transport and metabolism,O34680,Op232 +BSU_06073,ydzWc,AL009126.3,,657793,658062,-,putative phosphoglucomutase%3B C-terminal part of YdzW%3B defective prophage 3,No COG annotation,,Op5 +BSU_06074,ydzWmc,AL009126.3,,658061,658189,-,putative phosphoglucomutase%3B internal part of YdzW,No COG annotation,,Op5 +BSU_06076,ydzWmb,AL009126.3,,658189,658605,-,putative phosphoglucomutase%3B internal part of YdzW,Carbohydrate transport and metabolism,,Op5 +BSU_06077,ydzW,AL009126.3,,658615,658758,-,putative phosphomannomutase%3B internal part of YdzW,No COG annotation,,Op5 +BSU_06078,ydzW,AL009126.3,,658813,659010,-,putative phosphoglucomutase%3B internal part of YdzW,No COG annotation,,Op5 +BSU_06079,ydzWma,AL009126.3,,659010,659129,-,putative phosphomannomutase%3B internal part of YdzW,No COG annotation,,Op5 +BSU_06083,ydzWn,AL009126.3,,659129,659221,-,putative phosphomannomutase%3B N-terminal part of YdzW%3B defective prophage 3,No COG annotation,,Op5 +BSU_06090,bsuRA,AL009126.3,BSU06090,659623,660564,+,type-2 restriction enzyme BsuMI component BsuRA (YdiR)%3B prophage region 3,No COG annotation,O35025,Op233 +BSU_06100,bsuRB,AL009126.3,BSU06100,660596,661627,+,type-2 restriction enzyme BsuMI component BsuRB (YdiS)%3B prophage region 3,Defense mechanisms,O34885,Op233 +BSU_06110,bsuRC,AL009126.3,BSU06110,661630,663027,+,type-2 restriction enzyme BsuMI component BsuRC (YdjA)%3B prophage region 3,"Translation, ribosomal structure and biogenesis",O34303,Op233 +BSU_06120,ydjB,AL009126.3,BSU06120,663601,663936,+,hypothetical protein%3B prophage region 3,No COG annotation,O34778,Op5 +BSU_06130,ydjC,AL009126.3,BSU06130,664319,664669,+,conserved hypothetical protein%3B prophage region 3,Function unknown,O34715,Op234 +BSU_06140,gutR,AL009126.3,BSU06140,664775,667264,-,transcriptional regulator of the glucitol operon,Transcription,P39143,Op235 +BSU_06150,gutB,AL009126.3,BSU06150,667466,668527,+,glucitol (sorbitol) dehydrogenase,Amino acid transport and metabolism,Q06004,Op236 +BSU_06160,gutP,AL009126.3,BSU06160,668601,669992,+,H+-glucitol symporter%3B prophage region 3,Carbohydrate transport and metabolism,O34368,Op236 +BSU_06170,ydjE,AL009126.3,BSU06170,670087,671049,+,putative sugar kinase (ribokinase family)%3B prophage region 3,Carbohydrate transport and metabolism,O34768,Op5 +BSU_06180,pspA,AL009126.3,BSU06180,671245,671928,+,phage shock protein A homolog regulator%3B prophage region 3,Transcription,P54617,Op237 +BSU_06190,ydjG,AL009126.3,BSU06190,671994,673019,+,putative phage replication protein%3B prophage region 3,"Replication, recombination and repair",O34434,Op237 +BSU_06200,ydjH,AL009126.3,BSU06200,673019,673783,+,conserved hypothetical protein%3B prophage region 3,Function unknown,O35004,Op237 +BSU_06210,ydjI,AL009126.3,BSU06210,673814,674785,+,putative phage protein,Function unknown,O34789,Op237 +BSU_06220,ydjJ,AL009126.3,BSU06220,674832,675857,-,putative membrane associated potassium channel%3B prophage region 3,Function unknown,O34733,Op238 +BSU_06230,iolT,AL009126.3,BSU06230,676442,677863,+,myo-inositol transporter,"Intracellular trafficking, secretion, and vesicular transport",O34718,Op239 +BSU_06240,bdhA,AL009126.3,BSU06240,677911,678951,-,acetoin reductase/2%2C3-butanediol dehydrogenase,Amino acid transport and metabolism,O34788,Op240 +BSU_06250,walM,AL009126.3,BSU06250,679390,679761,+,protein involved in cell wall metabolism,Cell wall/membrane/envelope biogenesis,P40775,Op241 +BSU_06260,ydjN,AL009126.3,BSU06260,679827,680873,+,putative membrane protein,"Intracellular trafficking, secretion, and vesicular transport",O34353,Op5 +BSU_06269,ydzJ,AL009126.3,BSU06269,680907,681065,-,hypothetical protein,No COG annotation,O24817,Op5 +BSU_06270,ydjO,AL009126.3,BSU06270,681255,681464,-,conserved hypothetical protein,Function unknown,O34759,Op242 +BSU_06280,ydjP,AL009126.3,BSU06280,681547,682362,-,putative aminoacrylate hydrolase,Lipid transport and metabolism,O34592,Op242 +BSU_06290,yeaA,AL009126.3,BSU06290,682375,683364,-,conserved hypothetical protein,Function unknown,O34803,Op242 +BSU_06300,cotA,AL009126.3,BSU06300,683462,685003,-,outer spore coat copper-dependent promiscuous laccase,"Secondary metabolites biosynthesis, transport, and catabolism",P07788,Op243 +BSU_06310,gabP,AL009126.3,BSU06310,685155,686564,-,gamma-aminobutyrate (GABA) permease%3B proline permease,Amino acid transport and metabolism,P46349,Op244 +BSU_06319,ydzX,AL009126.3,BSU06319,686602,686889,-,hypothetical protein,No COG annotation,C0H3X2,Op5 +BSU_06320,mneS,AL009126.3,BSU06320,686962,687834,+,secondary Mn(II) exporter%2C promiscuous,Inorganic ion transport and metabolism,P46348,Op245 +BSU_06330,yeaC,AL009126.3,BSU06330,688184,689146,+,putative MoxR-like ATPase,Function unknown,P94474,Op5 +BSU_06340,yeaD,AL009126.3,BSU06340,689146,690342,+,conserved hypothetical protein,Function unknown,P94475,Op5 +BSU_06350,yebA,AL009126.3,BSU06350,690364,692577,+,conserved hypothetical protein,Amino acid transport and metabolism,P94476,Op5 +BSU_06360,guaA,AL009126.3,BSU06360,692740,694281,+,GMP synthetase,Nucleotide transport and metabolism,P29727,Op246 +BSU_06370,pbuG,AL009126.3,BSU06370,694662,695984,+,hypoxanthine/guanine permease,Function unknown,O34987,Op247 +BSU_06380,yebC,AL009126.3,BSU06380,696195,696998,+,putative integral inner membrane protein,Cell wall/membrane/envelope biogenesis,O34341,Op5 +BSU_06390,yebD,AL009126.3,BSU06390,697157,697324,+,hypothetical protein,No COG annotation,O34904,Op5 +BSU_06400,yebE,AL009126.3,BSU06400,697538,698092,+,conserved hypothetical protein,Function unknown,O34624,Op5 +BSU_06410,yebG,AL009126.3,BSU06410,698092,698289,+,conserved hypothetical protein,Function unknown,O34700,Op5 +BSU_06420,purE,AL009126.3,BSU06420,698612,699100,+,N5-carboxyaminoimidazole ribonucleotide mutase,Nucleotide transport and metabolism,P12044,Op248 +BSU_06430,purK,AL009126.3,BSU06430,699093,700235,+,N5-carboxyaminoimidazole ribonucleotide synthase,Nucleotide transport and metabolism,P12045,Op248 +BSU_06440,purB,AL009126.3,BSU06440,700232,701527,+,adenylosuccinate lyase,Nucleotide transport and metabolism,P12047,Op248 +BSU_06450,purC,AL009126.3,BSU06450,701601,702326,+,phosphoribosylaminoimidazole succinocarboxamide synthetase,Nucleotide transport and metabolism,P12046,Op248 +BSU_06460,purS,AL009126.3,BSU06460,702319,702573,+,factor required for phosphoribosylformylglycinamidine synthetase activity,Nucleotide transport and metabolism,P12049,Op248 +BSU_06470,purQ,AL009126.3,BSU06470,702570,703253,+,phosphoribosylformylglycinamidine synthetase subunit I,Nucleotide transport and metabolism,P12041,Op248 +BSU_06480,purL,AL009126.3,BSU06480,703237,705465,+,phosphoribosylformylglycinamidine synthetase subunit II,Nucleotide transport and metabolism,P12042,Op248 +BSU_06490,purF,AL009126.3,BSU06490,705441,706871,+,glutamine phosphoribosylpyrophosphate amidotransferase,Nucleotide transport and metabolism,P00497,Op248 +BSU_06500,purM,AL009126.3,BSU06500,706973,708013,+,phosphoribosylaminoimidazole synthetase,Nucleotide transport and metabolism,P12043,Op248 +BSU_06510,purN,AL009126.3,BSU06510,708010,708597,+,phosphoribosylglycinamide formyltransferase,Nucleotide transport and metabolism,P12040,Op248 +BSU_06520,purH,AL009126.3,BSU06520,708594,710132,+,fused phosphoribosylaminoimidazole carboxy formyl formyltransferase%3B inosine-monophosphate cyclohydrolase,Nucleotide transport and metabolism,P12048,Op248 +BSU_06530,purD,AL009126.3,BSU06530,710148,711416,+,phosphoribosylglycinamide synthetase,Nucleotide transport and metabolism,P12039,Op248 +BSU_06540,yezC,AL009126.3,BSU06540,711456,711875,-,putative transcriptional regulator (Lrp/AsnC family),Transcription,O31497,Op249 +BSU_06550,yecA,AL009126.3,BSU06550,712019,713293,+,putative amino acid exporter,Amino acid transport and metabolism,O34560,Op250 +BSU_06559,yezF,AL009126.3,BSU06559,713308,713535,-,hypothetical protein,Function unknown,C0H3X3,Op251 +BSU_06560,yerA,AL009126.3,BSU06560,713664,715406,+,putative adenine deaminase YerA,Nucleotide transport and metabolism,O34909,Op5 +BSU_06570,yerB,AL009126.3,BSU06570,715433,716428,+,putative lipoprotein,Function unknown,O34968,Op252 +BSU_06580,yerC,AL009126.3,BSU06580,716431,716745,+,transcriptional repressor-histidine operons,Function unknown,Q7BVT7,Op252 +BSU_06590,yerD,AL009126.3,BSU06590,716780,718357,-,putative osmotic shock glutamate synthase subunit (flavoprotein subunit%2C ferredoxin-dependent),Amino acid transport and metabolism,O34849,Op253 +BSU_06600,pcrB,AL009126.3,BSU06600,718622,719308,+,heptaprenylglyceryl-phosphate synthase,Lipid transport and metabolism,O34790,Op254 +BSU_06610,pcrA,AL009126.3,BSU06610,719370,721589,+,ATP-dependent DNA helicase,"Replication, recombination and repair",O34580,Op254 +BSU_06620,ligA,AL009126.3,BSU06620,721613,723619,+,DNA ligase (NAD-dependent),"Replication, recombination and repair",O31498,Op254 +BSU_06630,yerH,AL009126.3,BSU06630,723635,724825,+,putative lipoprotein,Function unknown,O34629,Op254 +BSU_06640,yerI,AL009126.3,BSU06640,724987,725997,+,putative kinase,Function unknown,O34640,Op5 +BSU_06650,sapB,AL009126.3,BSU06650,726035,726733,-,putative magnesium transporter,Function unknown,Q45514,Op255 +BSU_06660,opuE,AL009126.3,BSU06660,726840,728318,-,proline transporter,Amino acid transport and metabolism,O06493,Op256 +BSU_06670,gatC,AL009126.3,BSU06670,728732,729022,+,glutamyl-tRNA(Gln) amidotransferase (subunit C),"Translation, ribosomal structure and biogenesis",O06492,Op5 +BSU_06680,gatA,AL009126.3,BSU06680,729038,730495,+,glutamyl-tRNA(Gln) amidotransferase (subunit A),"Translation, ribosomal structure and biogenesis",O06491,Op5 +BSU_06690,gatB,AL009126.3,BSU06690,730509,731939,+,glutamyl-tRNA(Gln) amidotransferase (subunit B),"Translation, ribosomal structure and biogenesis",O30509,Op5 +BSU_06700,yerO,AL009126.3,BSU06700,731954,732823,-,putative transcriptional regulator (TetR/AcrR family),Transcription,O31500,Op257 +BSU_06710,srfP,AL009126.3,BSU06710,732955,736113,+,surfactin exporter involved in surfactin self-resistance,Defense mechanisms,O31501,Op5 +BSU_06720,dagK,AL009126.3,BSU06720,736436,737347,+,diacylglycerol kinase,Lipid transport and metabolism,O31502,Op5 +BSU_06730,rlmCD,AL009126.3,BSU06730,737603,738982,+,methyltransferase of m5U747 and m5U1939 in 23S RNA,"Translation, ribosomal structure and biogenesis",O31503,Op5 +BSU_06740,yefB,AL009126.3,BSU06740,738995,739897,-,putative site-specific recombinase / invertase%3B HGT island,"Replication, recombination and repair",O34574,Op258 +BSU_06750,yefC,AL009126.3,BSU06750,739878,740213,+,putative resolvase%3B HGT island,"Replication, recombination and repair",O35034,Op5 +BSU_06760,yeeA,AL009126.3,BSU06760,740288,742927,+,putative restriction type II methylase%3B HGT island,Defense mechanisms,O31504,Op5 +BSU_06770,yeeB,AL009126.3,BSU06770,742939,744738,+,putative DNA helicase / endonuclease%3B HGT island,"Replication, recombination and repair",O34469,Op5 +BSU_06780,yeeC,AL009126.3,BSU06780,744851,745999,+,conserved hypothetical protein%3B HGT island,Inorganic ion transport and metabolism,O34352,Op5 +BSU_06790,yeeD,AL009126.3,BSU06790,746261,746566,-,conserved hypothetical protein%3B HGT island,No COG annotation,O34950,Op5 +BSU_06800,yezA,AL009126.3,BSU06800,746633,746839,-,hypothetical protein%3B HGT island,Function unknown,O31505,Op5 +BSU_06811,yezG,AL009126.3,BSU06811,747079,747534,-,conserved hypothetical protein%3B HGT island,Function unknown,C0H3X4,Op5 +BSU_06812,yeeF,AL009126.3,BSU06812,747554,749563,-,putative nucleic acid binding protein%3B HGT island,"Replication, recombination and repair",O31506,Op5 +BSU_06820,yeeG,AL009126.3,BSU06820,749775,750797,+,putative phage receptor protein,Energy production and conversion,O31507,Op5 +BSU_06830,rapH,AL009126.3,BSU06830,750959,752089,+,response regulator aspartate phosphatase,Function unknown,Q59HN8,Op259 +BSU_06839,phrH,AL009126.3,BSU06839,752079,752252,+,hexapeptide (TDRNTT) inhibitor of regulatory cascade,No COG annotation,Q59HN7,Op259 +BSU_06840,yeeI,AL009126.3,BSU06840,752412,753131,+,putative DNA integrase or transcriptional regulator,Transcription,O31509,Op5 +BSU_06850,cotK,AL009126.3,BSU06850,753265,753702,+,spore inner coat protein,No COG annotation,O31510,Op5 +BSU_06860,yezE,AL009126.3,BSU06860,753817,754401,+,putative transcriptional regulator (TetR family),Transcription,Q7WY76,Op5 +BSU_06870,yesE,AL009126.3,BSU06870,754480,754923,+,conserved hypothetical protein,Function unknown,O31511,Op260 +BSU_06880,yesF,AL009126.3,BSU06880,754920,755780,+,putative oxidoreductase,Carbohydrate transport and metabolism,O31512,Op260 +BSU_06890,cotJA,AL009126.3,BSU06890,755907,756155,+,component of the inner spore coat,Function unknown,Q45536,Op261 +BSU_06900,cotJB,AL009126.3,BSU06900,756139,756402,+,component of the inner spore coat,Function unknown,Q45537,Op261 +BSU_06910,cotJC,AL009126.3,BSU06910,756417,756986,+,enzyme component of the inner spore coat,Inorganic ion transport and metabolism,Q45538,Op261 +BSU_06920,yesJ,AL009126.3,BSU06920,757111,757653,+,putative acetyltransferase,Transcription,O31513,Op261 +BSU_06930,yesK,AL009126.3,BSU06930,757676,757978,+,putative membrane component,No COG annotation,O31514,Op261 +BSU_06940,yesL,AL009126.3,BSU06940,758093,758722,+,putative permease or sensor of a three component system for pectin and rhamnogalacturonan transport and degradation,Function unknown,O31515,Op5 +BSU_06950,yesM,AL009126.3,BSU06950,758719,760452,+,two-component sensor histidine kinase [YesN],Signal transduction mechanisms,O31516,Op5 +BSU_06960,yesN,AL009126.3,BSU06960,760452,761558,+,two-component response regulator [YesM],Transcription,O31517,Op5 +BSU_06970,yesO,AL009126.3,BSU06970,761662,762945,+,pectin degradation byproducts (rhamnose oligosaccharides)-binding lipoprotein,Carbohydrate transport and metabolism,O31518,Op5 +BSU_06980,rhgP,AL009126.3,BSU06980,762942,763871,+,rhamnogalacturonan permease,Carbohydrate transport and metabolism,O31519,Op5 +BSU_06990,rhgQ,AL009126.3,BSU06990,763875,764765,+,rhamnogalacturonan permease,Inorganic ion transport and metabolism,O31520,Op5 +BSU_07000,rhgH,AL009126.3,BSU07000,764781,765815,+,rhamnogalacturonan hydrolase,Function unknown,O31521,Op5 +BSU_07010,rhgR,AL009126.3,BSU07010,765838,768123,+,transcriptional regulator (AraC/XylS family),Transcription,O31522,Op5 +BSU_07020,rhgT,AL009126.3,BSU07020,768137,768835,+,rhamnogalacturonan acetylesterase,Amino acid transport and metabolism,O31523,Op5 +BSU_07030,yesU,AL009126.3,BSU07030,768828,769490,+,putative enzyme,Function unknown,O31524,Op5 +BSU_07040,yesV,AL009126.3,BSU07040,769487,770113,+,putative integral inner membrane component,Function unknown,O31525,Op5 +BSU_07050,rhgW,AL009126.3,BSU07050,770234,772096,+,rhamnogalacturonan endolyase,Amino acid transport and metabolism,O31526,Op5 +BSU_07060,rhgX,AL009126.3,BSU07060,772142,773980,+,rhamnogalacturonan exolyase,Amino acid transport and metabolism,O31527,Op5 +BSU_07070,yesY,AL009126.3,BSU07070,774138,774791,+,rhamnogalacturonan acetylesterase,Amino acid transport and metabolism,O31528,Op5 +BSU_07080,rhgZ,AL009126.3,BSU07080,774799,776790,+,beta-galacturonidase,Carbohydrate transport and metabolism,O31529,Op5 +BSU_07090,yetA,AL009126.3,BSU07090,776834,779407,+,putative enzyme,No COG annotation,O31530,Op5 +BSU_07100,lplA,AL009126.3,BSU07100,779529,781037,+,lipoprotein transporter binding protein for alpha-galacturonides,Carbohydrate transport and metabolism,P37966,Op5 +BSU_07110,lplB,AL009126.3,BSU07110,781092,782048,+,ABC transporter (permease) for alpha-galacturonides,Carbohydrate transport and metabolism,P39128,Op5 +BSU_07120,lplC,AL009126.3,BSU07120,782062,782949,+,ABC transporter (permease) for alpha-galacturonides,Carbohydrate transport and metabolism,P39129,Op5 +BSU_07130,lplD,AL009126.3,BSU07130,782958,784298,+,alpha-galacturonidase,Carbohydrate transport and metabolism,P39130,Op5 +BSU_07140,yetF,AL009126.3,BSU07140,784381,785076,+,conserved membrane protein,Function unknown,O31533,Op5 +BSU_07150,hmoA,AL009126.3,BSU07150,785113,785439,-,heme-degrading monooxygenase,Function unknown,O31534,Op262 +BSU_07160,yetH,AL009126.3,BSU07160,785543,785905,-,putative lyase/dioxygenase,Amino acid transport and metabolism,O31535,Op5 +BSU_07170,yetI,AL009126.3,,786689,787264,+,putative paralog of RsbR%3B N-terminal part of YetI,Signal transduction mechanisms,,Op5 +BSU_07180,yetI,AL009126.3,,787264,787560,+,putative paralog of RsbR%3B C-terminal part of YetI,Signal transduction mechanisms,,Op5 +BSU_07190,yezD,AL009126.3,BSU07190,787715,787882,+,conserved hypothetical protein,Function unknown,O31538,Op5 +BSU_07200,calJ,AL009126.3,BSU07200,787992,788636,+,pH-sensitive calcium-leak permease (di-aspartyl pH sensor),Function unknown,O31539,Op5 +BSU_07210,yetK,AL009126.3,BSU07210,788636,789628,+,putative efflux transporter,Amino acid transport and metabolism,O31540,Op5 +BSU_07220,flvL,AL009126.3,BSU07220,789652,790155,-,transcriptional regulator (FlvL-flavonoids),Transcription,O31541,Op263 +BSU_07230,flvM,AL009126.3,BSU07230,790318,791427,+,putative flavin-dependent hydroxylase/monooxygenase acting on salicylate derivatives,Energy production and conversion,O06489,Op264 +BSU_07240,yetN,AL009126.3,BSU07240,791462,792532,-,conserved hypothetical protein,Function unknown,O06490,Op265 +BSU_07250,cypD,AL009126.3,BSU07250,792682,795867,+,bifunctional P-450/NADPH-P450 reductase 1,Energy production and conversion,O08394,Op5 +BSU_07260,ltaSA,AL009126.3,BSU07260,796314,798233,+,exported glycerol phosphate lipoteichoic acid synthetase and anion-binding protein,Cell wall/membrane/envelope biogenesis,Q797B3,Op266 +BSU_07270,spmH,AL009126.3,BSU07270,798469,799233,+,glucose-1-phosphate cytidylyltransferase (sporulation),"Translation, ribosomal structure and biogenesis",O06486,Op267 +BSU_07280,spmG,AL009126.3,BSU07280,799240,800208,+,putative CDP-sugar-dehydratase/epimerase,Cell wall/membrane/envelope biogenesis,O06485,Op267 +BSU_07290,yfnF,AL009126.3,BSU07290,800232,801143,+,putative glycosyltransferase,Cell wall/membrane/envelope biogenesis,O06484,Op267 +BSU_07300,yfnE,AL009126.3,BSU07300,801172,802350,+,putative glycosyltransferase (complex carbohydrate synthase),Function unknown,O06483,Op267 +BSU_07310,yfnD,AL009126.3,BSU07310,802351,803286,+,putative glycosyltransferase (complex carbohydrate synthase),Cell wall/membrane/envelope biogenesis,O31542,Op267 +BSU_07320,yfnC,AL009126.3,BSU07320,803317,804546,-,putative efflux transporter,Inorganic ion transport and metabolism,O06481,Op268 +BSU_07330,pynN,AL009126.3,BSU07330,804657,805364,-,pyrimidine nucleotide phosphatase (promiscuous),Function unknown,O06480,Op269 +BSU_07340,mtrA,AL009126.3,BSU07340,805456,806841,-,methylthioribose permease,Amino acid transport and metabolism,Q797A7,Op270 +BSU_07350,vdhT,AL009126.3,BSU07350,807091,808548,+,vanillin dehydrogenase,Energy production and conversion,O06478,Op271 +BSU_07360,yfmS,AL009126.3,BSU07360,808562,809422,+,chemotaxis sensory transducer (sensed target unknown),Cell motility,O06477,Op271 +BSU_07370,ettA,AL009126.3,BSU07370,809557,811446,+,putative energy-dependent translational throttle A,Function unknown,O06476,Op272 +BSU_07380,yfmQ,AL009126.3,BSU07380,811569,812015,+,conserved hypothetical protein,Function unknown,O06475,Op273 +BSU_07390,copP,AL009126.3,BSU07390,812140,812562,+,transcriptional regulator (MerR family) of metal (copper) efflux transporter expression,Transcription,O06474,Op274 +BSU_07400,copO,AL009126.3,BSU07400,812628,813818,+,metal (copper) efflux transporter,Amino acid transport and metabolism,O06473,Op274 +BSU_07410,yfmN,AL009126.3,BSU07410,814109,814264,+,hypothetical protein,No COG annotation,O06472,Op5 +BSU_07420,ettM,AL009126.3,BSU07420,814384,815940,-,putative energy-sensing inhibitor of translation,Function unknown,O34512,Op275 +BSU_07430,yfmL,AL009126.3,BSU07430,816113,817243,+,putative ATP-dependent RNA helicase,"Replication, recombination and repair",O34750,Op276 +BSU_07440,yfmK,AL009126.3,BSU07440,817311,817757,+,putative acetyltransferase,Transcription,O34536,Op277 +BSU_07450,yfmJ,AL009126.3,BSU07450,817810,818829,-,putative oxidoreductase,Function unknown,O34812,Op278 +BSU_07460,yfmI,AL009126.3,BSU07460,819311,820531,-,putative efflux transporter,Carbohydrate transport and metabolism,O34440,Op278 +BSU_07480,yfmG,AL009126.3,BSU07480,820867,822330,+,putative enzyme,Function unknown,O34722,Op279 +BSU_07490,fecF,AL009126.3,BSU07490,822903,823703,-,iron-dicitrate ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,O34510,Op280 +BSU_07500,fecE,AL009126.3,BSU07500,823716,824717,-,iron-dicitrate ABC transporter (permease),Inorganic ion transport and metabolism,O34832,Op280 +BSU_07510,fecD,AL009126.3,BSU07510,824714,825715,-,iron-dicitrate ABC transporter (permease),Inorganic ion transport and metabolism,O34933,Op280 +BSU_07520,fecC,AL009126.3,BSU07520,825787,826734,-,iron-dicitrate ABC transporter (binding lipoprotein),Inorganic ion transport and metabolism,O34348,Op280 +BSU_07530,yfmB,AL009126.3,BSU07530,826843,827211,-,conserved hypothetical protein,Function unknown,O34626,Op5 +BSU_07550,yflT,AL009126.3,BSU07550,827455,827802,+,heat stress induced protein,Function unknown,P80241,Op281 +BSU_07560,pelA,AL009126.3,BSU07560,827993,829255,+,pectate lyase,Carbohydrate transport and metabolism,P39116,Op282 +BSU_07570,maeS,AL009126.3,BSU07570,829382,830818,+,malate (2-oxoglutarate) transporter,Inorganic ion transport and metabolism,O34726,Op283 +BSU_07580,citS,AL009126.3,BSU07580,830945,832573,+,two-component sensor histidine kinase,Signal transduction mechanisms,O34427,Op284 +BSU_07590,citT,AL009126.3,BSU07590,832545,833225,+,two-component response regulator,Signal transduction mechanisms,O34534,Op284 +BSU_07600,yflP,AL009126.3,BSU07600,833228,834187,+,putative tricarboxylate transporter component,Function unknown,O34439,Op284 +BSU_07610,citM,AL009126.3,BSU07610,834383,835684,+,transporter of divalent metal ions/citrate complexes,Energy production and conversion,P55069,Op285 +BSU_07620,yflN,AL009126.3,BSU07620,835740,836534,+,putative metal-dependent hydrolase,Function unknown,O34409,Op285 +BSU_07630,nosA,AL009126.3,BSU07630,836653,837744,+,nitric-oxide synthase,Energy production and conversion,O34453,Op286 +BSU_07640,acyP,AL009126.3,BSU07640,837735,838010,-,acylphosphatase,Energy production and conversion,O35031,Op287 +BSU_07650,yflK,AL009126.3,BSU07650,838077,838742,+,putative sulfur carrier,Function unknown,O34542,Op286 +BSU_07660,yflJ,AL009126.3,BSU07660,838783,838920,-,conserved hypothetical protein,Function unknown,O34345,Op5 +BSU_07670,yflI,AL009126.3,BSU07670,839077,839232,-,conserved membrane protein,No COG annotation,O34905,Op5 +BSU_07680,yflH,AL009126.3,BSU07680,839339,839653,-,putative enzyme,Function unknown,O34306,Op288 +BSU_07690,mapB,AL009126.3,BSU07690,839735,840484,-,methionine aminopeptidase B,Amino acid transport and metabolism,O34484,Op288 +BSU_07700,nagP,AL009126.3,BSU07700,840656,842014,+,phosphotransferase system (PTS) N-acetylglucosamine-specific enzyme IICB component,Carbohydrate transport and metabolism,O34521,Op289 +BSU_07710,ltaSB,AL009126.3,BSU07710,842047,843996,-,enzyme responsible for polyglycerolphosphate LTA synthesis,Cell wall/membrane/envelope biogenesis,O34952,Op290 +BSU_07720,yflD,AL009126.3,BSU07720,844097,844234,+,hypothetical protein,No COG annotation,O34489,Op5 +BSU_07735,yflB,AL009126.3,BSU07735,844253,844645,+,conserved hypothetical protein,Function unknown,O34887,Op5 +BSU_07750,yflA,AL009126.3,BSU07750,844770,846185,+,putative aminoacid transporter,Amino acid transport and metabolism,O34708,Op291 +BSU_07760,yfkT,AL009126.3,BSU07760,846182,847258,-,putative spore germination integral inner membrane transporter,Amino acid transport and metabolism,O34573,Op292 +BSU_07770,yfkS,AL009126.3,BSU07770,847282,847482,-,putative spore germination D protein,No COG annotation,O35036,Op292 +BSU_07780,yfkR,AL009126.3,BSU07780,847498,848652,-,putative spore germination protein,Function unknown,O35028,Op292 +BSU_07790,yfkQ,AL009126.3,BSU07790,848633,850174,-,putative spore germination protein,Amino acid transport and metabolism,O34486,Op292 +BSU_07800,treP,AL009126.3,BSU07800,850367,851779,+,phosphotransferase system (PTS) trehalose-specific enzyme IIBC component,Carbohydrate transport and metabolism,P39794,Op293 +BSU_07810,treA,AL009126.3,BSU07810,851850,853535,+,trehalose-6-phosphate hydrolase,Carbohydrate transport and metabolism,P39795,Op293 +BSU_07820,treR,AL009126.3,BSU07820,853556,854272,+,transcriptional regulator (TreR-trehalose),Transcription,P39796,Op293 +BSU_07830,hypO,AL009126.3,BSU07830,854412,855077,+,NAD(P)H-flavin oxidoreductase (nitroreductase),Energy production and conversion,O34475,Op294 +BSU_07840,yfkN,AL009126.3,BSU07840,855114,859502,-,exported 2'%2C3'-cyclic-nucleotide 2'-phosphodiesterase%2C 2' (or 3') nucleotidase and 5' nucleotidase,Nucleotide transport and metabolism,O34313,Op295 +BSU_07850,sufLB,AL009126.3,BSU07850,859745,860263,+,general stress protein 18%3B deglycase,Function unknown,P80876,Op296 +BSU_07860,yfkL,AL009126.3,BSU07860,860303,861493,-,efflux transporter,Amino acid transport and metabolism,O34597,Op5 +BSU_07870,yfkK,AL009126.3,BSU07870,861586,861801,-,conserved hypothetical protein,Function unknown,O35019,Op5 +BSU_07880,yfkJ,AL009126.3,BSU07880,862004,862474,+,protein-tyrosine-phosphatase,Signal transduction mechanisms,O35016,Op297 +BSU_07890,yfkI,AL009126.3,BSU07890,862492,862812,+,conserved hypothetical protein,Function unknown,O34418,Op297 +BSU_07900,rbn,AL009126.3,BSU07900,862836,863663,+,putative ribonuclease BN,Function unknown,O34437,Op297 +BSU_07910,yfkF,AL009126.3,BSU07910,863862,865037,-,putative efflux transporter,Amino acid transport and metabolism,O34929,Op298 +BSU_07920,chaA,AL009126.3,BSU07920,865205,866260,+,H+/Ca2+ antiporter,Inorganic ion transport and metabolism,O34840,Op299 +BSU_07930,yfkD,AL009126.3,BSU07930,866331,867125,+,conserved hypothetical protein,Function unknown,O34579,Op299 +BSU_07940,mscC,AL009126.3,BSU07940,867164,868006,-,mechanosensitive ion channel,Cell wall/membrane/envelope biogenesis,O35043,Op300 +BSU_07955,yfkA,AL009126.3,BSU07955,868007,869128,-,putative Fe-S oxidoreductase%2C radical SAM superfamily,Function unknown,O34400,Op300 +BSU_07970,yfjT,AL009126.3,BSU07970,869273,869458,+,conserved hypothetical protein,No COG annotation,O35041,Op301 +BSU_07980,pdaA,AL009126.3,BSU07980,869559,870350,+,exported peptidoglycan N-acetylmuramic acid deacetylase,Carbohydrate transport and metabolism,O34928,Op302 +BSU_07990,yfjR,AL009126.3,BSU07990,870388,871248,-,putative beta-hydroxyacid dehydrogenase,Lipid transport and metabolism,O34969,Op303 +BSU_08000,yfjQ,AL009126.3,BSU08000,871347,872306,-,divalent cation (octahedral coordination) transporter,Inorganic ion transport and metabolism,O31543,Op304 +BSU_08010,yfjP,AL009126.3,BSU08010,872425,873288,+,putative DNA-3-methyladenine glycosylase,"Replication, recombination and repair",O31544,Op305 +BSU_08020,yfjO,AL009126.3,BSU08020,873402,874802,+,putative RNA methyltransferase,"Translation, ribosomal structure and biogenesis",O31545,Op305 +BSU_08029,yfzA,AL009126.3,BSU08029,875428,875694,+,conserved hypothetical protein,Function unknown,C0H3X6,Op5 +BSU_08030,dusC,AL009126.3,BSU08030,876426,877403,+,tRNA-dihydrouridine synthase 2,"Translation, ribosomal structure and biogenesis",O31546,Op306 +BSU_08040,yfjM,AL009126.3,BSU08040,877599,878051,+,conserved hypothetical protein,Function unknown,O31547,Op307 +BSU_08050,yfjL,AL009126.3,BSU08050,878081,878770,+,conserved hypothetical protein,No COG annotation,P40773,Op307 +BSU_08060,acoA,AL009126.3,BSU08060,879002,880003,+,acetoin dehydrogenase E1 component (TPP-dependent alpha subunit),Energy production and conversion,O31404,Op308 +BSU_08070,acoB,AL009126.3,BSU08070,880007,881035,+,acetoin dehydrogenase E1 component (TPP-dependent beta subunit),Energy production and conversion,O34591,Op308 +BSU_08080,acoC,AL009126.3,BSU08080,881049,882245,+,acetoin dehydrogenase E2 component (dihydrolipoamide acetyltransferase),Energy production and conversion,O31550,Op308 +BSU_08090,acoL,AL009126.3,BSU08090,882266,883642,+,acetoin dehydrogenase E3 component (dihydrolipoamide dehydrogenase),Energy production and conversion,O34324,Op308 +BSU_08100,acoR,AL009126.3,BSU08100,883758,885575,+,transcriptional regulator (AcoR-acetoin),Transcription,O31551,Op309 +BSU_08110,sspH,AL009126.3,BSU08110,885629,885808,+,small acid-soluble spore protein,Function unknown,O31552,Op309 +BSU_08120,yfjF,AL009126.3,BSU08120,885844,886173,-,putative membrane protein,Function unknown,O31553,Op310 +BSU_08130,yfjE,AL009126.3,BSU08130,886223,886681,-,putative integral inner membrane protein,Function unknown,O31554,Op310 +BSU_08140,yfjD,AL009126.3,BSU08140,886775,887332,-,putative integral inner membrane protein,Function unknown,O31555,Op310 +BSU_08150,yfjC,AL009126.3,BSU08150,887364,888131,-,conserved protein of unknown function,No COG annotation,O31556,Op310 +BSU_08160,yfjB,AL009126.3,BSU08160,888143,889366,-,putative phage protein,No COG annotation,O31557,Op310 +BSU_08170,yfjA,AL009126.3,BSU08170,889372,889686,-,conserved hypothetical protein,Function unknown,O31558,Op310 +BSU_08180,malA,AL009126.3,BSU08180,890022,891371,+,6-phospho-alpha-glucosidase,Carbohydrate transport and metabolism,P54716,Op311 +BSU_08190,malR,AL009126.3,BSU08190,891436,892200,+,transcriptional activator of the Mal operon,Transcription,P54717,Op311 +BSU_08200,malP,AL009126.3,BSU08200,892215,893798,+,phosphotransferase system (PTS) maltose-specific enzyme IICB component,Carbohydrate transport and metabolism,P54715,Op311 +BSU_08210,yfiB,AL009126.3,BSU08210,893904,895625,+,putative xenobiotic ABC transporter subunit (ATP-binding protein),Defense mechanisms,P54718,Op312 +BSU_08220,yfiC,AL009126.3,BSU08220,895619,897433,+,putative ABC transporter (ATP-binding protein),Defense mechanisms,P54719,Op312 +BSU_08230,catD,AL009126.3,BSU08230,897588,897992,+,catechol-2%2C3-dioxygenase membrane subunit,Function unknown,P54720,Op313 +BSU_08240,catE,AL009126.3,BSU08240,898010,898867,+,catechol-2%2C3-dioxygenase subunit,Function unknown,P54721,Op313 +BSU_08250,yfiF,AL009126.3,BSU08250,898961,899905,+,putative transcriptional regulator (AraC/XylS family%3B cupin family),Transcription,P54722,Op314 +BSU_08260,yfiG,AL009126.3,BSU08260,900080,901528,+,putative sugar/proton transporter,"Intracellular trafficking, secretion, and vesicular transport",P54723,Op315 +BSU_08270,yfiH,AL009126.3,BSU08270,901555,902496,+,putative sugar-phosphate epimerase/isomerase,Carbohydrate transport and metabolism,P54724,Op315 +BSU_08280,yfiI,AL009126.3,BSU08280,902506,903687,+,putative oxidoreductase,Function unknown,P94437,Op315 +BSU_08290,linJ,AL009126.3,BSU08290,903811,905013,+,two-component sensor histidine kinase [LinK] (linearmycin resistance%2C biofilm formation),Signal transduction mechanisms,P94438,Op316 +BSU_08300,linK,AL009126.3,BSU08300,905010,905672,+,two-component response regulator [LinJ] (linearmycin resistance%2C biofilm formation),Transcription,P94439,Op316 +BSU_08310,bifL,AL009126.3,BSU08310,905816,906751,+,ABC transporter (ATP-binding protein) biofilm formation,Defense mechanisms,P94440,Op5 +BSU_08320,bifM,AL009126.3,BSU08320,906764,907954,+,ABC transporter (permease) biofilm formation,Defense mechanisms,P94441,Op5 +BSU_08330,bifN,AL009126.3,BSU08330,907968,909125,+,ABC transporter (permease) biofilm formation,Defense mechanisms,P94442,Op5 +BSU_08340,padR,AL009126.3,BSU08340,909198,909746,-,transcriptional regulator of phenolic acid decarboxylase,Transcription,P94443,Op317 +BSU_08350,estB,AL009126.3,BSU08350,910019,910651,+,secreted esterase / acylglycerol lipase,Function unknown,Q79F14,Op318 +BSU_08360,icaC,AL009126.3,BSU08360,910840,911928,+,acetyl-glucosamine metabolite exporter component involved in biofilm formation,Carbohydrate transport and metabolism,O31559,Op319 +BSU_08370,yfiR,AL009126.3,BSU08370,911964,912581,-,transcriptional regulator (TetR/AcrR family),Transcription,O31560,Op320 +BSU_08380,yfiS,AL009126.3,BSU08380,912547,913800,-,putative efflux transporter,Amino acid transport and metabolism,O31561,Op320 +BSU_08390,bstA,AL009126.3,BSU08390,913924,914460,+,bacillithiol S-transferase,Function unknown,O31562,Op321 +BSU_08400,yfiU,AL009126.3,BSU08400,914457,916013,-,putative efflux transporter,Amino acid transport and metabolism,O31563,Op322 +BSU_08410,yfiV,AL009126.3,BSU08410,916124,916606,-,putative transcriptional regulator (MarR family),Transcription,O31564,Op323 +BSU_08425,mprF,AL009126.3,BSU08425,916778,919348,+,phosphatidylglycerol lysyltransferase involved in tRNA-dependent lysinylation of phospholipids,Function unknown,C0H3X7,Op324 +BSU_08440,sxzY,AL009126.3,BSU08440,919366,920343,-,xenosiderophore schizokinen (dihydroxamate) transporter binding lipoprotein,Inorganic ion transport and metabolism,O31567,Op325 +BSU_08450,sxzZ,AL009126.3,BSU08450,920474,921475,+,xenosiderophore schizokinen (dihydroxamate) transporter (permease),Inorganic ion transport and metabolism,O31568,Op326 +BSU_08460,sxzA,AL009126.3,BSU08460,921472,922503,+,xenosiderophore schizokinen (dihydroxamate) transporter (permease),Inorganic ion transport and metabolism,O31569,Op326 +BSU_08470,yfhB,AL009126.3,BSU08470,922618,923499,+,putative isomerase,Function unknown,O31570,Op327 +BSU_08480,yfhC,AL009126.3,BSU08480,923587,924171,+,putative oxidoreductase (nitroreductase family),Energy production and conversion,O31571,Op328 +BSU_08490,yfhD,AL009126.3,BSU08490,924210,924401,-,conserved hypothetical protein,Function unknown,O31572,Op329 +BSU_08500,yfhE,AL009126.3,BSU08500,924468,924578,-,hypothetical protein,No COG annotation,O31573,Op329 +BSU_08510,yfhF,AL009126.3,BSU08510,924633,925544,-,putative nucleotide-or NAD-binding protein,Function unknown,O31574,Op329 +BSU_08520,recX,AL009126.3,BSU08520,925633,926427,+,regulatory protein RecX,Function unknown,O31575,Op330 +BSU_08530,yfhH,AL009126.3,BSU08530,926429,926743,+,conserved hypothetical protein,Function unknown,O31576,Op330 +BSU_08540,yfhI,AL009126.3,BSU08540,926886,928079,+,putative efflux transporter,Amino acid transport and metabolism,O31577,Op331 +BSU_08550,sspK,AL009126.3,BSU08550,928112,928264,-,small acid-soluble spore protein,Function unknown,Q7WY75,Op332 +BSU_08560,yfhJ,AL009126.3,BSU08560,928389,928658,+,conserved hypothetical protein,Function unknown,O31578,Op5 +BSU_08570,yfhK,AL009126.3,BSU08570,928803,929321,+,putative exported protein,Signal transduction mechanisms,O31579,Op333 +BSU_08580,spdL,AL009126.3,BSU08580,929406,929738,+,factor for peptide SdpC immunity,Function unknown,O31580,Op333 +BSU_08590,ephM,AL009126.3,BSU08590,929725,930585,+,stress induced epoxide hydrolase,Function unknown,O31581,Op333 +BSU_08600,csbB,AL009126.3,BSU08600,930818,931807,+,putative bactoprenol glycosyl transferase%2C phage origin,Cell wall/membrane/envelope biogenesis,Q45539,Op334 +BSU_08610,yfhO,AL009126.3,BSU08610,931879,934464,+,conserved membrane protein,Function unknown,O31582,Op335 +BSU_08620,yfhP,AL009126.3,BSU08620,934457,935440,-,putative membrane hydrolase,Function unknown,O31583,Op336 +BSU_08630,mutY,AL009126.3,BSU08630,935656,936765,+,A/G-specific adenine glycosylase or DNA-(apurinic or apyrimidinic site) lyase,"Replication, recombination and repair",O31584,Op337 +BSU_08640,yfhS,AL009126.3,BSU08640,936773,936997,-,conserved protein related to sporulation,No COG annotation,O31585,Op338 +BSU_08650,fabL,AL009126.3,BSU08650,937079,937831,+,enoyl-acyl carrier protein reductase III,Lipid transport and metabolism,P71079,Op337 +BSU_08660,sspE,AL009126.3,BSU08660,937900,938154,+,small acid-soluble spore protein (gamma-type SASP),Function unknown,P07784,Op337 +BSU_08670,ygaB,AL009126.3,BSU08670,938243,938587,+,conserved hypothetical protein,Function unknown,P71080,Op5 +BSU_08680,ygaC,AL009126.3,BSU08680,938731,939261,+,putative RNA binding factor,"Translation, ribosomal structure and biogenesis",Q796Z1,Op5 +BSU_08690,ygaD,AL009126.3,BSU08690,939349,941091,+,putative ABC transporter (ATP-binding protein),Defense mechanisms,P71082,Op5 +BSU_08700,ygaE,AL009126.3,BSU08700,941168,942229,-,putative membrane protein,Function unknown,P71083,Op5 +BSU_08710,gsaB,AL009126.3,BSU08710,942449,943738,-,glutamate-1-semialdehyde aminotransferase%2C class III aminotransferase,Coenzyme transport and metabolism,P71084,Op5 +BSU_08720,bcp,AL009126.3,BSU08720,943891,944364,+,peroxiredoxin with versatile activity,"Post-translational modification, protein turnover, and chaperones",Q796Y8,Op5 +BSU_08730,perR,AL009126.3,BSU08730,944487,944924,+,transcriptional regulator (Fur family),Inorganic ion transport and metabolism,P71086,Op339 +BSU_08740,ygzB,AL009126.3,BSU08740,944959,945312,-,putative membrane protein,Function unknown,Q7WY74,Op340 +BSU_08750,ygxA,AL009126.3,BSU08750,945520,946404,+,conserved hypothetical protein,Function unknown,Q04385,Op5 +BSU_08760,spo0M,AL009126.3,BSU08760,953373,954149,-,protein involved in the control of the cell cycle as a function of the environment,Function unknown,P71088,Op341 +BSU_08770,ygzA,AL009126.3,BSU08770,954291,954494,+,conserved protein of unknown function,No COG annotation,O31586,Op342 +BSU_08779,ygzC,AL009126.3,BSU08779,954579,954851,-,putative spore coat protein,Cell wall/membrane/envelope biogenesis,C0H3X8,Op343 +BSU_08780,ygaJ,AL009126.3,BSU08780,954893,955585,+,putative peptidase,Amino acid transport and metabolism,P71089,Op5 +BSU_08790,thiC,AL009126.3,BSU08790,955895,957667,+,phosphomethylpyrimidine synthase,Coenzyme transport and metabolism,P45740,Op5 +BSU_08800,ygaK,AL009126.3,BSU08800,957705,959060,-,putative FAD-dependent oxido-reductase,Energy production and conversion,Q796Y5,Op344 +BSU_08810,senS,AL009126.3,BSU08810,959311,959508,+,transcriptional regulator (repressor of ScoC),No COG annotation,,Op345 +BSU_08820,katA,AL009126.3,BSU08820,959535,960986,-,vegetative catalase 1,Inorganic ion transport and metabolism,P26901,Op346 +BSU_08830,ssuB,AL009126.3,BSU08830,961394,962161,+,aliphatic sulfonate ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,P97027,Op347 +BSU_08840,ssuA,AL009126.3,BSU08840,962179,963177,+,aliphatic sulfonate ABC transporter (binding lipoprotein),Cell wall/membrane/envelope biogenesis,P40400,Op347 +BSU_08850,ssuC,AL009126.3,BSU08850,963174,964004,+,aliphatic sulfonate ABC transporter (permease),Inorganic ion transport and metabolism,P40401,Op347 +BSU_08860,ssuD,AL009126.3,BSU08860,964027,965157,+,FMNH2-dependent aliphatic sulfonate monooxygenase,Energy production and conversion,P40402,Op347 +BSU_08870,ygaN,AL009126.3,BSU08870,965261,965797,+,putative sulfur-related oxidoreductase,No COG annotation,P97028,Op347 +BSU_08880,rpsNB,AL009126.3,BSU08880,965909,966178,+,alternative ribosomal protein S14,"Translation, ribosomal structure and biogenesis",O31587,Op348 +BSU_08890,ygaO,AL009126.3,BSU08890,966196,966669,-,putative integral inner membrane protein,No COG annotation,P97029,Op349 +BSU_08899,ygzD,AL009126.3,BSU08899,966671,966871,-,putative HTH-type transcriptional regulator,Transcription,C0H3X9,Op349 +BSU_08900,yhzB,AL009126.3,BSU08900,967229,967852,-,conserved hypothetical protein,Function unknown,O31588,Op5 +BSU_08910,queG,AL009126.3,BSU08910,967935,969095,+,epoxyqueuosine reductase,Energy production and conversion,P97030,Op5 +BSU_08920,yhbB,AL009126.3,BSU08920,969162,970097,+,conserved hypothetical protein,Function unknown,O31589,Op5 +BSU_08930,trmL,AL009126.3,BSU08930,970135,970617,+,tRNA (cytidine(34)-2'-O)-methyltransferase,"Translation, ribosomal structure and biogenesis",O31590,Op5 +BSU_08940,yhbD,AL009126.3,BSU08940,970667,971383,+,putative sporulation-related protein,Transcription,P97032,Op5 +BSU_08950,yhbE,AL009126.3,BSU08950,971374,972087,+,conserved protein involved in sporulation,Cell wall/membrane/envelope biogenesis,P39132,Op5 +BSU_08960,yhbF,AL009126.3,BSU08960,972099,972806,+,conserved protein involved in sporulation,Cell wall/membrane/envelope biogenesis,P39133,Op350 +BSU_08970,prkA,AL009126.3,BSU08970,973156,975051,+,serine protein kinase (involved in sporulation),Signal transduction mechanisms,P39134,Op351 +BSU_08980,yhbH,AL009126.3,BSU08980,975231,976409,+,factor involved in shape determination,Function unknown,P45742,Op352 +BSU_08990,yhbI,AL009126.3,BSU08990,976569,977033,+,putative transcriptional regulator (MarR family) induced by acid stress,Transcription,O31592,Op353 +BSU_09000,yhbJ,AL009126.3,BSU09000,977069,977734,+,putative membrane fusion protein%3B putative exporter subunit (benzoate transcriptome),Defense mechanisms,O31593,Op353 +BSU_09010,yhcA,AL009126.3,BSU09010,977775,979373,+,putative exporter (benzoate transcriptome),Amino acid transport and metabolism,P54585,Op353 +BSU_09020,yhcB,AL009126.3,BSU09020,979396,979926,+,NADH:quinone oxidoreductase associated to benzoate stress,Function unknown,P54586,Op353 +BSU_09030,yhcC,AL009126.3,BSU09030,979939,980313,+,hypothetical membrane protein,No COG annotation,P54587,Op353 +BSU_09040,yhcD,AL009126.3,BSU09040,980313,980468,+,hypothetical protein,No COG annotation,P54588,Op353 +BSU_09050,yhcE,AL009126.3,BSU09050,980473,981234,+,putative integral inner membrane orphan protein,No COG annotation,P54589,Op353 +BSU_09060,yhcF,AL009126.3,BSU09060,981237,981602,+,putative transcriptional regulator (GntR family),Transcription,P54590,Op353 +BSU_09070,yhcG,AL009126.3,BSU09070,981604,982302,+,putative ABC transporter ATP-binding protein,Defense mechanisms,P54591,Op353 +BSU_09080,yhcH,AL009126.3,BSU09080,982319,983236,+,putative ABC transporter (ATP-binding protein),Defense mechanisms,P54592,Op353 +BSU_09090,yhcI,AL009126.3,BSU09090,983229,984170,+,putative ABC transporter (permease),Function unknown,P54593,Op353 +BSU_09100,cspB,AL009126.3,BSU09100,984262,984465,-,major cold-shock protein%2C RNA helicase co-factor%2C RNA co-chaperone,Transcription,P32081,Op354 +BSU_09110,yhcJ,AL009126.3,BSU09110,984901,985731,+,putative ABC transporter (binding lipoprotein),Cell wall/membrane/envelope biogenesis,P54594,Op355 +BSU_09120,dgcK,AL009126.3,BSU09120,985734,986813,-,diguanylate cyclase,Signal transduction mechanisms,P54595,Op356 +BSU_09130,tcyP,AL009126.3,BSU09130,986986,988377,+,(sodium)-cystine symporter,"Intracellular trafficking, secretion, and vesicular transport",P54596,Op357 +BSU_09140,yhcM,AL009126.3,BSU09140,988417,988872,-,expressed protein of unknown function,No COG annotation,P54597,Op358 +BSU_09150,yhcN,AL009126.3,BSU09150,989022,989591,+,putative germination lipoprotein,Function unknown,P54598,Op359 +BSU_09165,yhcO,AL009126.3,BSU09165,989712,990680,+,putative exported protein (sporulation germination island),No COG annotation,P54599,Op360 +BSU_09180,yhcQ,AL009126.3,BSU09180,990612,991265,-,putative spore coat protein,Cell wall/membrane/envelope biogenesis,P54601,Op361 +BSU_09190,mncR,AL009126.3,BSU09190,991348,995001,+,non specific extracellular Ca2+-dependent endonuclease cleaving RNA and DNA,Nucleotide transport and metabolism,P54602,Op362 +BSU_09200,srtA,AL009126.3,BSU09200,994998,995594,+,sortase A,Cell wall/membrane/envelope biogenesis,P54603,Op362 +BSU_09210,yhcT,AL009126.3,BSU09210,995624,996532,-,putative RNA pseudouridine synthase,"Translation, ribosomal structure and biogenesis",P54604,Op363 +BSU_09220,yhcU,AL009126.3,BSU09220,996643,997038,+,conserved protein of unknown function,Function unknown,P54605,Op5 +BSU_09230,yhcV,AL009126.3,BSU09230,997175,997597,+,putative CBS containing enzyme (sporulation-/ germination-related),Function unknown,P54606,Op364 +BSU_09240,glpW,AL009126.3,BSU09240,997724,998386,+,promiscuous phosphoglycolate phosphatase / glycerol-3-phosphate phosphatase / 2-deoxyglucose-6-phosphatase,Function unknown,P54607,Op5 +BSU_09250,yhcX,AL009126.3,BSU09250,998402,999943,+,putative amidohydrolase,Transcription,P54608,Op5 +BSU_09259,yhzG,AL009126.3,,1000027,1000218,+,hypothetical protein,No COG annotation,,Op5 +BSU_09260,yhxA,AL009126.3,BSU09260,1000364,1001716,+,putative aminotransferase,Amino acid transport and metabolism,P33189,Op365 +BSU_09270,glpP,AL009126.3,BSU09270,1001744,1002322,+,sn-glycerol-3-phosphate responding transcription antiterminator,Transcription,P30300,Op365 +BSU_09280,glpF,AL009126.3,BSU09280,1002501,1003325,+,glycerol permease,Carbohydrate transport and metabolism,P18156,Op366 +BSU_09290,glpK,AL009126.3,BSU09290,1003344,1004834,+,glycerol kinase (sn-glycerol-3-phosphate generating),Energy production and conversion,P18157,Op366 +BSU_09300,glpD,AL009126.3,BSU09300,1004975,1006642,+,sn-glycerol-3-phosphate oxidase (FAD-dependent),Energy production and conversion,P18158,Op367 +BSU_09310,pgcA,AL009126.3,BSU09310,1006774,1008519,+,alpha-phosphoglucomutase,Carbohydrate transport and metabolism,P18159,Op5 +BSU_09320,yhcY,AL009126.3,BSU09320,1008668,1009807,+,two-component sensor histidine kinase [YhcZ],Signal transduction mechanisms,O07527,Op368 +BSU_09330,yhcZ,AL009126.3,BSU09330,1009804,1010448,+,two-component response regulator [YhcY],Transcription,O07528,Op368 +BSU_09340,azr,AL009126.3,BSU09340,1010445,1010969,+,oxidoreductase%2C NAD(P)H-FMN and ferric iron reductase (azoreductase),Function unknown,O07529,Op368 +BSU_09350,yhdB,AL009126.3,BSU09350,1010984,1011226,-,conserved hypothetical protein,Function unknown,O07530,Op369 +BSU_09360,yhdC,AL009126.3,BSU09360,1011427,1011750,+,putative exported protein,Function unknown,O07531,Op370 +BSU_09370,lytF,AL009126.3,BSU09370,1011792,1013258,-,gamma-D-glutamate-meso-diaminopimelate muropeptidase (major autolysin%2C vegetative),Cell wall/membrane/envelope biogenesis,O07532,Op371 +BSU_09380,nsrR,AL009126.3,BSU09380,1013411,1013851,-,NO-dependent activator of the ResDE regulon (Fe-S NO binding site),Transcription,O07573,Op372 +BSU_09390,ygxB,AL009126.3,BSU09390,1013958,1015616,-,putative integral membrane protein,Cell wall/membrane/envelope biogenesis,P37874,Op5 +BSU_09400,spoVR,AL009126.3,BSU09400,1015647,1017053,+,involved in spore cortex synthesis (stage V sporulation%2C conserved in non sporulating bacteria,Function unknown,P37875,Op373 +BSU_09410,phoA,AL009126.3,BSU09410,1017083,1018468,-,alkaline phosphatase A,Inorganic ion transport and metabolism,P19406,Op374 +BSU_09420,lytE,AL009126.3,BSU09420,1018998,1020002,+,cell wall dl-endopeptidase%3B phosphatase-associated protein (major autolysin),Cell wall/membrane/envelope biogenesis,P54421,Op375 +BSU_09430,citR,AL009126.3,BSU09430,1020073,1020948,-,transcriptional regulator CitR (LysR family),Transcription,P39127,Op376 +BSU_09440,citA,AL009126.3,BSU09440,1021057,1022157,+,citrate synthase I,Energy production and conversion,P39119,Op377 +BSU_09450,yhdF,AL009126.3,BSU09450,1022231,1023100,+,putative NAD(P)-dependent dehydrogenase,Lipid transport and metabolism,O07575,Op378 +BSU_09460,bcaP,AL009126.3,BSU09460,1023350,1024747,+,branched-chain amino acid transporter or methylthioribose-degradation metabolite exporter,Amino acid transport and metabolism,O07576,Op379 +BSU_09470,yhdH,AL009126.3,BSU09470,1024865,1026220,+,putative sodium-dependent transporter,Function unknown,O07577,Op5 +BSU_09480,yhdI,AL009126.3,BSU09480,1026255,1027664,-,putative PLP-dependent transcriptional regulator,Transcription,O07578,Op380 +BSU_09490,yhdJ,AL009126.3,BSU09490,1027774,1028202,+,putative acetyltransferase,Transcription,O07579,Op381 +BSU_09500,asiMB,AL009126.3,BSU09500,1028233,1028523,-,negative regulator of the activity of sigma-M,Function unknown,O07580,Op382 +BSU_09510,asiMA,AL009126.3,BSU09510,1028511,1029587,-,negative regulator of the activity of sigma-M,Function unknown,O07581,Op382 +BSU_09520,sigM,AL009126.3,BSU09520,1029577,1030068,-,RNA polymerase ECF (extracytoplasmic function)-type sigma factor (sigma(M)),Transcription,O07582,Op382 +BSU_09530,akrN,AL009126.3,BSU09530,1030265,1031260,+,aldo/keto reductase specific for NADPH%3B protects against methylglyoxal,Energy production and conversion,P80874,Op383 +BSU_09540,plsC,AL009126.3,BSU09540,1031395,1031994,+,1-acylglycerol-phosphate (1-acyl-G3P) acyltransferase,Lipid transport and metabolism,O07584,Op383 +BSU_09550,yhdP,AL009126.3,BSU09550,1032063,1033397,-,putative magnesium efflux pump,Function unknown,O07585,Op5 +BSU_09560,cueR,AL009126.3,BSU09560,1033458,1033889,-,indirect copper efflux transcriptional regulator,Transcription,O07586,Op5 +BSU_09570,yhdR,AL009126.3,BSU09570,1034046,1035227,+,putative aspartate aminotransferase,Amino acid transport and metabolism,O07587,Op5 +BSU_09590,yhdT,AL009126.3,BSU09590,1035554,1036939,+,putative membrane protein,Inorganic ion transport and metabolism,O07589,Op5 +BSU_09600,crcBA,AL009126.3,BSU09600,1036953,1037309,-,fluoride efflux channel component A,"Cell cycle control, cell division, chromosome partitioning",O07590,Op5 +BSU_09610,crcBB,AL009126.3,BSU09610,1037306,1037701,-,subunit of fluoride efflux transporter,"Cell cycle control, cell division, chromosome partitioning",O07591,Op5 +BSU_09620,yhdW,AL009126.3,BSU09620,1037688,1038419,-,putative glycerophosphodiester phosphodiesterase,Energy production and conversion,O07592,Op5 +BSU_09630,yhdX,AL009126.3,BSU09630,1038653,1038760,+,conserved hypothetical protein,No COG annotation,O07593,Op5 +BSU_09640,mscY,AL009126.3,BSU09640,1038909,1040024,+,small conductance mechano-sensitive channel,Cell wall/membrane/envelope biogenesis,O07594,Op5 +BSU_09650,srtN,AL009126.3,BSU09650,1040094,1040837,+,sirtuin NAD-dependent deacetylase,Transcription,O07595,Op5 +BSU_09660,yheN,AL009126.3,BSU09660,1040861,1041709,-,putative polysaccharide deacetylase,Carbohydrate transport and metabolism,O07596,Op384 +BSU_09670,dat,AL009126.3,BSU09670,1041994,1042842,+,D-alanine aminotransferase,Amino acid transport and metabolism,O07597,Op385 +BSU_09680,nhaC,AL009126.3,BSU09680,1042885,1044246,-,Na+/H+ antiporter,Energy production and conversion,O07553,Op5 +BSU_09690,nhaX,AL009126.3,BSU09690,1044373,1044873,-,stress response protein%2C UspA family,Signal transduction mechanisms,O07552,Op386 +BSU_09700,bmrB,AL009126.3,BSU09700,1045037,1045198,+,regulator leader peptide,No COG annotation,O07551,Op5 +BSU_09710,bmrC,AL009126.3,BSU09710,1045318,1047075,+,efflux ABC transporter (ATP-binding protein),Defense mechanisms,O07550,Op387 +BSU_09720,bmrD,AL009126.3,BSU09720,1047072,1049093,+,efflux ABC transporter (ATP-binding subunit),Defense mechanisms,O07549,Op387 +BSU_09730,yheG,AL009126.3,BSU09730,1049142,1049762,-,putative NADH-flavin oxidoreductase,Carbohydrate transport and metabolism,O07548,Op5 +BSU_09740,yheF,AL009126.3,BSU09740,1049801,1049926,-,conserved hypothetical protein,No COG annotation,O07547,Op5 +BSU_09750,sspB,AL009126.3,BSU09750,1050031,1050234,-,small acid-soluble spore protein (beta-type SASP),Function unknown,P04832,Op388 +BSU_09760,yheE,AL009126.3,BSU09760,1050443,1050661,-,conserved hypothetical protein (sporulation / germination island),Function unknown,O07546,Op5 +BSU_09770,spaD,AL009126.3,BSU09770,1050811,1052172,-,spore coat associated protein,Coenzyme transport and metabolism,O07545,Op389 +BSU_09780,spaC,AL009126.3,BSU09780,1052162,1053253,-,spore coat associated protein%2C subunit C,Coenzyme transport and metabolism,O07544,Op389 +BSU_09790,yheB,AL009126.3,BSU09790,1053520,1054653,+,conserved hypothetical protein,Function unknown,O07543,Op5 +BSU_09800,yheA,AL009126.3,BSU09800,1054746,1055099,+,conserved hypothetical protein,Function unknown,O07542,Op5 +BSU_09810,yhaZ,AL009126.3,BSU09810,1055143,1056216,-,conserved hypothetical protein,"Replication, recombination and repair",O07541,Op390 +BSU_09830,yhaX,AL009126.3,BSU09830,1056702,1057568,+,putative hydrolase,Function unknown,O07539,Op391 +BSU_09840,hemZ,AL009126.3,BSU09840,1057680,1059185,+,coproporphyrinogen III oxidase,Coenzyme transport and metabolism,Q796V8,Op392 +BSU_09850,khtU,AL009126.3,BSU09850,1059203,1060420,-,proton/potassium antiporter%3B methylglyoxal resistance,Inorganic ion transport and metabolism,O07536,Op5 +BSU_09860,khtT,AL009126.3,BSU09860,1060427,1060924,-,K+/H+ antiporter for K+ efflux,Inorganic ion transport and metabolism,O07535,Op5 +BSU_09870,khtS,AL009126.3,BSU09870,1060988,1061326,-,K+/H+ antiporter for K+ efflux,No COG annotation,O07534,Op5 +BSU_09880,yhaR,AL009126.3,BSU09880,1061491,1062258,+,putative dehydratase / isomerase,Lipid transport and metabolism,O07533,Op393 +BSU_09889,yhzD,AL009126.3,BSU09889,1062279,1062464,-,conserved hypothetical protein,Function unknown,C0H3Y1,Op394 +BSU_09890,yhaQ,AL009126.3,BSU09890,1062591,1063487,+,Na+-dependent efflux ABC transporter (ATP-binding protein),Function unknown,C0SPB4,Op5 +BSU_09900,yhaP,AL009126.3,BSU09900,1063480,1064739,+,Na+-dependent exporter (ABC permease),Energy production and conversion,O07523,Op5 +BSU_09910,yhaO,AL009126.3,BSU09910,1064846,1066072,+,putative DNA repair exonuclease,"Replication, recombination and repair",O07522,Op395 +BSU_09920,sbcE,AL009126.3,BSU09920,1066077,1068968,+,ATPase involved in DNA double strand break repair and recombination,"Replication, recombination and repair",O08455,Op395 +BSU_09930,yhaM,AL009126.3,BSU09930,1069042,1069986,+,3'-5' exonuclease,"Replication, recombination and repair",O07521,Op395 +BSU_09940,yhaL,AL009126.3,BSU09940,1070111,1070323,+,sporulation factor,Function unknown,O07520,Op5 +BSU_09950,prsA,AL009126.3,BSU09950,1070364,1071242,-,molecular chaperone lipoprotein,Cell wall/membrane/envelope biogenesis,P24327,Op396 +BSU_09958,sscA,AL009126.3,BSU09958,1071402,1071488,+,spore assembly and germination protein,No COG annotation,C0H3Y2,Op397 +BSU_09959,sscB,AL009126.3,BSU09959,1071613,1071699,+,spore and germination protein,No COG annotation,L8EBJ6,Op398 +BSU_09965,yhaJ,AL009126.3,BSU09965,1072042,1072560,-,putative membrane enzyme,Function unknown,O07518,Op399 +BSU_09980,yhaI,AL009126.3,BSU09980,1072768,1073109,+,conserved protein of unknown function,Function unknown,O07517,Op400 +BSU_09990,scoC,AL009126.3,BSU09990,1073106,1073717,-,transcriptional regulator of extracellular protease production%2C sporulation and bacilysin production (MarR family),Transcription,P11065,Op401 +BSU_10000,yhaH,AL009126.3,BSU10000,1073895,1074251,-,putative membrane protein%3B acid tolerance protein,Function unknown,O07516,Op5 +BSU_10009,yhzF,AL009126.3,BSU10009,1074381,1074572,+,membrane protein of unknown function,No COG annotation,C0H3Y3,Op402 +BSU_10010,trpP,AL009126.3,BSU10010,1074646,1075164,-,tryptophan transporter or sensor,Function unknown,O07515,Op403 +BSU_10020,serC,AL009126.3,BSU10020,1075289,1076368,-,phosphoserine aminotransferase,Amino acid transport and metabolism,P80862,Op5 +BSU_10030,hinT,AL009126.3,BSU10030,1076515,1076952,-,promiscuous Hit-family phosphohydrolase%2C adenosine phosphoramidase,Nucleotide transport and metabolism,O07513,Op5 +BSU_10040,ecsA,AL009126.3,BSU10040,1077440,1078183,+,ABC transporter (ATP-binding protein),Defense mechanisms,P55339,Op5 +BSU_10050,ecsB,AL009126.3,BSU10050,1078176,1079402,+,ABC transporter (permease subunit),"Intracellular trafficking, secretion, and vesicular transport",P55340,Op5 +BSU_10060,ecsC,AL009126.3,BSU10060,1079422,1080132,+,putative hydrolase,Function unknown,P55341,Op5 +BSU_10070,sndC,AL009126.3,BSU10070,1080150,1081340,-,N-acetyl amino acid acetylase%2C promiscuous activity,Amino acid transport and metabolism,O07598,Op5 +BSU_10080,yhfA,AL009126.3,BSU10080,1081413,1082804,-,putative transporter,Energy production and conversion,O07599,Op5 +BSU_10090,yhgB,AL009126.3,BSU10090,1082870,1083184,-,hypothetical protein,Energy production and conversion,P38048,Op5 +BSU_10100,hmoB,AL009126.3,BSU10100,1083229,1083729,-,heme-degrading monooxygenase,Function unknown,P38049,Op404 +BSU_10110,pbpF,AL009126.3,BSU10110,1083851,1085995,+,penicillin-binding protein 2C (1F class) required for spore germination,Cell wall/membrane/envelope biogenesis,P38050,Op405 +BSU_10120,hemE,AL009126.3,BSU10120,1086117,1087178,+,uroporphyrinogen III decarboxylase,Coenzyme transport and metabolism,P32395,Op406 +BSU_10130,hemH,AL009126.3,BSU10130,1087250,1088182,+,ferrochelatase,Coenzyme transport and metabolism,P32396,Op406 +BSU_10140,hemY,AL009126.3,BSU10140,1088197,1089609,+,promiscuous protoporphyrinogen IX and coproporphyrinogen III oxidase,Coenzyme transport and metabolism,P32397,Op406 +BSU_10150,yhgD,AL009126.3,BSU10150,1089755,1090330,+,transcriptional regulator of unknown target,Transcription,P32398,Op5 +BSU_10160,yhgE,AL009126.3,BSU10160,1090401,1092728,+,putative methyl-accepting protein,Function unknown,P32399,Op5 +BSU_10170,fabHB,AL009126.3,BSU10170,1092770,1093747,-,beta-ketoacyl-acyl carrier protein synthase III 2,Lipid transport and metabolism,O07600,Op407 +BSU_10180,yhfC,AL009126.3,BSU10180,1093874,1094650,+,putative integral membrane protein,Function unknown,O07601,Op5 +BSU_10200,yhfE,AL009126.3,BSU10200,1095063,1096103,+,putative aminopeptidase,Carbohydrate transport and metabolism,O07603,Op5 +BSU_10210,yhfF,AL009126.3,BSU10210,1096116,1096523,+,putative RNA-binding PUA-containing enzyme,Function unknown,O07604,Op5 +BSU_10220,gltT,AL009126.3,BSU10220,1096560,1097849,-,proton/sodium-glutamate (aspartate) symport permease,Energy production and conversion,O07605,Op5 +BSU_10230,yhfH,AL009126.3,BSU10230,1098120,1098260,-,conserved protein of unknown function,Function unknown,O07606,Op5 +BSU_10240,yhfI,AL009126.3,BSU10240,1098412,1099146,+,putative metal-dependent hydrolase,Function unknown,O07607,Op5 +BSU_10250,lplJ,AL009126.3,BSU10250,1099159,1100154,+,lipoate-protein ligase,Coenzyme transport and metabolism,O07608,Op5 +BSU_10260,yhfK,AL009126.3,BSU10260,1100219,1100863,+,putative NAD-binding epimerase / hydratase,Carbohydrate transport and metabolism,O07609,Op5 +BSU_10270,lcfB,AL009126.3,BSU10270,1100980,1102521,+,long-chain fatty-acid-CoA ligase (degradative),Lipid transport and metabolism,O07610,Op408 +BSU_10280,yhfM,AL009126.3,BSU10280,1102560,1102955,-,putative membrane protein,No COG annotation,O07611,Op409 +BSU_10290,yhfN,AL009126.3,BSU10290,1103104,1104384,+,putative membrane metalloprotease,"Post-translational modification, protein turnover, and chaperones",P40769,Op410 +BSU_10300,aprE,AL009126.3,BSU10300,1104423,1105568,-,serine alkaline protease (Ca(2+)-dependent subtilisin E),"Post-translational modification, protein turnover, and chaperones",P04189,Op411 +BSU_10310,yhfO,AL009126.3,BSU10310,1106003,1106452,+,putative N-acetyltransferase,Transcription,O07614,Op5 +BSU_10320,yhfP,AL009126.3,BSU10320,1106524,1107516,+,putative oxidoreductase,Energy production and conversion,O07615,Op5 +BSU_10330,yhfQ,AL009126.3,BSU10330,1107733,1108704,+,iron(III) siderophore-binding lipoprotein,Cell wall/membrane/envelope biogenesis,C0SP94,Op412 +BSU_10340,phoE,AL009126.3,BSU10340,1108736,1109317,-,promiscuous phosphatase%3B putative (phosphoglycerate) mutase,Carbohydrate transport and metabolism,O07617,Op5 +BSU_10350,yhfS,AL009126.3,BSU10350,1109388,1110482,-,acetyl-CoA C-acetyltransferase,Lipid transport and metabolism,O07618,Op5 +BSU_10360,yhfT,AL009126.3,BSU10360,1110479,1111918,-,putative long-chain fatty-acid-CoA ligase (proofreading for biotin synthesis),Lipid transport and metabolism,O07619,Op5 +BSU_10370,bioY,AL009126.3,BSU10370,1111925,1112485,-,biotin transporter,Function unknown,O07620,Op5 +BSU_10380,hemAT,AL009126.3,BSU10380,1112620,1113918,-,heme-based dioxygen sensor,Cell motility,O07621,Op413 +BSU_10390,yhfW,AL009126.3,BSU10390,1114057,1115586,-,putative oxidoreductase with Rieske [2Fe-2S] center,Energy production and conversion,O07622,Op414 +BSU_10400,yhxC,AL009126.3,BSU10400,1115698,1116555,+,putative oxidoreductase,Lipid transport and metabolism,P40397,Op415 +BSU_10410,yhzC,AL009126.3,BSU10410,1116583,1116816,-,conserved protein of unknown function,Function unknown,O31594,Op416 +BSU_10420,comK,AL009126.3,BSU10420,1117109,1117687,+,competence transcription factor (CTF),Transcription,P40396,Op417 +BSU_10430,yhxD,AL009126.3,BSU10430,1117734,1118633,-,putative oxidoreductase,Lipid transport and metabolism,P40398,Op418 +BSU_10440,yhjA,AL009126.3,BSU10440,1118850,1119119,+,conserved hypothetical protein,Function unknown,O07555,Op419 +BSU_10450,yhjB,AL009126.3,BSU10450,1119162,1120631,-,putative Na+/metabolite cotransporter,Amino acid transport and metabolism,O07556,Op420 +BSU_10460,yhjC,AL009126.3,BSU10460,1120628,1120828,-,putative exported protein,Function unknown,O07557,Op420 +BSU_10470,yhjD,AL009126.3,BSU10470,1121036,1121398,-,conserved hypothetical protein,No COG annotation,O07558,Op421 +BSU_10480,yhjE,AL009126.3,BSU10480,1121550,1122173,+,putative integral membrane protein,Function unknown,O07559,Op422 +BSU_10490,sipV,AL009126.3,BSU10490,1122175,1122681,+,type I signal peptidase,"Intracellular trafficking, secretion, and vesicular transport",O07560,Op422 +BSU_10500,yhjG,AL009126.3,BSU10500,1122862,1124361,+,putative aromatic compound monooxygenase/hydroxylase,Energy production and conversion,O07561,Op5 +BSU_10510,yhjH,AL009126.3,BSU10510,1124438,1124965,+,putative transcriptional regulator,Transcription,Q796S4,Op5 +BSU_10520,glcP,AL009126.3,BSU10520,1125123,1126328,-,glucose/mannose:H+ symporter (recent HGT island),Carbohydrate transport and metabolism,O07563,Op423 +BSU_10530,ntdC,AL009126.3,BSU10530,1126400,1127452,-,biosynthesis of neotrehalosadiamine (3%2C3'-diamino-3%2C3'-dideoxy-alpha%2Cbeta-trehalose)%2C glucose-6-P 3-dehydrogenase%3B kanosamine biosynthesis (recent HGT island),Function unknown,O07564,Op423 +BSU_10540,ntdB,AL009126.3,BSU10540,1127466,1128314,-,biosynthesis of neotrehalosadiamine (3%2C3'-diamino-3%2C3'-dideoxy-alpha%2Cbeta-trehalose)%3Bkanosamine-6-phosphate phosphatase (recent HGT island),Function unknown,O07565,Op423 +BSU_10550,ntdA,AL009126.3,BSU10550,1128286,1129611,-,biosynthesis of neotrehalosadiamine (3%2C3'-diamino-3%2C3'-dideoxy-alpha%2Cbeta-trehalose)%3B3-oxo-glucose-6-phosphate:glutamate aminotransferase%3B kanosamine aminotransferase (recent HGT island),Amino acid transport and metabolism,O07566,Op423 +BSU_10560,ntdR,AL009126.3,BSU10560,1129715,1130704,+,transcriptional regulator of the ntd operon (NtdR-NTD) (recent HGT island),Transcription,O07567,Op424 +BSU_10570,yhjN,AL009126.3,BSU10570,1130918,1132072,-,putative integral inner membrane protein (recent HGT island),Function unknown,O07568,Op5 +BSU_10580,yhjO,AL009126.3,BSU10580,1132179,1133384,-,putative permease (recent HGT island),Amino acid transport and metabolism,O07569,Op5 +BSU_10590,yhjP,AL009126.3,BSU10590,1133498,1135225,+,putative transcription factor,Function unknown,O07570,Op425 +BSU_10600,yhjQ,AL009126.3,BSU10600,1135255,1135581,-,putative metal-chelating cysteine-rich protein of unknown function,Energy production and conversion,O07571,Op5 +BSU_10610,yhjR,AL009126.3,BSU10610,1135699,1136136,-,putative electron carrier protein (putative sporulation gene),Function unknown,O07572,Op426 +BSU_10620,addB,AL009126.3,BSU10620,1136320,1139820,+,ATP-dependent deoxyribonuclease (subunit B),"Replication, recombination and repair",P23477,Op427 +BSU_10630,addA,AL009126.3,BSU10630,1139807,1143505,+,ATP-dependent deoxyribonuclease (subunit A),"Replication, recombination and repair",P23478,Op427 +BSU_10640,sbcD,AL009126.3,BSU10640,1143577,1144752,+,DNA repair exonuclease,"Replication, recombination and repair",P23479,Op428 +BSU_10650,sbcC,AL009126.3,BSU10650,1144749,1148141,+,DNA ATP-dependent repair enzyme,"Replication, recombination and repair",O06714,Op428 +BSU_10660,hlpB,AL009126.3,BSU10660,1148155,1148457,+,HNH nuclease-like essential for DNA repair,Defense mechanisms,O06715,Op428 +BSU_10670,gerPF,AL009126.3,BSU10670,1148494,1148712,-,spore germination protein,Function unknown,O06716,Op429 +BSU_10680,gerPE,AL009126.3,BSU10680,1148744,1149145,-,spore germination protein,Function unknown,O06717,Op429 +BSU_10690,gerPD,AL009126.3,BSU10690,1149145,1149321,-,spore germination protein,Function unknown,O06718,Op429 +BSU_10700,gerPC,AL009126.3,BSU10700,1149318,1149935,-,spore germination protein,Function unknown,O06719,Op429 +BSU_10710,gerPB,AL009126.3,BSU10710,1149958,1150191,-,spore germination protein,Function unknown,O06720,Op429 +BSU_10720,gerPA,AL009126.3,BSU10720,1150206,1150427,-,spore germination protein,Function unknown,O06721,Op429 +BSU_10730,pchI,AL009126.3,BSU10730,1150850,1151020,-,Spo0A-P phosphatase (iron-metabolism related),Function unknown,O06722,Op430 +BSU_10740,yisJ,AL009126.3,BSU10740,1151166,1152089,-,putative spore coat protein%2C CotH paralog,Cell wall/membrane/envelope biogenesis,O06723,Op5 +BSU_10750,mblK,AL009126.3,BSU10750,1152244,1153149,+,hydrolase/isomerase involved in remodelling the bacterial envelope,"Secondary metabolites biosynthesis, transport, and catabolism",O06724,Op5 +BSU_10760,yisL,AL009126.3,BSU10760,1153265,1153621,+,putative integral membrane protein,Function unknown,O06725,Op5 +BSU_10770,wprA,AL009126.3,BSU10770,1153789,1156473,+,cell wall-associated protease,"Post-translational modification, protein turnover, and chaperones",P54423,Op431 +BSU_10780,yisN,AL009126.3,BSU10780,1156504,1157091,-,conserved hypothetical protein,Function unknown,O06727,Op432 +BSU_10790,asnO,AL009126.3,BSU10790,1157237,1159081,+,asparagine synthetase (sporulation related),Amino acid transport and metabolism,O05272,Op433 +BSU_10800,yizA,AL009126.3,BSU10800,1159211,1159690,-,conserved hypothetical protein (sporulation related),Function unknown,Q7WY73,Op434 +BSU_10810,farP,AL009126.3,BSU10810,1159922,1160746,+,farnesyl diphosphate phosphatase,Lipid transport and metabolism,O06728,Op435 +BSU_10820,yisQ,AL009126.3,BSU10820,1160776,1162143,-,putative Na(+)-driven efflux transporter,Defense mechanisms,O07940,Op436 +BSU_10830,yisR,AL009126.3,BSU10830,1162267,1163130,+,putative transcriptional regulator (AraC/XylS family),Transcription,P40331,Op5 +BSU_10840,iolQ,AL009126.3,BSU10840,1163148,1164161,+,transcriptional repressor of iolX (LacI family),Transcription,P37947,Op5 +BSU_10850,iolX,AL009126.3,BSU10850,1164370,1165398,+,scyllo-inositol 2-dehydrogenase (NAD(+)),Function unknown,P40332,Op5 +BSU_10860,yisT,AL009126.3,BSU10860,1165449,1165958,-,putative enzyme regulator of activity,Function unknown,O07939,Op5 +BSU_10870,yisU,AL009126.3,BSU10870,1166008,1166670,-,putative aminoacid related metabolite efflux transporter,Function unknown,O06730,Op5 +BSU_10880,yisV,AL009126.3,BSU10880,1166737,1168191,+,putative PLP-dependent transcriptional regulator,Transcription,Q796Q6,Op437 +BSU_10890,yisX,AL009126.3,BSU10890,1168199,1168837,-,conserved hypothetical protein,Function unknown,O06733,Op438 +BSU_10900,yisY,AL009126.3,BSU10900,1169043,1169849,+,putative acyl hydrolase or peroxidase,Lipid transport and metabolism,O06734,Op439 +BSU_10910,yisZ,AL009126.3,BSU10910,1169877,1170476,-,putative adenylylsulfate kinase,Inorganic ion transport and metabolism,O06735,Op440 +BSU_10920,yitA,AL009126.3,BSU10920,1170473,1171642,-,putative sulfate adenylyltransferase,Inorganic ion transport and metabolism,O06736,Op440 +BSU_10930,yitB,AL009126.3,BSU10930,1171755,1172465,-,putative phospho-adenylylsulfate reductase,Amino acid transport and metabolism,O06737,Op440 +BSU_10940,slpH,AL009126.3,BSU10940,1172650,1173336,+,2-phospho%2C3-sulfolactate phosphatase (sporulation related),Coenzyme transport and metabolism,O06738,Op441 +BSU_10950,slpS,AL009126.3,BSU10950,1173333,1174091,+,2-phospho-3-sulfolactate synthase,Function unknown,O06739,Op441 +BSU_10960,yitE,AL009126.3,BSU10960,1174136,1174765,-,putative integral inner membrane protein,Function unknown,O06740,Op442 +BSU_10970,yitF,AL009126.3,BSU10970,1174861,1175976,-,putative enolase superfamily enzyme (isomerase / dehydratase),Cell wall/membrane/envelope biogenesis,O06741,Op443 +BSU_10980,yitG,AL009126.3,BSU10980,1175985,1177253,-,putative efflux transporter,Amino acid transport and metabolism,Q796Q1,Op443 +BSU_10990,yitH,AL009126.3,BSU10990,1177365,1178213,-,putative N-acetyltransferase,Transcription,O06743,Op5 +BSU_11000,yitI,AL009126.3,BSU11000,1178218,1178667,-,putative N-acetyltransferase,Function unknown,O06744,Op5 +BSU_11010,samT,AL009126.3,BSU11010,1178757,1180595,-,bifunctional homocysteine S-methyltransferase using (R%2CS)AdoMet and methylenetetrahydrofolate reductase [NAD(P)H],Amino acid transport and metabolism,O06745,Op444 +BSU_11020,yitK,AL009126.3,BSU11020,1180909,1181400,-,putative RNA or cyclic d-GMP binding protein,Function unknown,O06746,Op5 +BSU_11030,yitL,AL009126.3,BSU11030,1181499,1182395,+,RNA-binding protein,Function unknown,O06747,Op445 +BSU_11040,yitM,AL009126.3,BSU11040,1182448,1183032,-,conserved hypothetical protein,No COG annotation,O06748,Op446 +BSU_11055,yitO,AL009126.3,BSU11055,1183029,1183958,-,putative integral inner membrane protein with HTTM domain,No COG annotation,O06750,Op446 +BSU_11070,yitP,AL009126.3,BSU11070,1183943,1184479,-,conserved hypothetical protein,Function unknown,O06751,Op446 +BSU_11079,yizB,AL009126.3,BSU11079,1184657,1185004,+,putative transcriptional regulator,Transcription,C0H3Y4,Op5 +BSU_11080,yitQ,AL009126.3,BSU11080,1185001,1185588,+,conserved protein of unknown function,No COG annotation,O06752,Op5 +BSU_11090,yitR,AL009126.3,BSU11090,1185608,1185901,+,conserved protein of unknown function,Function unknown,O06753,Op5 +BSU_11100,nprB,AL009126.3,BSU11100,1186037,1187653,+,extracellular neutral protease B,Amino acid transport and metabolism,P39899,Op5 +BSU_11110,fakBB,AL009126.3,BSU11110,1187700,1188551,-,fatty acid kinase fatty acid binding subunit B,Function unknown,P70945,Op447 +BSU_11120,yitT,AL009126.3,BSU11120,1188689,1189531,+,putative integral membrane protein,Function unknown,P39803,Op448 +BSU_11130,ipi,AL009126.3,BSU11130,1189646,1190005,+,intracellular proteinase inhibitor BsuPI,Function unknown,P39804,Op449 +BSU_11139,yizC,AL009126.3,BSU11139,1190036,1190233,-,conserved hypothetical protein%3B genus orphan,Function unknown,C0H3Y5,Op5 +BSU_11140,ribZC,AL009126.3,BSU11140,1190490,1191302,-,5-amino-6-ribitylamino-2%2C4(1H%2C 3H)-pyrimidinedione 5'-phosphate phosphatase (promiscuous),Function unknown,P70947,Op5 +BSU_11150,yitV,AL009126.3,BSU11150,1191423,1192190,+,putative carboxylesterase,Function unknown,P70948,Op5 +BSU_11160,yitW,AL009126.3,BSU11160,1192254,1192562,+,putative protein involved in Fe-S cluster assembly%2C PaaD-like,Function unknown,P70949,Op5 +BSU_11170,yitY,AL009126.3,BSU11170,1192858,1194288,+,putative FMN/FAD-binding oxidoreductase,Energy production and conversion,Q796P5,Op5 +BSU_11180,yitZ,AL009126.3,BSU11180,1194333,1194827,+,putative transport protein,Carbohydrate transport and metabolism,P70952,Op5 +BSU_11190,argC,AL009126.3,BSU11190,1195034,1196071,+,N-acetylglutamate gamma-semialdehyde dehydrogenase,Amino acid transport and metabolism,P23715,Op450 +BSU_11200,argJ,AL009126.3,BSU11200,1196091,1197311,+,ornithine acetyltransferase%3B amino-acid acetyltransferase,Amino acid transport and metabolism,P36843,Op450 +BSU_11210,argB,AL009126.3,BSU11210,1197326,1198102,+,N-acetylglutamate 5-phosphotransferase (acetylglutamate kinase),Amino acid transport and metabolism,P68729,Op450 +BSU_11220,argD,AL009126.3,BSU11220,1198099,1199256,+,N-acetylornithine aminotransferase,Amino acid transport and metabolism,P36839,Op450 +BSU_11230,carA,AL009126.3,BSU11230,1199327,1200388,+,arginine-specific carbamoyl-phosphate synthetase (small subunit),Nucleotide transport and metabolism,P36838,Op450 +BSU_11240,carB,AL009126.3,BSU11240,1200381,1203473,+,arginine-specific carbamoyl-phosphate synthetase (large subunit),Amino acid transport and metabolism,P18185,Op450 +BSU_11250,argF,AL009126.3,BSU11250,1203461,1204420,+,ornithine carbamoyltransferase,Amino acid transport and metabolism,P18186,Op450 +BSU_11260,yjzC,AL009126.3,BSU11260,1204506,1204685,+,conserved hypothetical protein,Function unknown,O34585,Op451 +BSU_11270,yjzD,AL009126.3,BSU11270,1204731,1204916,-,forespore targeted protein,Function unknown,O34713,Op452 +BSU_11280,yjaU,AL009126.3,BSU11280,1205165,1205899,+,conserved hypothetical protein,Lipid transport and metabolism,O35001,Op5 +BSU_11290,yjaV,AL009126.3,BSU11290,1205981,1206538,+,putative NAD(P) binding enzyme,No COG annotation,O34959,Op5 +BSU_11300,med,AL009126.3,BSU11300,1206629,1207582,+,positive regulator of comK,Function unknown,O32436,Op453 +BSU_11310,comZ,AL009126.3,BSU11310,1207597,1207788,+,putative late competence gene,Function unknown,O32437,Op453 +BSU_11320,yjzB,AL009126.3,BSU11320,1207818,1208057,-,spore coat protein,No COG annotation,O34891,Op454 +BSU_11330,fabHA,AL009126.3,BSU11330,1208222,1209160,+,beta-ketoacyl-acyl carrier protein synthase III 1,Lipid transport and metabolism,O34746,Op455 +BSU_11340,fabF,AL009126.3,BSU11340,1209183,1210424,+,beta-ketoacyl-acyl carrier protein synthase II (involved in pimelate synthesis),Lipid transport and metabolism,O34340,Op455 +BSU_11350,yjaZ,AL009126.3,BSU11350,1210500,1211285,+,conserved hypothetical protein,"Post-translational modification, protein turnover, and chaperones",O31596,Op5 +BSU_11360,appD,AL009126.3,BSU11360,1211477,1212463,+,oligopeptide ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,P42064,Op456 +BSU_11370,appF,AL009126.3,BSU11370,1212460,1213449,+,oligopeptide ABC transporter (ATP-binding protein),Amino acid transport and metabolism,P42065,Op456 +BSU_11381,appAn,AL009126.3,,1213537,1214001,+,oligopeptide ABC transporter (oligopeptide-binding lipoprotein)%3B N-terminal part of AppA,Amino acid transport and metabolism,,Op456 +BSU_11382,appAc,AL009126.3,,1214001,1215167,+,oligopeptide ABC transporter (oligopeptide-binding lipoprotein)%3B C-terminal part of AppA,Amino acid transport and metabolism,,Op456 +BSU_11390,appB,AL009126.3,BSU11390,1215243,1216193,+,oligopeptide ABC transporter (permease),Inorganic ion transport and metabolism,P42062,Op456 +BSU_11400,appC,AL009126.3,BSU11400,1216210,1217121,+,oligopeptide ABC transporter (permease),Amino acid transport and metabolism,P42063,Op456 +BSU_11410,yjbA,AL009126.3,BSU11410,1217326,1218078,+,putative sporulation nucleic acid binding protein,Function unknown,O31597,Op5 +BSU_11420,trpS,AL009126.3,BSU11420,1218113,1219105,-,tryptophanyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P21656,Op457 +BSU_11430,oppA,AL009126.3,BSU11430,1219849,1221486,+,oligopeptide ABC transporter (binding lipoprotein),Amino acid transport and metabolism,P24141,Op458 +BSU_11440,oppB,AL009126.3,BSU11440,1221594,1222529,+,oligopeptide ABC transporter (permease),Inorganic ion transport and metabolism,P24138,Op458 +BSU_11450,oppC,AL009126.3,BSU11450,1222533,1223450,+,oligopeptide ABC transporter (permease),Amino acid transport and metabolism,P24139,Op458 +BSU_11460,oppD,AL009126.3,BSU11460,1223455,1224531,+,oligopeptide ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,P24136,Op458 +BSU_11470,oppF,AL009126.3,BSU11470,1224533,1225450,+,oligopeptide ABC transporter (ATP-binding protein),Amino acid transport and metabolism,P24137,Op458 +BSU_11480,yjbB,AL009126.3,BSU11480,1225557,1226774,+,putative exporter,Amino acid transport and metabolism,O31600,Op5 +BSU_11490,yjbC,AL009126.3,BSU11490,1226938,1227516,+,putative thiol oxidation management factor%3B putative acetyltransferase,Transcription,O31601,Op459 +BSU_11500,spxA,AL009126.3,BSU11500,1227697,1228092,+,redox-sensitive regulator,Transcription,O31602,Op459 +BSU_11510,yjbE,AL009126.3,BSU11510,1228135,1228791,-,putative membrane protein of unknown function,Inorganic ion transport and metabolism,O31603,Op460 +BSU_11515,BSU_11515,AL009126.3,BSU11515,1228961,1229101,+,conserved hypothetical protein,No COG annotation,A0A2K4Z9I6,Op461 +BSU_11520,mecA,AL009126.3,BSU11520,1229068,1229724,+,adaptor protein controlling oligomerization of the AAA+ protein ClpC,Cell motility,P37958,Op462 +BSU_11525,BSU_11525,AL009126.3,BSU11525,1229719,1229841,-,conserved hypothetical protein,No COG annotation,A0A2K4Z9I3,Op463 +BSU_11530,coiA,AL009126.3,BSU11530,1229915,1231036,+,protein involved in establishment of DNA transport in competence,Function unknown,O31604,Op464 +BSU_11540,pepF,AL009126.3,BSU11540,1231083,1233095,+,oligoendopeptidase F,Amino acid transport and metabolism,O31605,Op5 +BSU_11549,yizD,AL009126.3,BSU11549,1233133,1233300,-,conserved hypothetical protein,No COG annotation,C0H3Y6,Op5 +BSU_11550,spxH,AL009126.3,BSU11550,1233614,1234513,-,thiol management effector of SpxA degradation,"Secondary metabolites biosynthesis, transport, and catabolism",O31606,Op465 +BSU_11560,yjbI,AL009126.3,BSU11560,1234510,1234908,-,putative thiol management oxidoreductase component,Function unknown,O31607,Op465 +BSU_11570,cwlQ,AL009126.3,BSU11570,1235163,1235708,-,bifunctional muramidase and murein lytic transglycosylase,Cell wall/membrane/envelope biogenesis,O31608,Op466 +BSU_11580,yjbK,AL009126.3,BSU11580,1235912,1236484,-,putative RNA/thiamine triphosphatase,Function unknown,O31609,Op5 +BSU_11590,yjbL,AL009126.3,BSU11590,1236609,1236977,+,conserved protein of unknown function,Function unknown,O31610,Op5 +BSU_11600,relP,AL009126.3,BSU11600,1237006,1237641,+,(p)ppGpp synthetase,Function unknown,O31611,Op5 +BSU_11610,ppnKA,AL009126.3,BSU11610,1237660,1238460,+,inorganic polyphosphate/ATP-NAD kinase (quinolate activated),Carbohydrate transport and metabolism,O31612,Op5 +BSU_11620,yjbO,AL009126.3,BSU11620,1238523,1239374,+,pseudouridylate synthase,"Translation, ribosomal structure and biogenesis",O31613,Op5 +BSU_11630,prpE,AL009126.3,BSU11630,1239387,1240121,-,phosphorylated protein phosphatase E and diadenosine-polyphosphate hydrolase,Signal transduction mechanisms,O31614,Op467 +BSU_11640,kefQ,AL009126.3,BSU11640,1240356,1242200,+,gated K+/H+ antiporter,Inorganic ion transport and metabolism,O31615,Op5 +BSU_11650,tenA,AL009126.3,BSU11650,1242449,1243159,+,thiaminase II,Transcription,P25052,Op468 +BSU_11660,tenI,AL009126.3,BSU11660,1243134,1243751,+,thiazole tautomerase,Coenzyme transport and metabolism,P25053,Op468 +BSU_11670,thiO,AL009126.3,BSU11670,1243735,1244844,+,FAD-dependent glycine oxidase,Amino acid transport and metabolism,O31616,Op468 +BSU_11680,thiS,AL009126.3,BSU11680,1244844,1245044,+,sulfur carrier for synthesis of hydroxyethylthiazole phosphate,Coenzyme transport and metabolism,O31617,Op468 +BSU_11690,thiG,AL009126.3,BSU11690,1245041,1245811,+,hydroxyethylthiazole phosphate synthetase (thiamine biosynthesis),Coenzyme transport and metabolism,O31618,Op468 +BSU_11700,thiF,AL009126.3,BSU11700,1245808,1246818,+,adenylate transferase and sulfur transferase (thiamine biosynthesis),Coenzyme transport and metabolism,O31619,Op468 +BSU_11710,thiD,AL009126.3,BSU11710,1246837,1247652,+,phosphomethylpyrimidine kinase%2C 4-amino-5-hydroxymethyl-2-methylpyrimidine and 4-amino-5-hydroxymethyl-2-methylpyrimidine pyrophosphate kinase,Coenzyme transport and metabolism,O31620,Op468 +BSU_11720,fabI,AL009126.3,BSU11720,1247788,1248564,+,enoyl-acyl carrier protein reductase,Lipid transport and metabolism,P54616,Op469 +BSU_11730,cotO,AL009126.3,BSU11730,1248665,1249348,+,spore outer coat protein,Function unknown,O31622,Op470 +BSU_11740,cotZ,AL009126.3,BSU11740,1249442,1249888,-,spore coat protein (insoluble fraction%2C crust layer),Function unknown,Q08312,Op471 +BSU_11750,cotY,AL009126.3,BSU11750,1250016,1250504,-,outer spore coat protein (crust layer%2C insoluble fraction),Function unknown,Q08311,Op471 +BSU_11760,cotX,AL009126.3,BSU11760,1250656,1251174,-,spore coat protein (insoluble fraction),Function unknown,Q08313,Op472 +BSU_11770,cotW,AL009126.3,BSU11770,1251273,1251590,-,spore coat protein (outemost layer),No COG annotation,Q08310,Op472 +BSU_11780,cotV,AL009126.3,BSU11780,1251631,1252017,-,spore coat protein (insoluble fraction),Function unknown,Q08309,Op472 +BSU_11790,yjcA,AL009126.3,BSU11790,1252177,1252533,+,sporulation-specific protein,Function unknown,O31623,Op473 +BSU_11798,BSU_11798,AL009126.3,,1252558,1252791,-,protein remnant,No COG annotation,,Op474 +BSU_11799,yjzK,AL009126.3,BSU11799,1252815,1253021,+,conserved hypothetical protein,No COG annotation,C0H3Y7,Op475 +BSU_11800,yjcB,AL009126.3,BSU11800,1252858,1253073,+,sporulation-specific protein,No COG annotation,A0A2K4Z9I2,Op476 +BSU_11809,yjcZ,AL009126.3,BSU11809,1253103,1253252,+,putative type I toxin,No COG annotation,C0H3Y8,Op475 +BSU_11810,spoVIF,AL009126.3,BSU11810,1253385,1253639,+,sporulation-specific protein needed for heat resistance,Function unknown,O31625,Op475 +BSU_11820,yjcD,AL009126.3,BSU11820,1253713,1255992,-,putative ATP-dependent DNA helicase (sporulation associated),"Replication, recombination and repair",O31626,Op477 +BSU_11839,yjzE,AL009126.3,BSU11839,1256109,1256363,+,hypothetical protein,No COG annotation,C0H3Y9,Op478 +BSU_11840,yjcF,AL009126.3,BSU11840,1256436,1256858,-,putative acetyltransferase,Function unknown,O31628,Op5 +BSU_11850,yjcG,AL009126.3,BSU11850,1256862,1257377,-,putative RNA ligase or phosphoesterase,"Translation, ribosomal structure and biogenesis",O31629,Op5 +BSU_11860,yjcH,AL009126.3,BSU11860,1257414,1258136,-,putative stress-related hydrolase,Inorganic ion transport and metabolism,O31630,Op5 +BSU_11870,metI,AL009126.3,BSU11870,1258492,1259613,+,cystathionine gamma-synthase and O-acetylhomoserine thiolyase,Amino acid transport and metabolism,O31631,Op479 +BSU_11880,metC,AL009126.3,BSU11880,1259606,1260778,+,cystathionine beta-lyase,Amino acid transport and metabolism,O31632,Op479 +BSU_11890,yjcK,AL009126.3,BSU11890,1260811,1261356,-,putative ribosomal-protein-alanine N-acetyltransferase,"Translation, ribosomal structure and biogenesis",O31633,Op5 +BSU_11900,yjcL,AL009126.3,BSU11900,1261426,1262616,-,putative integral inner membrane protein%3B possibly aquaporin-related,Function unknown,O31634,Op5 +BSU_11910,yjcM,AL009126.3,BSU11910,1263702,1264931,-,conserved hypothetical protein%3B phage island,Function unknown,O31635,Op5 +BSU_11920,yjcN,AL009126.3,BSU11920,1265057,1265377,+,conserved hypothetical protein%3B phage island,No COG annotation,O31636,Op480 +BSU_11928,yjzF,AL009126.3,BSU11928,1265530,1265661,+,conserved hypothetical protein,No COG annotation,C0H3Z0,Op5 +BSU_11929,yjzG,AL009126.3,BSU11929,1265677,1265850,+,hypothetical protein,No COG annotation,C0H3Z1,Op5 +BSU_11930,yjcO,AL009126.3,BSU11930,1265887,1266348,+,putative DNA binding protein%3B phage island,"Replication, recombination and repair",O31637,Op5 +BSU_11940,yjcP,AL009126.3,BSU11940,1266614,1267117,+,conserved hypothetical protein: phage island,No COG annotation,O31638,Op481 +BSU_11950,yjcQ,AL009126.3,BSU11950,1267129,1267413,+,conserved hypothetical protein%3B phage island,Function unknown,O31639,Op481 +BSU_11960,yjcR,AL009126.3,BSU11960,1267574,1268101,+,putative phage-related nucleic acid binding terminase small subunit%3B phage island,"Replication, recombination and repair",O31640,Op5 +BSU_11970,yjcS,AL009126.3,BSU11970,1268275,1268592,+,conserved hypothetical protein%3B phage island,Function unknown,O31641,Op5 +BSU_11980,yjdA,AL009126.3,BSU11980,1268829,1269584,+,putative acyl-carrier protein oxidoreductase%3B phage island,Lipid transport and metabolism,O31642,Op5 +BSU_11990,yjdB,AL009126.3,BSU11990,1269733,1270080,-,putative exported protein%3B phage island,No COG annotation,O31643,Op482 +BSU_12000,manR,AL009126.3,BSU12000,1270631,1272577,+,transcriptional DNA-binding activator,Carbohydrate transport and metabolism,O31644,Op483 +BSU_12010,manP,AL009126.3,BSU12010,1272725,1274677,+,phosphotransferase system (PTS) mannose-specific enzyme IIBCA component,Carbohydrate transport and metabolism,O31645,Op484 +BSU_12020,manA,AL009126.3,BSU12020,1274692,1275639,+,mannose-6 phosphate isomerase%3B cupin family,Carbohydrate transport and metabolism,O31646,Op484 +BSU_12030,yjdF,AL009126.3,BSU12030,1275809,1276291,+,conserved hypothetical protein,Function unknown,O31647,Op484 +BSU_12040,yjdG,AL009126.3,BSU12040,1276337,1276843,-,putative acetyltransferase,"Translation, ribosomal structure and biogenesis",O31648,Op5 +BSU_12050,yjdH,AL009126.3,BSU12050,1277062,1277457,-,putative spore coat protein,No COG annotation,O31649,Op485 +BSU_12060,trnE,AL009126.3,BSU12060,1277686,1278165,+,cys-tRNApro deacetylase%3B tRNA editing,Function unknown,O31650,Op486 +BSU_12069,yjzH,AL009126.3,BSU12069,1278205,1278399,-,conserved hypothetical protein,Function unknown,C0H3Z2,Op5 +BSU_12070,yjdJ,AL009126.3,BSU12070,1278565,1278894,-,conserved hypothetical protein,Function unknown,O31651,Op5 +BSU_12080,ctaO,AL009126.3,BSU12080,1279514,1280503,-,minor protoheme IX farnesyltransferase 1 (heme O synthase),"Post-translational modification, protein turnover, and chaperones",O31652,Op5 +BSU_12090,cotT,AL009126.3,BSU12090,1280626,1280874,-,spore coat protein (inner coat),No COG annotation,P11863,Op487 +BSU_12100,pdaC,AL009126.3,BSU12100,1281128,1282531,+,N-acetylmuramic acid deacetylase,Carbohydrate transport and metabolism,O34798,Op488 +BSU_12110,yjfA,AL009126.3,BSU12110,1282571,1283044,-,conserved hypothetical protein,Function unknown,O34554,Op489 +BSU_12120,yjfB,AL009126.3,BSU12120,1283169,1283336,-,conserved hypothetical protein,Function unknown,O34438,Op490 +BSU_12130,yjfC,AL009126.3,BSU12130,1283463,1284362,+,conserved hypothetical protein,"Post-translational modification, protein turnover, and chaperones",O34458,Op491 +BSU_12140,yjgA,AL009126.3,BSU12140,1284371,1284769,-,conserved membrane protein,Signal transduction mechanisms,O35027,Op5 +BSU_12150,yjgB,AL009126.3,BSU12150,1284870,1285445,-,putative exported protein,Function unknown,O34960,Op492 +BSU_12160,yjgC,AL009126.3,BSU12160,1285591,1288548,+,putative molybdoenzyme%3B putative formate dehydrogenase,Energy production and conversion,O34720,Op493 +BSU_12170,yjgD,AL009126.3,BSU12170,1288541,1289101,+,conserved hypothetical protein,Function unknown,O34681,Op493 +BSU_12180,yjhA,AL009126.3,BSU12180,1289298,1289939,+,putative lipoprotein,No COG annotation,O34725,Op5 +BSU_12190,yjhB,AL009126.3,BSU12190,1290018,1290644,+,putative ADP-ribose pyrophosphatase,Nucleotide transport and metabolism,C0SPC3,Op5 +BSU_12200,yjiA,AL009126.3,BSU12200,1290675,1290953,-,hypothetical protein,No COG annotation,O34679,Op494 +BSU_12210,cypE,AL009126.3,BSU12210,1291344,1292534,+,cytochrome P450 CYP109B1%2C monooxygenase,Energy production and conversion,O34374,Op5 +BSU_12220,ppuG,AL009126.3,BSU12220,1292557,1293735,+,polyphenols TDP-rhamnosyltransferase%2C promiscuous,Energy production and conversion,O34539,Op5 +BSU_12229,yjzI,AL009126.3,BSU12229,1293776,1293964,-,putative phage protein,No COG annotation,C0H3Z3,Op495 +BSU_12230,yjjA,AL009126.3,BSU12230,1294138,1294950,+,putative enzyme,Coenzyme transport and metabolism,O34394,Op496 +BSU_12240,yjkA,AL009126.3,BSU12240,1294996,1295748,-,putative ABC transporter (permease),Function unknown,O34684,Op497 +BSU_12250,yjkB,AL009126.3,BSU12250,1295748,1296500,-,putative ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,O34756,Op497 +BSU_12260,yjlA,AL009126.3,BSU12260,1296620,1297594,-,putative permease,Amino acid transport and metabolism,O34428,Op5 +BSU_12270,yjlB,AL009126.3,BSU12270,1297726,1298223,+,conserved hypothetical protein%3B cupin family,Function unknown,O34612,Op498 +BSU_12280,yjlC,AL009126.3,BSU12280,1298612,1299034,+,conserved hypothetical protein,Function unknown,O34633,Op499 +BSU_12290,ndh,AL009126.3,BSU12290,1299074,1300252,+,NADH dehydrogenase,Energy production and conversion,P80861,Op499 +BSU_12300,uxaC,AL009126.3,BSU12300,1300450,1301871,+,galacturonate isomerase,Carbohydrate transport and metabolism,O34808,Op500 +BSU_12310,exuM,AL009126.3,BSU12310,1301939,1303318,+,putative Na+:altronate/mannonate symporter,Carbohydrate transport and metabolism,O34961,Op500 +BSU_12320,yjmC,AL009126.3,BSU12320,1303423,1304436,+,putative oxidoreductase,Energy production and conversion,O34736,Op500 +BSU_12330,yjmD,AL009126.3,BSU12330,1304442,1305461,+,putative oxidoreductase,Amino acid transport and metabolism,O35045,Op500 +BSU_12340,uxuA,AL009126.3,BSU12340,1305486,1306565,+,D-mannonate dehydratase,Carbohydrate transport and metabolism,O34346,Op500 +BSU_12350,uxuB,AL009126.3,BSU12350,1306562,1307398,+,fructuronate reductase,Lipid transport and metabolism,O34896,Op500 +BSU_12360,exuT,AL009126.3,BSU12360,1307446,1308714,+,hexuronate transporter,Carbohydrate transport and metabolism,O34456,Op500 +BSU_12370,exuR,AL009126.3,BSU12370,1308802,1309803,+,transcriptional regulator (LacI family),Transcription,Q9JMQ1,Op500 +BSU_12380,uxaB,AL009126.3,BSU12380,1309880,1311322,+,tagaturonate reductase (altronate oxidoreductase),Carbohydrate transport and metabolism,O34354,Op500 +BSU_12390,uxaA,AL009126.3,BSU12390,1311319,1312812,+,altronate dehydratase,Carbohydrate transport and metabolism,O34673,Op500 +BSU_12400,yjnA,AL009126.3,BSU12400,1312851,1313615,-,putative permease,Function unknown,O34578,Op5 +BSU_12410,yjoA,AL009126.3,BSU12410,1313840,1314304,-,putative DNA-binding protein,Function unknown,O34334,Op5 +BSU_12420,yjoB,AL009126.3,BSU12420,1314453,1315724,+,informational ATPase possibly involved in protein degradation,"Post-translational modification, protein turnover, and chaperones",O34703,Op501 +BSU_12430,rapA,AL009126.3,BSU12430,1315869,1317005,+,response regulator aspartate phosphatase,Function unknown,Q00828,Op502 +BSU_12440,phrA,AL009126.3,BSU12440,1316995,1317129,+,secreted inhibitor of the activity of phosphatase RapA (quorum sensing),No COG annotation,Q00829,Op502 +BSU_12450,yjpA,AL009126.3,BSU12450,1317157,1317414,-,putative enzyme,Function unknown,O34446,Op503 +BSU_12460,xlyB,AL009126.3,BSU12460,1317535,1318488,+,phage PBSX%3B N-acetylmuramoyl-L-alanine amidase,Cell wall/membrane/envelope biogenesis,O34391,Op504 +BSU_12470,yjqA,AL009126.3,BSU12470,1318528,1318905,-,phage PBSX%3B conserved hypothetical protein,Function unknown,O34593,Op505 +BSU_12480,pghB,AL009126.3,BSU12480,1319011,1319613,+,phage PBSX%3B gamma-polyglutamate hydrolase,Function unknown,O34785,Op5 +BSU_12490,xpdC,AL009126.3,BSU12490,1319690,1320526,+,phage PBSX%3B manganese-containing peroxidase,Inorganic ion transport and metabolism,O34423,Op5 +BSU_12500,xkdA,AL009126.3,BSU12500,1320570,1321166,-,phage PBSX%3B putative peptidase,Amino acid transport and metabolism,P39780,Op506 +BSU_12510,xre,AL009126.3,BSU12510,1321329,1321670,-,phage PBSX transcriptional regulator,Transcription,P23789,Op507 +BSU_12519,yjzJ,AL009126.3,BSU12519,1321848,1322027,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,C0H3Z4,Op5 +BSU_12520,xkdB,AL009126.3,BSU12520,1322014,1322850,+,phage PBSX%3B conserved hypothetical protein,Transcription,P39781,Op508 +BSU_12530,xkdC,AL009126.3,BSU12530,1322750,1323550,+,phage PBSX%3B putative DNA binding protein,"Replication, recombination and repair",P39782,Op508 +BSU_12539,ykzK,AL009126.3,BSU12539,1323550,1323717,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,C0H3Z5,Op508 +BSU_12540,xkdD,AL009126.3,BSU12540,1323802,1324152,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,P39783,Op508 +BSU_12550,xtrA,AL009126.3,BSU12550,1324149,1324355,+,phage PBSX%3B conserved protein of unknown function,Function unknown,P54344,Op508 +BSU_12560,xpf,AL009126.3,BSU12560,1324471,1324980,+,phage PBSX%3B putative RNA polymerase PBSX sigma factor-like,Transcription,P39784,Op5 +BSU_12570,xtmA,AL009126.3,BSU12570,1325096,1325893,+,phage PBSX%3B prophage terminase (small subunit),"Replication, recombination and repair",P39785,Op509 +BSU_12580,xtmB,AL009126.3,BSU12580,1325890,1327191,+,phage PBSX%3B prophage terminase (large subunit),Function unknown,P39786,Op509 +BSU_12590,xkdE,AL009126.3,BSU12590,1327195,1328682,+,phage PBSX%3B phage capsid portal protein,Function unknown,P54325,Op509 +BSU_12600,xkdF,AL009126.3,BSU12600,1328702,1329529,+,phage PBSX%3B conserved hypothetical protein,"Replication, recombination and repair",P54326,Op509 +BSU_12610,xkdG,AL009126.3,BSU12610,1329555,1330490,+,phage PBSX%3B putative phage chromosome binding protein,Function unknown,P54327,Op509 +BSU_12619,ykzL,AL009126.3,BSU12619,1330512,1330895,+,phage PBSX%3B conserved hypothetical protein,Function unknown,C0H3Z6,Op509 +BSU_12620,xkdH,AL009126.3,BSU12620,1330892,1331248,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54328,Op509 +BSU_12630,xkdI,AL009126.3,BSU12630,1331245,1331730,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54329,Op509 +BSU_12640,xkdJ,AL009126.3,BSU12640,1331743,1332183,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,P54330,Op509 +BSU_12649,ykzM,AL009126.3,BSU12649,1332187,1332405,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,C0H3Z7,Op509 +BSU_12650,xkdK,AL009126.3,BSU12650,1332402,1333802,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54331,Op509 +BSU_12660,xkdM,AL009126.3,BSU12660,1333804,1334247,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54332,Op509 +BSU_12671,xkdN,AL009126.3,BSU12671,1334339,1334785,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54333,Op5 +BSU_12672,xkzB,AL009126.3,BSU12672,1334815,1334964,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,C0H3Z8,Op5 +BSU_12680,xkdO,AL009126.3,BSU12680,1334966,1338964,+,phage PBSX%3B putative tape measure protein,"Replication, recombination and repair",P54334,Op5 +BSU_12690,xkdP,AL009126.3,BSU12690,1338957,1339616,+,phage PBSX%3B putative murein binding protein,Function unknown,P54335,Op5 +BSU_12700,xkdQ,AL009126.3,BSU12700,1339632,1340609,+,phage PBSX%3B conserved hypothetical protein,Carbohydrate transport and metabolism,P54336,Op5 +BSU_12710,xkdR,AL009126.3,BSU12710,1340609,1340875,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54337,Op5 +BSU_12720,xkdS,AL009126.3,BSU12720,1340932,1341357,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54338,Op5 +BSU_12730,xkdT,AL009126.3,BSU12730,1341350,1342396,+,phage PBSX%3B putative base plate assembly protein,Function unknown,P54339,Op5 +BSU_12740,xkdU,AL009126.3,BSU12740,1342380,1342958,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54340,Op5 +BSU_12749,xkzA,AL009126.3,BSU12749,1342955,1343227,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,C0H3Z9,Op5 +BSU_12750,xkdV,AL009126.3,BSU12750,1343230,1345293,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,P54341,Op5 +BSU_12760,xkdW,AL009126.3,BSU12760,1345305,1345634,+,phage PBSX%3B conserved hypothetical protein,Function unknown,P54342,Op5 +BSU_12770,xkdX,AL009126.3,BSU12770,1345631,1345795,+,phage PBSX%3B conserved hypothetical protein,No COG annotation,P54343,Op5 +BSU_12780,xepA,AL009126.3,BSU12780,1345839,1346678,+,phage PBSX%3B lytic exoenzyme,No COG annotation,P39797,Op5 +BSU_12790,xhlA,AL009126.3,BSU12790,1346731,1347000,+,phage PBSX%3B putative enzyme,Function unknown,P39798,Op5 +BSU_12800,xhlB,AL009126.3,BSU12800,1347013,1347276,+,phage PBSX%3B holin,Function unknown,Q99163,Op5 +BSU_12810,xlyA,AL009126.3,BSU12810,1347289,1348182,+,phage PBSX%3B N-acetylmuramoyl-L-alanine amidase,Cell wall/membrane/envelope biogenesis,P39800,Op5 +BSU_12815,spoIISC,AL009126.3,BSU12815,1348219,1348356,-,three component toxin / antitoxin / antitoxin SpoIISABC%2C antitoxin C,No COG annotation,A0A2K4Z9I5,Op510 +BSU_12820,spoIISB,AL009126.3,BSU12820,1348442,1348612,-,three-component apoptotic control system component B (antitoxin B),Function unknown,O34800,Op5 +BSU_12830,spoIISA,AL009126.3,BSU12830,1348612,1349358,-,three-component apoptosis factor (ABC toxin/antitoxin/antitoxin system),Function unknown,O34853,Op5 +BSU_12840,pitB,AL009126.3,BSU12840,1349468,1350469,-,putative low-affinity inorganic phosphate transporter,Inorganic ion transport and metabolism,O34436,Op511 +BSU_12850,ykaA,AL009126.3,BSU12850,1350482,1351099,-,putative PitB transporter accessory protein,Inorganic ion transport and metabolism,O34454,Op511 +BSU_12860,steT,AL009126.3,BSU12860,1351375,1352691,-,serine / threonine exchanger,Amino acid transport and metabolism,O34739,Op512 +BSU_12870,mhqA,AL009126.3,BSU12870,1353080,1354030,+,hydroquinone-specific extradiol dioxygenase,Amino acid transport and metabolism,O34689,Op513 +BSU_12875,BSU_12875,AL009126.3,BSU12875,1354131,1354277,+,hypothetical protein,No COG annotation,A0A2K4Z9I1,Op514 +BSU_12880,ykcB,AL009126.3,BSU12880,1354285,1356435,+,putative membrane glycosyl transferase,Cell wall/membrane/envelope biogenesis,O34575,Op515 +BSU_12890,ykcC,AL009126.3,BSU12890,1356447,1357418,+,putative glycosyltransferase,Cell wall/membrane/envelope biogenesis,O34319,Op515 +BSU_12900,htrA,AL009126.3,BSU12900,1357936,1359285,-,membrane bound serine protease Do%2C quality control protease and chaperone (heat-shock protein),"Post-translational modification, protein turnover, and chaperones",O34358,Op516 +BSU_12910,proCC,AL009126.3,BSU12910,1359454,1360272,+,redundant pyrroline-5-carboxylate reductase,Amino acid transport and metabolism,Q00777,Op517 +BSU_12920,dppA,AL009126.3,BSU12920,1360401,1361225,+,D-alanyl-aminopeptidase,Amino acid transport and metabolism,P26902,Op518 +BSU_12930,dppB,AL009126.3,BSU12930,1361242,1362168,+,dipeptide ABC transporter (permease),Inorganic ion transport and metabolism,P26903,Op518 +BSU_12940,dppC,AL009126.3,BSU12940,1362174,1363136,+,dipeptide ABC transporter (permease),Amino acid transport and metabolism,P26904,Op518 +BSU_12950,dppD,AL009126.3,BSU12950,1363141,1364148,+,dipeptide ABC transporter (ATP-binding subunit),Inorganic ion transport and metabolism,P26905,Op518 +BSU_12960,dppE,AL009126.3,BSU12960,1364151,1365800,+,dipeptide ABC transporter (dipeptide-binding lipoprotein),Amino acid transport and metabolism,P26906,Op518 +BSU_12970,ldcA,AL009126.3,BSU12970,1365888,1366847,+,muropeptide L%2CD-carboxypeptidase,Defense mechanisms,O34851,Op519 +BSU_12980,aeeB,AL009126.3,BSU12980,1366844,1367944,+,L-Ala-D/L-Glu epimerase,Cell wall/membrane/envelope biogenesis,O34508,Op519 +BSU_12990,eepC,AL009126.3,BSU12990,1367941,1368831,+,gamma-D-glutamyl-L-diaminoacid endopeptidase,Cell wall/membrane/envelope biogenesis,O35010,Op519 +BSU_13000,ykfD,AL009126.3,BSU13000,1368844,1369833,+,putative cell wall oligopeptide ABC transporter (ATP binding protein),Amino acid transport and metabolism,C0SP98,Op519 +BSU_13010,pgl,AL009126.3,BSU13010,1369876,1370925,-,6-phosphogluconolactonase,Carbohydrate transport and metabolism,O34499,Op520 +BSU_13020,ddaH,AL009126.3,BSU13020,1371015,1371875,-,N(G)%2CN(G)-dimethylarginine dimethylaminohydrolase,Amino acid transport and metabolism,O34497,Op520 +BSU_13030,ykhA,AL009126.3,BSU13030,1372035,1372553,+,promiscuous acyl-CoA thioesterase,Lipid transport and metabolism,P49851,Op5 +BSU_13040,hmpA,AL009126.3,BSU13040,1372792,1373991,+,flavohemoglobin,Energy production and conversion,P49852,Op521 +BSU_13050,ykzH,AL009126.3,BSU13050,1374068,1374292,-,conserved hypothetical protein,No COG annotation,O31653,Op522 +BSU_13060,ykjA,AL009126.3,BSU13060,1374437,1375168,+,conserved membrane protein of unknown function,Function unknown,P49853,Op5 +BSU_13070,ykkA,AL009126.3,BSU13070,1375260,1375787,+,conserved hypothetical protein,Function unknown,P49854,Op5 +BSU_13080,ykkB,AL009126.3,BSU13080,1375777,1376295,+,putative N-acetyltransferase,"Translation, ribosomal structure and biogenesis",P49855,Op5 +BSU_13090,gdnC,AL009126.3,BSU13090,1376517,1376855,+,guanidinium efflux transporter subunit,Inorganic ion transport and metabolism,P49856,Op5 +BSU_13100,gdnD,AL009126.3,BSU13100,1376855,1377172,+,guanidinium efflux transporter subunit,Inorganic ion transport and metabolism,P49857,Op5 +BSU_13110,purU,AL009126.3,BSU13110,1377243,1378145,+,formyltetrahydrofolate hydrolase,Nucleotide transport and metabolism,O34990,Op5 +BSU_13120,proB,AL009126.3,BSU13120,1378496,1379593,+,glutamate 5-kinase,Amino acid transport and metabolism,P39820,Op523 +BSU_13130,proA,AL009126.3,BSU13130,1379605,1380852,+,gamma-glutamyl phosphate reductase,Amino acid transport and metabolism,P39821,Op523 +BSU_13140,ohrA,AL009126.3,BSU13140,1380978,1381403,+,peroxiredoxin,"Post-translational modification, protein turnover, and chaperones",O34762,Op524 +BSU_13150,ohrR,AL009126.3,BSU13150,1381434,1381877,-,transcriptional regulator sensing organic peroxides,Transcription,O34777,Op525 +BSU_13160,ohrB,AL009126.3,BSU13160,1382020,1382430,+,organic hydroperoxide resistance reductase B,"Post-translational modification, protein turnover, and chaperones",P80242,Op526 +BSU_13169,ykzN,AL009126.3,BSU13169,1382457,1382627,+,hypothetical protein,No COG annotation,C0H400,Op526 +BSU_13170,guaN,AL009126.3,BSU13170,1382677,1383147,-,guanine deaminase,Nucleotide transport and metabolism,O34598,Op527 +BSU_13180,metE,AL009126.3,BSU13180,1383320,1385608,-,cobalamin-independent methionine synthase,Amino acid transport and metabolism,P80877,Op5 +BSU_13190,ispA,AL009126.3,BSU13190,1386024,1386983,-,intracellular serine protease,"Post-translational modification, protein turnover, and chaperones",P11018,Op528 +BSU_13200,rsbRB,AL009126.3,BSU13200,1387206,1388039,+,component of the anxiosome (stressosome),Signal transduction mechanisms,O34860,Op529 +BSU_13210,thiX,AL009126.3,BSU13210,1388070,1388834,-,thiamine transporter%2C transmembrane T component,Inorganic ion transport and metabolism,O34572,Op5 +BSU_13220,thiW,AL009126.3,BSU13220,1388809,1390452,-,thiamine ABC transporter (ATP-binding subunit),Inorganic ion transport and metabolism,O34362,Op5 +BSU_13230,thiV,AL009126.3,BSU13230,1390439,1391038,-,thiamine transporter%2C permease component,Function unknown,O34738,Op5 +BSU_13240,thiU,AL009126.3,BSU13240,1391040,1391642,-,thiamine-binding protein (oxidation stress protein),Function unknown,O34911,Op5 +BSU_13250,ykoG,AL009126.3,BSU13250,1391953,1392639,+,two-component response regulator [YkoH],Signal transduction mechanisms,O34903,Op5 +BSU_13260,ykoH,AL009126.3,BSU13260,1392643,1394007,+,two-component sensor histidine kinase [YkoG],Signal transduction mechanisms,O34638,Op5 +BSU_13270,ykoI,AL009126.3,BSU13270,1394004,1394684,+,conserved membrane protein of unknown function,Function unknown,O34551,Op5 +BSU_13280,ykoJ,AL009126.3,BSU13280,1394776,1395288,+,putative exported protein,Function unknown,O35012,Op5 +BSU_13290,ykzD,AL009126.3,BSU13290,1395371,1395508,+,conserved hypothetical protein,No COG annotation,O34405,Op5 +BSU_13300,mgtE,AL009126.3,BSU13300,1396013,1397368,+,magnesium transporter,Inorganic ion transport and metabolism,O34442,Op530 +BSU_13310,tnrA,AL009126.3,BSU13310,1397411,1397743,-,nitrogen sensing transcriptional regulator,Transcription,Q45666,Op531 +BSU_13320,ykzB,AL009126.3,BSU13320,1397938,1398093,+,conserved protein of unknown function,No COG annotation,O34923,Op532 +BSU_13330,ykoL,AL009126.3,BSU13330,1398181,1398363,+,conserved protein of unknown function,No COG annotation,O34763,Op532 +BSU_13340,ykoM,AL009126.3,BSU13340,1398496,1398960,+,putative transcriptional regulator (MarR family),Transcription,O34949,Op5 +BSU_13350,ykoN,AL009126.3,BSU13350,1398975,1400096,-,putative glycosyltransferase,Cell wall/membrane/envelope biogenesis,C0SPB9,Op533 +BSU_13360,ykoP,AL009126.3,BSU13360,1400188,1400739,+,conserved hypothetical protein,Carbohydrate transport and metabolism,O34495,Op534 +BSU_13370,ykoQ,AL009126.3,BSU13370,1400767,1401579,-,putative metallophosphoesterase,Function unknown,O35040,Op535 +BSU_13380,ykoS,AL009126.3,BSU13380,1401772,1403466,+,putative integral membrane protein,No COG annotation,O34830,Op5 +BSU_13390,ykoT,AL009126.3,BSU13390,1403479,1404492,+,putative glycosyltransferase,Cell wall/membrane/envelope biogenesis,O34755,Op5 +BSU_13400,ligD,AL009126.3,BSU13400,1404518,1406353,-,ATP-dependent DNA ligase subunit%3B 5'-2-deoxyribose-5-phosphate (dRP) lyase,"Replication, recombination and repair",O34398,Op5 +BSU_13410,ligV,AL009126.3,BSU13410,1406357,1407292,-,ATP-dependent DNA ligase subunit Ku%3B AP/deoxyribose 5'-phosphate (5'-dRP)-lyase,"Replication, recombination and repair",O34859,Op5 +BSU_13420,dgcW,AL009126.3,BSU13420,1407329,1409731,-,diguanylate cyclase,Signal transduction mechanisms,O34311,Op5 +BSU_13430,ykoX,AL009126.3,BSU13430,1409912,1410577,+,putative integral membrane protein,Function unknown,O34908,Op5 +BSU_13440,ykoY,AL009126.3,BSU13440,1410654,1411628,+,putative manganese-related ion transporter,Inorganic ion transport and metabolism,O34997,Op5 +BSU_13450,sigI,AL009126.3,BSU13450,1411892,1412647,+,RNA polymerase sigma factor (heat stress responsive),Transcription,O31654,Op536 +BSU_13460,rsgI,AL009126.3,BSU13460,1412644,1413789,+,sigmaI modulating factor,Function unknown,O31655,Op536 +BSU_13470,sspD,AL009126.3,BSU13470,1413800,1413994,-,small acid-soluble spore protein (alpha/beta-type SASP),Function unknown,P04833,Op537 +BSU_13480,htpK,AL009126.3,BSU13480,1414125,1414826,-,regulator of quality control,Function unknown,O31656,Op5 +BSU_13490,htpX,AL009126.3,BSU13490,1414997,1415893,+,membrane protease,"Post-translational modification, protein turnover, and chaperones",O31657,Op5 +BSU_13500,ktrD,AL009126.3,BSU13500,1416067,1417416,+,K+-transporting ATPase,Inorganic ion transport and metabolism,O31658,Op5 +BSU_13509,ykzP,AL009126.3,BSU13509,1417561,1417716,+,conserved protein of unknown function,Function unknown,C0H402,Op5 +BSU_13510,ykzE,AL009126.3,BSU13510,1417719,1417895,+,conserved protein of unknown function,No COG annotation,O31659,Op5 +BSU_13520,ykrP,AL009126.3,BSU13520,1417938,1418960,-,putative integral membrane protein%3B putative acyltransferase,Carbohydrate transport and metabolism,O31660,Op538 +BSU_13530,kinE,AL009126.3,BSU13530,1419213,1421429,+,two-component sensor histidine kinase,Signal transduction mechanisms,O31661,Op539 +BSU_13540,ogt,AL009126.3,BSU13540,1421426,1421923,+,O6-alkylguanine DNA alkyltransferase,"Replication, recombination and repair",P11742,Op539 +BSU_13545,BSU_13545,AL009126.3,BSU13545,1422013,1422138,+,hypothetical protein,No COG annotation,A0A2K4Z9I7,Op540 +BSU_13550,mtnA,AL009126.3,BSU13550,1422172,1423233,-,methylthioribose-1-phosphate isomerase (methionine salvage pathway),Amino acid transport and metabolism,O31662,Op541 +BSU_13560,mtnK,AL009126.3,BSU13560,1423241,1424434,-,methylthioribose kinase (methionine salvage pathway%2C promiscuous),Nucleotide transport and metabolism,O31663,Op541 +BSU_13570,mtnU,AL009126.3,BSU13570,1424767,1425546,-,ketoglutaramate omega-amidase,Function unknown,O31664,Op542 +BSU_13580,mtnE,AL009126.3,BSU13580,1425641,1426837,+,methionine-glutamine aminotransferase,Amino acid transport and metabolism,O31665,Op543 +BSU_13590,mtnW,AL009126.3,BSU13590,1427061,1428278,+,2%2C3-diketo-5-methylthiopentyl-1-phosphate enolase (DK-MTP-1-P enolase),Carbohydrate transport and metabolism,O31666,Op544 +BSU_13600,mtnX,AL009126.3,BSU13600,1428275,1428982,+,2-hydroxy-3-keto-5-methylthiopentenyl-1-phosphatephosphatase (HK-MTPenyl-1-P phosphatase),Amino acid transport and metabolism,O31667,Op544 +BSU_13610,mtnB,AL009126.3,BSU13610,1428940,1429569,+,methylthioribulose-1-phosphate dehydratase (MTRu-1-P dehydratase),Amino acid transport and metabolism,O31668,Op544 +BSU_13620,mtnD,AL009126.3,BSU13620,1429584,1430120,+,acireductone dioxygenase (Ni2+ or Fe2+-requiring),Function unknown,O31669,Op544 +BSU_13630,ykvA,AL009126.3,BSU13630,1430161,1430481,-,conserved hypothetical protein,Function unknown,O31670,Op545 +BSU_13640,spo0E,AL009126.3,BSU13640,1430684,1430941,+,negative regulatory phosphatase acting on Spo0A-P (sporulation),Function unknown,P05043,Op546 +BSU_13650,eag,AL009126.3,BSU13650,1431027,1431458,+,putative small membrane protein,No COG annotation,P06630,Op547 +BSU_13660,kinD,AL009126.3,BSU13660,1431486,1433006,-,histidine kinase phosphorylating Spo0A,Signal transduction mechanisms,O31671,Op548 +BSU_13670,mhqR,AL009126.3,BSU13670,1433199,1433636,+,transcriptional regulator (MarR family),Transcription,O31672,Op549 +BSU_13680,motB,AL009126.3,BSU13680,1433676,1434461,-,motility protein B%3B MotB component of the H+-coupled stator flagellum complex,Cell motility,P28612,Op550 +BSU_13690,motA,AL009126.3,BSU13690,1434433,1435245,-,motility protein A%3B MotA component of the H+-coupled stator flagellum complex,Cell motility,P28611,Op550 +BSU_13700,clpE,AL009126.3,BSU13700,1435628,1437727,-,ATP-dependent Clp protease (class III stress gene),"Post-translational modification, protein turnover, and chaperones",O31673,Op551 +BSU_13710,ykvI,AL009126.3,BSU13710,1438092,1439135,+,putative transporter,Function unknown,O31674,Op552 +BSU_13720,queC,AL009126.3,BSU13720,1439448,1440107,+,pre-queuosine 0 synthase,Nucleotide transport and metabolism,O31675,Op5 +BSU_13730,queD,AL009126.3,BSU13730,1440100,1440549,+,6-carboxy-5%2C6%2C7%2C8-tetrahydropterin synthase%3B queuosine biosynthesis,Coenzyme transport and metabolism,O31676,Op5 +BSU_13740,queE,AL009126.3,BSU13740,1440542,1441273,+,7-carboxy-7-deazaguanine synthase,Coenzyme transport and metabolism,O31677,Op5 +BSU_13750,queF,AL009126.3,BSU13750,1441291,1441788,+,NADPH-dependent 7-cyano-7-deazaguanine reductase,Function unknown,O31678,Op5 +BSU_13760,ykvN,AL009126.3,BSU13760,1442347,1442703,-,putative transcriptional regulator (HGT island),Transcription,O31679,Op553 +BSU_13770,ykvO,AL009126.3,BSU13770,1442872,1443618,+,putative oxidoreductase (HGT island),Lipid transport and metabolism,O31680,Op5 +BSU_13780,ykvP,AL009126.3,BSU13780,1444099,1445298,+,spore protein (HGT island),Cell wall/membrane/envelope biogenesis,O31681,Op554 +BSU_13789,ykzQ,AL009126.3,BSU13789,1445314,1445541,+,putative peptidoglycan binding protein,Cell wall/membrane/envelope biogenesis,C0H403,Op554 +BSU_13790,ykvQ,AL009126.3,,1445638,1446336,+,putative sporulation-specific glycosylase (HGT island),Carbohydrate transport and metabolism,,Op554 +BSU_13799,ykzR,AL009126.3,,1446317,1446568,+,putative spore-specific glycosyl hydrolase,Function unknown,,Op5 +BSU_13800,ykvR,AL009126.3,BSU13800,1447251,1447541,+,conserved hypothetical protein (HGT island),Function unknown,O31683,Op555 +BSU_13810,ykvS,AL009126.3,BSU13810,1447662,1447847,-,conserved protein of unknown function (HGT island),Function unknown,O31684,Op556 +BSU_13819,ykzS,AL009126.3,BSU13819,1448013,1448207,+,conserved hypothetical protein (HGT island),No COG annotation,C0H405,Op5 +BSU_13820,ykvT,AL009126.3,BSU13820,1448506,1449132,+,cell wall hydrolase related to spore cortex-lytic enzymes,Cell wall/membrane/envelope biogenesis,O31685,Op557 +BSU_13830,ykvU,AL009126.3,BSU13830,1449250,1450587,+,spore membrane protein involved in germination,Function unknown,O31686,Op558 +BSU_13840,stoA,AL009126.3,BSU13840,1450638,1451135,+,spore-specific thiol-disulfide oxidoreductase (SpoVD maturation),Energy production and conversion,O31687,Op558 +BSU_13850,pfeT,AL009126.3,BSU13850,1451371,1453284,+,Fe(II) efflux transporter possibly involved in copper(II) uptake,Inorganic ion transport and metabolism,O31688,Op559 +BSU_13860,papB,AL009126.3,BSU13860,1453691,1454782,+,Xaa-Pro Xaa-Pro-Xaa di-tri-peptidase used in osmoprotection,Amino acid transport and metabolism,O31689,Op5 +BSU_13870,ykvZ,AL009126.3,BSU13870,1455064,1456029,+,putative transcriptional regulator (LacI family),Transcription,O31690,Op5 +BSU_13880,glcT,AL009126.3,BSU13880,1456092,1456958,+,transcriptional antiterminator (BglG family),Transcription,O31691,Op5 +BSU_13890,ptsG,AL009126.3,BSU13890,1457187,1459286,+,phosphotransferase system (PTS) glucose-specific enzyme IICBA component,Carbohydrate transport and metabolism,P20166,Op560 +BSU_13900,ptsH,AL009126.3,BSU13900,1459384,1459650,+,histidine-containing phosphocarrier protein of the phosphotransferase system (PTS) (HPr protein),Carbohydrate transport and metabolism,P08877,Op560 +BSU_13910,ptsI,AL009126.3,BSU13910,1459650,1461362,+,phosphotransferase system (PTS) enzyme I,Carbohydrate transport and metabolism,P08838,Op560 +BSU_13920,splA,AL009126.3,BSU13920,1461453,1461692,+,TRAP-like transcriptional negative regulator of spore photoproduct lyase,Function unknown,P37955,Op561 +BSU_13930,splB,AL009126.3,BSU13930,1461770,1462798,+,spore photoproduct (thymine dimer) lyase,"Replication, recombination and repair",P37956,Op561 +BSU_13940,ykwB,AL009126.3,BSU13940,1462813,1463493,-,putative acetyltransferase / amidohydrolase,Transcription,Q796K9,Op562 +BSU_13950,mcpC,AL009126.3,BSU13950,1463628,1465595,+,methyl-accepting chemotaxis protein,Cell motility,P54576,Op563 +BSU_13960,ohaC,AL009126.3,BSU13960,1465733,1466599,+,beta-hydroxyacid dehydrogenase (acts on 3-hydroxypropionate with NADP),Lipid transport and metabolism,O34948,Op5 +BSU_13970,ykwD,AL009126.3,BSU13970,1466638,1467411,-,conserved hypothetical protein,"Translation, ribosomal structure and biogenesis",O31398,Op564 +BSU_13980,pbpH,AL009126.3,BSU13980,1467748,1469862,+,penicillin-binding enzyme for formation of rod-shaped peptidoglycan cell wall,Cell wall/membrane/envelope biogenesis,Q796K8,Op5 +BSU_13990,kinA,AL009126.3,BSU13990,1470026,1471846,+,sporulation-specific ATP-dependent protein histidine kinase,Signal transduction mechanisms,P16497,Op565 +BSU_14000,dapX,AL009126.3,BSU14000,1471857,1473038,-,N-acetyl-L%2CL-diaminopimelate aminotransferase,Amino acid transport and metabolism,P16524,Op5 +BSU_14009,ykzT,AL009126.3,BSU14009,1473240,1473401,-,hypothetical protein,No COG annotation,C0H406,Op5 +BSU_14010,cheV,AL009126.3,BSU14010,1473605,1474516,+,coupling protein and response regulator for CheA activity in response to attractants (chemotaxis),Signal transduction mechanisms,P37599,Op566 +BSU_14020,kre,AL009126.3,BSU14020,1474560,1475024,-,regulator of transcription factor ComK function via modulation of mRNA stability,Function unknown,P42430,Op567 +BSU_14030,ykuC,AL009126.3,BSU14030,1475150,1476442,-,putative transporter,Amino acid transport and metabolism,O31695,Op568 +BSU_14040,ltdD,AL009126.3,BSU14040,1476518,1477012,-,murein L%2CD-transpeptidase,Function unknown,O34816,Op569 +BSU_14050,ppeE,AL009126.3,BSU14050,1477069,1477929,-,exported metallophosphoesterase (Mn2+ and Zn2+),Function unknown,O34870,Op5 +BSU_14060,fadH,AL009126.3,BSU14060,1478072,1478836,+,putative 2%2C4-dienoyl-CoA reductase,Lipid transport and metabolism,O34717,Op570 +BSU_14071,ykuG,AL009126.3,BSU14071,1479137,1480867,+,putative cell wall-binding protein,Cell wall/membrane/envelope biogenesis,O34320,Op570 +BSU_14072,ykzU,AL009126.3,BSU14072,1480933,1481451,+,conserved hypothetical protein,Cell wall/membrane/envelope biogenesis,C0H408,Op5 +BSU_14080,ykuH,AL009126.3,BSU14080,1481547,1482095,+,conserved protein of unknown function,No COG annotation,O31696,Op5 +BSU_14090,ykuI,AL009126.3,BSU14090,1482248,1483471,+,putative cyclic-di-GMP receptor (no phosphodiesterase activity),Signal transduction mechanisms,O35014,Op5 +BSU_14100,ykuJ,AL009126.3,BSU14100,1484117,1484356,+,putative RNA-specific modification enzyme subunit,Function unknown,O34588,Op571 +BSU_14110,ykuK,AL009126.3,BSU14110,1484466,1484984,+,putative RNA-binding enzyme component,Function unknown,O34776,Op571 +BSU_14120,abbA,AL009126.3,BSU14120,1485118,1485315,+,regulator of AbrB repressor,Function unknown,O31697,Op571 +BSU_14130,ykuL,AL009126.3,BSU14130,1485453,1485896,+,putative RNA-binding protein,Function unknown,O31698,Op571 +BSU_14140,ccpC,AL009126.3,BSU14140,1486045,1486926,+,transcriptional repressor of citB and citZ,Transcription,O34827,Op571 +BSU_14150,fldN,AL009126.3,BSU14150,1487038,1487514,+,short-chain flavodoxin (acts in lipid desaturation),Energy production and conversion,O34737,Op572 +BSU_14160,ykuO,AL009126.3,BSU14160,1487504,1488397,+,conserved hypothetical protein,No COG annotation,O34879,Op572 +BSU_14170,fldP,AL009126.3,BSU14170,1488413,1488868,+,short-chain flavodoxin,Energy production and conversion,O34589,Op572 +BSU_14180,dapH,AL009126.3,BSU14180,1488973,1489683,+,tetrahydrodipicolinate N-acetyltransferase,Amino acid transport and metabolism,O34981,Op5 +BSU_14190,dapI,AL009126.3,BSU14190,1489753,1490877,+,N-acetyl-diaminopimelate deacetylase,Amino acid transport and metabolism,O34916,Op5 +BSU_14200,ykuS,AL009126.3,BSU14200,1490939,1491184,+,conserved hypothetical protein,Function unknown,O34783,Op5 +BSU_14210,mscT,AL009126.3,BSU14210,1491221,1492024,-,small-conductance mechanosensitive channel,Cell wall/membrane/envelope biogenesis,O34897,Op573 +BSU_14220,ahpA,AL009126.3,BSU14220,1492261,1492803,+,biofilm-specific peroxidase%3B 2-cys peroxiredoxin,"Post-translational modification, protein turnover, and chaperones",O34564,Op5 +BSU_14230,ykuV,AL009126.3,BSU14230,1492875,1493321,+,thiol-disulfide oxidoreductase,Energy production and conversion,O31699,Op5 +BSU_14240,rok,AL009126.3,BSU14240,1493787,1494362,+,repressor of comK,Transcription,O34857,Op574 +BSU_14250,sppO,AL009126.3,BSU14250,1494403,1495368,-,spore protein cse15,No COG annotation,O31700,Op575 +BSU_14260,mobA,AL009126.3,BSU14260,1495505,1496104,+,molybdopterin-guanine dinucleotide biosynthesis protein A,Coenzyme transport and metabolism,O31701,Op5 +BSU_14270,moeB,AL009126.3,BSU14270,1496155,1497174,+,molybdopterin biosynthesis adenylyltransferase,Coenzyme transport and metabolism,O31702,Op5 +BSU_14280,moeA,AL009126.3,BSU14280,1497192,1498484,+,molybdate to molybdopterin ligation enzyme,Coenzyme transport and metabolism,O31703,Op5 +BSU_14290,mobB,AL009126.3,BSU14290,1498445,1498966,+,molybdopterin-guanine dinucleotide biosynthesis protein B,Coenzyme transport and metabolism,O31704,Op5 +BSU_14300,moaE,AL009126.3,BSU14300,1498966,1499439,+,molybdopterin synthase (large subunit),Coenzyme transport and metabolism,O31705,Op5 +BSU_14310,moaD,AL009126.3,BSU14310,1499432,1499665,+,molybdopterin synthase (small subunit),Coenzyme transport and metabolism,O31706,Op5 +BSU_14320,yknU,AL009126.3,BSU14320,1499889,1501646,+,putative ABC transporter (ATP-binding protein),Defense mechanisms,O31707,Op5 +BSU_14330,yknV,AL009126.3,BSU14330,1501658,1503472,+,putative ABC transporter (ATP-binding protein),Defense mechanisms,O31708,Op5 +BSU_14340,skiW,AL009126.3,BSU14340,1503582,1504277,+,subunit of permease exporting the starvation-induced killing protein,Function unknown,O31709,Op576 +BSU_14350,skiX,AL009126.3,BSU14350,1504282,1505415,+,subunit of efflux permease exporting the starvation-induced killing protein,Cell wall/membrane/envelope biogenesis,O31710,Op576 +BSU_14360,skiY,AL009126.3,BSU14360,1505416,1506108,+,subunit of efflux permease exporting the starvation-induced killing protein (ATP-binding protein),Defense mechanisms,O31711,Op576 +BSU_14370,skiZ,AL009126.3,BSU14370,1506105,1507298,+,permease subunit exporting Sporulation-Delaying Protein,Defense mechanisms,O31712,Op576 +BSU_14380,fruR,AL009126.3,BSU14380,1507578,1508333,+,transcriptional regulator (DeoR family),Transcription,O31713,Op577 +BSU_14390,fruK,AL009126.3,BSU14390,1508330,1509241,+,fructose-1-phosphate kinase,Carbohydrate transport and metabolism,O31714,Op577 +BSU_14400,fruA,AL009126.3,BSU14400,1509256,1511163,+,phosphotransferase system (PTS) fructose-specific enzyme IIABC component,Carbohydrate transport and metabolism,P71012,Op577 +BSU_14410,sipT,AL009126.3,BSU14410,1511308,1511889,+,type I signal peptidase,"Intracellular trafficking, secretion, and vesicular transport",P71013,Op578 +BSU_14420,ykoA,AL009126.3,BSU14420,1511923,1512192,-,putative membrane protein of unknown function,No COG annotation,O31715,Op579 +BSU_14430,ykpA,AL009126.3,BSU14430,1512373,1513995,+,putative energy-sensing inhibitor of translation,Function unknown,O31716,Op5 +BSU_14440,panE,AL009126.3,BSU14440,1514052,1514963,+,2-dehydropantoate reductase,Coenzyme transport and metabolism,O31717,Op5 +BSU_14450,ampS,AL009126.3,BSU14450,1514997,1516229,-,aminopeptidase,Amino acid transport and metabolism,P39762,Op5 +BSU_14460,ykpC,AL009126.3,BSU14460,1516339,1516473,-,conserved hypothetical protein,Function unknown,Q45492,Op580 +BSU_14470,mreBH,AL009126.3,BSU14470,1516574,1517581,-,cell-shape determining protein,"Cell cycle control, cell division, chromosome partitioning",P39763,Op580 +BSU_14480,abhA,AL009126.3,BSU14480,1517865,1518143,+,transcriptional regulator,Transcription,P39758,Op581 +BSU_14490,kinC,AL009126.3,BSU14490,1518333,1519619,+,two-component sensor potassium-responsive histidine kinase regulating cannibalism and biofilm formation,Signal transduction mechanisms,P39764,Op582 +BSU_14500,ykqA,AL009126.3,BSU14500,1519635,1520468,+,putative gamma-glutamylcyclotransferase (bacillithiol degradation),Inorganic ion transport and metabolism,P39759,Op5 +BSU_14510,ktrC,AL009126.3,BSU14510,1520531,1521196,+,potassium uptake protein,Inorganic ion transport and metabolism,P39760,Op5 +BSU_14520,adeC,AL009126.3,BSU14520,1521351,1523084,+,adenine deaminase,Nucleotide transport and metabolism,P39761,Op5 +BSU_14530,rnjA,AL009126.3,BSU14530,1523118,1524785,-,ribonuclease J1,Function unknown,Q45493,Op583 +BSU_14540,rnpZA,AL009126.3,BSU14540,1524791,1525000,-,omega 1 subunit of RNA polymerase,Function unknown,O31718,Op583 +BSU_14550,ykrA,AL009126.3,BSU14550,1525386,1526159,+,putative hydrolase,Function unknown,Q45494,Op584 +BSU_14560,defB,AL009126.3,BSU14560,1526195,1526749,-,N-formyl-cysteine deformylase (promiscuous),"Translation, ribosomal structure and biogenesis",Q45495,Op5 +BSU_14569,ykzV,AL009126.3,BSU14569,1526859,1527017,-,putative type I toxin (toxin I motif),Function unknown,C0H409,Op5 +BSU_14568,BSU_14568,AL009126.3,BSU14568,1526924,1527067,-,putative antitoxin,No COG annotation,L8E9Z2,Op585 +BSU_14570,ykyA,AL009126.3,BSU14570,1527231,1527902,+,putative lipoprotein,"Replication, recombination and repair",P21884,Op5 +BSU_14580,pdhA,AL009126.3,BSU14580,1528326,1529441,+,pyruvate dehydrogenase (E1 alpha subunit),Energy production and conversion,P21881,Op586 +BSU_14590,pdhB,AL009126.3,BSU14590,1529445,1530422,+,pyruvate dehydrogenase (E1 beta subunit),Energy production and conversion,P21882,Op586 +BSU_14600,pdhC,AL009126.3,BSU14600,1530537,1531865,+,pyruvate dehydrogenase (dihydrolipoamide acetyltransferase E2 subunit),Energy production and conversion,P21883,Op586 +BSU_14610,pdhD,AL009126.3,BSU14610,1531870,1533282,+,dihydrolipoamide dehydrogenase E3 subunit of both pyruvate dehydrogenase and 2-oxoglutarate dehydrogenase complexes,Energy production and conversion,P21880,Op586 +BSU_14620,slp,AL009126.3,BSU14620,1533327,1533701,-,small peptidoglycan-associated lipoprotein,Energy production and conversion,P39910,Op587 +BSU_14629,rgpA,AL009126.3,BSU14629,1534120,1534239,+,regulator of GapA synthesis,Function unknown,C0H410,Op5 +BSU_14630,speA,AL009126.3,BSU14630,1534279,1535751,-,arginine decarboxylase,Amino acid transport and metabolism,P21885,Op588 +BSU_14640,yktA,AL009126.3,BSU14640,1535936,1536202,+,conserved protein of unknown function,Function unknown,Q45497,Op589 +BSU_14650,yktB,AL009126.3,BSU14650,1536235,1536873,-,conserved protein of unknown function,Function unknown,Q45498,Op590 +BSU_14660,ykzI,AL009126.3,BSU14660,1537113,1537301,+,conserved general stress protein,No COG annotation,O31719,Op5 +BSU_14670,suhB,AL009126.3,BSU14670,1537441,1538238,+,inositol monophosphatase / 5' nucleotidase (purine nucleoside monophosphate),Carbohydrate transport and metabolism,Q45499,Op5 +BSU_14680,ykzC,AL009126.3,BSU14680,1538264,1538692,+,putative acyltransferase,Function unknown,O31720,Op5 +BSU_14690,yktD,AL009126.3,BSU14690,1538770,1539684,-,putative AdoMet-dependent methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",Q45500,Op5 +BSU_14700,nprE,AL009126.3,BSU14700,1540036,1541601,-,extracellular neutral metalloprotease,Amino acid transport and metabolism,P68736,Op591 +BSU_14710,ylaA,AL009126.3,BSU14710,1541886,1543826,+,conserved protein of unknown function,No COG annotation,O07625,Op592 +BSU_14720,ylaB,AL009126.3,BSU14720,1543816,1544085,+,hypothetical protein,No COG annotation,O07626,Op592 +BSU_14730,sigP,AL009126.3,BSU14730,1544085,1544606,+,RNA polymerase ECF-type sigma factor,Transcription,O07627,Op592 +BSU_14740,sigQ,AL009126.3,BSU14740,1544603,1544896,+,anti-SigP(YlaC) sigma factor,Function unknown,O07628,Op592 +BSU_14750,ylaE,AL009126.3,BSU14750,1544936,1545547,-,putative exported protein,No COG annotation,O07629,Op5 +BSU_14760,ylaF,AL009126.3,BSU14760,1545820,1546008,-,conserved hypothetical protein,Function unknown,O07630,Op5 +BSU_14770,bipA,AL009126.3,BSU14770,1546121,1547959,+,ribosome-associated GTPase,Signal transduction mechanisms,O07631,Op5 +BSU_14780,ylaH,AL009126.3,BSU14780,1548016,1548333,+,conserved membrane protein of unkown function,Function unknown,O07632,Op5 +BSU_14790,ylaI,AL009126.3,BSU14790,1548389,1548598,-,conserved hypothetical protein,Function unknown,O07633,Op5 +BSU_14800,ylaJ,AL009126.3,BSU14800,1548681,1549310,-,putative germination lipoprotein,Function unknown,O07634,Op593 +BSU_14810,ylaK,AL009126.3,BSU14810,1549465,1550793,+,putative phosphate starvation inducible protein,Signal transduction mechanisms,O07635,Op594 +BSU_14820,ylaL,AL009126.3,BSU14820,1550797,1551282,-,conserved hypothetical protein,Function unknown,O07636,Op595 +BSU_14830,glsB,AL009126.3,BSU14830,1551385,1552314,+,L-glutamine amidohydrolase%3B glutaminase,Amino acid transport and metabolism,O07637,Op5 +BSU_14840,ylaN,AL009126.3,BSU14840,1552412,1552693,+,conserved hypothetical protein,Function unknown,O07638,Op5 +BSU_14850,ftsW,AL009126.3,BSU14850,1552899,1554110,+,cell-division protein%3B transporter of lipid-linked cell wall precursors,"Cell cycle control, cell division, chromosome partitioning",O07639,Op596 +BSU_14860,pycA,AL009126.3,BSU14860,1554185,1557631,+,pyruvate carboxylase,Energy production and conversion,Q9KWU4,Op596 +BSU_14870,ctaA,AL009126.3,BSU14870,1558034,1558954,-,heme-A synthase,"Post-translational modification, protein turnover, and chaperones",P12946,Op597 +BSU_14880,ctaB,AL009126.3,BSU14880,1559309,1560226,+,protoheme IX farnesyltransferase 2,"Post-translational modification, protein turnover, and chaperones",P24009,Op598 +BSU_14890,ctaC,AL009126.3,BSU14890,1560466,1561536,+,cytochrome caa3 oxidase (subunit II),Energy production and conversion,P24011,Op598 +BSU_14900,ctaD,AL009126.3,BSU14900,1561569,1563437,+,cytochrome caa3 oxidase (subunit I),Energy production and conversion,P24010,Op598 +BSU_14910,ctaE,AL009126.3,BSU14910,1563437,1564060,+,cytochrome caa3 oxidase (subunit III),Energy production and conversion,P24012,Op598 +BSU_14920,ctaF,AL009126.3,BSU14920,1564063,1564395,+,cytochrome caa3 oxidase (subunit IV),Energy production and conversion,P24013,Op598 +BSU_14930,ctaG,AL009126.3,BSU14930,1564422,1565315,+,cytochrome aa(3) assembly factor,Function unknown,O34329,Op598 +BSU_14940,ylbA,AL009126.3,BSU14940,1565347,1565709,-,conserved hypothetical protein,Function unknown,O34743,Op599 +BSU_14950,ylbB,AL009126.3,BSU14950,1565849,1566295,+,putative enzyme,Signal transduction mechanisms,O34682,Op600 +BSU_14960,ylbC,AL009126.3,BSU14960,1566379,1567419,+,conserved hypothetical protein,Function unknown,O34586,Op600 +BSU_14970,ylbD,AL009126.3,BSU14970,1567651,1568049,+,sporulation-related protein (coat),Function unknown,O34880,Op601 +BSU_14980,ylbE,AL009126.3,BSU14980,1568065,1568304,+,conserved hypothetical protein,Function unknown,O34958,Op601 +BSU_14990,ricF,AL009126.3,BSU14990,1568420,1568869,+,subunit of a sporulation%2C competence and biofilm formation regulatory complex controlling RNase Y (RicAFT complex / FAD / two [4Fe-4S]2+),Function unknown,O34412,Op5 +BSU_15000,ylbG,AL009126.3,BSU15000,1568924,1569196,+,conserved hypothetical protein,Function unknown,O34658,Op5 +BSU_15010,rsmD,AL009126.3,BSU15010,1569519,1570073,+,16S rRNA m2G966 methyltransferase,"Replication, recombination and repair",O34331,Op5 +BSU_15020,coaD,AL009126.3,BSU15020,1570078,1570563,+,phosphopantetheine adenylyltransferase,Coenzyme transport and metabolism,O34797,Op5 +BSU_15030,spoVV,AL009126.3,BSU15030,1570574,1571800,-,dipicolinic acid transporter (to the spore),Function unknown,O34765,Op602 +BSU_15040,ylbK,AL009126.3,BSU15040,1571981,1572763,+,putative hydrolase,Function unknown,O34731,Op5 +BSU_15050,ylbL,AL009126.3,BSU15050,1572765,1573790,+,putative degradative enzyme,Signal transduction mechanisms,O34470,Op5 +BSU_15060,ylbM,AL009126.3,BSU15060,1573807,1575054,-,putative component of the degradosome,Function unknown,O34513,Op5 +BSU_15069,ylzH,AL009126.3,BSU15069,1575051,1575236,-,conserved protein%2Cof unknown function,No COG annotation,C0H411,Op5 +BSU_15070,ylbN,AL009126.3,BSU15070,1575264,1575782,+,conserved hypothetical protein,Function unknown,O34445,Op5 +BSU_15080,rpmF,AL009126.3,BSU15080,1575804,1575983,+,ribosomal protein L32,"Translation, ribosomal structure and biogenesis",O34687,Op5 +BSU_15090,gerR,AL009126.3,BSU15090,1576129,1576710,+,DNA-binding regulator,Function unknown,O34549,Op603 +BSU_15100,ylbP,AL009126.3,BSU15100,1576767,1577249,-,putative acetyltransferase,Transcription,O34468,Op604 +BSU_15110,panE,AL009126.3,BSU15110,1577409,1578305,+,2-dehydropantoate 2-reductase,Coenzyme transport and metabolism,O34661,Op605 +BSU_15120,bshC,AL009126.3,BSU15120,1578376,1579995,+,malate glucosamine cysteine ligase,Function unknown,P55342,Op605 +BSU_15130,mraZ,AL009126.3,BSU15130,1580121,1580552,+,inhibitor of RsmH and transcriptional regulator,Transcription,P55343,Op606 +BSU_15140,rsmH,AL009126.3,BSU15140,1580622,1581557,+,16S rRNA m4C1402 methyltransferase,"Translation, ribosomal structure and biogenesis",Q07876,Op606 +BSU_15150,ftsL,AL009126.3,BSU15150,1581597,1581950,+,cell-division protein,"Cell cycle control, cell division, chromosome partitioning",Q07867,Op606 +BSU_15160,pbpB,AL009126.3,BSU15160,1581947,1584097,+,penicillin-binding protein 2B,Cell wall/membrane/envelope biogenesis,Q07868,Op606 +BSU_15170,spoVD,AL009126.3,BSU15170,1584214,1586154,+,transpeptidase penicillin-binding protein,Cell wall/membrane/envelope biogenesis,Q03524,Op607 +BSU_15180,murE,AL009126.3,BSU15180,1586330,1587814,+,UDP-N-acetylmuramoylalanyl-D-glutamate-2%2C 6-diaminopimelate ligase,Cell wall/membrane/envelope biogenesis,Q03523,Op608 +BSU_15190,mraY,AL009126.3,BSU15190,1587926,1588900,+,phospho-N-acetylmuramoyl-pentapeptide undecaprenyl phosphate (C55P) transferase,Cell wall/membrane/envelope biogenesis,Q03521,Op608 +BSU_15200,murD,AL009126.3,BSU15200,1588901,1590256,+,UDP-N-acetylmuramoylalanyl-D-glutamate ligase,Cell wall/membrane/envelope biogenesis,Q03522,Op608 +BSU_15210,spoVE,AL009126.3,BSU15210,1590317,1591417,+,factor for spore cortex peptidoglycan synthesis (stage V sporulation),"Cell cycle control, cell division, chromosome partitioning",P07373,Op608 +BSU_15220,murG,AL009126.3,BSU15220,1591540,1592631,+,UDP-N-acetylglucosamine-N-acetylmuramyl-(pentapeptide)pyrophosphoryl-undecaprenol N-acetylglucosamine transferase,Cell wall/membrane/envelope biogenesis,P37585,Op608 +BSU_15230,murB,AL009126.3,BSU15230,1592663,1593574,+,UDP-N-acetylenolpyruvoylglucosamine reductase,Cell wall/membrane/envelope biogenesis,P18579,Op608 +BSU_15240,divIB,AL009126.3,BSU15240,1593704,1594495,+,cell-division initiation protein,"Cell cycle control, cell division, chromosome partitioning",P16655,Op608 +BSU_15250,ylxW,AL009126.3,BSU15250,1594492,1595187,+,conserved hypothetical protein,Function unknown,C0SPA3,Op608 +BSU_15260,ylxX,AL009126.3,BSU15260,1595210,1595917,+,conserved hypothetical protein,Function unknown,Q45544,Op608 +BSU_15270,sbp,AL009126.3,BSU15270,1595935,1596300,+,putative integral inner membrane protein (small basic protein),Function unknown,P28265,Op608 +BSU_15280,ftsA,AL009126.3,BSU15280,1596474,1597796,+,cell-division protein essential for Z-ring assembly,"Cell cycle control, cell division, chromosome partitioning",P28264,Op609 +BSU_15290,ftsZ,AL009126.3,BSU15290,1597832,1598980,+,cell-division initiation protein,"Cell cycle control, cell division, chromosome partitioning",P17865,Op609 +BSU_15300,bpr,AL009126.3,BSU15300,1599283,1603584,+,bacillopeptidase F,"Post-translational modification, protein turnover, and chaperones",P16397,Op5 +BSU_15310,spoIIGA,AL009126.3,BSU15310,1603779,1604708,+,protease processing pro-sigma-E,Cell wall/membrane/envelope biogenesis,P13801,Op610 +BSU_15320,sigE,AL009126.3,BSU15320,1604771,1605490,+,RNA polymerase sporulation-specific sigma-29 factor (sigma-E),Transcription,P06222,Op610 +BSU_15330,sigG,AL009126.3,BSU15330,1605630,1606412,+,RNA polymerase sporulation-specific sigma factor (sigma-G),Transcription,P19940,Op610 +BSU_15340,ylmA,AL009126.3,BSU15340,1606560,1607354,+,putative ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,O31723,Op611 +BSU_15350,thiQ,AL009126.3,BSU15350,1607556,1608836,+,N-formyl-4-amino-5-aminomethyl-2-methylpyrimidinedeformylase,Amino acid transport and metabolism,O31724,Op612 +BSU_15360,ylmC,AL009126.3,BSU15360,1608919,1609164,+,essential sporulation protein,Function unknown,O31725,Op5 +BSU_15370,ylmD,AL009126.3,BSU15370,1609327,1610163,+,conserved protein with laccase domain,Function unknown,O31726,Op613 +BSU_15380,ylmE,AL009126.3,BSU15380,1610170,1610862,+,putative PLP-containing enzyme,Function unknown,O31727,Op613 +BSU_15390,sepF,AL009126.3,BSU15390,1610859,1611314,+,cell division machinery factor,"Cell cycle control, cell division, chromosome partitioning",O31728,Op613 +BSU_15400,ylmG,AL009126.3,BSU15400,1611321,1611593,+,factor involved in shape determination%2C distribution of nucleoids and osmotic tolerance,Function unknown,O31729,Op613 +BSU_15410,ylmH,AL009126.3,BSU15410,1611654,1612427,+,factor involved in shape determination%2C RNA-binding fold,Function unknown,P71020,Op613 +BSU_15420,divIVA,AL009126.3,BSU15420,1612521,1613015,+,cell-division initiation protein,"Cell cycle control, cell division, chromosome partitioning",P71021,Op614 +BSU_15430,ileS,AL009126.3,BSU15430,1613357,1616122,+,isoleucyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",Q45477,Op5 +BSU_15440,ylyA,AL009126.3,BSU15440,1616267,1616641,+,sporulation-related RNA polymerase-binding factor,Signal transduction mechanisms,Q45478,Op5 +BSU_15450,lspA,AL009126.3,BSU15450,1616744,1617208,+,signal peptidase II,Cell wall/membrane/envelope biogenesis,Q45479,Op5 +BSU_15460,rluD,AL009126.3,BSU15460,1617210,1618121,+,pseudouridylate synthase,"Translation, ribosomal structure and biogenesis",Q45480,Op5 +BSU_15470,pyrR,AL009126.3,BSU15470,1618304,1618849,+,transcriptional attenuator and uracil phosphoribosyltransferase activity,Nucleotide transport and metabolism,P39765,Op615 +BSU_15480,pyrP,AL009126.3,BSU15480,1619023,1620330,+,uracil permease,Nucleotide transport and metabolism,P39766,Op615 +BSU_15490,pyrB,AL009126.3,BSU15490,1620476,1621390,+,aspartate carbamoyltransferase,Nucleotide transport and metabolism,P05654,Op615 +BSU_15500,pyrC,AL009126.3,BSU15500,1621374,1622660,+,dihydroorotase,Nucleotide transport and metabolism,P25995,Op615 +BSU_15510,pyrAA,AL009126.3,BSU15510,1622657,1623751,+,pyrimidine-specific carbamoyl-phosphate synthetase (small subunit%2C glutaminase subunit),Nucleotide transport and metabolism,P25993,Op615 +BSU_15520,pyrAB,AL009126.3,BSU15520,1623736,1626951,+,pyrimidine-specific carbamoyl-phosphate synthetase (large subunit),Nucleotide transport and metabolism,P25994,Op615 +BSU_15530,pyrK,AL009126.3,BSU15530,1626948,1627718,+,dihydroorotate dehydrogenase (electron transfer subunit),Energy production and conversion,P25983,Op615 +BSU_15540,pyrD,AL009126.3,BSU15540,1627718,1628653,+,dihydroorotate dehydrogenase (catalytic subunit),Nucleotide transport and metabolism,P25996,Op615 +BSU_15550,pyrF,AL009126.3,BSU15550,1628622,1629341,+,orotidine 5'-phosphate decarboxylase,Nucleotide transport and metabolism,P25971,Op615 +BSU_15560,pyrE,AL009126.3,BSU15560,1629320,1629970,+,orotate phosphoribosyltransferase,Nucleotide transport and metabolism,P25972,Op615 +BSU_15570,cysH,AL009126.3,BSU15570,1630382,1631083,+,(phospho)adenosine phosphosulfate reductase,Amino acid transport and metabolism,P94498,Op616 +BSU_15580,cysP,AL009126.3,BSU15580,1631095,1632159,+,sulfate permease,Inorganic ion transport and metabolism,O34734,Op616 +BSU_15590,sat,AL009126.3,BSU15590,1632208,1633356,+,sulfate adenylyltransferase,Inorganic ion transport and metabolism,O34764,Op616 +BSU_15600,cysC,AL009126.3,BSU15600,1633369,1633962,+,adenylylsulfate kinase,Inorganic ion transport and metabolism,O34577,Op616 +BSU_15610,sumT,AL009126.3,BSU15610,1634061,1634834,+,uroporphyrinogen III and precorrin-1 C-methyltransferase,Coenzyme transport and metabolism,O34744,Op616 +BSU_15620,sirB,AL009126.3,BSU15620,1634837,1635622,+,sirohydrochlorin ferrochelatase,Function unknown,O34632,Op616 +BSU_15630,sirC,AL009126.3,BSU15630,1635603,1636091,+,precorrin-2 dehydrogenase,Coenzyme transport and metabolism,O34813,Op616 +BSU_15640,fbnA,AL009126.3,BSU15640,1636131,1637849,-,putative tRNA modification protein,Transcription,O34693,Op617 +BSU_15650,tcaB,AL009126.3,BSU15650,1637965,1640637,+,P-type calcium transport ATPase (sporulation),Inorganic ion transport and metabolism,O34431,Op618 +BSU_15660,yloC,AL009126.3,BSU15660,1640720,1641595,+,conserved protein of unknown function,Function unknown,O34441,Op5 +BSU_15670,remA,AL009126.3,BSU15670,1641672,1641941,+,essential sporulation DNA binding protein%3B regulator of biofilm formation,Function unknown,Q7WY72,Op5 +BSU_15680,gmk,AL009126.3,BSU15680,1641949,1642563,+,guanylate kinase,Nucleotide transport and metabolism,O34328,Op5 +BSU_15690,rpoZ,AL009126.3,BSU15690,1642567,1642770,+,omega subunit of RNA polymerase,Transcription,O35011,Op5 +BSU_15700,coaBC,AL009126.3,BSU15700,1642851,1644071,+,coenzyme A biosynthesis bifunctional protein CoaBC%3B phosphopantothenoylcysteine synthetase/decarboxylase,Coenzyme transport and metabolism,O35033,Op5 +BSU_15710,priA,AL009126.3,BSU15710,1644068,1646485,+,primosomal replication factor Y (primosomal protein N'),"Replication, recombination and repair",P94461,Op5 +BSU_15720,defA,AL009126.3,BSU15720,1646512,1646994,+,peptide deformylase,"Translation, ribosomal structure and biogenesis",P94462,Op5 +BSU_15730,fmt,AL009126.3,BSU15730,1646999,1647952,+,methionyl-tRNA formyltransferase,"Translation, ribosomal structure and biogenesis",P94463,Op5 +BSU_15740,rsmB,AL009126.3,BSU15740,1647939,1649282,+,RNA-binding Sun protein%3B 16S rRNA m5C967 methyltransferase%2C S-adenosyl-L-methionine-dependent,"Translation, ribosomal structure and biogenesis",P94464,Op5 +BSU_15750,rlmN,AL009126.3,BSU15750,1649286,1650377,+,23S rRNA m2A2503 methyltransferase and tRNA A37 C2 methyltransferase,"Translation, ribosomal structure and biogenesis",O34617,Op5 +BSU_15760,prpC,AL009126.3,BSU15760,1650384,1651148,+,multitarget phosphorylated protein phosphatase,Signal transduction mechanisms,O34779,Op5 +BSU_15770,prkC,AL009126.3,BSU15770,1651142,1653088,+,protein serine/threonine kinase,Transcription,O34507,Op5 +BSU_15780,rsgA,AL009126.3,BSU15780,1653103,1653999,+,GTPase involved in ribosome biogenesis,Function unknown,O34530,Op5 +BSU_15790,rpe,AL009126.3,BSU15790,1654004,1654657,+,ribulose-5-phosphate 3-epimerase,Carbohydrate transport and metabolism,O34557,Op5 +BSU_15800,thiN,AL009126.3,BSU15800,1654730,1655374,+,thiamine pyrophosphokinase,Coenzyme transport and metabolism,O34664,Op5 +BSU_15810,spoVM,AL009126.3,BSU15810,1655446,1655526,+,factor required for normal spore cortex and coat synthesis (stage V sporulation),No COG annotation,P37817,Op619 +BSU_15820,rpmB,AL009126.3,BSU15820,1655599,1655787,-,ribosomal protein L28,"Translation, ribosomal structure and biogenesis",P37807,Op620 +BSU_15830,yloU,AL009126.3,BSU15830,1656064,1656426,+,putative factor involved in malonyl-CoA synthesis,Function unknown,O34318,Op621 +BSU_15840,yloV,AL009126.3,BSU15840,1656442,1658103,+,putative enzyme structurally related to dihydroxyacetone/glyceraldehyde kinase,Function unknown,O34751,Op621 +BSU_15850,sdaAB,AL009126.3,BSU15850,1658242,1658904,+,L-serine dehydratase (beta chain),Amino acid transport and metabolism,O34635,Op5 +BSU_15860,sdaAA,AL009126.3,BSU15860,1658930,1659832,+,L-serine dehydratase (alpha chain),Amino acid transport and metabolism,O34607,Op5 +BSU_15870,recG,AL009126.3,BSU15870,1659810,1661858,+,branch migrating ATP-dependent DNA helicase involved in DNA recombination and repair,"Replication, recombination and repair",O34942,Op5 +BSU_15880,fapR,AL009126.3,BSU15880,1661967,1662533,+,transcription factor controlling fatty acid and phospholipid metabolism (FapR-malonyl-Coa),Transcription,O34835,Op622 +BSU_15890,plsX,AL009126.3,BSU15890,1662547,1663548,+,phosphate:acyl-ACP acyltransferase,Lipid transport and metabolism,P71018,Op622 +BSU_15900,fabD,AL009126.3,BSU15900,1663567,1664520,+,malonyl CoA:acyl carrier protein transacylase,Lipid transport and metabolism,P71019,Op622 +BSU_15910,fabG,AL009126.3,BSU15910,1664513,1665253,+,beta-ketoacyl-acyl carrier protein reductase,Lipid transport and metabolism,P51831,Op622 +BSU_15920,acpA,AL009126.3,BSU15920,1665337,1665570,+,acyl carrier protein,Lipid transport and metabolism,P80643,Op5 +BSU_15930,rnc,AL009126.3,BSU15930,1665710,1666459,+,ribonuclease III,"Translation, ribosomal structure and biogenesis",P51833,Op623 +BSU_15940,smc,AL009126.3,BSU15940,1666560,1670120,+,chromosome condensation and segregation SMC ATPase,"Cell cycle control, cell division, chromosome partitioning",P51834,Op623 +BSU_15950,ftsY,AL009126.3,BSU15950,1670140,1671129,+,signal recognition particle (docking protein),"Intracellular trafficking, secretion, and vesicular transport",P51835,Op623 +BSU_15960,ylqB,AL009126.3,BSU15960,1671166,1671651,-,conserved exported protein of unknown function,No COG annotation,O31737,Op624 +BSU_15970,ylxM,AL009126.3,BSU15970,1671828,1672160,+,component of the signal recognition particle (SRP) protein-targeting pathway,Function unknown,P37104,Op625 +BSU_15980,ffh,AL009126.3,BSU15980,1672174,1673514,+,signal recognition particle-like (SRP) GTPase,"Intracellular trafficking, secretion, and vesicular transport",P37105,Op625 +BSU_15990,rpsP,AL009126.3,BSU15990,1673620,1673892,+,ribosomal protein S16 (BS17),"Translation, ribosomal structure and biogenesis",P21474,Op626 +BSU_16000,ylqC,AL009126.3,BSU16000,1673892,1674137,+,putative RNA binding protein,Function unknown,O31738,Op626 +BSU_16010,ylqD,AL009126.3,BSU16010,1674259,1674645,+,conserved hypothetical protein,Function unknown,O31739,Op627 +BSU_16020,rimM,AL009126.3,BSU16020,1674650,1675174,+,16S rRNA processing protein,"Translation, ribosomal structure and biogenesis",O31740,Op627 +BSU_16030,trmD,AL009126.3,BSU16030,1675171,1675902,+,tRNA(m1G37)methyltransferase,"Translation, ribosomal structure and biogenesis",O31741,Op627 +BSU_16040,rplS,AL009126.3,BSU16040,1676042,1676389,+,ribosomal protein L19,"Translation, ribosomal structure and biogenesis",O31742,Op5 +BSU_16050,rbgA,AL009126.3,BSU16050,1676532,1677380,+,ribosome biogenesis GTPase A,Function unknown,O31743,Op5 +BSU_16060,rnhB,AL009126.3,BSU16060,1677451,1678218,+,ribonuclease HII,"Replication, recombination and repair",O31744,Op5 +BSU_16070,ylqG,AL009126.3,BSU16070,1678250,1679980,+,putative glycosyltransferase,No COG annotation,O31745,Op5 +BSU_16080,ylqH,AL009126.3,BSU16080,1679977,1680258,+,putative flagellar biosynthesis protein,Function unknown,O34867,Op5 +BSU_16090,sucC,AL009126.3,BSU16090,1680431,1681588,+,succinyl-CoA synthetase (beta subunit),Energy production and conversion,P80886,Op628 +BSU_16100,sucD,AL009126.3,BSU16100,1681617,1682519,+,succinyl-CoA synthetase (alpha subunit),Energy production and conversion,P80865,Op628 +BSU_16110,dprA,AL009126.3,BSU16110,1682580,1683473,+,DNA processing Smf single strand binding protein,"Replication, recombination and repair",P39813,Op629 +BSU_16120,topA,AL009126.3,BSU16120,1683661,1685736,+,DNA topoisomerase I,"Replication, recombination and repair",P39814,Op630 +BSU_16130,trmFO,AL009126.3,BSU16130,1685812,1687119,+,tRNA:m(5)U-54 methyltransferase,"Translation, ribosomal structure and biogenesis",P39815,Op5 +BSU_16140,codV,AL009126.3,BSU16140,1687187,1688101,+,site-specific tyrosine recombinase for chromosome partitioning,"Replication, recombination and repair",P39776,Op631 +BSU_16150,clpQ,AL009126.3,BSU16150,1688114,1688659,+,two-component ATP-dependent protease (N-terminal serine protease),"Post-translational modification, protein turnover, and chaperones",P39070,Op631 +BSU_16160,clpY,AL009126.3,BSU16160,1688676,1690079,+,two-component ATP-dependent protease (ATPase and chaperone),"Post-translational modification, protein turnover, and chaperones",P39778,Op631 +BSU_16170,codY,AL009126.3,BSU16170,1690119,1690898,+,transcriptional regulator%2C GTP and BCAA-dependent,Transcription,P39779,Op631 +BSU_16180,flgB,AL009126.3,BSU16180,1691278,1691667,+,flagellar component of cell-proximal portion of basal-body rod,Cell motility,P24500,Op632 +BSU_16190,flgC,AL009126.3,BSU16190,1691667,1692119,+,flagellar component of cell-proximal portion of basal-body rod,Cell motility,P24501,Op632 +BSU_16200,fliE,AL009126.3,BSU16200,1692130,1692450,+,flagellar basal body protein,Cell motility,P24502,Op632 +BSU_16210,fliF,AL009126.3,BSU16210,1692496,1694106,+,flagellar basal-body M-ring protein,Cell motility,P23447,Op632 +BSU_16220,fliG,AL009126.3,BSU16220,1694119,1695135,+,flagellar motor switching and energizing component,Cell motility,P23448,Op632 +BSU_16230,fliH,AL009126.3,BSU16230,1695254,1695880,+,flagellar export apparatus subunit of cytoplasmic ATPase,Cell motility,P23449,Op632 +BSU_16240,fliI,AL009126.3,BSU16240,1695877,1697193,+,flagellar-specific ATPase subunit of export apparatus,Cell motility,P23445,Op632 +BSU_16250,fliJ,AL009126.3,BSU16250,1697196,1697639,+,flagellar synthesis rod subunit of export ATPase,Cell motility,P20487,Op632 +BSU_16260,ylxF,AL009126.3,BSU16260,1697651,1698265,+,putative kinesin-like protein,Function unknown,P23454,Op632 +BSU_16270,fliK,AL009126.3,BSU16270,1698278,1699741,+,flagellar hook-length control protein (ruler),Cell motility,P23451,Op632 +BSU_16280,flgD,AL009126.3,BSU16280,1699738,1700160,+,flagellar hook capping protein,Cell motility,P23455,Op632 +BSU_16290,flgE,AL009126.3,BSU16290,1700182,1700976,+,flagellar hook protein,Cell motility,P23446,Op632 +BSU_16299,swrD,AL009126.3,BSU16299,1701016,1701231,+,flagellar power transducer required for swarming,Cell motility,C0H412,Op632 +BSU_16300,fliL,AL009126.3,BSU16300,1701228,1701650,+,flagellar basal-body (stator) associated protein,Cell motility,P23452,Op632 +BSU_16310,fliM,AL009126.3,BSU16310,1701684,1702682,+,flagellar motor switching and energizing component,Cell motility,P23453,Op632 +BSU_16320,fliY,AL009126.3,BSU16320,1702672,1703808,+,flagellar motor switching and energizing phosphatase,Cell motility,P24073,Op632 +BSU_16330,cheY,AL009126.3,BSU16330,1703834,1704196,+,regulator of chemotaxis and motility,Signal transduction mechanisms,P24072,Op632 +BSU_16340,fliZ,AL009126.3,BSU16340,1704211,1704870,+,flagellar regulatory protein,Cell motility,P35536,Op632 +BSU_16350,fliP,AL009126.3,BSU16350,1704863,1705528,+,component of the flagellar export machinery,Cell motility,P35528,Op632 +BSU_16360,fliQ,AL009126.3,BSU16360,1705543,1705812,+,component of the flagellar export machinery,Cell motility,P35535,Op632 +BSU_16370,fliR,AL009126.3,BSU16370,1705820,1706599,+,component of the flagellar export machinery,Cell motility,P35537,Op632 +BSU_16380,flhB,AL009126.3,BSU16380,1706599,1707681,+,component of the flagellar export machinery,Cell motility,P35538,Op632 +BSU_16390,flhA,AL009126.3,BSU16390,1707714,1709747,+,component of the flagellar export machinery,Cell motility,P35620,Op632 +BSU_16400,flhF,AL009126.3,BSU16400,1709747,1710847,+,GTPase involved in the export of flagella and number regulation,Cell motility,Q01960,Op632 +BSU_16410,flhG,AL009126.3,BSU16410,1710838,1711734,+,ATPase affecting flagellar basal body localisation and number,"Cell cycle control, cell division, chromosome partitioning",P40742,Op632 +BSU_16420,cheB,AL009126.3,BSU16420,1711736,1712809,+,methyl-accepting chemotaxis proteins (MCP)-glutamate methylesterase,Cell motility,Q05522,Op632 +BSU_16430,cheA,AL009126.3,BSU16430,1712815,1714833,+,chemotactic two-component sensor histidine kinase,Cell motility,P29072,Op632 +BSU_16440,cheW,AL009126.3,BSU16440,1714855,1715325,+,modulation of CheA activity in response to attractants (chemotaxis),Cell motility,P39802,Op632 +BSU_16450,cheC,AL009126.3,BSU16450,1715344,1715973,+,signal terminating phosphatase of CheR-mediated methylation of methyl-accepting chemotaxis proteins (MCPs),Cell motility,P40403,Op632 +BSU_16460,cheD,AL009126.3,BSU16460,1715970,1716470,+,sequence specific deamidase required for methylation of methyl-accepting chemotaxis proteins (MCPs) by CheR,Cell motility,P40404,Op632 +BSU_16470,sigD,AL009126.3,BSU16470,1716493,1717257,+,RNA polymerase sigma-28 factor (sigma-D),Transcription,P10726,Op632 +BSU_16480,swrB,AL009126.3,BSU16480,1717286,1717789,+,coupling factor for flagellin transcription and translation,No COG annotation,P40405,Op632 +BSU_16490,rpsB,AL009126.3,BSU16490,1717933,1718673,+,ribosomal protein S2,"Translation, ribosomal structure and biogenesis",P21464,Op633 +BSU_16500,tsf,AL009126.3,BSU16500,1718775,1719656,+,elongation factor Ts,"Translation, ribosomal structure and biogenesis",P80700,Op633 +BSU_16510,pyrH,AL009126.3,BSU16510,1719802,1720524,+,uridylate kinase,Nucleotide transport and metabolism,O31749,Op633 +BSU_16520,frr,AL009126.3,BSU16520,1720526,1721083,+,ribosome recycling factor,"Translation, ribosomal structure and biogenesis",P81101,Op633 +BSU_16530,uppS,AL009126.3,BSU16530,1721214,1721996,+,undecaprenyl pyrophosphate synthase,Lipid transport and metabolism,O31751,Op5 +BSU_16540,cdsA,AL009126.3,BSU16540,1722000,1722809,+,phosphatidate cytidylyltransferase (CDP-diglyceride synthase),Function unknown,O31752,Op5 +BSU_16550,dxr,AL009126.3,BSU16550,1722871,1724022,+,1-deoxy-D-xylulose-5-phosphate reductoisomerase,Lipid transport and metabolism,O31753,Op5 +BSU_16560,rasP,AL009126.3,BSU16560,1724029,1725297,+,inner membrane zinc metalloprotease required for the extracytoplasmic stress response mediated by sigma(W),Cell wall/membrane/envelope biogenesis,O31754,Op5 +BSU_16570,proS,AL009126.3,BSU16570,1725330,1727024,+,prolyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",O31755,Op5 +BSU_16580,polC,AL009126.3,BSU16580,1727133,1731446,+,DNA polymerase III (alpha subunit),"Replication, recombination and repair",P13267,Op5 +BSU_16590,rimP,AL009126.3,BSU16590,1731776,1732246,+,ribosome maturation factor,Function unknown,P32726,Op634 +BSU_16600,nusA,AL009126.3,BSU16600,1732281,1733396,+,transcription translation coupling factor involved in Rho-dependent transcription termination,Transcription,P32727,Op634 +BSU_16610,rulR,AL009126.3,BSU16610,1733410,1733685,+,molecular ruler co-factor for RNA%3B new fold,Transcription,P32728,Op634 +BSU_16620,rulQ,AL009126.3,BSU16620,1733687,1733989,+,K-turn RNA binding protein,"Translation, ribosomal structure and biogenesis",P32729,Op634 +BSU_16630,infB,AL009126.3,BSU16630,1734009,1736159,+,initiation factor IF-2,"Translation, ribosomal structure and biogenesis",P17889,Op634 +BSU_16640,ylxP,AL009126.3,,1736156,1736434,+,fragment of conserved protein,Function unknown,,Op634 +BSU_16650,rbfA,AL009126.3,BSU16650,1736451,1736804,+,pre-ribosomal (17S) RNA binding factor A,"Translation, ribosomal structure and biogenesis",P32731,Op634 +BSU_16660,truB,AL009126.3,BSU16660,1736886,1737815,+,tRNA pseudouridine 55 synthase,"Translation, ribosomal structure and biogenesis",P32732,Op5 +BSU_16670,ribC,AL009126.3,BSU16670,1737834,1738784,+,bifunctional riboflavin kinase FAD synthase,Coenzyme transport and metabolism,P54575,Op5 +BSU_16680,rpsO,AL009126.3,BSU16680,1738941,1739210,+,ribosomal protein S15 (BS18),"Translation, ribosomal structure and biogenesis",P21473,Op5 +BSU_16690,pnpA,AL009126.3,BSU16690,1739383,1741500,+,polynucleotide phosphorylase (PNPase),"Translation, ribosomal structure and biogenesis",P50849,Op5 +BSU_16700,ylxY,AL009126.3,BSU16700,1741618,1742577,+,putative sugar deacetylase,Carbohydrate transport and metabolism,P50850,Op5 +BSU_16710,mlpA,AL009126.3,BSU16710,1742617,1743846,+,specific processing protease,Function unknown,Q04805,Op635 +BSU_16720,ymxH,AL009126.3,BSU16720,1743924,1744181,+,PRC barrel protein involved in sporulation,Function unknown,Q04811,Op636 +BSU_16730,spoVFA,AL009126.3,BSU16730,1744367,1745260,+,spore dipicolinate synthase subunit A,Energy production and conversion,Q04809,Op637 +BSU_16740,spoVFB,AL009126.3,BSU16740,1745263,1745865,+,spore dipicolinate synthase subunit B,Coenzyme transport and metabolism,Q04810,Op637 +BSU_16750,asd,AL009126.3,BSU16750,1745991,1747031,+,aspartate-semialdehyde dehydrogenase,Amino acid transport and metabolism,Q04797,Op637 +BSU_16760,dapG,AL009126.3,BSU16760,1747123,1748337,+,aspartokinase I (alpha and beta subunits),Amino acid transport and metabolism,Q04795,Op637 +BSU_16770,dapA,AL009126.3,BSU16770,1748368,1749240,+,4-hydroxy-tetrahydrodipicolinate synthase,Amino acid transport and metabolism,Q04796,Op637 +BSU_16780,rnjB,AL009126.3,BSU16780,1749418,1751085,+,dual activity 5' exo-and endoribonuclease J2,Function unknown,O31760,Op638 +BSU_16790,tepA,AL009126.3,BSU16790,1751201,1751938,+,protein export-enhancing protease (spore outgrowth),"Post-translational modification, protein turnover, and chaperones",Q99171,Op639 +BSU_16799,tepJ,AL009126.3,BSU16799,1751935,1752147,+,modulator of TepA activity (spore outgrowth),Function unknown,C0H413,Op639 +BSU_16800,spoIIIE,AL009126.3,BSU16800,1752278,1754641,+,spore DNA directional translocase (motor ATPase),"Cell cycle control, cell division, chromosome partitioning",P21458,Op640 +BSU_16810,ymfC,AL009126.3,BSU16810,1754785,1755510,+,putative transcriptional regulator (GntR family%2C possibly involved in biofilm formation),Transcription,O31761,Op5 +BSU_16825,bcbE,AL009126.3,BSU16825,1755649,1756857,+,bacillibactin exporter,Amino acid transport and metabolism,O31762,Op5 +BSU_16845,ymfF,AL009126.3,BSU16845,1757037,1758317,+,putative metalloprotease,Function unknown,O31764,Op5 +BSU_16860,ymfH,AL009126.3,BSU16860,1758314,1759600,+,putative processing protease,Function unknown,O31766,Op5 +BSU_16870,efpI,AL009126.3,BSU16870,1759655,1760383,+,EF-P-5 aminopentanone reductase (EF-P repair enzyme)%2C NADPH-dependent,Function unknown,O31767,Op5 +BSU_16880,ymfJ,AL009126.3,BSU16880,1760464,1760721,+,putative enzyme,Function unknown,O31768,Op5 +BSU_16890,ymfKn,AL009126.3,,1760851,1761303,+,conserved hypothetical protein with ACT domain%3B N-terminal part of YmfK,Function unknown,,Op5 +BSU_16900,ymfKc,AL009126.3,,1761302,1761640,+,conserved hypothetical protein with ACT domain%3B C-terminal part of YmfK,Function unknown,,Op5 +BSU_16910,rodZ,AL009126.3,BSU16910,1761707,1762573,+,cell shape determination factor,Function unknown,O31771,Op641 +BSU_16920,pgsA,AL009126.3,BSU16920,1762623,1763204,+,CDP-diacylglycerol-glycerol-3-phosphate 3-phosphatidyltransferase,Lipid transport and metabolism,P46322,Op641 +BSU_16930,cinA,AL009126.3,BSU16930,1763222,1764472,+,competence-damage inducible regulator,Function unknown,P46323,Op5 +BSU_16940,recA,AL009126.3,BSU16940,1764645,1765691,+,multifunctional SOS repair factor,"Replication, recombination and repair",P16971,Op642 +BSU_16950,pbpX,AL009126.3,BSU16950,1765859,1767034,+,penicillin-binding endopeptidase X (lysozyme resistance),Defense mechanisms,O31773,Op643 +BSU_16960,rny,AL009126.3,BSU16960,1767310,1768872,+,endoribonuclease Y,Function unknown,O31774,Op5 +BSU_16970,pdeB,AL009126.3,BSU16970,1768941,1769735,+,2'3' and 3'5' cyclic nucleotide monophosphates phosphodiesterase involved in biofilm formation,Function unknown,O31775,Op5 +BSU_16980,spoVS,AL009126.3,BSU16980,1769935,1770195,+,regulator required for dehydratation of the spore core and assembly of the coat (stage V sporulation),Function unknown,P45693,Op644 +BSU_16990,tdh,AL009126.3,BSU16990,1770461,1771504,+,threonine 3-dehydrogenase,Energy production and conversion,O31776,Op5 +BSU_17000,kbl,AL009126.3,BSU17000,1771517,1772695,+,2-amino-3-ketobutyrate CoA ligase (glycine acetyl transferase),Coenzyme transport and metabolism,O31777,Op5 +BSU_17010,miaB,AL009126.3,BSU17010,1772843,1774372,+,enzyme for ms(2)i(6)A formation for tRNA modification,"Translation, ribosomal structure and biogenesis",O31778,Op5 +BSU_17020,ricA,AL009126.3,BSU17020,1774374,1774805,+,master regulator for biofilm formation via regulation of RNase Y (RicAFT complex / FAD / two [4Fe-4S]2+),Function unknown,O31779,Op5 +BSU_17030,cotE,AL009126.3,BSU17030,1775067,1775612,+,morphogenic spore protein,Function unknown,P14016,Op645 +BSU_17040,mutS,AL009126.3,BSU17040,1775745,1778321,+,DNA mismatch repair recognition factor,"Replication, recombination and repair",P49849,Op646 +BSU_17050,mutL,AL009126.3,BSU17050,1778337,1780220,+,DNA mismatch repair endonuclease,"Replication, recombination and repair",P49850,Op646 +BSU_17060,ymzD,AL009126.3,BSU17060,1780618,1781073,-,putative integral inner membrane protein,Function unknown,Q7WY71,Op5 +BSU_17070,ymcC,AL009126.3,BSU17070,1781228,1781785,-,putative integral inner membrane protein,Function unknown,O31780,Op5 +BSU_17080,pksA,AL009126.3,BSU17080,1781906,1782523,+,transcriptional regulator of bacillaene synthesis operon,Transcription,O34381,Op5 +BSU_17090,pksB,AL009126.3,BSU17090,1782713,1783390,+,putative hydrolase involved in bacillaene synthesis,Function unknown,O34769,Op5 +BSU_17099,BSU_17099,AL009126.3,BSU17099,1783500,1783766,+,hypothetical protein,No COG annotation,A0A2K4Z9H9,Op647 +BSU_17100,pksC,AL009126.3,BSU17100,1783763,1784629,+,malonyl-CoA-acyltransferase involved in bacillaene synthesis,Lipid transport and metabolism,O34825,Op648 +BSU_17110,pksD,AL009126.3,BSU17110,1785133,1786107,+,enzyme involved in bacillaene synthesis,"Secondary metabolites biosynthesis, transport, and catabolism",O34877,Op648 +BSU_17120,pksE,AL009126.3,BSU17120,1786104,1788407,+,enzyme involved in bacillaene synthesis,Lipid transport and metabolism,O34787,Op648 +BSU_17130,acpK,AL009126.3,BSU17130,1788469,1788717,+,acyl-carrier protein involved in bacillaene synthesis,Lipid transport and metabolism,Q7PC63,Op648 +BSU_17140,pksF,AL009126.3,BSU17140,1788695,1789942,+,decarboxylase converting malonyl-S-AcpK to acetyl-S-AcpK for bacillaene-related polyketide synthesis,Lipid transport and metabolism,P40804,Op648 +BSU_17150,pksG,AL009126.3,BSU17150,1789943,1791205,+,acetyl-S-AcpK beta-ketothioester bacillaene intermediate transferase,Lipid transport and metabolism,P40830,Op648 +BSU_17160,pksH,AL009126.3,BSU17160,1791193,1791972,+,enoyl-CoA hydratase for bacillaene biosynthesis,Lipid transport and metabolism,P40805,Op648 +BSU_17170,pksI,AL009126.3,BSU17170,1792012,1792761,+,decarboxylase involved in bacillaene synthesis,Lipid transport and metabolism,P40802,Op648 +BSU_17180,pksJ,AL009126.3,BSU17180,1792806,1807937,+,polyketide synthase of type I involved in nonribosomal synthesis of bacillaene,Lipid transport and metabolism,P40806,Op648 +BSU_17190,pksL,AL009126.3,BSU17190,1807921,1821537,+,polyketide synthase of type I (bacillaene synthesis),"Secondary metabolites biosynthesis, transport, and catabolism",Q05470,Op648 +BSU_17200,pksM,AL009126.3,BSU17200,1821553,1834341,+,trans AT polyketide synthase of type I involved in bacillaene synthesis,Lipid transport and metabolism,P40872,Op648 +BSU_17210,pksN,AL009126.3,BSU17210,1834409,1850875,+,trans AT polyketide synthase of type I involved in bacillaene synthesis,Lipid transport and metabolism,O31782,Op648 +BSU_17220,pksR,AL009126.3,BSU17220,1850890,1858521,+,trans AT polyketide synthase involved in nonribosomal synthesis of bacillaene,Coenzyme transport and metabolism,O31784,Op648 +BSU_17230,pksS,AL009126.3,BSU17230,1858566,1859783,-,cytochrome P450 of bacillaene metabolism,Energy production and conversion,O31785,Op5 +BSU_17240,ymzB,AL009126.3,BSU17240,1860014,1860370,-,conserved protein of unknown function involved in ethanol resistance,No COG annotation,O31786,Op5 +BSU_17250,ymaE,AL009126.3,BSU17250,1860449,1861273,-,putative hydrolase,Function unknown,O31787,Op5 +BSU_17260,aprX,AL009126.3,BSU17260,1861384,1862712,-,alkaline serine protease,"Post-translational modification, protein turnover, and chaperones",O31788,Op649 +BSU_17266,ymzEn,AL009126.3,,1862937,1862993,+,conserved hypothetical protein%3B N-terminal part of YmzE,No COG annotation,,Op5 +BSU_17267,ymzEc,AL009126.3,,1862992,1863168,+,conserved hypothetical protein%3B C-terminal part of YmzE,No COG annotation,,Op5 +BSU_17270,pghC,AL009126.3,BSU17270,1863448,1864155,+,gamma-polyglutamate hydrolase (phage origin),Function unknown,O31789,Op5 +BSU_17280,ymaD,AL009126.3,BSU17280,1864225,1864677,+,putative peroxiredoxin-related protein,"Post-translational modification, protein turnover, and chaperones",O31790,Op5 +BSU_17290,ebrB,AL009126.3,BSU17290,1864691,1865044,-,small toxic metabolite efflux transporter subunit,Inorganic ion transport and metabolism,P0CW82,Op5 +BSU_17300,ebrA,AL009126.3,BSU17300,1865058,1865375,-,small toxic metabolite efflux transporter subunit,Inorganic ion transport and metabolism,P0CW80,Op5 +BSU_17310,ymaG,AL009126.3,BSU17310,1865512,1865787,-,inner spore coat protein%3B cell wall associated protein,No COG annotation,O31793,Op650 +BSU_17320,ymaF,AL009126.3,BSU17320,1865876,1866289,+,putative sporulation-related protein of unknown function,Function unknown,O31794,Op5 +BSU_17330,miaA,AL009126.3,BSU17330,1866389,1867333,+,tRNA isopentenylpyrophosphate transferase,"Translation, ribosomal structure and biogenesis",O31795,Op5 +BSU_17340,hfq,AL009126.3,BSU17340,1867373,1867594,+,Hfq RNA chaperone,"Translation, ribosomal structure and biogenesis",O31796,Op5 +BSU_17350,ymzC,AL009126.3,BSU17350,1867790,1868062,+,conserved protein of unknown function,No COG annotation,O31797,Op5 +BSU_17360,ymzA,AL009126.3,BSU17360,1868144,1868374,+,conserved hypothetical protein,No COG annotation,O31798,Op5 +BSU_17370,nrdI,AL009126.3,BSU17370,1868617,1869009,+,co-factor of ribonucleotide diphosphate reductase,Nucleotide transport and metabolism,P50618,Op651 +BSU_17380,nrdE,AL009126.3,BSU17380,1868969,1871071,+,ribonucleoside-diphosphate reductase (major subunit),Nucleotide transport and metabolism,P50620,Op651 +BSU_17390,nrdF,AL009126.3,BSU17390,1871089,1872078,+,ribonucleoside-diphosphate reductase (minor subunit),Nucleotide transport and metabolism,P50621,Op651 +BSU_17400,ymaB,AL009126.3,BSU17400,1872128,1872748,+,putative cofactor involved in deoxyribonucleotide synthesis,No COG annotation,P50619,Op651 +BSU_17410,cwlC,AL009126.3,BSU17410,1872812,1873579,-,N-acetylmuramoyl-L-alanine amidase (sporulation-specific),Cell wall/membrane/envelope biogenesis,Q06320,Op652 +BSU_17420,spoVK,AL009126.3,BSU17420,1874203,1875171,+,mother cell sporulation ATPase,"Post-translational modification, protein turnover, and chaperones",P27643,Op653 +BSU_17430,hflX,AL009126.3,BSU17430,1875304,1876566,+,ribosome-splitting GTPase (also ATPase%2C rescuing stalled ribosomes%2C E-site binding),Function unknown,P94478,Op5 +BSU_17440,ynbB,AL009126.3,BSU17440,1876584,1877849,+,putative C-S lyase,Inorganic ion transport and metabolism,P94479,Op5 +BSU_17450,glnR,AL009126.3,BSU17450,1877959,1878366,+,transcriptional regulator (nitrogen metabolism),Transcription,P37582,Op654 +BSU_17460,glnA,AL009126.3,BSU17460,1878425,1879759,+,glutamine synthetase,Amino acid transport and metabolism,P12425,Op654 +BSU_17470,ynxB,AL009126.3,BSU17470,1880087,1880377,+,putative phage protein%3B defective%2C phage region,No COG annotation,P31844,Op655 +BSU_17480,ynzF,AL009126.3,BSU17480,1880623,1880967,+,putative phage protein%3B defective phage region,No COG annotation,O31799,Op5 +BSU_17490,ynzG,AL009126.3,BSU17490,1881098,1881349,+,putative phage protein%3B defective phage region,No COG annotation,O31800,Op5 +BSU_17500,ynaB,AL009126.3,BSU17500,1881536,1881970,+,putative phage protein%3B defective phage region,Carbohydrate transport and metabolism,P94480,Op5 +BSU_17510,ynaC,AL009126.3,BSU17510,1882040,1882831,+,conserved hypothetical protein%3B defective phage region,No COG annotation,P94481,Op5 +BSU_17520,ynaD,AL009126.3,BSU17520,1883166,1883678,+,putative N-acetyltransferase%3B putative phage region,"Translation, ribosomal structure and biogenesis",P94482,Op5 +BSU_17530,ynaE,AL009126.3,BSU17530,1884238,1884879,+,conserved hypothetical protein,Function unknown,P94483,Op5 +BSU_17540,ynaF,AL009126.3,BSU17540,1884968,1885321,+,conserved hypothetical protein%3B defective phage region,No COG annotation,P94484,Op656 +BSU_17550,ynaG,AL009126.3,BSU17550,1885365,1885640,+,conserved hypothetical protein%3B defective phage region,No COG annotation,P94485,Op656 +BSU_17559,ynzI,AL009126.3,BSU17559,1885753,1885917,+,conserved hypothetical protein%3B defective phage region,No COG annotation,C0H415,Op5 +BSU_17560,ynaI,AL009126.3,BSU17560,1886057,1886527,+,conserved hypothetical protein%3B defective phage region,Amino acid transport and metabolism,P94487,Op5 +BSU_17570,xynP,AL009126.3,BSU17570,1887352,1888743,+,H+-xyloside symporter,Carbohydrate transport and metabolism,P94488,Op657 +BSU_17580,xynB,AL009126.3,BSU17580,1888774,1890375,+,xylan beta-1%2C4-xylosidase,Carbohydrate transport and metabolism,P94489,Op657 +BSU_17590,xylR,AL009126.3,BSU17590,1890512,1891666,-,transcriptional regulator,Carbohydrate transport and metabolism,P94490,Op658 +BSU_17600,xylA,AL009126.3,BSU17600,1891908,1893245,+,xylose isomerase,Carbohydrate transport and metabolism,P0CI80,Op659 +BSU_17610,xylB,AL009126.3,BSU17610,1893396,1894895,+,xylulose kinase,Carbohydrate transport and metabolism,P39211,Op659 +BSU_17620,yncB,AL009126.3,BSU17620,1895378,1896013,-,DNA nuclease%2C lipoprotein (phage origin),"Replication, recombination and repair",P94492,Op660 +BSU_17630,yncC,AL009126.3,BSU17630,1896424,1897839,+,putative sugar transporter,"Intracellular trafficking, secretion, and vesicular transport",P94493,Op661 +BSU_17640,alrB,AL009126.3,BSU17640,1897941,1899125,-,alanine racemase (minor activity),Amino acid transport and metabolism,P94494,Op662 +BSU_17650,yncE,AL009126.3,BSU17650,1899589,1900050,+,putative prophage protein,Function unknown,P94495,Op5 +BSU_17660,dutA,AL009126.3,BSU17660,1900080,1900514,+,deoxyuridine 5'-triphosphate pyrophosphatase (phage origin),Nucleotide transport and metabolism,O31801,Op5 +BSU_17670,cotU,AL009126.3,BSU17670,1901117,1901377,-,spore coat protein,No COG annotation,O31802,Op663 +BSU_17678,ynzJ,AL009126.3,,1901612,1901737,+,hypothetical protein (putative phage origin),No COG annotation,,Op5 +BSU_17679,BSU_17679,AL009126.3,BSU17679,1901781,1901945,+,conserved hypothetical protein from phage origin,No COG annotation,A0A2K4Z9I0,Op664 +BSU_17680,thyA,AL009126.3,BSU17680,1902219,1903058,+,thymidylate synthase A (phage origin),Nucleotide transport and metabolism,P0CI79,Op665 +BSU_17689,BSU_17689,AL009126.3,BSU17689,1903181,1903468,-,conserved protein of unknown function,No COG annotation,A0A2K4Z9H8,Op666 +BSU_17690,yncM,AL009126.3,BSU17690,1903511,1904233,-,conserved exported protein,Function unknown,,Op5 +BSU_17699,ynzK,AL009126.3,BSU17699,1904393,1904749,-,putative membrane protein of unknown function (phage origin),No COG annotation,C0H417,Op5 +BSU_17700,cotC,AL009126.3,BSU17700,1904995,1905195,-,spore coat protein (outer),No COG annotation,P07790,Op667 +BSU_17710,tatAC,AL009126.3,BSU17710,1905370,1905558,-,component of the twin-arginine pre-protein translocation pathway,"Intracellular trafficking, secretion, and vesicular transport",O31804,Op5 +BSU_17715,BSU_17715,AL009126.3,BSU17715,1905637,1905774,+,hypothetical protein,No COG annotation,A0A2K4Z9J1,Op668 +BSU_17720,yndA,AL009126.3,BSU17720,1905809,1906207,+,putative exported protein of unknown function,No COG annotation,O31805,Op669 +BSU_17730,flvS,AL009126.3,BSU17730,1906272,1906706,-,regulator of stress-related ATPase (flavonoid-sensing),Function unknown,O31806,Op670 +BSU_17740,ynzB,AL009126.3,BSU17740,1907013,1907201,+,conserved protein involved in spore germination,No COG annotation,O31807,Op5 +BSU_17750,yndD,AL009126.3,BSU17750,1907494,1909056,+,spore germination receptor subunit,Amino acid transport and metabolism,O31808,Op671 +BSU_17760,yndE,AL009126.3,BSU17760,1909086,1910177,+,putative spore germination integral inner membrane protein,"Intracellular trafficking, secretion, and vesicular transport",O31809,Op671 +BSU_17770,yndF,AL009126.3,BSU17770,1910167,1911381,+,putative spore germination lipoprotein,Function unknown,O31810,Op671 +BSU_17780,yndG,AL009126.3,BSU17780,1911528,1912334,+,conserved hypothetical protein,Function unknown,O31811,Op5 +BSU_17790,yndH,AL009126.3,BSU17790,1912339,1912956,+,conserved protein of unknown function,Function unknown,O31812,Op5 +BSU_17800,yndJ,AL009126.3,BSU17800,1912953,1914593,+,putative integral inner membrane protein,Function unknown,O31813,Op5 +BSU_17810,yndK,AL009126.3,BSU17810,1914630,1914995,+,putative phage/plasmid replication protein,No COG annotation,O31814,Op5 +BSU_17820,pghL,AL009126.3,BSU17820,1915221,1915979,+,phage gamma-polyglutamate hydrolase,Function unknown,O31815,Op672 +BSU_17830,yndM,AL009126.3,BSU17830,1916006,1916545,-,putative integral inner membrane protein,Function unknown,O31816,Op673 +BSU_17840,fosB,AL009126.3,BSU17840,1916663,1917097,+,magnesium-dependent bacillithiol-transferase,Coenzyme transport and metabolism,O31817,Op674 +BSU_17845,yzzP,AL009126.3,BSU17845,1916955,1917302,+,conserved protein of unknown function,No COG annotation,A0A2K4Z9J3,Op675 +BSU_17850,lexA,AL009126.3,BSU17850,1917639,1918256,-,transcriptional repressor of the SOS regulon,Transcription,P31080,Op676 +BSU_17860,dinK,AL009126.3,BSU17860,1918406,1918723,+,cell division inhibitor,"Cell cycle control, cell division, chromosome partitioning",Q45056,Op677 +BSU_17870,dinL,AL009126.3,BSU17870,1918742,1919395,+,putative site-specific recombinase%2C resolvase,"Replication, recombination and repair",Q45057,Op677 +BSU_17880,ynzC,AL009126.3,BSU17880,1919459,1919692,+,conserved protein of unknown function,Function unknown,O31818,Op677 +BSU_17890,tktA,AL009126.3,BSU17890,1919861,1921864,+,transketolase,Carbohydrate transport and metabolism,P45694,Op678 +BSU_17900,pcfA,AL009126.3,BSU17900,1922017,1922463,+,factor controlling DNA replication,Function unknown,P45707,Op679 +BSU_17910,yneF,AL009126.3,BSU17910,1922549,1922767,+,putative acyltransferase,Function unknown,P45708,Op679 +BSU_17920,spo0D,AL009126.3,BSU17920,1922841,1923014,-,Spo0A-P phosphatase,Function unknown,O31819,Op680 +BSU_17930,ccdA,AL009126.3,BSU17930,1923234,1923941,+,cytochrome c-type biogenesis protein CcdA%3B thiol-disulfide oxido-reductase,"Post-translational modification, protein turnover, and chaperones",P45706,Op681 +BSU_17940,yneI,AL009126.3,BSU17940,1924030,1924392,+,putative response regulator (CheY homolog),Signal transduction mechanisms,P45709,Op681 +BSU_17950,yneJ,AL009126.3,BSU17950,1924471,1924962,+,putative integral inner membrane protein,"Post-translational modification, protein turnover, and chaperones",P45710,Op681 +BSU_17960,yneK,AL009126.3,BSU17960,1924993,1925421,-,factor interacting with DynA,Function unknown,P45711,Op682 +BSU_17970,cotM,AL009126.3,BSU17970,1925655,1926047,-,spore coat protein (outer),"Post-translational modification, protein turnover, and chaperones",Q45058,Op683 +BSU_17980,sspP,AL009126.3,BSU17980,1926128,1926274,-,small acid-soluble spore protein,Function unknown,P71032,Op684 +BSU_17990,sspO,AL009126.3,BSU17990,1926306,1926452,-,small acid-soluble spore protein,Function unknown,P71031,Op684 +BSU_18000,citB,AL009126.3,BSU18000,1926680,1929409,+,aconitate hydratase (bifunctional aconitase),Energy production and conversion,P09339,Op685 +BSU_18010,yneN,AL009126.3,BSU18010,1929481,1929993,+,putative membrane-bound proteins with a thioredoxin-like domain,Energy production and conversion,O31820,Op686 +BSU_18019,ynzL,AL009126.3,BSU18019,1930074,1930199,+,conserved hypothetical protein,No COG annotation,C0H418,Op5 +BSU_18020,sspN,AL009126.3,BSU18020,1930264,1930410,+,small acid-soluble spore protein,Function unknown,Q7WY69,Op687 +BSU_18030,sspT,AL009126.3,BSU18030,1930447,1930698,+,small acid-soluble spore protein (thioredoxin-like protein),Function unknown,Q45060,Op687 +BSU_18040,yneP,AL009126.3,BSU18040,1930834,1931199,+,acyl-CoA thioesterase,Function unknown,Q45061,Op5 +BSU_18050,yneQ,AL009126.3,BSU18050,1931215,1931514,+,conserved hypothetical protein,No COG annotation,Q45062,Op5 +BSU_18060,yneR,AL009126.3,BSU18060,1931545,1931832,-,conserved hypothetical protein,Function unknown,Q45063,Op5 +BSU_18070,plsY,AL009126.3,BSU18070,1931920,1932501,-,acylphosphate:glycerol-3-phosphate O-acyltransferase,Lipid transport and metabolism,Q45064,Op5 +BSU_18080,yneT,AL009126.3,BSU18080,1932671,1933078,+,putative acyl-CoA-binding protein,Function unknown,Q45065,Op5 +BSU_18090,parE,AL009126.3,BSU18090,1933477,1935444,+,subunit B of DNA topoisomerase IV (ATP-dependent),"Replication, recombination and repair",Q59192,Op688 +BSU_18100,parC,AL009126.3,BSU18100,1935448,1937868,+,subunit A of DNA topoisomerase IV (ATP-dependent),"Replication, recombination and repair",Q45066,Op688 +BSU_18109,ynfCc,AL009126.3,,1937915,1938091,-,conserved hypothetical protein (C-terminus),No COG annotation,,Op689 +BSU_18110,ynfCn,AL009126.3,,1938066,1938476,-,conserved hypothetical protein,No COG annotation,,Op690 +BSU_18120,alsT,AL009126.3,BSU18120,1938925,1940322,+,H+/Na+:nitrogen-donor aminoacid symporter,Amino acid transport and metabolism,Q45068,Op691 +BSU_18130,eglS,AL009126.3,BSU18130,1940625,1942124,+,endo-1%2C4-beta-glucanase,Carbohydrate transport and metabolism,P10475,Op692 +BSU_18140,ynfE,AL009126.3,BSU18140,1942192,1942455,+,conserved hypothetical protein,No COG annotation,Q45069,Op5 +BSU_18150,xynC,AL009126.3,BSU18150,1942714,1943982,-,secreted endo-xylanase,Cell wall/membrane/envelope biogenesis,Q45070,Op5 +BSU_18160,xynD,AL009126.3,BSU18160,1944113,1945654,-,arabinoxylan arabinofuranohydrolase,Carbohydrate transport and metabolism,Q45071,Op5 +BSU_18170,yngA,AL009126.3,BSU18170,1946249,1946695,+,putative conserved membrane protein possibly involved in arabinogalactan metabolism,Function unknown,O31821,Op693 +BSU_18180,yngB,AL009126.3,BSU18180,1946702,1947595,+,putative UTP-glucose-1-phosphate uridylyltransferase,Cell wall/membrane/envelope biogenesis,O31822,Op693 +BSU_18190,yngC,AL009126.3,BSU18190,1947668,1948264,+,putative integral inner membrane protein%2C phosphatase or phosphate isomerase,Function unknown,O31823,Op693 +BSU_18200,nrnB,AL009126.3,BSU18200,1948313,1949512,-,oligoribonuclease (nanoRNase),Function unknown,O31824,Op5 +BSU_18210,ldeE,AL009126.3,BSU18210,1949682,1951217,-,methylcrotonoyl-CoA carboxylase subunit (leucine degradation),Lipid transport and metabolism,O31825,Op694 +BSU_18220,ldeF,AL009126.3,BSU18220,1951228,1952010,-,methylglutaconyl-CoA hydratase (leucine degradation),Lipid transport and metabolism,O34893,Op694 +BSU_18230,ldeG,AL009126.3,BSU18230,1952031,1952930,-,hydroxymethylglutaryl-CoA lyase (leucine degradation),Amino acid transport and metabolism,O34873,Op694 +BSU_18239,lgeHB,AL009126.3,BSU18239,1952945,1953166,-,methylcrotonyl-CoA carboxylase%3B biotinylated subunit (leucine degradation),Lipid transport and metabolism,C0H419,Op694 +BSU_18240,ldeHA,AL009126.3,BSU18240,1953181,1954515,-,biotin carboxylase for subunit LdeHB of methylcrotonyl-CoA carboxylase,Lipid transport and metabolism,O34544,Op694 +BSU_18250,ldeI,AL009126.3,BSU18250,1954525,1956174,-,acetoacetyl-CoA synthetase,Lipid transport and metabolism,O31826,Op694 +BSU_18260,ldeJ,AL009126.3,BSU18260,1956218,1957360,-,isovaleryl-CoA dehydrogenase (leucine degradation),Lipid transport and metabolism,O34421,Op694 +BSU_18270,ynzE,AL009126.3,BSU18270,1957451,1957756,-,conserved hypothetical protein,Function unknown,O34356,Op5 +BSU_18275,BSU_18275,AL009126.3,BSU18275,1957746,1957919,-,conserved protein of unknown function,No COG annotation,A0A2K4Z9J0,Op695 +BSU_18280,yngK,AL009126.3,BSU18280,1958027,1959559,-,putative exported glycoside hydrolase,Signal transduction mechanisms,O35015,Op696 +BSU_18290,yngL,AL009126.3,BSU18290,1959695,1960087,-,putative integral inner membrane protein,Function unknown,O34506,Op5 +BSU_18300,ppsE,AL009126.3,BSU18300,1960198,1964037,-,nonribosomal plipastatin synthetase E,"Secondary metabolites biosynthesis, transport, and catabolism",O31827,Op5 +BSU_18310,ppsD,AL009126.3,BSU18310,1964045,1974856,-,nonribosomal plipastatin synthetase D involved in synthesis of plipastatin,"Secondary metabolites biosynthesis, transport, and catabolism",P94459,Op5 +BSU_18320,ppsC,AL009126.3,BSU18320,1974881,1982548,-,non-ribosomal plipastatin synthetase C involved in synthesis of plipastatin,"Secondary metabolites biosynthesis, transport, and catabolism",P39847,Op5 +BSU_18330,ppsB,AL009126.3,BSU18330,1982565,1990247,-,nonribosomal plipastatin synthetase B involved in synthesis of plipastatin,"Secondary metabolites biosynthesis, transport, and catabolism",P39846,Op5 +BSU_18340,ppsA,AL009126.3,BSU18340,1990272,1997957,-,non-ribosomal plipastatin synthetase A involved in synthesis of plipastatin,"Secondary metabolites biosynthesis, transport, and catabolism",P39845,Op5 +BSU_18350,dacC,AL009126.3,BSU18350,1998340,1999815,-,D-alanyl-D-alanine carboxypeptidase,Cell wall/membrane/envelope biogenesis,P39844,Op697 +BSU_18360,galM,AL009126.3,BSU18360,1999849,2000826,-,aldose 1-epimerase,Carbohydrate transport and metabolism,P39840,Op697 +BSU_18370,yoeA,AL009126.3,BSU18370,2000960,2002351,-,putative Na+-driven efflux transporter,Defense mechanisms,O34474,Op698 +BSU_18380,iseA,AL009126.3,BSU18380,2002637,2003182,+,inhibitor of DL-endopeptidases involved in cell-separation,Function unknown,O34841,Op699 +BSU_18390,yoeC,AL009126.3,BSU18390,2003401,2003946,-,putative bacteriophage integrase,"Replication, recombination and repair",O35009,Op700 +BSU_18400,yoeD,AL009126.3,BSU18400,2004262,2004492,-,putative excisionase,Carbohydrate transport and metabolism,O34555,Op701 +BSU_18410,ggt,AL009126.3,BSU18410,2004677,2006440,+,membrane bound gamma-glutamyltranspeptidase,Amino acid transport and metabolism,P54422,Op702 +BSU_18420,ftsR,AL009126.3,BSU18420,2006541,2007398,-,transcriptional regulator (LysR family),Transcription,O34685,Op703 +BSU_18430,yogA,AL009126.3,BSU18430,2007526,2008515,+,putative oxidoreductase,Energy production and conversion,O35017,Op704 +BSU_18440,gltB,AL009126.3,BSU18440,2008572,2010053,-,glutamate synthase (small subunit%2C NADP-dependent),Amino acid transport and metabolism,O34399,Op705 +BSU_18450,gltA,AL009126.3,BSU18450,2010070,2014632,-,glutamate synthase (large subunit%2C NADP-dependent),Amino acid transport and metabolism,P39812,Op705 +BSU_18460,gltC,AL009126.3,BSU18460,2014779,2015681,+,transcriptional regulator (LysR family) (GltC-glutamate),Transcription,P20668,Op706 +BSU_18470,proJ,AL009126.3,BSU18470,2015733,2016848,-,glutamate 5-kinase,Amino acid transport and metabolism,O07509,Op707 +BSU_18480,proH,AL009126.3,BSU18480,2016845,2017738,-,pyrroline-5-carboxylate reductase,Amino acid transport and metabolism,P0CI77,Op707 +BSU_18490,rtp,AL009126.3,BSU18490,2017886,2018254,-,replication terminator protein,Transcription,P0CI76,Op5 +BSU_18500,yoxD,AL009126.3,BSU18500,2018554,2019270,-,putative oxido-reductase,Function unknown,P14802,Op5 +BSU_18510,yoxC,AL009126.3,BSU18510,2019421,2019726,+,transition-dependent and sulfur-related metabolism protein,Function unknown,P28670,Op708 +BSU_18520,yoxB,AL009126.3,BSU18520,2019797,2020567,+,conserved protein of unknown function,No COG annotation,P28671,Op708 +BSU_18530,yoaA,AL009126.3,BSU18530,2020611,2021144,+,putative N-acetyltransferase,"Translation, ribosomal structure and biogenesis",O34569,Op708 +BSU_18540,yoaB,AL009126.3,BSU18540,2021223,2022467,-,negatively charged metabolite transporter,Amino acid transport and metabolism,O34864,Op5 +BSU_18550,yoaC,AL009126.3,BSU18550,2022561,2024024,-,hydroxylated metabolite kinase,Carbohydrate transport and metabolism,O34861,Op5 +BSU_18560,yoaD,AL009126.3,BSU18560,2024042,2025076,-,putative 2-hydroxyacid dehydrogenase,Amino acid transport and metabolism,O34815,Op5 +BSU_18570,yoaE,AL009126.3,BSU18570,2025400,2027442,+,molybdopterin cofactor oxido-reductase,Energy production and conversion,C0SP82,Op5 +BSU_18580,yoaF,AL009126.3,BSU18580,2027509,2027802,+,conserved protein of unknown function,No COG annotation,O31829,Op709 +BSU_18590,yoaG,AL009126.3,BSU18590,2028175,2028579,-,putative phage-related membrane protein,Function unknown,O31830,Op710 +BSU_18595,BSU_18595,AL009126.3,BSU18595,2028665,2028784,-,hypothetical protein,No COG annotation,A0A2K4Z9I8,Op711 +BSU_18596,BSU_18596,AL009126.3,BSU18596,2028854,2028976,+,conserved hypothetical protein,No COG annotation,L8E9J0,Op712 +BSU_18600,yozQ,AL009126.3,BSU18600,2029020,2029313,+,putative sporulation protein,Function unknown,Q7WY68,Op713 +BSU_18610,yoaH,AL009126.3,BSU18610,2029429,2031114,-,putative methyl-accepting chemotaxis protein,Cell motility,C0SP89,Op714 +BSU_18620,yoaI,AL009126.3,BSU18620,2031439,2032890,+,putative 4-hydroxyphenylacetate-3-hydroxylase,"Secondary metabolites biosynthesis, transport, and catabolism",C0SPC0,Op715 +BSU_18630,exlX,AL009126.3,BSU18630,2032927,2033625,-,extracellular endoglucanase precursor (expansin),Carbohydrate transport and metabolism,O34918,Op716 +BSU_18640,yoaK,AL009126.3,BSU18640,2033895,2034572,-,putative membrane protein,Function unknown,O34343,Op5 +BSU_18650,pelB,AL009126.3,BSU18650,2034745,2035782,+,endo-pectin lyase,Carbohydrate transport and metabolism,O34819,Op5 +BSU_18660,yoaM,AL009126.3,BSU18660,2036039,2036722,+,putative SOS response associated protein%3B defective prophage 6,Function unknown,O34906,Op5 +BSU_18669,yozS,AL009126.3,BSU18669,2037063,2037368,-,putative permease%2C phage-related%3B defective prophage 6,No COG annotation,C0H420,Op5 +BSU_18670,oxdD,AL009126.3,BSU18670,2037601,2038779,-,oxalate decarboxylase (Mn2+-dependent)%3B spore constituent,Carbohydrate transport and metabolism,O34767,Op717 +BSU_18680,yoaO,AL009126.3,BSU18680,2038902,2039390,-,conserved protein of unknown function,No COG annotation,O34985,Op5 +BSU_18689,BSU_18689,AL009126.3,BSU18689,2039415,2039570,-,hypothetical protein,No COG annotation,A0A2K4Z9J4,Op718 +BSU_18690,yoaP,AL009126.3,BSU18690,2039610,2040365,-,conserved hypothetical protein,Transcription,O34983,Op719 +BSU_18700,yoaQ,AL009126.3,BSU18700,2040673,2041029,+,conserved hypothetical protein,Function unknown,O31831,Op720 +BSU_18709,yozT,AL009126.3,BSU18709,2040988,2041227,-,conserved hypothetical protein (putative phage origin)%3B putative defective prophage 6,No COG annotation,C0H421,Op5 +BSU_18710,yozF,AL009126.3,BSU18710,2041330,2041827,-,putative lipoprotein,No COG annotation,O31832,Op5 +BSU_18720,yoaR,AL009126.3,BSU18720,2041928,2042839,-,putative factor for cell wall maintenance or synthesis,Defense mechanisms,O34611,Op721 +BSU_18730,yoaS,AL009126.3,BSU18730,2043186,2043668,+,putative toxin of a toxin / antitoxin system,Function unknown,O31833,Op5 +BSU_18740,yozG,AL009126.3,BSU18740,2043678,2043932,+,putative antitoxin of a toxin / antitoxin system%3B putative transcriptional regulator,Transcription,O31834,Op5 +BSU_18750,yoaT,AL009126.3,BSU18750,2044038,2044832,+,putative integral inner membrane protein,Function unknown,O34535,Op5 +BSU_18760,yoaU,AL009126.3,BSU18760,2044956,2045828,-,putative transcriptional regulator (LysR family),Transcription,O34701,Op722 +BSU_18770,yoaV,AL009126.3,BSU18770,2045929,2046807,+,putative modified amino acid or TCA compound efflux permease,Amino acid transport and metabolism,O34416,Op723 +BSU_18780,yoaW,AL009126.3,BSU18780,2046980,2047411,-,biofilm forming exported protein,No COG annotation,O34541,Op724 +BSU_18790,yoaZ,AL009126.3,BSU18790,2047675,2048307,-,putative factor of the oxidative stress response,Function unknown,O34947,Op5 +BSU_18800,penP,AL009126.3,BSU18800,2048533,2049453,+,beta-lactamase precursor (putative hydrolase),Defense mechanisms,P39824,Op725 +BSU_18810,yobA,AL009126.3,BSU18810,2049950,2050312,-,hypothetical protein,No COG annotation,O31835,Op5 +BSU_18819,yozU,AL009126.3,,2050373,2050585,-,putative phage protein,No COG annotation,,Op5 +BSU_18820,yobB,AL009126.3,BSU18820,2050689,2050952,+,putative transcriptional regulator from bacteriophage%3B putative defective prophage 6,No COG annotation,O31836,Op726 +BSU_18830,yppS,AL009126.3,BSU18830,2051329,2053929,-,putative PEP-dependent enzyme,Carbohydrate transport and metabolism,O34309,Op727 +BSU_18840,xynA,AL009126.3,BSU18840,2054599,2055240,-,secreted endo-1%2C4-beta-xylanase,Carbohydrate transport and metabolism,P18429,Op728 +BSU_18849,yozV,AL009126.3,BSU18849,2055868,2056107,-,putative phage protein%3B putative defective prophage 6,Function unknown,C0H423,Op5 +BSU_18850,yobD,AL009126.3,BSU18850,2056278,2056616,+,transcriptional regulator (phage-related%2C Xre family)%3B putative defective prophage 6,Transcription,O34647,Op729 +BSU_18860,yozH,AL009126.3,BSU18860,2056650,2057006,-,hypothetical protein%3B putative defective prophage 6,No COG annotation,O31837,Op730 +BSU_18870,yozI,AL009126.3,BSU18870,2057214,2057579,+,conserved hypothetical protein%3B putative defective prophage 6,Function unknown,O31838,Op5 +BSU_18880,yobE,AL009126.3,BSU18880,2057801,2058460,+,putative SOS response associated phage protein%3B putative defective prophage 6,Function unknown,O34915,Op5 +BSU_18890,yobF,AL009126.3,BSU18890,2058715,2059638,-,conserved hypothetical protein,No COG annotation,O34780,Op5 +BSU_18898,yozW,AL009126.3,BSU18898,2059691,2059864,-,hypothetical protein%3B putative defective prophage 6,No COG annotation,C0H424,Op5 +BSU_18899,yozX,AL009126.3,BSU18899,2060009,2060233,+,putative phage protein%3B putative defective prophage 6,No COG annotation,C0H425,Op731 +BSU_18900,yozJ,AL009126.3,BSU18900,2060237,2060692,-,hypothetical protein,No COG annotation,O31839,Op732 +BSU_18908,yozY,AL009126.3,BSU18908,2060817,2061077,+,putative transcriptional regulator from bacteriophage%3B putative defective prophage 6,No COG annotation,C0H426,Op5 +BSU_18909,yozZ,AL009126.3,,2061855,2061995,+,putative phage holin (fragment),No COG annotation,,Op5 +BSU_18910,rapK,AL009126.3,BSU18910,2062150,2063265,+,response regulator aspartate phosphatase,Function unknown,O34930,Op733 +BSU_18920,phrK,AL009126.3,BSU18920,2063262,2063384,+,secreted regulator of the activity of phosphatase RapK,No COG annotation,O31840,Op733 +BSU_18930,yobHc,AL009126.3,,2063510,2064163,-,fragment of putative DNA phage repair protein%3B putative defective prophage 6,"Replication, recombination and repair",,Op734 +BSU_18940,yobHm,AL009126.3,,2064200,2064547,-,putative phage DNA repair protein fragment%3B putative defective prophage 6,"Replication, recombination and repair",,Op734 +BSU_18950,yozL,AL009126.3,BSU18950,2064540,2064833,-,conserved hypothetical protein of phage origin%3B putative defective prophage 6,Function unknown,O31842,Op734 +BSU_18960,yozM,AL009126.3,BSU18960,2065042,2065377,+,putative bacteriophage protein%3B putative defective prophage 6,No COG annotation,O31843,Op735 +BSU_18970,yobI,AL009126.3,BSU18970,2065424,2069029,-,putative phage repair NTPase with transmembrane helices%3B putative defective prophage 6,Transcription,O34784,Op5 +BSU_18979,yoyA,AL009126.3,,2069262,2069561,-,putative fragment of phage protein%3B putative defective prophage 6,No COG annotation,,Op5 +BSU_18978,bsrE,AL009126.3,BSU18978,2069883,2069975,+,type I toxin (BsrE/AsrE),No COG annotation,A0A2K4Z9J5,Op736 +BSU_18980,yobJ,AL009126.3,BSU18980,2070244,2071086,-,conserved protein of unknown function%3B putative defective prophage 6,No COG annotation,O34774,Op737 +BSU_18990,rttM,AL009126.3,BSU18990,2071286,2071744,-,antitoxin inhibiting Rnase RttL,Function unknown,O34596,Op5 +BSU_19000,rttL,AL009126.3,BSU19000,2071754,2073556,-,phage toxin ribonuclease%3B putative defective prophage 6,"Replication, recombination and repair",O34330,Op5 +BSU_19010,yobM,AL009126.3,BSU19010,2073658,2074215,-,putative phage protein%3B putative defective prophage 6,Carbohydrate transport and metabolism,O34377,Op5 +BSU_19020,yobN,AL009126.3,BSU19020,2074343,2075779,+,putative amine oxidase (flavoprotein),Amino acid transport and metabolism,O34363,Op5 +BSU_19030,yobO,AL009126.3,BSU19030,2076206,2078626,+,putative phage-related pre-neck appendage protein%3B defective prophage 6,Cell wall/membrane/envelope biogenesis,O34433,Op738 +BSU_19040,csaA,AL009126.3,BSU19040,2079214,2079546,-,molecular chaperone for secreting proteins,"Translation, ribosomal structure and biogenesis",P37584,Op5 +BSU_19050,yobQ,AL009126.3,BSU19050,2079611,2080336,-,putative transcriptional regulator (AraC/XylS family),Transcription,O34901,Op5 +BSU_19060,yobR,AL009126.3,BSU19060,2080351,2081094,-,putative acetyltransferase,"Translation, ribosomal structure and biogenesis",O34376,Op5 +BSU_19070,yobS,AL009126.3,BSU19070,2081172,2081747,-,putative transcriptional regulator,Transcription,O34892,Op5 +BSU_19080,yobT,AL009126.3,BSU19080,2081753,2082454,-,putative metal-dependent hydrolase,Function unknown,O34910,Op5 +BSU_19090,yobU,AL009126.3,BSU19090,2082531,2083013,-,putative effector of transcriptional regulator,Transcription,O34637,Op5 +BSU_19100,yobV,AL009126.3,BSU19100,2083067,2084008,-,putative transcriptional regulator,Transcription,O34920,Op5 +BSU_19110,yobW,AL009126.3,BSU19110,2084214,2084759,+,mother cell-specific membrane sporulation protein,No COG annotation,P94497,Op739 +BSU_19120,czrA,AL009126.3,BSU19120,2084786,2085109,-,transcriptional regulator (multiple metal-sensing ArsR-SmtB transcriptional repressor favouring Zn2+),Transcription,O31844,Op740 +BSU_19130,yocA,AL009126.3,BSU19130,2085303,2085980,+,putative murein fragments glycosidase,Cell wall/membrane/envelope biogenesis,O34636,Op741 +BSU_19140,yozB,AL009126.3,BSU19140,2086070,2086606,-,putative integral inner membrane protein,Function unknown,O31845,Op5 +BSU_19150,yocB,AL009126.3,BSU19150,2086743,2087525,-,conserved protein of unknown function,No COG annotation,O34516,Op742 +BSU_19160,yocC,AL009126.3,BSU19160,2087696,2088193,+,conserved protein of unknown function,No COG annotation,O35042,Op5 +BSU_19170,yocD,AL009126.3,BSU19170,2088257,2089234,+,putative carboxypeptidase%3B aminoacid adenylate hydrolase (microcin resistance),Defense mechanisms,O35046,Op5 +BSU_19180,desE,AL009126.3,BSU19180,2089396,2090454,+,fatty acid desaturase,Lipid transport and metabolism,O34653,Op743 +BSU_19190,desK,AL009126.3,BSU19190,2090574,2091686,+,two-component thermosensor histidine kinase [DesR-DesK],Signal transduction mechanisms,O34757,Op744 +BSU_19200,desR,AL009126.3,BSU19200,2091705,2092304,+,two-component response regulator [DesK],Signal transduction mechanisms,O34723,Op744 +BSU_19210,walL,AL009126.3,BSU19210,2092899,2093762,-,exported cell wall lytic enzyme,Cell wall/membrane/envelope biogenesis,O34669,Op745 +BSU_19220,recQ,AL009126.3,BSU19220,2094010,2095785,-,ATP-dependent helicase,"Replication, recombination and repair",O34748,Op746 +BSU_19230,azoJ,AL009126.3,BSU19230,2096350,2096976,-,FMN-dependent NADH-azoreductase,Lipid transport and metabolism,O35022,Op747 +BSU_19240,yocK,AL009126.3,BSU19240,2097126,2097617,-,putative general stress protein,Signal transduction mechanisms,P80872,Op748 +BSU_19250,yocL,AL009126.3,BSU19250,2097692,2098024,-,conserved protein of unknown function,No COG annotation,O34976,Op5 +BSU_19259,yoyB,AL009126.3,BSU19259,2098102,2098329,+,conserved protein of unknown function,No COG annotation,C0H429,Op749 +BSU_19260,yocM,AL009126.3,BSU19260,2098316,2098792,-,putative chaperone,"Post-translational modification, protein turnover, and chaperones",O34321,Op750 +BSU_19270,yozN,AL009126.3,BSU19270,2098859,2099122,+,conserved protein of unknown function (mother cell in sporulation),No COG annotation,O31846,Op5 +BSU_19280,yocN,AL009126.3,BSU19280,2099127,2099360,+,conserved protein of unknown function (sporulation-related),No COG annotation,O34855,Op5 +BSU_19290,yozO,AL009126.3,BSU19290,2099446,2099790,-,conserved hypothetical phage protein,Function unknown,O31847,Op751 +BSU_19300,yozC,AL009126.3,BSU19300,2100147,2100350,-,conserved hypothetical protein,No COG annotation,O31848,Op5 +BSU_19310,dhaS,AL009126.3,BSU19310,2100580,2102067,+,3-hydroxypropionaldehyde dehydrogenase,Energy production and conversion,O34660,Op5 +BSU_19320,sqhC,AL009126.3,BSU19320,2102168,2104066,+,squalene-hopene cyclase%2C sporulenol synthase (spore protection),Lipid transport and metabolism,Q796C3,Op5 +BSU_19330,sodF,AL009126.3,BSU19330,2104056,2104901,+,superoxide dismutase (Fe2+-dependent),Inorganic ion transport and metabolism,O35023,Op5 +BSU_19340,yocR,AL009126.3,BSU19340,2104934,2106271,-,putative sodium-dependent transporter,Function unknown,O34383,Op752 +BSU_19350,yocS,AL009126.3,BSU19350,2106490,2107455,+,putative sodium-dependent symporter,Function unknown,O34524,Op753 +BSU_19360,odhB,AL009126.3,BSU19360,2107505,2108758,-,2-oxoglutarate dehydrogenase complex (dihydrolipoamide transsuccinylase%2C E2 subunit),Energy production and conversion,P16263,Op754 +BSU_19370,odhA,AL009126.3,BSU19370,2108774,2111608,-,2-oxoglutarate dehydrogenase (E1 subunit),Energy production and conversion,P23129,Op754 +BSU_19380,yojO,AL009126.3,BSU19380,2111837,2113753,-,putative activator of nitric oxide reductase,Inorganic ion transport and metabolism,O31849,Op5 +BSU_19390,yojN,AL009126.3,BSU19390,2113764,2114678,-,putative nitric-oxide reductase associated protein,Function unknown,O31850,Op5 +BSU_19400,sodC,AL009126.3,BSU19400,2114742,2115332,-,superoxide dismutase (exported lipoprotein),Inorganic ion transport and metabolism,O31851,Op5 +BSU_19410,cwlS,AL009126.3,BSU19410,2115425,2116669,-,peptidoglycan hydrolase (cell wall-binding d%2Cl-endopeptidase),Cell wall/membrane/envelope biogenesis,O31852,Op5 +BSU_19420,yojK,AL009126.3,BSU19420,2117051,2118268,-,putative YDP-glycosyltransferase,Energy production and conversion,O31853,Op755 +BSU_19430,cdaS,AL009126.3,BSU19430,2118504,2119127,-,spore diadenylate cyclase,Function unknown,O31854,Op5 +BSU_19440,mdtK,AL009126.3,BSU19440,2119393,2120751,+,Na+-driven efflux MatE family protein,Defense mechanisms,O31855,Op5 +BSU_19450,rsbRC,AL009126.3,BSU19450,2120767,2121615,+,co-antagonist of RsbT%3B component of the anxiosome (stressosome),Signal transduction mechanisms,O31856,Op5 +BSU_19460,bshBB,AL009126.3,BSU19460,2121641,2122306,-,malate N-acetylglucosamine deacetylase (second enzyme),Function unknown,O31857,Op756 +BSU_19470,yojF,AL009126.3,BSU19470,2122325,2122675,-,conserved protein of unknown function (bacillithiol synthesis operon),Function unknown,O31858,Op756 +BSU_19479,yoyC,AL009126.3,BSU19479,2122672,2122950,-,conserved protein of unknown function,No COG annotation,O68260,Op756 +BSU_19480,yojE,AL009126.3,BSU19480,2123026,2123922,-,putative N-acetylated toxic metabolites,Function unknown,O31859,Op756 +BSU_19490,gerT,AL009126.3,BSU19490,2124021,2124494,+,component of the spore coat,Function unknown,Q7WY67,Op757 +BSU_19510,yojB,AL009126.3,BSU19510,2124529,2124765,-,conserved hypothetical protein,No COG annotation,O31861,Op5 +BSU_19520,yojA,AL009126.3,BSU19520,2124850,2126184,-,putative H+/anion permease,Amino acid transport and metabolism,O31862,Op5 +BSU_19530,yodA,AL009126.3,BSU19530,2126549,2126938,+,putative tautomerase,Function unknown,O34882,Op758 +BSU_19540,arxR,AL009126.3,BSU19540,2127345,2127683,-,transcriptional repressor,Transcription,O34844,Op759 +BSU_19550,noxC,AL009126.3,BSU19550,2127813,2128421,+,water forming NADH oxidase (nitroreductase),Energy production and conversion,P81102,Op760 +BSU_19560,yodD,AL009126.3,BSU19560,2128464,2129066,-,putative hydrolase,Function unknown,O34842,Op761 +BSU_19570,yodE,AL009126.3,BSU19570,2129082,2129993,-,putative thiol-dependent lyase/dioxygenase,Amino acid transport and metabolism,O34543,Op761 +BSU_19579,yoyD,AL009126.3,BSU19579,2130177,2130377,+,putative exported protein,Function unknown,C0H431,Op5 +BSU_19580,yodF,AL009126.3,BSU19580,2130377,2131867,+,putative Na+/metabolite permease,Amino acid transport and metabolism,O34745,Op762 +BSU_19590,ctpA,AL009126.3,BSU19590,2131902,2133302,-,carboxy-terminal processing protease (Prc homolog%2C tail specific protease),Cell wall/membrane/envelope biogenesis,O34666,Op763 +BSU_19600,yodH,AL009126.3,BSU19600,2133455,2134156,+,putative S-adenosylmethionine-dependent methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",O34954,Op764 +BSU_19610,yodI,AL009126.3,BSU19610,2134244,2134495,+,putative spore coat protein,No COG annotation,O34654,Op764 +BSU_19620,ldcB,AL009126.3,BSU19620,2134566,2135387,-,D-alanyl-D-alanine carboxypeptidase lipoprotein (D-ala releasing from tetrapeptide hydrolysis),Cell wall/membrane/envelope biogenesis,O34866,Op5 +BSU_19630,deoD,AL009126.3,BSU19630,2135470,2136171,-,purine nucleoside phosphorylase,Nucleotide transport and metabolism,O34925,Op5 +BSU_19639,yoyE,AL009126.3,BSU19639,2136373,2136498,+,conserved hypothetical protein,No COG annotation,C0H432,Op765 +BSU_19640,yodL,AL009126.3,BSU19640,2136538,2136852,-,shape determination factor,Function unknown,O30472,Op5 +BSU_19650,pgpB,AL009126.3,BSU19650,2136913,2137524,-,phosphatidylglycerol phosphate (PGP) phosphatase%3B undecaprenyl-pyrophosphate phosphatase (promiscuous activity),Lipid transport and metabolism,O34349,Op5 +BSU_19660,yozD,AL009126.3,BSU19660,2137602,2137778,-,conserved hypothetical protein,Function unknown,O31863,Op5 +BSU_19669,yoyF,AL009126.3,BSU19669,2137897,2138040,+,hypothetical protein,No COG annotation,C0H433,Op766 +BSU_19670,yodN,AL009126.3,BSU19670,2138037,2138717,-,conserved hypothetical protein,No COG annotation,O34414,Op5 +BSU_19680,yozE,AL009126.3,BSU19680,2138868,2139092,-,conserved protein of unknown function,Function unknown,O31864,Op5 +BSU_19689,yokU,AL009126.3,BSU19689,2139179,2139457,-,conserved protein of unknown function,Function unknown,C0H434,Op5 +BSU_19690,kamA,AL009126.3,BSU19690,2139454,2140869,-,lysine 2%2C3-aminomutase,Amino acid transport and metabolism,O34676,Op5 +BSU_19700,kamB,AL009126.3,BSU19700,2140898,2141725,-,epsilon-amino-beta-lysine acetyl transferase,Transcription,O34895,Op5 +BSU_19710,yodQ,AL009126.3,BSU19710,2141703,2143013,-,putative deacetylase,Amino acid transport and metabolism,O34984,Op5 +BSU_19720,yodR,AL009126.3,BSU19720,2143022,2143675,-,putative acyloate-acetoacetate CoA-transferase,Lipid transport and metabolism,O34466,Op5 +BSU_19730,yodS,AL009126.3,BSU19730,2143660,2144349,-,putative oxoacid CoA-transferase,Lipid transport and metabolism,O34317,Op5 +BSU_19740,yodT,AL009126.3,BSU19740,2144356,2145690,-,putative aminovalerate aminotransferase,Coenzyme transport and metabolism,O34662,Op5 +BSU_19745,BSU_19745,AL009126.3,BSU19745,2145671,2145826,-,conserved hypothetical protein,No COG annotation,A0A2K4Z9J2,Op767 +BSU_19749,yoyG,AL009126.3,BSU19749,2145820,2146053,-,putative toxin of a type I toxin family (sporulation operon),No COG annotation,,Op5 +BSU_19750,cgeE,AL009126.3,BSU19750,2146013,2146792,-,protein involved in maturation of the outermost layer of the spore,Transcription,P42093,Op768 +BSU_19760,cgeD,AL009126.3,BSU19760,2146821,2148101,-,putative glycosyltransferase involved in maturation of the outermost layer of the spore,Cell wall/membrane/envelope biogenesis,P42092,Op768 +BSU_19770,cgeC,AL009126.3,BSU19770,2148166,2148471,-,protein involved in maturation of the outermost layer of the spore,No COG annotation,P42091,Op768 +BSU_19780,cgeA,AL009126.3,BSU19780,2148676,2149077,+,spore outermost layer component,No COG annotation,P42089,Op769 +BSU_19790,cgeB,AL009126.3,BSU19790,2149084,2150037,+,protein involved in maturation of the outermost layer of the spore,Function unknown,P42090,Op769 +BSU_19800,phyC,AL009126.3,BSU19800,2150108,2151256,-,phytase,Lipid transport and metabolism,P42094,Op770 +BSU_19810,spsMn,AL009126.3,,2151626,2152045,+,spore capsular polysaccharide biosynthesis enzyme fragment%3B N-terminal part of SpsM,Carbohydrate transport and metabolism,,Op5 +BSU_19820,sprB,AL009126.3,BSU19820,2152086,2152262,-,recombination directionality factor%3B phage SPbeta,No COG annotation,O34850,Op5 +BSU_19830,yotM,AL009126.3,BSU19830,2152265,2152852,-,hypothetical protein%3B phage SPbeta,"Replication, recombination and repair",O34820,Op5 +BSU_19840,yotL,AL009126.3,BSU19840,2152927,2153169,+,putative transcriptional regulator%3B phage SPbeta,No COG annotation,O31865,Op771 +BSU_19850,yotK,AL009126.3,BSU19850,2153171,2153356,-,putative nucleic acid binding protein%3B phage SPbeta,No COG annotation,O31866,Op772 +BSU_19860,yotJ,AL009126.3,BSU19860,2153440,2153652,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34699,Op5 +BSU_19870,yotI,AL009126.3,BSU19870,2153718,2154080,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,Q796A8,Op5 +BSU_19880,yotH,AL009126.3,BSU19880,2154077,2154250,-,putative sensor or permease%3B phage SPbeta,No COG annotation,O31867,Op5 +BSU_19890,yotG,AL009126.3,BSU19890,2154266,2154583,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31868,Op5 +BSU_19900,yotF,AL009126.3,BSU19900,2154596,2154673,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31869,Op5 +BSU_19910,yotE,AL009126.3,BSU19910,2154705,2154851,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31870,Op5 +BSU_19915,BSU_19915,AL009126.3,BSU19915,2154781,2154972,+,hypothetical protein,No COG annotation,A0A2K4Z9J6,Op773 +BSU_19920,yotD,AL009126.3,BSU19920,2154887,2155018,-,conserved protein with rubredoxin fold%3B phage SPbeta,No COG annotation,O34407,Op5 +BSU_19930,yotC,AL009126.3,BSU19930,2155058,2155249,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34702,Op5 +BSU_19940,yotB,AL009126.3,BSU19940,2155293,2156120,-,putative metallo-dependent hydrolase%3B phage SPbeta,Function unknown,O34642,Op5 +BSU_19950,sspC,AL009126.3,BSU19950,2156239,2156457,+,small acid-soluble spore protein (alpha/beta-type SASP)%3B SPbeta phage protein,Function unknown,P02958,Op774 +BSU_19970,yosX,AL009126.3,BSU19970,2156757,2157110,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,P68583,Op5 +BSU_19980,yosW,AL009126.3,BSU19980,2157341,2157682,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31872,Op5 +BSU_19990,yosV,AL009126.3,BSU19990,2157829,2158119,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O34537,Op5 +BSU_19999,yojW,AL009126.3,BSU19999,2158120,2158287,-,hypothetical protein,No COG annotation,O30602,Op5 +BSU_20000,yosU,AL009126.3,BSU20000,2158439,2158684,+,hypothetical protein,No COG annotation,O31873,Op775 +BSU_20010,yosT,AL009126.3,BSU20010,2158724,2159173,-,putative transcription modulator%3B phage SPbeta,"Replication, recombination and repair",O34775,Op5 +BSU_20020,dutB,AL009126.3,BSU20020,2159268,2159696,-,SPbeta phage deoxyuridine 5'-triphosphate nucleotidohydrolase,Nucleotide transport and metabolism,O34919,Op5 +BSU_20030,yosR,AL009126.3,,2159742,2159984,-,SPbeta phage putative thiol disulfide oxidoreductase fragment,"Post-translational modification, protein turnover, and chaperones",,Op5 +BSU_20040,nrdFB,AL009126.3,BSU20040,2159981,2160388,-,phage SPbeta ribonucleoside diphosphate reductase,Nucleotide transport and metabolism,O30601,Op5 +BSU_20050,yosQ,AL009126.3,BSU20050,2160565,2161086,-,SPbeta phage endodeoxyribonuclease (homing endonuclease%2C responsible for intron mobility),"Replication, recombination and repair",O34479,Op5 +BSU_20060,nrdEB,AL009126.3,BSU20060,2162108,2164642,-,SPbeta phage ribonucleoside reductase alpha (large) subunit,Nucleotide transport and metabolism,O31875,Op5 +BSU_20070,nrdIB,AL009126.3,BSU20070,2165577,2165972,-,SPbeta phage subunit of ribonucleoside diphosphate reductase,Nucleotide transport and metabolism,,Op5 +BSU_20080,yosL,AL009126.3,BSU20080,2165972,2166325,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31877,Op5 +BSU_20090,yosK,AL009126.3,BSU20090,2166413,2166613,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31878,Op5 +BSU_20100,yosJ,AL009126.3,BSU20100,2166658,2166852,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31879,Op5 +BSU_20110,yosI,AL009126.3,BSU20110,2166873,2167007,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31880,Op5 +BSU_20120,yosH,AL009126.3,BSU20120,2167039,2167509,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31881,Op5 +BSU_20130,yosG,AL009126.3,BSU20130,2167570,2167932,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31882,Op5 +BSU_20140,yosF,AL009126.3,BSU20140,2167975,2168100,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31883,Op5 +BSU_20150,yosE,AL009126.3,BSU20150,2168114,2168461,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31884,Op5 +BSU_20160,yosD,AL009126.3,BSU20160,2168476,2168871,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31885,Op5 +BSU_20170,yosC,AL009126.3,BSU20170,2168910,2169452,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31886,Op5 +BSU_20180,yosB,AL009126.3,BSU20180,2169497,2169676,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31887,Op5 +BSU_20190,yosA,AL009126.3,BSU20190,2169807,2169926,+,putative type I toxin%3B phage SPbeta,No COG annotation,O31888,Op776 +BSU_20200,yorZ,AL009126.3,BSU20200,2170030,2170242,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31889,Op5 +BSU_20210,yorY,AL009126.3,BSU20210,2170309,2170491,-,putative nucleotide binding protein%3B phage SPbeta,No COG annotation,O31890,Op5 +BSU_20220,yorX,AL009126.3,BSU20220,2170504,2170731,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31891,Op5 +BSU_20230,yorW,AL009126.3,BSU20230,2170771,2171136,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31892,Op5 +BSU_20240,yorV,AL009126.3,BSU20240,2171139,2171357,-,putative nucleic acid binding protein%3B phage SPbeta,No COG annotation,O31893,Op5 +BSU_20250,mtbP,AL009126.3,BSU20250,2171401,2172732,-,DNA (cytosine-5-)-methyltransferase%3B phage SPbeta,"Replication, recombination and repair",P68585,Op5 +BSU_20260,yorT,AL009126.3,BSU20260,2172781,2172900,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31894,Op5 +BSU_20270,yorS,AL009126.3,BSU20270,2172932,2173450,-,putative 5'(3')-deoxyribonucleotidase%3B phage SPbeta,Function unknown,P68522,Op5 +BSU_20280,yorR,AL009126.3,BSU20280,2173459,2173956,-,putative nucleotide kinase or triphosphate hydrolase%3B phage SPbeta,Nucleotide transport and metabolism,O31896,Op5 +BSU_20290,yorQ,AL009126.3,BSU20290,2173956,2174111,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31897,Op5 +BSU_20300,yorP,AL009126.3,BSU20300,2174104,2174319,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31898,Op5 +BSU_20310,yorO,AL009126.3,BSU20310,2174352,2174549,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31899,Op5 +BSU_20320,yorN,AL009126.3,BSU20320,2174585,2174734,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31900,Op5 +BSU_20330,yorM,AL009126.3,BSU20330,2174852,2175568,-,putative murein hydrolase%3B phage SPbeta,Function unknown,O31901,Op5 +BSU_20340,dpoL,AL009126.3,BSU20340,2175596,2179513,-,DNA polymerase with 3'-5' exonuclease activity%3B phage SPbeta,"Replication, recombination and repair",O31902,Op5 +BSU_20350,yorK,AL009126.3,BSU20350,2179526,2181256,-,putative single-strand DNA-specific exonuclease%3B phage SPbeta,"Replication, recombination and repair",O31903,Op5 +BSU_20360,yorJ,AL009126.3,BSU20360,2181256,2182392,-,putative DNA replication initiation protein%3B phage SPbeta,"Replication, recombination and repair",O31904,Op5 +BSU_20370,yorI,AL009126.3,BSU20370,2182408,2183922,-,putative replicative DNA helicase (DnaB family)%3B phage SPbeta,"Translation, ribosomal structure and biogenesis",O31905,Op5 +BSU_20380,yorH,AL009126.3,BSU20380,2183937,2184407,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31906,Op5 +BSU_20390,yorG,AL009126.3,BSU20390,2184450,2185421,-,putative ATP/GTP binding protein%3B phage SPbeta,"Replication, recombination and repair",O31907,Op5 +BSU_20400,yorF,AL009126.3,BSU20400,2185504,2186418,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31908,Op5 +BSU_20410,yorE,AL009126.3,BSU20410,2186440,2186811,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31909,Op5 +BSU_20420,yorD,AL009126.3,BSU20420,2186985,2187299,-,stress protein SCP1%3B phage SPbeta,No COG annotation,P68575,Op5 +BSU_20430,yorC,AL009126.3,BSU20430,2187376,2187756,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31910,Op777 +BSU_20440,yorB,AL009126.3,BSU20440,2187819,2188115,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31911,Op777 +BSU_20450,yorA,AL009126.3,BSU20450,2188204,2189964,-,putative uronase%3B phage SPbeta,Cell wall/membrane/envelope biogenesis,O31912,Op5 +BSU_20460,pghZ,AL009126.3,BSU20460,2189961,2190785,-,gamma-polyglutamate hydrolase%3B phage SPbeta,Function unknown,O31913,Op5 +BSU_20470,yoqY,AL009126.3,BSU20470,2190884,2191279,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31914,Op5 +BSU_20480,yoqX,AL009126.3,BSU20480,2191334,2191555,-,conserved protein of unknown function%3B SPbeta phage,No COG annotation,O31915,Op5 +BSU_20490,yoqW,AL009126.3,BSU20490,2191626,2192300,+,putative stress-associated peptidase%3B putative general secretion pathway protein%3B phage SPbeta,Function unknown,O31916,Op5 +BSU_20500,yoqV,AL009126.3,BSU20500,2192370,2193182,+,DNA ligase-like protein%3B bacteriophage SPbeta,"Replication, recombination and repair",O31917,Op5 +BSU_20510,yoqU,AL009126.3,BSU20510,2193248,2193661,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31918,Op778 +BSU_20520,yoqT,AL009126.3,BSU20520,2193827,2193976,+,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31919,Op779 +BSU_20530,yoqS,AL009126.3,BSU20530,2194053,2194400,-,putative RNA-binding protein%3B phage SPbeta,No COG annotation,O31920,Op5 +BSU_20540,yoqR,AL009126.3,BSU20540,2194402,2194758,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31921,Op5 +BSU_20550,yoqP,AL009126.3,BSU20550,2194718,2195059,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31922,Op5 +BSU_20560,yoqO,AL009126.3,BSU20560,2195173,2195547,+,putative membrane protein%3B phage SPbeta,No COG annotation,O31923,Op780 +BSU_20570,yoqN,AL009126.3,BSU20570,2195564,2195782,-,consserved hypothetical protein%3B phage SPbeta,No COG annotation,O31924,Op781 +BSU_20580,yoqM,AL009126.3,BSU20580,2195986,2196264,+,putative membrane bound or exported protein%3B phage SPbeta,No COG annotation,O31925,Op782 +BSU_20590,yoqL,AL009126.3,BSU20590,2196389,2197081,-,putative endonuclease%3B phage SPbeta,No COG annotation,O34581,Op5 +BSU_20600,yoqK,AL009126.3,BSU20600,2197121,2197324,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34326,Op5 +BSU_20610,yoqJ,AL009126.3,BSU20610,2197344,2197859,-,conserved hypothetical protein%3B phage SPbeta,Function unknown,O34359,Op5 +BSU_20620,yoqI,AL009126.3,BSU20620,2198070,2198264,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O34339,Op5 +BSU_20630,yoqH,AL009126.3,BSU20630,2198313,2198765,-,conserved hypothetical protein%3B phage SPbeta,Cell wall/membrane/envelope biogenesis,O34999,Op5 +BSU_20640,yoqG,AL009126.3,BSU20640,2198848,2199105,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O35030,Op5 +BSU_20650,yoqF,AL009126.3,BSU20650,2199150,2199353,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34584,Op5 +BSU_20660,yoqE,AL009126.3,BSU20660,2199362,2199526,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34429,Op5 +BSU_20670,yoqD,AL009126.3,BSU20670,2199580,2200335,-,putative DNA-binding protein anti-repressor%3B phage SPbeta,Function unknown,O34449,Op5 +BSU_20680,yoqC,AL009126.3,BSU20680,2200376,2200783,-,putative SOS nucleotide-binding protein%3B phage SPbeta,No COG annotation,O34834,Op5 +BSU_20690,yoqB,AL009126.3,BSU20690,2200790,2201128,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O34831,Op5 +BSU_20700,yoqA,AL009126.3,BSU20700,2201125,2201475,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34988,Op5 +BSU_20710,yopZ,AL009126.3,BSU20710,2201488,2201691,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O34509,Op5 +BSU_20720,yopY,AL009126.3,BSU20720,2201705,2201983,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O34730,Op5 +BSU_20730,yopX,AL009126.3,BSU20730,2201980,2202384,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O34401,Op5 +BSU_20740,yopW,AL009126.3,BSU20740,2202381,2202716,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34838,Op5 +BSU_20750,yopV,AL009126.3,BSU20750,2202805,2202999,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34869,Op5 +BSU_20760,yopU,AL009126.3,BSU20760,2203111,2203308,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34937,Op5 +BSU_20770,yopT,AL009126.3,BSU20770,2203378,2203596,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O34498,Op5 +BSU_20780,yopS,AL009126.3,BSU20780,2203779,2204003,+,putative transcriptional regulator%2C lambda repressor-like%3B phage SPbeta,Transcription,O34766,Op783 +BSU_20790,yopR,AL009126.3,BSU20790,2204192,2205169,-,putative DNA breaking-rejoining enzyme%3B phage SPbeta,No COG annotation,O34558,Op5 +BSU_20800,yopQ,AL009126.3,BSU20800,2205193,2206575,-,conserved hypothetical protein%3B phage SPbeta,Function unknown,O34448,Op5 +BSU_20810,yopP,AL009126.3,BSU20810,2206682,2207758,-,putative phage integrase%3B phage SPbeta,"Replication, recombination and repair",O34336,Op5 +BSU_20820,yopO,AL009126.3,BSU20820,2207748,2207960,-,putative transcriptional regulator%2C lambda repressor-like%3B phage SPbeta,No COG annotation,O34791,Op5 +BSU_20830,yopN,AL009126.3,BSU20830,2208008,2208325,-,hypothetical protein%3B phage SPbeta,No COG annotation,P68581,Op5 +BSU_20840,yopM,AL009126.3,BSU20840,2208328,2208528,-,hypothetical protein%3B phage SPbeta,No COG annotation,O34605,Op5 +BSU_20850,aimP,AL009126.3,BSU20850,2208855,2208980,-,arbitrium lysis /lysogeny regulatory peptide%3B phage SPbeta,No COG annotation,O31926,Op5 +BSU_20860,aimR,AL009126.3,BSU20860,2208994,2210154,-,arbitrium peptide sensor regulator%3B phage SPbeta,No COG annotation,O31927,Op5 +BSU_20870,yopJ,AL009126.3,BSU20870,2210331,2210747,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31928,Op5 +BSU_20880,yopI,AL009126.3,BSU20880,2210749,2211282,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31929,Op5 +BSU_20890,sieB,AL009126.3,BSU20890,2211309,2211845,-,superinfection exclusion protein B%3B phage SPbeta,Function unknown,O31930,Op5 +BSU_20900,yopG,AL009126.3,BSU20900,2211884,2212015,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31931,Op5 +BSU_20910,yopF,AL009126.3,BSU20910,2212026,2212241,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31932,Op5 +BSU_20920,yopE,AL009126.3,BSU20920,2212245,2212496,-,conserved membrane protein of unknown function%3B phage SPbeta,No COG annotation,O31933,Op5 +BSU_20928,yoyH,AL009126.3,BSU20928,2212567,2212746,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,C0H437,Op5 +BSU_20929,yoyI,AL009126.3,BSU20929,2212848,2213078,+,conserved membrane protein of unknown function%3B phage SPbeta,No COG annotation,C0H438,Op5 +BSU_20930,yopD,AL009126.3,BSU20930,2213083,2213478,-,conserved membrane protein of unknown function%3B phage SPbeta,Function unknown,O31934,Op5 +BSU_20940,yopC,AL009126.3,BSU20940,2213536,2214864,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31935,Op5 +BSU_20950,yopB,AL009126.3,BSU20950,2214972,2215199,-,putative transcriptional regulator%2C lambda repressor-like%3B phage SPbeta,Transcription,O31936,Op5 +BSU_20960,yopA,AL009126.3,BSU20960,2215460,2216776,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31937,Op5 +BSU_20970,yonX,AL009126.3,BSU20970,2217133,2217639,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31938,Op5 +BSU_20980,yonV,AL009126.3,BSU20980,2217967,2219199,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31939,Op5 +BSU_20990,yonU,AL009126.3,BSU20990,2219281,2219469,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31940,Op5 +BSU_20999,yoyJ,AL009126.3,BSU20999,2219514,2219765,-,conserved protein of unknown function (toxin/antitoxin island)%3B phage SPbeta,No COG annotation,C0H439,Op5 +BSU_21000,spbT,AL009126.3,BSU21000,2219784,2219960,-,toxin%3B phage SPbeta,No COG annotation,O31941,Op5 +BSU_21010,yonS,AL009126.3,BSU21010,2220335,2220946,-,putative hydrolase lipoprotein%3B phage SPbeta,No COG annotation,O31942,Op5 +BSU_21020,yonR,AL009126.3,BSU21020,2221061,2221387,-,putative transcriptional regulator (Xre family)%3B phage SPbeta,Transcription,O31943,Op5 +BSU_21030,yonP,AL009126.3,BSU21030,2222340,2222534,+,hypothetical protein%3B phage SPbeta,No COG annotation,O31944,Op5 +BSU_21040,yonO,AL009126.3,BSU21040,2222574,2225093,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31945,Op5 +BSU_21050,hupN,AL009126.3,BSU21050,2225337,2225615,+,HU-related DNA-binding protein%3B phage SPbeta,"Replication, recombination and repair",P68573,Op5 +BSU_21058,BSU_21058,AL009126.3,BSU21058,2226176,2226346,+,hypothetical protein%3B phage SPbeta,No COG annotation,A0A2K4Z9I9,Op784 +BSU_21060,yonK,AL009126.3,BSU21060,2227297,2227488,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31947,Op5 +BSU_21070,yonJ,AL009126.3,BSU21070,2227505,2228722,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31948,Op5 +BSU_21080,yonI,AL009126.3,BSU21080,2228756,2229166,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31949,Op785 +BSU_21090,yonH,AL009126.3,BSU21090,2229385,2229885,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31950,Op786 +BSU_21100,yonG,AL009126.3,BSU21100,2229988,2230908,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31951,Op5 +BSU_21110,yonF,AL009126.3,BSU21110,2230895,2232664,+,putative P-loop ATPase%3B phage SPbeta,Function unknown,O31952,Op5 +BSU_21120,yonE,AL009126.3,BSU21120,2232682,2234202,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31953,Op5 +BSU_21130,yonD,AL009126.3,BSU21130,2234233,2235669,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31954,Op5 +BSU_21140,yonC,AL009126.3,BSU21140,2235694,2236230,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31955,Op5 +BSU_21150,yonB,AL009126.3,BSU21150,2236269,2237285,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31956,Op5 +BSU_21160,yonA,AL009126.3,BSU21160,2237321,2237791,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31957,Op5 +BSU_21170,yomZ,AL009126.3,BSU21170,2237806,2238201,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31958,Op5 +BSU_21180,yomY,AL009126.3,BSU21180,2238198,2238452,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31959,Op5 +BSU_21190,yomX,AL009126.3,BSU21190,2238436,2239086,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31960,Op5 +BSU_21200,yomW,AL009126.3,BSU21200,2239083,2239589,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31961,Op5 +BSU_21210,yomV,AL009126.3,BSU21210,2239586,2240296,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31962,Op5 +BSU_21220,yomU,AL009126.3,BSU21220,2240339,2241136,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31963,Op5 +BSU_21229,youA,AL009126.3,BSU21229,2241154,2241765,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,C0H440,Op5 +BSU_21230,yomT,AL009126.3,BSU21230,2241765,2241992,+,hypothetical protein%3B phage SPbeta,No COG annotation,O31964,Op5 +BSU_21240,yomS,AL009126.3,BSU21240,2242056,2242412,+,putative phage-related lytic exoenzyme%3B phage SPbeta,No COG annotation,O31965,Op5 +BSU_21250,yomR,AL009126.3,BSU21250,2242414,2243631,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31966,Op5 +BSU_21260,yomQ,AL009126.3,BSU21260,2243642,2243992,+,putative tail phage assembly protein%3B phage SPbeta,No COG annotation,O31967,Op5 +BSU_21270,yomP,AL009126.3,BSU21270,2243989,2244180,+,conserved phage protein of unknown function%3B phage SPbeta,No COG annotation,O31968,Op5 +BSU_21280,yomO,AL009126.3,BSU21280,2244230,2244730,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31969,Op5 +BSU_21290,yomN,AL009126.3,BSU21290,2244714,2245133,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31970,Op5 +BSU_21300,yomM,AL009126.3,BSU21300,2245147,2246148,+,putative integrase%3B phage SPbeta,RNA processing and modification,O31971,Op5 +BSU_21310,yozP,AL009126.3,BSU21310,2246151,2246480,-,hypothetical protein%3B phage SPbeta,No COG annotation,O31972,Op5 +BSU_21320,yomL,AL009126.3,BSU21320,2246656,2247342,-,conserved exported protein of unknown function%3B phage SPbeta,No COG annotation,O31973,Op5 +BSU_21329,youB,AL009126.3,BSU21329,2247367,2247543,-,conserved phage protein of unknown function%3B phage SPbeta,No COG annotation,Q9K3A9,Op5 +BSU_21330,yomK,AL009126.3,BSU21330,2247889,2248335,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31974,Op5 +BSU_21340,yomJ,AL009126.3,BSU21340,2248417,2249100,+,protein conferring self-immunity to the host%3B phage SPbeta,No COG annotation,O31975,Op5 +BSU_21350,cwlP,AL009126.3,BSU21350,2249154,2256011,+,lytic transglycosylase%3B SPbeta phage protein,Cell wall/membrane/envelope biogenesis,O31976,Op5 +BSU_21360,yomH,AL009126.3,BSU21360,2256062,2256820,+,conserved protein of unknown function%3B phage SPbeta,Function unknown,O31977,Op5 +BSU_21370,yomG,AL009126.3,BSU21370,2256832,2259459,+,putative DNA wielding protein%3B SPbeta phage,Function unknown,O31978,Op5 +BSU_21380,yomF,AL009126.3,BSU21380,2259475,2260296,+,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O31979,Op5 +BSU_21390,yomE,AL009126.3,BSU21390,2260333,2262267,+,putative glycosyl hydrolase%3B phage SPbeta,Carbohydrate transport and metabolism,O31980,Op5 +BSU_21400,yomD,AL009126.3,BSU21400,2262437,2263261,+,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31981,Op5 +BSU_21409,BSU_21409,AL009126.3,BSU21409,2263251,2263469,+,hypothetical protein%3B phage SPbeta,No COG annotation,A0A2K4Z9K7,Op787 +BSU_21410,blyA,AL009126.3,BSU21410,2263489,2264592,+,bacteriophage SPbeta N-acetylmuramoyl-L-alanine amidase,Cell wall/membrane/envelope biogenesis,O31982,Op5 +BSU_21420,bhlA,AL009126.3,BSU21420,2264680,2264892,+,holin-like protein%3B bacteriophage SPbeta,Function unknown,O31983,Op5 +BSU_21430,bhlB,AL009126.3,BSU21430,2264903,2265169,+,holin-like protein%3B bacteriophage SPbeta,Function unknown,O31984,Op5 +BSU_21440,bdbB,AL009126.3,BSU21440,2265225,2265671,-,thiol-disulfide oxidoreductase B%3B bacteriophage SPbeta,"Post-translational modification, protein turnover, and chaperones",P68571,Op788 +BSU_21450,sunS,AL009126.3,BSU21450,2265668,2266936,-,sublancin glycosyltransferase%3B phage SPbeta,Cell wall/membrane/envelope biogenesis,O31986,Op788 +BSU_21460,bdbA,AL009126.3,BSU21460,2266936,2267349,-,bacteriophage SPbeta thiol-disulfide oxidoreductase,Energy production and conversion,P68569,Op788 +BSU_21470,sunT,AL009126.3,BSU21470,2267346,2269463,-,sublancin 168 lantibiotic transporter,Defense mechanisms,P68579,Op788 +BSU_21480,sunA,AL009126.3,BSU21480,2269521,2269691,-,sublancin 168 lantibiotic antimicrobial precursor peptide%3B SPBeta prophage,No COG annotation,P68577,Op788 +BSU_21490,sunI,AL009126.3,BSU21490,2269988,2270305,-,protein of immunity to sublancin,No COG annotation,O31989,Op5 +BSU_21500,uvrX,AL009126.3,BSU21500,2270407,2271657,-,lesion bypass phage DNA polymerase%3B phage SPbeta,"Replication, recombination and repair",O31990,Op789 +BSU_21510,yolD,AL009126.3,BSU21510,2271650,2271982,-,conserved hypothetical protein%3B phage SPbeta,Function unknown,O31991,Op789 +BSU_21520,yolC,AL009126.3,BSU21520,2272156,2272491,+,conserved phage protein of unknown function%3B phage SPbeta,No COG annotation,O31992,Op790 +BSU_21530,yolB,AL009126.3,BSU21530,2272534,2272890,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O31993,Op5 +BSU_21540,yolA,AL009126.3,BSU21540,2272896,2273363,-,conserved exported protein of unknown function%3B SPbeta phage,No COG annotation,O31994,Op5 +BSU_21546,bsrG,AL009126.3,BSU21546,2273594,2273710,+,phage toxin%3B type I toxin-antitoxin system,No COG annotation,L8EAY0,Op5 +BSU_21550,yokL,AL009126.3,BSU21550,2273989,2274522,-,putative N-acetyltransferase%3B phage SPbeta,"Translation, ribosomal structure and biogenesis",O31995,Op5 +BSU_21560,yokK,AL009126.3,BSU21560,2274558,2275136,-,conserved protein of unknown function%3B phage SPbeta,Function unknown,O31996,Op5 +BSU_21570,yokJ,AL009126.3,BSU21570,2275200,2275697,-,conserved protein of unknown function%3B phage SPbeta,Function unknown,O31997,Op5 +BSU_21580,yokI,AL009126.3,BSU21580,2275706,2277421,-,putative RNase%3B phage SPbeta,"Intracellular trafficking, secretion, and vesicular transport",O31998,Op5 +BSU_21590,yokH,AL009126.3,BSU21590,2277521,2278078,-,conserved protein of unknown function%3B phage SPbeta,Carbohydrate transport and metabolism,O31999,Op5 +BSU_21598,yoyK,AL009126.3,,2278108,2278347,+,fragment of putative transposase%3B phage SPbeta,"Replication, recombination and repair",,Op5 +BSU_21599,yoyK,AL009126.3,,2278340,2278456,+,fragment of putative transposase%3B phage SPbeta,"Replication, recombination and repair",,Op5 +BSU_21600,yokG,AL009126.3,BSU21600,2278602,2279675,-,conserved protein of unknown function%3B phage SPbeta,No COG annotation,O32000,Op5 +BSU_21610,nukF,AL009126.3,BSU21610,2279977,2280867,+,calcium-dependent DNA nuclease%2C lipoprotein%3B phage SPbeta,"Replication, recombination and repair",O32001,Op5 +BSU_21620,yokE,AL009126.3,BSU21620,2280881,2281363,+,conserved protein of unknown function%3B phage SPbeta,Function unknown,O32002,Op5 +BSU_21630,aacD,AL009126.3,BSU21630,2281667,2282485,+,aminoglycoside N3'-acetyltransferase,Defense mechanisms,O32003,Op5 +BSU_21638,BSU_21638,AL009126.3,BSU21638,2282505,2282639,-,hypothetical protein%3B phage SPbeta,No COG annotation,A0A2K4Z9K6,Op791 +BSU_21639,BSU_21639,AL009126.3,BSU21639,2282801,2282956,-,hypothetical protein%3B phage SPbeta,No COG annotation,A0A2K4Z9K2,Op792 +BSU_21640,yokC,AL009126.3,BSU21640,2283136,2283651,-,conserved hypothetical protein%3B phage SPbeta,No COG annotation,O32004,Op5 +BSU_21650,yokB,AL009126.3,BSU21650,2283858,2284568,-,hypothetical protein%3B phage SPbeta,No COG annotation,O32005,Op5 +BSU_21660,sprA,AL009126.3,BSU21660,2284771,2286408,+,serine-type phage integrase%3B phage SPbeta,"Replication, recombination and repair",O32006,Op5 +BSU_21670,spsMc,AL009126.3,,2286448,2287053,+,sporulation capsular polysaccharide biosynthesis enzyme C-terminal end%3B restored upon phage SPbeta excision,Carbohydrate transport and metabolism,,Op5 +BSU_21680,msrB,AL009126.3,BSU21680,2287097,2287528,-,peptide methionine R-sulfoxide reductase,"Post-translational modification, protein turnover, and chaperones",P54155,Op793 +BSU_21690,msrA,AL009126.3,BSU21690,2287529,2288062,-,peptide methionine S-sulfoxide reductase,"Post-translational modification, protein turnover, and chaperones",P54154,Op5 +BSU_21700,ypoP,AL009126.3,BSU21700,2288194,2288619,+,putative transcriptional regulator (MarR family),Transcription,P54182,Op794 +BSU_21710,dinF,AL009126.3,BSU21710,2288669,2290006,-,damage inducible%2C Na+ driven multidrug efflux pump,Defense mechanisms,P54181,Op795 +BSU_21720,ypmT,AL009126.3,BSU21720,2290078,2290272,-,conserved hypothetical protein,Function unknown,P54180,Op796 +BSU_21730,ypmS,AL009126.3,BSU21730,2290285,2290848,-,conserved protein of unknown function,Function unknown,P54179,Op5 +BSU_21740,ypmR,AL009126.3,BSU21740,2290858,2291625,-,putative exported lipase/acylhydrolase (lipoprotein),Amino acid transport and metabolism,P40766,Op5 +BSU_21750,scuA,AL009126.3,BSU21750,2291703,2292284,-,assembly factor BSco of the Cu(A) site of cytochrome c oxidase,Function unknown,P54178,Op5 +BSU_21760,ypmP,AL009126.3,BSU21760,2292432,2292683,-,conserved hypothetical protein,Function unknown,P54177,Op797 +BSU_21770,ilvA,AL009126.3,BSU21770,2292769,2294037,-,threonine dehydratase,Amino acid transport and metabolism,P37946,Op797 +BSU_21780,silP,AL009126.3,BSU21780,2294286,2295281,+,transcriptional enhancer involved in BCAA homeostasis,Transcription,P54156,Op5 +BSU_21790,yplQ,AL009126.3,BSU21790,2295302,2295943,+,putative membrane hydrolase,Function unknown,P54175,Op798 +BSU_21800,ypkP,AL009126.3,BSU21800,2295982,2296602,-,putative 1-acyl-sn-glycerol-3-phosphate acyltransferase,Lipid transport and metabolism,P54174,Op799 +BSU_21810,dfrA,AL009126.3,BSU21810,2296603,2297109,-,dihydrofolate reductase,Coenzyme transport and metabolism,P11045,Op5 +BSU_21820,thyB,AL009126.3,BSU21820,2297106,2297900,-,thymidylate synthase B,Nucleotide transport and metabolism,P11044,Op5 +BSU_21830,ypjQ,AL009126.3,BSU21830,2297984,2298517,-,putative phosphatidylglycerophosphatase,Lipid transport and metabolism,P54173,Op800 +BSU_21840,ypjP,AL009126.3,BSU21840,2298535,2299146,-,conserved hypothetical protein,Function unknown,P54172,Op5 +BSU_21850,rsmJ,AL009126.3,BSU21850,2299406,2300179,-,putative 16S rRNA m(2)G1516 methyltransferase,RNA processing and modification,P54171,Op801 +BSU_21860,brxA,AL009126.3,BSU21860,2300221,2300655,-,protein disulfide isomerase%3B bacilliredoxin A (de-bacillithiolation),Function unknown,P54170,Op802 +BSU_21870,ilvD,AL009126.3,BSU21870,2300762,2302438,-,dihydroxy-acid dehydratase,Amino acid transport and metabolism,P51785,Op803 +BSU_21880,ypgR,AL009126.3,BSU21880,2302727,2303860,-,putative lyase or scaffold,Energy production and conversion,P54169,Op804 +BSU_21890,hdhQ,AL009126.3,BSU21890,2303920,2304537,-,Mn(2+)-dependent (deoxy)ribonucleoside pyrophosphohydrolase,Function unknown,P54168,Op5 +BSU_21900,bsaA,AL009126.3,BSU21900,2304553,2305035,-,bacillithiol peroxidase,"Post-translational modification, protein turnover, and chaperones",P52035,Op5 +BSU_21910,metAA,AL009126.3,BSU21910,2305378,2306283,+,homoserine O-acetyltransferase,Amino acid transport and metabolism,P54167,Op805 +BSU_21920,ugtP,AL009126.3,BSU21920,2306514,2307662,+,UDP-glucose diacylglyceroltransferase,Cell wall/membrane/envelope biogenesis,P54166,Op5 +BSU_21925,BSU_21925,AL009126.3,BSU21925,2307743,2307889,+,hypothetical protein,No COG annotation,A0A2K4Z9J9,Op806 +BSU_21930,cspD,AL009126.3,BSU21930,2307905,2308105,+,cold-shock protein%2C molecular chaperone%2C RNA-helicase co-factor,Transcription,P51777,Op5 +BSU_21940,degR,AL009126.3,BSU21940,2308157,2308339,-,activator of degradative enzymes (aprE%2C nprE%2C sacB) production or activity,No COG annotation,P68731,Op807 +BSU_21950,ypzA,AL009126.3,BSU21950,2308495,2308764,+,putative spore coat protein,Function unknown,O32007,Op808 +BSU_21960,ypeQ,AL009126.3,BSU21960,2308792,2308974,-,conserved protein of unknown function,Function unknown,P54165,Op809 +BSU_21970,ypeP,AL009126.3,BSU21970,2308967,2309647,-,ribonuclease,"Replication, recombination and repair",P54164,Op5 +BSU_21980,queP,AL009126.3,BSU21980,2309730,2310419,+,preQ0 transporter (promiscuous),Function unknown,P54163,Op5 +BSU_21990,ypdQ,AL009126.3,BSU21990,2310419,2310817,+,putative RNA binding protein (no RNase H activity),"Replication, recombination and repair",P54162,Op5 +BSU_22000,sspL,AL009126.3,BSU22000,2310859,2310987,+,small acid-soluble spore protein,No COG annotation,Q7WY66,Op810 +BSU_22010,exnP,AL009126.3,BSU22010,2310995,2311885,-,5'3'-exonuclease,"Replication, recombination and repair",P54161,Op811 +BSU_22019,ypzF,AL009126.3,BSU22019,2311986,2312132,-,hypothetical protein,No COG annotation,C0H443,Op5 +BSU_22020,ypbS,AL009126.3,BSU22020,2312207,2312464,-,spore associated protein,Function unknown,P54160,Op812 +BSU_22030,dynA,AL009126.3,BSU22030,2312529,2316110,-,dynamin GTPase,Function unknown,P54159,Op813 +BSU_22036,fbpC,AL009126.3,BSU22036,2316286,2316375,-,regulator of iron homeostasis,No COG annotation,L8ECR0,Op814 +BSU_22040,bpsB,AL009126.3,BSU22040,2316446,2316952,-,alkylpyrone methyltransferase (polyketide synthesis),Function unknown,P54158,Op5 +BSU_22050,bpsA,AL009126.3,BSU22050,2316956,2318053,-,promiscuous alkylpyrone synthase BpsA (polyketide synthesis),"Secondary metabolites biosynthesis, transport, and catabolism",P54157,Op5 +BSU_22060,pbuX,AL009126.3,BSU22060,2318127,2319443,-,xanthine permease,Nucleotide transport and metabolism,P42086,Op815 +BSU_22070,xpt,AL009126.3,BSU22070,2319440,2320024,-,xanthine phosphoribosyltransferase,Nucleotide transport and metabolism,P42085,Op815 +BSU_22080,ypwA,AL009126.3,BSU22080,2320355,2321860,-,metal-dependent carboxypeptidase,Amino acid transport and metabolism,P50848,Op816 +BSU_22090,kdgT,AL009126.3,BSU22090,2321972,2322964,-,2-keto-3-deoxygluconate permease,Inorganic ion transport and metabolism,P50847,Op817 +BSU_22100,kdgA,AL009126.3,BSU22100,2323009,2323599,-,2-keto-3-deoxygluconate-6-phosphate aldolase,Carbohydrate transport and metabolism,P50846,Op817 +BSU_22110,kdgK,AL009126.3,BSU22110,2323601,2324575,-,2-keto-3-deoxygluconate kinase,Carbohydrate transport and metabolism,P50845,Op817 +BSU_22120,kdgR,AL009126.3,BSU22120,2324613,2325632,-,transcriptional repressor of the Kdg operon (KdgR-galacturonate),Transcription,P50844,Op817 +BSU_22130,kduI,AL009126.3,BSU22130,2325854,2326681,+,4-deoxy-L-threo-5-hexosulose-uronate ketol-isomerase%2C 5-keto-4-deoxyuronate isomerase,Carbohydrate transport and metabolism,P50843,Op5 +BSU_22140,kduD,AL009126.3,BSU22140,2326683,2327447,+,2-keto-3-deoxygluconate oxidoreductase,Lipid transport and metabolism,P50842,Op5 +BSU_22150,ypvA,AL009126.3,BSU22150,2327488,2329413,-,putative ATP-dependent helicase,Transcription,P50831,Op818 +BSU_22160,yptA,AL009126.3,BSU22160,2329515,2329706,-,hypothetical protein,No COG annotation,P50841,Op5 +BSU_22169,ypzG,AL009126.3,BSU22169,2329870,2330022,+,conserved protein of unknown function,Function unknown,C0H444,Op819 +BSU_22170,rlmKB,AL009126.3,BSU22170,2330075,2331232,-,m(7)G2069 methylase of 23S rRNA,"Replication, recombination and repair",P50840,Op5 +BSU_22180,gpsB,AL009126.3,BSU22180,2331779,2332075,-,cell division protein,"Cell cycle control, cell division, chromosome partitioning",P0CI74,Op5 +BSU_22190,ypsA,AL009126.3,BSU22190,2332153,2332782,-,conserved protein of unknown function,Function unknown,,Op5 +BSU_22200,cotD,AL009126.3,BSU22200,2332784,2333011,-,spore coat protein (inner),Function unknown,P07791,Op820 +BSU_22205,BSU_22205,AL009126.3,BSU22205,2333095,2333223,-,conserved protein of unknown function,No COG annotation,A0A2K4Z9J8,Op821 +BSU_22210,yprB,AL009126.3,BSU22210,2333324,2334565,-,putative nucleic acid binding enzyme,"Replication, recombination and repair",P50837,Op5 +BSU_22220,yprA,AL009126.3,BSU22220,2334581,2336830,-,putative ATP-dependent RNA helicase,"Replication, recombination and repair",P50830,Op5 +BSU_22230,ypqE,AL009126.3,BSU22230,2336933,2337439,-,putative phosphotransferase system enzyme IIA component,Carbohydrate transport and metabolism,P50829,Op5 +BSU_22240,ypqA,AL009126.3,BSU22240,2337577,2337996,+,putative chaperone,"Post-translational modification, protein turnover, and chaperones",P50836,Op822 +BSU_22250,yppG,AL009126.3,BSU22250,2338017,2338394,-,putative spore coat protein%3B methionine-glutamine-rich protein,Function unknown,P50835,Op823 +BSU_22260,yppF,AL009126.3,BSU22260,2338582,2338770,+,putative sporulation protein,No COG annotation,P50834,Op824 +BSU_22270,yppE,AL009126.3,BSU22270,2338809,2339180,-,conserved protein of unknown function,No COG annotation,P50833,Op825 +BSU_22280,yppD,AL009126.3,BSU22280,2339226,2339471,-,putative sporulation protein,No COG annotation,P50832,Op825 +BSU_22290,sspM,AL009126.3,BSU22290,2339670,2339774,+,small acid-soluble spore protein,No COG annotation,Q7WY65,Op826 +BSU_22300,yppC,AL009126.3,BSU22300,2339799,2340761,-,conserved protein of unknown function,Function unknown,P39791,Op827 +BSU_22310,recU,AL009126.3,BSU22310,2340802,2341422,+,Holliday junction resolvase,"Replication, recombination and repair",P39792,Op828 +BSU_22320,ponA,AL009126.3,BSU22320,2341444,2344188,+,peptidoglycan glycosyltransferase (penicillin-binding proteins 1A and 1B),Cell wall/membrane/envelope biogenesis,P39793,Op828 +BSU_22330,ypoC,AL009126.3,BSU22330,2344264,2344758,-,conserved protein of unknown function,No COG annotation,P39789,Op5 +BSU_22340,nth,AL009126.3,BSU22340,2344755,2345414,-,endonuclease III%2C apurinic apyrimidic DNA lyase,"Replication, recombination and repair",P39788,Op5 +BSU_22350,dnaD,AL009126.3,BSU22350,2345433,2346131,-,DNA-remodelling primosomal protein,"Replication, recombination and repair",P39787,Op5 +BSU_22360,asnS,AL009126.3,BSU22360,2346224,2347516,-,asparaginyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P39772,Op5 +BSU_22370,aspB,AL009126.3,BSU22370,2347660,2348841,-,anabolic oxaloacetate / glutamate aminotransferase,Amino acid transport and metabolism,P53001,Op829 +BSU_22380,tseB,AL009126.3,BSU22380,2348864,2349349,-,suppressor of tetracyclin sensitivity of an ezrA mutant,Function unknown,P54396,Op829 +BSU_22390,ypmA,AL009126.3,BSU22390,2349358,2349528,-,conserved protein of unknown function,Function unknown,P54395,Op829 +BSU_22400,dinG,AL009126.3,BSU22400,2349671,2352466,-,damage inducible ATP-dependent 3'->5' nuclease,"Replication, recombination and repair",P54394,Op5 +BSU_22410,panD,AL009126.3,BSU22410,2352592,2352975,-,aspartate 1-decarboxylase,Coenzyme transport and metabolism,P52999,Op5 +BSU_22420,panC,AL009126.3,BSU22420,2352977,2353837,-,pantothenate synthetase,Coenzyme transport and metabolism,P52998,Op5 +BSU_22430,panB,AL009126.3,BSU22430,2353839,2354672,-,ketopantoate hydroxymethyltransferase,Coenzyme transport and metabolism,P52996,Op5 +BSU_22440,birA,AL009126.3,BSU22440,2354918,2355895,-,biotin acetyl-CoA-carboxylase ligase and biotin regulon repressor (BirA-biotinoyl-5'-AMP),Transcription,P0CI75,Op830 +BSU_22450,cca,AL009126.3,BSU22450,2355880,2357073,-,tRNA nucleotidyltransferase,"Translation, ribosomal structure and biogenesis",P42977,Op830 +BSU_22460,bshA,AL009126.3,BSU22460,2357078,2358211,-,N-acetyl-alpha-D-glucosaminyl L-malate synthase%3B malate glycosyltransferase for bacillithiol synthesis,Cell wall/membrane/envelope biogenesis,P42982,Op830 +BSU_22470,bshBA,AL009126.3,BSU22470,2358208,2358918,-,N-acetyl-alpha-D-glucosaminyl L-malate deacetylase 1%3B malate N-acetylglucosamine N-acetyl hydrolase,Function unknown,P42981,Op830 +BSU_22480,mgsA,AL009126.3,BSU22480,2358911,2359324,-,methylglyoxal synthase,Carbohydrate transport and metabolism,P42980,Op830 +BSU_22490,dapB,AL009126.3,BSU22490,2359340,2360143,-,(4S)-4-hydroxy-2%2C3%2C4%2C 5-tetrahydro-(2S)-dipicolinic acid (HTPA) dehydratase reductase,Amino acid transport and metabolism,P42976,Op830 +BSU_22500,ypjD,AL009126.3,BSU22500,2360155,2360490,-,oxidized nucleotide pyrophosphohydrolase,Function unknown,P42979,Op830 +BSU_22510,ypjC,AL009126.3,BSU22510,2360630,2361502,+,putative integral inner membrane protein,Function unknown,P42978,Op831 +BSU_22520,ypjB,AL009126.3,BSU22520,2361544,2362338,-,sporulation septum-associated protein,Function unknown,P54393,Op832 +BSU_22530,ypjA,AL009126.3,BSU22530,2362407,2362964,-,conserved integral inner membrane protein of unknown function,Function unknown,P54392,Op5 +BSU_22540,qcrC,AL009126.3,BSU22540,2363111,2363878,-,menaquinol:cytochrome c oxidoreductase (cytochrome cc subunit),Energy production and conversion,P46913,Op833 +BSU_22550,qcrB,AL009126.3,BSU22550,2363913,2364587,-,menaquinol:cytochrome c oxidoreductase (cytochrome b subunit),Energy production and conversion,P46912,Op833 +BSU_22560,qcrA,AL009126.3,BSU22560,2364589,2365092,-,menaquinol:cytochrome c oxidoreductase (iron-sulfur subunit),Energy production and conversion,P46911,Op833 +BSU_22570,ypiF,AL009126.3,BSU22570,2365235,2365681,-,conserved protein of unknown function,Function unknown,P54391,Op5 +BSU_22580,ypiB,AL009126.3,BSU22580,2365736,2366275,-,conserved protein of unknown function,Function unknown,P54390,Op5 +BSU_22590,ypiA,AL009126.3,BSU22590,2366347,2367618,-,conserved protein of unknown function,Function unknown,P54389,Op5 +BSU_22600,aroA,AL009126.3,BSU22600,2367954,2369240,-,3-phosphoshikimate 1-carboxyvinyltransferase (5-enolpyruvoylshikimate-3-phosphate synthase),Amino acid transport and metabolism,P20691,Op834 +BSU_22610,tyrA,AL009126.3,BSU22610,2369251,2370366,-,prephenate dehydrogenase,Amino acid transport and metabolism,P20692,Op834 +BSU_22620,hisC,AL009126.3,BSU22620,2370415,2371497,-,histidinol-phosphate aminotransferase%3B tyrosine/phenylalanine aminotransferase (promiscuous),Amino acid transport and metabolism,P17731,Op834 +BSU_22630,trpA,AL009126.3,BSU22630,2371508,2372311,-,tryptophan synthase (alpha subunit),Amino acid transport and metabolism,P07601,Op834 +BSU_22640,trpB,AL009126.3,BSU22640,2372304,2373506,-,tryptophan synthase (beta subunit),Amino acid transport and metabolism,P07600,Op834 +BSU_22650,trpF,AL009126.3,BSU22650,2373487,2374134,-,phosphoribosylanthranilate isomerase,Amino acid transport and metabolism,P20167,Op834 +BSU_22660,trpC,AL009126.3,,2374139,2374888,-,indole-3-glycerol phosphate synthase,Amino acid transport and metabolism,,Op834 +BSU_22670,trpD,AL009126.3,BSU22670,2374881,2375897,-,anthranilate phosphoribosyltransferase,Amino acid transport and metabolism,P03947,Op834 +BSU_22680,trpE,AL009126.3,BSU22680,2375869,2377416,-,anthranilate synthase,Amino acid transport and metabolism,P03963,Op834 +BSU_22690,aroH,AL009126.3,BSU22690,2377632,2378015,-,chorismate mutase,Amino acid transport and metabolism,P19080,Op5 +BSU_22700,aroB,AL009126.3,BSU22700,2378012,2379100,-,3-dehydroquinate synthase,Amino acid transport and metabolism,P31102,Op5 +BSU_22710,aroF,AL009126.3,BSU22710,2379100,2380272,-,chorismate synthase,Amino acid transport and metabolism,P31104,Op5 +BSU_22720,cheR,AL009126.3,BSU22720,2380347,2381117,-,methyl-accepting chemotaxis proteins (MCPs) methyltransferase,Cell motility,P31105,Op5 +BSU_22730,ndk,AL009126.3,BSU22730,2381354,2381803,-,nucleoside diphosphate kinase,Nucleotide transport and metabolism,P31103,Op5 +BSU_22740,hepT,AL009126.3,BSU22740,2381919,2382965,-,heptaprenyl diphosphate synthase component II,Coenzyme transport and metabolism,P31114,Op5 +BSU_22750,menG,AL009126.3,BSU22750,2382907,2383608,-,demethylmenaquinone methyltransferase,Coenzyme transport and metabolism,P31113,Op5 +BSU_22760,hepS,AL009126.3,BSU22760,2383615,2384370,-,heptaprenyl diphosphate synthase component I,Coenzyme transport and metabolism,P31112,Op5 +BSU_22770,mtrB,AL009126.3,BSU22770,2384534,2384761,-,tryptophan operon RNA-binding attenuation protein (TRAP),Transcription,P19466,Op835 +BSU_22780,folEA,AL009126.3,BSU22780,2384783,2385355,-,GTP cyclohydrolase I,Coenzyme transport and metabolism,P19465,Op835 +BSU_22790,hbs,AL009126.3,BSU22790,2385543,2385821,-,non-specific DNA-binding protein HBsu,"Replication, recombination and repair",P08821,Op836 +BSU_22800,spoIVA,AL009126.3,BSU22800,2386195,2387673,-,morphogenetic stage IV sporulation protein,Function unknown,P35149,Op837 +BSU_22810,yphF,AL009126.3,BSU22810,2387854,2388588,-,putative lipoprotein of unknown function,No COG annotation,P39911,Op5 +BSU_22820,yphE,AL009126.3,BSU22820,2388610,2388813,-,conserved protein of unknown function,Function unknown,P50744,Op5 +BSU_22830,gpsA,AL009126.3,BSU22830,2389151,2390188,-,NADPH-dependent glycerol-3-phosphate dehydrogenase,Lipid transport and metabolism,P46919,Op5 +BSU_22840,der,AL009126.3,BSU22840,2390206,2391516,-,GTPase essential for ribosome 50S subunit assembly (maturation of the 50S subunit central protoberance),Function unknown,P50743,Op5 +BSU_22849,ypzH,AL009126.3,BSU22849,2391670,2391864,-,conserved protein of unknown function,No COG annotation,C0H445,Op838 +BSU_22850,yphB,AL009126.3,BSU22850,2391861,2392754,-,conserved membrane protein of unknown function,Function unknown,P50742,Op838 +BSU_22860,yphA,AL009126.3,BSU22860,2392751,2393350,-,conserved membrane protein of unknown function,No COG annotation,P50741,Op838 +BSU_22869,ypzI,AL009126.3,BSU22869,2393428,2393559,+,putative sporulation-related protein,No COG annotation,,Op839 +BSU_22870,fni,AL009126.3,BSU22870,2393602,2394651,-,isopentenyl diphosphate isomerase (typeII),Energy production and conversion,P50740,Op5 +BSU_22880,rpfA,AL009126.3,BSU22880,2394664,2395812,-,RNA degradation presenting factor (ribosomal protein S1 homolog),"Translation, ribosomal structure and biogenesis",P38494,Op5 +BSU_22890,cmk,AL009126.3,BSU22890,2396045,2396719,-,cytidylate kinase,Nucleotide transport and metabolism,P38493,Op5 +BSU_22900,ypfB,AL009126.3,BSU22900,2396798,2396974,-,conserved hypothetical protein,Function unknown,P38492,Op5 +BSU_22910,dgrA,AL009126.3,BSU22910,2397019,2397672,-,cyclic di-GMP receptor,Cell wall/membrane/envelope biogenesis,P38491,Op5 +BSU_22920,sleC,AL009126.3,BSU22920,2397765,2399117,-,spore germination membrane component,Coenzyme transport and metabolism,P38490,Op840 +BSU_22930,sleB,AL009126.3,BSU22930,2399152,2400069,-,spore germination cortex-lytic enzyme,Cell wall/membrane/envelope biogenesis,P50739,Op840 +BSU_22940,prsW,AL009126.3,BSU22940,2400208,2400864,-,protease required for RsiW anti-sigma(W) degradation,Function unknown,P50738,Op5 +BSU_22950,ypdA,AL009126.3,BSU22950,2400984,2401958,-,putative bacillithiol biosynthesis thiol disulfide oxidoreductase,"Post-translational modification, protein turnover, and chaperones",P50736,Op5 +BSU_22960,gudB,AL009126.3,BSU22960,2402067,2403350,-,cryptic glutamate dehydrogenase (active after removal of a 9 bp insert),Amino acid transport and metabolism,P50735,Op841 +BSU_22970,mecB,AL009126.3,BSU22970,2403506,2404090,-,adaptor to ClpC%3B regulator of competence and sporulation,Cell motility,P50734,Op5 +BSU_22980,ypbG,AL009126.3,BSU22980,2404249,2405028,-,putative phosphoesterase,Function unknown,P50733,Op5 +BSU_22990,ypbF,AL009126.3,BSU22990,2405114,2405557,-,conserved protein of unknown function,Function unknown,P50732,Op5 +BSU_23000,ypbE,AL009126.3,BSU23000,2405620,2406342,-,putative enzyme possibly involved in cell wall turnover,Cell wall/membrane/envelope biogenesis,P50731,Op5 +BSU_23010,ypbD,AL009126.3,BSU23010,2406293,2406862,-,conserved membrane protein of unknown function,Function unknown,P50730,Op5 +BSU_23020,recS,AL009126.3,BSU23020,2406922,2408412,-,ATP-dependent DNA helicase,"Replication, recombination and repair",P50729,Op5 +BSU_23030,gmmB,AL009126.3,BSU23030,2408405,2409463,-,subunit of the platform for genome maintenance machinery,Function unknown,P50728,Op5 +BSU_23040,fer,AL009126.3,BSU23040,2409729,2409977,+,ferredoxin,Energy production and conversion,P50727,Op842 +BSU_23050,fmnP,AL009126.3,BSU23050,2410017,2410589,-,FMN permease,"Intracellular trafficking, secretion, and vesicular transport",P50726,Op843 +BSU_23070,serA,AL009126.3,BSU23070,2411086,2412663,+,3-phosphoglycerate dehydrogenase,Amino acid transport and metabolism,P35136,Op844 +BSU_23080,aroC,AL009126.3,BSU23080,2412706,2413473,-,3-dehydroquinate dehydratase,Amino acid transport and metabolism,P35146,Op845 +BSU_23090,rsiX,AL009126.3,BSU23090,2413585,2414691,-,negative regulator of sigma(X) activity,No COG annotation,P35166,Op846 +BSU_23100,sigX,AL009126.3,BSU23100,2414627,2415211,-,RNA polymerase ECF(extracytoplasmic function)-type sigma factor sigma(X),Transcription,P35165,Op846 +BSU_23110,resE,AL009126.3,BSU23110,2415415,2417184,-,two-component sensor histidine kinase (ResD / ResE),Signal transduction mechanisms,P35164,Op847 +BSU_23120,resD,AL009126.3,BSU23120,2417181,2417903,-,two-component response regulator (ResD / ResE),Signal transduction mechanisms,P35163,Op847 +BSU_23130,resC,AL009126.3,BSU23130,2417984,2419159,-,factor required for cytochrome c synthesis,"Post-translational modification, protein turnover, and chaperones",P35162,Op847 +BSU_23140,resB,AL009126.3,BSU23140,2419179,2420807,-,factor required for cytochrome c synthesis,"Post-translational modification, protein turnover, and chaperones",P35161,Op847 +BSU_23150,resA,AL009126.3,BSU23150,2420804,2421343,-,extracytoplasmic thioredoxin involved in cytochrome c maturation (lipoprotein),Energy production and conversion,P35160,Op847 +BSU_23160,rluB,AL009126.3,BSU23160,2421438,2422172,-,23S rRNA pseudouridine 2633 (%3D2605 standard) pseudouridine synthase,"Translation, ribosomal structure and biogenesis",P35159,Op5 +BSU_23170,spmB,AL009126.3,BSU23170,2422264,2422800,-,spore maturation protein,Function unknown,P35158,Op848 +BSU_23180,spmA,AL009126.3,BSU23180,2422805,2423395,-,spore maturation protein,Function unknown,P35157,Op848 +BSU_23190,dacB,AL009126.3,BSU23190,2423383,2424531,-,D-alanyl-D-alanine carboxypeptidase (penicillin-binding protein 5*) (required for spore cortex),Cell wall/membrane/envelope biogenesis,P35150,Op848 +BSU_23200,ypuI,AL009126.3,BSU23200,2424654,2425193,-,conserved protein of unknown function,Function unknown,P35156,Op849 +BSU_23210,spcB,AL009126.3,BSU23210,2425248,2425841,-,chromosome condensation and segregation factor,"Cell cycle control, cell division, chromosome partitioning",P35155,Op849 +BSU_23220,scpA,AL009126.3,BSU23220,2425831,2426586,-,chromosome condensation and partitioning factor,"Cell cycle control, cell division, chromosome partitioning",P35154,Op849 +BSU_23230,ypuF,AL009126.3,BSU23230,2426867,2427391,+,conserved protein of unknown function,Function unknown,P17617,Op850 +BSU_23240,ypzK,AL009126.3,BSU23240,2427405,2427779,-,putative riboflavin synthesis-related N-acetyltransferase,Transcription,P17622,Op851 +BSU_23250,ribH,AL009126.3,BSU23250,2427892,2428356,-,6%2C7-dimethyl-8-ribityllumazine synthase%2C beta subunit,Coenzyme transport and metabolism,P11998,Op851 +BSU_23260,ribBA,AL009126.3,BSU23260,2428389,2429585,-,fused 3%2C4-dihydroxy-2-butanone 4-phosphate synthase and GTP cyclohydrolase II,Coenzyme transport and metabolism,P17620,Op851 +BSU_23270,ribE,AL009126.3,BSU23270,2429600,2430247,-,riboflavin synthase (alpha subunit),Coenzyme transport and metabolism,P16440,Op851 +BSU_23280,ribD,AL009126.3,BSU23280,2430258,2431343,-,fused diaminohydroxyphosphoribosylaminopyrimidine deaminase%3B 5-amino-6-(5-phosphoribosylamino) uracil reductase,Coenzyme transport and metabolism,P17618,Op851 +BSU_23300,ypuD,AL009126.3,BSU23300,2431737,2432081,-,conserved protein of unknown function,No COG annotation,P17616,Op852 +BSU_23310,sipS,AL009126.3,BSU23310,2432316,2432870,-,type I signal peptidase,"Intracellular trafficking, secretion, and vesicular transport",P28628,Op853 +BSU_23320,ypzC,AL009126.3,BSU23320,2433137,2433373,+,hypothetical protein,No COG annotation,O32012,Op854 +BSU_23328,ypzJ,AL009126.3,BSU23328,2433316,2433522,-,conserved hypothetical protein,Function unknown,C0H447,Op5 +BSU_23329,ypuC,AL009126.3,,2433631,2433885,-,fragment of hypothetical protein,No COG annotation,,Op855 +BSU_23330,ypuC,AL009126.3,,2433878,2434165,-,fragment of hypothetical protein,Function unknown,,Op855 +BSU_23340,ypuB,AL009126.3,BSU23340,2434143,2434346,-,hypothetical protein,No COG annotation,P35151,Op855 +BSU_23349,BSU_23349,AL009126.3,,2434755,2434871,+,hypothetical protein,No COG annotation,,Op856 +BSU_23350,ypzD,AL009126.3,BSU23350,2435012,2435224,+,putative germination protein,No COG annotation,O32013,Op857 +BSU_23360,ppiB,AL009126.3,BSU23360,2435360,2435791,-,peptidyl-prolyl isomerase,"Post-translational modification, protein turnover, and chaperones",P35137,Op858 +BSU_23370,ypuA,AL009126.3,BSU23370,2436045,2436917,+,putative exported protein,Function unknown,P31847,Op859 +BSU_23380,lysA,AL009126.3,BSU23380,2436947,2438266,-,meso-2%2C6-diaminopimelate decarboxylase,Amino acid transport and metabolism,P23630,Op5 +BSU_23390,spoVAF,AL009126.3,BSU23390,2438372,2439853,-,stage V sporulation protein AF,Amino acid transport and metabolism,P31845,Op860 +BSU_23401,spoVAEA,AL009126.3,BSU23401,2439804,2440415,-,stage V sporulation germinant protein,Function unknown,P40870,Op860 +BSU_23402,spoVAEB,AL009126.3,BSU23402,2440423,2440773,-,spore germinant protein,Function unknown,C0H450,Op860 +BSU_23410,spoVAD,AL009126.3,BSU23410,2440775,2441791,-,stage V sporulation protein AD (uptake of pyridine-2%2C6-dicarboxylic acid),Lipid transport and metabolism,P40869,Op860 +BSU_23420,spoVAC,AL009126.3,BSU23420,2441804,2442256,-,mechanosensitive channel%3B stage V sporulation protein AC,Function unknown,P40868,Op860 +BSU_23430,spoVAB,AL009126.3,BSU23430,2442269,2442694,-,stage V sporulation protein AB,Function unknown,P40867,Op860 +BSU_23440,spoVAA,AL009126.3,BSU23440,2442684,2443304,-,stage V sporulation protein AA,Function unknown,P40866,Op860 +BSU_23450,sigF,AL009126.3,BSU23450,2443429,2444196,-,RNA polymerase sporulation-specific sigma factor (sigma-F),Transcription,P07860,Op861 +BSU_23460,spoIIAB,AL009126.3,BSU23460,2444208,2444648,-,anti-sigma factor (antagonist of sigma(F)) and serine kinase,Nucleotide transport and metabolism,P10728,Op861 +BSU_23470,spoIIAA,AL009126.3,BSU23470,2444645,2444998,-,anti-anti-sigma factor (antagonist of SpoIIAB),Signal transduction mechanisms,P10727,Op861 +BSU_23480,dacF,AL009126.3,BSU23480,2445094,2446263,-,D-alanyl-D-alanine carboxypeptidase (penicilin binding protein),Cell wall/membrane/envelope biogenesis,P38422,Op861 +BSU_23490,pupG,AL009126.3,BSU23490,2446418,2447233,-,purine nucleoside phosphorylase,Nucleotide transport and metabolism,P46354,Op862 +BSU_23500,deoB,AL009126.3,BSU23500,2447246,2448430,-,1%2C5-phosphopentomutase,Carbohydrate transport and metabolism,P46353,Op862 +BSU_23510,ripX,AL009126.3,BSU23510,2448591,2449481,-,site-specific tyrosine recombinase for chromosome partitioning,"Replication, recombination and repair",P46352,Op863 +BSU_23519,yqzK,AL009126.3,BSU23519,2449489,2449716,-,conserved protein of unknown function,Function unknown,C0H451,Op863 +BSU_23520,fur,AL009126.3,BSU23520,2449841,2450290,-,transcriptional regulator for iron transport and metabolism,Inorganic ion transport and metabolism,P54574,Op864 +BSU_23530,spoIIM,AL009126.3,BSU23530,2450403,2451047,-,autolysin component for dissolution of the septal cell wall (stage II sporulation),Function unknown,P37873,Op865 +BSU_23540,yqkK,AL009126.3,BSU23540,2451148,2451363,-,conserved protein of unknown function,No COG annotation,P54573,Op5 +BSU_23550,mleA,AL009126.3,BSU23550,2451463,2452782,-,catabolic NAD-dependent malic enzyme (conversion of malate into pyruvate),Energy production and conversion,P54572,Op5 +BSU_23560,mleN,AL009126.3,BSU23560,2452800,2454206,-,malate-H+/Na+-lactate antiporter,Energy production and conversion,P54571,Op5 +BSU_23570,ansB,AL009126.3,BSU23570,2454347,2455774,-,L-aspartase (aspartate ammonia lyase),Amino acid transport and metabolism,P26899,Op866 +BSU_23580,ansA,AL009126.3,BSU23580,2455819,2456808,-,exported L-asparaginase,Amino acid transport and metabolism,P26900,Op866 +BSU_23590,ansR,AL009126.3,BSU23590,2456990,2457340,+,transcriptional regulator of ansAB (Xre family),Transcription,Q07683,Op867 +BSU_23600,yqxK,AL009126.3,BSU23600,2457349,2458512,-,putative nucleotide binding protein,"Replication, recombination and repair",P38423,Op5 +BSU_23610,nudF,AL009126.3,BSU23610,2458509,2459066,-,isopentenyl pyrophosphate and dimethylallyl pyrophosphate diphosphatase (moonlighting ADP-ribose pyrophosphatase),"Replication, recombination and repair",P54570,Op5 +BSU_23616,mciZ,AL009126.3,BSU23616,2459141,2459263,+,cell division inhibitor,No COG annotation,L8EBJ9,Op5 +BSU_23620,yqkF,AL009126.3,BSU23620,2459326,2460246,+,NADPH-dependent aldo-keto reductase (acts on 4-hydroxy-2%2C3-trans-nonenal),Energy production and conversion,P54569,Op868 +BSU_23630,yqkE,AL009126.3,BSU23630,2460278,2460502,-,conserved protein of unknown function,Function unknown,P54568,Op869 +BSU_23640,yqkD,AL009126.3,BSU23640,2460664,2461581,+,putative hydrolase,Function unknown,P54567,Op870 +BSU_23650,yqkC,AL009126.3,BSU23650,2461621,2461860,-,conserved protein of unknown function,Function unknown,P54566,Op871 +BSU_23660,yqkB,AL009126.3,BSU23660,2461873,2462196,-,conserved protein of unknown function,Function unknown,P54565,Op871 +BSU_23670,yqkA,AL009126.3,BSU23670,2462193,2463224,-,conserved protein of unknown function,Transcription,P54564,Op871 +BSU_23680,yqjZ,AL009126.3,BSU23680,2463217,2463561,-,putative degradation enzyme (oxygenase),Function unknown,P54563,Op871 +BSU_23690,yqjY,AL009126.3,BSU23690,2463571,2464041,-,putative N-acetyltransferase,Transcription,P54562,Op871 +BSU_23700,yqjX,AL009126.3,BSU23700,2464227,2464565,-,conserved protein of unknown function,Function unknown,P54561,Op872 +BSU_23710,polYB,AL009126.3,BSU23710,2464562,2465800,-,Y family DNA polymerase V bypassing lesions during replication,"Replication, recombination and repair",P54560,Op872 +BSU_23720,yqzH,AL009126.3,BSU23720,2465966,2466172,+,conserved protein of unknown function,No COG annotation,O32014,Op873 +BSU_23730,yqjV,AL009126.3,BSU23730,2466721,2467953,+,putative efflux transporter,Carbohydrate transport and metabolism,P54559,Op874 +BSU_23740,yqjU,AL009126.3,BSU23740,2467800,2468162,+,hypothetical protein,No COG annotation,,Op874 +BSU_23750,yqjT,AL009126.3,BSU23750,2468159,2468545,-,putative lyase,Amino acid transport and metabolism,P54557,Op875 +BSU_23760,coaA,AL009126.3,BSU23760,2468549,2469508,-,pantothenate kinase,Nucleotide transport and metabolism,P54556,Op875 +BSU_23770,dsdA,AL009126.3,BSU23770,2469580,2470926,-,D-serine ammonia-lyase,Amino acid transport and metabolism,P54555,Op875 +BSU_23780,yqjQ,AL009126.3,BSU23780,2471002,2471781,-,putative metabolite dehydrogenase%2C NAD-binding,Function unknown,P54554,Op875 +BSU_23790,yqjP,AL009126.3,BSU23790,2471787,2472746,-,putative metal-dependent hydrolase,Function unknown,P54553,Op875 +BSU_23800,proI,AL009126.3,BSU23800,2473151,2473987,+,pyrroline-5-carboxylate reductase (NADP-dependent%2C weak activity),Amino acid transport and metabolism,P54552,Op876 +BSU_23810,yqjN,AL009126.3,BSU23810,2474028,2475671,-,putative N-deacylase,Amino acid transport and metabolism,P54551,Op877 +BSU_23820,yqjM,AL009126.3,BSU23820,2475843,2476859,+,NADPH-dependent flavin oxidoreductase (acting on cinnamaldehyde-related compounds),Energy production and conversion,P54550,Op878 +BSU_23830,yqjL,AL009126.3,BSU23830,2476969,2477730,+,putative hydrolase,Function unknown,P54549,Op879 +BSU_23836,rpmGCc,AL009126.3,,2477777,2477899,-,ribosomal protein L33* pseudogene,"Translation, ribosomal structure and biogenesis",,Op5 +BSU_23837,rpmGCn,AL009126.3,,2477892,2477924,-,ribosomal protein L33C pseudogene,No COG annotation,,Op5 +BSU_23840,rnz,AL009126.3,BSU23840,2478006,2478929,-,ribonuclease Z,Function unknown,P54548,Op880 +BSU_23850,zwf,AL009126.3,BSU23850,2479156,2480625,+,glucose-6-phosphate 1-dehydrogenase (NADP-dependent),Carbohydrate transport and metabolism,P54547,Op881 +BSU_23860,gndA,AL009126.3,BSU23860,2480750,2482159,-,NADP+-dependent 6-P-gluconate dehydrogenase,Carbohydrate transport and metabolism,P80859,Op882 +BSU_23870,polYA,AL009126.3,BSU23870,2482269,2483513,-,DNA-damage lesion bypass DNA polymerase,"Replication, recombination and repair",P54545,Op882 +BSU_23880,mifM,AL009126.3,BSU23880,2483586,2483873,+,regulator of OxaAB translation,No COG annotation,Q7WY64,Op5 +BSU_23890,oxaAB,AL009126.3,BSU23890,2483904,2484731,+,Sec-independent factor for membrane protein insertion (YidC/SpoIIIJ family),"Intracellular trafficking, secretion, and vesicular transport",P54544,Op883 +BSU_23900,yqjF,AL009126.3,BSU23900,2484911,2485639,+,conserved protein of unknown function,Function unknown,P54543,Op884 +BSU_23910,yqjE,AL009126.3,BSU23910,2485680,2486795,-,putative peptidase or deacylase,Amino acid transport and metabolism,P54542,Op5 +BSU_23920,yqjD,AL009126.3,BSU23920,2486813,2488336,-,putative propionyl-CoA carboxylase beta chain,Lipid transport and metabolism,P54541,Op5 +BSU_23930,yqjC,AL009126.3,BSU23930,2488329,2488751,-,putative methylmalonyl-CoA epimerase,Amino acid transport and metabolism,P54540,Op5 +BSU_23940,yqjB,AL009126.3,BSU23940,2488953,2489483,-,putative L%2CD-transpeptidase,Function unknown,P54539,Op5 +BSU_23950,yqjA,AL009126.3,BSU23950,2489535,2490503,-,conserved protein of unknown function,Function unknown,P54538,Op5 +BSU_23960,artR,AL009126.3,BSU23960,2490574,2491296,-,high affinity arginine ABC transporter (ATP-binding protein),Amino acid transport and metabolism,P54537,Op5 +BSU_23970,artQ,AL009126.3,BSU23970,2491289,2491948,-,high affinity arginine ABC transporter (permease),Amino acid transport and metabolism,P54536,Op5 +BSU_23980,artP,AL009126.3,BSU23980,2492029,2492796,-,high affinity arginine ABC transporter binding lipoprotein,Amino acid transport and metabolism,P54535,Op5 +BSU_23990,brxB,AL009126.3,BSU23990,2493064,2493501,-,bacilliredoxin B (de-bacillithiolation),Function unknown,P54534,Op885 +BSU_24000,bmrU,AL009126.3,BSU24000,2493662,2494555,+,putative lipid kinase BmrU,Lipid transport and metabolism,P39074,Op886 +BSU_24010,bmr,AL009126.3,BSU24010,2494656,2495825,+,multidrug-efflux transporter,Amino acid transport and metabolism,P33449,Op886 +BSU_24020,bmrR,AL009126.3,BSU24020,2495898,2496734,+,transcriptional regulator (MerR family),Transcription,P39075,Op886 +BSU_24030,bkdB,AL009126.3,BSU24030,2496796,2498070,-,branched-chain alpha-keto acid dehydrogenase E2 subunit (lipoamide acyltransferase),Energy production and conversion,P37942,Op887 +BSU_24040,bkdAB,AL009126.3,BSU24040,2498093,2499076,-,branched-chain alpha-keto acid dehydrogenase E1 subunit,Energy production and conversion,P37941,Op887 +BSU_24050,bkdAA,AL009126.3,BSU24050,2499090,2500082,-,branched-chain alpha-keto acid dehydrogenase E1 subunit,Energy production and conversion,P37940,Op887 +BSU_24060,lpdV,AL009126.3,BSU24060,2500104,2501528,-,branched-chain alpha-keto acid dehydrogenase E3 subunit (dihydrolipoamide dehydrogenase),Energy production and conversion,P54533,Op887 +BSU_24070,buk,AL009126.3,BSU24070,2501549,2502640,-,branched-chain fatty-acid kinase,Energy production and conversion,P54532,Op887 +BSU_24080,bcd,AL009126.3,BSU24080,2502659,2503753,-,branched-chain amino acid dehydrogenase,Amino acid transport and metabolism,P54531,Op887 +BSU_24090,ptb,AL009126.3,BSU24090,2503765,2504664,-,phosphate BCFA and butyryl coenzyme A transferase,Energy production and conversion,P54530,Op887 +BSU_24100,bkdR,AL009126.3,BSU24100,2504789,2506867,-,transcriptional regulator,Transcription,P54529,Op888 +BSU_24110,yqzF,AL009126.3,BSU24110,2507020,2507256,+,conserved protein of unknown function,Function unknown,O32015,Op889 +BSU_24120,mmgF,AL009126.3,BSU24120,2507298,2508203,-,2-methylisocitrate lyase,Carbohydrate transport and metabolism,P54528,Op890 +BSU_24130,mmgE,AL009126.3,BSU24130,2508221,2509639,-,2-methylcitrate dehydratase (promiscuous),Function unknown,P45859,Op890 +BSU_24140,mmgD,AL009126.3,BSU24140,2509654,2510772,-,bifunctional citrate synthase/2-methylcitrate synthase,Energy production and conversion,P45858,Op890 +BSU_24150,mmgC,AL009126.3,BSU24150,2510806,2511945,-,propionyl-CoA dehydrogenase subunit,Lipid transport and metabolism,P45857,Op890 +BSU_24160,mmgB,AL009126.3,BSU24160,2511973,2512836,-,3-hydroxybutyryl-CoA dehydrogenase,Lipid transport and metabolism,P45856,Op890 +BSU_24170,mmgA,AL009126.3,BSU24170,2512861,2514042,-,degradative acetoacetyl-CoA thiolase,Lipid transport and metabolism,P45855,Op890 +BSU_24180,glpQ,AL009126.3,BSU24180,2514169,2514900,-,glycerophosphodiester phosphodiesterase (exolytic cleavage of individual teichoic acid monomer units),Energy production and conversion,P54527,Op891 +BSU_24190,yqiI,AL009126.3,BSU24190,2514979,2515599,-,N-acetylmuramoyl-L-alanine amidase,Cell wall/membrane/envelope biogenesis,P54525,Op891 +BSU_24200,yqiH,AL009126.3,BSU24200,2515614,2515907,-,putative lipoprotein,No COG annotation,P40770,Op891 +BSU_24205,BSU_24205,AL009126.3,BSU24205,2516215,2516367,+,hypothetical protein,No COG annotation,A0A2K4Z9K5,Op892 +BSU_24210,yqiG,AL009126.3,BSU24210,2516440,2517558,+,putative NADH-dependent flavin oxidoreductase,Energy production and conversion,P54524,Op893 +BSU_24220,spo0A,AL009126.3,BSU24220,2518023,2518826,-,response regulator%2C phosphorylated in response to complex YlbF/YmcA/YaaT,Transcription,P06534,Op894 +BSU_24230,spoIVB,AL009126.3,BSU24230,2519102,2520382,-,regulatory membrane-associated serine protease,Cell wall/membrane/envelope biogenesis,P17896,Op895 +BSU_24240,recN,AL009126.3,BSU24240,2520557,2522287,-,factor for double strand breaks DNA repair and genetic recombination,"Replication, recombination and repair",P17894,Op896 +BSU_24250,argR,AL009126.3,BSU24250,2522324,2522773,-,transcriptional regulator (AhrC(ArgR)-arginine),Transcription,P17893,Op896 +BSU_24260,yqxC,AL009126.3,BSU24260,2522871,2523716,-,putative 2'-O-ribose RNA methyltransferase,"Translation, ribosomal structure and biogenesis",P19672,Op897 +BSU_24270,dxs,AL009126.3,BSU24270,2523713,2525614,-,1-deoxyxylulose-5-phosphate synthase,Coenzyme transport and metabolism,P54523,Op5 +BSU_24280,ispA,AL009126.3,BSU24280,2525789,2526679,-,farnesyl diphosphate synthase,Coenzyme transport and metabolism,P54383,Op898 +BSU_24290,xseB,AL009126.3,BSU24290,2526669,2526923,-,exodeoxyribonuclease VII (small subunit),"Replication, recombination and repair",P54522,Op898 +BSU_24300,xseA,AL009126.3,BSU24300,2526920,2528266,-,exodeoxyribonuclease VII (large subunit),"Replication, recombination and repair",P54521,Op898 +BSU_24310,folD,AL009126.3,BSU24310,2528404,2529255,-,methylenetetrahydrofolate dehydrogenase%3B methenyltetrahydrofolate cyclohydrolase,Nucleotide transport and metabolism,P54382,Op899 +BSU_24320,nusB,AL009126.3,BSU24320,2529267,2529662,-,transcription termination factor NusB,Transcription,P54520,Op899 +BSU_24330,yqhY,AL009126.3,BSU24330,2529926,2530333,-,alkaline shock protein,Function unknown,P54519,Op900 +BSU_24340,accC,AL009126.3,BSU24340,2530354,2531706,-,acetyl-CoA carboxylase subunit (biotin carboxylase subunit),Lipid transport and metabolism,P49787,Op900 +BSU_24350,accB,AL009126.3,BSU24350,2531718,2532197,-,acetyl-CoA carboxylase subunit (biotin carboxyl carrier subunit),Lipid transport and metabolism,P49786,Op900 +BSU_24360,spoIIIAH,AL009126.3,BSU24360,2532353,2533009,-,stage III sporulation ratchet engulfment protein,Function unknown,P49785,Op901 +BSU_24370,spoIIIAG,AL009126.3,BSU24370,2533010,2533699,-,stage III sporulation engulfment assembly protein,Function unknown,P49784,Op901 +BSU_24380,spoIIIAF,AL009126.3,BSU24380,2533692,2534312,-,stage III sporulation protein (feeding tube apparatus),Function unknown,P49783,Op901 +BSU_24390,spoIIIAE,AL009126.3,BSU24390,2534326,2535525,-,stage III sporulation protein (feeding tube apparatus),Function unknown,P49782,Op901 +BSU_24400,spoIIIAD,AL009126.3,BSU24400,2535544,2535945,-,stage III sporulation protein (feeding tube apparatus),Function unknown,P49781,Op901 +BSU_24410,spoIIIAC,AL009126.3,BSU24410,2535952,2536158,-,stage III sporulation protein (feeding tube apparatus),Function unknown,P49780,Op901 +BSU_24420,spoIIIAB,AL009126.3,BSU24420,2536181,2536696,-,stage III sporulation protein (feeding tube apparatus),Function unknown,Q01368,Op901 +BSU_24430,spoIIIAA,AL009126.3,BSU24430,2536690,2537613,-,ATP-binding stage III sporulation protein,Function unknown,Q01367,Op901 +BSU_24440,yqhV,AL009126.3,BSU24440,2537689,2537970,-,conserved protein of unknown function,Function unknown,P49779,Op901 +BSU_24450,efp,AL009126.3,BSU24450,2538115,2538672,-,elongation factor P,"Translation, ribosomal structure and biogenesis",P49778,Op5 +BSU_24460,papA,AL009126.3,BSU24460,2538697,2539758,-,aminopeptidase (Met-Xaa and Xaa-Pro%2C Xaa-Pro-Xaa),Amino acid transport and metabolism,P54518,Op5 +BSU_24470,yqhS,AL009126.3,BSU24470,2539755,2540201,-,3-dehydroquinate dehydratase%2C type II,Amino acid transport and metabolism,P54517,Op5 +BSU_24480,yqhR,AL009126.3,BSU24480,2540288,2540824,-,putative integral inner membrane protein,Function unknown,P54516,Op5 +BSU_24490,yqhQ,AL009126.3,BSU24490,2541051,2542007,+,conserved protein of unknown function,Function unknown,P54515,Op902 +BSU_24500,yqhP,AL009126.3,BSU24500,2542047,2542442,+,conserved protein of unknown function,No COG annotation,P54514,Op902 +BSU_24510,yqhO,AL009126.3,BSU24510,2542439,2543314,-,putative lipase / acyl esterase,Function unknown,P54513,Op5 +BSU_24520,mntR,AL009126.3,BSU24520,2543440,2543868,-,transcriptional regulator (hydrogen peroxide sensing%2C allosterically regulated by Mn2+),Transcription,P54512,Op5 +BSU_24530,lipM,AL009126.3,BSU24530,2543968,2544804,-,protein octanoyltransferase,Coenzyme transport and metabolism,P54511,Op5 +BSU_24540,yqhL,AL009126.3,BSU24540,2544995,2545375,+,putative sulfur transferase,Inorganic ion transport and metabolism,P54510,Op903 +BSU_24550,gcvPB,AL009126.3,BSU24550,2545410,2546876,-,glycine decarboxylase (subunit 2) (glycine cleavage system protein P),Amino acid transport and metabolism,P54377,Op904 +BSU_24560,gcvPA,AL009126.3,BSU24560,2546869,2548215,-,glycine decarboxylase (subunit 1) (glycine cleavage system protein P),Amino acid transport and metabolism,P54376,Op904 +BSU_24570,gcvT,AL009126.3,BSU24570,2548245,2549333,-,aminomethyltransferase (glycine cleavage system protein T),Amino acid transport and metabolism,P54378,Op904 +BSU_24580,yqhH,AL009126.3,BSU24580,2549775,2551448,+,putative RNA polymerase-associated helicase protein,"Replication, recombination and repair",P54509,Op5 +BSU_24590,yqhG,AL009126.3,BSU24590,2551469,2552263,+,conserved protein of unknown function,Function unknown,P54508,Op5 +BSU_24600,sinI,AL009126.3,BSU24600,2552446,2552619,+,antagonist of SinR,Function unknown,P23308,Op905 +BSU_24610,sinR,AL009126.3,BSU24610,2552653,2552988,+,master regulator of biofilm formation,Transcription,P06533,Op905 +BSU_24620,tasA,AL009126.3,BSU24620,2553081,2553866,-,major biofilm matrix component,Function unknown,P54507,Op906 +BSU_24630,sipW,AL009126.3,BSU24630,2553930,2554502,-,type I signal peptidase,"Intracellular trafficking, secretion, and vesicular transport",P54506,Op906 +BSU_24640,tapA,AL009126.3,BSU24640,2554486,2555247,-,lipoprotein for biofilm formation,No COG annotation,P40949,Op906 +BSU_24650,yqzG,AL009126.3,BSU24650,2555519,2555845,+,putative exported protein,Function unknown,O32019,Op907 +BSU_24660,spoIIT,AL009126.3,BSU24660,2555887,2556066,-,factor involved in sporulation,Function unknown,O32020,Op908 +BSU_24670,comGG,AL009126.3,BSU24670,2556137,2556511,-,component of the DNA transport pilin platform,Function unknown,P25959,Op908 +BSU_24680,comGF,AL009126.3,BSU24680,2556512,2556895,-,component of the DNA transport pilin platform,"Intracellular trafficking, secretion, and vesicular transport",P25958,Op908 +BSU_24690,comGE,AL009126.3,BSU24690,2556921,2557268,-,component of the DNA transport pilin platform,No COG annotation,P25957,Op908 +BSU_24700,comGD,AL009126.3,BSU24700,2557252,2557683,-,membrane component of the DNA transport pilin platform,Cell motility,P25956,Op908 +BSU_24710,comGC,AL009126.3,BSU24710,2557673,2557969,-,pilin-like component of the DNA transport membrane pilin platform,"Intracellular trafficking, secretion, and vesicular transport",P25955,Op908 +BSU_24720,comGB,AL009126.3,BSU24720,2557983,2558954,-,membrane pilin platform component of the DNA transport machinery,Cell motility,P25954,Op908 +BSU_24730,comGA,AL009126.3,BSU24730,2559007,2560077,-,membrane associated ATPase of the pilin platform for DNA competence,Cell motility,P25953,Op908 +BSU_24740,yqxL,AL009126.3,BSU24740,2560489,2561442,-,CorA-type divalent ion transporter,Inorganic ion transport and metabolism,P40948,Op909 +BSU_24750,yqhB,AL009126.3,BSU24750,2561585,2562913,+,putative membrane associated enzyme,Function unknown,P54505,Op910 +BSU_24760,rsbRD,AL009126.3,BSU24760,2562966,2563802,-,component of the anxiosome (stressosome),Signal transduction mechanisms,P54504,Op911 +BSU_24770,mgsR,AL009126.3,BSU24770,2564026,2564406,-,transcriptional regulator of stress,Inorganic ion transport and metabolism,P54503,Op912 +BSU_24780,yqgY,AL009126.3,BSU24780,2564638,2564883,+,conserved protein of unknown function,Function unknown,P54502,Op913 +BSU_24790,yqgX,AL009126.3,BSU24790,2564923,2565558,-,putative metal-binding hydrolase,Function unknown,P54501,Op914 +BSU_24800,yqgW,AL009126.3,BSU24800,2565715,2565888,+,conserved protein of unknown function,Function unknown,P54500,Op915 +BSU_24810,yqgV,AL009126.3,BSU24810,2565920,2566234,-,conserved protein of unknown function,Function unknown,P54499,Op5 +BSU_24820,yqgU,AL009126.3,BSU24820,2566237,2567298,-,putative lipoprotein,No COG annotation,P54498,Op5 +BSU_24830,yqgT,AL009126.3,BSU24830,2567360,2568490,-,putative d%2Cl-endopeptidase,Amino acid transport and metabolism,P54497,Op5 +BSU_24840,ltaSC,AL009126.3,BSU24840,2568573,2570489,-,enzyme responsible for polyglycerolphosphate LTA synthesis,Cell wall/membrane/envelope biogenesis,P54496,Op5 +BSU_24850,glcK,AL009126.3,BSU24850,2570606,2571571,-,glucose kinase,Carbohydrate transport and metabolism,P54495,Op5 +BSU_24860,yqgQ,AL009126.3,BSU24860,2571582,2571797,-,putative single strand nucleic acid binding transcription factor,Function unknown,P54494,Op5 +BSU_24870,glpG,AL009126.3,BSU24870,2571907,2573430,-,membrane endopeptidase,"Post-translational modification, protein turnover, and chaperones",P54493,Op5 +BSU_24880,yqgO,AL009126.3,BSU24880,2573520,2573693,-,conserved protein of unknown function,No COG annotation,P54492,Op5 +BSU_24890,folN,AL009126.3,BSU24890,2573760,2574323,-,5-formyltetrahydrofolate cyclo-ligase,Coenzyme transport and metabolism,P54491,Op5 +BSU_24900,rpmGA,AL009126.3,BSU24900,2574408,2574557,-,ribosomal protein L33,"Translation, ribosomal structure and biogenesis",P56849,Op5 +BSU_24910,yqgM,AL009126.3,BSU24910,2574641,2575720,-,putative glycosyltransferase,Cell wall/membrane/envelope biogenesis,P54490,Op5 +BSU_24920,yqgL,AL009126.3,BSU24920,2575717,2576187,-,conserved protein of unknown function,No COG annotation,P54489,Op5 +BSU_24930,yqzD,AL009126.3,BSU24930,2576367,2576720,+,conserved protein of unknown function,No COG annotation,O32022,Op916 +BSU_24940,yqzC,AL009126.3,BSU24940,2576717,2577181,+,conserved protein of unknown function,Function unknown,O32023,Op916 +BSU_24950,pstBB,AL009126.3,BSU24950,2577210,2577992,-,phosphate ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,P46342,Op917 +BSU_24960,pstBA,AL009126.3,BSU24960,2578003,2578812,-,phosphate ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,P46341,Op917 +BSU_24970,pstA,AL009126.3,BSU24970,2578833,2579717,-,phosphate ABC transporter (permease),Inorganic ion transport and metabolism,P46340,Op917 +BSU_24980,pstC,AL009126.3,BSU24980,2579717,2580646,-,phosphate ABC transporter (permease),Inorganic ion transport and metabolism,P46339,Op917 +BSU_24990,pstS,AL009126.3,BSU24990,2580715,2581617,-,phosphate ABC transporter (phosphate binding lipoprotein),Inorganic ion transport and metabolism,P46338,Op917 +BSU_25000,pbpA,AL009126.3,BSU25000,2581771,2583921,-,transpeptidase (penicillin-binding protein 2A),Cell wall/membrane/envelope biogenesis,P54488,Op5 +BSU_25010,yqgE,AL009126.3,BSU25010,2584035,2585327,-,putative efflux transporter,Amino acid transport and metabolism,P54487,Op5 +BSU_25020,sodA,AL009126.3,BSU25020,2585434,2586042,-,superoxide dismutase (Mn[2+]-dependent),Inorganic ion transport and metabolism,P54375,Op5 +BSU_25030,yqgC,AL009126.3,BSU25030,2586221,2586703,-,conserved integral inner membrane protein of unknown function,Function unknown,P54486,Op5 +BSU_25040,yqgB,AL009126.3,BSU25040,2586813,2587580,+,factor involved in motility,Function unknown,P54485,Op918 +BSU_25050,yqgA,AL009126.3,BSU25050,2587996,2588424,-,cell wall protein,No COG annotation,P54484,Op919 +BSU_25060,yqfZ,AL009126.3,BSU25060,2588701,2589000,+,factor involved in motility,Cell wall/membrane/envelope biogenesis,P54483,Op920 +BSU_25070,ispG,AL009126.3,BSU25070,2589123,2590256,+,4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase (1-hydroxy-2-methyl-2-(E)-butenyl 4-diphosphate synthase),Lipid transport and metabolism,P54482,Op920 +BSU_25080,yqfX,AL009126.3,BSU25080,2590282,2590671,-,conserved protein of unknown function expressed in germinating spores,Function unknown,P54481,Op921 +BSU_25090,yqfW,AL009126.3,BSU25090,2590804,2591385,+,putative nucleotidase,Function unknown,P54480,Op922 +BSU_25100,zur,AL009126.3,BSU25100,2591428,2591865,-,transcriptional regulator (Zn[2+]-binding Fur family),Inorganic ion transport and metabolism,P54479,Op5 +BSU_25110,yqfU,AL009126.3,BSU25110,2592003,2592884,-,putative integral inner membrane protein,Function unknown,P54478,Op923 +BSU_25120,yqfT,AL009126.3,BSU25120,2593000,2593254,+,conserved protein of unknown function,Function unknown,P54477,Op924 +BSU_25130,nfo,AL009126.3,BSU25130,2593281,2594174,-,type IV apurinic/apyrimidinic endonuclease,"Replication, recombination and repair",P54476,Op923 +BSU_25140,cshB,AL009126.3,BSU25140,2594184,2595500,-,ATP-dependent RNA helicase%3B cold shock,"Translation, ribosomal structure and biogenesis",P54475,Op5 +BSU_25150,yqfQ,AL009126.3,BSU25150,2595669,2596412,+,conserved protein of unknown function,Function unknown,P54474,Op925 +BSU_25160,ispH,AL009126.3,BSU25160,2596535,2597479,+,1-hydroxy-2-methyl-2-(E)-butenyl 4-diphosphate reductase,Lipid transport and metabolism,P54473,Op5 +BSU_25170,yqfO,AL009126.3,BSU25170,2597502,2598623,-,putative GTP cyclohydrolase,Function unknown,P54472,Op5 +BSU_25180,trmK,AL009126.3,BSU25180,2598616,2599266,-,tRNA (adenine(22)-N(1))-methyltransferase,Function unknown,P54471,Op5 +BSU_25190,cccA,AL009126.3,BSU25190,2599523,2599885,-,cytochrome c550,Energy production and conversion,P24469,Op5 +BSU_25200,sigA,AL009126.3,BSU25200,2600214,2601329,-,RNA polymerase major sigma-43 factor (sigma-A),Transcription,P06224,Op926 +BSU_25210,dnaG,AL009126.3,BSU25210,2601528,2603339,-,DNA primase,"Replication, recombination and repair",P05096,Op926 +BSU_25220,antE,AL009126.3,BSU25220,2602979,2603275,+,hypothetical protein,No COG annotation,Q7WY63,Op927 +BSU_25230,yqxD,AL009126.3,BSU25230,2603373,2603867,-,conserved protein of unknown function,Function unknown,P17868,Op926 +BSU_25240,ppsR,AL009126.3,BSU25240,2604121,2604933,-,bifunctional ADP-dependent kinase-Pi-dependent pyrophosphorylase / positive regulator of gluconeogenesis,Function unknown,P54470,Op928 +BSU_25250,ccpN,AL009126.3,BSU25250,2604959,2605597,-,negative regulator of gluconeogenesis,Transcription,O34994,Op928 +BSU_25260,glyS,AL009126.3,BSU25260,2605730,2607769,-,glycyl-tRNA synthetase (beta subunit),"Translation, ribosomal structure and biogenesis",P54381,Op929 +BSU_25270,glyQ,AL009126.3,BSU25270,2607762,2608649,-,glycyl-tRNA synthetase (alpha subunit),"Translation, ribosomal structure and biogenesis",P54380,Op929 +BSU_25280,recO,AL009126.3,BSU25280,2608946,2609713,-,DNA double strand break repair and homologous recombination factor,"Replication, recombination and repair",P42095,Op5 +BSU_25289,yqzL,AL009126.3,BSU25289,2609750,2609893,-,conserved protein of unknown function,Function unknown,C0H452,Op5 +BSU_25290,era,AL009126.3,BSU25290,2610041,2610946,-,maturation of 16S RNA and assembly of 30S ribosomal subunit GTPase,Function unknown,P42182,Op930 +BSU_25300,cdd,AL009126.3,BSU25300,2610927,2611337,-,cytidine/deoxycytidine deaminase,Nucleotide transport and metabolism,P19079,Op930 +BSU_25310,unpK,AL009126.3,BSU25310,2611456,2611827,-,undecaprenol kinase,Cell wall/membrane/envelope biogenesis,P19638,Op5 +BSU_25320,rnrY,AL009126.3,BSU25320,2611808,2612281,-,endonuclease involved in 70S ribosomes quality control,Function unknown,P46347,Op5 +BSU_25330,pgpH,AL009126.3,BSU25330,2612282,2614417,-,c-di-AMP-degrading phosphodiesterases,Function unknown,P46344,Op5 +BSU_25340,phoH,AL009126.3,BSU25340,2614496,2615455,-,phosphate starvation-induced protein,Signal transduction mechanisms,P46343,Op5 +BSU_25350,yqfD,AL009126.3,BSU25350,2615452,2616648,-,stage IV sporulation protein%3B putative UDP-glucose-4-epimerase,Function unknown,P54469,Op931 +BSU_25360,yqfC,AL009126.3,BSU25360,2616667,2616948,-,conserved sporulation protein of unknown function,Function unknown,P54468,Op931 +BSU_25370,yqfB,AL009126.3,BSU25370,2617005,2617424,-,conserved protein of unknown function,No COG annotation,P54467,Op932 +BSU_25380,floA,AL009126.3,BSU25380,2617449,2618444,-,flotillin-like protein involved in membrane lipid rafts,Function unknown,P54466,Op932 +BSU_25390,nfeDA,AL009126.3,BSU25390,2618466,2619779,-,putative membrane bound peptidase of unkwnown function,"Post-translational modification, protein turnover, and chaperones",P54465,Op932 +BSU_25400,yqeY,AL009126.3,BSU25400,2619910,2620356,-,conserved protein of unknown function with tRNA aminoacid amidase domain,Function unknown,P54464,Op5 +BSU_25410,rpsU,AL009126.3,BSU25410,2620371,2620544,-,ribosomal protein S21,"Translation, ribosomal structure and biogenesis",P21478,Op5 +BSU_25420,yqeW,AL009126.3,BSU25420,2620717,2621640,+,putative Na+/anion cotransporter,Inorganic ion transport and metabolism,P54463,Op933 +BSU_25430,mtaB,AL009126.3,BSU25430,2621677,2623032,-,tRNA N(6)-threonylcarbamoyladenosine (t(6)A) methylthiotransferase,"Translation, ribosomal structure and biogenesis",P54462,Op934 +BSU_25440,rsmE,AL009126.3,BSU25440,2623032,2623802,-,methylase of U1498 in 16S rRNA,"Translation, ribosomal structure and biogenesis",P54461,Op934 +BSU_25450,prmA,AL009126.3,BSU25450,2623825,2624760,-,ribosomal protein L11 methyltransferase,"Translation, ribosomal structure and biogenesis",P54460,Op934 +BSU_25460,dnaJ,AL009126.3,BSU25460,2624785,2625912,-,co-factor of molecular chaperone,"Post-translational modification, protein turnover, and chaperones",P17631,Op934 +BSU_25470,dnaK,AL009126.3,BSU25470,2626112,2627947,-,molecular chaperone%2C ATP-dependent,"Post-translational modification, protein turnover, and chaperones",P17820,Op934 +BSU_25480,grpE,AL009126.3,BSU25480,2627971,2628534,-,nucleotide exchange factor for DnaK activity,"Post-translational modification, protein turnover, and chaperones",P15874,Op934 +BSU_25490,hrcA,AL009126.3,BSU25490,2628606,2629637,-,transcriptional regulator of heat-shock genes,Transcription,P25499,Op934 +BSU_25500,hemN,AL009126.3,BSU25500,2629718,2630857,-,coproporphyrinogen III oxidase,Coenzyme transport and metabolism,P54304,Op934 +BSU_25510,lepA,AL009126.3,BSU25510,2630910,2632748,-,ribosomal elongation factor%2C GTPase,Cell wall/membrane/envelope biogenesis,P37949,Op934 +BSU_25520,yqxA,AL009126.3,BSU25520,2632882,2633220,-,conserved protein of unknown function,Function unknown,P38425,Op935 +BSU_25530,spoIIP,AL009126.3,BSU25530,2633237,2634442,-,spore autolysin (stage II sporulation),Cell wall/membrane/envelope biogenesis,P37968,Op935 +BSU_25540,gpr,AL009126.3,BSU25540,2634505,2635611,-,spore germination protease,Energy production and conversion,P22322,Op936 +BSU_25550,rpsT,AL009126.3,BSU25550,2635815,2636081,+,ribosomal protein S20 (BS20),"Translation, ribosomal structure and biogenesis",P21477,Op937 +BSU_25560,holA,AL009126.3,BSU25560,2636096,2637139,-,DNA polymerase clamp loader delta subunit,"Replication, recombination and repair",P54459,Op938 +BSU_25565,BSU_25565,AL009126.3,BSU25565,2637179,2637328,-,hypothetical protein,No COG annotation,A0A2K4Z9K3,Op939 +BSU_25569,yqzM,AL009126.3,BSU25569,2637369,2637503,+,conserved protein of unknown function,Function unknown,C0H453,Op940 +BSU_25570,comEC,AL009126.3,BSU25570,2637543,2639873,-,DNA channel for uptake in competent cells,Function unknown,P39695,Op941 +BSU_25580,comEB,AL009126.3,BSU25580,2639877,2640446,-,dCMP deaminase associated to DNA transport (competence),Nucleotide transport and metabolism,P32393,Op941 +BSU_25590,comEA,AL009126.3,BSU25590,2640513,2641130,-,membrane bound high-affinity DNA-binding receptor,"Replication, recombination and repair",P39694,Op941 +BSU_25600,comER,AL009126.3,BSU25600,2641214,2642035,+,putative pyrroline-5'-carboxylate reductase,Amino acid transport and metabolism,P39696,Op942 +BSU_25610,yqeM,AL009126.3,BSU25610,2642101,2642844,-,putative methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",P54458,Op5 +BSU_25620,rsfS,AL009126.3,BSU25620,2642841,2643197,-,ribosomal silencing factor,"Translation, ribosomal structure and biogenesis",P54457,Op5 +BSU_25630,yqeK,AL009126.3,BSU25630,2643215,2643775,-,putative hydrolase,Coenzyme transport and metabolism,P54456,Op5 +BSU_25640,nadD,AL009126.3,BSU25640,2643765,2644334,-,nicotinate-nucleotide adenylyltransferase,Coenzyme transport and metabolism,P54455,Op5 +BSU_25650,yqeI,AL009126.3,BSU25650,2644346,2644636,-,50S RNA-binding protein,"Translation, ribosomal structure and biogenesis",P54454,Op5 +BSU_25660,aroE,AL009126.3,BSU25660,2644630,2645472,-,shikimate 5-dehydrogenase,Amino acid transport and metabolism,P54374,Op5 +BSU_25670,rgpH,AL009126.3,BSU25670,2645490,2646590,-,potassium-dependent GTPase involved in ribosome 30S assembly,Function unknown,P54453,Op5 +BSU_25680,yqeG,AL009126.3,BSU25680,2646594,2647112,-,phosphatase (active on GMP and Glc-6-P),Function unknown,P54452,Op5 +BSU_25690,sda,AL009126.3,BSU25690,2647456,2647614,+,check point factor coupling initiation of sporulation and replication initiation,Function unknown,Q7WY62,Op943 +BSU_25700,yqeF,AL009126.3,BSU25700,2647920,2648651,-,putative lipoprotein%3B putative esterase,Amino acid transport and metabolism,P54451,Op944 +BSU_25710,cwlH,AL009126.3,BSU25710,2648903,2649655,-,N-acetylmuramoyl-L-alanine amidase,Cell wall/membrane/envelope biogenesis,P54450,Op945 +BSU_25720,yqeD,AL009126.3,BSU25720,2649842,2650468,+,conserved membrane protein of unknown function,Function unknown,P54449,Op946 +BSU_25730,yqeC,AL009126.3,BSU25730,2650487,2651380,-,putative catabolic 6-phospho-gluconate dehydrogenase (NAD[+]-dependent),Carbohydrate transport and metabolism,P54448,Op947 +BSU_25740,yqeB,AL009126.3,BSU25740,2651632,2652354,+,conserved protein of unknown function,No COG annotation,P54447,Op948 +BSU_25750,nucB,AL009126.3,BSU25750,2652387,2652797,-,sporulation-specific matrix degrading exported DNase,Cell wall/membrane/envelope biogenesis,P42983,Op949 +BSU_25760,sigKn,AL009126.3,,2652993,2653463,+,RNA polymerase sporulation-specific sigma-K factor precursor (Sigma-27) (N-terminal half),Transcription,,Op950 +BSU_25770,spoIVCA,AL009126.3,BSU25770,2653371,2654873,-,site-specific DNA recombinase%3B skin element,"Replication, recombination and repair",P17867,Op951 +BSU_25780,arsC,AL009126.3,BSU25780,2655322,2655741,-,thioredoxin-coupled arsenate reductase%3B skin element,Signal transduction mechanisms,P45947,Op952 +BSU_25790,arsB,AL009126.3,BSU25790,2655753,2656793,-,arsenite efflux transporter%3B skin element,Inorganic ion transport and metabolism,P45946,Op952 +BSU_25800,yqcK,AL009126.3,BSU25800,2656816,2657256,-,putative thiol lyase,Amino acid transport and metabolism,P45945,Op952 +BSU_25810,arsR,AL009126.3,BSU25810,2657317,2657634,-,transcriptional regulator (ArsR-arsenate)%3B skin element,Transcription,P45949,Op952 +BSU_25820,yqcI,AL009126.3,BSU25820,2658006,2658770,-,conserved protein of unknown function%3B skin element,Function unknown,P45944,Op5 +BSU_25830,rapE,AL009126.3,BSU25830,2659213,2660340,+,response regulator aspartate phosphatase%3B skin element,Function unknown,P45943,Op953 +BSU_25840,phrE,AL009126.3,BSU25840,2660330,2660464,+,regulator peptide of the activity of phosphatase RapE%3B skin element,No COG annotation,O32025,Op953 +BSU_25850,yqzI,AL009126.3,BSU25850,2660574,2660732,+,hypothetical protein%3B skin element,No COG annotation,O32026,Op5 +BSU_25860,rttG,AL009126.3,BSU25860,2661102,2662697,+,phage ribonuclease toxin%3B skin element,RNA processing and modification,P45942,Op954 +BSU_25870,rttF,AL009126.3,BSU25870,2662712,2663290,+,antitoxin factor of ribonuclease toxin RttG%3B skin element,Function unknown,P45941,Op954 +BSU_25875,BSU_25875,AL009126.3,BSU25875,2663408,2663554,+,hypothetical protein,No COG annotation,A0A2K4Z9K0,Op955 +BSU_25880,yqxJ,AL009126.3,BSU25880,2663551,2663913,-,hypothetical protein%3B skin element,No COG annotation,P24809,Op956 +BSU_25890,yqxI,AL009126.3,BSU25890,2663929,2664408,-,hypothetical protein%3B skin element,No COG annotation,P24812,Op956 +BSU_25900,cwlA,AL009126.3,BSU25900,2664573,2665391,-,N-acetylmuramoyl-L-alanine amidase%3B skin element,Cell wall/membrane/envelope biogenesis,P24808,Op5 +BSU_25910,yqxH,AL009126.3,BSU25910,2665436,2665858,-,putative holin%3B skin element,Function unknown,P24811,Op957 +BSU_25920,yqxG,AL009126.3,BSU25920,2665903,2666796,-,putative phage-related lytic exoenzyme%3B skin element,No COG annotation,P24810,Op5 +BSU_25930,yqcE,AL009126.3,BSU25930,2666884,2667048,-,conserved phage protein of unknown function%3B skin element,No COG annotation,P45940,Op5 +BSU_25940,yqcD,AL009126.3,BSU25940,2667045,2667380,-,conserved phage protein of unknown function%3B skin element,Function unknown,P45939,Op5 +BSU_25950,yqcC,AL009126.3,BSU25950,2667390,2668490,-,conserved phage protein of unknown function%3B skin element,No COG annotation,P45938,Op5 +BSU_25960,yqcB,AL009126.3,BSU25960,2668493,2668765,-,conserved phage protein of unknown function%3B skin element,No COG annotation,P45937,Op5 +BSU_25970,yqcA,AL009126.3,BSU25970,2668762,2669340,-,putative phage tail baseplate protein%3B skin element,Function unknown,P45936,Op5 +BSU_25980,yqbT,AL009126.3,BSU25980,2669324,2670370,-,putative phage baseplate assembly protein%3B skin element,Function unknown,P45935,Op5 +BSU_25990,yqbS,AL009126.3,BSU25990,2670363,2670788,-,conserved phage protein of unknown function%3B skin element,Function unknown,P45934,Op5 +BSU_26000,yqbR,AL009126.3,BSU26000,2670801,2671064,-,conserved phage protein of unknown function%3B skin element,Function unknown,P45933,Op5 +BSU_26010,yqbQ,AL009126.3,BSU26010,2671061,2672041,-,conserved phage protein of unknown function%3B skin element,Carbohydrate transport and metabolism,P45950,Op5 +BSU_26020,yqbP,AL009126.3,BSU26020,2672054,2672713,-,putative phage murein-binding protein%3B skin element,Function unknown,P45932,Op5 +BSU_26030,yqbO,AL009126.3,BSU26030,2672706,2677463,-,putative tape measure protein%3B skin element,"Replication, recombination and repair",P45931,Op5 +BSU_26039,yqbNc,AL009126.3,,2677466,2677657,-,conserved unknown protein (fragment)%3B skin element%3B C-terminal part of YqbN,No COG annotation,,Op5 +BSU_26040,yqbNn,AL009126.3,,2677657,2678094,-,conserved unknown protein (fragment)%3B skin element%3B N-terminal part of YqbN,Function unknown,,Op5 +BSU_26050,txpA,AL009126.3,BSU26050,2678240,2678419,+,toxic peptide of toxin-antitoxin system%3B skin element,No COG annotation,P54373,Op958 +BSU_26055,bsrH,AL009126.3,BSU26055,2678799,2678888,+,skin region%3B type I toxin,No COG annotation,A0A2K4Z9K4,Op959 +BSU_26060,yqbM,AL009126.3,BSU26060,2679142,2679585,-,putative tail tube protein%3B skin element,Function unknown,P45929,Op5 +BSU_26075,yqbK,AL009126.3,BSU26075,2679588,2680988,-,putative phage tail sheath protein%3B skin element,Function unknown,P45927,Op5 +BSU_26089,yqzN,AL009126.3,BSU26089,2680989,2681180,-,conserved phage protein of unknown function%3B skin element,No COG annotation,C0H454,Op5 +BSU_26090,yqbJ,AL009126.3,BSU26090,2681177,2681614,-,conserved phage protein of unknown function%3B skin element,No COG annotation,P45926,Op5 +BSU_26100,yqbI,AL009126.3,BSU26100,2681627,2682130,-,putative phage tail component%3B skin element,Function unknown,P45925,Op5 +BSU_26110,yqbH,AL009126.3,BSU26110,2682127,2682489,-,conserved phage protein of unknown function%3B skin element,Function unknown,P45924,Op5 +BSU_26120,yqbG,AL009126.3,BSU26120,2682486,2682881,-,conserved phage protein of unknown function%3B skin element,Function unknown,P45923,Op5 +BSU_26130,yqbF,AL009126.3,BSU26130,2682885,2683196,-,hypothetical protein%3B skin element,Function unknown,P45922,Op5 +BSU_26140,yqbE,AL009126.3,BSU26140,2683207,2684142,-,putative phage capsid protein%3B skin element,Function unknown,P45921,Op5 +BSU_26150,yqbD,AL009126.3,BSU26150,2684161,2685129,-,putative nucleic acid-binding protein%3B skin element,"Replication, recombination and repair",P45920,Op5 +BSU_26160,yqbC,AL009126.3,BSU26160,2685162,2685815,-,conserved phage protein of unknown function%3B skin element,No COG annotation,P45919,Op5 +BSU_26170,yqbB,AL009126.3,BSU26170,2685856,2686773,-,putative phage head morphogenesis protein%3B skin element,Function unknown,P45918,Op5 +BSU_26180,yqbA,AL009126.3,BSU26180,2686770,2688302,-,putative phage capsid protein%3B skin element,Function unknown,P45917,Op5 +BSU_26190,yqaT,AL009126.3,BSU26190,2688306,2689601,-,putative phage-related terminase large subunit%3B skin element,Function unknown,P45916,Op5 +BSU_26200,yqaS,AL009126.3,BSU26200,2689594,2690313,-,putative phage-related terminase small subunit%3B skin element,"Replication, recombination and repair",P45915,Op5 +BSU_26210,yqaR,AL009126.3,BSU26210,2690381,2690845,-,hypothetical protein%3B skin element,No COG annotation,P45914,Op5 +BSU_26220,yqaQ,AL009126.3,BSU26220,2690989,2691444,-,putative phage DNA-binding protein%3B skin element,"Replication, recombination and repair",P45948,Op5 +BSU_26230,yqaP,AL009126.3,BSU26230,2691642,2692571,+,conserved phage protein of unknown function%3B skin element,No COG annotation,P45913,Op960 +BSU_26240,yqaO,AL009126.3,BSU26240,2692645,2692851,-,conserved phage protein of unknown function%3B skin element,Function unknown,P45912,Op5 +BSU_26250,yqaN,AL009126.3,BSU26250,2692933,2693361,-,putative Holliday junction resolvase%3B skin element,"Replication, recombination and repair",P45911,Op5 +BSU_26259,yqzO,AL009126.3,BSU26259,2693457,2693606,-,hypothetical protein%3B skin element,No COG annotation,C0H455,Op5 +BSU_26260,sknM,AL009126.3,BSU26260,2693597,2694538,-,putative helicase loader%3B skin element,"Replication, recombination and repair",P45910,Op5 +BSU_26270,yqaL,AL009126.3,BSU26270,2694420,2695097,-,putative DNA-binding protein%3B skin element,"Replication, recombination and repair",P45909,Op5 +BSU_26280,yqaK,AL009126.3,BSU26280,2695173,2696027,-,putative DNA recombination protein%3B skin element,"Replication, recombination and repair",P45908,Op5 +BSU_26290,yqaJ,AL009126.3,BSU26290,2696030,2696989,-,putative nuclease%3B skin element,"Replication, recombination and repair",P45907,Op5 +BSU_26300,yqaI,AL009126.3,BSU26300,2697095,2697289,-,hypothetical protein%3B skin element,No COG annotation,P45906,Op5 +BSU_26305,BSU_26305,AL009126.3,BSU26305,2697249,2697422,-,hypothetical protein%3B skin element,No COG annotation,A0A2K4Z9L7,Op961 +BSU_26310,sknH,AL009126.3,BSU26310,2697419,2697676,-,skin element%3B factor binding to DnaA,No COG annotation,P45905,Op5 +BSU_26320,yqaG,AL009126.3,BSU26320,2697673,2698242,-,putative transcriptional regulator%3B skin element,No COG annotation,P45904,Op5 +BSU_26330,yqdA,AL009126.3,BSU26330,2698316,2698456,-,hypothetical protein%3B skin element,No COG annotation,P54372,Op5 +BSU_26340,yqaF,AL009126.3,BSU26340,2698486,2698716,-,putative transcriptional regulator%3B skin element,Transcription,P45903,Op5 +BSU_26350,sknR,AL009126.3,BSU26350,2698893,2699243,+,skin element%3B transcriptional repressor of yqaF-yqaN operon (Xre family),Transcription,P45902,Op962 +BSU_26360,yqaD,AL009126.3,BSU26360,2699510,2699677,-,conserved phage protein of unknown function%3B skin element,No COG annotation,P45901,Op5 +BSU_26370,yqaC,AL009126.3,BSU26370,2700033,2700569,-,putative kinase / phosphatase%3B skin element,Nucleotide transport and metabolism,P45900,Op5 +BSU_26380,yqaB,AL009126.3,BSU26380,2700838,2701356,+,putative peptidase%3B skin element,Amino acid transport and metabolism,P45899,Op5 +BSU_26390,sigKc,AL009126.3,,2701338,2701754,+,RNA polymerase sporulation-specific sigma-K factor precursor (Sigma-27) (C-terminal fragment),Transcription,,Op950 +BSU_26399,BSU_26399,AL009126.3,BSU26399,2701754,2701870,+,hypothetical protein,No COG annotation,A0A2K4Z9L4,Op963 +BSU_26400,yrkS,AL009126.3,BSU26400,2701979,2702143,-,hypothetical protein,No COG annotation,P54446,Op5 +BSU_26410,psiE,AL009126.3,BSU26410,2702688,2703104,-,phosphate starvation inducible protein,Function unknown,P54445,Op5 +BSU_26420,yrkQ,AL009126.3,BSU26420,2703150,2704448,-,two-component sensor histidine kinase [YrkP],Signal transduction mechanisms,P54444,Op5 +BSU_26430,yrkP,AL009126.3,BSU26430,2704435,2705130,-,two-component response regulator [YrkQ],Signal transduction mechanisms,P54443,Op5 +BSU_26440,yrkO,AL009126.3,BSU26440,2705398,2706615,+,putative integral inner membrane protein,Inorganic ion transport and metabolism,P54442,Op5 +BSU_26449,BSU_26449,AL009126.3,BSU26449,2706534,2706782,+,hypothetical protein,No COG annotation,A0A2K4Z9L1,Op964 +BSU_26450,yrkN,AL009126.3,BSU26450,2707127,2707684,+,putative N-acetyltransferase,Transcription,P54441,Op5 +BSU_26470,yrkL,AL009126.3,BSU26470,2708175,2708699,-,putative NAD(P)H oxidoreductase,Function unknown,P54439,Op5 +BSU_26480,yrkK,AL009126.3,BSU26480,2708943,2709419,-,putative integral inner membrane protein,Function unknown,P54438,Op5 +BSU_26490,yrkJ,AL009126.3,BSU26490,2710002,2710787,-,putative permease,Function unknown,P54437,Op5 +BSU_26500,yrkI,AL009126.3,BSU26500,2710848,2711075,-,putative sulfur-carrier protein,"Post-translational modification, protein turnover, and chaperones",P54436,Op5 +BSU_26510,yrkH,AL009126.3,BSU26510,2711109,2712242,-,putative sulfur transferase / hydrolase,Inorganic ion transport and metabolism,P54435,Op5 +BSU_26530,yrkF,AL009126.3,BSU26530,2712577,2713134,-,putative rhodanese-related sulfur transferase,"Post-translational modification, protein turnover, and chaperones",P54433,Op5 +BSU_26540,yrkE,AL009126.3,BSU26540,2713320,2713802,-,putative protein involved in sulfur metabolism (DsrE-like),"Post-translational modification, protein turnover, and chaperones",P54432,Op5 +BSU_26550,yrkD,AL009126.3,BSU26550,2713949,2714140,-,putative metal-sensitive transcriptional regulator involved in sulfur metabolism,Function unknown,P54431,Op5 +BSU_26558,yrzM,AL009126.3,,2714231,2714548,-,conserved hypothetical protein,No COG annotation,,Op5 +BSU_26559,yrzN,AL009126.3,,2714590,2714805,-,hypothetical protein,No COG annotation,,Op5 +BSU_26560,yrkC,AL009126.3,BSU26560,2714933,2715493,-,putative enzyme%3B cupin family,Carbohydrate transport and metabolism,P54430,Op965 +BSU_26569,BSU_26569,AL009126.3,BSU26569,2715510,2715686,-,hypothetical protein,No COG annotation,A0A2K4Z9K9,Op966 +BSU_26570,yrkB,AL009126.3,BSU26570,2715719,2715865,-,hypothetical protein,No COG annotation,P54429,Op5 +BSU_26580,bltR,AL009126.3,BSU26580,2716035,2716856,-,transcriptional regulator (polyamine metabolism),Transcription,P39842,Op5 +BSU_26590,blt,AL009126.3,BSU26590,2716973,2718175,+,efflux transporter (promiscuous%2C acetylated polyamines efflux),Amino acid transport and metabolism,P39843,Op967 +BSU_26600,bltD,AL009126.3,BSU26600,2718344,2718802,+,spermine/spermidine acetyltransferase,Transcription,P39909,Op967 +BSU_26610,yrkA,AL009126.3,BSU26610,2718959,2720263,-,putative membrane associated protein,Function unknown,P54428,Op5 +BSU_26619,yrzO,AL009126.3,BSU26619,2720526,2720669,-,conserved protein of unknown function,Function unknown,C0H458,Op5 +BSU_26620,yrdR,AL009126.3,BSU26620,2720687,2721652,-,putative efflux transporter,Amino acid transport and metabolism,O07086,Op5 +BSU_26630,czcR,AL009126.3,BSU26630,2721778,2722644,+,transcriptional regulator (LysR family),Transcription,P71025,Op968 +BSU_26640,yrdP,AL009126.3,BSU26640,2722767,2723804,-,putative oxidoreductase,Inorganic ion transport and metabolism,O07085,Op5 +BSU_26650,czcD,AL009126.3,BSU26650,2723892,2724827,-,potassium/proton-divalent cation antiporter,Inorganic ion transport and metabolism,O07084,Op5 +BSU_26660,yrdN,AL009126.3,BSU26660,2725114,2725503,-,putative tautomerase,Function unknown,P94502,Op5 +BSU_26670,gltR,AL009126.3,BSU26670,2725837,2726727,+,transcriptional regulator (LysR family),Transcription,P94501,Op969 +BSU_26680,yrdK,AL009126.3,BSU26680,2726885,2727202,-,hypothetical protein,No COG annotation,P94500,Op970 +BSU_26690,brnQ,AL009126.3,BSU26690,2727160,2728482,-,low-affinity branched-chain amino acid transporter,Amino acid transport and metabolism,P94499,Op970 +BSU_26700,azlD,AL009126.3,BSU26700,2728647,2728979,-,branched-chain amino acid / methionine exporter,Amino acid transport and metabolism,O07923,Op970 +BSU_26710,azlC,AL009126.3,BSU26710,2728976,2729740,-,branched-chain amino acid / methionine exporter,Amino acid transport and metabolism,O07942,Op970 +BSU_26720,azlB,AL009126.3,BSU26720,2729753,2730226,-,transcriptional repressor of the azlBCD operon,Transcription,O07920,Op970 +BSU_26730,yrdF,AL009126.3,BSU26730,2730560,2730835,-,putative ribonuclease inhibitor,Transcription,O07938,Op5 +BSU_26740,cypA,AL009126.3,BSU26740,2731107,2732339,-,cytochrome P450,Energy production and conversion,O08469,Op5 +BSU_26748,yrdDc,AL009126.3,,2732389,2732547,-,hypothetical protein%3B C-terminal part of YrdD,No COG annotation,,Op5 +BSU_26749,yrdDm,AL009126.3,,2732547,2732747,-,hypothetical protein%3B internal part of YrdD,No COG annotation,,Op5 +BSU_26750,yrdDn,AL009126.3,,2732747,2732881,-,hypothetical protein%3B N-terminal part of YrdD,No COG annotation,,Op5 +BSU_26760,yrdC,AL009126.3,BSU26760,2732980,2733543,-,putative hydrolase,"Secondary metabolites biosynthesis, transport, and catabolism",O07081,Op5 +BSU_26770,yrdB,AL009126.3,BSU26770,2733772,2734143,-,putative integral inner membrane protein,Function unknown,O07080,Op5 +BSU_26780,yrdA,AL009126.3,BSU26780,2734953,2735456,-,conserved protein of unknown function,Function unknown,O07079,Op5 +BSU_26790,aadK,AL009126.3,BSU26790,2735682,2736536,-,aminoglycoside 6-adenylyltransferase,Carbohydrate transport and metabolism,P17585,Op5 +BSU_26800,yrpB,AL009126.3,BSU26800,2736915,2737958,+,putative anionic nitroalkane monoxygenase,Function unknown,O05413,Op5 +BSU_26810,murI,AL009126.3,BSU26810,2738308,2739105,+,glutamate racemase,Cell wall/membrane/envelope biogenesis,O05412,Op5 +BSU_26820,yrpD,AL009126.3,BSU26820,2739486,2740193,+,putative lipoprotein,Function unknown,O05411,Op5 +BSU_26829,BSU_26829,AL009126.3,,2740517,2740678,+,hypothetical protein,No COG annotation,,Op971 +BSU_26826,yrpDX,AL009126.3,BSU26826,2740769,2740846,+,expressed polypeptide of unknown function,No COG annotation,L8E9J8,Op972 +BSU_26827,BSU_26827,AL009126.3,BSU26827,2741133,2741294,-,hypothetical protein,No COG annotation,A0A2K4Z9L2,Op973 +BSU_26830,zinT,AL009126.3,BSU26830,2741357,2742112,-,lipoprotein buffering protein for Zn2+ transport,Function unknown,O05410,Op974 +BSU_26840,sigZ,AL009126.3,BSU26840,2742244,2742774,-,RNA polymerase ECF(extracytoplasmic function)-type sigma factor (sigma-Z),Transcription,O05409,Op5 +BSU_26850,yrpG,AL009126.3,BSU26850,2742909,2743889,+,putative aldo-keto reductase,Energy production and conversion,O05408,Op975 +BSU_26860,yraO,AL009126.3,BSU26860,2744163,2745479,-,putative citrate transporter,Energy production and conversion,O05407,Op5 +BSU_26870,yraN,AL009126.3,BSU26870,2745594,2746463,-,putative transcriptional regulator (probes citrate or citrate-related metabolite),Transcription,O07906,Op5 +BSU_26880,prpF,AL009126.3,BSU26880,2746608,2747711,+,aconitate isomerase,Function unknown,O07931,Op976 +BSU_26890,csn,AL009126.3,BSU26890,2747984,2748817,-,chitosanase,Cell wall/membrane/envelope biogenesis,O07921,Op977 +BSU_26900,yraL,AL009126.3,BSU26900,2749260,2749523,+,conserved protein of unknown function,Function unknown,O07917,Op5 +BSU_26910,yraK,AL009126.3,BSU26910,2749660,2750475,+,putative hydrolase,Function unknown,O07937,Op5 +BSU_26920,yraJ,AL009126.3,BSU26920,2750883,2751239,-,conserved protein of unknown function,Signal transduction mechanisms,O07934,Op5 +BSU_26930,yraI,AL009126.3,BSU26930,2751292,2751651,-,conserved protein of unknown function,Signal transduction mechanisms,O07909,Op5 +BSU_26935,BSU_26935,AL009126.3,BSU26935,2751923,2752024,-,hypothetical protein,No COG annotation,A0A2K4Z9L3,Op978 +BSU_26940,yraH,AL009126.3,BSU26940,2752167,2752553,-,putative lyase,Amino acid transport and metabolism,O07918,Op5 +BSU_26950,yraG,AL009126.3,BSU26950,2752802,2753047,+,putative spore coat protein,No COG annotation,O07919,Op979 +BSU_26960,yraF,AL009126.3,BSU26960,2753065,2753433,+,putative spore coat protein,Cell wall/membrane/envelope biogenesis,O07949,Op979 +BSU_26970,adhB,AL009126.3,BSU26970,2753452,2754588,+,putative oxidoreductase (involving bacillithiol),Amino acid transport and metabolism,O06012,Op979 +BSU_26980,yraE,AL009126.3,BSU26980,2754607,2754804,+,putative spore coat protein,No COG annotation,O06011,Op979 +BSU_26990,yraD,AL009126.3,BSU26990,2754820,2755119,+,putative spore coat protein,Cell wall/membrane/envelope biogenesis,O06010,Op979 +BSU_27000,adhR,AL009126.3,BSU27000,2755382,2755804,-,transcriptional regulator regulated by thiol-alkylation,Transcription,O06008,Op980 +BSU_27009,yrzP,AL009126.3,BSU27009,2755987,2756181,+,putative carboxymuconolactone decarboxylase,Function unknown,C0H460,Op981 +BSU_27010,adhA,AL009126.3,BSU27010,2756312,2757361,+,putative aldehyde dehydrogenase%3B carbonyl stress response,Energy production and conversion,C0SPA5,Op982 +BSU_27020,sufL,AL009126.3,BSU27020,2757492,2758001,+,deglycase%3B general stress protecting enzyme%3B protects against methylglyoxal toxicity,Function unknown,O06006,Op982 +BSU_27030,sacC,AL009126.3,BSU27030,2758043,2760076,-,levanase,Carbohydrate transport and metabolism,P05656,Op983 +BSU_27035,BSU_27035,AL009126.3,BSU27035,2759985,2760152,-,hypothetical protein,No COG annotation,A0A2K4Z9L6,Op984 +BSU_27040,levG,AL009126.3,BSU27040,2760233,2761060,-,phosphotransferase system (PTS) fructose-specific enzyme IID component,Carbohydrate transport and metabolism,P26382,Op983 +BSU_27050,levF,AL009126.3,BSU27050,2761081,2761890,-,phosphotransferase system (PTS) fructose-specific enzyme IIC component,Carbohydrate transport and metabolism,P26381,Op983 +BSU_27060,levE,AL009126.3,BSU27060,2761907,2762395,-,phosphotransferase system (PTS) fructose-specific enzyme IIB component,Carbohydrate transport and metabolism,P26380,Op983 +BSU_27070,levD,AL009126.3,BSU27070,2762395,2762835,-,phosphotransferase system (PTS) fructose-specific enzyme IIA component,Carbohydrate transport and metabolism,P26379,Op983 +BSU_27080,levR,AL009126.3,BSU27080,2763025,2765832,-,transcriptional regulator (NifA/NtrC family),Transcription,P23914,Op5 +BSU_27085,BSU_27085,AL009126.3,BSU27085,2766379,2766519,+,hypothetical protein,No COG annotation,A0A2K4Z9L0,Op985 +BSU_27090,aapA,AL009126.3,BSU27090,2766558,2767946,+,small amino acid permease,Amino acid transport and metabolism,O06005,Op986 +BSU_27100,yrhP,AL009126.3,BSU27100,2768042,2768674,-,putative amino acid exporter,Amino acid transport and metabolism,O05406,Op987 +BSU_27110,yrhO,AL009126.3,BSU27110,2768827,2769654,+,putative transcriptional regulator controlling amino acid export,Transcription,O05405,Op5 +BSU_27120,sigV,AL009126.3,BSU27120,2769850,2770350,+,RNA polymerase ECF(extracytoplasmic function)-type sigma factor (sigma(V)),Transcription,O05404,Op988 +BSU_27130,rsiV,AL009126.3,BSU27130,2770350,2771207,+,anti-sigma(V) factor,Function unknown,O05403,Op988 +BSU_27140,oatA,AL009126.3,BSU27140,2771318,2773222,+,peptidoglycan O-acetyltransferase,Lipid transport and metabolism,O05402,Op988 +BSU_27150,yrhK,AL009126.3,BSU27150,2773356,2773646,+,conserved protein of unknown function,Function unknown,O05401,Op988 +BSU_27160,cypB,AL009126.3,BSU27160,2773890,2777054,-,cytochrome P450 CYP102A3,Energy production and conversion,O08336,Op989 +BSU_27170,bscR,AL009126.3,BSU27170,2777070,2777654,-,transcriptional regulator for cypB,Transcription,O08335,Op989 +BSU_27180,yrhH,AL009126.3,BSU27180,2777877,2778419,-,putative methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",O05400,Op990 +BSU_27185,BSU_27185,AL009126.3,BSU27185,2778608,2778766,-,hypothetical protein,No COG annotation,A0A2K4Z9L5,Op991 +BSU_27190,yrzI,AL009126.3,BSU27190,2778923,2779072,-,conserved protein of unknown function,No COG annotation,O32027,Op5 +BSU_27200,yrhG,AL009126.3,BSU27200,2779462,2780262,-,putative formate/nitrite transporter,Inorganic ion transport and metabolism,O05399,Op5 +BSU_27210,yrhF,AL009126.3,BSU27210,2780525,2780893,-,conserved protein of unknown function,Function unknown,O05398,Op5 +BSU_27220,yrhE,AL009126.3,BSU27220,2781209,2784151,+,putative formate dehydrogenase,Energy production and conversion,Q795Y4,Op992 +BSU_27230,yrhD,AL009126.3,BSU27230,2784170,2784652,+,conserved protein of unknown function,Function unknown,O05396,Op992 +BSU_27240,yrhC,AL009126.3,BSU27240,2784688,2784918,-,conserved protein of unknown function,Function unknown,O05395,Op993 +BSU_27250,mccB,AL009126.3,BSU27250,2785001,2786140,-,cystathionine gamma-lyase and homocysteine gamma-lyase for reverse transsulfuration pathway,Amino acid transport and metabolism,O05394,Op993 +BSU_27260,mccA,AL009126.3,BSU27260,2786142,2787065,-,cystathionine beta-synthase for the reverse transsulfuration pathway,Amino acid transport and metabolism,O05393,Op993 +BSU_27270,mtnN,AL009126.3,BSU27270,2787130,2787825,-,methylthioadenosine / S-adenosylhomocysteine nucleosidase,Amino acid transport and metabolism,O32028,Op993 +BSU_27280,yrrT,AL009126.3,BSU27280,2787846,2788487,-,putative AdoMet-dependent methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",O32029,Op993 +BSU_27290,yrzA,AL009126.3,BSU27290,2788680,2788883,+,conserved protein of unknown function,Function unknown,O32030,Op994 +BSU_27300,yrrS,AL009126.3,BSU27300,2788920,2789621,-,conserved hypothetical protein,Function unknown,O32031,Op995 +BSU_27310,pbpI,AL009126.3,BSU27310,2789686,2791440,-,penicillin-binding protein PBP4B,Cell wall/membrane/envelope biogenesis,O32032,Op995 +BSU_27320,greA,AL009126.3,BSU27320,2791494,2791967,-,transcription elongation factor resolving backtracking / stalling,Transcription,P80240,Op5 +BSU_27330,udk,AL009126.3,BSU27330,2792218,2792853,-,uridine kinase,Nucleotide transport and metabolism,O32033,Op5 +BSU_27340,yrrO,AL009126.3,BSU27340,2792860,2794128,-,putative hydrolase large subunit,"Post-translational modification, protein turnover, and chaperones",O32034,Op5 +BSU_27350,yrrN,AL009126.3,BSU27350,2794147,2795076,-,putative hydrolase small subunit,"Post-translational modification, protein turnover, and chaperones",O32035,Op5 +BSU_27360,yrrM,AL009126.3,BSU27360,2795082,2795735,-,putative acyl-CoA O-methyltransferase,Function unknown,O32036,Op5 +BSU_27370,yrrL,AL009126.3,BSU27370,2795887,2796969,-,conserved membrane associated protein,Function unknown,O34758,Op996 +BSU_27380,yrzB,AL009126.3,BSU27380,2797100,2797381,-,putative nucleic acid binding protein,Function unknown,O34828,Op5 +BSU_27390,rimF,AL009126.3,BSU27390,2797399,2797815,-,pre-16S ribosomal RNA maturation enzyme,"Replication, recombination and repair",O34634,Op5 +BSU_27400,yrzL,AL009126.3,BSU27400,2797823,2798089,-,conserved protein of unknown function,Function unknown,Q7WY61,Op5 +BSU_27410,alaS,AL009126.3,BSU27410,2798174,2800810,-,alanyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",O34526,Op5 +BSU_27420,yrrI,AL009126.3,BSU27420,2801141,2802202,-,putative membrane protein of unknown function,Function unknown,O34472,Op5 +BSU_27430,glnQ,AL009126.3,BSU27430,2802358,2803086,+,glutamine ABC transporter (ATP-binding protein),Amino acid transport and metabolism,O34677,Op997 +BSU_27440,glnH,AL009126.3,BSU27440,2803108,2803929,+,glutamine ABC transporter (glutamine-binding lipoprotein),Amino acid transport and metabolism,O34563,Op997 +BSU_27450,glnM,AL009126.3,BSU27450,2803990,2804640,+,glutamine ABC transporter (permease),Inorganic ion transport and metabolism,O34671,Op997 +BSU_27460,glnP,AL009126.3,BSU27460,2804657,2805313,+,glutamine ABC transporter (permease),Inorganic ion transport and metabolism,O34606,Op997 +BSU_27468,yrzQ,AL009126.3,BSU27468,2805348,2805479,-,conserved protein of unknown function,Function unknown,C0H461,Op5 +BSU_27469,yrzR,AL009126.3,BSU27469,2805501,2805692,-,conserved protein of unknown function,No COG annotation,C0H462,Op5 +BSU_27470,yrrD,AL009126.3,BSU27470,2805704,2806228,-,conserved protein of unknown function,Function unknown,O34402,Op998 +BSU_27480,recDB,AL009126.3,BSU27480,2806286,2808682,-,5'-3' helicase associated to SSB%3B exonuclease V,"Replication, recombination and repair",O34481,Op5 +BSU_27490,yrrB,AL009126.3,BSU27490,2808707,2809327,-,putative tetratricopeptide repeat family protein,No COG annotation,O34452,Op5 +BSU_27500,mnmA,AL009126.3,BSU27500,2809413,2810528,-,tRNA-specific 2-thiouridylase,"Translation, ribosomal structure and biogenesis",O35020,Op999 +BSU_27510,iscSA,AL009126.3,BSU27510,2810559,2811698,-,cysteine desulfurase involved in U34 tRNA thiolation,Amino acid transport and metabolism,O34599,Op999 +BSU_27520,cymR,AL009126.3,BSU27520,2811717,2812133,-,transcriptional regulator of cysteine biosynthesis,Transcription,O34527,Op999 +BSU_27530,rarA,AL009126.3,BSU27530,2812336,2813601,+,DNA-dependent ATPase active at replication forks,"Replication, recombination and repair",O34528,Op1000 +BSU_27540,tcdA,AL009126.3,BSU27540,2813643,2814407,-,tRNA threonylcarbamoyladenosine dehydratase (t(6)A37 dehydratase),Coenzyme transport and metabolism,O32037,Op5 +BSU_27550,aspS,AL009126.3,BSU27550,2814743,2816521,-,aspartyl-tRNA synthetase%2C promiscuous (also recognizes tRNAasn),"Translation, ribosomal structure and biogenesis",O32038,Op5 +BSU_27560,hisS,AL009126.3,BSU27560,2816535,2817809,-,histidyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",O32039,Op5 +BSU_27570,yrzK,AL009126.3,BSU27570,2818191,2818361,-,conserved protein of unknown function,No COG annotation,O32040,Op5 +BSU_27580,yrvJ,AL009126.3,BSU27580,2818494,2820050,+,putative N-acetylmuramoyl-L-alanine amidase%2C family 3,Cell wall/membrane/envelope biogenesis,O32041,Op1001 +BSU_27590,dtd,AL009126.3,BSU27590,2820077,2820475,-,gly-tRNA(Ala) deacylase / D-Tyr-tRNATyr deacylase,"Translation, ribosomal structure and biogenesis",O32042,Op1002 +BSU_27600,rsh,AL009126.3,BSU27600,2820529,2822733,-,GTP pyrophosphokinase (RelA/SpoT),Transcription,O54408,Op1002 +BSU_27610,apt,AL009126.3,BSU27610,2822901,2823413,-,adenine phosphoribosyltransferase,Nucleotide transport and metabolism,O34443,Op1003 +BSU_27620,recJ,AL009126.3,BSU27620,2823419,2825779,-,single-strand DNA-specific exonuclease,"Replication, recombination and repair",O32044,Op1003 +BSU_27630,yrvD,AL009126.3,BSU27630,2825846,2826169,-,conserved protein of unknown function,Function unknown,O32045,Op1004 +BSU_27640,yrvC,AL009126.3,BSU27640,2826245,2826742,-,putative potassium transport accessory component,Inorganic ion transport and metabolism,O32046,Op5 +BSU_27650,secDF,AL009126.3,BSU27650,2826900,2829113,-,protein-export membrane protein,"Intracellular trafficking, secretion, and vesicular transport",O32047,Op5 +BSU_27660,comN,AL009126.3,BSU27660,2829152,2829448,-,post-transcriptional regulator,Function unknown,O32049,Op5 +BSU_27670,spoVB,AL009126.3,BSU27670,2829564,2831120,+,involved in spore cortex synthesis (stage V sporulation)%3B translocase with flippase function for peptidoglycan synthesis,Function unknown,Q00758,Op1005 +BSU_27680,yrbG,AL009126.3,BSU27680,2831124,2831780,-,conserved hypothetical protein,Function unknown,O32050,Op1006 +BSU_27690,yrzE,AL009126.3,BSU27690,2831915,2832367,+,putative transporter,Function unknown,O32051,Op1007 +BSU_27700,yrbF,AL009126.3,BSU27700,2832424,2832690,-,component of the preprotein translocase,"Intracellular trafficking, secretion, and vesicular transport",O32052,Op5 +BSU_27710,tgt,AL009126.3,BSU27710,2832727,2833872,-,tRNA-guanine transglycosylase,Nucleotide transport and metabolism,O32053,Op5 +BSU_27720,queA,AL009126.3,BSU27720,2833899,2834927,-,S-adenosylmethionine tRNA ribosyltransferase-isomerase,"Translation, ribosomal structure and biogenesis",O32054,Op5 +BSU_27729,yrzS,AL009126.3,BSU27729,2834957,2835157,-,conserved membrane protein of unknown function,Function unknown,C0H463,Op5 +BSU_27730,ruvB,AL009126.3,BSU27730,2835150,2836154,-,Holliday junction DNA helicase%2C ATP-dependent component,"Replication, recombination and repair",O32055,Op1008 +BSU_27740,ruvA,AL009126.3,BSU27740,2836165,2836770,-,Holliday junction DNA helicase,"Replication, recombination and repair",O05392,Op1008 +BSU_27750,bofC,AL009126.3,BSU27750,2836909,2837421,-,bypass of forespore C%2C intercompartmental signaling factor,Function unknown,O05391,Op1009 +BSU_27760,csbX,AL009126.3,BSU27760,2837469,2838776,-,putative catecholate siderophose exporter,Amino acid transport and metabolism,O05390,Op1009 +BSU_27770,yrbE,AL009126.3,BSU27770,2838847,2839872,-,putative inositol-related oxidoreductase,Function unknown,O05389,Op5 +BSU_27785,yrzF,AL009126.3,BSU27785,2840110,2840757,+,putative serine/threonine-protein kinase,Signal transduction mechanisms,O32057,Op5 +BSU_27786,BSU_27786,AL009126.3,BSU27786,2840803,2840925,-,hypothetical protein,No COG annotation,L8EAY3,Op1010 +BSU_27800,yrzH,AL009126.3,BSU27800,2841010,2841300,+,hypothetical protein,Function unknown,,Op5 +BSU_27809,yrzT,AL009126.3,BSU27809,2841307,2841447,+,hypothetical protein,No COG annotation,C0H464,Op5 +BSU_27810,alaP,AL009126.3,BSU27810,2841611,2843065,+,sodium/proton-dependent alanine transporter,Amino acid transport and metabolism,O32060,Op1011 +BSU_27820,yrbC,AL009126.3,BSU27820,2843106,2843828,-,putative factor regulating gene expression,Transcription,P94447,Op5 +BSU_27830,sgpA,AL009126.3,BSU27830,2843931,2844527,-,spore germination protein,Function unknown,P94446,Op1012 +BSU_27840,safA,AL009126.3,BSU27840,2844675,2845838,-,morphogenetic protein associated with SpoVID,Cell wall/membrane/envelope biogenesis,O32062,Op1012 +BSU_27850,nadA,AL009126.3,BSU27850,2845955,2847061,-,quinolinate synthetase,Coenzyme transport and metabolism,Q9KWZ1,Op1013 +BSU_27860,nadC,AL009126.3,BSU27860,2847048,2847917,-,nicotinate-nucleotide pyrophosphorylase (quinolinate phosphoribosyltransferase),Coenzyme transport and metabolism,P39666,Op1013 +BSU_27870,nadB,AL009126.3,BSU27870,2847871,2849466,-,L-aspartate oxidase,Coenzyme transport and metabolism,P38032,Op1013 +BSU_27880,nifS,AL009126.3,BSU27880,2849569,2850756,+,desulfurase involved in iron-sulfur clusters for NAD biosynthesis,Amino acid transport and metabolism,P38033,Op1014 +BSU_27890,niaR,AL009126.3,BSU27890,2850716,2851258,+,transcriptional repressor of de novo NAD biosynthesis,Function unknown,P39667,Op1014 +BSU_27900,pheA,AL009126.3,BSU27900,2851283,2852140,-,prephenate dehydratase,Amino acid transport and metabolism,P21203,Op1015 +BSU_27910,thrR,AL009126.3,BSU27910,2852157,2852600,-,transcriptional repressor of operons hom-thrCB and thrD,Function unknown,P21204,Op1015 +BSU_27920,obgE,AL009126.3,BSU27920,2852661,2853947,-,ppGpp-binding GTPase involved in cell portioning%2C DNA repair and ribosome assembly,Function unknown,P20964,Op1016 +BSU_27930,spo0B,AL009126.3,BSU27930,2853981,2854559,-,sporulation initiation phosphotransferase,Signal transduction mechanisms,P06535,Op1016 +BSU_27935,BSU_27935,AL009126.3,BSU27935,2854637,2854759,+,hypothetical protein,No COG annotation,A0A2K4Z9M6,Op1017 +BSU_27940,rpmA,AL009126.3,BSU27940,2854880,2855164,-,ribosomal protein L27 (BL24),"Translation, ribosomal structure and biogenesis",P05657,Op1018 +BSU_27950,rppA,AL009126.3,BSU27950,2855177,2855515,-,ribosomal protein L27 specific N-terminal end cysteine protease,"Translation, ribosomal structure and biogenesis",P26942,Op5 +BSU_27960,rplU,AL009126.3,BSU27960,2855518,2855826,-,ribosomal protein L21 (BL20),"Translation, ribosomal structure and biogenesis",P26908,Op5 +BSU_27970,spoIVFB,AL009126.3,BSU27970,2855973,2856839,-,membrane metalloprotease [proteolysis of pro-sigma(K)],Function unknown,P26937,Op1019 +BSU_27980,spoIVFA,AL009126.3,BSU27980,2856832,2857626,-,regulator of SpoIVFB (stage IV sporulation),Cell wall/membrane/envelope biogenesis,P26936,Op1019 +BSU_27990,minD,AL009126.3,BSU27990,2857776,2858582,-,ATPase activator of MinC,"Cell cycle control, cell division, chromosome partitioning",Q01464,Op1020 +BSU_28000,minC,AL009126.3,BSU28000,2858584,2859264,-,cell-division regulator (septum placement),"Cell cycle control, cell division, chromosome partitioning",Q01463,Op1020 +BSU_28010,mreD,AL009126.3,BSU28010,2859317,2859835,-,cell-shape determining protein,Cell wall/membrane/envelope biogenesis,Q01467,Op1020 +BSU_28020,mreC,AL009126.3,BSU28020,2859832,2860704,-,cell-shape determining protein,Cell wall/membrane/envelope biogenesis,Q01466,Op1020 +BSU_28030,mreB,AL009126.3,BSU28030,2860735,2861748,-,cell-shape determining protein,"Cell cycle control, cell division, chromosome partitioning",Q01465,Op1020 +BSU_28040,ysxA,AL009126.3,BSU28040,2861840,2862535,-,conserved nucleotide-related metabolism protein,Amino acid transport and metabolism,Q02170,Op1021 +BSU_28050,maf,AL009126.3,BSU28050,2862572,2863141,-,nucleoside triphosphate pyrophosphatase%3B septum formation DNA-binding protein (multicopy associated filamentation),"Cell cycle control, cell division, chromosome partitioning",Q02169,Op1022 +BSU_28060,spoIIB,AL009126.3,BSU28060,2863294,2864292,-,spatial and temporal regulator of the dissolution of septal peptidoglycan during engulfment (stage II sporulation),Function unknown,P37575,Op5 +BSU_28070,comC,AL009126.3,BSU28070,2864426,2865172,-,membrane prepilin peptidase,Cell motility,P15378,Op1023 +BSU_28080,folC,AL009126.3,BSU28080,2865312,2866604,-,folyl-polyglutamate synthase,Coenzyme transport and metabolism,Q05865,Op1024 +BSU_28090,valS,AL009126.3,BSU28090,2866664,2869306,-,valyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",Q05873,Op1024 +BSU_28099,yszA,AL009126.3,BSU28099,2869754,2869945,+,conserved protein of unknown function,No COG annotation,C0H465,Op1025 +BSU_28100,cotN,AL009126.3,BSU28100,2869964,2870989,-,spore coat protein,Function unknown,P37964,Op1026 +BSU_28110,spoVID,AL009126.3,BSU28110,2871022,2872749,-,morphogenetic spore protein (stage VI sporulation),Cell wall/membrane/envelope biogenesis,P37963,Op1026 +BSU_28120,hemL,AL009126.3,BSU28120,2872880,2874172,-,glutamate-1-semialdehyde 2%2C1-aminomutase,Coenzyme transport and metabolism,P30949,Op1027 +BSU_28130,hemB,AL009126.3,BSU28130,2874202,2875176,-,delta-aminolevulinic acid dehydratase (porphobilinogen synthase),Coenzyme transport and metabolism,P30950,Op1027 +BSU_28140,hemD,AL009126.3,BSU28140,2875173,2875961,-,uroporphyrinogen III cosynthase,Coenzyme transport and metabolism,P21248,Op1027 +BSU_28150,hemC,AL009126.3,BSU28150,2875951,2876895,-,porphobilinogen deaminase (hydroxymethylbilane synthase),Coenzyme transport and metabolism,P16616,Op1027 +BSU_28160,hemX,AL009126.3,BSU28160,2876928,2877758,-,negative effector of the concentration of glutamyl-tRNA reductase HemA,"Post-translational modification, protein turnover, and chaperones",P16645,Op1027 +BSU_28170,hemA,AL009126.3,BSU28170,2877766,2879133,-,glutamyl-tRNA reductase,Coenzyme transport and metabolism,P16618,Op1027 +BSU_28180,ysxD,AL009126.3,BSU28180,2879363,2879860,+,putative integral inner membrane protein,No COG annotation,P40736,Op1028 +BSU_28190,engB,AL009126.3,BSU28190,2879882,2880469,-,GTPase involved in ribosome 50S subunit assembly (maturation of the central 50S protuberance),"Cell cycle control, cell division, chromosome partitioning",P38424,Op1029 +BSU_28200,lonA,AL009126.3,BSU28200,2880466,2882790,-,class III heat-shock ATP-dependent LonA protease,"Post-translational modification, protein turnover, and chaperones",P37945,Op1029 +BSU_28210,lonB,AL009126.3,BSU28210,2882971,2884629,-,spore-specific ATP-dependent protease LonB,"Replication, recombination and repair",P42425,Op1030 +BSU_28220,clpX,AL009126.3,BSU28220,2884781,2886043,-,protein unfolding ATPase required for presentation of proteins to proteases%3B Maxwell's demon,"Post-translational modification, protein turnover, and chaperones",P50866,Op1031 +BSU_28230,tig,AL009126.3,BSU28230,2886315,2887589,-,prolyl isomerase (trigger factor),"Cell cycle control, cell division, chromosome partitioning",P80698,Op1032 +BSU_28240,ysoA,AL009126.3,BSU28240,2887817,2888821,-,putative hydrolase,Coenzyme transport and metabolism,P94569,Op5 +BSU_28250,leuD,AL009126.3,BSU28250,2888940,2889539,-,3-isopropylmalate dehydratase (small subunit),Amino acid transport and metabolism,P94568,Op1033 +BSU_28260,leuC,AL009126.3,BSU28260,2889552,2890970,-,3-isopropylmalate dehydratase (large subunit),Amino acid transport and metabolism,P80858,Op1033 +BSU_28270,leuB,AL009126.3,BSU28270,2891020,2892117,-,3-isopropylmalate dehydrogenase,Energy production and conversion,P05645,Op1033 +BSU_28280,leuA,AL009126.3,BSU28280,2892138,2893694,-,2-isopropylmalate synthase,Amino acid transport and metabolism,P94565,Op1033 +BSU_28290,ilvC,AL009126.3,BSU28290,2893681,2894709,-,acetohydroxy-acid isomeroreductase (NADP-dependent),Amino acid transport and metabolism,P37253,Op1033 +BSU_28300,ilvH,AL009126.3,BSU28300,2894733,2895251,-,acetohydroxy-acid synthase (small subunit),Amino acid transport and metabolism,P37252,Op1033 +BSU_28310,ilvB,AL009126.3,BSU28310,2895248,2896972,-,acetohydroxy-acid synthase (large subunit),Amino acid transport and metabolism,P37251,Op1033 +BSU_28320,cotQ,AL009126.3,BSU28320,2897788,2898123,+,inner spore coat protein,No COG annotation,P94563,Op1034 +BSU_28330,ysnE,AL009126.3,BSU28330,2898292,2898747,+,putative indole acetic acid N-acetyltransferase,Transcription,P94562,Op1035 +BSU_28340,ysnF,AL009126.3,BSU28340,2898931,2899752,+,putative stress response protein,Function unknown,P94560,Op1036 +BSU_28350,ysnB,AL009126.3,BSU28350,2900020,2900529,-,putative phosphoesterase,Function unknown,P94559,Op1037 +BSU_28360,rdgB,AL009126.3,BSU28360,2900545,2901141,-,deoxyinosine/deoxyxanthosine triphosphate pyrophosphatase%2C promiscuous (subunit A),Nucleotide transport and metabolism,P94558,Op5 +BSU_28370,rph,AL009126.3,BSU28370,2901154,2901891,-,ribonuclease PH,"Translation, ribosomal structure and biogenesis",P28619,Op5 +BSU_28380,gerM,AL009126.3,BSU28380,2902002,2903102,-,germination (cortex hydrolysis) and sporulation (stage II%2C multiple polar septa) lytic enzyme,Function unknown,P39072,Op1038 +BSU_28390,rcmE,AL009126.3,BSU28390,2903217,2904035,-,glutamate racemase,Cell wall/membrane/envelope biogenesis,P94556,Op5 +BSU_28400,ysmB,AL009126.3,BSU28400,2904043,2904483,-,putative transcriptional regulator (mother cell's gene expression during sporulation),Transcription,P97247,Op5 +BSU_28410,gerE,AL009126.3,BSU28410,2904727,2904951,-,transcriptional regulator required for the expression of late spore coat genes,Transcription,P11470,Op1039 +BSU_28420,ysmA,AL009126.3,BSU28420,2905067,2905510,-,conserved protein of unknown function,Function unknown,P11469,Op5 +BSU_28430,sdhB,AL009126.3,BSU28430,2905571,2906332,-,succinate dehydrogenase (iron-sulfur protein),Energy production and conversion,P08066,Op1040 +BSU_28440,sdhA,AL009126.3,BSU28440,2906335,2908095,-,succinate dehydrogenase (flavoprotein subunit),Energy production and conversion,P08065,Op1040 +BSU_28450,sdhC,AL009126.3,BSU28450,2908129,2908737,-,succinate dehydrogenase (cytochrome b558 subunit),Energy production and conversion,P08064,Op1040 +BSU_28460,yslB,AL009126.3,BSU28460,2909030,2909476,+,conserved protein of unknown function,Function unknown,P42955,Op1041 +BSU_28470,lysCA,AL009126.3,BSU28470,2909520,2910746,-,aspartokinase II alpha subunit (aa 1->408),Amino acid transport and metabolism,P08495,Op1042 +BSU_28475,lysCB,AL009126.3,BSU28475,2909520,2910011,-,aspartokinase II beta subunit (aa 246->408),Amino acid transport and metabolism,A0A2K4Z9M4,Op1043 +BSU_28490,uvrC,AL009126.3,BSU28490,2911116,2912888,-,excinuclease ABC (subunit C),"Replication, recombination and repair",P14951,Op1044 +BSU_28500,trxA,AL009126.3,BSU28500,2913024,2913338,-,thioredoxin,"Post-translational modification, protein turnover, and chaperones",P14949,Op1045 +BSU_28509,BSU_28509,AL009126.3,,2913483,2913593,-,CDS C-terminal fragment,No COG annotation,,Op1046 +BSU_28510,abfB,AL009126.3,BSU28510,2913661,2915148,-,exo-alpha-L-arabinofuranosidase,Carbohydrate transport and metabolism,P94552,Op1047 +BSU_28520,etfA,AL009126.3,BSU28520,2915365,2916342,-,electron transfer flavoprotein (alpha subunit),Energy production and conversion,P94551,Op1048 +BSU_28530,etfB,AL009126.3,BSU28530,2916378,2917151,-,electron transfer flavoprotein (beta subunit),Energy production and conversion,P94550,Op1048 +BSU_28540,fadB,AL009126.3,BSU28540,2917166,2917942,-,enoyl-CoA hydratase,Lipid transport and metabolism,P94549,Op1048 +BSU_28550,fadR,AL009126.3,BSU28550,2917957,2918541,-,transcriptional regulator of fatty acids degradation [FadR-long-chain (C14-C20) acyl-CoAs],Transcription,P94548,Op1048 +BSU_28560,lcfA,AL009126.3,BSU28560,2918646,2920328,-,long chain acyl-CoA ligase (degradative),Lipid transport and metabolism,P94547,Op1048 +BSU_28570,yshE,AL009126.3,BSU28570,2920517,2920921,-,putative integral inner membrane protein,Function unknown,P94546,Op1049 +BSU_28580,mutSB,AL009126.3,BSU28580,2920936,2923293,-,homologous recombination factor,"Replication, recombination and repair",P94545,Op5 +BSU_28590,polX,AL009126.3,BSU28590,2923314,2925026,-,DNA polymerase/3'-5' exonuclease X,"Replication, recombination and repair",P94544,Op5 +BSU_28600,yshB,AL009126.3,BSU28600,2925100,2925633,-,putative integral membrane protein,Function unknown,P94543,Op1050 +BSU_28610,zapA,AL009126.3,BSU28610,2925640,2925897,-,regulator of cell division,"Cell cycle control, cell division, chromosome partitioning",P94542,Op5 +BSU_28620,rnhC,AL009126.3,BSU28620,2926031,2926972,+,ribonuclease HIII,"Replication, recombination and repair",P94541,Op1051 +BSU_28630,pheT,AL009126.3,BSU28630,2927008,2929422,-,phenylalanyl-tRNA synthetase (beta subunit),"Translation, ribosomal structure and biogenesis",P17922,Op1052 +BSU_28640,pheS,AL009126.3,BSU28640,2929438,2930472,-,phenylalanyl-tRNA synthetase (alpha subunit),"Translation, ribosomal structure and biogenesis",P17921,Op1052 +BSU_28645,BSU_28645,AL009126.3,BSU28645,2930554,2930760,+,hypothetical protein,No COG annotation,A0A2K4Z9L9,Op1053 +BSU_28650,rlmBB,AL009126.3,BSU28650,2930827,2931573,-,ribosomal RNA methylase,"Translation, ribosomal structure and biogenesis",P94538,Op1054 +BSU_28660,sspI,AL009126.3,BSU28660,2931692,2931907,+,small acid-soluble spore protein,Function unknown,P94537,Op1055 +BSU_28670,ysfB,AL009126.3,BSU28670,2931976,2933082,+,putative transcriptional regulator (glycolate degradation operon),Transcription,P94536,Op5 +BSU_28680,glcD,AL009126.3,BSU28680,2933185,2934597,+,glycolate oxidase subunit,Energy production and conversion,P94535,Op5 +BSU_28690,glcF,AL009126.3,BSU28690,2934594,2935928,+,glycolate oxidase (iron-sulfur subunit),Energy production and conversion,P94534,Op1056 +BSU_28700,ysfE,AL009126.3,BSU28700,2935967,2936209,-,conserved protein of unknown function,Amino acid transport and metabolism,P94533,Op1057 +BSU_28709,BSU_28709,AL009126.3,BSU28709,2936269,2936439,-,hypothetical protein,No COG annotation,A0A2K4Z9L8,Op1058 +BSU_28710,cstA,AL009126.3,BSU28710,2936382,2938178,-,carbon starvation-induced membrane protein,Signal transduction mechanisms,P94532,Op5 +BSU_28720,abfA,AL009126.3,BSU28720,2938330,2939832,-,alpha-L-arabinofuranosidase,Carbohydrate transport and metabolism,P94531,Op1059 +BSU_28730,araQ,AL009126.3,BSU28730,2939851,2940696,-,arabinose/arabinan permease,Carbohydrate transport and metabolism,P94530,Op1059 +BSU_28740,araP,AL009126.3,BSU28740,2940697,2941638,-,arabinose/arabinan permease,Carbohydrate transport and metabolism,P94529,Op1059 +BSU_28750,araN,AL009126.3,BSU28750,2941674,2942975,-,sugar-binding lipoprotein,Carbohydrate transport and metabolism,P94528,Op1059 +BSU_28760,egsA,AL009126.3,BSU28760,2943006,2944190,-,sn-glycerol-1-phosphate dehydrogenase [NAD+] (catabolic),Lipid transport and metabolism,P94527,Op1059 +BSU_28770,araL,AL009126.3,BSU28770,2944187,2945005,-,glycolytic and pentose phosphate intermediates phosphatase,Carbohydrate transport and metabolism,P94526,Op1059 +BSU_28780,araD,AL009126.3,BSU28780,2944983,2945672,-,L-ribulose-5-phosphate 4-epimerase,Carbohydrate transport and metabolism,P94525,Op1059 +BSU_28790,araB,AL009126.3,BSU28790,2945689,2947371,-,L-ribulokinase,Energy production and conversion,P94524,Op1059 +BSU_28800,araA,AL009126.3,BSU28800,2947385,2948875,-,L-arabinose isomerase,Carbohydrate transport and metabolism,P94523,Op1059 +BSU_28810,abnA,AL009126.3,BSU28810,2949053,2950024,-,arabinan-endo-1%2C5-alpha-L-arabinase,Carbohydrate transport and metabolism,P94522,Op1060 +BSU_28820,frvX,AL009126.3,BSU28820,2950221,2951306,-,putative fructose-lysine aminopeptidase,Carbohydrate transport and metabolism,P94521,Op5 +BSU_28830,ysdB,AL009126.3,BSU28830,2951490,2951882,+,conserved protein of unknown function,Function unknown,P94520,Op1061 +BSU_28840,ysdA,AL009126.3,BSU28840,2951898,2952167,-,putative membrane component,Function unknown,P94519,Op1062 +BSU_28850,rplT,AL009126.3,BSU28850,2952224,2952583,-,ribosomal protein L20,"Translation, ribosomal structure and biogenesis",P55873,Op1062 +BSU_28860,rpmI,AL009126.3,BSU28860,2952615,2952815,-,ribosomal protein L35,"Translation, ribosomal structure and biogenesis",P55874,Op1062 +BSU_28870,infC,AL009126.3,BSU28870,2952828,2953349,-,initiation factor IF-3,"Translation, ribosomal structure and biogenesis",P55872,Op1062 +BSU_28890,yscB,AL009126.3,BSU28890,2953795,2954460,+,putative lipoprotein,No COG annotation,P94517,Op1063 +BSU_28900,pftB,AL009126.3,BSU28900,2954492,2955187,-,pyruvate import system subunit B,Cell wall/membrane/envelope biogenesis,P94516,Op1064 +BSU_28910,pftA,AL009126.3,BSU28910,2955209,2955649,-,pyruvate uptake system subunit A,Function unknown,P94515,Op1064 +BSU_28920,lytT,AL009126.3,BSU28920,2955783,2956508,-,two-component response regulator [LytS],Signal transduction mechanisms,P94514,Op1065 +BSU_28930,lytS,AL009126.3,BSU28930,2956486,2958267,-,two-component sensor histidine kinase [LytT],Signal transduction mechanisms,P94513,Op5 +BSU_28940,ysaA,AL009126.3,BSU28940,2958434,2959216,+,promiscuous phosphatase,Function unknown,P94512,Op1066 +BSU_28950,thrS,AL009126.3,BSU28950,2959257,2961188,-,threonyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P18255,Op1067 +BSU_28960,ytxC,AL009126.3,BSU28960,2961586,2962431,-,sporulation protein,Function unknown,P06569,Op1068 +BSU_28970,ytxB,AL009126.3,BSU28970,2962510,2963151,-,putative osomosensing transporter,Function unknown,P06568,Op5 +BSU_28980,dnaI,AL009126.3,BSU28980,2963185,2964120,-,helicase loader,"Replication, recombination and repair",P06567,Op5 +BSU_28990,dnaB,AL009126.3,BSU28990,2964148,2965566,-,helicase loading protein%3B replication initiation membrane attachment protein,"Replication, recombination and repair",P07908,Op5 +BSU_29000,nrdR,AL009126.3,BSU29000,2965681,2966139,-,negative regulator of transcription of ribonucleotide reductase nrd genes and operons,Transcription,Q45549,Op1069 +BSU_29010,speD,AL009126.3,BSU29010,2966413,2966793,-,S-adenosylmethionine decarboxylase,Amino acid transport and metabolism,O34426,Op1070 +BSU_29020,gapB,AL009126.3,BSU29020,2967032,2968054,-,glyceraldehyde-3-phosphate dehydrogenase (NADP-dependent%2C gluconeogenesis),Carbohydrate transport and metabolism,O34425,Op1070 +BSU_29030,ytcD,AL009126.3,BSU29030,2968260,2968640,-,putative transcriptional regulator (HxlR family),Transcription,O34533,Op5 +BSU_29040,ytbD,AL009126.3,BSU29040,2968824,2970014,+,putative transporter,Amino acid transport and metabolism,O34367,Op5 +BSU_29050,ytbE,AL009126.3,BSU29050,2970038,2970880,+,promiscuous aldo/keto reductase,Function unknown,O34678,Op5 +BSU_29060,coaE,AL009126.3,BSU29060,2970922,2971515,-,dephosphocoenzyme A kinase,Nucleotide transport and metabolism,O34932,Op1071 +BSU_29070,spcF,AL009126.3,BSU29070,2971531,2972163,-,membrane calmodulin-like protein essential for stage III sporulation,Inorganic ion transport and metabolism,C0SP79,Op5 +BSU_29080,mutM,AL009126.3,BSU29080,2972329,2973159,-,formamidopyrimidine-DNA glycosylase%3B 5-hydroxymethyl-uracil DNA-glycosylase,"Replication, recombination and repair",O34403,Op5 +BSU_29090,polA,AL009126.3,BSU29090,2973182,2975824,-,DNA polymerase I,"Replication, recombination and repair",O34996,Op5 +BSU_29100,phoR,AL009126.3,BSU29100,2976068,2977807,-,two-component sensor histidine kinase,Signal transduction mechanisms,P23545,Op1072 +BSU_29110,phoP,AL009126.3,BSU29110,2977800,2978522,-,two-component response regulator,Signal transduction mechanisms,P13792,Op1072 +BSU_29120,mdh,AL009126.3,BSU29120,2978734,2979672,-,malate dehydrogenase (NAD-dependent),Energy production and conversion,P49814,Op1073 +BSU_29130,icd,AL009126.3,BSU29130,2979716,2980987,-,isocitrate dehydrogenase,Energy production and conversion,P39126,Op1073 +BSU_29140,citZ,AL009126.3,BSU29140,2981151,2982269,-,citrate synthase II,Energy production and conversion,P39120,Op1073 +BSU_29150,ytwI,AL009126.3,BSU29150,2982603,2983067,-,putative integral membrane protein,Function unknown,O34811,Op1074 +BSU_29160,ytvI,AL009126.3,BSU29160,2983164,2984279,+,putative sporulation-related permease,Function unknown,O34991,Op1075 +BSU_29170,ytzA,AL009126.3,BSU29170,2984312,2984695,-,putative integral inner membrane protein,Function unknown,O32064,Op1076 +BSU_29180,pyk,AL009126.3,BSU29180,2984788,2986545,-,pyruvate kinase,Carbohydrate transport and metabolism,P80885,Op1076 +BSU_29190,pfkA,AL009126.3,BSU29190,2986588,2987547,-,6-phosphofructokinase,Nucleotide transport and metabolism,O34529,Op1076 +BSU_29200,accA,AL009126.3,BSU29200,2987731,2988708,-,acetyl-CoA carboxylase (carboxyltransferase alpha subunit),Lipid transport and metabolism,O34847,Op1077 +BSU_29210,accD,AL009126.3,BSU29210,2988693,2989565,-,acetyl-CoA carboxylase (carboxyltransferase beta subunit),Lipid transport and metabolism,C0SP93,Op1077 +BSU_29220,maeB,AL009126.3,BSU29220,2989900,2991132,-,NADP-dependent malic enzyme (conversion of malate into pyruvate%2C anabolic),Energy production and conversion,O34962,Op1078 +BSU_29230,dnaEC,AL009126.3,BSU29230,2991269,2994616,-,DNA polymerase III (alpha subunit)%2C DnaE3,"Replication, recombination and repair",O34623,Op1079 +BSU_29239,ytrH,AL009126.3,BSU29239,2994756,2995097,+,membrane protein involved in a sporulation process,Function unknown,C0H3P8,Op1080 +BSU_29240,ytrI,AL009126.3,BSU29240,2995094,2995597,+,protein involved in sporulation,No COG annotation,O34460,Op1080 +BSU_29249,ytzJ,AL009126.3,BSU29249,2995699,2995890,+,putative sporulation-related conserved protein,No COG annotation,C0H3P9,Op5 +BSU_29250,nrnA,AL009126.3,BSU29250,2995908,2996849,-,nanoRNase (oligoribonuclease) (3'->5'short substrates%2C 5'->3' long substrates)%2C 3'%2C5'-bisphosphate nucleotidase,Function unknown,O34600,Op1081 +BSU_29260,ytpI,AL009126.3,BSU29260,2996980,2997282,+,conserved protein of unknown function,Function unknown,O34922,Op1082 +BSU_29270,ytoI,AL009126.3,BSU29270,2997301,2998620,-,conserved protein of unknown function,Transcription,O34921,Op1083 +BSU_29280,ytnM,AL009126.3,BSU29280,2998796,2999698,-,putative transporter,Function unknown,O34430,Op1084 +BSU_29290,sndA,AL009126.3,BSU29290,2999717,3000967,-,S-alkyl-N-acetyl-metabolite deacetylase,Amino acid transport and metabolism,O34980,Op1084 +BSU_29300,ribR,AL009126.3,BSU29300,3000985,3001677,-,FMN-riboswitch-binding activator of rib genes,Coenzyme transport and metabolism,P94465,Op1084 +BSU_29310,cmoJ,AL009126.3,BSU29310,3001724,3003052,-,monooxygenase (S-alkyl substrates),Energy production and conversion,O34974,Op1084 +BSU_29320,cmoI,AL009126.3,BSU29320,3003049,3003330,-,redoxin,"Post-translational modification, protein turnover, and chaperones",O34639,Op1084 +BSU_29330,cmoO,AL009126.3,BSU29330,3003345,3004349,-,monooxygenase (S-alkyl substrates),Energy production and conversion,O34846,Op1084 +BSU_29340,tcyN,AL009126.3,BSU29340,3004346,3005125,-,sulfur-containing amino-acid ABC transporter (ATP-binding protein),Amino acid transport and metabolism,O34900,Op1084 +BSU_29350,tcyM,AL009126.3,BSU29350,3005122,3005829,-,sulfur-containing amino acid ABC transporter (permease),"Intracellular trafficking, secretion, and vesicular transport",O34931,Op1084 +BSU_29360,tcyL,AL009126.3,BSU29360,3005859,3006578,-,sulfur-containing amino acid ABC transporter (permease),Inorganic ion transport and metabolism,O34315,Op1084 +BSU_29370,tcyK,AL009126.3,BSU29370,3006600,3007412,-,sulfur-containing amino acid ABC transporter binding lipoprotein,Cell wall/membrane/envelope biogenesis,O34852,Op1084 +BSU_29380,tcyJ,AL009126.3,BSU29380,3007426,3008235,-,sulfur containing amino acid ABC transporter binding lipoprotein,Amino acid transport and metabolism,O34406,Op1084 +BSU_29390,snaA,AL009126.3,BSU29390,3008249,3008785,-,N-acetyltransferase acting on sulfur compounds,Transcription,O34350,Op1084 +BSU_29400,ascR,AL009126.3,BSU29400,3008938,3009864,+,transcriptional regulator of operon snaA-ytnM degrading cysteine-containing compounds (AscR-N-acetylcysteine),Transcription,O35038,Op1085 +BSU_29410,ytkL,AL009126.3,BSU29410,3009915,3010598,-,putative metal-dependent hydrolase,Function unknown,Q795U4,Op1086 +BSU_29420,ytkK,AL009126.3,BSU29420,3010661,3011428,-,putative 3-oxoacyl-acyl-carrier protein reductase,Lipid transport and metabolism,O34308,Op5 +BSU_29430,ytzD,AL009126.3,BSU29430,3011555,3011791,-,conserved protein of unknown function,No COG annotation,,Op5 +BSU_29440,argH,AL009126.3,BSU29440,3011751,3013136,-,argininosuccinate lyase,Amino acid transport and metabolism,O34858,Op5 +BSU_29450,argG,AL009126.3,BSU29450,3013133,3014344,-,argininosuccinate synthase,Amino acid transport and metabolism,O34347,Op5 +BSU_29460,moaB,AL009126.3,BSU29460,3014514,3015026,-,molybdopterin GTP-binding precursor Z biosynthesis component,Coenzyme transport and metabolism,O34457,Op1087 +BSU_29470,ackA,AL009126.3,BSU29470,3015111,3016298,-,acetate kinase,Nucleotide transport and metabolism,P37877,Op1088 +BSU_29479,BSU_29479,AL009126.3,BSU29479,3016471,3016674,-,hypothetical protein,No COG annotation,A0A2K4Z9M3,Op1089 +BSU_29480,ytxK,AL009126.3,BSU29480,3016646,3017635,-,putative nucleic acid methyltransferase,"Replication, recombination and repair",P37876,Op1090 +BSU_29490,tpx,AL009126.3,BSU29490,3017696,3018199,-,thiol peroxidase (lipid hydroperoxide reductase),"Post-translational modification, protein turnover, and chaperones",P80864,Op1091 +BSU_29500,gerW,AL009126.3,BSU29500,3018309,3018764,-,germination-associated protein,Function unknown,O34806,Op1092 +BSU_29510,ytfI,AL009126.3,BSU29510,3018778,3019458,-,conserved sporulation-related protein,Function unknown,O34917,Op1092 +BSU_29520,yteJ,AL009126.3,BSU29520,3019533,3020027,-,putative integral inner membrane protein,Function unknown,O34424,Op1093 +BSU_29530,sppA,AL009126.3,BSU29530,3020040,3021047,-,signal peptide peptidase,"Post-translational modification, protein turnover, and chaperones",O34525,Op1093 +BSU_29540,ppnKB,AL009126.3,BSU29540,3021233,3022036,+,inorganic polyphosphate/ATP-NAD kinase,Carbohydrate transport and metabolism,O34934,Op1094 +BSU_29550,ytcJ,AL009126.3,BSU29550,3022068,3023657,-,putative N-substituted formamide deformylase%2C dihydropyrimidinase or isoaspartyl peptidase,Function unknown,O34355,Op1095 +BSU_29560,ytcI,AL009126.3,BSU29560,3023677,3025266,-,putative acyl-coenzyme A synthetase,Lipid transport and metabolism,C0SPB0,Op5 +BSU_29570,sspA,AL009126.3,BSU29570,3025445,3025654,-,small acid-soluble spore protein (alpha-type SASP),Function unknown,P04831,Op1096 +BSU_29580,trmG,AL009126.3,BSU29580,3025748,3026953,-,persulfide ATP pyrophosphatase involved in tRNA modification,Coenzyme transport and metabolism,O34595,Op5 +BSU_29590,iscSB,AL009126.3,BSU29590,3026957,3028102,-,cysteine desulfurase,Amino acid transport and metabolism,O34874,Op5 +BSU_29600,braB,AL009126.3,BSU29600,3028297,3029634,+,branched-chain amino acid-Na+ symporter,Amino acid transport and metabolism,O34545,Op1097 +BSU_29610,ezrA,AL009126.3,BSU29610,3029729,3031417,-,negative regulator of FtsZ ring formation,"Cell cycle control, cell division, chromosome partitioning",O34894,Op1098 +BSU_29620,hisK,AL009126.3,BSU29620,3031614,3032420,+,histidinol phosphate phosphatase,Amino acid transport and metabolism,O34411,Op1099 +BSU_29630,refZ,AL009126.3,BSU29630,3032417,3033040,-,regulator of FtsZ defining the chromosome region captured in the forespore,Transcription,O34970,Op1100 +BSU_29640,msrC,AL009126.3,BSU29640,3033167,3033658,+,free methionine-(R)-sulfoxide reductase,Signal transduction mechanisms,O34553,Op1101 +BSU_29650,dgcP,AL009126.3,BSU29650,3033696,3035435,-,diguanylate cyclase,Signal transduction mechanisms,O34325,Op1102 +BSU_29660,rpsD,AL009126.3,BSU29660,3035730,3036332,+,ribosomal protein S4 (BS4),"Translation, ribosomal structure and biogenesis",P21466,Op1103 +BSU_29670,tyrS,AL009126.3,BSU29670,3036603,3037871,-,tyrosyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P22326,Op1104 +BSU_29680,acsA,AL009126.3,BSU29680,3038213,3039931,-,acetyl-CoA synthetase,Lipid transport and metabolism,P39062,Op1105 +BSU_29690,acuA,AL009126.3,BSU29690,3040092,3040724,+,protein acetyltransferase (acetylates AcsA),Transcription,P39065,Op1106 +BSU_29700,acuB,AL009126.3,BSU29700,3040751,3041395,+,component of the acetyl-coenzyme A synthetase regulation pathway,Function unknown,P39066,Op1106 +BSU_29710,acuC,AL009126.3,BSU29710,3041392,3042555,+,protein deacetylase (regulates AcsA activity),Chromatin structure and dynamics,P39067,Op1106 +BSU_29720,motS,AL009126.3,BSU29720,3042566,3043294,-,sodium channel stator-force generator peptidoglycan binding subunit of flagellar rotation,Cell motility,P39064,Op1107 +BSU_29730,motP,AL009126.3,BSU29730,3043284,3044102,-,sodium channel stator-force generator subunit of flagellar rotation,Cell motility,P39063,Op1107 +BSU_29740,ccpA,AL009126.3,BSU29740,3044165,3045169,-,transcriptional regulator of catabolite repression (Lacl family),Transcription,P25144,Op1107 +BSU_29750,aroX,AL009126.3,BSU29750,3045445,3046521,-,bifunctional chorismate mutase type II-isozyme 3 (regulatory domain)%3B 3-deoxy-D-arabino-heptulosonate 7-phosphate synthase,Amino acid transport and metabolism,P39912,Op1108 +BSU_29760,brxJ,AL009126.3,BSU29760,3046757,3047083,-,bacilliredoxin involved in debacillithiolation,"Post-translational modification, protein turnover, and chaperones",P39914,Op1109 +BSU_29770,ytxH,AL009126.3,BSU29770,3047107,3047562,-,conserved protein of unknown function,Function unknown,P40780,Op1109 +BSU_29780,ytxG,AL009126.3,BSU29780,3047593,3048015,-,general stress protein,Function unknown,P40779,Op1109 +BSU_29790,murC,AL009126.3,BSU29790,3048177,3049475,-,UDP-N-acetyl muramate-alanine ligase,Cell wall/membrane/envelope biogenesis,P40778,Op1110 +BSU_29805,sftA,AL009126.3,BSU29805,3049725,3052583,-,DNA translocase,"Cell cycle control, cell division, chromosome partitioning",C0SP86,Op1111 +BSU_29820,ytpR,AL009126.3,BSU29820,3052743,3053348,-,putative tRNA binding enzyme,"Translation, ribosomal structure and biogenesis",O34943,Op1112 +BSU_29830,ytpQ,AL009126.3,BSU29830,3053364,3054173,-,conserved protein of unknown function (iron homeostasis),Function unknown,O34496,Op1112 +BSU_29840,ytpP,AL009126.3,BSU29840,3054188,3054511,-,putative thiol-disulfide oxidoreductase with thioredoxin domain,Energy production and conversion,O34357,Op1112 +BSU_29845,BSU_29845,AL009126.3,BSU29845,3054550,3054666,-,hypothetical protein,No COG annotation,A0A2K4Z9M1,Op1113 +BSU_29850,ytoQ,AL009126.3,BSU29850,3054746,3055192,+,putative enzyme with sugar binding fold,Function unknown,O34305,Op1114 +BSU_29860,ytoP,AL009126.3,BSU29860,3055247,3056320,-,putative modified amino acid aminopeptidase,Carbohydrate transport and metabolism,O34924,Op1115 +BSU_29870,ytzB,AL009126.3,BSU29870,3056479,3056796,+,conserved protein of unknown function,Function unknown,O32065,Op1116 +BSU_29880,maeC,AL009126.3,BSU29880,3056849,3058549,-,NAD-dependent malic enzyme (conversion of malate into pyruvate),Energy production and conversion,O34389,Op1117 +BSU_29890,ytnP,AL009126.3,BSU29890,3058631,3059401,-,putative quorum-quenching lactonase,Function unknown,O34760,Op5 +BSU_29900,trmB,AL009126.3,BSU29900,3059547,3060188,-,tRNA (guanine-N(7)-)-methyltransferase,"Translation, ribosomal structure and biogenesis",O34522,Op1118 +BSU_29910,ytzH,AL009126.3,BSU29910,3060395,3060673,+,conserved protein of unknown function,Function unknown,O32066,Op1119 +BSU_29920,ytmP,AL009126.3,BSU29920,3060674,3061288,-,putative kinase/phosphotransferase,Cell wall/membrane/envelope biogenesis,C0SPC1,Op5 +BSU_29930,amyX,AL009126.3,BSU29930,3061651,3063807,-,pullulanase,Carbohydrate transport and metabolism,C0SPA0,Op1120 +BSU_29940,ytlR,AL009126.3,BSU29940,3063833,3064762,-,putative phospholipid kinase,Lipid transport and metabolism,O34799,Op5 +BSU_29950,ytlQ,AL009126.3,BSU29950,3064811,3065725,-,putative hydrolase,No COG annotation,O34471,Op5 +BSU_29960,ytlP,AL009126.3,BSU29960,3065751,3066302,-,putative RNA 2'%2C3'-cyclic phosphodiesterase,"Translation, ribosomal structure and biogenesis",O34570,Op5 +BSU_29970,ytkP,AL009126.3,BSU29970,3066451,3067386,+,putative cysteine synthase-like enzyme,Amino acid transport and metabolism,O34476,Op1121 +BSU_29980,ytjP,AL009126.3,BSU29980,3067420,3068811,-,putative promiscuous peptidase/deacylase,Amino acid transport and metabolism,O34944,Op1122 +BSU_29990,pbuO,AL009126.3,BSU29990,3068908,3070206,+,hypoxanthine/guanine permease,Function unknown,O34978,Op1123 +BSU_30000,ythQ,AL009126.3,BSU30000,3070246,3071403,-,putative ABC transporter (permease),"Intracellular trafficking, secretion, and vesicular transport",O35029,Op1124 +BSU_30010,ythP,AL009126.3,BSU30010,3071400,3072110,-,putative ABC transporter (ATP-binding protein),Defense mechanisms,O34977,Op1124 +BSU_30020,ytzE,AL009126.3,BSU30020,3072401,3072622,+,putative transcriptional regulator (DeoR family),Transcription,O32067,Op1125 +BSU_30035,rsuA,AL009126.3,BSU30035,3072743,3073462,-,16S rRNA pseudouridylate 516 synthase,"Translation, ribosomal structure and biogenesis",O32068,Op5 +BSU_30050,murJ,AL009126.3,BSU30050,3073531,3075165,-,lipid II flippase,Function unknown,O34674,Op5 +BSU_30060,ytfP,AL009126.3,BSU30060,3075367,3076629,+,putative NAD(FAD)-utilizing dehydrogenase,Function unknown,Q795R8,Op5 +BSU_30070,opuD,AL009126.3,BSU30070,3076818,3078356,+,glycine betaine transporter,Cell wall/membrane/envelope biogenesis,P54417,Op1126 +BSU_30080,yteV,AL009126.3,BSU30080,3078393,3078575,-,conserved sporulation-related protein,Function unknown,P94496,Op1127 +BSU_30090,rmgU,AL009126.3,BSU30090,3078643,3079311,-,putative membrane enzyme for rhamnogalaturonan degradation,Function unknown,O34378,Op5 +BSU_30100,rmgT,AL009126.3,BSU30100,3079333,3080619,-,putative dehydrogenase of rhamnogalaturonan degradation,Function unknown,O34371,Op5 +BSU_30110,rmgS,AL009126.3,BSU30110,3080631,3081134,-,lipoprotein required for rhamnogalaturonan transport and degradation,Carbohydrate transport and metabolism,C0SP80,Op5 +BSU_30120,rmgQ,AL009126.3,BSU30120,3081131,3082252,-,unsaturated rhamnogalacturonyl hydrolase,Carbohydrate transport and metabolism,O34559,Op5 +BSU_30135,rmgP,AL009126.3,BSU30135,3082260,3083225,-,permease for unsaturated rhamnogalacturonan,Carbohydrate transport and metabolism,C0SPB3,Op5 +BSU_30150,rmgR,AL009126.3,BSU30150,3083441,3085759,+,membrane bound transcriptional regulator (controlling rhamnogalacturonan degradation),Transcription,O32071,Op1128 +BSU_30160,ytcQ,AL009126.3,BSU30160,3085800,3087296,-,putative ABC transporter (binding lipoprotein),Carbohydrate transport and metabolism,Q795R2,Op1129 +BSU_30170,ytcP,AL009126.3,BSU30170,3087321,3088181,-,putative ABC transporter (permease),Carbohydrate transport and metabolism,P53561,Op5 +BSU_30180,ytbQ,AL009126.3,BSU30180,3088388,3089149,-,putative NAD-dependent nucleoside-diphosphate-sugar epimerase,Carbohydrate transport and metabolism,P53560,Op1130 +BSU_30190,bioI,AL009126.3,BSU30190,3089226,3090413,-,cytochrome P450 for pimelic acid formation for biotin biosynthesis,Energy production and conversion,P53554,Op1130 +BSU_30200,bioB,AL009126.3,BSU30200,3090482,3091489,-,biotin synthase,Coenzyme transport and metabolism,P53557,Op1130 +BSU_30210,bioD,AL009126.3,BSU30210,3091492,3092187,-,dethiobiotin synthetase,Coenzyme transport and metabolism,P53558,Op1130 +BSU_30220,bioFC,AL009126.3,BSU30220,3092184,3093353,-,8-amino-7-oxononanoate synthase (pimeloyl-CoA-dependent),Coenzyme transport and metabolism,P53556,Op1130 +BSU_30230,bioK,AL009126.3,BSU30230,3093343,3094689,-,L-lysine-8-amino-7-oxononanoate aminotransferase,Coenzyme transport and metabolism,P53555,Op1130 +BSU_30240,bioW,AL009126.3,BSU30240,3094679,3095455,-,6-carboxyhexanoate-CoA ligase (pimeloyl-CoA synthase),Coenzyme transport and metabolism,P53559,Op1130 +BSU_30250,ytaP,AL009126.3,BSU30250,3095665,3096564,-,putative hydrolase,Function unknown,O34973,Op1131 +BSU_30260,msmR,AL009126.3,BSU30260,3096782,3097816,+,transcriptional regulator (LacI family),Transcription,O34829,Op1132 +BSU_30270,msmE,AL009126.3,BSU30270,3097850,3099130,+,multiple sugar-binding lipoprotein,Carbohydrate transport and metabolism,O34335,Op1132 +BSU_30280,msmF,AL009126.3,BSU30280,3099123,3100034,+,carbohydrate ABC transporter (permease),Inorganic ion transport and metabolism,O34706,Op1132 +BSU_30290,msmG,AL009126.3,BSU30290,3100031,3100861,+,maltose and multiple sugars ABC transporter (permease),Inorganic ion transport and metabolism,O34518,Op1132 +BSU_30300,melA,AL009126.3,BSU30300,3100881,3102179,+,alpha-D-galactoside galactohydrolase,Carbohydrate transport and metabolism,O34645,Op1132 +BSU_30310,ytwF,AL009126.3,BSU30310,3102201,3102512,-,putative sulfur transferase,Inorganic ion transport and metabolism,O32072,Op5 +BSU_30320,leuS,AL009126.3,BSU30320,3102629,3105043,-,leucyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P36430,Op1133 +BSU_30330,ytvB,AL009126.3,BSU30330,3105470,3105805,-,putative conserved membrane protein,Function unknown,O34881,Op5 +BSU_30340,blrA,AL009126.3,BSU30340,3106210,3106995,+,blue light GTP-binding receptor,Signal transduction mechanisms,O34627,Op1134 +BSU_30350,yttB,AL009126.3,BSU30350,3107232,3108425,-,putative efflux transporter,Amino acid transport and metabolism,O34546,Op1135 +BSU_30360,yttA,AL009126.3,BSU30360,3108614,3109360,+,conserved protein of unknown function,Function unknown,Q795Q5,Op1136 +BSU_30370,bceB,AL009126.3,BSU30370,3109397,3111337,-,ABC transporter (permease),Defense mechanisms,O34741,Op1137 +BSU_30380,bceA,AL009126.3,BSU30380,3111327,3112088,-,bacitracin ABC efflux transporter (ATP-binding protein),Defense mechanisms,O34697,Op1137 +BSU_30390,bceS,AL009126.3,BSU30390,3112190,3113194,-,two-component sensor histidine kinase controlling resistance to antibiotics affecting the envelope [YtsA],Signal transduction mechanisms,O35044,Op1138 +BSU_30400,bceR,AL009126.3,BSU30400,3113187,3113882,-,two-component response regulator controlling resistance to antibiotics affecting the envelope [YtsB],Signal transduction mechanisms,O34951,Op1138 +BSU_30410,ytrF,AL009126.3,BSU30410,3113979,3115289,-,metabolite permease involved in resistance to cell wall inhibitors,Defense mechanisms,O35005,Op1139 +BSU_30420,ytrE,AL009126.3,BSU30420,3115279,3115974,-,ABC transporter (ATP-binding protein) involved in resistance to cell wall inhibitors,Defense mechanisms,O34392,Op1139 +BSU_30430,ytrD,AL009126.3,BSU30430,3115989,3116966,-,ABC transporter%2C permease component involved in resistance to cell wall inhibitors,No COG annotation,O34953,Op1139 +BSU_30440,ytrC,AL009126.3,BSU30440,3116996,3117982,-,ABC transporter%2C permease component involved in resistance to cell wall inhibitors,Inorganic ion transport and metabolism,O34898,Op1139 +BSU_30450,ytrB,AL009126.3,BSU30450,3117976,3118854,-,ABC transporter (ATP-binding protein) involved in resistance to cell wall inhibitors,Inorganic ion transport and metabolism,O34641,Op1139 +BSU_30460,ytrA,AL009126.3,BSU30460,3118847,3119239,-,transcriptional regulator (GntR family%2C cell wall antibiotics),Transcription,O34712,Op1139 +BSU_30466,BSU_30466,AL009126.3,BSU30466,3119273,3119410,-,conserved protein of unknown function,No COG annotation,L8ECR1,Op1140 +BSU_30470,ytzC,AL009126.3,BSU30470,3119565,3119837,-,conserved protein of unknown function,Function unknown,O32073,Op1141 +BSU_30480,ytqA,AL009126.3,BSU30480,3119999,3120967,+,putative enzyme,Function unknown,O35008,Op5 +BSU_30490,ytqB,AL009126.3,BSU30490,3120964,3121548,+,putative RNA methylase,"Translation, ribosomal structure and biogenesis",O34614,Op5 +BSU_30500,tbcS,AL009126.3,BSU30500,3121538,3122641,-,tetraprenyl-beta-curcumene synthase,Function unknown,O34707,Op1142 +BSU_30510,ytpA,AL009126.3,BSU30510,3122662,3123441,-,phospholipase component of bacilysocin synthesis or export,Lipid transport and metabolism,O34705,Op5 +BSU_30520,ytoA,AL009126.3,BSU30520,3123490,3124005,+,putative enzyme of the carbonic anhydrase family,Function unknown,O34696,Op1143 +BSU_30530,ytnA,AL009126.3,BSU30530,3124250,3125641,-,putative amino acid permease,Amino acid transport and metabolism,O34618,Op1144 +BSU_30540,asnB,AL009126.3,BSU30540,3125777,3127675,-,meso-diaminopimelic acid amidotransferase (asparagine synthetase),Amino acid transport and metabolism,P54420,Op1144 +BSU_30550,metK,AL009126.3,BSU30550,3127825,3129027,-,S-adenosylmethionine synthetase,Coenzyme transport and metabolism,P54419,Op1144 +BSU_30560,pckA,AL009126.3,BSU30560,3129530,3131113,+,phosphoenolpyruvate carboxykinase,Energy production and conversion,P54418,Op1145 +BSU_30570,ytmB,AL009126.3,BSU30570,3131152,3131394,-,conserved protein of unknown function,Function unknown,O34365,Op1146 +BSU_30580,ytmA,AL009126.3,BSU30580,3131446,3132219,-,putative esterase,Amino acid transport and metabolism,O34493,Op5 +BSU_30595,ytlA,AL009126.3,BSU30595,3132370,3133374,+,putative ABC anion transporter component,Inorganic ion transport and metabolism,C0SP84,Op1147 +BSU_30610,ytlC,AL009126.3,BSU30610,3133387,3134169,+,putative ABC anion transporter component%2C ATP-binding,Inorganic ion transport and metabolism,O34314,Op1147 +BSU_30620,ytlD,AL009126.3,BSU30620,3134144,3134956,+,putative permease of ABC anion transporter,Inorganic ion transport and metabolism,O34649,Op1147 +BSU_30630,rppG,AL009126.3,BSU30630,3134983,3135459,-,nucleoside and RNA triphosphate phosphohydrolase,"Replication, recombination and repair",O35013,Op1148 +BSU_30640,ytkC,AL009126.3,BSU30640,3135668,3136072,-,putative autolytic amidase,Function unknown,O34883,Op5 +BSU_30650,dps,AL009126.3,BSU30650,3136238,3136675,-,DNA-protecting protein%2C mini-ferritin,Inorganic ion transport and metabolism,P80879,Op1149 +BSU_30659,ytzI,AL009126.3,BSU30659,3136768,3136944,+,conserved protein of unknown function,No COG annotation,C0H3Q1,Op1150 +BSU_30660,ytkA,AL009126.3,BSU30660,3136938,3137375,-,putative lipoprotein,Function unknown,P40768,Op5 +BSU_30670,luxS,AL009126.3,BSU30670,3137495,3137968,-,S-ribosylhomocysteine lyase,Signal transduction mechanisms,O34667,Op1151 +BSU_30680,ytjA,AL009126.3,BSU30680,3138097,3138324,+,membrane protein insertion efficiency factor,Function unknown,O34601,Op1152 +BSU_30690,ytiB,AL009126.3,BSU30690,3138321,3138884,-,carbonic anhydrase,Inorganic ion transport and metabolism,O34872,Op5 +BSU_30700,rpmEB,AL009126.3,BSU30700,3138978,3139226,-,ribosomal protein L31,"Translation, ribosomal structure and biogenesis",O34967,Op1153 +BSU_30710,ythA,AL009126.3,BSU30710,3139431,3140762,+,putative cytochrome bd menaquinol oxidase subunit I,Energy production and conversion,C0SP90,Op5 +BSU_30720,ythB,AL009126.3,BSU30720,3140806,3141846,+,putative cytochrome bd menaquinol oxidase subunit II,Energy production and conversion,O34505,Op5 +BSU_30739,ytzL,AL009126.3,BSU30739,3141900,3142058,+,conserved protein of unknown function,Function unknown,C0H3Q2,Op5 +BSU_30740,mntD,AL009126.3,BSU30740,3142077,3142964,-,manganese ABC transporter (permease),Inorganic ion transport and metabolism,O34500,Op1154 +BSU_30750,mntC,AL009126.3,BSU30750,3142954,3144261,-,manganese ABC transporter (permease),Inorganic ion transport and metabolism,O35024,Op1154 +BSU_30760,mntB,AL009126.3,BSU30760,3144267,3145019,-,manganese ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,O34338,Op1154 +BSU_30770,mntA,AL009126.3,BSU30770,3145038,3145958,-,manganese ABC transporter (manganese binding lipoprotein),Inorganic ion transport and metabolism,O34385,Op1154 +BSU_30780,menC,AL009126.3,BSU30780,3146238,3147353,-,O-succinylbenzoate-CoA synthase,Coenzyme transport and metabolism,O34514,Op1155 +BSU_30790,menE,AL009126.3,BSU30790,3147350,3148810,-,O-succinylbenzoic acid-CoA ligase,Coenzyme transport and metabolism,P23971,Op1155 +BSU_30800,menB,AL009126.3,BSU30800,3148901,3149716,-,dihydroxynapthoic acid synthetase,Coenzyme transport and metabolism,P23966,Op1155 +BSU_30810,menH,AL009126.3,BSU30810,3149751,3150575,-,2-succinyl-6-hydroxy-2%2C 4-cyclohexadiene-1-carboxylate synthase,Function unknown,P23974,Op1155 +BSU_30820,menD,AL009126.3,BSU30820,3150563,3152305,-,2-oxoglutarate decarboxylase and 2-succinyl-5-enolpyruvyl-6-hydroxy-3-cyclohexene-1-carboxylic-acid synthase,Coenzyme transport and metabolism,P23970,Op1155 +BSU_30830,menF,AL009126.3,BSU30830,3152302,3153717,-,menaquinone-specific isochorismate synthase,Coenzyme transport and metabolism,P23973,Op1155 +BSU_30840,yteA,AL009126.3,BSU30840,3154007,3154726,+,putative regulatory protein,Signal transduction mechanisms,P42408,Op1156 +BSU_30850,ytdA,AL009126.3,BSU30850,3154735,3155553,-,putative UTP-glucose-1-phosphate uridylyltransferase,Cell wall/membrane/envelope biogenesis,P42407,Op1157 +BSU_30860,ytcA,AL009126.3,BSU30860,3155725,3157011,+,putative UDP-glucose dehydrogenase,Cell wall/membrane/envelope biogenesis,O34862,Op5 +BSU_30870,ytcB,AL009126.3,BSU30870,3157008,3157958,+,putative UDP-glucose epimerase,Cell wall/membrane/envelope biogenesis,O34886,Op5 +BSU_30880,ytcC,AL009126.3,BSU30880,3157961,3159184,+,putative glucosyltransferase,Cell wall/membrane/envelope biogenesis,O34413,Op1158 +BSU_30890,cotOO,AL009126.3,BSU30890,3159258,3159689,-,outer spore coat protein,No COG annotation,P46916,Op1159 +BSU_30900,cotS,AL009126.3,BSU30900,3159691,3160746,-,spore coat protein,Function unknown,P46914,Op1159 +BSU_30910,cotSA,AL009126.3,BSU30910,3160761,3161894,-,spore coat protein,Cell wall/membrane/envelope biogenesis,P46915,Op1159 +BSU_30920,cotI,AL009126.3,BSU30920,3162084,3163157,+,spore coat kinase,Function unknown,O34656,Op1160 +BSU_30930,ytaB,AL009126.3,BSU30930,3163237,3163704,+,putative receptor,Signal transduction mechanisms,O34694,Op1161 +BSU_30940,glgP,AL009126.3,BSU30940,3163735,3166131,-,glycogen phosphorylase,Carbohydrate transport and metabolism,P39123,Op1162 +BSU_30950,glgA,AL009126.3,BSU30950,3166118,3167572,-,glycogen (starch) synthase,Carbohydrate transport and metabolism,P39125,Op1162 +BSU_30960,glgD,AL009126.3,BSU30960,3167569,3168600,-,glucose-1-phosphate adenylyltransferase (ADP-glucose pyrophosphorylase) beta subunit,Carbohydrate transport and metabolism,P39124,Op1162 +BSU_30970,glgC,AL009126.3,BSU30970,3168624,3169766,-,glucose-1-phosphate adenylyltransferase (ADP-glucose pyrophosphorylase) subunit alpha,Carbohydrate transport and metabolism,P39122,Op1162 +BSU_30980,glgB,AL009126.3,BSU30980,3169763,3171646,-,1%2C4-alpha-glucan branching enzyme,Carbohydrate transport and metabolism,P39118,Op1162 +BSU_30990,thiT,AL009126.3,BSU30990,3179306,3179884,+,thiamin permease,Function unknown,O32074,Op5 +BSU_31000,yuaI,AL009126.3,BSU31000,3179926,3180447,-,putative N-acetyltransferase,Cell wall/membrane/envelope biogenesis,O32075,Op1163 +BSU_31010,floT,AL009126.3,BSU31010,3180465,3181994,-,flotillin lipid rafts scaffold protein,Function unknown,O32076,Op1163 +BSU_31020,nfeDB,AL009126.3,BSU31020,3182015,3182539,-,putative membrane integrity integral membrane protein,"Post-translational modification, protein turnover, and chaperones",O32077,Op1163 +BSU_31030,yuaE,AL009126.3,BSU31030,3182707,3183195,+,conserved protein of unknown function,Function unknown,O32078,Op1164 +BSU_31040,yuaD,AL009126.3,BSU31040,3183201,3183779,-,conserved protein of unknown function,No COG annotation,O32079,Op5 +BSU_31050,gbsB,AL009126.3,BSU31050,3183867,3185075,-,choline dehydrogenase,Energy production and conversion,P71017,Op1165 +BSU_31060,gbsA,AL009126.3,BSU31060,3185092,3186564,-,glycine betaine aldehyde dehydrogenase%2C NAD+-dependent,Energy production and conversion,P71016,Op1165 +BSU_31070,gbsR,AL009126.3,BSU31070,3186763,3187305,+,transcriptional repressor for gbsAB,Transcription,P71015,Op1166 +BSU_31080,bslA,AL009126.3,BSU31080,3187503,3188048,+,biofilm hydrophobic layer component,No COG annotation,P71014,Op5 +BSU_31090,ktrA,AL009126.3,BSU31090,3188414,3189082,+,potassium uptake protein,Inorganic ion transport and metabolism,O32080,Op5 +BSU_31100,ktrB,AL009126.3,BSU31100,3189089,3190426,+,potassium transporter ATPase,Inorganic ion transport and metabolism,O32081,Op5 +BSU_31110,yubF,AL009126.3,BSU31110,3190462,3190725,-,conserved protein of unknown function,Function unknown,O32082,Op5 +BSU_31120,lytG,AL009126.3,BSU31120,3190834,3191682,-,exoglucosaminidase,Cell motility,O32083,Op5 +BSU_31130,yubD,AL009126.3,BSU31130,3191843,3193378,-,putative efflux transporter,Inorganic ion transport and metabolism,O32084,Op5 +BSU_31140,cdoA,AL009126.3,BSU31140,3193863,3194348,+,cysteine dioxygenase,Function unknown,O32085,Op1167 +BSU_31150,uppP,AL009126.3,BSU31150,3194635,3195465,-,undecaprenyl-pyrophosphate phosphatase,Defense mechanisms,P94507,Op5 +BSU_31160,yubA,AL009126.3,BSU31160,3195558,3196724,-,putative integral membrane protein,Function unknown,O32086,Op5 +BSU_31170,iolU,AL009126.3,BSU31170,3196906,3197892,+,scyllo-inositol dehydrogenase (NADP+-dependent)%3B biofilm formation,Function unknown,O05265,Op1168 +BSU_31180,rhaA,AL009126.3,BSU31180,3197933,3199207,-,L-rhamnose isomerase,Carbohydrate transport and metabolism,O05264,Op1169 +BSU_31190,rhaM,AL009126.3,BSU31190,3199233,3199547,-,L-rhamnose mutarotase,Carbohydrate transport and metabolism,O05263,Op1169 +BSU_31200,rhaB,AL009126.3,BSU31200,3199565,3201022,-,rhamnulokinase,Carbohydrate transport and metabolism,O05262,Op1169 +BSU_31210,rhaR,AL009126.3,BSU31210,3201027,3201803,-,transcriptional regulator of the rhamnose operon (RhaR / l-rhamnulose-1-phosphate),Transcription,O05261,Op1169 +BSU_31220,rhaE,AL009126.3,BSU31220,3201860,3203929,-,bifunctional rhamnulose-1-phosphate aldolase/alcohol dehydrogenase,Lipid transport and metabolism,P40747,Op1169 +BSU_31230,tlpB,AL009126.3,BSU31230,3204067,3206055,-,methyl-accepting chemotaxis protein,Cell motility,P39217,Op1170 +BSU_31240,mcpA,AL009126.3,BSU31240,3206169,3208154,-,methyl-accepting chemotaxis protein,Cell motility,P39214,Op1171 +BSU_31250,tlpA,AL009126.3,BSU31250,3208280,3210268,-,methyl-accepting chemotaxis protein (membrane curvature dependent localisation),Cell motility,P39216,Op1171 +BSU_31260,mcpB,AL009126.3,BSU31260,3210445,3212433,-,methyl-accepting chemotaxis protein,Cell motility,P39215,Op1172 +BSU_31270,tgl,AL009126.3,BSU31270,3212591,3213328,+,protein-glutamine gamma-glutamyltransferase (transglutaminase),Coenzyme transport and metabolism,P40746,Op1173 +BSU_31279,yuzH,AL009126.3,BSU31279,3213342,3213596,-,conserved protein of unknown function,No COG annotation,C0H3Q3,Op5 +BSU_31280,yugU,AL009126.3,BSU31280,3213854,3214252,-,conserved protein of unknown function,Function unknown,O05243,Op5 +BSU_31289,BSU_31289,AL009126.3,BSU31289,3214212,3214346,-,hypothetical protein,No COG annotation,A0A2K4Z9M7,Op1174 +BSU_31290,yugT,AL009126.3,BSU31290,3214372,3216036,-,putative oligo-1%2C6-glucosidase,Carbohydrate transport and metabolism,O05242,Op1175 +BSU_31300,yugS,AL009126.3,BSU31300,3216163,3217452,-,putative membrane protein,Function unknown,O05241,Op1176 +BSU_31310,yugP,AL009126.3,BSU31310,3217496,3218173,-,putative metal-dependent protease/peptidase,Function unknown,O05248,Op5 +BSU_31319,yuzI,AL009126.3,BSU31319,3218215,3218478,-,conserved protein of unknown function,No COG annotation,C0H3Q4,Op5 +BSU_31321,mstX,AL009126.3,BSU31321,3218525,3218857,+,atypical membrane-integrating regulator of biofilm formation (Mistic protein),Function unknown,Q5BU39,Op1177 +BSU_31322,kbfO,AL009126.3,BSU31322,3218854,3219840,+,potassium channel protein involved in biofilm formation,Inorganic ion transport and metabolism,Q795M8,Op1177 +BSU_31330,yugN,AL009126.3,BSU31330,3219837,3220241,-,conserved protein of unknown function,Function unknown,O05246,Op1178 +BSU_31340,yugM,AL009126.3,BSU31340,3220301,3220672,-,putative transporter,No COG annotation,O05245,Op1178 +BSU_31350,pgi,AL009126.3,BSU31350,3220731,3222083,-,glucose-6-phosphate isomerase,Carbohydrate transport and metabolism,P80860,Op1178 +BSU_31360,bdhK,AL009126.3,BSU31360,3222195,3223367,-,NADH-dependent butanol dehydrogenase subunit,Energy production and conversion,O05240,Op1179 +BSU_31370,bdhJ,AL009126.3,BSU31370,3223471,3224634,-,NADH-dependent butanol dehydrogenase,Energy production and conversion,O05239,Op1180 +BSU_31380,yuzA,AL009126.3,BSU31380,3224864,3225100,+,conserved protein of unknown function,Function unknown,O32087,Op1181 +BSU_31390,yugI,AL009126.3,BSU31390,3225178,3225570,-,putative RNA degradation protein%3B putative phosphorylase or nucleotidyl transferase%3B general stress protein,"Translation, ribosomal structure and biogenesis",P80870,Op1182 +BSU_31400,yugH,AL009126.3,BSU31400,3225772,3226932,-,putative aspartate aminotransferase,Amino acid transport and metabolism,Q795M6,Op5 +BSU_31410,yugG,AL009126.3,BSU31410,3226933,3227433,-,putative transcriptional regulator (Lrp/AsnC family),Transcription,O05236,Op5 +BSU_31420,yugF,AL009126.3,BSU31420,3227581,3228402,+,putative hydrolase,Lipid transport and metabolism,O05235,Op1183 +BSU_31430,yugE,AL009126.3,BSU31430,3228431,3228691,-,conserved protein of unknown function,Function unknown,O05234,Op1184 +BSU_31440,patB,AL009126.3,BSU31440,3228778,3229941,+,promiscuous cystathionine / cystine beta-lyase / cysteine desulfhydrase,Amino acid transport and metabolism,Q08432,Op1185 +BSU_31450,kinB,AL009126.3,BSU31450,3230067,3231353,+,two-component sensor potassium-binding histidine kinase,Signal transduction mechanisms,Q08430,Op1186 +BSU_31460,kapB,AL009126.3,BSU31460,3231399,3231785,+,factor required for KinB signal transduction and activation of the phosphorelay to sporulation,Carbohydrate transport and metabolism,Q08429,Op1186 +BSU_31470,kapD,AL009126.3,BSU31470,3231812,3232429,-,putative exoribonuclease (3'-5'),"Replication, recombination and repair",O05231,Op1187 +BSU_31480,yuxJ,AL009126.3,BSU31480,3232640,3233818,+,putative exporter induced in acid stress,Amino acid transport and metabolism,P40760,Op5 +BSU_31490,pbpD,AL009126.3,BSU31490,3233911,3235785,+,penicillin-binding protein 4,Cell wall/membrane/envelope biogenesis,P40750,Op1188 +BSU_31500,yuxK,AL009126.3,BSU31500,3235806,3236219,+,putative thiol-disulfide oxidoreductase,Function unknown,P40761,Op1188 +BSU_31510,yufK,AL009126.3,BSU31510,3236422,3236979,-,putative integral membrane protein,Function unknown,O05249,Op1189 +BSU_31520,maeL,AL009126.3,BSU31520,3237157,3238758,+,two-component sensor histidine kinase [MaeM],Signal transduction mechanisms,O05250,Op1190 +BSU_31530,maeM,AL009126.3,BSU31530,3238751,3239458,+,two-component response regulator for malate metabolism [MaeL],Signal transduction mechanisms,O05251,Op1190 +BSU_31540,nupN,AL009126.3,BSU31540,3239930,3241009,+,lipoprotein involved in guanosine transport,Function unknown,O05252,Op1191 +BSU_31550,nupO,AL009126.3,BSU31550,3241085,3242617,+,guanosine ABC transporter (ATP-binding protein),Function unknown,O05253,Op1191 +BSU_31560,nupP,AL009126.3,BSU31560,3242610,3243656,+,permease of ABC guanosine transporter,Function unknown,O05254,Op1191 +BSU_31570,nupQ,AL009126.3,BSU31570,3243657,3244616,+,permease of ABC guanosine transporter,Function unknown,O05255,Op1191 +BSU_31580,maeN,AL009126.3,BSU31580,3244770,3246116,+,Na+/malate symporter,Energy production and conversion,O05256,Op1192 +BSU_31590,yufS,AL009126.3,BSU31590,3246152,3246367,-,putative bacteriocin,No COG annotation,O05257,Op1193 +BSU_31600,mrpA,AL009126.3,BSU31600,3246598,3249003,+,sodium transporter component of a Na+/H+ antiporter,Energy production and conversion,Q9K2S2,Op1194 +BSU_31610,mrpB,AL009126.3,BSU31610,3248996,3249427,+,Na+/H+ antiporter complex,Inorganic ion transport and metabolism,O05259,Op1194 +BSU_31620,mrpC,AL009126.3,BSU31620,3249427,3249768,+,component of Na+/H+ antiporter,Inorganic ion transport and metabolism,O05260,Op1194 +BSU_31630,mrpD,AL009126.3,BSU31630,3249761,3251242,+,proton transporter component of Na+/H+ antiporter,Energy production and conversion,O05229,Op1194 +BSU_31640,mrpE,AL009126.3,BSU31640,3251248,3251724,+,non essential component of Na+/H+ antiporter,Inorganic ion transport and metabolism,Q7WY60,Op1194 +BSU_31650,mrpF,AL009126.3,BSU31650,3251724,3252008,+,efflux transporter for Na+ and cholate,Inorganic ion transport and metabolism,O05228,Op1194 +BSU_31660,mrpG,AL009126.3,BSU31660,3251992,3252366,+,non essential component of Na+/H+ antiporter,Inorganic ion transport and metabolism,O05227,Op1194 +BSU_31670,yuxO,AL009126.3,BSU31670,3252405,3252785,-,putative proofreading thioesterase in bacillibactin biosynthesis,"Secondary metabolites biosynthesis, transport, and catabolism",P14205,Op1195 +BSU_31680,comA,AL009126.3,BSU31680,3252804,3253448,-,two-component response quorum-sensing regulator,Transcription,P14204,Op1195 +BSU_31690,comP,AL009126.3,BSU31690,3253529,3255838,-,two-component sensor histidine kinase,Signal transduction mechanisms,Q99027,Op1196 +BSU_31700,comX,AL009126.3,BSU31700,3255853,3256020,-,competence pheromone precursor (pheromone peptide aa 46->55%2C geranyl-modified),No COG annotation,P45453,Op1197 +BSU_31710,comQ,AL009126.3,BSU31710,3256008,3256907,-,isoprenyl transferase (pre-ComX modification),Coenzyme transport and metabolism,P33690,Op1197 +BSU_31720,degQ,AL009126.3,BSU31720,3257092,3257232,-,pleiotropic regulator,No COG annotation,Q99039,Op1198 +BSU_31725,BSU_31725,AL009126.3,BSU31725,3257454,3257579,+,hypothetical protein,No COG annotation,A0A2K4Z9M0,Op1199 +BSU_31730,cotIC,AL009126.3,BSU31730,3257693,3258061,+,inner spore coat protein,No COG annotation,O32089,Op1200 +BSU_31740,pdeH,AL009126.3,BSU31740,3258037,3259266,-,cyclic di-GMP phosphodiesterase,Signal transduction mechanisms,P14203,Op1201 +BSU_31750,pncB,AL009126.3,BSU31750,3259403,3260875,-,nicotinate phosphoribosyltransferase,Coenzyme transport and metabolism,O32090,Op1202 +BSU_31760,pncA,AL009126.3,BSU31760,3260891,3261442,-,nicotinamidase%3B NAD salvage pathway,"Secondary metabolites biosynthesis, transport, and catabolism",O32091,Op5 +BSU_31770,yueI,AL009126.3,BSU31770,3261539,3261937,-,conserved protein of unknown function,Function unknown,O32092,Op5 +BSU_31780,yueH,AL009126.3,BSU31780,3262009,3262257,-,conserved hypothetical protein,Function unknown,O32093,Op5 +BSU_31790,yueG,AL009126.3,BSU31790,3262330,3262551,-,putative spore germination protein,Function unknown,O32094,Op5 +BSU_31800,yueF,AL009126.3,BSU31800,3262611,3263720,-,putative integral inner membrane protein,Function unknown,O32095,Op5 +BSU_31810,yuzE,AL009126.3,BSU31810,3263835,3264224,+,conserved protein of unknown function,Function unknown,O32096,Op1203 +BSU_31820,yuzF,AL009126.3,BSU31820,3264265,3264501,-,conserved protein of unknown function,Function unknown,O32097,Op5 +BSU_31830,yueE,AL009126.3,BSU31830,3264678,3265208,-,putative metal-dependent phosphohydrolase,Function unknown,O32098,Op5 +BSU_31840,bznD,AL009126.3,BSU31840,3265406,3266137,-,benzil reductase (benzoin forming),Lipid transport and metabolism,O32099,Op5 +BSU_31850,yueC,AL009126.3,BSU31850,3266200,3266655,-,ESX secretion system YueC protein,Function unknown,O32100,Op1204 +BSU_31860,yueB,AL009126.3,BSU31860,3266687,3269917,-,ESX secretion system%3B calcium-dependent phage SPP1 attachment site,Function unknown,O32101,Op1204 +BSU_31875,yukAB,AL009126.3,BSU31875,3269914,3274401,-,ESX secretion system FtsK/SpoIIIE family ATPase,"Cell cycle control, cell division, chromosome partitioning",C0SPA7,Op1204 +BSU_31890,yukC,AL009126.3,BSU31890,3274462,3275817,-,ESX secretion system YukC protein,Function unknown,P71070,Op1204 +BSU_31900,yukD,AL009126.3,BSU31900,3275832,3276071,-,ESX secretion system YukD protein,Function unknown,P71071,Op1204 +BSU_31910,yukE,AL009126.3,BSU31910,3276141,3276434,-,small WGX100 secreted protein (ESX-dependent secretion),Function unknown,C0SP85,Op1204 +BSU_31920,adeR,AL009126.3,BSU31920,3276955,3278223,+,transcriptional activator (AdeR-alanine),"Secondary metabolites biosynthesis, transport, and catabolism",P71073,Op1205 +BSU_31930,ald,AL009126.3,BSU31930,3278325,3279461,+,L-alanine dehydrogenase (NAD-dependent),Amino acid transport and metabolism,Q08352,Op1206 +BSU_31945,yukJ,AL009126.3,BSU31945,3279573,3280250,+,conserved protein of unknown function,Function unknown,C0SPB1,Op5 +BSU_31959,mbtH,AL009126.3,BSU31959,3280294,3280503,-,stimulator of DhbF tyrosine adenylation activity,Function unknown,C0H3Q6,Op5 +BSU_31960,dhbF,AL009126.3,BSU31960,3280519,3287655,-,siderophore 2%2C3-dihydroxybenzoate-glycine-threonine trimeric ester bacillibactin synthetase,"Secondary metabolites biosynthesis, transport, and catabolism",P45745,Op1207 +BSU_31970,dhbB,AL009126.3,BSU31970,3287675,3288613,-,isochorismatase (siderophore specific),"Secondary metabolites biosynthesis, transport, and catabolism",P45743,Op1207 +BSU_31980,dhbE,AL009126.3,BSU31980,3288641,3290260,-,2%2C3-dihydroxybenzoate-AMP ligase,"Secondary metabolites biosynthesis, transport, and catabolism",P40871,Op1207 +BSU_31990,dhbC,AL009126.3,BSU31990,3290289,3291485,-,isochorismate synthase (siderophore-specific),Coenzyme transport and metabolism,P45744,Op1207 +BSU_32000,dhbA,AL009126.3,BSU32000,3291511,3292296,-,2%2C3-dihydro-2%2C3-dihydroxybenzoate dehydrogenase,Lipid transport and metabolism,P39071,Op1207 +BSU_32010,besA,AL009126.3,BSU32010,3292490,3293359,-,bacillibactin trilactone hydrolase,Function unknown,O32102,Op1208 +BSU_32020,yuiH,AL009126.3,BSU32020,3293573,3294169,-,putative molybdopterin containing enzyme subunit,Function unknown,O32103,Op5 +BSU_32030,bioYB,AL009126.3,BSU32030,3294270,3294872,+,putative biotin transporter,Function unknown,O32104,Op1209 +BSU_32040,hisP,AL009126.3,BSU32040,3294942,3296270,-,histidine / basic amino acid transporter,Function unknown,O32105,Op5 +BSU_32050,pepA,AL009126.3,BSU32050,3296417,3297919,-,cytosol aminopeptidase,Amino acid transport and metabolism,O32106,Op5 +BSU_32060,yuiD,AL009126.3,BSU32060,3298077,3298553,+,putative integral inner membrane protein,Function unknown,O32107,Op1210 +BSU_32070,spsC,AL009126.3,BSU32070,3298584,3299240,-,stationary phase survival protein,Function unknown,O32108,Op1211 +BSU_32080,yuiB,AL009126.3,BSU32080,3299344,3299664,-,conserved protein of unknown function,Function unknown,O32109,Op5 +BSU_32090,yuiA,AL009126.3,BSU32090,3299718,3299861,-,conserved protein of unknown function,Function unknown,O32110,Op5 +BSU_32100,yumB,AL009126.3,BSU32100,3300034,3301254,-,putative NAD-disulfide oxidoreductase,Energy production and conversion,O05267,Op5 +BSU_32110,trxBB,AL009126.3,BSU32110,3301586,3302584,+,ferredoxin-NADP+ reductase (flavodoxin),Energy production and conversion,O05268,Op1212 +BSU_32120,yuzG,AL009126.3,BSU32120,3302623,3302763,-,conserved protein or unknown function,No COG annotation,O32111,Op1213 +BSU_32130,guaC,AL009126.3,BSU32130,3303042,3304022,+,GMP reductase (NADP-dependent),Nucleotide transport and metabolism,O05269,Op1214 +BSU_32140,paiB,AL009126.3,BSU32140,3304096,3304719,-,transcriptional regulator (regulates paiA expression),Transcription,P21341,Op5 +BSU_32150,paiA,AL009126.3,BSU32150,3304743,3305261,-,polyamine N-acetyltransferase,Transcription,P21340,Op5 +BSU_32160,sufA,AL009126.3,BSU32160,3305599,3305961,-,sulfur carrier chaperone involved in Fe-S cluster assembly,Function unknown,O32113,Op5 +BSU_32170,dapF,AL009126.3,BSU32170,3306040,3306894,-,diaminopimelate epimerase,Amino acid transport and metabolism,O32114,Op5 +BSU_32180,yutK,AL009126.3,BSU32180,3307017,3308231,-,putative Na+(H+)/nucleoside cotransporter,Nucleotide transport and metabolism,O32115,Op5 +BSU_32190,yuzB,AL009126.3,BSU32190,3308368,3308604,-,conserved protein of unknown function,Function unknown,O32116,Op5 +BSU_32200,yutJ,AL009126.3,BSU32200,3308867,3309934,+,putative NADH dehydrogenase,Energy production and conversion,O32117,Op1215 +BSU_32210,yuzD,AL009126.3,BSU32210,3309960,3310286,-,putative sulfur oxido-reduction management enzyme,Function unknown,O32118,Op1216 +BSU_32220,yutI,AL009126.3,BSU32220,3310386,3310721,+,putative iron-sulfur scaffold protein,"Post-translational modification, protein turnover, and chaperones",O32119,Op1217 +BSU_32230,yuxL,AL009126.3,BSU32230,3310763,3312736,-,putative acylaminoacyl-peptidase,Amino acid transport and metabolism,P39839,Op5 +BSU_32240,thrB,AL009126.3,BSU32240,3312844,3313773,-,homoserine kinase,Amino acid transport and metabolism,P04948,Op1218 +BSU_32250,thrC,AL009126.3,BSU32250,3313770,3314828,-,threonine synthase,Amino acid transport and metabolism,P04990,Op1218 +BSU_32260,hom,AL009126.3,BSU32260,3314828,3316129,-,homoserine dehydrogenase,Amino acid transport and metabolism,P19582,Op1218 +BSU_32270,cotNH,AL009126.3,BSU32270,3316330,3317349,-,spore coat-associated protein,Function unknown,O32123,Op5 +BSU_32280,yutG,AL009126.3,BSU32280,3317502,3318002,+,putative phosphatidylglycerophosphatase,Lipid transport and metabolism,O32124,Op1219 +BSU_32290,nucF,AL009126.3,BSU32290,3318029,3318799,-,5' nucleotidase%2C promiscuous,Carbohydrate transport and metabolism,O32125,Op1220 +BSU_32300,yutE,AL009126.3,BSU32300,3318828,3319262,-,conserved protein of unknown function,Function unknown,O32126,Op1220 +BSU_32310,yutD,AL009126.3,BSU32310,3319286,3319561,-,conserved protein of unknown function,Function unknown,O32127,Op1220 +BSU_32320,yutC,AL009126.3,BSU32320,3319676,3320308,+,putative sporulation-related lipoprotein,Function unknown,O32128,Op1221 +BSU_32330,lipA,AL009126.3,BSU32330,3320324,3321220,-,lipoyl synthase (lipoic acid synthetase),Coenzyme transport and metabolism,O32129,Op1222 +BSU_32340,lytH,AL009126.3,BSU32340,3321455,3322435,+,sporulation-specific L-Ala-D-Glu endopeptidase,Cell wall/membrane/envelope biogenesis,O32130,Op1223 +BSU_32350,fisB,AL009126.3,BSU32350,3322463,3323227,-,protein required for membrane fission during spore formation,Function unknown,O32131,Op1224 +BSU_32360,yunC,AL009126.3,BSU32360,3323300,3323605,-,conserved protein of unknown function,Function unknown,O32132,Op5 +BSU_32370,yunD,AL009126.3,BSU32370,3323670,3325058,-,putative nuclease/nucleotidase/phosphoesterase,Nucleotide transport and metabolism,O32133,Op1225 +BSU_32380,yunE,AL009126.3,BSU32380,3325078,3325899,-,putative transporter,Function unknown,O32134,Op1225 +BSU_32390,yunF,AL009126.3,BSU32390,3325917,3326765,-,conserved protein of unknown function,Function unknown,O32135,Op1225 +BSU_32400,yunG,AL009126.3,BSU32400,3326803,3327150,-,conserved protein of unknown function,No COG annotation,O32136,Op1225 +BSU_32410,pucH,AL009126.3,BSU32410,3327247,3328587,-,allantoinase,Nucleotide transport and metabolism,O32137,Op1226 +BSU_32420,pucR,AL009126.3,BSU32420,3328762,3330357,+,transcriptional regulator of the purine degradation operon,"Secondary metabolites biosynthesis, transport, and catabolism",O32138,Op1227 +BSU_32430,pucJ,AL009126.3,BSU32430,3330502,3331851,+,uric acid permease,Nucleotide transport and metabolism,O32139,Op1227 +BSU_32440,pucK,AL009126.3,BSU32440,3331857,3333149,+,uric acid permease subunit,Nucleotide transport and metabolism,O32140,Op1227 +BSU_32450,pucL,AL009126.3,BSU32450,3333162,3334646,+,urate oxidase with peroxide reductase N-terminal domain,"Secondary metabolites biosynthesis, transport, and catabolism",O32141,Op1227 +BSU_32460,pucM,AL009126.3,BSU32460,3334646,3334990,+,5-hydroxyisourate hydrolase%3B also uricase subunit,Function unknown,O32142,Op1227 +BSU_32469,yuzJ,AL009126.3,BSU32469,3335414,3335545,+,putative type I toxin,No COG annotation,C0H3Q7,Op5 +BSU_32470,pucE,AL009126.3,BSU32470,3335751,3336272,-,xanthine dehydrogenase%2C iron-sulfur subunit,Energy production and conversion,O32143,Op1228 +BSU_32480,pucD,AL009126.3,BSU32480,3336263,3338500,-,xanthine dehydrogenase%2C substrate and molybdenum cofactor subunit,Energy production and conversion,O32144,Op1228 +BSU_32490,pucC,AL009126.3,BSU32490,3338501,3339334,-,xanthine dehydrogenase%2C FAD-binding subunit,Energy production and conversion,O32145,Op1228 +BSU_32500,pucB,AL009126.3,BSU32500,3339331,3339948,-,putative molybdopterin cofactor synthesis cytidylyl transferase,Function unknown,O32146,Op1228 +BSU_32510,pucA,AL009126.3,BSU32510,3339945,3340937,-,xanthine dehydrogenase molybdopterin recruitment factor,"Post-translational modification, protein turnover, and chaperones",O32147,Op1228 +BSU_32520,pucG,AL009126.3,BSU32520,3341166,3342416,-,(S)-ureidoglycine-glyoxylate aminotransferase (PLP-dependent),Amino acid transport and metabolism,O32148,Op1229 +BSU_32530,pucF,AL009126.3,BSU32530,3342433,3343671,-,allantoate amidohydrolase,Amino acid transport and metabolism,O32149,Op1229 +BSU_32539,BSU_32539,AL009126.3,BSU32539,3343894,3344031,+,hypothetical protein,No COG annotation,A0A2K4Z9M5,Op1230 +BSU_32540,bsnA,AL009126.3,BSU32540,3344113,3344979,+,extracellular ribonuclease,"Replication, recombination and repair",O32150,Op1231 +BSU_32550,frlP,AL009126.3,BSU32550,3345013,3346116,-,fructose-amino acid ABC transporter (ATP-binding subunit),Inorganic ion transport and metabolism,O32151,Op1232 +BSU_32560,frlR,AL009126.3,BSU32560,3346298,3347026,+,FrlR transcriptional regulator (GntR family),Transcription,O32152,Op1233 +BSU_32570,frlD,AL009126.3,BSU32570,3347051,3347905,-,fructoselysine kinase,Carbohydrate transport and metabolism,O32153,Op1234 +BSU_32580,frlM,AL009126.3,BSU32580,3347919,3348821,-,fructose-amino acid permease,Inorganic ion transport and metabolism,O32154,Op1234 +BSU_32590,frlN,AL009126.3,BSU32590,3348825,3349703,-,fructose-amino acid permease,Carbohydrate transport and metabolism,O32155,Op1234 +BSU_32600,frlO,AL009126.3,BSU32600,3349761,3351029,-,fructose amino acid-binding lipoprotein,Carbohydrate transport and metabolism,O32156,Op1234 +BSU_32610,frlB,AL009126.3,BSU32610,3351110,3352096,-,fructosamine-6-P deglycase,Cell wall/membrane/envelope biogenesis,O32157,Op1234 +BSU_32620,yurQ,AL009126.3,BSU32620,3352312,3352686,-,putative excinuclease,"Replication, recombination and repair",O32158,Op1234 +BSU_32630,dadA,AL009126.3,BSU32630,3352789,3353907,-,D-amino acid oxidase,Amino acid transport and metabolism,O32159,Op1234 +BSU_32640,sspG,AL009126.3,BSU32640,3354066,3354212,+,small acid-soluble spore protein,No COG annotation,Q7WY59,Op1235 +BSU_32650,yurS,AL009126.3,BSU32650,3354212,3354487,+,conserved protein of unknown function,No COG annotation,O32160,Op1235 +BSU_32660,glxB,AL009126.3,BSU32660,3354551,3354934,-,methylglyoxalase%3B lactoylbacillithiol lyase,Amino acid transport and metabolism,O32161,Op5 +BSU_32669,yuzN,AL009126.3,BSU32669,3355045,3355323,-,putative transcriptional regulator,Transcription,C0H3Q8,Op5 +BSU_32670,sufB,AL009126.3,BSU32670,3355593,3356990,-,FeS cluster formation scaffold protein,"Post-translational modification, protein turnover, and chaperones",O32162,Op5 +BSU_32680,sufU,AL009126.3,BSU32680,3357011,3357454,-,iron-sulfur cluster assembly sulfur-transfer protein (Zn(2+)-dependent),Energy production and conversion,O32163,Op5 +BSU_32690,sufS,AL009126.3,BSU32690,3357444,3358664,-,cysteine desulfurase,Amino acid transport and metabolism,O32164,Op5 +BSU_32700,sufD,AL009126.3,BSU32700,3358664,3359977,-,Fe-S cluster assembly protein SufD,"Post-translational modification, protein turnover, and chaperones",O32165,Op5 +BSU_32710,sufC,AL009126.3,BSU32710,3359995,3360780,-,sulfur mobilizing ABC protein%2C ATPase,"Post-translational modification, protein turnover, and chaperones",P80866,Op5 +BSU_32719,yuzK,AL009126.3,BSU32719,3360974,3361111,-,putative toxin of a toxin antitoxin system,No COG annotation,C0H3Q9,Op5 +BSU_32720,yurZ,AL009126.3,BSU32720,3361305,3361682,-,conserved protein of unknown function,Function unknown,O32166,Op5 +BSU_32730,metQ,AL009126.3,BSU32730,3361767,3362591,-,methionine ABC transporter%2C substrate binding lipoprotein,Inorganic ion transport and metabolism,O32167,Op5 +BSU_32740,metP,AL009126.3,BSU32740,3362605,3363273,-,methionine ABC transporter%2C permease component,Inorganic ion transport and metabolism,O32168,Op5 +BSU_32750,metN,AL009126.3,BSU32750,3363266,3364291,-,methionine ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,O32169,Op5 +BSU_32760,yusD,AL009126.3,BSU32760,3364618,3364962,-,conserved protein of unknown function,Function unknown,O32170,Op1236 +BSU_32770,yusE,AL009126.3,BSU32770,3365069,3365389,-,putative thiol-disulfide oxidoreductase with thioredoxin domain,Energy production and conversion,O32171,Op1236 +BSU_32780,yusF,AL009126.3,BSU32780,3365391,3365831,-,putative ribonuclease,"Replication, recombination and repair",O32172,Op5 +BSU_32790,yusG,AL009126.3,BSU32790,3365831,3366067,-,conserved protein of unknown function,Function unknown,O32173,Op5 +BSU_32800,gcvH,AL009126.3,BSU32800,3366123,3366506,-,glycine cleavage system protein H (lipoyl acceptor protein),Amino acid transport and metabolism,O32174,Op5 +BSU_32810,yusI,AL009126.3,BSU32810,3366573,3366929,-,putative oxidoreductase with thioredoxin domain and regulator domain,Inorganic ion transport and metabolism,O32175,Op5 +BSU_32820,fadE,AL009126.3,BSU32820,3367040,3368824,-,acyl-CoA dehydrogenase (FAD dependent),Lipid transport and metabolism,O32176,Op1237 +BSU_32830,fadA,AL009126.3,BSU32830,3368839,3370014,-,acetyl-CoA C-acyltransferase,Lipid transport and metabolism,O32177,Op1237 +BSU_32840,fadN,AL009126.3,BSU32840,3370025,3372394,-,bifunctional enoyl-CoA hydratase / 3-hydroxyacyl-CoA dehydrogenase,Lipid transport and metabolism,O32178,Op1237 +BSU_32849,yuzL,AL009126.3,BSU32849,3372569,3372715,+,conserved protein of unknown function,Function unknown,C0H3R0,Op1238 +BSU_32850,putM,AL009126.3,BSU32850,3372740,3373648,-,proline dehydrogenase 1,Amino acid transport and metabolism,O32179,Op1237 +BSU_32859,yuzM,AL009126.3,BSU32859,3373743,3373988,+,conserved protein of unknown function,No COG annotation,C0H3R1,Op5 +BSU_32860,yusN,AL009126.3,BSU32860,3374001,3374333,+,putative spore coat-like protein,Cell wall/membrane/envelope biogenesis,O32180,Op5 +BSU_32870,mdtR,AL009126.3,BSU32870,3374492,3374959,+,transcriptional regulator (MarR family%2C low level antibiotic resistance),Transcription,O32181,Op5 +BSU_32880,mdtP,AL009126.3,BSU32880,3374956,3376581,+,multidrug-efflux transporter,Inorganic ion transport and metabolism,O32182,Op5 +BSU_32890,yusQ,AL009126.3,BSU32890,3376617,3377000,-,hydratase of unidentified specificity (tautomerase superfamily),Function unknown,O32183,Op5 +BSU_32900,yusR,AL009126.3,BSU32900,3377019,3377408,-,putative 3-oxoacyl-acyl-carrier protein reductase,Lipid transport and metabolism,O32184,Op5 +BSU_32910,yusS,AL009126.3,BSU32910,3377430,3377759,-,conserved enzyme of unknown function,Lipid transport and metabolism,O32185,Op5 +BSU_32920,yusT,AL009126.3,BSU32920,3377893,3378780,+,transcriptional regulator of unknown specificity (LysR family),Transcription,O32186,Op1239 +BSU_32930,yusU,AL009126.3,BSU32930,3378800,3379087,-,conserved protein of unknown function,Function unknown,O32187,Op5 +BSU_32940,feuV,AL009126.3,BSU32940,3379112,3379939,-,iron(III)-siderophore transporter (ATP binding component),Coenzyme transport and metabolism,O32188,Op1240 +BSU_32950,cotNW,AL009126.3,BSU32950,3380157,3380594,-,spore lipoprotein,Function unknown,O32189,Op5 +BSU_32960,yusYc,AL009126.3,,3380704,3382212,-,oligoendopeptidase%3B C-terminal part of YusY,Amino acid transport and metabolism,,Op5 +BSU_32970,yusYn,AL009126.3,,3382209,3382499,-,oligoendopeptidase%3B N-terminal part of YusY,Amino acid transport and metabolism,,Op5 +BSU_32980,yusZ,AL009126.3,BSU32980,3382633,3383475,+,putative short-chain acyl dehydrogenase,Lipid transport and metabolism,P37959,Op5 +BSU_32990,mrgA,AL009126.3,BSU32990,3383565,3384026,+,metalloregulation DNA-binding stress protein,Inorganic ion transport and metabolism,P37960,Op1241 +BSU_33000,htrB,AL009126.3,BSU33000,3384070,3385446,-,protease-associated chaperone for the extracytoplasmic folding and quality control of exported proteins,"Post-translational modification, protein turnover, and chaperones",Q9R9I1,Op1242 +BSU_33010,cssR,AL009126.3,BSU33010,3385724,3386401,+,folding stress-sensitive two-component response regulator,Signal transduction mechanisms,O32192,Op1243 +BSU_33020,cssS,AL009126.3,BSU33020,3386398,3387753,+,folding stress-sensitive two-component sensor histidine kinase,Signal transduction mechanisms,O32193,Op1243 +BSU_33029,spxO,AL009126.3,BSU33029,3387781,3387945,-,regulator of SpxA degradation,No COG annotation,O32302,Op1244 +BSU_33030,yuxN,AL009126.3,BSU33030,3388113,3388988,+,putative transcriptional regulator,Transcription,P40950,Op1245 +BSU_33040,fumC,AL009126.3,BSU33040,3389024,3390412,-,fumarate hydratase,Energy production and conversion,P07343,Op1246 +BSU_33049,yvzF,AL009126.3,BSU33049,3390479,3390664,-,conserved protein of unknown function,Function unknown,C0H3R3,Op1246 +BSU_33050,gerAA,AL009126.3,BSU33050,3390782,3392230,+,component of the GerA germination receptor,Amino acid transport and metabolism,P07868,Op1247 +BSU_33060,gerAB,AL009126.3,BSU33060,3392199,3393296,+,component of the germination receptor GerA%3B putative transporter,Amino acid transport and metabolism,P07869,Op1247 +BSU_33070,gerAC,AL009126.3,BSU33070,3393293,3394414,+,component of the germination receptor GerA,Function unknown,P07870,Op1247 +BSU_33080,liaR,AL009126.3,BSU33080,3394422,3395057,-,two-component response regulator [YvqE] responding to cell wall stress,Transcription,O32197,Op1248 +BSU_33090,liaS,AL009126.3,BSU33090,3395035,3396117,-,two-component sensor histidine kinase [LiaR(YvqC)] sensing cell wall stress,Signal transduction mechanisms,O32198,Op1248 +BSU_33100,liaF,AL009126.3,BSU33100,3396114,3396839,-,membrane component associated to the LiaRS two-component system,Function unknown,O32199,Op1248 +BSU_33110,liaG,AL009126.3,BSU33110,3396873,3397745,-,sensor of antibiotic stress on the cell wall,Function unknown,O32200,Op1248 +BSU_33120,liaH,AL009126.3,BSU33120,3397846,3398523,-,modulator of liaIHGFSR (yvqIHGFEC) operon expression,Transcription,O32201,Op1248 +BSU_33130,liaI,AL009126.3,BSU33130,3398550,3398930,-,membrane anchor for the phage-shock protein A homolog LiaH,Function unknown,O32202,Op1248 +BSU_33140,yvqJ,AL009126.3,BSU33140,3399092,3400360,-,putative efflux protein,Amino acid transport and metabolism,O32203,Op5 +BSU_33150,yvqK,AL009126.3,BSU33150,3400537,3401118,-,putative ATP:cob(I)alamin adenosyltransferase,Function unknown,O34899,Op5 +BSU_33160,yvrA,AL009126.3,BSU33160,3401141,3402469,-,putative vitamin B12 transport system%2C ATPase component,Coenzyme transport and metabolism,O34631,Op5 +BSU_33170,yvrB,AL009126.3,BSU33170,3402469,3403530,-,putative vitamin B12 permease,Inorganic ion transport and metabolism,O34451,Op5 +BSU_33180,yvrC,AL009126.3,BSU33180,3403493,3404437,-,putative lipoprotein binding vitamin B12,Inorganic ion transport and metabolism,O34805,Op5 +BSU_33190,yvrD,AL009126.3,BSU33190,3404835,3405626,+,putative oxidoreductase,Lipid transport and metabolism,O34782,Op1249 +BSU_33200,yvrE,AL009126.3,BSU33200,3405664,3406542,-,putative sugar lactone lactonase,Carbohydrate transport and metabolism,O34940,Op1250 +BSU_33210,yvrG,AL009126.3,BSU33210,3406614,3408356,-,two-component sensor histidine kinase YvrG [cell wall processes and sublancin production and immunity (YvrH)],Signal transduction mechanisms,O34989,Op5 +BSU_33221,yvrH,AL009126.3,BSU33221,3408353,3409066,-,two-component sensor histidine kinase YvrG [cell wall processes and sublancin production and immunity (YvrG)],Signal transduction mechanisms,P94504,Op5 +BSU_33222,rsoA,AL009126.3,BSU33222,3409219,3409458,-,regulator of sigma-O,No COG annotation,C0H3R4,Op1251 +BSU_33230,sigO,AL009126.3,BSU33230,3409462,3409992,-,alternative sigma factor,Transcription,O34843,Op1251 +BSU_33239,yvrJ,AL009126.3,BSU33239,3410007,3410345,+,factor involved in oxalate decarboxylase expression,Function unknown,C0H3R5,Op1252 +BSU_33240,oxdC,AL009126.3,BSU33240,3410466,3411623,+,oxalate decarboxylase,Carbohydrate transport and metabolism,O34714,Op1253 +BSU_33250,rsiO,AL009126.3,BSU33250,3411684,3412094,+,acid stress-sensitive anti sigma factor,Function unknown,O34686,Op1253 +BSU_33260,yvrN,AL009126.3,BSU33260,3412128,3413357,-,putative ABC transporter (ATP-binding protein),Defense mechanisms,P46324,Op1254 +BSU_33270,yvrO,AL009126.3,BSU33270,3413350,3414039,-,putative ABC transporter (ATP-binding protein),Defense mechanisms,O34979,Op1254 +BSU_33280,yvrP,AL009126.3,BSU33280,3414023,3415216,-,putative ABC transporter membrane fusion component,Cell wall/membrane/envelope biogenesis,O35007,Op1254 +BSU_33290,fhuC,AL009126.3,BSU33290,3415387,3416196,-,ferrichrome ABC transporter (ATP-binding protein),Coenzyme transport and metabolism,P49938,Op5 +BSU_33300,fhuG,AL009126.3,BSU33300,3416212,3417222,-,ferrichrome ABC transporter (permease),Inorganic ion transport and metabolism,P49937,Op5 +BSU_33310,fhuB,AL009126.3,BSU33310,3417222,3418376,-,ferrichrome ABC transporter (permease),Inorganic ion transport and metabolism,P49936,Op5 +BSU_33320,fhuD,AL009126.3,BSU33320,3418474,3419421,+,ferrichrome ABC transporter (ferrichrome-binding lipoprotein),Inorganic ion transport and metabolism,P37580,Op1255 +BSU_33330,lysP,AL009126.3,BSU33330,3419656,3421065,-,lysine permease,Amino acid transport and metabolism,O32204,Op5 +BSU_33340,sspJ,AL009126.3,BSU33340,3421465,3421605,-,small acid-soluble spore protein,Function unknown,Q7WY58,Op1256 +BSU_33350,yvsG,AL009126.3,BSU33350,3421772,3422254,+,putative membrane hydrolase,Function unknown,O32205,Op5 +BSU_33360,ltaSP,AL009126.3,BSU33360,3422354,3424207,+,primase of polyglycerolphosphate lipoteichoic acid (LTA) synthesis,Cell wall/membrane/envelope biogenesis,O32206,Op5 +BSU_33370,yvgK,AL009126.3,BSU33370,3424235,3425161,-,putative molybdate binding regulator,Inorganic ion transport and metabolism,O32207,Op1257 +BSU_33380,modA,AL009126.3,BSU33380,3425272,3426054,+,molybdate-binding lipoprotein,Inorganic ion transport and metabolism,O32208,Op5 +BSU_33390,modB,AL009126.3,BSU33390,3426026,3426718,+,molybdenum transport permease,Inorganic ion transport and metabolism,,Op5 +BSU_33400,pgoN,AL009126.3,BSU33400,3426749,3427579,-,promiscuous glyoxal/methylglyoxal reductase,Function unknown,O32210,Op1258 +BSU_33410,yvgO,AL009126.3,BSU33410,3427802,3428287,+,exported stress induced factor,No COG annotation,O32211,Op1259 +BSU_33420,nhaK,AL009126.3,BSU33420,3428331,3430343,-,Na+/H+ antiporter,Inorganic ion transport and metabolism,O32212,Op5 +BSU_33430,cysI,AL009126.3,BSU33430,3430598,3432313,-,assimilatory sulfite reductase (hemoprotein beta-subunit),Inorganic ion transport and metabolism,O32213,Op1260 +BSU_33440,cysJ,AL009126.3,BSU33440,3432339,3434156,-,assimilatory sulfite reductase (flavoprotein alpha-subunit),Inorganic ion transport and metabolism,O32214,Op1260 +BSU_33450,helD,AL009126.3,BSU33450,3434327,3436651,-,transcription factor,"Replication, recombination and repair",O32215,Op5 +BSU_33460,yvgT,AL009126.3,BSU33460,3436849,3437457,-,putative integral membrane protein,Function unknown,O32216,Op5 +BSU_33470,bdbC,AL009126.3,BSU33470,3437644,3438060,-,thiol-disulfide oxidoreductase,"Post-translational modification, protein turnover, and chaperones",O32217,Op1261 +BSU_33480,bdbD,AL009126.3,BSU33480,3438065,3438733,-,thiol-disulfide oxidoreductase,"Post-translational modification, protein turnover, and chaperones",O32218,Op1261 +BSU_33490,cadA,AL009126.3,BSU33490,3438853,3440961,-,Cd(II)%2C Zn(II) and Co(II) exporter (ATPase),Inorganic ion transport and metabolism,O32219,Op1262 +BSU_33500,copA,AL009126.3,BSU33500,3441121,3443529,-,copper transporter ATPase,Inorganic ion transport and metabolism,O32220,Op1263 +BSU_33510,copZ,AL009126.3,BSU33510,3443613,3443822,-,copper insertion chaperone and transporter component,Inorganic ion transport and metabolism,O32221,Op1263 +BSU_33520,csoR,AL009126.3,BSU33520,3443896,3444201,-,repressor of copper utilisation proteins-Cu(I),Function unknown,O32222,Op1264 +BSU_33530,iolW,AL009126.3,BSU33530,3444329,3445405,+,scyllo-inositol 2-dehydrogenase (NADP(+)-dependent),Function unknown,O32223,Op1265 +BSU_33540,azoRB,AL009126.3,BSU33540,3445442,3446077,-,NADH:dichloroindophenol oxidoreductase (2-methylhydroquinone resistance),Lipid transport and metabolism,O32224,Op1266 +BSU_33550,yvaC,AL009126.3,BSU33550,3446237,3448132,-,putative integral inner membrane protein,Function unknown,O32225,Op5 +BSU_33560,yvaD,AL009126.3,BSU33560,3448295,3448696,-,putative integral inner membrane protein,Function unknown,O32226,Op5 +BSU_33570,yvaE,AL009126.3,BSU33570,3448693,3449052,-,putative metabolite-efflux transporter,Inorganic ion transport and metabolism,O32227,Op5 +BSU_33580,yvaF,AL009126.3,BSU33580,3449049,3449621,-,putative transcriptional regulator,Transcription,O32228,Op5 +BSU_33590,yvaG,AL009126.3,BSU33590,3449732,3450526,-,putative oxidoreductase,Lipid transport and metabolism,O32229,Op5 +BSU_33600,smpB,AL009126.3,BSU33600,3451248,3451718,-,tmRNA-binding protein,"Post-translational modification, protein turnover, and chaperones",O32230,Op1267 +BSU_33610,rnr,AL009126.3,BSU33610,3451863,3454202,-,ribonuclease R,Transcription,O32231,Op1267 +BSU_33620,estA,AL009126.3,BSU33620,3454221,3454961,-,carboxylesterase,Function unknown,O32232,Op1267 +BSU_33630,secG,AL009126.3,BSU33630,3455093,3455323,-,preprotein translocase subunit,"Intracellular trafficking, secretion, and vesicular transport",O32233,Op1267 +BSU_33640,yvaM,AL009126.3,BSU33640,3455472,3456242,+,putative hydrolase,Function unknown,O32234,Op1268 +BSU_33650,yvzC,AL009126.3,BSU33650,3456282,3456515,-,putative phage-like transcriptional regulator,Transcription,O32235,Op1269 +BSU_33660,rghRA,AL009126.3,BSU33660,3456667,3457074,+,transcriptional repressor,Transcription,O32236,Op5 +BSU_33670,rghRB,AL009126.3,BSU33670,3457104,3457523,+,putative phage-like transcriptional repressor,Transcription,O32237,Op5 +BSU_33680,catR,AL009126.3,BSU33680,3457615,3457941,+,transcriptional regulator of catechol dioxygenase,Transcription,O32238,Op5 +BSU_33690,yvaQ,AL009126.3,BSU33690,3458066,3459766,+,putative methyl-accepting transducer,Cell motility,O32239,Op5 +BSU_33700,opuBD,AL009126.3,BSU33700,3459806,3460486,-,choline ABC transporter (permease),Inorganic ion transport and metabolism,P39775,Op1270 +BSU_33710,opuBC,AL009126.3,BSU33710,3460503,3461423,-,choline ABC transporter (choline-binding lipoprotein),Cell wall/membrane/envelope biogenesis,Q45462,Op1270 +BSU_33720,opuBB,AL009126.3,BSU33720,3461435,3462088,-,choline ABC transporter (permease),Inorganic ion transport and metabolism,Q45461,Op1270 +BSU_33730,opuBA,AL009126.3,BSU33730,3462105,3463250,-,choline ABC transporter (ATP-binding protein),Amino acid transport and metabolism,Q45460,Op1270 +BSU_33740,yvaV,AL009126.3,BSU33740,3463534,3464067,+,putative transcriptional regulator (controlling choline uptake),Transcription,C0SPB8,Op5 +BSU_33750,sdpA,AL009126.3,BSU33750,3464289,3464765,+,export step of killing factor SdpC,No COG annotation,O34889,Op1271 +BSU_33760,sdpB,AL009126.3,BSU33760,3464762,3465733,+,export step of killing factor SdpC,No COG annotation,O34616,Op1271 +BSU_33770,spbC,AL009126.3,BSU33770,3465776,3466387,+,precursor of killing factor SdpC,No COG annotation,O34344,Op1271 +BSU_33780,sdpI,AL009126.3,BSU33780,3466434,3467057,-,integral membrane immunity regulator of autophagy,Function unknown,O32241,Op1272 +BSU_33790,sdpR,AL009126.3,BSU33790,3467054,3467326,-,transcriptional regulator of SdpC synthesis operon (ArsR family),Transcription,O32242,Op1272 +BSU_33800,opuCD,AL009126.3,BSU33800,3467546,3468235,-,glycine betaine/carnitine/choline/choline sulfate ABC transporter (promiscuous permease),Inorganic ion transport and metabolism,O34742,Op1273 +BSU_33810,opuCC,AL009126.3,BSU33810,3468253,3469164,-,glycine betaine/carnitine/choline/choline sulfate ABC transporter (osmoprotectant-binding lipoprotein),Cell wall/membrane/envelope biogenesis,O32243,Op1273 +BSU_33820,opuCB,AL009126.3,BSU33820,3469184,3469837,-,glycine betaine/carnitine/choline/choline sulfate ABC transporter (promiscuous permease),Inorganic ion transport and metabolism,O34878,Op1273 +BSU_33830,opuCA,AL009126.3,BSU33830,3469860,3471002,-,glycine betaine/carnitine/choline/choline sulfate ABC transporter (ATP-binding protein),Amino acid transport and metabolism,O34992,Op1273 +BSU_33840,opcR,AL009126.3,BSU33840,3471266,3471823,+,negative transcriptional regulator of choline uptake systems,Transcription,O34709,Op1274 +BSU_33850,yvbG,AL009126.3,BSU33850,3471841,3472476,-,putative integral membrane protein,"Intracellular trafficking, secretion, and vesicular transport",O32244,Op1275 +BSU_33860,yvbH,AL009126.3,BSU33860,3472626,3473240,+,conserved protein of unknown function,Function unknown,O32245,Op5 +BSU_33870,yvbI,AL009126.3,BSU33870,3473372,3474070,+,conserved protein of unknown function,Cell wall/membrane/envelope biogenesis,O32246,Op5 +BSU_33880,yvbJ,AL009126.3,BSU33880,3474106,3475923,-,conserved protein of unknown function,Function unknown,O32247,Op1276 +BSU_33890,yvbK,AL009126.3,BSU33890,3476043,3476510,+,putative N-acyltransferase,Transcription,O32248,Op1277 +BSU_33900,eno,AL009126.3,BSU33900,3476555,3477847,-,enolase,Carbohydrate transport and metabolism,P37869,Op1278 +BSU_33910,pgm,AL009126.3,BSU33910,3477877,3479412,-,phosphoglycerate mutase,Carbohydrate transport and metabolism,P39773,Op1278 +BSU_33920,tpiA,AL009126.3,BSU33920,3479405,3480166,-,triose phosphate isomerase,Carbohydrate transport and metabolism,P27876,Op1278 +BSU_33930,pgk,AL009126.3,BSU33930,3480197,3481381,-,phosphoglycerate kinase,Nucleotide transport and metabolism,P40924,Op1278 +BSU_33940,gapA,AL009126.3,BSU33940,3481698,3482705,-,glyceraldehyde-3-phosphate dehydrogenase (NAD-dependent%2C glycolytic),Carbohydrate transport and metabolism,P09124,Op1278 +BSU_33950,cggR,AL009126.3,BSU33950,3482752,3483774,-,transcriptional regulator of gapA,Transcription,O32253,Op1278 +BSU_33960,araE,AL009126.3,BSU33960,3484072,3485466,-,arabinose-related compounds permease,"Intracellular trafficking, secretion, and vesicular transport",P96710,Op1279 +BSU_33970,araR,AL009126.3,BSU33970,3485670,3486758,+,transcriptional repressor of the ara regulon (LacI family),Transcription,P96711,Op1280 +BSU_33980,yvbT,AL009126.3,BSU33980,3486807,3487817,-,putative alkanal monooxygenase,Energy production and conversion,O32254,Op5 +BSU_33990,yvbU,AL009126.3,BSU33990,3487974,3488852,-,putative transcriptional regulator (LysR family),Transcription,O32255,Op5 +BSU_34000,cyeB,AL009126.3,BSU34000,3488952,3489869,+,cysteine and O-acetylserine efflux permease,Amino acid transport and metabolism,O32256,Op1281 +BSU_34010,yvbW,AL009126.3,BSU34010,3489910,3491253,-,putative leucine permease,Amino acid transport and metabolism,O32257,Op5 +BSU_34020,yvbX,AL009126.3,BSU34020,3491655,3492689,-,putative epimerase modification of peptidoglycan,Function unknown,O32258,Op5 +BSU_34030,lutC,AL009126.3,BSU34030,3492797,3493519,-,component of an iron-sulfur oxidase for L-lactate utilization,Function unknown,O32259,Op5 +BSU_34040,lutB,AL009126.3,BSU34040,3493519,3494958,-,component of an iron-sulfur oxidase linked to L-lactate utilization,Energy production and conversion,O07021,Op5 +BSU_34050,lutA,AL009126.3,BSU34050,3494985,3495701,-,iron-sulfur oxidase subunit used in L-lactate utilization,Energy production and conversion,O07020,Op5 +BSU_34060,yvfU,AL009126.3,BSU34060,3495876,3496478,-,two-component response regulator [YvfT],Signal transduction mechanisms,O07019,Op5 +BSU_34070,yvfT,AL009126.3,BSU34070,3496495,3497610,-,two-component sensor histidine kinase [YvfU],Signal transduction mechanisms,Q795K2,Op5 +BSU_34080,yvfS,AL009126.3,BSU34080,3497614,3498351,-,putative ABC transporter (permease),Defense mechanisms,O07017,Op5 +BSU_34090,yvfR,AL009126.3,BSU34090,3498352,3499257,-,putative ABC efflux transporter (ATP-binding protein),Defense mechanisms,O07016,Op5 +BSU_34100,rsbQ,AL009126.3,BSU34100,3499541,3500350,+,regulator of RsbP phosphatase,Function unknown,O07015,Op1282 +BSU_34110,rsbP,AL009126.3,BSU34110,3500386,3501597,+,phosphoserine protein-phosphatase,Signal transduction mechanisms,O07014,Op1282 +BSU_34120,ganB,AL009126.3,BSU34120,3501651,3502940,-,endo-beta-1%2C4-galactanase,Carbohydrate transport and metabolism,O07013,Op1283 +BSU_34130,ganA,AL009126.3,BSU34130,3503020,3505083,-,short chain beta-1%2C4-galacto-oligosaccharides beta-galactosidase (beta-galacto-pyranoside hydrolase),Carbohydrate transport and metabolism,O07012,Op1283 +BSU_34140,ganQ,AL009126.3,BSU34140,3505102,3505953,-,galacto-oligosaccharides (galactan) oligomer permease,Inorganic ion transport and metabolism,O07011,Op1283 +BSU_34150,ganP,AL009126.3,BSU34150,3505957,3507213,-,galacto-oligosaccharides (galactan) oligomer permease,Inorganic ion transport and metabolism,O32261,Op1283 +BSU_34160,ganS,AL009126.3,BSU34160,3507253,3508518,-,polygalactose / cyclodextrin-binding lipoprotein,Carbohydrate transport and metabolism,O07009,Op1283 +BSU_34170,ganR,AL009126.3,BSU34170,3508659,3509651,-,transcriptional regulator of the galactan degradation operon (GanR / beta-1%2C4-galactobiose),Transcription,O07008,Op5 +BSU_34180,lutR,AL009126.3,BSU34180,3509831,3510490,-,L-lactate utilization global transcriptional regulator (GntR family),Transcription,O07007,Op5 +BSU_34190,lutP,AL009126.3,BSU34190,3510780,3512471,+,L-lactate permease,Energy production and conversion,P71067,Op1284 +BSU_34200,sigL,AL009126.3,BSU34200,3512498,3513808,-,RNA polymerase sigma-54 factor (sigma-L),Transcription,P24219,Op1285 +BSU_34210,yvfG,AL009126.3,BSU34210,3513887,3514105,+,conserved protein of unknown function,Function unknown,P71066,Op1286 +BSU_34220,epsO,AL009126.3,BSU34220,3514115,3515083,-,pyruvyl transferase for matrix biofilm formation,Carbohydrate transport and metabolism,P71065,Op1287 +BSU_34230,epsN,AL009126.3,BSU34230,3515062,3516228,-,putative aminotransferase involved in biofilm matrix formation,Amino acid transport and metabolism,Q795J3,Op1287 +BSU_34240,epsM,AL009126.3,BSU34240,3516233,3516883,-,putative O-acetyltransferase involved in biofilm matrix formation,Carbohydrate transport and metabolism,P71063,Op1287 +BSU_34250,epsL,AL009126.3,BSU34250,3516880,3517488,-,putative phosphotransferase involved in extracellular matrix synthesis,Cell wall/membrane/envelope biogenesis,P71062,Op1287 +BSU_34265,epsK,AL009126.3,BSU34265,3517485,3519002,-,putative extracellular matrix component exporter%3B putative cyclic di-GMP receptor,Function unknown,P71060,Op1287 +BSU_34280,epsJ,AL009126.3,BSU34280,3518999,3520033,-,putative glycosyl transferase involved in biofilm matrix formation,Function unknown,P71059,Op1287 +BSU_34290,epsI,AL009126.3,BSU34290,3520030,3521106,-,putative polysaccharide pyruvyl transferase involved in biofilm matrix formation,Carbohydrate transport and metabolism,P71058,Op1287 +BSU_34300,epsH,AL009126.3,BSU34300,3521111,3522145,-,putative glycosyltransferase involved in biofilm formation,Function unknown,P71057,Op1287 +BSU_34310,epsG,AL009126.3,BSU34310,3522170,3523273,-,biofilm extracellular matrix formation chain-length determining factor,Function unknown,P71056,Op1287 +BSU_34320,epsF,AL009126.3,BSU34320,3523270,3524424,-,putative glycosyltransferase involved in matrix formation (chain-length determination),Cell wall/membrane/envelope biogenesis,P71055,Op1287 +BSU_34330,epsE,AL009126.3,BSU34330,3524417,3525253,-,bifunctional flagellar clutch and glycosyltransferase acting during biofilm formation,Cell wall/membrane/envelope biogenesis,P71054,Op1287 +BSU_34340,epsD,AL009126.3,BSU34340,3525250,3526395,-,putative extracellular matrix glycosyltransferase,Cell wall/membrane/envelope biogenesis,P71053,Op1287 +BSU_34350,epsC,AL009126.3,BSU34350,3526407,3528203,-,putative UDP-sugar epimerase involved in biofilm matrix formation,Carbohydrate transport and metabolism,P71052,Op1287 +BSU_34360,epsB,AL009126.3,BSU34360,3528462,3529145,-,protein tyrosine kinase involved in biofilm matrix formation,"Cell cycle control, cell division, chromosome partitioning",P71051,Op1287 +BSU_34370,epsA,AL009126.3,BSU34370,3529151,3529855,-,modulator of protein tyrosine kinase EpsB involved in biofilm matrix formation,Cell wall/membrane/envelope biogenesis,P71050,Op1287 +BSU_34380,slrR,AL009126.3,BSU34380,3530101,3530559,+,transcriptional regulator of autolysin genes (biofilm formation),Transcription,P71049,Op5 +BSU_34390,pnbA,AL009126.3,BSU34390,3530635,3532104,+,para-nitrobenzyl esterase (intracellular esterase B),Lipid transport and metabolism,P37967,Op5 +BSU_34399,BSU_34399,AL009126.3,BSU34399,3532107,3532298,+,hypothetical protein,No COG annotation,A0A2K4Z9N5,Op1288 +BSU_34400,padC,AL009126.3,BSU34400,3532325,3532810,-,phenolic acid decarboxylase,"Secondary metabolites biosynthesis, transport, and catabolism",O07006,Op1289 +BSU_34410,yveG,AL009126.3,,3532833,3533144,-,conserved protein of unknown function,Function unknown,,Op1289 +BSU_34420,yveF,AL009126.3,,3533196,3533288,-,hypothetical protein,No COG annotation,,Op1289 +BSU_34430,racX,AL009126.3,BSU34430,3533419,3534102,-,promiscuous aminoacid racemase (prefers arginine%2C lysine and ornithine),Cell wall/membrane/envelope biogenesis,P32960,Op1290 +BSU_34440,pbpE,AL009126.3,BSU34440,3534118,3535473,-,penicillin-binding protein 4*,Defense mechanisms,P32959,Op1290 +BSU_34450,sacB,AL009126.3,BSU34450,3536012,3537433,+,levansucrase%3B levanase (moonlighting),Cell wall/membrane/envelope biogenesis,P05655,Op1291 +BSU_34460,levB,AL009126.3,BSU34460,3537507,3539057,+,endolevanase%2C selectively cleaves the (beta-2%2C6) fructosyl bonds,Carbohydrate transport and metabolism,O07003,Op1291 +BSU_34470,aspP,AL009126.3,BSU34470,3539165,3540727,+,L-aspartate/L-glutamate / proton permease,Amino acid transport and metabolism,O07002,Op1291 +BSU_34480,yvdT,AL009126.3,BSU34480,3540717,3541406,+,putative transcriptional regulator (TetR/AcrR family),Transcription,,Op5 +BSU_34490,psmA,AL009126.3,BSU34490,3541488,3541823,+,sodium / proton antiporter subunit A,Inorganic ion transport and metabolism,O32262,Op5 +BSU_34500,psmB,AL009126.3,BSU34500,3541823,3542143,+,sodium-proton two component antiporter subunit,Inorganic ion transport and metabolism,O06999,Op5 +BSU_34510,yvdQ,AL009126.3,BSU34510,3542179,3542691,-,conserved protein of unknown function,Function unknown,O06998,Op1292 +BSU_34520,cotNP,AL009126.3,BSU34520,3542943,3544286,-,spore coat protein%3B putative oxidoreductase,Energy production and conversion,O06997,Op1293 +BSU_34530,cotR,AL009126.3,BSU34530,3544642,3545604,+,spore coat lipolytic enzyme,Function unknown,O06996,Op1294 +BSU_34540,clpP,AL009126.3,BSU34540,3546234,3546827,+,ATP-dependent Clp protease proteolytic subunit%3B Maxwell's demon,"Post-translational modification, protein turnover, and chaperones",P80244,Op1295 +BSU_34550,mdxM,AL009126.3,BSU34550,3546873,3547553,-,bifunctional beta-phosphoglucomutase / glucose-1-phosphate phosphodismutase,Function unknown,O06995,Op5 +BSU_34560,mdxL,AL009126.3,BSU34560,3547550,3549235,-,oligo-1%2C4-1%2C6-alpha-glucosidase (sucrase-maltase-isomaltase),Carbohydrate transport and metabolism,O06994,Op5 +BSU_34570,mdxK,AL009126.3,BSU34570,3549228,3551501,-,maltose phosphorylase,Carbohydrate transport and metabolism,O06993,Op5 +BSU_34580,mdxJ,AL009126.3,BSU34580,3551479,3552363,-,putative component of maltodextrin transporter,Function unknown,O06992,Op5 +BSU_34590,mdxG,AL009126.3,BSU34590,3552369,3553205,-,maltodextrin ABC transporter (permease),Inorganic ion transport and metabolism,O06991,Op5 +BSU_34600,mdxF,AL009126.3,BSU34600,3553206,3554513,-,maltodextrin ABC transport system (permease),Inorganic ion transport and metabolism,O06990,Op5 +BSU_34610,mdxE,AL009126.3,BSU34610,3554553,3555806,-,maltose/maltodextrin-binding lipoprotein,Carbohydrate transport and metabolism,O06989,Op5 +BSU_34620,mdxD,AL009126.3,BSU34620,3555902,3557671,-,maltogenic alpha-amylase,Carbohydrate transport and metabolism,O06988,Op5 +BSU_34630,mdxR,AL009126.3,BSU34630,3557784,3558734,-,transcriptional activator of the maltodextrin operon (LacI family),Transcription,O06987,Op5 +BSU_34640,yvdD,AL009126.3,BSU34640,3558940,3559515,-,putative enzyme,Function unknown,O06986,Op1296 +BSU_34650,yvdC,AL009126.3,BSU34650,3559632,3559952,+,putative pyrophosphohydrolase,Function unknown,O32263,Op1297 +BSU_34660,yvdB,AL009126.3,BSU34660,3559979,3561571,-,putative anion transporter,Inorganic ion transport and metabolism,O06984,Op5 +BSU_34670,yvdA,AL009126.3,BSU34670,3561590,3562183,-,putative carbonic anhydrase,Inorganic ion transport and metabolism,O06983,Op5 +BSU_34680,yvcT,AL009126.3,BSU34680,3562566,3563543,+,putative 2-ketogluconate reductase%3B hydroxypyruvate / glyoxylate reductase,Energy production and conversion,O32264,Op1298 +BSU_34690,psdB,AL009126.3,BSU34690,3563581,3565521,-,lantibiotic ABC transporter (permease),Defense mechanisms,O06981,Op1299 +BSU_34700,psdA,AL009126.3,BSU34700,3565496,3566275,-,lantibiotic ABC transporter (ATP-binding protein),Defense mechanisms,O06980,Op1299 +BSU_34710,psdS,AL009126.3,BSU34710,3566358,3567428,-,two-component sensor histidine kinase [PsdR] response to lantibiotics (nisin and gallidermin),Signal transduction mechanisms,O06979,Op1299 +BSU_34720,psdR,AL009126.3,BSU34720,3567422,3568135,-,two-component response regulator [PsdS] responding to lipid II-binding lantibiotics (nisin and gallidermin),Signal transduction mechanisms,O06978,Op1299 +BSU_34729,yvzJ,AL009126.3,BSU34729,3568282,3568491,+,putative lipoprotein,No COG annotation,C0H3R7,Op1300 +BSU_34730,yvcN,AL009126.3,BSU34730,3568527,3569291,-,putative arylamine N-acetyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",O06977,Op5 +BSU_34740,crh,AL009126.3,BSU34740,3569292,3569549,-,catabolite repression HPr-like protein,Carbohydrate transport and metabolism,O06976,Op5 +BSU_34750,whiA,AL009126.3,BSU34750,3569573,3570523,-,putative morphogen,Transcription,O06975,Op5 +BSU_34760,mgfK,AL009126.3,BSU34760,3570546,3571499,-,gluconeogenesis morphogenetic factor (UDP-sugar binding),Function unknown,O06974,Op5 +BSU_34770,yvcJ,AL009126.3,BSU34770,3571501,3572388,-,GTPase possibly involved in regulator sRNA degradation,Function unknown,O06973,Op5 +BSU_34780,yvcI,AL009126.3,BSU34780,3572413,3572889,-,putative triphosphate pyrophosphate hydrolase,Nucleotide transport and metabolism,O06972,Op5 +BSU_34790,trxB,AL009126.3,BSU34790,3573207,3574157,-,thioredoxin reductase,Energy production and conversion,P80880,Op5 +BSU_34800,cwlO,AL009126.3,BSU34800,3574363,3575784,-,secreted cell wall DL-endopeptidase,Cell wall/membrane/envelope biogenesis,P40767,Op1301 +BSU_34810,yvcD,AL009126.3,BSU34810,3576165,3577619,-,conserved protein of unknown function,Function unknown,O06968,Op5 +BSU_34820,bmrA,AL009126.3,BSU34820,3577745,3579514,-,efflux transporter (ATP-binding and permease protein),Defense mechanisms,O06967,Op1302 +BSU_34830,yvzA,AL009126.3,BSU34830,3579679,3580038,-,conserved protein of unknown function,No COG annotation,O32265,Op5 +BSU_34840,yvcB,AL009126.3,BSU34840,3580053,3581963,-,conserved protein of unknown function,No COG annotation,O06966,Op5 +BSU_34850,yvcA,AL009126.3,BSU34850,3581965,3582690,-,putative lipoprotein,No COG annotation,O06965,Op5 +BSU_34860,hisIE,AL009126.3,BSU34860,3582936,3583565,-,bifunctional phosphoribosyl-AMP cyclohydrolase%3B phosphoribosyl-ATP pyrophosphohydrolase,Amino acid transport and metabolism,O34912,Op5 +BSU_34870,hisF,AL009126.3,BSU34870,3583562,3584320,-,imidazole glycerol phosphate synthase subunit,Amino acid transport and metabolism,O34727,Op5 +BSU_34880,hisA,AL009126.3,BSU34880,3584317,3585054,-,phosphoribosylformimino-5-aminoimidazole carboxamide ribotide isomerase,Amino acid transport and metabolism,O35006,Op5 +BSU_34890,hisH,AL009126.3,BSU34890,3585051,3585689,-,imidazole glycerol phosphate synthase%2C glutamine amidotransferase subunit,Amino acid transport and metabolism,O34565,Op5 +BSU_34900,hisB,AL009126.3,BSU34900,3585690,3586274,-,imidazoleglycerol-phosphate dehydratase [Mn(II)-dependent],Amino acid transport and metabolism,O34683,Op5 +BSU_34910,hisD,AL009126.3,BSU34910,3586271,3587554,-,histidinol dehydrogenase,Amino acid transport and metabolism,O34651,Op5 +BSU_34920,hisG,AL009126.3,BSU34920,3587551,3588192,-,ATP phosphoribosyltransferase,Amino acid transport and metabolism,O34520,Op5 +BSU_34930,hisZ,AL009126.3,BSU34930,3588185,3589360,-,histidyl-tRNA synthetase-like subunit of ATP phophoribosyltransferase,Amino acid transport and metabolism,O34459,Op5 +BSU_34940,yvpB,AL009126.3,BSU34940,3589611,3590363,+,putative hydratase,Cell motility,O34735,Op5 +BSU_34950,pelC,AL009126.3,BSU34950,3590603,3591268,+,secreted pectate (polygalacturonate) lyase,Carbohydrate transport and metabolism,O34310,Op5 +BSU_34960,hprF,AL009126.3,BSU34960,3591288,3591806,-,dephosphorylated heptaprenylglyceryl phosphate O-acetyltransferase,Function unknown,O34993,Op5 +BSU_34970,ppaX,AL009126.3,BSU34970,3591810,3592460,-,Hpr-associated pyrophosphatase,Function unknown,Q9JMQ2,Op5 +BSU_34980,yvoD,AL009126.3,BSU34980,3592457,3593395,-,putative integral inner membrane protein with nucleotide binding domain,Inorganic ion transport and metabolism,O34382,Op5 +BSU_34990,lgt,AL009126.3,BSU34990,3593419,3594228,-,prelipoprotein diacylglycerol transferase,Cell wall/membrane/envelope biogenesis,O34752,Op5 +BSU_35000,hprK,AL009126.3,BSU35000,3594242,3595174,-,serine/threonine protein kinase/phosphorylase (pyrophosphate-producing),Nucleotide transport and metabolism,O34483,Op1303 +BSU_35010,nagA,AL009126.3,BSU35010,3595356,3596546,+,N-acetylglucosamine-6-phosphate deacetylase,Carbohydrate transport and metabolism,O34450,Op1304 +BSU_35020,nagBA,AL009126.3,BSU35020,3596543,3597271,+,glucosamine-6-phosphate isomerase,Carbohydrate transport and metabolism,O35000,Op1304 +BSU_35030,nagR,AL009126.3,BSU35030,3597289,3598020,+,transcriptional regulator (GntR family),Transcription,O34817,Op1304 +BSU_35040,yvnB,AL009126.3,BSU35040,3598040,3601909,-,putative exported hydrolase,"Secondary metabolites biosynthesis, transport, and catabolism",O34986,Op1305 +BSU_35050,yvnA,AL009126.3,BSU35050,3602074,3602547,+,putative transcriptional regulator,Transcription,O34692,Op1306 +BSU_35060,cypX,AL009126.3,BSU35060,3602588,3603805,-,cyclo-L-leucyl-L-leucyl dipeptide oxidase%2C pulcheriminic synthase,Energy production and conversion,O34926,Op1307 +BSU_35070,pchC,AL009126.3,BSU35070,3603821,3604567,-,cyclodipeptide synthase (tRNA-dependent)%2C pulcherimminic acid precursor,Function unknown,O34351,Op1307 +BSU_35080,pchR,AL009126.3,BSU35080,3604993,3605502,+,transcriptional regulator for pulcherriminic acid synthesis,Transcription,P40762,Op1308 +BSU_35090,pchE,AL009126.3,BSU35090,3605523,3606734,+,pulcherriminic acid efflux transporter,Amino acid transport and metabolism,O34307,Op1308 +BSU_35100,yvlD,AL009126.3,BSU35100,3606762,3607121,-,putative integral phage holin-like membrane protein,Function unknown,O34648,Op1309 +BSU_35110,yvlC,AL009126.3,BSU35110,3607123,3607320,-,membrane associated phage-like stress regulator%2C nisin resistance,Transcription,O34719,Op1309 +BSU_35120,yvlB,AL009126.3,BSU35120,3607325,3608422,-,conserved protein of unknown function%2C stress-related,Function unknown,O34628,Op1309 +BSU_35130,yvlA,AL009126.3,BSU35130,3608447,3608773,-,conserved protein of unknown function,No COG annotation,O34322,Op1309 +BSU_35140,yvkN,AL009126.3,BSU35140,3608991,3609221,+,conserved protein of unknown function,No COG annotation,O34604,Op1310 +BSU_35150,yvzB,AL009126.3,,3609420,3609902,-,putative flagellin,Cell motility,,Op1311 +BSU_35160,uvrA,AL009126.3,BSU35160,3610064,3612937,-,excinuclease ABC (subunit A),"Replication, recombination and repair",O34863,Op1312 +BSU_35170,uvrB,AL009126.3,BSU35170,3612945,3614930,-,excinuclease ABC (subunit B),"Replication, recombination and repair",P37954,Op1312 +BSU_35180,csbA,AL009126.3,BSU35180,3615116,3615346,-,conserved membrane protein of unknown function,Function unknown,P37953,Op1313 +BSU_35190,yvkC,AL009126.3,BSU35190,3615793,3618288,+,putative phosphotransferase,Carbohydrate transport and metabolism,O34796,Op5 +BSU_35200,yvkB,AL009126.3,BSU35200,3618364,3618933,+,putative transcriptional regulator (TetR/AcrR family),Transcription,O34643,Op5 +BSU_35210,yvkA,AL009126.3,BSU35210,3618964,3620298,+,putative efflux transporter,Inorganic ion transport and metabolism,O34502,Op5 +BSU_35220,minJ,AL009126.3,BSU35220,3620346,3621539,-,topological determinant of cell division,"Post-translational modification, protein turnover, and chaperones",O34375,Op5 +BSU_35230,swrAAc,AL009126.3,,3621618,3621956,-,swarming motility protein fragment%3B C-terminal part of swrAA,Function unknown,,Op5 +BSU_35239,swrAAn,AL009126.3,,3621931,3622047,-,swarming motility protein%3B N-terminal part of swrAA,Function unknown,,Op5 +BSU_35240,ctpB,AL009126.3,BSU35240,3622356,3623798,-,PDZ-containing carboxyl-terminal protease processing protease [Zn(II)],Cell wall/membrane/envelope biogenesis,O35002,Op1314 +BSU_35250,ftsX,AL009126.3,BSU35250,3623938,3624828,-,cell-division ABC transporter,"Cell cycle control, cell division, chromosome partitioning",O34876,Op1315 +BSU_35260,ftsE,AL009126.3,BSU35260,3624821,3625507,-,cell-division signal transducer (ATP-binding protein),"Cell cycle control, cell division, chromosome partitioning",O34814,Op1315 +BSU_35270,cccB,AL009126.3,BSU35270,3625741,3626079,-,cytochrome c551,Energy production and conversion,O34594,Op1316 +BSU_35280,yvjA,AL009126.3,BSU35280,3626128,3627012,-,putative integral inner membrane protein,Function unknown,,Op1316 +BSU_35290,prfB,AL009126.3,BSU35290,3627139,3628167,-,peptide chain release factor 2,"Translation, ribosomal structure and biogenesis",P28367,Op1317 +BSU_35300,secA,AL009126.3,BSU35300,3628310,3630835,-,translocase binding subunit (ATPase),"Intracellular trafficking, secretion, and vesicular transport",P28366,Op1317 +BSU_35310,hpf,AL009126.3,BSU35310,3631003,3631572,-,ribosome-associated sigma 54 modulation protein%3B ribosome dimerisation factor,"Translation, ribosomal structure and biogenesis",P28368,Op1318 +BSU_35319,yvzG,AL009126.3,BSU35319,3631763,3632140,-,conserved protein of unknown function,No COG annotation,C0H3R9,Op5 +BSU_35320,fliT,AL009126.3,BSU35320,3632150,3632491,-,flagellar assembly protein FliT involved in control of flagella expression,No COG annotation,P39740,Op1319 +BSU_35330,fliS,AL009126.3,BSU35330,3632488,3632889,-,flagellar assembly protein FliS,Cell motility,P39739,Op1319 +BSU_35340,fliD,AL009126.3,BSU35340,3632911,3634407,-,flagellar hook-associated capping protein 2 (HAP2),Cell motility,P39738,Op1319 +BSU_35350,yvyC,AL009126.3,BSU35350,3634425,3634754,-,putative flagellar protein of unknown function,Cell motility,P39737,Op1319 +BSU_35360,hag,AL009126.3,BSU35360,3634987,3635901,-,flagellin protein,Cell motility,P02968,Op1320 +BSU_35370,csrA,AL009126.3,BSU35370,3636046,3636270,-,carbon storage regulator,Signal transduction mechanisms,P33911,Op1321 +BSU_35380,fliW,AL009126.3,BSU35380,3636264,3636695,-,assembly factor of the flagellum,Function unknown,P96503,Op1321 +BSU_35390,yviE,AL009126.3,BSU35390,3636716,3637291,-,conserved protein of unknown function,No COG annotation,P96502,Op5 +BSU_35400,flgL,AL009126.3,BSU35400,3637338,3638234,-,flagellar hook-filament junction protein,Cell motility,P96501,Op1322 +BSU_35410,flgK,AL009126.3,BSU35410,3638245,3639768,-,flagellar hook-filament junction,Cell motility,P39810,Op1322 +BSU_35420,flgN,AL009126.3,BSU35420,3639787,3640269,-,factor required for flagellar based motility,Cell motility,P39808,Op1322 +BSU_35430,flgM,AL009126.3,BSU35430,3640285,3640551,-,anti-sigma factor repressor of sigma(D)-dependent transcription,Transcription,P39809,Op1322 +BSU_35440,yvyF,AL009126.3,BSU35440,3640632,3641051,-,putative transcriptional regulator of flagella formation,Function unknown,P39807,Op1322 +BSU_35450,comFC,AL009126.3,BSU35450,3641125,3641847,-,component of the DNA transport apparatus,Function unknown,,Op1322 +BSU_35460,comFB,AL009126.3,BSU35460,3641811,3642107,-,regulator of competence%2C pole located,Function unknown,P39146,Op1322 +BSU_35470,comFA,AL009126.3,BSU35470,3642167,3643558,-,ATP-dependent helicase competence protein,"Replication, recombination and repair",P39145,Op1322 +BSU_35480,fakBA,AL009126.3,BSU35480,3643664,3644509,-,fatty acid kinase fatty acid binding subunit A,Function unknown,P32436,Op1323 +BSU_35490,degU,AL009126.3,BSU35490,3644607,3645296,-,two-component response regulator,Transcription,P13800,Op1324 +BSU_35500,degS,AL009126.3,BSU35500,3645379,3646536,-,two-component sensor histidine kinase [DegU],Signal transduction mechanisms,P13799,Op1324 +BSU_35510,yvyE,AL009126.3,BSU35510,3646753,3647406,+,putative translation regulator,Function unknown,P32437,Op1325 +BSU_35520,tagV,AL009126.3,BSU35520,3647406,3648581,+,teichoic acid-peptidoglycan tethering enzyme (LCP component) with transcription regulator domain,Transcription,P96499,Op1325 +BSU_35530,tagO,AL009126.3,BSU35530,3648654,3649730,-,UDP-N-acetylglucosamine:undecaprenyl-P N-acetylglucosaminyl-1-P transferase,Cell wall/membrane/envelope biogenesis,O34753,Op5 +BSU_35540,tuaH,AL009126.3,BSU35540,3649875,3651068,-,putative glycosyltransferase (teichuronic acid),Cell wall/membrane/envelope biogenesis,O32267,Op1326 +BSU_35550,tuaG,AL009126.3,BSU35550,3651097,3651855,-,putative glycosyltransferase (teichuronic acid),Cell wall/membrane/envelope biogenesis,O32268,Op1326 +BSU_35560,tuaF,AL009126.3,BSU35560,3651879,3652559,-,putative hydrolase involved in teichuronic acid synthesis,Cell wall/membrane/envelope biogenesis,O32269,Op1326 +BSU_35570,tuaE,AL009126.3,BSU35570,3652588,3654054,-,putative polymerase of teichuronic acid repeating units,Cell wall/membrane/envelope biogenesis,O32270,Op1326 +BSU_35580,tuaD,AL009126.3,BSU35580,3654139,3655524,-,UDP-glucose 6-dehydrogenase (teichuronic acid),Cell wall/membrane/envelope biogenesis,O32271,Op1326 +BSU_35590,tuaC,AL009126.3,BSU35590,3655586,3656755,-,putative glycosyltransferase (teichuronic acid),Carbohydrate transport and metabolism,O32272,Op1326 +BSU_35600,tuaB,AL009126.3,BSU35600,3656752,3658203,-,putative exporter involved in biosynthesis of teichuronic acid,Function unknown,O32273,Op1326 +BSU_35609,tuaAc,AL009126.3,,3658259,3658408,-,putative undecaprenyl-phosphate N-acetylgalactosaminyl-1-phosphate transferase%3B C-terminal part of TuaA,Cell wall/membrane/envelope biogenesis,,Op1326 +BSU_35610,tuaAn,AL009126.3,,3658407,3658892,-,putative undecaprenyl-phosphate N-acetylgalactosaminyl-1-phosphate transferase%3B N-terminal part of TuaA,Cell wall/membrane/envelope biogenesis,,Op1326 +BSU_35620,lytC,AL009126.3,BSU35620,3659119,3660609,-,N-acetylmuramoyl-L-alanine amidase (major autolysin),Cell wall/membrane/envelope biogenesis,Q02114,Op1327 +BSU_35630,lytB,AL009126.3,BSU35630,3660648,3662765,-,modifier of major autolysin amidase LytC,"Cell cycle control, cell division, chromosome partitioning",Q02113,Op1327 +BSU_35640,lytA,AL009126.3,BSU35640,3662789,3663097,-,membrane bound lipoprotein,No COG annotation,Q02112,Op1327 +BSU_35650,tagU,AL009126.3,BSU35650,3663281,3664201,+,teichoic acid-peptidoglycan tethering enzyme (LCP component) with transcription regulator domain of major autolysin expression,Transcription,Q02115,Op1328 +BSU_35660,mnaA,AL009126.3,BSU35660,3664241,3665383,-,UDP-N-acetylmannosamine 2-epimerase,Cell wall/membrane/envelope biogenesis,P39131,Op1329 +BSU_35670,gtaB,AL009126.3,BSU35670,3665629,3666507,+,UTP-glucose-1-phosphate uridylyltransferase,Cell wall/membrane/envelope biogenesis,Q05852,Op1330 +BSU_35678,BSU_35678,AL009126.3,BSU35678,3666841,3667059,+,hypothetical protein,No COG annotation,A0A2K4Z9N8,Op1331 +BSU_35679,yvzH,AL009126.3,,3666933,3667016,-,putative teichoic acid translocation permease protein tagG (fragment),No COG annotation,,Op5 +BSU_35680,ggaB,AL009126.3,BSU35680,3667209,3669911,-,poly(glucosyl N-acetylgalactosamine 1-phosphate) glucosyltransferase,Cell wall/membrane/envelope biogenesis,P46918,Op1332 +BSU_35690,ggaA,AL009126.3,,3670035,3671375,-,poly(glucosyl N-acetylgalactosamine 1-phosphate) glucosyltransferase (missing signal peptide),Cell wall/membrane/envelope biogenesis,,Op1332 +BSU_35698,yvzI,AL009126.3,,3671416,3671622,-,putative CDP-glycerol:poly(glycerophosphate) glycerophosphotransferase (fragment),Cell wall/membrane/envelope biogenesis,,Op5 +BSU_35699,yvzE,AL009126.3,,3672929,3673525,+,putative UTP-glucose-1-phosphate uridylyltransferase (UDP-glucose pyrophosphorylase) (UDPGP) (fragment),Cell wall/membrane/envelope biogenesis,,Op5 +BSU_35700,tagH,AL009126.3,BSU35700,3673564,3675147,-,ATP-binding teichoic acid precursor transporter component,Carbohydrate transport and metabolism,P42954,Op5 +BSU_35710,tagG,AL009126.3,BSU35710,3675167,3675994,-,teichoic acid precursors permease,Carbohydrate transport and metabolism,P42953,Op5 +BSU_35720,tagF,AL009126.3,BSU35720,3676159,3678399,-,CDP-glycerol:polyglycerol phosphate glycero-phosphotransferase (poly(glycerol phosphate) polymerase),Cell wall/membrane/envelope biogenesis,P13485,Op1333 +BSU_35730,tagE,AL009126.3,BSU35730,3678399,3680420,-,UDP-glucose:polyglycerol phosphate alpha-glucosyltransferase,Cell wall/membrane/envelope biogenesis,P13484,Op1333 +BSU_35740,tagD,AL009126.3,BSU35740,3680581,3680970,-,glycerol-3-phosphate cytidylyltransferase,Lipid transport and metabolism,P27623,Op1333 +BSU_35750,tagA,AL009126.3,BSU35750,3681370,3682140,+,N-acetylmannosamine (ManNAc) C4 hydroxyl of a membrane-anchored N-acetylglucosaminyl diphospholipid (GlcNAc-pp-undecaprenyl%2C lipid I) glycosyltransferase,Cell wall/membrane/envelope biogenesis,P27620,Op1334 +BSU_35760,tagB,AL009126.3,BSU35760,3682173,3683318,+,teichoic acid primase%2C CDP-glycerol:N-acetyl-beta-d-mannosaminyl-1%2C 4-N-acetyl-d-glucosaminyldiphosphoundecaprenyl glycerophosphotransferase,Cell wall/membrane/envelope biogenesis,P27621,Op1334 +BSU_35770,tagC,AL009126.3,BSU35770,3683438,3684766,+,putative polyglycerol phosphate assembly and export protein (teichoic acid biosynthesis),No COG annotation,P27622,Op1335 +BSU_35780,lytD,AL009126.3,BSU35780,3684826,3687468,-,exported N-acetylglucosaminidase (major autolysin) (CWBP90),Carbohydrate transport and metabolism,P39848,Op1336 +BSU_35790,pmiA,AL009126.3,BSU35790,3687597,3688547,-,mannose-6-phosphate isomerase (active on aldose substrates with hydroxyl groups oriented in the same direction at the C-2 and C-3 positions as in mannose),Carbohydrate transport and metabolism,P39841,Op1337 +BSU_35800,gerBA,AL009126.3,BSU35800,3688812,3690263,+,component of germinant receptor B,Amino acid transport and metabolism,P39569,Op1338 +BSU_35810,gerBB,AL009126.3,BSU35810,3690269,3691375,+,component of germinant receptor B,Amino acid transport and metabolism,P39570,Op1338 +BSU_35820,gerBC,AL009126.3,BSU35820,3691372,3692496,+,lipoprotein component of the germination receptor B,Function unknown,P39571,Op1338 +BSU_35830,ywtG,AL009126.3,BSU35830,3692533,3693906,-,putative carbohydrate/proton transporter,"Intracellular trafficking, secretion, and vesicular transport",C0SPB2,Op1339 +BSU_35840,tagT,AL009126.3,BSU35840,3694239,3695207,+,teichoic acid-peptidoglycan tethering enzyme (LCP component) with transcription regulator domain of capsule synthesis,Transcription,Q7WY78,Op1340 +BSU_35850,ribZB,AL009126.3,BSU35850,3695363,3696223,+,5-amino-6-ribitylamino-2%2C4(1H%2C 3H)-pyrimidinedione 5'-phosphate phosphatase (promiscuous activity),Function unknown,P96741,Op5 +BSU_35860,pgdS,AL009126.3,BSU35860,3696257,3697498,-,gamma-DD-glutamyl hydrolase (PGA depolymerase),Cell wall/membrane/envelope biogenesis,P96740,Op1341 +BSU_35870,edmS,AL009126.3,BSU35870,3697639,3697806,-,factor required extrachromosomal elements maintenance,No COG annotation,P96739,Op1342 +BSU_35880,capA,AL009126.3,BSU35880,3697821,3698963,-,capsular polyglutamate synthetase (acid resistance),Cell wall/membrane/envelope biogenesis,P96738,Op1342 +BSU_35890,capC,AL009126.3,BSU35890,3698982,3699431,-,capsular polyglutamate amide ligase/translocase subunit,Function unknown,P96737,Op1342 +BSU_35900,capB,AL009126.3,BSU35900,3699446,3700627,-,capsular polyglutamate synthetase (ATP-dependent amide ligase),Cell wall/membrane/envelope biogenesis,P96736,Op1342 +BSU_35910,rbsR,AL009126.3,BSU35910,3701411,3702391,+,ribose operon repressor (LacI family%2C D-ribose),Transcription,P36944,Op1343 +BSU_35920,rbsK,AL009126.3,BSU35920,3702393,3703274,+,ribokinase,Coenzyme transport and metabolism,P36945,Op1343 +BSU_35930,rbsD,AL009126.3,BSU35930,3703271,3703666,+,D-ribose pyranase,Carbohydrate transport and metabolism,P36946,Op1343 +BSU_35940,rbsA,AL009126.3,BSU35940,3703682,3705163,+,ribose ABC transporter (ATP-binding protein),Carbohydrate transport and metabolism,P36947,Op1343 +BSU_35950,rbsC,AL009126.3,BSU35950,3705165,3706133,+,ribose ABC transporter (permease),Carbohydrate transport and metabolism,P36948,Op1343 +BSU_35960,rbsB,AL009126.3,BSU35960,3706145,3707062,+,ribose ABC transporter (ribose-binding lipoprotein),Carbohydrate transport and metabolism,P36949,Op1343 +BSU_35970,ywsB,AL009126.3,BSU35970,3707144,3707680,+,putative cell wall binding enzyme,Signal transduction mechanisms,P96729,Op1344 +BSU_35980,ywsA,AL009126.3,BSU35980,3707836,3708132,+,conserved protein of unknown function,Function unknown,P96728,Op5 +BSU_35990,ywrO,AL009126.3,BSU35990,3708172,3708699,-,nitroreductase (unknown substrate),Function unknown,P80871,Op1345 +BSU_36000,alsD,AL009126.3,BSU36000,3708799,3709566,-,alpha-acetolactate decarboxylase,Coenzyme transport and metabolism,Q04777,Op1346 +BSU_36010,alsS,AL009126.3,BSU36010,3709628,3711340,-,alpha-acetolactate synthase,Amino acid transport and metabolism,Q04789,Op1346 +BSU_36020,alsR,AL009126.3,BSU36020,3711498,3712406,+,transcriptional regulator controlling alsSD%2C ictEP expression (LysR family),Transcription,Q04778,Op5 +BSU_36030,ywrK,AL009126.3,BSU36030,3712617,3713945,+,putative Na+/H+ antiporter,Inorganic ion transport and metabolism,O05224,Op5 +BSU_36040,ywrJ,AL009126.3,BSU36040,3714002,3714679,-,conserved protein of unknown function,No COG annotation,O05223,Op1347 +BSU_36050,cotB,AL009126.3,BSU36050,3714739,3715881,-,spore coat protein (outer),No COG annotation,P07789,Op1348 +BSU_36060,cotH,AL009126.3,BSU36060,3716009,3717097,-,spore coat protein kinase,Cell wall/membrane/envelope biogenesis,Q45535,Op1349 +BSU_36070,cotG,AL009126.3,BSU36070,3717238,3717825,+,spore morphogenetic protein,No COG annotation,P39801,Op1350 +BSU_36079,BSU_36079,AL009126.3,BSU36079,3717326,3717805,+,doubtful CDS (putative in frame frameshift),No COG annotation,A0A2K4Z9N2,Op1351 +BSU_36080,ywrF,AL009126.3,BSU36080,3717999,3718616,+,putative flavin-binding monooxygenase,Function unknown,O05220,Op5 +BSU_36090,ywrE,AL009126.3,BSU36090,3718794,3719129,+,conserved protein of unknown function,Function unknown,O05219,Op1352 +BSU_36100,hpxW,AL009126.3,BSU36100,3719134,3720711,-,oxamate amidohydrolase,Amino acid transport and metabolism,O05218,Op1353 +BSU_36110,chrS,AL009126.3,BSU36110,3720925,3721401,+,transcriptional negative regulator of chromate transport (Lrp/AsnC family),Transcription,O05217,Op5 +BSU_36120,chrB,AL009126.3,BSU36120,3721415,3722008,+,chromate transporter subunit N,Inorganic ion transport and metabolism,O05216,Op5 +BSU_36130,chrA,AL009126.3,BSU36130,3722005,3722541,+,chromate transporter subunit C,Inorganic ion transport and metabolism,O05215,Op5 +BSU_36140,ywqO,AL009126.3,BSU36140,3722568,3722789,-,conserved protein of unknown function,No COG annotation,P96727,Op1354 +BSU_36150,ywqN,AL009126.3,BSU36150,3722786,3723331,-,putative oxidoreductase,Function unknown,P96726,Op5 +BSU_36160,ywqM,AL009126.3,BSU36160,3723454,3724335,+,putative transcriptional regulator (LysR family),Transcription,P96725,Op1355 +BSU_36170,nfi,AL009126.3,BSU36170,3724420,3725136,-,endonuclease V,"Replication, recombination and repair",P96724,Op1356 +BSU_36180,rttO,AL009126.3,BSU36180,3725146,3725610,-,putative ribonuclease antitoxin,Function unknown,P96723,Op5 +BSU_36190,rttN,AL009126.3,BSU36190,3725600,3727408,-,putative ribonuclease toxin,"Replication, recombination and repair",P96722,Op5 +BSU_36200,ywqI,AL009126.3,BSU36200,3727427,3727687,-,conserved protein of unknown function,Function unknown,P96721,Op5 +BSU_36210,ywqH,AL009126.3,BSU36210,3727697,3728119,-,conserved protein of unknown function,No COG annotation,P96720,Op5 +BSU_36215,BSU_36215,AL009126.3,BSU36215,3728336,3728461,-,hypothetical protein,No COG annotation,A0A2K4Z9M9,Op1357 +BSU_36220,ywqG,AL009126.3,BSU36220,3728511,3729296,-,conserved protein of unknown function,Function unknown,P96719,Op5 +BSU_36230,uglF,AL009126.3,BSU36230,3729488,3730810,-,UDP-glucose dehydrogenase,Cell wall/membrane/envelope biogenesis,P96718,Op1358 +BSU_36240,ptpZ,AL009126.3,BSU36240,3731005,3731769,-,protein tyrosine-phosphatase,Carbohydrate transport and metabolism,P96717,Op1358 +BSU_36250,ptkA,AL009126.3,BSU36250,3731822,3732535,-,maintenance protein tyrosine kinase involved in biofilm formation,"Cell cycle control, cell division, chromosome partitioning",P96716,Op1358 +BSU_36260,tkmA,AL009126.3,BSU36260,3732525,3733271,-,modulator of PtkA protein tyrosine kinase activity%3B modulation of biofilm formation,Cell wall/membrane/envelope biogenesis,P96715,Op1358 +BSU_36269,ywzD,AL009126.3,BSU36269,3733505,3733648,-,conserved protein of unknown function,No COG annotation,C0H3S3,Op5 +BSU_36270,ywqB,AL009126.3,BSU36270,3733852,3735462,+,putative replication initiation protein,Function unknown,P96714,Op5 +BSU_36280,hepA,AL009126.3,BSU36280,3735449,3738217,+,ATPase involved in RNA remodelling DNA recombination and repair,"Replication, recombination and repair",P94593,Op1359 +BSU_36290,ywpJ,AL009126.3,BSU36290,3738343,3739200,-,phosphatase of unidentified specificity (possibly promiscuous),Function unknown,P94592,Op1360 +BSU_36300,glcR,AL009126.3,BSU36300,3739206,3739982,-,transcriptional regulator (glucose repression of catabolic operons),Transcription,P94591,Op1360 +BSU_36310,ssbB,AL009126.3,BSU36310,3740206,3740547,-,single-strand DNA-binding protein,"Replication, recombination and repair",C0SPB6,Op1360 +BSU_36320,ywpG,AL009126.3,BSU36320,3740624,3741007,-,interaction partner of DynA,No COG annotation,P94589,Op5 +BSU_36330,ywpF,AL009126.3,BSU36330,3741182,3741592,+,conserved protein of unknown function,Function unknown,P94588,Op1361 +BSU_36340,ywpE,AL009126.3,BSU36340,3741732,3742040,-,putative sortase,Cell wall/membrane/envelope biogenesis,P94587,Op1362 +BSU_36350,ywpD,AL009126.3,BSU36350,3742384,3743220,+,putative two-component sensor histidine kinase,Signal transduction mechanisms,P94586,Op1363 +BSU_36360,mscL,AL009126.3,BSU36360,3743267,3743659,-,large conductance mechanosensitive channel protein,Cell wall/membrane/envelope biogenesis,P94585,Op1364 +BSU_36370,fabZ,AL009126.3,BSU36370,3743732,3744157,-,beta-hydroxyacyl-[acyl carrier protein] dehydratase,Lipid transport and metabolism,P94584,Op5 +BSU_36380,rapD,AL009126.3,BSU36380,3744349,3745413,+,response regulator aspartate phosphatase,Function unknown,P94583,Op1365 +BSU_36390,flhP,AL009126.3,BSU36390,3745436,3746245,-,flagellar hook-basal body accessory protein,Cell motility,P39753,Op1366 +BSU_36400,flhO,AL009126.3,BSU36400,3746279,3747091,-,flagellar basal-body accessory rod protein,Cell motility,P39752,Op1366 +BSU_36410,mbl,AL009126.3,BSU36410,3747254,3748255,-,MreB-like morphogen,"Cell cycle control, cell division, chromosome partitioning",P39751,Op1366 +BSU_36420,spoIIID,AL009126.3,BSU36420,3748421,3748702,-,transcriptional regulator (stage III sporulation),Transcription,P15281,Op1366 +BSU_36430,usd,AL009126.3,BSU36430,3748717,3748827,-,putative factor required for translation of spoIIID,No COG annotation,O32276,Op1366 +BSU_36440,ywoH,AL009126.3,BSU36440,3749052,3749465,+,putative transcriptional regulator (MarR family),Transcription,P94578,Op5 +BSU_36450,ywoG,AL009126.3,BSU36450,3749487,3750677,+,putative efflux transporter,Amino acid transport and metabolism,P94577,Op1367 +BSU_36460,ywoF,AL009126.3,BSU36460,3750768,3752174,-,putative pectin lyase,Inorganic ion transport and metabolism,P94576,Op1368 +BSU_36470,pucI,AL009126.3,BSU36470,3752280,3753752,-,allantoin permease,Nucleotide transport and metabolism,P94575,Op1369 +BSU_36480,ywoD,AL009126.3,BSU36480,3753933,3755291,-,putative efflux transporter,Amino acid transport and metabolism,P94574,Op1370 +BSU_36490,ywoC,AL009126.3,BSU36490,3755291,3755860,-,putative enzyme of isochorismatase family,"Secondary metabolites biosynthesis, transport, and catabolism",P94573,Op1370 +BSU_36499,BSU_36499,AL009126.3,,3755967,3756134,-,hypothetical protein,No COG annotation,,Op1371 +BSU_36500,ywoB,AL009126.3,BSU36500,3756044,3756508,-,putative integral inner membrane protein,No COG annotation,P94572,Op1370 +BSU_36510,amtB,AL009126.3,BSU36510,3756790,3758004,+,ammonium transporter,Inorganic ion transport and metabolism,Q07429,Op1372 +BSU_36520,glnK,AL009126.3,BSU36520,3758016,3758366,+,nitrogen-regulated PII-like regulator protein,Transcription,Q07428,Op1372 +BSU_36530,bcrC,AL009126.3,BSU36530,3758547,3759128,+,undecaprenyl pyrophosphate phosphatase (bacitracin resistance),Lipid transport and metabolism,P94571,Op1373 +BSU_36540,ywnJ,AL009126.3,BSU36540,3759169,3759591,-,putative integral inner membrane protein,Function unknown,P71045,Op1374 +BSU_36550,spoIIQ,AL009126.3,BSU36550,3759702,3760553,-,forespore protein required for alternative engulfment,Cell wall/membrane/envelope biogenesis,P71044,Op1375 +BSU_36560,ywnH,AL009126.3,BSU36560,3760694,3761185,+,putative aminoacid analogs (phosphinothricin) N-acetyltransferase,Cell wall/membrane/envelope biogenesis,P71043,Op5 +BSU_36570,ywnG,AL009126.3,BSU36570,3761182,3761700,+,putative integral inner membrane protein,Function unknown,P71042,Op5 +BSU_36575,BSU_36575,AL009126.3,BSU36575,3761859,3761990,+,hypothetical protein,No COG annotation,A0A2K4Z9M8,Op1376 +BSU_36580,ywnF,AL009126.3,BSU36580,3761987,3762421,-,conserved protein of unknown function,Function unknown,P71041,Op1377 +BSU_36590,clsA,AL009126.3,BSU36590,3762664,3764112,+,cardiolipin synthase (major),Lipid transport and metabolism,P71040,Op1378 +BSU_36600,mta,AL009126.3,BSU36600,3764133,3764906,-,transcriptional regulator regulating efflux transporters synthesis (Fur-independent bacillibactin export),Transcription,P71039,Op1379 +BSU_36610,ywnC,AL009126.3,BSU36610,3765051,3765434,+,putative integral inner membrane protein,Function unknown,P71038,Op1380 +BSU_36620,ywnB,AL009126.3,BSU36620,3765469,3766110,-,putative oxidoreductase,Function unknown,P71037,Op1381 +BSU_36630,ywnA,AL009126.3,BSU36630,3766178,3766579,-,putative transcriptional regulator,Transcription,P71036,Op5 +BSU_36640,ureC,AL009126.3,BSU36640,3766714,3768423,-,urease (alpha subunit),Amino acid transport and metabolism,P77837,Op1382 +BSU_36650,ureB,AL009126.3,BSU36650,3768420,3768794,-,urease (beta subunit),Amino acid transport and metabolism,P71035,Op1382 +BSU_36660,ureA,AL009126.3,BSU36660,3768791,3769108,-,urease (gamma subunit),Amino acid transport and metabolism,P75030,Op1382 +BSU_36668,ywzE,AL009126.3,BSU36668,3769289,3769453,-,conserved protein of unknown function (putative phage interference protein),No COG annotation,,Op5 +BSU_36669,ywzF,AL009126.3,,3769626,3769808,-,conserved protein of unknown function,No COG annotation,,Op5 +BSU_36670,csbD,AL009126.3,BSU36670,3770104,3770292,-,stress response protein,Transcription,P70964,Op1383 +BSU_36680,ywmF,AL009126.3,BSU36680,3770365,3770865,-,putative integral membrane protein,Function unknown,,Op1383 +BSU_36690,rapB,AL009126.3,BSU36690,3771000,3772133,-,response regulator aspartate phosphatase,Function unknown,P70962,Op1384 +BSU_36700,moaA,AL009126.3,BSU36700,3772325,3773350,-,GTP 3'%2C8-cyclase,Coenzyme transport and metabolism,P39757,Op1385 +BSU_36710,fdhD,AL009126.3,BSU36710,3773366,3774154,-,protein sulfur transferase involved in molybdenum cofactor synthesis,Energy production and conversion,P39756,Op5 +BSU_36720,ywmE,AL009126.3,BSU36720,3774400,3774561,-,conserved protein of unknown function,No COG annotation,P70966,Op1386 +BSU_36730,ywmD,AL009126.3,BSU36730,3774655,3775329,-,putative exported protein,Function unknown,P70961,Op1387 +BSU_36739,BSU_36739,AL009126.3,BSU36739,3775382,3775522,-,hypothetical protein,No COG annotation,A0A2K4Z9N3,Op1388 +BSU_36740,ywmC,AL009126.3,BSU36740,3775653,3776336,-,putative exported protein,Function unknown,P70960,Op1389 +BSU_36750,spoIID,AL009126.3,BSU36750,3776722,3777753,-,lytic transglycosylase%3B autolysin required for complete dissolution of the asymmetric septum (stage II sporulation),"Cell cycle control, cell division, chromosome partitioning",P07372,Op1390 +BSU_36760,murAA,AL009126.3,BSU36760,3777949,3779259,-,UDP-N-acetylglucosamine 1-carboxyvinyltransferase,Cell wall/membrane/envelope biogenesis,P70965,Op1391 +BSU_36770,ywmB,AL009126.3,BSU36770,3779293,3780033,-,conserved protein of unknown function,Function unknown,O32277,Op5 +BSU_36780,ywzB,AL009126.3,BSU36780,3780162,3780392,-,conserved protein of unknown function,Function unknown,O32278,Op5 +BSU_36790,ywmA,AL009126.3,BSU36790,3780562,3781035,+,conserved protein of unknown function,No COG annotation,P70958,Op1392 +BSU_36800,atpC,AL009126.3,BSU36800,3781069,3781467,-,ATP synthase (subunit epsilon%2C F1 subunit),Energy production and conversion,P37812,Op1393 +BSU_36810,atpD,AL009126.3,BSU36810,3781491,3782912,-,ATP synthase (subunit beta%2C component F1),Energy production and conversion,P37809,Op1393 +BSU_36820,atpG,AL009126.3,BSU36820,3782938,3783801,-,ATP synthase (subunit gamma%2C component F1),Energy production and conversion,P37810,Op1393 +BSU_36830,atpA,AL009126.3,BSU36830,3783878,3785386,-,ATP synthase (subunit alpha%2C component F1),Energy production and conversion,P37808,Op1393 +BSU_36840,atpH,AL009126.3,BSU36840,3785403,3785948,-,ATP synthase (subunit delta%2C component F1),Energy production and conversion,P37811,Op1393 +BSU_36850,atpF,AL009126.3,BSU36850,3785945,3786457,-,ATP synthase (subunit b%2C component F0),Energy production and conversion,P37814,Op1393 +BSU_36860,atpE,AL009126.3,BSU36860,3786620,3786832,-,ATP synthase (subunit c%2C component F0),Energy production and conversion,P37815,Op1393 +BSU_36870,atpB,AL009126.3,BSU36870,3786878,3787612,-,ATP synthase (subunit a%2C component F0),Energy production and conversion,P37813,Op1393 +BSU_36880,atpI,AL009126.3,BSU36880,3787620,3788003,-,ATP synthase (subunit i),Function unknown,P37816,Op1393 +BSU_36890,upp,AL009126.3,BSU36890,3788426,3789055,-,uracil phosphoribosyltransferase,Nucleotide transport and metabolism,P39149,Op1394 +BSU_36900,glyA,AL009126.3,BSU36900,3789190,3790437,-,serine hydroxymethyltransferase,Amino acid transport and metabolism,P39148,Op1395 +BSU_36910,ywlG,AL009126.3,BSU36910,3790644,3791186,-,conserved protein of unknown function,Function unknown,P39157,Op1396 +BSU_36920,rpiB,AL009126.3,BSU36920,3791199,3791648,-,D-ribose 5-phosphate epimerase (promiscuous),Carbohydrate transport and metabolism,P39156,Op1396 +BSU_36930,prpB,AL009126.3,BSU36930,3791805,3792257,-,protein-arginine(tyrosine moonlighting) phosphatase (oxidative stress),Signal transduction mechanisms,P39155,Op5 +BSU_36940,mntP,AL009126.3,BSU36940,3792333,3792890,-,manganese efflux pump,Inorganic ion transport and metabolism,P39154,Op5 +BSU_36950,tsaC,AL009126.3,BSU36950,3792969,3794009,-,tRNA(NNU) t(6)A37 threonylcarbamoyladenosine modification%3B threonine-dependent ADP-forming ATPase,"Translation, ribosomal structure and biogenesis",P39153,Op5 +BSU_36960,ywlB,AL009126.3,BSU36960,3794166,3794609,-,conserved protein of unknown function,Amino acid transport and metabolism,P39152,Op1397 +BSU_36970,spoIIR,AL009126.3,BSU36970,3794676,3795350,-,regulator signal of pro-sigma(E) spoIIGA endopeptidase (stage II sporulation),Function unknown,P39151,Op1398 +BSU_36980,ywlA,AL009126.3,BSU36980,3795491,3795853,+,putative integral inner membrane protein,Function unknown,P39150,Op1399 +BSU_36990,ywkF,AL009126.3,BSU36990,3795870,3796157,-,conserved protein of unknown function,No COG annotation,P45874,Op1400 +BSU_37000,prmC,AL009126.3,BSU37000,3796217,3797083,-,glutamine methylase of release factor 1 (and perhaps others) at a GGQ site,"Translation, ribosomal structure and biogenesis",P45873,Op5 +BSU_37010,prfA,AL009126.3,BSU37010,3797085,3798155,-,peptide chain release factor 1,"Translation, ribosomal structure and biogenesis",P45872,Op5 +BSU_37020,ywkD,AL009126.3,BSU37020,3798281,3798667,+,putative enzyme,Amino acid transport and metabolism,P45871,Op5 +BSU_37030,racA,AL009126.3,BSU37030,3798789,3799343,+,chromosome-pole-anchoring protein RacA,Transcription,P45870,Op1401 +BSU_37040,ywkB,AL009126.3,BSU37040,3799377,3800336,-,putative metabolite transporter,Function unknown,P45869,Op1402 +BSU_37050,maeA,AL009126.3,BSU37050,3800418,3802166,-,NAD-dependent malic enzyme (conversion of malate into pyruvate),Energy production and conversion,P45868,Op1402 +BSU_37060,tdk,AL009126.3,BSU37060,3802405,3802992,-,thymidine kinase,Nucleotide transport and metabolism,Q03221,Op5 +BSU_37070,rpmEA,AL009126.3,BSU37070,3803081,3803281,-,ribosomal protein L31,"Translation, ribosomal structure and biogenesis",Q03223,Op1403 +BSU_37080,rho,AL009126.3,BSU37080,3803400,3804683,-,transcriptional terminator Rho,Transcription,Q03222,Op5 +BSU_37089,BSU_37089,AL009126.3,BSU37089,3804714,3804875,-,hypothetical protein,No COG annotation,L8EA05,Op1404 +BSU_37090,glpX,AL009126.3,BSU37090,3805090,3806055,-,fructose 1%2C6-bisphosphatase class II,Carbohydrate transport and metabolism,Q03224,Op1405 +BSU_37100,murAB,AL009126.3,BSU37100,3806086,3807375,-,UDP-N-acetylglucosamine 1-carboxyvinyltransferase,Cell wall/membrane/envelope biogenesis,P19670,Op5 +BSU_37110,tal,AL009126.3,BSU37110,3807754,3808392,-,transaldolase,Carbohydrate transport and metabolism,P19669,Op1406 +BSU_37120,fbaA,AL009126.3,BSU37120,3808512,3809369,-,fructose-1%2C6-bisphosphate aldolase,Carbohydrate transport and metabolism,P13243,Op1406 +BSU_37130,spo0F,AL009126.3,BSU37130,3809550,3809924,-,two-component response regulator of sporulation initiation,Signal transduction mechanisms,P06628,Op1407 +BSU_37140,ywjG,AL009126.3,BSU37140,3810090,3810611,+,conserved protein of unknown function,Function unknown,P06629,Op1408 +BSU_37150,pyrG,AL009126.3,BSU37150,3810693,3812300,-,CTP synthetase,Nucleotide transport and metabolism,P13242,Op1409 +BSU_37160,rpoE,AL009126.3,BSU37160,3812542,3813063,-,RNA polymerase (delta subunit) and transcriptional repressor,Transcription,P12464,Op1410 +BSU_37170,acdA,AL009126.3,BSU37170,3813246,3814385,-,acyl-CoA dehydrogenase,Lipid transport and metabolism,P45867,Op1410 +BSU_37180,fadF,AL009126.3,BSU37180,3814382,3816499,-,putative iron-sulphur-binding reductase,Energy production and conversion,P45866,Op1410 +BSU_37190,clsB,AL009126.3,BSU37190,3816654,3817850,+,minor cardiolipin synthetase (phospholipase D family),Lipid transport and metabolism,P45865,Op5 +BSU_37200,uvsE,AL009126.3,BSU37200,3817863,3818825,+,UV DNA damage repair endonuclease,"Replication, recombination and repair",P45864,Op5 +BSU_37210,ywjC,AL009126.3,BSU37210,3818906,3819178,+,conserved protein of unknown function,No COG annotation,P45863,Op1411 +BSU_37220,ywjB,AL009126.3,BSU37220,3819220,3819744,-,putative oxidoreductase,Coenzyme transport and metabolism,P45862,Op1412 +BSU_37230,ywjA,AL009126.3,BSU37230,3819754,3821481,-,putative ABC lipid transporter (ATP-binding protein),Defense mechanisms,P45861,Op1413 +BSU_37240,clsC,AL009126.3,BSU37240,3821570,3823072,-,minor cardiolipin synthetase,Lipid transport and metabolism,P45860,Op5 +BSU_37250,narI,AL009126.3,BSU37250,3823558,3824229,-,nitrate reductase (gamma subunit),Energy production and conversion,P42177,Op1414 +BSU_37260,narJ,AL009126.3,BSU37260,3824226,3824780,-,nitrate reductase molybdenum cofactor assembly chaperone NarJ,Energy production and conversion,P42178,Op1414 +BSU_37270,narH,AL009126.3,BSU37270,3824806,3826269,-,nitrate reductase (beta subunit),Energy production and conversion,P42176,Op1414 +BSU_37280,narG,AL009126.3,BSU37280,3826259,3829945,-,nitrate reductase (alpha subunit),Energy production and conversion,P42175,Op1414 +BSU_37290,arfM,AL009126.3,BSU37290,3830141,3830617,-,transcriptional regulator,Signal transduction mechanisms,P46910,Op1415 +BSU_37300,ywiC,AL009126.3,BSU37300,3830761,3831480,+,putative integral inner membrane protein,Function unknown,P46909,Op1416 +BSU_37310,fnr,AL009126.3,BSU37310,3831512,3832228,-,transcriptional regulator of anaerobic metabolism (FNR/CAP family),Transcription,P46908,Op1417 +BSU_37320,narK,AL009126.3,BSU37320,3832327,3833514,-,nitrite extrusion permease,Inorganic ion transport and metabolism,P46907,Op1417 +BSU_37330,argS,AL009126.3,BSU37330,3833650,3835320,-,arginyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P46906,Op1418 +BSU_37340,ywiB,AL009126.3,BSU37340,3835317,3835745,-,putative RNA binding protein,Function unknown,O07624,Op5 +BSU_37350,sboA,AL009126.3,BSU37350,3836058,3836189,+,subtilosin A,Function unknown,O07623,Op1419 +BSU_37360,sboX,AL009126.3,BSU37360,3836146,3836298,+,putative bacteriocin-like product,No COG annotation,Q7WY57,Op1419 +BSU_37370,albA,AL009126.3,BSU37370,3836323,3837669,+,subtilosin A thioether formation enzyme,Energy production and conversion,P71011,Op1419 +BSU_37380,albB,AL009126.3,BSU37380,3837682,3837843,+,membrane component involved in subtilosin production,No COG annotation,P71010,Op1419 +BSU_37390,albC,AL009126.3,BSU37390,3837840,3838559,+,putative transporter involved in subtilosin production,Defense mechanisms,P71009,Op1419 +BSU_37400,albD,AL009126.3,BSU37400,3838552,3839862,+,integral membrane protein involved in subtilosin production and immunity,Inorganic ion transport and metabolism,P71008,Op1419 +BSU_37410,albE,AL009126.3,BSU37410,3839852,3841012,+,peptidase involved in subtilosin A production,"Replication, recombination and repair",P71007,Op1419 +BSU_37420,albF,AL009126.3,BSU37420,3841017,3842297,+,putative peptidase involved in subtilosin production,"Replication, recombination and repair",P71006,Op1419 +BSU_37430,albG,AL009126.3,BSU37430,3842294,3842995,+,putative integral membrane protein involved in subtilosin production and immunity,No COG annotation,P71005,Op1419 +BSU_37440,ywhL,AL009126.3,BSU37440,3843001,3844377,-,conserved protein of unknown function,Energy production and conversion,P71004,Op5 +BSU_37450,ywhK,AL009126.3,BSU37450,3844416,3845771,-,factor interacting with DNA helicase PcrA,Energy production and conversion,P71003,Op5 +BSU_37460,rapF,AL009126.3,BSU37460,3846001,3847146,+,response regulator aspartate phosphatase anti-activator of ComA,Function unknown,P71002,Op1420 +BSU_37470,phrF,AL009126.3,BSU37470,3847130,3847249,+,secreted regulator of the activity of phosphatase RapF,No COG annotation,P71001,Op1420 +BSU_37480,ywhH,AL009126.3,BSU37480,3847348,3847821,+,putative tRNA editing enzyme,Function unknown,P71000,Op1421 +BSU_37490,speB,AL009126.3,BSU37490,3847853,3848725,-,agmatinase,Amino acid transport and metabolism,P70999,Op1422 +BSU_37500,speE,AL009126.3,BSU37500,3848786,3849616,-,spermidine synthase%3B polyamine metabolism,Amino acid transport and metabolism,P70998,Op1422 +BSU_37510,pbpG,AL009126.3,BSU37510,3849818,3851893,+,sporulation specific penicillin-binding protein 2D,Cell wall/membrane/envelope biogenesis,P70997,Op1423 +BSU_37520,ywhD,AL009126.3,BSU37520,3852186,3852704,-,conserved protein of unknown function,Function unknown,P70996,Op5 +BSU_37530,ywhC,AL009126.3,BSU37530,3852718,3853377,-,putative metal-dependent hydrolase%3B integral membrane protein,Function unknown,P70995,Op5 +BSU_37540,hmtB,AL009126.3,BSU37540,3853486,3853674,+,2-hydroxymuconate tautomerase (promiscuous),Carbohydrate transport and metabolism,P70994,Op1424 +BSU_37550,ywhA,AL009126.3,BSU37550,3853717,3854136,-,putative transcriptional regulator (MarR family),Transcription,P70993,Op1425 +BSU_37560,thrZ,AL009126.3,BSU37560,3854256,3856172,-,threonyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P18256,Op1425 +BSU_37569,BSU_37569,AL009126.3,BSU37569,3856782,3856937,-,hypothetical protein,No COG annotation,A0A2K4Z9N1,Op1426 +BSU_37570,mmr,AL009126.3,BSU37570,3857017,3858417,-,toxic compound efflux transporter (may export homoserine),"Intracellular trafficking, secretion, and vesicular transport",Q00538,Op1427 +BSU_37580,ywgB,AL009126.3,BSU37580,3858417,3858887,-,putative transcriptional regulator,Transcription,P71047,Op5 +BSU_37590,ywgA,AL009126.3,BSU37590,3858999,3859499,-,conserved protein of unknown function,No COG annotation,P71046,Op1428 +BSU_37600,ywfO,AL009126.3,BSU37600,3859535,3860836,-,putative metal-dependent nucleotide (pyro)phosphohydrolase,Function unknown,P39651,Op5 +BSU_37610,ywzC,AL009126.3,BSU37610,3860998,3861222,-,conserved protein of unknown function,Function unknown,O32280,Op5 +BSU_37620,psrF,AL009126.3,BSU37620,3861437,3862213,+,prespore-specific transcription regulatory gene,No COG annotation,P39650,Op1429 +BSU_37630,ywfM,AL009126.3,BSU37630,3862357,3863247,-,putative toxic excess metabolite exporter,Amino acid transport and metabolism,P39649,Op5 +BSU_37640,lipL,AL009126.3,BSU37640,3863415,3864260,-,amidotransferase of the octanoyl moiety from octanoyl-GcvH to the E2 subunit of pyruvate dehydrogenase,Coenzyme transport and metabolism,P39648,Op1430 +BSU_37650,cysL,AL009126.3,BSU37650,3864309,3865208,-,regulator of sulfur assimilation CysL%2C activates cysJI expression,Transcription,P39647,Op1431 +BSU_37660,pta,AL009126.3,BSU37660,3865355,3866326,-,phosphotransacetylase,Energy production and conversion,P39646,Op1432 +BSU_37670,hemQ,AL009126.3,BSU37670,3866596,3867360,+,iron-coproporphyrin (coproheme) decarboxylase,Energy production and conversion,P39645,Op1433 +BSU_37680,bacG,AL009126.3,BSU37680,3867493,3868272,+,cyclohexenol-containing tetrahydro-4-hydroxyphenylpyruvate H(4)HPP in bacilysin synthesis,Lipid transport and metabolism,P39644,Op1434 +BSU_37690,bacF,AL009126.3,BSU37690,3868287,3869486,-,phenylalanine aminotransferase forming tetrahydrotyrosine in bacilysin synthesis,Amino acid transport and metabolism,P39643,Op1435 +BSU_37700,bacE,AL009126.3,BSU37700,3869487,3870671,-,efflux protein for bacilysin excretion%2C self-protection against bacilysin,Amino acid transport and metabolism,P39642,Op1435 +BSU_37710,bacD,AL009126.3,BSU37710,3870668,3872086,-,alanine-anticapsin ligase,Nucleotide transport and metabolism,P39641,Op1435 +BSU_37720,bacC,AL009126.3,BSU37720,3872105,3872866,-,dihydroanticapsin 7-dehydrogenase,Lipid transport and metabolism,P39640,Op1435 +BSU_37730,bacB,AL009126.3,BSU37730,3872869,3873576,-,3-((4R)-4-hydroxycyclohexa-1%2C 5-dien-1-yl)-2-oxopropanoate isomerase,Function unknown,P39639,Op1435 +BSU_37740,bacA,AL009126.3,BSU37740,3873566,3874180,-,prephenate decarboxylase,Amino acid transport and metabolism,P39638,Op1435 +BSU_37750,ywfA,AL009126.3,BSU37750,3874332,3875570,-,putative efflux transporter,Amino acid transport and metabolism,P39637,Op1436 +BSU_37760,rocC,AL009126.3,BSU37760,3875780,3877192,-,basic aminoacid permease,Amino acid transport and metabolism,P39636,Op1437 +BSU_37770,rocB,AL009126.3,BSU37770,3877192,3878892,-,putative N-deacylase involved in arginine and ornithine utilization,Amino acid transport and metabolism,P39635,Op1437 +BSU_37780,rocA,AL009126.3,BSU37780,3878966,3880513,-,delta-1-pyrroline-5 carboxylate dehydrogenase,Energy production and conversion,P39634,Op1437 +BSU_37790,rocG,AL009126.3,BSU37790,3880740,3882014,-,glutamate dehydrogenase,Amino acid transport and metabolism,P39633,Op1438 +BSU_37800,bslB,AL009126.3,BSU37800,3882191,3882655,-,biofilm protein%2C member of the processed secretome contributing to biofilm hydrophobicity,No COG annotation,P39632,Op1439 +BSU_37810,spsL,AL009126.3,BSU37810,3882979,3883434,-,putative dTDP-4-deoxyrhamnose-3%2C5-epimerase (cell surface and spore coat),Cell wall/membrane/envelope biogenesis,Q7WY56,Op1440 +BSU_37820,spsK,AL009126.3,BSU37820,3883427,3884278,-,putative dTDP-4-dehydrorhamnose reductase,Cell wall/membrane/envelope biogenesis,P39631,Op1440 +BSU_37830,spsJ,AL009126.3,BSU37830,3884292,3885239,-,dTDP-glucose 4%2C6-dehydratase,Cell wall/membrane/envelope biogenesis,P39630,Op1440 +BSU_37840,spsI,AL009126.3,BSU37840,3885239,3885979,-,glucose-1-phosphate thymidylyltransferase,Cell wall/membrane/envelope biogenesis,P39629,Op1440 +BSU_37850,spsG,AL009126.3,BSU37850,3886004,3887023,-,putative glycosyltransferase,Cell wall/membrane/envelope biogenesis,P39627,Op1440 +BSU_37860,spsF,AL009126.3,BSU37860,3887026,3887748,-,putative glycosyltransferase,Cell wall/membrane/envelope biogenesis,P39626,Op1440 +BSU_37870,spsE,AL009126.3,BSU37870,3887741,3888862,-,putative phosphoenolpyruvate-sugar pyruvyltransferase,Cell wall/membrane/envelope biogenesis,P39625,Op1440 +BSU_37880,spsD,AL009126.3,BSU37880,3888862,3889731,-,putative TDP-glycosamine N-acetyltransferase,Transcription,P39624,Op1440 +BSU_37890,spsC,AL009126.3,BSU37890,3889732,3890901,-,putative glutamine-dependent sugar transaminase,Amino acid transport and metabolism,P39623,Op1440 +BSU_37900,spsB,AL009126.3,BSU37900,3890922,3892346,-,putative dTDP glycosyl/glycerophosphate transferase or transport,Cell wall/membrane/envelope biogenesis,P39622,Op1440 +BSU_37910,spsA,AL009126.3,BSU37910,3892351,3893121,-,spore coat dTDP-glycosyltransferase,Cell wall/membrane/envelope biogenesis,P39621,Op1440 +BSU_37920,gerQ,AL009126.3,BSU37920,3893441,3893986,+,inner spore coat protein,Function unknown,P39620,Op1441 +BSU_37930,ywdK,AL009126.3,BSU37930,3894030,3894401,-,conserved membrane protein,Function unknown,P39619,Op1442 +BSU_37940,ywdJ,AL009126.3,BSU37940,3894463,3895785,-,putative purine/pyrimidine permease,Nucleotide transport and metabolism,P39618,Op1442 +BSU_37950,ywdI,AL009126.3,BSU37950,3895805,3896122,-,conserved protein of unknown function,Function unknown,P39617,Op1442 +BSU_37960,ywdH,AL009126.3,BSU37960,3896290,3897660,+,putative aldehyde dehydrogenase,Energy production and conversion,P39616,Op1443 +BSU_37970,ung,AL009126.3,BSU37970,3897685,3898362,-,uracil-DNA glycosylase,"Replication, recombination and repair",P39615,Op1444 +BSU_37980,ywdF,AL009126.3,BSU37980,3898376,3899182,-,putative glycosyltransferase,Function unknown,P39614,Op5 +BSU_37990,ywdE,AL009126.3,BSU37990,3899272,3899805,-,putative integral inner membrane protein of unknown function,No COG annotation,P39613,Op5 +BSU_38000,ywdD,AL009126.3,BSU38000,3899853,3900488,-,putative integral inner membrane protein of unknown function,No COG annotation,P39612,Op5 +BSU_38018,ywzG,AL009126.3,BSU38018,3900481,3900819,-,putative transcriptional regulator%2C PadR family,Transcription,C0H3S6,Op5 +BSU_38020,pdxK,AL009126.3,BSU38020,3900963,3901778,+,pyridoxine%2C pyridoxal%2C and pyridoxamine kinase,Coenzyme transport and metabolism,P39610,Op1445 +BSU_38030,ywdA,AL009126.3,BSU38030,3901868,3902116,-,conserved protein of unknown function,No COG annotation,P39609,Op1446 +BSU_38040,sacA,AL009126.3,BSU38040,3902210,3903649,-,sucrose-6-phosphate hydrolase,Carbohydrate transport and metabolism,P07819,Op1446 +BSU_38050,sacP,AL009126.3,BSU38050,3903646,3905031,-,phosphotransferase system (PTS) sucrose-specific enzyme IIBC component,Carbohydrate transport and metabolism,P05306,Op1446 +BSU_38060,nirC,AL009126.3,BSU38060,3905333,3906103,+,nitrite transporter,Inorganic ion transport and metabolism,P39608,Op1447 +BSU_38070,sacT,AL009126.3,BSU38070,3906142,3906972,-,transcriptional antiterminator of sacAP expression,Transcription,P26212,Op1448 +BSU_38080,ywcI,AL009126.3,BSU38080,3907012,3907314,-,conserved protein of unknown function,No COG annotation,P39607,Op5 +BSU_38090,vpr,AL009126.3,BSU38090,3907844,3910264,+,extracellular serine protease,"Post-translational modification, protein turnover, and chaperones",P29141,Op1449 +BSU_38100,ywcH,AL009126.3,BSU38100,3910302,3911303,-,putative monooxygenase,Energy production and conversion,P39606,Op1450 +BSU_38110,nfrAA,AL009126.3,BSU38110,3911477,3912226,-,FMN-containing NADPH-linked nitro/flavin reductase,Energy production and conversion,P39605,Op1450 +BSU_38120,rodA,AL009126.3,BSU38120,3912332,3913513,-,glycosyltransferase involved in extension of the lateral walls of the cell,"Cell cycle control, cell division, chromosome partitioning",P39604,Op1451 +BSU_38130,ywcE,AL009126.3,BSU38130,3914009,3914272,+,holin-like protein required for proper spore morphogenesis and germination,Function unknown,P39603,Op1452 +BSU_38140,qoxD,AL009126.3,BSU38140,3914315,3914689,-,cytochrome aa3-600 quinol oxidase (subunit IV),Energy production and conversion,P34959,Op1453 +BSU_38150,qoxC,AL009126.3,BSU38150,3914691,3915305,-,cytochrome aa3-600 quinol oxidase (subunit III),Energy production and conversion,P34958,Op1453 +BSU_38160,qoxB,AL009126.3,BSU38160,3915319,3917268,-,cytochrome aa3-600 quinol oxidase (subunit I),Energy production and conversion,P34956,Op1453 +BSU_38170,qoxA,AL009126.3,BSU38170,3917296,3918261,-,cytochrome aa3-600 quinol oxidase (subunit II),Energy production and conversion,P34957,Op1453 +BSU_38180,ywzA,AL009126.3,BSU38180,3918777,3919022,+,conserved protein of unknown function,Function unknown,O32282,Op1454 +BSU_38190,galT,AL009126.3,BSU38190,3919093,3920634,-,galactose-1-phosphate uridyltransferase,Carbohydrate transport and metabolism,P39575,Op1455 +BSU_38200,galK,AL009126.3,BSU38200,3920638,3921810,-,galactokinase,Carbohydrate transport and metabolism,P39574,Op1455 +BSU_38210,ywcD,AL009126.3,BSU38210,3921891,3922274,-,putative cell wall glycosylation protein,Function unknown,P39602,Op5 +BSU_38220,slrC,AL009126.3,BSU38220,3922292,3922963,-,transcriptional regulator of slrA (biofilm formation),Transcription,P39601,Op5 +BSU_38229,slrA,AL009126.3,BSU38229,3923319,3923477,+,anti-repressor of SlrR,No COG annotation,P0C8M5,Op5 +BSU_38230,vbfB,AL009126.3,BSU38230,3923920,3924228,+,subunit of acetate transporter as a volatile signal for biofilm formation,Function unknown,P39600,Op5 +BSU_38240,vbfA,AL009126.3,BSU38240,3924225,3925766,+,acetate Na+-dependent symporter subunit involved in volatile signal for biofilm formation,Function unknown,P39599,Op5 +BSU_38250,ywbO,AL009126.3,BSU38250,3925797,3926399,-,putative sulfur oxido-reductase,"Secondary metabolites biosynthesis, transport, and catabolism",P39598,Op1456 +BSU_38260,efeB,AL009126.3,BSU38260,3926682,3927932,-,peroxidase converting ferric iron into ferrous iron,Inorganic ion transport and metabolism,P39597,Op1457 +BSU_38270,efeM,AL009126.3,BSU38270,3927951,3929108,-,lipoprotein binding ferrous or ferric iron for transport,Inorganic ion transport and metabolism,P39596,Op1457 +BSU_38280,efeU,AL009126.3,BSU38280,3929105,3930550,-,ferrous ion permease,Inorganic ion transport and metabolism,P39595,Op1457 +BSU_38290,thiE,AL009126.3,BSU38290,3930707,3931375,-,thiamine-phosphate pyrophosphorylase (thiamine phosphate synthase),Coenzyme transport and metabolism,P39594,Op1458 +BSU_38300,thiM,AL009126.3,BSU38300,3931372,3932190,-,5-(2-hydroxyethyl)-4-methylthiazole kinase,Coenzyme transport and metabolism,P39593,Op1458 +BSU_38310,cidR,AL009126.3,BSU38310,3932198,3933103,-,transcriptional regulator (LysR family%2C cidAB expression),Transcription,P39592,Op1458 +BSU_38320,cidA,AL009126.3,BSU38320,3933209,3933595,+,metabolic regulator of murein hydrolases,Function unknown,P39591,Op5 +BSU_38330,cidB,AL009126.3,BSU38330,3933577,3934254,+,metabolic regulator controlling activity of murein hydrolases,Cell wall/membrane/envelope biogenesis,P39590,Op5 +BSU_38340,ywbF,AL009126.3,BSU38340,3934358,3935557,+,putative sugar permease,Amino acid transport and metabolism,P39589,Op5 +BSU_38350,ywbE,AL009126.3,BSU38350,3935591,3935788,+,conserved protein of unknown function,Function unknown,P39588,Op5 +BSU_38360,rlmI,AL009126.3,BSU38360,3935824,3937014,-,large subunit ribosomal RNA m5C1962 methyltransferase,"Translation, ribosomal structure and biogenesis",P39587,Op1459 +BSU_38370,glxA,AL009126.3,BSU38370,3937135,3937515,+,glyoxalase I%3B hemithioacetal-bacillithiol lactoyl-bacillithiol formation,Amino acid transport and metabolism,P39586,Op1460 +BSU_38380,ywbB,AL009126.3,BSU38380,3937553,3938230,-,conserved protein of unknown function,Function unknown,P39585,Op1461 +BSU_38390,ywbA,AL009126.3,BSU38390,3938307,3939641,-,putative cellobiose phosphotransferase system enzyme IIC permease component,Carbohydrate transport and metabolism,P39584,Op5 +BSU_38400,epr,AL009126.3,BSU38400,3939869,3941806,+,extracellular serine protease,"Post-translational modification, protein turnover, and chaperones",P16396,Op1462 +BSU_38410,sacX,AL009126.3,BSU38410,3942234,3943613,+,negative regulator of SacY,Carbohydrate transport and metabolism,P15400,Op1463 +BSU_38420,sacY,AL009126.3,BSU38420,3943667,3944509,+,transcriptional antiterminator,Transcription,P15401,Op1463 +BSU_38430,gspA,AL009126.3,BSU38430,3944560,3945420,-,putative glycosyl transferase (general stress protein),Cell wall/membrane/envelope biogenesis,P25148,Op1464 +BSU_38440,ywaF,AL009126.3,BSU38440,3945530,3946243,-,putative integral membrane protein of unknown function,Function unknown,P25149,Op5 +BSU_38450,tyrZR,AL009126.3,BSU38450,3946394,3946909,+,transcriptional regulator controlling expression of tyrZ,Transcription,P25150,Op1465 +BSU_38460,tyrZ,AL009126.3,BSU38460,3947158,3948399,+,tyrosyl-tRNA synthetase,"Translation, ribosomal structure and biogenesis",P25151,Op1465 +BSU_38470,eapD,AL009126.3,BSU38470,3948555,3949922,+,exported double-zinc aminopeptidase,Function unknown,P25152,Op1466 +BSU_38480,relQ,AL009126.3,BSU38480,3949952,3950584,-,(p)ppGpp synthetase,Function unknown,P39583,Op1467 +BSU_38490,menA,AL009126.3,BSU38490,3950726,3951661,-,1%2C4-dihydroxy-2-naphthoate octaprenyltransferase,Coenzyme transport and metabolism,P39582,Op1468 +BSU_38495,BSU_38495,AL009126.3,BSU38495,3951824,3951958,-,hypothetical protein,No COG annotation,A0A2K4Z9N6,Op1469 +BSU_38499,ywzH,AL009126.3,BSU38499,3952108,3952257,+,conserved hypothetical membrane protein,Function unknown,C0H3T3,Op1470 +BSU_38500,dltA,AL009126.3,BSU38500,3952275,3953786,+,D-alanine:D-alanyl-carrier protein ligase subunit,"Secondary metabolites biosynthesis, transport, and catabolism",P39581,Op1470 +BSU_38510,dltB,AL009126.3,BSU38510,3953783,3954970,+,putative D-alanine transferase from DCP to undecaprenylphosphate for lipoteichoic acid and wall teichoic acid,Cell wall/membrane/envelope biogenesis,P39580,Op1470 +BSU_38520,dltC,AL009126.3,BSU38520,3954987,3955223,+,D-alanyl carrier protein,Lipid transport and metabolism,P39579,Op1470 +BSU_38530,dltD,AL009126.3,BSU38530,3955223,3956401,+,putative D-alanine from undecaprenylphosphate to the polyglycerolphosphate chain for lipoteichoic acid and wall teichoic acid synthesis,Cell wall/membrane/envelope biogenesis,P39578,Op1470 +BSU_38540,dltE,AL009126.3,BSU38540,3956492,3957250,+,putative oxidoreductase,Cell wall/membrane/envelope biogenesis,P39577,Op1470 +BSU_38550,ilvK,AL009126.3,BSU38550,3957391,3958482,+,branched-chain amino acid aminotransferase,Amino acid transport and metabolism,P39576,Op1471 +BSU_38560,licH,AL009126.3,BSU38560,3958516,3959844,-,6-phospho-beta-glucosidase,Carbohydrate transport and metabolism,P46320,Op1472 +BSU_38570,licA,AL009126.3,BSU38570,3959841,3960173,-,phosphotransferase system (PTS) lichenan-specific enzyme IIA component,Carbohydrate transport and metabolism,P46319,Op1472 +BSU_38580,licC,AL009126.3,BSU38580,3960192,3961550,-,phosphotransferase system (PTS) lichenan-specific enzyme IIC component,Carbohydrate transport and metabolism,P46317,Op1472 +BSU_38590,licB,AL009126.3,BSU38590,3961566,3961874,-,phosphotransferase system (PTS) lichenan-specific enzyme IIB component,Carbohydrate transport and metabolism,P46318,Op1472 +BSU_38600,licR,AL009126.3,BSU38600,3962003,3963928,-,transcriptional activator of the lichenan operon,Carbohydrate transport and metabolism,P46321,Op1473 +BSU_38610,yxzF,AL009126.3,BSU38610,3964091,3964249,-,conserved protein of unknown function,No COG annotation,O32283,Op1474 +BSU_38620,aag,AL009126.3,BSU38620,3964278,3964868,-,3-alkylated purines and hypoxanthine DNA glycosidase,"Replication, recombination and repair",P94378,Op1474 +BSU_38630,katX,AL009126.3,BSU38630,3964997,3966640,+,major catalase in spores,Inorganic ion transport and metabolism,P94377,Op1475 +BSU_38640,yxlH,AL009126.3,BSU38640,3966745,3967947,+,putative transporter,Amino acid transport and metabolism,P94376,Op5 +BSU_38650,yxlG,AL009126.3,BSU38650,3967944,3968720,-,putative ABC-transporter (permease),Function unknown,P94375,Op1476 +BSU_38660,yxlF,AL009126.3,BSU38660,3968717,3969604,-,putative ABC transporter component (ATP-binding protein),Defense mechanisms,P94374,Op1476 +BSU_38670,yxlE,AL009126.3,BSU38670,3969611,3969799,-,negative regulator of sigma-Y activity,Function unknown,P94373,Op1476 +BSU_38680,yxlD,AL009126.3,BSU38680,3969796,3970002,-,putative sigma-Y antisigma factor component,No COG annotation,P94372,Op1476 +BSU_38690,yxlC,AL009126.3,BSU38690,3969999,3970319,-,sigma-Y antisigma factor,Function unknown,P94371,Op1476 +BSU_38700,sigY,AL009126.3,BSU38700,3970312,3970848,-,RNA polymerase ECF (extracytoplasmic function)-type sigma factor (sigma-Y),Transcription,P94370,Op1476 +BSU_38710,yxlA,AL009126.3,BSU38710,3971060,3972433,+,putative purine-cytosine (pyridoxine) permease,Nucleotide transport and metabolism,P94369,Op1477 +BSU_38720,nnrA,AL009126.3,BSU38720,3972448,3973278,-,NAD(P)H dehydratase,Carbohydrate transport and metabolism,P94368,Op1478 +BSU_38730,cydD,AL009126.3,BSU38730,3973364,3975091,-,ABC membrane transporter (ATP-binding protein) required for cytochrome bb' function (reductant efflux pump),Defense mechanisms,P94367,Op1479 +BSU_38740,cydC,AL009126.3,BSU38740,3975088,3976791,-,ABC membrane transporter (ATP-binding protein) required for cytochrome bb' function (reductant efflux pump),Defense mechanisms,P94366,Op1479 +BSU_38750,cydB,AL009126.3,BSU38750,3976791,3977807,-,cytochrome bb' ubiquinol oxidase (subunit II),Energy production and conversion,P94365,Op1479 +BSU_38760,cydA,AL009126.3,BSU38760,3977791,3979197,-,cytochrome bb' ubiquinol oxidase (subunit I),Energy production and conversion,P94364,Op1479 +BSU_38770,cimH,AL009126.3,BSU38770,3979753,3981105,+,citrate/malate/H+ symporter,Energy production and conversion,P94363,Op1480 +BSU_38780,yxkI,AL009126.3,BSU38780,3981227,3982915,+,putative membrane protease,"Post-translational modification, protein turnover, and chaperones",P94362,Op1481 +BSU_38790,yxzE,AL009126.3,BSU38790,3982973,3983173,+,putative bacteriocin,No COG annotation,O32284,Op1482 +BSU_38800,yxkH,AL009126.3,BSU38800,3983187,3984026,-,putative exported polysaccharide deacetylase%2C lipoprotein,Carbohydrate transport and metabolism,P94361,Op1483 +BSU_38810,msmX,AL009126.3,BSU38810,3984133,3985230,-,multiple sugar (maltodextrins) transporter ATP-binding protein,Inorganic ion transport and metabolism,P94360,Op1484 +BSU_38820,yxkF,AL009126.3,BSU38820,3985351,3986244,-,transcriptional regulator (regulates yxkF-msmX expression),"Secondary metabolites biosynthesis, transport, and catabolism",P94359,Op1484 +BSU_38830,aldY,AL009126.3,BSU38830,3986428,3987885,+,putative aldehyde dehydrogenase,Energy production and conversion,P94358,Op1485 +BSU_38840,gdnE,AL009126.3,BSU38840,3987927,3988763,-,guanidinium exporter,Function unknown,P94357,Op1486 +BSU_38850,yxkC,AL009126.3,BSU38850,3989331,3989873,+,conserved protein of unknown function,Function unknown,P94356,Op1487 +BSU_38860,galE,AL009126.3,BSU38860,3989948,3990967,-,UDP-glucose 4-epimerase,Cell wall/membrane/envelope biogenesis,P55180,Op1488 +BSU_38870,yxkA,AL009126.3,BSU38870,3991082,3991588,-,putative phospholipid binding protein,Function unknown,P55185,Op5 +BSU_38880,yxjO,AL009126.3,BSU38880,3991718,3992593,+,putative transcriptional regulator (LysR family),Transcription,P55181,Op5 +BSU_38890,yxjN,AL009126.3,BSU38890,3992671,3993144,+,putative integral inner membrane protein of unknown function,Function unknown,P55182,Op1489 +BSU_38900,yxjM,AL009126.3,BSU38900,3993162,3994382,+,two-component sensor histidine kinase [YxjL],Signal transduction mechanisms,P55183,Op5 +BSU_38910,yxjL,AL009126.3,BSU38910,3994369,3995025,+,two-component response regulator [YxjM],Transcription,P55184,Op5 +BSU_38920,pepT,AL009126.3,BSU38920,3995075,3996307,+,peptidase T (tripeptidase),Amino acid transport and metabolism,P55179,Op1490 +BSU_38930,yxjJ,AL009126.3,BSU38930,3996829,3997092,+,conserved protein of unknown function,No COG annotation,P94353,Op1491 +BSU_38940,yxjI,AL009126.3,BSU38940,3997221,3997709,+,conserved protein of unknown function,Function unknown,P94352,Op1491 +BSU_38950,yxjH,AL009126.3,BSU38950,3997964,3999097,+,putative methyl-tetrahydrofolate methyltransferase (biofilm formation),Amino acid transport and metabolism,P42319,Op1492 +BSU_38960,yxjG,AL009126.3,BSU38960,3999350,4000486,+,putative methyltetrahydrofolate methyltransferase (biofilm formation),Amino acid transport and metabolism,P42318,Op1493 +BSU_38970,yxjF,AL009126.3,BSU38970,4000539,4001312,-,putative hydroxyacid dehydrogenase,Lipid transport and metabolism,P42317,Op1494 +BSU_38980,scoB,AL009126.3,BSU38980,4001329,4001979,-,acetoacetyl CoA-transferase (subunit B),Lipid transport and metabolism,P42316,Op1494 +BSU_38990,scoA,AL009126.3,BSU38990,4001976,4002692,-,acetoacetyl CoA-transferase (subunit A),Lipid transport and metabolism,P42315,Op1494 +BSU_39000,yxjC,AL009126.3,BSU39000,4002716,4004134,-,putative acid metabolite permease,Amino acid transport and metabolism,P42314,Op1494 +BSU_39010,rlmA,AL009126.3,BSU39010,4004288,4005136,-,23S rRNA m(1)G748 methyltransferase (class II),"Secondary metabolites biosynthesis, transport, and catabolism",P42313,Op1495 +BSU_39020,nupG,AL009126.3,BSU39020,4005752,4006945,+,purine nucleoside transporter,Nucleotide transport and metabolism,P42312,Op1496 +BSU_39029,yxiTc,AL009126.3,,4006987,4007415,-,conserved protein of unknown function (C-terminus),Signal transduction mechanisms,,Op5 +BSU_39030,yxiTn,AL009126.3,,4007416,4007658,-,conserved protein of unknown function (N-terminus),Signal transduction mechanisms,,Op5 +BSU_39040,yxiS,AL009126.3,BSU39040,4007803,4008093,-,conserved protein of unknown function,No COG annotation,P42310,Op1497 +BSU_39050,katE,AL009126.3,BSU39050,4008143,4010203,-,catalase 2,Inorganic ion transport and metabolism,P42234,Op1497 +BSU_39060,citH,AL009126.3,BSU39060,4010404,4011684,+,secondary transporter of divalent metal ions/citrate complexes,Energy production and conversion,P42308,Op1498 +BSU_39070,bglS,AL009126.3,BSU39070,4011842,4012570,-,endo-beta-1%2C3-1%2C4 glucanase,Cell wall/membrane/envelope biogenesis,P04957,Op1499 +BSU_39080,licT,AL009126.3,BSU39080,4012866,4013699,-,transcriptional antiterminator (BglG family),Transcription,P39805,Op1499 +BSU_39090,yxiP,AL009126.3,BSU39090,4013795,4014475,-,putative lipoprotein,No COG annotation,P42307,Op5 +BSU_39100,yxiO,AL009126.3,BSU39100,4014682,4015968,+,putative efflux transporter,Function unknown,P42306,Op1500 +BSU_39110,deaD,AL009126.3,BSU39110,4015987,4017426,-,ATP-dependent RNA helicase for 23S ribosomal RNA maturation,"Translation, ribosomal structure and biogenesis",P42305,Op1501 +BSU_39120,yxiM,AL009126.3,BSU39120,4017508,4018656,-,esterase (lipoprotein),Amino acid transport and metabolism,P42304,Op1501 +BSU_39129,yxzI,AL009126.3,,4018786,4018974,-,hypothetical protein,No COG annotation,,Op5 +BSU_39139,yxzJ,AL009126.3,BSU39139,4019005,4019136,-,conserved protein of unknown function,No COG annotation,C0H3T5,Op5 +BSU_39140,yxiK,AL009126.3,BSU39140,4019148,4019609,-,conserved protein of unknown function,No COG annotation,P42302,Op5 +BSU_39150,yxiJ,AL009126.3,BSU39150,4019625,4019921,-,conserved protein of unknown function,Function unknown,P42320,Op5 +BSU_39160,yxiI,AL009126.3,BSU39160,4019949,4020437,-,conserved protein of unknown function,Function unknown,P42301,Op5 +BSU_39170,yxzG,AL009126.3,BSU39170,4020455,4020907,-,putative nucleic acid binding protein,No COG annotation,O32285,Op5 +BSU_39180,yxiH,AL009126.3,BSU39180,4020977,4021306,-,conserved protein of unknown function,No COG annotation,P42300,Op5 +BSU_39190,yxiG,AL009126.3,BSU39190,4021429,4021845,-,conserved hypothetical protein,No COG annotation,P42299,Op5 +BSU_39200,yxzC,AL009126.3,BSU39200,4021896,4022264,-,putative nucleic acid binding protein,No COG annotation,O32286,Op5 +BSU_39210,yxiF,AL009126.3,BSU39210,4022258,4022728,-,conserved protein of unknown function,No COG annotation,P42298,Op5 +BSU_39220,wapI,AL009126.3,BSU39220,4023054,4023482,-,antitoxin of WapA tRNase,No COG annotation,Q07836,Op1502 +BSU_39230,wapA,AL009126.3,BSU39230,4023544,4030548,-,cell wall-associated tRNA nuclease precursor%3B intercellular growth inhibitor,Cell wall/membrane/envelope biogenesis,Q07833,Op1502 +BSU_39240,yxxF,AL009126.3,BSU39240,4030710,4031645,-,putative transporter,Amino acid transport and metabolism,Q07835,Op1503 +BSU_39250,yxiE,AL009126.3,BSU39250,4031797,4032243,-,phosphate starvation protein (universal stress protein A family),Signal transduction mechanisms,P42297,Op1504 +BSU_39260,bglH,AL009126.3,BSU39260,4032346,4033755,-,aryl-phospho-beta-d-glucosidase,Carbohydrate transport and metabolism,P40740,Op1504 +BSU_39270,bglP,AL009126.3,BSU39270,4033778,4035607,-,phosphotransferase system (PTS) beta-glucoside-specific enzyme IIBCA component,Carbohydrate transport and metabolism,P40739,Op1504 +BSU_39280,yxxE,AL009126.3,BSU39280,4035990,4036298,-,conserved protein of unknown function,No COG annotation,P40738,Op1505 +BSU_39290,rtbE,AL009126.3,BSU39290,4036344,4036787,-,antitoxin factor of the RttD-RttE toxin-antitoxin system,Function unknown,P40737,Op1505 +BSU_39300,rtbD,AL009126.3,BSU39300,4036784,4038493,-,ribonuclease toxin of the RtbD-RtbE toxin-antitoxin system,Function unknown,P42296,Op1505 +BSU_39310,yxiC,AL009126.3,BSU39310,4038513,4038782,-,conserved protein of unknown function,Function unknown,P42295,Op5 +BSU_39320,yxiB,AL009126.3,BSU39320,4038794,4039159,-,conserved protein of unknown function,Function unknown,P42294,Op1506 +BSU_39330,abnB,AL009126.3,BSU39330,4039466,4040875,-,arabinan endo-1%2C5-alpha-L-arabinosidase ([Ca(2+)-dependent],Carbohydrate transport and metabolism,P42293,Op1507 +BSU_39339,yxzL,AL009126.3,BSU39339,4041009,4041173,-,conserved protein of unknown function,No COG annotation,C0H3T6,Op5 +BSU_39340,hutP,AL009126.3,BSU39340,4041492,4041938,+,transcriptional antiterminator,Transcription,P10943,Op1508 +BSU_39350,hutH,AL009126.3,BSU39350,4042051,4043577,+,histidine ammonia-lyase (histidase),Amino acid transport and metabolism,P10944,Op1508 +BSU_39360,hutU,AL009126.3,BSU39360,4043574,4045232,+,urocanase,Amino acid transport and metabolism,P25503,Op1508 +BSU_39370,hutI,AL009126.3,BSU39370,4045245,4046510,+,imidazolone-5-propionate hydrolase,"Secondary metabolites biosynthesis, transport, and catabolism",P42084,Op1508 +BSU_39380,hutG,AL009126.3,BSU39380,4046503,4047462,+,formiminoglutamate hydrolase,Amino acid transport and metabolism,P42068,Op1508 +BSU_39390,hutM,AL009126.3,BSU39390,4047538,4048965,+,histidine degradation metabolites permease,Amino acid transport and metabolism,P42087,Op1508 +BSU_39400,pdp,AL009126.3,BSU39400,4049009,4050310,-,pyrimidine-nucleoside phosphorylase,Nucleotide transport and metabolism,P39142,Op1509 +BSU_39410,nupC,AL009126.3,BSU39410,4050340,4051521,-,pyrimidine-nucleoside Na+(H+) cotransporter,Nucleotide transport and metabolism,P39141,Op1509 +BSU_39420,deoC,AL009126.3,BSU39420,4051602,4052273,-,deoxyribose-phosphate aldolase,Nucleotide transport and metabolism,P39121,Op1509 +BSU_39430,deoR,AL009126.3,BSU39430,4052379,4053320,-,transcriptional regulator of pyrmidine deoxyribonucleosides degradation (DeoR-dR5P),Transcription,P39140,Op1509 +BSU_39440,yxxB,AL009126.3,BSU39440,4053454,4054281,-,putative integral membrane protein,Function unknown,P39139,Op1510 +BSU_39450,yxeR,AL009126.3,BSU39450,4054354,4055466,-,putative ethanolamine permease,Amino acid transport and metabolism,P54957,Op1510 +BSU_39460,yxeQ,AL009126.3,BSU39460,4055536,4056873,-,putative catabolic enzyme,Function unknown,P54956,Op1511 +BSU_39470,sndB,AL009126.3,BSU39470,4056870,4058012,-,N-acetyl-sulfur-metabolite deacetylase,Amino acid transport and metabolism,P54955,Op1511 +BSU_39480,yxeO,AL009126.3,BSU39480,4058029,4058778,-,putative ABC transporter (ATP-binding protein),Inorganic ion transport and metabolism,P54954,Op1511 +BSU_39490,yxeN,AL009126.3,BSU39490,4058791,4059465,-,putative ABC transporter (permease),Inorganic ion transport and metabolism,P54953,Op1511 +BSU_39500,yxeM,AL009126.3,BSU39500,4059488,4060282,-,putative ABC transporter (binding lipoprotein),Cell wall/membrane/envelope biogenesis,P54952,Op1511 +BSU_39510,snaB,AL009126.3,BSU39510,4060307,4060804,-,sulfur-containing aminoacid acetyltransferase,Transcription,P54951,Op1511 +BSU_39520,yxeK,AL009126.3,BSU39520,4060818,4062143,-,putative monooxygenase,Energy production and conversion,P54950,Op1511 +BSU_39530,yxeJ,AL009126.3,BSU39530,4062329,4062556,-,hypothetical protein,No COG annotation,P54949,Op1512 +BSU_39540,yxeI,AL009126.3,BSU39540,4062543,4063529,-,penicillin V amidase,Cell wall/membrane/envelope biogenesis,P54948,Op1512 +BSU_39550,hadM,AL009126.3,BSU39550,4063684,4064496,-,sugar-phosphate hydrolase (promiscuous),Function unknown,P54947,Op1513 +BSU_39560,yxeG,AL009126.3,BSU39560,4064536,4065093,-,putative integral inner membrane protein of unknown function,No COG annotation,P54946,Op1513 +BSU_39570,yxeF,AL009126.3,BSU39570,4065074,4065508,-,lipocalin-like lipoprotein,No COG annotation,P54945,Op1513 +BSU_39580,cotNE,AL009126.3,BSU39580,4065597,4065962,+,inner spore coat protein,No COG annotation,P54944,Op1514 +BSU_39590,yxeD,AL009126.3,BSU39590,4066210,4066563,+,conserved protein of unknown function,No COG annotation,P54943,Op1515 +BSU_39600,yxeC,AL009126.3,BSU39600,4066607,4067005,-,putative integral membrane protein of unknown function,No COG annotation,P54942,Op1516 +BSU_39610,frxB,AL009126.3,BSU39610,4067183,4068148,+,desferrioxamine-and ferrichrome-binding transporter lipoprotein (shuttle system),Inorganic ion transport and metabolism,P54941,Op1517 +BSU_39620,yxeA,AL009126.3,BSU39620,4068189,4068536,-,conserved protein of unknown function,Function unknown,P54940,Op5 +BSU_39630,tpeM,AL009126.3,BSU39630,4068550,4070418,-,ABC transporter (permease)%3B efflux of cationic peptides,Defense mechanisms,P42424,Op5 +BSU_39640,tpeL,AL009126.3,BSU39640,4070393,4071166,-,ABC transporter (ATP-binding protein)%3B efflux of cationic peptides,Defense mechanisms,P42423,Op5 +BSU_39650,tpeK,AL009126.3,BSU39650,4071310,4072287,-,two-component sensor histidine kinase [YxdJ],Signal transduction mechanisms,P42422,Op1518 +BSU_39660,tpeJ,AL009126.3,BSU39660,4072284,4072973,-,two-component response regulator [TpeK(YxdK)],Signal transduction mechanisms,P42421,Op1518 +BSU_39670,iolJ,AL009126.3,BSU39670,4073081,4073953,-,2-deoxy-5-keto-D-gluconic acid 6-phosphate aldolase,Nucleotide transport and metabolism,P42420,Op1519 +BSU_39680,iolI,AL009126.3,BSU39680,4073974,4074810,-,inosose isomerase,Carbohydrate transport and metabolism,P42419,Op1519 +BSU_39690,iolH,AL009126.3,BSU39690,4074896,4075765,-,putative sugar-phosphate epimerase/isomerase,Carbohydrate transport and metabolism,P42418,Op1519 +BSU_39700,iolG,AL009126.3,BSU39700,4075785,4076819,-,myo-inositol 2-dehydrogenase/D-chiro-inositol 3-dehydrogenase,Function unknown,P26935,Op1519 +BSU_39710,iolF,AL009126.3,BSU39710,4076842,4078158,-,inositol transport protein,Amino acid transport and metabolism,P42417,Op1519 +BSU_39720,iolE,AL009126.3,BSU39720,4078173,4079066,-,scyllo-inosose dehydratase,Carbohydrate transport and metabolism,P42416,Op1519 +BSU_39730,iolD,AL009126.3,BSU39730,4079083,4080996,-,3D-(3%2C5/4)-trihydroxycyclohexane-1%2C2-dione hydrolase,Amino acid transport and metabolism,P42415,Op1519 +BSU_39740,iolC,AL009126.3,BSU39740,4081029,4082006,-,2-deoxy-5-keto-D-gluconic acid kinase,Carbohydrate transport and metabolism,P42414,Op1519 +BSU_39750,iolB,AL009126.3,BSU39750,4082030,4082845,-,5-deoxy-D-glucuronic acid isomerase,Carbohydrate transport and metabolism,P42413,Op1519 +BSU_39760,iolA,AL009126.3,BSU39760,4082920,4084383,-,methylmalonate-semialdehyde dehydrogenase,Energy production and conversion,P42412,Op1519 +BSU_39770,iolR,AL009126.3,BSU39770,4084799,4085554,+,transcriptional regulator of the iol operon (DeoR family),Transcription,P46337,Op1520 +BSU_39780,iolS,AL009126.3,BSU39780,4085608,4086540,+,putative aldo-keto reductase,Energy production and conversion,P46336,Op1520 +BSU_39790,yxcE,AL009126.3,BSU39790,4086802,4087452,+,conserved protein of unknown function,No COG annotation,P46335,Op1521 +BSU_39800,yxcD,AL009126.3,BSU39800,4087456,4087764,+,conserved protein of unknown function,Function unknown,P46334,Op1521 +BSU_39810,csbC,AL009126.3,BSU39810,4088002,4089387,+,putative metabolite transporter,"Intracellular trafficking, secretion, and vesicular transport",P46333,Op1522 +BSU_39820,htpG,AL009126.3,BSU39820,4089429,4091309,-,class III heat-shock protein (ATP-dependent molecular chaperone HSP90),"Post-translational modification, protein turnover, and chaperones",P46208,Op1523 +BSU_39830,yxcA,AL009126.3,BSU39830,4091477,4091728,-,conserved protein of unknown function,No COG annotation,P46332,Op5 +BSU_39840,yxbG,AL009126.3,BSU39840,4091845,4092666,+,putative oxidoreductase,Lipid transport and metabolism,P46331,Op1524 +BSU_39850,yxbF,AL009126.3,BSU39850,4092695,4093837,-,putative transcriptional regulator,Transcription,P46330,Op1525 +BSU_39860,aldX,AL009126.3,BSU39860,4093980,4095317,+,putative aldehyde dehydrogenase,Energy production and conversion,P46329,Op1526 +BSU_39870,yxbD,AL009126.3,BSU39870,4095356,4095835,-,putative N-acetyltransferase,Transcription,P46328,Op1527 +BSU_39880,yxbC,AL009126.3,BSU39880,4095915,4096907,-,conserved protein of unknown function,Function unknown,P46327,Op1527 +BSU_39890,yxbB,AL009126.3,BSU39890,4097416,4098150,+,putative S-adenosylmethionine-dependent methyltransferase,"Secondary metabolites biosynthesis, transport, and catabolism",P46326,Op1528 +BSU_39900,yxbA,AL009126.3,BSU39900,4098150,4098419,+,conserved protein of unknown function,Function unknown,P46325,Op1528 +BSU_39910,yxnB,AL009126.3,BSU39910,4098423,4098905,+,conserved protein of unknown function,No COG annotation,O34704,Op1528 +BSU_39920,asnH,AL009126.3,BSU39920,4098926,4101169,+,asparagine synthetase (glutamine-hydrolyzing),Amino acid transport and metabolism,P42113,Op1528 +BSU_39930,yxaM,AL009126.3,BSU39930,4101166,4102365,+,putative efflux transporter,"Intracellular trafficking, secretion, and vesicular transport",P42112,Op1528 +BSU_39940,yxaL,AL009126.3,BSU39940,4102429,4103661,-,membrane associated protein kinase with beta-propeller domain,Function unknown,P42111,Op1529 +BSU_39950,yxaJ,AL009126.3,BSU39950,4103762,4104187,-,putative integral membrane protein of unknown function,Function unknown,P42109,Op1529 +BSU_39960,yxaI,AL009126.3,BSU39960,4104444,4104899,+,putative integral membrane protein of unknown function,Function unknown,P42108,Op1530 +BSU_39970,yxaH,AL009126.3,BSU39970,4104929,4106137,-,integral inner membrane protein involved in response to flavonoids,Inorganic ion transport and metabolism,P42107,Op1531 +BSU_39980,qdoI,AL009126.3,BSU39980,4106245,4107258,-,quercetin dioxygenase,Function unknown,P42106,Op1531 +BSU_39990,qdoR,AL009126.3,BSU39990,4107352,4107927,-,transcriptional regulator of qdoI,Transcription,P42105,Op1532 +BSU_40000,yxnA,AL009126.3,BSU40000,4108058,4109128,+,putative oxidoreductase,Lipid transport and metabolism,O32291,Op1533 +BSU_40010,yxaD,AL009126.3,BSU40010,4109185,4109616,-,putative transcriptional regulator (MarR family),Transcription,P42103,Op1534 +BSU_40021,yxzK,AL009126.3,BSU40021,4109843,4110247,+,putative integral inner membrane protein involved in export murein hydrolases,Function unknown,C0H3T7,Op1535 +BSU_40022,yxaC,AL009126.3,BSU40022,4110217,4110909,+,putative murein hydrolase export regulator,Cell wall/membrane/envelope biogenesis,P42102,Op1535 +BSU_40030,yxaB,AL009126.3,BSU40030,4110949,4111980,-,putative exopolysaccharide pyruvyl transferase (biofilm formation),Carbohydrate transport and metabolism,P42101,Op1536 +BSU_40040,glxK,AL009126.3,BSU40040,4112073,4113221,-,D-glycerate kinase,Carbohydrate transport and metabolism,P42100,Op1536 +BSU_40050,gntR,AL009126.3,BSU40050,4113417,4114148,+,transcriptional regulator (GntR-gluconate),Transcription,P10585,Op1537 +BSU_40060,gntK,AL009126.3,BSU40060,4114141,4115682,+,D-gluconate kinase,Carbohydrate transport and metabolism,P12011,Op1537 +BSU_40070,gntP,AL009126.3,BSU40070,4115711,4117057,+,gluconate/proton permease,Amino acid transport and metabolism,P12012,Op1537 +BSU_40080,gntZ,AL009126.3,BSU40080,4117080,4118486,+,6-phosphogluconate dehydrogenase (NAD+-dependent),Carbohydrate transport and metabolism,P12013,Op1537 +BSU_40090,ahpC,AL009126.3,BSU40090,4118950,4119513,+,alkyl hydroperoxide reductase (small subunit),"Post-translational modification, protein turnover, and chaperones",P80239,Op1538 +BSU_40100,ahpF,AL009126.3,BSU40100,4119527,4121056,+,alkyl hydroperoxide reductase (large subunit),"Post-translational modification, protein turnover, and chaperones",P42974,Op1538 +BSU_40110,bglA,AL009126.3,BSU40110,4121166,4122605,-,aryl-6-phospho-beta-glucosidase,Carbohydrate transport and metabolism,P42973,Op1539 +BSU_40120,ptsJ,AL009126.3,BSU40120,4122619,4122849,-,glucose phosphotransferase system enzyme IIA component,Carbohydrate transport and metabolism,O32292,Op1539 +BSU_40130,yydK,AL009126.3,BSU40130,4123193,4123903,+,putative transcriptional regulator (GntR family),Transcription,Q45591,Op1540 +BSU_40139,yyzN,AL009126.3,BSU40139,4123931,4124089,+,hypothetical protein,No COG annotation,C0H3T8,Op5 +BSU_40140,liaM,AL009126.3,BSU40140,4124220,4124942,-,permease for export of regulatory peptide LiaD*,Function unknown,Q45592,Op1541 +BSU_40150,liaL,AL009126.3,BSU40150,4124963,4125592,-,ABC transporter for regulatory peptide LiaD* (ATP-binding protein),Inorganic ion transport and metabolism,Q45593,Op1541 +BSU_40160,liaK,AL009126.3,BSU40160,4125742,4126500,-,membrane metalloprotease acting on modified factor LiaD,"Post-translational modification, protein turnover, and chaperones",Q45594,Op1541 +BSU_40170,liaE,AL009126.3,BSU40170,4126481,4127440,-,AdoMet radical amino acid epimerase modifying factor LiaD,Function unknown,Q45595,Op1541 +BSU_40180,liaD,AL009126.3,BSU40180,4127498,4127647,-,precursor of exported modified peptide (epipeptide) controlling LiaRS activity,No COG annotation,Q45596,Op1541 +BSU_40190,fbp,AL009126.3,BSU40190,4128119,4130044,+,fructose-1%2C6-bisphosphatase,Carbohydrate transport and metabolism,Q45597,Op1542 +BSU_40200,yydD,AL009126.3,BSU40200,4130578,4132338,-,putative DNA wielding protein,Function unknown,Q45598,Op5 +BSU_40210,yydC,AL009126.3,BSU40210,4132338,4132736,-,conserved hypothetical protein,No COG annotation,Q45599,Op5 +BSU_40220,yydB,AL009126.3,BSU40220,4132729,4134174,-,putative phosphohydrolase,Function unknown,Q45600,Op5 +BSU_40230,rlmH,AL009126.3,BSU40230,4134436,4134915,-,23S rRNA (pseudouridine1915-N3)-methyltransferase,"Translation, ribosomal structure and biogenesis",Q45601,Op5 +BSU_40239,yyzF,AL009126.3,BSU40239,4134996,4135166,-,conserved hypothetical protein,Function unknown,C0H3T9,Op5 +BSU_40240,yycS,AL009126.3,BSU40240,4135351,4135764,+,putative lipoprotein,No COG annotation,Q45603,Op1543 +BSU_40250,yycR,AL009126.3,BSU40250,4135798,4137024,-,putative dehydrogenase,Amino acid transport and metabolism,Q45604,Op1544 +BSU_40259,yyzG,AL009126.3,BSU40259,4137087,4137257,-,hypothetical protein,No COG annotation,C0H3U0,Op5 +BSU_40260,yycQ,AL009126.3,BSU40260,4137362,4137610,-,conserved membrane protein,Function unknown,Q45605,Op1545 +BSU_40270,yycP,AL009126.3,BSU40270,4137626,4138789,-,conserved hypothetical protein,No COG annotation,Q45606,Op1545 +BSU_40280,yycO,AL009126.3,BSU40280,4138800,4139537,-,conserved exported protein,Function unknown,Q45607,Op1545 +BSU_40290,yycN,AL009126.3,BSU40290,4139679,4140149,-,putative N-acetyltransferase,Transcription,O32293,Op1546 +BSU_40300,rapG,AL009126.3,BSU40300,4140260,4141357,+,response regulator aspartate phosphatase,Function unknown,O32294,Op1547 +BSU_40310,phrG,AL009126.3,BSU40310,4141358,4141474,+,secreted regulator of the activity of phosphatase RapG,No COG annotation,O32295,Op1547 +BSU_40320,argI,AL009126.3,BSU40320,4141711,4142601,-,arginase,Amino acid transport and metabolism,P39138,Op1548 +BSU_40330,rocE,AL009126.3,BSU40330,4142675,4144078,-,arginine/ornithine/gamma-aminobutyrate permease,Amino acid transport and metabolism,P39137,Op1548 +BSU_40340,rocD,AL009126.3,BSU40340,4144301,4145506,-,ornithine aminotransferase,Amino acid transport and metabolism,P38021,Op1548 +BSU_40350,rocR,AL009126.3,BSU40350,4145747,4147132,+,transcriptional regulator (NtrC/NifA family),Transcription,P38022,Op1549 +BSU_40359,yyzO,AL009126.3,,4147114,4147302,-,fragment of putative sensor protein,Signal transduction mechanisms,,Op5 +BSU_40358,BSU_40358,AL009126.3,BSU40358,4147419,4147547,-,hypothetical protein,No COG annotation,A0A2K4Z9N0,Op1550 +BSU_40360,htrC,AL009126.3,BSU40360,4147567,4148769,-,sporulation membrane serine protease,"Post-translational modification, protein turnover, and chaperones",P39668,Op1551 +BSU_40370,walJ,AL009126.3,BSU40370,4148851,4149645,-,putative hydrolase,Function unknown,C0SP91,Op1551 +BSU_40380,walI,AL009126.3,BSU40380,4149667,4150509,-,regulator of WalRK,Function unknown,Q45612,Op1551 +BSU_40390,walH,AL009126.3,BSU40390,4150496,4151863,-,regulator of WalRK(YycFG),Function unknown,Q794W0,Op1551 +BSU_40400,walK,AL009126.3,BSU40400,4151853,4153688,-,two-component sensor histidine kinase [YycG],Signal transduction mechanisms,Q45614,Op1551 +BSU_40410,walR,AL009126.3,BSU40410,4153696,4154403,-,two-component response regulator [YycF],Signal transduction mechanisms,P37478,Op1551 +BSU_40420,purA,AL009126.3,BSU40420,4155433,4156725,-,adenylosuccinate synthetase,Nucleotide transport and metabolism,P29726,Op1552 +BSU_40430,yycE,AL009126.3,BSU40430,4156931,4157350,-,conserved hypothetical protein,Amino acid transport and metabolism,P37479,Op5 +BSU_40440,dnaC,AL009126.3,BSU40440,4157471,4158835,-,replicative DNA helicase,"Replication, recombination and repair",P37469,Op1553 +BSU_40450,yycD,AL009126.3,BSU40450,4159005,4159205,+,conserved hypothetical protein,Function unknown,P37480,Op1554 +BSU_40460,yyzB,AL009126.3,BSU40460,4159253,4159456,-,conserved protein of unknown function,No COG annotation,O32296,Op1555 +BSU_40470,yycC,AL009126.3,BSU40470,4159577,4159717,+,conserved hypothetical protein,Transcription,P37481,Op1556 +BSU_40480,yycB,AL009126.3,BSU40480,4159790,4160998,+,putative anion ABC transporter (permease),Inorganic ion transport and metabolism,P37482,Op1556 +BSU_40490,yycA,AL009126.3,BSU40490,4161103,4163160,+,putative glycosyl transferase,Cell wall/membrane/envelope biogenesis,P37483,Op1557 +BSU_40500,rplI,AL009126.3,BSU40500,4163197,4163646,-,ribosomal protein L9,"Translation, ribosomal structure and biogenesis",P37437,Op1558 +BSU_40510,gdpP,AL009126.3,BSU40510,4163643,4165622,-,phosphodiesterase acting on cyclic dinucleotides,Signal transduction mechanisms,P37484,Op1558 +BSU_40520,yybS,AL009126.3,BSU40520,4165659,4166588,-,putative integral inner membrane protein,Function unknown,P37485,Op1558 +BSU_40529,yyzH,AL009126.3,BSU40529,4166815,4166964,-,hypothetical protein,No COG annotation,C0H3U2,Op1559 +BSU_40530,cotF,AL009126.3,BSU40530,4167110,4167592,+,spore coat protein,Cell wall/membrane/envelope biogenesis,P23261,Op1560 +BSU_40540,hypR,AL009126.3,BSU40540,4167622,4167999,-,transcriptional regulator (Cys-activated by oxidative stress),Transcription,P37486,Op1561 +BSU_40550,ppaC,AL009126.3,BSU40550,4168204,4169133,+,inorganic pyrophosphatase (Mn2+-dependent),Energy production and conversion,P37487,Op1562 +BSU_40560,yybP,AL009126.3,BSU40560,4169166,4169612,-,putative manganese-binding lipoprotein,No COG annotation,P37488,Op1563 +BSU_40570,yybO,AL009126.3,BSU40570,4170045,4171352,+,putative permease,Carbohydrate transport and metabolism,P37489,Op5 +BSU_40573,yyzI,AL009126.3,,4171396,4171635,-,hypothetical protein,No COG annotation,,Op5 +BSU_40574,yyzJ,AL009126.3,,4171625,4171789,-,hypothetical protein,Function unknown,,Op5 +BSU_40576,BSU_40576,AL009126.3,BSU40576,4171801,4171986,-,hypothetical protein,No COG annotation,A0A2K4Z9N4,Op1564 +BSU_40578,yyzK,AL009126.3,,4172259,4172405,-,hypothetical protein,No COG annotation,,Op5 +BSU_40579,yyzL,AL009126.3,,4172387,4172536,-,hypothetical protein,No COG annotation,,Op5 +BSU_40580,yybN,AL009126.3,BSU40580,4173114,4173551,+,conserved protein of unknown function,Function unknown,P37490,Op1565 +BSU_40590,yybM,AL009126.3,BSU40590,4173665,4174420,+,putative transporter permease subunit,No COG annotation,P37491,Op1565 +BSU_40600,yybL,AL009126.3,BSU40600,4174410,4175120,+,putative transporter permease subunit,No COG annotation,P37492,Op1565 +BSU_40610,yybK,AL009126.3,BSU40610,4175117,4175872,+,putative transporter permease subunit,Function unknown,P37493,Op1565 +BSU_40620,yybJ,AL009126.3,BSU40620,4175869,4176525,+,putative ATP-binding cassette subunit of transporter,Defense mechanisms,P37494,Op1565 +BSU_40630,ictI,AL009126.3,BSU40630,4176900,4177688,-,inner spore coat protein,No COG annotation,P37495,Op1566 +BSU_40640,yybH,AL009126.3,BSU40640,4177756,4178145,-,conserved hypothetical protein,Function unknown,P37496,Op1566 +BSU_40650,yybG,AL009126.3,BSU40650,4178291,4179130,+,conserved hypothetical protein,Function unknown,P37497,Op1567 +BSU_40660,yybF,AL009126.3,BSU40660,4179163,4180377,-,putative permease,Amino acid transport and metabolism,P37498,Op1568 +BSU_40670,yybE,AL009126.3,BSU40670,4180564,4181442,+,putative transcriptional regulator (LysR family),Transcription,P37499,Op1569 +BSU_40680,yybD,AL009126.3,BSU40680,4181456,4181899,+,putative acetyltransferase,Function unknown,P37500,Op1569 +BSU_40690,yybC,AL009126.3,BSU40690,4181982,4182461,+,putative integral membrane protein,No COG annotation,P37501,Op1569 +BSU_40700,yybB,AL009126.3,BSU40700,4182636,4183298,-,putative hydrolase,Function unknown,P37502,Op1570 +BSU_40710,yybA,AL009126.3,BSU40710,4183445,4183897,-,transcriptional regulator (MarR family%2C polyamine export and degradation),Transcription,P37503,Op5 +BSU_40720,yyaT,AL009126.3,BSU40720,4184017,4184463,+,putative acetyltransferase (polyamine degradation),Function unknown,P37504,Op1571 +BSU_40730,yyaS,AL009126.3,BSU40730,4184460,4185065,+,putative integral inner membrane protein,Function unknown,P37505,Op1571 +BSU_40740,yyaR,AL009126.3,BSU40740,4185160,4185681,-,putative acetyl-transferase,Transcription,P37506,Op1572 +BSU_40750,yyaQ,AL009126.3,BSU40750,4186092,4186448,+,conserved hypothetical protein,Function unknown,P37507,Op5 +BSU_40760,yyaP,AL009126.3,BSU40760,4186608,4187174,+,putative oxidoreductase,Coenzyme transport and metabolism,P37508,Op5 +BSU_40770,tetB,AL009126.3,BSU40770,4187681,4189057,-,multifunctional tetracycline-metal/H+ antiporter and Na+(K+)/H+ antiporter,Amino acid transport and metabolism,P23054,Op1573 +BSU_40780,tetL,AL009126.3,BSU40780,4189091,4189153,-,tetracycline resistance leader peptide,No COG annotation,P23053,Op1573 +BSU_40790,yyaO,AL009126.3,BSU40790,4189406,4189645,+,conserved hypothetical protein,"Post-translational modification, protein turnover, and chaperones",P37509,Op1574 +BSU_40800,yyaN,AL009126.3,BSU40800,4189796,4190212,+,putative transcriptional regulator (MerR family),Transcription,P37510,Op5 +BSU_40810,yyaM,AL009126.3,BSU40810,4190209,4191126,+,putative efflux transporter,Amino acid transport and metabolism,P37511,Op5 +BSU_40820,yyaL,AL009126.3,BSU40820,4191198,4193267,+,conserved hypothetical protein,"Post-translational modification, protein turnover, and chaperones",P37512,Op1575 +BSU_40830,yyaK,AL009126.3,BSU40830,4193264,4194163,-,putative integral inner membrane protease,Function unknown,P37513,Op1576 +BSU_40840,yyaJ,AL009126.3,BSU40840,4194389,4195744,+,putative transporter,Amino acid transport and metabolism,P37514,Op1577 +BSU_40850,maa,AL009126.3,BSU40850,4195778,4196332,-,maltose O-acetyltransferase,Function unknown,P37515,Op5 +BSU_40860,yyaH,AL009126.3,BSU40860,4196350,4196730,-,putative C-S lyase,Amino acid transport and metabolism,P37516,Op5 +BSU_40870,ccpB,AL009126.3,BSU40870,4196786,4197721,-,transcriptional repressor of carbon supply (LacI family),Transcription,P37517,Op1578 +BSU_40880,exoA,AL009126.3,BSU40880,4197780,4198538,-,apurinic/apyrimidinic endonuclease,"Replication, recombination and repair",P37454,Op1578 +BSU_40890,rpsR,AL009126.3,BSU40890,4198603,4198842,-,ribosomal protein S18,"Translation, ribosomal structure and biogenesis",P21475,Op1579 +BSU_40900,ssbA,AL009126.3,BSU40900,4198886,4199404,-,single-strand DNA-binding protein,"Replication, recombination and repair",P37455,Op1579 +BSU_40910,rpsF,AL009126.3,BSU40910,4199445,4199732,-,ribosomal protein S6 (BS9),"Translation, ribosomal structure and biogenesis",P21468,Op1579 +BSU_40920,engD,AL009126.3,BSU40920,4199843,4200943,-,potassium-dependent informational ATPase interacting with 70S ribosome%3B ROS stress regulator,"Translation, ribosomal structure and biogenesis",P37518,Op1579 +BSU_40930,yyaE,AL009126.3,BSU40930,4201070,4203073,-,putative oxidoreductase (molybdoenzyme),Energy production and conversion,P37519,Op5 +BSU_40939,yyzM,AL009126.3,BSU40939,4203124,4203330,-,putative nucleic acid binding protein,Function unknown,C0H3V8,Op5 +BSU_40940,yyaD,AL009126.3,BSU40940,4203424,4204440,-,putative transporter,Function unknown,P37520,Op1580 +BSU_40950,sprC,AL009126.3,BSU40950,4204900,4205517,+,spore-specific protease,Function unknown,P37521,Op1581 +BSU_40960,parB,AL009126.3,BSU40960,4205556,4206404,-,site-specific DNA-binding protein,Transcription,P26497,Op1582 +BSU_40970,parA,AL009126.3,BSU40970,4206397,4207158,-,chromosome partitioning protein%3B transcriptional regulator,"Cell cycle control, cell division, chromosome partitioning",P37522,Op1582 +BSU_40980,yyaB,AL009126.3,BSU40980,4207406,4207846,+,putative antibiotic immunity protein,Function unknown,P37523,Op1583 +BSU_40990,nocA,AL009126.3,BSU40990,4207897,4208748,-,DNA-binding protein Spo0J-like,"Cell cycle control, cell division, chromosome partitioning",P37524,Op1584 +BSU_41000,rsmG,AL009126.3,BSU41000,4208870,4209589,-,7-methylguanosine methyltransferase (16S rRNA%2C nucleotide G527),"Translation, ribosomal structure and biogenesis",P25813,Op1584 +BSU_41010,trmF,AL009126.3,BSU41010,4209603,4211489,-,tRNA uridine 5-carboxymethylaminomethyl modification enzyme,"Cell cycle control, cell division, chromosome partitioning",P25812,Op1584 +BSU_41020,mnmE,AL009126.3,BSU41020,4211510,4212889,-,tRNA modification GTPase and tRNA-U34 5-formylation enzyme,Function unknown,P25811,Op1584 +BSU_41030,jag,AL009126.3,BSU41030,4213200,4213826,-,SpoIIIJ-associated RNA/ssDNA-binding protein,Function unknown,Q01620,Op1585 +BSU_41040,oxaAA,AL009126.3,BSU41040,4213823,4214608,-,Sec-independent factor for membrane protein insertion (YidC/SpoIIIJ family),"Intracellular trafficking, secretion, and vesicular transport",Q01625,Op1585 +BSU_41050,rnpA,AL009126.3,BSU41050,4214753,4215103,-,protein component of ribonuclease P (RNase P) (substrate specificity),"Translation, ribosomal structure and biogenesis",P25814,Op5 +BSU_41060,rpmH,AL009126.3,BSU41060,4215255,4215389,-,ribosomal protein L34,"Translation, ribosomal structure and biogenesis",P05647,Op1586 From f69ef960181232b6bf43582e468ecb393aa16e2e Mon Sep 17 00:00:00 2001 From: AnnieYuan21 Date: Wed, 7 Feb 2024 17:03:49 -0800 Subject: [PATCH 4/4] Fix KEGG issue in step5 iModulon characterization notebook --- .../2_iModulon_characterization.ipynb | 590 +++++++++--------- 1 file changed, 288 insertions(+), 302 deletions(-) diff --git a/5_characterize_iModulons/2_iModulon_characterization.ipynb b/5_characterize_iModulons/2_iModulon_characterization.ipynb index a906e38d..12ceeeec 100644 --- a/5_characterize_iModulons/2_iModulon_characterization.ipynb +++ b/5_characterize_iModulons/2_iModulon_characterization.ipynb @@ -1,5 +1,15 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": { + "toc": true + }, + "source": [ + "

Table of Contents

\n", + "" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -1976,45 +1986,45 @@ " \n", " \n", " 0\n", - " BSU_16390\n", - " flhA\n", - " plasma membrane\n", + " BSU_25810\n", + " arsR\n", + " regulation of DNA-templated transcription\n", " \n", " \n", " 1\n", - " BSU_16390\n", - " flhA\n", - " bacterial-type flagellum assembly\n", + " BSU_25790\n", + " arsB\n", + " arsenite transmembrane transporter activity\n", " \n", " \n", " 2\n", - " BSU_09270\n", - " glpP\n", - " transcription antitermination factor activity,...\n", + " BSU_25790\n", + " arsB\n", + " antimonite transmembrane transporter activity\n", " \n", " \n", " 3\n", - " BSU_01420\n", - " rpsK\n", - " translation\n", + " BSU_25790\n", + " arsB\n", + " antiporter activity\n", " \n", " \n", " 4\n", - " BSU_01420\n", - " rpsK\n", - " small ribosomal subunit rRNA binding\n", + " BSU_25790\n", + " arsB\n", + " plasma membrane\n", " \n", " \n", "\n", "" ], "text/plain": [ - " gene_id gene_name gene_ontology\n", - "0 BSU_16390 flhA plasma membrane\n", - "1 BSU_16390 flhA bacterial-type flagellum assembly\n", - "2 BSU_09270 glpP transcription antitermination factor activity,...\n", - "3 BSU_01420 rpsK translation\n", - "4 BSU_01420 rpsK small ribosomal subunit rRNA binding" + " gene_id gene_name gene_ontology\n", + "0 BSU_25810 arsR regulation of DNA-templated transcription\n", + "1 BSU_25790 arsB arsenite transmembrane transporter activity\n", + "2 BSU_25790 arsB antimonite transmembrane transporter activity\n", + "3 BSU_25790 arsB antiporter activity\n", + "4 BSU_25790 arsB plasma membrane" ] }, "execution_count": 14, @@ -2080,7 +2090,7 @@ " S-box\n", " L-methionine salvage from methylthioadenosine\n", " 0.000027\n", - " 0.014436\n", + " 0.017114\n", " 0.086957\n", " 1.000000\n", " 0.160000\n", @@ -2091,22 +2101,22 @@ " \n", " 1\n", " S-box\n", - " L-serine biosynthetic process\n", - " 0.000081\n", - " 0.014436\n", + " carbon-sulfur lyase activity\n", + " 0.000027\n", + " 0.017114\n", " 0.086957\n", - " 0.666667\n", - " 0.153846\n", + " 1.000000\n", + " 0.160000\n", + " 2.0\n", " 2.0\n", - " 3.0\n", " 23.0\n", " \n", " \n", " 2\n", " S-box\n", - " carbon-sulfur lyase activity\n", + " transsulfuration\n", " 0.000081\n", - " 0.014436\n", + " 0.034116\n", " 0.086957\n", " 0.666667\n", " 0.153846\n", @@ -2117,54 +2127,47 @@ " \n", " 3\n", " S-box\n", - " cystathionine gamma-lyase activity\n", - " 0.000081\n", - " 0.014436\n", - " 0.086957\n", - " 0.666667\n", - " 0.153846\n", - " 2.0\n", - " 4.0\n", + " cytoplasm\n", + " 0.000315\n", + " 0.099678\n", + " 0.217391\n", + " 0.042373\n", + " 0.070922\n", + " 5.0\n", + " 118.0\n", " 23.0\n", " \n", " \n", " 4\n", - " S-box\n", - " cysteine biosynthetic process via cystathionine\n", - " 0.000081\n", - " 0.014436\n", - " 0.086957\n", + " Rex\n", + " cytochrome complex\n", + " 0.000007\n", + " 0.008516\n", + " 0.285714\n", " 0.666667\n", - " 0.153846\n", + " 0.400000\n", " 2.0\n", " 3.0\n", - " 23.0\n", + " 7.0\n", " \n", " \n", "\n", "" ], "text/plain": [ - " imodulon gene_ontology pvalue \\\n", - "0 S-box L-methionine salvage from methylthioadenosine 0.000027 \n", - "1 S-box L-serine biosynthetic process 0.000081 \n", - "2 S-box carbon-sulfur lyase activity 0.000081 \n", - "3 S-box cystathionine gamma-lyase activity 0.000081 \n", - "4 S-box cysteine biosynthetic process via cystathionine 0.000081 \n", - "\n", - " qvalue precision recall f1score TP target_set_size \\\n", - "0 0.014436 0.086957 1.000000 0.160000 2.0 2.0 \n", - "1 0.014436 0.086957 0.666667 0.153846 2.0 3.0 \n", - "2 0.014436 0.086957 0.666667 0.153846 2.0 3.0 \n", - "3 0.014436 0.086957 0.666667 0.153846 2.0 4.0 \n", - "4 0.014436 0.086957 0.666667 0.153846 2.0 3.0 \n", + " imodulon gene_ontology pvalue qvalue \\\n", + "0 S-box L-methionine salvage from methylthioadenosine 0.000027 0.017114 \n", + "1 S-box carbon-sulfur lyase activity 0.000027 0.017114 \n", + "2 S-box transsulfuration 0.000081 0.034116 \n", + "3 S-box cytoplasm 0.000315 0.099678 \n", + "4 Rex cytochrome complex 0.000007 0.008516 \n", "\n", - " imodulon_size \n", - "0 23.0 \n", - "1 23.0 \n", - "2 23.0 \n", - "3 23.0 \n", - "4 23.0 " + " precision recall f1score TP target_set_size imodulon_size \n", + "0 0.086957 1.000000 0.160000 2.0 2.0 23.0 \n", + "1 0.086957 1.000000 0.160000 2.0 2.0 23.0 \n", + "2 0.086957 0.666667 0.153846 2.0 3.0 23.0 \n", + "3 0.217391 0.042373 0.070922 5.0 118.0 23.0 \n", + "4 0.285714 0.666667 0.400000 2.0 3.0 7.0 " ] }, "execution_count": 16, @@ -2231,31 +2234,31 @@ " \n", " \n", " \n", - " 2553\n", + " 2\n", " BSU_00010\n", " KEGG_pathway\n", " map02020\n", " \n", " \n", - " 2554\n", + " 3\n", " BSU_00010\n", " KEGG_pathway\n", " map04112\n", " \n", " \n", - " 2561\n", + " 10\n", " BSU_00020\n", " KEGG_pathway\n", " map00230\n", " \n", " \n", - " 2562\n", + " 11\n", " BSU_00020\n", " KEGG_pathway\n", " map00240\n", " \n", " \n", - " 2563\n", + " 12\n", " BSU_00020\n", " KEGG_pathway\n", " map01100\n", @@ -2265,12 +2268,12 @@ "" ], "text/plain": [ - " gene_id database kegg_id\n", - "2553 BSU_00010 KEGG_pathway map02020\n", - "2554 BSU_00010 KEGG_pathway map04112\n", - "2561 BSU_00020 KEGG_pathway map00230\n", - "2562 BSU_00020 KEGG_pathway map00240\n", - "2563 BSU_00020 KEGG_pathway map01100" + " gene_id database kegg_id\n", + "2 BSU_00010 KEGG_pathway map02020\n", + "3 BSU_00010 KEGG_pathway map04112\n", + "10 BSU_00020 KEGG_pathway map00230\n", + "11 BSU_00020 KEGG_pathway map00240\n", + "12 BSU_00020 KEGG_pathway map01100" ] }, "execution_count": 17, @@ -2355,65 +2358,65 @@ " 0\n", " S-box\n", " map00270\n", - " 2.667203e-21\n", - " 6.001206e-19\n", - " 0.565217\n", - " 0.288889\n", - " 0.382353\n", - " 13.0\n", - " 45.0\n", + " 1.439201e-21\n", + " 3.641178e-19\n", + " 0.608696\n", + " 0.233333\n", + " 0.337349\n", + " 14.0\n", + " 60.0\n", " 23.0\n", " \n", " \n", " 1\n", " S-box\n", - " map01100\n", - " 2.165849e-10\n", - " 2.436580e-08\n", - " 0.739130\n", - " 0.026941\n", - " 0.051988\n", - " 17.0\n", - " 631.0\n", + " map01230\n", + " 2.062496e-12\n", + " 2.609057e-10\n", + " 0.521739\n", + " 0.079470\n", + " 0.137931\n", + " 12.0\n", + " 151.0\n", " 23.0\n", " \n", " \n", " 2\n", " S-box\n", - " map01230\n", - " 3.947294e-09\n", - " 2.960471e-07\n", - " 0.391304\n", - " 0.075630\n", - " 0.126761\n", - " 9.0\n", - " 119.0\n", + " map01100\n", + " 3.526404e-11\n", + " 2.973934e-09\n", + " 0.826087\n", + " 0.023960\n", + " 0.046569\n", + " 19.0\n", + " 793.0\n", " 23.0\n", " \n", " \n", " 3\n", " S-box\n", " map00450\n", - " 1.958203e-07\n", - " 1.101489e-05\n", - " 0.173913\n", - " 0.363636\n", - " 0.235294\n", - " 4.0\n", - " 11.0\n", + " 2.893362e-10\n", + " 1.830051e-08\n", + " 0.260870\n", + " 0.315789\n", + " 0.285714\n", + " 6.0\n", + " 19.0\n", " 23.0\n", " \n", " \n", " 4\n", " S-box\n", " map00260\n", - " 7.820536e-07\n", - " 3.519241e-05\n", - " 0.217391\n", - " 0.142857\n", - " 0.172414\n", - " 5.0\n", - " 35.0\n", + " 1.758714e-09\n", + " 8.899095e-08\n", + " 0.304348\n", + " 0.155556\n", + " 0.205882\n", + " 7.0\n", + " 45.0\n", " 23.0\n", " \n", " \n", @@ -2422,18 +2425,18 @@ ], "text/plain": [ " imodulon kegg_id pvalue qvalue precision recall \\\n", - "0 S-box map00270 2.667203e-21 6.001206e-19 0.565217 0.288889 \n", - "1 S-box map01100 2.165849e-10 2.436580e-08 0.739130 0.026941 \n", - "2 S-box map01230 3.947294e-09 2.960471e-07 0.391304 0.075630 \n", - "3 S-box map00450 1.958203e-07 1.101489e-05 0.173913 0.363636 \n", - "4 S-box map00260 7.820536e-07 3.519241e-05 0.217391 0.142857 \n", + "0 S-box map00270 1.439201e-21 3.641178e-19 0.608696 0.233333 \n", + "1 S-box map01230 2.062496e-12 2.609057e-10 0.521739 0.079470 \n", + "2 S-box map01100 3.526404e-11 2.973934e-09 0.826087 0.023960 \n", + "3 S-box map00450 2.893362e-10 1.830051e-08 0.260870 0.315789 \n", + "4 S-box map00260 1.758714e-09 8.899095e-08 0.304348 0.155556 \n", "\n", " f1score TP target_set_size imodulon_size \n", - "0 0.382353 13.0 45.0 23.0 \n", - "1 0.051988 17.0 631.0 23.0 \n", - "2 0.126761 9.0 119.0 23.0 \n", - "3 0.235294 4.0 11.0 23.0 \n", - "4 0.172414 5.0 35.0 23.0 " + "0 0.337349 14.0 60.0 23.0 \n", + "1 0.137931 12.0 151.0 23.0 \n", + "2 0.046569 19.0 793.0 23.0 \n", + "3 0.285714 6.0 19.0 23.0 \n", + "4 0.205882 7.0 45.0 23.0 " ] }, "execution_count": 20, @@ -2487,67 +2490,67 @@ " \n", " 0\n", " S-box\n", - " M00034\n", - " 1.428739e-14\n", - " 3.843308e-12\n", + " M00017\n", + " 2.750054e-13\n", + " 9.790193e-11\n", " 0.304348\n", - " 0.636364\n", - " 0.411765\n", + " 0.466667\n", + " 0.368421\n", " 7.0\n", - " 11.0\n", + " 15.0\n", " 23.0\n", " \n", " \n", " 1\n", " S-box\n", - " M00017\n", - " 1.210051e-09\n", - " 1.627518e-07\n", - " 0.217391\n", - " 0.454545\n", - " 0.294118\n", - " 5.0\n", - " 11.0\n", + " M00034\n", + " 8.257398e-13\n", + " 1.469817e-10\n", + " 0.304348\n", + " 0.411765\n", + " 0.350000\n", + " 7.0\n", + " 17.0\n", " 23.0\n", " \n", " \n", " 2\n", " S-box\n", " M00018\n", - " 7.233560e-06\n", - " 6.486092e-04\n", + " 1.081269e-05\n", + " 1.283106e-03\n", " 0.130435\n", - " 0.375000\n", - " 0.193548\n", + " 0.333333\n", + " 0.187500\n", " 3.0\n", - " 8.0\n", + " 9.0\n", " 23.0\n", " \n", " \n", " 3\n", " S-box\n", " M00020\n", - " 8.090796e-05\n", - " 5.441060e-03\n", + " 2.679498e-04\n", + " 2.384753e-02\n", " 0.086957\n", - " 0.666667\n", - " 0.153846\n", + " 0.400000\n", + " 0.142857\n", " 2.0\n", - " 3.0\n", + " 5.0\n", " 23.0\n", " \n", " \n", " 4\n", - " WalR\n", - " M00209\n", - " 1.456062e-08\n", - " 3.916806e-06\n", - " 0.222222\n", - " 0.500000\n", - " 0.307692\n", - " 4.0\n", + " S-box\n", + " M00609\n", + " 7.430007e-04\n", + " 5.290165e-02\n", + " 0.086957\n", + " 0.250000\n", + " 0.129032\n", + " 2.0\n", " 8.0\n", - " 18.0\n", + " 23.0\n", " \n", " \n", "\n", @@ -2555,18 +2558,18 @@ ], "text/plain": [ " imodulon kegg_id pvalue qvalue precision recall f1score \\\n", - "0 S-box M00034 1.428739e-14 3.843308e-12 0.304348 0.636364 0.411765 \n", - "1 S-box M00017 1.210051e-09 1.627518e-07 0.217391 0.454545 0.294118 \n", - "2 S-box M00018 7.233560e-06 6.486092e-04 0.130435 0.375000 0.193548 \n", - "3 S-box M00020 8.090796e-05 5.441060e-03 0.086957 0.666667 0.153846 \n", - "4 WalR M00209 1.456062e-08 3.916806e-06 0.222222 0.500000 0.307692 \n", + "0 S-box M00017 2.750054e-13 9.790193e-11 0.304348 0.466667 0.368421 \n", + "1 S-box M00034 8.257398e-13 1.469817e-10 0.304348 0.411765 0.350000 \n", + "2 S-box M00018 1.081269e-05 1.283106e-03 0.130435 0.333333 0.187500 \n", + "3 S-box M00020 2.679498e-04 2.384753e-02 0.086957 0.400000 0.142857 \n", + "4 S-box M00609 7.430007e-04 5.290165e-02 0.086957 0.250000 0.129032 \n", "\n", " TP target_set_size imodulon_size \n", - "0 7.0 11.0 23.0 \n", - "1 5.0 11.0 23.0 \n", - "2 3.0 8.0 23.0 \n", - "3 2.0 3.0 23.0 \n", - "4 4.0 8.0 18.0 " + "0 7.0 15.0 23.0 \n", + "1 7.0 17.0 23.0 \n", + "2 3.0 9.0 23.0 \n", + "3 2.0 5.0 23.0 \n", + "4 2.0 8.0 23.0 " ] }, "execution_count": 21, @@ -2588,54 +2591,43 @@ { "cell_type": "code", "execution_count": 22, - "metadata": {}, + "metadata": { + "scrolled": true + }, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "5455cbfe42d44bff8c3d1c1571dc3ab5", + "model_id": "74f7e181ede44a1490d900d9b3f269c4", "version_major": 2, "version_minor": 0 }, "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=118.0), HTML(value='')))" + " 0%| | 0/137 [00:000\n", " S-box\n", " map00270\n", - " 2.667203e-21\n", - " 6.001206e-19\n", - " 0.565217\n", - " 0.288889\n", - " 0.382353\n", - " 13.0\n", - " 45.0\n", + " 1.439201e-21\n", + " 3.641178e-19\n", + " 0.608696\n", + " 0.233333\n", + " 0.337349\n", + " 14.0\n", + " 60.0\n", " 23.0\n", " Cysteine and methionine metabolism\n", " \n", " \n", " 1\n", " S-box\n", - " map01100\n", - " 2.165849e-10\n", - " 2.436580e-08\n", - " 0.739130\n", - " 0.026941\n", - " 0.051988\n", - " 17.0\n", - " 631.0\n", + " map01230\n", + " 2.062496e-12\n", + " 2.609057e-10\n", + " 0.521739\n", + " 0.079470\n", + " 0.137931\n", + " 12.0\n", + " 151.0\n", " 23.0\n", - " Metabolic pathways\n", + " Biosynthesis of amino acids\n", " \n", " \n", " 2\n", " S-box\n", - " map01230\n", - " 3.947294e-09\n", - " 2.960471e-07\n", - " 0.391304\n", - " 0.075630\n", - " 0.126761\n", - " 9.0\n", - " 119.0\n", + " map01100\n", + " 3.526404e-11\n", + " 2.973934e-09\n", + " 0.826087\n", + " 0.023960\n", + " 0.046569\n", + " 19.0\n", + " 793.0\n", " 23.0\n", - " Biosynthesis of amino acids\n", + " Metabolic pathways\n", " \n", " \n", " 3\n", " S-box\n", " map00450\n", - " 1.958203e-07\n", - " 1.101489e-05\n", - " 0.173913\n", - " 0.363636\n", - " 0.235294\n", - " 4.0\n", - " 11.0\n", + " 2.893362e-10\n", + " 1.830051e-08\n", + " 0.260870\n", + " 0.315789\n", + " 0.285714\n", + " 6.0\n", + " 19.0\n", " 23.0\n", " Selenocompound metabolism\n", " \n", @@ -2751,13 +2744,13 @@ " 4\n", " S-box\n", " map00260\n", - " 7.820536e-07\n", - " 3.519241e-05\n", - " 0.217391\n", - " 0.142857\n", - " 0.172414\n", - " 5.0\n", - " 35.0\n", + " 1.758714e-09\n", + " 8.899095e-08\n", + " 0.304348\n", + " 0.155556\n", + " 0.205882\n", + " 7.0\n", + " 45.0\n", " 23.0\n", " Glycine, serine and threonine metabolism\n", " \n", @@ -2767,23 +2760,23 @@ ], "text/plain": [ " imodulon kegg_id pvalue qvalue precision recall \\\n", - "0 S-box map00270 2.667203e-21 6.001206e-19 0.565217 0.288889 \n", - "1 S-box map01100 2.165849e-10 2.436580e-08 0.739130 0.026941 \n", - "2 S-box map01230 3.947294e-09 2.960471e-07 0.391304 0.075630 \n", - "3 S-box map00450 1.958203e-07 1.101489e-05 0.173913 0.363636 \n", - "4 S-box map00260 7.820536e-07 3.519241e-05 0.217391 0.142857 \n", + "0 S-box map00270 1.439201e-21 3.641178e-19 0.608696 0.233333 \n", + "1 S-box map01230 2.062496e-12 2.609057e-10 0.521739 0.079470 \n", + "2 S-box map01100 3.526404e-11 2.973934e-09 0.826087 0.023960 \n", + "3 S-box map00450 2.893362e-10 1.830051e-08 0.260870 0.315789 \n", + "4 S-box map00260 1.758714e-09 8.899095e-08 0.304348 0.155556 \n", "\n", " f1score TP target_set_size imodulon_size \\\n", - "0 0.382353 13.0 45.0 23.0 \n", - "1 0.051988 17.0 631.0 23.0 \n", - "2 0.126761 9.0 119.0 23.0 \n", - "3 0.235294 4.0 11.0 23.0 \n", - "4 0.172414 5.0 35.0 23.0 \n", + "0 0.337349 14.0 60.0 23.0 \n", + "1 0.137931 12.0 151.0 23.0 \n", + "2 0.046569 19.0 793.0 23.0 \n", + "3 0.285714 6.0 19.0 23.0 \n", + "4 0.205882 7.0 45.0 23.0 \n", "\n", " pathway_name \n", "0 Cysteine and methionine metabolism \n", - "1 Metabolic pathways \n", - "2 Biosynthesis of amino acids \n", + "1 Biosynthesis of amino acids \n", + "2 Metabolic pathways \n", "3 Selenocompound metabolism \n", "4 Glycine, serine and threonine metabolism " ] @@ -2840,42 +2833,42 @@ " \n", " 0\n", " S-box\n", - " M00034\n", - " 1.428739e-14\n", - " 3.843308e-12\n", + " M00017\n", + " 2.750054e-13\n", + " 9.790193e-11\n", " 0.304348\n", - " 0.636364\n", - " 0.411765\n", + " 0.466667\n", + " 0.368421\n", " 7.0\n", - " 11.0\n", + " 15.0\n", " 23.0\n", - " Methionine salvage pathway\n", + " Methionine biosynthesis, aspartate => homoseri...\n", " \n", " \n", " 1\n", " S-box\n", - " M00017\n", - " 1.210051e-09\n", - " 1.627518e-07\n", - " 0.217391\n", - " 0.454545\n", - " 0.294118\n", - " 5.0\n", - " 11.0\n", + " M00034\n", + " 8.257398e-13\n", + " 1.469817e-10\n", + " 0.304348\n", + " 0.411765\n", + " 0.350000\n", + " 7.0\n", + " 17.0\n", " 23.0\n", - " Methionine biosynthesis, aspartate => homoseri...\n", + " Methionine salvage pathway\n", " \n", " \n", " 2\n", " S-box\n", " M00018\n", - " 7.233560e-06\n", - " 6.486092e-04\n", + " 1.081269e-05\n", + " 1.283106e-03\n", " 0.130435\n", - " 0.375000\n", - " 0.193548\n", + " 0.333333\n", + " 0.187500\n", " 3.0\n", - " 8.0\n", + " 9.0\n", " 23.0\n", " Threonine biosynthesis, aspartate => homoserin...\n", " \n", @@ -2883,29 +2876,29 @@ " 3\n", " S-box\n", " M00020\n", - " 8.090796e-05\n", - " 5.441060e-03\n", + " 2.679498e-04\n", + " 2.384753e-02\n", " 0.086957\n", - " 0.666667\n", - " 0.153846\n", + " 0.400000\n", + " 0.142857\n", " 2.0\n", - " 3.0\n", + " 5.0\n", " 23.0\n", " Serine biosynthesis, glycerate-3P => serine\n", " \n", " \n", " 4\n", - " WalR\n", - " M00209\n", - " 1.456062e-08\n", - " 3.916806e-06\n", - " 0.222222\n", - " 0.500000\n", - " 0.307692\n", - " 4.0\n", + " S-box\n", + " M00609\n", + " 7.430007e-04\n", + " 5.290165e-02\n", + " 0.086957\n", + " 0.250000\n", + " 0.129032\n", + " 2.0\n", " 8.0\n", - " 18.0\n", - " None\n", + " 23.0\n", + " Cysteine biosynthesis, methionine => cysteine\n", " \n", " \n", "\n", @@ -2913,25 +2906,25 @@ ], "text/plain": [ " imodulon kegg_id pvalue qvalue precision recall f1score \\\n", - "0 S-box M00034 1.428739e-14 3.843308e-12 0.304348 0.636364 0.411765 \n", - "1 S-box M00017 1.210051e-09 1.627518e-07 0.217391 0.454545 0.294118 \n", - "2 S-box M00018 7.233560e-06 6.486092e-04 0.130435 0.375000 0.193548 \n", - "3 S-box M00020 8.090796e-05 5.441060e-03 0.086957 0.666667 0.153846 \n", - "4 WalR M00209 1.456062e-08 3.916806e-06 0.222222 0.500000 0.307692 \n", + "0 S-box M00017 2.750054e-13 9.790193e-11 0.304348 0.466667 0.368421 \n", + "1 S-box M00034 8.257398e-13 1.469817e-10 0.304348 0.411765 0.350000 \n", + "2 S-box M00018 1.081269e-05 1.283106e-03 0.130435 0.333333 0.187500 \n", + "3 S-box M00020 2.679498e-04 2.384753e-02 0.086957 0.400000 0.142857 \n", + "4 S-box M00609 7.430007e-04 5.290165e-02 0.086957 0.250000 0.129032 \n", "\n", " TP target_set_size imodulon_size \\\n", - "0 7.0 11.0 23.0 \n", - "1 5.0 11.0 23.0 \n", - "2 3.0 8.0 23.0 \n", - "3 2.0 3.0 23.0 \n", - "4 4.0 8.0 18.0 \n", + "0 7.0 15.0 23.0 \n", + "1 7.0 17.0 23.0 \n", + "2 3.0 9.0 23.0 \n", + "3 2.0 5.0 23.0 \n", + "4 2.0 8.0 23.0 \n", "\n", " module_name \n", - "0 Methionine salvage pathway \n", - "1 Methionine biosynthesis, aspartate => homoseri... \n", + "0 Methionine biosynthesis, aspartate => homoseri... \n", + "1 Methionine salvage pathway \n", "2 Threonine biosynthesis, aspartate => homoserin... \n", "3 Serine biosynthesis, glycerate-3P => serine \n", - "4 None " + "4 Cysteine biosynthesis, methionine => cysteine " ] }, "execution_count": 24, @@ -3447,7 +3440,7 @@ " major biofilm matrix component\n", " Function unknown\n", " P54507\n", - " Op1955\n", + " Op906\n", " SigA,SinR,RemA,AbrB,LutR\n", " \n", " \n", @@ -3461,8 +3454,8 @@ " strand gene_product COG uniprot \\\n", "BSU_24620 - major biofilm matrix component Function unknown P54507 \n", "\n", - " operon regulator \n", - "BSU_24620 Op1955 SigA,SinR,RemA,AbrB,LutR " + " operon regulator \n", + "BSU_24620 Op906 SigA,SinR,RemA,AbrB,LutR " ] }, "execution_count": 32, @@ -3483,7 +3476,7 @@ }, { "cell_type": "code", - "execution_count": 36, + "execution_count": 33, "metadata": {}, "outputs": [], "source": [ @@ -3493,7 +3486,7 @@ }, { "cell_type": "code", - "execution_count": 37, + "execution_count": 34, "metadata": {}, "outputs": [], "source": [ @@ -3512,7 +3505,7 @@ }, { "cell_type": "code", - "execution_count": 39, + "execution_count": 35, "metadata": {}, "outputs": [], "source": [ @@ -3528,24 +3521,17 @@ }, { "cell_type": "code", - "execution_count": 40, + "execution_count": 36, "metadata": {}, "outputs": [], "source": [ "ica_data.imodulon_table.to_csv(path.join('..','data','interim','imodulon_table_raw.csv'))" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -3559,7 +3545,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.2" + "version": "3.7.16" }, "toc": { "base_numbering": 1,